From 34368bf117c07a78ee4de218adbc2afcf2f58c90 Mon Sep 17 00:00:00 2001 From: "services@defold.se" Date: Sat, 14 Dec 2024 10:16:35 +0000 Subject: [PATCH 1/8] Site changes [skip-ci] --- _data/ref/alpha/dmGraphics.json | 1129 +------------------------------ 1 file changed, 25 insertions(+), 1104 deletions(-) diff --git a/_data/ref/alpha/dmGraphics.json b/_data/ref/alpha/dmGraphics.json index 040f8cf4f..250d572fa 100644 --- a/_data/ref/alpha/dmGraphics.json +++ b/_data/ref/alpha/dmGraphics.json @@ -138,73 +138,6 @@ "tparams": [], "type": "ENUM" }, - { - "brief": "", - "description": "", - "error": "", - "examples": "", - "language": "", - "members": [ - { - "doc": "", - "name": "ACCESS_FLAG_READ", - "type": "" - }, - { - "doc": "", - "name": "ACCESS_FLAG_WRITE", - "type": "" - }, - { - "doc": "", - "name": "ACCESS_FLAG_SHADER", - "type": "" - } - ], - "name": "BarrierAccessFlags", - "notes": [], - "parameters": [], - "replaces": "", - "returnvalues": [], - "tparams": [], - "type": "ENUM" - }, - { - "brief": "", - "description": "", - "error": "", - "examples": "", - "language": "", - "members": [ - { - "doc": "", - "name": "STAGE_FLAG_QUEUE_BEGIN", - "type": "" - }, - { - "doc": "", - "name": "STAGE_FLAG_QUEUE_END", - "type": "" - }, - { - "doc": "", - "name": "STAGE_FLAG_FRAGMENT_SHADER", - "type": "" - }, - { - "doc": "", - "name": "STAGE_FLAG_EARLY_FRAGMENT_SHADER_TEST", - "type": "" - } - ], - "name": "BarrierStageFlags", - "notes": [], - "parameters": [], - "replaces": "", - "returnvalues": [], - "tparams": [], - "type": "ENUM" - }, { "brief": "Blend factor", "description": "Blend factor", @@ -1273,44 +1206,6 @@ "tparams": [], "type": "TYPEDEF" }, - { - "brief": "Create a new storage buffer", - "description": "Create a new storage buffer", - "error": "", - "examples": "", - "language": "", - "members": [], - "name": "HStorageBuffer", - "notes": [], - "parameters": [ - { - "doc": "the vulkan context", - "name": "context", - "types": [ - "dmGraphics::HContext" - ] - }, - { - "doc": "the size of the storage buffer to allocate", - "name": "buffer_size", - "types": [ - "uint32_t" - ] - } - ], - "replaces": "", - "returnvalues": [ - { - "doc": "the storage buffer", - "name": "storage_buffer", - "types": [ - "dmGraphics::HStorageBuffer" - ] - } - ], - "tparams": [], - "type": "FUNCTION" - }, { "brief": "Texture handle", "description": "Texture handle", @@ -1442,21 +1337,6 @@ "tparams": [], "type": "FUNCTION" }, - { - "brief": "Max subpasses", - "description": "Max subpasses", - "error": "", - "examples": "", - "language": "", - "members": [], - "name": "INVALID_STREAM_OFFSET", - "notes": [], - "parameters": [], - "replaces": "", - "returnvalues": [], - "tparams": [], - "type": "FUNCTION" - }, { "brief": "check if an extension is supported", "description": "check if an extension is supported", @@ -1585,21 +1465,6 @@ "tparams": [], "type": "FUNCTION" }, - { - "brief": "Max subpass dependencies", - "description": "Max subpass dependencies", - "error": "", - "examples": "", - "language": "", - "members": [], - "name": "MAX_SUBPASS_DEPENDENCIES", - "notes": [], - "parameters": [], - "replaces": "", - "returnvalues": [], - "tparams": [], - "type": "FUNCTION" - }, { "brief": "Create new index buffer with initial data", "description": "Create new index buffer with initial data", @@ -2195,36 +2060,6 @@ "tparams": [], "type": "ENUM" }, - { - "brief": "Subpass attachment unused flag", - "description": "Subpass attachment unused flag", - "error": "", - "examples": "", - "language": "", - "members": [], - "name": "SUBPASS_ATTACHMENT_UNUSED", - "notes": [], - "parameters": [], - "replaces": "", - "returnvalues": [], - "tparams": [], - "type": "FUNCTION" - }, - { - "brief": "Subpass external", - "description": "Subpass external", - "error": "", - "examples": "", - "language": "", - "members": [], - "name": "SUBPASS_EXTERNAL", - "notes": [], - "parameters": [], - "replaces": "", - "returnvalues": [], - "tparams": [], - "type": "FUNCTION" - }, { "brief": "", "description": "", @@ -2503,13 +2338,13 @@ "type": "ENUM" }, { - "brief": "Clear a texture with RGBA values", - "description": "Clear a texture with RGBA values", + "brief": "Get the current swap chain texture", + "description": "Get the current swap chain texture", "error": "", "examples": "", "language": "", "members": [], - "name": "VulkanClearTexture", + "name": "VulkanGetActiveSwapChainTexture", "notes": [], "parameters": [ { @@ -2518,107 +2353,29 @@ "types": [ "dmGraphics::HContext" ] - }, - { - "doc": "the texture to clear", - "name": "texture", - "types": [ - "dmGraphics::HTexture" - ] - }, - { - "doc": "] the clear values", - "name": "values", - "types": [ - "float[4" - ] } ], "replaces": "", - "returnvalues": [], - "tparams": [], - "type": "FUNCTION" - }, - { - "brief": "Copy a buffer to a texture", - "description": "Copy a buffer to a texture", - "error": "", - "examples": "", - "language": "", - "members": [], - "name": "VulkanCopyBufferToTexture", - "notes": [], - "parameters": [ - { - "doc": "the vulkan context", - "name": "context", - "types": [ - "dmGraphics::HContext" - ] - }, - { - "doc": "the buffer to copy into the texture", - "name": "buffer", - "types": [ - "dmGraphics::HVertexBuffer" - ] - }, + "returnvalues": [ { - "doc": "the texture to copy into", - "name": "texture", + "doc": "the swap chain texture for the current frame", + "name": "swapchain", "types": [ "dmGraphics::HTexture" ] - }, - { - "doc": "width of the texture slice to copy", - "name": "width", - "types": [ - "uint32_t" - ] - }, - { - "doc": "height of the texture slice to copy", - "name": "height", - "types": [ - "uint32_t" - ] - }, - { - "doc": "x offset into the texture", - "name": "x", - "types": [ - "uint32_t" - ] - }, - { - "doc": "y offset into the texture", - "name": "y", - "types": [ - "uint32_t" - ] - }, - { - "doc": "the mipmap slice to upload", - "name": "mipmap", - "types": [ - "uint32_t" - ] } ], - "replaces": "", - "returnvalues": [], "tparams": [], "type": "FUNCTION" }, { - "brief": "Create a render pass", - "description": "Create a render pass", + "brief": "Get the native MTLCommandQueue from the Vulkan con...", + "description": "Get the native MTLCommandQueue from the Vulkan context. Only available when using Mac/iOS.", "error": "", "examples": "", "language": "", "members": [], - "name": "VulkanCreateRenderPass", + "name": "VulkanGraphicsCommandQueueToMetal", "notes": [], "parameters": [ { @@ -2627,65 +2384,29 @@ "types": [ "dmGraphics::HContext" ] - }, - { - "doc": "the render target", - "name": "render_target", - "types": [ - "dmGraphics::HRenderTarget" - ] - }, - { - "doc": "params", - "name": "params", - "types": [ - "dmGraphics::CreateRenderPassParams" - ] } ], "replaces": "", - "returnvalues": [], - "tparams": [], - "type": "FUNCTION" - }, - { - "brief": "Delete a storage buffer", - "description": "Delete a storage buffer", - "error": "", - "examples": "", - "language": "", - "members": [], - "name": "VulkanDeleteStorageBuffer", - "notes": [], - "parameters": [ - { - "doc": "the vulkan context", - "name": "context", - "types": [ - "dmGraphics::HContext" - ] - }, + "returnvalues": [ { - "doc": "the attachment to get", - "name": "storage_buffer", + "doc": "the Metal graphics queue wrapped with a (__bridge void*)", + "name": "mtl_queue", "types": [ - "dmGraphics::HStorageBuffer" + "id" ] } ], - "replaces": "", - "returnvalues": [], "tparams": [], "type": "FUNCTION" }, { - "brief": "Draw with vertex buffer instanced", - "description": "Draw with vertex buffer instanced", + "brief": "Get a native MTLTexture from a Vulkan HTexture. On...", + "description": "Get a native MTLTexture from a Vulkan HTexture. Only available when using Mac/iOS.", "error": "", "examples": "", "language": "", "members": [], - "name": "VulkanDrawBaseInstance", + "name": "VulkanTextureToMetal", "notes": [], "parameters": [ { @@ -2696,742 +2417,18 @@ ] }, { - "doc": "primitive type", - "name": "prim_type", + "doc": "the texture", + "name": "texture", "types": [ - "dmGraphics::PrimitiveType" + "dmGraphics::HTexture" ] - }, + } + ], + "replaces": "", + "returnvalues": [ { - "doc": "the byte offset into the index buffer", - "name": "first", - "types": [ - "uint32_t" - ] - }, - { - "doc": "number of primitives to draw", - "name": "count", - "types": [ - "uint32_t" - ] - }, - { - "doc": "number of instances to draw", - "name": "instance_count", - "types": [ - "uint32_t" - ] - }, - { - "doc": "the index buffer type", - "name": "type", - "types": [ - "dmGraphics::Type" - ] - }, - { - "doc": "the index buffer", - "name": "index_buffer", - "types": [ - "dmGraphics::HIndexBuffer" - ] - } - ], - "replaces": "", - "returnvalues": [], - "tparams": [], - "type": "FUNCTION" - }, - { - "brief": "Draw with index buffer instanced", - "description": "Draw with index buffer instanced", - "error": "", - "examples": "", - "language": "", - "members": [], - "name": "VulkanDrawElementsInstanced", - "notes": [], - "parameters": [ - { - "doc": "the vulkan context", - "name": "context", - "types": [ - "dmGraphics::HContext" - ] - }, - { - "doc": "primitive type", - "name": "prim_type", - "types": [ - "dmGraphics::PrimitiveType" - ] - }, - { - "doc": "the byte offset into the index buffer", - "name": "first", - "types": [ - "uint32_t" - ] - }, - { - "doc": "number of primitives to draw", - "name": "count", - "types": [ - "uint32_t" - ] - }, - { - "doc": "number of instances to draw", - "name": "instance_count", - "types": [ - "uint32_t" - ] - }, - { - "doc": "the index buffer type", - "name": "type", - "types": [ - "dmGraphics::Type" - ] - }, - { - "doc": "the index buffer", - "name": "index_buffer", - "types": [ - "dmGraphics::HIndexBuffer" - ] - } - ], - "replaces": "", - "returnvalues": [], - "tparams": [], - "type": "FUNCTION" - }, - { - "brief": "Get the current swap chain texture", - "description": "Get the current swap chain texture", - "error": "", - "examples": "", - "language": "", - "members": [], - "name": "VulkanGetActiveSwapChainTexture", - "notes": [], - "parameters": [ - { - "doc": "the vulkan context", - "name": "context", - "types": [ - "dmGraphics::HContext" - ] - } - ], - "replaces": "", - "returnvalues": [ - { - "doc": "the swap chain texture for the current frame", - "name": "swapchain", - "types": [ - "dmGraphics::HTexture" - ] - } - ], - "tparams": [], - "type": "FUNCTION" - }, - { - "brief": "Get the vulkan context of the installed adapter", - "description": "Get the vulkan context of the installed adapter", - "error": "", - "examples": "", - "language": "", - "members": [], - "name": "VulkanGetContext", - "notes": [], - "parameters": [], - "replaces": "", - "returnvalues": [ - { - "doc": "the vulkan context", - "name": "context", - "types": [ - "dmGraphics::HContext" - ] - } - ], - "tparams": [], - "type": "FUNCTION" - }, - { - "brief": "Get the set and binding information from a uniform...", - "description": "Get the set and binding information from a uniform index", - "error": "", - "examples": "", - "language": "", - "members": [], - "name": "VulkanGetUniformBinding", - "notes": [], - "parameters": [ - { - "doc": "the vulkan context", - "name": "context", - "types": [ - "dmGraphics::HContext" - ] - }, - { - "doc": "the program to query", - "name": "program", - "types": [ - "dmGraphics::HProgram" - ] - }, - { - "doc": "uniform index", - "name": "index", - "types": [ - "uint32_t" - ] - }, - { - "doc": "a pointer to store the result of the set number", - "name": "set", - "types": [ - "uint32_t*" - ] - }, - { - "doc": "a pointer to store the result of the binding number", - "name": "binding", - "types": [ - "uint32_t*" - ] - }, - { - "doc": "a pointer to store the result of the member index", - "name": "member_index", - "types": [ - "uint32_t*" - ] - } - ], - "replaces": "", - "returnvalues": [], - "tparams": [], - "type": "FUNCTION" - }, - { - "brief": "Get the native MTLCommandQueue from the Vulkan con...", - "description": "Get the native MTLCommandQueue from the Vulkan context", - "error": "", - "examples": "", - "language": "", - "members": [], - "name": "VulkanGraphicsCommandQueueToMetal", - "notes": [], - "parameters": [ - { - "doc": "the vulkan context", - "name": "context", - "types": [ - "dmGraphics::HContext" - ] - } - ], - "replaces": "", - "returnvalues": [ - { - "doc": "the Metal graphics queue wrapped with a (__bridge void*)", - "name": "mtl_queue", - "types": [ - "id" - ] - } - ], - "tparams": [], - "type": "FUNCTION" - }, - { - "brief": "Map the GPU data for a index buffer", - "description": "Map the GPU data for a index buffer", - "error": "", - "examples": "", - "language": "", - "members": [], - "name": "VulkanMapIndexBuffer", - "notes": [], - "parameters": [ - { - "doc": "the vulkan context", - "name": "context", - "types": [ - "dmGraphics::HContext" - ] - }, - { - "doc": "the buffer to map", - "name": "buffer", - "types": [ - "dmGraphics::HIndexBuffer" - ] - }, - { - "doc": "how to access the buffer", - "name": "buffer_access", - "types": [ - "dmGraphics::BufferAccess" - ] - } - ], - "replaces": "", - "returnvalues": [ - { - "doc": "the mapped data buffer", - "name": "void*", - "types": [ - "void*" - ] - } - ], - "tparams": [], - "type": "FUNCTION" - }, - { - "brief": "Map the GPU data for a vertex buffer", - "description": "Map the GPU data for a vertex buffer", - "error": "", - "examples": "", - "language": "", - "members": [], - "name": "VulkanMapVertexBuffer", - "notes": [], - "parameters": [ - { - "doc": "the vulkan context", - "name": "context", - "types": [ - "dmGraphics::HContext" - ] - }, - { - "doc": "the buffer to map", - "name": "buffer", - "types": [ - "dmGraphics::HVertexBuffer" - ] - }, - { - "doc": "how to access the buffer", - "name": "buffer_access", - "types": [ - "dmGraphics::BufferAccess" - ] - } - ], - "replaces": "", - "returnvalues": [ - { - "doc": "the mapped data buffer", - "name": "void*", - "types": [ - "void*" - ] - } - ], - "tparams": [], - "type": "FUNCTION" - }, - { - "brief": "Insert a memory barrier", - "description": "Insert a memory barrier", - "error": "", - "examples": "", - "language": "", - "members": [], - "name": "VulkanMemorybarrier", - "notes": [], - "parameters": [ - { - "doc": "the vulkan context", - "name": "context", - "types": [ - "dmGraphics::HContext" - ] - }, - { - "doc": "the texture to set barrier for", - "name": "texture", - "types": [ - "dmGraphics::HTexture" - ] - }, - { - "doc": "src stage flag", - "name": "src_stage_flags", - "types": [ - "uint32_t" - ] - }, - { - "doc": "dst stage flag", - "name": "dst_stage_flags", - "types": [ - "uint32_t" - ] - }, - { - "doc": "src access flag", - "name": "src_access_flags", - "types": [ - "uint32_t" - ] - }, - { - "doc": "dst access flag", - "name": "dst_access_flags", - "types": [ - "uint32_t" - ] - } - ], - "replaces": "", - "returnvalues": [], - "tparams": [], - "type": "FUNCTION" - }, - { - "brief": "Advance the render pass to the next sub pass", - "description": "Advance the render pass to the next sub pass", - "error": "", - "examples": "", - "language": "", - "members": [], - "name": "VulkanNextRenderPass", - "notes": [], - "parameters": [ - { - "doc": "the vulkan context", - "name": "context", - "types": [ - "dmGraphics::HContext" - ] - }, - { - "doc": "the render target to advance", - "name": "render_target", - "types": [ - "dmGraphics::HRenderTarget" - ] - } - ], - "replaces": "", - "returnvalues": [], - "tparams": [], - "type": "FUNCTION" - }, - { - "brief": "Bind a constant buffer to the currently bound shad...", - "description": "Bind a constant buffer to the currently bound shader", - "error": "", - "examples": "", - "language": "", - "members": [], - "name": "VulkanSetConstantBuffer", - "notes": [], - "parameters": [ - { - "doc": "the vulkan context", - "name": "context", - "types": [ - "dmGraphics::HContext" - ] - }, - { - "doc": "the constant buffer", - "name": "buffer", - "types": [ - "dmGraphics::HVertexBuffer" - ] - }, - { - "doc": "offset location for the buffer", - "name": "buffer_offset", - "types": [ - "uint32_t" - ] - }, - { - "doc": "the shader location to bind to", - "name": "base_location", - "types": [ - "dmGraphics::HUniformLocation" - ] - } - ], - "replaces": "", - "returnvalues": [], - "tparams": [], - "type": "FUNCTION" - }, - { - "brief": "Set the number of in-flight frames that the vulkan...", - "description": "Set the number of in-flight frames that the vulkan layer uses", - "error": "", - "examples": "", - "language": "", - "members": [], - "name": "VulkanSetFrameInFlightCount", - "notes": [], - "parameters": [ - { - "doc": "the vulkan context", - "name": "context", - "types": [ - "dmGraphics::HContext" - ] - }, - { - "doc": "the max number of frames in flight", - "name": "num_frames_in_flight", - "types": [ - "uint8_t" - ] - } - ], - "replaces": "", - "returnvalues": [], - "tparams": [], - "type": "FUNCTION" - }, - { - "brief": "Set the entire current pipeline state", - "description": "Set the entire current pipeline state", - "error": "", - "examples": "", - "language": "", - "members": [], - "name": "VulkanSetPipelineState", - "notes": [], - "parameters": [ - { - "doc": "the vulkan context", - "name": "context", - "types": [ - "dmGraphics::HContext" - ] - }, - { - "doc": "the pipeline state", - "name": "ps", - "types": [ - "dmGraphics::PipelineState" - ] - } - ], - "replaces": "", - "returnvalues": [], - "tparams": [], - "type": "FUNCTION" - }, - { - "brief": "Sets the attachments for a render target", - "description": "Sets the attachments for a render target", - "error": "", - "examples": "", - "language": "", - "members": [], - "name": "VulkanSetRenderTargetAttachments", - "notes": [], - "parameters": [ - { - "doc": "the vulkan context", - "name": "context", - "types": [ - "dmGraphics::HContext" - ] - }, - { - "doc": "the render target", - "name": "render_target", - "types": [ - "dmGraphics::HRenderTarget" - ] - }, - { - "doc": "the render target attachment params", - "name": "params", - "types": [ - "dmGraphics::SetRenderTargetAttachmentsParams" - ] - } - ], - "replaces": "", - "returnvalues": [], - "tparams": [], - "type": "FUNCTION" - }, - { - "brief": "Bind a storage buffer to the render state", - "description": "Bind a storage buffer to the render state", - "error": "", - "examples": "", - "language": "", - "members": [], - "name": "VulkanSetStorageBuffer", - "notes": [], - "parameters": [ - { - "doc": "the vulkan context", - "name": "context", - "types": [ - "dmGraphics::HContext" - ] - }, - { - "doc": "the storage buffer to bind", - "name": "storage_buffer", - "types": [ - "dmGraphics::HStorageBuffer" - ] - }, - { - "doc": "binding index", - "name": "binding_index", - "types": [ - "uint32_t" - ] - }, - { - "doc": "the buffer offset", - "name": "buffer_offset", - "types": [ - "uint32_t" - ] - }, - { - "doc": "the shader location to bind to", - "name": "base_location", - "types": [ - "dmGraphics::HUniformLocation" - ] - } - ], - "replaces": "", - "returnvalues": [], - "tparams": [], - "type": "FUNCTION" - }, - { - "brief": "Set the storage buffer data", - "description": "Set the storage buffer data", - "error": "", - "examples": "", - "language": "", - "members": [], - "name": "VulkanSetStorageBufferData", - "notes": [], - "parameters": [ - { - "doc": "the vulkan context", - "name": "context", - "types": [ - "dmGraphics::HContext" - ] - }, - { - "doc": "the storage buffer", - "name": "storage_buffer", - "types": [ - "dmGraphics::HStorageBuffer" - ] - }, - { - "doc": "size of the input data", - "name": "size", - "types": [ - "uint32_t" - ] - }, - { - "doc": "the buffer data", - "name": "data", - "types": [ - "void*" - ] - } - ], - "replaces": "", - "returnvalues": [], - "tparams": [], - "type": "FUNCTION" - }, - { - "brief": "Set the step function for a vertex declaration", - "description": "Set the step function for a vertex declaration", - "error": "", - "examples": "", - "language": "", - "members": [], - "name": "VulkanSetVertexDeclarationStepFunction", - "notes": [], - "parameters": [ - { - "doc": "the vulkan context", - "name": "context", - "types": [ - "dmGraphics::HContext" - ] - }, - { - "doc": "the vertex declaration to set step function for", - "name": "vertex_declaration", - "types": [ - "dmGraphics::HVertexDeclaration" - ] - }, - { - "doc": "the step function", - "name": "step_function", - "types": [ - "dmGraphics::VertexStepFunction" - ] - } - ], - "replaces": "", - "returnvalues": [], - "tparams": [], - "type": "FUNCTION" - }, - { - "brief": "Get a native MTLTexture from a Vulkan HTexture", - "description": "Get a native MTLTexture from a Vulkan HTexture", - "error": "", - "examples": "", - "language": "", - "members": [], - "name": "VulkanTextureToMetal", - "notes": [], - "parameters": [ - { - "doc": "the vulkan context", - "name": "context", - "types": [ - "dmGraphics::HContext" - ] - }, - { - "doc": "the texture", - "name": "texture", - "types": [ - "dmGraphics::HTexture" - ] - } - ], - "replaces": "", - "returnvalues": [ - { - "doc": "the Metal texture wrapped with a (__bridge void*)", - "name": "mtl_texture", + "doc": "the Metal texture wrapped with a (__bridge void*)", + "name": "mtl_texture", "types": [ "id" ] @@ -3439,82 +2436,6 @@ ], "tparams": [], "type": "FUNCTION" - }, - { - "brief": "Unmap a index buffer", - "description": "Unmap a index buffer", - "error": "", - "examples": "", - "language": "", - "members": [], - "name": "VulkanUnmapIndexBuffer", - "notes": [], - "parameters": [ - { - "doc": "the vulkan context", - "name": "context", - "types": [ - "dmGraphics::HContext" - ] - }, - { - "doc": "the buffer", - "name": "buffer", - "types": [ - "dmGraphics::HIndexBuffer" - ] - } - ], - "replaces": "", - "returnvalues": [ - { - "doc": "unused", - "name": "flag", - "types": [ - "bool" - ] - } - ], - "tparams": [], - "type": "FUNCTION" - }, - { - "brief": "Unmap a vertex buffer", - "description": "Unmap a vertex buffer", - "error": "", - "examples": "", - "language": "", - "members": [], - "name": "VulkanUnmapVertexBuffer", - "notes": [], - "parameters": [ - { - "doc": "the vulkan context", - "name": "context", - "types": [ - "dmGraphics::HContext" - ] - }, - { - "doc": "the buffer", - "name": "buffer", - "types": [ - "dmGraphics::HVertexBuffer" - ] - } - ], - "replaces": "", - "returnvalues": [ - { - "doc": "unused", - "name": "flag", - "types": [ - "bool" - ] - } - ], - "tparams": [], - "type": "FUNCTION" } ], "info": { From 69a4767f79b2693fe7499145ae00ee6ddb45a51b Mon Sep 17 00:00:00 2001 From: "services@defold.se" Date: Sat, 14 Dec 2024 11:57:57 +0000 Subject: [PATCH 2/8] Site changes [skip-ci] --- extension-firebase-analytics/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/extension-firebase-analytics/index.md b/extension-firebase-analytics/index.md index 19b6366a1..85982591a 100644 --- a/extension-firebase-analytics/index.md +++ b/extension-firebase-analytics/index.md @@ -52,10 +52,10 @@ function init(self) firebase.analytics.initialize() -- log data - firebase.analytics.log_string("character", "storm trooper") - firebase.analytics.log_int("kills", 152) + firebase.analytics.log_string("choose_character", "character", "storm trooper") + firebase.analytics.log_int("kills", "kills", 152) firebase.analytics.log("tutorial_done") - firebase.analytics.log_number("speed", 1.15) + firebase.analytics.log_number("game_speed", "speed", 1.15) local t = { number = math.random(1,100), boolean = true, From 27080168e6907bea890c7d335deef77ebd706ab8 Mon Sep 17 00:00:00 2001 From: "services@defold.se" Date: Mon, 16 Dec 2024 07:06:54 +0000 Subject: [PATCH 3/8] Site changes [skip-ci] --- _data/refindex.json | 24 +- searchindex.json | 215960 ++++++++++++++++++++--------------------- 2 files changed, 107992 insertions(+), 107992 deletions(-) diff --git a/_data/refindex.json b/_data/refindex.json index 36d976d14..ee0663317 100644 --- a/_data/refindex.json +++ b/_data/refindex.json @@ -1406,14 +1406,6 @@ "type": "defold", "url": "/ref/stable/graphics" }, - { - "branch": "alpha", - "filename": "dmGui", - "name": "Gui", - "namespace": "dmGui", - "type": "c", - "url": "/ref/alpha/dmGui" - }, { "branch": "alpha", "filename": "gui", @@ -1423,12 +1415,12 @@ "url": "/ref/alpha/gui" }, { - "branch": "beta", + "branch": "alpha", "filename": "dmGui", "name": "Gui", "namespace": "dmGui", "type": "c", - "url": "/ref/beta/dmGui" + "url": "/ref/alpha/dmGui" }, { "branch": "beta", @@ -1439,12 +1431,12 @@ "url": "/ref/beta/gui" }, { - "branch": "stable", + "branch": "beta", "filename": "dmGui", "name": "Gui", "namespace": "dmGui", "type": "c", - "url": "/ref/stable/dmGui" + "url": "/ref/beta/dmGui" }, { "branch": "stable", @@ -1454,6 +1446,14 @@ "type": "defold", "url": "/ref/stable/gui" }, + { + "branch": "stable", + "filename": "dmGui", + "name": "Gui", + "namespace": "dmGui", + "type": "c", + "url": "/ref/stable/dmGui" + }, { "branch": "alpha", "filename": "dmHash", diff --git a/searchindex.json b/searchindex.json index 68e2a0afb..d1ada0f12 100644 --- a/searchindex.json +++ b/searchindex.json @@ -1,30853 +1,30579 @@ { "fieldVectors": [ [ - "type/manuals/optimization-battery", + "type/manuals/texture-filtering", [ 0, 0.731 ] ], [ - "data/manuals/optimization-battery", + "data/manuals/texture-filtering", [ 0, - 1.101, + 1.083, 1, - 2.299, + 2.26, 2, - 2.276, + 2.237, 3, - 2.359, + 2.319, 4, - 2.359, + 2.319, 5, - 2.372, + 2.331, 6, - 2.372, + 2.331, 7, - 1.429, + 1.47, 8, - 1.456, + 2.472, 9, - 0.907, + 2.997, 10, - 1.947, + 1.91, 11, - 1.046, + 3.201, 12, - 4.723, + 4.821, 13, - 2.973, + 8.836, 14, - 7.373, + 8.836, 15, - 6.209, + 8.265, 16, - 0.811, + 7.716, 17, - 5.922, + 7.121, 18, - 4.98, + 1.08, 19, - 5.206, + 9.66, 20, - 8.709, + 1.404, 21, - 1.835, + 5.956, 22, - 2.039, + 4.341, 23, - 1.943, + 4.776, 24, - 4.102, + 6.676, 25, - 5.127, + 8.836, 26, - 2.409, + 8.836, 27, - 5.68, + 5.117, 28, - 3.191, + 4.283, 29, - 2.02, + 6.666, 30, - 0.963, + 3.339, 31, - 4.453, + 5.117, 32, - 1.71, + 7.21, 33, - 1.195, + 8.836, 34, - 5.127, + 8.836, 35, - 2.673, + 8.836, 36, - 5.472, + 1.762, 37, - 3.989, + 8.836, 38, - 5.127 + 1.173, + 39, + 1.865, + 40, + 7.582, + 41, + 4.642 ] ], [ - "type/manuals/gui-text", + "type/manuals/instant-games", [ 0, 0.731 ] ], [ - "data/manuals/gui-text", + "data/manuals/instant-games", [ 0, - 0.792, + 1.217, 1, - 1.653, + 2.541, 2, - 1.636, + 2.515, 3, - 1.696, + 2.607, 4, - 1.696, + 2.607, 5, - 1.705, + 2.621, 6, - 1.705, + 2.621 + ] + ], + [ + "type/manuals/gui", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/gui", + [ + 0, + 0.376, + 1, + 0.567, + 2, + 0.306, + 3, + 0.318, + 4, + 0.318, + 5, + 0.319, + 6, + 0.319, 7, - 1.554, + 1.546, 8, - 1.464, - 9, - 0.925, + 1.938, + 10, + 1.615, 11, - 1.033, - 16, - 0.782, - 21, - 2.131, - 22, - 1.965, - 29, - 2.195, + 1.374, + 12, + 0.552, + 18, + 1.153, + 20, + 1.401, + 23, + 3.26, + 24, + 2.794, + 28, + 1.074, 30, - 1.136, - 33, - 1.489, + 2.062, + 31, + 0.701, + 36, + 1.857, + 38, + 1.176, 39, - 4.892, - 40, - 5.07, + 0.468, 41, - 2.518, + 4.27, 42, - 2.594, + 0.403, 43, - 3.866, + 2.294, 44, - 2.593, + 0.505, 45, - 5.749, + 0.816, 46, - 2.904, + 1.471, 47, - 5.412, + 4.59, 48, - 1.798, + 4.707, 49, - 2.309, + 0.766, 50, - 4.259, + 3.022, 51, - 1.625, + 0.884, 52, - 2.15, + 1.821, 53, - 4.166, + 1.21, 54, - 3.879, + 2.794, 55, - 5.983, + 1.063, 56, - 6.931, + 1.476, 57, - 4.006, + 1.447, 58, - 7.552, + 5.796, 59, - 4.434, + 1.008, 60, - 2.634, + 1.23, 61, - 4.874, + 2.351, 62, - 3.007, + 2.86, 63, - 3.099, + 1.838, 64, - 4.083, + 1.21, 65, - 3.438, + 1.46, 66, - 5.055, + 1.977, 67, - 2.264, + 1.536, 68, - 1.466, + 0.987, 69, - 4.463, + 3.725, 70, - 1.452, + 2.918, 71, - 1.325, + 0.836, 72, - 4.124, + 0.403, 73, - 2.817, + 1.775, 74, - 0.962, + 1.4, 75, - 5.49, + 1.668, 76, - 5.272, + 1.179, 77, - 1.288, + 1.596, 78, - 5.272, + 0.984, 79, - 6.585, + 0.935, 80, - 3.991, + 1.038, 81, - 5.055, + 0.987, 82, - 5.37, + 0.816, 83, - 3.648, + 2.445, 84, - 5.055, + 1.894, 85, - 5.544, + 0.724, 86, - 0.922, + 2.249, 87, - 2.677, + 1.4, 88, - 4.719, + 2.353, 89, - 4.584, + 1.675, 90, - 4.166, + 2.27, 91, - 3.321, + 0.413, 92, - 2.22, + 2.189, 93, - 3.007, + 1.429, 94, - 2.234, + 1.031, 95, - 4.166, + 5.441, 96, - 3.802, + 1.401, 97, - 1.977, + 1.701, 98, - 3.395, + 0.859, 99, - 2.985, + 1.061, 100, - 3.802, + 1.768, 101, - 3.067, + 3.622, 102, - 1.91, + 1.701, 103, - 3.742, + 1.66, 104, - 2.613, + 2.267, 105, - 5.182, + 0.889, 106, - 2.553, + 1.489, 107, - 3.742, + 1.646, 108, - 2.442, + 0.901, 109, - 6.461, + 0.832, 110, - 2.15, + 2.325, 111, - 2.164, + 0.505, 112, - 5.473, + 3.141, 113, - 4.257, + 1.666, 114, - 5.272, + 5.38, 115, - 5.272, + 1.619, 116, - 5.908, + 1.476, 117, - 3.227 - ] - ], - [ - "type/manuals/input-gamepads", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/input-gamepads", - [ - 7, - 1.615, - 9, - 0.73, - 11, - 0.923, - 26, - 2.305, - 29, - 1.932, - 30, - 0.776, - 33, - 1.143, - 51, - 1.613, - 86, - 1.227, + 0.712, 118, - 8.599, + 4.65, 119, - 2.742, + 1.554, 120, - 8.599, + 2.645, 121, - 2.432, + 1.644, 122, - 8.599, + 1.832, 123, - 3.115, + 5.642, 124, - 8.599, + 3.7, 125, - 3.477, + 0.933, 126, - 8.599, + 1.946, 127, - 3.592, + 0.816, 128, - 8.599, + 0.6, 129, - 4.357, + 1.038, 130, - 8.599, + 0.737, 131, - 4.904, + 2.313, 132, - 8.599, + 2.648, 133, - 6.1, + 4.331, 134, - 6.486, + 2.77, 135, - 3.226, + 0.701, 136, - 6.1, + 0.987, 137, - 1.279, + 0.836, 138, - 7.373, + 0.987, 139, - 4.98, + 1.283, 140, - 3.962, + 1.413, 141, - 1.723, + 0.448, 142, - 4.98, + 1.622, 143, - 4.26, + 0.587, 144, - 4.462, + 1.164, 145, - 6.486, + 1.374, 146, - 3.397, + 0.593, 147, - 3.782, + 2.925, 148, - 4.98, + 1.91, 149, - 2.677, + 1.444, 150, - 4.125, + 0.96, 151, - 1.576, + 0.918, 152, - 2.342, + 0.78, 153, - 5.796 - ] - ], - [ - "type/manuals/physics-shapes", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/physics-shapes", - [ - 7, - 1.572, - 8, - 1.351, - 9, - 0.855, - 10, - 1.489, - 11, - 1.012, - 16, - 0.953, - 19, - 3.428, - 21, - 1.208, - 23, - 1.28, - 29, - 1.33, - 30, - 1.101, - 32, - 1.126, - 33, - 1.085, - 34, - 3.376, - 35, - 1.76, - 42, - 2.226, - 48, - 2.801, - 49, - 2.116, - 51, - 1.111, - 68, - 1.851, - 71, - 2.295, - 77, - 1.627, - 86, - 1.506, - 87, - 2.452, - 97, - 2.497, - 98, - 3.11, - 102, - 1.75, - 111, - 3.128, - 123, - 2.144, - 129, - 2.999, - 137, - 1.214, - 141, - 1.186, - 151, - 1.085, + 1.695, 154, - 5.919, + 0.765, 155, - 5.919, + 3.447, 156, - 4.968, + 2.232, 157, - 4.342, + 2.556, 158, - 2.008, + 2.025, 159, - 2.221, + 3.893, 160, - 1.673, + 1.121, 161, - 2.296, + 2.066, 162, - 2.715, + 2.216, 163, - 5.603, + 1.038, 164, - 6.56, + 2.216, 165, - 5.919, + 0.877, 166, - 2.074, + 1.441, 167, - 3.603, + 1.24, 168, - 3.428, + 3.476, 169, - 7.462, + 1.35, 170, - 7.002, + 2.537, 171, - 4.882, + 2.549, 172, - 2.786, + 2.758, 173, - 2.286, + 1.21, 174, - 4.631, + 1.546, 175, - 4.107, + 2.566, 176, - 4.323, + 1.21, 177, - 5.412, + 1.521, 178, - 3.541, + 1.413, 179, - 5.408, + 2.216, 180, - 3.376, + 1.107, 181, - 2.394, + 2.216, 182, - 2.375, + 3.132, 183, - 4.802, + 1.21, 184, - 2.651, + 1.21, 185, - 4.829, + 3.389, 186, - 1.77, + 1.775, 187, - 4.089, + 2.216, 188, - 5.412, + 1.038, 189, - 4.323, + 2.216, 190, - 1.683, + 4.056, 191, - 1.498, + 1.21, 192, - 9.204, + 1.21, 193, - 1.249, + 0.75, 194, - 5.412, + 0.221, 195, - 5.884, + 0.701, 196, - 3.168, + 2.168, 197, - 8.16, + 1.303, 198, - 3.288, + 0.604, 199, - 5.412, + 0.949, 200, - 7.002, + 1.349, 201, - 5.426, + 1.322, 202, - 3.234, + 1.001, 203, - 3.74, + 1.195, 204, - 8.013, + 0.913, 205, - 5.919, + 0.913, 206, - 4.089, + 1.074, 207, - 8.16, + 1.654, 208, - 5.412, + 1.668, 209, - 5.919, + 0.913, 210, - 2.727, + 0.896, 211, - 8.16, + 0.542, 212, - 5.412, + 2.057, 213, - 3.989, + 0.78, 214, - 3.817, + 0.913, 215, - 5.919, + 1.11, 216, - 3.899, + 3.679, 217, - 2.375, + 0.859, 218, - 2.27, + 5.623, 219, - 2.999, + 0.947, 220, - 8.637, + 1.21, 221, - 3.998, + 1.038, 222, - 5.5, + 1.902, 223, - 5.173, + 1.808, 224, - 1.629, + 2.794, 225, - 5.83, + 0.816, 226, - 4.458, + 0.853, 227, - 3.072, + 0.701, 228, - 2.727, + 0.941, 229, - 3.589, + 1.453, 230, - 4.287, + 1.73, 231, - 5.079, + 0.454, 232, - 4.829, + 2.913, 233, - 4.089, + 0.816, 234, - 1.8, + 1.264, 235, - 5.079, + 0.765, 236, - 3.035, + 1.536, 237, - 1.363, + 4.18, 238, - 4.829, + 1.245, 239, - 3.899, + 1.668, 240, - 4.631, + 0.63, 241, - 5.262, + 0.812, 242, - 3.428 - ] - ], - [ - "type/manuals/networking", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/networking", - [ - 0, - 0.942, - 1, - 1.968, - 2, - 1.947, - 3, - 2.019, - 4, - 2.019, - 5, - 2.03, - 6, - 2.03, - 7, - 1.549, - 8, - 1.36, - 9, - 0.948, - 10, - 1.404, - 11, - 0.861, - 16, - 1.038, - 30, - 1.06, - 32, - 1.464, - 33, - 1.412, - 34, - 4.387, - 46, - 2.14, - 48, - 2.14, - 68, - 1.745, - 71, - 1.578, - 74, - 1.077, - 77, - 1.534, - 86, - 1.516, - 104, - 3.111, - 112, - 4.861, - 147, - 3.383, - 151, - 1.41, - 161, - 1.527, - 180, - 4.387, - 181, - 3.111, - 237, - 1.771, + 1.107, 243, - 7.692, + 1.519, 244, - 4.041, + 1.465, 245, - 8.325, + 0.987, 246, - 8.325, + 0.797, 247, - 1.93, + 0.733, 248, - 4.386, + 0.724, 249, - 7.762, + 0.581, 250, - 7.59, + 2.556, 251, - 5.709, + 1.413, 252, - 7.916, + 1.107, 253, - 8.017, + 0.606, 254, - 8.314, + 0.797, 255, - 5.457, + 1.21, 256, - 2.261, + 1.62, 257, - 5.314, + 2.614, 258, - 8.314, + 3.275, 259, - 4.861, + 1.572, 260, - 6.6, + 1.49, 261, - 3.992, + 2.5, 262, - 9.702, + 0.947, 263, - 2.714, + 1.978, 264, - 3.477, + 0.737, 265, - 6.883, + 0.797, 266, - 10.627, + 0.537, 267, - 4.945, + 1.107, 268, - 4.455, + 1.66, 269, - 5.618, + 1.926, 270, - 4.093, + 0.884, 271, - 3.729, + 0.628, 272, - 4.602, + 1.672, 273, - 2.994, + 1.347, 274, - 9.718, + 2.602, 275, - 4.526, + 1.902, 276, - 7.692, + 1.672, 277, - 2.592, + 1.038, 278, - 2.353, + 1.107, 279, - 4.147, + 1.808, 280, - 6.6, + 0.869, 281, - 3.854, + 1.374, 282, - 4.041, + 0.6, 283, - 3.898, + 1.107, 284, - 7.692 - ] - ], - [ - "type/manuals/importing-graphics", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/importing-graphics", - [ - 0, - 0.637, - 1, - 1.33, - 2, - 1.317, - 3, - 1.365, - 4, - 1.365, - 5, - 1.372, - 6, - 1.372, - 7, - 1.571, - 8, - 1.38, - 9, - 1.013, - 11, - 0.957, - 12, - 5.666, - 16, - 1.014, - 22, - 1.691, - 23, - 1.882, - 24, - 2.374, - 26, - 1.394, - 29, - 2.136, - 30, - 1.076, - 32, - 0.99, - 33, - 1.338, - 36, - 3.166, - 40, - 3.867, - 41, - 1.512, - 45, - 5.595, - 48, - 2.073, - 51, - 0.976, - 52, - 1.731, - 53, - 3.354, - 63, - 2.495, - 70, - 1.169, - 71, - 2.212, - 74, - 0.827, - 77, - 1.896, - 83, - 2.191, - 86, - 1.626, - 141, - 2.161, - 146, - 2.055, - 151, - 1.366, - 159, - 1.951, - 160, - 1.802, - 161, - 1.728, - 162, - 2.238, - 163, - 3.502, - 164, - 4.071, - 167, - 3.166, - 173, - 2.009, - 183, - 3.06, - 191, - 1.317, - 198, - 1.699, - 210, - 2.396, - 219, - 2.636, - 237, - 1.716, - 247, - 1.828, - 248, - 2.351, - 256, - 1.529, - 263, - 1.455, - 273, - 2.024, - 277, - 1.753, + 1.107, 285, - 5.464, + 1.699, 286, - 4.909, + 2.62, 287, - 4.244, + 0.836, 288, - 4.435, + 0.652, 289, - 4.708, + 4.863, 290, - 1.81, + 0.471, 291, - 1.787, + 1.283, 292, - 5.147, + 0.949, 293, - 2.087, + 1.734, 294, - 3.277, + 0.69, 295, - 4.313, + 3.745, 296, - 4.244, + 1.038, 297, - 2.727, + 0.859, 298, - 2.039, + 0.765, 299, - 6.064, + 1.107, 300, - 2.036, + 1.228, 301, - 2.606, + 3.335, 302, - 3.267, + 1.572, 303, - 3.112, + 1.672, 304, - 3.923, + 0.78, 305, - 3.012, + 0.701, 306, - 2.444, + 2.758, 307, - 5.147, + 0.701, 308, - 3.82, + 1.619, 309, - 4.313, + 0.712, 310, - 5.042, + 1.038, 311, - 3.166, + 0.78, 312, - 2.396, + 1.038, 313, - 3.867, + 0.475, 314, - 3.354, + 0.652, 315, - 7.35, + 0.75, 316, - 3.243, + 0.765, 317, - 4.046, + 0.712, 318, - 3.037, + 0.947, 319, - 6.68, + 1.21, 320, - 4.486, + 3.521, 321, - 3.69, + 1.21, 322, - 2.881, + 2.398, 323, - 6.393, + 0.724, 324, - 3.506, + 1.748, 325, - 3.426, + 0.913, 326, - 4.756, + 1.21, 327, - 3.69, + 0.836, 328, - 2.444, + 1.834, 329, - 4.756, + 2.77, 330, - 4.069, + 0.707, 331, - 4.463, + 0.859, 332, - 5.201, + 0.738, 333, - 5.201, + 1.073, 334, - 6.359, + 1.698, 335, - 3.965, + 0.797, 336, - 2.374, + 0.913, 337, - 1.897, + 0.765, 338, - 2.667, + 5.79, 339, - 1.951, + 1.734, 340, - 3.593, + 0.884, 341, - 5.829, + 3.358, 342, - 7.104, + 0.993, 343, - 1.479, + 0.75, 344, - 4.463, + 2.309, 345, - 4.463, + 2.853, 346, - 2.9, + 1.038, 347, - 2.495, + 3.518, 348, - 5.869, + 1.107, 349, - 2.767, + 2.239, 350, - 1.731, + 1.834, 351, - 2.576, + 1.15, 352, - 4.463, + 1.107, 353, - 4.463, + 0.486, 354, - 4.463, + 0.913, 355, - 2.209, + 2.216, 356, - 3.354, + 1.107, 357, - 2.521, + 5.604, 358, - 3.923, + 2.291, 359, - 4.463, + 3.103, 360, - 4.069, + 0.947, 361, - 2.767, + 3.718, 362, - 2.055, + 0.816, 363, - 2.351, + 3.094, 364, - 2.103, + 3.094, 365, - 3.012, + 3.459, 366, - 2.351, + 4.268, 367, - 4.458, + 0.987, 368, - 3.354, + 1.97, 369, - 1.648, + 2.556, 370, - 3.923, + 4.99, 371, - 3.799, + 1.992, 372, - 3.506, + 2.216, 373, - 2.767, + 1.349, 374, - 4.244, + 1.429, 375, - 4.966, + 0.947, 376, - 3.506, + 4.043, 377, - 3.426, + 5.382, 378, - 3.166, + 2.851, 379, - 3.799, + 1.494, 380, - 2.923, + 1.57, 381, - 3.337, + 1.374, 382, - 3.69, + 0.798, 383, - 4.244 - ] - ], - [ - "type/manuals/graphics", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/graphics", - [ - 0, - 1.189, - 1, - 2.482, - 2, - 2.456, - 3, - 2.547, - 4, - 2.547, - 5, - 2.56, - 6, - 2.56, - 7, - 1.514, - 316, - 3.356, - 317, - 4.187, + 2.498, 384, - 4.74 - ] - ], - [ - "type/manuals/project-setup", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/project-setup", - [ - 0, - 0.777, - 1, - 1.622, - 2, - 1.606, - 3, - 1.665, - 4, - 2.541, - 5, - 1.674, - 6, - 1.674, - 7, - 1.502, - 8, - 1.094, - 9, - 1.017, - 10, - 1.157, - 11, - 1.071, - 16, - 0.935, - 22, - 2.351, - 23, - 1.371, - 28, - 2.252, - 29, - 1.425, - 30, - 1.095, - 32, - 1.971, - 33, - 1.286, - 34, - 3.618, - 41, - 2.487, - 46, - 2.693, - 48, - 2.38, - 51, - 1.605, - 68, - 2.351, - 70, - 1.922, - 71, - 1.301, - 77, - 2.066, - 86, - 1.381, - 96, - 3.733, - 97, - 1.941, - 111, - 3.242, - 121, - 1.794, - 123, - 2.298, - 125, - 2.565, - 137, - 1.44, - 141, - 2.076, - 151, - 1.983, - 152, - 2.822, - 158, - 2.151, - 160, - 1.136, - 161, - 1.259, - 191, - 1.606, - 219, - 3.214, - 224, - 1.746, - 234, - 1.929, - 256, - 1.865, - 273, - 3.767, - 278, - 1.941, - 290, - 2.208, - 300, - 1.832, - 302, - 4.059, - 343, - 1.804, - 350, - 2.847, + 2.175, 385, - 5.176, + 1.723, 386, - 4.552, + 3.468, 387, - 5.176, + 2.076, 388, - 4.382, + 2.027, 389, - 4.275, + 2.754, 390, - 4.179, + 1.597, 391, - 4.085, + 1.374, 392, - 5.443, + 0.424, 393, - 3.946, + 0.947, 394, - 4.795, + 1.572, 395, - 3.38, + 0.947, 396, - 3.862, + 0.987, 397, - 5.8, + 1.21, 398, - 5.766, + 0.987, 399, - 6.453, + 0.859, 400, - 4.795, + 3.351, 401, - 6.343, + 0.947, 402, - 2.741, + 1.179, 403, - 4.785, + 0.859, 404, - 6.343, + 0.765, 405, - 3.564, + 0.987, 406, - 2.649, + 1.21, 407, - 1.314, + 1.4, 408, - 4.633, + 2.216, 409, - 4.008, + 0.987, 410, - 3.618, + 1.808, 411, - 2.951, + 0.628, 412, - 3.292, + 0.816, 413, - 5.8, + 1.038, 414, - 4.962, + 0.797, 415, - 5.176, + 1.21, 416, - 3.075, + 2.239, 417, - 3.075, + 1.21, 418, - 4.008, + 1.107, 419, - 5.443, + 0.765, 420, - 4.275, + 0.836, 421, - 4.633, + 3.459, 422, - 4.376, + 0.987, 423, - 3.795, + 0.913, 424, - 3.043, + 3.335, 425, - 3.292, + 0.69, 426, - 3.419, + 1.619, 427, - 3.075, + 0.987, 428, - 3.178, + 2.645, 429, - 2.841, + 1.838, 430, - 5.033, + 1.038, 431, - 3.862, + 3.066, 432, - 3.075, + 0.859, 433, - 4.275, + 0.493, 434, - 4.179, + 0.563, 435, - 4.275, + 1.107, 436, - 8.554, + 0.797, 437, - 3.696, + 0.987, 438, - 2.841, + 1.107, 439, - 4.785, + 0.816, 440, - 4.192, + 0.947, 441, - 2.208, + 0.606, 442, - 6.241, + 0.542, 443, - 6.343, + 0.987, 444, - 3.419, + 1.21, 445, - 6.343, + 0.947, 446, - 3.733, + 0.606, 447, - 4.962, + 1.21, 448, - 3.733, + 2.216, 449, - 4.008 - ] - ], - [ - "type/manuals/model-animation", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/model-animation", - [ - 0, - 0.638, - 1, - 1.332, - 2, - 1.318, - 3, - 1.367, - 4, - 1.367, - 5, - 1.374, - 6, - 1.374, - 7, - 1.56, - 8, - 1.217, - 9, - 0.74, - 10, - 1.736, - 11, - 0.997, - 13, - 1.722, - 16, - 0.909, - 21, - 1.063, - 22, - 1.692, - 23, - 2.057, - 29, - 1.17, - 30, - 1.128, - 32, - 0.991, - 33, - 1.158, - 38, - 2.97, - 41, - 1.514, - 42, - 1.777, - 50, - 2.27, - 51, - 0.977, - 68, - 1.181, - 70, - 1.17, - 71, - 1.952, - 73, - 2.27, - 74, - 0.968, - 77, - 1.487, - 82, - 3.228, - 86, - 1.539, - 87, - 2.157, - 95, - 3.358, - 97, - 1.593, - 99, - 3.155, - 102, - 2.977, - 104, - 3.524, - 105, - 3.116, - 106, - 2.057, - 107, - 3.016, - 111, - 2.498, - 117, - 3.544, - 119, - 2.378, - 121, - 2.109, - 125, - 2.106, - 137, - 1.415, - 141, - 1.043, - 146, - 2.057, - 149, - 2.322, - 151, - 1.597, - 160, - 0.933, - 161, - 1.998, - 162, - 1.339, - 166, - 1.824, - 172, - 2.411, - 175, - 2.29, - 184, - 2.332, - 191, - 1.318, - 217, - 2.089, - 218, - 2.86, - 228, - 2.399, - 237, - 1.717, - 247, - 1.355, - 248, - 2.354, - 256, - 1.531, - 263, - 1.457, - 268, - 3.016, - 277, - 1.755, - 291, - 1.789, - 297, - 2.336, - 300, - 1.866, - 301, - 3.736, - 302, - 2.798, - 310, - 5.78, - 313, - 2.702, - 316, - 2.243, - 317, - 1.954, - 335, - 5.977, - 338, - 2.67, - 343, - 1.481, - 362, - 2.057, - 364, - 2.106, - 407, - 1.804, - 416, - 2.524, - 424, - 2.498, - 425, - 2.702, - 437, - 2.25, + 0.724, 450, - 3.116, + 4.451, 451, - 3.291, + 0.884, 452, - 4.913, + 0.644, 453, - 3.505, + 1.775, 454, - 3.09, + 2.634, 455, - 9.513, + 0.913, 456, - 2.552, + 1.653, 457, - 6.338, + 0.43, 458, - 8.639, + 2.216, 459, - 6.364, + 1.426, 460, - 2.231, + 0.884, 461, - 4.468, + 2.027, 462, - 4.074, + 2.027, 463, - 7.354, + 0.816, 464, - 4.762, + 3.459, 465, - 1.841, + 1.038, 466, - 2.012, + 1.808, 467, - 4.074, + 0.797, 468, - 4.074, + 0.859, 469, - 2.86, + 0.613, 470, - 3.694, + 0.947, 471, - 3.803, + 0.594, 472, - 3.803, + 1.021, 473, - 2.58, + 1.668, 474, - 4.468, + 0.884, 475, - 4.074, + 0.987, 476, - 4.468, + 1.21, 477, - 4.074, + 2.62, 478, - 3.115, + 1.107, 479, - 2.58, + 1.423, 480, - 3.51, + 0.797, 481, - 1.954, + 0.701, 482, - 4.249, + 1.808, 483, - 4.468, + 0.797, 484, - 4.468, + 1.038, 485, - 3.291, + 0.913, 486, - 4.249, + 0.947, 487, - 4.074, + 0.859, 488, - 3.597, + 1.4, 489, - 3.694, + 0.563, 490, - 3.358, + 0.505, 491, - 2.175, + 1.734, 492, - 2.123, + 0.701, 493, - 1.522, + 0.947, 494, - 4.249, + 1.107, 495, - 2.97, + 0.987, 496, - 2.771, + 0.563, 497, - 7.458, + 0.621, 498, - 5.207, + 0.913, 499, - 4.762, + 3.137, 500, - 5.207, + 0.809, 501, - 3.228, + 0.913, 502, - 2.498, + 1.46, 503, - 7.061, + 1.107, 504, - 2.97, + 0.613, 505, - 4.074, + 1.136, 506, - 3.928, + 0.737, 507, - 3.597, + 0.913, 508, - 4.809, + 1.107, 509, - 2.926, + 1.15, 510, - 6.399, + 0.445, 511, - 3.597, + 0.644, 512, - 3.064, + 1.107, 513, - 4.762, + 0.628, 514, - 1.849, + 0.836, 515, - 5.207, + 0.75, 516, - 5.207, + 1.195, 517, - 3.928, + 1.038, 518, - 4.762, + 4.268, 519, - 4.913, + 1.038, 520, - 3.694, + 1.107, 521, - 2.042, + 0.771, 522, - 2.524, + 0.6, 523, - 3.47, + 0.628, 524, - 2.609, + 0.742, 525, - 2.778, + 3.066, 526, - 4.913, + 1.46, 527, - 3.016, + 0.987, 528, - 4.249, + 3.066, 529, - 4.249, + 0.987, 530, - 2.885, + 2.027, 531, - 4.249, + 1.107, 532, - 4.762, + 2.239, 533, - 2.807, + 0.67, 534, - 4.074, + 1.042, 535, - 7.458, + 0.884, 536, - 4.074, + 0.797, 537, - 5.834, + 0.69, 538, - 2.332, + 1.107, 539, - 4.462, + 1.107, 540, - 2.926, + 0.75, 541, - 3.51, + 0.644, 542, - 4.074, + 1.038, 543, - 4.468, + 0.889, 544, - 4.468, + 0.836, 545, - 4.468, + 0.947, 546, - 4.468 - ] - ], - [ - "type/manuals/app-manifest", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/app-manifest", - [ - 0, - 0.591, - 1, - 1.233, - 2, - 1.221, - 3, - 1.265, - 4, - 1.265, - 5, - 1.272, - 6, - 1.272, - 7, - 1.58, - 8, - 1.382, - 9, - 0.599, - 11, - 0.936, - 12, - 2.533, - 13, - 1.595, - 16, - 1.046, - 18, - 2.671, - 21, - 1.44, - 26, - 1.891, - 29, - 2.292, - 30, - 1.091, - 33, - 1.22, - 37, - 3.13, - 42, - 1.149, - 49, - 1.723, - 68, - 1.094, - 71, - 0.989, - 74, - 1.2, - 77, - 1.406, - 86, - 1.455, - 87, - 1.997, - 92, - 3.153, - 97, - 3.224, - 106, - 1.905, - 119, - 1.537, - 141, - 2.244, - 158, - 1.635, - 160, - 1.749, - 161, - 1.938, - 162, - 2.144, - 179, - 4.132, - 181, - 2.852, - 182, - 1.934, - 184, - 3.735, - 186, - 3.395, - 224, - 1.941, - 229, - 2.12, - 271, - 4.734, - 288, - 2.745, - 316, - 2.937, - 347, - 3.383, - 351, - 2.388, - 355, - 3.542, - 357, - 3.419, - 373, - 4.438, - 393, - 4.159, - 394, - 3.494, - 407, - 0.998, - 422, - 3.189, - 424, - 2.313, - 429, - 2.159, - 450, - 2.884, - 456, - 2.362, - 457, - 4.496, - 465, - 1.19, - 478, - 2.014, - 521, - 2.766, + 2.383, 547, - 3.277, + 0.712, 548, - 3.668, + 0.797, 549, - 4.646, + 1.038, 550, - 8.237, + 1.031, 551, - 5.151, + 0.836, 552, - 8.34, + 0.659, 553, - 2.709, + 1.58, 554, - 2.333, + 0.454, 555, - 4.457, + 0.96, 556, - 3.934, + 0.911, 557, - 3.33, + 1.21, 558, - 3.521, + 0.987, 559, - 4.137, + 0.987, 560, - 4.821, + 0.765, 561, - 6.046, + 0.384, 562, - 4.821, + 3.335, 563, - 3.637, + 0.765, 564, - 4.023, + 0.987, 565, - 4.821, + 0.884, 566, - 3.33, + 1.107, 567, - 2.837, + 0.628, 568, - 1.981, + 1.245, 569, - 2.039, + 1.107, 570, - 3.907, + 0.859, 571, - 6.052, + 0.884, 572, - 5.518, + 0.987, 573, - 3.77, + 0.832, 574, - 4.137, + 1.063, 575, - 3.772, + 1.531, 576, - 2.243, + 1.21, 577, - 3.521, + 0.475, 578, - 7.133, + 1.21, 579, - 7.981, + 1.11, 580, - 2.337, + 0.765, 581, - 3.421, + 0.652, 582, - 3.934, + 0.737, 583, - 1.735, + 0.75, 584, - 7.237, + 2.027, 585, - 7.053, + 1.107, 586, - 9.329, + 1.21, 587, - 6.092, + 0.816, 588, - 8.38, + 0.628, 589, - 8.38, + 1.21, 590, - 3.23, + 0.501, 591, - 4.821, + 0.797, 592, - 7.053, + 0.78, 593, - 5.621, + 0.947, 594, - 3.427, + 0.558, 595, - 3.538, + 0.652, 596, - 5.945, + 0.661, 597, - 7.156, + 1.107, 598, - 5.917, + 0.78, 599, - 4.357, + 0.884, 600, - 7.053, + 2.823, 601, - 4.821, + 1.111, 602, - 7.053, + 1.24, 603, - 6.052, + 0.505, 604, - 4.821, + 0.613, 605, - 4.085, + 0.69, 606, - 2.709, + 1.038, 607, - 4.043, + 0.987, 608, - 4.821, + 0.6, 609, - 4.821, + 1.21, 610, - 3.25, + 1.21, 611, - 4.334, + 1.902, 612, - 2.243, - 613, - 4.821, - 614, - 3.047, - 615, - 2.792, - 616, - 3.616, - 617, - 4.408, - 618, - 3.109, - 619, - 4.821, - 620, - 4.821, - 621, - 4.408, - 622, - 3.176, - 623, - 4.373, - 624, - 2.415, - 625, - 4.137, - 626, - 4.821, - 627, - 3.521, - 628, - 4.294, - 629, - 4.821, - 630, - 4.821 + 0.724 ] ], [ - "type/manuals/collection-factory", + "type/manuals/html5", [ 0, 0.731 ] ], [ - "data/manuals/collection-factory", + "data/manuals/html5", [ 0, - 0.473, + 0.27, 1, - 0.987, + 0.563, 2, - 0.977, + 0.954, 3, - 1.013, + 0.578, 4, - 1.013, + 0.578, 5, - 1.018, + 0.581, 6, - 1.018, + 0.581, 7, - 1.498, + 1.567, 8, - 1.379, + 2.455, 9, - 1.006, + 1.279, 10, - 2.023, - 11, - 0.957, - 16, - 0.846, + 1.266, + 12, + 2.674, 18, - 2.138, + 1.111, + 20, + 1.553, 21, - 0.788, + 2.541, 22, - 1.861, + 2.032, 23, - 2.114, - 26, - 1.599, - 29, - 1.638, + 2.648, + 28, + 1.828, 30, - 1.133, - 32, - 1.135, - 33, - 1.473, - 41, - 1.122, + 1.425, + 36, + 1.804, + 38, + 1.168, + 39, + 1.237, 42, - 1.738, - 44, - 2.926, - 48, - 2.283, - 51, - 1.664, + 1.594, + 46, + 1.667, + 49, + 1.304, 52, - 1.284, - 68, - 2.352, - 70, - 1.638, - 71, - 1.82, - 72, - 2.881, - 74, - 1.086, + 1.613, + 54, + 1.79, + 57, + 1.382, + 59, + 0.917, + 60, + 1.376, + 62, + 2.179, + 63, + 1.067, + 75, + 3.379, 77, - 0.77, + 1.678, + 78, + 0.977, + 79, + 0.924, + 84, + 0.943, 86, - 1.479, - 94, - 2.063, + 1.902, + 87, + 2.382, + 88, + 1.171, + 90, + 1.396, + 91, + 2.453, + 97, + 1.09, 99, - 2.964, + 1.05, + 100, + 1.931, + 101, + 1.067, 102, - 2.622, - 104, - 3.792, + 0.969, + 103, + 2.083, 106, - 1.525, + 1.516, + 107, + 1.877, + 108, + 1.108, + 109, + 2.472, 110, - 2.731, - 111, - 1.998, - 117, - 3.642, - 129, - 1.956, + 1.49, + 113, + 1.44, + 116, + 2.28, + 119, + 1.115, + 121, + 0.728, + 122, + 0.685, + 124, + 2.872, + 125, + 2.004, + 126, + 2.066, + 132, + 2.784, + 135, + 1.275, 137, - 1.32, + 1.52, + 140, + 1.014, 141, - 0.773, + 0.814, + 142, + 0.654, + 143, + 1.828, + 148, + 1.576, + 149, + 0.838, + 150, + 1.483, 151, - 1.094, - 152, - 1.051, - 160, - 1.069, - 161, - 1.447, - 162, - 0.992, - 166, - 3.285, + 0.912, + 153, + 2.502, + 165, + 1.078, + 169, + 1.143, + 170, + 0.844, 172, - 2.271, - 178, - 3.569, - 179, - 1.912, - 181, - 1.561, - 191, - 0.977, - 193, - 0.815, + 0.968, + 190, + 3.076, + 194, + 1.601, + 196, + 0.761, + 197, + 1.295, + 198, + 2.729, + 201, + 1.901, + 202, + 1.232, + 206, + 1.067, + 208, + 1.658, 210, - 2.749, - 218, - 1.48, + 1.525, + 216, + 0.87, 224, - 1.642, - 234, - 1.174, - 237, - 2.325, + 3.702, + 226, + 1.999, + 229, + 1.551, + 230, + 2.039, + 231, + 2.198, + 236, + 2.477, + 239, + 1.658, + 240, + 0.626, + 241, + 1.411, + 247, + 1.247, + 256, + 1.111, + 257, + 1.49, + 260, + 1.667, + 261, + 0.935, 263, - 2.04, - 278, - 2.869, + 1.752, + 266, + 0.977, + 268, + 2.075, + 269, + 1.92, + 273, + 1.626, + 280, + 0.863, + 290, + 1.467, 294, - 2.624, - 295, - 1.912, - 297, - 1.868, - 301, - 2.989, - 309, - 1.912, - 316, - 1.161, - 321, - 2.738, - 339, - 1.448, - 350, - 2.731, - 369, - 3.356, - 371, - 2.819, - 373, - 2.053, - 405, - 3.352, - 407, - 1.235, - 410, - 2.201, + 3.757, + 302, + 2.675, + 304, + 1.419, + 306, + 0.968, + 313, + 2.297, + 315, + 1.364, + 332, + 1.646, + 333, + 0.622, + 341, + 1.067, + 343, + 1.364, + 345, + 1.828, + 347, + 1.419, + 353, + 0.883, + 368, + 0.626, + 378, + 4.633, + 380, + 0.781, + 381, + 2.337, + 382, + 1.357, + 387, + 1.33, + 395, + 1.722, 411, - 1.796, - 417, - 1.871, - 422, - 2.697, - 425, - 2.003, - 453, - 3.427, + 1.142, + 414, + 1.45, + 416, + 3.612, + 433, + 0.897, + 434, + 1.024, + 442, + 0.986, + 446, + 1.103, + 452, + 0.64, 454, - 1.599, - 465, - 1.472, - 469, - 2.287, - 478, - 1.612, + 2.333, + 457, + 1.756, + 459, + 1.024, + 468, + 1.561, + 471, + 1.926, 481, - 2.238, - 485, - 3.77, - 491, - 2.492, + 1.275, + 486, + 1.722, + 489, + 1.754, + 492, + 2.864, + 496, + 1.754, + 497, + 1.129, 502, - 1.851, - 514, - 1.37, + 2.484, + 504, + 1.115, + 510, + 0.809, + 521, + 0.766, 523, - 1.796, - 525, - 1.438, - 547, - 1.774, + 1.956, + 524, + 0.737, + 533, + 1.219, + 537, + 1.255, + 543, + 1.984, + 546, + 2.032, + 552, + 2.69, + 553, + 1.768, 554, - 1.276, - 569, - 1.116, - 581, - 1.253, - 595, - 2.161, - 599, - 1.832, + 1.415, + 556, + 0.904, + 561, + 1.195, + 573, + 0.826, + 577, + 0.863, + 600, + 1.808, + 601, + 1.366, + 602, + 0.89, 612, - 3.393, + 1.317, + 613, + 4.522, + 614, + 1.478, + 615, + 5.54, + 616, + 2.201, + 617, + 1.889, + 618, + 2.201, + 619, + 1.66, + 620, + 1.956, + 621, + 2.201, + 622, + 1.828, + 623, + 3.189, + 624, + 1.796, + 625, + 1.889, + 626, + 2.201, + 627, + 1.275, + 628, + 2.201, + 629, + 1.487, + 630, + 2.013, 631, - 2.393, + 1.09, 632, - 2.349, + 2.013, 633, - 1.334, + 1.91, 634, - 3.569, + 1.49, 635, - 3.859, + 2.484, 636, - 4.926, + 1.896, 637, - 7.114, + 1.419, 638, - 5.709, + 2.382, 639, - 2.271, + 2.201, 640, - 3.78, + 1.561, 641, - 3.859, + 2.201, 642, - 3.311, + 4.288, 643, - 6.047, + 3.731, 644, - 2.003, + 1.09, 645, - 2.053, + 2.91, 646, - 3.984, + 3.641, 647, - 2.309, + 2.183, 648, - 3.019, + 1.067, 649, - 3.019, + 1.317, 650, - 3.311, + 1.45, 651, - 2.819, + 5.653, 652, - 3.311, + 3.333, 653, - 3.149, + 2.013, 654, - 2.903, + 3.77, 655, - 2.624, + 2.201, 656, - 3.51, + 2.382, 657, - 6.694, + 1.889, 658, - 3.311, + 5.858, 659, - 1.513, + 4.621, 660, - 2.109, + 1.317, 661, - 5.965, + 5.027, 662, - 4.608, + 2.201, 663, - 2.738, + 2.949, 664, - 1.639, + 2.754, 665, - 2.911, + 2.201, 666, - 2.339, + 1.45, 667, - 2.201, + 6.57, 668, - 3.019, + 1.796, 669, - 4.752, + 1.364, 670, - 5.013, + 3.77, 671, - 2.542, + 3.77, 672, - 2.911, + 1.024, 673, - 2.542, + 2.183, 674, - 2.542, + 1.103, 675, - 3.149, + 0.844, 676, - 2.542, + 1.721, 677, - 4.595, + 1.014, 678, - 2.003, + 1.483, 679, - 3.859, + 2.215, 680, - 1.525, + 1.981, 681, - 3.019, + 1.078, 682, - 1.933, + 4.522, 683, - 3.019, + 2.488, 684, - 3.149, + 4.945, 685, - 6.512, + 2.388, 686, - 3.149, + 1.186, 687, - 2.666, + 1.295, 688, - 4.66, + 1.561, 689, - 7.611, + 1.689, 690, - 3.859, + 1.391, 691, - 3.859, + 1.513, 692, - 2.109, + 0.826, 693, - 1.871, + 2.754, 694, - 3.236, + 1.608, 695, - 3.859, + 0.995, 696, - 2.601, + 1.889, 697, - 1.438, + 2.013, 698, - 3.859, + 1.889, 699, - 6.257, + 1.483, 700, - 5.288, + 2.013, 701, - 3.569, + 1.156, 702, - 4.498, + 1.889, 703, - 3.529, + 1.478, 704, - 2.271, + 1.419, 705, - 2.911, + 1.45, 706, - 2.489, + 1.608, 707, - 2.349, + 2.754, 708, - 4.915, + 2.675, 709, - 3.847, + 2.382, 710, - 1.398, + 1.828, 711, - 3.529, + 2.959, 712, - 2.451, + 2.541, 713, - 4.5, + 1.171, 714, - 1.525, + 2.201, 715, - 2.271, + 1.981, 716, - 3.529, + 1.255, 717, - 2.235, + 1.295, 718, - 5.455, + 1.52, 719, - 1.729, + 3.235, 720, - 2.439, + 3.77, 721, - 8.204, + 2.949, 722, - 3.529, + 4.035, 723, - 3.216, + 1.34, 724, - 3.305, + 1.317, 725, - 6.668, + 2.201, 726, - 3.266, + 2.201, 727, - 4.521, + 1.796, 728, - 3.023, + 1.078, 729, - 5.501, + 1.275, 730, - 2.489, + 3.447, 731, - 6.668, + 2.013, 732, - 2.819, + 1.45, 733, - 2.393, + 2.013, 734, - 3.149, + 2.201, 735, - 2.271, + 1.056, 736, - 5.455, + 2.201, 737, - 1.448, + 1.483, 738, - 2.235, + 1.317, 739, - 3.529, + 1.796, 740, - 3.529, + 2.506, 741, - 3.311, + 2.201, 742, - 2.309, + 3.235, 743, - 1.871, + 2.754, 744, - 2.439, + 1.828, 745, - 5.455, + 2.604, 746, - 2.439, + 1.52, 747, - 3.859, + 1.237, 748, - 2.666, + 2.013, 749, - 1.956, + 4.197, 750, - 3.311, + 2.397, 751, - 3.311, + 3.756, 752, - 3.149 - ] - ], - [ - "type/manuals/caching-assets", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/caching-assets", - [ - 0, - 0.725, - 1, - 1.514, - 2, - 1.498, - 3, - 1.554, - 4, - 1.554, - 5, - 1.562, - 6, - 1.562, - 7, - 1.37, - 8, - 1.351, - 9, - 0.897, - 11, - 0.938, - 16, - 0.908, - 23, - 2.418, - 26, - 1.586, - 30, - 1.13, - 32, - 2.009, - 33, - 1.515, - 42, - 1.411, - 51, - 1.531, - 54, - 3.655, - 67, - 2.859, - 68, - 1.343, - 70, - 1.33, - 71, - 1.674, - 77, - 1.18, - 86, - 1.436, - 97, - 2.497, - 111, - 3.746, - 137, - 0.881, - 141, - 1.635, - 149, - 1.843, - 151, - 2.001, - 156, - 4.968, - 157, - 4.342, - 160, - 1.462, - 161, - 1.62, - 173, - 2.286, - 191, - 2.066, - 193, - 1.249, - 224, - 1.629, - 237, - 1.879, - 247, - 1.918, - 251, - 4.802, - 256, - 1.74, - 261, - 4.235, - 263, - 1.656, - 272, - 3.541, - 283, - 4.135, - 295, - 5.541, - 297, - 1.854, - 300, - 2.155, - 302, - 3.062, - 318, - 4.103, - 320, - 2.536, - 349, - 3.149, - 391, - 3.188, - 393, - 2.413, - 399, - 4.465, - 407, - 1.934, - 420, - 3.989, - 422, - 3.689, - 428, - 4.088, - 441, - 3.25, - 460, - 3.496, - 465, - 1.461, - 478, - 3.408, - 493, - 1.73, - 514, - 2.101, - 522, - 3.956, - 530, - 3.279, - 547, - 1.76, - 583, - 2.936, - 599, - 2.81, - 639, - 4.802, - 645, - 4.342, - 659, - 2.321, - 664, - 3.466, - 665, - 7.593, - 666, - 3.947, - 692, - 3.234, + 1.737, 753, - 9.684, + 1.561, 754, - 3.496, + 1.317, 755, - 8.16, + 2.013, 756, - 2.932, + 2.201, 757, - 6.625, + 1.796, 758, - 4.35, + 1.673, 759, - 2.878, + 1.419, 760, - 4.829, + 1.561, 761, - 5.412, + 1.561, 762, - 5.919, + 1.004, 763, - 4.829, + 2.013, 764, - 5.376, + 2.201, 765, - 3.817, + 0.771, 766, - 3.541, + 1.722, 767, - 4.458, + 2.201, 768, - 6.658, + 2.013, 769, - 6.156, + 1.419, 770, - 7.002, + 2.949, 771, - 6.384, + 1.754, 772, - 5.919, + 1.52, 773, - 6.384, + 1.366, 774, - 8.16, + 1.704, 775, - 3.428, + 2.088, 776, - 2.627, + 2.201, 777, - 4.089, + 3.235, 778, - 6.384, + 1.889, 779, - 3.541, + 2.201, 780, - 3.74, + 6.592, 781, - 5.079, + 2.013, 782, - 4.654, + 2.013, 783, - 3.191, + 1.796, 784, - 5.919, + 1.608, 785, - 7.191, + 1.255, 786, - 3.899, + 1.275, 787, - 4.726, + 2.754, 788, - 5.919, + 2.013, 789, - 4.631, + 1.66, 790, - 3.541, + 2.013, 791, - 5.412, + 2.754, 792, - 2.174 - ] - ], - [ - "type/manuals/http-requests", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/http-requests", - [ - 0, - 1.169, - 1, - 2.442, - 2, - 2.417, - 3, - 2.506, - 4, - 2.506, - 5, - 2.519, - 6, - 2.519, - 7, - 1.465, - 11, - 0.848, - 12, - 5.015, - 30, - 0.862, - 71, - 1.958, - 86, - 1.362, - 161, - 1.895, - 251, - 5.617, - 300, - 2.044, - 316, - 2.871, - 787, - 5.528, + 2.15, 793, - 4.837, + 2.726, 794, - 6.972, + 5.858, 795, - 5.528, + 1.419, 796, - 4.399 - ] - ], - [ - "type/manuals/label", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/label", - [ - 0, - 0.517, - 1, - 1.08, - 2, - 1.069, - 3, - 1.109, - 4, - 1.109, - 5, - 1.114, - 6, - 1.114, - 7, - 1.562, - 8, - 1.429, - 9, - 0.96, - 10, - 1.407, - 11, - 1.06, - 16, - 0.938, - 21, - 1.886, - 22, - 2.205, - 28, - 2.738, - 29, - 2.183, - 30, - 1.147, - 32, - 1.216, - 33, - 1.414, - 35, - 2.293, - 39, - 4.645, - 42, - 2.477, - 44, - 3.45, - 45, - 5.718, - 46, - 2.146, - 50, - 3.748, - 51, - 1.823, - 54, - 3.851, - 55, - 5.94, - 56, - 6.1, - 57, - 2.619, - 58, - 7.005, - 59, - 3.923, - 60, - 1.722, - 61, - 3.186, - 62, - 1.965, - 63, - 3.066, - 64, - 2.669, - 65, - 3.401, - 66, - 3.304, - 67, - 1.48, - 68, - 0.958, - 69, - 2.918, - 70, - 1.733, - 71, - 1.582, - 72, - 2.525, - 73, - 3.361, - 74, - 1.204, - 75, - 4.333, - 76, - 3.446, - 77, - 1.538, - 78, - 3.446, - 79, - 5.198, - 80, - 2.945, - 81, - 3.304, - 82, - 4.781, - 83, - 3.248, - 84, - 3.304, - 86, - 1.386, - 87, - 2.648, - 90, - 2.724, - 92, - 2.954, - 93, - 5.128, - 96, - 2.485, - 98, - 2.219, - 99, - 1.828, - 101, - 2.005, - 102, - 1.89, - 104, - 2.585, - 110, - 1.406, - 111, - 2.141, - 117, - 2.381, - 119, - 2.742, - 121, - 1.195, - 123, - 1.53, - 141, - 1.281, - 149, - 1.315, - 158, - 1.433, - 160, - 1.654, - 161, - 0.838, - 166, - 1.48, - 171, - 5.145, - 172, - 1.769, - 173, - 1.632, - 175, - 3.782, - 181, - 1.708, - 182, - 2.565, - 183, - 2.485, - 186, - 1.911, - 190, - 1.201, - 198, - 2.088, - 210, - 1.946, - 218, - 1.62, - 225, - 3.702, - 228, - 1.946, - 229, - 1.858, - 234, - 1.285, - 237, - 0.972, - 242, - 3.702, - 263, - 2.157, - 271, - 2.047, - 278, - 2.359, - 290, - 1.47, - 295, - 2.092, - 298, - 1.656, - 318, - 1.722, - 342, - 3.446, - 343, - 2.193, - 350, - 1.406, - 351, - 2.092, - 355, - 1.794, - 364, - 1.708, - 369, - 3.08, - 391, - 1.442, - 407, - 1.913, - 432, - 2.047, - 453, - 3.004, - 466, - 1.632, - 512, - 4.538, - 548, - 2.811, - 554, - 1.397, - 569, - 1.848, - 581, - 1.371, - 655, - 2.811, - 680, - 1.669, - 758, - 1.825, - 759, - 2.72, - 776, - 1.875, - 783, - 2.277, + 2.754, 797, - 4.224, + 1.796, 798, - 6.617, + 3.447, 799, - 2.669, + 1.34, 800, - 3.624, + 4.945, 801, - 6.649, + 1.078, 802, - 2.116, + 2.201, 803, - 2.409, + 2.604, 804, - 3.202, + 4.945, 805, - 4.71, + 2.013, 806, - 3.304, + 5.357, 807, - 3.085, + 1.275, 808, - 1.5, + 1.171, 809, - 2.847, + 1.237, 810, - 2.571, + 4.78, 811, - 1.779, + 1.868, 812, - 1.892, + 1.561, 813, - 5.117, + 2.013, 814, - 6.746, + 2.013, 815, - 3.954, + 1.364, 816, - 2.669, + 1.66, 817, - 3.186, + 1.66, 818, - 2.918, + 2.201, 819, - 5.632, + 1.295, 820, - 2.996, + 3.77, 821, - 4.039, + 2.201, 822, - 2.783, + 3.77, 823, - 3.186, + 5.338, 824, - 2.047, + 6.621, 825, - 4.694, + 6.339, 826, - 2.047, + 1.156, 827, - 1.608, + 1.275, 828, - 2.669, + 2.219, 829, - 3.862, + 3.076, 830, - 3.446, + 3.447, 831, - 3.446, + 1.317, 832, - 2.669, + 1.056, 833, - 2.918, + 2.201, 834, - 2.527, + 1.09, 835, - 4.98, + 1.796, 836, - 3.592, + 1.889, 837, - 2.485, + 1.419, 838, - 10.092, + 2.201, 839, - 3.862, + 2.844, 840, - 3.085, + 2.201, 841, - 5.845, + 3.235, 842, - 2.996, + 2.201, 843, - 4.972, + 5.858, 844, - 2.724, + 1.889, 845, - 2.527, + 1.483, 846, - 4.224, + 2.013, 847, - 4.224, + 2.201, 848, - 6.392, + 1.09, 849, - 2.669, + 0.977, 850, - 6.392, + 1.796, 851, - 2.219, + 2.201, 852, - 2.571 - ] - ], - [ - "type/manuals/project-defignore", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/project-defignore", - [ - 2, - 1.999, - 7, - 1.414, - 9, - 0.838, - 10, - 1.441, - 11, - 1.0, - 16, - 1.046, - 21, - 1.612, - 23, - 1.707, - 26, - 2.644, - 30, - 1.118, - 32, - 1.503, - 33, - 1.43, - 51, - 1.851, - 52, - 2.628, - 54, - 3.537, - 68, - 1.792, - 70, - 1.774, - 71, - 1.62, - 74, - 0.877, - 86, - 1.607, - 137, - 1.6, - 157, - 4.202, - 161, - 1.567, - 162, - 2.03, - 172, - 2.185, - 193, - 2.082, - 234, - 2.402, - 247, - 1.791, - 263, - 3.356, - 267, - 3.674, - 273, - 3.073, - 302, - 4.501, - 336, - 3.604, - 339, - 2.963, - 391, - 3.671, - 406, - 3.298, - 407, - 1.635, - 479, - 3.912, - 495, - 5.625, - 502, - 3.788, - 550, - 7.43, - 633, - 3.41, - 759, - 2.785, - 793, - 4.998, + 1.52, 853, - 7.221, + 3.77, 854, - 5.455, + 1.219, 855, - 6.178, + 3.235, 856, - 8.114, + 1.984, 857, - 7.221, + 2.15, 858, - 3.126, + 1.317, 859, - 2.58, + 1.103, 860, - 3.028, + 2.506, 861, - 9.019, + 1.483, 862, - 4.002, + 1.889, 863, - 9.863, + 1.66, 864, - 9.863, + 1.52, 865, - 5.092, + 2.201, 866, - 3.383 + 2.183, + 867, + 5.858, + 868, + 2.201, + 869, + 2.201, + 870, + 2.201, + 871, + 2.201, + 872, + 2.013, + 873, + 1.52, + 874, + 1.129, + 875, + 2.201, + 876, + 2.201, + 877, + 1.483, + 878, + 1.419, + 879, + 2.219, + 880, + 1.828, + 881, + 3.77, + 882, + 1.66, + 883, + 1.66, + 884, + 3.77, + 885, + 1.34, + 886, + 2.201, + 887, + 2.201, + 888, + 3.77, + 889, + 2.201, + 890, + 1.142, + 891, + 0.747, + 892, + 1.889, + 893, + 1.889, + 894, + 0.87, + 895, + 1.056, + 896, + 2.201, + 897, + 1.419, + 898, + 0.781, + 899, + 1.45, + 900, + 1.722, + 901, + 0.951, + 902, + 1.255, + 903, + 1.186, + 904, + 1.561, + 905, + 1.295, + 906, + 2.013, + 907, + 1.45, + 908, + 1.66, + 909, + 1.419, + 910, + 1.171, + 911, + 2.088, + 912, + 1.419, + 913, + 1.391, + 914, + 0.919, + 915, + 0.844, + 916, + 1.608, + 917, + 0.995, + 918, + 1.056, + 919, + 1.129, + 920, + 1.722, + 921, + 1.419, + 922, + 1.483, + 923, + 1.078, + 924, + 1.045, + 925, + 1.45, + 926, + 1.608, + 927, + 2.013, + 928, + 1.52, + 929, + 3.77, + 930, + 3.77, + 931, + 0.609, + 932, + 1.561, + 933, + 2.201, + 934, + 1.561 ] ], [ - "type/manuals/shader", + "type/manuals/importing-graphics", [ 0, 0.731 ] ], [ - "data/manuals/shader", + "data/manuals/importing-graphics", [ 0, - 0.168, + 0.637, 1, - 0.35, + 1.33, 2, - 0.627, + 1.317, 3, - 0.359, + 1.365, 4, - 0.359, + 1.365, 5, - 0.361, + 1.372, 6, - 0.361, + 1.372, 7, - 1.558, + 1.571, 8, - 1.453, - 9, - 0.989, + 1.455, 10, - 0.985, - 11, - 1.024, - 12, - 0.718, - 13, - 1.785, - 16, - 0.988, - 17, - 0.901, + 1.882, + 18, + 1.076, + 20, + 1.338, 21, - 0.693, - 22, - 2.142, + 3.506, 23, - 2.066, - 25, - 0.78, - 26, - 1.446, + 2.351, 27, - 0.864, - 28, - 0.485, - 29, - 1.656, - 30, - 1.13, - 32, - 1.625, - 33, - 1.547, - 35, - 0.407, + 3.012, 36, - 0.832, - 37, - 2.395, - 40, - 0.71, - 41, - 1.403, + 1.896, + 38, + 0.827, 42, - 1.286, - 45, - 0.805, + 1.828, + 44, + 3.112, 46, - 1.761, + 1.626, 47, - 0.636, - 48, - 0.945, - 49, - 1.725, - 51, - 1.526, - 52, - 0.455, + 3.337, + 56, + 2.024, + 57, + 1.38, + 58, + 3.867, 59, - 1.442, - 60, - 0.557, - 63, - 1.188, - 67, - 1.89, - 68, - 1.602, + 1.014, 70, - 1.212, - 71, - 1.854, + 2.191, 72, - 0.54, - 74, - 1.096, - 77, - 1.339, - 86, + 1.731, + 79, + 1.013, + 96, 1.648, - 87, - 0.566, - 89, - 0.97, - 91, - 1.302, - 93, - 3.124, - 94, - 0.856, - 95, - 0.882, - 97, - 1.275, - 98, - 0.718, 99, - 0.708, - 110, - 1.13, - 111, - 0.83, - 117, - 0.923, - 121, - 0.7, - 123, - 0.897, - 125, - 0.553, - 127, - 1.035, - 131, - 0.78, - 134, - 2.561, - 135, - 0.513, - 137, - 1.297, - 141, - 1.78, - 146, - 2.132, - 149, - 2.533, - 151, - 1.683, - 152, - 1.135, - 158, - 0.84, - 159, - 0.929, - 160, + 0.957, + 100, + 0.976, + 102, + 2.238, + 103, + 1.716, + 106, + 1.802, + 107, + 0.99, + 108, + 1.529, + 109, + 1.951, + 113, + 2.161, + 116, + 2.9, + 126, + 1.728, + 148, + 2.212, + 150, + 1.317, + 153, 1.691, - 161, - 1.849, - 162, - 1.726, - 167, - 0.832, - 172, - 0.378, - 175, - 1.493, - 180, - 0.78, - 182, - 0.549, - 183, - 5.403, + 157, + 5.869, + 159, + 5.595, + 174, + 3.037, + 185, + 2.444, 186, - 1.443, - 190, - 1.373, - 191, - 0.86, - 193, - 1.139, + 6.064, 195, - 3.411, - 196, - 1.637, - 198, - 1.362, - 217, - 0.549, - 219, - 0.693, - 221, - 2.042, - 224, - 1.329, + 3.012, + 197, + 1.787, + 200, + 3.166, + 201, + 1.169, + 202, + 1.699, + 210, + 2.103, + 215, + 5.042, + 218, + 3.69, 226, - 2.948, - 228, - 0.63, + 2.073, + 229, + 1.366, + 230, + 1.81, + 231, + 3.267, 234, - 1.641, + 4.966, 237, - 0.57, + 2.396, + 240, + 1.479, + 241, + 2.036, 244, - 1.784, - 247, - 1.07, - 248, - 0.618, + 2.009, 256, - 0.728, - 263, - 1.975, - 267, - 1.152, - 270, - 0.728, - 277, - 0.835, - 278, - 1.039, - 281, - 0.685, + 2.136, + 260, + 1.753, 282, - 1.301, - 285, - 1.227, - 288, - 1.878, + 4.313, 290, - 1.68, + 4.435, 291, - 1.432, + 6.68, 292, - 0.945, - 293, - 0.549, - 297, - 1.982, - 298, - 0.971, - 300, - 1.261, - 301, - 1.241, - 302, - 1.811, - 303, - 0.571, - 306, - 4.098, - 307, - 0.945, - 309, - 0.677, - 312, - 1.141, - 313, - 0.71, - 314, - 0.882, - 316, - 1.021, - 317, - 0.513, - 320, - 1.454, - 325, - 2.237, - 330, - 1.07, - 336, - 1.549, - 337, - 0.499, - 339, - 1.274, - 343, - 1.675, - 346, - 1.321, - 347, - 1.999, - 350, - 1.13, - 351, - 0.677, - 355, - 3.774, - 357, - 1.646, + 4.486, + 332, + 1.731, + 345, + 2.521, 358, - 1.031, - 361, - 0.728, - 362, - 0.979, - 363, - 1.884, - 364, - 1.002, - 366, - 3.035, - 367, - 1.482, - 369, - 1.076, - 372, - 2.809, - 373, - 1.318, - 375, - 0.78, - 380, - 0.768, - 381, - 1.109, - 384, - 0.581, - 391, - 1.842, - 393, - 2.737, - 395, - 0.54, - 396, - 0.832, - 406, - 0.571, - 407, - 1.872, - 411, - 1.58, - 416, - 1.646, - 417, - 2.02, - 418, - 1.565, - 425, - 1.285, - 427, - 2.02, - 429, - 3.007, - 431, - 0.832, - 434, - 0.901, + 2.396, 437, - 1.07, - 438, - 0.612, - 441, - 1.878, - 442, - 0.882, - 444, - 1.83, - 448, - 0.805, - 451, - 0.864, - 457, - 2.602, - 462, - 2.656, - 465, - 1.951, - 466, - 3.432, - 468, - 3.261, + 4.244, + 452, + 1.512, 469, - 2.069, + 2.636, + 471, + 1.394, 473, - 0.677, - 478, - 0.571, - 481, - 0.929, - 491, - 0.571, - 502, - 1.188, - 509, - 0.768, - 512, - 0.805, - 514, - 0.485, - 521, - 0.971, - 525, - 0.923, - 547, - 1.009, + 3.277, + 500, + 1.897, + 505, + 2.667, + 533, + 2.881, + 534, + 2.444, + 543, + 2.087, 554, - 0.819, - 575, - 1.07, - 578, - 3.941, - 583, - 1.737, - 594, - 0.562, - 595, - 0.495, - 596, - 0.832, - 598, - 0.97, - 612, - 0.636, - 624, - 0.685, - 632, - 1.508, - 636, - 0.566, - 639, - 1.458, - 640, - 3.935, - 646, - 1.353, - 655, - 1.089, - 659, - 0.536, - 663, - 2.409, - 666, - 1.331, - 682, - 1.241, - 704, - 1.998, - 706, - 0.882, - 710, - 0.495, - 712, - 1.018, - 714, - 0.54, - 715, - 0.805, - 719, - 0.612, - 720, - 0.864, - 723, - 1.83, - 724, - 0.757, - 726, - 1.521, - 733, - 0.848, - 737, - 0.513, - 738, - 1.434, - 742, - 0.818, - 743, - 0.663, - 754, - 1.061, - 758, - 1.467, - 759, - 1.47, - 765, - 0.882, - 773, - 1.07, - 776, - 1.099, - 790, - 2.031, - 792, - 0.91, - 796, - 1.141, - 802, - 1.701, - 804, - 0.685, - 805, - 1.201, - 811, - 1.043, - 812, - 0.612, - 815, - 1.27, - 818, - 0.945, - 826, - 3.708, - 828, - 1.565, - 834, - 0.818, - 837, - 1.998, - 844, - 4.329, - 845, - 0.818, - 849, - 0.864, - 859, - 0.447, - 866, - 1.454, - 867, - 1.646, - 868, - 4.638, - 869, - 1.565, - 870, - 4.876, - 871, - 1.031, - 872, - 1.367, + 4.046, + 555, + 2.727, + 573, + 1.951, + 574, + 2.495, + 579, + 2.606, + 585, + 4.756, + 588, + 3.867, + 608, + 2.576, + 629, + 3.243, + 676, + 2.374, + 683, + 2.209, + 695, + 2.351, + 760, + 3.69, 873, - 3.576, - 874, - 1.809, - 875, - 1.07, - 876, - 0.901, - 877, - 2.125, - 878, - 1.367, - 879, - 1.367, - 880, - 0.97, - 881, - 1.173, - 882, - 1.807, - 883, - 6.174, - 884, - 0.768, - 885, - 1.173, - 886, - 1.031, - 887, - 1.367, - 888, - 2.656, - 889, - 0.971, - 890, - 5.678, - 891, - 2.337, - 892, - 0.792, - 893, - 1.07, - 894, - 6.757, - 895, - 4.329, - 896, - 2.105, - 897, - 2.345, - 898, - 3.525, - 899, - 4.203, - 900, - 3.776, - 901, - 1.285, - 902, - 2.189, - 903, - 3.095, - 904, - 4.827, - 905, - 1.27, - 906, - 5.925, - 907, - 6.738, - 908, - 4.329, - 909, - 0.636, + 5.147, 910, - 2.021, - 911, - 1.173, - 912, - 2.145, - 913, - 1.173, - 914, - 0.805, - 915, - 4.827, - 916, - 0.882, - 917, - 1.031, - 918, - 1.482, - 919, - 0.677, - 920, - 0.864, - 921, - 0.685, - 922, - 1.116, - 923, - 2.475, - 924, - 2.237, - 925, - 3.105, - 926, - 4.142, - 927, - 4.414, - 928, - 1.565, - 929, - 0.618, - 930, - 2.125, - 931, - 1.116, - 932, - 1.173, - 933, - 1.413, - 934, - 0.901, + 2.767, 935, - 3.652, + 5.464, 936, - 4.168, + 4.909, 937, - 3.032, + 4.244, 938, - 1.868, + 4.708, 939, - 1.318, + 4.313, 940, - 0.901, + 4.244, 941, - 0.882, + 2.039, 942, - 1.07, + 3.923, 943, - 0.805, + 5.147, 944, - 0.792, + 3.82, 945, - 0.864, + 3.354, 946, - 1.173, + 7.35, 947, - 0.792, + 5.666, 948, - 1.824, + 2.055, 949, - 3.888, + 6.393, 950, - 1.868, + 3.426, 951, - 1.809, + 3.06, 952, - 1.07, + 3.69, 953, - 0.818, + 4.756, 954, - 1.318, + 4.069, 955, - 0.999, + 4.463, 956, - 1.173, + 5.201, 957, - 2.746, + 5.201, 958, - 2.486, + 6.359, 959, - 2.105, + 3.965, 960, - 1.201, + 2.374, 961, - 2.237, + 3.593, 962, - 1.784, + 3.502, 963, - 1.367, + 4.071, 964, - 2.477, + 5.829, 965, - 1.367, + 7.104, 966, - 1.173, + 4.463, 967, - 1.367, + 4.463, 968, - 0.677, + 4.463, 969, - 0.656, + 3.166, 970, - 3.938, + 4.463, 971, - 1.868, + 4.463, 972, - 4.141, + 3.354, 973, - 5.891, + 3.923, 974, - 1.367, + 4.463, 975, - 1.367, + 2.495, 976, - 0.901, + 4.069, 977, - 0.757, + 2.767, 978, - 1.367, + 2.055, 979, - 1.367, + 2.351, 980, - 1.367, + 3.354, 981, - 1.367, + 3.166, 982, - 1.031, + 4.458, 983, - 0.818, + 3.354, 984, - 1.173, + 3.923, 985, - 2.913, + 3.799, 986, - 3.044, + 3.506, 987, - 1.25, + 2.767, 988, - 1.367, + 4.244, 989, - 1.173, + 3.506, 990, - 1.367, + 3.426, 991, - 1.367, + 3.166, 992, - 1.938, + 3.799, 993, - 1.031, + 2.923 + ] + ], + [ + "type/manuals/refactoring", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/refactoring", + [ + 0, + 1.143, + 1, + 2.387, + 2, + 2.363, + 3, + 2.449, + 4, + 2.449, + 5, + 2.462, + 6, + 2.462, + 7, + 1.171, + 18, + 1.096, + 46, + 1.331, + 49, + 3.227, + 57, + 1.396, + 99, + 0.829, + 153, + 2.117, + 235, + 5.897, + 241, + 1.998, + 253, + 4.675, + 313, + 4.278, + 368, + 2.654, + 389, + 5.169, + 502, + 6.148, + 596, + 5.098, + 672, + 4.342, + 747, + 6.131, + 819, + 5.491, 994, - 1.367, + 6.62, 995, - 8.201, + 5.897 + ] + ], + [ + "type/manuals/http-requests", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/http-requests", + [ + 0, + 1.169, + 1, + 2.442, + 2, + 2.417, + 3, + 2.506, + 4, + 2.506, + 5, + 2.519, + 6, + 2.519, + 7, + 1.465, + 18, + 0.862, + 46, + 1.362, + 99, + 0.848, + 126, + 1.895, + 148, + 1.958, + 241, + 2.044, + 629, + 2.871, + 645, + 5.617, + 729, + 5.528, + 947, + 5.015, 996, - 0.78, + 4.837, 997, - 2.021, + 6.972, 998, - 1.176, + 5.528, 999, - 2.77, + 4.399 + ] + ], + [ + "type/manuals/physics-ray-casts", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/physics-ray-casts", + [ + 0, + 0.969, + 1, + 2.024, + 2, + 2.003, + 3, + 2.077, + 4, + 2.077, + 5, + 2.088, + 6, + 2.088, + 7, + 1.456, + 18, + 1.047, + 20, + 1.052, + 30, + 2.99, + 38, + 0.879, + 46, + 1.129, + 52, + 2.178, + 57, + 1.012, + 59, + 0.714, + 62, + 2.617, + 79, + 0.839, + 99, + 0.702, + 100, + 1.485, + 106, + 1.417, + 107, + 1.505, + 130, + 4.816, + 146, + 3.877, + 153, + 1.795, + 158, + 2.313, + 160, + 2.339, + 165, + 2.262, + 167, + 3.2, + 169, + 1.469, + 171, + 4.057, + 178, + 3.679, + 195, + 4.582, + 207, + 2.633, + 229, + 1.45, + 268, + 2.016, + 269, + 2.24, + 273, + 1.953, + 330, + 3.432, + 359, + 3.544, + 473, + 3.48, + 479, + 3.705, + 524, + 3.775, + 554, + 2.969, + 636, + 3.034, + 647, + 4.582, + 773, + 2.867, + 931, + 2.733, + 944, + 4.057, + 962, + 3.718, + 998, + 4.582, 1000, - 2.477, + 7.997, 1001, - 0.737, + 6.789, 1002, - 1.938, + 3.919, 1003, - 1.367, + 7.212, 1004, - 1.367, + 7.912, 1005, - 1.173, + 6.789, 1006, - 2.125, + 5.613, 1007, - 0.97, + 3.46, 1008, - 7.293, + 5.613, 1009, - 0.805, + 5.333, 1010, - 1.367, + 3.251, 1011, - 0.624, + 5.102, 1012, - 5.065, + 6.456, 1013, - 1.25, + 9.875, 1014, - 2.189, + 6.367, 1015, - 0.922, + 9.875, 1016, - 1.367, + 5.0, 1017, - 0.922, + 7.005, 1018, - 0.864, + 9.875, 1019, - 1.367, + 3.732, 1020, - 0.864, + 7.912, 1021, - 1.966, + 7.912, 1022, - 0.718, + 7.235, 1023, - 1.809, + 7.235, 1024, - 1.367, + 6.789, 1025, - 0.97, + 3.126, 1026, - 0.805, + 7.912, 1027, - 1.367, + 6.456, 1028, - 1.173, + 6.19, 1029, - 1.116, + 3.877, 1030, - 5.891, + 7.235, 1031, - 1.07, - 1032, - 1.25, - 1033, - 1.07, - 1034, - 1.173, - 1035, - 1.711, - 1036, - 0.999, - 1037, - 1.07, - 1038, - 0.922, - 1039, - 0.882, - 1040, - 0.901, - 1041, - 2.125, - 1042, - 1.301, - 1043, - 0.97, - 1044, - 1.564, - 1045, - 0.685, - 1046, - 1.173, - 1047, - 0.173, - 1048, - 1.367, - 1049, - 1.116, - 1050, - 0.882, - 1051, - 1.25, - 1052, - 1.367, - 1053, - 2.477, - 1054, - 1.966, - 1055, - 1.367, - 1056, - 1.938, - 1057, - 1.25, - 1058, - 0.922, - 1059, - 1.664, - 1060, - 1.173, - 1061, - 1.367, - 1062, - 1.367, - 1063, - 1.031, - 1064, - 1.367, - 1065, - 1.536, - 1066, - 5.395, - 1067, - 1.25, - 1068, - 1.367, - 1069, - 0.999, - 1070, - 1.116, + 5.779 + ] + ], + [ + "type/manuals/extensions-defold-sdk", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/extensions-defold-sdk", + [ + 0, + 0.696, + 1, + 1.454, + 2, + 1.439, + 3, + 1.492, + 4, + 1.492, + 5, + 1.5, + 6, + 1.5, + 7, + 1.614, + 8, + 2.557, + 10, + 1.229, + 18, + 1.018, + 20, + 0.755, + 38, + 1.376, + 42, + 1.441, + 46, + 1.304, + 49, + 1.966, + 57, + 1.331, + 59, + 0.893, + 72, + 1.892, + 77, + 1.643, + 79, + 0.84, + 83, + 3.665, + 99, + 0.812, + 102, + 1.461, + 108, + 1.671, + 116, + 2.212, + 122, + 1.77, + 148, + 1.166, + 152, + 3.665, + 153, + 1.29, + 158, + 1.662, + 169, + 1.646, + 194, + 1.448, + 198, + 1.548, + 211, + 2.546, + 228, + 2.414, + 229, + 1.042, + 231, + 2.977, + 256, + 1.783, + 266, + 2.523, + 345, + 3.846, + 380, + 2.018, + 552, + 2.359, + 579, + 2.848, + 602, + 3.209, + 603, + 2.374, + 645, + 3.345, + 646, + 4.021, + 676, + 2.594, + 677, + 2.619, + 685, + 2.317, + 715, + 4.169, + 723, + 3.46, + 735, + 5.893, + 751, + 2.299, + 757, + 4.638, + 758, + 2.523, + 765, + 1.991, + 799, + 3.46, + 807, + 4.595, + 812, + 4.032, + 859, + 2.848, + 891, + 1.928, + 895, + 2.727, + 898, + 2.018, + 917, + 2.57, + 931, + 1.573, + 941, + 2.229, + 1007, + 1.991, + 1019, + 2.148, + 1032, + 4.335, + 1033, + 5.684, + 1034, + 4.631, + 1035, + 4.032, + 1036, + 5.684, + 1037, + 5.684, + 1038, + 5.684, + 1039, + 3.064, + 1040, + 3.401, + 1041, + 3.587, + 1042, + 3.745, + 1043, + 2.456, + 1044, + 4.152, + 1045, + 3.745, + 1046, + 3.401, + 1047, + 4.696, + 1048, + 7.151, + 1049, + 6.808, + 1050, + 6.808, + 1051, + 5.629, + 1052, + 4.169, + 1053, + 4.032, + 1054, + 4.447, + 1055, + 5.213, + 1056, + 4.152, + 1057, + 5.684, + 1058, + 5.198, + 1059, + 4.638, + 1060, + 3.194, + 1061, + 3.745, + 1062, + 3.106, + 1063, + 4.032, + 1064, + 2.785, + 1065, + 4.638, + 1066, + 3.111, + 1067, + 1.857, + 1068, + 3.592, + 1069, + 7.255, + 1070, + 5.198, 1071, - 0.97, + 3.242, 1072, - 0.643, + 4.638, 1073, - 2.125, + 5.684, 1074, - 1.255, + 4.288, 1075, - 1.07, + 3.524, 1076, - 1.031, + 4.447, 1077, - 1.25, + 5.198, 1078, - 1.035, + 4.288, 1079, - 1.173, + 2.755, 1080, - 0.922, + 4.288, 1081, - 2.125, + 3.46, 1082, - 1.757, + 3.592, 1083, - 3.395, + 4.447, 1084, - 1.25, + 5.198, 1085, - 0.97, + 5.684, 1086, - 4.168, + 5.684, 1087, - 2.021, + 5.684, 1088, - 1.367, + 4.638, 1089, - 1.367, + 3.745, 1090, - 2.477, + 3.692, 1091, - 1.367, + 5.684, 1092, - 4.168, + 5.198, 1093, - 1.367, + 4.669, 1094, - 0.677, + 4.288, 1095, - 2.494, + 4.638, 1096, - 0.757, + 6.676, 1097, - 1.367, + 5.667, 1098, - 5.395, + 3.524, 1099, - 2.477, + 3.831, 1100, - 2.477, + 6.207, 1101, - 2.477, + 3.345, 1102, - 1.367, + 5.684, 1103, - 3.032, + 3.745, 1104, - 2.703, + 1.978, 1105, - 2.125, + 3.745, 1106, - 1.25, + 4.877 + ] + ], + [ + "type/manuals/particlefx", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/particlefx", + [ + 0, + 0.471, + 1, + 0.577, + 2, + 0.571, + 3, + 0.592, + 4, + 0.592, + 5, + 0.595, + 6, + 0.595, + 7, + 1.56, + 8, + 1.87, + 9, + 0.765, + 10, + 1.848, + 11, + 0.817, + 18, + 1.152, + 20, + 1.36, + 30, + 1.903, + 36, + 1.705, + 38, + 1.014, + 43, + 1.17, + 46, + 1.523, + 49, + 2.311, + 50, + 2.132, + 52, + 1.386, + 57, + 1.507, + 59, + 0.955, + 60, + 0.627, + 62, + 1.665, + 63, + 1.093, + 65, + 1.485, + 67, + 1.13, + 69, + 2.798, + 70, + 0.95, + 72, + 0.75, + 73, + 1.306, + 75, + 2.618, + 77, + 1.233, + 78, + 1.001, + 79, + 0.996, + 82, + 1.52, + 86, + 1.635, + 87, + 1.425, + 88, + 2.048, + 89, + 2.751, + 90, + 0.917, + 91, + 0.77, + 92, + 3.663, + 94, + 1.791, + 96, + 2.307, + 97, + 0.652, + 99, + 1.038, + 100, + 1.117, + 101, + 2.886, + 102, + 1.53, + 103, + 1.159, + 106, + 1.467, + 107, + 0.958, + 110, + 2.352, + 113, + 1.919, + 116, + 0.877, + 117, + 1.327, + 120, + 3.013, + 121, + 2.408, + 122, + 2.916, + 124, + 2.595, + 125, + 2.033, + 126, + 1.327, + 128, + 1.117, + 129, + 1.935, + 132, + 3.356, + 133, + 1.232, + 139, + 1.306, + 140, + 1.039, + 141, + 1.424, + 142, + 1.987, + 144, + 2.022, + 145, + 1.398, + 148, + 1.371, + 150, + 1.275, + 153, + 0.873, + 158, + 0.659, + 160, + 0.667, + 169, + 0.749, + 170, + 0.865, + 172, + 1.693, + 175, + 2.595, + 177, + 1.541, + 182, + 5.682, + 186, + 1.306, + 194, + 0.919, + 197, + 0.775, + 199, + 0.966, + 201, + 1.502, + 202, + 1.257, + 206, + 2.886, + 208, + 3.202, + 210, + 0.912, + 211, + 1.01, + 212, + 2.77, + 215, + 3.348, + 219, + 1.764, + 229, + 1.225, + 230, + 0.785, + 232, + 1.485, + 233, + 1.52, + 234, + 6.191, + 237, + 2.32, + 238, + 1.267, + 240, + 1.432, + 241, + 1.559, + 243, + 1.907, + 244, + 2.812, + 247, + 0.746, + 249, + 1.081, + 250, + 1.487, + 251, + 2.743, + 253, + 3.348, + 254, + 4.403, + 256, + 1.338, + 259, + 1.599, + 261, + 0.958, + 263, + 2.649, + 264, + 4.069, + 268, + 1.028, + 269, + 1.516, + 273, + 0.557, + 280, + 0.884, + 281, + 1.398, + 288, + 2.075, + 290, + 2.833, + 291, + 1.306, + 292, + 2.157, + 300, + 2.132, + 305, + 1.306, + 306, + 3.202, + 307, + 1.306, + 314, + 3.924, + 317, + 1.327, + 320, + 2.303, + 322, + 3.011, + 344, + 3.065, + 354, + 1.701, + 358, + 1.773, + 359, + 1.724, + 361, + 2.163, + 368, + 1.432, + 371, + 3.511, + 380, + 1.788, + 381, + 2.386, + 382, + 2.142, + 384, + 2.73, + 385, + 2.829, + 387, + 0.795, + 389, + 1.249, + 410, + 1.84, + 411, + 3.468, + 412, + 2.594, + 416, + 5.317, + 420, + 1.557, + 428, + 1.349, + 429, + 1.093, + 452, + 0.655, + 453, + 2.229, + 457, + 0.8, + 466, + 1.84, + 467, + 1.485, + 471, + 1.35, + 479, + 0.846, + 488, + 2.432, + 496, + 1.791, + 497, + 1.973, + 504, + 1.143, + 509, + 2.613, + 521, + 1.34, + 522, + 1.117, + 523, + 1.17, + 524, + 0.755, + 540, + 2.386, + 541, + 1.2, + 543, + 0.905, + 550, + 3.978, + 555, + 0.706, + 570, + 2.73, + 574, + 1.081, + 577, + 0.884, + 590, + 2.769, + 594, + 3.08, + 595, + 1.215, + 600, + 1.846, + 602, + 1.556, + 627, + 1.306, + 629, + 0.678, + 634, + 0.891, + 656, + 1.425, + 659, + 1.286, + 676, + 1.029, + 681, + 1.886, + 683, + 0.958, + 691, + 1.821, + 692, + 0.846, + 743, + 1.647, + 751, + 0.912, + 765, + 2.086, + 771, + 1.049, + 773, + 0.817, + 775, + 2.132, + 795, + 1.454, + 819, + 2.265, + 897, + 1.454, + 898, + 0.8, + 931, + 1.393, + 939, + 1.117, + 941, + 0.884, + 946, + 3.678, + 948, + 1.989, + 959, + 1.2, + 960, + 1.756, + 989, + 1.52, + 990, + 7.814, + 991, + 4.987, + 992, + 8.582, + 993, + 1.267, + 994, + 2.73, + 1040, + 1.349, + 1048, + 1.764, + 1052, + 1.185, + 1065, + 1.84, 1107, - 1.646, + 1.117, 1108, - 4.402, + 3.14, 1109, - 4.168, + 1.093, 1110, - 1.07, + 4.857, 1111, - 2.477, + 6.656, 1112, - 2.477, + 2.062, 1113, - 1.938, + 1.764, 1114, - 3.395, + 1.454, 1115, - 2.477, + 3.302, 1116, - 2.477, + 7.368, 1117, - 1.757, + 7.818, 1118, - 2.561, + 5.443, 1119, - 1.173, + 2.255, 1120, - 1.173, + 2.265, 1121, - 0.864, + 5.028, 1122, - 1.301, + 2.255, 1123, - 1.367, + 2.255, 1124, - 1.07, + 2.482, 1125, - 1.07, + 2.255, 1126, - 0.945, + 1.13, 1127, - 0.67, + 1.647, 1128, - 1.367, + 1.935, 1129, - 0.591, + 1.935, 1130, - 1.367, + 2.255, 1131, - 3.395, + 2.949, 1132, - 3.811, + 1.764, 1133, - 4.168, + 1.185, 1134, - 1.367, + 2.432, 1135, - 2.477, + 1.52, 1136, - 1.367, + 3.69, 1137, - 1.632, + 1.349, 1138, - 1.031, + 3.302, 1139, - 1.458, + 5.584, 1140, - 2.477, + 1.039, 1141, - 1.367, + 1.373, 1142, - 2.477, + 1.935, 1143, - 1.367, + 1.454, 1144, - 2.265, + 2.872, 1145, - 1.188, + 3.849, 1146, - 1.367, + 0.974, 1147, - 1.367, + 1.701, 1148, - 1.367, + 3.519, 1149, - 2.288, + 4.49, 1150, - 1.116, + 1.267, 1151, - 2.477, + 1.935, 1152, - 2.477, + 2.811, 1153, - 1.508, + 1.809, 1154, - 5.891, + 2.255, 1155, - 4.07, + 2.441, 1156, - 1.535, + 2.062, 1157, - 3.395, + 2.022, 1158, - 1.458, + 1.773, 1159, - 1.335, + 3.011, 1160, - 1.362, + 3.562, 1161, - 1.25, + 4.108, 1162, - 1.031, + 1.599, 1163, - 1.07, + 1.935, 1164, - 1.173, + 1.349, 1165, - 1.031, + 1.84, 1166, - 0.649, + 1.306, 1167, - 1.762, + 1.764, 1168, - 2.584, + 2.255, 1169, - 1.367, + 2.062, 1170, - 3.334, + 1.764, 1171, - 4.827, + 1.935, 1172, - 0.999, + 1.143, 1173, - 0.63, + 1.105, 1174, - 1.482, + 2.062, 1175, - 0.901, + 4.108, 1176, - 0.97, + 4.505, 1177, - 0.945, + 6.684, 1178, - 1.367, + 3.849, 1179, - 0.864, + 4.32, 1180, - 1.116, + 2.103, 1181, - 1.07, + 6.671, 1182, - 1.116, + 2.062, 1183, - 2.477, + 1.764, 1184, - 1.868, + 1.425, 1185, - 2.477, + 2.062, 1186, - 4.827, + 1.105, 1187, - 3.811, + 3.478, 1188, - 2.477, + 1.105, 1189, - 2.477, + 3.011, 1190, - 0.768, + 3.849, 1191, - 0.601, + 1.701, 1192, - 1.173, + 1.398, 1193, - 1.367, + 2.303, 1194, - 3.395, + 2.255, 1195, - 1.25, + 1.84, 1196, - 1.25, + 1.84, 1197, - 1.116, + 2.255, 1198, - 0.882, + 1.286, 1199, - 0.848, + 5.035, 1200, - 0.636, + 2.255, 1201, - 1.367, + 2.255, 1202, - 1.031, + 1.07, 1203, - 0.922, + 3.302, 1204, - 1.116, + 2.255, 1205, - 1.25, + 2.255, 1206, - 0.999, + 1.599, 1207, - 2.105, + 5.678, 1208, - 3.395, + 2.343, 1209, - 3.395, + 5.443, 1210, - 1.367, + 2.062, 1211, - 1.099, + 1.647, 1212, - 1.367, + 1.84, 1213, - 1.173, + 1.701, 1214, - 1.809, + 2.73, 1215, - 1.031, + 2.255, 1216, - 0.677, + 1.215, 1217, - 0.792, + 1.701, 1218, - 1.07, + 1.599, 1219, - 0.737, + 1.373, 1220, - 1.031, + 1.398, 1221, - 0.864, + 1.117, 1222, - 0.612, + 2.255, 1223, - 1.116, + 1.52, 1224, - 1.25, + 1.081, 1225, - 0.97, + 6.645, 1226, - 1.25, + 1.286, 1227, - 0.67, + 3.849, 1228, - 2.477, + 4.796, 1229, - 1.367, + 2.535, 1230, - 2.265, + 3.519, 1231, - 1.25, + 4.857, 1232, - 0.999, + 3.849, 1233, - 0.737, + 6.112, 1234, - 0.67, + 4.108, 1235, - 1.173, + 1.454, 1236, - 1.565, + 1.935, 1237, - 1.25, + 2.255, 1238, - 1.367, + 3.519, 1239, - 0.524, + 2.062, 1240, - 1.367, + 2.255, 1241, - 1.07, + 2.255, 1242, - 1.25, + 3.519, 1243, - 1.116, + 2.255, 1244, - 0.67, + 1.84, 1245, - 1.367, + 1.52, 1246, - 1.25, + 2.062, 1247, - 1.367, + 1.935, 1248, - 0.999, + 1.425, 1249, - 1.173, + 1.764, 1250, - 0.685, + 1.267, 1251, - 0.693, + 1.935, 1252, - 2.265, + 2.062, 1253, - 0.728, + 2.163, 1254, - 1.367, + 2.229, 1255, - 1.07, + 1.557, 1256, - 1.367, + 1.398, 1257, - 0.63, + 1.398, 1258, - 0.999, + 1.485, 1259, - 1.031 + 1.425, + 1260, + 1.327, + 1261, + 1.373 ] ], [ - "type/manuals/extensions-ext-manifests", + "type/manuals/extensions-debugging-ios", [ 0, 0.731 ] ], [ - "data/manuals/extensions-ext-manifests", + "data/manuals/extensions-debugging-ios", [ 0, - 0.574, + 1.214, 1, - 1.198, + 2.535, 2, - 1.186, + 2.509, 3, - 1.23, + 2.601, 4, - 1.23, + 2.601, 5, - 1.236, + 2.615, 6, - 1.236, + 2.615, 7, - 1.512, + 1.244 + ] + ], + [ + "type/manuals/editor-scripts-ui", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/editor-scripts-ui", + [ + 0, + 0.169, + 1, + 1.244, + 2, + 0.35, + 3, + 0.363, + 4, + 0.363, + 5, + 0.365, + 6, + 0.365, + 7, + 1.566, 8, - 1.336, + 2.345, 9, - 0.769, + 0.469, 10, - 0.855, - 11, - 1.041, - 13, - 2.284, + 1.892, 16, - 1.041, - 21, - 0.957, + 1.009, + 18, + 1.111, + 20, + 1.5, 22, - 1.063, - 23, - 1.957, - 26, - 2.587, - 29, - 1.053, - 30, - 1.124, - 33, - 1.424, + 0.568, + 28, + 0.67, 36, - 2.852, + 1.629, + 38, + 1.023, + 39, + 1.026, 42, - 1.646, + 0.251, + 45, + 0.931, 46, - 1.304, - 51, - 1.296, + 1.507, + 49, + 3.084, + 52, + 1.954, + 54, + 2.815, + 55, + 3.054, + 56, + 0.538, 57, - 2.905, + 1.319, + 59, + 0.969, 60, - 1.91, - 68, - 1.063, - 71, - 1.683, - 74, - 1.121, + 0.696, + 61, + 0.857, + 62, + 1.133, + 65, + 0.91, + 67, + 0.692, 77, - 1.636, + 1.47, + 78, + 0.613, + 79, + 1.005, + 83, + 3.136, + 84, + 1.071, 86, - 0.985, - 94, - 1.62, - 137, - 1.028, + 2.305, + 88, + 0.735, + 89, + 0.755, + 90, + 0.816, + 91, + 0.472, + 93, + 2.208, + 96, + 3.462, + 97, + 0.723, + 99, + 0.999, + 100, + 1.332, + 102, + 1.825, + 103, + 2.089, + 104, + 0.709, + 106, + 1.755, + 107, + 1.824, + 108, + 1.007, + 109, + 1.576, + 110, + 0.988, + 111, + 0.577, + 113, + 1.188, + 116, + 0.538, + 117, + 1.472, + 119, + 0.7, + 121, + 1.39, + 122, + 0.43, + 125, + 0.761, + 126, + 1.829, + 130, + 0.841, 140, - 2.159, - 141, - 1.384, + 0.637, + 142, + 0.411, + 146, + 0.677, + 148, + 1.306, 149, - 2.554, - 151, - 0.859, - 157, - 3.675, - 159, - 1.758, + 1.599, + 150, + 0.867, + 153, + 1.744, + 158, + 0.404, 160, - 1.729, - 161, - 1.916, - 162, - 1.205, - 176, - 3.422, - 193, - 0.989, - 224, - 1.901, - 227, - 3.584, - 234, - 2.495, - 237, - 1.889, + 2.19, + 165, + 3.123, + 168, + 2.854, + 169, + 1.511, + 170, + 1.313, + 171, + 2.154, + 174, + 0.563, + 177, + 1.948, + 178, + 3.044, + 195, + 1.448, + 196, + 1.453, + 197, + 0.475, + 198, + 0.681, + 200, + 0.841, + 201, + 1.664, + 202, + 0.451, + 207, + 2.362, + 210, + 1.011, + 211, + 1.12, + 216, + 3.788, + 217, + 0.98, + 226, + 2.273, + 229, + 1.714, + 230, + 1.192, + 235, + 0.873, + 238, + 1.405, + 239, + 0.608, + 241, + 1.52, + 243, + 1.239, + 244, + 0.966, 247, - 1.49, + 2.772, + 249, + 1.2, 256, - 1.377, + 1.595, + 257, + 1.921, + 260, + 2.146, + 261, + 1.455, 263, - 2.532, + 1.904, + 264, + 4.111, + 266, + 3.411, 268, - 4.0, + 1.621, + 269, + 2.149, + 271, + 2.819, 273, - 1.823, - 275, - 2.757, - 277, - 1.579, - 290, - 2.404, - 294, - 2.061, - 298, - 2.708, + 2.069, + 280, + 0.542, + 281, + 2.123, + 285, + 1.882, + 287, + 0.955, 300, - 1.479, - 302, - 2.591, - 304, - 3.534, - 308, - 3.541, - 309, - 2.321, - 318, - 1.91, - 320, - 2.007, + 0.766, + 301, + 3.169, + 313, + 0.542, + 315, + 0.857, + 317, + 0.813, + 329, + 5.184, + 330, + 0.441, + 332, + 0.46, + 333, + 1.188, 336, - 2.138, - 343, - 1.332, - 346, - 2.688, - 355, - 3.484, - 394, - 2.321, + 1.886, + 337, + 0.873, + 341, + 0.67, + 342, + 1.534, + 351, + 0.717, + 353, + 1.374, + 368, + 1.686, + 369, + 1.686, + 373, + 1.522, + 374, + 2.208, + 378, + 1.612, + 380, + 1.216, + 382, + 0.497, + 387, + 1.208, + 392, + 1.2, + 399, + 1.774, + 401, + 1.081, + 405, + 1.128, 407, - 0.97, + 0.873, + 411, + 0.717, + 416, + 1.009, + 419, + 0.873, + 422, + 2.795, 423, - 2.803, - 465, - 1.156, - 547, - 2.691, + 1.886, + 425, + 3.382, + 428, + 2.909, + 429, + 3.086, + 433, + 0.563, + 434, + 0.643, + 445, + 1.081, + 446, + 1.253, + 449, + 5.593, + 450, + 1.128, + 451, + 1.009, + 452, + 1.579, + 454, + 0.996, + 456, + 1.348, + 457, + 1.216, + 459, + 0.643, + 472, + 0.637, + 473, + 1.506, + 474, + 1.009, + 475, + 1.128, + 477, + 0.955, + 479, + 2.534, + 483, + 0.91, + 489, + 0.643, + 496, + 1.955, + 500, + 0.912, + 504, + 3.005, + 510, + 1.258, + 511, + 1.822, + 523, + 1.298, + 524, + 3.374, + 533, + 0.766, + 534, + 2.553, + 543, + 0.554, + 544, + 4.398, 550, - 4.771, - 566, - 3.237, + 0.643, + 553, + 2.275, + 554, + 0.519, + 555, + 0.783, + 556, + 2.233, + 560, + 0.873, + 561, + 1.879, 573, - 3.708, - 581, - 2.243, - 589, - 4.02, + 1.285, + 580, + 1.58, + 582, + 4.111, + 588, + 0.717, 590, - 2.713, - 598, - 3.324, - 623, - 7.15, - 645, - 3.675, - 654, - 2.75, - 659, - 3.55, - 719, - 2.098, + 0.572, + 592, + 1.612, + 594, + 2.503, + 600, + 3.054, + 601, + 1.522, + 602, + 1.385, + 603, + 1.431, + 604, + 1.736, + 605, + 0.788, + 608, + 0.685, + 614, + 0.981, + 620, + 0.717, + 629, + 0.752, + 631, + 1.697, + 634, + 1.921, + 636, + 0.959, + 644, + 1.239, + 652, + 1.686, + 656, + 1.58, + 666, + 1.647, + 673, + 0.8, + 676, + 1.917, + 677, + 1.152, + 681, + 0.677, + 683, + 1.785, + 686, + 1.348, + 687, + 0.813, + 688, + 0.98, + 689, + 0.619, + 691, + 1.488, + 692, + 1.576, + 695, + 0.625, + 701, + 0.726, + 703, + 0.981, + 710, + 1.66, + 717, + 1.472, 723, - 2.526, - 757, - 3.324, - 759, - 1.652, + 0.841, + 735, + 0.663, + 737, + 1.686, + 738, + 3.251, + 740, + 0.7, + 749, + 1.871, + 750, + 2.037, + 752, + 2.503, + 754, + 2.049, + 758, + 0.613, + 765, + 0.876, + 769, + 2.709, + 772, + 1.727, + 774, + 0.625, 775, - 4.0, - 780, - 2.961, - 783, - 2.526, - 792, - 1.721, + 0.766, + 784, + 5.184, 793, - 2.374, + 0.643, 796, - 2.159, - 802, - 2.347, + 1.826, + 801, + 1.225, + 803, + 0.955, 807, - 3.422, - 851, - 2.462, + 0.8, + 808, + 0.735, + 823, + 0.91, + 825, + 1.081, + 832, + 0.663, + 834, + 1.239, + 835, + 1.128, + 848, + 2.409, + 854, + 1.385, + 856, + 0.554, 859, - 3.501, + 1.716, 866, - 2.007, - 888, - 5.403, - 889, - 1.837, + 3.195, 891, - 1.631, - 905, - 2.402, + 1.425, + 898, + 1.492, + 912, + 0.891, + 914, + 0.577, + 915, + 2.274, + 917, + 0.625, + 919, + 0.709, 921, - 4.11, - 968, - 3.421, - 1023, - 3.422, - 1042, - 3.629, + 0.891, + 923, + 1.678, + 925, + 1.647, + 941, + 0.542, + 945, + 2.709, + 948, + 0.546, + 950, + 0.91, + 952, + 3.45, + 960, + 0.631, + 978, + 4.072, + 993, + 0.777, + 1008, + 0.98, + 1025, + 1.353, + 1034, + 2.083, + 1035, + 4.207, + 1039, + 0.745, + 1040, + 0.827, + 1046, + 1.496, + 1052, + 0.726, + 1060, + 0.777, + 1064, + 0.677, + 1079, + 2.037, + 1080, + 1.886, + 1081, + 0.841, + 1088, + 2.04, + 1090, + 0.643, + 1096, + 1.009, + 1104, + 1.462, 1107, - 3.348, - 1121, - 2.961, - 1127, - 2.296, - 1179, - 2.961, - 1239, - 1.797, - 1260, - 8.203, + 0.685, + 1126, + 1.253, + 1134, + 0.873, + 1139, + 0.777, + 1140, + 4.034, + 1144, + 0.788, + 1155, + 2.874, + 1158, + 0.637, + 1166, + 0.8, + 1172, + 1.267, + 1180, + 0.755, + 1202, + 2.309, + 1208, + 2.96, + 1224, + 0.663, + 1245, + 0.931, 1261, - 2.402, + 2.085, 1262, - 3.773, + 1.826, 1263, - 4.132, + 1.826, 1264, - 4.685, + 2.768, 1265, - 4.685, + 1.128, 1266, - 6.188, + 2.04, 1267, - 8.241, + 2.366, 1268, - 4.685, + 2.501, 1269, - 7.387, + 1.385, 1270, - 3.158, + 1.081, 1271, - 3.534, + 1.264, 1272, - 4.284, + 3.524, 1273, - 3.826, + 2.862, 1274, - 4.364, + 2.287, 1275, - 2.526, + 0.98, 1276, - 3.158, + 4.447, 1277, - 3.422, + 3.132, 1278, - 4.02, + 3.968, 1279, - 3.087, + 2.049, 1280, - 4.685, + 4.968, 1281, - 6.418, + 5.035, 1282, - 6.316, + 1.186, 1283, - 2.905, + 1.366, 1284, - 4.582, + 6.253, 1285, - 7.768, + 2.584, 1286, - 8.826, + 0.98, 1287, - 4.284, + 2.981, 1288, - 3.422, + 1.128, 1289, - 2.374, + 0.857, 1290, - 4.064, + 1.081, 1291, - 4.685, + 2.514, 1292, - 3.534, + 1.264, 1293, - 3.817, + 1.042, 1294, - 9.052, + 2.501, 1295, - 6.907, + 2.534, 1296, - 9.052, + 0.932, 1297, - 9.052, + 7.512, 1298, - 9.052, + 2.164, 1299, - 9.052, + 4.201, 1300, - 9.052, + 2.501, 1301, - 9.052, + 2.43, 1302, - 6.907, + 1.009, 1303, - 6.907, + 1.382, 1304, - 6.907, + 1.472, 1305, - 6.907, + 5.094, 1306, - 6.907, + 2.164, 1307, - 6.907, + 1.55, 1308, - 5.926, + 1.382, 1309, - 6.907, + 1.366, 1310, - 6.907, + 1.186, 1311, - 6.907, + 0.891, 1312, - 6.907, + 1.009, 1313, - 6.907, + 5.422, 1314, - 6.907, + 0.931, 1315, - 6.907, + 4.447, 1316, - 6.907, + 3.132, 1317, - 8.203, + 1.382, 1318, - 6.316, + 1.264, 1319, - 3.723, + 1.186, 1320, - 6.907, + 3.425, 1321, - 5.511, + 1.186, 1322, - 6.907, + 0.709, 1323, - 3.665, + 0.577, 1324, - 4.453, + 2.819, 1325, - 3.237, + 3.842, 1326, - 3.422, + 2.085, 1327, - 3.823, + 1.686, 1328, - 4.685, + 4.098, 1329, - 4.685, + 2.909, 1330, - 3.087, + 1.382, 1331, - 4.685, + 1.128, 1332, - 6.907, + 1.385, 1333, - 5.403, + 1.186, 1334, - 3.823, + 1.382, 1335, - 4.685, + 1.264, 1336, - 4.685, + 1.128, 1337, - 4.685, + 2.208, 1338, - 4.685, + 1.081, 1339, - 4.685, + 1.886, 1340, - 2.757, + 0.98, 1341, - 4.284, + 0.98, 1342, - 2.852, + 4.433, 1343, - 3.823, + 0.766, 1344, - 4.02, + 1.264, 1345, - 3.665, + 1.264, 1346, - 4.284, + 1.382, 1347, - 3.534, + 2.04, 1348, - 2.493 - ] - ], - [ - "type/manuals/extender-local-setup", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/extender-local-setup", - [ - 0, - 0.389, - 1, - 0.813, - 2, - 0.805, - 3, - 0.834, - 4, - 1.343, - 5, - 0.839, - 6, - 0.839, - 7, - 1.581, - 8, - 1.104, - 9, - 0.85, - 11, - 1.059, - 12, - 1.67, - 13, - 1.693, - 16, - 0.991, - 21, - 1.504, - 22, - 2.269, - 23, - 1.746, - 26, - 0.852, - 28, - 1.128, - 29, - 2.121, - 30, - 1.062, - 33, - 1.147, - 41, - 1.488, - 42, - 2.056, - 48, - 1.424, - 51, - 0.596, - 54, - 1.423, - 63, - 1.524, - 67, - 1.113, - 70, - 1.814, - 71, - 2.097, - 73, - 2.801, - 74, - 0.958, - 77, - 1.61, - 86, - 1.231, - 94, - 1.099, - 111, - 2.152, - 121, - 1.817, - 123, - 1.151, - 125, - 1.285, - 127, - 1.327, - 129, - 1.61, - 133, - 2.255, - 137, - 0.956, - 141, - 1.025, - 142, - 5.642, - 151, - 1.178, - 152, - 0.866, - 157, - 3.419, - 160, - 1.446, - 161, - 1.603, - 162, - 0.817, - 182, - 1.275, - 186, - 0.95, - 190, - 1.455, - 191, - 0.805, - 193, - 1.08, - 224, - 1.409, - 237, - 1.479, - 247, - 0.577, - 256, - 0.934, - 257, - 2.195, - 264, - 1.437, - 265, - 4.558, - 273, - 1.992, - 283, - 5.18, - 285, - 3.649, - 288, - 1.237, - 290, - 1.106, - 291, - 2.53, - 293, - 2.054, - 298, - 1.246, - 302, - 1.92, - 316, - 0.956, - 317, - 1.92, - 346, - 1.237, - 386, - 1.691, - 389, - 2.142, - 391, - 2.193, - 393, - 3.847, - 406, - 1.327, - 407, - 1.879, - 408, - 4.693, - 416, - 1.541, - 418, - 2.008, - 419, - 2.727, - 420, - 3.449, - 421, - 5.898, - 425, - 1.649, - 428, - 3.69, - 429, - 1.423, - 437, - 1.373, - 441, - 3.158, - 454, - 2.662, - 473, - 1.574, - 491, - 3.79, - 493, - 1.496, - 525, - 1.184, - 530, - 1.761, - 554, - 1.693, - 573, - 3.33, - 577, - 2.321, - 581, - 1.662, - 587, - 3.87, - 590, - 1.693, - 595, - 1.151, - 611, - 2.271, - 618, - 2.049, - 622, - 3.371, - 623, - 3.173, - 654, - 3.215, - 655, - 1.398, - 659, - 4.348, - 700, - 1.45, - 708, - 2.142, - 717, - 5.642, - 719, - 1.423, - 760, - 4.176, - 767, - 4.412, - 768, - 7.949, - 769, - 3.861, - 780, - 5.453, - 785, - 6.217, - 796, - 1.464, - 804, - 1.592, - 808, - 1.128, - 811, - 1.339, - 824, - 3.114, - 854, - 2.195, - 880, - 2.255, - 889, - 3.166, - 891, - 1.106, - 955, - 2.321, - 968, - 2.535, - 977, - 1.761, - 1074, - 1.61, - 1078, - 2.138, - 1094, - 1.574, - 1104, - 1.592, - 1107, - 1.541, - 1122, - 1.67, - 1129, - 2.211, - 1156, - 1.437, - 1166, - 1.509, - 1191, - 3.551, - 1199, - 1.97, - 1203, - 2.142, - 1225, - 7.252, - 1261, - 1.63, - 1281, - 4.004, - 1284, - 3.497, - 1293, - 2.381, - 1325, - 2.195, - 1330, - 4.233, - 1334, - 2.593, + 2.939, 1349, - 10.383, + 2.146, 1350, - 2.142, + 1.382, 1351, - 3.178, + 1.382, 1352, - 1.935, + 1.382, 1353, - 3.178, + 1.264, 1354, - 2.906, + 1.009, 1355, - 3.062, + 1.264, 1356, - 4.176, + 1.264, 1357, - 6.282, + 3.132, 1358, - 5.118, + 1.382, 1359, - 1.813, + 3.842, 1360, - 3.116, + 1.382, 1361, - 5.118, + 0.91, 1362, - 2.142, + 3.425, 1363, - 2.255, + 1.956, 1364, - 2.906, + 2.015, 1365, - 3.178, + 3.842, 1366, - 2.906, + 1.382, 1367, - 4.921, + 1.042, 1368, - 4.004, + 1.382, 1369, - 2.455, + 1.382, 1370, - 2.906, + 1.264, 1371, - 3.449, + 1.264, 1372, - 3.3, + 2.939, 1373, - 4.473, + 1.186, 1374, - 2.008, + 1.264, 1375, - 2.593, + 1.826, 1376, - 2.593, + 1.009, 1377, - 2.727, + 1.382, 1378, - 2.397, + 1.522, 1379, - 3.178, + 2.263, 1380, - 3.178, + 1.186, 1381, - 5.118, + 2.43, 1382, - 5.207, + 0.766, 1383, - 2.486, + 1.264, 1384, - 2.397, + 2.501, 1385, - 3.178, + 0.98, 1386, - 4.391, + 1.009, 1387, - 2.593, + 0.891, 1388, - 3.178, + 5.93, 1389, - 2.906, + 2.501, 1390, - 3.178, + 2.287, 1391, - 9.073, + 1.264, 1392, - 4.68, + 1.264, 1393, - 3.178, + 2.679, 1394, - 3.178, + 1.382, 1395, - 3.178, + 2.287, 1396, - 2.906, + 1.264, 1397, - 2.094, + 1.264, 1398, - 7.403, + 1.264, 1399, - 8.297, + 1.382, 1400, - 5.118, + 1.382, 1401, - 3.178, + 0.841, 1402, - 3.178, + 1.264, 1403, - 2.906, + 0.656, 1404, - 3.3, + 1.042, 1405, - 5.875, + 1.264, 1406, - 3.178, + 1.141, 1407, - 2.906, + 2.287, 1408, - 2.906, + 1.382, 1409, - 2.906, + 3.804, 1410, - 2.906, + 1.264, 1411, - 3.178, + 0.592, 1412, - 8.635, + 0.931, 1413, - 3.178, + 0.841, 1414, - 2.727, + 1.264, 1415, - 4.176, + 0.955, 1416, - 3.178, + 3.753, 1417, - 2.727, + 1.264, 1418, - 3.178, + 2.287, 1419, - 5.118, + 1.186, 1420, - 3.178, + 1.081, 1421, - 1.63, + 0.841, 1422, - 3.178, + 1.264, 1423, - 3.419, + 1.264, 1424, - 3.178, + 1.128, 1425, - 9.742, + 2.04, 1426, - 5.118, + 0.841, 1427, - 3.178, + 1.727, 1428, - 7.365, + 0.755, 1429, - 3.178, + 0.931, 1430, - 3.178, + 1.264, 1431, - 3.178, + 1.081, 1432, - 5.026, + 2.361, 1433, - 5.118, + 3.132, 1434, - 3.178, + 1.253, 1435, - 5.118, + 1.081, 1436, - 3.178, + 1.886, 1437, - 3.178, + 1.886, 1438, - 3.178, + 1.081, 1439, - 5.118, + 1.186, 1440, - 5.118, + 0.841, 1441, - 5.118, + 1.009, 1442, - 4.68, + 1.128, 1443, - 6.091, + 1.264, 1444, - 5.898, + 1.264, 1445, - 5.118, + 1.774, 1446, - 7.365, + 1.128, 1447, - 3.449, + 1.128, 1448, - 3.178, + 2.501, 1449, - 5.118, + 1.081, 1450, - 3.178, + 1.382, 1451, - 5.118, + 6.49, 1452, - 4.68, + 1.081, 1453, - 4.391, + 1.264, 1454, - 4.391, + 1.382, 1455, - 3.178, + 0.98, 1456, - 3.178, + 6.356, 1457, - 3.178, + 0.813, 1458, - 3.178, + 1.186, 1459, - 3.178, + 1.713, 1460, - 8.909, + 0.777, 1461, - 5.225, + 1.382, 1462, - 5.118, + 3.132, 1463, - 5.118, + 0.841, 1464, - 5.207, + 1.186, 1465, - 1.61, + 0.487, 1466, - 9.438, + 2.501, 1467, - 2.919, + 6.773, 1468, - 2.727, + 1.264, 1469, - 5.026, + 1.264, 1470, - 3.178, + 1.264, 1471, - 2.195, + 0.685, 1472, - 2.906, + 0.619, 1473, - 3.178, + 1.774, 1474, - 4.176, + 1.186, 1475, - 3.178, + 0.98, 1476, - 3.178, + 1.128, 1477, - 2.727, + 4.447, 1478, - 3.178, + 4.098, 1479, - 3.178, + 0.813, 1480, - 3.178, + 4.201, 1481, - 1.841, + 1.382, 1482, - 2.593, + 1.826, 1483, - 2.906, + 1.382, 1484, - 2.397, + 1.042, 1485, - 2.397, + 0.91, 1486, - 1.97, + 0.98, 1487, - 2.321, + 1.042, 1488, - 1.786, + 1.264, 1489, - 3.178, + 1.382, 1490, - 4.391, + 1.081, 1491, - 1.574, + 1.128, 1492, - 2.321, + 0.857, 1493, - 1.97, + 0.955, 1494, - 2.397, + 2.146, 1495, - 3.178, + 0.766, 1496, - 4.004, + 0.955, 1497, - 5.118, + 1.081, 1498, - 3.062, + 0.955, 1499, - 5.118, + 0.827, 1500, - 2.624, + 0.955, 1501, - 5.118, + 2.501, 1502, - 3.178, + 0.709, 1503, - 2.919, + 1.081, 1504, - 1.901, + 1.128, 1505, - 2.008, + 1.186, 1506, - 2.397, + 1.186, 1507, - 2.486, + 0.857, 1508, - 2.593, + 1.042, 1509, - 2.255, + 0.955, 1510, - 1.713, + 0.891, 1511, - 1.97 + 0.745, + 1512, + 1.186, + 1513, + 1.128, + 1514, + 1.042, + 1515, + 1.264, + 1516, + 4.968, + 1517, + 5.422, + 1518, + 1.264, + 1519, + 2.04, + 1520, + 3.132, + 1521, + 3.132, + 1522, + 3.425, + 1523, + 2.287, + 1524, + 3.425, + 1525, + 1.58, + 1526, + 1.009, + 1527, + 3.425, + 1528, + 1.264, + 1529, + 1.128, + 1530, + 1.264, + 1531, + 2.501, + 1532, + 0.891, + 1533, + 4.201, + 1534, + 1.264, + 1535, + 2.287, + 1536, + 2.501, + 1537, + 4.201, + 1538, + 2.501, + 1539, + 4.201, + 1540, + 2.501, + 1541, + 1.348, + 1542, + 2.501, + 1543, + 1.472, + 1544, + 0.857, + 1545, + 1.081, + 1546, + 0.717, + 1547, + 1.264, + 1548, + 1.846, + 1549, + 2.795, + 1550, + 1.382, + 1551, + 1.081, + 1552, + 1.081, + 1553, + 1.186, + 1554, + 2.146, + 1555, + 2.501, + 1556, + 5.798, + 1557, + 1.496, + 1558, + 2.605, + 1559, + 0.857, + 1560, + 2.256, + 1561, + 3.425, + 1562, + 0.91, + 1563, + 1.186, + 1564, + 1.186, + 1565, + 1.186, + 1566, + 1.886, + 1567, + 1.382, + 1568, + 1.382, + 1569, + 1.264, + 1570, + 0.931, + 1571, + 1.186, + 1572, + 1.186 ] ], [ - "type/manuals/optimization-speed", + "type/manuals/message-passing", [ 0, 0.731 ] ], [ - "data/manuals/optimization-speed", + "data/manuals/message-passing", [ - 0, - 0.423, - 1, - 0.883, - 2, - 0.874, - 3, - 0.906, - 4, - 0.906, - 5, - 0.911, - 6, - 0.911, 7, - 1.498, - 8, - 1.416, + 1.532, 9, - 0.999, + 1.216, 10, - 1.827, - 11, - 1.034, - 12, - 1.814, - 13, - 1.142, - 14, - 6.917, - 16, - 0.999, - 19, - 3.931, - 21, - 2.174, - 22, - 2.374, + 0.775, + 17, + 2.417, + 18, + 1.128, + 20, + 1.429, 23, - 1.935, - 24, - 2.495, - 26, - 0.925, - 28, - 1.226, - 29, - 1.891, - 30, - 1.087, - 32, - 1.85, - 33, - 1.331, - 34, - 3.118, - 37, - 1.532, + 1.621, + 36, + 0.715, 38, - 1.969, - 41, - 1.973, - 48, - 0.961, - 51, - 1.825, + 0.626, + 42, + 1.023, + 46, + 1.48, + 47, + 3.839, + 55, + 1.72, + 57, + 1.096, + 59, + 0.915, + 60, + 0.998, 62, - 1.606, - 63, - 1.656, - 67, - 1.21, - 68, - 1.241, - 70, - 1.891, - 71, - 2.184, - 72, - 1.364, - 74, - 0.994, + 1.186, 77, - 2.087, - 86, - 1.541, + 1.441, + 79, + 0.948, + 90, + 1.343, + 94, + 1.669, + 96, + 2.716, + 97, + 2.478, 99, - 2.208, + 1.035, + 100, + 1.902, 102, - 2.007, + 0.922, 103, - 3.166, - 104, - 3.122, - 105, - 5.355, + 1.297, 106, - 3.705, + 1.412, 107, - 5.183, + 1.811, 108, - 4.135, - 110, - 2.8, - 111, - 3.257, - 117, - 3.623, - 137, - 1.149, - 146, - 1.364, - 149, - 1.075, - 151, - 1.543, - 152, - 1.849, - 158, - 1.171, + 1.054, + 109, + 1.346, + 113, + 0.719, + 121, + 2.608, + 122, + 2.668, + 125, + 1.091, + 126, + 1.701, + 141, + 1.327, + 142, + 1.066, + 148, + 1.952, + 153, + 1.579, 160, - 1.507, - 161, - 1.93, - 162, - 1.985, + 2.913, + 165, + 2.818, 166, - 2.948, + 4.275, + 167, + 3.848, + 169, + 1.173, + 171, + 4.043, 172, - 2.137, - 179, - 1.71, - 191, - 0.874, - 198, - 1.128, - 210, - 1.591, - 218, - 2.603, - 224, - 1.505, - 226, - 1.886, - 234, - 1.05, - 237, - 1.563, - 247, - 0.627, - 256, - 1.015, - 281, - 3.401, - 290, - 1.202, - 292, - 2.385, - 293, + 1.577, + 177, + 3.015, + 178, + 3.864, + 194, + 1.564, + 196, + 1.24, + 199, + 1.536, + 201, + 1.564, + 207, + 3.028, + 229, + 1.744, + 240, + 2.242, + 241, + 1.206, + 244, 1.385, - 294, - 1.518, - 297, - 2.126, - 300, - 1.171, - 303, - 1.442, - 316, - 2.041, - 317, - 2.051, - 336, - 1.576, - 337, - 1.26, - 339, - 2.897, + 247, + 1.186, + 249, + 1.72, + 250, + 3.675, + 268, + 1.857, + 269, + 1.789, + 271, + 1.861, + 273, + 1.391, + 330, + 2.219, + 333, + 1.968, 351, - 4.168, - 362, - 1.364, - 369, - 1.733, + 1.861, + 368, + 1.02, + 380, + 2.0, 384, - 2.322, - 389, - 3.685, - 393, - 1.407, - 395, - 1.364, - 400, - 1.71, - 406, - 1.442, - 407, - 2.074, - 411, - 1.606, - 412, - 1.792, - 416, - 1.674, - 437, - 2.933, - 441, - 1.202, - 453, - 1.623, + 2.544, + 385, + 2.015, + 387, + 1.265, + 402, + 1.908, + 414, + 2.363, + 429, + 1.739, + 439, + 2.417, 454, - 1.43, - 460, - 1.479, - 466, - 1.334, - 469, - 2.961, + 1.428, + 471, + 1.51, + 480, + 2.363, 489, - 2.449, - 491, - 1.442, - 493, - 1.598, - 501, - 4.787, - 508, - 2.226, - 509, - 3.072, - 523, - 1.606, - 530, - 3.029, - 533, - 2.947, - 536, - 2.701, - 542, - 2.701, - 547, - 1.026, - 561, - 4.472, - 566, - 3.777, - 568, - 2.247, - 569, - 2.433, - 580, - 1.674, - 581, - 1.121, - 612, - 1.606, - 623, - 2.14, + 1.669, + 500, + 1.308, + 524, + 2.641, + 526, + 3.712, + 534, + 1.685, + 543, + 3.65, + 552, + 2.548, + 556, + 2.315, + 571, + 2.619, + 577, + 2.209, + 601, + 1.299, + 602, + 1.45, + 603, + 1.498, + 604, + 2.855, + 629, + 1.078, 636, - 1.43, + 2.16, + 638, + 2.266, 644, - 1.792, - 651, - 6.146, - 674, - 3.602, - 678, - 1.792, - 681, - 2.701, - 682, - 1.73, - 692, - 4.218, - 694, - 3.013, - 706, - 2.226, - 735, - 2.032, - 743, - 1.674, - 748, - 2.385, - 753, - 5.311, - 756, - 1.71, - 778, - 2.701, - 780, - 2.182, - 796, - 1.591, - 808, - 1.226, - 809, - 2.327, + 1.777, + 647, + 2.077, + 685, + 1.462, + 689, + 1.606, + 710, + 2.731, + 750, + 1.739, 811, - 2.303, - 815, - 1.77, - 855, - 2.701, - 867, - 4.339, - 883, - 3.39, - 889, - 1.354, - 890, - 2.771, + 2.791, + 848, + 2.791, + 849, + 1.592, + 860, + 1.817, 891, - 2.687, - 892, - 3.166, - 916, - 2.226, - 918, - 2.066, - 920, - 3.455, - 948, - 2.565, - 950, - 2.604, - 952, - 2.701, - 983, - 3.271, - 992, - 4.277, - 1008, - 2.604, - 1015, - 2.327, - 1039, - 2.226, - 1050, - 2.226, - 1118, - 4.124, - 1160, - 3.098, - 1179, + 1.911, + 898, + 2.471, + 919, + 1.839, + 928, + 2.477, + 931, 2.182, - 1191, - 1.518, - 1200, - 1.606, - 1230, - 3.157, - 1244, - 1.692, - 1248, - 2.522, - 1250, - 3.401, - 1257, - 1.591, - 1271, - 2.604, - 1275, - 1.861, - 1340, - 2.032, - 1348, - 2.909, - 1369, - 1.656, - 1465, - 3.913, - 1512, - 3.452, - 1513, - 2.701, - 1514, - 3.685, - 1515, - 3.157, - 1516, - 3.407, - 1517, - 4.124, - 1518, - 2.385, - 1519, - 6.625, - 1520, - 4.133, - 1521, - 3.455, - 1522, - 3.157, - 1523, - 3.452, - 1524, - 3.157, - 1525, - 3.526, + 982, + 2.146, + 999, + 1.653, + 1010, + 4.763, + 1011, + 2.313, + 1016, + 3.56, + 1019, + 2.98, + 1025, + 4.605, + 1029, + 1.757, + 1055, + 2.045, + 1104, + 1.961, + 1120, + 2.11, + 1150, + 2.015, + 1153, + 1.685, + 1158, + 3.206, + 1166, + 3.263, + 1173, + 2.761, + 1184, + 2.266, + 1295, + 2.114, + 1296, + 1.336, + 1332, + 1.45, + 1387, + 2.313, + 1455, + 2.544, + 1457, + 2.11, + 1482, + 2.619, + 1484, + 2.705, + 1502, + 2.889, 1526, - 4.407, - 1527, - 2.274, - 1528, - 2.701, - 1529, - 2.522, - 1530, - 3.157, - 1531, - 3.157, - 1532, - 3.329, - 1533, - 3.157, - 1534, - 3.157, - 1535, - 2.604, - 1536, - 3.157, - 1537, - 2.385, - 1538, - 2.962, - 1539, - 3.452, - 1540, - 2.522, - 1541, - 2.701, - 1542, - 4.124, - 1543, - 2.604, - 1544, - 3.452, - 1545, - 4.29, + 5.082, 1546, - 3.157, - 1547, - 2.962, - 1548, - 2.14, - 1549, - 1.913, - 1550, - 3.452, - 1551, - 2.604, - 1552, - 2.701, - 1553, - 2.817, - 1554, - 1.913, - 1555, - 2.817, - 1556, - 2.066, - 1557, - 3.157, - 1558, - 3.329, - 1559, - 4.575, + 1.861, 1560, - 2.962, - 1561, - 7.721, - 1562, - 4.403, - 1563, - 7.721, - 1564, - 3.602, - 1565, - 7.721, - 1566, - 7.721, - 1567, - 3.157, - 1568, - 4.377, - 1569, - 2.723, - 1570, - 4.061, - 1571, - 3.452, - 1572, - 3.452, + 2.363, 1573, - 1.692, + 3.077, 1574, - 2.817, + 3.43, 1575, - 6.207, + 3.279, 1576, - 2.274, + 3.586, 1577, - 2.385, + 3.077, 1578, - 2.066, + 3.586, 1579, - 3.39, + 6.95, 1580, - 6.35, + 3.586, 1581, - 5.333, + 6.363, 1582, - 3.993, + 3.586, 1583, - 3.217, + 8.895, 1584, - 2.522, + 4.431, 1585, - 2.701, + 3.586, 1586, - 1.656, + 3.586, 1587, - 5.467, + 8.57, 1588, - 2.226, + 3.41, 1589, - 3.452, + 2.417, 1590, - 2.962, + 4.718, 1591, - 2.449, + 3.586, 1592, - 2.947, + 2.544, 1593, - 3.452, + 6.959, 1594, - 5.825, + 4.888, 1595, - 2.817, + 5.634, 1596, - 1.913, + 1.908, 1597, - 3.452, + 3.263, 1598, - 2.962, + 2.926, 1599, - 1.969, + 2.266, 1600, - 3.452, + 2.146, 1601, - 2.701, + 2.705, 1602, - 2.604, + 3.864, 1603, - 3.166, + 3.279, 1604, - 4.124, + 3.656, 1605, - 3.452, + 3.586, 1606, - 2.182, + 3.315, 1607, - 5.311, + 4.963, 1608, - 2.962, + 5.693, 1609, - 2.14, + 4.963, 1610, - 2.274, + 7.885, 1611, - 2.032, + 4.597, 1612, - 3.157, + 5.152, 1613, - 2.604, + 3.586, 1614, - 2.385, + 7.885, 1615, - 3.452, + 2.926, 1616, - 3.157, + 3.56, 1617, - 2.226, + 2.806, 1618, - 2.909, + 3.077, 1619, - 2.102, + 3.586, 1620, - 4.689 + 7.885, + 1621, + 2.855, + 1622, + 4.937, + 1623, + 2.477, + 1624, + 2.619, + 1625, + 3.892, + 1626, + 6.959, + 1627, + 2.544, + 1628, + 1.486, + 1629, + 2.523, + 1630, + 2.705, + 1631, + 3.493, + 1632, + 2.266, + 1633, + 3.077, + 1634, + 3.586, + 1635, + 3.586, + 1636, + 2.077, + 1637, + 2.313, + 1638, + 2.266, + 1639, + 5.634, + 1640, + 2.806, + 1641, + 3.279, + 1642, + 4.597, + 1643, + 3.586, + 1644, + 3.077, + 1645, + 7.806, + 1646, + 4.834, + 1647, + 3.586, + 1648, + 2.045, + 1649, + 1.884, + 1650, + 3.371, + 1651, + 2.146, + 1652, + 2.806, + 1653, + 3.586, + 1654, + 2.926, + 1655, + 1.884, + 1656, + 7.197, + 1657, + 8.27, + 1658, + 4.937, + 1659, + 3.586, + 1660, + 2.806, + 1661, + 2.823, + 1662, + 2.478, + 1663, + 6.363, + 1664, + 8.57, + 1665, + 8.57, + 1666, + 2.223, + 1667, + 2.705, + 1668, + 9.073, + 1669, + 3.077, + 1670, + 3.586, + 1671, + 3.586, + 1672, + 3.037, + 1673, + 8.57 ] ], [ - "type/manuals/spine", + "type/manuals/extensions-debugging", [ 0, 0.731 ] ], [ - "data/manuals/spine", + "data/manuals/extensions-debugging", [ 0, - 1.217, + 1.205, 1, - 2.541, + 2.517, 2, - 2.515, + 2.491, 3, - 2.607, + 2.583, 4, - 2.607, + 2.583, 5, - 2.621, + 2.596, 6, - 2.621 + 2.596, + 7, + 1.235, + 99, + 0.874, + 629, + 2.959, + 947, + 5.17 ] ], [ - "type/manuals/porting-guidelines", + "type/manuals/render", [ 0, 0.731 ] ], [ - "data/manuals/porting-guidelines", + "data/manuals/render", [ - 0, - 0.328, - 1, - 0.684, - 2, - 1.443, - 3, - 0.702, - 4, - 0.702, - 5, - 0.705, - 6, - 0.705, 7, - 1.511, + 1.535, 8, - 1.208, + 1.189, 9, - 0.987, + 1.442, 10, - 2.103, + 1.961, 11, - 1.057, - 13, - 0.884, - 16, - 1.072, + 1.151, + 12, + 1.45, + 17, + 1.218, 18, - 1.481, - 21, - 1.623, - 22, - 1.911, + 1.131, + 20, + 1.474, 23, - 1.593, - 25, - 4.534, - 26, - 1.78, + 3.782, 28, - 3.644, - 29, - 1.786, + 0.876, 30, - 1.116, - 32, - 1.843, - 33, - 1.434, - 34, - 3.251, + 0.683, 36, - 1.628, - 37, - 1.186, + 1.382, 38, - 1.525, + 0.713, 39, - 2.252, - 41, - 0.777, + 0.671, 42, - 1.059, + 0.929, + 43, + 0.938, + 44, + 0.755, 46, - 1.847, - 48, - 0.744, - 51, - 1.07, - 65, - 2.364, - 67, - 1.997, - 68, - 2.077, + 1.567, + 47, + 3.969, + 52, + 0.874, + 56, + 2.268, + 57, + 1.343, + 58, + 4.017, + 59, + 0.991, + 60, + 0.503, + 63, + 1.54, + 69, + 1.493, + 70, + 0.761, 71, - 1.631, + 2.937, + 72, + 1.057, 73, - 1.165, - 74, - 1.198, + 1.046, 75, - 1.502, + 0.795, 77, - 1.469, - 80, - 1.232, + 1.835, + 79, + 0.954, + 81, + 1.474, + 84, + 1.361, 86, - 1.636, + 0.587, + 88, + 1.69, + 89, + 1.736, + 90, + 1.219, 91, - 1.025, - 92, - 1.526, - 94, - 1.536, + 0.617, + 95, + 2.712, + 96, + 2.334, 97, - 1.359, + 2.955, 99, - 1.27, + 1.034, + 100, + 1.8, 101, - 1.269, + 3.114, 102, - 0.79, + 1.99, + 103, + 0.979, + 104, + 3.776, + 105, + 0.725, + 106, + 1.625, + 107, + 1.592, + 108, + 1.25, + 109, + 1.192, 110, - 0.89, - 111, - 2.224, - 117, - 1.655, - 137, - 1.502, - 138, - 3.152, + 1.255, + 112, + 1.142, + 113, + 1.617, + 116, + 1.991, + 121, + 1.406, + 122, + 2.0, + 124, + 0.788, + 125, + 0.966, + 126, + 1.873, + 128, + 0.895, + 132, + 1.091, + 134, + 2.32, 139, - 2.573, + 1.046, 140, - 1.232, - 141, - 1.142, - 143, - 2.824, - 144, - 4.577, + 0.833, + 142, + 1.521, 146, - 1.755, + 0.885, + 147, + 1.063, 148, - 1.548, + 1.716, 149, - 2.067, + 0.688, 150, - 1.282, - 151, - 1.996, - 152, - 2.402, + 1.295, + 153, + 2.01, 159, - 2.139, + 2.502, 160, - 1.64, - 161, - 1.751, - 162, - 2.044, - 180, - 1.525, - 181, - 2.305, - 190, - 0.76, - 191, - 1.681, - 193, - 0.564, + 2.387, + 165, + 2.467, + 166, + 2.404, + 167, + 2.598, + 168, + 0.949, + 169, + 1.201, + 171, + 0.927, + 174, + 2.086, + 177, + 0.972, + 178, + 3.214, + 185, + 4.054, + 186, + 1.84, + 194, + 1.063, 196, - 2.499, + 1.47, + 197, + 0.621, + 198, + 1.393, + 201, + 1.814, 202, - 2.427, + 1.038, + 207, + 2.138, + 210, + 0.731, + 211, + 0.809, + 212, + 2.712, + 216, + 2.909, 218, - 1.025, - 224, - 0.736, + 1.282, + 226, + 0.884, + 228, + 0.768, + 229, + 1.419, + 230, + 2.563, 234, - 1.734, + 2.425, 237, - 1.529, - 247, - 0.807, - 248, - 2.008, - 256, - 2.166, - 263, - 1.243, - 265, - 1.897, - 267, - 1.244, - 268, - 1.548, + 1.464, + 240, + 2.453, + 241, + 1.095, + 244, + 1.227, + 250, + 0.698, + 254, + 1.19, + 256, + 1.557, + 257, + 2.303, + 260, + 1.433, + 261, + 0.768, + 262, + 1.414, + 263, + 0.54, + 268, + 1.708, + 269, + 2.21, 273, - 1.04, - 277, - 1.497, - 281, - 1.339, + 1.263, + 274, + 3.78, 285, - 1.324, - 290, - 1.984, + 1.423, + 286, + 1.248, + 288, + 0.974, + 289, + 5.908, 291, - 1.526, + 2.462, + 292, + 1.361, 293, - 1.073, - 297, - 1.391, - 298, - 3.117, + 2.485, + 295, + 1.464, 300, - 1.422, - 301, - 2.226, - 302, - 2.491, - 305, - 1.548, - 308, - 1.371, - 313, - 1.387, + 1.001, + 315, + 1.12, 324, - 1.802, - 337, - 2.079, - 339, - 1.667, - 343, - 1.263, - 346, - 2.867, - 350, - 0.89, - 351, - 2.824, - 357, - 1.296, - 364, - 1.081, - 366, - 4.477, - 381, - 1.99, - 384, - 1.136, + 1.031, + 330, + 2.892, + 332, + 1.94, + 333, + 1.817, + 341, + 0.876, + 344, + 1.1, + 345, + 1.54, + 353, + 2.053, + 359, + 0.809, + 368, + 0.514, + 380, + 1.509, + 382, + 0.65, + 387, + 3.435, + 389, + 1.76, + 390, + 0.761, 391, - 1.946, - 393, - 1.811, - 395, - 1.056, - 406, - 1.856, - 407, - 1.646, - 412, - 1.387, - 420, - 1.802, + 1.12, + 392, + 0.633, + 400, + 1.218, + 402, + 1.69, 424, - 1.282, - 427, - 1.296, - 428, - 1.339, - 444, - 1.441, - 450, - 3.972, + 1.363, + 425, + 1.812, + 429, + 5.422, + 433, + 0.737, + 440, + 2.485, + 441, + 0.905, + 452, + 0.525, 454, - 1.108, - 465, - 1.097, - 493, - 0.782, - 506, - 2.017, - 514, - 0.949, - 527, - 1.548, - 553, - 2.496, + 1.265, + 456, + 2.758, + 457, + 0.642, + 459, + 0.841, + 467, + 1.19, + 471, + 1.562, + 472, + 2.357, + 473, + 1.397, + 479, + 0.678, + 489, + 0.841, + 490, + 0.755, + 496, + 0.841, + 499, + 5.492, + 501, + 1.363, + 504, + 0.916, + 509, + 2.206, + 510, + 0.664, + 518, + 2.485, + 521, + 1.48, + 524, + 3.214, + 532, + 3.105, + 546, + 3.462, + 550, + 0.841, + 551, + 1.248, + 552, + 1.521, + 554, + 1.192, + 555, + 2.306, + 556, + 2.395, + 558, + 2.592, + 560, + 2.008, + 561, + 0.573, + 562, + 4.396, + 565, + 1.32, + 566, + 1.652, + 567, + 0.938, 568, - 1.099, + 1.015, 569, - 1.648, + 1.652, + 570, + 1.282, + 571, + 2.32, + 572, + 1.474, 573, - 1.209, + 1.595, + 574, + 2.039, 577, - 1.953, + 0.709, 579, - 2.092, - 580, - 1.296, - 581, - 1.442, - 583, - 0.962, - 587, - 3.488, + 0.905, 590, - 0.884, + 0.749, 594, - 2.342, - 595, - 0.969, - 607, - 1.296, - 611, - 2.53, - 618, - 3.675, - 623, - 1.657, - 624, - 1.339, - 655, - 1.176, - 659, - 1.742, - 660, - 4.343, - 669, - 1.355, - 670, - 2.278, - 678, - 1.387, - 682, - 2.855, - 702, - 2.131, - 704, - 2.614, - 726, - 1.197, - 732, - 3.245, + 2.685, + 596, + 0.987, + 606, + 1.55, + 629, + 1.539, + 631, + 0.895, + 633, + 1.61, + 634, + 0.714, + 636, + 0.693, + 644, + 0.895, + 656, + 1.142, + 675, + 1.218, + 677, + 0.833, + 679, + 1.423, + 683, + 0.768, + 685, + 0.737, + 686, + 0.974, + 691, + 1.301, + 692, + 0.678, + 695, + 0.817, + 701, + 0.949, + 716, + 1.031, + 723, + 2.588, + 735, + 1.524, 738, - 1.548, - 746, - 1.689, - 758, - 1.155, - 776, - 2.947, - 782, - 1.525, + 1.901, + 744, + 2.48, + 752, + 0.833, + 754, + 1.081, + 762, + 2.66, + 765, + 1.113, + 770, + 1.414, + 773, + 1.854, + 786, + 1.046, + 792, + 1.031, 793, - 1.355, - 796, - 1.232, - 802, - 1.339, - 803, - 2.534, - 804, - 5.057, - 811, - 1.126, - 812, - 1.197, - 859, - 1.451, - 860, - 1.025, + 1.478, + 799, + 1.934, + 815, + 1.12, + 823, + 1.19, + 826, + 0.949, + 834, + 2.106, + 854, + 1.001, 866, - 1.145, - 867, - 2.763, - 869, - 1.689, - 880, - 1.897, - 884, - 1.502, - 889, - 1.048, + 1.584, 891, - 1.984, - 916, - 1.724, - 940, - 2.927, - 950, - 2.017, - 958, - 1.232, - 959, - 2.754, + 0.613, + 894, + 3.19, + 898, + 1.509, + 902, + 1.031, + 903, + 2.758, + 907, + 1.19, + 908, + 1.363, + 909, + 1.165, + 911, + 1.001, + 931, + 1.416, + 944, + 1.629, + 953, + 1.652, 960, - 1.296, - 962, - 3.488, - 998, - 1.269, - 1018, - 4.196, - 1021, - 1.548, - 1022, - 2.334, - 1039, - 2.865, + 1.45, + 977, + 0.961, + 978, + 3.409, + 979, + 1.922, + 981, + 1.934, + 983, + 2.048, + 988, + 2.592, + 989, + 2.141, + 990, + 1.19, + 1007, + 0.633, + 1010, + 2.639, + 1014, + 2.741, + 1017, + 2.254, + 1019, + 2.427, + 1025, + 3.19, + 1029, + 0.885, 1042, - 4.426, + 1.19, 1043, - 3.152, + 1.373, + 1044, + 1.32, 1045, - 3.326, - 1065, - 1.657, - 1072, - 1.256, - 1127, - 2.177, - 1160, - 2.664, - 1182, - 2.181, - 1191, - 1.176, - 1200, - 1.244, - 1206, - 1.953, - 1211, - 1.186, - 1219, - 2.395, + 2.801, + 1055, + 2.425, + 1064, + 2.083, + 1079, + 1.54, + 1097, + 1.969, + 1104, + 1.106, + 1109, + 0.876, + 1124, + 1.165, + 1133, + 4.532, + 1140, + 4.083, + 1144, + 1.812, + 1146, + 0.781, + 1153, + 1.998, + 1155, + 3.114, + 1157, + 0.949, + 1158, + 3.567, + 1164, + 2.543, + 1173, + 0.885, + 1188, + 0.885, 1223, - 3.625, - 1234, - 2.793, - 1239, - 3.62, - 1251, - 1.355, - 1255, - 3.476, - 1257, - 2.047, - 1261, - 1.371, - 1284, - 4.346, - 1289, - 2.888, - 1293, - 1.244, - 1348, - 1.423, - 1374, - 1.689, - 1397, - 2.927, - 1398, - 2.181, - 1444, - 1.953, - 1468, - 3.812, - 1469, - 4.459, + 1.218, + 1228, + 1.19, + 1260, + 1.063, + 1264, + 1.19, + 1267, + 1.248, + 1272, + 0.802, + 1273, + 1.063, + 1283, + 0.987, + 1295, + 0.678, + 1296, + 0.673, + 1298, + 1.142, + 1318, + 3.887, + 1322, + 0.927, + 1323, + 1.327, + 1327, + 1.218, + 1332, + 0.731, + 1376, + 1.32, + 1411, + 0.774, + 1452, + 2.485, 1471, - 3.937, - 1506, - 2.017, - 1513, - 4.459, - 1525, - 1.724, - 1529, - 3.245, - 1533, - 2.445, - 1559, - 2.994, - 1578, - 1.6, - 1595, - 2.181, - 1606, - 1.689, + 0.895, + 1479, + 1.063, + 1495, + 1.001, + 1496, + 3.534, + 1502, + 0.927, + 1514, + 1.363, + 1541, + 0.974, + 1544, + 1.12, + 1546, + 0.938, + 1560, + 1.19, + 1588, + 2.855, + 1594, + 2.918, + 1600, + 1.081, + 1602, + 2.507, + 1607, + 3.375, + 1608, + 4.146, 1621, - 3.842, + 2.593, 1622, - 2.177, - 1623, - 4.459, + 2.254, 1624, - 2.445, - 1625, - 2.673, - 1626, - 2.294, + 1.32, 1627, - 2.181, + 1.282, 1628, - 2.673, + 1.316, 1629, - 2.445, - 1630, - 2.673, - 1631, - 2.673, - 1632, - 2.673, - 1633, - 2.673, - 1634, - 2.673, - 1635, - 2.673, - 1636, - 1.405, - 1637, - 3.351, - 1638, - 2.673, - 1639, - 2.673, - 1640, - 1.802, - 1641, - 2.673, - 1642, - 1.657, - 1643, - 2.673, - 1644, - 2.865, - 1645, - 2.445, - 1646, - 2.673, - 1647, - 1.847, - 1648, - 2.294, - 1649, - 4.651, - 1650, - 2.092, - 1651, - 2.673, - 1652, - 2.673, - 1653, - 2.673, - 1654, - 3.351, - 1655, - 2.294, - 1656, - 2.445, - 1657, - 2.673, - 1658, - 2.445, - 1659, - 2.445, - 1660, - 3.778, + 1.423, 1661, - 3.245, - 1662, - 1.232, - 1663, - 2.131, - 1664, - 4.891, - 1665, - 5.358, - 1666, - 2.294, - 1667, - 4.459, - 1668, - 2.673, - 1669, - 1.657, - 1670, - 3.812, - 1671, - 1.897, - 1672, - 5.301, - 1673, - 2.017, + 0.905, 1674, - 4.443, + 5.511, 1675, - 1.761, + 2.758, 1676, - 2.181, + 2.008, 1677, - 2.181, + 1.652, 1678, - 1.048, + 1.652, 1679, - 2.017, + 5.1, 1680, - 2.754, + 1.807, 1681, - 2.092, + 0.774, 1682, - 1.953, + 1.142, 1683, - 2.673, + 1.474, 1684, - 1.761, + 1.046, 1685, - 2.017, + 2.396, 1686, - 2.673, + 1.363, 1687, - 5.7, + 3.613, 1688, - 5.7, + 1.807, 1689, - 4.443, + 1.282, 1690, - 2.673, + 1.218, 1691, - 1.897, + 3.016, 1692, - 2.445, + 1.55, 1693, - 2.573, + 2.141, 1694, - 1.802, + 1.248, 1695, - 1.296, + 4.251, 1696, - 2.092, + 3.115, 1697, - 2.673, + 1.165, 1698, - 2.673, + 2.635, 1699, - 2.181, + 4.755, 1700, - 2.017, + 2.485, 1701, - 2.927, + 4.256, 1702, - 2.445, + 3.177, 1703, - 2.445, + 1.807, 1704, - 2.131, + 1.807, 1705, - 2.235, + 3.177, 1706, - 2.445, + 5.116, 1707, - 4.71, + 3.177, 1708, - 4.891, + 3.177, 1709, - 3.534, + 1.807, 1710, - 1.724, + 5.116, 1711, - 5.64, + 1.807, 1712, - 4.196, + 3.177, 1713, - 2.181, + 0.949, 1714, - 2.294, + 1.32, 1715, - 4.443, + 2.726, 1716, - 2.181, + 3.016, 1717, - 1.897, + 1.414, 1718, - 2.017, + 1.652, 1719, - 2.181, + 1.414, 1720, - 2.181, + 1.414, 1721, - 3.602, + 1.248, 1722, - 1.953, + 1.652, 1723, - 3.245, + 1.807, 1724, - 3.625, + 0.858, 1725, - 3.351, + 2.008, 1726, - 4.443, + 1.807, 1727, - 1.953, + 1.474, 1728, - 2.017, + 2.905, 1729, - 2.445, + 1.807, 1730, - 2.294, + 3.648, 1731, - 2.092, + 1.652, 1732, - 4.443, + 1.807, 1733, - 6.071, + 1.652, 1734, - 6.071, + 1.807, 1735, - 6.071, + 1.807, 1736, - 2.181, + 1.652, 1737, - 2.181, + 1.807, 1738, - 2.673, + 1.807, 1739, - 2.294, + 2.905, 1740, - 2.445, + 1.807, 1741, - 2.445, + 2.726, 1742, - 1.724, + 1.807, 1743, - 2.017, + 2.905, 1744, - 2.673, + 3.177, 1745, - 1.724, + 3.177, 1746, - 4.443, + 5.511, 1747, - 2.181, + 3.177, 1748, - 2.181, + 4.678, 1749, - 1.953, + 5.654, 1750, - 1.847, + 1.807, 1751, - 2.181, + 5.329, 1752, - 2.017, + 5.116, 1753, - 1.953, + 1.807, 1754, - 2.445, + 1.807, 1755, - 3.812, + 1.807, 1756, - 2.705, + 2.726, 1757, - 4.443, + 1.807, 1758, - 2.364, + 1.807, 1759, - 2.445, + 1.807, 1760, - 2.673, + 1.807, 1761, - 2.534, + 3.177, 1762, - 1.548, + 1.807, 1763, - 2.017, + 1.32, 1764, - 1.548, + 1.55, 1765, - 1.953, + 1.474, 1766, - 2.181, + 2.905, 1767, - 2.445, + 1.063, 1768, - 2.673, + 1.55, 1769, - 2.673, + 0.833, 1770, - 2.181, + 1.1, 1771, - 2.673, + 1.807, 1772, - 2.673, + 2.726, 1773, - 2.445, + 2.801, 1774, - 4.966, + 0.916, 1775, - 1.847, + 5.116, 1776, - 1.405, + 3.177, 1777, - 3.47, + 2.905, 1778, - 1.847, + 4.251, 1779, - 1.953, + 3.648, 1780, - 1.481, + 3.177, 1781, - 2.181, + 1.55, 1782, - 2.017, + 1.807, 1783, - 2.092, + 1.807, 1784, - 1.244, + 1.807, 1785, - 1.847, + 1.807, 1786, - 1.802 - ] - ], - [ - "type/manuals/live-update", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/live-update", - [ - 0, - 0.43, - 1, - 0.897, - 2, - 0.888, - 3, - 0.921, - 4, - 0.921, - 5, - 0.926, - 6, - 0.926, - 7, - 1.522, - 8, - 1.207, - 9, - 0.961, - 10, - 1.722, - 11, - 1.055, - 13, - 1.831, - 16, - 0.965, - 18, - 1.943, - 21, - 0.716, - 22, - 2.219, - 23, - 1.197, - 24, - 2.527, - 26, - 0.94, - 29, - 0.788, - 30, - 1.135, - 32, - 1.715, - 33, - 1.421, - 36, - 3.371, - 41, - 1.994, - 42, - 0.836, - 44, - 1.408, - 46, - 2.625, - 48, - 2.167, - 51, - 1.889, - 52, - 2.283, - 54, - 1.571, - 59, - 1.49, - 60, - 2.257, - 62, - 1.632, - 63, - 1.683, - 68, - 1.924, - 70, - 1.905, - 71, - 2.006, - 73, - 1.529, - 74, - 1.219, - 77, - 1.104, - 80, - 1.616, - 86, - 1.613, - 97, - 1.694, - 101, - 4.278, - 106, - 1.386, - 110, - 1.167, - 111, - 1.175, - 137, - 1.262, - 139, - 2.031, - 141, - 1.561, - 144, - 2.873, - 146, - 2.188, - 149, - 2.425, - 151, - 1.257, - 152, - 1.868, - 158, - 1.19, - 159, - 2.574, - 160, - 1.614, - 161, - 1.546, - 178, - 3.313, - 181, - 1.419, - 190, - 1.95, - 191, - 0.888, - 193, - 1.448, - 196, - 1.19, - 217, - 1.408, - 224, - 0.966, - 237, - 2.075, - 247, - 1.415, - 248, - 1.586, - 256, - 1.628, - 263, - 2.99, - 273, - 1.365, - 275, - 2.064, - 277, - 1.182, - 282, - 1.843, - 291, - 1.205, - 294, - 1.543, - 297, - 2.656, - 300, - 1.816, - 301, - 1.757, - 302, - 2.077, - 303, - 2.313, - 316, - 1.665, - 318, - 3.457, - 324, - 4.623, - 328, - 1.649, - 339, - 1.316, - 349, - 1.866, - 364, - 1.419, - 369, - 1.112, - 384, - 1.49, - 391, - 3.221, - 393, - 1.43, - 394, - 2.743, - 395, - 1.386, - 406, - 2.313, - 407, - 0.726, - 412, - 1.82, - 416, - 1.7, - 420, - 2.364, - 422, - 2.503, - 423, - 3.313, - 425, - 3.56, - 426, - 3.698, - 428, - 3.902, - 432, - 1.7, - 434, - 4.519, - 441, - 1.221, - 448, - 2.064, - 449, - 2.217, - 454, - 2.294, - 460, - 2.372, - 465, - 1.367, - 473, - 1.738, - 478, - 1.465, - 480, - 2.364, - 495, - 2.001, - 496, - 1.866, - 509, - 1.971, - 521, - 2.171, - 547, - 1.043, - 548, - 3.426, - 549, - 2.311, - 550, - 2.423, - 554, - 1.16, - 557, - 6.952, - 567, - 6.462, - 568, - 4.456, - 587, - 1.843, - 590, - 1.831, - 607, - 1.7, - 611, - 4.467, - 623, - 3.432, - 633, - 1.213, - 634, - 2.099, - 636, - 3.733, - 645, - 1.866, - 654, - 2.204, - 655, - 2.435, - 659, - 1.375, - 662, - 4.334, - 664, - 1.49, - 668, - 4.332, - 670, - 1.799, - 680, - 1.386, - 700, - 4.797, - 701, - 3.313, - 702, - 3.736, - 710, - 1.271, - 758, - 1.516, - 767, - 1.916, - 782, - 2.001, - 790, - 2.099, - 792, - 1.289, - 796, - 2.551, - 802, - 2.774, - 812, - 1.571, - 858, - 1.112, - 866, - 3.337, - 868, - 2.423, - 889, - 1.375, - 903, - 2.909, - 928, - 3.499, - 939, - 2.946, - 952, - 4.332, - 960, - 1.7, - 969, - 1.683, - 996, - 2.001, - 1011, - 4.593, - 1045, - 1.757, - 1050, - 2.262, - 1096, - 3.067, - 1145, - 1.683, - 1156, - 3.101, - 1162, - 2.646, - 1191, - 2.435, - 1222, - 1.571, - 1234, - 2.713, - 1284, - 1.665, - 1289, - 5.222, - 1330, - 4.519, - 1350, - 2.364, - 1359, - 2.001, - 1367, - 3.158, - 1369, - 1.683, - 1396, - 3.208, - 1404, - 3.57, - 1464, - 2.262, - 1500, - 2.839, - 1510, - 1.891, - 1516, - 1.229, - 1518, - 2.423, - 1551, - 2.646, - 1578, - 3.313, - 1586, - 1.683, - 1604, - 2.646, - 1610, - 2.311, - 1619, - 2.135, - 1661, - 2.562, - 1667, - 2.744, - 1669, - 2.175, - 1672, - 3.207, - 1701, - 4.519, - 1705, - 1.375, - 1723, - 2.562, - 1752, - 2.646, - 1764, - 2.031, + 1.807, 1787, - 5.537, + 1.807, 1788, - 3.647, + 1.55, 1789, - 2.364, + 1.807, 1790, - 3.508, + 2.254, 1791, - 3.508, + 1.55, 1792, - 5.537, + 1.652, 1793, - 2.646, + 1.165, 1794, - 2.175, + 1.807, 1795, - 1.82, + 3.177, 1796, - 3.208, + 1.652, 1797, - 2.099, + 1.165, 1798, - 2.099, + 4.251, 1799, - 4.377, + 2.905, 1800, - 3.01, + 1.807, 1801, - 3.508, + 1.652, 1802, - 3.01, + 1.652, 1803, - 2.217, + 2.195, 1804, - 2.646, + 1.524, 1805, - 2.985, + 1.652, 1806, - 7.457, + 1.248, 1807, - 5.597, + 0.867, 1808, - 5.597, + 2.726, 1809, - 3.01, + 1.807, 1810, - 5.063, + 1.807, 1811, - 2.175, + 1.32, 1812, - 2.562, + 1.248, 1813, - 2.646, + 1.282, 1814, - 1.665, + 2.313, 1815, - 2.364, + 1.414, 1816, - 2.262, + 1.807, 1817, - 2.744, + 1.474, 1818, - 3.01, + 1.55, 1819, - 6.684, + 1.414, 1820, - 2.311, + 1.55, 1821, - 1.557, + 3.326, 1822, - 1.298, + 2.396, 1823, - 2.646, + 1.1, 1824, - 5.597, + 4.251, 1825, - 3.208, + 1.474, 1826, - 5.537, + 1.807, 1827, - 3.508, + 1.807, 1828, - 2.744, + 3.177, 1829, - 2.562, + 1.55, 1830, - 3.508, + 2.726, 1831, - 3.208, + 1.807, 1832, - 3.508, + 1.652, 1833, - 3.508, + 2.905, 1834, - 3.208, + 1.807, 1835, - 2.099, + 1.652, 1836, - 3.508, + 1.807, 1837, - 2.862, + 1.807, 1838, - 2.862, + 1.474, 1839, - 2.099, + 1.282, 1840, - 3.508, + 1.031, 1841, - 3.508, + 1.046, 1842, - 4.177, + 1.652, 1843, - 2.175, + 1.652, 1844, - 1.943, + 2.726, 1845, - 2.175, + 1.807, 1846, - 3.508, + 1.807, 1847, - 3.208, + 1.32, 1848, - 3.508, + 1.142, 1849, - 2.423, + 3.177, 1850, - 3.313, + 3.177, 1851, - 2.862, + 3.177, 1852, - 2.488, + 1.652, 1853, - 2.311, + 1.652, 1854, - 1.799, + 2.905, 1855, - 2.646, + 1.807, 1856, - 3.01, + 1.807, 1857, - 3.508, + 2.396, 1858, - 3.208, + 1.19, 1859, - 3.508, + 1.55, 1860, - 3.508, + 1.652, 1861, - 3.508 + 1.807, + 1862, + 1.474, + 1863, + 1.414, + 1864, + 1.19, + 1865, + 1.652, + 1866, + 1.031, + 1867, + 1.474, + 1868, + 1.165, + 1869, + 1.19, + 1870, + 1.474, + 1871, + 2.061, + 1872, + 1.934, + 1873, + 1.55, + 1874, + 1.063, + 1875, + 1.282, + 1876, + 2.592, + 1877, + 1.474, + 1878, + 2.008, + 1879, + 0.916, + 1880, + 1.807, + 1881, + 1.652, + 1882, + 0.802, + 1883, + 1.474, + 1884, + 0.768 ] ], [ - "type/manuals/extensions-script-api", + "type/manuals/physics-groups", [ 0, 0.731 ] ], [ - "data/manuals/extensions-script-api", + "data/manuals/physics-groups", [ 0, - 0.914, + 1.104, 1, - 1.908, + 2.304, 2, - 1.888, + 2.281, 3, - 1.958, + 2.365, 4, - 1.958, + 2.365, 5, - 1.968, + 2.377, 6, - 1.968, + 2.377, 7, - 1.505, - 8, - 1.549, - 9, - 0.808, - 16, - 0.673, + 1.43, + 11, + 3.264, 18, - 5.27, - 21, - 2.139, - 30, - 1.082, - 32, - 1.419, - 33, - 1.466, - 35, - 2.217, - 41, - 2.168, + 0.964, + 38, + 1.0, 46, - 2.075, - 71, - 1.952, - 74, - 0.828, + 1.285, + 59, + 0.813, 99, - 2.995, - 135, - 3.569, - 137, - 1.11, - 161, - 1.48, - 186, - 3.299, - 193, - 2.008, - 198, - 4.013, - 302, - 2.798, - 313, - 3.87, - 337, - 4.025, - 347, - 4.563, - 407, - 1.544, - 434, - 4.913, - 478, - 3.115, - 492, - 3.04, - 569, - 2.156, - 590, - 4.085, - 693, - 3.615, - 756, - 5.19, - 859, - 3.422, - 1054, - 4.319, - 1105, - 6.399, - 1129, - 3.223, - 1211, - 4.649, - 1569, - 2.63, - 1663, - 3.577, - 1764, - 4.319, - 1862, - 5.447, - 1863, - 6.819, - 1864, - 9.665, - 1865, - 6.601, - 1866, - 9.047, - 1867, - 6.858, - 1868, - 4.191, - 1869, - 3.403 + 0.949, + 102, + 2.316, + 103, + 2.074, + 106, + 1.614, + 111, + 3.763, + 126, + 1.788, + 148, + 2.192, + 169, + 1.34, + 200, + 5.484, + 269, + 2.044, + 426, + 6.58, + 552, + 2.678, + 568, + 5.062, + 587, + 6.072, + 750, + 4.367, + 944, + 4.619, + 962, + 4.234, + 1002, + 4.463, + 1007, + 3.156, + 1378, + 5.484, + 1455, + 6.391, + 1681, + 3.859, + 1885, + 5.217, + 1886, + 6.796, + 1887, + 8.237, + 1888, + 7.35, + 1889, + 6.506, + 1890, + 5.217, + 1891, + 8.237, + 1892, + 6.796, + 1893, + 5.39 ] ], [ - "type/manuals/physics-objects", + "type/manuals/input-key-and-text", [ 0, 0.731 ] ], [ - "data/manuals/physics-objects", + "data/manuals/input-key-and-text", [ + 0, + 0.7, + 1, + 1.462, + 2, + 1.447, + 3, + 1.5, + 4, + 1.5, + 5, + 1.508, + 6, + 1.508, 7, - 1.551, - 8, - 1.395, + 1.508, 9, - 0.926, + 1.939, 10, - 1.317, + 1.982, 11, - 0.916, - 16, - 1.018, - 21, - 1.902, - 22, - 2.34, - 23, - 2.23, - 26, - 1.334, - 30, - 1.132, - 32, - 1.374, - 33, - 1.449, - 35, - 2.77, - 41, - 1.447, - 42, - 1.72, - 44, - 2.896, - 50, - 3.702, - 51, - 1.856, + 2.071, + 18, + 1.122, + 20, + 1.435, + 36, + 1.977, + 38, + 0.885, + 39, + 1.206, + 46, + 0.815, + 56, + 2.224, + 57, + 1.417, 59, - 3.066, - 68, - 1.638, - 71, - 1.911, - 74, - 1.098, - 77, - 0.992, - 86, - 1.03, + 0.827, + 62, + 1.89, + 63, + 2.771, + 69, + 2.686, + 79, + 0.886, + 84, + 2.448, 87, - 2.062, - 97, - 2.208, - 119, - 2.302, - 121, - 2.041, - 137, - 1.386, - 141, - 1.446, - 151, - 0.912, - 152, - 1.966, - 159, - 3.187, + 3.612, + 90, + 1.362, + 95, + 4.614, + 99, + 1.043, + 102, + 2.357, + 103, + 1.316, + 106, + 1.427, + 107, + 1.088, + 111, + 2.387, + 122, + 2.48, + 126, + 1.134, + 148, + 1.881, + 153, + 1.807, 160, - 0.891, - 161, - 1.686, - 162, - 1.856, - 163, - 5.43, - 164, - 2.719, - 166, - 2.529, + 2.355, + 165, + 2.277, + 167, + 3.221, + 169, + 1.185, 172, - 3.163, - 179, - 2.465, - 186, - 2.158, - 190, - 2.053, - 191, - 1.827, - 193, - 1.05, - 195, - 3.891, - 198, - 1.626, - 228, - 3.326, - 234, - 2.196, - 237, - 1.662, + 4.586, + 178, + 3.884, + 194, + 1.043, + 197, + 1.964, + 202, + 2.602, + 207, + 3.3, + 211, + 3.567, + 216, + 4.84, + 238, + 3.212, + 247, + 3.28, 256, - 1.463, - 271, - 3.499, - 273, - 1.937, - 277, - 2.433, - 290, - 2.512, - 294, - 2.189, - 300, - 1.546, - 304, - 3.754, - 305, - 2.882, - 311, - 5.171, - 319, - 4.18, - 320, - 2.132, - 336, - 2.271, - 343, - 1.415, - 350, - 1.656, - 351, - 2.465, - 367, - 2.978, - 369, - 2.953, - 384, - 3.066, - 386, - 4.519, - 407, - 1.031, - 465, - 2.096, - 478, - 3.015, - 481, - 1.867, - 501, - 3.085, - 512, - 2.929, - 514, - 3.308, - 527, - 2.882, - 554, - 1.646, + 1.284, + 266, + 4.627, + 268, + 2.025, + 269, + 1.297, + 295, + 4.224, + 332, + 1.902, + 334, + 3.166, + 358, + 4.224, + 368, + 1.625, + 382, + 2.057, + 392, + 2.002, + 432, + 4.055, + 521, + 1.989, + 524, + 2.667, + 526, + 3.765, + 555, + 1.79, + 561, + 1.811, + 574, + 2.742, + 579, + 4.593, + 582, + 3.479, 590, - 2.809, - 594, - 2.045, - 624, - 2.493, - 640, - 2.293, - 649, - 3.894, - 666, - 1.951, - 677, - 3.537, - 678, - 3.746, - 687, - 3.438, - 710, - 1.803, - 775, - 2.882, - 808, - 1.767, - 811, - 2.096, - 836, - 4.056, - 849, - 3.145, - 858, - 1.577, - 860, - 2.768, - 865, - 3.209, - 889, - 1.951, - 948, - 3.738, - 998, - 2.363, - 1045, - 2.493, - 1085, - 3.531, - 1253, - 3.841, - 1516, - 2.976, - 1647, - 3.438, - 1649, - 4.061, - 1710, - 3.209, - 1742, - 3.209, - 1775, - 3.438, - 1779, - 3.635, - 1793, - 3.754, - 1821, - 2.209, - 1822, - 2.67, - 1870, - 3.354, - 1871, - 7.782, - 1872, - 3.531, - 1873, - 4.977, - 1874, - 5.89, - 1875, - 5.647, - 1876, - 3.085, - 1877, - 4.061, - 1878, - 4.977, - 1879, - 4.551, - 1880, - 4.061, - 1881, - 4.977, - 1882, - 3.145, - 1883, - 6.203, + 2.368, + 595, + 3.081, + 600, + 2.742, + 691, + 1.749, + 750, + 4.444, + 828, + 5.394, + 829, + 4.664, + 852, + 6.85, + 878, + 5.136, + 915, + 3.802, + 941, + 3.123, + 972, + 5.136, + 982, + 3.42, + 1009, + 7.468, + 1019, + 3.01, + 1034, + 2.192, + 1136, + 3.543, + 1193, + 3.42, + 1279, + 7.028, + 1295, + 2.144, + 1301, + 4.055, + 1332, + 2.311, + 1364, + 3.363, + 1464, + 6.834, + 1465, + 2.016, + 1560, + 3.765, + 1588, + 3.903, + 1611, + 4.664, + 1689, + 5.65, + 1803, + 3.948, 1884, - 4.27, - 1885, - 4.551, - 1886, - 4.977, - 1887, - 3.03, - 1888, - 4.977, - 1889, - 5.974, - 1890, - 9.327, - 1891, - 6.194, - 1892, - 4.654, - 1893, - 3.754, + 3.383, 1894, - 3.438, + 6.532, 1895, - 2.929, + 3.612, 1896, - 4.977, + 3.852, 1897, - 4.061, + 4.471, 1898, - 2.919, + 5.715, 1899, - 3.531, + 5.226, 1900, - 4.977, + 5.715, 1901, - 4.061, + 3.31, 1902, - 3.891, + 5.247, 1903, - 4.977, + 7.242, 1904, - 4.977, + 4.471, 1905, - 3.894, + 4.904, 1906, - 4.061, + 6.85, 1907, - 3.438, + 4.664, 1908, - 8.071, + 2.584, 1909, - 3.894, + 6.834, 1910, - 4.977, + 4.904, 1911, - 3.531, + 2.931, 1912, - 4.061, + 4.312, 1913, - 4.27, + 5.226, 1914, - 5.272, + 5.226, 1915, - 3.354, + 5.715, 1916, - 4.27, + 4.904, 1917, - 3.754, + 5.715, 1918, - 4.977, + 5.226, 1919, - 3.438, + 5.715, 1920, - 4.773, + 2.659, 1921, - 3.894, + 5.715, 1922, - 3.279, + 5.715, 1923, - 3.635, + 5.226, 1924, - 5.272, + 5.715, 1925, - 4.977, + 4.664, 1926, - 5.445, + 5.247, 1927, - 4.27, + 4.904, 1928, - 3.354, + 3.081, 1929, - 2.465, + 3.041, 1930, - 2.583, + 4.312, 1931, - 4.551, + 3.081 + ] + ], + [ + "type/manuals/debugging", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/debugging", + [ + 0, + 1.094, + 1, + 2.284, + 2, + 2.261, + 3, + 2.344, + 4, + 2.344, + 5, + 2.356, + 6, + 2.356, + 7, + 1.506, + 18, + 1.025, + 20, + 1.187, + 36, + 1.781, + 38, + 0.992, + 42, + 1.622, + 46, + 1.274, + 57, + 1.143, + 79, + 0.759, + 103, + 2.056, + 106, + 1.6, + 107, + 1.699, + 108, + 2.626, + 148, + 1.832, + 194, + 1.63, + 198, + 2.432, + 552, + 2.655, + 554, + 3.989, + 608, + 4.424, + 629, + 3.197, + 697, + 8.167, + 705, + 5.884, + 758, + 3.964, + 947, + 5.586, + 1304, + 5.255, + 1457, + 6.256, + 1495, + 4.947, 1932, - 4.551, + 5.884, 1933, - 4.551, + 4.752, 1934, - 4.551, + 6.987, 1935, - 5.89, + 7.663, 1936, - 3.354 + 4.947, + 1937, + 6.987, + 1938, + 7.287, + 1939, + 6.523, + 1940, + 8.931, + 1941, + 6.987 ] ], [ - "type/manuals/texture-profiles", + "type/manuals/script", [ 0, 0.731 ] ], [ - "data/manuals/texture-profiles", + "data/manuals/script", [ 7, - 1.618, - 23, - 1.914, - 30, - 1.021, - 141, - 1.774, - 191, - 2.242, - 285, - 4.387, - 288, - 3.446, - 742, - 5.298, - 977, - 5.86, + 1.47, + 10, + 1.642, + 18, + 1.086, + 20, + 1.279, + 36, + 1.514, + 39, + 1.603, + 42, + 1.748, + 49, + 3.328, + 55, + 3.643, + 56, + 2.955, + 57, + 1.352, + 59, + 1.002, + 65, + 5.003, + 77, + 1.573, + 79, + 0.944, + 97, + 2.782, + 99, + 1.04, + 106, + 1.36, + 107, + 1.831, + 108, + 2.232, + 109, + 2.849, + 113, + 1.521, + 121, + 2.512, + 153, + 1.723, + 160, + 3.123, + 165, + 2.752, + 169, + 1.13, + 228, + 3.225, + 229, + 1.764, + 238, + 4.267, + 256, + 2.374, + 268, + 1.965, + 313, + 3.773, + 315, + 4.708, + 380, + 2.696, + 382, + 2.733, + 390, + 3.198, + 454, + 3.024, + 471, + 2.035, + 497, + 3.894, + 521, + 2.643, + 524, + 3.223, + 552, + 2.258, + 554, + 2.849, + 561, + 2.407, + 602, + 3.071, + 614, + 2.978, + 629, + 2.284, + 648, + 3.681, + 683, + 3.225, + 695, + 3.433, + 744, + 4.665, + 754, + 4.543, + 947, + 3.99, + 948, + 3.0, + 973, + 5.728, + 1010, + 3.12, + 1034, + 2.912, + 1067, + 2.481, + 1104, + 2.643, + 1105, + 5.003, 1127, - 4.339, - 1259, - 6.68, - 1423, - 4.712, - 1520, - 6.44, - 1579, - 6.558, - 1584, - 6.468, - 1765, - 7.726, - 1937, - 8.855, - 1938, - 8.855, - 1939, - 8.855, - 1940, - 8.855, - 1941, - 8.855, + 5.546, + 1152, + 5.546, + 1221, + 3.762, + 1393, + 5.941, + 1473, + 5.387, + 1651, + 4.543, + 1713, + 3.99, + 1885, + 4.398, + 1890, + 4.398, + 1911, + 3.894, + 1935, + 6.516, 1942, - 8.855, + 4.267, 1943, - 8.855, + 6.944, 1944, - 8.855, + 7.594, 1945, - 8.855, + 7.594, 1946, - 6.68, + 5.546, 1947, - 8.097 + 7.594, + 1948, + 4.041, + 1949, + 5.728, + 1950, + 6.944, + 1951, + 7.594, + 1952, + 8.8, + 1953, + 6.944, + 1954, + 7.594, + 1955, + 5.387, + 1956, + 6.944, + 1957, + 6.196, + 1958, + 9.623, + 1959, + 7.594, + 1960, + 6.944, + 1961, + 4.623, + 1962, + 5.546, + 1963, + 7.594 ] ], [ - "type/manuals/websocket-connections", + "type/manuals/gui-box", [ 0, 0.731 ] ], [ - "data/manuals/websocket-connections", + "data/manuals/gui-box", [ 0, - 1.214, + 0.951, 1, - 2.535, + 1.986, 2, - 2.509, + 1.966, 3, - 2.601, + 2.038, 4, - 2.601, + 2.038, 5, - 2.615, + 2.049, 6, - 2.615, + 2.049, 7, - 1.244 + 1.478, + 10, + 2.11, + 18, + 1.109, + 20, + 1.297, + 36, + 2.128, + 57, + 1.248, + 58, + 5.539, + 59, + 0.701, + 79, + 0.829, + 81, + 6.335, + 86, + 2.521, + 90, + 2.326, + 95, + 3.613, + 99, + 1.046, + 105, + 3.115, + 106, + 1.748, + 113, + 1.556, + 125, + 2.362, + 140, + 3.577, + 142, + 2.308, + 148, + 2.002, + 153, + 1.762, + 168, + 5.127, + 185, + 4.586, + 196, + 2.685, + 212, + 4.966, + 237, + 5.159, + 268, + 1.993, + 269, + 1.762, + 273, + 1.916, + 274, + 4.569, + 289, + 4.645, + 290, + 3.022, + 291, + 4.496, + 298, + 4.906, + 320, + 4.645, + 325, + 5.857, + 330, + 3.57, + 332, + 2.584, + 345, + 3.764, + 452, + 3.103, + 459, + 4.541, + 467, + 5.115, + 473, + 3.415, + 497, + 3.981, + 506, + 4.727, + 536, + 5.115, + 541, + 4.131, + 546, + 4.185, + 551, + 5.363, + 562, + 5.857, + 629, + 2.335, + 636, + 2.977, + 683, + 3.298, + 692, + 4.005, + 891, + 2.633, + 943, + 5.363, + 947, + 4.079, + 958, + 5.671, + 959, + 5.193, + 1131, + 3.846, + 1137, + 4.645, + 1151, + 6.662, + 1228, + 7.031, + 1253, + 4.363, + 1822, + 5.857, + 1964, + 7.1, + 1965, + 7.1 ] ], [ - "type/manuals/input", + "type/manuals/editor-preferences", [ 0, 0.731 ] ], [ - "data/manuals/input", + "data/manuals/editor-preferences", [ 0, - 0.281, + 0.487, 1, - 0.586, + 1.017, 2, - 0.58, + 1.007, 3, - 0.602, + 1.044, 4, - 0.602, + 1.044, 5, - 0.605, + 1.049, 6, - 0.605, + 1.049, 7, - 1.528, + 1.561, 8, - 1.331, - 9, - 0.959, - 10, - 1.822, - 11, - 1.053, + 3.121, 12, - 3.546, - 13, - 0.758, - 16, - 1.024, + 1.815, + 18, + 1.129, 20, - 4.91, - 21, - 1.966, - 22, - 1.778, - 23, - 2.036, - 25, - 2.226, - 26, - 0.614, - 28, - 0.814, - 29, - 1.145, - 30, - 1.136, - 31, - 3.343, - 32, - 1.284, - 33, - 1.398, - 37, - 5.499, + 1.355, + 36, + 0.793, + 38, + 1.133, 39, - 2.377, - 41, - 1.135, + 0.84, 42, - 0.546, + 1.35, 46, - 1.878, - 47, - 2.8, - 48, - 1.674, + 1.549, 49, - 0.819, - 51, - 1.266, + 3.937, 52, - 0.763, - 59, - 0.973, - 60, - 0.934, - 62, + 1.095, + 55, + 1.908, + 57, 1.066, - 63, - 1.099, - 67, - 1.367, - 68, - 1.873, - 70, - 0.877, - 71, - 1.766, - 72, - 0.906, - 74, - 0.87, + 59, + 0.98, + 76, + 3.249, 77, - 1.563, - 80, - 1.798, - 83, - 2.147, + 1.264, + 78, + 2.71, + 79, + 0.907, + 85, + 3.653, 86, - 1.529, - 87, - 0.949, + 2.413, + 90, + 1.771, 91, - 0.879, - 94, - 1.35, + 2.537, 97, - 0.701, + 1.765, 99, - 2.241, + 1.083, + 100, + 1.564, 102, - 2.317, + 1.911, 103, - 1.327, - 104, - 2.97, - 105, - 2.335, + 2.185, 106, - 2.666, + 0.712, 107, - 1.327, + 1.414, 108, - 2.55, + 1.795, + 109, + 1.492, 110, - 2.747, - 111, - 2.459, - 112, - 1.448, + 1.571, 113, - 3.964, + 1.223, + 116, + 1.548, 117, - 3.509, - 121, - 0.648, - 123, - 0.83, + 2.34, 125, - 0.927, - 127, - 0.957, - 135, - 1.912, - 137, - 0.758, - 138, - 4.269, - 141, - 1.471, - 147, - 2.968, - 149, - 2.101, + 1.21, + 126, + 1.962, + 128, + 1.97, + 142, + 1.815, + 148, + 1.253, 150, - 3.237, - 151, - 1.83, - 152, - 1.639, + 1.546, 153, - 2.631, - 158, - 2.041, + 2.154, 159, - 1.464, - 160, - 1.758, - 161, - 1.77, - 162, - 0.589, - 166, - 0.803, + 3.593, + 169, + 0.908, 172, - 2.284, - 173, - 1.969, - 180, - 2.226, - 181, - 1.578, - 182, - 2.045, - 184, - 1.748, - 186, - 1.167, - 190, - 1.711, - 193, - 0.484, + 1.749, + 185, + 1.869, + 194, + 1.114, 196, - 1.729, + 2.111, + 197, + 2.098, 198, - 1.275, - 210, - 1.056, - 219, - 1.161, - 224, - 1.858, - 234, - 1.55, - 237, - 0.899, - 244, - 1.204, + 2.024, + 201, + 2.35, + 229, + 1.87, + 231, + 2.788, + 236, + 3.059, + 241, + 1.307, 247, - 0.709, - 248, - 1.036, + 1.315, + 253, + 1.993, 256, - 1.147, - 261, - 1.189, - 263, - 2.408, - 264, - 1.764, - 267, - 1.066, + 2.133, + 260, + 1.34, + 268, + 1.938, + 269, + 2.154, + 271, + 3.168, 273, - 1.984, - 278, - 2.247, - 290, - 1.358, - 291, - 1.341, - 293, - 2.045, - 294, - 1.716, - 295, - 1.135, - 297, - 1.885, - 298, - 0.899, - 300, - 0.491, - 303, - 0.957, - 308, - 1.175, - 316, - 2.208, + 0.982, + 285, + 4.568, + 313, + 3.999, 317, - 1.464, - 337, - 0.836, - 338, - 2.001, - 343, - 1.449, - 347, - 2.886, - 349, - 1.219, - 350, - 1.299, - 356, - 1.478, - 362, - 3.629, - 364, - 0.927, - 369, - 2.986, - 373, - 1.219, - 381, - 3.023, - 384, - 0.973, - 386, - 1.219, - 391, - 1.74, - 394, - 1.135, - 395, - 1.542, - 402, - 0.99, - 407, - 1.398, - 424, - 1.099, - 428, - 1.955, - 430, - 1.066, - 432, - 2.471, - 435, - 1.545, - 437, - 0.99, - 440, - 2.497, - 441, - 2.094, - 446, - 1.349, - 448, - 1.349, - 465, - 0.566, - 466, - 0.885, - 469, - 0.879, - 478, - 0.957, - 491, - 1.63, - 492, - 1.591, - 502, - 1.099, - 504, - 1.307, - 514, - 0.814, - 525, - 1.454, - 527, - 1.327, + 2.34, + 345, + 1.928, + 368, + 1.736, + 380, + 2.168, + 401, + 3.112, + 411, + 2.064, + 419, + 2.513, + 452, + 1.775, + 471, + 1.992, + 496, + 1.851, 533, - 2.748, - 538, - 1.027, - 547, - 1.16, - 548, - 1.008, - 554, - 1.291, - 569, - 2.489, - 573, - 2.304, - 581, - 1.267, - 583, - 1.834, - 590, - 1.686, - 594, - 1.604, - 624, - 1.148, - 628, - 6.631, + 2.203, + 552, + 1.183, + 553, + 1.422, + 561, + 1.261, + 596, + 2.173, + 629, + 1.196, 633, - 0.793, - 634, - 1.371, - 636, - 2.493, - 640, - 1.056, - 654, - 0.913, - 662, - 4.265, - 666, - 1.53, - 669, - 3.42, - 680, - 0.906, - 682, - 1.148, - 684, - 1.87, - 697, - 1.899, - 710, - 0.83, - 714, - 0.906, - 735, - 1.349, - 754, - 1.672, - 759, + 2.016, + 642, + 3.094, + 646, + 4.81, + 657, + 3.413, + 659, + 3.482, + 678, + 5.619, + 691, + 2.274, + 703, + 2.394, + 704, + 4.792, + 711, + 4.446, + 712, + 2.681, + 713, + 2.116, + 749, + 3.336, + 765, + 1.393, + 771, + 5.192, + 773, + 1.441, + 774, 1.798, - 775, - 2.26, - 776, - 1.017, - 783, - 1.235, - 790, - 1.371, - 792, - 0.842, - 796, - 1.056, - 802, - 1.148, + 793, + 4.417, 808, - 1.386, - 816, - 1.448, + 3.249, + 809, + 2.235, + 811, + 1.97, 824, - 1.111, - 826, - 1.111, - 827, - 1.486, - 858, - 0.726, - 862, - 1.161, - 865, - 1.478, - 892, - 3.485, - 897, - 1.583, - 901, - 1.189, - 919, - 1.933, - 944, - 2.26, - 949, - 1.327, - 950, - 1.729, - 956, - 5.791, - 958, - 1.056, - 968, - 1.933, - 998, - 1.088, - 1009, - 1.349, - 1044, - 1.056, - 1072, - 3.172, - 1078, - 0.957, - 1082, + 4.777, + 828, + 2.34, + 834, + 3.025, + 845, + 4.115, + 849, + 2.71, + 857, + 2.268, + 880, + 1.928, + 894, + 3.553, + 895, + 3.999, + 911, + 2.203, + 914, + 1.661, + 918, + 1.908, + 923, + 1.949, + 924, 4.269, + 941, + 1.56, + 977, + 3.249, + 994, + 4.331, + 996, + 3.094, + 1061, + 2.62, + 1066, + 1.56, + 1079, + 1.928, + 1100, + 4.777, 1104, - 2.553, - 1153, - 1.395, - 1156, - 1.036, - 1211, - 2.262, - 1219, - 1.235, - 1222, - 2.695, - 1223, - 1.87, - 1233, - 1.235, - 1234, - 1.912, - 1236, - 1.448, - 1244, - 1.123, - 1261, - 2.613, - 1293, - 2.372, - 1340, - 1.349, - 1369, - 1.099, + 3.304, + 1213, + 3.0, + 1275, + 4.331, + 1283, + 3.336, + 1307, + 2.466, + 1326, + 2.421, + 1343, + 2.203, + 1375, + 2.905, 1387, - 1.87, - 1421, - 1.175, - 1486, - 1.421, - 1488, - 1.288, - 1491, - 2.981, - 1516, - 0.803, - 1526, - 1.077, - 1527, - 5.671, + 3.937, + 1411, + 4.721, + 1438, + 3.112, + 1475, + 2.822, + 1511, + 2.144, 1556, - 6.147, - 1562, - 3.849, - 1564, - 1.51, - 1568, - 2.517, - 1580, - 4.269, - 1581, - 2.696, - 1583, - 1.349, - 1585, - 1.793, - 1606, - 5.953, - 1621, - 5.563, - 1622, - 3.84, - 1669, - 1.421, - 1678, - 1.53, - 1694, - 1.545, - 1705, - 0.899, - 1745, - 1.478, - 1758, - 2.077, - 1776, - 1.204, - 1778, - 5.073, - 1784, - 1.066, - 1788, - 1.51, - 1789, - 3.435, - 1818, - 4.373, - 1822, - 1.885, - 1839, - 1.371, - 1844, - 2.162, - 1870, - 1.545, - 1898, - 0.927, - 1948, - 2.292, - 1949, - 3.358, - 1950, - 2.571, - 1951, - 3.849, - 1952, - 1.967, - 1953, - 1.626, - 1954, - 2.851, - 1955, - 1.967, - 1956, - 5.364, - 1957, - 1.912, - 1958, - 2.096, - 1959, - 1.583, - 1960, - 3.435, + 3.0, + 1566, + 5.606, + 1616, + 2.513, + 1632, + 2.513, + 1662, + 2.685, + 1697, + 2.565, + 1769, + 2.813, + 1770, + 4.524, + 1773, + 4.022, + 1804, + 2.929, + 1848, + 2.513, + 1871, + 1.928, + 1908, + 2.76, + 1920, + 3.879, + 1933, + 3.249, 1961, - 2.769, - 1962, - 4.708, - 1963, - 3.432, - 1964, - 2.292, - 1965, - 5.671, + 3.717, 1966, - 3.903, + 5.619, 1967, - 2.823, + 3.977, 1968, - 3.053, + 2.116, 1969, - 4.373, + 2.905, 1970, - 4.661, + 3.977, 1971, - 1.674, + 3.112, 1972, - 4.159, + 3.977, 1973, - 2.05, + 2.38, 1974, - 5.54, + 4.982, 1975, - 1.545, + 0.942, 1976, - 2.292, + 3.637, 1977, - 2.226, + 3.637, 1978, - 3.184, + 3.637, 1979, - 1.371, + 3.717, 1980, - 2.696, + 3.637, 1981, - 1.235, + 3.977, 1982, - 1.204, + 1.993, 1983, - 2.696, + 3.977, 1984, - 1.729, + 3.0, 1985, - 1.87, + 3.977, 1986, - 2.096, + 3.637, 1987, - 3.569, + 3.413, 1988, - 5.802, + 3.112, 1989, - 1.793, + 4.238, 1990, - 1.235, + 4.022, 1991, - 1.395, + 2.905, 1992, - 2.096, + 3.977, 1993, - 2.631, + 6.661, 1994, - 1.674, + 5.428, 1995, - 1.729, + 3.977, 1996, - 6.288, + 3.977, 1997, - 2.292, + 2.268, 1998, - 2.292, + 3.977, 1999, - 2.292, + 2.203, 2000, - 1.626, + 3.977, 2001, - 5.163, + 3.977, 2002, - 2.851, + 3.112, 2003, - 3.349, + 3.977, 2004, - 2.292, + 3.637, 2005, - 3.569, + 3.977, 2006, - 1.478, + 3.208, 2007, - 1.967, + 2.513, 2008, - 1.87, + 3.245, 2009, - 3.723, + 6.106, 2010, - 1.235, + 3.245, 2011, - 1.252, + 3.977, 2012, - 1.793, + 3.112, 2013, - 2.26, + 2.748, 2014, - 4.708, + 3.413, 2015, - 6.017, + 2.681, 2016, - 2.466, + 3.977, 2017, - 3.053, + 3.977, 2018, - 1.219, + 3.977, 2019, - 1.87, + 2.681, 2020, - 1.545, + 2.905, 2021, - 1.87, + 3.245, 2022, - 2.096, + 7.716, 2023, - 1.978, + 4.606, 2024, - 2.096, + 2.76, 2025, - 1.967, + 3.245, 2026, - 2.096, + 4.022, 2027, - 1.967, + 1.97, 2028, - 2.292, + 4.115, 2029, - 4.373, + 5.428, 2030, - 1.87, + 2.681, 2031, - 2.349, + 3.112, 2032, - 1.967, + 3.413 + ] + ], + [ + "type/manuals/physics-messages", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/physics-messages", + [ + 0, + 0.844, + 1, + 1.762, + 2, + 1.744, + 3, + 1.808, + 4, + 1.808, + 5, + 1.818, + 6, + 1.818, + 7, + 1.541, + 10, + 1.489, + 18, + 1.125, + 20, + 1.341, + 22, + 2.831, + 38, + 1.189, + 43, + 4.69, + 57, + 1.422, + 59, + 0.622, + 103, + 2.322, + 107, + 1.72, + 126, + 1.367, + 160, + 2.672, + 165, + 2.584, + 167, + 3.655, + 169, + 1.345, + 170, + 2.642, + 171, + 5.172, + 178, + 4.251, + 202, + 2.251, + 207, + 3.7, + 230, + 2.398, + 240, + 1.959, + 241, + 1.935, + 268, + 2.33, + 269, + 1.563, + 280, + 3.544, + 332, + 2.293, + 380, + 2.446, + 411, + 3.575, + 446, + 5.053, + 490, + 3.775, + 500, + 2.513, + 511, + 3.666, + 514, + 4.759, + 555, + 2.158, + 561, + 2.184, + 568, + 5.079, + 629, + 2.718, + 669, + 4.271, + 752, + 3.175, + 866, + 2.567, + 914, + 2.878, + 931, + 2.791, + 962, + 5.362, + 1007, + 3.166, + 1019, + 4.202, + 1025, + 4.508, + 1146, + 3.905, + 1198, + 3.929, + 1279, + 6.035, + 1287, + 4.887, + 1378, + 4.194, + 1406, + 3.144, + 1473, + 4.887, + 1486, + 4.887, + 1588, + 4.428, + 1607, + 5.234, + 1608, + 6.406, + 1609, + 5.234, + 1666, + 4.271, + 1672, + 4.872, + 1928, + 5.437, 2033, - 1.87, + 5.912, 2034, - 1.967, + 6.889, 2035, - 1.674, + 6.253, 2036, - 2.096, + 7.755, 2037, - 1.967, + 6.889, 2038, - 1.017, + 6.889, 2039, - 1.51, + 8.264, 2040, - 1.87, + 7.755, 2041, - 1.626, + 6.889, 2042, - 3.184, + 5.007, 2043, - 2.292, + 6.601, 2044, - 2.096, + 6.889, 2045, - 1.967, + 6.889, 2046, - 2.193, + 6.889, 2047, - 1.967, + 9.038, 2048, - 2.292, - 2049, - 1.729, - 2050, - 3.903, - 2051, - 1.967, - 2052, - 3.903, - 2053, - 2.944, - 2054, - 3.569, - 2055, - 3.569, - 2056, - 5.097, - 2057, - 1.967, - 2058, - 2.292, - 2059, - 2.096, - 2060, - 3.349, - 2061, - 3.903, - 2062, - 1.967, - 2063, - 1.967 + 9.038 ] ], [ - "type/manuals/extensions-defold-sdk", + "type/manuals/optimization-size", [ 0, 0.731 ] ], [ - "data/manuals/extensions-defold-sdk", + "data/manuals/optimization-size", [ 0, - 0.696, + 0.323, 1, - 1.454, + 0.674, 2, - 1.439, + 0.667, 3, - 1.492, + 0.692, 4, - 1.492, + 0.692, 5, - 1.5, + 0.696, 6, - 1.5, + 0.696, 7, - 1.614, + 1.502, 8, - 1.331, - 9, - 0.84, + 0.737, 10, - 1.448, + 1.58, 11, - 0.812, - 16, - 0.893, + 1.591, + 12, + 1.203, + 18, + 1.119, + 20, + 1.398, + 21, + 2.96, 22, - 1.29, - 23, - 1.229, - 24, - 2.594, - 29, - 1.783, - 30, - 1.018, - 33, - 0.755, - 37, - 2.523, + 3.004, + 27, + 3.268, + 28, + 2.129, + 36, + 1.749, 38, - 3.242, + 1.116, + 42, + 1.195, + 46, + 1.534, + 49, + 0.912, 52, - 1.892, + 1.209, + 54, + 3.471, 56, - 4.032, - 71, - 1.166, - 74, - 1.376, - 86, - 1.304, - 90, - 3.665, - 91, - 4.631, - 108, - 2.148, - 125, - 3.209, - 127, - 2.374, - 137, - 1.646, - 149, - 1.77, - 151, + 1.026, + 57, + 1.477, + 59, 1.042, - 152, - 1.548, - 162, - 1.461, - 166, - 1.991, - 172, - 1.573, - 181, - 2.299, + 60, + 1.222, + 62, + 0.872, + 65, + 1.737, + 75, + 2.482, + 77, + 1.363, + 79, + 0.945, + 90, + 0.628, + 96, + 0.836, + 99, + 1.069, + 100, + 1.372, + 102, + 1.88, + 103, + 1.515, + 106, + 1.831, + 107, + 1.946, + 108, + 2.149, + 109, + 0.989, + 111, + 1.101, + 113, + 1.465, + 116, + 1.709, + 117, + 1.551, + 121, + 1.452, + 125, + 2.002, + 126, + 1.914, + 128, + 2.175, + 132, + 4.051, + 144, + 2.965, + 145, + 1.634, + 147, + 4.926, + 148, + 2.062, + 150, + 2.119, + 153, + 2.523, + 157, + 2.96, + 158, + 1.924, + 169, + 1.088, + 174, + 1.075, + 177, + 0.807, + 185, + 4.121, + 186, + 4.234, + 193, + 1.634, + 194, + 1.919, 196, - 1.928, - 247, - 1.441, - 249, - 4.152, - 251, - 3.345, - 253, - 4.288, + 1.518, + 197, + 1.939, + 198, + 2.686, + 199, + 1.881, + 201, + 1.881, + 205, + 1.989, + 207, + 0.877, + 210, + 1.066, + 226, + 0.734, + 229, + 1.768, + 230, + 0.918, + 231, + 0.989, + 240, + 1.872, + 241, + 1.409, 256, - 1.671, - 263, - 2.557, - 275, - 3.345, - 283, - 4.021, - 298, - 2.229, - 301, - 2.848, - 302, - 2.977, - 346, - 2.212, - 357, - 3.846, - 393, - 2.317, - 402, - 2.456, - 407, - 1.643, - 493, - 1.662, - 514, - 2.018, - 519, - 3.745, - 547, - 2.359, + 2.111, + 260, + 2.464, + 268, + 1.859, + 269, + 1.899, + 271, + 1.368, + 273, + 2.318, + 280, + 1.034, + 282, + 2.175, + 288, + 2.367, + 290, + 2.196, + 313, + 2.581, + 323, + 2.627, + 324, + 1.503, + 328, + 1.577, + 332, + 0.877, + 333, + 0.746, + 334, + 1.46, + 342, + 1.181, + 345, + 2.129, + 347, + 1.7, + 350, + 3.376, + 359, + 1.181, + 368, + 0.75, + 384, + 1.87, + 390, + 3.325, + 392, + 1.538, + 432, + 1.87, + 433, + 1.075, + 442, + 1.967, + 452, + 1.277, + 454, + 1.748, + 455, + 1.989, + 457, + 1.559, + 463, + 1.777, + 471, + 1.177, + 472, + 2.023, + 474, + 1.925, + 480, + 1.737, + 490, + 1.101, + 500, + 1.602, + 504, + 2.225, + 510, + 2.073, + 513, + 1.368, + 521, + 2.291, + 522, + 2.175, + 534, + 1.239, + 543, + 1.058, + 545, + 6.549, + 551, + 5.05, + 552, + 2.174, 553, - 3.194, - 572, - 4.447, - 576, - 3.692, - 587, - 4.169, - 598, - 4.032, + 2.017, + 554, + 0.989, + 555, + 1.375, + 561, + 0.836, + 590, + 2.727, + 596, + 1.44, + 601, + 1.591, + 602, + 1.776, + 603, + 1.101, + 604, + 3.335, + 605, + 2.504, + 614, + 2.213, + 615, + 2.336, + 622, + 2.736, + 623, + 4.279, + 627, + 1.527, + 629, + 1.697, + 632, + 2.411, 633, - 1.966, - 664, - 2.414, - 667, - 5.213, - 701, - 3.401, + 1.336, + 636, + 2.164, + 642, + 2.86, + 644, + 1.306, + 680, + 2.307, + 683, + 1.865, + 691, + 1.343, + 692, + 1.648, + 695, + 1.192, + 702, + 2.2, + 703, + 1.034, + 711, + 1.577, + 715, + 1.385, + 751, + 1.066, + 752, + 1.215, 757, - 4.032, - 764, - 3.745, + 2.151, + 758, + 1.17, + 759, + 1.7, + 762, + 2.004, 808, - 2.018, - 851, - 4.169, - 859, - 1.857, - 876, - 3.745, - 891, - 1.978, + 1.403, + 809, + 2.467, + 826, + 1.385, + 852, + 1.821, + 856, + 1.058, + 860, + 1.336, + 866, + 0.982, + 883, + 1.989, + 894, + 2.23, + 898, + 1.559, + 900, + 2.062, + 902, + 1.503, + 903, + 2.367, + 904, + 1.87, + 917, + 1.985, + 918, + 1.265, + 921, + 1.7, 924, - 3.745, - 929, - 3.587, + 2.085, + 931, + 0.73, 935, - 3.524, - 969, - 2.727, - 1001, - 3.064, - 1025, - 5.629, - 1044, - 2.619, - 1049, - 4.638, - 1104, - 2.848, - 1107, - 2.755, - 1156, - 2.57, - 1184, - 4.288, - 1222, - 2.546, - 1234, - 2.785, - 1262, - 4.335, - 1274, - 3.592, - 1284, - 4.696, - 1492, - 6.676, - 1516, - 1.991, - 1520, - 3.46, + 4.344, + 939, + 3.622, + 941, + 1.034, + 943, + 5.05, + 947, + 1.385, + 960, + 1.203, + 975, + 2.707, + 978, + 1.042, + 993, + 1.481, + 1002, + 2.796, + 1010, + 1.083, + 1029, + 1.292, + 1031, + 1.925, + 1043, + 1.897, + 1060, + 1.481, + 1101, + 2.584, + 1131, + 2.175, + 1139, + 3.171, + 1146, + 1.139, + 1160, + 2.627, + 1173, + 1.292, + 1216, + 3.042, + 1220, + 2.722, + 1235, + 1.7, + 1260, + 1.551, + 1293, + 1.989, + 1296, + 0.982, + 1309, + 1.44, + 1314, + 3.804, + 1323, + 1.101, + 1324, + 1.368, + 1326, + 2.673, + 1327, + 1.777, + 1341, + 1.87, + 1354, + 1.925, + 1375, + 1.925, + 1403, + 1.252, + 1428, + 3.083, + 1441, + 1.925, + 1458, + 2.262, + 1487, + 1.989, + 1488, + 2.411, + 1511, + 1.421, + 1541, + 1.421, + 1544, + 2.722, + 1546, + 1.368, 1558, - 3.46, - 1663, - 5.893, - 1678, - 3.111, - 1680, - 5.667, - 1701, - 3.745, - 1798, - 3.401, - 1845, - 3.524, - 1905, - 7.151, - 2038, - 2.523, + 1.634, + 1559, + 1.634, + 1592, + 1.87, + 1604, + 1.385, + 1628, + 3.029, + 1637, + 1.7, + 1681, + 1.129, + 1684, + 1.527, + 1690, + 1.777, + 1691, + 1.87, + 1698, + 2.722, + 1719, + 2.062, + 1769, + 1.215, + 1770, + 2.673, + 1797, + 2.831, + 1807, + 1.265, + 1841, + 1.527, + 1868, + 1.7, + 1871, + 2.129, + 1872, + 1.605, + 1874, + 1.551, + 1882, + 1.17, + 1884, + 1.12, + 1911, + 1.352, + 1920, + 2.043, + 1931, + 2.367, + 1942, + 2.467, + 1961, + 1.605, + 1969, + 4.122, + 1975, + 0.556, + 2006, + 2.307, + 2007, + 3.566, + 2024, + 2.551, + 2025, + 2.151, + 2031, + 3.435, + 2049, + 1.666, + 2050, + 2.262, + 2051, + 1.989, + 2052, + 7.311, + 2053, + 2.062, + 2054, + 4.17, + 2055, + 2.636, + 2056, + 2.636, + 2057, + 1.666, + 2058, + 2.636, + 2059, + 2.636, + 2060, + 1.989, + 2061, + 2.262, + 2062, + 1.989, + 2063, + 3.207, 2064, - 5.684, + 2.636, 2065, - 5.684, + 1.989, 2066, - 5.684, + 2.96, 2067, - 5.684, + 2.636, 2068, - 3.665, + 2.411, 2069, - 4.152, + 2.636, 2070, - 4.595, + 1.666, 2071, - 6.808, + 2.262, 2072, - 6.808, + 1.777, 2073, - 4.447, + 3.312, 2074, - 5.684, + 2.062, 2075, - 5.198, + 1.577, 2076, - 4.638, + 2.636, 2077, - 3.46, + 5.647, 2078, - 3.745, + 1.666, 2079, - 3.106, + 2.411, 2080, - 4.032, + 5.642, 2081, - 4.638, + 2.636, 2082, - 7.255, + 3.115, 2083, - 4.638, + 3.033, 2084, - 5.198, + 2.831, 2085, - 4.638, + 2.151, 2086, - 5.684, + 1.925, 2087, - 4.288, + 1.666, 2088, - 4.447, + 1.925, 2089, - 5.198, + 1.481, 2090, - 4.288, + 2.636, 2091, - 3.592, + 2.411, 2092, - 5.198, + 2.262, 2093, - 5.684, + 1.989, 2094, - 5.684, + 3.207, 2095, - 5.684, + 2.627, 2096, - 4.638, + 1.46, 2097, - 5.684, + 1.821, 2098, - 5.198, + 2.411, 2099, - 4.669, + 5.16, 2100, - 3.831, + 1.925, 2101, - 6.207, + 1.634, 2102, - 5.684, + 2.636, 2103, - 4.877 - ] - ], - [ - "type/manuals/animation", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/animation", - [ - 0, - 1.087, - 1, - 2.27, - 2, - 2.247, - 3, - 2.329, - 4, - 2.329, - 5, - 2.341, - 6, - 2.341, - 7, - 1.565, - 8, - 1.135, - 9, - 0.754, - 16, - 0.801, - 44, - 3.561, - 71, - 1.82, - 86, - 1.266, - 161, - 1.761, - 175, - 3.903, - 221, - 4.348, - 226, - 5.787, - 228, - 4.089, - 285, - 4.396, - 289, - 5.608, - 309, - 4.396, - 310, - 4.446, - 335, - 6.024, - 406, - 3.707, - 407, - 1.838, - 450, - 7.016, - 466, - 3.428, - 664, - 3.769, - 666, - 3.48, - 754, - 3.801, - 793, - 4.497, - 1215, - 6.694, - 1244, - 4.348, - 1273, - 4.916, - 1537, - 6.13, - 2099, - 5.222, + 2.262, 2104, - 8.874, + 2.262, 2105, - 8.874, + 1.737, 2106, - 6.942, + 2.262, 2107, - 10.591, + 2.636, 2108, - 6.942 + 2.411, + 2109, + 2.636, + 2110, + 4.605, + 2111, + 2.411, + 2112, + 4.605, + 2113, + 4.842, + 2114, + 1.666, + 2115, + 2.151, + 2116, + 2.504, + 2117, + 1.737, + 2118, + 2.062, + 2119, + 2.411, + 2120, + 1.989, + 2121, + 1.551, + 2122, + 1.989, + 2123, + 1.503, + 2124, + 2.262, + 2125, + 2.636, + 2126, + 2.411, + 2127, + 2.262, + 2128, + 1.989, + 2129, + 2.062, + 2130, + 2.151, + 2131, + 1.925, + 2132, + 2.636, + 2133, + 2.262, + 2134, + 2.411, + 2135, + 1.87, + 2136, + 1.737, + 2137, + 2.636, + 2138, + 3.583, + 2139, + 1.989, + 2140, + 2.636, + 2141, + 2.636, + 2142, + 1.737, + 2143, + 1.737, + 2144, + 2.636, + 2145, + 4.391, + 2146, + 4.391, + 2147, + 2.411, + 2148, + 2.151, + 2149, + 2.411, + 2150, + 5.643, + 2151, + 2.636, + 2152, + 2.636, + 2153, + 2.636, + 2154, + 3.583, + 2155, + 2.831, + 2156, + 1.605, + 2157, + 2.411, + 2158, + 1.777, + 2159, + 2.411, + 2160, + 1.777, + 2161, + 2.636, + 2162, + 2.262, + 2163, + 2.411, + 2164, + 1.139, + 2165, + 2.411, + 2166, + 2.636, + 2167, + 2.411, + 2168, + 2.262, + 2169, + 1.777, + 2170, + 2.636, + 2171, + 3.898, + 2172, + 5.643, + 2173, + 1.551, + 2174, + 2.262, + 2175, + 1.737, + 2176, + 2.636, + 2177, + 2.636, + 2178, + 2.636, + 2179, + 2.636, + 2180, + 1.737, + 2181, + 2.262, + 2182, + 2.251, + 2183, + 2.636, + 2184, + 1.989, + 2185, + 2.636, + 2186, + 2.262, + 2187, + 2.411, + 2188, + 1.925, + 2189, + 1.46, + 2190, + 1.527, + 2191, + 1.821, + 2192, + 3.898, + 2193, + 3.583, + 2194, + 2.543, + 2195, + 2.262, + 2196, + 2.151, + 2197, + 2.411 ] ], [ - "type/manuals/input-mouse-and-touch", + "type/manuals/adapting-graphics-to-screen-size", [ 0, 0.731 ] ], [ - "data/manuals/input-mouse-and-touch", + "data/manuals/adapting-graphics-to-screen-size", [ 0, - 0.405, + 0.355, 1, - 0.846, + 0.74, 2, - 0.837, + 0.733, 3, - 0.868, + 0.76, 4, - 0.868, + 0.76, 5, - 0.873, + 0.764, 6, - 0.873, + 0.764, 7, - 1.49, + 1.484, 8, - 1.386, + 2.152, 9, - 0.931, + 1.609, 10, - 1.847, - 11, - 1.015, + 1.663, 12, - 1.737, - 13, - 1.094, - 16, - 1.055, - 21, - 2.016, - 22, - 1.869, - 23, - 2.235, - 26, - 0.886, - 28, - 1.174, - 29, - 1.974, - 30, - 1.115, - 32, - 1.005, - 33, - 1.472, - 35, - 0.983, - 37, - 4.744, - 38, - 3.763, - 40, - 1.716, - 41, - 0.961, - 42, - 2.093, - 46, - 1.836, - 47, - 2.458, - 49, - 1.182, - 51, - 0.991, - 52, - 1.101, - 57, - 2.05, - 68, - 1.497, - 70, - 0.743, - 71, - 1.69, - 74, - 1.124, - 77, - 2.186, - 80, - 3.04, - 86, - 1.564, - 91, - 1.268, - 92, - 1.136, - 99, - 2.355, - 102, - 2.228, - 104, - 3.047, - 108, - 2.493, - 110, - 3.068, - 111, - 1.769, - 117, - 3.852, - 119, - 2.104, - 121, - 2.131, - 123, - 1.198, - 135, - 3.091, - 137, - 1.612, - 141, - 1.65, - 148, - 1.915, - 149, - 1.645, - 150, - 4.594, - 151, - 1.756, - 152, - 1.439, - 158, - 2.238, - 159, - 1.241, - 160, - 1.35, - 161, - 1.635, - 162, - 1.358, - 163, - 3.101, - 166, - 3.547, - 172, - 1.826, - 180, - 1.886, - 190, - 1.502, - 191, - 0.837, - 193, - 0.698, - 196, - 1.122, - 198, - 2.462, - 214, - 3.407, - 217, - 1.327, - 224, - 0.91, - 229, - 1.454, - 230, - 1.737, - 237, - 1.216, - 247, - 0.601, - 270, - 1.76, - 271, - 1.603, - 277, - 1.115, - 281, - 1.657, - 282, - 2.776, - 288, - 1.287, - 290, - 1.151, - 291, - 1.136, - 294, - 1.454, - 300, - 0.708, - 303, - 1.381, - 316, - 1.589, - 340, - 2.284, - 343, - 0.94, - 361, - 2.811, - 364, - 1.337, - 366, - 2.983, - 369, - 1.675, - 381, - 2.366, - 402, - 1.429, - 406, - 2.756, - 407, - 1.909, - 409, - 3.339, - 411, - 1.539, - 416, - 1.603, - 428, - 1.657, - 429, - 1.481, - 432, - 2.561, - 441, - 3.057, - 446, - 1.946, - 460, - 1.417, - 465, - 2.168, - 466, - 2.041, - 469, - 1.268, - 481, - 1.241, - 514, - 1.174, - 521, - 2.587, - 525, - 1.232, - 530, - 1.832, - 533, - 1.783, - 538, - 1.481, - 554, - 1.094, - 569, - 1.527, - 573, - 1.495, - 580, - 1.603, - 583, - 1.19, - 590, - 1.094, - 637, - 1.979, - 638, - 2.013, - 640, - 3.04, - 655, - 1.454, - 697, - 1.232, - 708, - 2.229, - 710, - 1.198, - 726, - 1.481, - 735, - 1.946, - 759, - 1.863, - 776, - 1.468, - 792, - 1.215, - 796, - 1.524, - 812, - 1.481, - 824, - 1.603, - 826, - 3.198, - 858, - 1.675, - 867, - 2.561, - 892, - 1.915, - 901, - 1.716, - 916, - 2.132, - 949, - 3.06, - 951, - 2.415, - 953, - 5.255, - 957, - 3.481, - 958, - 1.524, - 959, - 3.276, - 962, - 1.737, - 1029, - 2.698, - 1050, - 2.132, - 1065, - 2.05, - 1082, - 4.681, - 1122, - 1.737, - 1145, - 2.534, - 1156, - 1.495, - 1160, - 1.327, - 1211, - 1.468, - 1217, - 1.915, - 1222, - 4.129, - 1239, - 3.159, - 1244, - 1.62, - 1263, - 1.979, - 1283, - 2.05, - 1293, - 1.539, - 1340, - 1.946, - 1369, - 1.586, - 1372, - 2.132, - 1527, - 4.964, - 1529, - 2.415, - 1556, - 5.73, - 1564, - 2.179, - 1580, - 5.346, - 1583, - 1.946, - 1606, - 5.55, - 1614, - 5.205, - 1636, - 1.737, - 1660, - 1.417, - 1673, - 2.495, - 1678, - 1.297, - 1694, - 4.447, - 1705, - 2.072, - 1758, - 1.76, - 1762, - 1.915, - 1775, - 2.284, - 1777, - 5.347, - 1778, - 7.899, - 1785, - 2.284, - 1820, - 2.179, - 1835, - 3.161, - 1868, - 1.858, - 1887, - 2.013, - 1906, - 2.698, - 1951, - 6.633, - 1953, - 5.346, - 1954, - 6.017, - 1956, - 4.819, - 1957, - 1.62, - 1961, - 4.681, - 1977, - 1.886, - 1980, - 5.205, - 1982, - 1.737, - 1983, - 2.284, - 1988, - 6.455, - 1989, - 2.587, - 1991, - 4.587, - 1992, - 3.024, - 1993, - 2.229, - 1994, - 2.415, - 1996, - 6.994, - 2012, - 2.587, - 2014, - 2.587, - 2017, - 2.587, - 2020, - 2.229, - 2031, - 1.524, - 2046, - 1.858, - 2053, - 2.495, - 2054, - 4.831, - 2055, - 4.831, - 2068, - 3.407, - 2109, - 8.238, - 2110, - 3.307, - 2111, - 3.307, - 2112, - 2.132, - 2113, - 7.535, - 2114, - 3.307, - 2115, - 3.307, - 2116, - 2.09, - 2117, - 1.783, - 2118, - 1.979, - 2119, - 2.495, - 2120, - 2.838, - 2121, - 5.283, - 2122, - 5.283, - 2123, - 1.603, - 2124, - 3.024, - 2125, - 2.495, - 2126, - 2.179, - 2127, - 2.838, - 2128, - 3.307, - 2129, - 3.307, - 2130, - 2.415, - 2131, - 2.346, - 2132, - 3.307, - 2133, - 2.587, - 2134, - 3.024, - 2135, - 3.024, - 2136, - 3.407, - 2137, - 1.946, - 2138, - 2.415, - 2139, - 2.013, - 2140, - 3.307, - 2141, - 2.09, - 2142, - 3.161, - 2143, - 3.307, - 2144, - 2.05, - 2145, - 3.307, - 2146, - 2.229, - 2147, - 3.307, - 2148, - 3.307, - 2149, - 3.307, - 2150, - 2.587, - 2151, - 2.587, - 2152, - 2.415, - 2153, - 2.346, - 2154, - 2.838, - 2155, - 3.307, - 2156, - 3.307, - 2157, - 6.722, - 2158, - 2.698, - 2159, - 2.838, - 2160, - 3.307, - 2161, - 2.179, - 2162, - 2.09, - 2163, - 2.346, - 2164, - 2.05, - 2165, - 3.307, - 2166, - 3.307, - 2167, - 3.307, - 2168, - 3.307, - 2169, - 3.024, - 2170, - 3.307, - 2171, - 3.307, - 2172, - 1.858, - 2173, - 3.024, - 2174, - 3.024, - 2175, - 3.748, - 2176, - 2.698, - 2177, - 2.346, - 2178, - 2.346, - 2179, - 3.013, - 2180, - 3.024, - 2181, - 2.495 - ] - ], - [ - "type/manuals/html5", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/html5", - [ - 0, - 0.27, - 1, - 0.563, - 2, - 0.954, - 3, - 0.578, - 4, - 0.578, - 5, - 0.581, - 6, - 0.581, - 7, - 1.567, - 8, - 1.382, - 9, - 0.924, - 10, - 1.601, - 11, - 1.05, - 13, - 0.728, - 16, - 0.917, - 19, - 1.275, - 21, - 2.075, + 1.321, + 18, + 1.132, + 20, + 1.445, 22, - 2.502, + 1.949, 23, - 1.266, + 4.915, 24, - 1.721, - 26, - 1.926, - 27, - 2.382, + 2.998, 28, - 1.756, - 29, - 1.111, - 30, - 1.111, + 1.403, + 31, + 1.677, 32, - 1.877, - 33, - 1.553, - 35, - 0.654, - 37, - 0.977, + 3.871, + 36, + 2.023, + 38, + 1.011, 39, - 0.87, - 41, - 0.64, + 0.611, 42, - 1.396, + 0.862, 43, - 1.317, + 2.462, + 44, + 1.982, 46, - 1.376, + 1.603, + 47, + 3.122, 48, - 1.999, - 49, - 1.768, - 51, - 1.931, + 2.748, + 52, + 1.659, + 54, + 3.923, + 55, + 2.276, + 56, + 1.127, 57, - 1.364, + 1.376, + 58, + 3.128, 59, - 0.935, + 1.06, 60, - 0.897, - 65, - 1.171, - 68, - 1.92, - 70, - 1.901, - 71, - 1.576, + 0.805, + 62, + 1.569, + 63, + 1.403, + 69, + 1.36, 72, - 1.49, - 73, - 2.872, - 74, - 1.168, + 0.963, + 75, + 3.066, 77, - 1.804, - 82, - 2.337, + 1.807, + 78, + 2.105, + 79, + 0.986, 86, - 1.667, + 0.94, 87, - 0.912, + 1.829, + 88, + 2.524, + 89, + 2.592, + 90, + 1.437, + 91, + 0.988, 92, - 2.784, - 94, - 0.761, + 2.419, + 95, + 3.243, 97, - 1.513, + 1.743, 99, - 1.078, - 101, - 1.79, - 111, - 0.737, + 1.064, + 100, + 2.018, + 102, + 1.22, + 103, + 2.097, + 106, + 1.817, + 107, + 1.66, + 108, + 2.049, + 109, + 1.086, + 113, + 1.208, + 116, + 1.127, + 118, + 3.059, + 120, + 2.838, 121, - 0.622, - 123, - 1.366, + 1.569, + 122, + 0.901, + 124, + 2.627, 125, - 0.89, - 137, - 1.143, - 138, - 1.561, + 0.881, + 126, + 1.808, + 131, + 2.184, + 132, + 3.485, + 133, + 2.592, 139, - 2.183, - 141, - 1.44, - 144, - 1.142, - 147, - 0.968, - 149, - 0.685, + 2.748, + 140, + 2.777, + 142, + 0.861, + 148, + 2.118, 150, - 1.808, - 151, - 1.551, - 152, - 2.729, + 1.201, + 153, + 2.411, 158, - 1.279, - 159, - 0.826, + 0.846, 160, - 1.516, - 161, - 2.066, - 162, - 0.969, - 172, - 0.609, - 175, - 3.379, - 180, - 3.757, - 181, - 3.756, - 184, - 2.215, - 186, - 1.752, - 187, - 1.52, - 190, - 0.626, - 191, - 1.483, - 193, - 1.237, + 1.403, + 169, + 1.298, + 185, + 1.36, + 194, + 1.662, 196, - 0.747, + 1.001, + 197, + 2.395, 198, - 1.232, + 1.898, + 201, + 1.354, + 203, + 1.561, + 208, + 1.273, + 210, + 1.919, + 212, + 1.347, 217, - 1.984, - 218, - 0.844, - 224, - 1.613, + 2.054, + 226, + 2.14, 229, - 0.968, - 232, - 1.796, - 234, - 2.004, - 236, - 1.129, - 237, - 2.083, - 247, - 1.594, - 248, - 0.995, - 251, - 2.91, + 1.728, + 239, + 1.273, + 240, + 1.349, + 241, + 1.769, + 245, + 2.362, + 250, + 1.118, + 254, + 4.592, 256, - 1.108, + 1.066, 257, - 2.604, + 1.874, + 260, + 1.599, + 261, + 2.961, 263, - 2.455, - 271, - 2.397, - 277, - 1.667, - 281, - 1.889, + 0.866, + 264, + 1.762, + 265, + 1.907, + 268, + 1.423, + 269, + 2.255, + 273, + 0.715, + 274, + 4.102, 282, - 1.156, - 283, - 3.641, - 288, - 1.467, - 290, - 2.039, - 291, - 1.295, - 292, - 1.52, - 293, - 1.984, + 1.434, + 289, + 1.732, + 294, + 2.706, 300, - 1.411, - 302, - 2.198, - 316, - 1.487, - 317, - 1.415, - 321, - 1.561, - 322, - 1.219, + 1.604, 324, - 2.541, - 339, - 2.472, - 343, - 0.626, - 346, - 2.28, - 349, - 1.171, - 350, - 1.646, - 355, - 2.488, + 1.651, + 341, + 1.403, + 342, + 1.297, + 345, + 5.27, 357, - 1.828, - 364, - 1.525, - 366, - 2.648, + 3.198, + 359, + 2.7, + 361, + 1.627, + 368, + 1.349, + 370, + 3.579, + 373, + 2.888, + 374, + 3.059, + 375, + 2.265, + 376, + 6.374, + 377, + 2.647, + 378, + 3.059, + 379, + 3.198, + 380, + 1.028, + 387, + 2.126, + 389, + 1.604, + 390, + 2.539, 391, - 2.453, + 1.795, 393, - 2.388, - 395, - 0.87, - 400, - 1.09, - 407, - 1.678, - 411, - 1.024, - 417, - 1.067, - 418, - 2.382, - 422, - 1.704, - 423, - 1.317, - 427, - 1.828, - 430, - 1.754, - 432, - 1.067, - 440, - 1.078, - 441, - 0.766, - 442, - 1.419, - 444, - 1.186, - 448, - 1.295, + 2.265, + 394, + 7.787, + 403, + 4.945, + 404, + 4.405, + 412, + 4.063, + 416, + 2.114, + 419, + 1.829, + 429, + 4.005, + 433, + 1.18, + 434, + 1.347, + 436, + 1.907, + 437, + 3.871, + 439, + 1.951, + 445, + 2.265, + 446, + 1.45, + 452, + 1.379, + 454, + 3.29, + 455, + 3.579, 456, - 1.078, - 460, - 0.943, - 465, - 1.626, - 469, - 1.896, + 4.147, + 457, + 1.684, + 459, + 2.207, + 463, + 1.951, + 470, + 4.716, + 471, + 1.272, + 472, + 1.334, 473, - 1.09, - 480, - 1.483, - 481, - 0.826, - 491, - 0.919, - 502, - 1.056, - 514, - 0.781, - 521, - 1.478, - 539, - 1.317, + 1.273, + 478, + 2.647, + 479, + 1.78, + 482, + 2.362, + 489, + 1.347, + 492, + 1.677, + 496, + 1.347, + 497, + 1.484, + 513, + 1.502, + 537, + 2.706, 547, - 2.69, - 548, - 1.658, + 2.792, 554, - 2.179, - 569, - 1.09, - 580, - 1.828, - 581, - 1.902, + 2.262, + 559, + 2.362, + 561, + 1.504, + 573, + 2.615, 582, - 1.796, - 583, - 1.357, - 587, - 1.981, - 588, - 5.027, - 590, - 1.247, - 594, - 2.032, - 595, - 1.366, - 597, - 1.889, - 598, - 1.561, + 1.762, 603, - 3.235, - 607, - 1.828, - 611, - 3.189, - 612, - 1.754, - 615, - 1.275, - 616, - 1.129, - 617, - 6.57, - 618, - 1.419, - 621, - 2.013, - 622, - 1.45, - 632, - 1.34, - 633, - 1.304, - 639, - 1.295, - 644, - 1.142, - 645, - 1.171, + 1.209, + 614, + 1.86, + 623, + 2.105, + 627, + 1.677, + 629, + 2.313, + 634, + 1.144, + 636, + 1.11, + 643, + 2.184, 648, - 1.722, - 654, - 2.333, - 655, - 1.658, - 656, - 2.219, - 659, - 2.297, - 666, - 0.863, - 669, - 2.506, - 680, - 1.49, - 682, - 1.103, - 693, - 1.828, + 1.403, + 674, + 1.45, + 676, + 2.165, + 677, + 2.186, + 681, + 1.418, + 691, + 0.886, + 692, + 1.78, 694, - 0.977, - 697, - 2.183, - 700, - 1.004, - 702, - 1.056, - 712, - 0.904, - 714, - 1.49, - 719, - 0.986, - 726, - 1.689, + 2.114, + 695, + 1.309, 728, - 1.115, - 743, - 1.828, - 758, - 0.951, - 759, - 1.33, - 776, - 0.977, - 780, - 1.391, - 782, - 1.255, - 785, - 1.45, + 1.418, + 740, + 1.467, + 744, + 2.3, + 751, + 3.342, + 761, + 4.276, + 774, + 2.145, 792, - 0.809, + 1.651, + 793, + 1.347, 795, - 1.275, + 1.867, + 798, + 5.512, 799, - 3.702, - 802, - 2.477, - 803, - 4.621, - 804, - 1.103, - 805, - 1.067, + 5.906, + 801, + 2.325, 808, - 0.781, - 824, - 1.067, - 827, - 0.838, - 858, - 1.195, - 860, - 0.844, - 888, - 2.949, - 889, - 1.478, - 902, - 1.419, - 909, - 1.754, - 918, - 1.317, - 919, - 1.09, - 941, - 1.419, + 1.54, + 815, + 1.795, + 819, + 1.704, + 826, + 1.521, + 828, + 1.704, + 831, + 1.732, + 834, + 2.986, + 856, + 1.162, + 894, + 2.382, + 898, + 1.028, + 911, + 1.604, + 914, + 1.209, + 920, + 2.265, + 925, + 3.125, + 935, + 1.434, 947, - 2.864, - 948, - 1.425, - 949, - 1.275, - 960, - 1.067, - 968, - 1.868, - 969, - 1.056, - 996, - 1.255, - 998, - 1.045, - 1011, - 2.674, - 1015, - 1.483, - 1017, - 1.483, - 1022, - 1.156, - 1029, - 1.796, - 1040, - 1.45, - 1042, - 1.981, - 1044, - 1.014, - 1050, - 1.419, - 1063, - 1.66, - 1074, - 1.91, + 2.492, + 950, + 1.907, + 965, + 2.362, + 975, + 1.389, + 978, + 1.144, + 981, + 2.888, + 995, + 1.829, + 1041, + 1.309, + 1043, + 3.012, 1079, - 1.889, - 1095, - 1.317, - 1104, - 1.103, - 1127, - 1.078, - 1149, - 1.483, - 1156, - 0.995, - 1160, - 0.883, - 1164, - 3.235, - 1175, - 1.45, - 1177, - 1.52, - 1190, - 1.237, - 1198, - 1.419, - 1200, - 1.024, - 1233, - 1.186, - 1239, - 0.844, - 1251, - 2.506, - 1257, - 1.014, - 1266, - 1.66, - 1273, - 2.088, - 1279, - 1.45, + 1.403, + 1120, + 1.704, + 1224, + 1.389, + 1253, + 1.627, + 1288, + 2.362, 1289, - 4.288, - 1290, - 2.219, - 1372, - 1.419, - 1465, - 1.115, - 1504, - 2.959, - 1516, - 0.771, - 1520, - 1.34, - 1543, - 1.66, - 1576, - 1.45, - 1583, - 1.295, + 1.795, + 1314, + 1.951, + 1323, + 1.982, + 1324, + 1.502, + 1332, + 1.919, + 1333, + 2.484, + 1376, + 2.114, + 1421, + 2.888, + 1428, + 4.203, + 1445, + 2.054, + 1463, + 4.243, + 1484, + 2.184, + 1487, + 2.184, + 1499, + 1.732, + 1541, + 2.557, + 1557, + 1.732, 1584, - 1.608, - 1592, + 1.627, + 1594, + 2.706, + 1604, + 1.521, + 1651, + 2.838, + 1655, + 1.521, + 1662, + 2.087, + 1666, + 1.795, + 1675, + 1.561, + 1681, 2.032, - 1596, - 2.088, - 1614, - 1.52, - 1622, - 1.078, - 1663, - 1.056, - 1665, - 1.483, - 1672, - 2.183, - 1695, - 1.828, - 1705, - 0.863, - 1721, - 2.382, - 1742, - 4.633, - 1745, - 1.419, - 1758, - 5.54, - 1761, - 2.15, - 1764, - 1.275, - 1770, - 1.796, - 1775, - 1.52, - 1780, - 1.219, - 1782, - 1.66, - 1784, - 1.024, - 1788, - 2.484, - 1795, - 1.956, - 1799, - 1.237, - 1811, - 1.364, - 1822, - 0.814, - 1838, - 3.076, - 1854, - 1.129, + 1684, + 1.677, + 1687, + 1.795, + 1719, + 2.265, + 1724, + 1.374, + 1725, + 2.998, + 1767, + 1.704, + 1797, + 1.867, + 1840, + 1.651, + 1841, + 1.677, + 1864, + 1.907, 1872, - 1.561, - 1928, - 1.483, - 1929, - 1.09, - 1930, - 1.956, - 1949, - 5.338, - 1951, - 1.255, - 1963, - 1.255, - 1980, - 1.52, - 1986, - 2.013, - 1993, - 2.541, - 2005, - 2.013, - 2011, - 4.197, - 2013, - 1.275, - 2018, - 1.171, - 2031, - 1.737, - 2038, - 1.673, - 2070, - 1.275, - 2077, - 1.34, - 2083, - 1.796, - 2136, - 1.419, - 2154, - 1.889, - 2162, - 1.391, - 2182, - 4.522, - 2183, - 2.201, - 2184, - 2.201, - 2185, - 2.201, - 2186, - 1.796, - 2187, - 1.889, - 2188, - 2.201, - 2189, - 2.201, - 2190, - 2.013, + 2.888, + 1874, + 1.704, + 1882, + 2.675, + 1883, + 2.362, + 1886, + 2.184, + 1948, + 1.54, + 1968, + 1.54, + 2012, + 2.265, + 2027, + 2.986, + 2057, + 2.998, + 2071, + 2.484, + 2073, + 2.184, 2191, - 2.013, - 2192, - 2.201, - 2193, - 1.561, - 2194, - 2.201, - 2195, - 3.731, - 2196, - 5.653, - 2197, - 3.333, + 2.0, 2198, - 2.013, + 6.97, 2199, - 3.77, + 4.744, 2200, - 2.201, + 3.465, 2201, - 2.382, + 2.484, 2202, - 1.889, + 2.484, 2203, - 5.858, + 2.647, 2204, - 1.317, + 2.895, 2205, - 2.201, + 2.895, 2206, - 2.754, + 2.895, 2207, - 2.201, + 2.895, 2208, - 1.45, + 6.027, 2209, - 1.364, + 2.895, 2210, - 3.77, + 2.895, 2211, - 3.77, + 2.484, 2212, - 1.483, + 5.981, 2213, - 4.522, + 5.172, 2214, - 4.945, + 2.895, 2215, - 1.561, + 6.027, 2216, - 2.754, + 2.895, 2217, - 1.608, + 2.888, 2218, - 2.013, + 2.647, 2219, - 1.889, + 4.071, 2220, - 2.013, + 1.732, 2221, - 1.608, + 2.647, 2222, - 2.754, + 2.484, 2223, - 2.675, + 2.647, 2224, - 2.201, + 2.895, 2225, - 1.295, + 2.362, 2226, - 3.235, + 1.867, 2227, - 3.77, + 2.895, 2228, - 2.949, + 2.265, 2229, - 4.035, + 2.895, 2230, - 2.201, + 2.895, 2231, - 2.201, + 2.895, 2232, - 1.317, + 2.484, 2233, - 3.447, + 2.895, 2234, - 2.013, + 2.647, 2235, - 1.45, + 2.647, 2236, - 2.013, + 2.941, 2237, - 2.201, + 2.895, 2238, - 2.201, + 2.362, 2239, - 2.201, + 2.647, 2240, - 2.754, + 2.647, 2241, - 2.013, + 2.895, 2242, - 2.201, + 2.895, 2243, - 1.561, + 3.871, 2244, - 2.013, + 2.0, 2245, - 2.201, + 2.484, 2246, - 1.722, + 4.744, 2247, - 2.201, + 2.647, 2248, - 2.013, + 2.895, 2249, - 2.949, + 1.951, 2250, - 2.201, + 2.647, 2251, - 3.235, + 2.895, 2252, - 1.889, + 2.895, 2253, - 2.201, + 2.362, 2254, - 6.592, + 2.895, 2255, - 2.013, + 2.895, 2256, - 2.013, + 5.512, 2257, - 1.796, + 2.895, 2258, - 1.608, + 6.027, 2259, - 1.722, + 3.579, 2260, - 2.754, + 3.465, 2261, - 1.52, + 1.627, 2262, - 2.013, + 3.712, 2263, - 2.013, - 2264, - 2.754, - 2265, - 2.15, - 2266, - 2.726, - 2267, - 5.858, - 2268, - 1.419, - 2269, - 2.754, - 2270, - 3.447, - 2271, - 4.945, - 2272, - 2.201, - 2273, - 2.604, - 2274, - 2.675, - 2275, - 4.945, - 2276, - 2.013, - 2277, - 3.612, - 2278, - 5.357, - 2279, - 4.78, - 2280, - 2.013, - 2281, - 1.364, - 2282, - 1.66, - 2283, - 2.201, - 2284, - 3.77, - 2285, - 2.201, - 2286, - 3.77, - 2287, - 6.621, - 2288, - 6.339, - 2289, - 3.076, - 2290, - 3.447, - 2291, - 1.317, - 2292, - 2.201, - 2293, - 1.796, - 2294, - 1.889, - 2295, - 2.201, - 2296, - 2.844, - 2297, - 2.201, - 2298, - 3.235, - 2299, - 2.201, - 2300, - 5.858, - 2301, - 1.889, - 2302, - 2.013, - 2303, - 2.201, - 2304, - 1.419, - 2305, - 1.796, - 2306, - 2.201, - 2307, - 3.77, - 2308, - 2.484, - 2309, - 1.889, - 2310, - 1.66, - 2311, - 2.201, - 2312, - 5.858, - 2313, - 2.201, - 2314, - 2.201, - 2315, - 2.201, - 2316, - 2.201, - 2317, - 2.201, - 2318, - 2.201, - 2319, - 3.77, - 2320, - 1.66, - 2321, - 3.77, - 2322, - 2.201, - 2323, - 2.201, - 2324, - 3.77, - 2325, - 2.201, - 2326, - 1.889, - 2327, - 2.201, - 2328, - 1.419, - 2329, - 1.722, - 2330, - 1.561, - 2331, - 2.013, - 2332, - 1.66, - 2333, - 1.419, - 2334, - 1.608, - 2335, - 1.722, - 2336, - 2.013, - 2337, - 1.52, - 2338, - 3.77, - 2339, - 3.77, - 2340, - 1.561, - 2341, - 2.201, - 2342, - 1.561 + 2.265 ] ], [ - "type/manuals/script-properties", + "type/manuals/ads", [ 0, 0.731 ] ], [ - "data/manuals/script-properties", + "data/manuals/ads", [ 0, - 0.679, + 0.841, 1, - 1.417, + 1.756, 2, - 1.403, + 1.738, 3, - 1.454, + 1.802, 4, - 1.454, + 1.802, 5, - 1.462, + 1.812, 6, - 1.462, + 1.812, 7, - 1.537, - 8, - 0.709, + 1.58, 9, - 0.876, + 2.329, 10, - 1.422, - 11, - 0.996, - 16, + 1.484, + 18, + 1.076, + 20, + 1.199, + 38, + 0.763, + 46, + 1.584, + 57, + 1.154, + 59, 0.965, - 21, - 1.591, - 22, - 2.219, - 23, - 1.949, - 29, - 1.751, - 30, - 1.106, - 32, - 1.054, - 33, - 1.3, - 42, - 1.857, - 44, - 4.499, - 45, - 3.26, - 46, - 2.508, - 48, - 2.168, - 50, - 4.66, - 51, - 1.04, - 59, - 2.353, - 68, - 1.768, - 70, - 1.751, - 71, - 1.599, + 72, + 2.285, 77, - 1.105, - 86, - 1.599, + 1.422, + 79, + 0.766, 91, - 2.124, + 2.344, 99, - 2.578, - 102, - 3.047, - 104, - 3.956, + 1.077, + 103, + 2.076, + 106, + 1.23, + 107, + 1.716, 110, - 1.844, - 111, - 3.581, - 117, - 3.359, + 2.713, + 113, + 1.376, 121, - 2.766, - 125, - 2.241, - 135, - 2.079, - 137, - 1.159, + 2.271, + 142, + 2.042, + 148, + 1.409, 150, - 2.658, - 160, - 1.396, - 161, - 1.1, - 166, - 2.73, - 172, - 2.157, - 186, - 2.696, - 190, - 1.575, - 191, - 1.973, - 218, - 2.988, - 237, - 1.794, - 256, - 1.629, - 278, - 1.695, - 288, + 2.549, + 153, + 2.52, + 158, + 2.007, + 169, + 1.342, + 194, + 1.951, + 197, + 2.359, + 198, + 2.912, + 199, + 2.942, + 229, + 1.259, + 241, 2.156, - 290, - 1.928, - 291, - 1.903, - 298, - 2.172, - 310, - 2.776, 313, - 2.875, - 318, - 2.258, - 336, - 3.557, - 339, - 2.079, - 346, - 2.156, - 363, - 3.523, - 368, - 3.572, - 369, - 1.756, - 384, - 2.353, - 391, - 1.891, - 402, - 2.394, - 403, - 4.179, - 407, - 1.867, - 424, - 2.658, - 427, - 2.686, - 432, - 2.686, - 453, - 2.604, - 457, - 2.987, - 459, - 4.047, - 465, - 1.924, - 481, - 2.079, - 485, - 3.501, - 491, - 3.765, - 501, - 3.435, - 508, - 3.572, - 512, - 6.463, - 538, - 4.038, - 548, - 2.437, - 568, - 2.277, - 569, - 3.339, - 581, - 1.799, - 583, - 1.994, - 590, - 1.832, - 633, - 1.916, + 2.693, + 390, + 2.892, + 452, + 2.622, + 471, + 1.841, + 480, + 4.524, + 500, + 2.505, + 556, + 2.822, + 573, + 2.576, + 629, + 2.065, + 636, + 2.633, 637, - 5.394, - 643, - 3.572, - 645, - 2.948, - 665, - 4.179, - 666, - 3.056, - 689, - 4.754, - 694, - 3.459, - 696, - 6.076, - 728, - 3.949, - 758, - 2.394, - 759, - 1.954, - 790, - 3.315, + 4.428, + 660, + 4.108, + 695, + 3.104, + 762, + 3.134, 801, - 3.26, - 805, - 2.686, - 813, - 3.069, - 827, + 5.442, + 911, + 3.804, + 918, + 3.294, + 939, + 3.402, + 941, + 2.693, + 947, + 4.738, + 975, + 3.294, + 1034, + 2.633, + 1067, + 2.243, + 1120, + 4.041, + 1146, 2.967, - 833, - 3.827, - 849, - 5.697, - 874, - 4.047, - 882, - 2.948, - 958, - 3.591, - 968, - 2.745, - 969, - 2.658, 1173, - 2.553, - 1239, - 2.124, - 1347, - 5.879, - 1516, - 1.941, - 1537, - 3.827, - 1545, - 3.501, - 1582, - 5.692, - 1588, - 3.572, - 1591, - 3.93, - 1704, - 2.658, - 1821, - 2.459, - 1866, - 4.179, - 1898, - 2.241, - 2016, - 3.501, - 2046, - 3.113, - 2070, + 3.365, + 1327, + 4.628, + 1546, + 3.563, + 1631, + 4.257, + 1681, + 2.942, + 1769, + 3.164, + 1840, + 3.916, + 1975, + 1.276, + 2032, + 5.892, + 2053, + 5.372, + 2063, + 5.015, + 2065, + 5.18, + 2072, + 8.037, + 2074, + 8.689, + 2075, + 6.398, + 2114, + 4.339, + 2127, + 5.892, + 2189, + 3.804, + 2194, + 5.223, + 2264, + 7.878, + 2265, + 6.867, + 2266, + 7.358, + 2267, + 5.603, + 2268, + 3.654, + 2269, + 5.892, + 2270, + 6.279, + 2271, + 5.372, + 2272, + 5.603, + 2273, + 5.892, + 2274, + 6.867, + 2275, + 5.603, + 2276, + 6.279, + 2277, + 6.867, + 2278, + 6.867, + 2279, + 5.18, + 2280, + 6.867, + 2281, + 5.372, + 2282, + 6.867 + ] + ], + [ + "type/manuals/physics-objects", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/physics-objects", + [ + 7, + 1.551, + 10, + 2.23, + 11, + 1.803, + 18, + 1.132, + 20, + 1.449, + 22, + 2.045, + 27, + 2.882, + 30, + 3.738, + 31, + 5.974, + 36, + 0.992, + 38, + 1.098, + 39, + 1.05, + 46, + 1.03, + 56, + 1.937, + 57, + 1.395, + 59, + 1.018, + 62, + 1.646, + 77, + 1.031, + 79, + 0.926, + 90, + 1.72, + 92, + 2.896, + 96, + 2.953, + 99, + 0.916, + 100, + 1.856, + 102, + 1.856, + 103, + 1.662, + 106, + 0.891, + 107, + 1.374, + 108, + 1.463, + 111, + 3.015, + 113, + 1.446, + 125, + 2.196, + 126, + 1.686, + 138, + 4.061, + 141, + 2.67, + 142, + 2.77, + 146, + 3.537, + 148, + 1.911, + 150, + 1.827, + 151, + 2.062, + 153, + 2.34, + 155, + 3.145, + 156, + 2.929, + 169, + 1.386, + 175, + 3.702, + 182, + 3.841, + 194, + 1.317, + 198, + 1.966, + 200, + 5.171, + 202, + 1.626, + 229, + 0.912, + 230, + 2.512, + 240, + 1.415, + 241, + 1.546, + 245, + 4.061, + 247, + 2.809, + 251, + 3.326, + 260, + 2.433, + 261, + 3.066, + 263, + 2.158, + 268, + 1.902, + 269, + 1.638, + 273, + 2.096, + 291, + 4.18, + 292, + 2.132, + 314, + 3.891, + 330, + 2.302, + 332, + 1.656, + 333, + 2.041, + 368, + 2.053, + 378, 3.209, - 2150, - 4.334, + 379, + 3.354, + 380, + 1.767, + 390, + 2.096, + 420, + 3.438, + 426, + 5.272, + 441, + 2.493, + 452, + 1.447, + 468, + 3.531, + 471, + 1.334, + 473, + 2.189, + 487, + 3.531, + 523, + 2.583, + 547, + 2.929, + 561, + 1.577, + 568, + 4.773, + 573, + 3.187, + 577, + 1.951, + 580, + 3.145, + 608, + 2.465, + 675, + 2.768, + 691, + 2.208, + 692, + 1.867, + 703, + 1.951, + 750, + 3.499, + 765, + 2.976, + 848, + 2.465, + 864, + 3.438, + 877, + 3.354, + 898, + 3.308, + 924, + 2.363, + 931, + 3.163, + 942, + 3.754, + 960, + 2.271, + 962, + 5.43, + 963, + 2.719, + 982, + 2.978, + 1002, + 2.465, + 1007, + 2.529, + 1031, + 6.203, + 1048, + 3.894, + 1116, + 7.782, + 1158, + 2.293, + 1231, + 8.071, + 1236, + 6.194, + 1324, + 3.746, + 1332, + 2.919, + 1416, + 3.438, + 1548, + 3.891, + 1589, + 3.354, + 1617, + 3.894, + 1661, + 2.493, + 1666, + 3.085, + 1684, + 2.882, + 1689, + 3.531, + 1797, + 3.209, + 1882, + 2.209, + 1884, + 3.066, + 1885, + 2.882, + 1889, + 3.03, + 1892, + 5.445, + 1966, + 3.354, + 2117, + 3.279, + 2138, + 4.061, + 2148, + 4.061, + 2226, + 3.209, + 2268, + 4.519, + 2283, + 4.977, + 2284, + 5.89, + 2285, + 5.647, + 2286, + 3.085, + 2287, + 4.061, + 2288, + 4.977, + 2289, + 4.551, + 2290, + 4.061, + 2291, + 4.977, + 2292, + 4.27, + 2293, + 4.551, + 2294, + 4.977, + 2295, + 4.977, + 2296, + 9.327, + 2297, + 4.654, + 2298, + 3.754, + 2299, + 3.438, + 2300, + 3.438, + 2301, + 4.977, + 2302, + 4.977, + 2303, + 4.977, + 2304, + 4.977, + 2305, + 3.894, + 2306, + 4.977, + 2307, + 3.531, 2308, - 3.65, - 2343, - 3.734, - 2344, - 3.26, - 2345, - 3.827, - 2346, - 3.827, - 2347, - 3.501, - 2348, - 3.373, - 2349, - 4.754, - 2350, - 4.754, - 2351, - 5.066, - 2352, - 7.793, - 2353, - 5.54, - 2354, - 3.501, - 2355, - 5.54, - 2356, - 10.691, - 2357, - 7.793, - 2358, - 5.54, - 2359, - 5.54, - 2360, - 7.793, - 2361, - 9.782, - 2362, - 4.521, - 2363, - 8.393, - 2364, - 6.097, - 2365, - 4.754, - 2366, - 5.54, - 2367, - 5.54, - 2368, - 3.93, - 2369, - 4.521, - 2370, - 5.54, - 2371, - 5.54, - 2372, - 5.54, - 2373, - 5.066, - 2374, - 5.066, - 2375, - 4.521, - 2376, - 5.54 + 3.438, + 2309, + 4.27, + 2310, + 5.272, + 2311, + 4.27, + 2312, + 3.754, + 2313, + 4.977, + 2314, + 3.894, + 2315, + 4.061, + 2316, + 3.635, + 2317, + 3.635, + 2318, + 4.977, + 2319, + 4.27, + 2320, + 3.754, + 2321, + 4.551, + 2322, + 4.551, + 2323, + 4.056, + 2324, + 4.551, + 2325, + 4.551, + 2326, + 5.89 ] ], [ - "type/manuals/getting-help", + "type/manuals/working-offline", [ 0, 0.731 ] ], [ - "data/manuals/getting-help", + "data/manuals/working-offline", [ 0, - 0.591, + 0.614, 1, - 1.233, + 1.282, 2, - 1.221, + 1.269, 3, - 1.265, + 1.316, 4, - 2.189, + 2.238, 5, - 1.272, + 1.323, 6, - 1.272, + 1.323, 7, - 1.566, + 1.437, 8, - 1.067, - 9, - 1.007, + 1.402, 10, - 1.287, - 11, - 1.074, - 13, - 2.333, - 16, - 0.975, - 21, - 1.874, - 22, - 2.501, - 23, - 1.042, - 28, - 2.504, - 29, - 1.083, - 30, - 1.082, - 32, - 2.005, - 33, - 1.298, - 34, - 2.75, - 39, - 2.787, - 41, - 2.05, + 1.844, + 18, + 1.113, + 20, + 1.318, + 36, + 1.447, + 38, + 0.947, + 42, + 1.984, + 44, + 2.094, 46, - 1.341, - 48, - 1.341, - 51, + 1.415, + 49, + 2.949, + 57, 1.323, - 63, - 2.313, - 68, - 1.6, - 70, - 1.083, - 71, - 1.447, - 74, - 0.783, + 59, + 1.02, + 60, + 2.019, + 61, + 6.15, + 72, + 3.111, 77, - 1.83, - 86, - 1.393, + 2.054, + 79, + 1.019, + 85, + 2.999, + 91, + 3.799, + 99, + 1.045, 100, - 4.15, - 121, - 1.363, - 123, - 1.747, - 125, - 1.95, - 127, - 2.946, - 137, - 0.717, + 0.941, + 103, + 1.671, + 106, + 1.3, + 107, + 1.381, + 110, + 3.693, + 111, + 2.094, + 113, + 1.709, + 116, + 1.951, + 126, + 1.693, 141, - 1.413, - 146, - 1.905, - 151, - 1.87, - 152, - 2.499, + 2.684, + 148, + 2.283, + 150, + 1.837, + 153, + 2.706, 158, - 2.392, - 160, - 1.494, - 161, - 1.938, - 172, - 1.334, - 182, - 1.934, - 191, - 1.786, - 193, - 1.018, + 2.121, + 169, + 0.746, + 177, + 1.534, + 194, + 0.915, + 197, + 2.93, 198, - 1.575, - 219, - 2.443, - 222, - 3.25, - 237, - 1.92, - 247, - 1.515, + 2.701, + 207, + 1.668, + 226, + 2.019, + 228, + 2.129, + 229, + 1.714, + 230, + 1.745, + 231, + 2.723, + 241, + 2.002, 256, - 1.417, - 281, - 2.415, - 282, - 2.533, - 283, - 2.443, - 290, - 1.678, - 291, - 2.423, - 293, - 1.934, - 297, - 1.51, - 300, - 1.786, - 302, - 2.646, - 317, - 2.646, - 339, + 1.126, + 257, + 1.981, + 259, + 3.556, + 268, + 2.178, + 269, + 2.121, + 273, + 1.791, + 292, + 2.147, + 313, + 3.665, + 359, + 2.245, + 368, + 1.425, + 382, + 1.804, + 392, + 2.542, + 452, + 1.457, + 457, + 1.78, + 471, + 1.344, + 472, + 2.31, + 500, + 1.829, + 524, + 2.43, + 537, + 2.859, + 552, + 2.779, + 553, + 1.792, + 555, + 1.57, + 577, + 2.845, + 636, + 2.782, + 646, + 4.322, + 651, + 6.226, + 652, + 3.379, + 653, + 4.584, + 674, + 2.511, + 681, + 2.456, + 690, + 3.168, + 691, + 1.534, + 692, + 1.881, + 693, + 5.3, + 695, + 3.28, + 701, + 2.634, + 705, + 3.302, + 710, + 3.517, + 711, + 2.999, + 719, + 6.226, + 728, + 2.456, + 751, + 2.027, + 758, + 2.225, + 765, + 2.988, + 774, + 2.266, + 793, + 3.968, + 808, + 2.667, + 836, + 4.301, + 837, + 4.679, + 894, + 3.37, + 903, + 2.702, + 939, + 2.483, + 995, + 3.168, + 996, + 4.737, + 1010, + 3.504, + 1053, + 3.556, + 1060, + 2.817, + 1066, + 4.182, + 1067, + 1.638, + 1068, + 4.585, + 1090, + 3.376, + 1104, + 3.253, + 1106, + 4.301, + 1146, + 2.166, + 1162, + 3.556, + 1166, + 4.202, + 1186, + 2.456, + 1216, + 2.702, + 1296, + 2.703, + 1416, + 6.852, + 1432, + 2.817, + 1482, + 3.661, + 1486, + 5.148, + 1543, + 2.95, + 1558, + 3.108, + 1588, + 2.456, + 1655, + 2.634, + 1666, + 3.108, + 1724, + 2.38, + 1819, + 3.922, + 1882, + 2.225, + 1928, + 2.702, + 1974, + 4.09, + 2042, + 2.777, + 2054, + 4.138, + 2073, + 3.781, + 2096, + 4.02, + 2114, + 3.168, + 2279, + 5.474, + 2327, + 4.585, + 2328, + 5.013, + 2329, + 4.301, + 2330, + 5.618, + 2331, + 6.226, + 2332, + 4.584, + 2333, + 8.528, + 2334, + 5.013, + 2335, + 4.679, + 2336, + 4.891, + 2337, + 3.556, + 2338, + 4.301, + 2339, + 4.301, + 2340, + 5.013, + 2341, + 3.781, + 2342, + 4.584, + 2343, + 3.922, + 2344, + 4.09, + 2345, + 3.661, + 2346, + 4.27, + 2347, + 5.013, + 2348, + 5.013, + 2349, + 5.013, + 2350, + 5.013, + 2351, + 5.013, + 2352, + 3.781, + 2353, + 3.232, + 2354, + 3.556, + 2355, + 3.922, + 2356, + 4.584, + 2357, + 5.677, + 2358, + 3.108, + 2359, + 3.781, + 2360, + 2.702 + ] + ], + [ + "type/manuals/gui-particlefx", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/gui-particlefx", + [ + 0, + 1.08, + 1, + 2.255, + 2, + 2.232, + 3, + 2.314, + 4, + 2.314, + 5, + 2.327, + 6, + 2.327, + 7, + 1.501, + 18, + 1.096, + 38, + 0.979, + 41, + 4.633, + 59, + 0.796, + 62, + 2.916, + 79, + 0.749, + 95, + 4.103, + 97, + 2.549, + 113, + 1.767, + 121, + 2.916, + 148, 1.809, - 349, - 4.883, - 363, - 2.179, - 364, - 1.95, - 393, - 2.875, - 395, - 1.905, - 402, - 3.048, - 407, - 1.901, - 410, - 2.75, - 411, - 2.243, - 412, - 2.502, - 418, - 4.457, - 420, - 3.25, - 422, - 3.189, - 432, - 2.337, - 465, - 2.41, - 469, - 3.745, - 478, - 2.014, - 495, + 153, + 2.001, + 160, + 3.119, + 182, + 6.226, + 201, + 1.981, + 229, + 1.616, + 232, + 6.951, + 234, + 6.44, + 524, + 3.534, + 526, + 6.951, + 590, + 4.371, + 710, + 4.274, + 993, + 4.955, + 1065, + 8.609, + 1136, + 6.541, + 2361, + 11.701, + 2362, + 8.063, + 2363, + 8.063 + ] + ], + [ + "type/manuals/hot-reload", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/hot-reload", + [ + 7, + 1.495, + 18, + 1.075, + 20, + 1.536, + 36, + 1.441, + 38, + 1.035, + 57, + 0.924, + 59, + 1.043, + 62, + 2.389, + 79, + 0.926, + 96, + 2.29, + 97, + 2.695, + 99, + 0.828, + 100, + 1.749, + 103, + 1.663, + 107, + 1.964, + 121, + 2.389, + 126, + 1.434, + 148, + 1.482, + 149, 2.75, - 521, - 1.89, + 153, + 1.639, + 160, + 2.756, + 165, + 3.118, + 167, + 3.77, + 171, + 5.291, + 177, + 2.21, + 178, + 3.473, + 196, + 2.498, + 201, + 1.623, + 229, + 1.324, + 257, + 3.683, + 268, + 2.107, + 269, + 2.474, + 309, + 4.251, + 345, + 3.502, + 368, + 2.054, + 399, + 5.125, + 425, + 4.12, + 434, + 3.362, + 446, + 3.619, + 471, + 1.936, + 497, + 3.704, + 504, + 3.661, 522, - 4.043, - 547, - 1.433, - 548, - 2.12, - 554, - 1.595, - 595, - 3.325, - 633, - 3.173, - 654, - 3.321, - 659, - 1.89, - 666, - 1.89, - 680, - 2.787, - 714, - 1.905, - 737, - 1.809, - 759, - 1.7, - 766, - 2.884, - 804, - 2.415, - 811, - 2.971, - 889, - 1.89, + 3.579, + 524, + 3.122, + 552, + 2.148, + 583, + 4.479, + 629, + 2.173, + 652, + 6.283, + 689, + 3.236, + 707, + 5.277, + 708, + 5.125, + 773, + 2.618, + 792, + 5.316, + 832, + 3.465, 891, - 3.551, - 921, - 3.533, - 939, - 2.565, - 943, - 2.837, - 944, - 2.792, - 1122, - 5.131, - 1127, - 3.456, - 1145, - 2.313, - 1155, - 3.637, - 1160, - 1.934, - 1175, - 3.176, - 1190, - 2.709, - 1200, - 2.243, - 1218, - 5.518, - 1219, - 2.599, - 1234, - 2.362, - 1273, - 2.671, - 1275, - 2.599, - 1276, - 5.621, - 1491, - 2.388, - 1500, - 3.616, - 1511, - 2.989, - 1525, - 3.109, - 1543, - 3.637, - 1570, - 4.22, - 1622, - 3.456, - 1669, - 2.989, - 1764, - 4.085, - 1784, - 2.243, - 1821, - 2.14, - 1850, - 2.884, - 1865, - 4.085, - 1907, - 6.34, - 1980, - 3.33, - 1985, - 7.488, - 2038, - 2.14, - 2088, - 3.772, - 2130, - 3.521, - 2144, - 5.17, - 2177, - 3.42, - 2249, - 3.772, + 2.45, + 917, + 3.266, + 923, + 3.54, + 931, + 1.999, + 1010, + 2.969, + 1011, + 4.658, + 1046, + 4.322, + 1104, + 3.592, + 1272, + 3.206, + 1295, + 2.711, + 1296, + 2.691, + 1574, + 4.398, + 1594, + 4.12, + 1602, + 3.54, + 1655, + 3.796, + 1672, + 5.025, + 1724, + 3.43, + 1864, + 4.759, + 1871, + 3.502, + 1872, + 4.398, + 1879, + 4.724, + 1938, + 5.895, + 2364, + 10.32, + 2365, + 7.224, + 2366, + 9.321, + 2367, + 7.224, + 2368, + 7.224, + 2369, + 7.224, + 2370, + 9.437, + 2371, + 7.224, + 2372, + 5.652, + 2373, + 4.565, + 2374, + 6.199, + 2375, + 8.074, + 2376, + 7.224, 2377, - 4.373, + 5.125, 2378, - 4.137, + 7.224, 2379, - 6.965, + 4.658, 2380, - 3.772, + 7.224, 2381, - 4.821, + 7.224, 2382, - 7.053, + 4.479, 2383, - 7.626, + 4.479, 2384, - 4.821, + 4.479, 2385, - 6.052, + 7.032, 2386, - 4.821, + 7.224, 2387, - 7.488, + 5.45, 2388, - 4.408, + 6.199, 2389, - 3.33, + 4.184 + ] + ], + [ + "type/manuals/editor-styling", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/editor-styling", + [ + 0, + 0.6, + 1, + 1.253, + 2, + 1.241, + 3, + 1.286, + 4, + 1.286, + 5, + 1.293, + 6, + 1.293, + 7, + 1.605, + 10, + 1.543, + 11, + 1.776, + 18, + 1.04, + 20, + 1.229, + 38, + 0.793, + 39, + 1.034, + 42, + 0.89, + 46, + 1.604, + 49, + 3.399, + 57, + 1.077, + 59, + 0.98, + 77, + 1.015, + 79, + 0.715, + 85, + 2.932, + 86, + 3.524, + 94, + 4.304, + 96, + 3.357, + 99, + 0.821, + 100, + 1.735, + 107, + 1.358, + 108, + 1.441, + 109, + 1.839, + 110, + 2.82, + 132, + 1.684, + 153, + 1.91, + 157, + 4.811, + 158, + 2.087, + 159, + 7.18, + 169, + 0.729, + 190, + 3.999, + 196, + 2.468, + 198, + 2.519, + 200, + 2.983, + 212, + 4.574, + 216, + 4.288, + 229, + 1.309, + 236, + 2.455, + 241, + 1.049, + 256, + 1.101, + 268, + 1.001, + 269, + 1.619, + 292, + 4.211, + 324, + 2.795, + 342, + 2.195, + 347, + 7.499, + 380, + 2.534, + 449, + 2.932, + 451, + 3.579, + 462, + 4.481, + 471, + 1.314, + 480, + 3.228, + 524, + 2.39, + 555, + 1.535, + 567, + 2.543, + 581, + 2.642, + 582, + 2.983, + 604, + 3.617, + 675, + 1.879, + 686, + 2.642, + 715, + 2.575, + 723, + 2.983, + 747, + 2.754, + 750, + 2.376, + 772, + 3.385, + 790, + 8.457, + 791, + 7.18, + 792, + 4.071, + 793, + 2.28, + 849, + 3.736, + 859, + 2.455, + 915, + 1.879, + 960, + 3.842, + 989, + 6.626, + 999, + 2.258, + 1095, + 3.999, + 1104, + 2.484, + 1263, + 3.579, + 1289, + 3.038, + 1329, + 2.932, + 1332, + 2.887, + 1338, + 3.834, + 1363, + 5.584, + 1424, + 3.999, + 1463, + 5.631, + 1672, + 5.709, + 1897, + 3.834, + 1999, + 2.715, + 2070, + 6.212, + 2126, + 8.457, + 2149, + 8.989, + 2249, + 3.303, 2390, - 4.821, + 4.931, 2391, - 4.408, + 12.012, 2392, - 5.4, + 9.249, 2393, - 4.294, + 11.726, 2394, - 6.449, + 9.83, 2395, - 8.34, + 9.249, 2396, - 3.25, + 9.83, 2397, - 7.053, + 8.419, 2398, - 7.626, + 3.999, 2399, - 3.637, + 3.697, 2400, - 4.821, + 4.481, 2401, - 6.052, + 7.138, 2402, - 3.521, + 4.901, 2403, - 4.137, + 3.477, 2404, - 4.821, + 9.83, 2405, - 4.408, + 7.138, 2406, - 4.821, + 11.067, 2407, - 4.137, + 4.901, 2408, - 4.872, + 4.481, 2409, - 6.433, + 6.869, 2410, - 3.934, + 6.869, 2411, - 3.109, + 4.901, 2412, - 3.521, + 4.901, 2413, - 4.137, + 4.901, 2414, - 4.821, + 7.138, 2415, - 4.408, + 4.901, 2416, - 4.821, + 7.138, 2417, - 6.449, + 4.901, 2418, - 4.821, + 8.021, 2419, - 3.637, + 4.901, 2420, - 3.637, + 3.303, 2421, - 3.047, + 4.901, 2422, - 4.821, + 4.901, 2423, - 3.772, + 3.697, 2424, - 3.772, + 4.901, 2425, - 3.637, + 4.901, 2426, - 3.42, + 7.138, 2427, - 4.821, + 7.138, 2428, - 4.548, + 4.901, 2429, - 3.934, - 2430, - 4.821, - 2431, - 4.137 + 3.834 ] ], [ - "type/manuals/texture-filtering", + "type/manuals/zerobrane", [ 0, 0.731 ] ], [ - "data/manuals/texture-filtering", + "data/manuals/zerobrane", [ 0, - 1.083, + 0.514, 1, - 2.26, + 1.073, 2, - 2.237, + 1.062, 3, - 2.319, + 1.101, 4, - 2.319, + 1.101, 5, - 2.331, + 1.107, 6, - 2.331, + 1.107, 7, - 1.47, - 23, - 1.91, - 30, - 1.08, - 33, - 1.404, - 74, - 1.173, + 1.523, + 8, + 2.816, + 12, + 1.914, + 18, + 1.125, + 20, + 1.462, + 36, + 1.268, + 38, + 1.076, + 42, + 1.395, + 43, + 2.176, + 44, + 2.656, + 46, + 1.515, + 49, + 1.45, + 57, + 0.982, + 59, + 0.875, + 60, + 1.769, + 62, + 1.387, 77, - 1.762, - 158, - 2.997, + 1.317, + 79, + 0.782, + 86, + 2.064, + 90, + 1.83, + 91, + 3.308, + 97, + 1.838, + 99, + 1.095, + 100, + 1.946, + 103, + 1.768, + 106, + 1.139, + 107, + 2.147, + 108, + 1.233, + 109, + 3.455, + 110, + 2.512, + 113, + 1.538, + 125, + 1.934, + 126, + 2.108, + 141, + 2.352, + 143, + 2.033, + 148, + 1.889, + 153, + 2.089, + 160, + 2.865, + 169, + 0.624, 193, - 1.865, - 244, - 4.642, - 263, - 2.472, - 305, - 5.117, + 2.6, + 194, + 1.16, + 197, + 1.441, + 198, + 2.639, + 199, + 1.797, + 201, + 1.725, + 203, + 2.261, + 208, + 3.377, + 229, + 1.165, + 230, + 2.672, + 231, + 3.215, + 240, + 2.183, + 241, + 0.898, + 256, + 0.942, + 257, + 2.512, + 260, + 2.588, + 261, + 1.781, + 268, + 0.856, + 269, + 2.089, + 271, + 2.176, + 273, + 1.895, + 292, + 1.797, 324, - 5.956, - 366, - 4.776, + 2.392, + 332, + 1.396, + 334, + 2.323, + 350, + 2.509, + 353, + 1.683, + 359, + 1.878, + 368, + 2.183, + 380, + 1.489, + 382, + 1.509, + 391, + 2.6, + 392, + 2.227, + 433, + 2.592, + 442, + 2.848, + 452, + 1.219, + 454, + 1.67, + 457, + 2.726, + 471, + 1.124, + 472, + 3.538, + 485, + 3.164, + 496, + 1.951, + 500, + 1.53, + 521, + 2.672, + 522, + 2.078, + 533, + 2.323, + 543, + 1.683, + 550, + 1.951, + 555, + 1.991, + 577, + 2.493, 580, - 4.283, - 594, - 4.341, - 710, - 3.201, + 4.018, + 583, + 3.941, + 590, + 3.815, + 598, + 2.704, + 623, + 4.468, + 635, + 2.763, + 644, + 3.804, + 646, + 5.255, + 648, + 2.033, + 650, + 5.644, + 656, + 2.65, + 672, + 1.951, + 674, + 2.101, + 681, + 3.115, + 685, + 1.71, + 691, + 1.945, + 692, + 1.574, + 694, + 3.063, + 702, + 2.101, + 703, + 1.645, + 744, + 3.722, + 751, + 1.696, + 771, + 4.285, + 774, + 1.896, + 834, + 2.078, + 857, + 2.392, + 866, + 1.562, + 895, + 2.012, + 904, + 2.975, + 909, + 2.704, 912, - 6.676, - 948, - 3.339, - 1011, - 4.821, - 1889, - 5.117, - 2035, - 7.716, - 2425, - 6.666, + 5.937, + 915, + 2.438, + 916, + 6.258, + 919, + 2.15, + 924, + 1.991, + 995, + 2.65, + 998, + 2.429, + 999, + 2.929, + 1029, + 3.762, + 1034, + 1.608, + 1052, + 4.034, + 1056, + 4.644, + 1064, + 2.055, + 1079, + 2.033, + 1104, + 2.213, + 1126, + 2.101, + 1135, + 2.827, + 1146, + 1.812, + 1216, + 2.261, + 1224, + 2.012, + 1248, + 2.65, + 1283, + 3.474, + 1296, + 1.562, + 1311, + 2.704, + 1322, + 2.15, + 1332, + 2.571, + 1343, + 2.323, + 1376, + 3.063, + 1421, + 2.553, + 1460, + 2.357, + 1486, + 2.975, + 1597, + 2.429, + 1624, + 3.063, + 1629, + 2.848, + 1630, + 4.796, + 1661, + 3.185, + 1662, + 2.796, + 1667, + 4.796, + 1682, + 2.65, + 1840, + 2.392, + 1866, + 4.379, + 1868, + 2.704, + 1882, + 1.861, + 1896, + 2.827, + 1942, + 3.573, + 2027, + 3.15, + 2043, + 3.063, + 2075, + 3.804, + 2096, + 3.522, + 2121, + 2.468, + 2160, + 2.827, + 2261, + 2.357, + 2268, + 4.085, + 2308, + 2.897, + 2327, + 4.852, + 2341, + 4.796, + 2346, + 4.518, + 2429, + 3.281, + 2430, + 11.001, + 2431, + 3.599, 2432, - 8.836, + 3.835, 2433, - 8.836, + 7.134, 2434, - 8.265, + 5.447, 2435, - 7.121, + 3.422, 2436, - 9.66, + 3.599, 2437, - 8.836, + 3.422, 2438, - 8.836, + 3.599, 2439, - 7.21, + 8.568, 2440, - 8.836, + 3.082, 2441, - 8.836, + 2.203, 2442, - 8.836, + 3.063, 2443, - 8.836, + 4.194, 2444, - 7.582 + 4.194, + 2445, + 6.358, + 2446, + 6.358, + 2447, + 4.194, + 2448, + 4.188, + 2449, + 6.358, + 2450, + 5.814, + 2451, + 3.164, + 2452, + 2.975, + 2453, + 4.194, + 2454, + 6.358, + 2455, + 3.281, + 2456, + 4.194, + 2457, + 4.194, + 2458, + 5.188, + 2459, + 3.164, + 2460, + 5.455, + 2461, + 4.194, + 2462, + 4.194, + 2463, + 3.835, + 2464, + 4.194, + 2465, + 3.063, + 2466, + 4.194, + 2467, + 4.194, + 2468, + 3.281, + 2469, + 2.975, + 2470, + 4.194, + 2471, + 3.422 ] ], [ - "type/manuals/atlas", + "type/manuals/flipbook-animation", [ 0, 0.731 ] ], [ - "data/manuals/atlas", + "data/manuals/flipbook-animation", [ 0, - 0.336, + 0.554, 1, - 0.702, + 1.157, 2, - 0.695, + 1.145, 3, - 0.72, + 1.187, 4, - 0.72, + 1.187, 5, - 0.724, + 1.193, 6, - 0.724, + 1.193, 7, - 1.574, - 8, - 1.48, - 9, - 0.945, - 11, - 1.049, - 13, - 1.92, - 16, - 0.958, - 21, - 1.185, - 22, - 2.023, - 23, - 1.741, - 24, - 2.072, - 26, - 0.736, - 28, - 0.974, - 29, - 1.305, - 30, - 1.141, - 32, - 1.284, - 33, - 1.299, - 35, - 1.726, - 42, - 1.919, - 44, - 3.577, - 48, - 2.08, - 49, - 0.981, - 50, - 1.196, - 51, - 1.266, + 1.54, + 10, + 1.924, + 18, + 1.119, + 20, + 1.264, + 36, + 1.897, + 38, + 1.056, + 39, + 1.878, + 46, + 1.513, + 47, + 3.598, 52, - 0.913, - 53, - 1.769, + 1.245, + 57, + 1.138, 58, - 4.548, + 3.491, + 59, + 0.9, 62, - 1.277, - 65, - 5.412, - 67, - 1.59, - 68, - 1.531, - 70, - 1.305, - 71, - 1.652, - 73, - 1.979, - 74, - 0.749, - 75, - 1.542, + 2.225, + 63, + 3.261, 77, - 0.547, - 80, - 1.264, - 83, - 2.842, + 1.843, + 79, + 0.951, 86, - 1.515, - 87, - 2.795, - 92, - 2.928, + 2.184, + 90, + 1.078, + 93, + 2.916, + 95, + 4.426, 97, - 1.776, + 1.307, + 99, + 1.017, + 100, + 1.507, 102, - 1.995, - 108, - 1.716, - 110, - 2.245, + 1.163, + 103, + 1.549, + 106, + 1.704, 111, - 3.096, - 119, - 2.948, - 121, - 2.41, - 123, - 0.994, - 127, - 2.818, - 136, - 1.947, - 137, - 1.198, + 1.889, + 113, + 1.348, + 124, + 1.971, + 126, + 1.595, 141, - 2.0, + 1.673, 143, - 2.876, + 2.192, + 148, + 1.648, 149, - 2.654, + 1.721, 151, - 1.064, - 159, - 1.03, + 3.686, + 153, + 2.158, 160, - 1.442, - 161, - 2.019, - 162, - 1.922, + 2.812, + 165, + 3.241, + 166, + 3.776, 167, - 1.671, - 168, - 1.589, - 182, - 1.822, - 189, - 2.004, - 190, - 2.125, - 191, - 1.708, - 195, - 1.479, + 4.175, + 169, + 1.001, + 177, + 1.384, + 178, + 4.171, + 186, + 3.896, + 194, + 0.825, + 196, + 2.326, 198, - 1.483, - 202, - 5.454, - 218, - 2.587, - 223, - 2.515, - 224, - 0.755, + 1.232, + 207, + 3.165, + 213, + 4.338, + 214, + 5.075, + 215, + 5.838, 229, - 1.997, - 230, - 2.385, - 234, - 2.273, + 0.829, 237, - 1.553, + 3.702, + 238, + 2.541, + 240, + 2.285, 241, - 2.927, - 244, - 1.442, - 247, - 0.498, + 2.211, + 243, + 2.24, 256, - 0.807, - 261, - 1.424, - 263, - 0.768, - 267, - 2.112, + 1.512, + 260, + 1.524, + 266, + 2.007, + 268, + 1.64, + 269, + 1.526, 273, - 1.767, - 278, - 2.064, - 281, - 1.375, - 285, - 4.416, - 288, - 4.415, - 289, - 1.734, + 1.661, + 282, + 2.24, + 290, + 3.463, 291, - 0.943, - 297, - 0.859, - 299, - 6.395, - 300, - 2.04, - 306, - 4.78, - 307, - 1.896, - 309, - 1.359, - 310, - 5.574, - 313, - 1.424, - 314, - 1.769, - 315, - 3.316, - 316, - 0.825, - 318, - 2.75, - 335, - 3.089, - 337, - 3.475, - 338, - 4.129, + 3.896, + 292, + 3.812, 339, - 1.03, - 343, - 1.651, - 346, - 1.767, - 363, - 4.417, - 369, - 0.87, - 384, - 1.928, - 390, - 1.808, - 407, - 1.548, - 427, - 1.33, - 432, - 2.814, - 437, - 2.915, - 438, - 1.229, - 441, - 0.955, - 456, - 2.845, - 457, - 1.479, - 465, - 1.12, - 469, - 1.741, - 473, - 1.359, - 478, - 1.146, - 479, - 1.359, - 481, - 1.03, + 3.538, + 341, + 2.192, + 352, + 8.136, + 368, + 1.286, + 374, + 2.916, + 380, + 1.606, + 387, + 1.595, + 433, + 1.843, + 452, + 1.956, + 454, + 2.679, + 472, + 2.084, + 487, + 3.208, 495, - 1.565, - 502, - 1.316, - 504, - 1.565, - 512, - 3.416, - 514, - 2.061, - 539, - 2.716, - 540, - 3.263, - 541, - 5.427, - 548, - 2.967, - 549, - 1.808, - 554, - 1.501, - 581, - 1.885, - 583, - 0.987, - 590, - 2.663, + 3.69, + 500, + 1.65, + 505, + 3.45, + 523, + 2.347, + 524, + 2.98, + 526, + 4.432, + 550, + 2.104, + 561, + 2.132, + 573, + 1.697, + 588, + 2.347, + 600, + 2.169, 614, - 1.734, - 618, - 4.351, - 633, - 0.949, - 655, - 1.207, - 674, - 1.808, - 680, - 2.294, - 710, - 0.994, - 712, - 1.128, - 714, - 2.666, - 742, - 2.716, - 749, - 1.391, - 754, - 2.89, - 756, - 1.359, - 759, - 2.048, - 773, - 2.147, + 2.638, + 660, + 2.706, + 692, + 1.697, + 703, + 3.15, + 724, + 2.706, + 728, + 3.937, + 752, + 2.084, + 758, + 2.007, + 765, + 1.584, 792, - 1.668, - 796, - 1.264, - 810, - 1.671, - 812, - 2.033, - 813, - 4.14, - 824, - 1.33, - 826, - 2.814, - 827, - 1.045, - 840, - 3.316, - 843, - 2.927, - 858, - 1.84, + 2.579, + 795, + 2.916, + 828, + 6.076, + 831, + 4.025, 866, - 1.176, - 867, - 2.201, - 869, - 1.734, - 890, - 1.391, - 895, - 2.927, - 906, - 1.701, - 919, - 1.359, - 921, - 2.909, + 1.685, + 935, + 2.24, 941, - 1.769, - 947, - 1.589, - 958, - 2.675, - 983, - 1.642, - 999, - 2.239, - 1011, - 1.252, - 1022, - 1.442, - 1026, - 1.615, - 1038, - 1.85, - 1059, - 1.345, - 1072, - 1.29, - 1080, - 3.06, - 1094, - 2.249, - 1117, - 1.947, - 1127, - 1.345, - 1129, - 1.186, - 1139, - 2.671, - 1160, - 1.101, - 1161, - 2.509, - 1166, - 2.155, - 1222, - 1.229, - 1250, - 1.375, - 1251, - 1.391, - 1348, - 1.46, - 1404, - 1.769, - 1461, - 1.947, - 1488, - 2.551, - 1516, - 2.034, - 1526, - 1.29, - 1535, - 4.38, - 1549, - 1.52, - 1599, - 1.565, - 1611, - 1.615, - 1613, - 2.07, - 1618, - 1.46, - 1622, - 3.662, - 1636, - 1.442, - 1642, - 1.701, - 1742, - 1.769, - 1750, - 3.136, - 1751, - 2.239, - 1756, - 2.764, - 1815, - 1.85, - 1816, - 1.769, - 1821, - 1.218, - 1824, - 2.239, - 1844, - 1.52, - 1868, - 1.542, - 1920, - 4.79, - 1927, - 2.355, + 1.773, + 946, + 3.303, + 948, + 1.787, + 959, + 5.494, + 977, + 2.406, + 979, + 4.3, + 981, + 4.096, + 1019, + 3.594, + 1034, + 1.734, + 1071, + 2.579, + 1105, + 4.432, + 1109, + 2.192, + 1131, + 4.939, + 1137, + 4.807, + 1146, + 3.472, + 1153, + 4.182, + 1221, + 2.24, + 1279, + 4.025, + 1296, + 2.506, + 1302, + 3.303, + 1379, + 3.131, + 1381, + 3.208, + 1473, + 3.208, + 1560, + 2.979, + 1584, + 5.345, + 1594, + 3.837, + 1648, + 2.579, + 1649, + 3.535, + 1660, + 3.538, + 1661, + 3.371, + 1684, + 2.619, + 1720, + 3.538, + 1871, + 2.192, + 1882, + 2.007, + 1902, + 2.979, + 1903, + 4.914, + 1904, + 3.538, + 1905, + 3.88, + 1926, + 2.979, 1928, - 1.85, - 1929, - 2.876, + 2.438, + 1936, + 2.505, + 1948, + 2.406, 1950, - 1.808, - 1954, - 3.316, - 1967, - 1.52, - 1979, - 1.642, - 1995, - 2.07, - 2042, - 2.239, - 2049, - 2.07, - 2070, - 1.589, - 2116, - 1.734, - 2212, - 3.06, - 2257, - 2.239, - 2258, - 2.004, - 2261, - 1.896, - 2268, - 1.769, - 2274, - 1.947, - 2291, - 1.642, - 2344, - 1.615, - 2354, - 1.734, - 2373, - 2.509, - 2379, - 1.734, - 2402, - 3.316, - 2411, - 1.769, - 2445, - 2.147, - 2446, - 2.744, - 2447, - 3.22, - 2448, - 3.551, - 2449, - 2.744, - 2450, - 1.808, - 2451, - 1.769, - 2452, - 2.744, - 2453, - 1.947, - 2454, - 2.355, - 2455, - 2.509, - 2456, - 2.744, - 2457, - 2.07, - 2458, - 2.509, - 2459, - 2.509, - 2460, - 2.355, - 2461, - 2.147, - 2462, - 2.004, - 2463, - 4.264, - 2464, - 2.355, - 2465, - 2.355, - 2466, - 5.284, - 2467, - 4.151, - 2468, - 2.509, - 2469, - 2.744, - 2470, - 5.505, - 2471, - 2.744, + 6.152, + 1982, + 2.266, + 2089, + 2.541, 2472, - 2.744, + 3.048, 2473, - 2.744, + 4.522, 2474, - 2.744, + 3.411, 2475, - 1.442, + 3.411, 2476, - 1.701, + 3.303, 2477, - 2.509, + 4.135, 2478, - 2.744, + 3.88, 2479, - 3.424, + 3.69, 2480, - 2.744, + 4.522, 2481, - 2.147, + 6.152, 2482, - 2.744, + 6.555, 2483, - 2.744, + 6.728, 2484, - 2.744, + 9.511, 2485, - 2.509, + 4.522, 2486, - 2.744, + 6.728, 2487, - 2.239, + 5.773, 2488, - 2.744, + 5.49, 2489, - 2.509, + 6.728, 2490, - 1.947, + 6.728, 2491, - 2.147, + 8.034, 2492, - 2.744, + 8.034, 2493, - 2.744, + 7.799, 2494, - 1.947, + 3.538, 2495, - 2.239, + 3.538, 2496, - 2.355, + 3.411, 2497, - 1.424, + 3.88, 2498, - 2.509, + 2.916, 2499, - 4.151, + 6.728, 2500, - 2.239, + 4.522, 2501, - 2.004, + 7.346, 2502, - 1.642, + 8.034, 2503, - 2.744, + 2.979, 2504, - 3.22, + 8.898, 2505, - 1.85, + 6.728 + ] + ], + [ + "type/manuals/collection-factory", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/collection-factory", + [ + 0, + 0.473, + 1, + 0.987, + 2, + 0.977, + 3, + 1.013, + 4, + 1.013, + 5, + 1.018, + 6, + 1.018, + 7, + 1.498, + 8, + 2.04, + 10, + 2.114, + 11, + 1.398, + 18, + 1.133, + 20, + 1.473, + 36, + 0.77, + 38, + 1.086, + 39, + 0.815, + 43, + 2.003, + 46, + 1.479, + 49, + 1.334, + 52, + 1.642, + 57, + 1.379, + 59, + 0.846, + 62, + 1.276, + 72, + 1.284, + 77, + 1.235, + 79, + 1.006, + 86, + 1.253, + 90, + 1.738, + 92, + 2.926, + 96, + 3.356, + 97, + 1.116, + 99, + 0.957, + 100, + 1.664, + 102, + 0.992, + 103, + 2.325, + 106, + 1.069, + 107, + 1.135, + 109, + 1.448, + 110, + 1.525, + 111, + 1.612, + 113, + 0.773, + 119, + 3.023, + 125, + 1.174, + 126, + 1.447, + 133, + 3.984, + 143, + 1.871, + 146, + 4.595, + 148, + 1.82, + 150, + 0.977, + 153, + 1.861, + 160, + 2.622, + 161, + 2.601, + 165, + 2.964, + 166, + 3.427, + 167, + 3.792, + 169, + 1.32, + 170, + 1.48, + 177, + 2.869, + 178, + 3.642, + 194, + 2.023, + 196, + 2.063, + 198, + 1.051, + 201, + 1.638, + 207, + 2.731, + 226, + 2.283, + 227, + 2.235, + 228, + 1.639, + 229, + 1.094, + 237, + 2.749, + 239, + 2.624, + 256, + 1.638, + 257, + 2.881, + 268, + 0.788, + 269, + 2.352, + 272, + 2.911, + 273, + 1.472, + 282, + 1.912, + 313, + 1.513, + 323, + 3.569, + 324, + 2.201, + 332, + 2.731, + 395, + 3.019, + 411, + 2.003, + 428, + 2.309, + 434, + 1.796, + 442, + 1.729, + 446, + 1.933, + 452, + 1.122, + 454, + 2.903, + 471, + 1.599, + 473, + 2.624, + 479, + 1.448, + 480, + 2.542, + 489, + 3.393, + 524, + 1.998, + 527, + 3.149, + 529, + 6.694, + 552, + 1.774, + 555, + 1.868, + 556, + 2.451, + 560, + 2.439, + 577, + 2.339, + 579, + 2.989, + 590, + 1.599, + 596, + 2.109, + 604, + 1.956, + 629, + 1.161, + 634, + 1.525, + 636, + 2.287, + 648, + 1.871, + 689, + 3.266, + 692, + 2.238, + 751, + 1.561, + 760, + 2.738, + 762, + 5.288, + 773, + 2.161, + 774, + 2.697, + 808, + 2.053, + 828, + 3.51, + 832, + 1.851, + 849, + 3.236, + 860, + 4.752, + 866, + 1.438, + 880, + 1.871, + 885, + 2.349, + 898, + 1.37, + 905, + 2.271, + 914, + 2.492, + 918, + 4.498, + 931, + 2.271, + 939, + 1.912, + 985, + 2.819, + 987, + 2.053, + 1002, + 1.912, + 1007, + 3.285, + 1025, + 1.525, + 1040, + 3.569, + 1055, + 2.201, + 1114, + 6.047, + 1129, + 3.311, + 1141, + 2.349, + 1158, + 3.78, + 1172, + 1.956, + 1219, + 5.709, + 1250, + 3.352, + 1264, + 2.542, + 1296, + 1.438, + 1304, + 2.271, + 1324, + 2.003, + 1379, + 1.796, + 1403, + 1.832, + 1479, + 2.271, + 1492, + 2.393, + 1532, + 3.847, + 1579, + 2.819, + 1599, + 3.77, + 1617, + 3.019, + 1628, + 4.926, + 1682, + 2.439, + 1713, + 4.66, + 1821, + 3.019, + 1878, + 4.608, + 1931, + 3.216, + 2175, + 2.542, + 2180, + 2.542, + 2182, + 5.013, + 2189, + 2.138, + 2308, + 2.666, + 2479, + 3.149, 2506, - 1.769, + 2.393, 2507, - 3.895, + 3.569, 2508, - 2.07, + 3.859, 2509, - 1.671, + 7.114, 2510, - 2.004, + 3.859, 2511, - 3.136, + 3.311, 2512, - 3.424, + 3.311, 2513, - 3.424, + 3.311, 2514, - 3.424, + 2.109, 2515, - 4.786, + 5.965, 2516, - 5.505, + 2.738, 2517, - 2.744, + 2.911, 2518, - 2.744, + 3.019, 2519, - 4.54, + 2.911, 2520, - 2.239, + 3.149, 2521, - 2.744, + 3.859, 2522, - 4.151, + 3.019, 2523, - 2.07, + 3.149, 2524, - 2.509, + 6.512, 2525, - 3.424, + 7.611, 2526, - 2.355, + 3.859, 2527, - 1.479, + 3.859, 2528, - 2.744, + 3.859, 2529, - 4.54, + 3.859, 2530, - 2.509, + 6.257, 2531, - 2.509, + 3.529, 2532, - 2.509, + 2.489, 2533, - 2.355, + 4.915, 2534, - 2.004, + 3.529, 2535, - 2.744, + 4.5, 2536, - 4.54, + 3.529, 2537, - 2.509, + 5.455, 2538, - 2.744, + 8.204, 2539, - 2.004, + 3.529, 2540, - 2.147 + 3.305, + 2541, + 6.668, + 2542, + 4.521, + 2543, + 5.501, + 2544, + 2.489, + 2545, + 6.668, + 2546, + 2.819, + 2547, + 3.149, + 2548, + 2.271, + 2549, + 5.455, + 2550, + 2.235, + 2551, + 3.529, + 2552, + 3.529, + 2553, + 3.311, + 2554, + 2.309, + 2555, + 2.439, + 2556, + 5.455, + 2557, + 3.859, + 2558, + 2.666, + 2559, + 3.311, + 2560, + 3.311, + 2561, + 3.149 ] ], [ - "type/manuals/gui-script", + "type/manuals/optimization-memory", [ 0, 0.731 ] ], [ - "data/manuals/gui-script", + "data/manuals/optimization-memory", [ 0, - 0.633, + 0.909, 1, - 1.322, + 1.897, 2, - 1.309, + 1.878, 3, - 1.357, + 1.947, 4, - 1.357, + 1.947, 5, - 1.364, + 1.957, 6, - 1.364, + 1.957, 7, - 1.536, + 1.568, 8, - 1.11, - 9, - 0.953, + 2.075, 10, - 1.73, - 11, - 1.069, - 16, - 1.012, - 21, - 1.055, - 22, - 2.151, - 23, 1.604, - 29, - 1.161, + 18, + 1.108, + 20, + 1.464, 30, - 1.125, - 32, - 0.983, - 33, - 1.389, - 39, - 2.042, - 40, - 5.715, - 41, - 2.919, + 2.803, + 38, + 0.824, 42, - 1.232, + 1.347, 46, - 1.438, + 1.352, 47, - 5.218, - 48, - 2.414, - 49, - 1.847, - 51, - 0.97, - 52, - 1.72, - 60, - 2.107, - 68, - 1.969, - 70, - 2.13, - 71, - 1.522, - 77, - 1.031, - 83, - 2.177, - 86, - 1.238, - 87, - 2.141, - 91, - 2.844, - 92, - 2.548, - 94, - 1.787, - 97, - 2.27, + 4.932, + 57, + 1.514, + 58, + 5.423, + 59, + 0.994, + 79, + 0.63, + 95, + 4.411, + 96, + 3.49, 99, - 2.481, + 1.033, + 100, + 1.392, 102, - 2.803, - 104, - 2.09, - 111, - 3.811, - 113, - 6.246, - 117, - 1.926, - 119, - 1.648, - 137, - 1.411, + 1.907, + 103, + 1.708, + 106, + 1.698, 141, - 1.738, + 2.744, + 142, + 2.819, + 144, + 4.981, 149, - 1.609, + 2.824, 150, - 4.162, - 152, - 1.408, - 160, - 1.698, - 161, - 1.472, - 172, - 2.401, - 201, - 3.999, - 214, - 3.333, - 218, - 3.85, - 219, - 2.619, - 234, - 1.572, - 237, - 1.19, - 263, - 1.446, - 267, - 3.452, - 278, - 2.655, - 291, - 1.776, - 297, - 1.619, - 300, - 1.858, - 301, - 2.589, - 321, - 3.667, - 337, - 1.886, - 343, - 2.109, - 350, - 2.469, - 362, - 2.042, - 369, - 2.351, - 381, - 4.821, - 402, - 2.233, - 409, - 3.266, - 422, - 2.337, - 425, - 2.682, - 431, - 3.147, - 438, - 2.315, - 453, - 2.429, - 465, - 1.831, - 469, - 2.844, - 481, - 1.939, - 491, - 2.159, - 493, + 1.878, + 158, 2.169, - 495, - 4.948, - 507, - 3.57, - 514, - 1.835, - 569, - 3.112, - 583, - 1.86, - 590, - 1.709, - 599, - 2.454, - 628, - 3.147, - 633, - 1.787, - 634, - 4.438, - 654, - 2.953, - 655, - 2.273, - 677, - 2.533, - 680, - 2.042, - 688, - 2.715, - 710, - 1.873, - 715, - 3.041, - 728, - 4.804, - 748, - 3.57, - 754, - 2.214, - 779, - 3.092, - 794, - 3.775, - 826, - 2.505, - 827, - 2.824, - 832, - 3.266, - 889, - 2.027, - 902, - 3.333, - 943, - 3.041, - 944, - 2.993, - 948, - 1.953, - 969, - 4.162, - 1075, - 4.044, - 1220, - 3.899, - 1415, - 7.08, - 1517, - 3.899, - 1684, - 3.405, - 1752, - 3.899, - 1755, - 4.435, - 1762, - 2.993, - 1784, - 2.405, - 1849, - 3.57, - 1973, + 174, + 3.024, + 194, + 1.73, + 198, + 2.582, + 201, + 2.13, + 229, + 1.36, + 256, + 2.13, + 261, + 3.151, + 269, + 2.371, + 390, + 3.124, + 545, + 8.175, + 551, + 6.549, + 554, + 2.783, + 622, + 5.516, + 627, + 5.491, + 683, + 3.151, + 691, + 2.269, + 702, + 3.716, + 750, + 3.596, + 751, + 3.0, + 762, + 4.327, + 773, + 2.688, + 801, + 3.635, + 978, + 4.129, + 1052, 3.897, - 1982, - 2.715, - 2016, - 4.687, - 2069, - 3.775, - 2126, - 3.405, - 2364, - 4.044, - 2408, - 3.57, - 2494, - 3.667, - 2541, - 6.365, - 2542, - 2.863, - 2543, - 4.217, - 2544, - 4.044, - 2545, - 3.899, - 2546, - 5.169, - 2547, - 5.169, - 2548, - 4.435, - 2549, - 3.092, - 2550, - 3.266, - 2551, - 3.899, - 2552, - 3.899, - 2553, - 10.039, - 2554, - 8.676, - 2555, - 4.435, - 2556, - 7.418, - 2557, - 4.435, - 2558, - 4.726, - 2559, - 5.169, - 2560, - 7.934, + 1146, + 3.205, + 1172, + 4.804, + 1253, + 4.168, + 1291, + 4.438, + 1628, + 3.073, + 2189, + 4.109, + 2228, + 5.803, + 2244, + 5.124, 2561, - 5.379, + 6.053, 2562, - 7.934, + 7.152, 2563, - 5.169, + 5.262, 2564, - 5.169, + 7.418, 2565, - 5.169, + 5.0, 2566, - 8.676, + 4.887, 2567, - 5.169, - 2568, 6.783, + 2568, + 4.687, 2569, 7.418, 2570, - 4.435, + 7.418 + ] + ], + [ + "type/manuals/input-gamepads", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/input-gamepads", + [ + 7, + 1.615, + 18, + 0.776, + 20, + 1.143, + 46, + 1.227, + 79, + 0.73, + 99, + 0.923, + 100, + 1.613, + 113, + 1.723, + 122, + 2.677, + 169, + 1.279, + 172, + 3.782, + 198, + 2.342, + 229, + 1.576, + 256, + 1.932, + 330, + 2.742, + 333, + 2.432, + 432, + 6.1, + 471, + 2.305, + 600, + 4.125, + 601, + 3.115, + 602, + 3.477, + 603, + 3.592, + 604, + 4.357, + 605, + 4.904, + 647, + 4.98, + 753, + 7.373, + 890, + 4.462, + 948, + 3.397, + 1131, + 4.26, + 1295, + 3.226, + 1769, + 3.962, + 1896, + 5.796, + 2194, + 4.98, 2571, - 7.418, + 8.599, 2572, - 4.435, + 8.599, 2573, - 2.589, + 8.599, 2574, - 5.169, + 8.599, 2575, - 7.418, + 8.599, 2576, - 4.726, + 8.599, 2577, - 3.899 + 8.599, + 2578, + 8.599, + 2579, + 6.1, + 2580, + 6.486, + 2581, + 6.486, + 2582, + 4.98 ] ], [ - "type/manuals/factory", + "type/manuals/properties", [ 0, 0.731 ] ], [ - "data/manuals/factory", + "data/manuals/properties", + [ + 7, + 1.627, + 18, + 1.126, + 50, + 5.018, + 57, + 1.541, + 75, + 3.984, + 77, + 2.092, + 79, + 0.911, + 95, + 5.606, + 122, + 2.82, + 132, + 3.112, + 142, + 2.693, + 212, + 4.989, + 218, + 6.426, + 250, + 3.499, + 251, + 4.174, + 300, + 3.829, + 302, + 4.904, + 303, + 5.214, + 304, + 6.514, + 305, + 4.003, + 307, + 5.246, + 315, + 4.285, + 316, + 4.368, + 477, + 4.775, + 1229, + 5.967, + 1254, + 6.209, + 1526, + 5.049, + 2245, + 5.931, + 2323, + 6.025, + 2409, + 5.64, + 2583, + 6.321, + 2584, + 5.931, + 2585, + 6.321, + 2586, + 6.321, + 2587, + 5.931, + 2588, + 5.931, + 2589, + 5.931, + 2590, + 5.64, + 2591, + 4.659, + 2592, + 6.321, + 2593, + 6.321, + 2594, + 5.64, + 2595, + 6.321, + 2596, + 6.321, + 2597, + 6.615, + 2598, + 6.321, + 2599, + 6.321, + 2600, + 5.931, + 2601, + 5.931, + 2602, + 5.931, + 2603, + 5.64, + 2604, + 5.931, + 2605, + 6.321, + 2606, + 5.931, + 2607, + 6.321, + 2608, + 6.321, + 2609, + 8.282, + 2610, + 6.321, + 2611, + 6.321, + 2612, + 6.321 + ] + ], + [ + "type/manuals/shader", [ 0, - 0.345, + 0.731 + ] + ], + [ + "data/manuals/shader", + [ + 0, + 0.168, 1, - 1.185, + 0.35, 2, - 0.712, + 0.627, 3, - 0.738, + 0.359, 4, - 0.738, + 0.359, 5, - 0.742, + 0.361, 6, - 0.742, + 0.361, 7, - 1.524, + 1.558, 8, - 1.382, + 1.975, 9, - 0.994, + 0.84, 10, - 2.009, + 2.066, 11, - 1.011, - 13, - 0.93, - 16, - 0.952, + 0.495, + 12, + 0.624, 18, - 1.558, - 19, - 2.683, - 21, - 1.759, + 1.13, + 20, + 1.547, 22, - 2.324, + 0.562, 23, - 2.017, - 26, - 1.242, - 29, - 1.539, + 3.035, + 24, + 2.145, 30, - 1.123, - 32, - 1.874, - 33, - 1.436, - 35, - 0.836, + 1.824, + 36, + 1.339, + 38, + 1.096, + 39, + 1.139, 41, - 1.347, + 1.784, 42, - 1.408, + 1.07, + 43, + 1.285, 44, - 2.37, + 0.571, 46, - 0.783, - 48, - 1.644, - 51, - 1.421, + 1.648, + 47, + 1.109, + 52, + 1.329, + 57, + 1.453, + 58, + 0.71, 59, - 1.195, - 68, - 2.234, - 70, - 1.539, - 71, - 1.768, + 0.988, + 60, + 1.761, + 62, + 0.819, + 66, + 0.882, + 67, + 0.685, + 69, + 0.643, 72, - 2.334, + 0.455, + 73, + 0.792, 74, - 1.094, + 0.864, + 75, + 1.493, 77, - 1.51, - 86, - 1.541, - 87, - 1.165, + 1.872, + 78, + 1.099, + 79, + 0.989, + 82, + 0.922, + 90, + 1.286, + 91, + 1.842, 94, - 2.369, - 97, - 1.418, - 98, - 2.434, + 1.152, + 95, + 0.636, + 96, + 1.076, 99, - 2.747, + 1.024, + 100, + 1.526, + 101, + 1.201, 102, - 2.84, + 1.726, 103, - 1.629, + 0.57, 104, - 3.485, + 1.27, 105, - 2.772, + 0.549, 106, - 2.706, + 1.691, 107, - 1.629, + 1.625, 108, - 1.751, - 110, - 2.521, + 0.728, + 109, + 1.274, 111, - 3.218, + 0.571, + 112, + 1.565, + 113, + 1.78, + 116, + 1.321, 117, - 3.747, - 129, - 1.425, - 135, - 1.738, - 137, - 0.879, - 141, - 0.928, - 144, - 2.404, + 1.998, + 121, + 1.785, + 122, + 2.533, + 125, + 1.641, + 126, + 1.849, + 133, + 1.353, + 140, + 0.63, + 142, + 0.407, + 143, + 0.663, + 147, + 1.458, + 148, + 1.854, + 150, + 0.86, 151, - 0.849, - 152, - 0.766, - 160, - 1.543, - 161, - 1.503, - 163, - 2.776, - 164, - 2.531, - 166, - 3.524, - 171, - 1.683, - 172, - 3.019, - 173, - 1.087, - 175, - 2.038, + 0.566, + 153, + 2.142, + 155, + 0.864, + 156, + 0.805, + 159, + 0.805, + 165, + 0.708, + 169, + 1.297, + 177, + 1.039, 178, - 2.772, - 181, - 1.137, - 183, - 2.726, - 186, - 0.841, - 190, - 1.68, - 191, - 0.712, - 193, - 0.594, + 0.923, + 182, + 0.728, + 185, + 4.098, + 194, + 0.985, + 196, + 0.856, + 197, + 1.432, 198, - 0.919, + 1.135, + 199, + 1.061, + 201, + 1.212, + 202, + 1.362, + 207, + 1.13, 210, - 2.135, - 214, - 1.814, - 218, - 3.99, - 219, - 1.425, - 224, - 1.885, + 1.002, + 211, + 0.612, + 212, + 3.124, + 226, + 0.945, + 229, + 1.683, + 230, + 1.68, + 231, + 1.811, + 232, + 0.901, 234, - 0.856, - 237, - 2.267, - 247, - 0.511, + 0.78, + 236, + 1.701, + 239, + 1.089, + 240, + 1.675, + 241, + 1.261, + 249, + 1.188, + 250, + 3.432, + 251, + 0.63, + 254, + 0.901, 256, - 0.827, + 1.656, + 257, + 0.54, + 260, + 0.835, + 261, + 1.442, 263, - 0.787, - 277, - 1.991, - 278, - 2.096, - 288, - 1.095, - 291, - 0.966, + 1.443, + 266, + 2.395, + 268, + 0.693, + 269, + 1.602, + 273, + 1.951, + 274, + 0.805, + 275, + 2.125, + 282, + 0.677, + 289, + 0.818, + 290, + 1.878, + 292, + 1.454, 294, - 2.038, + 0.78, 297, - 0.881, - 298, - 1.817, - 300, - 0.602, - 309, - 1.393, - 321, - 1.995, - 328, - 2.177, - 339, - 2.217, - 343, - 0.8, - 349, - 1.497, - 350, - 2.28, - 362, - 2.334, - 363, - 2.095, - 369, - 3.344, - 373, - 1.497, - 378, - 6.235, - 391, - 0.96, - 395, - 1.111, - 405, - 3.32, - 407, - 0.96, - 410, - 1.604, - 422, - 2.095, - 424, - 1.349, - 426, - 1.516, + 1.757, + 304, + 0.882, + 311, + 4.329, + 313, + 0.536, + 314, + 3.411, + 316, + 0.864, + 320, + 0.818, + 325, + 1.031, + 327, + 0.945, + 332, + 1.13, + 333, + 0.7, + 334, + 0.757, + 341, + 1.201, + 342, + 3.007, + 345, + 1.646, + 353, + 1.362, + 354, + 1.031, + 358, + 1.141, + 359, + 0.612, + 368, + 1.373, + 382, + 1.737, + 385, + 3.032, + 387, + 1.47, + 390, + 1.043, + 392, + 1.89, + 401, + 1.07, + 402, + 1.318, + 425, + 1.413, 429, - 1.26, + 1.646, + 433, + 0.557, + 434, + 1.58, + 441, + 0.685, + 442, + 0.612, + 446, + 1.241, + 452, + 1.403, 453, - 2.177, - 456, - 1.378, - 460, - 1.205, - 465, - 1.458, + 0.792, + 457, + 0.485, + 459, + 0.636, 469, - 1.777, - 473, - 1.393, - 481, - 1.738, - 491, - 3.404, - 493, - 0.822, + 0.693, + 471, + 1.446, + 472, + 0.63, + 474, + 0.999, + 479, + 0.513, + 487, + 0.97, + 488, + 1.565, + 489, + 0.636, + 490, + 1.035, + 492, + 0.792, + 496, + 0.636, + 500, + 0.499, + 506, + 0.832, + 510, + 0.91, 521, - 1.103, - 523, - 1.309, - 525, - 1.048, - 530, - 1.558, - 533, - 1.516, - 538, - 3.068, - 547, - 1.756, - 569, - 1.708, - 580, - 1.363, - 581, - 0.913, - 595, - 1.019, - 599, - 1.335, - 612, - 2.749, + 1.878, + 524, + 0.83, + 536, + 2.237, + 537, + 0.78, + 540, + 2.105, + 541, + 1.318, + 543, + 0.549, + 552, + 1.009, + 553, + 1.725, + 554, + 0.513, + 555, + 1.982, + 556, + 1.018, + 573, + 0.929, + 574, + 1.999, + 575, + 4.638, + 577, + 1.331, + 579, + 1.241, + 588, + 0.71, + 594, + 2.486, + 601, + 0.897, + 602, + 0.553, + 603, + 1.035, + 605, + 0.78, + 608, + 0.677, 614, - 1.777, - 632, - 2.821, + 0.971, + 629, + 1.021, + 631, + 0.677, 633, - 0.973, + 1.255, 634, - 1.683, + 0.54, 636, - 3.57, - 637, - 6.734, + 2.069, 638, - 5.849, - 640, - 2.722, - 643, - 2.988, - 646, - 4.452, - 652, - 2.413, - 655, - 2.038, - 660, - 1.537, - 662, - 1.777, - 666, - 1.103, - 669, - 4.366, - 670, - 3.884, - 673, - 3.052, + 1.565, + 644, + 0.677, + 648, + 2.02, + 663, + 2.656, 674, - 1.853, - 675, - 2.295, + 0.685, 677, - 3.711, + 1.564, 680, - 1.111, + 1.301, + 683, + 3.774, 685, - 5.556, - 687, - 1.943, - 688, - 3.599, + 2.737, + 686, + 1.83, + 689, + 1.521, + 691, + 1.275, 692, - 1.537, - 693, - 1.363, - 694, - 3.362, + 0.929, + 695, + 0.618, 696, - 1.896, - 699, - 5.877, - 700, - 4.979, + 1.173, 701, - 2.772, + 0.718, 702, - 3.909, + 0.685, 703, - 2.572, - 704, - 1.655, + 0.971, 705, - 2.122, - 706, - 1.814, - 707, - 1.712, - 708, - 3.982, + 0.901, 709, - 2.988, + 0.864, 710, - 1.019, - 711, - 2.572, - 712, - 2.815, - 713, - 3.495, - 714, - 1.831, - 715, - 1.655, - 716, - 2.572, - 717, - 2.683, - 718, - 4.237, - 719, - 1.26, - 720, - 1.777, - 723, - 3.185, - 724, - 4.515, - 725, - 5.402, - 726, - 2.646, - 727, - 3.662, - 728, - 2.994, - 729, - 4.456, - 730, - 1.814, - 732, - 2.054, - 733, - 1.744, - 734, - 2.295, - 735, - 1.655, - 736, - 4.237, + 2.02, 737, - 1.055, + 0.922, 738, - 1.629, + 1.482, 740, - 2.572, - 741, - 2.413, - 742, - 1.683, - 743, - 1.363, - 744, - 1.777, - 746, - 1.777, - 749, - 1.425, - 750, - 2.413, - 751, - 2.413, - 752, - 2.295, - 759, - 0.992, - 792, - 1.702, - 800, - 2.413, + 0.693, + 747, + 0.768, + 773, + 0.495, + 786, + 3.888, + 797, + 1.116, 811, - 1.185, + 0.677, 812, - 1.26, - 822, - 1.853, - 827, - 1.071, - 844, - 2.988, + 0.97, + 819, + 0.805, + 826, + 1.301, + 832, + 1.188, + 837, + 0.882, 852, - 1.712, + 0.945, + 855, + 1.173, + 856, + 0.549, 858, - 2.171, - 874, - 2.054, + 2.494, + 859, + 2.703, + 861, + 2.288, + 873, + 0.945, + 878, + 0.882, + 883, + 1.031, + 885, + 1.508, + 891, + 1.637, + 894, + 0.54, + 895, + 0.656, + 898, + 0.485, + 899, + 0.901, 901, - 2.404, - 939, - 1.497, - 955, - 2.054, + 1.467, + 903, + 0.737, + 905, + 1.458, + 909, + 2.189, + 914, + 0.571, + 915, + 0.524, + 917, + 1.535, + 921, + 0.882, + 922, + 0.922, + 923, + 0.67, + 924, + 1.176, + 931, + 0.378, + 935, + 1.227, + 941, + 0.971, + 943, + 0.945, + 945, + 0.882, + 947, + 0.718, + 948, + 2.132, + 950, + 2.237, + 951, + 5.403, + 954, + 1.07, + 960, + 1.549, 969, - 2.222, - 1011, - 1.284, + 0.832, + 973, + 1.031, + 975, + 1.188, + 977, + 0.728, + 978, + 0.979, + 979, + 1.884, + 981, + 0.832, + 982, + 1.482, + 986, + 2.809, + 987, + 1.318, + 993, + 0.768, + 999, + 1.141, + 1029, + 1.664, + 1034, + 1.302, + 1039, + 0.737, + 1041, + 0.618, + 1042, + 2.237, 1045, - 1.409, + 0.901, + 1051, + 0.97, + 1064, + 0.67, + 1067, + 0.447, + 1079, + 1.646, 1094, - 2.295, + 1.868, + 1095, + 1.116, + 1098, + 3.652, 1104, - 1.409, - 1156, - 1.272, - 1160, - 1.129, - 1191, - 1.237, + 2.337, + 1107, + 0.677, + 1120, + 0.805, + 1126, + 0.685, + 1133, + 1.784, + 1134, + 1.565, + 1144, + 4.203, + 1146, + 1.07, + 1149, + 1.031, + 1155, + 3.708, + 1157, + 0.718, + 1158, + 3.935, + 1167, + 1.938, + 1171, + 2.125, + 1173, + 0.67, + 1180, + 2.948, + 1183, + 1.07, + 1186, + 0.67, + 1188, + 2.042, + 1193, + 0.818, 1202, - 2.122, - 1211, - 1.248, - 1214, - 2.054, - 1219, - 2.498, - 1233, - 1.516, + 0.649, + 1228, + 1.632, + 1235, + 0.882, 1257, - 2.135, - 1270, - 1.896, - 1273, - 2.567, - 1340, - 1.655, - 1443, - 3.495, - 1465, - 1.425, - 1491, - 1.393, - 1498, - 1.683, - 1516, - 0.985, - 1517, - 4.456, - 1549, - 1.558, - 1562, - 3.369, + 2.105, + 1272, + 1.099, + 1290, + 1.07, + 1291, + 0.818, + 1295, + 0.513, + 1296, + 0.923, + 1301, + 1.757, + 1304, + 0.805, + 1311, + 2.189, + 1323, + 0.571, + 1361, + 0.901, + 1382, + 0.757, + 1411, + 1.454, + 1420, + 1.07, + 1427, + 3.334, + 1432, + 0.768, + 1447, + 1.116, + 1453, + 1.25, + 1460, + 0.768, + 1463, + 0.832, + 1471, + 0.677, + 1475, + 0.97, + 1479, + 1.998, + 1484, + 1.031, + 1490, + 1.07, + 1492, + 0.848, + 1496, + 0.945, + 1502, + 1.27, + 1541, + 0.737, + 1546, + 1.285, + 1552, + 1.07, + 1558, + 1.536, 1570, - 1.683, - 1576, - 1.853, - 1578, - 1.683, - 1581, - 1.943, - 1582, - 5.003, - 1586, - 1.349, - 1619, - 1.712, - 1704, - 1.349, - 1762, - 1.629, - 1763, - 2.122, - 1823, - 2.122, - 1870, - 1.896, - 1892, - 1.814, - 1898, - 1.137, - 2023, - 1.425, - 2070, - 1.629, - 2073, - 2.2, - 2117, - 1.516, - 2146, - 1.896, - 2150, - 7.705, - 2177, - 1.995, - 2215, - 1.995, - 2240, - 2.054, - 2343, - 1.896, - 2369, - 2.295, + 0.922, + 1596, + 1.807, + 1624, + 0.999, + 1625, + 2.345, + 1628, + 0.566, + 1629, + 0.612, + 1651, + 1.482, + 1661, + 0.685, + 1662, + 0.601, + 1675, + 2.602, + 1676, + 0.864, + 1679, + 2.746, + 1682, + 0.864, + 1685, + 1.868, + 1687, + 2.105, + 1697, + 4.329, + 1701, + 3.941, + 1715, + 3.576, + 1716, + 0.97, + 1717, + 1.07, + 1720, + 1.07, + 1722, + 1.25, + 1725, + 0.864, + 1727, + 1.116, + 1767, + 0.805, + 1805, + 1.25, + 1819, + 1.07, + 1839, + 0.97, + 1840, + 0.78, + 1841, + 0.792, + 1863, + 1.07, + 1864, + 0.901, + 1871, + 1.646, + 1876, + 1.116, + 1879, + 5.678, + 1884, + 0.581, + 1929, + 0.728, + 1931, + 1.83, + 1952, + 1.25, + 1960, + 1.25, + 1975, + 0.173, + 1979, + 1.508, + 1984, + 4.07, + 2006, + 1.301, + 2086, + 1.809, + 2114, + 0.864, + 2118, + 1.07, + 2122, + 1.031, + 2124, + 1.173, + 2128, + 1.031, + 2164, + 0.591, + 2200, + 0.999, + 2202, + 1.173, + 2212, + 2.125, + 2264, + 1.07, + 2335, + 0.882, + 2346, + 1.458, + 2358, + 0.848, + 2372, + 1.07, + 2373, + 0.864, 2379, - 1.777, - 2490, - 1.995, - 2491, - 2.2, + 0.882, + 2382, + 6.757, + 2383, + 5.925, + 2384, + 6.174, + 2385, + 7.293, + 2387, + 1.031, + 2389, + 1.966, + 2390, + 1.711, + 2420, + 0.922, + 2441, + 3.095, + 2451, + 1.031, + 2495, + 1.938, + 2516, + 2.409, + 2532, + 0.882, 2540, - 2.2, - 2542, - 1.558, - 2578, - 2.813, - 2579, - 2.813, + 0.757, + 2550, + 1.434, + 2554, + 0.818, 2580, - 2.413, - 2581, - 2.572, - 2582, - 2.813, - 2583, - 2.813, - 2584, - 2.813, - 2585, - 2.572, - 2586, - 3.2, - 2587, - 1.537, - 2588, - 2.295, - 2589, - 2.813, - 2590, - 4.633, - 2591, - 2.813, - 2592, - 2.813, - 2593, - 2.054, - 2594, - 2.813, - 2595, - 4.633, - 2596, - 2.813, - 2597, - 4.633, - 2598, - 4.633, - 2599, - 2.813, - 2600, - 2.295, - 2601, - 2.726, - 2602, - 2.572, - 2603, - 5.908, - 2604, - 6.85, - 2605, - 2.413, - 2606, - 3.975, - 2607, - 2.813, - 2608, - 2.813, - 2609, - 2.413, - 2610, - 2.813, - 2611, - 4.633, - 2612, - 2.413, + 2.561, 2613, - 2.813, + 4.876, 2614, - 2.413, + 1.031, 2615, - 2.813, + 1.367, 2616, - 2.813, + 1.809, 2617, - 2.813, + 1.367, 2618, - 2.813, + 1.367, 2619, - 2.813, + 1.173, 2620, - 2.813, + 1.367, 2621, - 4.633, + 3.525, 2622, - 2.813, + 3.776, 2623, - 2.813, + 2.656, 2624, - 2.813, + 4.827, 2625, - 2.572, + 6.738, 2626, - 2.813, + 2.021, 2627, - 6.85, + 1.173, 2628, - 5.402, + 1.173, 2629, - 2.572, + 4.827, 2630, - 4.237, + 1.031, 2631, - 2.813, + 0.864, 2632, - 2.813, + 1.116, 2633, - 3.975, + 2.475, 2634, - 4.237, + 3.105, 2635, - 2.295, + 4.142, 2636, - 2.054, + 4.414, 2637, - 2.295, + 1.565, 2638, - 1.712, + 2.125, 2639, - 2.413, + 1.116, 2640, - 2.413, + 0.97, 2641, - 1.995, + 1.173, 2642, - 4.633, + 4.168, 2643, - 2.295, + 1.868, 2644, - 2.2, + 1.173, 2645, - 1.853, + 1.809, 2646, - 2.813, + 1.07, 2647, - 2.122, + 0.999, 2648, - 2.572, + 1.173, 2649, - 2.295 - ] - ], - [ - "type/manuals/gui-layouts", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/gui-layouts", - [ - 0, - 0.466, - 1, - 3.12, - 2, - 0.963, - 3, - 0.998, - 4, - 0.998, - 5, - 1.003, - 6, - 1.003, - 7, - 1.451, - 8, - 1.374, - 9, - 1.004, - 10, - 1.076, - 11, - 1.039, - 16, - 0.997, - 21, - 2.256, - 22, - 2.393, - 23, - 2.102, - 26, - 1.019, - 29, - 1.325, - 30, - 1.141, - 31, - 4.364, - 32, - 1.549, - 33, - 1.485, - 40, - 4.837, - 42, - 1.722, - 44, - 3.266, - 46, - 1.058, - 47, - 4.099, - 48, - 1.641, - 50, - 3.149, - 51, - 1.107, - 52, - 1.266, - 59, - 1.615, - 68, - 1.847, - 70, - 1.325, - 71, - 1.807, - 72, - 3.481, - 74, - 0.655, - 77, - 1.757, - 83, - 1.602, - 86, - 1.555, - 87, - 1.575, - 94, - 1.315, - 97, - 1.163, - 99, - 1.686, - 100, - 2.238, - 101, - 1.805, - 102, - 1.744, - 103, - 3.416, - 104, - 2.385, - 105, - 5.271, - 106, - 3.481, - 107, - 2.202, - 108, - 3.329, - 110, - 2.404, - 112, - 3.727, - 114, - 4.812, - 117, - 3.033, - 121, - 1.075, - 123, - 1.378, - 125, - 1.538, - 127, - 1.588, - 129, - 1.927, - 137, - 1.495, - 141, - 1.182, - 149, - 1.836, - 150, - 1.824, - 151, - 1.492, - 152, - 2.399, - 158, - 2.0, - 160, - 1.578, - 161, - 1.616, - 162, - 1.857, - 168, - 3.416, - 181, - 1.538, - 186, - 1.137, - 189, - 2.778, - 210, - 1.752, - 213, - 2.563, - 218, - 1.458, - 224, - 1.623, - 228, - 2.718, - 234, - 1.794, - 237, - 2.028, - 256, - 2.74, - 263, - 1.064, - 278, - 2.695, - 282, - 1.998, - 290, - 1.324, - 291, - 2.026, - 297, - 1.191, - 301, - 1.905, - 303, - 2.463, - 308, - 1.95, - 350, - 2.932, - 362, - 1.503, - 364, - 2.385, - 366, - 1.719, - 373, - 2.023, - 381, - 4.502, - 391, - 1.298, - 400, - 3.579, - 407, - 1.221, - 426, - 2.05, - 430, - 1.769, - 432, - 2.859, - 441, - 1.324, - 457, - 3.179, - 460, - 3.487, - 469, - 1.458, - 504, - 2.169, - 514, - 1.35, - 547, - 2.42, - 548, - 3.177, - 569, - 2.353, - 581, - 2.861, - 634, - 2.275, - 655, - 1.673, - 677, - 3.54, - 680, - 3.481, - 724, - 3.267, - 726, - 1.703, - 737, - 1.427, - 759, - 1.341, - 783, - 2.05, - 796, - 1.752, - 806, - 4.614, - 808, - 1.35, - 813, - 2.107, - 867, - 2.859, - 905, - 1.95, - 914, - 2.238, - 918, - 2.275, - 939, - 2.023, - 940, - 6.406, - 944, - 2.202, - 947, - 2.202, - 958, - 2.718, - 959, - 2.358, - 962, - 1.998, - 998, - 1.805, - 1026, - 2.238, - 1039, - 3.803, - 1078, - 1.588, - 1079, - 5.061, - 1126, - 2.627, - 1149, - 2.563, - 1155, - 4.449, - 1173, - 1.752, - 1283, - 2.358, - 1363, - 2.698, - 1421, - 1.95, - 1464, - 6.271, - 1471, - 2.627, - 1485, - 5.45, - 1514, - 2.563, - 1564, - 2.505, - 1568, - 2.452, - 1573, - 1.863, - 1579, - 3.656, - 1603, - 4.184, - 1644, - 2.452, - 1705, - 1.491, - 1711, - 4.184, - 1712, - 3.727, - 1719, - 7.189, - 1720, - 7.189, - 1721, - 6.351, - 1725, - 5.45, - 1742, - 2.452, - 1756, - 3.59, - 1776, - 1.998, - 1804, - 2.869, - 1805, - 4.388, - 1814, - 1.805, - 1822, - 2.673, - 1973, - 1.998, - 1979, - 6.174, - 2010, - 3.895, - 2018, - 2.023, - 2261, - 2.627, - 2277, - 2.778, - 2345, - 4.991, - 2346, - 4.074, - 2347, - 3.727, - 2348, - 3.59, - 2423, - 2.975, - 2435, - 2.563, - 2457, - 4.449, - 2458, - 5.393, - 2542, - 3.267, + 2.031, 2650, - 3.803, + 1.367, 2651, - 3.103, + 2.477, 2652, - 2.505, + 1.367, 2653, - 4.449, + 1.173, 2654, - 3.103, + 1.367, 2655, - 3.103, + 3.938, 2656, - 3.477, + 1.868, 2657, - 3.803, + 4.141, 2658, - 2.975, + 5.891, 2659, - 3.803, + 1.367, 2660, - 3.803, + 1.367, 2661, - 3.803, + 1.367, 2662, - 3.803, + 1.367, 2663, - 3.477, + 1.367, 2664, - 9.191, + 1.367, 2665, - 3.975, + 1.173, 2666, - 3.803, + 2.913, 2667, - 2.869, + 3.044, 2668, - 3.803, + 1.25, 2669, - 3.803, + 1.367, 2670, - 5.898, + 1.173, 2671, - 2.137, + 1.367, 2672, - 3.803, + 1.367, 2673, - 3.803, + 1.367, 2674, - 6.606, + 8.201, 2675, - 2.563, + 2.021, 2676, - 5.898, + 2.77, 2677, - 5.898, + 2.477, 2678, - 2.358, + 1.938, 2679, - 3.263, + 1.367, 2680, - 3.477, + 1.367, 2681, - 3.477, + 1.173, 2682, - 3.477, + 2.125, 2683, - 3.803, + 0.97, 2684, - 3.477, + 0.805, 2685, - 3.263, + 1.367, 2686, - 2.563 - ] - ], - [ - "type/manuals/spinemodel", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/spinemodel", - [ - 0, - 1.217, - 1, - 2.541, - 2, - 2.515, - 3, - 2.607, - 4, - 2.607, - 5, - 2.621, - 6, - 2.621 - ] - ], - [ - "type/manuals/scene-editing", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/scene-editing", - [ - 0, - 1.214, - 1, - 2.535, - 2, - 2.509, - 3, - 2.601, - 4, - 2.601, - 5, - 2.615, - 6, - 2.615, - 7, - 1.244 - ] - ], - [ - "type/manuals/gpgs", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/gpgs", - [ - 0, - 1.217, - 1, - 2.541, - 2, - 2.515, - 3, - 2.607, - 4, - 2.607, - 5, - 2.621, - 6, - 2.621 - ] - ], - [ - "type/manuals/instant-games", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/instant-games", - [ - 0, - 1.217, - 1, - 2.541, - 2, - 2.515, - 3, - 2.607, - 4, - 2.607, - 5, - 2.621, - 6, - 2.621 - ] - ], - [ - "type/manuals/push", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/push", - [ - 0, - 1.217, - 1, - 2.541, - 2, - 2.515, - 3, - 2.607, - 4, - 2.607, - 5, - 2.621, - 6, - 2.621 - ] - ], - [ - "type/manuals/modules", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/modules", - [ - 7, - 1.57, - 8, - 1.253, - 9, - 0.966, - 11, - 0.996, - 16, - 0.831, - 23, - 1.05, - 29, - 2.2, - 30, - 1.088, - 32, - 0.924, - 33, - 1.511, - 46, - 1.351, - 51, - 1.919, - 52, - 1.616, - 68, - 1.102, - 71, - 0.996, - 77, - 1.414, - 91, - 2.718, - 94, - 1.679, - 96, - 2.857, - 97, - 1.485, - 99, - 3.347, - 102, - 3.122, - 104, - 1.963, - 111, - 3.997, - 117, - 4.18, - 121, - 2.368, - 135, - 3.837, - 137, - 1.055, - 149, - 2.207, - 151, - 0.89, - 158, - 1.647, - 159, - 1.822, - 160, - 1.754, - 161, - 0.964, - 173, - 1.875, - 186, - 2.504, - 191, - 2.741, - 224, - 2.305, - 237, - 2.12, - 256, - 1.427, - 264, - 3.205, - 265, - 3.444, - 277, - 1.636, - 278, - 2.169, - 279, - 2.617, - 290, - 1.69, - 291, - 2.435, - 297, - 1.521, - 300, - 1.518, - 301, - 2.432, - 328, - 2.282, - 337, - 3.055, - 350, - 1.616, - 364, - 1.963, - 402, - 2.098, - 407, - 1.907, - 416, - 2.353, - 429, - 2.174, - 465, - 1.198, - 491, - 2.028, - 492, - 2.89, - 495, - 2.769, - 514, - 1.724, - 524, - 4.195, - 525, - 1.809, - 570, - 6.116, - 594, - 1.995, - 607, - 2.353, - 666, - 1.904, - 726, - 2.174, - 733, - 4.395, - 754, - 3.037, - 764, - 3.198, - 786, - 3.198, - 789, - 3.798, - 792, - 1.783, - 905, - 2.489, - 968, - 2.405, - 1050, - 3.13, - 1058, - 7.751, - 1080, - 3.272, - 1127, - 2.379, - 1211, - 5.103, - 1239, - 1.862, - 1270, - 3.272, - 1276, - 3.272, - 1374, - 4.48, - 1465, - 2.46, - 1500, - 4.293, - 1516, - 1.701, - 1592, - 2.617, - 1642, - 5.191, - 1662, - 5.528, - 1673, - 5.348, - 1727, - 3.546, - 1762, - 4.106, - 1803, - 3.068, - 1867, - 2.857, - 1898, - 3.724, - 2018, - 2.583, - 2037, - 4.166, - 2038, - 2.155, - 2079, - 3.873, - 2197, - 7.948, - 2586, - 3.354, - 2609, - 4.166, - 2647, - 3.662, + 5.065, 2687, - 4.855, + 1.25, 2688, - 8.374, + 1.367, 2689, - 4.855, + 1.367, 2690, - 4.855, + 1.966, 2691, - 4.897, + 3.261, 2692, - 4.855, + 1.809, 2693, - 4.166, + 1.367, 2694, - 4.855, + 1.367, 2695, - 4.855, + 1.173, 2696, - 6.083, + 5.891, 2697, - 4.855, + 1.07, 2698, - 4.166, + 1.25, 2699, - 4.855, + 1.173, 2700, - 4.166, + 0.999, 2701, - 3.961, + 1.173, 2702, - 4.439, + 1.367, 2703, - 5.029, + 1.25, 2704, - 4.855, + 1.367, 2705, - 7.089, + 2.477, 2706, - 7.089, + 1.367, 2707, - 8.374, + 1.938, 2708, - 7.089, + 1.25, 2709, - 10.227, + 0.922, 2710, - 8.374, + 1.173, 2711, - 10.227, + 1.367, 2712, - 7.657, + 1.367, 2713, - 7.089, + 1.367, 2714, - 8.374, + 5.395, 2715, - 4.439, + 1.25, 2716, - 4.855, + 1.367, 2717, - 5.784, + 0.999, 2718, - 8.374, + 0.97, 2719, - 4.855, + 2.125, 2720, - 4.166, + 3.395, 2721, - 6.482, + 1.25, 2722, - 4.855, + 4.168, 2723, - 4.855, + 2.021, 2724, - 4.855, + 1.367, 2725, - 6.482, + 1.367, 2726, - 4.166, + 2.477, 2727, - 4.855, + 1.367, 2728, - 3.546, + 4.168, 2729, - 4.439, + 1.367, 2730, - 4.855, + 1.367, 2731, - 4.855, + 5.395, 2732, - 8.374, + 2.477, 2733, - 4.855, + 2.477, 2734, - 4.855, + 2.477, 2735, - 4.855 + 1.367, + 2736, + 3.032, + 2737, + 2.125, + 2738, + 4.329, + 2739, + 1.25, + 2740, + 4.402, + 2741, + 4.168, + 2742, + 2.477, + 2743, + 2.477, + 2744, + 3.395, + 2745, + 2.477, + 2746, + 2.477, + 2747, + 2.561, + 2748, + 1.173, + 2749, + 1.173, + 2750, + 0.864, + 2751, + 1.367, + 2752, + 1.07, + 2753, + 1.07, + 2754, + 1.367, + 2755, + 1.367, + 2756, + 3.395, + 2757, + 3.811, + 2758, + 4.168, + 2759, + 1.367, + 2760, + 2.477, + 2761, + 1.367, + 2762, + 2.477, + 2763, + 1.367, + 2764, + 2.477, + 2765, + 1.367, + 2766, + 2.265, + 2767, + 1.367, + 2768, + 1.367, + 2769, + 1.367, + 2770, + 1.116, + 2771, + 2.477, + 2772, + 2.477, + 2773, + 5.891, + 2774, + 3.395, + 2775, + 1.335, + 2776, + 1.25, + 2777, + 1.031, + 2778, + 0.901, + 2779, + 1.762, + 2780, + 2.584, + 2781, + 1.367, + 2782, + 4.827, + 2783, + 0.97, + 2784, + 1.367, + 2785, + 1.116, + 2786, + 1.07, + 2787, + 1.116, + 2788, + 2.477, + 2789, + 2.477, + 2790, + 4.827, + 2791, + 3.811, + 2792, + 2.477, + 2793, + 2.477, + 2794, + 1.173, + 2795, + 1.367, + 2796, + 3.395, + 2797, + 1.25, + 2798, + 1.367, + 2799, + 1.031, + 2800, + 1.25, + 2801, + 0.999, + 2802, + 3.395, + 2803, + 3.395, + 2804, + 1.367, + 2805, + 1.367, + 2806, + 1.173, + 2807, + 1.031, + 2808, + 1.116, + 2809, + 1.25, + 2810, + 1.25, + 2811, + 2.477, + 2812, + 1.367, + 2813, + 2.265, + 2814, + 1.173, + 2815, + 1.25, + 2816, + 1.367, + 2817, + 1.367, + 2818, + 1.116, + 2819, + 1.367, + 2820, + 1.367, + 2821, + 0.999, + 2822, + 0.832, + 2823, + 2.265, + 2824, + 1.367, + 2825, + 1.367 ] ], [ - "type/manuals/application-security", + "type/manuals/atlas", [ 0, 0.731 ] ], [ - "data/manuals/application-security", + "data/manuals/atlas", [ 0, - 0.296, + 0.336, 1, - 0.619, + 0.702, 2, - 0.612, + 0.695, 3, - 0.635, + 0.72, 4, - 1.636, + 0.72, 5, - 0.638, + 0.724, 6, - 0.638, + 0.724, 7, - 1.463, + 1.574, 8, - 1.464, - 9, - 0.972, + 0.768, 10, - 1.82, + 1.741, 11, - 1.059, - 13, - 0.8, - 16, - 1.049, - 21, - 0.834, - 22, - 2.176, - 23, - 2.192, - 26, - 0.648, - 28, - 0.859, - 29, - 2.201, - 30, - 1.128, - 31, - 2.024, - 32, - 1.732, - 33, - 1.514, - 34, - 1.379, - 35, - 0.719, - 39, - 0.956, + 0.994, + 12, + 1.252, + 18, + 1.141, + 20, + 1.299, + 36, + 0.547, + 38, + 0.749, 41, - 2.024, + 1.442, 42, - 0.974, - 43, - 1.447, + 0.498, + 45, + 1.85, 46, - 2.532, - 48, - 1.137, - 51, - 1.169, + 1.515, + 49, + 0.949, + 50, + 4.14, 52, - 0.805, - 60, - 0.986, + 0.755, + 56, + 1.767, + 57, + 1.48, + 59, + 0.958, + 62, + 1.501, + 63, + 1.33, 67, - 1.431, - 68, - 1.714, + 1.375, + 69, + 1.29, 70, - 1.977, - 71, - 1.805, + 2.842, 72, - 0.956, - 74, - 1.157, + 0.913, 77, - 1.867, + 1.548, + 79, + 0.945, + 82, + 1.85, + 85, + 1.642, 86, - 1.571, - 87, - 2.197, - 91, - 2.033, - 94, - 1.412, - 99, - 1.168, - 101, - 4.013, + 1.885, + 88, + 5.412, + 89, + 5.454, + 90, + 1.919, + 92, + 3.577, + 93, + 1.769, + 94, + 2.112, + 96, + 0.87, + 99, + 1.049, + 100, + 1.266, 102, - 2.059, - 104, - 0.978, + 1.922, + 103, + 1.553, + 105, + 1.822, + 106, + 1.442, + 107, + 1.284, + 108, + 0.807, + 109, + 1.03, + 110, + 2.294, 111, - 0.81, - 117, - 1.522, + 1.146, + 112, + 1.734, + 113, + 2.0, + 115, + 2.004, + 116, + 1.767, + 118, + 1.769, + 121, + 1.92, + 122, + 2.654, + 124, + 1.979, + 125, + 2.273, + 126, + 2.019, + 128, + 1.359, + 132, + 2.928, + 134, + 2.004, 137, - 1.124, - 141, - 1.876, + 1.896, + 142, + 1.726, 144, - 1.255, + 1.442, + 145, + 1.701, 147, - 1.797, + 2.671, + 148, + 1.652, 149, - 0.753, + 1.045, + 150, + 1.708, 151, - 1.668, - 152, - 2.837, - 157, - 1.287, + 2.795, + 153, + 2.023, + 156, + 3.416, 160, - 1.677, - 161, - 1.904, - 162, - 1.79, - 166, - 0.847, - 180, - 1.379, - 181, - 1.652, - 182, - 0.97, - 184, - 1.083, - 190, - 0.688, - 191, - 1.763, - 193, - 1.119, - 196, - 1.385, - 216, - 2.691, + 1.995, + 169, + 1.198, + 170, + 2.587, + 174, + 2.75, + 175, + 1.196, + 177, + 2.064, + 185, + 4.78, + 186, + 6.395, + 197, + 0.943, + 199, + 2.89, + 201, + 1.305, + 202, + 1.483, + 206, + 2.814, + 207, + 2.245, + 208, + 2.967, + 209, + 2.07, + 211, + 1.229, + 213, + 2.927, + 215, + 5.574, + 222, + 2.355, + 226, + 2.08, + 229, + 1.064, 233, - 1.671, - 234, - 0.736, - 236, - 1.24, - 237, - 1.739, + 5.427, + 238, + 2.551, + 239, + 1.207, + 240, + 1.651, + 241, + 2.04, 247, - 1.892, - 249, - 2.983, - 251, - 1.423, - 253, - 5.253, - 254, - 4.875, - 255, - 1.716, + 2.663, 256, - 0.711, - 258, - 3.196, - 259, - 1.528, - 260, - 3.505, - 263, - 1.743, - 264, - 1.093, - 265, - 3.762, + 1.305, 268, - 2.366, + 1.185, 269, - 1.766, - 270, - 1.287, - 272, - 3.728, + 1.531, + 271, + 1.424, 273, - 0.941, - 275, - 2.404, - 277, - 0.815, - 278, - 0.74, - 279, - 1.304, - 283, - 3.529, + 1.12, + 274, + 1.615, + 282, + 1.359, 289, - 1.528, + 1.642, 290, - 1.422, - 292, - 1.671, - 293, - 2.128, - 294, - 2.332, + 4.415, 295, - 3.45, + 1.264, 297, - 1.952, + 1.947, + 298, + 1.734, 300, - 1.334, + 2.515, 302, - 2.338, - 309, - 1.198, - 316, - 1.595, + 1.947, + 304, + 1.769, + 306, + 1.997, + 311, + 2.927, + 314, + 1.479, 317, - 1.533, - 318, - 2.839, - 320, - 3.236, - 337, - 0.882, - 339, - 1.533, - 343, - 1.508, - 349, - 2.173, - 351, - 1.198, + 1.615, + 330, + 2.948, + 333, + 2.41, + 353, + 1.101, + 357, + 4.548, + 359, + 2.033, + 360, + 2.147, 361, - 1.287, - 362, - 1.614, - 366, - 1.093, - 372, - 1.63, - 384, - 2.958, + 1.542, + 368, + 2.125, + 371, + 2.385, + 373, + 1.671, + 374, + 1.769, + 378, + 1.769, + 382, + 0.987, + 383, + 1.808, 387, - 1.973, - 390, - 1.593, - 391, - 2.579, - 393, - 1.665, - 395, - 1.614, - 398, - 1.63, - 406, - 2.603, - 407, - 1.939, - 411, - 1.125, - 416, - 1.172, - 421, - 1.766, - 427, - 1.172, - 428, - 1.212, + 2.048, + 389, + 1.52, + 392, + 1.59, 429, - 1.83, - 430, - 1.125, - 435, - 1.63, - 437, - 1.045, - 438, - 1.83, - 441, - 1.846, - 444, - 1.304, - 453, - 1.92, - 456, - 1.185, - 460, - 1.036, - 465, - 2.172, - 469, - 2.033, - 494, - 1.973, - 496, - 2.173, + 2.201, + 432, + 1.947, + 457, + 0.974, + 471, + 0.736, + 477, + 3.136, + 483, + 1.808, + 492, + 1.589, + 498, + 2.07, + 500, + 3.475, + 505, + 4.129, + 510, + 1.668, + 511, + 1.46, + 513, + 1.424, + 516, + 1.479, + 519, + 2.355, + 520, + 2.509, 521, - 0.948, - 534, - 1.892, - 547, - 2.513, - 549, - 1.593, + 0.955, + 524, + 3.096, 550, - 1.671, + 1.277, 553, - 1.359, - 557, - 1.671, - 558, - 2.983, - 564, - 1.379, - 567, - 1.423, + 0.981, + 555, + 0.859, + 556, + 1.128, + 561, + 1.84, 568, - 0.994, - 571, - 2.075, - 572, - 1.892, - 581, - 0.785, + 4.79, + 570, + 1.947, + 573, + 1.03, 583, - 1.47, + 1.701, + 588, + 1.424, + 591, + 1.808, 594, + 2.675, + 601, 0.994, - 595, - 0.876, - 607, - 1.172, - 611, - 2.353, - 612, - 1.125, - 623, - 1.499, - 624, - 2.046, - 627, - 1.766, + 603, + 2.818, + 629, + 0.825, 631, - 1.499, - 648, - 1.892, - 654, - 2.111, - 659, - 3.451, - 664, - 1.027, - 666, - 1.602, - 667, - 2.33, - 671, - 1.593, - 672, - 1.824, - 680, - 1.614, - 682, - 1.212, - 700, - 2.844, - 704, - 1.423, - 707, - 1.472, - 714, - 0.956, - 719, - 1.83, - 726, - 1.083, - 738, - 1.401, - 743, - 1.172, - 754, - 1.75, - 757, - 2.898, - 758, - 1.765, + 1.359, + 634, + 2.666, + 636, + 1.741, + 644, + 1.359, + 676, + 2.072, + 678, + 3.06, + 681, + 3.662, + 691, + 1.776, + 692, + 1.03, + 701, + 1.442, + 702, + 1.375, + 710, + 1.33, + 724, + 2.716, + 728, + 2.845, + 740, + 1.391, 759, - 0.853, - 764, - 1.593, + 4.351, 765, - 3.419, - 777, - 1.671, - 782, - 1.379, + 2.034, 783, - 1.304, - 785, - 1.593, - 786, - 3.493, - 789, - 1.892, - 792, - 1.501, - 793, - 1.226, + 2.239, + 784, + 2.004, 795, - 1.401, - 796, - 1.114, - 812, - 1.83, - 824, - 1.172, - 827, - 2.018, - 833, + 1.769, + 807, + 1.589, + 831, + 1.642, + 832, + 1.316, + 848, + 2.876, + 877, + 1.85, + 898, + 2.061, + 923, + 1.345, + 935, + 4.416, + 938, + 1.734, + 943, + 1.896, + 945, + 1.769, + 946, + 3.316, + 959, + 3.089, + 979, + 4.417, + 980, + 1.769, + 981, 1.671, - 851, - 1.271, - 858, - 1.681, - 859, - 0.79, - 860, - 0.927, - 881, - 2.075, - 889, - 1.602, - 891, - 3.063, - 901, - 1.255, - 902, - 1.559, - 903, - 1.271, - 919, - 2.627, - 939, - 1.287, - 948, - 2.355, - 954, - 1.287, - 969, - 1.16, - 977, - 1.34, - 996, - 1.379, - 1022, - 1.271, - 1044, - 1.114, - 1047, - 0.957, - 1058, - 2.753, - 1059, - 2.002, - 1069, - 1.766, - 1074, - 3.529, - 1095, - 1.447, - 1104, - 1.212, - 1107, - 1.98, - 1129, - 2.291, - 1139, - 1.423, - 1145, - 1.16, - 1160, - 0.97, - 1191, - 1.064, - 1192, - 2.075, - 1216, - 2.024, - 1234, - 1.185, - 1244, - 1.185, - 1257, - 1.882, - 1273, - 1.34, - 1274, - 2.581, - 1279, - 1.593, - 1288, - 1.766, - 1289, - 2.07, - 1308, - 3.505, - 1355, - 1.447, - 1357, - 4.871, - 1359, - 1.379, - 1367, - 2.33, - 1368, - 7.12, - 1384, - 3.081, - 1412, - 3.333, - 1423, - 1.287, - 1484, - 1.824, - 1500, - 3.195, - 1504, - 1.447, - 1510, - 1.304, - 1511, - 1.499, - 1516, - 1.858, - 1529, - 1.766, - 1549, - 2.263, - 1554, - 2.263, - 1558, - 1.472, - 1577, - 2.822, - 1579, - 1.499, - 1596, - 1.34, - 1599, - 2.33, - 1609, - 2.532, - 1611, - 1.423, - 1660, - 3.445, - 1663, - 2.544, - 1671, - 1.716, - 1678, - 2.443, - 1699, - 4.327, - 1701, - 5.299, - 1717, + 994, + 3.22, + 995, + 1.734, + 999, + 1.264, + 1019, 1.716, - 1736, - 1.973, - 1737, - 1.973, - 1739, - 4.55, - 1756, - 1.472, - 1775, - 2.822, - 1784, - 1.125, - 1808, - 1.973, - 1820, - 2.691, - 1821, - 2.353, - 1835, - 1.447, - 1946, - 1.824, - 1949, - 1.593, - 1957, - 2.002, - 2010, - 1.304, - 2018, - 3.316, - 2037, - 2.075, - 2046, + 1029, + 1.345, + 1126, + 2.909, + 1131, + 2.876, + 1132, + 3.551, + 1146, + 2.915, + 1150, + 3.263, + 1153, + 1.29, + 1155, + 2.814, + 1172, + 1.391, + 1202, + 2.155, + 1218, + 1.947, + 1221, 1.359, - 2078, - 1.593, - 2117, - 2.858, - 2126, - 2.691, - 2146, - 1.63, - 2216, - 4.551, - 2235, - 1.593, + 1226, + 1.565, + 1284, + 1.769, + 1286, + 1.947, + 1339, + 2.07, + 1354, + 3.316, + 1411, + 1.176, + 1413, + 2.764, + 1471, + 2.249, + 1495, + 1.52, + 1513, + 2.239, + 1552, + 2.147, + 1557, + 1.642, + 1627, + 1.947, + 1629, + 1.229, + 1648, + 1.565, + 1655, + 1.442, + 1675, + 1.479, + 1683, + 2.239, + 1793, + 2.927, + 1825, + 2.239, + 1879, + 1.391, + 1882, + 1.218, + 1884, + 1.928, + 1890, + 1.589, + 1894, + 1.808, + 1968, + 1.46, + 1969, + 2.004, + 2042, + 1.52, + 2057, + 1.734, + 2087, + 1.734, + 2089, + 1.542, + 2121, + 1.615, + 2154, + 2.239, + 2164, + 1.186, + 2180, + 1.808, + 2188, + 2.004, 2236, - 2.212, - 2266, - 2.9, - 2288, - 1.892, - 2310, - 1.824, - 2332, - 1.824, - 2368, - 1.716, - 2392, - 1.423, - 2408, - 1.671, - 2419, - 3.081, - 2481, - 1.892, - 2527, - 1.304, - 2542, - 1.34, - 2586, - 1.671, - 2601, - 1.423, - 2638, - 2.487, - 2647, - 1.824, - 2663, - 2.212, - 2698, - 2.075, - 2701, - 1.973, - 2736, - 3.735, - 2737, - 2.418, - 2738, - 2.418, - 2739, - 2.212, - 2740, - 2.075, - 2741, - 2.212, - 2742, - 2.212, - 2743, - 2.418, - 2744, - 2.418, - 2745, - 2.418, - 2746, - 2.418, - 2747, - 2.418, - 2748, - 2.418, - 2749, - 2.418, - 2750, - 3.196, - 2751, - 2.418, - 2752, - 1.593, - 2753, - 2.418, - 2754, - 6.292, - 2755, - 3.735, - 2756, - 2.487, - 2757, - 2.212, - 2758, - 2.212, - 2759, - 1.593, - 2760, - 4.587, - 2761, - 2.418, - 2762, - 2.212, - 2763, - 2.487, - 2764, - 2.075, - 2765, - 2.418, - 2766, - 4.085, - 2767, - 2.212, - 2768, - 2.212, - 2769, - 1.671, - 2770, - 4.085, - 2771, - 3.493, - 2772, - 2.212, - 2773, - 2.212, - 2774, - 1.499, - 2775, - 2.418, - 2776, - 2.212, - 2777, - 2.418, - 2778, - 4.327, - 2779, - 2.075, - 2780, - 2.075, - 2781, - 2.212, - 2782, - 7.555, - 2783, - 6.231, - 2784, - 4.085, - 2785, - 2.212, - 2786, - 1.401, - 2787, - 3.505, - 2788, - 6.231, - 2789, - 1.766, - 2790, - 2.418, - 2791, - 2.418, - 2792, - 2.418, - 2793, - 2.075, - 2794, - 2.418, - 2795, - 2.418, - 2796, - 2.212, - 2797, - 2.418, - 2798, - 1.973, - 2799, - 2.418, - 2800, - 2.212, - 2801, - 1.766, - 2802, - 2.418, - 2803, - 2.418, - 2804, - 2.418, - 2805, - 2.418, - 2806, - 2.212, - 2807, - 2.418, - 2808, - 2.418, - 2809, - 1.892, - 2810, - 2.418, - 2811, - 2.212, - 2812, - 1.892, - 2813, - 2.418, - 2814, - 4.085, - 2815, - 3.505, - 2816, - 2.212, - 2817, - 2.418, - 2818, - 2.418, - 2819, - 5.253, - 2820, - 2.075, - 2821, - 1.973, - 2822, - 2.212, - 2823, - 2.418, - 2824, - 2.418, - 2825, - 2.898, + 5.284, + 2319, + 2.355, + 2383, + 1.701, + 2420, + 3.06, + 2472, + 1.85, + 2474, + 3.424, + 2475, + 3.424, + 2493, + 2.147, + 2554, + 2.716, + 2676, + 2.239, + 2776, + 2.509, 2826, - 1.973, + 2.744, 2827, - 1.973, + 2.239, 2828, - 2.212, + 2.744, 2829, - 2.418, + 2.744, 2830, - 4.085, + 2.744, 2831, - 2.418, + 2.07, 2832, - 2.418, + 2.509, 2833, - 2.418, + 2.509, 2834, - 2.075, + 2.07, 2835, - 2.418, + 2.355, 2836, - 2.418, + 2.147, 2837, - 2.075, + 4.264, 2838, - 2.418, + 2.355, 2839, - 2.418, + 4.151, 2840, - 2.212, + 2.509, 2841, - 2.075, + 2.744, 2842, - 2.418, + 5.505, 2843, - 3.493, + 2.744, 2844, - 1.824, + 2.744, 2845, - 1.766, + 2.744, 2846, - 1.671, + 2.744, 2847, - 4.327, + 2.509, 2848, - 2.212, + 2.239, 2849, - 2.075, + 2.744, 2850, - 2.418, + 3.424, 2851, - 2.418, + 4.38, 2852, - 2.418, + 3.316, 2853, - 2.418, + 2.744, 2854, - 2.075, + 1.769, 2855, - 2.212, + 2.147, 2856, - 2.075, + 2.744, 2857, - 1.973, + 2.744, 2858, - 2.418, + 2.744, 2859, - 2.212, + 2.509, 2860, - 2.418, + 2.744, 2861, - 2.418, + 2.744, 2862, - 1.892, + 2.509, 2863, - 2.418, + 2.147, 2864, - 1.973, + 2.744, 2865, - 2.075, + 2.744, 2866, - 2.075, + 2.355, 2867, - 2.418, + 2.509, 2868, - 2.418, + 4.151, 2869, - 2.418, + 2.239, 2870, - 2.418, + 2.744, 2871, - 2.418, + 1.565, 2872, - 2.418, + 3.22, 2873, - 2.418, + 3.895, 2874, - 2.418, + 2.004, 2875, - 2.212, + 1.671, 2876, - 2.075, + 3.136, 2877, - 2.418, + 3.424, 2878, - 1.63 - ] - ], - [ - "type/manuals/material", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/material", - [ - 7, - 1.42, - 8, - 1.42, - 9, - 0.844, - 11, - 0.96, - 16, - 0.976, - 17, - 3.786, - 21, - 1.173, - 22, - 1.814, - 23, - 1.242, - 30, - 1.131, - 32, - 1.521, - 33, - 1.063, - 42, - 2.191, - 48, - 2.225, - 51, - 1.078, - 59, - 2.441, - 62, - 2.674, - 68, - 2.086, - 70, - 1.291, - 71, - 1.64, - 74, - 0.888, - 75, - 4.493, - 77, - 1.146, - 86, - 1.49, - 102, - 2.364, - 110, - 2.661, - 119, - 2.549, - 121, - 2.811, - 123, - 2.082, - 125, - 2.324, - 135, - 2.156, - 137, - 1.19, - 141, - 1.151, - 149, - 1.789, - 160, - 1.647, - 161, - 1.587, - 181, - 2.324, - 182, - 2.306, - 184, - 2.574, - 186, - 2.391, - 191, - 1.455, - 217, - 2.306, - 233, - 5.523, - 237, - 1.323, - 263, - 1.608, - 277, - 2.695, - 278, - 1.758, - 300, - 2.128, - 306, - 4.321, - 312, - 2.648, - 313, - 2.982, - 346, - 3.112, - 357, - 2.786, - 372, - 3.874, - 395, - 2.271, - 407, - 1.656, - 422, - 2.598, - 426, - 3.098, - 429, - 2.574, - 465, - 1.973, - 467, - 7.193, - 469, - 2.204, - 470, - 4.077, - 472, - 6.715, - 478, - 2.4, - 496, - 3.058, - 514, - 2.839, - 569, - 1.661, - 581, - 3.603, - 593, - 3.874, - 594, - 2.362, - 692, - 3.14, - 710, - 3.601, - 737, - 2.156, - 815, - 2.947, - 837, - 4.705, - 842, - 4.077, - 860, - 3.526, - 865, - 3.706, - 867, - 2.786, - 868, - 3.97, - 870, - 3.97, - 890, - 2.912, - 899, - 6.328, - 900, - 4.496, - 912, - 5.052, - 923, - 4.714, - 924, - 3.786, - 926, - 4.931, - 929, - 4.493, - 948, - 3.475, - 949, - 3.328, - 972, - 3.23, - 983, - 3.439, - 999, - 4.689, - 1001, - 3.098, - 1137, - 3.786, - 1145, - 3.835, - 1156, - 2.598, - 1159, - 3.098, - 1207, - 3.563, - 1263, - 3.439, - 1283, - 3.563, - 1345, - 7.776, - 1444, - 4.198, - 1578, - 3.439, - 1579, - 3.563, - 1750, - 5.523, - 1794, - 3.563, - 1867, - 3.382, - 1889, - 5.756, - 1898, - 2.324, - 2038, - 2.551, - 2119, - 4.335, - 2136, - 3.706, - 2146, - 3.874, - 2201, - 3.632, - 2204, - 3.439, - 2266, - 3.72, - 2337, - 3.97, - 2434, - 8.174, - 2436, - 8.407, - 2439, - 8.826, - 2466, - 3.563, - 2475, - 3.019, + 4.786, 2879, - 5.747, + 5.505, 2880, - 5.747, + 2.744, 2881, - 5.747, + 2.744, 2882, - 4.689, + 4.54, 2883, - 5.747, + 2.744, 2884, - 5.747, + 4.151, 2885, - 4.198, + 2.07, 2886, - 5.747, + 3.316, 2887, - 5.747, + 2.509, 2888, - 5.747, + 3.424, 2889, - 5.747, + 2.355, 2890, - 5.255, + 2.509, 2891, - 5.747, + 2.744, 2892, - 5.747, + 4.54, 2893, - 5.255, + 2.509, 2894, - 5.747, + 2.509, 2895, - 5.255, + 2.509, 2896, - 6.86, + 2.355, 2897, - 5.747, + 2.004, 2898, - 4.931, + 2.744, 2899, - 5.255, + 4.54, 2900, - 4.931, + 2.509, 2901, - 7.193, - 2902, - 5.747, - 2903, - 5.747, - 2904, - 7.995, - 2905, - 7.995, - 2906, - 5.255, - 2907, - 4.198, - 2908, - 4.496, - 2909, - 4.931, - 2910, - 4.689, - 2911, - 7.995, - 2912, - 4.931, - 2913, - 5.747, - 2914, - 4.689, - 2915, - 5.747, - 2916, - 5.747, - 2917, - 4.689, - 2918, - 5.255, - 2919, - 5.255, - 2920, - 4.077 - ] - ], - [ - "type/manuals/linux", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/linux", - [ - 0, - 1.18, - 1, - 2.464, - 2, - 2.439, - 3, - 2.529, - 4, - 2.529, - 5, - 2.542, - 6, - 2.542, - 7, - 1.511, - 8, - 1.233, - 30, - 0.869, - 181, - 3.896, - 263, - 2.695, - 355, - 4.092, - 1011, - 4.397, - 2340, - 6.835, - 2342, - 6.835, - 2921, - 9.634 + 2.744 ] ], [ - "type/manuals/compute", + "type/manuals/gui-layouts", [ 0, 0.731 ] ], [ - "data/manuals/compute", + "data/manuals/gui-layouts", [ 0, - 0.29, + 0.466, 1, - 1.336, + 3.12, 2, - 0.6, + 0.963, 3, - 0.622, + 0.998, 4, - 0.622, + 0.998, 5, - 0.625, + 1.003, 6, - 0.625, + 1.003, 7, - 1.53, + 1.451, 8, - 1.269, + 1.064, 9, - 0.988, - 11, - 1.061, - 13, - 1.328, - 16, - 0.99, + 2.0, + 10, + 2.102, 17, - 1.561, - 21, - 1.067, - 22, - 2.109, + 2.563, + 18, + 1.141, + 20, + 1.485, 23, - 1.722, - 24, - 2.384, - 26, - 0.635, - 28, - 0.842, - 29, - 1.382, - 30, - 1.122, - 32, - 1.769, - 33, - 1.294, - 35, - 1.194, + 1.719, 36, - 1.443, - 37, - 2.73, - 41, - 1.519, - 42, - 0.957, + 1.757, + 38, + 0.655, + 44, + 2.463, 46, - 1.711, + 1.555, + 47, + 4.502, 48, - 2.08, - 49, - 1.435, - 51, - 1.695, + 4.184, + 50, + 2.107, 52, - 1.337, - 61, - 1.788, + 1.623, + 54, + 1.805, + 57, + 1.374, + 58, + 4.837, + 59, + 0.997, + 60, + 1.058, 65, - 2.137, + 2.505, + 66, + 3.803, 68, - 1.562, - 69, - 1.637, + 3.103, 70, - 1.174, - 71, - 2.099, - 74, - 1.058, + 1.602, + 72, + 1.266, + 73, + 2.202, 77, - 1.491, - 83, - 0.998, + 1.221, + 79, + 1.004, + 84, + 3.487, + 85, + 6.174, 86, - 1.527, - 88, - 1.731, - 89, - 2.849, + 2.861, + 87, + 6.351, + 90, + 1.722, 91, - 0.909, + 1.298, 92, - 0.814, - 93, - 2.862, - 94, - 2.38, + 3.266, + 95, + 4.099, 97, - 1.599, + 2.353, 99, - 1.759, + 1.039, + 100, + 1.107, 102, - 2.21, + 1.857, 103, - 1.373, - 104, - 2.487, - 105, - 2.403, + 2.028, 106, - 1.587, + 1.578, + 107, + 1.549, 108, - 0.896, + 2.74, 110, - 1.739, - 111, - 2.305, - 117, - 2.564, - 121, - 2.554, - 135, - 1.507, + 3.481, + 113, + 1.182, + 122, + 1.836, + 125, + 1.794, + 126, + 1.616, + 127, + 3.975, + 134, + 2.778, 137, - 0.915, + 2.627, 141, - 1.81, - 149, - 1.25, + 2.673, + 146, + 3.54, + 148, + 1.807, 151, - 1.128, - 152, - 1.094, - 158, - 2.334, - 159, - 0.889, + 1.575, + 153, + 2.393, 160, - 1.563, - 161, - 1.968, - 162, - 1.922, - 166, - 0.83, - 179, - 1.989, - 183, - 3.075, - 186, - 0.709, - 187, - 1.637, - 190, - 0.674, - 191, - 1.017, + 1.744, + 165, + 1.686, + 167, + 2.385, + 169, + 1.495, + 170, + 1.458, + 175, + 3.149, + 177, + 2.695, + 178, + 3.033, + 194, + 1.076, 196, - 2.334, + 1.315, + 197, + 2.026, 198, - 1.707, - 202, - 2.194, - 221, - 1.161, - 223, - 1.313, - 224, - 0.652, + 2.399, + 201, + 1.325, + 203, + 2.05, + 206, + 2.859, + 207, + 2.404, + 208, + 3.177, + 210, + 2.385, + 226, + 1.641, 229, - 1.766, - 234, - 0.721, + 1.492, + 230, + 1.324, 237, - 0.925, - 247, - 0.949, - 248, - 2.362, - 255, - 1.682, + 1.752, + 239, + 1.673, + 251, + 2.718, + 254, + 6.406, 256, - 1.181, + 1.325, + 257, + 3.481, + 261, + 1.615, 263, - 2.442, - 273, - 0.922, - 277, - 1.761, - 278, - 1.882, - 288, - 2.394, - 291, - 2.568, - 293, - 0.951, - 294, - 1.042, - 295, - 1.174, - 297, - 1.258, - 298, - 1.575, - 300, - 1.119, - 302, - 0.889, - 303, - 0.99, - 306, - 4.66, - 311, - 4.19, - 313, - 1.23, - 316, - 0.713, - 317, - 0.889, - 318, - 2.507, - 324, - 1.598, - 327, - 2.849, - 336, - 1.082, - 337, - 0.865, - 338, - 1.215, - 343, - 0.674, - 347, 1.137, - 350, - 2.291, - 357, - 1.947, - 362, - 0.937, - 369, - 1.273, - 375, - 1.352, - 377, - 1.561, + 268, + 2.256, + 269, + 1.847, + 274, + 2.238, + 280, + 1.491, + 288, + 3.895, + 309, + 2.238, + 332, + 2.932, + 333, + 1.075, + 378, + 2.452, 380, - 2.257, - 384, - 1.706, - 393, - 1.637, + 1.35, + 387, + 1.341, 396, - 1.443, + 7.189, + 398, + 7.189, 402, - 2.974, - 407, - 1.87, + 2.023, + 403, + 4.184, + 404, + 3.727, 416, - 2.982, - 424, - 2.95, - 427, - 4.619, + 2.778, 429, - 1.062, - 430, - 1.103, - 432, - 1.149, - 437, - 1.024, - 441, - 0.825, - 453, - 1.887, - 457, - 1.278, - 460, - 2.635, - 465, - 1.29, - 469, - 2.639, - 473, - 1.174, - 478, - 0.99, + 2.859, + 456, + 4.388, + 463, + 2.563, + 471, + 1.019, + 472, + 1.752, 479, - 1.174, - 481, - 1.507, - 493, - 0.693, - 496, - 1.261, - 514, - 0.842, + 1.427, + 490, + 1.588, + 492, + 2.202, + 494, + 3.477, + 515, + 2.358, 521, - 1.575, - 524, - 2.012, - 548, - 2.705, - 553, - 2.257, - 554, - 1.328, - 568, - 0.974, - 569, - 2.687, - 577, - 1.731, - 578, - 4.492, + 1.324, + 552, + 2.42, + 555, + 1.191, 579, - 4.812, - 583, - 1.445, - 590, - 2.034, - 595, - 0.859, - 599, - 1.125, - 605, - 3.026, - 607, - 1.149, - 623, - 1.469, - 633, - 1.389, - 654, - 3.172, - 664, - 1.007, - 666, - 1.575, - 677, - 1.161, - 680, - 2.43, + 1.905, + 592, + 2.452, + 594, + 2.718, + 600, + 1.824, + 601, + 1.378, + 602, + 1.538, + 603, + 1.588, + 604, + 1.927, + 636, + 1.458, + 689, + 1.703, + 691, + 1.163, 696, - 1.598, - 700, - 1.833, - 712, - 1.65, - 726, - 1.062, - 727, - 1.469, - 728, - 2.035, - 759, - 1.416, - 764, - 1.561, - 766, - 2.403, - 777, - 1.637, - 792, - 1.475, - 802, - 1.187, - 803, - 1.352, - 804, - 1.187, - 808, - 1.426, - 811, - 2.591, - 815, - 1.215, - 824, - 1.149, + 5.061, + 713, + 2.023, + 738, + 2.275, + 751, + 1.538, + 771, + 1.769, 826, - 1.947, - 827, - 0.902, - 842, - 2.849, - 843, - 3.369, - 844, - 3.369, - 854, - 1.637, - 862, - 1.201, - 867, - 4.887, - 869, - 3.302, - 870, - 8.206, - 871, - 5.192, - 873, - 3.446, - 876, - 1.561, - 882, - 2.78, - 883, - 5.412, - 889, - 0.929, - 890, - 5.025, - 891, - 0.825, - 899, - 4.778, - 900, - 1.854, - 903, - 3.928, - 905, - 1.215, - 912, - 1.498, - 919, - 1.174, - 921, - 2.012, - 923, - 1.215, + 1.998, + 834, + 3.579, + 861, + 2.563, + 898, + 1.35, 924, - 1.561, - 925, - 2.167, - 926, - 3.446, - 927, - 2.167, - 928, - 5.707, - 929, - 2.362, - 932, - 2.034, - 933, - 1.352, - 934, - 1.561, - 939, - 1.261, - 954, - 1.261, - 968, - 1.174, - 972, - 6.206, - 977, - 1.313, - 986, - 1.731, - 995, - 5.278, - 998, - 2.48, - 1008, - 1.788, - 1011, - 1.082, - 1018, - 1.498, - 1020, - 1.498, - 1036, - 1.731, - 1040, - 1.561, - 1067, - 2.167, - 1082, - 1.682, - 1103, - 1.332, - 1104, - 1.187, - 1108, - 4.263, - 1125, - 1.854, - 1127, - 2.56, - 1129, - 1.735, - 1132, - 3.672, - 1139, - 4.93, - 1145, - 1.137, - 1156, - 1.072, - 1160, - 0.951, - 1168, - 2.49, - 1173, - 1.092, - 1174, - 2.403, - 1180, - 1.934, - 1191, - 1.766, - 1226, - 2.167, - 1244, - 2.56, - 1252, - 2.167, - 1267, - 2.933, - 1276, - 1.598, - 1342, - 1.443, + 1.805, + 944, + 1.95, + 978, + 1.503, + 987, + 2.023, + 999, + 1.752, + 1019, + 3.329, + 1025, + 3.481, + 1120, + 2.238, + 1133, + 1.998, + 1208, + 3.59, + 1213, + 4.449, + 1216, + 2.05, + 1223, + 2.563, + 1245, + 2.563, + 1259, + 3.727, + 1307, + 2.358, + 1322, + 1.95, 1345, - 3.142, - 1452, - 2.167, - 1488, - 1.332, - 1493, - 2.49, - 1498, - 1.418, - 1520, - 1.443, - 1538, - 2.034, - 1552, - 1.854, - 1554, - 1.313, - 1562, - 2.29, - 1577, - 1.637, - 1603, - 1.373, + 3.477, + 1404, + 2.869, + 1413, + 3.59, + 1424, + 3.103, + 1496, + 2.627, + 1502, + 1.95, + 1507, + 3.656, + 1560, + 2.505, + 1583, + 4.812, + 1602, + 1.863, + 1604, + 1.998, 1607, - 4.088, - 1617, - 1.528, - 1618, - 1.261, - 1620, - 1.637, - 1622, - 1.161, - 1663, - 1.137, - 1704, - 1.137, - 1705, - 0.929, - 1710, - 2.589, - 1750, - 1.637, - 1821, - 1.052, - 1862, - 1.731, - 1868, - 1.332, - 1892, - 1.528, - 1898, - 2.487, - 1917, - 1.788, - 1920, - 2.936, - 1972, - 3.277, - 1973, - 2.11, - 1982, - 1.245, - 1983, - 4.249, - 2009, - 3.816, - 2010, - 1.278, - 2033, - 1.934, - 2072, - 2.034, - 2083, - 1.934, - 2091, - 1.498, - 2131, - 2.849, - 2139, - 1.443, - 2144, - 1.469, - 2186, - 3.277, - 2217, - 1.731, - 2264, - 1.731, - 2266, - 1.103, - 2335, - 1.854, - 2343, - 1.598, - 2421, - 1.498, - 2434, - 1.854, - 2451, - 1.528, - 2461, - 1.854, - 2466, - 1.469, - 2501, - 1.731, - 2516, - 7.37, - 2520, - 3.277, - 2539, - 1.731, - 2601, - 1.395, - 2756, - 1.443, - 2763, - 1.443, - 2819, - 1.788, - 2825, - 2.849, - 2882, - 1.934, + 3.416, + 1608, + 5.271, + 1609, + 2.202, + 1640, + 2.975, + 1649, + 1.998, + 1675, + 3.179, + 1687, + 2.358, + 1693, + 2.563, + 1724, + 1.805, + 1779, + 3.263, + 1842, + 3.477, + 1843, + 3.477, + 1890, + 3.416, + 1906, + 4.074, + 1936, + 3.267, + 1984, + 4.449, + 2013, + 2.627, + 2027, + 4.364, + 2155, + 6.271, + 2259, + 5.45, + 2261, + 2.137, + 2507, + 2.275, + 2540, + 3.267, + 2831, + 4.449, + 2832, + 5.393, + 2871, + 2.169, + 2902, + 5.45, + 2903, + 3.803, + 2904, + 3.103, + 2905, + 3.477, + 2906, + 3.803, + 2907, + 2.975, + 2908, + 4.991, + 2909, + 3.803, + 2910, + 3.803, + 2911, + 3.803, 2912, - 2.034, + 3.803, + 2913, + 3.477, + 2914, + 9.191, + 2915, + 4.614, + 2916, + 3.727, + 2917, + 3.803, + 2918, + 2.869, + 2919, + 3.803, + 2920, + 3.803, + 2921, + 5.898, 2922, - 2.034, + 3.803, 2923, - 2.034, + 3.803, 2924, - 1.854, + 6.606, 2925, - 2.37, + 2.452, 2926, - 2.37, + 5.898, 2927, - 4.778, + 5.898, 2928, - 1.934, + 2.698, 2929, - 1.854, + 3.803, 2930, - 2.034, - 2931, - 2.37, - 2932, - 2.167, - 2933, - 2.37, - 2934, - 2.37, - 2935, - 2.37, - 2936, - 2.37, - 2937, - 2.167, - 2938, - 3.672, - 2939, - 4.016, - 2940, - 1.731, - 2941, - 2.167, - 2942, - 2.37, - 2943, - 2.167, - 2944, - 2.167, - 2945, - 2.37, - 2946, - 2.167, - 2947, - 1.443, - 2948, - 2.034, - 2949, - 2.167, - 2950, - 1.934, - 2951, - 2.37, - 2952, - 2.167, - 2953, - 2.37, - 2954, - 2.37, - 2955, - 2.37, - 2956, - 3.277, - 2957, - 1.682, - 2958, - 1.934, - 2959, - 6.836, - 2960, - 2.034, - 2961, - 1.854, - 2962, - 3.142, - 2963, - 1.934, - 2964, - 2.37, - 2965, - 1.682, - 2966, - 2.37, - 2967, - 1.528, - 2968, - 2.034, - 2969, - 2.37, - 2970, - 2.034, - 2971, - 6.294, - 2972, - 2.37, - 2973, - 4.016, - 2974, - 5.906, - 2975, - 2.37, - 2976, - 2.37, - 2977, - 2.37, - 2978, - 2.37, - 2979, - 1.854, - 2980, - 4.778, - 2981, - 2.167, - 2982, - 1.854, - 2983, - 2.37, - 2984, - 3.369, - 2985, - 1.637, - 2986, - 2.37, - 2987, - 1.682, - 2988, - 3.029, - 2989, - 5.019, - 2990, - 6.151, - 2991, - 4.016, - 2992, - 4.016, - 2993, - 4.016, - 2994, - 4.016, - 2995, - 4.016, - 2996, - 3.111, - 2997, - 4.016, - 2998, - 4.483, - 2999, - 3.446, - 3000, - 3.029, - 3001, - 6.151, - 3002, - 2.37, - 3003, - 2.37, - 3004, - 2.37, - 3005, - 2.37, - 3006, - 2.37, - 3007, - 6.883, - 3008, - 2.37, - 3009, - 6.151, - 3010, - 2.034, - 3011, - 2.37, - 3012, - 2.034, - 3013, - 4.016, - 3014, - 4.016, - 3015, - 2.37, - 3016, - 4.016, - 3017, - 4.016, - 3018, - 2.37, - 3019, - 2.37, - 3020, - 2.37, - 3021, - 2.37, - 3022, - 2.37, - 3023, - 2.37, - 3024, - 2.37, - 3025, - 2.37, - 3026, - 2.37, - 3027, - 2.167, - 3028, - 5.225, - 3029, - 2.37, - 3030, - 4.016, - 3031, - 2.37, - 3032, - 2.37, - 3033, - 2.167, - 3034, - 1.854, - 3035, - 2.37, - 3036, - 2.37, - 3037, - 3.277, - 3038, - 2.37, - 3039, - 2.37, - 3040, - 2.034 + 3.263 ] ], [ - "type/manuals/live-update-aws", + "type/manuals/optimization", [ 0, 0.731 ] ], [ - "data/manuals/live-update-aws", + "data/manuals/optimization", [ 0, - 0.449, + 1.008, 1, - 0.938, + 2.104, 2, - 0.929, + 2.082, 3, - 0.963, + 2.159, 4, - 0.963, + 2.159, 5, - 0.968, + 2.17, 6, - 0.968, + 2.17, 7, - 1.499, - 9, - 1.03, + 1.519, 10, - 1.457, - 11, - 1.061, - 16, - 1.037, - 21, - 1.171, - 22, - 2.639, + 2.187, + 18, + 1.103, + 20, + 1.456, + 57, + 1.401, + 59, + 0.989, + 66, + 5.303, + 77, + 2.095, + 79, + 0.859, + 100, + 1.543, + 109, + 3.086, + 121, + 3.623, + 132, + 2.826, + 145, + 5.099, + 148, + 2.247, + 153, + 2.593, + 169, + 1.224, + 194, + 1.999, + 229, + 1.508, + 268, + 1.679, + 368, + 2.339, + 390, + 4.614, + 442, + 3.684, + 457, + 3.591, + 551, + 5.681, + 608, + 4.074, + 622, + 4.903, + 642, + 4.168, + 703, + 3.225, + 1047, + 4.802, + 1095, + 6.711, + 1153, + 3.865, + 1220, + 5.099, + 1324, + 4.268, + 1773, + 5.418, + 1804, + 4.852, + 1841, + 4.763, + 1864, + 5.418, + 2078, + 5.197, + 2122, + 6.204, + 2189, + 5.603, + 2192, + 5.681, + 2931, + 7.521, + 2932, + 8.224, + 2933, + 6.711, + 2934, + 6.711, + 2935, + 7.057, + 2936, + 8.224, + 2937, + 8.224 + ] + ], + [ + "type/manuals/ios", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/ios", + [ + 7, + 1.544, + 8, + 2.713, + 10, + 1.219, + 12, + 2.163, + 18, + 1.13, + 20, + 1.265, 23, - 0.793, - 26, - 2.462, - 28, - 1.302, - 29, - 1.794, - 30, - 1.122, - 32, - 1.648, - 33, - 1.414, + 0.94, + 36, + 1.71, + 38, + 1.185, 39, - 1.45, - 41, - 1.067, + 0.758, + 42, + 1.5, + 43, + 1.864, 44, - 2.301, + 1.979, 46, - 1.021, - 48, - 2.96, - 51, - 1.626, + 1.545, + 49, + 1.639, + 56, + 1.398, + 57, + 1.097, + 59, + 1.055, 60, - 1.495, - 68, - 2.486, + 1.938, + 62, + 0.688, + 67, + 1.042, 70, - 1.794, - 71, - 1.449, - 74, - 1.134, - 80, - 2.643, - 86, - 1.456, - 94, - 2.442, - 97, - 1.755, + 1.512, + 72, + 0.692, + 76, + 1.107, + 77, + 1.634, + 78, + 1.594, + 79, + 0.926, + 90, + 0.856, + 91, + 3.415, + 96, + 1.138, + 99, + 1.068, + 100, + 1.307, + 102, + 0.923, + 103, + 2.096, + 105, + 0.835, + 106, + 1.01, + 107, + 1.774, + 108, + 0.611, 110, - 1.909, - 121, - 1.038, - 123, - 1.329, - 125, - 1.484, - 127, - 2.396, - 129, - 1.859, - 131, - 2.092, - 137, - 1.188, - 141, - 1.6, - 144, - 1.904, - 147, - 3.511, + 1.872, + 113, + 1.654, + 116, + 0.809, + 119, + 1.82, + 124, + 0.907, + 126, + 1.566, + 142, + 1.409, + 148, + 1.953, + 149, + 2.423, 150, - 3.83, - 151, - 1.464, - 152, - 2.944, - 159, - 1.377, + 1.763, + 153, + 2.677, + 158, + 1.05, 160, - 1.828, - 161, - 1.138, - 162, - 0.943, - 190, - 1.043, - 191, - 0.929, - 193, - 1.49, + 0.615, + 169, + 1.036, + 170, + 0.798, + 177, + 1.948, + 194, + 1.162, + 196, + 1.639, + 197, + 1.938, 198, - 1.198, + 3.175, + 199, + 0.891, 201, - 3.092, - 218, - 2.199, - 224, - 2.198, - 234, - 1.116, - 237, - 1.32, + 0.467, + 202, + 0.679, + 206, + 4.293, + 207, + 1.577, + 208, + 4.265, + 211, + 2.122, + 226, + 2.533, + 228, + 0.883, + 229, + 1.745, + 230, + 1.25, + 231, + 1.347, + 236, + 2.374, + 238, + 1.169, + 240, + 1.021, + 241, + 1.896, + 246, + 3.122, 247, - 1.042, + 1.865, + 250, + 0.803, + 253, + 2.825, 256, - 1.079, - 263, - 2.233, + 1.773, + 257, + 0.822, + 260, + 0.701, 268, - 2.125, - 270, - 1.952, + 1.611, + 269, + 2.16, 273, - 2.232, - 278, - 3.038, - 291, - 1.26, + 1.392, + 280, + 0.816, + 285, + 1.608, + 290, + 2.71, 298, - 1.439, - 300, - 1.855, - 302, - 1.377, - 308, - 1.881, + 1.314, + 306, + 1.579, 313, - 3.664, - 317, - 2.649, - 318, - 1.495, - 339, - 2.649, - 340, - 2.534, - 349, - 1.952, - 386, - 1.952, - 391, - 1.252, - 393, - 2.338, - 394, - 1.817, - 402, - 1.585, - 407, - 1.188, + 3.569, + 323, + 2.149, + 333, + 1.34, + 342, + 0.932, + 350, + 1.244, + 353, + 1.441, + 361, + 1.169, + 368, + 1.348, + 380, + 2.002, + 382, + 1.292, + 387, + 1.266, + 390, + 0.876, + 392, + 1.976, 411, - 1.707, - 422, - 3.916, - 423, - 2.195, - 426, - 3.806, - 430, - 4.621, - 431, - 5.591, - 432, - 2.78, - 434, - 4.652, + 1.079, 441, - 3.015, + 1.799, 446, - 5.098, + 1.042, 449, - 3.624, - 465, - 0.906, - 481, - 1.377, - 490, - 4.553, - 493, - 1.677, - 522, - 1.778, - 525, - 1.367, + 1.244, + 452, + 2.401, + 454, + 1.43, + 456, + 1.936, + 457, + 2.26, + 464, + 2.809, + 471, + 1.27, + 472, + 0.958, + 473, + 0.915, + 500, + 0.759, + 505, + 1.841, + 510, + 0.764, + 511, + 1.107, + 521, + 1.25, + 536, + 1.37, + 546, + 1.121, + 547, + 1.224, 548, - 4.368, + 1.37, + 550, + 0.968, + 552, + 0.618, + 553, + 1.284, 554, - 3.038, - 567, - 5.404, - 568, - 3.774, - 583, - 1.32, - 587, - 1.927, - 595, - 2.558, - 618, - 2.366, - 622, - 2.417, + 0.78, + 555, + 1.125, + 561, + 1.502, + 573, + 0.78, + 588, + 1.864, + 590, + 1.488, + 591, + 1.37, + 592, + 4.105, + 594, + 2.599, + 600, + 0.998, + 601, + 1.301, + 602, + 1.452, + 603, + 0.869, + 604, + 1.054, + 605, + 1.186, + 614, + 0.816, + 623, + 3.502, 633, - 1.983, - 654, - 2.283, - 666, - 1.439, + 3.226, + 634, + 0.822, + 636, + 1.377, + 640, + 1.476, + 642, + 4.996, + 643, + 1.569, + 646, + 1.054, + 648, + 1.008, + 649, + 1.244, + 656, + 1.314, + 672, + 1.671, + 674, + 1.799, + 675, + 0.798, 676, - 4.652, - 680, - 3.924, - 700, - 4.191, - 726, - 1.643, - 754, - 1.572, - 802, - 1.838, - 812, - 1.643, - 824, - 1.778, - 827, - 3.039, - 851, - 4.825, - 909, - 1.707, - 943, - 2.159, - 969, - 5.425, - 996, - 3.271, - 1074, - 1.859, - 1122, - 3.013, - 1129, - 1.585, - 1145, - 3.387, - 1158, - 3.375, - 1165, - 4.326, - 1220, - 2.767, - 1239, - 4.003, + 2.163, + 679, + 0.932, + 681, + 1.019, + 683, + 2.704, + 689, + 0.932, + 691, + 1.45, + 694, + 1.519, + 698, + 1.785, + 699, + 5.032, + 701, + 2.963, + 702, + 1.042, + 710, + 1.741, + 744, + 1.008, + 746, + 1.437, + 750, + 2.297, + 751, + 2.575, + 759, + 1.341, + 762, + 2.163, + 765, + 0.729, + 771, + 2.962, + 773, + 1.717, + 774, + 0.94, + 801, + 2.322, + 831, + 1.244, + 834, + 1.03, + 844, + 1.785, + 848, + 1.03, + 854, + 1.152, + 878, + 1.341, + 890, + 3.874, + 902, + 3.631, + 905, + 1.224, + 910, + 1.911, + 911, + 1.152, + 915, + 0.798, + 922, + 1.402, + 924, + 2.25, + 932, + 1.476, + 934, + 1.476, + 935, + 1.779, + 941, + 0.816, + 975, + 0.998, + 980, + 1.341, + 984, + 1.569, + 999, + 0.958, + 1043, + 2.437, + 1053, + 2.548, + 1078, + 1.569, + 1079, + 1.008, + 1101, + 1.224, + 1104, + 1.963, + 1134, + 1.314, + 1143, + 4.814, + 1146, + 2.048, + 1152, + 1.519, + 1162, + 2.548, + 1166, + 1.205, + 1214, + 3.362, + 1224, + 0.998, + 1248, + 1.314, + 1270, + 2.809, 1273, - 3.912, - 1362, - 2.473, - 1367, - 2.092, - 1374, - 3.624, - 1375, - 2.993, - 1421, - 1.881, - 1442, - 3.355, - 1464, + 1.224, + 1283, + 2.589, + 1284, + 2.316, + 1287, + 2.548, + 1289, + 1.289, + 1322, + 2.43, + 1329, + 1.244, + 1340, + 1.476, + 1363, + 3.707, + 1382, + 1.152, + 1404, + 1.569, + 1411, + 0.891, + 1412, + 2.42, + 1416, + 1.437, + 1428, + 1.962, + 1432, + 2.018, + 1465, + 0.734, + 1543, + 1.224, + 1544, + 1.289, + 1548, + 1.936, + 1557, + 1.244, + 1573, + 1.785, + 1615, + 2.93, + 1638, + 1.314, + 1649, + 1.093, + 1655, + 1.093, + 1672, + 1.121, + 1686, + 1.569, + 1767, + 1.224, + 1769, + 4.954, + 1804, + 0.998, + 1807, + 2.273, + 1840, + 1.186, + 1841, + 3.687, + 1871, + 1.741, + 1882, + 0.923, + 1911, + 1.066, + 1920, + 5.003, + 1933, + 3.001, + 1955, + 1.476, + 1961, + 5.391, + 1968, + 1.107, + 1973, + 2.149, + 1975, + 0.807, + 1976, + 1.902, + 1989, + 1.186, + 1993, + 3.801, + 2006, + 1.093, + 2026, 2.366, - 1487, - 5.831, - 1488, - 2.062, - 1510, - 1.978, - 1511, - 4.377, - 1616, - 5.244, - 1617, + 2027, + 5.192, + 2029, + 2.623, + 2031, + 3.707, + 2053, + 4.412, + 2096, + 1.152, + 2106, + 1.785, + 2155, + 3.056, + 2158, + 1.402, + 2169, + 1.402, + 2190, + 1.205, + 2191, + 1.437, + 2193, + 1.697, + 2196, + 2.93, + 2244, + 2.481, + 2249, + 2.42, + 2260, + 1.519, + 2268, + 1.911, + 2330, 2.366, - 1622, - 4.245, - 1636, - 3.013, - 1671, - 2.603, - 1751, - 5.761, - 1758, - 1.952, - 1761, - 2.092, - 1773, - 9.884, - 1778, - 2.534, - 1788, - 4.652, - 1789, - 2.473, - 1793, - 2.767, - 1797, - 2.195, - 1807, - 6.514, - 1808, - 5.761, - 1809, - 3.148, - 1810, - 10.637, - 1817, - 2.87, - 1845, - 3.556, - 2018, - 1.952, - 2084, - 6.457, - 2116, - 2.318, - 2235, - 2.417, - 2293, - 2.993, - 2296, - 2.767, - 2378, - 6.059, - 2419, - 4.326, - 2444, - 3.148, - 2586, - 2.534, - 2825, - 4.069, + 2360, + 4.024, + 2379, + 1.341, + 2434, + 1.476, + 2435, + 1.697, + 2440, + 1.008, + 2448, + 2.366, + 2496, + 1.569, + 2533, + 1.402, + 2579, + 2.548, + 2640, + 3.362, + 2649, + 2.149, + 2657, + 1.169, + 2692, + 1.519, + 2707, + 1.627, + 2717, + 3.461, + 2750, + 1.314, + 2775, + 1.121, + 2842, + 1.697, + 2938, + 6.368, + 2939, + 1.785, + 2940, + 2.08, + 2941, + 6.994, + 2942, + 4.333, + 2943, + 4.739, + 2944, + 3.707, + 2945, + 1.902, + 2946, + 1.902, + 2947, + 1.785, + 2948, + 1.785, + 2949, + 3.284, + 2950, + 1.569, + 2951, + 1.627, + 2952, + 1.936, + 2953, + 2.481, + 2954, + 2.42, + 2955, + 1.186, + 2956, + 4.694, + 2957, + 2.809, + 2958, + 1.902, + 2959, + 4.839, + 2960, + 3.591, + 2961, + 1.519, + 2962, + 4.803, + 2963, + 1.785, + 2964, + 1.697, + 2965, + 1.785, + 2966, + 2.08, + 2967, + 1.37, + 2968, + 2.08, + 2969, + 1.569, + 2970, + 4.739, + 2971, + 1.569, + 2972, + 2.08, + 2973, + 1.697, + 2974, + 1.627, + 2975, + 1.697, + 2976, + 1.785, + 2977, + 5.822, + 2978, + 1.476, + 2979, + 3.591, + 2980, + 4.739, + 2981, + 3.896, + 2982, + 8.257, + 2983, + 1.902, + 2984, + 1.902, + 2985, + 2.709, + 2986, + 1.697, + 2987, + 2.08, + 2988, + 1.902, + 2989, + 6.771, + 2990, + 5.157, + 2991, + 3.575, + 2992, + 4.739, + 2993, + 2.08, + 2994, + 1.37, + 2995, + 3.591, + 2996, + 2.08, + 2997, + 1.697, + 2998, + 2.709, + 2999, + 4.803, + 3000, + 2.809, + 3001, + 3.081, + 3002, + 2.08, + 3003, + 2.08, + 3004, + 4.739, + 3005, + 2.08, + 3006, + 1.519, + 3007, + 2.08, + 3008, + 3.081, + 3009, + 3.591, + 3010, + 2.08, + 3011, + 2.08, + 3012, + 2.08, + 3013, + 2.08, + 3014, + 1.627, + 3015, + 2.08, + 3016, + 2.08, + 3017, + 6.366, + 3018, + 2.08, + 3019, + 2.08, + 3020, + 1.785, + 3021, + 1.289, + 3022, + 1.697, + 3023, + 2.08, + 3024, + 2.08, + 3025, + 2.08, + 3026, + 4.739, + 3027, + 2.08, + 3028, + 2.08, + 3029, + 1.785, + 3030, + 1.697, + 3031, + 5.157, + 3032, + 5.64, + 3033, + 3.591, + 3034, + 3.591, + 3035, + 2.08, + 3036, + 1.902, + 3037, + 1.697, + 3038, + 1.902, + 3039, + 6.964, + 3040, + 3.284, 3041, - 3.669, + 1.902, 3042, - 6.851, + 2.08, 3043, - 4.68, + 4.412, 3044, - 5.157, + 2.08, 3045, - 3.669, + 2.08, 3046, - 7.984, + 1.627, 3047, - 5.735, + 2.93, 3048, - 4.487, + 4.739, 3049, - 8.663, + 2.08, 3050, - 4.921, + 3.591, 3051, - 5.244, + 1.902, 3052, - 2.318, + 1.902, 3053, - 3.669, + 2.08, 3054, - 3.669, + 2.08, 3055, - 2.87, + 1.697, 3056, - 7.984, + 2.08, 3057, - 5.735, + 1.437, 3058, - 4.652, + 2.08, 3059, - 5.735, + 1.476, 3060, - 3.669, + 3.591, 3061, - 3.669, + 2.08, 3062, - 3.669, + 2.08, 3063, - 3.669, + 2.08, 3064, - 3.355, + 1.785, 3065, - 2.767, + 2.08, 3066, - 3.669, + 1.902, 3067, - 5.735, + 1.627, 3068, - 7.301, + 2.08, 3069, - 2.87, + 1.902, 3070, - 3.669, - 3071, - 5.735, - 3072, - 3.669, - 3073, - 2.603 + 2.08 ] ], [ - "type/manuals/flipbook-animation", + "type/manuals/optimization-speed", [ 0, 0.731 ] ], [ - "data/manuals/flipbook-animation", + "data/manuals/optimization-speed", [ 0, - 0.554, + 0.423, 1, - 1.157, + 0.883, 2, - 1.145, + 0.874, 3, - 1.187, + 0.906, 4, - 1.187, + 0.906, 5, - 1.193, + 0.911, 6, - 1.193, + 0.911, 7, - 1.54, - 8, - 1.138, + 1.498, 9, - 0.951, + 1.171, 10, - 0.825, - 11, - 1.017, - 16, - 0.9, - 21, - 1.64, - 22, - 2.158, - 23, - 1.924, - 29, - 1.512, + 1.935, + 18, + 1.087, + 20, + 1.331, + 28, + 1.674, 30, - 1.119, - 33, - 1.264, - 37, - 2.007, + 2.565, + 36, + 2.087, 38, - 2.579, - 40, - 3.491, - 41, - 1.956, + 0.994, 42, - 1.078, - 47, - 4.426, - 51, - 1.507, - 60, - 1.843, - 62, - 2.104, - 68, - 1.526, - 71, - 1.648, - 73, - 1.971, - 74, - 1.056, + 0.627, + 44, + 1.442, + 46, + 1.541, + 48, + 3.166, + 52, + 1.505, + 55, + 1.656, + 57, + 1.416, + 59, + 0.999, + 66, + 2.226, + 67, + 3.401, 77, - 1.897, + 2.074, + 79, + 0.999, + 84, + 1.479, 86, - 1.513, - 87, - 3.686, - 91, - 1.734, - 94, - 2.326, + 1.121, + 96, + 1.733, + 97, + 2.433, 99, - 3.241, + 1.034, + 100, + 1.825, 102, - 2.812, + 1.985, + 103, + 1.563, 104, - 4.175, + 1.77, + 106, + 1.507, + 107, + 1.85, 108, - 3.594, - 110, - 3.165, - 111, - 2.98, - 113, - 4.432, - 117, - 4.171, - 137, - 1.001, - 141, - 1.348, + 1.015, + 109, + 2.897, + 121, + 1.142, + 122, + 1.075, + 125, + 1.05, + 126, + 1.93, + 135, + 3.931, + 140, + 1.591, 143, - 4.939, - 146, - 1.787, + 1.674, + 148, + 2.184, 150, - 2.169, - 151, - 0.829, - 152, - 1.232, - 159, - 1.697, + 0.874, + 153, + 2.374, + 158, + 1.598, 160, - 1.704, - 161, - 1.595, - 162, - 1.163, + 2.007, + 165, + 2.208, + 166, + 1.623, 167, - 4.096, - 190, - 1.286, - 193, - 1.878, - 210, - 3.702, - 224, - 1.245, + 3.122, + 169, + 1.149, + 170, + 2.603, + 178, + 3.623, + 194, + 1.827, + 198, + 1.849, + 201, + 1.891, + 202, + 1.128, + 207, + 2.8, + 209, + 2.604, + 226, + 0.961, + 229, + 1.543, + 230, + 1.202, 237, - 1.549, + 1.591, 241, - 4.338, - 277, - 1.524, - 278, - 1.384, - 285, - 2.24, - 288, - 3.463, - 298, - 1.773, - 299, - 3.896, - 300, - 2.211, - 309, - 2.24, - 310, - 5.838, - 313, - 2.347, - 315, - 3.303, - 319, - 3.896, - 320, - 3.812, - 335, - 5.494, - 337, - 1.65, - 338, - 3.45, - 343, - 2.285, - 361, - 2.406, - 363, - 4.3, - 381, - 3.598, - 394, - 2.24, - 407, - 1.843, - 416, - 2.192, - 437, - 3.472, - 450, - 4.807, - 453, - 3.776, - 456, - 3.937, + 1.171, + 250, + 1.334, + 256, + 1.891, + 257, + 1.364, + 266, + 1.532, + 268, + 2.174, + 269, + 1.241, + 281, + 2.14, + 289, + 3.271, + 317, + 2.032, + 353, + 3.098, + 380, + 1.226, + 390, + 2.303, + 391, + 2.14, + 392, + 1.21, + 400, + 2.327, + 411, + 1.792, + 429, + 4.339, + 434, + 1.606, + 446, + 1.73, + 452, + 1.973, + 457, + 1.226, + 459, + 1.606, + 463, + 3.685, 465, - 1.661, - 478, - 1.889, - 481, - 1.697, - 495, - 2.579, - 496, - 2.406, - 519, - 4.432, - 520, - 3.208, + 2.962, + 471, + 0.925, + 473, + 1.518, + 489, + 1.606, + 500, + 1.26, + 504, + 3.913, + 511, + 2.909, 521, - 2.638, - 522, - 2.192, - 523, - 3.131, + 1.202, 524, - 2.266, - 525, - 2.506, - 526, - 2.979, - 527, - 2.619, - 528, - 6.555, - 533, - 2.438, - 534, - 3.538, - 539, - 2.706, + 3.257, + 543, + 1.385, + 545, + 2.701, + 546, + 2.947, + 550, + 1.606, + 551, + 6.917, + 552, + 1.026, 554, - 2.225, - 569, - 1.307, + 2.051, + 555, + 2.126, + 563, + 3.455, + 567, + 1.792, 581, - 2.184, - 624, - 3.371, - 653, - 3.69, - 654, - 2.679, - 656, - 6.076, - 697, - 1.685, - 743, - 2.192, - 756, - 2.24, - 759, - 1.595, - 808, - 1.606, - 824, - 3.261, - 827, - 1.721, - 858, - 2.132, - 889, - 3.15, + 1.861, + 590, + 1.43, + 596, + 4.218, + 608, + 4.168, + 619, + 2.604, + 629, + 2.041, + 636, + 2.961, + 676, + 2.495, + 685, + 1.407, + 687, + 3.217, + 690, + 2.182, + 702, + 3.401, + 703, + 1.354, + 737, + 2.327, + 738, + 2.066, + 746, + 2.385, + 765, + 3.407, + 775, + 1.913, + 799, + 4.133, + 834, + 1.71, + 849, + 3.013, + 873, + 2.385, + 894, + 1.364, + 907, + 2.274, + 914, + 1.442, + 921, + 2.226, + 926, + 2.522, + 931, + 2.137, + 947, + 1.814, + 948, + 1.364, 960, - 2.192, - 1085, - 3.208, - 1113, - 3.538, + 1.576, + 975, + 1.656, + 978, + 1.364, + 999, + 1.591, + 1002, + 1.71, + 1007, + 2.948, + 1010, + 2.247, + 1011, + 2.226, + 1019, + 4.135, + 1025, + 3.705, + 1028, + 2.701, + 1071, + 1.969, + 1081, + 3.329, + 1104, + 2.687, + 1146, + 2.933, + 1153, + 4.407, + 1167, + 4.277, + 1170, + 2.701, 1173, - 2.084, - 1241, - 3.538, - 1488, - 2.541, - 1516, - 1.584, - 1526, - 4.182, - 1527, - 2.979, - 1556, - 4.025, - 1562, - 3.837, - 1564, - 2.979, - 1691, - 3.208, - 1776, - 3.535, + 1.692, + 1180, + 1.886, + 1221, + 1.71, + 1224, + 1.656, + 1226, + 1.969, + 1235, + 2.226, + 1279, + 2.066, + 1298, + 4.29, + 1305, + 2.604, + 1314, + 4.575, + 1323, + 1.442, + 1324, + 1.792, + 1343, + 1.913, + 1379, + 1.606, + 1432, + 3.072, + 1451, + 3.157, + 1465, + 2.723, + 1495, + 1.913, + 1499, + 2.066, + 1504, + 2.817, + 1507, + 3.39, + 1514, + 2.604, + 1545, + 2.701, + 1560, + 3.602, + 1574, + 2.102, + 1579, + 6.146, + 1592, + 2.449, + 1594, + 4.403, + 1602, + 1.692, + 1607, + 3.166, + 1608, + 5.355, + 1609, + 5.183, + 1622, + 6.35, + 1623, + 5.333, + 1628, + 1.43, + 1641, + 3.157, + 1662, + 1.518, + 1666, + 4.787, + 1685, + 2.604, + 1700, + 2.701, + 1813, + 2.449, 1821, - 2.007, - 1822, - 1.673, - 1823, - 3.411, + 2.701, + 1841, + 3.166, + 1858, + 4.472, + 1866, + 3.118, 1868, - 2.541, - 1930, - 2.347, - 1996, - 4.914, - 2014, - 3.538, - 2031, - 2.084, - 2038, - 2.007, - 2046, - 5.345, - 2112, - 2.916, - 2120, - 3.88, - 2151, - 3.538, - 2204, - 2.706, - 2265, - 2.579, - 2268, - 2.916, - 2291, - 4.025, - 2380, - 3.538, - 2411, - 2.916, - 2505, - 3.048, - 2506, - 2.916, - 2513, - 3.411, - 2514, - 3.411, - 2540, - 7.799, - 2542, - 2.505, + 3.526, + 1871, + 1.674, + 1872, + 3.329, + 1874, + 2.032, + 1879, + 2.771, + 1884, + 2.322, + 1895, + 2.182, + 1902, + 2.274, + 1928, + 2.947, + 1968, + 2.909, + 1991, + 2.522, + 2002, + 2.701, + 2077, + 6.625, + 2079, + 3.157, + 2084, + 2.226, + 2096, + 3.029, + 2101, + 2.14, + 2110, + 2.817, + 2180, + 3.602, + 2220, + 4.061, + 2235, + 3.157, + 2357, + 2.701, + 2373, + 2.182, + 2384, + 3.39, + 2385, + 2.604, + 2532, + 2.226, + 2548, + 2.032, + 2558, + 2.385, + 2566, + 2.274, + 2631, + 3.455, + 2646, + 2.701, + 2747, + 4.124, + 2813, + 3.157, + 2821, + 2.522, + 2851, + 2.604, + 2925, + 4.377, + 3071, + 3.685, + 3072, + 3.452, + 3073, + 4.124, 3074, - 4.522, + 2.385, 3075, - 2.979, + 3.157, 3076, - 5.075, + 3.452, 3077, - 3.303, + 3.157, 3078, - 4.135, + 2.701, 3079, - 3.88, + 2.522, 3080, - 8.136, + 3.157, 3081, - 4.522, + 3.157, 3082, - 6.152, + 3.157, 3083, - 6.152, + 3.157, 3084, - 6.728, + 2.385, 3085, - 9.511, + 2.962, 3086, - 4.522, + 3.452, 3087, - 6.728, + 2.226, 3088, - 5.773, + 4.124, 3089, - 5.49, + 3.452, 3090, - 6.728, + 2.962, 3091, - 6.728, + 3.452, 3092, - 8.034, + 2.701, 3093, - 8.034, + 2.817, 3094, - 3.88, + 3.777, 3095, - 3.303, + 3.157, 3096, - 6.728, + 2.962, 3097, - 4.522, + 7.721, 3098, - 3.69, + 7.721, 3099, - 7.346, + 7.721, 3100, - 8.034, + 7.721, 3101, - 8.898, + 3.157, 3102, - 6.728 + 3.452, + 3103, + 3.452, + 3104, + 2.817, + 3105, + 5.311, + 3106, + 6.207, + 3107, + 2.385, + 3108, + 3.993, + 3109, + 5.467, + 3110, + 3.452, + 3111, + 2.962, + 3112, + 3.452, + 3113, + 5.825, + 3114, + 3.452, + 3115, + 2.962, + 3116, + 3.452, + 3117, + 4.124, + 3118, + 2.604, + 3119, + 3.452, + 3120, + 5.311, + 3121, + 2.701, + 3122, + 3.452, + 3123, + 3.157, + 3124, + 4.689 ] ], [ - "type/manuals/editor-styling", + "type/manuals/webview", [ 0, 0.731 ] ], [ - "data/manuals/editor-styling", + "data/manuals/webview", [ 0, - 0.6, + 1.214, 1, - 1.253, + 2.535, 2, - 1.241, + 2.509, 3, - 1.286, + 2.601, 4, - 1.286, + 2.601, 5, - 1.293, + 2.615, 6, - 1.293, + 2.615, 7, - 1.605, - 8, - 1.077, - 9, - 0.715, - 11, - 0.821, - 16, - 0.98, - 21, - 1.001, - 22, - 1.91, - 23, - 1.543, - 26, - 1.314, - 29, - 1.101, - 30, - 1.04, - 32, - 1.358, - 33, - 1.229, - 39, - 4.288, - 45, - 7.18, - 51, - 1.735, - 68, - 1.619, - 74, - 0.793, - 86, - 1.604, - 92, - 1.684, - 93, - 4.574, - 94, - 2.468, - 111, - 2.39, - 129, - 3.617, - 137, - 0.729, + 1.244 + ] + ], + [ + "type/manuals/buffer", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/buffer", + [ + 0, + 1.175, + 1, + 2.453, + 2, + 2.428, + 3, + 2.517, + 4, + 2.517, + 5, + 2.53, + 6, + 2.53, + 7, + 1.468, + 18, + 0.865, + 59, + 0.865, + 108, + 2.819, + 126, + 1.903, + 148, + 1.967, + 149, + 3.65, + 150, + 2.428, 151, - 1.309, - 152, - 2.519, - 193, - 1.034, - 201, - 5.709, - 203, - 6.212, - 247, - 0.89, - 256, - 1.441, - 267, - 4.304, - 271, - 2.376, - 297, - 1.535, - 300, - 1.049, - 311, - 2.983, - 320, - 4.211, - 336, - 3.842, - 339, - 1.839, - 348, - 4.811, - 369, - 3.357, - 376, - 6.626, - 407, - 1.015, - 410, - 2.795, - 412, - 2.543, - 429, - 2.195, - 444, - 2.642, - 493, + 3.973, + 368, + 2.727, + 762, + 4.377, + 1041, + 4.335, + 2885, + 7.234 + ] + ], + [ + "type/manuals/editor-templates", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/editor-templates", + [ + 0, + 1.024, + 1, + 2.137, + 2, + 2.116, + 3, + 2.193, + 4, + 2.193, + 5, + 2.205, + 6, + 2.205, + 7, + 1.538, + 8, + 3.086, + 18, + 1.037, + 36, + 1.666, + 39, + 1.764, + 42, 2.087, - 581, - 3.524, - 587, - 2.575, - 596, - 5.631, - 633, - 3.399, - 673, - 3.228, - 680, - 2.82, - 694, - 3.736, - 710, - 1.776, - 796, - 2.258, - 802, - 2.455, - 808, - 2.534, - 860, - 1.879, + 46, + 1.681, + 79, + 0.937, + 91, + 3.487, + 99, + 0.907, + 110, + 4.036, + 153, + 1.896, + 169, + 1.243, + 177, + 3.125, + 197, + 2.871, + 198, + 2.782, + 225, + 5.633, + 226, + 2.842, + 229, + 2.022, + 236, + 5.526, + 341, + 4.051, + 561, + 2.649, + 629, + 2.513, + 675, + 3.204, + 793, + 3.888, 891, - 2.484, - 1035, - 4.931, - 1049, - 3.999, - 1080, - 3.303, - 1104, - 2.455, - 1190, - 2.754, - 1239, - 1.879, - 1275, - 2.642, - 1373, - 2.715, - 1637, - 3.697, - 1650, - 5.584, - 1671, - 3.477, - 1835, - 2.932, - 1838, - 3.999, - 1898, - 2.887, - 1979, - 2.932, - 1980, - 3.385, + 2.834, + 915, + 3.917, + 1212, + 6.819, + 1319, + 7.171, + 1774, + 4.235, 1989, - 3.834, - 1991, - 2.983, - 2077, - 2.983, - 2142, - 2.932, - 2263, - 8.457, - 2264, - 7.18, - 2265, - 4.071, - 2266, - 2.28, - 2304, - 7.499, - 2552, - 3.697, - 2651, - 3.999, - 2774, - 3.038, - 3103, - 12.012, - 3104, - 9.249, - 3105, - 11.726, - 3106, - 9.83, - 3107, - 9.249, - 3108, - 9.83, - 3109, - 8.419, - 3110, - 3.999, - 3111, - 4.481, - 3112, - 3.579, - 3113, - 4.481, - 3114, - 7.138, - 3115, - 4.901, - 3116, - 9.83, - 3117, - 7.138, - 3118, - 11.067, - 3119, - 8.457, - 3120, - 4.901, - 3121, - 8.989, - 3122, - 3.579, - 3123, - 4.481, - 3124, - 6.869, + 4.766, + 1997, + 4.766, + 1999, + 4.629, + 2010, + 6.819, + 2164, + 3.611, + 2346, + 6.011, + 2403, + 7.246, 3125, - 6.869, + 11.031, 3126, - 4.901, + 8.357, 3127, - 4.901, + 8.357, 3128, - 4.901, + 8.357, 3129, - 7.138, + 8.357, 3130, - 4.901, - 3131, - 7.138, - 3132, - 4.901, - 3133, - 8.021, - 3134, - 4.901, - 3135, - 3.834, - 3136, - 3.303, - 3137, - 4.901, - 3138, - 4.901, - 3139, - 4.901, - 3140, - 4.901, - 3141, - 7.138, - 3142, - 7.138, - 3143, - 4.901, - 3144, - 3.834 + 8.357 ] ], [ - "type/manuals/particlefx", + "type/manuals/writing-code", [ 0, 0.731 ] ], [ - "data/manuals/particlefx", + "data/manuals/writing-code", [ 0, - 0.471, + 0.535, 1, - 0.577, + 1.118, 2, - 0.571, + 1.993, 3, - 0.592, + 1.147, 4, - 0.592, + 1.147, 5, - 0.595, + 1.153, 6, - 0.595, + 1.153, 7, - 1.56, + 1.568, 8, - 1.507, - 9, - 0.996, + 2.202, 10, - 0.919, - 11, - 1.038, - 13, - 2.408, - 16, - 0.955, - 21, - 1.028, - 22, - 0.873, - 23, - 1.848, - 24, - 1.029, - 26, - 1.35, - 28, - 0.8, - 29, - 1.338, + 1.418, + 12, + 1.994, + 18, + 1.109, + 20, + 1.163, 30, - 1.152, - 32, - 0.958, - 33, - 1.36, - 35, - 1.987, + 1.652, + 36, + 0.871, + 38, + 1.264, 41, - 0.655, + 2.296, 42, - 0.917, - 44, - 3.663, + 2.104, 46, - 0.627, - 50, - 2.595, - 51, - 1.117, + 1.561, + 49, + 3.841, 52, - 0.75, + 1.203, + 56, + 1.701, + 57, + 1.199, 59, - 0.958, + 1.003, + 60, + 1.216, + 61, + 2.709, 62, - 3.978, + 1.445, 65, - 2.048, - 68, - 1.516, - 70, - 1.502, - 71, - 1.371, - 73, - 2.595, - 74, - 1.014, - 75, - 2.163, + 2.879, + 72, + 2.183, 77, - 1.705, - 82, - 2.386, - 83, - 0.95, - 86, - 1.523, - 92, - 3.356, - 93, - 2.77, - 96, - 1.327, + 1.63, + 78, + 1.94, + 79, + 0.867, + 91, + 1.492, + 94, + 2.033, 97, - 1.821, - 98, - 2.022, + 2.529, + 99, + 1.043, 102, - 0.667, - 111, - 0.755, + 1.124, + 103, + 1.812, + 106, + 1.763, + 107, + 1.665, + 108, + 1.285, + 109, + 2.461, + 113, + 1.314, + 119, + 2.215, + 121, + 1.445, 125, - 1.556, - 137, - 0.749, + 1.329, + 126, + 0.867, 141, - 1.919, - 143, - 2.949, - 146, - 1.989, - 147, - 1.693, + 1.617, + 148, + 1.615, 149, - 2.916, + 1.664, 150, - 1.846, + 2.585, 151, - 1.225, - 158, - 0.765, + 1.81, + 153, + 2.383, 160, - 1.467, - 161, - 1.327, - 162, - 1.53, - 172, - 1.393, - 173, - 2.812, + 3.45, + 169, + 1.519, 174, - 3.011, - 175, - 2.618, - 177, - 2.062, - 181, - 0.912, - 186, - 2.649, - 190, - 1.432, - 191, - 1.275, - 195, - 3.924, + 1.781, + 194, + 1.197, + 197, + 2.253, 198, - 1.257, - 200, - 4.32, - 202, - 2.751, - 206, - 3.478, - 210, - 2.32, - 213, - 1.52, - 218, - 0.865, - 221, - 1.105, - 223, - 2.132, - 224, - 1.386, - 225, - 1.306, + 1.19, + 201, + 1.474, 226, - 2.103, - 227, - 2.613, - 228, - 2.743, + 1.216, 229, - 3.202, + 1.604, 230, - 3.511, - 234, - 2.033, - 236, - 1.973, - 237, - 1.159, - 239, - 2.535, - 242, - 1.306, - 263, - 1.87, - 267, - 1.791, - 278, - 1.541, - 288, - 2.833, + 2.283, + 231, + 3.517, + 240, + 1.865, + 241, + 1.686, + 256, + 1.966, + 260, + 1.473, + 269, + 1.786, + 270, + 3.192, + 273, + 1.943, + 285, + 2.937, 290, - 0.785, - 291, - 0.775, - 293, - 0.905, - 295, - 1.117, - 297, - 0.706, - 298, - 0.884, - 299, - 1.306, - 300, - 1.559, - 310, - 3.348, - 312, - 1.773, - 315, - 3.678, - 316, - 0.678, - 319, - 1.306, - 320, - 2.157, - 335, - 1.2, - 336, - 1.756, - 343, - 1.432, - 346, - 0.877, - 347, - 1.081, - 355, - 0.958, - 364, - 0.912, - 369, - 2.307, - 375, - 6.191, - 376, - 1.52, - 377, - 7.814, - 378, - 4.987, - 379, - 8.582, + 1.701, + 337, + 2.762, + 350, + 2.615, 380, - 1.267, - 391, - 0.77, - 394, - 1.907, - 405, - 1.267, - 407, - 1.233, + 2.328, + 382, + 2.36, 425, - 1.17, - 428, - 3.348, - 430, - 1.049, - 432, - 2.886, - 437, - 0.974, - 441, - 1.34, - 448, - 2.265, - 450, - 1.349, - 454, - 2.769, - 465, - 0.557, - 466, - 1.487, - 471, - 5.678, - 479, - 1.117, - 481, - 0.846, - 493, - 0.659, - 514, - 0.8, - 522, - 1.093, - 536, - 1.764, - 540, - 1.267, - 541, - 1.52, - 548, - 3.202, + 2.492, + 433, + 2.673, + 472, + 2.014, + 510, + 1.605, + 552, + 2.34, 554, - 1.665, - 569, - 0.652, - 581, - 1.635, + 2.461, 583, - 2.142, - 590, - 0.746, - 595, - 0.817, - 606, - 5.584, - 615, - 1.306, - 633, - 2.311, - 638, - 1.373, - 640, - 1.773, - 643, - 1.454, - 644, - 3.468, - 646, - 1.232, - 647, - 1.349, - 658, - 1.935, - 666, - 0.884, + 2.709, + 608, + 2.165, + 614, + 1.714, + 629, + 2.631, + 637, + 2.818, + 675, + 2.515, 680, - 2.352, - 701, - 1.349, - 707, - 1.373, + 2.296, + 685, + 1.781, + 687, + 2.572, + 688, + 3.1, + 690, + 2.762, + 691, + 1.337, + 694, + 3.192, + 695, + 1.976, + 706, + 3.192, 710, - 0.817, - 714, - 0.891, - 737, - 0.846, + 2.118, + 718, + 3.019, + 735, + 3.146, 749, - 1.143, - 754, - 0.966, - 756, - 1.117, - 759, - 0.795, - 776, - 1.001, - 783, - 1.215, - 803, - 1.286, - 805, - 2.886, + 3.583, + 752, + 3.022, + 758, + 2.911, + 771, + 3.052, + 773, + 2.376, + 778, + 3.75, + 797, + 3.566, + 801, + 3.213, 808, - 1.788, - 812, - 1.724, - 813, - 2.132, - 824, - 1.093, - 825, - 3.065, + 2.325, + 809, + 2.456, 826, - 2.441, - 828, - 2.432, - 830, - 1.84, + 2.296, 831, - 1.84, - 835, - 2.229, - 837, - 1.327, - 845, - 2.303, - 851, - 1.185, - 852, - 1.373, - 867, - 1.093, - 877, - 1.935, - 896, - 2.386, + 2.615, + 895, + 2.096, 899, - 2.872, - 909, - 1.791, - 914, - 2.265, - 916, - 1.454, - 921, - 1.13, - 937, - 2.829, - 940, - 4.403, - 944, - 1.306, - 948, - 1.903, - 953, - 2.303, - 954, - 1.2, - 958, - 3.08, - 962, - 1.185, - 976, - 1.485, - 982, - 4.49, - 992, - 1.764, - 1033, - 1.764, - 1038, - 1.52, - 1072, - 2.798, - 1137, - 4.796, - 1138, - 1.701, - 1145, - 1.081, + 5.763, + 911, + 2.421, + 941, + 2.572, + 947, + 3.446, + 960, + 1.994, + 977, + 3.489, + 996, + 3.323, + 997, + 3.192, + 1028, + 3.419, + 1029, + 2.141, + 1034, + 3.018, + 1047, + 3.737, + 1052, + 3.446, + 1060, + 3.685, + 1064, + 2.141, + 1066, + 3.43, + 1067, + 2.142, + 1079, + 4.241, + 1104, + 4.155, + 1105, + 4.32, + 1132, + 3.419, + 1155, + 2.118, + 1161, + 3.566, 1166, - 1.07, - 1207, - 1.398, - 1216, - 1.117, - 1217, - 2.229, - 1222, - 1.01, - 1227, - 1.105, - 1236, - 2.432, - 1244, - 1.105, - 1250, - 1.13, + 2.531, 1253, - 5.682, - 1257, - 1.039, - 1263, - 3.013, - 1321, - 4.069, - 1369, - 1.081, - 1461, - 1.599, - 1465, - 1.143, - 1486, - 3.69, - 1488, - 1.267, - 1491, - 1.117, - 1516, - 2.086, - 1526, - 1.809, + 2.456, + 1272, + 1.94, + 1286, + 3.1, + 1289, + 2.709, + 1323, + 1.825, + 1332, + 1.767, + 1385, + 3.1, + 1403, + 2.075, + 1432, + 3.685, + 1441, + 3.192, + 1460, + 2.456, + 1495, + 3.633, + 1532, + 2.818, + 1546, + 2.268, 1596, - 2.132, - 1599, - 1.286, - 1609, - 1.398, - 1611, - 1.327, - 1621, - 1.52, - 1622, - 1.886, - 1626, - 1.935, - 1659, - 2.062, - 1662, - 1.039, - 1705, - 0.884, - 1709, - 1.398, - 1721, - 1.425, - 1748, - 1.84, - 1762, - 1.306, - 1822, - 1.424, - 1871, - 7.368, - 1891, - 1.935, - 1905, - 1.764, - 1908, - 4.857, - 1919, - 1.557, - 1930, - 1.17, - 1967, - 1.249, + 4.188, + 1638, + 2.762, + 1658, + 3.1, + 1716, + 3.1, + 1770, + 5.326, + 1804, + 3.146, + 1832, + 3.996, + 1840, + 2.492, + 1841, + 2.531, + 1848, + 2.762, + 1865, + 3.996, + 1866, + 2.492, + 1882, + 2.911, + 1884, + 1.856, + 1929, + 2.325, + 1936, + 2.421, + 1948, + 3.489, + 1961, + 2.661, + 1962, + 3.192, 1977, - 1.286, - 1990, - 1.215, - 2010, - 2.075, + 7.198, + 1993, + 2.946, + 1994, + 4.79, + 2008, + 3.566, 2026, - 3.519, - 2081, - 1.84, - 2163, - 1.599, - 2164, - 1.398, - 2172, - 2.163, - 2178, - 2.73, - 2201, - 1.425, - 2240, - 1.647, - 2268, - 1.454, - 2277, - 5.317, - 2328, - 1.454, - 2347, - 1.425, - 2348, - 2.343, - 2365, - 3.302, + 2.879, + 2030, + 2.946, + 2049, + 2.762, + 2085, + 3.566, + 2121, + 2.572, + 2244, + 3.019, + 2352, + 3.297, 2389, - 5.028, - 2412, - 1.647, - 2421, - 1.425, - 2447, - 2.73, - 2448, - 1.764, - 2475, - 2.022, - 2476, - 1.398, - 2494, - 2.73, - 2652, - 1.485, - 2653, - 1.701, - 2675, - 1.52, - 2786, - 1.306, - 2801, - 2.811, - 2845, - 1.647, + 2.531, + 2408, + 3.996, + 2433, + 2.615, + 2455, + 3.419, + 2497, + 3.75, + 2787, + 5.351, + 2836, + 3.419, + 2916, + 2.762, + 2985, + 3.297, + 3087, + 2.818, + 3131, + 3.566, + 3132, + 3.996, + 3133, + 3.996, + 3134, + 2.615, + 3135, + 4.37, + 3136, + 4.37, + 3137, + 4.37, + 3138, + 6.558, + 3139, + 3.297, + 3140, + 3.019, + 3141, + 3.419, + 3142, + 3.996, + 3143, + 4.37, + 3144, + 2.946, 3145, - 3.14, + 6.558, 3146, - 4.857, + 3.996, 3147, - 6.656, + 6.558, 3148, - 2.062, + 3.996, 3149, - 1.764, + 4.37, 3150, - 3.302, + 6.558, 3151, - 7.818, + 4.37, 3152, - 5.443, + 4.37, 3153, - 2.255, + 7.872, 3154, - 2.255, + 4.37, 3155, - 2.255, + 5.997, 3156, - 2.482, + 4.37, 3157, - 2.255, + 4.37, 3158, - 1.935, + 3.996, 3159, - 2.255, + 3.419, 3160, - 2.594, + 6.754, 3161, - 1.485, + 2.879, 3162, - 3.302, + 4.37, 3163, - 1.454, + 6.558, 3164, - 3.849, + 4.37, 3165, - 1.701, + 3.566, 3166, - 1.935, + 3.566 + ] + ], + [ + "type/manuals/linux", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/linux", + [ + 0, + 1.18, + 1, + 2.464, + 2, + 2.439, + 3, + 2.529, + 4, + 2.529, + 5, + 2.542, + 6, + 2.542, + 7, + 1.511, + 8, + 2.695, + 12, + 4.397, + 18, + 0.869, + 57, + 1.233, + 683, + 4.092, + 751, + 3.896, + 932, + 6.835, + 934, + 6.835, 3167, - 2.73, + 9.634 + ] + ], + [ + "type/manuals/bob", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/bob", + [ + 0, + 0.304, + 1, + 0.635, + 2, + 0.628, + 3, + 0.651, + 4, + 0.651, + 5, + 0.655, + 6, + 0.655, + 7, + 1.527, + 8, + 1.977, + 10, + 1.168, + 12, + 2.466, + 18, + 1.088, + 20, + 1.376, + 22, + 1.716, + 36, + 1.527, + 38, + 0.904, + 39, + 0.524, + 42, + 1.716, + 43, + 1.288, + 46, + 1.348, + 52, + 1.487, + 54, + 1.178, + 56, + 2.103, + 57, + 1.325, + 59, + 0.984, + 61, + 1.539, + 70, + 1.045, + 77, + 1.686, + 79, + 0.919, + 86, + 3.068, + 90, + 0.592, + 91, + 2.614, + 94, + 2.514, + 99, + 1.028, + 100, + 0.783, + 102, + 1.073, + 103, + 1.968, + 106, + 0.968, + 107, + 1.028, + 110, + 0.981, + 111, + 1.037, + 113, + 1.416, + 125, + 0.755, + 126, + 0.829, + 141, + 1.999, + 142, + 0.738, + 144, + 2.193, + 148, + 0.856, + 150, + 1.057, + 153, + 2.018, + 157, + 1.673, + 158, + 0.726, + 160, + 2.089, + 169, + 1.323, + 172, + 3.581, + 174, + 3.746, + 185, + 3.321, + 194, + 0.762, + 197, + 1.434, + 201, + 1.588, + 202, + 1.364, + 207, + 0.826, + 208, + 1.092, + 216, + 0.981, + 226, + 1.162, + 229, + 0.991, + 231, + 2.377, + 236, + 2.092, + 239, + 1.836, + 241, + 0.531, + 246, + 2.75, + 247, + 1.787, + 253, + 1.243, + 256, + 2.487, + 257, + 0.981, + 261, + 1.773, + 263, + 1.616, + 266, + 1.853, + 268, + 1.745, + 269, + 1.604, + 285, + 1.112, + 288, + 1.338, + 292, + 2.714, + 295, + 1.924, + 306, + 3.911, + 313, + 4.557, + 332, + 0.826, + 333, + 2.966, + 342, + 3.983, + 345, + 1.203, + 380, + 0.881, + 382, + 2.543, + 387, + 0.875, + 390, + 1.045, + 392, + 1.893, + 471, + 1.119, + 491, + 1.942, + 524, + 1.398, + 541, + 1.321, + 552, + 1.884, + 561, + 1.713, + 573, + 1.567, + 588, + 2.167, + 602, + 2.185, + 603, + 1.744, + 615, + 1.321, + 620, + 2.167, + 623, + 3.137, + 629, + 1.256, + 636, + 0.952, + 642, + 4.788, + 646, + 3.88, + 649, + 1.485, + 650, + 5.044, + 660, + 1.485, + 661, + 2.13, + 680, + 1.304, + 683, + 1.054, + 685, + 2.881, + 690, + 1.568, + 703, + 1.637, + 711, + 3.233, + 715, + 3.329, + 721, + 1.942, + 738, + 1.485, + 744, + 4.455, + 751, + 1.004, + 762, + 1.133, + 774, + 3.461, + 777, + 2.13, + 784, + 1.813, + 808, + 2.221, + 809, + 3.972, + 810, + 3.407, + 824, + 1.942, + 848, + 1.23, + 849, + 1.102, + 852, + 3.733, + 856, + 2.542, + 861, + 1.673, + 877, + 3.642, + 878, + 1.6, + 885, + 1.511, + 891, + 2.149, + 895, + 2.003, + 911, + 1.375, + 915, + 2.072, + 924, + 2.565, + 938, + 1.568, + 941, + 1.637, + 948, + 0.981, + 996, + 1.258, + 1016, + 2.638, + 1025, + 0.981, + 1032, + 1.356, + 1035, + 1.761, + 1047, + 3.865, + 1066, + 0.973, + 1068, + 1.568, + 1075, + 3.35, + 1079, + 2.619, + 1090, + 2.948, + 1096, + 1.813, + 1103, + 6.622, + 1104, + 1.881, + 1140, + 1.144, + 1172, + 1.258, + 1283, + 1.356, + 1403, + 1.178, + 1411, + 1.789, + 1420, + 6.957, + 1421, + 1.511, + 1427, + 2.884, + 1428, + 4.859, + 1457, + 3.18, + 1465, + 0.875, + 1502, + 2.771, + 1510, + 2.692, + 1551, + 1.942, + 1556, + 4.076, + 1557, + 1.485, + 1562, + 1.635, + 1564, + 2.13, + 1566, + 1.872, + 1588, + 1.216, + 1648, + 1.416, + 1674, + 2.13, + 1770, + 1.511, + 1774, + 2.116, + 1804, + 2.592, + 1893, + 1.485, + 1911, + 2.771, + 1920, + 4.138, + 1926, + 1.635, + 1936, + 1.375, + 1955, + 5.014, + 1957, + 2.025, + 1969, + 4.628, + 1980, + 3.818, + 1982, + 3.174, + 1984, + 3.149, + 1986, + 3.818, + 1989, + 4.367, + 1990, + 4.656, + 1997, + 2.381, + 1999, + 3.51, + 2024, + 4.373, + 2025, + 2.025, + 2035, + 1.539, + 2054, + 1.416, + 2070, + 1.568, + 2087, + 1.568, + 2094, + 3.049, + 2101, + 3.928, + 2105, + 2.75, + 2116, + 1.416, + 2155, + 1.6, + 2164, + 1.073, + 2171, + 3.733, + 2189, + 2.313, + 2190, + 3.129, + 2191, + 5.289, + 2192, + 1.715, + 2193, + 7.498, + 2319, + 4.637, + 2330, + 5.044, + 2346, + 5.693, + 2384, + 2.588, + 2441, + 5.188, + 2514, + 2.281, + 2540, + 2.313, + 2546, + 1.813, + 2707, + 1.942, + 2708, + 2.27, + 2709, + 2.814, + 2749, + 2.13, + 2875, + 1.511, + 2902, + 3.149, + 2918, + 6.708, + 2953, + 1.715, + 2956, + 2.814, + 2957, + 1.942, + 2962, + 4.076, + 2977, + 2.27, + 2999, + 4.076, + 3000, + 6.37, + 3001, + 4.637, + 3006, + 1.813, + 3105, + 6.687, + 3107, + 1.715, 3168, - 2.255, + 2.482, 3169, - 2.062, + 4.175, 3170, - 3.011, + 6.336, 3171, - 3.562, + 3.818, 3172, - 4.108, + 5.794, 3173, - 1.599, + 2.482, 3174, - 1.935, + 2.482, 3175, - 1.349, + 2.482, 3176, - 1.84, + 5.776, 3177, - 1.84, + 1.872, 3178, - 2.255, + 5.331, 3179, - 2.062, + 2.482, 3180, - 2.062, + 4.637, 3181, - 4.108, + 4.957, 3182, - 4.505, + 4.076, 3183, - 6.684, + 2.482, 3184, - 3.849, + 2.482, 3185, - 6.671, + 1.872, 3186, - 2.062, + 2.27, 3187, - 2.062, + 2.27, 3188, - 3.011, + 2.482, 3189, - 3.849, + 2.482, 3190, - 1.701, + 4.175, 3191, - 1.935, + 2.482, 3192, - 2.255, + 1.813, 3193, - 2.255, + 2.27, 3194, - 5.035, + 2.27, 3195, - 2.255, + 2.482, 3196, - 2.255, + 7.816, 3197, - 2.255, + 4.941, 3198, - 2.255, + 2.482, 3199, - 5.443, + 2.482, 3200, - 1.84, + 3.049, 3201, - 2.255, + 4.175, 3202, - 1.701, + 2.482, 3203, - 2.255, + 1.942, 3204, - 6.645, + 1.872, 3205, - 1.599, + 3.582, 3206, - 3.849, + 2.482, 3207, - 3.519, + 2.13, 3208, - 3.849, + 2.27, 3209, - 6.112, + 2.13, 3210, - 4.108, + 2.482, 3211, - 2.255, + 2.482, 3212, - 3.519, + 2.482, 3213, - 2.255, + 3.266, 3214, - 2.255, + 2.482, 3215, - 3.519, + 2.482, 3216, - 1.764, + 2.482, 3217, - 2.255, + 4.409, 3218, - 1.84, + 2.962, 3219, - 2.062, + 3.582, 3220, - 1.935, + 2.27, 3221, - 1.425, + 4.175, 3222, - 1.764, + 4.175, 3223, - 1.935, + 3.818, 3224, - 2.062, + 1.635, 3225, - 1.557, + 4.941, 3226, - 1.398, + 1.872, 3227, - 1.485 - ] - ], - [ - "type/manuals/flash", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/flash", - [ - 0, - 0.27, - 7, - 1.546, - 8, - 1.518, - 9, - 0.998, - 10, - 2.051, - 11, - 1.009, - 13, - 1.008, - 15, - 0.83, - 16, - 0.975, - 18, - 0.665, - 21, - 1.108, - 22, - 1.793, - 23, - 2.032, - 24, - 1.721, - 26, - 1.926, - 28, - 0.426, - 29, - 1.22, - 30, - 1.138, - 32, - 1.367, - 33, - 1.517, - 36, - 1.854, - 37, - 1.951, - 38, - 2.508, - 41, - 2.356, - 42, - 1.396, - 44, - 1.764, - 46, - 0.334, - 48, - 0.848, - 50, - 1.328, - 51, - 1.801, - 52, - 1.255, - 53, - 2.431, - 54, - 0.538, - 57, - 1.364, - 59, - 0.935, - 60, - 1.537, - 66, - 2.383, - 67, - 1.54, - 68, - 1.122, - 70, - 1.938, - 71, - 1.97, - 72, - 0.87, - 74, - 1.129, - 77, - 1.576, - 80, - 1.014, - 83, - 0.927, - 86, - 1.681, - 87, - 0.498, + 2.482, + 3228, + 2.482, + 3229, + 3.582, + 3230, + 5.794, + 3231, + 2.482, + 3232, + 2.482, + 3233, + 3.818, + 3234, + 2.27, + 3235, + 2.27, + 3236, + 3.266, + 3237, + 2.962, + 3238, + 5.404, + 3239, + 2.482, + 3240, + 2.27, + 3241, + 2.025, + 3242, + 1.872, + 3243, + 1.872, + 3244, + 4.175, + 3245, + 4.175, + 3246, + 1.761, + 3247, + 1.813, + 3248, + 2.27, + 3249, + 2.482, + 3250, + 2.482, + 3251, + 2.025, + 3252, + 3.642, + 3253, + 5.529, + 3254, + 6.57, + 3255, + 4.175, + 3256, + 4.175, + 3257, + 3.818, + 3258, + 2.482, + 3259, + 2.482, + 3260, + 2.13, + 3261, + 3.149, + 3262, + 3.582, + 3263, + 2.482, + 3264, + 2.482, + 3265, + 4.941, + 3266, + 2.482, + 3267, + 2.27, + 3268, + 3.407, + 3269, + 2.13, + 3270, + 2.482, + 3271, + 2.482, + 3272, + 2.025, + 3273, + 2.025, + 3274, + 2.482, + 3275, + 3.818, + 3276, + 2.13, + 3277, + 2.482, + 3278, + 2.482, + 3279, + 8.893, + 3280, + 8.893, + 3281, + 2.025, + 3282, + 9.874, + 3283, + 9.874, + 3284, + 2.482, + 3285, + 9.874, + 3286, + 9.874, + 3287, + 4.941, + 3288, + 2.482, + 3289, + 6.336, + 3290, + 2.482, + 3291, + 2.482, + 3292, + 2.482, + 3293, + 2.482, + 3294, + 2.482, + 3295, + 2.27, + 3296, + 2.482, + 3297, + 2.482, + 3298, + 2.482, + 3299, + 2.13, + 3300, + 2.482, + 3301, + 2.482 + ] + ], + [ + "type/manuals/live-update", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/live-update", + [ + 0, + 0.43, + 1, + 0.897, + 2, + 0.888, + 3, + 0.921, + 4, + 0.921, + 5, + 0.926, + 6, + 0.926, + 7, + 1.522, + 8, + 2.99, + 9, + 1.19, + 10, + 1.197, + 11, + 1.271, + 12, + 4.593, + 18, + 1.135, + 20, + 1.421, + 21, + 4.623, + 36, + 1.104, + 38, + 1.219, + 39, + 1.448, + 42, + 1.415, + 43, + 3.56, + 44, + 2.313, + 45, + 2.364, + 46, + 1.613, + 49, + 1.213, + 52, + 0.966, + 54, + 4.278, + 55, + 1.683, + 56, + 1.365, + 57, + 1.207, + 59, + 0.965, + 60, + 2.625, + 61, + 2.175, + 62, + 1.16, + 72, + 2.283, + 77, + 0.726, + 79, + 0.961, + 84, + 2.372, + 90, + 0.836, 91, - 2.082, + 3.221, 92, - 0.413, - 93, - 0.559, - 94, - 0.415, + 1.408, 96, - 0.707, - 97, - 1.661, + 1.112, 99, - 1.675, + 1.055, 100, - 0.707, - 101, - 1.045, - 102, - 1.605, + 1.889, 103, - 1.275, + 2.075, 106, - 1.49, + 1.614, + 107, + 1.715, + 108, + 1.628, + 109, + 1.316, 110, - 0.4, + 1.386, 111, - 0.737, - 114, - 0.98, - 117, - 0.447, - 119, - 0.383, + 1.465, + 113, + 1.561, 121, - 1.399, - 123, - 0.435, - 125, - 0.486, - 135, - 1.65, - 137, - 1.365, + 1.831, + 122, + 2.425, + 124, + 1.529, + 126, + 1.546, 141, - 0.881, - 146, - 0.475, - 147, - 0.968, + 1.298, 148, - 1.764, - 149, - 1.69, + 2.006, 150, - 2.109, - 151, - 1.265, - 152, - 1.027, - 158, - 1.033, - 159, - 0.451, - 160, - 1.572, - 161, - 1.865, - 162, - 1.847, - 163, - 4.597, - 164, - 2.06, - 166, - 3.511, - 172, - 2.926, - 173, - 1.699, - 175, - 0.968, - 179, - 2.689, - 180, - 2.15, - 181, - 0.486, - 182, - 1.222, - 186, - 0.658, + 0.888, + 153, + 2.219, + 169, + 1.262, + 171, + 2.839, + 174, + 3.457, 190, - 0.626, - 191, - 2.0, - 193, - 1.146, - 195, - 3.365, + 2.862, + 194, + 1.722, + 197, + 1.205, 198, - 0.719, + 1.868, + 201, + 1.905, + 203, + 3.698, 206, - 1.52, + 1.7, + 207, + 1.167, + 208, + 3.426, 210, - 2.026, - 218, - 2.855, - 222, - 0.81, - 224, - 1.613, + 1.419, + 211, + 1.571, 226, - 0.656, - 227, - 3.863, + 2.167, 228, - 1.404, + 1.49, 229, - 0.968, - 230, - 1.156, - 233, - 0.83, - 234, - 0.365, + 1.257, + 231, + 2.077, + 235, + 2.217, 236, - 0.616, - 237, - 1.819, - 240, - 0.94, - 244, - 1.156, + 2.774, + 239, + 2.435, + 241, + 1.816, + 243, + 2.743, 247, - 1.687, + 1.831, + 249, + 1.683, + 253, + 3.902, 256, - 1.108, + 0.788, + 260, + 1.182, 261, - 1.142, - 263, - 1.23, - 267, - 0.559, + 1.49, + 268, + 0.716, + 269, + 1.924, 273, - 1.186, - 277, - 1.027, - 278, - 2.016, + 1.367, + 280, + 1.375, 285, - 0.595, - 286, - 0.791, - 288, - 0.467, - 290, - 2.173, - 291, - 0.413, - 293, - 0.883, - 294, - 0.528, + 1.571, 295, - 0.595, - 296, - 0.98, - 297, - 1.181, - 298, - 1.194, - 299, - 1.275, - 300, - 1.692, - 302, - 0.451, - 303, - 1.272, - 308, - 1.562, - 310, - 2.72, - 311, - 1.34, - 312, - 0.553, + 1.616, 313, - 0.623, + 1.375, 315, - 0.877, - 316, - 2.075, - 317, - 0.826, + 2.175, 323, - 1.031, - 328, - 0.564, - 335, - 0.639, - 336, - 0.548, - 337, - 0.438, - 343, - 1.25, - 346, - 1.925, - 347, - 0.576, - 350, - 0.4, - 355, - 0.51, - 357, - 1.477, - 362, - 2.467, - 363, - 0.543, - 364, - 0.486, - 369, - 2.627, - 378, - 1.34, - 381, - 1.364, - 384, - 0.51, - 390, - 0.791, - 391, - 1.688, - 393, - 0.49, - 394, - 0.595, - 395, - 0.87, - 396, - 0.731, + 3.313, + 341, + 1.7, + 359, + 1.571, + 368, + 1.95, + 383, + 2.311, 399, - 0.906, + 2.488, 402, - 1.316, - 406, - 1.272, - 407, - 2.091, - 410, - 0.685, - 411, - 0.559, - 416, - 1.828, - 424, - 1.808, - 425, - 0.623, - 427, - 0.582, - 429, - 0.538, - 432, - 0.582, - 434, - 0.791, - 438, - 1.689, + 2.946, + 433, + 2.257, 441, - 1.53, - 444, - 2.926, - 446, - 1.295, - 453, - 0.564, + 1.757, + 449, + 2.099, + 452, + 1.994, + 454, + 2.204, 456, - 0.589, - 457, - 0.647, - 465, - 1.896, - 466, - 3.202, - 470, - 2.675, - 472, - 0.877, + 2.985, + 471, + 0.94, 473, - 0.595, - 476, - 6.592, - 478, - 0.919, - 479, - 0.595, + 1.543, 481, - 0.451, - 488, - 0.83, - 491, - 2.752, - 492, - 0.49, - 493, - 0.351, - 495, - 0.685, - 496, - 1.621, - 502, - 1.808, - 504, - 1.255, - 508, - 1.419, - 514, - 0.781, - 517, - 1.66, - 522, - 1.067, - 523, - 1.417, - 525, - 2.454, - 528, - 0.98, - 529, - 0.98, - 530, - 3.007, - 533, - 0.647, - 542, - 1.722, - 547, - 1.307, - 551, - 0.877, - 554, - 1.796, - 566, - 1.52, - 568, - 0.494, - 569, - 2.616, - 576, - 0.559, - 581, - 0.989, - 583, - 1.096, + 2.031, + 510, + 1.289, + 521, + 1.221, + 524, + 1.175, + 534, + 1.649, + 537, + 2.001, + 544, + 2.423, + 550, + 1.632, + 552, + 1.043, + 555, + 2.656, + 561, + 1.112, + 567, + 1.82, + 573, + 2.574, + 575, + 2.423, + 579, + 1.757, 590, - 1.247, - 594, - 0.904, - 595, - 1.792, - 596, - 1.854, - 607, - 0.582, - 612, - 1.024, - 631, - 3.366, - 632, - 2.295, - 633, - 1.71, - 634, - 1.317, - 636, - 3.182, - 637, - 2.256, - 638, - 0.731, - 639, - 1.793, - 640, - 2.501, + 2.294, + 614, + 2.171, + 620, + 1.82, + 622, + 1.7, + 623, + 4.467, + 629, + 1.665, + 635, + 3.647, 642, - 1.031, - 643, - 0.774, + 5.222, + 644, + 1.738, 647, - 0.719, + 2.031, 649, - 0.94, - 650, - 1.031, - 654, - 2.333, - 655, - 0.528, - 656, - 0.707, - 658, - 1.031, - 663, - 2.675, - 664, - 0.935, - 666, - 1.194, - 668, - 0.94, - 669, - 1.544, - 670, - 1.129, - 671, - 1.45, - 677, - 1.078, - 680, - 0.475, + 3.313, + 673, + 3.207, + 676, + 2.527, 685, - 0.774, - 688, - 0.631, - 693, - 0.582, - 694, - 0.533, - 697, - 0.447, - 702, - 0.576, - 704, - 0.707, - 709, - 0.774, - 710, - 1.366, - 712, - 0.494, - 717, - 2.547, - 723, - 0.647, - 726, - 0.538, - 728, - 1.115, - 733, - 1.364, - 737, - 0.826, - 743, - 0.582, - 744, - 0.759, - 754, - 2.119, - 756, - 0.595, - 758, - 0.519, - 759, - 0.776, + 1.43, + 691, + 1.694, + 695, + 1.586, + 699, + 2.364, + 703, + 1.375, + 715, + 1.843, + 751, + 1.419, + 762, + 4.797, 765, - 0.774, - 766, - 1.317, - 767, - 1.202, - 776, - 0.533, - 779, - 1.317, - 789, - 1.722, - 792, - 1.385, - 794, - 0.877, - 795, - 0.696, - 803, - 0.685, + 1.229, + 774, + 2.503, 808, - 0.781, + 1.866, 809, - 0.81, - 811, - 1.588, - 812, - 0.986, - 813, - 0.665, - 820, - 0.852, - 824, - 4.386, - 827, - 1.882, - 834, - 2.256, - 837, - 0.707, - 843, - 0.774, - 844, - 0.774, - 852, - 0.731, - 853, - 1.098, - 858, - 1.567, - 860, - 1.168, - 889, - 0.471, + 4.377, + 819, + 2.064, + 826, + 1.843, + 856, + 1.408, + 890, + 2.873, 891, - 0.766, - 893, - 0.94, - 897, - 4.047, + 1.19, + 894, + 1.386, + 895, + 1.683, 901, - 1.581, - 903, - 0.631, - 908, - 1.419, - 912, - 0.759, - 931, - 2.486, - 937, - 0.675, - 939, - 1.621, - 942, - 0.94, - 960, - 1.067, - 961, - 0.791, - 962, - 0.631, - 989, - 1.031, - 997, - 0.98, - 1001, - 0.647, - 1002, - 0.94, - 1011, - 1.004, - 1015, - 1.483, - 1022, - 0.631, - 1023, - 3.612, - 1026, - 1.295, - 1033, - 0.94, - 1039, - 0.774, - 1044, - 1.014, - 1045, - 1.103, - 1059, - 1.078, - 1072, - 2.066, - 1078, - 1.272, - 1104, - 2.477, - 1107, - 1.067, - 1108, - 0.98, - 1121, - 0.759, - 1122, - 1.981, - 1127, - 0.589, - 1145, - 1.056, - 1149, - 2.541, - 1156, - 0.995, - 1160, - 0.482, - 1166, - 1.79, - 1173, - 1.404, - 1177, - 2.104, - 1180, - 1.796, - 1191, - 0.528, - 1198, - 1.419, - 1207, - 1.888, - 1215, - 0.906, - 1216, - 1.509, - 1217, - 0.696, - 1239, - 1.446, - 1241, - 1.722, - 1243, - 1.796, - 1244, - 1.078, - 1248, - 0.877, - 1257, - 1.737, - 1258, - 0.877, - 1273, - 0.665, - 1275, - 1.642, - 1321, - 0.731, - 1347, - 0.906, - 1348, - 0.639, - 1356, - 1.796, - 1359, - 0.685, - 1369, - 2.372, - 1370, - 1.098, - 1374, - 0.759, - 1378, - 0.906, + 1.516, + 902, + 2.001, + 910, + 1.866, + 917, + 3.101, + 918, + 3.736, + 919, + 1.799, + 921, + 2.262, + 948, + 2.188, + 969, + 3.371, + 975, + 1.683, + 999, + 2.551, + 1010, + 4.456, + 1025, + 1.386, + 1040, + 3.313, + 1046, + 2.099, + 1047, + 1.665, + 1064, + 2.713, + 1075, + 2.175, + 1101, + 2.064, + 1103, + 4.519, + 1224, + 1.683, + 1283, + 1.916, + 1284, + 2.262, + 1305, + 2.646, + 1323, + 2.313, 1382, - 2.431, - 1383, - 0.94, - 1421, - 0.616, - 1465, - 1.115, - 1481, - 1.275, - 1494, - 0.906, - 1500, - 3.201, - 1510, - 0.647, + 3.067, + 1404, + 2.646, + 1411, + 3.337, + 1432, + 1.971, + 1485, + 2.311, + 1499, + 3.313, 1511, - 2.337, - 1516, - 0.771, - 1517, - 0.906, - 1524, - 1.098, - 1526, - 1.772, - 1527, - 0.791, - 1545, - 1.925, - 1559, - 0.81, - 1562, - 0.685, - 1567, - 2.013, - 1570, - 3.735, - 1573, - 1.493, - 1576, - 0.791, - 1580, - 1.561, - 1581, - 0.83, - 1583, - 1.295, - 1596, - 0.665, - 1603, - 0.696, - 1606, - 1.391, - 1609, - 2.726, - 1614, - 2.604, - 1619, - 0.731, - 1636, - 0.631, - 1655, - 1.889, - 1660, - 0.943, - 1663, - 0.576, - 1672, - 0.696, - 1677, - 0.98, - 1678, - 0.471, - 1695, - 1.477, - 1704, - 2.109, - 1705, - 0.863, - 1713, - 0.98, - 1716, - 0.98, - 1721, - 1.925, - 1745, - 0.774, - 1761, - 0.685, - 1763, - 0.906, - 1777, - 0.731, - 1778, - 0.83, - 1780, - 0.665, - 1789, - 0.81, - 1795, - 1.142, - 1803, - 2.779, - 1805, - 1.186, - 1812, - 1.608, - 1814, - 1.446, - 1820, - 0.791, - 1821, - 0.533, - 1822, - 1.829, - 1850, - 2.256, - 1851, - 0.98, - 1854, - 1.129, - 1867, - 1.295, + 1.891, + 1544, + 2.175, + 1574, + 2.135, + 1628, + 3.733, + 1648, + 2.001, + 1662, + 2.435, + 1724, + 1.665, + 1766, + 3.208, + 1871, + 1.7, + 1878, + 4.334, 1882, - 0.759, - 1883, - 0.877, - 1887, - 3.011, - 1894, - 2.604, - 1898, - 2.0, - 1914, - 3.612, - 1915, - 0.81, - 1917, - 5.42, - 1920, - 2.119, - 1923, - 1.608, - 1924, - 1.608, - 1926, - 1.66, - 1930, - 1.142, - 1950, - 0.791, - 1951, - 1.255, - 1952, - 2.614, - 1957, - 1.078, - 1958, - 1.098, - 1960, - 0.81, - 1962, - 0.94, - 1963, - 0.685, - 1967, - 0.665, + 1.557, + 1884, + 1.49, + 1948, + 1.866, 1973, - 0.631, - 1981, - 0.647, - 1982, - 0.631, - 1991, - 1.854, - 1993, - 0.81, - 1995, - 2.298, - 2000, - 1.561, - 2006, - 0.774, - 2008, - 0.98, - 2013, - 0.696, - 2017, - 0.94, - 2018, - 1.171, + 2.099, + 1990, + 2.311, 2019, - 0.98, - 2020, - 1.483, + 2.364, 2023, - 0.609, - 2033, - 0.98, - 2039, - 0.791, - 2068, - 0.774, - 2099, - 1.793, - 2106, - 0.94, - 2112, - 4.248, - 2116, - 0.759, - 2118, - 0.719, - 2124, - 1.098, - 2125, - 0.906, - 2133, - 0.94, - 2139, - 0.731, - 2142, - 0.719, - 2150, - 2.383, - 2151, - 0.94, - 2157, - 0.98, - 2162, - 1.925, - 2172, - 1.712, - 2177, - 0.852, - 2190, - 1.098, - 2204, - 0.719, - 2208, - 0.791, - 2209, - 0.745, - 2212, - 0.81, - 2246, - 0.94, - 2260, - 0.877, - 2264, - 0.877, - 2266, - 1.024, - 2289, - 0.98, - 2298, - 3.235, - 2304, - 0.774, - 2335, - 1.722, - 2347, - 1.925, - 2364, - 0.94, - 2383, - 1.098, - 2392, - 0.707, - 2408, - 0.83, - 2411, - 0.774, - 2412, - 0.877, - 2420, - 1.66, - 2421, - 1.391, - 2445, - 0.94, - 2463, - 0.759, - 2466, - 0.745, - 2497, - 1.142, - 2500, - 0.98, - 2504, - 1.561, - 2505, - 0.81, - 2511, - 0.83, - 2512, - 0.906, - 2527, - 2.666, - 2544, - 0.94, - 2550, - 1.391, - 2588, - 0.98, - 2601, - 0.707, - 2605, - 1.031, - 2635, - 0.98, - 2636, - 0.877, - 2638, - 2.677, + 4.177, + 2042, + 1.943, + 2054, + 3.158, + 2083, + 6.952, + 2101, + 3.432, + 2131, + 2.562, + 2154, + 5.597, + 2155, + 2.262, + 2160, + 2.364, + 2171, + 2.423, + 2173, + 6.462, + 2182, + 1.799, + 2189, + 1.943, + 2320, + 2.646, + 2337, + 7.457, + 2433, + 3.313, + 2441, + 2.909, + 2442, + 2.562, + 2496, + 2.646, + 2507, + 2.099, + 2518, + 4.332, + 2566, + 2.311, + 2637, + 3.499, + 2646, + 4.332, 2649, - 0.98, - 2654, - 1.796, - 2675, - 0.81, - 2678, - 1.364, - 2686, - 1.483, - 2703, - 0.852, - 2774, - 1.888, - 2786, - 0.696, - 2806, - 1.098, - 2845, - 0.877, - 2878, - 0.81, - 2938, - 1.098, - 2949, - 1.098, - 2979, - 0.94, - 2984, - 1.419, - 2996, - 0.543, - 3012, - 1.031, - 3069, - 0.94, - 3075, - 0.791, - 3187, - 1.098, - 3205, - 0.852, + 2.099, + 2777, + 2.646, + 2778, + 4.519, + 2854, + 3.57, + 2954, + 2.364, + 2955, + 2.001, + 2967, + 4.519, + 3074, + 2.423, + 3117, + 2.646, + 3134, + 2.099, + 3177, + 2.646, 3207, - 1.098, - 3227, - 1.45, - 3228, - 1.098, - 3229, - 6.024, - 3230, - 1.031, - 3231, - 0.94, - 3232, - 7.901, - 3233, - 0.877, - 3234, - 0.906, - 3235, - 1.201, - 3236, - 1.201, - 3237, - 9.398, - 3238, - 0.877, - 3239, - 4.658, - 3240, - 3.77, - 3241, - 7.738, - 3242, - 1.201, - 3243, - 1.201, - 3244, - 1.889, - 3245, - 0.94, - 3246, - 1.031, - 3247, - 0.852, - 3248, - 1.031, - 3249, - 1.201, - 3250, - 1.098, - 3251, - 1.201, - 3252, - 0.94, - 3253, - 1.201, - 3254, - 3.44, - 3255, - 1.201, - 3256, - 1.201, - 3257, - 1.201, - 3258, - 1.201, - 3259, - 2.486, - 3260, - 1.201, - 3261, - 1.201, - 3262, - 4.397, - 3263, - 1.201, - 3264, - 3.317, - 3265, - 0.94, - 3266, - 1.201, - 3267, - 1.201, - 3268, - 1.201, - 3269, - 1.201, - 3270, - 1.031, - 3271, - 2.201, - 3272, - 1.201, - 3273, - 1.796, - 3274, - 1.201, - 3275, - 1.201, - 3276, - 1.031, - 3277, - 1.201, - 3278, - 3.046, - 3279, - 2.013, - 3280, - 1.098, - 3281, - 1.201, - 3282, - 1.201, - 3283, - 1.031, - 3284, - 1.201, - 3285, - 3.77, - 3286, - 2.013, - 3287, - 0.675, - 3288, - 0.94, - 3289, - 3.046, - 3290, - 1.796, - 3291, - 1.201, - 3292, - 0.906, - 3293, - 1.201, - 3294, - 1.66, - 3295, - 1.201, - 3296, - 2.013, - 3297, - 1.201, - 3298, - 1.031, - 3299, - 1.201, - 3300, - 1.098, - 3301, - 1.201, + 6.684, 3302, - 1.201, + 5.537, 3303, - 1.201, + 3.508, 3304, - 1.201, + 3.508, 3305, - 1.201, + 5.537, 3306, - 3.046, + 2.646, 3307, - 1.098, + 3.208, 3308, - 1.201, + 3.01, 3309, - 1.201, + 3.508, 3310, - 0.759, + 3.01, 3311, - 1.201, + 2.217, 3312, - 0.877, + 5.597, 3313, - 1.889, + 5.597, 3314, - 0.98, + 3.01, 3315, - 0.94, + 5.063, 3316, - 1.201, + 3.208, 3317, - 1.201, + 2.646, 3318, - 1.031, + 2.744, 3319, - 0.906, + 3.01, 3320, - 2.486, + 2.562, 3321, - 1.031, + 3.208, 3322, - 2.201, + 5.537, 3323, - 0.94, + 3.508, 3324, - 2.013, + 2.744, 3325, - 1.201, + 2.562, 3326, - 0.877, + 3.508, 3327, - 1.201, + 3.508, 3328, - 1.201, + 3.508, 3329, - 1.201, + 3.208, 3330, - 3.77, + 3.508, 3331, - 3.77, + 2.862, 3332, - 2.201, + 3.508, 3333, - 2.785, + 3.508, 3334, - 1.722, + 3.508, 3335, - 1.201, + 3.208, 3336, - 3.212, + 3.508, 3337, - 0.774, + 2.862, 3338, - 2.201, + 3.01, 3339, - 1.66, + 3.508, 3340, - 1.201, + 3.208, 3341, - 1.364, + 3.508, 3342, - 1.201, + 2.175, 3343, - 1.201, + 2.744, 3344, - 1.201, + 3.508, 3345, - 1.201, - 3346, - 0.94, - 3347, - 0.94, - 3348, - 1.098, - 3349, - 1.561, - 3350, - 1.201, - 3351, - 1.201, - 3352, - 0.98, - 3353, - 0.98, - 3354, - 0.877, - 3355, - 0.731, - 3356, - 1.031, - 3357, - 1.201, - 3358, - 0.81, - 3359, - 1.201, - 3360, - 0.877, - 3361, - 0.94, - 3362, - 1.031, - 3363, - 1.201, - 3364, - 1.098, - 3365, - 1.201, - 3366, - 1.201, - 3367, - 1.201, - 3368, - 0.98, - 3369, - 1.098, - 3370, - 1.201, - 3371, - 0.81, - 3372, - 0.83, - 3373, - 1.317, - 3374, - 1.201, - 3375, - 0.94, - 3376, - 0.852, - 3377, - 1.031, - 3378, - 1.201, - 3379, - 1.098, - 3380, - 0.906, - 3381, - 1.201, - 3382, - 1.561, - 3383, - 1.201, - 3384, - 1.031, - 3385, - 1.031, - 3386, - 2.013, - 3387, - 1.201, - 3388, - 2.614, - 3389, - 0.94, - 3390, - 1.098, - 3391, - 0.98, - 3392, - 3.046, - 3393, - 2.201, - 3394, - 1.889, - 3395, - 1.889, - 3396, - 1.201, - 3397, - 0.94, - 3398, - 1.031, - 3399, - 1.098, - 3400, - 2.013, - 3401, - 0.852, - 3402, - 0.98, - 3403, - 0.906, - 3404, - 1.098 + 3.508 ] ], [ - "type/manuals/ios", + "type/manuals/addressing", [ 0, 0.731 ] ], [ - "data/manuals/ios", + "data/manuals/addressing", [ + 0, + 0.244, + 1, + 0.509, + 2, + 0.504, + 3, + 0.523, + 4, + 0.523, + 5, + 0.525, + 6, + 0.525, 7, - 1.544, + 1.476, 8, - 1.097, + 0.967, 9, - 0.926, + 1.857, 10, - 1.162, + 1.578, 11, - 1.068, - 16, - 1.055, - 21, - 1.611, + 1.984, + 17, + 1.342, + 18, + 1.138, + 20, + 1.463, 22, - 2.677, - 23, - 1.219, - 24, - 2.163, - 25, - 1.186, - 26, - 1.27, + 0.818, 28, - 2.26, - 29, - 1.773, + 1.676, 30, - 1.13, - 31, - 5.192, - 32, - 1.774, - 33, - 1.265, - 35, - 1.409, - 41, - 2.401, + 1.307, + 36, + 1.736, + 38, + 1.042, + 39, + 1.156, 42, - 0.856, + 0.628, + 43, + 2.841, + 44, + 2.287, 46, - 1.938, - 48, - 2.533, + 1.587, 49, - 1.284, - 51, - 1.307, + 2.143, 52, - 0.692, - 53, - 1.341, + 1.507, 54, - 1.608, + 2.176, + 57, + 1.373, + 59, + 1.004, + 60, + 0.962, 62, - 0.968, - 63, - 0.998, - 67, - 1.976, - 68, - 2.16, + 0.659, 70, - 0.467, - 71, - 1.953, + 0.839, 72, - 0.822, - 73, - 0.907, - 74, - 1.185, - 75, - 1.169, + 0.663, 77, - 1.71, - 83, - 1.512, - 86, - 1.545, - 89, - 3.362, + 1.981, + 78, + 1.535, + 79, + 0.958, + 90, + 0.475, + 91, + 0.68, 94, - 1.639, - 95, - 1.341, - 97, - 1.45, + 2.133, + 96, + 3.318, + 97, + 2.517, + 99, + 1.057, + 100, + 1.854, 102, - 0.615, + 1.178, + 103, + 1.865, + 106, + 1.817, + 107, + 1.973, + 108, + 1.348, + 109, + 1.72, 110, - 1.577, + 1.811, + 113, + 1.362, + 116, + 1.346, + 120, + 1.191, 121, - 1.34, - 123, - 1.301, + 0.659, + 122, + 2.521, 125, - 1.452, - 127, - 0.869, - 129, - 1.054, - 131, - 1.186, - 133, - 2.548, - 137, - 1.036, + 1.394, + 126, + 1.087, + 135, + 3.589, 140, - 4.954, + 1.593, 141, - 1.654, - 144, - 3.874, - 150, - 0.998, + 1.696, + 142, + 0.592, + 148, + 1.883, 151, - 1.745, - 152, - 3.175, - 157, - 1.107, - 159, - 0.78, + 1.433, + 153, + 2.536, + 154, + 1.258, + 158, + 1.6, 160, - 1.01, - 161, - 1.566, - 162, - 0.923, + 1.832, + 165, + 0.569, + 166, + 0.936, + 167, + 0.805, + 168, + 1.046, + 169, + 1.205, + 170, + 2.799, + 171, + 3.484, + 175, + 0.868, + 177, + 1.896, 178, - 2.149, - 181, - 2.575, + 0.742, 182, - 0.835, - 184, - 0.932, - 190, - 1.348, - 191, - 1.763, - 193, - 0.758, + 1.06, + 194, + 2.126, + 195, + 2.003, + 196, + 1.196, + 197, + 1.881, 198, - 0.679, + 0.942, + 199, + 0.853, + 200, + 2.105, 201, - 1.121, - 218, - 0.798, + 1.956, + 202, + 0.651, + 207, + 2.063, + 211, + 1.549, + 224, + 1.258, + 225, + 1.342, + 226, + 1.891, + 228, + 0.846, 229, - 1.579, - 237, - 2.096, + 0.634, + 230, + 1.204, + 231, + 0.747, + 239, + 2.989, + 240, + 1.303, + 241, + 2.009, + 244, + 1.771, + 246, + 4.083, 247, - 1.5, - 253, - 1.569, - 254, - 1.627, - 255, - 1.476, + 2.248, + 248, + 2.069, + 249, + 2.626, 256, - 0.611, - 258, - 2.809, + 1.527, + 257, + 0.787, + 260, + 1.845, 263, - 2.713, - 271, - 2.297, + 0.595, + 268, + 1.777, + 269, + 1.975, + 270, + 1.454, 273, - 1.398, - 275, - 1.224, - 277, - 0.701, - 278, - 1.948, + 0.854, 279, - 4.024, - 280, - 1.785, - 281, - 1.042, - 283, - 1.054, - 285, - 1.779, - 288, - 2.71, - 290, - 1.25, - 291, - 1.938, - 294, - 0.915, - 297, - 1.125, - 298, - 0.816, - 300, - 1.896, - 302, - 1.347, - 303, - 1.979, + 1.625, + 282, + 1.713, 313, - 1.864, - 317, - 0.78, - 337, - 0.759, - 338, - 1.841, + 1.797, + 324, + 1.972, + 331, + 1.413, + 332, + 1.151, + 333, + 0.978, + 335, + 1.312, 343, - 1.021, - 346, - 0.809, + 1.234, + 345, + 0.965, 349, - 1.911, - 355, - 2.704, - 366, - 0.94, - 369, - 1.138, - 370, - 1.569, - 386, - 1.911, + 1.454, + 353, + 0.799, + 360, + 2.705, + 368, + 1.932, + 380, + 1.228, + 385, + 3.483, 390, - 1.37, + 1.931, 391, - 3.415, - 399, - 1.569, - 400, - 1.03, - 402, - 2.437, - 407, - 1.634, - 415, - 2.93, - 416, - 1.741, - 417, - 1.008, - 420, - 2.42, - 422, - 0.94, - 423, - 1.244, - 424, - 2.273, - 425, - 1.864, - 427, - 1.741, - 428, - 2.825, - 429, - 0.932, - 430, - 2.962, - 432, - 4.293, + 2.144, + 392, + 1.212, + 401, + 1.558, + 411, + 1.033, 433, - 1.402, - 435, - 2.42, - 437, - 2.048, + 0.812, + 434, + 0.927, 440, - 2.322, + 1.558, 441, - 1.25, + 1.732, + 442, + 0.892, + 445, + 3.586, + 446, + 0.998, + 452, + 1.592, 454, - 1.488, - 465, - 1.392, - 466, - 0.803, - 469, - 1.377, - 480, - 5.032, - 493, - 1.05, - 509, - 2.018, - 521, - 0.816, - 530, - 1.152, + 3.077, + 457, + 1.228, + 459, + 1.609, + 471, + 1.229, + 472, + 0.918, + 481, + 1.153, + 482, + 1.625, + 487, + 2.453, + 489, + 0.927, + 500, + 0.726, + 502, + 1.312, + 510, + 0.731, + 511, + 1.06, + 522, + 0.986, + 524, + 1.834, + 527, + 7.805, + 529, + 3.74, + 532, + 1.454, + 534, + 1.625, + 543, + 0.799, 547, - 0.618, - 548, - 4.265, - 554, - 0.688, + 3.222, + 552, + 1.363, + 553, + 0.712, 555, - 1.314, - 583, - 1.292, + 1.436, + 556, + 0.818, + 560, + 1.258, + 561, + 1.453, + 579, + 1.732, + 580, + 2.897, 590, - 1.865, + 1.433, 595, - 1.717, - 605, - 1.205, - 611, - 3.502, - 618, - 1.341, - 633, - 1.639, - 639, - 1.224, + 1.073, + 596, + 1.088, + 601, + 0.721, + 603, + 0.832, + 620, + 2.841, + 629, + 1.04, + 631, + 2.271, + 635, + 1.312, + 636, + 2.376, + 640, + 1.413, 644, - 1.079, - 654, - 1.43, - 659, - 3.569, - 664, - 0.883, - 680, - 1.872, - 682, - 1.042, - 700, - 2.163, - 708, - 1.402, - 714, - 0.822, - 726, - 0.932, + 1.713, + 648, + 0.965, + 672, + 0.927, + 675, + 1.326, + 683, + 0.846, + 686, + 1.864, + 687, + 3.222, + 689, + 2.053, + 692, + 1.298, + 701, + 1.046, + 703, + 1.356, + 710, + 2.654, + 716, + 1.136, 728, - 1.82, + 0.976, + 737, + 1.342, + 740, + 2.774, 754, - 0.891, - 757, - 2.548, - 759, - 1.266, - 767, - 2.589, - 776, - 1.594, - 782, - 3.631, - 790, - 2.149, - 792, - 0.764, - 796, - 0.958, - 801, - 1.224, - 802, - 2.374, - 804, - 1.799, - 808, - 2.002, - 811, - 0.876, - 827, - 2.423, + 1.191, + 758, + 0.884, + 773, + 0.721, + 793, + 0.927, + 812, + 1.413, + 828, + 3.222, + 832, + 1.659, + 848, + 0.986, + 849, + 4.075, 854, - 2.481, - 858, - 1.502, + 1.103, + 856, + 1.388, + 859, + 2.296, 860, - 0.798, - 866, - 0.891, - 891, - 1.963, - 892, - 3.687, - 943, - 1.224, - 958, - 2.599, - 961, - 1.37, + 1.752, + 880, + 0.965, + 890, + 1.033, + 901, + 0.86, + 905, + 1.172, + 909, + 1.284, + 914, + 2.589, + 917, + 0.9, + 919, + 2.35, + 922, + 1.342, + 923, + 0.976, + 924, + 3.669, + 931, + 3.063, + 941, + 0.781, + 948, + 1.811, 972, - 1.169, - 998, - 2.25, - 1011, + 1.284, + 978, 2.163, - 1017, - 1.402, - 1022, - 2.963, - 1023, - 1.519, - 1045, - 1.799, - 1047, - 0.807, - 1056, - 1.627, - 1069, - 3.461, - 1074, - 3.226, - 1096, - 1.152, + 979, + 3.494, + 981, + 1.212, + 985, + 1.454, + 995, + 1.258, + 1003, + 1.454, + 1007, + 3.287, + 1019, + 2.92, + 1025, + 3.053, + 1029, + 0.976, + 1034, + 0.764, + 1043, + 1.981, + 1055, + 1.972, + 1062, + 1.088, + 1064, + 1.694, + 1079, + 0.965, + 1081, + 1.212, + 1097, + 1.234, + 1104, + 2.819, 1107, - 1.008, - 1121, - 1.314, - 1122, - 1.093, - 1159, - 1.121, - 1160, - 1.441, - 1173, - 0.958, - 1198, - 1.341, - 1222, - 2.122, - 1236, - 1.314, - 1239, - 0.798, - 1250, - 1.042, - 1261, - 1.066, - 1273, - 1.152, - 1289, - 4.996, - 1292, - 4.803, - 1293, - 5.003, + 0.986, + 1126, + 3.404, + 1134, + 1.258, + 1140, + 1.593, + 1143, + 5.43, + 1146, + 1.494, + 1157, + 1.046, + 1158, + 1.593, + 1166, + 1.153, + 1206, + 1.413, + 1221, + 0.986, + 1224, + 2.973, + 1248, + 1.258, + 1249, + 1.558, + 1253, + 1.119, + 1267, + 1.376, + 1272, + 0.884, + 1285, + 1.502, + 1296, + 1.288, 1323, - 2.809, - 1325, - 2.481, - 1330, - 1.37, - 1344, - 1.785, - 1348, - 1.107, - 1355, - 1.244, - 1359, - 1.186, - 1360, - 5.391, - 1362, - 1.402, - 1364, - 1.902, - 1369, - 0.998, - 1371, - 3.801, + 0.832, + 1324, + 1.033, + 1332, + 0.805, + 1411, + 1.964, 1421, - 2.43, - 1423, - 3.001, - 1464, - 3.056, - 1482, - 1.697, - 1488, - 1.169, - 1503, - 1.186, - 1507, - 1.627, + 1.212, + 1426, + 1.212, + 1432, + 1.943, + 1442, + 1.625, + 1463, + 2.105, + 1465, + 2.397, + 1499, + 1.191, 1508, - 1.697, - 1509, - 6.994, - 1516, - 0.729, - 1569, - 0.734, - 1592, - 1.121, - 1614, - 1.437, + 1.502, + 1541, + 1.864, + 1543, + 2.035, + 1548, + 1.073, + 1574, + 2.791, + 1577, + 1.709, + 1579, + 1.454, + 1589, + 2.331, + 1594, + 3.122, + 1596, + 1.06, + 1597, + 5.635, + 1598, + 6.306, + 1599, + 1.258, + 1602, + 2.246, 1618, - 1.107, - 1622, - 1.019, - 1636, - 1.093, - 1644, - 4.105, - 1650, - 3.707, - 1675, - 2.366, - 1681, - 1.627, - 1685, - 1.569, - 1695, - 1.008, - 1700, - 4.803, - 1704, - 0.998, - 1705, - 0.816, - 1722, - 1.519, - 1776, - 1.093, - 1780, - 1.152, - 1784, - 1.671, - 1794, - 1.289, + 1.709, + 1621, + 3.444, + 1627, + 1.413, + 1628, + 3.963, + 1629, + 2.053, + 1631, + 1.234, + 1632, + 1.258, + 1648, + 1.136, + 1655, + 1.817, + 1662, + 0.876, + 1684, + 2.003, + 1691, + 1.413, + 1719, + 1.558, + 1720, + 1.558, + 1724, + 1.642, + 1774, + 2.323, 1804, - 1.569, - 1805, - 1.936, - 1816, - 2.316, - 1821, - 0.923, - 1823, - 1.569, - 1835, - 1.244, - 1839, - 2.149, - 1866, - 1.569, - 1895, - 1.224, - 1902, - 1.936, - 1907, - 1.437, - 1929, - 1.03, - 1994, - 1.519, - 2117, - 1.936, - 2123, - 1.008, - 2126, - 1.37, - 2142, - 1.244, - 2178, - 3.362, - 2193, - 1.476, - 2195, - 1.569, - 2201, - 1.314, - 2217, - 1.519, - 2219, - 1.785, - 2291, - 1.244, - 2301, - 1.785, - 2340, - 1.476, - 2342, - 1.476, - 2354, - 1.314, - 2385, - 1.785, - 2409, - 2.366, - 2415, - 3.284, - 2424, - 1.627, - 2470, - 1.697, - 2502, - 1.244, - 2587, - 1.962, - 2601, - 1.224, - 2701, - 1.697, - 2754, - 4.412, - 2769, - 1.437, - 2774, - 1.289, - 2786, - 1.205, - 2801, - 1.519, - 2821, - 1.697, - 2876, - 1.785, - 3058, - 3.122, - 3073, - 2.548, - 3136, - 2.42, - 3163, - 4.814, - 3173, - 2.548, - 3221, - 1.314, - 3288, - 1.627, - 3334, - 2.809, - 3405, - 6.368, - 3406, - 1.697, - 3407, - 1.785, - 3408, - 2.08, - 3409, - 4.333, - 3410, - 4.739, - 3411, 3.707, - 3412, - 1.902, - 3413, - 2.93, - 3414, - 1.902, - 3415, - 1.785, - 3416, - 3.284, - 3417, - 1.785, - 3418, - 4.694, - 3419, - 1.902, - 3420, - 4.839, - 3421, - 3.591, - 3422, - 2.366, + 1817, + 3.74, + 1818, + 1.709, + 1868, + 1.284, + 1871, + 1.676, + 1874, + 1.172, + 1882, + 0.884, + 1885, + 2.003, + 1889, + 1.212, + 1932, + 1.312, + 1948, + 1.06, + 1968, + 1.06, + 1973, + 1.191, + 1979, + 4.137, + 1982, + 0.998, + 2082, + 4.397, + 2220, + 2.742, + 2221, + 1.821, + 2226, + 1.284, + 2234, + 1.821, + 2263, + 1.558, + 2297, + 4.983, + 2300, + 1.376, + 2308, + 1.376, + 2320, + 1.502, + 2330, + 1.312, + 2383, + 1.234, + 2436, + 1.709, + 2479, + 3.74, + 2481, + 1.821, + 2488, + 1.625, + 2506, + 4.213, + 2514, + 1.088, + 2550, + 1.153, + 2627, + 1.709, + 2647, + 1.454, + 2649, + 1.191, + 2683, + 2.453, + 2753, + 1.558, + 2770, + 2.822, + 2799, + 3.458, + 2905, + 1.821, + 2925, + 3.53, + 2928, + 6.354, + 2961, + 3.999, + 3052, + 1.821, + 3073, + 6.109, + 3108, + 3.348, + 3134, + 2.069, + 3246, + 1.413, + 3252, + 1.342, + 3319, + 1.709, + 3346, + 1.991, + 3347, + 1.991, + 3348, + 1.821, + 3349, + 1.991, + 3350, + 1.709, + 3351, + 1.558, + 3352, + 1.709, + 3353, + 1.991, + 3354, + 5.318, + 3355, + 7.483, + 3356, + 1.991, + 3357, + 1.991, + 3358, + 1.991, + 3359, + 1.991, + 3360, + 1.991, + 3361, + 1.625, + 3362, + 3.162, + 3363, + 3.166, + 3364, + 1.991, + 3365, + 1.502, + 3366, + 1.413, + 3367, + 4.584, + 3368, + 8.421, + 3369, + 1.821, + 3370, + 1.991, + 3371, + 1.991, + 3372, + 1.821, + 3373, + 1.991, + 3374, + 5.475, + 3375, + 1.991, + 3376, + 1.991, + 3377, + 1.821, + 3378, + 1.709, + 3379, + 1.558, + 3380, + 1.821, + 3381, + 1.991, + 3382, + 1.709, + 3383, + 3.458, + 3384, + 1.991, + 3385, + 4.584, + 3386, + 6.796, + 3387, + 1.709, + 3388, + 1.709, + 3389, + 1.625, + 3390, + 1.991, + 3391, + 1.625, + 3392, + 1.991, + 3393, + 1.625, + 3394, + 2.967, + 3395, + 3.162, + 3396, + 1.821, + 3397, + 1.991, + 3398, + 1.991, + 3399, + 1.376, + 3400, + 1.454, + 3401, + 1.625, + 3402, + 1.991, + 3403, + 1.991, + 3404, + 1.991, + 3405, + 1.991, + 3406, + 1.991, + 3407, + 1.821, + 3408, + 1.709, + 3409, + 1.709, + 3410, + 1.625, + 3411, + 1.342, + 3412, + 1.625, + 3413, + 1.709, + 3414, + 1.709, + 3415, + 2.504, + 3416, + 1.991, + 3417, + 1.709, + 3418, + 1.991, + 3419, + 1.821, + 3420, + 1.709, + 3421, + 1.991, + 3422, + 1.991, 3423, - 2.809, + 1.502, 3424, - 1.519, + 1.991, 3425, - 1.697, + 1.558, 3426, - 1.476, + 3.458, 3427, - 2.08, + 1.558, 3428, - 2.08, + 1.991, 3429, - 4.739, + 1.821, 3430, - 1.569, + 1.991, 3431, - 2.08, + 1.709, 3432, - 1.697, + 6.197, 3433, - 1.785, + 3.458, 3434, - 1.697, + 3.458, 3435, - 1.437, + 1.991, 3436, - 5.822, + 1.821, 3437, - 1.476, + 1.709, 3438, - 3.591, + 2.526, 3439, - 1.785, + 6.796, 3440, - 4.739, + 3.458, 3441, - 3.896, + 1.991, 3442, - 8.257, + 1.413, 3443, - 1.902, + 3.458, 3444, - 1.902, + 3.458 + ] + ], + [ + "type/manuals/camera", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/camera", + [ + 7, + 1.601, + 9, + 2.552, + 10, + 1.14, + 18, + 1.09, + 20, + 0.701, + 23, + 5.094, + 36, + 1.501, + 38, + 0.586, + 42, + 1.738, + 46, + 1.443, + 57, + 1.416, + 59, + 0.949, + 62, + 1.744, + 77, + 1.092, + 79, + 0.86, + 88, + 4.004, + 89, + 4.111, + 92, + 3.02, + 99, + 0.983, + 102, + 1.356, + 103, + 1.214, + 106, + 1.348, + 108, + 1.55, + 113, + 1.758, + 121, + 1.744, + 126, + 1.494, + 127, + 5.072, + 142, + 3.219, + 148, + 1.8, + 150, + 1.335, + 151, + 3.117, + 152, + 3.4, + 153, + 1.196, + 154, + 3.332, + 155, + 5.545, + 156, + 3.103, + 165, + 1.508, + 178, + 1.965, + 194, + 0.962, + 199, + 3.759, + 201, + 1.691, + 240, + 1.5, + 256, + 2.15, + 263, + 2.25, + 306, + 3.859, + 317, + 3.103, + 333, + 2.481, + 371, + 4.61, + 380, + 1.872, + 404, + 3.332, + 412, + 3.554, + 456, + 4.057, + 473, + 2.319, + 509, + 4.965, + 524, + 3.388, + 533, + 2.921, + 573, + 2.824, + 577, + 2.068, + 594, + 5.101, + 601, + 3.179, + 629, + 1.586, + 636, + 2.022, + 691, + 2.684, + 693, + 3.852, + 750, + 2.556, + 758, + 2.34, + 786, + 4.358, + 898, + 1.872, + 1007, + 1.848, + 1034, + 2.022, + 1098, + 4.665, + 1133, + 6.138, + 1158, + 4.989, + 1180, + 4.111, + 1188, + 2.584, + 1253, + 2.963, + 1272, + 4.246, + 1279, + 3.155, + 1323, + 2.203, + 1460, + 2.963, + 1546, + 2.737, + 1602, + 2.584, + 1679, + 5.78, + 1687, + 6.863, + 1763, + 3.852, + 1884, + 3.196, + 1975, + 0.668, + 2060, + 6.619, + 2123, + 3.008, + 2124, + 4.525, + 2142, + 3.474, + 2143, + 3.474, + 3124, + 3.643, + 3165, + 4.303, 3445, - 2.709, + 10.828, 3446, - 3.707, + 10.828, 3447, - 1.902, + 10.828, 3448, - 2.08, + 10.828, 3449, - 2.623, + 8.774, 3450, - 4.412, + 4.822, 3451, - 6.771, + 6.457, 3452, - 5.157, + 8.774, 3453, - 3.575, + 4.822, 3454, - 4.739, + 7.525, 3455, - 2.08, + 8.774, 3456, - 1.37, + 8.774, 3457, - 3.591, + 8.774, 3458, - 2.08, + 4.822, 3459, - 2.709, + 4.525, 3460, - 3.081, + 4.822, 3461, - 2.08, + 5.273, 3462, - 2.08, + 5.273, 3463, - 4.739, + 5.273, 3464, - 2.08, + 5.273, 3465, - 2.08, + 5.273, 3466, - 3.081, + 5.273, 3467, - 3.591, + 5.273, 3468, - 2.08, + 5.273, 3469, - 2.08, + 5.273, 3470, - 2.08, + 5.273, 3471, - 2.08, + 5.273, 3472, - 2.08, + 5.273, 3473, - 2.08, + 5.273, 3474, - 6.366, + 3.643, 3475, - 2.08, + 4.303, 3476, - 2.08, + 3.643, 3477, - 1.289, + 4.822, 3478, - 1.697, + 4.822, 3479, - 2.08, + 3.978, 3480, - 2.08, + 4.822, 3481, - 2.08, + 4.822, 3482, - 4.739, + 3.852, 3483, - 2.08, + 4.822, 3484, - 2.08, + 7.529, 3485, - 1.785, + 4.126, 3486, - 1.697, + 3.643, 3487, - 5.157, + 5.072, 3488, - 5.64, + 6.457, 3489, - 3.591, + 4.525, 3490, - 3.591, + 4.822, 3491, - 2.08, + 4.303, 3492, - 1.902, + 5.273, 3493, - 1.902, + 5.273, 3494, - 6.964, + 5.273, 3495, - 1.902, - 3496, - 2.08, - 3497, - 2.08, - 3498, - 2.08, - 3499, - 2.93, - 3500, - 4.739, - 3501, - 2.08, - 3502, - 3.591, - 3503, - 1.902, - 3504, - 1.902, - 3505, - 2.08, - 3506, - 2.08, - 3507, - 1.697, - 3508, - 2.08, - 3509, - 2.08, - 3510, - 1.476, - 3511, - 3.591, - 3512, - 2.08, - 3513, - 2.08, - 3514, - 2.08, - 3515, - 1.785, - 3516, - 1.476, - 3517, - 2.08, - 3518, - 1.902, - 3519, - 2.08, - 3520, - 1.902, - 3521, - 2.08 + 5.273 ] ], [ - "type/manuals/message-passing", + "type/manuals/sound", [ 0, 0.731 ] ], [ - "data/manuals/message-passing", + "data/manuals/sound", [ + 0, + 0.348, + 1, + 0.727, + 2, + 0.719, + 3, + 0.746, + 4, + 0.746, + 5, + 0.75, + 6, + 0.75, 7, - 1.532, + 1.556, 8, - 1.096, + 1.664, 9, - 0.948, + 0.964, 10, - 1.564, + 1.49, 11, - 1.035, - 13, - 2.608, - 16, - 0.915, - 21, - 1.857, + 1.03, + 18, + 1.133, + 20, + 1.453, 22, - 1.579, - 23, - 0.775, - 26, - 1.51, + 1.168, 30, - 1.128, - 32, - 1.811, - 33, - 1.429, - 35, - 1.066, + 1.074, + 31, + 1.646, + 36, + 1.374, + 38, + 1.141, + 39, + 0.6, + 41, + 1.493, 42, - 1.343, + 0.516, 46, - 0.998, - 51, - 1.902, - 68, - 1.789, + 1.528, + 52, + 1.286, + 57, + 1.291, + 59, + 0.977, + 60, + 0.791, + 62, + 1.968, + 63, + 2.265, 70, - 1.564, - 71, - 1.952, - 74, - 0.626, - 77, - 0.715, + 2.903, + 76, + 1.512, + 79, + 0.996, 86, - 1.48, + 0.923, + 87, + 1.796, + 90, + 2.521, + 91, + 1.595, + 92, + 1.875, 94, - 1.24, + 1.322, + 96, + 3.255, 99, - 2.818, + 1.044, + 100, + 1.429, 102, - 2.913, + 0.731, 103, - 4.963, - 104, - 3.848, - 105, - 5.693, + 1.37, 106, - 4.605, + 1.619, 107, - 4.963, + 1.132, 108, - 2.98, - 110, - 3.028, - 111, - 2.641, - 113, - 3.712, - 114, - 8.895, - 115, - 4.597, + 1.374, 116, - 5.152, - 117, - 3.864, - 119, - 2.219, + 1.106, 121, - 1.968, - 123, - 1.299, + 0.94, + 122, + 1.455, 125, - 1.45, + 2.491, + 126, + 2.1, 127, - 1.498, - 129, - 2.855, - 135, - 2.114, - 137, - 1.173, - 139, - 2.077, - 141, - 0.719, - 147, - 1.577, + 1.915, + 142, + 2.049, + 148, + 2.107, 149, - 2.668, - 151, - 1.744, + 1.082, + 150, + 1.183, + 153, + 2.43, + 155, + 2.952, + 156, + 1.672, 158, - 1.216, + 2.227, 160, - 1.412, - 161, - 1.701, - 162, - 0.922, - 172, - 2.182, - 173, - 1.385, - 190, - 1.02, - 196, - 1.911, + 2.421, + 165, + 1.971, + 166, + 1.335, + 167, + 1.889, + 168, + 2.455, + 169, + 1.218, + 171, + 1.457, + 174, + 1.905, + 175, + 1.239, + 178, + 2.568, + 182, + 1.512, + 194, + 0.853, + 198, + 1.62, + 200, + 3.622, 201, - 3.037, - 234, - 1.091, - 237, - 1.297, + 1.05, + 207, + 1.555, + 229, + 1.849, + 231, + 1.066, + 233, + 1.915, + 240, + 1.96, + 241, + 0.608, + 244, + 1.098, 247, - 1.023, + 2.863, + 249, + 2.241, 256, - 1.054, - 261, - 1.861, - 267, - 1.669, - 271, - 1.739, - 278, - 3.015, - 293, - 3.65, - 300, - 1.206, - 316, - 1.078, - 328, - 1.685, - 337, - 1.308, - 339, - 1.346, - 343, - 2.242, - 366, - 1.621, - 367, - 2.146, - 369, - 2.716, - 381, - 3.839, - 393, - 1.462, - 398, - 2.417, - 407, - 1.441, - 409, - 3.56, - 418, - 2.266, - 427, - 2.731, - 438, - 2.523, - 453, - 4.275, - 465, - 1.391, - 466, - 3.675, - 469, - 2.16, - 473, - 1.777, - 485, - 2.266, - 495, - 2.045, - 501, + 1.05, + 257, + 1.123, + 263, + 2.703, + 268, + 1.968, + 269, + 2.125, + 273, + 1.469, + 295, + 3.509, + 313, + 1.114, + 325, + 2.144, + 330, + 2.428, + 333, + 2.154, + 334, + 2.588, + 353, + 1.875, + 368, + 1.329, + 375, 2.223, - 514, - 2.471, - 525, - 1.336, - 534, - 2.806, - 540, - 2.015, - 547, - 2.548, - 554, - 1.186, - 555, - 2.266, - 568, - 4.763, - 569, - 2.478, - 590, - 1.186, - 612, - 1.669, - 624, - 2.823, - 636, - 1.486, - 640, - 3.206, - 649, - 2.806, - 651, - 6.95, - 654, - 1.428, - 666, - 2.209, - 667, - 2.045, - 669, - 1.817, - 673, - 2.363, - 694, - 1.592, - 712, + 380, + 1.009, + 382, + 2.741, + 387, + 2.888, + 391, + 1.762, + 433, + 1.905, + 434, + 1.322, + 442, + 1.273, + 452, + 1.358, + 467, + 1.872, + 471, + 1.595, + 472, + 1.309, + 473, + 2.055, + 479, + 1.753, + 497, + 1.457, + 510, + 1.044, + 521, + 0.989, + 522, 2.315, - 726, - 1.606, - 754, - 1.536, - 759, - 1.265, - 796, - 1.653, - 808, - 2.0, - 867, - 1.739, - 882, - 1.908, - 891, - 1.961, + 524, + 2.899, + 534, + 1.335, + 537, + 1.621, + 543, + 1.14, + 552, + 0.845, + 553, + 1.67, + 556, + 3.13, + 568, + 5.772, + 603, + 1.952, + 605, + 1.621, + 629, + 1.405, + 636, + 2.281, + 647, + 2.706, + 673, + 1.646, + 689, + 1.273, + 691, + 0.869, + 692, + 1.066, + 695, + 1.285, + 699, + 1.915, + 703, + 1.114, + 711, + 1.7, + 728, + 2.289, + 740, + 1.44, + 744, + 1.377, + 747, + 1.597, + 751, + 1.149, + 765, + 0.996, + 792, + 1.621, + 819, + 2.749, + 848, + 1.408, + 856, + 1.14, + 890, + 1.475, + 894, + 1.123, 897, - 3.892, + 1.832, + 898, + 2.112, 901, - 1.861, - 905, - 2.889, + 1.228, 914, - 2.11, - 937, - 2.015, - 939, - 1.908, - 968, - 2.791, - 1059, - 1.757, - 1076, - 2.705, - 1145, - 1.72, - 1174, - 2.146, - 1191, - 2.478, - 1232, - 2.619, - 1244, - 2.761, - 1279, - 2.363, - 1481, + 1.952, + 924, + 1.349, + 926, + 2.075, + 928, + 1.963, + 931, + 0.786, + 978, + 1.123, + 995, + 1.796, + 1010, + 1.168, + 1011, + 1.832, + 1019, + 2.249, + 1025, + 1.123, + 1029, + 1.392, + 1034, + 1.09, + 1041, + 2.112, + 1043, + 1.228, + 1052, + 1.493, + 1079, + 1.377, + 1104, + 0.989, + 1131, + 3.773, + 1136, + 2.897, + 1137, + 4.124, + 1146, + 1.228, + 1150, + 1.597, + 1153, + 1.335, + 1160, + 1.7, + 1172, + 2.368, + 1184, + 1.796, + 1216, + 1.532, + 1220, + 1.762, + 1226, + 5.635, + 1229, + 4.541, + 1248, + 1.796, + 1249, + 2.223, + 1250, + 1.597, + 1260, + 2.749, + 1261, + 1.73, + 1295, + 1.753, + 1304, + 2.749, + 1305, + 2.144, + 1312, + 2.075, + 1364, + 2.749, + 1382, + 1.574, + 1411, 3.263, - 1498, - 3.371, - 1500, - 4.043, - 1526, - 1.685, - 1546, - 3.279, - 1562, - 4.888, - 1564, - 2.363, - 1573, - 3.864, - 1580, - 4.937, - 1581, - 2.477, - 1586, - 1.72, + 1428, + 1.552, + 1432, + 2.625, + 1436, + 2.144, + 1459, + 1.158, + 1465, + 2.431, + 1492, + 3.689, + 1499, + 1.7, + 1511, + 3.207, + 1532, + 1.832, + 1584, + 1.597, 1588, - 2.313, - 1591, - 2.544, - 1619, - 3.43, - 1636, - 1.884, - 1735, - 3.279, - 1776, - 1.884, - 1822, - 1.327, - 1854, - 1.839, - 1865, - 2.077, - 1867, - 3.315, - 1870, - 2.417, - 1898, - 1.45, - 1929, - 2.791, - 1957, - 3.41, - 1972, - 4.597, - 1973, - 3.656, - 2000, - 2.544, - 2006, - 2.313, - 2009, - 7.197, - 2016, + 1.392, + 1596, + 1.512, + 1602, + 1.392, + 1629, + 1.273, + 1649, + 3.621, + 1651, 3.56, - 2023, - 2.855, - 2046, - 4.431, - 2152, - 2.619, - 2337, - 2.477, - 2377, - 3.493, - 2392, - 2.11, - 2421, - 2.266, - 2423, - 2.806, - 2435, - 2.417, - 2490, - 2.544, - 2545, - 2.705, - 2549, - 2.146, - 2786, - 3.263, - 2854, - 3.077, - 2970, - 4.834, - 3052, - 2.266, - 3167, - 2.544, - 3314, - 2.926, - 3395, - 9.073, - 3413, - 2.926, - 3417, - 3.077, + 1655, + 1.493, + 1662, + 1.25, + 1672, + 2.519, + 1713, + 1.493, + 1719, + 2.223, + 1791, + 2.438, + 1793, + 3.837, + 1804, + 1.363, + 1807, + 2.854, + 1885, + 1.646, + 1897, + 3.655, + 1911, + 2.396, + 2027, + 1.408, + 2035, + 2.897, + 2070, + 4.813, + 2080, + 3.149, + 2092, + 2.438, + 2115, + 2.319, + 2116, + 6.993, + 2118, + 2.223, + 2119, + 2.598, + 2123, + 2.665, + 2164, + 1.228, + 2175, + 3.078, + 2238, + 3.812, + 2287, + 2.319, + 2314, + 2.223, + 2441, + 1.493, + 2442, + 2.075, + 2482, + 3.812, + 2503, + 3.92, + 2511, + 2.438, + 2582, + 2.706, + 2616, + 3.412, + 2649, + 1.7, + 2657, + 1.597, + 2684, + 1.672, + 2701, + 2.438, + 2738, + 4.911, + 2837, + 1.796, + 2955, + 1.621, + 3095, + 2.598, + 3115, + 9.736, + 3192, + 2.075, + 3320, + 2.075, + 3363, + 1.963, + 3399, + 1.963, + 3408, + 2.438, + 3431, + 2.438, + 3476, + 1.963, + 3489, + 2.438, + 3496, + 2.841, + 3497, + 2.841, + 3498, + 2.841, + 3499, + 2.598, + 3500, + 2.841, + 3501, + 3.655, + 3502, + 2.841, + 3503, + 4.009, + 3504, + 7.062, + 3505, + 2.223, + 3506, + 7.062, + 3507, + 5.914, + 3508, + 4.272, + 3509, + 4.672, + 3510, + 2.841, + 3511, + 2.223, + 3512, + 4.672, + 3513, + 2.438, + 3514, + 2.598, + 3515, + 2.598, + 3516, + 5.441, + 3517, + 2.598, + 3518, + 5.914, + 3519, + 4.272, + 3520, + 2.841, + 3521, + 4.009, 3522, - 3.586, + 2.841, 3523, - 3.586, + 2.841, 3524, - 3.586, + 2.841, 3525, - 6.363, + 2.598, 3526, - 3.586, + 8.655, 3527, - 3.586, + 3.149, 3528, - 3.586, + 4.272, 3529, - 8.57, + 2.598, 3530, - 4.718, + 2.841, 3531, - 3.586, + 4.672, 3532, - 5.082, + 2.841, 3533, - 6.959, + 2.598, 3534, - 5.634, + 2.598, 3535, - 2.926, + 6.964, 3536, - 2.705, + 2.438, 3537, - 3.279, + 4.672, 3538, - 3.586, + 4.672, 3539, - 7.885, + 2.598, 3540, - 3.586, + 4.672, 3541, - 7.885, + 4.672, 3542, - 3.077, + 2.841, 3543, - 3.586, + 2.841, 3544, - 7.885, + 4.672, 3545, - 2.313, + 4.672, 3546, - 6.959, + 2.598, 3547, - 2.705, + 2.841, 3548, - 3.077, + 2.841, 3549, - 3.586, + 2.598, 3550, - 3.586, + 2.841, 3551, - 5.634, + 2.841, 3552, - 3.586, + 2.598, 3553, - 3.077, + 2.841, 3554, - 7.806, + 2.841, 3555, - 3.586, + 2.841, 3556, - 1.861, + 2.598, 3557, - 2.806, + 2.841, 3558, - 3.586, + 2.319, 3559, - 8.27, + 3.655, 3560, - 4.937, + 5.95, 3561, - 3.586, + 4.009, 3562, - 6.363, + 5.95, 3563, - 8.57, + 2.841, 3564, - 8.57, + 4.272, 3565, - 3.077, + 4.672, 3566, - 3.586, + 2.438, 3567, - 3.586, - 3568, - 8.57, - 3569, - 2.619 + 2.841 ] ], [ - "type/manuals/introduction", + "type/manuals/project-setup", [ 0, 0.731 ] ], [ - "data/manuals/introduction", + "data/manuals/project-setup", [ 0, - 0.983, + 0.777, 1, - 1.154, + 1.622, 2, - 2.031, + 1.606, 3, - 1.184, + 1.665, 4, - 1.184, + 2.541, 5, - 1.191, + 1.674, 6, - 1.191, + 1.674, 7, - 1.511, - 8, - 1.49, + 1.502, 9, - 0.962, + 2.151, 10, - 1.464, - 11, - 1.06, - 12, - 4.992, - 13, - 3.143, - 16, - 1.086, - 21, - 2.034, - 22, - 2.679, - 23, - 2.23, - 24, - 2.059, - 26, - 1.21, - 28, - 2.385, - 29, - 1.014, - 30, - 1.066, - 32, - 1.808, - 33, - 1.409, - 41, - 2.584, + 1.371, + 18, + 1.095, + 20, + 1.286, + 36, + 2.066, 43, - 2.7, + 3.292, 46, - 1.256, - 62, - 2.1, - 67, - 2.353, - 68, - 2.156, - 70, - 1.509, - 71, - 1.378, - 74, - 0.987, + 1.381, + 52, + 1.746, + 56, + 3.767, + 57, + 1.094, + 59, + 0.935, + 60, + 2.693, 77, - 1.6, - 86, - 1.472, - 96, - 2.655, - 102, - 2.628, - 137, - 0.999, - 141, - 1.904, - 146, - 2.654, - 147, - 1.985, - 151, - 1.231, - 152, - 1.829, - 157, - 2.401, - 158, - 3.223, - 159, - 1.693, - 160, - 1.94, - 161, - 1.764, - 162, - 1.16, - 173, - 1.743, - 190, - 1.283, - 221, - 2.211, - 223, - 2.5, - 224, - 1.242, - 234, - 1.373, - 242, - 2.613, - 247, - 2.003, - 277, - 2.704, - 290, - 2.793, - 291, - 1.55, - 297, - 1.413, - 313, - 2.342, - 314, - 2.91, - 317, - 1.693, - 339, - 2.52, - 346, - 1.756, - 350, - 1.502, - 361, - 2.401, - 370, - 3.404, - 371, - 3.296, - 384, - 2.853, - 385, - 3.682, - 394, - 2.235, - 402, - 1.95, - 407, - 1.841, - 410, - 2.574, - 411, - 2.1, - 412, - 2.342, - 417, - 2.187, - 441, - 1.571, - 454, - 3.324, - 456, - 2.211, - 465, - 1.114, + 1.314, + 79, + 1.017, + 91, + 4.085, + 99, + 1.071, + 100, + 1.605, + 106, + 1.136, + 107, + 1.971, + 108, + 1.865, + 113, + 2.076, + 125, + 1.929, + 126, + 1.259, + 148, + 1.301, + 150, + 1.606, + 153, + 2.351, + 169, + 1.44, + 177, + 1.941, + 194, + 1.157, + 198, + 2.822, + 201, + 1.922, + 203, + 3.419, + 206, + 3.075, + 226, + 2.38, + 229, + 1.983, + 230, + 2.208, + 231, + 4.059, + 235, + 4.008, + 240, + 1.804, + 241, + 1.832, + 243, + 4.795, + 253, + 3.178, + 256, + 1.425, + 269, + 2.351, + 324, + 3.618, + 332, + 2.847, + 333, + 1.794, + 342, + 2.841, + 434, + 2.951, + 439, + 5.766, + 452, + 2.487, + 457, + 2.252, 469, - 2.576, - 481, - 2.52, - 493, - 1.964, - 496, - 4.729, - 501, - 2.798, - 509, - 4.509, - 547, - 1.342, - 555, - 5.07, - 583, - 2.417, - 633, - 2.323, - 645, - 4.269, - 654, - 4.108, - 655, - 1.985, - 659, - 1.769, - 666, - 1.769, - 673, - 2.973, - 674, - 5.286, - 682, - 3.365, - 687, - 3.117, - 692, - 2.465, + 3.214, + 506, + 3.862, + 521, + 2.208, + 524, + 3.242, + 567, + 3.292, + 591, + 4.179, + 601, + 2.298, + 602, + 2.565, + 638, + 4.008, + 648, + 3.075, + 649, + 3.795, + 685, + 3.946, + 686, + 3.419, + 691, + 1.941, 710, - 1.635, - 728, - 2.287, - 766, - 4.019, - 790, - 2.7, - 791, - 4.126, - 804, - 2.261, - 811, - 1.901, - 812, - 2.021, - 820, - 3.201, + 3.075, + 771, + 5.033, + 774, + 4.376, + 801, + 4.192, + 819, + 3.733, 834, - 4.019, - 858, - 1.43, - 866, - 1.933, - 871, - 5.067, - 882, - 2.401, - 884, - 2.536, - 891, - 1.571, - 893, - 3.53, - 901, - 2.342, - 914, - 2.655, - 916, - 2.91, - 1022, - 3.529, - 1044, - 2.079, - 1045, - 3.365, - 1074, - 2.287, - 1075, - 3.53, - 1127, - 3.291, - 1156, - 3.627, - 1160, - 3.22, - 1181, - 3.53, - 1200, - 3.125, - 1206, - 3.296, - 1219, - 4.791, - 1248, - 3.296, - 1319, - 2.433, - 1340, - 5.23, - 1355, - 2.7, - 1359, - 3.831, - 1372, - 5.731, - 1374, - 2.852, - 1421, - 2.314, - 1507, - 3.53, - 1510, - 2.433, - 1516, - 1.581, - 1520, - 4.089, - 1560, - 5.764, - 1578, - 2.7, - 1579, - 4.164, - 1586, - 2.165, - 1594, - 3.872, - 1617, - 2.91, - 1660, - 1.933, - 1663, - 3.222, - 1684, - 2.973, - 1713, - 3.682, - 1756, - 2.747, - 1765, - 3.296, - 1821, - 2.003, - 1839, - 2.7, - 1868, - 4.509, - 1971, - 3.296, - 2038, - 2.003, - 2123, - 2.187, - 2126, - 2.973, - 2136, - 2.91, - 2163, - 3.201, + 4.795, + 837, + 6.241, + 894, + 3.38, + 1043, + 2.741, + 1146, + 3.696, + 1250, + 3.564, + 1260, + 3.733, + 1323, + 2.649, + 1364, + 3.733, + 1412, + 4.275, + 1616, + 4.008, + 1629, + 2.841, + 1807, + 3.043, + 1866, + 3.618, + 1871, + 3.075, + 2158, + 4.275, 2196, - 3.872, - 2259, - 3.53, - 2281, - 2.798, - 2296, - 3.404, - 2380, - 3.53, - 2392, - 3.953, - 2421, - 2.852, - 2424, - 6.277, - 2477, - 4.126, - 2542, - 2.5, - 2643, - 3.682, - 2645, - 2.973, - 2929, - 3.53, - 3270, - 5.764, - 3362, - 3.872, - 3389, - 3.53, - 3404, - 4.126, - 3516, - 3.201, + 5.176, + 2268, + 4.552, + 2272, + 5.176, + 2273, + 5.443, + 2341, + 4.785, + 2345, + 4.633, + 2778, + 4.179, + 2822, + 3.862, + 2954, + 4.275, + 2969, + 6.453, + 3071, + 4.275, + 3568, + 5.176, + 3569, + 4.382, 3570, - 3.682, + 5.8, 3571, - 3.682, + 6.343, 3572, - 4.512, + 4.785, 3573, - 6.717, + 6.343, 3574, - 4.126, + 4.633, 3575, - 3.682, + 5.8, 3576, - 4.512, + 4.962, 3577, - 8.689, + 5.443, 3578, - 6.717, + 8.554, 3579, - 3.682, + 6.343, 3580, - 6.142, + 6.343, 3581, - 4.512, + 4.962 + ] + ], + [ + "type/manuals/socket-connections", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/socket-connections", + [ + 0, + 0.901, + 1, + 1.881, + 2, + 1.861, + 3, + 1.93, + 4, + 1.93, + 5, + 1.94, + 6, + 1.94, + 7, + 1.457, + 9, + 2.494, + 18, + 1.099, + 20, + 0.977, + 38, + 0.816, + 39, + 1.99, + 46, + 1.049, + 57, + 1.404, + 59, + 1.048, + 60, + 2.046, + 72, + 2.447, + 79, + 0.964, + 90, + 1.752, + 99, + 1.048, + 100, + 1.38, + 105, + 2.95, + 106, + 1.317, + 107, + 2.089, + 108, + 3.059, + 113, + 1.473, + 119, + 3.726, + 121, + 3.118, + 160, + 2.174, + 169, + 1.403, + 226, + 2.623, + 269, + 2.49, + 285, + 3.293, + 330, + 3.006, + 353, + 3.783, + 382, + 2.646, + 457, + 2.61, + 524, + 3.157, + 550, + 3.421, + 554, + 2.759, + 629, + 2.211, + 669, + 5.844, + 672, + 3.421, + 676, + 3.355, + 709, + 4.646, + 710, + 3.564, + 735, + 3.527, + 828, + 4.326, + 874, + 3.77, + 891, + 3.197, + 944, + 3.77, + 947, + 3.863, + 1055, + 6.622, + 1056, + 5.37, + 1060, + 4.132, + 1090, + 3.421, + 1173, + 3.602, + 1224, + 3.527, + 1253, + 4.132, + 1465, + 2.593, + 1471, + 3.642, + 1562, + 4.844, + 1574, + 4.476, + 1621, + 3.726, + 1807, + 3.527, + 1884, + 3.123, + 2089, + 5.848, + 2327, + 4.646, + 2448, + 4.844, + 2450, + 6.723, + 2460, + 8.089, + 2465, + 5.37, + 2806, + 6.309, + 3094, + 5.079, + 3140, + 5.079, 3582, - 4.512, + 6.723, 3583, - 4.512, + 5.216, 3584, - 4.126, + 5.216, 3585, - 3.682, + 6.723, 3586, - 4.512, + 7.352, 3587, - 4.512, + 9.427, 3588, - 4.512, + 9.427, 3589, - 4.512, + 6.723, 3590, - 5.692, + 6.723, 3591, - 3.404, + 8.089, 3592, - 4.126, + 6.723, 3593, - 3.872, + 6.309, 3594, - 4.512, + 5.37, 3595, - 4.512, + 5.37, 3596, - 5.255, + 6.723, 3597, - 4.512, + 5.216, 3598, - 3.682, + 6.309, 3599, - 3.872, + 4.844 + ] + ], + [ + "type/manuals/install", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/install", + [ + 7, + 1.453, + 18, + 1.045, + 20, + 1.243, + 38, + 1.039, + 42, + 1.984, + 49, + 3.234, + 57, + 1.197, + 59, + 0.844, + 79, + 0.795, + 99, + 0.83, + 107, + 1.78, + 198, + 2.547, + 253, + 4.685, + 350, + 5.596, + 480, + 6.161, + 683, + 3.973, + 685, + 3.813, + 894, + 3.695, + 1079, + 4.534, + 1764, + 8.025, + 2032, + 8.025, + 2054, + 5.334, + 2217, + 5.694, + 2360, + 5.042, + 2985, + 7.055, + 3342, + 5.798, 3600, - 4.512, + 7.631, 3601, - 4.126, - 3602, - 6.717, - 3603, - 4.126, - 3604, - 4.512, - 3605, - 4.512, - 3606, - 4.512, - 3607, - 4.512, - 3608, - 4.126 + 9.353 ] ], [ - "type/manuals/render", + "type/manuals/extensions-best-practices", [ 0, 0.731 ] ], [ - "data/manuals/render", + "data/manuals/extensions-best-practices", [ + 0, + 0.465, + 1, + 0.97, + 2, + 1.49, + 3, + 0.995, + 4, + 1.545, + 5, + 1.001, + 6, + 1.001, 7, - 1.535, - 8, - 1.343, + 1.475, 9, - 0.954, + 1.996, 10, - 1.063, - 11, - 1.034, - 13, - 1.406, - 14, - 1.248, - 16, - 0.991, - 17, - 1.19, - 21, - 1.708, + 1.757, + 18, + 1.113, + 20, + 1.525, 22, - 2.01, - 23, - 1.961, - 25, - 1.031, - 26, - 1.562, + 1.558, 28, - 0.642, - 29, - 1.557, - 30, - 1.131, - 32, - 1.592, - 33, - 1.474, - 34, - 1.031, - 35, - 1.521, - 39, - 2.909, - 40, - 4.017, - 41, - 0.525, + 1.838, + 36, + 1.857, + 38, + 1.145, 42, - 1.219, - 43, - 1.081, - 45, - 2.502, + 1.824, 46, - 0.503, - 47, - 2.712, - 48, - 0.884, - 51, - 1.8, - 52, - 1.057, - 54, - 1.423, + 1.593, 55, - 1.248, + 1.819, + 56, + 1.476, + 57, + 1.373, 59, - 0.768, + 0.951, 60, - 0.737, - 62, - 0.841, - 64, - 1.142, - 65, - 1.69, - 67, - 0.633, - 68, - 2.21, - 70, - 1.814, - 71, - 1.716, - 72, - 2.303, - 73, - 0.788, - 74, - 0.713, + 2.262, + 61, + 4.471, 77, - 1.382, - 80, - 1.464, - 83, - 0.761, + 1.822, + 78, + 2.612, + 79, + 0.938, 86, - 1.567, - 92, - 1.091, - 93, - 2.712, - 94, - 1.47, - 96, - 1.063, - 97, - 1.301, - 98, - 0.949, + 1.231, + 91, + 2.009, 99, - 2.467, + 0.98, + 100, + 1.651, 102, - 2.387, + 1.854, 103, - 3.375, - 104, - 2.598, + 2.026, 105, - 4.146, + 1.522, 106, - 3.19, + 1.799, + 107, + 2.073, 108, - 2.427, - 110, - 2.138, - 111, - 3.214, - 117, - 3.214, - 119, - 2.892, + 2.39, + 109, + 2.208, + 113, + 1.445, + 116, + 1.476, 121, - 1.817, - 135, - 0.678, - 137, - 1.201, - 140, - 0.833, + 1.254, + 122, + 1.181, + 126, + 1.168, + 132, + 3.023, 141, - 1.617, - 149, - 2.0, + 1.403, + 143, + 1.838, + 148, + 1.207, + 150, + 2.228, 151, - 1.419, - 152, - 1.393, - 156, - 1.1, - 158, - 1.442, - 159, - 1.595, - 160, - 1.625, - 161, - 1.873, - 162, - 1.99, - 166, - 0.633, - 167, - 1.934, - 172, - 1.416, - 173, - 1.227, - 175, - 0.795, - 182, - 0.725, - 184, - 1.423, - 186, - 0.54, - 189, - 2.32, - 190, - 0.514, - 191, - 1.295, - 193, - 0.671, + 2.438, + 153, + 2.204, + 169, + 1.209, + 177, + 1.16, + 194, + 1.316, + 195, + 2.196, 196, - 0.613, + 2.035, + 197, + 1.303, 198, - 1.038, - 202, - 1.736, + 2.536, + 199, + 1.625, + 201, + 0.852, + 203, + 2.044, + 204, + 2.861, 210, - 1.464, - 213, - 1.218, - 214, - 2.741, - 221, - 0.885, - 223, - 1.001, + 1.534, 224, - 0.874, - 227, - 2.206, - 234, - 0.966, - 237, - 0.979, + 2.397, + 225, + 3.967, + 229, + 1.707, + 230, + 1.32, + 231, + 1.423, + 236, + 1.9, 240, - 1.414, + 1.078, + 241, + 1.544, 247, - 0.929, - 248, - 0.817, + 1.254, 256, - 1.25, - 263, - 1.189, + 2.368, + 257, + 1.498, + 260, + 1.278, + 265, + 2.498, + 268, + 1.473, + 269, + 1.844, 273, - 2.268, - 277, - 1.433, - 278, - 0.972, + 0.936, 282, - 0.949, - 290, - 2.563, - 291, - 0.621, - 294, - 1.397, - 297, - 2.306, - 299, - 1.84, - 300, - 1.095, - 301, - 0.905, - 303, - 0.755, - 306, - 4.054, - 308, - 1.629, - 316, - 1.539, + 1.879, + 292, + 3.769, + 313, + 2.308, 317, - 1.192, - 318, - 2.086, - 319, - 2.462, - 320, - 1.361, - 329, - 1.652, - 336, - 1.45, - 339, - 1.192, - 343, - 2.453, - 346, - 1.991, - 347, - 2.039, - 350, - 1.94, - 355, - 0.768, - 357, - 1.54, - 361, - 0.961, - 362, - 3.409, - 363, - 1.922, - 364, - 0.731, - 366, - 3.782, - 368, - 2.048, - 369, - 2.334, - 374, - 2.592, - 375, - 2.425, - 376, - 2.141, - 377, - 1.19, - 381, - 3.969, - 382, - 1.282, - 384, - 0.768, - 391, - 0.617, - 393, - 0.737, - 395, - 3.19, - 400, - 2.106, - 402, - 1.373, - 406, - 1.327, - 407, - 1.835, - 410, - 1.031, - 412, - 0.938, - 416, - 2.061, - 424, - 0.867, - 425, - 0.938, - 437, - 0.781, - 438, - 1.423, - 441, - 1.48, - 444, - 0.974, - 451, - 2.008, - 453, - 2.404, - 454, - 0.749, + 2.232, + 332, + 2.4, + 342, + 2.636, + 353, + 2.362, + 380, + 1.346, + 390, + 3.038, + 434, + 2.738, + 452, + 2.097, 457, - 2.758, - 460, - 1.361, - 465, - 1.263, - 466, - 0.698, - 469, - 0.693, - 473, - 0.895, + 3.124, + 459, + 1.765, 479, - 0.895, - 481, - 0.678, - 488, - 1.248, - 489, - 1.282, - 514, - 1.509, - 522, - 0.876, - 525, - 0.673, - 527, - 1.046, - 547, - 1.521, + 1.423, + 510, + 3.42, + 524, + 1.27, + 546, + 2.044, + 551, + 2.62, + 552, + 2.616, + 555, + 1.188, 561, - 1.19, - 568, - 2.639, - 569, - 2.955, - 578, - 4.256, + 1.202, + 573, + 2.208, 580, - 0.876, - 581, - 0.587, + 3.719, 583, - 0.65, - 595, - 1.854, - 612, - 0.841, - 624, - 0.905, + 3.649, + 608, + 4.027, + 614, + 2.828, + 623, + 1.683, + 629, + 1.77, + 634, + 3.212, 636, - 1.316, - 640, - 3.567, - 654, - 1.265, - 662, - 2.008, - 664, - 0.768, - 666, - 0.709, - 667, - 2.425, - 676, - 1.19, - 677, - 0.885, + 2.257, + 663, + 2.967, + 674, + 2.948, + 675, + 1.454, 680, - 1.255, - 681, - 3.326, - 688, - 0.949, - 692, - 0.987, - 697, - 1.584, - 700, - 2.66, + 1.992, + 685, + 3.587, + 686, + 2.044, + 689, + 3.641, + 690, + 4.557, + 691, + 1.16, + 702, + 1.9, 704, - 1.063, + 2.445, + 705, + 2.498, + 709, + 2.397, 710, - 1.151, - 712, - 2.395, - 714, - 0.714, - 720, - 1.142, - 737, - 0.678, - 746, - 2.008, - 759, - 3.435, - 767, - 0.987, - 782, - 1.031, - 792, - 0.664, - 801, - 1.063, + 1.838, + 751, + 1.534, + 765, + 2.062, + 771, + 2.738, 805, - 3.114, + 3.468, 808, - 1.509, - 809, - 1.218, - 811, - 0.761, + 2.018, 812, - 0.809, + 5.116, 815, - 3.776, - 824, - 1.54, - 825, - 1.1, - 826, - 3.114, - 827, - 0.688, - 833, - 1.248, - 842, - 2.254, - 843, - 1.165, - 858, - 0.573, - 860, - 1.218, - 862, - 0.916, - 865, - 1.165, - 866, - 0.774, - 867, - 5.422, - 869, - 1.142, - 873, - 2.726, - 875, - 1.414, - 876, - 2.801, - 880, - 1.282, - 890, - 0.916, + 2.351, + 816, + 2.861, + 834, + 1.879, + 864, + 2.62, + 879, + 3.463, 891, - 1.106, - 892, - 1.046, + 1.286, + 895, + 1.819, 899, - 1.812, - 901, - 0.938, - 902, - 1.165, - 905, - 0.927, - 908, - 1.165, - 909, - 0.841, - 918, - 1.901, - 919, - 0.895, - 924, - 1.19, - 933, - 1.812, - 939, - 1.69, - 940, - 1.19, - 943, - 1.063, - 944, - 1.046, + 2.498, + 914, + 1.584, + 941, + 2.308, + 945, + 2.445, 948, - 0.683, - 949, - 1.046, - 950, - 2.396, - 957, - 5.1, - 958, - 2.685, - 959, - 3.613, - 960, - 0.876, - 962, - 4.532, - 983, - 5.908, - 1011, - 1.45, - 1020, - 2.008, - 1022, - 0.949, - 1026, - 3.78, - 1043, - 3.016, - 1044, - 0.833, - 1045, - 0.905, - 1059, - 0.885, - 1070, - 2.592, - 1072, - 1.493, - 1074, - 1.61, - 1078, - 0.755, + 1.498, + 985, + 2.77, + 995, + 2.397, + 996, + 2.982, + 1034, + 2.765, + 1047, + 3.859, + 1052, + 1.992, + 1060, + 2.131, + 1064, + 1.858, + 1066, + 2.308, + 1067, + 2.874, + 1068, + 5.884, + 1079, + 1.838, + 1081, + 2.309, + 1090, + 4.094, 1094, - 0.895, - 1107, - 1.54, - 1126, - 3.534, - 1137, - 1.19, - 1139, - 1.063, - 1160, - 2.053, - 1163, - 1.414, + 2.861, + 1104, + 3.062, + 1120, + 2.232, + 1121, + 2.62, + 1134, + 2.397, + 1140, + 1.747, 1173, - 2.357, - 1200, - 0.841, - 1204, - 1.474, - 1211, - 0.802, - 1218, - 1.414, - 1219, - 0.974, - 1222, - 0.809, - 1231, - 1.652, - 1232, - 1.32, - 1233, - 2.758, - 1234, - 2.083, - 1241, - 1.414, - 1244, - 0.885, - 1246, - 1.652, - 1257, - 0.833, - 1273, - 1.001, - 1340, - 1.063, - 1343, - 1.474, - 1421, - 0.927, - 1465, - 0.916, - 1500, - 0.927, - 1516, - 1.113, - 1520, - 1.934, - 1525, - 1.165, - 1526, - 1.998, - 1532, - 1.934, + 1.858, + 1192, + 2.351, + 1202, + 1.8, + 1260, + 3.463, + 1314, + 2.556, + 1332, + 1.534, + 1337, + 2.445, + 1338, + 2.967, + 1415, + 4.066, + 1449, + 2.967, + 1460, + 4.944, + 1490, + 2.967, + 1495, + 2.101, 1545, - 1.142, - 1548, - 1.12, - 1549, - 1.001, - 1562, - 2.918, - 1564, - 1.19, - 1573, - 2.507, - 1576, - 1.19, - 1580, - 2.254, - 1585, - 2.485, - 1592, - 3.462, - 1602, - 1.363, - 1660, - 0.774, - 1662, - 4.083, - 1663, - 1.524, - 1680, - 1.969, - 1685, - 1.363, - 1695, - 2.48, - 1704, - 1.524, - 1762, - 1.046, - 1780, - 1.001, - 1794, - 1.12, - 1805, - 2.758, - 1811, - 1.12, - 1814, - 0.858, - 1821, - 0.802, - 1831, - 2.905, - 1898, - 0.731, - 1899, - 1.282, + 2.967, + 1546, + 1.968, + 1616, + 2.397, + 1651, + 3.521, + 1661, + 1.9, + 1666, + 2.351, + 1686, + 2.861, + 1769, + 1.747, + 1882, + 1.683, 1920, - 1.015, - 1949, - 1.19, - 1957, - 2.855, - 1963, - 1.031, - 1965, - 2.801, - 1967, - 1.76, - 1978, - 1.474, - 1982, - 0.949, - 1983, - 2.195, - 2007, - 2.726, - 2010, - 0.974, - 2023, - 2.593, - 2031, - 0.833, - 2041, - 3.016, - 2059, - 1.652, - 2069, - 1.32, - 2077, - 2.588, - 2152, - 2.32, - 2161, - 1.19, - 2201, - 1.142, - 2249, - 1.414, - 2265, - 1.031, - 2266, - 1.478, - 2281, - 1.12, - 2332, - 1.363, + 3.782, + 1931, + 2.044, + 1942, + 3.307, + 1948, + 2.018, + 1990, + 5.797, + 1997, + 2.163, + 2024, + 3.26, + 2084, + 2.445, + 2093, + 2.861, + 2095, + 2.269, + 2110, + 3.094, + 2133, + 3.254, + 2135, + 2.69, + 2143, + 4.751, + 2157, + 3.468, + 2180, + 2.498, + 2195, + 3.254, + 2335, + 2.445, + 2345, + 4.299, + 2373, + 2.397, 2374, - 2.905, - 2393, - 3.115, - 2408, - 1.248, - 2435, - 1.218, - 2490, - 1.282, + 3.254, 2494, - 1.282, - 2495, - 1.474, - 2520, - 1.474, - 2549, - 1.081, - 2641, - 2.254, - 2679, - 3.648, - 2680, - 1.652, - 2681, - 1.652, - 2686, - 2.141, + 2.967, + 2544, + 3.795, + 2625, + 3.468, + 2649, + 2.269, + 2678, + 4.604, + 2684, + 2.232, + 2719, + 3.254, 2779, - 1.55, - 2846, - 1.248, - 2908, - 2.485, - 2914, - 5.654, - 2917, - 4.755, - 2920, - 1.282, - 2947, - 1.1, - 2974, - 2.726, - 2996, - 2.313, - 2998, - 1.55, + 3.054, + 2783, + 2.69, + 2931, + 3.468, + 2933, + 3.094, + 2955, + 2.163, + 2999, + 6.132, 3000, - 2.396, - 3156, - 1.165, - 3161, - 1.19, - 3175, - 2.543, - 3233, - 3.105, - 3292, - 1.363, - 3312, - 1.32, - 3341, - 2.635, - 3353, - 1.474, - 3354, - 1.32, - 3360, - 1.32, - 3371, - 1.218, - 3596, - 2.485, + 4.604, + 3085, + 3.254, + 3092, + 2.967, + 3134, + 2.269, + 3253, + 6.359, + 3261, + 4.44, + 3262, + 3.254, + 3388, + 3.254, + 3409, + 3.254, + 3504, + 3.094, + 3552, + 3.468, + 3599, + 2.498, + 3602, + 3.468, + 3603, + 2.397, + 3604, + 3.792, + 3605, + 3.792, + 3606, + 3.792, + 3607, + 2.77, + 3608, + 3.254, 3609, - 5.511, + 5.885, 3610, - 1.652, + 5.784, 3611, - 1.652, + 3.792, 3612, - 1.807, + 3.792, 3613, - 5.492, + 3.792, 3614, - 2.937, + 3.792, 3615, - 1.807, + 4.44, 3616, - 1.218, + 5.268, 3617, - 1.55, + 3.792, 3618, - 1.248, + 8.128, 3619, - 4.251, + 5.382, 3620, - 3.177, + 5.642, 3621, - 1.807, + 2.967, 3622, - 1.807, + 3.792, 3623, - 3.177, + 2.967, 3624, - 5.116, + 3.792, 3625, - 3.177, + 3.254, 3626, - 3.177, + 3.254, 3627, - 1.807, + 3.792, 3628, - 5.116, + 6.974, 3629, - 1.807, + 3.094, 3630, - 3.177, + 3.792, 3631, - 2.485, + 3.468, 3632, - 1.32, + 3.094, 3633, - 1.414, + 5.885, 3634, - 1.807, + 8.128, 3635, - 1.807, + 3.792, 3636, - 2.905, + 3.792, 3637, - 1.807, + 3.792, 3638, - 3.648, + 2.861, 3639, - 1.652, + 3.792, 3640, - 1.807, + 3.792, 3641, - 1.652, + 6.595, 3642, - 1.807, + 3.792, 3643, - 1.807, + 3.792, 3644, - 1.652, + 3.792, 3645, - 1.807, + 3.792, 3646, - 1.807, + 3.132, 3647, - 2.905, + 5.885, 3648, - 1.807, + 3.094, 3649, - 2.726, + 3.468, 3650, - 1.807, + 3.254, 3651, - 2.905, + 3.094, 3652, - 3.177, + 3.792, 3653, - 3.177, + 3.254, 3654, - 5.511, + 3.792, 3655, - 3.177, + 3.468, 3656, - 4.678, + 3.792, 3657, - 1.807, + 3.254, 3658, - 5.329, + 3.468, 3659, - 5.116, + 3.468, 3660, - 1.807, + 3.094, 3661, - 1.807, + 3.792, 3662, - 1.807, + 3.792, 3663, - 2.726, + 3.468, 3664, - 1.807, + 3.792, 3665, - 1.807, + 3.792, 3666, - 1.807, - 3667, - 1.807, - 3668, - 3.177, - 3669, - 1.807, - 3670, - 1.32, - 3671, - 1.55, - 3672, - 1.474, - 3673, - 1.55, - 3674, - 1.807, - 3675, - 5.116, - 3676, - 3.177, - 3677, - 2.905, - 3678, - 4.251, - 3679, - 3.177, - 3680, - 1.55, - 3681, - 1.807, - 3682, - 1.807, - 3683, - 1.32, - 3684, - 1.807, - 3685, - 1.807, - 3686, - 1.807, - 3687, - 1.807, - 3688, - 1.55, - 3689, - 1.807, - 3690, - 1.55, - 3691, - 1.652, - 3692, - 1.807, - 3693, - 3.177, - 3694, - 1.652, - 3695, - 4.251, - 3696, - 2.905, - 3697, - 1.807, - 3698, - 1.652, - 3699, - 1.652, - 3700, - 1.807, - 3701, - 1.807, - 3702, - 1.807, - 3703, - 1.474, - 3704, - 1.55, - 3705, - 1.55, - 3706, - 4.251, - 3707, - 1.807, - 3708, - 1.807, - 3709, - 3.177, - 3710, - 2.726, - 3711, - 1.807, - 3712, - 1.652, - 3713, - 1.807, - 3714, - 1.652, - 3715, - 1.807, - 3716, - 1.807, - 3717, - 1.414, - 3718, - 2.726, - 3719, - 1.807, - 3720, - 1.807, - 3721, - 3.177, - 3722, - 3.177, - 3723, - 3.177, - 3724, - 1.652, - 3725, - 1.652, - 3726, - 2.905, - 3727, - 1.807, - 3728, - 1.807, - 3729, - 2.396, - 3730, - 1.652, - 3731, - 1.807, - 3732, - 1.474, - 3733, - 1.652, - 3734, - 1.474, - 3735, - 4.396, - 3736, - 1.474, - 3737, - 1.55, - 3738, - 3.887, - 3739, - 2.592, - 3740, - 1.807, - 3741, - 1.652, - 3742, - 1.363, - 3743, - 1.55, - 3744, - 1.652, - 3745, - 1.652, - 3746, - 1.474, - 3747, - 1.474, - 3748, - 2.485 + 3.792 ] ], [ - "type/manuals/debugging-game-and-system-logs", + "type/manuals/file-access", [ 0, 0.731 ] ], [ - "data/manuals/debugging-game-and-system-logs", + "data/manuals/file-access", [ 7, - 1.55, + 1.589, 8, - 0.699, + 3.248, 9, - 0.965, - 10, - 2.102, - 11, - 1.066, - 13, - 1.808, - 16, - 1.07, - 21, - 1.827, - 22, - 2.578, - 23, - 1.182, - 26, - 1.466, - 29, - 1.735, - 30, - 1.127, - 31, - 5.42, - 32, - 1.85, - 33, - 1.19, - 41, - 1.589, + 2.175, + 18, + 1.073, + 20, + 1.293, + 38, + 0.957, + 42, + 1.164, 46, - 1.521, - 51, - 1.026, + 1.549, + 57, + 0.82, 59, - 2.322, - 68, - 2.206, - 70, - 1.229, - 71, - 1.584, - 74, - 0.607, - 83, - 2.303, - 86, - 1.561, - 97, - 1.673, - 101, - 2.596, - 110, - 1.82, - 121, - 1.546, - 123, - 1.981, - 137, - 1.149, - 140, - 3.558, - 141, - 1.793, - 151, - 2.006, - 152, - 2.648, + 0.98, + 60, + 1.784, + 62, + 2.121, + 72, + 2.134, + 79, + 0.884, + 99, + 1.031, + 100, + 1.203, + 106, + 1.148, + 113, + 2.085, + 116, + 2.495, + 126, + 1.273, + 148, + 1.768, + 150, + 1.623, + 153, + 2.361, 158, - 1.854, - 160, - 0.979, - 161, - 1.93, - 181, - 2.211, - 182, - 2.194, - 196, - 1.854, - 234, - 1.663, - 247, - 0.993, - 263, - 2.869, - 269, - 3.993, + 1.874, + 169, + 0.954, + 174, + 2.614, + 201, + 1.936, + 229, + 1.58, + 231, + 4.532, + 236, + 3.212, + 256, + 1.936, + 260, + 2.904, 273, + 1.583, + 282, + 3.176, + 332, + 3.239, + 353, + 3.457, + 390, + 2.7, + 411, + 3.327, + 452, + 1.864, + 472, + 2.954, + 496, + 2.983, + 524, + 2.147, + 577, + 2.514, + 614, + 2.514, + 615, + 5.178, + 634, + 2.533, + 645, + 3.773, + 659, + 4.914, + 691, + 2.636, + 710, + 4.177, + 711, + 5.155, + 735, + 3.075, + 739, + 5.232, + 775, + 3.552, + 809, + 3.603, + 839, + 4.837, + 860, + 4.366, + 874, + 3.287, + 891, + 2.175, + 892, + 5.501, + 893, + 5.501, + 894, + 4.588, + 895, + 5.363, + 898, + 2.276, + 901, + 3.723, + 906, + 5.863, + 916, + 4.683, + 918, + 4.133, + 939, + 3.176, + 972, + 4.134, + 975, + 3.075, + 996, + 3.249, + 1034, + 3.304, + 1043, + 2.77, + 1061, + 4.224, + 1064, + 3.142, + 1066, + 2.514, + 1067, + 2.815, + 1097, + 3.975, + 1103, + 5.676, + 1146, + 2.77, + 1224, + 3.075, + 1226, + 3.657, + 1269, + 3.552, + 1411, + 3.691, + 1440, + 3.903, + 1457, + 3.773, + 1546, + 3.327, + 1584, + 3.603, + 1662, + 2.82, + 1674, + 8.929, + 1692, + 5.501, + 1884, + 2.723, + 1979, + 5.246, + 2007, + 4.052, + 2089, + 3.603, + 2105, + 5.676, + 2182, + 3.287, + 2514, + 3.503, + 3342, + 3.975, + 3667, + 4.837, + 3668, + 5.232, + 3669, + 5.016, + 3670, + 5.232, + 3671, + 5.863, + 3672, + 7.031, + 3673, + 6.5, + 3674, + 6.5, + 3675, + 6.411, + 3676, + 6.411, + 3677, + 5.232, + 3678, + 6.411, + 3679, + 4.837, + 3680, + 5.232, + 3681, + 4.683 + ] + ], + [ + "type/manuals/websocket-connections", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/websocket-connections", + [ + 0, + 1.214, + 1, + 2.535, + 2, + 2.509, + 3, + 2.601, + 4, + 2.601, + 5, + 2.615, + 6, + 2.615, + 7, + 1.244 + ] + ], + [ + "type/manuals/debugging-game-and-system-logs", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/debugging-game-and-system-logs", + [ + 7, + 1.55, + 8, + 2.869, + 9, + 1.854, + 10, + 1.182, + 18, + 1.127, + 20, + 1.19, + 38, + 0.607, + 42, + 0.993, + 44, + 2.284, + 46, + 1.561, + 49, + 1.891, + 54, + 2.596, + 56, 3.483, - 278, + 57, + 0.699, + 59, + 1.07, + 60, + 1.521, + 63, + 2.65, + 70, + 2.303, + 79, + 0.965, + 86, + 1.775, + 99, + 1.066, + 100, + 1.026, + 105, + 2.194, + 106, + 0.979, + 107, + 1.85, + 111, + 2.284, + 113, + 1.793, + 121, + 1.808, + 125, + 1.663, + 126, + 1.93, + 148, + 1.584, + 153, + 2.578, + 169, + 1.149, + 177, 1.673, - 291, + 194, + 2.102, + 197, 1.878, - 303, - 2.284, - 340, - 6.183, - 343, + 198, + 2.648, + 201, + 1.229, + 206, + 3.743, + 207, + 1.82, + 208, + 4.277, + 229, + 2.006, + 239, + 2.405, + 240, 1.555, - 355, + 256, + 1.735, + 261, 2.322, - 384, - 3.802, - 393, + 268, + 1.827, + 269, + 2.206, + 273, + 1.35, + 333, + 1.546, + 380, + 1.941, + 382, + 1.968, + 452, + 1.589, + 456, + 2.947, + 471, + 1.466, + 552, + 1.626, + 565, + 3.993, + 590, + 2.265, + 592, + 3.526, + 601, + 1.981, + 619, + 4.124, + 642, + 4.536, + 644, + 2.709, + 677, + 2.519, + 683, + 2.322, + 685, 2.229, - 395, - 3.051, - 430, + 691, + 1.673, + 703, + 2.144, + 744, + 4.714, + 751, + 2.211, + 771, 2.544, - 432, - 3.743, - 433, - 3.685, - 434, - 3.602, - 435, - 3.685, - 437, - 2.363, - 438, - 2.449, - 440, + 801, 2.679, - 454, - 2.265, - 465, - 1.35, - 473, - 2.709, - 478, - 2.284, - 495, + 809, + 3.072, + 891, + 1.854, + 894, + 3.051, + 902, 3.118, - 511, + 912, + 3.526, + 923, + 3.783, + 961, + 6.183, + 1146, + 2.363, + 1267, 3.777, - 525, + 1284, + 3.526, + 1296, 2.876, - 547, - 1.626, - 548, - 4.277, - 564, - 3.118, - 573, - 2.472, - 581, - 1.775, - 583, - 1.968, - 599, + 1337, + 5.771, + 1403, 2.596, - 633, - 1.891, - 655, - 2.405, - 670, - 2.803, - 782, - 3.118, - 808, - 1.941, - 824, - 2.65, - 882, + 1412, + 3.685, + 1440, + 3.329, + 1509, + 3.777, + 1596, 2.909, - 889, - 2.144, - 892, - 3.166, - 903, - 2.873, - 1044, - 2.519, - 1054, - 3.166, - 1127, - 3.783, - 1191, + 1615, + 4.461, + 1629, + 2.449, + 1648, + 3.118, + 1662, 3.396, - 1289, - 4.536, - 1293, + 1667, + 4.124, + 1668, + 4.691, + 1669, + 7.68, + 1769, + 3.558, + 1841, + 3.166, + 1884, + 3.802, + 1920, 4.773, - 1325, - 3.777, - 1330, - 3.602, - 1352, - 3.329, - 1360, + 1933, + 2.909, + 1939, + 3.993, + 1961, 4.7, - 1367, - 3.118, - 1371, - 5.204, - 1376, - 4.461, - 1382, - 5.771, - 1423, + 1968, 2.909, - 1464, - 4.978, - 1503, + 1989, 4.403, - 1509, - 5.477, - 1543, - 4.124, - 1610, - 3.602, - 1618, - 2.909, - 1644, - 3.526, - 1695, - 4.714, - 1799, - 3.072, - 1805, - 2.947, - 1816, - 3.526, - 1960, + 1993, + 5.204, + 2024, + 2.472, + 2027, + 5.42, + 2029, + 3.993, + 2030, 3.685, - 2116, + 2054, + 3.118, + 2057, 3.455, - 2333, - 3.526, - 2408, - 3.777, - 2428, - 6.614, - 2545, - 4.124, - 2685, - 4.691, - 2987, - 3.879, - 3360, - 3.993, - 3372, - 3.777, - 3395, + 2116, + 3.118, + 2155, + 4.978, + 2158, + 3.685, + 2182, + 2.803, + 2389, + 3.166, + 2434, + 6.35, + 2441, + 2.873, + 2448, + 3.602, + 2566, + 3.602, + 2778, + 3.602, + 2930, 4.691, - 3409, + 2941, + 5.477, + 2942, 5.0, - 3413, - 4.461, - 3420, + 2953, + 3.777, + 2959, 6.625, - 3422, + 2967, 3.602, - 3426, - 6.35, - 3430, + 2971, 4.124, - 3441, + 2981, 3.777, - 3449, - 3.993, - 3466, + 3008, 4.691, - 3485, + 3029, 4.691, - 3486, + 3030, 4.461, - 3565, - 7.68, - 3749, + 3583, + 3.879, + 3600, + 6.3, + 3682, 5.467, - 3750, + 3683, 10.257, - 3751, + 3684, 10.645, - 3752, + 3685, 5.0, - 3753, + 3686, 5.467, - 3754, + 3687, 5.467, - 3755, + 3688, 5.467, - 3756, + 3689, 5.467, - 3757, + 3690, 5.467, - 3758, + 3691, + 3.777, + 3692, 5.467, - 3759, - 3.993, - 3760, + 3693, + 6.614, + 3694, 7.68, - 3761, + 3695, + 3.993, + 3696, + 4.461, + 3697, 8.184, - 3762, - 6.3, - 3763, + 3698, 5.467, - 3764, + 3699, 5.467, - 3765, + 3700, 4.691 ] ], [ - "type/manuals/input-key-and-text", + "type/manuals/project-settings", [ 0, 0.731 ] ], [ - "data/manuals/input-key-and-text", + "data/manuals/project-settings", [ - 0, - 0.7, - 1, - 1.462, - 2, - 1.447, - 3, - 1.5, - 4, - 1.5, - 5, - 1.508, - 6, - 1.508, 7, - 1.508, + 1.551, 8, - 1.417, - 9, - 0.886, + 3.118, 10, - 1.043, - 11, - 1.043, - 16, - 0.827, - 21, - 2.025, - 22, - 1.807, - 23, - 1.982, - 29, - 1.284, - 30, + 2.092, + 12, + 4.937, + 18, 1.122, - 32, - 1.088, - 33, - 1.435, - 37, - 4.627, - 39, - 4.84, - 42, - 1.362, - 47, - 4.614, - 67, - 2.002, - 68, - 1.297, - 71, - 1.881, - 74, - 0.885, + 20, + 1.137, + 30, + 2.397, + 36, + 1.706, + 38, + 1.286, + 40, + 8.305, + 43, + 5.023, + 46, + 1.652, + 49, + 3.347, + 57, + 1.238, + 59, + 0.874, + 60, + 1.765, 77, - 1.977, - 80, - 4.224, + 2.005, + 79, + 0.919, + 84, + 2.717, 86, - 0.815, + 2.778, + 90, + 1.512, 91, - 2.192, - 97, - 1.749, + 3.537, + 92, + 2.545, + 94, + 2.951, 99, - 2.277, + 0.76, + 100, + 1.19, 102, - 2.355, - 104, - 3.221, - 108, - 3.01, - 110, - 3.3, - 111, - 2.667, + 2.865, + 103, + 1.46, + 107, + 1.207, + 109, + 2.38, 113, - 3.765, - 115, - 4.664, - 117, - 3.884, - 135, - 2.144, - 136, - 4.055, - 137, - 1.185, - 147, - 4.586, - 149, - 2.48, + 1.271, + 125, + 1.929, + 126, + 2.147, + 142, + 1.886, + 144, + 3.333, + 148, + 1.301, 150, - 2.742, - 153, - 3.852, - 158, - 1.939, + 1.606, 160, - 1.427, - 161, - 1.134, - 162, - 2.357, - 190, - 1.625, - 193, - 1.206, - 198, - 2.602, - 237, - 1.316, - 264, - 2.584, + 1.875, + 169, + 0.944, + 174, + 2.586, + 175, + 2.765, + 201, + 1.922, + 202, + 2.072, + 216, + 3.38, + 241, + 1.358, + 260, + 2.883, + 263, + 3.234, 268, - 3.31, - 270, - 3.041, - 271, - 4.444, + 1.295, + 269, + 1.941, 273, - 2.224, - 291, - 1.964, - 297, - 1.79, - 298, - 3.123, - 301, - 4.593, - 312, - 4.224, - 347, - 2.742, - 350, - 1.902, - 356, - 5.136, - 367, - 3.42, - 384, - 3.383, - 441, - 1.989, - 446, - 3.363, - 454, - 2.368, - 460, - 2.448, - 478, - 2.387, - 533, - 3.081, - 554, - 1.89, - 583, - 2.057, - 590, - 3.28, - 656, - 5.394, - 710, - 2.071, - 723, - 3.081, - 824, - 2.771, - 858, - 1.811, - 953, - 3.42, - 977, - 3.166, - 1072, - 2.686, - 1082, - 4.055, - 1177, - 6.85, - 1198, - 5.136, - 1222, - 3.567, - 1239, - 3.802, - 1261, - 2.931, - 1293, - 2.659, - 1486, - 3.543, - 1488, - 3.212, - 1527, - 5.247, - 1556, - 7.028, - 1564, - 3.765, - 1569, - 2.016, - 1606, - 3.612, - 1721, - 3.612, - 1898, - 2.311, - 1899, - 5.65, - 1950, - 6.532, - 1957, - 3.903, - 1974, - 4.312, - 1983, - 3.948, - 1988, - 7.468, - 1989, - 4.471, - 1990, - 3.081, - 1991, - 3.479, - 1996, - 7.242, - 2014, - 4.471, - 2119, - 4.312, - 2120, - 4.904, - 2289, - 4.664, - 2346, - 6.85, - 2429, - 4.664, - 2898, - 4.904, - 3075, - 5.247, - 3283, - 4.904, - 3364, - 5.226, - 3766, - 5.715, - 3767, - 5.226, - 3768, - 5.715, - 3769, - 4.664, - 3770, - 6.834, - 3771, - 4.904, - 3772, - 5.226, - 3773, - 5.226, - 3774, - 5.715, - 3775, - 5.715, - 3776, - 5.226, - 3777, - 5.715, - 3778, - 5.715, - 3779, - 5.715, - 3780, - 6.834, - 3781, - 5.715 - ] - ], - [ - "type/manuals/version-control", - [ - 0, - 0.731 - ] + 1.566, + 330, + 2.022, + 333, + 2.419, + 368, + 1.804, + 380, + 3.037, + 382, + 2.283, + 387, + 2.237, + 425, + 3.618, + 473, + 2.79, + 524, + 2.124, + 553, + 2.267, + 561, + 2.01, + 623, + 2.815, + 633, + 3.214, + 642, + 4.335, + 675, + 2.432, + 677, + 2.923, + 683, + 2.694, + 691, + 2.961, + 751, + 3.46, + 793, + 4.504, + 809, + 3.564, + 859, + 4.286, + 915, + 2.432, + 927, + 5.8, + 960, + 4.417, + 1066, + 2.487, + 1067, + 2.072, + 1074, + 4.785, + 1172, + 3.214, + 1213, + 4.785, + 1322, + 3.252, + 1332, + 2.565, + 1406, + 2.895, + 1421, + 3.862, + 1457, + 5.034, + 1465, + 3.815, + 1495, + 3.514, + 1543, + 3.733, + 1661, + 3.178, + 1812, + 4.382, + 2010, + 5.176, + 2095, + 3.795, + 2096, + 3.514, + 2164, + 4.674, + 2621, + 6.248, + 2684, + 3.733, + 3181, + 7.573, + 3217, + 6.98, + 3325, + 4.633, + 3701, + 6.343, + 3702, + 5.8, + 3703, + 6.343, + 3704, + 5.8, + 3705, + 5.8, + 3706, + 6.343, + 3707, + 6.343, + 3708, + 5.176, + 3709, + 4.785, + 3710, + 5.176, + 3711, + 6.343, + 3712, + 3.075, + 3713, + 3.733, + 3714, + 6.343, + 3715, + 5.8, + 3716, + 6.343, + 3717, + 5.176, + 3718, + 6.343, + 3719, + 6.343, + 3720, + 5.443, + 3721, + 5.443, + 3722, + 5.8 + ] ], [ - "data/manuals/version-control", + "type/manuals/spine", [ 0, - 0.402, + 0.731 + ] + ], + [ + "data/manuals/spine", + [ + 0, + 1.217, 1, - 0.839, + 2.541, 2, - 0.831, + 2.515, 3, - 0.861, + 2.607, 4, - 0.861, + 2.607, 5, - 0.866, + 2.621, 6, - 0.866, - 7, - 1.465, - 8, - 1.32, - 9, - 0.93, - 10, - 0.599, - 11, - 1.081, - 13, - 1.085, - 16, - 1.053, - 21, - 1.876, - 22, - 2.648, - 23, - 2.306, - 26, - 0.879, - 29, - 2.065, - 30, - 1.125, - 32, - 1.749, - 33, - 1.371, - 39, - 2.074, - 41, - 1.908, - 46, - 2.087, - 51, - 1.232, - 54, - 2.351, - 57, - 2.034, - 60, - 2.14, - 63, - 1.574, - 70, - 0.737, - 71, - 2.072, - 74, - 0.833, - 77, - 1.636, - 80, - 1.512, - 83, - 2.211, - 86, - 1.543, - 94, - 2.27, - 97, - 1.606, - 111, - 3.298, - 121, - 1.485, - 123, - 1.902, - 125, - 1.327, - 127, - 1.37, - 129, - 1.663, - 137, - 1.421, - 141, - 1.841, - 145, - 2.475, - 146, - 1.296, - 149, - 2.336, - 151, - 1.605, - 152, - 2.905, - 156, - 1.997, - 157, - 1.746, - 158, - 2.226, - 159, - 1.231, - 160, - 1.848, - 161, - 1.629, - 166, - 1.149, - 190, - 0.933, - 191, - 0.831, - 224, - 2.065, - 234, - 1.597, - 237, - 1.511, - 247, - 1.192, - 256, - 0.965, - 263, - 2.826, - 273, - 1.277, - 275, - 1.931, - 277, - 1.769, - 278, - 1.004, - 279, - 1.769, - 283, - 5.406, - 285, - 1.625, - 286, - 2.161, - 287, - 2.677, - 288, - 2.043, - 290, - 1.142, - 291, - 2.255, - 293, - 1.316, - 294, - 1.443, - 295, - 2.601, - 297, - 1.028, - 300, - 1.405, - 301, - 2.63, - 302, - 4.255, - 307, - 2.266, - 316, - 0.987, - 317, - 1.231, - 320, - 1.405, - 322, - 1.817, - 338, - 1.682, - 339, - 1.231, - 343, - 0.933, - 346, - 2.043, - 347, - 2.518, - 364, - 1.327, - 391, - 3.448, - 393, - 3.746, - 394, - 1.625, - 396, - 1.997, - 400, - 5.725, - 403, - 2.475, - 405, - 1.844, - 406, - 2.193, - 407, - 1.359, - 408, - 6.974, - 411, - 2.443, - 416, - 3.182, - 422, - 1.483, - 426, - 1.769, - 427, - 2.545, - 429, - 2.94, - 432, - 2.545, - 438, - 2.351, - 441, - 1.827, - 442, - 2.116, - 446, - 1.931, - 447, - 4.107, - 454, - 1.359, - 465, - 1.852, - 469, - 2.013, - 481, - 2.815, - 501, - 2.034, - 514, - 1.165, - 548, - 3.299, - 564, - 2.994, - 594, - 1.348, - 611, - 1.456, - 631, - 2.034, - 633, - 2.27, - 655, - 2.309, - 660, - 1.792, - 666, - 2.059, - 678, - 1.703, - 682, - 1.644, - 692, - 1.792, - 710, - 1.189, - 714, - 2.074, - 723, - 1.769, - 726, - 2.351, - 737, - 1.231, - 754, - 1.405, - 758, - 2.269, - 759, - 1.157, - 766, - 5.237, - 767, - 2.868, - 785, - 2.161, - 786, - 2.161, - 792, - 1.929, - 808, - 1.165, - 811, - 1.382, - 824, - 1.59, - 826, - 1.59, - 857, - 3.0, - 858, - 1.664, - 860, - 1.258, - 889, - 1.286, - 891, - 1.142, - 909, - 1.527, - 918, - 3.141, - 928, - 3.318, - 939, - 2.794, - 954, - 1.746, - 958, - 3.024, - 1007, - 3.725, - 1023, - 3.835, - 1045, - 1.644, - 1050, - 2.116, - 1074, - 2.661, - 1078, - 1.37, - 1105, - 2.815, - 1107, - 2.545, - 1125, - 2.567, - 1160, - 1.316, - 1173, - 2.419, - 1179, - 2.073, - 1200, - 1.527, - 1211, - 1.456, - 1215, - 2.475, - 1233, - 2.83, - 1234, - 3.676, - 1236, - 2.073, - 1239, - 2.013, - 1244, - 2.572, - 1250, - 1.644, - 1270, - 3.539, - 1276, - 2.211, - 1281, - 5.135, - 1344, - 2.815, - 1403, - 3.0, - 1405, - 4.801, - 1423, - 3.492, - 1488, - 4.611, - 1532, - 1.997, - 1548, - 2.034, - 1556, - 1.963, - 1574, - 2.677, - 1578, - 3.141, - 1579, - 2.034, - 1599, - 1.871, - 1611, - 1.931, - 1622, - 1.608, - 1636, - 1.724, - 1662, - 2.419, - 1680, - 2.034, - 1704, - 1.574, - 1705, - 1.286, - 1707, - 2.327, - 1714, - 2.815, - 1727, - 2.396, - 1737, - 2.677, - 1739, - 2.815, - 1762, - 1.9, - 1788, - 2.161, - 1797, - 3.141, - 1816, - 3.385, - 1845, - 2.034, - 1907, - 3.627, - 1913, - 2.815, - 1930, - 2.725, - 1971, - 2.396, - 2039, - 2.161, - 2072, - 6.437, - 2177, - 2.327, - 2412, - 3.835, - 2425, - 2.475, - 2447, - 2.327, - 2497, - 1.703, - 2601, - 3.089, - 2649, - 2.677, - 2686, - 2.211, - 2760, - 2.161, - 2763, - 3.196, - 2769, - 2.266, - 2843, - 2.161, - 2857, - 2.677, - 2909, - 2.815, - 2996, - 1.483, - 3112, - 2.396, - 3149, - 2.567, - 3221, - 4.148, - 3283, - 2.815, - 3323, - 2.567, - 3347, - 2.567, - 3355, - 1.997, - 3358, - 2.211, - 3361, - 2.567, - 3424, - 3.835, - 3450, - 2.567, - 3459, - 2.475, - 3495, - 4.801, - 3782, - 2.475, - 3783, - 3.281, - 3784, - 2.815, - 3785, - 3.281, - 3786, - 2.815, - 3787, - 5.632, - 3788, - 3.0, - 3789, - 3.281, - 3790, - 4.801, - 3791, - 2.327, - 3792, - 3.0, - 3793, - 2.815, - 3794, - 7.503, - 3795, - 4.284, - 3796, - 5.25, - 3797, - 8.205, - 3798, - 7.501, - 3799, - 2.567, - 3800, - 5.25, - 3801, - 3.281, - 3802, - 3.627, - 3803, - 5.25, - 3804, - 2.815, - 3805, - 3.0, - 3806, - 3.0, - 3807, - 2.815, - 3808, - 3.281, - 3809, - 3.281, - 3810, - 4.801, - 3811, - 3.281, - 3812, - 2.567, - 3813, - 4.951, - 3814, - 3.281, - 3815, - 2.327, - 3816, - 2.815, - 3817, - 2.815, - 3818, - 5.993, - 3819, - 6.859, - 3820, - 3.281, - 3821, - 2.815, - 3822, - 3.0, - 3823, - 3.0, - 3824, - 3.0, - 3825, - 2.475, - 3826, - 2.567, - 3827, - 3.281, - 3828, - 2.677, - 3829, - 2.677, - 3830, - 3.281, - 3831, - 3.281, - 3832, - 2.677, - 3833, - 2.677, - 3834, - 3.281, - 3835, - 4.107, - 3836, - 3.281, - 3837, - 4.801, - 3838, - 2.327, - 3839, - 3.281, - 3840, - 1.792, - 3841, - 5.25, - 3842, - 3.281, - 3843, - 2.815, - 3844, - 2.815, - 3845, - 3.281 + 2.621 ] ], [ - "type/manuals/editor-scripts-ui", + "type/manuals/caching-assets", [ 0, 0.731 ] ], [ - "data/manuals/editor-scripts-ui", + "data/manuals/caching-assets", [ 0, - 0.169, + 0.725, 1, - 1.244, + 1.514, 2, - 0.35, + 1.498, 3, - 0.363, + 1.554, 4, - 0.363, + 1.554, 5, - 0.365, + 1.562, 6, - 0.365, + 1.562, 7, - 1.566, + 1.37, 8, - 1.319, - 9, - 1.005, - 11, - 0.999, - 13, - 1.39, - 16, - 0.969, - 21, - 1.621, - 22, - 1.744, - 23, - 1.892, - 24, - 1.917, - 28, - 1.216, - 29, - 1.595, - 30, - 1.111, - 32, - 1.824, - 33, - 1.5, - 35, - 0.411, - 37, - 3.411, + 1.656, + 10, + 2.418, + 18, + 1.13, + 20, + 1.515, + 36, + 1.18, 39, - 3.788, - 41, - 1.579, + 1.249, 42, - 0.816, - 43, - 2.049, + 1.918, 46, - 0.696, - 48, - 2.273, - 49, - 2.275, - 51, - 1.332, - 54, - 1.882, - 56, - 4.207, + 1.436, + 52, + 1.629, + 57, + 1.351, 59, - 1.455, - 60, - 0.563, - 62, - 0.643, - 65, - 0.735, - 67, - 1.2, - 68, - 2.149, - 69, - 0.955, - 70, - 1.664, - 71, - 1.306, - 72, - 1.921, - 74, - 1.023, + 0.908, + 76, + 4.342, 77, - 1.629, + 1.934, + 78, + 2.627, 79, - 1.686, - 86, - 1.507, + 0.897, + 84, + 3.496, + 90, + 1.411, 91, - 2.083, - 94, - 1.453, - 97, - 1.488, + 3.188, 99, - 3.123, - 101, - 2.815, - 102, - 2.19, + 0.938, + 100, + 1.531, + 103, + 1.879, 106, - 1.353, - 110, - 2.362, + 1.462, + 107, + 2.009, + 108, + 1.74, 111, - 3.374, - 117, - 3.044, - 119, - 0.441, - 121, - 1.188, - 123, - 1.522, - 125, - 1.385, - 127, - 1.431, - 129, - 1.736, - 131, - 0.788, - 135, - 2.534, - 137, - 1.511, - 141, - 1.188, - 146, - 0.546, - 149, - 0.43, + 3.408, + 113, + 1.635, + 122, + 1.843, + 126, + 1.62, + 148, + 1.674, 150, - 3.054, - 151, - 1.714, - 152, - 0.681, + 2.066, 158, - 0.469, - 159, - 1.285, - 160, - 1.755, - 161, - 1.829, - 162, - 1.825, - 173, - 0.966, - 186, - 1.904, - 190, - 1.686, - 191, - 0.867, - 193, - 1.026, - 196, - 1.425, - 198, - 0.451, - 202, - 0.755, - 217, - 0.554, - 218, - 1.313, - 223, - 0.766, - 224, - 1.954, - 226, - 0.755, - 234, - 0.761, - 237, - 2.089, - 247, - 0.251, - 248, - 0.625, - 256, - 1.007, - 261, - 2.819, - 263, - 2.345, - 271, - 2.037, - 273, - 0.538, - 277, - 2.146, - 278, - 1.948, - 290, - 1.192, - 291, - 0.475, - 293, - 0.554, - 294, - 1.506, - 297, - 0.783, - 298, - 0.542, - 300, - 1.52, - 311, - 0.841, + 1.73, + 169, + 0.881, + 174, + 4.103, + 199, + 3.496, + 201, + 1.33, + 228, + 3.466, + 229, + 2.001, + 231, + 3.062, + 241, + 2.155, + 244, + 2.286, + 248, + 3.541, + 253, + 4.088, + 269, + 1.343, + 271, + 4.235, + 273, + 1.461, + 285, + 3.655, + 292, + 2.536, 313, - 0.717, - 314, - 2.709, - 316, - 0.752, - 317, - 0.519, - 318, - 0.563, - 322, - 0.766, - 325, - 0.91, - 327, - 3.45, - 328, - 2.553, - 336, - 0.631, - 337, - 0.912, - 339, - 1.576, - 346, - 0.538, - 350, - 0.46, - 351, - 0.685, - 355, - 1.785, - 362, - 4.072, - 364, - 1.011, - 365, - 1.448, - 369, - 3.462, - 380, - 0.777, - 391, - 0.472, - 394, - 1.239, - 400, - 1.239, - 406, - 0.577, - 407, - 1.47, - 411, - 0.643, - 422, - 0.625, - 427, - 1.66, - 429, - 1.534, - 435, - 0.931, - 440, - 1.225, - 444, - 1.348, - 446, - 2.015, - 449, - 0.873, - 454, - 0.572, - 460, - 1.071, - 465, - 2.069, - 469, - 0.959, - 470, - 0.98, - 473, - 1.239, - 478, - 0.577, - 481, - 1.576, - 491, - 0.577, - 492, - 1.713, - 493, - 0.404, - 502, - 0.663, - 509, - 2.361, - 511, - 0.955, - 514, - 1.492, - 520, - 2.43, + 2.321, + 382, + 2.936, + 387, + 2.878, + 392, + 2.859, + 471, + 1.586, + 510, + 2.174, 521, - 0.981, - 523, - 2.263, - 525, - 0.932, - 538, - 0.619, - 553, - 0.777, - 554, - 1.133, - 569, - 0.723, - 570, - 1.385, - 575, - 1.081, - 576, - 0.643, - 580, - 0.67, - 581, - 2.305, - 583, - 0.497, - 584, - 0.98, - 590, - 2.772, - 594, - 0.568, + 3.25, + 524, + 3.746, + 552, + 1.76, + 555, + 1.854, + 577, + 3.947, 596, - 0.841, - 599, - 0.656, - 606, - 0.777, - 612, - 0.643, - 622, - 1.647, - 633, - 3.084, - 640, - 0.637, - 644, - 0.717, + 3.234, 645, - 0.735, - 647, - 2.909, - 654, - 0.996, - 655, - 0.608, - 659, - 0.542, - 676, - 2.768, - 677, - 0.677, - 678, - 2.819, - 680, - 0.988, - 682, - 1.253, - 697, - 3.195, - 701, - 0.827, - 704, - 0.813, - 709, - 0.891, - 712, - 2.233, - 714, - 1.921, - 715, - 1.472, - 726, - 0.619, - 728, - 0.7, - 733, - 0.857, - 737, - 2.534, - 746, - 0.873, - 749, - 1.267, - 759, - 1.208, - 767, - 1.366, - 773, - 1.081, - 776, - 0.613, - 777, - 0.955, - 792, - 1.258, - 801, - 2.862, + 4.802, + 646, + 4.135, + 650, + 7.191, + 685, + 2.413, + 690, + 3.74, + 691, + 2.497, + 774, + 3.689, 808, - 1.216, - 815, - 0.709, - 816, - 0.873, - 819, - 5.184, - 821, - 0.873, - 823, - 1.886, - 826, - 2.874, - 827, - 1.599, - 834, - 2.514, - 837, - 1.472, - 851, - 0.726, - 852, - 2.085, - 858, - 1.879, - 866, - 0.592, - 867, - 3.086, - 884, - 0.777, - 889, - 0.981, - 891, - 1.462, - 893, - 1.081, - 899, - 0.788, + 4.342, + 898, + 2.101, 901, - 0.717, + 4.35, + 902, + 4.654, 905, - 0.709, - 909, - 1.955, - 918, - 3.251, - 919, - 1.697, - 921, - 1.253, - 933, - 3.382, - 934, - 0.91, - 942, - 1.081, - 958, - 2.503, - 960, - 0.67, - 1001, - 0.745, - 1014, - 0.891, - 1015, - 1.686, - 1022, - 0.726, - 1037, - 1.081, - 1044, - 1.152, - 1050, - 0.891, - 1065, - 2.605, - 1076, - 1.042, - 1082, - 2.43, - 1094, - 0.685, - 1096, - 0.766, - 1104, - 1.716, - 1107, - 2.037, - 1126, - 0.955, - 1127, - 1.678, - 1145, - 1.2, - 1156, - 0.625, - 1160, - 1.374, - 1166, - 2.309, - 1170, - 1.727, - 1172, - 1.009, - 1173, - 0.637, - 1197, - 1.128, - 1200, - 0.643, - 1203, - 0.931, - 1211, - 3.524, + 4.802, + 910, + 3.149, + 939, + 5.541, + 998, + 4.726, + 1053, + 6.625, + 1089, + 5.376, + 1109, + 3.956, 1216, - 0.685, - 1219, - 1.348, - 1222, - 1.12, - 1225, - 0.98, - 1234, - 0.677, - 1236, - 0.873, - 1239, - 2.274, - 1242, - 1.264, - 1250, - 0.692, - 1251, - 0.7, - 1257, - 0.637, - 1321, - 4.111, - 1324, - 0.891, - 1348, - 1.822, - 1352, - 0.841, - 1369, - 0.663, - 1382, - 2.208, - 1421, - 0.709, - 1465, - 3.005, - 1488, - 1.405, - 1492, - 1.009, - 1500, - 2.154, - 1510, - 0.745, - 1516, - 0.876, - 1534, - 6.49, - 1545, - 2.164, - 1549, - 0.766, - 1551, - 5.094, - 1553, - 1.128, - 1554, - 0.766, - 1556, - 2.049, - 1558, - 0.841, - 1559, - 0.931, - 1564, - 2.256, - 1569, - 0.487, - 1578, - 0.827, - 1579, - 0.857, - 1583, - 0.813, - 1586, - 3.054, - 1596, - 0.766, - 1601, - 1.081, - 1602, - 1.042, - 1609, - 2.123, - 1611, - 0.813, - 1622, - 0.677, - 1644, - 1.612, - 1650, - 1.956, - 1662, - 4.034, - 1663, - 0.663, - 1672, - 0.8, - 1673, - 1.042, - 1691, - 1.774, - 1705, - 0.542, - 1737, - 1.128, - 1742, - 1.612, - 1750, - 0.955, - 1756, - 0.841, - 1777, - 1.522, - 1780, - 1.385, - 1794, - 0.857, - 1795, - 0.717, - 1798, - 1.496, - 1804, - 1.042, - 1805, - 1.348, - 1811, - 0.857, - 1815, - 0.931, - 1816, - 6.253, - 1820, - 0.91, - 1835, - 5.593, - 1843, - 0.857, - 1849, - 4.398, - 1852, - 1.774, - 1854, - 0.709, - 1869, - 1.141, - 1882, - 1.58, - 1898, - 1.385, - 1902, - 1.846, - 1907, - 3.753, - 1929, - 2.409, - 1930, - 1.298, - 1949, - 0.91, - 1954, - 1.009, - 1969, - 1.186, - 1980, - 1.727, - 1982, - 2.854, - 1991, - 4.111, - 2000, - 0.98, - 2011, - 1.871, - 2025, - 1.186, - 2031, - 2.503, - 2035, - 1.009, - 2038, - 0.613, - 2068, - 3.136, - 2070, - 0.8, - 2077, - 0.841, - 2090, - 1.886, + 3.191, + 1221, + 2.932, + 1283, + 4.458, + 1403, + 2.81, + 1498, + 4.089, + 1552, + 6.384, + 1770, + 4.968, + 1885, + 3.428, + 2075, + 3.541, 2096, - 2.04, - 2125, - 1.886, - 2136, - 2.709, - 2139, - 0.841, - 2141, - 1.58, + 3.279, 2142, - 2.909, - 2175, - 0.98, + 3.899, 2197, - 1.686, - 2201, - 1.58, - 2208, - 1.647, - 2215, - 0.98, - 2225, - 1.472, - 2258, - 5.184, - 2266, - 0.643, - 2269, - 1.826, - 2273, - 0.955, - 2277, - 1.009, - 2288, - 1.081, - 2293, - 1.128, - 2333, - 0.891, - 2348, - 2.96, - 2363, - 7.512, - 2387, - 3.968, - 2391, - 2.287, - 2392, - 0.813, - 2405, - 1.264, - 2408, - 2.366, - 2411, - 2.208, - 2450, - 0.91, - 2453, - 0.98, - 2487, - 1.128, - 2502, - 1.496, - 2506, - 2.208, - 2508, - 1.886, - 2509, - 1.522, - 2573, - 1.253, - 2587, - 0.755, - 2600, - 2.04, - 2601, - 1.472, - 2638, - 0.841, - 2651, - 1.128, - 2652, - 0.91, - 2675, - 0.931, - 2678, + 5.412, + 2335, + 3.817, + 2357, + 6.384, + 2517, + 7.593, + 2649, + 3.541, + 2954, + 3.989, + 2969, + 4.465, + 3105, + 9.684, + 3178, + 6.156, + 3180, + 7.002, + 3181, + 6.384, + 3268, + 6.658, + 3723, + 8.16, + 3724, + 4.829, + 3725, + 5.919, + 3726, + 4.829, + 3727, + 3.541, + 3728, + 5.919, + 3729, + 8.16, + 3730, + 5.079, + 3731, + 5.919, + 3732, + 5.919, + 3733, + 4.631, + 3734, + 5.412 + ] + ], + [ + "type/manuals/property-animation", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/property-animation", + [ + 7, + 1.628, + 18, + 1.078, + 30, + 4.226, + 38, + 0.609, + 39, + 1.633, + 46, + 1.103, + 57, + 1.246, + 59, + 0.809, + 79, + 0.872, + 90, + 1.306, + 99, + 0.796, + 103, + 1.262, + 113, 1.55, - 2682, - 1.264, - 2740, - 1.186, - 2763, - 2.085, - 2774, - 0.857, - 2786, - 0.8, - 2793, - 1.186, - 2809, - 1.081, + 141, + 2.028, + 148, + 1.125, + 151, + 2.271, + 153, + 1.244, + 160, + 2.287, + 169, + 0.816, + 194, + 1.0, + 201, + 1.232, + 207, + 1.824, + 226, + 1.525, + 250, + 2.988, + 263, + 2.313, + 288, + 2.955, + 304, + 3.535, + 330, + 4.022, + 333, + 3.568, + 342, + 2.455, + 371, + 2.88, + 380, + 2.746, + 399, + 3.889, + 453, + 3.175, + 524, + 3.261, + 561, + 1.737, + 590, + 2.271, + 793, + 3.599, + 796, + 4.004, + 898, + 2.746, + 910, + 2.917, + 931, + 1.517, + 1093, + 6.27, + 1144, + 3.126, + 1207, + 6.547, + 1217, + 4.135, + 1224, + 2.63, + 1648, + 3.126, + 1792, + 5.013, + 1793, + 3.535, + 1804, + 2.63, + 2051, + 5.835, + 2616, + 4.004, + 2676, + 4.473, 2837, - 2.146, - 2844, - 1.042, - 2882, - 2.795, - 2908, - 1.081, - 2961, - 1.081, - 2963, - 1.128, - 2985, - 0.955, - 2988, - 1.886, - 2999, - 1.186, - 3034, - 3.804, - 3043, - 1.128, - 3065, - 1.886, - 3073, - 2.981, - 3095, - 1.009, - 3112, - 1.826, - 3122, - 1.009, - 3135, - 1.081, - 3270, - 1.186, - 3294, - 1.042, - 3310, - 2.164, - 3315, - 1.081, - 3355, - 0.841, - 3371, - 1.686, - 3382, - 0.98, - 3401, - 0.98, - 3403, - 2.584, - 3423, - 1.081, - 3516, - 0.98, - 3532, - 1.009, - 3545, - 0.891, - 3556, - 0.717, - 3569, - 1.826, - 3590, - 1.774, - 3683, - 1.009, + 3.464, + 3087, + 3.535, + 3251, + 4.473, + 3485, + 4.289, + 3735, + 5.013, + 3736, + 5.013, + 3737, + 5.013, 3738, - 1.264, - 3780, - 1.186, - 3795, - 1.128, - 3802, - 0.955, - 3815, - 5.035, - 3832, - 4.433, - 3840, - 1.366, - 3846, - 1.826, - 3847, - 2.501, - 3848, - 1.264, - 3849, - 2.287, - 3850, - 0.98, - 3851, - 4.447, - 3852, - 3.132, - 3853, - 4.968, - 3854, - 1.128, - 3855, - 1.264, - 3856, - 2.501, - 3857, - 4.201, - 3858, - 2.501, - 3859, - 1.382, - 3860, - 1.382, - 3861, - 0.873, - 3862, - 1.009, - 3863, - 5.422, - 3864, - 4.447, - 3865, - 3.132, - 3866, - 1.382, - 3867, - 1.186, - 3868, - 3.425, - 3869, - 1.186, - 3870, - 3.842, - 3871, - 4.098, - 3872, - 1.382, - 3873, - 3.169, - 3874, - 1.186, - 3875, - 1.382, - 3876, - 1.264, - 3877, - 1.128, - 3878, - 1.128, - 3879, - 1.264, - 3880, - 1.382, - 3881, - 2.04, - 3882, - 2.939, - 3883, - 2.146, - 3884, - 1.382, - 3885, - 1.382, - 3886, - 1.382, - 3887, - 1.264, - 3888, - 1.264, - 3889, - 1.264, - 3890, - 3.132, - 3891, - 1.382, - 3892, - 3.842, - 3893, - 1.382, - 3894, - 3.425, - 3895, - 3.842, - 3896, - 1.382, - 3897, - 1.042, - 3898, - 1.382, - 3899, - 1.382, - 3900, - 1.264, - 3901, - 1.264, - 3902, - 2.939, - 3903, - 1.186, - 3904, - 1.826, - 3905, - 1.382, - 3906, - 1.264, - 3907, - 2.501, - 3908, - 1.009, - 3909, - 5.93, - 3910, - 2.501, - 3911, - 2.287, - 3912, - 1.264, - 3913, - 1.264, - 3914, - 2.679, - 3915, - 1.382, - 3916, - 2.287, - 3917, - 1.264, - 3918, - 1.264, - 3919, - 1.264, - 3920, - 1.382, - 3921, - 1.382, - 3922, - 1.264, - 3923, - 1.264, - 3924, - 2.287, - 3925, - 1.382, - 3926, - 1.264, - 3927, - 1.264, - 3928, - 1.264, - 3929, - 2.287, - 3930, - 1.186, - 3931, - 1.264, - 3932, - 1.264, - 3933, - 2.04, - 3934, - 0.841, - 3935, - 0.931, - 3936, - 1.264, - 3937, - 3.132, - 3938, - 1.081, - 3939, - 1.886, - 3940, - 1.081, - 3941, - 1.186, - 3942, - 1.009, - 3943, - 1.128, - 3944, - 1.264, - 3945, - 1.264, - 3946, - 1.128, - 3947, - 1.128, - 3948, - 2.501, - 3949, - 1.382, - 3950, - 1.382, - 3951, - 6.356, - 3952, - 1.186, - 3953, - 1.382, - 3954, - 3.132, - 3955, - 1.081, - 3956, - 2.501, - 3957, - 6.773, - 3958, - 1.264, - 3959, - 1.264, - 3960, - 1.264, - 3961, - 1.186, - 3962, - 4.447, - 3963, - 4.098, - 3964, - 4.201, - 3965, - 1.382, - 3966, - 2.795, - 3967, - 1.382, - 3968, - 1.264, - 3969, - 1.382, - 3970, - 0.955, - 3971, - 2.146, - 3972, - 1.081, - 3973, - 1.128, - 3974, - 2.501, - 3975, - 1.186, - 3976, - 1.264, - 3977, - 4.968, - 3978, - 5.422, - 3979, - 1.264, - 3980, - 2.04, - 3981, - 3.132, - 3982, - 3.132, - 3983, - 3.425, - 3984, - 2.287, - 3985, - 3.425, - 3986, - 3.425, - 3987, - 1.264, - 3988, - 1.128, - 3989, - 1.264, - 3990, - 2.501, - 3991, - 4.201, - 3992, - 1.264, - 3993, - 2.501, - 3994, - 4.201, - 3995, - 2.501, - 3996, - 4.201, - 3997, - 2.501, - 3998, - 2.501, - 3999, - 1.264, - 4000, - 1.382, - 4001, - 1.081, - 4002, - 1.186, - 4003, - 2.501, - 4004, - 5.798, - 4005, - 0.857, - 4006, - 3.425, - 4007, - 0.91, - 4008, - 1.186, - 4009, - 1.186, - 4010, - 1.186, - 4011, - 1.382, - 4012, - 1.382, - 4013, - 1.264, - 4014, - 1.186 + 5.013, + 3739, + 5.013, + 3740, + 5.013, + 3741, + 5.013, + 3742, + 5.013, + 3743, + 5.013, + 3744, + 5.013, + 3745, + 5.013, + 3746, + 5.013, + 3747, + 5.013, + 3748, + 5.013, + 3749, + 5.013, + 3750, + 4.704, + 3751, + 5.013, + 3752, + 5.013, + 3753, + 5.013, + 3754, + 5.013, + 3755, + 5.013, + 3756, + 5.013, + 3757, + 5.013, + 3758, + 5.013, + 3759, + 5.013, + 3760, + 5.013, + 3761, + 5.013, + 3762, + 5.013, + 3763, + 5.013, + 3764, + 5.013, + 3765, + 5.013, + 3766, + 5.013, + 3767, + 5.013, + 3768, + 5.013, + 3769, + 5.013, + 3770, + 5.013, + 3771, + 5.013, + 3772, + 5.013, + 3773, + 5.013, + 3774, + 5.013, + 3775, + 5.013, + 3776, + 6.761, + 3777, + 4.704, + 3778, + 5.013, + 3779, + 4.289, + 3780, + 4.289, + 3781, + 6.637, + 3782, + 5.482, + 3783, + 6.637, + 3784, + 4.135, + 3785, + 7.735, + 3786, + 5.482, + 3787, + 4.004 ] ], [ - "type/manuals/physics-groups", + "type/manuals/microsoft-xbox", [ 0, 0.731 ] ], [ - "data/manuals/physics-groups", + "data/manuals/microsoft-xbox", [ - 0, - 1.104, - 1, - 2.304, - 2, - 2.281, - 3, - 2.365, - 4, - 2.365, - 5, - 2.377, - 6, - 2.377, 7, - 1.43, - 11, - 0.949, - 16, - 0.813, - 30, - 0.964, - 68, - 2.044, - 71, - 2.192, - 74, - 1.0, - 86, - 1.285, - 137, - 1.34, - 160, - 1.614, - 161, - 1.788, - 162, - 2.316, - 163, - 4.234, - 166, - 3.156, - 168, - 5.217, - 179, - 4.463, - 237, - 2.074, - 271, - 4.367, - 308, - 4.619, - 311, - 5.484, - 478, - 3.763, - 547, - 2.678, - 710, - 3.264, - 775, - 5.217, - 1660, - 3.859, - 1777, - 5.484, - 1887, - 6.506, - 1920, - 5.062, - 1924, - 6.58, - 1926, - 6.796, - 2000, - 6.391, - 2118, - 5.39, - 2157, - 7.35, - 2343, - 6.072, - 2420, - 6.796, - 3279, - 8.237, - 4015, - 8.237 + 1.151, + 18, + 0.827, + 20, + 1.218, + 38, + 1.018, + 42, + 2.085, + 59, + 0.827, + 99, + 0.959, + 140, + 4.224, + 241, + 1.963, + 273, + 2.263, + 454, + 3.65, + 510, + 3.368, + 614, + 4.501, + 731, + 9.873, + 902, + 5.228, + 948, + 3.622, + 998, + 5.309, + 1336, + 7.48, + 2300, + 6.333, + 2335, + 5.911, + 2437, + 7.48, + 3361, + 7.48, + 3727, + 5.485, + 3788, + 12.25, + 3789, + 7.866, + 3790, + 7.866, + 3791, + 9.167, + 3792, + 7.866, + 3793, + 8.383, + 3794, + 7.866, + 3795, + 7.48 ] ], [ - "type/manuals/extensions-cocoapods", + "type/manuals/nintendo-switch", [ 0, 0.731 ] ], [ - "data/manuals/extensions-cocoapods", + "data/manuals/nintendo-switch", [ 0, - 0.962, + 0.855, 1, - 2.008, + 1.786, 2, - 1.988, + 1.768, 3, - 2.061, + 1.833, 4, - 2.061, + 1.833, 5, - 2.072, + 1.842, 6, - 2.072, + 1.842, 7, - 1.504, - 9, - 0.835, - 11, - 0.998, - 16, - 1.066, - 29, - 2.208, - 30, - 1.081, - 32, - 1.494, - 33, - 1.306, - 68, - 1.782, - 71, - 1.611, - 74, - 1.091, - 86, - 1.402, - 141, - 1.573, - 151, - 1.439, - 162, - 2.019, - 193, - 1.657, - 224, - 2.705, - 237, - 2.263, - 247, - 1.426, - 263, - 2.197, - 277, - 2.646, - 283, - 4.98, - 302, - 2.946, - 309, - 3.89, - 346, - 3.056, - 355, - 4.174, - 442, - 6.337, - 465, - 1.938, - 481, - 2.946, - 645, - 5.229, - 659, - 3.854, - 792, - 2.884, - 793, - 4.98, - 856, - 5.923, - 859, - 2.565, - 860, - 3.011, - 891, - 2.733, - 998, - 3.728, - 1018, - 4.962, - 1255, - 6.143, - 1284, - 3.728, - 1293, - 4.573, - 1319, - 4.233, - 1362, - 5.292, - 1363, - 5.57, - 1503, - 4.478, - 1509, - 6.972, - 1678, - 3.854, - 1843, - 7.177, - 1868, - 4.412, - 3352, - 6.407, - 3358, - 6.624, - 4016, - 5.923, - 4017, - 7.852, - 4018, - 7.852, - 4019, - 7.852, - 4020, - 9.828, - 4021, - 8.987, - 4022, - 7.852, - 4023, - 7.852, - 4024, - 7.852, - 4025, - 8.987, - 4026, - 7.852, - 4027, - 9.828, - 4028, - 7.852, - 4029, - 6.143 + 1.526, + 10, + 1.509, + 18, + 1.089, + 20, + 1.212, + 38, + 1.195, + 42, + 2.028, + 46, + 1.301, + 49, + 2.414, + 57, + 1.166, + 59, + 0.63, + 76, + 3.715, + 77, + 1.888, + 79, + 0.593, + 99, + 1.062, + 103, + 2.099, + 105, + 2.802, + 106, + 1.251, + 113, + 1.827, + 148, + 1.432, + 153, + 2.684, + 158, + 2.968, + 169, + 1.51, + 194, + 1.274, + 198, + 1.901, + 201, + 1.569, + 241, + 1.952, + 260, + 2.353, + 269, + 2.303, + 271, + 3.623, + 273, + 2.25, + 292, + 4.611, + 313, + 2.738, + 380, + 2.479, + 392, + 3.194, + 452, + 2.65, + 454, + 4.285, + 457, + 2.479, + 489, + 3.249, + 521, + 2.43, + 537, + 3.982, + 552, + 2.711, + 614, + 3.575, + 673, + 4.044, + 679, + 3.127, + 683, + 2.966, + 685, + 2.846, + 735, + 3.349, + 759, + 4.502, + 809, + 5.123, + 895, + 5.738, + 902, + 5.79, + 910, + 4.851, + 932, + 4.953, + 934, + 4.953, + 941, + 3.575, + 1047, + 3.315, + 1059, + 5.697, + 1063, + 4.953, + 1067, + 2.281, + 1104, + 3.533, + 1146, + 3.017, + 1629, + 3.127, + 1681, + 2.991, + 1767, + 4.109, + 2006, + 3.668, + 2012, + 9.513, + 2013, + 8.058, + 2956, + 4.706, + 3014, + 5.462, + 3205, + 5.991, + 3415, + 3.815, + 3491, + 5.697, + 3792, + 5.991, + 3794, + 7.823, + 3796, + 6.384, + 3797, + 4.502, + 3798, + 6.982, + 3799, + 5.991, + 3800, + 6.384, + 3801, + 6.384 ] ], [ - "type/manuals/profiling", + "type/manuals/sprite", [ 0, 0.731 ] ], [ - "data/manuals/profiling", + "data/manuals/sprite", [ 0, - 0.338, + 0.874, 1, - 0.706, + 0.954, 2, - 0.699, + 0.944, 3, - 0.725, + 0.978, 4, - 0.725, + 0.978, 5, - 0.728, + 0.984, 6, - 0.728, + 0.984, 7, - 1.507, + 1.588, 8, - 1.508, + 1.625, 9, - 0.984, + 1.97, 10, - 1.941, - 11, - 1.036, - 13, - 1.928, - 15, - 1.907, - 16, - 1.045, + 1.887, 18, - 1.529, - 22, - 2.508, - 23, - 1.847, - 26, - 0.74, + 1.142, + 20, + 1.394, + 24, + 2.356, 28, - 0.98, - 29, - 1.815, - 30, - 1.129, - 31, - 2.888, - 32, - 1.626, - 33, - 1.491, - 35, - 2.013, - 41, - 0.802, + 1.807, + 36, + 1.844, + 38, + 0.969, 42, - 1.614, - 44, - 1.831, + 0.677, 46, - 1.622, - 48, - 0.768, - 51, - 1.604, - 53, - 1.78, + 1.524, + 49, + 1.289, + 55, + 2.786, + 57, + 1.367, + 59, + 1.004, 60, - 3.292, - 62, - 1.284, - 63, - 1.324, - 67, - 2.372, - 68, - 1.035, - 70, - 0.62, - 71, - 1.833, - 72, - 1.091, - 74, - 0.949, + 1.037, + 75, + 2.554, 77, - 1.35, - 83, - 1.163, - 86, - 1.589, - 87, - 1.89, + 1.203, + 79, + 0.964, + 84, + 2.488, + 90, + 2.499, 91, - 1.749, + 1.272, 92, - 2.576, - 93, - 1.284, + 3.71, + 96, + 2.766, 99, - 1.667, + 1.041, 100, - 1.624, + 1.735, 101, - 1.311, + 5.084, 102, - 2.387, + 1.493, + 103, + 1.642, 104, - 1.116, + 2.978, + 105, + 2.33, + 106, + 1.04, + 107, + 0.709, + 108, + 1.096, + 111, + 1.557, + 113, + 1.934, 117, - 1.028, - 121, - 1.29, - 123, - 2.112, - 135, - 1.712, - 137, - 0.411, - 141, - 1.79, - 146, - 1.091, - 149, - 1.815, + 2.194, + 122, + 2.221, + 124, + 3.511, + 126, + 1.916, + 132, + 3.317, + 134, + 2.723, + 142, + 2.394, + 147, + 4.198, + 148, + 2.104, 150, - 1.324, + 1.806, 151, - 1.698, + 2.406, 152, - 2.82, + 2.404, + 153, + 1.98, + 154, + 2.356, + 155, + 2.356, 156, - 2.777, - 157, - 4.547, + 4.198, 158, - 1.978, - 159, - 1.712, - 160, - 1.825, - 161, - 1.157, - 162, - 0.71, - 166, - 2.043, - 173, - 1.066, - 178, - 1.652, - 180, - 1.574, - 182, - 1.831, - 190, - 1.926, - 191, - 1.155, + 1.09, + 168, + 1.959, + 169, + 0.555, + 170, + 1.429, + 174, + 2.908, + 175, + 3.11, + 185, + 4.692, + 186, + 4.131, 196, - 3.031, + 2.785, 198, - 1.905, - 224, - 2.46, - 234, - 0.84, - 237, - 1.968, - 244, - 2.397, - 247, - 0.829, + 1.015, + 207, + 1.241, + 210, + 2.349, + 211, + 1.67, + 212, + 1.735, + 215, + 5.254, + 229, + 1.6, + 240, + 2.29, + 241, + 1.724, + 250, + 1.44, + 251, + 1.718, 256, - 0.812, + 2.077, + 257, + 2.294, 259, - 1.744, - 263, - 1.894, - 271, - 2.211, - 272, - 2.729, + 2.645, + 268, + 1.971, + 269, + 1.827, + 270, + 2.723, 273, - 1.775, - 277, - 0.93, + 0.92, 290, - 1.588, + 3.397, 291, - 1.567, - 294, - 2.564, - 295, - 1.367, + 2.159, + 292, + 1.597, 297, - 2.677, + 2.645, 298, - 1.082, + 3.67, + 299, + 3.409, 300, - 1.45, - 302, - 1.036, - 316, - 2.036, - 317, - 1.036, + 2.065, + 301, + 2.812, + 306, + 1.64, + 311, + 2.404, + 314, + 2.01, 318, - 3.484, - 321, - 1.958, - 339, - 1.036, - 351, - 1.367, - 357, - 2.211, - 361, - 4.297, - 362, - 2.304, - 364, - 1.116, - 389, - 4.564, - 391, - 1.557, - 402, - 1.193, - 406, - 1.153, - 409, - 1.744, - 411, - 2.123, - 412, - 2.367, - 422, - 1.248, - 430, - 3.151, - 440, - 1.353, - 444, - 1.488, + 2.916, + 320, + 2.23, + 344, + 4.343, + 345, + 1.807, + 353, + 1.496, + 371, + 1.959, + 373, + 2.269, + 374, + 2.404, + 380, + 1.324, + 381, + 2.311, + 382, + 1.341, + 452, + 1.688, 454, - 1.89, - 460, - 3.212, - 465, - 0.681, - 469, - 1.749, - 478, - 1.153, - 479, - 1.367, - 481, - 1.036, - 491, - 1.153, - 493, - 1.334, - 502, - 2.797, - 504, - 1.574, - 514, - 0.98, - 525, - 1.028, - 530, - 1.529, - 539, - 1.652, - 547, - 2.013, - 548, - 2.564, - 554, - 1.509, - 561, - 7.437, - 563, - 2.082, - 564, + 2.312, + 457, + 2.062, + 471, + 0.999, + 496, + 1.735, + 500, 2.602, - 567, - 1.624, + 509, + 1.935, + 515, + 2.311, + 521, + 2.021, + 523, + 1.935, + 534, + 1.752, + 555, + 1.168, + 556, + 1.532, + 561, + 1.182, 573, - 3.061, - 576, - 1.284, - 578, - 5.476, - 583, - 0.993, - 587, - 3.558, - 590, - 0.913, + 3.022, + 577, + 1.462, 595, - 1.653, - 596, - 1.68, - 607, - 3.635, - 611, - 3.328, - 618, - 1.78, - 631, - 1.711, - 636, - 2.805, - 639, - 1.624, - 654, - 1.099, - 659, - 2.655, - 664, - 3.185, - 665, - 2.082, - 666, - 1.082, - 669, - 2.955, - 670, - 1.415, - 673, - 1.819, + 3.131, + 598, + 2.404, + 629, + 1.121, + 634, + 1.473, 674, - 1.819, + 2.909, 675, - 2.252, - 676, - 1.819, - 680, - 1.091, - 694, - 1.225, - 697, - 2.172, - 700, - 4.078, - 726, - 1.236, - 782, - 2.602, - 803, - 3.325, + 1.429, + 683, + 3.03, + 688, + 2.645, + 689, + 1.67, + 691, + 1.777, + 692, + 1.399, + 703, + 2.797, + 724, + 2.23, + 750, + 1.807, + 751, + 1.508, + 773, + 1.351, + 786, + 2.159, + 793, + 1.735, + 801, + 2.845, 811, - 1.921, - 820, - 1.958, - 837, - 2.684, - 858, - 1.848, - 860, - 1.058, - 871, - 2.082, - 883, - 1.711, - 884, - 1.551, - 886, - 2.082, - 889, - 1.082, + 1.847, + 856, + 1.496, + 857, + 3.312, 891, - 2.029, - 918, - 1.652, - 919, - 2.888, - 920, - 1.744, - 929, - 1.248, - 934, - 1.819, - 937, - 1.551, - 958, - 4.399, - 969, - 2.188, - 983, - 1.652, - 984, - 3.914, - 1022, - 1.45, - 1026, - 1.624, - 1072, - 2.74, - 1096, - 1.529, - 1104, - 2.285, - 1107, - 2.211, - 1127, - 1.353, - 1139, - 1.624, - 1158, - 2.684, - 1191, - 3.552, - 1234, - 1.353, - 1244, - 1.353, - 1250, - 3.756, + 1.264, + 898, + 1.324, + 901, + 1.611, + 914, + 1.557, + 935, + 3.534, + 941, + 1.462, + 943, + 4.012, + 951, + 2.194, + 959, + 1.984, + 963, + 2.037, + 978, + 1.473, + 979, + 5.3, + 981, + 4.343, + 987, + 1.984, + 999, + 1.718, + 1019, + 2.195, + 1029, + 1.827, + 1034, + 2.227, + 1052, + 1.959, + 1131, + 1.847, + 1144, + 2.126, + 1153, + 3.785, + 1157, + 1.959, + 1195, + 3.042, + 1196, + 3.042, + 1202, + 1.77, + 1220, + 2.311, + 1223, + 2.513, + 1228, + 5.75, + 1253, + 4.526, + 1254, + 3.363, + 1255, + 2.575, + 1256, + 2.311, 1257, - 1.272, + 2.311, + 1258, + 2.456, 1259, - 2.082, - 1273, - 1.529, - 1274, - 1.744, - 1289, - 2.312, - 1293, - 1.284, - 1325, - 1.907, - 1330, - 1.819, - 1345, - 2.16, - 1360, - 1.68, - 1367, - 1.574, - 1387, - 2.252, - 1423, - 4.297, + 2.356, + 1260, + 2.194, + 1261, + 2.269, + 1288, + 3.042, + 1332, + 2.349, + 1343, + 2.065, + 1354, + 2.723, 1471, - 1.907, - 1481, - 1.599, - 1485, - 3.441, - 1486, - 1.711, - 1488, - 1.551, - 1491, - 1.367, - 1496, - 2.16, - 1503, - 2.602, - 1504, - 1.652, - 1505, - 1.744, - 1509, - 4.804, - 1516, - 2.627, - 1520, - 1.68, - 1521, - 1.744, - 1526, - 4.2, - 1530, - 2.524, - 1549, - 1.529, - 1592, - 3.143, - 1611, - 1.624, - 1621, - 1.861, - 1622, - 2.235, - 1662, - 1.272, - 1663, - 1.324, - 1672, - 1.599, - 1695, - 2.826, - 1704, - 2.797, - 1705, - 1.789, - 1712, - 1.744, - 1722, - 2.016, - 1756, - 1.68, - 1785, - 3.151, - 1799, - 2.564, - 1803, - 1.744, - 1821, - 2.588, - 1895, - 1.624, - 1898, - 1.845, - 1951, - 1.574, - 1953, - 1.958, - 1971, - 2.016, - 1973, - 1.45, - 1979, - 1.652, - 1981, - 2.459, - 2010, - 1.488, - 2038, - 1.225, - 2091, - 3.684, - 2092, - 2.524, - 2116, - 1.744, - 2117, - 1.488, - 2118, - 1.652, - 2172, - 1.551, - 2182, - 2.524, - 2204, - 2.729, - 2215, - 3.236, - 2222, - 2.016, - 2223, - 1.958, - 2264, - 2.016, - 2265, - 1.574, - 2281, - 1.711, - 2291, - 1.652, - 2330, - 5.729, - 2333, - 1.78, - 2347, - 1.744, - 2402, - 2.016, - 2409, - 3.841, - 2426, - 1.958, - 2462, - 2.016, - 2497, - 1.432, - 2505, - 3.93, - 2506, - 1.78, - 2542, - 1.529, - 2577, - 2.082, - 2587, - 1.508, - 2588, - 4.757, - 2671, - 1.551, - 2741, - 2.524, - 2754, - 2.16, - 2940, - 2.016, - 2947, - 2.777, - 2958, - 2.252, - 3110, - 3.722, - 3160, - 1.861, - 3227, - 1.819, - 3239, - 5.003, - 3244, - 2.369, - 3354, - 2.016, - 3369, - 2.524, - 3372, - 1.907, - 3375, - 2.16, - 3386, - 2.524, - 3397, - 2.16, - 3401, - 1.958, - 3426, - 1.958, - 3430, - 2.082, - 3433, - 2.369, - 3510, - 1.958, - 3565, + 1.847, + 1498, + 2.575, + 1541, + 2.01, + 1774, + 2.943, + 1874, + 2.194, + 1879, + 2.943, + 1885, + 3.363, + 1942, + 2.095, + 1964, + 3.409, + 1965, + 3.409, + 2129, + 4.543, + 2158, + 2.513, + 2220, + 2.23, + 2261, + 3.263, + 2317, + 5.21, + 2323, + 3.263, + 2382, + 3.6, + 2440, + 1.807, + 2493, + 2.916, + 2558, + 2.575, + 2580, + 2.812, + 2621, + 6.375, + 2667, + 5.21, + 2686, + 2.812, + 2690, + 2.159, + 2850, + 4.381, + 2851, + 2.812, + 2872, + 2.645, + 2875, + 2.269, + 2896, + 4.983, + 2908, + 4.012, + 3078, + 2.916, + 3350, + 3.199, + 3476, + 2.575, + 3484, + 3.199, + 3802, + 2.723, + 3803, + 4.983, + 3804, + 3.728, + 3805, + 4.983, + 3806, + 3.409, + 3807, + 3.409, + 3808, + 3.199, + 3809, 3.914, - 3570, - 2.252, - 3596, - 3.569, - 3614, - 1.907, - 3752, - 2.524, - 3769, - 2.252, - 3846, + 3810, + 2.456, + 3811, + 2.916, + 3812, + 3.042, + 3813, + 3.042, + 3814, + 3.728, + 3815, + 5.807, + 3816, + 4.738, + 3817, + 3.728, + 3818, + 3.728, + 3819, + 3.728, + 3820, + 3.728, + 3821, + 3.728, + 3822, + 3.728, + 3823, + 3.728, + 3824, + 3.728, + 3825, + 3.728, + 3826, + 3.728, + 3827, + 3.728, + 3828, + 3.728, + 3829, + 3.728, + 3830, + 3.042, + 3831, + 3.728 + ] + ], + [ + "type/manuals/physics", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/physics", + [ + 0, + 0.747, + 1, + 1.015, + 2, + 1.005, + 3, + 1.042, + 4, + 1.042, + 5, + 1.047, + 6, + 1.047, + 7, + 1.504, + 8, + 1.706, + 9, + 1.346, + 10, + 0.858, + 11, + 2.689, + 12, + 1.812, + 18, + 1.112, + 20, + 1.482, + 22, + 1.631, + 24, + 2.509, + 27, + 2.299, + 31, + 2.299, + 36, + 1.661, + 38, + 1.161, + 42, + 0.721, + 46, + 1.571, + 52, + 1.093, + 56, + 1.545, + 57, + 1.427, + 59, + 0.994, + 60, + 1.105, + 69, + 3.488, + 70, + 1.672, + 75, + 2.681, + 77, + 1.964, + 78, + 3.696, + 79, + 1.014, + 86, + 1.98, + 92, + 1.593, + 96, + 1.258, + 99, + 1.068, + 100, + 1.563, + 102, + 1.567, + 103, + 1.917, + 105, + 1.593, + 106, + 1.492, + 107, + 2.03, + 108, + 2.448, + 109, + 1.489, + 113, + 1.222, + 121, 2.016, - 3934, - 2.777, - 3963, - 2.082, - 3970, - 1.907, - 3971, - 2.369, - 4030, - 2.76, - 4031, - 2.524, - 4032, - 2.76, - 4033, - 2.524, - 4034, - 2.524, - 4035, - 2.524, - 4036, - 3.569, - 4037, - 4.172, - 4038, - 5.83, - 4039, - 2.76, - 4040, - 2.76, - 4041, - 2.76, - 4042, - 2.524, - 4043, - 2.524, - 4044, - 2.252, - 4045, - 2.369, - 4046, - 2.016, - 4047, - 2.76, - 4048, - 3.722, - 4049, - 4.172, - 4050, - 4.562, - 4051, - 2.76, - 4052, - 2.524, - 4053, - 2.369, - 4054, - 2.524, - 4055, - 2.16, - 4056, - 2.76, - 4057, - 2.369, - 4058, - 2.76, - 4059, - 2.883, - 4060, - 2.369, - 4061, - 4.562, - 4062, - 5.003, - 4063, - 4.562, - 4064, - 2.16, - 4065, - 2.76, - 4066, - 2.252, - 4067, - 2.76, - 4068, - 2.016, - 4069, - 2.76, - 4070, - 2.76, - 4071, - 2.76, - 4072, - 2.76, - 4073, - 2.524, - 4074, - 2.76, - 4075, - 2.76, - 4076, - 2.76, - 4077, - 2.369, - 4078, - 2.76, - 4079, - 2.76, - 4080, - 2.252, - 4081, - 2.76, - 4082, - 2.76, - 4083, - 2.16, - 4084, - 2.76, - 4085, - 2.76, - 4086, - 2.76, - 4087, - 2.524, - 4088, - 2.16, - 4089, - 2.76, - 4090, - 2.76, - 4091, - 2.76, - 4092, - 4.562, - 4093, - 4.172, - 4094, - 2.016, - 4095, - 2.76, - 4096, - 2.76, - 4097, - 2.16, - 4098, - 2.76 - ] - ], - [ - "type/manuals/test", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/test", - [ - 7, - 1.485, - 8, - 1.338, - 9, - 0.806, - 11, - 0.978, - 16, - 0.857, - 21, - 1.517, - 22, - 2.154, - 23, - 2.261, - 29, - 1.67, - 30, - 1.082, - 32, - 1.414, - 33, - 1.39, - 39, - 4.354, - 41, - 2.16, - 51, - 1.962, - 54, - 3.328, - 63, - 4.553, - 71, - 1.947, - 74, - 1.224, - 77, - 1.482, - 79, - 5.009, - 83, - 3.13, - 86, - 1.572, - 92, - 2.553, - 100, - 4.373, - 117, - 2.768, - 137, - 1.556, - 145, - 5.606, - 146, - 2.936, - 151, - 1.362, - 160, - 1.7, - 161, - 1.884, - 162, - 2.44, - 182, - 2.982, + 122, + 2.311, + 126, + 1.882, + 132, + 2.861, + 138, + 3.239, + 143, + 1.924, + 148, + 2.091, + 150, + 1.005, + 153, + 2.152, + 165, + 1.135, + 167, + 1.605, + 169, + 1.516, + 194, + 1.731, + 195, + 2.299, + 196, + 2.108, + 198, + 1.081, + 200, + 3.712, + 201, + 1.871, + 207, + 1.321, + 210, + 1.605, + 211, + 1.778, + 229, + 1.361, + 230, + 2.583, + 240, + 1.734, 244, - 3.904, - 281, - 3.723, - 285, - 5.768, - 288, - 3.694, - 297, - 2.973, - 309, - 3.681, - 346, - 2.892, - 355, - 3.156, - 370, - 5.606, - 407, - 1.539, + 1.533, + 256, + 1.871, + 257, + 1.568, + 260, + 1.338, + 261, + 1.686, + 263, + 1.187, + 265, + 2.615, + 268, + 1.245, + 273, + 1.505, + 294, + 3.477, + 305, + 2.299, + 314, + 4.001, + 333, + 1.724, + 362, + 2.676, + 368, + 2.111, + 379, + 5.003, + 387, + 1.4, + 395, + 3.106, + 425, + 3.477, + 433, + 1.618, + 434, + 1.847, 441, - 2.586, - 465, - 1.834, - 478, - 3.104, - 502, - 4.553, - 554, - 2.458, - 655, - 3.268, - 678, - 4.926, - 726, - 3.328, - 759, - 2.621, - 815, - 3.81, - 919, - 3.681, - 1026, - 5.585, + 1.989, + 452, + 1.154, + 457, + 1.409, + 467, + 2.615, + 471, + 1.064, + 473, + 1.746, + 474, + 2.899, + 497, + 2.035, + 511, + 2.112, + 513, + 3.164, + 521, + 1.382, + 523, + 3.164, + 547, + 2.336, + 552, + 3.172, + 553, + 1.419, + 555, + 1.243, + 561, + 1.258, + 568, + 2.231, + 570, + 4.325, + 573, + 1.489, + 574, + 1.904, + 577, + 1.557, + 579, + 1.989, + 598, + 2.56, + 603, + 1.658, + 629, + 1.833, + 636, + 1.522, + 674, + 1.989, + 685, + 2.485, + 691, + 1.215, + 692, + 2.288, + 704, + 3.931, + 705, + 2.615, + 710, + 3.598, + 717, + 2.336, + 718, + 2.742, + 751, + 3.368, + 778, + 3.406, + 796, + 2.899, + 807, + 2.299, + 832, + 1.904, + 857, + 2.264, + 859, + 1.989, + 898, + 2.957, + 914, + 2.547, + 917, + 3.355, + 918, + 1.904, + 921, + 2.56, + 924, + 1.885, + 931, + 2.733, + 954, + 3.106, + 962, + 5.394, + 963, + 3.331, + 975, + 1.904, + 978, + 1.568, + 987, + 2.112, + 1000, + 4.325, + 1002, + 5.888, + 1007, + 3.859, + 1008, + 2.816, + 1010, + 3.05, + 1011, + 2.56, + 1012, + 3.239, + 1040, + 2.375, + 1051, + 2.816, + 1067, + 1.297, + 1128, + 3.406, + 1153, + 1.866, + 1158, + 3.837, 1160, - 2.982, - 1164, - 9.455, - 1191, - 3.268, - 1233, - 4.006, - 1257, - 3.424, - 1342, - 4.524, - 1552, - 5.814, - 1554, - 4.117, - 1583, - 4.373, - 1644, - 4.792, + 2.375, + 1165, + 7.739, + 1180, + 2.169, + 1188, + 1.945, + 1192, + 2.461, + 1206, + 2.816, + 1220, + 2.461, + 1235, + 2.56, + 1290, + 3.106, + 1302, + 4.453, + 1312, + 2.899, + 1332, + 1.605, + 1376, + 2.899, + 1378, + 2.417, + 1386, + 4.453, + 1486, + 4.325, + 1493, + 2.742, + 1497, + 3.106, + 1546, + 2.06, + 1558, + 2.461, + 1602, + 2.987, + 1621, + 2.012, + 1628, + 3.45, + 1637, + 3.931, 1650, - 5.814, - 1898, - 4.456, - 2018, - 3.954, - 2498, - 6.795, - 2771, - 4.895, - 3135, - 5.814, - 3259, - 8.533, - 3902, - 8.974, - 4066, - 6.063, - 4099, - 7.431, - 4100, - 7.431, - 4101, - 6.063, - 4102, - 6.795, - 4103, - 7.431, - 4104, - 7.431, - 4105, - 6.795, - 4106, - 7.431, - 4107, - 7.431, - 4108, - 7.431 + 2.375, + 1672, + 2.14, + 1682, + 2.509, + 1689, + 4.325, + 1807, + 1.904, + 1866, + 4.233, + 1884, + 2.59, + 1886, + 2.995, + 1889, + 3.712, + 1892, + 4.599, + 2006, + 2.086, + 2051, + 5.599, + 2060, + 2.995, + 2084, + 2.56, + 2093, + 2.995, + 2156, + 2.417, + 2220, + 4.441, + 2226, + 3.931, + 2236, + 4.601, + 2262, + 3.106, + 2298, + 2.995, + 2310, + 2.899, + 2314, + 4.77, + 2359, + 2.995, + 2448, + 2.615, + 2519, + 2.995, + 2632, + 3.239, + 2639, + 3.239, + 2675, + 3.239, + 2777, + 2.995, + 2871, + 2.264, + 2933, + 3.239, + 2935, + 3.406, + 3074, + 2.742, + 3144, + 2.676, + 3200, + 2.899, + 3369, + 3.63, + 3486, + 2.742, + 3832, + 3.97, + 3833, + 3.239, + 3834, + 3.97, + 3835, + 5.575, + 3836, + 3.97, + 3837, + 3.97, + 3838, + 2.899, + 3839, + 3.406, + 3840, + 3.63, + 3841, + 3.239, + 3842, + 3.97, + 3843, + 3.97, + 3844, + 3.97, + 3845, + 2.995, + 3846, + 8.216, + 3847, + 3.406, + 3848, + 3.97, + 3849, + 3.97, + 3850, + 2.995, + 3851, + 3.406, + 3852, + 3.97, + 3853, + 3.239, + 3854, + 2.995, + 3855, + 3.97, + 3856, + 3.106, + 3857, + 3.63, + 3858, + 3.97, + 3859, + 5.575, + 3860, + 3.97, + 3861, + 2.995, + 3862, + 3.406, + 3863, + 3.63, + 3864, + 3.106, + 3865, + 3.239, + 3866, + 3.239 ] ], [ - "type/manuals/extensions-gradle", + "type/manuals/gui-spine", [ 0, 0.731 ] ], [ - "data/manuals/extensions-gradle", + "data/manuals/gui-spine", [ 0, - 0.98, + 1.214, 1, - 2.047, + 2.535, 2, - 2.026, + 2.509, 3, - 2.101, + 2.601, 4, - 2.101, + 2.601, 5, - 2.112, + 2.615, 6, - 2.112, + 2.615, 7, - 1.549, - 9, - 0.68, - 11, - 0.883, - 16, - 1.022, - 29, - 1.798, - 30, - 1.106, - 54, - 3.584, - 68, - 1.816, - 71, - 1.642, - 74, - 0.889, - 86, - 1.419, - 97, - 2.449, - 111, - 2.68, - 141, - 1.603, - 151, - 1.467, - 157, - 4.258, - 193, - 1.689, - 224, - 2.738, - 237, - 1.843, - 247, - 1.454, - 263, - 2.239, - 283, - 5.04, - 302, - 3.003, - 346, - 3.115, - 355, - 4.224, - 406, - 3.343, - 407, - 1.657, - 429, - 3.584, - 481, - 3.003, - 573, - 3.618, - 645, - 4.258, - 659, - 4.438, - 767, - 4.372, - 793, - 5.04, - 795, - 5.76, - 802, - 4.009, - 859, - 2.614, - 860, - 3.069, - 891, - 2.785, - 998, - 3.799, - 1074, - 4.056, - 1487, - 5.845, - 1510, - 4.314, - 1678, - 3.9, - 1821, - 3.552, - 1843, - 7.217, - 1868, - 4.497, - 3352, - 8.115, - 3358, - 5.394, - 3793, - 6.867, - 4029, - 6.261, - 4109, - 5.057, - 4110, - 8.003, - 4111, - 8.003, - 4112, - 8.003, - 4113, - 8.003, - 4114, - 9.895, - 4115, - 8.003, - 4116, - 8.003, - 4117, - 8.003, - 4118, - 8.003, - 4119, - 8.003, - 4120, - 8.003 + 1.244 ] ], [ - "type/manuals/gui-box", + "type/manuals/font", [ 0, 0.731 ] ], [ - "data/manuals/gui-box", + "data/manuals/font", [ - 0, - 0.951, - 1, - 1.986, - 2, - 1.966, - 3, - 2.038, - 4, - 2.038, - 5, - 2.049, - 6, - 2.049, 7, - 1.478, + 1.496, 8, - 1.248, - 9, - 0.829, + 1.955, + 10, + 1.511, 11, - 1.046, - 12, - 4.079, - 14, - 5.363, - 16, - 0.701, - 21, - 1.993, + 1.308, + 18, + 1.133, + 20, + 1.522, 22, - 1.762, + 2.328, 23, - 2.11, + 2.561, 30, - 1.109, - 33, - 1.297, - 35, - 2.308, - 40, - 5.539, - 41, - 3.103, + 1.365, + 36, + 1.578, + 38, + 1.013, + 39, + 0.762, 42, - 2.326, - 47, - 3.613, - 68, - 1.762, - 71, - 2.002, + 1.562, + 46, + 1.593, + 50, + 3.138, + 52, + 0.994, + 56, + 1.405, + 57, + 1.414, + 59, + 0.997, + 62, + 1.194, + 70, + 1.521, + 72, + 1.885, + 76, + 1.922, 77, - 2.128, - 93, - 4.966, - 94, - 2.685, - 119, - 3.57, - 141, - 1.556, + 1.781, + 78, + 1.603, + 79, + 1.005, + 88, + 3.719, + 89, + 3.819, + 90, + 1.886, + 91, + 1.233, + 99, + 1.059, + 100, + 1.485, + 101, + 1.751, + 102, + 1.456, + 103, + 2.101, + 104, + 2.905, + 105, + 1.449, + 106, + 1.861, + 107, + 1.33, + 110, + 1.427, + 113, + 1.828, + 116, + 2.72, + 122, + 2.465, + 125, + 1.099, + 126, + 1.811, + 132, + 3.277, + 140, + 1.664, 143, - 3.846, - 160, - 1.748, - 182, - 3.115, - 196, - 2.633, - 210, - 5.159, - 234, - 2.362, - 236, - 3.981, - 288, - 3.022, - 294, - 3.415, - 306, - 4.586, - 307, - 5.363, - 316, - 2.335, - 319, - 4.496, - 334, - 5.671, - 335, - 5.193, - 350, - 2.584, - 355, - 3.298, - 357, - 3.764, - 396, - 4.727, - 450, - 4.645, - 465, - 1.916, - 469, - 2.977, - 481, - 4.005, - 581, - 2.521, - 845, - 4.645, - 954, - 4.131, - 961, - 5.115, - 983, - 4.645, + 1.751, + 147, + 2.125, + 148, + 1.872, + 151, + 2.347, + 153, + 1.796, + 157, + 6.846, + 159, + 6.901, + 169, + 0.843, + 174, + 1.472, + 175, + 2.469, + 177, + 1.105, + 185, + 4.642, + 196, + 1.249, + 197, + 1.946, + 198, + 0.983, + 201, + 1.571, + 212, + 1.68, + 216, + 2.762, + 226, + 1.945, + 228, + 2.406, + 229, + 1.281, + 230, + 1.972, + 231, + 2.97, + 236, + 1.809, + 239, + 1.588, + 241, + 0.773, + 244, + 2.188, + 249, + 1.732, + 256, + 1.571, + 260, + 2.356, + 268, + 0.737, + 269, + 2.305, + 273, + 1.725, + 274, + 4.658, + 280, + 1.416, + 282, + 1.789, + 288, + 1.947, + 290, + 1.405, + 292, + 1.547, + 320, + 2.161, + 328, + 3.389, + 332, + 1.885, + 345, + 1.751, + 353, + 2.273, + 368, + 2.445, + 380, + 2.011, + 382, + 1.3, + 384, + 2.562, + 387, + 2.465, + 392, + 1.265, + 404, + 3.58, + 412, + 2.434, + 429, + 2.746, + 434, + 1.68, + 457, + 1.282, + 463, + 2.434, + 471, + 1.874, + 472, + 1.664, + 473, + 1.588, + 475, + 2.947, + 479, + 1.355, + 488, + 5.434, + 500, + 1.317, + 510, + 1.327, + 521, + 2.433, + 522, + 3.463, + 524, + 1.209, + 552, + 1.684, + 554, + 2.126, + 561, + 1.145, + 574, + 1.732, + 577, + 1.416, + 595, + 1.947, + 603, + 1.508, + 608, + 1.789, + 614, + 2.221, + 622, + 1.751, + 629, + 1.086, + 648, + 1.751, + 649, + 2.161, + 674, + 1.809, + 683, + 1.534, + 685, + 1.472, + 688, + 2.562, + 691, + 1.105, + 695, + 1.633, + 750, + 3.837, + 754, + 2.161, + 771, + 1.68, + 773, + 3.115, + 786, + 2.091, + 815, + 2.239, + 883, + 2.724, + 885, + 2.198, + 891, + 3.095, + 901, + 1.56, + 910, + 1.922, + 923, + 1.769, + 935, + 1.789, + 936, + 4.605, + 941, + 1.416, + 949, + 3.099, + 963, + 1.973, + 965, + 8.48, + 966, + 6.792, + 967, + 4.861, + 968, + 3.099, + 969, + 4.819, + 970, + 3.099, + 971, + 3.099, + 972, + 2.329, + 973, + 2.724, + 974, + 3.099, + 975, + 1.732, + 978, + 1.427, 993, - 5.857, - 1026, - 4.569, - 1137, - 7.031, - 1200, - 4.541, - 1257, - 3.577, - 1343, - 6.335, + 2.029, + 999, + 1.664, + 1093, + 2.125, + 1107, + 1.789, + 1150, + 2.029, + 1157, + 1.897, + 1186, + 1.769, + 1217, + 2.724, + 1224, + 1.732, + 1289, + 2.239, + 1296, + 2.11, + 1323, + 1.508, + 1324, + 1.874, + 1342, + 2.947, + 1375, + 2.638, + 1382, + 2.001, + 1403, + 1.714, + 1432, + 3.183, + 1507, + 3.512, + 1541, + 1.947, + 1572, + 3.099, 1592, - 4.185, - 1982, - 5.127, - 2172, - 4.363, - 2354, - 4.906, - 3000, - 5.857, - 3161, - 5.115, - 3166, - 6.662, - 3735, - 5.857, - 4121, - 7.1, - 4122, - 7.1 + 2.562, + 1596, + 1.922, + 1651, + 3.389, + 1672, + 1.947, + 1696, + 2.198, + 1769, + 1.664, + 1804, + 1.732, + 1807, + 1.732, + 1813, + 4.019, + 1864, + 2.379, + 1874, + 2.125, + 1879, + 4.623, + 1893, + 4.182, + 1908, + 1.633, + 1928, + 1.947, + 1929, + 3.014, + 1933, + 4.575, + 1966, + 2.434, + 1989, + 3.986, + 1999, + 3.138, + 2131, + 2.638, + 2136, + 2.379, + 2148, + 2.947, + 2164, + 2.448, + 2236, + 4.907, + 2383, + 2.239, + 2440, + 1.751, + 2488, + 2.947, + 2507, + 2.161, + 2554, + 2.161, + 2597, + 4.138, + 2622, + 2.825, + 2633, + 1.852, + 2647, + 2.638, + 2780, + 2.239, + 2871, + 3.231, + 2952, + 1.947, + 3071, + 3.818, + 3105, + 8.542, + 3178, + 2.724, + 3192, + 4.138, + 3393, + 2.947, + 3485, + 2.825, + 3570, + 3.302, + 3603, + 2.282, + 3629, + 2.947, + 3667, + 2.724, + 3778, + 3.302, + 3854, + 6.487, + 3867, + 3.611, + 3868, + 3.611, + 3869, + 3.099, + 3870, + 5.18, + 3871, + 7.915, + 3872, + 9.878, + 3873, + 5.665, + 3874, + 2.825, + 3875, + 3.611, + 3876, + 3.611, + 3877, + 3.611, + 3878, + 3.611, + 3879, + 3.611, + 3880, + 5.665, + 3881, + 3.611, + 3882, + 2.825, + 3883, + 3.611, + 3884, + 3.302, + 3885, + 3.611, + 3886, + 3.611, + 3887, + 3.099, + 3888, + 2.638, + 3889, + 3.611, + 3890, + 2.434, + 3891, + 3.611, + 3892, + 3.611, + 3893, + 5.18, + 3894, + 3.302, + 3895, + 3.611, + 3896, + 3.302, + 3897, + 2.282, + 3898, + 3.302, + 3899, + 2.434, + 3900, + 3.611, + 3901, + 2.947, + 3902, + 2.282, + 3903, + 2.638, + 3904, + 3.611, + 3905, + 6.392, + 3906, + 3.611, + 3907, + 3.611, + 3908, + 3.611, + 3909, + 2.947, + 3910, + 3.611, + 3911, + 3.611, + 3912, + 4.861, + 3913, + 3.611, + 3914, + 3.611, + 3915, + 5.665, + 3916, + 3.302, + 3917, + 3.611, + 3918, + 3.611, + 3919, + 3.611 ] ], [ - "type/manuals/model", + "type/manuals/live-update-scripting", [ 0, 0.731 ] ], [ - "data/manuals/model", + "data/manuals/live-update-scripting", [ - 0, - 0.472, - 1, - 0.985, - 2, - 0.975, - 3, - 1.011, - 4, - 1.011, - 5, - 1.016, - 6, - 1.016, 7, - 1.575, + 1.535, 8, - 1.354, + 2.403, 9, - 0.961, + 2.681, 10, - 1.087, - 11, - 1.051, - 13, - 1.97, - 16, - 1.0, - 21, - 1.216, + 2.06, + 18, + 1.104, + 20, + 1.38, 22, - 2.567, - 23, - 0.833, - 29, - 1.842, - 30, - 1.131, - 33, - 1.341, - 35, - 2.635, - 41, - 1.732, - 42, - 2.329, + 1.48, + 36, + 0.718, + 38, + 0.878, + 39, + 1.193, 44, - 4.05, - 48, - 1.657, - 50, - 4.259, - 51, - 1.944, + 1.504, + 46, + 1.3, + 49, + 1.955, 52, - 2.95, + 1.556, + 54, + 2.684, + 55, + 2.712, + 57, + 0.461, + 59, + 0.916, 60, - 1.57, - 64, - 2.434, - 67, - 1.35, - 68, - 1.352, - 70, - 1.338, - 71, - 2.004, + 1.002, 72, - 2.878, - 74, - 1.175, + 1.199, 77, - 1.634, - 86, - 1.44, - 87, - 3.395, - 90, - 3.841, - 91, - 1.477, - 93, - 1.792, - 97, - 1.823, - 98, - 2.024, + 1.445, + 79, + 0.957, 99, - 1.703, + 1.05, + 100, + 1.611, 102, - 2.153, - 104, - 1.558, - 108, - 2.753, + 0.926, + 103, + 0.829, + 106, + 1.25, + 107, + 2.102, 111, - 1.29, - 117, - 2.219, - 119, - 1.228, + 1.504, + 113, + 1.721, 121, - 1.089, - 133, - 2.733, - 137, - 1.394, - 141, - 1.459, - 151, - 1.718, - 152, - 2.749, - 157, - 2.05, + 1.191, + 122, + 1.76, + 125, + 1.096, + 126, + 1.705, + 130, + 2.193, + 148, + 1.621, + 149, + 1.371, + 150, + 1.767, + 153, + 2.162, 158, - 2.02, - 159, - 2.235, + 2.04, 160, - 1.896, - 161, - 1.446, - 162, - 0.99, + 1.671, + 165, + 2.822, 166, - 1.35, - 172, - 2.453, - 175, - 1.694, - 182, - 1.546, - 191, - 2.075, + 2.657, + 167, + 3.473, + 169, + 1.176, + 170, + 1.381, + 171, + 1.847, + 174, + 1.468, + 178, + 4.159, + 194, + 0.657, + 196, + 2.413, + 197, + 3.487, + 199, + 1.543, 201, - 2.077, - 218, - 1.477, - 221, - 4.343, + 1.27, + 207, + 3.523, + 211, + 2.532, 226, - 2.105, - 227, - 1.999, - 228, - 1.775, + 1.002, 229, - 1.694, - 230, - 2.024, - 234, - 2.216, - 244, - 2.024, + 1.036, + 240, + 2.442, + 241, + 0.771, 247, - 1.082, + 3.014, + 248, + 2.155, 256, - 1.132, - 263, - 2.733, - 267, - 1.792, - 277, - 1.298, + 1.27, + 261, + 1.53, + 268, + 2.255, + 269, + 1.583, + 273, + 1.722, + 280, + 2.217, 282, - 2.024, - 288, - 1.499, - 291, - 2.047, - 297, - 1.206, - 298, - 1.51, - 303, - 1.609, - 306, - 3.423, - 310, - 5.669, - 316, - 1.158, - 318, - 2.428, - 322, - 2.134, + 2.801, 330, - 3.014, - 335, - 3.17, - 337, - 1.405, - 343, - 1.095, - 355, - 1.636, - 358, - 2.906, - 364, - 1.558, - 369, - 2.598, - 384, - 2.53, - 390, - 2.538, - 395, - 1.522, - 407, - 0.798, - 427, - 3.531, - 451, - 5.179, + 1.148, + 332, + 2.631, + 333, + 1.019, + 334, + 1.995, + 368, + 1.608, + 380, + 1.279, + 382, + 2.844, + 387, + 1.27, + 392, + 1.262, + 402, + 1.917, + 441, + 2.832, 452, - 2.538, - 453, - 1.81, + 1.047, + 454, + 4.135, 457, - 6.201, - 458, - 6.25, - 459, - 2.814, - 463, - 2.814, - 465, - 0.951, - 466, - 1.488, - 477, - 5.698, - 478, - 1.609, - 480, - 2.596, - 482, - 5.943, - 485, - 2.434, - 487, - 4.66, - 491, - 1.609, - 503, - 5.974, - 507, - 2.661, - 508, - 2.484, - 510, - 3.305, - 512, - 4.286, - 521, - 1.51, - 526, - 2.538, - 537, - 3.014, - 539, - 3.564, + 2.477, + 471, + 1.87, + 490, + 1.504, + 524, + 3.604, + 543, + 1.445, 548, - 1.694, - 554, - 2.409, - 568, - 1.583, - 569, - 2.106, - 581, - 2.365, - 583, - 1.386, - 595, - 2.639, - 633, - 2.06, - 655, - 2.62, - 666, - 2.336, + 2.373, + 550, + 1.676, + 552, + 2.35, + 556, + 1.48, + 561, + 1.792, + 573, + 1.351, + 580, + 2.276, + 601, + 1.305, + 602, + 1.457, + 603, + 1.504, + 604, + 1.825, + 605, + 2.054, + 623, + 1.599, + 629, + 1.083, + 634, + 1.423, + 636, + 1.381, + 642, + 3.536, + 645, + 2.12, + 647, + 2.086, + 660, + 2.155, + 664, + 2.631, + 669, + 2.233, + 674, + 1.804, + 679, + 1.613, + 685, + 3.222, + 691, + 1.73, + 692, + 1.351, 693, - 1.867, - 697, - 1.435, - 792, - 1.415, - 802, - 1.93, - 805, - 5.022, - 807, - 2.814, - 808, - 1.368, - 812, - 2.668, - 815, - 3.735, - 827, - 2.268, - 832, - 3.764, - 835, - 3.45, - 845, - 2.305, - 849, - 2.434, - 858, - 1.221, - 867, - 3.973, - 869, - 4.603, - 871, - 2.906, - 889, - 2.336, + 2.631, + 735, + 1.728, + 745, + 2.488, + 762, + 4.159, + 765, + 1.262, + 803, + 2.488, + 809, + 2.024, + 817, + 2.717, + 831, + 2.155, + 834, + 1.784, + 849, + 3.508, + 854, + 1.995, + 856, + 2.268, + 857, + 3.224, + 860, + 1.825, 890, - 1.952, + 2.934, 891, - 1.341, - 895, - 2.484, - 899, - 2.197, - 944, - 2.231, - 945, - 2.434, - 954, - 2.05, + 2.681, + 901, + 1.556, + 902, + 2.054, + 917, + 3.573, + 918, + 4.119, + 924, + 1.71, + 939, + 1.784, 998, - 1.829, - 1020, - 3.764, - 1021, - 2.231, - 1044, - 1.775, - 1059, - 1.887, - 1069, - 2.814, + 3.274, + 1010, + 2.867, + 1019, + 2.637, + 1025, + 3.123, + 1034, + 1.381, + 1043, + 1.556, + 1075, + 2.233, + 1080, + 4.265, + 1103, + 7.354, + 1104, + 1.968, 1107, - 2.888, - 1137, - 5.839, - 1139, - 2.267, - 1207, - 2.388, - 1214, - 2.814, - 1222, - 1.725, - 1270, - 2.596, - 1355, - 3.564, - 1369, - 1.848, - 1537, - 2.661, - 1603, - 2.231, - 1618, - 2.05, - 1660, - 1.65, - 1709, - 2.388, - 1780, - 2.134, - 1812, - 2.814, - 1822, - 1.425, - 1898, - 1.558, - 1973, + 1.784, + 1134, + 3.572, + 1141, + 2.193, + 1150, 2.024, - 1984, - 2.906, - 1990, - 2.077, - 2031, - 1.775, - 2038, + 1202, 1.71, - 2039, - 2.538, - 2081, - 3.143, - 2108, - 3.014, - 2117, - 2.077, - 2141, - 2.434, - 2172, - 4.98, - 2204, - 2.305, - 2265, - 2.197, - 2266, - 1.792, - 2344, - 2.267, - 2347, - 2.434, - 2362, - 3.143, - 2457, - 2.906, - 2641, - 4.226, - 2756, - 2.345, - 2914, - 3.143, - 2968, - 3.305, - 2984, - 2.484, - 3179, - 3.522, - 3225, - 2.661, - 3226, - 2.388, - 3227, - 2.538, - 3319, - 2.906, - 3638, - 5.111, - 3649, - 3.305, - 3654, - 3.305, - 3656, - 3.522, - 4123, - 7.646, - 4124, - 3.143, - 4125, - 3.852, - 4126, - 3.764, - 4127, - 3.305, - 4128, - 5.957, - 4129, - 3.522, - 4130, - 2.538, - 4131, - 3.014, - 4132, - 3.522, - 4133, - 3.852, - 4134, - 3.852, - 4135, - 3.852, - 4136, - 3.852, - 4137, - 3.143, - 4138, - 3.143, - 4139, - 3.852, - 4140, - 3.852, - 4141, - 5.957, - 4142, - 3.522, - 4143, - 3.852, - 4144, - 2.814 + 1260, + 2.12, + 1272, + 1.599, + 1288, + 2.939, + 1295, + 1.351, + 1304, + 2.12, + 1305, + 2.717, + 1322, + 1.847, + 1379, + 2.631, + 1411, + 3.386, + 1426, + 2.193, + 1432, + 2.024, + 1472, + 3.125, + 1473, + 4.95, + 1548, + 1.942, + 1557, + 2.155, + 1560, + 3.724, + 1574, + 2.193, + 1594, + 5.198, + 1601, + 2.717, + 1607, + 2.086, + 1608, + 4.729, + 1609, + 4.041, + 1616, + 2.276, + 1621, + 1.825, + 1628, + 3.558, + 1629, + 1.613, + 1637, + 2.323, + 1662, + 3.069, + 1672, + 1.942, + 1797, + 2.323, + 1807, + 1.728, + 1866, + 2.054, + 1868, + 3.645, + 1878, + 4.995, + 1882, + 1.599, + 1908, + 2.556, + 1948, + 1.917, + 1968, + 3.008, + 2015, + 2.428, + 2051, + 2.717, + 2054, + 5.435, + 2083, + 4.82, + 2094, + 5.097, + 2164, + 1.556, + 2173, + 4.106, + 2182, + 2.899, + 2279, + 2.717, + 2337, + 4.95, + 2459, + 2.717, + 2471, + 4.613, + 2495, + 2.818, + 2579, + 2.555, + 2581, + 2.717, + 2637, + 2.276, + 2783, + 2.555, + 2916, + 2.276, + 3078, + 2.818, + 3134, + 2.155, + 3314, + 3.091, + 3320, + 2.631, + 3321, + 3.294, + 3325, + 2.631, + 3331, + 8.053, + 3343, + 2.818, + 3350, + 3.091, + 3415, + 3.089, + 3527, + 2.428, + 3566, + 3.091, + 3603, + 4.995, + 3903, + 5.097, + 3920, + 7.228, + 3921, + 5.17, + 3922, + 5.17, + 3923, + 7.369, + 3924, + 4.129, + 3925, + 2.717, + 3926, + 3.602, + 3927, + 3.602, + 3928, + 3.602, + 3929, + 6.978, + 3930, + 3.602, + 3931, + 8.588, + 3932, + 3.602, + 3933, + 3.294, + 3934, + 3.602, + 3935, + 3.602, + 3936, + 3.294, + 3937, + 3.602, + 3938, + 2.428, + 3939, + 3.602, + 3940, + 3.294, + 3941, + 5.653, + 3942, + 3.602, + 3943, + 7.228, + 3944, + 3.602, + 3945, + 7.904, + 3946, + 6.381, + 3947, + 3.602, + 3948, + 5.653, + 3949, + 5.653, + 3950, + 5.653, + 3951, + 5.653, + 3952, + 5.653, + 3953, + 3.091, + 3954, + 3.602, + 3955, + 6.978, + 3956, + 5.17, + 3957, + 3.091, + 3958, + 5.653, + 3959, + 5.653, + 3960, + 6.978, + 3961, + 5.653, + 3962, + 8.588, + 3963, + 3.294, + 3964, + 3.294, + 3965, + 3.294, + 3966, + 5.653, + 3967, + 3.294, + 3968, + 3.602, + 3969, + 2.939, + 3970, + 3.602, + 3971, + 3.294, + 3972, + 1.942, + 3973, + 3.294 ] ], [ - "type/manuals/libraries", + "type/manuals/physics-resolving-collisions", [ 0, 0.731 ] ], [ - "data/manuals/libraries", + "data/manuals/physics-resolving-collisions", [ - 11, - 0.87, - 30, - 1.064, - 33, + 0, + 0.595, + 1, + 1.243, + 2, + 1.231, + 3, + 1.276, + 4, + 1.276, + 5, + 1.282, + 6, + 1.282, + 7, + 1.49, + 18, + 1.137, + 20, 1.302, - 86, - 1.397, + 36, + 0.969, + 38, + 1.136, + 46, + 1.195, + 52, + 1.338, + 57, + 1.471, + 59, + 0.923, + 60, + 1.352, + 73, + 6.118, + 77, + 1.469, + 79, + 0.966, + 91, + 2.422, + 99, + 1.01, + 100, + 1.572, + 106, + 1.65, + 110, + 1.92, + 111, + 2.03, + 113, + 1.963, + 116, + 1.892, + 117, + 2.86, + 121, + 1.608, + 122, + 2.609, + 126, + 1.663, + 127, + 3.276, + 128, + 2.408, + 130, + 2.959, + 141, + 1.798, + 142, + 1.445, + 148, + 1.719, + 153, + 2.09, + 158, + 2.074, 160, - 1.754, + 1.437, + 165, + 2.396, + 166, + 2.284, + 167, + 3.389, + 169, + 0.723, + 178, + 3.812, + 197, + 1.67, + 201, + 2.433, + 207, + 3.066, + 210, + 1.966, + 221, + 6.088, + 240, + 1.382, + 241, + 1.041, + 244, + 2.741, + 260, + 1.638, + 268, + 2.0, + 269, + 1.103, 273, - 3.811, - 338, - 5.021, - 391, - 3.343, - 694, - 4.346, - 858, - 3.104, - 4145, - 7.991 + 1.2, + 280, + 1.906, + 288, + 3.825, + 295, + 2.24, + 330, + 1.55, + 333, + 2.007, + 341, + 2.356, + 359, + 3.178, + 387, + 1.714, + 390, + 2.047, + 452, + 2.063, + 453, + 2.815, + 454, + 1.935, + 467, + 3.202, + 469, + 3.595, + 479, + 1.824, + 488, + 5.295, + 500, + 2.588, + 510, + 1.786, + 524, + 2.376, + 536, + 4.674, + 552, + 1.445, + 560, + 3.071, + 561, + 2.249, + 579, + 2.435, + 601, + 1.761, + 602, + 1.966, + 603, + 2.03, + 669, + 3.013, + 691, + 1.487, + 692, + 1.824, + 702, + 2.435, + 728, + 2.382, + 729, + 2.815, + 738, + 2.908, + 740, + 2.463, + 828, + 6.02, + 877, + 3.276, + 909, + 4.575, + 931, + 2.924, + 948, + 3.871, + 962, + 3.938, + 972, + 4.575, + 975, + 2.331, + 999, + 2.24, + 1002, + 2.408, + 1007, + 1.703, + 1010, + 1.997, + 1011, + 3.134, + 1014, + 4.575, + 1019, + 1.837, + 1025, + 3.311, + 1029, + 2.382, + 1043, + 2.1, + 1093, + 6.834, + 1104, + 1.692, + 1153, + 3.334, + 1186, + 2.382, + 1208, + 2.959, + 1224, + 4.019, + 1327, + 3.276, + 1332, + 1.966, + 1421, + 2.959, + 1562, + 4.674, + 1607, + 2.815, + 1608, + 4.245, + 1609, + 2.815, + 1621, + 2.463, + 1623, + 3.358, + 1629, + 2.177, + 1814, + 3.208, + 1847, + 3.55, + 1871, + 2.356, + 1899, + 7.662, + 1931, + 2.62, + 1942, + 2.731, + 2033, + 6.088, + 2077, + 4.171, + 2087, + 3.071, + 2156, + 2.959, + 2220, + 2.908, + 2286, + 6.847, + 2287, + 3.966, + 2299, + 3.358, + 2300, + 6.364, + 2479, + 3.966, + 2522, + 3.803, + 2550, + 2.815, + 2554, + 2.908, + 2814, + 7.19, + 2904, + 3.966, + 3603, + 3.071, + 3974, + 9.759, + 3975, + 4.86, + 3976, + 8.425, + 3977, + 4.171, + 3978, + 4.86, + 3979, + 4.86, + 3980, + 4.86, + 3981, + 4.86, + 3982, + 4.86, + 3983, + 10.564, + 3984, + 4.709, + 3985, + 4.86, + 3986, + 6.488, + 3987, + 4.445, + 3988, + 5.648, + 3989, + 4.86, + 3990, + 7.095, + 3991, + 11.044, + 3992, + 4.86, + 3993, + 7.095, + 3994, + 9.798, + 3995, + 4.86, + 3996, + 9.213, + 3997, + 7.662, + 3998, + 7.095, + 3999, + 4.86, + 4000, + 4.86, + 4001, + 7.662, + 4002, + 3.803 ] ], [ - "type/manuals/bob", + "type/manuals/extender-local-setup", [ 0, 0.731 ] ], [ - "data/manuals/bob", + "data/manuals/extender-local-setup", [ 0, - 0.304, + 0.389, 1, - 0.635, + 0.813, 2, - 0.628, + 0.805, 3, - 0.651, + 0.834, 4, - 0.651, + 1.343, 5, - 0.655, + 0.839, 6, - 0.655, + 0.839, 7, - 1.527, - 8, - 1.325, - 9, - 0.919, + 1.581, 10, - 0.762, - 11, - 1.028, - 15, - 1.715, - 16, - 0.984, + 1.746, 18, - 2.313, - 21, - 1.745, - 22, - 2.018, - 23, - 1.168, - 26, - 1.119, - 29, - 2.487, - 30, - 1.088, - 32, - 1.028, - 33, - 1.376, - 35, - 0.738, - 37, - 1.853, + 1.062, + 20, + 1.147, + 36, + 1.61, + 38, + 0.958, 39, - 0.981, + 1.08, 42, - 0.592, - 48, - 1.162, - 51, - 0.783, - 54, - 1.112, + 0.577, + 43, + 1.649, + 46, + 1.231, + 52, + 1.409, 56, - 1.761, + 1.992, + 57, + 1.104, 59, - 1.773, - 67, - 1.893, - 68, - 1.604, - 70, - 1.588, - 71, - 0.856, - 72, - 0.981, - 74, - 0.904, + 0.991, + 62, + 1.693, + 63, + 3.114, + 76, + 3.419, 77, - 1.527, - 80, - 1.924, - 83, - 1.045, + 1.879, + 79, + 0.85, 86, - 1.348, - 101, - 1.178, + 1.662, + 90, + 2.056, + 91, + 2.193, + 99, + 1.059, + 100, + 0.596, 102, - 2.089, + 0.817, + 103, + 1.479, + 105, + 1.275, 106, - 0.981, - 110, - 0.826, - 111, - 1.398, + 1.446, + 108, + 0.934, + 113, + 1.025, + 116, + 1.237, 121, - 2.966, - 125, - 2.185, - 127, - 1.744, - 137, - 1.323, - 141, - 1.416, - 146, - 0.981, - 147, - 3.581, - 151, - 0.991, - 156, - 1.511, - 159, - 1.567, - 160, - 0.968, - 161, - 0.829, - 162, - 1.073, - 181, - 1.004, - 186, - 1.616, - 191, - 1.057, - 193, - 0.524, + 1.693, + 124, + 2.801, + 126, + 1.603, + 148, + 2.097, + 150, + 0.805, + 153, + 2.269, + 158, + 1.496, + 169, + 0.956, + 171, + 2.624, 196, - 2.149, + 1.099, + 197, + 2.53, 198, - 1.364, - 203, - 1.568, - 217, - 2.542, - 224, - 1.487, + 0.866, + 201, + 1.814, + 226, + 1.424, + 227, + 5.642, 229, - 3.911, - 234, - 0.755, - 237, - 1.968, + 1.178, + 230, + 1.106, + 231, + 1.92, + 238, + 1.786, + 239, + 1.398, 247, - 1.716, - 258, - 1.942, + 1.693, + 253, + 3.69, + 256, + 2.121, 263, - 1.977, - 265, - 2.962, - 267, - 2.514, - 273, - 2.103, - 283, - 3.88, - 289, - 1.568, - 291, - 1.434, - 298, - 1.637, - 300, - 0.531, - 302, - 2.377, - 306, - 3.321, + 0.95, + 268, + 1.504, + 285, + 1.423, + 290, + 1.237, 313, - 2.167, - 316, - 1.256, - 318, - 3.746, - 320, - 2.714, - 348, - 1.673, + 4.348, + 333, + 1.817, + 334, + 1.761, + 342, + 1.423, 350, - 0.826, - 355, - 1.054, - 357, - 1.203, - 391, - 2.614, - 393, - 2.881, - 407, - 1.686, - 422, - 3.461, - 423, - 1.485, - 425, - 1.288, - 428, - 1.243, - 429, - 3.983, - 469, - 0.952, - 478, - 1.037, - 493, - 0.726, - 495, - 1.416, + 3.062, + 368, + 1.455, + 380, + 1.128, + 390, + 1.339, + 392, + 1.113, + 442, + 1.423, + 452, + 1.488, + 454, + 3.215, + 457, + 1.128, + 471, + 0.852, + 490, + 2.138, + 504, + 1.61, + 521, + 3.158, + 522, + 1.574, 524, - 3.174, - 547, - 1.884, - 548, - 1.092, - 550, - 3.733, - 564, - 1.416, - 573, - 4.373, - 575, - 6.957, - 576, - 2.948, - 581, - 3.068, - 583, - 2.543, - 586, - 4.941, - 587, - 3.329, - 588, - 2.13, + 2.152, + 543, + 2.054, + 554, + 1.92, 590, - 1.787, - 594, - 1.716, - 599, - 1.178, - 605, - 3.129, - 611, - 3.137, - 614, - 1.568, + 2.662, + 601, + 1.151, + 602, + 1.285, + 603, + 1.327, + 604, + 1.61, 623, - 3.928, - 632, - 1.511, - 645, - 2.221, - 655, - 1.836, - 659, - 4.557, - 660, - 2.281, - 680, - 0.981, - 694, - 1.102, - 700, - 1.133, - 724, - 2.313, - 732, - 1.813, - 749, - 1.258, - 753, - 6.687, + 2.271, + 629, + 0.956, + 633, + 1.61, + 637, + 3.3, + 638, + 2.008, + 644, + 1.574, + 646, + 5.18, + 650, + 6.217, + 674, + 1.592, + 685, + 3.847, + 690, + 5.453, + 703, + 3.166, + 711, + 1.901, + 715, + 3.87, + 745, + 2.195, 759, - 0.875, - 767, - 1.356, - 768, - 3.407, - 769, - 5.331, - 770, - 4.637, - 771, - 4.957, - 780, - 1.568, - 785, - 5.044, - 793, - 1.258, - 802, - 2.092, - 808, - 0.881, - 810, - 1.511, + 2.049, + 762, + 1.45, + 773, + 1.151, 811, - 1.045, - 858, - 1.713, - 861, - 2.27, - 862, - 2.116, - 866, - 1.789, - 883, - 2.588, - 889, - 1.637, - 891, - 1.881, - 903, - 5.188, - 905, - 2.771, - 918, - 1.485, - 954, - 1.321, - 969, - 2.003, - 998, - 2.565, - 1011, - 2.466, - 1042, - 1.304, - 1056, - 1.942, - 1057, - 2.27, - 1058, - 2.814, - 1107, - 2.619, - 1120, - 2.13, - 1129, - 1.073, - 1149, - 1.673, - 1155, - 3.149, - 1158, - 5.693, - 1170, - 2.884, - 1177, - 3.733, - 1198, - 1.6, - 1239, - 2.072, - 1261, - 2.771, - 1262, - 1.356, - 1273, - 1.375, - 1274, - 1.568, - 1284, - 3.865, - 1289, - 4.788, - 1292, - 4.076, - 1293, - 4.138, + 2.535, + 859, + 1.592, + 914, + 3.79, + 917, + 1.437, + 925, + 3.371, + 935, + 3.649, + 941, + 1.246, + 947, + 1.67, + 975, + 1.524, + 999, + 1.464, + 1047, + 3.497, + 1079, + 1.541, + 1096, + 2.321, + 1104, + 1.106, + 1136, + 1.97, + 1146, + 1.373, + 1202, + 1.509, + 1218, + 5.225, + 1224, + 2.455, + 1283, + 4.412, + 1296, + 1.184, + 1322, + 1.63, 1323, - 6.37, - 1324, - 2.692, - 1325, - 1.715, - 1367, - 1.416, - 1373, - 3.51, - 1378, - 4.076, - 1392, - 3.818, - 1417, - 2.13, - 1443, - 1.872, - 1444, - 1.813, - 1453, - 2.13, - 1464, - 1.6, - 1467, - 2.381, - 1484, - 5.776, - 1485, - 3.149, - 1492, - 1.813, - 1503, - 4.367, - 1504, - 3.233, - 1569, - 0.875, - 1577, - 1.715, + 1.327, + 1337, + 5.207, + 1440, + 1.935, + 1471, + 1.574, + 1475, + 7.252, + 1511, + 1.713, + 1570, + 2.142, + 1597, + 1.841, + 1650, + 3.062, 1662, - 1.144, - 1678, - 0.973, - 1695, - 4.455, - 1699, - 4.409, - 1700, - 4.076, - 1701, - 6.622, - 1704, - 2.592, - 1758, - 1.321, - 1795, - 2.167, - 1799, - 3.972, - 1819, - 2.13, - 1822, - 1.999, - 1843, - 1.539, - 1845, - 3.35, - 1853, - 4.656, - 1855, - 1.872, - 1927, - 4.637, - 1928, - 3.642, - 1929, - 1.23, - 1957, - 1.216, - 1994, - 1.813, - 2010, - 1.338, + 3.551, + 1839, + 2.255, + 1871, + 1.541, + 1908, + 1.437, + 1911, + 1.63, + 1920, + 2.381, + 1933, + 3.419, + 1961, + 3.116, + 1989, + 2.919, + 1993, + 3.449, + 1997, + 2.919, + 1999, + 4.473, + 2006, + 1.67, 2012, - 3.266, - 2016, - 2.638, - 2118, - 1.485, - 2130, - 1.813, - 2144, - 1.539, - 2204, - 1.485, - 2228, - 1.942, - 2251, - 2.13, - 2258, + 5.026, + 2013, + 2.195, + 2019, + 2.142, + 2020, + 2.321, + 2021, + 8.635, + 2024, + 3.33, + 2049, + 2.008, + 2054, + 4.921, + 2096, + 1.761, + 2101, + 3.173, + 2139, + 2.397, + 2155, + 5.207, + 2164, + 2.211, + 2169, + 2.142, + 2194, + 5.642, + 2201, + 2.727, + 2239, + 2.906, + 2244, + 2.195, + 2268, + 1.691, + 2345, + 5.898, + 2353, + 6.282, + 2355, + 4.004, + 2358, + 1.97, + 2359, + 2.397, + 2533, + 2.142, + 2568, + 2.008, + 2579, + 2.255, + 2647, + 2.321, + 2854, + 3.3, + 2902, + 2.397, + 2928, + 2.255, + 2941, + 2.255, + 2953, + 2.195, + 2954, + 3.449, + 2955, 1.813, - 2279, - 3.407, - 2287, - 1.942, - 2392, - 3.18, - 2399, - 1.872, - 2409, - 5.044, - 2462, - 4.628, - 2475, - 2.193, - 2502, - 1.485, - 2542, - 1.375, - 2587, - 4.859, - 2667, - 6.708, - 2752, - 1.635, - 2760, - 2.75, - 2762, - 2.27, - 2820, - 3.582, - 2834, - 2.13, - 2899, - 2.27, - 2956, - 2.025, - 2960, - 3.582, - 3048, - 1.942, - 3058, - 2.75, - 3065, - 1.872, - 3075, - 1.635, - 3355, - 1.511, - 3358, - 3.642, - 3391, - 2.025, - 3418, - 2.814, - 3434, - 7.498, - 3435, - 5.289, - 3436, - 2.27, - 3437, - 5.014, - 3460, - 4.637, - 3609, - 2.13, - 4001, - 1.942, + 2967, + 4.233, + 2974, + 2.486, + 2975, + 2.593, + 2986, + 2.593, + 2988, + 2.906, + 3071, + 2.142, + 3166, + 2.593, + 3176, + 2.397, + 3178, + 3.861, + 3182, + 2.397, + 3192, + 5.898, + 3218, + 4.558, + 3226, + 6.091, + 3233, + 4.68, + 3268, + 7.949, + 3269, + 2.727, + 3276, + 4.391, + 3316, + 2.906, + 3431, + 2.727, + 3511, + 4.004, + 3574, + 4.693, + 3577, + 2.727, + 3599, + 2.094, + 3620, + 5.026, + 3696, + 2.593, + 3724, + 4.176, + 3909, + 4.176, + 3925, + 2.397, + 4003, + 10.383, 4004, - 4.076, + 3.178, + 4005, + 3.178, + 4006, + 2.906, 4007, - 1.635, + 4.176, + 4008, + 5.118, 4009, - 2.13, + 5.118, + 4010, + 3.178, + 4011, + 2.906, + 4012, + 2.593, + 4013, + 2.727, + 4014, + 3.178, + 4015, + 3.178, + 4016, + 5.118, + 4017, + 2.486, + 4018, + 3.178, + 4019, + 4.391, + 4020, + 2.593, + 4021, + 3.178, + 4022, + 2.906, + 4023, + 3.178, + 4024, + 9.073, + 4025, + 3.178, + 4026, + 3.178, + 4027, + 3.178, + 4028, + 7.403, + 4029, + 8.297, + 4030, + 5.118, + 4031, + 3.178, + 4032, + 3.178, + 4033, + 2.906, + 4034, + 5.875, + 4035, + 3.178, + 4036, + 2.906, + 4037, + 2.906, + 4038, + 2.906, + 4039, + 2.906, + 4040, + 3.178, + 4041, + 3.178, 4042, - 4.941, - 4146, - 2.482, - 4147, - 4.175, - 4148, - 6.336, - 4149, - 3.818, - 4150, - 5.794, - 4151, - 2.482, - 4152, - 2.482, - 4153, - 2.482, - 4154, - 2.482, - 4155, - 2.482, - 4156, - 2.482, - 4157, - 1.872, - 4158, - 2.27, - 4159, - 2.27, - 4160, - 2.482, - 4161, - 2.482, - 4162, - 4.175, - 4163, - 2.482, - 4164, - 2.27, - 4165, - 2.482, - 4166, - 7.816, - 4167, - 4.941, - 4168, - 2.482, - 4169, - 2.482, - 4170, - 3.049, - 4171, - 4.175, - 4172, - 2.482, - 4173, - 1.942, - 4174, - 1.872, - 4175, - 3.582, - 4176, - 2.482, - 4177, - 2.13, - 4178, - 2.482, - 4179, - 2.482, - 4180, - 2.025, - 4181, - 2.482, - 4182, - 3.266, - 4183, - 2.482, - 4184, - 2.482, - 4185, - 3.049, - 4186, - 2.482, - 4187, - 2.27, - 4188, - 4.175, - 4189, - 4.175, - 4190, - 3.818, - 4191, - 2.482, - 4192, - 2.482, - 4193, - 5.794, - 4194, - 3.818, - 4195, - 2.482, - 4196, - 2.482, - 4197, - 2.27, - 4198, - 2.962, - 4199, - 5.404, - 4200, - 2.482, - 4201, - 2.27, - 4202, - 3.818, - 4203, - 2.025, - 4204, - 1.872, - 4205, - 4.175, - 4206, - 4.175, - 4207, - 1.761, - 4208, - 2.27, - 4209, - 2.482, - 4210, - 2.482, - 4211, - 2.025, - 4212, - 5.529, - 4213, - 6.57, - 4214, - 4.175, - 4215, - 4.175, - 4216, - 3.818, - 4217, - 2.482, - 4218, - 2.482, - 4219, - 3.149, - 4220, - 3.582, - 4221, - 2.482, - 4222, - 2.482, - 4223, - 2.482, - 4224, - 2.27, - 4225, - 2.482, - 4226, - 2.482, - 4227, - 2.025, - 4228, - 2.482, - 4229, - 3.818, - 4230, - 2.482, - 4231, - 2.482, - 4232, - 8.893, - 4233, - 8.893, - 4234, - 2.025, - 4235, - 9.874, - 4236, - 9.874, - 4237, - 2.482, - 4238, - 9.874, - 4239, - 9.874, - 4240, - 4.941, - 4241, - 2.482, - 4242, - 6.336, - 4243, - 2.482, - 4244, - 2.482, - 4245, - 2.482, - 4246, - 2.482, - 4247, - 2.482, - 4248, - 2.27, - 4249, - 2.482, - 4250, - 2.482, - 4251, - 2.482, - 4252, - 2.13, - 4253, - 2.482, - 4254, - 2.482 - ] - ], - [ - "type/manuals/microsoft-xbox", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/microsoft-xbox", - [ - 7, - 1.151, - 11, - 0.959, - 16, - 0.827, - 30, - 0.827, - 33, - 1.218, - 74, - 1.018, - 146, - 3.622, - 247, - 2.085, - 300, - 1.963, - 465, - 2.263, - 521, - 4.501, - 654, - 3.65, - 765, - 5.911, - 766, - 5.485, - 782, - 5.228, - 787, - 5.309, - 792, - 3.368, - 1257, - 4.224, - 1308, - 7.866, - 1647, - 6.333, - 2019, - 7.48, - 2030, - 7.48, - 2234, - 9.873, - 3575, - 7.48, - 3877, - 7.48, - 4255, - 12.25, - 4256, - 7.866, - 4257, - 9.167, - 4258, - 7.866, - 4259, - 8.383, - 4260, - 7.866 + 4.176, + 4043, + 3.178, + 4044, + 3.178, + 4045, + 5.118, + 4046, + 3.178, + 4047, + 3.178, + 4048, + 4.004, + 4049, + 3.178, + 4050, + 9.742, + 4051, + 5.118, + 4052, + 3.178, + 4053, + 7.365, + 4054, + 3.178, + 4055, + 3.178, + 4056, + 3.178, + 4057, + 5.118, + 4058, + 3.178, + 4059, + 5.118, + 4060, + 3.178, + 4061, + 3.178, + 4062, + 3.178, + 4063, + 5.118, + 4064, + 5.118, + 4065, + 5.118, + 4066, + 4.68, + 4067, + 5.118, + 4068, + 7.365, + 4069, + 3.449, + 4070, + 3.178, + 4071, + 5.118, + 4072, + 3.178, + 4073, + 5.118, + 4074, + 4.68, + 4075, + 4.391, + 4076, + 3.178, + 4077, + 3.178, + 4078, + 3.178, + 4079, + 3.178, + 4080, + 3.178, + 4081, + 8.909, + 4082, + 5.118, + 4083, + 5.118, + 4084, + 9.438, + 4085, + 3.178, + 4086, + 2.906, + 4087, + 3.178, + 4088, + 3.178, + 4089, + 3.178, + 4090, + 2.321, + 4091, + 2.727, + 4092, + 3.178, + 4093, + 3.178, + 4094, + 3.178, + 4095, + 2.906, + 4096, + 3.178, + 4097, + 4.391, + 4098, + 1.97, + 4099, + 3.178, + 4100, + 5.118, + 4101, + 5.118, + 4102, + 5.118, + 4103, + 3.178, + 4104, + 1.97 ] ], [ - "type/manuals/debugging-native-code-android", + "type/manuals/online-services", [ 0, 0.731 ] ], [ - "data/manuals/debugging-native-code-android", + "data/manuals/online-services", [ 0, - 0.709, + 0.975, 1, - 1.48, + 2.035, 2, - 1.465, + 2.015, 3, - 1.519, + 2.089, 4, - 1.519, + 2.089, 5, - 1.527, + 2.1, 6, - 1.527, + 2.1, 7, - 1.589, - 8, - 0.74, - 9, - 0.944, - 11, - 0.962, - 16, - 0.725, - 21, - 1.64, - 22, - 2.522, - 23, - 1.737, - 27, - 3.657, - 28, - 2.852, - 30, - 1.128, - 32, - 1.756, - 33, - 1.392, - 35, - 1.721, - 41, - 1.682, - 51, - 1.086, - 55, - 3.998, + 1.601, + 18, + 0.718, + 38, + 0.884, + 46, + 1.135, 59, - 2.458, - 67, - 2.815, - 70, - 1.3, - 71, - 1.187, - 73, - 2.523, - 74, - 1.163, - 77, - 1.154, - 86, - 1.586, - 92, - 1.988, - 94, - 3.447, + 0.974, + 99, + 1.067, 110, - 1.926, - 111, - 2.691, - 137, - 0.861, - 140, - 2.667, - 141, - 1.61, - 149, - 2.873, - 151, - 1.061, - 152, - 2.513, - 153, - 3.901, - 160, - 1.037, - 181, - 2.34, - 223, - 3.206, - 234, - 1.76, - 247, - 1.051, - 263, - 2.789, - 297, - 2.516, - 300, - 1.72, - 320, - 3.442, - 339, - 2.171, - 343, - 1.646, - 386, - 3.079, - 391, - 2.742, - 393, - 2.359, - 395, - 2.287, - 399, - 6.06, - 400, - 2.867, - 407, - 1.664, - 408, - 4.227, - 417, - 2.805, - 422, - 2.616, - 423, - 3.462, - 425, - 4.169, - 460, - 3.442, - 493, - 1.692, - 547, - 1.721, - 548, - 3.533, - 554, - 1.914, - 573, - 4.172, - 590, - 1.914, - 659, - 3.15, - 680, - 3.646, - 758, - 2.501, - 776, - 2.568, - 802, - 5.247, - 804, - 4.025, - 827, - 2.203, - 837, - 3.405, - 859, - 1.891, - 862, - 2.933, - 866, - 4.271, - 889, - 2.269, - 891, - 2.014, - 908, - 3.732, - 910, - 8.135, - 939, - 3.079, - 969, - 2.776, - 1045, - 2.899, - 1078, - 2.417, - 1104, - 2.899, - 1107, - 2.805, - 1150, - 4.722, - 1177, - 3.998, - 1289, - 4.676, - 1342, - 3.523, - 1357, - 3.732, - 1359, - 3.3, - 1454, - 4.966, - 1464, - 3.732, - 1467, - 3.3, - 1488, - 4.515, - 1516, - 2.027, - 1569, - 2.041, - 1586, - 2.776, - 1669, - 3.588, - 1678, - 2.269, - 1695, - 4.833, - 1788, - 5.293, - 1850, - 4.807, - 1853, - 5.293, - 1882, - 3.657, - 1898, - 2.34, - 2103, - 4.966, - 2126, - 3.812, - 2330, - 4.105, - 2334, - 4.227, - 2392, - 3.405, - 2587, - 3.162, - 2834, - 4.966, - 2846, - 3.998, - 2923, - 4.966, - 3182, - 5.415, - 3341, - 3.588, - 3425, - 4.722, - 3441, - 3.998, - 3516, - 4.105, - 3835, - 4.527, - 3904, - 4.227, - 4094, - 5.868, - 4157, - 6.06, - 4224, - 5.292, - 4261, - 4.966, - 4262, - 5.292, - 4263, - 5.787, - 4264, - 5.292, - 4265, - 5.787, - 4266, - 6.894, - 4267, - 5.787, - 4268, - 7.53, - 4269, - 8.034, - 4270, - 5.787, - 4271, - 4.966, - 4272, - 5.787, - 4273, - 5.292, - 4274, - 5.292, - 4275, - 5.787, - 4276, - 3.901, - 4277, - 5.787, - 4278, - 5.787, - 4279, - 5.787, - 4280, - 4.527, - 4281, - 5.787, - 4282, - 5.787, - 4283, - 5.787, - 4284, - 5.292, - 4285, - 5.292 + 4.681, + 113, + 1.594, + 194, + 2.25, + 198, + 3.308, + 249, + 3.817, + 256, + 2.425, + 280, + 3.12, + 497, + 4.08, + 614, + 3.12, + 629, + 3.246, + 715, + 4.181, + 996, + 4.032, + 1131, + 3.942, + 2014, + 9.261, + 2020, + 7.238, + 2194, + 5.739, + 2281, + 9.092, + 2353, + 6.959, + 2514, + 5.897, + 3229, + 6.828, + 3312, + 6.493, + 3584, + 5.645, + 4105, + 8.086, + 4106, + 9.91, + 4107, + 7.276, + 4108, + 7.276, + 4109, + 6.493, + 4110, + 6.828, + 4111, + 6.493, + 4112, + 7.276 ] ], [ - "type/manuals/writing-code", + "type/manuals/application-security", [ 0, 0.731 ] ], [ - "data/manuals/writing-code", + "data/manuals/application-security", [ 0, - 0.535, + 0.296, 1, - 1.118, + 0.619, 2, - 1.993, + 0.612, 3, - 1.147, + 0.635, 4, - 1.147, + 1.636, 5, - 1.153, + 0.638, 6, - 1.153, + 0.638, 7, - 1.568, + 1.463, 8, - 1.199, - 9, - 0.867, + 1.743, 10, - 1.197, - 11, - 1.043, - 12, - 3.446, - 13, - 1.445, - 16, - 1.003, + 2.192, + 18, + 1.128, + 20, + 1.514, 22, - 2.383, + 0.994, 23, - 1.418, - 25, - 2.492, - 29, - 1.966, + 1.093, 30, - 1.109, - 32, - 1.665, - 33, - 1.163, - 34, - 2.492, + 2.355, + 36, + 1.867, + 38, + 1.157, + 39, + 1.119, + 42, + 1.892, 46, - 1.216, - 48, - 1.216, - 52, - 2.183, + 1.571, 54, - 2.937, + 4.013, + 56, + 0.941, + 57, + 1.464, + 59, + 1.049, 60, - 2.673, - 64, - 2.762, - 68, - 1.786, - 70, - 1.474, - 71, - 1.615, - 74, - 1.264, + 2.532, + 63, + 1.172, + 72, + 0.805, + 76, + 1.287, 77, - 0.871, + 1.939, + 79, + 0.972, + 84, + 1.036, 86, - 1.561, - 87, - 1.81, + 0.785, + 90, + 0.974, 91, - 3.018, - 97, - 1.337, + 2.579, + 99, + 1.059, + 100, + 1.169, 102, - 3.45, - 112, - 2.762, - 137, - 1.519, - 141, - 1.314, + 1.79, + 103, + 1.739, + 105, + 0.97, + 106, + 1.677, + 107, + 1.732, + 108, + 0.711, + 109, + 1.533, + 110, + 1.614, + 113, + 1.876, + 121, + 0.8, + 122, + 0.753, + 125, + 0.736, + 126, + 1.904, + 130, + 2.487, + 140, + 1.882, + 142, + 0.719, + 143, + 1.172, + 147, + 1.423, + 148, + 1.805, + 149, + 2.018, + 150, + 1.763, 151, - 1.604, - 152, - 1.19, - 156, - 5.326, + 2.197, + 153, + 2.176, 160, - 1.763, - 161, - 0.867, - 162, + 2.059, + 165, + 1.168, + 166, + 1.92, + 167, + 0.978, + 169, 1.124, - 187, - 3.019, - 191, - 2.585, - 224, - 1.203, - 234, - 1.329, - 237, - 1.812, - 244, - 2.296, - 247, - 2.104, - 248, - 1.976, + 171, + 3.195, + 172, + 1.797, + 174, + 2.839, + 177, + 0.74, + 178, + 1.522, + 194, + 1.82, + 196, + 1.412, + 198, + 2.837, + 199, + 1.75, + 201, + 1.977, + 216, + 0.956, + 226, + 1.137, + 228, + 1.027, + 229, + 1.668, + 230, + 1.422, + 231, + 2.338, + 240, + 1.508, + 241, + 1.334, + 249, + 1.16, + 253, + 1.212, 256, - 1.285, - 263, - 2.202, - 267, - 2.033, - 270, - 2.325, + 2.201, + 257, + 0.956, + 260, + 0.815, + 268, + 0.834, + 269, + 1.714, 273, - 1.701, - 277, - 1.473, + 2.172, + 281, + 2.532, 282, - 2.296, + 1.198, 288, - 1.701, - 290, - 2.283, - 291, - 2.253, - 298, - 2.572, - 300, - 1.686, - 302, - 3.517, - 316, - 2.631, + 1.304, + 292, + 3.236, + 294, + 1.379, + 313, + 3.451, 317, - 2.461, - 318, - 1.781, - 336, - 1.994, - 339, - 2.461, - 343, - 1.865, - 351, - 2.165, - 361, - 3.489, - 384, - 1.856, - 391, - 1.492, - 393, - 1.781, - 406, - 1.825, - 407, + 1.423, + 334, + 1.34, + 340, + 1.766, + 342, + 1.83, + 350, + 1.447, + 353, + 0.97, + 359, + 1.83, + 368, + 0.688, + 382, + 1.47, + 383, + 1.593, + 387, + 0.853, + 392, + 1.431, + 395, + 1.892, + 402, + 1.287, + 414, + 1.593, + 433, + 0.986, + 434, + 1.125, + 439, 1.63, - 427, - 2.118, - 430, - 3.052, - 440, - 3.213, - 465, - 1.943, - 470, - 3.1, - 496, - 3.489, - 506, - 3.297, - 508, - 2.818, - 509, - 3.685, - 519, - 4.32, + 442, + 1.83, + 446, + 1.212, + 449, + 1.447, + 452, + 2.024, + 454, + 2.111, + 457, + 0.859, + 471, + 0.648, + 473, + 2.332, + 489, + 1.125, + 497, + 1.24, + 500, + 0.882, + 510, + 1.501, + 516, + 1.304, 521, - 1.714, - 547, - 2.34, - 553, - 3.685, + 1.846, + 524, + 0.81, + 537, + 1.379, + 541, + 1.287, + 543, + 2.128, + 548, + 2.691, + 552, + 2.513, 554, - 1.445, + 1.533, 555, - 2.762, - 569, - 2.529, - 583, - 2.36, - 595, - 2.376, - 599, - 2.075, - 633, - 3.841, - 645, - 2.325, - 709, - 2.818, - 728, - 2.215, - 776, - 1.94, - 780, - 2.762, - 792, - 1.605, + 1.952, + 561, + 1.681, + 577, + 1.602, + 591, + 1.593, + 608, + 1.198, + 614, + 0.948, + 622, + 1.172, + 623, + 2.353, + 629, + 1.595, + 631, + 2.627, + 633, + 3.529, + 634, + 0.956, + 636, + 2.033, + 642, + 2.07, + 645, + 1.423, + 646, + 3.529, + 650, + 1.593, + 672, + 1.125, + 675, + 0.927, + 677, + 1.114, + 679, + 1.083, + 685, + 1.665, + 686, + 1.304, + 689, + 1.083, + 693, + 4.551, + 701, + 1.271, + 703, + 1.602, + 710, + 1.172, + 711, + 1.447, + 713, + 3.316, + 728, + 1.185, + 729, + 1.401, + 732, + 1.593, + 733, + 2.212, + 735, + 2.544, + 751, + 1.652, + 754, + 1.447, + 762, + 2.844, + 765, + 1.858, + 771, + 1.125, + 773, + 0.876, + 775, + 1.34, 793, - 3.323, - 794, - 3.192, - 808, - 2.328, - 821, - 2.762, - 826, - 2.118, - 827, - 1.664, - 851, - 3.446, - 854, - 3.019, - 855, - 3.419, + 2.9, + 823, + 1.593, + 825, + 1.892, + 858, + 1.447, 859, - 2.142, - 860, - 2.515, - 882, - 4.188, - 884, - 2.456, + 1.212, + 863, + 1.824, + 864, + 2.822, + 873, + 1.671, + 890, + 1.255, 891, - 4.155, - 892, - 2.531, + 1.385, + 894, + 1.614, + 895, + 1.16, 901, - 2.268, - 933, - 2.492, - 948, - 1.652, - 969, - 2.096, - 1011, - 1.994, + 1.765, + 902, + 1.379, + 908, + 1.824, + 909, + 1.559, + 910, + 2.173, + 911, + 1.34, + 938, + 1.528, + 939, + 3.45, + 977, + 1.287, + 978, + 1.614, + 986, + 1.63, + 996, + 1.226, + 999, + 1.114, + 1007, + 0.847, + 1010, + 0.994, 1029, - 3.566, - 1040, - 5.763, - 1042, - 2.296, - 1043, - 3.1, - 1054, - 2.531, - 1059, - 2.141, + 2.002, + 1034, + 2.033, + 1052, + 1.271, + 1053, + 2.898, + 1055, + 2.33, + 1056, + 2.983, + 1060, + 1.359, + 1061, + 1.593, + 1064, + 1.185, + 1066, + 2.443, + 1067, + 0.79, + 1068, + 2.581, + 1078, + 5.253, + 1079, + 1.98, + 1081, + 1.472, + 1083, + 1.892, + 1089, + 1.593, + 1101, + 2.404, + 1103, + 5.299, + 1104, + 3.063, 1107, - 4.241, + 2.024, + 1141, + 1.472, + 1146, + 1.045, + 1152, + 1.766, + 1166, + 1.401, 1173, - 2.014, - 1182, - 5.351, + 1.185, 1211, - 1.94, - 1234, - 2.141, - 1273, - 2.421, - 1277, - 3.192, - 1284, - 3.737, - 1334, - 3.566, - 1355, - 2.615, - 1360, - 2.661, - 1371, - 2.946, - 1372, - 2.818, - 1374, - 2.762, - 1549, - 3.633, - 1583, - 2.572, - 1642, - 2.709, - 1663, - 3.146, - 1675, - 2.879, - 1678, - 3.43, - 1704, - 3.146, - 1797, - 2.615, - 1799, - 2.456, - 1821, - 2.911, - 1822, - 1.617, - 1843, - 2.709, - 1850, - 2.615, - 1898, - 1.767, - 1960, - 2.946, - 2011, - 3.583, - 2020, - 2.946, - 2031, - 3.022, - 2038, - 2.911, - 2133, - 3.419, - 2172, - 2.456, - 2215, - 3.1, + 1.766, + 1216, + 1.304, + 1226, + 2.33, + 1267, + 1.671, + 1282, + 2.075, + 1289, + 1.499, + 1323, + 2.603, + 1326, + 2.487, + 1343, + 2.263, + 1412, + 1.63, + 1413, + 1.472, + 1449, + 1.892, + 1457, + 1.423, + 1476, + 1.973, + 1479, + 1.423, + 1485, + 2.691, + 1495, + 2.263, + 1498, + 1.671, + 1506, + 2.075, + 1507, + 1.499, + 1508, + 1.824, + 1511, + 1.304, + 1543, + 1.423, + 1546, + 1.255, + 1554, + 2.075, + 1577, + 2.075, + 1584, + 1.359, + 1588, + 2.002, + 1629, + 1.83, + 1660, + 1.892, + 1661, + 2.046, + 1662, + 1.064, + 1681, + 3.445, + 1721, + 1.671, + 1806, + 1.671, + 1859, + 2.075, + 1866, + 1.379, + 1871, + 1.172, + 1882, + 2.353, + 1884, + 2.958, + 1901, + 2.366, + 1908, + 1.093, + 1929, + 1.287, + 1933, + 1.287, + 1936, + 1.34, + 1948, + 2.173, + 1975, + 0.957, + 2021, + 3.333, + 2027, + 2.024, + 2028, + 1.63, + 2054, + 2.33, + 2062, + 3.081, + 2075, + 3.728, + 2083, + 1.671, + 2085, + 1.973, + 2101, + 1.499, + 2105, + 4.587, + 2116, + 1.379, + 2120, + 1.824, + 2136, + 2.691, + 2142, + 3.493, + 2143, + 3.493, + 2164, + 2.291, + 2171, + 1.671, + 2173, + 1.423, + 2175, + 1.593, + 2202, + 2.075, 2217, - 3.192, - 2221, - 3.192, - 2252, - 3.75, - 2291, - 2.615, - 2344, - 2.572, - 2448, - 3.419, - 2453, - 3.1, - 2461, - 3.419, - 2542, - 2.421, - 2551, - 3.297, - 2652, - 2.879, - 2691, - 3.019, - 2771, - 2.879, - 2774, - 2.709, - 2786, - 2.531, - 2864, - 3.566, - 2924, + 2.487, + 2272, + 1.973, + 2327, + 1.528, + 2335, 3.419, - 3094, - 3.75, - 3123, - 3.996, - 3172, - 3.566, - 3445, - 3.297, - 3560, - 3.1, + 2338, + 2.075, + 2345, + 1.766, + 2353, + 4.871, + 2355, + 7.12, + 2359, + 3.081, + 2360, + 1.304, + 2403, + 1.716, + 2441, + 1.271, + 2506, + 1.499, + 2519, + 1.824, + 2550, + 1.401, + 2709, + 2.753, + 2717, + 1.766, + 2794, + 2.075, + 2855, + 1.892, + 2913, + 2.212, + 2952, + 2.858, + 2955, + 1.379, + 2957, + 3.196, + 2965, + 2.075, + 2978, + 1.716, + 2997, + 1.973, + 3037, + 1.973, + 3043, + 6.292, + 3057, + 1.671, + 3067, + 4.875, + 3079, + 1.766, + 3107, + 2.822, + 3161, + 3.493, + 3176, + 1.824, + 3217, + 4.327, + 3218, + 3.762, + 3224, + 1.593, + 3229, + 2.075, + 3235, + 2.212, + 3260, + 2.075, + 3313, + 1.973, + 3366, + 1.716, + 3399, + 1.671, + 3475, + 1.973, + 3488, + 3.505, + 3491, + 4.327, + 3527, + 1.63, 3584, - 3.996, - 3598, - 3.566, - 3712, - 3.996, + 2.898, + 3597, + 1.716, + 3663, + 2.212, + 3667, + 1.824, + 3668, + 1.973, + 3672, + 4.327, + 3695, + 1.766, + 3722, + 2.212, 3733, - 3.996, - 3942, - 3.192, - 4068, - 3.192, - 4083, - 3.419, - 4094, - 4.79, - 4286, - 3.566, - 4287, - 3.996, - 4288, - 3.996, - 4289, - 4.37, - 4290, - 4.37, - 4291, - 4.37, - 4292, - 6.558, - 4293, - 3.996, - 4294, - 4.37, - 4295, - 6.558, - 4296, - 3.996, - 4297, - 7.198, - 4298, - 6.558, - 4299, - 3.996, - 4300, - 4.37, - 4301, - 6.558, - 4302, - 4.37, - 4303, - 4.37, - 4304, - 7.872, - 4305, - 4.37, - 4306, - 5.997, - 4307, - 4.37, - 4308, - 4.37, - 4309, - 6.754, - 4310, - 4.37, - 4311, - 3.566, - 4312, - 6.558, - 4313, - 4.37 + 1.892, + 3789, + 3.505, + 3799, + 2.075, + 3887, + 2.075, + 3903, + 1.766, + 3953, + 2.075, + 4104, + 1.499, + 4113, + 3.735, + 4114, + 2.418, + 4115, + 2.418, + 4116, + 2.212, + 4117, + 2.212, + 4118, + 2.212, + 4119, + 2.418, + 4120, + 2.418, + 4121, + 2.418, + 4122, + 2.418, + 4123, + 2.418, + 4124, + 2.418, + 4125, + 2.418, + 4126, + 3.196, + 4127, + 2.418, + 4128, + 2.418, + 4129, + 3.735, + 4130, + 2.075, + 4131, + 2.075, + 4132, + 2.212, + 4133, + 2.212, + 4134, + 1.593, + 4135, + 2.418, + 4136, + 2.075, + 4137, + 2.418, + 4138, + 4.085, + 4139, + 2.212, + 4140, + 4.085, + 4141, + 2.212, + 4142, + 2.212, + 4143, + 2.418, + 4144, + 2.212, + 4145, + 2.418, + 4146, + 2.212, + 4147, + 7.555, + 4148, + 6.231, + 4149, + 4.085, + 4150, + 2.983, + 4151, + 2.212, + 4152, + 3.505, + 4153, + 6.231, + 4154, + 1.766, + 4155, + 4.55, + 4156, + 2.418, + 4157, + 2.418, + 4158, + 2.418, + 4159, + 2.418, + 4160, + 2.418, + 4161, + 2.212, + 4162, + 2.418, + 4163, + 2.418, + 4164, + 2.212, + 4165, + 2.418, + 4166, + 2.418, + 4167, + 2.418, + 4168, + 2.418, + 4169, + 2.212, + 4170, + 2.418, + 4171, + 2.418, + 4172, + 2.418, + 4173, + 2.212, + 4174, + 1.892, + 4175, + 2.418, + 4176, + 4.085, + 4177, + 2.212, + 4178, + 2.418, + 4179, + 2.418, + 4180, + 5.253, + 4181, + 2.212, + 4182, + 2.418, + 4183, + 2.418, + 4184, + 1.973, + 4185, + 1.973, + 4186, + 2.212, + 4187, + 2.418, + 4188, + 4.085, + 4189, + 2.418, + 4190, + 2.418, + 4191, + 2.418, + 4192, + 2.418, + 4193, + 2.418, + 4194, + 2.418, + 4195, + 1.973, + 4196, + 2.418, + 4197, + 2.212, + 4198, + 2.075, + 4199, + 2.418, + 4200, + 3.505, + 4201, + 2.212, + 4202, + 2.418, + 4203, + 2.418, + 4204, + 2.418, + 4205, + 2.418, + 4206, + 2.212, + 4207, + 1.671, + 4208, + 2.075, + 4209, + 1.973, + 4210, + 2.418, + 4211, + 2.075, + 4212, + 2.418, + 4213, + 2.418, + 4214, + 1.892, + 4215, + 2.418, + 4216, + 2.418, + 4217, + 2.418, + 4218, + 2.418, + 4219, + 2.418, + 4220, + 2.418, + 4221, + 2.418, + 4222, + 2.418, + 4223, + 2.418, + 4224, + 2.212, + 4225, + 2.418 ] ], [ - "type/manuals/design", + "type/manuals/profiling", [ 0, 0.731 ] ], [ - "data/manuals/design", + "data/manuals/profiling", [ + 0, + 0.338, + 1, + 0.706, + 2, + 0.699, + 3, + 0.725, + 4, + 0.725, + 5, + 0.728, + 6, + 0.728, 7, - 0.859, + 1.507, 8, - 1.366, + 1.894, 9, - 0.854, + 1.978, 10, - 1.949, - 11, - 1.046, - 16, - 1.063, - 21, - 1.397, - 22, - 2.281, - 23, - 1.945, - 30, - 1.063, - 33, - 1.336, - 39, - 2.704, + 1.847, + 18, + 1.129, + 20, + 1.491, + 36, + 1.35, + 38, + 0.949, 41, - 1.99, - 51, - 1.284, + 2.397, + 42, + 0.829, + 46, + 1.589, + 52, + 2.46, + 54, + 1.311, + 56, + 1.775, + 57, + 1.508, + 59, + 1.045, + 60, + 1.622, + 62, + 1.509, + 67, + 3.756, + 69, + 2.74, + 70, + 1.163, 71, - 1.404, - 74, - 1.232, - 86, - 1.434, - 87, - 2.835, + 1.907, + 76, + 4.547, + 79, + 0.984, + 84, + 3.212, + 85, + 1.652, + 90, + 1.614, + 91, + 1.557, + 92, + 1.831, + 99, + 1.036, + 100, + 1.604, + 102, + 0.71, + 103, + 1.968, + 105, + 1.831, 106, - 2.704, - 137, - 1.496, - 141, - 1.803, - 147, - 3.01, - 156, - 4.167, - 157, - 3.642, - 158, - 2.321, - 161, - 2.304, - 162, - 1.76, - 172, - 1.894, - 193, - 1.445, - 224, - 2.477, + 1.825, + 107, + 1.626, + 108, + 0.812, + 109, + 1.036, + 110, + 1.091, + 111, + 1.153, + 113, + 1.79, + 117, + 2.684, + 121, + 1.928, + 122, + 1.815, + 125, + 0.84, + 126, + 1.157, + 128, + 1.367, + 132, + 2.576, + 140, + 1.272, + 142, + 2.013, + 147, + 1.624, + 148, + 1.833, + 150, + 1.155, + 151, + 1.89, + 153, + 2.508, + 158, + 1.334, + 160, + 2.387, + 165, + 1.667, + 167, + 1.116, + 169, + 0.411, + 174, + 3.484, + 178, + 1.028, + 194, + 1.941, + 197, + 1.567, + 198, + 2.82, + 201, + 0.62, + 202, + 1.905, + 208, + 2.564, + 210, + 1.116, + 212, + 1.284, + 217, + 1.958, + 226, + 0.768, + 228, + 3.185, + 229, + 1.698, + 230, + 1.588, + 231, + 1.036, + 238, + 1.551, + 241, + 1.45, + 244, + 1.066, 247, - 1.634, - 277, - 2.307, + 0.913, + 256, + 1.815, + 257, + 1.091, + 260, + 0.93, + 269, + 1.035, + 270, + 2.016, + 273, + 0.681, + 274, + 1.624, + 280, + 1.789, + 288, + 1.488, 289, - 4.325, - 290, - 2.382, - 297, - 2.144, - 302, - 2.568, - 318, - 3.668, - 350, - 2.278, - 351, - 3.391, - 365, - 3.964, - 407, - 1.864, - 408, - 4.999, - 496, - 5.349, - 514, - 2.43, + 1.652, + 294, + 1.574, + 309, + 1.624, + 313, + 2.655, + 317, + 1.624, + 323, + 1.652, + 331, + 1.958, + 333, + 1.29, + 345, + 2.211, + 368, + 1.926, + 374, + 1.78, + 382, + 0.993, + 385, + 1.551, + 390, + 1.921, + 392, + 2.372, + 404, + 1.744, + 412, + 1.861, + 433, + 3.292, + 434, + 2.123, + 440, + 3.569, + 452, + 0.802, + 454, + 1.099, + 457, + 0.98, + 460, + 2.016, + 471, + 0.74, + 473, + 2.564, + 480, + 1.819, + 485, + 2.082, + 513, + 1.432, + 522, + 1.367, + 546, + 3.143, 547, - 2.035, - 606, - 3.846, - 633, + 1.624, + 550, + 1.284, + 552, + 2.013, + 554, + 1.036, + 555, + 2.677, + 561, + 1.848, + 563, + 1.744, + 567, 2.367, - 654, - 3.583, - 700, - 3.123, - 714, - 2.704, - 732, - 4.999, + 573, + 1.712, + 577, + 1.082, + 590, + 1.89, + 594, + 4.399, + 600, + 1.324, + 601, + 2.112, + 608, + 1.367, + 613, + 2.524, + 622, + 3.635, + 623, + 3.328, + 629, + 2.036, + 631, + 2.888, + 636, + 1.749, + 642, + 2.312, + 659, + 3.325, + 660, + 2.729, + 673, + 1.599, + 675, + 1.058, + 681, + 2.235, + 686, + 1.488, + 688, + 3.236, + 689, + 1.236, + 692, + 1.036, + 701, + 1.45, + 703, + 1.082, + 707, + 2.016, + 708, + 1.958, + 711, + 1.652, + 715, + 3.558, + 724, + 1.652, + 735, + 1.324, 738, - 3.964, - 776, - 3.037, - 808, - 2.43, - 811, - 2.883, + 1.652, + 744, + 2.826, + 750, + 2.211, + 758, + 1.225, + 759, + 1.78, + 760, + 1.958, + 762, + 4.078, + 765, + 2.627, + 771, + 3.151, + 773, + 1.653, + 774, + 1.248, + 785, + 1.574, + 791, + 2.016, + 792, + 1.574, + 799, + 1.68, + 801, + 1.353, + 809, + 2.564, 815, - 3.509, - 827, - 2.605, - 868, - 4.728, - 889, - 2.684, + 1.711, + 831, + 1.652, + 832, + 2.797, + 849, + 1.225, + 859, + 2.285, + 860, + 2.955, + 866, + 2.172, 891, - 2.382, - 901, - 3.552, - 940, - 4.509, - 1042, - 3.596, + 3.031, + 895, + 2.188, + 898, + 0.98, + 902, + 2.602, + 904, + 5.729, + 905, + 1.624, + 911, + 1.529, + 912, + 1.78, + 914, + 1.153, + 923, + 1.353, + 939, + 1.367, + 941, + 1.082, + 948, + 1.091, + 975, + 1.324, + 977, + 4.297, + 978, + 2.304, + 980, + 1.78, + 1007, + 2.043, + 1034, + 1.749, + 1041, + 1.248, 1043, - 4.855, - 1044, - 4.633, - 1071, - 4.855, - 1074, - 3.468, - 1078, - 2.859, - 1119, - 5.873, - 1160, - 3.611, - 1191, - 3.01, - 1279, - 4.509, - 1284, - 4.773, - 1359, - 6.091, - 1518, - 4.728, - 1520, - 4.167, - 1576, - 4.509, - 1577, - 4.728, - 1642, - 4.243, - 1684, - 6.623, - 1765, - 6.573, - 1766, - 5.584, - 1797, - 4.095, - 1884, - 5.873, - 1930, + 1.193, + 1064, + 1.353, + 1068, + 1.744, + 1079, + 2.211, + 1082, + 3.684, + 1084, + 2.524, + 1090, + 1.284, + 1104, + 2.029, + 1135, + 1.861, + 1136, + 1.711, + 1140, + 1.272, + 1153, + 4.2, + 1173, + 1.353, + 1253, + 1.551, + 1258, + 1.819, + 1259, + 1.744, + 1262, + 2.016, + 1264, + 1.819, + 1295, + 1.712, + 1296, + 1.028, + 1323, + 1.153, + 1332, + 1.845, + 1361, + 1.819, + 1382, + 1.529, + 1413, + 1.68, + 1426, + 2.777, + 1428, + 1.508, + 1460, + 1.551, + 1463, + 1.68, + 1478, + 2.082, + 1493, + 1.907, + 1494, + 2.369, + 1495, + 1.529, + 1597, + 1.599, + 1604, + 1.45, + 1616, + 1.744, + 1628, + 2.805, + 1662, 3.552, - 1954, - 4.999, - 2019, - 5.584, - 2204, - 4.095, - 2222, - 4.999, + 1669, + 3.914, + 1701, + 5.476, + 1770, + 2.777, + 1804, + 2.797, + 1811, + 2.016, + 1823, + 2.777, + 1858, + 7.437, + 1882, + 2.588, + 1893, + 1.652, + 1907, + 2.252, + 1920, + 1.284, + 1933, + 4.297, + 1936, + 1.529, + 1937, + 3.569, + 1961, + 1.68, + 1969, + 2.016, + 1989, + 2.602, + 1994, + 2.016, + 2013, + 1.907, + 2024, + 3.061, + 2027, + 2.888, + 2054, + 1.574, + 2057, + 1.744, + 2075, + 2.729, + 2096, + 1.529, + 2116, + 2.602, + 2122, + 2.082, + 2127, + 2.369, + 2173, + 1.624, + 2180, + 1.819, + 2182, + 1.415, + 2189, + 1.529, + 2192, + 1.907, 2260, - 4.999, - 2343, - 4.613, - 2393, - 4.167, - 2561, - 4.243, - 2786, - 3.964, - 2815, - 5.873, - 2924, - 5.354, - 3136, - 4.613, - 3362, - 5.873, - 3376, - 4.855, - 3394, - 5.873, - 3535, - 5.584, - 3575, - 5.584, - 3592, - 6.258, - 3593, - 5.873, - 3736, - 5.584, - 3784, - 5.873, - 3835, - 5.354, - 3844, - 5.873, - 4314, - 8.999, - 4315, - 6.844, - 4316, - 6.844, - 4317, - 6.844, - 4318, - 6.258, - 4319, - 6.844, - 4320, - 6.844, - 4321, - 6.844, - 4322, - 4.855, - 4323, - 6.844, - 4324, - 6.258, - 4325, - 5.354, - 4326, - 6.844, - 4327, - 5.354, - 4328, - 5.354, - 4329, - 6.258, - 4330, - 6.844, - 4331, - 6.258, - 4332, - 6.258, - 4333, - 6.844 - ] - ], - [ - "type/manuals/extensions-debugging", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/extensions-debugging", - [ - 0, - 1.205, - 1, - 2.517, - 2, - 2.491, - 3, - 2.583, - 4, - 2.583, - 5, - 2.596, - 6, - 2.596, - 7, - 1.235, - 11, - 0.874, - 12, - 5.17, - 316, - 2.959 + 2.016, + 2261, + 1.551, + 2327, + 1.744, + 2330, + 3.841, + 2346, + 2.684, + 2375, + 2.16, + 2384, + 1.711, + 2387, + 2.082, + 2398, + 3.722, + 2434, + 1.958, + 2455, + 2.16, + 2472, + 3.93, + 2506, + 1.711, + 2517, + 2.082, + 2520, + 2.252, + 2562, + 2.082, + 2567, + 2.524, + 2568, + 1.744, + 2614, + 2.082, + 2631, + 1.744, + 2665, + 3.914, + 2852, + 2.016, + 2871, + 1.574, + 2902, + 3.441, + 2941, + 4.804, + 2952, + 1.488, + 2953, + 1.907, + 2967, + 1.819, + 2971, + 2.082, + 2976, + 2.369, + 3043, + 2.16, + 3059, + 1.958, + 3071, + 4.564, + 3080, + 2.524, + 3225, + 2.524, + 3311, + 1.744, + 3420, + 2.369, + 3474, + 3.151, + 3505, + 2.16, + 3511, + 2.16, + 3648, + 2.252, + 3685, + 2.524, + 3691, + 1.907, + 3902, + 2.883, + 3972, + 2.459, + 4020, + 2.252, + 4117, + 2.524, + 4226, + 2.76, + 4227, + 2.16, + 4228, + 2.524, + 4229, + 2.76, + 4230, + 2.524, + 4231, + 2.524, + 4232, + 2.524, + 4233, + 4.757, + 4234, + 4.172, + 4235, + 2.252, + 4236, + 5.83, + 4237, + 2.76, + 4238, + 2.76, + 4239, + 2.76, + 4240, + 5.003, + 4241, + 2.524, + 4242, + 1.958, + 4243, + 2.369, + 4244, + 2.016, + 4245, + 2.252, + 4246, + 2.76, + 4247, + 3.722, + 4248, + 4.172, + 4249, + 4.562, + 4250, + 2.76, + 4251, + 2.524, + 4252, + 1.958, + 4253, + 2.524, + 4254, + 2.16, + 4255, + 2.76, + 4256, + 2.76, + 4257, + 2.016, + 4258, + 2.16, + 4259, + 2.369, + 4260, + 2.369, + 4261, + 4.562, + 4262, + 5.003, + 4263, + 4.562, + 4264, + 2.16, + 4265, + 2.76, + 4266, + 2.252, + 4267, + 2.76, + 4268, + 2.76, + 4269, + 2.76, + 4270, + 2.76, + 4271, + 2.76, + 4272, + 2.76, + 4273, + 2.76, + 4274, + 2.76, + 4275, + 2.524, + 4276, + 2.369, + 4277, + 2.76, + 4278, + 2.76, + 4279, + 2.252, + 4280, + 2.76, + 4281, + 2.76, + 4282, + 2.76, + 4283, + 2.524, + 4284, + 2.76, + 4285, + 2.76, + 4286, + 2.524, + 4287, + 2.16, + 4288, + 2.76, + 4289, + 2.76, + 4290, + 2.76, + 4291, + 4.562, + 4292, + 4.172, + 4293, + 2.76, + 4294, + 2.76, + 4295, + 2.76 ] ], [ - "type/manuals/tilemap", + "type/manuals/factory", [ 0, 0.731 ] ], [ - "data/manuals/tilemap", + "data/manuals/factory", [ 0, - 0.503, + 0.345, 1, - 1.049, + 1.185, 2, - 1.039, + 0.712, 3, - 1.077, + 0.738, 4, - 1.077, + 0.738, 5, - 1.083, + 0.742, 6, - 1.083, + 0.742, 7, - 1.575, + 1.524, 8, - 1.278, - 9, - 1.042, + 0.787, 10, - 1.753, + 2.017, 11, - 1.086, + 1.019, 12, - 2.156, - 13, - 1.357, - 16, - 1.042, - 21, - 0.838, - 22, - 2.394, - 24, - 1.872, - 29, - 2.419, - 30, + 1.284, + 18, 1.123, - 32, - 1.441, - 33, - 1.007, - 35, - 2.252, - 41, - 1.193, + 20, + 1.436, + 28, + 1.363, + 36, + 1.51, + 38, + 1.094, + 39, + 0.594, 42, - 0.978, - 44, - 3.855, - 48, - 2.78, - 50, - 3.302, - 51, - 1.173, - 70, - 1.702, - 71, - 2.165, - 72, - 2.47, - 73, - 2.726, - 74, - 1.013, + 0.511, + 46, + 1.541, + 49, + 0.973, + 52, + 1.885, + 55, + 1.349, + 57, + 1.382, + 59, + 0.952, + 60, + 0.783, + 75, + 2.038, 77, - 1.818, - 82, - 2.544, - 83, - 2.633, + 0.96, + 79, + 0.994, + 84, + 1.205, 86, - 1.469, - 87, - 2.59, + 0.913, 90, - 2.646, + 1.408, 91, - 2.398, - 93, - 1.909, - 94, - 1.419, + 0.96, + 92, + 2.37, 96, - 3.679, - 98, - 2.156, - 101, - 1.948, - 102, - 1.213, + 3.344, + 97, + 1.708, + 99, + 1.011, + 100, + 1.421, + 103, + 2.267, + 106, + 1.543, + 107, + 1.874, 108, - 2.363, + 0.827, + 109, + 2.217, 110, - 2.081, - 111, - 1.374, - 117, - 1.529, + 1.111, + 113, + 0.928, + 119, + 2.994, 121, - 1.768, - 123, - 3.069, + 0.93, 125, - 2.529, - 127, - 2.612, - 137, - 1.26, - 141, - 1.518, + 0.856, + 126, + 1.503, + 130, + 1.712, + 133, + 4.452, + 135, + 2.683, + 139, + 1.629, + 140, + 2.135, + 142, + 0.836, + 143, + 1.363, + 146, + 3.711, + 148, + 1.768, + 149, + 1.071, + 150, + 0.712, 151, - 1.146, - 152, - 2.307, - 159, - 2.346, + 1.165, + 153, + 2.324, + 158, + 0.822, 160, - 1.12, + 2.84, 161, - 1.241, - 162, - 1.055, - 172, + 1.896, + 165, + 2.747, + 166, + 2.177, + 167, + 3.485, + 169, + 0.879, + 170, + 3.99, + 177, 2.096, - 175, - 1.805, - 181, - 1.659, - 191, - 1.918, - 218, - 1.573, + 178, + 3.747, + 194, + 2.009, + 196, + 2.369, + 197, + 0.966, + 198, + 0.766, + 201, + 1.539, + 202, + 0.919, + 203, + 1.516, + 207, + 2.521, + 226, + 1.644, 227, - 3.245, - 228, - 2.881, + 2.683, 229, - 3.726, - 230, - 4.451, + 0.849, 237, - 0.945, + 2.135, + 239, + 2.038, + 240, + 0.8, + 241, + 0.602, + 244, + 1.087, 256, - 1.838, - 263, - 2.688, - 267, - 1.909, - 278, - 2.318, - 291, - 1.41, - 293, - 1.646, - 295, - 2.033, - 298, - 1.609, - 300, - 0.879, - 303, - 1.714, - 305, - 2.376, - 318, - 3.088, - 319, - 7.102, - 320, - 4.28, - 339, 1.539, - 341, - 7.817, - 343, - 1.778, - 355, - 2.656, - 364, - 1.659, - 367, - 6.852, + 257, + 2.334, + 260, + 1.991, + 261, + 1.195, + 263, + 0.841, + 265, + 1.853, + 268, + 1.759, + 269, + 2.234, + 272, + 2.122, + 273, + 1.458, + 282, + 1.393, + 290, + 1.095, + 323, + 2.772, + 324, + 1.604, + 328, + 1.683, + 332, + 2.28, + 335, + 1.853, + 342, + 1.26, + 353, + 1.129, + 359, + 1.26, 368, - 6.196, - 369, - 2.685, - 374, - 5.102, - 384, - 1.743, + 1.68, + 387, + 0.992, 390, - 2.703, - 391, - 1.401, + 1.185, 402, - 1.773, - 407, - 1.889, - 428, - 2.055, - 432, - 4.107, - 440, - 2.01, + 1.497, 441, - 1.428, - 449, - 2.593, - 466, - 1.585, + 1.409, + 442, + 1.26, + 452, + 1.347, 469, - 1.573, - 478, - 1.714, - 481, - 1.539, - 507, - 2.834, - 512, - 4.458, - 548, - 4.641, - 569, - 1.186, - 590, - 1.357, - 633, - 1.419, + 1.425, + 471, + 1.242, + 473, + 2.038, + 479, + 1.055, + 480, + 3.052, + 489, + 2.749, + 504, + 1.425, + 510, + 1.702, + 522, + 1.393, + 524, + 3.218, + 534, + 2.177, + 552, + 1.756, + 555, + 0.881, + 556, + 2.815, + 560, + 1.777, + 561, + 2.171, + 577, + 1.103, + 587, + 1.896, + 596, + 1.537, + 604, + 1.425, + 614, + 1.103, 634, - 2.455, + 1.831, 636, - 1.7, - 666, - 1.609, - 680, - 2.47, - 803, - 2.34, - 805, - 4.658, + 1.777, + 644, + 1.393, + 688, + 1.995, + 689, + 2.646, + 691, + 1.418, + 692, + 1.738, + 728, + 1.378, + 743, + 2.054, + 751, + 1.137, + 760, + 1.995, + 762, + 4.979, + 765, + 0.985, + 773, + 1.019, + 774, + 2.095, 807, - 2.997, - 808, - 1.457, - 813, - 2.273, - 815, - 3.206, - 825, - 4.612, - 826, - 1.989, - 827, - 1.562, - 830, - 3.348, - 831, - 3.348, - 832, - 2.593, - 835, - 3.621, - 845, - 2.455, + 1.629, 849, - 2.593, - 851, - 2.156, - 852, - 2.498, - 882, - 2.183, - 899, - 2.34, - 958, - 1.891, - 1021, - 2.376, - 1038, - 2.765, - 1080, - 2.765, - 1095, - 2.455, - 1137, - 6.007, - 1191, - 1.805, - 1207, - 2.544, - 1488, - 2.306, - 1510, - 3.371, - 1554, - 2.273, - 1734, - 3.752, - 1741, - 3.752, - 1756, + 3.362, + 859, + 1.409, + 860, + 4.366, + 880, + 1.363, + 885, + 2.821, + 890, + 2.404, + 894, + 1.111, + 895, + 2.222, + 903, + 1.516, + 907, + 1.853, + 910, + 1.497, + 911, + 2.567, + 914, + 3.404, + 917, + 1.272, + 918, + 3.909, + 931, + 3.019, + 941, + 1.817, + 951, + 2.726, + 962, + 2.776, + 963, + 2.531, + 978, + 2.334, + 979, + 2.095, + 987, + 1.497, + 991, + 6.235, + 995, + 1.777, + 1007, + 3.524, + 1014, + 1.814, + 1017, + 1.995, + 1019, + 1.751, + 1025, + 2.706, + 1040, + 2.772, + 1054, + 2.2, + 1114, + 2.988, + 1141, + 1.712, + 1157, + 2.434, + 1158, + 2.722, + 1172, + 1.425, + 1219, + 5.849, + 1250, + 3.32, + 1261, + 1.712, + 1266, + 2.295, + 1272, + 1.248, + 1295, + 1.738, + 1296, + 1.048, + 1304, + 1.655, + 1332, + 1.137, + 1379, + 1.309, + 1403, + 1.335, + 1428, + 1.537, + 1471, + 2.295, + 1472, + 3.068, + 1479, + 1.655, + 1492, + 1.744, + 1495, + 1.558, + 1499, + 1.683, + 1532, + 2.988, + 1541, 2.498, - 1815, - 2.765, - 1821, - 2.775, - 1822, - 1.518, - 1929, - 2.033, - 1979, - 2.455, - 1990, - 2.212, - 2002, - 5.533, - 2040, - 5.102, - 2172, - 4.761, - 2178, - 2.911, - 2265, - 3.566, - 2344, - 2.414, - 2347, - 2.593, - 2375, - 3.348, - 2506, - 2.646, + 1543, + 2.726, + 1546, + 2.404, + 1574, + 1.712, + 1589, + 1.896, + 1594, + 3.369, + 1607, + 1.629, + 1608, + 2.772, + 1609, + 1.629, + 1621, + 1.425, + 1623, + 1.943, + 1627, + 1.995, + 1628, + 3.57, + 1650, + 1.683, + 1662, + 1.237, + 1682, + 1.777, + 1713, + 3.599, + 1804, + 1.349, + 1807, + 1.349, + 1874, + 1.655, + 1878, + 1.777, + 1928, + 1.516, + 1931, + 3.185, + 1936, + 1.558, + 2086, + 2.054, + 2087, + 1.777, + 2096, + 1.558, + 2180, + 1.853, + 2182, + 3.884, + 2189, + 1.558, + 2220, + 1.683, + 2253, + 2.295, + 2297, + 1.814, + 2308, + 1.943, + 2354, + 1.995, + 2493, + 2.2, + 2496, + 2.122, + 2507, + 1.683, 2509, - 2.498, + 6.734, + 2513, + 2.413, + 2514, + 1.537, + 2520, + 2.295, + 2524, + 5.556, + 2530, + 5.877, + 2531, + 2.572, + 2532, + 1.814, + 2533, + 3.982, + 2534, + 2.572, + 2535, + 3.495, + 2536, + 2.572, + 2537, + 4.237, + 2540, + 4.515, + 2541, + 5.402, + 2542, + 3.662, + 2543, + 4.456, + 2544, + 1.814, + 2546, + 2.054, + 2547, + 2.295, + 2548, + 1.655, + 2549, + 4.237, 2550, - 3.951, - 2875, - 3.752, - 3225, - 2.834, + 1.629, + 2552, + 2.572, + 2553, + 2.413, + 2554, + 1.683, + 2555, + 1.777, + 2559, + 2.413, + 2560, + 2.413, + 2561, + 2.295, + 2616, + 2.054, + 2647, + 2.054, + 2738, + 2.988, + 2799, + 2.122, + 2863, + 2.2, + 2952, + 1.516, + 3073, + 4.456, + 3108, + 5.003, 3226, - 2.544, - 3227, - 2.703, - 3238, - 2.997, - 3812, - 5.927, - 4137, - 3.348, - 4138, - 3.348, + 3.495, + 3399, + 3.2, + 3401, + 2.295, + 3438, + 2.054, + 3527, + 1.896, + 3638, + 2.122, + 3667, + 2.122, + 3816, + 2.295, + 3890, + 1.896, + 3924, + 2.054, + 4233, + 2.295, + 4296, + 7.705, + 4297, + 2.813, + 4298, + 2.813, + 4299, + 2.413, + 4300, + 2.572, + 4301, + 2.813, + 4302, + 2.813, + 4303, + 2.813, + 4304, + 2.572, + 4305, + 2.813, + 4306, + 4.633, + 4307, + 2.813, + 4308, + 2.813, + 4309, + 2.813, + 4310, + 4.633, + 4311, + 2.813, + 4312, + 4.633, + 4313, + 4.633, + 4314, + 2.813, + 4315, + 2.572, + 4316, + 5.908, + 4317, + 6.85, + 4318, + 2.413, + 4319, + 3.975, + 4320, + 2.813, + 4321, + 2.813, + 4322, + 2.413, + 4323, + 2.813, + 4324, + 4.633, + 4325, + 2.413, + 4326, + 2.413, + 4327, + 2.813, + 4328, + 2.413, + 4329, + 2.813, + 4330, + 2.813, + 4331, + 2.813, + 4332, + 2.813, + 4333, + 2.813, 4334, - 6.927, + 2.813, 4335, - 4.567, + 4.633, 4336, - 10.552, + 2.813, 4337, - 5.717, + 2.813, 4338, - 6.252, + 2.813, 4339, - 6.252, + 2.572, 4340, - 4.103, + 2.813, 4341, - 4.103, + 6.85, 4342, - 3.348, + 5.402, 4343, - 5.365, + 2.572, 4344, - 3.752, + 4.237, 4345, - 6.252, + 2.813, 4346, - 5.717, + 2.813, 4347, - 3.752, + 3.975, 4348, - 3.752, + 4.237, 4349, - 3.752, + 2.295, 4350, - 3.21 + 2.413, + 4351, + 2.413, + 4352, + 4.633, + 4353, + 2.2, + 4354, + 2.813, + 4355, + 2.572, + 4356, + 2.295 ] ], [ - "type/manuals/importing-assets", + "type/manuals/version-control", [ 0, 0.731 ] ], [ - "data/manuals/importing-assets", + "data/manuals/version-control", [ 0, - 0.714, + 0.402, 1, - 1.491, + 0.839, 2, - 1.475, + 0.831, 3, - 1.53, + 0.861, 4, - 1.53, + 0.861, 5, - 1.538, + 0.866, 6, - 1.538, + 0.866, 7, - 1.541, + 1.465, 8, - 1.033, + 2.826, 9, - 0.787, + 2.226, + 10, + 2.306, 11, - 1.047, - 16, - 1.005, - 21, - 1.19, + 1.189, + 18, + 1.125, + 20, + 1.371, 22, - 1.832, - 23, - 2.162, + 1.348, 29, - 1.309, - 30, - 1.064, + 2.475, + 36, + 1.636, 38, - 3.324, - 39, - 3.19, + 0.833, + 42, + 1.192, 46, - 1.621, - 48, - 2.246, + 1.543, 49, - 2.083, + 2.27, + 52, + 2.065, + 56, + 1.277, + 57, + 1.32, + 59, + 1.053, + 60, + 2.087, + 63, + 1.59, + 67, + 1.644, 70, - 2.441, - 71, - 2.329, - 72, - 2.303, - 74, - 0.897, + 2.211, + 76, + 1.746, 77, - 1.847, - 86, - 1.644, - 137, - 1.378, - 141, - 1.168, - 143, - 2.887, - 152, - 1.587, - 156, - 5.639, - 157, - 4.928, - 160, - 1.446, - 161, - 2.316, - 162, - 2.919, - 182, - 2.338, - 184, - 2.61, - 191, - 1.475, - 221, - 2.855, - 224, - 1.604, - 226, - 3.184, - 234, - 1.773, - 237, - 1.859, - 244, - 3.062, - 247, - 2.16, - 248, - 2.635, - 256, - 2.373, - 263, - 2.258, - 285, - 4.954, - 286, - 5.318, - 287, - 4.755, - 288, - 3.142, - 289, - 5.101, - 290, - 2.028, - 291, - 2.774, + 1.359, + 79, + 0.93, + 91, + 3.448, + 99, + 1.081, + 100, + 1.232, + 103, + 1.511, + 106, + 1.848, + 107, + 1.749, + 108, + 0.965, + 109, + 1.231, + 113, + 1.841, + 116, + 2.043, + 121, + 1.085, + 122, + 2.336, + 125, + 1.597, + 126, + 1.629, + 139, + 1.9, + 148, + 2.072, + 150, + 0.831, + 153, + 2.648, + 169, + 1.421, + 177, + 1.004, + 194, + 0.599, + 196, + 2.27, + 197, + 2.255, + 198, + 2.905, + 199, + 1.405, + 201, + 0.737, + 203, + 1.769, + 206, + 2.545, + 208, + 3.299, + 210, + 1.327, + 216, + 2.074, + 229, + 1.605, + 230, + 1.142, + 231, + 4.255, + 238, + 4.611, + 239, + 2.309, + 240, + 0.933, + 241, + 1.405, + 242, + 3.0, + 243, + 1.625, + 256, + 2.065, + 260, + 1.769, + 268, + 1.876, + 273, + 1.852, + 280, + 1.286, + 285, + 2.351, + 290, + 2.043, 292, - 4.026, - 293, - 2.338, - 294, - 4.398, + 1.405, 295, - 5.625, - 296, - 6.587, - 297, - 2.901, - 302, - 3.752, - 303, - 3.372, - 316, - 2.785, + 1.512, 317, - 3.029, - 335, - 4.296, - 347, - 2.795, - 348, - 3.928, - 349, - 3.101, - 360, - 4.559, - 361, - 3.101, - 362, - 2.303, - 369, - 1.847, - 381, - 2.61, - 384, - 3.429, + 1.931, + 333, + 1.485, + 342, + 2.94, + 343, + 2.034, + 353, + 1.316, + 368, + 0.933, + 380, + 1.165, + 387, + 1.157, + 390, + 1.382, 391, - 1.989, - 400, - 2.887, - 406, - 3.372, - 407, - 1.207, - 412, - 3.024, - 437, - 2.518, - 440, - 2.855, - 451, - 5.853, - 465, - 1.993, - 469, - 3.096, - 477, - 4.559, + 2.034, + 394, + 2.327, + 402, + 2.794, + 433, + 2.14, + 434, + 2.443, + 441, + 1.644, + 446, + 1.644, + 452, + 1.908, + 459, + 1.527, + 460, + 2.396, + 470, + 2.567, + 471, + 0.879, + 472, + 2.419, + 473, + 1.443, + 479, + 1.231, + 490, + 1.37, 496, - 3.101, - 554, - 1.927, - 564, - 3.324, - 595, - 2.111, - 605, - 3.375, - 633, - 3.631, - 654, - 2.32, - 664, - 2.475, - 666, - 2.285, - 676, - 3.839, - 683, - 4.559, - 726, - 2.61, - 766, - 3.487, - 792, - 2.141, - 827, - 2.218, - 834, - 3.487, - 840, - 4.256, - 889, - 2.285, - 958, - 2.685, - 1044, - 2.685, - 1047, - 1.023, - 1129, - 3.488, - 1160, - 2.338, - 1190, - 3.275, - 1244, - 2.855, - 1281, - 4.559, - 1290, - 3.429, - 1348, - 3.101, - 1423, - 3.101, - 1596, - 4.472, - 1660, - 2.496, - 1774, - 5.441, - 1775, - 4.026, - 1779, - 4.256, - 1797, - 3.487, - 1817, - 4.559, - 1821, - 2.586, - 1973, - 4.241, - 2118, - 4.83, - 2202, - 5.0, - 2225, - 3.429, - 2281, - 3.613, - 2587, - 3.184, - 2652, - 6.102, - 2845, - 4.256, - 3204, - 4.134, - 3246, - 5.0, - 3536, - 4.396, - 3599, - 5.0, - 3673, - 5.0, - 3963, - 4.396, - 4123, - 4.755, - 4351, - 5.0, - 4352, - 5.329, - 4353, - 5.0, - 4354, - 5.0 - ] - ], - [ - "type/manuals/gui-clipping", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/gui-clipping", - [ - 7, - 0.869, - 8, - 1.16, - 9, - 0.971, - 11, - 0.989, - 16, - 1.031, - 21, - 2.19, - 22, - 1.571, - 23, - 1.96, - 26, - 1.856, - 30, - 1.118, - 32, - 1.725, - 33, - 1.426, - 40, - 5.567, - 47, - 4.705, - 51, - 1.701, - 67, - 2.426, - 68, - 2.592, - 70, - 1.556, - 71, - 1.42, - 86, - 1.53, - 97, - 2.118, - 121, - 1.958, - 123, - 2.509, - 137, - 1.504, - 146, - 2.736, - 160, - 1.24, - 161, - 2.268, - 172, - 1.916, - 173, - 3.503, - 191, - 1.753, - 193, - 1.461, - 236, - 3.55, - 261, - 3.593, - 293, - 2.778, - 304, - 5.223, - 309, - 3.43, - 337, - 2.526, - 343, - 2.578, - 350, - 3.018, - 481, - 3.402, - 485, - 6.389, - 514, - 2.458, + 1.527, + 505, + 1.682, + 506, + 1.997, + 510, + 1.929, + 513, + 1.703, + 521, + 1.827, + 523, + 2.725, + 524, + 3.298, + 533, + 1.817, + 541, + 1.746, + 543, + 1.316, 554, - 2.29, - 580, - 4.901, + 1.231, + 555, + 1.028, + 561, + 1.664, + 573, + 1.231, + 574, + 2.518, + 577, + 2.059, + 579, + 2.63, + 590, + 1.359, + 593, + 2.567, 594, - 2.845, - 612, - 3.222, + 3.024, + 596, + 1.792, + 601, + 1.902, + 602, + 1.327, + 603, + 1.37, + 604, + 1.663, + 607, + 2.677, + 623, + 1.456, + 629, + 0.987, + 633, + 2.661, + 634, + 2.074, + 635, + 2.161, + 636, + 2.013, 646, - 4.954, - 647, - 5.425, - 676, - 4.561, - 759, - 3.198, - 814, - 7.385, - 858, - 2.194, - 867, - 4.395, - 909, - 4.219, + 5.406, + 650, + 2.161, + 675, + 1.258, + 681, + 1.608, + 685, + 3.746, + 689, + 2.351, + 691, + 1.606, + 692, + 2.815, + 703, + 1.286, + 710, + 2.545, + 738, + 3.141, + 774, + 1.483, + 834, + 5.725, + 837, + 2.116, + 898, + 1.165, + 901, + 2.269, + 903, + 2.83, + 915, + 2.013, + 921, + 2.116, + 935, + 1.625, + 936, + 2.161, + 937, + 2.677, 939, - 3.684, - 960, - 5.539, - 1026, - 5.336, + 2.601, + 943, + 2.266, + 948, + 1.296, + 975, + 1.574, + 994, + 2.327, + 1007, + 1.149, + 1050, + 6.437, + 1064, + 3.676, + 1075, + 2.034, + 1079, + 2.545, + 1097, + 2.034, + 1101, + 1.931, + 1104, + 1.142, + 1113, + 2.567, 1127, - 3.393, - 1176, - 4.912, - 1526, - 3.254, - 1727, - 6.623, - 1849, - 6.264, - 1982, - 5.636, - 2010, - 3.732, - 2162, - 4.375, - 2396, - 4.667, - 2658, - 5.417, - 2984, - 4.465, - 3292, - 5.223, - 3353, - 5.65, - 3613, - 6.433, - 4335, - 8.625, - 4355, - 6.924, + 3.835, + 1134, + 2.073, + 1140, + 2.419, + 1155, + 1.59, + 1173, + 2.572, + 1226, + 1.871, + 1248, + 4.148, + 1250, + 1.844, + 1263, + 2.396, + 1272, + 1.456, + 1279, + 1.963, + 1281, + 2.327, + 1283, + 2.868, + 1284, + 3.385, + 1309, + 1.792, + 1323, + 2.193, + 1324, + 1.703, + 1326, + 3.196, + 1342, + 2.677, + 1364, + 1.931, + 1416, + 3.627, + 1421, + 1.997, + 1476, + 2.677, + 1491, + 4.284, + 1499, + 3.141, + 1500, + 3.627, + 1507, + 2.034, + 1543, + 3.089, + 1629, + 2.351, + 1655, + 1.724, + 1666, + 2.034, + 1693, + 2.211, + 1770, + 1.997, + 1804, + 1.574, + 1814, + 1.483, + 1871, + 3.182, + 1872, + 1.997, + 1916, + 2.815, + 1931, + 1.769, + 1932, + 2.161, + 1933, + 3.492, + 2053, + 2.567, + 2068, + 3.0, + 2105, + 2.161, + 2112, + 2.677, + 2116, + 2.994, + 2142, + 2.161, + 2143, + 2.161, + 2263, + 2.567, + 2309, + 2.815, + 2336, + 2.211, + 2339, + 2.815, + 2354, + 2.327, + 2360, + 1.769, + 2373, + 2.073, + 2506, + 2.034, + 2514, + 1.792, + 2581, + 2.475, + 2637, + 3.318, + 2683, + 3.725, + 2692, + 3.835, + 2737, + 2.815, + 2753, + 2.567, + 2807, + 2.475, + 2961, + 3.835, + 2998, + 2.475, + 3020, + 2.815, + 3041, + 4.801, + 3057, + 2.266, + 3104, + 2.677, + 3134, + 3.141, + 3252, + 2.211, + 3414, + 2.815, + 3423, + 4.951, + 3572, + 2.475, + 3574, + 6.974, + 3581, + 4.107, + 3615, + 2.475, + 3616, + 2.396, + 3623, + 2.567, + 3629, + 2.677, + 3727, + 5.237, + 3845, + 2.475, + 3890, + 3.539, + 4033, + 3.0, + 4034, + 4.801, + 4048, + 5.135, + 4155, + 2.815, + 4209, + 2.677, 4356, - 8.939, + 2.677, 4357, - 6.924, + 3.281, 4358, - 9.067, + 2.815, 4359, - 6.924, + 3.281, 4360, - 11.425, + 5.632, 4361, - 11.642, + 3.0, 4362, - 6.924 + 3.281, + 4363, + 4.801, + 4364, + 2.327, + 4365, + 3.0, + 4366, + 7.503, + 4367, + 5.25, + 4368, + 8.205, + 4369, + 2.567, + 4370, + 7.501, + 4371, + 5.25, + 4372, + 3.281, + 4373, + 5.25, + 4374, + 2.815, + 4375, + 3.0, + 4376, + 2.815, + 4377, + 3.281, + 4378, + 3.281, + 4379, + 4.801, + 4380, + 3.281, + 4381, + 3.281, + 4382, + 2.815, + 4383, + 2.815, + 4384, + 5.993, + 4385, + 3.0, + 4386, + 2.815, + 4387, + 6.859, + 4388, + 3.281, + 4389, + 2.815, + 4390, + 3.0, + 4391, + 3.0, + 4392, + 2.567, + 4393, + 3.281, + 4394, + 3.281, + 4395, + 3.281, + 4396, + 3.281, + 4397, + 4.107, + 4398, + 3.281, + 4399, + 4.801, + 4400, + 2.327, + 4401, + 3.281, + 4402, + 5.25, + 4403, + 3.281, + 4404, + 2.815, + 4405, + 2.815, + 4406, + 2.815, + 4407, + 3.281 ] ], [ @@ -30877,5327 +30603,4459 @@ 7, 1.523, 8, - 1.332, - 9, - 0.962, + 1.876, 10, - 0.983, - 11, - 1.064, - 13, - 2.217, - 16, - 0.898, - 21, - 0.692, - 22, - 2.404, - 23, 0.732, - 24, - 1.546, - 29, - 1.506, - 30, + 18, 1.153, - 32, - 1.276, - 33, + 20, 1.323, - 35, - 1.601, 36, - 2.062, - 41, - 2.221, + 1.074, + 38, + 0.986, + 42, + 0.978, + 43, + 2.795, 44, - 2.161, - 48, - 1.499, + 3.191, + 45, + 2.283, + 46, + 1.638, 49, - 2.396, + 2.318, 50, - 2.348, - 53, - 3.473, - 54, - 3.003, - 65, - 2.866, - 68, - 1.521, + 5.351, + 51, + 2.474, + 52, + 1.845, + 57, + 1.332, + 59, + 0.898, + 62, + 1.12, + 66, + 2.184, 69, - 2.34, + 1.592, 70, - 1.716, + 3.739, 71, - 1.821, - 74, - 0.986, + 3.721, 77, - 1.074, - 80, - 2.482, - 83, - 3.739, + 1.115, + 79, + 0.962, 86, - 1.638, + 1.749, + 88, + 2.866, + 89, + 2.943, + 91, + 1.839, 92, - 1.85, + 2.161, 93, + 4.323, + 94, 3.12, + 99, + 1.064, + 102, + 1.724, + 103, + 1.759, + 106, + 1.493, + 107, + 1.276, + 108, + 0.996, 110, - 2.775, - 117, - 1.262, - 121, - 0.958, - 137, - 0.801, - 141, + 3.018, + 113, 2.043, - 143, - 2.668, - 149, + 115, + 2.474, + 118, + 2.184, + 121, + 2.217, + 122, 3.176, - 150, - 1.625, - 151, - 0.621, - 152, - 1.467, - 160, - 1.493, - 161, - 1.655, - 162, - 1.724, - 163, - 5.054, - 164, - 4.85, - 173, - 1.309, - 190, - 1.532, - 195, - 3.614, - 202, - 2.943, + 125, + 2.536, + 126, + 1.655, + 128, + 1.678, + 132, + 1.85, + 142, + 1.601, + 148, + 1.821, + 149, + 2.05, + 153, + 2.404, + 158, + 0.99, + 168, + 1.78, + 169, + 0.801, + 170, + 1.299, + 175, + 2.348, + 177, + 2.716, + 178, + 1.262, + 185, + 2.531, + 194, + 0.983, + 197, + 1.164, + 198, + 1.467, + 199, + 2.872, + 200, + 3.279, + 201, + 1.716, + 206, + 3.703, + 207, + 2.775, + 208, + 3.667, + 212, + 3.12, 213, - 2.283, - 216, - 2.232, + 4.323, + 214, + 2.556, + 215, + 5.714, 217, - 1.359, - 218, - 1.299, - 223, - 3.714, - 224, - 1.845, - 234, - 2.536, - 237, - 1.759, + 2.403, + 226, + 1.499, + 229, + 0.621, + 230, + 1.179, + 231, + 1.271, + 233, + 5.983, + 235, + 3.404, + 239, + 1.49, + 240, + 0.963, 241, - 4.323, + 1.785, + 244, + 1.309, + 246, + 2.232, 247, - 0.978, + 1.12, 248, - 1.532, + 2.027, + 253, + 2.698, 256, - 0.996, - 263, - 1.876, - 264, - 2.435, - 267, - 3.12, - 277, + 1.506, + 260, 1.142, - 278, - 2.716, - 288, - 4.564, + 268, + 0.692, + 269, + 1.521, + 273, + 1.329, + 285, + 3.003, + 287, + 2.34, 290, - 1.179, + 4.564, 291, - 1.164, + 7.107, + 292, + 4.919, 295, - 2.668, - 297, - 1.061, + 2.482, 300, - 1.785, - 301, - 1.697, + 3.714, 302, - 1.271, - 303, - 3.191, - 306, - 2.531, - 310, - 5.714, - 311, - 3.279, - 319, - 7.107, - 320, - 4.919, - 327, - 3.821, - 334, + 2.403, + 304, + 2.184, + 314, + 3.614, + 329, 2.474, - 335, - 2.866, - 337, - 3.721, - 338, - 4.773, - 341, - 6.945, - 343, - 0.963, - 357, + 333, + 0.958, + 345, 2.611, 368, + 1.532, + 373, + 2.062, + 374, 2.184, - 391, - 1.839, - 407, - 1.115, + 383, + 2.232, + 387, + 1.9, + 389, + 1.877, 425, - 2.795, - 428, - 2.698, - 432, - 3.703, - 437, - 3.301, - 441, + 1.932, + 452, + 2.221, + 477, + 2.34, + 500, + 3.721, + 505, + 4.773, + 510, + 1.245, + 521, 1.179, - 449, - 3.404, - 454, - 1.403, - 456, - 3.285, - 465, - 1.329, - 479, + 522, 1.678, - 493, - 0.99, - 514, - 1.912, - 539, - 3.223, - 540, - 3.767, - 541, - 5.983, - 548, - 3.667, - 549, + 535, + 2.474, + 536, 2.232, - 554, - 1.12, - 581, - 1.749, + 537, + 1.932, + 553, + 2.396, + 555, + 1.061, + 561, + 2.814, + 568, + 5.231, + 579, + 1.697, 590, - 1.12, - 595, - 1.227, - 632, - 2.062, - 633, - 2.318, - 655, - 1.49, - 680, - 3.018, - 742, - 3.223, - 754, - 2.872, - 756, + 1.403, + 600, + 1.625, + 631, 1.678, - 759, - 1.9, - 779, - 2.027, - 783, - 1.826, - 792, - 1.245, - 803, + 659, 3.072, - 810, - 4.651, - 813, - 5.351, - 819, - 2.474, - 827, - 2.05, - 858, - 2.814, - 860, + 675, 1.299, - 862, - 1.717, - 889, + 676, + 1.546, + 695, + 1.532, + 703, 2.112, - 919, + 724, + 3.223, + 728, + 3.285, + 765, + 2.349, + 773, + 1.227, + 783, + 2.764, + 784, + 2.474, + 815, + 2.1, + 848, 1.678, - 933, - 1.932, - 941, - 2.184, - 961, - 2.232, - 996, - 1.932, - 998, + 856, + 1.359, + 885, + 2.062, + 898, + 1.912, + 919, + 1.737, + 924, 2.557, - 1039, + 939, + 2.668, + 952, + 3.821, + 958, + 2.474, + 959, + 2.866, + 962, + 5.054, + 963, + 4.85, + 964, + 6.945, + 969, + 2.062, + 980, + 3.473, + 983, 2.184, - 1072, + 1016, + 2.141, + 1131, + 2.668, + 1132, + 2.65, + 1146, + 3.301, + 1150, + 3.767, + 1153, 1.592, - 1159, - 1.826, - 1174, - 2.027, - 1214, - 2.474, - 1244, + 1173, 2.639, - 1333, - 2.65, - 1369, - 2.584, - 1421, - 3.438, - 1491, + 1216, + 1.826, + 1221, 1.678, - 1516, - 2.349, - 1526, - 1.592, - 1578, - 2.027, - 1599, - 1.932, - 1723, - 2.474, - 1750, - 2.34, - 1815, + 1223, 2.283, - 1854, - 1.737, - 1920, - 5.231, - 1921, - 2.65, - 1929, - 1.678, - 1967, - 1.877, - 1982, - 1.78, - 2016, + 1224, + 2.584, + 1226, + 1.932, + 1259, 2.141, - 2117, - 1.826, - 2118, - 3.223, - 2142, + 1306, + 2.141, + 1322, + 3.438, + 1329, 2.027, - 2257, + 1339, + 2.556, + 1499, + 2.027, + 1651, + 2.027, + 1698, + 2.1, + 1774, + 1.717, + 1870, 2.764, - 2258, + 1893, + 3.223, + 1908, + 2.435, + 1926, + 3.548, + 2086, 2.474, - 2274, - 2.403, - 2281, - 2.1, - 2347, - 2.141, - 2411, - 4.323, - 2448, + 2136, + 2.232, + 2236, + 4.736, + 2249, + 2.283, + 2261, + 1.904, + 2314, 2.65, - 2451, - 2.184, - 2465, + 2472, + 2.283, + 2474, + 4.063, + 2475, + 4.063, + 2554, + 3.223, + 2775, + 1.826, + 2838, 2.907, - 2466, - 4.736, - 2468, + 2840, 3.098, - 2470, + 2842, 5.47, - 2500, + 2869, 2.764, - 2504, + 2872, 3.821, - 2505, - 2.283, - 2506, - 2.184, - 2507, + 2873, 4.622, - 2508, - 2.556, - 2509, - 2.062, - 2510, + 2874, 2.474, - 2511, + 2875, + 4.651, + 2876, 3.721, - 2512, - 4.063, - 2513, - 4.063, - 2514, + 2877, 4.063, - 2539, + 2952, + 1.826, + 2976, + 2.907, + 3320, 2.474, - 2671, - 1.904, - 2893, + 3372, 3.098, - 3058, - 2.232, - 3075, - 3.548, - 3076, - 2.556, - 3136, - 2.283, - 3238, - 2.474, - 3310, - 2.141, - 3341, - 2.1, - 3401, - 2.403, - 3433, - 2.907, - 3614, - 3.721, - 3736, - 2.764, - 3821, + 4389, 2.907, - 4334, + 4408, 3.098, - 4363, + 4409, + 2.65, + 4410, 3.388, - 4364, + 4411, 3.388, - 4365, - 3.098, - 4366, + 4412, 3.098, - 4367, + 4413, 3.388, - 4368, + 4414, 3.098, - 4369, + 4415, + 3.098, + 4416, 2.65, - 4370, + 4417, 3.388, - 4371, + 4418, 3.388, - 4372, + 4419, 3.388, - 4373, + 4420, 3.388, - 4374, + 4421, 3.388, - 4375, + 4422, 2.907, - 4376, - 2.474, - 4377, + 4423, 2.907, - 4378, + 4424, 2.764, - 4379, + 4425, 3.388 ] ], [ - "type/manuals/project-settings", + "type/manuals/tilemap", [ 0, 0.731 ] ], [ - "data/manuals/project-settings", + "data/manuals/tilemap", [ + 0, + 0.503, + 1, + 1.049, + 2, + 1.039, + 3, + 1.077, + 4, + 1.077, + 5, + 1.083, + 6, + 1.083, 7, - 1.551, + 1.575, 8, - 1.238, - 9, - 0.919, - 11, - 0.76, - 16, - 0.874, - 21, - 1.295, - 23, - 2.092, - 30, - 1.122, - 32, - 1.207, - 33, - 1.137, - 35, - 1.886, - 39, - 3.38, - 42, - 1.512, + 2.688, + 18, + 1.123, + 20, + 1.007, + 27, + 2.376, + 36, + 1.818, + 38, + 1.013, 44, - 2.545, + 1.714, + 45, + 2.765, 46, - 1.765, + 1.469, 49, - 2.267, + 1.419, 50, - 2.765, - 51, - 1.19, - 68, - 1.941, + 2.273, + 54, + 1.948, + 57, + 1.278, + 59, + 1.042, 70, - 1.922, - 71, - 1.301, - 74, - 1.286, + 2.633, + 75, + 1.805, 77, - 1.706, - 86, - 1.652, + 1.889, + 79, + 1.042, + 82, + 2.765, + 85, + 2.455, + 90, + 0.978, + 91, + 1.401, + 92, + 3.855, + 94, + 1.909, + 96, + 2.685, 97, - 2.961, + 1.186, + 99, + 1.086, + 100, + 1.173, + 101, + 4.658, 102, - 1.875, + 1.055, + 103, + 0.945, + 104, + 3.206, + 106, + 1.12, + 107, + 1.441, + 108, + 1.838, + 109, + 1.539, + 110, + 2.47, 111, - 2.124, - 119, - 2.022, + 1.714, + 113, + 1.518, 121, - 2.419, - 137, - 0.944, + 1.357, + 124, + 2.726, + 126, + 1.241, 141, - 1.271, - 161, - 2.147, - 162, - 2.865, - 181, - 3.46, - 186, - 3.234, - 190, - 1.804, - 191, - 1.606, + 1.518, + 142, + 2.252, + 148, + 2.165, + 149, + 1.562, + 150, + 1.918, + 151, + 2.59, + 152, + 2.646, + 153, + 2.394, + 154, + 2.593, + 155, + 2.593, + 156, + 4.458, + 160, + 1.213, + 169, + 1.26, + 170, + 1.573, + 174, + 3.088, + 175, + 3.302, + 177, + 2.318, + 178, + 1.529, + 194, + 1.753, + 196, + 1.419, + 197, + 1.41, 198, - 2.072, - 234, - 1.929, - 237, - 1.46, - 263, - 3.118, - 267, - 2.951, - 277, - 2.883, - 294, - 2.79, - 300, - 1.358, - 318, - 2.586, - 336, - 4.417, - 339, - 2.38, - 355, - 2.694, - 391, - 3.537, - 407, - 2.005, - 425, - 5.023, - 460, - 2.717, - 465, - 1.566, - 488, - 4.382, - 530, - 3.514, - 581, - 2.778, - 583, - 2.283, - 611, - 2.815, - 624, - 3.178, - 633, - 3.347, - 749, - 3.214, - 759, - 2.237, - 771, - 7.573, - 808, - 3.037, - 858, + 2.307, + 201, + 1.702, + 206, + 4.107, + 207, + 2.081, + 208, + 4.641, + 210, + 1.659, + 212, + 1.909, + 226, + 2.78, + 229, + 1.146, + 235, + 2.593, + 238, + 2.306, + 240, + 1.778, + 241, + 0.879, + 247, + 1.357, + 250, + 1.585, + 251, + 2.881, + 253, + 2.055, + 256, + 2.419, + 257, + 2.47, + 268, + 0.838, + 291, + 7.102, + 292, + 4.28, + 306, + 3.726, + 320, + 2.455, + 333, + 1.768, + 338, + 4.567, + 344, + 4.612, + 371, + 4.451, + 373, + 2.498, + 374, + 2.646, + 380, + 1.457, + 381, + 2.544, + 452, + 1.193, + 509, + 3.245, + 521, + 1.428, + 524, + 1.374, + 535, + 2.997, + 543, + 1.646, + 573, + 2.346, + 577, + 1.609, + 591, + 2.703, + 594, + 1.891, + 595, + 2.212, + 601, + 3.069, + 602, + 2.529, + 603, + 2.612, + 636, + 1.573, + 659, + 2.34, + 676, + 1.872, + 683, + 2.656, + 692, + 1.539, + 751, + 1.659, + 792, + 3.566, + 801, 2.01, - 859, - 2.072, - 860, - 2.432, - 898, - 6.248, - 933, - 3.618, - 948, - 2.397, - 1009, - 3.733, - 1011, - 4.937, - 1044, - 2.923, - 1074, - 3.214, - 1104, - 4.286, - 1129, - 4.674, - 1239, - 2.432, - 1269, - 5.176, - 1289, - 4.335, - 1421, - 3.252, - 1549, - 3.514, - 1569, - 3.815, - 1678, - 2.487, - 1699, - 6.98, - 1799, - 3.564, - 1829, - 4.633, - 1869, - 2.895, - 1898, - 2.565, - 2087, - 4.785, - 2137, - 3.733, - 2266, - 4.504, - 2336, - 5.8, - 2349, - 5.443, - 2392, - 5.034, - 2444, - 8.305, - 2475, - 3.333, - 2601, - 3.733, - 2653, - 4.785, - 2717, - 5.176, - 2768, - 5.8, - 3355, - 3.862, - 3373, - 3.795, - 4380, - 6.343, - 4381, - 5.8, - 4382, - 6.343, - 4383, - 5.8, - 4384, - 5.8, - 4385, - 6.343, - 4386, - 6.343, - 4387, - 4.785, - 4388, - 5.176, - 4389, - 6.343, - 4390, - 3.075, - 4391, - 6.343, - 4392, - 5.8, - 4393, - 6.343, - 4394, - 5.176, - 4395, - 6.343, - 4396, - 6.343, - 4397, - 5.443 + 848, + 2.033, + 858, + 2.455, + 931, + 2.096, + 939, + 2.033, + 941, + 1.609, + 947, + 2.156, + 964, + 7.817, + 982, + 6.852, + 983, + 6.196, + 988, + 5.102, + 1019, + 2.363, + 1034, + 2.398, + 1043, + 1.773, + 1052, + 2.156, + 1144, + 2.34, + 1155, + 1.989, + 1157, + 2.156, + 1195, + 3.348, + 1196, + 3.348, + 1214, + 2.911, + 1228, + 6.007, + 1253, + 4.761, + 1254, + 3.621, + 1255, + 2.834, + 1256, + 2.544, + 1257, + 2.544, + 1258, + 2.703, + 1259, + 2.593, + 1260, + 3.679, + 1261, + 2.498, + 1343, + 2.273, + 1413, + 2.498, + 1511, + 3.371, + 1596, + 2.183, + 1628, + 1.7, + 1662, + 1.805, + 1882, + 2.775, + 1884, + 1.743, + 2121, + 2.414, + 2129, + 3.21, + 2203, + 5.717, + 2263, + 5.927, + 2420, + 2.765, + 2507, + 2.455, + 2603, + 3.348, + 2690, + 2.376, + 3476, + 2.834, + 3802, + 2.997, + 3808, + 5.365, + 3812, + 3.348, + 3813, + 3.348, + 3897, + 3.951, + 4224, + 3.752, + 4408, + 6.927, + 4426, + 10.552, + 4427, + 6.252, + 4428, + 6.252, + 4429, + 5.102, + 4430, + 5.533, + 4431, + 3.752, + 4432, + 4.103, + 4433, + 4.103, + 4434, + 3.752, + 4435, + 6.252, + 4436, + 5.717, + 4437, + 3.752, + 4438, + 3.752, + 4439, + 3.752, + 4440, + 3.752, + 4441, + 3.348 ] ], [ - "type/manuals/iac", + "type/manuals/test", [ 0, 0.731 ] ], [ - "data/manuals/iac", + "data/manuals/test", + [ + 7, + 1.485, + 10, + 2.261, + 18, + 1.082, + 20, + 1.39, + 36, + 1.482, + 38, + 1.224, + 41, + 3.904, + 46, + 1.572, + 57, + 1.338, + 59, + 0.857, + 62, + 2.458, + 70, + 3.13, + 77, + 1.539, + 79, + 0.806, + 99, + 0.978, + 100, + 1.962, + 102, + 2.44, + 104, + 3.81, + 105, + 2.982, + 106, + 1.7, + 107, + 1.414, + 111, + 3.104, + 116, + 2.892, + 126, + 1.884, + 132, + 2.553, + 140, + 3.424, + 148, + 1.947, + 153, + 2.154, + 169, + 1.556, + 178, + 2.768, + 216, + 4.354, + 229, + 1.362, + 239, + 3.268, + 256, + 1.67, + 268, + 1.517, + 273, + 1.834, + 274, + 5.585, + 282, + 3.681, + 285, + 3.328, + 290, + 3.694, + 309, + 4.373, + 353, + 2.982, + 369, + 5.009, + 387, + 2.621, + 452, + 2.16, + 521, + 2.586, + 555, + 2.973, + 592, + 4.792, + 631, + 3.681, + 683, + 3.156, + 687, + 4.373, + 689, + 3.328, + 702, + 3.723, + 713, + 3.954, + 832, + 4.553, + 855, + 9.455, + 903, + 4.006, + 935, + 5.768, + 948, + 2.936, + 975, + 4.553, + 984, + 5.606, + 1324, + 4.926, + 1332, + 4.456, + 1338, + 5.814, + 1343, + 4.117, + 1363, + 5.814, + 1372, + 8.974, + 1662, + 3.268, + 2156, + 4.524, + 2432, + 6.795, + 2581, + 5.606, + 2867, + 6.795, + 3092, + 5.814, + 3161, + 4.895, + 4266, + 6.063, + 4442, + 8.533, + 4443, + 7.431, + 4444, + 7.431, + 4445, + 6.063, + 4446, + 6.795, + 4447, + 7.431, + 4448, + 7.431, + 4449, + 7.431, + 4450, + 7.431, + 4451, + 7.431 + ] + ], + [ + "type/manuals/animation", [ 0, - 1.034, + 0.731 + ] + ], + [ + "data/manuals/animation", + [ + 0, + 1.087, 1, - 2.159, + 2.27, 2, - 2.137, + 2.247, 3, - 2.216, + 2.329, 4, - 2.216, + 2.329, 5, - 2.227, + 2.341, 6, - 2.227, + 2.341, 7, - 1.483, - 8, - 1.08, - 9, - 0.717, - 11, - 0.912, - 16, - 0.762, - 21, - 2.098, - 22, - 1.915, - 29, - 1.897, - 30, - 1.067, - 32, - 1.606, - 33, - 1.366, - 51, - 1.584, - 99, - 3.168, - 104, - 4.156, - 110, - 2.809, - 111, - 2.827, - 117, - 4.128, - 137, - 1.256, - 151, - 1.548, - 161, - 2.04, - 191, - 2.137, - 198, - 3.357, - 300, - 1.808, - 349, - 4.492, - 411, - 3.928, - 412, - 4.381, - 453, - 3.967, - 465, - 2.084, - 520, - 5.989, - 555, - 5.334, - 583, - 3.038, - 714, - 3.335, - 859, - 3.357, + 1.565, + 46, + 1.266, + 57, + 1.135, + 59, + 0.801, + 75, + 3.903, + 77, + 1.838, + 79, + 0.754, + 92, + 3.561, + 126, + 1.761, + 148, + 1.82, + 199, + 3.801, + 215, + 4.446, + 228, + 3.769, + 250, + 3.428, + 251, + 4.089, + 282, + 4.396, + 318, + 6.942, + 577, + 3.48, + 911, + 4.916, + 935, + 4.396, 938, - 6.368, - 1078, - 3.526, - 1251, - 4.278, - 1500, - 5.27, - 1569, - 2.977, - 1663, - 4.93, - 1929, - 4.182, - 2000, - 5.989, - 2162, - 5.334, - 2961, - 6.604, - 3813, - 6.368, - 4398, - 6.927, - 4399, - 10.277, - 4400, - 6.888, - 4401, - 8.441, - 4402, - 8.441, - 4403, - 8.441, - 4404, - 8.441 + 5.608, + 959, + 6.024, + 996, + 4.497, + 1093, + 5.222, + 1137, + 7.016, + 1173, + 4.348, + 1180, + 5.787, + 1188, + 4.348, + 1323, + 3.707, + 2807, + 6.694, + 3084, + 6.13, + 4452, + 8.874, + 4453, + 8.874, + 4454, + 6.942, + 4455, + 10.591 ] ], [ - "type/manuals/gui", + "type/manuals/optimization-battery", [ 0, 0.731 ] ], [ - "data/manuals/gui", + "data/manuals/optimization-battery", [ 0, - 0.376, + 1.101, 1, - 0.567, + 2.299, 2, - 0.306, + 2.276, 3, - 0.318, + 2.359, 4, - 0.318, + 2.359, 5, - 0.319, + 2.372, 6, - 0.319, + 2.372, 7, - 1.546, - 8, - 1.447, + 1.429, + 10, + 1.943, + 18, + 0.963, + 20, + 1.195, + 57, + 1.456, + 59, + 0.811, + 79, + 0.907, + 99, + 1.046, + 107, + 1.71, + 121, + 2.973, + 135, + 5.206, + 142, + 2.673, + 153, + 2.039, + 194, + 1.947, + 256, + 2.02, + 266, + 3.989, + 268, + 1.835, + 457, + 3.191, + 471, + 2.409, + 551, + 7.373, + 676, + 4.102, + 709, + 5.68, + 947, + 4.723, + 969, + 5.472, + 1071, + 5.127, + 1840, + 5.127, + 1864, + 5.922, + 1866, + 5.127, + 2027, + 4.453, + 2189, + 4.98, + 2192, + 6.209, + 4456, + 8.709 + ] + ], + [ + "type/manuals/input-mouse-and-touch", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/input-mouse-and-touch", + [ + 0, + 0.405, + 1, + 0.846, + 2, + 0.837, + 3, + 0.868, + 4, + 0.868, + 5, + 0.873, + 6, + 0.873, + 7, + 1.49, 9, - 0.935, + 2.238, 10, - 0.221, + 2.235, 11, - 1.061, - 13, - 1.644, - 14, - 0.836, - 16, - 1.008, - 19, - 0.701, - 21, - 1.66, - 22, - 1.695, + 1.198, + 18, + 1.115, + 20, + 1.472, 23, - 1.615, - 26, - 0.594, + 2.983, 28, - 0.43, - 29, - 1.62, - 30, - 1.153, - 32, - 1.646, - 33, - 1.401, - 35, - 1.622, - 37, - 0.537, + 1.603, + 36, + 2.186, + 38, + 1.124, 39, - 3.679, - 40, - 5.796, - 41, - 0.644, + 0.698, 42, - 2.27, + 0.601, 44, - 2.189, - 45, - 3.893, + 1.381, 46, - 1.23, + 1.564, 47, - 5.441, - 48, - 0.853, - 49, - 1.58, - 50, - 2.566, - 51, - 1.768, + 2.366, 52, - 0.403, - 54, - 1.699, - 55, - 2.62, + 0.91, 57, - 0.75, + 1.386, 58, - 5.604, + 1.716, 59, - 2.5, + 1.055, 60, - 0.493, + 1.836, 62, - 1.031, - 65, - 2.353, - 67, - 0.424, - 68, - 1.926, - 69, - 0.836, - 70, - 1.322, - 71, - 1.91, + 1.094, + 63, + 1.603, 72, - 2.614, - 73, - 3.7, - 74, - 1.176, - 75, - 3.718, - 76, - 3.094, + 1.101, 77, - 1.857, + 1.909, 78, - 3.094, + 1.468, 79, - 2.556, - 80, - 3.745, - 81, - 4.268, - 82, - 1.374, + 0.931, 83, - 2.918, + 3.407, 84, - 3.459, - 86, - 1.471, - 87, - 0.918, + 1.417, 90, - 0.78, - 92, - 2.648, - 93, - 2.057, - 94, - 2.168, + 2.093, + 95, + 2.458, + 96, + 1.675, + 97, + 1.527, + 98, + 2.346, 99, - 0.877, + 1.015, 100, - 0.712, - 101, - 2.794, + 0.991, 102, - 1.121, - 104, - 1.24, - 110, - 1.654, - 111, - 0.742, + 1.358, + 103, + 1.216, + 106, + 1.35, + 107, + 1.005, 113, - 1.46, - 117, - 1.413, - 119, - 0.707, + 1.65, + 120, + 1.979, 121, - 1.073, - 123, - 1.111, - 125, - 1.24, - 127, - 0.505, - 129, - 0.613, - 131, - 0.69, - 136, - 0.859, - 137, - 1.35, - 141, - 1.666, - 147, - 2.758, - 149, - 1.832, + 1.094, + 122, + 1.645, + 126, + 1.635, + 132, + 1.136, + 139, + 1.915, + 142, + 0.983, + 148, + 1.69, 150, - 2.823, - 151, - 1.453, - 152, - 0.604, - 157, - 1.179, - 159, - 0.832, + 0.837, + 153, + 1.869, 160, - 1.489, - 161, - 1.946, - 162, - 1.701, - 171, - 1.834, - 173, - 1.465, - 174, - 2.398, - 175, - 1.668, + 2.228, + 165, + 2.355, + 167, + 3.047, + 168, + 1.737, + 169, + 1.612, 178, - 0.724, - 180, - 0.69, - 182, - 0.889, - 185, - 0.987, - 186, - 1.978, - 189, - 2.77, - 190, - 1.97, - 191, - 0.96, - 193, - 0.468, - 195, - 0.652, + 3.852, + 194, + 1.847, + 197, + 1.136, 198, - 1.001, + 1.439, + 201, + 0.743, 202, - 1.675, + 2.462, + 206, + 2.561, + 207, + 3.068, 210, - 4.18, - 218, - 2.537, - 219, - 0.613, - 223, - 1.228, - 224, - 1.821, - 225, - 0.701, - 227, - 1.15, - 228, - 1.413, + 1.337, + 211, + 4.129, 229, - 2.758, + 1.756, 230, - 1.992, - 234, - 0.933, - 236, - 0.621, - 237, - 1.66, + 1.151, + 239, + 1.454, + 240, + 0.94, 241, - 0.78, - 242, - 0.701, - 244, - 4.27, + 0.708, 247, - 0.403, + 1.094, + 249, + 2.534, + 250, + 2.041, + 253, + 1.657, 256, - 0.901, - 261, - 0.628, - 263, - 1.938, - 267, - 1.031, + 1.974, + 260, + 1.115, + 266, + 4.744, + 268, + 2.016, + 269, + 1.497, 273, - 1.476, - 277, - 1.49, - 278, - 1.521, - 288, - 0.471, + 2.168, + 276, + 2.495, + 280, + 2.072, 290, - 1.73, - 291, - 1.303, - 293, - 0.889, + 1.287, 294, - 1.668, - 297, - 0.96, - 299, - 1.775, - 300, - 0.812, - 301, - 1.11, - 302, - 0.454, - 303, - 0.505, - 306, - 3.389, - 309, - 0.6, - 310, - 1.11, - 311, - 1.349, - 312, - 2.291, - 313, - 0.628, - 317, - 0.454, - 318, - 1.546, - 319, - 1.283, - 320, - 0.949, - 322, - 0.67, - 326, - 1.107, - 328, - 1.042, - 337, - 0.809, - 338, - 1.136, + 1.886, + 295, + 3.04, + 306, + 1.454, + 330, + 2.104, + 333, + 2.131, 339, - 0.832, + 2.587, + 342, + 1.481, 343, - 0.63, - 346, - 1.476, - 347, - 1.063, - 348, - 2.556, - 350, - 0.738, - 351, - 0.6, - 357, - 2.853, - 364, - 0.896, - 365, - 0.701, - 366, - 3.26, - 369, - 1.401, - 375, - 1.264, - 381, - 4.59, + 2.05, + 353, + 1.327, + 359, + 1.481, + 368, + 1.502, + 371, + 1.737, 382, - 5.623, - 383, - 0.987, - 390, - 0.797, - 391, - 0.413, - 394, - 1.519, - 396, - 0.737, - 398, - 0.816, - 407, - 1.596, - 410, - 1.748, - 411, - 0.563, - 412, - 0.628, - 425, - 2.294, - 426, - 1.195, - 428, - 0.606, + 1.19, + 387, + 1.863, 429, - 0.993, - 432, - 1.074, - 441, - 0.771, + 2.561, + 434, + 1.539, 449, - 0.765, + 3.161, 452, - 3.275, + 0.961, 453, - 1.441, - 454, - 0.501, - 460, - 1.894, - 465, - 1.347, - 466, - 2.556, - 478, - 0.505, - 479, - 0.6, - 493, - 2.025, - 512, - 2.232, - 541, - 0.816, - 547, - 0.659, + 1.915, + 457, + 1.174, + 471, + 0.886, + 473, + 1.454, + 510, + 1.215, + 515, + 2.05, + 521, + 3.057, + 524, + 1.769, 548, - 1.668, + 2.179, 549, - 2.498, - 554, - 2.86, - 569, - 1.701, - 580, - 1.074, - 581, - 2.249, - 583, - 0.798, - 590, - 0.733, - 612, - 0.563, - 627, - 0.884, - 633, - 0.766, - 644, - 0.628, - 646, - 4.331, - 647, - 2.645, - 648, - 0.947, - 654, - 2.634, - 655, - 1.668, - 657, - 0.987, - 659, - 0.475, - 664, - 0.941, - 666, - 0.475, - 673, - 0.797, - 677, - 0.593, - 680, - 2.325, - 682, - 0.606, - 686, - 0.987, + 2.838, + 553, + 1.182, + 561, + 1.675, + 571, + 2.415, + 573, + 1.241, + 582, + 4.587, + 594, + 1.524, + 599, + 2.415, + 600, + 4.594, + 601, + 1.198, + 614, + 2.587, + 615, + 1.76, + 629, + 1.589, + 636, + 1.268, + 637, + 2.132, + 687, + 1.946, + 689, + 1.481, 692, - 0.661, - 696, - 2.066, - 705, - 1.672, - 710, - 1.374, + 1.241, + 702, + 1.657, 712, - 0.911, - 717, - 0.701, - 719, - 0.542, - 728, - 1.554, - 737, - 1.423, - 743, - 0.587, + 2.229, 746, - 0.765, - 754, - 0.949, - 759, - 2.076, - 776, - 0.984, - 779, - 0.724, - 792, - 0.445, - 799, - 2.794, - 802, - 1.536, - 805, - 3.622, - 808, - 1.57, - 809, - 3.351, - 811, - 1.597, - 812, - 3.103, - 813, - 3.022, - 815, - 2.267, - 816, - 0.765, - 818, - 0.836, - 819, - 2.77, - 820, - 0.859, - 821, - 0.765, - 822, - 0.797, - 823, - 0.913, - 824, - 1.838, - 825, - 2.309, - 827, - 1.444, - 828, - 1.4, - 832, - 0.765, - 837, - 0.712, - 841, - 2.027, - 845, - 3.521, - 849, - 3.447, + 5.205, + 750, + 1.603, + 752, + 1.524, + 769, + 3.407, + 772, + 5.205, + 785, + 6.633, + 786, + 3.06, + 797, + 2.698, + 826, + 2.776, 856, - 0.913, - 858, - 0.384, - 867, - 1.838, - 868, - 1.531, - 869, - 3.141, - 895, - 0.78, - 896, - 0.75, - 909, - 0.563, - 912, - 2.794, - 933, - 0.69, - 937, - 1.723, - 939, - 1.179, - 940, - 0.797, - 941, - 0.78, - 944, - 1.775, - 945, - 1.4, + 1.327, + 864, + 2.284, + 866, + 1.232, + 891, + 1.122, + 892, + 2.838, + 898, + 1.174, + 913, + 2.09, + 915, + 3.159, + 917, + 1.495, + 921, + 2.132, + 931, + 1.826, 947, - 0.701, - 948, - 2.062, - 954, - 0.644, - 958, - 0.558, - 960, - 3.358, + 1.737, 961, - 0.797, - 976, - 2.913, + 2.284, + 962, + 3.101, 977, - 1.698, - 983, - 4.863, - 993, - 0.913, - 996, - 0.69, - 1011, - 0.552, - 1026, - 2.602, - 1037, - 0.947, - 1038, - 0.816, - 1039, - 1.977, - 1045, - 0.606, - 1072, - 3.725, - 1073, - 1.902, - 1078, - 0.505, - 1085, - 0.859, - 1117, - 0.859, - 1138, - 0.913, - 1139, - 2.925, - 1145, - 0.581, - 1160, - 0.486, - 1172, - 0.884, + 2.811, + 999, + 1.524, + 1007, + 3.547, + 1008, + 3.748, + 1009, + 6.455, + 1014, + 3.407, + 1019, + 2.493, + 1034, + 1.268, + 1043, + 1.429, + 1066, + 1.297, + 1071, + 3.763, + 1133, + 1.737, + 1155, + 3.198, + 1158, + 3.04, 1173, - 1.021, - 1200, - 1.426, - 1217, - 1.775, - 1221, - 0.765, - 1222, - 0.542, - 1250, - 1.536, + 1.62, + 1192, + 2.05, + 1193, + 5.255, + 1198, + 1.886, + 1206, + 2.346, + 1214, + 2.346, + 1219, + 2.013, + 1224, + 1.586, + 1235, + 2.132, 1253, - 3.132, - 1257, - 1.413, - 1263, - 2.645, - 1275, - 0.652, + 1.858, + 1272, + 1.468, 1279, - 0.797, - 1283, - 0.75, - 1321, - 0.737, - 1343, - 0.987, - 1348, - 0.644, - 1355, - 1.834, - 1465, - 0.613, - 1488, - 1.245, - 1491, - 0.6, - 1500, - 2.549, - 1513, - 0.947, - 1514, - 0.816, - 1521, - 0.765, - 1548, - 1.374, - 1586, - 1.063, - 1592, - 2.383, - 1603, - 4.707, - 1608, - 1.038, - 1609, - 1.374, - 1611, - 0.712, - 1613, - 0.913, - 1642, - 0.75, - 1644, - 0.78, - 1684, - 0.797, - 1705, - 0.869, - 1707, - 1.572, - 1711, - 0.859, - 1712, - 0.765, - 1719, - 0.987, - 1720, - 0.987, - 1721, - 1.4, - 1724, - 0.987, - 1742, - 2.851, - 1743, - 0.913, - 1748, - 1.808, - 1750, - 2.62, - 1762, - 1.283, - 1764, - 0.701, - 1805, - 1.653, - 1811, - 0.75, - 1815, - 0.816, - 1822, - 0.448, - 1835, - 0.724, - 1838, - 4.056, - 1843, - 2.351, - 1849, - 0.836, - 1852, - 0.859, - 1872, - 0.859, - 1882, - 0.765, + 5.73, + 1295, + 3.091, + 1296, + 1.232, + 1301, + 4.681, + 1323, + 2.756, + 1329, + 3.161, + 1354, + 6.017, + 1364, + 1.946, + 1378, + 5.347, + 1401, + 2.013, + 1437, + 2.495, + 1472, + 1.481, + 1485, + 2.179, + 1487, + 2.495, + 1525, + 2.09, + 1546, + 1.716, + 1558, + 2.05, + 1560, + 2.179, + 1584, + 1.858, + 1588, + 1.62, + 1616, + 3.339, + 1622, + 5.346, + 1655, + 1.737, + 1679, + 3.481, + 1681, + 1.417, + 1687, + 3.276, + 1803, + 2.284, + 1841, + 1.915, + 1869, + 2.179, + 1871, + 1.603, + 1874, + 1.946, + 1888, + 6.722, 1889, - 0.701, + 2.013, + 1893, + 1.979, 1895, - 0.712, + 5.55, 1897, - 0.987, + 2.587, + 1902, + 4.964, + 1903, + 6.994, + 1904, + 2.587, + 1905, + 2.838, 1912, - 0.987, - 1919, - 0.836, + 2.495, 1920, - 1.245, - 1924, - 1.619, - 1930, - 0.628, - 1936, - 1.494, - 1967, - 2.754, - 1971, - 0.884, - 1975, - 0.816, - 1979, - 0.724, - 1982, - 3.476, - 1990, - 0.652, - 1991, - 0.737, - 1995, - 0.913, - 2008, - 0.987, - 2010, - 0.652, - 2051, - 1.038, - 2053, - 1.672, + 1.539, + 1928, + 1.783, + 1929, + 1.76, + 2006, + 1.737, + 2024, + 1.495, + 2035, + 2.05, + 2057, + 2.09, 2060, - 1.038, - 2068, - 2.445, - 2108, - 0.947, - 2126, - 0.797, - 2127, - 1.038, - 2131, - 0.859, + 2.495, + 2089, + 1.858, + 2096, + 1.832, + 2123, + 3.013, 2138, - 0.884, - 2151, - 1.734, - 2152, - 0.884, - 2232, - 0.724, - 2259, - 0.947, - 2261, - 0.836, - 2274, - 1.572, - 2277, - 2.239, - 2304, - 3.518, - 2308, - 1.46, - 2343, - 0.816, + 2.698, 2354, - 0.765, - 2396, - 0.816, - 2411, - 1.429, - 2445, - 0.947, - 2450, - 0.797, - 2451, - 4.65, - 2454, - 1.038, - 2455, - 1.107, - 2464, - 1.902, - 2475, - 1.164, - 2476, - 1.374, - 2494, - 0.859, - 2497, - 0.628, - 2506, - 1.429, + 2.346, + 2440, + 1.603, + 2498, + 2.132, 2509, - 1.349, - 2527, - 1.195, - 2539, - 1.619, - 2561, - 0.75, - 2577, - 0.913, - 2638, - 0.737, + 1.979, + 2533, + 2.229, + 2548, + 1.946, + 2582, + 1.915, 2645, - 0.797, - 2652, - 1.46, - 2655, - 0.987, - 2665, - 0.816, - 2684, - 1.107, - 2726, - 1.902, - 2729, - 1.107, - 2910, - 1.808, - 2984, - 0.78, - 2988, - 0.913, - 3042, - 5.38, - 3048, - 1.734, - 3058, - 0.797, - 3069, - 0.947, - 3076, - 0.913, - 3080, - 1.107, - 3098, - 0.987, - 3111, - 2.027, - 3122, - 0.884, - 3160, - 0.816, - 3161, - 0.797, - 3167, - 2.175, - 3177, - 1.808, - 3191, - 1.038, - 3205, - 1.572, - 3216, - 0.947, - 3233, - 2.239, - 3238, - 0.884, - 3273, - 0.987, - 3292, - 0.913, - 3298, - 1.038, - 3321, - 1.038, - 3323, - 0.947, - 3334, - 3.459, - 3360, - 0.884, - 3385, - 1.038, - 3401, - 0.859, - 3556, - 1.15, - 3596, - 0.947, - 3613, - 3.137, - 3614, - 0.836, - 3631, - 1.734, - 3717, - 0.947, - 3735, - 3.335, - 3739, - 0.987, - 3742, - 3.335, - 3743, - 1.038, - 3744, - 1.107, - 3745, - 1.107, - 3746, - 0.987, - 3748, - 4.268, - 3799, - 0.947, - 3823, - 1.107, - 3828, - 0.987, - 3861, - 1.4, - 3873, - 3.335, - 3878, - 0.987, - 3947, - 4.451, - 3955, - 0.947, - 3966, - 0.987, - 3973, - 0.987, - 4016, - 0.913, - 4068, - 0.884, - 4335, - 5.79, - 4356, - 3.459, - 4376, - 0.884, - 4405, - 1.21, - 4406, - 1.21, - 4407, - 1.038, - 4408, - 5.642, - 4409, - 2.313, - 4410, - 0.987, - 4411, - 2.216, - 4412, - 1.038, - 4413, - 2.216, - 4414, - 1.21, - 4415, - 1.21, - 4416, - 2.216, - 4417, - 1.107, - 4418, - 2.216, - 4419, - 1.21, - 4420, - 1.21, - 4421, - 2.216, - 4422, - 1.038, - 4423, - 2.216, - 4424, - 1.21, - 4425, - 1.21, - 4426, - 1.21, - 4427, - 1.808, - 4428, - 1.107, - 4429, - 1.21, - 4430, - 1.107, - 4431, - 1.107, - 4432, - 1.107, - 4433, - 1.107, - 4434, - 1.038, - 4435, - 1.107, - 4436, - 1.672, - 4437, - 1.619, - 4438, - 1.038, - 4439, - 1.038, - 4440, - 1.21, - 4441, - 1.21, - 4442, - 1.21, - 4443, - 1.038, - 4444, - 1.107, - 4445, - 2.239, - 4446, - 2.216, - 4447, - 1.107, - 4448, - 4.99, - 4449, - 2.216, - 4450, - 0.947, - 4451, - 4.043, - 4452, - 5.382, - 4453, - 3.468, - 4454, - 2.027, - 4455, - 0.947, - 4456, - 1.21, + 2.415, + 2952, + 1.783, + 3006, + 2.415, + 3079, + 2.415, + 3144, + 2.229, + 3159, + 2.587, + 3236, + 2.587, + 3247, + 2.415, + 3380, + 3.024, + 3474, + 2.284, + 3527, + 2.229, + 3713, + 1.946, + 4002, + 2.587, + 4242, + 5.346, + 4296, + 2.587, 4457, - 1.21, + 3.024, 4458, - 2.216, + 8.238, 4459, - 1.038, + 3.307, 4460, - 1.21, + 3.307, 4461, - 1.21, + 7.535, 4462, - 1.107, + 3.307, 4463, - 1.038, + 3.307, 4464, - 3.066, + 4.681, 4465, - 1.107, + 4.447, 4466, - 1.21, + 7.899, 4467, - 1.21, + 5.283, 4468, - 2.216, + 5.283, 4469, - 0.913, + 3.024, 4470, - 2.216, + 3.307, 4471, - 1.21, + 3.307, 4472, - 1.107, + 4.819, 4473, - 1.808, + 3.307, 4474, - 1.107, + 4.831, 4475, - 1.107, + 4.831, 4476, - 1.107, + 3.024, 4477, - 0.836, + 3.307, 4478, - 3.066, + 3.307, 4479, - 3.066, + 3.307, 4480, - 2.027, + 3.307, 4481, - 1.107, + 3.307, 4482, - 1.107, + 3.307, 4483, - 1.107, + 2.346, 4484, - 1.21, + 3.307, 4485, - 0.987, + 3.307, 4486, - 0.987, + 2.698, 4487, - 1.21, + 2.838, 4488, - 1.21, + 3.307, 4489, - 2.027, + 3.307, 4490, - 1.21, + 3.307, 4491, - 1.21, + 3.307, 4492, - 1.107, + 3.307, 4493, - 1.21, + 3.024, 4494, - 1.21 + 3.307, + 4495, + 3.307, + 4496, + 3.024, + 4497, + 3.024, + 4498, + 2.698, + 4499, + 3.024 ] ], [ - "type/manuals/windows", + "type/manuals/model-animation", [ 0, 0.731 ] ], [ - "data/manuals/windows", + "data/manuals/model-animation", [ 0, - 0.958, + 0.638, 1, - 2.001, + 1.332, 2, - 1.98, + 1.318, 3, - 2.053, + 1.367, 4, - 2.053, + 1.367, 5, - 2.064, + 1.374, 6, - 2.064, + 1.374, 7, - 1.572, + 1.56, 8, - 1.001, - 9, - 0.91, + 1.457, 10, - 1.427, - 11, - 0.695, - 16, - 0.706, - 22, - 1.775, - 24, - 3.57, - 29, - 1.758, - 30, - 1.013, - 48, - 2.177, - 49, - 2.796, - 71, - 1.605, - 74, - 1.089, + 2.057, + 18, + 1.128, + 20, + 1.158, + 36, + 1.487, + 38, + 0.968, + 42, + 1.355, + 43, + 2.702, + 46, + 1.539, + 57, + 1.217, + 59, + 0.909, + 75, + 2.29, 77, - 1.56, - 86, - 1.116, + 1.804, + 79, + 0.74, + 84, + 2.231, + 90, + 1.777, + 99, + 0.997, + 100, + 0.977, + 102, + 1.339, + 103, + 1.717, + 106, + 0.933, + 107, + 0.991, + 108, + 1.531, + 111, + 3.115, + 113, + 1.043, 121, - 2.212, - 123, - 2.834, - 125, - 3.163, - 141, - 1.567, - 152, - 2.13, - 161, - 1.553, - 162, - 2.011, - 181, - 3.163, - 190, - 2.224, - 191, - 2.711, - 193, - 1.651, - 263, - 3.141, - 286, - 7.055, - 288, - 3.044, - 300, - 2.099, - 320, - 3.351, - 355, - 3.323, - 406, - 3.267, - 407, - 1.62, - 423, - 4.68, - 549, - 5.153, - 611, - 4.351, - 808, - 2.777, - 933, - 4.461, - 1011, - 3.57, - 1065, - 4.849, - 1129, - 3.38, - 1203, - 5.272, - 1355, - 4.68, - 1360, - 5.969, - 1373, - 4.333, - 1375, - 6.383, - 1423, - 5.217, - 1467, - 4.461, - 1636, - 4.11, - 1644, - 7.24, - 1722, - 5.713, - 2179, - 5.592, - 2340, - 5.549, - 2342, - 5.549, - 2489, - 7.153, - 3425, - 6.383, - 4469, - 5.901, - 4495, - 11.227, - 4496, - 5.901, - 4497, - 7.822, - 4498, - 7.822, - 4499, - 7.822, + 1.722, + 122, + 2.322, + 124, + 2.27, + 126, + 1.998, + 128, + 2.58, + 148, + 1.952, + 150, + 1.318, + 151, + 2.157, + 153, + 1.692, + 156, + 3.064, + 158, + 1.522, + 160, + 2.977, + 165, + 3.155, + 166, + 3.505, + 167, + 3.524, + 169, + 1.415, + 170, + 2.86, + 175, + 2.27, + 178, + 3.544, + 194, + 1.736, + 197, + 1.789, + 201, + 1.17, + 210, + 2.106, + 215, + 5.78, + 229, + 1.597, + 231, + 2.798, + 233, + 3.51, + 240, + 1.481, + 241, + 1.866, + 250, + 2.012, + 251, + 2.399, + 256, + 1.17, + 258, + 4.913, + 260, + 1.755, + 268, + 1.063, + 269, + 1.181, + 273, + 1.841, + 330, + 2.378, + 333, + 2.109, + 381, + 3.228, + 452, + 1.514, + 505, + 2.67, + 524, + 2.498, + 554, + 1.954, + 555, + 2.336, + 579, + 3.736, + 588, + 2.702, + 590, + 3.09, + 602, + 2.106, + 614, + 2.042, + 629, + 2.243, + 636, + 2.86, + 644, + 2.58, + 679, + 2.332, + 691, + 1.593, + 692, + 1.954, + 695, + 2.354, + 699, + 3.51, + 724, + 4.462, + 728, + 2.552, + 832, + 2.498, + 856, + 2.089, + 898, + 1.849, + 914, + 2.175, + 931, + 2.411, + 948, + 2.057, + 959, + 5.977, + 978, + 2.057, + 1007, + 1.824, + 1025, + 2.057, + 1071, + 2.97, + 1105, + 4.913, + 1109, + 2.524, + 1137, + 3.116, + 1146, + 2.25, + 1150, + 2.926, + 1170, + 4.074, + 1207, + 3.803, + 1296, + 2.778, + 1379, + 3.47, + 1381, + 3.694, + 1385, + 3.694, + 1432, + 2.926, + 1459, + 2.123, + 1472, + 2.332, + 1509, + 3.597, + 1599, + 3.291, + 1608, + 3.116, + 1609, + 3.016, + 1648, + 2.97, + 1660, + 4.074, + 1666, + 3.228, + 1675, + 6.338, + 1684, + 3.016, + 1725, + 3.291, + 1807, + 2.498, + 1812, + 3.597, + 1813, + 3.694, + 1871, + 2.524, + 1901, + 3.016, + 1928, + 2.807, + 1948, + 2.771, + 1982, + 2.609, + 2096, + 2.885, + 2343, + 4.074, + 2379, + 3.358, + 2482, + 4.249, + 2503, + 4.913, + 2623, + 4.074, + 2691, + 4.074, + 2871, + 2.97, + 3087, + 4.809, + 3121, + 4.074, + 3139, + 3.928, + 3410, + 4.249, + 3476, + 3.597, + 3776, + 3.928, + 3779, + 4.074, + 3787, + 6.364, + 3809, + 7.061, + 3869, + 4.468, + 4195, + 4.249, 4500, - 7.822, + 9.513, 4501, - 9.805, + 8.639, 4502, - 7.153, + 4.468, 4503, - 7.822, + 7.354, 4504, - 7.822, + 4.762, 4505, - 7.822, + 3.803, 4506, - 6.383, + 4.074, 4507, - 7.822, + 4.468, 4508, - 7.822, + 4.074, 4509, - 7.822, + 4.249, 4510, - 7.822 - ] - ], - [ - "type/manuals/gui-spine", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/gui-spine", - [ - 0, - 1.214, - 1, - 2.535, - 2, - 2.509, - 3, - 2.601, - 4, - 2.601, - 5, - 2.615, - 6, - 2.615, - 7, - 1.244 + 4.468, + 4511, + 4.468, + 4512, + 4.249, + 4513, + 4.074, + 4514, + 3.358, + 4515, + 7.458, + 4516, + 5.207, + 4517, + 4.762, + 4518, + 5.207, + 4519, + 6.399, + 4520, + 4.762, + 4521, + 5.207, + 4522, + 5.207, + 4523, + 4.762, + 4524, + 4.249, + 4525, + 4.762, + 4526, + 7.458, + 4527, + 5.834, + 4528, + 4.468, + 4529, + 4.468, + 4530, + 4.468, + 4531, + 4.468 ] ], [ - "type/manuals/dev-app", + "type/manuals/glossary", [ 0, 0.731 ] ], [ - "data/manuals/dev-app", + "data/manuals/glossary", [ 0, - 0.731, + 0.344, 1, - 0.988, + 0.402, 2, - 0.978, + 1.494, 3, - 1.014, + 0.412, 4, - 1.014, + 0.412, 5, - 1.019, + 0.415, 6, - 1.019, + 0.415, 7, - 1.526, + 1.548, 8, - 0.764, + 1.65, 9, - 0.9, + 0.952, 10, - 1.785, - 11, - 1.082, - 16, - 0.801, + 2.295, + 12, + 0.717, + 17, + 1.059, + 18, + 1.113, + 20, + 1.48, 21, - 1.49, + 1.059, 22, - 2.515, + 0.646, 23, - 0.835, - 25, - 2.203, - 28, - 3.151, - 29, - 1.341, - 30, - 1.124, - 31, - 5.992, - 32, - 1.689, - 33, - 1.566, + 2.667, + 24, + 0.993, + 27, + 0.91, + 36, + 2.004, + 38, + 1.281, + 39, + 0.332, 41, - 1.123, + 4.523, + 42, + 1.564, + 44, + 1.589, 46, - 1.075, - 48, - 1.075, + 1.582, + 47, + 3.856, 49, - 1.381, - 51, - 1.76, + 1.599, + 50, + 0.871, + 52, + 1.047, + 54, + 1.333, + 56, + 0.612, + 57, + 1.439, + 59, + 1.054, + 60, + 1.287, 62, - 4.129, - 68, - 1.655, - 71, - 0.792, - 73, - 3.181, - 74, - 0.985, + 3.488, + 69, + 1.319, + 72, + 1.539, + 76, + 0.836, 77, - 1.19, + 0.958, + 78, + 0.697, + 79, + 1.015, + 84, + 0.673, 86, - 1.395, + 1.235, + 87, + 2.923, + 90, + 1.266, + 91, + 1.298, + 92, + 1.526, + 96, + 2.658, + 97, + 2.354, + 99, + 1.049, + 100, + 1.284, 101, - 2.834, + 0.762, + 102, + 2.434, + 103, + 0.876, + 104, + 1.95, + 105, + 0.631, 106, - 1.526, - 121, + 1.876, + 107, + 1.638, + 108, + 1.734, + 109, + 0.59, + 111, + 0.656, + 112, + 2.404, + 113, + 1.448, + 116, 1.092, - 123, - 1.4, + 120, + 0.94, + 121, + 3.032, + 122, + 2.25, + 124, + 0.685, 125, - 1.562, - 127, - 1.613, - 129, - 1.958, + 2.394, + 126, + 1.665, + 132, + 0.964, + 135, + 1.626, 137, 1.086, 140, - 5.108, + 1.293, 141, - 1.462, - 151, - 2.197, - 152, - 3.019, + 0.581, + 146, + 1.375, + 147, + 1.652, + 148, + 1.808, + 153, + 2.393, + 157, + 1.059, + 159, + 3.768, 160, - 1.589, - 161, - 0.767, - 162, - 0.993, - 168, - 2.237, - 191, - 2.625, - 234, + 2.66, + 169, + 1.464, + 172, + 0.691, + 174, + 2.166, + 185, 2.497, - 237, - 2.607, - 247, - 0.702, + 186, + 2.679, + 193, + 0.974, + 194, + 2.016, + 197, + 1.307, + 198, + 2.217, + 201, + 1.7, + 202, + 1.243, + 210, + 1.538, + 212, + 0.731, + 213, + 2.453, + 214, + 2.87, + 215, + 2.317, + 216, + 1.503, + 217, + 1.991, + 225, + 1.059, + 226, + 1.782, + 229, + 1.843, + 230, + 2.633, + 231, + 2.403, + 232, + 1.849, + 234, + 0.896, + 236, + 1.406, + 241, + 1.62, + 243, + 1.884, + 254, + 1.035, 256, - 1.755, - 261, - 3.098, - 272, - 4.365, - 275, - 2.273, - 278, - 1.826, + 1.439, + 257, + 0.621, + 258, + 1.849, + 260, + 0.946, + 262, + 1.229, + 264, + 1.709, + 266, + 3.207, + 268, + 0.944, + 269, + 0.357, + 270, + 1.148, + 274, + 2.238, + 281, + 0.974, + 282, + 0.778, + 290, + 1.8, 291, - 3.36, + 4.986, + 292, + 2.276, 300, - 2.308, - 303, - 1.613, - 317, - 1.449, - 337, - 1.409, - 339, - 2.738, - 391, - 3.615, - 393, - 2.974, - 406, - 1.613, - 407, - 1.943, - 422, - 1.746, - 424, - 1.853, - 425, - 3.786, - 426, - 5.272, - 430, - 1.797, - 435, - 5.981, - 437, - 2.58, - 440, - 4.597, - 441, - 3.404, - 446, - 2.273, - 454, - 2.473, - 465, - 1.474, - 514, - 1.371, - 548, - 3.209, - 554, - 2.715, - 573, - 4.241, - 611, - 2.649, - 633, - 2.838, - 659, - 2.341, - 682, - 1.935, - 714, + 0.871, + 309, + 2.238, + 313, + 1.101, + 314, + 2.051, + 318, + 1.229, + 331, + 1.991, + 343, + 0.974, + 344, + 0.957, + 345, + 2.86, + 347, + 1.013, + 353, 1.526, - 719, - 1.73, - 726, - 1.73, - 759, - 2.105, - 766, - 2.311, - 780, - 4.611, - 786, - 2.545, - 792, - 2.193, - 793, - 1.958, - 804, - 4.446, - 824, - 1.873, - 886, - 2.914, - 889, - 2.341, - 943, - 2.273, - 1011, - 3.746, - 1017, - 2.604, - 1059, - 1.893, - 1078, - 1.613, - 1107, - 1.873, - 1191, - 4.742, - 1289, - 3.697, - 1293, - 4.825, - 1359, - 2.203, - 1360, - 3.634, - 1367, - 2.203, - 1371, - 4.024, - 1372, - 3.849, - 1373, - 4.547, - 1432, - 3.022, - 1467, - 4.681, - 1503, - 5.35, - 1548, - 2.395, - 1618, - 3.176, - 1622, - 4.022, - 1675, - 5.408, - 1678, - 1.515, - 1695, - 3.537, - 1700, - 2.914, - 1802, - 9.391, - 1821, - 2.649, - 1884, - 3.315, - 2158, - 7.654, - 2217, - 2.821, - 2308, - 2.545, - 2756, - 2.352, - 2778, - 3.152, - 2811, - 3.532, - 2821, - 3.152, - 2843, - 2.545, - 2988, - 2.914, - 3354, - 7.379, - 3405, - 3.532, - 3406, - 7.654, - 3407, - 5.122, - 3411, - 3.022, - 3420, - 3.315, - 3422, - 4.807, - 3437, - 4.235, - 3441, - 4.124, - 3445, - 4.503, - 3530, - 2.311, - 4150, - 3.532, - 4216, - 3.532, - 4511, - 3.863, - 4512, - 10.443, - 4513, - 7.296, - 4514, - 7.296, - 4515, - 9.381, - 4516, - 5.459, - 4517, - 5.97, - 4518, - 3.863, - 4519, - 8.208, - 4520, - 3.863, - 4521, - 3.863, - 4522, - 3.532, - 4523, - 3.863, - 4524, - 3.863 - ] - ], - [ - "type/manuals/mesh", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/mesh", - [ - 0, - 0.551, - 1, - 1.15, - 2, - 1.139, - 3, - 1.181, - 4, - 1.181, - 5, - 1.187, - 6, - 1.187, - 7, - 1.549, - 8, - 1.355, - 9, - 0.876, - 10, - 0.821, - 11, - 1.072, - 13, - 2.216, - 16, - 0.994, - 17, - 2.963, - 21, - 1.368, - 22, - 2.338, - 23, - 1.449, - 24, - 2.053, - 29, - 1.799, - 30, - 1.135, - 32, - 1.275, - 33, - 1.439, - 35, - 1.337, - 37, - 2.974, - 41, - 1.948, - 42, - 2.115, - 44, - 3.561, - 48, - 1.251, - 50, - 2.921, - 51, - 1.665, - 59, - 2.846, - 64, - 2.842, - 68, - 1.52, - 71, - 1.643, - 74, - 1.054, - 77, - 1.336, - 79, - 3.032, - 86, - 1.266, - 87, - 2.776, - 90, - 4.321, - 93, - 2.093, - 94, - 1.555, - 98, - 2.363, - 102, - 1.981, - 108, - 2.532, - 111, - 3.178, - 119, - 3.9, - 121, - 3.416, - 125, - 2.71, - 131, - 2.565, - 137, - 1.48, - 141, - 1.604, - 151, - 1.468, - 152, - 1.825, - 157, - 2.393, - 160, - 1.2, - 161, - 1.761, - 162, - 1.156, - 166, - 1.576, - 172, - 1.245, - 175, - 1.978, - 186, - 1.345, - 190, - 1.279, - 191, - 1.696, - 193, - 0.949, - 196, - 3.219, - 198, - 2.189, - 210, - 2.073, - 218, - 1.725, - 225, - 2.605, - 227, - 2.334, - 228, - 2.073, - 229, - 1.978, - 230, - 2.363, - 234, - 2.038, - 237, - 1.036, - 247, - 0.817, - 263, - 1.258, - 270, - 4.261, - 290, - 1.565, - 291, - 1.545, - 298, - 1.764, - 303, - 3.345, - 306, - 2.114, - 339, - 1.688, - 349, - 2.393, - 355, - 1.91, - 362, - 1.777, - 364, - 1.819, + 358, + 0.724, + 359, + 0.704, + 368, + 1.082, 369, - 3.008, - 389, - 3.032, - 407, - 1.965, - 442, - 2.9, - 465, - 1.654, - 466, - 4.091, + 1.059, + 378, + 1.81, + 379, + 1.059, + 382, + 1.01, + 387, + 0.554, + 390, + 1.948, + 392, + 0.983, + 403, + 1.115, + 404, + 0.993, + 411, + 0.815, + 422, + 1.282, + 425, + 3.031, + 429, + 3.668, + 432, + 1.115, + 433, + 2.166, + 434, + 1.77, + 441, + 2.317, + 446, + 0.787, + 449, + 0.94, + 452, + 2.101, + 457, + 0.558, + 459, + 0.731, + 463, + 1.059, 469, - 1.725, + 0.796, + 471, + 1.02, 473, - 2.228, - 479, - 2.228, - 493, - 1.315, + 2.595, + 486, + 1.229, + 489, + 1.306, + 499, + 1.115, + 518, + 1.229, + 521, + 0.977, + 522, + 0.778, + 532, + 2.05, + 534, + 0.739, 547, - 1.337, - 548, - 1.978, - 581, - 1.46, - 590, - 2.649, + 0.925, + 552, + 0.835, + 554, + 1.427, + 555, + 1.848, + 561, + 1.206, + 573, + 1.427, + 574, + 0.754, + 575, + 1.086, + 577, + 1.492, + 579, + 1.906, + 591, + 1.035, + 595, + 0.847, + 605, + 0.896, + 608, + 2.291, + 614, + 0.616, + 622, + 1.844, + 629, + 2.992, + 631, + 0.778, 633, - 2.317, - 640, - 3.69, - 663, - 3.191, + 1.422, + 636, + 0.603, + 644, + 1.884, + 675, + 0.603, + 676, + 1.736, 677, - 2.204, - 749, - 2.279, - 804, - 2.253, - 805, - 4.6, - 807, - 3.285, - 808, - 1.597, + 1.293, + 681, + 0.77, + 686, + 2.493, + 687, + 0.925, + 691, + 0.481, + 692, + 2.213, + 695, + 1.269, + 701, + 0.826, + 702, + 0.787, + 703, + 1.492, + 707, + 1.148, + 708, + 1.115, + 710, + 0.762, + 713, + 1.494, + 737, + 1.059, + 744, + 0.762, + 746, + 1.086, + 753, + 2.699, + 754, + 0.94, + 758, + 0.697, + 762, + 2.111, + 765, + 0.983, + 769, + 1.81, + 770, + 1.229, + 773, + 3.119, + 777, + 2.409, + 785, + 0.896, + 793, + 1.306, + 796, + 1.148, + 799, + 0.957, 809, - 3.032, + 0.883, + 814, + 1.437, 815, - 2.306, - 826, - 4.823, - 827, - 1.712, + 1.74, + 831, + 0.94, 832, - 4.234, - 835, - 3.881, - 845, - 2.691, - 882, - 2.393, - 890, - 4.058, + 2.83, + 836, + 1.348, + 837, + 1.81, + 854, + 1.555, + 856, + 0.631, 891, - 1.565, - 894, - 5.883, - 895, - 6.119, - 896, - 4.154, - 897, - 4.629, - 899, - 2.565, + 1.802, + 898, + 1.351, + 901, + 0.679, + 903, + 1.513, + 907, + 3.047, + 914, + 1.932, + 915, + 1.459, + 917, + 0.71, + 918, + 1.346, + 923, + 1.375, 924, - 2.963, - 929, - 3.62, + 0.746, + 931, + 2.253, + 935, + 2.922, + 938, + 0.993, + 939, + 0.778, + 941, + 1.814, + 943, + 1.939, 944, - 2.605, - 945, - 2.842, - 960, - 2.18, + 1.439, + 947, + 0.826, + 948, + 1.109, + 954, + 1.229, + 958, + 3.378, + 959, + 2.461, + 961, + 1.939, + 962, + 3.009, + 963, + 2.903, + 964, + 2.196, + 967, + 1.348, + 970, + 1.348, + 971, + 1.348, + 975, + 1.825, + 976, + 2.196, 977, - 4.436, - 998, - 2.135, - 1020, - 7.41, - 1021, - 2.605, + 2.024, + 978, + 3.683, + 979, + 3.093, + 980, + 1.013, + 981, + 1.709, + 982, + 2.767, + 983, + 1.013, + 986, + 1.059, + 987, + 0.836, + 990, + 1.035, + 991, + 0.957, + 993, + 2.599, + 1002, + 2.632, + 1006, + 1.991, + 1007, + 3.586, + 1008, + 1.115, + 1009, + 2.564, + 1010, + 0.646, 1025, - 3.191, - 1033, - 5.242, + 2.53, + 1034, + 0.603, + 1043, + 0.679, + 1044, + 1.148, + 1045, + 1.849, + 1047, + 0.746, + 1051, + 1.991, + 1053, + 1.115, + 1054, + 1.229, + 1060, + 0.883, + 1064, + 0.77, + 1068, + 0.993, + 1071, + 0.896, + 1079, + 1.844, + 1080, + 1.185, + 1089, + 1.035, + 1090, + 2.473, + 1104, + 0.977, + 1107, + 0.778, + 1114, + 1.013, + 1115, + 1.348, + 1120, + 0.925, + 1133, + 2.43, 1137, - 6.251, - 1144, - 4.113, - 1176, - 3.191, - 1207, - 2.788, - 1257, - 2.073, + 0.94, + 1155, + 1.361, + 1158, + 1.293, + 1167, + 1.229, + 1173, + 0.77, + 1184, + 0.993, + 1188, + 0.77, + 1191, + 1.185, + 1206, + 1.115, + 1219, + 1.709, + 1225, + 1.115, + 1269, + 0.871, + 1273, + 2.238, + 1291, + 0.94, + 1292, + 1.437, + 1296, + 0.585, + 1311, + 1.013, + 1321, + 1.348, + 1324, + 0.815, + 1332, + 2.149, + 1353, + 1.437, + 1364, + 1.652, + 1378, + 0.957, + 1380, + 1.348, + 1382, + 1.555, + 1386, + 1.148, + 1421, + 0.957, + 1426, + 0.957, + 1437, + 1.185, + 1445, + 1.115, + 1457, + 0.925, + 1464, + 1.348, + 1496, + 1.086, + 1497, + 1.229, + 1499, + 0.94, 1541, - 3.519, - 1603, - 2.605, - 1607, - 3.519, - 1617, - 2.9, - 1620, - 3.107, - 1780, - 2.492, - 1804, - 3.393, - 1823, - 3.393, - 1829, - 3.285, - 1990, - 2.425, - 2117, - 2.425, - 2144, - 2.788, - 2146, - 3.032, - 2344, - 2.647, - 2347, - 2.842, - 2522, - 7.323, - 2523, - 3.393, - 2525, - 8.311, - 2526, - 3.859, - 2652, - 2.963, - 2776, - 4.113, - 2968, - 3.859, - 2984, - 2.9, - 2988, - 3.393, - 3225, - 3.107, - 3226, - 2.788, - 3227, - 2.963, - 3732, - 3.67, - 4124, - 3.67, - 4126, - 2.842, - 4127, - 3.859, - 4137, - 3.67, - 4138, - 3.67, - 4193, - 4.113, - 4525, - 3.393, - 4526, - 4.113, - 4527, - 4.498, - 4528, - 5.75, - 4529, - 4.498, - 4530, - 6.127, - 4531, - 4.113, - 4532, - 3.859, - 4533, - 3.67, - 4534, - 4.113, - 4535, - 4.113, - 4536, - 6.127, - 4537, - 4.113, - 4538, - 4.113, - 4539, - 4.498 - ] - ], - [ - "type/manuals/building-blocks", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/building-blocks", - [ - 0, - 0.359, - 1, - 0.749, - 2, - 0.742, - 3, - 0.769, - 4, - 0.769, - 5, - 0.773, - 6, - 0.773, - 7, - 1.503, - 8, - 1.467, - 9, - 1.024, - 10, - 2.209, - 11, - 1.048, - 13, - 0.969, - 16, - 1.002, - 22, - 2.386, - 23, - 2.399, - 24, - 1.337, - 26, - 1.284, - 29, - 1.366, - 30, - 1.116, - 32, - 1.669, - 33, - 1.449, - 41, - 1.767, - 42, - 0.698, - 46, - 1.691, - 48, - 1.953, - 51, - 0.55, - 52, - 2.023, - 60, - 1.194, - 63, - 1.405, - 68, - 1.087, - 70, - 1.867, - 71, - 2.046, - 72, - 1.157, - 74, - 0.675, - 77, - 2.125, - 83, - 2.018, - 86, - 1.69, - 87, - 2.518, - 94, + 0.847, + 1545, + 1.229, + 1546, + 2.4, + 1547, + 1.437, + 1559, + 0.974, + 1584, + 2.986, + 1588, + 1.375, + 1589, + 1.059, + 1594, + 0.896, + 1596, + 0.836, + 1597, + 0.91, + 1602, + 1.864, + 1604, + 3.364, + 1618, + 1.348, + 1621, + 0.796, + 1625, + 1.086, + 1628, + 2.834, + 1632, + 1.774, + 1633, + 1.348, + 1636, + 2.679, + 1637, 1.013, - 97, - 1.859, - 102, - 1.797, - 106, - 1.157, - 111, - 2.592, - 121, - 0.829, - 123, - 1.061, - 125, - 1.185, - 137, - 1.152, - 141, - 0.587, - 146, - 1.157, - 149, - 1.892, - 151, - 1.287, - 152, - 1.912, - 158, - 2.061, - 159, - 1.099, - 160, - 1.823, - 161, - 1.536, - 162, - 2.136, - 166, - 3.888, - 167, - 2.916, - 171, - 1.753, - 172, - 3.174, - 173, - 1.851, - 175, - 2.107, - 181, - 1.185, - 190, - 1.362, - 191, - 0.742, - 193, - 0.618, - 217, - 1.176, - 218, - 2.692, - 224, + 1661, + 0.787, + 1662, 1.673, - 228, - 2.8, - 229, - 1.288, - 237, - 1.616, - 244, - 1.539, - 247, - 0.87, - 256, - 1.787, - 263, - 3.172, - 273, - 1.14, - 277, - 1.615, - 288, - 1.14, - 290, - 2.694, - 291, - 1.006, - 294, - 2.673, - 300, - 1.878, - 301, - 1.468, - 302, - 2.904, - 308, - 2.456, - 311, - 1.783, - 316, - 1.441, - 325, - 5.474, - 328, - 2.251, - 339, - 1.099, - 346, - 1.14, - 347, - 2.298, - 350, - 0.975, - 355, - 1.244, - 361, - 1.559, - 362, - 3.058, - 363, - 1.324, - 364, - 1.937, - 365, - 1.697, - 369, - 2.634, - 373, - 1.559, - 375, - 1.671, - 378, - 1.783, - 380, - 2.692, - 391, - 1.0, - 395, - 1.157, - 400, - 1.451, - 407, - 1.816, - 411, - 1.363, - 416, - 1.42, - 432, - 2.322, - 441, - 1.02, - 447, - 2.292, - 451, - 1.851, - 452, - 1.93, - 459, - 2.14, - 466, - 2.99, - 478, - 1.224, - 481, - 1.797, - 485, - 3.84, - 491, - 3.233, - 493, - 1.4, - 507, - 2.024, - 508, - 1.889, - 525, - 1.785, - 547, - 0.871, - 548, - 2.107, - 554, - 1.584, - 564, - 1.671, - 569, - 1.757, - 580, - 1.42, - 581, - 0.951, - 583, - 1.724, - 590, - 0.969, - 624, - 1.468, - 631, - 5.672, - 632, - 1.783, - 633, - 2.428, - 634, - 2.866, - 636, - 4.839, - 640, - 2.207, - 645, - 1.559, - 646, - 4.999, - 647, - 4.631, - 649, - 2.292, - 654, - 1.166, - 656, - 1.724, - 657, - 2.39, - 659, - 1.878, - 664, - 2.581, - 666, - 1.149, - 671, - 1.93, - 677, - 1.435, - 680, - 3.741, - 685, - 4.991, - 686, - 8.139, - 706, - 1.889, - 707, - 2.916, - 710, - 1.736, - 712, - 1.204, - 717, - 3.52, - 726, - 1.312, - 728, - 3.923, - 730, - 1.889, - 754, - 3.316, - 758, - 2.07, - 790, + 1675, + 2.493, + 1676, + 0.993, + 1679, + 1.035, + 1681, + 1.202, + 1721, + 1.086, + 1725, + 2.404, + 1767, + 2.238, + 1769, 1.753, - 811, - 2.018, - 813, - 3.367, - 826, - 3.752, - 827, + 1781, + 1.348, + 1812, + 1.086, + 1817, + 1.282, + 1818, + 1.348, + 1820, + 2.409, + 1822, + 1.185, + 1838, + 1.282, + 1839, 1.115, - 834, - 1.753, - 844, - 1.889, - 858, - 2.453, - 860, - 1.123, - 862, - 1.485, - 889, - 1.878, - 901, - 1.52, - 919, - 2.373, - 920, - 1.851, - 939, - 2.549, - 953, - 1.753, - 954, - 2.549, - 958, - 2.8, - 961, - 1.93, - 987, - 2.679, - 989, - 4.111, - 996, - 1.671, - 1011, - 1.337, - 1018, - 3.84, - 1028, - 2.514, - 1044, - 1.35, - 1085, - 4.311, - 1096, - 1.623, - 1104, - 1.468, - 1107, - 1.42, - 1127, - 2.347, - 1145, - 1.405, - 1156, - 1.324, - 1172, - 2.14, - 1191, - 2.107, - 1200, - 2.229, - 1220, - 2.21, - 1222, - 2.146, - 1233, - 1.579, - 1275, - 2.582, - 1340, - 1.724, - 1382, - 1.889, - 1481, - 3.52, - 1516, - 1.678, - 1522, - 2.679, - 1537, - 2.024, - 1562, - 1.671, - 1578, - 1.753, - 1580, - 2.078, - 1581, - 2.024, - 1603, - 1.697, - 1604, - 2.21, - 1619, - 1.783, - 1704, - 1.405, - 1745, - 1.889, - 1774, - 1.975, - 1780, - 4.288, - 1788, - 1.93, - 1794, - 1.816, - 1849, - 3.309, - 1854, - 1.502, - 1870, - 3.229, + 1841, + 0.91, + 1859, + 1.348, + 1867, + 1.282, + 1871, + 0.762, + 1878, + 1.774, + 1879, + 2.693, + 1882, + 1.246, + 1884, + 2.906, + 1892, + 2.87, + 1894, + 1.035, 1895, - 1.724, - 1898, - 1.937, - 1923, - 2.14, - 1929, - 1.451, + 1.774, + 1896, + 1.892, + 1908, + 1.269, + 1926, + 1.035, + 1928, + 2.051, 1930, - 1.52, - 1973, - 1.539, - 1990, - 1.579, - 2000, - 2.078, - 2016, - 1.851, - 2018, - 1.559, - 2046, - 1.646, - 2117, - 1.579, - 2172, - 1.646, - 2260, - 3.499, - 2265, - 1.671, - 2332, - 2.21, - 2344, - 3.576, - 2362, - 2.39, - 2411, - 1.889, - 2487, - 2.39, - 2542, - 1.623, - 2544, - 2.292, - 2549, - 1.753, - 2550, - 1.851, - 2561, - 1.816, - 2593, - 2.14, - 2635, - 5.728, - 2759, - 1.93, - 2774, - 1.816, - 3058, - 1.93, - 3150, - 2.514, - 3230, - 2.514, - 3233, - 5.128, - 3238, - 2.14, - 3245, - 2.292, - 3247, - 2.078, - 3264, - 2.21, - 3310, - 3.027, + 2.117, + 1932, + 3.047, + 1936, + 0.871, + 1942, + 0.883, + 1968, + 0.836, + 2006, + 0.826, + 2027, + 1.884, + 2078, + 1.774, + 2093, + 1.185, + 2096, + 2.107, + 2112, + 1.282, + 2113, + 1.348, + 2114, + 0.993, + 2116, + 3.364, + 2121, + 0.925, + 2139, + 2.117, + 2159, + 1.437, + 2173, + 0.925, + 2175, + 1.849, + 2180, + 1.035, + 2184, + 1.185, + 2188, + 1.148, + 2226, + 1.013, + 2243, + 1.282, + 2249, + 1.059, + 2256, + 1.437, + 2259, + 1.185, + 2285, + 1.229, + 2290, + 1.282, + 2298, + 1.185, + 2309, + 1.348, + 2316, + 1.148, + 2336, + 3.118, + 2352, + 1.185, + 2360, + 0.847, + 2382, + 3.657, + 2383, + 2.868, + 2384, + 0.974, + 2389, + 0.91, + 2433, + 0.94, + 2434, + 1.115, + 2497, + 1.348, + 2503, + 1.035, + 2506, + 3.657, + 2507, + 3.831, + 2509, + 2.767, + 2513, + 2.409, + 2518, + 1.229, + 2523, + 1.282, + 2554, + 1.679, + 2565, + 1.059, + 2566, + 1.035, + 2568, + 0.993, + 2581, + 1.185, + 2597, + 1.148, + 2627, + 2.409, + 2630, + 1.185, + 2631, + 0.993, + 2649, + 0.94, + 2653, + 1.348, + 2657, + 2.599, + 2681, + 2.409, + 2700, + 1.148, + 2786, + 4.615, + 2807, + 1.185, + 2875, + 0.957, + 2902, + 3.489, + 2955, + 0.896, + 2961, + 2.05, + 2974, + 1.229, + 2975, + 1.282, + 3022, + 1.282, + 3051, + 1.437, + 3059, + 1.115, + 3074, + 1.086, + 3096, + 1.348, + 3140, + 1.086, + 3307, + 1.437, + 3308, + 1.348, 3320, - 2.39, - 3556, - 1.52, - 3590, - 2.078, - 3591, - 2.21, - 3717, - 3.748, - 3826, - 2.292, - 3934, - 3.7, - 4005, - 2.97, - 4101, - 2.39, - 4126, - 1.851, - 4325, - 2.292, - 4482, - 2.679, + 1.148, + 3324, + 1.229, + 3379, + 1.229, + 3396, + 1.437, + 3399, + 3.195, + 3438, + 1.148, + 3505, + 1.229, + 3597, + 1.115, + 3669, + 1.229, + 3673, + 1.185, + 3784, + 1.185, + 3835, + 1.437, + 3838, + 1.148, + 3839, + 1.348, + 3840, + 1.437, + 3888, + 3.378, + 3897, + 0.993, + 3972, + 0.847, + 3988, + 1.059, + 4007, + 1.282, + 4180, + 1.185, + 4243, + 1.348, + 4247, + 1.282, + 4257, + 1.148, + 4259, + 1.348, + 4260, + 1.348, + 4262, + 3.264, + 4276, + 1.348, + 4356, + 1.282, + 4358, + 1.348, + 4397, + 1.229, + 4424, + 1.282, + 4436, + 1.437, + 4437, + 1.437, + 4446, + 1.437, + 4503, + 1.148, + 4508, + 1.229, + 4509, + 1.282, + 4511, + 2.409, + 4513, + 1.229, + 4532, + 1.282, + 4533, + 1.991, + 4534, + 1.571, + 4535, + 1.185, + 4536, + 1.571, + 4537, + 1.571, + 4538, + 1.185, + 4539, + 1.571, 4540, - 2.93, + 2.409, 4541, - 2.93, + 2.409, 4542, - 2.679, + 1.348, 4543, - 2.514, + 1.571, 4544, - 2.93, + 1.571, 4545, - 2.679, + 1.348, 4546, - 2.93, + 1.437, 4547, - 2.93, + 1.437, 4548, - 2.39, + 1.185, 4549, - 2.93, + 1.571, 4550, - 2.93, + 1.571, 4551, - 2.93, + 1.282, 4552, - 2.93, + 2.196, 4553, - 2.679, + 1.282, 4554, - 2.93, + 1.437, 4555, - 2.679, + 3.104, 4556, - 2.93, + 1.282, 4557, - 2.93, + 2.567, 4558, - 2.93, + 2.409, 4559, - 2.93, + 2.567, 4560, - 2.93, + 1.437, 4561, - 2.93, + 1.348, 4562, - 2.679, + 1.437, 4563, - 2.679, + 1.571, 4564, - 2.679, + 1.229, 4565, - 2.39, + 1.437, 4566, - 2.93, + 1.571, 4567, - 2.679, + 1.437, 4568, - 4.111, + 1.571, 4569, - 2.93, + 1.571, 4570, - 2.93, + 1.437, 4571, - 2.93, + 1.282, 4572, - 2.39, + 1.229, 4573, - 2.514 + 1.571, + 4574, + 1.571, + 4575, + 1.571, + 4576, + 2.409, + 4577, + 1.571, + 4578, + 1.437, + 4579, + 2.567, + 4580, + 1.348, + 4581, + 1.282, + 4582, + 1.571, + 4583, + 1.348, + 4584, + 1.571, + 4585, + 1.282, + 4586, + 1.437, + 4587, + 1.571, + 4588, + 1.348, + 4589, + 1.571, + 4590, + 1.437, + 4591, + 1.348, + 4592, + 1.282, + 4593, + 1.348, + 4594, + 1.571, + 4595, + 1.013, + 4596, + 1.282, + 4597, + 1.571, + 4598, + 1.571, + 4599, + 1.185, + 4600, + 1.571, + 4601, + 1.571, + 4602, + 1.437, + 4603, + 1.185, + 4604, + 1.571, + 4605, + 1.571, + 4606, + 1.348, + 4607, + 2.807, + 4608, + 1.282 ] ], [ - "type/manuals/debugging-game-logic", + "type/manuals/extensions-manifest-merge-tool", [ 0, 0.731 ] ], [ - "data/manuals/debugging-game-logic", + "data/manuals/extensions-manifest-merge-tool", [ 0, - 0.306, + 0.763, 1, - 0.639, + 1.593, 2, - 0.633, + 1.577, 3, - 0.656, + 1.635, 4, - 0.656, + 1.635, 5, - 0.659, + 1.644, 6, - 0.659, + 1.644, 7, - 1.526, - 8, - 1.451, - 9, - 0.928, - 10, - 1.958, - 11, - 1.051, - 16, - 0.977, - 21, - 2.02, - 22, - 2.457, - 23, - 1.375, - 26, - 1.455, - 29, - 0.943, - 30, - 1.147, - 32, - 1.845, - 33, - 1.463, - 34, - 1.425, - 35, - 0.743, - 37, - 1.863, + 1.591, + 18, + 1.023, + 20, + 1.123, + 36, + 1.685, + 38, + 0.938, 39, - 2.803, - 41, - 2.374, - 42, - 1.516, + 2.024, + 44, + 2.602, 46, - 0.695, - 49, - 1.941, + 1.205, 51, - 1.442, - 54, - 3.839, - 55, - 3.751, + 4.55, 59, - 1.783, - 61, - 1.885, - 62, - 1.953, - 64, - 1.579, - 67, - 0.875, - 68, - 2.023, - 70, - 1.43, - 71, - 1.89, - 74, - 0.707, - 77, - 1.973, - 83, - 2.68, + 0.562, + 79, + 0.874, 86, - 1.591, - 87, - 1.739, - 91, - 0.958, - 93, - 2.961, - 94, - 0.864, + 2.744, + 90, + 1.485, + 97, + 2.443, 99, - 2.707, - 101, - 1.186, - 102, - 2.799, - 111, - 2.376, - 117, - 0.931, - 119, - 2.45, - 121, - 2.173, - 123, - 1.521, - 125, - 1.698, - 127, - 1.044, - 137, - 1.498, - 141, - 1.539, - 145, - 3.167, - 146, - 2.514, - 149, - 0.778, - 150, - 2.604, - 151, - 1.497, - 152, - 2.509, - 158, - 0.847, - 160, - 1.832, - 161, - 0.496, - 162, - 0.642, - 163, - 1.174, - 164, - 1.365, - 172, - 1.162, - 173, - 0.965, - 178, - 2.512, - 179, - 3.152, - 180, - 1.425, - 181, - 1.01, - 182, - 1.003, - 186, - 1.255, - 190, - 2.322, - 191, - 0.633, - 193, - 0.886, + 0.851, + 106, + 1.116, + 107, + 1.608, + 109, + 2.337, + 122, + 1.939, + 126, + 1.236, + 139, + 4.894, + 143, + 3.02, + 148, + 1.967, + 153, + 2.176, + 165, + 2.416, + 169, + 0.927, 196, - 1.842, + 2.154, 198, - 0.816, - 214, - 2.707, - 216, - 1.646, - 219, - 1.266, + 2.301, + 199, + 2.668, + 207, + 2.073, 224, - 1.156, - 237, - 0.967, - 238, - 2.039, + 3.936, + 229, + 1.142, 247, - 0.762, + 2.795, 256, - 1.234, - 257, - 2.9, - 261, - 1.297, - 263, - 0.699, - 273, - 0.972, - 277, - 1.415, - 282, - 1.313, - 291, - 0.858, + 1.899, + 268, + 1.272, + 269, + 1.413, 294, - 1.099, - 297, - 2.222, - 300, - 1.519, - 308, - 2.784, - 316, - 1.262, - 317, - 0.937, - 328, - 1.973, - 334, - 1.825, - 339, - 0.937, - 340, - 3.751, - 343, - 0.71, - 350, - 0.832, - 351, - 1.238, - 356, - 1.611, - 361, - 2.234, - 364, - 2.196, - 366, - 2.876, - 386, - 5.158, - 394, - 2.08, - 396, - 1.521, - 398, - 1.684, - 402, - 1.08, - 407, - 1.469, - 416, - 2.632, - 417, - 2.632, - 425, - 1.297, - 432, - 2.632, - 437, - 1.08, - 441, - 0.87, - 460, - 1.798, - 465, - 1.751, - 466, - 1.622, - 473, - 1.238, - 481, - 1.575, - 492, - 1.711, - 495, - 1.425, - 502, - 1.198, - 504, - 1.425, - 505, - 4.978, - 514, - 0.887, - 525, - 0.931, - 533, - 1.347, - 547, - 0.743, - 548, - 2.798, - 568, - 1.725, - 569, - 2.051, - 576, - 1.953, - 583, - 1.511, - 593, - 1.684, - 594, - 1.027, - 595, - 0.905, - 624, - 1.252, - 628, - 2.556, - 633, - 2.657, - 651, - 3.066, - 655, - 1.099, - 666, - 2.495, - 667, - 1.425, - 680, - 0.987, - 688, - 1.313, - 697, - 0.931, - 701, - 1.495, - 707, - 3.305, - 709, - 1.611, - 712, - 2.615, - 714, - 0.987, - 715, - 2.47, - 719, - 1.119, - 754, - 1.798, - 759, - 0.881, - 766, - 1.495, - 792, - 1.542, - 805, - 2.035, - 812, - 2.85, - 815, - 1.281, - 824, - 2.035, - 842, - 2.978, - 854, - 1.726, - 858, - 1.721, - 860, - 0.958, - 867, - 3.724, - 868, - 2.9, - 889, - 2.495, - 890, - 1.266, - 891, - 3.697, - 903, - 1.313, - 908, - 4.574, - 917, - 1.885, - 919, - 1.238, - 920, - 6.712, - 921, - 1.252, - 943, - 1.47, - 948, - 1.587, - 958, - 1.934, - 969, - 1.198, - 972, - 2.359, - 983, - 4.244, - 1022, - 2.206, - 1026, - 3.195, - 1072, - 1.174, - 1074, - 1.266, - 1122, - 1.313, - 1127, - 2.66, - 1155, - 1.885, - 1160, - 1.003, - 1165, - 3.167, - 1175, - 1.646, - 1190, - 1.404, - 1191, - 4.165, - 1206, - 1.825, - 1217, - 1.447, - 1219, - 1.347, - 1222, - 1.119, - 1225, - 1.772, - 1234, - 1.224, - 1236, - 1.579, - 1239, - 1.61, - 1421, - 3.262, - 1423, - 1.329, - 1465, - 1.266, - 1486, - 4.763, - 1488, - 2.359, - 1491, - 2.08, - 1500, - 3.637, - 1516, - 1.471, - 1518, - 2.9, - 1526, - 1.174, - 1562, - 3.097, - 1573, - 2.66, - 1579, - 1.549, - 1581, - 2.9, - 1586, - 2.014, - 1596, - 1.384, - 1608, - 2.144, - 1618, - 1.329, - 1621, - 1.684, - 1622, - 2.66, - 1647, - 1.726, - 1662, - 1.151, - 1672, - 3.685, - 1695, + 3.553, + 380, + 2.212, + 454, + 4.094, + 479, + 3.598, + 552, + 1.852, + 554, + 2.337, + 590, + 2.581, + 615, + 3.314, + 629, + 1.873, + 692, + 2.337, + 713, + 3.314, + 729, + 3.608, + 810, + 8.391, + 823, + 5.567, + 825, + 6.611, + 841, + 7.251, + 850, + 6.895, + 924, + 4.012, + 1067, + 3.36, + 1202, + 2.957, + 1432, + 3.5, + 1557, + 5.056, + 1638, + 3.936, + 1721, + 4.303, + 1774, + 3.157, + 1884, + 2.646, + 1901, + 3.608, + 1920, + 2.898, + 1948, + 3.314, + 1989, + 3.553, + 2062, 4.699, - 1705, - 2.129, - 1723, - 1.825, - 1764, - 2.431, - 1776, - 3.727, - 1777, - 1.521, - 1784, - 1.953, - 1789, - 1.684, - 1797, - 1.495, - 1803, - 1.579, - 1814, - 1.186, - 1822, - 2.354, - 1844, - 3.008, - 1850, - 4.597, - 1854, - 1.281, - 1856, - 3.602, - 1887, - 2.556, - 1898, - 1.01, - 1965, - 1.646, - 1967, - 1.384, - 1968, - 1.955, - 1985, - 5.192, - 1988, - 1.684, - 1991, - 1.521, - 2007, - 2.144, - 2039, - 1.646, - 2046, - 2.359, - 2125, - 1.885, - 2139, - 2.556, - 2208, - 1.646, - 2266, - 1.953, - 2329, - 1.955, - 2330, - 3.852, - 2332, - 1.885, - 2344, - 3.744, - 2346, - 2.9, - 2350, - 3.602, - 2392, - 2.47, - 2393, - 1.521, - 2453, - 2.978, - 2490, - 1.772, - 2542, - 1.384, - 2549, - 3.807, - 2587, - 2.294, - 2644, - 1.955, - 2725, - 2.285, - 2862, - 1.955, - 2984, - 1.611, - 3010, - 2.144, - 3073, - 1.772, - 3170, - 1.955, - 3173, - 1.772, - 3221, - 5.634, - 3336, - 1.825, - 3371, - 1.684, - 3397, - 1.955, - 3398, - 3.602, - 3423, - 1.955, - 3426, - 7.535, - 3556, - 2.818, - 3613, - 1.772, - 3663, - 2.144, - 3718, - 3.602, - 3724, - 2.285, - 3725, - 2.285, - 3726, - 4.965, - 3883, - 3.602, - 3972, - 1.955, - 3975, - 2.144, - 4036, - 1.955, - 4083, - 4.248, - 4271, - 8.318, - 4378, - 2.039, - 4486, - 2.039, - 4574, - 3.284, - 4575, - 2.144, - 4576, - 2.285, - 4577, - 1.955, - 4578, - 2.039, - 4579, - 2.498, - 4580, - 2.144, - 4581, - 3.426, - 4582, - 2.285, - 4583, - 4.198, - 4584, - 4.096, - 4585, - 4.198, - 4586, - 3.839, - 4587, - 4.198, - 4588, - 4.198, - 4589, - 4.198, - 4590, - 2.498, - 4591, - 2.498, - 4592, - 2.144, - 4593, - 2.285, - 4594, - 4.659, - 4595, - 2.144, - 4596, - 4.198, - 4597, - 4.198, - 4598, - 4.198, - 4599, - 4.198, - 4600, - 2.285, - 4601, - 3.167, - 4602, - 2.498, - 4603, - 2.498, - 4604, - 4.198, - 4605, - 2.498, - 4606, - 2.285, - 4607, - 4.43, - 4608, - 3.839, + 2101, + 7.029, + 2261, + 3.5, + 2286, + 6.375, + 2420, + 4.199, + 2568, + 6.06, + 2621, + 6.172, + 2854, + 6.184, + 3591, + 9.729, + 3681, + 4.55, + 3874, + 8.673, + 4048, + 8.673, 4609, - 2.498, + 6.229, 4610, - 1.955, + 6.229, 4611, - 2.498, + 6.229, 4612, - 2.285, + 5.696, 4613, - 2.039, + 6.229, 4614, - 2.498, + 5.696, 4615, - 1.684, + 6.229, 4616, - 2.498, + 5.696, 4617, - 4.198, + 9.59, 4618, - 2.285, + 9.59, 4619, - 2.039, + 8.45, 4620, - 4.198, + 8.45, 4621, - 2.498, + 6.375, 4622, - 2.498, + 6.229, 4623, - 2.285, + 8.769, 4624, - 2.498, + 8.45, 4625, - 4.43, + 9.59, 4626, - 2.498, + 9.59, 4627, - 2.498 + 8.45, + 4628, + 8.45, + 4629, + 8.45, + 4630, + 7.727, + 4631, + 8.45, + 4632, + 6.229, + 4633, + 9.59, + 4634, + 9.59, + 4635, + 6.229, + 4636, + 8.45, + 4637, + 8.45, + 4638, + 8.45, + 4639, + 8.45, + 4640, + 8.45, + 4641, + 8.45, + 4642, + 6.229 ] ], [ - "type/manuals/property-animation", + "type/manuals/extensions-ext-manifests", [ 0, 0.731 ] ], [ - "data/manuals/property-animation", + "data/manuals/extensions-ext-manifests", [ + 0, + 0.574, + 1, + 1.198, + 2, + 1.186, + 3, + 1.23, + 4, + 1.23, + 5, + 1.236, + 6, + 1.236, 7, - 1.628, + 1.512, 8, - 1.246, - 9, - 0.872, + 2.532, 10, - 1.0, - 11, - 0.796, - 16, - 0.809, - 22, - 1.244, - 30, - 1.078, + 1.957, + 18, + 1.124, + 20, + 1.424, + 36, + 1.636, + 38, + 1.121, + 39, + 0.989, 42, - 1.306, - 48, - 1.525, - 70, - 1.232, - 71, - 1.125, - 74, - 0.609, + 1.49, + 46, + 0.985, + 52, + 1.901, + 56, + 1.823, + 57, + 1.336, + 59, + 1.041, + 60, + 1.304, + 76, + 3.675, + 77, + 0.97, + 79, + 0.769, + 81, + 3.823, 86, - 1.103, - 87, - 2.271, + 2.243, + 90, + 1.646, + 99, + 1.041, + 100, + 1.296, 102, - 2.287, - 110, - 1.824, - 111, - 3.261, - 119, - 4.022, + 1.205, + 103, + 1.889, + 106, + 1.729, + 108, + 1.377, + 113, + 1.384, + 116, + 2.688, + 120, + 4.132, 121, - 3.568, - 137, - 0.816, - 141, - 1.55, - 172, - 1.517, - 186, - 2.313, - 193, - 1.633, + 2.284, + 122, + 2.554, + 125, + 2.495, + 126, + 1.916, + 148, + 1.683, + 153, + 1.063, + 169, + 1.028, + 174, + 1.91, + 194, + 0.855, + 196, + 1.62, + 229, + 0.859, 230, - 2.88, - 237, - 1.262, - 349, - 2.917, - 429, - 2.455, + 2.404, + 231, + 2.591, + 236, + 2.347, + 240, + 1.332, + 241, + 1.479, + 243, + 2.321, + 247, + 2.713, + 256, + 1.053, + 260, + 1.579, + 264, + 5.511, + 268, + 0.957, + 269, + 1.063, + 273, + 1.156, + 282, + 2.321, + 292, + 2.007, + 313, + 3.55, + 343, + 2.905, + 387, + 1.652, + 414, + 3.087, + 433, + 1.91, + 442, + 2.098, 454, - 2.271, - 459, - 4.004, - 466, - 2.988, - 467, - 4.289, + 2.75, 471, - 6.547, - 495, - 3.126, - 508, - 3.535, - 514, - 2.746, - 517, - 6.761, + 2.587, + 473, + 2.061, + 509, + 3.584, + 510, + 1.721, + 511, + 2.493, + 515, + 2.905, + 552, + 2.691, + 573, + 1.758, + 581, + 2.526, + 642, + 2.374, + 649, + 2.803, + 663, + 5.403, + 680, + 3.629, + 683, + 3.484, + 690, + 2.961, + 703, + 1.837, + 789, + 6.188, 808, - 2.746, - 843, - 3.535, - 858, - 1.737, - 874, - 4.004, - 899, - 3.126, + 3.675, + 811, + 3.421, + 812, + 3.324, + 879, + 4.064, + 911, + 3.826, + 915, + 1.797, + 923, + 2.296, 941, - 3.535, - 948, - 4.226, + 2.708, + 942, + 3.534, + 944, + 3.541, + 960, + 2.138, + 969, + 2.852, + 996, + 2.374, 999, - 4.473, - 1217, - 3.175, - 1369, - 2.63, - 1704, - 2.63, - 1822, - 2.028, - 1852, - 3.889, - 1984, - 4.135, - 2010, - 2.955, - 2099, - 6.27, - 2266, - 3.599, - 2269, - 4.004, - 2463, - 3.464, - 2901, - 4.289, - 3202, - 4.135, - 3318, - 6.637, - 3691, - 5.013, - 4211, - 4.473, - 4584, - 5.835, - 4628, - 5.013, - 4629, - 5.013, - 4630, - 5.013, - 4631, - 5.013, - 4632, - 5.013, - 4633, - 5.013, - 4634, - 5.013, - 4635, - 5.013, - 4636, - 5.013, - 4637, - 5.013, - 4638, - 5.013, - 4639, - 5.013, - 4640, - 5.013, - 4641, - 5.013, - 4642, - 5.013, + 2.159, + 1032, + 3.773, + 1047, + 4.582, + 1052, + 2.462, + 1053, + 3.324, + 1067, + 3.501, + 1068, + 4.364, + 1079, + 3.348, + 1101, + 2.757, + 1104, + 1.631, + 1126, + 4.11, + 1216, + 2.526, + 1411, + 2.007, + 1502, + 2.402, + 1510, + 4.453, + 1769, + 2.159, + 1874, + 2.757, + 1885, + 4.0, + 1901, + 4.0, + 1911, + 2.402, + 1920, + 3.817, + 1931, + 2.526, + 1956, + 4.284, + 1962, + 3.422, + 2024, + 3.708, + 2101, + 7.15, + 2156, + 2.852, + 2171, + 4.771, + 2336, + 3.158, + 2373, + 2.961, + 2692, + 3.422, + 2750, + 2.961, + 2953, + 3.237, + 2967, + 3.087, + 2999, + 3.534, + 3000, + 3.665, + 3020, + 4.02, + 3094, + 3.237, + 3118, + 3.534, + 3166, + 3.823, + 3602, + 6.316, + 3607, + 3.422, + 3608, + 7.768, + 3610, + 3.723, + 3679, + 3.534, + 3708, + 7.387, + 3789, + 5.926, + 3802, + 3.422, + 3838, + 3.422, + 3890, + 3.158, + 3903, + 3.422, + 4048, + 6.418, + 4258, + 3.665, + 4409, + 5.403, 4643, - 4.704, + 8.203, 4644, - 5.013, + 4.685, 4645, - 5.013, + 4.685, 4646, - 5.013, + 8.241, 4647, - 5.013, + 4.685, 4648, - 5.013, + 4.284, 4649, - 5.013, + 4.02, 4650, - 5.013, + 4.685, 4651, - 5.013, + 8.826, 4652, - 5.013, + 4.284, 4653, - 5.013, + 4.02, 4654, - 5.013, + 4.685, 4655, - 5.013, + 9.052, 4656, - 5.013, + 6.907, 4657, - 5.013, + 9.052, 4658, - 5.013, + 9.052, 4659, - 5.013, + 9.052, 4660, - 5.013, + 9.052, 4661, - 5.013, + 9.052, 4662, - 5.013, + 9.052, 4663, - 5.013, + 6.907, 4664, - 5.013, + 6.907, 4665, - 5.013, + 6.907, 4666, - 5.013, + 6.907, 4667, - 5.013, + 6.907, 4668, - 5.013, + 6.907, 4669, - 4.704, + 6.907, 4670, - 5.013, + 6.907, 4671, - 4.289, + 6.907, 4672, - 5.482, + 6.907, 4673, - 6.637, + 6.907, 4674, - 7.735, + 6.907, 4675, - 5.482 + 6.907, + 4676, + 6.907, + 4677, + 8.203, + 4678, + 6.316, + 4679, + 6.907, + 4680, + 6.907, + 4681, + 3.823, + 4682, + 4.685, + 4683, + 4.685, + 4684, + 4.685, + 4685, + 6.907, + 4686, + 4.685, + 4687, + 4.685, + 4688, + 4.685, + 4689, + 4.685, + 4690, + 4.685, + 4691, + 4.284 ] ], [ - "type/manuals/adapting-graphics-to-screen-size", + "type/manuals/gui-template", [ 0, 0.731 ] ], [ - "data/manuals/adapting-graphics-to-screen-size", + "data/manuals/gui-template", [ 0, - 0.355, + 0.623, 1, - 0.74, + 1.301, 2, - 0.733, + 1.288, 3, - 0.76, + 1.335, 4, - 0.76, + 1.335, 5, - 0.764, + 1.342, 6, - 0.764, + 1.342, 7, - 1.484, + 1.441, 8, - 1.376, + 1.423, 9, - 0.986, + 1.725, 10, - 1.662, - 11, - 1.064, - 12, - 2.492, - 13, - 1.569, - 16, - 1.06, - 17, - 1.907, - 21, - 1.423, - 22, - 2.411, - 23, - 1.663, - 24, - 2.165, - 25, - 1.651, - 26, - 1.272, - 28, - 1.684, - 29, - 1.066, + 1.859, + 18, + 1.133, + 20, + 1.542, 30, - 1.132, - 31, - 2.986, - 32, - 1.66, - 33, - 1.445, - 35, - 0.861, - 40, - 3.128, - 41, - 1.379, - 42, - 1.437, + 1.922, + 36, + 1.462, + 38, + 0.814, 44, - 2.419, + 2.125, 46, - 0.805, + 1.638, 47, - 3.243, + 4.468, 48, - 2.14, - 51, - 2.018, + 5.778, + 49, + 2.973, + 50, + 5.213, 52, - 0.963, + 1.4, + 57, + 1.403, 58, - 3.198, + 5.393, 59, - 2.961, + 0.967, 60, - 1.18, - 63, - 1.389, - 65, - 2.524, - 68, - 2.255, + 2.619, + 62, + 1.682, 70, - 1.354, - 71, - 2.118, - 72, - 1.874, - 73, - 2.627, - 74, - 1.011, - 75, - 1.627, + 2.142, 77, - 2.023, - 86, - 1.603, + 1.519, + 79, + 0.975, + 84, + 2.179, + 90, + 2.049, 92, - 3.485, - 93, - 1.347, + 2.942, 94, - 1.001, + 2.367, + 95, + 5.102, 97, - 0.886, - 101, - 3.923, - 102, - 1.403, - 127, - 1.209, - 137, - 1.298, - 141, - 1.208, - 149, - 0.901, + 2.721, + 99, + 1.048, + 100, + 0.954, + 105, + 2.942, + 106, + 1.919, + 107, + 1.791, + 108, + 1.495, + 110, + 3.397, + 113, + 1.019, + 122, + 2.677, + 123, + 3.979, + 126, + 1.01, + 132, + 1.747, + 140, + 2.344, + 142, + 2.18, + 148, + 1.764, 151, - 1.728, - 152, - 1.898, - 158, - 1.609, - 159, - 2.615, + 3.038, + 153, + 2.534, + 154, + 3.214, 160, - 1.817, - 161, - 1.808, - 162, - 1.22, - 167, - 2.888, + 1.504, + 169, + 1.279, + 170, + 3.297, 175, - 3.066, - 180, - 2.706, - 181, - 3.342, - 186, - 0.866, - 190, - 1.349, - 191, - 1.201, + 3.748, + 178, + 1.895, + 185, + 2.39, 193, - 0.611, - 202, - 2.592, - 217, - 1.162, - 223, - 1.604, + 3.153, + 196, + 2.973, + 197, + 2.954, + 198, + 1.997, + 199, + 2.179, + 201, + 1.143, + 206, + 2.466, + 207, + 2.44, + 208, + 2.237, + 210, + 2.057, + 211, + 2.278, 224, - 1.659, - 234, - 0.881, - 236, - 1.484, - 237, - 2.097, + 7.629, + 225, + 5.796, + 226, + 2.619, + 227, + 4.98, + 228, + 2.16, + 229, + 1.344, + 238, + 2.858, + 239, + 2.237, + 240, + 1.446, + 241, + 1.089, + 244, + 1.965, 247, - 0.862, - 248, - 1.309, + 1.682, + 250, + 2.833, 256, - 2.049, + 1.648, + 257, + 2.897, + 260, + 1.714, 263, - 2.152, + 2.193, + 268, + 1.922, + 269, + 1.154, 273, - 1.127, - 277, - 1.599, - 282, - 1.521, - 285, - 1.434, - 291, - 2.395, + 2.323, + 276, + 3.837, 294, - 1.273, - 300, - 1.769, - 303, - 1.982, + 2.901, 306, - 1.36, - 309, - 1.434, - 316, - 2.313, - 317, - 2.262, - 325, - 1.907, - 339, - 1.086, - 342, - 2.362, - 343, - 1.349, - 346, - 1.127, - 357, - 5.27, - 362, - 1.144, - 364, - 1.919, - 366, - 4.915, - 381, - 3.122, - 383, - 3.871, - 391, - 0.988, - 395, - 2.382, - 398, - 1.951, - 400, - 2.986, + 2.237, + 330, + 2.742, + 332, + 1.693, + 333, + 1.438, + 368, + 1.446, + 371, + 2.672, + 385, + 2.858, + 392, + 2.569, 402, - 3.012, - 406, - 1.982, - 407, - 1.807, - 410, - 1.651, - 411, - 1.347, - 417, - 1.403, - 422, - 2.145, - 425, - 2.462, - 426, - 1.561, - 429, - 1.297, - 440, - 2.325, - 448, - 1.704, - 451, - 2.998, - 456, - 1.418, - 457, - 1.561, - 465, - 0.715, - 466, - 1.118, - 469, - 1.11, - 481, - 1.78, - 491, - 1.209, - 493, - 0.846, - 496, - 1.54, - 501, - 1.795, - 514, - 1.028, - 521, - 1.86, - 527, - 1.677, - 548, - 1.273, - 554, - 1.569, - 569, - 1.743, - 580, - 1.403, - 581, - 0.94, + 2.706, + 452, + 1.479, + 498, + 3.837, + 510, + 2.694, + 515, + 3.153, + 526, + 3.351, + 561, + 1.612, + 577, + 1.994, 594, - 1.949, - 596, - 4.243, - 611, - 2.105, - 612, - 1.347, - 615, - 1.677, - 622, - 3.125, - 645, - 1.54, - 646, - 2.592, - 654, - 3.29, - 655, - 1.273, - 656, - 1.704, - 678, - 1.502, - 682, - 1.45, - 714, - 1.144, - 737, - 1.78, - 759, - 2.126, - 776, - 2.105, - 804, - 1.45, - 808, - 1.028, - 811, - 2.539, - 812, - 2.7, - 816, - 1.829, - 824, - 1.403, + 2.344, + 595, + 2.742, + 600, + 2.44, + 601, + 1.843, + 631, + 4.26, + 634, + 2.01, + 636, + 1.95, + 644, + 2.52, + 676, + 2.321, + 683, + 2.16, + 691, + 1.556, + 771, + 2.367, 854, - 2.0, - 858, - 1.504, - 865, - 1.867, - 867, - 4.005, - 881, - 2.484, - 892, - 1.677, - 909, - 1.347, - 912, - 2.998, + 2.818, + 857, + 2.901, + 885, + 3.096, 914, - 1.704, - 929, - 1.309, - 940, - 4.592, - 943, - 1.704, - 947, - 1.677, - 959, - 1.795, - 960, - 1.403, - 983, - 1.732, - 996, - 2.706, - 1011, - 1.321, - 1026, - 4.102, - 1041, - 5.981, - 1044, - 2.186, - 1072, - 1.36, - 1076, - 2.184, - 1107, - 1.403, - 1173, - 1.334, - 1174, - 2.838, - 1191, - 2.087, - 1200, - 2.207, - 1219, - 2.557, - 1251, - 1.467, - 1257, - 2.777, - 1258, - 3.465, - 1263, - 2.838, - 1273, - 1.604, - 1321, - 1.762, - 1340, - 1.704, - 1366, - 2.647, - 1369, - 1.389, - 1468, - 2.484, - 1469, - 2.265, - 1514, - 1.951, - 1520, - 5.906, - 1532, - 2.888, - 1548, - 1.795, - 1559, - 1.951, - 1562, - 2.706, - 1570, - 1.732, - 1578, - 1.732, - 1586, - 2.276, - 1603, - 2.748, - 1612, - 2.647, - 1618, - 1.54, - 1622, - 1.418, - 1636, - 1.521, - 1660, - 2.032, - 1673, - 2.184, - 1684, - 1.907, - 1695, - 2.3, - 1707, - 7.787, - 1710, - 1.867, - 1711, - 4.945, - 1712, - 4.405, - 1721, - 1.829, - 1722, - 3.465, - 1725, - 3.579, - 1742, - 3.059, - 1759, - 2.647, - 1762, - 2.748, - 1805, - 4.147, - 1814, - 1.374, - 1821, - 2.675, - 1889, - 1.677, - 1895, - 2.792, - 1897, - 2.362, - 1898, - 1.919, + 4.962, + 961, + 3.514, + 973, + 3.837, + 1157, + 2.672, + 1208, + 3.096, + 1259, + 4.634, + 1314, + 3.428, + 1416, + 3.514, + 1479, + 2.993, + 1495, + 2.818, + 1541, + 2.742, + 1598, + 4.15, + 1600, + 3.043, + 1604, + 2.672, + 1649, + 2.672, + 1666, + 3.153, + 1774, + 2.578, + 1906, + 3.514, 1936, - 3.198, - 1967, - 1.604, - 1973, - 1.521, - 1991, - 1.762, - 2046, - 1.627, - 2116, - 2.998, - 2172, - 1.627, - 2195, - 2.184, - 2217, - 2.114, - 2243, - 4.276, - 2265, - 1.651, - 2266, - 1.347, - 2268, - 1.867, - 2270, - 5.512, - 2277, - 2.114, - 2281, - 1.795, - 2291, - 1.732, - 2335, - 2.265, + 2.818, + 2042, + 2.818, + 2259, + 5.532, 2379, - 1.829, - 2420, - 2.184, - 2439, - 3.871, - 2451, - 3.059, - 2466, - 2.941, - 2497, - 1.502, - 2502, - 1.732, - 2506, - 3.059, - 2509, - 2.888, - 2587, - 4.203, + 3.28, + 2514, + 2.779, 2643, - 2.362, - 2645, - 1.907, - 2671, - 1.627, - 2756, - 2.888, - 2774, - 1.795, - 3136, - 1.951, - 3160, - 4.063, - 3248, - 5.172, - 3323, - 4.716, - 3346, - 3.712, - 3355, - 2.888, - 3390, - 2.647, - 3401, - 2.054, - 3435, - 2.0, - 3590, - 2.054, - 3633, - 2.265, - 3683, - 2.114, - 3747, - 2.362, - 3812, - 2.265, - 3854, - 2.362, - 3874, - 2.484, - 3955, - 2.265, - 4337, - 2.647, - 4409, - 2.184, - 4448, - 3.579, - 4450, - 2.265, - 4451, - 6.374, - 4452, - 2.647, - 4455, - 2.265, - 4469, - 3.579, - 4472, - 2.647, - 4473, - 2.362, - 4485, - 2.362, - 4625, - 2.362, - 4676, - 6.97, - 4677, - 4.744, - 4678, - 2.184, - 4679, - 2.895, - 4680, - 2.895, - 4681, - 2.895, - 4682, - 2.895, - 4683, - 6.027, - 4684, - 2.895, - 4685, - 2.895, - 4686, - 2.484, - 4687, - 2.484, - 4688, - 2.895, - 4689, - 6.027, - 4690, - 2.895, - 4691, - 2.647, + 3.837, + 2834, + 3.837, + 2908, + 3.514, + 3317, + 6.486, + 3399, + 3.514, + 3423, + 3.837, + 3619, + 4.651, + 3727, + 3.043, + 4104, + 3.153, + 4248, + 4.651, + 4353, + 3.979, + 4424, + 4.15, 4692, - 4.071, + 5.086, 4693, - 2.647, + 5.086, 4694, - 2.484, + 5.086, 4695, - 2.895, + 5.086, 4696, - 2.362, + 5.086, 4697, - 2.895, + 4.364, 4698, - 2.265, + 3.428, 4699, - 2.895, + 5.086, 4700, - 2.895, + 5.086, 4701, - 2.895, - 4702, - 2.484, - 4703, - 2.895, - 4704, - 2.647, - 4705, - 2.895, - 4706, - 2.895, - 4707, - 2.895, - 4708, - 3.871, - 4709, - 2.484, - 4710, - 4.744, - 4711, - 2.647, - 4712, - 2.895, - 4713, - 2.647, - 4714, - 2.895, - 4715, - 2.895, - 4716, - 2.895, - 4717, - 2.895, - 4718, - 5.512, - 4719, - 2.895, - 4720, - 6.027 + 5.086 ] ], [ @@ -36227,1771 +35085,1943 @@ 7, 1.562, 8, - 1.437, + 2.492, 9, - 0.963, + 1.321, 10, - 1.625, - 11, - 0.986, - 12, - 2.047, - 16, - 0.914, - 21, - 0.795, - 22, - 2.358, - 23, 1.782, - 24, - 4.744, - 30, + 11, + 1.411, + 18, 1.133, - 32, - 1.143, - 33, + 20, 1.493, - 41, - 1.747, + 30, + 1.472, + 36, + 1.877, + 38, + 1.125, 42, - 0.928, - 43, - 2.331, + 1.332, + 44, + 1.627, 46, - 2.041, - 48, - 2.294, - 51, - 1.672, + 1.584, + 49, + 3.08, 52, - 1.296, + 2.019, 54, - 3.693, + 1.849, + 57, + 1.437, 59, - 2.552, - 68, - 1.664, - 71, - 2.012, - 74, - 1.125, + 0.914, + 60, + 2.041, + 72, + 1.296, + 76, + 3.197, 77, - 1.877, - 86, - 1.584, - 92, - 1.338, + 1.519, + 78, + 1.729, + 79, + 0.963, + 90, + 0.928, + 91, + 2.051, + 93, + 2.512, 99, - 1.114, - 101, - 1.849, + 0.986, + 100, + 1.672, + 103, + 2.167, + 106, + 1.814, + 107, + 1.143, 108, - 2.772, - 137, - 0.894, - 140, - 2.769, - 141, + 2.156, + 109, + 1.462, + 113, 2.03, - 151, - 1.345, - 152, - 2.245, - 156, - 2.371, - 157, - 3.197, - 158, - 1.321, - 160, - 1.814, - 161, + 116, + 1.516, + 125, + 1.828, + 126, 1.768, - 173, - 1.505, - 178, - 2.331, - 181, - 1.575, - 186, - 1.797, - 191, + 128, + 1.93, + 132, + 1.338, + 139, + 2.256, + 148, + 2.012, + 150, 2.255, + 153, + 2.358, + 158, + 1.139, + 165, + 1.114, + 169, + 0.894, + 171, + 1.997, + 174, + 1.588, + 177, + 1.192, + 194, + 1.625, 198, + 2.245, + 202, 1.273, - 224, - 2.019, - 234, - 1.828, - 237, - 2.167, - 247, - 1.332, - 248, - 1.761, - 256, - 2.156, - 259, - 2.462, - 263, - 2.492, - 272, - 2.331, - 277, - 1.313, - 278, - 1.192, - 281, - 1.952, - 282, - 2.047, - 290, + 226, + 2.294, + 229, + 1.345, + 230, 1.356, - 294, - 1.713, - 295, - 4.663, - 297, - 1.882, - 298, - 2.876, - 300, - 2.313, - 302, + 231, 2.254, - 303, - 1.627, - 316, - 1.807, - 317, - 1.462, - 318, - 1.588, - 339, - 1.462, - 346, - 1.516, - 350, - 2.441, - 355, - 2.552, - 391, - 2.051, - 393, - 2.99, - 394, + 236, + 3.675, + 241, + 2.313, + 243, 1.93, - 407, - 1.519, - 411, - 1.813, - 416, - 1.888, - 422, - 3.316, - 424, - 1.869, - 429, + 244, + 1.505, + 249, + 4.273, + 260, + 1.313, + 261, + 2.552, + 263, + 1.797, + 265, + 2.566, + 268, + 0.795, + 269, + 1.664, + 273, + 2.199, + 280, + 1.527, + 285, + 3.693, + 313, + 3.493, + 323, + 2.331, + 332, + 2.441, + 334, + 2.158, + 342, 1.745, + 390, + 1.641, + 393, + 3.048, 434, - 2.566, - 440, - 1.909, - 441, + 1.813, + 452, + 1.747, + 472, + 1.795, + 473, + 1.713, + 492, + 2.256, + 511, + 2.073, + 521, 1.356, - 465, - 2.199, - 469, - 3.416, - 479, - 1.93, - 491, - 1.627, - 493, - 1.139, - 496, + 537, + 2.222, + 546, + 2.1, + 554, + 1.462, + 555, + 1.882, + 561, + 1.235, + 562, + 2.939, + 615, 3.903, - 502, - 1.869, - 514, - 1.383, - 522, - 2.913, - 553, - 2.189, - 573, - 3.316, - 599, - 1.849, - 611, + 623, 5.033, - 632, - 3.658, + 629, + 1.807, + 631, + 1.93, 633, - 3.08, - 639, - 2.292, - 645, - 3.197, - 659, - 3.493, - 665, - 2.939, - 678, - 2.021, - 688, - 2.047, - 694, - 1.729, - 710, - 1.411, - 714, + 3.045, + 634, 2.374, - 720, - 2.462, - 767, - 4.505, - 776, - 1.729, - 793, + 636, + 3.416, + 642, + 6.008, + 660, + 3.595, + 675, + 1.494, + 676, + 4.744, + 680, + 2.047, + 681, + 2.944, + 683, + 2.552, + 685, + 2.99, + 695, + 1.761, + 702, + 1.952, + 711, + 5.632, + 740, 1.974, - 802, - 3.675, - 807, - 2.845, - 811, - 1.641, - 851, + 744, + 2.913, + 751, + 1.575, + 754, + 2.331, + 774, + 3.316, + 801, + 1.909, + 808, + 3.197, + 809, + 5.513, + 826, 2.047, - 854, - 4.151, - 858, - 1.235, - 860, - 1.494, - 903, - 3.854, - 919, - 1.93, - 947, - 2.256, - 948, - 1.472, - 977, - 2.158, - 996, + 832, + 1.869, + 849, + 1.729, + 850, + 3.178, + 857, 2.222, - 1042, + 885, + 3.658, + 898, + 1.383, + 905, + 2.292, + 914, + 1.627, + 939, + 4.663, + 941, + 2.876, + 947, 2.047, - 1074, - 3.045, - 1096, - 2.158, - 1122, + 996, + 1.974, + 1019, + 2.772, + 1047, + 4.469, + 1052, 2.047, - 1145, - 4.273, - 1166, + 1060, + 2.189, + 1066, + 1.527, + 1109, + 2.913, + 1127, + 2.845, + 1202, 1.849, - 1173, - 1.795, - 1211, + 1253, + 2.189, + 1272, 1.729, - 1251, - 1.974, - 1261, - 5.03, - 1271, - 2.939, + 1283, + 4.505, 1284, - 4.469, - 1289, - 6.008, - 1293, - 2.796, - 1348, - 2.073, - 1359, - 2.222, - 1373, - 3.329, - 1423, - 2.073, - 1432, - 3.048, - 1467, - 3.427, - 1500, - 1.997, - 1503, - 3.427, - 1504, - 5.632, - 1511, - 2.415, - 1528, - 3.048, - 1541, - 3.048, - 1549, + 2.512, + 1324, + 2.021, + 1332, + 1.575, + 1343, 2.158, - 1554, + 1382, 2.158, - 1569, + 1403, + 1.849, + 1465, 1.374, - 1592, - 2.1, - 1610, - 2.566, - 1622, - 2.944, - 1660, - 2.574, - 1678, - 1.527, - 1695, - 2.913, - 1705, - 1.527, - 1758, - 3.903, - 1761, - 2.222, - 1762, - 2.256, - 1763, + 1495, + 2.158, + 1508, 2.939, - 1799, - 5.513, - 1806, - 2.763, - 1814, + 1529, + 4.903, + 1681, + 2.574, + 1682, + 2.462, + 1713, + 2.047, + 1724, 2.853, - 1816, - 2.512, - 1821, + 1769, + 2.769, + 1770, + 2.371, + 1807, + 1.869, + 1811, + 2.845, + 1871, + 1.888, + 1882, 1.729, - 1853, + 1893, + 3.595, + 1911, + 5.03, + 1920, + 2.796, + 1933, + 2.073, + 1948, + 3.903, + 1969, + 4.389, + 1989, + 3.427, + 1990, 2.566, - 1898, - 1.575, - 1994, + 1997, + 3.427, + 1999, + 3.329, + 2002, + 3.048, + 2006, + 2.047, + 2015, + 2.626, + 2024, + 3.316, + 2063, 4.389, - 2027, + 2065, + 4.533, + 2075, + 2.331, + 2103, 3.342, - 2118, - 3.595, - 2172, - 2.189, - 2204, - 3.595, - 2305, - 3.178, - 2409, + 2244, + 4.151, + 2327, + 2.462, + 2330, 3.958, - 2411, - 2.512, - 2412, + 2337, + 2.763, + 2441, + 3.854, + 2476, 2.845, - 2426, - 4.263, - 2462, - 4.389, - 2645, + 2517, + 2.939, + 2566, 2.566, - 2701, - 3.178, - 2759, + 2778, 2.566, - 2764, - 8.077, - 2844, + 2955, + 2.222, + 2997, + 3.178, + 3006, + 4.389, + 3030, + 4.903, + 3078, + 3.048, + 3118, 2.939, - 3055, + 3185, + 4.533, + 3442, + 2.763, + 3620, 3.048, - 3077, - 2.845, - 3354, - 2.845, - 3486, - 4.903, - 3735, + 3638, 2.939, - 3804, - 3.342, - 3818, + 3802, 2.845, - 3835, + 3874, 3.048, - 3988, - 4.903, - 4054, - 3.562, - 4157, - 4.533, - 4331, + 4104, + 2.415, + 4134, + 2.566, + 4136, + 8.077, + 4252, + 4.263, + 4253, 3.562, - 4354, + 4374, 3.342, - 4455, + 4384, + 2.845, + 4397, 3.048, - 4615, - 2.626, - 4721, + 4557, + 3.562, + 4702, 3.895, - 4722, - 4.389, - 4723, - 4.533, - 4724, + 4703, + 3.342, + 4704, 5.494, - 4725, + 4705, 3.895, - 4726, + 4706, + 3.342, + 4707, 3.895, - 4727, + 4708, 3.895, - 4728, + 4709, + 3.562, + 4710, 3.895, - 4729, + 4711, 3.178, - 4730, + 4712, 6.009, - 4731, - 3.342, - 4732, + 4713, 3.342, - 4733, + 4714, 3.895, - 4734, - 3.562, - 4735, + 4715, 3.562, - 4736, - 3.895, - 4737, + 4716, 3.562, - 4738, - 2.763 + 4717, + 3.895 ] ], [ - "type/manuals/gui-template", + "type/manuals/collection-proxy", [ 0, 0.731 ] ], [ - "data/manuals/gui-template", + "data/manuals/collection-proxy", [ - 0, - 0.623, - 1, - 1.301, - 2, - 1.288, - 3, - 1.335, - 4, - 1.335, - 5, - 1.342, - 6, - 1.342, 7, 1.441, - 8, - 1.403, 9, - 0.975, + 2.072, + 10, + 2.053, 11, - 1.048, - 16, - 0.967, - 21, - 1.922, + 2.214, + 18, + 1.101, + 20, + 1.356, 22, - 2.534, - 23, - 1.859, - 24, - 2.321, - 29, - 1.648, - 30, - 1.133, - 32, - 1.791, - 33, - 1.542, - 35, - 2.18, - 40, - 5.393, + 2.511, + 36, + 1.663, + 38, + 0.926, 41, - 1.479, - 42, - 2.049, - 44, - 2.942, + 3.21, 46, - 2.619, - 47, - 5.102, - 48, - 2.619, - 50, - 3.748, - 51, - 0.954, - 67, - 2.569, - 68, - 1.154, + 1.19, + 52, + 1.682, + 57, + 1.366, + 59, + 0.857, + 60, + 1.7, + 62, + 2.021, + 69, + 4.462, 70, - 1.143, - 71, - 1.764, + 2.573, 72, - 2.897, - 74, - 0.814, - 77, - 1.462, - 83, - 2.142, - 85, - 4.364, - 86, - 1.638, - 87, - 3.038, - 92, - 1.747, - 94, - 2.973, - 95, - 3.28, - 97, - 1.556, - 98, - 2.672, - 102, - 1.504, - 110, - 2.44, + 2.034, + 79, + 0.867, + 99, + 1.056, + 103, + 2.186, + 106, + 1.974, + 107, + 1.587, + 108, + 1.796, + 109, + 2.293, 113, - 3.351, - 117, - 1.895, - 119, - 2.742, - 121, - 1.438, - 123, - 1.843, - 137, - 1.279, - 141, - 1.019, - 149, - 2.677, - 150, - 2.44, - 151, - 1.344, - 152, - 1.997, - 158, - 1.725, - 160, - 1.919, - 161, - 1.01, - 173, - 1.965, - 180, - 2.901, - 182, - 2.942, - 186, - 2.193, - 190, - 1.446, - 218, - 3.297, - 224, - 1.4, + 1.224, + 116, + 2.378, + 122, + 2.956, + 124, + 3.636, + 126, + 1.655, + 148, + 1.253, + 153, + 2.423, + 169, + 0.909, + 177, + 1.869, + 194, + 2.011, + 196, + 2.884, + 197, + 2.099, + 198, + 2.586, + 227, + 3.539, 229, - 2.237, + 1.12, 230, - 2.672, - 256, - 1.495, - 263, - 1.423, - 267, - 2.367, - 277, - 1.714, - 291, - 2.954, - 300, - 1.089, - 303, - 2.125, - 306, - 2.39, - 340, - 3.514, - 343, - 1.446, - 350, - 1.693, - 355, - 2.16, - 358, - 3.837, - 364, - 2.057, - 381, - 4.468, - 407, - 1.519, - 430, - 2.367, - 432, - 2.466, - 460, - 2.179, - 465, - 2.323, - 466, - 2.833, - 469, - 1.95, - 473, - 2.52, - 491, - 4.962, - 501, - 3.153, - 548, - 2.237, - 554, - 1.682, - 569, - 2.721, - 590, - 1.682, - 632, - 3.096, - 633, - 2.973, - 655, - 2.237, - 660, - 2.779, - 664, - 2.16, - 666, - 1.994, - 680, - 3.397, - 704, - 2.993, - 714, - 2.01, - 717, - 4.98, - 754, - 2.179, - 766, - 3.043, - 792, - 2.694, - 799, - 7.629, - 813, - 5.213, - 832, - 3.214, - 858, - 1.612, - 862, - 2.578, - 919, - 4.26, - 937, - 2.858, - 938, - 3.837, - 939, - 2.706, - 948, - 1.922, - 958, - 2.344, - 1219, - 2.742, - 1222, - 2.278, - 1257, - 2.344, - 1283, - 3.153, - 1488, - 2.858, - 1511, - 3.153, - 1549, - 2.818, - 1559, - 3.428, - 1603, - 5.778, - 1725, - 5.532, - 1761, - 2.901, - 1776, - 2.672, - 1780, - 2.818, - 1813, - 6.486, - 1844, - 2.818, - 1907, - 3.514, - 1973, - 2.672, - 1975, - 5.796, - 1990, - 2.742, - 1995, - 3.837, - 2049, - 3.837, - 2053, - 3.837, - 2345, - 3.514, - 2346, - 3.514, - 2347, - 4.634, - 2348, - 3.096, - 2542, - 2.818, - 2549, - 3.043, - 2561, - 3.153, - 2586, - 3.514, - 2644, - 3.979, - 3535, - 4.15, - 3813, - 3.837, - 4049, - 4.651, - 4378, - 4.15, - 4408, - 3.979, - 4739, - 5.086, - 4740, - 5.086, - 4741, - 5.086, - 4742, - 4.651, - 4743, - 5.086, - 4744, - 5.086, - 4745, - 3.428, - 4746, - 5.086, - 4747, - 5.086, - 4748, - 5.086 - ] - ], - [ - "type/manuals/buffer", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/buffer", - [ - 0, - 1.175, - 1, - 2.453, - 2, - 2.428, - 3, - 2.517, - 4, - 2.517, - 5, - 2.53, - 6, - 2.53, - 7, - 1.468, - 16, - 0.865, - 30, - 0.865, - 71, - 1.967, - 87, - 3.973, - 161, - 1.903, - 190, - 2.727, - 191, - 2.428, + 2.127, + 239, + 2.687, + 240, + 1.737, 256, - 2.819, - 700, - 4.377, - 827, - 3.65, - 929, + 1.874, + 265, + 4.025, + 266, + 4.739, + 268, + 1.939, + 269, + 1.386, + 288, + 3.294, + 330, + 2.659, + 333, + 2.359, + 362, + 4.118, + 379, + 4.118, + 387, + 2.155, + 436, + 4.025, + 451, + 4.463, + 452, + 1.776, + 456, + 3.294, + 457, + 2.169, + 471, + 1.638, + 497, + 3.133, + 532, + 4.463, + 552, + 1.817, + 555, + 2.612, + 561, + 2.643, + 577, + 3.27, + 579, + 3.061, + 583, + 3.788, + 620, + 3.171, + 622, + 4.043, + 629, + 2.855, + 674, + 3.061, + 691, + 2.552, + 692, + 2.293, + 705, + 4.025, + 765, + 2.141, + 857, + 3.485, + 860, + 4.812, + 898, + 2.961, + 914, + 2.552, + 917, + 3.77, + 918, + 4.001, + 931, + 2.823, + 962, + 2.872, + 978, + 2.414, + 987, + 3.251, + 1000, 4.335, - 2523, - 7.234 + 1002, + 5.054, + 1007, + 3.327, + 1009, + 4.118, + 1011, + 3.94, + 1027, + 4.986, + 1060, + 3.434, + 1128, + 5.243, + 1135, + 5.621, + 1158, + 4.701, + 1173, + 2.994, + 1186, + 2.994, + 1219, + 3.72, + 1306, + 3.861, + 1307, + 3.788, + 1326, + 3.72, + 1327, + 4.118, + 1378, + 3.72, + 1386, + 4.463, + 1546, + 3.171, + 1588, + 2.994, + 1594, + 4.757, + 1602, + 2.994, + 1628, + 4.825, + 1637, + 6.123, + 1694, + 5.761, + 1773, + 4.025, + 1807, + 2.931, + 1878, + 5.27, + 1882, + 2.712, + 1889, + 3.72, + 1895, + 5.27, + 1942, + 3.434, + 2084, + 3.94, + 2217, + 3.72, + 2268, + 3.251, + 2343, + 4.78, + 2472, + 4.118, + 2506, + 3.788, + 2519, + 4.609, + 2775, + 3.294, + 2777, + 4.609, + 3474, + 4.221, + 3833, + 4.986, + 3865, + 4.986, + 3866, + 4.986, + 4235, + 4.986, + 4390, + 5.587, + 4392, + 4.78, + 4718, + 6.11, + 4719, + 5.587, + 4720, + 5.243, + 4721, + 8.34, + 4722, + 7.156, + 4723, + 5.243, + 4724, + 6.11, + 4725, + 6.11, + 4726, + 5.243, + 4727, + 5.587 ] ], [ - "type/manuals/physics-resolving-collisions", + "type/manuals/extensions", [ 0, 0.731 ] ], [ - "data/manuals/physics-resolving-collisions", + "data/manuals/extensions", [ 0, - 0.595, + 0.378, 1, - 1.243, - 2, - 1.231, - 3, - 1.276, - 4, - 1.276, - 5, - 1.282, - 6, - 1.282, + 0.79, 7, - 1.49, + 1.602, 8, - 1.471, + 2.699, 9, - 0.966, - 11, - 1.01, - 13, - 1.608, - 16, - 0.923, - 21, - 2.0, - 22, - 2.09, - 30, - 1.137, - 33, - 1.302, - 35, - 1.445, - 41, - 2.063, + 1.048, + 10, + 1.938, + 12, + 1.409, + 18, + 1.13, + 20, + 1.465, + 36, + 1.444, + 38, + 0.884, + 39, + 1.33, + 42, + 1.316, + 43, + 1.603, 46, - 1.352, - 51, - 1.572, + 1.499, + 52, + 1.994, + 57, + 1.297, + 59, + 0.962, + 60, + 2.37, + 61, + 3.1, + 62, + 1.021, 63, - 2.331, - 68, - 1.103, - 70, - 2.433, - 71, - 1.719, - 74, - 1.136, + 1.497, + 72, + 1.028, 77, - 0.969, - 80, - 2.24, - 86, - 1.195, + 1.305, + 79, + 0.983, + 90, + 0.736, + 91, + 3.46, + 94, + 2.327, + 96, + 0.979, 97, - 1.487, + 2.592, 99, - 2.396, + 1.003, + 100, + 1.81, 102, - 1.437, + 1.62, 103, - 2.815, - 104, - 3.389, + 1.151, 105, - 4.245, + 2.007, 106, - 3.311, + 1.425, 107, - 2.815, + 1.378, 108, - 1.837, + 2.339, 110, - 3.066, - 111, - 2.376, - 117, - 3.812, - 119, - 1.55, - 121, - 2.007, - 123, - 1.761, - 125, - 1.966, - 127, - 2.03, - 137, - 0.723, - 141, - 1.963, - 146, - 3.871, + 1.976, + 113, + 1.002, + 122, + 0.962, + 126, + 1.853, + 142, + 0.918, + 148, + 1.632, 149, - 2.609, + 2.399, + 150, + 0.782, + 153, + 1.135, + 158, + 1.462, 160, - 1.65, - 161, - 1.663, - 163, - 3.938, + 1.863, + 165, + 1.802, 166, - 1.703, - 172, - 2.924, - 173, - 2.741, - 179, - 2.408, - 214, - 4.575, - 219, - 3.595, - 224, - 1.338, - 277, - 1.638, - 281, - 2.435, - 291, - 1.67, - 300, - 1.041, - 301, - 2.435, - 337, - 2.588, - 343, - 1.382, - 346, - 1.892, - 356, - 4.575, - 364, - 1.966, - 391, - 2.422, - 402, - 2.1, - 407, - 1.469, - 416, - 2.356, - 438, - 2.177, + 3.74, + 169, + 1.389, + 171, + 1.584, + 177, + 1.928, + 194, + 0.564, + 195, + 1.789, + 196, + 1.068, + 197, + 1.061, + 198, + 1.973, + 199, + 1.323, + 201, + 1.124, + 205, + 2.33, + 211, + 1.383, + 226, + 2.015, + 229, + 0.917, + 230, + 1.075, + 231, + 2.986, + 236, + 5.339, + 241, + 1.071, + 247, + 2.966, + 261, + 1.312, + 264, + 1.88, + 268, + 1.287, + 269, + 1.932, + 280, + 1.211, + 285, + 1.383, + 292, + 2.699, + 313, + 3.783, + 330, + 2.31, + 332, + 1.028, + 333, + 1.414, + 353, + 1.239, + 359, + 1.383, + 368, + 0.878, + 380, + 1.775, + 382, + 1.111, + 387, + 1.089, + 392, + 1.082, + 411, + 1.603, + 414, + 2.035, + 425, + 2.852, + 434, + 1.437, + 442, + 1.383, + 445, + 2.416, + 452, + 1.454, 453, - 2.284, + 4.932, + 454, + 2.509, 456, - 2.382, - 465, - 1.2, - 478, - 2.03, - 479, - 2.408, - 481, - 1.824, - 493, - 2.074, - 547, - 1.445, - 568, - 1.997, - 614, - 3.071, - 653, - 3.966, - 654, - 1.935, - 656, - 6.02, - 680, - 1.92, + 1.665, + 471, + 1.34, + 473, + 1.358, + 481, + 1.789, + 500, + 2.299, + 521, + 1.741, + 524, + 1.675, + 537, + 1.761, + 552, + 2.868, + 553, + 2.252, + 555, + 2.492, + 563, + 1.952, + 577, + 1.211, + 588, + 1.603, + 590, + 1.279, + 623, + 2.797, + 629, + 1.504, + 646, + 4.544, + 647, + 2.896, + 648, + 2.424, + 649, + 1.848, + 675, + 1.184, + 677, + 2.904, 683, - 3.803, - 723, - 2.62, - 737, - 1.824, - 738, - 2.815, - 742, - 2.908, - 746, - 3.071, - 759, - 1.714, - 792, - 1.786, - 795, - 2.815, - 796, - 2.24, - 811, - 2.047, - 812, - 3.178, - 828, - 5.295, - 837, - 2.86, - 858, - 2.249, + 2.677, + 693, + 2.256, + 703, + 1.211, + 711, + 1.848, + 713, + 1.643, + 715, + 1.623, + 747, + 2.81, + 750, + 1.497, + 758, + 1.371, + 762, + 1.409, + 773, + 1.119, + 774, + 1.396, + 793, + 2.327, + 801, + 1.513, + 808, + 1.643, + 849, + 1.371, + 856, + 1.239, + 859, + 3.157, + 863, + 5.464, + 878, + 5.492, 891, - 1.692, - 902, - 4.575, - 918, - 2.908, + 1.048, + 901, + 1.335, + 925, + 2.035, + 931, + 0.855, + 939, + 1.53, + 941, + 1.211, 944, - 6.118, + 4.08, + 948, + 1.22, 960, - 2.356, - 961, - 4.674, - 1059, - 2.382, - 1217, - 2.815, - 1227, - 2.382, - 1235, - 7.19, - 1251, - 2.463, - 1342, - 2.959, - 1369, - 4.019, - 1519, - 4.171, - 1526, - 3.334, - 1570, - 2.908, - 1581, - 3.358, + 2.282, + 975, + 1.481, + 996, + 4.032, + 1010, + 3.685, + 1029, + 1.513, + 1032, + 2.732, + 1043, + 1.335, + 1045, + 2.035, + 1047, + 2.374, + 1064, + 1.513, + 1066, + 3.339, + 1067, + 3.895, + 1068, + 3.16, + 1071, + 1.761, + 1079, + 1.497, + 1089, + 3.294, + 1090, + 1.437, + 1101, + 1.817, + 1104, + 3.25, + 1107, + 1.53, + 1146, + 1.335, + 1150, + 1.736, + 1186, + 1.513, + 1224, + 1.481, + 1253, + 1.736, + 1272, + 2.797, + 1275, + 2.191, + 1283, + 1.687, + 1284, + 1.991, + 1285, + 2.33, + 1291, + 3.77, + 1296, + 2.348, + 1302, + 2.256, + 1332, + 1.249, + 1361, + 2.035, + 1364, + 1.817, + 1426, + 1.88, + 1465, + 1.764, + 1475, + 2.191, + 1479, + 1.817, + 1562, + 4.151, 1588, - 3.134, - 1647, - 6.364, - 1705, - 1.906, - 1822, - 1.798, - 1876, - 6.847, - 1877, - 3.966, - 1894, - 3.358, - 1898, - 1.966, - 1928, - 3.276, - 2010, - 3.825, - 2017, - 3.803, - 2023, - 2.463, - 2099, - 6.834, - 2209, - 3.013, - 2348, - 2.959, - 2638, - 2.959, - 2654, - 3.966, - 2665, - 3.276, - 2996, - 3.208, - 3161, - 3.202, - 3287, - 4.709, - 3312, - 3.55, - 3355, - 2.959, - 3371, - 3.276, - 3385, - 6.088, - 3767, - 7.662, - 4007, - 4.674, + 1.513, + 1606, + 1.817, + 1629, + 1.383, + 1716, + 2.191, + 1866, + 1.761, + 1908, + 1.396, + 1920, + 1.437, + 1929, + 1.643, + 1931, + 4.289, + 1939, + 3.653, + 1971, + 2.416, + 1982, + 2.505, + 1990, + 2.035, + 2030, + 2.082, + 2035, + 3.1, + 2042, + 4.408, + 2086, + 2.256, + 2101, + 3.907, + 2189, + 1.711, + 2261, + 3.541, + 2308, + 2.133, + 2338, + 2.65, + 2353, + 1.991, + 2410, + 4.08, + 2476, + 3.653, + 2542, + 1.915, + 2656, + 3.772, + 2878, + 3.548, + 2916, + 3.982, + 2950, + 2.33, + 2952, + 1.665, + 2961, + 2.256, + 3134, + 1.848, + 3354, + 4.291, + 3425, + 4.93, + 3607, + 2.256, + 3610, + 3.905, + 3646, + 2.661, + 3691, + 2.133, + 3693, + 1.991, + 3697, + 2.824, + 3708, + 5.91, + 3727, + 1.848, + 3797, + 1.991, + 3864, + 4.93, + 3901, + 2.52, + 4028, + 2.52, + 4104, + 1.915, + 4254, + 5.667, + 4454, + 2.416, + 4472, + 2.256, + 4502, + 2.65, + 4595, + 1.991, + 4621, + 3.907, + 4649, + 5.407, + 4653, + 2.65, + 4711, + 2.52, + 4728, + 3.088, + 4729, + 2.52, + 4730, + 3.088, + 4731, + 9.337, + 4732, + 4.291, + 4733, + 2.824, + 4734, + 3.088, + 4735, + 3.088, + 4736, + 6.301, + 4737, + 2.824, + 4738, + 2.65, + 4739, + 7.788, + 4740, + 5.001, + 4741, + 3.088, + 4742, + 5.001, + 4743, + 5.001, + 4744, + 2.65, + 4745, + 3.044, + 4746, + 1.915, + 4747, + 2.824, + 4748, + 5.001, 4749, - 6.088, + 3.088, 4750, - 9.759, + 2.824, 4751, - 4.86, + 2.824, 4752, - 8.425, + 3.088, 4753, - 4.171, + 2.65, 4754, - 4.86, + 3.088, 4755, - 4.86, + 6.301, 4756, - 4.86, + 5.001, 4757, - 4.86, + 5.001, 4758, - 4.86, + 2.824, 4759, - 10.564, + 5.001, 4760, - 4.86, + 3.088, 4761, - 6.488, + 6.301, 4762, - 4.445, + 6.301, 4763, - 5.648, + 7.243, 4764, - 4.86, + 3.088, 4765, - 7.095, + 3.088, 4766, - 11.044, + 2.824, 4767, - 4.86, + 3.088, 4768, - 7.095, + 5.001, 4769, - 9.798, + 3.088, 4770, - 3.071, + 3.088, 4771, - 2.731, + 3.088, 4772, - 4.86, + 3.088, 4773, - 9.213, + 3.088, 4774, - 7.662, + 2.65, 4775, - 7.095, + 2.824, 4776, - 4.86, + 2.824, 4777, - 4.86, + 2.824, 4778, - 7.662 + 2.824, + 4779, + 2.824, + 4780, + 2.824, + 4781, + 3.088, + 4782, + 3.088 ] ], [ - "type/manuals/debugging-native-code", + "type/manuals/extensions-debugging-android", [ 0, 0.731 ] ], [ - "data/manuals/debugging-native-code", + "data/manuals/extensions-debugging-android", [ 0, - 0.454, + 1.217, 1, - 0.948, + 2.541, 2, - 0.939, + 2.515, 3, - 0.973, + 2.607, 4, - 0.973, + 2.607, 5, - 0.978, + 2.621, 6, - 0.978, + 2.621 + ] + ], + [ + "type/manuals/extender-docker-images", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/extender-docker-images", + [ + 0, + 0.841, + 1, + 1.756, + 2, + 1.738, + 3, + 1.802, + 4, + 1.802, + 5, + 1.812, + 6, + 1.812, 7, - 1.567, + 1.522, 8, - 1.233, - 9, - 0.944, + 1.921, 10, - 0.677, - 11, - 1.014, - 16, - 0.899, - 21, - 1.967, - 22, - 2.628, - 23, - 0.802, - 25, - 2.115, - 26, - 1.55, - 27, - 2.343, - 28, - 1.316, - 29, - 1.956, - 30, - 1.142, - 31, - 3.522, - 32, - 2.03, - 33, - 1.325, - 34, - 2.115, - 35, - 1.102, + 1.95, + 38, + 1.118, + 39, + 1.904, + 46, + 1.626, + 52, + 1.89, + 56, + 3.51, + 57, + 1.368, + 72, + 2.285, + 77, + 1.422, + 86, + 2.928, + 90, + 1.637, + 99, + 0.986, + 102, + 2.589, + 106, + 1.804, + 107, + 1.916, + 110, + 3.979, + 113, + 1.376, + 125, + 2.743, + 126, + 1.999, + 148, + 1.409, + 150, + 1.738, + 153, + 1.558, + 169, + 1.342, + 197, + 3.098, + 201, + 1.543, + 239, + 3.02, + 247, + 2.271, + 256, + 1.543, + 268, + 1.841, + 269, + 2.046, + 290, + 3.919, + 294, + 3.916, + 333, + 1.942, + 380, + 3.202, + 392, + 2.406, + 454, + 3.591, + 524, + 2.3, + 561, + 2.176, + 573, + 2.576, + 590, + 2.845, + 601, + 2.488, + 602, + 2.777, + 617, + 5.892, + 629, + 2.065, + 650, + 4.524, + 703, + 2.693, + 715, + 3.608, + 793, + 3.195, + 811, + 3.402, + 849, + 4.002, + 857, + 5.143, + 909, + 4.428, + 922, + 4.628, + 1009, + 4.628, + 1052, + 4.738, + 1198, + 3.916, + 1283, + 3.752, + 1332, + 2.777, + 1337, + 4.428, + 1421, + 4.18, + 1543, + 4.041, + 1546, + 3.563, + 1662, + 3.02, + 1807, + 3.294, + 1885, + 3.977, + 1948, + 3.654, + 1982, + 3.44, + 2019, + 7.486, + 2021, + 8.725, + 2075, + 6.025, + 2155, + 5.815, + 2164, + 2.967, + 2267, + 8.217, + 2268, + 3.654, + 2465, + 5.015, + 2684, + 4.041, + 2902, + 7.596, + 3213, + 5.372, + 3218, + 4.871, + 3310, + 5.892, + 4003, + 9.778, + 4028, + 5.603, + 4029, + 6.279, + 4036, + 6.279, + 4037, + 6.279, + 4038, + 6.279, + 4039, + 6.279, + 4081, + 6.279, + 4254, + 5.372, + 4579, + 6.279, + 4783, + 7.355, + 4784, + 6.867, + 4785, + 8.246, + 4786, + 6.867, + 4787, + 10.693, + 4788, + 10.693, + 4789, + 6.867, + 4790, + 6.867, + 4791, + 9.018, + 4792, + 6.867, + 4793, + 6.867, + 4794, + 6.867, + 4795, + 6.867, + 4796, + 6.867, + 4797, + 6.867, + 4798, + 6.867, + 4799, + 6.867, + 4800, + 6.867 + ] + ], + [ + "type/manuals/importing-assets", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/importing-assets", + [ + 0, + 0.714, + 1, + 1.491, + 2, + 1.475, + 3, + 1.53, + 4, + 1.53, + 5, + 1.538, + 6, + 1.538, + 7, + 1.541, + 8, + 2.258, + 10, + 2.162, + 18, + 1.064, 36, - 2.257, + 1.847, + 38, + 0.897, 41, - 1.078, + 3.062, + 42, + 2.16, + 44, + 3.372, 46, - 1.978, - 51, - 1.507, + 1.644, + 47, + 2.61, + 49, + 3.631, 52, - 2.898, - 54, - 1.661, + 1.604, + 57, + 1.033, + 59, + 1.005, 60, - 1.511, - 61, - 2.797, - 67, - 1.299, - 68, - 2.093, - 71, - 2.045, - 74, - 1.137, + 1.621, + 62, + 1.927, + 65, + 6.102, + 76, + 4.928, 77, - 1.736, - 86, - 1.586, + 1.207, + 79, + 0.787, 91, - 2.218, - 94, - 1.282, - 121, - 2.271, - 137, - 1.195, - 140, - 1.709, - 141, - 1.744, - 142, - 3.349, - 143, - 2.865, - 146, - 1.465, + 1.989, + 96, + 1.847, + 99, + 1.047, + 102, + 2.919, + 103, + 1.859, + 105, + 2.338, + 106, + 1.446, + 108, + 2.373, + 113, + 1.168, + 125, + 1.773, + 126, + 2.316, + 148, + 2.329, 149, - 1.801, - 151, - 1.303, - 152, - 2.371, - 160, - 1.652, - 161, - 1.148, - 178, 2.218, - 191, - 2.335, + 150, + 1.475, + 153, + 1.832, + 157, + 3.928, + 169, + 1.378, + 197, + 2.774, + 198, + 1.587, + 201, + 2.441, 216, - 2.443, - 232, - 3.025, - 234, - 1.128, - 237, - 1.637, - 247, - 0.673, - 248, - 1.676, + 3.19, + 226, + 2.246, + 228, + 2.475, + 230, + 2.028, + 231, + 3.752, 256, - 2.09, - 263, - 2.984, - 265, - 2.63, - 267, - 1.725, - 282, - 1.948, - 283, - 1.879, - 297, - 1.161, - 300, - 1.864, - 308, - 2.965, - 316, - 1.115, - 317, - 1.391, - 325, - 2.443, - 349, - 1.973, - 364, - 1.5, - 384, - 2.456, - 390, - 2.443, - 393, - 1.511, - 395, + 1.309, + 257, + 2.303, + 268, + 1.19, + 273, + 1.993, + 290, + 3.142, + 353, + 2.338, + 454, + 2.32, + 473, + 4.398, + 510, + 2.141, + 511, + 3.101, + 543, + 2.338, + 553, + 2.083, + 554, + 3.029, + 555, + 2.901, + 567, + 3.024, + 574, + 2.795, + 577, 2.285, - 398, - 2.499, - 402, - 1.602, - 406, - 1.549, - 407, - 1.663, - 411, - 2.691, - 415, - 3.025, - 424, - 1.779, - 427, - 1.797, - 434, - 2.443, - 435, - 2.499, - 440, - 1.817, - 465, - 1.755, - 469, - 1.422, - 483, - 3.182, - 493, - 2.078, - 502, - 1.779, - 547, - 2.387, - 548, - 1.631, - 573, - 3.936, - 587, - 3.038, - 595, - 2.095, - 611, - 1.646, - 633, - 2.0, + 594, + 2.685, + 629, + 2.785, 636, - 1.536, - 639, - 2.182, - 659, - 2.268, - 660, - 2.026, - 702, - 3.852, - 712, - 1.524, - 715, - 2.182, - 767, - 2.026, - 768, - 3.025, - 771, - 2.901, + 3.096, + 657, + 5.0, + 677, + 2.685, + 679, + 2.61, + 689, + 2.61, + 695, + 2.635, + 703, + 2.285, + 717, + 3.429, + 747, + 3.275, + 773, + 2.111, 775, - 2.147, - 776, - 1.646, - 792, - 2.124, - 793, - 2.931, - 802, - 4.621, - 833, - 2.561, - 856, - 2.797, - 858, - 1.175, - 882, - 1.973, - 889, - 1.454, - 891, - 1.291, - 892, - 2.147, - 903, - 3.038, - 905, - 1.901, - 908, - 2.391, - 920, - 2.343, - 934, - 2.443, - 943, - 3.403, - 958, - 1.709, - 1045, - 1.858, - 1096, - 2.054, - 1125, - 2.901, - 1149, - 2.499, - 1159, - 1.999, - 1160, - 1.488, + 4.472, + 801, + 2.855, + 815, + 3.613, + 834, + 2.887, + 864, + 4.026, + 873, + 4.026, + 879, + 3.429, + 910, + 3.101, + 935, + 4.954, + 936, + 5.318, + 937, + 4.755, + 938, + 5.101, + 939, + 5.625, + 940, + 6.587, + 959, + 4.296, + 976, + 4.559, + 977, + 3.101, + 978, + 2.303, + 1071, + 3.324, + 1131, + 2.887, + 1146, + 2.518, 1173, - 1.709, - 1177, - 7.678, - 1203, - 2.499, - 1261, - 2.965, - 1289, - 3.603, - 1292, - 6.058, - 1293, - 4.637, - 1319, - 1.999, - 1340, - 2.182, - 1367, - 3.298, - 1373, - 4.448, - 1382, - 2.391, - 1453, - 3.182, - 1467, - 3.298, - 1481, - 5.58, - 1493, - 2.299, - 1500, - 3.645, - 1503, - 4.58, - 1504, - 4.804, - 1509, - 2.63, - 1510, - 1.999, - 1528, - 2.901, - 1548, - 2.299, - 1579, - 2.299, - 1586, - 1.779, - 1617, - 2.391, - 1629, - 3.391, - 1665, - 2.499, - 1669, - 2.299, - 1670, - 3.182, - 1672, - 3.349, - 1678, - 3.149, - 1695, - 5.253, - 1696, - 4.524, - 1704, - 1.779, - 1705, - 1.454, - 1752, - 2.797, - 1758, - 3.077, - 1761, - 3.298, - 1762, - 2.147, - 1799, - 2.084, - 1805, - 1.999, - 1806, - 2.63, - 1816, - 2.391, - 1850, - 4.254, - 1853, - 2.443, - 1855, - 4.362, - 1906, - 3.025, - 1921, - 2.901, - 2018, - 1.973, - 2023, - 2.931, - 2036, - 3.391, - 2118, - 2.218, - 2123, - 1.797, - 2213, - 3.391, - 2260, - 2.708, - 2334, - 2.708, - 2428, - 5.178, - 2485, - 3.391, - 2577, - 2.797, - 2671, - 2.084, - 2752, - 4.683, - 3052, - 2.343, - 3411, - 2.901, - 3423, - 2.901, - 3430, - 2.797, - 3434, - 3.025, - 3449, - 2.708, - 3569, - 2.708, - 3759, - 4.224, - 3760, - 3.182, - 4036, - 2.901, - 4094, - 2.708, - 4201, - 3.391, - 4219, - 2.797, - 4264, - 3.391, - 4273, - 9.113, - 4322, - 2.63, - 4353, - 3.182, - 4574, - 2.901, - 4576, - 3.391, - 4577, - 2.901, - 4771, - 2.084, - 4779, - 3.708, - 4780, - 3.708, - 4781, - 8.843, - 4782, - 7.109, - 4783, - 3.708, - 4784, - 2.901, - 4785, - 4.962, - 4786, - 3.708, - 4787, - 3.708, - 4788, - 3.708, - 4789, - 9.225, - 4790, - 5.783, - 4791, - 5.783, - 4792, - 5.783, - 4793, - 5.783, - 4794, - 3.708, - 4795, - 3.708, - 4796, - 3.708, - 4797, - 3.708, - 4798, - 3.708, - 4799, - 3.708, - 4800, - 3.182, + 2.855, + 1180, + 3.184, + 1188, + 2.855, + 1211, + 4.256, + 1225, + 4.134, + 1264, + 3.839, + 1291, + 3.487, + 1323, + 3.372, + 1428, + 3.184, + 1478, + 4.396, + 1601, + 4.396, + 1604, + 4.241, + 1681, + 2.496, + 1725, + 5.853, + 1768, + 5.0, + 1770, + 5.639, + 1882, + 2.586, + 1884, + 3.429, + 1893, + 4.83, + 1933, + 3.101, + 1948, + 3.101, + 1975, + 1.023, + 2080, + 5.441, + 2116, + 3.324, + 2164, + 3.488, + 2190, + 3.375, + 2317, + 4.256, + 2522, + 4.559, + 2886, + 4.256, + 3134, + 3.487, + 3318, + 4.559, + 3727, + 3.487, + 4048, + 4.559, + 4508, + 4.559, + 4581, + 4.755, + 4703, + 5.0, 4801, - 3.708, + 5.0, 4802, - 3.708, + 5.0, 4803, - 3.708, + 5.329, 4804, - 3.391, + 5.0, 4805, - 3.391, - 4806, - 3.708, - 4807, - 5.783, - 4808, - 3.391, - 4809, - 3.391, - 4810, - 3.708, - 4811, - 3.708, - 4812, - 3.391, - 4813, - 7.109, - 4814, - 6.501, - 4815, - 5.783, - 4816, - 3.708, - 4817, - 5.783, - 4818, - 3.708, - 4819, - 3.708, - 4820, - 3.708, - 4821, - 2.299, - 4822, - 3.708, - 4823, - 3.708 + 5.0 ] ], [ @@ -38021,3075 +37051,2933 @@ 7, 1.547, 8, - 1.102, + 2.637, 9, - 0.976, - 11, - 1.048, - 16, - 1.037, - 21, - 1.925, - 22, - 2.658, - 23, + 1.732, + 10, 1.863, - 28, - 2.61, - 29, - 1.936, - 30, + 18, 1.118, - 32, - 1.399, - 33, + 20, 1.145, - 41, - 2.741, - 44, - 2.048, - 51, - 0.958, - 70, - 1.147, - 71, - 2.05, - 74, - 0.957, - 77, + 36, 1.466, - 86, + 38, + 0.957, + 42, + 1.815, + 46, 1.425, - 97, - 2.636, - 110, - 1.699, - 141, + 52, + 2.595, + 55, + 2.449, + 57, + 1.102, + 59, + 1.037, + 75, + 2.245, + 77, + 1.952, + 78, + 2.266, + 79, + 0.976, + 84, + 3.15, + 85, + 3.054, + 92, + 2.048, + 93, + 3.292, + 99, + 1.048, + 100, + 0.958, + 101, + 2.475, + 102, + 1.313, + 103, + 1.693, + 106, + 1.543, + 107, + 1.399, + 108, + 1.501, + 111, + 2.132, + 112, + 3.226, + 113, 1.726, - 149, + 122, 2.289, - 151, - 1.58, - 152, - 2.002, - 158, - 1.732, - 160, - 1.543, - 161, + 125, + 1.553, + 126, 1.71, - 162, - 1.313, - 173, - 1.972, - 175, - 2.245, - 184, - 3.293, - 190, - 1.452, - 191, + 128, + 2.529, + 147, + 3.004, + 148, + 2.05, + 150, 2.181, - 196, - 2.494, - 219, - 2.587, - 224, - 2.595, - 228, + 153, + 2.658, + 158, + 1.492, + 185, + 4.89, + 197, + 1.754, + 198, + 2.002, + 201, + 1.147, + 207, + 1.699, + 208, + 3.234, + 215, + 4.317, + 229, + 1.58, + 231, + 2.759, + 241, + 1.574, + 244, + 1.972, + 250, + 1.972, + 251, 2.352, - 234, - 1.553, - 237, - 1.693, - 247, - 1.815, - 248, - 2.308, 256, - 1.501, - 263, - 2.637, + 1.936, + 258, + 3.363, 268, - 2.957, - 288, + 1.925, + 273, + 2.327, + 280, + 2.002, + 290, 3.353, - 291, - 1.754, - 293, - 2.95, - 295, - 2.529, - 296, + 301, + 3.851, + 311, + 5.556, + 353, + 2.048, + 368, + 1.452, + 390, + 2.15, + 414, + 4.844, + 452, + 2.741, + 454, + 2.033, + 457, + 2.61, + 469, + 2.587, + 495, 4.166, - 297, + 521, + 1.777, + 543, + 2.95, + 555, 2.953, - 300, - 1.574, - 301, + 579, 3.683, - 302, + 590, + 2.115, + 595, + 2.752, + 614, + 2.883, + 629, + 1.535, + 631, + 3.642, + 636, + 3.304, + 644, + 2.529, + 679, + 3.293, + 681, + 3.603, + 691, + 2.636, + 692, 2.759, - 306, - 4.89, - 308, + 695, + 2.308, + 699, + 7.228, + 704, + 3.292, + 706, + 3.729, + 766, + 5.752, + 774, + 3.324, + 786, + 2.957, + 815, + 3.165, + 831, + 4.399, + 879, + 3.004, + 891, + 2.494, + 922, + 3.441, + 939, + 2.529, + 940, + 4.166, + 944, 2.618, - 310, - 4.317, - 316, - 1.535, - 335, + 959, 5.537, - 336, + 960, 2.33, - 372, + 986, 3.441, - 407, - 1.952, - 422, - 3.324, - 437, + 994, + 3.622, + 998, + 2.957, + 999, + 2.352, + 1146, 2.206, - 441, - 1.777, - 452, - 3.363, - 454, - 2.115, - 457, + 1207, + 3.729, + 1214, + 3.622, + 1216, + 2.752, + 1336, + 5.999, + 1382, + 2.828, + 1385, + 3.622, + 1413, + 3.108, + 1432, + 2.869, + 1460, + 4.132, + 1541, + 2.752, + 1636, + 2.957, + 1675, 6.194, - 460, - 3.15, - 461, - 4.38, - 462, + 1676, + 5.445, + 1717, 3.994, - 463, - 3.729, - 464, - 4.668, - 465, - 2.327, - 466, - 1.972, - 467, + 1804, + 2.449, + 1882, + 2.266, + 1893, + 3.054, + 1901, + 2.957, + 1948, + 2.716, + 2053, 3.994, - 468, + 2084, + 3.292, + 2130, + 4.166, + 2164, + 3.177, + 2249, + 3.441, + 2623, 3.994, - 469, - 3.304, - 470, - 3.622, - 471, + 2686, + 7.111, + 2691, + 3.994, + 2717, 3.729, - 472, + 2991, + 3.851, + 3306, + 3.851, + 3779, + 3.994, + 3869, + 4.38, + 3903, 3.729, - 473, - 2.529, - 474, + 4104, + 3.165, + 4257, + 3.729, + 4502, 4.38, - 475, + 4503, + 3.729, + 4504, + 4.668, + 4505, + 3.729, + 4506, 3.994, - 476, + 4507, 4.38, - 477, + 4508, 5.752, - 478, - 2.132, - 479, - 2.529, - 480, - 7.228, - 481, - 2.759, - 482, + 4509, 7.031, - 483, + 4510, 4.38, - 484, + 4511, 4.38, - 486, + 4512, 4.166, - 487, - 3.994, - 493, - 1.492, - 496, - 2.716, - 509, - 2.869, - 521, - 2.883, - 548, - 3.234, - 654, - 2.033, - 776, - 2.266, - 783, - 2.752, - 787, - 2.957, - 796, - 2.352, - 805, - 2.475, - 811, - 2.15, - 869, - 3.226, - 875, + 4513, 3.994, - 884, - 4.132, - 895, - 5.556, - 919, - 3.642, - 949, - 2.957, - 1012, - 7.111, - 1017, - 3.441, - 1020, - 5.445, - 1069, - 3.729, - 1096, - 2.828, - 1129, - 3.177, - 1139, - 3.004, - 1160, - 2.048, - 1219, - 2.752, - 1279, - 4.844, - 1288, - 3.729, - 1290, - 3.004, - 1511, - 3.165, - 1586, - 2.449, - 1617, - 3.292, - 1622, - 3.603, - 1704, - 2.449, - 1705, - 2.002, - 1745, - 3.292, - 1752, - 3.851, - 1756, - 3.108, - 1821, - 2.266, - 1865, - 2.957, - 1979, - 3.054, - 1990, - 2.752, - 2118, - 3.054, - 2178, - 3.622, - 2221, - 3.729, - 2246, - 5.752, - 2281, - 3.165, - 2291, - 4.399, - 2411, - 3.292, - 2447, - 3.622, - 2940, - 3.729, - 3098, + 4555, 4.166, - 3136, - 3.441, - 3450, - 3.994, - 3453, - 3.851, - 3873, - 3.851, - 3877, - 5.999, - 4123, + 4581, 8.152, - 4124, - 4.166, - 4268, - 4.166, - 4824, - 4.166, - 4825, + 4806, 8.616, - 4826, + 4807, 5.105, - 4827, + 4808, 5.105, - 4828, + 4809, 5.105, - 4829, + 4810, 4.166, - 4830, + 4811, 5.105, - 4831, + 4812, + 4.166, + 4813, 5.105, - 4832, + 4814, 5.105, - 4833, + 4815, 5.105, - 4834, + 4816, 5.105, - 4835, + 4817, 5.105, - 4836, + 4818, 6.723, - 4837, + 4819, 5.105 ] ], [ - "type/manuals/refactoring", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/refactoring", - [ - 0, - 1.143, - 1, - 2.387, - 2, - 2.363, - 3, - 2.449, - 4, - 2.449, - 5, - 2.462, - 6, - 2.462, - 7, - 1.171, - 8, - 1.396, - 11, - 0.829, - 22, - 2.117, - 30, - 1.096, - 86, - 1.331, - 190, - 2.654, - 300, - 1.998, - 428, - 4.675, - 448, - 5.491, - 449, - 5.897, - 633, - 3.227, - 659, - 4.278, - 692, - 5.098, - 1190, - 6.131, - 1784, - 4.342, - 1967, - 5.169, - 2308, - 6.148, - 2379, - 5.897, - 2447, - 6.62 - ] - ], - [ - "type/manuals/addressing", + "type/manuals/porting-guidelines", [ 0, 0.731 ] ], [ - "data/manuals/addressing", + "data/manuals/porting-guidelines", [ 0, - 0.244, + 0.328, 1, - 0.509, + 0.684, 2, - 0.504, + 1.443, 3, - 0.523, + 0.702, 4, - 0.523, + 0.702, 5, - 0.525, + 0.705, 6, - 0.525, + 0.705, 7, - 1.476, + 1.511, 8, - 1.373, - 9, - 0.958, + 1.243, 10, - 2.126, - 11, - 1.057, - 13, - 0.659, - 16, - 1.004, - 19, - 3.589, + 1.593, + 18, + 1.116, + 20, + 1.434, 21, - 1.777, + 1.802, 22, - 2.536, + 2.342, 23, - 1.578, - 26, - 1.229, + 4.477, + 27, + 1.548, 28, - 1.228, - 29, - 1.527, - 30, - 1.138, - 32, - 1.973, - 33, - 1.463, - 35, - 0.592, - 41, - 1.592, + 1.296, + 36, + 1.469, + 38, + 1.198, + 39, + 0.564, 42, - 0.475, - 43, - 1.191, + 0.807, 46, - 0.962, - 48, - 1.891, - 49, - 0.712, - 50, - 0.868, - 51, - 1.854, + 1.636, + 47, + 1.99, 52, - 0.663, + 0.736, + 54, + 1.269, + 56, + 1.04, 57, - 1.234, + 1.208, + 59, + 1.072, 60, - 0.812, - 67, - 1.212, - 68, - 1.975, - 70, - 1.956, - 71, - 1.883, - 72, - 0.787, - 74, - 1.042, + 1.847, + 66, + 2.865, + 69, + 1.256, 77, - 1.736, - 83, - 0.839, + 1.646, + 78, + 2.947, + 79, + 0.987, 86, - 1.587, + 1.442, 87, - 1.433, + 3.602, + 88, + 2.364, + 89, + 2.427, + 90, + 1.059, 91, - 0.764, + 1.946, 94, - 1.196, - 98, - 1.046, + 1.244, + 97, + 1.648, 99, - 0.569, - 101, - 2.176, + 1.057, + 100, + 1.07, 102, - 1.832, - 104, - 0.805, + 2.044, + 103, + 1.529, 106, - 3.053, + 1.64, + 107, + 1.843, 108, - 2.92, - 110, - 2.063, - 111, - 1.834, - 117, - 0.742, + 2.166, + 109, + 1.667, + 112, + 1.689, + 113, + 1.142, + 116, + 2.867, 121, - 0.978, - 123, - 0.721, - 127, - 0.832, - 137, - 1.205, - 141, - 1.362, - 144, - 1.033, - 146, - 1.811, - 149, - 2.521, - 151, - 0.634, - 152, - 0.942, + 0.884, + 122, + 2.067, + 124, + 1.165, + 125, + 1.734, + 126, + 1.751, + 132, + 1.526, + 139, + 1.548, + 140, + 2.047, + 148, + 1.631, + 150, + 1.681, + 153, + 1.911, 158, - 1.857, + 0.782, 160, - 1.817, - 161, - 1.087, - 162, - 1.178, - 166, - 3.287, - 167, - 1.212, - 172, - 3.063, - 173, - 1.771, - 186, - 0.595, - 190, - 1.932, - 193, - 1.156, + 0.79, + 165, + 1.27, + 169, + 1.502, + 170, + 1.025, + 178, + 1.655, + 194, + 2.103, + 196, + 1.536, + 197, + 1.526, 198, - 0.651, - 217, - 1.388, - 218, - 2.799, - 224, - 1.507, - 234, - 1.394, - 237, - 1.865, + 2.402, + 207, + 0.89, + 210, + 1.081, + 216, + 2.252, + 226, + 0.744, + 229, + 1.996, + 230, + 1.984, + 231, + 2.491, + 236, + 1.339, + 239, + 1.176, + 240, + 1.263, + 241, + 1.422, 247, - 0.628, + 0.884, + 253, + 1.339, + 254, + 2.927, 256, - 1.348, - 263, - 0.967, - 267, - 2.133, - 277, - 1.845, - 278, - 1.896, - 290, - 1.204, - 291, - 1.881, - 293, - 0.799, - 297, - 1.436, - 298, - 0.781, - 300, - 2.009, - 301, - 1.732, - 302, - 0.747, - 303, - 2.287, - 309, - 1.713, - 311, - 2.105, - 316, - 1.04, - 328, - 1.625, - 337, - 0.726, - 339, - 1.72, - 343, - 1.303, - 346, - 1.346, - 350, - 1.151, - 355, - 0.846, - 356, - 1.284, - 357, - 0.965, - 362, - 2.163, - 363, - 3.494, - 365, - 2.003, - 369, - 3.318, - 371, - 1.454, - 391, - 0.68, - 402, - 1.981, - 406, - 0.832, - 407, - 1.981, - 410, - 1.972, - 411, - 0.927, - 416, - 1.676, - 417, - 0.965, - 425, - 2.841, - 427, - 2.654, - 437, - 1.494, - 438, - 2.053, - 444, - 1.864, - 453, - 0.936, - 454, - 1.433, - 456, - 0.976, - 465, - 0.854, - 469, - 2.376, - 473, - 1.713, + 1.786, + 260, + 1.497, + 266, + 1.186, + 268, + 1.623, + 269, + 2.077, + 273, + 1.097, + 280, + 2.235, + 294, + 1.525, + 295, + 1.232, + 313, + 1.742, + 332, + 0.89, + 341, + 1.296, + 345, + 1.296, + 353, + 2.664, + 359, + 1.197, + 361, + 1.502, + 368, + 0.76, + 378, + 1.724, + 382, + 0.962, + 390, + 1.126, + 392, + 1.997, + 394, + 4.71, + 396, + 2.181, + 398, + 2.181, + 403, + 5.64, + 404, + 4.196, + 429, + 2.763, + 436, + 1.761, + 441, + 3.326, + 443, + 3.625, + 446, + 2.855, + 452, + 0.777, + 457, + 3.644, + 459, + 1.244, + 466, + 2.181, + 471, + 1.78, + 477, + 1.847, 481, - 1.298, - 485, - 1.258, - 491, - 2.589, - 493, - 1.6, - 495, - 1.136, - 496, - 1.06, - 502, - 1.659, - 509, - 1.943, + 1.548, + 500, + 2.079, + 507, + 2.017, + 511, + 1.423, 524, - 0.998, - 525, - 1.288, - 527, - 2.003, - 529, - 1.625, - 547, - 1.363, - 554, - 0.659, - 569, - 2.517, - 580, - 1.676, + 2.224, + 543, + 1.073, + 545, + 4.459, + 555, + 1.391, + 560, + 1.689, + 567, + 1.387, + 573, + 2.139, + 579, + 2.226, + 583, + 1.657, + 588, + 1.387, 590, - 2.248, + 1.108, + 592, + 2.865, 594, - 0.818, - 595, - 0.721, - 596, - 2.105, - 598, - 1.413, - 612, - 0.927, - 625, - 1.709, - 631, - 4.213, - 633, - 2.143, - 636, - 3.963, - 639, - 1.172, - 640, - 1.593, - 644, - 1.033, - 651, - 1.454, - 653, - 3.74, - 654, - 3.077, - 655, - 2.989, - 656, - 3.222, - 657, - 3.74, + 1.232, + 600, + 1.282, + 608, + 2.824, + 615, + 2.364, + 622, + 1.296, + 623, + 2.53, + 642, + 2.888, + 647, + 2.573, 659, - 1.797, - 660, - 1.088, - 664, - 0.846, - 667, - 1.972, - 669, - 1.752, - 678, - 1.033, + 2.534, + 672, + 1.244, + 673, + 5.301, + 674, + 5.057, + 675, + 1.025, 680, + 4.426, + 681, + 2.177, + 685, 1.811, - 682, - 0.998, 686, - 7.805, - 687, - 1.376, - 692, - 1.088, - 693, - 0.965, - 694, - 4.075, + 1.441, + 689, + 1.197, + 691, + 1.359, + 695, + 2.008, + 701, + 2.334, + 702, + 1.339, + 703, + 1.048, + 704, + 1.724, 710, - 1.984, - 712, - 0.818, - 719, - 0.892, - 726, - 2.053, - 738, - 1.153, - 746, - 1.258, - 754, - 0.853, - 756, - 0.986, - 758, - 0.86, - 775, - 2.003, - 776, - 1.535, - 779, - 2.069, - 790, - 1.191, - 792, - 0.731, - 799, - 1.258, - 808, - 1.228, - 811, - 1.931, - 820, - 1.413, - 822, - 1.312, - 832, - 1.258, - 858, - 1.453, + 1.296, + 715, + 3.488, + 735, + 2.131, + 739, + 2.181, + 740, + 1.355, + 744, + 1.296, + 751, + 2.305, + 753, + 3.152, + 759, + 3.675, + 773, + 0.969, + 817, + 2.017, + 845, + 5.358, + 854, + 1.481, + 857, + 2.534, 860, - 1.326, - 862, - 2.323, - 866, - 1.964, - 882, - 1.06, - 889, - 1.356, + 1.355, + 864, + 1.847, + 890, + 4.577, 891, - 2.819, + 2.499, + 894, + 1.056, + 898, + 0.949, + 901, + 1.155, 902, - 1.284, - 906, - 1.234, - 911, - 1.709, - 919, - 2.271, - 921, - 3.404, - 937, - 3.483, + 1.525, + 915, + 3.62, + 918, + 2.131, + 923, + 2.177, + 924, + 1.269, + 935, + 1.324, + 941, + 3.117, + 944, + 1.371, 948, - 1.307, - 955, - 1.454, - 998, - 3.669, - 1007, - 2.453, - 1015, - 1.342, - 1017, - 1.342, - 1022, - 1.046, - 1037, - 1.558, - 1045, - 1.732, - 1059, - 0.976, - 1085, - 2.453, + 1.755, + 969, + 1.628, + 996, + 1.355, + 999, + 1.232, + 1010, + 1.099, + 1034, + 1.025, + 1047, + 4.346, + 1060, + 2.496, + 1064, + 2.793, + 1066, + 1.048, + 1067, + 1.451, + 1071, + 1.525, + 1097, + 2.754, + 1103, + 2.927, 1104, - 2.296, - 1107, - 0.965, - 1125, - 1.558, - 1127, - 0.976, - 1145, - 2.626, - 1150, - 2.822, - 1153, - 4.137, - 1156, - 0.9, - 1160, - 0.799, - 1173, - 0.918, - 1191, - 0.876, - 1200, - 1.609, - 1202, - 3.458, - 1211, - 0.884, - 1216, - 0.986, - 1219, - 1.864, - 1222, - 1.549, - 1234, - 1.694, - 1236, - 1.258, - 1241, - 1.558, - 1251, - 2.774, - 1253, - 1.06, - 1257, - 1.593, - 1263, - 1.191, - 1340, - 1.172, - 1348, - 1.06, + 1.984, + 1131, + 2.824, + 1133, + 3.488, + 1135, + 3.842, + 1137, + 3.972, + 1140, + 1.232, + 1142, + 2.294, + 1220, + 3.534, + 1235, + 1.724, + 1239, + 2.445, + 1272, + 1.186, + 1314, + 2.994, + 1323, + 1.856, + 1324, + 1.387, 1363, - 6.354, - 1369, - 2.973, - 1414, - 1.709, - 1481, - 5.635, - 1491, - 0.986, - 1500, - 3.484, - 1517, - 6.109, - 1525, - 1.284, - 1548, - 2.144, + 2.092, + 1378, + 3.47, + 1411, + 1.145, + 1413, + 2.705, + 1460, + 1.502, + 1473, + 1.897, + 1476, + 2.181, + 1479, + 2.614, + 1487, + 2.017, + 1499, + 1.6, + 1541, + 2.395, 1558, - 1.212, - 1562, - 3.122, - 1568, - 3.53, - 1569, - 2.397, - 1570, - 2.742, - 1573, - 2.246, - 1578, - 1.191, - 1582, - 3.348, - 1583, - 3.222, - 1618, - 1.06, - 1619, - 2.791, - 1623, - 7.483, - 1636, - 1.817, - 1647, - 1.376, + 1.657, + 1575, + 6.071, + 1649, + 1.405, + 1655, + 1.405, + 1661, + 1.339, 1662, - 1.593, - 1680, - 1.234, - 1704, - 3.707, - 1710, - 1.284, + 1.176, + 1681, + 3.778, + 1684, + 1.548, + 1685, + 2.017, + 1686, + 2.017, + 1687, + 2.754, 1716, - 1.625, - 1764, - 1.153, - 1780, - 1.103, - 1784, - 0.927, - 1788, - 1.312, - 1793, - 1.502, - 1795, - 2.841, - 1797, - 2.069, - 1814, - 1.642, - 1818, - 1.709, - 1821, - 0.884, - 1822, - 1.696, + 3.152, + 1769, + 1.232, + 1804, + 2.131, + 1807, + 1.282, 1839, - 1.191, - 1854, - 2.35, - 1870, - 2.331, - 1882, - 2.897, - 1887, - 1.212, - 1892, - 4.983, - 1895, - 3.222, - 1898, - 0.805, - 1902, - 1.073, - 1929, - 0.986, - 1959, - 3.166, - 1963, + 1.897, + 1840, + 4.534, + 1866, + 3.251, + 1868, + 1.724, + 1884, 1.136, - 1975, - 1.342, - 1982, - 1.046, - 1990, - 1.073, - 2023, - 3.444, - 2038, - 0.884, - 2039, - 1.312, - 2041, - 1.413, - 2079, - 1.088, - 2135, - 1.821, - 2163, - 1.413, - 2172, - 1.119, - 2193, - 1.413, - 2266, - 0.927, - 2308, - 1.312, - 2368, - 1.413, - 2377, - 1.234, - 2379, - 1.258, - 2388, - 3.162, - 2408, - 1.376, - 2409, - 1.312, - 2435, - 1.342, - 2445, - 2.705, - 2490, - 1.413, - 2541, - 1.709, - 2544, - 1.558, - 2586, - 1.376, - 2593, - 2.526, - 2601, - 2.035, - 2635, - 1.625, - 2656, - 1.821, - 2786, - 1.153, - 2844, - 1.502, - 2854, - 1.709, - 2910, - 1.625, - 2982, - 1.558, - 3052, - 1.258, - 3058, - 4.083, + 1895, + 1.689, + 1901, + 1.548, + 1911, + 1.371, + 1920, + 1.244, + 1941, + 2.092, + 1949, + 2.017, + 1988, + 2.092, + 2012, + 4.459, + 2013, + 3.937, + 2024, + 1.209, + 2026, + 1.761, + 2049, + 1.689, + 2072, + 1.802, + 2080, + 4.966, + 2101, + 1.657, + 2110, + 2.181, + 2114, + 4.196, + 2115, + 2.181, + 2139, + 2.017, + 2182, + 2.278, + 2189, + 1.481, + 2201, + 3.812, + 2223, + 2.445, + 2226, + 1.724, + 2259, + 3.351, + 2260, + 1.953, + 2264, + 3.476, + 2300, + 1.847, + 2315, + 4.651, + 2317, + 1.953, + 2403, + 1.897, + 2423, + 3.351, + 2442, + 3.245, + 2468, + 2.092, + 2514, + 4.343, + 2546, + 3.245, + 2550, + 1.548, + 2582, + 1.548, + 2690, + 1.548, + 2787, + 2.181, + 2801, + 1.953, + 2808, + 3.625, + 2848, + 2.181, + 2951, + 2.092, + 2954, + 1.802, + 2962, + 2.017, + 3079, + 3.245, 3082, - 1.821, - 3089, - 1.625, - 3163, - 5.43, - 3221, - 1.258, - 3222, - 1.558, - 3230, - 2.967, - 3233, - 1.454, - 3245, - 1.558, - 3247, - 4.397, - 3254, - 1.558, - 3336, - 1.454, - 3352, - 1.625, + 2.445, + 3139, + 2.017, + 3192, + 1.953, + 3217, + 2.181, + 3218, + 1.897, + 3306, + 2.017, + 3320, + 3.245, + 3342, + 1.657, + 3343, + 4.459, 3355, - 1.212, - 3358, - 1.342, - 3394, - 1.709, - 3403, - 1.502, - 3424, - 3.999, - 3504, - 1.821, - 3535, - 6.306, - 3542, - 1.709, - 3575, - 1.625, - 3593, - 1.709, - 3596, - 1.558, - 3633, - 1.558, - 3703, - 3.74, - 3704, - 1.709, - 3786, - 1.709, - 3812, - 1.558, - 3813, - 1.502, - 3934, - 1.212, - 3943, - 1.625, - 3955, - 3.586, - 4057, - 1.709, - 4068, - 1.454, - 4207, - 1.413, - 4365, - 1.821, - 4445, - 1.454, - 4473, - 1.625, - 4545, - 1.821, - 4573, - 1.709, - 4693, - 1.821, - 4704, - 1.821, - 4738, - 1.413, - 4808, - 1.821, + 4.459, + 3389, + 2.181, + 3474, + 1.847, + 3475, + 2.181, + 3559, + 2.092, + 3597, + 1.897, + 3599, + 2.927, + 3616, + 1.953, + 3625, + 2.294, + 3638, + 2.017, + 3657, + 3.812, + 3659, + 2.445, + 3830, + 2.181, + 3901, + 2.181, + 3963, + 2.445, + 4028, + 2.181, + 4090, + 1.953, + 4109, + 2.181, + 4155, + 2.294, + 4386, + 2.294, + 4431, + 2.445, + 4439, + 6.071, + 4465, + 1.802, + 4466, + 1.847, + 4532, + 2.181, + 4548, + 3.351, + 4590, + 2.445, + 4820, + 2.673, + 4821, + 2.181, + 4822, + 2.673, + 4823, + 2.445, + 4824, + 2.673, + 4825, + 2.673, + 4826, + 2.673, + 4827, + 2.673, + 4828, + 2.673, + 4829, + 2.673, + 4830, + 2.673, + 4831, + 2.673, + 4832, + 1.802, + 4833, + 2.673, + 4834, + 2.673, + 4835, + 2.445, + 4836, + 2.673, + 4837, + 2.294, 4838, - 1.991, + 2.673, 4839, - 1.991, + 2.673, 4840, - 1.991, + 2.673, 4841, - 1.709, + 2.445, 4842, - 1.709, + 2.673, 4843, - 1.991, + 2.445, 4844, - 5.318, + 4.891, 4845, - 1.991, + 2.294, 4846, - 1.991, + 2.673, 4847, - 1.991, + 3.812, 4848, - 1.991, + 4.443, 4849, - 1.991, + 2.017, 4850, - 1.991, + 1.953, 4851, - 1.502, + 2.673, 4852, - 4.584, + 2.673, 4853, - 8.421, + 5.7, 4854, - 1.821, + 5.7, 4855, - 1.991, + 4.443, 4856, - 1.991, + 2.673, 4857, - 1.991, + 2.573, 4858, - 5.475, + 2.673, 4859, - 1.991, + 2.673, 4860, - 1.991, + 2.445, 4861, - 1.821, + 2.445, 4862, - 1.709, + 4.891, 4863, - 1.991, + 4.443, 4864, - 3.458, + 2.017, 4865, - 1.991, + 4.443, 4866, - 4.584, + 2.445, 4867, - 6.796, + 2.294, 4868, - 1.709, + 4.443, 4869, - 1.991, + 6.071, 4870, - 1.991, + 2.673, 4871, - 1.625, + 2.445, 4872, - 3.162, + 2.673, 4873, - 1.821, + 4.443, 4874, - 1.991, + 2.181, 4875, - 1.991, + 1.953, 4876, - 1.454, + 1.953, 4877, - 1.991, + 2.445, 4878, - 1.991, + 4.443, 4879, - 1.991, + 2.673, 4880, - 1.991, + 1.953, 4881, - 1.991, + 2.445, 4882, - 1.821, + 2.673, 4883, - 1.709, + 2.673, 4884, - 1.342, + 2.673, 4885, - 1.625, + 2.673, 4886, - 1.709, - 4887, - 2.504, - 4888, - 1.991, - 4889, - 1.991, - 4890, - 1.821, - 4891, - 1.991, - 4892, - 1.991, - 4893, - 1.991, - 4894, - 3.458, - 4895, - 1.991, - 4896, - 1.991, - 4897, - 6.197, - 4898, - 3.458, - 4899, - 3.458, - 4900, - 1.991, - 4901, - 1.821, - 4902, - 1.709, - 4903, - 6.796, - 4904, - 3.458, - 4905, - 1.991, - 4906, - 3.458, - 4907, - 3.458 + 2.445 ] ], [ - "type/manuals/extender-docker-images", + "type/manuals/project-defignore", [ 0, 0.731 ] ], [ - "data/manuals/extender-docker-images", + "data/manuals/project-defignore", [ - 0, - 0.841, - 1, - 1.756, 2, - 1.738, - 3, - 1.802, - 4, - 1.802, - 5, - 1.812, - 6, - 1.812, + 1.999, 7, - 1.522, + 1.414, 8, - 1.368, - 11, - 0.986, - 21, - 1.841, - 22, - 1.558, - 23, - 1.95, - 29, - 1.543, - 32, - 1.916, - 42, - 1.637, - 52, - 2.285, - 67, - 2.406, - 68, - 2.046, - 70, - 1.543, - 71, - 1.409, - 74, + 3.356, + 10, + 1.707, + 18, 1.118, - 86, - 1.626, - 111, - 2.3, - 121, - 1.942, - 123, - 2.488, + 20, + 1.43, + 38, + 0.877, + 39, + 2.082, + 42, + 1.791, + 46, + 1.607, + 49, + 3.41, + 56, + 3.073, + 59, + 1.046, + 72, + 2.628, + 76, + 4.202, + 77, + 1.635, + 79, + 0.838, + 91, + 3.671, + 94, + 3.674, + 99, + 1.0, + 100, + 1.851, + 102, + 2.03, + 107, + 1.503, + 109, + 2.963, 125, - 2.777, - 137, - 1.342, - 141, - 1.376, - 159, - 2.576, - 160, - 1.804, - 161, - 1.999, - 162, - 2.589, - 180, - 3.916, - 191, - 1.738, - 193, - 1.904, - 224, - 1.89, - 234, - 2.743, - 263, - 1.921, - 265, - 4.871, - 272, - 6.025, - 273, - 3.51, - 288, - 3.919, - 291, - 3.098, - 316, - 2.065, - 386, - 3.654, - 407, - 1.422, - 424, - 3.294, - 454, - 2.845, - 496, - 3.654, - 524, - 3.44, - 581, - 2.928, - 587, - 3.608, - 590, - 2.271, - 597, - 5.892, - 654, - 3.591, - 655, - 3.02, - 680, - 3.979, - 694, + 2.402, + 126, + 1.567, + 128, + 3.912, + 148, + 1.62, + 169, + 1.6, + 194, + 1.441, + 201, + 1.774, + 204, + 8.114, + 231, + 4.501, + 268, + 1.612, + 269, + 1.792, + 285, + 3.537, + 387, + 2.785, + 471, + 2.644, + 561, + 3.126, + 675, + 3.028, + 832, + 3.788, + 931, + 2.185, + 960, + 3.604, + 996, + 4.998, + 1028, + 6.178, + 1067, + 2.58, + 1323, + 3.298, + 1411, + 3.383, + 1648, + 5.625, + 1774, 4.002, - 767, - 3.752, - 775, - 3.977, - 785, - 4.524, - 808, - 3.202, - 851, - 4.738, - 858, - 2.176, - 889, - 2.693, - 901, - 3.563, - 902, - 4.428, - 968, - 3.402, - 1009, - 4.041, - 1017, - 4.628, - 1129, - 2.967, - 1191, - 3.02, - 1349, - 9.778, - 1350, - 7.486, - 1382, - 4.428, - 1398, - 5.603, - 1399, - 6.279, - 1407, - 6.279, - 1408, - 6.279, - 1409, - 6.279, - 1410, - 6.279, - 1412, - 8.725, - 1460, - 6.279, - 1464, - 5.815, - 1485, - 7.596, - 1761, - 5.143, - 1802, - 5.892, - 1862, - 7.355, - 1863, - 8.246, - 1898, - 2.777, - 1977, - 3.916, - 1988, - 4.628, - 2266, - 3.195, - 2601, - 4.041, - 3355, - 4.18, - 4055, - 5.372, - 4182, - 5.372, - 4908, - 6.867, - 4909, - 6.867, - 4910, - 10.693, - 4911, - 10.693, - 4912, - 6.279, - 4913, - 6.867, - 4914, - 6.867, - 4915, - 8.217, - 4916, - 9.018, - 4917, - 6.867, - 4918, - 6.867, - 4919, - 6.867, - 4920, - 6.867, - 4921, - 6.867, - 4922, - 6.867, - 4923, - 6.867, - 4924, - 6.867, - 4925, - 6.867, - 4926, - 5.015 + 1797, + 5.092, + 2171, + 7.43, + 2244, + 5.455, + 3208, + 9.019, + 4385, + 7.221, + 4887, + 7.221, + 4888, + 9.863, + 4889, + 9.863 ] ], [ - "type/manuals/extensions", + "type/manuals/debugging-native-code-ios", [ 0, 0.731 ] ], [ - "data/manuals/extensions", + "data/manuals/debugging-native-code-ios", [ 0, - 0.378, + 0.563, 1, - 0.79, + 1.175, + 2, + 1.163, + 3, + 1.205, + 4, + 1.205, + 5, + 1.212, + 6, + 1.212, 7, - 1.602, + 1.599, 8, - 1.297, + 2.268, 9, - 0.983, + 1.558, 10, - 0.564, - 11, - 1.003, - 16, - 0.962, + 0.993, + 12, + 4.091, 18, - 1.711, - 21, - 1.287, - 22, - 1.135, - 23, - 1.938, - 26, - 1.34, - 30, - 1.13, - 32, - 1.378, - 33, - 1.465, - 34, - 1.761, - 35, - 0.918, + 1.131, + 20, + 1.272, + 22, + 1.887, + 27, + 2.66, + 29, + 3.464, + 36, + 1.788, 38, - 1.761, - 41, - 1.454, - 42, - 0.736, + 0.996, + 43, + 2.383, 46, - 2.37, - 48, - 2.015, - 49, - 2.252, - 51, - 1.81, - 52, - 1.028, - 54, - 1.383, + 1.156, + 55, + 3.889, + 56, + 1.787, + 57, + 0.871, 59, - 1.312, - 63, - 1.481, - 67, - 1.082, - 68, - 1.932, - 70, - 1.124, - 71, - 1.632, - 74, - 0.884, + 0.864, 77, - 1.444, + 0.951, + 79, + 0.925, 86, - 1.499, - 94, - 1.068, + 1.491, + 90, + 1.932, + 91, + 3.422, 99, - 1.802, - 102, - 1.863, - 111, - 1.675, - 112, - 3.982, - 119, - 2.31, - 121, - 1.414, - 137, - 1.389, - 139, - 2.896, - 141, - 1.002, - 146, - 1.22, - 149, - 0.962, - 151, - 0.917, - 152, - 1.973, + 1.02, + 100, + 1.277, + 103, + 1.057, + 106, + 0.823, + 109, + 1.723, + 110, + 3.782, + 113, + 1.796, + 122, + 1.43, + 126, + 0.911, + 135, + 2.66, + 142, + 1.365, + 143, + 2.226, + 148, + 1.663, + 150, + 2.423, + 153, + 2.275, 158, - 1.048, - 160, - 1.425, - 161, - 1.853, - 162, - 1.62, - 172, - 0.855, - 182, - 2.007, - 190, - 0.878, - 191, - 0.782, - 193, - 1.33, + 1.989, + 169, + 1.492, + 170, + 1.761, + 177, + 1.405, + 178, + 1.711, + 194, + 0.838, 196, - 1.048, - 217, - 1.239, + 2.803, + 197, + 2.785, + 198, + 2.441, + 201, + 1.529, + 207, + 1.528, + 208, + 2.993, + 210, + 2.752, 224, - 1.994, - 237, - 1.151, + 2.902, + 226, + 1.893, + 229, + 0.842, + 236, + 5.023, + 241, + 0.983, + 246, + 3.025, 247, - 1.316, + 2.681, 256, - 2.339, - 263, - 2.699, - 264, - 1.396, - 267, - 2.327, - 270, - 1.643, - 271, - 1.497, - 275, - 1.817, - 278, - 1.928, - 283, - 4.544, + 1.032, + 257, + 1.814, + 268, + 1.655, + 272, + 3.464, + 273, + 1.68, + 280, + 3.179, 290, - 1.075, - 291, - 1.061, - 294, - 1.358, - 295, - 1.53, - 297, - 2.492, - 298, - 1.211, - 300, - 1.071, - 302, - 2.986, - 308, - 4.08, + 2.648, + 292, + 3.84, 313, - 1.603, - 316, - 1.504, - 320, - 2.699, - 336, - 2.282, - 337, - 2.299, - 350, - 1.028, - 355, - 2.677, - 365, - 1.789, - 369, - 0.979, - 391, - 3.46, - 402, - 1.335, - 407, - 1.305, - 411, - 1.437, - 417, - 2.424, - 422, - 1.396, - 423, - 1.848, - 425, - 1.603, - 437, - 1.335, - 438, - 1.383, - 440, - 1.513, - 441, - 1.741, - 446, - 1.817, - 453, - 3.74, + 3.515, + 332, + 1.528, + 333, + 2.535, + 341, + 2.226, + 390, + 1.934, + 452, + 1.978, 454, - 1.279, - 461, - 2.65, - 493, - 1.462, - 524, - 2.505, - 525, - 2.348, - 540, - 1.736, - 547, - 2.868, - 554, - 1.021, - 568, - 3.685, - 569, - 2.592, - 574, - 4.291, - 576, - 1.437, - 583, - 1.111, - 587, - 1.623, - 589, - 2.65, + 1.828, + 457, + 1.63, + 467, + 3.025, + 479, + 1.723, + 490, + 1.918, + 495, + 3.747, + 552, + 1.365, + 553, + 1.641, + 555, + 1.438, 590, - 2.966, - 595, - 1.119, - 611, - 2.797, - 622, - 2.035, - 623, - 3.907, - 628, - 3.044, - 644, - 1.603, - 645, - 1.643, - 654, - 2.509, - 659, - 3.783, - 666, - 1.211, - 680, - 1.976, - 687, - 2.133, - 694, - 1.371, - 700, - 1.409, - 704, - 1.817, - 719, - 1.383, - 723, - 4.289, - 727, - 1.915, - 754, - 1.323, - 758, - 1.335, - 759, - 1.089, - 764, - 3.294, - 766, - 1.848, - 767, - 1.687, - 793, - 4.032, - 802, - 5.339, + 1.902, + 594, + 2.116, + 633, + 4.108, + 635, + 6.306, + 640, + 3.258, + 642, + 3.448, + 674, + 2.301, + 685, + 2.774, + 691, + 2.082, + 702, + 2.301, + 744, + 5.276, + 745, + 4.701, + 765, + 1.609, + 771, + 2.137, + 774, + 2.076, + 801, + 2.25, 808, - 1.775, - 812, - 1.383, - 824, - 1.497, - 827, - 2.399, - 834, - 3.77, - 859, - 3.895, - 860, - 1.184, - 876, - 2.035, - 889, - 1.211, - 891, - 3.25, - 933, - 2.852, - 934, - 2.035, - 971, - 3.772, + 2.443, + 809, + 2.581, + 852, + 6.612, + 878, + 2.961, + 902, + 2.619, + 961, + 4.701, + 969, + 2.796, + 982, + 5.364, 996, - 1.761, - 1011, - 1.409, - 1043, - 2.191, - 1044, - 2.904, - 1059, - 1.513, + 2.327, + 1047, + 2.18, + 1066, + 2.668, + 1067, + 1.5, + 1103, + 4.483, 1104, - 3.157, - 1107, - 1.497, - 1160, - 1.239, - 1190, - 2.81, - 1198, - 5.492, - 1211, - 2.797, - 1214, - 2.256, - 1216, - 1.53, - 1217, - 4.932, - 1222, - 1.383, - 1225, - 2.191, - 1227, - 1.513, - 1234, - 1.513, - 1262, - 2.732, - 1269, - 5.91, - 1274, - 3.16, - 1278, - 5.407, - 1279, - 2.035, - 1284, - 2.374, - 1293, - 1.437, - 1319, - 3.905, - 1321, - 1.88, - 1326, - 2.256, - 1357, - 1.991, - 1369, - 1.481, - 1398, - 2.52, - 1500, - 1.584, - 1504, - 1.848, - 1511, - 1.915, - 1521, - 1.952, - 1569, - 1.764, - 1677, - 2.52, - 1678, - 3.339, - 1705, - 1.211, - 1764, - 1.789, - 1797, - 1.848, - 1805, - 1.665, - 1816, - 1.991, - 1843, - 3.1, - 1844, - 4.408, - 1853, - 2.035, - 1866, - 2.33, - 1867, - 1.817, - 1898, - 1.249, - 1956, - 2.256, - 1957, - 1.513, - 1960, - 2.082, - 2018, - 1.643, - 2038, - 1.371, - 2106, - 2.416, - 2117, - 1.665, - 2144, - 3.1, - 2172, - 1.736, - 2216, - 2.256, - 2266, + 2.368, + 1142, + 3.94, + 1174, + 4.199, + 1176, + 3.095, + 1202, + 2.18, + 1260, + 2.702, + 1332, + 2.752, + 1403, + 2.18, + 1411, + 2.915, + 1601, + 3.464, + 1769, + 4.781, + 1774, 2.327, - 2310, - 5.464, - 2401, - 2.65, - 2428, - 1.991, - 2515, - 3.548, - 2671, - 3.541, - 2865, - 2.65, - 2967, - 1.991, - 2982, - 4.93, - 3077, - 3.653, - 3095, - 2.256, - 3125, - 4.08, - 3231, - 4.93, - 3337, - 1.991, - 3372, - 2.133, - 3403, - 2.33, - 3424, - 2.256, - 3759, - 3.653, - 3761, - 2.824, - 3850, - 2.191, - 3934, - 1.88, - 3955, - 2.416, - 4007, - 4.151, - 4016, - 2.33, - 4021, - 2.824, - 4055, - 5.667, - 4114, - 2.824, - 4606, - 2.824, - 4729, - 2.52, - 4821, - 3.907, - 4844, - 4.291, - 4927, - 3.088, - 4928, - 2.52, - 4929, - 3.088, - 4930, - 9.337, - 4931, - 3.088, - 4932, - 3.088, - 4933, - 6.301, - 4934, - 7.788, - 4935, - 5.001, - 4936, - 3.088, - 4937, - 5.001, - 4938, - 5.001, - 4939, - 2.65, - 4940, - 1.915, - 4941, - 2.824, - 4942, - 2.661, - 4943, - 5.001, - 4944, - 3.088, - 4945, - 2.824, - 4946, - 2.824, - 4947, - 3.088, - 4948, - 2.65, - 4949, - 3.088, - 4950, - 6.301, - 4951, - 5.001, - 4952, - 5.001, - 4953, - 2.824, - 4954, - 5.001, - 4955, - 3.088, - 4956, - 6.301, - 4957, - 6.301, - 4958, - 7.243, - 4959, - 3.088, - 4960, - 3.088, - 4961, - 3.088, - 4962, - 5.001, - 4963, - 3.088, - 4964, - 3.088, - 4965, - 3.088, - 4966, - 3.088, - 4967, - 3.088, - 4968, - 2.416, - 4969, - 2.65, - 4970, - 2.824, - 4971, - 2.824, - 4972, - 2.824, - 4973, - 2.824, - 4974, - 2.824, - 4975, - 2.824, - 4976, - 3.088, - 4977, - 3.088 + 1804, + 3.264, + 1874, + 2.702, + 1884, + 1.951, + 1896, + 3.095, + 1920, + 4.171, + 1955, + 3.258, + 1961, + 2.796, + 1989, + 2.619, + 1990, + 5.341, + 2006, + 2.413, + 2027, + 4.016, + 2029, + 3.354, + 2031, + 3.593, + 2054, + 2.619, + 2105, + 3.025, + 2121, + 2.702, + 2191, + 3.172, + 2261, + 2.581, + 2268, + 2.443, + 2286, + 2.847, + 2358, + 2.847, + 2360, + 2.475, + 2434, + 4.828, + 2455, + 3.593, + 2514, + 2.509, + 2580, + 3.464, + 2626, + 5.553, + 2631, + 2.902, + 2775, + 2.475, + 2941, + 5.751, + 2944, + 3.593, + 2949, + 4.199, + 2951, + 3.593, + 2981, + 3.172, + 2998, + 3.464, + 3000, + 3.593, + 3001, + 3.94, + 3030, + 3.747, + 3176, + 3.464, + 3178, + 3.464, + 3180, + 3.94, + 3181, + 3.593, + 3187, + 4.199, + 3220, + 4.199, + 3254, + 3.94, + 3269, + 5.839, + 3694, + 9.339, + 4075, + 3.94, + 4595, + 2.961, + 4890, + 3.94, + 4891, + 6.805, + 4892, + 4.199, + 4893, + 4.592, + 4894, + 4.592, + 4895, + 4.592, + 4896, + 9.488, + 4897, + 4.199, + 4898, + 4.592, + 4899, + 4.592, + 4900, + 6.805, + 4901, + 4.592, + 4902, + 4.592, + 4903, + 4.592, + 4904, + 4.592, + 4905, + 5.839, + 4906, + 8.107, + 4907, + 4.592, + 4908, + 4.592, + 4909, + 4.592, + 4910, + 4.199, + 4911, + 4.592, + 4912, + 4.592, + 4913, + 4.199, + 4914, + 4.592, + 4915, + 4.199, + 4916, + 4.199, + 4917, + 4.592, + 4918, + 3.593, + 4919, + 4.592, + 4920, + 4.592, + 4921, + 4.592, + 4922, + 3.94, + 4923, + 4.199, + 4924, + 8.965, + 4925, + 4.592, + 4926, + 4.592 ] ], [ - "type/manuals/zerobrane", + "type/manuals/getting-help", [ 0, 0.731 ] ], [ - "data/manuals/zerobrane", + "data/manuals/getting-help", [ 0, - 0.514, + 0.591, 1, - 1.073, + 1.233, 2, - 1.062, + 1.221, 3, - 1.101, + 1.265, 4, - 1.101, + 2.189, 5, - 1.107, + 1.272, 6, - 1.107, + 1.272, 7, - 1.523, - 8, - 0.982, + 1.566, 9, - 0.782, - 10, - 1.16, - 11, - 1.095, - 16, - 0.875, - 21, - 0.856, - 22, - 2.089, - 25, 2.392, - 26, - 1.124, - 28, - 2.726, + 10, + 1.042, + 18, + 1.082, + 20, + 1.298, 29, - 0.942, - 30, - 1.125, - 31, - 3.15, - 32, - 2.147, - 33, - 1.462, - 34, - 4.379, - 41, - 1.219, - 42, + 3.637, + 36, 1.83, + 38, + 0.783, + 39, + 1.018, + 42, + 1.515, 46, - 1.769, - 51, - 1.946, + 1.393, + 49, + 3.173, + 57, + 1.067, 59, - 1.781, + 0.975, 60, - 2.592, + 1.341, 62, - 1.951, - 67, - 2.227, - 68, - 2.089, - 70, - 1.725, - 71, - 1.889, - 72, - 2.512, - 74, - 1.076, + 1.595, + 73, + 2.792, 77, - 1.268, - 86, - 1.515, - 91, - 1.608, - 97, - 1.945, - 102, - 2.865, - 137, - 0.624, - 141, - 1.538, - 151, - 1.165, - 152, - 2.639, - 153, - 2.827, - 160, - 1.139, - 161, - 2.108, - 181, - 1.696, - 190, - 2.183, - 234, + 1.901, + 79, + 1.007, + 93, + 3.109, + 99, + 1.074, + 100, + 1.323, + 103, + 1.92, + 105, 1.934, - 237, - 1.768, - 247, - 1.395, + 106, + 1.494, + 107, + 2.005, + 108, + 1.417, + 109, + 1.809, + 110, + 2.787, + 111, + 2.014, + 113, + 1.413, + 121, + 2.333, + 126, + 1.938, + 148, + 1.447, + 150, + 1.786, + 153, + 2.501, + 169, + 0.717, + 171, + 3.616, + 194, + 1.287, + 197, + 2.423, + 198, + 2.499, + 201, + 1.083, + 202, + 1.575, + 206, + 2.337, + 208, + 2.12, + 210, + 1.95, + 216, + 2.787, + 226, + 1.341, + 229, + 1.87, + 230, + 1.678, + 231, + 2.646, + 241, + 1.786, 249, - 4.644, + 2.313, 256, - 1.233, - 259, - 4.852, - 261, - 2.176, - 263, - 2.816, - 272, - 3.804, - 277, - 2.588, - 281, - 2.101, - 283, - 5.255, - 290, - 2.672, - 291, - 1.441, - 293, - 1.683, - 297, - 1.991, - 300, - 0.898, - 302, - 3.215, - 303, - 2.656, - 320, - 1.797, - 322, - 2.323, - 337, - 1.53, - 339, - 3.455, - 343, - 2.183, - 350, - 1.396, - 386, - 4.085, - 391, - 3.308, - 393, - 1.71, - 400, - 2.078, - 407, - 1.317, - 410, - 2.392, - 417, - 2.033, - 422, - 1.896, - 425, - 2.176, - 426, - 2.261, - 430, - 4.285, - 437, - 1.812, - 438, - 2.848, - 439, - 4.796, - 441, - 2.672, + 1.083, + 268, + 1.874, + 269, + 1.6, + 273, + 2.41, + 309, + 4.15, + 313, + 1.89, + 324, + 2.75, + 333, + 1.363, + 353, + 1.934, + 362, + 3.25, + 387, + 1.7, + 390, + 2.971, + 402, + 2.565, + 434, + 2.243, + 452, + 2.05, 454, - 3.815, - 465, - 1.895, - 473, - 3.804, + 3.321, + 457, + 2.504, + 459, + 2.243, + 469, + 2.443, + 479, + 1.809, 481, - 1.574, - 525, - 1.562, - 530, - 3.522, - 548, - 3.377, + 4.085, + 522, + 2.388, + 543, + 1.934, + 552, + 1.433, 554, - 1.387, - 569, - 1.838, + 2.646, + 555, + 1.51, + 567, + 2.502, + 577, + 1.89, 581, + 2.599, + 601, + 1.747, + 602, + 1.95, + 603, + 2.946, + 614, + 1.89, + 619, + 3.637, + 634, + 1.905, + 636, + 3.745, + 638, + 4.457, + 646, + 2.443, + 672, + 2.243, + 674, + 2.415, + 681, + 3.456, + 685, + 2.875, + 702, + 2.415, + 703, + 1.89, + 705, + 3.176, + 747, + 2.709, + 758, + 2.14, + 770, + 3.772, + 772, + 3.33, + 773, + 3.325, + 774, + 3.189, + 826, + 2.533, + 894, + 1.905, + 910, + 4.883, + 911, + 2.671, + 923, + 3.456, + 931, + 1.334, + 948, + 1.905, + 975, + 2.313, + 979, + 2.179, + 995, + 6.965, + 1043, + 3.048, + 1064, + 2.362, + 1076, + 3.772, + 1104, + 3.551, + 1109, + 4.043, + 1121, + 3.33, + 1126, + 3.533, + 1127, + 3.521, + 1184, + 3.047, + 1267, + 4.872, + 1278, + 7.488, + 1374, + 4.408, + 1416, + 6.34, + 1457, + 5.4, + 1535, + 4.408, + 1541, + 2.599, + 1631, + 4.373, + 1636, + 4.085, + 1640, + 3.772, + 1648, + 2.75, + 1696, + 4.294, + 1767, + 2.837, + 1863, + 5.518, + 1866, + 2.75, + 1868, + 3.109, + 1882, + 2.14, + 1886, + 3.637, + 1925, + 3.934, + 1984, + 3.637, + 2006, + 5.131, + 2035, + 5.17, + 2062, + 3.637, + 2220, + 4.22, + 2329, + 4.137, + 2330, + 6.433, + 2331, + 4.137, + 2336, + 5.621, + 2354, + 3.42, + 2433, + 2.884, + 2494, + 3.772, + 2591, + 3.25, + 2852, + 3.521, + 2954, + 3.25, + 2963, + 6.052, + 3014, + 3.772, + 3040, + 4.408, + 3242, + 3.637, + 3247, + 3.521, + 3342, + 2.989, + 3362, + 4.408, + 3693, + 4.548, + 3727, + 2.884, + 3853, + 3.934, + 4104, + 2.989, + 4252, + 3.42, + 4738, + 6.052, + 4927, + 4.137, + 4928, + 4.821, + 4929, + 7.053, + 4930, + 7.626, + 4931, + 4.821, + 4932, + 4.821, + 4933, + 4.821, + 4934, + 7.488, + 4935, + 6.449, + 4936, + 8.34, + 4937, + 7.053, + 4938, + 7.626, + 4939, + 4.821, + 4940, + 4.137, + 4941, + 4.821, + 4942, + 4.821, + 4943, + 4.137, + 4944, + 4.821, + 4945, + 4.821, + 4946, + 6.449, + 4947, + 4.821, + 4948, + 4.821, + 4949, + 4.821, + 4950, + 4.821 + ] + ], + [ + "type/manuals/windows", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/windows", + [ + 0, + 0.958, + 1, + 2.001, + 2, + 1.98, + 3, + 2.053, + 4, + 2.053, + 5, 2.064, - 583, - 1.509, - 611, - 4.468, - 624, - 3.185, - 633, - 1.45, - 654, - 1.67, - 666, - 2.493, - 680, - 2.512, - 687, - 2.897, - 697, - 1.562, - 719, - 2.848, - 720, - 2.65, - 743, - 2.033, - 754, - 1.797, - 767, - 3.474, - 783, - 2.261, - 785, - 5.644, - 787, - 2.429, - 796, - 2.929, - 804, - 2.101, - 808, - 1.489, - 812, - 1.878, - 851, - 4.034, - 884, - 2.357, - 889, - 1.645, - 891, - 2.213, - 902, - 2.704, - 903, - 2.203, - 909, - 1.951, - 921, - 2.101, - 969, - 2.012, - 977, - 2.323, - 998, - 1.991, - 1011, - 1.914, - 1014, - 2.704, - 1059, - 3.762, - 1107, - 2.033, - 1158, - 4.518, - 1160, - 1.683, - 1165, - 3.164, - 1173, - 3.538, - 1191, + 6, + 2.064, + 7, + 1.572, + 8, + 3.141, + 12, + 3.57, + 18, + 1.013, + 36, + 1.56, + 38, + 1.089, + 39, + 1.651, + 46, + 1.116, + 57, + 1.001, + 59, + 0.706, + 77, + 1.62, + 79, + 0.91, + 99, + 0.695, + 102, + 2.011, + 113, + 1.567, + 126, + 1.553, + 148, + 1.605, + 150, + 2.711, + 153, + 1.775, + 194, + 1.427, + 198, + 2.13, + 226, + 2.177, + 241, + 2.099, + 256, + 1.758, + 290, + 3.044, + 292, + 3.351, + 333, + 2.212, + 350, + 4.68, + 368, + 2.224, + 380, + 2.777, + 383, + 5.153, + 425, + 4.461, + 455, + 5.901, + 553, 2.796, - 1232, - 3.063, - 1234, - 2.055, - 1239, - 2.438, - 1355, - 2.509, - 1369, - 2.012, - 1421, - 2.15, - 1481, - 2.429, - 1491, - 2.078, - 1525, - 2.704, - 1548, - 2.6, - 1554, - 2.323, - 1621, - 2.827, - 1622, - 3.115, - 1642, - 3.941, - 1661, - 3.063, - 1695, - 3.722, - 1761, - 2.392, - 1783, - 3.281, - 1784, - 1.951, - 1788, - 2.763, - 1789, - 2.827, - 1821, - 1.861, - 1822, - 2.352, - 1850, - 7.134, - 1854, - 2.15, - 1882, - 4.018, - 1898, - 2.571, - 2030, - 3.422, + 592, + 7.24, + 601, + 2.834, + 602, + 3.163, + 623, + 4.351, + 649, + 4.68, + 676, + 3.57, + 683, + 3.323, + 751, + 3.163, + 932, + 5.549, + 934, + 5.549, + 936, + 7.055, + 1323, + 3.267, + 1558, + 4.849, + 1570, + 5.272, + 1655, + 4.11, + 1933, + 5.217, + 1961, + 5.969, + 1997, + 4.461, + 1999, + 4.333, 2123, - 3.082, - 2201, - 2.65, - 2217, - 3.063, - 2330, - 2.975, - 2333, - 5.937, - 2334, - 6.258, - 2344, - 2.468, - 2379, - 2.65, - 2543, - 5.188, - 2545, - 4.796, - 2561, - 2.6, - 2577, - 3.164, - 2671, - 2.357, - 2957, - 2.975, - 2984, - 2.704, - 3144, - 3.281, - 3221, - 2.65, - 3355, - 2.553, - 3382, - 2.975, - 3406, - 3.422, - 3422, - 4.188, - 3426, - 5.447, - 3547, - 4.796, - 3683, - 3.063, - 4083, - 3.281, - 4105, - 3.835, - 4573, - 3.599, - 4771, - 3.573, - 4926, - 3.063, - 4978, - 11.001, - 4979, - 3.599, - 4980, - 3.599, - 4981, - 8.568, - 4982, - 3.063, - 4983, - 4.194, - 4984, - 4.194, - 4985, - 6.358, - 4986, - 6.358, - 4987, - 4.194, - 4988, - 6.358, - 4989, - 5.814, - 4990, - 4.194, - 4991, - 6.358, - 4992, - 4.194, - 4993, - 4.194, - 4994, - 3.164, - 4995, - 5.455, - 4996, - 4.194, - 4997, - 4.194, - 4998, - 3.835, - 4999, - 4.194, - 5000, - 4.194, - 5001, - 4.194, - 5002, - 2.975, - 5003, - 4.194, - 5004, - 3.422 + 5.592, + 2164, + 3.38, + 2260, + 5.713, + 2279, + 5.901, + 2862, + 7.153, + 2964, + 6.383, + 4012, + 6.383, + 4596, + 6.383, + 4951, + 11.227, + 4952, + 7.822, + 4953, + 7.822, + 4954, + 7.822, + 4955, + 7.822, + 4956, + 9.805, + 4957, + 7.153, + 4958, + 7.822, + 4959, + 7.822, + 4960, + 7.822, + 4961, + 7.822, + 4962, + 7.822, + 4963, + 7.822, + 4964, + 7.822 ] ], [ - "type/manuals/extensions-manifest-merge-tool", + "type/manuals/debugging-native-code", [ 0, 0.731 ] ], [ - "data/manuals/extensions-manifest-merge-tool", + "data/manuals/debugging-native-code", [ 0, - 0.763, + 0.454, 1, - 1.593, + 0.948, 2, - 1.577, + 0.939, 3, - 1.635, + 0.973, 4, - 1.635, + 0.973, 5, - 1.644, + 0.978, 6, - 1.644, + 0.978, 7, - 1.591, - 9, - 0.874, - 11, - 0.851, - 16, - 0.562, - 21, - 1.272, - 22, - 2.176, - 29, - 1.899, - 30, - 1.023, - 32, - 1.608, - 33, - 1.123, + 1.567, + 8, + 2.984, + 10, + 0.802, + 18, + 1.142, + 20, + 1.325, + 36, + 1.736, + 38, + 1.137, 42, - 1.485, - 68, - 1.413, - 71, - 1.967, - 74, - 0.938, + 0.673, + 46, + 1.586, + 49, + 2.0, + 55, + 1.779, + 57, + 1.233, + 59, + 0.899, + 60, + 1.978, + 72, + 2.898, 77, - 1.685, - 86, - 1.205, + 1.663, + 78, + 1.646, + 79, + 0.944, 94, - 2.154, + 1.725, 99, - 2.416, - 110, - 2.073, - 137, - 0.927, - 149, - 1.939, - 151, - 1.142, - 152, - 2.301, - 160, - 1.116, - 161, - 1.236, - 180, - 3.553, - 193, - 2.024, - 268, - 3.608, - 303, - 2.602, - 316, - 1.873, - 317, - 2.337, - 339, - 2.337, - 384, - 2.646, - 454, - 2.581, - 481, - 2.337, - 496, - 3.314, - 509, - 3.5, - 547, - 1.852, + 1.014, + 100, + 1.507, + 103, + 1.637, + 106, + 1.652, + 107, + 2.03, + 108, + 2.09, + 113, + 1.744, + 122, + 1.801, + 125, + 1.128, + 126, + 1.148, + 139, + 2.147, + 142, + 1.102, + 148, + 2.045, + 150, + 2.335, + 153, + 2.628, + 158, + 2.078, + 169, + 1.195, + 171, + 3.645, + 194, + 0.677, + 196, + 1.282, + 198, + 2.371, + 204, + 2.797, + 208, + 1.631, + 210, + 1.5, + 229, + 1.303, + 236, + 4.621, + 241, + 1.864, + 256, + 1.956, + 268, + 1.967, + 269, + 2.093, + 273, + 1.755, + 280, + 1.454, + 285, + 1.661, + 313, + 2.268, + 323, + 2.218, + 333, + 2.271, + 353, + 1.488, + 391, + 2.299, + 392, + 1.299, + 433, + 1.511, + 434, + 2.691, + 439, + 2.499, + 441, + 1.858, + 452, + 1.078, + 456, + 1.999, + 457, + 1.316, + 471, + 1.55, + 472, + 1.709, + 485, + 2.797, + 510, + 2.124, + 552, + 2.387, + 554, + 1.391, 555, - 3.936, - 569, + 1.161, + 556, + 1.524, + 561, + 1.175, + 591, 2.443, - 581, - 2.744, - 590, - 2.795, + 594, + 1.709, + 615, + 3.077, 623, - 7.029, - 654, - 4.094, - 737, - 3.598, - 743, - 3.02, - 754, - 2.668, - 795, - 3.608, - 799, + 1.646, + 629, + 1.115, + 636, + 1.422, + 642, + 3.603, + 646, + 1.879, + 668, + 3.025, + 673, + 3.349, + 682, + 3.391, + 685, + 1.511, + 695, + 1.676, + 703, + 1.454, + 709, + 2.343, + 710, + 1.797, + 711, + 4.804, + 713, + 1.973, + 715, + 3.038, + 744, + 5.253, + 773, + 2.095, + 787, + 2.708, + 801, + 1.817, + 809, + 2.084, + 826, + 1.948, + 832, + 1.779, + 845, + 2.499, + 852, + 7.678, + 857, + 3.298, + 861, + 2.499, + 894, + 2.285, + 905, + 2.182, + 910, + 1.973, + 916, + 2.708, + 918, + 3.852, + 944, + 2.965, + 948, + 1.465, + 950, + 2.443, + 969, + 2.257, + 996, + 2.931, + 1034, + 2.218, + 1043, + 1.602, + 1066, + 3.149, + 1104, + 1.291, + 1131, + 2.865, + 1270, + 2.901, + 1283, + 2.026, + 1284, + 2.391, + 1304, + 2.182, + 1323, + 1.549, + 1337, + 2.391, + 1361, + 2.443, + 1382, + 2.054, + 1412, + 2.499, + 1482, + 2.708, + 1502, + 1.901, + 1507, + 2.299, + 1511, + 1.999, + 1570, + 2.499, + 1596, + 1.973, + 1597, + 5.58, + 1621, + 2.931, + 1628, + 1.536, + 1632, + 2.343, + 1697, + 2.391, + 1767, + 3.403, + 1769, + 1.709, + 1804, + 1.779, + 1806, + 2.561, + 1807, + 1.779, + 1840, + 2.115, + 1841, + 2.147, + 1866, + 2.115, + 1874, + 2.182, + 1884, + 2.456, + 1885, + 2.147, + 1893, + 2.218, + 1911, + 2.965, + 1920, + 4.637, + 1934, + 2.901, + 1937, + 2.901, + 1938, + 8.843, + 1939, + 4.224, + 1941, + 4.524, + 1942, + 2.084, + 1989, + 4.58, + 1990, + 2.443, + 1994, + 2.708, + 1997, + 3.298, + 1999, + 4.448, + 2022, + 4.962, + 2024, 3.936, - 808, - 2.212, - 859, - 3.36, - 862, - 3.157, - 898, - 6.172, - 998, - 4.012, - 1080, - 4.199, - 1166, - 2.957, - 1281, - 8.673, - 1293, - 2.898, - 1404, - 6.184, - 1503, - 3.553, - 1505, - 6.06, - 1758, - 3.314, - 1762, - 4.894, - 1876, - 6.375, - 1949, - 5.567, - 2018, - 3.314, - 2279, - 8.391, - 2288, - 6.611, - 2298, - 7.251, - 2305, - 6.895, - 2419, - 4.699, - 2502, - 5.056, - 2671, - 3.5, - 2696, - 9.729, - 2712, - 7.727, - 2846, - 4.303, - 3044, - 4.55, - 3055, - 8.673, - 4376, - 4.55, - 4593, - 5.696, - 4821, - 6.375, + 2027, + 3.522, + 2029, + 2.708, + 2054, + 3.298, + 2084, + 2.391, + 2136, + 2.443, + 2138, + 3.025, + 2193, + 3.025, + 2194, + 3.349, + 2195, + 3.182, + 2196, + 3.025, + 2261, + 2.084, + 2314, + 2.901, + 2337, + 2.63, + 2433, + 4.254, + 2440, + 1.797, + 2441, + 3.038, + 2514, + 2.026, + 2631, + 2.343, + 2753, + 2.901, + 2775, + 1.999, + 2778, + 2.443, + 2859, + 3.391, + 2941, + 2.63, + 2944, + 2.901, + 2971, + 2.797, + 2999, + 6.058, + 3078, + 2.901, + 3177, + 4.362, + 3181, + 2.901, + 3218, + 2.63, + 3224, + 4.683, + 3240, + 3.391, + 3261, + 2.797, + 3268, + 3.025, + 3276, + 3.182, + 3306, + 2.797, + 3342, + 2.299, + 3348, + 3.391, + 3610, + 1.999, + 3693, + 5.178, + 3694, + 3.182, + 4098, + 2.299, + 4510, + 3.182, + 4533, + 2.63, + 4621, + 2.299, + 4804, + 3.182, + 4823, + 3.391, + 4847, + 3.182, + 4892, + 3.391, + 4896, + 3.391, + 4897, + 3.391, + 4965, + 3.708, + 4966, + 3.708, + 4967, + 3.391, + 4968, + 2.901, + 4969, + 2.797, + 4970, + 7.109, + 4971, + 3.708, + 4972, + 2.901, + 4973, + 3.708, + 4974, + 3.708, + 4975, + 3.708, + 4976, + 9.225, + 4977, + 9.113, + 4978, + 5.783, + 4979, + 5.783, + 4980, + 5.783, + 4981, + 5.783, + 4982, + 3.708, + 4983, + 3.708, + 4984, + 3.708, + 4985, + 3.708, + 4986, + 3.391, + 4987, + 3.708, + 4988, + 3.708, + 4989, + 3.391, + 4990, + 3.708, + 4991, + 3.708, + 4992, + 3.708, + 4993, + 3.708, + 4994, + 5.783, + 4995, + 3.708, + 4996, + 3.708, + 4997, + 3.391, + 4998, + 7.109, + 4999, + 6.501, + 5000, + 5.783, + 5001, + 3.708, + 5002, + 5.783, + 5003, + 3.708, + 5004, + 3.708, 5005, - 6.229, + 3.708, 5006, - 6.229, + 3.708, 5007, - 6.229, - 5008, - 5.696, - 5009, - 6.229, - 5010, - 5.696, - 5011, - 6.229, - 5012, - 9.59, - 5013, - 9.59, - 5014, - 8.45, - 5015, - 8.45, - 5016, - 6.229, - 5017, - 8.769, - 5018, - 8.45, - 5019, - 9.59, - 5020, - 9.59, - 5021, - 8.45, - 5022, - 8.45, - 5023, - 8.45, - 5024, - 8.45, - 5025, - 6.229, - 5026, - 9.59, - 5027, - 9.59, - 5028, - 6.229, - 5029, - 8.45, - 5030, - 8.45, - 5031, - 8.45, - 5032, - 8.45, - 5033, - 8.45, - 5034, - 8.45, - 5035, - 6.229 + 3.708 ] ], [ - "type/manuals/optimization-memory", + "type/manuals/2dgraphics", [ 0, 0.731 ] ], [ - "data/manuals/optimization-memory", + "data/manuals/2dgraphics", [ 0, - 0.909, + 1.214, 1, - 1.897, + 2.535, 2, - 1.878, + 2.509, 3, - 1.947, + 2.601, 4, - 1.947, + 2.601, 5, - 1.957, + 2.615, 6, - 1.957, + 2.615, 7, - 1.568, - 8, - 1.514, - 9, - 0.63, - 10, - 1.73, - 11, - 1.033, - 14, - 6.549, - 16, - 0.994, + 1.244 + ] + ], + [ + "type/manuals/libraries", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/libraries", + [ 18, - 4.109, - 23, - 1.604, - 29, - 2.13, - 30, - 1.108, - 33, - 1.464, - 35, - 2.819, - 40, - 5.423, - 47, - 4.411, - 51, - 1.392, - 59, - 3.151, - 68, - 2.371, - 70, - 2.13, - 74, - 0.824, - 86, - 1.352, - 97, - 2.269, - 151, - 1.36, - 152, - 2.582, - 160, - 1.698, - 162, - 1.907, - 181, - 3.0, - 191, - 1.878, - 237, - 1.708, - 247, - 1.347, - 263, - 2.075, - 271, - 3.596, - 281, - 3.716, - 317, - 2.783, - 318, - 3.024, - 355, - 3.151, - 362, - 4.129, - 369, - 3.49, - 381, - 4.932, - 437, - 3.205, - 440, - 3.635, - 493, - 2.169, - 563, - 7.152, - 595, - 2.688, - 607, - 5.516, - 610, - 5.0, - 615, - 5.491, - 636, - 3.073, - 700, - 4.327, - 749, - 4.804, - 752, - 6.053, - 811, - 3.124, - 827, - 2.824, - 834, - 4.438, - 851, - 3.897, - 854, - 5.124, - 948, - 2.803, - 1505, - 4.687, - 1513, - 8.175, - 1610, - 4.887, - 1822, - 2.744, - 2172, - 4.168, - 2475, - 4.981, - 4073, - 6.783, - 4698, - 5.803, - 5036, - 5.262, - 5037, - 7.418, - 5038, - 7.418, - 5039, - 7.418 + 1.064, + 20, + 1.302, + 46, + 1.397, + 56, + 3.811, + 91, + 3.343, + 99, + 0.87, + 106, + 1.754, + 505, + 5.021, + 561, + 3.104, + 849, + 4.346, + 3865, + 7.991 ] ], [ @@ -41118,3461 +40006,3329 @@ 1.732, 7, 1.483, - 8, - 1.512, - 9, - 0.837, - 11, - 1.02, - 13, - 2.171, - 16, - 0.79, - 21, - 1.34, - 22, - 1.489, - 23, + 10, 1.419, - 30, + 18, 1.141, - 33, + 20, 0.872, - 35, - 2.602, - 40, + 38, + 0.729, + 57, + 1.512, + 58, 5.11, - 42, - 1.564, - 44, - 3.512, - 46, + 59, + 0.79, + 60, 1.826, - 47, - 5.499, - 58, + 70, + 2.764, + 77, + 1.813, + 79, + 0.837, + 82, 4.424, - 59, - 2.788, - 68, - 2.234, - 72, - 2.593, - 74, - 0.729, 83, - 2.764, - 87, - 2.719, - 88, - 4.794, - 89, - 4.656, + 6.773, 90, - 4.232, - 91, - 3.356, + 1.564, 92, - 2.255, - 93, - 3.054, - 94, - 2.27, + 3.512, 95, - 4.232, - 96, - 3.862, - 97, - 2.008, - 98, - 3.448, + 5.499, + 99, + 1.02, 102, - 1.94, - 111, - 3.298, + 1.687, + 106, + 1.176, 113, - 4.324, - 119, - 2.093, + 1.315, 121, - 1.856, + 2.171, 123, - 2.378, - 137, - 0.976, - 141, - 1.315, + 5.135, + 125, + 1.996, + 126, + 1.737, + 132, + 2.255, + 142, + 2.602, 151, - 1.203, + 2.719, + 152, + 4.232, + 153, + 1.489, + 158, + 1.919, 160, - 1.176, - 161, - 1.737, - 162, - 1.687, - 190, - 1.866, - 195, - 4.718, - 210, + 1.94, + 169, + 0.976, + 185, + 4.628, + 196, + 2.27, + 212, + 3.054, + 218, + 7.985, + 222, + 5.632, + 229, + 1.203, + 237, 4.033, - 225, + 248, + 3.927, + 257, + 2.593, + 261, + 2.788, + 268, + 1.34, + 269, + 2.234, + 290, + 2.554, + 302, + 6.986, + 303, + 7.924, + 304, + 6.35, + 305, 3.801, - 229, + 306, 2.887, - 234, - 1.996, - 242, + 307, 3.801, - 288, - 2.554, - 306, - 4.628, - 382, - 7.985, - 407, - 1.813, - 493, - 1.919, - 538, - 2.94, - 659, + 308, + 7.992, + 310, + 8.45, + 311, + 7.056, + 312, + 5.632, + 313, 2.574, - 779, - 3.927, - 808, + 314, + 4.718, + 315, + 4.069, + 316, + 5.531, + 317, + 3.862, + 330, + 2.093, + 333, + 1.856, + 357, + 4.424, + 368, + 1.866, + 380, 2.33, - 809, + 400, 5.899, - 895, - 7.056, - 941, - 6.35, - 954, - 3.492, - 1032, - 8.003, - 1038, - 4.424, - 1059, - 3.216, - 1122, - 3.448, - 1221, - 5.531, - 1279, + 414, 4.324, - 1537, - 4.534, - 1591, - 4.656, - 1596, + 524, + 3.298, + 526, + 4.324, + 541, + 3.492, + 601, + 2.378, + 691, + 2.008, + 775, 3.636, - 1611, - 3.862, - 1811, - 4.069, - 2016, + 1016, 4.147, - 2068, - 6.773, - 2274, - 6.986, - 2464, - 5.632, - 2551, - 6.603, - 3186, + 1029, + 3.216, + 1034, + 3.356, + 1157, + 3.448, + 1182, 6.002, - 3532, + 1260, + 3.862, + 1472, + 2.94, + 1526, 4.794, - 4342, + 1592, + 4.656, + 2006, + 3.448, + 2352, + 6.603, + 2379, + 4.232, + 2602, + 5.632, + 2603, 5.355, - 4408, - 5.135, - 4436, - 7.924, - 4437, - 7.992, - 4438, - 8.45, - 4439, + 2604, 5.632, - 4643, + 2606, 5.632, - 5040, + 2640, + 4.656, + 2698, + 8.003, + 3084, + 4.534, + 3750, + 5.632, + 3888, + 4.794, + 5008, 6.563, - 5041, + 5009, 6.563, - 5042, + 5010, 6.002, - 5043, + 5011, 6.002, - 5044, + 5012, 6.563, - 5045, + 5013, 11.255, - 5046, + 5014, 6.563, - 5047, - 5.632, - 5048, - 5.632, - 5049, + 5015, 6.002, - 5050, + 5016, 6.002, - 5051, + 5017, 6.002, - 5052, + 5018, 6.002, - 5053, - 5.632, - 5054, + 5019, 5.632, - 5055, + 5020, 6.002 ] ], [ - "type/manuals/sony-playstation", + "type/manuals/texture-profiles", [ 0, 0.731 ] ], [ - "data/manuals/sony-playstation", + "data/manuals/texture-profiles", [ - 0, - 0.851, - 1, - 1.777, - 2, - 1.759, - 3, - 1.823, - 4, - 1.823, - 5, - 1.833, - 6, - 1.833, 7, - 1.556, - 8, - 1.163, - 9, - 0.59, + 1.618, 10, - 1.658, - 11, - 1.079, - 16, - 1.032, - 22, - 2.529, - 23, - 1.502, - 28, - 2.466, - 30, - 1.088, - 33, - 1.208, - 41, - 2.642, - 67, - 2.434, - 68, - 2.298, - 70, - 1.561, - 74, - 1.009, - 86, - 1.296, - 97, - 2.125, - 127, - 2.902, - 129, - 3.52, - 137, - 1.507, - 141, - 1.392, + 1.914, + 18, + 1.021, + 113, + 1.774, 150, - 3.332, - 152, - 1.892, - 157, - 4.835, - 160, - 1.244, - 161, - 1.379, - 182, - 2.788, - 184, - 3.111, - 237, - 1.599, - 247, - 1.951, - 261, - 3.605, - 270, - 3.696, - 277, - 2.341, - 298, - 3.563, - 320, - 4.602, - 349, - 4.835, - 355, - 2.951, - 393, - 2.832, - 407, - 1.439, - 432, - 3.368, - 437, - 3.002, - 438, - 3.111, - 465, - 2.243, - 493, - 2.657, - 521, - 3.563, - 547, - 2.702, - 612, - 3.232, - 633, - 2.402, - 654, - 4.032, - 659, - 2.724, - 735, - 4.088, - 765, - 4.48, - 782, - 3.962, - 808, - 2.466, - 859, - 2.269, - 891, - 3.525, - 943, - 4.088, - 969, - 5.589, - 996, - 3.962, - 1042, - 3.65, - 1122, - 3.65, - 1158, - 4.088, - 1359, - 3.962, - 1472, - 8.309, - 1660, - 2.976, - 1663, - 3.332, - 1672, - 4.023, - 1799, - 5.106, - 2076, - 5.668, - 2098, - 6.352, - 2340, - 4.928, - 2342, - 4.928, - 2424, - 5.435, - 2849, - 5.961, - 3849, - 6.352, - 4126, - 4.39, - 4258, - 7.797, - 4260, - 5.961, - 4887, - 4.965, - 4979, - 5.961, - 5056, - 9.087, - 5057, - 6.947, - 5058, - 11.436, - 5059, - 11.651, - 5060, - 7.109, - 5061, - 6.352, - 5062, - 6.352 - ] - ], - [ - "type/manuals/2dgraphics", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/2dgraphics", - [ - 0, - 1.214, - 1, - 2.535, - 2, - 2.509, - 3, - 2.601, - 4, - 2.601, - 5, - 2.615, - 6, - 2.615, - 7, - 1.244 + 2.242, + 290, + 3.446, + 334, + 5.86, + 799, + 6.44, + 923, + 4.339, + 926, + 6.468, + 935, + 4.387, + 1507, + 6.558, + 1933, + 4.712, + 2099, + 8.097, + 2120, + 6.68, + 2122, + 6.68, + 2554, + 5.298, + 4880, + 7.726, + 5021, + 8.855, + 5022, + 8.855, + 5023, + 8.855, + 5024, + 8.855, + 5025, + 8.855, + 5026, + 8.855, + 5027, + 8.855, + 5028, + 8.855, + 5029, + 8.855 ] ], [ - "type/manuals/optimization", + "type/manuals/live-update-aws", [ 0, 0.731 ] ], [ - "data/manuals/optimization", + "data/manuals/live-update-aws", [ 0, - 1.008, + 0.449, 1, - 2.104, + 0.938, 2, - 2.082, + 0.929, 3, - 2.159, + 0.963, 4, - 2.159, + 0.963, 5, - 2.17, + 0.968, 6, - 2.17, + 0.968, 7, - 1.519, + 1.499, 8, - 1.401, - 9, - 0.859, + 2.233, 10, - 1.999, - 13, - 3.623, - 14, - 5.681, - 15, - 5.681, - 16, - 0.989, - 17, - 5.418, + 0.793, 18, - 5.603, - 21, - 1.679, - 22, - 2.593, - 23, - 2.187, - 28, - 3.591, - 30, - 1.103, - 33, + 1.122, + 20, + 1.414, + 38, + 1.134, + 39, + 1.49, + 40, + 3.148, + 42, + 1.042, + 46, 1.456, - 51, - 1.543, - 71, - 2.247, + 49, + 1.983, + 52, + 2.198, + 56, + 2.232, + 59, + 1.037, + 60, + 1.021, + 62, + 3.038, + 63, + 1.778, + 77, + 1.188, + 79, + 1.03, + 91, + 1.252, 92, - 2.826, - 137, - 1.224, - 151, - 1.508, - 190, - 2.339, - 339, - 3.086, - 351, - 4.074, - 407, - 2.095, - 607, - 4.903, - 678, - 4.268, - 719, - 3.684, - 811, - 4.614, - 889, - 3.225, - 892, - 4.763, - 1039, - 5.303, - 1049, - 6.711, - 1259, - 6.204, - 1284, - 4.802, - 1289, - 4.168, - 1526, - 3.865, - 1704, - 4.852, - 1709, - 5.099, - 1965, - 5.418, - 2476, - 5.099, - 3585, - 6.711, - 4126, - 5.197, - 5063, - 7.521, - 5064, - 8.224, - 5065, - 6.711, - 5066, - 7.057, - 5067, - 8.224, - 5068, - 8.224 - ] - ], - [ - "type/manuals/extensions-debugging-android", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/extensions-debugging-android", - [ - 0, - 1.217, - 1, - 2.541, - 2, - 2.515, - 3, - 2.607, - 4, - 2.607, - 5, - 2.621, - 6, - 2.621 - ] - ], - [ - "type/manuals/webview", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/webview", - [ - 0, - 1.214, - 1, - 2.535, - 2, - 2.509, - 3, - 2.601, - 4, - 2.601, - 5, - 2.615, - 6, - 2.615, - 7, - 1.244 - ] - ], - [ - "type/manuals/iap", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/iap", - [ - 0, - 1.217, - 1, - 2.541, - 2, - 2.515, - 3, - 2.607, - 4, - 2.607, - 5, - 2.621, - 6, - 2.621 + 2.301, + 99, + 1.061, + 100, + 1.626, + 102, + 0.943, + 103, + 1.32, + 106, + 1.828, + 107, + 1.648, + 108, + 1.079, + 109, + 2.649, + 110, + 3.924, + 113, + 1.6, + 114, + 6.851, + 125, + 1.116, + 126, + 1.138, + 148, + 1.449, + 149, + 3.039, + 150, + 0.929, + 153, + 2.639, + 158, + 1.677, + 169, + 1.188, + 170, + 2.199, + 172, + 3.511, + 174, + 1.495, + 177, + 3.038, + 194, + 1.457, + 196, + 2.442, + 197, + 1.26, + 198, + 2.944, + 199, + 1.572, + 201, + 1.794, + 202, + 1.198, + 203, + 3.806, + 206, + 2.78, + 207, + 1.909, + 208, + 4.368, + 216, + 1.45, + 226, + 2.96, + 229, + 1.464, + 231, + 1.377, + 235, + 3.624, + 236, + 1.838, + 238, + 2.062, + 241, + 1.855, + 243, + 1.817, + 246, + 4.652, + 249, + 3.387, + 256, + 1.794, + 268, + 1.171, + 269, + 2.486, + 273, + 0.906, + 295, + 2.643, + 333, + 1.038, + 359, + 1.643, + 368, + 1.043, + 382, + 1.32, + 433, + 1.495, + 434, + 1.707, + 452, + 1.067, + 454, + 2.283, + 457, + 1.302, + 471, + 2.462, + 491, + 4.487, + 493, + 2.87, + 496, + 1.707, + 521, + 3.015, + 537, + 3.271, + 554, + 2.649, + 573, + 1.377, + 577, + 1.439, + 588, + 3.664, + 600, + 3.83, + 601, + 1.329, + 602, + 1.484, + 603, + 2.396, + 604, + 1.859, + 605, + 2.092, + 615, + 1.952, + 633, + 1.859, + 635, + 4.652, + 649, + 2.195, + 681, + 4.245, + 685, + 2.338, + 689, + 1.643, + 691, + 1.755, + 692, + 1.377, + 713, + 1.952, + 715, + 1.927, + 732, + 2.417, + 759, + 2.366, + 762, + 4.191, + 771, + 4.621, + 773, + 2.558, + 774, + 3.916, + 835, + 2.993, + 839, + 2.767, + 857, + 2.092, + 890, + 1.904, + 895, + 5.425, + 910, + 1.952, + 911, + 3.912, + 915, + 4.003, + 925, + 2.417, + 941, + 1.439, + 944, + 1.881, + 961, + 2.534, + 1010, + 3.774, + 1043, + 1.585, + 1052, + 4.825, + 1070, + 6.457, + 1075, + 3.556, + 1109, + 1.778, + 1264, + 4.652, + 1265, + 4.68, + 1287, + 2.603, + 1296, + 1.367, + 1322, + 1.881, + 1364, + 5.098, + 1511, + 1.978, + 1566, + 2.767, + 1632, + 2.318, + 1655, + 3.013, + 1672, + 3.092, + 1767, + 2.159, + 1901, + 2.125, + 1929, + 1.952, + 2006, + 3.013, + 2020, + 5.831, + 2049, + 3.624, + 2054, + 2.092, + 2057, + 2.318, + 2062, + 4.326, + 2084, + 2.366, + 2128, + 2.767, + 2155, + 2.366, + 2160, + 2.473, + 2164, + 1.585, + 2169, + 2.473, + 2173, + 5.404, + 2268, + 1.952, + 2320, + 2.767, + 2346, + 3.375, + 2403, + 2.603, + 2451, + 4.326, + 2778, + 4.652, + 2822, + 5.591, + 2848, + 5.761, + 3123, + 5.244, + 3134, + 2.195, + 3312, + 6.514, + 3313, + 5.761, + 3314, + 3.148, + 3315, + 10.637, + 3318, + 2.87, + 3399, + 2.534, + 3584, + 4.069, + 3681, + 5.157, + 3874, + 2.87, + 3964, + 7.301, + 4012, + 2.993, + 4066, + 3.355, + 4104, + 4.377, + 4466, + 2.534, + 4514, + 4.553, + 4886, + 9.884, + 4927, + 6.059, + 5030, + 3.669, + 5031, + 3.669, + 5032, + 7.984, + 5033, + 5.735, + 5034, + 8.663, + 5035, + 4.921, + 5036, + 5.244, + 5037, + 3.669, + 5038, + 3.669, + 5039, + 7.984, + 5040, + 5.735, + 5041, + 5.735, + 5042, + 3.669, + 5043, + 3.669, + 5044, + 3.669, + 5045, + 3.669, + 5046, + 3.355, + 5047, + 3.669, + 5048, + 5.735, + 5049, + 3.669, + 5050, + 5.735, + 5051, + 3.669 ] ], [ - "type/manuals/nintendo-switch", + "type/manuals/flash", [ 0, 0.731 ] ], [ - "data/manuals/nintendo-switch", + "data/manuals/flash", [ 0, - 0.855, - 1, - 1.786, - 2, - 1.768, - 3, - 1.833, - 4, - 1.833, - 5, - 1.842, - 6, - 1.842, + 0.27, 7, - 1.526, + 1.546, 8, - 1.166, + 1.23, 9, - 0.593, + 1.033, 10, - 1.274, + 2.032, 11, - 1.062, - 16, - 0.63, + 1.366, + 12, + 1.004, + 18, + 1.138, + 20, + 1.517, 22, - 2.684, - 23, - 1.509, - 28, - 2.479, - 30, - 1.089, - 33, - 1.212, - 41, - 2.65, - 67, - 3.194, - 68, - 2.303, - 70, - 1.569, - 71, - 1.432, - 74, - 1.195, - 86, - 1.301, - 137, - 1.51, - 141, - 1.827, - 152, - 1.901, - 157, - 3.715, - 160, - 1.251, - 182, - 2.802, - 184, - 3.127, - 237, - 2.099, - 247, - 2.028, - 261, - 3.623, - 277, - 2.353, - 298, - 3.575, - 300, - 1.952, - 320, - 4.611, - 349, - 4.851, - 355, - 2.966, - 393, - 2.846, - 407, - 1.888, - 437, - 3.017, - 438, - 3.127, - 441, - 2.43, - 465, - 2.25, - 493, - 2.968, - 521, - 3.575, - 547, - 2.711, - 612, - 3.249, - 618, - 4.502, - 633, - 2.414, - 654, - 4.285, - 659, - 2.738, - 782, - 5.79, - 808, - 2.479, - 859, - 2.281, - 891, - 3.533, - 943, - 4.109, - 969, - 5.738, - 996, - 3.982, - 1122, - 3.668, - 1284, - 3.315, - 1469, - 9.513, - 1471, - 8.058, - 1660, - 2.991, - 1663, - 3.349, - 1672, - 4.044, - 1799, - 5.123, - 2076, - 5.697, - 2080, - 4.953, - 2340, - 4.953, - 2342, - 4.953, - 2424, - 5.462, - 2847, - 5.697, - 2849, - 5.991, - 3337, - 4.502, - 3418, - 4.706, - 4175, - 5.991, - 4258, - 5.991, - 4260, - 7.823, - 4887, - 3.815, - 5061, - 6.384, - 5062, - 6.384, - 5069, - 6.384, - 5070, - 6.982 - ] - ], - [ - "type/manuals/lua", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/lua", - [ - 0, - 0.381, - 1, - 0.795, - 2, - 1.841, - 3, - 0.816, - 4, - 0.816, - 5, - 0.82, - 6, - 0.82, - 7, - 1.555, - 8, - 1.398, - 9, - 1.014, - 10, - 1.995, - 11, - 1.028, - 13, - 2.094, - 16, - 0.986, - 21, - 1.63, - 22, - 2.505, - 23, - 2.09, - 26, - 0.833, - 28, - 1.104, - 29, - 1.919, - 30, - 1.074, - 32, - 1.711, - 33, - 1.492, - 35, - 0.924, + 0.904, + 24, + 0.759, + 36, + 1.576, + 38, + 1.129, + 39, + 1.146, 41, - 2.114, + 1.156, 42, - 0.741, + 1.687, + 43, + 0.623, + 44, + 1.272, 46, - 1.399, + 1.681, + 47, + 1.364, 48, - 1.399, - 51, - 1.864, + 0.696, + 49, + 1.71, + 50, + 0.665, + 52, + 1.613, 54, - 2.252, + 1.045, + 56, + 1.186, + 57, + 1.518, + 59, + 0.975, 60, - 2.05, + 0.334, 62, - 2.34, + 1.796, 63, - 2.412, - 67, - 1.762, - 68, - 2.04, + 4.386, + 66, + 0.774, + 69, + 2.066, 70, - 1.422, - 71, - 2.084, - 74, - 0.999, + 0.927, + 72, + 1.255, + 75, + 0.968, 77, - 1.592, + 2.091, + 78, + 0.533, + 79, + 0.998, + 83, + 0.774, 86, - 1.575, + 0.989, + 87, + 1.925, + 90, + 1.396, 91, - 2.427, + 1.688, + 92, + 1.764, + 93, + 0.774, 94, - 1.739, - 95, - 2.005, + 0.559, + 96, + 2.627, 97, - 1.937, + 2.616, 99, - 2.079, + 1.009, 100, - 5.027, + 1.801, 102, - 3.264, - 104, - 2.941, + 1.847, + 103, + 1.819, + 105, + 1.222, 106, - 1.228, + 1.572, + 107, + 1.367, + 108, + 1.108, + 110, + 0.475, 111, - 2.674, + 0.919, + 113, + 0.881, + 116, + 1.925, 117, - 2.975, + 0.707, + 119, + 1.115, 121, - 0.879, - 135, - 2.375, - 137, - 1.511, + 1.008, + 122, + 1.69, + 125, + 0.365, + 126, + 1.865, + 128, + 0.595, + 130, + 2.677, + 132, + 0.413, 140, - 1.433, + 1.737, 141, - 1.712, - 144, - 1.613, + 1.829, + 143, + 0.582, + 146, + 1.078, + 148, + 1.97, 149, - 2.264, + 1.882, + 150, + 2.0, 151, - 1.464, - 152, - 1.369, + 0.498, + 153, + 1.793, 158, - 2.147, - 159, - 1.167, + 0.351, 160, - 1.912, - 161, - 1.785, + 1.605, + 165, + 1.675, 166, - 1.762, + 0.564, + 168, + 0.631, + 169, + 1.365, + 170, + 2.855, + 171, + 3.201, 172, - 2.992, - 179, - 1.54, - 184, - 1.393, + 0.968, + 175, + 1.328, + 177, + 2.016, + 178, + 0.447, 186, - 2.174, - 190, - 1.43, - 193, - 0.656, - 224, - 2.475, - 236, - 1.594, + 1.275, + 194, + 2.051, + 196, + 0.415, + 197, + 0.413, + 198, + 1.027, + 199, + 2.119, + 200, + 1.34, + 201, + 1.938, + 202, + 0.719, + 206, + 0.582, + 207, + 0.4, + 210, + 0.486, + 212, + 0.559, + 215, + 2.72, + 217, + 0.852, + 221, + 1.031, + 226, + 0.848, + 227, + 2.547, + 228, + 0.935, + 229, + 1.265, + 230, + 2.173, + 231, + 0.451, 237, - 0.716, + 2.026, + 239, + 0.528, + 240, + 1.25, + 241, + 1.692, + 243, + 0.595, 244, - 1.634, + 1.699, 247, - 0.913, + 1.247, 248, - 1.406, - 255, - 2.206, + 1.317, + 249, + 1.056, + 250, + 3.202, + 251, + 1.404, 256, - 1.861, + 1.22, + 257, + 0.87, + 259, + 0.852, + 260, + 1.027, + 261, + 0.935, 263, - 1.771, + 0.658, 264, - 1.406, + 0.731, + 266, + 1.951, + 268, + 1.108, + 269, + 1.122, + 271, + 1.142, 273, - 1.21, - 277, - 1.048, + 1.896, + 274, + 1.295, + 280, + 0.863, 281, - 1.558, + 2.726, + 285, + 0.538, 290, - 1.082, - 291, - 2.175, - 297, - 0.974, - 300, - 0.666, - 301, - 2.519, - 302, - 1.167, - 303, - 1.299, - 308, - 3.729, - 317, - 1.167, - 328, - 1.461, + 0.467, + 294, + 2.15, + 295, + 1.014, + 306, + 0.968, + 309, + 0.707, + 314, + 3.365, + 324, + 0.685, + 330, + 0.383, + 331, + 0.852, + 332, + 0.4, + 333, + 1.399, 339, - 1.887, + 0.94, + 341, + 1.067, + 342, + 0.538, 343, - 0.884, - 350, - 1.035, - 351, - 3.602, - 362, - 2.873, - 364, - 2.033, - 369, - 2.006, + 1.364, + 345, + 1.477, + 347, + 0.774, + 353, + 0.482, + 358, + 0.553, + 359, + 0.986, + 360, + 0.94, + 367, + 0.98, + 368, + 0.626, + 371, + 1.156, 380, - 1.747, - 381, - 1.393, - 384, - 1.321, - 386, - 1.654, - 393, - 1.267, - 407, - 1.041, - 411, - 1.447, - 412, - 1.613, - 417, - 1.507, - 431, - 1.893, + 0.781, + 382, + 1.096, + 385, + 0.675, + 387, + 0.776, + 389, + 0.665, + 390, + 1.588, + 392, + 1.54, + 400, + 0.81, + 402, + 1.621, + 426, + 1.608, + 427, + 1.796, + 428, + 0.719, + 433, + 1.537, + 434, + 0.559, 441, - 1.082, + 1.103, + 452, + 2.356, 453, - 2.975, - 465, - 1.562, - 469, - 1.928, - 491, - 2.644, + 0.696, + 454, + 2.333, + 456, + 1.186, + 457, + 0.426, + 464, + 1.722, + 470, + 0.94, + 471, + 1.926, + 472, + 1.404, + 473, + 0.528, + 479, + 0.826, + 489, + 1.024, + 490, + 1.272, 493, - 0.909, + 0.94, + 497, + 0.616, + 498, + 2.298, + 500, + 0.438, + 501, + 0.906, + 504, + 1.115, + 506, + 0.731, + 509, + 3.863, + 510, + 1.385, 511, - 2.148, - 514, - 1.785, - 538, - 1.393, - 547, - 0.924, + 0.639, + 513, + 1.142, + 516, + 2.666, + 517, + 1.031, + 521, + 1.53, + 523, + 1.142, + 524, + 0.737, + 532, + 0.877, + 534, + 0.564, + 535, + 0.877, + 536, + 0.791, + 542, + 1.031, + 543, + 0.883, + 552, + 1.307, 554, - 1.663, + 0.826, + 555, + 1.181, 556, - 2.537, + 0.494, + 561, + 1.567, + 565, + 0.877, 568, - 1.278, - 569, - 2.871, - 570, - 4.981, - 576, - 2.34, - 583, - 2.873, - 590, - 1.028, - 607, - 2.437, - 615, - 1.801, - 616, - 1.594, - 636, - 2.622, + 2.119, + 573, + 0.451, + 574, + 0.576, + 577, + 1.194, + 580, + 0.759, + 581, + 1.642, + 582, + 1.854, + 588, + 0.623, + 591, + 0.791, + 598, + 1.419, + 600, + 2.109, + 601, + 0.435, + 602, + 0.486, + 620, + 1.142, + 622, + 0.582, + 629, + 2.075, + 630, + 1.098, 644, - 2.609, - 654, - 2.002, + 0.595, + 659, + 0.685, + 660, + 0.719, 666, - 2.482, - 667, - 2.868, + 0.791, + 669, + 0.745, + 673, + 0.696, + 675, + 1.168, + 676, + 1.721, + 677, + 1.014, 678, - 1.613, - 694, - 1.38, - 696, - 2.096, - 700, - 2.295, - 717, - 1.801, - 726, - 2.835, - 749, - 1.576, - 750, - 2.668, - 758, - 1.344, - 759, - 1.773, - 764, - 4.17, - 776, - 2.231, - 777, - 2.148, - 792, - 1.142, + 0.81, + 683, + 0.51, + 685, + 0.49, + 686, + 2.926, + 687, + 1.295, + 689, + 0.538, + 691, + 1.661, + 692, + 0.451, + 701, + 0.631, + 703, + 0.471, + 704, + 0.774, + 710, + 0.582, + 712, + 0.81, + 713, + 1.171, + 716, + 0.685, + 728, + 0.589, + 729, + 0.696, + 735, + 0.576, + 737, + 1.483, + 744, + 1.477, + 746, + 2.604, + 751, + 0.486, + 765, + 0.771, + 766, + 0.94, + 773, + 1.792, + 775, + 0.665, + 785, + 1.255, + 787, + 0.877, + 791, + 0.877, 793, - 1.576, - 795, - 1.801, - 858, - 0.985, - 867, - 2.437, - 871, - 2.345, - 882, - 2.675, - 884, - 2.825, - 889, - 1.972, - 891, - 3.258, + 1.024, + 827, + 0.696, + 828, + 0.707, + 829, + 0.98, + 832, + 1.808, + 841, + 3.235, + 849, + 0.533, + 852, + 2.104, + 854, + 0.665, + 857, + 0.685, + 859, + 2.477, + 860, + 1.544, + 861, + 2.541, + 866, + 0.447, + 878, + 1.419, + 880, + 0.582, + 885, + 2.295, + 894, + 0.87, + 898, + 0.781, 901, - 1.613, - 908, - 2.005, - 909, - 1.447, + 0.519, + 905, + 1.793, + 907, + 0.791, + 911, + 0.665, + 913, + 1.925, 914, - 1.83, - 916, - 2.005, - 932, - 2.668, - 972, - 1.747, - 985, - 2.668, - 1009, - 2.959, - 1036, - 2.271, - 1040, - 2.048, - 1042, - 1.634, - 1044, - 2.917, - 1045, - 1.558, - 1054, - 1.801, - 1056, - 2.432, - 1071, - 2.206, - 1081, - 4.314, - 1095, - 1.86, - 1124, - 2.432, - 1149, - 2.096, - 1160, - 2.918, - 1165, - 2.345, - 1181, - 2.432, - 1184, - 2.345, - 1203, - 2.096, - 1213, - 2.668, - 1217, - 1.801, - 1219, - 1.676, - 1225, - 3.567, - 1227, - 1.523, - 1234, - 1.523, - 1239, - 1.192, - 1251, - 1.576, - 1273, + 2.752, + 915, + 1.446, + 917, + 0.995, + 918, + 0.576, + 919, + 1.129, + 920, 1.722, - 1274, - 3.177, - 1276, - 3.389, - 1277, - 3.672, - 1279, - 2.048, - 1330, - 2.048, - 1340, - 4.699, - 1352, - 1.893, - 1355, - 1.86, - 1362, - 2.096, - 1369, - 1.491, - 1397, - 3.312, - 1404, - 3.242, - 1465, - 1.576, - 1500, - 5.092, - 1510, - 1.676, - 1516, - 1.089, - 1520, - 1.893, - 1521, - 4.595, - 1526, - 2.363, - 1529, - 2.271, + 923, + 0.589, + 931, + 2.926, + 935, + 0.595, + 936, + 0.791, + 939, + 0.595, + 940, + 0.98, + 941, + 1.194, + 944, + 1.562, + 946, + 0.877, + 948, + 0.475, + 949, + 1.031, + 959, + 0.639, + 960, + 0.548, + 962, + 4.597, + 963, + 2.06, + 969, + 1.854, + 978, + 2.467, + 979, + 0.543, + 980, + 2.431, + 991, + 1.34, + 997, + 0.877, + 1002, + 2.689, + 1003, + 3.212, + 1006, + 1.561, + 1007, + 3.511, + 1010, + 0.494, + 1025, + 1.49, + 1029, + 1.078, + 1031, + 0.877, + 1034, + 2.082, + 1039, + 0.647, + 1043, + 1.316, + 1066, + 0.471, + 1071, + 2.508, + 1079, + 1.067, + 1090, + 0.559, + 1093, + 1.793, + 1104, + 0.766, + 1107, + 1.509, + 1109, + 1.067, + 1114, + 0.774, + 1127, + 0.877, + 1129, + 1.031, + 1133, + 0.631, + 1153, + 1.772, + 1158, + 2.501, + 1166, + 0.696, + 1173, + 1.078, + 1180, + 0.656, + 1183, + 0.94, + 1184, + 1.391, + 1185, + 1.098, + 1187, + 1.52, + 1202, + 1.79, + 1211, + 0.877, + 1219, + 0.731, + 1221, + 0.595, + 1224, + 2.372, + 1230, + 1.098, + 1245, + 0.81, + 1253, + 1.712, + 1257, + 1.888, + 1258, + 1.45, + 1259, + 1.925, + 1260, + 0.707, + 1261, + 0.731, + 1267, + 0.83, + 1283, + 1.202, + 1285, + 0.906, + 1289, + 1.888, + 1290, + 0.94, + 1291, + 2.256, + 1293, + 1.66, + 1295, + 1.65, + 1296, + 2.454, + 1298, + 1.925, + 1306, + 0.759, + 1307, + 1.364, + 1314, + 0.81, + 1322, + 0.616, + 1323, + 1.272, + 1327, + 0.81, + 1329, + 0.719, + 1332, + 2.0, + 1337, + 2.431, + 1364, + 1.295, + 1378, + 0.731, + 1379, + 1.417, + 1385, + 2.675, + 1401, + 0.731, + 1421, + 0.731, + 1431, + 0.94, + 1437, + 0.906, + 1455, + 1.561, + 1457, + 0.707, + 1459, + 0.49, + 1463, + 1.854, + 1479, + 0.707, + 1485, + 0.791, + 1486, + 1.561, + 1490, + 0.94, + 1492, + 1.364, + 1511, + 0.647, + 1512, + 1.031, 1532, - 1.893, - 1542, - 2.345, + 0.774, 1543, - 2.345, - 1547, - 2.668, - 1553, - 2.537, - 1559, - 2.096, - 1569, - 1.097, - 1576, - 3.312, - 1577, - 2.148, - 1579, - 3.117, + 0.707, + 1546, + 1.581, + 1574, + 0.731, 1583, - 1.83, - 1586, - 1.491, + 0.98, 1588, - 3.242, - 1596, - 1.722, + 1.078, + 1594, + 0.685, + 1597, + 1.275, 1602, - 2.345, - 1609, - 1.928, - 1611, - 1.83, - 1636, - 1.634, - 1642, - 1.928, - 1660, - 1.332, + 1.493, + 1604, + 0.631, + 1606, + 1.295, + 1607, + 1.275, + 1617, + 0.94, + 1621, + 0.609, + 1622, + 1.561, + 1623, + 0.83, + 1625, + 4.047, + 1628, + 3.182, + 1629, + 1.689, + 1637, + 0.774, + 1648, + 0.685, + 1654, + 0.98, + 1655, + 0.631, 1662, - 2.317, - 1663, - 1.491, - 1684, - 4.791, - 1695, - 1.507, - 1704, - 3.488, - 1716, - 2.537, - 1728, - 3.793, - 1747, - 2.537, - 1766, - 2.537, - 1776, - 1.634, - 1782, - 2.345, - 1784, - 1.447, + 0.528, + 1668, + 1.889, + 1675, + 0.647, + 1681, + 0.943, + 1693, + 1.483, + 1697, + 1.419, + 1698, + 1.364, + 1713, + 0.631, + 1720, + 1.722, + 1724, + 1.446, + 1793, + 0.774, + 1804, + 2.109, + 1807, + 1.808, + 1811, + 0.877, + 1812, + 0.83, 1814, - 1.476, - 1822, - 1.15, - 1856, - 4.314, - 1898, - 1.257, - 1922, - 2.048, - 1973, - 2.642, - 2069, - 2.271, - 2079, - 1.699, - 2144, - 1.928, - 2146, - 2.096, - 2161, - 2.048, - 2174, - 2.843, - 2241, - 2.843, - 2269, - 2.271, - 2273, - 3.473, - 2332, - 2.345, - 2419, - 2.345, - 2479, - 2.345, - 2504, - 3.567, - 2587, - 1.699, - 2601, - 1.83, - 2612, - 2.668, + 0.543, + 1815, + 0.94, + 1847, + 0.877, + 1871, + 1.828, + 1877, + 0.98, + 1882, + 0.533, + 1884, + 0.51, + 1886, + 1.66, + 1887, + 2.013, + 1888, + 0.98, + 1889, + 3.011, + 1892, + 1.66, + 1893, + 0.719, + 1894, + 0.791, + 1895, + 1.391, + 1902, + 0.791, + 1916, + 1.031, + 1923, + 1.098, + 1926, + 0.791, + 1928, + 0.647, + 1931, + 0.647, + 1932, + 0.791, + 1946, + 0.877, + 1948, + 1.621, + 1966, + 0.81, + 2006, + 1.981, + 2028, + 0.81, + 2030, + 0.81, + 2049, + 0.759, + 2057, + 0.759, + 2082, + 0.852, + 2095, + 1.317, + 2096, + 3.007, + 2131, + 1.608, + 2147, + 1.098, + 2160, + 0.81, + 2175, + 1.45, + 2181, + 1.031, + 2182, + 1.129, + 2184, + 3.317, + 2189, + 0.665, + 2192, + 0.83, + 2200, + 0.877, + 2213, + 1.031, + 2220, + 3.735, + 2236, + 0.745, + 2240, + 1.098, + 2262, + 0.94, + 2271, + 0.94, + 2299, + 2.604, + 2310, + 3.612, + 2312, + 5.42, + 2316, + 1.608, + 2335, + 0.774, + 2354, + 0.852, + 2374, + 1.889, + 2375, + 0.94, + 2377, + 0.852, + 2433, + 2.256, + 2441, + 0.631, + 2472, + 0.81, + 2482, + 0.98, + 2498, + 4.248, + 2506, + 3.366, + 2507, + 1.317, + 2509, + 2.256, + 2511, + 1.031, + 2512, + 1.031, + 2516, + 2.675, + 2518, + 0.94, + 2524, + 0.774, + 2555, + 0.759, + 2582, + 1.764, + 2591, + 0.81, 2639, - 2.668, - 2643, - 2.537, - 2644, - 3.934, - 2645, - 2.048, - 2648, - 2.843, - 2671, - 1.747, - 2691, - 2.148, - 2756, - 1.893, - 2763, - 3.854, - 2764, - 2.668, - 2786, - 1.801, - 2844, - 2.345, - 2846, - 2.148, - 2866, - 2.668, - 2920, - 2.206, - 2947, - 1.893, - 3076, - 2.345, - 3176, - 2.537, - 3228, - 2.843, + 2.486, + 2670, + 1.031, + 2675, + 0.98, + 2678, + 0.94, + 2692, + 3.612, + 2738, + 0.774, + 2740, + 0.98, + 2750, + 0.759, + 2778, + 0.791, + 2785, + 1.796, + 2807, + 0.906, + 2818, + 1.796, + 2821, + 0.877, + 2837, + 0.759, + 2869, + 0.98, + 2871, + 1.255, + 2872, + 1.561, + 2876, + 0.83, + 2877, + 0.906, + 2904, + 1.796, + 2955, + 0.685, + 2969, + 0.906, + 3046, + 0.94, + 3073, + 0.906, + 3077, + 1.098, + 3087, + 1.419, + 3094, + 1.52, + 3101, + 2.013, + 3121, + 1.722, + 3144, + 1.483, + 3159, + 0.94, + 3182, + 0.906, + 3241, + 0.98, + 3252, + 0.81, + 3311, + 2.779, + 3337, + 0.98, + 3351, + 3.44, + 3379, + 0.94, + 3382, + 1.889, 3389, - 2.432, - 3453, - 2.345, - 3556, - 1.613, - 3571, - 2.537, - 3590, - 2.206, - 3671, - 2.668, - 3799, - 2.432, - 3802, - 2.148, - 3825, - 2.345, - 3826, - 2.432, - 3833, - 4.103, - 3871, - 2.345, - 3934, - 1.893, - 4014, - 2.668, - 4046, - 2.271, - 4127, - 2.668, - 4286, - 4.103, - 4287, - 4.598, - 4324, - 2.843, - 4376, - 2.271, - 4496, - 3.793, - 4578, - 2.537, - 4613, - 2.537, - 4771, - 1.747, - 4883, - 2.668, + 0.98, + 3391, + 0.98, + 3394, + 1.031, + 3401, + 0.98, + 3410, + 0.98, + 3427, + 0.94, + 3625, + 1.889, + 3638, + 0.906, + 3679, + 0.906, + 3691, + 0.83, + 3727, + 1.317, + 3733, + 1.722, + 3776, + 1.66, + 3781, + 1.031, + 3795, + 0.98, + 3797, + 0.774, + 3850, + 0.906, + 3854, + 0.906, + 3864, + 0.94, + 3897, + 1.391, + 3901, + 0.98, + 3924, + 0.877, + 3925, + 0.906, + 3940, + 1.098, + 3972, + 0.647, + 3984, + 0.675, + 4002, + 0.94, + 4007, + 1.796, + 4011, + 1.098, + 4017, + 0.94, + 4104, + 2.337, + 4169, + 1.098, + 4207, + 0.83, + 4227, + 0.94, + 4233, + 0.98, + 4240, + 4.658, + 4259, + 1.889, + 4275, + 2.013, + 4283, + 1.098, + 4296, + 2.383, + 4318, + 1.031, + 4356, + 0.98, + 4369, + 0.94, + 4392, + 0.94, + 4442, + 2.486, + 4454, + 0.94, + 4466, + 0.83, + 4469, + 1.098, + 4505, + 0.877, + 4507, + 6.592, + 4532, + 0.98, + 4801, + 1.031, + 4887, + 1.098, + 4930, + 1.098, + 5052, + 1.098, + 5053, + 6.024, + 5054, + 7.901, + 5055, + 1.201, + 5056, + 1.201, + 5057, + 9.398, + 5058, + 3.77, + 5059, + 7.738, + 5060, + 1.201, + 5061, + 1.201, + 5062, + 1.201, + 5063, + 1.098, + 5064, + 1.201, + 5065, + 0.94, + 5066, + 1.201, + 5067, + 1.201, + 5068, + 1.201, + 5069, + 1.201, + 5070, + 1.201, 5071, - 2.843, + 1.201, 5072, - 2.668, + 1.201, 5073, - 3.109, + 4.397, 5074, - 2.843, + 1.201, 5075, - 4.598, + 1.098, 5076, - 2.668, + 0.94, 5077, - 2.537, + 1.201, 5078, - 2.537, + 1.201, 5079, - 3.109, + 1.201, 5080, - 5.028, + 1.201, 5081, - 3.109, + 2.201, 5082, - 2.843, + 1.201, 5083, - 2.843, + 1.201, 5084, - 2.668, + 1.201, 5085, - 3.109, + 1.201, 5086, - 2.843, + 3.046, 5087, - 2.843, + 1.201, 5088, - 3.109, + 1.201, 5089, - 3.109, + 1.201, 5090, - 3.109, + 3.77, 5091, - 3.109, + 2.013, 5092, - 2.843, + 3.046, 5093, - 3.109, + 1.031, 5094, - 2.668, + 1.796, 5095, - 6.33, + 1.201, 5096, - 3.109, + 1.201, 5097, - 5.028, + 1.201, 5098, - 5.028, + 2.013, 5099, - 7.272, + 1.201, 5100, - 3.109, + 2.383, 5101, - 3.109, + 1.201, 5102, - 2.843, + 1.098, 5103, - 2.843, + 1.201, 5104, - 2.843, + 1.201, 5105, - 3.109, + 1.201, 5106, - 3.109, + 1.201, 5107, - 5.028, + 1.201, 5108, - 2.843, + 3.046, 5109, - 1.965, + 1.098, 5110, - 2.843, + 1.201, 5111, - 3.109, + 1.201, 5112, - 2.843, + 1.201, 5113, - 4.314, + 0.98, 5114, - 5.028, + 1.201, 5115, - 2.537, + 1.201, 5116, - 3.109, + 2.486, 5117, - 2.843, + 2.201, 5118, - 3.109, + 2.013, 5119, - 3.109, + 1.201, 5120, - 3.109, + 0.877, 5121, - 3.109, + 1.201, 5122, - 3.109, + 1.201, 5123, - 3.109, + 1.201, 5124, - 3.109 - ] - ], - [ - "type/manuals/file-access", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/file-access", - [ - 7, - 1.589, - 8, - 0.82, - 9, - 0.884, - 11, - 1.031, - 16, - 0.98, - 22, - 2.361, - 29, - 1.936, - 30, - 1.073, - 33, - 1.293, - 41, - 1.864, - 46, - 1.784, - 51, - 1.203, - 52, - 2.134, - 63, - 3.075, - 70, - 1.936, - 71, - 1.768, - 74, - 0.957, - 86, - 1.549, - 91, - 3.304, - 97, - 2.636, - 111, - 2.147, - 137, - 0.954, - 141, - 2.085, - 151, - 1.58, - 158, - 2.175, - 160, - 1.148, - 161, - 1.273, - 191, - 1.623, - 196, - 2.175, - 247, - 1.164, - 251, - 3.773, - 263, - 3.248, - 277, - 2.904, - 295, - 3.176, - 302, - 4.532, - 309, - 3.176, - 318, - 2.614, - 346, - 2.495, - 350, - 3.239, - 356, - 4.134, - 384, - 2.723, - 395, - 4.588, - 402, - 2.77, - 427, - 4.177, - 437, - 2.77, - 465, - 1.583, - 493, - 1.874, - 514, - 2.276, - 521, - 2.514, - 554, - 2.121, - 570, - 3.552, - 616, - 3.287, - 644, - 3.327, - 660, - 3.503, - 666, - 2.514, - 669, - 4.366, - 670, - 3.287, - 702, - 4.133, - 714, - 2.533, - 758, - 3.723, - 793, - 3.249, - 802, - 3.212, - 803, - 4.914, - 811, - 2.7, - 817, - 6.5, - 859, - 2.815, - 866, - 3.691, - 901, - 3.327, - 909, - 2.983, - 969, - 5.363, - 1153, - 5.246, - 1160, - 3.457, - 1173, - 2.954, - 1191, - 2.82, - 1234, - 3.142, - 1347, - 4.837, - 1352, - 3.903, - 1369, - 3.075, - 1504, - 5.155, - 1596, - 3.552, - 1599, - 3.657, - 1663, - 3.075, - 1669, - 3.975, - 1678, - 2.514, - 1680, - 3.975, - 1701, - 5.676, - 1758, - 5.178, - 1770, - 5.232, - 1799, - 3.603, - 1868, - 3.603, - 2046, - 3.603, - 2078, - 4.224, - 2154, - 5.501, - 2296, - 4.837, - 2326, - 5.501, - 2331, - 5.863, - 2334, - 4.683, - 2392, - 3.773, - 2647, - 4.837, - 2760, - 5.676, - 2778, - 7.031, - 2798, - 5.232, - 3044, - 4.683, - 3609, - 8.929, - 3617, - 5.501, - 4109, - 4.052, - 5078, - 5.232, + 3.77, 5125, - 5.016, + 3.77, 5126, - 5.232, + 2.201, 5127, - 5.863, + 2.785, 5128, - 6.5, + 1.201, 5129, - 6.411, + 2.201, 5130, - 6.411, + 1.66, 5131, - 6.411, + 1.201, 5132, - 5.232 + 1.201, + 5133, + 1.201, + 5134, + 1.201, + 5135, + 1.201, + 5136, + 1.098, + 5137, + 1.201, + 5138, + 1.201, + 5139, + 1.031, + 5140, + 1.201, + 5141, + 1.201, + 5142, + 1.031, + 5143, + 1.201, + 5144, + 1.201, + 5145, + 1.201, + 5146, + 0.94, + 5147, + 2.614, + 5148, + 1.201, + 5149, + 0.98, + 5150, + 1.201, + 5151, + 0.852, + 5152, + 1.201, + 5153, + 1.031, + 5154, + 1.201, + 5155, + 1.098, + 5156, + 0.906, + 5157, + 1.201, + 5158, + 1.201, + 5159, + 1.031, + 5160, + 1.201, + 5161, + 0.94, + 5162, + 2.614, + 5163, + 0.94, + 5164, + 3.046, + 5165, + 2.201, + 5166, + 1.201, + 5167, + 1.098, + 5168, + 1.031, + 5169, + 1.098, + 5170, + 2.013, + 5171, + 0.98, + 5172, + 1.098 ] ], [ - "type/manuals/editor-scripts", + "type/manuals/lua", [ 0, 0.731 ] ], [ - "data/manuals/editor-scripts", + "data/manuals/lua", [ 0, - 0.136, + 0.381, 1, - 0.284, + 0.795, 2, - 1.186, + 1.841, 3, - 0.291, + 0.816, 4, - 0.291, + 0.816, 5, - 0.293, + 0.82, 6, - 0.293, + 0.82, 7, - 1.558, + 1.555, 8, - 1.386, + 1.771, 9, - 0.993, + 2.147, 10, - 1.018, - 11, - 1.0, - 13, - 1.372, - 16, - 0.996, - 21, - 1.674, - 22, - 2.357, - 23, - 2.004, - 26, - 1.255, - 27, - 0.702, - 28, - 0.727, - 29, - 1.76, - 30, - 1.069, - 32, - 1.675, - 33, - 1.454, - 37, - 0.493, + 2.09, + 18, + 1.074, + 20, + 1.492, + 36, + 1.592, 38, - 0.633, + 0.999, 39, - 3.24, - 40, - 1.479, + 0.656, 41, - 1.622, + 1.634, 42, - 1.421, + 0.913, 44, - 2.392, + 1.299, 46, - 0.57, + 1.575, 47, - 3.645, - 48, - 1.435, - 49, - 0.397, - 50, - 3.575, + 1.393, 51, - 1.626, + 2.271, 52, - 0.681, - 53, - 0.716, - 54, - 0.497, + 2.475, + 55, + 1.491, + 56, + 1.21, + 57, + 1.398, + 59, + 0.986, + 60, + 1.399, 62, - 1.326, - 67, - 1.807, - 68, - 2.053, - 70, - 1.339, - 71, - 1.962, - 72, - 0.809, - 73, - 2.041, - 74, - 1.098, + 1.663, 77, - 1.728, - 82, - 1.269, - 86, - 1.64, - 87, - 0.848, - 91, - 2.538, - 92, - 0.703, - 94, - 2.18, + 1.041, + 78, + 2.231, + 79, + 1.014, + 90, + 0.741, + 96, + 2.006, 97, - 1.824, - 98, - 1.497, + 2.871, 99, - 2.553, - 101, - 0.972, - 102, - 2.424, - 104, - 0.449, - 110, - 1.558, - 111, - 2.4, - 117, - 3.055, - 119, - 1.493, + 1.028, + 100, + 1.864, + 103, + 0.716, + 106, + 1.912, + 107, + 1.711, + 108, + 1.861, + 109, + 1.887, + 113, + 1.712, 121, - 1.173, - 123, - 1.697, - 135, - 1.935, - 137, - 1.165, + 2.094, + 122, + 2.264, + 126, + 1.785, 141, - 1.569, - 146, - 1.126, - 147, - 2.454, - 149, - 0.887, - 151, - 1.503, - 152, - 1.52, + 1.15, + 142, + 0.924, + 148, + 2.084, + 153, + 2.505, 158, - 2.512, - 159, - 0.768, + 0.909, 160, - 1.82, + 3.264, 161, - 1.915, - 162, - 0.733, + 2.096, + 165, + 2.079, 166, - 0.389, - 172, - 0.307, - 173, - 1.101, - 175, - 0.901, - 181, - 0.449, - 182, - 1.422, - 184, - 1.276, - 186, - 1.885, - 190, - 0.582, - 191, - 1.931, - 193, - 1.563, + 2.975, + 167, + 2.941, + 169, + 1.511, + 171, + 5.092, + 178, + 2.975, + 194, + 1.995, 196, - 1.588, + 1.739, + 197, + 2.175, 198, - 1.947, - 217, - 0.446, - 218, - 1.359, - 224, - 1.142, - 228, - 0.944, - 234, - 1.813, - 237, - 1.888, - 244, - 1.076, + 1.369, + 201, + 1.422, + 210, + 2.033, + 214, + 2.345, + 226, + 1.399, + 227, + 1.801, + 229, + 1.464, + 230, + 1.082, + 231, + 1.167, + 240, + 0.884, + 241, + 0.666, 247, - 0.518, - 248, - 0.502, + 1.028, 256, - 0.838, + 1.919, + 260, + 1.048, 263, - 2.191, - 267, - 0.953, + 2.174, + 265, + 2.048, 268, - 2.712, + 1.63, + 269, + 2.04, 273, - 0.797, - 277, - 0.374, - 278, - 0.626, + 1.562, 281, - 0.556, - 282, - 0.583, - 283, - 2.102, - 290, - 1.444, - 291, - 1.217, - 293, - 0.822, - 294, - 2.622, - 295, - 3.124, - 297, - 0.892, - 298, - 0.435, - 300, - 1.912, - 301, - 0.556, - 302, - 2.939, - 303, - 1.19, - 308, - 0.569, + 1.928, + 285, + 2.252, 309, - 0.55, - 313, - 1.063, - 316, - 1.99, + 5.027, 317, - 1.329, - 318, - 2.814, - 325, - 0.731, - 328, - 0.522, - 336, - 1.617, - 337, - 0.405, - 339, - 1.557, - 343, - 1.007, - 346, - 2.687, - 347, - 0.982, - 349, - 1.09, + 1.83, + 332, + 1.035, + 333, + 0.879, 350, - 1.984, + 1.86, 351, - 0.55, - 355, - 0.87, - 364, - 1.894, - 370, - 0.838, - 371, - 0.811, - 373, - 1.09, - 380, - 1.151, - 384, - 1.21, - 386, - 1.885, - 388, - 1.414, - 391, - 2.035, - 393, - 1.161, - 394, - 1.014, - 398, - 0.748, - 400, - 1.412, - 402, - 1.793, - 406, - 2.49, - 407, - 1.849, - 408, - 0.811, - 412, - 0.576, + 1.613, + 353, + 2.918, + 368, + 1.43, + 382, + 2.873, + 387, + 1.773, + 392, + 1.762, + 411, + 2.609, 414, - 0.869, - 416, - 1.381, - 417, - 0.538, - 418, - 0.702, - 425, - 1.063, - 427, - 0.993, + 2.048, 429, - 1.858, - 430, - 1.326, - 431, - 1.735, + 2.437, 433, - 0.748, + 2.05, 434, - 1.349, - 435, - 0.748, - 437, - 0.48, - 440, - 0.544, + 1.447, + 436, + 4.791, 441, - 1.444, - 442, - 1.32, - 449, - 0.702, + 1.558, + 452, + 2.114, 453, - 0.522, + 1.801, 454, - 0.848, - 460, - 2.701, - 465, - 1.556, - 466, - 0.791, - 469, - 1.591, - 473, - 1.755, - 478, - 0.855, - 479, - 1.014, - 481, - 2.366, - 491, - 0.464, - 492, - 1.161, - 493, - 1.631, - 494, - 0.906, - 501, - 1.766, - 506, - 0.838, - 509, - 1.151, - 520, - 2.513, + 2.002, + 457, + 1.104, + 471, + 0.833, + 496, + 1.447, + 497, + 1.594, + 504, + 1.576, + 510, + 1.142, 521, - 0.435, - 523, - 1.649, + 1.082, 524, - 0.556, - 525, - 1.062, - 533, - 1.104, - 538, - 0.917, - 547, - 0.609, + 2.674, + 534, + 1.461, + 550, + 2.34, + 552, + 0.924, 554, - 1.549, - 568, - 0.456, - 569, - 2.505, - 570, - 1.578, - 575, - 0.869, - 576, - 1.326, - 581, - 0.665, + 1.167, + 555, + 0.974, + 561, + 0.985, + 563, + 4.595, + 567, + 1.613, + 573, + 1.167, + 577, + 2.482, + 579, + 2.519, 583, - 1.025, - 590, - 0.942, - 594, - 0.456, - 595, - 1.032, - 599, - 0.527, - 607, - 1.381, - 615, - 0.643, - 624, - 0.556, - 631, - 0.688, - 633, - 3.975, + 1.928, + 593, + 2.432, + 608, + 3.602, + 619, + 2.345, + 622, + 2.437, + 627, + 1.801, 636, - 0.46, - 644, - 2.43, - 646, - 0.607, - 647, - 0.664, - 654, - 1.864, - 655, - 2.268, - 659, - 2.595, - 669, - 1.038, - 674, - 0.731, - 676, - 1.349, + 1.928, + 648, + 1.507, + 672, + 1.447, + 677, + 2.917, + 679, + 1.393, 680, - 0.809, - 682, - 2.346, + 1.634, + 685, + 1.267, 687, - 0.767, - 688, - 0.583, - 694, - 0.493, - 697, - 0.414, - 700, - 1.617, - 706, - 0.716, - 714, - 1.85, - 719, - 0.497, - 720, - 0.702, - 724, - 0.615, - 726, - 2.097, - 728, - 1.038, - 730, - 0.716, - 733, - 0.688, + 1.83, + 689, + 2.835, + 691, + 1.937, + 695, + 1.406, + 702, + 1.558, + 703, + 1.972, + 729, + 1.801, 735, - 0.653, - 737, - 0.417, - 738, - 0.643, - 748, - 0.767, - 756, - 0.55, - 758, - 0.48, - 759, - 2.102, - 767, - 5.361, - 776, - 0.493, - 783, - 1.104, - 785, - 0.731, - 792, - 1.047, - 793, - 1.444, - 800, - 1.757, - 801, - 2.441, - 802, - 2.796, - 804, - 0.556, - 808, - 1.473, - 811, - 1.492, - 813, - 3.969, - 818, - 0.767, - 834, - 0.664, + 1.491, + 740, + 1.576, + 744, + 1.507, + 755, + 2.843, + 762, + 2.295, + 765, + 1.089, + 775, + 1.722, + 796, + 2.271, + 799, + 1.893, + 803, + 3.473, + 817, + 2.345, + 849, + 1.38, 858, - 1.484, - 859, - 0.363, - 860, - 0.426, - 862, - 1.038, - 866, - 3.355, - 882, - 1.885, - 884, - 0.624, - 889, - 2.991, - 891, - 0.713, - 896, - 1.269, - 903, - 1.861, - 905, - 0.569, - 909, - 1.326, + 1.86, + 861, + 2.096, + 874, + 1.594, + 890, + 1.613, + 898, + 1.785, + 899, + 2.048, + 901, + 1.344, + 907, + 3.312, + 908, + 2.345, + 911, + 1.722, 914, - 0.653, - 920, - 2.239, - 921, - 2.346, - 933, - 2.671, - 943, - 0.653, - 948, - 0.774, - 958, - 2.747, - 960, - 2.011, - 968, - 1.412, - 969, - 0.533, - 972, - 1.151, - 984, - 0.953, - 998, - 1.353, - 1001, - 3.008, + 2.644, + 915, + 1.192, + 931, + 2.992, + 944, + 3.729, + 975, + 2.412, + 978, + 2.873, + 993, + 1.747, + 996, + 1.576, 1002, - 0.869, - 1009, - 0.653, - 1022, - 0.583, - 1042, - 0.583, + 1.54, + 1007, + 1.762, + 1010, + 1.278, + 1011, + 3.242, + 1025, + 1.228, + 1034, + 2.427, 1044, - 0.512, - 1072, - 0.962, - 1073, - 2.445, - 1074, - 0.563, - 1078, - 1.48, + 2.271, + 1055, + 2.868, + 1062, + 1.699, + 1064, + 1.523, + 1068, + 3.177, + 1089, + 4.17, + 1090, + 2.34, 1094, - 2.555, - 1095, - 0.664, - 1107, - 1.381, - 1121, - 0.702, - 1122, - 1.861, - 1124, - 3.246, - 1127, - 0.544, - 1129, - 0.885, - 1145, - 1.367, - 1149, - 0.748, - 1156, - 0.502, - 1158, - 2.441, - 1159, - 0.599, - 1160, - 2.77, + 2.345, + 1104, + 3.258, + 1120, + 1.83, + 1140, + 2.317, + 1153, + 2.363, + 1165, + 2.537, 1166, - 1.682, - 1173, - 1.632, - 1179, - 0.702, - 1182, - 2.325, - 1190, - 0.624, - 1191, - 2.06, - 1199, - 0.688, - 1200, - 0.517, - 1203, - 0.748, - 1205, - 1.015, - 1206, - 0.811, - 1211, - 3.385, - 1216, - 0.55, - 1222, - 1.858, - 1234, - 0.544, - 1239, - 1.977, - 1244, - 1.003, - 1251, - 0.563, - 1257, - 1.313, - 1261, - 0.569, + 1.801, + 1172, + 1.576, + 1186, + 1.523, + 1224, + 1.491, + 1235, + 2.005, 1269, - 1.671, - 1270, - 0.748, - 1274, - 2.959, - 1275, - 0.599, - 1284, - 2.223, - 1287, - 1.015, - 1289, - 2.828, - 1321, - 1.735, + 4.981, + 1295, + 2.375, + 1314, + 2.096, 1324, - 1.837, - 1330, - 1.349, - 1347, - 0.838, - 1350, - 0.748, - 1352, - 0.676, - 1368, - 1.602, - 1371, - 0.748, - 1373, - 0.615, - 1374, - 0.702, - 1377, - 1.757, - 1378, - 5.208, + 1.613, + 1326, + 3.854, + 1328, + 2.345, + 1332, + 1.257, + 1426, + 1.893, + 1428, + 1.699, + 1440, + 1.893, + 1445, + 2.206, + 1460, + 2.825, 1465, - 2.373, - 1467, - 1.168, - 1482, - 0.906, - 1483, - 3.24, - 1484, - 0.838, + 1.097, + 1472, + 1.393, + 1475, + 3.567, 1498, - 0.664, - 1503, - 1.168, - 1510, - 0.599, + 2.148, + 1500, + 2.148, + 1504, + 2.537, + 1507, + 3.117, + 1508, + 2.345, + 1509, + 2.148, 1511, - 1.766, - 1516, - 1.454, - 1521, - 1.294, - 1526, - 0.962, - 1545, - 1.294, - 1552, - 0.869, - 1554, - 0.615, - 1556, - 4.131, - 1558, - 0.676, - 1569, - 2.102, + 1.676, + 1514, + 2.345, + 1541, + 1.676, + 1543, + 1.83, + 1546, + 1.613, 1570, - 0.664, - 1574, - 1.671, - 1586, - 2.474, - 1592, - 0.599, + 2.096, + 1572, + 2.668, 1596, - 0.615, - 1606, - 5.182, - 1622, - 3.511, - 1642, - 0.688, - 1662, - 2.158, - 1663, - 1.367, - 1679, - 0.838, - 1693, - 1.186, - 1695, - 1.381, - 1701, - 0.731, - 1704, - 0.533, - 1705, - 1.117, - 1756, - 3.839, - 1758, - 0.591, - 1761, - 0.633, + 2.675, + 1604, + 2.642, + 1628, + 2.622, + 1649, + 1.634, + 1655, + 1.634, + 1681, + 1.332, + 1697, + 2.005, + 1721, + 2.148, + 1724, + 1.476, 1764, - 0.643, - 1765, - 1.496, - 1777, - 0.676, - 1778, - 0.767, - 1780, - 0.615, - 1784, - 1.93, - 1785, - 0.767, - 1794, - 0.688, - 1798, - 0.664, - 1799, - 0.624, - 1806, - 0.788, - 1817, - 0.869, - 1821, - 0.493, - 1822, - 0.757, - 1828, - 0.869, - 1835, - 2.482, - 1839, - 3.96, - 1842, - 0.838, - 1843, - 1.269, - 1845, - 3.197, - 1855, - 4.757, - 1862, - 1.496, - 1865, - 0.643, + 2.668, + 1769, + 1.433, + 1804, + 3.488, + 1823, + 1.893, 1869, - 0.507, - 1882, - 1.801, - 1895, - 0.653, - 1898, - 1.678, - 1902, - 0.599, - 1905, - 0.869, - 1920, - 0.624, - 1928, - 0.748, - 1950, - 0.731, - 1951, - 0.633, - 1960, - 0.748, - 1963, - 1.625, - 1968, - 0.869, - 1973, - 4.395, - 1979, - 3.085, - 1990, - 1.104, - 2011, - 1.119, - 2013, - 1.186, - 2018, - 0.591, - 2031, - 1.632, - 2039, - 0.731, - 2041, - 0.788, - 2049, - 2.673, - 2085, - 1.671, + 2.048, + 1872, + 1.893, + 1874, + 4.699, + 1875, + 2.206, + 1884, + 1.321, + 1908, + 1.406, + 1942, + 1.747, + 1943, + 2.843, + 1949, + 3.793, + 1962, + 3.672, + 2035, + 1.928, + 2062, + 2.345, 2091, - 1.294, - 2116, - 2.622, - 2139, - 0.676, - 2141, - 0.702, - 2162, - 0.702, - 2175, - 0.788, - 2177, - 0.788, - 2186, - 1.671, - 2197, - 3.156, - 2201, - 0.702, - 2204, - 1.225, - 2206, - 0.811, - 2208, - 1.877, - 2209, - 2.903, - 2212, - 1.38, - 2223, - 3.322, - 2240, - 0.811, - 2249, - 0.869, - 2265, - 1.625, - 2282, - 0.838, - 2291, - 0.664, - 2305, - 0.906, - 2308, - 1.349, - 2333, - 0.716, - 2343, - 0.748, - 2344, - 3.034, - 2348, - 1.247, + 4.598, + 2117, + 2.048, + 2169, + 2.096, + 2217, + 1.893, + 2253, + 2.537, + 2261, + 1.747, + 2268, + 1.654, + 2279, + 3.793, + 2336, + 3.389, 2379, - 1.294, - 2385, - 1.757, - 2393, - 0.676, - 2394, - 1.015, - 2396, - 0.748, - 2407, - 2.445, - 2410, - 0.906, - 2447, - 1.453, - 2491, - 1.602, - 2499, - 1.015, - 2500, - 0.906, - 2552, - 2.673, - 2561, - 0.688, - 2573, - 1.427, - 2577, - 0.838, - 2600, - 0.906, - 2653, - 0.838, - 2760, - 0.731, - 2763, - 1.735, - 2769, - 0.767, + 2.005, + 2389, + 1.801, + 2451, + 2.345, + 2559, + 2.668, + 2614, + 2.345, + 2641, + 2.668, + 2657, + 1.747, + 2666, + 2.668, + 2684, + 2.959, + 2700, + 2.271, + 2707, + 2.432, + 2718, + 2.206, + 2719, + 4.314, + 2752, + 2.432, 2786, - 2.712, - 2812, - 0.869, - 2819, - 0.838, - 2828, - 1.015, - 2878, - 0.748, - 2898, - 0.953, - 2957, - 5.083, - 2962, - 0.869, + 2.432, + 2806, + 2.668, + 2822, + 1.893, + 2850, + 2.345, + 2854, + 3.242, + 2872, + 3.567, 2967, - 0.716, - 2979, - 0.869, - 2987, - 1.453, - 3043, - 0.906, - 3095, - 0.811, - 3122, - 0.811, - 3144, - 3.663, - 3171, - 0.664, - 3188, - 1.602, - 3200, - 1.671, - 3226, - 0.688, - 3231, - 3.663, - 3314, - 1.671, - 3320, - 1.671, - 3337, - 0.716, - 3358, - 0.748, - 3360, - 0.811, - 3361, - 0.869, - 3376, - 1.453, - 3380, - 1.545, - 3437, - 1.453, - 3456, - 0.731, - 3485, - 0.953, - 3499, - 0.906, - 3516, - 1.453, - 3746, - 0.906, - 3762, - 0.906, - 3770, - 0.953, - 3788, - 3.24, - 3791, - 2.021, - 3794, - 1.015, - 3802, - 1.414, - 3816, - 1.757, - 3824, - 1.872, - 3826, - 0.869, - 3848, - 1.872, - 3850, - 3.658, - 3862, - 0.811, - 3871, - 0.838, - 3874, - 0.953, - 3904, - 0.811, - 3908, - 0.811, - 3914, - 0.869, - 3916, - 1.872, - 3931, - 1.872, - 3933, - 0.906, - 3938, - 0.869, - 3939, - 1.545, - 3951, - 5.411, - 3963, - 2.149, - 4016, - 0.838, - 4044, - 0.906, - 4046, - 0.811, - 4059, - 0.702, - 4088, - 2.229, - 4109, - 0.702, - 4173, - 1.602, - 4203, - 0.906, - 4212, - 2.772, - 4219, - 1.545, - 4299, - 1.015, - 4325, - 1.602, - 4375, - 0.953, - 4387, - 0.838, - 4476, - 1.015, - 4506, - 0.906, - 4525, - 2.149, - 4669, - 0.953, - 4678, - 0.838, - 4729, - 0.906, - 4745, - 3.761, - 4771, - 2.331, - 4814, - 1.015, - 4887, - 0.607, - 4928, - 0.906, - 5078, - 0.906, - 5094, - 0.953, - 5103, - 1.015, - 5128, - 1.545, - 5133, - 1.11, - 5134, - 1.11, - 5135, - 1.11, - 5136, - 1.015, - 5137, - 5.766, - 5138, - 1.015, - 5139, - 0.953, - 5140, - 1.015, - 5141, - 1.872, - 5142, - 1.015, - 5143, - 1.015, - 5144, - 5.766, - 5145, - 1.015, - 5146, - 1.11, - 5147, - 1.11, - 5148, - 2.849, - 5149, - 2.048, - 5150, 2.048, - 5151, - 2.849, - 5152, - 3.24, - 5153, - 1.015, - 5154, - 0.953, - 5155, - 1.015, - 5156, - 1.015, - 5157, - 5.766, - 5158, - 4.282, - 5159, - 1.671, - 5160, - 2.605, - 5161, - 1.11, - 5162, - 1.11, + 2978, + 2.206, + 2991, + 2.345, + 3079, + 2.271, + 3088, + 2.345, + 3090, + 2.668, + 3107, + 2.148, + 3131, + 4.103, + 3132, + 4.598, + 3140, + 2.148, + 3338, + 4.314, + 3389, + 2.537, + 3408, + 2.668, + 3527, + 2.096, + 3599, + 3.312, + 3615, + 2.345, + 3623, + 2.432, + 3629, + 4.103, + 3677, + 2.537, + 3830, + 2.537, + 3887, + 2.668, + 4136, + 2.668, + 4244, + 2.271, + 4326, + 2.668, + 4350, + 2.668, + 4353, + 3.934, + 4355, + 2.843, + 4497, + 2.843, + 4551, + 2.537, + 4571, + 2.537, + 4593, + 4.314, + 4874, + 2.537, + 5052, + 2.843, 5163, - 2.605, - 5164, - 1.015, - 5165, - 1.015, - 5166, - 1.11, - 5167, - 1.015, - 5168, - 1.872, - 5169, - 3.794, - 5170, - 1.872, - 5171, - 1.11, - 5172, - 1.757, + 2.432, 5173, - 4.282, + 2.843, 5174, - 1.015, + 2.668, 5175, - 1.872, + 3.109, 5176, - 2.048, + 2.843, 5177, - 1.757, + 2.668, 5178, - 1.872, + 2.537, 5179, - 1.11, + 3.109, 5180, - 1.11, + 5.028, 5181, - 2.048, + 3.109, 5182, - 1.015, + 2.843, 5183, - 4.149, + 2.843, 5184, - 8.929, + 2.668, 5185, - 6.904, + 3.109, 5186, - 2.849, + 2.843, 5187, - 4.715, + 2.843, 5188, - 1.11, + 3.109, 5189, - 1.11, + 3.109, 5190, - 2.048, + 2.537, 5191, - 2.048, + 3.109, 5192, - 1.11, + 3.109, 5193, - 2.048, + 2.843, 5194, - 1.11, + 3.109, 5195, - 6.772, + 2.668, 5196, - 1.11, + 6.33, 5197, - 1.11, + 3.109, 5198, - 1.11, + 5.028, 5199, - 2.048, + 5.028, 5200, - 1.11, + 7.272, 5201, - 2.605, + 2.537, 5202, - 1.11, + 3.109, 5203, - 1.11, + 3.109, 5204, - 1.11, + 2.843, 5205, - 2.849, + 2.843, 5206, - 1.11, + 2.843, 5207, - 1.11, + 3.109, 5208, - 1.872, + 3.109, 5209, - 1.11, + 5.028, 5210, - 1.872, + 2.843, 5211, - 1.015, + 1.965, 5212, - 1.11, + 2.843, 5213, - 1.015, + 3.109, 5214, - 0.953, + 2.843, 5215, - 2.849, + 2.668, 5216, - 1.11, + 5.028, 5217, - 1.11, + 3.109, 5218, - 2.284, + 3.109, 5219, - 2.048, + 3.109, 5220, - 1.11, + 3.109, 5221, - 1.757, + 3.109, 5222, - 1.11, + 2.843, 5223, - 1.11, + 2.537, 5224, - 2.048, + 3.109, 5225, - 2.849, + 3.109, 5226, - 1.11, + 3.109 + ] + ], + [ + "type/manuals/app-manifest", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/app-manifest", + [ + 0, + 0.591, + 1, + 1.233, + 2, + 1.221, + 3, + 1.265, + 4, + 1.265, + 5, + 1.272, + 6, + 1.272, + 7, + 1.58, + 9, + 1.635, + 18, + 1.091, + 20, + 1.22, + 22, + 3.427, + 28, + 2.337, + 36, + 1.406, + 38, + 1.2, + 46, + 1.455, + 52, + 1.941, + 57, + 1.382, + 59, + 1.046, + 62, + 2.333, + 77, + 0.998, + 79, + 0.599, + 86, + 3.421, + 90, + 1.149, + 97, + 2.039, + 99, + 0.936, + 102, + 2.144, + 105, + 1.934, + 106, + 1.749, + 111, + 2.014, + 113, + 2.244, + 121, + 1.595, + 126, + 1.938, + 132, + 3.153, + 148, + 0.989, + 151, + 1.997, + 208, + 3.668, + 243, + 3.494, + 247, + 3.23, + 256, + 2.292, + 263, + 3.395, + 266, + 3.13, + 268, + 1.44, + 269, + 1.094, + 273, + 1.19, + 290, + 2.745, + 306, + 2.12, + 330, + 1.537, + 340, + 3.521, + 342, + 2.159, + 345, + 3.419, + 382, + 1.735, + 383, + 4.646, + 471, + 1.891, + 489, + 2.243, + 552, + 3.277, + 553, + 1.723, + 574, + 3.383, + 608, + 2.388, + 614, + 2.766, + 617, + 7.156, + 622, + 4.043, + 623, + 4.334, + 627, + 2.792, + 629, + 2.937, + 661, + 8.38, + 667, + 4.408, + 679, + 3.735, + 683, + 3.542, + 685, + 4.159, + 691, + 3.224, + 715, + 6.092, + 727, + 3.934, + 728, + 2.362, + 742, + 6.052, + 750, + 4.734, + 751, + 2.852, + 759, + 3.109, + 773, + 3.538, + 774, + 3.189, + 812, + 5.917, + 872, + 4.408, + 874, + 3.616, + 925, + 3.176, + 947, + 2.533, + 987, + 4.438, + 1002, + 4.132, + 1010, + 1.981, + 1025, + 1.905, + 1060, + 2.709, + 1083, + 5.518, + 1090, + 2.243, + 1137, + 2.884, + 1139, + 2.709, + 1269, + 3.907, + 1341, + 7.237, + 1403, + 4.357, + 1420, + 3.772, + 1463, + 5.945, + 1638, + 4.457, + 1661, + 2.415, + 1675, + 4.496, + 1701, + 7.133, + 1807, + 2.313, + 1858, + 6.046, + 1946, + 5.151, + 1988, + 7.981, + 2024, + 3.77, + 2066, + 5.621, + 2083, + 3.33, + 2087, + 3.047, + 2101, + 4.373, + 2116, + 4.023, + 2171, + 8.237, + 2173, + 2.837, + 2189, + 2.671, + 2190, + 4.085, + 2562, + 3.637, + 2565, + 3.25, + 3094, + 3.33, + 3265, + 9.329, + 3409, + 4.137, + 4090, + 3.521, + 4131, + 6.052, + 4150, + 3.521, + 4653, + 8.38, + 4732, + 4.137, + 4745, + 4.294, + 5190, + 3.934, 5227, - 1.11, + 8.34, 5228, - 1.015, + 4.137, 5229, - 1.11, + 4.821, 5230, - 2.048, + 4.821, 5231, - 1.015, + 4.821, 5232, - 1.11, + 7.053, 5233, - 1.11, + 4.821, 5234, - 1.11, + 7.053, 5235, - 1.11, + 7.053, 5236, - 1.11, + 4.821, 5237, - 2.048, + 7.053, 5238, - 1.11, + 4.821, 5239, - 1.11, + 4.821, 5240, - 1.11, + 4.821, 5241, - 1.11, + 4.821, 5242, - 1.015, + 4.821, 5243, - 1.11, + 4.821, 5244, - 1.11, + 4.821, 5245, - 1.11, + 4.821, 5246, - 1.11, - 5247, - 1.11, - 5248, - 2.849, - 5249, - 1.015, - 5250, - 1.11, - 5251, - 1.11, - 5252, - 2.849, - 5253, - 0.953, - 5254, - 2.048, - 5255, - 0.953, - 5256, - 1.11, - 5257, - 1.11, - 5258, - 1.11, - 5259, - 1.11, - 5260, - 2.048, - 5261, - 2.048, - 5262, - 1.11, - 5263, - 0.869, - 5264, - 2.048, - 5265, - 1.11, - 5266, - 1.11, - 5267, - 1.11, - 5268, - 1.11, - 5269, - 1.11, - 5270, - 1.015, - 5271, - 1.015, - 5272, - 1.015, - 5273, - 2.048, - 5274, - 0.953, - 5275, - 1.015, - 5276, - 1.015, - 5277, - 1.015, - 5278, - 1.015, - 5279, - 1.11, - 5280, - 1.11, - 5281, - 2.048, - 5282, - 1.015, - 5283, - 1.015, - 5284, - 1.015, - 5285, - 1.496, - 5286, - 1.11, - 5287, - 1.671, - 5288, - 1.11, - 5289, - 0.869, - 5290, - 1.11, - 5291, - 1.11, - 5292, - 1.11, - 5293, - 2.048, - 5294, - 1.11, - 5295, - 0.953, - 5296, - 1.11, - 5297, - 1.11, - 5298, - 1.11 + 4.821 ] ], [ - "type/manuals/properties", + "type/manuals/iap", [ 0, 0.731 ] ], [ - "data/manuals/properties", + "data/manuals/iap", + [ + 0, + 1.217, + 1, + 2.541, + 2, + 2.515, + 3, + 2.607, + 4, + 2.607, + 5, + 2.621, + 6, + 2.621 + ] + ], + [ + "type/manuals/models", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/models", [ + 0, + 1.205, + 1, + 2.517, + 2, + 2.491, + 3, + 2.583, + 4, + 2.583, + 5, + 2.596, + 6, + 2.596, 7, - 1.627, - 8, - 1.541, - 9, - 0.911, - 30, - 1.126, - 35, - 2.693, - 47, - 5.606, - 92, - 3.112, - 93, - 4.989, - 149, - 2.82, - 175, - 3.984, - 222, - 4.659, - 223, - 3.829, - 225, - 5.246, - 228, - 4.174, - 239, - 5.967, - 242, - 4.003, - 382, - 6.426, - 407, - 2.092, - 466, - 3.499, - 813, - 5.018, - 814, - 6.615, - 835, - 6.209, - 836, - 6.025, - 941, - 6.514, - 1221, - 4.368, - 1750, - 4.775, - 1811, - 4.285, - 2274, - 4.904, - 2555, - 5.931, - 2557, - 5.931, - 2570, - 5.931, - 2572, - 5.931, - 3124, - 5.64, - 3532, - 5.049, - 4342, - 5.64, - 4436, - 5.214, - 4709, - 5.931, - 5047, - 5.931, - 5048, - 5.931, - 5054, - 5.931, - 5299, - 6.321, - 5300, - 5.931, - 5301, - 6.321, - 5302, - 6.321, - 5303, - 5.931, - 5304, - 5.64, - 5305, - 6.321, - 5306, - 6.321, - 5307, - 5.64, - 5308, - 6.321, - 5309, - 6.321, - 5310, - 6.321, - 5311, - 6.321, - 5312, - 6.321, - 5313, - 6.321, - 5314, - 6.321, - 5315, - 8.282, - 5316, - 6.321, - 5317, - 6.321, - 5318, - 6.321 + 1.521 ] ], [ - "type/manuals/facebook", + "type/manuals/spinemodel", [ 0, 0.731 ] ], [ - "data/manuals/facebook", + "data/manuals/spinemodel", [ 0, 1.217, @@ -44591,13576 +43347,14562 @@ ] ], [ - "type/manuals/3dgraphics", + "type/manuals/networking", [ 0, 0.731 ] ], [ - "data/manuals/3dgraphics", + "data/manuals/networking", [ 0, - 1.214, + 0.942, 1, - 2.535, + 1.968, 2, - 2.509, + 1.947, 3, - 2.601, + 2.019, 4, - 2.601, + 2.019, 5, - 2.615, + 2.03, 6, - 2.615, + 2.03, 7, - 1.244 + 1.549, + 8, + 2.714, + 18, + 1.06, + 20, + 1.412, + 36, + 1.534, + 38, + 1.077, + 41, + 4.041, + 42, + 1.93, + 46, + 1.516, + 56, + 2.994, + 57, + 1.36, + 59, + 1.038, + 60, + 2.14, + 79, + 0.948, + 94, + 4.945, + 99, + 0.861, + 103, + 1.771, + 107, + 1.464, + 108, + 2.261, + 126, + 1.527, + 148, + 1.578, + 167, + 3.111, + 172, + 3.383, + 177, + 2.353, + 194, + 1.404, + 226, + 2.14, + 229, + 1.41, + 260, + 2.592, + 269, + 1.745, + 271, + 3.992, + 294, + 4.387, + 645, + 5.709, + 646, + 3.898, + 695, + 4.386, + 702, + 3.854, + 745, + 5.314, + 750, + 3.729, + 751, + 3.111, + 826, + 4.041, + 1056, + 7.762, + 1078, + 8.017, + 1101, + 4.526, + 1866, + 4.387, + 1901, + 4.455, + 1908, + 3.477, + 1929, + 4.093, + 2075, + 4.602, + 2327, + 4.861, + 2360, + 4.147, + 2916, + 4.861, + 2947, + 6.6, + 2957, + 8.314, + 2978, + 5.457, + 3067, + 8.314, + 3218, + 6.883, + 3695, + 5.618, + 4200, + 6.6, + 5247, + 7.692, + 5248, + 8.325, + 5249, + 8.325, + 5250, + 7.59, + 5251, + 7.916, + 5252, + 9.702, + 5253, + 10.627, + 5254, + 9.718, + 5255, + 7.692, + 5256, + 7.692 ] ], [ - "type/manuals/macos", + "type/manuals/compute", [ 0, 0.731 ] ], [ - "data/manuals/macos", + "data/manuals/compute", [ 0, - 0.544, + 0.29, 1, - 1.136, + 1.336, 2, - 1.124, + 0.6, 3, - 1.165, + 0.622, 4, - 1.165, + 0.622, 5, - 1.172, + 0.625, 6, - 1.172, + 0.625, 7, - 1.58, + 1.53, 8, - 1.35, + 2.442, 9, - 0.872, + 2.334, 10, - 1.807, - 11, - 1.046, + 1.722, 12, - 2.333, - 13, - 2.195, - 16, - 0.852, - 22, - 2.141, - 23, - 2.04, - 26, - 1.19, - 28, - 2.356, - 29, - 0.998, - 30, + 1.082, + 15, + 1.854, + 18, 1.122, - 32, - 0.845, - 33, - 0.882, - 41, - 1.291, - 42, + 20, + 1.294, + 21, + 1.598, + 24, + 1.498, + 36, + 1.491, + 38, 1.058, + 42, + 0.949, + 44, + 0.99, + 46, + 1.527, 48, - 2.626, + 1.373, 49, - 1.587, - 51, - 0.833, - 54, - 1.989, + 1.389, + 52, + 0.652, + 56, + 0.922, + 57, + 1.269, + 59, + 0.99, + 60, + 1.711, + 62, + 1.328, + 63, + 1.149, 70, - 2.225, - 71, - 1.809, - 74, - 0.979, + 0.998, + 72, + 1.337, 77, - 1.758, - 86, - 1.134, - 87, - 1.839, + 1.87, + 79, + 0.988, + 84, + 2.635, + 88, + 2.137, + 89, + 2.194, + 90, + 0.957, + 96, + 1.273, 97, - 1.358, + 2.687, + 98, + 2.849, + 99, + 1.061, + 100, + 1.695, + 102, + 1.922, + 103, + 0.925, + 104, + 1.215, + 106, + 1.563, + 107, + 1.769, + 108, + 1.181, + 110, + 2.43, + 111, + 0.99, + 112, + 3.302, + 113, + 1.81, + 115, + 1.731, + 118, + 1.528, + 119, + 2.035, 121, - 1.877, - 123, - 2.405, + 1.328, + 122, + 1.25, 125, - 1.796, - 140, - 4.97, - 141, - 0.89, - 144, - 4.898, - 151, - 1.217, - 152, - 2.938, + 0.721, + 126, + 1.968, + 128, + 1.174, + 132, + 0.814, + 142, + 1.194, + 146, + 1.161, + 147, + 4.93, + 148, + 2.099, + 149, + 0.902, + 150, + 1.017, + 153, + 2.109, + 158, + 0.693, 160, - 1.423, + 2.21, 161, - 1.873, - 162, - 1.142, - 181, - 1.796, - 182, - 1.782, - 191, + 1.598, + 165, + 1.759, + 166, + 1.887, + 167, + 2.487, + 168, + 1.245, + 169, + 0.915, + 174, 2.507, - 218, - 2.545, - 224, - 1.827, + 177, + 1.882, + 178, + 2.564, + 185, + 4.66, + 196, + 2.38, + 197, + 2.568, + 198, + 1.094, + 200, + 4.19, + 201, + 1.174, + 202, + 1.707, + 206, + 1.149, + 207, + 1.739, + 208, + 2.705, + 212, + 2.862, + 226, + 2.08, + 228, + 1.007, 229, - 1.953, - 237, - 1.022, + 1.128, + 231, + 0.889, + 234, + 1.352, + 236, + 1.187, + 238, + 1.332, + 240, + 0.674, + 241, + 1.119, + 247, + 2.034, + 249, + 1.137, 256, - 1.305, + 1.382, + 260, + 1.761, 263, - 2.77, - 279, + 0.709, + 266, + 2.73, + 268, + 1.067, + 269, + 1.562, + 273, + 1.29, + 280, + 0.929, + 287, + 1.637, + 288, + 1.278, + 290, 2.394, - 286, - 2.925, - 291, - 2.28, - 293, - 2.663, - 297, - 1.391, 300, - 1.888, - 302, - 2.49, - 343, - 1.263, - 355, - 1.886, - 356, - 2.863, + 1.313, + 306, + 1.766, + 332, + 2.291, + 333, + 2.554, + 334, + 1.313, + 342, + 1.062, + 345, + 1.947, + 353, + 0.951, + 368, + 0.674, + 380, + 1.426, + 382, + 1.445, + 387, + 1.416, 390, - 4.372, - 406, - 1.855, - 407, - 1.646, - 418, - 5.572, + 2.591, + 402, + 1.261, 423, - 2.657, - 444, - 2.394, - 465, - 1.096, + 3.029, + 425, + 1.352, + 429, + 4.887, + 452, + 1.519, + 454, + 3.172, + 457, + 0.842, + 471, + 0.635, + 472, + 1.092, 473, - 2.2, - 576, - 3.088, - 581, - 2.155, - 590, - 1.469, - 599, - 2.108, - 607, - 4.274, - 611, - 4.874, + 1.042, + 477, + 1.637, + 500, + 0.865, + 505, + 1.215, + 506, + 1.443, + 510, + 1.475, + 521, + 0.825, + 524, + 2.305, + 541, + 1.261, + 543, + 0.951, + 553, + 1.435, + 554, + 0.889, + 555, + 1.258, + 556, + 1.65, + 568, + 2.936, + 573, + 0.889, + 574, + 1.137, + 577, + 1.575, + 587, + 1.598, + 588, + 1.23, + 598, + 3.369, + 614, + 1.575, + 622, + 1.149, + 624, + 3.277, + 629, + 0.713, + 631, + 1.174, + 636, + 2.639, + 644, + 1.174, 659, - 1.741, - 666, - 1.741, - 677, - 2.176, - 680, - 2.622, - 702, - 2.13, - 714, - 3.729, - 719, - 2.972, - 767, - 2.426, - 782, - 2.532, - 792, - 1.631, - 802, - 3.981, - 804, - 3.325, - 808, - 2.356, - 827, - 1.69, + 1.352, + 674, + 1.187, + 676, + 2.384, + 681, + 1.161, + 685, + 1.637, + 689, + 1.062, + 691, + 1.599, + 692, + 1.507, + 694, + 1.731, + 695, + 2.362, + 703, + 0.929, + 710, + 4.619, + 718, + 1.637, + 735, + 1.137, + 757, + 1.934, + 762, + 1.833, + 771, + 1.103, + 773, + 0.859, + 791, + 1.731, + 793, + 1.103, + 799, + 1.443, + 811, + 1.174, 859, - 1.451, - 889, - 2.602, + 1.187, 891, - 2.31, - 908, - 5.124, - 943, - 2.613, + 2.334, + 898, + 0.842, + 899, + 1.561, + 917, + 1.072, + 920, + 1.854, + 923, + 2.56, + 924, + 2.48, + 939, + 1.174, + 941, + 1.575, + 951, + 3.075, + 952, + 2.849, 960, - 2.152, - 1011, - 2.026, - 1017, - 2.993, - 1074, - 2.25, - 1122, - 3.487, - 1129, - 1.919, - 1160, - 1.782, - 1273, - 2.46, - 1286, - 4.06, - 1289, - 2.25, - 1290, - 2.613, - 1319, - 2.394, - 1325, - 4.584, - 1327, - 3.623, - 1348, - 4.228, - 1355, - 2.657, - 1369, - 3.183, - 1372, - 4.279, - 1423, - 2.363, - 1493, - 4.114, + 1.082, + 969, + 1.443, + 978, + 0.937, + 990, + 1.561, + 993, + 2.257, + 1002, + 1.989, + 1007, + 0.83, + 1010, + 0.974, + 1019, + 0.896, + 1025, + 1.587, + 1034, + 0.909, + 1041, + 2.362, + 1042, + 1.561, + 1043, + 2.974, + 1045, + 1.561, + 1050, + 2.034, + 1060, + 2.257, + 1082, + 1.498, + 1089, + 1.561, + 1104, + 0.825, + 1126, + 2.012, + 1144, + 4.778, + 1146, + 1.024, + 1155, + 1.947, + 1173, + 2.56, + 1184, + 1.498, + 1188, + 1.161, + 1295, + 1.507, + 1301, + 1.682, + 1326, + 1.443, + 1331, + 1.934, + 1332, + 2.487, + 1343, + 1.313, + 1361, + 1.561, + 1380, + 3.446, + 1401, + 1.443, + 1403, + 1.125, + 1409, + 1.854, + 1415, + 1.637, + 1498, + 1.637, + 1502, + 1.215, 1503, - 3.785, - 1509, - 3.15, - 1540, - 3.243, - 1636, - 2.333, - 1644, - 5.124, - 1660, - 1.902, - 1685, - 3.349, - 1700, - 5.006, - 1806, - 3.15, - 1817, - 3.474, - 1853, - 5.809, - 1993, - 2.993, - 1995, - 3.349, - 2013, - 5.107, - 2018, - 2.363, - 2172, - 2.495, - 2179, - 2.532, - 2204, - 2.657, - 2208, - 4.372, - 2215, - 3.15, - 2293, - 3.623, - 2675, - 2.993, - 2752, - 2.925, - 2796, - 4.06, - 2821, - 3.623, - 2837, - 5.695, - 2843, - 2.925, - 2846, - 3.067, - 2847, - 3.623, - 2862, - 3.474, - 3044, - 7.232, - 3050, - 3.81, - 3052, - 2.806, - 3055, - 3.474, - 3065, - 3.349, - 3149, - 3.474, - 3377, - 5.695, - 3412, - 6.069, - 3417, - 3.81, - 3418, - 4.473, + 1.854, + 1543, + 1.395, + 1549, + 1.934, + 1594, + 2.29, + 1596, + 2.78, + 1604, + 2.11, + 1607, + 1.373, + 1608, + 2.403, + 1642, + 3.277, + 1646, + 2.034, + 1650, + 1.418, + 1651, + 2.403, + 1656, + 3.816, + 1662, + 1.766, + 1675, + 1.278, + 1676, + 1.498, + 1701, + 4.492, + 1715, + 3.446, + 1774, + 1.201, + 1790, + 2.849, + 1793, + 3.369, + 1803, + 4.249, + 1804, + 1.137, + 1807, + 2.95, + 1808, + 5.906, + 1814, + 3.111, + 1822, + 3.029, + 1823, + 1.443, + 1825, + 3.277, + 1829, + 4.483, + 1864, + 1.561, + 1871, + 2.982, + 1879, + 5.025, + 1882, + 1.052, + 1884, + 1.706, + 1948, + 1.261, + 1968, + 1.261, + 1982, + 2.012, + 1987, + 2.034, + 1988, + 4.812, + 2035, + 1.469, + 2084, + 1.528, + 2089, + 1.332, + 2101, + 1.469, + 2114, + 1.498, + 2135, + 1.682, + 2156, + 1.443, + 2164, + 1.735, + 2188, + 1.731, + 2190, + 3.026, + 2217, + 1.443, + 2226, + 2.589, + 2236, + 1.469, + 2244, + 1.637, + 2271, + 1.854, + 2297, + 1.528, + 2312, + 1.788, + 2336, + 1.598, + 2384, + 5.412, + 2385, + 1.788, + 2441, + 3.928, + 2452, + 1.682, + 2542, + 1.469, + 2613, + 8.206, + 2614, + 5.192, + 2622, + 1.854, + 2633, + 1.215, + 2634, + 2.167, + 2635, + 3.446, + 2636, + 2.167, + 2637, + 5.707, + 2640, + 2.849, + 2641, + 2.034, + 2657, + 6.206, + 2667, + 1.731, + 2674, + 5.278, + 2700, + 1.731, + 2715, + 2.167, + 2736, + 1.332, + 2738, + 3.369, + 2740, + 4.263, + 2753, + 1.854, + 2757, + 3.672, + 2780, + 2.49, + 2785, + 1.934, + 2810, + 2.167, + 2823, + 2.167, + 2836, + 1.854, + 2879, + 7.37, + 2978, + 1.682, + 3085, + 2.034, + 3092, + 1.854, + 3107, + 1.637, + 3120, + 4.088, + 3124, + 1.637, + 3141, + 1.854, + 3219, + 2.034, + 3272, + 3.277, 3425, - 3.623, - 3487, - 4.06, - 3492, - 4.06, - 3493, - 4.06, - 3499, - 3.623, - 4004, - 3.349, - 4170, - 3.243, - 4229, - 4.06, - 4259, - 4.06, - 4548, - 3.623, - 4615, - 5.943, - 4928, - 3.623, + 1.854, + 3583, + 1.682, + 3584, + 2.849, + 3727, + 2.403, + 3888, + 1.731, + 4074, + 2.167, + 4090, + 1.731, + 4098, + 2.49, + 4180, + 1.788, + 4235, + 1.934, + 4257, + 1.731, + 4258, + 3.142, + 4545, + 2.034, + 4552, + 1.854, + 4570, + 2.167, + 4580, + 2.034, + 4583, + 2.034, + 4585, + 1.934, + 4592, + 1.934, + 4595, + 1.528, + 4602, + 2.167, + 4646, + 2.933, + 4783, + 1.731, + 4969, + 1.788, + 5075, + 3.672, + 5093, + 2.034, + 5113, + 1.934, + 5136, + 2.167, + 5257, + 2.034, + 5258, + 2.37, + 5259, + 2.37, + 5260, + 4.778, + 5261, + 2.034, + 5262, + 2.37, + 5263, + 2.167, + 5264, + 2.37, + 5265, + 2.37, + 5266, + 2.37, + 5267, + 2.37, + 5268, + 4.016, + 5269, + 2.167, + 5270, + 2.37, + 5271, + 2.167, + 5272, + 2.37, + 5273, + 2.167, + 5274, + 2.37, + 5275, + 2.167, + 5276, + 2.37, + 5277, + 2.37, + 5278, + 2.37, + 5279, + 6.836, + 5280, + 3.142, + 5281, + 2.37, + 5282, + 2.37, + 5283, + 2.034, + 5284, + 2.37, + 5285, + 6.294, + 5286, + 2.37, + 5287, + 4.016, + 5288, + 2.37, + 5289, + 2.37, + 5290, + 2.37, + 5291, + 2.37, + 5292, + 4.778, + 5293, + 2.167, + 5294, + 2.034, + 5295, + 2.37, + 5296, + 2.37, + 5297, + 5.019, + 5298, + 6.151, + 5299, + 4.016, + 5300, + 4.016, + 5301, + 4.016, + 5302, + 4.016, + 5303, + 4.016, + 5304, + 4.016, + 5305, + 6.151, + 5306, + 2.37, + 5307, + 2.37, + 5308, + 2.37, + 5309, + 2.37, + 5310, + 2.37, + 5311, + 6.883, + 5312, + 2.37, + 5313, + 6.151, + 5314, + 2.37, + 5315, + 4.016, + 5316, + 4.016, + 5317, + 2.37, + 5318, + 4.016, 5319, - 8.817, + 4.016, 5320, - 3.474, + 2.37, 5321, - 7.947, + 2.37, 5322, - 5.695, + 2.37, 5323, - 6.637, + 2.37, 5324, - 4.44, + 2.37, 5325, - 4.44, + 2.37, 5326, - 4.44, + 2.37, 5327, - 4.44, + 2.37, 5328, - 4.44, + 2.37, 5329, - 4.44, + 2.167, 5330, - 4.44, + 5.225, 5331, - 4.44, + 2.37, 5332, - 4.44, + 4.016, 5333, - 4.44, + 2.37, 5334, - 6.637, + 2.37, 5335, - 4.44, + 2.167, 5336, - 8.063, + 2.37, 5337, - 7.195, + 2.37, 5338, - 4.06, + 3.277, 5339, - 3.81, + 2.37, 5340, - 4.44, - 5341, - 4.44, - 5342, - 4.44, - 5343, - 4.44, - 5344, - 4.44, - 5345, - 8.817, - 5346, - 9.902, - 5347, - 6.637, - 5348, - 5.006, - 5349, - 6.637, - 5350, - 6.652, - 5351, - 6.069, - 5352, - 6.637, - 5353, - 4.44, - 5354, - 4.44, - 5355, - 4.06, - 5356, - 4.44, - 5357, - 6.637, - 5358, - 4.44, - 5359, - 4.44, - 5360, - 4.44, - 5361, - 7.947, - 5362, - 4.44, - 5363, - 4.44, - 5364, - 4.44, - 5365, - 6.637, - 5366, - 4.44, - 5367, - 6.637, - 5368, - 4.06, - 5369, - 7.947, - 5370, - 4.44, - 5371, - 4.06, - 5372, - 4.44, - 5373, - 4.44, - 5374, - 4.44, - 5375, - 4.44, - 5376, - 4.44, - 5377, - 4.44 + 2.37 ] ], [ - "type/manuals/components", + "type/manuals/editor-scripts", [ 0, 0.731 ] ], [ - "data/manuals/components", + "data/manuals/editor-scripts", [ + 0, + 0.136, + 1, + 0.284, + 2, + 1.186, + 3, + 0.291, + 4, + 0.291, + 5, + 0.293, + 6, + 0.293, 7, - 1.57, + 1.558, 8, - 1.387, + 2.191, 9, - 0.954, - 11, - 0.819, - 16, - 1.057, - 21, - 1.452, - 22, - 2.094, - 30, - 1.107, - 33, - 1.441, - 41, - 2.068, - 46, - 1.979, - 51, - 1.335, - 68, - 1.614, - 72, - 2.811, - 74, - 1.025, - 77, - 1.419, - 86, - 1.461, - 95, - 4.587, - 117, - 2.65, - 121, - 3.255, - 123, - 3.344, - 137, - 1.671, - 151, - 1.987, - 160, - 1.274, - 161, - 1.412, - 186, - 3.063, - 221, - 3.485, - 227, - 5.829, - 237, - 1.638, - 277, - 2.397, - 291, - 2.444, - 295, - 3.524, - 316, - 2.139, - 328, - 4.337, - 355, - 3.021, - 362, - 4.047, - 363, - 3.216, - 369, - 2.925, - 411, - 3.31, - 441, - 2.476, - 456, - 3.485, - 465, - 1.756, - 485, - 4.495, - 554, - 2.353, - 569, - 2.668, - 581, - 2.996, - 595, - 2.577, - 710, - 2.577, - 714, - 3.646, - 723, - 3.835, - 743, - 3.448, - 749, - 3.605, - 759, - 2.509, - 766, - 4.256, - 843, - 5.951, - 858, - 2.925, - 867, - 4.473, - 948, - 3.487, - 959, - 4.41, - 960, - 4.966, - 1026, - 5.43, - 1118, - 5.366, - 1284, - 4.381, - 1321, - 4.33, - 1333, - 5.565, - 1348, - 3.785, - 1369, - 3.412, - 1498, - 4.256, - 1520, - 4.33, - 1876, - 5.721, - 2266, - 3.31, - 2475, - 3.737, - 2497, - 4.789, - 2633, - 6.104, - 3670, - 7.482, - 4383, - 6.505, - 4384, - 6.505, - 5378, - 7.113, - 5379, - 7.113, - 5380, - 5.804, - 5381, - 7.113, - 5382, - 7.727, - 5383, - 5.366, - 5384, - 7.113, - 5385, - 5.046 - ] - ], - [ - "type/manuals/collection-proxy", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/collection-proxy", - [ - 7, - 1.441, - 8, - 1.366, - 9, - 0.867, + 2.512, 10, - 2.011, - 11, - 1.056, - 16, - 0.857, - 21, - 1.939, + 2.004, + 18, + 1.069, + 20, + 1.454, 22, - 2.423, - 23, - 2.053, - 26, - 1.638, - 28, - 2.169, - 29, - 1.874, + 0.456, 30, - 1.101, - 32, - 1.587, - 33, - 1.356, - 37, - 4.739, + 0.774, + 36, + 1.728, + 38, + 1.098, + 39, + 1.563, 41, - 1.776, + 1.076, + 42, + 0.518, + 43, + 1.063, + 44, + 1.19, 46, - 1.7, + 1.64, + 49, + 3.975, + 50, + 3.969, 52, - 2.034, - 68, + 1.142, + 54, + 0.972, + 55, + 2.474, + 56, + 0.797, + 57, 1.386, - 71, - 1.253, - 73, - 3.636, - 74, - 0.926, + 58, + 1.479, + 59, + 0.996, + 60, + 0.57, + 61, + 1.269, + 62, + 1.549, + 69, + 0.962, + 72, + 0.681, + 75, + 0.901, 77, - 1.663, - 83, - 2.573, + 1.849, + 78, + 0.493, + 79, + 0.993, + 84, + 2.701, + 85, + 3.085, 86, - 1.19, + 0.665, + 90, + 1.421, + 91, + 2.035, + 92, + 2.392, 94, - 2.884, + 0.953, + 95, + 3.645, 97, - 2.552, + 2.505, + 99, + 1.0, + 100, + 1.626, + 102, + 0.733, + 103, + 1.888, + 105, + 1.422, + 106, + 1.82, + 107, + 1.675, + 108, + 0.838, + 109, + 1.557, + 110, + 0.809, + 111, + 0.855, + 113, + 1.569, + 116, + 2.687, 119, - 2.659, + 1.038, 121, - 2.359, - 137, - 0.909, + 1.372, + 122, + 0.887, + 124, + 2.041, + 125, + 1.813, + 126, + 1.915, + 128, + 1.014, + 132, + 0.703, + 133, + 0.607, + 140, + 1.313, 141, - 1.224, - 149, - 2.956, + 0.757, + 148, + 1.962, + 150, + 1.931, 151, - 1.12, - 152, - 2.586, + 0.848, + 153, + 2.357, 158, - 2.072, + 1.631, 160, - 1.974, - 161, - 1.655, - 163, - 2.872, + 2.424, + 165, + 2.553, 166, - 3.327, + 0.522, + 167, + 0.449, + 169, + 1.165, + 170, + 1.359, 172, - 2.823, - 179, - 5.054, - 224, - 1.682, + 2.454, + 174, + 2.814, + 175, + 3.575, + 177, + 0.626, + 178, + 3.055, + 193, + 0.688, + 194, + 1.018, + 196, + 2.18, + 197, + 1.217, + 198, + 1.52, + 201, + 1.339, + 202, + 1.947, + 205, + 0.838, + 207, + 1.558, + 210, + 1.894, + 211, + 1.858, + 216, + 3.24, + 226, + 1.435, + 229, + 1.503, + 230, + 1.444, + 231, + 2.939, + 235, + 0.702, 236, - 3.133, - 237, - 2.186, + 2.796, + 239, + 2.268, + 240, + 1.007, + 241, + 1.912, + 243, + 1.014, 244, - 3.21, + 1.101, + 247, + 0.942, + 249, + 1.367, + 250, + 0.791, + 251, + 0.944, 256, - 1.796, - 278, - 1.869, - 290, - 2.127, - 291, - 2.099, - 297, - 2.612, - 301, - 3.061, - 316, - 2.855, - 339, - 2.293, - 343, - 1.737, - 346, - 2.378, + 1.76, + 257, + 0.809, + 260, + 0.374, + 263, + 1.885, + 264, + 1.735, + 266, + 0.493, + 268, + 1.674, + 269, + 2.053, + 273, + 1.556, + 275, + 2.445, + 280, + 1.117, + 282, + 0.55, + 285, + 0.497, + 313, + 2.595, + 327, + 0.767, + 330, + 1.493, + 332, + 1.984, + 333, + 1.173, + 341, + 2.011, + 342, + 1.858, + 353, + 2.77, 362, - 2.414, - 373, - 3.251, - 386, - 3.251, - 424, - 2.931, + 0.748, + 368, + 0.582, + 380, + 1.473, + 381, + 1.269, + 382, + 1.025, + 387, + 2.102, + 390, + 1.492, + 392, + 1.807, + 411, + 2.43, + 425, + 2.671, + 428, + 0.664, + 439, + 0.748, + 442, + 0.497, + 446, + 2.346, + 449, + 2.482, + 451, + 0.811, + 452, + 1.622, + 454, + 1.864, + 457, + 0.727, + 459, + 0.517, + 471, + 1.255, + 472, + 1.632, + 473, + 2.622, + 479, + 0.417, 481, - 2.293, - 491, - 2.552, - 505, - 4.78, - 514, - 2.961, + 0.643, + 485, + 0.838, + 490, + 1.48, + 496, + 1.326, + 500, + 0.405, + 502, + 1.349, + 504, + 2.373, + 510, + 1.047, + 512, + 1.015, + 521, + 1.444, + 524, + 2.4, + 534, + 0.522, + 540, + 1.269, + 543, + 0.822, + 546, + 0.599, 547, - 1.817, + 0.653, + 550, + 1.326, + 552, + 0.609, 553, - 3.434, + 0.397, 554, - 2.021, + 1.329, + 555, + 0.892, + 561, + 1.484, + 563, + 1.294, + 565, + 0.811, + 567, + 0.576, + 568, + 0.624, + 572, + 0.906, + 573, + 0.768, + 574, + 0.982, + 579, + 0.556, + 580, + 1.801, + 581, + 0.599, + 583, + 0.688, + 587, + 0.748, + 588, + 1.063, + 590, + 0.848, 594, - 2.511, - 607, - 4.043, - 631, - 3.788, + 2.747, + 595, + 1.104, + 601, + 1.697, + 608, + 0.55, + 614, + 0.435, + 615, + 0.591, + 622, + 1.381, + 624, + 1.671, + 627, + 0.643, + 629, + 1.99, + 633, + 0.563, + 634, + 1.85, 636, - 4.825, + 1.591, 638, - 3.72, - 640, - 4.701, - 655, - 2.687, - 662, - 5.27, + 0.702, + 642, + 2.828, + 644, + 1.755, + 646, + 2.102, + 648, + 0.538, + 650, + 0.731, + 652, + 3.156, + 656, + 0.702, + 660, + 1.225, + 664, + 0.811, 666, - 3.27, + 1.877, 669, - 4.812, + 2.903, 672, - 4.609, + 1.93, + 674, + 0.556, + 675, + 0.426, + 677, + 0.512, + 678, + 1.38, + 679, + 1.276, + 680, + 0.583, + 681, + 3.511, + 683, + 0.87, + 685, + 1.161, + 689, + 2.097, + 691, + 1.824, + 692, + 2.366, + 695, + 0.502, + 701, + 0.583, 702, - 4.001, + 0.556, + 703, + 2.991, + 708, + 3.322, + 709, + 0.702, 710, - 2.214, - 717, - 3.539, - 759, - 2.155, - 804, - 3.061, + 0.993, + 713, + 0.591, + 716, + 1.625, + 735, + 1.367, + 740, + 0.563, + 743, + 0.811, + 744, + 1.381, + 747, + 0.624, + 749, + 1.119, + 751, + 0.449, + 752, + 1.632, + 762, + 1.617, + 765, + 1.454, + 770, + 0.869, + 771, + 1.326, + 773, + 1.032, + 775, + 0.615, + 785, + 0.633, + 792, + 1.625, + 801, + 0.544, + 809, + 0.624, + 811, + 1.412, + 816, + 0.838, + 826, + 0.583, + 827, + 1.186, + 831, + 0.664, + 834, + 1.412, + 837, + 1.32, + 849, + 0.493, + 850, + 0.906, + 854, + 0.615, + 856, + 0.446, + 857, + 0.633, 858, - 2.643, + 0.664, + 860, + 1.038, + 861, + 0.748, + 866, + 0.414, + 877, + 0.748, + 891, + 1.588, + 895, + 0.533, 901, - 3.171, + 0.48, + 910, + 1.09, + 912, + 0.716, + 913, + 0.702, + 914, + 0.464, + 915, + 1.977, + 917, + 0.502, + 923, + 0.544, + 924, + 1.353, + 931, + 0.307, + 939, + 3.124, + 941, + 0.435, + 944, + 0.569, + 948, + 1.126, + 950, + 0.731, + 960, + 1.617, + 980, + 0.716, + 984, + 0.838, + 985, + 0.811, + 987, + 1.09, + 993, + 1.151, + 994, + 1.453, + 995, + 1.294, + 996, + 1.444, + 1007, + 0.389, + 1008, + 0.788, + 1010, + 0.456, + 1023, + 1.015, + 1034, + 2.538, + 1039, + 3.008, + 1043, + 1.793, + 1046, + 0.664, + 1047, + 2.223, + 1048, + 0.869, + 1064, + 0.544, + 1067, + 0.363, + 1068, + 2.959, + 1071, + 0.633, 1072, - 4.462, - 1156, - 3.77, - 1159, - 3.294, - 1162, - 4.609, - 1175, - 4.025, - 1227, - 2.994, - 1244, - 2.994, - 1516, - 2.141, - 1562, - 4.757, - 1573, - 2.994, - 1588, - 3.94, - 1606, - 5.27, - 1617, - 3.94, - 1621, - 5.621, - 1642, - 3.788, - 1684, - 4.025, - 1761, - 3.485, - 1777, - 3.72, - 1785, - 4.221, - 1795, - 3.171, - 1805, - 3.294, - 1821, + 1.671, + 1075, + 3.197, + 1079, + 1.381, + 1081, + 0.676, + 1082, + 1.294, + 1090, + 1.326, + 1103, + 0.731, + 1104, + 0.713, + 1107, + 0.55, + 1120, + 0.653, + 1126, + 2.346, + 1140, + 2.158, + 1146, + 0.48, + 1153, + 0.962, + 1157, + 1.497, + 1160, + 0.664, + 1166, 2.712, - 1887, - 3.72, - 1936, - 4.118, - 1957, - 2.994, - 1965, - 4.025, - 1988, - 4.118, - 2006, - 6.123, - 2010, - 3.294, - 2057, - 5.243, - 2062, - 5.243, - 2396, - 4.118, - 2505, - 4.118, - 2645, - 4.025, - 2678, - 3.788, - 2756, - 3.72, - 2763, - 3.72, - 2958, - 4.986, - 3122, - 4.463, - 3158, - 5.243, - 3233, - 4.463, - 3310, - 3.861, - 3361, - 4.78, - 3371, - 4.118, - 3618, - 5.761, - 3822, - 5.587, - 3908, - 4.463, - 4145, - 4.986, - 4572, - 4.986, - 4771, - 3.434, - 5386, - 4.986, - 5387, - 6.11, - 5388, - 5.587, - 5389, - 5.243, - 5390, - 8.34, - 5391, - 7.156, + 1173, + 1.003, + 1189, + 1.602, + 1202, + 1.682, + 1208, + 1.247, + 1212, + 1.671, + 1213, + 0.838, + 1216, + 1.104, + 1221, + 0.55, + 1256, + 0.688, + 1264, + 1.349, + 1265, + 0.906, + 1266, + 0.906, + 1269, + 1.578, + 1271, + 1.872, + 1272, + 3.385, + 1273, + 2.441, + 1275, + 3.658, + 1279, + 4.131, + 1283, + 5.361, + 1291, + 0.664, + 1295, + 1.935, + 1296, + 1.062, + 1298, + 1.294, + 1302, + 0.811, + 1312, + 0.811, + 1323, + 2.49, + 1326, + 1.735, + 1328, + 0.838, + 1332, + 1.678, + 1333, + 0.953, + 1340, + 1.453, + 1343, + 0.615, + 1375, + 0.811, + 1378, + 0.676, + 1379, + 1.649, + 1381, + 2.513, + 1386, + 0.811, + 1393, + 0.869, + 1395, + 1.872, + 1401, + 0.676, + 1403, + 0.527, + 1406, + 0.507, + 1411, + 3.355, + 1412, + 0.748, + 1413, + 3.839, + 1420, + 0.869, + 1422, + 1.872, + 1425, + 0.906, + 1432, + 1.151, + 1434, + 1.427, + 1435, + 0.869, + 1436, + 1.545, + 1440, + 0.676, + 1456, + 5.411, + 1459, + 1.161, + 1460, + 0.624, + 1465, + 2.102, + 1471, + 2.555, + 1472, + 0.917, + 1478, + 2.149, + 1492, + 0.688, + 1500, + 1.414, + 1502, + 0.569, + 1510, + 1.837, + 1511, + 0.599, + 1525, + 0.702, + 1544, + 0.688, + 1548, + 0.599, + 1570, + 0.748, + 1596, + 1.885, + 1604, + 4.395, + 1628, + 0.46, + 1636, + 0.643, + 1650, + 0.664, + 1654, + 1.671, + 1661, + 0.556, + 1662, + 2.06, + 1666, + 1.766, + 1682, + 0.702, + 1691, + 0.788, + 1696, + 0.676, + 1713, + 0.583, + 1767, + 0.653, + 1774, + 1.038, + 1804, + 0.533, + 1871, + 1.381, + 1882, + 0.493, + 1884, + 1.21, + 1894, + 0.731, + 1895, + 5.182, + 1901, + 2.712, + 1909, + 0.953, + 1911, + 0.569, + 1927, + 0.953, + 1928, + 1.104, + 1932, + 0.731, + 1942, + 2.331, + 1955, + 1.453, + 1957, + 0.906, + 1973, + 3.96, + 1982, + 0.556, + 1989, + 1.168, + 1993, + 0.748, + 1997, + 1.168, + 1999, + 0.615, + 2006, + 1.861, + 2007, + 0.702, + 2019, + 0.748, + 2023, + 0.838, + 2028, + 0.748, + 2030, + 0.748, + 2049, + 0.702, + 2057, + 2.622, + 2073, + 0.838, + 2105, + 0.731, + 2121, + 3.034, + 2158, + 0.748, + 2164, + 0.885, + 2180, + 0.731, + 2220, + 0.664, + 2268, + 1.885, + 2271, + 0.869, + 2308, + 0.767, + 2337, + 0.788, + 2342, + 1.015, + 2346, + 2.441, + 2354, + 0.788, + 2355, + 1.602, + 2358, + 0.688, + 2370, + 1.015, + 2373, + 0.702, + 2377, + 1.453, + 2399, + 2.673, + 2429, + 3.663, + 2441, + 1.861, + 2452, + 5.083, + 2506, + 0.688, + 2532, + 0.716, + 2540, + 0.615, + 2544, + 0.716, + 2548, + 0.653, + 2550, + 0.643, + 2558, + 0.767, + 2631, + 2.239, + 2657, + 1.151, + 2665, + 0.953, + 2678, + 0.869, + 2684, + 0.653, + 2750, + 0.702, + 2752, + 3.246, + 2775, + 0.599, + 2778, + 1.349, + 2787, + 2.325, + 2800, + 1.015, + 2801, + 0.811, + 2822, + 1.735, + 2834, + 2.673, + 2863, + 1.602, + 2868, + 1.015, + 2869, + 0.906, + 2963, + 1.757, + 2967, + 1.349, + 2986, + 0.906, + 2994, + 0.731, + 3029, + 0.953, + 3047, + 0.906, + 3057, + 0.767, + 3092, + 0.869, + 3104, + 1.671, + 3139, + 0.838, + 3148, + 1.015, + 3176, + 0.838, + 3177, + 4.757, + 3182, + 5.208, + 3203, + 1.602, + 3252, + 0.748, + 3253, + 2.772, + 3261, + 1.545, + 3318, + 0.869, + 3324, + 0.869, + 3415, + 0.607, + 3474, + 0.767, + 3484, + 0.953, + 3569, + 1.414, + 3574, + 0.811, + 3576, + 0.869, + 3583, + 1.453, + 3595, + 1.496, + 3600, + 0.906, + 3621, + 0.869, + 3623, + 0.869, + 3626, + 1.757, + 3648, + 0.906, + 3653, + 0.953, + 3674, + 1.545, + 3677, + 0.906, + 3679, + 0.838, + 3708, + 1.671, + 3709, + 0.838, + 3777, + 0.953, + 3797, + 0.716, + 3853, + 0.906, + 3864, + 3.663, + 3890, + 0.748, + 3902, + 0.702, + 4013, + 1.757, + 4095, + 3.24, + 4104, + 1.766, + 4174, + 0.869, + 4180, + 0.838, + 4186, + 1.015, + 4195, + 0.906, + 4244, + 0.811, + 4287, + 2.229, + 4325, + 1.757, + 4361, + 3.24, + 4364, + 2.021, + 4366, + 1.015, + 4382, + 1.757, + 4391, + 1.872, + 4392, + 0.869, + 4422, + 0.953, + 4466, + 0.767, + 4564, + 0.869, + 4595, + 0.716, + 4596, + 0.906, + 4652, + 1.015, + 4698, + 3.761, + 4711, + 0.906, + 4729, + 0.906, + 4783, + 1.496, + 4849, + 0.838, + 4857, + 1.186, + 4880, + 1.496, + 4935, + 1.015, + 4943, + 2.445, + 4999, + 1.015, + 5116, + 1.671, + 5156, + 1.545, + 5195, + 0.953, + 5205, + 1.015, + 5280, + 0.869, + 5341, + 1.11, + 5342, + 1.11, + 5343, + 1.11, + 5344, + 1.015, + 5345, + 5.766, + 5346, + 1.015, + 5347, + 0.953, + 5348, + 1.015, + 5349, + 1.872, + 5350, + 1.015, + 5351, + 1.015, + 5352, + 5.766, + 5353, + 1.11, + 5354, + 1.11, + 5355, + 2.849, + 5356, + 2.048, + 5357, + 2.048, + 5358, + 2.849, + 5359, + 3.24, + 5360, + 1.015, + 5361, + 1.015, + 5362, + 1.015, + 5363, + 5.766, + 5364, + 4.282, + 5365, + 1.602, + 5366, + 1.671, + 5367, + 2.605, + 5368, + 1.11, + 5369, + 1.11, + 5370, + 2.605, + 5371, + 1.015, + 5372, + 1.015, + 5373, + 1.11, + 5374, + 1.015, + 5375, + 1.872, + 5376, + 3.794, + 5377, + 1.872, + 5378, + 1.11, + 5379, + 1.757, + 5380, + 4.282, + 5381, + 1.015, + 5382, + 1.872, + 5383, + 2.048, + 5384, + 1.757, + 5385, + 1.872, + 5386, + 1.11, + 5387, + 1.11, + 5388, + 2.048, + 5389, + 1.015, + 5390, + 4.149, + 5391, + 8.929, 5392, - 4.335, + 6.904, 5393, - 4.986, + 2.849, 5394, - 6.11, + 4.715, 5395, - 6.11, + 1.11, 5396, - 5.587 + 1.11, + 5397, + 2.048, + 5398, + 2.048, + 5399, + 1.11, + 5400, + 2.149, + 5401, + 2.048, + 5402, + 1.11, + 5403, + 6.772, + 5404, + 1.11, + 5405, + 1.11, + 5406, + 1.11, + 5407, + 2.048, + 5408, + 1.11, + 5409, + 2.605, + 5410, + 1.11, + 5411, + 1.11, + 5412, + 1.11, + 5413, + 2.849, + 5414, + 1.11, + 5415, + 1.11, + 5416, + 1.872, + 5417, + 1.11, + 5418, + 1.872, + 5419, + 1.015, + 5420, + 1.11, + 5421, + 1.015, + 5422, + 2.849, + 5423, + 1.11, + 5424, + 1.11, + 5425, + 2.284, + 5426, + 2.048, + 5427, + 1.11, + 5428, + 1.11, + 5429, + 1.11, + 5430, + 2.048, + 5431, + 2.849, + 5432, + 1.11, + 5433, + 1.11, + 5434, + 1.015, + 5435, + 1.11, + 5436, + 2.048, + 5437, + 1.015, + 5438, + 1.11, + 5439, + 1.11, + 5440, + 1.11, + 5441, + 1.11, + 5442, + 1.11, + 5443, + 2.048, + 5444, + 1.11, + 5445, + 1.11, + 5446, + 1.11, + 5447, + 1.11, + 5448, + 1.015, + 5449, + 1.11, + 5450, + 1.11, + 5451, + 1.11, + 5452, + 1.11, + 5453, + 1.11, + 5454, + 2.849, + 5455, + 1.015, + 5456, + 1.11, + 5457, + 1.11, + 5458, + 2.849, + 5459, + 0.953, + 5460, + 2.048, + 5461, + 0.953, + 5462, + 1.11, + 5463, + 1.11, + 5464, + 1.11, + 5465, + 1.11, + 5466, + 2.048, + 5467, + 2.048, + 5468, + 1.11, + 5469, + 0.869, + 5470, + 2.048, + 5471, + 1.11, + 5472, + 1.11, + 5473, + 1.11, + 5474, + 1.11, + 5475, + 1.11, + 5476, + 1.015, + 5477, + 1.015, + 5478, + 1.015, + 5479, + 2.048, + 5480, + 0.953, + 5481, + 1.015, + 5482, + 1.015, + 5483, + 1.015, + 5484, + 1.015, + 5485, + 1.11, + 5486, + 1.11, + 5487, + 2.048, + 5488, + 1.015, + 5489, + 1.11, + 5490, + 1.671, + 5491, + 1.11, + 5492, + 1.11, + 5493, + 1.11, + 5494, + 1.11, + 5495, + 2.048, + 5496, + 1.11, + 5497, + 0.953, + 5498, + 1.11, + 5499, + 1.11, + 5500, + 1.11 ] ], [ - "type/manuals/android", + "type/manuals/debugging-native-code-android", [ 0, 0.731 ] ], [ - "data/manuals/android", + "data/manuals/debugging-native-code-android", [ 0, - 0.383, + 0.709, 1, - 0.801, + 1.48, 2, - 0.792, + 1.465, 3, - 0.822, + 1.519, 4, - 0.822, + 1.519, 5, - 0.826, + 1.527, 6, - 0.826, + 1.527, 7, - 1.543, + 1.589, 8, - 1.154, - 9, - 0.974, + 2.789, 10, - 0.571, - 11, - 1.06, - 16, - 1.06, - 19, - 1.813, - 21, - 1.979, - 22, - 2.664, - 23, - 1.578, - 24, - 2.902, - 26, - 1.705, - 28, - 1.111, - 29, - 1.8, - 30, - 1.118, - 31, - 4.245, - 32, - 1.844, - 33, - 1.323, - 35, - 0.931, + 1.737, + 18, + 1.128, + 20, + 1.392, 36, - 1.906, - 39, - 1.237, - 41, - 1.849, + 1.154, + 38, + 1.163, 42, - 0.746, + 1.051, + 43, + 4.169, 46, - 0.871, - 48, - 2.384, - 51, - 1.37, - 54, - 1.402, - 60, - 2.592, - 67, - 1.097, - 68, - 2.199, - 70, - 1.8, - 71, - 2.042, - 74, - 1.105, + 1.586, + 55, + 2.776, + 57, + 0.74, + 59, + 0.725, + 62, + 1.914, 77, - 1.871, - 86, - 1.525, - 97, - 0.958, - 101, - 1.486, - 110, - 1.042, - 112, - 1.978, - 137, + 1.664, + 78, + 2.568, + 79, + 0.944, + 84, + 3.442, + 91, + 2.742, + 99, + 0.962, + 100, 1.086, - 140, - 4.324, - 141, - 1.942, + 106, + 1.037, + 107, + 1.756, + 109, + 2.171, + 110, + 3.646, + 113, + 1.61, + 117, + 3.405, + 122, + 2.873, + 124, + 2.523, + 125, + 1.76, + 132, + 1.988, 142, - 5.613, - 143, - 4.801, - 144, - 2.624, - 147, - 4.127, - 151, - 1.469, - 152, - 2.824, + 1.721, + 148, + 1.187, + 149, + 2.203, + 153, + 2.522, 158, - 1.062, - 159, - 1.897, - 160, - 0.561, - 161, - 1.975, - 162, - 0.805, - 181, - 2.045, - 191, - 2.376, - 217, - 1.256, - 224, - 1.392, - 234, - 0.952, - 237, - 1.681, + 1.692, + 169, + 0.861, + 196, + 3.447, + 198, + 2.513, + 201, + 1.3, + 207, + 1.926, + 208, + 3.533, + 229, + 1.061, + 236, + 5.247, + 238, + 4.515, + 240, + 1.646, + 241, + 1.72, 247, - 1.556, - 248, - 1.415, - 250, - 2.449, - 256, - 1.87, - 258, - 7.054, + 1.914, 261, - 1.624, - 263, - 2.711, - 264, - 2.285, - 269, - 3.692, - 272, - 1.873, - 274, - 2.862, - 278, - 1.547, - 281, - 2.533, - 290, - 1.089, - 291, - 2.185, - 293, - 2.552, - 294, - 1.377, + 2.458, + 268, + 1.64, + 286, + 3.998, + 292, + 3.442, 300, - 2.221, - 302, - 1.174, - 303, - 1.307, - 316, - 0.941, - 317, - 1.897, - 336, - 1.429, - 339, - 1.897, - 346, - 1.218, - 349, - 1.666, - 350, - 1.683, - 352, - 2.686, - 355, - 2.701, - 366, - 1.415, - 384, - 1.33, - 391, - 1.069, - 393, - 2.061, + 3.206, + 313, + 3.15, + 392, + 2.815, 402, - 1.353, - 423, - 4.368, - 424, - 2.425, - 427, - 2.451, - 428, - 1.568, - 430, - 1.457, - 431, - 1.906, - 435, - 2.11, - 444, - 1.687, - 465, - 0.773, - 469, - 1.2, - 509, - 1.759, - 521, - 3.142, - 527, - 1.813, - 530, - 1.734, - 547, - 1.503, + 3.079, + 441, + 2.899, + 452, + 1.682, + 457, + 2.852, + 490, + 2.417, + 524, + 2.691, 548, - 2.223, - 568, - 1.286, - 573, - 4.766, - 576, - 2.959, + 3.812, + 552, + 1.721, + 555, + 2.516, 580, - 1.517, - 581, - 1.016, - 594, - 1.286, - 595, - 1.134, - 611, - 4.417, - 616, - 1.605, - 622, - 2.062, - 623, - 3.134, - 633, - 2.771, - 655, - 2.223, - 683, - 2.449, - 692, - 1.71, - 701, - 1.873, - 704, - 1.842, - 726, - 1.402, - 733, - 1.941, - 758, - 1.353, - 767, - 1.71, - 793, - 1.586, - 804, - 1.568, - 808, - 1.111, - 811, - 1.318, - 827, - 1.924, - 858, - 0.992, + 3.657, + 635, + 5.293, + 642, + 4.676, + 648, + 2.805, + 649, + 3.462, + 674, + 4.025, + 685, + 2.359, + 703, + 2.269, + 709, + 3.657, + 744, + 4.833, + 751, + 2.34, + 765, + 2.027, + 774, + 2.616, + 834, + 2.867, + 852, + 3.998, 859, - 1.652, - 860, - 1.939, - 862, - 1.586, - 884, - 1.759, - 891, - 1.76, - 914, - 1.842, - 939, - 1.666, - 947, - 1.813, - 969, - 3.05, - 977, - 2.801, - 996, - 1.785, - 998, - 3.804, - 1007, - 2.221, - 1011, - 1.429, - 1039, - 2.018, - 1058, - 2.11, - 1074, - 2.562, - 1076, - 2.361, - 1078, - 1.307, - 1080, - 2.11, - 1129, - 1.353, - 1156, - 2.285, - 1179, - 1.978, - 1200, - 1.457, - 1203, - 2.11, - 1234, - 1.534, - 1274, - 1.978, - 1279, - 2.062, - 1285, - 2.686, - 1289, - 5.418, - 1319, - 1.687, - 1334, - 2.554, - 1348, - 1.666, - 1360, - 4.878, - 1371, - 4.286, + 2.899, + 894, + 2.287, + 895, + 2.776, + 901, + 2.501, + 904, + 4.105, + 916, + 4.227, + 1066, + 2.269, + 1067, + 1.891, + 1079, + 2.805, + 1104, + 2.014, + 1106, + 4.966, + 1176, + 5.415, + 1332, + 2.34, + 1340, + 4.105, 1375, - 2.554, - 1387, - 2.554, - 1423, - 2.69, - 1482, - 2.554, - 1488, - 1.759, - 1491, - 1.551, - 1507, - 3.955, - 1508, - 4.125, - 1510, - 1.687, - 1549, - 1.734, - 1577, - 2.162, - 1578, - 1.873, - 1585, - 3.955, - 1614, - 2.162, - 1622, - 1.534, - 1636, - 1.645, - 1644, - 2.018, - 1672, - 1.813, - 1675, - 3.33, - 1693, - 1.813, - 1695, - 3.083, - 1700, - 6.044, - 1705, - 1.227, - 1752, - 2.361, - 1753, - 2.286, - 1762, - 1.813, - 1764, - 2.928, - 1775, - 2.162, - 1793, - 2.361, - 1799, - 1.759, - 1816, - 2.018, - 1821, - 2.244, - 1850, - 1.873, - 1901, - 2.554, - 1902, - 1.687, - 1929, - 1.551, - 1930, - 1.624, - 1959, - 2.162, - 1977, - 1.785, - 1993, - 4.286, + 4.227, + 1411, + 4.271, + 1428, + 3.162, + 1457, + 3.405, + 1465, + 2.041, + 1697, + 3.732, + 1698, + 3.588, + 1721, + 3.998, + 1769, + 2.667, + 1774, + 2.933, + 1896, + 3.901, + 1990, + 5.293, 1994, - 2.286, - 2070, - 1.813, - 2118, - 1.873, - 2133, - 2.449, - 2153, - 2.221, - 2193, - 2.221, - 2201, - 1.978, - 2204, - 3.025, - 2219, - 2.686, - 2222, - 2.286, - 2223, - 2.221, - 2226, - 2.686, - 2291, - 3.025, - 2340, - 2.221, - 2342, - 2.221, - 2429, - 2.554, - 2545, - 2.361, - 2652, - 2.062, - 2752, - 2.062, - 3044, - 5.852, - 3122, - 2.286, - 3182, - 2.11, - 3310, - 1.978, - 3334, - 2.449, - 3379, - 2.862, - 3418, - 5.4, - 3441, - 3.492, - 3443, - 2.862, - 3444, - 2.862, - 3445, - 5.507, - 3453, - 2.361, - 3520, - 4.623, - 3818, - 2.286, - 3828, - 2.554, - 4004, - 7.311, - 4007, - 2.062, - 4068, - 3.692, - 4093, - 2.862, - 4157, - 6.802, - 4158, - 7.327, - 4166, - 10.486, - 4170, - 2.286, - 4180, - 2.554, - 4182, - 3.955, - 4477, - 2.162, - 4512, - 2.862, - 4785, - 6.264, + 5.868, + 1997, + 3.3, + 2024, + 4.172, + 2155, + 3.732, + 2156, + 3.523, + 2268, + 3.079, + 2353, + 3.732, + 2433, + 4.807, + 2626, + 8.135, + 2770, + 4.722, + 2955, + 3.3, + 2964, + 4.722, + 2969, + 6.06, + 2981, + 3.998, + 3185, + 6.06, + 3260, + 4.966, + 3267, + 5.292, + 3342, + 3.588, + 3574, + 4.227, + 3938, + 3.901, + 4075, + 4.966, + 4397, + 4.527, + 4812, + 7.53, + 4890, + 4.966, + 4905, + 6.894, 4915, - 2.554, - 5002, - 2.221, - 5242, - 2.862, - 5389, - 2.686, - 5397, - 3.13, - 5398, - 3.13, - 5399, - 3.13, - 5400, - 3.13, - 5401, - 2.862, - 5402, - 2.862, - 5403, - 3.13, - 5404, - 3.13, - 5405, - 3.13, - 5406, - 3.13, - 5407, - 3.13, - 5408, - 3.13, - 5409, - 3.13, - 5410, - 3.13, - 5411, - 3.13, - 5412, - 3.13, - 5413, - 3.13, - 5414, - 3.13, - 5415, - 5.055, - 5416, - 3.13, - 5417, - 5.055, - 5418, - 5.055, - 5419, - 3.13, - 5420, - 3.13, - 5421, - 3.13, - 5422, - 5.055, - 5423, - 2.686, - 5424, - 2.686, - 5425, - 3.13, - 5426, - 3.13, - 5427, - 2.554, - 5428, - 2.449, - 5429, - 5.055, - 5430, - 3.13, - 5431, - 3.13, - 5432, - 3.13, - 5433, - 3.13, - 5434, - 3.13, - 5435, - 3.13, - 5436, - 3.13, - 5437, - 3.13, - 5438, - 2.686, - 5439, - 3.13, - 5440, - 3.13, - 5441, - 4.338, - 5442, - 3.13, - 5443, - 3.13, - 5444, - 3.13, - 5445, - 2.862, - 5446, - 4.623, - 5447, - 2.862, - 5448, - 8.012, - 5449, - 2.862, - 5450, - 3.13, - 5451, - 3.13 + 5.292, + 4916, + 5.292, + 4918, + 4.527, + 4922, + 4.966, + 4923, + 5.292, + 4977, + 5.292, + 4986, + 5.292, + 5257, + 4.966, + 5501, + 5.292, + 5502, + 5.787, + 5503, + 5.787, + 5504, + 5.787, + 5505, + 8.034, + 5506, + 5.787, + 5507, + 5.787, + 5508, + 5.787, + 5509, + 5.787, + 5510, + 5.787, + 5511, + 5.787, + 5512, + 5.787, + 5513, + 5.787, + 5514, + 5.787 ] ], [ - "type/manuals/physics-messages", + "type/manuals/facebook", [ 0, 0.731 ] ], [ - "data/manuals/physics-messages", + "data/manuals/facebook", [ 0, - 0.844, + 1.217, 1, - 1.762, + 2.541, 2, - 1.744, + 2.515, 3, - 1.808, + 2.607, 4, - 1.808, + 2.607, 5, - 1.818, + 2.621, 6, - 1.818, - 7, - 1.541, - 8, - 1.422, - 16, - 0.622, - 21, - 2.33, - 23, - 1.489, - 30, - 1.125, - 32, - 1.72, - 33, - 1.341, - 68, - 1.563, - 74, - 1.189, - 99, - 2.584, - 102, - 2.672, - 103, - 5.234, - 104, - 3.655, - 105, - 6.406, - 106, - 4.508, - 107, - 5.234, - 108, - 4.202, - 110, - 3.7, - 117, - 4.251, - 137, - 1.345, - 161, - 1.367, - 163, - 5.362, - 166, - 3.166, - 172, - 2.791, - 198, - 2.251, - 201, - 4.872, - 218, - 2.642, - 237, - 2.322, - 290, - 2.398, - 297, - 2.158, - 300, - 1.935, - 316, - 2.718, - 337, - 2.513, - 343, - 1.959, - 350, - 2.293, - 425, - 4.69, - 437, - 3.905, - 491, - 2.878, - 501, - 4.271, - 533, - 5.437, - 594, - 2.831, - 644, - 3.575, - 682, - 5.053, - 697, - 2.567, - 808, - 2.446, - 858, - 2.184, - 1078, - 3.775, - 1348, - 3.666, - 1500, - 5.172, - 1556, - 6.035, - 1691, - 4.887, - 1705, - 3.544, - 1777, - 4.194, - 1844, - 5.007, - 1869, - 3.144, - 1920, - 5.079, - 1957, - 4.428, - 1977, - 3.929, - 2031, - 3.175, - 2144, - 6.253, - 2209, - 4.271, - 3073, - 4.887, - 3382, - 4.887, - 4477, - 4.759, - 4749, - 5.912, - 4982, - 6.601, - 5452, - 6.889, - 5453, - 7.755, - 5454, - 6.889, - 5455, - 6.889, - 5456, - 8.264, - 5457, - 7.755, - 5458, - 6.889, - 5459, - 6.889, - 5460, - 6.889, - 5461, - 6.889, - 5462, - 9.038, - 5463, - 9.038 + 2.621 ] ], [ - "type/manuals/editor-keyboard-shortcuts", + "type/manuals/physics-shapes", [ 0, 0.731 ] ], [ - "data/manuals/editor-keyboard-shortcuts", + "data/manuals/physics-shapes", [ - 0, - 1.094, - 1, - 2.284, - 2, - 2.261, - 3, - 2.344, - 4, - 2.344, - 5, - 2.356, - 6, - 2.356, 7, - 1.425, - 11, - 1.043, - 16, - 0.96, - 22, - 2.412, - 30, - 1.025, - 32, - 1.699, - 42, - 2.129, - 51, - 1.676, + 1.572, + 9, + 2.008, + 10, + 1.28, + 18, + 1.101, + 20, + 1.085, + 36, + 1.627, + 39, + 1.249, + 46, + 1.506, + 52, + 1.629, + 57, + 1.351, 59, - 4.516, - 161, - 1.773, + 0.953, + 75, + 4.107, + 76, + 4.342, + 79, + 0.855, + 89, + 3.234, + 90, + 2.226, + 99, + 1.012, + 100, + 1.111, + 102, + 2.715, + 103, + 1.363, + 105, + 2.375, + 106, + 1.673, + 107, + 1.126, + 113, + 1.186, + 125, + 1.8, + 126, + 2.296, + 134, + 4.323, + 135, + 3.428, + 142, + 1.76, + 148, + 2.295, + 150, + 1.498, + 151, + 2.452, + 160, + 1.75, + 169, + 1.214, + 170, + 2.27, + 194, + 1.489, + 202, + 3.288, + 213, + 5.262, + 226, + 2.801, + 229, + 1.085, 237, - 2.056, - 247, - 1.622, + 2.727, + 244, + 2.286, + 251, + 2.727, + 256, + 1.33, 263, - 3.287, - 291, - 3.068, - 297, - 2.797, + 1.77, + 268, + 1.208, + 269, + 1.851, + 294, + 3.376, 300, - 1.912, - 343, - 3.023, - 438, - 4.0, - 495, - 5.094, - 827, - 4.047, - 866, - 4.555, - 909, - 4.156, - 1153, - 5.437, - 1465, + 5.173, + 305, + 3.428, + 306, + 3.589, + 307, + 5.83, + 314, + 5.884, + 322, + 4.631, + 323, + 3.541, + 328, + 4.882, + 368, + 1.683, + 371, + 4.287, + 409, + 4.829, + 469, + 2.999, + 497, + 3.035, + 509, + 3.072, + 524, + 3.128, + 553, + 2.116, + 573, + 2.221, + 601, + 2.144, + 604, + 2.999, + 668, + 4.829, + 679, + 2.651, + 691, + 2.497, + 718, + 4.089, + 751, + 2.394, + 856, + 2.375, + 891, + 3.168, + 931, + 2.786, + 951, + 4.802, + 962, + 5.603, + 963, + 6.56, + 981, + 3.603, + 1002, + 5.408, + 1007, + 2.074, + 1014, + 3.817, + 1157, + 3.11, + 1179, + 7.002, + 1180, + 4.458, + 1187, + 4.089, + 1188, + 3.998, + 1210, + 5.412, + 1223, + 3.989, + 1229, + 3.899, + 1672, + 5.426, + 1770, + 4.968, + 1815, + 4.631, + 1866, + 3.376, + 1890, + 3.428, + 2070, + 3.74, + 2133, + 5.079, + 2136, + 3.899, + 2591, + 5.5, + 3838, + 4.323, + 4207, + 4.089, + 5515, + 5.919, + 5516, + 5.919, + 5517, + 5.919, + 5518, + 7.462, + 5519, + 7.002, + 5520, + 5.412, + 5521, + 9.204, + 5522, + 5.412, + 5523, + 8.16, + 5524, + 5.412, + 5525, + 8.013, + 5526, + 5.919, + 5527, + 8.16, + 5528, + 5.412, + 5529, + 5.919, + 5530, + 8.16, + 5531, + 5.412, + 5532, + 5.919, + 5533, + 8.637, + 5534, + 5.079, + 5535, + 4.829 + ] + ], + [ + "type/manuals/scene-editing", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/scene-editing", + [ + 0, + 1.214, + 1, + 2.535, + 2, + 2.509, + 3, + 2.601, + 4, + 2.601, + 5, + 2.615, + 6, + 2.615, + 7, + 1.244 + ] + ], + [ + "type/manuals/gui-clipping", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/gui-clipping", + [ + 7, + 0.869, + 10, + 1.96, + 18, + 1.118, + 20, + 1.426, + 22, + 2.845, + 28, + 4.901, + 39, + 1.461, + 46, + 1.53, + 57, + 1.16, + 58, + 5.567, + 59, + 1.031, + 62, + 2.29, + 79, + 0.971, + 95, + 4.705, + 99, + 0.989, + 100, + 1.701, + 106, + 1.24, + 107, + 1.725, + 126, + 2.268, + 133, + 4.954, + 148, + 1.42, + 150, + 1.753, + 153, + 1.571, + 168, + 5.636, + 169, + 1.504, + 201, + 1.556, + 240, + 2.578, + 244, + 3.503, + 268, + 2.19, + 269, + 2.592, + 271, + 3.593, + 274, + 5.336, + 282, + 3.43, + 288, + 3.732, + 332, + 3.018, + 333, + 1.958, + 338, + 8.625, + 341, + 5.539, + 362, + 4.667, + 387, + 3.198, + 392, + 2.426, + 402, + 3.684, + 421, + 8.939, + 428, + 5.425, + 429, + 4.395, + 471, + 1.856, + 489, + 3.222, + 496, + 4.219, + 497, + 3.55, + 499, + 6.433, + 500, + 2.526, + 501, + 5.223, + 543, + 2.778, + 544, + 6.264, + 561, + 2.194, + 598, + 4.465, + 601, + 2.509, + 691, + 2.118, + 692, + 3.402, + 898, + 2.458, + 913, + 4.375, + 923, + 3.393, + 931, + 1.916, + 942, + 5.223, + 948, + 2.736, + 1153, + 3.254, + 1264, + 4.561, + 1599, + 6.389, + 1877, + 5.65, + 2597, + 7.385, + 2783, + 4.912, + 2907, + 5.417, + 3616, + 6.623, + 5536, + 6.924, + 5537, + 6.924, + 5538, + 9.067, + 5539, + 6.924, + 5540, + 11.425, + 5541, + 11.642, + 5542, + 6.924 + ] + ], + [ + "type/manuals/editor-keyboard-shortcuts", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/editor-keyboard-shortcuts", + [ + 0, + 1.094, + 1, + 2.284, + 2, + 2.261, + 3, + 2.344, + 4, + 2.344, + 5, + 2.356, + 6, + 2.356, + 7, + 1.425, + 8, + 3.287, + 18, + 1.025, + 42, + 1.622, + 59, + 0.96, + 90, + 2.129, + 99, + 1.043, + 100, + 1.676, + 103, + 2.056, + 107, + 1.699, + 126, + 1.773, + 149, + 4.047, + 153, + 2.412, + 197, + 3.068, + 240, + 3.023, + 241, + 1.912, + 261, + 4.516, + 496, + 4.156, + 504, 4.526, - 1516, + 555, + 2.797, + 765, 3.129, - 2266, + 793, 4.156, - 2344, + 1411, + 4.555, + 1629, + 4.0, + 1648, + 5.094, + 1978, + 9.722, + 1979, + 5.437, + 2121, 5.255, - 3144, + 2429, 6.987, - 5004, - 7.287, - 5464, - 9.722 + 2471, + 7.287 ] ], [ - "type/manuals/extensions-best-practices", + "type/manuals/3dgraphics", [ 0, 0.731 ] ], [ - "data/manuals/extensions-best-practices", + "data/manuals/3dgraphics", [ 0, - 0.465, + 1.214, 1, - 0.97, + 2.535, 2, - 1.49, + 2.509, 3, - 0.995, + 2.601, 4, - 1.545, + 2.601, 5, - 1.001, + 2.615, 6, - 1.001, + 2.615, 7, - 1.475, + 1.244 + ] + ], + [ + "type/manuals/extensions-gradle", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/extensions-gradle", + [ + 0, + 0.98, + 1, + 2.047, + 2, + 2.026, + 3, + 2.101, + 4, + 2.101, + 5, + 2.112, + 6, + 2.112, + 7, + 1.549, 8, - 1.373, + 2.239, + 18, + 1.106, + 38, + 0.889, + 39, + 1.689, + 42, + 1.454, + 46, + 1.419, + 52, + 2.738, + 59, + 1.022, + 61, + 7.217, + 76, + 4.258, + 77, + 1.657, + 79, + 0.68, + 99, + 0.883, + 103, + 1.843, + 113, + 1.603, + 116, + 3.115, + 148, + 1.642, + 229, + 1.467, + 231, + 3.003, + 236, + 4.009, + 256, + 1.798, + 269, + 1.816, + 285, + 3.584, + 313, + 4.438, + 342, + 3.584, + 524, + 2.68, + 633, + 4.056, + 646, + 5.04, + 675, + 3.069, + 683, + 4.224, + 691, + 2.449, + 692, + 3.003, + 729, + 5.76, + 808, + 4.258, + 924, + 3.799, + 996, + 5.04, + 1066, + 3.9, + 1067, + 2.614, + 1104, + 2.785, + 1283, + 4.372, + 1323, + 3.343, + 1511, + 4.314, + 1882, + 3.552, + 2007, + 5.057, + 2020, + 5.845, + 2024, + 3.618, + 2089, + 4.497, + 2339, + 6.867, + 3252, + 5.394, + 3391, + 8.115, + 4733, + 9.895, + 5543, + 8.003, + 5544, + 8.003, + 5545, + 8.003, + 5546, + 8.003, + 5547, + 8.003, + 5548, + 8.003, + 5549, + 8.003, + 5550, + 8.003, + 5551, + 8.003, + 5552, + 8.003, + 5553, + 6.261 + ] + ], + [ + "type/manuals/editor", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/editor", + [ + 0, + 0.283, + 1, + 0.592, + 2, + 0.586, + 3, + 0.607, + 4, + 0.607, + 5, + 0.61, + 6, + 0.61, + 7, + 1.539, + 8, + 3.053, 9, - 0.938, + 1.741, 10, - 1.316, + 1.309, 11, - 0.98, - 13, - 1.254, - 14, - 2.62, - 16, - 0.951, - 21, - 1.473, - 22, - 2.204, + 1.425, + 12, + 1.056, + 18, + 1.142, + 20, + 1.401, 23, - 1.757, - 27, - 2.397, - 28, - 3.124, - 29, - 2.368, - 30, - 1.113, - 32, - 2.073, - 33, - 1.525, - 41, - 2.097, + 2.32, + 36, + 2.027, + 38, + 1.073, + 42, + 0.715, + 44, + 0.966, + 45, + 1.559, 46, - 2.262, + 1.682, + 48, + 3.506, + 49, + 3.911, + 50, + 3.354, 51, - 1.651, + 2.873, + 52, + 2.032, + 54, + 1.098, + 56, + 0.9, + 57, + 1.334, + 59, + 1.042, + 60, + 1.428, + 61, + 1.434, + 65, + 2.592, + 67, + 3.4, 68, - 1.844, + 4.94, + 69, + 2.412, 70, - 0.852, + 3.64, 71, - 1.207, - 72, - 1.498, + 3.545, + 73, + 5.182, 74, - 1.145, + 4.288, + 75, + 2.663, + 76, + 2.731, 77, - 1.857, + 1.528, + 78, + 1.746, + 79, + 0.951, + 82, + 1.559, + 84, + 2.199, + 85, + 4.416, 86, - 1.593, + 0.751, 87, - 2.438, + 1.462, + 90, + 1.223, 91, - 2.765, + 3.36, 92, - 3.023, + 1.579, + 93, + 3.309, 94, - 2.035, + 1.077, 96, - 3.463, - 97, - 1.16, + 0.733, + 99, + 1.054, + 100, + 1.622, + 102, + 1.557, + 103, + 1.182, + 106, + 1.485, + 107, + 1.838, + 108, + 2.315, + 109, + 1.476, + 110, + 2.392, 111, - 1.27, - 137, - 1.209, - 140, - 1.747, - 141, - 1.445, - 146, - 1.498, - 149, - 1.181, - 151, - 1.707, + 0.966, + 113, + 1.661, + 116, + 0.9, + 121, + 0.765, + 122, + 1.885, + 126, + 1.563, + 143, + 1.122, + 148, + 2.085, 152, - 2.536, + 1.492, + 153, + 2.457, 158, - 1.996, - 159, - 2.208, - 160, - 1.799, - 161, - 1.168, - 162, - 1.854, - 181, - 1.534, - 182, - 1.522, - 191, - 2.228, + 0.676, + 169, + 1.098, + 172, + 2.257, + 174, + 0.943, + 177, + 2.738, + 193, + 1.434, + 194, + 1.105, 196, - 1.286, + 0.8, + 197, + 0.795, + 198, + 2.681, + 199, + 0.991, + 201, + 1.942, + 202, + 2.217, + 203, + 1.247, + 204, + 2.968, + 206, + 4.772, + 207, + 1.309, + 208, + 3.463, + 210, + 0.936, + 211, + 1.036, + 215, + 1.159, + 219, + 1.81, + 225, + 2.652, + 226, + 1.685, + 229, + 1.519, + 230, + 0.805, + 231, + 3.813, + 234, + 1.319, 235, - 3.254, - 237, - 2.026, + 2.486, + 236, + 1.159, + 239, + 1.018, + 240, + 1.459, + 241, + 1.453, + 243, + 1.146, 247, - 1.824, + 1.698, + 249, + 1.11, + 250, + 1.983, + 251, + 1.813, + 253, + 1.971, 256, - 2.39, - 273, - 1.476, - 277, - 1.278, - 278, - 1.16, + 1.525, + 257, + 0.914, + 260, + 0.78, + 268, + 1.692, + 269, + 1.675, + 280, + 0.907, 281, - 1.9, - 290, - 1.32, - 291, - 1.303, - 297, - 1.188, - 298, - 2.308, + 1.434, + 295, + 1.813, 300, - 1.544, - 302, - 1.423, - 309, - 1.879, - 314, - 2.445, - 316, - 1.77, - 320, - 3.769, - 339, - 2.208, - 343, - 1.078, - 346, - 1.476, - 350, - 2.4, - 351, - 4.027, - 364, - 1.534, - 365, - 2.196, + 1.282, + 305, + 2.278, + 306, + 3.645, + 307, + 2.278, + 313, + 0.907, + 328, + 2.354, + 353, + 0.928, + 360, + 1.81, + 361, + 2.884, + 368, + 1.119, 371, - 2.77, - 391, - 2.009, - 393, - 3.587, + 4.354, + 382, + 0.833, + 386, + 2.116, + 390, + 1.657, + 392, + 2.121, 400, - 1.879, - 407, - 1.822, - 409, - 2.397, + 1.559, 411, - 2.738, - 421, - 4.299, - 426, - 2.044, - 427, - 1.838, - 429, - 2.636, - 430, - 2.738, - 444, - 2.044, - 465, - 0.936, - 469, - 2.257, - 491, - 1.584, - 496, - 2.018, - 501, - 2.351, - 521, - 2.828, - 547, - 2.616, - 553, - 2.131, + 1.201, + 412, + 2.652, + 428, + 1.384, + 433, + 1.604, + 452, + 0.673, + 456, + 2.767, + 457, + 0.821, + 464, + 1.81, + 471, + 0.62, + 502, + 1.524, + 509, + 4.301, + 519, + 3.376, + 521, + 1.369, + 523, + 2.042, + 524, + 1.318, + 533, + 1.282, + 534, + 1.087, + 554, + 1.926, + 555, + 1.232, + 561, + 2.151, 573, - 3.26, - 576, - 4.094, - 580, - 1.838, + 0.868, + 574, + 1.11, + 579, + 1.159, 581, - 1.231, - 590, - 1.254, + 1.247, 594, - 1.558, - 598, - 5.116, - 611, - 1.683, - 624, - 1.9, - 625, - 3.254, - 645, - 2.018, + 4.804, + 600, + 3.54, + 601, + 0.838, + 614, + 0.907, + 629, + 2.041, + 631, + 1.146, + 635, + 1.524, + 636, + 1.968, + 648, + 1.122, 659, - 2.308, - 674, - 2.498, - 714, - 3.212, + 2.244, + 672, + 1.077, + 673, + 2.278, + 675, + 0.887, + 676, + 1.056, + 681, + 2.967, + 683, + 0.983, + 685, + 0.943, + 689, + 1.036, + 691, + 0.708, + 692, + 2.272, + 701, + 2.697, + 703, + 0.907, + 710, + 1.122, + 717, + 1.361, 723, - 2.044, - 726, - 3.641, - 730, - 3.795, - 737, - 1.423, - 743, - 1.838, - 754, - 1.625, - 765, - 2.445, - 776, - 2.612, - 780, - 4.557, - 790, - 2.269, - 792, - 3.42, + 2.395, + 738, + 1.384, + 740, + 1.172, + 747, + 1.3, + 768, + 2.116, + 771, + 4.021, + 772, + 2.718, + 773, + 0.838, + 774, + 1.046, + 775, + 1.282, + 785, + 3.87, + 789, + 1.745, 793, - 2.982, - 799, - 2.397, - 802, - 1.9, - 804, - 2.948, - 808, - 1.346, - 811, - 3.038, - 851, - 1.992, + 1.077, + 795, + 1.492, + 807, + 1.34, + 819, + 3.02, + 823, + 1.524, + 824, + 1.81, + 825, + 1.81, + 834, + 1.146, + 845, + 1.559, 856, - 2.861, - 858, - 1.202, + 0.928, 859, - 2.874, - 860, - 1.454, - 884, - 4.944, - 888, - 2.967, - 891, - 3.062, + 1.159, + 877, + 1.559, + 893, + 1.985, + 894, + 0.914, + 895, + 1.11, 901, - 1.968, - 907, - 3.468, - 914, - 2.232, - 942, + 1.7, + 910, + 1.231, + 912, + 1.492, + 923, + 1.134, + 924, + 1.098, + 931, + 2.724, + 932, + 1.641, + 934, + 1.641, + 935, + 1.146, + 939, + 2.999, + 941, + 0.907, + 947, + 2.067, + 975, + 1.11, + 977, + 1.231, + 994, + 6.131, + 995, + 1.462, + 996, + 1.172, + 999, + 1.066, + 1007, + 2.904, + 1010, + 2.109, + 1043, + 1.0, + 1064, 2.967, - 969, - 1.819, - 1002, - 4.604, - 1009, - 2.232, - 1040, - 2.498, - 1042, - 1.992, - 1081, - 3.254, + 1072, + 1.888, + 1097, + 3.182, 1107, - 1.838, - 1160, - 2.362, - 1166, - 1.8, - 1167, - 3.054, - 1174, - 3.521, - 1175, - 2.498, - 1176, - 2.69, - 1179, - 2.397, - 1184, - 2.861, - 1200, - 1.765, - 1234, - 1.858, - 1236, - 2.397, - 1244, - 1.858, - 1274, - 5.884, - 1282, - 3.468, + 1.949, + 1112, + 2.116, + 1113, + 1.81, + 1126, + 1.159, + 1127, + 1.69, + 1133, + 2.697, + 1155, + 1.907, + 1188, + 1.928, + 1191, + 2.968, + 1207, + 1.69, + 1212, + 3.21, + 1213, + 1.745, + 1214, + 5.236, + 1217, + 1.745, + 1250, + 1.3, + 1256, + 1.434, + 1258, + 2.592, + 1265, + 3.21, + 1275, + 1.641, 1284, - 3.859, - 1285, - 3.254, - 1290, - 3.463, - 1292, - 6.132, + 1.492, + 1286, + 4.295, + 1291, + 1.384, 1293, - 3.782, - 1319, - 5.784, + 1.745, 1323, - 4.604, - 1326, - 2.77, - 1359, - 2.163, + 0.966, + 1332, + 1.591, + 1344, + 4.693, 1382, - 2.445, - 1397, - 2.498, - 1432, - 5.642, - 1467, - 2.163, - 1516, - 2.062, - 1538, - 3.254, - 1549, - 2.101, - 1552, - 2.967, - 1558, - 2.309, - 1559, - 2.556, - 1586, - 1.819, - 1592, - 2.044, - 1595, - 3.094, - 1601, - 2.967, - 1611, - 2.232, - 1617, - 2.445, - 1624, - 3.468, - 1642, - 3.649, - 1655, - 3.254, + 1.282, + 1387, + 1.492, + 1403, + 1.098, + 1411, + 0.991, + 1413, + 3.686, + 1426, + 2.395, + 1441, + 1.69, + 1479, + 1.361, + 1486, + 1.641, + 1491, + 1.888, + 1493, + 1.598, + 1495, + 1.282, + 1500, + 4.182, + 1541, + 1.247, + 1566, + 2.968, + 1570, + 1.559, + 1603, + 2.116, + 1616, + 1.462, + 1628, + 1.63, + 1629, + 1.036, 1662, - 1.747, - 1678, - 2.308, - 1685, - 2.861, + 1.73, + 1689, + 2.791, + 1690, + 1.559, + 1725, + 1.462, 1727, - 5.268, - 1745, - 2.445, - 1755, - 3.254, - 1763, - 2.861, - 1775, - 2.62, - 1797, - 2.269, - 1821, - 1.683, - 1822, - 1.403, - 1843, - 4.471, - 1853, - 5.797, + 1.888, + 1774, + 1.994, + 1804, + 1.11, + 1814, + 2.32, + 1848, + 2.486, + 1871, + 1.122, 1882, - 3.719, - 1898, - 1.534, - 1968, - 2.967, - 1970, - 3.468, + 2.278, + 1884, + 0.983, + 1894, + 2.592, + 1908, + 1.046, + 1933, + 4.41, + 1939, + 3.749, + 1948, + 1.231, + 1974, + 5.537, 1975, - 3.967, - 2045, - 3.254, - 2164, - 2.351, - 2276, - 3.468, - 2281, - 2.351, - 2282, - 2.861, - 2379, - 2.397, - 2380, - 2.967, - 2389, - 2.62, - 2645, - 2.498, - 2809, - 2.967, - 2843, - 4.751, - 2859, - 3.468, - 2965, - 2.69, - 2985, - 4.066, - 3135, - 2.967, - 3313, - 3.254, - 3373, - 2.269, - 3591, - 2.861, - 3825, - 4.44, - 3826, - 2.967, - 3833, - 3.094, - 4044, - 3.094, - 4212, - 6.359, - 4219, - 4.44, - 4220, - 3.254, - 4742, - 5.382, - 4770, - 2.397, - 4771, - 3.307, - 4800, - 3.254, - 4868, - 3.254, - 4942, - 3.132, - 5063, - 3.468, - 5065, - 3.094, - 5214, - 3.254, - 5221, - 3.254, - 5338, - 6.595, - 5427, - 3.094, - 5449, - 3.468, - 5465, - 3.792, - 5466, - 3.792, - 5467, - 3.792, - 5468, - 5.885, - 5469, - 3.792, - 5470, - 3.792, - 5471, - 3.792, - 5472, - 3.792, - 5473, - 3.792, - 5474, - 8.128, - 5475, - 3.094, + 0.293, + 1989, + 2.244, + 1997, + 1.319, + 1999, + 1.282, + 2049, + 1.462, + 2054, + 1.319, + 2057, + 3.243, + 2080, + 1.559, + 2130, + 1.888, + 2136, + 1.524, + 2158, + 1.559, + 2217, + 2.395, + 2345, + 1.69, + 2346, + 1.361, + 2360, + 1.247, + 2423, + 1.745, + 2429, + 1.81, + 2431, + 1.985, + 2434, + 1.641, + 2441, + 1.216, + 2442, + 1.69, + 2516, + 2.791, + 2540, + 2.179, + 2827, + 1.888, + 2833, + 3.597, + 2834, + 3.872, + 2837, + 3.243, + 2850, + 1.745, + 2852, + 1.69, + 2918, + 1.745, + 2961, + 1.69, + 2969, + 1.745, + 2981, + 1.598, + 2991, + 4.567, + 3146, + 4.693, + 3204, + 1.745, + 3420, + 1.985, + 3486, + 1.598, + 3506, + 1.888, + 3558, + 3.21, + 3572, + 1.745, + 3574, + 3.749, + 3575, + 2.116, + 3693, + 1.492, + 3696, + 1.888, + 3710, + 1.888, + 3897, + 2.486, + 4207, + 1.598, + 4227, + 1.81, + 4234, + 3.597, + 4242, + 1.641, + 4247, + 1.888, + 4353, + 1.81, + 4360, + 3.376, + 4363, + 2.116, + 4364, + 1.641, + 4369, + 1.81, + 4375, + 2.116, + 4389, + 1.985, + 4412, + 2.116, + 4429, + 3.21, + 4595, + 3.904, + 4881, + 2.116, + 4940, + 1.985, + 4968, + 1.81, + 5371, + 2.116, + 5389, + 4.693, 5476, - 3.792, - 5477, - 3.792, - 5478, - 3.792, - 5479, - 6.974, - 5480, - 3.792, - 5481, - 3.468, - 5482, - 3.094, - 5483, - 5.885, - 5484, - 8.128, - 5485, - 3.468, - 5486, - 3.792, - 5487, - 3.792, - 5488, - 3.792, - 5489, - 3.792, - 5490, - 3.792, - 5491, - 3.792, - 5492, - 3.792, - 5493, - 3.792, - 5494, - 3.792, - 5495, - 5.885, - 5496, - 3.468, - 5497, - 3.792, - 5498, - 3.792, - 5499, - 3.792, - 5500, - 3.094, - 5501, - 3.792, - 5502, - 3.468, - 5503, - 3.792, - 5504, - 3.792, - 5505, - 3.792, - 5506, - 3.792 - ] - ], - [ - "type/manuals/gui-particlefx", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/gui-particlefx", - [ - 0, - 1.08, - 1, - 2.255, - 2, - 2.232, - 3, + 2.116, + 5533, + 1.985, + 5554, + 3.934, + 5555, + 3.934, + 5556, + 4.015, + 5557, + 1.985, + 5558, 2.314, - 4, + 5559, + 1.888, + 5560, 2.314, - 5, - 2.327, - 6, - 2.327, - 7, - 1.501, - 9, - 0.749, - 13, - 2.916, - 16, - 0.796, - 22, - 2.001, - 30, - 1.096, - 47, - 4.103, - 70, - 1.981, - 71, - 1.809, - 74, - 0.979, - 102, - 3.119, - 111, - 3.534, - 113, - 6.951, - 141, - 1.767, - 151, - 1.616, - 244, - 4.633, - 375, - 6.44, - 380, - 4.955, - 427, - 4.274, - 454, - 4.371, - 554, - 2.916, - 569, - 2.549, - 976, - 6.951, - 1253, - 6.226, - 1486, - 6.541, - 2081, - 8.609, - 5507, - 11.701, - 5508, - 8.063, - 5509, - 8.063 + 5561, + 2.314, + 5562, + 2.314, + 5563, + 2.314, + 5564, + 2.314, + 5565, + 2.116, + 5566, + 2.116, + 5567, + 2.314, + 5568, + 1.888, + 5569, + 2.314, + 5570, + 3.934, + 5571, + 2.314, + 5572, + 3.934, + 5573, + 4.567, + 5574, + 1.888, + 5575, + 2.314, + 5576, + 2.314, + 5577, + 2.116, + 5578, + 2.116, + 5579, + 2.314, + 5580, + 2.314, + 5581, + 2.314, + 5582, + 2.314, + 5583, + 2.314, + 5584, + 2.314, + 5585, + 2.314, + 5586, + 3.934, + 5587, + 2.314, + 5588, + 2.116, + 5589, + 2.116, + 5590, + 2.314, + 5591, + 2.314 ] ], [ - "type/manuals/physics", + "type/manuals/introduction", [ 0, 0.731 ] ], [ - "data/manuals/physics", + "data/manuals/introduction", [ 0, - 0.747, + 0.983, 1, - 1.015, + 1.154, 2, - 1.005, + 2.031, 3, - 1.042, + 1.184, 4, - 1.042, + 1.184, 5, - 1.047, + 1.191, 6, - 1.047, + 1.191, 7, - 1.504, - 8, - 1.427, + 1.511, 9, - 1.014, + 3.223, 10, - 1.731, + 2.23, 11, - 1.068, - 13, - 2.016, - 16, - 0.994, - 21, - 1.245, - 22, - 2.152, - 23, - 0.858, - 26, - 1.064, - 28, + 1.635, + 18, + 1.066, + 20, 1.409, - 29, - 1.871, - 30, - 1.112, - 32, - 2.03, - 33, - 1.482, - 34, - 4.233, - 41, - 1.154, - 44, - 1.593, + 36, + 1.6, + 38, + 0.987, + 42, + 2.003, 46, - 1.105, + 1.472, 49, - 1.419, - 51, - 1.563, + 2.323, + 52, + 1.242, + 55, + 2.165, + 57, + 1.49, 59, - 1.686, + 1.086, 60, - 1.618, - 63, - 1.904, - 70, - 1.871, - 71, - 2.091, - 72, - 1.568, - 74, - 1.161, + 1.256, + 76, + 2.401, 77, - 1.661, - 83, - 1.672, - 86, - 1.571, - 92, - 2.861, - 94, - 2.108, - 97, - 1.215, + 1.841, + 79, + 0.962, 99, - 1.135, - 104, - 1.605, - 110, - 1.321, + 1.06, + 102, + 1.16, + 106, + 1.94, + 107, + 1.808, + 109, + 2.52, + 113, + 1.904, + 116, + 1.756, + 119, + 2.287, 121, - 1.724, - 127, - 1.658, - 137, - 1.516, - 141, - 1.222, - 149, - 2.311, - 151, - 1.361, - 152, - 1.081, + 3.143, + 125, + 1.373, + 126, + 1.764, + 148, + 1.378, + 153, + 2.679, 158, - 1.346, - 159, - 1.489, + 1.964, 160, - 1.492, - 161, - 1.882, - 162, - 1.567, - 163, - 5.394, - 164, - 3.331, - 166, - 3.859, + 2.628, + 169, + 0.999, 172, - 2.733, - 173, - 1.533, - 175, - 2.681, - 176, - 2.899, - 179, - 5.888, - 180, - 3.477, - 181, - 3.368, - 182, - 1.593, - 186, - 1.187, - 187, - 2.742, - 190, - 2.111, - 191, - 1.005, - 195, - 4.001, + 1.985, + 194, + 1.464, + 197, + 1.55, + 198, + 1.829, 201, - 2.14, - 221, - 1.945, - 224, - 1.093, - 226, - 2.169, - 236, - 2.035, - 237, - 1.917, - 242, - 2.299, - 247, - 0.721, + 1.509, + 229, + 1.231, + 230, + 2.793, + 239, + 1.985, + 243, + 2.235, + 244, + 1.743, 256, - 2.448, - 263, - 1.706, + 1.014, + 260, + 2.704, + 265, + 2.973, + 268, + 2.034, + 269, + 2.156, 273, - 1.545, - 277, - 1.338, - 290, - 2.583, - 294, - 1.746, - 297, - 1.243, - 301, - 1.989, + 1.114, + 300, + 2.5, 305, - 2.299, - 311, - 3.712, - 316, - 1.833, - 330, - 3.106, - 339, - 1.489, - 343, - 1.734, - 347, - 1.904, - 362, - 1.568, - 364, - 1.605, - 365, - 2.299, - 369, - 1.258, - 373, - 2.112, - 384, - 2.59, - 393, - 2.485, - 407, - 1.964, - 411, - 1.847, - 424, - 1.904, - 427, - 3.598, + 2.613, + 313, + 1.769, + 324, + 2.574, + 331, + 3.201, + 332, + 1.502, + 350, + 2.7, + 353, + 3.22, + 359, + 2.021, + 368, + 1.283, + 382, + 2.417, + 390, + 1.901, + 392, + 2.353, + 434, + 2.1, + 436, + 2.973, + 440, + 5.255, 441, - 1.382, - 465, - 1.505, - 469, - 1.522, - 481, - 2.288, - 491, - 2.547, - 502, - 1.904, - 504, - 2.264, - 514, - 2.957, - 547, - 3.172, - 568, - 3.05, - 581, - 1.98, - 594, - 1.631, + 3.365, + 446, + 3.365, + 452, + 2.584, + 454, + 4.108, + 457, + 2.385, + 459, + 3.125, + 460, + 3.296, + 471, + 1.21, + 480, + 2.973, + 486, + 3.53, + 521, + 1.571, + 548, + 2.973, + 550, + 2.1, + 552, + 1.342, + 554, + 1.693, + 555, + 1.413, + 561, + 1.43, + 567, + 2.342, + 573, + 1.693, + 577, + 1.769, + 588, + 2.342, + 590, + 3.324, + 596, + 2.465, + 633, + 2.287, 636, - 3.45, - 640, - 3.837, + 2.576, + 637, + 5.731, 648, - 3.106, - 666, - 1.557, - 672, - 2.995, + 2.187, + 651, + 3.872, + 674, + 2.261, + 676, + 2.059, + 677, + 2.079, + 692, + 2.52, 701, - 2.375, - 702, - 1.904, - 710, - 2.689, - 720, - 2.509, - 743, - 1.924, - 759, - 1.4, - 776, - 3.696, - 804, - 1.989, - 858, - 1.258, - 859, - 1.297, - 893, - 3.106, - 901, - 2.06, - 912, - 2.509, - 916, - 2.56, - 922, - 3.239, - 931, - 3.239, - 933, - 3.477, - 997, - 3.239, - 998, - 1.885, - 1011, - 1.812, - 1025, - 2.816, - 1045, - 1.989, - 1050, - 2.56, - 1065, - 2.461, - 1072, - 3.488, + 3.529, + 728, + 2.211, + 735, + 3.222, + 754, + 2.7, + 758, + 2.003, + 765, + 1.581, + 769, + 2.91, + 799, + 4.089, + 808, + 4.269, + 815, + 2.798, + 839, + 3.404, + 917, + 3.627, + 923, + 3.291, + 945, + 2.91, + 947, + 4.992, + 948, + 2.654, + 977, + 2.401, + 984, + 3.404, + 985, + 3.296, + 1043, + 1.95, 1104, - 1.989, - 1122, - 2.086, - 1156, - 3.355, - 1162, - 2.995, - 1172, - 2.899, - 1175, - 2.615, - 1222, - 1.778, - 1342, - 2.417, - 1348, - 2.112, - 1384, - 2.995, - 1498, - 2.375, - 1518, - 2.742, - 1526, - 1.866, - 1570, - 4.441, - 1573, - 2.987, - 1588, - 2.56, - 1617, - 2.56, - 1709, - 2.461, - 1710, - 3.931, - 1745, - 3.931, - 1761, - 2.264, - 1777, - 2.417, - 1887, - 3.712, - 1889, - 2.299, - 1893, - 2.995, - 1895, - 2.336, - 1898, - 1.605, - 1899, - 4.325, - 1912, - 3.239, - 1914, - 2.899, - 1920, - 2.231, - 1921, - 4.77, - 1926, - 4.599, - 1930, - 3.164, + 1.571, + 1120, + 2.655, + 1184, + 2.852, + 1188, + 2.211, + 1206, + 3.201, + 1235, + 2.91, + 1260, + 2.655, + 1290, + 3.53, + 1291, + 4.019, + 1322, + 2.314, + 1340, + 3.201, + 1411, + 1.933, + 1413, + 2.747, + 1432, + 4.509, + 1445, + 5.692, + 1457, + 3.953, + 1460, + 2.536, + 1499, + 2.7, + 1507, + 4.164, + 1511, + 2.433, + 1512, + 5.764, + 1541, + 4.791, + 1546, + 2.342, + 1596, + 2.401, + 1638, + 5.07, + 1666, + 2.798, + 1681, + 1.933, + 1874, + 5.23, + 1882, + 2.003, + 1884, + 2.853, 1936, - 5.003, - 2006, - 3.931, - 2020, - 2.676, - 2023, - 2.012, - 2070, - 2.299, - 2163, - 2.816, - 2164, - 2.461, - 2175, - 2.816, - 2181, - 2.995, - 2225, - 2.336, - 2252, - 3.406, - 2269, - 2.899, - 2396, - 2.676, - 2410, - 3.239, - 2420, - 2.995, - 2466, - 4.601, + 2.5, + 1948, + 4.729, + 1973, + 2.7, + 2049, + 2.852, + 2084, + 2.91, + 2089, + 4.509, + 2093, + 3.404, + 2180, + 5.286, + 2253, + 3.682, + 2308, + 3.117, + 2372, + 3.53, + 2440, + 2.187, 2494, - 4.325, - 2497, - 3.164, - 2645, - 2.615, - 2984, - 2.56, - 3095, - 4.453, + 3.53, + 2614, + 5.067, + 2649, + 2.7, + 2786, + 3.53, + 2801, + 3.296, + 2821, + 3.296, + 2847, + 4.126, + 2934, + 3.682, + 2955, + 3.831, + 2974, + 3.53, + 3014, + 6.277, + 3096, + 5.764, + 3113, + 3.872, 3158, - 3.406, - 3161, - 2.615, - 3171, - 2.375, - 3176, - 7.739, - 3231, - 3.106, - 3234, - 2.995, - 3319, - 2.995, - 3346, - 3.106, - 3382, - 4.325, - 3422, - 2.615, - 3591, - 2.995, - 3683, - 2.899, - 3782, - 2.995, - 3862, - 2.899, - 3908, - 4.453, - 3970, - 2.742, - 3972, - 3.106, - 4145, - 3.239, - 4170, - 2.899, - 4572, - 3.239, - 4584, - 5.599, - 4854, - 3.63, - 5065, - 3.239, - 5066, - 3.406, - 5386, - 3.239, - 5392, - 4.325, - 5510, - 3.97, - 5511, - 3.97, - 5512, - 5.575, - 5513, - 3.97, - 5514, - 3.97, - 5515, - 3.406, - 5516, - 3.63, - 5517, - 3.239, - 5518, - 3.97, - 5519, - 3.97, - 5520, - 3.239, - 5521, - 3.97, - 5522, - 8.216, - 5523, - 3.406, - 5524, - 3.97, - 5525, - 3.97, - 5526, - 3.406, - 5527, - 3.97, - 5528, - 2.742, - 5529, - 3.97, - 5530, - 3.106, - 5531, - 3.63, - 5532, - 3.97, - 5533, - 5.575, - 5534, - 3.97, - 5535, - 2.995, - 5536, - 3.406, - 5537, - 3.63 + 4.126, + 3165, + 3.682, + 3361, + 3.682, + 3417, + 3.872, + 3568, + 3.682, + 3610, + 2.433, + 3727, + 4.019, + 3734, + 4.126, + 3973, + 4.126, + 4245, + 3.682, + 4532, + 3.682, + 4547, + 4.126, + 4552, + 3.53, + 4805, + 3.872, + 4880, + 3.296, + 5142, + 3.872, + 5163, + 3.53, + 5172, + 4.126, + 5201, + 3.682, + 5592, + 4.512, + 5593, + 6.717, + 5594, + 4.126, + 5595, + 4.512, + 5596, + 8.689, + 5597, + 6.717, + 5598, + 3.682, + 5599, + 6.142, + 5600, + 4.512, + 5601, + 4.512, + 5602, + 4.512, + 5603, + 4.512, + 5604, + 4.512, + 5605, + 4.512, + 5606, + 4.512, + 5607, + 4.126, + 5608, + 4.512, + 5609, + 4.512, + 5610, + 4.512, + 5611, + 4.512, + 5612, + 6.717, + 5613, + 4.512, + 5614, + 4.512, + 5615, + 4.512, + 5616, + 4.512, + 5617, + 4.126 ] ], [ - "type/manuals/online-services", + "type/manuals/label", [ 0, 0.731 ] ], [ - "data/manuals/online-services", + "data/manuals/label", [ 0, - 0.975, + 0.517, 1, - 2.035, + 1.08, 2, - 2.015, + 1.069, 3, - 2.089, + 1.109, 4, - 2.089, + 1.109, 5, - 2.1, + 1.114, 6, - 2.1, - 7, - 1.601, - 10, - 2.25, - 11, - 1.067, - 16, - 0.974, - 29, - 2.425, - 30, - 0.718, - 74, - 0.884, - 86, - 1.135, - 141, - 1.594, - 142, - 5.739, - 143, - 3.942, - 152, - 3.308, - 236, - 4.08, - 316, - 3.246, - 521, - 3.12, - 587, - 4.181, - 660, - 5.897, - 680, - 4.681, - 793, - 4.032, - 1145, - 3.817, - 1357, - 6.959, - 1487, - 7.238, - 1676, - 6.493, - 1705, - 3.12, - 1807, - 6.493, - 2820, - 6.828, - 2825, - 5.645, - 5339, - 6.828, - 5538, - 8.086, - 5539, - 9.261, - 5540, - 9.91, - 5541, - 9.092, - 5542, - 7.276, - 5543, - 7.276, - 5544, - 6.493, - 5545, - 7.276 - ] - ], - [ - "type/manuals/script", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/script", - [ + 1.114, 7, - 1.47, + 1.562, 8, - 1.352, + 2.157, 9, - 0.944, - 11, - 1.04, - 12, - 3.99, - 13, - 2.512, - 16, - 1.002, - 21, - 1.965, - 22, - 1.723, - 23, - 1.642, - 26, - 2.035, - 29, - 2.374, - 30, - 1.086, - 32, - 1.831, - 33, - 1.279, - 43, - 4.543, + 1.433, + 18, + 1.147, + 20, + 1.414, + 36, + 1.538, + 38, + 1.204, + 46, + 1.386, + 50, + 5.117, + 54, + 2.005, + 57, + 1.429, + 59, + 0.938, + 60, + 2.146, + 62, + 1.397, + 63, + 2.047, + 70, + 3.248, + 75, + 3.782, 77, - 1.514, + 1.913, + 78, + 1.875, + 79, + 0.96, + 86, + 1.371, + 88, + 3.401, + 90, + 2.477, 91, - 2.912, + 1.442, + 92, + 3.45, + 96, + 3.08, + 97, + 1.848, 99, - 2.752, - 102, - 3.123, - 111, - 3.223, + 1.06, + 100, + 1.823, + 101, + 4.71, + 103, + 0.972, + 104, + 3.954, + 105, + 2.565, + 106, + 1.654, + 107, + 1.216, + 110, + 1.669, + 113, + 1.281, + 117, + 2.485, + 122, + 1.315, + 124, + 3.361, 125, - 3.071, - 137, - 1.13, - 141, - 1.521, - 146, - 3.0, + 1.285, + 126, + 0.838, + 132, + 2.954, + 142, + 2.293, + 148, + 1.582, + 149, + 1.608, 151, - 1.764, + 2.648, + 152, + 2.724, + 153, + 2.205, + 154, + 2.669, + 155, + 2.669, + 156, + 4.538, + 159, + 5.718, 160, - 1.36, - 168, - 4.398, - 193, - 1.603, + 1.89, + 165, + 1.828, + 166, + 3.004, + 167, + 2.585, + 170, + 1.62, + 174, + 1.722, + 175, + 3.748, + 177, + 2.359, + 178, + 2.381, + 194, + 1.407, + 201, + 1.733, + 202, + 2.088, + 206, + 2.047, + 207, + 1.406, + 208, + 2.811, + 210, + 1.708, + 212, + 5.128, + 216, + 4.645, + 224, + 2.669, + 230, + 1.47, 236, - 3.894, - 247, - 1.748, - 248, - 3.433, + 2.116, + 237, + 1.946, + 239, + 2.811, + 240, + 2.193, + 244, + 1.632, + 250, + 1.632, + 251, + 1.946, 256, - 2.232, - 273, - 2.955, - 316, - 2.284, - 317, - 2.849, - 339, - 2.849, - 355, - 3.225, - 358, - 5.728, - 407, - 1.573, - 417, - 3.681, - 441, - 2.643, - 496, - 4.041, - 519, - 5.003, - 521, - 2.978, - 547, - 2.258, - 551, - 5.546, - 568, - 3.12, - 569, - 2.782, - 583, - 2.733, - 633, - 3.328, - 654, - 3.024, + 2.183, + 257, + 2.525, + 261, + 3.923, + 263, + 1.911, + 268, + 1.886, + 269, + 0.958, + 285, + 3.851, + 286, + 5.94, + 287, + 2.918, + 295, + 2.945, + 305, + 3.702, + 306, + 1.858, + 307, + 3.702, + 320, + 2.527, + 327, + 2.918, + 328, + 5.145, + 329, + 5.632, + 330, + 2.742, + 331, + 2.996, + 332, + 1.406, + 333, + 1.195, + 335, + 2.783, + 336, + 3.186, + 337, + 4.039, + 343, + 2.619, + 344, + 4.694, + 357, + 7.005, + 359, + 1.892, + 361, + 4.333, + 363, + 3.446, + 364, + 3.446, + 365, + 3.304, + 366, + 3.304, + 368, + 1.201, + 369, + 5.198, + 380, + 1.5, + 381, + 4.781, + 387, + 2.72, + 390, + 1.779, + 392, + 1.48, + 400, + 2.847, + 419, + 2.669, + 433, + 1.722, + 457, + 2.738, + 461, + 5.845, + 488, + 2.669, + 524, + 2.141, + 550, + 1.965, + 601, + 1.53, + 608, + 2.092, 659, - 3.773, - 664, - 3.225, - 688, - 3.99, - 756, - 3.762, - 775, - 4.398, - 808, - 2.696, - 811, - 3.198, - 858, - 2.407, - 859, - 2.481, - 891, - 2.643, - 1077, - 8.8, - 1174, - 4.543, + 2.409, + 674, + 3.202, + 683, + 1.794, + 750, + 2.047, + 751, + 1.708, + 901, + 1.825, + 931, + 1.769, + 939, + 2.092, + 941, + 1.656, + 951, + 2.485, + 965, + 3.446, + 975, + 3.066, + 1007, + 1.48, + 1035, + 6.1, + 1052, + 2.219, + 1155, + 2.047, + 1157, + 2.219, 1195, - 6.944, + 3.446, + 1196, + 3.446, + 1216, + 2.277, + 1254, + 4.98, + 1260, + 2.485, 1261, - 3.894, - 1277, - 5.546, - 1341, - 6.944, - 1360, - 4.623, - 1488, - 4.267, - 1586, - 3.643, - 1691, - 5.387, - 1695, - 4.665, - 1728, - 5.728, - 1811, - 4.708, - 2412, - 5.546, - 2652, - 5.003, - 2801, - 5.546, - 3083, - 6.944, - 3437, - 5.387, - 3914, - 5.941, - 4203, - 6.196, - 4575, - 6.516, - 4771, - 4.267, - 5117, - 6.944, - 5546, - 7.594, - 5547, - 7.594, - 5548, - 7.594, - 5549, - 7.594, - 5550, - 6.944, - 5551, - 7.594, - 5552, - 9.623, - 5553, - 7.594, - 5554, - 7.594 + 2.571, + 1273, + 6.649, + 1291, + 2.527, + 1790, + 2.996, + 1793, + 4.972, + 1806, + 2.918, + 1848, + 2.669, + 2323, + 3.592, + 2597, + 6.746, + 2738, + 2.724, + 2875, + 2.571, + 2886, + 3.085, + 2915, + 3.304, + 3673, + 3.186, + 3802, + 3.085, + 3870, + 3.862, + 4325, + 3.624, + 4969, + 3.186, + 5100, + 3.304, + 5618, + 4.224, + 5619, + 6.617, + 5620, + 10.092, + 5621, + 3.862, + 5622, + 4.224, + 5623, + 4.224, + 5624, + 6.392, + 5625, + 6.392 ] ], [ - "type/manuals/resource", + "type/manuals/extensions-script-api", [ 0, 0.731 ] ], [ - "data/manuals/resource", + "data/manuals/extensions-script-api", [ 0, - 0.511, + 0.914, 1, - 1.066, + 1.908, 2, - 1.055, + 1.888, 3, - 1.094, + 1.958, 4, - 1.094, + 1.958, 5, - 1.1, + 1.968, 6, - 1.1, + 1.968, 7, - 1.513, - 8, - 1.285, - 9, - 0.854, - 10, - 2.005, - 11, - 1.028, - 13, - 2.53, - 16, - 0.991, - 21, - 1.744, - 22, - 2.405, - 23, - 2.292, - 30, - 1.14, - 32, - 1.625, - 33, + 1.505, + 18, + 1.082, + 20, + 1.466, + 38, + 0.828, + 39, + 2.008, + 57, + 1.549, + 59, + 0.673, + 60, + 2.075, + 77, + 1.544, + 79, + 0.808, + 97, + 2.156, + 107, + 1.419, + 111, + 3.115, + 126, 1.48, - 41, - 1.212, + 142, + 2.217, + 148, + 1.952, + 165, + 2.995, + 169, + 1.11, + 202, + 4.013, + 231, + 2.798, + 247, + 4.085, + 263, + 3.299, + 268, + 2.139, + 452, + 2.168, + 481, + 4.319, + 500, + 4.025, + 574, + 4.563, + 588, + 3.87, + 735, + 3.577, + 880, + 3.615, + 1067, + 3.422, + 1221, + 5.19, + 1272, + 4.649, + 1295, + 3.569, + 1406, + 3.403, + 1459, + 3.04, + 1465, + 2.63, + 1606, + 6.858, + 1636, + 6.601, + 2089, + 4.191, + 2164, + 3.223, + 2189, + 5.27, + 2389, + 4.319, + 2737, + 6.399, + 2778, + 4.913, + 2950, + 9.047, + 4783, + 5.447, + 4785, + 6.819, + 5626, + 9.665 + ] + ], + [ + "type/manuals/script-properties", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/script-properties", + [ + 0, + 0.679, + 1, + 1.417, + 2, + 1.403, + 3, + 1.454, + 4, + 1.454, + 5, + 1.462, + 6, + 1.462, + 7, + 1.537, + 10, + 1.949, + 18, + 1.106, + 20, + 1.3, + 36, + 1.105, 46, - 1.16, - 51, - 1.814, + 1.599, + 49, + 1.916, + 50, + 3.069, + 57, + 0.709, 59, - 1.771, - 62, - 1.94, - 68, - 2.405, - 70, - 2.063, - 71, - 1.884, - 72, - 1.647, - 74, - 1.2, + 0.965, + 60, + 2.508, 77, - 1.703, - 80, - 2.916, + 1.867, + 79, + 0.876, 86, - 1.433, - 87, - 2.622, + 1.799, + 90, + 1.857, + 91, + 1.891, 92, - 1.432, - 94, - 1.441, + 4.499, + 96, + 1.756, 97, - 1.275, + 3.339, 99, - 1.81, + 0.996, 100, - 2.453, + 1.04, 101, - 1.979, - 110, - 2.546, - 121, - 1.179, - 123, - 1.51, - 137, - 1.366, - 141, - 2.013, - 144, - 2.163, - 146, - 3.022, - 151, - 1.402, - 152, - 1.135, + 2.686, + 103, + 1.794, + 106, + 1.396, + 107, + 1.054, + 108, + 1.629, + 109, + 2.079, + 116, + 2.156, + 119, + 3.949, + 126, + 1.1, + 148, + 1.599, + 149, + 2.967, + 150, + 1.973, + 153, + 2.219, + 155, + 5.697, 156, - 2.538, - 158, - 1.414, + 6.463, + 159, + 3.26, 160, - 1.37, + 3.047, 161, - 1.823, - 162, - 1.072, + 6.076, + 165, + 2.578, 166, - 3.217, - 172, - 1.154, - 173, - 1.61, + 2.604, + 167, + 3.956, + 169, + 1.159, + 170, + 2.988, + 174, + 2.258, + 175, + 4.66, + 177, + 1.695, 178, - 2.494, - 181, - 2.559, - 190, - 1.8, - 193, - 0.88, - 196, - 1.414, - 210, - 1.921, - 224, - 2.351, - 237, - 2.313, - 244, - 3.325, + 3.359, + 194, + 1.422, + 197, + 1.903, + 201, + 1.751, + 206, + 2.686, + 207, + 1.844, + 208, + 2.437, + 215, + 2.776, + 226, + 2.168, + 230, + 1.928, 247, - 1.389, + 1.832, 256, - 1.861, - 267, - 1.94, - 275, - 3.724, - 277, - 2.133, - 278, - 1.275, - 291, - 2.628, - 293, - 1.673, - 297, - 2.396, + 1.751, + 261, + 2.353, + 263, + 2.696, + 268, + 1.591, + 269, + 1.768, + 273, + 1.924, + 290, + 2.156, 298, - 1.635, - 302, - 3.205, - 303, - 3.195, - 309, - 2.065, - 318, - 4.095, - 339, - 1.564, - 343, - 1.185, - 346, - 2.463, - 347, - 2.0, - 350, - 1.387, - 355, - 2.688, - 362, - 1.647, - 369, - 2.911, - 378, - 4.657, - 384, - 1.771, - 394, - 2.065, - 402, - 1.801, - 405, - 2.343, - 407, - 1.769, - 424, - 2.0, - 429, - 2.835, - 465, - 2.108, - 491, - 3.195, + 3.501, + 333, + 2.766, + 368, + 1.575, + 382, + 1.994, + 387, + 1.954, + 472, + 2.553, 502, - 2.0, - 521, - 1.635, - 523, - 1.94, - 530, - 4.238, - 533, - 2.247, - 547, - 2.274, - 548, - 1.833, - 550, - 4.372, - 554, - 1.379, - 557, - 2.88, - 563, - 3.145, - 564, - 2.378, - 581, - 2.055, - 584, - 2.957, + 3.65, + 524, + 3.581, + 577, + 3.056, 587, - 2.19, - 599, - 1.979, - 607, - 4.687, - 611, - 1.85, - 631, - 4.742, - 634, - 5.11, - 636, - 3.538, - 637, - 6.573, - 638, - 3.853, - 640, - 1.921, - 643, - 2.688, - 655, - 1.833, - 662, - 2.634, - 666, - 1.635, - 669, - 4.328, - 670, - 3.922, - 672, - 3.145, - 684, - 3.401, - 700, - 5.437, - 702, - 4.638, - 706, - 2.688, - 708, - 4.266, - 709, - 2.688, + 3.734, + 588, + 2.875, + 594, + 3.591, + 600, + 2.658, + 602, + 2.241, + 692, + 2.079, 710, - 1.51, - 712, - 3.51, - 713, - 3.145, - 717, - 2.414, - 724, - 3.506, - 728, - 3.207, - 730, - 4.081, - 734, - 3.401, - 735, - 2.453, - 743, - 2.021, - 754, - 1.786, - 803, - 2.378, + 2.686, + 765, + 1.941, + 807, + 3.209, 808, - 1.48, + 2.948, 811, - 2.665, - 865, - 4.081, - 889, - 1.635, - 891, - 1.451, - 919, - 2.065, - 928, - 2.634, - 939, - 2.218, - 985, - 3.577, - 997, - 3.401, - 1014, - 2.688, - 1045, - 3.17, - 1074, - 2.113, - 1096, - 2.309, - 1113, - 3.261, - 1121, - 2.634, - 1173, - 1.921, - 1180, - 3.401, - 1191, - 1.833, - 1227, - 2.043, - 1284, - 1.979, - 1289, - 5.372, - 1357, - 2.688, - 1367, - 2.378, - 1377, - 3.577, - 1660, - 1.786, - 1691, - 2.957, - 1758, - 2.218, - 1762, - 2.414, - 1793, - 3.145, - 1794, - 6.229, - 1798, - 2.494, - 1799, - 2.343, - 1842, - 3.145, - 1854, - 2.137, - 1895, - 2.453, - 1979, - 2.494, - 1994, - 3.045, - 2002, - 3.045, - 2006, - 4.081, - 2126, - 2.746, - 2127, - 3.577, - 2266, - 1.94, - 2291, - 2.494, - 2346, - 2.88, - 2490, - 2.957, - 2561, - 5.295, - 2763, - 2.538, - 2909, - 3.577, - 3073, - 2.957, - 3167, - 2.957, - 3247, - 2.957, - 3252, - 3.261, - 3264, - 3.145, - 3361, - 3.261, - 3532, - 3.045, - 3799, - 3.261, - 4450, - 3.261, - 4862, - 3.577, - 5555, - 3.577, - 5556, - 4.169, - 5557, - 5.164, - 5558, - 3.401, - 5559, - 4.169, - 5560, - 4.169, - 5561, - 4.169, - 5562, - 7.65, - 5563, - 5.985, - 5564, - 3.045, - 5565, - 3.577, - 5566, - 4.169 + 2.745, + 849, + 3.459, + 895, + 2.658, + 901, + 2.394, + 914, + 3.765, + 915, + 2.124, + 931, + 2.157, + 941, + 2.172, + 960, + 3.557, + 979, + 3.523, + 983, + 3.572, + 1007, + 2.73, + 1010, + 2.277, + 1011, + 3.572, + 1016, + 3.501, + 1034, + 2.124, + 1043, + 2.394, + 1114, + 3.572, + 1203, + 4.754, + 1208, + 3.373, + 1259, + 3.501, + 1273, + 3.26, + 1295, + 2.079, + 1297, + 8.393, + 1298, + 3.501, + 1332, + 2.241, + 1472, + 4.038, + 1584, + 3.113, + 1592, + 3.93, + 1596, + 2.948, + 1599, + 3.501, + 1666, + 3.435, + 1675, + 2.987, + 1804, + 2.658, + 1806, + 3.827, + 1807, + 2.658, + 1833, + 5.066, + 1882, + 2.459, + 1884, + 2.353, + 1906, + 3.827, + 2121, + 3.26, + 2509, + 5.394, + 2517, + 4.179, + 2525, + 4.754, + 2616, + 4.047, + 2649, + 3.315, + 2890, + 5.066, + 2908, + 3.827, + 2950, + 4.179, + 3084, + 3.827, + 3087, + 3.572, + 3108, + 5.692, + 3366, + 3.93, + 3572, + 4.179, + 3679, + 5.879, + 3721, + 4.754, + 3787, + 4.047, + 3816, + 4.521, + 4296, + 4.334, + 4441, + 4.521, + 5161, + 6.097, + 5627, + 4.754, + 5628, + 5.066, + 5629, + 7.793, + 5630, + 5.54, + 5631, + 5.54, + 5632, + 10.691, + 5633, + 7.793, + 5634, + 5.54, + 5635, + 5.54, + 5636, + 7.793, + 5637, + 9.782, + 5638, + 4.521, + 5639, + 5.54, + 5640, + 5.54, + 5641, + 5.54, + 5642, + 5.54, + 5643, + 5.54, + 5644, + 5.54 ] ], [ - "type/manuals/font", + "type/manuals/gui-text", [ 0, 0.731 ] ], [ - "data/manuals/font", + "data/manuals/gui-text", [ + 0, + 0.792, + 1, + 1.653, + 2, + 1.636, + 3, + 1.696, + 4, + 1.696, + 5, + 1.705, + 6, + 1.705, 7, - 1.496, - 8, - 1.414, - 9, - 1.005, - 11, - 1.059, - 16, - 0.997, - 17, - 2.379, - 21, - 0.737, - 22, - 1.796, - 23, - 1.511, - 26, - 1.874, - 28, - 1.282, - 29, - 1.571, - 30, - 1.133, - 32, - 1.33, - 33, - 1.522, + 1.554, + 18, + 1.136, + 20, + 1.489, 36, - 4.819, - 39, - 2.762, - 42, - 1.886, - 43, - 2.161, - 45, - 6.901, - 48, - 1.945, - 50, - 2.469, - 51, - 1.485, - 52, - 1.885, - 63, - 1.732, - 65, - 3.719, - 67, - 1.265, - 68, - 2.305, + 1.288, + 38, + 0.962, + 46, + 0.922, + 54, + 3.067, + 57, + 1.464, + 58, + 5.07, + 59, + 0.782, + 60, + 2.904, 70, - 1.571, - 71, - 1.872, - 74, - 1.013, - 77, - 1.578, - 83, - 1.521, - 86, - 1.593, - 87, - 2.347, + 3.648, + 72, + 2.15, + 79, + 0.925, 88, - 2.638, + 3.438, + 90, + 2.594, 92, - 3.277, - 93, - 1.68, - 94, - 1.249, - 97, - 1.105, - 98, - 1.897, - 111, - 1.209, - 127, - 1.508, - 137, - 0.843, - 140, - 1.664, - 141, - 1.828, - 149, - 2.465, + 2.593, + 95, + 5.412, + 99, + 1.033, + 100, + 1.625, + 124, + 2.817, + 132, + 2.22, + 148, + 1.325, 151, - 1.281, + 2.677, 152, - 0.983, - 157, - 1.922, + 4.166, + 153, + 1.965, + 159, + 5.749, 160, - 1.861, - 161, - 1.811, - 162, - 1.456, - 164, - 1.973, - 171, - 3.389, - 173, - 2.188, - 182, - 1.449, - 190, - 2.445, - 193, - 0.762, + 1.91, + 165, + 2.985, + 167, + 2.613, + 175, + 4.259, + 178, + 3.227, 196, - 3.095, + 2.234, 201, - 1.947, - 202, - 3.819, + 1.452, + 207, + 2.15, + 212, + 3.007, 216, - 2.379, - 224, - 0.994, - 234, - 1.099, - 237, - 2.101, - 247, - 1.562, - 248, - 1.633, - 263, - 1.955, - 264, - 1.633, - 270, - 3.014, - 271, - 3.837, - 273, - 1.405, - 277, - 2.356, - 278, - 1.105, + 4.892, + 226, + 1.798, + 256, + 2.195, + 257, + 4.124, + 261, + 4.434, + 268, + 2.131, + 269, + 1.466, 285, - 1.789, + 3.879, 286, - 4.605, - 288, - 1.405, - 290, - 1.972, - 291, - 1.946, - 294, - 1.588, - 298, - 1.416, - 300, - 0.773, - 302, - 2.97, - 306, - 4.642, + 5.983, + 287, + 4.463, + 295, + 3.991, 309, - 1.789, - 316, - 1.086, - 317, - 2.126, - 318, - 1.472, - 320, - 1.547, - 323, - 3.099, - 337, - 1.317, - 342, - 8.48, - 344, - 6.792, - 345, - 4.861, - 346, - 2.72, - 347, - 1.732, - 348, - 6.846, - 349, - 1.922, - 350, - 1.885, - 351, - 1.789, - 352, - 3.099, - 353, - 3.099, - 354, - 3.099, - 355, - 1.534, - 356, - 2.329, + 3.802, + 343, + 4.006, 357, - 1.751, - 358, - 2.724, - 359, - 3.099, - 362, - 1.427, + 7.552, + 361, + 5.49, + 363, + 5.272, + 364, + 5.272, + 365, + 5.055, 366, - 2.561, - 380, - 2.029, - 389, - 3.818, - 391, - 1.233, - 393, - 1.472, - 397, - 3.302, - 406, - 1.508, - 407, - 1.781, - 411, - 1.68, - 417, - 1.751, - 423, - 2.161, - 424, - 1.732, - 430, - 1.68, - 441, - 2.433, - 465, - 1.725, - 474, - 3.099, - 489, - 4.019, - 504, - 3.231, - 509, - 3.183, - 521, - 2.221, - 525, - 2.11, - 533, - 1.947, - 540, - 2.029, - 547, - 1.684, - 554, - 1.194, - 583, - 1.3, - 594, - 2.328, - 595, - 3.115, - 599, - 1.714, - 607, - 1.751, - 632, - 2.198, - 634, - 2.161, - 655, - 1.588, - 664, - 2.406, - 666, - 1.416, - 678, - 1.874, - 680, - 1.427, - 710, - 1.308, - 737, - 1.355, - 742, - 2.161, - 743, - 1.751, - 753, - 8.542, - 758, - 1.56, - 759, - 2.465, - 769, - 2.724, - 776, - 1.603, - 792, - 1.327, - 796, - 1.664, - 802, - 1.809, - 804, - 1.809, - 805, - 1.751, - 808, - 2.011, - 813, - 3.138, - 814, - 4.138, - 815, - 2.905, - 828, - 5.434, - 829, - 5.18, - 845, - 2.161, - 858, - 1.145, - 867, - 2.746, - 882, - 1.922, - 890, - 4.623, - 900, - 2.825, - 906, - 2.239, - 923, - 1.852, - 948, - 1.365, - 949, - 2.091, - 955, - 2.638, - 1026, - 4.658, - 1063, - 2.724, - 1096, - 2.001, - 1127, - 1.769, - 1129, - 2.448, - 1139, - 2.125, - 1145, - 1.732, - 1160, - 2.273, - 1168, - 2.239, - 1173, - 1.664, - 1174, - 3.389, - 1216, - 1.789, - 1219, - 1.947, - 1227, - 1.769, - 1257, - 1.664, - 1270, - 2.434, - 1288, - 2.638, - 1340, - 2.125, - 1369, - 1.732, - 1373, - 3.138, - 1423, - 4.575, - 1444, - 4.138, - 1474, - 2.947, - 1491, - 3.463, - 1503, - 3.986, - 1514, - 2.434, - 1579, - 3.512, - 1591, - 2.562, - 1677, - 2.947, - 1704, - 1.732, - 1705, - 1.416, - 1712, - 3.58, - 1812, - 2.638, - 1901, - 2.947, - 1915, - 2.434, - 1990, - 1.947, - 2010, - 1.947, - 2022, - 3.302, - 2099, - 2.125, - 2117, - 1.947, - 2118, - 4.182, - 2123, - 1.751, - 2215, - 2.562, - 2281, - 2.239, - 2393, - 2.198, - 2466, - 4.907, - 2550, - 2.282, - 2647, - 2.724, - 2774, - 2.239, - 2866, - 3.099, - 3055, - 2.825, - 3089, - 2.947, - 3160, - 2.434, - 3167, - 2.562, - 3202, - 2.724, - 3234, - 6.487, - 3832, - 2.947, - 3833, - 2.947, - 3904, - 2.638, - 3973, - 2.947, - 4014, + 5.055, + 369, + 6.585, + 381, + 5.37, + 392, + 2.264, + 433, + 2.634, + 452, + 2.518, + 524, + 2.164, + 526, + 4.257, + 550, + 3.007, + 553, + 2.309, + 691, + 1.977, + 754, + 3.866, + 975, 3.099, - 4059, - 2.282, - 4670, - 3.302, - 4671, - 2.825, - 4770, - 2.282, - 4871, - 2.947, - 5567, - 3.611, - 5568, - 3.611, - 5569, - 7.915, - 5570, - 9.878, - 5571, - 5.665, - 5572, - 3.611, - 5573, - 3.611, - 5574, - 3.611, - 5575, - 3.611, - 5576, - 3.611, - 5577, - 5.665, - 5578, - 3.611, - 5579, - 2.825, - 5580, - 3.611, - 5581, - 3.611, - 5582, - 3.611, - 5583, - 3.611, - 5584, - 3.611, - 5585, - 3.611, - 5586, - 5.18, - 5587, - 3.302, - 5588, - 3.611, - 5589, - 3.302, - 5590, - 3.302, - 5591, - 2.434, - 5592, - 3.611, - 5593, - 3.611, - 5594, - 6.392, - 5595, - 3.611, - 5596, - 3.611, - 5597, - 3.611, - 5598, - 3.611, - 5599, - 3.611, - 5600, - 4.861, - 5601, - 3.611, - 5602, - 3.611, - 5603, - 5.665, - 5604, - 3.302, - 5605, - 3.611, - 5606, - 3.611, - 5607, - 3.611 + 980, + 4.166, + 1019, + 2.442, + 1025, + 2.553, + 1034, + 3.321, + 1035, + 6.931, + 1157, + 3.395, + 1260, + 3.802, + 1583, + 5.272, + 1607, + 3.742, + 1608, + 5.182, + 1609, + 3.742, + 1611, + 5.272, + 1612, + 5.908, + 1848, + 4.083, + 2379, + 4.166, + 2640, + 4.584, + 2916, + 5.473, + 3888, + 4.719, + 4697, + 5.544, + 4969, + 4.874, + 5100, + 5.055, + 5645, + 6.461 ] ], [ - "type/manuals/models", + "type/manuals/mesh", [ 0, 0.731 ] ], [ - "data/manuals/models", + "data/manuals/mesh", [ 0, - 1.205, + 0.551, 1, - 2.517, + 1.15, 2, - 2.491, + 1.139, 3, - 2.583, + 1.181, 4, - 2.583, + 1.181, 5, - 2.596, + 1.187, 6, - 2.596, - 7, - 1.521 - ] - ], - [ - "type/manuals/install", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/install", - [ + 1.187, 7, - 1.453, + 1.549, 8, - 1.197, - 9, - 0.795, - 11, - 0.83, - 16, - 0.844, - 30, - 1.045, - 32, - 1.78, - 33, - 1.243, + 1.258, + 10, + 1.449, + 18, + 1.135, + 20, + 1.439, + 36, + 1.336, + 38, + 1.054, + 39, + 0.949, + 42, + 0.817, + 44, + 3.345, + 46, + 1.266, + 48, + 2.605, + 49, + 2.317, + 57, + 1.355, + 59, + 0.994, + 65, + 2.963, + 73, + 2.605, 74, - 1.039, + 2.842, + 75, + 1.978, + 76, + 2.393, + 77, + 1.965, + 79, + 0.876, + 86, + 1.46, + 90, + 2.115, + 92, + 3.561, + 96, + 3.008, + 99, + 1.072, + 100, + 1.665, + 101, + 4.6, + 102, + 1.156, + 103, + 1.036, + 104, + 2.306, + 106, + 1.2, + 107, + 1.275, + 109, + 1.688, + 113, + 1.604, + 121, + 2.216, + 125, + 2.038, + 126, + 1.761, + 128, + 2.228, + 140, + 2.073, + 142, + 1.337, + 146, + 2.204, + 148, + 1.643, + 149, + 1.712, + 150, + 1.696, + 151, + 2.776, 152, - 2.547, + 4.321, + 153, + 2.338, + 154, + 4.234, + 158, + 1.315, + 160, + 1.981, + 169, + 1.48, + 170, + 1.725, + 175, + 2.921, + 185, + 2.114, + 194, + 0.821, + 196, + 1.555, + 197, + 1.545, + 198, + 1.825, + 202, + 2.189, + 208, + 1.978, + 210, + 1.819, + 212, + 2.093, + 226, + 1.251, + 229, + 1.468, + 230, + 1.565, + 237, + 2.073, 247, - 1.984, - 279, - 5.042, - 355, - 3.973, - 393, - 3.813, - 395, - 3.695, - 428, - 4.685, - 633, - 3.234, - 673, - 6.161, - 1107, - 4.534, - 1355, - 5.596, - 1367, - 5.334, - 1669, - 5.798, - 2756, - 5.694, - 3445, - 7.055, - 3671, - 8.025, - 3762, - 7.631, - 5608, - 8.025, - 5609, - 9.353 + 2.649, + 250, + 4.091, + 251, + 2.073, + 256, + 1.799, + 261, + 2.846, + 263, + 1.345, + 266, + 2.974, + 268, + 1.368, + 269, + 1.52, + 273, + 1.654, + 306, + 1.978, + 307, + 2.605, + 311, + 6.119, + 320, + 2.691, + 330, + 3.9, + 333, + 3.416, + 334, + 4.436, + 341, + 2.18, + 368, + 1.279, + 369, + 3.032, + 371, + 2.363, + 380, + 1.597, + 400, + 3.032, + 423, + 3.393, + 452, + 1.948, + 509, + 2.334, + 524, + 3.178, + 540, + 4.154, + 552, + 1.337, + 595, + 2.425, + 598, + 2.9, + 602, + 2.71, + 605, + 2.565, + 636, + 1.725, + 644, + 2.228, + 674, + 2.253, + 676, + 2.053, + 683, + 1.91, + 837, + 2.9, + 854, + 2.492, + 891, + 3.219, + 910, + 2.393, + 924, + 2.135, + 931, + 1.245, + 941, + 1.764, + 978, + 1.777, + 1007, + 1.576, + 1019, + 2.532, + 1041, + 3.62, + 1042, + 2.963, + 1051, + 3.191, + 1104, + 1.565, + 1144, + 2.565, + 1155, + 4.823, + 1157, + 2.363, + 1158, + 3.69, + 1172, + 2.279, + 1183, + 5.242, + 1228, + 6.251, + 1254, + 3.881, + 1255, + 3.107, + 1256, + 2.788, + 1257, + 2.788, + 1258, + 2.963, + 1259, + 2.842, + 1404, + 3.393, + 1596, + 2.393, + 1625, + 4.629, + 1676, + 7.41, + 1848, + 2.842, + 1862, + 3.67, + 1864, + 2.963, + 1879, + 4.058, + 1929, + 4.261, + 2002, + 3.519, + 2035, + 2.788, + 2078, + 2.842, + 2084, + 2.9, + 2121, + 2.647, + 2382, + 5.883, + 2496, + 3.393, + 2516, + 3.191, + 2690, + 2.605, + 2766, + 4.113, + 2783, + 3.191, + 2884, + 7.323, + 2885, + 3.393, + 2888, + 8.311, + 2889, + 3.859, + 2952, + 2.425, + 3071, + 3.032, + 3120, + 3.519, + 3124, + 3.107, + 3230, + 4.113, + 3325, + 3.285, + 3527, + 3.032, + 3802, + 3.285, + 3812, + 3.67, + 3813, + 3.67, + 4144, + 4.113, + 4542, + 5.75, + 4810, + 3.67, + 5215, + 3.859, + 5283, + 3.859, + 5400, + 3.393, + 5646, + 4.113, + 5647, + 4.498, + 5648, + 4.498, + 5649, + 6.127, + 5650, + 4.113, + 5651, + 3.859, + 5652, + 3.67, + 5653, + 4.113, + 5654, + 4.113, + 5655, + 6.127, + 5656, + 4.113, + 5657, + 4.113, + 5658, + 4.498 ] ], [ - "type/manuals/optimization-size", + "type/manuals/dev-app", [ 0, 0.731 ] ], [ - "data/manuals/optimization-size", + "data/manuals/dev-app", [ 0, - 0.323, + 0.731, 1, - 0.674, + 0.988, 2, - 0.667, + 0.978, 3, - 0.692, + 1.014, 4, - 0.692, + 1.014, 5, - 0.696, + 1.019, 6, - 0.696, + 1.019, 7, - 1.502, - 8, - 1.477, - 9, - 0.945, + 1.526, 10, - 1.919, - 11, - 1.069, + 0.835, 12, - 1.385, - 13, - 1.452, - 14, - 5.05, - 15, - 3.898, - 16, - 1.042, + 3.746, 18, - 1.46, - 21, - 1.859, - 22, - 2.523, - 23, - 1.58, - 26, - 1.177, - 28, - 1.559, - 29, - 2.111, - 30, - 1.119, - 32, - 1.946, - 33, - 1.398, - 41, - 1.277, + 1.124, + 20, + 1.566, + 36, + 1.19, + 38, + 0.985, 42, - 0.628, + 0.702, + 43, + 3.786, + 44, + 1.613, 46, - 1.222, - 48, - 0.734, + 1.395, 49, - 2.017, - 51, - 1.372, + 2.838, + 54, + 2.834, + 57, + 0.764, + 59, + 0.801, 60, 1.075, + 62, + 2.715, 63, - 2.707, - 67, - 1.538, - 68, - 1.899, - 70, - 1.881, - 71, - 2.062, - 74, - 1.116, + 1.873, 77, - 1.749, - 86, - 1.534, - 92, - 4.051, - 94, - 1.518, - 96, - 1.551, - 97, - 1.343, - 101, - 3.471, - 110, - 0.877, - 121, - 0.746, - 123, - 1.591, + 1.943, + 79, + 0.9, + 91, + 3.615, + 99, + 1.082, + 100, + 1.76, + 102, + 0.993, + 103, + 2.607, + 106, + 1.589, + 107, + 1.689, + 108, + 1.755, + 109, + 2.738, + 113, + 1.462, + 124, + 3.181, 125, - 1.776, - 127, - 1.101, - 129, - 3.335, - 131, - 2.504, - 136, - 1.87, - 137, - 1.088, - 140, - 1.215, - 141, - 1.465, - 142, - 2.543, - 143, - 2.175, - 151, - 1.768, - 152, - 2.686, - 156, - 2.673, - 160, - 1.831, - 161, - 1.914, - 162, - 1.88, - 171, - 1.577, - 172, - 0.73, - 175, - 2.482, - 178, - 2.627, - 179, - 2.796, - 181, - 1.066, - 190, - 0.75, - 191, - 2.119, + 2.497, + 126, + 0.767, + 148, + 0.792, + 150, + 2.625, + 153, + 2.515, + 169, + 1.086, + 177, + 1.826, + 194, + 1.785, + 197, + 3.36, + 198, + 3.019, 203, - 1.666, - 216, - 1.737, - 217, - 1.058, - 224, - 1.209, - 234, - 2.002, - 235, - 2.262, - 237, - 1.515, - 247, - 1.195, - 248, - 1.192, + 5.272, + 208, + 3.209, + 226, + 1.075, + 229, + 2.197, + 241, + 2.308, 256, - 2.149, - 261, - 1.368, - 263, - 0.737, - 272, - 1.577, + 1.341, + 268, + 1.49, + 269, + 1.655, + 271, + 3.098, 273, - 1.026, - 275, - 2.584, - 277, - 2.464, - 278, - 0.807, - 281, - 2.2, - 282, - 1.385, - 285, - 4.344, - 288, - 2.196, - 290, - 0.918, - 291, - 1.939, - 293, - 1.058, - 295, - 3.622, - 297, - 1.375, - 298, - 1.034, - 299, - 4.234, - 300, + 1.474, + 313, + 2.341, + 333, + 1.092, + 387, + 2.105, + 391, + 2.395, + 423, + 2.914, + 442, + 1.73, + 446, + 1.935, + 452, + 1.123, + 457, + 3.151, + 490, + 1.613, + 500, 1.409, - 302, - 0.989, - 305, - 3.268, - 306, - 4.121, - 307, - 5.05, - 309, - 2.175, - 316, - 1.697, - 317, - 0.989, - 318, - 1.075, - 324, - 2.96, - 328, - 1.239, - 336, - 1.203, - 337, - 1.602, - 339, - 0.989, - 343, - 1.872, - 346, - 1.709, - 348, - 2.96, - 350, - 0.877, - 355, - 1.865, - 357, - 2.129, - 362, - 1.042, - 364, - 1.066, - 369, - 0.836, - 380, - 1.481, - 384, - 1.12, - 395, - 2.23, - 402, - 1.897, - 406, - 1.101, - 407, - 1.363, - 410, - 1.503, - 415, - 2.151, - 416, - 2.129, - 424, - 1.265, - 429, - 1.181, - 433, - 1.777, - 437, - 1.139, - 441, - 2.291, - 454, - 2.727, - 465, - 2.318, - 469, - 2.164, - 473, - 1.306, - 478, - 1.101, - 479, - 2.175, - 481, - 1.648, - 493, - 1.924, - 514, - 1.559, + 502, + 2.545, + 510, + 2.193, 521, - 2.213, - 525, - 0.982, - 527, - 1.527, - 530, - 1.46, - 547, - 2.174, + 3.404, 550, - 3.898, + 4.129, 553, - 1.481, + 1.381, 554, - 0.872, - 557, - 3.033, - 564, - 2.504, - 567, - 1.551, - 568, - 1.083, - 573, - 2.551, - 580, - 2.129, - 584, - 1.87, - 587, - 1.385, - 593, - 2.96, - 594, - 3.004, - 599, - 1.252, - 605, - 1.527, - 606, - 3.171, - 607, - 2.736, - 611, - 4.279, - 614, - 1.666, - 615, - 1.527, - 618, - 1.7, + 1.449, + 590, + 2.473, + 601, + 1.4, + 602, + 1.562, + 603, + 1.613, + 604, + 1.958, 623, - 1.634, - 633, - 0.912, - 636, - 3.029, - 645, - 1.403, - 654, - 1.748, - 659, - 2.581, - 669, - 1.336, - 670, - 2.251, - 671, - 1.737, - 673, - 1.737, + 2.649, + 634, + 1.526, + 637, + 3.849, + 642, + 3.697, 674, - 1.737, - 678, - 1.368, - 692, - 1.44, - 697, - 0.982, - 700, - 2.004, - 702, - 1.265, - 710, - 1.591, - 719, - 1.967, - 723, - 2.367, - 754, - 1.881, - 761, - 2.411, - 782, - 1.503, - 783, - 3.042, - 786, - 1.737, - 792, - 2.073, - 811, - 3.325, - 812, - 1.181, - 837, - 1.551, - 858, - 0.836, - 865, - 2.831, - 889, - 1.034, - 892, - 1.527, - 901, - 1.368, - 916, - 1.7, - 977, - 1.46, - 998, - 2.085, - 1011, - 1.203, - 1018, - 1.666, - 1042, - 2.307, - 1047, - 0.556, - 1050, - 1.7, - 1059, - 1.292, - 1063, - 1.989, - 1065, - 1.634, - 1074, - 1.336, - 1078, - 1.101, - 1110, - 2.062, - 1122, - 2.307, - 1129, - 1.139, - 1139, - 4.926, - 1156, - 1.985, - 1172, - 1.925, - 1173, - 2.023, - 1177, - 1.821, - 1214, - 1.925, - 1219, - 1.421, - 1220, - 1.989, - 1233, - 2.367, - 1244, - 1.292, - 1249, - 2.262, - 1259, - 1.989, - 1261, - 1.352, - 1289, - 2.86, - 1293, - 2.043, - 1340, - 1.551, - 1342, - 1.605, - 1355, - 3.376, - 1360, - 1.605, - 1362, - 1.777, - 1367, - 4.17, - 1374, - 1.666, - 1464, - 2.831, - 1465, - 2.225, - 1491, - 2.175, - 1504, - 1.577, - 1506, - 1.989, - 1510, - 1.421, - 1513, - 6.549, - 1514, - 1.777, - 1515, - 2.411, - 1519, - 5.647, - 1525, - 1.7, - 1532, - 1.605, - 1559, - 3.804, - 1591, - 1.87, - 1595, - 4.605, - 1617, - 2.831, - 1660, - 1.129, - 1673, - 1.989, - 1705, - 1.034, - 1709, - 2.722, - 1758, - 2.336, - 1774, - 5.642, - 1781, - 2.151, - 1786, - 1.777, - 1789, - 1.777, - 1794, - 2.722, - 1799, - 2.467, - 1812, - 1.925, - 1821, - 1.17, - 1824, - 3.583, - 1868, - 1.481, - 1883, - 1.925, - 1901, - 2.151, - 1906, - 3.583, - 1922, - 1.737, - 1946, - 1.989, - 1947, - 5.16, - 1954, - 1.925, - 1973, - 1.385, - 2006, - 1.7, - 2010, - 2.367, - 2031, - 1.215, - 2038, - 1.17, - 2041, - 1.87, - 2083, - 2.151, - 2116, - 1.666, - 2179, - 1.503, - 2181, - 1.989, - 2191, - 2.411, - 2304, - 1.7, - 2329, - 2.062, - 2330, - 1.87, - 2344, - 1.551, - 2419, - 1.989, - 2462, - 4.122, - 2475, - 2.965, - 2476, - 1.634, - 2497, - 1.368, - 2501, - 1.925, - 2561, - 1.634, - 2587, - 3.083, - 2652, - 1.737, - 2760, - 1.737, - 2763, - 2.673, - 2843, - 1.737, - 2864, - 2.151, - 2900, - 2.262, - 2965, - 1.87, - 3119, - 2.411, - 3121, - 2.411, - 3167, - 1.87, - 3171, - 2.627, - 3247, - 3.115, - 3264, - 1.989, - 3276, - 2.262, - 3280, - 2.411, - 3294, - 1.989, - 3341, - 2.722, - 3371, - 1.777, - 3373, - 2.627, - 3434, - 3.583, - 3435, - 1.821, - 3439, - 2.262, - 3446, - 3.435, - 3450, - 2.062, - 3591, - 1.989, - 3616, - 1.777, - 3633, - 2.062, - 3805, - 2.411, - 3829, - 4.605, - 3840, - 1.44, - 3904, - 1.925, - 3942, - 1.925, - 3952, - 2.262, - 3968, - 2.411, - 4005, - 1.634, - 4016, - 1.989, - 4053, - 2.262, - 4109, - 3.566, - 4126, - 1.666, - 4180, - 2.151, - 4185, - 3.207, - 4350, - 2.062, - 4469, - 1.989, - 4584, - 1.989, - 4678, - 3.312, - 4687, - 2.262, - 4722, - 3.207, - 4723, - 1.989, - 4732, - 2.262, - 4771, - 2.467, - 4800, - 2.262, - 4824, - 2.151, - 5075, - 2.411, - 5485, - 2.411, - 5565, - 2.262, - 5610, - 2.262, - 5611, - 7.311, - 5612, - 2.636, - 5613, - 2.636, - 5614, - 2.636, - 5615, - 2.636, - 5616, - 2.262, - 5617, - 2.636, - 5618, - 2.636, - 5619, - 2.636, - 5620, - 2.062, - 5621, - 2.636, - 5622, - 2.636, - 5623, - 1.925, - 5624, - 2.636, - 5625, - 2.262, - 5626, - 1.821, - 5627, - 2.411, - 5628, - 1.925, - 5629, - 2.636, - 5630, - 2.262, - 5631, - 2.636, - 5632, - 2.411, - 5633, - 2.636, - 5634, - 2.411, - 5635, - 4.842, - 5636, - 2.411, - 5637, - 2.636, - 5638, - 2.636, - 5639, - 2.411, - 5640, - 2.636, - 5641, - 2.636, - 5642, - 2.636, - 5643, - 2.636, - 5644, - 4.391, - 5645, - 4.391, - 5646, - 5.643, - 5647, - 2.636, - 5648, - 2.636, - 5649, - 2.636, - 5650, - 2.411, - 5651, - 2.636, - 5652, - 2.411, - 5653, - 2.411, - 5654, - 2.636, - 5655, - 2.411, - 5656, - 2.262, - 5657, - 2.636, - 5658, - 5.643, + 4.446, + 681, + 4.022, + 685, + 2.974, + 689, + 1.73, + 690, + 4.611, + 694, + 2.821, + 703, + 2.341, + 744, + 3.537, + 771, + 1.797, + 774, + 1.746, + 801, + 4.597, + 898, + 1.371, + 922, + 2.604, + 996, + 1.958, + 1025, + 1.526, + 1029, + 1.893, + 1066, + 1.515, + 1079, + 1.873, + 1101, + 2.273, + 1146, + 2.58, + 1323, + 1.613, + 1364, + 2.273, + 1412, + 5.981, + 1590, + 2.311, + 1662, + 4.742, + 1767, + 2.273, + 1769, + 5.108, + 1807, + 1.853, + 1811, + 7.379, + 1840, + 2.203, + 1882, + 2.649, + 1890, + 2.237, + 1920, + 4.825, + 1955, + 4.235, + 1961, + 3.634, + 1968, + 3.176, + 1989, + 5.35, + 1993, + 4.024, + 1997, + 4.681, + 1999, + 4.547, + 2024, + 4.241, + 2026, + 5.408, + 2027, + 5.992, + 2054, + 2.203, + 2075, + 4.365, + 2142, + 2.545, + 2143, + 2.545, + 2217, + 2.352, + 2292, + 3.315, + 2387, + 2.914, + 2435, + 7.654, + 2448, + 4.807, + 2938, + 3.532, + 2939, + 5.122, + 2944, + 3.022, + 2955, + 2.203, + 2959, + 3.315, + 2962, + 2.914, + 2981, + 4.124, + 2985, + 4.503, + 3037, + 3.152, + 3172, + 3.532, + 3257, + 3.532, + 3310, + 9.391, + 3620, + 3.022, + 3672, + 3.152, + 3727, + 2.311, + 4173, + 3.532, + 4486, + 7.654, 5659, - 2.636, + 3.863, 5660, - 2.636, + 10.443, 5661, - 2.636, + 7.296, 5662, - 2.636, + 7.296, 5663, - 2.636, + 9.381, 5664, - 2.636, + 5.459, 5665, - 2.262, + 5.97, 5666, - 2.411 + 3.863, + 5667, + 8.208, + 5668, + 3.863, + 5669, + 3.863, + 5670, + 3.532, + 5671, + 3.863, + 5672, + 3.863 ] ], [ - "type/manuals/sound", + "type/manuals/physics-events", [ 0, 0.731 ] ], [ - "data/manuals/sound", + "data/manuals/physics-events", [ 0, - 0.348, + 0.497, 1, - 0.727, + 1.037, 2, - 0.719, + 1.027, 3, - 0.746, + 1.064, 4, - 0.746, + 1.064, 5, - 0.75, + 1.07, 6, - 0.75, + 1.07, 7, - 1.556, - 8, - 1.291, - 9, - 0.996, - 10, - 0.853, + 1.552, 11, - 1.044, - 13, - 0.94, - 16, - 0.977, - 21, - 1.968, - 22, - 2.43, - 23, - 1.49, - 26, - 1.595, - 29, - 1.05, - 30, - 1.133, - 31, - 1.408, - 32, - 1.132, - 33, - 1.453, - 35, - 2.049, - 41, - 1.358, - 42, - 2.521, - 44, - 1.875, + 2.245, + 18, + 1.105, + 20, + 1.364, + 36, + 1.5, + 38, + 0.935, + 39, + 1.308, 46, - 0.791, - 49, - 1.67, - 50, - 1.239, - 51, - 1.429, + 1.364, + 55, + 1.945, + 57, + 1.313, + 59, + 0.679, 60, - 1.905, - 68, - 2.125, - 70, - 1.05, - 71, - 2.107, - 72, - 1.123, - 74, - 1.141, + 1.128, 77, - 1.374, - 80, - 3.509, - 83, - 2.903, - 86, - 1.528, - 91, - 1.09, - 96, - 2.749, - 97, - 0.869, + 0.84, + 79, + 0.94, + 90, + 0.966, 99, - 1.971, - 102, - 2.421, - 104, - 1.889, + 0.934, + 100, + 1.867, + 103, + 1.732, 106, - 1.123, - 108, - 2.249, - 110, - 1.555, - 111, - 2.899, - 117, - 2.568, - 119, - 2.428, + 1.625, + 107, + 1.726, + 113, + 1.242, + 116, + 1.578, 121, - 2.154, - 127, - 1.952, - 131, - 1.621, - 135, - 1.753, - 137, - 1.218, - 139, - 2.706, - 143, - 3.773, - 144, - 1.475, - 148, - 2.706, - 149, - 1.455, - 151, - 1.849, - 152, - 1.62, - 157, - 1.512, - 158, - 0.964, + 1.341, + 122, + 2.622, + 125, + 1.233, + 126, + 1.23, + 132, + 2.584, + 138, + 3.309, + 142, + 2.503, 160, - 1.619, - 161, - 2.1, - 162, - 0.731, - 172, - 0.786, - 173, - 1.098, - 181, - 1.149, - 186, - 2.703, - 190, - 1.329, - 191, - 1.183, - 193, - 0.6, + 1.832, + 165, + 2.735, + 166, + 2.912, + 167, + 3.669, + 169, + 0.922, + 170, + 3.935, + 178, + 3.823, + 194, + 1.131, + 198, + 1.104, 201, - 2.519, - 203, - 4.813, - 217, - 1.14, - 224, - 1.286, - 234, - 2.491, - 236, - 1.457, - 237, - 1.37, - 239, - 4.541, - 244, - 1.493, - 247, - 0.516, - 248, - 1.285, + 0.911, + 207, + 3.312, + 230, + 2.157, + 240, + 1.153, + 241, + 1.803, + 250, + 3.964, 256, - 1.374, - 263, - 1.664, - 267, - 1.322, - 293, - 1.14, - 294, - 2.055, - 300, - 0.608, - 302, - 1.066, - 311, - 3.622, - 316, - 1.405, - 318, - 1.905, - 328, - 1.335, - 343, - 1.96, - 346, - 1.106, + 0.911, + 268, + 1.719, + 269, + 0.92, + 273, + 1.001, + 315, + 2.514, + 324, + 2.313, + 332, + 1.35, + 333, + 1.147, + 334, + 4.665, + 359, + 4.063, 362, - 1.123, - 369, - 3.255, + 2.733, + 368, + 2.139, + 385, + 2.279, + 387, + 1.43, 391, - 1.595, - 395, - 1.123, - 402, - 1.228, - 405, - 1.597, - 411, - 1.322, - 424, - 2.854, - 437, - 1.228, - 438, - 1.273, - 441, - 0.989, - 446, - 2.749, - 448, - 2.749, - 450, - 4.124, + 2.514, + 392, + 1.421, + 442, + 1.816, 453, - 1.335, - 456, - 2.289, - 465, - 1.469, - 469, - 2.281, - 480, - 1.915, - 481, - 1.066, - 491, - 1.952, - 492, - 1.158, - 493, - 2.227, - 507, - 1.963, - 509, - 2.625, - 512, - 1.672, + 2.348, + 471, + 1.661, + 472, + 1.868, + 488, + 3.916, + 490, + 1.694, + 510, + 1.49, 514, - 2.112, - 526, - 3.92, - 528, - 3.812, - 540, - 1.597, - 541, - 1.915, - 547, - 0.845, + 2.801, + 524, + 3.333, + 546, + 2.186, 554, - 1.968, - 564, - 6.993, + 2.325, 568, - 1.168, - 581, - 0.923, - 583, - 2.741, - 590, - 2.863, - 594, - 1.168, - 642, - 2.438, - 659, - 1.114, - 671, - 3.078, - 688, - 1.493, - 709, - 1.832, - 710, - 1.03, - 712, - 3.13, - 715, - 2.749, - 719, - 1.273, - 726, - 1.273, - 733, - 3.689, - 737, - 1.753, + 5.766, + 601, + 1.469, + 602, + 1.64, + 603, + 1.694, + 604, + 2.055, + 629, + 1.219, + 634, + 1.602, + 669, + 3.842, + 676, + 1.851, + 706, + 4.526, 749, - 2.368, + 3.386, + 752, + 1.868, 758, - 1.228, - 759, - 2.888, - 775, - 1.646, - 783, - 1.532, - 790, - 1.7, - 792, - 1.044, - 808, - 1.009, - 824, - 2.265, - 827, - 1.082, - 843, - 3.837, - 844, - 4.911, - 849, - 2.952, - 851, - 1.493, - 852, - 1.73, + 1.8, + 773, + 2.725, + 793, + 1.887, + 811, + 2.009, + 832, + 2.972, 866, - 3.263, - 874, - 3.412, - 882, - 1.512, - 889, - 1.114, + 1.511, 891, - 0.989, - 903, - 1.493, - 929, - 2.112, - 948, - 1.074, - 972, - 1.597, - 977, - 2.588, - 993, - 2.144, - 996, - 1.621, + 3.84, + 898, + 2.67, + 914, + 3.789, + 923, + 1.987, + 931, + 3.02, + 941, + 1.59, + 962, + 5.043, 998, - 1.349, - 1009, - 1.672, - 1046, - 2.438, - 1059, - 1.392, - 1096, - 1.574, - 1107, - 1.377, - 1110, - 2.223, - 1129, - 1.228, - 1145, - 2.241, - 1160, - 1.875, - 1173, - 1.309, - 1174, - 3.56, - 1190, - 1.597, - 1191, - 1.25, - 1251, - 1.44, - 1253, - 1.512, - 1261, - 2.396, - 1359, - 1.621, - 1414, - 2.438, - 1444, - 2.075, - 1486, - 2.897, - 1491, - 2.315, - 1496, - 2.223, - 1500, - 1.457, - 1504, - 1.7, - 1510, - 3.207, - 1516, - 0.996, - 1526, - 1.335, - 1548, - 1.762, - 1551, - 2.144, - 1557, - 2.598, - 1569, - 2.431, - 1573, - 1.392, - 1578, - 1.7, - 1584, - 2.075, + 3.589, + 1000, + 5.335, + 1002, + 4.171, + 1003, + 7.495, + 1007, + 3.351, + 1012, + 5.056, + 1019, + 4.319, + 1024, + 5.317, + 1025, + 3.932, + 1034, + 1.555, + 1043, + 1.752, + 1116, + 3.059, + 1124, + 2.615, + 1143, + 3.996, + 1158, + 4.407, + 1202, + 1.925, + 1235, + 2.615, + 1287, + 2.877, + 1295, + 1.521, + 1304, + 2.386, + 1323, + 1.694, + 1324, + 2.104, + 1378, + 3.772, + 1426, + 2.469, + 1449, + 3.172, + 1472, + 2.775, + 1495, + 2.246, + 1560, + 5.547, 1588, - 1.832, - 1598, - 9.736, - 1599, - 5.635, - 1636, - 1.493, - 1661, - 2.075, - 1672, - 1.646, - 1695, - 1.377, - 1704, - 1.363, - 1709, - 1.762, - 1721, - 1.796, - 1723, - 2.075, - 1731, - 3.655, - 1774, - 3.149, - 1776, - 3.621, - 1781, - 2.319, - 1877, - 2.319, + 4.126, + 1594, + 2.313, + 1607, + 2.348, + 1608, + 3.707, + 1621, + 2.055, + 1666, + 2.514, + 1814, + 4.101, + 1888, + 3.309, 1889, - 1.646, - 1920, - 5.772, - 1921, - 2.223, - 1929, - 1.408, - 1957, - 1.392, - 1959, - 1.963, - 1982, - 2.455, - 1989, - 3.655, - 2046, - 1.597, - 2144, - 2.897, - 2146, - 3.149, - 2179, - 2.665, - 2265, - 1.621, - 2328, - 1.832, - 2337, - 1.963, - 2379, - 1.796, - 2421, - 1.796, - 2463, - 1.796, - 2586, - 1.963, - 2587, - 1.552, - 2665, - 1.915, - 2700, - 2.438, - 2702, - 2.598, - 3161, - 1.872, - 3171, - 1.7, - 3221, - 1.796, - 3222, - 2.223, - 3633, - 2.223, - 3690, - 2.438, + 2.469, + 1908, + 3.807, + 1928, + 4.539, + 2030, + 2.733, + 2040, + 5.317, + 2042, + 2.246, + 2043, + 2.962, + 2189, + 2.246, + 2211, + 5.317, + 2286, + 4.662, + 2299, + 2.801, + 2300, + 7.088, + 2305, + 3.172, + 2323, + 5.592, + 2326, + 5.056, + 2373, + 2.562, + 2438, + 3.479, + 2535, + 3.059, + 2554, + 2.426, + 2582, + 6.903, + 3021, + 3.842, + 3079, + 2.962, + 3094, + 2.801, + 3107, + 2.801, + 3108, + 4.526, + 3485, + 3.172, + 3626, + 3.479, + 3720, + 3.479, + 3833, + 3.309, + 3847, + 3.479, 3862, - 2.075, - 3939, - 2.144, - 4097, - 2.223, - 4450, - 2.223, - 4610, - 3.655, - 4625, - 3.812, - 4883, - 2.438, - 5475, - 7.062, - 5502, - 2.598, - 5625, - 2.438, - 5636, - 2.598, - 5667, - 2.841, - 5668, - 2.841, - 5669, - 2.841, - 5670, - 2.598, - 5671, - 2.841, - 5672, - 2.841, + 3.479, + 3974, + 3.479, + 3984, + 2.279, + 4195, + 3.309, + 4252, + 2.877, + 4257, + 5.493, + 4564, + 3.172, + 5153, + 3.479, + 5162, + 7.784, + 5365, + 4.848, + 5525, + 5.317, 5673, - 4.009, + 4.177, 5674, - 7.062, + 6.877, 5675, - 5.914, + 4.055, 5676, - 4.272, + 4.055, 5677, - 4.672, + 3.479, 5678, - 2.841, + 4.055, 5679, - 4.672, + 3.708, 5680, - 2.438, + 5.666, 5681, - 2.598, + 4.674, 5682, - 2.598, + 4.281, 5683, - 5.441, + 4.055, 5684, - 2.598, + 3.479, 5685, - 5.914, + 3.708, 5686, - 4.272, + 4.055, 5687, - 2.841, + 5.666, 5688, - 4.009, + 4.055, 5689, - 2.841, + 3.479, 5690, - 2.841, + 8.207, 5691, - 2.841, + 5.666, 5692, - 2.598, + 4.055, 5693, - 8.655, + 5.666, 5694, - 4.272, + 5.666, 5695, - 2.598, + 8.42, 5696, - 2.841, + 4.055, 5697, - 4.672, + 5.666, 5698, - 2.841, + 6.453, 5699, - 2.598, + 6.197, 5700, - 2.598, + 4.055, 5701, - 6.964, + 6.197, 5702, - 2.438, + 4.055, 5703, - 4.672, + 6.197, 5704, - 4.672, + 4.055, 5705, - 2.598, + 6.197, 5706, - 4.672, + 4.055, 5707, - 4.672, + 3.479, 5708, - 2.841, + 4.055, 5709, - 2.841, + 3.708, 5710, - 4.672, + 5.666, 5711, - 4.672, - 5712, - 2.598, - 5713, - 2.841, - 5714, - 2.841, - 5715, - 2.598, - 5716, - 2.841, - 5717, - 2.841, - 5718, - 2.841, - 5719, - 2.841, - 5720, - 2.841, - 5721, - 2.841, - 5722, - 2.319, - 5723, - 5.95, - 5724, - 4.009, - 5725, - 5.95, - 5726, - 2.841, - 5727, - 4.272, - 5728, - 4.672, - 5729, - 2.438, - 5730, - 2.841 - ] - ], - [ - "type/manuals/extensions-debugging-ios", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/extensions-debugging-ios", - [ - 0, - 1.214, - 1, - 2.535, - 2, - 2.509, - 3, - 2.601, - 4, - 2.601, - 5, - 2.615, - 6, - 2.615, - 7, - 1.244 + 5.666 ] ], [ - "type/manuals/sprite", + "type/manuals/resource", [ 0, 0.731 ] ], [ - "data/manuals/sprite", + "data/manuals/resource", [ 0, - 0.874, + 0.511, 1, - 0.954, + 1.066, 2, - 0.944, + 1.055, 3, - 0.978, + 1.094, 4, - 0.978, + 1.094, 5, - 0.984, + 1.1, 6, - 0.984, + 1.1, 7, - 1.588, - 8, - 1.367, + 1.513, 9, - 0.964, + 1.414, + 10, + 2.292, 11, - 1.041, - 16, - 1.004, - 21, - 1.971, - 22, - 1.98, - 23, - 1.887, - 26, - 0.999, - 28, - 2.062, - 29, - 2.077, - 30, - 1.142, - 32, - 0.709, - 33, - 1.394, - 35, - 2.394, + 1.51, + 18, + 1.14, + 20, + 1.48, + 36, + 1.703, + 38, + 1.2, + 39, + 0.88, 41, - 1.688, + 3.325, 42, - 2.499, + 1.389, 44, - 3.71, + 3.195, 46, - 1.037, - 50, - 3.11, - 51, - 1.735, - 68, - 1.827, - 71, - 2.104, - 72, - 2.294, - 73, - 3.511, - 74, - 0.969, + 1.433, + 52, + 2.351, + 54, + 1.979, + 57, + 1.285, + 59, + 0.991, + 60, + 1.16, + 62, + 1.379, 77, - 1.844, - 82, - 2.311, + 1.769, + 79, + 0.854, + 85, + 2.494, 86, - 1.524, - 87, - 2.406, - 90, - 2.404, - 91, - 2.227, - 92, - 3.317, - 93, - 1.735, + 2.055, 94, - 2.785, + 1.94, 96, - 2.194, - 97, - 1.777, - 98, - 1.959, + 2.911, + 99, + 1.028, + 100, + 1.814, + 102, + 1.072, + 103, + 2.313, + 106, + 1.37, + 107, + 1.625, 108, - 2.195, - 110, - 1.241, - 134, - 2.812, - 137, - 0.555, - 141, - 1.934, + 1.861, + 109, + 1.564, + 113, + 2.013, + 116, + 2.463, + 119, + 3.207, + 121, + 2.53, + 126, + 1.823, + 132, + 1.432, + 139, + 2.414, 143, - 1.847, - 149, - 2.221, + 2.021, + 148, + 1.884, 151, - 1.6, - 152, - 1.015, - 158, - 1.97, - 159, - 3.022, - 160, - 1.04, - 161, - 1.916, - 162, - 1.493, - 164, - 2.037, - 167, - 4.343, - 175, - 2.554, - 181, - 1.508, - 182, - 2.33, - 183, - 2.194, - 189, - 2.723, - 191, - 1.806, - 195, - 2.01, + 2.622, + 153, + 2.405, + 165, + 1.81, + 169, + 1.366, + 174, + 4.095, + 177, + 1.275, + 193, + 5.295, + 194, + 2.005, 196, - 1.264, - 213, - 2.513, - 217, - 1.496, - 218, - 1.429, - 223, - 2.065, + 1.441, + 197, + 2.628, + 198, + 1.135, + 199, + 1.786, + 201, + 2.063, + 207, + 2.546, + 208, + 1.833, 227, - 1.935, - 228, - 1.718, + 2.414, 229, - 1.64, - 230, - 1.959, + 1.402, + 231, + 3.205, 237, - 1.642, - 247, - 0.677, - 256, - 1.096, - 263, - 1.625, - 271, - 1.807, - 285, - 3.534, - 288, - 3.397, - 297, - 1.168, - 298, - 1.462, - 299, - 4.131, - 300, - 1.724, - 306, - 4.692, - 307, - 4.012, - 310, - 5.254, - 316, - 1.121, - 318, - 2.908, - 319, - 2.159, - 320, - 1.597, - 328, - 1.752, - 335, - 1.984, - 337, - 2.602, - 343, - 2.29, - 355, - 3.03, - 357, - 1.807, - 362, - 1.473, - 363, - 5.3, - 364, - 2.349, - 369, - 2.766, - 373, - 1.984, - 391, - 1.272, - 407, - 1.203, - 433, - 2.513, - 440, - 2.845, + 1.921, + 239, + 1.833, + 240, + 1.185, + 243, + 2.065, + 244, + 1.61, + 257, + 1.647, + 260, + 2.133, + 261, + 1.771, + 268, + 1.744, + 269, + 2.405, + 273, + 2.108, + 282, + 2.065, + 295, + 2.916, + 309, + 2.453, + 323, + 2.494, + 332, + 1.387, + 333, + 1.179, + 342, + 2.835, + 368, + 1.8, + 375, + 3.261, + 380, + 1.48, + 384, + 2.957, + 390, + 2.665, + 402, + 2.218, 441, - 2.021, - 460, - 2.488, - 465, - 0.92, - 466, - 1.44, - 478, - 1.557, - 481, - 1.399, - 491, - 1.557, - 493, - 1.09, - 503, - 3.914, - 507, - 2.575, - 512, - 4.198, - 514, - 1.324, - 539, - 2.23, - 580, - 1.807, - 583, - 1.341, - 595, - 1.351, + 3.17, + 452, + 1.212, + 472, + 1.921, + 543, + 1.673, + 547, + 2.453, + 548, + 2.746, + 549, + 3.577, + 550, + 1.94, + 552, + 2.274, + 555, + 2.396, + 556, + 3.51, + 574, + 2.0, + 577, + 1.635, + 593, + 3.261, + 601, + 1.51, + 614, + 1.635, + 615, + 2.218, + 622, + 4.687, + 623, + 1.85, + 631, + 2.065, 633, - 1.289, - 654, - 2.312, - 666, - 1.462, - 712, - 1.532, - 714, - 1.473, - 726, - 1.67, - 748, - 2.575, - 758, - 1.611, - 775, - 3.363, - 777, - 2.575, - 796, - 1.718, - 804, - 2.909, - 805, - 5.084, - 807, - 2.723, - 808, - 1.324, - 810, - 2.269, - 815, - 2.978, - 825, - 4.343, - 830, - 3.042, + 2.113, + 642, + 5.372, + 659, + 2.378, + 683, + 2.688, + 691, + 1.275, + 703, + 1.635, + 715, + 2.19, + 751, + 2.559, + 762, + 5.437, + 793, + 1.94, + 809, + 2.343, 831, - 3.042, + 2.494, 832, - 2.356, - 835, - 3.363, - 836, - 3.263, - 837, - 2.194, - 845, - 2.23, - 849, - 2.356, - 851, - 1.959, - 852, - 2.269, - 858, - 1.182, + 2.0, 860, - 1.429, - 862, - 2.943, - 889, - 2.797, + 4.328, 890, - 2.943, - 894, - 3.6, - 895, - 2.404, - 898, - 6.375, - 899, - 2.126, - 909, - 1.735, - 912, - 2.356, - 949, - 2.159, - 968, - 1.847, - 986, - 5.21, - 1012, - 2.812, - 1021, - 2.159, - 1059, - 1.827, - 1094, - 1.847, - 1117, - 2.645, - 1137, - 5.75, - 1139, - 4.198, - 1160, - 1.496, - 1166, - 1.77, - 1207, - 2.311, - 1219, - 2.01, - 1222, - 1.67, - 1283, - 2.311, - 1340, - 2.194, - 1526, - 3.785, - 1528, - 2.916, - 1535, - 2.812, - 1554, - 2.065, - 1570, - 2.23, - 1586, - 2.786, - 1709, - 2.311, - 1761, - 3.312, - 1766, - 3.042, - 1779, - 5.21, - 1898, - 2.349, - 1930, - 1.935, - 1954, - 2.723, - 1982, - 1.959, - 1990, - 3.131, - 2108, - 2.916, - 2123, - 1.807, - 2172, - 4.526, - 2215, - 2.645, - 2266, - 1.735, - 2345, - 4.012, - 2347, - 2.356, - 2354, - 3.67, - 2369, - 4.738, - 2479, - 4.381, - 2504, - 2.645, + 2.163, + 891, + 1.414, + 914, + 3.195, + 918, + 4.638, + 919, + 2.137, + 931, + 1.154, + 941, + 1.635, + 948, + 3.022, + 978, + 1.647, + 991, + 4.657, + 1007, + 3.217, + 1043, + 1.801, + 1046, + 2.494, + 1047, + 1.979, + 1101, + 3.724, + 1104, + 1.451, + 1114, + 2.688, + 1158, + 1.921, + 1186, + 2.043, + 1219, + 3.853, + 1250, + 2.343, + 1287, + 2.957, + 1311, + 2.688, + 1326, + 2.538, + 1341, + 2.957, + 1379, + 1.94, + 1382, + 2.309, + 1403, + 1.979, + 1473, + 2.957, + 1526, + 3.045, + 1532, + 2.688, + 1544, + 6.229, + 1627, + 2.957, + 1628, + 3.538, + 1637, + 4.081, + 1662, + 1.833, + 1681, + 1.786, + 1770, + 2.538, + 1797, + 4.081, + 1807, + 2.0, + 1878, + 2.634, + 1884, + 1.771, + 1906, + 2.88, + 1928, + 2.247, + 2023, + 3.145, + 2054, + 2.378, + 2082, + 2.957, + 2083, + 2.88, + 2096, + 4.238, + 2116, + 2.378, + 2171, + 4.372, + 2174, + 3.577, + 2182, + 3.922, + 2184, + 3.145, + 2320, + 3.145, + 2353, + 2.688, + 2495, + 3.261, 2506, - 2.404, + 4.742, + 2507, + 5.11, 2509, - 2.269, + 6.573, + 2519, + 3.145, + 2523, + 3.401, + 2532, + 2.688, 2533, - 4.983, + 4.266, + 2535, + 3.145, 2540, - 2.916, - 2671, - 3.263, - 2984, - 2.404, - 3205, - 2.645, - 3225, - 2.575, - 3226, - 2.311, - 3227, - 2.456, - 3854, - 3.042, - 3873, - 2.812, - 4068, - 2.723, - 4121, - 3.409, - 4122, - 3.409, + 3.506, + 2544, + 4.081, + 2547, + 3.401, + 2548, + 2.453, + 2562, + 3.145, + 2637, + 2.634, + 2666, + 3.577, + 2675, + 3.401, + 2750, + 2.634, + 2785, + 3.401, + 3006, + 3.045, + 3378, + 3.577, + 4013, + 3.577, + 4392, + 3.261, + 4404, + 3.577, + 4430, + 3.045, + 5065, + 3.261, + 5712, + 3.577, + 5713, + 4.169, + 5714, + 5.164, + 5715, + 3.401, + 5716, + 4.169, + 5717, + 4.169, + 5718, + 4.169, + 5719, + 7.65, + 5720, + 5.985, + 5721, + 3.045, + 5722, + 4.169 + ] + ], + [ + "type/manuals/modules", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/modules", + [ + 7, + 1.57, + 9, + 1.647, + 10, + 1.05, + 18, + 1.088, + 20, + 1.511, + 22, + 1.995, + 36, + 1.414, + 52, + 2.305, + 57, + 1.253, + 59, + 0.831, + 60, + 1.351, + 72, + 1.616, + 77, + 1.907, + 79, + 0.966, + 99, + 0.996, + 100, + 1.919, + 103, + 2.12, + 106, + 1.754, + 107, + 0.924, + 108, + 1.427, + 122, + 2.207, + 126, + 0.964, + 139, + 4.106, + 148, + 0.996, + 150, + 2.741, + 160, + 3.122, + 165, + 3.347, + 167, + 1.963, + 169, + 1.055, + 171, + 4.293, + 177, + 2.169, + 178, + 4.18, + 196, + 1.679, + 197, + 2.435, + 199, + 3.037, + 210, + 1.963, + 229, + 0.89, + 230, + 1.69, + 241, + 1.518, + 244, + 1.875, + 256, + 2.2, + 260, + 1.636, + 263, + 2.504, + 269, + 1.102, + 273, + 1.198, + 332, + 1.616, + 333, + 2.368, + 342, + 2.174, + 438, + 4.439, + 500, + 3.055, + 504, + 2.46, + 510, + 1.783, + 524, + 3.997, + 534, + 2.282, + 546, + 2.617, + 555, + 1.521, + 573, + 1.822, + 577, + 1.904, + 579, + 2.432, + 583, + 5.191, + 611, + 4.166, + 622, + 2.353, + 652, + 7.948, + 689, + 2.174, + 691, + 1.485, + 713, + 2.583, + 758, + 2.155, + 765, + 1.701, + 811, + 2.405, + 898, + 1.724, + 914, + 2.028, + 915, + 1.862, + 921, + 3.13, + 923, + 2.379, + 1034, + 2.718, + 1043, + 2.098, + 1062, + 3.873, + 1089, + 3.198, + 1140, + 5.528, + 1260, + 2.857, + 1269, + 6.116, + 1272, + 5.103, + 1295, + 3.837, + 1296, + 1.809, + 1332, + 3.724, + 1459, + 2.89, + 1487, + 5.348, + 1492, + 4.395, + 1502, + 2.489, + 1606, + 2.857, + 1648, + 2.769, + 1871, + 2.353, + 1908, + 3.205, + 1982, + 4.195, + 2010, + 5.784, + 2049, + 4.48, + 2142, + 3.198, + 2336, + 3.272, + 2360, + 2.617, + 2420, + 3.272, + 2709, + 7.751, + 2997, + 3.961, + 3140, + 4.897, + 3218, + 3.444, + 3311, + 3.068, + 3399, + 3.354, + 3489, + 4.166, + 3556, + 4.439, + 3591, + 6.083, + 3616, + 3.546, + 3667, + 3.662, + 3733, + 3.798, + 3890, + 3.272, 4130, - 2.456, - 4131, - 2.916, - 4137, - 3.042, - 4138, - 3.042, - 4343, - 3.199, - 4350, - 4.543, - 4435, - 3.409, - 4771, - 2.095, - 4841, - 3.199, - 5154, - 3.199, + 4.166, + 4211, + 4.166, + 4322, + 4.166, + 4630, + 7.657, + 5151, + 5.029, + 5684, + 4.166, + 5723, + 4.855, + 5724, + 8.374, + 5725, + 4.855, + 5726, + 4.855, + 5727, + 4.855, + 5728, + 4.855, + 5729, + 4.855, + 5730, + 4.855, 5731, - 4.983, + 4.855, 5732, - 3.728, + 4.855, 5733, - 4.983, + 7.089, 5734, - 3.409, + 7.089, 5735, - 3.409, + 8.374, 5736, - 3.728, + 7.089, 5737, - 5.807, + 10.227, 5738, - 3.728, + 8.374, 5739, - 3.728, + 10.227, 5740, - 3.728, + 7.089, 5741, - 3.728, + 8.374, 5742, - 3.728, + 4.439, 5743, - 3.728, + 4.855, 5744, - 3.728, + 8.374, 5745, - 3.728, + 4.855, 5746, - 3.728, + 4.166, 5747, - 3.728, + 6.482, 5748, - 3.728, + 4.855, 5749, - 3.728, + 4.855, 5750, - 3.728, + 4.855, 5751, - 3.728 + 6.482, + 5752, + 4.855, + 5753, + 3.546, + 5754, + 4.855, + 5755, + 4.855, + 5756, + 8.374, + 5757, + 4.855, + 5758, + 4.855, + 5759, + 4.855 ] ], [ - "type/manuals/ads", + "type/manuals/iac", [ 0, 0.731 ] ], [ - "data/manuals/ads", + "data/manuals/iac", [ 0, - 0.841, + 1.034, 1, - 1.756, + 2.159, 2, - 1.738, + 2.137, 3, - 1.802, + 2.216, 4, - 1.802, + 2.216, 5, - 1.812, + 2.227, 6, - 1.812, + 2.227, 7, - 1.58, - 8, - 1.154, - 9, - 0.766, - 10, - 1.951, - 11, - 1.077, - 12, - 4.738, - 13, - 2.271, - 16, - 0.965, + 1.483, 18, - 3.804, - 22, - 2.52, - 23, - 1.484, - 25, - 3.916, - 26, - 1.841, - 30, - 1.076, - 32, - 1.716, - 33, - 1.199, - 35, - 2.042, - 41, - 2.622, - 52, - 2.285, - 63, - 3.294, - 71, - 1.409, - 74, - 0.763, - 86, + 1.067, + 20, + 1.366, + 57, + 1.08, + 59, + 0.762, + 79, + 0.717, + 99, + 0.912, + 100, 1.584, - 91, - 2.633, - 137, - 1.342, - 140, - 3.164, - 141, - 1.376, - 142, - 5.223, - 151, - 1.259, - 152, - 2.912, - 158, - 2.329, - 159, - 2.576, - 160, - 1.23, - 191, - 2.549, - 237, - 2.076, - 248, - 3.104, - 272, - 6.398, - 291, - 2.359, - 295, - 3.402, - 298, - 2.693, - 300, - 2.156, - 316, - 2.065, - 337, - 2.505, - 386, - 3.654, - 387, - 5.603, - 391, - 2.344, - 392, - 5.892, - 407, - 1.422, - 437, - 2.967, - 440, - 5.442, - 469, - 2.633, - 493, - 2.007, - 659, - 2.693, - 673, - 4.524, - 680, - 2.713, - 700, - 3.134, - 702, - 3.294, - 712, - 2.822, - 754, - 2.942, - 811, - 2.892, - 859, - 2.243, - 901, - 3.563, - 914, - 4.041, - 1018, - 4.339, - 1047, - 1.276, - 1244, - 3.365, - 1255, - 7.878, - 1273, - 3.804, - 1372, - 4.428, - 1660, - 2.942, - 1786, - 8.037, - 2204, - 4.108, - 2377, - 4.257, - 2979, - 5.372, - 3371, - 4.628, - 3450, - 5.372, - 4053, - 5.892, - 4496, - 5.18, - 4722, - 5.015, - 4723, - 5.18, - 4915, - 5.603, - 5541, - 5.372, - 5608, - 5.892, - 5620, - 8.689, - 5752, - 6.867, - 5753, - 7.358, - 5754, - 5.892, - 5755, - 6.279, - 5756, - 6.867, - 5757, - 5.603, - 5758, - 6.279, - 5759, - 6.867, + 107, + 1.606, + 126, + 2.04, + 150, + 2.137, + 153, + 1.915, + 165, + 3.168, + 166, + 3.967, + 167, + 4.156, + 169, + 1.256, + 171, + 5.27, + 178, + 4.128, + 202, + 3.357, + 207, + 2.809, + 229, + 1.548, + 241, + 1.808, + 256, + 1.897, + 268, + 2.098, + 273, + 2.084, + 382, + 3.038, + 434, + 3.928, + 490, + 3.526, + 524, + 2.827, + 567, + 4.381, + 634, + 3.335, + 735, + 4.93, + 740, + 4.278, + 848, + 4.182, + 910, + 4.492, + 913, + 5.334, + 1067, + 3.357, + 1381, + 5.989, + 1455, + 5.989, + 1465, + 2.977, + 1503, + 6.604, + 1638, + 5.334, + 2643, + 6.368, + 3423, + 6.368, + 5673, + 6.927, 5760, - 6.867, + 10.277, 5761, - 6.867, + 6.888, 5762, - 6.867 + 8.441, + 5763, + 8.441, + 5764, + 8.441, + 5765, + 8.441 ] ], [ - "type/manuals/live-update-scripting", + "type/manuals/application-lifecycle", [ 0, 0.731 ] ], [ - "data/manuals/live-update-scripting", + "data/manuals/application-lifecycle", [ 7, - 1.535, - 8, - 0.461, - 9, - 0.957, + 1.453, 10, - 0.657, - 11, - 1.05, - 13, - 1.191, - 16, - 0.916, - 21, - 2.255, - 22, - 2.162, - 23, - 2.06, - 26, - 1.87, - 28, - 2.477, - 29, - 1.27, - 30, - 1.104, - 32, - 2.102, - 33, - 1.38, - 34, - 2.054, + 2.125, + 18, + 1.111, + 20, + 1.57, + 38, + 0.872, 41, - 1.047, + 4.125, + 43, + 4.075, 46, - 1.002, - 48, - 1.002, - 51, - 1.611, + 1.12, 52, - 1.199, + 2.705, + 57, + 1.257, 59, - 1.53, + 1.045, + 60, + 2.185, 62, - 1.676, - 67, - 1.262, - 68, - 1.583, - 70, - 1.27, - 71, - 1.621, - 74, - 0.878, - 77, - 0.718, - 86, - 1.3, + 2.597, + 79, + 0.835, 91, - 1.381, - 94, - 2.413, + 2.68, 96, - 2.12, - 97, - 1.73, - 99, - 2.822, - 101, - 2.684, - 102, - 1.671, + 2.489, 103, - 2.086, - 104, - 3.473, - 105, - 4.729, + 2.263, 106, - 3.123, + 1.76, 107, - 4.041, - 108, - 2.637, - 110, - 3.523, - 111, - 3.604, - 112, - 2.276, - 117, - 4.159, - 119, - 1.148, - 121, - 1.019, - 123, - 1.305, - 125, - 1.457, - 127, - 1.504, - 129, - 1.825, - 131, - 2.054, - 133, - 2.555, - 135, - 1.351, - 137, - 1.176, - 139, - 2.086, - 141, - 1.721, - 144, - 2.934, - 145, - 2.717, - 149, - 1.76, - 151, - 1.036, - 158, - 2.681, - 159, - 1.351, - 160, - 1.25, - 161, - 1.705, - 162, - 0.926, - 184, - 1.613, - 190, - 1.608, - 191, - 1.767, - 193, - 1.193, + 1.87, + 122, + 2.445, + 169, + 1.168, + 194, + 1.793, 196, - 2.681, - 201, - 1.942, - 217, - 2.268, - 218, - 1.381, - 224, - 1.556, - 234, - 1.096, - 237, - 0.829, - 251, - 2.12, - 257, - 2.488, - 263, - 2.403, - 264, - 2.556, - 291, - 3.487, - 293, - 1.445, - 295, - 1.784, - 300, - 0.771, - 303, - 1.504, - 309, - 2.801, - 316, - 1.083, - 318, - 1.468, + 2.715, + 244, + 3.033, + 269, + 1.782, 343, - 2.442, - 350, - 2.631, - 393, - 3.222, - 400, - 1.784, - 402, - 1.556, - 407, - 1.445, - 409, - 2.276, - 424, - 1.728, - 438, - 1.613, - 453, - 2.657, - 465, - 1.722, - 469, - 1.381, - 478, - 1.504, - 481, - 1.351, - 493, - 2.04, - 496, - 1.917, - 509, - 2.024, - 523, - 2.631, - 538, - 3.125, - 540, - 2.024, - 547, - 2.35, - 557, - 4.82, - 567, - 4.106, - 568, - 2.867, - 583, - 2.844, - 590, - 3.014, - 594, - 1.48, - 611, - 1.599, - 633, - 1.955, - 636, - 3.558, - 654, - 4.135, - 662, - 4.995, - 669, - 1.825, - 670, - 2.899, - 694, - 3.508, - 700, - 4.159, - 702, - 4.119, - 707, - 2.193, - 712, - 1.48, - 714, - 1.423, - 715, - 2.12, - 754, - 1.543, - 758, - 1.556, - 759, - 1.27, - 779, - 2.155, - 782, - 2.054, - 787, - 3.274, - 804, - 1.804, - 808, - 1.279, - 827, - 1.371, - 858, - 1.792, - 865, - 2.323, - 866, - 3.386, - 891, - 1.968, - 928, - 2.276, - 939, - 1.917, - 977, - 1.995, - 998, - 1.71, - 1045, - 2.832, - 1078, - 1.504, - 1113, - 2.818, - 1129, - 1.556, - 1156, - 3.573, - 1166, - 1.71, - 1176, - 2.555, - 1191, - 3.069, - 1211, - 1.599, - 1216, - 1.784, - 1222, - 2.532, - 1236, - 3.572, - 1288, - 5.097, - 1289, - 3.536, - 1367, - 5.435, - 1421, - 1.847, - 1494, - 2.717, - 1500, - 1.847, - 1516, - 1.262, - 1525, - 3.645, - 1528, - 2.818, - 1551, - 2.717, - 1562, - 5.198, - 1564, - 3.724, - 1586, - 2.712, - 1618, - 3.008, - 1619, - 2.193, - 1663, - 1.728, - 1667, - 2.818, - 1691, - 4.95, - 1692, - 3.294, - 1701, - 7.354, - 1705, - 2.217, - 1723, - 2.631, - 1761, - 3.224, - 1780, - 1.995, - 1782, - 2.717, - 1797, - 2.155, - 1799, - 2.024, - 1806, - 4.95, - 1809, - 3.091, - 1821, - 1.599, - 1825, - 3.294, - 1829, - 2.631, - 1837, - 8.053, - 1845, - 2.233, - 1882, - 2.276, - 1902, - 1.942, - 1981, - 1.942, - 2006, - 2.323, - 2023, - 1.825, - 2090, - 4.265, - 2126, - 2.373, - 2146, - 2.428, - 2204, - 2.155, - 2206, - 2.631, - 2209, - 2.233, - 2216, - 2.631, - 2273, - 2.488, - 2291, - 2.155, - 2502, - 2.155, - 2636, - 4.129, - 2638, - 2.193, - 2780, - 3.091, - 3068, - 3.294, - 3348, - 3.294, - 3536, - 2.717, - 3601, - 3.294, - 3854, - 2.939, - 3934, - 2.193, - 4185, - 5.097, - 4276, - 2.428, - 4496, - 2.717, - 4584, - 2.717, - 4615, - 2.428, - 4770, - 4.995, - 4841, - 3.091, - 4887, - 3.089, - 4994, - 2.717, - 5004, - 4.613, - 5729, - 3.091, - 5763, - 7.228, - 5764, - 5.17, - 5765, - 5.17, + 6.093, + 459, + 3.654, + 468, + 5.57, + 471, + 2.105, + 500, + 3.585, + 503, + 7.18, + 505, + 4.026, + 521, + 2.733, + 522, + 5.315, + 552, + 2.922, + 622, + 3.806, + 623, + 4.362, + 723, + 4.78, + 859, + 4.924, + 1007, + 3.758, + 1010, + 3.227, + 1034, + 3.011, + 1052, + 4.125, + 1146, + 3.393, + 1150, + 4.412, + 1250, + 5.523, + 1285, + 5.923, + 1296, + 2.925, + 1482, + 5.735, + 1602, + 3.847, + 1628, + 4.658, + 1637, + 5.063, + 1646, + 6.737, + 1858, + 5.173, + 1871, + 3.806, + 1878, + 4.962, + 1926, + 6.474, + 1931, + 4.233, + 1946, + 5.735, + 2379, + 5.063, + 2438, + 6.737, + 2543, + 5.923, + 5159, + 6.737, + 5689, + 6.737, + 5720, + 6.143, 5766, - 7.369, + 7.689, 5767, - 3.602, + 7.18, 5768, - 3.602, + 7.852, 5769, - 3.602, + 7.18, 5770, - 6.978, + 7.852, 5771, - 3.602, + 7.852, 5772, - 8.588, + 8.987 + ] + ], + [ + "type/manuals/physics-joints", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/physics-joints", + [ + 0, + 0.654, + 1, + 1.364, + 2, + 1.35, + 3, + 1.4, + 4, + 1.4, + 5, + 1.407, + 6, + 1.407, + 7, + 1.58, + 11, + 3.682, + 18, + 1.073, + 20, + 1.174, + 38, + 0.843, + 46, + 1.372, + 49, + 1.845, + 52, + 1.468, + 57, + 1.351, + 59, + 1.034, + 77, + 1.992, + 79, + 1.049, + 84, + 2.285, + 90, + 1.271, + 92, + 2.14, + 99, + 1.003, + 108, + 1.568, + 113, + 1.52, + 122, + 1.661, + 126, + 2.096, + 128, + 2.643, + 145, + 3.307, + 148, + 2.166, + 149, + 2.031, + 150, + 2.573, + 158, + 1.559, + 160, + 2.61, + 165, + 1.525, + 167, + 2.157, + 169, + 1.431, + 170, + 2.045, + 178, + 2.827, + 201, + 1.199, + 207, + 1.775, + 226, + 1.484, + 229, + 1.391, + 230, + 1.857, + 240, + 1.517, + 251, + 2.458, + 260, + 1.798, + 268, + 1.089, + 269, + 1.21, + 279, + 4.353, + 285, + 2.389, + 295, + 2.458, + 305, + 3.089, + 307, + 3.089, + 330, + 3.067, + 332, + 1.775, + 359, + 2.389, + 361, + 4.263, + 368, + 1.517, + 384, + 3.784, + 385, + 4.962, + 404, + 4.794, + 433, + 2.174, + 488, + 3.371, + 500, + 1.946, + 524, + 1.786, + 533, + 4.203, + 541, + 2.838, + 601, + 1.933, + 614, + 2.092, + 676, + 3.462, + 691, + 1.632, + 758, + 2.367, + 856, + 2.14, + 898, + 2.694, + 931, + 2.662, + 962, + 5.218, + 1007, + 3.37, + 1010, + 2.192, + 1011, + 4.892, + 1014, + 4.892, + 1016, + 4.794, + 1031, + 7.025, + 1193, + 3.192, + 1221, + 2.643, + 1224, + 3.639, + 1226, + 3.042, + 1332, + 3.068, + 1493, + 3.685, + 1571, + 4.577, + 1592, + 3.784, + 1629, + 2.389, + 1644, + 6.51, + 1672, + 4.09, + 1884, + 3.223, + 1911, + 2.735, + 2026, + 5.817, + 2070, + 6.078, + 2226, + 4.892, + 2236, + 5.474, + 2271, + 4.173, + 2296, + 6.191, + 2448, + 3.514, + 2468, + 4.173, + 2555, + 3.371, + 2633, + 2.735, + 2644, + 4.577, + 2645, + 3.896, + 2750, + 3.371, + 3200, + 5.541, + 3583, + 3.784, + 3841, + 8.292, + 3861, + 5.723, + 3984, + 2.998, + 4242, + 6.264, + 4603, + 4.024, + 5065, + 7.524, + 5263, + 6.938, + 5698, + 4.577, + 5707, + 4.577, + 5709, + 4.878, 5773, - 3.602, + 8.83, 5774, - 3.294, + 4.878, 5775, - 3.602, + 11.004, 5776, - 3.602, + 4.878, 5777, - 3.294, + 9.656, 5778, - 3.602, + 4.878, 5779, - 3.602, + 7.587, 5780, - 5.653, + 4.878, 5781, - 3.602, + 4.878, 5782, - 7.228, + 4.577, 5783, - 3.602, + 4.878, 5784, - 7.904, + 4.878, 5785, - 6.381, + 5.334, 5786, - 3.602, + 5.334, 5787, - 5.653, + 4.878, 5788, - 5.653, + 5.334, 5789, - 5.653, + 4.878, 5790, - 5.653, + 10.56, 5791, - 5.653, + 8.83, 5792, - 3.602, + 8.83, 5793, - 6.978, + 4.878, 5794, - 5.17, + 5.334, 5795, - 3.091, + 7.587, 5796, - 5.653, + 4.878, 5797, - 5.653, + 7.587, 5798, - 6.978, + 4.878, 5799, - 5.653, + 5.334, 5800, - 8.588, + 7.587, 5801, - 3.294, + 4.878, 5802, - 5.653, + 4.878, 5803, - 3.294, - 5804, - 3.602, - 5805, - 2.939, - 5806, - 3.602, - 5807, - 3.294 + 6.191 ] ], [ - "type/manuals/editor", + "type/manuals/macos", [ 0, 0.731 ] ], [ - "data/manuals/editor", + "data/manuals/macos", [ 0, - 0.283, + 0.544, 1, - 0.592, + 1.136, 2, - 0.586, + 1.124, 3, - 0.607, + 1.165, 4, - 0.607, + 1.165, 5, - 0.61, + 1.172, 6, - 0.61, + 1.172, 7, - 1.539, + 1.58, 8, - 1.334, - 9, - 0.951, + 2.77, 10, - 1.105, - 11, - 1.054, + 2.04, 12, - 2.067, - 13, - 0.765, - 16, - 1.042, - 21, - 1.692, - 22, - 2.457, - 23, - 1.309, - 24, - 1.056, - 26, - 0.62, - 28, - 0.821, - 29, - 1.525, - 30, - 1.142, - 32, - 1.838, - 33, - 1.401, - 41, - 0.673, - 42, - 1.223, - 44, - 1.579, + 2.026, + 18, + 1.122, + 20, + 0.882, + 36, + 1.758, + 38, + 0.979, 46, - 1.428, - 48, - 1.685, - 51, - 1.622, - 60, - 1.604, - 63, - 1.11, - 64, - 2.486, - 67, - 2.121, - 68, - 1.675, - 70, - 1.942, - 71, - 2.085, - 72, - 0.914, - 74, - 1.073, - 75, - 2.884, + 1.134, + 52, + 1.827, + 57, + 1.35, + 59, + 0.852, 77, - 2.027, - 80, - 1.813, - 83, - 3.64, + 1.646, + 79, + 0.872, 86, - 1.682, + 2.155, 90, - 1.492, - 94, - 0.8, - 97, - 0.708, - 101, - 1.098, + 1.058, + 99, + 1.046, + 100, + 0.833, + 102, + 1.142, + 103, + 1.022, + 105, + 1.782, + 106, + 1.423, + 107, + 0.845, + 108, + 1.305, 110, - 1.309, - 111, - 1.318, - 123, - 0.838, - 137, - 1.098, - 141, - 1.661, - 147, - 2.257, + 2.622, + 113, + 0.89, + 121, + 2.195, + 126, + 1.873, + 146, + 2.176, + 148, + 1.809, 149, - 1.885, + 1.69, 150, - 3.54, + 2.507, 151, - 1.519, - 152, - 2.681, - 157, - 2.731, - 158, - 1.741, - 159, - 0.868, - 160, - 1.485, - 161, - 1.563, - 162, - 1.557, - 166, - 2.904, - 171, - 2.354, - 172, - 2.724, - 175, - 2.663, - 190, - 1.119, + 1.839, + 153, + 2.141, + 170, + 2.545, + 194, + 1.807, + 197, + 2.28, 198, - 2.217, - 216, - 1.524, - 217, - 0.928, - 220, - 1.985, - 221, - 1.928, - 223, - 1.282, - 224, - 2.032, - 225, - 2.278, - 227, - 4.301, - 228, - 1.813, + 2.938, + 201, + 2.225, + 226, + 2.626, 229, - 3.645, - 230, - 4.354, - 233, - 1.598, - 237, - 1.182, - 242, - 2.278, + 1.217, + 231, + 2.49, + 236, + 3.981, + 240, + 1.263, + 241, + 1.888, 247, - 0.715, + 1.469, 256, - 2.315, - 263, - 3.053, - 264, - 1.046, - 267, - 1.077, + 0.998, 273, - 0.9, - 277, - 0.78, - 278, - 2.738, - 279, - 1.247, + 1.096, 285, - 1.146, - 290, - 0.805, - 291, - 0.795, - 295, - 2.999, - 297, - 1.232, - 298, - 0.907, - 300, - 1.453, - 301, - 1.159, - 302, - 3.813, - 303, - 0.966, - 310, - 1.159, - 316, - 2.041, - 317, - 1.926, - 318, - 0.943, - 322, - 1.282, - 328, - 1.087, - 339, - 1.476, - 343, - 1.459, - 346, - 0.9, - 347, - 1.11, - 349, - 1.231, - 355, - 0.983, - 361, - 1.231, - 364, - 0.936, - 366, - 2.32, - 369, - 0.733, - 375, - 1.319, - 384, - 0.983, - 391, - 3.36, - 393, - 0.943, - 394, - 1.146, - 395, - 0.914, - 399, - 1.745, - 400, - 1.146, - 402, - 1.0, - 403, - 1.745, - 405, - 1.3, - 406, - 0.966, - 407, - 1.528, - 408, - 3.749, - 409, - 1.462, - 413, - 2.116, - 416, - 1.122, - 417, - 1.122, - 421, - 1.69, - 422, - 1.046, - 426, - 1.247, - 427, - 1.122, - 428, - 1.971, - 430, - 4.021, - 432, - 4.772, - 433, - 1.559, - 438, - 1.036, - 441, - 1.369, - 448, - 3.02, - 449, - 2.486, - 451, - 1.462, - 460, - 2.199, - 466, - 1.983, - 469, - 1.968, + 1.989, + 306, + 1.953, + 313, + 1.741, + 333, + 1.877, + 341, + 2.152, + 350, + 2.657, + 353, + 1.782, + 380, + 2.356, + 442, + 2.972, + 452, + 1.291, + 457, + 2.356, 471, - 1.69, - 478, - 0.966, - 481, - 2.272, - 493, - 0.676, - 496, - 1.231, - 521, - 0.907, - 548, - 3.463, - 568, - 2.109, - 581, - 0.751, - 583, - 0.833, - 590, - 1.698, - 595, - 0.838, - 599, - 1.098, + 1.19, + 498, + 3.349, + 510, + 1.631, + 511, + 4.228, + 543, + 2.663, + 553, + 1.587, + 555, + 1.391, + 577, + 1.741, + 591, + 4.372, + 592, + 5.124, + 601, + 2.405, + 602, + 1.796, + 622, + 4.274, + 623, + 4.874, 633, - 3.911, - 636, - 1.63, + 2.25, + 634, + 3.729, + 637, + 4.279, + 638, + 5.572, + 642, + 2.25, 644, - 1.201, - 647, - 1.384, - 655, - 1.018, - 659, - 0.907, - 663, - 2.791, - 680, - 2.392, - 704, - 1.361, - 710, - 1.425, - 724, - 2.179, - 726, - 1.036, - 743, - 1.122, - 754, - 0.991, - 758, - 1.7, - 776, - 1.746, - 793, - 1.172, - 796, - 1.066, - 802, - 1.159, - 803, - 2.244, - 809, - 1.559, - 811, - 1.657, - 813, - 3.354, - 826, - 1.907, - 834, - 1.384, - 856, - 2.968, - 858, - 2.151, - 860, - 0.887, - 862, - 1.994, - 866, - 0.991, - 889, - 0.907, - 903, - 1.216, + 2.2, + 649, + 2.657, + 660, + 2.657, + 666, + 4.372, + 674, + 3.325, + 683, + 1.886, + 686, + 2.394, + 688, + 3.15, + 691, + 1.358, + 703, + 2.602, + 712, + 2.993, + 713, + 2.363, + 751, + 1.796, + 827, + 5.107, + 835, + 3.623, + 879, + 2.613, + 890, + 4.898, + 902, + 2.532, + 911, + 2.46, 918, - 1.384, - 919, - 1.146, - 921, - 1.159, - 944, - 5.182, - 945, - 4.288, - 958, - 4.804, - 962, - 2.697, - 969, - 1.11, - 998, - 1.098, - 1011, - 1.056, - 1022, - 2.697, - 1038, - 1.559, - 1047, - 0.293, - 1072, - 2.412, - 1096, - 1.282, + 2.13, + 922, + 2.993, + 936, + 2.925, + 947, + 2.333, + 972, + 2.863, + 1067, + 1.451, + 1090, + 3.088, 1104, - 1.159, - 1127, - 1.134, - 1145, - 1.11, - 1158, - 1.361, - 1160, - 0.928, - 1190, - 1.3, - 1191, - 1.73, - 1203, - 1.559, - 1204, - 1.888, - 1216, - 1.949, - 1219, - 1.247, - 1222, - 1.036, - 1234, - 2.967, - 1250, - 3.4, - 1251, - 1.172, - 1266, - 1.745, - 1275, - 1.247, - 1367, - 1.319, - 1373, - 1.282, - 1374, - 1.462, - 1376, - 1.888, - 1423, - 4.41, - 1467, - 1.319, - 1503, - 2.244, - 1549, - 1.282, - 1596, - 1.282, - 1603, - 3.506, - 1609, - 1.434, - 1622, - 2.967, - 1637, - 1.745, - 1661, - 1.69, - 1665, - 1.559, - 1672, - 2.278, - 1680, - 3.182, - 1704, - 1.11, - 1705, - 0.907, + 2.31, + 1113, + 3.474, + 1224, + 3.183, + 1245, + 2.993, + 1253, + 2.495, + 1283, + 2.426, + 1323, + 1.855, + 1403, + 2.108, + 1554, + 5.695, + 1556, + 3.349, + 1566, + 3.349, + 1573, + 3.81, + 1632, + 2.806, + 1655, + 2.333, + 1681, + 1.902, + 1686, + 3.349, + 1697, + 5.124, 1721, - 1.462, - 1756, - 3.686, + 3.067, 1767, - 2.116, - 1774, - 1.559, - 1784, - 1.077, - 1788, - 1.524, - 1805, - 2.767, - 1815, - 1.559, - 1816, - 1.492, - 1821, - 2.278, - 1843, - 1.434, - 1898, - 1.591, - 1899, - 2.791, - 1928, - 1.559, - 1930, - 2.042, - 1949, - 1.524, - 1950, - 2.592, - 1951, - 3.87, - 1953, - 1.641, - 1975, - 2.652, - 1979, - 4.416, - 1980, - 2.718, - 2040, - 3.21, - 2042, - 1.888, - 2049, - 3.872, - 2070, - 1.34, - 2077, - 2.395, - 2085, - 1.888, - 2116, - 3.243, - 2178, - 5.236, - 2225, - 1.361, - 2248, - 2.116, - 2266, - 1.077, - 2268, - 1.492, - 2287, - 1.81, - 2288, - 1.81, - 2308, - 1.524, - 2326, - 1.985, - 2333, - 1.492, - 2340, - 1.641, - 2342, - 1.641, - 2379, - 1.462, - 2402, - 1.69, - 2403, - 1.985, - 2411, - 3.309, - 2412, - 1.69, - 2428, - 1.492, - 2445, - 1.81, - 2447, - 6.131, - 2453, - 4.295, - 2454, - 3.376, - 2459, - 3.597, - 2463, + 2.613, + 1769, + 4.97, + 1933, + 2.363, + 1989, + 3.785, + 1990, + 5.809, + 1991, 3.243, - 2479, - 1.745, - 2550, - 2.486, - 2561, - 1.434, - 2644, - 1.81, - 2652, - 2.592, - 2653, - 1.745, - 2655, - 4.94, - 2667, - 1.745, - 2756, - 2.395, - 2967, - 3.904, - 2996, - 2.32, - 3043, - 3.21, - 3065, - 2.968, - 3144, - 1.81, - 3148, - 2.116, - 3149, - 1.81, - 3160, - 2.652, - 3190, - 2.968, + 2006, + 3.487, + 2015, + 5.943, + 2123, + 2.532, + 2143, + 2.925, + 2164, + 1.919, + 2337, + 3.15, + 2360, + 2.394, + 2941, + 3.15, + 2945, + 6.069, + 2953, + 4.584, + 2956, + 4.473, + 2962, + 5.006, + 2964, + 3.623, + 3031, + 4.06, + 3036, + 4.06, + 3037, + 3.623, + 3038, + 4.06, + 3047, + 3.623, 3200, - 3.21, - 3202, - 1.745, - 3216, - 1.81, - 3226, - 1.434, - 3227, - 2.592, - 3294, - 1.745, - 3334, - 1.81, - 3347, - 1.81, - 3382, - 1.641, - 3397, - 1.81, - 3424, - 1.69, - 3426, - 1.641, - 3441, - 1.598, - 3453, - 4.567, - 3537, - 2.116, - 3545, - 1.492, - 3614, - 3.545, - 3616, - 1.559, - 3759, - 3.749, - 3787, - 3.376, - 3790, - 2.116, - 3791, - 1.641, - 3795, - 1.888, - 3802, - 4.182, - 3806, - 2.116, - 3821, - 1.985, - 3850, - 1.641, - 3879, - 4.693, - 3934, - 2.395, - 3942, - 1.69, - 3970, - 1.598, - 4037, - 3.597, - 4048, - 1.888, - 4057, - 1.985, - 4174, - 1.745, - 4296, - 4.693, - 4366, - 2.116, - 4376, - 2.873, - 4388, - 1.888, - 4453, - 2.116, - 4577, - 1.81, - 4581, - 1.888, - 4824, - 1.888, - 4979, - 1.985, - 5164, - 2.116, - 5182, - 4.693, - 5270, - 2.116, - 5337, - 1.888, - 5383, - 4.567, - 5401, - 2.116, - 5402, - 2.116, - 5528, - 1.598, - 5674, - 1.888, - 5722, - 3.21, + 3.243, + 3224, + 2.925, + 3275, + 4.06, + 3318, + 3.474, + 3491, + 3.623, + 3610, + 2.394, + 3641, + 4.06, + 3681, + 7.232, + 3793, + 4.06, + 3874, + 3.474, + 4098, + 4.114, + 4110, + 3.81, + 4161, + 4.06, + 4214, + 3.474, + 4562, + 4.06, + 4651, + 4.06, + 4681, + 3.623, + 4729, + 3.623, + 5035, + 3.81, + 5153, + 5.695, + 5568, + 7.195, + 5681, + 6.652, + 5804, + 8.817, + 5805, + 3.474, + 5806, + 7.947, + 5807, + 5.695, 5808, - 3.934, + 6.637, 5809, - 3.934, + 4.44, 5810, - 4.015, + 4.44, 5811, - 1.985, + 4.44, 5812, - 5.537, + 4.44, 5813, - 2.314, + 4.44, 5814, - 2.314, + 4.44, 5815, - 2.314, + 4.44, 5816, - 2.314, + 4.44, 5817, - 2.314, + 4.44, 5818, - 2.314, + 4.44, 5819, - 2.116, + 6.637, 5820, - 2.116, + 4.44, 5821, - 2.314, + 8.063, 5822, - 2.314, + 4.44, 5823, - 3.934, + 4.44, 5824, - 2.314, + 4.44, 5825, - 3.934, + 4.44, 5826, - 1.888, + 4.44, 5827, - 2.314, + 8.817, 5828, - 2.314, + 9.902, 5829, - 2.116, + 6.637, 5830, - 2.116, + 5.006, 5831, - 2.314, + 6.637, 5832, - 2.314, + 6.069, 5833, - 2.314, + 6.637, 5834, - 2.314, + 4.44, 5835, - 2.314, + 4.44, 5836, - 2.314, + 4.06, 5837, - 2.314, + 4.44, 5838, - 3.934, + 6.637, 5839, - 2.314, + 4.44, 5840, - 2.314, + 4.44, 5841, - 2.314 + 4.44, + 5842, + 7.947, + 5843, + 4.44, + 5844, + 3.623, + 5845, + 4.44, + 5846, + 4.44, + 5847, + 6.637, + 5848, + 4.44, + 5849, + 6.637, + 5850, + 7.947, + 5851, + 4.44, + 5852, + 4.06, + 5853, + 4.44, + 5854, + 4.44, + 5855, + 4.44, + 5856, + 4.44, + 5857, + 4.44, + 5858, + 4.44 ] ], [ - "type/manuals/glossary", + "type/manuals/graphics", [ 0, 0.731 ] ], [ - "data/manuals/glossary", + "data/manuals/graphics", [ 0, - 0.344, + 1.189, 1, - 0.402, + 2.482, 2, - 1.494, + 2.456, 3, - 0.412, + 2.547, 4, - 0.412, + 2.547, 5, - 0.415, + 2.56, 6, - 0.415, + 2.56, 7, - 1.548, + 1.514, + 554, + 4.187, + 629, + 3.356, + 1884, + 4.74 + ] + ], + [ + "type/manuals/debugging-game-logic", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/debugging-game-logic", + [ + 0, + 0.306, + 1, + 0.639, + 2, + 0.633, + 3, + 0.656, + 4, + 0.656, + 5, + 0.659, + 6, + 0.659, + 7, + 1.526, 8, - 1.439, + 0.699, 9, - 1.015, + 0.847, 10, - 2.016, - 11, - 1.049, - 12, - 0.826, - 13, - 3.032, - 16, - 1.054, - 19, - 1.626, - 21, - 0.944, + 1.375, + 18, + 1.147, + 20, + 1.463, 22, - 2.393, + 1.027, 23, - 2.295, - 24, - 1.736, - 26, - 1.02, - 28, - 0.558, - 29, - 1.439, + 2.876, 30, - 1.113, - 31, - 1.884, - 32, - 1.638, - 33, - 1.48, - 37, - 3.207, + 1.587, + 36, + 1.973, 38, - 0.896, + 0.707, 39, - 1.503, - 41, - 2.101, + 0.886, 42, - 1.266, + 0.762, 43, - 0.94, - 44, - 1.526, - 45, - 3.768, + 1.297, 46, - 1.287, - 48, - 1.782, - 51, - 1.284, + 1.591, + 49, + 2.657, 52, - 1.539, - 53, - 1.013, - 57, - 0.974, + 1.156, + 54, + 1.186, + 55, + 2.014, + 56, + 0.972, + 57, + 1.451, + 59, + 0.977, 60, - 2.166, + 0.695, 63, - 1.825, - 67, - 0.983, - 68, - 0.357, + 2.035, + 69, + 1.174, 70, - 1.7, - 71, - 1.808, - 72, - 0.621, - 73, - 0.685, - 74, - 1.281, + 2.68, 77, - 2.004, + 1.469, 79, - 1.059, - 86, - 1.582, - 88, - 3.378, - 91, - 0.603, - 92, - 0.964, - 93, - 0.731, + 0.928, + 84, + 1.798, + 90, + 1.516, 97, - 0.481, + 2.051, + 99, + 1.051, 100, - 2.238, + 1.442, 101, - 1.333, + 2.035, 102, - 2.66, + 0.642, + 103, + 0.967, + 104, + 1.281, + 105, + 1.003, 106, - 2.53, - 131, - 0.896, - 136, - 1.115, - 137, - 1.464, - 138, - 2.699, - 140, - 1.753, + 1.832, + 107, + 1.845, + 108, + 1.234, + 109, + 0.937, + 110, + 0.987, + 113, + 1.539, + 122, + 0.778, + 126, + 0.496, 141, - 1.448, - 145, - 1.185, - 146, - 1.109, - 147, - 0.691, - 149, - 2.25, + 2.354, + 142, + 0.743, + 148, + 1.89, + 150, + 0.633, 151, - 1.843, - 152, - 2.217, + 1.739, 153, - 1.892, - 157, - 0.836, - 158, - 0.952, - 159, - 1.427, + 2.457, 160, - 1.876, - 161, - 1.665, - 162, - 2.434, - 163, - 3.009, - 164, - 2.903, - 166, - 3.586, - 167, - 1.709, - 172, - 2.253, - 176, - 1.148, - 179, - 2.632, - 182, - 0.631, - 190, - 1.082, - 193, - 0.332, - 195, - 2.051, + 2.799, + 165, + 2.707, + 169, + 1.498, + 171, + 3.637, + 178, + 0.931, + 194, + 1.958, 196, - 1.802, + 0.864, + 197, + 0.858, 198, - 1.243, - 217, - 0.631, - 219, - 0.796, - 221, - 0.77, - 223, - 0.871, - 224, - 1.047, - 234, - 2.394, - 237, - 0.876, + 2.509, + 199, + 1.798, + 201, + 1.43, + 202, + 0.816, + 206, + 2.632, + 208, + 2.798, + 210, + 2.196, + 211, + 1.119, + 212, + 2.961, + 216, + 2.803, + 229, + 1.497, + 238, + 2.359, + 239, + 1.099, + 240, + 0.71, 241, - 2.453, + 1.519, + 243, + 2.08, 244, - 4.523, - 247, - 1.564, - 248, - 1.269, + 0.965, + 250, + 1.622, 256, - 1.734, + 0.943, + 260, + 1.415, + 261, + 1.783, 263, - 1.65, - 264, - 1.269, + 1.255, + 266, + 1.863, + 268, + 2.02, + 269, + 2.023, + 271, + 1.297, 273, - 0.612, - 277, - 0.946, - 279, - 0.847, - 281, - 0.787, + 1.751, + 274, + 3.195, + 280, + 2.129, 285, - 2.922, - 288, - 1.8, + 3.839, + 286, + 3.751, 289, - 0.993, - 290, - 2.633, - 291, - 1.307, + 4.244, 294, - 2.595, - 295, - 0.778, - 297, - 1.848, - 298, - 1.814, - 299, - 2.679, - 300, - 1.62, - 301, - 1.906, - 302, - 2.403, - 303, - 1.589, - 305, - 0.91, - 306, - 2.497, - 307, - 1.939, - 308, - 1.439, - 309, - 0.778, - 310, - 2.317, - 312, - 0.724, - 316, - 2.992, - 317, - 1.427, - 318, - 2.166, - 319, - 4.986, - 320, - 2.276, - 324, - 1.059, - 328, - 0.739, + 1.425, + 323, + 2.512, 330, - 1.229, - 334, - 3.378, - 335, - 2.461, - 339, - 0.59, - 340, - 1.939, - 341, - 2.196, - 345, - 1.348, - 346, - 1.092, - 347, - 0.754, - 348, - 1.059, + 2.45, + 332, + 0.832, + 333, + 2.173, 351, - 2.291, + 2.818, 353, - 1.348, - 354, - 1.348, - 357, - 2.86, - 360, - 2.196, - 361, - 2.024, - 362, - 3.683, - 363, - 3.093, - 364, - 1.538, - 366, - 2.667, - 367, - 2.767, + 1.003, + 359, + 2.85, 368, - 1.013, - 369, - 2.658, - 372, - 1.059, - 373, - 0.836, - 375, - 0.896, - 377, - 1.035, - 378, - 0.957, - 380, - 2.599, - 381, - 3.856, - 384, - 2.906, - 390, - 1.035, - 391, - 1.298, - 394, - 1.884, - 402, - 0.679, - 407, - 0.958, - 411, - 1.77, - 416, - 0.762, - 427, - 0.762, - 441, - 0.977, + 2.322, + 382, + 1.511, + 387, + 0.881, + 389, + 1.384, + 392, + 0.875, + 429, + 3.724, + 439, + 1.684, 442, - 1.81, - 444, - 2.493, - 446, - 1.652, - 450, - 0.94, - 451, - 2.404, + 1.119, 452, - 1.849, - 457, - 2.493, - 460, - 0.673, - 463, - 1.148, + 2.374, + 453, + 1.447, + 465, + 2.144, 469, - 0.603, + 1.266, + 471, + 1.455, 473, - 1.884, - 477, - 1.229, - 478, - 0.656, + 1.099, 481, - 2.213, - 482, - 1.282, - 484, - 2.409, - 487, - 1.229, - 488, - 1.086, - 491, - 1.932, - 502, - 2.83, - 514, - 1.351, + 2.431, + 499, + 1.772, + 504, + 1.266, + 506, + 1.521, + 510, + 1.542, 521, - 0.616, - 525, - 0.585, - 526, - 1.035, - 530, - 2.107, - 533, - 2.051, - 547, - 0.835, + 0.87, + 522, + 2.08, + 524, + 2.376, + 534, + 1.973, + 550, + 1.953, + 552, + 0.743, 553, - 0.883, + 1.941, 554, - 3.488, + 0.937, + 555, + 2.222, + 556, + 2.615, + 561, + 1.721, 564, - 3.364, - 567, - 0.925, - 568, - 0.646, - 569, - 2.354, - 570, - 0.871, - 576, - 2.473, - 581, - 1.235, - 583, - 1.01, + 2.039, + 575, + 2.9, + 577, + 2.495, + 582, + 1.521, 594, - 0.646, - 595, - 3.119, - 607, - 1.844, - 610, - 1.059, - 612, - 1.306, - 624, - 0.787, + 1.934, + 598, + 1.611, + 600, + 2.604, + 601, + 1.521, + 602, + 1.698, + 603, + 1.044, + 608, + 1.238, + 629, + 1.262, 631, - 3.657, + 1.238, 633, - 1.599, + 1.266, 634, - 3.831, - 636, - 2.834, - 637, - 2.767, - 638, - 1.709, - 640, - 1.293, - 643, - 1.013, + 0.987, 644, - 0.815, - 652, - 2.409, - 659, - 1.101, - 662, - 1.774, + 1.238, + 648, + 2.632, 666, - 1.492, - 668, - 1.229, - 671, - 1.849, - 674, - 1.035, - 677, - 1.375, - 678, - 0.815, - 682, - 0.787, - 684, - 1.282, - 700, - 2.111, - 702, - 1.346, - 742, - 1.679, - 757, - 1.115, - 758, - 0.679, - 759, - 0.554, - 764, - 1.035, - 776, - 0.697, - 790, - 0.94, - 801, - 2.238, - 802, - 1.406, - 805, - 0.762, - 810, - 0.957, - 811, - 1.948, - 812, - 0.704, - 813, - 0.871, - 814, - 1.148, - 815, - 1.95, - 817, - 1.185, - 820, - 1.991, - 825, - 0.957, + 1.646, + 672, + 1.953, + 673, + 3.685, + 675, + 0.958, + 681, + 2.66, + 692, + 1.575, + 701, + 2.206, + 703, + 2.495, + 705, + 1.646, + 744, + 4.699, + 745, + 2.9, + 747, + 1.404, + 751, + 1.01, + 765, + 1.471, + 773, + 0.905, + 775, + 1.384, + 793, + 1.953, 826, - 1.361, - 834, - 0.94, - 858, - 1.206, - 860, - 0.603, - 867, - 3.668, - 868, - 1.086, - 869, - 2.404, - 876, - 1.849, - 880, - 1.115, - 882, - 0.836, - 883, - 0.974, - 889, - 1.492, - 890, - 2.693, + 1.313, + 832, + 1.198, + 866, + 0.931, 891, - 0.977, - 892, - 0.91, - 894, - 3.657, - 897, - 1.086, - 901, - 2.4, - 906, - 2.868, - 911, - 2.409, - 912, - 0.993, - 914, - 0.925, - 917, - 1.185, + 1.842, + 895, + 1.198, + 898, + 0.887, + 900, + 1.955, + 904, + 3.852, + 908, + 1.885, + 915, + 1.61, 919, - 0.778, - 920, - 0.993, - 933, - 3.031, - 940, - 1.035, - 943, - 2.238, - 957, - 1.035, + 1.281, + 923, + 2.66, + 931, + 1.162, + 944, + 2.784, + 948, + 2.514, + 958, + 1.825, + 961, + 3.751, 962, - 2.43, - 966, - 1.348, + 1.174, + 963, + 1.365, 972, - 2.599, - 976, - 1.849, - 992, - 1.229, - 998, - 0.746, - 1005, - 2.409, - 1011, - 0.717, + 1.611, + 977, + 2.234, + 1001, + 2.144, + 1002, + 3.152, + 1003, + 1.825, + 1009, + 1.684, + 1010, + 1.725, 1014, - 1.013, - 1015, - 1.059, - 1018, - 0.993, - 1020, - 0.993, - 1022, - 0.826, - 1025, - 1.991, - 1026, - 2.238, - 1036, - 1.148, - 1044, - 1.293, - 1045, - 2.317, - 1054, - 0.91, - 1072, - 1.319, - 1074, - 1.422, - 1096, - 1.555, - 1107, - 1.844, - 1122, - 0.826, + 2.707, + 1034, + 0.958, + 1040, + 1.495, + 1043, + 1.08, + 1055, + 1.425, + 1064, + 1.224, + 1090, + 1.953, + 1104, + 3.697, 1126, - 1.086, - 1127, - 1.375, - 1139, - 1.652, - 1156, - 0.71, - 1160, - 1.526, - 1181, - 4.615, - 1191, - 1.673, - 1200, - 0.731, - 1215, - 1.185, - 1216, - 0.778, - 1219, - 0.847, - 1233, - 1.513, - 1234, - 0.77, - 1239, - 1.459, - 1244, - 0.77, - 1257, - 1.293, - 1263, - 0.94, - 1274, - 0.993, - 1276, - 3.118, - 1284, - 0.746, - 1321, - 1.709, - 1356, - 1.282, - 1359, - 0.896, - 1481, - 0.91, - 1485, - 3.489, - 1491, - 0.778, + 1.252, + 1134, + 1.579, + 1135, + 1.684, + 1136, + 4.763, + 1140, + 1.151, + 1141, + 3.305, + 1146, + 1.08, + 1153, + 1.174, + 1159, + 1.955, + 1162, + 1.772, + 1248, + 5.634, + 1270, + 1.955, + 1286, + 2.978, + 1287, + 1.772, + 1296, + 0.931, + 1304, + 2.47, + 1322, + 3.262, + 1327, + 1.684, + 1332, + 1.01, + 1349, + 3.602, + 1378, + 1.521, + 1401, + 2.556, + 1428, + 2.294, + 1437, + 1.885, + 1457, + 2.47, + 1459, + 1.711, + 1475, + 1.772, + 1497, + 1.955, 1505, - 0.993, - 1506, - 2.117, + 2.144, 1507, - 1.229, - 1508, - 1.282, - 1514, - 1.059, - 1516, - 0.983, - 1518, - 1.086, - 1520, - 0.957, - 1560, - 1.348, - 1562, - 0.896, - 1573, - 1.864, - 1576, - 3.047, - 1578, - 0.94, - 1583, - 0.925, - 1601, - 1.229, - 1606, - 1.774, - 1609, - 0.974, - 1610, - 1.035, - 1614, - 1.086, - 1618, - 0.836, - 1622, - 0.77, - 1654, - 1.185, - 1660, - 1.202, - 1695, - 0.762, - 1706, - 1.437, - 1710, - 1.013, - 1711, - 1.115, - 1712, - 0.993, + 1.549, + 1532, + 1.611, + 1541, + 1.347, + 1579, + 3.066, + 1584, + 2.359, + 1594, + 3.097, + 1600, + 3.807, + 1602, + 2.66, + 1623, + 2.9, + 1627, + 1.772, + 1648, + 1.425, + 1649, + 3.727, + 1661, + 1.252, + 1662, + 4.165, + 1696, + 1.521, + 1697, + 4.574, 1713, - 1.282, - 1717, - 1.115, - 1721, - 2.923, - 1723, - 1.148, - 1725, - 1.185, - 1742, - 1.81, - 1777, - 0.957, - 1780, - 1.555, - 1796, - 1.437, - 1799, - 0.883, - 1800, - 1.348, - 1821, - 1.246, - 1822, - 0.581, - 1828, - 1.229, - 1835, - 0.94, - 1850, - 0.94, - 1865, - 2.679, - 1870, - 1.059, - 1875, - 1.229, - 1880, - 1.282, - 1893, - 1.185, - 1895, - 0.925, - 1898, - 2.149, - 1913, - 1.348, - 1923, - 1.148, - 1926, - 2.87, + 1.313, + 1724, + 1.186, + 1756, + 2.144, + 1767, + 1.47, + 1772, + 2.144, + 1773, + 1.646, + 1790, + 2.978, + 1844, + 3.602, + 1848, + 1.579, + 1852, + 2.285, + 1853, + 2.285, + 1854, + 4.965, + 1866, + 1.425, + 1871, + 2.632, + 1879, + 1.266, + 1889, + 2.556, + 1906, + 2.9, + 1928, + 1.347, + 1932, + 1.646, + 1933, + 1.329, + 1934, + 3.284, + 1935, + 2.144, 1936, - 1.059, - 1950, - 1.035, - 1951, - 0.896, - 1955, - 2.409, - 1957, - 1.375, - 1973, - 3.364, - 1974, - 2.117, - 1975, - 1.059, - 1978, - 1.282, - 1981, - 0.847, + 1.384, + 1937, + 1.955, + 1968, + 1.329, 1984, - 1.185, - 1988, - 2.564, - 1990, - 0.847, + 1.885, 2006, - 1.013, - 2018, - 1.494, - 2023, - 0.796, - 2038, - 0.697, - 2039, - 3.047, - 2046, - 2.986, - 2063, - 2.409, - 2069, - 1.148, - 2073, - 1.229, - 2090, - 1.185, - 2108, - 1.229, - 2125, - 1.185, + 1.313, + 2015, + 1.684, + 2042, + 3.008, + 2051, + 4.096, + 2066, + 1.684, + 2121, + 3.744, 2136, - 1.81, - 2163, - 1.115, - 2175, - 1.115, - 2222, - 1.148, - 2223, - 1.115, - 2249, - 1.229, - 2251, - 2.409, - 2259, - 1.229, - 2261, - 1.086, - 2266, - 1.306, - 2269, - 1.148, - 2280, - 1.437, - 2281, - 1.74, - 2291, - 0.94, - 2294, - 1.348, - 2304, - 1.013, - 2344, - 0.925, - 2392, - 0.925, - 2421, - 0.993, - 2435, - 1.059, - 2501, - 1.148, - 2542, - 0.871, - 2550, - 0.993, - 2551, - 1.185, - 2561, - 0.974, - 2586, - 3.195, - 2593, - 1.148, - 2649, - 1.282, - 2691, - 1.086, - 2779, - 1.348, - 2819, - 1.185, - 2846, - 1.086, - 2922, - 1.348, - 2928, - 1.282, - 2929, - 2.196, - 2937, - 1.437, - 2940, - 1.148, - 2943, - 1.437, - 2948, - 1.348, - 2950, - 1.282, - 2967, - 1.013, - 2999, - 1.348, - 3000, - 1.185, - 3010, - 1.348, - 3052, - 1.774, - 3075, - 1.035, - 3076, - 2.87, - 3094, - 1.348, - 3136, - 1.059, - 3150, - 1.348, - 3190, - 1.185, - 3204, - 1.115, - 3233, - 2.05, - 3244, - 1.348, - 3245, - 1.229, - 3264, - 1.185, - 3349, - 1.991, - 3355, - 0.957, - 3401, - 1.991, - 3424, - 2.05, - 3426, - 1.115, - 3478, - 1.282, - 3503, - 1.437, - 3510, - 1.115, - 3542, - 1.348, - 3548, - 1.348, - 3590, - 1.115, - 3591, - 1.185, - 3603, - 1.437, - 3613, - 1.115, - 3680, - 1.348, - 3703, - 1.282, - 3704, - 1.348, - 3705, - 2.409, - 3717, - 1.229, - 3734, - 1.282, - 3748, - 1.229, - 3780, - 1.348, - 3784, - 1.348, - 3829, - 1.282, - 3835, - 1.229, - 3855, - 1.437, - 3869, - 1.348, - 3887, - 1.437, - 3908, - 1.148, - 3934, - 0.957, - 3966, - 1.282, - 3972, - 1.229, - 3999, - 1.437, - 4005, - 0.974, - 4045, - 1.348, - 4048, - 1.282, - 4060, - 1.348, - 4062, - 3.264, - 4068, - 1.148, - 4077, - 1.348, - 4097, - 1.229, - 4102, - 1.437, - 4123, - 1.282, - 4126, - 1.774, - 4322, - 1.991, - 4327, - 1.229, - 4346, - 1.437, - 4347, - 1.437, - 4378, - 1.282, - 4506, - 1.282, - 4528, - 1.348, - 4542, - 1.437, - 4543, - 2.409, - 4555, - 2.567, - 4601, - 1.185, - 4613, - 1.282, - 4708, - 1.282, - 4718, - 1.437, - 4737, - 2.567, - 4763, - 1.059, - 4771, - 0.883, - 4829, - 3.104, - 4873, - 1.437, - 4912, - 2.567, - 5113, - 1.348, - 5115, - 1.282, - 5125, - 1.229, - 5289, - 1.229, - 5368, - 1.437, - 5445, - 1.437, - 5512, - 1.437, - 5515, - 1.348, - 5516, - 1.437, - 5635, - 1.348, - 5650, - 1.437, - 5842, - 1.571, - 5843, - 1.185, - 5844, - 1.571, - 5845, - 1.571, - 5846, - 1.571, - 5847, - 2.409, - 5848, - 1.571, - 5849, - 1.571, - 5850, - 1.437, - 5851, - 1.571, - 5852, - 1.571, - 5853, - 1.282, - 5854, - 1.282, - 5855, - 1.348, - 5856, - 1.571, - 5857, - 1.437, - 5858, - 1.571, + 1.646, + 2160, + 1.684, + 2238, + 4.43, + 2244, + 1.726, + 2268, + 5.158, + 2300, + 1.726, + 2332, + 2.285, + 2343, + 4.978, + 2433, + 4.597, + 2434, + 7.535, + 2441, + 1.313, + 2451, + 3.167, + 2455, + 4.248, + 2581, + 3.167, + 2630, + 1.885, + 2631, + 6.712, + 2657, + 2.359, + 2801, + 1.825, + 2871, + 1.425, + 3074, + 2.9, + 3134, + 1.495, + 3311, + 1.579, + 3320, + 1.825, + 3338, + 3.602, + 3501, + 1.955, + 3621, + 1.955, + 3727, + 1.495, + 4214, + 1.955, + 4227, + 1.955, + 4353, + 1.955, + 4424, + 2.039, + 4538, + 3.167, + 4551, + 2.039, + 4583, + 2.144, + 4616, + 2.285, + 4745, + 2.556, + 4766, + 2.285, + 4922, + 8.318, + 4934, + 5.192, + 4967, + 2.285, + 4968, + 1.955, + 4969, + 1.885, + 5168, + 3.602, + 5223, + 2.039, + 5535, + 2.039, + 5559, + 3.426, + 5627, + 3.602, + 5751, + 2.285, 5859, - 1.437, + 2.498, 5860, - 1.571, + 2.144, 5861, - 1.571, + 2.285, 5862, - 1.571, + 4.198, 5863, - 1.571, + 4.198, 5864, - 1.571, + 3.839, 5865, - 1.571, + 4.198, 5866, - 1.437, + 4.198, 5867, - 1.571, + 4.198, 5868, - 1.571, + 2.498, 5869, - 1.437, + 2.498, 5870, - 1.571, + 4.659, 5871, - 1.348, + 2.144, 5872, - 1.571, + 4.198, 5873, - 1.348, + 4.198, 5874, - 1.571, + 4.198, 5875, - 1.571, + 4.198, 5876, - 1.571, + 2.285, 5877, - 1.185, + 2.498, 5878, - 1.571, + 2.498, 5879, - 1.571, + 4.198, 5880, - 1.185, + 2.498, 5881, - 1.571, + 4.43, 5882, - 1.571, + 3.839, 5883, - 1.348, + 2.498, 5884, - 2.807, + 2.498, 5885, - 1.282 - ] - ], - [ - "type/manuals/working-offline", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/working-offline", - [ - 0, - 0.614, - 1, - 1.282, - 2, - 1.269, - 3, - 1.316, - 4, - 2.238, - 5, - 1.323, - 6, - 1.323, - 7, - 1.437, - 8, - 1.323, - 9, - 1.019, - 10, - 0.915, - 11, - 1.045, - 16, - 1.02, - 21, - 2.178, - 22, - 2.706, - 23, - 1.844, - 26, - 1.344, - 28, - 1.78, - 29, - 1.126, - 30, - 1.113, - 32, - 1.381, - 33, - 1.318, - 41, - 1.457, - 46, - 2.019, - 48, - 2.019, - 49, - 1.792, - 51, - 0.941, - 52, - 3.111, - 67, - 2.542, - 68, - 2.121, - 71, - 2.283, - 72, - 1.981, - 74, - 0.947, - 77, - 1.447, - 86, - 1.415, - 97, - 1.534, - 110, - 1.668, - 111, - 2.43, - 137, - 0.746, - 141, - 1.709, - 151, - 1.714, - 152, - 2.701, - 160, - 1.3, - 161, - 1.693, - 181, - 2.027, - 190, - 1.425, - 191, - 1.837, - 237, - 1.671, - 247, - 1.984, - 248, - 3.28, - 259, - 4.585, - 263, - 1.402, - 278, - 1.534, - 279, - 2.702, - 283, - 4.322, - 290, - 1.745, - 291, - 2.93, - 295, - 2.483, - 297, - 1.57, - 300, - 2.002, - 302, - 2.723, - 303, - 2.094, - 320, - 2.147, - 337, - 1.829, - 346, - 1.951, - 391, - 3.799, - 395, - 3.37, - 407, - 2.054, - 421, - 3.661, - 422, - 2.266, - 427, - 3.517, - 437, - 2.166, - 439, - 3.781, - 442, - 4.679, - 456, - 2.456, - 465, - 1.791, - 469, - 2.782, - 478, - 2.094, - 481, - 1.881, - 493, - 2.121, - 501, - 3.108, - 505, - 3.922, - 509, - 2.817, - 525, - 2.703, - 530, - 4.02, - 533, - 2.702, - 547, - 2.779, - 553, - 2.817, - 568, - 3.504, - 576, - 3.376, - 583, - 1.804, - 633, - 2.949, - 645, - 2.667, - 659, - 3.665, - 664, - 2.129, - 666, - 2.845, - 680, - 3.693, - 757, - 3.556, - 765, - 4.679, - 778, - 5.677, - 780, - 3.168, - 783, - 2.702, - 793, - 4.737, - 804, - 2.511, - 812, - 2.245, - 859, - 1.638, - 891, - 3.253, - 996, - 2.859, - 1018, - 3.168, - 1022, - 2.634, - 1065, - 3.108, - 1158, - 4.27, - 1163, - 3.922, - 1173, - 2.31, - 1175, - 3.302, - 1199, - 3.108, - 1227, - 2.456, - 1233, - 2.702, - 1274, - 4.585, - 1276, - 4.891, - 1357, - 3.232, - 1367, - 4.138, - 1368, - 3.922, - 1384, - 3.781, - 1504, - 2.999, - 1516, - 2.988, - 1622, - 2.456, - 1636, - 2.634, - 1678, - 4.182, - 1806, - 3.556, - 1814, - 2.38, - 1821, - 2.225, - 1822, - 2.684, - 1843, - 6.15, - 1844, - 2.777, - 1907, - 6.852, - 1957, - 2.456, - 1979, - 2.999, - 2038, - 2.225, - 2103, - 4.301, - 2177, - 3.556, - 2196, - 6.226, - 2197, - 3.379, - 2198, - 4.584, - 2216, - 5.3, - 2226, - 6.226, - 2266, - 3.968, - 2294, - 4.301, - 2379, - 3.168, - 2409, - 5.618, - 2413, - 6.226, - 2431, - 4.301, - 2551, - 3.781, - 2601, - 2.95, - 2786, - 4.202, - 2865, - 4.301, - 3173, - 3.556, - 3205, - 3.556, - 3382, - 5.148, - 3569, - 3.661, - 3793, - 4.301, - 4496, - 5.474, - 4618, - 4.584, - 4678, - 3.781, - 5145, - 4.584, - 5812, - 4.09, + 2.285, 5886, - 5.013, + 2.498, 5887, - 8.528, + 2.498, 5888, - 5.013, + 4.198, 5889, - 5.013, + 2.039, 5890, - 4.09, + 4.198, 5891, - 5.013, + 2.498, 5892, - 5.013, + 2.498, 5893, - 5.013, + 2.285, 5894, - 5.013, + 2.498, 5895, - 5.013, + 2.498, 5896, - 4.584 + 2.498 ] ], [ - "type/manuals/physics-events", + "type/manuals/gui-script", [ 0, 0.731 ] ], [ - "data/manuals/physics-events", + "data/manuals/gui-script", [ 0, - 0.497, + 0.633, 1, - 1.037, + 1.322, 2, - 1.027, + 1.309, 3, - 1.064, + 1.357, 4, - 1.064, + 1.357, 5, - 1.07, + 1.364, 6, - 1.07, + 1.364, 7, - 1.552, + 1.536, 8, - 1.313, - 9, - 0.94, + 1.446, 10, - 1.131, + 1.604, 11, - 0.934, - 13, - 1.341, - 16, - 0.679, + 1.873, 18, - 2.246, - 21, - 1.719, - 24, - 1.851, - 26, - 1.661, - 29, - 0.911, + 1.125, + 20, + 1.389, 30, - 1.105, - 32, - 1.726, - 33, - 1.364, - 35, - 2.503, - 42, - 0.966, + 1.953, + 36, + 1.031, + 43, + 2.682, 46, - 1.128, - 51, - 1.867, - 67, - 1.421, - 68, - 0.92, - 70, - 0.911, - 74, - 0.935, - 77, - 1.5, - 86, - 1.364, - 91, - 1.555, - 92, - 2.584, + 1.238, + 47, + 4.821, + 49, + 1.787, + 57, + 1.11, + 58, + 5.715, + 59, + 1.012, + 60, + 1.438, + 70, + 2.177, + 72, + 1.72, + 73, + 2.993, + 79, + 0.953, + 90, + 1.232, + 94, + 3.452, + 95, + 5.218, + 96, + 2.351, + 97, + 3.112, 99, - 2.735, - 102, - 1.832, + 1.069, + 100, + 0.97, 103, - 2.348, - 104, - 3.669, - 105, - 3.707, + 1.19, 106, - 3.932, - 108, - 4.319, + 1.698, + 107, + 0.983, 110, - 3.312, - 111, - 3.333, - 117, - 3.823, - 121, - 1.147, - 123, - 1.469, + 2.042, + 113, + 1.738, + 119, + 4.804, + 122, + 1.609, 125, - 1.64, - 127, - 1.694, - 129, - 2.055, - 135, - 1.521, - 137, - 0.922, - 141, - 1.242, + 1.572, + 126, + 1.472, + 132, + 2.548, + 139, + 2.993, + 146, + 2.533, 148, - 6.903, + 1.522, 149, - 2.622, - 152, - 1.104, + 2.824, + 151, + 2.141, + 153, + 2.151, + 154, + 3.266, + 158, + 2.169, 160, - 1.625, - 161, - 1.23, - 163, - 5.043, + 2.803, + 165, + 2.481, 166, - 3.351, - 172, - 3.02, - 179, - 4.171, - 190, - 2.139, + 2.429, + 167, + 2.09, + 168, + 2.715, + 169, + 1.411, + 170, + 3.85, + 177, + 2.655, + 178, + 1.926, 193, - 1.308, + 5.379, + 194, + 1.73, 196, - 3.84, - 204, - 5.317, - 218, - 3.935, - 234, - 1.233, - 237, - 1.732, - 264, - 3.807, - 290, - 2.157, - 298, - 1.59, - 300, - 1.803, - 316, - 1.219, - 317, - 2.325, - 343, - 1.153, - 346, - 1.578, - 350, - 1.35, - 402, - 1.752, - 406, - 1.694, - 407, - 0.84, - 410, - 2.313, - 453, - 2.912, - 465, - 1.001, - 466, - 3.964, - 491, - 3.789, - 494, - 3.309, - 501, - 2.514, - 502, - 2.972, - 514, - 2.67, - 533, - 4.539, - 538, - 2.775, - 566, - 2.801, - 595, - 2.725, - 640, - 4.407, - 678, - 2.104, - 697, - 1.511, - 710, - 2.245, - 713, - 3.059, - 714, - 1.602, - 715, - 2.386, - 719, - 1.816, - 742, - 2.426, - 759, - 1.43, - 787, - 3.589, - 792, - 1.49, - 812, - 4.063, - 828, - 3.916, - 836, - 5.592, - 916, - 2.615, - 937, - 2.279, - 968, - 2.009, - 977, - 4.665, - 1078, - 1.694, - 1127, - 1.987, - 1166, - 1.925, - 1173, - 1.868, - 1179, - 2.562, - 1217, - 2.348, - 1529, - 2.962, - 1548, - 2.514, - 1549, - 2.246, - 1562, - 2.313, - 1564, - 5.547, - 1577, - 2.801, - 1582, - 4.526, - 1586, - 1.945, - 1592, - 2.186, - 1647, - 7.088, - 1777, - 3.772, - 1811, - 2.514, - 1844, - 2.246, - 1871, - 3.059, - 1876, - 4.662, - 1887, + 1.787, + 197, + 1.776, + 198, + 1.408, + 199, + 2.214, + 201, + 2.13, + 216, + 2.042, + 226, + 2.414, + 239, + 2.273, + 240, + 2.109, + 241, + 1.858, + 247, + 1.709, + 248, + 3.092, + 256, + 1.161, + 268, + 1.055, + 269, + 1.969, + 273, + 1.831, + 330, + 1.648, + 332, 2.469, - 1894, - 2.801, - 1909, - 3.172, - 1912, - 3.309, - 1920, - 5.766, - 1935, - 5.056, - 1957, - 4.126, - 1960, - 2.733, - 2011, - 3.386, - 2023, - 2.055, - 2031, - 1.868, - 2038, - 1.8, - 2157, - 3.309, - 2209, - 3.842, - 2221, - 4.526, - 2266, - 1.887, - 2396, - 2.733, - 2426, - 2.877, - 2693, - 3.479, - 2809, - 3.172, - 2940, - 5.493, - 2996, - 4.101, + 382, + 1.86, + 433, + 2.107, + 436, + 3.405, + 452, + 2.919, + 454, + 2.953, + 469, + 2.619, + 485, + 3.899, + 500, + 1.886, + 524, + 3.811, + 526, + 6.246, + 544, + 3.57, + 548, + 3.405, + 553, + 1.847, + 555, + 1.619, + 570, + 3.667, + 579, + 2.589, + 600, + 4.162, + 636, + 2.844, + 672, + 2.405, + 691, + 2.27, + 692, + 1.939, + 703, + 2.027, + 760, + 3.667, + 774, + 2.337, + 895, + 4.162, + 898, + 1.835, + 909, + 3.333, + 914, + 2.159, + 931, + 2.401, + 978, + 2.042, + 997, + 3.775, + 1014, + 3.333, + 1016, + 4.687, + 1034, + 2.844, + 1043, + 2.233, + 1044, + 3.775, + 1155, + 2.505, + 1267, + 3.57, + 1304, + 3.041, + 1403, + 2.454, + 1434, + 2.589, + 1600, + 3.092, + 1604, + 3.897, + 1616, + 3.266, + 1629, + 2.315, + 1648, + 4.948, + 1667, + 3.899, + 1672, + 3.999, + 1713, + 2.715, + 1767, + 3.041, + 1936, + 2.863, + 2128, + 3.899, + 2352, + 3.899, + 2372, + 4.044, + 2399, + 3.899, + 2458, + 4.217, + 2507, + 4.438, + 2558, + 3.57, + 2587, + 4.435, + 2588, + 4.435, + 2600, + 4.435, + 2601, + 4.435, + 2822, + 3.147, 3073, - 2.877, - 3156, - 2.615, - 3163, - 3.996, - 3287, - 2.279, - 3336, - 7.495, - 3377, - 3.479, - 3388, - 7.784, - 3477, - 3.842, - 3934, - 2.469, - 4318, - 3.708, - 4325, - 4.848, - 4397, - 3.479, - 4398, - 4.177, - 4477, - 2.801, - 4671, - 3.172, - 4686, - 5.317, - 4750, - 3.479, - 4980, - 3.479, - 4982, - 2.962, - 5221, - 3.479, - 5289, - 3.172, - 5350, - 4.674, - 5386, - 3.309, - 5392, - 5.335, - 5457, - 5.317, - 5520, - 5.056, - 5523, - 3.479, - 5536, - 3.479, + 3.899, + 3306, + 3.899, + 3387, + 6.365, + 3427, + 4.044, + 3476, + 3.57, + 3657, + 4.435, + 3897, + 3.266, + 4042, + 7.08, + 4745, + 3.147, + 5161, + 4.044, 5897, - 6.877, + 5.169, 5898, - 4.055, + 5.169, 5899, - 4.055, + 4.435, 5900, - 3.479, + 10.039, 5901, - 4.055, + 8.676, 5902, - 3.708, + 7.418, 5903, - 5.666, + 4.726, 5904, - 4.281, + 5.169, 5905, - 4.055, + 7.934, 5906, - 4.055, + 7.934, 5907, - 5.666, + 5.169, 5908, - 4.055, + 5.169, 5909, - 3.479, + 5.169, 5910, - 5.317, + 8.676, 5911, - 8.207, + 5.169, 5912, - 5.666, + 6.783, 5913, - 4.055, + 7.418, 5914, - 5.666, + 7.418, 5915, - 5.666, + 5.169, 5916, - 8.42, + 7.418, 5917, - 4.055, + 4.726 + ] + ], + [ + "type/manuals/components", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/components", + [ + 7, + 1.57, + 11, + 2.577, + 18, + 1.107, + 20, + 1.441, + 30, + 3.487, + 36, + 1.419, + 38, + 1.025, + 46, + 1.461, + 57, + 1.387, + 59, + 1.057, + 60, + 1.979, + 62, + 2.353, + 79, + 0.954, + 86, + 2.996, + 96, + 2.925, + 97, + 2.668, + 99, + 0.819, + 100, + 1.335, + 103, + 1.638, + 106, + 1.274, + 126, + 1.412, + 143, + 3.448, + 144, + 3.737, + 153, + 2.094, + 169, + 1.671, + 178, + 2.65, + 197, + 2.444, + 229, + 1.987, + 257, + 2.811, + 260, + 2.397, + 263, + 3.063, + 264, + 4.33, + 268, + 1.452, + 269, + 1.614, + 273, + 1.756, + 274, + 5.43, + 333, + 3.255, + 341, + 4.966, + 387, + 2.509, + 429, + 4.473, + 434, + 3.31, + 452, + 2.068, + 509, + 5.829, + 511, + 3.785, + 513, + 4.789, + 521, + 2.476, + 534, + 4.337, + 561, + 2.925, + 601, + 3.344, + 629, + 2.139, + 634, + 3.646, + 683, + 3.021, + 728, + 3.485, + 773, + 2.577, + 793, + 3.31, + 799, + 4.33, + 939, + 3.524, + 978, + 4.047, + 979, + 3.216, + 1047, + 4.381, + 1172, + 3.605, + 1188, + 3.485, + 1224, + 3.412, + 1599, + 4.495, + 1650, + 4.256, + 1687, + 4.41, + 1763, + 7.482, + 1793, + 5.951, + 1931, + 3.835, + 2286, + 5.721, + 2379, + 4.587, + 2747, + 5.366, + 3479, + 7.727, + 3704, + 6.505, + 3705, + 6.505, + 3727, + 4.256, + 4347, + 6.104, + 4409, + 5.565, + 5573, + 5.366, 5918, - 5.666, + 7.113, 5919, - 6.453, + 7.113, 5920, - 6.197, + 5.804, 5921, - 4.055, + 7.113, 5922, - 6.197, + 7.113, 5923, - 4.055, - 5924, - 6.197, - 5925, - 4.055, - 5926, - 6.197, - 5927, - 4.055, - 5928, - 3.479, - 5929, - 4.055, - 5930, - 3.708, - 5931, - 5.666, - 5932, - 5.666 + 5.046 ] ], [ - "type/manuals/physics-ray-casts", + "type/manuals/push", [ 0, 0.731 ] ], [ - "data/manuals/physics-ray-casts", + "data/manuals/push", [ 0, - 0.969, + 1.217, 1, - 2.024, + 2.541, 2, - 2.003, + 2.515, 3, - 2.077, + 2.607, 4, - 2.077, + 2.607, 5, - 2.088, + 2.621, 6, - 2.088, - 7, - 1.456, - 8, - 1.012, - 9, - 0.839, - 11, - 0.702, - 16, - 0.714, - 21, - 2.016, - 22, - 1.795, - 30, - 1.047, - 32, - 1.505, - 33, - 1.052, - 51, - 1.485, - 68, - 2.24, - 74, - 0.879, - 86, - 1.129, - 99, - 2.262, - 102, - 2.339, - 104, - 3.2, - 106, - 3.126, - 108, - 3.732, - 110, - 2.633, - 111, - 3.775, - 117, - 3.679, - 119, - 3.432, - 137, - 1.469, - 139, - 4.582, - 151, - 1.45, - 160, - 1.417, - 163, - 3.718, - 166, - 3.46, - 172, - 2.733, - 179, - 3.919, - 214, - 6.367, - 224, - 2.178, - 294, - 3.48, - 308, - 4.057, - 317, - 2.969, - 365, - 4.582, - 465, - 1.953, - 469, - 3.034, - 493, - 2.313, - 554, - 2.617, - 568, - 3.251, - 595, - 2.867, - 677, - 3.877, - 737, - 3.705, - 787, - 4.582, - 812, - 3.544, - 855, - 6.19, - 948, - 2.99, - 1059, - 3.877, - 1500, - 4.057, - 1588, - 5.102, - 1883, - 5.779, - 1988, - 5.333, - 2016, - 5.0, - 2175, - 5.613, - 2638, - 4.816, - 2641, - 7.005, - 3336, - 7.212, - 3349, - 5.613, - 4592, - 6.789, - 5282, - 7.235, - 5392, - 7.997, - 5393, - 6.456, - 5520, - 6.456, - 5910, - 6.789, - 5933, - 7.912, - 5934, - 6.789, - 5935, - 9.875, - 5936, - 9.875, - 5937, - 9.875, - 5938, - 7.912, - 5939, - 7.912, - 5940, - 7.235, - 5941, - 7.912, - 5942, - 7.235 + 2.621 ] ], [ - "type/manuals/debugging", + "type/manuals/model", [ 0, 0.731 ] ], [ - "data/manuals/debugging", + "data/manuals/model", [ 0, - 1.094, + 0.472, 1, - 2.284, + 0.985, 2, - 2.261, + 0.975, 3, - 2.344, + 1.011, 4, - 2.344, + 1.011, 5, - 2.356, + 1.016, 6, - 2.356, + 1.016, 7, - 1.506, + 1.575, 8, - 1.143, + 2.733, 9, - 0.759, + 2.02, 10, - 1.63, - 12, - 5.586, - 30, - 1.025, - 32, - 1.699, - 33, - 1.187, - 71, - 1.832, - 74, - 0.992, - 77, - 1.781, - 86, - 1.274, - 152, - 2.432, - 160, - 1.6, - 237, - 2.056, - 247, - 1.622, - 256, - 2.626, - 316, - 3.197, - 317, - 3.989, - 351, - 4.424, - 547, - 2.655, - 715, - 5.255, - 1175, - 5.884, - 1423, - 4.752, - 1549, - 4.947, - 1696, - 6.987, - 2038, - 3.964, - 2039, - 5.884, - 2218, - 8.167, - 2392, - 6.256, - 2542, - 4.947, - 3759, - 6.523, - 4036, - 6.987, - 4574, - 6.987, - 4575, - 7.663, - 4781, - 7.287, - 5943, - 8.931 - ] - ], - [ - "type/manuals/editor-preferences", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/editor-preferences", - [ - 0, - 0.487, - 1, - 1.017, - 2, - 1.007, - 3, - 1.044, - 4, - 1.044, - 5, - 1.049, - 6, - 1.049, - 7, - 1.561, - 8, - 1.066, - 9, - 0.907, - 10, - 1.114, - 11, - 1.083, - 16, - 0.98, - 21, - 1.938, - 22, - 2.154, - 26, - 1.992, - 29, - 2.133, - 30, - 1.129, - 31, - 1.97, - 32, - 1.414, - 33, - 1.355, - 35, - 1.815, + 0.833, + 18, + 1.131, + 20, + 1.341, + 36, + 1.634, + 38, + 1.175, 41, - 1.775, + 2.024, 42, - 1.771, - 45, - 3.593, + 1.082, + 44, + 1.609, + 46, + 1.44, + 48, + 2.231, 49, - 1.422, - 51, - 1.564, - 54, - 4.568, - 64, - 2.513, - 68, - 2.154, - 70, - 2.35, - 71, - 1.253, + 2.06, + 57, + 1.354, + 59, + 1.0, + 62, + 2.409, + 72, + 2.95, + 73, + 2.231, 74, - 1.133, + 2.434, + 75, + 1.694, + 76, + 2.05, 77, - 0.793, + 0.798, + 79, + 0.961, 86, - 1.549, + 2.365, + 90, + 2.329, + 92, + 4.05, 94, - 2.111, + 1.792, + 96, + 2.598, 97, - 2.274, - 137, - 0.908, - 140, - 2.813, + 2.106, + 99, + 1.051, + 100, + 1.944, + 101, + 5.022, + 102, + 0.99, + 104, + 3.735, + 105, + 1.546, + 106, + 1.896, + 108, + 1.132, + 111, + 1.609, + 112, + 4.603, + 113, + 1.459, + 121, + 1.97, + 125, + 2.216, + 126, + 1.446, 141, - 1.223, + 1.425, + 142, + 2.635, 147, - 1.749, + 2.267, + 148, + 2.004, + 149, + 2.268, + 150, + 2.075, 151, - 1.87, + 3.395, 152, - 2.024, + 3.841, + 153, + 2.567, + 154, + 3.764, + 155, + 2.434, 156, - 4.524, - 157, - 3.249, + 4.286, 160, - 0.712, - 161, - 1.962, - 162, - 1.911, - 190, - 1.736, - 191, - 1.546, - 193, - 0.84, - 224, + 2.153, + 165, + 1.703, + 166, + 1.81, + 167, + 1.558, + 169, + 1.394, + 170, + 1.477, + 174, + 2.428, + 175, + 4.259, + 178, + 2.219, + 185, + 3.423, + 194, + 1.087, + 197, + 2.047, + 198, + 2.749, + 201, + 1.338, + 208, + 1.694, + 210, + 1.558, + 211, + 1.725, + 212, + 1.792, + 215, + 5.669, + 226, + 1.657, + 229, + 1.718, + 236, + 1.93, + 239, + 2.62, + 240, 1.095, - 234, - 1.21, - 237, - 2.185, - 247, - 1.35, + 250, + 1.488, + 251, + 1.775, 256, - 1.795, - 261, - 3.168, - 263, - 3.121, - 264, - 2.76, - 277, - 1.34, - 283, - 4.81, - 291, - 2.098, - 298, - 1.56, - 300, - 1.307, - 302, - 2.788, + 1.842, + 257, + 2.878, + 258, + 2.538, + 260, + 1.298, + 268, + 1.216, + 269, + 1.352, + 273, + 0.951, + 290, + 1.499, 306, - 1.869, - 316, - 1.196, - 322, - 2.203, - 339, - 1.492, - 346, - 1.548, - 357, - 1.928, - 361, - 3.249, - 391, - 2.537, - 395, - 3.553, - 400, - 3.025, - 407, - 1.264, - 409, - 2.513, - 416, - 1.928, - 422, - 1.798, - 428, - 1.993, - 430, - 5.192, - 465, - 0.982, - 479, - 1.97, - 491, - 1.661, + 1.694, + 311, + 2.484, + 318, + 3.014, + 320, + 2.305, + 330, + 1.228, + 333, + 1.089, + 350, + 3.564, + 359, + 2.668, + 371, + 2.024, + 380, + 1.368, + 382, + 1.386, + 392, + 1.35, + 429, + 3.973, + 433, + 1.57, + 452, + 1.732, + 500, + 1.405, + 509, + 1.999, + 510, + 1.415, 524, - 1.993, - 547, - 1.183, - 569, - 1.765, + 1.29, + 533, + 2.134, + 541, + 2.05, + 555, + 1.206, + 561, + 1.221, 573, - 2.76, - 579, - 3.112, - 581, - 2.413, - 590, - 1.315, + 2.235, + 577, + 2.336, + 591, + 2.538, 595, - 1.441, - 633, - 3.937, - 644, - 2.064, - 645, - 3.249, - 656, - 2.34, - 659, - 3.999, - 680, - 1.571, - 692, - 2.173, - 693, - 1.928, - 694, - 2.71, - 702, - 1.908, - 767, - 3.336, - 776, - 2.71, + 2.077, + 598, + 2.484, + 614, + 1.51, + 629, + 1.158, + 660, + 2.305, + 677, + 1.775, + 683, + 1.636, + 691, + 1.823, + 699, + 2.596, + 703, + 2.336, + 710, + 3.531, + 724, + 3.564, + 752, + 1.775, + 758, + 1.71, + 773, + 2.639, + 792, + 2.197, 793, - 3.094, - 802, - 3.059, - 803, - 3.482, - 808, - 2.168, - 816, - 2.513, - 837, - 2.34, - 858, - 1.261, + 1.792, + 826, + 2.024, + 854, + 2.134, 866, - 4.721, - 889, - 2.394, - 891, - 3.304, - 908, - 2.565, - 909, - 1.851, - 968, - 1.97, - 969, - 3.999, - 998, - 4.269, - 1011, - 1.815, - 1037, - 3.112, - 1047, - 0.942, - 1074, - 2.016, - 1107, - 1.928, - 1122, - 3.208, - 1127, - 1.949, - 1153, - 3.717, - 1155, - 3.0, - 1191, - 2.685, - 1225, - 2.822, - 1273, - 2.203, - 1289, - 3.094, - 1293, - 3.879, - 1350, - 2.681, - 1360, - 3.717, - 1371, - 6.661, - 1373, - 2.203, - 1412, - 3.245, - 1423, - 3.249, - 1467, - 2.268, - 1469, - 3.112, - 1471, - 2.748, - 1487, - 2.905, - 1503, - 4.238, - 1504, - 4.446, - 1510, - 2.144, - 1516, - 1.393, - 1540, - 2.905, - 1541, - 3.112, - 1554, - 2.203, - 1586, - 1.908, - 1611, - 2.34, - 1618, - 2.116, - 1665, - 4.115, + 1.435, + 880, + 1.867, + 894, + 1.522, + 914, + 1.609, + 924, + 1.829, + 931, + 2.453, + 941, + 1.51, + 954, + 3.014, + 959, + 3.17, + 973, + 2.906, + 1007, + 1.35, + 1010, + 1.583, + 1017, + 4.226, + 1019, + 2.753, + 1029, + 1.887, + 1034, + 1.477, + 1065, + 3.143, + 1079, + 2.888, + 1104, + 1.341, + 1144, + 2.197, + 1157, + 2.024, + 1169, + 3.522, + 1180, + 2.105, + 1188, + 4.343, + 1220, + 2.388, + 1224, + 1.848, + 1228, + 5.839, + 1253, + 4.98, + 1254, + 3.45, + 1255, + 2.661, + 1256, + 2.388, + 1257, + 2.388, + 1258, + 2.538, + 1259, + 2.434, + 1332, + 1.558, + 1525, + 2.434, + 1599, + 2.434, + 1604, + 2.024, + 1672, + 2.077, 1675, - 4.022, - 1678, - 1.56, - 1704, - 2.929, - 1745, - 4.792, - 1761, - 2.268, - 1799, - 2.235, - 1839, - 2.38, - 1842, - 4.606, - 1853, - 4.022, - 1915, - 5.619, - 1960, - 2.681, - 1965, - 4.022, - 1979, - 3.653, - 1993, - 2.681, - 2011, - 3.336, - 2018, - 2.116, + 6.201, + 1676, + 3.764, + 1681, + 1.65, + 1725, + 5.179, + 1730, + 5.111, + 1741, + 3.305, + 1746, + 3.305, + 1748, + 3.522, + 1749, + 3.143, + 1848, + 2.434, + 1879, + 1.952, + 1884, + 2.53, + 1932, + 2.538, + 1968, + 2.05, 2078, - 2.62, - 2101, - 4.777, - 2202, - 3.413, - 2212, - 5.619, - 2266, - 4.417, - 2287, - 4.777, - 2447, - 4.331, - 2462, - 2.905, - 2653, - 3.0, - 2678, - 2.466, + 3.764, + 2086, + 2.814, + 2121, + 2.267, + 2131, + 2.814, + 2217, + 2.345, + 2503, + 2.538, + 2579, + 2.733, + 2614, + 2.906, + 2690, + 2.231, 2717, - 3.245, - 2763, - 2.421, - 2878, - 4.115, - 3040, - 3.413, - 3052, - 2.513, - 3065, - 5.606, - 3446, - 3.112, - 3447, - 3.637, - 3449, - 5.428, - 3545, - 3.937, + 2.814, + 2831, + 2.906, + 2952, + 2.077, + 3084, + 2.661, + 3087, + 2.484, + 3476, + 2.661, + 3482, + 2.814, + 3784, + 2.906, + 3787, + 2.814, + 3802, + 2.814, + 3809, + 5.974, + 3810, + 2.538, + 3811, + 3.014, + 3812, + 3.143, + 3813, + 3.143, 3850, - 4.331, - 3904, - 2.905, - 3940, - 3.112, - 4004, - 3.0, - 4094, - 5.428, - 4109, - 2.513, - 4180, - 3.245, - 4194, - 3.637, - 4202, - 3.637, - 4297, - 3.637, - 4311, - 3.245, - 4615, - 2.681, - 4785, - 7.716, - 4968, - 3.112, - 5464, - 3.637, - 5539, - 3.413, - 5608, - 3.413, - 5812, - 4.982, - 5944, - 3.977, - 5945, - 3.977, - 5946, - 3.977, - 5947, - 3.977, - 5948, - 3.977, - 5949, - 3.977, - 5950, - 3.977, - 5951, - 3.977, - 5952, - 3.977, - 5953, - 3.977, - 5954, - 3.977, - 5955, - 3.977, - 5956, - 3.977, - 5957, - 3.637, - 5958, - 3.977, - 5959, - 6.106, - 5960, - 3.977, - 5961, - 3.977, - 5962, - 3.977, - 5963, - 3.977 + 2.906, + 3890, + 2.596, + 4501, + 6.25, + 4503, + 2.814, + 4508, + 5.698, + 4509, + 5.943, + 4513, + 4.66, + 4519, + 3.305, + 4527, + 3.014, + 4581, + 7.646, + 4810, + 3.143, + 5215, + 3.305, + 5283, + 3.305, + 5638, + 3.143, + 5924, + 3.852, + 5925, + 5.957, + 5926, + 3.522, + 5927, + 3.522, + 5928, + 3.852, + 5929, + 3.852, + 5930, + 3.852, + 5931, + 3.852, + 5932, + 3.852, + 5933, + 3.852, + 5934, + 5.957, + 5935, + 3.522, + 5936, + 3.852 ] ], [ - "type/manuals/socket-connections", + "type/manuals/gpgs", [ 0, 0.731 ] ], [ - "data/manuals/socket-connections", + "data/manuals/gpgs", [ 0, - 0.901, + 1.217, 1, - 1.881, + 2.541, 2, - 1.861, + 2.515, 3, - 1.93, + 2.607, 4, - 1.93, + 2.607, 5, - 1.94, + 2.621, 6, - 1.94, + 2.621 + ] + ], + [ + "type/manuals/extensions-cocoapods", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/extensions-cocoapods", + [ + 0, + 0.962, + 1, + 2.008, + 2, + 1.988, + 3, + 2.061, + 4, + 2.061, + 5, + 2.072, + 6, + 2.072, 7, - 1.457, + 1.504, 8, - 1.404, - 9, - 0.964, - 11, - 1.048, - 12, - 3.863, - 13, - 3.118, - 16, - 1.048, - 24, - 3.355, - 27, - 4.646, - 28, - 2.61, - 30, - 1.099, - 32, - 2.089, - 33, - 0.977, + 2.197, + 18, + 1.081, + 20, + 1.306, + 38, + 1.091, + 39, + 1.657, 42, - 1.752, + 1.426, 46, - 2.046, - 48, - 2.623, - 51, - 1.38, + 1.402, 52, - 2.447, - 54, - 3.293, - 62, - 3.421, - 68, - 2.49, - 74, - 0.816, - 86, - 1.049, + 2.705, + 59, + 1.066, + 61, + 7.177, + 79, + 0.835, + 99, + 0.998, 102, - 2.174, - 111, - 3.157, - 119, - 3.006, - 137, - 1.403, - 141, - 1.473, - 158, - 2.494, - 160, - 1.317, - 182, - 2.95, - 193, - 1.99, - 196, - 3.197, - 249, - 5.37, + 2.019, + 103, + 2.263, + 107, + 1.494, + 113, + 1.573, + 116, + 3.056, + 148, + 1.611, + 204, + 5.923, + 205, + 5.923, + 229, + 1.439, + 231, + 2.946, 256, - 3.059, - 259, - 4.646, - 308, - 3.77, - 316, - 2.211, - 317, - 2.759, - 384, - 3.123, - 424, - 3.527, - 427, - 3.564, - 553, - 4.132, - 566, - 5.079, - 576, - 3.421, - 583, + 2.208, + 260, 2.646, - 616, - 3.77, - 656, - 4.326, - 667, - 6.622, - 728, - 3.726, - 1094, - 3.642, - 1160, - 3.783, - 1213, - 6.309, - 1244, - 3.602, - 1369, - 3.527, - 1397, - 4.844, - 1569, - 2.593, - 1619, - 4.476, - 1663, - 3.527, - 1717, - 5.216, - 1784, - 3.421, - 1868, - 5.848, - 2023, - 3.726, - 2172, - 4.132, - 2209, - 5.844, - 2691, - 5.079, - 2696, - 8.089, - 2825, - 5.216, - 2987, - 5.216, - 3422, - 4.844, - 4007, - 4.844, - 4926, - 5.37, - 4989, - 6.723, - 4995, - 8.089, - 5285, - 5.37, - 5964, - 6.723, - 5965, - 6.723, - 5966, - 7.352, - 5967, - 9.427, - 5968, - 9.427, - 5969, - 6.723, - 5970, - 6.723, - 5971, - 6.723, - 5972, - 6.309, - 5973, - 5.37, - 5974, - 6.723, - 5975, - 6.309 + 269, + 1.782, + 273, + 1.938, + 282, + 3.89, + 313, + 3.854, + 510, + 2.884, + 646, + 4.98, + 675, + 3.011, + 683, + 4.174, + 692, + 2.946, + 808, + 5.229, + 837, + 6.337, + 924, + 3.728, + 996, + 4.98, + 1047, + 3.728, + 1066, + 3.854, + 1067, + 2.565, + 1104, + 2.733, + 1920, + 4.573, + 1989, + 4.478, + 2089, + 4.412, + 2114, + 4.962, + 2169, + 5.292, + 2264, + 6.143, + 2928, + 5.57, + 2941, + 6.972, + 3252, + 6.624, + 3391, + 6.407, + 3610, + 4.233, + 4737, + 8.987, + 5553, + 6.143, + 5937, + 7.852, + 5938, + 7.852, + 5939, + 7.852, + 5940, + 9.828, + 5941, + 7.852, + 5942, + 7.852, + 5943, + 7.852, + 5944, + 8.987, + 5945, + 7.852, + 5946, + 9.828, + 5947, + 7.852 ] ], [ - "type/manuals/physics-joints", + "type/manuals/design", [ 0, 0.731 ] ], [ - "data/manuals/physics-joints", + "data/manuals/design", [ - 0, - 0.654, - 1, - 1.364, - 2, - 1.35, - 3, - 1.4, - 4, - 1.4, - 5, - 1.407, - 6, - 1.407, 7, - 1.58, - 8, - 1.351, + 0.859, 9, - 1.049, - 11, - 1.003, - 16, - 1.034, - 21, - 1.089, - 24, - 3.462, - 30, - 1.073, - 33, - 1.174, + 2.321, + 10, + 1.945, + 18, + 1.063, + 20, + 1.336, + 38, + 1.232, + 39, + 1.445, 42, - 1.271, - 44, - 2.14, - 48, - 1.484, - 54, - 2.389, - 60, - 2.174, - 68, - 1.21, - 70, - 1.199, - 71, - 2.166, - 74, - 0.843, - 75, - 4.263, - 80, - 2.458, - 86, - 1.372, - 97, - 1.632, + 1.634, + 46, + 1.434, + 49, + 2.367, + 52, + 2.477, + 57, + 1.366, + 59, + 1.063, + 76, + 3.642, + 77, + 1.864, + 78, + 3.037, + 79, + 0.854, 99, - 1.525, + 1.046, + 100, + 1.284, 102, - 2.61, + 1.76, 104, - 2.157, - 110, - 1.775, - 111, - 1.786, - 117, - 2.827, - 119, - 3.067, - 123, - 1.933, - 137, - 1.431, - 141, - 1.52, + 3.509, + 113, + 1.803, + 126, + 2.304, + 148, + 1.404, 149, - 1.661, + 2.605, 151, - 1.391, - 161, - 2.096, - 163, - 5.218, - 166, - 3.37, + 2.835, + 153, + 2.281, + 169, + 1.496, 172, - 2.662, - 190, - 1.517, - 191, - 2.573, - 201, - 4.09, - 203, - 6.078, - 214, - 4.892, - 217, - 2.14, - 218, - 2.045, - 224, - 1.468, - 225, - 3.089, - 228, - 2.458, - 242, - 3.089, - 256, - 1.568, - 277, - 1.798, - 290, - 1.857, - 322, - 4.203, - 337, - 1.946, - 343, - 1.517, - 350, - 1.775, - 384, - 3.223, - 407, - 1.992, - 438, - 2.389, - 460, - 2.285, - 479, - 2.643, - 493, - 1.559, - 514, - 2.694, - 521, - 2.092, - 568, - 2.192, + 3.01, + 174, + 3.668, + 193, + 4.243, + 194, + 1.949, + 195, + 3.964, + 216, + 2.704, + 230, + 2.382, + 231, + 2.568, + 254, + 4.509, + 260, + 2.307, + 268, + 1.397, + 332, + 2.278, + 353, + 3.611, + 380, + 2.43, + 390, + 2.883, + 414, + 4.509, + 436, + 6.623, + 452, + 1.99, + 454, + 3.583, + 490, + 2.859, + 523, + 3.552, + 552, + 2.035, + 555, + 2.144, + 575, + 4.728, + 583, + 4.243, + 587, + 4.613, + 608, + 3.391, 633, - 1.845, - 710, - 3.682, - 744, - 3.371, - 756, - 2.643, - 812, - 2.389, - 827, - 2.031, - 828, - 3.371, - 923, - 2.735, - 937, - 4.962, - 946, - 4.577, - 951, - 3.896, - 953, - 3.192, - 954, - 2.838, - 1121, - 3.371, - 1261, - 2.735, - 1369, - 3.639, - 1588, - 4.892, - 1591, - 3.784, - 1599, - 3.042, - 1675, - 5.817, - 1710, - 4.892, - 1712, - 4.794, - 1783, - 4.173, - 1883, - 7.025, - 1890, - 6.191, - 1898, - 3.068, - 1953, - 6.264, - 2016, - 4.794, - 2025, - 4.577, - 2038, - 2.367, - 2466, - 5.474, - 2476, - 3.307, - 2910, - 4.353, - 2932, - 6.938, - 2979, - 4.173, - 2987, - 3.784, - 3167, - 3.784, - 3252, - 7.524, - 3287, - 2.998, - 3422, - 3.514, - 3553, - 6.51, - 3970, - 3.685, - 4170, - 5.541, - 5517, - 8.292, - 5535, - 5.723, - 5880, - 4.024, - 5919, - 4.577, - 5928, - 4.577, - 5930, - 4.878, - 5976, - 8.83, - 5977, - 4.878, - 5978, - 11.004, - 5979, - 4.878, - 5980, - 9.656, - 5981, - 4.878, - 5982, - 7.587, - 5983, - 4.878, - 5984, - 4.878, - 5985, - 4.577, - 5986, - 4.878, - 5987, - 4.878, - 5988, - 5.334, - 5989, - 5.334, - 5990, - 4.878, - 5991, - 5.334, - 5992, - 4.878, - 5993, - 10.56, - 5994, - 8.83, - 5995, - 8.83, - 5996, - 4.878, - 5997, - 5.334, - 5998, - 7.587, - 5999, - 4.878, - 6000, - 7.587, - 6001, - 4.878, - 6002, - 5.334, - 6003, - 7.587, - 6004, - 4.878, - 6005, - 4.878, - 6006, - 6.191 + 3.468, + 634, + 2.704, + 660, + 4.095, + 677, + 4.633, + 680, + 3.596, + 703, + 2.684, + 707, + 4.999, + 762, + 3.123, + 787, + 4.999, + 799, + 4.167, + 898, + 2.43, + 907, + 4.509, + 931, + 1.894, + 938, + 4.325, + 1025, + 2.704, + 1047, + 4.773, + 1104, + 2.382, + 1139, + 3.846, + 1166, + 3.964, + 1354, + 4.999, + 1546, + 3.552, + 1598, + 5.584, + 1662, + 3.01, + 1696, + 4.167, + 1716, + 4.855, + 1770, + 4.167, + 1870, + 5.584, + 1948, + 5.349, + 2249, + 4.613, + 2292, + 5.873, + 2377, + 4.855, + 2546, + 4.999, + 2550, + 3.964, + 2718, + 4.855, + 2748, + 5.873, + 2955, + 6.091, + 3074, + 4.728, + 3107, + 4.728, + 3134, + 4.095, + 3141, + 5.354, + 3361, + 5.584, + 3382, + 5.873, + 3417, + 5.873, + 3488, + 5.873, + 3574, + 4.999, + 3795, + 5.584, + 3830, + 5.584, + 4358, + 5.873, + 4397, + 5.354, + 4406, + 5.873, + 4533, + 4.855, + 4572, + 5.354, + 4709, + 6.258, + 4880, + 6.573, + 5142, + 5.873, + 5222, + 6.258, + 5365, + 5.354, + 5607, + 6.258, + 5685, + 6.258, + 5948, + 8.999, + 5949, + 6.844, + 5950, + 6.844, + 5951, + 6.844, + 5952, + 6.844, + 5953, + 6.844, + 5954, + 6.844, + 5955, + 6.844, + 5956, + 6.844, + 5957, + 5.354, + 5958, + 6.258, + 5959, + 6.844, + 5960, + 6.258, + 5961, + 6.844 ] ], [ - "type/manuals/hot-reload", + "type/manuals/input", [ 0, 0.731 ] ], [ - "data/manuals/hot-reload", + "data/manuals/input", [ + 0, + 0.281, + 1, + 0.586, + 2, + 0.58, + 3, + 0.602, + 4, + 0.602, + 5, + 0.605, + 6, + 0.605, 7, - 1.495, + 1.528, 8, - 0.924, + 2.408, 9, - 0.926, + 2.041, + 10, + 2.036, 11, - 0.828, - 13, - 2.389, + 0.83, 16, - 1.043, - 17, - 4.759, - 21, - 2.107, + 1.674, + 18, + 1.136, + 20, + 1.398, 22, - 1.639, - 26, - 1.936, - 30, - 1.075, - 32, - 1.964, - 33, - 1.536, - 51, - 1.749, - 68, - 2.474, + 1.604, + 36, + 1.563, + 38, + 0.87, + 39, + 0.484, + 41, + 1.204, + 42, + 0.709, + 44, + 0.957, + 46, + 1.529, + 47, + 3.023, + 49, + 0.793, + 52, + 1.858, + 56, + 1.984, + 57, + 1.331, + 59, + 1.024, + 60, + 1.878, + 62, + 1.291, + 63, + 1.111, + 69, + 3.172, 70, - 1.623, - 71, - 1.482, + 2.147, 72, - 3.683, - 74, - 1.035, + 0.763, + 73, + 2.26, 77, - 1.441, + 1.398, + 78, + 1.017, + 79, + 0.959, + 85, + 1.371, + 86, + 1.267, + 90, + 0.546, + 91, + 1.74, 94, - 2.498, + 1.066, 95, - 4.658, + 2.8, + 96, + 2.986, + 97, + 2.489, 99, - 3.118, + 1.053, 100, - 4.251, + 1.266, 102, - 2.756, - 104, - 3.77, + 0.589, + 103, + 0.899, + 105, + 2.045, + 106, + 1.758, + 107, + 1.284, + 108, + 1.147, + 110, + 0.906, 111, - 3.122, - 117, - 3.473, - 135, - 2.711, + 0.957, + 113, + 1.471, + 121, + 0.758, + 122, + 2.101, + 125, + 1.55, + 126, + 1.77, + 141, + 1.885, + 148, + 1.766, + 149, + 1.486, 151, - 1.324, - 161, - 1.434, + 0.949, + 153, + 1.778, + 160, + 2.317, + 165, + 2.241, + 167, + 2.97, + 168, + 1.204, + 169, + 0.758, 172, - 1.999, - 190, - 2.054, + 2.968, + 177, + 2.247, + 178, + 3.509, + 194, + 1.822, 196, - 2.45, + 1.35, + 197, + 1.341, + 198, + 1.639, + 199, + 1.672, 201, - 5.025, + 0.877, + 202, + 1.275, + 206, + 2.471, + 207, + 2.747, + 208, + 1.008, + 210, + 0.927, + 211, + 2.695, + 216, + 2.377, + 225, + 1.545, + 226, + 1.674, + 229, + 1.83, + 230, + 1.358, 236, - 3.704, + 1.148, 237, - 1.663, - 278, - 2.21, - 316, - 2.173, - 357, - 3.502, - 369, - 2.29, - 411, - 3.362, - 416, - 3.502, - 502, - 3.465, - 525, - 2.691, - 547, - 2.148, - 554, - 2.389, - 568, - 2.969, - 569, - 2.695, - 595, - 2.618, - 682, - 3.619, - 726, - 3.236, - 827, - 2.75, - 883, - 4.479, - 886, - 5.45, - 890, - 4.724, + 1.056, + 238, + 1.288, + 240, + 1.449, + 241, + 0.491, + 243, + 1.135, + 244, + 1.969, + 247, + 1.686, + 250, + 0.885, + 253, + 1.955, + 256, + 1.145, + 257, + 0.906, + 261, + 0.973, + 263, + 1.167, + 266, + 5.499, + 268, + 1.966, + 269, + 1.873, + 271, + 1.189, + 273, + 0.566, + 276, + 2.944, + 277, + 3.349, + 280, + 0.899, + 288, + 1.235, + 294, + 2.226, + 295, + 1.798, + 332, + 1.299, + 333, + 0.648, + 367, + 1.87, + 368, + 1.711, + 380, + 1.386, + 382, + 1.834, + 387, + 1.798, + 389, + 2.823, + 392, + 1.367, + 419, + 1.448, + 433, + 0.934, + 446, + 1.148, + 452, + 1.135, + 454, + 0.913, + 457, + 0.814, + 460, + 1.674, + 469, + 1.161, + 471, + 0.614, + 473, + 1.716, + 484, + 1.967, + 490, + 0.957, + 498, + 1.729, + 500, + 0.836, + 505, + 2.001, + 510, + 0.842, + 521, + 2.094, + 522, + 2.981, + 524, + 2.459, + 526, + 3.964, + 543, + 2.045, + 550, + 1.066, + 552, + 1.16, + 553, + 0.819, + 554, + 1.464, + 555, + 1.885, + 561, + 0.726, + 573, + 1.464, + 574, + 2.886, + 577, + 1.53, + 582, + 1.395, + 594, + 1.056, + 595, + 1.235, + 600, + 3.237, + 601, + 0.83, + 602, + 0.927, + 603, + 0.957, + 615, + 2.077, + 629, + 2.208, + 631, + 1.933, + 634, + 0.906, + 635, + 1.51, + 636, + 0.879, + 672, + 1.066, + 677, + 1.056, + 679, + 1.748, + 681, + 3.84, + 687, + 1.349, + 691, + 0.701, + 695, + 1.036, + 704, + 1.478, + 712, + 2.631, + 713, + 1.219, + 716, + 3.432, + 748, + 2.096, + 749, + 1.252, + 751, + 1.578, + 752, + 2.349, + 753, + 4.269, + 758, + 1.017, + 765, + 0.803, + 771, + 1.066, + 772, + 2.696, + 785, + 3.849, + 786, + 1.327, + 801, + 2.497, + 811, + 1.933, + 813, + 3.569, + 819, + 1.349, + 823, + 3.358, + 827, + 2.26, + 832, + 1.099, + 859, + 2.553, + 860, + 3.42, + 866, + 1.899, 891, - 3.592, + 1.729, 894, - 4.479, - 906, - 4.479, - 933, - 4.12, - 1008, - 7.032, - 1054, - 4.184, - 1075, - 5.652, - 1127, - 3.54, - 1156, - 3.266, - 1179, - 4.565, - 1211, - 3.206, - 1465, - 3.661, - 1491, - 3.579, - 1500, - 5.291, - 1532, - 4.398, - 1562, - 4.12, - 1573, - 3.54, + 1.542, + 898, + 0.814, + 903, + 1.235, + 910, + 1.219, + 914, + 1.63, + 917, + 1.036, + 924, + 1.088, + 931, + 2.284, + 939, + 1.135, + 941, + 0.899, + 944, + 1.175, + 947, + 3.546, + 972, + 1.478, + 975, + 1.099, + 978, + 3.629, + 987, + 1.219, + 999, + 1.056, + 1007, + 0.803, + 1009, + 5.802, + 1016, + 2.466, + 1019, + 2.55, + 1025, + 2.666, + 1034, + 0.879, + 1043, + 0.99, + 1064, + 1.912, + 1066, + 1.53, + 1134, + 1.448, + 1135, + 5.563, + 1136, + 1.421, + 1146, + 0.99, + 1148, + 2.096, + 1153, + 1.077, + 1155, + 1.111, + 1158, + 1.056, + 1173, + 1.123, + 1198, + 2.226, + 1216, + 1.235, + 1224, + 1.099, + 1272, + 2.262, + 1279, + 6.147, + 1295, + 1.912, + 1296, + 1.454, + 1301, + 4.269, + 1310, + 4.373, + 1322, + 1.175, + 1332, + 0.927, + 1354, + 2.851, + 1364, + 1.349, + 1412, + 1.545, + 1455, + 1.626, + 1459, + 1.591, + 1472, + 1.027, + 1541, + 1.235, + 1546, + 1.189, + 1560, + 1.51, + 1571, + 1.967, + 1584, + 2.193, 1588, - 4.658, - 1619, - 4.398, - 1636, - 3.796, + 1.912, + 1589, + 1.545, + 1594, + 3.849, + 1604, + 2.05, + 1607, + 1.327, + 1608, + 2.335, + 1609, + 1.327, + 1621, + 1.978, + 1622, + 4.269, + 1623, + 2.696, + 1625, + 1.583, + 1628, + 2.493, + 1637, + 1.478, 1642, - 4.479, - 1798, - 4.322, - 1814, - 3.43, - 1852, - 5.125, - 2197, - 6.283, - 2222, - 5.277, - 2223, - 5.125, - 2265, - 5.316, - 3313, - 6.199, - 3375, - 8.074, - 3376, - 5.125, - 4781, - 5.895, - 5283, - 9.437, - 5438, - 6.199, - 6007, - 10.32, - 6008, - 7.224, - 6009, - 9.321, - 6010, - 7.224, - 6011, - 7.224, - 6012, - 7.224, - 6013, - 7.224, - 6014, - 7.224, - 6015, - 7.224, - 6016, - 7.224, - 6017, - 7.224, - 6018, - 7.224 + 4.159, + 1649, + 1.204, + 1656, + 3.723, + 1661, + 1.148, + 1684, + 1.327, + 1685, + 1.729, + 1691, + 1.626, + 1700, + 1.793, + 1718, + 2.096, + 1772, + 1.967, + 1773, + 5.671, + 1774, + 1.161, + 1797, + 1.478, + 1803, + 2.696, + 1807, + 1.099, + 1838, + 3.184, + 1840, + 2.226, + 1841, + 3.485, + 1874, + 1.349, + 1878, + 4.265, + 1884, + 0.973, + 1885, + 2.26, + 1894, + 2.571, + 1895, + 5.953, + 1896, + 2.631, + 1897, + 1.793, + 1902, + 5.671, + 1903, + 6.288, + 1904, + 4.708, + 1908, + 1.764, + 1911, + 2.613, + 1920, + 2.372, + 1928, + 2.748, + 1930, + 5.54, + 1932, + 1.51, + 1973, + 1.371, + 1979, + 1.395, + 2024, + 2.304, + 2027, + 3.343, + 2030, + 3.435, + 2042, + 2.162, + 2160, + 3.435, + 2268, + 1.219, + 2437, + 1.87, + 2507, + 1.371, + 2523, + 1.87, + 2548, + 1.349, + 2648, + 5.791, + 2649, + 1.371, + 2684, + 1.349, + 2808, + 1.87, + 2827, + 3.184, + 2834, + 1.729, + 2871, + 1.307, + 2916, + 1.448, + 2925, + 2.517, + 3006, + 1.674, + 3144, + 1.545, + 3236, + 1.793, + 3319, + 4.373, + 3342, + 1.421, + 3363, + 1.583, + 3621, + 3.053, + 3650, + 1.967, + 3658, + 4.661, + 3784, + 1.729, + 3795, + 1.87, + 3884, + 2.096, + 3972, + 1.235, + 4002, + 3.053, + 4020, + 1.87, + 4130, + 1.967, + 4242, + 1.626, + 4429, + 1.87, + 4430, + 2.851, + 4456, + 4.91, + 4457, + 2.096, + 4464, + 2.769, + 4465, + 1.545, + 4466, + 5.073, + 4472, + 5.364, + 4474, + 3.569, + 4475, + 3.569, + 4558, + 1.967, + 4576, + 1.967, + 4706, + 1.967, + 4723, + 1.967, + 4726, + 1.967, + 4745, + 6.631, + 4934, + 1.87, + 4989, + 2.096, + 5113, + 1.87, + 5146, + 4.708, + 5147, + 1.967, + 5167, + 2.096, + 5962, + 2.292, + 5963, + 2.292, + 5964, + 3.903, + 5965, + 2.292, + 5966, + 3.569, + 5967, + 2.292, + 5968, + 2.292, + 5969, + 2.292, + 5970, + 5.163, + 5971, + 3.349, + 5972, + 2.292, + 5973, + 6.017, + 5974, + 1.87, + 5975, + 2.096, + 5976, + 2.292, + 5977, + 4.373, + 5978, + 1.967, + 5979, + 1.967, + 5980, + 2.292, + 5981, + 2.096, + 5982, + 1.967, + 5983, + 2.292, + 5984, + 3.903, + 5985, + 3.903, + 5986, + 5.097, + 5987, + 2.292, + 5988, + 3.903 ] ], [ - "type/manuals/editor-templates", + "type/manuals/sony-playstation", [ 0, 0.731 ] ], [ - "data/manuals/editor-templates", + "data/manuals/sony-playstation", [ 0, - 1.024, + 0.851, 1, - 2.137, + 1.777, 2, - 2.116, + 1.759, 3, - 2.193, + 1.823, 4, - 2.193, + 1.823, 5, - 2.205, + 1.833, 6, - 2.205, + 1.833, 7, - 1.538, - 9, - 0.937, - 11, - 0.907, - 22, - 1.896, - 30, - 1.037, - 48, - 2.842, + 1.556, + 10, + 1.502, + 18, + 1.088, + 20, + 1.208, + 38, + 1.009, + 42, + 1.951, + 46, + 1.296, + 49, + 2.402, + 57, + 1.163, + 59, + 1.032, + 76, + 4.835, 77, - 1.666, - 86, - 1.681, - 137, - 1.243, - 151, - 2.022, - 152, - 2.782, - 193, - 1.764, - 196, - 2.834, - 247, - 2.087, - 263, - 3.086, - 278, - 3.125, - 291, - 2.871, - 316, - 2.513, - 391, - 3.487, + 1.439, + 79, + 0.59, + 99, + 1.079, + 103, + 1.599, + 105, + 2.788, + 106, + 1.244, + 113, + 1.392, + 126, + 1.379, + 153, + 2.529, + 158, + 2.657, + 169, + 1.507, + 194, + 1.658, + 198, + 1.892, + 201, + 1.561, + 206, + 3.368, + 260, + 2.341, + 269, + 2.298, + 271, + 3.605, + 273, + 2.243, + 292, + 4.602, + 313, + 2.724, + 380, + 2.466, + 392, + 2.434, + 452, + 2.642, + 454, + 4.032, + 457, + 2.466, + 489, + 3.232, + 537, + 3.962, + 552, + 2.702, + 600, + 3.332, + 603, + 2.902, + 604, + 3.52, + 614, + 3.563, + 673, + 4.023, + 679, + 3.111, 680, - 4.036, - 802, - 5.526, - 858, - 2.649, - 860, - 3.204, - 862, - 4.235, - 960, - 4.051, - 1129, - 3.611, - 1158, - 6.011, - 1239, - 3.917, - 1373, - 4.629, - 1467, - 4.766, - 1503, - 4.766, - 1671, - 7.246, - 1975, - 5.633, - 2266, - 3.888, - 2717, - 6.819, - 3200, - 6.819, - 3867, - 7.171, - 6019, - 11.031, - 6020, - 8.357, - 6021, - 8.357, - 6022, - 8.357, - 6023, - 8.357, - 6024, - 8.357 + 3.65, + 683, + 2.951, + 685, + 2.832, + 691, + 2.125, + 735, + 3.332, + 809, + 5.106, + 895, + 5.589, + 902, + 3.962, + 910, + 4.835, + 932, + 4.928, + 934, + 4.928, + 941, + 3.563, + 1059, + 5.668, + 1067, + 2.269, + 1092, + 6.352, + 1104, + 3.525, + 1146, + 3.002, + 1274, + 6.352, + 1629, + 3.111, + 1681, + 2.976, + 1767, + 4.088, + 1929, + 3.696, + 2006, + 3.65, + 2078, + 4.39, + 2335, + 4.48, + 2346, + 4.088, + 2431, + 5.961, + 2548, + 4.088, + 2955, + 3.962, + 3014, + 5.435, + 3415, + 4.965, + 3792, + 7.797, + 3794, + 5.961, + 3799, + 5.961, + 3800, + 6.352, + 3801, + 6.352, + 4086, + 8.309, + 5989, + 9.087, + 5990, + 6.947, + 5991, + 11.436, + 5992, + 11.651, + 5993, + 7.109 ] ], [ - "type/manuals/application-lifecycle", + "type/manuals/building-blocks", [ 0, 0.731 ] ], [ - "data/manuals/application-lifecycle", + "data/manuals/building-blocks", [ + 0, + 0.359, + 1, + 0.749, + 2, + 0.742, + 3, + 0.769, + 4, + 0.769, + 5, + 0.773, + 6, + 0.773, 7, - 1.453, + 1.503, 8, - 1.257, + 3.172, 9, - 0.835, + 2.061, 10, - 1.793, - 16, - 1.045, - 23, + 2.399, + 11, + 1.736, + 12, + 1.337, + 18, + 1.116, + 20, + 1.449, + 28, + 1.42, + 36, 2.125, - 26, - 2.105, - 30, - 1.111, - 32, - 1.87, - 33, - 1.57, + 38, + 0.675, + 39, + 0.618, + 41, + 1.539, + 42, + 0.87, 46, - 2.185, - 57, - 6.093, - 68, - 1.782, - 74, - 0.872, - 86, - 1.12, - 91, - 3.011, - 94, - 2.715, - 95, - 5.063, - 137, - 1.168, - 149, - 2.445, - 160, - 1.76, - 166, - 3.758, - 173, - 3.033, - 224, - 2.705, - 237, - 2.263, - 244, - 4.125, - 337, - 3.585, - 338, - 4.026, - 369, - 2.489, - 391, - 2.68, - 405, - 5.523, - 416, - 3.806, - 425, - 4.075, - 437, - 3.393, - 441, - 2.733, - 525, - 2.925, - 540, - 4.412, - 547, - 2.922, - 551, - 5.735, - 554, - 2.597, - 561, - 5.173, - 568, - 3.227, - 607, - 3.806, - 611, - 4.362, - 636, - 4.658, - 662, - 4.962, - 723, - 4.233, - 729, - 5.923, - 851, - 4.125, - 1104, - 4.924, - 1200, - 3.654, - 1491, - 5.315, - 1573, - 3.847, - 1872, - 5.57, - 2006, - 5.063, - 2077, - 4.78, - 2970, - 6.737, - 3075, - 6.474, - 3384, - 6.737, - 3403, - 5.923, - 3569, - 5.735, - 4474, - 7.18, - 4980, - 6.737, - 5563, - 6.143, - 5909, - 6.737, - 6025, - 7.689, - 6026, - 7.18, - 6027, - 7.852, - 6028, - 7.18, - 6029, - 7.852, - 6030, - 7.852, - 6031, - 8.987 - ] - ], - [ - "type/manuals/camera", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/camera", - [ - 7, - 1.601, - 8, - 1.416, - 9, - 0.86, - 10, - 0.962, - 11, - 0.983, - 13, - 1.744, - 16, - 0.949, - 22, - 1.196, - 23, + 1.69, + 48, + 1.697, + 49, + 2.428, + 50, + 3.367, + 52, + 1.673, + 56, 1.14, - 29, - 2.15, - 30, - 1.09, - 33, - 0.701, - 35, - 3.219, - 44, - 3.02, - 65, - 4.004, - 70, + 57, + 1.467, + 59, + 1.002, + 60, 1.691, - 71, - 1.8, - 74, - 0.586, + 62, + 1.584, + 70, + 2.018, + 72, + 2.023, + 75, + 2.107, 77, - 1.501, + 1.816, + 79, + 1.024, 86, - 1.443, - 87, - 3.117, + 0.951, 90, - 3.4, + 0.698, 91, - 2.022, + 1.0, + 93, + 1.889, + 96, + 2.634, 97, - 2.684, + 1.757, 99, - 1.508, + 1.048, + 100, + 0.55, + 102, + 2.136, + 103, + 1.616, + 106, + 1.823, + 107, + 1.669, + 108, + 1.787, + 109, + 1.099, + 110, + 3.741, 111, - 3.388, - 117, - 1.965, + 1.224, + 113, + 0.587, + 116, + 1.14, + 119, + 3.923, 121, - 2.481, - 123, - 3.179, - 141, - 1.758, + 0.969, + 122, + 1.892, + 126, + 1.536, + 133, + 4.999, + 146, + 1.435, + 148, + 2.046, + 149, + 1.115, + 150, + 0.742, + 151, + 2.518, + 153, + 2.386, 158, - 2.552, - 159, - 2.824, + 1.4, 160, - 1.348, - 161, - 1.494, - 162, - 1.356, - 166, - 1.848, - 186, - 2.25, - 191, - 1.335, - 202, - 4.111, - 221, - 2.584, + 1.797, + 169, + 1.152, + 170, + 2.692, + 193, + 1.816, + 194, + 2.209, + 195, + 1.697, + 196, + 1.013, + 197, + 1.006, + 198, + 1.912, + 199, + 3.316, + 200, + 1.783, + 201, + 1.867, + 206, + 2.322, + 208, + 2.107, + 210, + 1.937, + 211, + 2.146, 226, - 4.111, + 1.953, 227, - 4.965, + 3.52, + 228, + 2.581, 229, - 3.859, + 1.287, 230, - 4.61, - 237, - 1.214, + 2.694, + 231, + 2.904, + 234, + 1.671, + 241, + 1.878, + 244, + 1.851, + 246, + 1.93, 247, - 1.738, + 0.969, + 249, + 1.405, + 250, + 2.99, + 251, + 2.8, 256, - 1.55, - 271, - 2.556, - 294, - 2.319, - 316, - 1.586, - 322, - 2.921, - 343, - 1.5, - 366, - 5.094, - 384, - 3.196, - 406, - 2.203, - 407, - 1.092, - 469, - 2.022, - 507, - 3.643, - 512, - 3.103, - 514, - 1.872, - 554, - 1.744, - 640, - 4.989, - 666, - 2.068, - 754, - 3.759, - 786, - 3.474, + 1.366, + 257, + 1.157, + 258, + 1.93, + 260, + 1.615, + 262, + 3.748, + 269, + 1.087, + 290, + 1.14, + 306, + 1.288, + 313, + 1.878, + 328, + 1.753, + 332, + 0.975, + 333, + 0.829, + 351, + 1.52, + 368, + 1.362, + 382, + 1.724, + 390, + 2.018, + 402, + 2.549, + 428, + 4.631, + 433, + 1.194, + 434, + 1.363, + 452, + 1.767, + 454, + 1.166, + 459, + 2.229, + 471, + 1.284, + 473, + 2.673, + 474, + 2.14, + 487, + 4.311, + 521, + 1.02, + 523, + 1.52, + 524, + 2.592, + 527, + 8.139, + 529, + 2.39, + 532, + 5.128, + 534, + 2.251, + 535, + 2.14, + 536, + 1.93, + 537, + 1.671, + 538, + 2.679, + 541, + 2.549, + 544, + 3.309, + 547, + 1.724, + 552, + 0.871, + 556, + 1.204, + 561, + 2.453, + 573, + 1.099, + 574, + 2.298, + 577, + 1.149, + 579, + 1.468, + 581, + 2.582, + 594, + 2.8, + 595, + 1.579, + 601, + 1.061, + 602, + 1.185, + 629, + 1.441, + 631, + 2.373, + 635, + 1.93, + 675, + 1.123, + 676, + 1.337, + 677, + 1.35, + 683, + 1.244, + 689, + 1.312, + 691, + 1.859, + 692, + 1.797, + 703, + 1.878, + 704, + 1.889, + 713, + 1.559, + 751, + 1.185, + 765, + 1.678, + 787, + 3.499, + 792, + 1.671, 808, - 1.872, - 832, - 3.332, - 849, - 5.545, - 884, - 2.963, + 1.559, + 828, + 1.724, + 834, + 1.451, + 848, + 1.451, + 854, + 4.288, + 856, + 1.176, + 859, + 1.468, + 885, + 1.783, + 894, + 1.157, 901, - 2.737, - 935, - 4.665, - 949, - 4.358, - 957, - 5.78, - 958, - 5.101, - 959, - 6.863, - 962, - 6.138, - 1047, - 0.668, - 1211, - 4.246, - 1249, - 4.525, - 1556, - 3.155, - 1573, - 2.584, - 1611, - 3.103, - 1620, - 3.643, - 1712, - 3.332, - 1736, - 4.303, - 1785, - 3.643, - 1805, - 4.057, - 2038, - 2.34, - 2172, - 2.963, - 2179, - 3.008, - 2181, - 6.619, - 2216, - 3.852, - 2665, - 5.072, - 2700, - 4.525, - 2815, - 6.457, - 2843, - 3.474, - 2847, - 4.303, - 3160, - 3.554, - 3598, - 4.303, - 3670, - 3.852, - 4144, - 3.852, - 4671, - 4.126, - 5154, - 7.529, - 5382, - 3.978, - 5528, - 3.643, - 6032, - 10.828, - 6033, - 10.828, - 6034, - 10.828, - 6035, - 10.828, - 6036, - 8.774, - 6037, - 4.822, - 6038, - 6.457, - 6039, - 8.774, - 6040, - 4.822, - 6041, - 7.525, - 6042, - 8.774, - 6043, - 8.774, - 6044, - 8.774, - 6045, - 4.822, - 6046, - 4.525, - 6047, - 4.822, - 6048, - 5.273, - 6049, - 5.273, - 6050, - 5.273, - 6051, - 5.273, - 6052, - 5.273, - 6053, - 5.273, - 6054, - 5.273, - 6055, - 5.273, - 6056, - 5.273, - 6057, - 5.273, - 6058, - 5.273, - 6059, - 5.273, - 6060, - 5.273, - 6061, - 4.822, - 6062, - 4.822, - 6063, - 4.822, - 6064, - 4.822, - 6065, - 4.822, - 6066, - 5.072, - 6067, - 4.822, - 6068, - 5.273, - 6069, - 5.273, - 6070, - 5.273, - 6071, - 5.273 + 2.07, + 903, + 1.579, + 908, + 2.21, + 914, + 3.233, + 917, + 1.324, + 919, + 1.502, + 923, + 2.347, + 931, + 3.174, + 944, + 2.456, + 948, + 1.157, + 950, + 5.474, + 975, + 1.405, + 977, + 1.559, + 978, + 3.058, + 979, + 1.324, + 981, + 2.916, + 987, + 1.559, + 991, + 1.783, + 993, + 2.692, + 1007, + 3.888, + 1016, + 1.851, + 1025, + 1.157, + 1079, + 1.42, + 1115, + 2.514, + 1141, + 2.916, + 1155, + 3.752, + 1158, + 2.207, + 1193, + 1.753, + 1253, + 1.646, + 1289, + 1.816, + 1291, + 1.753, + 1296, + 1.785, + 1306, + 3.027, + 1332, + 1.937, + 1337, + 1.889, + 1382, + 1.623, + 1426, + 3.7, + 1445, + 2.078, + 1455, + 2.078, + 1499, + 1.753, + 1513, + 2.39, + 1544, + 1.816, + 1546, + 1.52, + 1559, + 2.97, + 1574, + 1.783, + 1584, + 1.646, + 1589, + 3.229, + 1594, + 1.671, + 1597, + 3.52, + 1599, + 3.84, + 1600, + 1.753, + 1604, + 1.539, + 1617, + 2.292, + 1622, + 2.078, + 1623, + 2.024, + 1628, + 4.839, + 1661, + 1.468, + 1662, + 2.107, + 1725, + 1.851, + 1774, + 1.485, + 1804, + 1.405, + 1871, + 1.42, + 1874, + 1.724, + 1936, + 1.623, + 2078, + 1.851, + 2080, + 1.975, + 2082, + 2.078, + 2093, + 2.21, + 2114, + 3.84, + 2116, + 1.671, + 2121, + 3.576, + 2128, + 2.21, + 2175, + 1.93, + 2184, + 2.21, + 2316, + 2.14, + 2436, + 2.514, + 2506, + 5.672, + 2507, + 2.866, + 2524, + 4.991, + 2532, + 1.889, + 2544, + 1.889, + 2631, + 1.851, + 2649, + 1.753, + 2668, + 2.679, + 2670, + 4.111, + 2695, + 2.514, + 2738, + 1.889, + 2952, + 1.579, + 3075, + 2.679, + 3084, + 2.024, + 3087, + 1.889, + 3117, + 2.21, + 3379, + 2.292, + 3394, + 2.514, + 3401, + 5.728, + 3427, + 2.292, + 3429, + 2.679, + 3438, + 2.14, + 3476, + 2.024, + 3581, + 2.292, + 3623, + 2.292, + 3787, + 2.14, + 3866, + 2.39, + 3897, + 1.851, + 4134, + 1.93, + 4445, + 2.39, + 4540, + 2.514, + 4559, + 2.679, + 4560, + 2.679, + 5116, + 2.39, + 5365, + 2.292, + 5638, + 2.39, + 5844, + 2.39, + 5994, + 2.93, + 5995, + 2.93, + 5996, + 2.93, + 5997, + 2.93, + 5998, + 2.93, + 5999, + 2.93, + 6000, + 2.93, + 6001, + 2.93, + 6002, + 2.93, + 6003, + 2.679, + 6004, + 2.93, + 6005, + 2.93, + 6006, + 2.93, + 6007, + 2.93, + 6008, + 2.93, + 6009, + 2.93, + 6010, + 2.93, + 6011, + 2.679, + 6012, + 2.679, + 6013, + 2.679, + 6014, + 2.39, + 6015, + 2.93, + 6016, + 2.679, + 6017, + 4.111, + 6018, + 2.93, + 6019, + 2.93, + 6020, + 2.93 ] ], [ - "type/manuals/debugging-native-code-ios", + "type/manuals/material", [ 0, 0.731 ] ], [ - "data/manuals/debugging-native-code-ios", + "data/manuals/material", [ - 0, - 0.563, - 1, - 1.175, - 2, - 1.163, - 3, - 1.205, - 4, - 1.205, - 5, - 1.212, - 6, - 1.212, 7, - 1.599, + 1.42, 8, - 0.871, - 9, - 0.925, + 1.608, 10, - 0.838, + 1.242, 11, - 1.02, - 16, - 0.864, + 3.601, + 15, + 8.174, + 18, + 1.131, 19, - 2.66, - 21, - 1.655, + 8.407, + 20, + 1.063, 22, - 2.275, - 23, - 0.993, - 28, - 1.63, - 29, - 1.032, + 2.362, + 24, + 5.052, 30, - 1.131, + 3.475, 31, - 4.016, - 33, - 1.272, - 35, - 1.365, + 5.756, + 32, + 8.826, 36, - 2.796, - 41, - 1.978, - 42, - 1.932, - 48, - 1.893, - 49, - 1.641, - 51, - 1.277, - 70, - 1.529, - 71, - 1.663, - 72, - 1.814, - 74, - 0.996, + 1.146, + 38, + 0.888, + 46, + 1.49, + 57, + 1.42, + 59, + 0.976, 77, - 1.788, + 1.656, + 79, + 0.844, 86, - 1.156, - 94, - 2.803, - 96, - 2.702, + 3.603, + 90, + 2.191, 97, - 2.082, - 110, - 1.528, + 1.661, + 99, + 0.96, + 100, + 1.078, + 103, + 1.323, + 104, + 2.947, + 105, + 2.306, + 106, + 1.647, + 107, + 1.521, + 111, + 2.4, + 113, + 1.151, + 116, + 3.112, 117, - 1.711, - 121, - 2.535, - 134, - 3.464, - 137, - 1.492, - 140, - 4.781, - 141, - 1.796, - 149, - 1.43, - 151, - 0.842, - 152, - 2.441, + 4.705, + 120, + 3.439, + 122, + 1.789, + 126, + 1.587, + 144, + 3.019, + 148, + 1.64, + 150, + 1.455, 153, - 3.095, - 158, - 1.558, + 1.814, 160, - 0.823, - 161, - 0.911, - 191, - 2.423, - 218, - 1.761, - 237, - 1.057, - 257, - 4.701, + 2.364, + 169, + 1.19, + 177, + 1.758, + 185, + 4.321, + 201, + 1.291, + 203, + 3.098, + 207, + 2.661, + 226, + 2.225, + 241, + 2.128, + 249, + 3.835, + 260, + 2.695, + 261, + 2.441, 263, - 2.268, + 2.391, + 268, + 1.173, + 269, + 2.086, 273, - 1.787, - 278, - 1.405, + 1.973, 279, - 2.475, - 281, - 2.301, - 288, + 4.689, + 289, + 3.439, + 330, + 2.549, + 333, + 2.811, + 342, + 2.574, + 345, + 2.786, + 358, 2.648, - 291, - 2.785, - 297, - 1.438, - 300, - 0.983, - 305, - 2.66, - 320, - 3.84, - 339, - 1.723, - 340, - 4.701, - 350, - 1.528, - 364, - 2.752, - 367, - 5.364, - 384, - 1.951, - 386, - 2.443, - 391, - 3.422, - 393, - 2.774, - 407, - 0.951, - 422, - 2.076, - 425, - 2.383, - 430, - 2.137, - 440, - 2.25, - 454, - 1.902, - 465, - 1.68, - 493, - 1.989, - 547, - 1.365, - 548, - 2.993, - 581, - 1.491, - 590, - 2.681, - 594, - 1.887, - 599, - 2.18, - 645, - 2.443, - 654, - 1.828, - 659, - 3.515, + 361, + 4.493, + 429, + 2.786, + 477, + 5.523, + 479, + 2.156, + 515, + 3.563, + 550, + 2.674, + 575, + 3.97, + 588, + 2.982, + 596, + 3.14, + 601, + 2.082, + 602, + 2.324, + 636, + 2.204, + 656, + 3.632, 660, - 2.509, - 680, - 3.782, - 705, - 3.464, - 737, - 1.723, - 743, - 2.226, + 3.439, + 675, + 3.526, + 679, + 2.574, + 751, + 2.324, + 758, + 2.551, 769, - 3.464, - 770, - 3.94, - 771, - 3.593, - 782, - 2.619, + 3.706, + 774, + 2.598, + 786, + 3.328, 793, - 2.327, - 799, - 2.902, - 802, - 5.023, - 804, - 2.301, - 811, - 1.934, - 859, - 1.5, - 862, - 2.327, - 866, - 2.915, - 891, - 2.368, - 910, - 5.553, - 920, - 2.902, - 958, - 2.116, - 960, - 2.226, - 1011, - 4.091, - 1074, - 4.108, - 1078, - 1.918, - 1122, - 2.413, - 1159, - 2.475, - 1166, - 2.18, - 1177, - 6.612, - 1198, - 2.961, - 1199, - 2.847, - 1284, - 2.18, - 1289, - 3.448, - 1293, - 4.171, - 1323, - 3.593, - 1340, - 2.702, - 1360, - 2.796, - 1367, - 2.619, - 1417, - 5.839, - 1454, - 3.94, - 1484, - 3.464, - 1503, - 2.619, - 1509, - 5.751, - 1516, - 1.609, - 1586, - 3.889, - 1626, - 3.94, - 1678, - 2.668, - 1681, - 3.593, - 1695, - 5.276, - 1701, - 4.483, - 1704, - 3.264, - 1705, - 3.179, - 1788, - 6.306, - 1799, - 2.581, - 1853, - 5.341, - 1876, - 2.847, - 1898, - 2.752, - 2193, - 3.258, - 2344, - 2.702, - 2425, - 3.464, - 2671, - 2.581, - 2760, - 3.025, - 2967, - 2.961, - 3058, - 3.025, - 3098, - 3.747, - 3161, - 3.025, - 3180, - 4.199, - 3182, - 3.095, - 3411, - 3.593, - 3416, - 4.199, - 3426, - 4.828, - 3435, - 3.172, - 3437, - 3.258, - 3441, - 3.172, - 3446, - 3.593, - 3449, - 3.354, - 3459, - 3.464, - 3460, - 3.94, - 3486, - 3.747, - 3536, - 3.464, - 3760, - 9.339, - 4083, - 3.593, - 4159, - 4.199, - 4187, - 4.199, - 4213, - 3.94, - 4261, - 3.94, - 4266, - 5.839, - 4271, - 3.94, - 4274, - 4.199, - 4280, - 3.593, - 4284, - 4.199, - 4285, - 4.199, - 4804, - 9.488, - 4805, - 4.199, - 4809, - 4.199, - 6072, - 6.805, - 6073, - 4.592, - 6074, - 4.592, - 6075, - 4.592, - 6076, - 4.592, - 6077, - 4.592, - 6078, - 6.805, - 6079, - 4.592, - 6080, - 4.592, - 6081, - 4.592, - 6082, - 4.592, - 6083, - 8.107, - 6084, - 4.592, - 6085, - 4.592, - 6086, - 4.592, - 6087, - 4.199, - 6088, - 4.592, - 6089, - 4.592, - 6090, - 4.199, - 6091, - 4.592, - 6092, - 4.592, - 6093, - 4.592, - 6094, - 4.592, - 6095, - 4.592, - 6096, - 8.965, - 6097, - 4.592, - 6098, - 4.592 - ] - ], - [ - "type/examples", - [ - 193, - 1.26 - ] - ], - [ - "data/examples", - [ - 8, - 1.265, - 30, - 1.018, - 141, - 1.981, - 548, - 4.348, - 858, - 3.133, - 1511, - 6.129, - 1622, - 4.844, - 1868, - 5.556 - ] - ], - [ - "type/examples/resource/modify_atlas", - [ - 193, - 1.26 - ] - ], - [ - "data/examples/resource/modify_atlas", - [ - 8, - 1.199, - 9, - 0.796, - 10, - 1.71, - 11, - 0.832, - 16, - 0.846, - 30, - 1.045, - 32, - 1.784, - 74, - 1.041, - 86, - 1.337, - 193, - 1.979, - 244, - 4.925, - 288, - 4.257, - 299, - 5.429, - 300, - 2.342, - 318, - 3.821, - 337, - 3.42, - 407, - 1.941, - 554, - 3.1, - 706, - 6.044, - 795, - 5.429, - 860, - 3.594, - 891, - 3.263, - 1080, - 6.318, - 1701, - 6.175, - 1842, - 8.252, - 2266, - 4.362, - 5094, - 8.043 + 3.72, + 856, + 2.306, + 894, + 2.271, + 898, + 2.839, + 917, + 2.598, + 928, + 3.97, + 986, + 3.874, + 1039, + 3.098, + 1041, + 4.493, + 1042, + 3.786, + 1144, + 6.328, + 1228, + 3.786, + 1257, + 3.563, + 1295, + 2.156, + 1332, + 2.324, + 1385, + 4.077, + 1452, + 4.496, + 1499, + 3.439, + 1507, + 3.563, + 1544, + 3.563, + 1549, + 4.689, + 1606, + 3.382, + 1699, + 4.689, + 1749, + 4.689, + 1790, + 4.077, + 1797, + 3.706, + 1864, + 3.786, + 1875, + 4.077, + 1879, + 2.912, + 1912, + 4.335, + 1927, + 4.931, + 1948, + 3.058, + 2066, + 3.874, + 2162, + 4.931, + 2236, + 3.563, + 2613, + 3.97, + 2622, + 4.496, + 2633, + 4.714, + 2635, + 4.931, + 2657, + 3.23, + 2676, + 4.689, + 2775, + 3.098, + 3192, + 4.198, + 3193, + 5.255, + 3527, + 3.874, + 3779, + 7.193, + 3780, + 7.193, + 4207, + 5.523, + 4258, + 7.776, + 4404, + 4.931, + 4414, + 5.255, + 4505, + 6.715, + 5294, + 4.931, + 6021, + 5.747, + 6022, + 5.747, + 6023, + 5.747, + 6024, + 5.747, + 6025, + 5.747, + 6026, + 4.198, + 6027, + 5.747, + 6028, + 5.747, + 6029, + 5.747, + 6030, + 5.747, + 6031, + 5.255, + 6032, + 5.747, + 6033, + 5.747, + 6034, + 5.747, + 6035, + 5.255, + 6036, + 6.86, + 6037, + 5.747, + 6038, + 5.747, + 6039, + 5.747, + 6040, + 7.995, + 6041, + 7.995, + 6042, + 5.255, + 6043, + 4.198, + 6044, + 7.995, + 6045, + 5.747, + 6046, + 5.747, + 6047, + 5.747, + 6048, + 5.255, + 6049, + 5.255 ] ], [ - "type/examples/sound/panning", + "type/manuals/android", [ - 193, - 1.26 + 0, + 0.731 ] ], [ - "data/examples/sound/panning", + "data/manuals/android", [ + 0, + 0.383, + 1, + 0.801, + 2, + 0.792, + 3, + 0.822, + 4, + 0.822, + 5, + 0.826, + 6, + 0.826, 7, - 1.369, + 1.543, 8, - 1.194, + 2.711, 9, - 1.023, + 1.062, 10, - 1.703, - 11, - 1.003, - 16, - 1.044, + 1.578, + 12, + 1.429, + 18, + 1.118, + 20, + 1.323, + 22, + 1.286, + 23, + 1.415, 28, - 2.569, - 29, - 2.097, - 30, - 1.115, - 32, - 1.377, - 33, - 0.962, + 1.517, + 36, + 1.871, + 38, + 1.105, 42, - 2.691, - 50, - 3.155, - 51, - 1.358, + 1.556, + 44, + 1.307, + 46, + 1.525, + 49, + 2.771, 52, - 3.106, - 71, - 1.485, - 74, - 1.036, - 80, - 3.335, - 83, - 3.048, + 1.392, + 54, + 1.486, + 57, + 1.154, + 59, + 1.06, + 60, + 0.871, + 65, + 2.062, + 66, + 2.018, + 79, + 0.974, 86, - 1.032, - 110, - 3.106, - 127, - 3.023, - 137, - 1.623, - 141, + 1.016, + 90, + 0.746, + 91, + 1.069, + 99, + 1.06, + 100, + 1.37, + 102, + 0.805, + 103, + 1.681, + 106, + 0.561, + 107, + 1.844, + 108, 1.87, - 143, - 3.585, - 151, - 1.893, - 160, - 1.671, - 162, - 1.861, - 163, - 5.307, - 164, - 3.954, + 109, + 1.897, + 113, + 1.942, + 116, + 1.218, + 125, + 0.952, + 126, + 1.975, + 135, + 1.813, + 139, + 1.813, + 142, + 0.931, + 148, + 2.042, + 149, + 1.924, + 150, + 2.376, + 153, + 2.664, + 169, + 1.086, 172, - 2.583, - 186, - 3.088, - 195, - 3.901, + 4.127, + 177, + 1.547, + 194, + 0.571, + 197, + 2.185, 198, - 2.364, - 206, - 4.999, - 210, - 3.335, + 2.824, + 201, + 1.8, + 207, + 1.042, + 208, + 2.223, 216, - 4.768, - 223, - 4.009, + 1.237, + 226, + 2.384, 229, - 4.104, + 1.469, + 230, + 1.089, + 231, + 1.174, + 238, + 1.759, 239, - 6.148, - 242, - 5.404, - 297, - 2.267, - 310, - 3.626, - 362, - 2.859, - 363, - 3.272, - 365, - 4.191, - 366, - 4.219, - 369, - 3.579, - 407, - 1.933, - 441, - 2.519, - 466, - 2.796, - 493, - 2.116, - 496, - 4.965, - 564, - 6.223, - 569, - 2.092, - 581, - 2.35, - 595, - 2.622, - 606, - 4.067, - 654, - 3.715, - 677, - 3.546, - 844, - 6.017, - 953, - 4.33, - 1216, - 3.585, - 1663, - 3.471, - 1814, - 3.436, - 1902, - 3.901, - 1917, - 5.459, - 2068, - 4.667, - 2497, - 4.843, - 2605, - 9.922, - 2606, - 6.21, - 2952, - 6.618, - 3288, - 5.662, - 3477, - 4.487, - 3510, - 5.134, - 5674, - 8.427, - 5675, - 8.007, - 5877, - 8.231, - 6099, - 7.614 + 2.223, + 241, + 2.221, + 253, + 1.568, + 256, + 1.8, + 268, + 1.979, + 269, + 2.199, + 270, + 3.692, + 271, + 1.624, + 273, + 0.773, + 280, + 1.227, + 285, + 1.402, + 332, + 1.683, + 334, + 2.801, + 380, + 1.111, + 390, + 1.318, + 392, + 1.097, + 402, + 1.666, + 414, + 2.062, + 433, + 2.592, + 451, + 2.286, + 452, + 1.849, + 457, + 1.111, + 459, + 1.457, + 464, + 2.449, + 471, + 1.705, + 473, + 1.377, + 481, + 2.928, + 490, + 1.307, + 492, + 1.813, + 511, + 1.666, + 514, + 2.162, + 522, + 1.551, + 523, + 1.624, + 537, + 1.785, + 543, + 2.552, + 552, + 1.503, + 554, + 1.897, + 561, + 0.992, + 573, + 1.897, + 592, + 2.018, + 596, + 1.71, + 607, + 2.554, + 614, + 3.142, + 623, + 4.417, + 629, + 0.941, + 633, + 2.562, + 636, + 1.2, + 640, + 2.221, + 642, + 5.418, + 649, + 4.368, + 656, + 1.978, + 660, + 3.025, + 673, + 1.813, + 674, + 1.568, + 675, + 1.939, + 676, + 2.902, + 681, + 1.534, + 683, + 2.701, + 685, + 2.061, + 686, + 1.687, + 689, + 1.402, + 691, + 0.958, + 695, + 1.415, + 698, + 2.686, + 702, + 2.533, + 707, + 2.286, + 708, + 2.221, + 710, + 2.451, + 712, + 4.286, + 719, + 2.686, + 744, + 3.083, + 746, + 2.162, + 751, + 2.045, + 771, + 1.457, + 773, + 1.134, + 807, + 1.813, + 809, + 1.759, + 831, + 3.025, + 848, + 1.551, + 856, + 1.256, + 864, + 2.162, + 874, + 1.605, + 890, + 2.624, + 895, + 3.05, + 901, + 1.353, + 910, + 1.666, + 917, + 2.285, + 924, + 3.804, + 925, + 2.062, + 932, + 2.221, + 934, + 2.221, + 960, + 1.429, + 968, + 2.686, + 969, + 1.906, + 996, + 1.586, + 1010, + 1.286, + 1040, + 1.873, + 1043, + 1.353, + 1064, + 1.534, + 1067, + 1.652, + 1068, + 1.978, + 1090, + 2.959, + 1104, + 1.76, + 1120, + 1.842, + 1131, + 4.801, + 1176, + 2.11, + 1198, + 1.785, + 1283, + 1.71, + 1284, + 2.018, + 1306, + 1.978, + 1412, + 2.11, + 1432, + 1.759, + 1460, + 1.759, + 1479, + 1.842, + 1484, + 2.361, + 1492, + 1.941, + 1495, + 1.734, + 1499, + 1.873, + 1511, + 1.687, + 1548, + 1.687, + 1556, + 7.311, + 1562, + 2.062, + 1570, + 2.11, + 1655, + 1.645, + 1667, + 2.361, + 1684, + 1.813, + 1700, + 3.955, + 1769, + 4.324, + 1774, + 1.586, + 1807, + 2.425, + 1882, + 2.244, + 1884, + 1.33, + 1893, + 1.873, + 1908, + 2.285, + 1925, + 2.554, + 1933, + 2.69, + 1961, + 4.878, + 1993, + 4.286, + 2022, + 6.264, + 2024, + 4.766, + 2025, + 2.554, + 2026, + 3.33, + 2027, + 4.245, + 2075, + 1.873, + 2096, + 1.734, + 2101, + 3.134, + 2148, + 2.554, + 2164, + 1.353, + 2194, + 5.613, + 2267, + 2.554, + 2320, + 2.361, + 2373, + 1.978, + 2388, + 2.686, + 2420, + 2.11, + 2433, + 1.873, + 2469, + 2.221, + 2522, + 2.449, + 2683, + 2.221, + 2709, + 2.11, + 2822, + 1.906, + 2916, + 1.978, + 2956, + 5.4, + 2957, + 7.054, + 2962, + 6.044, + 2974, + 3.955, + 2975, + 4.125, + 2981, + 3.492, + 2983, + 2.862, + 2984, + 2.862, + 2985, + 5.507, + 2986, + 2.554, + 2991, + 2.361, + 3006, + 2.286, + 3069, + 4.623, + 3107, + 2.162, + 3159, + 2.449, + 3166, + 2.554, + 3185, + 6.802, + 3186, + 7.327, + 3196, + 10.486, + 3200, + 2.286, + 3213, + 3.955, + 3224, + 2.062, + 3306, + 2.361, + 3363, + 2.162, + 3608, + 2.686, + 3610, + 1.687, + 3651, + 2.554, + 3655, + 2.862, + 3681, + 5.852, + 3695, + 3.692, + 4012, + 2.554, + 4020, + 2.554, + 4292, + 2.862, + 4384, + 2.286, + 4483, + 2.221, + 4554, + 2.862, + 4720, + 2.686, + 4857, + 1.813, + 4876, + 2.286, + 5155, + 2.862, + 5250, + 2.449, + 5254, + 2.862, + 5448, + 2.862, + 5588, + 2.862, + 5589, + 2.862, + 5660, + 2.862, + 6050, + 3.13, + 6051, + 3.13, + 6052, + 3.13, + 6053, + 3.13, + 6054, + 3.13, + 6055, + 3.13, + 6056, + 3.13, + 6057, + 3.13, + 6058, + 3.13, + 6059, + 3.13, + 6060, + 3.13, + 6061, + 3.13, + 6062, + 3.13, + 6063, + 3.13, + 6064, + 3.13, + 6065, + 3.13, + 6066, + 5.055, + 6067, + 3.13, + 6068, + 5.055, + 6069, + 5.055, + 6070, + 3.13, + 6071, + 3.13, + 6072, + 3.13, + 6073, + 5.055, + 6074, + 2.686, + 6075, + 2.686, + 6076, + 3.13, + 6077, + 3.13, + 6078, + 2.449, + 6079, + 5.055, + 6080, + 3.13, + 6081, + 3.13, + 6082, + 3.13, + 6083, + 3.13, + 6084, + 3.13, + 6085, + 3.13, + 6086, + 3.13, + 6087, + 3.13, + 6088, + 3.13, + 6089, + 3.13, + 6090, + 4.338, + 6091, + 3.13, + 6092, + 3.13, + 6093, + 3.13, + 6094, + 4.623, + 6095, + 2.862, + 6096, + 8.012, + 6097, + 3.13, + 6098, + 3.13 ] ], [ - "type/examples/sound/music", + "type/examples", [ - 193, + 39, 1.26 ] ], [ - "data/examples/sound/music", + "data/examples", [ - 7, - 1.265 + 18, + 1.018, + 57, + 1.265, + 113, + 1.981, + 208, + 4.348, + 561, + 3.133, + 681, + 4.844, + 2089, + 5.556, + 4104, + 6.129 ] ], [ - "type/examples/sound/fade_in_out", + "type/examples/gui/drag", [ - 193, + 39, 1.26 ] ], [ - "data/examples/sound/fade_in_out", + "data/examples/gui/drag", [ 7, - 1.265 + 1.128, + 18, + 1.063, + 20, + 1.419, + 39, + 2.253, + 47, + 4.026, + 56, + 3.498, + 57, + 1.365, + 58, + 4.665, + 59, + 0.811, + 67, + 4.503, + 77, + 2.21, + 79, + 1.0, + 83, + 5.796, + 95, + 4.183, + 99, + 0.948, + 100, + 1.687, + 106, + 1.61, + 107, + 1.71, + 121, + 2.973, + 126, + 1.784, + 148, + 1.844, + 206, + 4.357, + 207, + 2.992, + 237, + 5.426, + 240, + 2.556, + 249, + 4.312, + 268, + 1.835, + 276, + 6.781, + 600, + 4.312, + 675, + 3.447, + 746, + 6.209, + 785, + 5.127, + 1159, + 7.032, + 1166, + 5.206, + 1214, + 6.377, + 4464, + 6.377, + 6012, + 8.22 ] ], [ - "type/examples/collection/proxy", + "type/examples/gui/get_set_material", [ - 193, + 39, 1.26 ] ], [ - "data/examples/collection/proxy", + "data/examples/gui/get_set_material", + [] + ], + [ + "type/examples/gui/layouts", + [ + 39, + 1.26 + ] + ], + [ + "data/examples/gui/layouts", [ 7, - 1.488, - 8, - 1.446, - 9, - 1.021, + 1.51, 10, - 1.81, - 11, - 1.004, - 16, - 1.049, - 30, - 1.097, - 33, - 1.06, - 39, - 3.15, - 40, - 4.137, - 51, - 1.862, - 52, - 3.762, - 63, - 3.824, - 86, - 1.137, + 1.947, + 18, + 1.064, + 20, + 1.197, + 23, + 4.072, + 28, + 4.367, + 42, + 1.636, + 46, + 1.625, + 47, + 4.035, + 59, + 0.813, + 79, + 0.765, + 99, + 0.8, 106, - 3.15, - 137, - 1.476, - 151, - 1.462, - 160, - 1.935, - 166, - 2.793, - 181, - 3.224, - 210, - 3.673, - 217, - 3.199, - 381, - 4.444, - 407, + 1.614, + 114, + 9.17, + 132, + 3.671, + 150, + 2.281, + 199, + 3.859, + 229, 1.651, - 440, - 3.906, + 239, + 3.962, + 244, + 3.48, + 250, + 3.48, + 392, + 3.156, + 396, + 7.35, + 398, + 7.35, 449, - 5.038, - 456, - 4.862, - 569, - 3.123, - 631, - 6.697, - 636, - 4.817, - 670, - 4.088, - 671, - 5.252, - 1156, - 3.604, - 1160, - 3.199, - 1216, - 3.949, - 1236, - 5.038, - 1275, - 4.298, - 1573, - 3.906, - 1619, - 4.853, - 1622, - 5.293, - 1814, - 3.785, - 1991, - 6.04, - 2006, - 6.398, - 2023, - 4.04, - 2077, - 6.04, - 2268, - 5.141, - 2542, - 5.496, - 3247, - 5.656, - 3477, - 4.942, - 4578, - 6.505, - 5557, - 6.505, - 5785, - 7.29, - 6100, - 10.802, - 6101, - 6.505, - 6102, - 7.29, - 6103, - 7.972 + 5.39, + 454, + 3.587, + 614, + 3.532, + 615, + 4.793, + 692, + 3.38, + 780, + 7.73, + 826, + 4.733, + 834, + 4.463, + 894, + 3.559, + 925, + 5.935, + 1324, + 4.675, + 2259, + 8.595, + 3059, + 6.391 ] ], [ - "type/examples/collection/timestep", + "type/examples/gui/button", [ - 193, + 39, 1.26 ] ], [ - "data/examples/collection/timestep", + "data/examples/gui/button", [ 7, - 1.383, + 1.336, 8, - 1.41, - 9, - 1.001, - 10, - 2.095, - 11, - 0.74, - 16, - 0.995, - 23, - 1.803, - 30, - 1.121, - 33, - 1.108, - 51, - 1.914, - 52, - 3.668, - 86, - 1.455, - 106, - 3.295, - 137, - 1.241, - 160, - 1.974, - 166, - 3.574, - 172, - 2.308, - 181, - 3.373, - 191, - 2.583, - 217, - 3.346, - 335, - 4.438, - 386, - 5.428, - 394, - 4.132, - 452, - 7.261, - 508, - 5.378, - 569, - 3.186, - 636, - 4.226, - 666, - 3.27, - 670, - 4.276, - 1160, - 3.346, - 1216, - 4.132, - 1239, - 3.198, - 1263, - 4.99, - 1516, - 3.574, - 1573, - 4.086, - 1814, - 3.959, - 1854, - 4.276, - 1957, - 4.086, - 1987, - 7.626, - 2077, - 5.077, - 3247, - 5.917, - 5391, - 7.156, - 5427, - 6.805, - 6104, - 11.022, - 6105, - 11.483 + 2.504, + 18, + 1.127, + 38, + 1.182, + 46, + 1.277, + 47, + 5.089, + 59, + 0.808, + 72, + 3.782, + 79, + 0.904, + 95, + 4.953, + 96, + 2.837, + 97, + 2.588, + 99, + 0.795, + 107, + 1.703, + 169, + 1.332, + 194, + 1.633, + 216, + 4.49, + 237, + 4.124, + 240, + 2.545, + 290, + 3.483, + 471, + 2.399, + 600, + 5.641, + 901, + 3.867, + 931, + 2.477, + 1273, + 5.267, + 1296, + 3.334, + 1600, + 5.355, + 1724, + 4.249, + 1936, + 4.958, + 6099, + 10.645, + 6100, + 8.95 ] ], [ - "type/examples/collection/splash", + "type/examples/gui/pointer_over", [ - 193, + 39, 1.26 ] ], [ - "data/examples/collection/splash", + "data/examples/gui/pointer_over", [ 7, - 1.516, + 1.336, 8, - 1.331, - 9, - 0.986, - 10, - 1.572, - 16, - 1.048, - 30, - 1.048, - 33, - 1.145, - 39, - 3.404, - 40, - 4.471, - 51, - 1.953, - 52, - 3.721, - 63, - 4.133, - 86, - 1.229, - 137, - 1.282, - 160, - 1.864, - 166, - 3.019, - 181, - 3.485, - 210, - 3.97, - 217, - 3.457, - 366, - 4.704, - 381, - 3.859, - 407, - 1.784, - 569, - 2.491, - 631, - 6.451, - 636, - 4.924, - 670, - 4.418, - 710, - 3.122, - 1160, - 3.457, - 1216, - 4.269, - 1622, - 5.099, - 1814, - 4.091, - 1991, - 5.246, - 2006, - 6.71, - 2077, - 5.246, - 2302, - 9.515, - 3247, - 6.113, - 3477, - 5.342, - 4578, - 7.031, - 5557, - 7.031, + 2.504, + 18, + 1.127, + 38, + 1.182, + 46, + 1.277, + 47, + 5.089, + 59, + 0.808, + 72, + 3.782, + 79, + 0.904, + 95, + 4.953, + 96, + 2.837, + 97, + 2.588, + 99, + 0.795, + 107, + 1.703, + 169, + 1.332, + 194, + 1.633, + 216, + 4.49, + 237, + 4.124, + 240, + 2.545, + 290, + 3.483, + 471, + 2.399, + 600, + 5.641, + 901, + 3.867, + 931, + 2.477, + 1273, + 5.267, + 1296, + 3.334, + 1600, + 5.355, + 1724, + 4.249, + 1936, + 4.958, 6101, - 7.031, + 10.645, 6102, - 7.879, - 6106, - 8.616, - 6107, - 8.616 + 8.95 ] ], [ - "type/examples/input/move", + "type/examples/gui/get_set_font", [ - 193, + 39, 1.26 ] ], [ - "data/examples/input/move", - [ - 7, - 1.429 - ] + "data/examples/gui/get_set_font", + [] ], [ - "type/examples/input/text", + "type/examples/gui/color", [ - 193, + 39, 1.26 ] ], [ - "data/examples/input/text", + "data/examples/gui/color", [ 7, - 1.494 + 1.495, + 18, + 1.075, + 20, + 1.237, + 39, + 1.965, + 47, + 4.17, + 57, + 1.394, + 58, + 5.995, + 59, + 0.84, + 67, + 4.665, + 99, + 0.827, + 121, + 3.08, + 133, + 5.087, + 150, + 2.357, + 212, + 4.332, + 257, + 3.679, + 269, + 2.113, + 272, + 7.024, + 320, + 6.519, + 322, + 8.525, + 323, + 5.571, + 2584, + 7.989, + 3247, + 6.801, + 5019, + 7.989, + 5715, + 7.597 ] ], [ - "type/examples/input/mouse_and_touch", + "type/examples/gui/get_set_texture", [ - 193, + 39, 1.26 ] ], [ - "data/examples/input/mouse_and_touch", + "data/examples/gui/get_set_texture", [] ], [ - "type/examples/input/down_duration", - [ - 193, - 1.26 - ] - ], - [ - "data/examples/input/down_duration", - [ - 7, - 1.429 - ] - ], - [ - "type/examples/basics/parent_child", + "type/examples/gui/slice9", [ - 193, + 39, 1.26 ] ], [ - "data/examples/basics/parent_child", + "data/examples/gui/slice9", [ + 0, + 1.012, 7, - 1.126, - 9, - 0.906, - 10, - 1.945, - 16, - 0.962, - 21, - 1.831, - 22, - 2.035, - 30, - 1.112, - 32, - 1.707, - 33, - 1.192, - 42, - 2.138, - 49, - 3.206, - 70, - 2.015, - 83, - 3.778, - 86, - 1.679, - 110, - 2.985, - 160, - 1.607, - 161, - 1.78, - 166, - 3.142, - 172, - 2.482, - 182, + 1.474, + 12, + 3.768, + 18, + 1.06, + 38, + 0.917, + 47, + 5.126, + 57, + 1.056, + 59, + 1.033, + 72, + 2.748, + 79, + 1.016, + 90, + 2.615, + 92, + 3.313, + 95, + 5.325, + 97, + 2.931, + 99, + 1.016, + 107, + 1.571, + 118, + 5.324, + 124, 3.599, - 406, - 3.746, - 441, - 3.122, - 469, - 3.439, - 485, - 5.668, - 633, - 3.686, - 636, - 4.416, - 646, - 5.824, - 647, - 6.377, - 759, - 3.163, - 827, - 3.414, - 961, - 5.909, - 1096, - 4.969, - 3238, - 6.551, - 3869, - 7.696, - 4101, - 7.319, + 131, + 6.229, + 132, + 3.483, + 148, + 1.694, + 150, + 2.091, + 185, + 4.765, + 186, + 4.782, + 207, + 2.748, + 237, + 4.672, + 244, + 3.19, + 256, + 1.855, + 290, + 3.946, + 297, + 7.785, + 298, + 6.934, + 368, + 2.348, + 442, + 3.698, + 454, + 4.037, + 573, + 3.098, + 1107, + 4.091, + 1170, + 6.46, + 1324, + 4.285, + 1628, + 3.421, + 1724, + 3.92, + 2156, + 5.027, + 2236, + 5.119, + 2260, + 6.031, + 3059, + 5.858, + 3474, + 5.704, + 4837, + 7.085, + 6103, + 10.139, + 6104, + 8.257, + 6105, + 8.257, + 6106, + 7.551, + 6107, + 8.257, 6108, - 8.969 - ] - ], - [ - "type/examples/basics/z_order", - [ - 193, - 1.26 - ] - ], - [ - "data/examples/basics/z_order", - [ - 7, - 1.169, - 9, - 0.791, - 10, - 2.108, - 30, - 1.043, - 32, - 1.772, - 33, - 1.583, - 42, - 2.219, - 119, - 2.969, - 121, - 2.633, - 158, - 3.158, - 172, - 3.197, - 190, - 3.099, - 227, - 5.655, - 264, - 4.926, - 328, - 4.376, - 363, - 4.926, - 466, - 4.209, - 858, - 2.951, - 2304, - 6.004, + 8.257, 6109, - 9.964 - ] - ], - [ - "type/examples/basics/message_passing", - [ - 193, - 1.26 - ] - ], - [ - "data/examples/basics/message_passing", - [ - 7, - 1.265 + 8.257, + 6110, + 8.257 ] ], [ "type/examples/gui/load_texture", [ - 193, + 39, 1.26 ] ], @@ -58169,286 +57911,166 @@ [ 7, 1.316, - 9, - 0.891, - 10, - 1.592, - 11, - 0.775, - 16, - 0.946, - 26, - 2.339, - 30, + 8, + 2.441, + 18, 1.128, - 32, - 1.66, - 39, - 4.441, - 47, - 5.23, - 52, - 3.741, - 74, + 38, 1.295, - 86, + 46, 1.245, - 137, + 47, + 5.034, + 59, + 0.946, + 72, + 3.741, + 79, + 0.891, + 95, + 5.23, + 96, + 2.765, + 97, + 2.522, + 99, + 0.775, + 107, + 1.66, + 169, 1.298, - 150, - 5.593, - 172, - 2.415, - 210, + 194, + 1.592, + 216, + 4.441, + 237, 4.831, - 263, - 2.441, - 285, - 5.194, - 288, - 3.396, - 343, + 240, 2.481, - 369, - 2.765, - 381, - 5.034, - 525, - 3.25, - 569, - 2.522, - 669, + 290, + 3.396, + 471, + 2.339, + 600, + 5.593, + 860, 4.421, - 670, - 4.474, - 758, + 901, 3.77, - 801, + 931, + 2.415, + 935, + 5.194, + 1273, 5.134, - 1814, + 1296, + 3.25, + 1600, + 5.22, + 1724, 4.142, - 2542, + 1936, 5.808, - 2549, - 5.22, - 6110, - 10.484, + 2182, + 4.474, 6111, - 8.725, + 10.484, 6112, + 8.725, + 6113, 8.725 ] ], [ - "type/examples/gui/layouts", + "type/examples/gui/progress", [ - 193, + 39, 1.26 ] ], [ - "data/examples/gui/layouts", + "data/examples/gui/progress", [ 7, - 1.51, - 9, - 0.765, - 11, - 0.8, - 16, - 0.813, - 23, - 1.947, - 30, - 1.064, - 33, - 1.197, + 1.14, + 18, + 0.82, + 39, + 1.918, + 57, + 1.163, + 59, + 0.82, 67, - 3.156, - 86, - 1.625, - 92, - 3.671, - 151, - 1.651, - 160, - 1.614, - 173, - 3.48, - 191, - 2.281, - 247, - 1.636, - 282, - 4.733, - 366, - 4.072, - 381, - 4.035, - 395, - 3.559, - 400, - 4.463, - 466, - 3.48, - 481, - 3.38, - 521, - 3.532, - 580, - 4.367, - 622, - 5.935, - 654, - 3.587, - 655, - 3.962, - 678, - 4.675, - 754, - 3.859, - 1719, - 7.35, - 1720, - 7.35, - 1725, - 8.595, - 1758, - 4.793, - 1835, - 5.39, - 2254, - 7.73, - 3042, - 9.17, - 3510, - 6.391 + 4.552, + 79, + 1.049, + 95, + 5.321, + 149, + 4.353, + 150, + 2.895, + 169, + 1.352, + 185, + 4.271, + 216, + 4.244, + 218, + 6.447, + 219, + 7.109, + 237, + 4.187, + 297, + 6.447, + 298, + 5.742, + 328, + 5.437, + 333, + 2.57, + 374, + 5.859, + 573, + 3.41, + 574, + 4.359, + 581, + 4.899, + 601, + 3.292, + 602, + 3.675, + 2186, + 10.14, + 2399, + 6.855, + 5923, + 6.447, + 6114, + 7.415 ] ], [ - "type/examples/gui/slice9", + "type/examples/gui/stencil", [ - 193, + 39, 1.26 ] ], [ - "data/examples/gui/slice9", + "data/examples/gui/stencil", [ - 0, - 1.012, 7, - 1.474, - 8, - 1.056, - 9, - 1.016, - 11, - 1.016, - 16, - 1.033, - 29, - 1.855, - 30, - 1.06, - 32, - 1.571, - 42, - 2.615, - 44, - 3.313, - 47, - 5.325, - 52, - 2.748, - 71, - 1.694, - 73, - 3.599, - 74, - 0.917, - 92, - 3.483, - 110, - 2.748, - 159, - 3.098, - 173, - 3.19, - 190, - 2.348, - 191, - 2.091, - 210, - 4.672, - 288, - 3.946, - 299, - 4.782, - 306, - 4.765, - 381, - 5.126, - 536, - 6.46, - 569, - 2.931, - 636, - 3.421, - 654, - 4.037, - 678, - 4.285, - 719, - 3.698, - 1011, - 3.768, - 1117, - 7.785, - 1216, - 4.091, - 1342, - 5.027, - 1648, - 7.085, - 1722, - 6.031, - 1785, - 5.704, - 1814, - 3.92, - 2354, - 6.934, - 2451, - 5.324, - 2466, - 5.119, - 3510, - 5.858, - 4409, - 6.229, - 6113, - 10.139, - 6114, - 8.257, - 6115, - 8.257, - 6116, - 7.551, - 6117, - 8.257, - 6118, - 8.257, - 6119, - 8.257, - 6120, - 8.257 + 1.265 ] ], [ "type/examples/gui/healthbar", [ - 193, + 39, 1.26 ] ], @@ -58457,16548 +58079,16902 @@ [ 7, 1.505, - 8, - 1.375, - 9, - 0.913, - 10, - 1.438, - 11, - 0.7, - 16, - 1.046, - 30, + 12, + 3.597, + 18, 0.97, - 32, - 1.5, - 33, + 20, 1.309, - 40, - 5.112, - 47, - 4.584, - 48, - 2.741, - 52, - 2.623, - 58, + 21, 5.312, - 65, - 4.194, - 71, - 1.617, - 74, + 22, + 3.239, + 38, 0.875, - 75, - 4.429, - 80, - 3.632, - 81, - 6.166, - 83, + 39, + 2.268, + 47, + 4.412, + 57, + 1.375, + 58, + 5.112, + 59, + 1.046, + 67, + 4.935, + 70, 3.32, - 84, - 6.166, - 92, - 2.708, - 94, + 72, + 2.623, + 77, + 1.632, + 79, + 0.913, + 88, + 4.194, + 95, + 4.584, + 96, 3.406, - 125, - 3.984, - 137, - 1.724, - 149, - 3.067, - 151, - 1.445, - 152, - 2.146, - 159, - 3.696, - 160, + 97, + 2.848, + 99, + 0.7, + 106, 1.412, - 161, + 107, + 1.5, + 110, + 3.114, + 122, + 3.067, + 126, 1.564, - 172, - 2.181, - 193, - 2.268, - 210, - 3.632, - 225, - 4.565, + 132, + 2.708, + 133, + 4.306, + 145, + 4.886, + 148, + 1.617, + 169, + 1.724, + 194, + 1.438, + 196, + 3.406, + 198, + 2.146, + 226, + 2.741, 229, + 1.445, + 237, + 3.632, + 295, + 3.632, + 302, + 6.989, + 306, 4.333, - 324, + 307, + 4.565, + 357, 5.312, - 369, - 3.406, - 381, - 4.412, - 406, - 4.115, - 407, - 1.632, - 514, - 2.798, - 549, + 361, + 4.429, + 365, + 6.166, + 366, + 6.166, + 370, + 5.946, + 383, 5.192, - 569, - 2.848, - 584, - 5.591, - 594, - 3.239, - 636, - 4.081, - 646, - 4.306, - 647, - 4.716, - 680, - 3.114, - 811, + 390, 3.32, - 933, + 425, 4.495, - 1011, - 3.597, - 1127, + 428, + 4.716, + 450, + 6.431, + 573, + 3.696, + 602, + 3.984, + 898, + 2.798, + 923, 3.862, - 1250, - 4.935, - 2274, - 6.989, - 2337, + 928, 6.805, - 2364, - 8.407, - 2368, + 931, + 2.181, + 1323, + 4.115, + 1341, 5.591, - 2476, - 4.886, - 2552, + 1628, + 4.081, + 2399, 5.946, - 2654, + 2904, 6.431, - 2819, - 5.946, - 3510, + 3059, 5.591, - 3947, - 6.431, - 4293, + 3142, 7.207, - 4448, + 3366, + 5.591, + 4180, 5.946, - 6121, + 5161, + 8.407, + 6115, 7.882, - 6122, + 6116, 7.882, - 6123, + 6117, 7.882, - 6124, + 6118, 7.882, - 6125, + 6119, 7.882, - 6126, + 6120, 7.882 ] ], [ - "type/examples/gui/button", + "type/examples/movement/look_at", [ - 193, + 39, 1.26 ] ], [ - "data/examples/gui/button", + "data/examples/movement/look_at", [ 7, - 1.336, - 9, - 0.904, - 10, - 1.633, + 1.274, 11, - 0.795, - 16, - 0.808, - 26, - 2.399, - 30, - 1.127, - 32, - 1.703, + 2.998, + 18, + 1.134, + 20, + 1.349, + 36, + 1.65, + 38, + 1.22, 39, - 4.49, - 47, - 4.953, - 52, - 3.782, + 2.143, + 46, + 1.448, + 57, + 1.058, + 59, + 0.916, + 67, + 4.145, + 69, + 3.888, 74, - 1.182, - 86, - 1.277, - 137, - 1.332, - 150, - 5.641, - 172, - 2.477, - 210, - 4.124, - 263, - 2.504, - 288, - 3.483, - 343, - 2.545, - 369, - 2.837, - 381, - 5.089, - 525, - 3.334, - 569, - 2.588, - 758, - 3.867, - 801, - 5.267, - 1814, - 4.249, - 2542, - 4.958, - 2549, - 5.355, - 6127, - 10.645, - 6128, - 8.95 + 5.228, + 79, + 0.703, + 90, + 1.972, + 99, + 1.076, + 100, + 1.905, + 102, + 2.127, + 107, + 1.574, + 121, + 2.736, + 165, + 2.366, + 194, + 1.852, + 250, + 3.922, + 251, + 3.812, + 280, + 3.244, + 306, + 4.465, + 307, + 4.792, + 316, + 6.415, + 359, + 3.706, + 368, + 3.123, + 371, + 4.347, + 459, + 3.85, + 522, + 4.099, + 675, + 3.173, + 785, + 6.264, + 898, + 2.937, + 931, + 2.809, + 948, + 3.269, + 1000, + 5.869, + 1007, + 2.899, + 1077, + 7.566, + 1188, + 4.054, + 1193, + 4.95, + 1223, + 5.577, + 1463, + 6.686, + 1681, + 3.544, + 1902, + 5.451, + 2217, + 5.037, + 3400, + 6.043, + 3809, + 5.577, + 3988, + 5.577, + 4832, + 5.577, + 6121, + 7.566, + 6122, + 7.566 ] ], [ - "type/examples/gui/stencil", + "type/examples/movement/move_forward", [ - 193, + 39, 1.26 ] ], [ - "data/examples/gui/stencil", + "data/examples/movement/move_forward", + [] + ], + [ + "type/examples/movement/move_to", + [ + 39, + 1.26 + ] + ], + [ + "data/examples/movement/move_to", [ 7, 1.265 ] ], [ - "type/examples/gui/pointer_over", + "type/examples/movement/look_rotation", [ - 193, + 39, 1.26 ] ], [ - "data/examples/gui/pointer_over", + "data/examples/movement/look_rotation", [ 7, - 1.336, - 9, - 0.904, + 1.317, 10, - 1.633, - 11, - 0.795, - 16, - 0.808, - 26, - 2.399, - 30, - 1.127, - 32, - 1.703, + 1.618, + 18, + 1.12, + 20, + 1.267, + 36, + 1.493, + 38, + 0.831, 39, - 4.49, - 47, - 4.953, - 52, - 3.782, + 2.013, + 42, + 1.359, + 46, + 1.664, + 59, + 0.947, + 60, + 2.083, + 67, + 3.75, 74, - 1.182, + 4.73, + 79, + 0.891, 86, - 1.277, - 137, - 1.332, + 2.43, + 99, + 1.013, + 100, + 2.141, + 102, + 1.924, + 105, + 3.003, + 106, + 1.708, + 107, + 1.424, + 108, + 3.085, + 113, + 1.91, + 121, + 2.475, + 148, + 1.535, + 149, + 2.849, 150, - 5.641, + 1.895, + 153, + 2.163, + 165, + 3.0, 172, - 2.477, - 210, - 4.124, - 263, - 2.504, - 288, - 3.483, - 343, - 2.545, - 369, - 2.837, - 381, - 5.089, - 525, - 3.334, - 569, - 2.588, - 758, - 3.867, - 801, - 5.267, - 1814, - 4.249, - 2542, - 4.958, - 2549, - 5.355, + 3.292, + 194, + 1.915, + 198, + 2.038, + 201, + 2.142, + 203, + 4.035, + 207, + 2.491, + 251, + 4.394, + 307, + 4.335, + 330, + 3.523, + 332, + 2.491, + 333, + 2.697, + 368, + 2.128, + 392, + 2.622, + 454, + 2.98, + 467, + 4.931, + 489, + 4.437, + 509, + 3.884, + 522, + 3.708, + 553, + 3.408, + 600, + 3.59, + 620, + 3.884, + 723, + 4.556, + 785, + 4.269, + 856, + 3.003, + 931, + 2.904, + 1093, + 4.404, + 1098, + 4.64, + 1099, + 5.045, + 1121, + 6.587, + 1133, + 3.932, + 1155, + 3.628, + 1188, + 3.667, + 1286, + 5.31, + 1296, + 2.788, + 1423, + 6.844, + 1463, + 4.556, + 1725, + 4.73, + 1804, + 3.59, + 1811, + 5.467, + 1847, + 5.467, + 2013, + 5.17, + 2156, + 4.556, + 2409, + 6.107, + 2494, + 5.855, + 2554, + 4.478, + 2630, + 5.646, + 2775, + 4.035, + 2876, + 6.587, + 4152, + 6.422, + 4430, + 5.467, + 5174, + 8.182, + 5993, + 5.855, + 6123, + 7.484, + 6124, + 7.484, + 6125, + 7.484, + 6126, + 7.484, + 6127, + 5.31, + 6128, + 7.484, 6129, - 10.645, + 6.107, 6130, - 8.95 + 6.107 ] ], [ - "type/examples/gui/drag", + "type/examples/movement/simple_move", [ - 193, + 39, 1.26 ] ], [ - "data/examples/gui/drag", + "data/examples/movement/simple_move", [ 7, - 1.128, - 8, - 1.365, - 9, - 1.0, - 11, - 0.948, - 13, - 2.973, - 16, - 0.811, - 21, - 1.835, - 30, - 1.063, - 32, - 1.71, - 33, - 1.419, - 40, - 4.665, - 47, - 4.183, - 51, - 1.687, - 71, - 1.844, - 110, - 2.992, - 150, - 4.312, - 160, - 1.61, - 161, - 1.784, - 193, - 2.253, - 210, - 5.426, - 273, - 3.498, - 343, - 2.556, - 381, - 4.026, - 407, - 2.21, - 432, - 4.357, - 860, - 3.447, - 1145, - 4.312, - 1250, - 4.503, - 1614, - 6.209, - 1951, - 5.127, - 1961, - 6.377, - 2053, - 6.781, - 2068, - 5.796, - 2178, - 6.377, - 2786, - 5.206, - 3170, - 7.032, - 4563, - 8.22 + 1.265 ] ], [ - "type/examples/gui/get_set_material", + "type/examples/movement/movement_speed", [ - 193, + 39, 1.26 ] ], [ - "data/examples/gui/get_set_material", + "data/examples/movement/movement_speed", [] ], [ - "type/examples/gui/get_set_font", + "type/examples/movement/follow", [ - 193, + 39, 1.26 ] ], [ - "data/examples/gui/get_set_font", - [] + "data/examples/movement/follow", + [ + 7, + 1.265 + ] ], [ - "type/examples/gui/get_set_texture", + "type/examples/basics/parent_child", [ - 193, + 39, 1.26 ] ], [ - "data/examples/gui/get_set_texture", - [] + "data/examples/basics/parent_child", + [ + 7, + 1.126, + 18, + 1.112, + 20, + 1.192, + 46, + 1.679, + 49, + 3.686, + 59, + 0.962, + 70, + 3.778, + 79, + 0.906, + 90, + 2.138, + 105, + 3.599, + 106, + 1.607, + 107, + 1.707, + 126, + 1.78, + 133, + 5.824, + 149, + 3.414, + 153, + 2.035, + 194, + 1.945, + 201, + 2.015, + 207, + 2.985, + 268, + 1.831, + 387, + 3.163, + 428, + 6.377, + 521, + 3.122, + 535, + 6.551, + 536, + 5.909, + 553, + 3.206, + 636, + 3.439, + 931, + 2.482, + 1007, + 3.142, + 1321, + 7.696, + 1323, + 3.746, + 1382, + 4.969, + 1599, + 5.668, + 1628, + 4.416, + 4445, + 7.319, + 6131, + 8.969 + ] ], [ - "type/examples/gui/color", + "type/examples/basics/message_passing", [ - 193, + 39, 1.26 ] ], [ - "data/examples/gui/color", + "data/examples/basics/message_passing", [ 7, - 1.495, - 8, - 1.394, - 11, - 0.827, - 13, - 3.08, - 16, - 0.84, - 30, - 1.075, - 33, - 1.237, - 40, - 5.995, - 68, - 2.113, - 72, - 3.679, - 93, - 4.332, - 174, - 8.525, - 178, - 5.571, - 191, - 2.357, - 193, - 1.965, - 381, - 4.17, - 646, - 5.087, - 705, - 7.024, - 845, - 6.519, - 1250, - 4.665, - 2130, - 6.801, - 5053, - 7.989, - 5300, - 7.989, - 5558, - 7.597 + 1.265 ] ], [ - "type/examples/gui/progress", + "type/examples/basics/z_order", [ - 193, + 39, 1.26 ] ], [ - "data/examples/gui/progress", + "data/examples/basics/z_order", [ 7, - 1.14, - 8, - 1.163, + 1.169, 9, - 1.049, - 16, - 0.82, - 30, - 0.82, - 39, - 4.244, - 47, - 5.321, - 121, - 2.57, - 123, - 3.292, - 125, - 3.675, - 137, - 1.352, - 159, - 3.41, - 171, - 5.437, - 191, - 2.895, - 193, - 1.918, - 210, - 4.187, - 306, - 4.271, + 3.158, + 18, + 1.043, + 20, + 1.583, + 79, + 0.791, + 90, + 2.219, + 107, + 1.772, + 194, + 2.108, + 250, + 4.209, + 330, + 2.969, + 333, + 2.633, 347, - 4.359, - 382, - 6.447, - 827, - 4.353, - 1117, - 6.447, - 1250, - 4.552, - 1275, - 4.899, - 2354, - 5.742, - 2506, - 5.859, - 2552, - 6.855, - 3216, - 7.109, - 5385, - 6.447, - 5665, - 10.14, - 6131, - 7.415 + 6.004, + 368, + 3.099, + 509, + 5.655, + 534, + 4.376, + 561, + 2.951, + 931, + 3.197, + 979, + 4.926, + 1908, + 4.926, + 6132, + 9.964 ] ], [ - "type/examples/timer/repeating_timer", + "type/examples/file/sys_save_load", [ - 193, + 39, 1.26 ] ], [ - "data/examples/timer/repeating_timer", + "data/examples/file/sys_save_load", [ 7, - 1.126, + 1.364, 8, - 1.148, - 9, - 1.021, - 11, - 0.946, - 13, - 2.967, - 16, - 0.809, - 29, - 2.015, - 30, - 0.962, + 2.593, + 18, + 0.981, + 20, + 1.232, 39, - 4.212, - 47, - 4.96, - 86, - 1.28, - 121, - 2.537, - 123, + 1.957, + 59, + 1.041, + 79, + 1.01, + 99, + 0.823, + 108, + 2.725, + 150, + 2.347, + 160, + 2.74, + 169, + 1.379, + 172, + 4.077, + 211, + 4.152, + 263, 3.25, - 137, - 1.334, - 191, - 2.699, - 193, - 1.893, - 247, - 1.629, - 314, - 5.784, - 382, - 6.363, - 710, - 3.862, - 827, - 4.057, - 860, - 3.439, - 1107, - 4.348, - 1250, - 4.494, - 1465, - 4.545, - 1516, - 3.734, - 1797, - 5.367, - 2225, - 5.278, - 3171, - 5.367, - 3216, - 7.017, - 3532, - 7.785, - 5385, - 6.363, - 6131, - 8.697, - 6132, - 7.562, + 269, + 2.103, + 918, + 4.446, + 1253, + 5.209, + 1295, + 3.478, + 1871, + 4.493, + 1908, + 4.19, + 2182, + 4.753, + 2514, + 5.064, + 3021, + 5.747, + 3366, + 6.576, + 4844, + 7.954, + 4845, + 7.954, + 4849, + 6.992, 6133, - 8.202, - 6134, - 8.969, - 6135, - 7.696 + 9.269 ] ], [ - "type/examples/timer/cancel_timer", + "type/examples/debug/physics", [ - 193, + 39, 1.26 ] ], [ - "data/examples/timer/cancel_timer", + "data/examples/debug/physics", [ 7, - 1.111, - 9, - 0.899, - 11, - 0.939, - 13, - 2.929, - 16, - 0.955, - 22, - 2.009, - 29, - 1.99, - 30, - 1.058, - 33, - 1.406, - 39, - 3.499, - 47, - 4.922, - 71, - 1.817, - 86, - 1.263, - 121, - 2.504, - 123, - 3.208, - 137, - 1.317, - 160, - 1.586, - 161, - 1.758, - 193, - 1.869, - 247, - 1.608, - 300, - 1.896, - 375, - 5.05, - 376, - 5.968, - 381, - 3.966, - 432, - 4.292, - 526, - 5.833, - 595, - 3.208, - 678, - 4.595, - 710, - 3.208, - 860, - 3.395, - 976, - 6.968, - 1107, - 4.292, - 1113, - 6.928, - 1163, - 6.928, - 1250, - 4.436, - 1465, - 5.36, - 1785, - 6.117, - 2491, - 6.928, - 3815, - 6.282, - 3939, - 7.979, - 6131, - 7.225, - 6132, - 7.504, + 1.198, + 10, + 2.39, + 18, + 1.053, + 46, + 1.362, + 52, + 2.628, + 169, + 1.42, + 229, + 1.75, + 281, + 5.918, + 368, + 3.144, + 453, + 5.528, + 931, + 2.642, + 962, + 5.196, + 963, + 5.215, + 1002, + 4.729, + 2057, + 6.032, + 2871, + 5.444, + 4091, + 8.191, + 6134, + 8.729, 6135, - 9.076, - 6136, - 8.855, - 6137, - 8.855 + 8.191 ] ], [ - "type/examples/timer/trigger_timer", + "type/examples/debug/profile", [ - 193, + 39, 1.26 ] ], [ - "data/examples/timer/trigger_timer", + "data/examples/debug/profile", [ 7, - 1.114, - 8, - 1.355, - 9, - 0.962, - 11, - 0.94, - 13, - 2.935, - 16, - 0.956, - 29, - 1.994, - 30, - 1.081, - 32, - 1.689, - 39, - 4.473, - 47, - 4.928, - 53, - 5.722, - 86, - 1.266, - 121, - 2.51, - 123, - 3.215, - 137, - 1.32, - 191, - 2.247, - 193, - 1.873, - 247, - 1.612, - 432, - 4.302, - 523, - 4.129, - 533, - 5.709, - 568, - 3.646, - 595, - 3.215, - 710, - 3.215, - 734, - 8.642, - 827, - 3.378, - 860, - 3.403, - 1107, - 4.302, - 1163, - 6.942, - 1250, - 4.446, - 1465, - 5.367, - 1988, - 5.981, - 3532, - 7.736, - 5531, - 8.114, - 6131, - 7.241, - 6132, - 8.032, - 6135, - 9.088 - ] - ], - [ - "type/examples/file/sys_save_load", - [ - 193, - 1.26 - ] - ], - [ - "data/examples/file/sys_save_load", - [ - 7, - 1.364, - 9, - 1.01, - 11, - 0.823, - 16, - 1.041, - 30, - 0.981, - 33, - 1.232, - 68, - 2.103, - 102, - 2.74, - 135, - 3.478, - 137, - 1.379, - 147, - 4.077, - 186, - 3.25, - 191, - 2.347, - 193, - 1.957, - 256, - 2.725, - 263, - 2.593, - 264, - 4.19, - 416, - 4.493, - 660, - 5.064, - 670, - 4.753, - 702, - 4.446, - 1222, - 4.152, - 1664, - 7.954, - 1666, - 7.954, - 1679, - 6.992, - 2172, - 5.209, - 2368, - 6.576, - 3477, - 5.747, - 6138, - 9.269 - ] - ], - [ - "type/examples/animation/easing", - [ - 193, - 1.26 - ] - ], - [ - "data/examples/animation/easing", - [ - 7, - 1.218, - 30, - 0.876, - 50, - 4.229, - 51, - 1.82, - 86, - 1.592, - 91, - 3.72, - 159, - 3.64, - 193, - 2.048, - 247, - 1.762, - 316, - 2.918, - 317, - 3.64, - 335, - 5.162, - 384, - 4.121, - 517, - 7.319, - 583, - 3.491, - 3012, - 8.325 + 1.399, + 18, + 0.874, + 20, + 1.286, + 38, + 1.238, + 46, + 1.381, + 62, + 3.201, + 629, + 3.53, + 715, + 5.085, + 773, + 3.507, + 903, + 5.218, + 1184, + 6.117, + 1858, + 6.377, + 2217, + 5.893, + 4164, + 8.851 ] ], [ - "type/examples/animation/cursor", + "type/examples/particles/confetti", [ - 193, + 39, 1.26 ] ], [ - "data/examples/animation/cursor", + "data/examples/particles/confetti", [ 7, - 1.348, - 9, - 0.913, + 1.27, 10, - 1.96, + 1.499, 11, - 0.807, - 16, - 1.032, - 30, - 1.123, + 2.513, + 18, + 1.109, + 20, + 1.345, + 36, + 2.018, + 38, + 1.008, + 39, + 1.464, + 46, + 1.443, 52, - 3.024, - 137, - 1.352, - 151, - 1.666, - 160, - 1.628, + 2.499, + 57, + 1.425, + 59, + 0.626, + 60, + 1.93, + 75, + 3.05, + 79, + 0.947, + 86, + 2.252, + 90, + 1.653, + 92, + 3.642, + 97, + 2.005, + 99, + 1.061, + 100, + 1.301, + 102, + 1.783, + 103, + 1.597, + 106, + 1.242, + 107, + 1.925, + 108, + 2.039, + 113, + 1.39, + 124, + 3.023, + 131, + 5.232, + 132, + 2.383, + 142, + 2.062, + 144, + 3.644, + 169, + 1.351, 172, - 2.973, - 186, - 3.212, - 193, - 1.918, - 310, - 4.552, - 312, - 4.187, - 363, - 4.108, - 369, - 2.88, - 440, - 4.453, - 503, - 6.125, - 569, - 2.627, - 801, - 6.321, - 858, - 2.88, - 860, - 3.484, - 982, - 8.103, - 1250, - 4.552, - 3516, - 6.447, - 4130, - 5.986, - 5665, - 7.797, - 5733, - 7.797, + 3.05, + 182, + 3.69, + 194, + 1.266, + 202, + 2.266, + 226, + 1.93, + 229, + 1.855, + 232, + 6.666, + 234, + 3.955, + 240, + 2.581, + 251, + 3.196, + 260, + 2.337, + 306, + 3.05, + 320, + 5.431, + 344, + 4.222, + 368, + 1.972, + 387, + 2.446, + 452, + 2.016, + 454, + 2.761, + 457, + 3.593, + 473, + 3.05, + 522, + 3.436, + 523, + 3.599, + 573, + 2.602, + 600, + 3.327, + 602, + 2.805, + 605, + 3.955, + 743, + 5.066, + 785, + 3.955, + 859, + 3.474, + 897, + 4.472, + 903, + 3.739, + 917, + 3.135, + 935, + 3.436, + 990, + 7.672, + 992, + 6.63, + 1016, + 4.383, + 1105, + 4.569, + 1107, + 3.436, + 1108, + 5.659, + 1110, + 5.659, + 1121, + 4.791, + 1139, + 5.686, + 1146, + 2.997, + 1150, + 3.897, + 1172, + 3.515, + 1180, + 3.789, + 1181, + 5.951, + 1214, + 4.92, + 1217, + 5.232, + 1219, + 5.526, + 1220, + 4.3, + 1221, + 3.436, + 1225, + 7.179, + 1226, + 5.177, + 1234, + 5.659, + 1332, + 2.805, + 1463, + 4.222, + 1557, + 4.149, + 1584, + 3.897, + 1629, + 3.106, + 1650, + 4.149, + 1857, + 5.232, + 1931, + 3.739, + 2070, + 4.383, + 2213, + 5.951, + 2262, + 5.426, + 2390, + 4.791, + 2568, + 4.383, + 2697, + 5.426, + 2775, + 3.739, + 2871, + 3.955, + 3856, + 5.426, + 3924, + 5.066, + 4464, + 4.92, + 4487, + 5.951, + 4541, + 7.789, + 5174, + 5.951, + 5425, + 4.472, + 5912, + 6.342, + 6043, + 5.066, + 6136, + 9.077, + 6137, + 6.342, + 6138, + 6.935, 6139, - 7.797 - ] - ], - [ - "type/examples/animation/spine", - [ - 193, - 1.26 - ] - ], - [ - "data/examples/animation/spine", - [ - 7, - 1.265 - ] - ], - [ - "type/examples/animation/euler_rotation", - [ - 193, - 1.26 - ] - ], - [ - "data/examples/animation/euler_rotation", - [] - ], - [ - "type/examples/animation/chained_tween", - [ - 193, - 1.26 - ] - ], - [ - "data/examples/animation/chained_tween", - [ - 7, - 1.265 + 6.935, + 6140, + 5.659, + 6141, + 6.935, + 6142, + 6.935, + 6143, + 7.407, + 6144, + 4.92 ] ], [ - "type/examples/animation/flipbook", + "type/examples/particles/modifiers", [ - 193, + 39, 1.26 ] ], [ - "data/examples/animation/flipbook", + "data/examples/particles/modifiers", [ 7, - 1.395, - 9, - 0.818, + 1.447, 10, - 1.758, - 30, - 1.003, - 33, - 1.28, - 42, - 2.296, - 86, - 1.586, - 160, - 1.726, - 172, - 2.666, - 299, - 5.58, - 300, - 2.063, - 310, - 4.827, - 315, - 7.037, - 363, - 4.355, - 369, - 3.054, + 1.825, + 11, + 3.059, + 18, + 1.123, + 20, + 1.122, + 46, + 1.204, + 57, + 1.08, + 59, + 0.928, + 77, + 1.748, + 79, + 0.873, + 99, + 1.024, + 107, + 1.606, + 122, + 2.628, + 169, + 1.256, + 182, + 4.492, + 196, + 2.919, + 199, + 3.616, + 201, + 1.897, + 234, + 4.814, + 237, + 3.89, + 280, + 3.31, + 343, + 5.233, + 375, + 6.604, 441, - 3.353, - 860, - 3.694 - ] - ], - [ - "type/examples/animation/spinner", - [ - 193, - 1.26 - ] - ], - [ - "data/examples/animation/spinner", - [ - 7, - 1.265 + 4.229, + 457, + 2.997, + 460, + 6.166, + 521, + 2.938, + 555, + 2.644, + 574, + 4.049, + 629, + 2.539, + 674, + 4.229, + 692, + 3.856, + 894, + 3.335, + 923, + 4.136, + 948, + 3.335, + 990, + 7.3, + 992, + 7.506, + 1110, + 6.888, + 1111, + 7.719, + 1117, + 10.132, + 1121, + 7.099, + 1226, + 6.319, + 1233, + 7.719, + 1234, + 6.888, + 1242, + 10.132, + 1244, + 6.888, + 1460, + 4.744, + 1872, + 5.139, + 2871, + 4.814, + 4405, + 7.243, + 5139, + 7.243, + 5483, + 7.719, + 6145, + 8.441 ] ], [ - "type/examples/animation/basic_tween", + "type/examples/particles/particlefx", [ - 193, + 39, 1.26 ] ], [ - "data/examples/animation/basic_tween", + "data/examples/particles/particlefx", [ 7, 1.265 ] ], [ - "type/examples/physics/pendulum", + "type/examples/particles/fireworks", [ - 193, + 39, 1.26 ] ], [ - "data/examples/physics/pendulum", + "data/examples/particles/fireworks", [ 7, - 1.412, - 8, - 1.39, + 1.026, 9, - 1.021, + 2.773, 10, - 1.874, + 2.179, 11, - 1.09, - 16, - 0.645, - 23, - 2.002, - 30, - 1.144, - 33, - 1.495, - 37, - 3.173, - 42, - 2.588, - 50, - 3.117, - 52, - 3.418, - 58, - 6.241, - 70, - 1.607, - 127, - 2.986, - 137, - 1.528, - 160, - 1.281, - 163, - 4.826, - 164, - 3.906, - 166, - 3.244, - 168, - 5.362, + 2.962, + 12, + 3.731, + 18, + 1.029, + 20, + 1.339, + 36, + 2.01, + 38, + 1.119, + 39, + 1.726, + 46, + 1.558, + 57, + 1.046, + 59, + 0.91, + 60, + 2.275, + 79, + 0.928, + 97, + 2.364, + 99, + 0.726, + 100, + 1.891, + 103, + 1.882, + 106, + 1.464, + 107, + 1.556, + 108, + 2.404, + 110, + 3.23, + 113, + 1.638, + 126, + 1.623, + 169, + 1.499, 172, - 2.842, - 175, - 3.145, - 179, - 4.587, - 181, - 2.892, - 195, - 4.991, - 198, - 3.355, - 210, - 4.732, - 256, - 2.102, - 288, - 4.227, - 300, - 1.531, - 343, - 2.033, - 346, - 2.783, - 362, - 2.825, - 363, - 4.91, - 365, + 3.596, + 182, 5.362, - 369, - 3.718, - 407, - 1.481, - 417, - 3.466, - 569, - 2.067, - 632, - 4.353, - 677, - 3.503, - 754, - 4.399, - 759, - 2.522, - 801, - 4.207, - 958, - 3.295, - 1095, - 5.54, - 1216, - 3.542, - 1239, - 3.55, - 1348, - 3.804, - 1369, - 3.43, - 1814, - 4.396, - 2265, - 4.078, - 2268, - 4.61, - 2389, - 4.939, - 2463, - 4.518, - 2671, - 4.018, - 3037, - 7.555, - 3181, - 5.834, - 3729, - 5.394, - 4437, - 5.222, - 5515, - 6.135, - 5530, - 5.594, - 5877, - 6.985, - 6140, - 5.834, - 6141, - 7.244, - 6142, - 6.538, + 229, + 1.499, + 232, + 6.639, + 234, + 6.231, + 240, + 2.325, + 359, + 3.662, + 471, + 2.192, + 523, + 4.243, + 556, + 3.36, + 573, + 3.068, + 581, + 4.407, + 590, + 4.175, + 600, + 3.922, + 602, + 3.307, + 765, + 2.864, + 785, + 4.663, + 859, + 4.096, + 880, + 3.963, + 897, + 5.272, + 913, + 5.167, + 935, + 4.05, + 990, + 6.639, + 993, + 4.594, + 1093, + 4.811, + 1107, + 4.05, + 1108, + 6.671, + 1150, + 4.594, + 1221, + 4.05, + 1226, + 4.663, + 1655, + 4.296, + 2184, + 6.168, + 2317, + 5.972, + 2390, + 5.648, + 3311, + 5.167, + 3924, + 5.972, + 4464, + 5.8, + 4487, + 7.016, + 6137, + 7.476, 6143, - 7.15, + 8.223, 6144, - 6.135, - 6145, - 6.538, + 5.8, 6146, - 7.15, + 9.99, 6147, - 6.538, + 8.176, 6148, - 7.15 + 8.176, + 6149, + 7.476, + 6150, + 8.176, + 6151, + 7.476, + 6152, + 5.972 ] ], [ - "type/examples/physics/raycast", + "type/examples/particles/fire_and_smoke", [ - 193, + 39, 1.26 ] ], [ - "data/examples/physics/raycast", + "data/examples/particles/fire_and_smoke", [ 7, - 1.412, - 8, - 1.439, - 9, - 1.014, - 10, - 1.916, + 1.554, 11, - 0.932, - 30, - 1.106, - 37, - 3.88, - 42, - 2.084, + 3.344, + 18, + 0.9, + 20, + 1.392, + 38, + 1.278, + 46, + 0.826, 52, - 3.494, - 137, - 1.674, - 141, - 1.752, - 159, - 3.281, - 160, - 1.566, - 163, - 4.109, - 166, - 3.063, - 172, - 2.905, - 288, - 4.085, - 360, - 6.84, - 363, - 4.746, - 369, - 3.566, - 466, - 4.055, - 569, - 2.528, - 710, - 3.168, - 1095, - 6.281, - 1216, - 4.331, - 1814, - 4.151, - 1920, - 4.913, - 2134, - 7.995, - 2463, - 5.525, - 3560, - 6.203, - 6141, - 9.129, - 6149, - 9.653, - 6150, - 8.743 + 1.593, + 57, + 1.275, + 59, + 0.945, + 75, + 3.533, + 77, + 1.664, + 79, + 0.944, + 86, + 2.609, + 92, + 4.203, + 99, + 0.93, + 107, + 1.756, + 113, + 1.997, + 122, + 1.802, + 124, + 3.502, + 131, + 6.06, + 132, + 3.724, + 144, + 4.221, + 169, + 1.483, + 182, + 3.079, + 202, + 2.625, + 215, + 4.025, + 232, + 3.812, + 234, + 5.263, + 240, + 2.978, + 244, + 2.235, + 250, + 3.103, + 251, + 4.594, + 303, + 6.06, + 306, + 4.385, + 320, + 6.486, + 330, + 2.942, + 344, + 4.891, + 368, + 2.624, + 371, + 4.848, + 407, + 3.657, + 457, + 2.852, + 466, + 6.555, + 496, + 2.693, + 507, + 4.365, + 509, + 4.169, + 522, + 2.867, + 523, + 4.169, + 555, + 2.516, + 580, + 3.657, + 590, + 3.328, + 601, + 2.097, + 603, + 2.417, + 604, + 2.933, + 620, + 3.003, + 691, + 2.458, + 692, + 2.171, + 765, + 2.027, + 897, + 3.732, + 935, + 2.867, + 942, + 4.365, + 979, + 3.632, + 992, + 8.279, + 1016, + 3.657, + 1107, + 2.867, + 1108, + 7.53, + 1110, + 7.53, + 1139, + 6.369, + 1161, + 4.722, + 1172, + 4.071, + 1175, + 8.135, + 1176, + 3.901, + 1203, + 6.894, + 1217, + 6.06, + 1219, + 4.891, + 1220, + 4.981, + 1224, + 2.776, + 1225, + 8.041, + 1226, + 4.582, + 1234, + 6.555, + 1238, + 7.346, + 1244, + 8.135, + 1257, + 3.588, + 1258, + 3.812, + 1428, + 4.389, + 1441, + 5.868, + 1485, + 5.293, + 1672, + 5.646, + 1791, + 6.894, + 1793, + 5.18, + 1882, + 2.568, + 1949, + 6.06, + 2070, + 7.163, + 2180, + 3.812, + 2190, + 3.352, + 2317, + 5.868, + 2821, + 6.74, + 2879, + 4.722, + 2954, + 5.415, + 3781, + 4.966, + 3850, + 4.365, + 4552, + 8.194, + 4585, + 8.845, + 5535, + 4.722, + 6043, + 5.868, + 6140, + 8.135, + 6153, + 5.787, + 6154, + 8.034, + 6155, + 8.034, + 6156, + 8.034, + 6157, + 5.292, + 6158, + 6.06, + 6159, + 5.292, + 6160, + 5.787, + 6161, + 8.034, + 6162, + 4.966, + 6163, + 5.787 ] ], [ - "type/examples/physics/kinematic", + "type/examples/sprite/tint", [ - 193, + 39, 1.26 ] ], [ - "data/examples/physics/kinematic", + "data/examples/sprite/tint", [ 7, - 1.38, - 8, - 1.335, - 9, - 1.017, - 10, - 1.904, - 11, - 1.089, - 16, - 0.667, - 23, - 2.045, - 30, - 1.139, - 33, - 1.511, + 1.298, + 18, + 1.1, + 20, + 1.479, + 39, + 1.8, 42, - 2.709, - 50, - 3.222, - 52, - 3.472, - 67, - 2.59, - 119, - 2.357, - 127, - 3.087, - 137, - 1.407, - 160, - 1.324, - 163, - 4.903, - 164, - 4.038, - 166, - 2.59, - 168, - 5.478, - 172, - 3.044, - 175, - 3.251, - 179, - 3.662, - 181, - 2.989, - 195, - 5.099, - 198, - 3.408, - 210, - 4.807, - 256, - 2.173, - 288, - 4.28, - 343, - 2.102, - 346, - 2.877, - 362, - 3.737, - 363, - 4.972, - 365, - 4.281, - 369, - 3.685, - 417, - 3.583, - 569, - 2.137, - 632, - 4.5, - 677, - 3.622, - 754, - 4.469, - 844, - 4.766, - 958, - 3.406, - 1095, - 6.801, - 1216, - 3.662, - 1239, - 2.834, - 1275, - 3.984, - 1348, - 3.933, - 1613, - 5.576, - 1814, - 4.491, - 1875, - 5.783, - 1893, - 5.576, - 1952, - 6.342, - 2463, - 4.671, - 2671, - 4.154, - 3170, - 5.783, - 3349, - 5.244, - 3729, - 5.576, - 4437, - 5.399, - 5877, - 7.136, - 6140, - 6.031, - 6141, - 8.604, - 6151, - 6.759 + 1.549, + 46, + 1.691, + 57, + 1.091, + 59, + 0.77, + 79, + 1.007, + 97, + 2.466, + 99, + 0.988, + 101, + 4.134, + 102, + 2.193, + 106, + 1.527, + 107, + 1.968, + 113, + 1.709, + 122, + 2.655, + 139, + 4.939, + 177, + 2.609, + 185, + 4.008, + 212, + 4.812, + 229, + 1.563, + 263, + 2.55, + 269, + 1.935, + 286, + 5.891, + 289, + 6.187, + 556, + 4.249, + 573, + 3.2, + 675, + 3.27, + 689, + 3.82, + 775, + 4.724, + 857, + 4.864, + 921, + 5.499, + 979, + 4.675, + 981, + 5.192, + 1079, + 4.134, + 1228, + 7.332, + 1693, + 5.748, + 1862, + 6.959, + 1879, + 4.322, + 1925, + 6.959, + 2232, + 7.318, + 2383, + 6.411, + 2633, + 4.373, + 2657, + 4.792, + 2815, + 7.798, + 3638, + 6.433, + 4499, + 7.798, + 6164, + 8.528 ] ], [ - "type/examples/physics/knockback", + "type/examples/sprite/flip", [ - 193, + 39, 1.26 ] ], [ - "data/examples/physics/knockback", + "data/examples/sprite/flip", [ 7, - 1.384, - 8, - 1.216, - 9, - 1.054, - 10, - 1.734, - 11, - 1.051, - 13, - 3.143, - 16, - 0.672, - 30, - 1.114, - 32, - 1.808, - 33, - 1.391, - 42, - 2.265, - 48, - 2.071, - 51, - 1.397, - 52, - 3.484, - 70, - 1.673, - 74, - 1.162, - 137, - 1.641, - 151, - 1.365, - 160, - 1.333, - 163, - 4.466, - 166, - 3.329, - 168, - 5.503, - 172, - 2.63, - 190, - 2.702, - 191, - 1.885, - 193, - 2.006, - 195, - 5.122, - 198, - 3.104, - 206, - 6.564, - 237, - 1.714, - 288, - 4.434, - 343, - 2.702, - 363, - 4.732, - 369, - 3.692, - 378, - 4.532, - 554, - 2.462, - 569, - 2.747, - 637, - 5.685, - 638, - 5.785, - 643, - 4.8, - 651, - 6.94, - 858, - 3.317, - 1072, - 3.499, - 1207, - 4.615, - 1216, - 3.688, - 1235, - 6.388, - 1250, - 3.729, - 1253, - 3.961, - 1275, - 4.013, - 1814, - 3.534, - 1887, - 4.532, - 1914, - 8.321, - 1923, - 7.645, - 1967, - 4.124, - 2046, - 5.882, - 2996, - 4.296, - 3336, - 5.437, - 3349, - 6.741, - 3771, - 6.388, - 4064, - 7.434, - 6152, - 7.444, - 6153, - 8.154 + 1.547, + 18, + 0.778, + 38, + 1.156, + 57, + 1.102, + 59, + 0.939, + 72, + 2.868, + 79, + 1.01, + 86, + 2.798, + 90, + 2.48, + 97, + 3.232, + 99, + 0.924, + 125, + 2.621, + 126, + 1.71, + 169, + 1.282, + 194, + 2.169, + 211, + 3.859, + 213, + 5.556, + 215, + 5.213, + 216, + 4.111, + 256, + 1.936, + 268, + 1.759, + 333, + 2.437, + 358, + 3.97, + 534, + 4.049, + 601, + 4.051, + 675, + 3.304, + 931, + 2.88, + 979, + 5.054, + 1007, + 3.019, + 1107, + 4.269, + 1406, + 3.932, + 1589, + 7.014, + 1724, + 4.091, + 1908, + 3.895, + 3059, + 6.113, + 5619, + 8.929, + 6165, + 7.393, + 6166, + 9.593, + 6167, + 8.616 ] ], [ - "type/examples/physics/trigger", + "type/examples/sprite/bunnymark", [ - 193, + 39, 1.26 ] ], [ - "data/examples/physics/trigger", + "data/examples/sprite/bunnymark", [ 7, - 1.387, - 8, - 1.073, - 9, - 1.02, - 10, - 1.531, - 11, - 1.048, - 16, - 0.757, - 30, - 1.122, - 32, - 1.597, - 33, - 1.469, - 42, - 2.44, - 52, - 3.408, - 137, - 1.523, - 160, - 1.503, - 163, - 4.812, - 166, - 2.94, - 168, - 4.859, - 172, - 2.834, - 179, - 4.157, - 195, - 5.52, - 198, - 3.345, - 206, - 5.796, - 210, - 3.866, - 237, - 1.932, - 288, - 3.985, - 343, - 2.386, - 362, - 4.046, - 363, - 4.629, - 369, - 3.647, - 466, - 3.241, - 533, - 6.203, - 569, - 2.426, - 677, - 4.111, - 710, - 3.04, - 754, - 4.386, - 1216, - 4.157, - 1573, - 4.111, - 1814, - 3.983, - 2085, - 6.846, - 6109, - 10.105, - 6139, - 7.199, - 6144, - 7.199, - 6154, - 7.672, - 6155, - 8.39 + 1.391, + 18, + 0.865, + 39, + 2.024, + 59, + 0.865, + 126, + 1.903, + 148, + 1.967, + 150, + 2.428, + 169, + 1.427, + 194, + 1.75, + 241, + 2.053, + 629, + 2.884, + 647, + 5.554, + 692, + 3.598, + 997, + 7.004, + 999, + 4.419, + 1007, + 3.36, + 1403, + 4.553, + 3087, + 6.184, + 6143, + 7.825, + 6168, + 8.229, + 6169, + 9.59 ] ], [ - "type/examples/physics/dynamic", + "type/examples/sprite/size", [ - 193, + 39, 1.26 ] ], [ - "data/examples/physics/dynamic", + "data/examples/sprite/size", [ 7, - 1.425, - 8, - 1.332, - 9, - 1.003, - 10, - 1.722, + 1.364, 11, - 1.095, - 16, - 0.852, - 23, - 2.04, - 30, - 1.133, - 32, - 1.401, - 33, - 1.544, - 42, - 2.769, - 50, - 3.211, - 52, - 3.466, - 68, - 1.671, - 119, - 3.009, - 127, - 3.076, - 137, - 1.404, - 163, - 4.894, - 164, - 4.024, - 166, - 2.58, - 168, - 5.466, - 172, - 2.882, - 175, - 3.239, - 179, - 3.649, - 181, - 2.979, - 195, - 5.088, - 198, - 3.402, - 210, - 4.799, - 256, - 2.165, - 288, - 4.274, - 343, - 2.094, - 346, - 2.866, - 362, - 3.729, - 363, - 4.965, - 365, - 4.266, - 369, - 3.682, - 417, - 3.57, - 632, - 4.484, - 677, - 4.624, - 754, - 4.461, - 844, - 6.086, - 958, - 3.394, - 1095, - 6.571, - 1216, - 3.649, - 1275, - 3.97, - 1348, - 3.919, - 1613, - 5.556, - 1814, - 4.481, - 1874, - 6.01, - 1875, - 7.384, - 1893, - 7.119, - 2463, - 4.654, - 2671, - 4.139, - 3729, - 5.556, - 4437, - 5.379, - 5877, - 7.119, - 6140, - 6.01, - 6141, - 8.592, - 6151, - 6.735, - 6156, - 7.365, - 6157, - 6.735 + 3.358, + 18, + 1.094, + 39, + 1.957, + 57, + 1.186, + 59, + 0.981, + 67, + 4.644, + 72, + 3.085, + 79, + 0.923, + 96, + 2.938, + 97, + 2.68, + 99, + 0.823, + 106, + 1.66, + 107, + 1.764, + 122, + 2.886, + 132, + 3.734, + 169, + 1.379, + 194, + 1.983, + 229, + 1.699, + 561, + 2.938, + 675, + 3.554, + 801, + 4.542, + 979, + 4.19, + 1007, + 3.808, + 1273, + 5.455, + 3400, + 6.77, + 5619, + 7.954 ] ], [ - "type/examples/physics/hinge_joint", + "type/examples/collection/splash", [ - 193, + 39, 1.26 ] ], [ - "data/examples/physics/hinge_joint", + "data/examples/collection/splash", [ 7, - 1.404, - 8, - 1.431, - 9, - 1.017, - 10, - 1.857, + 1.516, 11, - 1.098, - 16, - 0.826, + 3.122, + 18, + 1.048, + 20, + 1.145, 23, - 1.977, - 30, - 1.144, - 33, - 1.486, - 37, - 3.114, - 42, - 2.665, - 50, - 3.059, - 52, - 3.387, - 70, - 1.577, - 127, - 2.931, - 137, - 1.514, - 160, - 1.257, - 163, - 4.783, - 164, - 3.834, - 166, - 3.205, - 168, - 5.297, - 172, - 2.816, - 175, - 3.086, - 179, - 3.476, - 181, - 2.838, - 195, - 4.931, - 198, - 3.325, - 210, - 4.689, - 228, - 3.233, - 256, - 2.063, - 288, - 4.197, - 300, - 1.503, - 343, - 1.995, - 346, - 2.731, - 362, - 3.614, - 363, - 4.875, - 365, - 4.064, - 369, - 3.635, - 407, - 1.453, - 417, - 3.402, - 569, - 2.029, - 632, - 4.272, - 677, - 4.482, - 754, - 4.36, - 759, - 2.475, - 801, - 4.129, - 958, - 3.233, - 1095, - 5.473, - 1216, - 3.476, - 1239, - 3.507, - 1348, - 3.734, - 1369, - 3.366, - 1814, - 4.343, - 1875, - 5.49, - 1892, - 5.898, - 1893, - 5.294, - 1953, - 6.489, - 2265, - 4.002, - 2268, - 4.525, - 2389, - 4.847, - 2463, - 4.434, - 2671, - 3.943, - 3037, - 7.464, - 3181, - 5.726, - 3319, - 5.294, - 3324, - 6.417, - 3729, - 5.294, - 4437, - 5.125, - 5517, - 5.726, - 5877, - 6.9, - 6140, - 5.726, - 6141, - 7.156, - 6142, - 6.417, - 6144, - 6.021, - 6145, - 6.417, - 6147, - 6.417, - 6158, - 7.017, - 6159, - 7.017, - 6160, - 7.017 + 4.704, + 46, + 1.229, + 47, + 3.859, + 57, + 1.331, + 58, + 4.471, + 59, + 1.048, + 72, + 3.721, + 77, + 1.784, + 79, + 0.986, + 97, + 2.491, + 100, + 1.953, + 106, + 1.864, + 169, + 1.282, + 194, + 1.572, + 216, + 3.404, + 237, + 3.97, + 353, + 3.457, + 582, + 5.246, + 681, + 5.099, + 723, + 5.246, + 751, + 3.485, + 846, + 9.515, + 856, + 3.457, + 975, + 4.133, + 1007, + 3.019, + 1107, + 4.269, + 1628, + 4.924, + 1637, + 6.71, + 1724, + 4.091, + 2082, + 6.113, + 2182, + 4.418, + 2506, + 6.451, + 3021, + 5.342, + 5223, + 7.031, + 5714, + 7.031, + 6170, + 8.616, + 6171, + 7.031, + 6172, + 7.879, + 6173, + 8.616 ] ], [ - "type/examples/movement/move_to", + "type/examples/collection/proxy", [ - 193, + 39, 1.26 ] ], [ - "data/examples/movement/move_to", + "data/examples/collection/proxy", [ 7, - 1.265 + 1.488, + 18, + 1.097, + 20, + 1.06, + 46, + 1.137, + 47, + 4.444, + 57, + 1.446, + 58, + 4.137, + 59, + 1.049, + 72, + 3.762, + 77, + 1.651, + 79, + 1.021, + 97, + 3.123, + 99, + 1.004, + 100, + 1.862, + 106, + 1.935, + 169, + 1.476, + 194, + 1.81, + 216, + 3.15, + 229, + 1.462, + 235, + 5.038, + 237, + 3.673, + 353, + 3.199, + 581, + 4.298, + 582, + 6.04, + 681, + 5.293, + 723, + 6.04, + 728, + 4.862, + 751, + 3.224, + 795, + 5.141, + 801, + 3.906, + 856, + 3.199, + 917, + 3.604, + 975, + 3.824, + 1007, + 2.793, + 1025, + 3.15, + 1107, + 3.949, + 1134, + 5.038, + 1574, + 4.853, + 1602, + 3.906, + 1621, + 4.04, + 1628, + 4.817, + 1637, + 6.398, + 1724, + 3.785, + 1936, + 5.496, + 2082, + 5.656, + 2175, + 5.252, + 2182, + 4.088, + 2506, + 6.697, + 3021, + 4.942, + 3946, + 7.29, + 5223, + 6.505, + 5714, + 6.505, + 6171, + 6.505, + 6172, + 7.29, + 6174, + 10.802, + 6175, + 7.972 ] ], [ - "type/examples/movement/move_forward", + "type/examples/collection/timestep", [ - 193, + 39, 1.26 ] ], [ - "data/examples/movement/move_forward", - [] + "data/examples/collection/timestep", + [ + 7, + 1.383, + 10, + 1.803, + 18, + 1.121, + 20, + 1.108, + 46, + 1.455, + 57, + 1.41, + 59, + 0.995, + 72, + 3.668, + 79, + 1.001, + 97, + 3.186, + 99, + 0.74, + 100, + 1.914, + 106, + 1.974, + 120, + 4.99, + 150, + 2.583, + 169, + 1.241, + 194, + 2.095, + 243, + 4.132, + 258, + 7.261, + 353, + 3.346, + 577, + 3.27, + 723, + 5.077, + 751, + 3.373, + 765, + 3.574, + 856, + 3.346, + 915, + 3.198, + 919, + 4.276, + 931, + 2.308, + 959, + 4.438, + 1007, + 3.574, + 1025, + 3.295, + 1107, + 4.132, + 1588, + 4.086, + 1602, + 4.086, + 1628, + 4.226, + 1724, + 3.959, + 2082, + 5.917, + 2182, + 4.276, + 2268, + 5.428, + 3087, + 5.378, + 3651, + 6.805, + 4722, + 7.156, + 5966, + 7.626, + 6176, + 11.022, + 6177, + 11.483 + ] ], [ - "type/examples/movement/movement_speed", + "type/examples/factory/basic", [ - 193, + 39, 1.26 ] ], [ - "data/examples/movement/movement_speed", - [] + "data/examples/factory/basic", + [ + 7, + 1.386, + 8, + 3.089, + 10, + 2.059, + 18, + 0.996, + 52, + 2.622, + 57, + 1.218, + 77, + 1.972, + 96, + 3.019, + 106, + 2.089, + 107, + 1.812, + 194, + 1.738, + 506, + 5.798, + 675, + 3.652, + 1007, + 3.337, + 2509, + 5.698, + 2524, + 6.141, + 5076, + 7.451, + 6178, + 9.524, + 6179, + 9.524, + 6180, + 8.172 + ] ], [ - "type/examples/movement/simple_move", + "type/examples/factory/bullets", [ - 193, + 39, 1.26 ] ], [ - "data/examples/movement/simple_move", + "data/examples/factory/bullets", [ 7, - 1.265 + 1.239, + 11, + 2.867, + 18, + 1.118, + 20, + 1.052, + 38, + 1.097, + 39, + 2.084, + 57, + 1.377, + 59, + 1.017, + 67, + 3.964, + 72, + 3.286, + 73, + 4.582, + 79, + 1.031, + 96, + 3.677, + 97, + 2.287, + 99, + 1.03, + 100, + 1.853, + 106, + 1.417, + 108, + 2.326, + 113, + 1.585, + 121, + 3.266, + 150, + 2.5, + 169, + 1.602, + 194, + 2.057, + 201, + 1.778, + 226, + 2.201, + 290, + 3.843, + 353, + 3.175, + 368, + 2.25, + 389, + 4.383, + 521, + 2.754, + 561, + 3.13, + 979, + 4.464, + 991, + 4.816, + 1002, + 3.919, + 1007, + 3.771, + 1107, + 3.919, + 1114, + 5.102, + 1193, + 4.734, + 1219, + 6.011, + 1257, + 4.905, + 1319, + 6.789, + 1584, + 6.049, + 1724, + 3.756, + 1814, + 3.577, + 1910, + 6.789, + 2089, + 4.446, + 2310, + 8.642, + 2316, + 7.212, + 2507, + 4.734, + 2509, + 6.441, + 2540, + 4.383, + 4264, + 6.19, + 6181, + 7.912, + 6182, + 7.912, + 6183, + 7.912, + 6184, + 6.789 ] ], [ - "type/examples/movement/look_at", + "type/examples/factory/dynamic", [ - 193, + 39, 1.26 ] ], [ - "data/examples/movement/look_at", + "data/examples/factory/dynamic", [ 7, - 1.274, - 8, - 1.058, - 9, - 0.703, + 0.984, 10, - 1.852, - 11, - 1.076, - 13, - 2.736, - 16, - 0.916, - 30, - 1.134, - 32, - 1.574, - 33, - 1.349, - 42, - 1.972, - 51, - 1.905, - 74, - 1.22, + 2.317, + 18, + 1.093, + 20, + 1.305, + 39, + 1.654, + 46, + 1.4, + 52, + 2.702, + 57, + 1.003, + 59, + 0.707, + 67, + 3.926, + 72, + 2.608, 77, - 1.65, - 86, - 1.448, + 1.623, + 79, + 1.038, + 96, + 3.741, + 97, + 2.266, 99, - 2.366, + 0.998, + 100, + 1.842, + 102, + 2.524, + 106, + 1.404, + 107, + 1.491, + 121, + 2.592, 146, - 3.269, - 162, - 2.127, - 166, - 2.899, - 172, - 2.809, - 190, - 3.123, - 193, - 2.143, - 213, - 5.577, - 221, - 4.054, - 225, - 4.792, - 228, - 3.812, - 229, - 4.465, - 230, - 4.347, - 466, - 3.922, - 503, - 5.577, - 514, - 2.937, - 596, - 6.686, - 710, - 2.998, - 812, - 3.706, + 3.84, + 150, + 1.984, + 169, + 1.166, + 194, + 1.791, + 201, + 2.206, + 240, + 2.229, + 257, + 3.097, + 260, + 2.641, + 269, + 1.778, + 273, + 1.934, + 290, + 3.05, + 313, + 3.073, + 368, + 2.229, + 389, + 4.342, + 473, + 3.447, + 497, + 4.018, + 534, + 3.683, + 574, + 3.759, + 774, + 3.543, 860, - 3.173, - 945, - 5.228, - 953, - 4.95, - 1072, - 3.888, - 1200, - 3.85, - 1221, - 6.415, - 1250, - 4.145, - 1491, - 4.099, - 1527, - 5.451, - 1640, - 5.577, - 1660, - 3.544, - 1705, - 3.244, - 1951, - 6.264, - 2089, - 7.566, - 2756, - 5.037, - 4763, - 5.577, - 4876, - 6.043, - 5392, - 5.869, - 6161, - 7.566, - 6162, - 7.566 + 3.971, + 901, + 3.387, + 918, + 3.759, + 931, + 2.169, + 979, + 3.543, + 997, + 5.724, + 1007, + 2.746, + 1010, + 3.22, + 1101, + 4.612, + 1114, + 5.053, + 1141, + 4.771, + 1219, + 4.771, + 1257, + 4.859, + 1264, + 5.163, + 1532, + 5.053, + 1544, + 4.859, + 1628, + 4.793, + 1684, + 4.539, + 1814, + 3.543, + 1878, + 6.773, + 1908, + 3.543, + 2173, + 4.612, + 2310, + 8.206, + 2316, + 7.17, + 2359, + 5.912, + 2509, + 6.413, + 2524, + 6.33, + 3378, + 8.423, + 4264, + 7.68, + 6171, + 6.395, + 6184, + 6.725, + 6185, + 7.837 ] ], [ - "type/examples/movement/follow", + "type/examples/tilemap/collisions", [ - 193, + 39, 1.26 ] ], [ - "data/examples/movement/follow", + "data/examples/tilemap/collisions", [ 7, - 1.265 + 1.247, + 59, + 0.896, + 201, + 2.232, + 345, + 4.815, + 533, + 5.503, + 983, + 6.405, + 1579, + 7.255 ] ], [ - "type/examples/movement/look_rotation", + "type/examples/tilemap/get_set_tile", [ - 193, + 39, 1.26 ] ], [ - "data/examples/movement/look_rotation", + "data/examples/tilemap/get_set_tile", [ 7, - 1.317, - 9, - 0.891, + 1.253, + 201, + 2.243, + 345, + 4.838, + 533, + 5.529, + 983, + 6.436 + ] + ], + [ + "type/examples/render/camera", + [ + 39, + 1.26 + ] + ], + [ + "data/examples/render/camera", + [ + 7, + 1.383, + 18, + 1.131, + 36, + 1.663, + 57, + 1.067, + 59, + 0.921, + 72, + 3.395, + 79, + 0.976, + 96, + 3.799, + 97, + 3.186, + 99, + 0.74, + 103, + 1.92, + 106, + 1.974, + 107, + 1.587, + 120, + 4.99, + 125, + 2.537, + 148, + 1.711, + 169, + 1.241, + 194, + 2.011, + 240, + 2.372, + 269, + 1.892, + 271, + 4.328, + 273, + 2.059, + 290, + 3.246, + 429, + 4.043, + 561, + 3.233, + 594, + 3.843, + 637, + 6.578, + 717, + 4.908, + 827, + 4.83, + 931, + 3.05, + 979, + 3.77, + 1107, + 4.132, + 1133, + 6.525, + 1621, + 4.226, + 1687, + 6.325, + 1724, + 3.959, + 1908, + 3.77, + 1973, + 4.99, + 2646, + 6.525, + 3482, + 6.091, + 6166, + 9.853 + ] + ], + [ + "type/examples/render/orbit_camera", + [ + 39, + 1.26 + ] + ], + [ + "data/examples/render/orbit_camera", + [ + 7, + 1.063, 10, - 1.915, + 1.351, 11, - 1.013, - 13, - 2.475, - 16, - 0.947, - 22, - 2.163, + 2.264, + 18, + 1.152, + 20, + 1.125, 23, - 1.618, + 2.824, 30, - 1.12, - 32, - 1.424, - 33, - 1.267, + 3.63, + 36, + 1.689, + 38, + 0.694, + 39, + 1.787, 46, - 2.083, - 49, - 3.408, - 51, - 2.141, - 67, - 2.622, - 70, - 2.142, - 71, 1.535, + 57, + 1.229, + 59, + 1.077, + 73, + 5.563, 74, - 0.831, + 3.948, 77, - 1.493, - 86, - 1.664, - 99, - 3.0, - 110, - 2.491, - 119, - 3.523, - 121, - 2.697, - 141, - 1.91, - 147, - 3.292, - 150, - 3.59, - 152, - 2.038, - 160, - 1.708, - 162, - 1.924, - 172, - 2.904, - 182, - 3.003, - 190, - 2.128, - 191, - 1.895, - 193, - 2.013, - 217, - 3.003, - 221, - 3.667, - 225, - 4.335, - 227, - 3.884, - 228, - 4.394, - 247, - 1.359, - 256, - 3.085, - 350, - 2.491, - 426, - 4.035, - 451, - 4.73, - 525, - 2.788, - 581, - 2.43, - 596, - 4.556, - 612, - 4.437, - 654, - 2.98, - 742, - 4.478, - 826, - 3.628, - 827, - 2.849, - 917, - 5.646, - 935, - 4.64, - 945, - 4.73, - 962, - 3.932, - 1159, - 4.035, - 1250, - 3.75, - 1342, - 4.556, - 1471, - 5.17, - 1491, - 3.708, - 1704, - 3.59, - 1795, - 3.884, - 1951, - 4.269, - 2002, - 5.467, - 2077, - 4.556, - 2099, - 4.404, - 2100, - 5.045, - 2380, - 5.855, - 2389, - 6.587, - 2453, - 5.31, - 2511, - 6.587, - 2787, - 6.422, - 3124, - 6.107, - 3161, - 4.931, - 3312, - 5.467, - 3354, - 5.467, - 3932, - 6.844, - 5060, - 5.855, - 5072, - 8.182, - 6163, - 7.484, - 6164, - 7.484, - 6165, - 7.484, - 6166, - 7.484, - 6167, - 5.31, - 6168, - 7.484, - 6169, - 6.107, - 6170, - 6.107 - ] - ], - [ - "type/examples/render/screen_to_world", - [ - 193, - 1.26 - ] - ], - [ - "data/examples/render/screen_to_world", - [ - 7, - 1.193, - 9, - 0.937, - 11, - 0.979, - 16, - 0.995, - 26, - 2.547, - 30, - 0.858, - 99, - 2.717, - 141, - 1.904, - 346, - 3.698, - 366, - 4.296, - 640, - 4.378, - 692, - 5.192, - 826, - 4.606, - 860, - 4.228, - 949, - 6.386, - 958, - 4.378, - 959, - 5.891, - 962, - 4.992, - 2179, - 5.419, - 6045, - 8.689, - 6171, - 9.502 - ] - ], - [ - "type/examples/render/camera", - [ - 193, - 1.26 - ] - ], - [ - "data/examples/render/camera", - [ - 7, - 1.383, - 8, - 1.067, - 9, - 0.976, - 10, - 2.011, - 11, - 0.74, - 16, - 0.921, - 30, - 1.131, - 32, - 1.587, - 52, - 3.395, - 68, - 1.892, - 71, - 1.711, - 77, - 1.663, - 137, - 1.241, - 160, - 1.974, - 172, - 3.05, - 234, - 2.537, - 237, - 1.92, - 261, - 4.328, - 264, - 3.77, - 288, - 3.246, - 343, - 2.372, - 363, - 3.77, - 369, - 3.799, - 465, - 2.059, - 569, - 3.186, - 858, - 3.233, - 867, - 4.043, - 952, - 6.525, - 958, - 3.843, - 959, - 6.325, - 962, - 6.525, - 1216, - 4.132, - 1263, - 4.99, - 1372, - 6.578, - 1814, - 3.959, - 1839, - 4.99, - 2013, - 4.83, - 2023, - 4.226, - 2225, - 4.908, - 4144, - 6.091, - 6149, - 9.853 - ] - ], - [ - "type/examples/render/orbit_camera", - [ - 193, - 1.26 - ] - ], - [ - "data/examples/render/orbit_camera", - [ - 7, - 1.063, - 8, - 1.229, - 9, + 1.294, + 79, 0.875, - 11, - 1.025, - 16, - 1.077, - 23, - 1.351, - 27, - 3.948, - 29, - 1.404, - 30, - 1.152, - 32, - 1.828, - 33, - 1.125, - 37, - 4.263, - 44, + 92, 2.507, - 48, - 1.738, - 51, - 1.802, - 68, - 1.921, - 74, - 0.694, - 75, - 3.511, - 77, - 1.689, - 86, - 1.535, - 94, - 2.16, + 97, + 3.208, 99, - 1.786, - 110, - 2.079, - 141, - 2.063, - 151, - 1.761, - 159, - 3.177, - 160, - 1.517, - 162, + 1.025, + 100, + 1.802, + 102, 2.177, - 166, - 2.189, - 172, - 2.343, - 173, - 2.413, - 182, + 105, 2.507, - 190, - 1.777, - 191, + 106, + 1.517, + 107, + 1.828, + 113, + 2.063, + 120, + 3.738, + 129, + 5.361, + 141, + 2.311, + 150, 1.582, - 193, - 1.787, - 221, - 3.061, - 223, - 3.461, + 165, + 1.786, + 166, + 2.936, + 196, + 2.16, + 199, + 3.627, + 203, + 3.368, + 207, + 2.079, + 226, + 1.738, 228, - 4.744, - 300, + 2.654, + 229, + 1.761, + 241, 1.338, - 312, - 2.879, - 336, - 2.851, - 366, - 2.824, - 394, + 243, 4.195, - 407, - 1.294, - 426, - 3.368, - 441, - 2.175, - 453, - 2.936, - 457, - 3.368, - 466, + 244, + 2.413, + 250, 3.271, - 540, - 3.511, - 568, - 2.567, - 569, - 3.208, - 606, + 251, + 4.744, + 256, + 1.404, + 266, + 4.263, + 269, + 1.921, + 300, + 3.461, + 358, + 2.879, + 359, + 3.792, + 361, 3.511, - 624, - 3.13, - 636, - 2.588, - 654, + 368, + 1.777, + 412, + 7.648, + 454, 4.1, - 664, - 2.654, - 710, - 2.264, - 754, - 3.627, - 812, - 3.792, - 892, - 3.618, - 938, - 6.387, - 944, - 5.563, - 945, + 521, + 2.175, + 573, + 3.177, + 587, + 4.211, + 620, + 3.242, + 709, 3.948, - 948, - 3.63, - 953, - 3.738, - 959, - 3.873, - 962, + 717, + 3.677, + 723, + 3.804, + 765, + 2.189, + 772, + 4.316, + 785, + 5.872, + 816, + 4.713, + 915, + 3.247, + 917, + 3.828, + 931, + 2.343, + 960, + 2.851, + 1007, + 2.189, + 1010, + 2.567, + 1029, + 3.061, + 1133, 6.396, - 1059, + 1139, + 3.511, + 1150, + 3.511, + 1159, + 4.888, + 1164, + 5.066, + 1188, 3.061, - 1156, - 3.828, - 1239, - 3.247, - 1263, + 1193, 3.738, - 1516, - 2.189, - 1527, - 4.116, - 1599, + 1226, 5.478, - 1789, - 4.211, - 1795, - 3.242, - 1822, - 2.311, - 1951, - 5.872, - 1953, - 6.007, - 1965, + 1441, + 4.563, + 1601, + 4.713, + 1628, + 2.588, + 1661, + 3.13, + 1675, + 3.368, + 1687, + 3.873, + 1773, 4.116, - 1980, - 4.316, - 2012, + 1841, + 3.618, + 1902, + 4.116, + 2134, + 5.713, + 2160, + 4.211, + 2228, 4.888, - 2047, - 5.361, - 2057, + 2643, + 6.387, + 3236, + 4.888, + 3780, + 4.888, + 4242, + 6.007, + 4299, 5.361, - 2077, - 3.804, - 2225, - 3.677, - 2282, - 4.713, - 2343, - 4.211, - 2580, + 4726, 5.361, - 2901, - 4.888, - 2930, + 5261, 5.361, - 3160, - 7.648, - 3170, - 4.888, - 3175, - 5.066, - 3191, + 5421, + 5.713, + 5982, 5.361, - 3536, - 4.713, - 3942, - 4.563, - 4698, - 4.888, - 5060, + 5993, 4.888, - 5213, - 5.713, - 5639, - 5.713, - 6169, + 6129, 5.098, - 6170, + 6130, 5.098, - 6172, + 6186, 6.248, - 6173, + 6187, 6.248, - 6174, + 6188, 5.361, - 6175, + 6189, 6.248, - 6176, + 6190, 6.248, - 6177, + 6191, 6.248, - 6178, + 6192, 9.605, - 6179, + 6193, 8.783, - 6180, + 6194, 5.713, - 6181, + 6195, 5.713, - 6182, + 6196, 8.467, - 6183, + 6197, 6.248, - 6184, + 6198, 6.248, - 6185, + 6199, 6.248 ] ], [ - "type/examples/tilemap/get_set_tile", + "type/examples/render/screen_to_world", [ - 193, + 39, 1.26 ] ], [ - "data/examples/tilemap/get_set_tile", + "data/examples/render/screen_to_world", [ 7, - 1.253, - 70, - 2.243, - 322, - 5.529, - 357, - 4.838, - 368, - 6.436 + 1.193, + 18, + 0.858, + 23, + 4.296, + 59, + 0.995, + 79, + 0.937, + 99, + 0.979, + 113, + 1.904, + 116, + 3.698, + 165, + 2.717, + 471, + 2.547, + 594, + 4.378, + 596, + 5.192, + 675, + 4.228, + 786, + 6.386, + 1133, + 4.992, + 1155, + 4.606, + 1158, + 4.378, + 1687, + 5.891, + 2123, + 5.419, + 3458, + 8.689, + 6200, + 9.502 ] ], [ - "type/examples/tilemap/collisions", + "type/examples/physics/knockback", [ - 193, + 39, 1.26 ] ], [ - "data/examples/tilemap/collisions", + "data/examples/physics/knockback", [ 7, - 1.247, - 16, - 0.896, - 70, - 2.232, - 322, - 5.503, - 357, - 4.815, + 1.384, + 18, + 1.114, + 20, + 1.391, + 38, + 1.162, + 39, + 2.006, + 57, + 1.216, + 59, + 0.672, + 62, + 2.462, + 67, + 3.729, + 69, + 3.499, + 72, + 3.484, + 79, + 1.054, + 90, + 2.265, + 96, + 3.692, + 97, + 2.747, + 99, + 1.051, + 100, + 1.397, + 103, + 1.714, + 106, + 1.333, + 107, + 1.808, + 121, + 3.143, + 150, + 1.885, + 169, + 1.641, + 182, + 3.961, + 194, + 1.734, + 201, + 1.673, + 202, + 3.104, + 226, + 2.071, + 229, + 1.365, + 240, + 2.702, + 290, + 4.434, + 314, + 5.122, 368, - 6.405, - 651, - 7.255 - ] - ], - [ - "type/examples/model/cubemap", - [ - 193, - 1.26 - ] - ], - [ - "data/examples/model/cubemap", - [ - 8, - 1.186, - 9, - 1.01, - 10, - 1.691, - 11, - 0.823, - 26, - 2.485, - 30, - 1.094, - 43, - 5.546, - 51, - 1.739, - 52, - 3.085, - 86, - 1.322, - 137, - 1.379, - 141, - 1.857, - 151, - 1.699, - 172, - 2.565, - 193, - 1.957, - 195, - 4.997, - 247, - 1.684, - 343, - 2.636, - 369, - 2.938, - 457, - 6.216, - 860, - 3.554, - 986, - 6.77, - 1005, - 9.325, - 3241, - 8.476, - 4763, - 6.248, - 6186, - 9.269, - 6187, - 9.269 - ] - ], - [ - "type/examples/debug/profile", - [ - 193, - 1.26 - ] - ], - [ - "data/examples/debug/profile", - [ - 7, - 1.399, - 30, - 0.874, - 33, - 1.286, - 74, - 1.238, - 86, - 1.381, - 316, - 3.53, - 554, - 3.201, + 2.702, + 389, + 4.124, 561, - 6.377, - 587, - 5.085, - 595, - 3.507, - 1233, - 5.218, - 2421, - 6.117, - 2756, - 5.893, - 2800, - 8.851 - ] - ], - [ - "type/examples/debug/physics", - [ - 193, - 1.26 - ] - ], - [ - "data/examples/debug/physics", - [ - 7, - 1.198, - 23, - 2.39, - 30, - 1.053, - 86, - 1.362, - 137, - 1.42, - 151, - 1.75, - 163, - 5.196, - 164, - 5.215, - 172, - 2.642, - 179, - 4.729, - 190, - 3.144, - 224, - 2.628, - 504, - 5.444, - 1217, - 5.528, - 1477, - 8.191, - 1609, - 5.918, - 2116, - 6.032, - 6188, - 8.729, - 6189, - 8.191 + 3.317, + 581, + 4.013, + 931, + 2.63, + 962, + 4.466, + 979, + 4.732, + 991, + 4.532, + 1003, + 5.437, + 1006, + 6.741, + 1007, + 3.329, + 1107, + 3.688, + 1114, + 4.8, + 1187, + 6.564, + 1219, + 5.785, + 1257, + 4.615, + 1579, + 6.94, + 1584, + 5.882, + 1724, + 3.534, + 1814, + 4.296, + 1889, + 4.532, + 1890, + 5.503, + 1910, + 6.388, + 2310, + 8.321, + 2316, + 7.645, + 2509, + 5.685, + 2814, + 6.388, + 4264, + 7.434, + 6184, + 8.154, + 6201, + 7.444 ] ], [ - "type/examples/sprite/flip", + "type/examples/physics/pendulum", [ - 193, + 39, 1.26 ] ], [ - "data/examples/sprite/flip", + "data/examples/physics/pendulum", [ 7, - 1.547, - 8, - 1.102, - 9, - 1.01, + 1.412, 10, - 2.169, - 11, - 0.924, - 16, - 0.939, - 21, - 1.759, - 29, - 1.936, - 30, - 0.778, - 39, - 4.111, - 42, - 2.48, - 52, - 2.868, - 74, - 1.156, - 121, - 2.437, - 123, - 4.051, - 137, - 1.282, - 161, - 1.71, - 166, - 3.019, - 172, - 2.88, - 234, - 2.621, + 2.002, + 18, + 1.144, + 20, + 1.495, + 57, + 1.39, + 59, + 0.645, + 72, + 3.418, + 75, + 3.145, + 77, + 1.481, + 79, + 1.021, + 90, + 2.588, + 96, + 3.718, + 97, + 2.067, + 99, + 1.09, + 106, + 1.281, + 108, + 2.102, + 116, + 2.783, + 146, + 3.503, + 169, + 1.528, + 175, + 3.117, + 194, + 1.874, + 195, + 5.362, + 199, + 4.399, + 201, + 1.607, + 202, + 3.355, + 237, + 4.732, + 240, + 2.033, 241, - 5.556, - 264, - 3.895, - 310, - 5.213, - 312, - 3.97, - 328, - 4.049, - 363, - 5.054, - 569, - 3.232, - 581, - 2.798, - 798, - 8.929, - 860, - 3.304, - 1216, - 4.269, - 1222, - 3.859, - 1814, - 4.091, - 1869, - 3.932, - 1870, - 7.014, - 3510, - 6.113, - 6149, - 9.593, - 6190, - 7.393, - 6191, - 8.616 - ] - ], - [ - "type/examples/sprite/bunnymark", - [ - 193, - 1.26 - ] - ], - [ - "data/examples/sprite/bunnymark", - [ - 7, - 1.391, - 10, - 1.75, - 16, - 0.865, - 30, - 0.865, - 71, - 1.967, - 137, - 1.427, - 139, - 5.554, - 161, - 1.903, - 166, - 3.36, - 191, - 2.428, - 193, - 2.024, - 300, - 2.053, - 316, - 2.884, - 481, - 3.598, - 508, - 6.184, - 599, - 4.553, - 794, - 7.004, - 796, - 4.419, - 6139, - 8.229, - 6192, - 7.825, - 6193, - 9.59 + 1.531, + 266, + 3.173, + 290, + 4.227, + 308, + 5.222, + 314, + 4.991, + 357, + 6.241, + 387, + 2.522, + 511, + 3.804, + 594, + 3.295, + 603, + 2.986, + 648, + 3.466, + 751, + 2.892, + 792, + 4.078, + 795, + 4.61, + 858, + 5.54, + 885, + 4.353, + 915, + 3.55, + 931, + 2.842, + 962, + 4.826, + 963, + 3.906, + 978, + 2.825, + 979, + 4.91, + 1002, + 4.587, + 1007, + 3.244, + 1107, + 3.542, + 1121, + 4.939, + 1175, + 5.834, + 1224, + 3.43, + 1273, + 4.207, + 1724, + 4.396, + 1857, + 5.394, + 1890, + 5.362, + 2261, + 4.018, + 2837, + 4.518, + 3839, + 6.135, + 3856, + 5.594, + 4599, + 6.985, + 5338, + 7.555, + 6202, + 5.834, + 6203, + 7.244, + 6204, + 6.538, + 6205, + 7.15, + 6206, + 6.135, + 6207, + 6.538, + 6208, + 7.15, + 6209, + 6.538, + 6210, + 7.15 ] ], [ - "type/examples/sprite/tint", + "type/examples/physics/raycast", [ - 193, + 39, 1.26 ] ], [ - "data/examples/sprite/tint", + "data/examples/physics/raycast", [ 7, - 1.298, - 8, - 1.091, - 9, - 1.007, + 1.412, 11, - 0.988, - 16, - 0.77, - 30, - 1.1, - 32, - 1.968, - 33, - 1.479, - 55, - 5.891, - 68, - 1.935, - 86, - 1.691, - 93, - 4.812, - 141, - 1.709, - 149, - 2.655, - 151, - 1.563, - 159, - 3.2, - 160, - 1.527, - 162, - 2.193, - 167, - 5.192, - 186, - 2.55, - 193, - 1.8, - 247, - 1.549, - 278, - 2.609, - 306, - 4.008, - 363, - 4.675, - 569, - 2.466, - 712, - 4.249, - 726, - 3.82, - 805, - 4.134, - 860, - 3.27, - 890, - 4.322, - 906, - 6.411, - 923, - 4.373, - 972, - 4.792, - 983, - 6.187, - 1050, - 5.499, + 3.168, + 18, + 1.106, + 57, + 1.439, + 72, + 3.494, + 79, + 1.014, + 90, + 2.084, + 96, + 3.566, + 97, + 2.528, + 99, + 0.932, + 106, + 1.566, + 113, + 1.752, + 169, + 1.674, + 194, + 1.916, + 250, + 4.055, + 266, + 3.88, + 290, + 4.085, + 568, + 4.913, + 573, + 3.281, + 858, + 6.281, + 931, + 2.905, + 962, + 4.109, + 976, + 6.84, + 979, + 4.746, + 1007, + 3.063, 1107, - 4.134, - 1137, - 7.332, - 1237, - 7.798, - 1596, - 4.724, - 1761, - 4.864, - 1762, - 4.939, - 1763, - 6.433, - 2180, - 7.798, - 2429, - 6.959, - 2686, - 5.748, - 3732, - 6.959, - 4702, - 7.318, - 6194, - 8.528 + 4.331, + 1658, + 6.203, + 1724, + 4.151, + 2837, + 5.525, + 4476, + 7.995, + 6166, + 9.653, + 6203, + 9.129, + 6211, + 8.743 ] ], [ - "type/examples/sprite/size", + "type/examples/physics/kinematic", [ - 193, + 39, 1.26 ] ], [ - "data/examples/sprite/size", + "data/examples/physics/kinematic", [ 7, - 1.364, - 8, - 1.186, - 9, - 0.923, + 1.38, 10, - 1.983, - 11, - 0.823, - 16, - 0.981, - 30, - 1.094, - 32, - 1.764, - 52, - 3.085, - 92, - 3.734, - 137, - 1.379, - 149, - 2.886, - 151, - 1.699, - 160, - 1.66, - 166, - 3.808, - 193, - 1.957, - 363, - 4.19, - 369, - 2.938, - 440, - 4.542, - 569, - 2.68, - 710, - 3.358, - 798, - 7.954, - 801, - 5.455, + 2.045, + 18, + 1.139, + 20, + 1.511, + 57, + 1.335, + 59, + 0.667, + 72, + 3.472, + 75, + 3.251, + 79, + 1.017, + 90, + 2.709, + 96, + 3.685, + 97, + 2.137, + 99, + 1.089, + 106, + 1.324, + 108, + 2.173, + 116, + 2.877, + 146, + 3.622, + 169, + 1.407, + 175, + 3.222, + 194, + 1.904, + 195, + 4.281, + 199, + 4.469, + 202, + 3.408, + 209, + 5.576, + 237, + 4.807, + 240, + 2.102, + 290, + 4.28, + 308, + 5.399, + 314, + 5.099, + 330, + 2.357, + 392, + 2.59, + 511, + 3.933, + 581, + 3.984, + 594, + 3.406, + 603, + 3.087, + 648, + 3.583, + 751, + 2.989, 858, - 2.938, - 860, - 3.554, - 1250, - 4.644, - 4876, - 6.77 + 6.801, + 885, + 4.5, + 915, + 2.834, + 931, + 3.044, + 962, + 4.903, + 963, + 4.038, + 978, + 3.737, + 979, + 4.972, + 1002, + 3.662, + 1006, + 5.244, + 1007, + 2.59, + 1107, + 3.662, + 1159, + 5.783, + 1724, + 4.491, + 1857, + 5.576, + 1890, + 5.478, + 2261, + 4.154, + 2285, + 5.783, + 2298, + 5.576, + 2738, + 4.766, + 2837, + 4.671, + 4599, + 7.136, + 5147, + 6.342, + 6202, + 6.031, + 6203, + 8.604, + 6212, + 6.759 ] ], [ - "type/examples/particles/fire_and_smoke", + "type/examples/physics/trigger", [ - 193, + 39, 1.26 ] ], [ - "data/examples/particles/fire_and_smoke", + "data/examples/physics/trigger", [ 7, - 1.554, - 8, - 1.275, - 9, - 0.944, + 1.387, 11, - 0.93, - 16, - 0.945, - 28, - 2.852, - 30, - 0.9, - 32, - 1.756, - 33, - 1.392, - 44, - 4.203, - 73, - 3.502, - 74, - 1.278, - 86, - 0.826, - 92, - 3.724, + 3.04, + 18, + 1.122, + 20, + 1.469, + 57, + 1.073, + 59, + 0.757, + 72, + 3.408, + 79, + 1.02, + 90, + 2.44, + 96, + 3.647, 97, - 2.458, - 119, - 2.942, - 123, - 2.097, - 127, - 2.417, - 129, - 2.933, - 137, - 1.483, - 141, - 1.997, - 149, - 1.802, - 173, - 2.235, - 175, - 3.533, - 190, - 2.624, - 198, - 2.625, - 201, - 5.646, - 203, - 7.163, - 224, - 1.593, - 227, - 4.169, - 228, - 4.594, - 229, - 4.385, - 230, - 4.848, - 238, - 4.722, - 285, - 2.867, - 297, - 2.516, - 304, - 4.365, - 310, - 4.025, - 343, - 2.978, - 363, - 3.632, - 375, - 5.263, - 379, - 8.279, - 407, - 1.664, - 420, - 5.415, - 454, - 3.328, - 466, - 3.103, - 481, - 2.171, - 581, - 2.609, - 605, - 3.352, - 606, - 6.369, - 638, - 4.891, - 674, - 3.812, - 710, - 3.344, - 749, - 4.071, - 825, - 4.891, - 843, - 5.18, - 845, - 6.486, - 909, - 2.693, - 976, - 3.812, - 1207, - 3.588, - 1216, - 2.867, - 1248, - 6.74, - 1253, - 3.079, - 1369, - 2.776, - 1491, - 2.867, - 1516, - 2.027, - 1599, - 4.582, - 1709, - 4.981, - 1728, - 6.06, - 1743, - 4.365, - 1748, - 6.555, - 1779, - 5.868, - 1795, - 3.003, - 1820, - 5.293, - 1821, - 2.568, - 1882, - 3.657, - 1930, - 4.169, - 2016, - 3.657, - 2328, - 3.732, - 2365, - 6.894, - 2475, - 4.221, - 2516, - 4.722, - 2587, - 4.389, - 2907, - 5.868, - 2928, - 8.845, - 2929, - 8.194, - 3145, - 7.53, - 3146, - 7.53, - 3172, - 4.722, - 3181, - 8.135, - 3182, - 3.901, - 3202, - 6.06, - 3204, - 8.041, - 3210, - 6.555, - 3212, - 7.346, - 3218, - 8.135, - 3227, - 3.812, - 3318, - 4.966, - 3319, - 4.365, - 3690, - 6.894, - 3861, - 3.657, - 3942, - 5.868, - 4409, - 6.06, - 4436, - 6.06, - 6195, - 5.787, - 6196, - 8.034, - 6197, - 8.034, - 6198, - 8.034, - 6199, - 8.135, - 6200, - 5.292, - 6201, - 6.06, - 6202, - 5.292, - 6203, - 5.787, - 6204, - 8.034, - 6205, - 4.966, + 2.426, + 99, + 1.048, + 103, + 1.932, + 106, + 1.503, + 107, + 1.597, + 146, + 4.111, + 169, + 1.523, + 194, + 1.531, + 199, + 4.386, + 202, + 3.345, + 237, + 3.866, + 240, + 2.386, + 250, + 3.241, + 290, + 3.985, + 314, + 5.52, + 931, + 2.834, + 962, + 4.812, + 978, + 4.046, + 979, + 4.629, + 1002, + 4.157, + 1007, + 2.94, + 1072, + 6.846, + 1107, + 4.157, + 1187, + 5.796, + 1602, + 4.111, + 1724, + 3.983, + 1890, + 4.859, + 1928, + 6.203, + 6132, + 10.105, + 6168, + 7.199, 6206, - 5.787 + 7.199, + 6213, + 7.672, + 6214, + 8.39 ] ], [ - "type/examples/particles/confetti", + "type/examples/physics/hinge_joint", [ - 193, + 39, 1.26 ] ], [ - "data/examples/particles/confetti", + "data/examples/physics/hinge_joint", [ 7, - 1.27, - 8, - 1.425, - 9, - 0.947, + 1.404, 10, - 1.266, - 11, - 1.061, - 16, - 0.626, - 23, - 1.499, - 28, - 3.593, - 30, - 1.109, - 32, - 1.925, - 33, - 1.345, - 35, - 2.062, - 41, - 2.016, - 42, - 1.653, - 44, - 3.642, - 46, - 1.93, - 48, - 1.93, - 51, - 1.301, - 73, - 3.023, - 74, - 1.008, + 1.977, + 18, + 1.144, + 20, + 1.486, + 57, + 1.431, + 59, + 0.826, + 72, + 3.387, + 75, + 3.086, 77, - 2.018, - 86, - 1.443, - 92, - 2.383, - 125, - 2.805, - 131, - 3.955, - 137, - 1.351, - 141, - 1.39, - 147, - 3.05, - 150, - 3.327, - 151, - 1.855, - 159, - 2.602, - 160, - 1.242, - 162, - 1.783, - 175, - 3.05, - 190, - 1.972, - 193, - 1.464, - 198, - 2.266, - 203, - 4.383, - 224, - 2.499, - 226, - 3.789, - 228, - 3.196, - 229, - 3.05, - 237, - 1.597, - 256, - 2.039, - 277, - 2.337, - 285, - 3.436, - 294, - 3.05, - 343, - 2.581, - 375, - 3.955, - 377, - 7.672, - 379, - 6.63, - 437, - 2.997, - 438, - 3.106, - 504, - 3.955, - 519, - 4.569, - 540, - 3.897, - 569, - 2.005, - 581, - 2.252, - 596, - 4.222, - 606, - 5.686, - 638, - 5.526, - 654, - 2.761, - 710, - 2.513, - 723, - 3.739, - 749, - 3.515, - 756, - 3.436, - 759, - 2.446, - 825, - 4.222, - 845, - 5.431, - 976, - 6.666, - 1031, - 5.426, - 1035, - 4.791, - 1104, - 3.474, - 1156, - 3.135, - 1159, - 3.739, - 1216, - 3.436, - 1233, - 3.739, - 1253, - 3.69, - 1491, - 3.436, - 1498, - 4.149, - 1505, - 4.383, - 1599, - 5.177, - 1709, - 4.3, - 1898, - 2.805, - 1930, - 3.599, - 1951, - 3.955, - 1961, - 4.92, - 2016, - 4.383, - 2046, - 3.897, - 2159, - 5.951, - 2178, - 4.92, - 2240, - 5.066, - 2328, - 4.472, - 2389, - 4.791, - 2475, - 3.644, - 2502, - 4.149, - 2568, - 6.342, - 2636, - 5.066, - 2907, - 5.066, - 3145, - 5.659, - 3146, - 5.659, - 3185, - 5.951, - 3202, - 5.232, - 3204, - 7.179, - 3210, - 5.659, - 3248, - 5.951, - 3346, - 5.426, - 3729, - 5.232, - 4409, - 5.232, - 5072, - 5.951, - 5218, - 4.472, - 5530, - 5.426, - 5847, - 7.789, - 6132, - 4.92, - 6192, - 7.407, - 6199, - 5.659, + 1.453, + 79, + 1.017, + 90, + 2.665, + 96, + 3.635, + 97, + 2.029, + 99, + 1.098, + 106, + 1.257, + 108, + 2.063, + 116, + 2.731, + 146, + 4.482, + 169, + 1.514, + 175, + 3.059, + 194, + 1.857, + 195, + 4.064, + 199, + 4.36, + 201, + 1.577, + 202, + 3.325, + 237, + 4.689, + 240, + 1.995, + 241, + 1.503, + 251, + 3.233, + 266, + 3.114, + 290, + 4.197, + 308, + 5.125, + 314, + 4.931, + 387, + 2.475, + 511, + 3.734, + 594, + 3.233, + 603, + 2.931, + 648, + 3.402, + 751, + 2.838, + 792, + 4.002, + 795, + 4.525, + 858, + 5.473, + 885, + 4.272, + 915, + 3.507, + 931, + 2.816, + 962, + 4.783, + 963, + 3.834, + 978, + 3.614, + 979, + 4.875, + 1002, + 3.476, + 1007, + 3.205, + 1107, + 3.476, + 1121, + 4.847, + 1175, + 5.726, + 1224, + 3.366, + 1273, + 4.129, + 1724, + 4.343, + 1857, + 5.294, + 1890, + 5.297, + 2261, + 3.943, + 2285, + 5.49, + 2297, + 5.898, + 2298, + 5.294, + 2837, + 4.434, + 3841, + 5.726, + 3850, + 5.294, + 4242, + 6.489, + 4599, + 6.9, + 5118, + 6.417, + 5338, + 7.464, + 6202, + 5.726, + 6203, + 7.156, + 6204, + 6.417, + 6206, + 6.021, 6207, - 9.077, - 6208, - 6.342, + 6.417, 6209, - 6.935, - 6210, - 6.935, - 6211, - 6.935, - 6212, - 6.935 + 6.417, + 6215, + 7.017, + 6216, + 7.017, + 6217, + 7.017 ] ], [ - "type/examples/particles/modifiers", + "type/examples/physics/dynamic", [ - 193, + 39, 1.26 ] ], [ - "data/examples/particles/modifiers", + "data/examples/physics/dynamic", [ 7, - 1.447, - 8, - 1.08, - 9, - 0.873, - 11, - 1.024, - 16, - 0.928, - 23, - 1.825, - 28, - 2.997, - 30, - 1.123, - 32, - 1.606, - 33, - 1.122, + 1.425, + 10, + 2.04, + 18, + 1.133, + 20, + 1.544, 57, - 5.233, - 70, - 1.897, - 86, - 1.204, - 94, - 2.919, - 137, - 1.256, + 1.332, + 59, + 0.852, + 72, + 3.466, + 75, + 3.239, + 79, + 1.003, + 90, + 2.769, + 96, + 3.682, + 99, + 1.095, + 107, + 1.401, + 108, + 2.165, + 116, + 2.866, 146, - 3.335, - 149, - 2.628, - 210, - 3.89, - 297, - 2.644, - 316, - 2.539, - 347, - 4.049, - 375, - 4.814, - 377, - 7.3, - 379, - 7.506, - 395, - 3.335, - 407, - 1.748, - 441, - 2.938, - 481, - 3.856, - 504, - 4.814, - 710, - 3.059, - 754, - 3.616, - 804, - 4.229, - 884, - 4.744, - 1045, - 4.229, - 1127, - 4.136, - 1253, - 4.492, - 1532, - 5.139, - 1599, - 6.319, - 1705, - 3.31, - 1971, - 6.166, - 2389, - 7.099, - 3146, - 6.888, - 3147, - 7.719, - 3151, - 10.132, - 3209, - 7.719, - 3210, - 6.888, - 3215, - 10.132, - 3218, - 6.888, - 3356, - 7.243, - 3843, - 7.243, - 4450, - 6.604, - 5277, - 7.719, - 6213, - 8.441 + 4.624, + 169, + 1.404, + 175, + 3.211, + 194, + 1.722, + 195, + 4.266, + 199, + 4.461, + 202, + 3.402, + 209, + 5.556, + 237, + 4.799, + 240, + 2.094, + 269, + 1.671, + 290, + 4.274, + 308, + 5.379, + 314, + 5.088, + 330, + 3.009, + 511, + 3.919, + 581, + 3.97, + 594, + 3.394, + 603, + 3.076, + 648, + 3.57, + 751, + 2.979, + 858, + 6.571, + 885, + 4.484, + 931, + 2.882, + 962, + 4.894, + 963, + 4.024, + 978, + 3.729, + 979, + 4.965, + 1002, + 3.649, + 1007, + 2.58, + 1107, + 3.649, + 1724, + 4.481, + 1857, + 5.556, + 1890, + 5.466, + 2261, + 4.139, + 2284, + 6.01, + 2285, + 7.384, + 2298, + 7.119, + 2738, + 6.086, + 2837, + 4.654, + 4599, + 7.119, + 6202, + 6.01, + 6203, + 8.592, + 6212, + 6.735, + 6218, + 7.365, + 6219, + 6.735 ] ], [ - "type/examples/particles/fireworks", + "type/examples/sound/panning", [ - 193, + 39, 1.26 ] ], [ - "data/examples/particles/fireworks", + "data/examples/sound/panning", [ 7, - 1.026, - 8, - 1.046, - 9, - 0.928, - 11, - 0.726, - 16, - 0.91, + 1.369, + 18, + 1.115, + 20, + 0.962, 23, - 2.179, - 26, - 2.192, - 30, - 1.029, - 32, - 1.556, - 33, - 1.339, + 4.219, + 38, + 1.036, 46, - 2.275, - 51, - 1.891, - 74, - 1.119, + 1.032, + 57, + 1.194, + 59, + 1.044, + 70, + 3.048, + 72, + 3.106, 77, - 2.01, + 1.933, + 79, + 1.023, + 83, + 4.667, 86, - 1.558, - 125, - 3.307, - 137, - 1.499, - 141, - 1.638, - 147, - 3.596, - 150, - 3.922, - 151, - 1.499, + 2.35, + 90, + 2.691, + 96, + 3.579, + 97, + 2.092, + 99, + 1.003, + 100, + 1.358, + 102, + 1.861, + 106, + 1.671, + 107, + 1.377, + 113, + 1.87, + 146, + 3.546, + 148, + 1.485, 158, - 2.773, - 159, - 3.068, - 160, - 1.464, - 161, + 2.116, + 169, 1.623, - 193, - 1.726, + 175, + 3.155, + 194, + 1.703, + 195, + 4.191, + 202, + 2.364, + 207, + 3.106, + 215, + 3.626, + 229, + 1.893, 237, - 1.882, + 3.335, + 250, + 2.796, 256, - 2.404, - 285, - 4.05, - 343, - 2.325, - 375, - 6.231, - 377, - 6.639, - 380, - 4.594, + 2.097, + 263, + 3.088, + 295, + 3.335, + 300, + 4.009, + 305, + 5.404, + 306, + 4.104, + 314, + 3.901, 454, - 4.175, - 540, - 4.594, - 569, - 2.364, - 680, - 3.23, - 693, - 3.963, - 710, - 2.962, - 712, - 3.36, - 756, - 4.05, - 812, - 3.662, - 976, - 6.639, - 1011, - 3.731, - 1035, - 5.648, - 1104, - 4.096, - 1216, - 4.05, - 1253, - 5.362, - 1275, - 4.407, - 1516, - 2.864, - 1599, - 4.663, - 1636, - 4.296, - 1779, - 5.972, - 1803, - 5.167, - 1930, - 4.243, - 1951, - 4.663, - 1961, - 5.8, - 2099, - 4.811, - 2159, - 7.016, - 2162, - 5.167, - 2328, - 5.272, - 2636, - 5.972, - 3145, - 6.671, - 3264, - 6.168, - 6132, - 5.8, - 6192, - 8.223, - 6208, - 7.476, - 6214, - 9.99, - 6215, - 8.176, - 6216, - 8.176, - 6217, - 7.476, - 6218, - 8.176, - 6219, - 7.476, + 3.715, + 457, + 2.569, + 513, + 4.843, + 521, + 2.519, + 555, + 2.267, + 603, + 3.023, + 735, + 3.471, + 773, + 2.622, + 931, + 2.583, + 962, + 5.307, + 963, + 3.954, + 978, + 2.859, + 979, + 3.272, + 1107, + 3.585, + 1131, + 3.585, + 1139, + 4.067, + 1187, + 4.999, + 1193, + 4.33, + 1229, + 6.148, + 1548, + 3.901, + 1724, + 3.436, + 1948, + 4.965, + 2116, + 6.223, + 2136, + 4.768, + 2312, + 5.459, + 2738, + 6.017, + 3021, + 4.487, + 3046, + 5.662, + 3059, + 5.134, + 3506, + 8.427, + 3507, + 8.007, + 4318, + 9.922, + 4319, + 6.21, + 4599, + 8.231, + 5275, + 6.618, 6220, - 5.972 + 7.614 ] ], [ - "type/examples/particles/particlefx", + "type/examples/sound/fade_in_out", [ - 193, + 39, 1.26 ] ], [ - "data/examples/particles/particlefx", + "data/examples/sound/fade_in_out", [ 7, 1.265 ] ], [ - "type/examples/factory/dynamic", + "type/examples/sound/music", [ - 193, + 39, 1.26 ] ], [ - "data/examples/factory/dynamic", + "data/examples/sound/music", [ 7, - 0.984, - 8, - 1.003, - 9, - 1.038, - 10, - 1.791, - 11, - 0.998, - 13, - 2.592, - 16, - 0.707, - 23, - 2.317, - 30, - 1.093, - 32, - 1.491, - 33, - 1.305, - 51, - 1.842, - 52, - 2.608, - 68, - 1.778, - 70, - 2.206, - 72, - 3.097, - 86, - 1.4, - 137, - 1.166, - 160, - 1.404, - 162, - 2.524, - 166, - 2.746, - 172, - 2.169, - 190, - 2.229, - 191, - 1.984, - 193, - 1.654, - 224, - 2.702, - 236, - 4.018, - 264, - 3.543, - 275, - 4.612, - 277, - 2.641, - 288, - 3.05, - 294, - 3.447, - 328, - 3.683, - 343, - 2.229, - 347, - 3.759, - 363, - 3.543, - 369, - 3.741, - 407, - 1.623, - 422, - 3.543, - 465, - 1.934, - 527, - 4.539, - 567, - 4.612, - 568, - 3.22, - 569, - 2.266, - 636, - 4.793, - 637, - 6.413, - 638, - 4.771, - 643, - 5.053, - 659, - 3.073, - 662, - 6.773, - 669, - 3.971, - 676, - 5.163, - 677, - 3.84, - 685, - 6.33, - 702, - 3.759, - 707, - 4.771, - 709, - 5.053, - 758, - 3.387, - 794, - 5.724, - 1207, - 4.859, - 1250, - 3.926, - 1384, - 5.912, - 1794, - 4.859, - 1914, - 8.206, - 1923, - 7.17, - 1967, - 4.342, - 2996, - 3.543, - 4064, - 7.68, - 4862, - 8.423, - 6101, - 6.395, - 6153, - 6.725, - 6221, - 7.837 + 1.265 ] ], [ - "type/examples/factory/bullets", + "type/examples/model/cubemap", [ - 193, + 39, 1.26 ] ], [ - "data/examples/factory/bullets", + "data/examples/model/cubemap", [ - 7, - 1.239, - 8, - 1.377, - 9, - 1.031, - 10, - 2.057, - 11, - 1.03, - 13, - 3.266, - 16, - 1.017, - 30, - 1.118, - 33, - 1.052, - 48, - 2.201, - 51, - 1.853, - 52, - 3.286, - 70, - 1.778, - 74, - 1.097, - 137, - 1.602, - 141, - 1.585, - 160, - 1.417, - 166, - 3.771, - 179, - 3.919, - 190, - 2.25, - 191, - 2.5, - 193, - 2.084, - 256, - 2.326, - 288, - 3.843, - 363, - 4.464, - 369, - 3.677, - 378, - 4.816, - 441, - 2.754, - 569, - 2.287, - 634, - 4.734, - 637, - 6.441, - 638, - 6.011, - 643, - 5.102, - 710, - 2.867, - 724, - 4.383, - 858, - 3.13, - 944, - 4.582, - 953, - 4.734, - 1160, - 3.175, - 1207, - 4.905, - 1216, - 3.919, - 1250, - 3.964, - 1814, - 3.756, - 1868, - 4.446, - 1914, - 8.642, - 1923, - 7.212, - 1967, - 4.383, - 2046, - 6.049, - 2996, - 3.577, - 3771, - 6.789, - 3867, - 6.789, - 4064, - 6.19, - 6153, - 6.789, + 18, + 1.094, + 39, + 1.957, + 42, + 1.684, + 46, + 1.322, + 57, + 1.186, + 72, + 3.085, + 79, + 1.01, + 96, + 2.938, + 99, + 0.823, + 100, + 1.739, + 113, + 1.857, + 169, + 1.379, + 194, + 1.691, + 229, + 1.699, + 240, + 2.636, + 314, + 4.997, + 471, + 2.485, + 675, + 3.554, + 754, + 5.546, + 931, + 2.565, + 1675, + 6.216, + 2667, + 6.77, + 2681, + 9.325, + 3988, + 6.248, + 5059, + 8.476, + 6221, + 9.269, 6222, - 7.912, - 6223, - 7.912, - 6224, - 7.912 + 9.269 ] ], [ - "type/examples/factory/basic", + "type/examples/timer/repeating_timer", [ - 193, + 39, 1.26 ] ], [ - "data/examples/factory/basic", + "data/examples/timer/repeating_timer", [ 7, - 1.386, - 8, - 1.218, - 10, - 1.738, - 23, - 2.059, - 30, - 0.996, - 32, - 1.812, - 160, - 2.089, - 166, - 3.337, - 224, - 2.622, - 263, - 3.089, - 369, - 3.019, - 396, - 5.798, - 407, - 1.972, - 637, - 5.698, - 685, - 6.141, - 860, - 3.652, - 3265, - 7.451, + 1.126, + 11, + 3.862, + 18, + 0.962, + 39, + 1.893, + 42, + 1.629, + 46, + 1.28, + 57, + 1.148, + 59, + 0.809, + 67, + 4.494, + 79, + 1.021, + 95, + 4.96, + 99, + 0.946, + 121, + 2.967, + 149, + 4.057, + 150, + 2.699, + 169, + 1.334, + 216, + 4.212, + 218, + 6.363, + 219, + 7.017, + 256, + 2.015, + 333, + 2.537, + 504, + 4.545, + 601, + 3.25, + 675, + 3.439, + 717, + 5.278, + 765, + 3.734, + 945, + 5.784, + 1079, + 4.348, + 1160, + 5.367, + 1526, + 7.785, + 3134, + 5.367, + 5923, + 6.363, + 6114, + 8.697, + 6144, + 7.562, + 6223, + 8.202, + 6224, + 8.969, 6225, - 9.524, - 6226, - 9.524, - 6227, - 8.172 + 7.696 ] ], [ - "type/examples/material/uvgradient", + "type/examples/timer/trigger_timer", [ - 193, + 39, 1.26 ] ], [ - "data/examples/material/uvgradient", + "data/examples/timer/trigger_timer", [ 7, - 1.062, - 8, - 1.082, - 9, - 1.022, - 10, - 1.878, + 1.114, 11, - 0.751, - 16, - 0.763, - 24, - 3.86, - 26, - 2.267, - 30, - 1.123, - 33, - 1.534, - 51, - 1.931, - 52, - 2.815, - 70, - 1.901, - 93, - 4.788, - 94, - 2.925, + 3.215, + 18, + 1.081, + 39, + 1.873, + 42, + 1.612, + 46, + 1.266, + 57, + 1.355, + 59, + 0.956, + 67, + 4.446, + 79, + 0.962, + 95, + 4.928, + 99, + 0.94, + 107, + 1.689, 121, - 2.91, - 137, - 1.531, - 151, - 1.551, - 160, - 1.515, - 172, - 2.848, - 191, - 2.142, - 193, - 1.785, - 213, - 5.701, - 237, - 1.948, - 312, - 3.898, - 366, - 4.652, - 369, - 3.261, - 380, - 4.753, - 411, - 3.936, - 457, - 5.547, - 466, - 3.268, - 664, - 3.593, - 812, - 3.789, - 860, - 3.244, - 890, - 5.214, - 906, - 5.244, - 1012, - 6.381, - 1020, - 6.502, - 1038, - 5.701, - 1059, - 4.145, - 1219, - 4.56, - 1258, - 6.178, - 2164, - 5.244, - 2763, - 5.15, - 2774, - 5.244, - 3234, - 6.381, - 3292, - 6.381, - 4109, - 5.345, - 5604, - 7.735, - 5873, - 7.258, - 6228, - 7.735, - 6229, - 8.459 + 2.935, + 149, + 3.378, + 150, + 2.247, + 169, + 1.32, + 206, + 4.302, + 216, + 4.473, + 256, + 1.994, + 333, + 2.51, + 504, + 5.367, + 601, + 3.215, + 675, + 3.403, + 773, + 3.215, + 980, + 5.722, + 1009, + 5.981, + 1010, + 3.646, + 1079, + 4.302, + 1379, + 4.129, + 1526, + 7.736, + 1819, + 6.942, + 1928, + 5.709, + 2547, + 8.642, + 3857, + 8.114, + 6114, + 7.241, + 6144, + 8.032, + 6225, + 9.088 ] ], [ - "type/examples/material/noise", + "type/examples/timer/cancel_timer", [ - 193, + 39, 1.26 ] ], [ - "data/examples/material/noise", + "data/examples/timer/cancel_timer", [ 7, - 1.04, - 8, - 1.3, - 9, - 0.999, - 10, - 1.855, + 1.111, 11, - 1.044, - 16, - 0.748, - 26, - 2.222, - 30, - 1.13, - 33, - 1.351, - 48, - 2.307, - 51, - 1.907, - 52, - 2.759, - 70, - 1.863, - 77, - 1.653, - 86, - 1.183, - 94, - 2.867, + 3.208, + 18, + 1.058, + 20, + 1.406, + 39, + 1.869, + 42, + 1.608, + 46, + 1.263, + 47, + 3.966, + 59, + 0.955, + 67, + 4.436, + 79, + 0.899, + 95, + 4.922, + 99, + 0.939, + 106, + 1.586, 121, - 2.875, - 137, - 1.233, - 141, - 1.661, - 160, - 1.485, - 172, - 2.813, - 186, - 2.479, - 193, - 1.75, - 213, - 5.588, + 2.929, + 126, + 1.758, + 148, + 1.817, + 153, + 2.009, + 169, + 1.317, + 206, + 4.292, + 216, + 3.499, + 232, + 6.968, + 234, + 5.05, + 241, + 1.896, 256, - 2.437, - 361, - 4.411, - 366, + 1.99, + 333, + 2.504, + 504, + 5.36, + 601, + 3.208, + 675, + 3.395, + 773, + 3.208, + 989, + 5.968, + 1079, + 4.292, + 1281, + 6.282, + 1324, 4.595, - 369, - 3.221, - 457, - 5.479, - 478, - 3.463, - 596, - 5.047, - 710, - 3.004, - 860, - 3.179, - 890, - 5.151, - 953, - 4.96, - 957, - 5.461, - 1012, - 6.254, - 1020, - 6.423, - 1038, - 5.588, - 1253, - 4.411, - 1342, - 5.047, - 1357, - 5.346, - 1516, - 2.904, - 1898, - 3.353, - 2035, - 7.424, - 2164, - 5.139, - 2678, - 5.139, - 2763, - 5.047, - 2928, - 6.764, - 2941, - 7.581, - 3234, - 6.254, - 3748, - 6.486, - 4109, - 5.239, - 5854, - 6.764, - 5873, - 7.113, - 6228, - 7.581, - 6230, - 8.29, - 6231, - 8.29, - 6232, - 8.29 + 1436, + 7.979, + 1819, + 6.928, + 2495, + 6.928, + 2503, + 5.833, + 2863, + 6.928, + 3474, + 6.117, + 6114, + 7.225, + 6144, + 7.504, + 6225, + 9.076, + 6226, + 8.855, + 6227, + 8.855 ] ], [ - "type/examples/material/vertexcolor", + "type/examples/resource/modify_atlas", [ - 193, + 39, 1.26 ] ], [ - "data/examples/material/vertexcolor", + "data/examples/resource/modify_atlas", + [ + 18, + 1.045, + 38, + 1.041, + 39, + 1.979, + 41, + 4.925, + 46, + 1.337, + 57, + 1.199, + 59, + 0.846, + 62, + 3.1, + 77, + 1.941, + 79, + 0.796, + 99, + 0.832, + 107, + 1.784, + 174, + 3.821, + 186, + 5.429, + 194, + 1.71, + 241, + 2.342, + 290, + 4.257, + 500, + 3.42, + 675, + 3.594, + 729, + 5.429, + 793, + 4.362, + 1103, + 6.175, + 1104, + 3.263, + 2023, + 8.252, + 2420, + 6.318, + 2532, + 6.044, + 5195, + 8.043 + ] + ], + [ + "type/examples/input/down_duration", + [ + 39, + 1.26 + ] + ], + [ + "data/examples/input/down_duration", [ 7, - 1.14, - 8, - 1.163, - 11, - 0.807, - 26, - 2.436, - 29, - 2.042, - 30, - 1.129, - 70, - 2.042, - 71, - 1.864, - 74, - 1.009, - 86, - 1.296, - 161, - 1.804, - 167, - 5.532, - 217, - 4.31, - 256, - 3.158, - 288, - 3.536, - 300, - 1.946, - 310, - 4.552, - 312, - 4.187, - 343, - 2.584, - 410, - 5.183, - 432, - 4.405, - 438, - 4.07, - 452, - 5.986, - 805, - 5.207, - 883, - 5.634, - 894, - 6.659, - 898, - 6.637, - 970, - 8.765, - 1253, - 4.835, - 6233, - 9.087, - 6234, - 10.742, - 6235, - 9.087 + 1.429 ] ], [ - "type/examples/material/screenspace", + "type/examples/input/move", [ - 193, + 39, 1.26 ] ], [ - "data/examples/material/screenspace", + "data/examples/input/move", [ 7, - 1.319, - 8, - 0.841, - 9, - 0.977, - 10, - 1.2, - 11, - 1.093, - 16, - 0.988, - 23, - 1.421, - 26, - 2.642, - 30, - 1.111, - 32, - 1.667, - 33, - 1.455, - 41, - 1.911, - 42, - 1.567, - 43, - 3.933, - 44, - 2.638, - 48, - 1.829, - 51, - 1.644, - 74, - 0.73, - 77, - 1.311, - 86, - 1.64, - 92, - 2.258, - 93, - 4.077, - 102, - 1.943, - 111, - 2.202, - 119, - 2.794, - 136, - 4.663, - 137, - 0.978, - 141, - 1.975, - 151, - 1.606, - 160, - 1.177, - 161, - 1.739, - 162, - 2.534, - 166, - 3.07, - 186, - 1.966, - 193, - 2.08, - 221, - 4.293, - 247, - 1.194, - 277, - 2.216, - 278, - 3.015, - 297, - 2.059, - 306, - 3.089, - 336, - 3.0, - 338, - 3.371, - 366, - 3.961, - 394, - 3.257, - 407, - 1.361, - 426, - 3.544, - 444, - 3.544, - 451, - 5.537, - 457, - 4.723, - 466, - 3.385, - 493, - 1.922, - 496, - 3.498, - 512, - 3.868, - 525, - 2.449, - 569, - 1.9, - 583, - 2.366, - 654, - 4.649, - 664, - 3.722, - 710, - 3.175, - 714, - 2.597, - 723, - 3.544, - 754, - 4.69, - 756, - 3.257, - 805, - 5.095, - 826, - 3.187, - 842, - 4.663, - 883, - 4.075, - 890, - 5.548, - 894, - 5.432, - 900, - 5.143, - 903, - 3.454, - 905, - 4.492, - 906, - 6.11, - 949, - 5.074, - 962, - 4.603, - 986, - 4.801, - 1008, - 4.959, - 1054, - 3.807, - 1060, - 5.641, - 1110, - 5.143, - 1220, - 4.959, - 1239, - 2.521, - 1253, - 3.498, - 1257, - 3.029, - 1263, - 3.933, - 1578, - 3.933, - 1660, - 2.816, - 1711, - 4.663, - 1712, - 4.154, - 1761, - 3.749, - 1811, - 5.432, - 1982, - 3.454, - 2179, - 3.749, - 2181, - 4.959, - 2212, - 4.431, - 2403, - 5.641, - 2451, - 4.239, - 2907, - 4.801, - 3113, - 6.011, - 3226, - 5.432, - 3273, - 5.364, - 4177, - 7.518, - 4577, - 5.143, - 4887, - 3.592, - 5060, - 5.143, - 5528, - 4.541, - 6038, - 5.641, - 6169, - 5.364, - 6170, - 5.364, - 6174, - 5.641, - 6236, - 10.511, - 6237, - 5.641, - 6238, - 6.574, - 6239, - 6.011, - 6240, - 6.011 + 1.429 ] ], [ - "type/examples/material/unlit", + "type/examples/input/text", [ - 193, + 39, 1.26 ] ], [ - "data/examples/material/unlit", + "data/examples/input/text", [ 7, - 1.318, - 9, - 0.939, - 10, - 1.368, - 11, - 1.014, - 16, - 0.998, - 23, - 1.621, - 24, - 4.357, - 26, - 2.01, - 30, - 1.083, - 32, - 1.816, - 33, - 1.596, - 41, - 2.18, - 48, - 2.086, - 51, - 1.971, - 52, - 2.495, - 70, - 1.685, - 74, - 1.166, - 77, - 1.904, - 86, - 1.498, - 93, - 3.489, - 137, - 1.116, - 141, - 2.104, - 151, - 1.75, - 160, - 1.98, - 162, - 2.454, - 172, - 2.075, - 193, - 2.217, - 234, - 2.281, - 247, - 1.362, - 278, - 2.294, - 300, - 2.044, - 306, - 3.524, - 343, - 2.132, - 357, - 3.635, - 380, - 5.364, - 411, - 3.489, - 417, - 3.635, - 426, - 4.042, - 457, - 5.661, - 465, - 2.592, - 469, - 2.875, - 525, - 2.793, - 569, - 2.168, - 583, - 2.698, - 654, - 2.985, - 754, - 3.212, - 805, - 5.091, - 812, - 3.358, - 869, - 4.738, - 883, - 5.918, - 890, - 3.8, - 894, - 4.648, - 906, - 4.648, - 954, - 3.99, - 962, - 5.015, - 1008, - 5.656, - 1044, - 3.455, - 1054, - 4.342, - 1059, - 3.674, - 1060, - 6.434, - 1094, - 3.714, - 1263, - 4.486, - 1982, - 3.939, - 2243, - 5.319, - 2266, - 3.489, - 2282, - 7.201, - 2675, - 5.054, - 2787, - 6.434, - 2950, - 8.569, - 3792, - 6.856, - 3952, - 6.434, - 4692, - 6.434, - 5060, - 5.866, - 5528, - 5.18, - 6169, - 6.118, - 6170, - 6.118, - 6174, - 6.434, - 6239, - 6.856, - 6240, - 6.856, - 6241, - 7.498, - 6242, - 9.546, - 6243, - 7.498, - 6244, - 7.498, - 6245, - 7.498, - 6246, - 7.498 + 1.494 ] ], [ - "type/assets/deftest", + "type/examples/input/mouse_and_touch", [ - 1047, - 0.756 + 39, + 1.26 ] ], [ - "data/assets/deftest", - [ - 30, - 0.888, - 191, - 2.491, - 889, - 3.858, - 2164, - 6.975, - 2195, - 7.423, - 3339, - 7.423, - 6247, - 11.25, - 6248, - 9.839, - 6249, - 8.029 - ] + "data/examples/input/mouse_and_touch", + [] ], [ - "type/assets/kenney", + "type/examples/animation/spinner", [ - 1047, - 0.756 + 39, + 1.26 ] ], [ - "data/assets/kenney", + "data/examples/animation/spinner", [ - 10, - 2.039, - 11, - 0.863, - 29, - 2.185, - 46, - 2.706, - 62, - 4.525, - 86, - 1.387, - 224, - 2.677, - 295, - 5.536, - 391, - 3.319, - 2117, - 6.024, - 6219, - 10.218, - 6250, - 9.724 + 7, + 1.265 ] ], [ - "type/assets/batterystatus", + "type/examples/animation/basic_tween", [ - 1047, - 0.756 + 39, + 1.26 ] ], [ - "data/assets/batterystatus", + "data/examples/animation/basic_tween", [ 7, - 1.218, - 11, - 0.861, - 30, - 0.876, - 60, - 3.955, - 151, - 1.779, - 493, - 2.836, - 573, - 5.045, - 782, - 5.533, - 859, - 3.169, - 1703, - 10.205, - 4454, - 8.872, - 4887, - 6.097, - 6251, - 9.702, - 6252, - 9.702 + 1.265 ] ], [ - "type/assets/rustore-remoteconfig", + "type/examples/animation/flipbook", [ - 1047, - 0.756 + 39, + 1.26 ] ], [ - "data/assets/rustore-remoteconfig", + "data/examples/animation/flipbook", [ - 30, - 0.88, - 74, - 1.082, - 137, - 1.45, - 247, - 1.77, - 611, - 4.326, - 766, - 5.832, - 851, - 5.121, - 1350, - 6.57, - 1357, - 6.285, - 2771, - 6.421, - 6253, - 9.208, - 6254, - 10.232 + 7, + 1.395, + 18, + 1.003, + 20, + 1.28, + 46, + 1.586, + 79, + 0.818, + 90, + 2.296, + 96, + 3.054, + 106, + 1.726, + 186, + 5.58, + 194, + 1.758, + 215, + 4.827, + 241, + 2.063, + 521, + 3.353, + 675, + 3.694, + 931, + 2.666, + 946, + 7.037, + 979, + 4.355 ] ], [ - "type/assets/printer", + "type/examples/animation/spine", [ - 1047, - 0.756 + 39, + 1.26 ] ], [ - "data/assets/printer", + "data/examples/animation/spine", [ - 9, - 0.834, - 10, - 1.791, - 39, - 3.878, - 70, - 2.206, - 74, - 1.09, - 1198, - 7.245, - 3112, - 7.17, - 6255, - 11.235, - 6256, - 9.816, - 6257, - 8.01 + 7, + 1.265 ] ], [ - "type/assets/defold-polyglot", + "type/examples/animation/easing", [ - 1047, - 0.756 + 39, + 1.26 ] ], [ - "data/assets/defold-polyglot", + "data/examples/animation/easing", [ - 8, - 1.207, - 9, - 0.802, - 10, - 1.722, - 11, - 0.838, - 33, - 1.46, - 74, - 1.048, - 247, - 2.173, - 320, - 4.043, - 430, - 4.391, - 442, - 6.086, - 583, - 3.396, - 858, - 2.991, - 1044, - 4.349, - 1244, - 4.624, - 1423, - 5.022, - 3598, - 7.701, - 4327, - 7.383, - 4496, - 7.119, - 6258, - 12.179, - 6259, - 9.438, - 6260, - 9.438 + 7, + 1.218, + 18, + 0.876, + 39, + 2.048, + 42, + 1.762, + 46, + 1.592, + 100, + 1.82, + 175, + 4.229, + 382, + 3.491, + 554, + 3.64, + 573, + 3.64, + 629, + 2.918, + 959, + 5.162, + 1034, + 3.72, + 1884, + 4.121, + 3776, + 7.319, + 5093, + 8.325 ] ], [ - "type/assets/derez", + "type/examples/animation/chained_tween", [ - 1047, - 0.756 + 39, + 1.26 ] ], [ - "data/assets/derez", + "data/examples/animation/chained_tween", [ - 8, - 1.178, - 9, - 0.92, - 10, - 1.68, - 11, - 0.818, - 30, - 0.977, - 32, - 1.752, - 33, - 1.224, - 51, - 2.031, - 70, - 2.069, - 77, - 1.836, - 86, - 1.313, - 172, - 2.548, - 188, - 8.42, - 221, - 4.512, - 226, - 5.031, - 256, - 2.707, - 300, - 1.972, - 364, - 3.724, - 407, - 1.907, - 569, - 2.662, - 640, - 4.243, - 867, - 4.464, - 958, - 4.243, - 1532, - 5.606, - 1707, - 7.68, - 1745, - 5.937, - 1805, - 4.964, - 2077, - 5.606, - 2079, - 5.031, - 2509, - 5.606, - 2906, - 8.42, - 2908, - 7.204, - 3747, - 7.513, - 6261, - 10.826, - 6262, - 9.208 + 7, + 1.265 ] ], [ - "type/assets/facebook", + "type/examples/animation/euler_rotation", [ - 1047, - 0.756 + 39, + 1.26 ] ], [ - "data/assets/facebook", - [ - 11, - 0.983, - 16, - 0.863, - 30, - 0.999, - 77, - 1.908, - 101, - 4.542, - 137, - 1.424, - 140, - 4.409, - 409, - 6.046, - 414, - 7.485, - 419, - 8.21, - 521, - 3.752, - 1262, - 5.227, - 1276, - 6.449, - 1815, - 6.449, - 1895, - 5.63, - 3360, - 8.086, - 4722, - 8.532, - 6263, - 9.568 - ] + "data/examples/animation/euler_rotation", + [] ], [ - "type/assets/err", + "type/examples/animation/cursor", [ - 1047, - 0.756 + 39, + 1.26 ] ], [ - "data/assets/err", + "data/examples/animation/cursor", [ - 1397, - 6.575, - 1784, - 4.644, - 2088, - 7.809, - 6264, - 9.732 + 7, + 1.348, + 18, + 1.123, + 39, + 1.918, + 59, + 1.032, + 67, + 4.552, + 72, + 3.024, + 79, + 0.913, + 96, + 2.88, + 97, + 2.627, + 99, + 0.807, + 106, + 1.628, + 169, + 1.352, + 194, + 1.96, + 215, + 4.552, + 229, + 1.666, + 263, + 3.212, + 358, + 4.187, + 561, + 2.88, + 675, + 3.484, + 801, + 4.453, + 931, + 2.973, + 979, + 4.108, + 1149, + 8.103, + 1273, + 6.321, + 1340, + 6.447, + 2186, + 7.797, + 3805, + 7.797, + 3809, + 6.125, + 3810, + 5.986, + 6168, + 7.797 ] ], [ - "type/assets/cas-ai", + "type/examples/material/noise", [ - 1047, - 0.756 + 39, + 1.26 ] ], [ - "data/assets/cas-ai", + "data/examples/material/noise", [ - 248, - 4.469, - 1244, - 4.844, - 4886, - 8.483, - 4915, - 8.067, - 5620, - 8.825, - 6265, - 9.886, - 6266, - 9.886, - 6267, - 9.04 + 7, + 1.04, + 11, + 3.004, + 16, + 7.424, + 18, + 1.13, + 20, + 1.351, + 23, + 4.595, + 36, + 1.653, + 39, + 1.75, + 46, + 1.183, + 57, + 1.3, + 59, + 0.748, + 72, + 2.759, + 79, + 0.999, + 82, + 5.588, + 96, + 3.221, + 99, + 1.044, + 100, + 1.907, + 106, + 1.485, + 108, + 2.437, + 111, + 3.463, + 113, + 1.661, + 169, + 1.233, + 182, + 4.411, + 194, + 1.855, + 196, + 2.867, + 201, + 1.863, + 226, + 2.307, + 263, + 2.479, + 333, + 2.875, + 471, + 2.222, + 518, + 6.486, + 675, + 3.179, + 765, + 2.904, + 931, + 2.813, + 977, + 4.411, + 1192, + 5.139, + 1193, + 4.96, + 1223, + 5.588, + 1307, + 5.139, + 1326, + 5.047, + 1332, + 3.353, + 1463, + 5.047, + 1675, + 5.479, + 1676, + 6.423, + 1679, + 5.461, + 1879, + 5.151, + 2007, + 5.239, + 2156, + 5.047, + 2353, + 5.346, + 2686, + 6.254, + 3854, + 6.254, + 4556, + 6.764, + 4585, + 6.764, + 4591, + 7.113, + 5269, + 7.581, + 6228, + 7.581, + 6229, + 8.29, + 6230, + 8.29, + 6231, + 8.29 ] ], [ - "type/assets/googleanalyticsforfirebase", + "type/examples/material/unlit", [ - 1047, - 0.756 + 39, + 1.26 ] ], [ - "data/assets/googleanalyticsforfirebase", + "data/examples/material/unlit", [ + 7, + 1.318, 10, - 1.665, - 11, - 0.956, - 16, - 0.972, - 22, - 2.071, - 30, - 0.972, + 1.621, + 18, + 1.083, + 20, + 1.596, + 36, + 1.904, 38, - 6.534, - 44, - 3.662, - 71, - 1.872, - 74, - 1.196, - 142, - 6.237, - 147, - 4.014, - 151, - 1.673, - 152, - 2.933, - 160, - 1.635, - 303, - 3.812, - 687, - 6.305, - 933, - 5.205, - 1239, - 3.5, - 1262, - 4.987, - 1340, - 5.371, - 2018, - 4.856, - 2038, - 4.051, - 2117, - 4.92, - 2266, - 4.247, - 2281, - 5.658, - 2431, - 7.831, - 3703, - 7.447, - 3734, - 7.447, - 3769, - 7.447, - 5541, - 8.425, - 5544, - 8.787, - 6268, - 9.127, - 6269, - 9.127, - 6270, - 9.127 + 1.166, + 39, + 2.217, + 42, + 1.362, + 46, + 1.498, + 59, + 0.998, + 72, + 2.495, + 79, + 0.939, + 97, + 2.168, + 99, + 1.014, + 100, + 1.971, + 101, + 5.091, + 102, + 2.454, + 106, + 1.98, + 107, + 1.816, + 112, + 4.738, + 113, + 2.104, + 120, + 4.486, + 125, + 2.281, + 168, + 3.939, + 169, + 1.116, + 177, + 2.294, + 185, + 3.524, + 194, + 1.368, + 199, + 3.212, + 201, + 1.685, + 203, + 4.042, + 212, + 3.489, + 226, + 2.086, + 229, + 1.75, + 240, + 2.132, + 241, + 2.044, + 273, + 2.592, + 345, + 3.635, + 359, + 3.358, + 382, + 2.698, + 434, + 3.489, + 452, + 2.18, + 454, + 2.985, + 471, + 2.01, + 541, + 3.99, + 636, + 2.875, + 648, + 3.635, + 676, + 4.357, + 677, + 3.455, + 761, + 5.319, + 793, + 3.489, + 816, + 7.201, + 931, + 2.075, + 993, + 5.364, + 1029, + 3.674, + 1133, + 5.015, + 1245, + 5.054, + 1296, + 2.793, + 1458, + 6.434, + 1471, + 3.714, + 1675, + 5.661, + 1879, + 3.8, + 2219, + 6.434, + 2382, + 4.648, + 2383, + 4.648, + 2384, + 5.918, + 2385, + 5.656, + 2389, + 4.342, + 2710, + 6.434, + 3486, + 5.18, + 4152, + 6.434, + 4365, + 6.856, + 4592, + 8.569, + 5993, + 5.866, + 6129, + 6.118, + 6130, + 6.118, + 6188, + 6.434, + 6232, + 7.498, + 6233, + 9.546, + 6234, + 7.498, + 6235, + 7.498, + 6236, + 7.498, + 6237, + 7.498, + 6238, + 6.856, + 6239, + 6.856 ] ], [ - "type/assets/vitahealthenergy", + "type/examples/material/screenspace", [ - 1047, - 0.756 + 39, + 1.26 ] ], [ - "data/assets/vitahealthenergy", + "data/examples/material/screenspace", [ 7, - 1.412, - 9, - 0.836, - 89, - 6.98, - 395, - 3.888, - 2364, - 7.698, - 3204, - 6.98, - 6271, - 9.839, - 6272, - 9.839, - 6273, - 11.25 - ] + 1.319, + 10, + 1.421, + 11, + 3.175, + 18, + 1.111, + 20, + 1.455, + 23, + 3.961, + 36, + 1.311, + 38, + 0.73, + 39, + 2.08, + 42, + 1.194, + 46, + 1.64, + 57, + 0.841, + 59, + 0.988, + 77, + 1.361, + 79, + 0.977, + 90, + 1.567, + 92, + 2.638, + 97, + 1.9, + 99, + 1.093, + 100, + 1.644, + 101, + 5.095, + 102, + 2.534, + 106, + 1.177, + 107, + 1.667, + 113, + 1.975, + 118, + 4.239, + 120, + 3.933, + 126, + 1.739, + 132, + 2.258, + 140, + 3.029, + 156, + 3.868, + 158, + 1.922, + 160, + 1.943, + 168, + 3.454, + 169, + 0.978, + 177, + 3.015, + 182, + 3.498, + 185, + 3.089, + 194, + 1.2, + 199, + 4.69, + 203, + 3.544, + 212, + 4.077, + 226, + 1.829, + 228, + 3.722, + 229, + 1.606, + 243, + 3.257, + 250, + 3.385, + 260, + 2.216, + 263, + 1.966, + 315, + 5.432, + 330, + 2.794, + 382, + 2.366, + 403, + 4.663, + 404, + 4.154, + 427, + 5.364, + 432, + 4.663, + 452, + 1.911, + 454, + 4.649, + 471, + 2.642, + 505, + 3.371, + 524, + 2.202, + 555, + 2.059, + 634, + 2.597, + 678, + 4.431, + 686, + 3.544, + 754, + 3.933, + 786, + 5.074, + 857, + 3.749, + 915, + 2.521, + 960, + 3.0, + 1007, + 3.07, + 1133, + 4.603, + 1155, + 3.187, + 1188, + 4.293, + 1221, + 3.257, + 1256, + 5.432, + 1296, + 2.449, + 1499, + 3.933, + 1502, + 4.492, + 1675, + 4.723, + 1681, + 2.816, + 1725, + 5.537, + 1790, + 4.663, + 1879, + 5.548, + 1931, + 3.544, + 1948, + 3.498, + 2060, + 4.959, + 2118, + 5.143, + 2123, + 3.749, + 2128, + 4.959, + 2382, + 5.432, + 2383, + 6.11, + 2384, + 4.075, + 2385, + 4.959, + 2389, + 3.807, + 2400, + 6.011, + 2441, + 3.454, + 2622, + 5.143, + 2667, + 4.801, + 2710, + 5.641, + 3209, + 7.518, + 3415, + 3.592, + 3451, + 5.641, + 3486, + 4.541, + 4940, + 5.641, + 4968, + 5.143, + 5993, + 5.143, + 6043, + 4.801, + 6129, + 5.364, + 6130, + 5.364, + 6188, + 5.641, + 6238, + 6.011, + 6239, + 6.011, + 6240, + 10.511, + 6241, + 5.641, + 6242, + 6.574 + ] ], [ - "type/assets/defstring", + "type/examples/material/uvgradient", [ - 1047, - 0.756 + 39, + 1.26 ] ], [ - "data/assets/defstring", + "data/examples/material/uvgradient", [ - 8, - 1.256, - 9, - 0.954, - 42, - 2.339, - 91, - 3.764, - 137, - 1.46, - 570, - 5.438, - 1290, - 5.776, - 1569, - 3.962, - 6274, - 9.816, - 6275, - 7.17 + 7, + 1.062, + 18, + 1.123, + 20, + 1.534, + 23, + 4.652, + 39, + 1.785, + 57, + 1.082, + 59, + 0.763, + 72, + 2.815, + 79, + 1.022, + 82, + 5.701, + 96, + 3.261, + 99, + 0.751, + 100, + 1.931, + 103, + 1.948, + 106, + 1.515, + 150, + 2.142, + 169, + 1.531, + 194, + 1.878, + 196, + 2.925, + 201, + 1.901, + 212, + 4.788, + 228, + 3.593, + 229, + 1.551, + 250, + 3.268, + 333, + 2.91, + 358, + 3.898, + 359, + 3.789, + 434, + 3.936, + 471, + 2.267, + 501, + 6.381, + 675, + 3.244, + 676, + 3.86, + 931, + 2.848, + 993, + 4.753, + 1029, + 4.145, + 1192, + 5.244, + 1223, + 5.701, + 1289, + 5.244, + 1326, + 5.15, + 1541, + 4.56, + 1675, + 5.547, + 1676, + 6.502, + 1879, + 5.214, + 2007, + 5.345, + 2200, + 6.178, + 2383, + 5.244, + 2686, + 6.381, + 3854, + 6.381, + 3916, + 7.735, + 4591, + 7.258, + 6228, + 7.735, + 6243, + 8.459 ] ], [ - "type/assets/luascriptinstance", + "type/examples/material/vertexcolor", [ - 1047, - 0.756 + 39, + 1.26 ] ], [ - "data/assets/luascriptinstance", + "data/examples/material/vertexcolor", [ - 11, - 0.863, - 16, - 0.878, - 30, - 0.878, - 59, - 4.13, - 74, - 1.08, - 102, - 2.875, - 491, - 4.668, - 506, - 7.336, - 569, - 3.231, - 576, - 4.525, - 833, - 6.718, - 969, - 4.665, - 1822, - 3.597, - 6276, - 9.724 + 7, + 1.14, + 18, + 1.129, + 38, + 1.009, + 46, + 1.296, + 57, + 1.163, + 99, + 0.807, + 101, + 5.207, + 108, + 3.158, + 126, + 1.804, + 148, + 1.864, + 182, + 4.835, + 201, + 2.042, + 206, + 4.405, + 215, + 4.552, + 240, + 2.584, + 241, + 1.946, + 256, + 2.042, + 258, + 5.986, + 290, + 3.536, + 324, + 5.183, + 358, + 4.187, + 471, + 2.436, + 856, + 4.31, + 981, + 5.532, + 1629, + 4.07, + 2382, + 6.659, + 2384, + 5.634, + 2621, + 6.637, + 2655, + 8.765, + 6244, + 9.087, + 6245, + 10.742, + 6246, + 9.087 ] ], [ - "type/assets/defvideoads", + "type/assets/reszip", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defvideoads", + "data/assets/reszip", [ - 440, - 4.879, - 558, - 7.273, - 1786, - 6.711, - 6275, - 7.273, - 6277, - 9.957, - 6278, - 9.957 + 18, + 1.01, + 57, + 1.247, + 99, + 0.865, + 256, + 2.19, + 615, + 5.186, + 1010, + 4.005, + 1226, + 5.559, + 1545, + 7.626, + 1681, + 4.176, + 2173, + 5.736, + 2182, + 4.998, + 4304, + 8.913, + 6247, + 11.19 ] ], [ - "type/assets/adjustsdk", + "type/assets/apathfinding", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/adjustsdk", + "data/assets/apathfinding", [ - 74, - 1.101, - 247, - 1.8, - 859, - 3.237, - 1262, - 6.172, - 2451, - 7.284, - 6279, - 9.91 + 20, + 1.269, + 36, + 1.904, + 38, + 1.06, + 42, + 1.734, + 59, + 0.862, + 79, + 1.02, + 100, + 1.791, + 229, + 1.75, + 313, + 3.743, + 552, + 2.838, + 1066, + 3.743, + 1067, + 3.119, + 1411, + 4.736, + 1934, + 7.468, + 2293, + 8.729, + 3008, + 8.191, + 6248, + 9.546, + 6249, + 9.546, + 6250, + 9.546, + 6251, + 9.546 ] ], [ - "type/assets/websocket", + "type/assets/kenney", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/websocket", + "data/assets/kenney", [ - 9, - 0.982, - 11, - 0.829, - 16, - 0.985, - 24, - 4.259, - 30, - 1.044, - 74, - 1.284, - 151, - 1.711, - 196, - 3.165, - 247, - 1.695, - 259, - 6.895, - 283, - 4.729, - 407, - 2.26, - 776, - 4.141, - 795, - 6.319, - 1619, - 5.681, - 1663, - 4.476, - 1678, - 3.659, - 2038, - 4.141, - 2153, - 6.62, - 6280, - 11.919, - 6281, - 8.533 + 46, + 1.387, + 52, + 2.677, + 60, + 2.706, + 91, + 3.319, + 99, + 0.863, + 194, + 2.039, + 256, + 2.185, + 550, + 4.525, + 939, + 5.536, + 2952, + 6.024, + 6151, + 10.218, + 6252, + 9.724 ] ], [ - "type/assets/editor-script-templates", + "type/assets/orthographic", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/editor-script-templates", + "data/assets/orthographic", [ - 48, - 2.725, - 141, - 1.962, - 152, - 2.667, - 302, - 3.675, - 336, - 4.469, - 569, - 3.244, - 633, - 3.88, - 1975, - 7.948, - 2018, - 5.211 + 18, + 0.856, + 23, + 4.978, + 59, + 0.856, + 79, + 0.936, + 99, + 0.978, + 107, + 1.804, + 182, + 5.045, + 194, + 1.73, + 226, + 2.638, + 324, + 5.407, + 567, + 4.92, + 637, + 6.113, + 735, + 4.548, + 786, + 5.491, + 931, + 2.624, + 1133, + 4.981, + 1158, + 4.369, + 2123, + 5.407, + 3482, + 8.501, + 3490, + 8.669, + 6194, + 8.669, + 6253, + 8.135 ] ], [ - "type/assets/defos", + "type/assets/richtext", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defos", + "data/assets/richtext", [ - 91, - 3.818, - 1290, - 5.859, - 1352, - 6.062, - 1678, - 3.904, - 6282, - 11.327 + 2, + 2.462, + 79, + 0.826, + 99, + 0.863, + 216, + 4.415, + 226, + 2.706, + 228, + 4.13, + 229, + 1.783, + 241, + 2.082, + 782, + 8.892, + 810, + 7.935, + 894, + 3.842, + 1953, + 8.892, + 6254, + 9.724, + 6255, + 7.935, + 6256, + 8.892 ] ], [ - "type/assets/uptime", + "type/assets/webmonetization", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/uptime", + "data/assets/webmonetization", [ - 300, - 2.127, - 395, - 3.925, - 492, - 4.049, - 1669, - 6.158, - 6283, - 11.86 + 18, + 1.028, + 20, + 1.197, + 36, + 2.131, + 54, + 4.277, + 57, + 1.152, + 59, + 0.813, + 79, + 0.968, + 99, + 1.012, + 100, + 1.69, + 113, + 1.805, + 194, + 1.644, + 240, + 2.562, + 241, + 1.929, + 268, + 1.839, + 273, + 2.224, + 433, + 4.356, + 471, + 2.415, + 659, + 5.138, + 715, + 4.733, + 735, + 4.321, + 746, + 6.223, + 807, + 5.217, + 839, + 6.796, + 911, + 4.99, + 915, + 3.454, + 1067, + 2.943, + 1584, + 5.062, + 1973, + 5.39, + 2276, + 8.237, + 2315, + 7.35, + 2335, + 5.809, + 2888, + 8.061, + 5035, + 7.73, + 6257, + 10.686, + 6258, + 9.008, + 6259, + 10.686, + 6260, + 8.237, + 6261, + 9.008, + 6262, + 9.008 ] ], [ - "type/assets/emthree", + "type/assets/editor-script-align", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/emthree", + "data/assets/editor-script-align", [ - 9, - 0.846, - 547, - 2.96, - 1275, - 5.368, - 2671, - 5.595, - 6284, - 11.327 + 42, + 1.73, + 47, + 4.266, + 49, + 3.818, + 58, + 4.942, + 79, + 0.809, + 84, + 4.08, + 94, + 4.432, + 97, + 3.192, + 99, + 0.98, + 203, + 5.134, + 351, + 4.942, + 681, + 4.667, + 691, + 2.914, + 695, + 4.306, + 706, + 6.956, + 2121, + 5.604, + 2783, + 6.757, + 4595, + 7.12, + 6263, + 10.662 ] ], [ - "type/assets/extensiondirectories", + "type/assets/luascriptinstance", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/extensiondirectories", + "data/assets/luascriptinstance", [ - 11, + 18, 0.878, - 395, - 3.906, - 834, - 5.915, - 859, - 3.23, - 866, - 4.235, - 2038, - 4.388, - 5128, - 8.51, - 6285, - 9.886 + 38, + 1.08, + 59, + 0.878, + 97, + 3.231, + 99, + 0.863, + 141, + 3.597, + 160, + 2.875, + 261, + 4.13, + 895, + 4.665, + 914, + 4.668, + 1090, + 4.525, + 1806, + 6.718, + 3139, + 7.336, + 6264, + 9.724 ] ], [ - "type/assets/illumination", + "type/assets/playfabsdk", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/illumination", + "data/assets/playfabsdk", [ - 11, - 0.979, - 16, - 0.858, - 29, - 2.135, - 30, - 0.995, - 42, - 2.265, - 74, - 1.055, - 151, - 1.742, - 152, - 2.588, - 221, - 4.656, - 270, - 5.056, - 334, - 6.94, - 417, - 4.606, - 708, - 6.405, - 805, - 4.606, - 877, - 8.154, - 1020, - 6.005, - 1603, - 5.503, - 1660, - 4.071, - 1780, - 5.264, - 2264, - 6.94, - 2511, - 6.564, - 2948, - 9.461, - 2950, - 7.753 + 20, + 1.305, + 38, + 1.09, + 79, + 0.834, + 1032, + 5.363, + 1047, + 4.66, + 1681, + 4.205, + 2173, + 5.776, + 2550, + 5.685, + 4090, + 7.17, + 6265, + 9.816, + 6266, + 11.235 ] ], [ - "type/assets/qrcode", + "type/assets/defold-mobilehtml5-typing", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/qrcode", + "data/assets/defold-mobilehtml5-typing", [ - 16, - 0.894, + 38, + 1.067, + 42, + 2.016, + 79, + 0.817, + 99, + 0.853, + 158, + 2.81, + 160, + 2.842, + 216, + 4.386, + 229, + 1.762, + 266, + 4.926, + 615, + 5.114, + 739, + 7.843, + 837, + 6.198, + 1269, + 5.325, + 1393, + 7.52, + 1840, + 6.331, + 1894, + 6.332, + 6267, + 9.612 + ] + ], + [ + "type/assets/share", + [ + 1975, + 0.756 + ] + ], + [ + "data/assets/share", + [ + 150, + 2.503, + 623, + 4.388, 891, - 3.449, - 2789, - 7.238, - 5591, - 6.679, - 5626, - 6.846, - 6286, - 9.91, - 6287, - 11.296 + 3.353, + 1066, + 3.877, + 1263, + 7.221, + 2336, + 7.979, + 4738, + 8.483 ] ], [ - "type/assets/daabbcc", + "type/assets/lualocade", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/daabbcc", + "data/assets/lualocade", [ - 9, - 0.828, - 16, - 0.88, - 33, - 1.295, - 51, - 1.829, - 137, - 1.45, - 677, - 4.776, - 859, - 3.184, - 1678, - 3.822, - 2131, - 6.915, - 2561, - 6.043, - 4536, - 8.913, - 5843, - 7.353, - 6288, - 11.19, - 6289, - 9.747 + 42, + 1.758, + 100, + 1.816, + 106, + 1.734, + 150, + 2.451, + 169, + 1.44, + 198, + 2.636, + 229, + 1.774, + 231, + 3.632, + 695, + 4.376, + 1075, + 6.001, + 3853, + 7.898, + 3902, + 6.117, + 4821, + 7.898, + 6268, + 11.145, + 6269, + 9.679, + 6270, + 9.679, + 6271, + 9.679 ] ], [ - "type/assets/googleplaygameservices", + "type/assets/defbuild", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/googleplaygameservices", + "data/assets/defbuild", [ - 8, - 1.183, - 9, - 0.922, 10, - 1.688, - 11, - 0.821, - 16, - 0.98, - 29, - 2.078, + 2.325, + 28, + 4.415, 38, - 5.275, - 51, - 1.735, - 74, - 1.027, - 86, - 1.319, - 142, - 6.286, - 143, - 5.377, - 248, - 4.181, - 290, - 3.219, - 349, - 4.921, - 395, - 3.654, - 432, - 4.483, - 660, - 5.053, - 708, - 6.234, - 859, - 3.021, - 884, - 5.197, - 1227, - 4.532, - 1357, - 5.964, - 1487, - 7.928, - 1649, - 7.547, - 1660, - 3.962, - 1676, - 7.547, - 2497, - 4.8, - 3418, - 6.234, - 5539, - 7.936, - 5543, - 8.457, - 6290, - 9.249, - 6291, - 9.249 + 1.011, + 42, + 1.654, + 59, + 0.971, + 79, + 0.914, + 99, + 0.955, + 148, + 1.868, + 150, + 2.306, + 153, + 2.683, + 169, + 1.355, + 177, + 2.786, + 229, + 1.67, + 268, + 1.859, + 313, + 3.571, + 471, + 2.441, + 629, + 2.739, + 647, + 5.274, + 677, + 4.196, + 685, + 3.712, + 690, + 5.755, + 808, + 4.846, + 1590, + 5.449, + 1655, + 6.014, + 1920, + 4.238, + 1961, + 5.544, + 1966, + 6.138, + 1989, + 5.194, + 2013, + 6.291, + 2024, + 4.117, + 6272, + 11.446, + 6273, + 9.107, + 6274, + 7.814, + 6275, + 9.107 ] ], [ - "type/assets/defluid", + "type/assets/starly", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defluid", + "data/assets/starly", [ - 48, - 2.751, - 151, - 1.812, - 226, - 5.401, - 664, - 4.199, - 2930, - 8.483, - 5386, - 8.067, - 6292, - 11.281, - 6293, - 9.886 + 20, + 1.311, + 38, + 1.095, + 42, + 1.791, + 241, + 2.112, + 1090, + 4.589, + 1133, + 5.182, + 3482, + 7.204, + 6276, + 11.826 ] ], [ - "type/assets/adswrapper", + "type/assets/extensiondirectories", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/adswrapper", + "data/assets/extensiondirectories", [ - 9, - 0.781, - 11, - 0.816, - 16, - 0.829, - 22, - 2.085, - 29, - 2.064, - 32, - 1.748, - 33, - 1.221, - 60, - 3.745, - 74, - 1.201, - 141, - 1.841, - 159, - 4.057, - 248, - 4.153, - 334, - 6.71, - 406, - 3.838, - 407, - 1.903, - 440, - 4.502, - 834, - 5.497, - 858, - 2.912, - 1487, - 8.391, - 1786, - 7.994, - 2475, - 4.827, - 3530, - 5.497, - 3705, - 7.883, - 3946, - 9.374, - 5616, - 7.883, - 5753, - 7.497, - 5755, - 8.401, - 6294, - 9.187, - 6295, - 8.401, - 6296, - 9.187, - 6297, - 9.187, - 6298, - 8.401 + 99, + 0.878, + 758, + 4.388, + 894, + 3.906, + 1067, + 3.23, + 1291, + 5.915, + 1411, + 4.235, + 3674, + 8.51, + 6277, + 9.886 ] ], [ - "type/assets/md5", + "type/assets/feat", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/md5", + "data/assets/feat", [ - 22, - 2.227, - 51, - 1.842, - 60, - 4.001, - 86, - 1.4, - 141, - 1.967, - 859, - 3.207, - 1569, - 3.462, - 1678, - 3.849, - 4763, - 6.616, - 6299, - 10.794 + 38, + 1.09, + 59, + 1.014, + 169, + 1.46, + 256, + 2.206, + 335, + 6.467, + 6278, + 11.235, + 6279, + 9.816, + 6280, + 9.816, + 6281, + 8.976, + 6282, + 9.816 ] ], [ - "type/assets/webrtc", + "type/assets/whdefrouter", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/webrtc", + "data/assets/whdefrouter", [ - 9, - 0.834, - 16, - 0.886, - 74, - 1.09, - 160, - 1.758, - 412, - 5.094, - 521, - 3.849, - 576, - 4.568, - 3556, - 5.094, - 5623, - 7.17, - 6300, - 11.804 + 23, + 4.501, + 79, + 0.846, + 1932, + 6.56, + 2928, + 7.064, + 6283, + 11.327 ] ], [ - "type/assets/prometheus", + "type/assets/deployer", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/prometheus", + "data/assets/deployer", [ - 102, - 2.944, - 191, - 2.521, - 2736, - 10.855, - 2742, - 9.105 + 7, + 1.235, + 38, + 1.093, + 42, + 1.787, + 97, + 2.845, + 313, + 3.858, + 837, + 6.345, + 1083, + 7.698, + 2029, + 7.187, + 6284, + 11.815 ] ], [ - "type/assets/fontscale", + "type/assets/defold-proto", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/fontscale", + "data/assets/defold-proto", [ - 30, - 0.892, - 45, - 5.818, - 171, - 5.915, - 493, - 2.89, - 2193, - 7.014, - 2812, - 7.734, - 3618, - 6.829, - 6301, - 11.281 + 42, + 2.142, + 59, + 0.884, + 99, + 0.87, + 1090, + 4.557, + 1602, + 4.799, + 2097, + 6.765, + 3796, + 8.955, + 3899, + 6.601, + 6285, + 10.26, + 6286, + 8.955 ] ], [ - "type/assets/share", + "type/assets/warbattlesassetpack", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/share", + "data/assets/warbattlesassetpack", [ - 191, - 2.503, - 196, - 3.353, - 611, - 4.388, - 1276, - 7.979, - 1678, - 3.877, - 2401, - 8.483, - 3112, - 7.221 + 18, + 0.991, + 20, + 1.254, + 46, + 1.346, + 57, + 1.207, + 79, + 0.933, + 99, + 0.838, + 194, + 2.004, + 457, + 3.351, + 673, + 5.466, + 761, + 6.695, + 1428, + 5.156, + 1975, + 1.196, + 2117, + 6.217, + 2550, + 5.466, + 4279, + 7.701, + 4548, + 7.119, + 6152, + 8.022, + 6287, + 9.438, + 6288, + 10.983, + 6289, + 10.983, + 6290, + 8.63, + 6291, + 9.438, + 6292, + 8.63 ] ], [ - "type/assets/defsave", + "type/assets/defoldinput", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defsave", + "data/assets/defoldinput", [ - 7, - 1.22, - 9, - 0.826, - 11, - 0.863, - 16, - 0.878, - 22, - 2.206, - 196, - 3.298, - 514, - 3.453, - 570, - 5.387, - 660, - 5.313, - 702, - 4.665, - 2046, - 5.465, - 2078, - 6.406, - 2334, - 7.103, - 2392, - 5.722, - 6302, - 10.218 + 42, + 1.722, + 59, + 0.994, + 77, + 1.963, + 99, + 0.842, + 160, + 2.803, + 172, + 4.17, + 194, + 1.73, + 266, + 5.165, + 915, + 3.635, + 1007, + 3.322, + 1097, + 5.878, + 1140, + 4.369, + 1261, + 5.772, + 1323, + 3.96, + 1604, + 4.981, + 2312, + 7.152, + 3094, + 6.549, + 3140, + 6.549, + 3680, + 7.736, + 4472, + 6.925, + 6293, + 9.481, + 6294, + 9.481, + 6295, + 9.481, + 6296, + 9.481 ] ], [ - "type/assets/ironsource", + "type/assets/moku", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/ironsource", + "data/assets/moku", [ - 8, - 1.256, - 9, - 0.834, - 30, - 0.886, - 137, - 1.46, - 795, - 5.685, - 859, - 3.207, - 1262, - 5.363, - 1678, - 3.849, - 5125, - 7.68, - 5754, - 10.128 + 38, + 1.106, + 982, + 5.958, + 988, + 8.125, + 6297, + 11.327, + 6298, + 9.957 ] ], [ - "type/assets/rive", + "type/assets/def_usercentrics", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/rive", + "data/assets/def_usercentrics", [ - 9, - 0.805, - 11, - 0.842, - 16, - 0.856, - 29, - 2.474, - 33, - 1.26, - 48, - 2.638, - 70, - 2.13, - 74, - 1.053, - 86, - 1.352, - 247, - 1.722, - 310, - 4.75, - 357, - 4.596, - 664, - 4.027, - 1423, - 5.045, - 1505, - 5.991, - 1516, - 3.322, - 1684, - 6.246, - 2099, - 5.579, - 3290, - 7.736, - 3611, - 11.15, - 3846, - 6.925, - 6303, - 9.481 + 38, + 1.098, + 42, + 2.049, + 3197, + 9.04, + 6299, + 9.886, + 6300, + 11.281, + 6301, + 11.281 ] ], [ - "type/assets/videoplayernative", + "type/assets/printer", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/videoplayernative", + "data/assets/printer", [ - 9, - 0.82, - 16, - 1.004, - 74, - 1.236, - 191, - 2.445, - 362, - 3.815, - 553, - 5.427, - 573, - 4.366, - 859, - 3.155, - 1293, - 4.493, - 1352, - 5.879, - 1678, - 4.364, - 2262, - 8.83, - 6090, - 10.177, - 6304, - 9.657, - 6305, - 9.657 + 38, + 1.09, + 79, + 0.834, + 194, + 1.791, + 201, + 2.206, + 216, + 3.878, + 878, + 7.245, + 1263, + 7.17, + 6255, + 8.01, + 6302, + 11.235, + 6303, + 9.816 ] ], [ - "type/assets/apkx", + "type/assets/defold-persist", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/apkx", + "data/assets/defold-persist", [ - 8, - 1.216, - 11, - 0.844, - 16, - 0.858, - 30, - 0.995, - 51, - 1.783, - 70, - 2.135, - 92, - 3.265, - 142, - 5.503, - 143, - 4.707, - 151, - 1.742, - 191, - 2.406, - 302, - 3.565, - 859, - 3.104, - 1498, - 5.685, - 2379, - 6.005, - 3557, - 7.434, - 4157, - 8.318, - 4185, - 6.94, - 5214, - 8.154, - 6306, - 11.026, - 6307, - 9.502, - 6308, - 9.502, - 6309, - 9.502 + 38, + 1.067, + 42, + 2.185, + 46, + 1.371, + 59, + 0.867, + 79, + 0.943, + 91, + 3.281, + 194, + 1.754, + 552, + 2.858, + 677, + 4.429, + 758, + 4.266, + 891, + 3.26, + 1590, + 5.751, + 2182, + 4.928, + 4849, + 7.251, + 6304, + 10.702 ] ], [ - "type/assets/dsfonts", + "type/assets/truetilecollisions", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/dsfonts", + "data/assets/truetilecollisions", [ - 8, - 1.25, - 9, - 0.83, - 16, - 0.882, - 33, - 1.299, - 42, - 2.329, - 51, - 1.833, - 74, - 1.085, - 271, - 4.736, - 348, - 6.585, - 828, - 6.174, - 869, - 6.174, - 883, - 6.057, - 6310, - 11.205 + 106, + 1.762, + 256, + 2.211, + 291, + 5.698, + 866, + 3.666, + 894, + 3.888, + 962, + 5.287, + 963, + 5.376, + 1889, + 5.99, + 4211, + 8.443, + 6305, + 9.839 ] ], [ - "type/assets/defgraph", + "type/assets/colyseus", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defgraph", + "data/assets/colyseus", [ - 8, - 1.464, - 9, - 0.972, - 10, - 1.662, - 11, - 0.955, - 16, - 0.971, - 30, - 0.822, - 32, - 1.733, - 46, - 2.534, - 48, - 2.534, - 51, - 2.148, - 52, - 3.031, - 91, - 3.492, - 137, - 1.355, - 166, - 3.191, - 190, - 2.59, - 195, - 4.909, - 367, - 5.449, - 407, - 1.886, - 554, - 3.012, - 570, - 5.045, - 640, - 4.196, - 644, - 4.726, - 832, - 5.755, - 944, - 5.274, - 1516, - 3.191, - 1604, - 8.635, - 1636, - 4.785, - 1695, - 4.415, - 2801, - 6.652, - 3360, - 6.652, - 3631, - 7.125, - 6311, - 10.756, - 6312, - 9.107, - 6313, - 9.107 + 18, + 0.869, + 42, + 1.75, + 59, + 0.869, + 99, + 0.855, + 194, + 1.758, + 198, + 2.624, + 229, + 1.766, + 292, + 4.127, + 692, + 3.615, + 703, + 3.778, + 771, + 4.483, + 1032, + 5.264, + 1807, + 4.621, + 2355, + 7.537, + 2448, + 6.347, + 4105, + 7.861, + 6306, + 11.115, + 6307, + 7.861, + 6308, + 9.634 ] ], [ - "type/assets/reszip", + "type/assets/screenshot", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/reszip", + "data/assets/screenshot", [ - 8, - 1.247, - 11, - 0.865, - 29, - 2.19, - 30, - 1.01, - 567, - 5.736, - 568, - 4.005, - 670, - 4.998, - 1599, - 5.559, - 1601, - 7.626, - 1660, - 4.176, - 1758, - 5.186, - 2585, - 8.913, - 6314, - 11.19 + 36, + 2.237, + 77, + 2.028, + 446, + 4.906, + 740, + 4.963, + 823, + 6.452, + 936, + 6.452, + 1041, + 4.427, + 2236, + 6.071, + 3669, + 7.662, + 4938, + 8.955, + 5053, + 10.26 ] ], [ - "type/assets/colorlib", + "type/assets/pack", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/colorlib", + "data/assets/pack", [ - 8, - 1.213, - 9, - 0.805, - 11, - 0.842, - 30, - 0.856, - 48, - 2.638, - 60, - 3.865, - 86, - 1.352, - 93, - 4.411, - 152, - 2.582, - 224, - 2.61, - 316, - 2.851, - 343, - 2.696, - 574, - 8.135, - 587, - 4.981, - 862, - 5.58, - 1035, - 8.04, - 1129, - 4.097, - 1618, - 5.045, - 2018, - 5.045, - 4669, - 8.135, - 6315, - 9.481, - 6316, - 9.481, - 6317, - 8.135, - 6318, - 9.481 + 59, + 0.894, + 891, + 3.361, + 1295, + 3.718, + 4116, + 9.062, + 4596, + 8.086, + 6152, + 8.25, + 6309, + 9.91 ] ], [ - "type/assets/applovin-max", + "type/assets/webrtc", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/applovin-max", + "data/assets/webrtc", [ - 16, - 0.886, - 74, + 38, 1.09, - 247, - 1.783, - 573, - 4.438, - 1293, + 59, + 0.886, + 79, + 0.834, + 106, + 1.758, + 351, + 5.094, + 567, + 5.094, + 614, + 3.849, + 1090, 4.568, - 2475, - 6.201, - 2771, - 6.467, - 6298, - 10.794 + 2088, + 7.17, + 6310, + 11.804 ] ], [ - "type/assets/hypertrails", + "type/assets/apkx", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/hypertrails", + "data/assets/apkx", [ - 11, - 0.876, - 16, - 0.89, - 29, - 2.216, - 412, - 5.118, - 1253, - 5.248, - 4328, - 7.716, - 6214, - 9.019, - 6319, - 9.863, - 6320, - 9.863, - 6321, - 9.863 + 18, + 0.995, + 57, + 1.216, + 59, + 0.858, + 99, + 0.844, + 100, + 1.783, + 132, + 3.265, + 150, + 2.406, + 201, + 2.135, + 229, + 1.742, + 231, + 3.565, + 995, + 6.005, + 1067, + 3.104, + 1131, + 4.707, + 1650, + 5.685, + 1652, + 7.434, + 2094, + 6.94, + 2194, + 5.503, + 3185, + 8.318, + 3653, + 8.154, + 6311, + 11.026, + 6312, + 9.502, + 6313, + 9.502, + 6314, + 9.502 ] ], [ - "type/assets/tinyecs", + "type/assets/gyro", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/tinyecs", + "data/assets/gyro", [ - 9, - 0.832, - 30, - 0.884, - 247, - 2.038, - 407, - 2.028, - 576, - 5.221, - 4694, - 9.627, - 6322, - 9.793, - 6323, - 11.22, - 6324, - 9.793 + 891, + 3.385, + 1884, + 4.239, + 6315, + 11.342, + 6316, + 9.981 ] ], [ - "type/assets/gog-galaxy", + "type/assets/navgo", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/gog-galaxy", + "data/assets/navgo", [ - 160, - 1.758, - 191, - 2.485, - 859, - 3.207, - 1262, - 5.363, - 1676, - 8.01, - 3507, - 8.01, - 6325, - 11.804, - 6326, - 11.804 + 18, + 0.844, + 20, + 1.538, + 36, + 1.865, + 38, + 1.213, + 91, + 3.193, + 99, + 0.97, + 103, + 2.153, + 109, + 3.509, + 228, + 3.973, + 241, + 2.003, + 256, + 2.455, + 273, + 2.309, + 291, + 5.417, + 368, + 2.66, + 567, + 4.854, + 648, + 4.534, + 982, + 5.596, + 1411, + 4.68, + 1933, + 4.976, + 1934, + 8.547, + 3890, + 6.304, + 4496, + 8.552, + 5257, + 8.025, + 6317, + 11.574 ] ], [ - "type/assets/blip", + "type/assets/colorlib", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/blip", + "data/assets/colorlib", [ - 16, - 0.894, - 143, - 4.909, - 380, - 5.569, - 564, - 5.652, - 2118, - 5.929, - 2944, - 9.062, - 6327, - 11.296 + 18, + 0.856, + 46, + 1.352, + 52, + 2.61, + 57, + 1.213, + 79, + 0.805, + 99, + 0.842, + 198, + 2.582, + 212, + 4.411, + 226, + 2.638, + 240, + 2.696, + 433, + 3.865, + 629, + 2.851, + 713, + 5.045, + 715, + 4.981, + 1774, + 5.58, + 1968, + 5.045, + 2164, + 4.097, + 2390, + 8.04, + 3777, + 8.135, + 4732, + 8.135, + 6318, + 9.481, + 6319, + 9.481, + 6320, + 8.135, + 6321, + 9.481 ] ], [ - "type/assets/lualocade", + "type/assets/defold-colors", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/lualocade", + "data/assets/defold-colors", [ - 51, - 1.816, - 137, - 1.44, - 151, - 1.774, - 152, - 2.636, - 160, - 1.734, - 191, - 2.451, - 247, - 1.758, - 248, - 4.376, - 302, - 3.632, - 1627, - 7.898, - 1845, - 6.001, - 2410, - 7.898, - 4059, - 6.117, - 6328, - 11.145, - 6329, - 9.679, - 6330, - 9.679, - 6331, - 9.679 + 42, + 2.188, + 46, + 1.378, + 59, + 0.872, + 79, + 0.82, + 91, + 3.296, + 194, + 1.762, + 212, + 4.493, + 552, + 2.871, + 758, + 4.286, + 1088, + 7.879, + 1460, + 5.427, + 2390, + 8.1, + 5957, + 7.555, + 6322, + 9.657 ] ], [ - "type/assets/tiled", + "type/assets/safearea", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/tiled", + "data/assets/safearea", [ - 8, - 1.218, - 9, - 0.809, - 11, - 0.846, - 16, - 0.86, - 29, - 2.14, - 74, - 1.058, - 152, - 2.594, - 247, - 2.005, - 297, - 2.983, - 343, - 2.708, + 18, + 1.075, + 36, + 2.173, + 57, + 1.191, + 66, + 6.004, + 99, + 0.827, + 143, + 4.513, + 153, + 2.113, + 169, + 1.385, + 198, + 2.536, + 201, + 2.092, + 249, + 4.466, + 281, + 5.772, + 449, + 6.519, + 854, + 5.158, + 1590, + 5.571, + 2373, + 5.884, + 2399, + 7.024, + 2403, + 6.605, + 2687, + 8.514, + 3415, + 5.953, + 4533, + 6.605, + 4869, + 8.514, + 4876, + 6.801, + 5091, + 8.514, + 6223, + 8.514, + 6323, + 10.896, + 6324, + 9.311, + 6325, + 9.311 + ] + ], + [ + "type/assets/fontgen", + [ + 1975, + 0.756 + ] + ], + [ + "data/assets/fontgen", + [ + 38, + 1.08, + 42, + 1.766, + 100, + 1.825, + 151, + 4.029, + 159, + 5.722, + 169, + 1.447, + 241, + 2.082, 368, - 6.141, - 372, - 6.419, - 412, - 4.942, - 475, - 7.451, - 633, - 3.293, - 1156, - 4.306, - 1851, - 7.771, - 2117, - 5.134, - 2771, - 6.274, - 3136, - 6.419, - 4465, - 8.709, - 5883, - 10.005 + 2.765, + 433, + 3.964, + 629, + 2.924, + 966, + 8.344, + 1067, + 3.177, + 2822, + 5.92, + 6326, + 11.175, + 6327, + 9.724 ] ], [ - "type/assets/druid", + "type/assets/defwindow", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/druid", + "data/assets/defwindow", [ - 8, - 1.197, - 9, - 0.795, - 10, - 1.707, - 11, - 0.83, - 16, - 0.844, - 48, - 2.602, - 70, - 2.101, - 77, - 1.865, - 160, - 1.675, - 247, - 1.699, - 298, - 3.667, - 362, - 4.317, - 369, - 2.964, - 383, - 7.631, - 765, - 6.031, - 875, - 7.317, - 1257, - 4.31, - 1835, - 5.596, - 1971, - 6.831, - 2018, - 4.976, - 2039, - 6.161, - 2497, - 4.854, - 4328, - 7.317, - 6249, - 7.631, - 6332, - 11.574, - 6333, - 9.353, - 6334, - 9.353, - 6335, - 9.353, - 6336, - 9.353, - 6337, - 9.353 + 18, + 0.894, + 38, + 1.101, + 456, + 5.342, + 735, + 4.754, + 879, + 5.831, + 1060, + 5.569, + 6328, + 11.296 ] ], [ - "type/assets/resource-encryption", + "type/assets/nativetext", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/resource-encryption", + "data/assets/nativetext", [ - 8, - 1.227, - 10, - 1.75, - 26, - 2.571, - 30, - 0.865, - 71, - 1.967, - 74, - 1.065, - 152, - 2.612, - 161, - 1.903, - 162, - 2.466, - 318, - 4.767, - 407, - 1.986, - 812, - 4.295, - 1059, - 4.699, - 1819, - 8.229, - 2018, - 5.103, - 2754, - 9.406, - 2771, - 6.318 + 38, + 1.098, + 42, + 1.796, + 104, + 5.069, + 216, + 3.906, + 1066, + 3.877, + 1067, + 3.685, + 6329, + 11.281 ] ], [ - "type/assets/sharpsprite", + "type/assets/derez", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/sharpsprite", + "data/assets/derez", [ - 30, - 0.886, - 74, - 1.09, - 222, - 6.616, - 247, - 1.783, - 327, - 6.964, - 363, - 4.438, - 547, - 2.919, - 1110, + 18, + 0.977, + 20, + 1.224, + 36, + 1.836, + 46, + 1.313, + 57, + 1.178, + 77, + 1.907, + 79, + 0.92, + 97, + 2.662, + 99, + 0.818, + 100, + 2.031, + 107, + 1.752, + 108, + 2.707, + 194, + 1.68, + 201, + 2.069, + 210, + 3.724, + 241, + 1.972, + 373, + 5.606, + 394, 7.68, - 6338, - 9.816, - 6339, - 9.816, - 6340, - 8.423, - 6341, - 9.816 + 429, + 4.464, + 456, + 4.964, + 594, + 4.243, + 704, + 5.937, + 723, + 5.606, + 931, + 2.548, + 1062, + 5.031, + 1158, + 4.243, + 1180, + 5.031, + 1188, + 4.512, + 1452, + 7.204, + 1872, + 5.606, + 1883, + 7.513, + 5520, + 8.42, + 6042, + 8.42, + 6330, + 10.826, + 6331, + 9.208 ] ], [ "type/assets/gamekit", [ - 1047, + 1975, 0.756 ] ], [ "data/assets/gamekit", [ - 10, + 194, 2.056, - 75, + 361, 6.331, - 859, + 1067, 3.222, - 1325, + 2953, 7.782, - 6342, + 6332, 11.826 ] ], [ - "type/assets/splitmix64", + "type/assets/m", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/splitmix64", + "data/assets/m", [ - 30, - 1.007, - 70, - 2.18, - 141, - 1.944, - 151, - 1.779, - 184, - 4.345, - 224, - 2.671, - 247, - 1.762, - 493, - 2.836, - 759, - 3.936, - 1042, - 5.097, - 2139, - 5.906, - 3182, - 6.539, - 6343, - 11.16, - 6344, - 8.872 + 38, + 1.093, + 42, + 1.787, + 46, + 1.404, + 79, + 0.836, + 652, + 7.583, + 676, + 4.49, + 707, + 7.187, + 1269, + 5.451, + 3140, + 6.797, + 6333, + 9.839 ] ], [ - "type/assets/defarc", + "type/assets/defold-rendy", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defarc", + "data/assets/defold-rendy", [ - 9, - 0.815, - 11, - 0.851, - 33, - 1.275, - 48, - 2.668, - 74, - 1.065, - 86, - 1.368, - 87, - 3.973, - 152, - 2.612, - 247, - 2.013, - 300, - 2.053, - 1636, - 5.038, - 1660, - 4.108, - 3846, - 7.004, - 6345, - 11.693, - 6346, - 11.085, - 6347, - 9.59, - 6348, - 9.59, - 6349, - 9.59 + 42, + 2.187, + 46, + 1.374, + 59, + 0.869, + 79, + 0.944, + 91, + 3.289, + 194, + 1.758, + 429, + 4.67, + 552, + 2.864, + 575, + 6.655, + 758, + 4.276, + 1133, + 5.062, + 4957, + 8.81, + 6334, + 11.715, + 6335, + 9.634 ] ], [ - "type/assets/teal", + "type/assets/defold-oop", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/teal", + "data/assets/defold-oop", [ - 74, - 1.103, - 247, - 1.804, - 521, - 3.895, - 6350, - 11.86, - 6351, - 9.933 + 38, + 1.088, + 42, + 2.142, + 160, + 2.895, + 169, + 1.457, + 710, + 4.747, + 931, + 2.71, + 1191, + 7.388, + 2786, + 7.662, + 6336, + 11.22, + 6337, + 9.793 ] ], [ - "type/assets/editorscriptatlas", + "type/assets/defmath", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/editorscriptatlas", + "data/assets/defmath", [ - 9, - 0.815, - 11, - 0.984, - 48, - 2.668, - 141, - 1.921, - 278, - 2.934, - 285, - 5.492, - 299, - 6.42, - 300, - 2.053, - 407, - 2.296, - 569, - 3.205, - 633, - 3.833, - 680, - 3.789, - 776, - 4.256, - 858, - 3.039, - 1979, - 5.738, - 6352, - 9.59 + 57, + 1.271, + 79, + 0.844, + 90, + 2.367, + 1034, + 3.809, + 1094, + 7.493, + 6338, + 11.311 ] ], [ - "type/assets/tinyhttp", + "type/assets/editor-script-cleanup", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/tinyhttp", + "data/assets/editor-script-cleanup", [ - 16, - 0.89, - 251, - 6.629, - 283, - 4.998, - 859, - 3.222, - 1044, - 4.545, - 1678, - 3.867, - 2825, - 6.997, - 4694, - 8.463, - 6353, - 9.863 + 49, + 4.078, + 97, + 3.409, + 106, + 1.754, + 351, + 5.082, + 521, + 3.409, + 3243, + 7.388, + 3726, + 9.155, + 6339, + 9.793 ] ], [ - "type/assets/defold-index", + "type/assets/websocket", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defold-index", + "data/assets/websocket", [ - 8, - 1.197, - 9, - 0.928, - 10, - 1.707, - 11, - 0.83, - 16, - 0.844, - 51, - 1.755, - 74, - 1.039, - 152, - 2.547, - 160, - 1.675, - 191, - 2.368, - 224, - 2.574, - 247, - 1.984, - 293, - 3.753, - 300, - 2.339, - 303, - 3.907, - 412, - 4.854, - 569, - 2.704, - 570, - 5.181, - 633, - 3.234, - 645, - 4.976, - 700, - 4.268, - 859, - 3.055, - 969, - 4.486, - 1795, - 4.854, - 2038, - 4.151, - 2266, - 4.352, - 2527, - 6.43 + 18, + 1.044, + 38, + 1.284, + 42, + 1.695, + 59, + 0.985, + 77, + 2.26, + 78, + 4.141, + 79, + 0.982, + 99, + 0.829, + 229, + 1.711, + 646, + 4.729, + 676, + 4.259, + 729, + 6.319, + 735, + 4.476, + 758, + 4.141, + 891, + 3.165, + 1066, + 3.659, + 1574, + 5.681, + 2327, + 6.895, + 4483, + 6.62, + 6340, + 11.919, + 6341, + 8.533 ] ], [ - "type/assets/slasherprototype", + "type/assets/alienworld", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/slasherprototype", - [ - 10, - 1.766, - 16, - 0.874, - 30, - 0.874, - 671, - 6.377, - 685, - 7.186, - 958, - 4.46, - 1623, - 7.572, - 2320, - 7.302, - 2542, - 5.362, - 2774, - 6.001, - 3525, - 8.851, - 4886, - 8.305, - 5528, - 6.686, - 6354, - 9.679, - 6355, - 9.679, - 6356, - 9.679, - 6357, - 9.679 - ] - ], - [ - "type/assets/defold-colors", + "data/assets/alienworld", [ + 18, + 0.991, + 20, + 1.254, + 46, + 1.346, + 57, + 1.207, + 79, + 0.933, + 99, + 0.838, + 194, + 2.004, + 457, + 3.351, + 673, + 5.466, + 761, + 6.695, 1047, - 0.756 - ] - ], - [ - "data/assets/defold-colors", - [ - 9, - 0.82, - 10, - 1.762, - 16, - 0.872, - 86, - 1.378, - 93, - 4.493, - 247, - 2.188, - 391, - 3.296, - 547, - 2.871, - 884, - 5.427, - 1035, - 8.1, - 2038, - 4.286, - 2096, - 7.879, - 4328, - 7.555, - 6358, - 9.657 + 4.481, + 1158, + 5.061, + 1428, + 5.156, + 2117, + 6.217, + 2550, + 5.466, + 4279, + 7.701, + 4548, + 7.119, + 6152, + 6.893, + 6290, + 8.63, + 6292, + 8.63, + 6342, + 9.438, + 6343, + 10.983, + 6344, + 9.438, + 6345, + 9.438 ] ], [ - "type/assets/defold-api-emmylua", + "type/assets/deftest", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defold-api-emmylua", + "data/assets/deftest", [ - 74, - 1.09, - 247, - 2.144, - 1663, - 5.662, - 2101, - 7.68, - 2771, - 6.467, - 6359, - 11.235, - 6360, - 9.816 + 18, + 0.888, + 150, + 2.491, + 643, + 7.423, + 703, + 3.858, + 1192, + 6.975, + 5130, + 7.423, + 6307, + 8.029, + 6346, + 11.25, + 6347, + 9.839 ] ], [ - "type/assets/googleanalytics", + "type/assets/dicebag", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/googleanalytics", + "data/assets/dicebag", [ - 8, - 1.247, - 9, - 0.828, - 30, - 0.88, - 102, - 2.882, - 142, - 6.817, - 191, - 2.468, - 795, - 5.645, - 5541, - 9.208, - 6361, - 9.747, - 6362, - 8.913, - 6363, - 7.953 + 38, + 1.093, + 57, + 1.259, + 79, + 0.836, + 1034, + 3.773, + 1269, + 5.451, + 1681, + 4.215, + 3118, + 7.423, + 3845, + 7.423, + 6348, + 11.25, + 6349, + 9.839 ] ], [ - "type/assets/fmod", + "type/assets/nakama", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/fmod", + "data/assets/nakama", [ - 8, - 1.197, - 9, - 0.795, - 16, - 1.045, - 33, - 1.243, - 74, + 18, + 0.978, + 20, + 1.227, + 59, 1.039, - 143, - 4.633, - 151, - 1.715, - 160, - 1.675, - 289, - 5.91, - 380, - 5.256, - 547, - 3.248, - 558, - 6.831, - 564, - 6.231, - 876, - 6.161, - 1244, - 4.583, - 1423, - 4.976, - 1660, - 4.007, - 1669, - 5.798, - 1774, - 6.304, - 1956, - 6.831, - 1993, - 6.304, - 3746, - 7.631, - 5555, - 10.235, - 6364, - 9.353, - 6365, - 9.353, - 6366, - 9.353 + 99, + 0.819, + 100, + 1.732, + 169, + 1.373, + 241, + 1.976, + 292, + 3.953, + 317, + 5.43, + 629, + 2.775, + 646, + 5.493, + 683, + 3.92, + 735, + 4.427, + 740, + 4.676, + 771, + 4.294, + 915, + 3.539, + 1055, + 5.263, + 1403, + 4.381, + 1460, + 5.186, + 1681, + 3.953, + 2212, + 7.918, + 2836, + 7.22, + 2971, + 6.961, + 3055, + 7.53, + 3584, + 6.547, + 3845, + 6.961, + 4022, + 8.438, + 4105, + 7.53, + 4107, + 8.438, + 6350, + 11.51, + 6351, + 8.438, + 6352, + 9.228, + 6353, + 9.228 ] ], [ - "type/assets/playfabsdk", + "type/assets/crypto_iap", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/playfabsdk", + "data/assets/crypto_iap", [ - 9, - 0.834, - 33, - 1.305, - 74, - 1.09, - 567, - 5.776, - 577, - 7.17, - 738, - 5.685, - 1262, - 5.363, - 1284, - 4.66, - 1660, - 4.205, - 6367, - 9.816, - 6368, - 11.235 + 46, + 1.59, + 79, + 0.822, + 91, + 3.304, + 99, + 0.859, + 121, + 3.201, + 150, + 2.451, + 201, + 2.175, + 1769, + 5.135, + 1968, + 5.15, + 2275, + 7.898, + 3071, + 6.524, + 3474, + 6.686, + 6354, + 9.679, + 6355, + 9.679, + 6356, + 9.679, + 6357, + 9.679 ] ], [ - "type/assets/starly", + "type/assets/defvungle", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/starly", + "data/assets/defvungle", [ - 33, - 1.311, - 74, - 1.095, - 247, - 1.791, - 300, - 2.112, - 576, - 4.589, - 962, - 5.182, - 4144, - 7.204, - 6369, - 11.826 + 7, + 1.226, + 38, + 1.085, + 59, + 0.882, + 614, + 3.831, + 2024, + 4.417, + 2072, + 6.585, + 3312, + 7.972, + 4150, + 7.136, + 6358, + 9.77, + 6359, + 7.136, + 6360, + 11.205, + 6361, + 9.77, + 6362, + 9.77 ] ], [ - "type/assets/lpeg", + "type/assets/openal", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/lpeg", + "data/assets/openal", [ - 9, - 0.824, - 33, - 1.289, - 70, - 2.18, - 151, - 1.779, - 168, - 5.619, - 576, - 4.514, - 664, - 4.121, - 2087, - 7.319, - 2212, - 6.539, - 4601, - 7.319, - 5086, - 8.872, - 5087, - 8.872, - 6370, - 10.743, - 6371, - 9.702, - 6372, - 9.702 + 59, + 0.892, + 243, + 4.898, + 629, + 2.973, + 722, + 8.067, + 758, + 4.388, + 1188, + 4.844, + 6193, + 9.04, + 6363, + 11.281 ] ], [ - "type/assets/textadventuretemplate", + "type/assets/facebook", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/textadventuretemplate", + "data/assets/facebook", [ - 10, - 1.766, - 11, - 0.859, - 16, - 0.874, - 39, - 4.403, - 51, - 1.816, - 52, - 3.221, - 137, - 1.44, - 247, - 1.758, - 295, - 4.795, - 659, - 3.795, - 799, - 7.043, - 6373, - 9.679, - 6374, - 10.191, - 6375, - 9.094 + 18, + 0.999, + 36, + 1.908, + 45, + 6.449, + 54, + 4.542, + 59, + 0.863, + 99, + 0.983, + 169, + 1.424, + 547, + 5.63, + 565, + 8.086, + 614, + 3.752, + 1032, + 5.227, + 1616, + 6.046, + 1769, + 4.409, + 2063, + 8.532, + 2336, + 6.449, + 3576, + 7.485, + 3577, + 8.21, + 6364, + 9.568 ] ], [ - "type/assets/defpro", + "type/assets/rustore-review", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defpro", + "data/assets/rustore-review", [ - 30, - 0.894, - 102, - 2.93, - 137, - 1.474, - 191, - 2.509, - 561, - 6.528, - 2175, - 7.03, - 6376, - 11.296 + 38, + 1.093, + 42, + 1.787, + 59, + 0.888, + 3161, + 6.482, + 4209, + 9.18, + 6365, + 9.243, + 6366, + 8.997, + 6367, + 8.997 ] ], [ - "type/assets/sentinel", + "type/assets/spritefusion", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/sentinel", + "data/assets/spritefusion", [ - 11, - 0.867, - 16, - 0.882, - 74, - 1.085, - 102, - 2.888, - 247, - 1.775, - 409, - 6.174, - 891, - 3.401, - 1190, - 5.49, - 1262, - 5.338, - 1383, - 7.644, - 6377, - 11.205, - 6378, - 9.77, - 6379, - 9.77 + 42, + 1.742, + 46, + 1.368, + 49, + 3.316, + 59, + 0.865, + 79, + 0.815, + 99, + 0.984, + 106, + 1.718, + 206, + 4.649, + 256, + 2.155, + 561, + 3.039, + 567, + 4.977, + 979, + 4.335, + 983, + 7.148, + 986, + 6.464, + 2129, + 7.503, + 2952, + 5.17, + 6253, + 8.229, + 6368, + 9.59, + 6369, + 9.59, + 6370, + 9.59 ] ], [ - "type/assets/vibration", + "type/assets/i18n-defold", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/vibration", + "data/assets/i18n-defold", [ - 31, - 4.909, - 74, - 1.101, - 521, - 3.886, - 1350, - 6.679, - 3556, - 5.143, - 6380, - 11.848 + 38, + 1.106, + 42, + 2.057, + 6371, + 11.871 ] ], [ - "type/assets/defold-neovim", + "type/assets/geneticalneuralnetwork", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defold-neovim", + "data/assets/geneticalneuralnetwork", [ - 11, - 0.986, - 16, - 1.002, - 29, - 2.16, - 137, - 1.651, - 151, - 1.762, - 152, - 2.618, - 247, - 2.126, - 391, - 3.281, - 659, - 3.769, - 882, - 5.114, - 889, - 3.769, - 891, - 3.346, - 6381, - 11.704, - 6382, - 9.612 + 79, + 0.83, + 99, + 0.867, + 121, + 3.231, + 169, + 1.454, + 226, + 2.718, + 677, + 4.502, + 2075, + 6.704, + 6372, + 9.77, + 6373, + 11.205, + 6374, + 11.205, + 6375, + 9.77 ] ], [ - "type/assets/defarmy", + "type/assets/firebase-remoteconfig", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defarmy", + "data/assets/firebase-remoteconfig", [ - 8, - 1.189, - 9, - 0.789, 10, - 1.986, - 11, - 0.825, - 16, - 1.042, - 22, - 2.108, - 48, - 2.585, - 51, - 1.743, - 63, - 4.456, - 77, - 1.853, + 1.744, + 18, + 1.024, + 20, + 1.072, + 30, + 3.777, + 36, + 1.993, + 38, + 1.206, + 46, + 1.426, + 52, + 2.22, + 57, + 1.389, + 59, + 1.024, + 79, + 0.849, 86, - 1.325, - 152, - 2.53, - 159, - 3.486, - 166, - 3.813, - 220, - 7.971, - 311, - 5.656, - 407, - 1.924, - 481, - 3.486, - 570, - 5.146, - 1362, - 6.262, - 1535, - 7.008, - 1899, - 6.591, - 1920, - 5.221, - 2212, - 6.262, - 3276, - 7.971, - 4322, - 6.591, - 4328, - 7.268, + 3.245, + 99, + 0.887, + 103, + 2.301, + 106, + 1.79, + 107, + 1.535, + 120, + 4.825, + 148, + 2.05, + 150, + 2.042, + 153, + 2.464, + 169, + 1.2, + 198, + 3.091, + 207, + 2.684, + 226, + 2.244, + 229, + 1.479, + 241, + 1.727, + 243, + 3.995, + 245, + 8.154, + 256, + 1.812, + 257, + 3.187, + 280, + 3.162, + 309, + 5.881, + 312, + 6.92, + 442, + 3.612, + 515, + 5.0, + 541, + 4.291, + 608, + 3.995, + 650, + 7.477, + 673, + 4.671, + 692, + 3.026, + 717, + 5.881, + 915, + 3.093, + 1010, + 3.314, + 1061, + 7.477, + 1543, + 4.746, + 1716, + 5.722, + 1769, + 5.553, + 2019, + 5.436, + 2049, + 6.315, + 2054, + 4.6, + 2156, + 4.91, + 2353, + 5.2, + 2854, + 5.2, + 3079, + 5.891, + 3651, + 6.581, + 4090, + 5.891, + 4111, + 9.261, + 4214, + 6.31, + 4801, + 6.92, + 6376, + 7.375, + 6377, + 7.375 + ] + ], + [ + "type/assets/pcgrandom", + [ + 1975, + 0.756 + ] + ], + [ + "data/assets/pcgrandom", + [ + 142, + 2.939, + 1066, + 3.877, + 1067, + 3.23, + 1176, + 7.603, + 6378, + 9.886, + 6379, + 10.315, + 6380, + 7.734 + ] + ], + [ + "type/assets/vs-code-ide", + [ + 1975, + 0.756 + ] + ], + [ + "data/assets/vs-code-ide", + [ + 38, + 1.06, + 42, + 1.734, + 59, + 0.862, + 79, + 0.811, + 99, + 0.848, + 194, + 1.742, + 198, + 2.6, + 313, + 3.743, + 642, + 4.837, + 744, + 4.627, + 977, + 5.883, + 1104, + 4.062, + 1994, + 8.075, + 2002, + 7.468, + 2029, + 6.972, + 2981, + 6.594, + 3160, + 8.191, + 4890, + 8.191, + 6381, + 8.191, + 6382, + 8.729 + ] + ], + [ + "type/assets/adjustsdk", + [ + 1975, + 0.756 + ] + ], + [ + "data/assets/adjustsdk", + [ + 38, + 1.101, + 42, + 1.8, + 118, + 7.284, + 1032, + 6.172, + 1067, + 3.237, 6383, - 10.882, - 6384, - 9.29, - 6385, - 9.29, - 6386, - 7.971 + 9.91 ] ], [ - "type/assets/mirastate", + "type/assets/defork", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/mirastate", + "data/assets/defork", [ - 760, - 8.144, - 1662, - 4.599, - 4048, - 8.144, + 31, + 5.632, + 59, + 0.878, + 150, + 2.462, + 226, + 2.706, + 573, + 3.649, + 891, + 3.298, + 1075, + 6.029, + 1262, + 7.103, + 1471, + 4.817, + 1655, + 5.109, + 6384, + 11.175, + 6385, + 9.724, + 6386, + 9.724, 6387, - 11.342 + 9.724, + 6388, + 9.724 ] ], [ - "type/assets/acidrain", + "type/assets/rive", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/acidrain", + "data/assets/rive", [ - 9, - 0.834, - 74, - 1.09, - 102, - 2.902, - 247, - 1.783, - 263, - 2.746, - 375, - 5.598, - 395, - 3.878, - 1222, - 4.397, - 3971, - 8.423, - 5869, - 8.976, - 6388, - 9.816, + 20, + 1.26, + 38, + 1.053, + 42, + 1.722, + 46, + 1.352, + 59, + 0.856, + 79, + 0.805, + 99, + 0.842, + 201, + 2.13, + 215, + 4.75, + 226, + 2.638, + 228, + 4.027, + 256, + 2.474, + 345, + 4.596, + 436, + 6.246, + 765, + 3.322, + 1093, + 5.579, + 1262, + 6.925, + 1678, + 11.15, + 1933, + 5.045, + 2568, + 5.991, + 5094, + 7.736, 6389, - 9.816 + 9.481 ] ], [ - "type/assets/truetilecollisions", + "type/assets/defold-log", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/truetilecollisions", + "data/assets/defold-log", [ - 29, - 2.211, - 160, - 1.762, - 163, - 5.287, - 164, - 5.376, - 319, - 5.698, - 395, - 3.888, - 697, - 3.666, - 1887, - 5.99, - 2698, - 8.443, + 38, + 1.093, + 42, + 2.146, + 169, + 1.464, + 608, + 4.874, + 1126, + 4.929, + 3693, + 7.254, + 3909, + 8.029, 6390, 9.839 ] ], [ - "type/assets/defblend", + "type/assets/coolmathgames-sdk", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defblend", + "data/assets/coolmathgames-sdk", [ - 82, - 6.086, - 137, - 1.46, - 152, - 2.673, - 167, - 5.976, - 191, - 2.485, - 825, - 5.976, - 834, - 5.873, - 1035, - 6.781, - 2907, - 7.17, - 5082, - 8.976, + 38, + 1.09, + 42, + 1.783, + 1032, + 6.449, + 1066, + 3.849, + 1067, + 3.207, + 1681, + 4.813, 6391, + 9.816, + 6392, 11.235 ] ], [ - "type/assets/deftimeline", + "type/assets/scene3d", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/deftimeline", + "data/assets/scene3d", [ - 11, - 0.874, - 28, - 3.493, - 86, - 1.404, - 143, - 4.874, - 335, - 5.235, - 402, - 4.252, - 412, - 5.106, - 3075, - 6.482, - 3239, - 8.443, - 6275, - 7.187, - 6392, - 9.839 + 18, + 0.84, + 42, + 1.691, + 55, + 4.466, + 57, + 1.191, + 59, + 0.84, + 79, + 0.791, + 99, + 1.026, + 153, + 2.113, + 169, + 1.385, + 194, + 1.988, + 256, + 2.092, + 552, + 2.768, + 647, + 5.392, + 939, + 4.613, + 948, + 3.679, + 1101, + 5.479, + 1188, + 4.562, + 1457, + 5.479, + 1628, + 3.857, + 1681, + 3.989, + 1868, + 6.004, + 2175, + 6.134, + 2524, + 6.004, + 2951, + 7.284, + 3379, + 7.284, + 3581, + 8.525, + 4540, + 7.989, + 6393, + 10.896, + 6394, + 9.311, + 6395, + 9.311 ] ], [ - "type/assets/defold-tweener", + "type/assets/ironsource", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defold-tweener", + "data/assets/ironsource", [ - 247, - 2.15, - 513, - 9.04, - 576, - 4.6, - 664, - 4.199, - 6132, - 7.014, - 6393, - 11.281 + 18, + 0.886, + 57, + 1.256, + 79, + 0.834, + 169, + 1.46, + 729, + 5.685, + 1032, + 5.363, + 1066, + 3.849, + 1067, + 3.207, + 2269, + 10.128, + 3669, + 7.68 ] ], [ - "type/assets/gamescore", + "type/assets/rustore-appupdate", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/gamescore", + "data/assets/rustore-appupdate", [ - 10, - 1.779, - 30, - 1.01, - 33, - 1.295, - 74, + 18, + 0.888, + 38, + 1.093, + 42, + 1.787, + 623, + 4.367, + 1493, + 6.797, + 3161, + 6.482, + 6365, + 9.243, + 6396, + 11.25 + ] + ], + [ + "type/assets/rustore-remoteconfig", + [ + 1975, + 0.756 + ] + ], + [ + "data/assets/rustore-remoteconfig", + [ + 18, + 0.88, + 38, 1.082, - 247, + 42, 1.77, - 547, - 2.898, - 795, - 5.645, - 1121, - 6.16, - 1262, - 5.325, - 6394, - 11.19, - 6395, - 11.77 + 169, + 1.45, + 623, + 4.326, + 1052, + 5.121, + 2019, + 6.57, + 2353, + 6.285, + 3161, + 6.421, + 3727, + 5.832, + 6365, + 9.208, + 6376, + 10.232 ] ], [ - "type/assets/define", + "type/assets/ts-defold", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/define", + "data/assets/ts-defold", [ - 9, - 0.947, - 11, - 0.859, - 86, - 1.381, - 350, - 3.221, - 362, - 3.824, - 576, - 4.504, - 659, - 3.795, - 933, - 6.356, - 1239, - 3.712, - 1258, - 7.07, - 1516, - 3.391, - 1577, - 6.686, - 3530, - 5.791, - 6257, - 7.898, - 6396, - 9.679, + 18, + 0.867, + 20, + 1.278, + 38, + 1.067, + 42, + 2.185, + 106, + 1.722, + 194, + 1.754, + 241, + 2.058, + 433, + 3.918, + 552, + 2.858, + 899, + 6.332, + 1104, + 3.346, + 5617, + 8.79, + 6381, + 8.248, 6397, - 9.679 + 11.704, + 6398, + 11.1 ] ], [ - "type/assets/warbattlesassetpack", + "type/assets/googleplaygameservices", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/warbattlesassetpack", + "data/assets/googleplaygameservices", [ - 8, - 1.207, - 9, - 0.933, - 10, - 2.004, - 11, - 0.838, - 28, - 3.351, - 30, - 0.991, - 33, - 1.254, - 86, - 1.346, - 738, - 5.466, - 1047, - 1.196, - 1654, - 7.119, - 1672, - 5.466, - 1922, - 6.217, - 2243, - 6.695, - 2587, - 5.156, - 4080, - 7.701, - 6220, - 8.022, - 6398, - 9.438, + 38, + 1.027, + 46, + 1.319, + 57, + 1.183, + 59, + 0.98, + 79, + 0.922, + 99, + 0.821, + 100, + 1.735, + 194, + 1.688, + 206, + 4.483, + 230, + 3.219, + 256, + 2.078, + 513, + 4.8, + 695, + 4.181, + 894, + 3.654, + 910, + 4.921, + 1067, + 3.021, + 1071, + 5.275, + 1131, + 5.377, + 1186, + 4.532, + 1460, + 5.197, + 1681, + 3.962, + 2014, + 7.936, + 2020, + 7.928, + 2194, + 6.286, + 2315, + 7.547, + 2353, + 5.964, + 2514, + 5.053, + 2533, + 6.234, + 2956, + 6.234, + 4108, + 8.457, + 4109, + 7.547, 6399, - 10.983, + 9.249, 6400, - 10.983, + 9.249 + ] + ], + [ + "type/assets/yagames", + [ + 1975, + 0.756 + ] + ], + [ + "data/assets/yagames", + [ + 18, + 1.013, + 20, + 1.302, + 38, + 1.088, + 42, + 1.779, + 194, + 1.787, + 552, + 2.912, + 1032, + 5.351, + 1067, + 3.199, 6401, - 8.63, + 11.792, 6402, - 9.438, - 6403, - 8.63 + 9.793 ] ], [ "type/assets/bit46", [ - 1047, + 1975, 0.756 ] ], [ "data/assets/bit46", [ - 9, - 0.838, - 33, + 20, 1.311, - 74, + 38, 1.095, - 570, - 5.464, - 1680, + 79, + 0.838, + 1097, 6.115, - 6404, + 1269, + 5.464, + 6403, 11.826, - 6405, + 6404, 9.863, - 6406, + 6405, 8.463 ] ], [ - "type/assets/crypto_iap", + "type/assets/gooey", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/crypto_iap", + "data/assets/gooey", [ - 9, - 0.822, - 11, - 0.859, - 13, - 3.201, - 70, - 2.175, - 86, - 1.59, - 140, - 5.135, - 191, - 2.451, - 389, - 6.524, - 391, - 3.304, - 1618, - 5.15, - 1785, - 6.686, - 5757, - 7.898, + 20, + 1.289, + 47, + 4.345, + 56, + 3.776, + 59, + 0.876, + 79, + 0.824, + 169, + 1.443, + 216, + 3.833, + 266, + 4.306, + 323, + 5.805, + 582, + 5.906, + 600, + 4.654, + 614, + 3.804, + 894, + 3.833, + 6406, + 11.748, 6407, - 9.679, - 6408, - 9.679, - 6409, - 9.679, - 6410, - 9.679 + 9.702 ] ], [ - "type/assets/xplevelupsystem", + "type/assets/editor-script-extra-locations", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/xplevelupsystem", + "data/assets/editor-script-extra-locations", [ - 9, - 0.838, - 89, - 6.997, - 395, - 4.451, - 441, - 3.921, - 1156, - 4.459, - 6411, - 9.863, - 6412, - 9.863, - 6413, - 9.863 + 18, + 0.874, + 49, + 4.059, + 97, + 3.393, + 99, + 0.859, + 368, + 2.752, + 573, + 3.632, + 771, + 4.504, + 857, + 5.52, + 879, + 6.558, + 1275, + 8.327, + 6408, + 9.679 ] ], [ - "type/assets/yoga", + "type/assets/hypertrails", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/yoga", + "data/assets/hypertrails", [ - 1, - 2.487, - 9, - 0.949, - 102, - 2.875, - 247, - 2.03, - 424, - 4.665, - 576, - 4.525, - 859, - 3.177, - 1678, - 3.813, - 3946, - 7.935, - 6414, - 11.759, - 6415, - 9.724, - 6416, - 9.724 + 59, + 0.89, + 99, + 0.876, + 182, + 5.248, + 256, + 2.216, + 567, + 5.118, + 5957, + 7.716, + 6146, + 9.019, + 6409, + 9.863, + 6410, + 9.863, + 6411, + 9.863 ] ], [ - "type/assets/safearea", + "type/assets/googleanalyticsforfirebase", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/safearea", + "data/assets/googleanalyticsforfirebase", [ - 8, - 1.191, - 11, - 0.827, - 22, - 2.113, - 30, - 1.075, - 70, - 2.092, - 77, - 2.173, - 137, - 1.385, - 152, - 2.536, - 743, - 4.513, - 1013, - 8.514, - 1039, - 6.004, - 1145, - 4.466, - 1179, - 5.884, - 1609, - 5.772, - 1671, - 6.605, - 1733, - 8.514, - 1753, - 6.801, - 1780, - 5.158, - 1835, - 6.519, - 2552, - 7.024, - 3286, - 8.514, - 3530, - 5.571, - 4322, - 6.605, - 4887, - 5.953, - 6133, - 8.514, - 6417, - 10.896, - 6418, - 9.311, - 6419, - 9.311 + 18, + 0.972, + 38, + 1.196, + 44, + 3.812, + 59, + 0.972, + 92, + 3.662, + 99, + 0.956, + 106, + 1.635, + 148, + 1.872, + 153, + 2.071, + 172, + 4.014, + 194, + 1.665, + 198, + 2.933, + 229, + 1.673, + 425, + 5.205, + 713, + 4.856, + 758, + 4.051, + 793, + 4.247, + 815, + 5.658, + 915, + 3.5, + 1032, + 4.987, + 1071, + 6.534, + 1817, + 7.447, + 1867, + 7.447, + 1874, + 5.371, + 1907, + 7.447, + 2194, + 6.237, + 2281, + 8.425, + 2308, + 6.305, + 2329, + 7.831, + 2952, + 4.92, + 4111, + 8.787, + 6412, + 9.127, + 6413, + 9.127, + 6414, + 9.127 ] ], [ - "type/assets/cleanexporter", + "type/assets/deftimeline", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/cleanexporter", + "data/assets/deftimeline", [ - 10, - 2.045, - 74, - 1.085, - 247, - 1.775, - 362, - 3.86, - 475, - 8.766, - 1020, - 6.174, - 1047, - 1.42, - 4204, - 7.37, - 4836, - 8.934, - 6420, - 9.77, - 6421, - 9.77 + 46, + 1.404, + 99, + 0.874, + 457, + 3.493, + 567, + 5.106, + 959, + 5.235, + 1043, + 4.252, + 1131, + 4.874, + 1926, + 6.482, + 4240, + 8.443, + 6359, + 7.187, + 6415, + 9.839 ] ], [ - "type/assets/defork", + "type/assets/protobuf", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defork", + "data/assets/protobuf", [ - 16, - 0.878, - 48, - 2.706, - 159, - 3.649, - 191, - 2.462, - 196, - 3.298, - 1094, - 4.817, - 1636, - 5.109, - 1845, - 6.029, - 1889, - 5.632, - 3846, - 7.103, - 6422, - 11.175, - 6423, - 9.724, - 6424, - 9.724, - 6425, - 9.724, - 6426, - 9.724 + 59, + 0.876, + 100, + 1.82, + 153, + 2.201, + 169, + 1.443, + 231, + 3.64, + 692, + 3.64, + 710, + 4.703, + 1067, + 3.169, + 1364, + 5.709, + 2097, + 6.702, + 2194, + 5.619, + 3899, + 6.539, + 6285, + 8.872, + 6286, + 10.743, + 6416, + 7.916 ] ], [ - "type/assets/defoldgridengine", + "type/assets/editor-script-distribute", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defoldgridengine", + "data/assets/editor-script-distribute", [ - 9, - 0.817, - 10, - 1.754, - 16, - 0.867, - 86, - 1.371, - 247, - 2.126, - 327, - 8.303, - 391, - 3.281, - 547, - 3.48, - 664, - 4.083, - 884, - 5.401, - 953, - 5.751, - 2038, - 4.266, - 2096, - 7.843, - 3908, - 7.021, - 6427, - 9.612 + 42, + 1.726, + 47, + 4.256, + 49, + 3.813, + 58, + 4.931, + 79, + 0.807, + 84, + 4.071, + 94, + 4.422, + 97, + 3.188, + 99, + 0.979, + 203, + 5.122, + 351, + 4.931, + 681, + 4.656, + 691, + 2.907, + 695, + 4.296, + 706, + 6.94, + 2121, + 5.592, + 2783, + 6.741, + 3047, + 9.505, + 4595, + 7.11, + 6417, + 9.502 ] ], [ - "type/assets/visual-novel-template-ink", + "type/assets/applovin-max", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/visual-novel-template-ink", + "data/assets/applovin-max", [ - 2, - 2.395, - 16, - 0.854, - 33, - 1.257, - 46, - 2.632, - 51, - 1.775, - 74, - 1.05, - 87, - 3.919, - 102, - 2.797, - 151, - 1.734, - 247, - 1.718, - 361, - 5.852, - 391, - 3.229, - 664, - 4.018, - 799, - 7.348, - 1660, - 4.052, - 2090, - 7.136, - 2243, - 6.71, - 2756, - 5.759, - 6375, - 9.768, - 6428, - 10.997, - 6429, - 8.65 + 38, + 1.09, + 42, + 1.783, + 59, + 0.886, + 144, + 6.201, + 1920, + 4.568, + 2024, + 4.438, + 3161, + 6.467, + 6418, + 10.794 ] ], [ - "type/assets/colorpicker", + "type/assets/crazygames", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/colorpicker", + "data/assets/crazygames", [ - 9, - 0.818, - 16, - 0.869, - 30, - 0.869, - 74, - 1.07, - 119, - 3.072, - 121, - 2.725, - 160, - 1.991, - 247, - 1.75, - 860, - 3.694, - 1031, - 7.537, - 1035, - 6.655, - 1120, - 8.267, - 2774, - 5.973, - 3389, - 7.537, - 6430, - 11.715, - 6431, - 9.634, - 6432, - 9.634 + 38, + 1.093, + 42, + 1.787, + 194, + 1.795, + 552, + 2.925, + 1032, + 6.147, + 1066, + 3.858, + 1067, + 3.214, + 6419, + 11.815 ] ], [ - "type/assets/pack", + "type/assets/steamworks", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/pack", + "data/assets/steamworks", [ - 16, - 0.894, - 135, - 3.718, - 196, - 3.361, - 2739, - 9.062, - 4506, - 8.086, - 6220, - 8.25, - 6433, - 9.91 + 10, + 2.059, + 36, + 1.899, + 46, + 1.359, + 57, + 1.218, + 79, + 0.809, + 99, + 0.846, + 194, + 1.738, + 198, + 2.594, + 229, + 1.746, + 241, + 2.039, + 471, + 2.553, + 513, + 4.942, + 623, + 4.227, + 758, + 4.227, + 1032, + 5.203, + 1457, + 5.604, + 1460, + 5.352, + 1765, + 7.771, + 2188, + 6.956, + 3845, + 7.185, + 4110, + 8.172, + 4264, + 7.451, + 5836, + 10.662 ] ], [ - "type/assets/nakama", + "type/assets/textadventuretemplate", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/nakama", + "data/assets/textadventuretemplate", [ - 11, - 0.819, - 16, - 1.039, - 30, - 0.978, - 33, - 1.227, - 51, - 1.732, - 137, - 1.373, - 283, - 5.493, - 300, - 1.976, - 316, - 2.775, - 320, - 3.953, - 355, - 3.92, - 430, - 4.294, - 599, - 4.381, - 667, - 5.263, - 884, - 5.186, - 1041, - 7.918, - 1239, - 3.539, - 1251, - 4.676, - 1389, - 8.438, - 1611, - 5.43, - 1660, - 3.953, - 1663, - 4.427, - 2461, - 7.22, - 2825, - 6.547, - 3430, - 6.961, - 3507, - 7.53, - 3782, - 6.961, - 5538, - 7.53, - 5542, - 8.438, - 6434, - 11.51, - 6435, - 8.438, - 6436, - 9.228, - 6437, - 9.228 + 42, + 1.758, + 59, + 0.874, + 72, + 3.221, + 99, + 0.859, + 100, + 1.816, + 169, + 1.44, + 194, + 1.766, + 216, + 4.403, + 224, + 7.043, + 313, + 3.795, + 939, + 4.795, + 6420, + 9.679, + 6421, + 10.191, + 6422, + 9.094 ] ], [ - "type/assets/coolmathgames-sdk", + "type/assets/gamescore", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/coolmathgames-sdk", + "data/assets/gamescore", [ - 74, - 1.09, - 247, - 1.783, - 859, - 3.207, - 1262, - 6.449, - 1660, - 4.813, - 1678, - 3.849, - 6438, - 9.816, - 6439, - 11.235 + 18, + 1.01, + 20, + 1.295, + 38, + 1.082, + 42, + 1.77, + 194, + 1.779, + 552, + 2.898, + 729, + 5.645, + 1032, + 5.325, + 2750, + 6.16, + 6423, + 11.19, + 6424, + 11.77 ] ], [ - "type/assets/facebookads", + "type/assets/slasherprototype", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/facebookads", + "data/assets/slasherprototype", [ - 272, - 6.731, - 573, - 5.086, - 859, - 3.214, - 1786, - 6.632, - 4722, - 8.217, - 6440, - 9.839, - 6441, - 11.25 + 18, + 0.874, + 59, + 0.874, + 194, + 1.766, + 594, + 4.46, + 882, + 7.302, + 1289, + 6.001, + 1581, + 8.851, + 1936, + 5.362, + 2175, + 6.377, + 2524, + 7.186, + 3355, + 7.572, + 3413, + 8.305, + 3486, + 6.686, + 6425, + 9.679, + 6426, + 9.679, + 6427, + 9.679, + 6428, + 9.679 ] ], [ - "type/assets/apkverifier", + "type/assets/luasocket", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/apkverifier", + "data/assets/luasocket", [ - 11, - 0.836, - 16, - 0.85, - 33, - 1.251, - 51, - 1.767, - 60, - 3.838, - 77, - 1.878, - 137, - 1.401, - 142, - 5.453, - 143, - 4.665, - 218, - 4.206, - 237, - 2.168, - 320, - 4.034, - 391, - 3.214, - 465, - 2.324, - 493, - 2.753, - 612, - 4.381, - 859, - 3.076, - 1289, - 5.558, - 1360, - 5.732, - 1705, - 3.692, - 4157, - 9.017, - 5628, - 6.878, - 6442, - 9.416, - 6443, - 9.416, - 6444, - 9.416 + 18, + 0.884, + 42, + 1.779, + 99, + 0.87, + 160, + 2.895, + 169, + 1.457, + 231, + 3.675, + 475, + 7.991, + 1131, + 4.851, + 1693, + 6.601, + 3598, + 10.119, + 3903, + 7.153 ] ], [ - "type/assets/photoshopguiexporter", + "type/assets/defstring", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/photoshopguiexporter", + "data/assets/defstring", [ - 1, - 2.453, - 9, - 0.942, - 16, - 1.0, - 32, - 1.825, - 86, - 1.368, - 141, - 1.921, - 247, - 1.742, - 297, - 3.004, - 381, - 5.385, - 475, - 7.503, - 682, - 4.804, - 1603, - 5.554, - 1684, - 6.318, - 2260, - 7.004, - 6445, - 9.59, - 6446, - 11.085 + 57, + 1.256, + 79, + 0.954, + 90, + 2.339, + 169, + 1.46, + 879, + 5.776, + 1034, + 3.764, + 1269, + 5.438, + 1465, + 3.962, + 6359, + 7.17, + 6429, + 9.816 ] ], [ - "type/assets/defdiags", + "type/assets/cjson", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defdiags", + "data/assets/cjson", [ - 16, - 0.882, - 430, - 4.546, - 660, - 5.338, - 1284, - 4.638, - 1326, - 7.136, - 1373, - 5.412, - 1467, - 5.572, - 1678, - 3.831, - 1682, - 7.136, - 3112, - 7.136, - 6275, - 7.136, - 6447, - 9.77, - 6448, - 9.77, - 6449, - 8.934 + 46, + 1.374, + 59, + 0.869, + 99, + 0.987, + 100, + 1.808, + 153, + 2.186, + 160, + 3.286, + 631, + 4.773, + 1066, + 3.778, + 1067, + 3.147, + 1075, + 6.891, + 1295, + 4.17, + 1364, + 5.669, + 2097, + 6.655, + 3899, + 6.494, + 6430, + 11.115 ] ], [ - "type/assets/defmath", + "type/assets/panthera", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defmath", + "data/assets/panthera", [ - 8, - 1.271, - 9, - 0.844, + 18, + 1.064, 42, - 2.367, - 91, - 3.809, - 1184, - 7.493, - 6450, - 11.311 + 1.64, + 59, + 0.966, + 62, + 2.986, + 70, + 3.802, + 99, + 0.95, + 107, + 1.718, + 153, + 2.428, + 169, + 1.343, + 194, + 1.953, + 215, + 5.361, + 257, + 3.567, + 273, + 2.228, + 350, + 6.402, + 368, + 2.567, + 457, + 3.205, + 497, + 4.629, + 504, + 4.575, + 521, + 3.142, + 547, + 5.312, + 555, + 2.828, + 629, + 2.715, + 636, + 3.462, + 699, + 6.085, + 703, + 3.54, + 834, + 4.472, + 959, + 5.693, + 1104, + 3.724, + 1226, + 5.149, + 1807, + 5.133, + 2006, + 4.743, + 4969, + 6.81, + 6431, + 10.429, + 6432, + 8.255, + 6433, + 9.028 ] ], [ - "type/assets/facebookinstantgames", + "type/assets/sharpsprite", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/facebookinstantgames", + "data/assets/sharpsprite", [ - 11, - 0.821, - 16, - 0.835, - 23, - 1.999, - 25, - 5.275, - 30, - 0.98, - 31, - 4.582, - 33, - 1.229, - 46, - 2.573, - 77, - 1.844, - 83, - 3.895, - 86, - 1.319, - 143, - 4.582, - 151, - 1.696, - 158, - 3.137, - 350, - 3.078, - 412, - 4.8, - 414, - 7.236, - 880, - 6.561, - 1367, - 5.275, - 1516, - 3.24, - 1660, - 5.091, - 2133, - 7.236, - 2715, - 8.457, - 4722, - 7.928, - 4723, - 8.188, - 5071, - 8.457, + 18, + 0.886, + 38, + 1.09, + 42, + 1.783, + 552, + 2.919, + 952, + 6.964, + 979, + 4.438, + 2118, + 7.68, + 2591, + 6.616, + 6253, + 8.423, + 6434, + 9.816, 6435, - 8.457, - 6451, - 9.249, - 6452, - 9.249, - 6453, - 9.249, - 6454, - 9.249, - 6455, - 8.457 + 9.816, + 6436, + 9.816 ] ], [ - "type/assets/def-behavior-tree", + "type/assets/chrono", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/def-behavior-tree", + "data/assets/chrono", [ - 10, - 1.673, - 11, - 0.814, - 16, - 0.974, - 22, - 2.45, - 24, - 4.184, - 26, - 2.457, - 32, - 1.744, - 33, - 1.218, - 46, - 3.004, - 47, - 4.266, - 71, - 1.881, - 74, - 1.018, - 86, - 1.54, - 100, - 6.354, - 148, - 5.309, - 152, - 2.497, - 160, - 1.642, - 446, - 5.394, - 470, - 6.503, - 576, - 4.266, - 660, - 5.009, - 702, - 4.397, - 1173, - 4.224, - 1362, - 6.179, - 1636, - 5.673, - 2561, - 6.694, - 2946, - 8.383, - 4327, - 7.172, - 4397, - 7.866, - 5113, - 7.866, - 5115, - 7.48, - 6275, - 7.886, - 6456, - 9.167, - 6457, - 9.167 + 228, + 4.229, + 646, + 5.046, + 765, + 3.489, + 6437, + 11.327, + 6438, + 9.957 ] ], [ - "type/assets/iap", + "type/assets/defarmy", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/iap", + "data/assets/defarmy", [ - 9, - 0.784, - 10, - 1.684, - 11, - 0.962, - 16, - 0.833, - 23, - 1.995, - 29, - 2.074, - 74, - 1.025, + 36, + 1.853, + 46, + 1.325, + 57, + 1.189, + 59, + 1.042, 77, - 1.84, - 86, - 1.642, - 140, - 5.303, - 142, - 5.344, - 151, - 1.692, - 184, - 4.133, - 247, - 1.676, + 1.924, + 79, + 0.789, + 99, + 0.825, + 100, + 1.743, + 153, + 2.108, + 194, + 1.986, + 198, + 2.53, + 200, + 5.656, + 226, + 2.585, + 568, + 5.221, 573, - 4.172, - 892, - 5.344, - 1044, - 4.252, - 1293, - 4.294, - 2038, - 4.096, - 2254, - 9.301, - 3530, - 5.521, - 4722, - 7.917, - 5757, - 8.845, - 6458, - 9.228, - 6459, - 7.918, - 6460, - 9.228, - 6461, - 9.228, - 6462, - 9.228, - 6463, - 9.228, - 6464, - 8.438, - 6465, - 8.438 + 3.486, + 678, + 6.262, + 692, + 3.486, + 975, + 4.456, + 1007, + 3.813, + 1269, + 5.146, + 1689, + 6.591, + 2169, + 6.262, + 2181, + 7.971, + 2851, + 7.008, + 4533, + 6.591, + 5533, + 7.971, + 5957, + 7.268, + 6439, + 10.882, + 6440, + 9.29, + 6441, + 9.29, + 6442, + 7.971 ] ], [ - "type/assets/yametrica", + "type/assets/err", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/yametrica", + "data/assets/err", [ - 8, - 1.244, - 10, - 1.774, - 11, - 0.992, - 29, - 2.185, - 30, - 1.009, - 152, - 2.648, - 409, - 6.145, - 1047, - 1.232, - 1758, - 5.174, - 4322, - 6.899, - 6466, - 11.175, - 6467, - 9.724, - 6468, - 9.724 + 672, + 4.644, + 1076, + 7.809, + 3599, + 6.575, + 6443, + 9.732 ] ], [ - "type/assets/fontgen", + "type/assets/pigeon", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/fontgen", + "data/assets/pigeon", [ - 45, - 5.722, - 51, - 1.825, - 60, - 3.964, - 74, - 1.08, - 87, - 4.029, - 137, - 1.447, - 190, - 2.765, - 247, - 1.766, - 300, - 2.082, - 316, - 2.924, - 344, - 8.344, - 431, - 5.92, - 859, - 3.177, - 6469, - 11.175, - 6470, - 9.724 + 42, + 1.791, + 46, + 1.407, + 59, + 0.89, + 1602, + 4.833, + 1655, + 5.182, + 2169, + 6.648, + 3412, + 8.048, + 5168, + 8.463, + 6444, + 11.265 ] ], [ - "type/assets/panthera", + "type/assets/narrator", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/panthera", + "data/assets/narrator", [ - 10, - 1.953, - 11, - 0.95, - 16, - 0.966, - 22, - 2.428, - 28, - 3.205, - 30, - 1.064, - 32, - 1.718, - 61, - 6.81, - 72, - 3.567, - 83, - 3.802, - 137, - 1.343, - 190, - 2.567, - 236, - 4.629, - 247, - 1.64, - 297, - 2.828, - 310, - 5.361, - 316, - 2.715, - 335, - 5.693, - 400, - 4.472, - 424, - 5.133, - 441, - 3.142, - 465, - 2.228, - 469, - 3.462, - 480, - 6.085, - 554, - 2.986, - 889, - 3.54, - 891, - 3.724, - 1122, - 4.743, - 1355, - 6.402, - 1465, - 4.575, - 1599, - 5.149, - 1895, - 5.312, - 6471, - 10.429, - 6472, - 8.255, - 6473, - 9.028 + 2, + 2.357, + 18, + 1.043, + 38, + 1.034, + 59, + 0.983, + 77, + 1.928, + 79, + 0.791, + 99, + 0.967, + 107, + 1.772, + 151, + 3.857, + 214, + 7.024, + 433, + 3.795, + 660, + 5.571, + 1067, + 3.042, + 1131, + 4.613, + 1262, + 6.801, + 1604, + 4.892, + 1681, + 3.989, + 1886, + 7.024, + 2123, + 5.31, + 2217, + 5.668, + 6422, + 8.891, + 6445, + 10.564, + 6446, + 9.311, + 6447, + 9.311, + 6448, + 9.311, + 6449, + 8.514, + 6450, + 9.311, + 6451, + 8.514 ] ], [ - "type/assets/admob-defold", + "type/assets/defarc", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/admob-defold", + "data/assets/defarc", [ - 16, - 0.88, - 25, - 5.559, - 86, - 1.39, - 137, - 1.45, - 140, - 5.156, - 142, - 5.645, - 152, - 2.655, - 247, - 1.77, - 1786, - 6.57, - 5753, - 9.13, - 6474, - 9.747, - 6475, - 9.747, - 6476, - 9.747 + 20, + 1.275, + 38, + 1.065, + 42, + 2.013, + 46, + 1.368, + 79, + 0.815, + 99, + 0.851, + 151, + 3.973, + 198, + 2.612, + 226, + 2.668, + 241, + 2.053, + 1262, + 7.004, + 1655, + 5.038, + 1681, + 4.108, + 6452, + 11.693, + 6453, + 11.085, + 6454, + 9.59, + 6455, + 9.59, + 6456, + 9.59 ] ], [ - "type/assets/defold-runtime-atlas", + "type/assets/photoshopguiexporter", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defold-runtime-atlas", + "data/assets/photoshopguiexporter", [ - 8, - 1.432, - 9, - 0.828, + 1, + 2.453, 42, - 2.323, - 87, - 4.876, - 141, - 1.953, - 247, - 1.77, - 285, - 4.829, - 299, - 6.817, - 300, - 2.087, - 2070, - 5.645 + 1.742, + 46, + 1.368, + 47, + 5.385, + 48, + 5.554, + 59, + 1.0, + 79, + 0.942, + 107, + 1.825, + 113, + 1.921, + 436, + 6.318, + 446, + 4.804, + 555, + 3.004, + 787, + 7.004, + 4506, + 7.503, + 6457, + 9.59, + 6458, + 11.085 ] ], [ - "type/assets/m", + "type/assets/defgraph", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/m", + "data/assets/defgraph", [ - 9, - 0.836, - 24, - 4.49, - 74, - 1.093, - 86, - 1.404, - 247, - 1.787, - 570, - 5.451, - 2197, - 7.583, - 2222, - 7.187, - 2691, - 6.797, - 6477, - 9.839 + 18, + 0.822, + 57, + 1.464, + 59, + 0.971, + 60, + 2.534, + 62, + 3.012, + 72, + 3.031, + 73, + 5.274, + 77, + 1.886, + 79, + 0.972, + 99, + 0.955, + 100, + 2.148, + 107, + 1.733, + 154, + 5.755, + 169, + 1.355, + 194, + 1.662, + 226, + 2.534, + 293, + 7.125, + 314, + 4.909, + 368, + 2.59, + 411, + 4.726, + 565, + 6.652, + 744, + 4.415, + 765, + 3.191, + 982, + 5.449, + 1007, + 3.191, + 1034, + 3.492, + 1152, + 6.652, + 1158, + 4.196, + 1269, + 5.045, + 1655, + 4.785, + 3117, + 8.635, + 6459, + 10.756, + 6460, + 9.107, + 6461, + 9.107 ] ], [ - "type/assets/pigeon", + "type/assets/sfmt", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/pigeon", + "data/assets/sfmt", [ - 16, - 0.89, - 86, - 1.407, - 247, - 1.791, - 1362, - 6.648, - 1573, - 4.833, - 1636, - 5.182, - 3398, - 8.463, - 4885, - 8.048, - 6478, - 11.265 + 38, + 1.067, + 42, + 1.746, + 142, + 3.3, + 1067, + 3.14, + 1176, + 7.889, + 1191, + 7.251, + 4880, + 7.021, + 6380, + 8.684, + 6462, + 12.031, + 6463, + 7.843, + 6464, + 9.612, + 6465, + 9.612, + 6466, + 9.612, + 6467, + 9.612 ] ], [ - "type/assets/richtext", + "type/assets/yoga", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/richtext", + "data/assets/yoga", [ - 2, - 2.462, - 9, - 0.826, - 11, - 0.863, - 39, - 4.415, - 48, - 2.706, - 151, - 1.783, - 300, - 2.082, - 395, - 3.842, - 664, - 4.13, - 2256, - 8.892, - 2279, - 7.935, - 5550, - 8.892, - 6257, + 1, + 2.487, + 42, + 2.03, + 79, + 0.949, + 160, + 2.875, + 1066, + 3.813, + 1067, + 3.177, + 1090, + 4.525, + 1446, 7.935, - 6479, + 1807, + 4.665, + 6468, + 11.759, + 6469, 9.724, - 6480, - 8.892 - ] - ], - [ - "type/assets/editor-script-align", - [ - 1047, - 0.756 - ] - ], - [ - "data/assets/editor-script-align", - [ - 9, - 0.809, - 11, - 0.98, - 40, - 4.942, - 97, - 2.914, - 247, - 1.73, - 248, - 4.306, - 267, - 4.432, - 381, - 4.266, - 426, - 5.134, - 460, - 4.08, - 569, - 3.192, - 633, - 3.818, - 1176, - 6.757, - 1622, - 4.667, - 2221, - 6.956, - 2344, - 5.604, - 2967, - 7.12, - 3556, - 4.942, - 6481, - 10.662 + 6470, + 9.724 ] ], [ - "type/assets/gameanalytics", + "type/assets/videoplayernative", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/gameanalytics", + "data/assets/videoplayernative", [ - 10, - 1.821, - 1262, - 5.453, - 5541, - 7.809, - 5545, - 10.372 + 38, + 1.236, + 59, + 1.004, + 79, + 0.82, + 150, + 2.445, + 788, + 8.83, + 978, + 3.815, + 1060, + 5.427, + 1066, + 4.364, + 1067, + 3.155, + 1440, + 5.879, + 1920, + 4.493, + 2024, + 4.366, + 4913, + 10.177, + 6471, + 9.657, + 6472, + 9.657 ] ], [ - "type/assets/haxesupport", + "type/assets/pointer-lock", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/haxesupport", + "data/assets/pointer-lock", [ - 10, - 1.774, - 30, - 0.878, - 51, - 1.825, - 60, - 3.964, - 74, - 1.08, - 247, - 1.766, - 521, - 3.813, - 547, - 2.891, - 576, - 4.525, - 891, - 3.385, - 1040, - 6.406, - 2752, - 6.406, - 6482, - 9.724, - 6483, - 11.175, - 6484, - 9.724 + 38, + 1.075, + 42, + 1.758, + 59, + 0.874, + 169, + 1.44, + 449, + 5.791, + 500, + 3.531, + 533, + 5.362, + 785, + 5.52, + 1188, + 4.743, + 1681, + 4.146, + 3809, + 6.524, + 4864, + 8.407, + 6473, + 6.174, + 6474, + 8.305, + 6475, + 9.679, + 6476, + 9.679 ] ], [ - "type/assets/defold-persist", + "type/assets/cafebazaar", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defold-persist", + "data/assets/cafebazaar", [ - 9, - 0.943, - 10, - 1.754, - 16, - 0.867, - 74, - 1.067, - 86, - 1.371, - 196, - 3.26, - 247, - 2.185, - 391, - 3.281, - 547, - 2.858, - 670, - 4.928, - 1044, - 4.429, - 1679, - 7.251, - 2038, - 4.266, - 3530, - 5.751, - 6485, - 10.702 - ] - ], - [ - "type/assets/imp", - [ - 1047, - 0.756 - ] - ], - [ - "data/assets/imp", - [ - 9, - 0.834, - 16, - 0.886, - 30, - 0.886, - 288, - 4.372, - 424, - 4.709, - 514, - 3.485, - 2924, - 7.68, - 6486, - 11.235, - 6487, - 9.816, - 6488, - 9.816 - ] - ], - [ - "type/assets/webgl-memory", - [ - 1047, - 0.756 - ] - ], - [ - "data/assets/webgl-memory", - [ - 8, - 1.224, - 9, - 0.813, - 10, + 42, 1.746, - 11, - 0.85, - 16, - 0.863, - 18, - 5.3, - 30, - 0.863, - 146, - 3.78, - 151, - 1.754, - 152, - 2.606, - 247, - 1.738, - 402, - 4.134, - 412, - 4.965, - 607, - 5.663, - 1022, - 5.027, - 1284, - 4.542, - 1758, - 5.091, - 2233, - 10.123, - 2413, - 8.21, - 5623, - 6.988 - ] - ], - [ - "type/assets/defunico", - [ - 1047, - 0.756 - ] - ], - [ - "data/assets/defunico", - [ - 9, - 0.844, - 33, - 1.32, - 576, - 4.622, - 5077, - 8.105, - 6489, - 11.86 - ] - ], - [ - "type/assets/editor-script-extra-locations", - [ - 1047, - 0.756 - ] - ], - [ - "data/assets/editor-script-extra-locations", - [ - 11, - 0.859, - 30, - 0.874, - 159, - 3.632, - 190, - 2.752, - 430, - 4.504, - 569, - 3.393, - 633, - 4.059, - 1290, - 6.558, - 1761, - 5.52, - 3850, - 8.327, - 6490, - 9.679 + 46, + 1.583, + 99, + 0.853, + 229, + 1.762, + 471, + 2.576, + 758, + 4.266, + 890, + 4.988, + 895, + 4.611, + 1060, + 5.401, + 1066, + 3.769, + 1067, + 3.14, + 1769, + 5.393, + 2024, + 4.345, + 2275, + 7.843, + 6477, + 11.704, + 6478, + 9.612 ] ], [ "type/assets/deftable", [ - 1047, + 1975, 0.756 ] ], [ "data/assets/deftable", [ - 8, + 57, 1.262, - 9, + 79, 0.838, - 90, + 152, 6.36, - 91, + 832, + 4.731, + 1034, 3.782, - 135, + 1295, 3.701, - 502, - 4.731, - 1014, + 1311, 6.36, - 6491, + 6479, 11.265, - 6492, + 6480, 9.863 ] ], [ - "type/assets/tenjin", + "type/assets/defkit", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/tenjin", + "data/assets/defkit", [ - 30, - 0.894, - 74, - 1.101, - 859, - 3.237, - 1262, - 5.414, - 1678, - 3.886, - 6493, - 11.848 + 18, + 0.874, + 38, + 1.075, + 42, + 1.758, + 79, + 0.822, + 96, + 3.068, + 194, + 1.766, + 201, + 2.175, + 228, + 4.111, + 552, + 2.878, + 977, + 5.15, + 1080, + 7.302, + 1090, + 4.504, + 1604, + 5.085, + 1994, + 7.07, + 6256, + 8.851, + 6481, + 11.145, + 6482, + 9.679 ] ], [ - "type/assets/2dcollisions", + "type/assets/monarch", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/2dcollisions", + "data/assets/monarch", [ - 16, + 23, + 4.459, + 59, 0.89, - 226, - 5.389, - 514, - 3.502, - 1022, - 5.182, - 1887, - 6.858, - 4871, - 8.048, - 5830, + 169, + 1.467, + 614, + 3.867, + 1385, + 6.997, + 2487, + 8.463, + 2928, + 6.997, + 4719, 9.019, - 6494, - 9.863, - 6495, - 9.863 + 6483, + 11.265 ] ], [ - "type/assets/defold-toon-shader", + "type/assets/defcon", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defold-toon-shader", + "data/assets/defcon", [ - 74, - 1.095, - 221, - 4.833, - 247, - 1.791, - 451, - 6.233, - 890, - 5.993, - 6496, - 11.826 + 18, + 0.865, + 36, + 1.912, + 42, + 1.742, + 79, + 0.942, + 99, + 0.851, + 153, + 2.176, + 169, + 1.427, + 194, + 1.75, + 229, + 1.758, + 433, + 3.909, + 577, + 3.76, + 659, + 5.469, + 673, + 6.42, + 902, + 5.469, + 1008, + 6.803, + 1570, + 6.464, + 1662, + 4.218, + 2027, + 4.751, + 6484, + 11.085 ] ], [ - "type/assets/tactxstudios", + "type/assets/rustore-push", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/tactxstudios", + "data/assets/rustore-push", [ - 8, - 1.355, - 9, - 0.754, - 10, - 2.14, - 11, - 0.788, - 16, - 1.022, - 29, - 1.994, - 30, - 0.801, - 63, - 4.257, - 166, - 3.109, - 172, - 2.456, - 179, - 4.396, - 226, - 4.848, - 247, - 2.056, - 288, - 3.453, - 300, - 1.9, - 346, - 3.453, - 406, - 3.707, - 407, - 1.838, - 547, - 3.149, - 664, - 3.769, - 671, - 5.846, - 834, - 5.309, - 884, - 4.987, - 901, - 4.605, - 953, - 5.309, - 1239, - 3.403, - 1243, - 7.241, - 1319, - 4.784, - 1359, - 5.061, - 1461, - 6.295, - 1492, - 6.481, - 1622, - 4.348, - 1876, - 5.501, - 1887, - 5.402, - 3238, - 6.481, - 3296, - 8.114, - 3368, - 7.241, - 3530, - 5.309, - 3577, - 9.685, - 3580, - 8.114, - 3992, - 8.114, - 4174, - 6.694, - 4562, - 8.114, - 6497, - 8.874, - 6498, - 8.874, - 6499, - 8.874, - 6500, - 8.874 + 38, + 1.09, + 42, + 1.783, + 1066, + 3.849, + 1067, + 3.207, + 3022, + 9.167, + 4384, + 8.621, + 6365, + 9.235 ] ], [ - "type/assets/pcg-random", + "type/assets/dear-imgui", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/pcg-random", + "data/assets/dear-imgui", [ - 8, - 1.224, - 9, - 0.813, - 35, - 3.291, - 74, - 1.063, - 247, - 1.738, - 795, - 5.541, - 859, - 3.126, - 1319, - 5.158, - 1514, - 6.449, - 3133, - 7.807, - 3182, - 8.098, - 6501, - 10.986, - 6502, - 7.485, - 6503, - 7.807, - 6504, - 9.568, - 6505, - 9.568 + 20, + 1.299, + 79, + 0.83, + 915, + 3.746, + 1090, + 4.546, + 1590, + 5.846, + 2200, + 7.136, + 2952, + 5.267, + 6485, + 11.781, + 6486, + 11.781, + 6487, + 9.77 ] ], [ - "type/assets/protobuf", + "type/assets/modplayer", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/protobuf", + "data/assets/modplayer", [ - 16, - 0.876, - 22, - 2.201, - 51, - 1.82, - 137, - 1.443, - 142, - 5.619, - 302, - 3.64, - 427, - 4.703, - 446, - 5.709, - 481, - 3.64, - 859, - 3.169, - 5591, - 6.539, - 5626, - 6.702, - 6363, - 7.916, - 6506, - 10.743, - 6507, - 8.872 + 1066, + 3.895, + 1067, + 3.245, + 1584, + 6.356, + 6488, + 9.933, + 6489, + 9.933, + 6490, + 9.933 ] ], [ - "type/assets/feat", + "type/assets/admob", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/feat", + "data/assets/admob", [ - 16, - 1.014, - 29, - 2.206, - 74, - 1.09, - 137, - 1.46, - 822, - 6.467, - 6302, - 8.976, - 6508, - 11.235, - 6509, - 9.816, - 6510, - 9.816, - 6511, - 9.816 + 1067, + 3.269, + 2266, + 9.705 ] ], [ - "type/assets/siwa", + "type/assets/chipsounds", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/siwa", + "data/assets/chipsounds", [ - 11, - 0.979, - 16, - 0.858, - 32, - 1.808, - 74, - 1.055, - 86, - 1.662, - 137, - 1.641, - 152, - 2.588, - 191, - 2.406, - 218, - 3.644, - 410, - 5.419, - 412, - 4.931, - 1257, - 4.378, - 1325, - 8.047, - 1374, - 6.005, - 3418, - 7.852, - 3430, - 7.168, - 6512, - 9.502, - 6513, - 9.502 + 57, + 1.259, + 79, + 0.836, + 993, + 5.529, + 1332, + 3.979, + 1628, + 4.076, + 2080, + 6.632, + 2116, + 5.612, + 2219, + 8.443, + 6491, + 9.839, + 6492, + 9.839, + 6493, + 9.839 ] ], [ - "type/assets/apathfinding", + "type/assets/acidrain", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/apathfinding", + "data/assets/acidrain", [ - 9, - 1.02, - 16, - 0.862, - 33, - 1.269, - 51, - 1.791, - 74, - 1.06, - 77, - 1.904, - 151, - 1.75, - 247, - 1.734, - 547, - 2.838, - 659, - 3.743, - 859, - 3.119, - 866, - 4.736, - 1678, - 3.743, - 1885, - 8.729, - 3466, - 8.191, - 4574, - 7.468, - 6514, - 9.546, - 6515, - 9.546, - 6516, - 9.546, - 6517, - 9.546 + 8, + 2.746, + 38, + 1.09, + 42, + 1.783, + 79, + 0.834, + 160, + 2.902, + 211, + 4.397, + 234, + 5.598, + 894, + 3.878, + 1494, + 8.423, + 4586, + 8.976, + 6494, + 9.816, + 6495, + 9.816 ] ], [ "type/assets/rustore-billing", [ - 1047, + 1975, 0.756 ] ], [ "data/assets/rustore-billing", [ - 74, + 38, 1.085, - 247, + 42, 1.775, - 666, + 577, 3.831, - 786, - 6.436, - 1993, + 712, 6.585, - 2771, + 2142, 6.436, - 2843, + 2143, 6.436, - 6253, + 3161, + 6.436, + 6365, 9.217, - 6464, + 6496, 10.246, - 6465, - 8.934, - 6518, - 9.77 + 6497, + 9.77, + 6498, + 8.934 ] ], [ - "type/assets/lightandshadows", + "type/assets/googleplayinstant", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/lightandshadows", + "data/assets/googleplayinstant", [ - 8, - 1.259, - 16, - 1.015, - 359, - 8.443, - 883, - 6.1, - 1603, - 5.698, - 1814, - 4.671, - 1868, - 5.529, - 2264, - 7.187, - 6220, - 7.187, - 6519, - 9.839 + 107, + 1.846, + 148, + 1.99, + 169, + 1.443, + 194, + 1.77, + 198, + 2.642, + 256, + 2.18, + 442, + 4.345, + 500, + 3.539, + 1131, + 5.528, + 2065, + 8.418, + 2194, + 6.463, + 2985, + 7.319, + 3576, + 7.59, + 6499, + 9.702 ] ], [ - "type/assets/ts-defold", + "type/assets/defold-neovim", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/ts-defold", + "data/assets/defold-neovim", [ - 10, - 1.754, - 30, - 0.867, - 33, - 1.278, - 60, - 3.918, - 74, - 1.067, - 160, - 1.722, - 247, - 2.185, - 300, - 2.058, - 547, - 2.858, - 891, + 42, + 2.126, + 59, + 1.002, + 91, + 3.281, + 99, + 0.986, + 169, + 1.651, + 198, + 2.618, + 229, + 1.762, + 256, + 2.16, + 313, + 3.769, + 703, + 3.769, + 1104, 3.346, - 1040, - 6.332, - 3608, - 8.79, - 6520, + 1596, + 5.114, + 6500, 11.704, - 6521, - 11.1, - 6522, - 8.248 - ] - ], - [ - "type/assets/tapticengine", - [ - 1047, - 0.756 - ] - ], - [ - "data/assets/tapticengine", - [ - 30, - 0.892, - 74, - 1.098, - 547, - 2.939, - 859, - 3.23, - 1293, - 4.6, - 1678, - 3.877, - 6523, - 11.281, - 6524, - 9.886 + 6501, + 9.612 ] ], [ - "type/assets/defcon", + "type/assets/defold-ink", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defcon", + "data/assets/defold-ink", [ - 9, - 0.942, - 10, - 1.75, - 11, - 0.851, - 22, - 2.176, - 30, - 0.865, - 31, - 4.751, - 60, - 3.909, - 77, - 1.912, - 137, - 1.427, + 2, + 2.445, + 18, + 0.872, + 42, + 2.021, + 99, + 0.857, 151, - 1.758, - 247, - 1.742, - 666, - 3.76, - 782, - 5.469, - 803, - 5.469, - 1191, - 4.218, - 1203, - 6.464, - 1672, - 6.42, - 2175, - 6.803, - 6525, - 11.085 + 4.001, + 228, + 4.102, + 229, + 1.77, + 231, + 3.623, + 241, + 2.068, + 729, + 5.593, + 997, + 7.053, + 1074, + 7.285, + 1075, + 5.987, + 6422, + 9.831, + 6445, + 8.83 ] ], [ - "type/assets/sidescrollertutorialfromscratch", + "type/assets/tiled", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/sidescrollertutorialfromscratch", + "data/assets/tiled", [ - 9, - 0.822, - 11, - 0.859, - 30, - 0.874, - 33, - 1.286, - 51, - 1.816, - 141, - 1.939, - 385, - 9.577, - 2543, - 7.898, - 2558, - 8.851, - 3802, - 7.699, - 6526, - 9.679, - 6527, - 11.145, - 6528, - 9.679, - 6529, - 9.679 - ] - ], - [ - "type/assets/compat53", + 38, + 1.058, + 42, + 2.005, + 49, + 3.293, + 57, + 1.218, + 59, + 0.86, + 79, + 0.809, + 99, + 0.846, + 198, + 2.594, + 240, + 2.708, + 256, + 2.14, + 435, + 8.709, + 555, + 2.983, + 567, + 4.942, + 917, + 4.306, + 983, + 6.141, + 986, + 6.419, + 2249, + 6.419, + 2952, + 5.134, + 3161, + 6.274, + 3337, + 7.771, + 4506, + 7.451, + 4606, + 10.005 + ] + ], + [ + "type/assets/sparkle-shader", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/compat53", + "data/assets/sparkle-shader", [ - 8, - 1.157, - 9, - 0.91, - 11, - 1.014, - 28, - 3.804, - 30, - 0.817, - 32, - 2.039, - 33, - 1.202, - 51, - 2.01, + 18, + 0.977, + 20, + 1.224, + 36, + 1.836, + 38, + 1.023, + 46, + 1.313, + 59, + 0.831, 77, - 1.804, - 86, - 1.291, - 102, - 3.561, - 137, - 1.346, - 160, - 1.919, - 236, - 4.639, - 277, - 3.049, - 465, - 2.233, - 570, - 5.012, - 678, - 4.695, - 792, - 3.324, - 882, - 4.814, - 891, - 3.149, - 1056, - 7.078, - 1663, - 4.34, - 2243, - 6.419, - 3079, - 7.763, - 4286, - 7.382, - 4698, - 7.078, - 5074, - 8.273, - 5820, - 8.273, - 6530, - 9.047, - 6531, - 9.047, - 6532, - 11.801, - 6533, - 9.047, - 6534, - 9.047 + 2.381, + 78, + 4.086, + 79, + 0.782, + 101, + 5.248, + 118, + 5.937, + 132, + 3.163, + 148, + 1.889, + 153, + 2.089, + 182, + 5.76, + 229, + 1.688, + 250, + 3.557, + 316, + 5.819, + 676, + 4.202, + 677, + 4.243, + 692, + 3.455, + 880, + 4.464, + 979, + 4.163, + 1144, + 5.251, + 1323, + 3.846, + 1807, + 4.417, + 1879, + 5.486, + 3084, + 6.361, + 3087, + 5.937, + 6502, + 11.868, + 6503, + 9.208 ] ], [ - "type/assets/imageloader", + "type/assets/wortal", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/imageloader", + "data/assets/wortal", [ - 16, - 0.884, - 172, - 2.71, - 285, - 4.851, - 286, - 6.452, - 288, - 3.811, - 290, - 3.409, - 297, - 3.067, - 706, - 6.315, - 929, - 4.427, - 2320, - 7.388, - 4871, - 7.991, - 6535, - 9.793, - 6536, - 9.793 + 38, + 1.101, + 42, + 1.8, + 1032, + 5.414, + 1066, + 3.886, + 1067, + 3.237, + 6504, + 11.848 ] ], [ - "type/assets/defoldpng", + "type/assets/uptime", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defoldpng", + "data/assets/uptime", [ - 16, - 0.894, - 247, - 1.8, - 285, - 4.909, - 286, - 7.442, - 5591, - 6.679, - 5626, - 6.846, - 6537, - 9.91 + 241, + 2.127, + 894, + 3.925, + 1459, + 4.049, + 3342, + 6.158, + 6505, + 11.86 ] ], [ - "type/assets/rand16", + "type/assets/illumination", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/rand16", + "data/assets/illumination", [ - 9, - 0.84, - 33, - 1.314, - 35, - 2.939, - 5670, - 9.04, - 6502, - 7.734, - 6538, - 11.837, - 6539, - 9.886 + 18, + 0.995, + 38, + 1.055, + 48, + 5.503, + 59, + 0.858, + 90, + 2.265, + 99, + 0.979, + 101, + 4.606, + 198, + 2.588, + 229, + 1.742, + 256, + 2.135, + 648, + 4.606, + 791, + 6.94, + 854, + 5.264, + 958, + 6.94, + 1171, + 8.154, + 1188, + 4.656, + 1676, + 6.005, + 1681, + 4.071, + 1929, + 5.056, + 2533, + 6.405, + 2876, + 6.564, + 4545, + 9.461, + 4592, + 7.753 ] ], [ - "type/assets/review", + "type/assets/vitahealthenergy", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/review", + "data/assets/vitahealthenergy", [ - 16, - 1.015, - 29, - 2.211, - 573, - 4.448, - 1293, - 4.578, - 1678, - 3.858, - 1805, - 5.304, - 2857, - 9.18, - 6540, - 8.997, - 6541, - 8.997 + 7, + 1.412, + 79, + 0.836, + 894, + 3.888, + 1225, + 6.98, + 2640, + 6.98, + 5161, + 7.698, + 6506, + 9.839, + 6507, + 9.839, + 6508, + 11.25 ] ], [ - "type/assets/sparkle-shader", + "type/assets/editorscriptatlas", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/sparkle-shader", + "data/assets/editorscriptatlas", [ - 9, - 0.782, - 16, - 0.831, - 22, - 2.089, - 24, - 4.202, - 30, - 0.977, - 33, - 1.224, - 71, - 1.889, - 74, - 1.023, + 49, + 3.833, 77, - 1.836, - 86, - 1.313, - 92, - 3.163, - 151, - 1.688, - 363, - 4.163, - 406, - 3.846, - 407, - 2.381, - 424, - 4.417, - 466, - 3.557, - 481, - 3.455, - 508, - 5.937, - 693, - 4.464, - 776, - 4.086, - 805, - 5.248, - 890, - 5.486, - 899, - 5.251, - 1044, - 4.243, - 1221, - 5.819, - 1253, - 5.76, - 1537, - 6.361, - 2451, - 5.937, - 6542, - 11.868, - 6543, - 9.208 + 2.296, + 78, + 4.256, + 79, + 0.815, + 85, + 5.738, + 97, + 3.205, + 99, + 0.984, + 110, + 3.789, + 113, + 1.921, + 177, + 2.934, + 186, + 6.42, + 226, + 2.668, + 241, + 2.053, + 561, + 3.039, + 935, + 5.492, + 6509, + 9.59 ] ], [ - "type/assets/decodeogg", + "type/assets/admob-defold", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/decodeogg", + "data/assets/admob-defold", [ - 74, - 1.095, - 86, - 1.407, - 302, - 3.701, - 859, - 3.222, - 1678, - 3.867, - 3829, - 8.048, - 5635, - 8.463, - 6544, - 11.265, - 6545, - 9.019 + 42, + 1.77, + 46, + 1.39, + 59, + 0.88, + 169, + 1.45, + 198, + 2.655, + 1769, + 5.156, + 1840, + 5.559, + 2072, + 6.57, + 2194, + 5.645, + 2266, + 9.13, + 6510, + 9.747, + 6511, + 9.747, + 6512, + 9.747 ] ], [ - "type/assets/dirtylarry", + "type/assets/quickbutton", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/dirtylarry", + "data/assets/quickbutton", [ - 9, - 0.84, - 16, - 0.892, - 381, - 4.428, - 576, - 4.6, - 5623, - 7.221, - 6546, - 9.886, - 6547, - 9.68, - 6548, - 9.886 + 79, + 0.947, + 99, + 0.859, + 148, + 1.986, + 149, + 3.684, + 153, + 2.196, + 169, + 1.44, + 211, + 4.335, + 285, + 4.335, + 452, + 2.814, + 600, + 5.346, + 1025, + 3.824, + 1382, + 5.362, + 1621, + 4.905, + 2088, + 7.07, + 6513, + 11.145 ] ], [ - "type/assets/horrifold", + "type/assets/yametrica", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/horrifold", + "data/assets/yametrica", [ - 9, - 0.842, - 890, - 5.022, - 4080, - 8.086, - 6549, - 9.91, - 6550, - 9.91, - 6551, - 9.91, - 6552, - 9.91, - 6553, - 9.91 + 18, + 1.009, + 57, + 1.244, + 99, + 0.992, + 194, + 1.774, + 198, + 2.648, + 256, + 2.185, + 615, + 5.174, + 1616, + 6.145, + 1975, + 1.232, + 4533, + 6.899, + 6514, + 11.175, + 6515, + 9.724, + 6516, + 9.724 ] ], [ - "type/assets/screenshot", + "type/assets/adinfo", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/screenshot", + "data/assets/adinfo", [ - 77, - 2.237, - 286, - 6.452, - 407, - 2.028, - 682, - 4.906, - 929, - 4.427, - 1251, - 4.963, - 1949, - 6.452, - 2398, - 8.955, - 2466, - 6.071, - 3229, - 10.26, - 5125, - 7.662 + 18, + 0.967, + 20, + 1.202, + 36, + 1.804, + 38, + 1.19, + 59, + 0.817, + 79, + 0.91, + 99, + 0.803, + 100, + 2.01, + 102, + 2.326, + 108, + 2.66, + 148, + 1.856, + 170, + 4.108, + 196, + 3.129, + 229, + 1.659, + 241, + 1.937, + 256, + 2.033, + 335, + 7.058, + 442, + 4.052, + 473, + 3.979, + 695, + 4.09, + 773, + 3.278, + 915, + 4.108, + 1067, + 2.956, + 1143, + 5.834, + 1769, + 4.169, + 1920, + 4.21, + 2027, + 4.482, + 2074, + 7.078, + 3603, + 5.717, + 4006, + 8.273, + 4514, + 5.834, + 5664, + 8.273, + 6140, + 7.382, + 6307, + 7.382, + 6442, + 7.763, + 6517, + 9.047, + 6518, + 9.797, + 6519, + 9.047, + 6520, + 7.763, + 6521, + 9.047 ] ], [ - "type/assets/defold-timer", + "type/assets/magiclinker", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defold-timer", + "data/assets/magiclinker", [ - 9, - 0.948, - 10, - 1.77, - 86, - 1.384, - 247, - 2.192, - 361, - 5.162, - 391, - 3.312, - 547, - 2.885, - 2038, - 4.306, - 6132, - 8.56, - 6554, - 9.702 + 18, + 0.869, + 20, + 1.477, + 57, + 1.233, + 79, + 0.944, + 90, + 2.296, + 99, + 0.855, + 194, + 1.758, + 392, + 3.375, + 677, + 4.439, + 789, + 7.268, + 2448, + 6.347, + 4681, + 7.861, + 6522, + 9.634, + 6523, + 10.712, + 6524, + 8.81, + 6525, + 9.634 ] ], [ - "type/assets/rustore-push", + "type/assets/facebookinstantgames", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/rustore-push", + "data/assets/facebookinstantgames", [ - 74, - 1.09, - 247, - 1.783, - 859, - 3.207, - 1678, - 3.849, - 3478, - 9.167, - 3818, - 8.621, - 6253, - 9.235 + 9, + 3.137, + 10, + 1.999, + 18, + 0.98, + 20, + 1.229, + 36, + 1.844, + 46, + 1.319, + 59, + 0.835, + 60, + 2.573, + 70, + 3.895, + 99, + 0.821, + 229, + 1.696, + 332, + 3.078, + 567, + 4.8, + 765, + 3.24, + 1131, + 4.582, + 1681, + 5.091, + 1839, + 6.561, + 1840, + 5.275, + 2027, + 4.582, + 2054, + 5.275, + 2063, + 7.928, + 2065, + 8.188, + 3159, + 7.236, + 3576, + 7.236, + 5173, + 8.457, + 5742, + 8.457, + 6351, + 8.457, + 6526, + 9.249, + 6527, + 9.249, + 6528, + 9.249, + 6529, + 9.249, + 6530, + 8.457 ] ], [ - "type/assets/gooey", + "type/assets/defoldgridengine", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/gooey", + "data/assets/defoldgridengine", [ - 9, - 0.824, - 16, - 0.876, - 33, - 1.289, - 37, - 4.306, - 39, - 3.833, - 137, - 1.443, - 150, - 4.654, - 178, - 5.805, - 273, - 3.776, - 381, - 4.345, - 395, - 3.833, - 521, - 3.804, - 1991, - 5.906, - 6555, - 11.748, - 6556, - 9.702 + 42, + 2.126, + 46, + 1.371, + 59, + 0.867, + 79, + 0.817, + 91, + 3.281, + 194, + 1.754, + 228, + 4.083, + 552, + 3.48, + 758, + 4.266, + 952, + 8.303, + 1088, + 7.843, + 1193, + 5.751, + 1386, + 7.021, + 1460, + 5.401, + 6531, + 9.612 ] ], [ - "type/assets/defquest", + "type/assets/defluid", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defquest", + "data/assets/defluid", [ - 16, - 0.878, - 77, - 1.939, - 151, - 1.783, - 283, - 4.928, - 409, - 6.145, - 640, - 4.481, - 664, - 4.13, - 1352, - 5.92, - 1505, - 6.145, - 1516, - 3.915, - 1705, - 3.813, - 1814, - 4.617, - 6557, - 11.175, - 6558, - 9.724 + 226, + 2.751, + 228, + 4.199, + 229, + 1.812, + 1180, + 5.401, + 3833, + 8.067, + 5261, + 8.483, + 6532, + 11.281, + 6533, + 9.886 ] ], [ - "type/assets/geneticalneuralnetwork", + "type/assets/defold-toon-shader", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/geneticalneuralnetwork", + "data/assets/defold-toon-shader", [ - 9, - 0.83, - 11, - 0.867, - 13, - 3.231, - 48, - 2.718, - 137, - 1.454, - 272, - 6.704, - 1044, - 4.502, - 6559, - 9.77, - 6560, - 11.205, - 6561, - 11.205, - 6562, - 9.77 + 38, + 1.095, + 42, + 1.791, + 1188, + 4.833, + 1725, + 6.233, + 1879, + 5.993, + 6534, + 11.826 ] ], [ - "type/assets/luafilesystemlfs", + "type/assets/poki", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/luafilesystemlfs", + "data/assets/poki", [ - 9, - 0.82, - 11, - 0.857, - 16, - 0.872, - 30, - 0.872, - 102, - 2.855, - 263, - 3.114, - 395, - 3.815, - 402, - 4.173, - 898, - 7.053, - 969, - 4.632, - 1158, - 5.683, - 3632, - 7.053, - 3934, - 5.879, - 6563, - 9.657, - 6564, - 9.657, - 6565, - 9.657, - 6566, - 9.657, - 6567, - 7.879 + 38, + 1.093, + 42, + 1.787, + 194, + 1.795, + 552, + 2.925, + 1032, + 6.147, + 1066, + 3.858, + 1067, + 3.214, + 2061, + 10.138 ] ], [ - "type/assets/sfmt", + "type/assets/sidescrollertutorialfromscratch", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/sfmt", + "data/assets/sidescrollertutorialfromscratch", [ - 35, - 3.3, - 74, - 1.067, - 247, - 1.746, - 859, - 3.14, - 1765, - 7.021, - 3182, - 7.889, - 3190, - 7.251, - 6502, - 8.684, - 6503, - 7.843, - 6568, - 12.031, - 6569, - 9.612, - 6570, - 9.612, - 6571, - 9.612, - 6572, - 9.612 + 18, + 0.874, + 20, + 1.286, + 79, + 0.822, + 99, + 0.859, + 100, + 1.816, + 113, + 1.939, + 1500, + 7.699, + 2458, + 7.898, + 3568, + 9.577, + 5903, + 8.851, + 6535, + 9.679, + 6536, + 11.145, + 6537, + 9.679, + 6538, + 9.679 ] ], [ - "type/assets/gamedistribution", + "type/assets/tapticengine", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/gamedistribution", + "data/assets/tapticengine", [ - 8, - 1.165, - 9, - 0.774, - 10, - 1.662, - 11, - 0.809, - 30, - 1.089, - 33, - 1.21, - 62, - 5.005, - 101, - 4.324, - 137, - 1.6, - 151, - 1.67, - 272, - 5.449, - 587, - 5.651, - 765, - 5.872, - 1072, - 4.28, - 1259, - 6.87, - 1284, - 5.106, - 1374, - 5.755, - 1520, - 5.544, - 1579, - 5.646, - 1660, - 3.901, - 1682, - 6.652, - 1758, - 4.846, - 5632, - 9.835, - 6573, - 12.066, - 6574, - 9.107, - 6575, - 9.107, - 6576, - 9.107, - 6577, - 8.328, - 6578, - 9.107, - 6579, - 10.756, - 6580, - 9.107 + 18, + 0.892, + 38, + 1.098, + 552, + 2.939, + 1066, + 3.877, + 1067, + 3.23, + 1920, + 4.6, + 6539, + 11.281, + 6540, + 9.886 ] ], [ - "type/assets/openal", + "type/assets/defold-cairo", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/openal", + "data/assets/defold-cairo", [ - 16, - 0.892, - 221, - 4.844, - 316, - 2.973, - 394, - 4.898, - 2038, - 4.388, - 2229, - 8.067, - 6179, - 9.04, - 6581, - 11.281 + 38, + 1.241, + 42, + 2.136, + 449, + 5.818, + 469, + 4.928, + 1067, + 3.177, + 1101, + 5.722, + 1173, + 4.765, + 2951, + 7.608, + 6541, + 11.759, + 6542, + 11.175 ] ], [ - "type/assets/editor-script-distribute", + "type/assets/defold-nuklear", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/editor-script-distribute", + "data/assets/defold-nuklear", [ - 9, - 0.807, - 11, - 0.979, - 40, - 4.931, - 97, - 2.907, - 247, - 1.726, - 248, - 4.296, - 267, - 4.422, - 381, - 4.256, - 426, - 5.122, - 460, - 4.071, - 569, - 3.188, - 633, - 3.813, - 1176, - 6.741, - 1622, - 4.656, - 2221, - 6.94, - 2344, - 5.592, - 2967, - 7.11, - 3499, - 9.505, - 3556, - 4.931, - 6582, - 9.502 + 20, + 1.295, + 42, + 2.032, + 79, + 0.828, + 124, + 4.249, + 915, + 3.738, + 1140, + 4.491, + 1590, + 5.832, + 2200, + 7.119, + 2934, + 7.953, + 5352, + 8.913, + 6381, + 8.364, + 6543, + 11.77 ] ], [ - "type/assets/defvungle", + "type/assets/defsave", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defvungle", + "data/assets/defsave", [ 7, - 1.226, - 16, - 0.882, - 74, - 1.085, - 521, - 3.831, - 558, - 7.136, - 573, - 4.417, - 1786, - 6.585, - 1807, - 7.972, - 6275, - 7.136, - 6583, - 9.77, - 6584, - 11.205, - 6585, - 9.77, - 6586, - 9.77 + 1.22, + 59, + 0.878, + 79, + 0.826, + 99, + 0.863, + 153, + 2.206, + 891, + 3.298, + 898, + 3.453, + 916, + 7.103, + 918, + 4.665, + 1061, + 6.406, + 1269, + 5.387, + 1457, + 5.722, + 1584, + 5.465, + 2514, + 5.313, + 6281, + 10.218 ] ], [ - "type/assets/defold-lang", + "type/assets/defold-api-emmylua", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defold-lang", + "data/assets/defold-api-emmylua", [ - 247, - 2.154, - 1397, - 6.544, - 1627, - 8.105, - 6587, - 11.311 + 38, + 1.09, + 42, + 2.144, + 735, + 5.662, + 1100, + 7.68, + 3161, + 6.467, + 6544, + 11.235, + 6545, + 9.816 ] ], [ - "type/assets/defold-parser", + "type/assets/texturepacker", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defold-parser", + "data/assets/texturepacker", [ - 11, - 0.874, - 16, - 0.888, - 247, - 2.146, - 302, - 3.692, - 456, - 4.821, - 1845, - 6.1, - 4784, - 7.698, - 6588, - 11.25 + 18, + 0.892, + 38, + 1.098, + 186, + 5.726, + 351, + 5.13, + 614, + 3.877, + 2164, + 4.272, + 6546, + 11.837 ] ], [ - "type/assets/defold-tile-raycast", + "type/assets/colorpicker", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defold-tile-raycast", + "data/assets/colorpicker", [ - 32, - 1.792, - 33, - 1.251, - 46, - 2.62, - 74, - 1.046, - 77, - 1.878, - 86, - 1.343, - 191, - 2.384, - 247, - 1.992, - 319, - 6.722, - 411, - 4.381, - 664, - 4.0, - 672, - 8.274, - 1072, - 4.425, - 1491, - 4.665, - 1660, - 4.034, - 1898, - 3.808, - 2177, - 6.68, - 5392, - 6.68, - 5843, - 7.103, - 5883, - 8.08, - 5911, - 9.411, - 6162, - 8.61, - 6589, - 9.416, - 6590, - 9.416, - 6591, - 8.08 + 18, + 0.869, + 38, + 1.07, + 42, + 1.75, + 59, + 0.869, + 79, + 0.818, + 106, + 1.991, + 330, + 3.072, + 333, + 2.725, + 675, + 3.694, + 1289, + 5.973, + 2390, + 6.655, + 2697, + 7.537, + 2749, + 8.267, + 5163, + 7.537, + 6547, + 11.715, + 6548, + 9.634, + 6549, + 9.634 ] ], [ - "type/assets/playable-ads", + "type/assets/resource-encryption", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/playable-ads", + "data/assets/resource-encryption", [ - 9, - 0.82, - 11, - 0.988, - 16, - 0.872, - 29, - 2.17, - 137, - 1.437, - 247, - 1.754, - 659, - 4.364, - 708, - 6.509, - 1423, - 5.922, - 1786, - 7.904, - 4687, - 10.062, - 6592, - 8.83 + 18, + 0.865, + 38, + 1.065, + 57, + 1.227, + 77, + 1.986, + 102, + 2.466, + 126, + 1.903, + 148, + 1.967, + 174, + 4.767, + 194, + 1.75, + 198, + 2.612, + 359, + 4.295, + 471, + 2.571, + 713, + 5.103, + 1029, + 4.699, + 3043, + 9.406, + 3161, + 6.318, + 3207, + 8.229 ] ], [ - "type/assets/discordrich", + "type/assets/defold-3D-outline-shader", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/discordrich", + "data/assets/defold-3D-outline-shader", [ - 74, - 1.101, - 151, - 1.817, - 1660, - 4.245, - 2417, - 9.062, - 6257, - 8.086, - 6593, - 11.296, - 6594, - 9.91 + 38, + 1.075, + 42, + 1.758, + 50, + 6.502, + 59, + 0.874, + 150, + 2.451, + 223, + 7.898, + 424, + 7.302, + 677, + 4.46, + 1188, + 5.461, + 1725, + 6.117, + 1879, + 5.948, + 2818, + 7.898, + 5519, + 8.305 ] ], [ - "type/assets/vs-code-ide", + "type/assets/emthree", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/vs-code-ide", + "data/assets/emthree", [ - 9, - 0.811, - 10, - 1.742, - 11, - 0.848, - 16, - 0.862, - 74, - 1.06, - 152, - 2.6, - 247, - 1.734, - 361, - 5.883, - 659, - 3.743, - 891, - 4.062, - 1289, - 4.837, - 1541, - 7.468, - 1695, - 4.627, - 3441, - 6.594, - 3449, - 6.972, - 4094, - 8.075, - 4261, - 8.191, - 4309, - 8.191, - 6522, - 8.191, - 6592, - 8.729 + 79, + 0.846, + 552, + 2.96, + 581, + 5.368, + 2261, + 5.595, + 6550, + 11.327 ] ], [ - "type/assets/whquestdef", + "type/assets/tinyhttp", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/whquestdef", + "data/assets/tinyhttp", [ - 9, - 0.84, - 74, - 1.098, - 576, - 4.6, - 1248, - 7.221, - 1397, - 6.513, - 1660, - 4.235, - 2169, - 9.04, - 6595, - 11.281 + 59, + 0.89, + 645, + 6.629, + 646, + 4.998, + 677, + 4.545, + 1066, + 3.867, + 1067, + 3.222, + 2222, + 8.463, + 3584, + 6.997, + 6551, + 9.863 ] ], [ - "type/assets/defold-nuklear", + "type/assets/fontscale", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defold-nuklear", + "data/assets/fontscale", [ - 9, - 0.828, - 33, - 1.295, - 73, - 4.249, - 247, - 2.032, - 1239, - 3.738, - 1258, - 7.119, - 1662, - 4.491, - 3530, - 5.832, - 3585, - 7.953, - 5144, - 8.913, - 6522, - 8.364, - 6596, - 11.77 + 18, + 0.892, + 158, + 2.89, + 159, + 5.818, + 328, + 5.915, + 640, + 7.014, + 1694, + 6.829, + 4174, + 7.734, + 6552, + 11.281 ] ], [ - "type/assets/voronoi", + "type/assets/tilesetter", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/voronoi", + "data/assets/tilesetter", [ + 42, + 1.758, + 52, + 2.664, + 59, + 0.874, + 99, + 0.859, + 107, + 2.121, + 169, + 1.44, + 198, + 2.636, 226, - 5.453, - 553, - 5.609, - 6597, - 11.882 + 2.693, + 289, + 5.791, + 699, + 6.524, + 986, + 6.524, + 1511, + 5.218, + 2218, + 8.851, + 2550, + 5.606, + 6553, + 11.145, + 6554, + 7.898 ] ], [ - "type/assets/dissolve-fx", + "type/assets/trenchbroom", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/dissolve-fx", + "data/assets/trenchbroom", [ - 74, - 1.101, - 167, - 6.033, - 376, - 7.614, - 1253, - 5.273, - 6598, - 11.848 + 18, + 0.998, + 38, + 1.06, + 42, + 1.734, + 49, + 3.301, + 59, + 0.998, + 77, + 1.977, + 97, + 2.76, + 99, + 0.848, + 107, + 1.816, + 169, + 1.42, + 194, + 1.742, + 198, + 2.6, + 436, + 6.289, + 917, + 4.315, + 1052, + 5.015, + 1628, + 3.955, + 2130, + 7.789, + 2249, + 6.434, + 6555, + 11.671, + 6556, + 9.546 ] ], [ - "type/assets/steamworks", + "type/assets/trickortreat", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/steamworks", + "data/assets/trickortreat", [ - 8, - 1.218, - 9, - 0.809, - 10, - 1.738, - 11, - 0.846, - 23, - 2.059, - 26, - 2.553, - 77, - 1.899, - 86, - 1.359, - 151, - 1.746, - 152, - 2.594, - 300, - 2.039, - 611, - 4.227, - 884, - 5.352, - 1262, - 5.203, - 2038, - 4.227, - 2392, - 5.604, - 2497, - 4.942, - 2501, - 6.956, - 3672, - 7.771, - 3782, - 7.185, - 4064, - 7.451, - 5339, - 8.172, - 5355, - 10.662 + 59, + 0.89, + 1975, + 1.25, + 2952, + 5.317, + 3329, + 9.019, + 4548, + 7.44, + 6152, + 7.204, + 6557, + 11.265, + 6558, + 9.863, + 6559, + 9.863 ] ], [ - "type/assets/wortal", + "type/assets/horrifold", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/wortal", + "data/assets/horrifold", [ - 74, - 1.101, - 247, - 1.8, - 859, - 3.237, - 1262, - 5.414, - 1678, - 3.886, - 6599, - 11.848 + 79, + 0.842, + 1879, + 5.022, + 4279, + 8.086, + 6560, + 9.91, + 6561, + 9.91, + 6562, + 9.91, + 6563, + 9.91, + 6564, + 9.91 ] ], [ - "type/assets/modplayer", + "type/assets/kinematicwalker", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/modplayer", + "data/assets/kinematicwalker", [ - 859, - 3.245, - 1678, - 3.895, - 2046, - 6.356, - 6600, - 9.933, - 6601, - 9.933, - 6602, - 9.933 + 38, + 1.088, + 59, + 0.884, + 828, + 5.763, + 1006, + 7.96, + 1188, + 4.799, + 1681, + 4.195, + 3355, + 7.662, + 4571, + 7.991, + 5201, + 7.991, + 6565, + 9.793, + 6566, + 9.793, + 6567, + 8.955 ] ], [ - "type/assets/cjson", + "type/assets/defold-parser", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/cjson", + "data/assets/defold-parser", [ - 11, - 0.987, - 16, - 0.869, - 22, - 2.186, - 51, - 1.808, - 86, - 1.374, - 102, - 3.286, - 135, - 4.17, - 446, - 5.669, - 859, - 3.147, - 919, - 4.773, - 1678, - 3.778, - 1845, - 6.891, - 5591, - 6.494, - 5626, - 6.655, - 6603, - 11.115 + 42, + 2.146, + 59, + 0.888, + 99, + 0.874, + 231, + 3.692, + 728, + 4.821, + 1075, + 6.1, + 4972, + 7.698, + 6568, + 11.25 ] ], [ - "type/assets/dashdocsetfordefold", + "type/assets/daabbcc", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/dashdocsetfordefold", + "data/assets/daabbcc", [ - 16, - 0.872, - 33, - 1.283, - 74, - 1.236, - 137, - 1.437, - 247, - 2.021, - 300, - 2.068, - 521, - 3.787, - 555, - 6.102, - 803, - 5.507, - 891, - 3.361, - 1363, - 6.851, - 1663, - 4.632, - 2740, - 8.286, - 6604, - 9.657, - 6605, - 10.177, - 6606, - 9.657 + 20, + 1.295, + 59, + 0.88, + 79, + 0.828, + 98, + 6.915, + 100, + 1.829, + 146, + 4.776, + 169, + 1.45, + 193, + 6.043, + 1066, + 3.822, + 1067, + 3.184, + 4535, + 7.353, + 5655, + 8.913, + 6569, + 11.19, + 6570, + 9.747 ] ], [ - "type/assets/chipsounds", + "type/assets/dissolve-fx", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/chipsounds", + "data/assets/dissolve-fx", [ - 8, - 1.259, - 9, - 0.836, - 380, - 5.529, - 564, - 5.612, - 636, - 4.076, - 1774, - 6.632, - 1898, - 3.979, - 4692, - 8.443, - 6607, - 9.839, - 6608, - 9.839, - 6609, - 9.839 + 38, + 1.101, + 182, + 5.273, + 981, + 6.033, + 989, + 7.614, + 6571, + 11.848 ] ], [ - "type/assets/narrator", + "type/assets/defold-timer", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/narrator", + "data/assets/defold-timer", [ - 2, - 2.357, - 9, - 0.791, - 11, - 0.967, - 16, - 0.983, - 30, - 1.043, - 32, - 1.772, - 60, - 3.795, - 74, - 1.034, - 87, - 3.857, - 143, - 4.613, - 407, - 1.928, - 859, - 3.042, - 1660, - 3.989, - 1973, - 4.892, - 2179, - 5.31, - 2204, - 5.571, - 2420, - 7.024, - 2756, - 5.668, - 3076, - 7.024, - 3846, - 6.801, - 6370, - 8.514, - 6375, - 8.891, - 6610, - 10.564, - 6611, - 9.311, - 6612, - 9.311, - 6613, - 9.311, - 6614, - 8.514, - 6615, - 9.311 + 42, + 2.192, + 46, + 1.384, + 79, + 0.948, + 91, + 3.312, + 194, + 1.77, + 552, + 2.885, + 758, + 4.306, + 977, + 5.162, + 6144, + 8.56, + 6572, + 9.702 ] ], [ - "type/assets/cafebazaar", + "type/assets/defoldpng", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/cafebazaar", + "data/assets/defoldpng", [ - 11, - 0.853, - 26, - 2.576, - 86, - 1.583, - 140, - 5.393, - 144, - 4.988, - 151, - 1.762, - 247, - 1.746, - 553, - 5.401, - 573, - 4.345, - 859, - 3.14, - 969, - 4.611, - 1678, - 3.769, - 2038, - 4.266, - 5757, - 7.843, - 6616, - 11.704, - 6617, - 9.612 + 42, + 1.8, + 59, + 0.894, + 935, + 4.909, + 936, + 7.442, + 2097, + 6.846, + 3899, + 6.679, + 6573, + 9.91 ] ], [ - "type/assets/platypus", + "type/assets/editor-script-check-dependencies-versions", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/platypus", + "data/assets/editor-script-check-dependencies-versions", [ - 226, - 5.453, - 547, - 2.968, - 6618, - 11.342, - 6619, - 9.127 + 4, + 2.511, + 9, + 3.245, + 10, + 2.068, + 49, + 3.828, + 60, + 2.662, + 61, + 7.242, + 62, + 3.165, + 97, + 3.201, + 99, + 0.85, + 130, + 5.825, + 198, + 2.606, + 268, + 1.954, + 280, + 4.341, + 690, + 6.996, + 717, + 5.63, + 2028, + 6.449, + 2344, + 7.807 ] ], [ - "type/assets/defold-ink", + "type/assets/playable-ads", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defold-ink", + "data/assets/playable-ads", [ - 2, - 2.445, - 11, - 0.857, - 30, + 42, + 1.754, + 59, 0.872, - 87, - 4.001, - 151, - 1.77, - 247, - 2.021, - 300, - 2.068, - 302, - 3.623, - 664, - 4.102, - 794, - 7.053, - 795, - 5.593, - 1845, - 5.987, - 2087, - 7.285, - 6375, - 9.831, - 6610, + 79, + 0.82, + 99, + 0.988, + 169, + 1.437, + 256, + 2.17, + 313, + 4.364, + 1933, + 5.922, + 2071, + 10.062, + 2072, + 7.904, + 2533, + 6.509, + 6382, 8.83 ] ], [ - "type/assets/defoldpolygoneditor", + "type/assets/defglot", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defoldpolygoneditor", + "data/assets/defglot", [ - 16, - 0.888, - 48, - 2.738, - 163, - 4.624, - 164, - 5.376, - 169, - 8.997, - 247, - 1.787, - 633, - 3.402, - 2344, - 5.79, - 4829, - 9.18, - 6620, - 9.839 + 57, + 1.256, + 79, + 0.834, + 111, + 4.1, + 194, + 1.791, + 198, + 2.673, + 614, + 3.849, + 1269, + 5.438, + 1655, + 5.157, + 4821, + 8.01, + 6016, + 8.976, + 6574, + 11.235 ] ], [ - "type/assets/defoldandroidpermissions", + "type/assets/drawpixels", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defoldandroidpermissions", + "data/assets/drawpixels", [ - 33, - 1.295, - 51, - 1.829, - 74, - 1.082, - 87, - 4.038, - 160, - 1.746, - 247, - 1.77, - 521, - 3.822, - 573, - 5.059, - 859, - 3.184, - 1678, - 3.822, - 3044, - 8.173, - 3556, - 5.058, - 6621, - 9.747 + 59, + 0.888, + 185, + 4.624, + 289, + 5.887, + 293, + 7.698, + 555, + 3.082, + 677, + 4.534, + 1041, + 4.448, + 2236, + 6.975, + 4608, + 8.029, + 6575, + 9.839 ] ], [ - "type/assets/adinfo", + "type/assets/defold-box2d", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/adinfo", + "data/assets/defold-box2d", [ - 9, - 0.91, - 11, - 0.803, - 16, - 0.817, - 29, - 2.033, - 30, - 0.967, - 31, - 4.482, - 33, - 1.202, - 51, - 2.01, - 71, - 1.856, - 74, - 1.19, - 77, - 1.804, - 94, - 3.129, - 140, - 4.169, - 151, - 1.659, - 162, - 2.326, - 218, - 4.108, - 248, - 4.09, - 256, - 2.66, - 294, - 3.979, - 300, - 1.937, - 490, - 5.834, - 595, - 3.278, - 719, - 4.052, - 822, - 7.058, - 859, - 2.956, - 1239, - 4.108, - 1293, - 4.21, - 1354, - 8.273, - 3163, - 5.834, - 4516, - 8.273, - 4770, - 5.717, - 5620, - 7.078, - 6199, - 7.382, - 6249, - 7.382, - 6295, - 9.797, - 6386, - 7.763, - 6622, - 9.047, - 6623, - 9.047, - 6624, - 7.763, - 6625, - 9.047 + 38, + 1.093, + 42, + 2.146, + 160, + 2.909, + 194, + 1.795, + 552, + 2.925, + 1031, + 8.629, + 4472, + 7.187 ] ], [ - "type/assets/lua-language-server", + "type/assets/visual-novel-template-ink", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/lua-language-server", + "data/assets/visual-novel-template-ink", [ 2, - 2.96, - 16, - 0.865, - 30, - 0.865, - 74, - 1.065, - 102, - 3.457, - 137, - 1.427, - 247, - 1.742, - 283, - 5.926, - 316, - 2.884, - 392, - 8.229, - 633, - 3.316, - 701, - 5.738, - 1277, - 7.004, - 3556, - 4.977, - 4311, - 7.825, - 5231, - 8.769 + 2.395, + 20, + 1.257, + 38, + 1.05, + 42, + 1.718, + 59, + 0.854, + 60, + 2.632, + 91, + 3.229, + 100, + 1.775, + 151, + 3.919, + 160, + 2.797, + 224, + 7.348, + 228, + 4.018, + 229, + 1.734, + 761, + 6.71, + 977, + 5.852, + 1080, + 7.136, + 1681, + 4.052, + 2217, + 5.759, + 6422, + 9.768, + 6576, + 10.997, + 6577, + 8.65 ] ], [ - "type/assets/panthera20", + "type/assets/defold-saver", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/panthera20", + "data/assets/defold-saver", [ - 10, - 1.791, - 74, - 1.09, - 87, - 4.654, - 247, - 1.783, - 310, - 4.918, - 547, - 2.919, - 874, - 7.17, - 1355, - 5.873, - 6471, - 10.274, - 6626, - 9.816 + 8, + 2.772, + 42, + 2.152, + 2514, + 5.414, + 2928, + 7.03, + 6578, + 11.296 ] ], [ - "type/assets/defold-cairo", + "type/assets/defold-tile-raycast", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defold-cairo", + "data/assets/defold-tile-raycast", [ - 74, - 1.241, - 219, - 4.928, - 247, - 2.136, - 275, - 5.722, - 859, - 3.177, - 1244, - 4.765, + 20, + 1.251, + 36, + 1.878, + 38, + 1.046, + 42, + 1.992, + 46, + 1.343, + 60, + 2.62, + 69, + 4.425, + 107, + 1.792, + 150, + 2.384, + 228, + 4.0, + 291, + 6.722, + 434, + 4.381, + 522, + 4.665, + 1000, + 6.68, + 1332, + 3.808, 1681, - 7.608, - 1835, - 5.818, - 6627, - 11.759, - 6628, - 11.175 - ] - ], - [ - "type/assets/crowd-runner-defold", - [ - 1047, - 0.756 - ] - ], - [ - "data/assets/crowd-runner-defold", - [ - 11, - 0.861, - 137, - 1.66, - 179, - 4.806, - 193, - 2.048, - 247, - 2.134, - 441, - 3.377, - 521, - 3.804, - 1044, - 4.47, - 3574, - 10.205, - 4325, - 7.59, - 6629, - 10.205, - 6630, - 9.702 + 4.034, + 2354, + 6.68, + 2519, + 8.274, + 4535, + 7.103, + 4606, + 8.08, + 5690, + 9.411, + 6122, + 8.61, + 6579, + 9.416, + 6580, + 9.416, + 6581, + 8.08 ] ], [ - "type/assets/defoldapiforsublimetext3", + "type/assets/dashdocsetfordefold", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defoldapiforsublimetext3", + "data/assets/dashdocsetfordefold", [ - 39, - 4.439, - 74, - 1.248, - 125, - 3.97, - 247, - 2.041, - 1663, - 5.389, - 6631, - 9.816, - 6632, - 11.235 + 20, + 1.283, + 38, + 1.236, + 42, + 2.021, + 59, + 0.872, + 169, + 1.437, + 241, + 2.068, + 614, + 3.787, + 659, + 5.507, + 735, + 4.632, + 1104, + 3.361, + 1282, + 8.286, + 1638, + 6.102, + 2928, + 6.851, + 6582, + 9.657, + 6583, + 10.177, + 6584, + 9.657 ] ], [ - "type/assets/3deforms", + "type/assets/qrcode", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/3deforms", + "data/assets/qrcode", [ - 10, - 1.73, - 16, - 0.856, - 22, - 2.151, - 51, - 1.779, - 52, - 3.155, - 68, - 2.151, - 86, - 1.571, - 152, - 2.582, - 160, - 1.698, - 164, - 5.18, - 221, - 5.396, - 391, - 3.236, - 457, - 5.111, - 558, - 6.925, - 685, - 6.113, - 1035, - 6.549, - 1139, - 5.579, - 1257, - 4.369, - 1421, - 4.861, - 2392, - 5.579, - 2774, - 5.878, - 3423, - 7.417, - 4124, - 7.736, - 6633, - 11.012 + 59, + 0.894, + 1104, + 3.449, + 2097, + 6.846, + 3899, + 6.679, + 4154, + 7.238, + 6585, + 9.91, + 6586, + 11.296 ] ], [ - "type/assets/trickortreat", + "type/assets/ump", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/trickortreat", + "data/assets/ump", [ - 16, - 0.89, + 18, + 0.968, + 38, + 1.007, + 42, + 1.948, + 59, + 0.818, + 99, + 0.953, + 100, + 1.701, + 107, + 1.725, + 153, + 2.434, + 194, + 1.655, + 198, + 2.469, + 229, + 1.662, + 280, + 3.555, + 433, + 3.696, + 555, + 2.84, + 773, + 3.285, + 801, + 4.443, + 915, + 4.381, + 945, + 5.847, + 998, + 5.251, 1047, - 1.25, - 1654, - 7.44, - 1834, - 9.019, - 2117, - 5.317, - 6220, - 7.204, - 6634, - 11.265, - 6635, - 9.863, - 6636, - 9.863 + 5.093, + 1067, + 2.962, + 2024, + 4.85, + 2072, + 6.112, + 2169, + 6.112, + 2194, + 5.251, + 2264, + 7.094, + 3415, + 4.954, + 4174, + 7.094, + 4533, + 6.433, + 5149, + 8.754, + 5501, + 8.291, + 6587, + 11.425, + 6588, + 11.809 ] ], [ - "type/assets/defold-box2d", + "type/assets/lua-language-server", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defold-box2d", + "data/assets/lua-language-server", [ - 10, - 1.795, - 74, - 1.093, - 102, - 2.909, - 247, - 2.146, - 547, - 2.925, - 1883, - 8.629, - 1956, - 7.187 + 2, + 2.96, + 18, + 0.865, + 38, + 1.065, + 42, + 1.742, + 49, + 3.316, + 59, + 0.865, + 160, + 3.457, + 169, + 1.427, + 351, + 4.977, + 629, + 2.884, + 646, + 5.926, + 1040, + 5.738, + 1962, + 7.004, + 2008, + 7.825, + 2273, + 8.229, + 5437, + 8.769 ] ], [ - "type/assets/blurshader", + "type/assets/defoldpolygoneditor", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/blurshader", + "data/assets/defoldpolygoneditor", [ - 890, - 5.748, - 6637, - 9.981, - 6638, - 11.342 + 42, + 1.787, + 49, + 3.402, + 59, + 0.888, + 226, + 2.738, + 962, + 4.624, + 963, + 5.376, + 2121, + 5.79, + 4555, + 9.18, + 5518, + 8.997, + 6589, + 9.839 ] ], [ - "type/assets/defold-log", + "type/assets/define", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defold-log", + "data/assets/define", [ - 74, - 1.093, - 137, - 1.464, - 247, - 2.146, - 351, - 4.874, - 921, - 4.929, - 1474, - 8.029, - 2428, - 7.254, - 6639, - 9.839 + 46, + 1.381, + 79, + 0.947, + 99, + 0.859, + 313, + 3.795, + 332, + 3.221, + 425, + 6.356, + 765, + 3.391, + 915, + 3.712, + 978, + 3.824, + 1090, + 4.504, + 1590, + 5.791, + 2200, + 7.07, + 3107, + 6.686, + 6255, + 7.898, + 6590, + 9.679, + 6591, + 9.679 ] ], [ - "type/assets/pp", + "type/assets/prometheus", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/pp", + "data/assets/prometheus", [ - 8, - 1.189, - 9, - 0.789, - 10, - 1.986, - 11, - 1.057, - 28, - 3.298, - 29, - 2.087, - 33, - 1.235, - 46, - 2.585, - 137, - 1.382, - 141, - 1.861, + 150, + 2.521, 160, - 1.664, - 198, - 3.035, - 247, - 1.687, - 412, - 5.647, - 547, - 2.762, - 645, - 4.943, - 1532, - 5.656, - 1660, - 3.98, - 2843, - 6.12, - 2924, - 8.514, - 3424, - 6.785, - 3825, - 7.008, - 5538, - 8.879, - 6640, - 9.29, - 6641, - 10.882, - 6642, - 9.29, - 6643, - 9.29, - 6644, - 9.29 + 2.944, + 4113, + 10.855, + 4118, + 9.105 ] ], [ - "type/assets/monarch", + "type/assets/clipboard", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/monarch", + "data/assets/clipboard", [ - 16, - 0.89, - 137, - 1.467, - 366, - 4.459, - 470, - 6.997, - 521, - 3.867, - 1363, - 6.997, - 3088, - 8.463, - 5388, - 9.019, - 6645, - 11.265 + 7, + 1.238, + 99, + 0.876, + 895, + 4.731, + 1097, + 6.115, + 1968, + 5.248, + 2360, + 5.317, + 2946, + 10.814, + 2947, + 8.463 ] ], [ - "type/assets/defold-mobilehtml5-typing", + "type/assets/cleanexporter", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defold-mobilehtml5-typing", + "data/assets/cleanexporter", [ - 9, - 0.817, - 11, - 0.853, - 25, - 6.331, - 37, - 4.926, - 39, - 4.386, - 74, - 1.067, - 102, - 2.842, - 151, - 1.762, - 247, - 2.016, - 442, - 6.198, - 493, - 2.81, - 570, - 5.325, - 1758, - 5.114, - 1770, - 7.843, - 1950, - 6.332, - 3914, - 7.52, - 6646, - 9.612 + 38, + 1.085, + 42, + 1.775, + 194, + 2.045, + 978, + 3.86, + 1676, + 6.174, + 1975, + 1.42, + 3243, + 7.37, + 4506, + 8.766, + 4818, + 8.934, + 6592, + 9.77, + 6593, + 9.77 ] ], [ - "type/assets/defmnu", + "type/assets/gog-galaxy", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defmnu", + "data/assets/gog-galaxy", [ - 7, - 1.223, - 16, - 0.88, - 140, - 4.491, - 576, - 4.535, - 921, - 4.883, - 1284, - 4.628, - 1326, - 7.119, - 1373, - 5.4, - 1622, - 4.776, - 1678, - 3.822, - 1682, - 7.119, - 6275, - 7.119, - 6449, - 8.913, - 6647, - 9.747, - 6648, - 9.747 + 106, + 1.758, + 150, + 2.485, + 1032, + 5.363, + 1067, + 3.207, + 3055, + 8.01, + 4109, + 8.01, + 6594, + 11.804, + 6595, + 11.804 ] ], [ - "type/assets/clipboard", + "type/assets/lowrezjamtemplate", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/clipboard", + "data/assets/lowrezjamtemplate", [ - 7, - 1.238, - 11, - 0.876, - 279, - 5.317, - 280, - 8.463, - 969, - 4.731, - 1618, - 5.248, - 1680, - 6.115, - 3414, - 10.814 + 24, + 6.174, + 38, + 1.085, + 57, + 1.25, + 91, + 3.335, + 224, + 7.081, + 807, + 5.658, + 1681, + 4.185, + 1872, + 5.948, + 2250, + 8.934, + 4548, + 7.37, + 6596, + 9.77, + 6597, + 9.77, + 6598, + 9.77 ] ], [ - "type/assets/magiclinker", + "type/assets/rand16", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/magiclinker", + "data/assets/rand16", [ - 8, - 1.233, - 9, - 0.944, - 10, - 1.758, - 11, - 0.855, - 30, - 0.869, - 33, - 1.477, - 42, - 2.296, - 67, - 3.375, - 1044, - 4.439, - 1266, - 7.268, - 1327, - 7.861, - 3422, - 6.347, - 6649, - 9.634, - 6650, - 10.712, - 6651, - 8.81, - 6652, - 9.634 + 20, + 1.314, + 79, + 0.84, + 142, + 2.939, + 3499, + 9.04, + 6380, + 7.734, + 6599, + 11.837, + 6600, + 9.886 ] ], [ - "type/assets/platformertutorial", + "type/assets/discordrich", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/platformertutorial", + "data/assets/discordrich", [ - 16, - 0.884, - 30, - 1.013, - 74, - 1.088, - 295, - 4.851, - 385, - 9.155, - 738, - 5.672, - 891, - 3.409, - 2846, - 6.765, - 6619, - 10.26, - 6653, - 9.793 + 38, + 1.101, + 229, + 1.817, + 1681, + 4.245, + 4946, + 9.062, + 6255, + 8.086, + 6601, + 11.296, + 6602, + 9.91 ] ], [ - "type/assets/pcgrandom", + "type/assets/defold-typewriter", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/pcgrandom", + "data/assets/defold-typewriter", [ - 35, - 2.939, - 859, - 3.23, - 1678, - 3.877, - 3182, - 7.603, - 6501, - 10.315, - 6502, - 7.734, - 6654, - 9.886 + 42, + 2.192, + 46, + 1.384, + 59, + 0.876, + 79, + 0.824, + 91, + 3.312, + 194, + 1.77, + 216, + 3.833, + 552, + 2.885, + 758, + 4.306, + 6106, + 8.872, + 6603, + 11.748, + 6604, + 9.702 ] ], [ - "type/assets/editor-script-cleanup", + "type/assets/def-behavior-tree", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/editor-script-cleanup", + "data/assets/def-behavior-tree", [ - 160, - 1.754, - 441, - 3.409, - 569, - 3.409, - 633, - 4.078, - 763, - 9.155, - 3556, - 5.082, - 4204, - 7.388, - 6655, - 9.793 + 20, + 1.218, + 38, + 1.018, + 46, + 1.54, + 59, + 0.974, + 60, + 3.004, + 95, + 4.266, + 99, + 0.814, + 106, + 1.642, + 107, + 1.744, + 148, + 1.881, + 153, + 2.45, + 193, + 6.694, + 194, + 1.673, + 198, + 2.497, + 309, + 6.354, + 471, + 2.457, + 472, + 4.224, + 676, + 4.184, + 918, + 4.397, + 1090, + 4.266, + 1364, + 5.394, + 1385, + 6.503, + 1655, + 5.673, + 2169, + 6.179, + 2514, + 5.009, + 2582, + 5.309, + 3720, + 7.866, + 4571, + 7.48, + 4572, + 7.172, + 4593, + 7.866, + 5273, + 8.383, + 6359, + 7.886, + 6605, + 9.167, + 6606, + 9.167 ] ], [ - "type/assets/orthographic", + "type/assets/3deforms", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/orthographic", + "data/assets/3deforms", [ - 9, - 0.936, - 10, - 1.73, - 11, - 0.978, - 16, - 0.856, - 30, + 46, + 1.571, + 59, 0.856, - 32, - 1.804, - 48, - 2.638, - 172, - 2.624, - 366, - 4.978, - 410, - 5.407, - 412, - 4.92, - 640, + 72, + 3.155, + 91, + 3.236, + 100, + 1.779, + 106, + 1.698, + 140, 4.369, - 949, - 5.491, - 962, - 4.981, - 1253, - 5.045, - 1372, + 147, + 5.579, + 153, + 2.151, + 194, + 1.73, + 198, + 2.582, + 269, + 2.151, + 963, + 5.18, + 1188, + 5.396, + 1270, + 7.417, + 1289, + 5.878, + 1322, + 4.861, + 1457, + 5.579, + 1675, + 5.111, + 2390, + 6.549, + 2524, 6.113, - 1663, - 4.548, - 2179, - 5.407, - 4144, - 8.501, - 6067, - 8.669, - 6180, - 8.669, - 6340, - 8.135 + 4150, + 6.925, + 4810, + 7.736, + 6607, + 11.012 ] ], [ - "type/assets/cards-fx-kit", + "type/assets/defold-index", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/cards-fx-kit", + "data/assets/defold-index", [ - 8, - 1.233, - 9, - 0.818, - 16, - 0.869, - 74, - 1.07, - 137, - 1.433, - 247, - 2.019, - 322, - 5.337, - 376, - 7.492, - 678, - 5.0, - 883, - 5.973, - 885, - 8.267, - 1660, - 4.127, - 1973, - 5.062, - 4309, - 10.052, - 6656, - 11.115 + 38, + 1.039, + 42, + 1.984, + 44, + 3.907, + 49, + 3.234, + 52, + 2.574, + 57, + 1.197, + 59, + 0.844, + 79, + 0.928, + 97, + 2.704, + 99, + 0.83, + 100, + 1.755, + 106, + 1.675, + 150, + 2.368, + 194, + 1.707, + 198, + 2.547, + 241, + 2.339, + 516, + 6.43, + 543, + 3.753, + 567, + 4.854, + 620, + 4.854, + 758, + 4.151, + 762, + 4.268, + 793, + 4.352, + 808, + 4.976, + 895, + 4.486, + 1067, + 3.055, + 1269, + 5.181 ] ], [ - "type/assets/lowrezjamtemplate", + "type/assets/imageloader", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/lowrezjamtemplate", + "data/assets/imageloader", [ - 8, - 1.25, - 74, - 1.085, - 391, - 3.335, - 799, - 7.081, - 912, - 6.174, - 1532, - 5.948, - 1654, - 7.37, - 1660, - 4.185, - 2070, - 5.658, - 4713, - 8.934, - 6657, - 9.77, - 6658, - 9.77, - 6659, - 9.77 + 59, + 0.884, + 230, + 3.409, + 290, + 3.811, + 555, + 3.067, + 882, + 7.388, + 931, + 2.71, + 935, + 4.851, + 936, + 6.452, + 1041, + 4.427, + 2532, + 6.315, + 3393, + 7.991, + 6608, + 9.793, + 6609, + 9.793 ] ], [ - "type/assets/editor-script-components", + "type/assets/haxesupport", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/editor-script-components", + "data/assets/haxesupport", [ - 9, - 0.813, - 11, - 0.85, - 30, - 0.863, - 48, - 2.662, - 51, - 1.795, - 86, - 1.365, - 151, - 1.754, - 152, - 2.606, - 278, - 2.927, - 282, - 5.027, - 362, - 4.374, - 569, - 3.377, - 633, - 3.828, - 700, - 4.367, - 813, - 5.3, - 1622, - 4.688, - 1756, - 5.825, - 2967, - 6.17, - 3556, - 4.965 + 18, + 0.878, + 38, + 1.08, + 42, + 1.766, + 100, + 1.825, + 194, + 1.774, + 433, + 3.964, + 552, + 2.891, + 614, + 3.813, + 899, + 6.406, + 1090, + 4.525, + 1104, + 3.385, + 3224, + 6.406, + 6610, + 9.724, + 6611, + 11.175, + 6612, + 9.724 ] ], [ - "type/assets/dicebag", + "type/assets/push", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/dicebag", + "data/assets/push", [ - 8, - 1.259, - 9, - 0.836, - 74, - 1.093, - 91, - 3.773, - 570, - 5.451, - 1271, - 7.423, - 1660, - 4.215, - 3782, - 7.423, - 6660, - 11.25, - 6661, - 9.839 + 10, + 2.026, + 18, + 0.846, + 59, + 1.045, + 77, + 1.941, + 79, + 0.796, + 99, + 0.832, + 150, + 2.373, + 194, + 1.71, + 198, + 2.553, + 229, + 1.718, + 382, + 3.373, + 554, + 3.517, + 717, + 5.516, + 834, + 4.644, + 1066, + 3.676, + 1067, + 3.062, + 1364, + 5.516, + 1584, + 5.268, + 1841, + 5.429, + 1920, + 4.362, + 2024, + 4.238, + 2194, + 5.429, + 2353, + 6.044, + 3022, + 7.649, + 4111, + 7.649, + 4328, + 8.043, + 4384, + 8.461, + 5149, + 7.649 ] ], [ - "type/assets/moku", + "type/assets/tinyecs", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/moku", + "data/assets/tinyecs", [ - 74, - 1.106, - 367, - 5.958, - 374, - 8.125, - 6662, - 11.327, - 6663, - 9.957 - ] - ], - [ - "type/assets/defold-event", - [ - 1047, - 0.756 - ] - ], - [ - "data/assets/defold-event", - [ - 148, - 6.855, - 247, - 2.15, - 395, - 3.906, - 921, - 4.953, - 1682, - 7.221 + 18, + 0.884, + 42, + 2.038, + 77, + 2.028, + 79, + 0.832, + 1090, + 5.221, + 2222, + 9.627, + 6613, + 9.793, + 6614, + 11.22, + 6615, + 9.793 ] ], [ - "type/assets/colyseus", + "type/assets/iap", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/colyseus", + "data/assets/iap", [ 10, - 1.758, - 11, - 0.855, - 16, - 0.869, - 30, - 0.869, - 151, - 1.766, - 152, - 2.624, - 247, - 1.75, - 320, - 4.127, - 424, - 4.621, - 430, - 4.483, - 481, - 3.615, - 889, - 3.778, - 1262, - 5.264, - 1368, - 7.537, - 3422, - 6.347, - 5538, - 7.861, - 6249, - 7.861, - 6664, - 11.115, - 6665, - 9.634 + 1.995, + 36, + 1.84, + 38, + 1.025, + 42, + 1.676, + 46, + 1.642, + 59, + 0.833, + 79, + 0.784, + 99, + 0.962, + 194, + 1.684, + 229, + 1.692, + 256, + 2.074, + 677, + 4.252, + 679, + 4.133, + 758, + 4.096, + 780, + 9.301, + 1590, + 5.521, + 1769, + 5.303, + 1841, + 5.344, + 1920, + 4.294, + 2024, + 4.172, + 2063, + 7.917, + 2194, + 5.344, + 2275, + 8.845, + 6274, + 7.918, + 6496, + 8.438, + 6498, + 8.438, + 6616, + 9.228, + 6617, + 9.228, + 6618, + 9.228, + 6619, + 9.228, + 6620, + 9.228 ] ], [ - "type/assets/defoldinput", + "type/assets/ironsource-official", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defoldinput", + "data/assets/ironsource-official", [ - 10, - 1.73, - 11, - 0.842, - 16, - 0.994, - 37, - 5.165, - 102, - 2.803, - 147, - 4.17, - 166, - 3.322, - 247, - 1.722, - 406, - 3.96, - 407, - 1.963, - 566, - 6.549, - 852, - 5.772, - 1239, - 3.635, - 1662, - 4.369, - 1680, - 5.878, - 1917, - 7.152, - 1956, - 6.925, - 1973, - 4.981, - 2691, - 6.549, - 5132, - 7.736, - 6666, - 9.481, - 6667, - 9.481, - 6668, - 9.481, - 6669, - 9.481 + 42, + 1.762, + 59, + 0.876, + 99, + 0.861, + 229, + 1.779, + 471, + 2.6, + 758, + 4.306, + 895, + 4.654, + 1066, + 3.804, + 1067, + 3.169, + 1721, + 7.709, + 1920, + 4.514, + 2024, + 4.386, + 2269, + 10.081, + 6621, + 8.872 ] ], [ - "type/assets/webmonetization", + "type/assets/xplevelupsystem", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/webmonetization", + "data/assets/xplevelupsystem", [ - 8, - 1.152, - 9, - 0.968, - 10, - 1.644, - 11, - 1.012, - 16, - 0.813, - 21, - 1.839, - 26, - 2.415, - 30, - 1.028, - 33, - 1.197, - 51, - 1.69, - 60, - 4.356, - 77, - 2.131, - 101, - 4.277, - 141, - 1.805, - 300, - 1.929, - 343, - 2.562, - 465, - 2.224, - 587, - 4.733, - 765, - 5.809, - 803, - 5.138, - 859, - 2.943, - 1239, - 3.454, - 1273, - 4.99, - 1614, - 6.223, - 1649, - 7.35, - 1663, - 4.321, - 1839, - 5.39, - 2046, - 5.062, - 2070, - 5.217, - 2296, - 6.796, - 2525, - 8.061, - 3050, - 7.73, - 5758, - 8.237, - 6670, - 10.686, - 6671, - 9.008, - 6672, - 10.686, - 6673, - 8.237, - 6674, - 9.008, - 6675, - 9.008 + 79, + 0.838, + 521, + 3.921, + 894, + 4.451, + 917, + 4.459, + 2640, + 6.997, + 6622, + 9.863, + 6623, + 9.863, + 6624, + 9.863 ] ], [ - "type/assets/ump", + "type/assets/pp", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/ump", + "data/assets/pp", [ - 10, - 1.655, - 11, - 0.953, - 16, - 0.818, - 22, - 2.434, - 30, - 0.968, - 32, - 1.725, - 51, - 1.701, + 20, + 1.235, + 42, + 1.687, + 57, + 1.189, 60, - 3.696, - 74, - 1.007, - 142, - 5.251, - 151, - 1.662, - 152, - 2.469, - 247, - 1.948, - 297, - 2.84, - 314, - 5.847, - 440, - 4.443, - 573, - 4.85, - 595, - 3.285, - 787, - 5.251, - 859, - 2.962, - 1239, - 4.381, - 1255, - 7.094, - 1284, - 5.093, - 1362, - 6.112, - 1705, - 3.555, - 1786, - 6.112, - 2812, - 7.094, - 3368, - 8.754, - 4262, - 8.291, - 4322, - 6.433, - 4887, - 4.954, - 6676, - 11.425, - 6677, - 11.809 + 2.585, + 79, + 0.789, + 99, + 1.057, + 106, + 1.664, + 113, + 1.861, + 169, + 1.382, + 194, + 1.986, + 202, + 3.035, + 256, + 2.087, + 457, + 3.298, + 552, + 2.762, + 567, + 5.647, + 808, + 4.943, + 1681, + 3.98, + 1872, + 5.656, + 2143, + 6.12, + 2961, + 6.785, + 3141, + 8.514, + 3615, + 7.008, + 4105, + 8.879, + 6625, + 9.29, + 6626, + 10.882, + 6627, + 9.29, + 6628, + 9.29, + 6629, + 9.29 ] ], [ - "type/assets/i18n-defold", + "type/assets/tactxstudios", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/i18n-defold", + "data/assets/tactxstudios", [ - 74, - 1.106, - 247, - 2.057, - 6678, - 11.871 + 18, + 0.801, + 42, + 2.056, + 57, + 1.355, + 59, + 1.022, + 77, + 1.838, + 79, + 0.754, + 99, + 0.788, + 116, + 3.453, + 194, + 2.14, + 228, + 3.769, + 241, + 1.9, + 256, + 1.994, + 290, + 3.453, + 535, + 6.481, + 552, + 3.149, + 681, + 4.348, + 915, + 3.403, + 931, + 2.456, + 975, + 4.257, + 1002, + 4.396, + 1007, + 3.109, + 1096, + 6.481, + 1180, + 4.848, + 1193, + 5.309, + 1218, + 6.295, + 1291, + 5.309, + 1323, + 3.707, + 1460, + 4.987, + 1534, + 8.114, + 1546, + 4.605, + 1590, + 5.309, + 1889, + 5.402, + 2175, + 5.846, + 2286, + 5.501, + 2818, + 7.241, + 2955, + 5.061, + 3204, + 6.694, + 3610, + 4.784, + 5098, + 8.114, + 5149, + 7.241, + 5596, + 9.685, + 5599, + 8.114, + 6011, + 8.114, + 6630, + 8.874, + 6631, + 8.874, + 6632, + 8.874, + 6633, + 8.874 ] ], [ - "type/assets/tilemapanimator", + "type/assets/dsfonts", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/tilemapanimator", + "data/assets/dsfonts", [ - 9, - 0.824, - 10, - 1.77, - 86, - 1.384, - 87, - 4.019, - 247, - 2.134, - 319, - 5.619, - 335, - 5.162, - 368, - 7.196, - 391, - 3.312, - 547, - 2.885, - 2038, - 4.306, - 6679, - 9.702, - 6680, - 11.16 + 20, + 1.299, + 38, + 1.085, + 57, + 1.25, + 59, + 0.882, + 79, + 0.83, + 90, + 2.329, + 100, + 1.833, + 112, + 6.174, + 157, + 6.585, + 488, + 6.174, + 750, + 4.736, + 2384, + 6.057, + 6634, + 11.205 ] ], [ - "type/assets/defold-3D-outline-shader", + "type/assets/review", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defold-3D-outline-shader", + "data/assets/review", [ - 16, - 0.874, - 74, - 1.075, - 170, - 8.305, - 191, - 2.451, - 221, - 5.461, - 247, - 1.758, - 451, - 6.117, - 813, - 6.502, - 890, - 5.948, - 1044, - 4.46, - 1243, - 7.898, - 3742, - 7.302, - 4427, - 7.898 + 59, + 1.015, + 256, + 2.211, + 456, + 5.304, + 1066, + 3.858, + 1920, + 4.578, + 2024, + 4.448, + 4209, + 9.18, + 6366, + 8.997, + 6367, + 8.997 ] ], [ - "type/assets/kinematicwalker", + "type/assets/defpfd", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/kinematicwalker", + "data/assets/defpfd", [ - 16, - 0.884, - 74, - 1.088, - 221, - 4.799, - 656, - 5.763, - 1623, - 7.662, - 1660, - 4.195, - 3349, - 7.96, - 3571, - 7.991, - 5115, - 7.991, - 6681, - 9.793, - 6682, - 9.793, - 6683, - 8.955 + 8, + 2.779, + 38, + 1.103, + 42, + 1.804, + 1263, + 7.255, + 6635, + 11.311, + 6636, + 8.105 ] ], [ - "type/assets/admob", + "type/assets/voronoi", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/admob", + "data/assets/voronoi", [ - 859, - 3.269, - 5753, - 9.705 + 1060, + 5.609, + 1180, + 5.453, + 6637, + 11.882 ] ], [ - "type/assets/defglot", + "type/assets/defold-lang", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defglot", + "data/assets/defold-lang", [ - 8, - 1.256, - 9, - 0.834, - 10, - 1.791, - 152, - 2.673, - 478, - 4.1, - 521, - 3.849, - 570, - 5.438, - 1627, - 8.01, - 1636, - 5.157, - 4567, - 8.976, - 6684, - 11.235 + 42, + 2.154, + 3599, + 6.544, + 4821, + 8.105, + 6638, + 11.311 ] ], [ - "type/assets/matchanovel", + "type/assets/defold-tweener", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/matchanovel", + "data/assets/defold-tweener", [ - 16, - 0.874, - 33, - 1.286, - 74, - 1.075, - 300, - 2.073, - 320, - 4.146, - 361, - 5.15, - 430, - 4.504, - 547, - 2.878, - 1045, - 4.849, - 1660, - 4.146, - 1898, - 3.914, - 6374, - 8.851, - 6614, - 8.851, - 6685, - 11.737, - 6686, - 9.679, - 6687, - 9.679 + 42, + 2.15, + 228, + 4.199, + 1090, + 4.6, + 4520, + 9.04, + 6144, + 7.014, + 6639, + 11.281 ] ], [ - "type/assets/spritefusion", + "type/assets/sentinel", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/spritefusion", + "data/assets/sentinel", [ - 9, - 0.815, - 11, - 0.984, - 16, - 0.865, - 29, - 2.155, - 86, - 1.368, + 38, + 1.085, + 42, + 1.775, + 59, + 0.882, + 99, + 0.867, 160, - 1.718, - 247, - 1.742, - 363, - 4.335, - 368, - 7.148, - 372, - 6.464, - 412, - 4.977, - 432, - 4.649, - 633, - 3.316, - 858, - 3.039, - 2117, - 5.17, - 4350, - 7.503, - 6340, - 8.229, - 6688, - 9.59, - 6689, - 9.59, - 6690, - 9.59 + 2.888, + 747, + 5.49, + 1032, + 5.338, + 1104, + 3.401, + 1616, + 6.174, + 4017, + 7.644, + 6640, + 11.205, + 6641, + 9.77, + 6642, + 9.77 ] ], [ - "type/assets/log", + "type/assets/lpeg", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/log", + "data/assets/lpeg", [ - 916, - 6.436, - 917, - 7.529, - 2088, - 7.809, - 2428, - 7.314 + 20, + 1.289, + 79, + 0.824, + 201, + 2.18, + 228, + 4.121, + 229, + 1.779, + 678, + 6.539, + 1074, + 7.319, + 1090, + 4.514, + 1890, + 5.619, + 4538, + 7.319, + 5186, + 8.872, + 5187, + 8.872, + 6451, + 10.743, + 6643, + 9.702, + 6644, + 9.702 ] ], [ - "type/assets/editor-script-check-dependencies-versions", + "type/assets/pcg-random", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/editor-script-check-dependencies-versions", + "data/assets/pcg-random", [ - 4, - 2.511, - 11, - 0.85, - 21, - 1.954, - 23, - 2.068, - 46, - 2.662, - 152, - 2.606, - 158, - 3.245, - 554, - 3.165, - 569, - 3.201, - 633, - 3.828, - 780, - 6.996, - 1705, - 4.341, - 1843, - 7.242, - 2225, - 5.63, - 2638, - 5.825, - 2878, + 38, + 1.063, + 42, + 1.738, + 57, + 1.224, + 79, + 0.813, + 142, + 3.291, + 463, 6.449, - 5890, - 7.807 + 729, + 5.541, + 1067, + 3.126, + 1176, + 8.098, + 2418, + 7.807, + 3610, + 5.158, + 6379, + 10.986, + 6380, + 7.485, + 6463, + 7.807, + 6645, + 9.568, + 6646, + 9.568 ] ], [ - "type/assets/quickbutton", + "type/assets/tilemapanimator", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/quickbutton", + "data/assets/tilemapanimator", [ - 9, - 0.947, - 11, - 0.859, - 22, - 2.196, - 41, - 2.814, - 54, - 4.335, - 71, - 1.986, - 106, - 3.824, - 137, - 1.44, - 150, - 5.346, - 827, - 3.684, - 1096, - 5.362, - 1222, - 4.335, - 2023, - 4.905, - 5623, - 7.07, - 6691, - 11.145 + 42, + 2.134, + 46, + 1.384, + 79, + 0.824, + 91, + 3.312, + 151, + 4.019, + 194, + 1.77, + 291, + 5.619, + 552, + 2.885, + 758, + 4.306, + 959, + 5.162, + 983, + 7.196, + 6647, + 9.702, + 6648, + 11.16 ] ], [ - "type/assets/defbuild", + "type/assets/tenjin", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defbuild", + "data/assets/tenjin", [ - 9, - 0.914, - 11, - 0.955, - 16, - 0.971, - 21, - 1.859, - 22, - 2.683, - 23, - 2.325, - 26, - 2.441, - 71, - 1.868, - 74, - 1.011, - 137, - 1.355, - 139, - 5.274, - 151, - 1.67, - 191, - 2.306, - 247, - 1.654, - 278, - 2.786, - 316, - 2.739, - 393, - 3.712, - 573, - 4.117, - 580, - 4.415, - 645, - 4.846, - 659, - 3.571, - 780, - 5.755, - 1044, - 4.196, - 1293, - 4.238, - 1360, - 5.544, - 1471, - 6.291, - 1503, - 5.194, - 1636, - 6.014, - 1915, - 6.138, - 3530, - 5.449, - 6459, - 7.814, - 6692, - 11.446, - 6693, - 9.107, - 6694, - 9.107 + 18, + 0.894, + 38, + 1.101, + 1032, + 5.414, + 1066, + 3.886, + 1067, + 3.237, + 6649, + 11.848 ] ], [ - "type/assets/alienworld", + "type/assets/defoldapiforsublimetext3", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/alienworld", + "data/assets/defoldapiforsublimetext3", [ - 8, - 1.207, - 9, - 0.933, - 10, - 2.004, - 11, - 0.838, - 28, - 3.351, - 30, - 0.991, - 33, - 1.254, - 86, - 1.346, - 640, - 5.061, - 738, - 5.466, - 1284, - 4.481, - 1654, - 7.119, - 1672, - 5.466, - 1922, - 6.217, - 2243, - 6.695, - 2587, - 5.156, - 4080, - 7.701, - 6220, - 6.893, - 6401, - 8.63, - 6403, - 8.63, - 6695, - 9.438, - 6696, - 10.983, - 6697, - 9.438, - 6698, - 9.438 + 38, + 1.248, + 42, + 2.041, + 216, + 4.439, + 602, + 3.97, + 735, + 5.389, + 6650, + 9.816, + 6651, + 11.235 ] ], [ - "type/assets/dear-imgui", + "type/assets/cards-fx-kit", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/dear-imgui", + "data/assets/cards-fx-kit", [ - 9, - 0.83, - 33, - 1.299, - 576, - 4.546, - 1239, - 3.746, - 1258, - 7.136, - 2117, - 5.267, - 3530, - 5.846, - 6699, - 11.781, - 6700, - 11.781, - 6701, - 9.77 + 38, + 1.07, + 42, + 2.019, + 57, + 1.233, + 59, + 0.869, + 79, + 0.818, + 169, + 1.433, + 533, + 5.337, + 989, + 7.492, + 1324, + 5.0, + 1604, + 5.062, + 1681, + 4.127, + 2384, + 5.973, + 2619, + 8.267, + 3160, + 10.052, + 6652, + 11.115 ] ], [ - "type/assets/perspectiveparallax", + "type/assets/editor-script-templates", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/perspectiveparallax", + "data/assets/editor-script-templates", [ - 389, - 6.695, - 391, - 3.391, - 5528, - 7.814, - 6702, - 9.933, - 6703, - 11.311 + 49, + 3.88, + 97, + 3.244, + 113, + 1.962, + 198, + 2.667, + 225, + 7.948, + 226, + 2.725, + 231, + 3.675, + 713, + 5.211, + 960, + 4.469 ] ], [ - "type/assets/defkit", + "type/assets/imp", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defkit", + "data/assets/imp", [ - 9, - 0.822, - 10, - 1.766, - 30, - 0.874, - 70, - 2.175, - 74, - 1.075, - 247, - 1.758, - 361, - 5.15, - 369, - 3.068, - 547, - 2.878, - 576, - 4.504, - 664, - 4.111, - 1973, - 5.085, - 2090, - 7.302, - 4094, - 7.07, - 6480, - 8.851, - 6704, - 11.145, - 6705, - 9.679 + 18, + 0.886, + 59, + 0.886, + 79, + 0.834, + 290, + 4.372, + 898, + 3.485, + 1807, + 4.709, + 3141, + 7.68, + 6653, + 11.235, + 6654, + 9.816, + 6655, + 9.816 ] ], [ - "type/assets/defpfd", + "type/assets/asefold", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defpfd", + "data/assets/asefold", [ - 74, - 1.103, - 247, - 1.804, - 263, - 2.779, - 3112, - 7.255, - 6567, - 8.105, - 6706, - 11.311 + 8, + 2.683, + 36, + 1.912, + 38, + 1.231, + 42, + 2.013, + 59, + 0.865, + 231, + 3.598, + 555, + 3.004, + 1067, + 3.133, + 2129, + 7.503, + 2164, + 4.144, + 2189, + 5.313, + 4843, + 8.769, + 6127, + 6.803, + 6656, + 11.085, + 6657, + 11.693, + 6658, + 9.59, + 6659, + 9.59 ] ], [ - "type/assets/defold-rendy", + "type/assets/defold-event", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defold-rendy", + "data/assets/defold-event", [ - 9, - 0.944, - 10, - 1.758, - 16, - 0.869, - 86, - 1.374, - 247, - 2.187, - 391, - 3.289, - 547, - 2.864, - 867, - 4.67, - 868, - 6.655, - 962, - 5.062, - 2038, - 4.276, - 4502, - 8.81, - 6707, - 11.715, - 6708, - 9.634 + 42, + 2.15, + 894, + 3.906, + 1126, + 4.953, + 2582, + 6.855, + 4850, + 7.221 ] ], [ - "type/assets/rustore-review", + "type/assets/defos", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/rustore-review", + "data/assets/defos", [ - 16, - 0.888, - 74, - 1.093, - 247, - 1.787, - 2771, - 6.482, - 2857, - 9.18, - 6253, - 9.243, - 6540, - 8.997, - 6541, - 8.997 + 879, + 5.859, + 1034, + 3.818, + 1066, + 3.904, + 1440, + 6.062, + 6660, + 11.327 ] ], [ - "type/assets/def_usercentrics", + "type/assets/teal", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/def_usercentrics", + "data/assets/teal", [ - 74, - 1.098, - 247, - 2.049, - 4167, - 9.04, - 6709, - 9.886, - 6710, - 11.281, - 6711, - 11.281 + 38, + 1.103, + 42, + 1.804, + 614, + 3.895, + 6661, + 11.86, + 6662, + 9.933 ] ], [ - "type/assets/defold-oop", + "type/assets/cas-ai", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defold-oop", + "data/assets/cas-ai", [ - 74, - 1.088, - 102, - 2.895, - 137, - 1.457, - 172, - 2.71, - 247, - 2.142, - 427, - 4.747, - 1181, - 7.662, - 3190, - 7.388, - 6712, - 11.22, - 6713, - 9.793 + 695, + 4.469, + 1173, + 4.844, + 2074, + 8.825, + 2267, + 8.067, + 3413, + 8.483, + 6621, + 9.04, + 6663, + 9.886, + 6664, + 9.886 ] ], [ - "type/assets/gyro", + "type/assets/gameanalytics", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/gyro", + "data/assets/gameanalytics", [ - 196, - 3.385, - 384, - 4.239, - 6714, - 11.342, - 6715, - 9.981 + 194, + 1.821, + 1032, + 5.453, + 2281, + 7.809, + 4112, + 10.372 ] ], [ - "type/assets/defold-typewriter", + "type/assets/apkverifier", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defold-typewriter", + "data/assets/apkverifier", [ - 9, - 0.824, - 10, - 1.77, - 16, - 0.876, - 39, - 3.833, - 86, - 1.384, - 247, - 2.192, - 391, - 3.312, - 547, - 2.885, - 2038, - 4.306, - 6116, - 8.872, - 6716, - 11.748, - 6717, - 9.702 + 20, + 1.251, + 36, + 1.878, + 59, + 0.85, + 91, + 3.214, + 99, + 0.836, + 100, + 1.767, + 103, + 2.168, + 158, + 2.753, + 169, + 1.401, + 170, + 4.206, + 273, + 2.324, + 280, + 3.692, + 292, + 4.034, + 433, + 3.838, + 489, + 4.381, + 642, + 5.558, + 1067, + 3.076, + 1131, + 4.665, + 1961, + 5.732, + 2100, + 6.878, + 2194, + 5.453, + 3185, + 9.017, + 6665, + 9.416, + 6666, + 9.416, + 6667, + 9.416 ] ], [ - "type/assets/chrono", + "type/assets/blip", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/chrono", + "data/assets/blip", [ - 283, - 5.046, - 664, - 4.229, - 1516, - 3.489, - 6718, - 11.327, - 6719, - 9.957 + 59, + 0.894, + 993, + 5.569, + 1131, + 4.909, + 1893, + 5.929, + 2116, + 5.652, + 5271, + 9.062, + 6668, + 11.296 ] ], [ - "type/assets/rustore-appupdate", + "type/assets/log", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/rustore-appupdate", + "data/assets/log", [ - 30, - 0.888, - 74, - 1.093, - 247, - 1.787, - 611, - 4.367, - 2771, - 6.482, - 3970, - 6.797, - 6253, - 9.243, - 6720, - 11.25 + 1076, + 7.809, + 1235, + 6.436, + 2630, + 7.529, + 3693, + 7.314 ] ], [ - "type/assets/whdefrouter", + "type/assets/compat53", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/whdefrouter", + "data/assets/compat53", [ - 9, - 0.846, - 366, - 4.501, - 1363, - 7.064, - 2039, - 6.56, - 6721, - 11.327 + 18, + 0.817, + 20, + 1.202, + 36, + 1.804, + 46, + 1.291, + 57, + 1.157, + 79, + 0.91, + 99, + 1.014, + 100, + 2.01, + 106, + 1.919, + 107, + 2.039, + 160, + 3.561, + 169, + 1.346, + 260, + 3.049, + 273, + 2.233, + 457, + 3.804, + 497, + 4.639, + 510, + 3.324, + 735, + 4.34, + 761, + 6.419, + 1104, + 3.149, + 1269, + 5.012, + 1324, + 4.695, + 1596, + 4.814, + 2228, + 7.078, + 2478, + 7.763, + 2707, + 7.078, + 3131, + 7.382, + 5176, + 8.273, + 5566, + 8.273, + 6669, + 9.047, + 6670, + 9.047, + 6671, + 11.801, + 6672, + 9.047, + 6673, + 9.047 ] ], [ - "type/assets/crazygames", + "type/assets/defdiags", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/crazygames", + "data/assets/defdiags", [ - 10, - 1.795, - 74, - 1.093, - 247, - 1.787, - 547, - 2.925, - 859, - 3.214, - 1262, - 6.147, - 1678, - 3.858, - 6722, - 11.815 + 59, + 0.882, + 771, + 4.546, + 1047, + 4.638, + 1066, + 3.831, + 1263, + 7.136, + 1997, + 5.572, + 1999, + 5.412, + 2514, + 5.338, + 3607, + 7.136, + 4850, + 7.136, + 6359, + 7.136, + 6674, + 9.77, + 6675, + 9.77, + 6676, + 8.934 ] ], [ - "type/assets/luasocket", + "type/assets/defold-polyglot", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/luasocket", + "data/assets/defold-polyglot", [ - 11, - 0.87, - 30, - 0.884, - 102, - 2.895, - 137, - 1.457, - 143, - 4.851, - 247, - 1.779, - 302, - 3.675, - 1288, - 7.153, - 2686, - 6.601, - 3973, - 7.991, - 5975, - 10.119 + 20, + 1.46, + 38, + 1.048, + 42, + 2.173, + 57, + 1.207, + 79, + 0.802, + 99, + 0.838, + 194, + 1.722, + 292, + 4.043, + 382, + 3.396, + 561, + 2.991, + 677, + 4.349, + 771, + 4.391, + 837, + 6.086, + 1173, + 4.624, + 1933, + 5.022, + 2279, + 7.119, + 3165, + 7.701, + 4572, + 7.383, + 6677, + 12.179, + 6678, + 9.438, + 6679, + 9.438 ] ], [ - "type/assets/ironsource-official", + "type/assets/dirtylarry", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/ironsource-official", + "data/assets/dirtylarry", [ - 11, - 0.861, - 16, - 0.876, - 26, - 2.6, - 151, - 1.779, - 247, - 1.762, - 573, - 4.386, - 859, - 3.169, - 969, - 4.654, - 1293, - 4.514, - 1678, - 3.804, - 2038, - 4.306, - 2846, - 7.709, - 5754, - 10.081, - 6267, - 8.872 + 47, + 4.428, + 59, + 0.892, + 79, + 0.84, + 1090, + 4.6, + 2088, + 7.221, + 6680, + 9.886, + 6681, + 9.68, + 6682, + 9.886 ] ], [ - "type/assets/trenchbroom", + "type/assets/blurshader", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/trenchbroom", + "data/assets/blurshader", [ - 10, - 1.742, - 11, - 0.848, - 16, - 0.998, - 30, - 0.998, - 32, - 1.816, - 74, - 1.06, - 137, - 1.42, - 152, - 2.6, - 247, - 1.734, - 407, - 1.977, - 569, - 2.76, - 633, - 3.301, - 636, - 3.955, - 851, - 5.015, - 1156, - 4.315, - 1684, - 6.289, - 3136, - 6.434, - 4824, - 7.789, - 6723, - 11.671, - 6724, - 9.546 + 1879, + 5.748, + 6683, + 9.981, + 6684, + 11.342 ] ], [ - "type/assets/defwindow", + "type/assets/defmnu", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defwindow", + "data/assets/defmnu", [ - 30, - 0.894, - 74, - 1.101, - 553, - 5.569, - 1290, - 5.831, - 1663, - 4.754, - 1805, - 5.342, - 6725, - 11.296 + 7, + 1.223, + 59, + 0.88, + 681, + 4.776, + 1047, + 4.628, + 1066, + 3.822, + 1090, + 4.535, + 1126, + 4.883, + 1769, + 4.491, + 1999, + 5.4, + 3607, + 7.119, + 4850, + 7.119, + 6359, + 7.119, + 6676, + 8.913, + 6685, + 9.747, + 6686, + 9.747 ] ], [ - "type/assets/deployer", + "type/assets/defpro", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/deployer", + "data/assets/defpro", [ - 7, - 1.235, - 74, - 1.093, - 247, - 1.787, - 442, - 6.345, - 569, - 2.845, - 572, - 7.698, - 659, - 3.858, - 3449, - 7.187, - 6726, - 11.815 + 18, + 0.894, + 150, + 2.509, + 160, + 2.93, + 169, + 1.474, + 1008, + 7.03, + 1858, + 6.528, + 6687, + 11.296 ] ], [ - "type/assets/tilesetter", + "type/assets/operator", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/tilesetter", + "data/assets/operator", [ - 11, - 0.859, - 16, - 0.874, - 32, - 2.121, - 48, - 2.693, - 137, - 1.44, - 152, - 2.636, - 224, - 2.664, - 247, - 1.758, - 372, - 6.524, - 480, - 6.524, - 738, - 5.606, - 983, - 5.791, - 1510, - 5.218, - 4691, - 8.851, - 6727, - 11.145, - 6728, - 7.898 + 38, + 1.09, + 59, + 0.886, + 1133, + 5.157, + 1188, + 4.81, + 1193, + 5.873, + 1681, + 4.205, + 3355, + 7.68, + 5201, + 8.01, + 5753, + 8.206, + 6567, + 8.976, + 6688, + 9.816 ] ], [ - "type/assets/iac", + "type/assets/vibration", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/iac", + "data/assets/vibration", [ - 9, - 0.811, - 11, - 0.982, - 16, - 0.862, - 29, - 2.145, - 140, - 4.399, - 247, - 1.734, - 406, - 3.987, - 407, - 1.977, - 493, - 2.791, - 595, - 3.459, - 611, - 4.237, - 1044, - 4.399, - 1360, - 5.811, - 2038, - 4.237, - 2819, - 7.201, - 2961, - 7.468, - 3530, - 5.711, - 4548, - 7.789, - 6459, - 8.191, - 6729, - 9.546, - 6730, - 9.546, - 6731, - 8.729, - 6732, - 9.546 + 38, + 1.101, + 351, + 5.143, + 614, + 3.886, + 2019, + 6.679, + 2027, + 4.909, + 6689, + 11.848 ] ], [ - "type/assets/firebase-remoteconfig", + "type/assets/defquest", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/firebase-remoteconfig", + "data/assets/defquest", [ - 8, - 1.389, - 9, - 0.849, - 11, - 0.887, - 16, - 1.024, - 22, - 2.464, - 23, - 1.744, - 29, - 1.812, - 30, - 1.024, - 32, - 1.535, - 33, - 1.072, - 48, - 2.244, - 71, - 2.05, - 72, - 3.187, - 74, - 1.206, - 77, - 1.993, - 86, - 1.426, - 100, - 5.881, - 110, - 2.684, - 137, - 1.2, - 140, - 5.553, - 151, - 1.479, - 152, - 3.091, - 160, - 1.79, - 191, - 2.042, - 224, - 2.22, - 237, - 2.301, - 300, - 1.727, - 351, - 3.995, - 394, - 3.995, - 481, - 3.026, - 568, - 3.314, - 577, - 5.891, - 581, - 3.245, - 719, - 3.612, - 785, - 7.477, - 948, - 3.777, - 954, - 4.291, - 1043, - 5.722, - 1239, - 3.093, - 1263, - 4.825, - 1283, - 5.0, - 1342, - 4.91, - 1350, - 5.436, - 1357, - 5.2, - 1367, - 4.6, - 1374, - 6.315, - 1404, - 5.2, - 1529, - 5.891, - 1672, - 4.671, - 1705, - 3.162, - 1897, - 8.154, - 2078, - 7.477, - 2225, - 5.881, - 2601, - 4.746, - 2862, - 6.31, - 3246, - 6.92, - 4439, - 6.92, - 5427, - 6.581, - 5544, - 9.261, - 6254, - 7.375, - 6733, - 7.375 + 36, + 1.939, + 59, + 0.878, + 228, + 4.13, + 229, + 1.783, + 280, + 3.813, + 646, + 4.928, + 765, + 3.915, + 1158, + 4.481, + 1440, + 5.92, + 1616, + 6.145, + 1724, + 4.617, + 2568, + 6.145, + 6690, + 11.175, + 6691, + 9.724 ] ], [ - "type/assets/navgo", + "type/assets/crowd-runner-defold", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/navgo", + "data/assets/crowd-runner-defold", [ - 11, - 0.97, - 29, - 2.455, - 30, - 0.844, - 33, - 1.538, - 74, - 1.213, - 77, - 1.865, - 190, - 2.66, - 237, - 2.153, - 300, - 2.003, - 319, - 5.417, - 339, - 3.509, - 367, - 5.596, - 391, - 3.193, - 412, - 4.854, - 417, - 4.534, - 465, - 2.309, - 664, - 3.973, - 866, - 4.68, - 1270, - 6.304, - 1423, - 4.976, - 2173, - 8.552, - 2923, - 8.025, - 4574, - 8.547, - 6734, - 11.574 + 39, + 2.048, + 42, + 2.134, + 99, + 0.861, + 169, + 1.66, + 521, + 3.377, + 614, + 3.804, + 677, + 4.47, + 1002, + 4.806, + 5365, + 7.59, + 5594, + 10.205, + 6692, + 10.205, + 6693, + 9.702 ] ], [ - "type/assets/defold-cognito", + "type/assets/gamedistribution", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defold-cognito", + "data/assets/gamedistribution", [ - 11, - 0.861, - 26, - 2.6, - 74, - 1.077, - 247, - 2.134, - 502, - 4.654, - 859, - 3.169, - 969, - 4.654, - 1239, - 3.72, - 1678, - 3.804, - 1808, - 7.916, - 2038, - 4.306, - 6735, - 11.748, - 6736, - 9.702 + 18, + 1.089, + 20, + 1.21, + 54, + 4.324, + 57, + 1.165, + 69, + 4.28, + 79, + 0.774, + 99, + 0.809, + 169, + 1.6, + 194, + 1.662, + 229, + 1.67, + 550, + 5.005, + 615, + 4.846, + 715, + 5.651, + 799, + 5.544, + 1047, + 5.106, + 1507, + 5.646, + 1681, + 3.901, + 2049, + 5.755, + 2075, + 5.449, + 2108, + 9.835, + 2122, + 6.87, + 2335, + 5.872, + 4850, + 6.652, + 6694, + 12.066, + 6695, + 9.107, + 6696, + 9.107, + 6697, + 9.107, + 6698, + 8.328, + 6699, + 9.107, + 6700, + 10.756, + 6701, + 9.107 ] ], [ - "type/assets/camera", + "type/assets/2dcollisions", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/camera", + "data/assets/2dcollisions", [ - 9, - 0.828, - 16, - 0.88, - 30, - 0.88, - 191, - 2.468, - 285, - 4.829, - 440, - 4.776, - 567, - 5.736, - 962, - 6.349, - 1043, - 6.915, - 1678, - 3.822, - 2448, - 7.626, - 4088, - 7.626 + 59, + 0.89, + 701, + 5.182, + 898, + 3.502, + 1180, + 5.389, + 1889, + 6.858, + 3393, + 8.048, + 5578, + 9.019, + 6702, + 9.863, + 6703, + 9.863 ] ], [ - "type/assets/asefold", + "type/assets/iac", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/asefold", + "data/assets/iac", [ - 16, - 0.865, - 18, - 5.313, - 74, - 1.231, + 42, + 1.734, + 59, + 0.862, 77, - 1.912, - 247, - 2.013, - 263, - 2.683, - 297, - 3.004, - 302, - 3.598, - 859, - 3.133, - 1129, - 4.144, - 1658, - 8.769, - 4350, - 7.503, - 6167, - 6.803, - 6737, - 11.085, - 6738, - 11.693, - 6739, - 9.59, - 6740, - 9.59 + 1.977, + 79, + 0.811, + 99, + 0.982, + 158, + 2.791, + 256, + 2.145, + 623, + 4.237, + 677, + 4.399, + 758, + 4.237, + 773, + 3.459, + 1323, + 3.987, + 1503, + 7.468, + 1590, + 5.711, + 1769, + 4.399, + 1961, + 5.811, + 4180, + 7.201, + 5844, + 7.789, + 6274, + 8.191, + 6704, + 9.546, + 6705, + 9.546, + 6706, + 8.729, + 6707, + 9.546 ] ], [ - "type/assets/nativetext", + "type/assets/webgl-memory", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/nativetext", + "data/assets/webgl-memory", [ - 39, - 3.906, - 74, - 1.098, - 247, - 1.796, - 815, - 5.069, - 859, - 3.685, - 1678, - 3.877, - 6741, - 11.281 + 18, + 0.863, + 42, + 1.738, + 57, + 1.224, + 59, + 0.863, + 79, + 0.813, + 99, + 0.85, + 194, + 1.746, + 198, + 2.606, + 229, + 1.754, + 567, + 4.965, + 615, + 5.091, + 622, + 5.663, + 701, + 5.027, + 730, + 10.123, + 948, + 3.78, + 1043, + 4.134, + 1047, + 4.542, + 2088, + 6.988, + 2189, + 5.3, + 2331, + 8.21 ] ], [ - "type/assets/googleplayinstant", + "type/assets/defblend", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/googleplayinstant", + "data/assets/defblend", [ - 10, - 1.77, - 29, - 2.18, - 32, - 1.846, - 71, - 1.99, - 137, - 1.443, - 142, - 6.463, - 143, - 5.528, - 152, - 2.642, - 337, - 3.539, - 414, - 7.59, - 719, - 4.345, - 3445, - 7.319, - 4723, - 8.418, - 6742, - 9.702 + 150, + 2.485, + 169, + 1.46, + 198, + 2.673, + 344, + 5.976, + 381, + 6.086, + 981, + 5.976, + 1291, + 5.873, + 2390, + 6.781, + 5182, + 8.976, + 6043, + 7.17, + 6708, + 11.235 ] ], [ - "type/assets/push", + "type/assets/camera", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/push", + "data/assets/camera", [ - 9, - 0.796, - 10, - 1.71, - 11, - 0.832, - 16, - 1.045, - 23, - 2.026, - 30, - 0.846, - 142, - 5.429, - 151, - 1.718, - 152, - 2.553, - 191, - 2.373, - 317, - 3.517, - 400, - 4.644, - 407, - 1.941, - 446, - 5.516, - 573, - 4.238, - 583, - 3.373, - 859, - 3.062, - 892, - 5.429, - 1293, - 4.362, - 1357, - 6.044, - 1678, - 3.676, - 2046, - 5.268, - 2225, - 5.516, - 2614, - 8.043, - 3368, - 7.649, - 3478, - 7.649, - 3818, - 8.461, - 5544, - 7.649 + 18, + 0.88, + 59, + 0.88, + 79, + 0.828, + 150, + 2.468, + 801, + 4.776, + 935, + 4.829, + 1066, + 3.822, + 1132, + 7.626, + 1133, + 6.349, + 1716, + 6.915, + 2173, + 5.736, + 4287, + 7.626 ] ], [ - "type/assets/defold-saver", + "type/assets/platypus", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defold-saver", + "data/assets/platypus", [ - 247, - 2.152, - 263, - 2.772, - 660, - 5.414, - 1363, - 7.03, - 6743, - 11.296 + 552, + 2.968, + 1180, + 5.453, + 6709, + 11.342, + 6710, + 9.127 ] ], [ - "type/assets/operator", + "type/assets/luafilesystemlfs", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/operator", + "data/assets/luafilesystemlfs", [ - 16, - 0.886, - 74, - 1.09, - 221, - 4.81, - 953, - 5.873, - 962, - 5.157, - 1623, - 7.68, - 1660, - 4.205, - 2728, - 8.206, - 3571, - 8.01, - 6683, - 8.976, - 6744, - 9.816 + 8, + 3.114, + 18, + 0.872, + 59, + 0.872, + 79, + 0.82, + 99, + 0.857, + 160, + 2.855, + 894, + 3.815, + 895, + 4.632, + 1043, + 4.173, + 1426, + 5.879, + 1714, + 7.053, + 2346, + 5.683, + 2621, + 7.053, + 6636, + 7.879, + 6711, + 9.657, + 6712, + 9.657, + 6713, + 9.657, + 6714, + 9.657 ] ], [ - "type/assets/texturepacker", + "type/assets/siwa", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/texturepacker", + "data/assets/siwa", [ - 30, - 0.892, - 74, - 1.098, - 299, - 5.726, - 521, - 3.877, - 1129, - 4.272, - 3556, - 5.13, - 6745, - 11.837 + 38, + 1.055, + 46, + 1.662, + 59, + 0.858, + 99, + 0.979, + 107, + 1.808, + 140, + 4.378, + 150, + 2.406, + 169, + 1.641, + 170, + 3.644, + 198, + 2.588, + 324, + 5.419, + 567, + 4.931, + 2049, + 6.005, + 2953, + 8.047, + 2956, + 7.852, + 2971, + 7.168, + 6715, + 9.502, + 6716, + 9.502 ] ], [ - "type/assets/endlessrunner", + "type/assets/whquestdef", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/endlessrunner", + "data/assets/whquestdef", [ - 9, - 0.815, - 10, - 1.75, - 11, - 0.851, - 16, - 0.865, - 30, - 0.865, - 33, - 1.275, - 67, - 3.36, - 151, - 1.758, - 339, - 3.598, - 407, + 38, + 1.098, + 79, + 0.84, + 1090, + 4.6, + 1681, + 4.235, + 2821, + 7.221, + 3599, + 6.513, + 4493, + 9.04, + 6717, + 11.281 + ] + ], + [ + "type/assets/fmod", + [ + 1975, + 0.756 + ] + ], + [ + "data/assets/fmod", + [ + 20, + 1.243, + 38, + 1.039, + 57, + 1.197, + 59, + 1.045, + 79, + 0.795, + 106, + 1.675, + 229, + 1.715, + 552, + 3.248, + 572, + 7.631, + 712, + 6.304, + 938, + 5.91, + 993, + 5.256, + 1045, + 6.161, + 1131, + 4.633, + 1173, + 4.583, + 1681, + 4.007, + 1933, + 4.976, + 2080, + 6.304, + 2116, + 6.231, + 3342, + 5.798, + 4150, + 6.831, + 4472, + 6.831, + 5712, + 10.235, + 6718, + 9.353, + 6719, + 9.353, + 6720, + 9.353 + ] + ], + [ + "type/assets/editor-script-components", + [ + 1975, + 0.756 + ] + ], + [ + "data/assets/editor-script-components", + [ + 18, + 0.863, + 46, + 1.365, + 49, + 3.828, + 50, + 5.3, + 79, + 0.813, + 97, + 3.377, + 99, + 0.85, + 100, + 1.795, + 177, + 2.927, + 198, + 2.606, + 226, + 2.662, + 229, + 1.754, + 351, + 4.965, + 681, + 4.688, + 762, + 4.367, + 826, + 5.027, + 978, + 4.374, + 1413, + 5.825, + 4595, + 6.17 + ] + ], + [ + "type/assets/defvideoads", + [ + 1975, + 0.756 + ] + ], + [ + "data/assets/defvideoads", + [ + 801, + 4.879, + 2072, + 6.711, + 4150, + 7.273, + 6359, + 7.273, + 6721, + 9.957, + 6722, + 9.957 + ] + ], + [ + "type/assets/defold-cognito", + [ + 1975, + 0.756 + ] + ], + [ + "data/assets/defold-cognito", + [ + 38, + 1.077, + 42, + 2.134, + 99, + 0.861, + 471, + 2.6, + 758, + 4.306, + 832, + 4.654, + 895, + 4.654, + 915, + 3.72, + 1066, + 3.804, + 1067, + 3.169, + 3313, + 7.916, + 6723, + 11.748, + 6724, + 9.702 + ] + ], + [ + "type/assets/panthera20", + [ + 1975, + 0.756 + ] + ], + [ + "data/assets/panthera20", + [ + 38, + 1.09, + 42, + 1.783, + 151, + 4.654, + 194, + 1.791, + 215, + 4.918, + 350, + 5.873, + 552, + 2.919, + 2616, + 7.17, + 6431, + 10.274, + 6725, + 9.816 + ] + ], + [ + "type/assets/defold-runtime-atlas", + [ + 1975, + 0.756 + ] + ], + [ + "data/assets/defold-runtime-atlas", + [ + 42, + 1.77, + 57, + 1.432, + 79, + 0.828, + 90, + 2.323, + 113, + 1.953, + 151, + 4.876, + 186, + 6.817, + 241, + 2.087, + 807, + 5.645, + 935, + 4.829 + ] + ], + [ + "type/assets/facebookads", + [ + 1975, + 0.756 + ] + ], + [ + "data/assets/facebookads", + [ + 1067, + 3.214, + 2024, + 5.086, + 2063, + 8.217, + 2072, + 6.632, + 2075, + 6.731, + 6726, + 9.839, + 6727, + 11.25 + ] + ], + [ + "type/assets/endlessrunner", + [ + 1975, + 0.756 + ] + ], + [ + "data/assets/endlessrunner", + [ + 18, + 0.865, + 20, + 1.275, + 59, + 0.865, + 77, 2.296, - 1042, + 79, + 0.815, + 99, + 0.851, + 109, + 3.598, + 194, + 1.75, + 229, + 1.758, + 392, + 3.36, + 680, 5.038, - 1244, + 1173, 4.699, - 1984, + 3784, 7.234, - 2606, + 4319, 8.229, - 4029, + 5553, 7.503, - 6629, - 10.137, - 6651, + 6524, 8.769, - 6746, + 6692, + 10.137, + 6728, 9.59, - 6747, + 6729, 9.59, - 6748, + 6730, 9.59 ] ], [ - "type/assets/poki", + "type/assets/platformertutorial", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/poki", + "data/assets/platformertutorial", [ - 10, - 1.795, - 74, + 18, + 1.013, + 38, + 1.088, + 59, + 0.884, + 939, + 4.851, + 1104, + 3.409, + 1721, + 6.765, + 2550, + 5.672, + 3568, + 9.155, + 6710, + 10.26, + 6731, + 9.793 + ] + ], + [ + "type/assets/debeat", + [ + 1975, + 0.756 + ] + ], + [ + "data/assets/debeat", + [ + 38, 1.093, - 247, - 1.787, - 547, - 2.925, - 859, - 3.214, - 1262, - 6.147, - 1678, + 79, + 0.836, + 260, + 3.316, + 614, 3.858, - 5616, - 10.138 + 677, + 4.534, + 722, + 8.029, + 1090, + 4.578, + 6581, + 8.443, + 6732, + 11.815 ] ], [ - "type/assets/scene3d", + "type/assets/defunico", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/scene3d", + "data/assets/defunico", [ - 8, - 1.191, - 9, - 0.791, - 10, - 1.988, - 11, - 1.026, - 16, - 0.84, - 22, - 2.113, - 29, - 2.092, - 30, - 0.84, - 137, - 1.385, - 139, - 5.392, - 146, - 3.679, - 221, - 4.562, - 247, - 1.691, - 275, - 5.479, - 295, - 4.613, - 447, - 8.525, - 547, - 2.768, - 636, - 3.857, - 671, - 6.134, - 685, - 6.004, - 1525, - 6.004, - 1586, - 4.466, - 1660, - 3.989, - 1681, - 7.284, - 2392, - 5.479, - 3245, - 7.284, - 4543, - 7.989, - 6749, - 10.896, - 6750, - 9.311, - 6751, - 9.311 + 20, + 1.32, + 79, + 0.844, + 1090, + 4.622, + 5178, + 8.105, + 6733, + 11.86 ] ], [ - "type/assets/drawpixels", + "type/assets/md5", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/drawpixels", + "data/assets/md5", [ - 16, - 0.888, - 297, - 3.082, - 306, - 4.624, - 929, - 4.448, - 983, - 5.887, - 1044, - 4.534, - 2466, - 6.975, - 3631, - 7.698, - 5885, - 8.029, - 6752, + 46, + 1.4, + 100, + 1.842, + 113, + 1.967, + 153, + 2.227, + 433, + 4.001, + 1066, + 3.849, + 1067, + 3.207, + 1465, + 3.462, + 3988, + 6.616, + 6734, + 10.794 + ] + ], + [ + "type/assets/lightandshadows", + [ + 1975, + 0.756 + ] + ], + [ + "data/assets/lightandshadows", + [ + 48, + 5.698, + 57, + 1.259, + 59, + 1.015, + 791, + 7.187, + 974, + 8.443, + 1724, + 4.671, + 2089, + 5.529, + 2384, + 6.1, + 6152, + 7.187, + 6735, 9.839 ] ], [ - "type/assets/defold-proto", + "type/assets/druid", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defold-proto", + "data/assets/druid", [ - 11, - 0.87, - 16, - 0.884, - 247, - 2.142, - 576, - 4.557, - 1573, - 4.799, - 5069, - 8.955, - 5591, - 6.601, - 5626, - 6.765, - 6506, - 8.955, - 6507, - 10.26 + 36, + 1.865, + 42, + 1.699, + 57, + 1.197, + 59, + 0.844, + 79, + 0.795, + 96, + 2.964, + 99, + 0.83, + 106, + 1.675, + 140, + 4.31, + 194, + 1.707, + 201, + 2.101, + 226, + 2.602, + 437, + 7.631, + 449, + 5.596, + 460, + 6.831, + 513, + 4.854, + 713, + 4.976, + 941, + 3.667, + 978, + 4.317, + 1717, + 7.317, + 1932, + 6.161, + 2335, + 6.031, + 5957, + 7.317, + 6307, + 7.631, + 6736, + 11.574, + 6737, + 9.353, + 6738, + 9.353, + 6739, + 9.353, + 6740, + 9.353, + 6741, + 9.353 ] ], [ - "type/assets/pointer-lock", + "type/assets/adswrapper", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/pointer-lock", + "data/assets/adswrapper", [ - 16, - 0.874, - 74, + 20, + 1.221, + 38, + 1.201, + 59, + 0.829, + 77, + 1.903, + 79, + 0.781, + 99, + 0.816, + 107, + 1.748, + 113, + 1.841, + 144, + 4.827, + 153, + 2.085, + 256, + 2.064, + 433, + 3.745, + 561, + 2.912, + 573, + 4.057, + 695, + 4.153, + 801, + 4.502, + 958, + 6.71, + 1291, + 5.497, + 1323, + 3.838, + 1446, + 9.374, + 1590, + 5.497, + 1820, + 7.883, + 2020, + 8.391, + 2061, + 7.883, + 2072, + 7.994, + 2266, + 7.497, + 2270, + 8.401, + 6418, + 8.401, + 6518, + 8.401, + 6742, + 9.187, + 6743, + 9.187, + 6744, + 9.187 + ] + ], + [ + "type/assets/perspectiveparallax", + [ + 1975, + 0.756 + ] + ], + [ + "data/assets/perspectiveparallax", + [ + 91, + 3.391, + 3071, + 6.695, + 3486, + 7.814, + 6745, + 9.933, + 6746, + 11.311 + ] + ], + [ + "type/assets/matchanovel", + [ + 1975, + 0.756 + ] + ], + [ + "data/assets/matchanovel", + [ + 20, + 1.286, + 38, 1.075, - 137, - 1.44, - 221, - 4.743, - 247, - 1.758, - 322, - 5.362, - 337, - 3.531, - 503, - 6.524, - 1660, + 59, + 0.874, + 241, + 2.073, + 292, 4.146, - 1718, - 8.407, - 1835, - 5.791, - 1951, - 5.52, - 6753, - 6.174, - 6754, - 8.305, - 6755, + 441, + 4.849, + 552, + 2.878, + 771, + 4.504, + 977, + 5.15, + 1332, + 3.914, + 1681, + 4.146, + 6421, + 8.851, + 6449, + 8.851, + 6747, + 11.737, + 6748, 9.679, - 6756, + 6749, 9.679 ] ], [ - "type/assets/debeat", + "type/assets/batterystatus", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/debeat", + "data/assets/batterystatus", [ - 9, - 0.836, - 74, - 1.093, - 277, - 3.316, - 521, - 3.858, - 576, - 4.578, - 1044, - 4.534, - 2229, - 8.029, - 6591, - 8.443, - 6757, - 11.815 + 7, + 1.218, + 18, + 0.876, + 99, + 0.861, + 158, + 2.836, + 229, + 1.779, + 388, + 8.872, + 433, + 3.955, + 902, + 5.533, + 1067, + 3.169, + 2024, + 5.045, + 3415, + 6.097, + 4861, + 10.205, + 6750, + 9.702, + 6751, + 9.702 ] ], [ - "type/assets/yagames", + "type/assets/googleanalytics", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/yagames", + "data/assets/googleanalytics", [ - 10, - 1.787, - 30, - 1.013, - 33, - 1.302, - 74, - 1.088, - 247, - 1.779, - 547, - 2.912, - 859, - 3.199, - 1262, - 5.351, - 6758, - 11.792, - 6759, - 9.793 + 18, + 0.88, + 57, + 1.247, + 79, + 0.828, + 150, + 2.468, + 160, + 2.882, + 729, + 5.645, + 2194, + 6.817, + 2281, + 9.208, + 6416, + 7.953, + 6752, + 9.747, + 6753, + 8.913 ] ], [ - "type/ref/stable/dmEngine", + "type/assets/defoldandroidpermissions", [ - 6760, - 1.837 + 1975, + 0.756 ] ], [ - "data/ref/stable/dmEngine", + "data/assets/defoldandroidpermissions", [ - 7, - 1.427, - 10, - 1.987, - 11, - 1.01, - 30, - 1.141, - 74, - 1.209, - 140, - 5.241, - 172, - 2.776, - 263, - 2.806, - 283, - 5.082, - 391, - 2.769, - 493, - 3.325, - 587, - 5.269, - 859, - 3.715, - 921, - 5.024, - 933, - 6.209, - 1261, - 4.159, - 1504, - 6.514, - 1695, - 3.932, - 1957, - 5.573, - 2078, - 6.607, - 2080, - 7.115, - 2515, - 8.068, - 2996, - 4.534, - 4203, - 6.619, - 4953, - 10.4, - 6761, - 8.112, - 6762, - 8.112, - 6763, - 8.112, - 6764, - 8.112, - 6765, - 12.19, - 6766, - 8.112, - 6767, - 8.112, - 6768, - 7.418, - 6769, - 8.112, - 6770, - 9.171, - 6771, - 7.418, - 6772, - 8.112, - 6773, - 8.112 + 20, + 1.295, + 38, + 1.082, + 42, + 1.77, + 100, + 1.829, + 106, + 1.746, + 151, + 4.038, + 351, + 5.058, + 614, + 3.822, + 1066, + 3.822, + 1067, + 3.184, + 2024, + 5.059, + 3681, + 8.173, + 6754, + 9.747 ] ], [ - "type/ref/stable/liveupdate", + "type/assets/splitmix64", [ - 6760, - 1.837 + 1975, + 0.756 ] ], [ - "data/ref/stable/liveupdate", + "data/assets/splitmix64", [ - 8, - 1.428, - 9, - 0.966, - 10, - 1.274, - 11, - 1.036, - 16, - 0.937, - 21, - 1.615, - 23, - 1.857, - 29, - 0.81, + 18, + 1.007, + 42, + 1.762, + 52, + 2.671, + 113, + 1.944, + 158, + 2.836, + 201, + 2.18, + 229, + 1.779, + 387, + 3.936, + 679, + 4.345, + 680, + 5.097, + 1176, + 6.539, + 1401, + 5.906, + 6755, + 11.16, + 6756, + 8.872 + ] + ], + [ + "type/assets/mirastate", + [ + 1975, + 0.756 + ] + ], + [ + "data/assets/mirastate", + [ + 1140, + 4.599, + 3724, + 8.144, + 4247, + 8.144, + 6757, + 11.342 + ] + ], + [ + "type/assets/decodeogg", + [ + 1975, + 0.756 + ] + ], + [ + "data/assets/decodeogg", + [ + 38, + 1.095, + 46, + 1.407, + 231, + 3.701, + 1066, + 3.867, + 1067, + 3.222, + 2112, + 8.048, + 2113, + 8.463, + 6758, + 11.265, + 6759, + 9.019 + ] + ], + [ + "type/ref/stable/dmGraphics", + [ + 6760, + 1.837 + ] + ], + [ + "data/ref/stable/dmGraphics", + [ + 7, + 1.255, + 18, + 1.154, + 20, + 0.876, 30, - 1.147, - 31, - 1.786, - 32, - 1.635, - 33, - 1.484, - 35, - 2.351, + 1.249, + 36, + 0.377, + 38, + 0.914, 46, - 1.943, - 48, - 1.003, - 51, - 1.612, + 1.388, + 56, + 1.286, + 57, + 1.467, + 59, + 0.397, 60, - 1.47, - 62, - 1.677, - 68, - 1.584, - 70, - 1.569, - 71, - 1.161, - 74, - 0.878, + 2.616, + 61, + 1.172, + 72, + 1.1, 77, - 1.818, - 86, - 1.128, - 87, - 1.493, + 0.391, + 79, + 0.977, + 83, + 1.219, + 84, + 1.416, + 88, + 1.006, + 89, + 1.033, + 90, + 2.093, + 98, + 1.341, 99, - 2.823, - 101, - 1.711, - 104, - 3.687, - 108, - 1.362, - 135, - 2.123, - 137, - 0.842, + 1.018, + 100, + 0.355, + 102, + 0.85, + 106, + 0.946, + 113, + 1.708, + 121, + 1.093, + 122, + 1.029, + 125, + 1.824, + 126, + 1.743, + 132, + 2.829, 141, - 1.721, + 1.629, + 142, + 2.74, 144, - 4.104, - 146, - 1.424, - 147, - 1.586, - 151, - 1.037, - 159, - 2.123, - 160, - 1.708, - 161, - 1.959, - 162, - 1.795, - 172, - 2.523, - 184, - 3.127, - 191, - 1.432, - 193, - 0.761, - 196, - 3.092, - 234, - 2.124, - 237, - 1.303, - 248, - 1.63, - 251, - 2.121, + 3.465, + 158, + 3.204, + 165, + 1.51, + 169, + 1.056, + 170, + 3.73, + 177, + 2.172, + 185, + 4.946, + 201, + 0.742, + 202, + 2.583, + 212, + 0.879, + 226, + 2.291, + 227, + 1.914, + 229, + 0.606, + 230, + 3.273, + 241, + 1.131, + 247, + 1.456, + 253, + 2.645, + 256, + 0.425, 257, - 2.49, - 260, - 3.093, + 0.747, 263, - 2.551, - 269, - 2.633, - 277, - 1.215, - 278, - 2.629, - 281, - 1.806, - 293, - 2.27, - 300, - 1.211, - 305, - 2.088, - 318, - 4.552, - 339, - 1.353, - 343, - 2.249, - 350, - 1.2, - 393, - 3.502, - 395, - 2.235, - 407, - 1.172, - 422, - 1.63, - 428, - 1.806, + 0.565, + 266, + 0.839, + 268, + 1.74, + 273, + 0.816, + 280, + 1.726, + 289, + 3.946, + 297, + 3.123, + 306, + 0.831, + 311, + 1.219, + 330, + 2.264, + 332, + 0.629, + 338, + 1.38, + 344, + 1.151, + 345, + 2.134, + 351, + 1.715, + 358, + 0.871, + 371, + 0.993, + 379, + 1.274, + 392, + 1.158, 429, - 1.615, - 431, - 2.195, - 437, - 3.017, - 438, - 2.534, - 460, - 3.388, - 465, - 1.952, - 489, - 2.557, - 493, - 1.054, - 514, - 3.604, - 522, - 1.748, - 523, - 3.68, - 524, - 1.806, - 547, - 2.834, - 554, - 1.192, - 557, - 2.49, - 567, - 3.329, - 568, - 2.869, - 583, - 1.297, + 4.468, + 456, + 1.781, + 479, + 1.981, + 490, + 1.839, + 513, + 1.715, + 516, + 5.673, + 552, + 0.562, + 555, + 2.67, + 575, + 2.283, 590, - 1.871, - 594, - 1.481, - 596, - 2.195, - 607, - 1.748, - 610, - 2.43, - 612, - 2.632, - 623, - 7.269, - 624, - 1.806, - 633, - 1.247, - 639, - 2.121, - 663, - 2.557, - 666, - 2.218, - 669, - 4.354, - 670, - 1.848, - 680, - 2.235, - 692, - 1.97, - 693, - 1.748, - 697, - 2.108, - 700, - 4.633, - 702, - 2.714, - 712, - 1.481, - 728, - 2.867, - 732, - 2.633, - 737, - 2.123, - 743, - 1.748, - 754, - 1.544, - 758, - 3.94, - 776, - 1.6, - 779, - 3.385, - 780, - 2.278, - 782, - 2.056, - 783, - 1.943, - 787, - 3.276, - 792, - 1.324, - 796, - 1.661, - 821, - 2.278, - 827, - 1.372, - 860, - 1.382, + 0.783, + 622, + 0.916, + 634, + 2.606, + 640, + 1.341, + 649, + 1.131, + 675, + 0.725, + 679, + 3.18, + 735, + 0.907, + 773, + 0.685, + 811, + 0.936, + 823, + 1.245, 866, - 2.423, - 909, - 3.249, - 923, - 2.901, - 928, - 2.278, - 929, - 2.557, - 930, - 3.093, - 947, - 2.088, - 968, - 1.786, - 1001, - 3.764, - 1007, - 2.557, - 1018, - 3.575, - 1074, - 1.827, - 1078, - 3.808, - 1094, - 1.786, - 1122, - 1.894, - 1129, - 1.558, - 1159, - 1.943, - 1170, - 2.49, - 1191, - 3.071, - 1199, - 2.235, - 1206, - 2.633, - 1211, - 1.6, - 1289, - 4.354, - 1290, - 2.121, - 1384, - 2.719, - 1421, - 1.848, - 1494, - 4.268, + 2.234, + 874, + 4.37, + 890, + 2.285, + 891, + 3.539, + 894, + 1.306, + 895, + 2.533, + 898, + 1.173, + 901, + 0.817, + 931, + 1.218, + 941, + 0.741, + 948, + 0.747, + 950, + 1.245, + 951, + 2.591, + 978, + 1.306, + 982, + 3.159, + 996, + 0.958, + 999, + 0.871, + 1019, + 1.249, + 1041, + 5.446, + 1042, + 1.245, + 1046, + 1.131, + 1047, + 4.464, + 1051, + 3.123, + 1066, + 4.321, + 1067, + 2.154, + 1120, + 1.112, + 1126, + 5.796, + 1139, + 1.857, + 1140, + 2.029, + 1153, + 0.888, + 1164, + 4.927, + 1172, + 1.674, + 1186, + 4.691, + 1272, + 4.173, + 1322, + 0.969, + 1323, + 0.789, + 1335, + 1.728, + 1447, + 2.696, + 1459, + 0.77, + 1502, + 2.257, 1510, - 3.05, - 1516, - 1.263, - 1569, - 3.482, - 1584, - 2.633, - 1596, - 1.997, + 2.131, + 1645, + 1.622, + 1660, + 2.585, + 1662, + 0.831, + 1684, + 1.095, + 1694, + 1.306, + 1696, + 2.68, 1701, - 5.66, - 1705, - 1.414, - 1764, - 4.58, - 1784, - 1.677, - 1806, - 5.61, - 1822, - 3.178, - 1837, - 8.283, - 1842, - 5.267, - 1847, - 6.384, - 1854, - 1.848, - 1869, - 2.582, - 2013, - 2.088, - 2020, - 2.43, - 2079, - 1.97, - 2137, - 2.121, - 2161, - 4.6, - 2206, - 4.132, - 2216, - 2.633, - 2235, - 3.727, - 2368, - 2.557, - 2527, - 1.943, - 2638, - 3.444, - 2686, - 2.43, - 2760, - 2.375, - 2822, - 3.297, - 2876, - 7.372, - 2957, - 4.953, - 3156, - 2.325, - 3188, - 2.82, - 3341, - 4.329, - 3459, - 5.267, - 3556, - 1.871, - 3933, - 2.942, - 3935, - 2.43, - 4059, - 2.278, - 4185, - 8.641, - 4276, - 4.706, - 4390, - 1.748, - 4784, - 2.82, - 4887, - 5.393, - 4969, - 3.093, - 5126, - 2.942, - 5336, - 5.173, - 5481, - 3.297, - 5496, - 7.856, - 5763, - 3.297, - 5764, - 3.297, - 5765, - 3.297, - 5766, - 6.785, - 5782, - 5.173, - 5795, - 3.093, - 5805, - 2.942, + 3.216, + 1769, + 0.871, + 1770, + 1.151, + 1803, + 4.143, + 1804, + 4.088, + 1814, + 5.216, + 1864, + 2.177, + 1879, + 2.231, + 1896, + 2.227, + 1920, + 2.049, + 1930, + 3.321, + 1987, + 2.835, + 1988, + 8.526, + 1993, + 1.274, + 1997, + 1.885, + 1999, + 1.83, + 2007, + 1.194, + 2024, + 2.711, + 2085, + 3.592, + 2164, + 2.85, + 2189, + 2.925, + 2268, + 2.809, + 2343, + 2.585, + 2360, + 3.233, + 2382, + 7.152, + 2383, + 1.172, + 2410, + 2.696, + 2423, + 2.493, + 2472, + 2.227, + 2540, + 3.322, + 2563, + 1.341, + 2566, + 1.245, + 2613, + 1.306, + 2628, + 2.835, + 2633, + 1.694, + 2637, + 4.996, + 2657, + 3.37, + 2692, + 2.413, + 2718, + 7.635, + 2736, + 4.934, + 2748, + 1.622, + 2775, + 1.781, + 2779, + 2.285, + 2878, + 2.344, + 2886, + 1.38, + 2888, + 8.062, + 2897, + 1.38, + 2950, + 1.426, + 3237, + 2.344, + 3261, + 2.493, + 3411, + 1.274, + 3607, + 3.216, + 3646, + 2.343, + 3712, + 3.441, + 3810, + 2.177, + 3938, + 1.274, + 4090, + 1.38, + 4098, + 3.718, + 4251, + 3.022, + 4266, + 1.542, + 4698, + 2.227, + 4746, + 1.172, + 5338, + 2.696, + 5434, + 3.022, + 6036, + 1.622, + 6473, + 2.925, + 6761, + 4.403, + 6762, + 11.469, + 6763, + 6.52, + 6764, + 5.28, + 6765, + 3.022, + 6766, + 2.344, + 6767, + 1.89, + 6768, + 1.89, + 6769, + 1.89, + 6770, + 1.89, + 6771, + 1.89, + 6772, + 1.89, + 6773, + 1.89, 6774, - 3.605, + 1.89, 6775, - 5.173, + 7.099, 6776, - 5.173, + 1.89, 6777, - 3.093, + 7.907, 6778, - 3.297, + 1.89, 6779, - 3.605, + 5.997, 6780, - 3.605, + 1.89, 6781, - 3.605, + 5.997, 6782, - 3.605, + 1.89, 6783, - 3.605, + 9.404, 6784, - 3.605, + 1.89, 6785, - 3.297, + 3.022, 6786, - 5.657, + 1.89, 6787, - 3.605, + 1.89, 6788, - 5.657, + 1.89, 6789, - 3.605, + 1.89, 6790, - 5.657, + 1.89, 6791, - 3.605, + 4.403, 6792, - 3.605, + 1.89, 6793, - 3.605, + 1.89, 6794, - 3.605, + 4.403, 6795, - 3.605, + 1.89, 6796, - 5.657, + 1.89, 6797, - 3.605, + 3.304, 6798, - 3.605, + 1.622, 6799, - 3.605, + 1.89, 6800, - 3.605, + 1.89, 6801, - 3.605, + 1.89, 6802, - 3.297, + 1.89, 6803, - 5.657, + 1.89, 6804, - 5.657, + 1.89, 6805, - 3.605, + 1.89, 6806, - 3.605, + 1.89, 6807, - 5.657, + 1.89, 6808, - 3.605, + 1.89, 6809, - 5.657, + 1.89, 6810, - 3.605, + 1.89, 6811, - 3.605, + 1.89, 6812, - 3.605, + 1.89, 6813, - 5.657, + 1.89, 6814, - 3.605, + 1.89, 6815, - 3.605, + 1.89, 6816, - 2.942, + 1.89, 6817, - 3.605, + 1.89, 6818, - 3.605, + 1.89, 6819, - 3.297, + 1.728, 6820, - 5.657, + 1.89, 6821, - 3.605, + 3.304, 6822, - 3.605, + 1.89, 6823, - 3.605, + 1.89, 6824, - 3.605, + 3.304, 6825, - 3.093, + 1.89, 6826, - 5.173, + 1.89, 6827, - 3.605, + 1.89, 6828, - 3.605 - ] - ], - [ - "type/ref/stable/html5", - [ - 6760, - 1.837 - ] - ], - [ - "data/ref/stable/html5", - [ - 9, - 0.98, - 11, - 0.947, - 21, - 1.582, - 22, - 1.758, - 30, - 1.115, - 33, - 1.487, - 42, - 1.847, - 51, - 1.829, - 68, - 2.212, - 70, - 1.741, - 71, - 1.59, - 77, - 2.127, - 99, - 3.199, - 102, - 2.291, - 104, - 3.942, - 110, - 2.579, - 137, - 1.153, - 141, - 1.553, - 160, - 1.388, - 161, - 1.538, - 172, - 2.145, - 191, - 1.962, - 237, - 1.784, - 300, - 1.659, - 337, - 2.827, - 350, - 2.579, - 407, - 2.317, - 449, - 4.897, - 450, - 4.637, - 454, - 3.21, - 489, - 5.498, - 520, - 5.498, - 523, - 4.962, - 538, - 4.366, - 569, - 2.24, - 587, - 4.071, - 618, - 4.997, - 644, - 4.022, - 688, - 4.071, - 712, - 4.005, - 737, - 3.657, - 803, - 4.42, - 889, - 3.822, - 891, - 2.697, - 905, - 3.973, - 996, - 4.42, - 1239, - 2.972, - 1516, - 2.715, - 1569, - 4.151, - 1606, - 4.897, - 1718, - 5.846, - 1758, - 5.186, - 1774, - 5.223, - 1777, - 5.934, - 1898, - 3.134, - 1929, - 3.839, - 1963, - 4.42, - 2208, - 5.105, - 2296, - 8.441, - 2573, - 3.882, - 2962, - 6.063, - 3034, - 7.626, - 3914, - 6.063, - 4398, - 5.223, - 4477, - 5.353, - 5127, - 7.086, - 5285, - 5.66, - 5289, - 6.063, - 6753, - 4.293, + 3.304, 6829, - 7.749, + 1.89, 6830, - 4.718, + 1.89, 6831, - 7.749, + 1.89, 6832, - 7.749, + 1.89, 6833, - 7.749, + 1.89, 6834, - 7.749, + 1.89, 6835, - 7.749, + 1.89, 6836, - 7.749, + 1.89, 6837, - 7.749 + 6.092, + 6838, + 5.997, + 6839, + 1.89, + 6840, + 6.492, + 6841, + 1.89, + 6842, + 1.89, + 6843, + 1.89, + 6844, + 1.89, + 6845, + 4.403, + 6846, + 1.89, + 6847, + 1.89, + 6848, + 1.542, + 6849, + 1.89, + 6850, + 1.89, + 6851, + 1.89, + 6852, + 1.89, + 6853, + 1.89, + 6854, + 1.89, + 6855, + 1.89, + 6856, + 3.304, + 6857, + 5.28, + 6858, + 3.304, + 6859, + 1.89, + 6860, + 1.89, + 6861, + 1.89, + 6862, + 1.89, + 6863, + 1.89, + 6864, + 1.89, + 6865, + 1.89, + 6866, + 1.89, + 6867, + 1.89, + 6868, + 1.89, + 6869, + 1.89, + 6870, + 1.89, + 6871, + 3.304, + 6872, + 1.89, + 6873, + 2.835, + 6874, + 1.89, + 6875, + 4.403, + 6876, + 1.89, + 6877, + 5.28, + 6878, + 1.89, + 6879, + 3.304, + 6880, + 4.026, + 6881, + 1.728, + 6882, + 3.304, + 6883, + 2.835, + 6884, + 3.304, + 6885, + 1.89, + 6886, + 1.89, + 6887, + 1.89, + 6888, + 1.89, + 6889, + 1.89, + 6890, + 3.304, + 6891, + 1.89, + 6892, + 1.89, + 6893, + 1.89, + 6894, + 1.89, + 6895, + 1.89, + 6896, + 1.89, + 6897, + 1.728, + 6898, + 1.89, + 6899, + 1.89, + 6900, + 1.89, + 6901, + 1.89, + 6902, + 1.89, + 6903, + 3.304, + 6904, + 1.89, + 6905, + 1.89, + 6906, + 1.89, + 6907, + 1.89, + 6908, + 1.89, + 6909, + 1.89, + 6910, + 1.89, + 6911, + 3.304, + 6912, + 1.89, + 6913, + 3.304, + 6914, + 1.89, + 6915, + 1.89, + 6916, + 3.304, + 6917, + 3.022, + 6918, + 1.89, + 6919, + 1.89, + 6920, + 3.022, + 6921, + 1.89, + 6922, + 3.304, + 6923, + 1.542, + 6924, + 1.89, + 6925, + 1.89, + 6926, + 1.89, + 6927, + 1.89, + 6928, + 1.89, + 6929, + 1.89, + 6930, + 1.89, + 6931, + 1.89, + 6932, + 1.89, + 6933, + 1.89, + 6934, + 3.304, + 6935, + 1.89 ] ], [ @@ -75013,9894 +74989,9192 @@ [ 7, 1.168, - 8, - 1.477, - 9, - 0.895, - 11, - 0.891, - 16, - 0.733, - 21, - 2.224, - 23, + 10, 1.27, - 30, + 11, + 2.129, + 18, 1.141, - 32, - 1.118, - 33, + 20, 1.613, - 41, - 1.709, - 49, - 2.101, - 51, - 1.103, - 67, - 3.516, - 68, - 1.333, - 70, - 1.825, - 74, - 1.17, - 77, + 22, + 3.337, + 31, + 3.404, + 36, 1.619, - 86, + 38, + 1.17, + 46, 1.327, - 94, - 3.217, + 52, + 1.618, + 57, + 1.477, + 59, + 0.733, + 79, + 0.895, + 86, + 3.42, 99, - 2.322, + 0.891, + 100, + 1.103, 102, - 1.737, - 110, - 2.703, - 117, - 2.189, - 121, - 1.662, - 135, - 4.611, - 141, - 1.627, - 160, + 1.511, + 103, + 1.353, + 106, 1.886, - 161, + 107, + 1.118, + 113, + 1.627, + 126, 1.612, - 162, - 1.511, - 173, + 140, + 2.708, + 160, + 1.737, + 165, + 2.322, + 178, + 2.189, + 196, + 3.217, + 201, + 1.825, + 207, + 2.703, + 230, + 2.826, + 240, + 1.671, + 241, + 1.258, + 244, 2.27, - 186, + 250, + 3.137, + 263, 3.149, - 190, - 2.646, - 224, - 1.618, - 229, + 268, + 2.224, + 269, + 1.333, + 273, + 2.296, + 306, 2.585, - 237, - 1.353, - 290, - 2.826, - 300, - 1.258, - 337, - 2.144, - 338, - 3.013, - 343, - 1.671, - 350, + 332, 1.956, - 429, + 333, + 1.662, + 341, + 3.936, + 342, 2.632, - 430, + 368, + 2.646, + 385, + 3.303, + 392, + 3.516, + 407, + 3.714, + 413, + 5.043, + 452, + 1.709, + 483, + 3.872, + 496, 2.735, - 441, + 500, + 2.144, + 505, + 3.013, + 510, + 2.159, + 516, + 3.168, + 521, 2.045, - 465, - 2.296, - 466, - 3.137, - 469, - 2.254, - 492, - 4.293, - 581, - 3.42, - 593, - 3.961, - 594, - 3.337, - 697, - 3.025, - 710, - 2.129, - 712, + 522, + 2.911, + 523, + 3.05, + 553, + 2.101, + 556, 3.337, - 714, + 634, 2.322, - 756, - 2.911, - 783, - 3.168, - 792, - 2.159, - 826, - 3.936, - 897, - 4.06, - 902, - 5.236, - 909, + 636, + 2.254, + 769, + 7.023, + 771, 2.735, - 910, - 4.795, - 937, - 3.303, - 960, - 3.936, - 1001, + 848, + 4.023, + 854, + 3.256, + 866, + 3.025, + 909, + 5.236, + 1039, 3.168, - 1009, - 3.458, - 1014, - 3.79, - 1227, + 1081, + 3.578, + 1155, + 3.936, + 1186, 2.88, - 1257, - 2.708, - 1491, + 1216, + 3.168, + 1221, 2.911, - 1496, - 7.851, - 1558, + 1295, + 4.611, + 1307, + 3.643, + 1311, + 3.79, + 1329, + 6.004, + 1401, 3.578, - 1569, + 1459, + 4.293, + 1465, 2.864, - 1580, - 7.119, - 1640, - 5.473, - 1780, - 3.256, - 1889, - 3.404, - 1929, - 4.023, - 1930, - 3.05, - 1981, - 5.871, - 2136, - 7.023, - 2139, - 3.578, - 2141, + 1525, 6.342, - 2142, - 6.004, - 2144, + 1622, + 7.119, + 1625, + 4.06, + 2035, 5.034, - 2450, - 3.872, - 2527, - 3.168, - 2534, - 4.292, - 2609, - 6.968, - 2678, - 3.643, - 2728, + 2066, + 3.961, + 2095, + 3.516, + 2626, + 4.795, + 2684, + 3.458, + 2897, 4.292, - 2750, - 6.353, - 2769, + 2933, + 4.795, + 3057, 4.06, - 3287, + 3511, + 7.851, + 3972, + 5.871, + 3984, 5.639, - 3326, - 4.292, - 3373, - 3.516, - 3861, - 3.714, - 4066, - 4.795, - 4459, - 5.043, - 4778, + 4001, 8.508, - 5065, + 4126, + 6.353, + 4266, 4.795, - 5109, + 4322, + 6.968, + 4535, + 4.433, + 4832, + 5.473, + 5120, + 4.292, + 5211, 5.879, - 5385, - 5.761, - 5564, + 5721, 5.931, - 5843, - 4.433, - 6838, + 5753, + 4.292, + 5923, + 5.761, + 6936, 5.877, - 6839, + 6937, 5.877, - 6840, + 6938, 5.877, - 6841, + 6939, 5.877, - 6842, + 6940, 5.877, - 6843, + 6941, 8.12, - 6844, + 6942, 8.12, - 6845, + 6943, 5.877, - 6846, + 6944, 5.877, - 6847, + 6945, 5.877, - 6848, + 6946, 5.877, - 6849, + 6947, 5.043, - 6850, + 6948, 8.12, - 6851, + 6949, 5.877, - 6852, + 6950, 5.877, - 6853, + 6951, 5.877, - 6854, + 6952, 5.877, - 6855, + 6953, 5.877, - 6856, + 6954, 5.043 ] ], [ - "type/ref/stable/dmAtomic", - [ - 6760, - 1.837 - ] - ], - [ - "data/ref/stable/dmAtomic", - [ - 8, - 1.528, - 11, - 1.125, - 21, - 1.493, - 30, - 0.66, - 33, - 0.972, - 42, - 2.611, - 77, - 1.874, - 141, - 1.882, - 144, - 4.875, - 186, - 3.7, - 269, - 5.342, - 297, - 2.943, - 300, - 2.661, - 493, - 2.747, - 504, - 4.171, - 605, - 4.236, - 680, - 3.712, - 746, - 7.327, - 1822, - 2.705, - 2137, - 4.304, - 2587, - 3.996, - 3861, - 4.622, - 5628, - 5.342, - 6753, - 6.533, - 6857, - 7.313, - 6858, - 11.945, - 6859, - 12.675, - 6860, - 9.291, - 6861, - 7.313, - 6862, - 9.395, - 6863, - 7.313, - 6864, - 6.275, - 6865, - 7.313, - 6866, - 9.395, - 6867, - 7.313, - 6868, - 7.313, - 6869, - 9.395, - 6870, - 7.313, - 6871, - 7.313, - 6872, - 7.313, - 6873, - 9.395 - ] - ], - [ - "type/ref/stable/label", + "type/ref/stable/sprite", [ 6760, 1.837 ] ], [ - "data/ref/stable/label", + "data/ref/stable/sprite", [ - 0, - 0.75, - 7, - 0.768, - 8, - 1.597, - 9, - 0.807, - 11, - 0.906, - 21, - 1.249, + 18, + 1.156, + 20, + 1.582, 30, - 1.162, - 33, - 1.622, - 35, - 2.825, - 39, - 4.603, - 41, - 1.779, - 42, - 1.99, - 45, - 4.913, - 50, - 5.136, - 51, - 1.915, - 54, - 4.256, - 55, - 5.767, - 68, - 1.894, - 77, - 1.22, + 2.381, + 38, + 0.946, + 46, + 0.591, + 49, + 1.433, + 57, + 1.559, + 59, + 0.374, + 60, + 1.153, + 62, + 1.371, + 69, + 1.947, + 70, + 1.745, + 75, + 2.771, + 79, + 0.878, + 84, + 3.648, 86, - 1.356, + 2.045, + 90, + 2.299, 92, - 3.265, - 93, - 4.75, + 1.663, + 96, + 2.416, + 97, + 1.198, + 99, + 1.019, + 100, + 1.598, + 101, + 3.054, + 102, + 1.62, + 103, + 2.221, + 104, + 3.23, + 105, + 1.663, 106, - 2.418, - 108, - 3.858, + 1.992, + 107, + 1.908, + 109, + 2.364, + 113, + 1.262, + 121, + 1.371, + 124, + 2.746, + 125, + 2.786, + 126, + 1.914, + 132, + 3.147, 141, - 1.673, - 160, - 1.495, - 161, - 1.215, - 162, - 2.747, + 3.15, + 142, + 2.981, + 148, + 0.85, + 165, + 2.435, + 167, + 2.548, + 169, + 1.134, + 170, + 3.699, 175, - 4.179, - 183, - 4.913, - 186, - 3.052, - 198, - 3.849, - 234, - 1.861, - 237, - 1.922, - 261, - 3.175, - 312, - 2.82, - 316, - 1.84, - 369, - 2.646, - 386, - 3.256, - 492, - 2.494, - 493, - 1.789, - 583, - 2.202, - 595, - 2.217, - 611, - 2.716, - 694, - 3.705, - 801, - 7.24, - 805, - 4.047, - 813, - 4.625, - 814, - 6.098, - 815, - 4.281, - 818, - 5.767, - 819, - 6.94, - 822, - 5.5, - 835, - 5.503, - 836, - 4.691, - 839, - 5.595, - 860, - 2.346, - 909, - 2.847, - 923, - 3.137, - 1094, - 3.031, - 1173, - 2.82, - 1569, - 3.6, - 1573, - 2.998, - 1576, - 4.031, - 1803, - 3.867, - 1869, + 4.613, + 185, + 2.961, + 201, + 1.913, + 202, + 3.375, + 213, + 5.491, + 215, + 6.012, + 229, + 0.76, + 233, 2.793, - 2009, - 4.469, - 2451, - 5.383, - 2509, - 5.082, - 3231, - 4.787, - 3840, - 3.343, - 4005, - 5.176, - 5979, - 5.595, - 6874, - 6.119, - 6875, - 5.595, - 6876, - 5.595, - 6877, - 5.595 + 240, + 2.167, + 241, + 1.823, + 244, + 3.991, + 247, + 1.371, + 256, + 0.931, + 263, + 1.884, + 268, + 2.161, + 269, + 2.078, + 273, + 2.261, + 290, + 2.452, + 291, + 4.931, + 295, + 1.909, + 297, + 5.407, + 328, + 2.479, + 330, + 1.321, + 332, + 1.379, + 349, + 3.027, + 358, + 2.903, + 373, + 2.523, + 374, + 2.672, + 380, + 1.471, + 381, + 2.569, + 389, + 2.296, + 457, + 2.706, + 471, + 1.111, + 490, + 2.631, + 492, + 3.649, + 502, + 4.15, + 541, + 2.205, + 553, + 1.481, + 554, + 1.555, + 556, + 1.703, + 587, + 2.793, + 629, + 1.246, + 634, + 1.637, + 691, + 2.332, + 724, + 4.56, + 732, + 6.034, + 752, + 2.903, + 773, + 2.283, + 849, + 4.281, + 866, + 2.347, + 911, + 2.296, + 912, + 2.672, + 919, + 2.125, + 931, + 1.743, + 951, + 2.438, + 959, + 5.335, + 979, + 5.445, + 1019, + 4.146, + 1025, + 4.181, + 1105, + 5.021, + 1109, + 3.054, + 1131, + 4.778, + 1134, + 3.981, + 1137, + 5.48, + 1139, + 2.329, + 1146, + 3.293, + 1152, + 4.601, + 1153, + 1.947, + 1164, + 2.479, + 1172, + 2.1, + 1220, + 4.725, + 1254, + 2.4, + 1295, + 2.86, + 1296, + 1.544, + 1332, + 2.548, + 1379, + 2.931, + 1406, + 2.875, + 1465, + 3.003, + 1471, + 3.121, + 1588, + 3.735, + 1608, + 3.769, + 1609, + 4.414, + 1631, + 2.569, + 1884, + 2.676, + 1929, + 4.531, + 2089, + 2.329, + 2323, + 3.54, + 2474, + 3.126, + 2475, + 3.126, + 2493, + 3.242, + 2503, + 2.73, + 2594, + 3.381, + 2876, + 2.862, + 2877, + 3.126, + 2925, + 2.672, + 3363, + 4.352, + 3805, + 5.406, + 3806, + 3.789, + 3807, + 3.789, + 3808, + 7.306, + 3809, + 5.137, + 3810, + 4.15, + 3811, + 5.963, + 4832, + 2.793, + 6165, + 5.406, + 6955, + 7.622, + 6956, + 7.622, + 6957, + 4.144, + 6958, + 4.601, + 6959, + 3.381, + 6960, + 3.789, + 6961, + 4.144, + 6962, + 3.556, + 6963, + 3.789, + 6964, + 3.789 ] ], [ - "type/ref/stable/msg", + "type/ref/stable/dmMutex", [ 6760, 1.837 ] ], [ - "data/ref/stable/msg", + "data/ref/stable/dmMutex", [ - 7, - 1.392, - 8, - 1.497, - 9, + 18, + 0.967, + 20, + 1.305, + 44, + 3.273, + 57, + 1.003, + 59, + 0.886, + 79, + 1.017, + 99, 1.048, - 10, - 1.753, - 11, - 1.05, - 21, - 1.276, - 23, - 1.83, - 26, - 2.575, - 30, - 1.14, - 33, - 1.534, - 48, - 1.738, - 49, - 3.433, - 51, - 1.172, - 71, - 1.282, - 77, - 2.053, - 86, - 1.37, - 92, - 2.146, - 102, - 1.847, - 106, - 4.068, - 108, + 107, + 1.868, + 177, + 3.279, + 178, + 2.92, + 268, + 2.188, + 269, + 2.432, + 368, + 2.229, + 442, + 3.51, + 469, + 4.974, + 490, + 3.273, + 563, + 4.952, + 620, 4.067, - 123, - 2.264, - 135, - 3.604, - 137, - 0.93, - 141, - 1.697, - 158, - 2.119, - 161, - 2.136, - 172, - 2.849, - 218, - 3.683, - 224, - 1.72, - 237, - 1.438, - 251, - 3.677, - 278, - 3.15, - 300, - 1.338, - 301, - 3.13, - 362, - 2.469, - 364, - 2.527, - 369, - 3.517, - 444, - 3.368, - 491, - 3.537, - 504, - 3.563, - 538, - 3.792, - 569, - 2.448, - 583, - 3.047, - 590, - 2.066, - 612, - 2.907, - 636, - 2.588, - 640, - 2.879, - 667, - 4.829, - 688, - 3.282, - 693, - 3.029, - 694, - 5.524, - 717, - 3.618, - 808, - 3.006, + 752, + 4.523, + 858, + 4.689, 866, - 3.627, - 901, - 3.242, - 906, - 5.249, - 919, - 3.095, - 937, - 3.511, - 1129, - 3.659, - 1498, - 3.738, - 1517, - 4.713, - 1554, - 3.461, - 1562, - 3.563, - 1568, - 5.46, - 1569, - 4.242, - 1570, - 3.738, - 1573, - 3.061, - 1582, - 7.86, - 1795, - 4.394, - 1822, - 3.981, - 1867, - 3.677, - 1902, - 3.368, - 2011, - 3.413, - 2023, - 4.291, - 2032, - 5.361, - 2112, - 4.029, - 2153, - 4.432, - 2377, - 5.249, - 2947, - 3.804, - 3294, - 4.713, - 3562, - 9.415, - 4872, - 7.743, - 6878, - 8.241, - 6879, - 4.888, - 6880, - 6.248, - 6881, - 6.248 + 2.92, + 1049, + 10.668, + 1248, + 4.952, + 1272, + 3.478, + 1649, + 4.118, + 1652, + 6.131, + 1727, + 6.395, + 1814, + 5.336, + 2305, + 8.386, + 2358, + 4.859, + 2440, + 3.799, + 2540, + 5.438, + 3712, + 3.799, + 4746, + 4.859, + 4864, + 9.035, + 6474, + 6.725, + 6965, + 7.837, + 6966, + 10.274, + 6967, + 10.952, + 6968, + 7.837, + 6969, + 11.804, + 6970, + 5.724, + 6971, + 11.977, + 6972, + 5.912, + 6973, + 7.837, + 6974, + 7.837, + 6975, + 7.837, + 6976, + 7.837, + 6977, + 7.837, + 6978, + 7.837 ] ], [ - "type/ref/stable/dmResource", + "type/ref/stable/sharedlibrary", [ 6760, 1.837 ] ], [ - "data/ref/stable/dmResource", + "data/ref/stable/sharedlibrary", [ - 8, - 1.455, - 9, - 0.994, - 11, - 1.021, - 16, - 0.627, - 21, - 1.856, - 22, - 1.364, - 23, - 1.299, - 29, - 1.35, - 30, - 1.13, - 33, - 1.158, - 46, - 2.294, - 48, - 2.294, - 49, - 2.148, - 51, - 1.818, - 68, - 1.364, - 70, - 0.648, - 71, - 1.692, - 74, - 1.01, - 86, - 1.242, - 91, - 2.305, - 92, - 3.234, + 36, + 1.953, + 59, + 1.013, + 79, + 0.832, 99, - 3.163, - 108, - 2.901, - 137, - 1.227, - 141, - 2.098, - 146, - 1.868, - 151, - 2.085, - 160, - 1.245, - 161, - 2.011, - 162, - 1.216, - 187, - 4.152, - 190, - 0.82, - 196, - 2.603, - 198, - 3.421, - 224, - 1.301, - 237, - 1.089, - 263, - 2.885, - 278, - 0.882, - 293, - 3.309, - 317, - 2.609, - 318, - 5.16, - 321, - 3.354, - 337, - 2.193, - 343, - 1.344, - 347, - 1.383, - 349, - 3.198, - 395, - 3.258, - 407, - 0.979, - 431, - 3.659, - 438, - 2.118, - 460, - 2.979, - 465, - 1.483, - 492, - 1.927, - 493, - 3.015, - 495, - 3.428, - 514, - 2.134, - 523, - 1.341, - 525, - 3.698, - 547, - 1.787, - 590, - 3.283, - 595, - 2.519, - 616, - 3.935, - 627, - 4.39, - 637, - 6.999, - 666, - 2.357, - 669, - 4.771, - 693, - 4.563, - 700, - 4.296, - 702, - 2.883, - 727, - 5.399, - 737, - 1.082, - 764, - 1.899, - 776, - 1.279, - 787, - 3.481, - 811, - 2.531, - 827, - 3.461, - 859, - 0.942, - 866, - 4.653, - 921, - 2.369, - 929, - 3.143, - 946, - 2.474, - 971, - 3.567, - 996, - 3.428, - 1036, - 2.106, - 1065, - 1.787, - 1071, - 2.045, - 1103, - 6.163, - 1121, - 3.798, - 1124, - 2.255, - 1167, - 5.509, - 1199, - 3.726, - 1261, - 3.935, - 1290, - 1.696, - 1511, - 3.726, - 1693, - 6.458, - 1780, - 1.597, - 1814, - 1.369, - 1864, - 2.352, - 1865, - 1.67, - 1949, - 3.115, - 2069, - 2.106, - 2070, - 1.67, - 2080, - 2.045, - 2091, - 3.798, - 2117, - 2.549, - 2266, - 2.2, - 2291, - 3.596, - 2310, - 2.175, - 2573, - 3.483, - 2996, - 5.223, - 3337, - 4.483, - 3376, - 3.354, - 3556, - 3.119, - 3579, - 2.352, - 3935, - 1.943, - 4001, - 4.702, - 4185, - 4.39, - 4198, - 2.045, - 4390, - 2.913, - 4400, - 4.904, - 4884, - 4.051, - 4942, - 5.391, - 5218, - 3.049, - 5263, - 3.699, - 5564, - 4.39, - 5766, - 5.157, - 6753, - 4.252, - 6775, - 5.496, - 6776, - 5.496, - 6882, - 4.728, - 6883, - 7.675, - 6884, - 4.967, - 6885, - 6.953, - 6886, - 10.861, - 6887, - 7.623, - 6888, - 10.861, - 6889, - 2.883, - 6890, - 2.883, - 6891, - 2.883, - 6892, - 4.728, - 6893, - 2.883, - 6894, - 2.883, - 6895, - 2.883, - 6896, - 2.883, - 6897, - 6.202, - 6898, - 2.883, - 6899, - 2.883, - 6900, - 5.245, - 6901, - 6.01, - 6902, - 2.883, - 6903, - 2.636, - 6904, - 4.728, - 6905, - 2.883, - 6906, - 4.728, - 6907, - 4.728, - 6908, - 2.883, - 6909, - 2.883, - 6910, - 2.883, - 6911, - 4.728, - 6912, - 2.883, - 6913, - 2.883, - 6914, - 2.883, - 6915, - 4.728, - 6916, - 5.157, - 6917, - 9.414, - 6918, - 5.496, - 6919, - 6.01, - 6920, - 2.883, - 6921, - 6.358, - 6922, - 4.728, - 6923, - 2.883, - 6924, - 4.728, - 6925, - 2.883, - 6926, - 2.883, - 6927, - 2.883, - 6928, - 2.883, - 6929, - 2.883, - 6930, - 2.883, - 6931, - 2.883, - 6932, - 2.883, - 6933, - 2.883, - 6934, - 2.883, - 6935, - 2.883, - 6936, - 2.883, - 6937, - 2.883, - 6938, - 2.883, - 6939, - 2.883, - 6940, - 2.883, - 6941, - 2.883, - 6942, - 2.883, - 6943, - 4.728, - 6944, - 4.728, - 6945, - 2.883, - 6946, - 2.883, - 6947, - 2.883, - 6948, - 2.883, - 6949, - 2.883, - 6950, - 2.883 + 0.87, + 113, + 1.962, + 699, + 6.601, + 891, + 3.322, + 1007, + 3.431, + 1034, + 3.755, + 2249, + 6.601, + 6979, + 9.793, + 6980, + 9.793 ] ], [ - "type/ref/stable/factory", + "type/ref/stable/vmath", [ 6760, 1.837 ] ], [ - "data/ref/stable/factory", + "data/ref/stable/vmath", [ 7, - 0.911, - 8, - 1.481, - 9, - 0.725, + 0.905, 10, - 2.131, + 1.475, 11, - 0.919, - 16, - 0.453, - 21, - 2.112, - 23, - 1.57, - 26, - 1.947, + 2.612, + 18, + 1.139, + 20, + 1.441, + 22, + 1.557, + 28, + 0.758, 30, - 1.147, - 33, - 1.576, - 35, - 1.492, - 44, - 3.753, - 48, - 2.602, - 49, - 1.794, - 51, - 1.862, - 68, - 1.936, - 70, - 2.102, - 71, - 1.03, - 74, - 0.948, - 77, - 1.979, - 86, - 1.334, + 3.248, + 31, + 0.906, + 36, + 1.566, + 38, + 1.126, + 46, + 1.368, + 52, + 1.879, + 57, + 1.443, + 59, + 0.84, + 60, + 0.435, + 63, + 0.758, + 69, + 1.781, + 70, + 1.942, + 74, + 2.395, + 75, + 3.171, + 77, + 1.626, + 79, + 0.999, + 90, + 1.937, + 91, + 0.534, + 94, + 0.728, 99, - 2.838, + 1.036, + 100, + 1.104, 104, - 2.937, + 1.943, + 106, + 1.144, + 107, + 0.877, 108, - 3.91, - 119, - 1.6, - 135, - 1.883, - 137, - 0.747, - 141, - 1.455, + 0.46, + 113, + 2.125, + 122, + 0.487, + 125, + 0.476, + 126, + 1.355, + 128, + 0.775, + 132, + 0.537, + 140, + 0.721, + 142, + 3.476, + 144, + 1.469, + 148, + 0.321, 149, - 1.563, - 151, - 1.331, - 160, - 1.301, - 161, - 1.856, - 162, - 2.194, - 172, - 3.281, - 173, - 1.939, - 175, - 3.194, - 186, - 2.552, - 191, - 1.271, - 218, - 1.924, - 228, - 3.346, - 234, - 2.209, - 237, - 2.153, - 264, - 2.269, - 277, - 1.691, - 278, - 3.036, + 0.595, + 153, + 0.634, + 165, + 2.159, + 169, + 1.406, + 177, + 3.378, + 201, + 1.826, + 202, + 0.913, + 207, + 1.261, + 210, + 0.633, + 226, + 0.778, + 229, + 0.287, + 230, + 0.544, + 240, + 1.078, + 241, + 0.812, + 246, + 3.875, + 250, + 2.046, + 251, + 4.711, + 256, + 0.628, + 260, + 1.277, + 263, + 2.827, + 266, + 2.046, + 268, + 1.541, + 269, + 0.634, + 273, + 1.779, + 285, + 0.701, + 288, + 1.507, + 292, + 0.67, + 295, + 1.746, 300, - 1.075, + 5.311, + 304, + 1.803, + 305, + 3.407, + 306, + 3.574, + 307, + 5.922, 316, - 1.509, - 318, - 2.96, - 336, - 3.314, - 351, - 2.486, - 369, - 3.463, - 378, - 3.055, - 400, - 2.486, + 6.344, + 317, + 1.645, + 325, + 1.18, + 330, + 2.918, + 332, + 0.93, + 333, + 2.367, + 334, + 2.554, + 342, + 2.065, + 359, + 1.698, + 361, + 0.879, + 368, + 1.506, + 371, + 4.269, + 373, + 0.952, + 387, + 1.868, + 389, + 2.1, + 392, + 0.979, + 403, + 1.11, + 404, + 0.989, 407, - 1.937, - 431, - 3.055, - 465, - 2.106, - 466, - 2.805, - 492, - 2.96, - 493, - 1.467, + 0.989, + 421, + 6.882, + 430, + 2.399, + 452, + 1.34, + 463, + 1.054, + 471, + 1.712, + 472, + 1.288, + 479, + 1.049, + 489, + 1.301, + 496, + 0.728, + 500, + 2.754, + 504, + 1.417, + 509, + 4.217, + 510, + 2.161, + 513, + 0.812, + 521, + 0.544, 523, - 2.335, - 525, - 1.87, - 538, - 4.445, - 549, - 3.306, - 554, - 1.66, - 568, - 2.062, - 569, - 2.1, + 0.812, + 534, + 1.781, + 536, + 2.497, + 540, + 0.97, + 541, + 0.832, + 543, + 0.628, + 550, + 1.301, + 553, + 1.355, + 561, + 1.461, + 579, + 0.784, 581, - 2.771, + 0.843, 594, - 2.062, + 2.124, 595, - 1.818, - 611, - 2.227, - 636, - 2.079, - 637, - 7.362, - 644, - 2.604, - 646, - 2.742, - 666, - 1.968, - 669, - 5.029, - 670, - 4.796, - 677, - 4.583, - 685, - 4.683, - 688, - 5.435, - 694, - 5.017, - 696, - 3.383, - 697, - 1.87, - 700, - 4.529, - 702, - 4.094, - 712, - 2.062, - 713, - 3.786, - 714, - 1.983, - 719, - 2.248, - 720, - 3.172, - 728, - 3.68, - 729, - 5.478, - 730, - 4.683, + 2.485, + 598, + 1.803, + 620, + 5.21, + 629, + 1.14, + 691, + 0.479, + 692, + 0.587, 737, - 2.725, - 744, - 4.589, + 1.054, + 740, + 0.793, 749, - 2.543, - 759, - 1.77, - 792, - 2.668, - 824, - 2.433, - 827, - 3.249, - 836, - 4.081, - 866, - 2.15, - 923, - 2.573, - 1166, - 2.383, - 1199, - 3.111, - 1200, - 2.335, - 1227, - 2.459, - 1526, - 3.413, - 1569, - 3.649, - 1776, - 2.637, - 1794, - 3.111, - 1820, - 3.306, - 1822, - 1.857, - 1867, - 2.953, - 1869, - 2.29, - 1973, - 2.637, + 0.855, + 750, + 0.758, + 765, + 0.979, + 783, + 2.281, + 786, + 1.619, + 803, + 1.081, + 832, + 3.063, + 854, + 0.867, + 856, + 2.36, + 873, + 1.931, + 880, + 0.758, + 894, + 0.618, + 898, + 3.189, + 901, + 0.676, + 922, + 2.555, + 931, + 0.774, + 951, + 0.921, + 960, + 1.73, + 972, + 1.803, + 978, + 3.307, + 987, + 0.832, + 1014, + 3.416, + 1048, + 2.187, + 1093, + 7.067, + 1098, + 6.993, + 1099, + 7.948, + 1116, + 1.18, + 1121, + 3.185, + 1133, + 1.991, + 1155, + 1.355, + 1181, + 2.399, + 1186, + 3.532, + 1187, + 1.931, + 1192, + 3.284, + 1202, + 1.799, + 1221, + 3.571, + 1224, + 0.75, + 1229, + 1.842, + 1235, + 3.416, + 1244, + 1.276, + 1254, + 6.06, + 1256, + 2.35, + 1272, + 0.694, + 1295, + 1.73, + 1324, + 0.812, + 1329, + 2.268, + 1332, + 0.633, + 1401, + 0.952, + 1411, + 1.975, + 1434, + 2.31, + 1459, + 1.879, + 1463, + 2.307, + 1514, + 1.18, + 1606, + 3.758, + 1625, + 2.618, + 1658, + 1.11, + 1679, + 6.736, + 1687, + 3.959, + 1691, + 1.11, + 1763, + 3.367, + 1788, + 2.399, + 1790, + 3.27, + 1812, + 1.931, + 1847, + 6.905, + 1863, + 2.965, + 1883, + 1.276, + 1908, + 0.707, 2100, - 3.383, - 2150, - 7.317, - 2345, - 3.467, - 2346, - 6.461, - 2549, - 3.003, - 2628, - 6.641, - 2629, - 7.804, - 2630, - 4.589, - 2947, - 3.055, - 3156, - 3.236, - 3310, - 3.172, - 3326, - 3.666, - 4887, - 4.663, - 5255, - 4.306, - 5482, - 4.095, - 5563, - 3.926, - 6728, - 4.095, - 6951, - 5.019, - 6952, - 4.589, - 6953, - 8.534, - 6954, - 7.262, - 6955, - 7.262, - 6956, - 4.589, - 6957, - 4.589, + 1.143, + 2188, + 1.143, + 2220, + 0.936, + 2286, + 0.97, + 2323, + 6.429, + 2360, + 2.856, + 2440, + 0.758, + 2554, + 5.374, + 2590, + 1.276, + 2591, + 1.884, + 2610, + 2.556, + 2623, + 2.965, + 2633, + 0.802, + 2645, + 3.869, + 2653, + 3.252, + 2691, + 2.187, + 2699, + 3.252, + 2709, + 2.555, + 2775, + 3.171, + 2822, + 2.806, + 2837, + 0.989, + 2854, + 3.416, + 2916, + 1.767, + 2934, + 2.281, + 2956, + 1.054, + 2989, + 5.48, + 3021, + 4.231, + 3093, + 1.276, + 3124, + 2.618, + 3226, + 5.695, + 3251, + 1.276, + 3324, + 6.549, + 3436, + 1.43, + 3437, + 2.399, + 3438, + 2.042, + 3442, + 1.11, + 3459, + 1.342, + 3460, + 2.556, + 3479, + 3.996, + 3482, + 2.042, + 3486, + 1.931, + 3487, + 7.147, + 3667, + 1.18, + 3691, + 1.081, + 3709, + 3.996, + 3715, + 1.43, + 3779, + 4.145, + 3780, + 2.187, + 3783, + 1.342, + 3810, + 2.497, + 3851, + 2.399, + 3882, + 3.607, + 3912, + 5.48, + 3972, + 3.443, + 3984, + 4.704, + 3986, + 1.43, + 3987, + 1.43, + 3988, + 3.107, + 4207, + 1.081, + 4299, + 3.252, + 4409, + 1.224, + 4505, + 4.664, + 4556, + 1.276, + 4802, + 1.342, + 4832, + 1.054, + 4850, + 3.367, + 5171, + 1.276, + 5211, + 3.348, + 5573, + 6.775, + 5577, + 2.556, + 5656, + 1.43, + 5803, + 2.281, + 5861, + 1.43, + 5920, + 1.276, + 6014, + 2.281, + 6026, + 2.042, + 6149, + 2.556, + 6162, + 2.399, + 6195, + 2.556, + 6220, + 2.281, + 6241, + 2.399, 6958, - 4.589, + 1.143, 6959, - 4.589 + 2.281, + 6981, + 1.564, + 6982, + 11.498, + 6983, + 6.24, + 6984, + 3.79, + 6985, + 2.796, + 6986, + 1.564, + 6987, + 1.564, + 6988, + 1.43, + 6989, + 3.466, + 6990, + 2.796, + 6991, + 1.564, + 6992, + 6.186, + 6993, + 1.564, + 6994, + 1.564, + 6995, + 2.796, + 6996, + 1.564, + 6997, + 5.883, + 6998, + 1.564, + 6999, + 2.556, + 7000, + 4.61, + 7001, + 5.913, + 7002, + 5.298, + 7003, + 2.796, + 7004, + 1.564, + 7005, + 1.564, + 7006, + 2.556, + 7007, + 1.564, + 7008, + 4.996, + 7009, + 1.564, + 7010, + 1.564, + 7011, + 7.655, + 7012, + 2.796, + 7013, + 3.79, + 7014, + 4.61, + 7015, + 1.564, + 7016, + 3.79, + 7017, + 1.564, + 7018, + 1.564, + 7019, + 6.357, + 7020, + 1.564, + 7021, + 1.564, + 7022, + 1.564, + 7023, + 1.564, + 7024, + 1.564, + 7025, + 1.564, + 7026, + 1.564, + 7027, + 1.564, + 7028, + 1.564, + 7029, + 1.564, + 7030, + 1.564, + 7031, + 1.564, + 7032, + 1.564, + 7033, + 1.564, + 7034, + 1.564, + 7035, + 1.564, + 7036, + 1.564, + 7037, + 1.564, + 7038, + 1.564, + 7039, + 1.564, + 7040, + 1.564, + 7041, + 3.79, + 7042, + 3.79, + 7043, + 1.564, + 7044, + 1.564, + 7045, + 1.564, + 7046, + 1.564, + 7047, + 1.564, + 7048, + 2.796, + 7049, + 1.564, + 7050, + 1.43, + 7051, + 1.43, + 7052, + 1.43, + 7053, + 1.43, + 7054, + 1.43, + 7055, + 1.43, + 7056, + 1.43, + 7057, + 1.43, + 7058, + 1.564, + 7059, + 1.43, + 7060, + 1.43, + 7061, + 1.564, + 7062, + 2.796, + 7063, + 4.215, + 7064, + 1.564, + 7065, + 1.564, + 7066, + 1.564, + 7067, + 1.564, + 7068, + 1.564, + 7069, + 1.564, + 7070, + 2.796, + 7071, + 1.564, + 7072, + 1.564, + 7073, + 1.564, + 7074, + 1.564, + 7075, + 1.564, + 7076, + 1.564, + 7077, + 1.564, + 7078, + 1.564, + 7079, + 1.564, + 7080, + 7.181, + 7081, + 1.564, + 7082, + 1.564, + 7083, + 1.564, + 7084, + 2.796, + 7085, + 4.61, + 7086, + 2.796, + 7087, + 2.796, + 7088, + 1.342 ] ], [ - "type/ref/stable/debug", + "type/ref/stable/string", [ 6760, 1.837 ] ], [ - "data/ref/stable/debug", + "data/ref/stable/string", [ 7, - 1.233, - 8, - 1.499, + 1.284, 9, - 0.999, + 1.492, + 10, + 2.032, 11, - 0.931, - 16, - 1.006, - 21, - 2.006, - 22, - 1.856, - 23, - 0.705, - 26, - 2.003, + 0.958, + 18, + 1.13, + 20, + 1.547, + 29, + 1.994, 30, - 1.15, - 32, - 1.244, - 33, - 1.534, - 35, - 2.595, + 1.663, + 36, + 1.576, 38, - 1.859, - 41, - 1.9, - 42, - 0.777, + 1.117, + 39, + 0.929, 46, - 0.907, - 51, - 1.638, - 54, - 3.663, - 64, - 3.301, - 68, - 1.185, - 70, - 1.174, - 71, - 2.016, - 72, - 1.288, - 73, - 1.421, - 74, - 0.969, + 1.501, + 52, + 2.588, + 57, + 1.458, + 59, + 0.971, + 60, + 0.735, + 62, + 0.874, + 63, + 1.281, 77, - 1.491, + 2.179, + 78, + 1.173, + 79, + 1.025, 86, - 0.745, - 91, - 1.25, - 94, - 2.828, - 97, - 1.598, + 2.14, 99, - 3.456, + 0.857, + 100, + 1.647, 102, - 2.21, + 1.453, + 103, + 0.608, + 105, + 2.268, 106, - 1.288, - 110, - 1.085, - 111, - 3.449, - 119, - 1.666, - 121, - 2.114, - 123, - 1.181, - 135, - 3.687, + 1.768, + 107, + 1.67, + 108, + 1.294, + 113, + 1.584, + 122, + 1.76, + 126, + 1.809, + 128, + 1.309, + 136, + 2.156, 137, - 1.718, + 1.826, 141, - 1.309, - 146, - 2.064, + 1.628, + 142, + 2.177, + 143, + 1.281, 148, - 3.025, - 149, - 1.015, - 151, - 1.198, - 158, - 2.535, - 159, - 1.223, + 1.352, + 150, + 0.669, 160, - 1.465, - 161, - 1.297, + 1.671, + 165, + 2.877, + 166, + 2.657, + 169, + 1.399, + 171, + 1.355, 172, - 2.264, - 173, - 2.887, - 182, - 1.308, - 186, - 2.741, - 190, - 2.326, - 191, - 0.825, + 2.486, + 177, + 1.346, + 178, + 2.106, 196, - 1.106, - 224, - 1.799, - 237, - 2.01, - 256, - 0.958, - 264, - 1.474, - 271, - 2.532, - 278, - 1.598, - 290, - 1.135, - 300, - 1.751, - 305, - 1.888, - 308, - 1.672, - 312, - 3.012, - 316, - 0.98, - 317, - 2.452, - 337, - 1.906, - 338, - 1.672, + 1.955, + 201, + 1.645, + 207, + 3.405, + 211, + 1.184, + 229, + 1.036, + 230, + 1.532, + 240, + 1.874, + 241, + 1.692, + 244, + 3.391, + 247, + 0.874, + 263, + 2.811, + 268, + 2.12, + 269, + 0.998, + 273, + 1.807, + 285, + 1.184, + 295, + 2.028, + 298, + 1.67, + 306, + 4.5, + 330, + 1.403, + 332, + 2.631, + 333, + 2.235, + 336, + 3.319, + 341, + 1.281, 343, - 1.485, - 350, - 2.722, + 1.638, + 353, + 1.06, + 368, + 1.251, + 370, + 1.994, + 380, + 1.562, 387, - 2.66, - 394, - 1.615, - 396, - 1.985, + 1.552, + 390, + 1.853, + 392, + 1.981, + 405, + 2.156, 407, - 1.694, - 422, - 2.362, - 430, - 1.517, + 3.572, + 410, + 2.156, 441, - 1.818, - 454, - 1.351, - 465, - 1.289, - 491, - 1.362, + 1.324, + 442, + 1.184, + 452, + 0.768, + 471, + 1.962, 492, - 4.618, - 493, - 1.527, - 511, - 2.252, - 522, - 2.532, - 525, - 3.756, - 538, - 4.106, - 540, - 1.832, - 581, - 1.696, - 583, - 1.88, + 1.531, + 496, + 1.23, + 500, + 2.671, + 504, + 2.23, + 510, + 2.077, + 523, + 2.283, + 524, + 0.885, + 550, + 2.047, + 553, + 2.021, + 555, + 0.828, + 556, + 2.709, + 561, + 1.395, 590, - 3.032, - 594, - 1.34, + 2.342, 595, - 2.708, - 612, - 1.517, - 628, - 4.55, - 644, - 1.692, - 688, - 1.713, - 712, - 4.038, - 714, - 1.288, - 719, - 1.46, + 1.425, + 604, + 1.339, + 629, + 0.795, + 636, + 1.687, + 678, + 6.781, + 679, + 1.184, + 680, + 2.312, + 685, + 1.794, + 691, + 0.809, + 701, + 2.97, + 710, + 1.281, + 728, + 1.295, 749, - 4.145, - 756, - 1.615, - 775, - 1.888, - 792, - 1.198, - 796, - 1.502, - 808, - 1.158, + 3.602, + 752, + 1.218, + 765, + 1.542, + 774, + 2.556, 811, - 2.2, - 862, - 2.647, - 891, - 1.135, - 908, - 4.82, - 909, - 1.517, - 920, - 2.06, - 948, - 1.974, - 952, - 2.551, - 969, - 1.564, - 1011, - 1.488, - 1021, - 5.517, - 1044, - 1.502, - 1059, - 1.597, - 1145, - 1.564, - 1156, - 4.992, - 1173, - 1.502, - 1191, - 2.875, - 1211, - 3.874, + 2.18, + 819, + 2.589, + 828, + 3.327, + 830, + 2.417, + 848, + 1.309, + 856, + 1.06, + 864, + 1.826, + 866, + 0.985, + 879, + 1.555, + 898, + 1.562, + 914, + 1.104, + 915, + 1.687, + 919, + 2.256, + 923, + 1.295, + 928, + 1.826, + 938, + 1.67, + 945, + 2.837, + 950, + 1.741, + 1034, + 1.013, + 1062, + 2.404, + 1096, + 1.93, + 1104, + 0.92, + 1109, + 2.74, + 1120, + 1.555, + 1150, + 1.485, + 1158, + 3.037, + 1186, + 1.295, 1218, - 2.551, - 1227, - 1.597, - 1239, - 2.506, - 1257, - 1.502, - 1275, - 1.758, - 1319, - 2.816, - 1378, - 3.941, - 1386, - 2.797, - 1461, - 2.313, + 1.875, + 1221, + 1.309, + 1256, + 5.65, + 1267, + 3.905, + 1272, + 1.953, + 1295, + 2.747, + 1296, + 1.639, + 1307, + 4.087, + 1311, + 4.721, + 1322, + 2.256, + 1361, + 1.741, + 1387, + 1.704, + 1403, + 1.255, + 1415, + 1.826, + 1421, + 2.679, + 1434, + 2.832, + 1438, + 2.068, + 1459, + 4.503, 1465, - 3.788, - 1500, - 2.678, - 1510, - 1.758, - 1516, - 2.29, - 1549, - 2.894, - 1569, - 3.233, - 1592, - 1.758, - 1695, - 5.353, - 1705, - 2.048, - 1776, - 1.713, - 1784, - 2.431, - 1811, - 2.021, - 1822, - 3.229, - 1839, - 3.125, - 1851, - 2.66, - 1867, - 3.846, - 1895, - 3.074, - 1902, - 4.029, - 1924, - 4.774, - 1977, - 2.979, - 1981, - 5.653, - 2011, - 1.781, - 2013, - 3.025, - 2021, - 2.66, - 2079, - 1.781, - 2091, - 3.301, - 2123, + 4.285, + 1472, 2.532, - 2130, - 2.381, + 1496, + 1.826, + 1521, + 2.417, + 1525, + 5.296, + 1543, + 1.555, + 1553, + 3.776, + 1559, + 4.087, + 1562, + 2.899, + 1563, + 4.851, + 1564, + 2.268, + 1565, + 4.851, + 1629, + 1.184, + 1636, + 1.531, + 1649, + 1.389, + 1654, + 3.59, + 1690, + 1.781, + 1717, + 4.423, + 1869, + 1.741, + 1875, + 1.875, + 1884, + 1.123, + 1890, + 1.531, + 1907, + 6.838, + 1908, + 1.989, + 1926, + 3.724, + 1982, + 4.199, + 2004, + 4.024, + 2035, + 5.196, + 2087, + 1.67, + 2089, + 1.485, + 2105, + 1.741, + 2142, + 2.899, + 2164, + 1.901, + 2217, + 1.609, + 2220, + 1.581, 2261, - 2.252, - 2330, - 2.313, - 2350, - 2.797, - 2497, - 2.711, - 2527, - 5.297, - 2548, - 7.018, - 2573, - 2.617, - 2667, - 2.459, - 2720, - 2.797, - 2752, - 2.148, - 2927, - 4.777, - 2947, - 1.985, - 2985, - 2.252, - 3225, - 2.252, - 3320, - 2.66, - 3556, - 2.711, - 3840, + 5.75, + 2299, + 1.826, + 2360, + 3.553, + 2389, + 2.548, + 2403, + 1.875, + 2418, + 2.156, + 2440, + 2.74, + 2476, + 1.93, + 2566, + 2.899, + 2638, + 2.268, + 2647, + 1.93, + 2684, + 1.555, + 2690, + 1.531, + 2700, + 3.214, + 2709, + 2.966, + 2852, + 3.214, + 2875, + 4.812, + 2897, + 3.214, + 2915, + 2.068, + 2916, + 6.925, + 3057, + 1.826, + 3204, + 3.319, + 3209, + 2.268, + 3223, + 2.417, + 3224, + 1.741, + 3226, + 1.994, + 3237, + 1.875, + 3317, + 1.994, + 3412, + 2.156, + 3610, + 2.372, + 3646, + 1.406, + 3710, + 2.156, + 3972, + 4.261, + 3984, + 4.71, + 4126, + 5.728, + 4134, + 1.741, + 4154, + 4.129, + 4241, + 5.17, + 4287, + 2.068, + 4349, + 2.156, + 4374, + 2.268, + 4423, + 2.268, + 4698, 1.781, - 3846, - 2.381, - 3903, - 2.797, - 3906, - 2.981, - 3939, - 2.459, - 3963, - 8.243, - 4005, - 2.021, - 4007, - 3.441, - 4207, - 3.706, - 4276, - 2.197, - 4410, - 2.66, - 4525, - 3.941, - 4601, - 3.941, - 4608, - 2.981, - 4615, - 3.521, - 4696, - 2.66, - 5909, - 5.608, - 6026, - 2.981, - 6960, - 5.224, - 6961, - 2.797, - 6962, - 3.26, - 6963, - 2.66, - 6964, - 3.26, - 6965, - 3.26, - 6966, - 2.981, - 6967, - 3.26, - 6968, - 3.26, - 6969, - 6.536, - 6970, - 7.474, - 6971, - 9.527, - 6972, - 3.26, - 6973, - 5.608, - 6974, - 3.26, - 6975, - 3.26, - 6976, - 3.26, - 6977, - 3.26, - 6978, - 4.262, - 6979, - 3.26, - 6980, - 3.26, - 6981, - 3.26, - 6982, - 2.981, - 6983, - 5.608, - 6984, - 3.26, - 6985, - 3.26, - 6986, - 3.26, - 6987, - 3.26, - 6988, - 8.179, - 6989, - 3.26, - 6990, - 2.981, - 6991, - 3.26, + 4711, + 2.156, + 4750, + 2.417, + 4753, + 2.268, + 4783, + 3.214, + 4835, + 5.17, + 4875, + 1.93, + 4918, + 2.068, + 5076, + 2.068, + 5211, + 3.572, + 5425, + 1.704, + 5559, + 2.156, + 5682, + 1.826, + 5860, + 2.268, + 5923, + 5.607, + 5958, + 5.17, + 5960, + 2.417, + 5974, + 2.156, + 6523, + 2.417, + 6636, + 3.59, + 6958, + 4.129, 6992, - 6.536, - 6993, - 3.26, - 6994, - 3.26, - 6995, - 4.777, - 6996, - 3.26, - 6997, - 3.26, - 6998, - 3.26, - 6999, - 3.26, - 7000, - 3.26 - ] - ], - [ - "type/ref/stable/dmLog", - [ - 6760, - 1.837 - ] - ], - [ - "data/ref/stable/dmLog", - [ - 7, - 1.381, - 8, - 1.063, - 9, - 0.865, - 11, - 0.738, - 16, - 0.75, - 21, - 1.24, - 23, - 2.378, - 26, - 1.628, - 29, - 2.472, - 30, - 0.918, - 33, - 1.104, - 42, - 1.448, - 51, - 1.14, - 67, - 2.91, - 68, - 1.378, - 71, - 1.246, - 74, - 1.222, - 86, - 1.35, - 91, - 3.185, - 99, - 1.737, - 100, - 4.888, - 102, - 1.796, - 137, - 0.904, - 141, - 1.217, - 161, - 1.206, - 162, - 2.896, - 186, - 1.816, - 198, - 1.984, - 224, - 1.672, - 236, - 3.115, - 237, - 1.913, - 273, - 4.282, - 300, - 1.779, - 317, - 2.279, - 336, - 3.791, - 343, - 2.362, - 395, - 3.282, - 493, - 1.776, - 581, - 1.972, - 595, - 2.201, - 715, - 3.574, - 717, - 4.811, - 765, - 5.356, - 858, - 3.487, - 909, - 2.826, - 1021, - 6.372, - 1103, - 6.183, - 1129, - 5.174, - 1156, - 3.755, - 1167, - 5.951, - 1190, - 3.413, - 1261, - 3.115, - 1289, - 3.078, - 1518, - 4.196, - 1569, - 4.252, - 1573, - 5.391, - 1583, - 4.888, - 1648, - 5.212, - 1695, - 4.027, - 1784, - 4.405, - 1850, - 4.97, - 1960, - 4.094, - 1963, - 3.464, - 2038, - 2.696, - 2088, - 8.608, - 2123, - 2.945, - 2232, - 3.634, - 2281, - 5.15, - 2428, - 7.263, - 2614, - 7.128, - 3432, - 6.778, - 3759, - 6.067, - 3930, - 9.441, - 3980, - 8.977, - 4398, - 7.183, - 4770, - 3.839, - 4942, - 6.102, - 5263, - 4.752, - 5610, - 5.212, - 5853, - 8.977, - 5904, - 5.738, - 7001, - 8.307, - 7002, - 8.307, - 7003, - 6.074, - 7004, - 8.307, - 7005, - 6.074, - 7006, - 8.307, - 7007, - 8.307, - 7008, - 9.466, - 7009, - 4.437, - 7010, - 6.074, - 7011, - 6.074, - 7012, - 9.441, - 7013, - 6.074, - 7014, - 6.074, - 7015, - 6.074, - 7016, - 6.074, - 7017, - 6.074, - 7018, - 6.074, - 7019, - 6.074, - 7020, - 6.074, - 7021, - 6.074, - 7022, - 6.074, - 7023, - 6.074, - 7024, - 6.074, - 7025, - 5.555, - 7026, - 6.074, - 7027, - 6.074, - 7028, - 6.074, - 7029, - 6.074 + 5.656, + 7089, + 2.643, + 7090, + 2.643, + 7091, + 2.643, + 7092, + 2.643, + 7093, + 4.024, + 7094, + 2.643, + 7095, + 2.068, + 7096, + 2.643, + 7097, + 4.024, + 7098, + 2.643, + 7099, + 2.643, + 7100, + 4.024, + 7101, + 2.268, + 7102, + 2.268, + 7103, + 2.268, + 7104, + 5.17, + 7105, + 3.776, + 7106, + 2.268, + 7107, + 2.643, + 7108, + 2.268, + 7109, + 4.4, + 7110, + 2.417, + 7111, + 5.17, + 7112, + 2.643, + 7113, + 2.643, + 7114, + 2.643, + 7115, + 2.643, + 7116, + 2.643, + 7117, + 2.643, + 7118, + 2.643, + 7119, + 2.643, + 7120, + 2.643, + 7121, + 5.653, + 7122, + 2.643, + 7123, + 1.994, + 7124, + 7.904, + 7125, + 5.653, + 7126, + 2.643, + 7127, + 2.643, + 7128, + 2.643, + 7129, + 9.869, + 7130, + 2.643, + 7131, + 8.381, + 7132, + 4.4, + 7133, + 2.643, + 7134, + 6.592, + 7135, + 7.321, + 7136, + 2.417, + 7137, + 2.643, + 7138, + 6.592, + 7139, + 2.643, + 7140, + 4.4, + 7141, + 6.184, + 7142, + 2.643, + 7143, + 2.643, + 7144, + 2.643, + 7145, + 2.643, + 7146, + 2.643, + 7147, + 2.643, + 7148, + 4.4, + 7149, + 2.643, + 7150, + 2.417, + 7151, + 2.643, + 7152, + 2.643, + 7153, + 4.4, + 7154, + 2.643, + 7155, + 2.643, + 7156, + 2.643, + 7157, + 2.643, + 7158, + 2.643, + 7159, + 2.643, + 7160, + 2.643, + 7161, + 2.643, + 7162, + 2.643, + 7163, + 2.643, + 7164, + 4.4, + 7165, + 4.024, + 7166, + 2.643, + 7167, + 2.643, + 7168, + 2.643, + 7169, + 2.417, + 7170, + 2.643, + 7171, + 2.643, + 7172, + 5.17, + 7173, + 2.156, + 7174, + 2.268, + 7175, + 2.643, + 7176, + 2.643 ] ], [ - "type/ref/stable/physics", + "type/ref/stable/factory", [ 6760, 1.837 ] ], [ - "data/ref/stable/physics", + "data/ref/stable/factory", [ 7, - 0.908, - 8, - 1.539, - 9, - 0.998, - 11, - 0.998, - 13, - 0.689, - 16, - 0.775, - 19, - 1.677, - 21, - 1.86, - 23, - 1.563, - 26, - 1.708, - 29, - 0.468, - 30, - 1.148, - 32, - 1.422, - 33, - 1.357, - 35, - 3.198, - 41, - 0.329, - 42, - 1.661, - 44, - 2.998, + 0.911, + 10, + 1.57, + 18, + 1.147, + 20, + 1.576, + 22, + 2.062, + 36, + 1.979, + 38, + 0.948, 46, - 0.315, - 48, - 0.315, - 49, - 0.404, - 50, - 0.493, - 51, - 1.709, - 52, - 0.693, + 1.334, + 57, + 1.481, 59, - 0.885, - 67, - 2.233, - 68, - 1.695, - 70, - 0.651, - 71, - 1.484, - 72, - 0.823, - 74, - 1.248, + 0.453, + 62, + 1.66, + 63, + 2.433, + 75, + 3.194, 77, - 0.839, + 1.937, + 79, + 0.725, 86, - 1.607, - 87, - 0.863, + 2.771, + 92, + 3.753, + 96, + 3.463, 97, - 2.914, - 98, - 2.493, + 2.1, 99, - 2.41, + 0.919, + 100, + 1.862, 102, - 0.856, + 2.194, 103, - 1.677, - 104, - 1.171, + 2.153, 106, - 3.391, - 107, - 1.207, - 108, - 4.136, - 110, - 0.693, - 111, - 2.502, - 117, - 2.491, + 1.301, + 113, + 1.455, 119, - 2.032, - 121, - 1.342, - 129, - 0.573, - 135, - 3.574, - 137, - 1.229, - 139, - 2.083, + 3.68, + 122, + 1.563, + 125, + 2.209, + 126, + 1.856, + 133, + 2.742, 141, - 1.582, + 1.857, + 142, + 1.492, + 146, + 4.583, 148, - 3.024, + 1.03, 149, - 0.902, - 151, - 1.105, + 3.249, + 150, + 1.271, 158, - 0.384, - 159, - 0.425, - 160, - 1.378, + 1.467, 161, - 2.013, - 162, - 1.22, - 163, - 5.638, - 164, - 3.085, - 166, - 2.833, - 172, - 3.323, - 173, - 2.017, - 179, - 5.438, - 182, - 2.683, - 184, - 2.7, - 186, - 2.163, - 192, - 3.289, - 194, - 3.289, - 195, - 4.455, - 196, + 3.383, + 165, + 2.838, + 167, + 2.937, + 169, + 0.747, + 170, + 1.924, + 174, 2.96, - 198, - 2.277, - 199, - 2.648, - 200, - 3.086, + 177, + 3.036, + 194, + 2.131, 201, - 1.939, - 202, - 1.138, - 203, - 0.715, - 204, - 0.971, - 206, - 2.907, - 208, - 2.648, - 210, - 1.657, - 212, - 2.648, - 213, - 1.404, - 214, - 1.343, - 217, - 2.095, - 218, - 3.492, - 219, - 1.056, - 221, - 1.021, - 223, - 0.627, - 224, - 1.306, - 225, - 1.207, + 2.102, 226, - 3.294, - 227, - 1.081, - 228, - 1.657, - 234, - 2.034, - 237, - 2.009, + 2.602, + 229, + 1.331, 241, - 2.319, - 242, - 0.655, + 1.075, 244, - 1.095, - 259, - 0.715, - 264, - 1.626, - 271, - 3.241, + 1.939, + 250, + 2.805, + 251, + 3.346, + 260, + 1.691, + 263, + 2.552, + 268, + 2.112, + 269, + 1.936, 273, - 0.44, - 278, - 1.1, + 2.106, + 330, + 1.6, + 383, + 3.306, + 387, + 1.77, + 411, + 2.604, + 442, + 2.248, + 459, + 2.335, + 471, + 1.947, + 479, + 2.725, + 510, + 2.668, + 553, + 1.794, + 556, + 2.062, + 577, + 1.968, + 608, + 2.486, + 623, + 2.227, + 629, + 1.509, + 634, + 1.983, + 762, + 4.529, + 773, + 1.818, + 834, + 2.486, + 849, + 5.017, + 860, + 5.029, + 866, + 1.87, + 918, + 4.094, + 931, + 3.281, + 960, + 3.314, + 991, + 3.055, + 1010, + 2.062, + 1019, + 3.91, + 1099, + 3.383, + 1124, + 3.236, + 1153, + 3.413, + 1172, + 2.543, + 1186, + 2.459, + 1202, + 2.383, + 1295, + 1.883, + 1296, + 1.87, + 1306, + 3.172, + 1379, + 2.335, + 1406, + 2.29, + 1411, + 2.15, + 1459, + 2.96, + 1465, + 3.649, + 1472, + 4.445, + 1485, + 3.306, + 1544, + 3.111, + 1600, + 3.003, + 1604, + 2.637, + 1606, + 2.953, + 1628, + 2.079, + 1649, + 2.637, + 1682, + 3.172, + 1713, + 5.435, + 1823, + 3.055, + 1906, + 6.461, + 1908, + 2.269, + 2182, + 4.796, + 2323, + 4.081, + 2358, + 3.111, + 2509, + 7.362, + 2524, + 4.683, + 2535, + 3.786, + 2543, + 5.478, + 2544, + 4.683, + 2555, + 4.589, + 2633, + 2.573, + 2822, + 3.055, + 2908, + 3.467, + 3415, + 4.663, + 3632, + 4.095, + 4296, + 7.317, + 4342, + 6.641, + 4343, + 7.804, + 4344, + 4.589, + 5120, + 3.666, + 5461, + 4.306, + 5720, + 3.926, + 6554, + 4.095, + 7177, + 5.019, + 7178, + 4.589, + 7179, + 8.534, + 7180, + 7.262, + 7181, + 7.262, + 7182, + 4.589, + 7183, + 4.589, + 7184, + 4.589, + 7185, + 4.589 + ] + ], + [ + "type/ref/stable/dmPhysics", + [ + 6760, + 1.837 + ] + ], + [ + "data/ref/stable/dmPhysics", + [ + 90, + 2.351, + 314, + 5.317, + 962, + 4.635, + 1180, + 6.155, + 1814, + 5.093, + 5519, + 8.463, + 7186, + 9.863, + 7187, + 9.863 + ] + ], + [ + "type/ref/stable/window", + [ + 6760, + 1.837 + ] + ], + [ + "data/ref/stable/window", + [ + 7, + 0.81, + 18, + 1.136, + 20, + 1.566, + 23, + 5.064, + 30, + 1.618, + 36, + 2.282, + 38, + 0.961, + 46, + 1.235, + 57, + 1.249, + 59, + 0.583, + 68, + 3.493, + 77, + 0.886, + 79, + 1.027, + 84, + 1.834, + 88, + 4.606, + 89, + 4.73, + 90, + 1.539, + 97, + 1.237, + 99, + 1.016, + 100, + 2.074, + 102, + 1.999, + 103, + 2.249, + 106, + 1.551, + 108, + 1.258, + 116, + 2.513, + 124, + 4.883, + 125, + 2.826, + 126, + 1.543, + 132, + 2.218, + 134, + 3.126, + 141, + 3.202, + 142, + 2.574, + 143, + 2.075, + 148, + 0.878, + 153, + 0.971, + 165, + 2.475, + 167, + 2.611, + 177, + 1.31, + 182, + 2.277, + 194, + 1.949, + 202, + 1.398, + 229, + 1.79, + 240, + 2.211, + 241, + 1.382, + 243, + 3.851, + 250, + 1.653, + 260, + 1.443, + 263, + 1.28, + 268, + 0.874, + 269, + 1.465, + 273, + 2.576, 282, - 0.594, - 290, - 1.652, - 293, - 1.688, - 298, - 0.817, - 300, - 1.432, - 311, - 2.889, - 312, - 1.334, - 316, - 1.082, - 317, - 0.782, - 322, - 0.627, - 328, - 1.977, - 336, - 0.516, - 337, - 0.76, - 339, - 0.425, - 340, - 1.439, - 343, - 1.982, - 346, - 0.44, + 2.12, + 305, + 2.479, + 331, + 3.037, + 332, + 2.149, 347, - 2.018, - 350, - 1.879, - 362, - 0.447, - 365, - 1.207, - 369, - 1.911, - 373, - 0.602, - 384, - 3.174, - 406, - 1.209, - 407, - 1.248, - 424, - 0.999, - 429, - 1.611, - 437, - 2.05, - 438, - 0.933, - 441, - 0.394, - 454, - 1.2, + 2.76, + 358, + 2.975, + 359, + 1.917, + 361, + 2.405, + 368, + 1.217, + 423, + 3.229, + 442, + 4.161, + 455, + 4.87, 456, - 1.419, - 460, - 2.419, - 465, - 1.488, - 466, - 3.256, - 469, - 0.799, - 473, - 1.032, - 478, - 1.502, - 479, - 3.312, - 481, - 1.086, - 490, - 1.343, - 491, - 2.359, - 492, - 1.934, - 493, - 1.387, + 6.623, + 459, + 1.992, + 471, + 1.731, + 496, + 4.544, + 510, + 2.372, 514, - 1.854, - 522, - 0.549, - 523, - 1.958, - 525, - 0.776, - 533, - 1.939, - 538, - 1.297, - 547, - 0.336, + 2.957, + 537, + 2.441, + 552, + 1.273, 554, - 2.306, - 555, - 0.715, - 568, - 0.856, - 569, - 1.04, - 581, - 0.367, - 582, - 0.923, - 583, - 2.689, - 590, - 1.868, - 595, - 2.422, - 599, - 0.537, + 1.606, + 561, + 1.357, + 592, + 2.76, 614, - 0.715, - 622, - 1.373, - 624, - 0.567, - 633, - 0.391, - 636, - 1.2, - 640, - 4.021, - 664, - 0.481, - 666, - 0.817, - 673, - 0.745, - 677, - 1.419, - 678, - 0.587, - 682, - 1.451, - 688, - 0.594, - 694, - 3.589, - 697, - 2.104, - 710, - 1.719, - 720, - 0.715, - 726, - 0.933, - 728, - 1.056, - 737, - 0.782, - 756, - 2.797, - 759, - 1.268, - 808, - 1.685, + 3.048, + 623, + 2.865, + 656, + 2.705, + 680, + 3.392, + 691, + 1.31, + 709, + 2.705, + 716, + 2.441, + 717, + 2.519, + 750, + 2.075, + 785, + 5.298, 811, - 0.477, - 812, - 2.125, - 817, - 0.854, - 826, - 1.404, + 2.12, 827, - 1.602, - 828, - 1.317, - 836, - 5.499, - 852, - 0.689, - 858, - 1.14, - 909, - 0.527, - 923, - 0.58, - 937, - 1.627, - 948, - 1.359, - 951, - 4.124, - 954, - 1.109, - 977, - 2.629, - 1039, - 0.73, - 1063, - 1.572, - 1078, - 1.757, - 1159, - 0.61, - 1168, - 0.701, - 1174, - 1.247, - 1200, - 1.347, - 1211, - 2.317, - 1217, - 3.491, - 1221, - 3.81, - 1227, - 0.554, - 1233, - 3.436, - 1251, - 1.056, - 1257, - 0.96, - 1342, - 0.689, - 1465, - 1.467, - 1493, - 2.23, - 1498, - 2.517, - 1511, - 0.701, - 1516, - 0.73, - 1526, - 2.23, - 1527, - 0.745, - 1548, - 1.292, - 1556, - 2.152, - 1568, - 1.867, - 1569, - 3.391, - 1570, - 0.677, - 1573, - 1.419, - 1584, - 0.826, - 1596, - 0.627, - 1599, - 3.438, - 1618, - 1.541, - 1640, - 1.404, - 1647, - 5.314, + 5.38, + 848, + 2.12, + 891, + 2.936, + 915, + 3.562, + 931, + 1.185, + 1047, + 3.065, + 1071, + 2.441, + 1124, + 2.76, + 1140, + 3.989, + 1295, + 2.422, + 1307, + 2.654, + 1343, + 2.371, + 1378, + 5.656, + 1379, + 3.004, + 1381, + 3.037, + 1406, + 2.946, + 1434, + 2.144, + 1459, + 3.169, + 1472, + 3.877, + 1502, + 2.195, + 1588, + 4.967, + 1604, + 2.249, 1662, - 0.96, - 1675, - 1.373, - 1702, - 1.035, - 1705, - 2.734, - 1712, - 1.83, - 1747, - 2.363, - 1749, - 1.522, - 1777, - 2.889, - 1822, - 1.33, - 1829, - 0.826, - 1844, - 1.154, - 1865, - 0.655, - 1868, - 1.171, - 1869, - 3.604, - 1871, - 3.939, - 1876, - 4.896, + 1.883, + 1713, + 2.249, + 1769, + 4.281, + 1773, + 5.703, + 1840, + 5.951, 1882, - 0.715, - 1887, - 1.268, - 1889, - 1.677, - 1890, - 6.599, - 1892, - 0.73, - 1894, - 1.439, - 1902, - 1.123, - 1908, - 2.363, - 1911, - 0.803, - 1919, - 0.782, - 1920, - 5.585, - 1924, - 2.627, - 1926, - 3.174, - 1930, - 0.587, - 1931, - 1.035, - 1932, - 1.035, - 1933, - 1.035, - 1934, - 1.035, - 1935, - 6.277, - 1936, - 0.763, - 1957, - 3.544, - 1977, - 1.188, - 1982, - 0.594, - 1996, - 1.522, - 2014, - 0.885, - 2018, - 1.541, - 2031, - 2.406, - 2099, - 2.476, - 2112, - 0.73, - 2123, - 1.01, - 2141, - 1.83, - 2164, - 1.292, - 2197, - 1.952, - 2209, - 0.701, - 2225, - 1.704, - 2281, - 0.701, - 2329, - 2.265, - 2368, - 2.551, - 2377, - 0.701, - 2426, - 2.551, - 2460, - 0.971, - 2476, - 2.23, - 2497, - 0.587, - 2507, - 1.788, - 2508, - 0.854, - 2510, - 0.826, - 2549, - 1.247, - 2573, - 1.451, + 2.865, + 2027, + 5.29, + 2111, + 3.914, + 2305, + 3.349, + 2356, + 3.914, + 2440, + 3.13, + 2542, + 2.654, + 2582, + 6.822, 2633, - 0.971, - 2638, - 2.889, - 2658, - 0.885, - 2665, - 1.404, - 2675, - 0.763, - 2678, - 0.701, - 2940, - 3.073, - 2947, - 1.268, - 3156, - 0.73, - 3204, - 0.803, - 3287, - 1.627, - 3290, - 1.7, - 3294, - 3.174, - 3310, - 1.317, - 3336, - 4.883, - 3341, - 0.701, - 3349, - 1.478, - 3371, - 0.763, - 3402, - 2.363, - 3406, - 3.872, - 3536, - 0.854, - 3553, - 4.071, - 3616, - 1.404, - 3791, - 0.803, - 3825, - 0.854, - 3840, - 0.618, - 3908, - 0.826, - 3970, - 0.782, - 4170, - 3.466, - 4207, - 0.803, - 4256, - 2.485, - 4394, - 0.923, - 4398, - 1.952, - 4448, - 0.854, - 4477, - 1.439, - 4592, - 1.788, - 4686, - 0.971, - 4749, - 2.485, - 4750, - 1.788, - 5002, - 1.478, - 5289, - 1.63, - 5295, - 0.971, - 5392, - 5.603, - 5393, - 2.935, - 5453, - 2.485, - 5456, - 1.035, - 5457, - 4.845, - 5520, - 2.935, - 5522, - 4.339, - 5530, - 4.418, - 5535, - 2.184, - 5880, - 1.572, - 5897, - 3.289, - 5900, - 1.788, - 5902, - 1.905, - 5903, - 2.648, - 5904, - 0.782, - 5907, - 1.905, - 5910, - 3.086, - 5911, - 1.788, - 5914, - 1.035, - 5915, - 2.648, - 5918, - 5.513, - 5919, - 0.971, - 5928, - 0.971, - 5931, - 1.035, - 5934, - 1.788, - 5940, - 1.035, - 5977, - 1.035, - 5978, - 9.907, - 5980, - 3.289, - 5981, - 1.035, - 5983, - 1.035, - 5984, - 1.035, - 5986, - 2.648, - 5987, - 3.289, - 5992, - 1.035, - 5996, - 1.035, - 5999, - 4.775, - 6001, - 6.114, - 6005, - 1.035, - 6006, - 3.872, - 6188, - 1.905, - 6237, - 0.971, - 6830, - 1.268, - 7030, - 1.905, - 7031, - 2.814, - 7032, - 1.132, - 7033, - 1.035, - 7034, - 1.132, - 7035, - 2.084, - 7036, - 2.896, - 7037, - 1.132, - 7038, - 2.896, - 7039, - 1.905, - 7040, - 2.084, - 7041, - 2.896, - 7042, - 3.086, - 7043, - 1.132, - 7044, - 1.132, - 7045, - 0.923, - 7046, - 2.896, - 7047, - 2.648, - 7048, - 1.132, - 7049, - 1.035, - 7050, - 1.132, - 7051, - 1.132, - 7052, - 2.084, - 7053, - 1.132, - 7054, - 1.132, - 7055, - 6.028, - 7056, - 2.084, - 7057, - 1.132, - 7058, - 1.132, - 7059, - 1.132, - 7060, - 1.132, - 7061, - 1.132, - 7062, - 1.132, - 7063, - 2.084, - 7064, - 1.132, - 7065, - 3.596, - 7066, - 1.132, - 7067, - 3.596, - 7068, - 2.084, - 7069, - 2.896, - 7070, - 1.132, - 7071, - 2.084, - 7072, - 1.132, - 7073, - 1.132, - 7074, - 2.084, - 7075, - 1.132, - 7076, - 2.084, - 7077, - 1.132, - 7078, - 2.084, - 7079, - 1.7, - 7080, - 4.716, - 7081, - 4.745, - 7082, - 2.084, - 7083, - 1.132, - 7084, - 1.132, - 7085, - 1.132, - 7086, - 2.896, - 7087, - 2.084, - 7088, - 1.035, - 7089, - 2.896, - 7090, - 2.896, - 7091, - 2.896, - 7092, - 2.084, - 7093, - 1.132, - 7094, - 2.084, - 7095, - 1.905, - 7096, - 2.084, - 7097, - 2.896, - 7098, - 1.132, - 7099, - 1.788, - 7100, - 1.132, - 7101, - 1.132, - 7102, - 1.132, - 7103, - 1.132, - 7104, - 2.084, - 7105, - 1.132, - 7106, - 1.132, - 7107, - 1.132, - 7108, - 1.035, - 7109, - 1.132, - 7110, - 1.132, - 7111, - 1.035, - 7112, - 2.084, - 7113, - 1.132, - 7114, - 1.132, - 7115, - 1.132, - 7116, - 1.132, - 7117, - 1.132, - 7118, - 1.132, - 7119, - 1.132, - 7120, - 2.896, - 7121, - 2.084, - 7122, - 1.132, - 7123, - 1.132, - 7124, - 1.132, - 7125, - 1.132, - 7126, - 1.132, - 7127, - 1.035, - 7128, - 1.132, - 7129, - 1.132, - 7130, - 1.132, - 7131, - 1.132, - 7132, - 1.132, - 7133, - 1.132, - 7134, - 1.132, - 7135, - 1.132, - 7136, - 0.971, - 7137, - 2.084, - 7138, - 1.132, - 7139, - 1.132, - 7140, - 1.132, - 7141, - 1.035, - 7142, - 0.971, - 7143, - 1.132, - 7144, - 1.035, - 7145, - 1.035, - 7146, - 1.132, - 7147, - 2.084, - 7148, - 1.035 + 3.986, + 2875, + 3.93, + 3121, + 3.349, + 3451, + 3.673, + 3603, + 2.705, + 3809, + 6.262, + 3924, + 3.126, + 4399, + 3.914, + 4720, + 3.673, + 4864, + 5.864, + 5673, + 6.833, + 5681, + 3.229, + 6095, + 10.361, + 6474, + 3.673, + 7188, + 7.774, + 7189, + 4.28, + 7190, + 8.931, + 7191, + 7.971, + 7192, + 7.774, + 7193, + 4.28, + 7194, + 7.774, + 7195, + 4.28, + 7196, + 4.28, + 7197, + 4.28, + 7198, + 4.28, + 7199, + 4.28, + 7200, + 3.914, + 7201, + 4.28, + 7202, + 4.28, + 7203, + 4.28, + 7204, + 3.914, + 7205, + 6.456, + 7206, + 5.904, + 7207, + 6.456, + 7208, + 4.28, + 7209, + 6.456, + 7210, + 4.28, + 7211, + 4.28, + 7212, + 4.28, + 7213, + 4.28, + 7214, + 4.28, + 7215, + 6.456, + 7216, + 4.28, + 7217, + 4.28, + 7218, + 4.28, + 7219, + 4.28, + 7220, + 4.28, + 7221, + 4.28, + 7222, + 4.28 ] ], [ - "type/ref/stable/dmHid", + "type/ref/stable/math", [ 6760, 1.837 ] ], [ - "data/ref/stable/dmHid", + "data/ref/stable/math", [ 7, - 0.512, - 8, - 1.543, - 9, - 1.004, + 1.391, 11, - 0.984, + 2.47, + 18, + 1.135, + 20, + 1.193, 21, - 2.036, - 26, - 2.438, - 30, - 1.098, - 31, - 5.667, - 32, - 0.776, - 35, - 3.132, - 37, - 2.762, - 39, - 1.612, - 52, - 2.512, - 74, - 0.453, + 3.102, + 22, + 3.336, + 27, + 3.947, + 28, + 2.231, + 36, + 1.79, + 38, + 0.757, + 46, + 1.667, + 57, + 1.56, + 59, + 0.81, + 60, + 1.281, 77, - 1.241, - 86, - 1.467, + 0.953, + 79, + 0.762, + 92, + 1.847, + 94, + 2.142, 99, - 1.166, - 117, - 1.52, - 119, - 1.985, - 121, - 1.76, - 138, - 8.241, - 141, - 1.247, - 146, - 1.612, - 147, - 4.0, + 0.984, + 100, + 1.523, + 103, + 2.066, + 106, + 1.221, + 107, + 0.876, + 108, + 2.386, + 125, + 1.4, + 126, + 1.902, + 142, + 2.027, + 143, + 2.231, + 144, + 2.418, + 145, + 2.853, 148, - 2.362, - 150, - 5.155, - 184, - 4.605, - 186, - 1.861, - 196, - 2.56, - 198, - 3.927, - 218, - 2.894, - 225, - 4.891, - 229, - 3.715, + 1.665, + 153, + 1.546, + 165, + 1.949, + 169, + 1.014, + 201, + 1.532, 230, - 4.437, - 298, - 1.599, - 312, - 4.417, - 343, - 1.16, - 366, - 3.818, - 432, - 1.977, - 448, - 2.4, - 465, - 2.366, - 466, - 3.513, - 490, - 4.014, - 524, - 2.043, - 583, - 3.039, - 656, - 2.4, - 680, - 1.612, - 697, - 1.52, - 826, - 4.094, - 892, - 2.362, - 921, - 5.62, - 957, - 5.564, - 1022, - 4.437, - 1078, - 2.6, - 1103, - 2.292, - 1166, - 1.936, - 1168, - 2.529, - 1199, - 2.529, - 1222, - 2.788, - 1234, - 3.05, - 1239, - 2.387, - 1284, - 1.936, - 1662, - 5.107, - 1778, - 7.749, - 1822, - 4.1, - 1869, - 1.861, - 1950, - 6.315, - 1951, - 6.465, - 1953, - 4.416, - 1955, - 3.5, - 1961, - 2.894, - 1982, - 2.143, - 1991, - 2.483, - 2047, - 3.5, - 2176, - 3.328, - 2475, - 2.143, - 2476, - 6.373, - 2527, - 4.553, - 2996, - 5.47, - 3163, - 2.63, - 3310, - 2.577, - 3556, - 2.117, - 3776, - 3.73, - 3840, - 4.969, - 4005, - 2.529, - 4276, - 5.693, - 4390, - 4.409, - 4821, - 2.529, - 5002, - 6.452, - 6770, - 5.692, - 6771, - 8.766, - 6860, - 6.861, - 6884, - 6.707, - 7149, - 4.079, - 7150, - 4.079, - 7151, - 4.079, - 7152, - 8.446, - 7153, - 6.902, - 7154, - 4.079, - 7155, - 11.929, - 7156, - 3.328, - 7157, - 9.586, - 7158, - 6.224, - 7159, - 8.446, - 7160, - 6.224, - 7161, - 9.971, - 7162, - 6.224, - 7163, - 6.224, - 7164, - 6.224, - 7165, - 4.079, - 7166, - 6.224, - 7167, - 4.079, - 7168, - 6.224, - 7169, - 4.079, - 7170, - 4.079, - 7171, - 4.079, - 7172, - 4.079, - 7173, - 4.079, - 7174, - 4.079, - 7175, - 6.224, - 7176, - 4.079, - 7177, - 6.224, - 7178, - 4.079, - 7179, - 4.079, - 7180, - 4.079, - 7181, - 4.079, - 7182, - 4.079, - 7183, - 4.079, - 7184, - 4.079, - 7185, - 4.079, - 7186, - 4.079, - 7187, - 4.079, - 7188, - 4.079, - 7189, - 4.079, - 7190, - 4.079, - 7191, - 4.079, - 7192, - 4.079, - 7193, - 4.079, - 7194, - 4.079, - 7195, - 6.224, - 7196, - 6.892, - 7197, - 4.079, - 7198, - 4.079, - 7199, - 4.079, - 7200, - 4.079, - 7201, - 8.766, - 7202, - 6.224, - 7203, - 6.224, - 7204, - 4.079, - 7205, - 3.328, - 7206, - 4.079, - 7207, - 4.079, - 7208, - 4.079, - 7209, - 5.087, - 7210, - 4.079, - 7211, - 4.079, - 7212, - 4.079, - 7213, - 4.079, - 7214, - 4.079, - 7215, - 4.079, - 7216, - 4.079, - 7217, - 4.079, - 7218, - 4.079, - 7219, - 4.079, - 7220, - 3.328, - 7221, - 5.341, - 7222, - 5.341 - ] - ], - [ - "type/ref/stable/dmHttpClient", - [ - 6760, - 1.837 - ] - ], - [ - "data/ref/stable/dmHttpClient", - [ - 7, - 1.248, - 8, - 1.272, - 9, - 0.68, - 11, - 0.883, - 16, - 0.898, - 21, - 1.634, - 28, - 2.841, - 30, - 1.097, - 33, - 1.064, - 49, - 2.86, - 74, - 1.202, - 99, - 3.094, - 119, - 2.552, - 121, - 2.263, - 147, - 3.52, - 149, - 3.097, - 158, - 2.714, - 161, - 1.588, - 182, - 3.211, - 186, - 2.393, - 196, - 3.839, - 251, - 5.852, + 1.602, + 241, + 1.922, + 244, + 3.136, + 256, + 1.532, + 260, + 1.551, + 263, + 3.361, + 306, + 5.362, 316, - 2.407, - 350, - 2.664, - 393, - 3.262, - 454, - 4.12, - 520, - 7.056, - 523, - 5.035, - 697, - 2.982, - 737, - 3.732, - 1103, - 6.761, - 1167, - 5.874, - 1170, - 6.87, - 1239, - 3.069, - 1569, - 2.822, - 1844, - 4.433, - 1892, - 6.413, - 2101, - 6.261, - 2209, - 4.961, - 2232, - 4.788, - 2368, - 5.677, - 3175, - 5.95, - 3828, - 6.53, - 4390, - 3.879, - 4784, - 8.466, - 4821, - 7.017, - 4887, - 4.372, - 4942, - 6.023, - 7009, - 5.845, - 7209, - 5.394, + 4.307, + 332, + 1.532, + 333, + 1.928, + 358, + 2.121, + 371, + 2.418, + 407, + 6.055, + 409, + 3.755, + 413, + 3.949, + 442, + 2.061, + 479, + 1.727, + 489, + 2.142, + 513, + 4.657, + 631, + 3.377, + 652, + 6.763, + 675, + 1.765, + 677, + 2.121, + 701, + 2.418, + 723, + 2.802, + 749, + 4.435, + 829, + 3.755, + 880, + 2.231, + 951, + 4.777, + 1094, + 9.331, + 1176, + 6.763, + 1186, + 4.397, + 1211, + 4.978, + 1229, + 4.49, + 1296, + 3.024, + 1323, + 1.922, + 1341, + 3.265, + 1361, + 3.032, + 1401, + 4.942, + 1459, + 5.032, + 1525, + 4.307, + 1590, + 2.754, + 1672, + 2.481, + 1793, + 2.968, + 1929, + 2.449, + 1979, + 4.149, + 2568, + 2.908, + 2613, + 4.708, + 2647, + 3.361, + 2791, + 6.233, + 2837, + 2.908, + 2854, + 2.968, + 3204, + 6.124, + 3535, + 4.208, + 3549, + 4.208, + 3610, + 2.481, + 3693, + 2.968, + 3713, + 6.274, + 3790, + 3.949, + 3972, + 4.376, + 4300, + 7.423, + 4538, + 5.142, + 5712, + 3.949, + 5801, + 4.208, + 5923, + 3.265, + 6026, + 3.361, + 6121, + 4.208, + 6380, + 5.332, + 6432, + 4.208, + 6756, + 4.208, + 6999, + 4.208, + 7019, + 8.52, + 7060, + 4.208, + 7174, + 6.965, 7223, - 8.003, + 4.602, 7224, - 8.003, + 3.949, 7225, - 8.003, + 4.602, 7226, - 9.895, + 4.602, 7227, - 8.003, + 8.974, 7228, - 8.003, + 8.118, 7229, - 8.003, + 4.602, 7230, - 8.003, + 4.602, 7231, - 8.003, + 6.965, 7232, - 8.003, + 4.602, 7233, - 8.003 - ] - ], - [ - "type/ref/stable/coroutine", - [ - 6760, - 1.837 - ] - ], - [ - "data/ref/stable/coroutine", - [ - 7, - 1.311, - 8, - 1.272, - 9, - 0.989, - 11, - 0.985, - 16, - 0.519, - 21, - 2.401, - 22, - 1.304, - 23, - 1.988, - 30, - 1.137, - 32, - 2.111, - 33, - 1.475, - 46, - 3.01, - 48, - 1.599, - 49, - 2.858, - 51, - 1.078, - 69, - 3.97, - 70, - 2.066, - 77, - 2.157, - 86, - 1.141, - 99, - 3.235, - 102, - 2.364, - 106, - 2.271, - 137, - 1.479, - 141, - 1.151, - 149, - 1.789, - 158, - 1.949, - 160, - 1.647, - 161, - 1.825, - 172, - 1.59, - 173, - 3.089, - 198, - 1.877, - 231, - 8.965, - 233, - 5.523, - 237, - 1.323, - 277, - 1.937, - 278, - 2.813, - 300, - 1.969, - 328, - 2.701, - 337, - 2.917, - 343, - 2.971, - 373, - 3.058, - 388, - 3.97, - 407, - 2.164, - 465, - 1.973, - 492, - 4.523, - 525, - 3.425, - 538, - 2.574, - 612, - 2.674, - 688, - 3.019, - 697, - 2.141, - 712, - 2.362, - 719, - 2.574, - 759, - 2.027, - 920, - 5.052, - 948, - 3.948, - 968, - 5.176, - 977, - 3.184, - 1104, - 2.879, - 1190, - 3.23, - 1191, - 4.977, - 1225, - 4.077, - 1290, - 4.705, - 1319, - 3.098, - 1461, - 7.051, - 1516, - 2.801, - 1569, - 2.027, - 1784, - 4.861, - 1795, - 4.149, - 1839, - 3.439, - 1854, - 4.1, - 1869, - 2.623, - 1892, - 6.975, - 2011, - 5.431, - 2021, - 4.689, - 2031, - 2.648, - 2062, - 9.709, - 2091, - 5.052, - 2333, - 3.706, - 2573, - 4.005, - 2625, - 5.255, - 2985, - 3.97, - 3162, - 4.931, - 3456, - 5.267, - 3877, - 4.689, - 3972, - 4.496, - 4211, - 4.689, - 4610, - 4.496, - 4887, - 5.023, - 5077, - 10.192, + 4.602, 7234, - 5.747, + 8.974, 7235, - 5.747, + 4.602, 7236, - 7.995, + 4.602, 7237, - 7.995, + 4.602, 7238, - 5.747, + 4.602, 7239, - 4.496, + 4.602, 7240, - 5.747, + 4.602, 7241, - 5.747, + 4.602, 7242, - 7.995, + 4.602, 7243, - 5.747, + 4.602, 7244, - 5.747, + 8.118, 7245, - 5.747, + 4.602, 7246, - 5.255, + 4.602, 7247, - 5.747, + 4.602, 7248, - 5.747, + 4.602, 7249, - 5.255, + 4.602, 7250, - 4.335 + 4.602, + 7251, + 4.602, + 7252, + 4.602, + 7253, + 4.602, + 7254, + 4.602, + 7255, + 4.602, + 7256, + 4.602, + 7257, + 4.602, + 7258, + 6.816, + 7259, + 4.602, + 7260, + 4.602, + 7261, + 4.602, + 7262, + 4.602, + 7263, + 4.602, + 7264, + 4.208, + 7265, + 6.816, + 7266, + 4.602, + 7267, + 4.602, + 7268, + 4.602, + 7269, + 4.602, + 7270, + 4.602, + 7271, + 4.602, + 7272, + 4.602, + 7273, + 4.602, + 7274, + 4.602, + 7275, + 4.602, + 7276, + 4.602, + 7277, + 4.602, + 7278, + 9.581, + 7279, + 4.602, + 7280, + 4.208, + 7281, + 4.602, + 7282, + 4.602, + 7283, + 4.208, + 7284, + 4.602, + 7285, + 4.602, + 7286, + 4.602, + 7287, + 4.602, + 7288, + 4.602, + 7289, + 4.602, + 7290, + 4.602, + 7291, + 4.602, + 7292, + 4.602, + 7293, + 4.602, + 7294, + 4.602, + 7295, + 4.602, + 7296, + 4.602, + 7297, + 4.602 ] ], [ - "type/ref/stable/package", + "type/ref/stable/dmMessage", [ 6760, 1.837 ] ], [ - "data/ref/stable/package", + "data/ref/stable/dmMessage", [ 7, - 1.236, - 8, - 1.26, - 9, - 1.035, - 11, - 1.016, - 13, - 1.185, - 16, - 0.914, - 21, - 2.011, - 22, - 0.813, - 23, - 0.775, - 26, - 1.864, + 0.75, + 18, + 1.118, + 20, + 1.344, 30, - 1.138, - 32, - 2.074, - 33, - 1.482, + 2.259, + 36, + 1.638, + 38, + 1.043, 46, - 1.567, - 49, - 2.486, - 51, - 1.984, - 63, - 1.719, - 67, - 1.255, - 68, - 2.063, - 70, - 2.415, - 71, - 1.155, - 72, - 1.416, - 74, - 1.307, - 77, - 1.572, + 1.172, + 57, + 1.401, + 79, + 0.953, 86, - 1.555, - 91, - 1.374, - 94, - 2.405, - 97, - 1.096, + 1.941, + 90, + 2.409, 99, - 3.155, + 0.898, 102, - 2.912, - 110, - 1.874, - 135, - 3.412, - 137, - 1.573, - 141, - 0.718, - 144, - 1.86, - 149, - 2.962, - 151, - 1.032, + 1.537, + 103, + 1.376, + 106, + 1.071, + 107, + 1.563, + 122, + 1.861, + 126, + 1.863, + 132, + 2.054, + 143, + 2.898, 158, - 1.215, - 160, - 1.629, - 161, - 1.805, - 162, - 2.445, - 173, - 3.045, - 184, - 1.605, - 186, - 2.08, - 190, - 1.601, - 191, - 1.761, - 193, - 0.756, - 219, - 1.816, - 224, - 0.986, + 3.098, + 170, + 2.292, 229, - 1.576, - 237, - 1.601, - 263, - 1.946, - 267, - 1.667, - 271, - 1.737, - 279, - 1.932, - 290, - 1.247, - 297, - 1.763, - 298, - 1.405, - 300, - 1.688, - 302, - 2.113, - 303, - 1.497, - 312, - 1.651, - 328, - 1.684, - 336, - 3.174, - 337, - 2.537, - 343, - 1.601, - 346, - 1.395, - 394, - 2.789, - 395, - 1.416, - 402, - 1.548, - 406, - 2.352, - 407, - 2.04, - 422, - 1.62, - 430, - 3.986, - 437, - 1.548, - 441, - 1.96, - 454, - 1.484, - 465, - 2.245, - 491, - 3.292, - 492, - 2.295, + 1.096, + 247, + 3.343, + 248, + 3.577, + 268, + 2.29, + 269, + 1.356, + 273, + 2.703, + 330, + 3.223, + 333, + 1.691, + 368, + 1.7, + 479, + 3.083, + 490, + 3.432, 496, - 1.907, - 521, - 1.405, - 524, - 1.795, - 538, - 1.605, - 551, - 2.617, - 570, - 6.237, - 576, - 5.0, - 581, - 2.258, - 583, - 1.289, - 590, - 3.497, - 598, - 2.542, - 611, - 1.59, - 634, - 2.144, + 3.823, + 505, + 3.065, + 553, + 2.137, + 555, + 1.872, + 601, + 2.166, + 602, + 2.418, + 603, + 2.497, + 604, + 3.03, + 605, + 3.41, 644, - 2.922, - 663, - 3.994, - 669, - 2.853, - 677, - 1.756, - 702, - 1.719, - 714, - 1.416, - 730, - 2.311, - 738, - 2.075, - 742, - 2.144, - 756, - 1.775, - 758, - 2.433, - 759, - 1.264, - 786, - 2.361, - 792, - 2.068, - 793, - 1.816, - 796, - 1.651, - 799, - 3.558, - 858, - 1.785, - 859, - 1.171, - 860, - 1.374, - 866, - 4.823, - 876, - 2.361, - 902, - 2.311, - 918, - 2.144, - 942, - 2.803, - 947, - 2.075, - 948, - 1.354, - 960, - 3.371, - 972, - 2.014, - 1009, - 2.109, - 1021, - 5.267, - 1022, - 2.958, - 1042, - 1.883, - 1075, - 2.803, - 1096, - 3.119, - 1156, - 1.62, - 1158, - 2.109, - 1160, - 1.438, - 1211, - 1.59, - 1222, - 1.605, - 1266, - 4.247, - 1319, - 6.069, - 1327, - 2.924, - 1330, - 6.675, - 1333, - 2.803, - 1352, - 2.181, - 1372, - 2.311, - 1373, - 1.985, - 1467, - 2.044, - 1525, - 4.485, - 1532, - 2.181, - 1569, - 2.78, - 1570, - 2.144, - 1592, - 1.932, - 1642, - 6.282, - 1665, - 2.415, - 1724, - 2.924, - 1813, + 2.962, + 849, + 5.3, + 856, + 2.399, + 874, + 3.065, + 891, + 3.594, + 913, + 3.778, + 915, + 3.6, + 931, + 1.654, + 945, + 3.855, + 999, + 3.786, + 1019, + 3.105, + 1025, + 4.752, + 1041, 2.703, - 1844, - 1.985, - 1867, - 2.109, - 1928, - 2.415, - 1975, - 2.415, - 1981, - 3.749, - 2031, - 1.651, - 2051, - 3.075, - 2246, - 2.803, - 2268, - 2.311, - 2282, + 1055, + 6.9, + 1062, + 3.266, + 1074, + 4.51, + 1202, + 2.838, + 1208, + 3.64, + 1250, + 3.36, + 1296, + 2.227, + 1322, + 3.065, + 1367, + 4.51, + 1379, + 3.823, + 1411, + 4.33, + 1465, + 3.565, + 1548, + 4.429, + 1602, + 4.026, + 1609, + 3.462, + 1632, + 3.778, + 1640, + 4.677, + 1642, + 4.878, + 1656, + 6.001, + 1698, + 3.706, + 1814, 2.703, - 2320, - 7.431, - 2402, - 5.757, - 2691, - 4.804, - 2721, - 3.277, - 2862, - 2.803, - 2947, - 3.428, - 3075, - 2.361, - 3250, - 3.277, - 3315, - 2.803, - 3355, - 5.215, - 3373, - 2.144, - 3456, - 2.361, - 3545, - 4.485, - 3556, - 1.86, - 3557, - 4.405, - 3799, - 2.803, - 3943, - 2.924, - 4387, - 4.247, - 4483, - 3.277, - 4580, - 3.075, - 4615, - 6.129, - 5092, - 3.277, - 5337, - 2.924, - 6220, - 2.617, - 6363, - 2.924, - 6731, - 3.277, - 6983, - 3.075, - 7251, - 6.36, - 7252, - 3.583, - 7253, - 6.763, - 7254, - 6.36, - 7255, - 3.583, - 7256, - 5.63, - 7257, - 3.277, - 7258, - 3.277, - 7259, - 3.277, - 7260, - 3.277, - 7261, - 5.63, - 7262, - 9.851, - 7263, - 3.583, - 7264, - 3.583, - 7265, - 3.277, - 7266, - 3.583, - 7267, - 5.63, - 7268, - 3.583, - 7269, - 5.149, - 7270, - 3.583, - 7271, - 5.63, - 7272, - 3.583, - 7273, - 3.583, - 7274, - 3.583, - 7275, - 3.583, - 7276, - 3.583, - 7277, - 3.583, - 7278, - 3.583, - 7279, - 3.277, - 7280, - 5.63, - 7281, - 3.583, - 7282, - 3.277, - 7283, - 3.583, - 7284, - 3.583, - 7285, - 5.63, - 7286, - 3.583, - 7287, - 3.583, - 7288, - 3.583, - 7289, - 3.075, - 7290, - 3.277, - 7291, - 3.277, - 7292, - 5.63, - 7293, - 3.583, - 7294, - 3.583, - 7295, - 3.583, - 7296, - 3.583, - 7297, - 2.617, + 2123, + 3.41, + 2164, + 3.55, + 2383, + 6.267, + 2779, + 4.264, + 3599, + 3.938, + 3646, + 4.372, + 3712, + 2.898, + 3721, + 5.13, + 3726, + 4.878, + 3969, + 7.66, + 3972, + 3.223, + 3984, + 5.276, + 4746, + 5.094, + 4857, + 3.462, + 4997, + 5.467, + 5130, + 4.51, + 5250, + 4.677, + 5626, + 4.878, + 5761, + 4.878, + 6078, + 4.677, + 6473, + 4.552, + 6798, + 5.13, 7298, - 5.63, + 5.467, 7299, - 6.955, + 9.388, 7300, - 3.583, + 8.216, 7301, - 3.583, + 5.978, 7302, - 3.277, + 5.978, 7303, - 3.583, + 9.803, 7304, - 3.075, + 5.978, 7305, - 3.583, + 5.978, 7306, - 3.583, + 5.978, 7307, - 3.583, + 5.978, 7308, - 3.583, + 5.978, 7309, - 3.583 - ] - ], - [ - "type/ref/stable/dmConfigFile", - [ - 6760, - 1.837 - ] - ], - [ - "data/ref/stable/dmConfigFile", - [ - 8, - 0.546, - 9, - 0.829, - 10, - 1.175, - 11, - 0.981, - 16, - 0.7, - 21, - 2.476, - 30, - 1.022, - 32, - 1.226, - 33, - 1.445, - 46, - 1.792, - 49, - 1.525, - 50, - 3.768, - 51, - 0.801, - 67, - 3.028, - 74, - 1.208, - 77, - 1.945, - 86, - 1.551, - 92, - 1.466, - 99, - 1.22, - 141, - 1.954, - 146, - 3.415, - 147, - 5.461, - 149, - 2.416, - 160, - 1.154, - 180, - 6.202, - 186, - 3.664, - 187, - 8.029, - 224, - 1.773, - 234, - 1.298, - 237, - 2.246, - 263, - 3.343, - 278, - 1.306, - 300, - 0.914, - 312, - 1.966, - 343, - 1.832, - 350, - 3.619, - 407, - 2.02, - 492, - 3.977, - 493, - 2.961, - 524, - 4.33, - 525, - 3.634, - 547, - 1.269, - 581, - 3.896, - 584, - 3.027, - 607, - 2.068, - 693, - 3.122, - 697, - 3.456, - 727, - 3.993, - 737, - 3.243, - 743, - 2.068, - 744, - 2.696, - 758, - 3.735, - 796, - 5.66, - 827, - 1.624, - 859, - 3.308, - 948, - 2.434, - 971, - 3.219, - 1078, - 3.61, - 1129, - 4.699, - 1167, - 6.032, - 1168, - 6.463, - 1211, - 4.968, - 1222, - 2.885, - 1321, - 2.598, - 1569, - 2.736, - 1865, - 2.471, - 2031, - 1.966, - 2078, - 8.034, - 2080, - 3.027, - 2117, - 2.3, - 2123, - 2.068, - 2137, - 4.566, - 2334, - 4.705, - 2345, - 4.45, - 2781, - 3.902, - 2996, - 5.061, - 3337, - 2.751, - 4390, - 4.19, - 4619, - 3.482, - 4942, - 6.185, - 5002, - 6.132, - 6860, - 8.203, - 6963, - 3.482, + 5.978, 7310, - 4.267, + 5.978, 7311, - 3.902, + 6.981, 7312, - 4.267, + 5.467, 7313, - 11.323, + 5.467, 7314, - 9.33, + 9.69, 7315, - 4.267, + 5.978, 7316, - 4.267, + 5.978, 7317, - 4.267, + 5.978, 7318, - 4.267, + 5.978, 7319, - 6.441, + 5.13, 7320, - 4.267, + 4.51, 7321, - 4.267, + 5.978, 7322, - 4.267, + 5.978, 7323, - 4.267, + 4.241, 7324, - 4.267, + 5.978, 7325, - 4.267, + 5.978, 7326, - 6.441 + 4.51, + 7327, + 5.978, + 7328, + 5.978, + 7329, + 5.978 ] ], [ - "type/ref/stable/resource", + "type/ref/stable/collectionfactory", [ 6760, 1.837 ] ], [ - "data/ref/stable/resource", + "data/ref/stable/collectionfactory", [ 7, - 1.075, + 0.881, 8, - 1.521, - 9, - 1.018, - 11, - 1.052, - 13, - 1.672, - 16, - 0.746, + 1.341, + 10, + 1.518, 18, - 0.597, - 21, - 1.777, + 1.135, + 20, + 1.463, 22, - 0.92, - 23, - 1.266, - 24, - 2.306, - 26, - 1.087, - 28, - 0.382, - 29, - 1.03, + 1.97, 30, - 1.152, - 31, - 2.9, - 32, - 0.872, - 33, - 1.479, - 35, - 2.959, - 39, - 1.366, - 41, - 1.179, - 42, - 0.824, - 45, - 1.634, + 1.811, + 36, + 1.401, + 38, + 1.082, 46, - 1.275, - 48, - 1.523, - 49, - 2.762, - 51, - 1.551, - 52, - 0.663, - 54, - 0.483, - 58, - 1.342, + 0.684, + 57, + 1.171, 59, - 1.469, + 0.826, + 60, + 1.334, 62, - 0.927, - 65, - 4.632, - 67, - 0.698, - 68, - 2.058, - 70, - 1.586, - 71, - 1.883, - 73, - 0.868, - 74, - 1.007, + 1.585, + 69, + 2.253, + 72, + 1.595, + 75, + 2.108, 77, - 1.456, - 80, - 1.279, - 83, - 0.839, - 86, - 1.566, + 2.234, + 79, + 0.865, + 92, + 3.672, + 96, + 3.488, 97, - 2.079, + 2.403, 99, - 2.804, + 1.073, + 100, + 1.828, 102, - 1.832, - 108, - 3.857, - 110, - 0.924, - 117, - 1.034, + 1.806, + 103, + 2.344, + 106, + 1.489, + 113, + 1.407, + 115, + 5.13, 119, - 1.103, - 121, - 1.296, - 131, - 1.136, - 135, - 3.807, - 137, - 1.178, - 139, - 1.608, + 3.559, + 122, + 2.85, + 125, + 2.136, + 126, + 1.934, + 133, + 2.619, + 140, + 2.209, 141, - 1.414, + 1.773, + 142, + 1.425, + 146, + 4.484, + 148, + 0.983, 149, - 1.077, - 151, - 0.84, + 1.825, + 150, + 1.214, 158, - 0.675, - 160, - 1.794, + 2.053, 161, - 2.185, - 162, - 2.361, - 166, - 0.377, - 168, - 0.624, + 3.231, + 165, + 2.911, + 167, + 2.84, + 169, + 1.045, + 170, + 2.693, 172, - 1.715, - 176, - 1.454, - 182, - 2.349, - 184, - 4.159, - 186, - 1.947, - 190, - 0.983, - 191, - 0.273, - 196, - 3.244, - 198, - 2.457, - 202, - 3.988, - 217, - 2.197, - 218, - 1.758, - 219, - 1.407, + 2.108, + 174, + 3.388, + 175, + 2.089, + 177, + 2.543, + 194, + 1.858, + 199, + 2.053, + 201, + 1.077, 226, - 1.088, + 2.313, + 227, + 2.776, 229, - 1.221, - 230, - 1.459, - 234, - 1.234, - 237, - 1.565, - 240, - 0.843, - 241, - 2.23, + 1.288, 248, - 2.285, - 256, - 1.017, - 264, - 2.943, - 271, - 1.346, + 2.868, + 250, + 2.713, + 251, + 3.236, + 260, + 1.615, + 261, + 2.036, + 263, + 1.433, + 268, + 1.697, + 269, + 1.886, 273, - 2.927, - 277, - 1.166, - 278, - 2.364, - 279, - 1.073, - 288, - 1.784, - 289, - 1.754, - 290, - 0.375, - 291, - 0.684, - 293, - 0.432, - 297, - 0.624, - 298, - 2.147, - 299, - 5.116, - 300, - 1.511, - 303, - 1.16, - 305, - 2.003, - 306, - 5.54, - 307, - 0.744, - 310, - 4.141, - 312, - 1.593, - 313, - 0.559, - 314, - 2.956, - 317, - 2.196, - 318, - 4.929, - 320, - 0.462, + 2.052, 328, - 0.936, - 335, - 2.689, - 337, - 0.726, - 338, - 1.021, - 343, - 1.303, - 346, - 2.645, - 350, - 1.948, - 351, - 0.534, - 357, - 0.965, - 363, - 0.9, - 364, - 0.805, - 367, - 3.024, - 388, - 0.744, - 393, - 3.066, - 396, - 2.105, - 402, - 1.494, - 405, - 1.119, - 407, - 1.774, - 417, - 0.522, - 423, - 1.191, - 424, - 0.517, - 429, - 1.549, - 431, - 2.469, - 438, - 1.244, - 460, - 0.853, - 465, - 2.181, - 478, - 0.45, - 488, - 0.744, - 489, - 0.764, + 2.868, + 330, + 1.528, + 380, + 1.702, + 442, + 2.147, + 459, + 2.23, + 471, + 1.285, + 479, + 2.635, + 490, + 2.002, 492, - 1.41, - 493, - 0.315, - 514, - 0.986, - 521, - 1.089, - 522, - 4.501, - 524, - 0.998, - 525, - 1.883, - 530, - 0.597, - 533, - 1.497, - 537, - 1.558, - 538, - 2.053, - 539, - 2.069, - 547, - 0.32, - 554, - 0.356, - 564, - 1.136, - 568, - 0.818, - 569, - 1.461, - 581, - 2.734, - 583, - 1.244, - 590, - 0.659, - 594, - 1.421, - 606, - 1.119, - 607, - 0.965, - 615, - 0.624, - 624, - 2.296, + 2.776, + 500, + 1.749, + 510, + 2.58, + 541, + 2.55, + 546, + 2.584, + 553, + 1.713, + 556, + 1.97, + 577, + 1.88, + 595, + 2.584, + 608, + 2.375, + 623, + 2.127, + 629, + 1.441, + 634, + 1.894, 636, - 0.825, - 659, - 1.356, - 664, - 1.469, - 670, - 2.591, - 682, - 1.732, - 693, - 0.522, - 696, - 3.406, - 697, - 1.034, - 700, - 0.492, - 701, - 1.661, - 702, - 2.626, - 706, - 0.695, - 707, - 1.212, - 710, - 1.831, - 712, - 0.443, - 714, - 0.787, - 715, - 1.172, - 719, - 1.244, - 726, - 0.483, - 727, - 1.721, + 1.838, 728, - 2.323, - 741, - 1.709, - 743, - 0.522, - 744, - 1.258, - 749, - 0.546, - 758, - 1.2, - 759, - 1.617, - 777, - 0.744, - 779, - 2.069, - 787, - 1.153, - 805, - 0.965, - 808, - 1.794, - 815, - 1.021, - 817, - 0.813, - 818, - 1.376, - 821, - 2.563, - 822, - 1.312, - 826, - 1.676, - 827, - 2.587, - 843, - 1.284, - 844, - 0.695, - 858, - 0.631, - 859, - 1.13, + 2.349, + 762, + 4.177, + 773, + 1.737, + 834, + 2.375, + 849, + 4.965, + 860, + 5.159, 866, - 4.66, - 867, - 2.45, - 882, - 1.06, - 889, - 1.982, - 890, - 2.055, - 894, - 0.668, - 895, - 2.615, - 899, - 1.583, - 905, - 0.552, - 909, - 0.927, - 912, - 3.194, - 919, - 2.504, - 923, - 1.021, - 928, - 1.258, - 929, - 5.017, - 934, - 0.71, - 948, - 2.993, - 949, - 2.003, - 968, - 1.375, - 986, - 0.787, - 992, - 0.843, - 998, - 1.318, - 1006, - 1.709, - 1012, - 2.094, - 1033, - 1.558, - 1045, - 0.54, - 1063, - 0.813, - 1065, - 0.668, - 1069, - 0.787, - 1070, - 0.879, - 1072, - 0.506, - 1087, - 2.265, - 1094, - 0.986, - 1096, - 0.597, - 1108, - 0.879, - 1122, - 1.459, - 1129, - 2.53, - 1145, - 2.424, - 1159, - 3.341, - 1160, - 1.388, - 1166, - 1.925, - 1173, - 0.918, - 1174, - 0.645, - 1191, - 1.221, - 1211, - 2.43, - 1227, - 0.976, - 1253, - 0.573, - 1261, - 1.021, - 1267, - 3.348, - 1275, - 0.581, - 1284, - 0.511, - 1444, - 0.787, - 1447, - 1.871, - 1474, - 1.625, - 1493, - 1.721, - 1494, - 1.502, - 1516, - 2.281, - 1542, - 1.502, - 1559, - 0.726, - 1568, - 0.695, - 1569, - 3.556, - 1576, - 1.312, - 1583, - 0.634, - 1590, - 2.382, - 1592, - 2.724, - 1596, - 1.538, - 1663, - 0.517, - 1694, - 0.726, - 1704, - 2.199, - 1722, - 0.787, - 1749, - 1.454, - 1753, - 2.028, - 1764, - 0.624, - 1784, - 1.887, - 1795, - 1.795, - 1865, - 0.624, - 1869, - 2.306, - 1872, - 0.764, - 1889, - 0.624, - 1898, - 2.044, - 1902, - 2.471, - 1907, - 0.744, - 1929, - 0.986, - 1967, - 1.103, - 1977, - 2.313, - 1983, - 0.744, - 2018, - 0.573, - 2027, - 1.709, - 2031, - 2.523, - 2041, - 0.764, - 2070, - 1.153, - 2076, - 1.625, - 2079, - 0.589, - 2091, - 0.681, - 2131, - 0.764, - 2137, - 4.955, - 2152, - 0.787, - 2161, - 0.71, - 2162, - 0.681, - 2164, - 1.234, - 2204, - 0.645, - 2244, - 1.821, - 2258, - 1.454, - 2266, - 0.501, - 2273, - 0.744, - 2291, - 1.191, - 2375, - 0.879, - 2421, - 2.185, - 2434, - 1.558, - 2457, - 0.813, - 2462, - 3.348, - 2465, - 0.924, - 2466, - 3.394, - 2475, - 1.046, - 2495, - 2.265, - 2496, - 1.709, - 2497, - 1.795, - 2504, - 2.453, - 2508, - 1.502, - 2510, - 1.454, - 2520, - 1.625, - 2523, - 0.813, - 2527, - 1.864, - 2530, - 1.821, - 2531, - 1.821, - 2532, - 4.621, - 2533, - 2.382, - 2534, - 4.276, - 2537, - 0.985, - 2703, - 3.585, - 2756, - 0.656, - 2760, - 3.607, - 2896, - 2.967, - 2900, - 3.933, - 2940, - 0.787, - 2989, - 0.879, - 2996, - 3.661, - 2998, - 0.924, - 3027, - 0.985, - 3052, - 0.681, - 3175, - 1.191, - 3188, - 0.843, - 3205, - 0.764, - 3225, - 0.744, - 3337, - 1.79, - 3373, - 1.191, - 3515, - 4.336, - 3545, - 0.695, - 3614, - 1.918, + 1.786, + 880, + 2.324, + 914, + 3.472, + 917, + 2.167, + 918, + 3.987, + 931, + 2.818, + 944, + 2.458, + 951, + 2.821, + 991, + 6.404, + 1007, + 2.461, + 1010, + 1.97, + 1019, + 4.077, + 1099, + 3.231, + 1114, + 4.529, + 1124, + 3.091, + 1153, + 2.253, + 1172, + 2.429, + 1186, + 2.349, + 1295, + 3.947, + 1296, + 1.786, + 1298, + 3.029, + 1311, + 3.091, + 1406, + 2.188, + 1411, + 3.009, + 1459, + 3.388, + 1465, + 3.591, + 1472, + 3.723, + 1485, + 3.158, + 1544, + 2.972, + 1606, + 2.821, + 1628, + 4.961, + 1649, + 2.518, + 1682, + 3.029, + 1713, + 4.808, + 1901, + 2.776, + 1906, + 6.322, + 2065, + 3.616, + 2156, + 2.918, + 2182, + 4.693, + 2323, + 2.694, + 2358, + 2.972, + 2509, + 6.989, + 2524, + 5.901, + 2525, + 6.026, + 2535, + 3.616, + 2539, + 10.064, + 2543, + 5.298, + 2544, + 4.529, + 2545, + 6.422, + 2551, + 7.601, + 2555, + 4.438, + 2556, + 4.383, + 2558, + 3.311, + 2633, + 2.458, + 2822, + 2.918, + 2908, + 3.311, + 3317, + 3.616, + 3415, + 4.541, + 3572, + 3.616, 3632, - 0.787, - 3710, - 0.924, - 3734, - 0.879, - 3840, - 1.889, - 3871, - 0.813, - 3897, - 2.094, - 3935, - 2.331, - 4059, - 4.294, - 4126, - 0.681, - 4197, - 1.821, - 4348, - 0.985, - 4376, - 0.787, - 4412, - 0.924, - 4417, - 0.985, - 4422, - 0.924, - 4434, - 2.967, - 4485, - 0.879, - 4486, - 0.879, - 4489, - 1.821, - 4526, - 0.985, - 4528, - 2.967, - 4702, - 2.382, - 4708, - 0.879, - 4709, - 0.924, - 4732, - 1.709, - 4763, - 0.726, - 4770, - 4.114, - 4771, - 2.576, - 5102, - 0.985, - 5274, - 0.924, - 5320, - 1.558, - 5428, - 0.843, - 5438, - 1.709, - 5500, - 3.309, - 5630, - 0.924, - 5655, - 2.539, - 5656, - 2.382, - 5727, - 0.985, - 5850, - 0.985, - 5854, - 0.879, - 5885, - 6.462, - 6201, - 1.502, - 6429, - 1.821, - 6877, - 1.821, - 6916, - 0.924, - 6918, - 0.985, - 7327, - 1.077, - 7328, - 1.077, - 7329, - 2.539, + 3.911, + 4416, + 6.503, + 4578, + 4.383, + 4812, + 3.911, + 5120, + 3.501, + 5461, + 4.113, + 5720, + 3.75, + 7001, + 2.918, + 7178, + 4.383, + 7182, + 4.383, + 7183, + 4.383, + 7184, + 4.383, + 7185, + 4.383, 7330, - 2.776, + 4.793, 7331, - 1.077, + 4.793, 7332, - 1.077, + 6.422, 7333, - 1.077, + 4.793, 7334, - 0.879, + 4.793, 7335, - 1.077, + 7.023, 7336, - 0.985, + 7.023, 7337, - 1.991, + 7.023 + ] + ], + [ + "type/ref/stable/dmAlign", + [ + 6760, + 1.837 + ] + ], + [ + "data/ref/stable/dmAlign", + [ + 57, + 1.218, + 79, + 0.938, + 99, + 1.065, + 142, + 2.832, + 263, + 3.301, + 874, + 4.883, + 891, + 3.23, + 1035, + 7.833, + 1426, + 5.798, + 4621, + 7.229, + 5127, + 10.096, + 6263, + 10.662, 7338, - 1.991, + 9.524, 7339, - 1.821, + 8.709 + ] + ], + [ + "type/ref/stable/dmMemory", + [ + 6760, + 1.837 + ] + ], + [ + "data/ref/stable/dmMemory", + [ + 18, + 1.031, + 20, + 1.343, + 57, + 1.527, + 59, + 0.741, + 79, + 0.97, + 99, + 0.897, + 106, + 1.809, + 125, + 2.497, + 126, + 2.005, + 132, + 3.471, + 169, + 1.221, + 201, + 2.27, + 229, + 1.505, + 241, + 1.758, + 263, + 2.454, + 268, + 2.063, + 273, + 2.026, + 330, + 2.617, + 333, + 2.321, + 369, + 5.533, + 392, + 2.876, + 471, + 2.2, + 479, + 4.106, + 490, + 4.22, + 553, + 2.934, + 601, + 3.66, + 622, + 5.684, + 856, + 3.294, + 858, + 6.044, + 874, + 4.209, + 901, + 3.547, + 948, + 3.243, + 1035, + 8.102, + 1434, + 4.112, + 1459, + 3.346, + 1597, + 4.754, + 2469, + 5.823, + 2563, + 5.823, + 2565, + 6.809, + 2637, + 5.187, + 2736, + 6.15, + 2836, + 7.904, + 3713, + 4.83, + 4857, + 4.754, + 6473, + 6.063, + 6763, + 5.762, + 7323, + 5.823, 7340, - 1.991, + 8.208, 7341, - 1.991, + 7.506, 7342, - 1.077, + 10.102, 7343, - 1.991, + 8.208, 7344, - 1.077, + 7.043, 7345, - 1.991, + 7.043, 7346, - 1.991, + 9.238, 7347, - 1.991, + 8.208, 7348, - 1.991, - 7349, - 1.991, - 7350, - 1.991, - 7351, - 1.991, - 7352, - 1.991, - 7353, - 1.991, - 7354, - 1.821, - 7355, - 1.991, - 7356, - 1.991, - 7357, - 1.991, - 7358, - 1.991, - 7359, - 1.991, - 7360, - 1.991, - 7361, - 1.077, - 7362, - 1.077, - 7363, - 4.056, - 7364, - 1.077, - 7365, - 1.077, - 7366, - 1.077, - 7367, - 0.985, - 7368, - 1.821, - 7369, - 1.077, - 7370, - 2.776, - 7371, - 1.991, - 7372, - 1.991, - 7373, - 1.991, - 7374, - 3.709, - 7375, - 3.709, - 7376, - 1.821, - 7377, - 2.539, - 7378, - 2.539, - 7379, - 2.539, - 7380, - 2.539, - 7381, - 2.539, - 7382, - 2.539, - 7383, - 2.539, - 7384, - 2.539, - 7385, - 2.539, - 7386, - 2.539, - 7387, - 2.539, - 7388, - 2.539, - 7389, - 2.539, + 8.208 + ] + ], + [ + "type/ref/stable/timer", + [ + 6760, + 1.837 + ] + ], + [ + "data/ref/stable/timer", + [ + 0, + 0.733, + 7, + 1.032, + 18, + 1.107, + 20, + 1.491, + 36, + 1.64, + 38, + 0.913, + 44, + 2.501, + 46, + 1.34, + 57, + 1.052, + 59, + 0.742, + 79, + 1.022, + 90, + 1.427, + 97, + 2.716, + 99, + 0.73, + 103, + 1.378, + 106, + 1.683, + 107, + 1.139, + 113, + 1.648, + 122, + 1.864, + 126, + 1.188, + 141, + 2.215, + 142, + 3.007, + 148, + 1.228, + 149, + 3.131, + 150, + 1.516, + 153, + 2.132, + 158, + 1.75, + 165, + 2.352, + 167, + 3.326, + 169, + 0.891, + 201, + 2.111, + 226, + 2.288, + 229, + 1.508, + 239, + 2.633, + 241, + 1.282, + 248, + 3.582, + 249, + 2.872, + 268, + 2.291, + 269, + 1.866, + 273, + 1.478, + 330, + 1.909, + 351, + 3.107, + 368, + 1.702, + 380, + 2.126, + 411, + 4.268, + 469, + 4.761, + 479, + 2.246, + 490, + 3.435, + 500, + 2.184, + 505, + 3.07, + 543, + 2.402, + 554, + 2.246, + 556, + 2.46, + 561, + 2.607, + 629, + 1.8, + 634, + 3.25, + 648, + 2.902, + 689, + 3.684, + 752, + 4.661, + 765, + 3.931, + 773, + 2.169, + 866, + 3.5, + 891, + 2.031, + 897, + 6.522, + 931, + 2.276, + 1009, + 5.544, + 1010, + 2.46, + 1034, + 2.296, + 1143, + 3.86, + 1153, + 3.865, + 1160, + 3.582, + 1198, + 3.415, + 1250, + 3.364, + 1281, + 7.176, + 1295, + 3.525, + 1322, + 4.217, + 1379, + 4.707, + 1406, + 4.616, + 1434, + 4.707, + 1459, + 3.353, + 1472, + 3.684, + 1474, + 8.062, + 1649, + 4.936, + 1814, + 5.166, + 1928, + 5.065, + 1973, + 4.921, + 2440, + 2.902, + 2452, + 4.247, + 2550, + 4.763, + 3559, + 6.434, + 3561, + 7.057, + 3713, + 6.239, + 3938, + 4.035, + 4553, + 6.711, + 4876, + 4.373, + 5681, + 4.516, + 6144, + 8.971, + 7349, + 5.987, + 7350, + 5.987, + 7351, + 10.954, + 7352, + 5.987, + 7353, + 9.395, + 7354, + 5.987, + 7355, + 8.225, + 7356, + 5.137, + 7357, + 8.225, + 7358, + 5.987, + 7359, + 5.987, + 7360, + 5.987, + 7361, + 5.987, + 7362, + 4.885, + 7363, + 5.987, + 7364, + 5.987, + 7365, + 5.987, + 7366, + 5.987, + 7367, + 5.475 + ] + ], + [ + "type/ref/stable/dmVMath", + [ + 6760, + 1.837 + ] + ], + [ + "data/ref/stable/dmVMath", + [ + 7, + 1.406, + 11, + 4.011, + 18, + 1.156, + 20, + 0.539, + 31, + 4.879, + 57, + 1.313, + 59, + 0.366, + 74, + 3.919, + 75, + 2.727, + 79, + 1.008, + 90, + 1.478, + 99, + 0.85, + 126, + 0.806, + 128, + 4.496, + 150, + 1.028, + 169, + 1.12, + 178, + 3.381, + 241, + 1.328, + 251, + 4.73, + 263, + 1.214, + 295, + 1.87, + 305, + 2.351, + 307, + 2.351, + 316, + 2.565, + 330, + 3.051, + 333, + 2.975, + 354, + 5.677, + 459, + 2.885, + 471, + 1.088, + 479, + 4.154, + 481, + 2.351, + 500, + 3.073, + 590, + 3.76, + 602, + 2.508, + 603, + 3.519, + 765, + 3.18, + 898, + 3.644, + 1093, + 7.397, + 1098, + 7.021, + 1099, + 7.874, + 1192, + 5.626, + 1221, + 4.173, + 1254, + 6.766, + 1256, + 2.516, + 1272, + 1.801, + 1329, + 5.956, + 1411, + 1.739, + 1429, + 4.18, + 1459, + 1.655, + 1631, + 2.516, + 1847, + 7.972, + 1979, + 2.471, + 2286, + 3.844, + 2323, + 6.912, + 2591, + 2.736, + 2613, + 2.804, + 2699, + 7.229, + 2709, + 4.18, + 2780, + 6.947, + 2989, + 7.787, + 3021, + 2.516, + 3487, + 7.091, + 3709, + 7.218, + 3780, + 3.175, + 3810, + 4.957, + 3854, + 3.062, + 3882, + 7.485, + 3912, + 7.787, + 3984, + 6.67, + 3988, + 6.449, + 4423, + 5.321, + 4850, + 4.529, + 4875, + 2.965, + 5211, + 6.996, + 5893, + 5.671, + 6220, + 7.807, + 6988, + 3.712, + 6989, + 3.712, + 6992, + 3.483, + 7006, + 5.671, + 7008, + 3.175, + 7011, + 5.671, + 7052, + 5.671, + 7053, + 5.671, + 7054, + 5.671, + 7055, + 5.671, + 7056, + 5.671, + 7057, + 5.671, + 7080, + 6.881, + 7224, + 6.457, + 7368, + 4.059, + 7369, + 7.525, + 7370, + 7.525, + 7371, + 6.201, + 7372, + 6.201, + 7373, + 6.201, + 7374, + 6.201, + 7375, + 4.059, + 7376, + 9.075, + 7377, + 9.075, + 7378, + 6.201, + 7379, + 6.201, + 7380, + 8.424, + 7381, + 4.059, + 7382, + 4.059, + 7383, + 4.059, + 7384, + 4.059, + 7385, + 4.059, + 7386, + 4.059, + 7387, + 4.059, + 7388, + 4.059, + 7389, + 4.059, 7390, - 2.539, + 3.712, 7391, - 2.539, + 8.424, 7392, - 2.539, + 4.059, 7393, - 2.539, + 6.201, 7394, - 4.191, + 4.059, 7395, - 2.539, + 8.424 + ] + ], + [ + "type/ref/stable/dmLog", + [ + 6760, + 1.837 + ] + ], + [ + "data/ref/stable/dmLog", + [ + 7, + 1.381, + 10, + 2.378, + 18, + 0.918, + 20, + 1.104, + 38, + 1.222, + 46, + 1.35, + 52, + 1.672, + 56, + 4.282, + 57, + 1.063, + 59, + 0.75, + 79, + 0.865, + 86, + 1.972, + 90, + 1.448, + 99, + 0.738, + 100, + 1.14, + 102, + 2.896, + 103, + 1.913, + 113, + 1.217, + 126, + 1.206, + 148, + 1.246, + 158, + 1.776, + 160, + 1.796, + 165, + 1.737, + 169, + 0.904, + 202, + 1.984, + 227, + 4.811, + 240, + 2.362, + 241, + 1.779, + 256, + 2.472, + 263, + 1.816, + 268, + 1.24, + 269, + 1.378, + 309, + 4.888, + 392, + 2.91, + 471, + 1.628, + 496, + 2.826, + 497, + 3.115, + 554, + 2.279, + 561, + 3.487, + 612, + 3.634, + 642, + 3.078, + 672, + 4.405, + 687, + 4.888, + 716, + 3.464, + 744, + 4.027, + 747, + 3.413, + 758, + 2.696, + 773, + 2.201, + 815, + 5.15, + 894, + 3.282, + 917, + 3.755, + 960, + 3.791, + 1034, + 3.185, + 1076, + 8.608, + 1304, + 3.574, + 1419, + 9.441, + 1465, + 4.252, + 1519, + 8.977, + 1602, + 5.391, + 1911, + 3.115, + 1939, + 6.067, + 2030, + 4.094, + 2050, + 5.212, + 2164, + 5.174, + 2335, + 5.356, + 2433, + 4.97, + 2440, + 2.945, + 2690, + 6.372, + 2736, + 6.183, + 2779, + 5.951, + 2973, + 6.778, + 3074, + 4.196, + 3603, + 3.839, + 3646, + 6.102, + 3693, + 7.263, + 4328, + 7.128, + 4553, + 8.977, + 4837, + 5.212, + 5469, + 4.752, + 5673, + 7.183, + 5682, + 5.738, 7396, - 2.539, + 8.307, 7397, - 2.539, + 8.307, 7398, - 2.539, + 6.074, 7399, - 2.539, + 8.307, 7400, - 2.539, + 6.074, 7401, - 1.821, + 8.307, 7402, - 1.991, + 8.307, 7403, - 1.821, + 9.466, 7404, - 1.821, + 4.437, 7405, - 1.991, + 6.074, 7406, - 2.539, + 6.074, 7407, - 2.539, + 9.441, 7408, - 3.458, + 6.074, 7409, - 1.077, + 6.074, 7410, - 1.077, + 6.074, 7411, - 1.077, + 6.074, 7412, - 1.077, + 6.074, 7413, - 1.077, + 6.074, 7414, - 1.077, + 6.074, 7415, - 1.077, + 6.074, 7416, - 1.077, + 6.074, 7417, - 1.077, + 6.074, 7418, - 1.709, + 6.074, 7419, - 2.382, + 6.074, 7420, - 1.821, + 5.555, 7421, - 1.077, + 6.074, 7422, - 1.077, + 6.074, 7423, - 1.077, + 6.074, 7424, - 1.077, - 7425, - 1.077, - 7426, - 1.077, - 7427, - 1.077, - 7428, - 1.077, - 7429, - 1.077, - 7430, - 1.077, - 7431, - 1.077, - 7432, - 1.077, - 7433, - 1.077, - 7434, - 1.077, - 7435, - 1.077, - 7436, - 1.077, - 7437, - 0.985, - 7438, - 1.077, - 7439, - 1.077, - 7440, - 1.077, - 7441, - 1.077, - 7442, - 1.077, - 7443, - 0.924, - 7444, - 1.077, - 7445, - 1.077, - 7446, - 1.077, - 7447, - 1.077, - 7448, - 1.077 + 6.074 ] ], [ - "type/ref/stable/dmRender", + "type/ref/stable/dmArray", [ 6760, 1.837 ] ], [ - "data/ref/stable/dmRender", + "data/ref/stable/dmArray", [ 7, - 0.956, - 8, - 1.499, - 9, - 0.969, + 1.283, 10, - 0.518, + 0.797, 11, - 0.926, - 16, - 0.687, - 21, - 1.554, - 23, - 1.009, - 29, - 1.548, + 1.336, + 18, + 1.148, + 20, + 1.577, + 22, + 3.29, + 27, + 4.637, 30, - 1.16, - 33, - 0.621, - 35, - 2.866, - 40, - 1.474, - 42, - 0.677, - 45, - 1.671, + 1.394, + 36, + 1.148, + 38, + 0.787, 46, - 0.79, + 1.313, 52, - 0.945, + 1.585, + 54, + 2.734, + 57, + 1.569, 59, - 1.206, - 62, - 1.321, - 67, - 0.995, - 68, - 1.563, - 70, - 1.336, - 71, - 0.583, - 74, - 0.66, + 0.784, + 60, + 1.602, 77, - 1.374, - 86, - 1.086, - 92, - 0.976, - 97, - 1.429, + 1.193, + 79, + 0.602, + 84, + 1.58, + 90, + 1.373, 99, - 2.936, - 108, - 1.765, + 1.087, + 102, + 2.059, + 103, + 2.119, + 106, + 1.434, + 107, + 1.348, 110, - 1.979, - 111, - 0.951, - 117, - 2.216, + 3.164, 119, - 0.905, - 137, - 1.133, - 139, - 2.704, - 141, - 1.38, + 5.398, + 122, + 1.793, + 126, + 2.075, + 132, + 3.95, + 142, + 1.097, 146, - 3.235, - 147, - 3.348, - 149, - 1.454, - 151, - 1.263, - 161, - 1.625, - 162, - 2.105, - 166, - 2.414, - 172, - 2.266, - 182, - 1.139, - 183, - 1.671, - 184, - 1.272, - 186, - 2.06, - 190, - 0.807, - 196, - 2.337, - 198, - 3.149, - 217, - 1.139, - 224, - 0.782, - 227, - 1.474, - 234, - 0.864, - 237, - 0.654, - 256, - 0.835, - 273, - 3.186, - 297, - 0.889, - 298, - 1.113, - 300, - 1.0, - 306, - 1.334, - 312, - 3.987, - 313, - 1.474, - 316, - 1.404, - 320, - 1.216, - 346, - 1.105, - 363, - 1.284, - 367, - 1.699, - 381, - 2.091, - 416, - 2.264, - 428, - 3.451, - 441, - 0.988, - 454, - 2.464, - 460, - 2.548, - 465, - 1.701, - 466, - 1.804, - 491, - 1.186, - 493, - 0.83, - 523, - 5.087, - 540, - 1.596, - 583, - 1.022, - 590, - 3.336, - 595, - 1.029, - 599, - 1.348, - 640, - 3.175, - 664, - 1.983, - 697, - 2.216, - 712, - 2.444, - 714, - 3.008, - 727, - 1.76, - 737, - 2.857, - 749, - 1.439, - 805, - 4.381, - 825, - 3.62, - 826, - 2.264, - 858, - 1.48, - 860, - 1.089, - 862, - 4.885, - 867, - 5.587, - 890, - 5.634, - 894, - 5.075, - 896, - 2.895, - 899, - 6.388, - 905, - 3.049, - 921, - 4.335, - 923, - 6.221, - 929, - 5.211, - 935, - 1.76, - 948, - 3.881, + 2.822, + 148, + 1.181, + 158, + 1.078, + 165, + 1.647, + 169, + 1.292, + 177, + 2.45, + 178, + 4.032, + 201, + 2.235, + 202, + 1.205, + 210, + 1.492, + 229, + 0.676, + 241, + 1.714, + 257, + 2.275, + 268, + 2.087, + 269, + 1.817, + 280, + 2.258, + 333, + 2.004, + 341, + 2.792, + 368, + 2.617, + 385, + 3.236, + 407, + 3.639, + 479, + 2.161, + 500, + 2.921, + 501, + 4.344, + 505, + 4.453, + 507, + 4.344, + 508, + 5.266, + 511, + 3.064, + 516, + 5.511, + 553, + 1.318, + 590, + 3.317, + 622, + 4.462, + 627, + 4.637, + 691, + 2.816, + 728, + 2.822, + 740, + 4.058, + 752, + 1.699, + 769, + 6.869, + 792, + 2.103, + 811, + 1.827, + 834, + 2.853, + 848, + 4.302, + 856, + 2.843, + 866, + 2.146, + 901, + 2.489, + 911, + 3.19, + 915, + 3.687, 960, - 2.883, - 972, - 5.079, - 983, - 3.558, - 1001, - 5.325, - 1025, - 2.014, - 1071, - 2.014, - 1103, - 4.601, + 1.683, + 982, + 3.446, + 1039, + 6.597, + 1097, + 2.286, + 1126, + 1.848, 1139, - 2.748, - 1145, - 1.362, - 1159, - 1.531, - 1166, - 1.348, - 1222, - 1.272, - 1233, - 1.531, - 1239, - 2.28, - 1447, - 1.914, - 1496, - 4.653, + 5.172, + 1152, + 6.343, + 1164, + 2.207, + 1172, + 1.869, + 1186, + 2.822, + 1216, + 4.682, + 1296, + 1.374, + 1329, + 7.177, + 1379, + 1.716, + 1387, + 3.713, + 1406, + 2.628, 1510, - 1.531, - 1526, - 2.795, - 1607, - 2.222, - 1620, - 5.259, - 1795, - 1.474, - 1814, - 1.348, - 1821, - 2.072, - 1822, - 2.2, - 1844, - 3.294, - 2002, - 2.074, - 2009, - 6.838, - 2080, - 4.219, - 2123, - 1.376, - 2161, - 5.016, - 2187, - 4.007, - 2232, - 4.122, - 2309, - 2.437, - 2421, - 2.951, - 2476, - 1.76, - 2502, - 1.699, - 2515, - 4.219, - 2527, - 4.104, - 2550, - 1.794, - 2573, - 1.423, - 2587, - 1.551, - 2785, - 5.438, - 2996, - 3.701, - 3000, - 3.522, - 3058, - 1.871, - 3225, - 1.962, - 3288, - 2.222, - 3337, - 3.011, - 3341, - 1.76, - 3556, - 2.423, - 3618, - 3.226, - 3636, - 4.27, - 3670, - 2.074, - 3732, - 2.317, - 3735, - 6.818, - 3737, - 4.007, - 3742, - 5.197, - 3743, - 4.007, - 3840, - 5.115, - 3935, - 3.147, - 4029, - 2.222, - 4059, - 4.811, - 4390, - 2.883, - 4887, - 1.551, - 4940, - 1.76, - 4994, - 3.522, - 5036, - 2.014, - 5159, - 2.317, - 5295, - 2.437, - 5382, - 2.142, - 5564, - 2.074, - 5586, - 2.597, - 5628, - 2.074, - 5810, - 5.39, - 5826, - 3.81, - 6860, - 2.142, - 6884, - 5.857, - 6897, - 6.507, - 6963, - 2.317, - 7220, - 3.81, - 7449, - 2.84, - 7450, - 6.889, - 7451, - 2.597, - 7452, - 4.669, - 7453, - 2.84, - 7454, - 10.086, - 7455, - 2.84, - 7456, - 3.411, - 7457, - 9.033, - 7458, - 2.84, - 7459, - 2.84, - 7460, - 4.669, - 7461, - 2.84, - 7462, - 2.597, - 7463, - 2.84, - 7464, - 2.84, - 7465, - 5.947, - 7466, - 2.84, - 7467, - 2.84, - 7468, - 2.84, - 7469, - 2.84, - 7470, - 4.669, - 7471, - 2.84, - 7472, - 6.889, - 7473, - 2.84, - 7474, - 2.84, - 7475, - 6.769, - 7476, - 2.84, - 7477, - 2.84, - 7478, - 4.669, - 7479, - 2.84, - 7480, - 2.84, - 7481, - 2.84, - 7482, - 2.84, - 7483, - 2.84, - 7484, - 2.84, - 7485, - 2.84, - 7486, - 2.84, - 7487, - 2.597, - 7488, - 4.669, - 7489, - 4.669, - 7490, - 2.84, - 7491, - 2.84, - 7492, - 2.84, - 7493, - 2.84, - 7494, - 5.947, - 7495, - 4.669, - 7496, - 4.669, - 7497, - 2.84, - 7498, - 5.947, - 7499, - 2.84, - 7500, - 2.84, - 7501, - 2.84, - 7502, - 2.84, - 7503, - 2.597, - 7504, - 2.317, - 7505, - 2.84, - 7506, - 4.669, - 7507, - 2.437, - 7508, - 2.014, - 7509, - 2.84, - 7510, - 2.84, - 7511, - 2.84, - 7512, - 4.669, - 7513, - 2.84, - 7514, - 2.84, - 7515, - 2.84, - 7516, - 2.84, - 7517, - 2.84, - 7518, - 2.84, - 7519, - 2.84, - 7520, - 2.597, - 7521, - 2.84, - 7522, - 2.84, - 7523, - 2.597, - 7524, - 2.84, - 7525, - 2.84, - 7526, - 2.84, - 7527, - 4.669, - 7528, - 2.84, - 7529, - 2.84, - 7530, - 2.84, - 7531, - 2.84, - 7532, - 2.84 - ] - ], - [ - "type/ref/stable/sharedlibrary", - [ - 6760, - 1.837 - ] - ], - [ - "data/ref/stable/sharedlibrary", - [ - 9, - 0.832, - 11, - 0.87, - 16, - 1.013, - 77, - 1.953, - 91, - 3.755, - 141, - 1.962, - 166, - 3.431, - 196, - 3.322, - 480, - 6.601, - 3136, - 6.601, - 7533, - 9.793, - 7534, - 9.793 + 5.6, + 1544, + 2.286, + 1815, + 4.506, + 1869, + 3.794, + 1882, + 2.556, + 2066, + 3.882, + 2095, + 3.446, + 2423, + 5.345, + 2498, + 2.378, + 2507, + 2.207, + 2565, + 7.295, + 2637, + 6.607, + 2682, + 4.942, + 2779, + 5.694, + 2827, + 3.009, + 3224, + 4.668, + 3411, + 4.775, + 3610, + 1.988, + 3660, + 3.009, + 3712, + 1.788, + 4384, + 2.694, + 4514, + 3.713, + 5151, + 2.616, + 5211, + 7.213, + 5297, + 7.087, + 5753, + 4.206, + 6473, + 5.511, + 6763, + 6.332, + 7001, + 2.245, + 7341, + 3.373, + 7346, + 5.266, + 7362, + 3.009, + 7425, + 4.699, + 7426, + 11.497, + 7427, + 3.688, + 7428, + 8.793, + 7429, + 3.165, + 7430, + 3.688, + 7431, + 3.688, + 7432, + 3.688, + 7433, + 3.688, + 7434, + 5.759, + 7435, + 5.345, + 7436, + 4.942, + 7437, + 5.266, + 7438, + 3.688, + 7439, + 3.165, + 7440, + 3.688, + 7441, + 3.688 ] ], [ - "type/ref/stable/dmSys", + "type/ref/stable/physics", [ 6760, 1.837 ] ], [ - "data/ref/stable/dmSys", + "data/ref/stable/physics", [ - 8, - 0.959, + 7, + 0.908, 9, - 0.939, + 0.384, + 10, + 1.563, 11, - 1.053, - 16, - 0.677, - 21, - 2.144, - 26, - 2.01, + 1.719, + 18, + 1.148, + 20, + 1.357, 30, - 1.109, - 33, - 0.997, - 48, - 2.086, - 68, - 1.701, - 74, - 0.833, + 1.359, + 31, + 1.677, + 36, + 0.839, + 38, + 1.248, + 41, + 1.095, + 46, + 1.607, + 49, + 0.391, + 52, + 1.306, + 56, + 0.44, + 57, + 1.539, + 59, + 0.775, + 60, + 0.315, + 62, + 2.306, + 66, + 0.73, + 72, + 0.693, 77, - 1.904, + 1.248, + 79, + 0.998, + 84, + 2.419, + 86, + 0.367, + 89, + 1.138, + 90, + 1.661, 92, - 2.576, + 2.998, + 96, + 1.911, + 97, + 1.04, + 99, + 0.998, + 100, + 1.709, + 102, + 1.22, + 103, + 2.009, + 105, + 2.683, + 106, + 1.378, + 107, + 1.422, + 109, + 0.425, + 111, + 1.502, + 113, + 1.582, + 116, + 0.44, 119, - 2.391, + 1.056, 121, - 2.121, - 123, - 2.717, + 0.689, + 122, + 0.902, 125, - 3.032, + 2.034, + 126, + 2.013, 127, - 3.132, - 129, - 3.8, - 131, - 4.276, - 133, - 5.319, + 1.404, + 128, + 3.312, + 130, + 2.889, + 135, + 1.677, + 140, + 0.96, + 141, + 1.33, + 142, + 3.198, + 145, + 2.23, + 146, + 1.419, + 148, + 1.484, + 149, + 1.602, 151, - 1.925, - 161, - 1.895, + 0.863, + 158, + 1.387, + 160, + 0.856, + 165, + 2.41, + 167, + 1.171, + 168, + 0.594, + 169, + 1.229, + 170, + 3.492, + 175, + 0.493, + 177, + 1.1, + 178, + 2.491, + 195, + 1.207, + 200, + 2.889, 201, - 4.042, - 203, - 4.738, + 0.651, + 202, + 2.277, + 207, + 0.693, + 213, + 2.319, + 226, + 0.315, + 228, + 0.481, + 229, + 1.105, + 230, + 1.652, + 237, + 1.657, + 240, + 1.982, + 241, + 1.432, + 244, + 2.017, + 247, + 1.868, + 250, + 3.256, + 251, + 1.657, + 256, + 0.468, + 257, + 0.823, + 261, + 0.885, 263, - 3.359, - 320, - 3.212, - 338, - 4.895, - 605, - 4.342, - 639, - 5.617, - 697, - 2.793, - 737, - 3.941, - 783, - 5.146, + 2.163, + 268, + 1.86, + 269, + 1.695, + 273, + 1.488, + 280, + 2.734, + 300, + 0.627, + 305, + 0.655, + 307, + 1.207, + 314, + 4.455, + 316, + 3.81, + 330, + 2.032, + 332, + 1.879, + 333, + 1.342, + 334, + 2.629, + 342, + 1.611, + 358, + 1.334, + 359, + 2.125, + 370, + 0.854, + 379, + 0.763, + 380, + 1.685, + 382, + 2.689, + 385, + 1.627, + 387, + 1.268, + 390, + 0.477, + 391, + 1.292, + 392, + 2.233, + 404, + 1.83, + 420, + 0.782, + 426, + 2.627, + 446, + 1.451, + 452, + 0.329, + 453, + 3.491, + 459, + 1.347, + 469, + 1.056, + 471, + 1.708, + 479, + 0.782, + 480, + 0.745, + 488, + 1.317, + 490, + 1.757, + 496, + 0.527, + 500, + 0.76, + 504, + 1.467, + 509, + 1.081, + 513, + 0.587, + 514, + 1.439, + 521, + 0.394, + 523, + 0.587, + 524, + 2.502, + 533, + 0.627, + 534, + 1.977, + 541, + 1.109, + 543, + 1.688, + 552, + 0.336, + 553, + 0.404, + 554, + 0.782, + 561, + 1.14, + 568, + 5.585, + 573, + 0.425, + 574, + 2.018, + 577, + 0.817, + 580, + 0.715, + 590, + 1.2, + 604, + 0.573, + 629, + 1.082, + 636, + 0.799, + 644, + 1.032, + 647, + 2.083, + 652, + 1.952, + 669, + 0.701, + 679, + 2.7, + 689, + 0.933, + 691, + 2.914, + 692, + 1.086, + 713, + 1.541, + 717, + 1.704, + 727, + 0.923, + 728, + 1.419, + 740, + 1.056, + 750, + 3.241, + 752, + 2.406, + 765, + 0.73, + 773, + 2.422, + 775, + 0.627, + 815, + 0.701, + 826, + 0.594, + 849, + 3.589, + 856, + 2.095, 866, - 5.081, + 2.104, + 883, + 1.572, 891, - 2.61, - 944, - 4.342, - 969, - 3.597, - 1009, - 4.412, - 1054, - 4.342, - 1158, - 6.18, - 1167, - 5.737, - 1267, - 5.476, - 1447, - 6.434, - 1516, - 3.344, - 1554, - 4.154, - 1586, - 3.597, - 1693, - 6.082, - 1798, - 5.711, - 1922, - 4.94, - 2228, - 5.866, - 2354, - 4.738, - 2479, - 5.656, - 2502, - 4.486, - 2640, - 6.434, - 2641, - 5.319, - 2686, - 5.054, - 2789, - 5.476, - 2878, - 5.054, - 3048, - 5.866, - 4149, - 6.856, - 4234, - 6.118, + 2.96, + 898, + 1.854, + 900, + 2.265, + 903, + 3.436, + 914, + 2.359, + 925, + 1.373, + 926, + 0.826, + 931, + 3.323, + 941, + 0.817, + 960, + 0.516, + 961, + 1.439, + 962, + 5.638, + 963, + 3.085, + 978, + 0.447, + 987, + 0.602, + 1000, + 5.603, + 1001, + 1.788, + 1002, + 5.438, + 1003, + 4.883, + 1005, + 1.788, + 1006, + 1.478, + 1007, + 2.833, + 1010, + 0.856, + 1012, + 2.935, + 1014, + 1.343, + 1019, + 4.136, + 1022, + 1.035, + 1024, + 3.086, + 1025, + 3.391, + 1027, + 2.935, + 1093, + 2.476, + 1109, + 0.549, + 1116, + 3.939, + 1124, + 0.73, + 1140, + 0.96, + 1146, + 2.05, + 1153, + 2.23, + 1155, + 1.404, + 1157, + 2.493, + 1158, + 4.021, + 1179, + 3.086, + 1180, + 3.294, + 1186, + 0.554, + 1187, + 2.907, + 1188, + 1.021, + 1192, + 1.292, + 1198, + 1.188, + 1221, + 2.797, + 1223, + 1.404, + 1225, + 0.803, + 1226, + 3.438, + 1231, + 2.363, + 1245, + 0.763, + 1261, + 0.689, + 1272, + 2.317, + 1279, + 2.152, + 1293, + 3.174, + 1295, + 3.574, + 1296, + 0.776, + 1306, + 1.317, + 1307, + 0.701, + 1309, + 0.618, + 1323, + 1.209, + 1324, + 0.587, + 1327, + 0.763, + 1339, + 0.854, + 1378, + 2.889, + 1379, + 1.958, + 1386, + 0.826, + 1403, + 0.537, + 1406, + 3.604, + 1434, + 1.451, + 1459, + 1.934, + 1465, + 3.391, + 1472, + 1.297, + 1493, + 0.782, + 1525, + 1.83, + 1548, + 1.123, + 1588, + 3.544, + 1600, + 1.247, + 1601, + 0.854, + 1602, + 1.419, + 1607, + 1.677, + 1609, + 1.207, + 1628, + 1.2, + 1629, + 0.933, + 1631, + 0.701, + 1636, + 0.655, + 1638, + 0.715, + 1644, + 4.071, + 1650, + 2.517, + 1651, + 1.247, + 1661, + 0.567, + 1672, + 1.939, + 1682, + 0.715, + 1690, + 1.404, + 1698, + 0.701, + 1713, + 0.594, + 1807, + 0.999, + 1823, + 1.268, + 1884, + 3.174, + 1889, + 1.268, + 1892, + 3.174, + 1902, + 0.745, + 1903, + 1.522, + 1904, + 0.885, + 1908, + 1.626, + 1928, + 1.939, + 1968, + 1.541, + 2026, + 1.373, + 2033, + 2.485, + 2036, + 2.485, + 2039, + 1.035, + 2040, + 4.845, + 2042, + 1.154, + 2070, + 0.715, + 2087, + 0.715, + 2089, + 1.171, + 2156, + 0.689, + 2211, + 0.971, + 2220, + 0.677, + 2286, + 4.896, + 2296, + 6.599, + 2297, + 0.73, + 2299, + 1.439, + 2300, + 5.314, + 2307, + 0.803, + 2321, + 1.035, + 2322, + 1.035, + 2323, + 5.499, + 2324, + 1.035, + 2325, + 1.035, + 2326, + 6.277, + 2327, + 0.715, + 2435, + 3.872, + 2440, + 1.01, + 2469, + 1.478, + 2498, + 0.73, + 2582, + 3.024, + 2633, + 0.58, + 2645, + 4.124, + 2775, + 0.61, + 2780, + 0.701, + 2835, + 0.971, + 2873, + 1.788, + 2874, + 0.826, + 2907, + 0.885, + 2925, + 1.867, + 3200, + 3.466, + 3246, + 0.803, + 3325, + 0.826, + 3366, + 2.551, + 3615, + 0.854, + 3673, + 0.854, + 3717, + 0.923, + 3790, + 2.485, + 3846, + 4.339, + 3856, + 4.418, + 3861, + 2.184, + 3974, + 1.788, + 3984, + 1.627, + 4098, + 2.23, + 4104, + 0.701, 4252, - 6.434, - 4390, - 3.635, - 4770, - 4.738, - 4887, - 4.097, - 4942, - 5.883, - 5218, - 4.835, - 5424, - 6.434, - 5590, - 6.856, - 6201, - 5.656, - 6887, - 5.319, + 2.551, + 4257, + 3.073, + 4347, + 0.971, + 4364, + 0.803, + 4514, + 1.343, + 4564, + 1.63, + 4603, + 1.572, + 4832, + 1.404, + 4860, + 1.035, + 4874, + 2.363, + 4875, + 1.522, + 5094, + 1.7, + 5171, + 2.363, + 5497, + 0.971, + 5521, + 3.289, + 5522, + 3.289, + 5524, + 2.648, + 5525, + 0.971, + 5528, + 2.648, + 5531, + 2.648, + 5673, + 1.952, + 5674, + 3.289, + 5677, + 1.788, + 5679, + 1.905, + 5680, + 2.648, + 5682, + 0.782, + 5687, + 1.905, + 5690, + 1.788, + 5693, + 1.035, + 5694, + 2.648, + 5697, + 5.513, + 5698, + 0.971, + 5707, + 0.971, + 5710, + 1.035, + 5774, + 1.035, + 5775, + 9.907, + 5777, + 3.289, + 5778, + 1.035, + 5780, + 1.035, + 5781, + 1.035, + 5783, + 2.648, + 5784, + 3.289, + 5789, + 1.035, + 5793, + 1.035, + 5796, + 4.775, + 5798, + 6.114, + 5802, + 1.035, + 5803, + 3.872, + 6134, + 1.905, + 6241, + 0.971, + 6963, + 1.035, + 6964, + 1.035, + 7001, + 1.268, + 7019, + 4.716, + 7191, + 0.971, + 7204, + 1.035, + 7264, + 1.035, + 7345, + 0.971, + 7367, + 1.035, + 7442, + 1.905, + 7443, + 2.814, + 7444, + 1.132, + 7445, + 1.035, + 7446, + 1.132, + 7447, + 2.084, + 7448, + 2.896, + 7449, + 1.132, + 7450, + 2.896, + 7451, + 1.905, + 7452, + 2.084, + 7453, + 2.896, + 7454, + 3.086, + 7455, + 1.132, + 7456, + 1.132, + 7457, + 0.923, + 7458, + 2.896, + 7459, + 2.648, + 7460, + 1.132, + 7461, + 1.035, + 7462, + 1.132, + 7463, + 1.132, + 7464, + 2.084, + 7465, + 1.132, + 7466, + 1.132, + 7467, + 6.028, + 7468, + 2.084, + 7469, + 1.132, + 7470, + 1.132, + 7471, + 1.132, + 7472, + 1.132, + 7473, + 1.132, + 7474, + 1.132, + 7475, + 2.084, + 7476, + 1.132, + 7477, + 3.596, + 7478, + 1.132, + 7479, + 3.596, + 7480, + 2.084, + 7481, + 2.896, + 7482, + 1.132, + 7483, + 2.084, + 7484, + 1.132, + 7485, + 1.132, + 7486, + 2.084, + 7487, + 1.132, + 7488, + 2.084, + 7489, + 1.132, + 7490, + 2.084, + 7491, + 1.7, + 7492, + 4.745, + 7493, + 2.084, + 7494, + 1.132, + 7495, + 1.132, + 7496, + 1.132, + 7497, + 2.896, + 7498, + 2.084, + 7499, + 2.896, + 7500, + 2.896, + 7501, + 2.896, + 7502, + 2.084, + 7503, + 1.132, + 7504, + 2.084, + 7505, + 1.905, + 7506, + 2.084, + 7507, + 2.896, + 7508, + 1.132, + 7509, + 1.788, + 7510, + 1.132, + 7511, + 1.132, + 7512, + 1.132, + 7513, + 1.132, + 7514, + 2.084, + 7515, + 1.132, + 7516, + 1.132, + 7517, + 1.132, + 7518, + 1.132, + 7519, + 1.132, + 7520, + 2.084, + 7521, + 1.132, + 7522, + 1.132, + 7523, + 1.132, + 7524, + 1.132, + 7525, + 1.132, + 7526, + 1.132, + 7527, + 1.132, + 7528, + 2.896, + 7529, + 2.084, + 7530, + 1.132, + 7531, + 1.132, + 7532, + 1.132, + 7533, + 1.132, + 7534, + 1.132, 7535, - 7.498, + 1.132, 7536, - 7.498, + 1.132, 7537, - 6.856, + 1.132, 7538, - 6.434, + 1.132, 7539, - 6.856, + 1.132, 7540, - 6.434, + 1.132, 7541, - 7.498, + 1.132, 7542, - 6.856, + 1.132, 7543, - 6.434, + 2.084, 7544, - 6.856, + 1.132, 7545, - 6.856, + 1.132, 7546, - 6.856, + 1.132, 7547, - 6.434, + 1.035, 7548, - 7.498, + 1.132, 7549, - 7.498, + 1.035, 7550, - 7.498 - ] - ], - [ - "type/ref/stable/dmURI", - [ - 6760, - 1.837 - ] - ], - [ - "data/ref/stable/dmURI", - [ - 8, - 1.419, - 11, - 0.914, - 16, - 0.763, - 30, - 1.001, - 35, - 2.515, - 37, - 3.754, - 86, - 1.207, - 92, - 2.906, - 146, - 3.342, - 151, - 1.551, - 270, - 4.501, - 300, - 1.811, - 428, - 4.238, - 616, - 4.337, - 694, - 4.567, - 737, - 4.33, - 866, - 3.624, - 903, - 4.444, - 929, - 5.217, - 1054, - 4.899, - 1167, - 5.755, - 1275, - 4.56, - 1447, - 5.701, - 1569, - 2.983, - 1693, - 4.899, - 1824, - 6.902, - 1946, - 6.381, - 2041, - 7.868, - 2087, - 7.762, - 3459, - 6.381, - 3560, - 6.001, - 4533, - 6.902, - 4784, - 8.676, - 4942, - 6.293, - 5591, - 6.936, - 5626, - 5.843, - 5805, - 9.415, - 6830, - 5.15, - 6884, - 5.869, + 1.035, 7551, - 8.459, + 1.132, 7552, - 11.826, - 7553, - 8.459, - 7554, - 7.258, - 7555, - 8.459, - 7556, - 8.459, - 7557, - 10.29, - 7558, - 8.459 - ] - ], - [ - "type/ref/stable/dmImage", - [ - 6760, - 1.837 - ] - ], - [ - "data/ref/stable/dmImage", - [ - 119, - 3.582, - 121, - 3.177, - 123, - 4.071, - 198, - 3.67, - 737, - 4.215, - 7209, - 7.573 + 2.084 ] ], [ - "type/ref/stable/dmTransform", + "type/ref/stable/gui", [ 6760, 1.837 ] ], [ - "data/ref/stable/dmTransform", + "data/ref/stable/gui", [ + 1, + 0.665, 7, - 1.239, + 0.727, 8, - 1.263, + 0.474, 9, - 1.005, + 0.574, + 10, + 1.253, 11, - 0.943, + 0.614, + 12, + 1.186, + 16, + 0.451, + 17, + 0.416, + 18, + 1.141, + 20, + 1.491, + 22, + 0.254, 23, - 1.071, + 2.793, 28, - 1.759, + 0.572, 30, - 1.135, - 33, - 1.235, - 42, - 2.215, + 1.746, + 31, + 0.358, + 36, + 1.753, + 38, + 1.228, + 44, + 0.258, 46, - 1.378, - 51, - 1.744, - 68, - 1.124, + 1.532, + 47, + 5.46, + 48, + 4.201, + 49, + 1.598, + 50, + 2.56, + 52, + 0.715, + 54, + 0.56, + 55, + 1.038, + 56, + 0.24, + 57, + 1.436, + 58, + 4.403, + 59, + 0.717, + 60, + 1.034, + 62, + 1.697, + 63, + 1.049, + 66, + 0.398, + 67, + 0.309, + 69, + 1.017, 70, - 1.903, - 74, - 0.799, - 80, - 3.315, + 0.26, + 72, + 0.393, + 73, + 0.981, + 75, + 2.148, + 77, + 1.446, + 78, + 0.524, + 79, + 0.966, 83, - 3.03, + 2.397, + 84, + 0.927, 86, - 1.516, - 110, - 1.648, + 1.207, + 87, + 0.745, + 88, + 1.152, + 89, + 1.183, + 90, + 2.491, + 91, + 0.887, + 92, + 1.204, + 94, + 0.549, + 95, + 5.816, + 96, + 1.464, + 97, + 1.254, + 99, + 1.066, + 100, + 1.733, + 101, + 3.452, + 102, + 1.758, + 103, + 1.78, + 104, + 0.868, + 105, + 0.473, + 106, + 1.168, + 107, + 1.328, + 108, + 0.636, + 112, + 0.745, + 113, + 1.883, + 116, + 0.459, + 118, + 3.983, + 119, + 1.884, + 121, + 2.158, + 123, + 1.325, + 124, + 4.141, 125, - 2.003, + 1.406, + 126, + 1.914, 127, - 2.069, - 137, - 1.26, + 0.416, + 128, + 0.306, + 131, + 0.89, + 132, + 2.943, + 133, + 2.207, + 140, + 0.998, 141, - 0.992, - 148, - 2.869, - 151, - 1.888, - 160, - 1.517, - 171, - 6.513, + 1.375, + 142, + 2.728, + 143, + 0.572, + 147, + 0.694, + 148, + 1.189, + 149, + 0.989, + 150, + 0.658, + 153, + 1.359, + 154, + 0.745, + 155, + 0.745, + 156, + 0.694, + 157, + 0.795, + 158, + 2.609, + 159, + 2.187, + 160, + 0.349, + 165, + 2.21, + 166, + 0.29, + 167, + 1.051, + 168, + 1.576, + 169, + 0.798, + 170, + 3.189, + 172, + 1.143, + 174, + 0.481, 175, - 5.022, - 183, - 5.809, + 3.8, + 177, + 2.179, + 178, + 0.23, + 185, + 3.779, 186, - 1.481, - 222, - 3.339, + 0.683, + 193, + 0.383, + 194, + 0.474, + 195, + 0.358, + 196, + 0.214, + 197, + 0.744, + 201, + 1.388, + 202, + 1.319, + 207, + 0.206, + 208, + 0.272, + 209, + 0.466, + 210, + 0.685, + 211, + 1.344, + 212, + 3.87, + 213, + 0.761, + 215, + 3.873, + 216, + 3.353, + 218, + 5.484, + 223, + 1.766, + 226, + 0.835, 227, - 5.344, + 0.358, + 228, + 0.92, + 229, + 1.474, + 230, + 0.905, + 232, + 0.407, + 233, + 0.416, + 234, + 3.06, + 235, + 0.39, + 237, + 1.713, + 239, + 0.272, + 240, + 1.148, + 241, + 1.149, + 244, + 1.887, + 247, + 0.716, + 248, + 0.369, + 249, + 0.296, + 250, + 3.106, + 251, + 3.342, + 253, + 0.591, + 256, + 1.466, + 257, + 1.469, + 258, + 1.116, + 259, + 1.536, + 260, + 0.398, + 261, + 1.432, + 263, + 2.778, 264, - 2.239, + 2.459, + 266, + 3.329, + 267, + 0.565, + 268, + 1.823, + 269, + 1.824, + 271, + 1.123, + 273, + 1.822, + 274, + 1.765, + 276, + 0.466, 277, - 2.424, - 297, - 2.253, + 0.53, + 278, + 0.565, + 280, + 0.242, + 281, + 2.504, + 282, + 0.306, + 283, + 0.565, + 284, + 0.565, + 285, + 1.344, + 286, + 1.495, + 288, + 0.636, + 290, + 0.659, + 295, + 0.285, 300, - 1.061, + 0.653, + 302, + 2.128, + 303, + 2.804, + 304, + 1.396, + 305, + 0.683, + 306, + 3.071, + 307, + 0.683, + 308, + 2.191, + 310, + 1.012, + 311, + 0.761, + 315, + 0.731, + 316, + 1.896, 320, - 3.082, - 337, - 1.807, - 356, - 3.194, - 362, - 3.347, - 369, - 3.264, - 407, - 1.49, - 462, - 3.875, - 465, - 2.091, - 493, - 2.476, - 654, - 1.972, - 704, - 2.915, - 710, - 2.606, - 719, - 4.163, - 742, - 2.963, - 756, - 2.454, - 759, - 2.537, - 812, - 4.876, - 870, - 3.422, - 896, - 7.811, + 3.342, + 322, + 1.694, + 327, + 2.997, + 328, + 1.555, + 329, + 1.581, + 330, + 0.829, + 332, + 0.564, + 333, + 0.848, + 335, + 2.859, + 336, + 0.466, + 338, + 2.191, + 339, + 0.483, + 341, + 1.049, + 342, + 1.51, + 344, + 2.263, + 346, + 1.012, + 347, + 0.761, + 353, + 0.473, + 354, + 0.466, + 357, + 3.765, + 358, + 3.08, + 361, + 0.347, + 363, + 1.382, + 364, + 1.382, + 365, + 1.325, + 366, + 1.325, + 367, + 3.033, + 370, + 4.519, + 371, + 3.427, + 373, + 0.376, + 378, + 0.398, + 380, + 0.219, + 382, + 0.609, + 383, + 0.407, + 389, + 0.653, + 392, + 0.758, + 394, + 2.392, + 400, + 0.416, + 402, + 0.329, + 410, + 0.504, + 411, + 0.612, + 412, + 0.416, + 416, + 0.451, + 418, + 0.565, + 419, + 1.07, + 421, + 4.833, + 424, + 0.466, + 427, + 2.448, + 428, + 0.369, + 429, + 0.821, + 433, + 0.252, + 441, + 0.591, + 446, + 0.848, + 452, + 0.343, + 453, + 0.358, + 457, + 0.923, + 467, + 0.407, + 469, + 0.598, + 471, + 2.374, + 472, + 0.285, + 479, + 0.232, + 481, + 0.358, + 483, + 0.407, + 489, + 0.287, + 490, + 1.687, + 492, + 0.358, + 499, + 1.201, + 500, + 1.23, + 502, + 0.407, + 504, + 0.598, + 505, + 0.317, + 509, + 1.123, + 510, + 0.433, + 511, + 0.901, + 513, + 0.32, + 516, + 2.491, + 517, + 1.012, + 521, + 0.411, + 522, + 0.306, + 524, + 0.567, + 526, + 0.407, + 530, + 0.565, + 531, + 0.565, + 543, + 0.473, + 544, + 2.072, + 547, + 0.363, + 552, + 1.201, + 553, + 2.208, + 554, + 0.635, + 555, + 0.53, + 556, + 0.485, + 559, + 2.121, + 561, + 1.28, + 573, + 1.265, + 574, + 0.296, + 577, + 0.242, + 582, + 0.376, + 588, + 0.32, + 595, + 0.913, + 599, + 0.451, + 603, + 0.258, + 627, + 0.358, + 629, + 0.782, + 648, + 0.299, + 668, + 0.504, + 669, + 0.383, + 674, + 0.309, + 675, + 0.237, + 679, + 1.164, + 686, + 0.636, + 687, + 0.363, + 689, + 0.277, + 691, + 2.136, + 692, + 0.635, + 702, + 0.309, + 703, + 0.849, + 724, + 1.555, + 728, + 1.273, + 732, + 1.426, + 738, + 0.369, + 750, + 0.572, + 752, + 2.129, + 753, + 0.837, + 762, + 0.282, + 765, + 0.216, + 773, + 0.784, + 775, + 0.342, + 785, + 1.482, + 792, + 0.966, + 793, + 0.287, + 801, + 0.578, + 807, + 0.358, + 811, + 0.306, + 819, + 0.363, + 827, + 1.737, + 832, + 2.343, + 834, + 0.306, + 848, + 0.306, + 856, + 2.404, + 859, + 0.309, + 860, + 0.313, + 866, + 1.912, + 880, + 0.572, + 891, + 2.095, + 894, + 0.244, + 897, + 0.398, + 898, + 0.219, + 903, + 0.333, + 910, + 0.329, + 912, + 0.398, + 914, + 1.812, + 915, + 0.83, + 919, + 0.868, + 923, + 0.303, + 924, + 0.293, + 931, + 1.279, 935, - 7.224, - 945, - 3.13, + 0.306, + 941, + 0.463, + 944, + 0.605, + 946, + 3.567, 948, - 2.718, - 951, - 7.761, - 954, - 4.507, - 1094, - 3.564, - 1138, - 3.736, + 3.177, + 950, + 0.407, + 959, + 1.978, + 960, + 0.773, + 969, + 1.031, + 975, + 0.566, + 978, + 0.855, + 980, + 0.761, + 989, + 4.038, + 990, + 0.407, + 991, + 0.376, + 992, + 1.898, + 1010, + 1.068, + 1014, + 0.398, + 1019, + 3.237, + 1025, + 1.826, + 1028, + 0.923, + 1029, + 0.578, + 1034, + 0.237, + 1039, + 1.401, + 1040, + 0.369, + 1041, + 0.279, + 1043, + 0.267, + 1046, + 0.369, + 1052, + 0.89, + 1060, + 0.347, + 1064, + 0.303, + 1093, + 0.694, + 1098, + 1.05, + 1099, + 2.022, + 1109, + 1.634, + 1126, + 0.309, + 1131, + 0.584, + 1136, + 0.731, + 1137, + 0.369, + 1139, + 0.952, + 1140, + 3.15, + 1141, + 0.376, + 1144, + 1.711, + 1146, + 0.732, + 1147, + 0.466, 1149, - 4.848, + 0.89, + 1150, + 0.952, 1153, - 3.015, - 1167, - 5.649, - 1168, - 4.46, - 1173, - 2.282, - 1179, - 3.13, - 1190, - 2.783, - 1223, - 4.042, - 1270, - 6.265, - 1342, - 6.27, - 1443, - 8.212, - 1662, - 2.282, - 1704, - 2.376, - 1756, - 3.015, - 2099, - 6.253, - 2179, - 5.301, - 2481, - 8.313, - 2703, - 6.009, - 3058, - 3.263, - 3088, - 4.25, - 3477, - 4.46, - 3673, - 4.25, - 3762, - 4.042, - 4427, - 4.042, - 4463, - 4.25, - 4940, - 3.071, - 5109, - 3.13, - 5871, - 4.25, - 6046, - 4.25, - 6066, - 3.339, - 7504, - 7.585, - 7559, - 10.556, - 7560, - 7.193, - 7561, - 9.032, - 7562, - 7.193, - 7563, - 4.953, - 7564, - 4.529, - 7565, - 4.529, - 7566, - 7.193, - 7567, - 7.976, - 7568, - 4.529, - 7569, - 4.953, - 7570, - 4.529, - 7571, - 4.25, - 7572, - 4.953, - 7573, - 4.953, - 7574, - 7.268, - 7575, - 7.193, - 7576, - 4.953, - 7577, - 9.872, - 7578, - 7.193, - 7579, - 8.47, - 7580, - 7.193, - 7581, - 4.953, - 7582, - 4.953, - 7583, - 4.042, - 7584, - 4.529, - 7585, - 4.529, - 7586, - 4.953, - 7587, - 4.953, - 7588, - 4.529, - 7589, - 4.529, - 7590, - 4.953, - 7591, - 4.953, - 7592, - 7.745, - 7593, - 7.745, - 7594, - 4.953, - 7595, - 4.953, - 7596, - 4.529, - 7597, - 4.529, - 7598, - 4.953, - 7599, - 4.953, - 7600, - 4.25 - ] - ], - [ - "type/ref/stable/b2d", - [ - 6760, - 1.837 - ] - ], - [ - "data/ref/stable/b2d", - [ - 9, - 0.77, - 10, - 1.655, - 11, - 0.805, - 21, - 2.19, - 30, - 1.114, - 108, - 3.427, - 141, - 2.149, - 163, - 5.042, - 172, - 2.969, - 369, - 2.874, - 493, - 3.136, - 538, - 4.805, - 636, - 3.756, - 640, - 4.943, - 694, - 4.761, - 1569, - 3.198, - 1822, - 3.354, - 1883, - 7.836, - 1892, - 6.918, - 2123, - 5.2, - 5218, - 6.918, - 7601, - 9.067, - 7602, - 9.81, - 7603, - 9.067, - 7604, - 8.291, - 7605, - 9.067, - 7606, - 8.291, - 7607, - 8.291 - ] - ], - [ - "type/ref/stable/dmWebServer", - [ - 6760, - 1.837 - ] - ], - [ - "data/ref/stable/dmWebServer", - [ - 8, - 0.892, - 9, - 0.774, - 11, - 1.016, - 21, - 1.423, - 26, - 1.868, - 27, - 4.405, - 30, - 1.007, - 35, - 2.072, - 42, - 2.17, - 51, - 1.308, - 74, - 1.126, - 92, - 2.395, - 101, - 3.309, - 147, - 4.461, - 151, - 2.098, - 186, - 3.033, - 196, - 4.011, - 234, - 2.12, - 251, - 4.102, - 278, - 2.133, - 283, - 5.45, - 318, - 2.841, - 428, - 3.492, - 493, - 2.038, - 523, - 4.238, - 587, - 5.329, - 590, - 2.305, - 616, - 3.574, - 680, - 2.754, - 693, - 4.415, - 735, - 4.102, - 737, - 4.437, - 783, - 4.909, - 787, - 7.23, - 891, - 3.17, - 929, - 4.117, - 970, - 5.687, - 1103, - 6.044, - 1167, - 5.94, + 1.747, + 1155, + 1.049, + 1160, + 0.706, + 1164, + 0.369, 1170, - 8.055, - 1232, - 5.091, - 1239, - 3.492, - 1693, - 6.629, - 1798, - 4.17, - 1803, - 4.405, - 1813, - 6.87, - 1963, - 5.785, - 2023, - 5.45, - 2079, - 3.808, - 2209, - 5.646, - 2232, - 4.17, - 2789, - 5.091, - 2996, - 5.271, - 3287, - 3.917, - 3380, - 8.635, - 3850, - 4.945, - 4821, - 4.321, - 4887, - 4.976, - 4942, - 6.09, - 6884, - 5.785, - 6887, - 8.12, - 7608, - 6.97, - 7609, - 10.143, + 0.483, + 1172, + 0.598, + 1193, + 1.555, + 1198, + 0.352, + 1202, + 1.601, + 1207, + 0.451, + 1208, + 0.718, + 1211, + 0.451, + 1216, + 0.333, + 1220, + 1.611, + 1221, + 1.072, + 1224, + 0.812, + 1228, + 0.777, + 1229, + 0.407, + 1245, + 0.416, + 1250, + 0.663, + 1254, + 4.043, + 1256, + 1.05, + 1257, + 0.731, + 1258, + 0.777, + 1259, + 0.745, + 1260, + 0.694, + 1261, + 0.376, + 1272, + 0.524, + 1279, + 1.795, + 1281, + 0.438, + 1295, + 2.722, + 1296, + 1.617, + 1301, + 0.438, + 1309, + 1.42, + 1323, + 1.086, + 1329, + 0.706, + 1343, + 1.44, + 1379, + 1.73, + 1387, + 0.398, + 1403, + 1.765, + 1406, + 3.186, + 1411, + 0.505, + 1415, + 0.427, + 1434, + 0.848, + 1459, + 3.195, + 1465, + 2.687, + 1471, + 0.306, + 1472, + 2.069, + 1492, + 0.383, + 1495, + 1.199, + 1502, + 0.868, + 1518, + 0.565, + 1520, + 0.565, + 1556, + 0.466, + 1559, + 0.383, + 1562, + 0.777, + 1588, + 1.061, + 1597, + 0.358, + 1599, + 0.39, + 1600, + 0.369, + 1606, + 0.694, + 1607, + 0.358, + 1609, + 0.358, + 1611, + 0.504, + 1621, + 0.313, + 1629, + 0.528, + 1630, + 0.466, + 1636, + 1.254, + 1638, + 0.745, + 1648, + 0.673, + 1649, + 0.324, + 1661, + 0.591, + 1662, + 0.519, + 1679, + 1.426, + 1689, + 0.837, + 1690, + 0.416, + 1696, + 1.031, + 1699, + 0.504, + 1713, + 0.324, + 1773, + 0.777, + 1774, + 0.598, + 1788, + 0.53, + 1790, + 1.201, + 1797, + 0.761, + 1804, + 0.296, + 1806, + 1.17, + 1830, + 0.53, + 1847, + 1.581, + 1871, + 0.299, + 1873, + 0.53, + 1882, + 0.752, + 1885, + 0.358, + 1894, + 3.044, + 1895, + 0.745, + 1896, + 3.459, + 1902, + 1.116, + 1903, + 0.862, + 1906, + 0.427, + 1908, + 0.979, + 1911, + 0.317, + 1912, + 1.277, + 1914, + 0.565, + 1920, + 0.287, + 1929, + 0.901, + 1931, + 0.333, + 1942, + 0.663, + 1982, + 0.591, + 2007, + 0.745, + 2024, + 0.279, + 2027, + 2.42, + 2057, + 0.745, + 2089, + 0.663, + 2123, + 0.352, + 2160, + 0.416, + 2164, + 0.267, + 2173, + 0.363, + 2174, + 0.53, + 2187, + 1.549, + 2228, + 0.483, + 2261, + 0.663, + 2263, + 0.483, + 2268, + 0.329, + 2284, + 1.766, + 2323, + 4.076, + 2330, + 0.407, + 2362, + 0.565, + 2363, + 0.565, + 2375, + 0.483, + 2377, + 0.438, + 2382, + 0.731, + 2440, + 0.572, + 2474, + 0.466, + 2475, + 0.466, + 2478, + 0.53, + 2488, + 0.504, + 2501, + 1.079, + 2503, + 0.407, + 2507, + 2.416, + 2540, + 0.653, + 2548, + 0.694, + 2555, + 0.745, + 2558, + 1.495, + 2566, + 0.407, + 2583, + 1.549, + 2584, + 1.453, + 2585, + 0.565, + 2586, + 0.565, + 2587, + 1.012, + 2588, + 1.012, + 2589, + 3.465, + 2590, + 0.963, + 2591, + 0.795, + 2592, + 0.565, + 2593, + 1.079, + 2595, + 1.079, + 2596, + 1.079, + 2597, + 3.375, + 2598, + 0.565, + 2599, + 0.565, + 2600, + 0.53, + 2601, + 1.012, + 2602, + 2.23, + 2604, + 0.53, + 2605, + 0.565, + 2606, + 2.23, + 2607, + 0.565, + 2608, + 0.565, + 2609, + 4.225, + 2611, + 0.565, + 2612, + 0.565, + 2630, + 0.466, + 2633, + 4.392, + 2639, + 0.963, + 2649, + 0.369, + 2674, + 0.53, + 2695, + 0.53, + 2697, + 1.694, + 2775, + 0.636, + 2855, + 0.483, + 2871, + 0.352, + 2874, + 0.862, + 2875, + 2.263, + 2876, + 1.17, + 2877, + 1.277, + 2886, + 1.581, + 2924, + 0.565, + 2930, + 1.012, + 2954, + 0.416, + 2955, + 0.352, + 2994, + 0.407, + 3084, + 1.17, + 3111, + 1.012, + 3118, + 0.466, + 3121, + 0.923, + 3139, + 0.466, + 3144, + 0.416, + 3205, + 0.53, + 3242, + 0.89, + 3246, + 4.11, + 3272, + 0.504, + 3342, + 0.731, + 3352, + 0.53, + 3354, + 0.53, + 3365, + 0.89, + 3387, + 1.453, + 3503, + 0.53, + 3505, + 0.483, + 3536, + 1.012, + 3597, + 0.438, + 3603, + 1.368, + 3616, + 0.451, + 3691, + 0.427, + 3709, + 0.466, + 3713, + 0.997, + 3735, + 0.565, + 3736, + 0.565, + 3737, + 0.565, + 3738, + 0.565, + 3739, + 0.565, + 3740, + 0.565, + 3741, + 0.565, + 3742, + 0.565, + 3743, + 0.565, + 3744, + 0.565, + 3745, + 0.565, + 3746, + 0.565, + 3747, + 0.565, + 3748, + 0.565, + 3749, + 0.565, + 3750, + 0.53, + 3751, + 0.565, + 3752, + 0.565, + 3753, + 0.565, + 3754, + 0.565, + 3755, + 0.565, + 3756, + 0.565, + 3757, + 0.565, + 3758, + 0.565, + 3759, + 0.565, + 3760, + 0.565, + 3761, + 0.565, + 3762, + 0.565, + 3763, + 0.565, + 3764, + 0.565, + 3765, + 0.565, + 3766, + 0.565, + 3767, + 0.565, + 3768, + 0.565, + 3769, + 0.565, + 3770, + 0.565, + 3771, + 0.565, + 3772, + 0.565, + 3773, + 0.565, + 3774, + 0.565, + 3775, + 0.565, + 3776, + 0.466, + 3809, + 2.722, + 3810, + 1.116, + 3811, + 0.483, + 3838, + 0.451, + 3866, + 0.963, + 3897, + 0.39, + 3899, + 1.459, + 3972, + 0.333, + 4042, + 2.751, + 4098, + 0.383, + 4154, + 0.451, + 4208, + 0.53, + 4235, + 0.504, + 4369, + 0.483, + 4386, + 1.012, + 4445, + 0.504, + 4454, + 0.483, + 4456, + 1.382, + 4464, + 1.844, + 4465, + 1.752, + 4466, + 2.79, + 4486, + 0.504, + 4498, + 1.382, + 4505, + 0.451, + 4514, + 1.934, + 4524, + 1.766, + 4648, + 0.565, + 4698, + 0.795, + 4713, + 0.53, + 4729, + 0.963, + 4745, + 1.031, + 4812, + 0.963, + 4832, + 0.795, + 5011, + 1.079, + 5015, + 0.565, + 5016, + 0.565, + 5017, + 0.565, + 5018, + 1.549, + 5019, + 1.012, + 5020, + 1.079, + 5130, + 0.466, + 5146, + 0.483, + 5151, + 0.438, + 5159, + 0.53, + 5184, + 0.53, + 5297, + 0.504, + 5364, + 0.565, + 5425, + 0.761, + 5556, + 0.923, + 5628, + 1.079, + 5651, + 0.53, + 5673, + 0.416, + 5766, + 0.483, + 5807, + 0.53, + 5830, + 0.466, + 5905, + 1.079, + 5906, + 1.079, + 5917, + 0.565, + 5970, + 1.012, + 5971, + 0.53, + 5977, + 0.53, + 5979, + 1.012, + 6003, + 1.549, + 6014, + 0.504, + 6017, + 0.53, + 6043, + 1.898, + 6213, + 0.565, + 6473, + 2.237, + 6520, + 0.53, + 6554, + 0.504, + 6765, + 0.565, + 6960, + 0.565, + 6970, + 0.451, + 7001, + 4.493, + 7008, + 0.483, + 7063, + 1.079, + 7102, + 0.53, + 7200, + 0.565, + 7231, + 1.858, + 7326, + 1.277, + 7435, + 0.466, + 7442, + 1.98, + 7505, + 0.565, + 7553, + 0.53, + 7554, + 2.574, + 7555, + 1.693, + 7556, + 0.618, + 7557, + 1.693, + 7558, + 0.618, + 7559, + 0.618, + 7560, + 1.693, + 7561, + 0.618, + 7562, + 0.565, + 7563, + 1.693, + 7564, + 0.618, + 7565, + 1.693, + 7566, + 0.618, + 7567, + 2.599, + 7568, + 0.618, + 7569, + 1.693, + 7570, + 0.618, + 7571, + 1.693, + 7572, + 0.618, + 7573, + 1.18, + 7574, + 0.565, + 7575, + 0.618, + 7576, + 0.618, + 7577, + 0.565, + 7578, + 0.565, + 7579, + 0.618, + 7580, + 1.18, + 7581, + 1.18, + 7582, + 1.18, + 7583, + 1.18, + 7584, + 1.18, + 7585, + 1.18, + 7586, + 1.18, + 7587, + 1.18, + 7588, + 1.18, + 7589, + 1.18, + 7590, + 1.18, + 7591, + 1.18, + 7592, + 1.18, + 7593, + 0.618, + 7594, + 1.18, + 7595, + 1.18, + 7596, + 1.18, + 7597, + 1.18, + 7598, + 1.18, + 7599, + 1.693, + 7600, + 0.618, + 7601, + 1.18, + 7602, + 1.693, + 7603, + 0.618, + 7604, + 1.693, + 7605, + 0.618, + 7606, + 1.693, + 7607, + 0.618, + 7608, + 1.693, + 7609, + 0.618, 7610, - 9.107, + 0.618, 7611, - 6.97, + 0.618, 7612, - 6.97, + 0.618, 7613, - 6.97, + 0.565, 7614, - 6.97, + 1.693, 7615, - 6.97 - ] - ], - [ - "type/ref/stable/dmMutex", - [ - 6760, - 1.837 - ] - ], - [ - "data/ref/stable/dmMutex", - [ - 8, - 1.003, - 9, - 1.017, - 11, - 1.048, - 16, - 0.886, - 21, - 2.188, - 30, - 0.967, - 32, - 1.868, - 33, - 1.305, - 68, - 2.432, - 117, - 2.92, - 190, - 2.229, - 219, - 4.974, - 278, - 3.279, - 303, - 3.273, - 697, - 2.92, - 719, - 3.51, - 724, - 5.438, - 1078, - 3.273, - 1095, - 4.689, - 1199, - 4.859, - 1204, - 6.395, - 1211, - 3.478, - 1521, - 4.952, - 1718, - 9.035, - 1776, - 4.118, - 1795, - 4.067, - 1909, - 8.386, - 2031, - 4.523, - 2071, - 10.668, - 2123, - 3.799, - 2996, - 5.336, - 3221, - 4.952, - 3557, - 6.131, - 4390, - 3.799, - 4940, - 4.859, - 6754, - 6.725, - 7456, - 5.724, + 0.618, 7616, - 7.837, + 1.693, 7617, - 10.274, + 0.618, 7618, - 10.952, + 1.693, 7619, - 7.837, + 0.618, 7620, - 11.804, + 0.565, 7621, - 11.977, + 0.618, 7622, - 5.912, + 0.618, 7623, - 7.837, + 0.618, 7624, - 7.837, + 0.963, 7625, - 7.837, + 0.618, 7626, - 7.837, + 0.618, 7627, - 7.837, + 0.565, 7628, - 7.837 - ] - ], - [ - "type/ref/stable/dmAndroid", - [ - 6760, - 1.837 - ] - ], - [ - "data/ref/stable/dmAndroid", - [ - 9, - 0.799, - 16, - 0.938, - 21, - 2.121, - 23, - 2.033, - 30, - 1.112, - 33, - 1.25, - 38, - 4.178, - 99, - 2.689, - 137, - 1.399, - 140, - 4.334, - 141, - 1.468, - 158, - 3.19, - 162, - 2.418, - 198, - 3.073, - 300, - 2.427, - 350, - 2.438, - 478, - 3.929, - 523, - 5.398, - 697, - 3.504, - 702, - 4.512, - 737, - 3.898, - 769, - 5.527, - 1078, - 3.929, - 1103, - 4.117, - 1104, - 3.67, - 1167, - 4.881, - 1324, - 6.065, - 1678, - 3.688, - 1902, - 5.07, - 1962, - 7.358, - 2031, - 3.376, - 2320, - 7.095, - 2549, - 5.627, - 2703, - 5.197, - 3259, - 8.944, - 3840, - 5.139, - 4087, - 10.927, - 4390, - 4.559, - 4398, - 7.388, - 4594, - 6.286, - 4615, - 7.819, - 4940, - 4.542, - 4942, - 5.005, - 5263, - 7.358, - 5479, - 6.286, - 6860, - 7.095, - 7025, - 8.601, + 0.565, 7629, - 9.406, + 0.565, 7630, - 10.388, + 1.98, 7631, - 6.286, + 0.565, 7632, - 7.326, + 1.98, 7633, - 7.326, + 0.565, 7634, - 6.699, + 1.98, 7635, - 11.336, + 0.565, 7636, - 7.326, + 1.98, 7637, - 9.406, + 0.565, 7638, - 9.406, + 0.565, 7639, - 9.499, + 0.565, 7640, - 7.326, + 0.565, 7641, - 10.388, + 0.565, 7642, - 9.406, + 0.565, 7643, - 9.406, + 0.565, 7644, - 7.326, + 1.98, 7645, - 7.326, + 0.565, 7646, - 9.406, + 1.98, 7647, - 9.406, + 0.565, 7648, - 9.406, + 1.98, 7649, - 7.326 - ] - ], - [ - "type/ref/stable/dmThread", - [ - 6760, - 1.837 - ] - ], - [ - "data/ref/stable/dmThread", - [ - 7, - 0.936, - 9, - 0.808, - 11, - 1.012, - 21, - 1.523, - 23, - 1.612, - 30, - 1.093, - 42, - 1.777, - 48, - 2.075, - 49, - 2.666, - 70, - 2.138, - 74, - 1.056, - 92, - 2.562, - 99, - 2.132, - 110, - 2.482, - 111, - 3.186, - 137, - 1.11, - 147, - 5.013, - 160, - 1.336, - 161, - 1.48, - 173, - 2.881, - 186, - 2.23, - 196, - 3.227, - 217, - 3.817, - 219, - 3.779, - 237, - 1.717, - 278, - 2.911, - 291, - 2.562, - 298, - 3.73, - 303, - 3.115, - 312, - 3.436, - 328, - 3.505, - 343, - 2.121, - 395, - 2.947, - 456, - 3.654, - 492, - 3.04, - 493, - 2.18, - 524, - 3.736, - 554, - 2.467, - 590, - 3.465, - 628, - 4.54, - 700, - 3.403, - 707, - 4.54, - 719, - 3.34, - 862, - 3.779, - 928, - 6.012, - 1490, - 6.399, - 1694, - 5.027, - 1822, - 3.875, - 1844, - 4.131, - 2091, - 8.054, - 2117, - 4.02, - 2996, - 3.371, - 3840, - 4.075, - 4594, - 9.468, - 4595, - 6.399, - 5036, - 5.291, - 5819, - 10.423, - 7009, - 6.948, - 7239, - 5.834, + 0.565, 7650, - 7.458, + 0.565, 7651, - 12.109, + 0.565, 7652, - 7.458, + 0.565, 7653, - 7.458, + 0.565, 7654, - 7.458, + 0.565, 7655, - 7.458, + 0.565, 7656, - 7.458, + 0.565, 7657, - 7.458, + 0.565, 7658, - 7.458, + 0.565, 7659, - 7.458, + 0.565, 7660, - 7.458, + 0.565, 7661, - 6.399, + 0.565, 7662, - 7.458, + 0.565, 7663, - 7.458, + 0.565, 7664, - 7.458, + 0.565, 7665, - 7.458, + 0.565, 7666, - 7.458, + 0.565, 7667, - 7.458 - ] - ], - [ - "type/ref/stable/dmVMath", - [ - 6760, - 1.837 - ] - ], - [ - "data/ref/stable/dmVMath", - [ - 7, - 1.406, - 8, - 1.313, - 9, - 1.008, - 11, - 0.85, - 16, - 0.366, - 26, - 1.088, - 30, - 1.156, - 33, - 0.539, - 42, - 1.478, - 80, - 1.87, - 117, - 3.381, - 119, - 3.051, - 121, - 2.975, - 125, - 2.508, - 127, - 3.519, - 137, - 1.12, - 161, - 0.806, - 175, - 2.727, - 186, - 1.214, - 191, - 1.028, - 222, - 2.736, - 225, - 2.351, - 228, - 4.73, - 242, - 2.351, - 300, - 1.328, - 337, - 3.073, - 454, - 3.76, - 479, - 4.496, - 492, - 1.655, - 514, - 3.644, - 710, - 4.011, - 737, - 4.154, - 756, - 4.173, - 835, - 6.766, - 836, - 6.912, - 866, - 1.739, - 870, - 2.804, - 935, - 7.021, - 945, - 3.919, - 1034, - 7.229, - 1058, - 4.18, - 1138, - 5.677, - 1153, - 2.471, - 1168, - 6.947, - 1200, - 2.885, - 1211, - 1.801, - 1221, - 2.565, - 1516, - 3.18, - 1682, - 4.529, - 1749, - 2.965, - 1764, - 2.351, - 1876, - 3.844, - 1889, - 4.879, - 2099, - 7.397, - 2100, - 7.874, - 2142, - 5.956, - 2164, - 5.626, - 2377, - 2.516, - 2901, - 3.175, - 3226, - 2.516, - 3234, - 3.062, - 3287, - 6.67, - 3312, - 7.972, - 3451, - 7.787, - 3477, - 2.516, - 3935, - 4.18, - 4130, - 4.957, - 4377, - 5.321, - 4387, - 7.218, - 4623, - 5.671, - 4763, - 6.449, - 5109, - 6.996, - 5579, - 7.485, - 5600, - 7.787, - 6066, - 7.091, - 6099, - 7.807, + 0.565, 7668, - 4.059, + 0.565, 7669, - 7.525, + 0.565, 7670, - 7.525, + 0.565, 7671, - 6.201, + 0.565, 7672, - 6.201, + 0.565, 7673, - 6.201, + 0.565, 7674, - 6.201, + 0.565, 7675, - 4.059, + 1.18, 7676, - 9.075, + 0.618, 7677, - 9.075, + 1.18, 7678, - 5.671, + 0.618, 7679, - 6.201, + 0.618, 7680, - 6.201, + 0.618, 7681, - 8.424, + 0.618, 7682, - 5.671, + 0.618, 7683, - 5.671, + 0.618, 7684, - 5.671, + 0.618, 7685, - 5.671, + 0.618, 7686, - 5.671, + 0.618, 7687, - 5.671, + 0.618, 7688, - 4.059, + 0.618, 7689, - 4.059, + 0.618, 7690, - 6.457, + 0.618, 7691, - 4.059, + 0.618, 7692, - 4.059, + 0.618, 7693, - 4.059, + 0.618, 7694, - 3.712, + 2.165, 7695, - 3.712, + 0.618, 7696, - 3.483, + 0.618, 7697, - 5.671, + 0.618, 7698, - 4.059, + 0.618, 7699, - 4.059, + 0.618, 7700, - 4.059, + 0.618, 7701, - 4.059, + 0.618, 7702, - 3.712, + 0.618, 7703, - 8.424, + 0.618, 7704, - 3.175, + 0.618, 7705, - 4.059, + 0.618, 7706, - 6.881, + 0.565, 7707, - 6.201, + 0.618, 7708, - 4.059, + 0.565, 7709, - 8.424 - ] - ], - [ - "type/ref/stable/dmSocket", - [ - 6760, - 1.837 - ] - ], - [ - "data/ref/stable/dmSocket", - [ - 7, - 0.783, - 8, - 1.082, - 9, - 0.929, - 11, - 1.111, - 16, - 0.563, - 19, - 2.369, - 21, - 1.859, - 30, - 0.563, - 33, - 0.544, - 35, - 1.855, - 42, - 2.77, - 48, - 1.138, - 68, - 0.928, - 70, - 1.402, - 74, - 1.214, - 77, - 1.687, - 86, - 1.207, - 99, - 1.784, - 106, - 2.465, - 119, - 1.304, - 121, - 1.764, - 123, - 1.482, - 125, - 1.654, - 127, - 1.709, - 129, - 2.073, - 131, - 2.333, - 133, - 2.902, - 137, - 0.609, - 151, - 2.252, - 186, - 1.865, - 196, - 2.565, - 198, - 3.362, - 201, - 2.205, - 203, - 2.585, - 224, - 1.126, - 245, - 5.353, - 246, - 6.488, - 259, - 5.345, - 263, - 1.745, - 272, - 3.733, - 277, - 1.379, - 278, - 1.909, - 300, - 0.876, - 350, - 1.361, - 360, - 3.2, - 407, - 1.292, - 422, - 4.117, - 444, - 3.363, - 465, - 2.088, - 488, - 2.826, - 493, - 2.473, - 521, - 1.604, - 548, - 2.744, - 581, - 1.328, - 590, - 2.063, - 605, - 2.369, - 616, - 3.199, - 667, - 7.236, - 697, - 3.393, - 712, - 1.681, - 724, - 3.456, - 735, - 2.407, - 737, - 4.542, - 905, - 2.098, - 919, - 2.027, - 929, - 3.824, - 960, - 1.983, - 1042, - 3.278, - 1078, - 1.709, - 1094, - 2.027, - 1095, - 2.448, - 1103, - 5.118, - 1121, - 2.585, - 1167, - 3.924, - 1202, - 6.381, - 1481, - 6.333, - 1554, - 4.686, - 1569, - 2.2, - 1693, - 6.629, - 1705, - 2.446, - 1717, - 6.001, - 1820, - 2.695, - 1862, - 2.988, - 1930, - 2.123, - 1957, - 2.004, - 1963, - 5.474, - 2013, - 4.899, - 2016, - 2.585, - 2023, - 4.864, - 2031, - 1.885, - 2079, - 2.235, - 2179, - 3.558, - 2228, - 3.2, - 2232, - 2.448, - 2328, - 2.638, - 2354, - 2.585, - 2393, - 5.544, - 2402, - 6.178, - 2450, - 4.11, - 2502, - 2.448, - 2640, - 3.51, - 2641, - 2.902, - 2759, - 2.695, - 2996, - 1.849, - 3048, - 3.2, - 3051, - 5.705, - 3254, - 7.125, - 3287, - 3.506, - 3358, - 4.205, - 3422, - 4.982, - 3632, - 2.988, - 3816, - 3.51, - 4234, - 3.338, - 4240, - 3.741, - 4252, - 3.51, - 4276, - 2.757, - 4390, - 5.214, - 4407, - 10.036, - 4445, - 4.556, - 4821, - 6.379, - 4926, - 2.988, - 4940, - 2.536, - 4942, - 4.023, - 4968, - 7.125, - 5285, - 5.523, - 5424, - 3.51, - 5623, - 2.988, - 5973, - 7.516, - 6201, - 3.086, - 6363, - 6.902, - 6753, - 2.266, - 6879, - 4.881, - 6884, - 2.333, - 6887, - 8.186, - 6900, - 4.706, - 7297, - 6.178, - 7304, - 5.353, - 7508, - 5.364, - 7538, - 3.51, - 7539, - 3.741, - 7540, - 3.51, - 7542, - 3.741, - 7543, - 3.51, - 7544, - 3.741, - 7545, - 3.741, - 7546, - 3.741, - 7547, - 3.51, + 1.012, 7710, - 6.238, + 0.618, 7711, - 3.741, + 0.565, 7712, - 4.091, + 0.618, 7713, - 6.238, + 0.618, 7714, - 5.353, + 0.618, 7715, - 4.091, + 0.618, 7716, - 7.258, + 0.618, 7717, - 3.741, + 0.618, 7718, - 3.741, + 0.618, 7719, - 4.091, + 0.618, 7720, - 4.091, + 0.618, 7721, - 4.091, + 0.618, 7722, - 4.091, + 0.618, 7723, - 4.091, + 0.618, 7724, - 4.091, + 0.618, 7725, - 8.459, + 0.618, 7726, - 4.091, + 0.618, 7727, - 4.091, + 0.618, 7728, - 4.091, + 1.693, 7729, - 4.091, + 0.618, 7730, - 4.091, + 0.618, 7731, - 4.091, + 0.565, 7732, - 4.091, + 0.618, 7733, - 4.091, + 0.618, 7734, - 4.091, + 1.693, 7735, - 4.091, + 0.618, 7736, - 6.238, + 0.618, 7737, - 4.091, + 0.618, 7738, - 6.238, + 1.693, 7739, - 4.091, + 1.693, 7740, - 3.741, + 1.693, 7741, - 4.091, + 1.693, 7742, - 4.091, + 1.693, 7743, - 4.091, + 1.693, 7744, - 4.091, + 1.693, 7745, - 6.238, + 1.693, 7746, - 4.091 - ] - ], - [ - "type/ref/stable/bit", - [ - 6760, - 1.837 - ] - ], - [ - "data/ref/stable/bit", - [ - 7, - 1.148, - 8, - 1.584, - 9, - 0.646, - 11, - 0.999, - 16, - 0.932, - 23, - 2.37, - 30, - 1.135, - 32, - 1.448, - 33, - 1.011, - 35, - 3.787, - 37, - 1.834, - 51, - 1.179, - 70, - 2.463, - 71, - 0.848, - 74, - 0.459, - 77, - 1.517, - 80, - 3.918, - 83, - 4.218, - 86, - 1.213, - 97, - 2.948, - 99, - 1.181, - 112, - 4.808, - 119, - 2.004, - 121, - 1.168, - 129, - 4.635, - 146, - 2.483, - 151, - 1.559, - 160, - 1.363, - 161, - 0.82, - 162, - 2.575, - 173, - 4.234, - 182, - 3.053, - 186, - 1.235, - 219, - 2.094, - 222, - 4.237, - 224, - 2.518, - 228, - 2.896, - 229, - 1.817, - 270, - 4.048, - 281, - 2.07, - 290, - 2.188, - 300, - 1.346, - 316, - 2.288, - 337, - 3.766, - 407, - 1.576, - 444, - 2.227, - 456, - 3.08, - 465, - 1.878, - 492, - 4.468, - 514, - 1.467, - 522, - 2.003, - 524, - 5.791, - 581, - 1.341, - 594, - 3.126, - 605, - 3.64, - 616, - 2.118, - 710, - 2.756, - 726, - 1.85, - 749, - 4.635, - 756, - 4.773, - 858, - 1.992, - 945, - 3.972, - 1065, - 2.561, - 1153, - 2.515, - 1211, - 1.834, - 1233, - 2.227, - 1248, - 3.018, - 1257, - 1.904, - 1324, - 4.906, - 1569, - 2.683, - 1640, - 2.785, - 1680, - 3.897, - 1891, - 7.849, - 1981, - 5.194, - 2011, - 5.892, - 2040, - 8.627, - 2118, - 4.552, - 2139, - 5.176, - 2179, - 3.585, - 2497, - 5.0, - 2502, - 3.761, - 2587, - 6.401, - 2826, - 3.371, - 2827, - 3.371, - 2963, - 5.129, - 3418, - 2.785, - 3616, - 6.165, - 3802, - 5.873, - 4008, - 5.393, - 4010, - 3.545, - 4130, - 2.722, - 4455, - 7.537, - 4738, - 2.931, - 5348, - 4.742, - 5526, - 3.545, - 5589, - 3.778, - 6099, - 5.129, - 6167, - 2.931, - 6317, - 8.267, - 6406, - 10.11, - 7507, - 10.162, + 1.693, 7747, - 4.131, + 0.53, 7748, - 4.131, + 0.565, 7749, - 6.528, + 0.565, 7750, - 4.131, + 0.618, 7751, - 9.147, + 0.618, 7752, - 10.016, + 0.53, 7753, - 4.131, + 0.618, 7754, - 4.131, + 0.618, 7755, - 4.131, + 0.618, 7756, - 4.131, + 1.693, 7757, - 4.131, + 1.693, 7758, - 4.131, + 0.618, 7759, - 4.131, + 0.565, 7760, - 4.131, + 0.618, 7761, - 3.778, + 0.618, 7762, - 6.286, + 0.618, 7763, - 3.778, + 0.618, 7764, - 4.131, + 0.618, 7765, - 4.131, + 0.618, 7766, - 6.286, + 0.618, 7767, - 4.131, + 0.618, 7768, - 4.131, + 0.565, 7769, - 6.286, + 0.618, 7770, - 6.286, + 0.618, 7771, - 4.131, + 0.618, 7772, - 4.131, + 0.618, 7773, - 4.131, + 0.618, 7774, - 4.131, + 0.618, 7775, - 4.131, + 0.618, 7776, - 4.131, + 1.18, 7777, - 4.131, + 1.18, 7778, - 4.131, + 0.618, 7779, - 3.778, + 1.18, 7780, - 4.131, + 0.618, 7781, - 4.131, + 1.18, 7782, - 8.364, + 0.618, 7783, - 3.018, + 1.18, 7784, - 4.131, + 0.618, 7785, - 3.545 + 0.618, + 7786, + 0.618, + 7787, + 0.618, + 7788, + 0.618, + 7789, + 0.618, + 7790, + 0.618, + 7791, + 0.618, + 7792, + 0.618, + 7793, + 0.618, + 7794, + 0.618, + 7795, + 2.165, + 7796, + 0.618, + 7797, + 1.079, + 7798, + 0.618, + 7799, + 0.504, + 7800, + 0.618, + 7801, + 0.618, + 7802, + 0.618, + 7803, + 0.618, + 7804, + 0.618, + 7805, + 0.618, + 7806, + 0.618, + 7807, + 0.618, + 7808, + 0.618, + 7809, + 0.618, + 7810, + 0.618, + 7811, + 0.618, + 7812, + 0.618, + 7813, + 0.618, + 7814, + 0.565, + 7815, + 0.565, + 7816, + 0.565, + 7817, + 0.565, + 7818, + 0.565, + 7819, + 0.565, + 7820, + 0.565, + 7821, + 0.565, + 7822, + 0.565, + 7823, + 0.565, + 7824, + 0.618, + 7825, + 0.618, + 7826, + 0.618, + 7827, + 0.618, + 7828, + 0.618, + 7829, + 0.618, + 7830, + 0.618, + 7831, + 0.618, + 7832, + 0.618, + 7833, + 0.618, + 7834, + 0.618, + 7835, + 0.618, + 7836, + 0.618, + 7837, + 0.618, + 7838, + 0.618, + 7839, + 1.18, + 7840, + 0.618, + 7841, + 0.618, + 7842, + 0.618, + 7843, + 0.618, + 7844, + 0.618, + 7845, + 0.618, + 7846, + 0.618, + 7847, + 0.618, + 7848, + 0.618, + 7849, + 0.618, + 7850, + 0.618, + 7851, + 3.717, + 7852, + 0.618, + 7853, + 0.565, + 7854, + 0.618, + 7855, + 1.18, + 7856, + 1.18, + 7857, + 1.18, + 7858, + 0.618, + 7859, + 0.618, + 7860, + 0.618, + 7861, + 0.618, + 7862, + 0.618, + 7863, + 0.618, + 7864, + 0.618, + 7865, + 0.618, + 7866, + 0.618, + 7867, + 0.618, + 7868, + 0.618, + 7869, + 0.618, + 7870, + 0.618, + 7871, + 0.618, + 7872, + 0.618, + 7873, + 0.618, + 7874, + 0.618, + 7875, + 0.618, + 7876, + 0.618, + 7877, + 0.618, + 7878, + 0.618, + 7879, + 0.618, + 7880, + 0.618, + 7881, + 0.618, + 7882, + 0.618, + 7883, + 0.618, + 7884, + 0.618, + 7885, + 0.618, + 7886, + 0.618, + 7887, + 0.618, + 7888, + 0.618, + 7889, + 0.618, + 7890, + 0.618, + 7891, + 0.618, + 7892, + 0.618, + 7893, + 0.618, + 7894, + 0.618, + 7895, + 0.618, + 7896, + 0.618, + 7897, + 0.618, + 7898, + 0.618, + 7899, + 0.618, + 7900, + 0.618, + 7901, + 0.618, + 7902, + 0.618, + 7903, + 0.618, + 7904, + 0.618, + 7905, + 0.565, + 7906, + 0.618, + 7907, + 0.618, + 7908, + 1.012, + 7909, + 0.565, + 7910, + 0.565, + 7911, + 0.618, + 7912, + 0.618, + 7913, + 0.618, + 7914, + 0.618, + 7915, + 1.18, + 7916, + 0.618, + 7917, + 0.618, + 7918, + 0.618, + 7919, + 0.565, + 7920, + 0.618, + 7921, + 0.618, + 7922, + 0.618, + 7923, + 0.618, + 7924, + 0.618, + 7925, + 0.618, + 7926, + 0.565, + 7927, + 0.618, + 7928, + 0.618, + 7929, + 0.618, + 7930, + 0.618, + 7931, + 0.618, + 7932, + 0.618, + 7933, + 0.618, + 7934, + 0.618, + 7935, + 0.483, + 7936, + 0.504, + 7937, + 0.565, + 7938, + 1.079, + 7939, + 0.565, + 7940, + 0.565, + 7941, + 0.565, + 7942, + 1.012, + 7943, + 1.012, + 7944, + 0.565, + 7945, + 0.565, + 7946, + 0.565, + 7947, + 0.565, + 7948, + 0.565, + 7949, + 0.565, + 7950, + 0.565 ] ], [ - "type/ref/stable/render", + "type/ref/stable/collectionproxy", [ 6760, 1.837 ] ], [ - "data/ref/stable/render", + "data/ref/stable/collectionproxy", [ - 1, - 0.276, 7, - 1.25, - 8, - 1.346, + 0.43, 9, - 0.945, + 1.163, 10, - 0.197, - 11, - 1.042, - 16, - 0.927, - 19, - 1.611, - 21, - 2.047, - 22, - 1.408, - 23, - 1.911, - 24, - 0.493, - 25, - 0.616, - 26, - 1.959, - 27, - 0.682, - 29, - 1.465, - 30, + 0.741, + 18, 1.139, - 31, - 1.716, - 32, - 1.043, - 33, - 1.549, - 34, - 0.616, - 35, - 2.94, - 37, - 0.886, - 39, - 1.369, - 41, - 0.809, - 42, - 2.107, + 20, + 1.483, + 22, + 2.235, + 36, + 1.673, + 38, + 1.278, 44, - 1.39, + 2.272, 46, - 0.774, - 48, - 0.964, - 49, - 1.238, - 51, - 1.371, - 52, - 0.359, - 54, - 1.82, + 1.425, + 55, + 3.69, + 56, + 1.335, + 57, + 1.31, 59, - 1.472, + 0.973, + 60, + 0.954, 62, - 0.929, - 64, - 1.758, - 65, - 3.888, - 66, - 1.561, - 67, - 2.174, - 68, - 1.755, - 69, - 1.378, - 70, - 1.821, - 71, - 1.787, - 72, - 1.814, - 73, - 0.87, - 74, - 1.081, + 1.799, + 63, + 1.663, 77, - 1.909, - 80, - 1.282, - 83, - 0.84, - 86, - 1.487, - 92, - 2.014, - 93, - 4.225, + 1.126, + 79, + 0.983, + 90, + 1.296, + 96, + 3.167, 97, - 1.405, - 98, - 0.567, + 2.425, 99, - 2.212, + 1.094, + 100, + 2.05, 102, - 0.319, - 104, - 0.437, - 108, - 2.215, - 110, - 0.359, - 111, - 0.932, + 1.398, + 103, + 2.357, + 106, + 1.738, + 107, + 1.464, 117, - 1.291, - 119, - 2.078, + 3.201, 121, - 0.98, + 1.799, + 122, + 2.611, + 124, + 2.946, 125, - 0.437, - 127, - 0.451, - 131, - 0.616, + 2.056, + 126, + 2.253, 135, - 3.407, - 137, - 1.334, - 139, - 4.48, - 141, - 1.509, - 146, - 0.427, - 147, - 0.878, - 149, - 1.265, - 151, - 1.38, - 158, - 0.366, - 159, - 1.044, - 160, - 1.771, - 161, - 2.079, - 162, - 2.273, + 3.15, + 142, + 2.01, + 148, + 1.387, + 150, + 0.868, + 153, + 1.234, 166, - 0.975, - 168, - 0.625, - 173, - 0.771, - 175, - 2.411, - 176, - 0.789, - 179, - 0.535, - 181, - 2.047, - 182, - 2.2, - 184, - 1.246, - 185, - 0.881, - 186, - 3.284, - 190, - 0.567, - 191, - 0.877, - 193, - 0.228, - 198, - 1.5, - 202, - 3.992, - 217, - 3.021, - 218, - 1.067, - 219, - 1.011, - 221, - 0.529, - 224, - 1.873, - 227, - 1.036, + 3.615, + 169, + 1.248, + 174, + 3.136, + 177, + 1.049, + 194, + 1.53, + 196, + 1.186, + 201, + 1.519, + 207, + 2.249, + 210, + 1.387, 229, - 1.524, - 230, - 1.048, - 234, - 2.07, - 237, - 1.866, - 248, - 0.488, - 255, - 0.766, + 0.997, + 240, + 2.187, + 241, + 2.003, + 243, + 1.699, 256, - 0.317, + 1.222, + 257, + 3.039, 261, - 3.908, - 263, - 0.302, - 264, - 0.902, + 1.457, 268, - 2.353, - 270, - 2.693, - 277, - 1.168, - 278, - 2.082, - 282, - 1.048, - 285, - 0.989, - 290, - 0.376, - 293, - 0.801, - 294, - 0.475, - 297, - 1.085, + 1.712, + 269, + 2.025, + 271, + 2.822, + 273, + 1.668, + 280, + 2.65, 298, - 0.782, - 300, - 0.87, - 303, - 0.834, - 304, - 1.505, - 306, - 3.961, - 308, - 0.554, - 309, - 0.535, - 312, - 2.86, - 313, - 1.444, - 318, - 2.235, - 320, - 1.74, - 322, - 0.598, + 3.437, + 317, + 2.018, + 323, + 2.052, 328, - 0.507, - 336, - 1.581, - 337, - 0.394, - 343, - 1.667, - 346, - 1.348, + 4.602, + 330, + 2.453, + 333, + 1.538, + 341, + 2.637, 347, - 1.662, - 350, - 1.528, - 356, - 0.696, - 357, - 0.523, - 361, - 0.575, - 362, - 2.0, - 364, - 2.51, - 366, - 1.258, - 369, - 0.882, - 373, - 1.062, - 394, - 0.989, - 395, - 0.788, - 396, - 0.657, - 400, - 0.535, - 406, - 0.834, - 407, - 1.746, - 416, - 0.967, - 422, - 0.488, - 426, - 0.582, - 427, - 1.349, - 428, - 0.541, - 429, - 1.246, - 438, - 2.456, - 441, - 0.376, - 453, - 0.507, - 454, - 0.447, - 456, - 0.529, - 460, - 1.74, - 465, - 1.353, - 466, - 0.417, - 468, - 0.845, - 478, - 2.449, + 2.211, + 349, + 3.973, + 368, + 0.975, + 392, + 1.202, + 446, + 1.718, + 452, + 0.997, + 459, + 1.596, + 469, + 1.738, + 471, + 2.062, 479, - 0.535, - 481, - 0.405, + 1.287, 490, - 2.234, + 2.823, 492, - 2.063, - 502, - 0.957, - 512, - 0.635, - 514, - 1.23, - 521, - 1.359, - 522, - 3.65, - 524, - 0.541, - 527, - 1.611, - 538, - 2.456, - 554, - 1.146, - 569, - 1.327, - 571, - 0.927, - 573, - 0.902, - 580, - 1.969, - 581, - 2.015, - 583, - 1.973, + 1.986, + 499, + 3.858, + 543, + 1.376, + 553, + 1.944, + 556, + 1.409, + 561, + 2.142, 590, - 1.674, - 593, - 1.345, - 594, - 1.424, + 2.8, 599, - 0.513, - 606, - 2.844, - 612, - 1.294, - 624, - 0.541, - 639, - 0.635, - 650, - 0.927, - 655, - 0.878, - 664, - 0.848, - 666, - 0.423, - 682, - 1.0, - 688, - 0.567, - 692, - 1.09, - 693, - 1.969, - 694, - 0.479, - 697, - 1.711, - 710, - 0.723, - 712, - 1.424, - 714, - 0.427, - 724, - 1.105, + 2.505, + 623, + 2.414, + 638, + 2.167, + 642, + 2.756, + 644, + 1.699, + 691, + 1.049, + 718, + 2.369, 728, - 2.327, - 730, - 1.287, + 4.373, + 732, + 4.453, + 740, + 1.738, 743, - 0.523, - 754, - 0.855, - 756, - 0.535, + 2.505, 758, - 2.533, - 759, - 1.619, - 764, - 0.711, + 1.522, + 762, + 4.428, + 765, + 3.501, 766, - 1.194, - 773, - 0.845, + 4.255, 775, - 1.611, - 776, - 0.479, - 792, - 0.397, - 795, - 1.156, - 805, - 2.454, - 806, - 0.845, - 808, - 0.708, - 810, - 4.142, - 811, - 1.459, - 812, - 0.894, - 815, - 2.811, - 816, - 3.705, - 821, - 0.682, - 824, - 0.523, - 825, - 0.657, + 1.9, + 781, + 3.136, + 787, + 4.937, 827, - 2.232, - 835, - 1.611, - 836, - 1.563, - 837, - 1.637, - 840, - 2.032, + 1.986, + 832, + 2.609, 845, - 0.646, + 3.666, + 848, + 1.699, + 849, + 3.0, 860, - 0.414, - 862, - 1.011, - 867, - 5.691, - 869, - 2.189, - 870, - 3.787, - 880, - 1.416, - 883, - 0.669, - 890, - 2.059, - 892, - 1.156, - 895, - 0.696, - 899, - 4.412, - 905, - 0.554, - 908, - 0.696, - 912, - 4.3, - 913, - 1.712, - 914, - 0.635, - 923, - 4.467, - 924, - 3.612, - 929, - 4.836, - 934, - 0.711, - 935, - 3.634, - 939, - 0.575, - 940, - 0.711, - 948, - 3.063, - 949, - 1.156, - 954, - 1.062, - 958, - 2.332, - 959, - 2.519, - 960, - 0.523, - 962, - 2.412, - 968, - 1.378, - 972, - 2.58, - 983, - 3.028, - 986, - 3.353, + 4.523, + 891, + 1.845, + 917, + 1.55, + 918, + 3.69, + 941, + 2.133, + 978, + 3.039, 993, - 0.815, - 998, - 0.947, - 1002, - 0.845, - 1011, - 1.854, - 1021, - 0.625, - 1026, - 1.174, - 1036, - 0.789, - 1038, - 0.728, - 1040, - 2.677, - 1042, - 0.567, - 1045, - 0.541, - 1046, - 0.927, - 1051, - 0.987, - 1054, - 2.353, - 1065, - 0.669, - 1072, - 0.938, - 1078, - 0.451, - 1085, - 0.766, - 1094, - 0.989, - 1129, - 0.862, - 1139, - 2.039, - 1159, - 1.5, - 1160, - 0.433, - 1166, - 0.947, - 1174, - 1.194, - 1191, - 0.475, - 1200, - 0.929, + 1.927, + 1007, + 2.695, + 1010, + 1.409, + 1019, + 1.296, + 1025, + 4.484, + 1039, + 1.849, + 1060, + 3.798, + 1153, + 3.176, + 1173, + 1.68, 1202, - 0.815, - 1207, - 0.669, - 1217, - 1.156, - 1224, - 2.544, - 1227, - 0.978, - 1234, - 0.529, - 1239, - 0.765, - 1263, - 0.646, - 1267, - 0.789, - 1275, - 1.076, - 1283, - 1.237, - 1293, - 0.929, - 1447, - 2.738, - 1477, - 0.927, - 1493, - 0.669, - 1498, - 0.646, - 1506, - 0.815, - 1516, - 0.378, - 1526, 1.628, - 1548, - 1.237, - 1554, - 0.598, - 1556, - 1.664, - 1569, - 2.299, - 1573, - 0.529, - 1583, - 0.635, - 1586, - 0.518, - 1606, - 0.682, - 1607, - 2.711, - 1618, - 1.843, - 1620, - 5.476, - 1662, - 1.872, - 1680, - 0.669, - 1685, - 1.505, - 1695, - 0.523, - 1704, - 4.743, - 1705, - 0.782, - 1736, - 0.881, - 1743, - 0.815, - 1776, - 1.462, - 1795, - 0.56, - 1797, - 0.646, - 1803, - 1.261, - 1805, - 4.37, - 1812, - 0.789, - 1821, - 1.538, - 1822, - 2.028, - 1839, - 0.646, - 1850, - 1.194, - 1865, - 1.611, - 1867, - 1.174, - 1869, - 2.095, - 1898, - 0.437, - 1902, - 0.582, - 1911, - 1.974, - 1915, - 1.345, - 1919, - 0.746, - 1920, - 2.283, - 1924, - 6.991, - 1936, - 1.345, - 1967, - 1.541, - 1974, - 2.614, - 1979, - 0.646, - 1982, - 0.567, - 1983, - 1.378, - 1990, - 2.19, - 2009, - 1.458, - 2010, - 0.582, - 2011, - 1.52, - 2013, - 2.007, - 2031, - 1.596, - 2035, - 0.789, - 2044, - 4.198, - 2045, - 0.927, - 2131, - 2.882, - 2136, - 0.696, - 2137, - 0.635, - 2138, - 0.789, - 2141, - 1.758, - 2144, - 0.669, - 2146, - 0.728, - 2161, - 0.711, - 2164, - 2.148, - 2195, - 1.505, - 2201, - 0.682, - 2208, - 0.711, + 1206, + 2.433, + 1272, + 2.414, + 1295, + 2.536, + 1306, + 2.167, + 1332, + 1.387, + 1382, + 1.9, + 1406, + 1.565, + 1411, + 1.469, + 1421, + 2.088, + 1429, + 3.666, + 1449, + 5.288, + 1465, + 2.713, + 1472, + 3.027, + 1493, + 2.369, + 1502, + 1.759, + 1508, + 2.587, + 1532, + 2.211, + 1541, + 1.849, + 1544, + 6.476, + 1574, + 2.088, + 1588, + 4.11, + 1628, + 5.105, + 1629, + 1.536, + 1630, + 4.103, + 1631, + 6.015, + 1638, + 3.437, + 1690, + 2.312, + 1693, + 2.312, + 1694, + 5.314, + 1878, + 7.314, + 1882, + 1.522, + 1931, + 1.849, + 1949, + 2.587, + 1966, + 2.312, + 1968, + 4.463, + 2042, + 3.013, + 2083, + 4.669, + 2089, + 3.056, + 2094, + 4.937, + 2171, + 2.369, + 2173, + 2.018, + 2182, + 4.3, + 2220, + 2.052, + 2262, + 2.683, 2268, - 0.696, - 2273, - 0.746, - 2304, - 0.696, - 2309, - 4.343, - 2337, - 0.746, - 2347, - 1.758, - 2348, - 1.215, - 2393, - 2.795, - 2399, - 0.815, - 2421, - 6.248, - 2426, - 0.766, - 2439, - 0.881, - 2466, - 0.669, - 2476, - 1.725, - 2494, - 3.257, - 2497, - 1.036, - 2502, - 0.646, - 2587, - 2.508, - 2612, - 0.927, - 2664, - 0.987, - 2667, - 1.505, - 2671, - 1.121, - 2679, - 0.927, - 2728, - 0.789, - 2769, - 0.746, - 2848, - 0.987, - 2885, - 2.967, - 2907, - 0.789, - 2908, - 1.561, - 2912, - 0.927, - 2914, - 2.827, - 2917, - 5.064, - 2918, - 0.987, - 2919, - 0.987, - 2920, - 0.766, - 2947, - 2.109, - 2959, - 0.987, - 2963, - 0.881, - 2967, - 1.287, - 2971, - 0.987, - 2974, - 0.927, - 2980, - 0.987, - 2981, - 0.987, - 2984, - 0.696, - 2996, - 1.258, - 3000, - 2.099, - 3033, - 0.987, - 3052, - 1.261, - 3075, - 0.711, - 3110, - 0.881, - 3124, - 0.881, - 3167, - 0.766, - 3175, - 3.28, - 3223, - 0.927, - 3227, - 0.711, - 3252, - 3.179, - 3300, - 0.987, - 3326, - 1.458, - 3339, - 0.815, - 3341, - 3.138, - 3354, - 2.032, - 3371, - 0.728, - 3435, - 0.746, - 3515, - 1.712, - 3545, - 0.696, - 3547, - 0.815, - 3559, - 6.614, - 3569, - 2.531, - 3613, - 3.591, - 3614, - 1.378, - 3618, - 4.503, - 3631, - 3.592, - 3638, - 0.927, - 3639, - 0.987, - 3641, - 0.987, - 3644, - 0.987, - 3647, - 0.987, - 3649, - 0.927, - 3651, - 0.987, - 3654, - 0.927, - 3658, - 0.987, - 3663, - 0.927, - 3677, - 0.987, - 3694, - 0.987, - 3696, - 0.987, - 3698, - 1.825, - 3699, - 0.987, - 3718, - 1.712, - 3736, - 1.628, - 3739, - 0.881, - 3741, - 0.987, - 3742, - 7.902, - 3791, - 1.416, - 3807, - 2.973, - 3838, - 1.416, + 5.162, + 2290, + 4.438, + 2307, + 2.433, + 2311, + 4.667, + 2433, + 2.052, + 2472, + 4.556, + 2518, + 5.288, + 2543, + 5.099, + 2568, + 3.437, + 2876, + 2.369, + 3057, + 2.369, + 3572, + 2.587, + 3616, + 2.505, + 3668, + 2.798, + 3680, + 2.798, + 3691, + 5.314, + 3845, + 2.587, + 3850, + 2.587, 3861, - 2.189, - 3888, - 0.987, - 4015, - 0.987, - 4044, - 0.881, - 4109, - 0.682, - 4126, - 1.261, - 4142, - 0.987, - 4207, - 0.766, - 4288, - 0.987, - 4428, - 0.987, - 4443, - 0.927, - 4444, - 0.987, - 4455, - 2.711, - 4469, - 1.505, - 4492, - 0.987, - 4531, - 0.987, - 4534, - 1.825, - 4586, - 0.987, - 4613, - 0.881, - 4708, - 3.746, - 4763, - 0.728, - 4771, - 1.563, - 4774, - 1.825, - 4821, - 1.237, - 4829, - 4.474, - 4884, - 1.345, - 4994, - 0.815, - 5066, - 1.712, - 5348, - 2.099, - 5380, - 0.881, - 5383, - 0.815, - 5587, - 0.987, - 5620, - 2.176, - 5628, - 0.789, - 5685, - 0.927, - 5722, - 0.881, - 5731, - 0.927, - 5826, - 1.628, - 5885, - 0.881, - 6037, - 0.987, - 6040, - 0.987, - 6066, - 2.335, - 6199, - 0.881, - 6362, - 0.987, - 6406, - 0.927, - 6826, - 0.987, - 6830, - 1.215, - 6856, - 1.712, - 6973, - 0.927, - 7042, - 0.927, - 7403, - 3.168, - 7418, - 4.705, - 7419, - 2.387, - 7437, - 4.628, - 7443, - 4.343, - 7456, - 0.789, - 7503, - 1.825, - 7507, - 2.973, - 7520, - 0.987, - 7564, - 0.987, - 7749, - 0.927, - 7786, - 2.544, - 7787, - 0.927, - 7788, - 4.628, - 7789, - 3.715, - 7790, - 3.715, - 7791, - 3.465, - 7792, - 1.08, - 7793, - 1.08, - 7794, - 1.08, - 7795, - 1.08, - 7796, - 1.825, - 7797, - 1.825, - 7798, - 1.825, + 2.587, + 3903, + 5.618, + 3956, + 3.136, + 3957, + 2.943, + 3971, + 6.18, + 4134, + 3.583, + 4139, + 3.136, + 4154, + 2.505, + 4383, + 2.943, + 4722, + 2.943, + 4866, + 3.136, + 4880, + 2.505, + 5046, + 3.136, + 5094, + 2.798, + 5139, + 2.943, + 5425, + 2.211, + 5480, + 2.943, + 5714, + 4.438, + 5720, + 2.683, + 7344, + 2.943, 7799, - 1.825, - 7800, - 1.825, - 7801, - 2.544, - 7802, - 1.08, - 7803, - 1.08, - 7804, - 1.08, - 7805, - 1.08, - 7806, - 1.996, - 7807, - 4.063, - 7808, - 2.782, - 7809, - 1.08, - 7810, - 1.08, - 7811, - 1.08, - 7812, - 1.08, - 7813, - 1.08, - 7814, - 1.825, - 7815, - 0.987, - 7816, - 0.987, - 7817, - 1.08, - 7818, - 1.08, - 7819, - 0.987, - 7820, - 1.08, - 7821, - 1.08, - 7822, - 1.08, - 7823, - 1.08, - 7824, - 1.08, - 7825, - 1.996, - 7826, - 0.987, - 7827, - 1.08, - 7828, - 1.08, - 7829, - 1.08, - 7830, - 1.08, - 7831, - 2.782, - 7832, - 1.08, - 7833, - 1.08, - 7834, - 1.08, - 7835, - 1.996, - 7836, - 1.08, - 7837, - 1.08, - 7838, - 1.996, - 7839, - 1.08, - 7840, - 1.08, - 7841, - 1.08, - 7842, - 0.987, - 7843, - 0.987, - 7844, - 0.987, - 7845, - 1.08, - 7846, - 1.08, - 7847, - 1.08, - 7848, - 1.08, - 7849, - 1.08, - 7850, - 1.08, - 7851, - 1.08, - 7852, - 1.08, - 7853, - 2.782, - 7854, - 1.08, - 7855, - 1.08, - 7856, - 1.08, - 7857, - 1.08, - 7858, - 1.08, - 7859, - 1.08, - 7860, - 1.996, - 7861, - 0.987, - 7862, - 1.08, - 7863, - 0.987, - 7864, - 1.08, - 7865, - 0.987, - 7866, - 5.062, - 7867, - 0.987, - 7868, - 1.996, - 7869, - 0.987, - 7870, - 0.987, - 7871, - 1.996, - 7872, - 0.987, - 7873, - 1.825, - 7874, - 1.996, - 7875, - 1.825, - 7876, - 0.987, - 7877, - 1.996, - 7878, - 0.987, - 7879, - 0.987, - 7880, - 0.987, - 7881, - 0.987, - 7882, - 1.996, - 7883, - 0.987, - 7884, - 0.987, - 7885, - 1.08, - 7886, - 2.782, - 7887, - 0.987, - 7888, - 1.996, - 7889, - 1.08, - 7890, - 1.08, - 7891, - 0.987, - 7892, - 1.08, - 7893, - 1.996, - 7894, - 1.08, - 7895, - 1.08, - 7896, - 1.08, - 7897, - 1.996, - 7898, - 1.08, - 7899, - 1.08, - 7900, - 1.08, - 7901, - 1.08, - 7902, - 1.08, - 7903, - 1.08, - 7904, - 1.996, - 7905, - 0.987, - 7906, - 1.996, - 7907, - 1.08, - 7908, - 1.08, - 7909, - 1.08, - 7910, - 1.08, - 7911, - 1.08, - 7912, - 1.08, - 7913, - 1.996, - 7914, - 1.825, - 7915, - 1.08, - 7916, - 1.825, - 7917, - 0.987, - 7918, - 1.08, - 7919, - 1.08, - 7920, - 1.825, - 7921, - 2.544, - 7922, - 1.825, - 7923, - 1.825, - 7924, - 1.825, - 7925, - 1.825, - 7926, - 1.825, - 7927, - 2.544, - 7928, - 1.08, - 7929, - 1.08, - 7930, - 1.08, - 7931, - 1.08, - 7932, - 1.08, - 7933, - 1.996, - 7934, - 1.08, - 7935, - 0.987, - 7936, - 1.628, - 7937, - 1.08, - 7938, - 1.08, - 7939, - 2.782, - 7940, - 1.08, - 7941, - 0.987, - 7942, - 1.08, - 7943, - 1.08, - 7944, - 2.782, - 7945, - 1.08, - 7946, - 1.996, - 7947, - 0.987, - 7948, - 0.987, - 7949, - 1.996, - 7950, - 1.996, + 2.798, 7951, - 5.325, + 3.43, 7952, - 1.08, + 3.43, 7953, - 1.996, + 9.702, 7954, - 6.804, + 3.43, 7955, - 1.561, + 4.667, 7956, - 1.08, + 3.43, 7957, - 1.08, + 3.43, 7958, - 1.08, + 3.43, 7959, - 1.08, + 3.43, 7960, - 1.08, + 3.43, 7961, - 1.825, + 3.43, 7962, - 0.987, + 3.43, 7963, - 0.987, + 3.43, 7964, - 0.987, + 3.43, 7965, - 1.996, + 3.43, 7966, - 1.825, + 2.798, 7967, - 2.782, + 3.43, 7968, - 0.987, + 2.798, 7969, - 0.987, + 2.943, 7970, - 1.996, + 5.439, 7971, - 0.987, + 3.43, 7972, - 1.08, + 6.759, 7973, - 0.987, + 3.43, 7974, - 1.08, + 3.43, 7975, - 1.996, + 3.43 + ] + ], + [ + "type/ref/stable/dmEngine", + [ + 6760, + 1.837 + ] + ], + [ + "data/ref/stable/dmEngine", + [ + 7, + 1.427, + 8, + 2.806, + 18, + 1.141, + 38, + 1.209, + 91, + 2.769, + 99, + 1.01, + 158, + 3.325, + 194, + 1.987, + 425, + 6.209, + 646, + 5.082, + 711, + 6.514, + 715, + 5.269, + 744, + 3.932, + 931, + 2.776, + 1061, + 6.607, + 1063, + 7.115, + 1067, + 3.715, + 1126, + 5.024, + 1588, + 5.573, + 1769, + 5.241, + 1814, + 4.534, + 1911, + 4.159, + 1957, + 6.619, + 2878, + 8.068, + 4758, + 10.4, 7976, - 1.996, + 8.112, 7977, - 1.08, + 8.112, 7978, - 1.08, + 8.112, 7979, - 1.08, + 8.112, 7980, - 1.08 + 12.19, + 7981, + 8.112, + 7982, + 8.112, + 7983, + 7.418, + 7984, + 8.112, + 7985, + 9.171, + 7986, + 7.418, + 7987, + 8.112, + 7988, + 8.112 + ] + ], + [ + "type/ref/stable/dmMath", + [ + 6760, + 1.837 + ] + ], + [ + "data/ref/stable/dmMath", + [ + 11, + 3.141, + 18, + 0.782, + 30, + 3.277, + 38, + 0.963, + 57, + 1.489, + 59, + 0.782, + 79, + 1.012, + 99, + 0.77, + 103, + 1.996, + 165, + 2.987, + 208, + 4.594, + 229, + 1.589, + 263, + 3.479, + 268, + 2.133, + 306, + 5.118, + 330, + 2.764, + 479, + 3.919, + 534, + 4.075, + 561, + 2.748, + 647, + 6.492, + 664, + 6.333, + 826, + 4.555, + 1979, + 5.278, + 2286, + 7.382, + 2440, + 4.203, + 2956, + 5.844, + 4442, + 9.147, + 5211, + 7.797, + 6026, + 8.188, + 7141, + 6.783, + 7224, + 8.962, + 7989, + 8.67, + 7990, + 7.44 + ] + ], + [ + "type/ref/stable/dmAndroid", + [ + 6760, + 1.837 + ] + ], + [ + "data/ref/stable/dmAndroid", + [ + 9, + 3.19, + 10, + 2.033, + 18, + 1.112, + 20, + 1.25, + 59, + 0.938, + 79, + 0.799, + 102, + 2.418, + 111, + 3.929, + 113, + 1.468, + 165, + 2.689, + 169, + 1.399, + 202, + 3.073, + 241, + 2.427, + 268, + 2.121, + 332, + 2.438, + 479, + 3.898, + 490, + 3.929, + 752, + 3.376, + 859, + 3.67, + 866, + 3.504, + 882, + 7.095, + 918, + 4.512, + 1066, + 3.688, + 1071, + 4.178, + 1309, + 5.139, + 1379, + 5.398, + 1510, + 6.065, + 1548, + 5.07, + 1600, + 5.627, + 1769, + 4.334, + 2015, + 7.819, + 2736, + 4.117, + 2779, + 4.881, + 3178, + 5.527, + 3628, + 6.286, + 3646, + 5.005, + 3712, + 4.559, + 4286, + 10.927, + 4442, + 8.944, + 4746, + 4.542, + 5146, + 7.358, + 5151, + 5.197, + 5469, + 7.358, + 5673, + 7.388, + 5870, + 6.286, + 6785, + 9.499, + 7420, + 8.601, + 7429, + 6.286, + 7991, + 9.406, + 7992, + 10.388, + 7993, + 7.326, + 7994, + 7.326, + 7995, + 6.699, + 7996, + 11.336, + 7997, + 7.326, + 7998, + 9.406, + 7999, + 9.406, + 8000, + 7.326, + 8001, + 10.388, + 8002, + 9.406, + 8003, + 9.406, + 8004, + 7.326, + 8005, + 7.326, + 8006, + 9.406, + 8007, + 9.406, + 8008, + 7.095, + 8009, + 9.406, + 8010, + 7.326 ] ], [ @@ -84915,21830 +84189,22810 @@ [ 7, 0.699, - 8, - 1.496, - 9, - 0.993, - 11, - 1.013, - 21, - 2.187, - 30, + 18, 1.155, - 33, + 20, 0.74, - 35, - 2.688, - 41, - 1.619, - 42, - 2.552, + 30, + 3.417, + 46, + 1.569, 47, - 3.64, - 48, - 2.177, - 49, - 3.232, - 50, - 2.428, - 67, - 2.741, - 70, - 2.031, + 3.504, + 57, + 1.496, + 79, + 0.993, 86, - 1.569, - 98, - 4.75, + 1.809, + 90, + 2.552, + 95, + 3.64, + 96, + 1.765, 99, - 2.237, - 108, - 2.105, - 119, - 2.883, - 141, + 1.013, + 101, + 4.383, + 102, + 2.011, + 113, 1.567, - 144, - 4.059, - 161, + 126, 1.794, - 162, - 2.011, - 172, - 2.165, - 186, - 2.932, - 198, - 2.555, - 219, - 2.823, - 278, + 142, + 2.688, + 158, + 2.643, + 165, + 2.237, + 175, + 2.428, + 177, 2.393, - 300, + 201, + 2.031, + 202, + 2.555, + 226, + 2.177, + 241, 1.193, - 369, - 1.765, - 381, - 3.504, - 465, - 1.375, - 492, - 3.189, - 493, - 2.643, - 568, - 2.289, - 581, - 1.809, - 590, + 247, 3.774, - 697, - 2.075, - 714, - 3.091, - 779, + 248, 3.333, - 805, - 4.383, - 867, + 263, + 2.932, + 268, + 2.187, + 273, + 1.375, + 280, + 2.184, + 330, + 2.883, + 392, + 2.741, + 429, 5.803, - 899, - 6.991, - 923, - 6.236, - 929, - 3.536, - 948, - 3.417, - 1001, - 4.217, - 1078, + 452, + 1.619, + 469, + 2.823, + 490, 2.327, - 1094, - 3.875, - 1167, + 513, + 2.891, + 516, + 5.285, + 523, 4.059, - 1198, + 553, + 3.232, + 634, + 3.091, + 866, + 2.075, + 878, 5.044, - 1227, - 3.833, - 1319, + 890, + 4.059, + 931, + 2.165, + 1010, + 2.289, + 1019, + 2.105, + 1039, 4.217, - 1382, - 6.322, - 1568, - 6.322, - 1662, + 1041, + 3.536, + 1046, + 3.333, + 1140, 2.567, - 1705, - 2.184, - 1798, + 1144, + 6.991, + 1157, + 4.75, + 1186, + 3.833, + 1329, 3.333, - 1820, + 1337, + 6.322, + 1459, + 3.189, + 1471, + 3.875, + 1485, 3.669, - 1930, - 4.059, - 2142, - 3.333, - 2497, - 2.891, - 2527, - 5.285, - 2996, + 1814, 2.518, - 3358, - 3.754, - 3373, + 2095, 3.333, - 4390, + 2633, + 6.236, + 2779, + 4.059, + 2925, + 6.322, + 3252, + 3.754, + 3610, + 4.217, + 3646, + 2.964, + 3712, 2.7, - 4394, + 3717, 4.545, - 4821, + 4603, + 4.202, + 4621, 4.85, - 4942, - 2.964, - 5263, + 5469, 4.358, - 5564, + 5721, 4.068, - 5880, - 4.202, - 6753, + 6473, 5.008, - 6884, + 6763, 5.89, - 6897, + 7311, 6.459, - 7451, - 5.093, - 7457, - 5.093, - 7462, - 5.093, - 7475, - 4.358, - 7981, + 8011, 5.57, - 7982, + 8012, 11.69, - 7983, + 8013, 5.57, - 7984, + 8014, 5.57, - 7985, + 8015, 5.57, - 7986, + 8016, 7.822, - 7987, + 8017, 5.57, - 7988, + 8018, 5.57, - 7989, + 8019, 5.57, - 7990, + 8020, 7.822, - 7991, + 8021, 5.57, - 7992, + 8022, 6.712, - 7993, + 8023, 5.57, - 7994, + 8024, 5.57, - 7995, + 8025, 9.041, - 7996, + 8026, 5.57, - 7997, + 8027, + 5.093, + 8028, 7.822, - 7998, + 8029, 5.57, - 7999, + 8030, + 5.093, + 8031, 5.57, - 8000, + 8032, 5.57, - 8001, + 8033, 4.545, - 8002, + 8034, 5.093, - 8003, + 8035, 7.822, - 8004, + 8036, 5.093, - 8005, - 5.57 + 8037, + 5.093, + 8038, + 5.57, + 8039, + 4.358 ] ], [ - "type/ref/stable/dmExtension", + "type/ref/stable/tilemap", [ 6760, 1.837 ] ], [ - "data/ref/stable/dmExtension", + "data/ref/stable/tilemap", [ 7, - 1.156, - 8, - 1.071, - 9, - 0.711, + 1.541, 10, - 1.787, - 11, - 0.938, + 1.781, 16, - 0.977, - 21, - 2.322, - 23, - 1.533, - 29, - 1.091, + 2.84, + 18, + 1.151, + 20, + 1.41, + 28, + 1.885, 30, - 1.112, - 33, - 1.528, - 42, - 2.437, - 51, - 1.571, + 2.267, + 36, + 0.775, + 38, + 1.089, + 46, + 1.342, + 52, + 2.017, + 57, + 1.557, + 59, + 0.975, + 62, + 2.423, + 63, + 1.885, 70, - 1.091, + 1.638, + 71, + 5.061, 74, - 1.136, - 86, - 0.693, - 91, - 3.211, - 92, - 1.668, - 97, - 2.817, + 4.63, + 77, + 1.243, + 79, + 0.86, + 83, + 4.724, + 88, + 3.192, + 89, + 3.278, + 90, + 1.746, 99, - 3.251, + 0.942, + 100, + 0.73, + 101, + 2.908, 102, - 2.096, - 119, - 2.26, - 137, - 0.722, - 140, - 4.513, - 141, - 0.973, + 1.543, + 103, + 1.381, + 104, + 3.076, + 106, + 1.312, + 107, + 1.567, + 109, + 1.459, + 111, + 1.624, + 125, + 1.825, + 126, + 1.454, + 127, + 2.621, + 132, + 1.336, + 142, + 3.4, 148, - 5.672, + 0.798, 149, - 1.512, - 151, - 1.795, - 161, - 2.03, - 162, - 2.153, - 184, - 3.175, - 190, - 1.381, - 198, - 2.316, - 218, - 3.921, - 224, - 2.696, - 237, - 2.355, - 278, - 2.169, - 293, + 1.48, + 150, + 0.984, + 153, + 0.882, + 154, + 2.457, + 158, + 2.142, + 165, + 1.112, + 169, + 1.09, + 175, + 2.615, + 177, + 1.836, + 196, + 2.075, + 201, + 2.113, + 202, + 1.96, + 213, + 5.739, + 240, + 1.106, + 247, + 3.348, + 249, + 1.865, + 250, + 3.182, + 251, + 3.376, + 261, + 1.651, + 268, + 0.794, + 273, + 0.96, + 281, + 2.41, + 291, + 7.254, + 292, + 1.666, + 295, + 3.795, + 301, + 2.933, + 306, + 3.915, + 330, + 2.336, + 333, + 2.66, + 338, + 8.28, + 358, + 1.792, + 368, + 2.342, + 371, + 4.676, + 389, + 3.324, + 392, + 1.362, + 446, 1.948, - 300, - 2.435, - 318, - 2.89, - 391, - 2.42, - 421, - 5.178, - 453, - 3.332, - 465, - 1.75, - 478, - 2.961, - 523, - 5.138, - 525, - 2.641, - 547, - 2.912, - 554, - 2.345, - 568, - 1.995, - 573, - 2.195, - 580, - 2.353, - 583, - 3.313, - 590, - 1.606, - 605, - 4.106, - 611, - 4.086, - 616, - 3.635, - 627, - 5.178, - 637, - 4.241, - 663, - 5.029, - 693, - 3.436, - 714, - 4.041, - 723, - 2.617, - 737, - 3.142, - 743, - 4.059, - 793, - 2.46, - 859, - 3.45, - 929, - 3.205, - 968, - 3.512, - 971, - 5.348, - 1011, - 3.235, - 1065, - 3.01, - 1071, - 3.444, - 1103, - 4.706, - 1121, - 4.48, - 1167, - 3.679, - 1284, - 4.855, - 1290, - 4.172, - 1293, - 4.759, - 1318, - 6.482, - 1326, - 3.546, - 1373, - 2.689, - 1397, - 3.198, - 1467, - 2.769, - 1526, - 2.282, - 1592, - 2.617, - 1662, - 3.267, - 1758, - 2.583, - 1822, - 1.796, - 1864, - 3.961, - 1922, - 3.198, - 2002, - 3.546, - 2069, - 3.546, - 2079, - 2.652, - 2080, - 5.94, - 2225, - 2.857, - 2232, - 5.509, - 2310, - 3.662, - 2475, - 4.399, - 2515, - 3.444, - 2516, - 3.961, - 2678, - 3.01, - 2757, - 4.439, - 2786, - 2.812, - 2947, - 4.316, - 2965, - 6.948, - 3337, - 4.571, - 3372, - 3.354, - 3415, - 7.185, - 4005, - 3.01, - 4164, - 6.482, - 4212, - 3.798, - 4220, - 4.166, - 4934, - 6.482, - 4942, - 3.772, - 4970, - 4.439, - 4971, - 4.439, - 4972, - 4.439, - 4973, - 4.439, - 4974, - 4.439, - 4975, - 4.439, - 5249, - 4.439, - 6025, - 3.798, - 7209, - 6.206, - 7622, - 5.348, - 8006, - 4.855, - 8007, - 9.208, - 8008, - 4.855, - 8009, - 4.855, - 8010, - 7.089, - 8011, - 7.089, - 8012, - 4.855, - 8013, - 4.855, - 8014, - 4.855, - 8015, - 10.227, - 8016, - 7.089, - 8017, - 7.089, - 8018, - 7.089, - 8019, - 4.855, - 8020, - 4.855, - 8021, - 7.089, - 8022, - 4.855, - 8023, - 9.208, - 8024, - 3.961, - 8025, - 7.089, - 8026, - 7.089, - 8027, - 7.089, - 8028, - 4.855, - 8029, - 9.208, - 8030, - 7.089, - 8031, - 7.089, - 8032, - 7.089, - 8033, - 10.826, - 8034, - 4.855, - 8035, - 7.089, - 8036, - 4.855, + 459, + 1.809, + 471, + 1.964, + 500, + 1.418, + 506, + 2.367, + 511, + 2.069, + 516, + 5.458, + 518, + 4.694, + 540, + 2.41, + 541, + 2.069, + 543, + 1.56, + 553, + 1.39, + 555, + 1.879, + 561, + 2.322, + 599, + 5.351, + 601, + 1.409, + 648, + 1.885, + 773, + 1.409, + 786, + 4.77, + 849, + 4.61, + 856, + 2.94, + 880, + 3.551, + 964, + 6.963, + 982, + 6.984, + 983, + 7.373, + 1019, + 4.196, + 1029, + 2.94, + 1109, + 1.885, + 1144, + 3.422, + 1224, + 1.865, + 1229, + 4.826, + 1295, + 3.091, + 1339, + 2.933, + 1347, + 5.978, + 1348, + 3.336, + 1406, + 1.774, + 1459, + 2.446, + 1465, + 3.808, + 1485, + 3.953, + 1625, + 2.686, + 1679, + 6.67, + 1683, + 3.173, + 1690, + 2.621, + 1696, + 2.367, + 1875, + 2.758, + 1901, + 2.252, + 2078, + 3.792, + 2352, + 2.933, + 2379, + 2.507, + 2420, + 2.621, + 2554, + 2.326, + 2603, + 6.721, + 2643, + 6.214, + 2866, + 5.148, + 2874, + 2.84, + 2954, + 2.621, + 3021, + 2.41, + 3363, + 6.148, + 3905, + 3.555, + 3977, + 3.336, + 4434, + 3.555, + 4440, + 6.699, + 4441, + 3.173, + 4698, + 4.044, + 5535, + 3.173, + 5556, + 3.042, + 6162, + 3.336, + 7283, + 3.555, + 7326, + 2.933, + 7709, + 3.336, + 7926, + 3.555, 8037, - 8.374, - 8038, - 9.793, - 8039, - 8.403, + 3.555, 8040, - 4.855, + 6.0, 8041, - 6.083, + 3.888, 8042, - 4.855, + 3.888, 8043, - 4.855, + 3.888, 8044, - 4.855 - ] - ], - [ - "type/ref/stable/dmCrypt", - [ - 6760, - 1.837 - ] - ], - [ - "data/ref/stable/dmCrypt", - [ - 8, - 1.503, - 9, - 0.702, - 11, - 0.975, - 21, - 1.688, - 30, - 1.14, - 86, - 1.728, - 108, - 4.326, - 119, - 1.923, - 146, - 3.266, - 147, - 5.108, - 191, - 2.569, - 196, - 4.181, - 203, - 3.811, - 320, - 5.123, - 605, - 3.492, - 616, - 6.211, - 697, - 3.079, - 737, - 3.807, - 929, - 5.407, - 1167, - 6.156, - 1447, - 7.716, - 1569, - 2.915, - 1780, - 4.579, - 1922, - 3.973, - 1946, - 4.549, - 2754, - 6.466, - 2772, - 7.558, - 2773, - 7.558, - 2965, - 5.864, - 3287, - 6.807, - 3435, - 4.166, - 4173, - 4.718, - 4390, - 4.007, - 4533, - 4.921, - 5017, - 7.558, - 5591, - 6.356, - 5626, - 4.166, - 5843, - 7.653, - 6299, - 5.514, - 6545, - 5.514, - 6884, - 6.821, - 6921, - 5.514, - 7196, - 9.981, - 7209, - 5.571, - 7554, - 5.174, - 8039, - 7.092, + 3.888, 8045, - 6.03, + 3.888, 8046, - 11.448, + 3.888, 8047, - 6.03, + 3.888, 8048, - 6.03, + 3.888, 8049, - 6.03, + 6.0, 8050, - 6.03, + 3.888, 8051, - 8.265, + 6.0, 8052, - 8.265, + 3.888, 8053, - 6.03, + 6.0, 8054, - 6.03, + 3.888, 8055, - 6.03, + 3.888, 8056, - 6.03, + 6.0, 8057, - 6.03, + 3.888, 8058, - 6.03, + 3.888, 8059, - 6.03, + 3.888, 8060, - 6.03, + 3.888, 8061, - 6.03, + 3.888, 8062, - 6.03, + 3.888, 8063, - 6.03 + 3.888, + 8064, + 3.888, + 8065, + 3.888, + 8066, + 3.888, + 8067, + 3.888, + 8068, + 3.888, + 8069, + 3.888, + 8070, + 3.888, + 8071, + 3.888, + 8072, + 3.336, + 8073, + 6.0, + 8074, + 3.888, + 8075, + 3.888 ] ], [ - "type/ref/stable/socket", + "type/ref/stable/buffer", [ 6760, 1.837 ] ], [ - "data/ref/stable/socket", + "data/ref/stable/buffer", [ 7, - 1.037, - 8, - 1.472, - 9, - 0.994, - 11, - 1.057, - 16, - 0.996, - 21, - 2.09, - 22, - 1.196, - 23, - 2.077, - 26, - 1.617, - 29, - 1.136, + 0.576, + 18, + 1.137, + 20, + 0.61, + 28, + 2.226, 30, - 1.145, - 32, - 1.471, - 33, - 1.509, - 34, - 0.615, - 35, - 3.179, - 39, - 0.222, - 41, - 1.333, - 42, - 1.74, + 3.789, + 36, + 1.788, + 38, + 0.9, 46, - 2.322, - 49, - 0.385, - 51, - 1.608, + 1.366, 52, - 0.359, - 54, - 0.892, + 1.873, + 57, + 1.514, 59, - 1.469, - 60, - 1.764, - 62, - 0.501, - 63, - 0.745, - 68, - 1.656, - 70, - 2.026, - 71, - 1.712, - 72, - 0.948, - 73, - 1.508, - 74, - 1.12, + 0.905, 77, - 2.244, - 82, - 0.963, - 86, - 1.575, - 88, - 0.787, - 91, - 1.2, - 92, - 1.811, - 97, - 1.992, + 1.409, + 79, + 1.011, + 90, + 1.622, 99, - 2.429, + 1.02, + 100, + 0.862, 102, - 1.199, - 106, - 3.328, - 110, - 0.359, - 111, - 2.653, - 117, - 0.401, - 119, - 0.495, - 121, - 2.064, - 123, - 0.204, - 135, - 2.326, - 137, - 1.341, - 139, - 0.899, - 141, - 1.463, - 149, - 0.747, - 151, - 1.702, - 152, - 0.293, + 1.181, + 103, + 1.867, + 107, + 0.874, + 113, + 2.181, + 122, + 2.524, + 125, + 2.466, + 126, + 1.351, + 132, + 2.338, + 142, + 3.381, + 148, + 1.663, 158, - 1.555, + 2.798, 160, - 1.481, - 161, - 1.833, - 162, - 1.782, - 166, - 2.113, - 172, - 2.991, - 182, - 0.623, - 184, - 0.483, - 186, - 2.82, - 190, - 0.442, - 191, - 0.876, - 196, - 1.555, - 201, - 0.303, - 217, - 2.671, - 224, - 1.75, - 234, - 1.538, - 236, - 0.288, - 237, - 0.867, - 245, - 4.337, - 246, - 5.712, - 249, - 0.787, + 2.012, + 169, + 1.012, + 177, + 2.082, + 202, + 3.67, + 211, + 2.057, + 212, + 2.137, + 226, + 1.893, + 229, + 1.247, + 241, + 0.983, + 244, + 1.774, + 247, + 3.316, 250, - 5.094, - 252, - 0.879, - 255, - 0.764, - 256, - 0.816, - 259, - 3.583, + 1.774, 263, - 0.875, - 264, - 0.254, + 2.862, 268, - 0.624, - 270, - 1.06, - 271, - 0.522, + 0.938, 273, - 0.775, - 275, - 0.331, - 278, - 1.546, - 279, - 0.581, - 281, - 1.887, - 282, - 0.295, - 283, - 1.753, - 290, - 1.835, - 291, - 0.684, - 293, - 2.349, - 294, - 1.376, - 297, - 1.18, - 298, - 0.423, - 300, - 2.084, - 303, - 1.574, + 1.133, + 292, + 4.445, 305, - 0.899, - 312, - 1.994, - 313, - 0.806, - 316, - 0.324, - 317, - 0.404, - 322, - 1.916, - 328, - 0.506, - 336, - 0.256, - 337, - 0.727, - 338, - 0.553, - 339, - 0.583, - 343, - 1.612, - 346, - 0.604, - 350, - 2.919, - 351, - 1.376, - 364, - 0.227, - 371, - 0.787, - 373, - 0.299, - 384, - 1.6, - 393, - 0.229, - 395, - 2.63, - 400, - 1.55, - 402, - 0.671, - 407, - 1.317, - 410, - 0.615, - 417, - 0.522, - 422, - 3.661, - 427, - 0.272, - 429, - 0.892, - 437, - 1.2, - 438, - 1.074, - 441, - 1.204, - 446, - 1.412, - 447, - 0.843, - 460, - 0.462, - 465, - 1.742, - 478, - 0.45, - 481, - 0.747, - 492, - 3.37, - 493, - 0.582, - 502, - 1.501, - 511, - 0.388, - 514, - 0.199, - 519, - 1.023, - 521, - 0.781, - 522, - 2.34, - 524, - 1.391, - 525, - 0.894, - 527, - 1.153, - 538, - 5.127, - 540, - 1.348, - 548, - 1.521, - 551, - 0.787, - 554, - 0.918, - 567, - 0.634, - 569, - 0.449, - 576, - 0.722, - 580, - 1.346, - 581, - 1.405, - 583, - 1.737, + 2.66, + 333, + 1.925, + 334, + 2.544, + 387, + 2.4, + 392, + 1.609, + 452, + 1.335, + 500, + 1.675, + 510, + 1.687, + 534, + 3.198, + 553, + 2.898, + 561, + 2.569, + 579, + 2.301, 590, - 2.523, - 593, - 1.047, - 594, - 1.548, - 595, - 2.185, - 599, - 1.926, - 612, - 4.344, - 614, - 1.259, - 615, - 3.855, - 616, - 3.485, - 624, - 0.778, - 639, - 0.634, - 655, - 0.247, - 656, - 0.634, - 666, - 0.423, - 667, - 5.714, - 675, - 0.879, + 3.714, + 601, + 2.466, + 603, + 3.386, + 620, + 2.383, + 627, + 2.66, + 629, + 1.381, 676, - 1.829, - 678, - 0.292, - 680, - 0.787, - 688, - 0.816, - 692, - 0.848, - 693, - 0.272, - 697, - 1.798, - 700, - 1.095, - 704, - 2.698, - 707, - 1.46, - 708, - 1.617, - 710, - 0.563, - 712, - 2.613, - 714, - 0.787, - 715, - 0.914, - 719, - 0.252, - 726, - 1.687, - 733, - 0.348, - 735, - 2.974, - 737, - 0.583, - 759, - 1.104, - 760, - 0.879, - 763, - 0.458, - 775, - 2.003, - 777, - 0.744, - 781, - 3.714, - 785, - 1.312, - 789, - 4.974, - 792, - 0.881, - 795, - 0.624, - 796, - 0.259, - 804, - 0.998, - 808, - 0.707, - 810, - 2.635, - 817, - 0.424, - 827, - 0.214, - 851, - 0.295, - 858, - 0.631, - 860, - 1.065, - 865, - 0.695, - 876, - 1.58, - 882, - 0.299, - 885, - 0.925, - 888, - 0.44, + 2.096, + 717, + 2.702, + 769, + 4.388, + 832, + 2.203, + 856, + 3.597, + 874, + 5.464, 891, - 0.835, - 903, - 0.295, - 905, - 0.288, - 908, - 0.362, - 909, - 0.722, - 918, - 0.929, - 919, - 0.278, - 920, - 0.355, - 923, - 1.424, - 929, - 1.255, - 937, - 0.606, - 939, - 0.573, - 943, - 0.634, - 948, - 2.569, - 951, - 0.41, - 968, - 1.376, - 972, - 0.316, - 977, - 0.311, - 998, - 0.267, - 1001, - 0.581, - 1009, - 1.172, - 1015, - 1.047, - 1040, - 0.71, - 1045, - 0.281, - 1059, - 0.275, - 1070, - 1.267, - 1074, - 1.407, - 1078, - 2.111, - 1085, - 0.399, - 1094, - 0.987, - 1095, - 4.368, - 1096, - 0.86, - 1118, - 1.171, - 1126, - 1.376, - 1127, - 0.275, - 1129, - 0.243, - 1145, - 0.745, - 1156, - 0.9, - 1159, - 0.581, - 1160, - 0.225, - 1170, - 0.744, - 1172, - 0.787, - 1174, - 0.336, - 1176, - 1.101, - 1179, - 0.355, - 1190, - 0.606, - 1192, - 0.925, - 1199, - 0.348, - 1200, - 0.261, - 1202, - 1.502, - 1211, - 1.672, - 1222, - 0.695, - 1227, - 0.528, - 1232, - 1.752, - 1233, - 0.303, - 1236, - 0.681, - 1239, - 0.215, - 1244, - 1.175, - 1250, - 0.281, - 1251, - 0.546, - 1253, - 1.665, - 1263, - 0.645, - 1266, - 0.813, - 1274, - 0.355, - 1290, - 0.331, - 1321, - 1.46, - 1324, - 1.791, - 1346, - 0.514, - 1350, - 0.379, - 1352, - 2.293, - 1372, - 0.362, - 1373, - 0.311, - 1383, - 0.44, - 1481, - 5.876, - 1491, - 0.534, - 1492, - 0.41, - 1498, - 2.59, - 1514, - 0.379, - 1516, - 2.896, - 1520, - 0.342, - 1525, - 2.018, - 1532, - 1.46, - 1535, - 0.813, - 1542, - 1.809, - 1545, - 0.981, - 1556, - 0.645, - 1558, - 0.342, - 1569, - 3.872, - 1573, - 1.361, - 1584, - 1.134, - 1592, - 1.497, - 1596, - 1.103, - 1602, - 0.424, - 1610, - 0.37, - 1619, - 1.905, - 1662, - 0.715, - 1669, - 0.963, - 1675, - 3.973, - 1680, - 3.268, - 1693, - 2.003, - 1705, - 0.609, - 1707, - 1.101, - 1745, - 0.362, - 1747, - 1.625, - 1749, - 2.028, - 1751, - 1.267, - 1753, - 0.41, - 1756, - 0.342, - 1761, - 1.368, - 1776, - 2.536, - 1779, - 0.787, - 1783, - 0.843, - 1784, - 5.183, - 1789, - 3.253, - 1795, - 1.441, - 1803, - 5.622, - 1821, - 0.689, - 1822, - 1.027, - 1823, - 0.424, - 1852, - 0.764, - 1865, - 1.153, - 1866, - 0.813, - 1867, - 1.634, - 1869, - 2.588, - 1872, - 0.764, - 1876, - 0.963, - 1882, - 0.355, - 1894, - 1.376, - 1895, - 1.412, - 1898, - 0.227, - 1911, - 0.764, - 1915, - 0.726, - 1919, - 1.073, - 1920, - 1.561, - 1929, - 0.534, - 1930, - 0.806, - 1956, - 0.787, - 1957, - 2.778, - 1963, - 3.123, - 1974, - 0.813, - 1977, - 1.136, - 1978, - 0.879, - 1981, - 0.837, - 1983, - 2.602, - 1985, - 0.458, - 1993, - 2.539, - 2010, - 0.303, - 2011, - 1.311, - 2013, - 1.389, - 2023, - 2.775, - 2031, - 1.105, - 2032, - 1.332, - 2070, - 0.624, - 2075, - 2.193, - 2079, - 2.365, - 2112, - 0.362, - 2123, - 1.677, - 2126, - 1.023, - 2131, - 2.673, - 2141, - 1.978, - 2144, - 1.235, - 2152, - 0.41, - 2153, - 1.413, - 2161, - 2.482, - 2212, - 1.617, - 2220, - 1.42, - 2235, - 0.71, - 2273, - 0.388, - 2343, - 0.379, - 2425, - 3.641, - 2450, - 4.566, - 2476, - 2.336, - 2481, - 0.843, - 2487, - 0.458, - 2490, - 0.399, - 2497, - 0.559, - 2501, - 0.41, - 2527, - 1.074, - 2534, - 0.41, - 2543, - 0.879, - 2573, - 2.841, - 2586, - 0.388, - 2639, - 0.482, - 2658, - 1.215, - 2675, - 1.617, - 2678, - 4.037, - 2728, - 0.41, - 2750, - 1.215, - 2763, - 0.945, - 2769, - 0.744, - 2786, - 0.624, - 2825, - 4.022, - 2826, - 0.879, - 2827, - 0.879, - 2843, - 0.71, - 2895, - 1.821, - 2965, - 0.399, - 2982, - 0.843, - 2985, + 3.963, + 898, + 1.63, + 901, + 1.984, + 913, + 2.902, + 914, 1.918, - 2987, - 1.101, - 2996, - 2.182, - 3052, - 0.355, - 3133, - 4.301, - 3171, - 3.392, - 3173, - 1.97, - 3199, - 0.985, - 3205, - 1.101, - 3221, - 0.681, - 3254, - 3.174, - 3373, - 0.336, - 3422, - 2.482, - 3435, - 0.388, - 3439, - 0.482, - 3453, - 2.095, - 3477, - 0.348, - 3507, - 0.458, - 3530, - 2.069, - 3545, - 1.001, - 3547, - 0.424, - 3548, - 0.925, - 3554, - 0.482, - 3560, - 0.399, - 3590, - 2.454, - 3632, - 1.752, - 3672, - 0.879, - 3683, - 0.41, - 3772, - 0.514, - 3791, - 1.101, - 3802, - 0.388, - 3840, - 1.088, - 3938, - 5.522, - 3941, - 2.058, - 4001, - 0.44, - 4005, - 0.963, - 4007, - 0.37, - 4045, - 0.925, - 4077, - 1.709, - 4126, - 0.681, - 4198, - 1.101, - 4204, - 0.424, - 4234, - 0.458, - 4327, - 0.44, - 4335, - 2.028, - 4410, - 0.879, - 4477, - 1.073, - 4525, - 0.424, - 4607, - 1.267, - 4678, - 2.609, - 4711, - 0.514, - 4738, - 0.399, - 4771, - 1.561, - 4876, - 1.134, - 4887, - 1.517, - 4890, - 0.985, - 4926, - 5.571, - 4994, - 3.06, - 4995, - 5.456, - 5076, - 0.482, - 5104, - 1.42, - 5109, - 0.981, - 5110, - 0.514, - 5125, - 0.44, - 5126, - 3.938, - 5132, - 0.879, - 5141, - 1.42, - 5172, - 0.925, - 5285, - 2.028, - 5287, - 1.267, - 5320, - 1.877, - 5350, - 2.095, - 5351, - 0.514, - 5423, - 0.925, - 5441, - 0.925, - 5475, - 3.741, - 5479, - 2.058, - 5625, - 0.925, - 5684, - 0.985, - 5843, - 0.813, - 5855, - 1.709, - 5859, - 2.539, - 5871, - 0.925, - 5904, - 5.196, - 5964, - 7.559, - 5965, - 0.514, - 5969, - 0.514, - 5970, - 0.514, - 5971, - 0.514, - 5972, - 7.879, - 5973, - 6.854, - 5975, - 3.481, - 5985, - 0.925, - 6031, - 0.514, - 6157, - 0.514, - 6167, - 1.702, - 6201, - 0.813, - 6386, - 0.482, - 6547, - 0.482, - 6567, - 2.266, - 6733, - 0.514, - 6816, - 0.458, - 6830, - 1.691, - 6879, - 2.173, - 6900, - 4.277, - 6961, - 0.925, - 6978, - 0.458, - 7009, - 0.41, - 7039, - 0.985, - 7045, - 0.879, - 7049, - 0.985, - 7079, - 0.879, - 7201, - 0.985, - 7269, - 0.514, - 7282, - 0.514, - 7297, - 5.332, - 7334, - 0.458, - 7367, - 0.514, - 7631, - 0.925, - 7661, - 0.482, - 7711, - 0.514, - 7714, - 1.709, - 7783, - 2.028, - 7941, - 0.514, - 8064, - 0.562, - 8065, - 2.399, - 8066, - 0.562, - 8067, - 2.777, - 8068, - 0.562, - 8069, - 0.562, - 8070, - 1.078, - 8071, - 1.992, - 8072, - 1.992, - 8073, - 3.459, - 8074, - 1.992, - 8075, - 0.562, + 944, + 3.489, + 955, + 3.94, + 1019, + 3.618, + 1039, + 3.668, + 1041, + 5.68, + 1064, + 2.25, + 1157, + 2.413, + 1164, + 5.364, + 1172, + 3.448, + 1295, + 3.762, + 1329, + 4.071, + 1465, + 3.659, + 1472, + 4.015, + 1493, + 3.172, + 1557, + 4.071, + 1698, + 2.847, + 1774, + 2.327, + 1890, + 2.66, + 1908, + 2.076, + 1909, + 3.94, + 2042, + 5.748, + 2261, + 4.556, + 2360, + 5.16, + 2382, + 4.219, + 2633, + 4.157, + 2747, + 3.464, + 2780, + 2.847, + 2831, + 6.763, + 2885, + 3.464, + 2887, + 4.199, + 2888, + 8.667, + 2889, + 3.94, + 3134, + 2.748, + 3237, + 4.828, + 3324, + 3.593, + 3442, + 4.828, + 3695, + 6.548, + 3713, + 6.27, + 3897, + 4.3, + 3972, + 2.475, + 4069, + 6.757, + 5459, + 9.143, + 5649, + 4.199, + 5657, + 4.199, + 5830, + 6.763, + 6341, + 4.199, + 6883, + 9.143, + 7050, + 4.199, + 7443, + 6.342, 8076, - 5.67, + 4.592, 8077, - 4.056, + 4.592, 8078, - 5.055, + 4.592, 8079, - 0.562, + 4.592, 8080, - 0.562, + 8.107, 8081, - 2.777, + 4.592, 8082, - 2.777, + 4.592, 8083, - 2.777, + 4.592, 8084, - 2.777, + 4.592, 8085, - 1.078, + 4.592, 8086, - 1.078, + 4.592, 8087, - 0.562, + 4.592, 8088, - 1.553, + 4.592, 8089, - 1.992, + 4.592, 8090, - 0.514, + 4.592, 8091, - 0.514, + 4.592, 8092, - 0.514, + 4.592, 8093, - 0.458, + 4.592, 8094, - 0.562, + 4.592, 8095, - 1.553, + 4.592, 8096, - 1.078, + 4.592, 8097, - 1.078, + 4.592, 8098, - 1.553, + 4.592, 8099, - 0.985, + 4.592, 8100, - 1.992, + 4.592, 8101, - 1.078, + 4.592, 8102, - 3.459, - 8103, - 1.992, - 8104, - 0.562, - 8105, - 1.171, - 8106, - 4.826, - 8107, - 2.383, - 8108, - 1.553, - 8109, - 1.42, - 8110, - 1.332, - 8111, - 2.539, - 8112, - 3.767, - 8113, + 4.592 + ] + ], + [ + "type/ref/stable/dmGui", + [ + 6760, + 1.837 + ] + ], + [ + "data/ref/stable/dmGui", + [ + 18, + 1.149, + 20, + 1.375, + 36, + 1.702, + 38, + 0.462, + 47, + 5.558, + 48, + 6.927, + 57, + 1.355, + 69, + 1.955, + 77, + 0.862, + 79, + 1.036, + 84, + 1.782, + 90, + 2.393, + 95, + 5.812, + 97, + 1.827, + 99, + 0.975, + 100, + 1.186, + 102, 1.625, - 8114, - 0.562, - 8115, - 0.514, - 8116, - 0.562, - 8117, - 1.553, - 8118, - 0.562, - 8119, - 0.562, - 8120, - 1.078, - 8121, - 1.992, - 8122, - 2.777, - 8123, - 6.797, - 8124, - 1.992, - 8125, - 3.459, - 8126, - 0.562, - 8127, - 0.482, - 8128, - 4.585, - 8129, - 0.562, - 8130, - 2.399, - 8131, - 3.459, - 8132, - 2.777, - 8133, - 1.078, - 8134, - 0.562, - 8135, - 7.3, - 8136, - 5.055, - 8137, - 1.078, - 8138, - 1.078, - 8139, - 1.821, - 8140, - 1.078, - 8141, - 0.562, - 8142, - 1.078, - 8143, - 1.078, - 8144, - 1.078, + 107, + 0.792, + 113, + 0.834, + 118, + 4.075, + 124, + 2.755, + 126, + 1.516, + 128, + 2.061, + 132, + 1.429, + 133, + 4.662, + 139, + 2.409, + 141, + 1.539, + 146, + 2.039, + 148, + 0.853, + 149, + 2.908, + 158, + 3.024, + 160, + 1.23, + 168, + 2.186, + 170, + 3.518, + 174, + 3.74, + 175, + 4.0, + 177, + 1.273, + 185, + 4.979, + 201, + 1.42, + 202, + 3.718, + 207, + 1.385, + 226, + 1.158, + 244, + 1.607, + 250, + 2.441, + 263, + 1.889, + 268, + 2.112, + 292, + 1.782, + 298, + 3.993, + 330, + 3.08, + 332, + 2.103, + 333, + 2.413, + 390, + 1.752, + 428, + 4.571, + 471, + 1.115, + 479, + 2.371, + 500, + 3.113, + 601, + 3.091, + 602, + 2.556, + 603, + 2.639, + 604, + 3.872, + 605, + 4.358, + 612, + 2.489, + 629, + 1.251, + 634, + 1.644, + 724, + 2.489, + 793, + 4.672, + 866, + 2.846, + 891, + 2.591, + 917, + 1.881, + 1019, + 2.388, + 1067, + 1.359, + 1126, + 2.084, + 1140, + 1.917, + 1158, + 1.917, + 1202, + 1.975, + 1309, + 4.174, + 1322, + 3.24, + 1367, + 5.764, + 1557, + 3.781, + 1672, + 3.406, + 1814, + 4.367, + 2540, + 3.501, + 2579, + 5.42, + 2736, + 4.293, + 3213, + 4.944, + 3377, + 3.804, + 3597, + 2.951, + 3710, + 3.395, + 3712, + 3.704, + 3797, + 2.683, + 3938, + 2.804, + 4177, + 3.804, + 4405, + 3.57, + 4503, + 6.232, + 4698, + 2.804, + 4744, + 3.57, + 4745, + 2.533, + 5425, + 4.075, + 6171, + 3.395, + 6473, + 4.233, + 6763, + 3.604, + 6840, + 3.804, + 6848, + 3.395, + 6954, + 10.536, + 7311, + 6.364, + 7711, + 3.804, + 7799, + 3.395, + 8039, + 4.944, + 8103, + 6.319, + 8104, + 4.16, + 8105, + 4.16, + 8106, + 11.855, + 8107, + 11.728, + 8108, + 4.16, + 8109, + 4.16, + 8110, + 6.987, + 8111, + 7.64, + 8112, + 6.319, + 8113, + 10.04, + 8114, + 4.16, + 8115, + 4.16, + 8116, + 4.16, + 8117, + 4.16, + 8118, + 6.319, + 8119, + 4.16, + 8120, + 4.16, + 8121, + 4.16, + 8122, + 4.16, + 8123, + 3.804, + 8124, + 4.16, + 8125, + 4.16, + 8126, + 4.16, + 8127, + 3.395, + 8128, + 3.255, + 8129, + 4.16, + 8130, + 4.16, + 8131, + 4.16, + 8132, + 6.319, + 8133, + 4.16, + 8134, + 4.16, + 8135, + 4.16, + 8136, + 4.16, + 8137, + 4.16, + 8138, + 4.16, + 8139, + 4.16, + 8140, + 4.16, + 8141, + 4.16, + 8142, + 6.319, + 8143, + 4.16 + ] + ], + [ + "type/ref/stable/dmFileDescriptor", + [ + 6760, + 1.837 + ] + ], + [ + "data/ref/stable/dmFileDescriptor", + [ + 8, + 3.262, + 18, + 0.726, + 38, + 1.26, + 59, + 0.726, + 90, + 2.586, + 99, + 1.081, + 113, + 1.613, + 169, + 1.198, + 229, + 1.989, + 263, + 2.407, + 268, + 2.038, + 280, + 3.914, + 330, + 2.567, + 333, + 2.823, + 479, + 3.02, + 672, + 4.644, + 866, + 2.999, + 1046, + 5.972, + 1071, + 4.591, + 1162, + 7.081, + 1208, + 4.9, + 1471, + 3.988, + 1502, + 4.127, + 1696, + 7.099, + 2582, + 7.049, + 2736, + 6.097, + 3083, + 9.127, + 3594, + 7.29, + 3595, + 5.879, + 3712, + 3.902, + 4244, + 5.879, + 4621, + 7.032, + 4857, + 4.662, + 4968, + 6.297, + 6958, + 5.879, + 7320, + 8.796, + 8144, + 12.566, 8145, - 1.078, + 8.049, 8146, - 1.078, + 11.342, 8147, - 1.078, + 8.049, 8148, - 4.056, + 8.049, 8149, - 1.078, + 8.049, 8150, - 1.078, + 8.049 + ] + ], + [ + "type/ref/stable/dmCrypt", + [ + 6760, + 1.837 + ] + ], + [ + "data/ref/stable/dmCrypt", + [ + 18, + 1.14, + 46, + 1.728, + 57, + 1.503, + 79, + 0.702, + 99, + 0.975, + 150, + 2.569, + 172, + 5.108, + 268, + 1.688, + 292, + 5.123, + 330, + 1.923, + 479, + 3.807, + 854, + 4.579, + 866, + 3.079, + 874, + 6.211, + 891, + 4.181, + 948, + 3.266, + 1019, + 4.326, + 1041, + 5.407, + 1465, + 2.915, + 2070, + 3.811, + 2097, + 4.166, + 2117, + 3.973, + 2120, + 4.549, + 2135, + 5.864, + 2190, + 3.492, + 2191, + 4.166, + 2779, + 6.156, + 3043, + 6.466, + 3203, + 4.718, + 3712, + 4.007, + 3899, + 6.356, + 3984, + 6.807, + 4069, + 7.716, + 4141, + 7.558, + 4142, + 7.558, + 4535, + 7.653, + 4623, + 7.558, + 5652, + 4.921, + 6734, + 5.514, + 6759, + 5.514, + 6763, + 6.821, + 6923, + 9.981, 8151, - 1.078, + 5.571, 8152, - 1.078, + 6.03, 8153, - 1.078, + 11.448, 8154, - 1.992, + 6.03, 8155, - 0.562, + 5.174, 8156, - 1.078, + 7.092, 8157, - 2.777, + 6.03, 8158, - 1.078, + 6.03, 8159, - 0.562, + 6.03, 8160, - 0.562, + 8.265, 8161, - 1.078, + 5.514, 8162, - 0.562, + 8.265, 8163, - 1.553, + 6.03, 8164, - 1.078, + 6.03, 8165, - 1.078, + 6.03, 8166, - 0.562, + 6.03, 8167, - 0.562, + 6.03, 8168, - 1.078, + 6.03, 8169, - 1.992, + 6.03, 8170, - 0.562, + 6.03, 8171, - 1.078, + 6.03, 8172, - 1.078, + 6.03, 8173, - 0.562, + 6.03 + ] + ], + [ + "type/ref/stable/graphics", + [ + 6760, + 1.837 + ] + ], + [ + "data/ref/stable/graphics", + [ + 18, + 1.101, + 104, + 3.77, + 107, + 2.322, + 126, + 2.438, + 268, + 2.508, + 345, + 6.259, + 614, + 4.786, + 634, + 4.852, + 679, + 3.293, + 709, + 7.712, + 718, + 5.079, + 1472, + 5.501, + 2165, + 3.575, + 2168, + 3.355, + 2387, + 9.207, 8174, - 0.562, + 3.575, 8175, - 0.562, + 3.91, 8176, - 0.562, + 3.575, 8177, - 0.562, + 3.91, 8178, - 0.562, + 3.575, 8179, - 1.553, + 3.91, 8180, - 0.562, + 3.575, 8181, - 0.562, + 3.91, 8182, - 0.562, + 3.575, 8183, - 0.562, + 3.91, 8184, - 0.562, + 3.575, 8185, - 1.553, + 3.91, 8186, - 1.078, + 3.575, 8187, - 0.562, + 3.91, 8188, - 0.562, + 3.575, 8189, - 0.562, + 3.91, 8190, - 0.562, + 3.575, 8191, - 1.078, + 3.91, 8192, - 0.562, + 3.575, 8193, - 0.562, + 3.91, 8194, - 0.562, + 3.575, 8195, - 0.562, + 3.91, 8196, - 0.562, + 3.575, 8197, - 1.078, + 3.91, 8198, - 0.562, + 3.575, 8199, - 0.562, + 3.91, 8200, - 0.514, + 3.575, 8201, - 0.562, + 3.91, 8202, - 0.562, + 3.575, 8203, - 1.078, + 3.91, 8204, - 0.562, + 3.575, 8205, - 0.562, + 3.91, 8206, - 1.078, + 3.575, 8207, - 0.925, + 3.575, 8208, - 0.562, + 7.352, 8209, - 0.562, + 3.575, 8210, - 0.562, + 3.575, 8211, - 0.562, + 3.575, 8212, - 0.562, + 3.575, 8213, - 0.562, + 3.575, 8214, - 0.562, + 3.91, 8215, - 0.562, + 3.575, 8216, - 0.562, + 3.91, 8217, - 0.514, + 3.575, 8218, - 0.985, + 3.91, 8219, - 1.078, + 3.575, 8220, - 0.514, + 3.91, 8221, - 1.078, + 3.575, 8222, - 0.562, + 3.91, 8223, - 0.562, + 3.575, 8224, - 0.562, + 3.91, 8225, - 0.562, + 3.575, 8226, - 0.925, + 3.91, 8227, - 0.562, + 3.575, 8228, - 0.514, + 3.91, 8229, - 0.562, + 3.575, 8230, - 1.078, + 3.91, 8231, - 0.562, + 3.575, 8232, - 0.514, + 3.91, 8233, - 1.078, + 3.91, 8234, - 0.843, + 3.91, 8235, - 0.562, + 3.91, 8236, - 0.424, + 3.575, 8237, - 0.562, + 3.575, 8238, - 0.562, + 3.91, 8239, - 0.562, + 3.91, 8240, - 0.562, + 3.91, 8241, - 0.562, + 3.91, 8242, - 0.562, + 3.575, 8243, - 1.078, + 3.91, 8244, - 0.562, + 3.575, 8245, - 0.562, + 3.91, 8246, - 0.562, + 3.575, 8247, - 0.562, + 3.91, 8248, - 0.925, + 3.575, 8249, - 0.562, + 3.91, 8250, - 0.562, + 3.91, 8251, - 0.562, + 3.91, 8252, - 1.078, + 3.575, 8253, - 1.992, + 3.91, 8254, - 0.562, + 3.575, 8255, - 0.562, + 3.91, 8256, - 0.562, + 3.575, 8257, - 0.562, + 3.91, 8258, - 1.078, + 3.575, 8259, - 0.562, + 3.91, 8260, - 0.562, + 3.91, 8261, - 0.562, + 3.91, 8262, - 0.562, + 3.575, 8263, - 0.562, + 3.91, 8264, - 0.562, + 3.575, 8265, - 0.562 + 3.91, + 8266, + 3.575, + 8267, + 3.91, + 8268, + 3.575, + 8269, + 3.91, + 8270, + 3.575, + 8271, + 3.91, + 8272, + 3.575, + 8273, + 3.91, + 8274, + 3.575, + 8275, + 3.91, + 8276, + 3.575, + 8277, + 3.91, + 8278, + 3.575, + 8279, + 3.91, + 8280, + 3.91, + 8281, + 3.91, + 8282, + 3.91, + 8283, + 3.91, + 8284, + 3.91, + 8285, + 3.91, + 8286, + 3.91, + 8287, + 3.91, + 8288, + 3.91, + 8289, + 3.91, + 8290, + 3.91, + 8291, + 3.91, + 8292, + 3.91, + 8293, + 3.91, + 8294, + 3.91, + 8295, + 3.91, + 8296, + 3.91, + 8297, + 3.91, + 8298, + 3.575, + 8299, + 3.91, + 8300, + 3.91, + 8301, + 3.91, + 8302, + 3.575, + 8303, + 3.91, + 8304, + 3.575, + 8305, + 3.91, + 8306, + 3.91, + 8307, + 3.91, + 8308, + 3.575, + 8309, + 3.91, + 8310, + 3.91, + 8311, + 3.91, + 8312, + 3.575, + 8313, + 3.91, + 8314, + 3.575, + 8315, + 3.91, + 8316, + 3.575, + 8317, + 3.91, + 8318, + 3.91, + 8319, + 3.91, + 8320, + 3.575, + 8321, + 3.91, + 8322, + 3.575, + 8323, + 3.91, + 8324, + 3.575, + 8325, + 3.91, + 8326, + 3.91, + 8327, + 3.91, + 8328, + 3.575, + 8329, + 3.91, + 8330, + 3.575, + 8331, + 3.91, + 8332, + 3.575, + 8333, + 3.91, + 8334, + 3.575, + 8335, + 3.91, + 8336, + 3.575, + 8337, + 3.575, + 8338, + 3.91, + 8339, + 3.575, + 8340, + 3.91, + 8341, + 3.91, + 8342, + 3.91, + 8343, + 3.91, + 8344, + 3.91, + 8345, + 3.575, + 8346, + 3.91, + 8347, + 3.575, + 8348, + 3.91, + 8349, + 3.575, + 8350, + 3.91, + 8351, + 3.575, + 8352, + 3.91, + 8353, + 3.575, + 8354, + 3.91, + 8355, + 3.575, + 8356, + 3.91, + 8357, + 3.91, + 8358, + 3.91, + 8359, + 3.575, + 8360, + 3.91, + 8361, + 3.575, + 8362, + 3.91, + 8363, + 3.575, + 8364, + 3.91, + 8365, + 3.575, + 8366, + 3.91, + 8367, + 3.91, + 8368, + 3.91, + 8369, + 3.91, + 8370, + 3.91, + 8371, + 3.575, + 8372, + 3.91, + 8373, + 3.575, + 8374, + 3.91, + 8375, + 3.575, + 8376, + 3.91, + 8377, + 3.91, + 8378, + 3.91, + 8379, + 3.91, + 8380, + 3.91, + 8381, + 3.91, + 8382, + 3.91, + 8383, + 3.91, + 8384, + 3.91 ] ], [ - "type/ref/stable/dmMath", + "type/ref/stable/dmResource", [ 6760, 1.837 ] ], [ - "data/ref/stable/dmMath", + "data/ref/stable/dmResource", [ 8, - 1.489, - 9, - 1.012, - 11, - 0.77, - 16, - 0.782, - 21, - 2.133, - 30, - 0.782, - 74, - 0.963, + 2.885, + 10, + 1.299, + 18, + 1.13, + 20, + 1.158, + 38, + 1.01, + 46, + 1.242, + 52, + 1.301, + 57, + 1.455, + 59, + 0.627, + 60, + 2.294, + 77, + 0.979, + 78, + 1.279, + 79, + 0.994, + 84, + 2.979, 99, - 2.987, - 119, - 2.764, - 139, - 6.492, - 151, - 1.589, - 186, - 3.479, - 229, - 5.118, - 237, - 1.996, - 282, - 4.555, - 328, - 4.075, - 548, - 4.594, - 710, - 3.141, - 737, - 3.919, - 858, - 2.748, - 948, - 3.277, - 1153, - 5.278, - 1876, - 7.382, - 2123, - 4.203, - 2206, - 6.333, - 2885, - 8.188, - 3259, - 9.147, - 3418, - 5.844, - 5109, - 7.797, - 6777, - 7.44, - 7690, - 8.962, - 7955, - 6.783, - 8266, - 8.67 - ] - ], - [ - "type/ref/stable/dmMemory", - [ - 6760, - 1.837 - ] - ], - [ - "data/ref/stable/dmMemory", - [ - 8, - 1.527, - 9, - 0.97, - 11, - 0.897, - 16, - 0.741, - 21, - 2.063, - 26, - 2.2, - 30, - 1.031, - 33, - 1.343, - 49, - 2.934, - 56, - 8.102, - 67, - 2.876, - 70, - 2.27, - 79, - 5.533, - 92, - 3.471, - 119, - 2.617, - 121, - 2.321, - 123, - 3.66, - 137, - 1.221, - 146, - 3.243, - 151, - 1.505, - 160, - 1.809, - 161, - 2.005, - 186, - 2.454, - 217, - 3.294, - 234, - 2.497, - 300, - 1.758, - 465, - 2.026, - 492, - 3.346, - 607, - 5.684, - 610, - 6.809, - 616, - 4.209, - 737, - 4.106, - 758, - 3.547, - 928, - 5.187, - 1078, - 4.22, - 1095, - 6.044, - 1103, - 6.15, - 1481, - 4.754, - 1693, - 4.754, - 2137, - 4.83, - 2461, - 7.904, - 2573, - 4.112, - 5002, - 5.823, - 5036, - 5.823, - 6753, - 6.063, - 6884, - 5.762, - 6887, - 5.823, - 7136, - 7.043, - 7600, - 7.043, - 8267, - 8.208, - 8268, - 7.506, - 8269, - 10.102, - 8270, - 8.208, - 8271, - 9.238, - 8272, - 8.208, - 8273, - 8.208 - ] - ], - [ - "type/ref/stable/dmSSLSocket", - [ - 6760, - 1.837 - ] - ], - [ - "data/ref/stable/dmSSLSocket", - [ - 8, - 1.403, - 9, - 1.003, - 11, - 1.072, - 30, - 1.047, - 35, - 2.8, - 42, - 1.749, - 48, - 2.042, - 69, - 5.07, - 74, - 0.815, - 86, - 1.047, + 1.021, + 100, + 1.818, + 102, + 1.216, + 103, + 1.089, 106, - 3.72, - 119, - 2.34, - 151, - 2.213, - 196, - 3.194, - 198, - 2.398, - 253, - 8.755, - 254, - 5.742, - 278, - 2.881, - 465, - 1.812, - 590, - 2.427, - 616, - 4.828, - 667, - 7.116, - 724, - 5.216, - 735, - 4.319, - 737, - 4.115, - 792, - 2.696, - 929, - 4.959, - 1166, - 3.484, - 1167, - 3.809, - 1693, - 6.352, - 1862, - 5.36, - 1957, + 1.245, + 113, + 2.098, + 126, + 2.011, + 132, + 3.234, + 148, + 1.692, + 149, + 3.461, + 153, + 1.364, + 158, + 3.015, + 165, + 3.163, + 169, + 1.227, + 174, + 5.16, + 177, + 0.882, + 201, + 0.648, + 202, + 3.421, + 226, + 2.294, + 229, + 2.085, + 240, + 1.344, + 247, + 3.283, + 256, + 1.35, + 268, + 1.856, + 269, + 1.364, + 273, + 1.483, + 340, + 4.39, + 351, + 3.119, + 368, + 0.82, + 390, + 2.531, + 479, + 1.082, + 500, + 2.193, + 537, + 3.428, + 543, + 3.309, + 552, + 1.787, + 553, + 2.148, + 554, + 2.609, + 574, + 1.383, + 577, + 2.357, + 718, + 4.152, + 760, + 3.354, + 762, + 4.296, + 773, + 2.519, + 793, + 2.2, + 807, + 1.67, + 823, + 3.115, + 831, 3.596, - 1963, - 6.619, - 2023, - 5.748, - 2450, - 6.203, - 2841, - 6.297, - 2996, - 3.318, - 3287, - 5.291, - 3632, - 5.36, - 4942, - 3.905, - 5973, - 7.594, - 6753, - 4.066, - 7209, - 4.947, - 7297, - 5.36, - 7508, - 6.68, - 7716, - 8.08, - 7717, - 6.711, - 7718, - 6.711, - 7740, - 6.711, - 8274, - 7.339, - 8275, - 7.339, - 8276, - 8.61, - 8277, - 7.339, - 8278, - 11.606, - 8279, - 10.03, - 8280, - 7.339, - 8281, - 7.339, - 8282, - 7.339, - 8283, - 7.339, - 8284, - 7.339, - 8285, - 7.339, - 8286, - 7.339, - 8287, - 7.339, - 8288, - 7.339, - 8289, - 7.339, - 8290, - 7.339, - 8291, - 7.339 + 854, + 1.597, + 860, + 4.771, + 863, + 2.175, + 874, + 3.935, + 879, + 1.696, + 880, + 4.563, + 891, + 2.603, + 894, + 3.258, + 898, + 2.134, + 910, + 3.198, + 918, + 2.883, + 948, + 1.868, + 998, + 3.481, + 1019, + 2.901, + 1034, + 2.305, + 1041, + 3.143, + 1044, + 2.106, + 1063, + 2.045, + 1067, + 0.942, + 1082, + 3.798, + 1089, + 1.899, + 1126, + 2.369, + 1296, + 3.698, + 1379, + 1.341, + 1411, + 4.653, + 1429, + 1.943, + 1434, + 3.483, + 1459, + 1.927, + 1551, + 4.702, + 1558, + 1.787, + 1629, + 2.118, + 1636, + 1.67, + 1648, + 3.428, + 1724, + 1.369, + 1814, + 5.223, + 1911, + 3.935, + 2094, + 4.39, + 2358, + 3.726, + 2377, + 3.354, + 2509, + 6.999, + 2542, + 5.399, + 2644, + 2.474, + 2656, + 3.567, + 2700, + 2.106, + 2718, + 2.045, + 2736, + 6.163, + 2750, + 3.798, + 2752, + 2.255, + 2779, + 5.509, + 2822, + 3.659, + 2952, + 2.549, + 3237, + 2.045, + 3411, + 4.051, + 3646, + 5.391, + 3712, + 2.913, + 3797, + 4.483, + 3923, + 5.157, + 4104, + 3.726, + 4857, + 6.458, + 5425, + 3.049, + 5469, + 3.699, + 5598, + 2.352, + 5626, + 2.352, + 5721, + 4.39, + 5761, + 4.904, + 6473, + 4.252, + 6763, + 4.967, + 7311, + 6.202, + 7312, + 2.636, + 7320, + 5.245, + 7323, + 7.623, + 8161, + 6.358, + 8385, + 4.728, + 8386, + 5.496, + 8387, + 5.496, + 8388, + 7.675, + 8389, + 6.953, + 8390, + 10.861, + 8391, + 10.861, + 8392, + 2.883, + 8393, + 2.883, + 8394, + 2.883, + 8395, + 4.728, + 8396, + 2.883, + 8397, + 2.883, + 8398, + 2.883, + 8399, + 2.883, + 8400, + 2.883, + 8401, + 2.883, + 8402, + 6.01, + 8403, + 2.883, + 8404, + 4.728, + 8405, + 2.883, + 8406, + 4.728, + 8407, + 4.728, + 8408, + 2.883, + 8409, + 2.883, + 8410, + 2.883, + 8411, + 4.728, + 8412, + 2.883, + 8413, + 2.883, + 8414, + 2.883, + 8415, + 4.728, + 8416, + 5.157, + 8417, + 9.414, + 8418, + 5.496, + 8419, + 6.01, + 8420, + 2.883, + 8421, + 4.728, + 8422, + 2.883, + 8423, + 4.728, + 8424, + 2.883, + 8425, + 2.883, + 8426, + 2.883, + 8427, + 2.883, + 8428, + 2.883, + 8429, + 2.883, + 8430, + 2.883, + 8431, + 2.883, + 8432, + 2.883, + 8433, + 2.883, + 8434, + 2.883, + 8435, + 2.883, + 8436, + 2.883, + 8437, + 2.883, + 8438, + 2.883, + 8439, + 2.883, + 8440, + 2.883, + 8441, + 2.883, + 8442, + 4.728, + 8443, + 4.728, + 8444, + 2.883, + 8445, + 2.883, + 8446, + 2.883, + 8447, + 2.883, + 8448, + 2.883, + 8449, + 2.883 ] ], [ - "type/ref/stable/vmath", + "type/ref/stable/render", [ 6760, 1.837 ] ], [ - "data/ref/stable/vmath", + "data/ref/stable/render", [ + 1, + 0.276, 7, - 0.905, + 1.25, 8, - 1.443, + 0.302, 9, - 0.999, + 0.366, + 10, + 1.911, 11, - 1.036, + 0.723, + 12, + 1.854, 16, - 0.84, - 21, - 1.541, + 0.789, + 18, + 1.139, + 20, + 1.549, 22, - 0.634, + 1.424, 23, - 1.475, - 26, - 1.712, - 29, - 0.628, + 1.258, + 24, + 4.3, + 28, + 1.969, 30, - 1.139, + 3.063, 32, - 0.877, - 33, - 1.441, - 35, - 3.476, - 37, - 2.046, - 41, - 1.34, - 42, - 1.937, + 0.881, + 36, + 1.909, + 38, + 1.081, + 39, + 0.228, + 44, + 0.834, 46, - 0.435, - 48, - 0.778, - 49, - 1.355, - 51, - 1.104, - 54, - 0.701, + 1.487, + 52, + 1.873, + 55, + 0.518, + 57, + 1.346, + 59, + 0.927, + 60, + 0.774, 62, - 1.301, - 67, - 0.979, - 68, - 0.634, + 1.146, + 63, + 0.523, + 69, + 0.938, 70, - 1.826, + 0.84, 71, - 0.321, - 74, - 1.126, + 1.378, + 72, + 0.359, 75, - 0.879, + 2.411, 77, - 1.566, - 80, 1.746, - 83, - 1.942, + 78, + 0.479, + 79, + 0.945, + 82, + 0.728, + 84, + 1.74, + 85, + 0.646, 86, - 1.368, + 2.015, + 88, + 3.888, + 89, + 3.992, + 90, + 2.107, 92, - 0.537, + 1.39, + 96, + 0.882, 97, - 0.479, + 1.327, + 98, + 2.882, 99, - 2.159, - 110, - 1.261, + 1.042, + 100, + 1.371, + 101, + 2.454, + 102, + 2.273, + 103, + 1.866, + 104, + 2.811, + 105, + 2.2, + 106, + 1.771, + 107, + 1.043, + 108, + 0.317, + 111, + 2.449, 112, - 1.767, + 2.189, + 113, + 1.509, + 116, + 1.348, + 117, + 1.637, 119, - 2.918, - 121, - 2.367, + 2.327, + 120, + 0.646, + 122, + 1.265, + 124, + 0.87, + 125, + 2.07, + 126, + 2.079, + 128, + 0.535, + 132, + 2.014, 135, - 1.73, - 137, - 1.406, + 1.611, 141, - 2.125, + 2.028, + 142, + 2.94, + 143, + 0.523, + 145, + 1.725, + 147, + 2.039, + 148, + 1.787, 149, - 0.487, - 151, - 0.287, + 2.232, + 150, + 0.877, + 153, + 1.408, + 156, + 0.635, 160, - 1.144, - 161, - 1.355, + 0.319, + 165, + 2.212, + 166, + 0.507, + 167, + 0.437, + 168, + 0.567, + 169, + 1.334, + 170, + 1.067, 172, - 0.774, - 175, - 3.171, - 183, - 0.921, - 186, - 2.827, - 190, - 1.506, - 198, - 0.913, - 206, - 1.931, - 214, - 3.416, - 217, - 2.36, - 222, - 1.884, - 223, - 5.311, - 224, - 1.879, - 225, - 5.922, - 227, - 4.217, + 0.878, + 174, + 2.235, + 177, + 2.082, + 178, + 1.291, + 185, + 3.961, + 194, + 0.197, + 199, + 0.855, + 201, + 1.821, + 202, + 1.5, + 203, + 0.582, + 207, + 0.359, + 210, + 2.51, + 212, + 4.225, + 216, + 1.369, + 226, + 0.964, 228, - 4.711, + 0.848, 229, - 3.574, + 1.38, 230, - 4.269, - 233, - 1.081, - 234, - 0.476, + 0.376, 239, - 1.842, - 242, - 3.407, + 0.878, + 240, + 1.667, + 241, + 0.87, + 243, + 0.989, + 244, + 0.771, + 247, + 1.674, + 250, + 0.417, + 252, + 0.987, + 253, + 0.541, + 254, + 0.711, 256, - 0.46, - 264, - 0.707, - 267, - 0.728, + 1.465, + 257, + 1.814, + 260, + 1.168, + 261, + 1.472, + 263, + 3.284, + 266, + 0.886, + 268, + 2.047, + 269, + 1.755, 271, - 0.758, - 277, - 1.277, - 278, - 3.378, - 279, - 2.856, - 290, - 0.544, - 292, - 1.931, - 293, - 0.628, - 300, - 0.812, - 301, - 0.784, - 316, - 1.14, - 320, - 0.67, - 328, - 1.781, - 336, - 1.73, + 3.908, + 273, + 1.353, + 274, + 1.174, + 280, + 0.782, + 282, + 0.535, + 285, + 1.82, + 287, + 1.378, + 288, + 0.582, + 289, + 3.028, + 292, + 1.74, + 293, + 3.592, + 295, + 1.282, + 306, + 1.524, + 311, + 0.696, + 320, + 0.646, + 325, + 0.815, + 330, + 2.078, + 332, + 1.528, + 333, + 0.98, 337, - 2.754, - 343, - 1.078, - 350, - 0.93, - 356, - 1.803, - 362, - 3.307, - 364, - 0.633, - 373, - 0.832, + 0.682, + 341, + 0.523, + 342, + 1.246, + 344, + 0.657, + 345, + 0.523, + 346, + 0.927, + 347, + 0.696, + 348, + 0.987, + 353, + 0.433, + 358, + 2.86, + 359, + 0.894, + 368, + 0.567, + 371, + 1.048, + 379, + 1.345, + 380, + 0.708, + 382, + 1.973, + 384, + 0.766, + 387, + 1.619, + 389, + 1.541, + 390, + 1.459, 391, - 0.534, - 395, - 0.618, + 1.237, + 392, + 2.174, + 393, + 2.711, + 402, + 0.575, 407, - 1.626, + 2.189, + 409, + 0.881, + 419, + 3.705, + 420, + 0.746, + 424, + 7.902, + 426, + 6.991, 429, - 2.065, - 431, - 2.806, + 5.691, 441, - 0.544, - 462, - 2.965, - 465, - 1.779, - 466, - 2.046, - 467, - 4.145, - 468, - 2.187, - 472, - 4.664, - 479, - 0.775, - 481, - 0.587, - 488, - 1.931, - 492, - 1.879, - 502, - 3.063, - 514, - 3.189, - 580, - 0.758, + 0.541, + 446, + 1.0, + 452, + 0.809, + 453, + 1.156, + 455, + 1.505, + 456, + 4.37, + 459, + 0.929, + 469, + 1.011, + 471, + 1.959, + 473, + 0.475, + 487, + 0.766, + 489, + 1.294, + 490, + 0.451, + 499, + 3.591, + 500, + 0.394, + 506, + 0.657, + 507, + 0.815, + 509, + 1.036, + 510, + 0.397, + 513, + 1.036, + 515, + 1.237, + 521, + 0.376, + 524, + 0.932, + 533, + 0.598, + 534, + 0.507, + 541, + 1.062, + 543, + 0.801, + 550, + 0.929, + 553, + 1.238, + 555, + 1.085, + 556, + 1.424, + 558, + 0.881, + 568, + 2.283, + 570, + 3.257, + 573, + 1.044, + 574, + 1.662, + 577, + 0.423, + 581, + 1.076, + 588, + 1.444, + 590, + 0.447, 594, - 1.557, + 2.332, + 595, + 2.19, 596, - 2.307, - 612, - 1.301, - 678, - 0.812, - 693, - 0.758, + 1.09, + 597, + 0.987, + 598, + 0.696, + 599, + 0.789, + 602, + 0.437, + 603, + 0.451, + 605, + 0.616, + 614, + 1.359, + 620, + 0.56, + 634, + 0.427, + 643, + 1.505, + 647, + 4.48, + 656, + 0.682, + 666, + 0.711, + 675, + 0.414, + 676, + 0.493, + 679, + 1.246, + 680, + 0.567, + 687, + 0.635, + 691, + 1.405, + 692, + 0.405, + 695, + 0.488, + 709, + 0.682, 710, - 2.612, - 737, - 1.049, - 742, - 5.374, - 756, - 3.571, - 758, - 0.676, - 759, - 1.868, - 792, - 2.161, - 812, - 1.698, - 815, - 1.943, - 824, - 0.758, + 1.349, + 728, + 0.529, + 729, + 1.156, + 744, + 0.523, + 749, + 1.52, + 751, + 2.047, + 752, + 1.596, + 765, + 0.378, + 769, + 0.696, + 774, + 0.488, + 786, + 1.156, + 795, + 0.696, + 803, + 0.746, + 811, + 1.378, 826, - 1.355, + 1.048, 827, - 0.595, - 835, - 6.06, - 836, - 6.429, - 842, - 3.27, - 858, - 1.461, + 2.007, + 832, + 0.957, + 834, + 0.535, + 849, + 0.479, + 856, + 3.021, + 862, + 4.343, 866, - 1.975, - 896, - 0.97, - 897, - 2.618, - 909, - 0.728, - 916, - 3.416, - 923, - 0.802, + 1.711, + 880, + 1.969, + 894, + 0.788, + 898, + 1.23, + 899, + 2.677, + 901, + 2.533, + 905, + 0.635, + 915, + 0.765, + 924, + 0.947, + 928, + 0.746, 935, - 6.993, + 0.989, 941, - 1.803, - 945, - 2.395, + 0.782, + 942, + 1.505, + 944, + 0.554, 948, - 3.248, - 949, - 1.619, - 951, - 3.869, - 954, - 0.832, - 957, - 6.736, - 958, - 2.124, - 959, - 3.959, - 961, - 2.497, - 962, - 1.991, - 966, - 3.252, + 0.427, + 960, + 1.581, + 972, + 0.696, 977, - 2.554, - 993, - 1.18, - 1015, - 1.054, - 1017, - 2.555, - 1034, - 3.252, - 1058, - 2.555, - 1072, - 1.781, - 1159, - 3.171, - 1166, - 1.799, - 1173, - 1.288, - 1211, - 0.694, - 1218, - 2.965, + 0.575, + 978, + 2.0, + 987, + 1.062, + 1002, + 0.535, + 1007, + 0.975, + 1019, + 2.215, + 1041, + 4.836, + 1042, + 3.612, + 1064, + 0.529, + 1089, + 0.711, + 1097, + 0.669, + 1098, + 3.634, + 1109, + 3.65, + 1120, + 0.635, + 1133, + 2.412, + 1139, + 2.844, + 1140, + 1.872, + 1144, + 4.412, + 1153, + 1.628, + 1157, + 0.567, + 1164, + 3.28, + 1184, + 6.248, + 1186, + 0.978, + 1188, + 0.529, + 1192, + 2.148, + 1202, + 0.947, + 1208, + 1.215, 1221, - 6.344, - 1227, - 3.532, + 0.535, 1251, - 0.793, + 0.927, + 1254, + 1.611, 1257, - 0.721, - 1275, - 0.843, - 1333, - 1.224, - 1369, - 0.75, - 1404, - 3.416, - 1443, - 5.695, + 0.669, + 1258, + 0.711, + 1259, + 1.758, + 1279, + 1.664, + 1295, + 3.407, + 1323, + 0.834, + 1327, + 0.728, + 1331, + 0.881, + 1332, + 0.437, + 1343, + 0.598, + 1355, + 0.987, + 1361, + 0.711, + 1387, + 0.696, + 1403, + 0.513, + 1406, + 2.095, + 1428, + 2.508, + 1452, + 1.561, + 1459, + 2.063, 1465, - 1.417, - 1514, - 1.054, - 1516, - 0.979, - 1555, - 1.276, - 1570, - 0.936, - 1602, - 1.18, - 1611, - 1.645, - 1620, - 2.618, - 1640, - 1.054, - 1682, - 3.367, - 1711, - 1.11, - 1712, + 2.299, + 1471, 0.989, - 1780, - 0.867, - 1795, - 5.21, - 1828, - 6.549, - 1867, - 3.758, + 1472, + 2.456, + 1482, + 2.531, + 1502, + 0.554, + 1525, + 1.758, + 1548, + 0.582, + 1552, + 0.845, + 1557, + 0.646, + 1558, + 0.669, + 1602, + 0.529, + 1606, + 1.174, + 1629, + 2.456, + 1630, + 0.815, + 1632, + 1.261, + 1636, + 1.611, + 1649, + 1.462, + 1650, + 0.646, + 1651, + 1.194, + 1656, + 1.458, + 1657, + 6.614, + 1661, + 0.541, + 1662, + 0.475, + 1684, + 1.611, + 1686, + 1.505, + 1687, + 2.519, + 1694, + 4.503, + 1696, + 2.795, + 1697, + 0.696, + 1698, + 3.138, + 1699, + 5.064, + 1713, + 0.567, + 1730, + 0.927, + 1731, + 0.987, + 1733, + 0.987, + 1736, + 0.987, + 1739, + 0.987, + 1741, + 0.927, + 1743, + 0.987, + 1746, + 0.927, + 1749, + 2.827, + 1751, + 0.987, + 1756, + 0.927, + 1774, + 1.011, + 1777, + 0.987, + 1779, + 0.927, + 1796, + 0.987, + 1799, + 0.987, + 1801, + 1.825, + 1802, + 0.987, + 1803, + 1.378, + 1804, + 4.743, + 1808, + 0.927, + 1811, + 2.032, + 1814, + 1.258, + 1822, + 2.099, + 1823, + 2.109, + 1839, + 1.416, + 1840, + 0.616, + 1841, + 1.156, + 1844, + 1.712, + 1848, + 1.758, + 1866, + 0.616, + 1869, + 0.711, + 1870, + 1.628, 1871, - 1.18, - 1876, - 0.97, - 1889, - 0.906, - 1898, - 0.633, - 1905, - 2.187, + 0.967, + 1875, + 0.766, + 1879, + 2.059, + 1881, + 0.987, + 1882, + 1.538, + 1885, + 1.611, + 1890, + 0.625, + 1891, + 0.987, + 1895, + 0.682, + 1901, + 2.353, + 1908, + 0.902, + 1920, + 0.929, + 1926, + 0.711, + 1929, + 2.693, 1930, - 0.812, - 1967, - 2.1, - 1981, - 3.443, - 1990, - 2.485, - 2010, - 1.507, - 2011, - 0.855, - 2041, - 1.11, - 2099, - 7.067, + 2.614, + 1942, + 1.563, + 1966, + 1.345, + 1968, + 1.843, + 1973, + 0.646, + 1982, + 0.541, + 2007, + 0.682, + 2024, + 0.902, + 2027, + 1.716, + 2035, + 0.669, + 2066, + 1.345, + 2074, + 2.176, + 2078, + 1.261, 2100, - 7.948, - 2123, - 0.758, + 0.789, + 2131, + 0.789, 2139, - 0.952, - 2142, - 2.268, + 0.815, 2164, - 3.284, - 2257, - 2.281, - 2273, - 1.081, + 0.862, + 2191, + 0.746, + 2236, + 0.669, + 2243, + 3.746, + 2261, + 1.121, + 2307, + 1.974, + 2323, + 1.563, + 2384, + 0.669, 2389, - 3.185, - 2463, - 0.989, - 2475, - 1.469, - 2497, - 0.812, - 2501, - 1.143, - 2509, - 0.952, - 2573, - 2.31, - 2580, - 3.252, - 2593, - 2.042, - 2647, - 1.18, - 2885, - 2.042, - 2901, - 2.187, - 2984, - 1.803, - 3058, - 3.875, - 3185, - 2.399, - 3218, - 1.276, - 3226, - 2.35, - 3287, - 4.704, - 3312, - 6.905, - 3372, - 1.081, - 3402, - 1.276, - 3418, - 1.054, - 3451, - 5.48, - 3477, - 4.231, - 3560, - 1.11, - 3585, - 2.281, - 3670, - 3.367, - 3688, - 2.399, - 3747, - 1.276, - 3861, - 0.989, - 4130, - 2.497, - 4144, - 2.042, - 4211, - 1.276, - 4351, - 1.342, - 4356, - 6.882, - 4387, - 3.996, - 4392, - 1.43, - 4463, - 2.399, - 4537, - 1.43, - 4565, - 2.281, - 4582, - 1.43, - 4673, - 1.342, - 4738, - 1.11, - 4761, - 1.43, - 4762, - 1.43, - 4763, - 3.107, - 4901, - 1.43, - 4902, - 2.399, - 5109, - 3.348, - 5304, - 1.276, - 5316, - 2.556, - 5380, - 1.276, - 5382, - 3.996, - 5383, - 6.775, - 5526, - 2.399, - 5528, - 1.931, - 5579, - 3.607, - 5600, - 5.48, - 5628, - 1.143, - 5829, - 2.556, - 5854, - 1.276, - 6006, - 2.281, - 6046, - 1.342, - 6047, - 2.556, - 6066, - 7.147, - 6099, - 2.281, - 6181, - 2.556, - 6205, - 2.399, - 6217, - 2.556, - 6237, - 2.399, - 6830, - 5.913, - 7080, - 6.357, - 7571, - 1.342, - 7678, - 7.655, - 7682, - 1.43, - 7683, - 1.43, - 7684, - 1.43, - 7685, - 1.43, - 7686, - 1.43, - 7687, - 1.43, - 7694, - 3.466, - 7695, - 1.43, - 7696, - 6.186, - 7697, - 2.556, - 7704, - 4.996, - 7706, - 7.181, - 7779, - 1.43, - 7783, - 1.143, - 7936, - 2.281, - 7966, - 6.24, - 8292, - 1.564, - 8293, - 11.498, - 8294, - 3.79, - 8295, - 2.796, - 8296, - 1.564, - 8297, - 1.564, - 8298, - 2.796, - 8299, - 1.564, - 8300, - 1.564, - 8301, - 1.564, - 8302, - 2.796, - 8303, - 1.564, - 8304, - 5.883, - 8305, - 1.564, - 8306, - 2.556, - 8307, - 4.61, - 8308, - 5.298, - 8309, - 2.796, - 8310, - 1.564, - 8311, - 1.564, - 8312, - 1.564, - 8313, - 1.564, - 8314, - 1.564, - 8315, - 2.796, - 8316, - 3.79, - 8317, - 4.61, - 8318, - 1.564, - 8319, - 3.79, - 8320, - 1.564, - 8321, - 1.564, - 8322, - 1.564, - 8323, - 1.564, - 8324, - 1.564, - 8325, - 1.564, - 8326, - 1.564, - 8327, - 1.564, - 8328, - 1.564, - 8329, - 1.564, - 8330, - 1.564, - 8331, - 1.564, - 8332, - 1.564, - 8333, - 1.564, - 8334, - 1.564, - 8335, - 1.564, - 8336, - 1.564, - 8337, - 1.564, - 8338, - 1.564, - 8339, - 1.564, - 8340, - 1.564, - 8341, - 1.564, - 8342, - 1.564, - 8343, - 3.79, - 8344, - 3.79, - 8345, - 1.564, - 8346, - 1.564, - 8347, - 1.564, - 8348, - 1.564, - 8349, - 1.564, - 8350, - 2.796, - 8351, - 1.564, - 8352, - 1.43, - 8353, - 1.43, - 8354, - 1.564, - 8355, - 1.43, - 8356, - 1.564, - 8357, - 2.796, - 8358, - 4.215, - 8359, - 1.564, - 8360, - 1.564, - 8361, - 1.564, - 8362, - 1.564, - 8363, - 1.564, - 8364, - 1.564, - 8365, - 2.796, - 8366, - 1.564, - 8367, - 1.564, - 8368, - 1.564, - 8369, - 1.564, - 8370, - 1.564, - 8371, - 1.564, - 8372, - 1.564, - 8373, - 1.564, - 8374, - 1.564, - 8375, - 1.564, - 8376, - 1.564, - 8377, - 1.564, - 8378, - 2.796, - 8379, - 4.61, - 8380, - 2.796, - 8381, - 2.796 + 2.353, + 2398, + 0.881, + 2409, + 0.881, + 2433, + 1.194, + 2459, + 0.815, + 2512, + 0.927, + 2540, + 1.105, + 2544, + 1.287, + 2613, + 3.787, + 2628, + 1.712, + 2633, + 4.467, + 2657, + 2.58, + 2667, + 3.353, + 2678, + 0.845, + 2690, + 0.625, + 2691, + 0.845, + 2700, + 0.789, + 2701, + 0.927, + 2703, + 0.987, + 2775, + 1.5, + 2799, + 0.815, + 2809, + 2.544, + 2875, + 4.142, + 2886, + 2.032, + 2914, + 0.987, + 2915, + 0.845, + 2918, + 1.505, + 2935, + 1.712, + 2978, + 0.766, + 3057, + 0.746, + 3064, + 1.712, + 3120, + 2.711, + 3124, + 5.476, + 3133, + 0.987, + 3134, + 0.646, + 3242, + 0.815, + 3246, + 0.766, + 3311, + 1.261, + 3411, + 1.345, + 3450, + 0.987, + 3453, + 0.987, + 3475, + 0.881, + 3487, + 2.335, + 3518, + 0.927, + 3527, + 0.728, + 3558, + 0.881, + 3648, + 0.881, + 3650, + 0.927, + 3713, + 0.635, + 3727, + 1.194, + 3803, + 0.927, + 3838, + 0.789, + 3894, + 0.987, + 3988, + 0.728, + 3997, + 1.825, + 4069, + 2.738, + 4091, + 0.927, + 4098, + 0.669, + 4131, + 0.927, + 4201, + 0.987, + 4252, + 0.766, + 4326, + 0.927, + 4364, + 1.416, + 4376, + 2.973, + 4400, + 1.416, + 4514, + 2.234, + 4551, + 0.881, + 4555, + 4.474, + 4595, + 1.287, + 4608, + 0.881, + 4621, + 1.237, + 4646, + 0.789, + 5065, + 3.179, + 5100, + 1.561, + 5102, + 0.987, + 5120, + 1.458, + 5130, + 0.815, + 5279, + 0.987, + 5285, + 0.987, + 5292, + 0.987, + 5293, + 0.987, + 5294, + 0.927, + 5335, + 0.987, + 5573, + 0.815, + 5574, + 1.628, + 5650, + 0.987, + 5653, + 1.825, + 5753, + 0.789, + 5830, + 2.099, + 5864, + 0.987, + 5920, + 0.881, + 5935, + 0.987, + 5981, + 4.198, + 6026, + 2.967, + 6043, + 0.789, + 6048, + 0.987, + 6049, + 0.987, + 6140, + 0.881, + 6405, + 0.927, + 6753, + 0.987, + 6819, + 0.987, + 6837, + 2.387, + 6873, + 4.705, + 6954, + 1.712, + 6959, + 1.628, + 6970, + 0.789, + 6983, + 1.825, + 7001, + 1.215, + 7141, + 1.561, + 7454, + 0.927, + 7706, + 0.987, + 7768, + 0.987, + 8072, + 0.927, + 8174, + 0.987, + 8176, + 0.987, + 8178, + 0.987, + 8180, + 0.987, + 8182, + 0.987, + 8184, + 0.987, + 8186, + 0.987, + 8188, + 0.987, + 8190, + 0.987, + 8192, + 1.825, + 8194, + 0.987, + 8196, + 1.825, + 8198, + 0.987, + 8200, + 0.987, + 8202, + 0.987, + 8204, + 4.628, + 8206, + 1.825, + 8207, + 0.987, + 8209, + 0.987, + 8210, + 0.987, + 8211, + 0.987, + 8212, + 0.987, + 8213, + 3.715, + 8215, + 3.715, + 8217, + 2.544, + 8219, + 1.825, + 8221, + 1.825, + 8223, + 1.825, + 8225, + 1.825, + 8227, + 2.544, + 8229, + 1.825, + 8231, + 1.825, + 8242, + 1.825, + 8244, + 0.987, + 8246, + 1.825, + 8248, + 1.825, + 8252, + 1.825, + 8254, + 1.825, + 8256, + 1.825, + 8258, + 2.544, + 8262, + 1.825, + 8264, + 0.987, + 8266, + 0.987, + 8268, + 0.987, + 8270, + 0.987, + 8272, + 0.987, + 8274, + 1.825, + 8276, + 0.987, + 8278, + 0.987, + 8450, + 2.544, + 8451, + 0.927, + 8452, + 3.465, + 8453, + 1.08, + 8454, + 1.08, + 8455, + 4.628, + 8456, + 1.08, + 8457, + 1.08, + 8458, + 1.08, + 8459, + 1.08, + 8460, + 1.08, + 8461, + 1.08, + 8462, + 0.987, + 8463, + 1.825, + 8464, + 1.996, + 8465, + 4.063, + 8466, + 2.782, + 8467, + 1.08, + 8468, + 1.08, + 8469, + 1.08, + 8470, + 1.08, + 8471, + 1.08, + 8472, + 1.08, + 8473, + 1.08, + 8474, + 1.08, + 8475, + 1.08, + 8476, + 1.08, + 8477, + 1.08, + 8478, + 1.08, + 8479, + 1.996, + 8480, + 1.08, + 8481, + 1.08, + 8482, + 1.08, + 8483, + 1.08, + 8484, + 2.782, + 8485, + 1.08, + 8486, + 1.08, + 8487, + 1.08, + 8488, + 1.996, + 8489, + 1.08, + 8490, + 1.08, + 8491, + 1.996, + 8492, + 1.08, + 8493, + 1.08, + 8494, + 1.08, + 8495, + 1.08, + 8496, + 1.08, + 8497, + 1.08, + 8498, + 1.08, + 8499, + 1.08, + 8500, + 1.08, + 8501, + 1.08, + 8502, + 1.08, + 8503, + 2.782, + 8504, + 1.08, + 8505, + 1.08, + 8506, + 1.08, + 8507, + 1.08, + 8508, + 1.08, + 8509, + 1.08, + 8510, + 1.996, + 8511, + 0.987, + 8512, + 0.987, + 8513, + 1.08, + 8514, + 1.08, + 8515, + 5.062, + 8516, + 1.996, + 8517, + 1.996, + 8518, + 1.996, + 8519, + 1.996, + 8520, + 1.996, + 8521, + 1.08, + 8522, + 2.782, + 8523, + 0.987, + 8524, + 1.996, + 8525, + 1.08, + 8526, + 1.08, + 8527, + 0.987, + 8528, + 1.08, + 8529, + 1.996, + 8530, + 1.08, + 8531, + 1.08, + 8532, + 1.08, + 8533, + 1.996, + 8534, + 1.08, + 8535, + 1.08, + 8536, + 1.08, + 8537, + 1.08, + 8538, + 1.08, + 8539, + 1.08, + 8540, + 1.996, + 8541, + 0.987, + 8542, + 1.996, + 8543, + 1.08, + 8544, + 1.08, + 8545, + 0.987, + 8546, + 2.973, + 8547, + 1.08, + 8548, + 1.08, + 8549, + 1.08, + 8550, + 1.08, + 8551, + 1.996, + 8552, + 1.08, + 8553, + 1.08, + 8554, + 1.08, + 8555, + 4.343, + 8556, + 1.08, + 8557, + 1.08, + 8558, + 1.08, + 8559, + 1.08, + 8560, + 1.08, + 8561, + 1.996, + 8562, + 1.08, + 8563, + 0.987, + 8564, + 1.08, + 8565, + 1.08, + 8566, + 2.782, + 8567, + 3.168, + 8568, + 1.08, + 8569, + 0.987, + 8570, + 1.08, + 8571, + 1.08, + 8572, + 2.782, + 8573, + 1.08, + 8574, + 1.996, + 8575, + 0.987, + 8576, + 1.996, + 8577, + 1.996, + 8578, + 5.325, + 8579, + 0.927, + 8580, + 1.08, + 8581, + 1.996, + 8582, + 6.804, + 8583, + 1.08, + 8584, + 1.08, + 8585, + 1.08, + 8586, + 1.08, + 8587, + 1.08, + 8588, + 1.996, + 8589, + 2.782, + 8590, + 1.996, + 8591, + 1.08, + 8592, + 1.08, + 8593, + 1.996, + 8594, + 1.996, + 8595, + 1.08, + 8596, + 1.08, + 8597, + 1.08, + 8598, + 1.08 ] ], [ - "type/ref/stable/sys", + "type/ref/stable/bit", [ 6760, 1.837 ] ], [ - "data/ref/stable/sys", + "data/ref/stable/bit", [ - 2, - 0.622, - 3, - 0.356, 7, - 0.882, - 8, - 1.303, - 9, - 0.938, + 1.148, 10, - 1.219, + 2.37, 11, - 1.061, - 16, - 0.897, - 21, - 2.182, + 2.756, + 18, + 1.135, + 20, + 1.011, 22, - 1.594, - 23, - 1.159, - 25, - 1.922, - 26, - 1.687, - 28, - 0.481, - 29, - 0.552, - 30, - 1.139, - 31, - 2.376, - 32, - 0.258, - 33, - 1.525, - 35, - 2.472, - 41, - 0.394, - 42, - 1.815, + 3.126, + 36, + 1.517, + 38, + 0.459, 46, - 1.751, - 48, - 0.377, - 49, - 1.204, - 51, - 1.847, - 54, - 1.509, + 1.213, + 52, + 2.518, + 57, + 1.584, 59, - 2.037, - 60, - 0.552, - 65, - 0.721, - 67, - 1.18, - 68, - 1.972, + 0.932, 70, - 1.414, - 71, - 1.615, - 73, - 1.469, + 4.218, 74, - 1.113, + 3.972, 77, - 1.616, + 1.576, + 79, + 0.646, 86, - 1.601, - 87, - 1.018, - 92, - 0.844, - 94, - 0.849, - 97, - 2.408, - 98, - 2.818, + 1.341, 99, - 2.098, + 0.999, + 100, + 1.179, 102, - 1.861, - 104, - 0.548, + 2.575, + 105, + 3.053, 106, - 3.11, - 110, - 0.451, - 119, - 2.007, - 121, - 1.517, - 123, - 1.738, - 125, - 0.993, - 127, - 1.026, - 129, - 1.245, - 131, - 1.401, - 135, - 3.76, - 137, - 1.491, + 1.363, + 107, + 1.448, + 126, + 0.82, 140, - 1.553, - 141, - 1.834, - 147, - 2.938, + 1.904, + 142, + 3.787, 148, - 1.423, - 149, - 0.765, - 151, - 1.852, - 152, - 1.306, - 158, - 1.143, - 160, - 1.586, - 161, - 2.063, - 162, - 0.632, - 163, - 0.637, - 164, - 0.74, - 168, - 1.423, - 172, - 0.68, - 179, - 1.217, - 181, - 3.514, - 182, - 0.986, - 184, - 2.148, - 186, - 3.18, - 190, - 1.177, - 191, - 0.622, - 193, - 0.711, - 196, - 2.669, - 202, - 0.74, - 217, - 1.661, - 218, - 0.52, - 224, - 1.32, + 0.848, + 165, + 1.181, + 201, + 2.463, 229, - 0.596, - 231, - 1.163, - 237, - 1.104, + 1.559, + 230, + 2.188, + 241, + 1.346, 244, - 0.712, - 247, - 0.612, + 4.234, 251, - 0.797, - 252, - 1.106, - 259, - 2.129, + 2.896, 263, - 2.753, - 264, - 0.613, - 267, - 1.143, - 268, - 0.785, - 272, - 3.766, + 1.235, + 266, + 1.834, 273, - 1.611, - 275, - 3.156, - 277, - 1.395, - 278, - 0.752, - 282, - 1.291, - 288, - 0.956, - 290, - 1.173, - 291, - 1.422, - 293, - 1.661, - 297, - 1.502, - 298, - 0.963, - 300, - 1.631, - 302, - 2.012, - 308, - 1.728, - 312, - 0.624, - 318, - 3.61, - 320, - 1.443, - 336, - 0.618, - 337, - 0.896, - 339, - 0.508, - 343, - 1.364, - 350, - 2.223, - 351, - 0.671, - 355, - 1.431, - 361, - 0.721, - 366, - 2.168, - 384, - 1.431, - 388, - 0.936, - 389, - 0.913, - 391, - 0.838, - 393, - 1.955, - 395, - 3.201, - 407, - 1.384, - 411, - 1.143, - 422, - 1.11, - 423, - 0.811, - 426, - 0.73, - 428, - 1.231, - 429, - 1.1, - 430, - 1.568, - 433, - 1.656, - 434, - 0.893, - 438, - 1.1, - 439, - 1.022, - 441, - 0.855, - 456, - 1.651, - 460, - 1.443, - 465, - 2.186, - 473, - 0.671, - 478, - 1.026, - 479, - 1.669, - 481, - 1.553, - 489, - 0.961, - 492, - 2.186, - 493, - 1.84, - 502, - 1.616, - 504, - 0.773, - 509, - 0.761, - 521, - 0.963, - 522, - 3.051, - 523, - 0.63, - 524, - 3.815, - 525, - 0.915, - 526, - 0.893, - 538, - 2.992, - 539, - 0.811, - 547, - 2.633, - 554, - 0.448, - 556, + 1.878, + 295, + 3.918, + 306, + 1.817, + 330, 2.004, - 558, - 5.358, - 559, - 4.115, + 333, + 1.168, + 393, + 7.537, + 469, + 2.094, + 500, + 3.766, + 513, + 5.0, 561, - 3.533, - 563, - 1.022, - 568, - 1.009, - 569, - 0.392, - 573, - 2.424, - 581, - 2.7, - 582, - 1.106, - 583, - 1.93, - 587, - 1.291, - 590, - 2.21, - 595, - 2.122, - 599, - 0.643, - 605, - 0.785, - 611, - 3.118, - 614, - 1.552, - 618, - 0.874, - 624, - 0.679, - 628, - 0.825, - 646, - 0.74, - 654, - 0.539, - 655, - 0.596, - 656, - 1.983, - 659, - 1.623, - 660, - 2.62, - 664, - 1.043, - 666, - 1.321, - 667, - 3.59, - 669, - 3.189, - 670, - 1.259, - 680, - 0.535, - 688, - 0.712, - 694, - 2.793, - 697, - 1.542, - 700, - 1.538, - 701, - 0.811, + 1.992, + 604, + 4.635, + 629, + 2.288, + 686, + 2.227, + 689, + 1.85, + 691, + 2.948, 702, - 2.81, - 705, - 1.853, - 706, - 0.874, - 709, - 1.584, - 710, - 1.221, - 714, - 1.635, - 720, - 1.552, - 737, - 0.922, - 756, - 0.671, - 759, - 1.46, - 767, - 1.841, - 776, - 0.601, - 777, - 1.697, - 787, - 4.069, - 792, - 2.152, - 796, - 2.21, - 803, - 0.773, - 804, - 0.679, - 806, - 1.922, - 808, - 1.703, - 810, - 0.825, - 816, - 1.552, - 822, - 1.618, - 827, - 0.516, - 837, - 0.797, - 851, - 2.519, - 852, - 0.825, - 858, - 0.429, - 860, - 0.52, - 865, - 0.874, - 866, - 3.645, - 880, - 2.39, - 882, - 1.793, - 886, - 1.853, - 889, - 1.623, - 891, - 1.669, + 2.07, + 728, + 3.08, + 749, + 5.892, + 874, + 2.118, 898, - 0.99, + 1.467, 903, - 1.291, - 921, - 0.679, - 923, - 0.695, - 924, - 4.628, - 929, - 3.847, - 933, - 0.773, - 939, - 0.721, - 943, - 1.445, + 2.227, 948, - 1.564, - 950, - 1.853, - 960, - 1.633, - 970, - 1.106, - 998, - 2.988, - 1001, - 1.816, - 1011, - 3.206, - 1018, - 1.552, - 1042, - 1.77, - 1054, - 0.785, - 1058, - 4.242, - 1059, - 1.204, - 1074, - 1.707, - 1078, - 1.729, - 1084, - 1.239, - 1094, - 0.671, - 1104, - 1.231, - 1129, - 2.072, - 1145, - 0.65, - 1149, - 0.913, - 1158, - 3.447, - 1159, - 3.393, - 1166, - 0.643, - 1173, - 1.132, - 1175, - 0.893, - 1191, - 1.482, - 1199, - 0.84, - 1200, - 1.143, - 1206, - 0.99, - 1211, - 2.38, - 1215, - 1.022, - 1217, - 1.423, - 1219, - 0.73, - 1222, - 1.509, - 1234, - 0.664, - 1239, - 0.942, - 1250, - 0.679, - 1251, - 1.245, - 1253, - 0.721, - 1261, - 0.695, - 1277, - 2.461, - 1284, - 1.6, - 1293, - 1.926, - 1330, - 1.618, - 1352, - 4.067, - 1355, - 2.476, - 1359, - 0.773, - 1369, - 0.65, - 1371, - 1.656, - 1373, - 0.751, - 1382, - 0.874, - 1383, - 1.922, - 1423, - 0.721, + 2.483, + 1097, + 3.897, + 1109, + 2.003, + 1172, + 4.635, + 1221, + 4.773, + 1236, + 7.849, + 1272, + 1.834, + 1331, + 5.129, + 1401, + 5.176, + 1428, + 6.401, + 1459, + 4.468, 1465, - 2.43, - 1467, - 0.773, - 1481, - 2.397, - 1491, - 1.217, - 1493, - 0.84, - 1498, - 1.47, - 1505, - 0.856, - 1506, - 3.618, + 2.683, + 1500, + 5.873, 1510, - 0.73, - 1516, - 1.68, - 1518, - 0.936, - 1521, - 0.856, - 1525, - 3.458, - 1526, - 3.448, - 1545, - 2.129, - 1569, - 4.046, - 1585, - 1.06, - 1586, - 1.616, - 1599, - 0.773, - 1619, - 0.825, - 1637, - 5.3, - 1647, - 0.936, - 1661, - 0.99, - 1663, - 0.65, - 1664, - 2.891, - 1665, - 0.913, - 1666, - 2.108, - 1667, - 1.922, - 1669, - 0.84, - 1671, - 0.961, - 1675, - 2.22, - 1678, - 0.531, - 1679, - 1.022, - 1695, - 0.657, - 1704, - 2.572, - 1705, - 1.88, - 1708, - 2.108, - 1709, - 3.325, - 1728, - 3.122, - 1730, - 5.401, - 1731, - 5.496, - 1743, - 3.122, - 1745, - 0.874, - 1758, - 0.721, - 1784, - 3.269, - 1798, - 2.869, - 1803, - 0.856, - 1805, - 2.585, - 1822, - 1.984, - 1829, - 0.99, - 1837, - 1.106, - 1839, - 0.811, - 1844, - 0.751, - 1850, - 0.811, - 1853, - 0.893, - 1854, - 0.695, - 1869, - 3.049, - 1894, - 0.936, - 1898, - 0.548, - 1902, - 0.73, - 1907, - 1.697, - 1911, - 1.743, - 1922, - 0.893, + 4.906, + 1557, + 3.761, + 1558, + 2.561, + 1563, + 5.393, + 1565, + 3.545, + 1690, + 6.165, + 1893, + 4.552, 1929, - 0.671, - 1957, - 3.084, - 1963, - 0.773, - 1977, - 2.36, - 2011, - 3.439, - 2020, - 0.913, - 2031, - 1.907, - 2046, - 0.761, - 2078, - 4.401, - 2112, - 2.669, + 4.048, + 1979, + 2.515, + 1982, + 5.791, 2123, - 2.6, - 2137, - 2.435, - 2139, - 0.825, - 2162, - 2.615, - 2164, - 0.84, - 2193, - 0.961, - 2195, - 1.022, - 2221, - 0.99, - 2229, - 1.106, - 2266, - 2.231, - 2335, - 1.922, - 2345, - 1.697, - 2387, - 1.106, - 2399, - 1.022, - 2409, - 1.618, - 2426, - 1.743, - 2435, - 0.913, - 2497, - 1.275, - 2502, - 0.811, - 2504, - 2.39, - 2505, - 0.913, - 2509, - 1.495, - 2548, - 2.891, - 2573, - 0.679, - 2587, - 1.342, - 2588, - 1.106, - 2601, - 1.445, - 2636, - 1.794, - 2638, - 1.495, - 2645, - 0.893, - 2658, - 3.238, - 2763, - 0.825, - 2780, - 1.163, - 2812, - 1.06, - 2996, - 1.11, - 3034, - 1.06, - 3069, - 1.06, - 3156, - 0.874, - 3163, - 0.874, - 3165, - 1.022, - 3166, - 2.108, - 3175, - 0.811, - 3225, - 0.936, - 3307, - 2.246, - 3310, - 1.552, - 3380, - 1.853, - 3382, - 2.39, - 3399, - 1.239, - 3400, - 1.239, - 3407, - 1.163, - 3413, - 1.106, - 3446, - 1.06, - 3456, - 0.893, - 3459, - 1.022, - 3530, + 3.585, + 2190, + 3.64, + 2591, + 4.237, + 2821, + 3.018, + 2916, + 4.808, + 2956, + 2.785, + 3442, + 2.931, + 3810, + 2.722, + 3851, + 3.545, + 3896, + 3.778, + 3972, + 5.194, + 4184, + 3.371, + 4185, + 3.371, + 4429, + 8.627, + 4832, + 2.785, + 5830, + 4.742, + 6127, + 2.931, + 6220, + 5.129, + 6320, + 8.267, + 6405, + 10.11, + 6958, + 3.018, + 7059, + 3.778, + 7955, + 3.545, + 8072, + 6.528, + 8546, + 10.162, + 8599, + 4.131, + 8600, + 4.131, + 8601, + 4.131, + 8602, + 9.147, + 8603, + 10.016, + 8604, + 4.131, + 8605, + 4.131, + 8606, + 4.131, + 8607, + 4.131, + 8608, + 4.131, + 8609, + 4.131, + 8610, + 4.131, + 8611, + 4.131, + 8612, + 3.778, + 8613, + 6.286, + 8614, + 3.778, + 8615, + 4.131, + 8616, + 4.131, + 8617, + 6.286, + 8618, + 4.131, + 8619, + 4.131, + 8620, + 6.286, + 8621, + 6.286, + 8622, + 4.131, + 8623, + 4.131, + 8624, + 4.131, + 8625, + 4.131, + 8626, + 4.131, + 8627, + 4.131, + 8628, + 4.131, + 8629, + 4.131, + 8630, + 4.131, + 8631, + 4.131, + 8632, + 8.364, + 8633, + 4.131 + ] + ], + [ + "type/ref/stable/dmURI", + [ + 6760, + 1.837 + ] + ], + [ + "data/ref/stable/dmURI", + [ + 18, + 1.001, + 46, + 1.207, + 57, + 1.419, + 59, + 0.763, + 99, + 0.914, + 132, + 2.906, + 142, + 2.515, + 229, + 1.551, + 241, + 1.811, + 253, + 4.238, + 266, + 3.754, + 479, + 4.33, + 581, + 4.56, + 849, + 4.567, + 874, + 4.337, + 948, + 3.342, + 1041, + 5.217, + 1074, + 7.762, + 1411, + 3.624, + 1465, + 2.983, + 1658, + 6.001, + 1691, + 7.868, + 1929, + 4.501, + 2097, + 5.843, + 2120, + 6.381, + 2154, + 6.902, + 2389, + 4.899, + 2441, + 4.444, + 2779, + 5.755, + 2998, + 6.381, + 3646, + 6.293, + 3899, + 6.936, + 3969, + 9.415, + 4069, + 5.701, + 4857, + 4.899, + 4972, + 8.676, + 5652, + 6.902, + 6763, + 5.869, + 7001, + 5.15, + 8155, + 7.258, + 8634, + 8.459, + 8635, + 11.826, + 8636, + 8.459, + 8637, + 8.459, + 8638, + 8.459, + 8639, + 10.29, + 8640, + 8.459 + ] + ], + [ + "type/ref/stable/dmSpinlock", + [ + 6760, + 1.837 + ] + ], + [ + "data/ref/stable/dmSpinlock", + [ + 18, + 0.956, + 44, + 3.707, + 57, + 1.135, + 59, + 0.801, + 79, + 0.996, + 99, + 1.041, + 107, + 1.689, + 119, + 4.497, + 166, + 4.17, + 178, + 3.306, + 269, + 2.013, + 368, + 2.523, + 563, + 5.608, + 4864, + 9.039, + 6966, + 10.723, + 6972, + 6.694, + 7968, + 8.642, + 8641, + 8.874, + 8642, + 12.532, + 8643, + 11.983, + 8644, + 8.874, + 8645, + 11.726, + 8646, + 8.874, + 8647, + 8.874, + 8648, + 8.874, + 8649, + 8.874 + ] + ], + [ + "type/ref/stable/crash", + [ + 6760, + 1.837 + ] + ], + [ + "data/ref/stable/crash", + [ + 0, + 0.601, + 2, + 1.809, + 8, + 1.373, + 9, + 1.664, + 10, + 1.061, + 18, + 1.079, + 20, + 1.23, + 22, 2.016, - 3570, - 1.106, - 3617, - 1.163, - 3730, - 1.239, - 3759, - 0.99, - 3765, - 1.163, - 3795, - 2.004, - 3838, - 0.961, - 3850, - 1.743, - 3861, - 0.856, - 3862, - 0.99, - 3881, - 2.004, - 3942, - 0.99, - 4036, - 1.06, - 4046, - 0.99, - 4059, - 1.552, - 4109, - 0.856, - 4173, - 1.06, - 4204, - 1.853, - 4208, - 2.246, - 4213, - 1.163, - 4311, - 1.106, - 4322, - 0.961, - 4375, - 2.108, - 4390, - 0.657, - 4400, - 1.106, - 4434, - 5.401, - 4522, - 2.246, - 4619, - 1.106, - 4678, - 1.022, - 4734, - 1.239, - 4735, - 1.239, + 36, + 1.425, + 38, + 0.793, + 46, + 1.019, + 52, + 1.351, + 57, + 1.258, + 59, + 0.645, + 77, + 2.329, + 79, + 0.996, + 86, + 1.593, + 90, + 1.703, + 99, + 0.941, + 100, + 0.921, + 103, + 1.13, + 106, + 1.28, + 107, + 0.934, + 113, + 1.971, + 122, + 1.528, + 126, + 2.037, + 132, + 1.686, + 142, + 3.554, + 144, + 4.426, + 148, + 1.728, + 158, + 1.434, + 165, + 1.403, + 169, + 1.063, + 196, + 1.697, + 201, + 2.44, + 211, + 2.198, + 216, + 1.939, + 247, + 2.363, + 253, + 2.458, + 256, + 1.102, + 260, + 2.408, + 263, + 2.767, + 268, + 1.72, + 269, + 1.911, + 273, + 1.211, + 313, + 1.924, + 330, + 2.278, + 332, + 1.633, + 368, + 1.395, + 387, + 1.73, + 433, + 2.0, + 452, + 1.426, + 470, + 3.838, + 490, + 2.049, + 516, + 3.851, + 543, + 1.969, + 552, + 2.505, + 553, + 1.754, + 556, + 2.016, + 561, + 1.555, + 599, + 5.218, + 638, + 3.1, + 648, + 2.378, + 685, + 3.434, + 686, + 2.645, + 750, + 4.486, + 817, + 3.701, + 832, + 2.353, + 860, + 5.202, + 890, + 3.707, + 891, + 3.139, + 894, + 4.186, + 901, + 2.12, + 915, + 4.063, + 918, + 2.353, + 941, + 2.801, + 950, + 3.232, + 969, + 2.987, + 999, + 2.261, + 1019, + 1.854, + 1047, + 3.392, + 1064, + 2.404, + 1157, + 2.578, + 1198, + 4.074, + 1248, + 3.1, + 1269, + 2.718, + 1295, + 3.851, + 1298, + 3.1, + 1367, + 3.701, + 1411, + 3.06, + 1434, + 2.458, + 1459, + 2.0, + 1465, + 3.737, + 1472, + 4.145, + 1559, + 3.042, + 1597, + 2.841, + 1658, + 3.481, + 1675, + 2.645, + 1814, + 4.908, + 1884, + 3.578, + 1908, + 3.809, + 1911, + 3.663, + 1938, + 10.295, + 1941, + 3.838, + 2024, + 2.218, + 2027, + 4.173, + 2066, + 3.307, + 2095, + 2.936, + 2158, + 3.307, + 2164, + 2.12, + 2182, + 2.516, + 2190, + 2.841, + 2299, + 3.389, + 2330, + 3.232, + 2344, + 4.003, + 2389, + 2.841, + 2657, + 2.757, + 2683, + 3.481, + 2750, + 3.1, + 3140, + 3.389, + 3351, + 3.838, + 3365, + 5.389, + 3400, + 5.218, + 3411, + 3.307, + 3700, + 4.21, + 3717, + 4.003, + 3803, + 7.229, + 3902, + 3.1, + 4553, + 4.003, 4745, - 0.913, - 4771, - 1.893, - 4876, - 1.794, - 4887, - 2.93, - 4969, - 3.551, - 4982, - 3.917, - 4998, - 3.081, - 5002, - 0.961, - 5008, - 1.239, - 5010, - 1.239, - 5128, - 4.046, - 5337, - 2.749, - 5371, - 2.246, - 5441, - 2.108, - 5535, - 3.122, - 5724, - 2.108, - 5729, - 1.163, - 5777, - 1.239, - 5811, - 2.108, - 5812, - 1.106, - 5855, - 1.163, - 5904, - 0.936, - 5912, - 1.239, - 5972, - 2.108, - 6189, - 1.163, - 6201, - 1.022, - 6605, - 1.239, - 6673, - 1.239, - 6778, - 1.239, - 6785, - 2.246, - 6830, - 2.051, - 7142, - 1.163, - 7205, - 1.106, - 7239, - 1.922, - 7297, - 2.461, - 7314, - 2.891, - 7714, - 1.163, - 7761, - 3.784, - 7891, - 3.081, - 7936, - 2.004, - 8099, - 1.239, - 8113, - 2.004, - 8207, - 1.163, - 8236, - 1.853, - 8382, - 5.755, - 8383, - 2.456, - 8384, - 2.456, - 8385, - 5.363, - 8386, - 2.456, - 8387, - 2.456, - 8388, - 1.355, - 8389, - 2.456, - 8390, - 1.355, - 8391, - 1.355, - 8392, - 1.355, - 8393, - 1.355, - 8394, - 1.355, - 8395, - 2.456, - 8396, - 1.355, - 8397, - 1.355, - 8398, - 1.355, - 8399, - 1.355, - 8400, - 1.355, - 8401, - 1.355, - 8402, - 2.456, - 8403, - 10.327, - 8404, - 2.456, - 8405, - 1.355, - 8406, - 2.456, - 8407, - 1.355, - 8408, - 1.355, - 8409, - 1.355, - 8410, - 1.355, - 8411, - 2.456, - 8412, - 2.246, - 8413, - 1.355, - 8414, - 1.355, - 8415, - 1.355, - 8416, - 1.355, - 8417, - 3.369, - 8418, - 1.355, - 8419, - 1.355, - 8420, - 1.355, - 8421, - 1.355, - 8422, - 1.355, - 8423, - 3.369, - 8424, - 2.456, - 8425, - 2.456, - 8426, - 3.369, - 8427, - 1.355, - 8428, - 1.355, - 8429, - 1.355, - 8430, - 1.355, - 8431, - 1.355, - 8432, - 1.355, - 8433, - 1.355, - 8434, - 1.355, - 8435, - 1.355, - 8436, - 1.239, - 8437, - 1.355, - 8438, - 1.355, - 8439, - 1.355, - 8440, - 2.456, - 8441, - 2.456, - 8442, - 1.355, - 8443, - 1.355, - 8444, - 1.355, - 8445, - 1.355, - 8446, - 4.139, - 8447, - 2.456, - 8448, - 1.355, - 8449, - 1.355, - 8450, - 1.355, - 8451, - 1.355, - 8452, - 1.239, - 8453, - 1.355, - 8454, - 1.355, - 8455, - 1.355, - 8456, - 1.355, - 8457, - 1.355, - 8458, - 1.355, - 8459, - 1.355, - 8460, - 1.355, - 8461, - 1.355, - 8462, - 1.355, - 8463, - 1.355, - 8464, - 1.355, - 8465, - 1.355, - 8466, - 1.355, - 8467, - 1.355, - 8468, - 1.355, - 8469, - 1.355, - 8470, - 3.369, - 8471, - 1.239, - 8472, - 2.456, - 8473, - 3.369, - 8474, - 2.749, - 8475, - 3.369, - 8476, - 1.355, - 8477, - 1.355, - 8478, - 1.355, - 8479, - 1.355, - 8480, - 1.355, - 8481, - 1.163, - 8482, - 1.355, - 8483, - 1.355, - 8484, - 1.355, - 8485, - 1.355, - 8486, - 1.355, - 8487, - 1.355, - 8488, - 1.355, - 8489, - 1.355, - 8490, - 1.355, - 8491, - 1.355, - 8492, - 1.355, - 8493, - 1.355, - 8494, - 1.355, - 8495, - 1.355, - 8496, - 1.355, - 8497, - 1.355, - 8498, - 1.355, - 8499, - 1.355, - 8500, - 3.369, - 8501, - 1.355, - 8502, - 1.355, - 8503, - 1.355, - 8504, - 1.355, - 8505, - 1.355, - 8506, - 1.239, - 8507, - 1.355, - 8508, - 1.239, - 8509, - 1.355, - 8510, - 1.355, + 2.987, + 4918, + 9.352, + 5425, + 3.164, + 7332, + 4.486, + 7509, + 9.091, 8511, - 1.355, - 8512, - 2.246, - 8513, - 1.355, - 8514, - 1.355, - 8515, - 1.355, - 8516, - 1.355, - 8517, - 1.355, - 8518, - 1.355, - 8519, - 1.355, - 8520, - 1.355, - 8521, - 2.456, - 8522, - 1.355, - 8523, - 1.355, - 8524, - 1.355, - 8525, - 1.355 + 4.486, + 8650, + 4.906, + 8651, + 4.906, + 8652, + 4.486, + 8653, + 4.906, + 8654, + 4.906, + 8655, + 4.486, + 8656, + 4.486, + 8657, + 4.906, + 8658, + 4.906, + 8659, + 4.906, + 8660, + 4.906, + 8661, + 4.906, + 8662, + 4.906, + 8663, + 7.144, + 8664, + 6.533, + 8665, + 4.906, + 8666, + 4.906, + 8667, + 7.144, + 8668, + 4.906, + 8669, + 4.906, + 8670, + 4.906, + 8671, + 4.906, + 8672, + 4.906, + 8673, + 4.906, + 8674, + 4.906, + 8675, + 4.906, + 8676, + 4.906, + 8677, + 4.906, + 8678, + 4.906, + 8679, + 4.906, + 8680, + 4.906, + 8681, + 4.906, + 8682, + 9.688, + 8683, + 4.906, + 8684, + 4.906, + 8685, + 4.906, + 8686, + 4.906, + 8687, + 4.906, + 8688, + 4.906, + 8689, + 4.906, + 8690, + 4.906, + 8691, + 4.906, + 8692, + 4.906, + 8693, + 4.906, + 8694, + 4.906, + 8695, + 4.906, + 8696, + 4.906, + 8697, + 4.906, + 8698, + 4.906, + 8699, + 4.906, + 8700, + 4.906, + 8701, + 4.486, + 8702, + 4.906, + 8703, + 4.906, + 8704, + 4.906, + 8705, + 4.906, + 8706, + 4.906, + 8707, + 4.906, + 8708, + 4.21 ] ], [ - "type/ref/stable/os", + "type/ref/stable/coroutine", [ 6760, 1.837 ] ], [ - "data/ref/stable/os", + "data/ref/stable/coroutine", [ 7, - 1.411, - 8, - 1.35, + 1.311, 9, - 0.994, + 1.949, 10, - 0.65, - 11, - 1.028, - 15, - 2.46, - 16, - 1.015, - 21, - 2.222, - 22, - 1.572, - 24, - 1.626, - 26, - 2.29, - 29, - 1.765, + 1.988, + 18, + 1.137, + 20, + 1.475, 30, - 1.138, - 32, - 1.871, - 33, - 1.576, - 34, - 2.031, - 35, - 2.54, - 41, - 2.014, - 42, - 1.336, - 48, - 0.991, - 49, - 2.476, - 51, - 2.013, - 68, - 1.271, - 70, - 1.919, - 71, - 1.15, - 72, - 1.407, - 74, - 0.949, + 3.948, + 36, + 2.157, + 46, + 1.141, + 57, + 1.272, + 59, + 0.519, + 60, + 3.01, 77, - 1.892, - 86, - 1.294, - 97, - 1.715, + 2.164, + 79, + 0.989, 99, - 3.018, + 0.985, + 100, + 1.078, + 103, + 1.323, 106, - 1.407, - 110, - 2.614, - 119, - 2.505, - 121, - 1.959, - 135, - 2.948, - 137, - 1.463, - 141, - 0.714, - 151, - 1.566, - 152, - 1.526, + 1.647, + 107, + 2.111, + 113, + 1.151, + 122, + 1.789, + 126, + 1.825, + 153, + 1.304, 160, - 1.407, - 161, - 1.951, - 162, - 1.781, - 173, - 1.376, - 186, - 2.554, - 191, - 0.902, - 217, - 2.249, - 224, - 1.543, - 236, - 1.826, - 237, - 2.088, - 256, - 1.047, - 263, - 2.896, - 264, - 1.61, - 278, - 1.09, - 281, - 1.784, - 289, - 2.251, - 290, - 2.411, - 293, - 1.429, - 300, - 1.942, - 303, - 1.488, - 309, - 1.764, - 312, - 1.641, - 336, - 2.557, - 337, - 1.299, - 339, - 1.336, - 346, - 1.386, - 350, - 1.185, - 373, - 1.895, - 395, - 3.584, - 396, - 3.411, - 398, + 2.364, + 165, + 3.235, + 169, + 1.479, + 177, + 2.813, + 201, + 2.066, + 202, + 1.877, + 226, + 1.599, + 240, + 2.971, + 241, + 1.969, + 244, + 3.089, + 260, + 1.937, + 268, 2.401, - 402, - 1.539, - 407, - 1.627, - 430, - 1.657, - 439, - 2.687, - 454, - 1.476, - 465, - 2.108, - 469, - 2.149, - 492, - 4.54, - 514, - 1.265, - 522, - 3.358, - 524, - 3.471, - 525, - 2.581, - 538, - 3.826, - 547, - 1.059, - 554, - 1.853, - 572, - 2.787, - 581, - 1.82, - 583, - 1.282, - 590, - 3.0, - 615, - 2.063, - 656, - 2.096, - 688, - 1.871, - 714, - 2.737, - 715, - 2.096, - 719, - 2.51, - 726, - 1.595, - 733, - 3.474, + 273, + 1.973, + 287, + 3.97, + 334, + 3.184, + 387, + 2.027, + 442, + 2.574, + 489, + 2.674, + 500, + 2.917, + 534, + 2.701, + 553, + 2.858, + 556, + 2.362, + 620, + 4.149, + 672, + 4.861, + 747, + 3.23, + 749, + 5.431, 752, - 2.906, - 759, - 1.256, - 767, - 3.062, - 783, - 3.021, - 787, - 2.063, - 792, - 1.308, - 795, - 2.063, - 808, - 1.265, - 833, - 2.46, - 862, - 1.805, - 876, - 5.175, - 889, - 1.397, - 891, - 3.157, - 909, - 1.657, - 922, - 2.906, - 972, - 4.414, - 1009, - 2.096, - 1021, - 3.245, - 1074, - 1.805, - 1126, - 2.46, - 1129, - 3.395, - 1158, - 3.298, - 1160, - 3.152, - 1179, - 2.251, - 1227, - 1.745, - 1319, - 4.89, - 1352, - 6.426, - 1373, - 3.104, - 1493, - 2.208, - 1516, - 3.973, - 1562, - 2.031, - 1569, - 3.722, - 1574, - 2.906, - 1592, - 1.92, - 1610, - 3.692, - 1669, - 2.208, - 1678, - 1.397, - 1679, - 2.687, - 1691, - 2.527, - 1693, - 2.063, - 1696, - 2.787, - 1784, - 2.608, - 1795, - 1.848, - 1822, - 3.511, - 1854, - 1.826, - 1855, - 4.227, - 1865, - 3.245, - 1869, - 1.626, - 1872, - 2.527, - 1929, - 2.776, - 1977, - 4.48, - 1981, - 4.605, - 2010, - 3.021, - 2011, - 3.062, - 2112, - 3.613, - 2123, - 2.716, - 2208, - 2.346, - 2259, - 2.787, - 2268, - 2.297, - 2378, - 6.741, - 2479, - 2.687, - 2573, - 2.807, - 2759, - 2.346, - 2778, - 2.906, - 2885, - 4.093, - 2957, - 2.527, - 3044, - 2.601, - 3052, - 2.251, - 3171, - 4.145, - 3373, - 3.353, - 3419, - 6.335, - 3432, - 2.906, - 3456, - 3.692, - 3477, - 2.208, - 3559, - 2.906, - 3680, - 3.056, - 3838, - 3.975, + 2.648, + 765, + 2.801, + 811, + 5.176, + 859, + 2.879, + 866, + 2.141, + 879, + 4.705, + 912, + 3.706, + 919, + 4.1, + 931, + 1.59, + 987, + 3.058, + 1025, + 2.271, + 1082, + 5.052, + 1138, + 4.931, + 1218, + 7.051, + 1296, + 3.425, + 1336, + 4.689, + 1406, + 2.623, + 1415, + 3.97, + 1434, + 4.005, + 1459, + 4.523, + 1465, + 2.027, + 1472, + 2.574, + 1475, + 4.077, + 1497, + 4.496, + 1662, + 4.977, + 1713, + 3.019, + 1973, + 3.439, + 2297, + 6.975, + 2631, + 5.052, + 2994, + 5.267, + 3251, + 4.689, + 3415, + 5.023, + 3501, + 4.496, + 3569, + 3.97, + 3610, + 3.098, 4207, - 2.527, - 4477, - 2.46, - 4525, - 5.226, - 4595, - 4.808, - 4615, - 2.401, - 4696, - 2.906, - 4724, - 6.335, - 4738, - 2.527, - 4771, - 2.002, - 4887, - 1.946, - 4968, - 4.384, - 4982, - 6.625, - 5109, - 3.541, - 5128, - 2.687, - 5136, - 3.257, - 5138, - 3.257, - 5139, - 3.056, - 5140, - 3.257, - 5142, - 5.124, - 5143, - 3.257, - 5210, - 7.183, - 5276, - 3.257, - 5564, - 2.601, - 5990, - 9.651, - 6577, - 5.124, - 7136, - 3.056, - 7297, - 4.093, - 7456, - 2.601, - 7537, - 6.335, - 7538, - 3.056, - 7543, - 3.056, - 7547, - 3.056, - 7592, - 5.124, - 7593, - 5.124, - 7634, - 3.257, - 7782, - 3.257, - 8093, - 2.906, - 8218, - 3.257, - 8526, - 3.562, - 8527, - 3.562, - 8528, - 3.257, - 8529, - 6.741, - 8530, - 5.604, - 8531, - 3.562, - 8532, - 5.604, - 8533, - 3.562, - 8534, - 5.604, - 8535, - 3.562, - 8536, - 3.562, - 8537, - 3.562, - 8538, - 3.562, - 8539, - 3.562, - 8540, - 5.604, - 8541, - 3.562, - 8542, - 3.562, - 8543, - 9.812, - 8544, - 3.562, - 8545, - 5.604, - 8546, - 3.562, - 8547, - 3.562, - 8548, - 3.257, - 8549, - 3.562, - 8550, - 3.562, - 8551, - 3.562, - 8552, - 3.562, - 8553, - 3.562, - 8554, - 3.562, - 8555, - 3.562, - 8556, - 3.562, - 8557, - 3.562, - 8558, - 3.562, - 8559, - 3.562, - 8560, - 3.056 + 5.523, + 4339, + 5.255, + 4723, + 9.709, + 5178, + 10.192, + 5534, + 8.965, + 5974, + 4.689, + 7123, + 4.335, + 8709, + 5.747, + 8710, + 5.747, + 8711, + 7.995, + 8712, + 7.995, + 8713, + 5.747, + 8714, + 4.496, + 8715, + 5.747, + 8716, + 5.747, + 8717, + 7.995, + 8718, + 5.747, + 8719, + 5.747, + 8720, + 5.747, + 8721, + 5.255, + 8722, + 5.747, + 8723, + 5.747, + 8724, + 5.255 ] ], [ - "type/ref/stable/http", + "type/ref/stable/dmSSLSocket", [ 6760, 1.837 ] ], [ - "data/ref/stable/http", + "data/ref/stable/dmSSLSocket", [ - 7, - 0.788, - 8, - 1.32, - 9, - 0.916, - 11, - 0.916, - 21, - 2.391, - 26, - 1.682, - 29, - 1.908, - 30, - 1.109, - 32, - 1.194, - 33, - 1.536, - 35, - 3.067, - 42, - 1.496, + 18, + 1.047, + 38, + 0.815, 46, - 1.746, - 52, - 2.089, - 67, - 2.199, - 68, - 1.424, - 74, - 1.146, - 86, - 1.373, - 97, - 2.945, + 1.047, + 57, + 1.403, + 79, + 1.003, + 90, + 1.749, 99, - 2.753, - 104, - 3.435, - 106, - 2.48, - 108, - 2.372, - 119, - 2.001, - 135, - 4.169, - 137, - 1.264, - 151, - 1.557, - 160, - 1.124, - 161, - 1.686, - 162, - 1.614, - 172, - 1.737, - 184, - 2.811, - 186, - 2.879, - 196, - 3.499, - 218, - 3.257, - 224, - 1.728, - 234, - 1.909, - 237, - 1.445, - 251, - 3.693, - 252, - 5.121, - 263, - 2.376, - 297, - 1.966, - 305, - 3.635, - 350, - 2.089, - 422, - 3.84, - 465, - 2.66, - 469, - 2.407, - 491, - 2.621, - 493, - 2.483, - 509, - 3.527, - 522, - 4.667, - 523, - 3.952, - 569, - 1.814, - 583, - 3.056, - 594, - 2.579, - 614, - 3.966, - 615, - 5.575, - 616, - 4.936, - 654, - 2.499, - 659, - 3.33, - 693, - 3.042, - 694, - 2.785, - 697, - 3.843, - 735, - 3.693, - 758, - 2.712, - 778, - 4.91, - 781, - 5.385, - 787, - 6.434, - 790, - 3.755, - 821, - 3.966, - 851, - 3.297, - 866, - 4.759, - 918, - 3.755, - 968, - 4.208, - 1153, - 3.821, - 1166, - 4.032, - 1190, - 3.527, - 1211, - 2.785, - 1234, - 3.075, - 1367, - 3.579, - 1569, - 4.006, - 1661, + 1.072, + 142, + 2.8, + 177, + 2.881, + 202, + 2.398, + 226, + 2.042, + 229, + 2.213, + 247, + 2.427, + 273, + 1.812, + 287, + 5.07, + 330, + 2.34, + 479, + 4.115, + 483, 6.203, - 1704, - 3.01, - 1758, - 4.519, - 1784, - 2.92, - 1803, - 3.966, - 1869, - 4.394, - 1946, - 4.734, - 1957, - 3.075, - 1977, - 3.579, - 2023, - 3.18, - 2079, - 3.429, - 2101, - 7.532, - 2209, - 7.043, - 2266, - 2.92, - 2377, - 3.891, - 2573, - 3.144, - 3163, - 4.047, - 3171, - 3.755, - 3188, - 7.532, - 3518, - 5.739, - 3590, - 4.452, - 4059, - 3.966, - 4126, - 3.966, - 4584, - 4.734, - 4887, - 5.26, - 5126, - 5.121, - 5801, - 5.739, - 5803, - 5.739, - 5904, - 4.335, - 5973, - 7.534, - 8109, - 5.739, - 8561, - 8.493, - 8562, - 6.276, - 8563, - 6.276, - 8564, - 6.276, - 8565, - 6.276, - 8566, - 9.627, - 8567, - 6.276, - 8568, - 6.276, - 8569, - 6.276, - 8570, - 6.276, - 8571, - 6.276, - 8572, - 6.276 + 510, + 2.696, + 716, + 6.619, + 874, + 4.828, + 891, + 3.194, + 1025, + 3.72, + 1041, + 4.959, + 1055, + 7.116, + 1078, + 8.755, + 1202, + 3.484, + 1588, + 3.596, + 1621, + 5.748, + 1714, + 5.36, + 1814, + 3.318, + 2540, + 5.216, + 2548, + 4.319, + 2779, + 3.809, + 3067, + 5.742, + 3594, + 7.594, + 3646, + 3.905, + 3984, + 5.291, + 4198, + 6.297, + 4783, + 5.36, + 4857, + 6.352, + 6473, + 4.066, + 6766, + 6.68, + 8151, + 4.947, + 8725, + 7.339, + 8726, + 7.339, + 8727, + 6.711, + 8728, + 8.61, + 8729, + 8.08, + 8730, + 7.339, + 8731, + 11.606, + 8732, + 10.03, + 8733, + 7.339, + 8734, + 6.711, + 8735, + 7.339, + 8736, + 7.339, + 8737, + 5.36, + 8738, + 7.339, + 8739, + 7.339, + 8740, + 6.711, + 8741, + 7.339, + 8742, + 7.339, + 8743, + 7.339, + 8744, + 7.339, + 8745, + 7.339, + 8746, + 7.339, + 8747, + 7.339 ] ], [ - "type/ref/stable/io", + "type/ref/stable/dmProfile", [ 6760, 1.837 ] ], [ - "data/ref/stable/io", + "data/ref/stable/dmProfile", [ - 7, - 1.261, - 8, - 1.499, - 9, - 0.999, - 11, - 1.004, - 16, - 0.925, - 21, - 1.885, - 22, - 1.108, - 23, - 1.539, - 26, - 1.309, - 29, - 1.097, - 30, - 1.14, - 31, - 1.486, - 32, - 2.063, - 33, - 1.592, - 35, - 2.498, - 37, - 3.729, - 39, - 1.185, - 41, - 0.872, - 42, - 1.164, - 43, - 1.795, + 18, + 1.157, + 36, + 2.013, + 38, + 0.71, 46, - 1.981, - 49, - 1.072, - 51, - 1.985, - 54, - 4.277, + 0.912, + 56, + 1.644, 57, - 1.859, - 62, - 3.647, - 64, - 4.952, - 68, - 1.108, - 70, - 1.097, - 71, - 1.267, - 73, - 4.776, - 74, - 1.025, - 77, - 1.958, - 82, - 1.859, + 1.473, + 79, + 1.032, 86, - 1.563, - 92, - 2.446, - 97, - 1.89, + 3.521, + 90, + 2.405, 99, - 2.873, - 106, - 1.185, - 117, - 3.942, - 119, - 1.969, - 137, - 1.25, + 0.945, + 110, + 3.839, + 122, + 3.142, + 126, + 1.269, + 133, + 5.514, 141, - 1.683, - 149, - 2.217, - 151, - 1.437, - 158, - 1.656, - 160, - 1.654, - 161, - 0.969, - 162, - 0.771, - 173, - 2.386, - 182, - 1.203, - 186, - 1.46, - 190, - 1.756, - 196, - 3.004, - 198, - 0.98, - 217, - 2.478, - 224, - 2.157, - 237, - 2.313, - 256, - 0.882, + 1.563, + 175, + 5.498, + 201, + 1.932, + 202, + 3.297, + 210, + 4.081, + 216, + 1.669, + 241, + 0.904, + 244, + 1.632, + 247, + 3.214, 263, - 3.465, - 277, - 1.646, - 278, - 1.89, - 281, - 1.503, - 289, - 3.903, - 290, - 1.044, - 293, - 1.203, - 300, - 2.045, - 302, - 1.832, - 303, - 2.58, - 312, - 3.871, - 338, - 1.538, - 350, - 2.056, - 373, - 1.596, - 384, - 3.922, - 395, - 1.185, - 406, - 1.253, - 407, - 1.474, - 429, - 2.187, - 430, - 2.874, - 439, - 2.263, - 441, - 1.044, - 465, - 1.757, - 466, - 3.688, - 469, - 1.873, - 492, - 4.545, - 511, - 4.918, - 525, - 3.13, - 538, - 4.136, - 540, - 3.471, - 554, - 0.992, + 3.743, + 324, + 5.756, + 330, + 1.347, + 351, + 3.317, + 553, + 1.51, + 563, + 5.837, 568, - 2.926, - 581, - 3.385, - 583, - 2.223, + 5.979, 590, - 2.043, - 612, - 3.313, - 615, - 1.737, - 616, - 2.504, - 692, - 1.639, - 693, - 1.454, - 707, - 1.826, - 710, - 1.087, - 712, - 2.926, - 719, - 3.189, - 723, - 1.617, - 730, - 1.934, - 733, - 1.859, - 737, - 1.125, - 746, - 3.903, - 792, - 1.794, - 808, - 1.065, - 810, - 1.826, - 811, - 2.057, - 824, - 1.454, - 860, - 1.15, - 862, - 1.52, - 876, - 1.976, - 882, - 4.471, - 891, - 1.044, - 903, - 5.017, - 922, - 2.447, - 929, - 2.208, - 948, - 1.133, - 972, - 4.001, - 998, - 1.424, - 1009, - 1.765, - 1014, - 1.934, - 1015, - 4.163, - 1040, - 1.976, - 1042, - 1.576, - 1054, - 1.737, - 1059, - 1.47, - 1074, - 1.52, - 1096, - 1.662, - 1129, - 3.387, - 1160, - 1.959, - 1190, - 2.744, - 1227, - 1.47, - 1251, - 3.13, - 1257, - 1.382, - 1275, - 1.617, - 1319, - 1.617, - 1324, - 1.934, - 1376, - 2.447, - 1404, - 4.591, - 1421, - 2.504, - 1516, - 2.164, - 1542, - 2.263, - 1554, - 1.662, - 1558, - 1.826, - 1569, - 3.614, - 1583, - 1.765, - 1665, - 2.022, - 1693, - 1.737, - 1776, - 1.576, - 1784, - 3.313, - 1812, - 2.191, - 1815, - 4.163, - 1822, - 2.634, - 1854, - 1.538, - 1872, - 2.128, - 1876, - 1.859, - 1892, - 3.149, - 1902, - 1.617, - 1928, - 2.022, - 1929, - 2.419, - 1981, - 3.33, - 2010, - 1.617, - 2011, - 2.668, - 2013, - 1.737, - 2024, - 2.743, - 2077, - 1.826, - 2112, - 5.054, - 2139, - 1.826, - 2141, - 1.895, - 2161, - 3.217, - 2186, - 2.447, - 2265, - 1.711, - 2301, - 2.574, - 2396, - 2.022, - 2450, - 4.069, - 2667, - 4.659, - 2760, - 1.976, - 2878, - 2.022, - 2920, - 3.464, - 2996, - 4.438, - 3175, - 2.922, - 3226, - 3.829, - 3315, - 2.346, - 3373, - 1.795, - 3432, - 2.447, - 3452, - 2.743, - 3456, - 4.069, - 3791, - 2.128, - 3838, - 2.128, - 3840, - 1.639, - 3938, - 4.832, - 3941, - 5.3, - 3988, - 2.447, - 4005, - 3.027, - 4007, - 1.976, - 4109, - 1.895, - 4352, - 2.743, - 4353, - 2.574, - 4525, - 2.263, - 4876, - 6.47, - 5078, - 8.198, - 5139, - 2.574, - 5163, - 2.743, - 5208, - 2.743, - 5211, - 4.465, - 5278, - 2.743, - 5287, - 5.04, - 5320, - 2.346, - 5974, - 2.743, - 6087, - 4.465, - 6978, - 2.447, - 7031, - 3.82, - 7250, - 4.659, - 7487, - 2.743, - 7786, - 2.743, - 7947, - 6.51, - 8092, - 2.743, - 8560, - 5.3, - 8573, - 4.883, - 8574, - 4.883, - 8575, - 4.465, - 8576, - 7.119, - 8577, - 2.999, - 8578, - 7.119, - 8579, - 4.883, - 8580, - 4.883, - 8581, - 2.999, - 8582, - 2.999, - 8583, - 4.465, - 8584, - 2.574, - 8585, - 2.999, - 8586, - 2.999, - 8587, - 7.119, - 8588, - 4.465, - 8589, - 2.999, - 8590, - 2.999, - 8591, - 4.883, - 8592, - 2.999, - 8593, - 2.999, - 8594, - 2.999, - 8595, - 2.999, - 8596, - 2.999, - 8597, - 2.999, - 8598, - 7.119, - 8599, - 2.999 - ] - ], - [ - "type/ref/stable/engine", - [ - 6760, - 1.837 - ] - ], - [ - "data/ref/stable/engine", - [ - 7, - 0.929, - 9, - 0.805, - 10, - 1.351, - 11, - 1.01, - 16, - 0.855, - 21, - 1.512, - 23, - 2.047, - 24, - 3.379, - 26, - 2.538, - 30, - 1.107, - 32, - 1.409, - 33, - 1.512, - 42, - 1.765, - 44, - 2.971, - 51, - 1.777, - 68, - 1.68, - 70, - 1.664, - 74, - 1.159, - 86, - 1.351, - 119, - 3.329, - 121, - 2.094, - 137, - 1.409, - 140, - 3.412, - 147, - 3.257, - 151, - 1.357, - 186, - 3.122, - 191, - 2.398, - 217, - 2.971, - 237, - 2.18, - 251, - 4.357, - 257, - 5.115, - 263, - 2.071, - 283, - 3.752, - 298, - 2.903, - 350, - 2.464, - 357, - 3.589, - 391, - 3.233, - 514, - 3.362, - 547, - 2.816, - 561, - 4.878, - 578, - 5.408, - 581, - 3.39, - 587, - 3.89, - 603, - 6.354, - 627, - 6.917, - 660, - 4.046, - 677, - 3.628, - 697, - 2.759, - 701, - 4.43, - 803, - 4.223, - 948, - 3.579, - 1129, - 3.2, - 1158, - 4.357, - 1166, - 4.496, - 1191, - 3.257, - 1261, - 3.797, - 1283, - 4.59, - 1350, - 4.991, - 1504, - 6.247, - 1510, - 3.992, - 1531, - 6.771, - 1569, - 2.611, - 1592, - 5.105, - 1618, - 3.94, - 1667, - 5.793, - 1695, - 4.591, - 1784, - 3.445, - 1902, - 5.105, + 1.75, + 608, + 2.092, + 634, + 1.669, + 711, + 3.824, + 819, + 5.718, + 878, + 7.784, + 1019, + 1.596, + 1109, + 4.892, + 1126, + 2.116, + 1153, + 4.884, + 1208, + 6.327, + 1434, + 2.116, + 1465, + 1.49, + 1621, + 2.14, + 1636, + 6.019, + 1814, + 1.909, + 1858, + 2.783, 1911, - 5.253, - 1915, - 6.383, - 2031, - 3.412, - 2078, - 6.239, - 2079, - 4.046, - 2153, - 5.253, - 2240, - 5.408, - 2291, - 4.43, - 2428, - 4.775, - 2453, - 5.253, - 3441, - 5.115, - 3714, - 6.771, - 3940, - 5.793, - 4248, - 6.771, - 4926, - 6.917, - 5630, - 6.354, - 7314, - 6.354, - 8234, - 7.409, - 8382, - 6.771, - 8600, - 7.405, - 8601, - 7.405, - 8602, - 7.405, - 8603, - 7.405, - 8604, - 9.47, - 8605, - 7.405, - 8606, - 7.405, - 8607, - 7.405, - 8608, - 7.405, - 8609, - 7.405, - 8610, - 7.405, - 8611, - 7.405 + 4.409, + 1982, + 2.116, + 1991, + 3.085, + 2083, + 4.415, + 2155, + 4.972, + 2164, + 1.825, + 2656, + 8.026, + 2690, + 2.446, + 2779, + 5.719, + 2780, + 6.024, + 3105, + 3.304, + 3425, + 3.304, + 3646, + 5.864, + 3712, + 4.168, + 4262, + 7.378, + 4465, + 2.847, + 4646, + 7.371, + 6473, + 2.34, + 6763, + 6.444, + 6766, + 6.893, + 7311, + 2.783, + 7425, + 5.215, + 8008, + 7.33, + 8748, + 4.224, + 8749, + 6.392, + 8750, + 6.392, + 8751, + 4.224, + 8752, + 4.224, + 8753, + 4.224, + 8754, + 4.224, + 8755, + 4.224, + 8756, + 4.224, + 8757, + 4.224, + 8758, + 4.224, + 8759, + 9.717, + 8760, + 4.224, + 8761, + 4.224, + 8762, + 4.224, + 8763, + 10.092, + 8764, + 10.092, + 8765, + 11.413, + 8766, + 4.224, + 8767, + 4.224, + 8768, + 4.224, + 8769, + 4.224, + 8770, + 4.224, + 8771, + 4.224, + 8772, + 4.224, + 8773, + 4.224, + 8774, + 4.224, + 8775, + 4.224, + 8776, + 4.224, + 8777, + 4.224, + 8778, + 4.224, + 8779, + 4.224, + 8780, + 4.224, + 8781, + 4.224, + 8782, + 4.224, + 8783, + 4.224, + 8784, + 4.224 ] ], [ - "type/ref/stable/dmHash", + "type/ref/stable/editor", [ 6760, 1.837 ] ], [ - "data/ref/stable/dmHash", + "data/ref/stable/editor", [ + 0, + 0.105, + 1, + 2.038, 7, - 1.285, + 1.078, 8, - 1.37, + 1.997, 9, - 0.91, - 11, - 1.057, - 16, - 0.861, - 21, - 2.349, + 0.548, + 10, + 0.84, + 15, + 0.673, + 18, + 1.116, + 20, + 1.375, 30, - 1.065, - 32, - 1.948, - 33, - 1.424, + 0.61, + 36, + 2.055, + 38, + 1.124, + 42, + 0.414, + 46, + 1.407, + 49, + 3.993, + 50, + 1.593, 52, - 2.052, - 71, - 1.265, - 74, - 1.102, + 1.49, + 54, + 3.561, + 55, + 0.774, + 57, + 1.378, + 59, + 0.719, + 60, + 1.81, + 62, + 1.43, + 67, + 0.431, + 69, + 1.602, + 70, + 1.637, 77, - 2.042, + 0.977, + 78, + 0.382, + 79, + 1.031, + 80, + 1.385, + 83, + 5.311, + 85, + 2.326, 86, - 0.879, + 1.262, + 90, + 1.492, + 91, + 1.327, 92, - 1.384, - 108, - 4.735, - 119, - 1.966, - 134, - 7.196, + 0.345, + 93, + 1.471, + 94, + 1.338, + 95, + 1.586, + 96, + 3.762, + 97, + 1.469, + 99, + 1.031, + 100, + 1.89, + 102, + 1.213, + 103, + 0.995, + 106, + 1.165, + 107, + 0.74, + 109, + 0.606, + 111, + 0.359, + 113, + 1.202, + 122, + 0.895, + 123, + 0.673, + 124, + 0.995, + 125, + 2.505, + 126, + 2.17, + 130, + 1.75, + 133, + 0.47, 141, - 1.681, - 160, - 1.104, - 161, - 1.224, - 162, - 2.754, - 186, - 3.489, + 0.844, + 142, + 1.285, + 148, + 1.284, + 149, + 0.615, + 150, + 0.984, + 153, + 0.652, + 158, + 0.667, + 165, + 2.424, + 166, + 0.404, + 168, + 3.941, + 169, + 1.338, + 170, + 1.307, + 174, + 3.357, + 175, + 2.359, + 177, + 1.043, 196, - 2.846, - 297, - 1.261, - 316, - 1.854, - 320, - 3.594, - 350, - 2.052, - 372, - 4.155, - 441, - 2.92, - 492, - 4.366, - 522, - 2.988, - 524, - 3.088, - 590, - 1.332, - 605, - 5.238, - 607, - 3.63, - 610, - 2.715, - 628, - 3.753, - 697, - 3.126, - 700, - 4.353, - 704, - 3.627, - 796, - 4.395, - 816, - 5.302, - 921, - 3.088, - 924, - 5.528, - 929, - 5.202, - 934, - 5.528, - 947, - 6.548, - 948, - 1.522, - 1103, - 4.715, - 1167, - 5.735, - 1198, - 2.597, - 1200, - 3.904, - 1261, - 4.891, - 1319, - 3.323, - 1415, - 5.03, - 1558, - 2.452, - 1569, - 4.161, - 1618, - 4.465, - 1662, - 5.437, - 1798, - 3.688, - 1902, - 3.323, - 1919, - 4.258, - 2206, - 4.502, - 2232, - 6.409, - 2475, - 2.116, - 2573, - 3.088, - 2587, - 5.852, - 3077, - 8.259, - 3287, - 5.36, - 3288, - 4.823, - 3435, - 6.247, - 4390, - 3.63, - 4763, - 5.655, - 4882, - 10.522, - 4884, - 4.155, - 4885, - 6.111, - 4940, - 2.497, - 4942, - 5.448, - 4948, - 5.289, - 5036, - 5.313, - 6455, - 5.637, - 6753, - 4.648, - 6802, - 8.722, - 6884, - 6.303, - 6897, - 4.061, - 7009, - 7.479, - 7045, - 5.03, - 7508, - 7.042, - 7583, - 5.03, - 7622, - 3.038, - 8002, - 9.077, - 8024, - 5.03, - 8612, - 4.027, - 8613, - 4.027, - 8614, - 7.489, - 8615, - 3.683, - 8616, - 4.027, - 8617, - 4.027, - 8618, - 4.027, - 8619, - 11.307, - 8620, - 8.39, - 8621, - 4.027, - 8622, - 9.927, - 8623, - 4.027, - 8624, - 4.027, - 8625, - 4.027, - 8626, - 4.027, - 8627, - 4.027, - 8628, - 6.164, - 8629, - 6.164, - 8630, - 4.027, - 8631, - 6.164, - 8632, - 4.027, - 8633, - 8.39, - 8634, - 6.164, - 8635, - 4.027, - 8636, - 4.027, - 8637, - 4.027, - 8638, - 4.027, - 8639, - 4.027 - ] - ], - [ - "type/ref/stable/dmIntersection", - [ - 6760, - 1.837 - ] - ], - [ - "data/ref/stable/dmIntersection", - [ - 7, - 0.969, - 8, - 1.552, - 9, - 1.026, - 16, - 1.009, - 21, - 2.42, - 23, - 2.301, - 30, - 1.155, - 49, - 2.76, - 74, - 0.607, - 75, - 5.465, - 80, - 2.519, - 83, - 2.303, - 86, - 1.101, - 111, - 2.586, - 121, - 2.184, - 141, - 1.095, - 161, - 1.776, - 166, - 3.73, - 172, - 2.137, - 206, - 8.123, + 0.558, + 201, + 1.285, + 207, + 0.286, + 208, + 1.003, 210, - 2.519, - 234, - 1.663, - 300, - 1.653, - 369, - 2.447, - 460, - 2.342, - 466, - 4.317, - 492, - 4.46, - 514, - 3.967, - 584, - 3.879, - 640, - 2.519, - 697, - 4.416, - 809, - 3.685, - 812, - 2.449, - 826, - 3.743, - 828, - 4.879, - 896, - 3.39, - 903, - 2.873, - 935, - 5.549, - 1072, - 2.57, - 1168, - 6.359, - 1233, - 2.947, - 1555, - 4.461, - 1620, - 8.504, - 1919, - 7.354, - 1967, - 3.029, - 2460, - 6.625, - 2476, - 3.39, - 3190, - 4.124, - 3226, - 4.787, - 3339, - 8.031, - 3614, - 5.333, - 3670, - 3.993, - 4130, - 3.602, - 4182, - 4.277, - 4390, - 5.747, - 4436, - 7.336, - 4940, - 3.39, - 5382, - 4.124, - 5383, - 8.031, - 5579, - 6.04, - 5826, - 8.686, - 5934, - 9.134, - 6189, - 4.691, - 7475, - 7.002, - 7504, - 7.935, - 7561, - 6.04, - 7887, - 5.0, - 8640, - 5.467, - 8641, - 11.175, - 8642, - 5.467, - 8643, - 5.467, - 8644, - 7.06, - 8645, - 5.467, - 8646, - 5.467, - 8647, - 5.467, - 8648, - 5.467, - 8649, - 10.645, - 8650, - 7.721, - 8651, - 10.645, - 8652, - 5.467, - 8653, - 7.721, - 8654, - 7.721 - ] - ], - [ - "type/ref/stable/dmSpinlock", - [ - 6760, - 1.837 - ] - ], - [ - "data/ref/stable/dmSpinlock", - [ - 8, - 1.135, - 9, - 0.996, - 11, - 1.041, - 16, - 0.801, - 30, - 0.956, - 32, - 1.689, - 68, - 2.013, - 117, - 3.306, - 190, - 2.523, - 303, - 3.707, - 453, - 4.17, - 728, - 4.497, - 1521, - 5.608, - 1718, - 9.039, - 7583, - 8.642, - 7617, - 10.723, - 7622, - 6.694, - 8655, - 8.874, - 8656, - 12.532, - 8657, - 11.983, - 8658, - 8.874, - 8659, - 11.726, - 8660, - 8.874, - 8661, - 8.874, - 8662, - 8.874, - 8663, - 8.874 - ] - ], - [ - "type/ref/stable/tilemap", - [ - 6760, - 1.837 - ] - ], - [ - "data/ref/stable/tilemap", - [ - 7, - 1.541, - 8, - 1.557, - 9, - 0.86, - 11, - 0.942, - 16, - 0.975, - 21, - 0.794, - 22, - 0.882, - 23, - 1.781, - 26, - 1.964, - 30, - 1.151, - 32, - 1.567, - 33, - 1.41, - 35, - 3.4, - 42, - 1.746, - 49, - 1.39, - 50, - 2.615, - 51, - 0.73, - 59, - 1.651, - 65, - 3.192, - 67, - 1.362, - 70, - 2.113, - 71, - 0.798, - 74, - 1.089, - 77, - 0.775, - 80, - 3.795, - 83, - 1.638, - 86, - 1.342, - 92, - 1.336, - 94, - 2.075, - 95, - 2.507, - 99, - 1.112, - 108, - 4.196, - 119, - 2.336, - 121, - 2.66, - 123, - 1.409, - 135, - 3.091, - 137, - 1.09, - 160, - 1.312, - 161, - 1.454, - 162, - 1.543, - 190, - 2.342, - 191, - 0.984, - 198, - 1.96, - 202, - 3.278, - 217, - 2.94, - 224, - 2.017, + 4.132, + 211, + 1.526, + 212, + 2.195, + 216, + 3.202, + 226, + 0.8, 228, - 3.376, + 0.969, 229, - 3.915, + 1.273, 230, - 4.676, - 234, - 1.825, + 0.794, + 231, + 1.279, 237, - 1.381, + 0.744, 238, - 3.173, - 239, - 4.826, + 0.483, + 240, + 0.459, 241, - 5.739, - 268, - 2.252, - 278, - 1.836, - 293, + 1.393, + 244, + 3.275, + 247, 1.56, - 297, - 1.879, - 312, - 1.792, - 319, - 7.254, - 320, - 1.666, + 249, + 3.751, + 254, + 1.894, + 256, + 0.766, + 257, + 1.864, + 260, + 0.544, + 263, + 2.135, + 266, + 3.47, + 268, + 2.137, + 269, + 1.897, + 273, + 0.71, + 280, + 0.895, + 285, + 1.022, + 295, + 1.791, + 301, + 1.721, + 309, + 0.95, + 313, + 0.337, + 315, + 4.752, + 323, + 0.515, + 327, + 0.594, + 329, + 2.1, + 332, + 0.759, 337, - 1.418, - 339, - 1.459, + 5.683, 341, - 6.963, - 343, - 1.106, - 367, - 6.984, + 0.417, + 342, + 0.385, + 349, + 1.179, + 351, + 0.446, + 353, + 1.154, + 361, + 1.915, 368, - 7.373, - 396, - 2.367, - 407, - 1.243, - 417, - 1.885, - 420, - 2.621, - 465, - 0.96, - 466, - 3.182, - 478, - 1.624, - 492, - 2.446, - 493, - 2.142, - 522, - 1.885, + 0.245, + 369, + 0.58, + 373, + 4.85, + 374, + 5.226, + 378, + 1.041, + 380, + 2.13, + 382, + 2.814, + 383, + 1.894, + 385, + 0.483, + 387, + 0.569, + 389, + 1.593, + 392, + 0.566, + 399, + 0.61, + 411, + 5.714, + 422, + 0.702, + 428, + 3.039, + 433, + 0.658, + 442, + 0.723, + 449, + 6.772, + 450, + 0.702, + 451, + 0.628, + 456, + 1.837, + 457, + 0.305, + 472, + 0.396, + 473, + 0.71, + 479, + 1.906, + 483, + 0.567, + 489, + 0.4, + 490, + 0.953, + 496, + 1.809, + 497, + 0.828, + 502, + 0.567, + 510, + 0.316, + 515, + 1.001, + 521, + 0.299, + 523, + 0.446, + 524, + 0.963, + 533, + 0.476, + 534, + 0.759, + 543, + 0.648, + 544, + 3.509, + 546, + 0.464, + 552, + 0.256, + 553, + 3.413, 554, - 2.423, - 580, - 1.885, + 0.606, + 556, + 0.353, + 558, + 0.702, + 561, + 0.723, + 573, + 0.323, + 574, + 0.413, + 579, + 1.143, 590, - 3.348, - 595, + 0.356, + 592, + 3.489, + 594, + 1.325, + 596, + 0.47, + 600, + 2.073, + 601, + 0.312, + 631, + 0.426, + 633, + 0.818, + 634, + 1.346, + 636, + 0.33, + 638, + 0.544, + 656, + 1.442, + 666, + 1.503, + 672, + 2.913, + 673, + 0.935, + 679, + 1.288, + 685, + 0.658, + 691, + 2.942, + 692, + 0.606, + 703, + 0.337, + 708, + 1.145, + 716, + 3.086, + 740, + 0.436, + 749, + 2.361, + 750, + 2.095, + 751, + 0.348, + 761, + 0.61, + 762, + 1.973, + 771, + 1.062, + 772, + 1.115, + 773, + 0.585, + 774, + 2.133, + 784, + 2.1, + 796, + 0.628, + 801, 1.409, - 682, - 1.948, - 693, - 3.551, - 694, - 4.61, - 742, - 2.326, - 805, - 2.908, - 815, - 3.076, - 824, - 1.885, + 811, + 1.926, 827, - 1.48, + 1.321, 832, - 2.457, - 858, - 2.322, - 896, - 2.41, - 897, - 2.686, - 899, - 3.422, - 938, - 6.214, + 4.511, + 834, + 1.688, + 848, + 0.426, + 856, + 1.154, + 866, + 0.85, + 891, + 0.975, + 894, + 1.136, + 898, + 1.021, + 905, + 0.506, + 915, + 1.307, + 917, + 0.389, + 919, + 0.441, + 921, + 0.555, + 925, + 0.567, 945, - 4.63, + 1.041, 948, - 2.267, - 949, - 4.77, - 954, - 2.069, - 957, - 6.67, - 1059, - 2.94, - 1080, - 2.621, - 1145, - 1.865, - 1200, - 1.809, + 0.901, + 952, + 7.811, + 977, + 0.458, + 978, + 3.873, + 996, + 2.19, + 1025, + 2.659, + 1029, + 1.409, + 1034, + 0.619, + 1035, + 4.775, + 1039, + 2.096, + 1046, + 1.365, + 1047, + 0.766, + 1052, + 0.848, + 1062, + 1.571, + 1067, + 0.527, + 1081, + 0.983, + 1104, + 0.299, + 1109, + 3.791, + 1139, + 1.282, + 1140, + 2.634, + 1155, + 3.993, + 1157, + 0.452, + 1166, + 0.498, + 1173, + 4.608, + 1180, + 0.47, + 1186, + 0.421, + 1202, + 2.714, + 1208, + 0.524, + 1250, + 0.483, + 1261, + 2.631, + 1264, + 1.064, + 1272, + 1.013, + 1273, + 2.776, + 1276, + 1.476, + 1277, + 1.476, + 1278, + 2.781, + 1279, + 0.515, + 1280, + 2.086, + 1281, + 0.61, + 1283, + 2.578, + 1284, + 5.311, + 1286, + 1.145, + 1287, + 2.04, + 1295, + 3.608, + 1296, + 0.32, + 1297, + 7.276, + 1298, + 1.817, + 1305, + 0.649, + 1313, + 8.731, + 1315, + 0.786, + 1316, + 0.786, + 1324, + 1.492, + 1325, + 2.629, + 1326, + 1.75, + 1328, + 0.649, + 1337, + 6.863, + 1338, + 1.785, + 1340, + 0.61, + 1342, + 6.381, + 1347, + 5.977, 1348, - 2.069, - 1369, - 1.865, - 1569, - 3.808, - 1609, - 2.41, - 1820, - 3.953, - 1869, - 1.774, - 1959, - 6.148, - 1967, - 3.324, - 2035, - 2.84, - 2068, - 4.724, - 2138, - 5.351, - 2375, - 3.173, - 2393, - 2.367, - 2495, - 3.173, - 2496, - 5.148, - 2508, - 2.933, - 2510, - 2.84, - 2527, - 5.458, - 2551, - 2.933, - 2665, - 2.621, - 2920, - 2.758, - 3477, - 2.41, - 3614, - 5.061, - 3616, - 2.621, - 3748, - 4.694, - 3873, - 2.933, - 3881, - 5.978, - 3882, - 3.336, - 4126, - 3.792, - 4335, - 8.28, - 4342, - 6.721, - 4344, - 3.555, - 4349, - 6.699, - 4745, - 4.044, - 4753, - 3.336, - 5594, - 3.555, - 5810, - 3.042, - 6205, - 3.336, - 7749, - 3.336, - 8004, - 3.555, - 8105, - 2.933, - 8127, - 3.336, - 8664, - 6.0, - 8665, - 3.888, - 8666, - 3.888, - 8667, - 3.888, - 8668, - 3.888, - 8669, - 3.888, - 8670, - 3.888, - 8671, - 3.888, - 8672, - 3.888, - 8673, - 6.0, - 8674, - 3.888, - 8675, - 6.0, - 8676, - 3.888, - 8677, - 6.0, - 8678, - 3.888, - 8679, - 3.888, - 8680, - 6.0, - 8681, - 3.888, - 8682, - 3.888, - 8683, - 3.888, - 8684, - 3.888, - 8685, - 3.888, - 8686, - 3.888, - 8687, - 3.888, - 8688, - 3.888, - 8689, - 3.888, - 8690, - 3.555, - 8691, - 3.888, - 8692, - 3.888, - 8693, - 3.888, - 8694, - 3.888, - 8695, - 3.888, - 8696, - 3.888, - 8697, - 6.0, - 8698, + 6.286, + 1349, + 1.958, + 1356, + 0.786, + 1357, + 0.786, + 1359, + 0.786, + 1365, + 1.476, + 1370, + 1.476, + 1371, + 1.476, + 1372, + 3.709, + 1373, + 1.385, + 1379, + 2.195, + 1390, + 0.786, + 1391, + 2.629, + 1392, + 0.786, + 1396, + 0.786, + 1397, + 0.786, + 1398, + 0.786, + 1402, + 0.786, + 1403, + 1.365, + 1404, + 0.649, + 1405, + 0.786, + 1406, + 1.973, + 1407, + 0.786, + 1409, + 1.785, + 1410, + 0.786, + 1411, + 3.853, + 1413, + 2.631, + 1414, + 0.786, + 1417, + 0.786, + 1418, + 4.314, + 1419, + 3.709, + 1426, + 1.75, + 1427, + 0.594, + 1429, + 1.088, + 1430, + 0.786, + 1432, + 0.907, + 1433, + 0.786, + 1434, + 1.441, + 1435, + 0.673, + 1437, + 0.649, + 1438, + 0.673, + 1440, + 0.983, + 1442, + 0.702, + 1443, + 0.786, + 1447, + 1.862, + 1456, + 2.924, + 1459, + 1.585, + 1462, + 2.086, + 1463, + 0.524, + 1465, + 3.367, + 1467, + 0.786, + 1468, + 0.786, + 1469, + 0.786, + 1470, + 0.786, + 1471, + 1.424, + 1472, + 2.687, + 1477, + 1.476, + 1478, + 1.218, + 1496, + 1.115, + 1502, + 0.828, + 1503, + 0.673, + 1504, + 0.702, + 1505, + 0.738, + 1516, + 1.476, + 1517, + 1.476, + 1519, + 1.317, + 1523, + 2.086, + 1528, + 0.786, + 1530, + 0.786, + 1532, + 1.041, + 1549, + 1.317, + 1569, + 0.786, + 1628, + 0.669, + 1638, + 0.544, + 1661, + 0.809, + 1667, + 2.169, + 1696, + 0.983, + 1769, + 0.396, + 1770, + 0.524, + 1773, + 1.503, + 1848, + 1.02, + 1884, + 0.365, + 1885, + 0.498, + 1901, + 2.942, + 1912, + 0.649, + 1928, + 0.87, + 1929, + 0.458, + 1942, + 0.907, + 1946, + 1.179, + 1979, + 1.389, + 1982, + 0.431, + 1989, + 0.921, + 1997, + 0.491, + 2006, + 3.004, + 2042, + 0.476, + 2043, + 0.628, + 2050, + 2.467, + 2057, + 4.387, + 2078, + 0.544, + 2123, + 0.491, + 2142, + 0.567, + 2143, + 0.567, + 2158, + 1.538, + 2268, + 1.214, + 2346, + 3.827, + 2357, + 0.673, + 2420, + 0.58, + 2440, + 1.106, + 2441, + 3.152, + 2451, + 0.649, + 2452, + 1.145, + 2514, + 0.47, + 2540, + 0.894, + 2613, + 1.115, + 2657, + 0.483, + 2684, + 1.343, + 2752, + 0.673, + 2770, + 0.702, + 2775, + 0.87, + 2777, + 1.218, + 2834, + 0.649, + 2851, + 1.218, + 2863, + 1.263, + 2978, + 0.61, + 2994, + 1.064, + 2999, + 0.649, + 3155, + 1.476, + 3176, + 2.571, + 3177, + 2.933, + 3182, + 1.218, + 3203, + 1.263, + 3224, + 0.567, + 3252, + 0.58, + 3253, + 1.785, + 3261, + 0.649, + 3273, + 0.702, + 3340, + 0.786, + 3363, + 0.594, + 3423, + 2.571, + 3558, + 1.317, + 3583, + 0.61, + 3674, + 1.721, + 3713, + 0.506, + 3902, + 1.02, + 3976, + 0.786, + 4206, + 2.086, + 4252, + 1.618, + 4254, + 0.673, + 4258, + 3.041, + 4287, + 2.666, + 4379, + 1.476, + 4387, + 2.086, + 4415, + 2.086, + 4524, + 1.317, + 4698, + 1.088, + 4832, + 6.339, + 4862, + 1.958, + 5345, + 0.786, + 5359, + 0.786, + 5360, + 0.786, + 5361, + 0.786, + 5362, + 0.786, + 5363, + 1.476, + 5366, + 2.346, + 5367, + 2.629, + 5372, + 0.786, + 5374, + 0.786, + 5375, + 1.476, + 5376, + 1.476, + 5377, + 2.629, + 5379, + 1.385, + 5380, + 0.786, + 5381, + 2.629, + 5382, + 0.786, + 5384, + 2.467, + 5385, + 0.786, + 5394, + 1.476, + 5403, + 0.786, + 5409, + 0.786, + 5481, + 0.786, + 5488, + 4.645, + 5782, + 1.385, + 6127, + 0.61, + 6180, + 0.738, + 6304, + 0.786, + 6443, + 0.738, + 6958, + 2.839, + 7001, + 0.524, + 7095, + 0.673, + 7110, + 1.476, + 7435, + 0.649, + 7491, + 1.317, + 8416, + 1.385, + 8451, + 1.385, + 8785, + 0.86, + 8786, + 0.86, + 8787, + 0.86, + 8788, + 0.86, + 8789, + 0.86, + 8790, + 0.86, + 8791, + 0.86, + 8792, + 1.958, + 8793, + 0.86, + 8794, + 0.86, + 8795, + 0.86, + 8796, + 0.86, + 8797, + 1.614, + 8798, + 1.614, + 8799, + 1.614, + 8800, + 1.476, + 8801, + 0.786, + 8802, + 0.86, + 8803, + 0.86, + 8804, + 0.86, + 8805, + 0.86, + 8806, + 0.86, + 8807, + 0.86, + 8808, + 0.86, + 8809, + 0.86, + 8810, + 2.281, + 8811, + 0.86, + 8812, + 0.86, + 8813, + 0.86, + 8814, + 0.86, + 8815, + 0.86, + 8816, + 1.614, + 8817, + 0.86, + 8818, + 0.86, + 8819, + 0.86, + 8820, + 0.86, + 8821, + 0.86, + 8822, + 0.86, + 8823, + 0.86, + 8824, + 0.86, + 8825, + 7.14, + 8826, + 0.86, + 8827, + 0.86, + 8828, + 0.86, + 8829, + 0.86, + 8830, + 0.86, + 8831, + 0.86, + 8832, + 3.408, + 8833, + 3.408, + 8834, + 3.408, + 8835, + 0.86, + 8836, + 1.614, + 8837, + 0.86, + 8838, + 9.083, + 8839, + 4.718, + 8840, + 6.942, + 8841, + 6.942, + 8842, + 7.326, + 8843, + 9.405, + 8844, + 9.405, + 8845, + 7.326, + 8846, + 0.86, + 8847, + 0.86, + 8848, + 1.614, + 8849, + 0.86, + 8850, + 0.86, + 8851, + 4.322, + 8852, + 4.718, + 8853, + 4.322, + 8854, + 4.322, + 8855, + 4.322, + 8856, + 4.718, + 8857, + 4.322, + 8858, + 0.86, + 8859, + 0.86, + 8860, + 0.86, + 8861, + 2.875, + 8862, + 0.86, + 8863, + 0.86, + 8864, + 0.86, + 8865, + 0.86, + 8866, + 2.875, + 8867, + 0.86, + 8868, + 1.614, + 8869, + 1.614, + 8870, + 0.86, + 8871, + 2.281, + 8872, + 1.614, + 8873, + 0.86, + 8874, + 0.86, + 8875, + 0.86, + 8876, + 1.614, + 8877, + 0.86, + 8878, + 0.86, + 8879, + 0.86, + 8880, + 0.86, + 8881, + 0.86, + 8882, + 3.408, + 8883, + 1.614, + 8884, + 1.614, + 8885, + 1.614, + 8886, + 1.614, + 8887, + 1.614, + 8888, + 1.476, + 8889, + 1.614, + 8890, + 0.86, + 8891, + 0.86, + 8892, + 0.86, + 8893, + 1.614, + 8894, + 0.86, + 8895, + 0.86, + 8896, + 0.86, + 8897, + 0.86, + 8898, 3.888, - 8699, - 3.555, - 8700, - 3.888 + 8899, + 2.281, + 8900, + 2.281, + 8901, + 2.281, + 8902, + 2.281, + 8903, + 2.281, + 8904, + 2.281, + 8905, + 1.614, + 8906, + 0.86, + 8907, + 0.86, + 8908, + 1.614, + 8909, + 0.86, + 8910, + 0.86, + 8911, + 4.718, + 8912, + 0.86, + 8913, + 0.86, + 8914, + 0.86, + 8915, + 1.614, + 8916, + 1.614, + 8917, + 0.86, + 8918, + 1.614, + 8919, + 0.86, + 8920, + 1.614, + 8921, + 0.86, + 8922, + 1.614, + 8923, + 0.86, + 8924, + 0.86, + 8925, + 0.86, + 8926, + 0.86, + 8927, + 0.86, + 8928, + 1.614, + 8929, + 0.86, + 8930, + 0.86, + 8931, + 2.281, + 8932, + 2.281, + 8933, + 1.614, + 8934, + 0.86, + 8935, + 0.86, + 8936, + 0.86, + 8937, + 0.86, + 8938, + 1.614, + 8939, + 1.614, + 8940, + 0.86, + 8941, + 0.86, + 8942, + 0.86, + 8943, + 0.86, + 8944, + 0.86, + 8945, + 0.86, + 8946, + 0.86, + 8947, + 1.614, + 8948, + 0.86, + 8949, + 1.614, + 8950, + 2.281, + 8951, + 0.86, + 8952, + 0.86, + 8953, + 0.86, + 8954, + 0.86, + 8955, + 0.86, + 8956, + 0.86, + 8957, + 0.86, + 8958, + 0.86, + 8959, + 0.86, + 8960, + 0.86, + 8961, + 0.86, + 8962, + 0.86, + 8963, + 0.86, + 8964, + 0.86, + 8965, + 2.875, + 8966, + 2.875, + 8967, + 0.86, + 8968, + 0.86, + 8969, + 1.614, + 8970, + 1.614, + 8971, + 0.86, + 8972, + 0.86, + 8973, + 0.86, + 8974, + 0.86, + 8975, + 0.86, + 8976, + 0.86, + 8977, + 0.86, + 8978, + 0.86, + 8979, + 0.86, + 8980, + 2.875, + 8981, + 0.86, + 8982, + 1.614, + 8983, + 0.86, + 8984, + 0.86, + 8985, + 0.86, + 8986, + 0.86, + 8987, + 2.281 ] ], [ - "type/ref/stable/dmScript", + "type/ref/stable/dmHashTable", [ 6760, 1.837 ] ], [ - "data/ref/stable/dmScript", + "data/ref/stable/dmHashTable", [ - 0, - 0.208, - 7, - 1.199, - 8, - 1.469, - 9, + 18, 1.014, - 10, - 0.309, - 11, - 0.994, - 16, - 0.834, - 21, - 2.345, - 22, - 0.385, - 23, - 0.649, - 26, - 1.084, - 28, - 0.602, - 29, - 0.381, - 30, - 1.145, - 32, - 1.687, - 33, - 1.499, - 35, - 1.838, - 41, - 1.625, - 42, - 1.332, - 43, - 1.015, - 46, - 0.472, - 49, - 1.074, - 51, - 1.049, - 52, - 0.564, - 62, - 0.789, - 67, - 0.594, - 68, - 2.133, - 70, - 1.762, - 71, - 0.616, - 74, - 0.449, + 38, + 1.163, + 57, + 1.34, + 59, + 0.786, 77, - 1.724, - 86, - 1.418, - 92, - 1.68, - 94, - 0.586, - 97, - 0.919, + 2.326, + 79, + 0.74, 99, - 1.599, - 102, - 3.642, - 104, - 1.215, - 108, - 3.268, - 111, - 0.568, - 117, - 0.632, - 119, - 2.757, - 121, - 2.218, - 123, - 1.088, - 125, - 0.686, - 127, - 0.708, - 135, - 3.637, - 137, - 1.06, - 141, - 1.815, - 144, - 0.88, - 146, - 1.597, - 148, - 0.982, - 151, - 1.777, - 160, - 1.458, - 161, - 1.834, - 162, - 1.039, - 172, - 1.547, - 184, - 0.759, - 186, - 3.611, - 190, - 2.858, - 191, - 0.76, - 196, - 1.658, - 198, - 1.597, - 216, - 3.221, - 217, - 0.68, - 223, - 0.939, - 233, - 1.171, - 234, - 1.23, - 237, - 1.126, - 256, - 0.883, - 257, - 1.171, - 268, - 0.982, - 273, - 0.66, - 278, - 0.519, - 281, - 0.85, - 293, - 0.68, - 297, - 1.531, - 300, - 1.324, - 308, - 0.869, - 312, - 1.384, - 313, - 0.88, - 317, - 0.636, - 318, - 1.648, - 321, - 4.745, - 322, - 0.939, - 328, - 0.797, - 339, - 0.636, - 343, - 1.39, - 347, - 0.813, - 369, - 1.55, - 373, - 0.902, - 381, - 0.759, - 405, - 1.688, + 0.773, + 158, + 2.545, + 169, + 1.734, + 241, + 1.864, + 342, + 3.9, + 394, + 6.177, + 574, + 4.176, + 928, + 7.233, + 962, + 4.092, + 1019, + 4.403, + 1295, + 4.372, + 1428, + 4.757, + 1515, + 7.962, + 1901, + 6.504, + 2190, + 5.042, + 2360, + 4.693, + 2477, + 7.962, + 4802, + 9.636, + 4805, + 7.471, + 5598, + 7.104, + 5944, + 7.962, + 6763, + 4.966, + 6766, + 6.177, + 7123, + 8.79, + 7437, + 7.962, + 8988, + 8.707, + 8989, + 7.962, + 8990, + 8.707, + 8991, + 8.707, + 8992, + 8.707, + 8993, + 7.471, + 8994, + 8.707, + 8995, + 8.707, + 8996, + 8.707, + 8997, + 10.471, + 8998, + 8.707 + ] + ], + [ + "type/ref/stable/dmAtomic", + [ + 6760, + 1.837 + ] + ], + [ + "data/ref/stable/dmAtomic", + [ + 18, + 0.66, + 20, + 0.972, + 36, + 1.874, + 57, + 1.528, + 90, + 2.611, + 99, + 1.125, + 110, + 3.712, + 113, + 1.882, + 141, + 2.705, + 158, + 2.747, + 241, + 2.661, + 263, + 3.7, + 268, + 1.493, 407, - 1.385, - 416, - 0.822, - 429, - 0.759, - 437, - 0.733, - 438, - 2.504, - 441, - 0.59, - 465, - 2.009, - 490, - 3.987, - 491, - 3.99, - 492, - 3.197, - 493, - 2.083, - 502, - 0.813, - 504, - 0.967, - 523, - 4.124, - 524, - 0.85, - 525, - 0.632, - 530, - 0.939, - 554, - 1.617, - 566, - 1.171, - 569, - 1.787, - 580, - 1.456, - 581, - 1.313, - 595, - 0.614, - 610, - 2.025, - 612, - 1.881, - 616, - 0.869, - 628, - 6.866, - 636, - 0.702, - 640, - 0.781, - 667, - 1.713, - 681, - 3.163, - 694, - 3.481, - 697, - 1.506, - 701, - 1.015, - 704, - 1.767, - 712, - 1.661, - 714, - 1.597, - 717, - 1.74, - 727, - 1.051, - 728, - 3.611, - 733, - 1.051, - 737, - 0.636, - 744, - 1.898, - 746, - 1.072, - 751, - 1.455, - 792, - 0.623, - 796, - 0.781, - 811, - 0.714, - 827, - 0.645, - 835, - 0.982, - 836, - 1.688, - 859, - 0.554, - 866, - 1.287, - 891, - 1.045, - 903, - 1.578, - 906, - 1.051, - 909, - 0.789, - 919, - 0.84, - 921, - 3.097, - 929, - 4.44, - 948, - 0.641, - 961, - 3.683, - 968, - 0.84, - 1007, - 2.868, - 1021, - 0.982, - 1045, - 0.85, - 1054, - 0.982, - 1072, - 2.298, - 1076, - 2.266, - 1078, - 0.708, - 1094, - 0.84, - 1103, - 0.953, - 1104, - 2.026, - 1121, - 1.072, - 1129, - 1.747, - 1166, - 2.321, - 1167, - 3.209, - 1200, - 0.789, - 1214, - 1.239, - 1219, - 0.914, - 1239, - 0.65, - 1319, - 1.619, - 1521, - 1.072, - 1558, - 1.032, - 1568, - 1.093, - 1569, - 3.195, - 1573, - 0.831, - 1586, - 1.939, - 1591, - 4.386, - 1662, - 5.44, - 1670, - 1.455, - 1694, - 1.143, - 1705, - 3.851, - 1764, - 1.74, - 1776, - 0.891, - 1780, - 0.939, - 1784, - 3.112, - 1795, - 1.559, - 1803, - 2.555, - 1814, - 0.805, - 1822, - 2.474, - 1829, - 2.194, - 1844, - 2.24, - 1845, - 3.466, - 1869, - 0.774, - 1902, - 4.047, - 1922, - 1.117, - 1930, - 0.88, - 1960, - 1.143, - 1963, - 0.967, - 1973, - 0.891, - 1984, - 2.266, - 2011, - 0.926, - 2018, - 0.902, - 2091, - 2.555, + 4.622, + 555, + 2.943, + 560, + 7.327, + 890, + 4.875, + 1428, + 3.996, 2100, - 1.143, - 2117, - 0.914, - 2123, - 1.96, - 2153, - 1.203, - 2162, - 1.072, - 2179, - 1.713, - 2181, - 1.279, - 2208, - 1.117, - 2232, - 1.797, - 2273, - 1.171, - 2310, - 2.266, - 2527, - 6.306, - 2550, - 1.072, - 2638, - 1.032, - 2758, - 1.551, - 2786, - 1.74, - 2947, - 2.976, - 2957, - 1.203, - 2962, - 1.327, - 2967, - 1.093, - 2996, - 0.767, - 3052, - 1.072, - 3252, - 1.327, - 3287, - 2.272, - 3373, - 1.797, - 3380, - 1.279, - 3456, - 1.117, - 3786, - 1.455, - 3787, - 1.455, - 3802, - 2.793, - 3813, - 2.266, - 3817, - 1.455, - 3818, - 5.946, - 3838, - 2.131, - 3840, - 2.209, - 3878, - 2.451, - 3933, - 3.989, - 3980, - 1.384, - 4002, - 1.455, - 4227, - 1.384, - 4369, - 1.327, - 4390, - 1.456, - 4473, - 1.384, - 4770, - 2.555, - 4821, - 6.687, - 4884, - 1.143, - 4939, - 9.741, - 4940, - 4.862, - 4941, - 2.747, - 4942, - 4.332, - 4982, - 2.194, - 4994, - 1.279, - 5077, - 1.384, - 5083, - 1.551, - 5109, - 1.898, - 5218, - 2.607, - 5320, - 1.327, - 5482, - 1.384, - 5500, - 2.451, - 5847, - 1.455, - 5890, - 1.384, - 6066, - 1.143, - 6167, - 1.203, - 6227, - 1.455, - 6503, - 1.384, - 6753, - 4.79, - 6777, - 1.455, - 6830, - 5.724, - 6884, - 2.788, - 6897, - 1.979, - 7009, - 1.239, - 7012, - 3.469, - 7156, - 1.384, - 7456, - 2.194, - 7475, - 5.575, - 7561, - 5.873, - 7567, - 6.114, - 7588, - 1.551, - 7702, - 1.551, - 7704, - 1.327, - 7951, - 4.797, - 7955, - 1.327, - 8226, - 1.455, - 8232, - 1.551, - 8512, - 1.551, - 8615, - 2.747, - 8644, - 6.516, - 8701, - 1.696, - 8702, - 1.551, - 8703, - 3.004, - 8704, - 1.696, - 8705, - 2.747, - 8706, - 1.696, - 8707, - 1.696, - 8708, - 1.696, - 8709, - 1.696, - 8710, - 1.551, - 8711, - 3.004, - 8712, - 1.696, - 8713, - 1.696, - 8714, - 3.004, - 8715, - 1.696, - 8716, - 1.696, - 8717, - 1.696, - 8718, - 10.413, - 8719, - 1.696, - 8720, - 7.843, - 8721, - 5.591, - 8722, - 1.696, - 8723, - 1.696, - 8724, - 1.696, - 8725, - 1.696, - 8726, - 4.471, - 8727, - 3.697, - 8728, - 1.696, - 8729, - 1.696, - 8730, - 1.696, - 8731, - 1.696, - 8732, - 1.696, - 8733, - 1.696, - 8734, - 1.696, - 8735, - 1.696, - 8736, - 1.696, - 8737, - 1.696, - 8738, - 1.696, - 8739, - 1.696, - 8740, - 1.696, - 8741, - 1.696, - 8742, - 1.696, - 8743, - 1.696, - 8744, - 4.889, - 8745, - 3.004, - 8746, - 1.696, - 8747, - 1.696, - 8748, - 1.696, - 8749, - 1.696, - 8750, - 1.696, - 8751, - 4.043, - 8752, - 1.696, - 8753, - 1.696, - 8754, - 1.696, - 8755, - 1.696, - 8756, - 1.696, - 8757, - 1.696, - 8758, - 1.696, - 8759, - 1.696, - 8760, - 1.696, - 8761, - 1.455, - 8762, - 3.004, - 8763, - 1.696, - 8764, - 1.696, - 8765, - 1.696, - 8766, - 1.696, - 8767, - 1.696, - 8768, - 1.696, - 8769, - 1.696, - 8770, - 1.696, - 8771, - 1.696, - 8772, - 1.696, - 8773, - 2.747, - 8774, - 1.696, - 8775, - 1.696, - 8776, - 1.696, - 8777, - 3.004, - 8778, - 4.889, - 8779, - 1.696, - 8780, - 1.696, - 8781, - 1.696, - 8782, - 1.551, - 8783, - 2.747, - 8784, - 1.696, - 8785, - 1.551, - 8786, - 1.696, - 8787, - 1.696, - 8788, - 1.696, - 8789, - 1.696, - 8790, - 1.696, - 8791, - 1.696, - 8792, - 1.696, - 8793, - 1.696, - 8794, - 1.696, - 8795, - 1.696, - 8796, - 1.696, - 8797, - 1.696, - 8798, - 1.696, - 8799, - 1.696, - 8800, - 3.004, - 8801, - 3.004, - 8802, - 1.696, - 8803, - 1.696, - 8804, - 1.384, - 8805, - 1.696, - 8806, - 1.696, - 8807, - 1.696, - 8808, - 1.696, - 8809, - 1.696, - 8810, - 1.696, - 8811, - 1.696, - 8812, - 1.696, - 8813, - 1.696, - 8814, - 1.696, - 8815, - 1.696, - 8816, - 1.696, - 8817, - 1.696, - 8818, - 1.696, - 8819, - 1.696, - 8820, - 1.696, - 8821, - 1.696, - 8822, - 1.696, - 8823, - 4.797, - 8824, - 1.696, - 8825, - 1.696, - 8826, - 1.696, - 8827, - 1.696, - 8828, - 1.696, - 8829, - 3.697, - 8830, - 4.043, - 8831, - 1.696, - 8832, - 1.696, - 8833, - 3.004, - 8834, - 3.004, - 8835, - 3.004, - 8836, - 1.696, - 8837, - 1.551, - 8838, - 1.696, - 8839, - 1.696 + 5.342, + 2190, + 4.236, + 2871, + 4.171, + 3695, + 5.342, + 3713, + 4.304, + 6473, + 6.533, + 6798, + 6.275, + 8008, + 9.291, + 8999, + 7.313, + 9000, + 11.945, + 9001, + 12.675, + 9002, + 7.313, + 9003, + 9.395, + 9004, + 7.313, + 9005, + 7.313, + 9006, + 9.395, + 9007, + 7.313, + 9008, + 7.313, + 9009, + 9.395, + 9010, + 7.313, + 9011, + 7.313, + 9012, + 7.313, + 9013, + 9.395 ] ], [ - "type/ref/stable/b2d.body", + "type/ref/stable/dmDDF", [ 6760, 1.837 ] ], [ - "data/ref/stable/b2d.body", + "data/ref/stable/dmDDF", [ 7, - 0.795, + 0.813, 8, - 1.563, - 9, - 0.968, - 11, - 0.951, - 15, - 2.885, - 16, - 0.853, - 19, - 2.419, - 21, - 2.016, - 22, - 1.738, - 23, - 1.169, - 30, - 1.149, - 32, - 1.029, - 33, - 1.256, - 35, - 2.989, - 41, - 1.214, - 42, - 2.252, - 44, - 1.676, + 2.428, + 18, + 0.943, 46, - 0.691, - 51, - 2.062, - 68, - 1.94, - 70, - 0.558, - 71, - 0.509, - 73, - 2.357, - 74, - 0.276, - 75, - 5.437, + 1.491, + 52, + 1.784, + 57, + 0.829, 77, - 1.078, - 86, - 1.589, + 1.342, + 79, + 0.926, + 99, + 1.033, 100, - 1.461, - 111, - 3.307, - 137, - 0.369, - 141, - 0.498, - 146, - 0.981, - 151, - 1.162, - 161, - 1.876, - 163, - 1.167, - 172, - 0.687, - 175, - 2.788, - 190, - 1.802, - 198, - 2.071, + 1.216, + 103, + 1.492, + 106, + 1.161, + 113, + 2.247, + 132, + 3.591, + 140, + 2.987, + 158, + 1.895, + 165, + 1.853, + 169, + 0.964, + 202, + 2.835, 224, - 1.488, - 225, - 1.438, - 227, - 1.289, - 228, - 3.529, - 234, - 1.644, - 256, - 0.73, + 4.096, + 229, + 2.056, + 247, + 3.237, + 263, + 1.938, + 266, + 4.977, + 268, + 1.772, 273, - 1.626, - 278, - 1.278, - 290, - 0.864, - 291, - 0.853, - 300, - 1.64, - 309, - 1.23, - 316, - 0.747, - 317, - 1.567, - 343, - 0.706, - 365, - 1.438, - 366, - 1.123, - 373, - 1.321, - 411, - 1.156, - 441, - 2.461, - 465, - 1.745, - 466, - 3.65, - 493, - 3.213, - 525, - 1.556, - 527, - 1.438, - 611, - 2.399, - 614, - 1.569, - 640, - 5.248, - 646, - 1.357, - 677, - 1.217, - 697, - 3.185, - 707, - 1.512, - 714, - 2.136, - 715, - 1.461, - 719, - 1.112, - 744, - 1.569, - 754, - 1.064, - 759, - 1.473, - 790, - 1.486, - 792, - 1.534, - 812, - 4.75, - 836, - 6.22, - 896, - 1.54, - 903, - 1.305, - 905, - 2.142, - 937, - 3.038, - 938, - 6.71, - 941, - 2.693, - 949, - 5.323, - 954, - 1.321, - 956, - 2.131, - 1094, - 1.23, - 1221, - 2.64, - 1233, - 4.129, - 1283, - 1.54, - 1324, - 2.693, - 1342, - 4.304, - 1421, - 2.142, - 1493, - 3.351, - 1500, - 1.273, - 1532, - 1.512, - 1586, - 1.191, - 1662, - 2.921, - 1675, - 1.636, - 1710, - 4.559, - 1822, - 0.919, - 1839, - 3.792, - 1852, - 1.762, - 1871, - 8.001, - 1879, - 3.82, - 1880, - 2.026, - 1887, - 1.512, - 1889, - 4.952, - 1890, - 6.977, - 1892, - 8.224, - 1898, - 1.004, - 1908, - 7.71, - 1914, - 4.629, - 1916, - 2.131, - 1917, - 1.873, - 1935, - 8.654, - 1936, - 1.674, - 1969, - 2.131, - 1981, - 3.417, - 1990, - 2.252, - 2031, - 2.921, - 2082, - 2.271, - 2099, - 5.409, - 2118, - 1.486, - 2123, - 1.204, - 2130, - 1.814, - 2141, - 4.005, - 2197, - 1.674, - 2348, - 1.512, - 2428, - 1.601, - 2494, - 1.762, - 2549, - 1.486, - 2726, - 3.584, - 2759, - 1.636, - 3069, - 1.943, - 3095, - 1.814, - 3152, - 2.271, - 3156, - 1.601, - 3171, - 1.486, - 3221, - 1.569, - 3349, - 1.762, - 3373, - 1.486, - 3717, - 1.943, - 3825, - 1.873, - 3840, - 2.282, - 4170, - 5.164, - 4280, - 1.943, - 4390, - 4.456, - 4486, - 2.026, - 4564, - 2.271, - 4753, - 2.131, - 5392, - 1.762, - 5393, - 2.026, - 5446, - 6.465, - 5453, - 2.131, - 5517, - 4.411, - 5523, - 2.131, - 5530, - 3.268, - 5558, - 2.026, - 5900, - 6.066, - 6006, - 4.411, - 7031, - 1.943, - 7033, - 2.271, - 7042, - 4.639, - 7047, - 3.82, - 7080, - 3.268, - 7141, - 7.447, - 7144, - 6.465, - 7145, - 2.271, - 7153, - 3.82, - 7602, - 11.005, - 7604, - 10.964, - 7606, - 2.271, - 7607, - 3.82, - 8105, - 1.873, - 8248, - 6.066, - 8829, - 2.271, - 8840, - 2.483, - 8841, - 2.483, - 8842, - 2.483, - 8843, - 2.483, - 8844, - 4.177, - 8845, - 2.483, - 8846, - 2.483, - 8847, - 2.483, - 8848, - 2.483, - 8849, - 4.177, - 8850, - 2.483, - 8851, - 2.483, - 8852, - 2.483, - 8853, - 2.483, - 8854, - 2.483, - 8855, - 2.483, - 8856, - 2.483, - 8857, - 2.483, - 8858, - 2.483, - 8859, - 2.483, - 8860, - 2.483, - 8861, - 2.483, - 8862, - 2.483, - 8863, - 2.483, - 8864, - 2.483, - 8865, - 4.177, - 8866, - 2.483, - 8867, - 2.483, - 8868, - 2.483, - 8869, - 2.483, - 8870, - 4.177, - 8871, - 4.177, - 8872, - 2.483, - 8873, - 2.483, - 8874, - 2.483, - 8875, - 2.483, - 8876, - 2.483, - 8877, - 2.483, - 8878, - 2.483, - 8879, - 2.483, - 8880, - 2.483, - 8881, - 2.483, - 8882, - 2.483, - 8883, - 2.483, - 8884, - 2.483, - 8885, - 8.55, - 8886, - 2.483, - 8887, - 2.483, - 8888, - 2.483, - 8889, - 2.483, - 8890, - 2.483, - 8891, - 2.483, - 8892, - 2.483, - 8893, - 2.131, - 8894, - 2.483, - 8895, - 2.483, - 8896, - 4.177, - 8897, - 2.483, - 8898, - 4.177, - 8899, - 4.177, - 8900, - 2.483, - 8901, - 2.483, - 8902, - 2.483, - 8903, - 2.483, - 8904, - 2.483, - 8905, - 2.483, - 8906, - 2.483, - 8907, - 2.483, - 8908, - 2.483, - 8909, - 2.483, - 8910, - 2.483, - 8911, - 2.483, - 8912, - 2.483, - 8913, - 2.483, - 8914, - 2.483, - 8915, - 2.483, - 8916, - 2.483, - 8917, - 2.483, - 8918, - 7.659, - 8919, - 2.483, - 8920, - 2.483, - 8921, - 2.483, - 8922, - 4.177, - 8923, - 4.177, - 8924, - 2.483, - 8925, - 2.483, - 8926, - 2.483, - 8927, - 2.131, - 8928, - 2.483, - 8929, - 2.483, - 8930, - 2.483, - 8931, - 2.483, - 8932, - 2.483, - 8933, - 2.483, - 8934, - 2.483, - 8935, - 2.483, - 8936, - 2.483, - 8937, - 2.483, - 8938, - 2.483, - 8939, - 2.483, - 8940, - 2.483, - 8941, - 2.483, - 8942, - 2.483, - 8943, - 2.483, - 8944, - 2.483, - 8945, - 2.483, - 8946, - 2.483, - 8947, - 2.483, - 8948, - 2.483, - 8949, - 2.483 + 1.6, + 330, + 3.12, + 333, + 2.455, + 452, + 1.884, + 479, + 3.257, + 490, + 2.707, + 554, + 2.432, + 555, + 2.03, + 601, + 2.348, + 602, + 2.621, + 603, + 2.707, + 604, + 3.284, + 702, + 3.247, + 860, + 4.398, + 874, + 5.017, + 890, + 3.363, + 901, + 2.801, + 948, + 4.305, + 999, + 2.987, + 1017, + 4.598, + 1019, + 3.28, + 1025, + 4.876, + 1039, + 3.494, + 1041, + 5.385, + 1164, + 5.193, + 1403, + 3.077, + 1597, + 3.754, + 1602, + 3.176, + 1698, + 4.018, + 1955, + 4.598, + 1991, + 4.734, + 2007, + 4.096, + 2360, + 3.494, + 2514, + 4.742, + 2542, + 4.018, + 2723, + 5.289, + 2736, + 6.625, + 2779, + 5.655, + 2854, + 4.179, + 2952, + 3.494, + 3134, + 3.878, + 3273, + 5.289, + 3603, + 4.096, + 3646, + 3.449, + 4069, + 7.045, + 4098, + 4.018, + 4857, + 6.495, + 4877, + 5.927, + 5211, + 4.096, + 5598, + 8.528, + 6473, + 6.036, + 6763, + 6.215, + 7311, + 4.27, + 7320, + 8.64, + 7428, + 5.927, + 8151, + 4.369, + 9014, + 6.481, + 9015, + 6.481, + 9016, + 11.215, + 9017, + 9.786, + 9018, + 10.452, + 9019, + 10.78, + 9020, + 8.679, + 9021, + 6.481, + 9022, + 6.481, + 9023, + 6.481, + 9024, + 6.481, + 9025, + 6.481, + 9026, + 6.481, + 9027, + 6.481, + 9028, + 6.481 ] ], [ - "type/ref/stable/json", + "type/ref/stable/zlib", [ 6760, 1.837 ] ], [ - "data/ref/stable/json", + "data/ref/stable/zlib", [ - 8, - 1.024, - 9, - 1.033, - 11, - 1.005, - 30, - 0.722, - 33, - 1.504, - 74, - 1.104, - 77, - 1.983, - 102, - 3.441, - 135, - 4.631, - 137, - 1.48, - 141, - 1.603, - 172, - 2.752, - 186, - 2.393, - 196, - 3.373, - 263, - 2.239, - 297, - 2.507, - 300, - 2.13, - 407, - 2.06, - 538, - 4.454, - 581, - 3.229, - 599, - 4.722, - 1001, - 4.314, - 1025, - 5.677, - 1190, - 5.589, - 1277, - 7.264, - 1569, - 4.105, - 1784, - 4.628, - 1845, - 7.694, - 1929, - 3.965, - 2232, - 6.474, - 3935, - 5.394, - 4390, - 3.879, - 4533, - 6.53, - 5591, - 7.846, - 5626, - 7.819, - 5774, - 7.318, - 7334, - 8.115, - 7368, - 9.094, - 7554, - 6.867, - 8950, - 8.003, - 8951, - 9.945, - 8952, - 8.003, - 8953, - 8.003 + 20, + 1.582, + 79, + 0.924, + 99, + 0.966, + 160, + 3.217, + 229, + 1.995, + 672, + 5.538, + 1041, + 5.381, + 1465, + 4.198, + 9029, + 9.29, + 9030, + 10.882, + 9031, + 10.882, + 9032, + 8.879, + 9033, + 9.29, + 9034, + 9.29, + 9035, + 10.882, + 9036, + 9.29 ] ], [ - "type/ref/stable/go", + "type/ref/stable/dmConfigFile", [ 6760, 1.837 ] ], [ - "data/ref/stable/go", + "data/ref/stable/dmConfigFile", [ - 0, - 0.133, - 7, - 0.999, 8, - 1.535, - 9, - 0.949, - 10, - 1.955, - 11, - 1.063, - 12, - 0.572, - 13, - 1.528, - 16, - 0.701, - 19, - 1.623, + 3.343, + 18, + 1.022, 20, - 2.287, - 21, - 2.101, - 22, - 0.928, - 23, - 1.416, - 26, - 2.343, - 28, - 0.714, - 29, - 1.536, + 1.445, 30, - 1.147, - 31, - 2.919, - 32, - 1.688, - 33, - 1.51, - 35, - 2.11, - 37, - 4.459, - 41, - 0.317, - 42, - 1.802, - 44, - 1.854, + 2.434, + 36, + 1.945, + 38, + 1.208, 46, - 2.103, - 47, - 0.507, - 49, - 0.719, - 50, - 4.145, - 51, - 1.931, + 1.551, 52, - 0.362, + 1.773, + 57, + 0.546, 59, - 0.463, - 63, - 0.522, - 68, - 2.091, - 70, - 2.193, - 71, - 1.593, - 72, - 2.011, - 73, - 0.475, - 74, - 1.218, + 0.7, + 60, + 1.792, 77, - 1.816, + 2.02, + 79, + 0.829, 86, - 1.586, - 88, - 0.795, - 91, - 0.418, - 94, - 0.377, - 97, - 1.067, - 98, - 1.833, + 3.896, 99, - 2.664, - 102, - 0.322, + 0.981, + 100, + 0.801, 103, - 0.631, - 104, - 1.133, + 2.246, 106, - 3.504, + 1.154, 107, - 1.165, - 108, - 3.821, - 110, - 0.362, - 112, - 1.271, - 117, - 2.195, - 119, - 0.894, - 121, - 1.306, - 135, - 2.914, - 137, - 0.417, - 138, - 1.427, - 141, - 1.25, - 146, - 3.791, - 147, - 1.233, - 151, - 1.143, - 153, - 2.351, - 160, - 1.541, - 161, - 2.073, - 162, - 1.997, - 163, - 0.945, - 166, - 1.222, + 1.226, + 113, + 1.954, + 122, + 2.416, + 125, + 1.298, + 132, + 1.466, + 143, + 2.068, + 149, + 1.624, + 158, + 2.961, + 165, + 1.22, 172, - 3.017, - 173, - 1.967, + 5.461, 175, - 3.954, - 179, - 1.728, - 180, - 1.147, - 181, - 1.133, - 182, - 0.807, - 183, - 2.996, - 184, - 0.488, - 186, - 2.529, - 190, - 1.773, - 191, - 0.71, - 196, - 2.318, - 198, - 1.14, - 217, - 2.628, - 218, - 3.712, - 219, - 0.552, - 221, - 1.709, - 224, - 0.96, - 227, - 0.565, - 228, - 3.483, - 229, - 2.743, - 230, - 3.277, - 234, - 1.061, - 237, - 1.689, - 239, - 0.718, - 248, - 0.909, - 261, - 1.81, + 3.768, + 177, + 1.306, + 194, + 1.175, + 211, + 2.885, + 240, + 1.832, + 241, + 0.914, 263, - 0.563, + 3.664, 264, - 2.492, - 270, - 0.58, - 271, - 0.975, - 273, - 0.783, - 278, - 1.067, - 290, - 0.7, - 291, - 1.199, - 292, - 2.41, - 293, - 0.437, + 2.598, + 268, + 2.476, 294, - 1.233, - 297, - 0.63, - 300, - 1.09, - 303, - 0.455, - 310, - 3.424, - 312, - 1.291, - 313, - 0.565, - 316, - 1.23, - 317, - 0.755, - 318, - 1.142, - 319, - 1.165, - 327, - 1.427, - 335, - 1.07, - 336, - 0.497, - 337, - 1.022, - 338, - 1.031, - 343, - 1.448, - 350, - 1.161, - 362, - 1.378, - 363, - 0.909, - 364, - 0.813, - 366, - 1.577, - 369, - 2.68, - 373, - 1.491, - 375, - 1.598, - 376, - 1.889, - 377, - 1.325, - 378, - 0.663, - 381, - 0.901, - 386, - 1.07, - 395, - 0.795, - 396, - 0.663, - 402, - 0.471, - 405, - 0.612, - 406, - 0.455, - 407, - 0.722, - 417, - 0.528, + 6.202, + 332, + 3.619, + 358, + 1.966, + 392, + 3.028, + 479, + 3.243, + 490, + 3.61, + 552, + 1.269, + 553, + 1.525, + 622, + 2.068, + 718, + 8.029, + 752, + 1.966, + 866, + 3.456, + 880, + 3.122, + 901, + 3.735, + 916, + 4.705, + 948, + 3.415, + 999, + 5.66, + 1061, + 8.034, + 1063, + 3.027, + 1067, + 3.308, + 1272, + 4.968, + 1296, + 3.634, + 1341, + 3.027, + 1459, + 3.977, + 1465, + 2.736, + 1636, + 2.471, + 1814, + 5.061, + 1982, + 4.33, + 2164, + 4.699, + 2440, + 2.068, + 2469, + 6.132, + 2542, + 3.993, + 2555, + 2.696, + 2656, + 3.219, + 2779, + 6.032, + 2780, + 6.463, + 2908, + 4.45, + 2952, + 2.3, + 3646, + 6.185, + 3712, + 4.19, + 3713, + 4.566, + 3797, + 2.751, + 4146, + 3.902, + 5889, + 3.482, + 8008, + 8.203, + 8655, + 3.902, + 9037, + 4.267, + 9038, + 4.267, + 9039, + 11.323, + 9040, + 9.33, + 9041, + 4.267, + 9042, + 4.267, + 9043, + 4.267, + 9044, + 4.267, + 9045, + 6.441, + 9046, + 4.267, + 9047, + 4.267, + 9048, + 3.482, + 9049, + 4.267, + 9050, + 4.267, + 9051, + 4.267, + 9052, + 4.267, + 9053, + 6.441 + ] + ], + [ + "type/ref/stable/dmGameObject", + [ + 6760, + 1.837 + ] + ], + [ + "data/ref/stable/dmGameObject", + [ + 7, + 0.279, + 8, + 0.861, + 9, + 0.413, + 10, + 0.823, + 11, + 0.441, + 18, + 1.145, + 20, + 1.388, + 28, + 0.59, + 30, + 0.46, + 36, + 0.243, + 38, + 1.117, + 46, + 0.991, + 48, + 3.641, + 52, + 1.99, + 55, + 1.477, + 56, + 0.866, + 57, + 1.484, + 58, + 0.631, + 59, + 0.45, + 60, + 0.619, + 69, + 0.572, + 75, + 3.398, + 77, + 1.551, + 79, + 0.968, + 90, + 2.608, + 92, + 2.662, + 94, + 0.566, + 95, + 3.232, + 96, + 3.825, + 97, + 1.442, + 99, + 1.026, + 100, + 1.303, + 102, + 1.141, + 103, + 2.147, + 105, + 0.488, + 106, + 1.295, + 107, + 1.041, + 108, + 0.358, + 110, + 2.621, + 111, + 0.508, + 113, + 1.096, + 115, + 1.626, + 116, + 0.473, + 117, + 0.716, + 119, + 0.616, + 121, + 0.736, + 122, + 1.838, + 125, + 1.796, + 126, + 1.248, + 128, + 1.886, + 132, + 0.418, + 133, + 2.08, + 137, + 0.84, + 140, + 0.56, + 141, + 1.408, + 142, + 1.132, + 143, + 1.492, + 144, + 1.617, + 148, + 0.457, + 149, + 1.689, + 155, + 0.769, + 156, + 0.716, + 158, + 2.533, + 165, + 2.56, + 166, + 1.046, + 168, + 0.639, + 169, + 0.878, + 170, + 3.261, + 172, + 0.979, + 174, + 1.809, + 175, + 5.093, + 177, + 2.212, + 194, + 1.608, + 196, + 0.421, + 197, + 0.765, + 201, + 0.273, + 202, + 3.776, + 203, + 0.656, + 205, + 1.679, + 207, + 0.405, + 216, + 1.216, + 226, + 1.642, + 227, + 3.419, + 228, + 0.946, + 229, + 1.71, + 239, + 0.535, + 240, + 0.346, + 241, + 1.264, + 244, + 0.86, + 247, + 1.468, + 248, + 0.728, + 249, + 0.583, + 250, + 2.683, + 251, + 2.522, + 256, + 0.273, + 258, + 0.801, + 261, + 0.946, + 263, + 2.881, + 264, + 0.74, + 266, + 2.944, + 268, + 2.004, + 269, + 0.276, + 271, + 1.155, + 273, + 0.76, + 280, + 0.477, + 313, + 0.477, + 315, + 0.754, + 328, + 0.728, + 330, + 1.214, + 333, + 0.344, + 337, + 0.769, + 340, + 0.888, + 341, + 2.418, + 359, + 0.997, + 368, + 0.633, + 387, + 0.429, + 390, + 0.512, + 419, + 0.769, 428, - 1.008, + 2.278, 429, - 0.488, - 437, - 1.211, - 438, - 0.901, - 441, - 0.379, - 444, - 1.084, - 448, - 0.641, - 450, - 1.203, + 1.846, + 446, + 0.609, 452, - 2.694, + 0.647, 453, - 0.945, - 456, - 2.004, - 457, - 1.881, + 0.704, + 454, + 0.484, 459, - 1.469, - 460, - 1.201, - 465, - 1.617, - 466, - 3.0, + 0.566, 471, - 0.795, - 472, - 0.795, - 473, - 0.54, + 0.825, 479, - 0.54, - 481, - 0.755, - 485, - 1.271, + 2.359, 490, - 3.555, - 491, - 4.764, + 2.286, 492, - 0.82, - 493, - 2.145, - 495, - 6.493, - 508, - 1.297, + 1.289, + 496, + 1.432, + 500, + 1.619, + 505, + 0.624, 510, - 0.935, - 511, - 0.752, - 512, - 0.641, - 517, - 0.822, - 518, - 0.996, - 519, - 0.718, - 522, - 4.299, - 523, - 2.742, - 525, - 2.323, - 527, - 0.631, - 530, - 2.265, - 531, - 1.641, - 532, - 0.996, - 537, - 1.574, - 538, - 1.563, - 539, - 1.203, + 0.447, + 515, + 1.38, + 516, + 4.827, + 521, + 0.423, + 524, + 1.275, + 533, + 0.674, 540, - 1.575, + 3.898, + 541, + 0.647, + 542, + 1.044, 543, - 1.726, + 1.235, 544, - 1.726, - 545, - 1.726, + 1.538, 546, - 1.726, - 547, - 1.947, + 0.656, + 550, + 0.566, + 553, + 0.796, 554, - 2.063, + 1.428, 555, - 1.271, - 564, - 1.598, - 566, - 0.752, - 567, - 0.641, - 568, - 2.265, - 569, - 2.923, - 581, - 2.641, - 583, - 0.392, - 590, - 0.665, - 594, - 0.448, - 595, - 1.264, - 599, - 0.955, - 606, - 0.612, + 0.381, + 556, + 0.5, + 562, + 0.917, + 574, + 1.826, + 577, + 0.477, + 602, + 0.492, + 603, + 0.93, 612, - 1.623, - 615, + 1.332, + 620, 0.631, - 624, - 1.008, - 628, - 1.706, - 631, - 0.675, - 633, - 0.696, - 636, - 0.833, - 640, - 4.293, - 646, - 5.144, - 647, - 1.203, - 662, - 1.271, - 664, - 0.854, - 666, - 0.789, - 682, - 1.404, - 683, - 0.852, - 688, - 4.181, - 692, - 0.595, - 693, - 0.528, - 694, - 4.459, - 696, - 0.734, - 697, - 2.054, - 699, - 0.935, - 707, - 1.225, - 710, - 0.395, - 712, - 0.827, + 622, + 1.079, + 625, + 1.044, + 634, + 0.481, + 638, + 0.769, + 656, + 0.769, + 672, + 0.566, + 677, + 0.56, + 679, + 0.545, + 689, + 0.545, + 691, + 1.358, + 708, + 0.863, 717, - 1.165, - 720, - 1.771, - 723, - 1.084, + 1.31, 724, - 2.265, - 728, - 2.794, + 1.332, 732, - 0.795, - 735, - 1.184, - 738, - 0.631, - 743, - 0.528, - 744, - 0.688, - 746, - 3.217, - 758, - 0.471, - 759, - 0.384, - 787, - 0.631, - 790, - 0.652, - 801, - 1.184, - 805, - 0.528, - 810, - 1.225, - 816, - 1.271, - 821, - 2.205, - 824, - 0.528, - 826, - 2.672, - 835, - 1.165, - 836, - 3.841, + 0.801, + 740, + 0.616, + 752, + 1.026, + 762, + 1.016, + 765, + 1.747, + 769, + 0.784, + 773, + 0.807, + 807, + 1.289, + 819, + 0.716, + 827, + 1.783, 849, - 0.688, - 852, - 0.663, - 858, - 1.296, - 860, - 1.075, - 862, - 1.019, + 1.69, + 856, + 1.528, + 859, + 0.609, 866, - 1.494, - 896, - 2.535, - 899, - 0.621, - 901, - 0.565, - 918, - 0.652, - 919, - 0.996, - 923, - 1.789, - 935, - 1.247, - 937, - 3.841, - 941, - 0.702, - 944, + 2.342, + 880, + 4.799, + 890, 0.631, - 953, - 2.447, - 957, - 1.325, + 891, + 2.884, + 898, + 0.432, + 903, + 0.656, + 904, + 1.579, + 909, + 1.436, + 914, + 4.913, + 915, + 3.618, + 922, + 0.82, + 931, + 2.478, + 944, + 1.141, + 948, + 1.971, + 951, + 3.7, 960, - 0.528, - 962, - 1.057, - 968, - 0.996, - 982, - 1.517, - 998, - 0.517, - 1001, - 1.084, - 1018, - 0.688, - 1020, - 1.271, - 1045, - 0.546, - 1059, - 0.534, - 1072, - 0.512, - 1078, - 1.929, - 1082, - 0.773, - 1094, - 0.54, - 1106, - 0.996, - 1127, - 0.534, + 0.555, + 978, + 1.753, + 991, + 2.701, + 999, + 1.419, + 1007, + 0.78, + 1010, + 3.96, + 1011, + 0.784, + 1017, + 0.863, + 1019, + 1.163, + 1025, + 2.621, + 1029, + 0.596, + 1034, + 0.466, + 1039, + 2.392, + 1043, + 0.526, + 1054, + 1.742, + 1055, + 1.27, + 1061, + 0.801, + 1062, + 1.682, + 1063, + 1.579, + 1089, + 0.801, + 1098, + 0.754, + 1101, + 0.716, + 1126, + 4.614, + 1139, + 0.683, + 1140, + 1.026, + 1143, + 2.455, + 1146, + 0.526, 1153, - 1.225, + 1.447, + 1158, + 4.666, 1160, - 0.437, - 1166, - 2.193, + 0.728, + 1172, + 1.128, 1173, - 1.884, + 0.596, + 1184, + 1.945, + 1186, + 0.596, + 1202, + 1.057, 1211, - 2.05, - 1222, - 0.488, - 1233, - 0.587, - 1234, - 0.986, - 1239, - 2.621, - 1253, - 0.58, + 0.888, + 1216, + 0.656, + 1219, + 0.74, + 1221, + 0.603, + 1225, + 0.863, + 1250, + 0.683, + 1254, + 1.289, 1261, - 1.031, - 1270, - 0.734, - 1271, - 0.822, - 1321, - 0.663, - 1324, - 0.702, - 1348, - 0.58, - 1359, - 0.621, - 1369, - 0.522, - 1421, - 0.558, - 1465, - 1.019, - 1481, - 0.631, - 1486, - 2.163, - 1490, - 1.726, - 1491, + 0.74, + 1272, 0.54, - 1516, - 0.705, - 1526, - 3.823, - 1527, - 2.298, - 1537, - 1.936, - 1540, - 0.795, + 1296, + 3.624, + 1302, + 0.888, + 1304, + 0.716, + 1306, + 1.945, + 1309, + 0.664, + 1311, + 0.784, + 1322, + 1.141, + 1329, + 0.728, + 1337, + 6.574, + 1367, + 2.872, + 1379, + 5.228, + 1403, + 1.057, + 1406, + 1.016, + 1426, + 1.355, + 1465, + 0.429, + 1471, + 1.103, + 1543, + 0.716, 1548, - 0.675, - 1549, - 1.114, - 1554, - 0.603, - 1555, - 0.889, - 1556, - 2.764, - 1569, - 3.353, - 1573, - 0.534, - 1581, - 1.39, - 1582, - 0.795, - 1583, - 0.641, - 1603, - 1.165, + 0.656, + 1588, + 1.091, + 1596, + 0.647, + 1599, + 2.406, + 1602, + 0.596, 1604, - 1.517, + 0.639, 1606, - 1.771, - 1618, - 0.58, - 1662, - 3.018, - 1694, - 2.756, - 1704, - 0.522, - 1705, - 0.789, - 1710, - 2.25, - 1717, - 0.773, - 1731, - 0.852, - 1764, - 0.631, - 1776, - 1.472, - 1778, - 3.517, - 1782, - 0.822, - 1798, - 1.677, - 1822, - 0.744, - 1854, - 0.558, - 1865, - 2.02, - 1867, - 1.184, - 1868, - 0.612, - 1869, - 2.323, - 1870, - 0.734, - 1874, - 2.847, - 1889, - 0.631, - 1898, - 1.133, - 1899, - 0.773, - 1911, - 0.773, - 1915, - 0.734, - 1919, - 0.752, + 0.716, + 1607, + 0.704, + 1609, + 1.289, + 1621, + 0.616, + 1624, + 1.626, + 1628, + 4.067, + 1629, + 0.545, + 1631, + 1.38, + 1636, + 0.704, + 1651, + 0.728, + 1657, + 0.992, + 1661, + 2.223, + 1684, + 0.704, + 1693, + 0.82, + 1694, + 0.84, + 1698, + 1.38, + 1806, + 0.84, + 1807, + 1.068, + 1814, + 4.312, + 1821, + 8.168, + 1823, + 2.318, + 1877, + 0.992, + 1885, + 0.704, + 1928, + 0.656, 1929, - 0.54, - 1950, - 0.718, - 1951, - 2.332, - 1957, - 2.004, - 1959, - 0.752, - 1961, - 2.901, - 1962, - 0.852, - 1963, - 1.99, - 1965, - 3.043, - 1968, - 0.852, - 1973, - 0.572, - 1977, - 0.621, - 1981, - 0.587, - 1991, - 0.663, - 1996, - 1.469, - 2000, - 0.773, - 2001, - 2.993, - 2003, - 1.726, - 2010, - 0.587, - 2017, - 0.852, - 2020, - 1.356, - 2023, - 1.42, - 2029, - 1.726, - 2031, - 1.291, - 2034, - 1.726, - 2079, - 1.099, - 2099, - 2.406, - 2100, - 3.114, - 2106, - 0.852, - 2118, - 0.652, - 2119, - 2.114, - 2126, - 0.718, - 2137, - 1.184, - 2142, - 1.203, - 2153, - 1.427, - 2158, - 0.889, - 2172, - 0.612, - 2176, - 2.287, - 2179, - 1.147, - 2209, - 0.675, - 2225, - 1.184, - 2235, - 1.325, - 2265, - 1.147, - 2328, - 0.702, - 2329, - 1.574, - 2362, - 0.889, - 2369, - 0.889, + 0.647, + 1931, + 0.656, + 1942, + 0.683, + 1955, + 2.701, + 1982, + 0.609, + 2006, + 0.639, + 2135, + 0.863, + 2226, + 0.784, + 2268, + 0.647, + 2323, + 0.683, 2377, - 1.247, - 2396, - 0.734, - 2407, - 1.726, - 2409, - 0.718, - 2435, - 0.734, - 2511, - 1.39, - 2512, - 1.517, - 2513, - 1.517, - 2514, - 1.517, - 2527, - 2.204, + 2.184, + 2440, + 0.59, + 2476, + 0.888, + 2509, + 1.332, + 2524, + 2.455, + 2540, + 2.109, 2542, - 0.603, - 2544, - 0.852, - 2549, - 0.652, - 2550, - 0.688, - 2573, - 1.008, - 2601, - 0.641, - 2634, - 0.996, + 3.393, + 2555, + 1.407, + 2558, + 0.84, + 2563, + 0.863, + 2565, + 0.82, 2637, - 0.889, - 2638, - 0.663, - 2665, - 3.431, - 2675, - 0.734, - 2678, - 1.247, - 2703, - 0.773, - 2755, - 1.839, - 2774, - 1.247, - 2856, - 0.935, - 2885, - 0.795, - 2947, - 2.812, - 2956, - 0.889, - 3149, - 0.852, - 3161, - 0.718, - 3163, - 0.702, - 3169, - 1.839, - 3171, - 1.203, - 3174, - 1.726, - 3176, - 2.287, - 3220, - 0.935, - 3326, - 0.795, - 3347, - 3.199, - 3372, - 0.752, - 3373, - 0.652, - 3375, - 0.852, - 3376, - 0.773, - 3545, - 0.702, - 3610, - 1.839, - 3618, - 4.902, - 3632, - 0.795, - 3683, - 0.795, - 3815, - 0.773, - 3840, - 0.595, - 4097, - 0.852, - 4145, - 0.889, - 4207, - 5.509, - 4390, - 0.528, - 4398, - 0.734, - 4412, - 0.935, - 4422, - 0.935, - 4532, - 0.935, - 4565, - 4.154, - 4568, - 2.405, - 4612, - 0.996, - 4673, - 0.935, - 4851, - 1.517, - 5002, - 0.773, - 5042, - 1.839, - 5084, - 0.935, - 5272, - 0.996, - 5287, - 0.889, - 5303, - 2.405, - 5304, - 1.641, - 5322, - 0.935, - 5385, - 0.773, - 5533, - 0.996, - 5535, - 0.822, - 5536, - 1.726, - 5537, - 0.996, - 5680, - 0.935, - 6025, - 0.852, - 6028, - 1.839, - 6066, - 1.889, - 6624, - 0.935, - 6753, - 3.264, - 6825, - 4.368, - 6830, - 0.663, - 7205, - 0.889, - 7221, - 1.726, - 7222, - 1.726, - 8041, - 0.935, - 8474, - 0.889, - 8588, - 0.996, - 8893, - 0.935, - 8954, - 1.089, - 8955, - 1.089, - 8956, - 1.089, - 8957, - 1.839, - 8958, - 0.996, - 8959, - 1.089, - 8960, - 2.563, - 8961, - 2.011, - 8962, - 1.089, - 8963, - 1.089, - 8964, - 0.996, - 8965, - 1.089, - 8966, - 0.996, - 8967, - 1.089, - 8968, - 0.996, - 8969, - 3.19, - 8970, - 1.089, - 8971, - 0.996, - 8972, - 3.19, - 8973, - 1.089, - 8974, - 0.996, - 8975, - 3.19, - 8976, - 1.089, - 8977, - 0.996, - 8978, - 3.19, - 8979, - 1.089, - 8980, - 0.996, - 8981, - 1.089, - 8982, - 0.996, - 8983, - 1.089, - 8984, - 0.996, - 8985, - 1.089, - 8986, - 0.996, - 8987, - 1.089, - 8988, - 0.996, + 4.389, + 2690, + 0.704, + 2692, + 0.888, + 2717, + 0.888, + 2723, + 4.465, + 2736, + 2.494, + 2775, + 1.66, + 2779, + 4.715, + 2780, + 3.66, + 2854, + 0.784, + 2878, + 0.863, + 2925, + 1.436, + 2948, + 1.91, + 3144, + 0.82, + 3236, + 0.952, + 3242, + 2.322, + 3243, + 0.917, + 3411, + 0.82, + 3437, + 1.044, + 3438, + 0.888, + 3487, + 0.82, + 3569, + 1.538, + 3599, + 0.801, + 3603, + 1.945, + 3646, + 2.026, + 3679, + 1.679, + 3712, + 3.745, + 3797, + 0.784, + 3902, + 0.769, + 3938, + 0.82, + 3972, + 1.2, + 3984, + 1.251, + 4007, + 0.992, + 4019, + 1.044, + 4098, + 2.36, + 4134, + 2.028, + 4254, + 5.859, + 4349, + 0.992, + 4364, + 0.863, + 4406, + 1.044, + 4416, + 0.952, + 4430, + 1.626, + 4465, + 0.82, + 4503, + 3.241, + 4512, + 2.512, + 4514, + 2.861, + 4595, + 1.436, + 4603, + 3.347, + 4621, + 1.38, + 4649, + 1.044, + 4746, + 2.751, + 4857, + 4.337, + 4905, + 1.044, + 5076, + 0.952, + 5100, + 0.952, + 5425, + 2.455, + 5557, + 1.044, + 5654, + 2.815, + 5681, + 0.917, + 5682, + 0.84, + 5766, + 0.952, + 6143, + 0.992, + 6463, + 0.992, + 6473, + 4.401, + 6681, + 1.044, + 6763, + 2.531, + 6897, + 1.112, + 6947, + 1.91, + 7008, + 0.952, + 7088, + 1.91, + 7123, + 6.144, + 7303, + 1.91, + 7311, + 5.366, + 7314, + 1.112, + 7319, + 1.91, + 7323, + 2.184, + 7356, + 1.044, + 7435, + 0.917, + 7574, + 1.112, + 7624, + 2.512, + 7752, + 4.696, + 7966, + 1.817, + 7983, + 2.036, + 8033, + 0.992, + 8110, + 1.112, + 8123, + 1.112, + 8128, + 1.742, + 8151, + 0.82, + 8578, + 1.044, + 8656, + 2.036, + 8708, + 1.044, 8989, - 1.089, - 8990, - 0.996, - 8991, - 0.996, - 8992, - 3.19, + 1.112, 8993, - 1.089, - 8994, - 0.996, - 8995, - 3.19, - 8996, - 1.089, - 8997, - 0.996, - 8998, - 3.19, - 8999, - 1.089, - 9000, - 0.996, - 9001, - 2.993, - 9002, - 1.089, - 9003, - 0.996, - 9004, - 1.089, - 9005, - 0.996, - 9006, - 1.089, - 9007, - 0.996, - 9008, - 1.089, - 9009, - 0.996, - 9010, - 0.996, - 9011, - 1.089, - 9012, - 0.996, - 9013, - 1.089, - 9014, - 0.996, - 9015, - 1.089, - 9016, - 0.996, - 9017, - 1.089, - 9018, - 0.996, + 1.91, 9019, - 1.089, - 9020, - 0.996, - 9021, - 1.089, - 9022, - 0.996, - 9023, - 1.089, - 9024, - 0.996, - 9025, - 1.089, - 9026, - 0.996, - 9027, - 1.089, - 9028, - 0.996, - 9029, - 1.089, - 9030, - 0.996, - 9031, - 1.089, - 9032, - 0.996, - 9033, - 1.089, - 9034, - 0.996, - 9035, - 1.089, - 9036, - 0.996, - 9037, - 1.089, - 9038, - 0.996, - 9039, - 1.089, - 9040, - 0.996, - 9041, - 1.089, - 9042, - 0.996, - 9043, - 1.089, - 9044, - 0.996, - 9045, - 1.089, - 9046, - 0.996, - 9047, - 1.089, - 9048, - 0.996, - 9049, - 1.089, - 9050, - 0.996, - 9051, - 1.089, - 9052, - 0.996, - 9053, - 1.089, + 1.112, 9054, - 0.996, + 1.216, 9055, - 2.011, + 1.216, 9056, - 2.011, + 1.216, 9057, - 0.996, + 8.309, 9058, - 2.011, + 3.078, 9059, - 2.011, + 1.216, 9060, - 0.996, + 5.473, 9061, - 2.011, + 5.903, 9062, - 2.011, + 1.216, 9063, - 1.089, + 3.078, 9064, - 1.089, + 1.216, 9065, - 1.089, + 1.216, 9066, - 1.089, + 3.807, 9067, - 1.089, + 3.078, 9068, - 1.089, + 1.216, 9069, - 2.011, + 1.216, 9070, - 1.089, + 3.078, 9071, - 1.089, + 1.216, 9072, - 1.089, + 1.216, 9073, - 0.996, + 1.216, 9074, - 0.996, + 3.078, 9075, - 0.996, + 1.216, 9076, - 1.089, + 1.216, 9077, - 0.996, + 3.078, 9078, - 0.996, + 1.112, 9079, - 0.996, + 1.216, 9080, - 1.089, + 1.216, 9081, - 1.089, + 3.078, 9082, - 0.996, + 2.226, 9083, - 1.089, + 1.216, 9084, - 0.996, + 1.216, 9085, - 1.089, + 3.078, 9086, - 0.996, + 3.078, 9087, - 1.089, + 1.216, 9088, - 1.089, + 3.078, 9089, - 1.089, + 1.216, 9090, - 1.089, + 1.216, 9091, - 0.996, + 1.216, 9092, - 1.839, + 1.216, 9093, - 0.996, + 3.078, 9094, - 0.996, + 3.078, 9095, - 0.996, + 1.216, 9096, - 0.996, + 1.216, 9097, - 0.996, + 1.216, 9098, - 0.996, + 2.226, 9099, - 0.996, + 3.078, 9100, - 0.996, + 1.216, 9101, - 0.996, + 2.226, 9102, - 0.996 - ] - ], - [ - "type/ref/stable/gui", - [ - 6760, - 1.837 - ] - ], - [ - "data/ref/stable/gui", - [ - 1, - 0.665, - 7, - 0.727, - 8, - 1.436, - 9, - 0.966, - 10, - 0.474, - 11, - 1.066, - 13, - 2.158, - 16, - 0.717, - 20, - 1.382, - 21, - 1.823, - 22, - 1.359, - 23, - 1.253, - 26, - 2.374, - 28, - 0.923, - 29, - 1.466, - 30, - 1.141, - 31, - 2.42, - 32, - 1.328, - 33, - 1.491, - 35, - 2.728, - 36, - 1.031, - 37, - 3.329, - 39, - 3.353, - 40, - 4.403, - 41, - 0.343, - 42, - 2.491, - 44, - 1.204, - 45, - 2.187, - 46, - 1.034, - 47, - 5.816, - 48, - 0.835, - 49, - 2.208, - 50, - 3.8, - 51, - 1.733, - 52, - 0.393, - 53, - 0.761, - 54, - 1.344, - 55, - 1.495, - 58, - 3.765, - 59, - 1.432, - 60, - 0.252, - 63, - 0.566, - 65, - 1.152, - 67, - 0.758, - 68, - 1.824, - 70, - 1.388, - 71, - 1.189, - 72, - 1.469, - 73, - 4.141, - 74, - 1.228, - 75, - 0.347, - 76, - 1.382, - 77, - 1.753, - 78, - 1.382, - 80, - 0.285, - 81, - 1.325, - 83, - 0.26, - 84, - 1.325, - 86, - 1.532, - 91, - 0.237, - 92, - 2.943, - 93, - 3.87, - 94, - 0.214, - 96, - 0.694, - 97, - 2.136, - 99, - 2.21, - 101, - 0.56, - 102, - 0.349, - 103, - 0.358, - 104, - 1.051, + 1.216, + 9103, + 3.078, + 9104, + 1.216, + 9105, + 4.437, + 9106, + 4.988, + 9107, + 1.216, + 9108, + 3.078, + 9109, + 1.216, + 9110, + 1.216, + 9111, + 3.078, + 9112, + 1.216, + 9113, + 1.216, + 9114, + 3.078, + 9115, + 1.216, + 9116, + 1.216, + 9117, + 2.226, + 9118, + 2.226, + 9119, + 2.226, + 9120, + 3.078, + 9121, + 1.216, + 9122, + 1.216, + 9123, + 3.078, + 9124, + 1.216, + 9125, + 1.216, + 9126, + 3.807, + 9127, + 1.216, + 9128, + 1.216, + 9129, + 1.216, + 9130, + 1.216, + 9131, + 1.216, + 9132, + 9.636, + 9133, + 1.216, + 9134, + 1.216, + 9135, + 1.216, + 9136, + 1.216, + 9137, + 1.216, + 9138, + 1.216, + 9139, + 1.216, + 9140, + 1.216, + 9141, + 1.216, + 9142, + 1.216, + 9143, + 1.216, + 9144, + 1.216, + 9145, + 3.481, + 9146, + 1.216, + 9147, + 1.216, + 9148, + 1.216, + 9149, + 1.216, + 9150, + 1.216, + 9151, + 1.216, + 9152, + 1.216, + 9153, + 1.216, + 9154, + 1.216, + 9155, + 1.112, + 9156, + 1.216, + 9157, + 1.216, + 9158, + 1.216, + 9159, + 2.226, + 9160, + 1.216, + 9161, + 1.216, + 9162, + 1.216, + 9163, + 1.216, + 9164, + 1.216, + 9165, + 1.216, + 9166, + 1.216, + 9167, + 1.216, + 9168, + 1.216, + 9169, + 1.216, + 9170, + 3.807, + 9171, + 1.216, + 9172, + 1.216, + 9173, + 4.988, + 9174, + 1.112, + 9175, + 3.078, + 9176, + 1.216, + 9177, + 2.036, + 9178, + 1.216, + 9179, + 1.216, + 9180, + 1.216, + 9181, + 3.807, + 9182, + 1.216, + 9183, + 1.216, + 9184, + 1.216, + 9185, + 1.112, + 9186, + 1.216, + 9187, + 1.216, + 9188, + 1.216, + 9189, + 1.216, + 9190, + 1.216, + 9191, + 2.226, + 9192, + 1.216, + 9193, + 1.216, + 9194, + 1.216, + 9195, + 1.216, + 9196, + 1.216, + 9197, + 1.216, + 9198, + 1.216, + 9199, + 1.216, + 9200, + 3.078, + 9201, + 1.112, + 9202, + 2.226, + 9203, + 1.112, + 9204, + 2.226, + 9205, + 1.112, + 9206, + 1.216, + 9207, + 1.216, + 9208, + 1.216, + 9209, + 1.216, + 9210, + 1.216, + 9211, + 1.216, + 9212, + 2.036, + 9213, + 1.216, + 9214, + 2.226, + 9215, + 1.216, + 9216, + 1.216, + 9217, + 1.216, + 9218, + 1.216, + 9219, + 6.633, + 9220, + 1.216, + 9221, + 6.946, + 9222, + 2.226, + 9223, + 1.216, + 9224, + 1.216, + 9225, + 1.216, + 9226, + 1.216, + 9227, + 1.216, + 9228, + 1.216, + 9229, + 1.216, + 9230, + 3.078, + 9231, + 1.216, + 9232, + 1.216, + 9233, + 1.216, + 9234, + 1.216, + 9235, + 1.216, + 9236, + 1.216, + 9237, + 1.216, + 9238, + 1.216, + 9239, + 1.216, + 9240, + 1.216, + 9241, + 1.216, + 9242, + 1.216, + 9243, + 1.216, + 9244, + 1.216, + 9245, + 1.216, + 9246, + 1.216, + 9247, + 2.226, + 9248, + 1.216, + 9249, + 1.216, + 9250, + 1.216, + 9251, + 1.216, + 9252, + 1.216, + 9253, + 1.216, + 9254, + 1.216, + 9255, + 2.226, + 9256, + 1.216, + 9257, + 1.216, + 9258, + 1.216, + 9259, + 1.112, + 9260, + 2.226, + 9261, + 1.216, + 9262, + 1.216, + 9263, + 1.216, + 9264, + 1.216, + 9265, + 1.216, + 9266, + 1.216, + 9267, + 1.216, + 9268, + 1.216, + 9269, + 4.437, + 9270, + 1.216, + 9271, + 1.216, + 9272, + 2.226, + 9273, + 1.216, + 9274, + 1.216, + 9275, + 1.216, + 9276, + 1.216, + 9277, + 1.216, + 9278, + 1.216, + 9279, + 1.216, + 9280, + 1.216, + 9281, + 1.216, + 9282, + 1.216, + 9283, + 1.216, + 9284, + 2.226, + 9285, + 1.216, + 9286, + 1.216, + 9287, + 1.216, + 9288, + 1.112, + 9289, + 2.036, + 9290, + 1.216, + 9291, + 1.216, + 9292, + 1.044, + 9293, + 1.112, + 9294, + 1.216, + 9295, + 1.216, + 9296, + 2.226, + 9297, + 1.216, + 9298, + 1.216, + 9299, + 1.216, + 9300, + 1.216, + 9301, + 1.216 + ] + ], + [ + "type/ref/stable/package", + [ + 6760, + 1.837 + ] + ], + [ + "data/ref/stable/package", + [ + 7, + 1.236, + 8, + 1.946, + 9, + 1.215, + 10, + 0.775, + 18, + 1.138, + 20, + 1.482, + 30, + 1.354, + 36, + 1.572, + 38, + 1.307, + 39, + 0.756, + 44, + 1.497, + 46, + 1.555, + 52, + 0.986, + 57, + 1.26, + 59, + 0.914, + 60, + 1.567, + 77, + 2.04, + 79, + 1.035, + 86, + 2.258, + 94, + 1.667, + 99, + 1.016, + 100, + 1.984, + 102, + 2.445, + 103, + 1.601, 106, - 1.826, + 1.629, 107, - 0.358, - 108, - 3.237, - 110, - 0.206, - 111, - 0.567, + 2.074, 113, - 0.407, - 115, - 0.504, - 117, - 0.23, - 119, - 0.829, + 0.718, + 116, + 1.395, 121, - 0.848, - 127, - 0.258, - 135, - 2.722, - 137, - 0.798, - 138, - 0.837, - 141, - 1.883, - 143, - 0.584, + 1.185, + 122, + 2.962, + 126, + 1.805, 146, - 3.177, - 147, - 1.143, - 151, - 1.474, + 1.756, + 148, + 1.155, + 150, + 1.761, 153, - 3.459, - 158, - 0.574, - 159, - 1.265, + 0.813, 160, - 1.168, - 161, - 1.914, - 162, - 1.758, - 171, - 1.555, - 172, - 1.279, - 173, - 1.887, - 174, - 1.694, - 175, - 2.148, - 176, - 0.451, - 182, - 0.473, - 184, - 1.164, - 186, - 2.778, - 191, - 0.658, + 2.912, + 165, + 3.155, + 169, + 1.573, 196, - 2.095, - 198, - 1.319, - 202, - 1.183, - 210, - 1.713, - 214, - 0.398, - 217, - 2.404, - 218, - 3.189, - 219, - 0.598, - 222, - 0.795, - 223, - 0.653, + 2.405, + 201, + 2.415, + 207, + 1.874, + 211, + 1.605, 224, - 0.715, + 3.558, 225, - 0.683, - 227, - 1.123, - 228, - 3.342, + 2.415, 229, - 3.071, + 1.032, 230, - 3.427, - 232, - 0.504, - 234, - 1.406, - 237, - 1.78, - 239, - 0.407, + 1.247, + 231, + 2.113, + 240, + 1.601, 241, - 0.761, - 242, - 0.683, - 256, - 0.636, - 261, - 1.123, + 1.688, + 243, + 2.789, + 244, + 3.045, + 247, + 3.497, + 257, + 1.416, 263, - 0.474, - 264, - 0.979, - 267, - 0.549, - 270, - 0.901, - 271, - 0.572, + 2.08, + 268, + 2.011, + 269, + 2.063, 273, - 0.24, - 277, - 0.398, - 278, - 2.179, - 281, - 0.309, - 285, - 0.306, - 288, - 0.659, - 290, - 0.905, - 291, - 0.744, - 293, - 0.473, - 297, - 0.53, - 298, - 0.463, - 299, - 0.683, - 300, - 1.149, - 303, - 0.258, + 2.245, 306, - 3.779, - 308, - 0.605, - 309, - 0.306, - 310, - 3.873, - 312, - 3.08, - 313, - 0.32, - 315, - 3.567, - 316, - 0.782, - 317, - 0.635, - 318, - 0.481, - 325, - 0.407, - 335, - 1.978, - 336, - 0.773, - 337, - 1.23, - 338, - 0.317, - 343, - 1.148, - 346, - 0.459, - 347, - 0.296, - 348, - 0.795, - 349, - 0.329, - 350, - 0.564, - 362, - 0.855, - 364, - 0.685, - 365, - 0.358, - 366, - 2.793, - 369, - 1.464, - 375, - 3.06, - 376, - 4.038, - 377, - 0.407, - 378, - 0.376, - 379, - 1.898, - 381, - 5.46, + 1.576, + 341, + 3.371, + 351, + 1.86, + 353, + 1.438, + 358, + 1.651, + 368, + 1.601, 382, - 5.484, - 386, - 0.329, - 391, - 0.887, - 395, - 0.244, - 400, - 0.306, - 402, - 0.267, - 405, - 0.663, - 406, - 1.086, - 407, - 1.446, - 416, - 0.299, - 417, - 0.299, - 420, - 0.416, - 428, - 0.591, - 429, - 1.51, - 437, - 0.732, - 438, - 0.528, - 440, - 0.578, - 441, - 0.411, - 444, - 0.636, - 448, - 0.363, - 449, - 0.39, - 450, - 0.369, - 452, - 1.116, - 453, - 0.29, - 456, - 1.273, - 460, - 0.927, - 465, - 1.822, - 466, - 3.106, + 1.289, + 387, + 1.264, + 392, + 1.255, + 411, + 2.922, + 443, + 2.924, + 469, + 1.816, 471, - 0.451, - 472, - 0.451, - 479, - 0.306, - 481, - 0.635, - 485, - 0.39, - 490, - 1.934, - 491, - 1.812, + 1.864, + 484, + 3.075, 492, - 3.195, - 493, - 2.609, - 495, - 0.673, - 502, - 2.343, - 503, - 2.722, - 504, - 0.352, - 506, - 0.466, - 512, - 0.694, - 514, - 0.219, - 517, - 0.466, - 522, - 1.634, - 523, - 1.73, - 524, - 0.591, - 525, - 1.617, - 526, - 0.407, - 531, - 1.766, - 536, - 0.483, - 538, - 2.069, + 2.075, + 500, + 2.537, + 510, + 2.068, + 521, + 1.96, + 534, + 1.684, 539, - 1.555, - 540, - 0.952, - 541, - 0.416, - 542, - 0.923, - 547, - 1.201, - 548, - 0.272, - 549, - 0.407, + 3.277, + 546, + 1.932, 553, - 0.347, - 554, - 1.697, + 2.486, 555, - 0.745, - 567, - 0.363, - 568, - 1.068, - 569, - 1.254, - 573, - 0.279, - 580, - 0.572, - 581, - 1.207, + 1.763, + 561, + 1.785, 583, - 0.609, + 6.282, 590, - 0.716, - 594, - 0.254, - 595, - 0.784, - 599, - 1.765, - 606, - 0.952, - 612, - 0.287, - 615, - 0.358, - 624, - 0.591, - 628, - 1.031, - 633, - 1.598, + 1.484, + 593, + 2.803, + 614, + 1.405, + 623, + 1.59, 634, - 2.416, - 644, - 0.612, - 646, - 2.207, - 647, - 0.369, - 655, - 0.272, - 664, - 0.92, - 666, - 0.242, - 669, - 0.313, - 682, - 0.848, - 688, - 0.324, - 693, - 0.572, - 697, - 1.912, - 700, - 0.282, + 1.416, + 637, + 2.311, + 675, + 1.374, + 679, + 1.605, + 680, + 1.883, + 691, + 1.096, 701, - 0.369, - 707, - 0.376, - 710, - 0.614, - 712, - 0.485, - 717, - 0.358, - 723, - 0.333, - 724, - 0.653, - 726, - 0.277, - 728, - 1.884, - 733, - 0.383, - 735, - 0.694, - 737, - 0.232, - 743, - 0.572, - 744, - 0.745, - 748, - 1.495, - 749, - 0.598, - 756, - 1.072, - 775, - 0.358, - 776, - 0.524, - 779, - 0.369, - 783, - 0.333, - 790, - 0.369, - 792, - 0.433, - 804, - 0.309, - 805, - 3.452, - 808, - 0.219, - 809, - 0.416, - 810, - 2.263, - 813, - 2.56, - 814, - 3.375, - 815, - 0.868, - 816, - 1.07, - 818, - 2.997, - 819, - 1.581, - 822, - 2.859, - 823, - 0.466, - 824, - 1.049, - 825, - 2.263, - 826, - 1.049, - 827, - 0.989, - 832, - 0.745, - 833, - 1.17, - 835, - 4.043, - 836, - 4.076, - 840, - 1.581, - 842, - 1.201, + 2.958, + 738, + 2.144, + 750, + 1.737, + 752, + 1.651, + 766, + 2.803, + 771, + 3.986, + 774, + 1.62, + 789, + 4.247, + 795, + 2.311, + 812, + 2.542, + 816, + 2.703, 845, - 3.342, - 849, - 0.745, - 851, - 0.89, - 852, - 0.376, - 855, - 0.923, - 858, - 1.28, + 2.415, 860, - 0.237, - 862, - 0.598, - 865, - 0.761, - 866, - 0.505, - 867, - 0.821, - 869, - 0.745, - 889, - 0.849, + 2.853, + 877, + 2.415, + 882, + 7.431, + 890, + 1.86, 894, - 0.731, - 895, - 0.761, - 899, - 1.711, - 905, - 0.868, + 1.416, + 901, + 2.433, + 909, + 2.311, + 914, + 3.292, 917, - 0.466, + 1.62, 918, - 0.369, - 921, - 0.309, - 923, - 4.392, - 929, - 0.279, - 931, - 0.963, - 935, - 1.05, - 939, - 0.329, + 1.719, 941, - 1.396, - 944, - 0.981, - 947, - 0.358, - 948, - 1.746, - 953, - 1.555, - 957, - 1.426, + 1.405, 960, - 1.049, - 968, - 0.306, - 976, - 0.407, - 982, - 0.89, - 995, - 0.53, - 998, - 0.293, - 1001, - 1.401, - 1011, - 1.186, - 1026, - 1.765, - 1028, - 0.53, - 1031, - 1.694, - 1039, - 0.398, + 3.174, + 975, + 1.719, + 996, + 1.816, + 999, + 1.651, + 1034, + 1.374, + 1043, + 1.548, 1045, - 0.591, - 1059, - 0.578, - 1072, - 1.017, - 1078, - 1.687, - 1082, - 0.438, - 1094, - 0.306, - 1104, - 0.309, - 1127, - 0.303, - 1129, - 0.267, - 1137, - 0.777, - 1138, - 0.466, - 1139, - 0.694, - 1145, - 0.296, - 1159, - 0.636, - 1160, - 0.473, - 1166, - 1.601, - 1173, - 0.285, - 1191, - 0.519, - 1207, - 0.731, - 1211, - 0.524, - 1217, - 0.358, + 2.361, + 1067, + 1.171, + 1090, + 5.0, + 1146, + 1.548, 1221, - 1.896, - 1222, - 1.344, - 1233, - 0.333, - 1234, - 0.303, - 1239, - 0.83, - 1250, - 0.309, - 1257, - 0.998, - 1261, - 0.317, - 1271, - 0.466, + 1.775, + 1269, + 6.237, 1272, - 0.565, - 1293, - 0.287, - 1321, - 2.459, - 1348, - 0.901, - 1359, - 0.352, - 1369, - 0.812, - 1415, - 2.751, + 1.59, + 1295, + 3.412, + 1323, + 2.352, + 1382, + 3.119, + 1387, + 4.485, + 1411, + 4.823, + 1421, + 5.215, + 1431, + 2.803, + 1440, + 2.181, + 1442, + 2.924, + 1459, + 2.295, 1465, - 0.598, - 1481, - 0.358, - 1486, - 0.731, - 1491, - 0.306, - 1493, - 0.383, - 1516, - 0.216, - 1526, - 1.747, - 1527, - 1.116, - 1537, - 1.17, - 1549, - 1.199, - 1554, - 1.44, - 1556, - 1.795, - 1569, - 2.687, - 1583, - 0.363, - 1586, - 1.038, - 1590, - 1.012, - 1596, - 0.342, - 1603, - 4.201, + 2.78, + 1472, + 1.605, + 1490, + 2.803, 1606, - 0.745, - 1609, - 2.504, - 1610, - 0.407, - 1613, - 0.466, - 1640, - 0.795, - 1662, - 3.15, - 1669, - 0.731, - 1694, - 1.752, - 1704, - 0.296, - 1705, - 0.242, - 1707, - 2.392, - 1709, - 1.611, - 1714, - 1.012, - 1717, - 0.438, - 1721, - 0.745, - 1727, - 0.451, - 1742, - 0.398, - 1764, - 0.358, - 1776, - 0.324, - 1778, - 2.79, - 1789, - 0.416, - 1798, - 0.369, - 1811, - 0.731, - 1821, - 0.752, - 1822, - 1.375, - 1849, - 2.072, - 1854, - 0.868, - 1865, - 1.254, - 1867, - 0.694, + 2.109, + 1652, + 4.405, + 1823, + 3.428, 1868, - 0.663, - 1869, - 3.186, - 1874, - 1.766, - 1889, - 0.358, - 1895, - 0.363, - 1899, - 0.837, - 1929, - 0.306, - 1950, - 3.044, - 1951, - 1.482, - 1957, - 1.061, - 1961, - 1.844, - 1962, - 0.483, - 1965, - 0.777, - 1967, - 0.653, - 1977, - 0.352, - 1981, - 0.333, + 4.485, + 1872, + 2.181, + 1926, + 2.361, + 1946, + 2.617, + 1948, + 1.907, 1982, - 1.576, - 1990, - 0.913, - 1991, - 0.376, - 1996, - 0.862, - 2001, - 1.012, - 2003, - 0.53, - 2008, - 3.033, - 2010, - 0.636, - 2013, - 1.737, - 2020, - 0.416, - 2023, - 0.313, - 2029, - 0.53, - 2031, - 2.129, - 2034, - 1.012, - 2035, - 0.451, - 2053, - 0.466, - 2060, - 0.53, - 2068, - 2.397, - 2070, - 0.358, - 2099, - 0.694, - 2100, - 2.022, - 2106, - 0.483, - 2116, - 0.745, - 2119, - 1.277, - 2123, - 0.572, - 2137, - 0.997, - 2138, - 0.451, + 1.795, + 1997, + 2.044, + 1999, + 1.985, + 2015, + 6.129, + 2042, + 1.985, + 2095, + 2.144, 2142, - 0.706, - 2151, - 0.483, - 2158, - 0.504, - 2176, - 1.382, - 2179, - 0.352, - 2209, - 0.383, - 2235, - 1.426, - 2265, - 0.966, - 2266, - 0.287, - 2274, - 2.128, - 2277, - 0.451, - 2304, - 0.761, - 2308, - 0.407, - 2328, - 0.398, - 2333, - 0.398, + 2.361, + 2220, + 2.144, 2346, - 0.427, - 2347, - 0.745, - 2348, - 0.718, - 2351, - 1.079, - 2393, - 1.031, - 2399, - 0.89, - 2409, - 0.407, - 2435, - 0.416, - 2450, - 0.407, - 2451, - 3.983, - 2481, - 0.483, - 2497, - 0.32, - 2509, - 0.376, - 2510, - 0.862, - 2511, - 1.17, - 2512, - 1.277, - 2513, - 0.466, - 2514, - 0.466, - 2527, - 2.491, - 2541, - 1.453, - 2549, - 0.369, + 2.109, + 2360, + 1.932, + 2372, + 2.803, + 2507, + 2.144, + 2516, + 3.994, + 2544, + 2.311, 2550, - 0.39, - 2555, - 0.53, - 2557, - 1.012, - 2560, - 1.079, - 2561, - 0.383, - 2562, - 1.079, - 2570, - 1.012, - 2572, - 1.012, - 2573, - 0.848, - 2576, - 0.565, - 2665, - 0.416, - 2671, - 0.663, - 2674, - 0.565, - 2675, - 0.416, - 2685, - 1.012, - 2703, - 0.438, - 2789, - 0.451, - 2845, - 0.451, - 2856, - 0.53, - 2907, - 1.898, - 2917, - 0.504, - 2956, - 0.504, - 2958, - 0.504, - 2985, - 0.427, - 2989, - 0.504, - 3079, - 0.53, - 3089, - 0.504, - 3099, - 1.079, - 3160, - 0.416, - 3161, - 0.407, - 3165, - 0.466, - 3171, - 0.706, - 3175, - 0.369, - 3177, - 0.504, - 3205, - 1.536, - 3226, - 1.05, - 3227, - 0.777, - 3273, - 2.448, - 3298, - 1.012, - 3312, - 1.581, - 3339, - 0.466, - 3347, - 0.483, - 3372, - 0.427, - 3375, - 0.483, - 3376, - 0.438, - 3384, - 0.53, - 3456, - 0.407, - 3545, - 0.398, - 3547, - 0.466, - 3613, - 1.201, - 3616, - 0.416, - 3688, - 0.53, - 3710, - 0.53, - 3737, - 0.53, - 3742, - 0.466, - 3773, - 0.565, - 3812, - 0.483, - 3815, - 0.438, - 3840, - 1.42, - 3979, - 0.565, - 3981, - 0.565, - 4004, - 0.466, - 4005, - 0.383, - 4007, - 0.777, - 4097, - 0.483, - 4101, - 0.504, - 4109, - 0.745, - 4130, - 1.116, - 4131, - 0.483, - 4175, - 0.53, - 4207, - 4.11, - 4268, - 0.963, - 4335, - 2.191, - 4356, - 4.833, - 4387, - 0.466, - 4398, - 0.416, - 4408, - 1.325, + 2.075, + 2554, + 2.144, + 2657, + 2.014, + 2684, + 2.109, + 2690, + 5.267, + 2852, + 5.757, + 2967, + 6.675, + 2994, + 2.361, + 3140, + 4.804, + 3317, + 2.703, + 3610, + 6.069, + 3709, + 4.247, + 3972, + 3.749, + 4214, + 2.803, 4409, - 0.89, - 4427, - 1.766, - 4430, - 0.565, - 4431, - 0.565, - 4432, - 0.565, - 4433, - 0.565, - 4436, - 2.804, - 4437, - 2.191, - 4438, - 1.012, - 4443, - 1.012, - 4448, - 4.519, - 4462, - 0.565, - 4480, - 0.565, - 4481, - 0.565, - 4485, - 2.121, - 4532, - 0.53, - 4553, - 1.549, - 4565, - 0.504, - 4568, - 0.53, - 4572, - 0.963, - 4628, - 0.565, - 4629, - 0.565, - 4630, - 0.565, - 4631, - 0.565, - 4632, - 0.565, - 4633, - 0.565, - 4634, - 0.565, - 4635, - 0.565, - 4636, - 0.565, - 4637, - 0.565, - 4638, - 0.565, - 4639, - 0.565, - 4640, - 0.565, - 4641, - 0.565, - 4642, - 0.565, - 4643, - 0.53, - 4644, - 0.565, - 4645, - 0.565, - 4646, - 0.565, - 4647, - 0.565, - 4648, - 0.565, - 4649, - 0.565, - 4650, - 0.565, - 4651, - 0.565, - 4652, - 0.565, - 4653, - 0.565, - 4654, - 0.565, - 4655, - 0.565, - 4656, - 0.565, - 4657, - 0.565, - 4658, - 0.565, - 4659, - 0.565, - 4660, - 0.565, - 4661, - 0.565, - 4662, - 0.565, - 4663, - 0.565, - 4664, - 0.565, - 4665, - 0.565, - 4666, - 0.565, - 4667, - 0.565, - 4668, - 0.565, - 4698, - 0.483, - 4731, - 0.53, - 4745, - 0.795, - 4770, - 1.368, - 4771, - 0.663, - 4842, - 0.53, - 4844, - 0.53, - 4851, - 0.89, - 4928, - 0.963, - 5043, - 1.079, - 5047, - 2.23, - 5048, - 0.53, - 5049, - 0.565, - 5050, - 0.565, - 5051, - 0.565, - 5052, - 1.549, - 5053, - 1.012, - 5054, - 2.23, - 5055, - 1.079, - 5084, - 0.53, - 5158, - 0.565, - 5218, - 0.761, - 5299, - 1.549, - 5300, - 1.453, - 5301, - 0.565, - 5302, - 0.565, - 5303, - 3.465, - 5304, - 0.963, - 5305, - 0.565, - 5306, - 1.079, - 5308, - 1.079, - 5309, - 1.079, - 5310, - 0.565, - 5311, - 0.565, - 5312, - 0.565, - 5313, - 0.565, - 5314, - 0.565, - 5315, - 4.225, - 5317, - 0.565, - 5318, - 0.565, - 5322, - 0.53, - 5348, - 0.466, - 5508, - 0.565, - 5509, - 0.565, - 5565, - 0.53, - 5591, - 1.459, - 5666, - 1.549, - 5673, - 0.53, - 5702, - 1.012, - 5810, - 0.923, - 6025, - 0.483, - 6154, - 0.565, - 6624, - 0.53, - 6728, - 0.504, - 6753, - 2.237, - 6825, - 2.574, - 6830, - 4.493, - 6875, - 0.565, - 6876, - 0.565, - 6879, - 0.483, - 7030, - 1.98, - 7095, - 0.565, - 7205, - 0.504, - 7221, - 1.012, - 7222, - 1.012, - 7289, - 0.53, - 7329, - 0.565, - 7456, - 0.451, - 7540, - 1.012, - 7574, - 0.53, - 7704, - 0.483, - 7819, - 0.565, - 7826, - 0.565, - 8041, - 0.53, - 8105, - 1.277, - 8127, - 1.012, - 8236, - 0.466, - 8358, - 1.079, - 8474, - 0.963, - 8506, - 0.565, - 8699, - 0.565, - 8804, - 0.504, - 8893, - 0.53, - 8957, - 0.565, - 8958, - 0.565, - 8964, - 0.565, - 8966, - 0.565, - 8968, - 0.565, - 8969, - 1.98, - 8971, - 0.565, - 8972, - 1.98, - 8974, - 0.565, - 8975, - 1.98, - 8977, - 0.565, - 8978, - 1.98, - 8980, - 0.565, - 8982, - 0.565, - 8984, - 0.565, - 8986, - 0.565, - 8988, - 0.565, - 8990, - 0.565, - 8991, - 0.565, - 8992, - 1.98, - 8994, - 0.565, - 8995, - 1.98, - 8997, - 0.565, - 8998, - 1.98, - 9000, - 0.565, - 9001, - 1.858, - 9003, - 0.565, - 9005, - 0.565, - 9007, - 0.565, - 9009, - 0.565, - 9010, - 0.565, - 9012, - 0.565, - 9014, - 0.565, - 9016, - 0.565, - 9018, - 0.565, - 9020, - 0.565, - 9022, - 0.565, - 9024, - 0.565, - 9026, - 0.565, - 9028, - 0.565, - 9030, - 0.565, - 9032, - 0.565, - 9034, - 0.565, - 9036, - 0.565, - 9038, - 0.565, - 9040, - 0.565, - 9042, - 0.565, - 9044, - 0.565, - 9046, - 0.565, - 9048, - 0.565, - 9050, - 0.565, - 9052, - 0.565, - 9054, - 0.565, - 9057, - 0.565, - 9060, - 0.565, - 9073, - 0.565, - 9074, - 0.565, - 9075, - 0.565, - 9077, - 0.565, - 9078, - 0.565, - 9079, - 0.565, - 9082, - 0.565, - 9084, - 0.565, - 9086, - 0.565, - 9091, - 0.565, - 9092, - 1.079, - 9093, - 0.565, - 9094, - 0.565, - 9095, - 0.565, - 9096, - 0.565, - 9097, - 0.565, - 9098, - 0.565, - 9099, - 0.565, - 9100, - 0.565, - 9101, - 0.565, - 9102, - 0.565, - 9103, - 1.693, - 9104, - 0.618, - 9105, - 1.693, - 9106, - 0.618, - 9107, - 0.618, - 9108, - 1.693, - 9109, - 0.618, - 9110, - 1.693, - 9111, - 0.618, - 9112, - 1.693, - 9113, - 0.618, - 9114, - 2.599, - 9115, - 0.618, - 9116, - 1.693, - 9117, - 0.618, - 9118, - 1.693, - 9119, - 0.618, - 9120, - 1.18, - 9121, - 0.565, - 9122, - 0.618, - 9123, - 0.618, - 9124, - 0.618, - 9125, - 1.18, - 9126, - 1.18, - 9127, - 1.18, - 9128, - 1.18, - 9129, - 1.18, - 9130, - 1.18, - 9131, - 1.18, - 9132, - 1.18, - 9133, - 1.18, - 9134, - 1.18, - 9135, - 1.18, - 9136, - 1.18, - 9137, - 1.18, - 9138, - 0.618, - 9139, - 1.18, - 9140, - 1.18, - 9141, - 1.18, - 9142, - 1.18, - 9143, - 1.18, - 9144, - 1.693, - 9145, - 0.618, - 9146, - 1.18, - 9147, - 1.693, - 9148, - 0.618, - 9149, - 1.693, - 9150, - 0.618, - 9151, - 1.693, - 9152, - 0.618, - 9153, - 1.693, - 9154, - 0.618, - 9155, - 0.618, - 9156, - 0.618, - 9157, - 0.618, - 9158, - 0.565, - 9159, - 1.693, - 9160, - 0.618, - 9161, - 1.693, - 9162, - 0.618, - 9163, - 1.693, - 9164, - 0.618, - 9165, - 0.565, - 9166, - 0.618, - 9167, - 0.618, - 9168, - 0.618, - 9169, - 0.618, - 9170, - 0.618, - 9171, - 1.18, - 9172, - 0.618, - 9173, - 1.18, - 9174, - 0.618, - 9175, - 0.618, - 9176, - 0.618, - 9177, - 0.618, - 9178, - 0.618, - 9179, - 0.618, - 9180, - 0.618, - 9181, - 0.618, - 9182, - 0.618, - 9183, - 0.618, - 9184, - 0.618, - 9185, - 0.618, - 9186, - 0.618, - 9187, - 0.618, - 9188, - 0.618, - 9189, - 0.618, - 9190, - 2.165, - 9191, - 0.618, - 9192, - 0.618, - 9193, - 0.618, - 9194, - 0.618, - 9195, - 0.618, - 9196, - 0.618, - 9197, - 0.618, - 9198, - 0.618, - 9199, - 0.618, - 9200, - 0.618, - 9201, - 0.618, - 9202, - 0.618, - 9203, - 0.618, - 9204, - 0.565, - 9205, - 0.618, - 9206, - 0.618, - 9207, - 0.618, - 9208, - 0.618, - 9209, - 0.618, - 9210, - 0.618, - 9211, - 0.618, - 9212, - 0.618, - 9213, - 0.618, - 9214, - 0.618, - 9215, - 0.618, - 9216, - 0.618, - 9217, - 0.618, - 9218, - 0.618, - 9219, - 0.618, - 9220, - 0.618, - 9221, - 1.693, - 9222, - 0.618, - 9223, - 0.618, - 9224, - 0.618, - 9225, - 0.618, - 9226, - 1.693, - 9227, - 0.618, - 9228, - 0.618, - 9229, - 0.618, - 9230, - 1.693, - 9231, - 1.693, - 9232, - 1.693, - 9233, - 1.693, - 9234, - 1.693, - 9235, - 1.693, - 9236, - 1.693, - 9237, - 1.693, - 9238, - 1.693, - 9239, - 0.618, - 9240, - 0.618, - 9241, - 0.618, - 9242, - 0.565, - 9243, - 0.618, - 9244, - 0.618, - 9245, - 1.693, - 9246, - 1.693, - 9247, - 0.618, - 9248, - 0.618, - 9249, - 0.618, - 9250, - 0.618, - 9251, - 0.618, - 9252, - 0.618, - 9253, - 0.618, - 9254, - 0.618, - 9255, - 0.618, - 9256, - 0.618, - 9257, - 0.618, - 9258, - 0.618, - 9259, - 0.618, - 9260, - 0.618, - 9261, - 0.618, - 9262, - 0.618, - 9263, - 1.18, - 9264, - 1.18, - 9265, - 0.618, - 9266, - 1.18, - 9267, - 0.618, - 9268, - 1.18, - 9269, - 0.618, - 9270, - 1.18, - 9271, - 0.618, - 9272, - 0.618, - 9273, - 0.618, - 9274, - 0.618, - 9275, - 0.618, - 9276, - 0.618, - 9277, - 0.618, - 9278, - 0.618, - 9279, - 0.618, - 9280, - 0.618, - 9281, - 0.618, - 9282, - 2.165, - 9283, - 0.618, - 9284, - 1.079, - 9285, - 0.618, - 9286, - 0.618, - 9287, - 0.618, - 9288, - 0.618, - 9289, - 0.618, - 9290, - 0.618, - 9291, - 0.618, - 9292, - 0.618, - 9293, - 0.618, - 9294, - 0.618, - 9295, - 0.618, - 9296, - 0.618, - 9297, - 0.618, - 9298, - 0.618, - 9299, - 0.565, - 9300, - 0.618, - 9301, - 0.565, + 2.803, + 4681, + 2.924, + 5063, + 3.277, + 5193, + 3.277, + 5568, + 2.924, + 5747, + 3.277, + 5860, + 3.075, + 6152, + 2.617, + 6416, + 2.924, + 6706, + 3.277, + 7100, + 3.277, + 7102, + 3.075, + 7280, + 3.277, + 7969, + 6.763, + 8737, + 2.617, + 8888, + 3.277, 9302, - 0.565, + 6.36, 9303, - 0.565, + 3.583, 9304, - 0.565, + 6.36, 9305, - 0.618, + 3.583, 9306, - 0.618, + 5.63, 9307, - 0.618, + 3.277, 9308, - 0.618, + 3.277, 9309, - 0.618, + 3.277, 9310, - 0.618, + 3.277, 9311, - 0.618, + 5.63, 9312, - 0.618, + 9.851, 9313, - 0.618, + 3.583, 9314, - 0.618, + 3.583, 9315, - 0.618, + 3.583, 9316, - 0.618, + 5.63, 9317, - 0.618, + 3.583, 9318, - 0.618, + 5.149, 9319, - 0.618, + 3.583, 9320, - 1.18, + 5.63, 9321, - 0.618, + 3.583, 9322, - 0.618, + 3.583, 9323, - 0.618, + 3.583, 9324, - 0.618, + 3.583, 9325, - 0.618, + 3.583, 9326, - 0.618, + 3.583, 9327, - 0.618, + 3.583, 9328, - 0.618, + 5.63, 9329, - 0.618, + 3.583, 9330, - 0.618, + 3.277, 9331, - 0.618, + 3.583, 9332, - 3.717, + 3.583, 9333, - 0.618, + 5.63, 9334, - 0.618, + 3.583, 9335, - 1.18, + 3.583, 9336, - 1.18, + 3.583, 9337, - 1.18, + 3.277, 9338, - 0.618, + 3.277, 9339, - 0.618, + 5.63, 9340, - 0.618, + 3.583, 9341, - 0.618, + 3.583, 9342, - 0.565, + 3.583, 9343, - 0.618, + 3.583, 9344, - 0.618, + 5.63, 9345, - 0.618, + 6.955, 9346, - 0.618, + 3.583, 9347, - 0.618, + 3.583, 9348, - 0.618, + 3.583, 9349, - 0.618, + 3.075, 9350, - 0.618, + 3.583, 9351, - 0.618, + 3.583, 9352, - 0.618, + 3.583, 9353, - 0.618, + 3.583, 9354, - 0.618, + 3.583, 9355, - 0.618, + 3.075 + ] + ], + [ + "type/ref/stable/engine", + [ + 6760, + 1.837 + ] + ], + [ + "data/ref/stable/engine", + [ + 7, + 0.929, + 8, + 2.071, + 10, + 2.047, + 18, + 1.107, + 20, + 1.512, + 30, + 3.579, + 38, + 1.159, + 46, + 1.351, + 59, + 0.855, + 79, + 0.805, + 86, + 3.39, + 90, + 1.765, + 91, + 3.233, + 92, + 2.971, + 99, + 1.01, + 100, + 1.777, + 103, + 2.18, + 107, + 1.409, + 146, + 3.628, + 150, + 2.398, + 169, + 1.409, + 172, + 3.257, + 194, + 1.351, + 201, + 1.664, + 229, + 1.357, + 263, + 3.122, + 268, + 1.512, + 269, + 1.68, + 330, + 3.329, + 332, + 2.464, + 333, + 2.094, + 340, + 6.917, + 345, + 3.589, + 471, + 2.538, + 515, + 4.59, + 546, + 5.105, + 552, + 2.816, + 645, + 4.357, + 646, + 3.752, + 659, + 4.223, + 672, + 3.445, + 676, + 3.379, + 711, + 6.247, + 715, + 3.89, + 742, + 6.354, + 743, + 5.408, + 744, + 4.591, + 745, + 5.115, + 752, + 3.412, + 831, + 4.43, + 856, + 2.971, + 866, + 2.759, + 898, + 3.362, + 941, + 2.903, + 1040, + 4.43, + 1061, + 6.239, + 1062, + 4.046, + 1202, + 4.496, + 1286, + 5.253, + 1438, + 5.793, + 1465, + 2.611, + 1511, + 3.992, + 1548, + 5.105, + 1662, + 3.257, + 1701, + 5.408, + 1769, + 3.412, + 1835, + 6.771, + 1858, + 4.878, + 1911, + 3.797, + 1966, + 6.383, + 1968, + 3.94, + 2019, + 4.991, + 2104, + 6.354, + 2164, + 3.2, + 2307, + 5.253, + 2346, + 4.357, + 2465, + 6.917, + 2514, + 4.046, + 2981, + 5.115, + 3081, + 6.771, + 3295, + 6.771, + 3343, + 5.793, + 3693, + 4.775, + 4483, + 5.253, + 7095, + 7.409, + 9040, + 6.354, 9356, - 0.618, + 7.405, 9357, - 0.618, + 7.405, 9358, - 0.618, + 7.405, 9359, - 0.618, + 6.771, 9360, - 0.618, + 7.405, 9361, - 0.618, + 9.47, 9362, - 0.618, + 7.405, 9363, - 0.618, + 7.405, 9364, - 0.618, + 7.405, 9365, - 0.618, + 7.405, 9366, - 0.618, + 7.405, 9367, - 0.618, + 7.405, 9368, - 0.618, - 9369, - 0.618, - 9370, - 0.618, - 9371, - 0.618, - 9372, - 0.618, - 9373, - 0.618, - 9374, - 0.618, - 9375, - 0.618, - 9376, - 0.618, - 9377, - 0.618, - 9378, - 0.618, - 9379, - 0.618, - 9380, - 0.618, - 9381, - 0.618, - 9382, - 0.618, - 9383, - 0.618, - 9384, - 0.618, - 9385, - 0.618, - 9386, - 0.618, - 9387, - 0.618, - 9388, - 0.618, - 9389, - 0.618, - 9390, - 0.618, - 9391, - 0.618, - 9392, - 1.18, - 9393, - 0.618, - 9394, - 0.618, - 9395, - 0.618, - 9396, - 0.618, - 9397, - 0.618, - 9398, - 0.618, - 9399, - 0.618, - 9400, - 0.618, - 9401, - 0.618, - 9402, - 0.618, - 9403, - 0.618, - 9404, - 0.618, - 9405, - 0.618, - 9406, - 0.618, - 9407, - 0.618, - 9408, - 0.618, - 9409, - 0.618 + 7.405 ] ], [ - "type/ref/stable/dmConditionVariable", + "type/ref/stable/dmIntersection", [ 6760, 1.837 ] ], [ - "data/ref/stable/dmConditionVariable", + "data/ref/stable/dmIntersection", [ - 8, - 1.283, - 9, - 0.966, - 11, - 0.72, - 16, - 0.732, - 30, - 1.055, - 33, - 1.078, - 48, - 2.257, - 51, - 1.522, + 7, + 0.969, + 10, + 2.301, + 18, + 1.155, + 38, + 0.607, + 46, + 1.101, + 57, + 1.552, + 59, + 1.009, + 69, + 2.57, 70, - 2.254, - 74, - 0.901, - 99, - 2.32, - 137, - 1.207, - 161, - 1.61, - 190, - 2.307, - 224, - 2.233, - 234, - 2.468, - 278, - 3.331, - 525, - 3.022, - 724, - 5.556, - 743, - 3.932, - 858, - 2.571, - 1021, - 6.768, - 1065, - 5.029, - 1909, - 6.347, - 2071, - 8.606, - 2152, - 7.325, - 2960, - 8.606, - 2996, - 5.382, - 3173, - 7.115, - 4607, - 9.536, - 4851, - 7.566, - 4940, - 5.029, - 5285, - 5.925, - 6879, - 7.846, - 7456, - 5.925, - 7618, - 7.418, - 7622, - 6.12, - 8111, - 9.171, - 8113, - 8.184, - 9410, - 8.112, - 9411, - 11.905, - 9412, - 10.029, - 9413, - 11.905, - 9414, - 11.905, - 9415, - 8.112, - 9416, - 11.373, - 9417, - 8.112, - 9418, - 8.112, - 9419, - 8.112 + 2.303, + 71, + 5.333, + 79, + 1.026, + 84, + 2.342, + 96, + 2.447, + 113, + 1.095, + 125, + 1.663, + 126, + 1.776, + 145, + 3.39, + 237, + 2.519, + 241, + 1.653, + 250, + 4.317, + 268, + 2.42, + 295, + 2.519, + 303, + 7.336, + 333, + 2.184, + 359, + 2.449, + 361, + 5.465, + 389, + 3.029, + 400, + 3.685, + 420, + 7.354, + 488, + 4.879, + 524, + 2.586, + 540, + 3.39, + 553, + 2.76, + 866, + 4.416, + 898, + 3.967, + 903, + 2.947, + 931, + 2.137, + 1005, + 9.134, + 1007, + 3.73, + 1098, + 5.549, + 1155, + 3.743, + 1158, + 2.519, + 1187, + 8.123, + 1191, + 4.124, + 1256, + 4.787, + 1341, + 3.879, + 1459, + 4.46, + 1763, + 3.993, + 2441, + 2.873, + 2780, + 6.359, + 2835, + 6.625, + 3093, + 4.461, + 3124, + 8.504, + 3213, + 4.277, + 3479, + 4.124, + 3712, + 5.747, + 3810, + 3.602, + 3882, + 6.04, + 4746, + 3.39, + 5130, + 8.031, + 5573, + 8.031, + 5574, + 8.686, + 6135, + 4.691, + 8039, + 7.002, + 8127, + 7.935, + 8128, + 6.04, + 8523, + 5.0, + 9369, + 5.467, + 9370, + 11.175, + 9371, + 5.467, + 9372, + 5.467, + 9373, + 7.06, + 9374, + 5.467, + 9375, + 5.467, + 9376, + 5.467, + 9377, + 5.467, + 9378, + 10.645, + 9379, + 7.721, + 9380, + 10.645, + 9381, + 5.467, + 9382, + 7.721, + 9383, + 7.721 ] ], [ - "type/ref/stable/dmGameObject", + "type/ref/stable/io", [ 6760, 1.837 ] ], [ - "data/ref/stable/dmGameObject", + "data/ref/stable/io", [ 7, - 0.279, + 1.261, 8, - 1.484, + 3.465, 9, - 0.968, + 1.656, 10, - 1.608, + 1.539, 11, - 1.026, - 13, - 0.736, - 16, - 0.45, - 21, - 2.004, - 23, - 0.823, - 26, - 0.825, - 29, - 0.273, + 1.087, + 18, + 1.14, + 20, + 1.592, 30, - 1.145, - 32, - 1.041, - 33, - 1.388, - 35, - 1.132, - 37, - 2.944, - 39, - 1.216, - 40, - 0.631, - 41, - 0.647, - 42, - 2.608, + 1.133, + 36, + 1.958, + 38, + 1.025, 44, - 2.662, + 2.58, + 45, + 4.163, 46, - 0.619, - 47, - 3.232, - 48, - 1.642, - 49, - 0.796, - 50, - 5.093, - 51, - 1.303, + 1.563, + 52, + 2.157, + 57, + 1.499, 59, - 0.946, + 0.925, + 60, + 1.981, 62, - 0.566, - 66, - 0.952, - 68, - 0.276, - 70, - 0.273, - 71, - 0.457, - 74, - 1.117, + 0.992, + 63, + 1.454, 77, - 0.243, + 1.474, + 79, + 0.999, 86, - 0.991, - 91, - 0.466, - 92, - 0.418, - 94, - 0.421, - 97, - 1.358, + 3.385, + 90, + 1.164, 99, - 2.56, + 1.004, + 100, + 1.985, + 102, + 0.771, 103, - 0.704, + 2.313, + 105, + 1.203, 106, - 2.621, + 1.654, 107, - 1.289, + 2.063, 108, - 1.163, - 110, - 0.405, - 111, - 1.275, - 119, - 1.214, - 121, - 0.344, - 125, - 0.492, - 127, - 0.93, - 137, - 0.878, + 0.882, + 113, + 1.683, + 122, + 2.217, + 124, + 4.776, + 126, + 0.969, + 132, + 2.446, + 140, + 1.382, 141, - 1.096, - 144, - 0.631, - 146, - 1.971, - 147, - 0.979, - 149, - 1.838, - 151, - 1.71, - 158, - 0.413, - 160, - 1.295, - 161, - 1.248, - 162, - 1.141, - 166, - 0.78, - 171, - 0.728, - 172, - 2.478, - 173, - 0.86, - 175, - 3.398, - 182, - 0.488, - 183, - 3.7, - 184, - 0.545, - 186, - 2.881, - 190, - 0.633, - 196, - 2.884, - 198, - 3.776, - 217, - 1.528, - 218, - 3.261, - 224, - 1.99, - 228, - 2.522, - 234, - 1.796, - 237, - 2.147, + 2.634, + 142, + 2.498, + 148, + 1.267, + 153, + 1.108, + 165, + 2.873, + 169, + 1.25, + 177, + 1.89, + 178, + 3.942, + 201, + 1.097, + 202, + 0.98, + 216, + 1.185, + 229, + 1.437, + 230, + 1.044, + 231, + 1.832, + 241, + 2.045, + 244, + 2.386, + 247, + 2.043, + 250, + 3.688, 256, - 0.358, - 261, - 1.155, + 1.097, + 260, + 1.646, 263, - 0.861, - 267, - 0.566, - 270, - 0.647, + 1.46, + 266, + 3.729, + 268, + 1.885, + 269, + 1.108, 273, - 0.866, - 275, - 0.716, - 278, - 2.212, - 291, - 0.765, - 293, - 1.235, - 297, - 0.381, - 300, - 1.264, - 308, - 1.141, - 317, - 1.428, - 318, - 1.809, - 322, - 0.674, - 336, - 0.555, - 337, - 1.619, - 338, - 0.624, + 1.757, + 285, + 4.277, + 288, + 1.617, + 330, + 1.969, + 332, + 2.056, + 342, + 2.187, 343, - 0.346, - 346, - 0.473, - 347, - 1.826, + 1.859, + 353, + 1.959, + 358, + 3.871, 362, - 1.753, - 369, - 3.825, - 378, - 2.701, - 386, - 0.647, - 388, - 1.538, - 402, - 0.526, - 405, - 0.683, - 407, - 1.551, - 418, - 0.769, - 424, - 1.068, - 426, - 0.656, - 437, - 0.526, - 438, - 0.545, - 441, - 0.423, - 448, - 0.716, + 2.022, + 368, + 1.756, + 380, + 1.065, + 381, + 1.859, + 382, + 2.223, + 390, + 2.057, + 442, + 3.189, 452, - 0.801, - 453, - 1.046, - 463, - 3.241, - 465, - 0.76, - 466, - 2.683, - 478, - 0.508, + 0.872, + 468, + 2.128, + 471, + 1.309, 479, - 1.886, - 485, - 2.406, - 486, - 2.512, - 490, - 2.861, - 491, - 4.913, - 493, - 2.533, - 512, - 0.716, - 514, - 0.432, - 523, - 5.228, - 524, - 0.609, - 525, - 3.624, - 527, - 0.704, - 533, - 0.656, - 539, - 1.332, - 568, - 3.96, - 569, - 1.442, - 580, - 0.59, - 590, - 1.468, - 595, - 0.807, - 599, - 1.057, - 606, - 0.683, - 607, - 1.079, - 610, - 0.82, + 1.125, + 483, + 4.069, + 489, + 3.313, + 505, + 1.538, + 510, + 1.794, + 521, + 1.044, + 543, + 1.203, + 550, + 3.647, + 553, + 1.072, + 556, + 2.926, + 560, + 3.903, + 581, + 1.617, + 596, + 1.639, 624, - 2.223, + 2.447, 627, - 0.888, + 1.737, + 633, + 1.52, 636, - 4.067, - 637, - 1.332, - 638, - 0.74, - 640, - 4.666, - 646, - 2.08, - 647, - 2.278, - 654, - 0.484, - 655, - 0.535, - 659, - 0.477, - 664, - 0.946, - 666, - 0.477, - 667, - 1.27, + 1.873, + 672, + 3.313, + 675, + 1.15, 680, - 2.621, - 681, - 8.168, - 682, - 0.609, - 685, - 2.455, - 693, - 4.799, - 694, - 1.69, - 697, - 2.342, - 700, - 1.016, - 710, - 0.441, - 712, - 0.5, - 714, - 0.481, - 715, - 0.716, - 717, - 3.419, + 1.576, + 687, + 1.765, + 691, + 1.89, + 702, + 1.503, 723, - 0.656, - 724, - 2.109, - 726, - 0.545, - 727, - 3.393, - 728, - 0.616, + 1.826, 737, - 2.359, - 743, - 1.492, - 744, - 1.407, - 748, - 0.84, + 4.163, + 740, + 3.13, + 747, + 2.744, 749, - 1.128, - 756, - 0.603, - 759, - 0.429, - 764, - 0.801, - 775, - 0.704, - 779, - 0.728, - 783, - 0.656, + 2.668, + 754, + 1.795, + 765, + 2.164, + 771, + 2.874, 792, - 0.447, - 796, - 1.419, - 811, - 0.512, - 812, - 0.997, - 816, - 0.769, - 821, - 0.769, + 1.711, 827, - 1.689, - 833, - 0.84, - 835, - 1.289, - 836, - 0.683, - 837, - 0.716, - 849, - 0.769, - 852, - 0.74, - 867, - 1.846, - 882, - 0.647, - 896, - 3.898, - 902, - 1.436, - 909, - 1.432, - 921, - 4.614, - 928, - 4.389, - 935, - 0.754, - 947, - 1.289, - 948, - 0.46, - 954, - 0.647, - 960, - 2.418, - 1001, - 2.392, - 1014, - 0.784, - 1017, - 0.82, - 1021, - 0.704, - 1023, - 0.888, - 1044, - 0.56, - 1059, - 0.596, - 1069, - 0.888, - 1072, - 0.572, - 1078, - 2.286, - 1087, - 4.465, - 1094, - 1.103, - 1103, - 2.494, + 1.737, + 844, + 2.574, + 845, + 2.022, + 848, + 2.419, + 856, + 2.478, + 874, + 2.504, + 877, + 2.022, + 880, + 1.454, + 891, + 3.004, + 894, + 1.185, + 899, + 1.976, + 919, + 1.538, + 924, + 1.424, + 938, + 3.903, + 987, + 1.596, + 1010, + 2.926, + 1025, + 1.185, + 1029, + 1.47, + 1041, + 2.208, + 1045, + 1.976, + 1081, + 1.826, 1104, - 0.609, - 1122, - 0.639, - 1145, - 0.583, - 1159, - 1.66, - 1166, - 1.057, - 1167, - 4.715, - 1168, - 3.66, - 1174, - 0.728, - 1200, - 0.566, - 1211, - 0.54, - 1217, - 0.704, - 1227, - 0.596, - 1232, - 1.626, - 1233, - 0.656, - 1239, - 3.618, - 1244, - 0.596, - 1251, - 0.616, - 1257, - 0.56, - 1278, 1.044, - 1283, - 1.38, - 1321, - 0.74, - 1347, - 1.679, - 1356, - 0.992, + 1141, + 1.826, + 1150, + 3.471, + 1164, + 2.922, + 1186, + 1.47, + 1256, + 3.829, + 1296, + 3.13, + 1309, + 1.639, + 1311, + 1.934, + 1322, + 2.504, + 1323, + 1.253, + 1343, + 1.662, 1382, - 6.574, - 1386, - 1.044, - 1397, - 0.801, - 1404, - 0.784, - 1421, - 1.141, - 1493, - 2.36, - 1516, - 1.747, - 1526, - 1.447, - 1568, - 1.436, - 1569, - 0.429, - 1573, - 0.596, - 1586, - 1.477, - 1588, - 0.784, - 1592, - 0.656, - 1603, - 3.641, - 1662, - 1.026, - 1693, - 4.337, - 1694, - 0.82, - 1705, - 0.477, - 1710, - 0.784, - 1784, - 0.566, - 1795, - 0.631, - 1811, - 0.754, - 1822, - 1.408, - 1849, - 1.538, - 1865, - 0.704, - 1867, - 0.716, + 1.662, + 1401, + 1.826, + 1431, + 2.346, + 1435, + 4.832, + 1439, + 5.3, + 1459, + 4.545, + 1465, + 3.614, + 1472, + 4.136, + 1492, + 1.859, + 1509, + 4.918, + 1510, + 1.934, + 1525, + 1.895, + 1529, + 2.447, + 1548, + 1.617, + 1559, + 3.027, + 1562, + 1.976, + 1596, + 4.471, + 1649, + 1.576, + 1774, + 1.52, + 1814, + 4.438, + 1848, + 4.952, 1869, - 1.016, - 1902, - 0.656, - 1957, - 1.091, - 1973, - 0.639, - 1981, - 1.2, - 1982, - 0.639, - 2002, - 1.626, - 2012, - 0.952, - 2013, - 1.783, - 2020, - 0.82, - 2023, - 0.616, - 2031, - 1.026, - 2070, - 1.289, - 2073, - 1.742, - 2078, - 0.801, - 2079, - 1.682, - 2080, - 1.579, - 2123, - 0.59, - 2136, - 0.784, - 2142, - 0.728, - 2187, - 1.044, - 2201, - 0.769, - 2223, - 0.863, - 2225, - 1.31, - 2232, - 1.332, - 2235, - 0.801, - 2261, - 0.84, - 2330, - 1.579, - 2377, - 1.38, - 2399, - 2.322, - 2421, - 1.945, - 2475, + 3.217, + 1875, + 3.464, + 1884, + 3.922, + 1931, 1.617, - 2515, - 0.863, - 2527, - 4.827, - 2539, - 1.626, - 2593, - 0.888, - 2601, - 0.716, - 2637, - 0.992, - 2641, - 0.863, - 2686, - 0.82, - 2759, - 2.028, - 2845, - 0.888, - 2947, - 2.318, - 2965, - 0.863, - 2967, - 1.436, - 2996, - 4.312, - 3077, - 0.888, - 3095, - 0.888, - 3163, - 2.455, - 3171, - 0.728, - 3204, - 0.863, - 3265, - 0.952, - 3287, - 1.251, - 3310, - 1.945, - 3321, - 1.044, - 3337, - 0.784, - 3341, - 1.38, - 3353, - 0.992, - 3376, - 2.184, - 3415, - 1.91, - 3437, - 2.701, - 3559, - 0.992, - 3618, - 0.84, - 3735, - 0.917, - 3791, - 0.863, - 3840, - 0.664, - 3844, - 1.044, - 3897, - 2.872, - 3934, - 1.355, - 4016, - 1.679, - 4055, - 5.859, - 4059, - 0.769, - 4204, - 0.917, - 4266, - 1.044, - 4276, - 0.82, - 4369, - 0.952, - 4390, - 3.745, - 4535, - 2.815, - 4770, - 1.945, - 4771, - 0.683, - 4821, - 1.38, - 4884, - 0.82, - 4902, - 1.044, - 4940, - 2.751, - 4942, - 2.026, - 5036, - 0.863, - 5218, - 2.455, - 5350, - 0.917, - 5811, - 1.044, - 5880, - 3.347, - 5904, - 0.84, - 6025, - 0.952, - 6066, - 0.82, - 6192, - 0.992, - 6503, - 0.992, - 6547, - 1.044, - 6753, - 4.401, - 6768, - 2.036, - 6849, - 1.91, - 6878, - 1.91, - 6884, - 2.531, - 6887, - 2.184, - 6897, - 5.366, - 7209, - 0.82, - 7226, - 1.112, - 7250, - 6.144, - 7559, - 2.036, - 7561, - 1.742, - 7565, - 1.112, - 7567, - 1.044, - 7568, - 1.112, - 7570, - 1.112, - 7571, - 1.91, - 7574, - 4.696, - 7584, - 1.112, - 7585, - 2.036, - 7704, - 0.952, - 7951, - 1.044, - 8001, - 0.992, - 8024, - 1.817, - 8107, - 1.044, - 8236, - 0.917, - 8474, + 2007, + 1.895, + 2027, + 1.486, + 2028, + 2.022, + 2095, + 1.795, + 2105, + 1.976, + 2131, + 2.191, + 2164, + 3.387, + 2286, + 1.859, + 2297, + 3.149, + 2341, + 2.263, + 2389, + 1.737, + 2441, + 5.017, + 2498, + 5.054, + 2544, + 1.934, + 2632, + 2.447, + 2657, + 4.001, + 2684, + 1.765, + 2854, + 4.591, + 2875, + 1.826, + 2918, + 4.659, + 2973, + 2.447, + 2990, + 2.743, + 2994, + 4.069, + 3088, + 2.263, + 3400, + 6.47, + 3596, + 2.743, + 3610, + 1.617, + 3677, + 8.198, + 3696, + 2.447, + 3972, + 3.33, + 4364, + 2.128, + 4400, + 2.128, + 4803, + 2.743, + 4804, + 2.574, + 4857, + 1.737, + 4910, + 4.465, + 5347, + 2.574, + 5370, + 2.743, + 5400, + 2.263, + 5416, + 2.743, + 5419, + 4.465, + 5484, + 2.743, + 5490, + 5.04, + 5805, + 2.346, + 5975, + 2.743, + 7101, + 5.3, + 7105, + 2.574, + 7123, + 4.659, + 7443, + 3.82, + 8450, + 2.743, + 8575, + 6.51, + 9155, + 4.465, + 9384, + 4.883, + 9385, + 4.883, + 9386, + 4.465, + 9387, + 7.119, + 9388, + 2.999, + 9389, + 7.119, + 9390, + 4.883, + 9391, + 4.883, + 9392, + 2.999, + 9393, + 2.999, + 9394, + 2.743, + 9395, + 2.999, + 9396, + 2.999, + 9397, + 7.119, + 9398, + 2.447, + 9399, + 2.743, + 9400, + 4.465, + 9401, + 2.999, + 9402, + 2.999, + 9403, + 4.883, + 9404, + 2.999, + 9405, + 2.999, + 9406, + 2.999, + 9407, + 2.999, + 9408, + 2.999, + 9409, + 2.999, + 9410, + 7.119, + 9411, + 2.999 + ] + ], + [ + "type/ref/stable/dmHid", + [ + 6760, + 1.837 + ] + ], + [ + "data/ref/stable/dmHid", + [ + 7, + 0.512, + 18, + 1.098, + 23, + 3.818, + 36, + 1.241, + 38, + 0.453, + 46, + 1.467, + 57, + 1.543, + 72, 2.512, - 8481, - 1.044, - 8508, - 1.112, - 8583, - 1.112, - 8702, - 3.481, - 8705, - 8.309, - 8718, + 79, + 1.004, + 99, + 0.984, + 107, + 0.776, + 110, + 1.612, + 113, + 1.247, + 141, + 4.1, + 142, + 3.132, + 144, + 2.143, + 145, + 6.373, + 165, + 1.166, + 168, + 2.143, + 170, + 2.894, + 172, + 4.0, + 178, + 1.52, + 202, + 3.927, + 206, + 1.977, + 211, + 2.788, + 216, + 1.612, + 240, + 1.16, + 250, + 3.513, + 263, + 1.861, + 266, + 2.762, + 268, 2.036, - 8782, - 1.112, - 8823, - 1.91, - 8960, - 1.112, - 9121, - 1.112, + 273, + 2.366, + 306, + 3.715, + 307, + 4.891, + 330, + 1.985, + 333, + 1.76, + 351, + 2.117, + 358, + 4.417, + 371, + 4.437, + 382, + 3.039, + 471, + 2.438, + 490, + 2.6, + 516, + 4.553, + 582, + 2.483, + 600, + 5.155, + 679, + 4.605, + 701, + 4.437, + 753, + 8.241, + 785, + 6.465, + 819, + 2.4, + 828, + 2.4, + 866, + 1.52, + 891, + 2.56, + 915, + 2.387, + 941, + 1.599, + 948, + 1.612, + 1047, + 1.936, + 1064, + 3.05, + 1126, + 5.62, + 1140, + 5.107, + 1143, + 2.63, + 1155, + 4.094, + 1202, + 1.936, + 1306, + 2.577, + 1309, + 4.969, + 1406, + 1.861, + 1559, + 2.529, + 1679, + 5.564, + 1814, + 5.47, + 1841, + 2.362, + 1894, + 6.315, + 1918, + 3.73, + 1982, + 2.043, + 2027, + 5.667, + 2358, + 2.529, + 2469, + 6.452, + 2582, + 2.362, + 2736, + 2.292, + 2780, + 2.529, + 3712, + 4.409, + 3938, + 5.693, + 4242, + 4.416, + 4464, + 2.894, + 4466, + 7.749, + 4498, + 3.328, + 4514, + 4.014, + 4558, + 3.5, + 4621, + 2.529, + 5982, + 3.5, + 6763, + 6.707, + 6848, + 3.328, + 6923, + 6.892, + 7425, + 3.328, + 7936, + 3.328, + 7942, + 5.341, + 7943, + 5.341, + 7985, + 5.692, + 7986, + 8.766, + 8008, + 6.861, + 8151, + 5.087, + 9412, + 4.079, + 9413, + 4.079, + 9414, + 4.079, + 9415, + 8.446, + 9416, + 6.902, + 9417, + 4.079, + 9418, + 11.929, + 9419, + 9.586, 9420, - 1.216, + 6.224, 9421, - 1.216, + 8.446, 9422, - 1.216, + 6.224, 9423, - 3.078, + 9.971, 9424, - 1.216, + 6.224, 9425, - 5.473, + 6.224, 9426, - 5.903, + 6.224, 9427, - 1.216, + 4.079, 9428, - 3.078, + 6.224, 9429, - 1.216, + 4.079, 9430, - 1.216, + 6.224, 9431, - 3.807, + 4.079, 9432, - 3.078, + 4.079, 9433, - 1.216, + 4.079, 9434, - 1.216, + 4.079, 9435, - 3.078, + 4.079, 9436, - 1.216, + 4.079, 9437, - 1.216, + 6.224, 9438, - 1.216, + 4.079, 9439, - 3.078, + 6.224, 9440, - 1.216, + 4.079, 9441, - 1.216, + 4.079, 9442, - 3.078, + 4.079, 9443, - 1.216, + 4.079, 9444, - 1.216, + 4.079, 9445, - 3.078, + 4.079, 9446, - 2.226, + 4.079, 9447, - 1.216, + 4.079, 9448, - 1.216, + 4.079, 9449, - 3.078, + 4.079, 9450, - 3.078, + 4.079, 9451, - 1.216, + 4.079, 9452, - 3.078, + 4.079, 9453, - 1.216, + 4.079, 9454, - 1.216, + 4.079, 9455, - 1.216, + 4.079, 9456, - 1.216, + 4.079, 9457, - 3.078, + 6.224, 9458, - 3.078, + 4.079, 9459, - 1.216, + 4.079, 9460, - 1.216, + 4.079, 9461, - 1.216, + 4.079, 9462, - 2.226, + 8.766, 9463, - 3.078, + 6.224, 9464, - 1.216, + 6.224, 9465, - 2.226, + 4.079, 9466, - 1.216, + 4.079, 9467, - 3.078, + 4.079, 9468, - 1.216, + 4.079, 9469, - 4.437, + 4.079, 9470, - 4.988, + 4.079, 9471, - 1.216, + 4.079, 9472, - 3.078, + 4.079, 9473, - 1.216, + 4.079, 9474, - 1.216, + 4.079, 9475, - 3.078, + 4.079, 9476, - 1.216, + 4.079, 9477, - 1.216, + 4.079, 9478, - 3.078, - 9479, - 1.216, - 9480, - 1.216, - 9481, - 2.226, - 9482, - 2.226, - 9483, - 2.226, - 9484, - 3.078, - 9485, - 1.216, - 9486, - 1.216, - 9487, - 3.078, - 9488, - 1.216, - 9489, - 1.216, - 9490, - 3.807, - 9491, - 1.216, - 9492, - 1.216, - 9493, - 1.216, - 9494, - 1.216, - 9495, - 1.216, - 9496, - 9.636, - 9497, - 1.216, - 9498, - 1.216, - 9499, - 1.216, - 9500, - 1.216, - 9501, - 1.216, - 9502, - 1.216, - 9503, - 2.036, - 9504, - 1.216, - 9505, - 1.216, - 9506, - 1.216, - 9507, - 1.216, - 9508, - 1.216, - 9509, - 1.216, - 9510, - 1.216, - 9511, - 1.216, - 9512, - 1.216, - 9513, - 1.216, - 9514, - 1.216, - 9515, - 1.216, - 9516, - 1.216, - 9517, - 1.216, - 9518, - 1.216, - 9519, - 1.216, - 9520, - 1.216, - 9521, - 1.216, - 9522, - 2.226, - 9523, - 1.91, - 9524, - 1.216, - 9525, - 1.216, - 9526, - 1.216, - 9527, - 1.216, - 9528, - 1.216, - 9529, - 1.216, - 9530, - 1.216, - 9531, - 1.216, - 9532, - 1.216, - 9533, - 1.216, - 9534, - 3.807, - 9535, - 1.216, - 9536, - 1.216, - 9537, - 4.988, - 9538, - 3.078, - 9539, - 1.216, - 9540, - 1.216, - 9541, - 1.216, - 9542, - 1.112, - 9543, - 1.216, - 9544, - 3.807, - 9545, - 1.216, - 9546, - 1.216, - 9547, - 1.216, - 9548, - 1.216, - 9549, - 1.216, - 9550, - 1.216, - 9551, - 1.216, - 9552, - 1.216, - 9553, - 2.226, - 9554, - 1.216, - 9555, - 1.216, - 9556, - 1.216, - 9557, - 1.216, - 9558, - 1.216, - 9559, - 1.216, - 9560, - 1.216, - 9561, - 1.112, - 9562, - 1.216, - 9563, - 3.078, - 9564, - 2.226, - 9565, - 2.226, - 9566, - 1.216, - 9567, - 1.216, - 9568, - 1.216, - 9569, - 1.216, - 9570, - 1.216, - 9571, - 1.216, - 9572, - 1.216, - 9573, - 2.226, - 9574, - 1.216, - 9575, - 1.216, - 9576, - 1.216, - 9577, - 1.216, - 9578, - 6.633, - 9579, - 1.216, - 9580, - 6.946, - 9581, - 2.226, - 9582, - 1.216, - 9583, - 1.112, - 9584, - 1.216, - 9585, - 1.216, - 9586, - 1.216, - 9587, - 1.216, - 9588, - 1.216, - 9589, - 1.216, - 9590, - 3.078, - 9591, - 1.216, - 9592, - 1.216, - 9593, - 1.216, - 9594, - 1.216, - 9595, - 1.216, - 9596, - 1.216, - 9597, - 1.216, - 9598, - 1.216, - 9599, - 1.216, - 9600, - 1.216, - 9601, - 1.216, - 9602, - 1.216, - 9603, - 1.216, - 9604, - 1.216, - 9605, - 1.216, - 9606, - 1.216, - 9607, - 2.226, + 4.079 + ] + ], + [ + "type/ref/stable/debug", + [ + 6760, + 1.837 + ] + ], + [ + "data/ref/stable/debug", + [ + 7, + 1.233, + 9, + 2.535, + 10, + 0.705, + 12, + 1.488, + 18, + 1.15, + 20, + 1.534, + 22, + 1.34, + 27, + 1.888, + 30, + 1.974, + 36, + 1.491, + 38, + 0.969, + 46, + 0.745, + 52, + 1.799, + 57, + 1.499, + 59, + 1.006, + 60, + 0.907, + 77, + 1.694, + 79, + 0.999, + 86, + 1.696, + 90, + 0.777, + 99, + 0.931, + 100, + 1.638, + 103, + 2.01, + 105, + 1.308, + 106, + 1.465, + 107, + 1.244, + 108, + 0.958, + 113, + 1.309, + 122, + 1.015, + 124, + 1.421, + 126, + 1.297, + 136, + 2.66, + 137, + 2.252, + 140, + 1.502, + 141, + 3.229, + 142, + 2.595, + 148, + 2.016, + 150, + 0.825, + 153, + 1.856, + 158, + 1.527, + 160, + 2.21, + 165, + 3.456, + 169, + 1.718, + 171, + 2.678, + 177, + 1.598, + 196, + 2.828, + 201, + 1.174, + 207, + 1.085, + 229, + 1.198, + 230, + 1.135, + 240, + 1.485, + 241, + 1.751, + 243, + 1.615, + 244, + 2.887, + 247, + 3.032, + 249, + 1.564, + 257, + 1.288, + 263, + 2.741, + 268, + 2.006, + 269, + 1.185, + 273, + 1.289, + 280, + 2.048, + 285, + 3.663, + 315, + 2.021, + 330, + 1.666, + 332, + 2.722, + 333, + 2.114, + 351, + 2.711, + 358, + 3.012, + 368, + 2.326, + 380, + 1.158, + 382, + 1.88, + 390, + 2.2, + 411, + 1.692, + 426, + 4.774, + 442, + 1.46, + 452, + 1.9, + 471, + 2.003, + 472, + 1.502, + 489, + 1.517, + 496, + 1.517, + 500, + 1.906, + 504, + 3.788, + 505, + 1.672, + 506, + 1.985, + 510, + 1.198, + 513, + 2.711, + 516, + 5.297, + 521, + 1.818, + 524, + 3.449, + 546, + 1.758, + 547, + 3.074, + 554, + 2.452, + 556, + 4.038, + 573, + 1.223, + 581, + 1.758, + 590, + 1.351, + 601, + 1.181, + 629, + 0.98, + 634, + 1.288, + 672, + 2.431, + 677, + 1.502, + 691, + 1.598, + 744, + 5.353, + 749, + 1.781, + 750, + 2.532, + 765, + 2.29, + 771, + 1.517, + 773, + 2.708, + 774, + 2.362, + 827, + 3.025, + 891, + 1.106, + 895, + 1.564, + 904, + 2.313, + 914, + 1.362, + 915, + 2.506, + 917, + 4.992, + 931, + 2.264, + 944, + 1.672, + 948, + 2.064, + 999, + 1.502, + 1025, + 1.288, + 1029, + 1.597, + 1034, + 1.25, + 1062, + 1.781, + 1071, + 1.859, + 1082, + 3.301, + 1104, + 1.135, + 1109, + 2.532, + 1150, + 1.832, + 1172, + 4.145, + 1186, + 1.597, + 1198, + 2.979, + 1218, + 2.313, + 1221, + 1.615, + 1255, + 2.252, + 1262, + 2.381, + 1272, + 3.874, + 1295, + 3.687, + 1296, + 3.756, + 1309, + 1.781, + 1373, + 2.797, + 1383, + 2.981, + 1415, + 2.252, + 1434, + 2.617, + 1436, + 2.459, + 1459, + 4.618, + 1465, + 3.233, + 1472, + 4.106, + 1478, + 8.243, + 1495, + 2.894, + 1509, + 2.252, + 1511, + 1.758, + 1548, + 4.029, + 1559, + 2.021, + 1562, + 3.441, + 1606, + 3.846, + 1649, + 1.713, + 1662, + 2.875, + 1697, + 4.82, + 1713, + 1.713, + 1774, + 2.647, + 1823, + 1.985, + 1848, + 3.301, + 1863, + 2.551, + 1885, + 1.888, + 1908, + 1.474, + 1973, + 3.125, + 2015, + 3.521, + 2225, + 2.66, + 2272, + 2.66, + 2440, + 2.532, + 2582, + 3.025, + 2631, + 2.06, + 2646, + 2.551, + 2690, + 5.517, + 2918, + 2.459, + 3182, + 3.941, + 3224, + 2.148, + 3246, + 3.706, + 3247, + 2.381, + 3337, + 2.66, + 3610, + 2.816, + 3938, + 2.197, + 3972, + 5.653, + 4019, + 2.797, + 4538, + 3.941, + 4745, + 4.55, + 5116, + 2.66, + 5260, + 4.777, + 5400, + 3.941, + 5627, + 2.797, + 5689, + 5.608, + 5746, + 2.797, + 5767, + 2.981, + 5882, + 2.981, + 5899, + 7.018, + 5974, + 2.66, + 7103, + 2.797, + 8579, + 5.608, + 9048, + 2.66, + 9355, + 5.608, + 9398, + 4.262, + 9479, + 5.224, + 9480, + 3.26, + 9481, + 3.26, + 9482, + 3.26, + 9483, + 2.981, + 9484, + 3.26, + 9485, + 3.26, + 9486, + 6.536, + 9487, + 7.474, + 9488, + 9.527, + 9489, + 3.26, + 9490, + 3.26, + 9491, + 3.26, + 9492, + 3.26, + 9493, + 3.26, + 9494, + 3.26, + 9495, + 3.26, + 9496, + 3.26, + 9497, + 2.981, + 9498, + 3.26, + 9499, + 3.26, + 9500, + 3.26, + 9501, + 3.26, + 9502, + 8.179, + 9503, + 3.26, + 9504, + 2.981, + 9505, + 3.26, + 9506, + 6.536, + 9507, + 3.26, + 9508, + 3.26, + 9509, + 4.777, + 9510, + 3.26, + 9511, + 3.26, + 9512, + 3.26, + 9513, + 3.26, + 9514, + 3.26 + ] + ], + [ + "type/ref/stable/sys", + [ + 6760, + 1.837 + ] + ], + [ + "data/ref/stable/sys", + [ + 2, + 0.622, + 3, + 0.356, + 7, + 0.882, + 8, + 2.753, + 9, + 1.143, + 10, + 1.159, + 11, + 1.221, + 12, + 3.206, + 17, + 0.913, + 18, + 1.139, + 20, + 1.525, + 23, + 2.168, + 30, + 1.564, + 36, + 1.616, + 38, + 1.113, + 39, + 0.711, + 41, + 0.712, + 42, + 0.612, + 46, + 1.601, + 52, + 1.32, + 55, + 1.616, + 56, + 1.611, + 57, + 1.303, + 59, + 0.897, + 60, + 1.751, + 62, + 0.448, + 67, + 0.679, + 77, + 1.384, + 78, + 0.601, + 79, + 0.938, + 84, + 1.443, + 86, + 2.7, + 88, + 0.721, + 89, + 0.74, + 90, + 1.815, + 91, + 0.838, + 94, + 1.143, + 97, + 0.392, + 99, + 1.061, + 100, + 1.847, + 102, + 0.632, + 103, + 1.104, + 105, + 0.986, + 106, + 1.586, + 107, + 0.258, + 109, + 0.508, + 110, + 0.535, + 111, + 1.026, + 113, + 1.834, + 117, + 0.797, + 122, + 0.765, + 124, + 1.469, + 126, + 2.063, + 128, + 1.669, + 130, + 1.495, + 132, + 0.844, + 133, + 0.74, + 141, + 1.984, + 142, + 2.472, + 148, + 1.615, + 149, + 0.516, + 150, + 0.622, + 151, + 1.018, + 153, + 1.594, + 158, + 1.84, + 160, + 1.861, + 165, + 2.098, + 167, + 0.548, + 169, + 1.491, + 170, + 0.52, + 172, + 2.938, + 174, + 3.61, + 177, + 0.752, + 182, + 0.721, + 194, + 1.219, + 196, + 0.849, + 197, + 1.422, + 198, + 1.306, + 201, + 1.414, + 203, + 0.73, + 207, + 0.451, + 211, + 1.509, + 226, + 0.377, + 228, + 1.043, + 229, + 1.852, + 230, + 1.173, + 231, + 2.012, + 239, + 0.596, + 240, + 1.364, + 241, + 1.631, + 247, + 2.21, + 249, + 0.65, + 253, + 1.231, + 256, + 0.552, + 260, + 1.395, + 261, + 2.037, + 263, + 3.18, + 265, + 0.893, + 268, + 2.182, + 269, + 1.972, + 272, + 1.853, + 273, + 2.186, + 280, + 1.88, + 285, + 1.509, + 290, + 0.956, + 292, + 1.443, + 296, + 5.401, + 306, + 0.596, + 313, + 1.623, + 330, + 2.007, + 332, + 2.223, + 333, + 1.517, + 335, + 1.618, + 341, + 1.633, + 342, + 1.1, + 350, + 2.476, + 358, + 0.624, + 368, + 1.177, + 373, + 1.495, + 380, + 1.703, + 382, + 1.93, + 387, + 1.46, + 392, + 1.18, + 402, + 0.721, + 407, + 0.856, + 419, + 1.552, + 425, + 0.773, + 433, + 0.552, + 434, + 1.143, + 452, + 0.394, + 453, + 1.423, + 454, + 0.539, + 456, + 2.585, + 457, + 0.481, + 459, + 1.143, + 471, + 1.687, + 472, + 1.132, + 479, + 0.922, + 490, + 1.729, + 493, + 1.06, + 500, + 0.896, + 504, + 2.43, + 507, + 3.122, + 510, + 2.152, + 513, + 1.275, + 521, + 0.855, + 522, + 1.217, + 543, + 1.661, + 552, + 2.633, + 553, + 1.204, + 555, + 1.502, + 561, + 0.429, + 563, + 0.856, + 577, + 1.321, + 601, + 1.738, + 602, + 0.993, + 603, + 1.026, + 604, + 1.245, + 605, + 1.401, + 608, + 0.671, + 614, + 0.963, + 615, + 0.721, + 623, + 3.118, + 633, + 1.707, + 634, + 1.635, + 640, + 0.961, + 643, + 1.022, + 644, + 0.671, + 645, + 0.797, + 649, + 0.811, + 659, + 0.773, + 672, + 3.269, + 674, + 0.679, + 675, + 0.52, + 679, + 2.148, + 680, + 1.77, + 683, + 1.431, + 685, + 1.955, + 691, + 2.408, + 692, + 1.553, + 703, + 1.623, + 704, + 0.874, + 705, + 0.893, + 706, + 0.99, + 715, + 1.291, + 716, + 0.773, + 722, + 1.106, + 724, + 0.811, + 727, + 1.106, + 728, + 1.651, + 735, + 0.65, + 740, + 1.245, + 744, + 0.657, + 749, + 3.439, + 751, + 3.514, + 752, + 1.907, + 759, + 0.874, + 762, + 1.538, + 765, + 1.68, + 771, + 1.568, + 773, + 2.122, + 774, + 1.11, + 793, + 2.231, + 826, + 1.291, + 828, + 1.983, + 832, + 1.616, + 845, + 0.913, + 848, + 0.671, + 849, + 2.793, + 856, + 1.661, + 859, + 1.231, + 860, + 3.189, + 861, + 0.913, + 866, + 1.542, + 891, + 2.669, + 894, + 3.201, + 913, + 2.615, + 915, + 0.942, + 918, + 2.81, + 919, + 0.695, + 920, + 1.922, + 924, + 2.988, + 931, + 0.68, + 941, + 0.963, + 944, + 1.728, + 960, + 0.618, + 962, + 0.637, + 963, + 0.74, + 977, + 0.721, + 998, + 4.069, + 999, + 2.21, + 1002, + 1.217, + 1010, + 1.009, + 1025, + 3.11, + 1029, + 1.204, + 1039, + 1.816, + 1040, + 0.811, + 1041, + 3.847, + 1042, + 4.628, + 1046, + 2.869, + 1047, + 1.6, + 1052, + 2.519, + 1055, + 3.59, + 1061, + 4.401, + 1064, + 0.664, + 1066, + 0.531, + 1101, + 3.156, + 1104, + 1.669, + 1109, + 3.051, + 1124, + 0.874, + 1126, + 0.679, + 1143, + 0.874, + 1147, + 1.022, + 1151, + 2.108, + 1153, + 3.448, + 1157, + 2.818, + 1164, + 0.811, + 1192, + 0.84, + 1198, + 2.36, + 1202, + 0.643, + 1220, + 3.325, + 1221, + 0.671, + 1224, + 0.65, + 1226, + 0.773, + 1255, + 0.936, + 1261, + 0.825, + 1272, + 2.38, + 1275, + 1.743, + 1278, + 1.106, + 1283, + 1.841, + 1295, + 3.76, + 1296, + 0.915, + 1298, + 2.129, + 1306, + 1.552, + 1312, + 0.99, + 1326, + 0.825, + 1332, + 0.548, + 1337, + 0.874, + 1347, + 2.004, + 1379, + 0.63, + 1401, + 0.825, + 1403, + 0.643, + 1406, + 3.049, + 1409, + 1.06, + 1411, + 3.645, + 1416, + 1.697, + 1428, + 1.342, + 1432, + 0.761, + 1434, + 0.679, + 1440, + 4.067, + 1441, + 0.99, + 1459, + 2.186, + 1465, + 4.046, + 1471, + 0.671, + 1472, + 2.992, + 1486, + 2.39, + 1491, + 2.004, + 1498, + 1.697, + 1511, + 0.73, + 1532, + 1.584, + 1541, + 0.73, + 1543, + 1.445, + 1548, + 0.73, + 1557, + 0.811, + 1574, + 0.825, + 1584, + 0.761, + 1588, + 3.084, + 1590, + 2.016, + 1596, + 1.793, + 1597, + 2.397, + 1615, + 1.106, + 1629, + 1.1, + 1650, + 1.47, + 1661, + 0.679, + 1662, + 1.482, + 1682, + 1.552, + 1685, + 1.853, + 1692, + 1.163, + 1700, + 1.06, + 1713, + 0.712, + 1767, + 1.445, + 1769, + 1.553, + 1797, + 0.874, + 1804, + 2.572, + 1813, + 0.961, + 1814, + 1.11, + 1839, + 2.39, + 1840, + 1.922, + 1858, + 3.533, + 1860, + 1.239, + 1868, + 3.458, + 1884, + 1.431, + 1890, + 1.423, + 1901, + 0.785, + 1908, + 0.613, + 1911, + 0.695, + 1920, + 1.926, + 1933, + 0.721, + 1937, + 1.06, + 1939, + 0.99, + 1942, + 1.893, + 1949, + 3.122, + 1962, + 2.461, + 1973, + 0.811, + 1974, + 1.106, + 1982, + 3.815, + 1990, + 0.893, + 1993, + 1.656, + 1997, + 0.773, + 1999, + 0.751, + 2007, + 0.856, + 2008, + 1.106, + 2024, + 2.424, + 2026, + 2.22, + 2027, + 2.376, + 2031, + 1.06, + 2042, + 0.751, + 2043, + 3.917, + 2073, + 1.022, + 2075, + 3.766, + 2087, + 1.552, + 2114, + 1.552, + 2117, + 0.893, + 2139, + 3.618, + 2158, + 1.656, + 2164, + 2.072, + 2182, + 1.259, + 2190, + 0.785, + 2299, + 0.936, + 2300, + 0.936, + 2307, + 1.743, + 2327, + 2.129, + 2330, + 1.618, + 2341, + 1.022, + 2346, + 3.447, + 2358, + 0.84, + 2387, + 1.853, + 2389, + 0.785, + 2403, + 0.961, + 2423, + 5.3, + 2433, + 0.811, + 2440, + 2.6, + 2441, + 1.291, + 2442, + 0.99, + 2463, + 3.081, + 2469, + 0.961, + 2472, + 0.913, + 2498, + 2.669, + 2503, + 0.893, + 2514, + 2.62, + 2532, + 0.874, + 2562, + 1.022, + 2568, + 0.856, + 2582, + 1.423, + 2621, + 0.99, + 2633, + 0.695, + 2655, + 1.106, + 2709, + 4.242, + 2721, + 1.239, + 2775, + 3.393, + 2778, + 0.893, + 2801, + 0.99, + 2807, + 1.022, + 2871, + 0.773, + 2872, + 2.39, + 2875, + 0.825, + 2907, + 3.238, + 2908, + 1.697, + 2915, + 1.922, + 2939, + 1.163, + 2955, + 0.773, + 2967, + 1.618, + 2994, + 0.893, + 2998, + 1.022, + 3071, + 0.913, + 3074, + 0.936, + 3144, + 0.913, + 3203, + 1.06, + 3242, + 1.022, + 3243, + 1.853, + 3248, + 2.246, + 3254, + 1.163, + 3311, + 0.856, + 3325, + 0.99, + 3331, + 1.106, + 3342, + 0.84, + 3343, + 1.922, + 3400, + 1.794, + 3415, + 2.93, + 3559, + 5.496, + 3561, + 2.108, + 3566, + 1.163, + 3569, + 0.936, + 3593, + 2.108, + 3674, + 4.046, + 3700, + 1.163, + 3712, + 0.657, + 3713, + 2.435, + 3861, + 3.122, + 3902, + 1.552, + 3924, + 1.794, + 3936, + 1.239, + 3953, + 1.163, + 4017, + 1.922, + 4098, + 0.84, + 4150, + 5.358, + 4174, + 1.06, + 4233, + 1.106, + 4244, + 0.99, + 4245, + 1.106, + 4252, + 1.743, + 4400, + 0.961, + 4422, + 2.108, + 4533, + 0.961, + 4561, + 1.163, + 4612, + 1.239, + 4614, + 1.239, + 4698, + 0.913, + 4715, + 1.239, + 4716, + 1.239, + 4745, + 0.825, + 4774, + 3.551, + 4844, + 2.891, + 4845, + 2.108, + 4849, + 1.022, + 4862, + 2.108, + 4867, + 5.401, + 5109, + 2.246, + 5156, + 1.853, + 5169, + 1.239, + 5170, + 1.239, + 5190, + 2.004, + 5228, + 4.115, + 5251, + 1.106, + 5534, + 1.163, + 5557, + 2.108, + 5568, + 2.749, + 5670, + 2.246, + 5682, + 0.936, + 5691, + 1.239, + 5761, + 1.106, + 5852, + 2.246, + 5889, + 1.106, + 5899, + 2.891, + 6090, + 2.108, + 6135, + 1.163, + 6158, + 1.022, + 6260, + 1.239, + 6583, + 1.239, + 6959, + 2.004, + 7001, + 2.051, + 7136, + 2.246, + 7191, + 1.163, + 7435, + 1.853, + 7436, + 1.163, + 7562, + 1.239, + 7624, + 2.749, + 7936, + 1.106, + 8527, + 3.081, + 8612, + 3.784, + 8682, + 1.239, + 8701, + 1.239, + 8708, + 1.163, + 8714, + 1.922, + 8737, + 2.461, + 9040, + 2.891, + 9259, + 1.239, + 9359, + 5.755, + 9515, + 2.456, + 9516, + 2.456, + 9517, + 5.363, + 9518, + 2.456, + 9519, + 2.456, + 9520, + 1.355, + 9521, + 2.456, + 9522, + 2.004, + 9523, + 1.355, + 9524, + 1.355, + 9525, + 1.355, + 9526, + 1.355, + 9527, + 1.355, + 9528, + 2.456, + 9529, + 1.355, + 9530, + 1.355, + 9531, + 1.355, + 9532, + 1.355, + 9533, + 1.355, + 9534, + 1.355, + 9535, + 2.456, + 9536, + 10.327, + 9537, + 2.456, + 9538, + 1.355, + 9539, + 2.456, + 9540, + 1.355, + 9541, + 1.355, + 9542, + 1.355, + 9543, + 1.355, + 9544, + 2.456, + 9545, + 1.239, + 9546, + 1.355, + 9547, + 1.355, + 9548, + 1.355, + 9549, + 1.355, + 9550, + 3.369, + 9551, + 1.355, + 9552, + 1.355, + 9553, + 1.355, + 9554, + 1.355, + 9555, + 1.355, + 9556, + 3.369, + 9557, + 2.456, + 9558, + 2.456, + 9559, + 3.369, + 9560, + 1.355, + 9561, + 1.355, + 9562, + 1.355, + 9563, + 1.355, + 9564, + 1.355, + 9565, + 1.355, + 9566, + 1.355, + 9567, + 1.355, + 9568, + 1.239, + 9569, + 1.355, + 9570, + 1.355, + 9571, + 1.355, + 9572, + 1.355, + 9573, + 2.456, + 9574, + 2.456, + 9575, + 1.355, + 9576, + 1.355, + 9577, + 1.355, + 9578, + 1.355, + 9579, + 4.139, + 9580, + 2.456, + 9581, + 1.355, + 9582, + 1.355, + 9583, + 1.355, + 9584, + 1.355, + 9585, + 1.355, + 9586, + 1.355, + 9587, + 1.355, + 9588, + 1.355, + 9589, + 1.355, + 9590, + 1.355, + 9591, + 1.355, + 9592, + 1.355, + 9593, + 1.355, + 9594, + 1.355, + 9595, + 1.355, + 9596, + 1.355, + 9597, + 1.355, + 9598, + 1.355, + 9599, + 1.355, + 9600, + 1.355, + 9601, + 1.355, + 9602, + 3.369, + 9603, + 1.239, + 9604, + 2.246, + 9605, + 2.456, + 9606, + 3.369, + 9607, + 3.369, 9608, - 1.216, + 1.355, 9609, - 1.216, + 1.355, 9610, - 1.216, + 1.355, 9611, - 1.216, + 1.355, 9612, - 1.216, + 1.355, 9613, - 1.216, + 1.355, 9614, - 1.216, + 1.355, 9615, - 2.226, + 1.355, 9616, - 1.216, + 1.355, 9617, - 1.216, + 1.355, 9618, - 1.216, + 1.355, 9619, - 2.226, + 1.355, 9620, - 1.216, + 1.355, 9621, - 1.216, + 1.355, 9622, - 1.216, + 1.355, 9623, - 1.216, + 1.355, 9624, - 1.112, + 1.355, 9625, - 1.216, + 1.355, 9626, - 1.216, + 1.355, 9627, - 1.216, + 1.355, 9628, - 1.216, + 1.355, 9629, - 4.437, + 1.355, 9630, - 1.216, + 1.355, 9631, - 1.216, + 3.369, 9632, - 2.226, + 1.355, 9633, - 1.216, + 1.355, 9634, - 1.216, + 1.355, 9635, - 1.216, + 1.355, 9636, - 1.216, + 1.355, 9637, - 1.216, + 1.355, 9638, - 1.216, + 1.355, 9639, - 1.112, + 1.355, 9640, - 1.216, + 1.355, 9641, - 1.216, + 2.246, 9642, - 1.216, + 1.355, 9643, - 1.216, + 1.355, 9644, - 1.216, + 1.355, 9645, - 2.226, + 1.163, 9646, - 1.216, + 1.355, 9647, - 1.216, + 1.355, 9648, - 1.216, + 1.355, 9649, - 1.216, + 1.355, 9650, - 1.216, + 1.355, 9651, - 1.112, + 2.456, 9652, - 1.216, + 1.355, 9653, - 1.216, + 1.355, 9654, - 2.226, + 1.355, 9655, - 1.216, + 1.355 + ] + ], + [ + "type/ref/stable/dmStringFunc", + [ + 6760, + 1.837 + ] + ], + [ + "data/ref/stable/dmStringFunc", + [ + 7, + 1.248, + 10, + 1.244, + 18, + 1.092, + 20, + 1.438, + 22, + 3.289, + 36, + 1.596, + 38, + 0.889, + 46, + 0.821, + 57, + 1.505, + 59, + 0.519, + 77, + 1.657, + 79, + 0.68, + 99, + 1.074, + 100, + 1.08, + 106, + 1.031, + 107, + 1.095, + 125, + 1.751, + 126, + 1.974, + 132, + 4.076, + 144, + 4.834, + 149, + 3.046, + 268, + 2.266, + 269, + 2.257, + 273, + 1.975, + 292, + 3.428, + 295, + 2.652, + 330, + 3.333, + 332, + 1.915, + 333, + 2.602, + 362, + 3.879, + 368, + 2.276, + 378, + 3.711, + 387, + 2.822, + 407, + 3.637, + 459, + 3.724, + 489, + 2.678, + 496, + 2.678, + 500, + 2.92, + 510, + 2.114, + 556, + 3.289, + 612, + 6.254, + 629, + 1.731, + 672, + 4.281, + 683, + 2.444, + 685, + 2.346, + 686, + 4.314, + 740, + 2.916, + 806, + 5.262, + 824, + 4.502, + 874, + 2.951, + 999, + 2.652, + 1025, + 3.635, + 1041, + 4.726, + 1062, + 3.144, + 1081, + 3.504, + 1082, + 5.057, + 1104, + 2.003, + 1140, + 2.652, + 1155, + 2.79, + 1186, + 2.82, + 1221, + 2.851, + 1322, + 2.951, + 1324, + 2.987, + 1375, + 4.203, + 1424, + 4.696, + 1431, + 4.502, + 1444, + 5.262, + 1446, + 4.696, + 1459, + 4.054, + 1465, + 4.414, + 1482, + 4.203, + 1502, + 2.951, + 1559, + 4.962, + 1596, + 3.062, + 1908, + 2.602, + 2066, + 3.879, + 2100, + 5.845, + 2164, + 2.487, + 2360, + 3.102, + 2410, + 8.115, + 2440, + 2.79, + 2498, + 3.711, + 2514, + 3.144, + 2544, + 3.711, + 2554, + 4.788, + 2831, + 4.341, + 3237, + 4.083, + 3247, + 5.845, + 3411, + 3.879, + 3713, + 3.387, + 3984, + 4.497, + 4069, + 6.703, + 4134, + 3.791, + 4376, + 6.867, + 4751, + 7.318, + 4876, + 4.203, + 5120, + 4.203, + 5682, + 5.528, + 6078, + 6.261, + 6473, + 5.097, + 6917, + 8.414, + 7141, + 6.261, + 7169, + 5.262, + 7404, + 6.72, + 7439, + 4.938, + 8714, + 6.261, + 9349, + 4.938, 9656, + 5.755, + 9657, + 9.201, + 9658, + 5.755, + 9659, + 5.755, + 9660, + 5.755, + 9661, + 5.755, + 9662, + 5.755, + 9663, + 5.755, + 9664, + 5.755, + 9665, + 5.262, + 9666, + 5.262, + 9667, + 5.755, + 9668, + 5.755, + 9669, + 5.755, + 9670, + 5.755, + 9671, + 8.003, + 9672, + 8.003, + 9673, + 5.755, + 9674, + 5.755, + 9675, + 11.496, + 9676, + 5.755, + 9677, + 8.003, + 9678, + 8.003, + 9679, + 8.003, + 9680, + 5.755, + 9681, + 5.755, + 9682, + 9.201, + 9683, + 8.003, + 9684, + 5.755, + 9685, + 5.755, + 9686, + 5.755 + ] + ], + [ + "type/ref/stable/label", + [ + 6760, + 1.837 + ] + ], + [ + "data/ref/stable/label", + [ + 0, + 0.75, + 7, + 0.768, + 18, + 1.162, + 20, + 1.622, + 36, + 1.22, + 46, + 1.356, + 50, + 4.625, + 57, + 1.597, + 75, + 4.179, + 79, + 0.807, + 90, + 1.99, + 96, + 2.646, + 99, + 0.906, + 100, + 1.915, + 101, + 4.047, + 102, + 2.747, + 103, + 1.922, + 104, + 4.281, + 106, + 1.495, + 113, + 1.673, + 118, + 5.383, + 125, + 1.861, + 126, + 1.215, + 132, + 3.265, + 142, + 2.825, + 158, + 1.789, + 159, + 4.913, + 175, + 5.136, + 202, + 3.849, + 212, + 4.75, + 216, + 4.603, + 263, + 3.052, + 268, + 1.249, + 269, + 1.894, + 271, + 3.175, + 285, + 4.256, + 286, + 5.767, + 327, + 5.767, + 329, + 6.94, + 335, + 5.5, + 358, + 2.82, + 373, + 5.082, + 382, + 2.202, + 452, + 1.779, + 472, + 2.82, + 496, + 2.847, + 623, + 2.716, + 629, + 1.84, + 675, + 2.346, + 773, + 2.217, + 849, + 3.705, + 907, + 4.031, + 951, + 4.913, + 1019, + 3.858, + 1025, + 2.418, + 1254, + 5.503, + 1273, + 7.24, + 1309, + 3.343, + 1406, + 2.793, + 1459, + 2.494, + 1465, + 3.6, + 1471, + 3.031, + 1559, + 5.176, + 1602, + 2.998, + 1656, + 4.469, + 2268, + 3.256, + 2323, + 4.691, + 2597, + 6.098, + 2633, + 3.137, + 3311, + 3.867, + 3864, + 4.787, + 5621, + 5.595, + 5776, + 5.595, + 7759, + 5.595, + 7919, + 5.595, + 9687, + 6.119, + 9688, + 5.595 + ] + ], + [ + "type/ref/stable/dmSys", + [ + 6760, + 1.837 + ] + ], + [ + "data/ref/stable/dmSys", + [ + 8, + 3.359, + 18, + 1.109, + 20, + 0.997, + 36, + 1.904, + 38, + 0.833, + 55, + 3.597, + 57, + 0.959, + 59, + 0.677, + 73, + 4.342, + 79, + 0.939, + 99, + 1.053, + 126, + 1.895, + 132, + 2.576, + 226, + 2.086, + 229, + 1.925, + 268, + 2.144, + 269, + 1.701, + 292, + 3.212, + 298, + 4.738, + 330, + 2.391, + 333, + 2.121, + 471, + 2.01, + 479, + 3.941, + 491, + 5.866, + 505, + 4.895, + 601, + 2.717, + 602, + 3.032, + 603, + 3.132, + 604, + 3.8, + 605, + 4.276, + 721, + 5.866, + 765, + 3.344, + 866, + 2.793, + 895, + 3.597, + 905, + 5.617, + 1017, + 5.319, + 1046, + 5.711, + 1104, + 2.61, + 1216, + 5.146, + 1343, + 4.154, + 1411, + 5.081, + 1557, + 4.486, + 1672, + 4.042, + 1693, + 5.054, + 2028, + 5.054, + 2070, + 4.738, + 2117, + 4.94, + 2190, + 4.342, + 2346, + 6.18, + 2389, + 4.342, + 2579, + 5.319, + 2684, + 4.412, + 2779, + 5.737, + 2850, + 5.656, + 3171, + 6.856, + 3281, + 6.118, + 3299, + 6.434, + 3415, + 4.097, + 3603, + 4.738, + 3646, + 5.883, + 3712, + 3.635, + 3898, + 6.856, + 4069, + 6.434, + 4154, + 5.476, + 4351, + 6.434, + 4646, + 5.476, + 4857, + 6.082, + 5425, + 4.835, + 6075, + 6.434, + 6158, + 5.656, + 7323, + 5.319, + 7908, + 6.434, + 9689, + 7.498, + 9690, + 7.498, + 9691, + 6.856, + 9692, + 6.434, + 9693, + 6.856, + 9694, + 7.498, + 9695, + 6.856, + 9696, + 6.434, + 9697, + 6.856, + 9698, + 6.856, + 9699, + 6.856, + 9700, + 6.434, + 9701, + 7.498, + 9702, + 7.498, + 9703, + 7.498 + ] + ], + [ + "type/ref/stable/liveupdate", + [ + 6760, + 1.837 + ] + ], + [ + "data/ref/stable/liveupdate", + [ + 8, + 2.551, + 10, + 1.857, + 18, + 1.147, + 20, + 1.484, + 22, + 1.481, + 27, + 2.088, + 36, + 1.818, + 38, + 0.878, + 39, + 0.761, + 46, + 1.128, + 49, + 1.247, + 54, + 1.711, + 57, + 1.428, + 59, + 0.937, + 60, + 1.943, + 62, + 1.192, + 77, + 1.172, + 78, + 1.6, + 79, + 0.966, + 84, + 3.388, + 99, + 1.036, + 100, + 1.612, + 102, + 1.795, + 103, + 1.303, + 106, + 1.708, + 107, + 1.635, + 109, + 1.353, + 110, + 2.235, + 113, + 1.721, + 119, + 2.867, + 125, + 2.124, + 126, + 1.959, + 130, + 3.444, + 141, + 3.178, + 142, + 2.351, + 143, + 1.748, + 148, + 1.161, + 149, + 1.372, + 150, + 1.432, + 151, + 1.493, + 158, + 1.054, + 165, + 2.823, + 167, + 3.687, + 169, + 0.842, + 172, + 1.586, + 174, + 4.552, + 177, + 2.629, + 194, + 1.274, + 199, + 1.544, + 201, + 1.569, + 226, + 1.003, + 229, + 1.037, + 240, + 2.249, + 241, + 1.211, + 247, + 1.871, + 248, + 3.385, + 253, + 1.806, + 256, + 0.81, + 260, + 1.215, + 268, + 1.615, + 269, + 1.584, + 273, + 1.952, + 280, + 1.414, + 332, + 1.2, + 337, + 2.278, + 342, + 1.615, + 351, + 1.871, + 382, + 1.297, + 433, + 1.47, + 479, + 2.123, + 481, + 4.58, + 489, + 2.632, + 490, + 3.808, + 492, + 2.088, + 496, + 3.249, + 510, + 1.324, + 516, + 1.943, + 543, + 2.27, + 550, + 1.677, + 552, + 2.834, + 556, + 1.481, + 573, + 2.123, + 577, + 2.218, + 596, + 1.97, + 622, + 1.748, + 633, + 1.827, + 642, + 4.354, + 645, + 2.121, + 664, + 4.132, + 672, + 1.677, + 675, + 1.382, + 679, + 3.127, + 685, + 3.502, + 690, + 2.278, + 693, + 2.633, + 695, + 1.63, + 702, + 1.806, + 732, + 3.727, + 745, + 2.49, + 762, + 4.633, + 765, + 1.263, + 774, + 1.63, + 775, + 1.997, + 811, + 1.786, + 827, + 2.088, + 860, + 4.354, + 866, + 2.108, + 879, + 2.121, + 880, + 1.748, + 890, + 4.104, + 891, + 3.092, + 894, + 2.235, + 898, + 3.604, + 901, + 3.94, + 902, + 2.056, + 905, + 2.121, + 918, + 2.714, + 919, + 1.848, + 926, + 2.633, + 931, + 2.523, + 948, + 1.424, + 998, + 3.276, + 999, + 1.661, + 1010, + 2.869, + 1019, + 1.362, + 1039, + 3.764, + 1041, + 2.557, + 1062, + 1.97, + 1103, + 5.66, + 1109, + 1.748, + 1124, + 2.325, + 1146, + 3.017, + 1189, + 2.82, + 1216, + 1.943, + 1272, + 1.6, + 1295, + 2.123, + 1322, + 1.848, + 1379, + 3.68, + 1406, + 2.582, + 1411, + 2.423, + 1425, + 2.942, + 1427, + 2.49, + 1429, + 2.43, + 1463, + 2.195, + 1465, + 3.482, + 1471, + 1.786, + 1511, + 3.05, + 1629, + 2.534, + 1661, + 1.806, + 1662, + 3.071, + 1693, + 2.43, + 1698, + 4.329, + 1813, + 2.557, + 1869, + 4.6, + 1982, + 1.806, + 2006, + 1.894, + 2023, + 5.267, + 2027, + 1.786, + 2083, + 2.49, + 2094, + 8.641, + 2101, + 7.269, + 2105, + 2.375, + 2114, + 3.575, + 2164, + 1.558, + 2173, + 3.329, + 2182, + 1.848, + 2337, + 5.61, + 2358, + 2.235, + 2359, + 2.719, + 2452, + 4.953, + 2516, + 2.557, + 2546, + 2.633, + 2565, + 2.43, + 2633, + 2.901, + 2637, + 2.278, + 2638, + 3.093, + 2683, + 2.557, + 2775, + 1.943, + 2801, + 2.633, + 2822, + 2.195, + 2965, + 7.372, + 2998, + 5.267, + 3144, + 2.43, + 3331, + 8.283, + 3335, + 6.384, + 3366, + 2.557, + 3415, + 5.393, + 3631, + 3.297, + 3649, + 7.856, + 3670, + 2.942, + 3695, + 2.633, + 3712, + 1.748, + 3713, + 2.121, + 3902, + 2.278, + 3920, + 3.297, + 3921, + 3.297, + 3922, + 3.297, + 3923, + 6.785, + 3925, + 4.268, + 3938, + 4.706, + 3943, + 5.173, + 3957, + 3.093, + 3969, + 2.942, + 4181, + 3.297, + 4200, + 3.093, + 4774, + 3.093, + 4972, + 2.82, + 5821, + 5.173, + 7362, + 2.942, + 7554, + 3.093, + 7990, + 3.093, + 8386, + 5.173, + 8387, + 5.173, + 8545, + 5.173, + 9545, + 3.297, + 9604, + 3.297, + 9704, + 3.605, + 9705, + 3.605, + 9706, + 3.605, + 9707, + 3.605, + 9708, + 3.605, + 9709, + 3.605, + 9710, + 3.605, + 9711, + 5.657, + 9712, + 3.605, + 9713, + 5.657, + 9714, + 3.605, + 9715, + 5.657, + 9716, + 3.605, + 9717, + 3.605, + 9718, + 3.605, + 9719, + 3.605, + 9720, + 3.605, + 9721, + 5.657, + 9722, + 3.605, + 9723, + 3.605, + 9724, + 3.605, + 9725, + 3.605, + 9726, + 3.605, + 9727, + 3.297, + 9728, + 5.657, + 9729, + 5.657, + 9730, + 3.605, + 9731, + 3.605, + 9732, + 5.657, + 9733, + 3.605, + 9734, + 5.657, + 9735, + 3.605, + 9736, + 3.605, + 9737, + 3.605, + 9738, + 5.657, + 9739, + 3.605, + 9740, + 3.605, + 9741, + 3.605, + 9742, + 3.605, + 9743, + 3.297, + 9744, + 5.657, + 9745, + 3.605, + 9746, + 3.605, + 9747, + 3.605, + 9748, + 3.605, + 9749, + 3.605, + 9750, + 3.605 + ] + ], + [ + "type/ref/stable/model", + [ + 6760, + 1.837 + ] + ], + [ + "data/ref/stable/model", + [ + 7, + 0.805, + 18, + 1.153, + 20, + 1.554, + 31, + 2.459, + 36, + 1.543, + 38, + 1.156, + 46, + 0.606, + 52, + 1.169, + 57, + 1.528, + 59, + 0.698, + 77, + 0.879, + 79, + 0.937, + 90, + 1.012, + 92, + 2.575, + 96, + 2.732, + 97, + 1.855, + 99, + 0.964, + 100, + 1.451, + 101, + 3.11, + 102, + 1.989, + 103, + 2.328, + 104, + 2.177, + 105, + 1.703, + 106, + 1.864, + 107, + 0.808, + 124, + 3.758, + 125, + 1.952, + 126, + 2.066, + 135, + 2.459, + 141, + 2.861, + 142, + 2.895, + 148, + 1.587, + 158, + 1.241, + 165, + 2.784, + 167, + 2.595, + 169, + 1.504, + 170, + 3.991, + 175, + 3.758, + 177, + 1.299, + 185, + 3.016, + 194, + 1.573, + 202, + 2.816, + 215, + 6.106, + 229, + 1.418, + 233, + 2.861, + 240, + 2.451, + 241, + 1.374, + 247, + 1.404, + 263, + 1.269, + 268, + 2.064, + 269, + 1.456, + 271, + 2.203, + 273, + 1.909, + 281, + 3.978, + 330, + 1.354, + 332, + 2.574, + 344, + 2.584, + 349, + 3.101, + 380, + 2.278, + 381, + 3.978, + 392, + 1.487, + 471, + 2.073, + 481, + 2.459, + 490, + 3.231, + 540, + 2.632, + 553, + 1.517, + 554, + 1.593, + 556, + 1.744, + 595, + 3.459, + 634, + 1.677, + 691, + 1.963, + 724, + 6.375, + 728, + 2.08, + 732, + 6.098, + 752, + 2.957, + 773, + 1.538, + 849, + 4.62, + 856, + 1.703, + 866, + 2.39, + 880, + 2.058, + 898, + 1.507, + 912, + 4.988, + 919, + 2.177, + 931, + 2.562, + 959, + 3.414, + 1007, + 1.487, + 1019, + 4.389, + 1025, + 4.291, + 1071, + 2.421, + 1105, + 5.679, + 1109, + 3.11, + 1131, + 4.586, + 1137, + 4.628, + 1139, + 2.386, + 1140, + 1.956, + 1149, + 3.202, + 1164, + 2.54, + 1192, + 2.632, + 1220, + 4.795, + 1250, + 2.386, + 1281, + 4.552, + 1295, + 3.235, + 1296, + 2.882, + 1309, + 2.319, + 1379, + 4.307, + 1406, + 2.928, + 1434, + 2.127, + 1465, + 3.758, + 1474, + 5.506, + 1511, + 2.289, + 1525, + 4.055, + 1588, + 4.954, + 1608, + 3.839, + 1609, + 3.716, + 1675, + 6.438, + 1676, + 6.152, + 1929, + 3.414, + 1968, + 2.259, + 2440, + 2.058, + 2503, + 2.797, + 2594, + 3.464, + 2633, + 3.966, + 3113, + 3.643, + 3224, + 2.797, + 3476, + 2.933, + 3569, + 2.933, + 3787, + 3.101, + 3809, + 5.811, + 3810, + 4.227, + 3811, + 5.02, + 4104, + 2.632, + 4501, + 3.643, + 4503, + 5.65, + 4512, + 3.464, + 4513, + 6.052, + 4517, + 3.882, + 4527, + 6.052, + 4528, + 6.637, + 4529, + 6.637, + 4530, + 3.643, + 4531, + 3.643, + 4552, + 3.321, + 4698, + 2.861, + 4713, + 3.643, + 4832, + 2.861, + 5556, + 3.321, + 5926, + 3.882, + 5927, + 3.882, + 6962, + 3.643, + 7001, + 2.584, + 7613, + 3.882, + 9751, + 7.735, + 9752, + 4.245, + 9753, + 4.245, + 9754, + 3.643, + 9755, + 4.245, + 9756, + 4.245, + 9757, + 4.245, + 9758, + 7.735, + 9759, + 4.245, + 9760, + 4.245, + 9761, + 4.245, + 9762, + 4.245, + 9763, + 4.245 + ] + ], + [ + "type/ref/stable/dmTime", + [ + 6760, + 1.837 + ] + ], + [ + "data/ref/stable/dmTime", + [ + 7, + 1.174, + 46, + 1.651, + 99, + 0.83, + 141, + 4.042, + 158, + 2.734, + 169, + 1.391, + 333, + 2.645, + 689, + 4.189, + 765, + 4.055, + 1082, + 5.91, + 1672, + 5.042, + 1872, + 5.694, + 2747, + 7.055, + 4244, + 6.831, + 6766, + 6.635, + 8729, + 9.931, + 9764, + 9.353, + 9765, + 10.925, + 9766, + 8.552, + 9767, + 9.353, + 9768, + 8.552, + 9769, + 9.353, + 9770, + 9.931 + ] + ], + [ + "type/ref/stable/dmTransform", + [ + 6760, + 1.837 + ] + ], + [ + "data/ref/stable/dmTransform", + [ + 7, + 1.239, + 10, + 1.071, + 11, + 2.606, + 18, + 1.135, + 20, + 1.235, + 30, + 2.718, + 38, + 0.799, + 46, + 1.516, + 57, + 1.263, + 60, + 1.378, + 70, + 3.03, + 74, + 3.13, + 75, + 5.022, + 77, + 1.49, + 79, + 1.005, + 90, + 2.215, + 96, + 3.264, + 99, + 0.943, + 100, + 1.744, + 106, + 1.517, + 113, + 0.992, + 158, + 2.476, + 169, + 1.26, + 201, + 1.903, + 207, + 1.648, + 223, + 4.042, + 229, + 1.888, + 241, + 1.061, + 246, + 3.263, + 260, + 2.424, + 263, + 1.481, + 269, + 1.124, + 273, + 2.091, + 292, + 3.082, + 295, + 3.315, + 328, + 6.513, + 354, + 3.736, + 359, + 4.876, + 387, + 2.537, + 430, + 4.25, + 442, + 4.163, + 454, + 1.972, + 457, + 1.759, + 472, + 2.282, + 500, + 1.807, + 509, + 5.344, + 540, + 7.811, + 541, + 4.507, + 555, + 2.253, + 602, + 2.003, + 603, + 2.069, + 747, + 2.783, + 861, + 4.848, + 951, + 5.809, + 972, + 3.194, + 978, + 3.347, + 1093, + 6.253, + 1098, + 7.224, + 1140, + 2.282, + 1221, + 2.454, + 1413, + 3.015, + 1471, + 3.564, + 1479, + 2.915, + 1768, + 4.25, + 1804, + 2.376, + 1908, + 2.239, + 1979, + 3.015, + 2123, + 5.301, + 2156, + 6.27, + 2373, + 3.13, + 2487, + 4.25, + 2554, + 2.963, + 2582, + 2.869, + 2591, + 3.339, + 2613, + 3.422, + 2623, + 3.875, + 2645, + 7.761, + 2779, + 5.649, + 2780, + 4.46, + 2808, + 4.042, + 2855, + 8.313, + 3021, + 4.46, + 3226, + 8.212, + 3459, + 4.25, + 3487, + 3.339, + 3600, + 4.042, + 3890, + 6.265, + 4588, + 4.25, + 4746, + 3.071, + 5151, + 6.009, + 5211, + 3.13, + 7088, + 4.25, + 7190, + 4.529, + 7344, + 4.25, + 7752, + 7.268, + 7968, + 4.042, + 8127, + 7.585, + 8128, + 9.032, + 8462, + 4.529, + 9201, + 4.529, + 9203, + 4.529, + 9205, + 4.529, + 9212, + 10.556, + 9288, + 4.529, + 9289, + 4.529, + 9292, + 7.976, + 9665, + 4.529, + 9666, + 4.529, + 9771, + 7.193, + 9772, + 7.193, + 9773, + 4.953, + 9774, + 7.193, + 9775, + 4.953, + 9776, + 4.953, + 9777, + 4.953, + 9778, + 7.193, + 9779, + 4.953, + 9780, + 9.872, + 9781, + 7.193, + 9782, + 8.47, + 9783, + 7.193, + 9784, + 4.953, + 9785, + 4.953, + 9786, + 4.953, + 9787, + 4.953, + 9788, + 4.529, + 9789, + 4.953, + 9790, + 4.953, + 9791, + 7.745, + 9792, + 7.745, + 9793, + 4.953, + 9794, + 4.953, + 9795, + 4.953, + 9796, + 4.953 + ] + ], + [ + "type/ref/stable/dmExtension", + [ + 6760, + 1.837 + ] + ], + [ + "data/ref/stable/dmExtension", + [ + 7, + 1.156, + 10, + 1.533, + 12, + 3.235, + 18, 1.112, - 9657, - 1.216, - 9658, - 1.216, - 9659, - 1.216, - 9660, - 1.216 + 20, + 1.528, + 28, + 2.353, + 38, + 1.136, + 46, + 0.693, + 52, + 2.696, + 57, + 1.071, + 59, + 0.977, + 62, + 2.345, + 79, + 0.711, + 90, + 2.437, + 91, + 2.42, + 99, + 0.938, + 100, + 1.571, + 102, + 2.153, + 103, + 2.355, + 111, + 2.961, + 113, + 0.973, + 122, + 1.512, + 126, + 2.03, + 132, + 1.668, + 141, + 1.796, + 143, + 4.059, + 144, + 4.399, + 160, + 2.096, + 165, + 3.251, + 166, + 3.332, + 169, + 0.722, + 170, + 3.921, + 174, + 2.89, + 177, + 2.169, + 194, + 1.787, + 201, + 1.091, + 202, + 2.316, + 229, + 1.795, + 241, + 2.435, + 247, + 1.606, + 256, + 1.091, + 268, + 2.322, + 273, + 1.75, + 330, + 2.26, + 340, + 5.178, + 368, + 1.381, + 382, + 3.313, + 479, + 3.142, + 543, + 1.948, + 546, + 2.617, + 552, + 2.912, + 612, + 5.509, + 615, + 2.583, + 623, + 4.086, + 634, + 4.041, + 679, + 3.175, + 691, + 2.817, + 717, + 2.857, + 811, + 3.512, + 863, + 3.662, + 874, + 3.635, + 879, + 4.172, + 880, + 3.436, + 996, + 2.46, + 1010, + 1.995, + 1034, + 3.211, + 1041, + 3.205, + 1044, + 3.546, + 1047, + 4.855, + 1062, + 2.652, + 1063, + 5.94, + 1067, + 3.45, + 1140, + 3.267, + 1153, + 2.282, + 1166, + 2.812, + 1296, + 2.641, + 1307, + 3.01, + 1379, + 5.138, + 1558, + 3.01, + 1559, + 3.01, + 1769, + 4.513, + 1823, + 4.316, + 1920, + 4.759, + 1931, + 2.617, + 1997, + 2.769, + 1999, + 2.689, + 2024, + 2.195, + 2117, + 3.198, + 2135, + 6.948, + 2190, + 4.106, + 2345, + 5.178, + 2509, + 4.241, + 2516, + 5.029, + 2582, + 5.672, + 2656, + 5.348, + 2718, + 3.444, + 2736, + 4.706, + 2750, + 4.48, + 2779, + 3.679, + 2878, + 3.444, + 2879, + 3.961, + 2948, + 7.185, + 3194, + 6.482, + 3253, + 3.798, + 3262, + 4.166, + 3599, + 3.198, + 3607, + 3.546, + 3646, + 3.772, + 3691, + 3.354, + 3797, + 4.571, + 4132, + 4.439, + 4430, + 3.546, + 4678, + 6.482, + 4739, + 6.482, + 4775, + 4.439, + 4776, + 4.439, + 4777, + 4.439, + 4778, + 4.439, + 4779, + 4.439, + 4780, + 4.439, + 5455, + 4.439, + 5626, + 3.961, + 5766, + 3.798, + 6972, + 5.348, + 7553, + 6.083, + 7966, + 3.961, + 8151, + 6.206, + 8156, + 8.403, + 9797, + 4.855, + 9798, + 9.208, + 9799, + 4.855, + 9800, + 4.855, + 9801, + 7.089, + 9802, + 7.089, + 9803, + 4.855, + 9804, + 4.855, + 9805, + 4.855, + 9806, + 10.227, + 9807, + 7.089, + 9808, + 7.089, + 9809, + 7.089, + 9810, + 4.855, + 9811, + 4.855, + 9812, + 7.089, + 9813, + 4.855, + 9814, + 9.208, + 9815, + 7.089, + 9816, + 7.089, + 9817, + 7.089, + 9818, + 4.855, + 9819, + 9.208, + 9820, + 7.089, + 9821, + 7.089, + 9822, + 7.089, + 9823, + 10.826, + 9824, + 4.855, + 9825, + 7.089, + 9826, + 4.855, + 9827, + 8.374, + 9828, + 9.793, + 9829, + 4.855, + 9830, + 4.855, + 9831, + 4.855, + 9832, + 4.855 ] ], [ - "type/ref/stable/zlib", + "type/ref/stable/dmConditionVariable", [ 6760, 1.837 ] ], [ - "data/ref/stable/zlib", + "data/ref/stable/dmConditionVariable", [ - 9, - 0.924, - 11, + 18, + 1.055, + 20, + 1.078, + 38, + 0.901, + 52, + 2.233, + 57, + 1.283, + 59, + 0.732, + 79, 0.966, - 33, - 1.582, + 99, + 0.72, + 100, + 1.522, + 125, + 2.468, + 126, + 1.61, + 143, + 3.932, + 165, + 2.32, + 169, + 1.207, + 177, + 3.331, + 201, + 2.254, + 226, + 2.257, + 368, + 2.307, + 561, + 2.571, + 571, + 7.325, + 1049, + 8.606, + 1162, + 7.115, + 1296, + 3.022, + 1558, + 5.029, + 1814, + 5.382, + 2305, + 6.347, + 2540, + 5.556, + 2690, + 6.768, + 3219, + 8.606, + 3365, + 7.566, + 3595, + 5.925, + 4746, + 5.029, + 5881, + 9.536, + 6967, + 7.418, + 6970, + 5.925, + 6972, + 6.12, + 7935, + 7.846, + 9522, + 8.184, + 9833, + 8.112, + 9834, + 11.905, + 9835, + 10.029, + 9836, + 9.171, + 9837, + 11.905, + 9838, + 11.905, + 9839, + 8.112, + 9840, + 11.373, + 9841, + 8.112, + 9842, + 8.112, + 9843, + 8.112 + ] + ], + [ + "type/ref/stable/go", + [ + 6760, + 1.837 + ] + ], + [ + "data/ref/stable/go", + [ + 0, + 0.133, + 7, + 0.999, + 8, + 0.563, + 10, + 1.416, + 11, + 0.395, + 17, + 0.734, + 18, + 1.147, + 20, + 1.51, + 22, + 0.448, + 23, + 1.577, + 31, + 0.631, + 36, + 1.816, + 38, + 1.218, + 44, + 0.455, + 46, + 1.586, + 47, + 0.901, + 48, + 1.165, + 49, + 0.696, + 52, + 0.96, + 56, + 0.783, + 57, + 1.535, + 59, + 0.701, + 60, + 2.103, + 62, + 2.063, + 63, + 0.528, + 69, + 0.512, + 72, + 0.362, + 73, + 0.631, + 75, + 3.954, + 77, + 0.722, + 79, + 0.949, + 84, + 1.201, + 86, + 2.641, + 90, + 1.802, + 92, + 1.854, + 95, + 0.507, + 96, + 2.68, + 97, + 2.923, + 99, + 1.063, + 100, + 1.931, + 101, + 0.528, 102, + 1.997, + 103, + 1.689, + 105, + 0.807, + 106, + 1.541, + 107, + 1.688, + 113, + 1.25, + 119, + 2.794, + 121, + 1.528, + 124, + 0.475, + 125, + 1.061, + 126, + 2.073, + 127, + 3.431, + 128, + 0.54, + 130, + 0.663, + 133, + 5.144, + 135, + 1.623, + 141, + 0.744, + 142, + 2.11, + 143, + 0.528, + 148, + 1.593, + 150, + 0.71, + 153, + 0.928, + 155, + 0.688, + 156, + 0.641, + 158, + 2.145, + 160, + 0.322, + 161, + 0.734, + 163, + 0.935, + 165, + 2.664, + 166, + 0.945, + 167, + 1.133, + 169, + 0.417, + 170, + 3.712, + 172, + 1.233, + 174, + 1.142, + 175, + 4.145, + 177, + 1.067, + 178, + 2.195, + 182, + 0.58, + 188, + 0.935, + 194, + 1.955, + 196, + 0.377, + 197, + 1.199, + 201, + 2.193, + 202, + 1.14, + 207, + 0.362, + 210, + 0.813, + 211, + 0.488, + 215, + 3.424, + 227, + 1.165, + 228, + 0.854, + 229, + 1.143, + 230, + 0.7, + 234, + 1.598, + 240, + 1.448, + 241, + 1.09, + 244, + 1.967, + 247, + 0.665, + 250, + 3.0, + 251, + 3.483, + 253, + 1.008, + 256, + 1.536, + 257, + 2.011, + 258, + 2.694, + 261, + 0.463, + 263, + 2.529, + 264, + 0.663, + 266, + 4.459, + 268, + 2.101, + 269, + 2.091, + 271, + 1.81, + 273, + 1.617, + 280, + 0.789, + 288, + 0.587, + 291, + 1.165, + 294, + 1.147, + 304, + 0.702, + 306, + 2.743, + 330, + 0.894, + 332, + 1.161, + 333, + 1.306, + 337, + 2.205, + 341, + 0.528, + 342, + 0.488, + 353, + 0.437, + 358, + 1.291, + 362, + 0.734, + 368, + 1.773, + 371, + 3.277, + 382, + 0.392, + 385, + 3.841, + 387, + 0.384, + 391, + 0.675, + 419, + 1.271, + 420, + 0.752, + 428, + 1.203, + 441, + 0.546, + 446, + 1.404, + 452, + 0.317, + 457, + 0.714, + 467, + 0.718, + 469, + 0.552, + 471, + 2.343, + 472, + 1.884, + 473, + 1.233, + 481, + 0.631, + 489, + 1.623, + 490, + 1.929, + 500, + 1.022, + 504, + 1.019, + 505, + 1.031, + 506, + 0.663, + 509, + 0.565, + 511, + 0.58, + 516, + 2.204, + 521, + 0.379, + 522, + 0.54, + 540, + 2.535, + 543, + 0.437, + 548, + 0.718, + 552, + 1.947, + 553, + 0.719, + 554, + 0.755, + 555, + 0.63, + 556, + 0.827, + 560, 3.217, - 151, - 1.995, - 929, - 5.381, - 1569, - 4.198, - 1784, - 5.538, - 7334, - 8.879, - 9661, - 9.29, - 9662, - 10.882, - 9663, - 10.882, - 9664, - 9.29, - 9665, - 9.29, - 9666, - 10.882, - 9667, - 9.29 + 561, + 1.296, + 577, + 0.789, + 582, + 0.663, + 588, + 0.565, + 596, + 0.595, + 627, + 0.631, + 629, + 1.23, + 631, + 0.996, + 644, + 0.54, + 648, + 0.528, + 669, + 0.675, + 675, + 1.075, + 679, + 0.488, + 686, + 1.084, + 687, + 0.641, + 691, + 1.067, + 692, + 0.755, + 695, + 0.909, + 716, + 1.99, + 717, + 1.184, + 724, + 1.203, + 728, + 2.004, + 732, + 1.325, + 738, + 0.652, + 750, + 0.975, + 751, + 1.133, + 752, + 1.291, + 753, + 1.427, + 765, + 0.705, + 773, + 1.264, + 785, + 2.332, + 792, + 1.147, + 811, + 0.996, + 817, + 0.822, + 819, + 0.641, + 848, + 0.54, + 849, + 4.459, + 856, + 2.628, + 866, + 2.054, + 873, + 2.41, + 880, + 0.528, + 891, + 2.318, + 894, + 0.795, + 897, + 0.702, + 900, + 1.574, + 901, + 0.471, + 903, + 0.587, + 914, + 4.764, + 915, + 2.621, + 919, + 0.558, + 923, + 0.534, + 924, + 0.517, + 931, + 3.017, + 947, + 0.572, + 948, + 3.791, + 951, + 2.996, + 952, + 1.427, + 959, + 1.07, + 960, + 0.497, + 962, + 0.945, + 975, + 0.522, + 978, + 1.378, + 979, + 0.909, + 987, + 1.491, + 989, + 1.889, + 990, + 1.325, + 991, + 0.663, + 998, + 0.631, + 1002, + 1.728, + 1007, + 1.222, + 1010, + 2.265, + 1019, + 3.821, + 1025, + 3.504, + 1029, + 0.534, + 1034, + 0.418, + 1039, + 1.084, + 1043, + 0.471, + 1046, + 1.677, + 1062, + 1.099, + 1064, + 0.986, + 1093, + 2.406, + 1098, + 1.247, + 1099, + 3.114, + 1105, + 0.718, + 1109, + 4.299, + 1113, + 0.852, + 1133, + 1.057, + 1136, + 2.163, + 1137, + 1.203, + 1139, + 0.612, + 1140, + 3.018, + 1141, + 1.225, + 1143, + 0.702, + 1144, + 0.621, + 1146, + 1.211, + 1149, + 1.517, + 1150, + 1.575, + 1153, + 3.823, + 1155, + 2.672, + 1156, + 1.839, + 1157, + 1.833, + 1158, + 4.293, + 1160, + 1.203, + 1163, + 1.726, + 1165, + 2.287, + 1188, + 1.709, + 1193, + 2.447, + 1198, + 0.621, + 1202, + 2.193, + 1207, + 0.795, + 1224, + 0.522, + 1229, + 0.718, + 1245, + 0.734, + 1247, + 0.935, + 1250, + 0.612, + 1253, + 0.612, + 1254, + 1.165, + 1261, + 0.663, + 1272, + 2.05, + 1273, + 1.184, + 1279, + 2.764, + 1281, + 0.773, + 1289, + 1.247, + 1295, + 2.914, + 1296, + 2.323, + 1301, + 0.773, + 1307, + 1.247, + 1309, + 0.595, + 1322, + 0.558, + 1323, + 0.455, + 1329, + 1.203, + 1332, + 1.133, + 1343, + 0.603, + 1376, + 0.795, + 1379, + 2.742, + 1387, + 0.702, + 1403, + 0.955, + 1406, + 2.323, + 1411, + 1.494, + 1434, + 1.008, + 1455, + 0.773, + 1459, + 0.82, + 1465, + 3.353, + 1471, + 0.54, + 1472, + 1.563, + 1495, + 1.114, + 1509, + 0.752, + 1510, + 0.702, + 1543, + 0.641, + 1546, + 0.565, + 1588, + 2.004, + 1589, + 0.734, + 1597, + 0.631, + 1599, + 1.271, + 1600, + 0.652, + 1602, + 0.534, + 1604, + 0.572, + 1606, + 1.184, + 1607, + 0.631, + 1609, + 1.165, + 1621, + 1.42, + 1623, + 1.39, + 1628, + 0.833, + 1629, + 0.901, + 1631, + 1.247, + 1636, + 2.02, + 1638, + 1.271, + 1648, + 6.493, + 1649, + 1.472, + 1661, + 1.008, + 1675, + 1.881, + 1676, + 1.271, + 1677, + 1.839, + 1679, + 1.325, + 1682, + 1.771, + 1684, + 0.631, + 1689, + 0.773, + 1694, + 4.902, + 1713, + 4.181, + 1714, + 0.795, + 1773, + 3.043, + 1774, + 1.019, + 1804, + 0.522, + 1823, + 2.812, + 1878, + 1.271, + 1893, + 0.652, + 1894, + 0.718, + 1895, + 1.771, + 1896, + 2.351, + 1902, + 2.298, + 1903, + 1.469, + 1908, + 2.492, + 1911, + 1.031, + 1912, + 2.114, + 1929, + 0.58, + 1931, + 1.084, + 1936, + 0.603, + 1966, + 0.734, + 1968, + 0.58, + 1979, + 1.225, + 1991, + 0.795, + 2027, + 2.919, + 2089, + 0.612, + 2095, + 0.652, + 2096, + 2.265, + 2114, + 0.688, + 2116, + 1.598, + 2123, + 1.147, + 2173, + 0.641, + 2226, + 2.25, + 2268, + 1.07, + 2284, + 2.847, + 2307, + 0.773, + 2323, + 3.841, + 2330, + 0.718, + 2375, + 0.852, + 2377, + 0.773, + 2469, + 0.773, + 2474, + 1.517, + 2475, + 1.517, + 2506, + 0.675, + 2522, + 0.852, + 2530, + 0.935, + 2540, + 2.265, + 2546, + 0.795, + 2548, + 1.184, + 2550, + 0.631, + 2555, + 0.688, + 2589, + 2.405, + 2590, + 1.641, + 2633, + 1.789, + 2649, + 0.652, + 2739, + 0.996, + 2875, + 1.225, + 2876, + 1.39, + 2877, + 1.517, + 2916, + 1.271, + 2955, + 0.621, + 3084, + 1.936, + 3087, + 1.297, + 3093, + 0.889, + 3094, + 0.752, + 3108, + 0.795, + 3117, + 1.517, + 3118, + 0.822, + 3144, + 1.356, + 3246, + 5.509, + 3272, + 0.889, + 3363, + 0.752, + 3365, + 1.517, + 3427, + 0.852, + 3487, + 1.889, + 3505, + 0.852, + 3513, + 0.935, + 3559, + 0.852, + 3597, + 0.773, + 3621, + 0.852, + 3691, + 0.752, + 3712, + 0.528, + 3713, + 1.184, + 3776, + 0.822, + 3783, + 0.935, + 3787, + 1.469, + 3816, + 0.889, + 3859, + 0.996, + 3861, + 0.822, + 3862, + 1.726, + 3863, + 0.996, + 3865, + 0.889, + 3888, + 0.795, + 3890, + 0.734, + 3897, + 0.688, + 3972, + 0.587, + 4002, + 0.852, + 4097, + 1.726, + 4129, + 1.839, + 4208, + 0.935, + 4348, + 0.996, + 4349, + 0.889, + 4369, + 3.199, + 4454, + 0.852, + 4456, + 2.287, + 4464, + 2.901, + 4465, + 2.756, + 4466, + 3.517, + 4483, + 1.427, + 4486, + 0.889, + 4498, + 2.287, + 4505, + 0.795, + 4514, + 3.555, + 4519, + 0.935, + 4523, + 0.996, + 4524, + 1.641, + 4525, + 0.996, + 4527, + 1.574, + 4528, + 1.726, + 4529, + 1.726, + 4530, + 1.726, + 4531, + 1.726, + 4745, + 1.706, + 4943, + 1.726, + 5010, + 1.839, + 5120, + 0.795, + 5146, + 0.852, + 5151, + 0.773, + 5184, + 0.935, + 5478, + 0.996, + 5490, + 0.889, + 5638, + 0.889, + 5651, + 0.935, + 5673, + 0.734, + 5766, + 0.852, + 5769, + 1.839, + 5807, + 0.935, + 5885, + 0.996, + 5923, + 0.773, + 5970, + 2.993, + 5971, + 1.726, + 5977, + 1.726, + 5979, + 1.726, + 6014, + 4.154, + 6017, + 2.405, + 6026, + 0.795, + 6473, + 3.264, + 6520, + 0.935, + 7001, + 0.663, + 7231, + 2.993, + 7553, + 0.935, + 7554, + 4.368, + 7577, + 1.839, + 7578, + 0.996, + 7624, + 0.889, + 7627, + 0.996, + 7628, + 0.996, + 7629, + 0.996, + 7630, + 3.19, + 7631, + 0.996, + 7632, + 3.19, + 7633, + 0.996, + 7634, + 3.19, + 7635, + 0.996, + 7636, + 3.19, + 7637, + 0.996, + 7638, + 0.996, + 7639, + 0.996, + 7640, + 0.996, + 7641, + 0.996, + 7642, + 0.996, + 7643, + 0.996, + 7644, + 3.19, + 7645, + 0.996, + 7646, + 3.19, + 7647, + 0.996, + 7648, + 3.19, + 7649, + 0.996, + 7650, + 0.996, + 7651, + 0.996, + 7652, + 0.996, + 7653, + 0.996, + 7654, + 0.996, + 7655, + 0.996, + 7656, + 0.996, + 7657, + 0.996, + 7658, + 0.996, + 7659, + 0.996, + 7660, + 0.996, + 7661, + 0.996, + 7662, + 0.996, + 7663, + 0.996, + 7664, + 0.996, + 7665, + 0.996, + 7666, + 0.996, + 7667, + 0.996, + 7668, + 0.996, + 7669, + 0.996, + 7670, + 0.996, + 7671, + 0.996, + 7672, + 0.996, + 7673, + 0.996, + 7674, + 0.996, + 7708, + 0.996, + 7731, + 0.996, + 7747, + 0.935, + 7748, + 0.996, + 7749, + 0.996, + 7818, + 0.996, + 7819, + 0.996, + 7820, + 0.996, + 7821, + 0.996, + 7822, + 0.996, + 7823, + 0.996, + 7905, + 0.996, + 7909, + 0.996, + 7910, + 0.996, + 7936, + 0.889, + 7937, + 0.996, + 7938, + 1.839, + 7939, + 0.996, + 7940, + 0.996, + 7941, + 0.996, + 7942, + 1.726, + 7943, + 1.726, + 7944, + 0.996, + 7945, + 0.996, + 7946, + 0.996, + 7947, + 0.996, + 7948, + 0.996, + 7949, + 0.996, + 7950, + 0.996, + 9174, + 2.563, + 9400, + 0.996, + 9844, + 1.089, + 9845, + 1.089, + 9846, + 1.089, + 9847, + 1.089, + 9848, + 2.011, + 9849, + 1.089, + 9850, + 1.089, + 9851, + 1.089, + 9852, + 1.089, + 9853, + 1.089, + 9854, + 1.089, + 9855, + 1.089, + 9856, + 1.089, + 9857, + 1.089, + 9858, + 1.089, + 9859, + 1.089, + 9860, + 1.089, + 9861, + 1.089, + 9862, + 1.089, + 9863, + 1.089, + 9864, + 1.089, + 9865, + 1.089, + 9866, + 1.089, + 9867, + 1.089, + 9868, + 1.089, + 9869, + 1.089, + 9870, + 1.089, + 9871, + 1.089, + 9872, + 1.089, + 9873, + 1.089, + 9874, + 1.089, + 9875, + 1.089, + 9876, + 1.089, + 9877, + 1.089, + 9878, + 1.089, + 9879, + 1.089, + 9880, + 1.089, + 9881, + 1.089, + 9882, + 1.089, + 9883, + 1.089, + 9884, + 1.089, + 9885, + 1.089, + 9886, + 1.089, + 9887, + 1.089, + 9888, + 1.089, + 9889, + 1.089, + 9890, + 1.089, + 9891, + 2.011, + 9892, + 2.011, + 9893, + 2.011, + 9894, + 2.011, + 9895, + 2.011, + 9896, + 2.011, + 9897, + 1.089, + 9898, + 1.089, + 9899, + 1.089, + 9900, + 1.089, + 9901, + 1.089, + 9902, + 1.089, + 9903, + 2.011, + 9904, + 1.089, + 9905, + 1.089, + 9906, + 1.089, + 9907, + 1.089, + 9908, + 1.089, + 9909, + 1.089, + 9910, + 1.089, + 9911, + 1.089, + 9912, + 1.089, + 9913, + 1.089, + 9914, + 1.089, + 9915, + 1.089 ] ], [ - "type/ref/stable/dmStaticAssert", + "type/ref/stable/b2d", [ 6760, 1.837 ] ], [ - "data/ref/stable/dmStaticAssert", + "data/ref/stable/b2d", [ - 9, - 0.918, - 11, - 0.96, - 16, - 0.829, - 29, - 2.064, - 30, - 0.829, - 32, - 2.057, - 33, - 1.437, - 51, - 1.724, + 18, + 1.114, + 79, + 0.77, + 96, + 2.874, 99, - 2.627, - 151, - 1.684, - 160, - 1.646, - 161, - 1.824, - 162, - 2.362, - 191, - 2.737, - 406, - 3.838, - 407, - 1.903, - 460, - 3.936, - 521, - 3.603, - 1042, - 4.827, - 1122, - 4.827, - 1319, - 4.953, - 1521, - 5.806, - 1569, - 3.24, - 1586, - 4.407, - 1705, - 3.603, - 2123, - 4.454, - 2593, - 6.71, - 4390, - 4.454, - 4601, - 8.156, - 4607, - 7.497, - 9668, - 9.187, - 9669, - 10.811, - 9670, - 9.187, - 9671, - 9.187 + 0.805, + 113, + 2.149, + 141, + 3.354, + 158, + 3.136, + 194, + 1.655, + 268, + 2.19, + 849, + 4.761, + 931, + 2.969, + 962, + 5.042, + 1019, + 3.427, + 1031, + 7.836, + 1158, + 4.943, + 1465, + 3.198, + 1472, + 4.805, + 1628, + 3.756, + 2297, + 6.918, + 2440, + 5.2, + 5425, + 6.918, + 9916, + 9.067, + 9917, + 9.81, + 9918, + 9.067, + 9919, + 8.291, + 9920, + 9.067, + 9921, + 8.291, + 9922, + 8.291 ] ], [ - "type/ref/stable/dmAlign", + "type/ref/stable/builtins", [ 6760, 1.837 ] ], [ - "data/ref/stable/dmAlign", + "data/ref/stable/builtins", [ - 8, - 1.218, + 7, + 1.004, 9, - 0.938, - 11, - 1.065, - 35, - 2.832, - 56, - 7.833, - 186, - 3.301, + 2.714, + 10, + 1.73, + 18, + 1.022, + 20, + 1.322, + 30, + 3.759, + 38, + 0.889, + 46, + 1.419, + 52, + 2.203, + 57, + 1.384, + 59, + 0.722, + 60, + 2.227, + 77, + 1.657, + 79, + 1.008, + 99, + 1.054, + 100, + 1.502, + 107, + 1.523, + 108, + 2.353, + 121, + 2.647, + 126, + 1.974, + 148, + 1.642, + 158, + 2.34, + 160, + 2.94, + 165, + 2.844, + 169, + 1.48, + 170, + 3.069, + 171, + 5.548, 196, - 3.23, - 616, - 4.883, - 3333, - 10.096, - 3934, - 5.798, - 4821, - 7.229, - 6481, - 10.662, - 8710, - 8.709, - 9672, - 9.524 + 2.767, + 241, + 1.714, + 260, + 2.697, + 263, + 3.236, + 269, + 2.257, + 327, + 5.528, + 459, + 3.724, + 543, + 3.211, + 552, + 2.379, + 555, + 2.507, + 644, + 3.965, + 692, + 3.003, + 1019, + 4.547, + 1298, + 5.057, + 1343, + 4.433, + 1434, + 4.009, + 1459, + 3.262, + 1465, + 4.243, + 1650, + 4.788, + 1765, + 6.53, + 1812, + 5.528, + 2558, + 5.528, + 2839, + 7.318, + 2925, + 6.413, + 3241, + 6.53, + 4134, + 6.552, + 5162, + 6.867, + 5163, + 7.781, + 5559, + 6.53, + 5684, + 6.867, + 5844, + 6.53, + 6320, + 8.534, + 7111, + 7.318, + 7955, + 6.867, + 8033, + 6.53, + 9923, + 8.003, + 9924, + 9.945 ] ], [ - "type/ref/stable/dmFileDescriptor", + "type/ref/stable/dmImage", [ 6760, 1.837 ] ], [ - "data/ref/stable/dmFileDescriptor", + "data/ref/stable/dmImage", [ - 11, - 1.081, - 16, - 0.726, - 21, - 2.038, - 30, - 0.726, - 38, - 4.591, - 42, - 2.586, - 74, - 1.26, - 119, - 2.567, - 121, - 2.823, - 137, - 1.198, - 141, - 1.613, - 148, - 7.049, - 151, - 1.989, - 186, - 2.407, - 263, - 3.262, - 697, - 2.999, - 737, - 3.02, - 905, - 4.127, - 1094, - 3.988, - 1103, - 6.097, - 1536, - 9.127, - 1693, - 4.662, - 1705, - 3.914, - 1784, - 4.644, - 1798, - 5.972, - 2348, - 4.9, - 2393, - 7.099, - 3173, - 7.081, - 4046, - 5.879, - 4390, - 3.902, - 4577, - 6.297, - 4821, - 7.032, - 5285, - 5.879, - 5973, - 7.29, - 6900, - 8.796, - 7783, - 5.879, - 9673, - 12.566, - 9674, - 8.049, - 9675, - 11.342, - 9676, - 8.049, - 9677, - 8.049, - 9678, - 8.049, - 9679, - 8.049 + 202, + 3.67, + 330, + 3.582, + 333, + 3.177, + 479, + 4.215, + 601, + 4.071, + 8151, + 7.573 ] ], [ - "type/ref/stable/window", + "type/ref/stable/os", [ 6760, 1.837 ] ], [ - "data/ref/stable/window", + "data/ref/stable/os", [ 7, - 0.81, + 1.411, 8, - 1.249, - 9, - 1.027, - 10, - 1.949, - 11, - 1.016, - 16, - 0.583, - 21, - 0.874, - 22, - 0.971, - 25, - 5.951, - 26, - 1.731, - 27, - 2.705, - 30, - 1.136, - 31, - 5.29, - 33, - 1.566, - 35, - 2.574, + 2.896, + 18, + 1.138, + 20, + 1.576, + 36, + 1.892, 38, - 2.441, - 42, - 1.539, - 51, - 2.074, - 65, - 4.606, - 68, - 1.465, - 71, - 0.878, - 73, - 4.883, - 74, - 0.961, - 75, - 2.405, + 0.949, + 44, + 1.488, + 46, + 1.294, + 52, + 1.543, + 57, + 1.35, + 59, + 1.015, + 62, + 1.853, 77, - 2.282, + 1.627, + 79, + 0.994, 86, - 1.235, - 92, - 2.218, - 97, - 1.31, + 1.82, + 90, + 1.336, 99, - 2.475, - 104, - 2.611, - 135, - 2.422, - 140, - 4.281, + 1.028, + 100, + 2.013, + 102, + 1.781, + 103, + 2.088, + 106, + 1.407, + 107, + 1.871, + 108, + 1.047, + 109, + 1.336, + 113, + 0.714, + 116, + 1.386, + 126, + 1.951, + 141, + 3.511, + 142, + 2.54, 148, - 6.822, - 151, - 1.79, - 160, - 1.551, - 161, - 1.543, - 162, - 1.999, - 172, - 1.185, - 186, - 1.28, - 189, - 3.126, - 190, - 1.217, - 196, - 2.936, + 1.15, + 150, + 0.902, + 153, + 1.572, + 165, + 3.018, + 169, + 1.463, + 177, + 1.09, + 194, + 0.65, 198, - 1.398, - 202, - 4.73, - 234, - 2.826, - 237, - 2.249, - 242, - 2.479, + 1.526, + 201, + 1.919, + 207, + 2.614, + 226, + 0.991, + 229, + 1.566, + 230, + 2.411, + 241, + 1.942, + 244, + 1.376, + 247, + 3.0, 256, - 1.258, - 271, - 2.075, - 277, - 1.443, - 278, - 1.31, - 300, - 1.382, - 309, - 2.12, - 312, - 2.975, - 317, - 1.606, - 343, - 2.211, - 346, - 2.513, - 350, + 1.765, + 257, + 1.407, + 263, + 2.554, + 268, + 2.222, + 269, + 1.271, + 273, + 2.108, + 282, + 1.764, + 288, + 3.021, + 330, + 2.505, + 332, + 1.185, + 333, + 1.959, + 353, + 3.152, + 358, + 1.641, + 380, + 1.265, + 382, + 1.282, + 387, + 1.256, + 439, + 2.401, + 442, + 2.51, + 452, + 2.014, + 468, + 2.527, + 471, + 2.29, + 486, + 2.787, + 496, + 1.657, + 497, + 1.826, + 500, + 1.299, + 506, + 3.411, + 510, + 1.308, + 514, + 2.46, + 543, + 1.429, + 546, + 1.92, + 552, + 1.059, + 553, + 2.476, + 590, + 1.476, + 620, + 1.848, + 627, + 2.063, + 633, + 1.805, + 634, + 2.737, + 636, 2.149, - 366, - 5.064, - 394, - 3.851, - 407, - 0.886, - 460, - 1.834, - 465, - 2.576, - 466, - 1.653, - 492, - 3.169, - 503, - 6.262, - 520, - 3.037, - 521, - 3.048, - 523, - 3.004, - 538, - 3.877, - 542, - 3.349, - 547, - 1.273, - 569, - 1.237, - 611, - 2.865, - 688, - 2.249, - 719, - 4.161, - 727, - 2.654, - 743, - 2.075, - 792, - 2.372, - 810, - 3.93, - 812, - 1.917, - 820, - 3.037, - 858, - 1.357, - 905, - 2.195, - 909, - 4.544, - 923, - 3.986, - 948, - 1.618, - 968, - 2.12, - 996, - 2.441, - 1042, - 3.392, - 1191, - 1.883, - 1200, - 1.992, - 1239, - 3.562, - 1253, - 2.277, - 1284, - 3.065, - 1554, - 2.371, - 1644, - 2.76, - 1662, - 3.989, - 1718, - 5.864, - 1777, - 5.656, - 1805, - 6.623, - 1821, - 2.865, - 1822, - 3.202, - 1869, - 2.946, - 1909, - 3.349, - 1929, - 2.12, - 1951, - 5.298, - 1957, - 4.967, - 1963, - 2.441, - 1965, - 5.703, - 1973, + 666, + 2.346, + 672, + 2.608, + 676, + 1.626, + 689, + 1.595, + 691, + 1.715, + 702, + 1.784, + 703, + 1.397, + 729, + 2.063, + 749, + 3.062, + 765, + 3.973, + 771, + 1.657, + 795, + 2.297, + 828, + 2.096, + 848, + 2.776, + 856, 2.249, - 2013, - 5.38, - 2123, - 3.13, - 2201, - 2.705, + 894, + 3.584, + 898, + 1.265, + 919, + 1.826, + 938, + 2.251, + 960, + 2.557, + 987, + 1.895, + 998, + 2.063, + 1025, + 1.407, + 1043, + 1.539, + 1045, + 5.175, + 1066, + 1.397, + 1083, + 2.787, + 1104, + 3.157, + 1109, + 3.358, + 1160, + 4.145, + 1186, + 1.745, + 1198, + 4.48, + 1216, + 3.021, + 1283, + 3.062, + 1295, + 2.948, + 1296, + 2.581, + 1304, + 2.096, + 1406, + 1.626, + 1434, + 2.807, + 1440, + 6.426, + 1459, + 4.54, + 1465, + 3.722, + 1472, + 3.826, + 1473, + 2.527, + 1492, + 3.474, + 1496, + 2.46, + 1594, + 2.031, + 1632, + 2.251, + 1636, + 3.245, + 1657, + 2.906, + 1713, + 1.871, + 1774, + 1.805, + 1781, + 3.056, + 1806, + 2.46, + 1866, + 2.031, + 1908, + 1.61, + 1941, + 2.787, + 1942, + 2.002, + 1971, + 4.384, + 1982, + 3.471, + 1999, + 3.104, + 2015, + 2.401, + 2043, + 6.625, + 2095, + 3.353, + 2164, + 3.395, + 2192, + 2.46, 2225, - 2.519, - 2304, - 2.76, - 2573, - 2.144, - 2636, - 3.126, - 2655, - 3.493, - 2678, - 2.654, - 2988, - 3.229, - 3156, - 2.76, - 3837, - 3.914, - 4398, - 6.833, - 4469, - 4.87, - 4477, - 2.957, - 4770, - 2.705, + 2.906, + 2341, + 2.687, + 2346, + 3.298, + 2373, + 2.251, + 2440, + 2.716, + 2452, + 2.527, + 2498, + 3.613, + 2561, + 2.906, + 2566, + 3.692, + 2632, + 2.906, + 2657, + 4.414, + 2684, + 2.096, + 2690, + 3.245, + 2850, + 2.687, + 2958, + 6.335, + 2973, + 2.906, + 2994, + 3.692, + 3021, + 2.208, + 3104, + 2.906, + 3177, + 4.227, + 3246, + 2.527, + 3342, + 2.208, + 3415, + 1.946, + 3442, + 2.527, + 3610, + 4.89, + 3672, + 2.906, + 3674, + 2.687, + 3681, + 2.601, + 3972, + 4.605, + 4098, + 2.208, + 4134, + 2.346, + 4400, + 3.975, + 4704, + 6.335, + 4849, + 2.687, + 4857, + 2.063, + 4927, + 6.741, + 5211, + 3.541, + 5344, + 3.257, + 5346, + 3.257, + 5347, + 3.056, + 5348, + 3.257, 5350, - 3.229, - 5389, - 3.673, - 5447, - 10.361, - 5634, - 3.914, - 5896, - 3.914, - 6038, - 3.673, - 6754, - 3.673, - 7111, - 3.914, - 7142, - 7.971, - 7589, - 8.931, - 9242, - 3.914, - 9680, - 7.774, - 9681, - 4.28, - 9682, - 7.774, - 9683, - 4.28, - 9684, - 7.774, - 9685, - 4.28, - 9686, - 4.28, - 9687, - 4.28, - 9688, - 4.28, - 9689, - 4.28, - 9690, - 4.28, + 5.124, + 5351, + 3.257, + 5400, + 5.226, + 5418, + 7.183, + 5482, + 3.257, + 5721, + 2.601, + 5787, + 9.651, + 5871, + 4.808, + 6026, + 4.093, + 6698, + 5.124, + 6970, + 2.601, + 7101, + 3.056, + 7106, + 6.741, + 7150, + 3.257, + 7165, + 9.812, + 7173, + 2.906, + 7345, + 3.056, + 7995, + 3.257, + 8632, + 3.257, + 8737, + 4.093, 9691, - 4.28, + 6.335, 9692, - 4.28, - 9693, - 6.456, - 9694, - 5.904, - 9695, - 6.456, + 3.056, 9696, - 4.28, - 9697, - 6.456, - 9698, - 4.28, - 9699, - 4.28, + 3.056, 9700, - 4.28, - 9701, - 4.28, - 9702, - 4.28, - 9703, - 6.456, - 9704, - 4.28, - 9705, - 4.28, - 9706, - 4.28, - 9707, - 4.28, - 9708, - 4.28, - 9709, - 4.28, - 9710, - 4.28 + 3.056, + 9791, + 5.124, + 9792, + 5.124, + 9925, + 3.562, + 9926, + 3.562, + 9927, + 3.257, + 9928, + 5.604, + 9929, + 3.562, + 9930, + 5.604, + 9931, + 3.562, + 9932, + 5.604, + 9933, + 3.562, + 9934, + 3.562, + 9935, + 3.562, + 9936, + 3.562, + 9937, + 3.562, + 9938, + 5.604, + 9939, + 3.562, + 9940, + 3.562, + 9941, + 3.562, + 9942, + 5.604, + 9943, + 3.562, + 9944, + 3.562, + 9945, + 3.562, + 9946, + 3.562, + 9947, + 3.562, + 9948, + 3.562, + 9949, + 3.562, + 9950, + 3.562, + 9951, + 3.562, + 9952, + 3.562, + 9953, + 3.562, + 9954, + 3.257, + 9955, + 3.562, + 9956, + 3.562 ] ], [ - "type/ref/stable/builtins", + "type/ref/stable/dmConnectionPool", [ 6760, 1.837 ] ], [ - "data/ref/stable/builtins", + "data/ref/stable/dmConnectionPool", [ - 7, - 1.004, - 8, - 1.384, - 9, - 1.008, - 11, - 1.054, - 13, - 2.647, - 16, - 0.722, - 23, - 1.73, - 30, - 1.022, - 32, - 1.523, - 33, - 1.322, + 17, + 4.217, + 18, + 1.042, + 38, + 1.196, 46, - 2.227, - 51, - 1.502, - 68, - 2.257, - 71, - 1.642, - 74, - 0.889, + 1.583, + 52, + 1.722, + 57, + 0.801, + 59, + 0.93, + 79, + 0.817, 86, - 1.419, - 94, - 2.767, + 2.032, + 90, + 1.491, 99, - 2.844, - 102, - 2.94, - 108, - 4.547, - 137, - 1.48, + 0.956, + 100, + 1.174, + 107, + 1.191, + 126, + 1.242, + 139, + 3.624, + 142, + 1.86, + 144, + 4.453, + 148, + 1.284, 158, - 2.714, - 161, - 1.974, - 186, - 3.236, - 218, - 3.069, - 224, - 2.203, + 2.478, + 165, + 2.748, + 177, + 2.941, + 202, + 2.044, + 226, + 1.741, + 229, + 2.146, + 241, + 1.34, 256, - 2.353, - 277, - 2.697, - 293, - 3.211, - 297, - 2.507, - 300, - 1.714, - 407, - 1.657, - 473, - 3.965, - 481, - 3.003, - 488, - 5.528, - 492, - 3.262, - 493, - 2.34, - 547, - 2.379, - 748, - 5.528, - 818, - 5.528, + 2.16, + 268, + 1.278, + 269, + 1.42, + 273, + 1.544, + 330, + 1.995, + 332, + 2.082, + 333, + 1.77, + 387, + 2.207, + 457, + 2.222, + 479, + 3.866, + 483, + 5.584, + 522, + 3.1, + 601, + 2.267, + 602, + 2.531, + 603, + 2.614, + 612, + 3.744, + 629, + 1.882, + 645, + 3.682, + 672, + 2.912, + 765, + 2.192, + 771, + 2.912, + 807, + 3.624, + 858, + 3.744, + 866, + 3.158, + 880, + 3.033, 948, - 3.759, - 1200, - 3.724, - 1498, - 4.788, - 1500, - 5.548, - 1545, - 5.057, - 1554, - 4.433, - 1568, - 6.413, - 1569, - 4.243, - 2467, - 7.318, - 2573, - 4.009, - 2693, - 6.867, - 2759, - 6.552, - 3388, - 6.867, - 3389, - 7.781, - 3391, - 6.53, - 3672, - 6.53, - 4548, - 6.53, - 4581, - 6.53, - 6317, - 8.534, - 7785, - 6.867, - 8001, - 6.53, - 9711, - 8.003, - 9712, - 7.318, - 9713, - 9.945 + 4.071, + 998, + 3.624, + 1054, + 9.614, + 1055, + 6.141, + 1056, + 6.191, + 1078, + 4.72, + 1104, + 2.95, + 1160, + 5.751, + 1272, + 3.762, + 1296, + 2.331, + 1459, + 2.551, + 1502, + 3.208, + 1506, + 5.369, + 1649, + 3.287, + 1814, + 3.832, + 1971, + 7.52, + 1991, + 4.57, + 2327, + 7.766, + 2465, + 6.191, + 2468, + 4.895, + 2540, + 4.695, + 2779, + 4.399, + 2842, + 5.106, + 2878, + 4.439, + 3067, + 8.06, + 3594, + 6.191, + 3646, + 4.51, + 3712, + 4.109, + 4198, + 7.273, + 4621, + 5.959, + 4857, + 6.429, + 5171, + 5.106, + 5250, + 4.895, + 7313, + 5.722, + 8151, + 4.217, + 8728, + 5.722, + 8732, + 5.722, + 8737, + 6.191, + 8993, + 7.273, + 9293, + 7.751, + 9957, + 6.257, + 9958, + 11.94, + 9959, + 11.704, + 9960, + 11.1, + 9961, + 6.257, + 9962, + 6.257, + 9963, + 8.476, + 9964, + 8.476, + 9965, + 8.476, + 9966, + 8.476, + 9967, + 8.476, + 9968, + 6.257, + 9969, + 6.257, + 9970, + 6.257, + 9971, + 6.257, + 9972, + 6.257, + 9973, + 5.722, + 9974, + 6.257, + 9975, + 6.257, + 9976, + 6.257, + 9977, + 5.722, + 9978, + 6.257, + 9979, + 6.257, + 9980, + 6.257 ] ], [ - "type/ref/stable/math", + "type/ref/stable/dmSocket", [ 6760, 1.837 ] ], [ - "data/ref/stable/math", + "data/ref/stable/dmSocket", [ 7, - 1.391, + 0.783, 8, - 1.56, - 9, - 0.762, - 11, - 0.984, - 16, - 0.81, - 22, - 1.546, - 29, - 1.532, - 30, - 1.135, - 32, - 0.876, - 33, - 1.193, - 35, - 2.027, - 44, - 1.847, + 1.745, + 18, + 0.563, + 20, + 0.544, + 36, + 1.687, + 38, + 1.214, 46, - 1.281, - 51, - 1.523, - 70, - 1.532, - 71, - 1.665, - 74, - 0.757, + 1.207, + 52, + 1.126, + 57, + 1.082, + 59, + 0.563, 77, - 1.79, + 1.292, + 79, + 0.929, + 80, + 10.036, 86, - 1.667, + 1.328, + 90, + 2.77, 99, - 1.949, - 121, - 1.928, - 137, - 1.014, - 160, - 1.221, - 161, - 1.902, - 173, - 3.136, - 183, - 4.777, - 185, - 3.755, - 186, - 3.361, + 1.111, + 135, + 2.369, + 142, + 1.855, + 158, + 2.473, + 165, + 1.784, + 169, + 0.609, + 177, + 1.909, 201, - 2.481, + 1.402, + 202, + 3.362, + 208, + 2.744, + 226, + 1.138, 229, - 5.362, - 230, - 2.418, - 234, - 1.4, - 237, - 2.066, - 239, - 4.49, - 256, - 2.386, - 267, - 2.142, - 270, - 2.449, - 277, - 1.551, - 290, - 1.602, - 300, - 1.922, - 305, - 3.947, - 312, - 2.121, - 324, - 3.102, - 350, - 1.532, - 406, - 1.922, - 407, - 0.953, - 492, - 5.032, - 525, - 3.024, - 580, - 2.231, - 584, - 3.265, - 594, - 3.336, + 2.252, + 241, + 0.876, + 247, + 2.063, + 260, + 1.379, + 263, + 1.865, + 268, + 1.859, + 269, + 0.928, + 273, + 2.088, + 280, + 2.446, + 298, + 2.585, + 330, + 1.304, + 332, + 1.361, + 333, + 1.764, + 341, + 1.983, + 349, + 4.556, + 479, + 4.542, + 483, + 4.11, + 490, + 1.709, + 491, + 3.2, + 523, + 2.123, + 556, + 1.681, + 601, + 1.482, + 602, + 1.654, + 603, + 1.709, + 604, + 2.073, + 605, + 2.333, 612, - 2.142, - 693, - 2.231, - 710, - 2.47, - 719, - 2.061, - 737, - 1.727, - 743, - 2.231, - 843, - 2.968, - 860, - 1.765, - 870, - 4.708, - 919, - 3.377, - 934, - 3.032, - 955, - 3.361, - 1022, - 2.418, - 1044, - 2.121, - 1153, - 4.149, - 1184, - 9.331, - 1187, - 6.233, - 1221, - 4.307, - 1227, - 4.397, - 1319, - 2.481, - 1404, - 2.968, - 1505, - 2.908, - 1981, - 4.376, - 2011, - 4.435, - 2077, - 2.802, - 2137, - 6.274, - 2139, - 4.942, - 2141, - 4.307, - 2197, - 6.763, - 2289, - 3.755, - 2428, - 2.968, - 2463, - 2.908, - 2475, - 2.418, - 2476, - 2.853, - 2497, - 4.657, - 2581, - 7.423, - 2845, - 4.978, - 2885, - 3.361, - 3182, - 6.763, - 3530, - 2.754, - 3861, - 6.055, - 4174, - 6.124, - 4256, - 3.949, - 4459, - 3.949, - 4601, - 5.142, - 5385, - 3.265, - 5555, - 3.949, - 5701, - 4.208, - 5715, - 4.208, - 6004, - 4.208, - 6161, - 4.208, - 6344, - 4.208, - 6472, - 4.208, - 6502, - 5.332, - 7080, - 8.52, - 7088, - 4.208, - 7302, - 4.208, - 7690, - 3.949, - 8306, - 4.208, - 8355, - 4.208, - 8690, - 4.208, - 8761, - 6.965, - 9001, - 6.965, - 9714, - 4.602, - 9715, - 4.602, - 9716, - 4.602, - 9717, - 8.974, - 9718, - 8.118, - 9719, - 4.602, - 9720, - 4.602, - 9721, - 4.602, - 9722, - 4.602, - 9723, - 8.974, - 9724, - 4.602, - 9725, - 4.602, - 9726, - 4.602, - 9727, - 4.602, - 9728, - 4.602, - 9729, - 4.602, - 9730, - 4.602, - 9731, - 4.602, - 9732, - 4.602, - 9733, - 8.118, - 9734, - 4.602, - 9735, - 4.602, - 9736, - 4.602, - 9737, - 4.602, - 9738, - 4.602, - 9739, - 4.602, - 9740, - 4.602, - 9741, - 4.602, - 9742, - 4.602, - 9743, - 4.602, - 9744, - 4.602, - 9745, - 4.602, - 9746, - 4.602, - 9747, - 6.816, - 9748, - 4.602, - 9749, - 4.602, - 9750, - 4.602, - 9751, - 4.602, - 9752, - 4.602, - 9753, - 6.816, - 9754, - 4.602, - 9755, - 4.602, - 9756, - 4.602, - 9757, - 4.602, - 9758, - 4.602, - 9759, - 4.602, - 9760, - 4.602, - 9761, - 4.602, - 9762, - 4.602, - 9763, - 4.602, - 9764, - 4.602, - 9765, - 4.602, - 9766, - 9.581, - 9767, - 4.602, - 9768, - 4.602, - 9769, - 4.602, - 9770, - 4.602, - 9771, - 4.602, - 9772, - 4.602, - 9773, - 4.602, - 9774, - 4.602, - 9775, - 4.602, - 9776, - 4.602, - 9777, - 4.602, - 9778, - 4.602, - 9779, - 4.602, - 9780, - 4.602, - 9781, - 4.602, - 9782, - 4.602, - 9783, - 4.602 + 2.448, + 614, + 1.604, + 631, + 2.027, + 680, + 3.278, + 686, + 3.363, + 716, + 5.474, + 721, + 3.2, + 752, + 1.885, + 774, + 4.117, + 827, + 4.899, + 858, + 2.448, + 866, + 3.393, + 874, + 3.199, + 891, + 2.565, + 897, + 2.638, + 976, + 3.2, + 1016, + 2.585, + 1017, + 2.902, + 1025, + 2.465, + 1041, + 3.824, + 1055, + 7.236, + 1062, + 2.235, + 1343, + 4.686, + 1465, + 2.2, + 1471, + 2.027, + 1485, + 2.695, + 1502, + 2.098, + 1557, + 2.448, + 1588, + 2.004, + 1597, + 6.333, + 1621, + 4.864, + 1672, + 2.205, + 1696, + 5.544, + 1714, + 2.988, + 1812, + 2.826, + 1814, + 1.849, + 1971, + 7.125, + 2070, + 2.585, + 2075, + 3.733, + 2088, + 2.988, + 2123, + 3.558, + 2190, + 2.369, + 2327, + 5.345, + 2448, + 4.982, + 2465, + 2.988, + 2540, + 3.456, + 2548, + 2.407, + 2579, + 2.902, + 2736, + 5.118, + 2750, + 2.585, + 2779, + 3.924, + 2799, + 6.381, + 2852, + 6.178, + 3252, + 4.205, + 3281, + 3.338, + 3287, + 3.741, + 3299, + 3.51, + 3351, + 7.125, + 3594, + 7.516, + 3595, + 5.523, + 3597, + 6.001, + 3646, + 4.023, + 3712, + 5.214, + 3938, + 2.757, + 3984, + 3.506, + 4134, + 2.695, + 4351, + 3.51, + 4382, + 3.51, + 4621, + 6.379, + 4746, + 2.536, + 4783, + 2.988, + 4857, + 6.629, + 5036, + 5.705, + 5248, + 5.353, + 5249, + 6.488, + 6075, + 3.51, + 6158, + 3.086, + 6416, + 6.902, + 6473, + 2.266, + 6763, + 2.333, + 6766, + 5.364, + 7320, + 4.706, + 7323, + 8.186, + 7908, + 3.51, + 7935, + 4.881, + 8727, + 3.741, + 8729, + 7.258, + 8734, + 3.741, + 8737, + 6.178, + 8740, + 3.741, + 9349, + 5.353, + 9645, + 5.353, + 9692, + 3.51, + 9693, + 3.741, + 9695, + 3.741, + 9696, + 3.51, + 9697, + 3.741, + 9698, + 3.741, + 9699, + 3.741, + 9700, + 3.51, + 9981, + 6.238, + 9982, + 3.741, + 9983, + 4.091, + 9984, + 6.238, + 9985, + 4.091, + 9986, + 4.091, + 9987, + 4.091, + 9988, + 4.091, + 9989, + 4.091, + 9990, + 4.091, + 9991, + 4.091, + 9992, + 8.459, + 9993, + 4.091, + 9994, + 4.091, + 9995, + 4.091, + 9996, + 4.091, + 9997, + 4.091, + 9998, + 4.091, + 9999, + 4.091, + 10000, + 4.091, + 10001, + 4.091, + 10002, + 4.091, + 10003, + 6.238, + 10004, + 4.091, + 10005, + 6.238, + 10006, + 4.091, + 10007, + 4.091, + 10008, + 4.091, + 10009, + 4.091, + 10010, + 4.091, + 10011, + 6.238, + 10012, + 4.091 ] ], [ - "type/ref/stable/graphics", + "type/ref/stable/dmWebServer", [ 6760, 1.837 ] ], [ - "data/ref/stable/graphics", + "data/ref/stable/dmWebServer", [ - 21, - 2.508, - 27, - 7.712, - 30, - 1.101, - 32, - 2.322, - 161, - 2.438, - 184, - 3.293, - 187, - 5.079, - 357, - 6.259, + 18, + 1.007, + 38, + 1.126, + 54, + 3.309, + 57, + 0.892, + 79, + 0.774, + 90, + 2.17, + 99, + 1.016, + 100, + 1.308, + 110, + 2.754, + 125, + 2.12, + 132, + 2.395, + 142, + 2.072, + 158, + 2.038, + 172, + 4.461, + 174, + 2.841, + 177, + 2.133, + 229, + 2.098, + 247, + 2.305, + 253, + 3.492, + 263, + 3.033, + 268, + 1.423, + 471, + 1.868, + 479, + 4.437, + 612, + 4.17, + 645, + 4.102, + 646, + 5.45, + 669, + 5.646, + 709, + 4.405, + 715, + 5.329, + 716, + 5.785, + 874, + 3.574, + 880, + 4.415, + 891, + 4.011, + 915, + 3.492, + 998, + 7.23, + 1041, + 4.117, + 1046, + 4.17, + 1062, + 3.808, + 1104, + 3.17, + 1216, + 4.909, + 1275, + 4.945, + 1379, + 4.238, + 1427, + 8.055, + 1621, + 5.45, + 1624, + 5.091, + 1814, + 5.271, + 2548, + 4.102, + 2655, + 5.687, + 2736, + 6.044, + 2779, + 5.94, + 3311, + 4.405, + 3317, + 6.87, + 3415, + 4.976, + 3646, + 6.09, + 3984, + 3.917, + 4154, + 5.091, + 4621, + 4.321, + 4857, + 6.629, + 5156, + 8.635, + 6763, + 5.785, + 7323, + 8.12, + 10013, + 6.97, + 10014, + 10.143, + 10015, + 9.107, + 10016, + 6.97, + 10017, + 6.97, + 10018, + 6.97, + 10019, + 6.97, + 10020, + 6.97 + ] + ], + [ + "type/ref/stable/b2d.body", + [ + 6760, + 1.837 + ] + ], + [ + "data/ref/stable/b2d.body", + [ + 7, + 0.795, + 10, + 1.169, + 18, + 1.149, + 20, + 1.256, + 23, + 1.123, + 31, + 4.952, + 36, + 1.078, + 38, + 0.276, + 46, + 1.589, + 52, + 1.488, + 55, + 1.191, + 56, + 1.626, + 57, + 1.563, + 59, + 0.853, + 60, + 0.691, + 75, + 2.788, + 79, + 0.968, + 90, + 2.252, + 92, + 1.676, + 99, + 0.951, + 100, + 2.062, + 107, + 1.029, + 108, + 0.73, + 113, + 0.498, + 124, + 2.357, + 125, + 1.644, + 126, + 1.876, + 133, + 1.357, + 135, + 2.419, + 141, + 0.919, + 142, + 2.989, + 146, + 1.217, + 148, + 0.509, + 153, + 1.738, + 158, + 3.213, + 169, + 0.369, + 171, + 1.273, + 177, + 1.278, + 195, + 1.438, + 197, + 0.853, + 199, + 1.064, + 201, + 0.558, + 202, + 2.071, + 229, + 1.162, + 230, + 0.864, + 240, + 0.706, + 241, + 1.64, + 250, + 3.65, + 251, + 3.529, + 262, + 1.943, + 268, + 2.016, + 269, + 1.94, + 273, + 1.745, + 282, + 1.23, + 304, + 2.693, + 307, + 1.438, + 309, + 1.461, + 316, + 2.64, + 359, + 4.75, + 361, + 5.437, + 368, + 1.802, + 379, + 1.674, + 385, + 3.038, + 387, + 1.473, + 399, + 1.762, + 434, + 1.156, + 442, + 1.112, + 452, + 1.214, + 493, + 1.943, + 509, + 1.289, + 510, + 1.534, + 515, + 1.54, 521, - 4.786, - 538, - 5.501, - 714, - 4.852, - 815, - 3.77, - 886, - 9.207, - 5653, - 3.575, - 5656, - 3.355, - 7374, - 3.575, - 7375, - 3.575, - 7376, - 3.575, - 7377, - 3.575, - 7378, - 3.575, - 7379, - 3.575, - 7380, - 3.575, - 7381, - 3.575, - 7382, - 3.575, - 7383, - 3.575, - 7384, - 3.575, - 7385, - 3.575, - 7386, - 3.575, - 7387, - 3.575, - 7388, - 3.575, - 7389, - 3.575, - 7390, - 3.575, - 7391, - 3.575, - 7392, - 3.575, - 7393, - 3.575, - 7394, - 3.575, - 7395, - 3.575, - 7396, - 3.575, - 7397, - 3.575, - 7398, - 3.575, - 7399, - 3.575, - 7400, - 3.575, - 7401, - 3.575, - 7404, - 3.575, - 7406, - 3.575, - 7407, - 3.575, - 7420, - 3.575, - 7788, - 3.575, - 7789, - 3.575, - 7790, - 3.575, - 7796, - 3.575, - 7797, - 3.575, - 7798, - 3.575, - 7799, - 3.575, - 7800, - 3.575, - 7801, - 3.575, - 7814, - 3.575, - 7815, - 3.575, - 7816, - 3.575, - 7842, - 3.575, - 7843, - 3.575, - 7844, - 3.575, - 7863, - 3.575, - 7865, - 3.575, - 7867, - 3.575, - 7869, - 3.575, - 7870, - 3.575, - 7872, - 3.575, - 7873, - 3.575, - 7875, - 3.575, - 7876, - 3.575, - 7878, - 3.575, - 7879, - 3.575, - 7880, - 3.575, - 7881, - 3.575, - 7883, - 3.575, - 7884, - 3.575, - 7914, - 3.575, - 7916, - 3.575, - 7917, - 3.575, - 7920, - 3.575, - 7921, - 3.575, - 7922, - 3.575, - 7923, - 3.575, - 7924, - 3.575, - 7925, - 3.575, - 7926, - 3.575, - 7927, - 3.575, - 7961, - 3.575, - 7962, - 3.575, - 7963, - 3.575, - 7964, - 3.575, - 7968, - 3.575, - 7969, - 3.575, - 7971, - 3.575, - 7973, - 3.575, - 9784, - 3.91, - 9785, - 3.91, - 9786, - 3.91, - 9787, - 3.91, - 9788, - 3.91, - 9789, - 3.91, - 9790, - 3.91, - 9791, - 3.91, - 9792, - 3.91, - 9793, - 3.91, - 9794, - 3.91, - 9795, - 3.91, - 9796, - 3.91, - 9797, - 3.91, - 9798, - 3.91, - 9799, - 3.91, - 9800, - 7.352, - 9801, - 3.91, - 9802, - 3.91, - 9803, - 3.91, - 9804, - 3.91, - 9805, - 3.91, - 9806, - 3.91, - 9807, - 3.91, - 9808, - 3.91, - 9809, - 3.91, - 9810, - 3.91, - 9811, - 3.91, - 9812, - 3.91, - 9813, - 3.91, - 9814, - 3.91, - 9815, - 3.91, - 9816, - 3.91, - 9817, - 3.91, - 9818, - 3.91, - 9819, - 3.91, - 9820, - 3.91, - 9821, - 3.91, - 9822, - 3.91, - 9823, - 3.91, - 9824, - 3.91, - 9825, - 3.91, - 9826, - 3.91, - 9827, - 3.91, - 9828, - 3.91, - 9829, - 3.91, - 9830, - 3.91, - 9831, - 3.91, - 9832, - 3.91, - 9833, - 3.91, - 9834, - 3.91, - 9835, - 3.91, - 9836, - 3.91, - 9837, - 3.91, - 9838, - 3.91, - 9839, - 3.91, - 9840, - 3.91, - 9841, - 3.91, - 9842, - 3.91, - 9843, - 3.91, - 9844, - 3.91, - 9845, - 3.91, - 9846, - 3.91, - 9847, - 3.91, - 9848, - 3.91, - 9849, - 3.91, - 9850, - 3.91, - 9851, - 3.91, - 9852, - 3.91, - 9853, - 3.91, - 9854, - 3.91, - 9855, - 3.91, - 9856, - 3.91, - 9857, - 3.91, - 9858, - 3.91, - 9859, - 3.91, - 9860, - 3.91, - 9861, - 3.91, - 9862, - 3.91, - 9863, - 3.91, - 9864, - 3.91, - 9865, - 3.91, - 9866, - 3.91, - 9867, - 3.91, - 9868, - 3.91, - 9869, - 3.91, - 9870, - 3.91, - 9871, - 3.91, - 9872, - 3.91, - 9873, - 3.91, - 9874, - 3.91, - 9875, - 3.91, - 9876, - 3.91, - 9877, - 3.91, - 9878, - 3.91, - 9879, - 3.91, - 9880, - 3.91, - 9881, - 3.91, - 9882, - 3.91, - 9883, - 3.91, - 9884, - 3.91, - 9885, - 3.91, - 9886, - 3.91, - 9887, - 3.91, - 9888, - 3.91, - 9889, - 3.91, - 9890, - 3.91, - 9891, - 3.91, - 9892, - 3.91, - 9893, - 3.91, - 9894, - 3.91, - 9895, - 3.91, - 9896, - 3.91, - 9897, - 3.91, - 9898, - 3.91, - 9899, - 3.91, - 9900, - 3.91, - 9901, - 3.91, - 9902, - 3.91, - 9903, - 3.91, - 9904, - 3.91, - 9905, - 3.91, - 9906, - 3.91, - 9907, - 3.91, - 9908, - 3.91, - 9909, - 3.91, - 9910, - 3.91, - 9911, - 3.91, - 9912, - 3.91, - 9913, - 3.91 + 2.461, + 524, + 3.307, + 540, + 1.54, + 541, + 1.321, + 554, + 1.567, + 564, + 2.026, + 570, + 1.762, + 595, + 2.252, + 611, + 3.584, + 623, + 2.399, + 629, + 0.747, + 634, + 2.136, + 652, + 1.674, + 752, + 2.921, + 786, + 5.323, + 866, + 3.185, + 903, + 4.129, + 931, + 0.687, + 948, + 0.981, + 962, + 1.167, + 987, + 1.321, + 1000, + 1.762, + 1006, + 1.762, + 1027, + 2.026, + 1069, + 2.271, + 1093, + 5.409, + 1116, + 8.001, + 1118, + 2.271, + 1124, + 1.601, + 1140, + 2.921, + 1141, + 1.512, + 1158, + 5.248, + 1160, + 1.486, + 1208, + 1.512, + 1231, + 7.71, + 1248, + 1.569, + 1296, + 1.556, + 1302, + 1.814, + 1304, + 1.461, + 1309, + 2.282, + 1310, + 2.131, + 1322, + 2.142, + 1332, + 1.004, + 1471, + 1.23, + 1502, + 2.142, + 1510, + 2.693, + 1525, + 4.005, + 1600, + 1.486, + 1684, + 1.438, + 1872, + 1.512, + 1889, + 1.512, + 1893, + 1.486, + 1973, + 3.792, + 2026, + 1.636, + 2036, + 2.131, + 2087, + 1.569, + 2095, + 1.486, + 2156, + 4.304, + 2192, + 2.885, + 2226, + 4.559, + 2289, + 3.82, + 2290, + 2.026, + 2296, + 6.977, + 2297, + 8.224, + 2310, + 4.629, + 2311, + 2.131, + 2312, + 1.873, + 2323, + 6.22, + 2326, + 8.654, + 2440, + 1.204, + 2441, + 1.305, + 2555, + 1.569, + 2643, + 6.71, + 2648, + 2.131, + 2649, + 1.486, + 3200, + 5.164, + 3247, + 1.814, + 3615, + 1.873, + 3693, + 1.601, + 3712, + 4.456, + 3841, + 4.411, + 3847, + 2.131, + 3856, + 3.268, + 3972, + 3.417, + 3977, + 2.131, + 4098, + 3.351, + 4134, + 1.636, + 4918, + 1.943, + 5677, + 6.066, + 5715, + 2.026, + 5803, + 4.411, + 6013, + 2.271, + 6094, + 6.465, + 7019, + 3.268, + 7326, + 1.873, + 7443, + 1.943, + 7445, + 2.271, + 7454, + 4.639, + 7459, + 3.82, + 7547, + 7.447, + 7549, + 6.465, + 7550, + 2.271, + 7747, + 2.131, + 9416, + 3.82, + 9754, + 2.131, + 9770, + 6.066, + 9917, + 11.005, + 9919, + 10.964, + 9921, + 2.271, + 9922, + 3.82, + 10021, + 2.483, + 10022, + 2.483, + 10023, + 2.483, + 10024, + 2.483, + 10025, + 4.177, + 10026, + 2.483, + 10027, + 2.483, + 10028, + 2.483, + 10029, + 2.483, + 10030, + 4.177, + 10031, + 2.483, + 10032, + 2.483, + 10033, + 2.483, + 10034, + 2.483, + 10035, + 2.483, + 10036, + 2.483, + 10037, + 2.483, + 10038, + 2.483, + 10039, + 2.483, + 10040, + 2.483, + 10041, + 2.483, + 10042, + 2.483, + 10043, + 2.483, + 10044, + 2.483, + 10045, + 2.483, + 10046, + 4.177, + 10047, + 2.483, + 10048, + 2.483, + 10049, + 2.483, + 10050, + 2.483, + 10051, + 4.177, + 10052, + 4.177, + 10053, + 2.483, + 10054, + 2.483, + 10055, + 2.483, + 10056, + 2.483, + 10057, + 2.483, + 10058, + 2.483, + 10059, + 2.483, + 10060, + 2.483, + 10061, + 2.483, + 10062, + 2.483, + 10063, + 2.483, + 10064, + 2.483, + 10065, + 2.483, + 10066, + 8.55, + 10067, + 2.483, + 10068, + 2.483, + 10069, + 2.483, + 10070, + 2.483, + 10071, + 2.483, + 10072, + 2.483, + 10073, + 2.483, + 10074, + 2.483, + 10075, + 2.483, + 10076, + 4.177, + 10077, + 2.483, + 10078, + 4.177, + 10079, + 4.177, + 10080, + 2.483, + 10081, + 2.483, + 10082, + 2.483, + 10083, + 2.483, + 10084, + 2.483, + 10085, + 2.483, + 10086, + 2.483, + 10087, + 2.483, + 10088, + 2.483, + 10089, + 2.483, + 10090, + 2.483, + 10091, + 2.483, + 10092, + 2.483, + 10093, + 2.483, + 10094, + 2.483, + 10095, + 2.483, + 10096, + 2.483, + 10097, + 2.483, + 10098, + 7.659, + 10099, + 2.483, + 10100, + 2.483, + 10101, + 2.483, + 10102, + 4.177, + 10103, + 4.177, + 10104, + 2.483, + 10105, + 2.483, + 10106, + 2.483, + 10107, + 2.271, + 10108, + 2.483, + 10109, + 2.483, + 10110, + 2.483, + 10111, + 2.483, + 10112, + 2.483, + 10113, + 2.483, + 10114, + 2.483, + 10115, + 2.483, + 10116, + 2.483, + 10117, + 2.483, + 10118, + 2.483, + 10119, + 2.483, + 10120, + 2.483, + 10121, + 2.483, + 10122, + 2.483, + 10123, + 2.483, + 10124, + 2.483, + 10125, + 2.483, + 10126, + 2.483, + 10127, + 2.483, + 10128, + 2.483, + 10129, + 2.483 ] ], [ - "type/ref/stable/crash", + "type/ref/stable/html5", [ 6760, 1.837 ] ], [ - "data/ref/stable/crash", + "data/ref/stable/html5", [ - 0, - 0.601, - 2, - 1.809, - 8, - 1.258, - 9, - 0.996, - 11, - 0.941, - 16, - 0.645, - 21, - 1.72, - 23, - 1.061, - 29, - 1.102, - 30, - 1.079, - 31, - 4.173, - 32, - 0.934, - 33, - 1.23, - 35, - 3.554, + 18, + 1.115, + 20, + 1.487, 36, - 2.987, - 39, - 1.939, - 41, - 1.426, - 42, - 1.703, - 49, - 1.754, - 51, - 0.921, - 60, - 2.0, - 68, - 1.911, - 70, - 2.44, - 71, - 1.728, - 74, - 0.793, + 2.127, 77, - 1.425, - 86, - 1.019, - 92, - 1.686, - 94, - 1.697, - 98, - 2.578, + 2.317, + 79, + 0.98, + 90, + 1.847, + 97, + 2.24, 99, - 1.403, - 108, - 1.854, - 119, - 2.278, - 135, - 3.851, - 137, - 1.063, - 141, - 1.971, - 144, - 3.707, - 149, - 1.528, - 158, - 1.664, + 0.947, + 100, + 1.829, + 103, + 1.784, + 106, + 1.388, + 113, + 1.553, + 126, + 1.538, + 148, + 1.59, + 150, + 1.962, + 153, + 1.758, 160, - 1.28, - 161, - 2.037, - 186, - 2.767, - 190, - 1.395, - 196, - 3.139, - 224, - 1.351, - 237, - 1.13, - 263, - 1.373, - 264, - 3.809, - 271, - 4.486, - 277, - 2.408, - 293, - 1.969, - 298, - 2.801, - 325, - 3.232, - 350, - 1.633, - 384, - 3.578, - 393, - 3.434, - 395, - 4.186, - 407, - 2.329, - 417, - 2.378, - 418, - 3.1, - 428, - 2.458, - 433, - 3.307, - 444, - 2.645, - 457, - 2.645, - 465, - 1.211, - 492, - 2.0, - 493, - 1.434, - 502, - 2.353, - 538, - 4.145, - 547, - 2.505, - 570, - 2.718, - 573, - 2.218, - 581, - 1.593, + 2.291, + 165, + 3.199, + 167, + 3.942, + 169, + 1.153, + 201, + 1.741, + 207, + 2.579, + 235, + 4.897, + 241, + 1.659, + 268, + 1.582, + 269, + 2.212, + 332, + 2.579, + 411, + 4.022, + 479, + 3.657, + 500, + 2.827, + 514, + 5.353, + 537, + 4.42, + 556, + 4.005, 590, - 2.363, - 593, - 3.307, - 594, - 2.016, - 605, - 2.841, - 628, - 2.987, + 3.21, + 615, + 5.186, 659, - 1.924, - 669, - 5.202, - 670, - 2.516, - 702, - 2.353, - 712, - 2.016, - 758, - 2.12, + 4.42, + 666, + 5.105, + 703, + 3.822, + 715, + 4.071, + 716, + 4.42, 759, - 1.73, - 796, - 2.261, - 858, - 1.555, + 4.997, + 765, + 2.715, + 839, + 8.441, + 848, + 3.839, + 915, + 2.972, + 931, + 2.145, + 1104, + 2.697, + 1137, + 4.637, + 1332, + 3.134, + 1378, + 5.934, + 1379, + 4.962, + 1381, + 5.498, + 1393, + 6.063, + 1409, + 7.626, + 1434, + 3.882, + 1465, + 4.151, + 1472, + 4.366, + 1502, + 3.973, + 1713, + 4.071, + 1813, + 5.498, + 1895, + 4.897, + 2080, + 5.223, + 3595, + 5.66, + 3671, + 7.086, + 4564, + 6.063, + 4864, + 5.846, + 5280, + 6.063, + 5673, + 5.223, + 6473, + 4.293, + 7001, + 4.718, + 10130, + 7.749, + 10131, + 7.749, + 10132, + 7.749, + 10133, + 7.749, + 10134, + 7.749, + 10135, + 7.749, + 10136, + 7.749, + 10137, + 7.749 + ] + ], + [ + "type/ref/stable/dmHash", + [ + 6760, + 1.837 + ] + ], + [ + "data/ref/stable/dmHash", + [ + 7, + 1.285, + 18, + 1.065, + 20, + 1.424, + 30, + 1.522, + 36, + 2.042, + 38, + 1.102, + 46, + 0.879, + 57, + 1.37, + 59, + 0.861, + 72, + 2.052, + 79, + 0.91, + 99, + 1.057, + 102, + 2.754, + 106, + 1.104, + 107, + 1.948, + 113, + 1.681, + 126, + 1.224, + 132, + 1.384, + 144, + 2.116, + 148, + 1.265, + 247, + 1.332, + 263, + 3.489, + 268, + 2.349, + 292, + 3.594, + 330, + 1.966, + 332, + 2.052, + 419, + 5.302, + 420, + 4.258, + 459, + 3.904, + 492, + 6.548, + 521, + 2.92, + 555, + 1.261, + 612, + 6.409, + 622, + 3.63, + 629, + 1.854, + 664, + 4.502, + 762, + 4.353, 866, - 3.06, - 972, - 2.757, - 1007, - 3.481, - 1054, - 2.841, - 1078, - 2.049, - 1121, - 3.1, - 1129, - 2.12, - 1222, - 2.198, - 1234, - 2.404, - 1239, - 4.063, - 1261, - 3.663, - 1284, - 3.392, - 1481, - 2.841, - 1545, - 3.1, - 1569, - 3.737, - 1696, - 3.838, - 1782, - 3.701, - 1894, - 3.389, - 1977, - 4.074, - 2138, - 5.218, - 2409, - 3.232, - 2475, - 4.426, - 2527, - 3.851, - 2573, - 2.458, - 2691, - 3.389, - 2996, - 4.908, - 3221, - 3.1, - 3254, - 3.838, - 3323, - 3.838, - 3373, - 2.936, - 3560, - 3.481, - 3765, - 4.21, - 3897, - 3.701, - 4005, - 3.042, - 4059, - 3.1, - 4280, - 9.352, - 4394, - 4.003, - 4781, - 10.295, - 4851, - 5.389, - 4876, - 5.218, - 4884, - 3.307, - 5218, - 3.164, - 5731, - 7.229, - 5853, - 4.003, - 5890, - 4.003, - 7099, - 9.091, + 3.126, + 878, + 2.597, + 891, + 2.846, + 986, + 4.155, + 999, + 4.395, + 1019, + 4.735, + 1041, + 5.202, + 1042, + 5.528, + 1046, + 3.688, + 1081, + 2.452, + 1109, + 2.988, + 1126, + 3.088, + 1140, + 5.437, + 1361, + 5.528, + 1428, + 5.852, + 1434, + 3.088, + 1459, + 4.366, + 1465, + 4.161, + 1479, + 3.627, + 1548, + 3.323, + 1911, + 4.891, + 1968, + 4.465, + 1982, + 3.088, + 2190, + 5.238, + 2191, + 6.247, + 2476, + 8.259, + 2563, + 5.313, + 2565, + 2.715, + 2580, + 7.196, + 2736, + 4.715, + 2779, + 5.735, + 3046, + 4.823, + 3407, + 10.522, + 3411, + 4.155, + 3412, + 6.111, + 3610, + 3.323, + 3646, + 5.448, + 3712, + 3.63, + 3984, + 5.36, + 3988, + 5.655, + 4042, + 5.03, + 4745, + 3.753, + 4746, + 2.497, + 4753, + 5.289, + 6473, + 4.648, + 6530, + 5.637, + 6763, + 6.303, + 6766, + 7.042, + 6972, + 3.038, 7311, - 4.486, - 7861, - 4.486, - 8436, - 9.688, - 8452, - 4.486, - 8481, - 4.21, - 8785, - 4.486, - 9503, - 4.486, - 9914, - 4.906, - 9915, - 4.906, - 9916, - 4.906, - 9917, - 4.906, - 9918, - 4.906, - 9919, - 4.906, - 9920, - 4.906, - 9921, - 4.906, - 9922, - 4.906, - 9923, - 4.906, - 9924, - 7.144, - 9925, - 6.533, - 9926, - 4.906, - 9927, - 4.906, - 9928, - 7.144, - 9929, - 4.906, - 9930, - 4.906, - 9931, - 4.906, - 9932, - 4.906, - 9933, - 4.906, - 9934, - 4.906, - 9935, - 4.906, - 9936, - 4.486, - 9937, - 4.906, - 9938, - 4.906, - 9939, - 4.906, - 9940, - 4.906, - 9941, - 4.906, - 9942, - 4.906, - 9943, - 4.906, - 9944, - 4.906, - 9945, - 4.906, - 9946, - 4.906, - 9947, - 4.906, - 9948, - 4.906, - 9949, - 4.906, - 9950, - 4.906, - 9951, - 4.906, - 9952, - 4.906, - 9953, - 4.906, - 9954, - 4.906, - 9955, - 4.906, - 9956, - 4.906, - 9957, - 4.906, - 9958, - 4.906, - 9959, - 4.906, - 9960, - 4.906, - 9961, - 4.906, - 9962, - 4.906, - 9963, - 4.906, - 9964, - 4.906, - 9965, - 4.906, - 9966, - 4.906, - 9967, - 4.906 + 4.061, + 7404, + 7.479, + 7457, + 5.03, + 7966, + 5.03, + 7968, + 5.03, + 8034, + 9.077, + 9727, + 8.722, + 10138, + 4.027, + 10139, + 4.027, + 10140, + 7.489, + 10141, + 3.683, + 10142, + 4.027, + 10143, + 4.027, + 10144, + 4.027, + 10145, + 11.307, + 10146, + 8.39, + 10147, + 4.027, + 10148, + 9.927, + 10149, + 4.027, + 10150, + 4.027, + 10151, + 4.027, + 10152, + 4.027, + 10153, + 4.027, + 10154, + 6.164, + 10155, + 6.164, + 10156, + 4.027, + 10157, + 6.164, + 10158, + 4.027, + 10159, + 8.39, + 10160, + 6.164, + 10161, + 4.027, + 10162, + 4.027, + 10163, + 4.027, + 10164, + 4.027, + 10165, + 4.027 ] ], [ - "type/ref/stable/timer", + "type/ref/stable/http", [ 6760, 1.837 ] ], [ - "data/ref/stable/timer", + "data/ref/stable/http", [ - 0, - 0.733, 7, - 1.032, + 0.788, 8, - 1.052, - 9, - 1.022, - 11, - 0.73, - 16, - 0.742, - 21, - 2.291, + 2.376, + 18, + 1.109, + 20, + 1.536, 22, - 2.132, - 30, - 1.107, - 32, - 1.139, - 33, - 1.491, - 35, - 3.007, - 42, - 1.427, - 48, - 2.288, - 68, - 1.866, - 70, - 2.111, - 71, - 1.228, - 74, - 0.913, - 77, - 1.64, - 86, - 1.34, - 91, - 2.296, + 2.579, + 27, + 3.635, + 38, + 1.146, + 46, + 1.373, + 52, + 1.728, + 57, + 1.32, + 60, + 1.746, + 72, + 2.089, + 79, + 0.916, + 90, + 1.496, + 97, + 1.814, 99, - 2.352, - 104, - 3.326, - 119, + 0.916, + 102, + 1.614, + 103, + 1.445, + 106, + 1.124, + 107, + 1.194, + 125, 1.909, - 135, - 3.525, - 137, - 0.891, - 141, - 1.648, - 149, - 1.864, - 151, - 1.508, - 160, - 1.683, - 161, - 1.188, - 172, - 2.276, - 190, - 1.702, - 191, - 1.516, - 196, - 2.031, - 219, - 4.761, - 237, - 1.378, - 293, - 2.402, - 300, - 1.282, - 303, - 2.501, - 316, - 1.8, - 317, - 2.246, + 126, + 1.686, + 142, + 3.067, + 158, + 2.483, + 165, + 2.753, + 167, + 3.435, + 169, + 1.264, + 170, + 3.257, + 229, + 1.557, + 256, + 1.908, + 263, + 2.879, + 268, + 2.391, + 269, + 1.424, + 273, + 2.66, + 313, + 3.33, + 330, + 2.001, + 332, + 2.089, 337, - 2.184, - 338, - 3.07, - 405, - 3.364, - 417, - 2.902, - 465, - 1.478, - 492, - 3.353, - 493, - 1.75, - 523, - 4.707, - 533, - 5.065, - 538, - 3.684, - 568, - 2.46, - 569, - 2.716, - 595, - 2.169, - 644, - 4.268, - 655, - 2.633, - 697, - 3.5, - 712, - 2.46, - 714, - 3.25, - 726, - 3.684, - 737, - 2.246, + 3.966, + 382, + 3.056, + 392, + 2.199, + 454, + 2.499, + 471, + 1.682, + 555, + 1.966, + 615, + 4.519, + 627, + 5.575, + 636, + 2.407, + 645, + 3.693, + 669, + 7.043, + 672, + 2.92, + 679, + 2.811, + 691, + 2.945, 738, - 4.763, - 779, - 3.582, - 808, - 2.126, - 827, - 3.131, - 858, - 2.607, - 1078, - 3.435, - 1145, - 2.872, - 1421, - 4.217, - 1516, - 3.931, - 1526, - 3.865, - 1731, - 6.434, - 1753, - 4.373, - 1776, + 3.755, + 747, + 3.527, + 774, + 3.84, + 793, + 2.92, + 811, + 4.208, + 849, + 2.785, + 866, + 3.843, + 874, 4.936, - 1822, - 2.215, - 1839, - 4.921, - 1869, - 4.616, - 1977, - 3.415, - 1988, - 5.544, - 2031, - 4.661, - 2123, - 2.902, - 2137, - 6.239, - 2328, - 6.522, - 2573, - 4.707, - 2957, - 4.247, - 2996, - 5.166, - 3163, - 3.86, - 3171, - 3.582, - 3556, - 3.107, - 3815, - 7.176, - 3961, - 8.062, - 4276, - 4.035, - 5350, - 4.516, - 5724, - 7.057, - 5853, - 6.711, - 6132, - 8.971, - 6816, - 4.885, - 7148, - 5.475, - 8107, - 5.137, - 9968, - 5.987, - 9969, - 5.987, - 9970, - 10.954, - 9971, - 5.987, - 9972, - 9.395, - 9973, - 5.987, - 9974, - 8.225, - 9975, - 8.225, - 9976, - 5.987, - 9977, - 5.987, - 9978, - 5.987, - 9979, - 5.987, - 9980, - 5.987, - 9981, - 5.987, - 9982, - 5.987, - 9983, - 5.987 + 880, + 3.042, + 891, + 3.499, + 901, + 2.712, + 914, + 2.621, + 931, + 1.737, + 998, + 6.434, + 1019, + 2.372, + 1025, + 2.48, + 1052, + 3.297, + 1062, + 3.429, + 1064, + 3.075, + 1100, + 7.532, + 1109, + 4.667, + 1143, + 4.047, + 1160, + 3.755, + 1189, + 7.532, + 1198, + 3.579, + 1202, + 4.032, + 1272, + 2.785, + 1295, + 4.169, + 1379, + 3.952, + 1406, + 4.394, + 1411, + 4.759, + 1432, + 3.527, + 1434, + 3.144, + 1445, + 4.452, + 1465, + 4.006, + 1588, + 3.075, + 1621, + 3.18, + 1631, + 3.891, + 1804, + 3.01, + 1979, + 3.821, + 2051, + 4.734, + 2054, + 3.579, + 2078, + 3.966, + 2087, + 3.966, + 2120, + 4.734, + 2357, + 4.91, + 2442, + 6.203, + 2548, + 3.693, + 2649, + 3.755, + 3066, + 5.739, + 3311, + 3.966, + 3415, + 5.26, + 3594, + 7.534, + 3670, + 5.121, + 3730, + 5.385, + 3902, + 3.966, + 3965, + 5.739, + 3967, + 5.739, + 5251, + 5.121, + 5682, + 4.335, + 10166, + 8.493, + 10167, + 6.276, + 10168, + 6.276, + 10169, + 6.276, + 10170, + 6.276, + 10171, + 9.627, + 10172, + 6.276, + 10173, + 6.276, + 10174, + 6.276, + 10175, + 6.276, + 10176, + 6.276, + 10177, + 5.739, + 10178, + 6.276 ] ], [ - "type/ref/stable/dmGui", + "type/ref/stable/particlefx", [ 6760, 1.837 ] ], [ - "data/ref/stable/dmGui", + "data/ref/stable/particlefx", [ - 8, - 1.355, - 9, - 1.036, - 11, - 0.975, - 21, - 2.112, - 26, - 1.115, - 30, - 1.149, - 32, - 0.792, - 33, - 1.375, - 42, - 2.393, - 47, - 5.812, - 48, - 1.158, - 50, - 4.0, - 51, - 1.186, - 70, - 1.42, - 71, - 0.853, - 73, - 2.755, - 74, - 0.462, - 77, - 1.702, - 92, - 1.429, + 7, + 0.606, + 10, + 1.043, + 18, + 1.141, + 20, + 1.465, + 36, + 0.963, + 38, + 1.171, + 46, + 1.504, + 57, + 1.383, + 59, + 0.436, + 60, + 2.555, + 79, + 1.007, + 90, + 2.188, + 96, + 3.235, + 99, + 1.008, + 100, + 2.028, + 101, + 4.451, 102, - 1.23, - 108, - 2.388, - 110, - 1.385, - 119, - 3.08, - 121, - 2.413, - 123, - 3.091, + 1.241, + 103, + 1.921, + 106, + 1.936, + 107, + 1.343, + 113, + 1.414, 125, - 2.556, - 127, - 2.639, - 129, - 3.872, - 131, - 4.358, - 133, - 5.42, + 2.793, + 126, + 2.092, 141, - 0.834, - 161, - 1.516, - 162, - 1.625, - 173, - 1.607, - 186, - 1.889, - 196, - 2.591, - 198, - 3.718, + 1.786, + 148, + 0.99, + 153, + 1.095, + 165, + 2.626, + 167, + 2.855, + 168, + 3.709, + 170, + 3.913, + 177, + 1.477, + 194, + 0.881, + 197, + 1.658, 201, - 3.406, - 218, - 3.518, - 278, - 1.273, - 306, - 4.979, - 316, - 1.251, - 318, - 3.74, - 320, - 1.782, - 337, - 3.113, - 350, - 2.103, - 381, - 5.558, - 407, - 0.862, - 460, - 1.782, - 463, - 6.232, - 466, - 2.441, - 479, - 2.061, - 493, - 3.024, - 539, - 2.489, - 569, - 1.827, - 628, - 2.533, - 640, - 1.917, - 646, - 4.662, - 647, - 4.571, - 677, - 2.039, - 697, - 2.846, - 714, - 1.644, - 724, - 3.501, - 737, - 2.371, - 811, - 1.752, - 827, - 2.908, - 859, - 1.359, - 921, - 2.084, - 1072, - 1.955, - 1103, - 4.293, - 1156, - 1.881, - 1166, - 1.975, - 1421, - 3.24, - 1603, - 6.927, - 1662, - 1.917, - 1717, - 2.951, - 1762, - 2.409, - 1822, - 1.539, - 1982, - 2.186, - 2232, - 2.489, - 2266, - 4.672, - 2354, - 3.993, - 2451, - 4.075, - 2502, - 3.781, - 2816, - 3.804, - 2996, - 4.367, - 3337, - 2.683, - 3840, - 4.174, - 3843, - 3.57, - 3897, - 5.764, - 4182, - 4.944, - 4276, - 2.804, - 4388, - 3.395, - 4390, - 3.704, - 4745, - 2.804, - 4861, - 3.804, - 4939, - 3.57, - 5218, - 4.075, - 6101, - 3.395, - 6753, - 4.233, - 6856, - 10.536, - 6884, - 3.604, - 6897, - 6.364, - 7156, - 3.395, - 7475, - 4.944, - 7504, - 3.395, - 7561, - 3.255, - 8804, - 3.395, - 9204, - 3.804, - 9583, - 3.804, - 9656, - 6.987, - 9984, - 6.319, - 9985, - 4.16, - 9986, - 4.16, - 9987, - 11.855, - 9988, - 11.728, - 9989, - 4.16, - 9990, - 4.16, - 9991, - 7.64, - 9992, - 6.319, - 9993, - 10.04, - 9994, - 4.16, - 9995, - 4.16, - 9996, - 4.16, - 9997, - 4.16, - 9998, - 6.319, - 9999, - 4.16, - 10000, - 4.16, - 10001, - 4.16, - 10002, - 4.16, - 10003, - 4.16, - 10004, - 3.804, - 10005, - 4.16, - 10006, - 4.16, - 10007, - 4.16, - 10008, - 4.16, - 10009, - 4.16, - 10010, - 6.319, - 10011, - 4.16, - 10012, - 4.16, - 10013, - 4.16, - 10014, - 4.16, - 10015, - 4.16, - 10016, - 4.16, - 10017, - 4.16, - 10018, - 4.16, - 10019, - 4.16, - 10020, - 6.319, - 10021, - 4.16 + 2.063, + 229, + 0.885, + 232, + 7.263, + 234, + 6.837, + 240, + 2.373, + 241, + 1.033, + 247, + 2.335, + 260, + 2.379, + 261, + 2.05, + 263, + 2.746, + 268, + 1.441, + 269, + 2.392, + 273, + 2.412, + 282, + 2.391, + 358, + 2.224, + 452, + 2.426, + 469, + 2.446, + 471, + 2.461, + 497, + 2.475, + 510, + 2.593, + 515, + 2.992, + 543, + 1.937, + 553, + 2.523, + 556, + 1.983, + 577, + 3.272, + 590, + 2.924, + 619, + 3.641, + 629, + 1.451, + 679, + 2.162, + 765, + 1.691, + 826, + 2.536, + 834, + 2.391, + 849, + 4.797, + 897, + 3.112, + 912, + 4.552, + 919, + 2.475, + 931, + 2.31, + 960, + 3.809, + 989, + 8.08, + 990, + 7.382, + 991, + 4.297, + 992, + 8.71, + 1019, + 4.234, + 1043, + 2.086, + 1109, + 2.34, + 1114, + 5.381, + 1131, + 3.497, + 1136, + 5.693, + 1137, + 5.494, + 1140, + 4.857, + 1147, + 3.641, + 1161, + 3.938, + 1163, + 4.142, + 1208, + 4.297, + 1216, + 2.602, + 1219, + 2.938, + 1246, + 4.414, + 1247, + 7.161, + 1248, + 3.05, + 1249, + 3.776, + 1250, + 2.712, + 1251, + 4.142, + 1252, + 6.455, + 1254, + 2.795, + 1295, + 1.811, + 1296, + 2.63, + 1379, + 2.246, + 1403, + 3.351, + 1406, + 2.203, + 1465, + 3.812, + 1600, + 2.888, + 1629, + 3.162, + 1649, + 2.536, + 1696, + 4.297, + 1879, + 3.577, + 2096, + 2.674, + 2633, + 6.041, + 2908, + 3.334, + 3363, + 6.343, + 3501, + 3.776, + 3503, + 6.057, + 4315, + 4.414, + 5113, + 3.938, + 5715, + 3.938, + 6554, + 3.938, + 7326, + 3.641, + 7814, + 6.455, + 7815, + 6.455, + 7816, + 6.455, + 7817, + 6.455, + 9973, + 4.414, + 10179, + 4.827, + 10180, + 4.827, + 10181, + 4.827, + 10182, + 4.827, + 10183, + 4.827, + 10184, + 4.827, + 10185, + 4.827 ] ], [ - "type/ref/stable/sound", + "type/ref/stable/json", [ 6760, 1.837 ] ], [ - "data/ref/stable/sound", + "data/ref/stable/json", + [ + 8, + 2.239, + 18, + 0.722, + 20, + 1.504, + 36, + 1.983, + 38, + 1.104, + 57, + 1.024, + 77, + 2.06, + 79, + 1.033, + 86, + 3.229, + 99, + 1.005, + 113, + 1.603, + 160, + 3.441, + 169, + 1.48, + 241, + 2.13, + 263, + 2.393, + 555, + 2.507, + 612, + 6.474, + 672, + 4.628, + 747, + 5.589, + 848, + 3.965, + 891, + 3.373, + 931, + 2.752, + 1039, + 4.314, + 1051, + 5.677, + 1075, + 7.694, + 1295, + 4.631, + 1403, + 4.722, + 1429, + 5.394, + 1465, + 4.105, + 1472, + 4.454, + 1962, + 7.264, + 2097, + 7.819, + 3712, + 3.879, + 3899, + 7.846, + 3933, + 7.318, + 5652, + 6.53, + 8155, + 6.867, + 9032, + 8.115, + 10186, + 8.003, + 10187, + 9.094, + 10188, + 9.945, + 10189, + 8.003, + 10190, + 8.003 + ] + ], + [ + "type/ref/stable/profiler", + [ + 6760, + 1.837 + ] + ], + [ + "data/ref/stable/profiler", [ 7, - 1.279, + 0.462, 8, - 1.422, - 9, - 0.979, + 1.029, 10, - 1.209, - 11, - 1.047, - 16, - 1.009, - 21, - 2.02, - 22, - 1.504, + 0.795, + 12, + 1.679, + 18, + 1.144, + 20, + 1.49, 23, - 0.822, - 25, - 2.169, - 26, - 1.336, - 28, - 1.769, - 29, - 2.185, + 4.343, 30, - 1.14, - 32, - 1.122, - 33, - 1.58, - 35, - 3.264, - 42, - 1.94, - 44, - 1.526, + 1.39, + 36, + 1.833, + 38, + 0.963, + 41, + 3.019, 46, - 1.386, - 50, - 0.969, + 1.639, 51, - 1.912, + 2.687, + 52, + 1.582, + 57, + 1.362, + 59, + 0.961, + 62, + 1.217, 67, - 1.332, - 68, - 1.928, - 70, - 0.854, - 71, - 1.36, - 73, - 0.969, - 74, - 0.904, + 4.812, + 69, + 1.729, 77, - 1.176, - 80, - 2.718, - 83, - 2.484, + 1.989, + 78, + 3.139, + 79, + 0.868, + 84, + 3.03, 86, - 1.544, - 97, - 1.163, + 2.596, + 87, + 4.47, + 90, + 2.191, 99, - 2.665, + 1.027, + 100, + 1.998, + 102, + 1.818, 103, - 1.288, - 104, - 1.538, - 105, - 2.275, + 1.323, 106, - 3.842, + 1.432, 107, - 3.416, + 1.651, 108, - 3.603, - 119, - 3.155, + 2.351, + 109, + 1.38, + 113, + 1.417, 121, - 2.882, - 123, - 0.806, - 134, - 1.677, + 1.901, + 122, + 2.489, + 124, + 4.715, + 126, + 1.141, + 128, + 1.822, 135, - 3.054, - 136, - 2.698, + 2.13, 137, - 1.075, + 2.541, 141, - 2.113, - 143, - 4.033, - 146, - 0.878, + 2.617, + 142, + 2.734, 148, - 1.288, - 151, - 1.615, - 152, - 1.606, + 1.64, + 153, + 1.814, 158, - 1.29, - 160, - 1.742, - 161, - 1.964, - 162, - 1.281, - 172, - 1.632, - 173, - 1.469, - 175, - 3.875, - 182, - 3.535, - 184, - 1.703, - 186, - 3.419, + 2.068, + 165, + 2.022, + 174, + 1.499, + 177, + 1.125, + 178, + 1.37, + 194, + 1.291, 196, - 0.754, + 1.987, 198, - 0.726, + 1.926, + 201, + 2.348, 203, - 4.879, + 1.983, + 210, + 1.488, 216, - 2.505, + 1.453, 217, - 1.999, - 218, - 1.458, - 224, - 2.241, - 234, - 2.198, - 236, - 3.024, - 237, - 1.778, - 239, - 3.885, + 4.077, + 229, + 2.055, + 241, + 0.788, + 247, + 1.217, 256, - 0.654, - 267, - 1.769, - 270, - 2.651, - 290, - 0.774, - 293, - 1.999, - 300, - 1.419, - 305, - 2.202, + 0.826, + 260, + 1.937, + 261, + 2.441, + 263, + 1.1, + 265, + 2.423, + 268, + 1.173, + 269, + 0.835, + 271, + 1.909, + 273, + 1.973, 317, - 1.427, - 343, - 1.417, - 364, - 0.899, - 369, - 3.082, - 388, - 3.442, - 405, - 2.137, - 407, - 0.46, - 417, - 1.078, - 424, - 1.066, - 438, - 0.996, - 448, - 2.238, - 450, - 5.921, - 453, - 1.045, - 456, - 1.863, - 465, - 0.939, - 478, - 1.588, - 479, - 1.884, - 491, - 0.929, - 493, - 2.787, + 2.165, + 333, + 1.04, + 335, + 2.423, + 353, + 1.476, + 368, + 1.046, + 380, + 2.04, + 382, + 2.877, + 385, + 2.067, + 392, + 1.289, + 419, + 2.324, + 434, + 1.712, + 439, + 2.479, + 449, + 6.112, + 471, + 1.896, + 472, + 1.695, + 488, + 2.324, + 497, + 1.886, + 500, + 1.342, 504, - 1.268, - 514, - 3.513, - 519, - 3.283, + 1.864, + 505, + 1.886, + 510, + 1.351, + 516, + 1.983, 522, - 1.843, - 523, - 1.769, - 526, - 1.465, - 530, - 2.76, - 541, - 1.499, - 564, - 6.949, - 569, - 0.643, + 1.822, + 552, + 2.377, + 561, + 1.166, + 563, + 5.052, 573, - 2.253, - 580, - 1.078, - 581, - 2.346, + 1.38, 590, - 2.692, + 1.524, 594, - 1.563, - 595, - 0.806, - 605, - 2.202, - 611, - 0.987, - 612, - 1.035, - 636, - 0.921, - 655, - 0.978, - 694, - 3.206, - 697, - 1.856, - 712, - 3.173, - 723, - 3.179, - 735, - 1.308, - 759, - 0.784, - 775, - 2.202, - 776, - 0.987, - 792, - 1.397, - 843, - 2.452, - 844, - 5.249, - 858, - 0.705, + 2.648, + 596, + 2.01, + 608, + 1.822, + 615, + 3.763, + 620, + 1.909, + 622, + 2.786, + 623, + 3.548, + 627, + 2.13, + 680, + 1.933, + 683, + 1.562, + 685, + 2.343, + 691, + 1.758, + 703, + 1.442, + 740, + 1.864, + 744, + 1.783, + 751, + 1.488, + 752, + 2.648, + 765, + 3.66, + 773, + 1.333, + 801, + 4.505, + 826, + 1.933, + 832, + 1.764, + 866, + 2.141, 874, - 2.778, - 914, - 2.238, - 948, - 0.84, - 977, - 2.107, - 1022, - 4.056, - 1042, - 1.998, - 1045, - 1.114, - 1078, - 3.225, - 1094, - 1.884, - 1104, - 1.114, - 1107, - 1.078, + 1.886, + 880, + 1.783, + 898, + 1.306, + 919, + 1.886, + 924, + 1.746, + 980, + 5.156, + 993, + 2.067, + 1034, + 1.41, + 1040, + 2.201, + 1041, + 4.157, + 1062, + 2.01, + 1124, + 2.372, + 1135, + 4.767, + 1136, + 2.28, + 1147, + 2.775, + 1153, + 5.526, + 1162, + 2.61, + 1164, + 2.201, 1166, - 1.056, - 1174, - 2.275, - 1200, - 1.769, - 1211, - 2.617, - 1227, - 1.089, - 1261, - 1.14, - 1262, - 1.215, - 1293, - 1.035, - 1359, - 1.268, - 1486, - 4.479, - 1498, - 2.275, - 1516, - 0.779, - 1549, - 1.232, - 1569, - 3.362, - 1579, - 1.378, - 1598, - 10.183, - 1599, - 5.438, + 2.13, + 1186, + 2.816, + 1295, + 2.156, + 1323, + 1.536, + 1340, + 2.61, + 1401, + 2.239, + 1406, + 2.623, + 1427, + 3.97, + 1440, + 4.867, + 1465, + 2.494, 1621, - 3.975, - 1662, - 1.752, - 1774, - 4.468, - 1776, - 1.168, - 1781, - 3.103, - 1797, - 1.33, - 1805, - 3.573, - 1821, - 0.987, - 1822, - 0.822, - 1839, - 5.085, - 1850, - 1.33, - 1854, - 1.95, - 1869, - 1.736, - 1877, - 7.935, - 1889, - 5.977, - 1895, - 1.308, - 1902, - 2.05, - 1920, - 5.561, - 1957, - 1.863, - 1963, - 1.268, - 1981, - 2.05, - 2023, - 1.127, - 2031, - 3.054, - 2123, + 2.912, + 1651, + 3.439, + 1661, 1.843, - 2162, - 1.405, - 2304, - 1.434, - 2328, - 3.213, - 2377, - 3.089, - 2423, - 2.975, - 2428, - 4.978, - 2463, - 2.403, - 2497, - 1.973, - 2573, - 1.905, - 2878, - 2.563, - 2890, - 2.033, - 2987, - 2.698, - 3077, - 1.624, - 3163, - 3.803, - 3171, - 3.529, - 3221, - 2.403, - 3222, - 2.975, - 3287, - 2.137, - 3411, - 1.739, - 3477, - 2.358, - 3862, - 2.778, - 3939, - 1.677, - 4390, - 1.078, - 4398, - 1.499, - 4447, - 7.06, - 4610, - 4.614, - 4619, - 1.814, - 4625, - 3.103, - 4771, - 3.314, - 4851, - 1.677, - 5271, - 2.033, - 5475, - 3.103, - 5579, - 1.739, - 5674, - 6.3, - 5675, - 5.061, - 5676, - 4.556, - 5680, - 4.276, - 5681, - 3.477, - 5682, - 2.033, - 5683, - 2.033, - 5685, - 8.491, - 5686, - 5.393, - 5688, - 5.061, - 5692, - 2.033, - 5694, - 2.033, - 5695, - 7.06, - 5699, - 2.033, - 5700, - 2.033, - 5702, - 5.061, - 5705, - 2.033, - 5712, - 2.033, - 5942, - 2.033, - 6202, - 3.477, - 6591, - 3.263, - 6830, - 2.315, - 7763, - 2.033, - 8001, - 1.814, - 8353, - 2.033, - 8528, - 3.477, - 9165, - 3.477, - 9694, - 2.033, - 10022, - 6.628, - 10023, - 8.81, - 10024, - 7.721, - 10025, - 3.803, - 10026, - 7.225, - 10027, - 4.983, - 10028, - 4.983, - 10029, - 2.223, - 10030, - 2.033, - 10031, - 3.803, - 10032, - 2.223, - 10033, - 2.223, - 10034, - 2.223, - 10035, - 2.223, - 10036, - 2.223, - 10037, - 2.223, - 10038, - 2.223, - 10039, - 2.223, - 10040, - 2.223, - 10041, - 2.223, - 10042, - 2.223, - 10043, - 2.223, - 10044, - 2.223, - 10045, - 2.223, - 10046, - 5.898, - 10047, - 2.223, - 10048, - 2.223, - 10049, - 1.908, - 10050, - 2.223, - 10051, - 2.223, - 10052, - 2.223, - 10053, - 4.983 + 1698, + 2.28, + 1858, + 8.06, + 1911, + 2.947, + 1920, + 1.712, + 1933, + 1.957, + 1936, + 3.184, + 1968, + 1.957, + 1979, + 2.239, + 1997, + 3.278, + 1999, + 3.184, + 2013, + 3.97, + 2024, + 1.663, + 2155, + 5.156, + 2189, + 3.184, + 2192, + 4.886, + 2437, + 3.001, + 2472, + 6.475, + 2562, + 4.335, + 2568, + 2.324, + 2631, + 2.324, + 2633, + 2.947, + 2797, + 3.364, + 2872, + 4.077, + 3071, + 2.479, + 3074, + 2.541, + 3117, + 2.775, + 3352, + 4.931, + 3521, + 4.931, + 3620, + 2.878, + 3668, + 3.001, + 3727, + 3.439, + 4227, + 2.878, + 4228, + 3.364, + 4230, + 3.364, + 4231, + 3.364, + 4232, + 3.364, + 4244, + 2.687, + 4245, + 5.771, + 4576, + 3.156, + 4841, + 3.364, + 4867, + 7.443, + 5190, + 3.001, + 5228, + 8.965, + 5876, + 3.364, + 7439, + 3.156, + 7509, + 4.931, + 8022, + 3.156, + 8451, + 4.931, + 8555, + 3.156, + 8664, + 9.089, + 9522, + 3.001, + 10191, + 3.678, + 10192, + 3.678, + 10193, + 3.678, + 10194, + 3.678, + 10195, + 3.678, + 10196, + 3.678, + 10197, + 3.678, + 10198, + 3.678, + 10199, + 3.678, + 10200, + 3.678, + 10201, + 3.678, + 10202, + 3.678, + 10203, + 3.678, + 10204, + 3.678, + 10205, + 3.678, + 10206, + 5.747, + 10207, + 5.747, + 10208, + 5.747, + 10209, + 3.678, + 10210, + 5.747, + 10211, + 5.747, + 10212, + 5.747, + 10213, + 5.747, + 10214, + 5.747, + 10215, + 3.678, + 10216, + 3.678, + 10217, + 3.678, + 10218, + 3.678, + 10219, + 3.678, + 10220, + 3.678, + 10221, + 3.678, + 10222, + 7.073, + 10223, + 3.678, + 10224, + 5.747, + 10225, + 3.678, + 10226, + 5.747, + 10227, + 5.747, + 10228, + 5.747, + 10229, + 3.678, + 10230, + 3.678, + 10231, + 4.931, + 10232, + 3.678, + 10233, + 3.678, + 10234, + 3.678, + 10235, + 3.678, + 10236, + 3.678, + 10237, + 3.678, + 10238, + 3.678 ] ], [ - "type/ref/stable/dmArray", + "type/ref/stable/dmThread", [ 6760, 1.837 ] ], [ - "data/ref/stable/dmArray", + "data/ref/stable/dmThread", [ 7, - 1.283, - 8, - 1.569, - 9, - 0.602, - 11, - 1.087, - 16, - 0.784, - 21, - 2.087, - 23, - 0.797, - 30, - 1.148, - 32, - 1.348, - 33, - 1.577, - 35, - 1.097, - 42, - 1.373, - 46, - 1.602, - 49, - 1.318, - 68, - 1.817, - 70, - 2.235, - 71, - 1.181, - 72, - 2.275, - 74, - 0.787, - 77, - 1.148, - 86, - 1.313, - 92, - 3.95, - 97, - 2.816, + 0.936, + 10, + 1.612, + 18, + 1.093, + 38, + 1.056, + 44, + 3.115, + 62, + 2.467, + 79, + 0.808, + 90, + 1.777, 99, - 1.647, - 101, - 2.734, - 117, - 4.032, - 121, - 2.004, - 137, - 1.292, - 149, - 1.793, - 151, - 0.676, - 160, - 1.434, - 161, + 1.012, + 103, + 1.717, + 106, + 1.336, + 126, + 1.48, + 132, + 2.562, + 141, + 3.875, + 158, + 2.18, + 165, + 2.132, + 169, + 1.11, + 172, + 5.013, + 177, + 2.911, + 197, + 2.562, + 201, + 2.138, + 207, + 2.482, + 226, 2.075, - 162, - 2.059, - 190, - 2.617, - 198, - 1.205, - 217, - 2.843, - 224, - 1.585, - 237, - 2.119, 240, - 4.506, - 278, - 2.45, - 300, - 1.714, - 305, - 4.637, - 336, - 1.683, - 337, - 2.921, - 338, - 4.453, - 364, - 1.492, - 367, - 3.446, - 400, - 2.853, - 407, - 1.193, - 454, - 3.317, - 456, - 2.822, - 460, - 1.58, - 490, - 3.713, - 493, - 1.078, - 523, - 1.716, - 525, - 1.374, - 593, - 3.882, - 594, - 3.29, - 606, - 5.172, - 607, - 4.462, - 610, - 7.295, - 615, - 4.637, - 634, - 2.207, - 677, - 2.822, - 680, - 3.164, - 697, - 2.146, - 710, - 1.336, + 2.121, + 244, + 2.881, + 247, + 3.465, + 263, + 2.23, + 268, + 1.523, + 358, + 3.436, + 442, + 3.34, + 469, + 3.779, + 524, + 3.186, + 534, + 3.505, + 553, + 2.666, 728, - 5.398, - 737, - 2.161, - 749, - 1.869, - 758, - 2.489, - 783, - 4.682, - 921, - 1.848, - 928, - 6.607, - 937, - 3.236, - 948, - 1.394, - 960, - 2.792, - 968, - 1.827, - 1001, - 6.597, - 1006, - 4.942, - 1167, - 5.694, - 1227, - 2.822, - 1239, - 3.687, - 1251, - 4.058, - 1273, - 3.19, - 1319, - 1.988, - 1324, - 5.6, - 1348, - 3.064, - 1637, - 5.345, - 1680, - 2.286, - 1705, - 2.258, - 1743, - 4.344, - 1794, - 2.286, - 1821, - 2.556, - 1869, - 2.628, - 1929, - 4.302, - 2031, - 1.699, + 3.654, + 762, + 3.403, + 856, + 3.817, + 891, + 3.227, + 894, + 2.947, + 941, + 3.73, + 1082, + 8.054, + 1141, + 4.54, + 1309, + 4.075, + 1459, + 3.04, + 1774, + 3.779, + 1814, + 3.371, + 1982, + 3.736, 2042, - 3.009, - 2112, - 2.378, - 2136, - 6.869, - 2142, - 7.177, - 2161, - 3.794, - 2265, - 2.103, - 2527, - 5.511, - 2703, - 2.616, - 2728, - 4.206, - 2752, - 4.668, - 2801, - 6.343, - 2989, - 7.087, - 3175, - 2.207, - 3292, - 4.344, - 3373, - 3.446, - 3545, - 3.713, - 3818, - 2.694, - 3861, - 3.639, - 4390, - 1.788, - 4475, - 5.266, - 4884, - 4.775, - 5109, - 7.213, - 5500, - 3.009, - 6753, - 5.511, - 6816, - 3.009, - 6830, - 2.245, - 6884, - 6.332, - 7220, - 4.699, - 7631, - 3.165, - 8207, - 4.942, - 8236, - 5.345, - 8268, - 3.373, - 8271, - 5.266, - 10054, - 11.497, - 10055, - 3.688, - 10056, - 8.793, - 10057, - 3.688, - 10058, - 3.688, - 10059, - 3.688, - 10060, - 3.688, - 10061, - 5.759, - 10062, - 5.266, - 10063, - 3.688, - 10064, - 3.165, - 10065, - 3.688, - 10066, - 3.688 - ] - ], - [ - "type/ref/stable/dmPhysics", - [ - 6760, - 1.837 - ] - ], - [ - "data/ref/stable/dmPhysics", - [ - 42, - 2.351, - 163, - 4.635, - 170, - 8.463, - 195, - 5.317, - 226, - 6.155, - 2996, - 5.093, - 10067, - 9.863, - 10068, - 9.863 + 4.131, + 2563, + 5.291, + 2637, + 6.012, + 2952, + 4.02, + 4097, + 6.399, + 4465, + 5.027, + 4745, + 4.54, + 5565, + 10.423, + 5870, + 9.468, + 5871, + 6.399, + 7404, + 6.948, + 8714, + 5.834, + 10231, + 6.399, + 10239, + 7.458, + 10240, + 12.109, + 10241, + 7.458, + 10242, + 7.458, + 10243, + 7.458, + 10244, + 7.458, + 10245, + 7.458, + 10246, + 7.458, + 10247, + 7.458, + 10248, + 7.458, + 10249, + 7.458, + 10250, + 7.458, + 10251, + 7.458, + 10252, + 7.458, + 10253, + 7.458, + 10254, + 7.458, + 10255, + 7.458 ] ], [ - "type/ref/stable/dmTime", + "type/ref/stable/dmStaticAssert", [ 6760, 1.837 ] ], [ - "data/ref/stable/dmTime", + "data/ref/stable/dmStaticAssert", [ - 7, - 1.174, - 11, - 0.83, - 86, - 1.651, - 121, - 2.645, - 137, - 1.391, - 201, - 5.042, - 493, - 2.734, - 726, - 4.189, - 1118, - 7.055, - 1516, - 4.055, - 1532, - 5.694, - 1822, - 4.042, - 2091, - 5.91, - 4046, - 6.831, - 7508, - 6.635, - 7716, - 9.931, - 8217, - 8.552, - 8220, - 8.552, - 8248, - 9.931, - 10069, - 9.353, - 10070, - 10.925, - 10071, - 9.353, - 10072, - 9.353 + 18, + 0.829, + 20, + 1.437, + 55, + 4.407, + 59, + 0.829, + 77, + 1.903, + 79, + 0.918, + 84, + 3.936, + 99, + 0.96, + 100, + 1.724, + 102, + 2.362, + 106, + 1.646, + 107, + 2.057, + 126, + 1.824, + 150, + 2.737, + 165, + 2.627, + 229, + 1.684, + 256, + 2.064, + 280, + 3.603, + 563, + 5.806, + 614, + 3.603, + 680, + 4.827, + 1323, + 3.838, + 1465, + 3.24, + 2006, + 4.827, + 2440, + 4.454, + 3438, + 6.71, + 3610, + 4.953, + 3712, + 4.454, + 4538, + 8.156, + 5881, + 7.497, + 10256, + 9.187, + 10257, + 10.811, + 10258, + 9.187, + 10259, + 9.187 ] ], [ - "type/ref/stable/dmConnectionPool", + "type/ref/stable/camera", [ 6760, 1.837 ] ], [ - "data/ref/stable/dmConnectionPool", + "data/ref/stable/camera", [ - 8, - 0.801, - 9, - 0.817, - 11, - 0.956, - 16, - 0.93, - 21, - 1.278, - 28, - 2.222, - 29, - 2.16, - 30, - 1.042, - 32, - 1.191, - 35, - 1.86, - 42, - 1.491, - 48, - 1.741, - 51, - 1.174, - 68, - 1.42, - 71, - 1.284, - 74, - 1.196, - 86, - 1.583, - 99, - 2.748, - 119, + 18, + 1.142, + 20, + 1.499, + 23, + 2.247, + 46, + 1.029, + 52, + 1.985, + 57, + 1.558, + 59, + 0.651, + 70, + 2.094, + 77, + 1.029, + 79, + 0.791, + 88, + 3.837, + 89, + 3.94, + 90, + 2.535, + 92, 1.995, - 121, - 1.77, - 123, - 2.267, - 125, - 2.531, + 96, + 1.575, + 99, + 0.754, + 100, + 1.353, + 102, + 1.278, + 103, + 1.954, + 106, + 0.89, + 113, + 1.445, 127, - 2.614, - 146, - 4.071, - 151, - 2.146, - 161, - 1.242, - 198, - 2.044, - 224, - 1.722, - 249, - 6.191, + 4.861, + 142, + 3.495, + 150, + 2.357, + 158, + 3.11, + 165, + 1.421, + 169, + 1.073, + 170, + 4.43, + 175, + 4.637, + 201, + 1.117, + 202, + 3.475, + 241, + 2.117, + 244, + 1.92, 250, - 4.895, - 251, - 3.682, - 253, - 4.72, - 254, - 8.06, - 259, - 7.766, - 278, - 2.941, - 300, - 1.34, + 2.786, + 256, + 1.117, + 268, + 1.473, + 295, + 2.29, + 305, + 4.177, 316, - 1.882, - 350, - 2.082, - 430, - 2.912, - 465, - 1.544, - 492, - 2.551, - 493, - 2.478, - 525, - 2.331, - 581, - 2.032, - 667, - 6.141, - 693, - 3.033, - 697, - 3.158, - 724, - 4.695, - 737, - 3.866, - 759, + 3.141, + 368, + 1.414, + 373, + 3.026, + 385, + 4.053, + 403, + 7.014, + 404, + 6.516, + 412, + 6.276, + 421, + 5.642, + 429, + 2.41, + 452, + 1.445, + 477, + 3.434, + 488, + 4.557, + 509, + 5.854, + 594, + 5.198, + 691, 2.207, - 787, - 3.624, - 891, - 2.95, - 905, - 3.208, - 1095, - 3.744, - 1167, - 4.399, - 1211, - 3.762, - 1491, - 3.1, - 1516, - 2.192, - 1540, - 4.57, - 1693, - 6.429, - 1762, - 3.624, - 1776, - 3.287, - 1783, - 4.895, - 1784, - 2.912, - 2070, - 3.624, - 2073, - 9.614, - 2232, - 3.744, - 2435, - 4.217, - 2450, - 5.584, - 2470, - 5.106, - 2475, - 4.453, - 2515, - 4.439, - 2793, - 5.369, - 2841, - 7.273, - 2996, - 3.832, - 3171, - 5.751, - 3402, - 5.106, - 4390, - 4.109, - 4821, - 5.959, - 4926, - 6.191, - 4942, - 4.51, - 4968, - 7.52, - 5973, - 6.191, - 7209, - 4.217, - 7297, - 6.191, - 8115, - 5.722, - 8276, - 5.722, - 8279, - 5.722, - 9523, - 7.273, - 9651, - 7.751, - 10073, - 6.257, - 10074, - 11.94, - 10075, - 11.704, - 10076, - 11.1, - 10077, - 6.257, - 10078, - 6.257, - 10079, - 8.476, - 10080, - 8.476, - 10081, - 8.476, - 10082, - 8.476, - 10083, - 8.476, - 10084, - 6.257, - 10085, - 5.722, - 10086, - 6.257, - 10087, - 6.257, - 10088, - 6.257, - 10089, - 6.257, - 10090, - 5.722, - 10091, - 6.257, - 10092, - 6.257, - 10093, - 6.257, - 10094, - 6.257, - 10095, - 6.257, - 10096, - 6.257 + 703, + 1.949, + 750, + 4.998, + 765, + 1.742, + 849, + 5.127, + 866, + 2.687, + 898, + 2.561, + 917, + 3.26, + 1025, + 1.964, + 1098, + 6.392, + 1126, + 2.49, + 1133, + 6.621, + 1295, + 3.185, + 1406, + 3.291, + 1459, + 2.026, + 1472, + 5.174, + 1629, + 2.226, + 1631, + 3.082, + 1687, + 6.994, + 1763, + 7.531, + 1814, + 5.223, + 1884, + 3.063, + 2398, + 4.056, + 2780, + 5.772, + 3106, + 6.595, + 3124, + 5.863, + 3477, + 4.545, + 3478, + 4.545, + 3479, + 7.778, + 3480, + 4.545, + 3481, + 4.545, + 3482, + 7.77, + 3483, + 4.545, + 3485, + 3.889, + 3486, + 3.434, + 3487, + 6.276, + 3712, + 2.41, + 3797, + 3.205, + 4871, + 4.545, + 5573, + 7.024, + 7019, + 3.889, + 7443, + 3.889, + 8541, + 4.545, + 10260, + 4.971, + 10261, + 4.971, + 10262, + 4.971, + 10263, + 4.971, + 10264, + 4.971, + 10265, + 4.971, + 10266, + 4.971, + 10267, + 4.971, + 10268, + 4.971, + 10269, + 4.971, + 10270, + 4.971, + 10271, + 4.971, + 10272, + 4.971, + 10273, + 4.971, + 10274, + 4.971, + 10275, + 4.971, + 10276, + 4.971, + 10277, + 4.971, + 10278, + 4.971, + 10279, + 4.971, + 10280, + 4.971, + 10281, + 4.971, + 10282, + 4.971, + 10283, + 4.971, + 10284, + 4.971, + 10285, + 4.971 ] ], [ - "type/ref/stable/string", + "type/ref/stable/image", [ 6760, 1.837 ] ], [ - "data/ref/stable/string", + "data/ref/stable/image", [ - 7, - 1.284, - 8, - 1.458, - 9, - 1.025, - 11, - 0.857, - 16, - 0.971, - 21, - 2.12, - 23, - 2.032, - 26, - 1.962, - 30, - 1.13, - 32, - 1.67, - 33, - 1.547, - 35, - 2.177, - 41, - 0.768, - 46, - 0.735, - 49, - 2.021, - 51, - 1.647, - 54, - 1.184, - 57, - 1.638, + 18, + 1.105, + 20, + 1.158, + 36, + 2.089, + 38, + 0.968, 62, - 2.047, - 67, - 1.981, - 68, - 0.998, - 70, - 1.645, - 71, - 1.352, - 74, - 1.117, - 77, - 1.576, - 80, - 2.028, - 86, - 1.501, - 91, - 1.013, - 94, - 1.955, + 2.157, + 79, + 0.834, + 88, + 5.575, + 89, + 5.725, 97, - 0.809, + 1.886, 99, - 2.877, - 102, - 1.671, - 110, - 3.405, - 111, - 0.885, - 112, - 6.925, - 117, - 2.106, - 119, - 1.403, + 0.97, + 106, + 1.168, + 113, + 1.746, 121, - 2.235, - 129, - 1.339, - 135, - 2.747, - 137, - 1.399, - 141, - 1.584, - 147, - 2.486, - 149, - 1.76, - 151, - 1.036, - 158, - 1.492, - 160, - 1.768, - 161, - 1.809, - 162, - 1.453, - 168, - 1.531, - 173, - 3.391, - 182, - 2.268, - 184, - 1.184, - 186, - 2.811, - 190, - 1.251, - 191, - 0.669, - 193, - 0.929, - 217, - 1.06, - 224, - 2.588, - 229, - 4.5, - 237, - 0.608, + 2.157, + 125, + 3.187, + 126, + 2.08, + 142, + 3.115, + 169, + 1.297, + 202, + 3.808, + 212, + 4.056, + 241, + 1.866, 256, - 1.294, - 264, - 1.989, - 278, - 1.346, - 279, - 3.553, - 289, - 1.67, + 1.465, + 268, + 2.294, 290, - 1.532, - 297, - 0.828, - 300, - 1.692, - 314, - 2.837, - 316, - 0.795, - 325, - 1.741, + 4.919, + 320, + 5.215, 337, - 2.671, - 343, - 1.874, - 350, - 2.631, - 384, - 1.123, - 393, - 1.794, - 407, - 2.179, - 422, - 2.556, - 427, - 1.281, - 438, - 1.184, - 448, - 2.589, - 453, - 2.657, - 454, - 2.342, - 456, - 1.295, - 465, - 1.807, - 469, - 1.687, - 479, - 1.309, - 491, - 1.104, - 492, - 4.503, - 514, - 1.562, - 522, - 2.74, - 524, - 4.199, - 525, - 1.639, - 538, - 2.532, - 540, - 1.485, - 554, - 0.874, - 581, - 2.14, - 590, - 0.874, - 599, - 1.255, - 614, - 1.67, - 640, - 3.037, - 656, - 3.327, - 697, - 0.985, - 710, - 0.958, - 712, - 2.709, - 719, - 1.184, - 743, - 1.281, - 756, - 1.309, - 759, - 1.552, - 776, - 1.173, - 786, - 2.899, - 792, - 2.077, - 806, - 2.068, - 808, - 1.562, - 810, - 4.812, - 811, - 1.853, + 6.621, + 380, + 3.094, + 555, + 2.73, + 679, + 3.904, + 752, + 4.828, 823, - 3.319, - 824, - 1.281, - 858, - 1.395, - 875, - 4.423, + 4.297, + 866, + 3.904, + 880, + 4.225, 891, - 0.92, - 909, - 1.23, - 914, - 1.555, - 930, - 2.268, - 934, - 1.741, - 947, - 1.531, - 948, - 1.663, - 955, - 1.93, - 960, - 1.281, - 968, - 2.18, - 1009, - 1.555, - 1014, - 4.721, - 1021, - 1.531, - 1022, - 2.97, - 1036, - 3.214, - 1042, - 2.312, - 1045, - 1.324, - 1054, - 2.548, - 1058, - 2.966, - 1126, - 1.826, - 1127, - 1.295, - 1129, - 1.901, - 1160, - 1.06, - 1211, - 1.953, - 1222, - 1.184, - 1227, - 1.295, - 1239, - 1.687, - 1290, - 1.555, - 1319, - 2.372, - 1421, - 2.256, - 1443, - 1.994, - 1461, - 1.875, + 3.554, + 905, + 5.129, + 918, + 4.709, + 931, + 2.9, + 936, + 5.742, + 937, + 7.112, + 978, + 3.444, + 1041, + 5.336, + 1109, + 4.225, + 1198, + 4.971, + 1295, + 4.374, + 1406, + 4.782, 1465, - 2.23, - 1492, - 1.93, - 1500, - 1.355, - 1516, - 1.542, - 1569, - 4.285, - 1570, - 1.581, - 1610, - 2.899, - 1645, - 5.17, - 1671, - 1.875, - 1749, - 1.93, - 1775, - 1.826, - 1776, - 1.389, - 1813, - 1.994, - 1822, - 1.628, - 1854, - 2.256, - 1862, - 3.214, - 1865, - 1.531, - 1868, - 1.485, - 1894, - 1.826, - 1929, - 1.309, - 1930, - 2.283, - 1981, - 4.261, - 1990, - 1.425, - 2011, - 3.602, - 2021, - 2.156, - 2031, - 1.218, - 2079, - 2.404, - 2123, - 2.74, - 2141, - 5.296, - 2144, - 5.196, - 2161, - 1.741, - 2212, - 6.781, - 2261, - 1.826, - 2290, - 2.417, - 2337, - 1.826, - 2354, - 1.67, - 2402, - 3.214, - 2408, - 3.905, - 2425, - 1.994, - 2534, - 3.214, - 2573, - 2.832, - 2601, - 1.555, - 2637, - 2.156, - 2671, - 5.75, - 2678, - 4.087, - 2750, - 5.728, - 2752, - 1.741, - 2756, - 1.609, - 2759, - 1.741, - 2760, - 1.741, - 2769, - 1.826, - 2789, - 4.129, - 2920, - 1.875, - 2985, - 1.826, - 3075, - 3.724, - 3077, - 1.93, - 3133, - 2.156, - 3177, - 2.156, - 3226, - 5.65, - 3265, - 2.068, - 3287, - 4.71, - 3314, - 3.59, - 3355, - 2.679, - 3545, - 1.704, - 3616, - 1.781, - 3769, - 6.838, - 3804, - 2.268, - 3861, - 3.572, - 3878, - 2.156, - 3940, - 2.068, - 3982, - 2.417, - 4002, - 3.776, - 4005, - 4.087, - 4007, - 2.899, - 4008, - 4.851, - 4009, - 2.268, - 4010, - 4.851, - 4043, - 5.17, - 4088, - 2.068, - 4174, - 3.319, - 4177, - 2.268, - 4190, - 2.417, - 4198, - 1.875, - 4280, - 2.068, - 4329, - 5.17, - 4332, - 2.417, - 4377, - 2.268, - 4388, - 2.156, - 4410, - 2.156, - 4448, - 1.994, - 4580, - 2.268, - 4581, - 2.156, - 4729, - 2.156, - 4745, - 1.781, - 4885, - 2.156, - 4942, - 1.406, - 4945, - 2.417, - 4948, - 2.268, - 5109, - 3.572, - 5218, - 1.704, - 5385, - 5.607, - 5904, - 1.826, - 5957, - 4.024, - 6567, - 3.59, - 6650, - 2.417, - 6961, - 2.268, - 7250, - 1.994, - 7279, - 4.024, - 7289, - 2.268, - 7336, - 4.024, - 7696, - 5.656, - 7783, - 4.129, - 7955, - 6.184, - 8090, - 5.17, - 8091, - 5.17, - 8093, - 2.156, - 8110, - 2.268, - 8234, - 2.068, - 8412, - 2.417, - 8529, - 2.268, - 8543, - 4.024, - 8548, - 2.417, - 8560, - 2.268, - 8584, - 3.776, - 8761, - 2.268, - 9712, - 5.17, - 10097, - 2.643, - 10098, - 2.643, - 10099, - 2.643, - 10100, - 2.643, - 10101, - 2.643, - 10102, - 2.643, - 10103, - 4.024, - 10104, - 2.643, - 10105, - 2.643, - 10106, - 2.643, - 10107, - 4.4, - 10108, - 2.417, - 10109, - 2.643, - 10110, - 2.643, - 10111, - 2.643, - 10112, - 2.643, - 10113, - 2.643, - 10114, - 2.643, - 10115, - 2.643, - 10116, - 2.643, - 10117, - 2.643, - 10118, - 5.653, - 10119, - 2.643, - 10120, - 7.904, - 10121, - 5.653, - 10122, - 2.643, - 10123, - 2.643, - 10124, - 2.643, - 10125, - 9.869, - 10126, - 2.643, - 10127, - 8.381, - 10128, - 4.4, - 10129, - 2.643, - 10130, - 6.592, - 10131, - 7.321, - 10132, - 2.643, - 10133, - 6.592, - 10134, - 2.643, - 10135, - 4.4, - 10136, - 2.643, - 10137, - 2.643, - 10138, - 2.643, - 10139, - 2.643, - 10140, - 2.643, - 10141, - 2.643, - 10142, - 4.4, - 10143, - 2.643, - 10144, - 2.643, - 10145, - 2.643, - 10146, - 4.4, - 10147, - 2.643, - 10148, - 2.643, - 10149, - 2.643, - 10150, - 2.643, - 10151, - 2.643, - 10152, - 2.643, - 10153, - 2.643, - 10154, - 2.643, - 10155, - 2.643, - 10156, - 2.643, - 10157, - 4.4, - 10158, - 2.643, - 10159, - 2.643, - 10160, - 2.643, - 10161, - 2.417, - 10162, - 2.643, - 10163, - 2.643, - 10164, - 2.643, - 10165, - 2.643 + 3.695, + 1472, + 4.693, + 1908, + 3.94, + 2098, + 5.964, + 2163, + 7.97, + 2182, + 5.372, + 2542, + 4.043, + 2633, + 4.469, + 2697, + 5.103, + 2874, + 6.366, + 2885, + 4.92, + 2886, + 4.764, + 3902, + 5.508, + 4400, + 6.183, + 6165, + 7.479, + 7797, + 7.97, + 9603, + 5.964, + 10286, + 8.716, + 10287, + 8.716, + 10288, + 9.816, + 10289, + 9.816, + 10290, + 9.816, + 10291, + 9.816, + 10292, + 6.522, + 10293, + 6.522, + 10294, + 6.522, + 10295, + 6.522, + 10296, + 6.522, + 10297, + 6.522 ] ], [ - "type/ref/stable/dmGraphics", + "type/ref/stable/resource", [ 6760, 1.837 ] ], [ - "data/ref/stable/dmGraphics", + "data/ref/stable/resource", [ 7, - 1.255, - 8, - 1.467, + 1.075, 9, - 0.977, + 0.675, + 10, + 1.266, 11, - 1.018, - 13, - 1.093, - 16, - 0.397, - 17, - 2.177, + 1.831, + 15, + 1.558, 18, - 2.925, - 21, - 1.74, - 29, - 0.425, + 1.152, + 20, + 1.479, + 22, + 1.421, + 24, + 3.194, + 27, + 2.003, 30, - 1.154, - 33, - 0.876, - 35, - 2.74, - 37, - 0.839, - 42, - 2.093, + 2.993, + 31, + 0.624, + 36, + 1.456, + 38, + 1.007, + 44, + 1.16, 46, - 2.616, - 48, - 2.291, + 1.566, 51, - 0.355, - 52, - 1.1, - 65, - 1.006, - 67, - 1.158, + 0.787, + 56, + 2.927, + 57, + 1.521, + 59, + 0.746, + 60, + 1.275, + 62, + 0.356, + 69, + 0.506, 70, - 0.742, + 0.839, + 71, + 1.918, 72, - 0.747, - 74, - 0.914, + 0.663, 77, - 0.377, - 86, - 1.388, - 92, - 2.829, - 93, - 0.879, + 1.774, + 79, + 1.018, + 84, + 0.853, + 86, + 2.734, + 88, + 4.632, + 89, + 3.988, + 90, + 0.824, + 97, + 1.461, + 98, + 0.764, 99, - 1.51, + 1.052, + 100, + 1.551, + 101, + 0.965, + 102, + 2.361, + 103, + 1.565, + 104, + 1.021, + 105, + 2.349, + 106, + 1.794, + 107, + 0.872, 108, - 1.249, + 1.017, + 111, + 0.45, + 113, + 1.414, + 116, + 2.645, 119, - 2.264, - 137, - 1.056, - 140, - 0.871, - 141, - 1.708, + 2.323, + 121, + 1.672, + 122, + 1.077, + 124, + 0.868, + 125, + 1.234, + 126, + 2.185, + 142, + 2.959, + 143, + 0.522, 144, - 2.285, - 146, - 0.747, + 1.046, + 148, + 1.883, 149, - 1.029, - 151, - 0.606, + 2.587, + 150, + 0.273, 153, - 2.227, - 156, - 1.151, + 0.92, + 158, + 0.315, + 159, + 1.634, 160, - 0.946, + 1.832, 161, - 1.743, - 162, - 0.85, - 172, - 1.218, - 183, - 2.591, - 184, - 3.18, + 3.406, + 163, + 0.924, + 165, + 2.804, + 169, + 1.178, + 170, + 1.758, + 174, + 4.929, + 177, + 2.364, + 178, + 1.034, + 180, + 0.985, + 182, + 0.573, + 185, + 5.54, 186, - 0.565, - 196, - 3.539, - 198, - 2.583, + 5.116, + 188, + 0.924, + 197, + 0.684, + 201, + 1.586, 202, - 1.033, - 218, - 3.73, + 2.457, + 207, + 0.924, + 210, + 0.805, + 213, + 2.23, + 215, + 4.141, + 216, + 1.366, + 226, + 1.523, + 228, + 1.469, 229, - 0.831, + 0.84, 230, - 0.993, - 234, - 1.824, + 0.375, + 240, + 1.303, + 241, + 1.511, + 247, + 0.659, + 248, + 2.069, + 249, + 2.424, + 256, + 1.03, + 259, + 0.764, + 260, + 1.166, + 261, + 1.469, + 263, + 1.947, + 268, + 1.777, + 269, + 2.058, 273, - 1.286, - 278, - 2.172, - 279, - 3.233, + 2.181, + 285, + 0.483, 290, - 3.273, - 297, - 2.67, - 298, - 0.741, - 300, - 1.131, + 1.784, + 292, + 0.462, + 295, + 1.279, + 296, + 2.967, 306, - 4.946, - 312, - 0.871, - 325, - 1.245, - 350, - 0.629, + 1.221, + 311, + 2.615, + 313, + 1.356, + 327, + 1.376, + 330, + 1.103, + 332, + 1.948, + 333, + 1.296, + 335, + 1.312, + 337, + 2.563, + 342, + 1.549, + 345, + 0.965, + 353, + 1.388, 357, - 2.134, - 362, - 1.306, - 367, - 3.159, - 386, - 2.809, - 395, - 1.306, - 406, - 0.789, - 407, - 0.391, - 423, - 1.131, - 428, - 2.645, - 454, - 0.783, - 460, - 1.416, - 465, - 0.816, - 492, - 0.77, - 493, - 3.204, + 1.342, + 358, + 1.593, + 368, + 0.983, + 371, + 1.459, + 380, + 1.794, + 382, + 1.244, + 387, + 1.617, + 389, + 1.103, + 392, + 0.698, + 429, + 2.45, + 441, + 0.54, + 442, + 1.244, + 446, + 1.732, + 452, + 1.179, + 457, + 0.382, + 468, + 0.764, + 469, + 1.407, + 471, + 1.087, + 472, + 0.918, + 481, + 0.624, + 496, + 0.927, + 500, + 0.726, 505, - 2.585, - 514, - 1.173, - 527, - 1.095, + 1.021, + 506, + 2.105, + 513, + 1.795, + 516, + 1.864, 534, - 2.585, - 547, - 0.562, - 573, - 2.711, - 577, - 1.38, - 578, - 3.216, - 579, - 8.526, - 590, - 1.456, - 595, - 0.685, - 606, - 1.857, - 607, - 0.916, - 616, - 4.37, - 697, - 2.234, - 714, - 2.606, - 717, - 1.914, + 0.936, + 543, + 0.432, + 546, + 2.724, + 550, + 0.927, + 552, + 0.32, + 553, + 2.762, + 554, + 2.196, + 555, + 0.624, + 556, + 0.443, + 559, + 0.879, + 561, + 0.631, + 564, + 0.879, + 571, + 0.787, + 581, + 0.581, + 584, + 1.821, + 588, + 0.559, + 605, + 1.136, + 608, + 0.534, + 614, + 1.089, + 620, + 1.795, + 622, + 0.965, + 627, + 0.624, + 631, + 2.504, + 634, + 0.787, + 647, + 1.608, + 648, + 0.522, + 649, + 1.191, + 660, + 0.645, + 672, + 1.887, + 676, + 2.306, + 679, + 4.159, + 685, + 3.066, + 687, + 0.634, + 689, + 0.483, + 691, + 2.079, + 695, + 2.285, + 703, + 1.982, + 713, + 0.573, 724, - 3.322, - 737, - 1.981, - 749, - 1.674, - 758, - 0.817, + 2.069, + 735, + 0.517, + 750, + 1.346, + 752, + 2.523, + 762, + 0.492, + 763, + 1.821, + 765, + 2.281, + 775, + 1.538, + 784, + 1.454, + 786, + 2.003, 793, - 0.958, - 796, - 0.871, - 825, - 1.151, - 840, - 1.38, - 859, - 2.154, - 860, - 0.725, - 867, - 4.468, - 868, - 2.283, - 870, - 1.306, - 890, - 2.231, - 894, - 7.152, - 895, - 1.219, - 905, - 2.257, - 906, - 1.172, + 0.501, + 803, + 0.744, + 807, + 1.153, + 811, + 1.375, + 831, + 1.191, + 848, + 0.986, + 856, + 2.197, + 866, + 1.034, + 880, + 0.522, + 883, + 0.813, + 891, + 3.244, + 898, + 0.986, + 901, + 1.2, + 907, + 1.312, 913, - 2.835, - 914, - 1.112, - 921, - 5.796, - 923, - 1.694, + 0.681, + 918, + 2.626, 924, - 1.245, - 928, - 4.996, - 929, - 5.446, - 948, - 1.249, - 968, - 0.936, - 969, - 2.533, - 972, - 3.37, - 983, - 3.946, - 1023, - 2.413, - 1025, - 3.123, - 1071, - 7.635, - 1078, - 1.839, - 1103, - 4.934, - 1117, - 3.123, - 1119, - 1.622, - 1129, - 2.85, - 1159, - 1.781, - 1167, - 2.285, - 1191, - 0.831, - 1197, - 2.696, - 1211, - 4.173, - 1227, - 4.691, - 1284, - 4.464, - 1293, - 2.049, - 1324, - 2.131, - 1326, - 3.216, - 1371, - 1.274, - 1373, - 1.83, - 1421, - 0.969, - 1467, - 1.885, - 1493, - 3.718, - 1526, - 0.888, - 1610, - 1.245, - 1637, - 2.493, - 1662, - 2.029, - 1663, - 0.907, - 1678, - 4.321, - 1704, - 4.088, - 1705, - 1.726, - 1798, - 1.131, - 1805, - 1.781, - 1822, - 1.629, - 1843, - 1.172, - 1866, - 1.426, - 1936, - 1.274, - 1949, - 1.245, - 1974, - 3.321, - 1983, - 4.143, - 2068, - 1.219, - 2131, - 1.341, - 2193, - 1.341, - 2393, - 2.68, - 2475, - 3.465, - 2497, - 1.715, - 2505, - 2.227, - 2515, - 2.344, - 2525, - 8.062, - 2527, - 5.673, - 2534, - 1.38, - 2864, - 3.592, - 2896, - 1.622, - 2996, - 5.216, - 3037, - 2.696, - 3040, - 2.835, - 3125, - 2.696, - 3175, - 4.927, - 3554, - 1.622, - 3556, + 1.318, + 931, 1.715, - 3618, - 1.306, - 3876, - 1.728, - 4052, - 3.022, - 4066, - 1.542, - 4109, - 1.194, - 4130, - 2.177, - 4198, - 2.344, - 4219, - 2.493, - 4276, - 1.274, - 4335, - 1.38, - 4390, - 3.441, - 4745, - 2.227, - 4884, - 1.274, - 4940, + 938, + 1.754, + 941, + 2.147, + 943, + 0.744, + 945, + 2.956, + 959, + 2.689, + 979, + 0.9, + 982, + 3.024, + 998, + 1.153, + 1007, + 0.377, + 1010, + 0.818, + 1019, + 3.857, + 1040, + 1.661, + 1041, + 5.017, + 1043, + 1.494, + 1047, + 0.511, + 1059, + 1.625, + 1062, + 0.589, + 1067, + 1.13, + 1082, + 0.681, + 1109, + 4.501, + 1139, + 1.119, + 1141, + 1.212, + 1144, + 1.583, + 1155, + 1.676, + 1164, + 1.191, + 1167, + 0.843, + 1172, + 0.546, + 1180, + 1.088, + 1183, + 1.558, + 1184, + 2.185, + 1186, + 0.976, + 1189, + 0.843, + 1192, + 1.234, + 1198, + 2.313, + 1202, + 1.925, + 1250, + 1.119, + 1255, + 0.744, + 1272, + 2.43, + 1295, + 3.807, + 1296, + 1.883, + 1304, 1.172, - 4942, - 2.343, - 5036, - 1.341, - 5228, - 3.022, - 6753, - 2.925, - 6864, - 1.622, - 6884, - 6.52, - 7156, - 1.542, - 7196, - 1.542, - 7418, - 2.835, - 7419, - 6.092, - 7508, - 2.344, - 7523, - 3.022, - 7639, - 3.022, - 7948, - 1.728, - 9342, - 3.022, - 9639, - 1.728, - 10004, - 6.492, - 10030, - 1.728, - 10166, - 4.403, - 10167, - 11.469, - 10168, - 5.28, - 10169, - 1.89, - 10170, - 1.89, - 10171, - 1.89, - 10172, - 1.89, - 10173, - 1.89, - 10174, - 1.89, - 10175, - 1.89, - 10176, - 1.89, - 10177, - 7.099, - 10178, - 1.89, - 10179, - 7.907, - 10180, - 1.89, - 10181, - 5.997, - 10182, - 1.89, - 10183, - 5.997, - 10184, - 1.89, - 10185, - 9.404, - 10186, - 1.89, + 1309, + 1.889, + 1314, + 0.726, + 1328, + 0.813, + 1332, + 2.044, + 1339, + 1.502, + 1361, + 0.71, + 1367, + 2.094, + 1382, + 0.597, + 1387, + 0.695, + 1406, + 2.306, + 1411, + 4.66, + 1416, + 0.744, + 1429, + 2.331, + 1459, + 1.41, + 1465, + 3.556, + 1471, + 0.986, + 1472, + 2.053, + 1498, + 0.744, + 1502, + 0.552, + 1548, + 2.471, + 1558, + 0.668, + 1596, + 1.06, + 1628, + 0.825, + 1629, + 1.244, + 1632, + 0.681, + 1636, + 0.624, + 1651, + 0.645, + 1661, + 2.296, + 1662, + 1.221, + 1683, + 2.265, + 1691, + 0.764, + 1714, + 0.787, + 1793, + 1.284, + 1803, + 0.744, + 1804, + 2.199, + 1807, + 0.517, + 1812, + 0.744, + 1813, + 0.764, + 1814, + 3.661, + 1815, + 0.843, + 1825, + 1.625, + 1829, + 0.924, + 1830, + 0.924, + 1867, + 0.879, + 1869, + 0.71, + 1876, + 0.879, + 1879, + 2.055, + 1890, + 0.624, + 1908, + 2.943, + 1911, + 1.021, + 1928, + 1.497, + 1942, + 2.576, + 1969, + 3.348, + 1982, + 0.998, + 2006, + 1.459, + 2027, + 2.9, + 2078, + 0.681, + 2095, + 1.191, + 2096, + 0.597, + 2103, + 1.709, + 2104, + 0.924, + 2105, + 3.607, + 2116, + 1.136, + 2162, + 3.933, + 2164, + 2.53, + 2167, + 2.539, + 2168, + 2.382, + 2182, + 2.591, + 2189, + 0.597, + 2217, + 0.656, + 2232, + 2.382, + 2236, + 3.394, + 2243, + 0.879, + 2245, + 0.924, + 2260, + 0.787, + 2360, + 1.073, + 2382, + 0.668, + 2388, + 1.709, + 2532, + 0.695, + 2542, + 1.721, + 2553, + 1.709, + 2555, + 1.258, + 2633, + 1.021, + 2637, + 1.258, + 2667, + 0.787, + 2682, + 1.709, + 2686, + 2.094, + 2717, + 0.787, + 2723, + 2.265, + 2738, + 0.695, + 2740, + 0.879, + 2775, + 3.341, + 2822, + 2.469, + 2831, + 0.813, + 2838, + 0.924, + 2866, + 1.709, + 2872, + 2.453, + 2874, + 1.454, + 2885, + 0.813, + 2893, + 1.821, + 2894, + 1.821, + 2895, + 4.621, + 2896, + 2.382, + 2897, + 4.276, + 2900, + 0.985, + 2925, + 0.695, + 3064, + 4.336, + 3088, + 1.502, + 3111, + 2.382, + 3192, + 0.787, + 3234, + 1.821, + 3564, + 0.985, + 3569, + 0.744, + 3603, + 4.114, + 3660, + 3.309, + 3673, + 0.813, + 3713, + 4.955, + 3797, + 1.79, + 3838, + 1.454, + 3902, + 4.294, + 3909, + 1.625, + 3925, + 1.502, + 3988, + 0.726, + 4069, + 1.871, + 4098, + 1.721, + 4257, + 0.787, + 4438, + 0.985, + 4441, + 0.879, + 4465, + 0.726, + 4527, + 1.558, + 4542, + 2.967, + 4546, + 0.985, + 4556, + 0.879, + 4608, + 6.462, + 4646, + 3.348, + 4706, + 1.709, + 4875, + 1.454, + 4876, + 2.028, + 5151, + 3.585, + 5204, + 0.985, + 5297, + 0.879, + 5329, + 0.985, + 5480, + 0.924, + 5646, + 0.985, + 5805, + 1.558, + 6036, + 2.967, + 6078, + 0.843, + 6158, + 1.502, + 6577, + 1.821, + 6837, + 2.382, + 6873, + 1.709, + 7093, + 0.985, + 7853, + 2.539, + 8236, + 2.539, + 8237, + 2.539, + 8298, + 2.539, + 8302, + 2.539, + 8304, + 2.539, + 8308, + 2.539, + 8312, + 2.539, + 8314, + 2.539, + 8316, + 2.539, + 8320, + 2.539, + 8322, + 2.539, + 8324, + 2.539, + 8328, + 2.539, + 8330, + 2.539, + 8332, + 2.539, + 8334, + 2.539, + 8336, + 2.539, + 8337, + 4.191, + 8339, + 2.539, + 8345, + 2.539, + 8347, + 2.539, + 8349, + 2.539, + 8351, + 2.539, + 8353, + 2.539, + 8355, + 2.539, + 8359, + 3.709, + 8361, + 1.821, + 8363, + 3.709, + 8365, + 1.821, + 8371, + 1.821, + 8373, + 2.539, + 8375, + 1.821, + 8416, + 0.924, + 8418, + 0.985, + 8455, + 0.985, + 8555, + 0.924, + 8567, + 1.821, + 9032, + 0.879, + 9688, + 1.821, 10187, - 1.89, - 10188, - 1.89, - 10189, - 1.89, - 10190, - 1.89, - 10191, - 1.89, - 10192, - 4.403, - 10193, - 1.89, - 10194, - 1.89, - 10195, - 4.403, - 10196, - 1.89, - 10197, - 1.89, - 10198, - 3.304, - 10199, - 1.89, - 10200, - 1.89, - 10201, - 1.89, - 10202, - 1.89, - 10203, - 1.89, - 10204, - 1.89, - 10205, - 1.89, - 10206, - 1.89, - 10207, - 1.89, - 10208, - 1.89, - 10209, - 1.89, - 10210, - 1.89, - 10211, - 1.89, - 10212, - 1.89, - 10213, - 1.89, - 10214, - 1.89, - 10215, - 1.89, - 10216, - 1.89, - 10217, - 1.89, - 10218, - 1.89, - 10219, - 1.89, - 10220, - 3.304, - 10221, - 1.89, - 10222, - 1.89, - 10223, - 3.304, - 10224, - 1.89, - 10225, - 1.89, - 10226, - 1.89, - 10227, - 3.304, - 10228, - 1.89, - 10229, - 1.89, - 10230, - 1.89, - 10231, - 1.89, - 10232, - 1.89, - 10233, - 1.89, - 10234, - 1.89, - 10235, - 1.89, - 10236, - 5.997, - 10237, - 1.89, - 10238, - 1.89, - 10239, - 1.89, - 10240, - 1.89, - 10241, - 1.89, - 10242, - 4.403, - 10243, - 1.89, - 10244, - 1.89, - 10245, - 1.89, - 10246, - 1.89, - 10247, - 1.89, - 10248, - 1.89, - 10249, - 1.89, - 10250, - 1.89, - 10251, - 1.89, - 10252, - 3.304, - 10253, - 5.28, - 10254, - 3.304, - 10255, - 1.89, - 10256, - 1.89, - 10257, - 1.89, - 10258, - 1.89, - 10259, - 1.89, - 10260, - 1.89, - 10261, - 1.89, - 10262, - 1.89, - 10263, - 1.89, - 10264, - 1.89, - 10265, - 1.89, - 10266, - 1.89, - 10267, - 3.304, - 10268, - 1.89, - 10269, - 1.89, - 10270, - 4.403, - 10271, - 1.89, - 10272, - 5.28, - 10273, - 1.89, - 10274, - 3.304, - 10275, - 4.026, - 10276, - 3.304, - 10277, - 2.835, - 10278, - 3.304, - 10279, - 1.89, - 10280, - 1.89, - 10281, - 1.89, - 10282, - 1.89, - 10283, - 1.89, - 10284, - 3.304, - 10285, - 1.89, - 10286, - 1.89, - 10287, - 1.89, - 10288, - 1.89, - 10289, - 1.89, - 10290, - 1.89, - 10291, - 1.89, - 10292, - 1.89, - 10293, - 1.89, - 10294, - 1.89, - 10295, - 1.89, - 10296, - 3.304, - 10297, - 1.89, + 1.821, 10298, - 1.89, + 1.077, 10299, - 1.89, + 1.077, 10300, - 1.89, + 2.776, 10301, - 1.89, + 1.077, 10302, - 1.89, + 1.077, 10303, - 1.89, + 1.077, 10304, - 3.304, + 1.077, 10305, - 1.89, + 1.991, 10306, - 3.304, + 1.991, 10307, - 1.89, + 1.821, 10308, - 1.89, + 1.991, 10309, - 3.304, + 1.991, 10310, - 3.022, + 1.077, 10311, - 1.89, + 1.991, 10312, - 1.89, + 1.077, 10313, - 1.89, + 1.991, 10314, - 3.304, + 1.991, 10315, - 1.89, + 1.991, 10316, - 1.89, + 1.991, 10317, - 1.89, + 1.991, 10318, - 1.89, + 1.991, 10319, - 1.89, + 1.991, 10320, - 1.89, + 1.991, 10321, - 1.89, + 1.991, 10322, - 1.89, + 1.821, 10323, - 1.89, + 1.991, 10324, - 1.89, + 1.991, 10325, - 3.304, + 1.991, 10326, - 1.89 - ] - ], - [ - "type/ref/stable/sprite", - [ - 6760, - 1.837 - ] - ], - [ - "data/ref/stable/sprite", - [ - 8, - 1.559, - 9, - 0.878, - 11, - 1.019, - 13, - 1.371, - 16, - 0.374, - 21, - 2.161, - 26, - 1.111, - 28, - 2.706, - 29, - 0.931, - 30, - 1.156, - 32, - 1.908, - 33, - 1.582, - 35, - 2.981, - 42, - 2.299, - 44, - 1.663, - 46, - 1.153, - 49, - 1.481, - 50, - 4.613, - 51, - 1.598, - 68, - 2.078, - 70, - 1.913, - 71, - 0.85, - 73, - 2.746, - 74, - 0.946, - 80, - 1.909, - 82, - 2.569, - 83, - 1.745, - 86, - 0.591, - 92, - 3.147, - 97, - 2.332, - 99, - 2.435, - 104, - 2.548, - 105, - 3.769, - 106, - 4.181, - 107, - 4.414, - 108, - 4.146, - 119, - 1.321, - 135, - 2.86, - 137, - 1.134, - 141, - 1.262, - 143, - 4.778, - 151, - 0.76, - 160, - 1.992, - 161, - 1.914, - 162, - 1.62, - 171, - 2.479, - 172, - 1.743, - 173, - 3.991, - 175, - 2.771, - 182, - 1.663, - 183, - 2.438, - 186, - 1.884, - 198, - 3.375, - 218, - 3.699, - 234, - 2.786, - 237, - 2.221, - 241, - 5.491, - 270, - 4.531, - 288, - 2.452, - 300, - 1.823, - 306, - 2.961, - 310, - 6.012, - 312, - 2.903, - 316, - 1.246, - 317, - 1.555, - 319, - 4.931, - 335, - 5.335, - 339, - 2.364, - 343, - 2.167, - 350, - 1.379, - 363, - 5.445, - 369, - 2.416, - 384, - 2.676, - 437, - 3.293, - 450, - 5.48, - 460, - 3.648, - 465, - 2.261, - 503, - 5.137, - 519, - 5.021, - 522, - 3.054, - 523, - 2.931, - 525, - 1.544, - 526, - 2.73, - 539, - 4.56, - 541, - 2.793, - 554, - 1.371, - 569, - 1.198, - 581, - 2.045, - 590, - 1.371, - 595, - 2.283, - 606, - 2.329, - 633, - 1.433, - 694, - 4.281, - 697, - 2.347, - 712, - 1.703, - 714, - 1.637, - 749, - 2.1, - 805, - 3.054, - 808, - 1.471, - 815, - 3.23, - 835, - 2.4, - 836, - 3.54, - 947, - 3.649, - 948, - 2.381, - 954, - 2.205, - 1072, - 1.947, - 1078, - 2.631, - 1094, - 3.121, - 1117, - 5.407, - 1236, - 3.981, - 1273, - 2.296, - 1526, - 1.947, - 1568, - 2.672, - 1569, - 3.003, - 1640, - 2.793, - 1709, - 4.725, - 1822, - 3.15, - 1854, - 2.125, - 1868, - 2.329, - 1869, - 2.875, - 1898, - 2.548, - 1957, - 3.735, - 1959, - 4.352, - 1967, - 2.296, - 2031, - 2.903, - 2235, - 6.034, - 2308, - 4.15, - 2333, - 2.672, - 2343, - 2.793, - 2377, - 2.569, - 2506, - 2.672, - 2509, - 2.523, - 2511, - 2.862, - 2512, - 3.126, - 2513, - 3.126, - 2514, - 3.126, - 2540, - 3.242, - 2801, - 4.601, - 3175, - 2.479, - 4130, - 4.15, - 4131, - 5.963, - 4343, - 7.306, - 4445, - 3.027, - 5307, - 3.381, - 5733, - 5.406, - 5734, - 3.789, - 5735, - 3.789, - 6190, - 5.406, - 7108, - 3.789, - 7127, - 3.789, - 7783, - 4.601, - 7936, - 3.381, - 9299, - 3.789, - 10049, - 3.556, + 1.991, 10327, - 7.622, + 1.991, 10328, - 7.622, + 1.991, 10329, - 4.144, + 1.077, 10330, - 4.144 - ] - ], - [ - "type/ref/stable/dmProfile", - [ - 6760, - 1.837 - ] - ], - [ - "data/ref/stable/dmProfile", - [ - 8, - 1.473, - 9, - 1.032, - 11, - 0.945, - 30, - 1.157, - 39, - 1.669, - 42, - 2.405, - 49, - 1.51, - 50, - 5.498, - 70, - 1.932, - 74, - 0.71, - 77, - 2.013, - 86, - 0.912, - 108, - 1.596, - 119, - 1.347, - 149, - 3.142, - 161, - 1.269, - 173, - 1.632, - 186, - 3.743, - 198, - 3.297, - 273, - 1.644, - 300, - 0.904, - 351, - 2.092, - 364, - 4.081, - 410, - 5.756, - 448, - 5.718, - 454, - 1.75, - 522, - 4.892, - 524, - 2.116, - 557, - 4.415, - 561, - 2.783, - 581, - 3.521, - 590, - 3.214, - 646, - 5.514, - 680, - 3.839, - 714, - 1.669, - 753, - 3.304, - 921, - 2.116, - 971, - 8.026, - 1021, - 2.446, - 1129, - 1.825, - 1167, - 5.719, - 1168, - 6.024, - 1198, - 7.784, - 1261, - 4.409, - 1267, - 7.371, - 1464, - 4.972, - 1504, - 3.824, - 1521, - 5.837, - 1526, - 4.884, - 1540, - 3.085, - 1569, - 1.49, - 1694, - 2.847, - 1822, - 1.563, - 1865, - 6.019, - 1920, - 5.979, - 2023, - 2.14, - 2348, - 6.327, - 2573, - 2.116, - 2982, - 3.304, - 2996, - 1.909, - 3556, - 3.317, - 4062, - 7.378, - 4390, - 4.168, - 4942, - 5.864, - 6753, - 2.34, - 6860, - 7.33, - 6884, - 6.444, - 6897, - 2.783, - 7220, - 5.215, - 7508, - 6.893, + 1.077, 10331, - 4.224, + 4.056, 10332, - 6.392, + 1.077, 10333, - 6.392, + 1.077, 10334, - 4.224, + 1.077, 10335, - 4.224, + 0.985, 10336, - 4.224, + 1.077, 10337, - 4.224, + 2.776, 10338, - 4.224, + 1.991, 10339, - 4.224, + 1.991, 10340, - 4.224, + 1.991, 10341, - 4.224, + 1.991, 10342, - 9.717, + 1.991, 10343, - 4.224, + 3.458, 10344, - 4.224, + 1.077, 10345, - 4.224, + 1.077, 10346, - 10.092, + 1.077, 10347, - 10.092, + 1.077, 10348, - 11.413, + 1.077, 10349, - 4.224, + 1.077, 10350, - 4.224, + 1.077, 10351, - 4.224, + 1.077, 10352, - 4.224, + 1.077, 10353, - 4.224, + 1.077, 10354, - 4.224, + 1.077, 10355, - 4.224, + 1.077, 10356, - 4.224, + 1.077, 10357, - 4.224, + 1.077, 10358, - 4.224, + 1.077, 10359, - 4.224, + 1.077, 10360, - 4.224, + 1.077, 10361, - 4.224, + 1.077, 10362, - 4.224, + 1.077, 10363, - 4.224, + 1.077, 10364, - 4.224, + 1.077, 10365, - 4.224, + 1.077, 10366, - 4.224, + 1.077, 10367, - 4.224 + 1.077, + 10368, + 1.077, + 10369, + 1.077, + 10370, + 1.077, + 10371, + 1.077, + 10372, + 1.077, + 10373, + 1.077, + 10374, + 1.077, + 10375, + 1.077, + 10376, + 1.077, + 10377, + 1.077, + 10378, + 1.077 ] ], [ - "type/ref/stable/buffer", + "type/ref/stable/dmHttpClient", [ 6760, 1.837 ] ], [ - "data/ref/stable/buffer", + "data/ref/stable/dmHttpClient", [ 7, - 0.576, - 8, - 1.514, + 1.248, 9, - 1.011, - 11, - 1.02, - 16, - 0.905, - 21, - 0.938, - 24, - 2.096, - 30, - 1.137, - 32, - 0.874, - 33, - 0.61, - 35, - 3.381, - 41, - 1.335, - 42, - 1.622, - 48, - 1.893, - 49, - 2.898, - 51, - 0.862, - 67, - 1.609, - 71, - 1.663, - 74, - 0.9, - 77, - 1.788, - 86, - 1.366, - 92, - 2.338, - 93, - 2.137, - 98, - 2.413, - 102, - 2.012, - 108, - 3.618, - 121, - 1.925, - 123, - 2.466, - 127, - 3.386, - 135, - 3.762, - 137, - 1.012, - 141, - 2.181, - 149, - 2.524, - 151, - 1.247, - 161, - 1.351, - 162, - 1.181, - 168, - 2.66, - 173, - 1.774, - 186, - 2.862, - 196, - 3.963, - 198, - 3.67, - 217, - 3.597, - 224, - 1.873, - 234, - 2.466, - 237, - 1.867, - 242, - 2.66, - 264, - 2.076, - 269, - 6.548, - 278, - 2.082, - 279, - 5.16, - 300, - 0.983, - 301, - 2.301, - 308, - 3.489, - 316, - 1.381, - 320, - 4.445, - 328, - 3.198, - 331, - 3.94, - 337, - 1.675, - 407, - 1.409, - 454, - 3.714, - 465, - 1.133, - 466, - 1.774, - 491, - 1.918, - 493, - 2.798, - 502, - 2.203, - 514, - 1.63, - 538, - 4.015, - 580, - 2.226, + 2.714, + 18, + 1.097, + 20, + 1.064, + 38, + 1.202, + 57, + 1.272, + 59, + 0.898, + 79, + 0.68, + 99, + 0.883, + 105, + 3.211, + 122, + 3.097, + 126, + 1.588, + 165, + 3.094, + 172, + 3.52, + 263, + 2.393, + 268, + 1.634, + 330, + 2.552, + 332, + 2.664, + 333, + 2.263, + 457, + 2.841, + 479, + 3.732, + 553, + 2.86, 590, - 3.316, - 615, - 2.66, - 616, - 5.464, - 749, - 3.448, - 758, - 1.984, - 759, - 2.4, - 792, - 1.687, - 858, - 2.569, - 862, - 2.327, - 894, - 4.219, - 923, - 4.157, - 929, - 5.68, - 948, - 3.789, - 977, - 2.544, - 1001, - 3.668, - 1118, - 3.464, - 1168, - 2.847, - 1222, - 2.057, - 1234, - 2.25, - 1447, - 6.757, - 1569, - 3.659, - 1795, - 2.383, - 1797, - 2.748, - 1828, - 3.593, - 1844, - 5.748, - 1981, - 2.475, - 2136, - 4.388, - 2137, - 6.27, - 2142, - 4.071, - 2162, - 2.902, - 2225, - 2.702, - 2457, - 6.763, - 2502, - 4.071, - 2523, - 3.464, - 2524, - 4.199, - 2525, - 8.667, - 2526, - 3.94, - 2550, - 4.3, - 2671, - 4.556, - 3175, - 5.364, - 3341, - 2.847, - 3770, - 3.94, - 3970, - 3.172, - 4198, - 4.828, - 4530, - 4.199, - 4538, - 4.199, - 4738, - 4.828, - 5253, - 9.143, - 5348, - 6.763, - 6281, - 4.199, - 7031, - 6.342, - 8352, - 4.199, - 10277, - 9.143, - 10368, - 4.592, - 10369, - 4.592, - 10370, - 4.592, - 10371, - 4.592, - 10372, - 8.107, - 10373, - 4.592, - 10374, - 4.592, - 10375, - 4.592, - 10376, - 4.592, - 10377, - 4.592, - 10378, - 4.592, + 4.12, + 607, + 6.53, + 612, + 4.788, + 629, + 2.407, + 645, + 5.852, + 669, + 4.961, + 685, + 3.262, + 866, + 2.982, + 891, + 3.839, + 915, + 3.069, + 1100, + 6.261, + 1164, + 5.95, + 1379, + 5.035, + 1381, + 7.056, + 1427, + 6.87, + 1465, + 2.822, + 2042, + 4.433, + 2297, + 6.413, + 2736, + 6.761, + 2779, + 5.874, + 3366, + 5.677, + 3415, + 4.372, + 3646, + 6.023, + 3712, + 3.879, + 4621, + 7.017, + 4972, + 8.466, + 7404, + 5.845, + 8151, + 5.394, + 9078, + 9.895, 10379, - 4.592, + 8.003, 10380, - 4.592, + 8.003, 10381, - 4.592, + 8.003, 10382, - 4.592, + 8.003, 10383, - 4.592, + 8.003, 10384, - 4.592, + 8.003, 10385, - 4.592, + 8.003, 10386, - 4.592, + 8.003, 10387, - 4.592, + 8.003, 10388, - 4.592, - 10389, - 4.592, - 10390, - 4.592, - 10391, - 4.592, - 10392, - 4.592, - 10393, - 4.592, - 10394, - 4.592 + 8.003 ] ], [ - "type/ref/stable/base", + "type/ref/stable/socket", [ 6760, 1.837 ] ], [ - "data/ref/stable/base", + "data/ref/stable/socket", [ 7, - 1.308, + 1.037, 8, - 1.455, + 0.875, 9, - 1.023, + 1.555, + 10, + 2.077, 11, - 1.01, - 13, - 1.372, - 16, - 0.948, - 21, - 2.204, + 0.563, + 18, + 1.145, + 20, + 1.509, 22, - 1.644, - 23, - 1.235, - 26, - 1.341, + 1.548, + 27, + 0.899, + 28, + 1.346, 29, - 1.714, + 3.641, 30, - 1.142, - 32, - 1.707, - 33, - 1.561, - 35, - 2.603, - 37, - 1.372, - 41, - 0.899, - 42, - 0.417, - 43, - 1.048, + 2.569, + 36, + 2.244, + 38, + 1.12, + 44, + 1.574, 46, - 2.758, - 49, - 2.041, - 51, - 1.921, + 1.575, + 52, + 1.75, + 56, + 0.775, + 57, + 1.472, + 59, + 0.996, 60, - 0.714, + 2.322, 62, - 1.93, + 0.918, 67, - 1.453, - 68, - 0.701, - 70, - 1.855, - 71, - 1.487, + 0.281, 72, - 1.639, - 73, - 1.808, - 74, - 1.158, + 0.359, 77, - 1.746, - 85, - 1.503, + 1.317, + 79, + 0.994, + 84, + 0.462, 86, - 1.565, - 89, - 1.242, - 91, - 0.672, - 92, - 1.062, - 94, - 1.975, - 95, - 1.129, + 1.405, + 90, + 1.74, 97, - 1.747, + 0.449, 98, - 0.92, + 2.673, 99, - 3.241, + 1.057, 100, - 1.031, + 1.608, 102, - 2.353, + 1.782, + 103, + 0.867, + 105, + 0.623, 106, - 2.863, + 1.481, + 107, + 1.471, + 108, + 0.816, + 109, + 0.583, 110, - 2.267, - 112, - 1.107, - 117, - 1.545, - 119, - 1.595, - 121, - 1.615, - 123, - 1.12, - 135, - 4.05, - 137, - 1.363, + 0.787, + 111, + 0.45, + 113, + 1.463, + 116, + 0.604, + 120, + 0.645, + 122, + 0.747, + 124, + 1.508, + 125, + 1.538, + 126, + 1.833, + 132, + 1.811, + 136, + 0.879, 141, - 1.654, - 147, - 1.359, + 1.027, + 142, + 3.179, + 145, + 2.336, + 148, + 1.712, 149, - 1.291, - 151, - 0.567, + 0.214, + 150, + 0.876, + 153, + 1.196, 158, - 1.697, - 159, - 1.16, + 0.582, 160, - 1.753, - 161, - 1.639, - 162, - 0.795, - 172, - 1.148, - 173, - 3.727, - 186, - 3.297, - 190, - 1.423, - 191, - 1.446, + 1.199, + 165, + 2.429, + 169, + 1.341, + 177, + 1.546, + 178, + 0.401, + 182, + 1.665, + 197, + 0.684, 198, - 1.355, + 0.293, 201, - 2.236, - 217, - 1.24, - 219, - 2.102, - 224, - 1.995, - 227, - 0.909, - 233, - 3.457, - 234, - 0.533, - 236, - 0.898, - 237, - 1.668, + 2.026, + 207, + 0.359, + 208, + 1.521, + 210, + 0.227, + 211, + 0.695, + 216, + 0.222, + 229, + 1.702, + 230, + 1.835, + 239, + 0.247, + 240, + 1.612, + 241, + 2.084, + 247, + 2.523, + 249, + 0.745, 256, - 1.679, + 1.136, + 257, + 0.948, + 259, + 1.101, + 261, + 1.469, 263, - 1.16, + 2.82, 264, - 0.792, - 271, - 3.056, + 1.46, + 268, + 2.09, + 269, + 1.656, 273, - 0.682, - 277, - 1.398, - 278, - 1.929, - 290, - 1.076, - 292, - 1.21, - 294, - 0.77, - 297, - 0.549, - 300, - 1.875, - 305, - 1.014, - 312, - 3.138, - 316, - 0.527, - 317, - 0.657, - 331, - 1.503, - 336, - 0.799, - 337, - 2.644, + 1.742, + 280, + 0.609, + 285, + 0.892, + 288, + 0.303, + 324, + 0.615, + 330, + 0.495, + 332, + 2.919, + 333, + 2.064, + 334, + 0.311, 338, - 2.127, - 339, - 0.657, - 343, - 1.624, - 347, - 0.84, - 350, - 1.901, - 362, - 0.692, - 364, - 0.708, - 369, - 0.98, - 370, - 1.321, - 373, - 1.645, - 386, - 3.624, - 388, - 1.21, - 393, - 0.714, + 2.028, + 342, + 0.892, + 353, + 0.225, + 358, + 1.994, + 368, + 0.442, + 380, + 0.707, + 381, + 0.963, + 382, + 1.737, + 385, + 0.606, + 387, + 1.104, 394, - 1.531, - 400, - 0.868, + 1.101, + 399, + 0.764, 402, - 1.336, - 406, - 0.732, - 407, - 2.027, - 418, - 1.107, - 422, - 1.397, - 429, - 1.384, - 431, - 1.882, - 437, - 0.757, - 440, - 0.858, + 0.573, + 420, + 1.073, + 433, + 1.764, 441, - 0.61, - 465, - 2.161, - 466, - 1.933, - 469, - 1.185, - 481, - 0.657, - 491, - 0.732, - 492, - 4.636, - 493, - 0.904, - 504, - 0.999, - 511, - 1.21, + 0.281, + 442, + 0.252, + 452, + 1.333, + 459, + 0.261, + 463, + 0.379, + 468, + 0.764, + 471, + 1.617, + 473, + 1.376, + 474, + 0.787, + 479, + 0.583, + 483, + 4.566, + 487, + 0.399, + 489, + 4.344, + 490, + 2.111, + 496, + 0.722, + 497, + 0.288, + 500, + 0.727, + 505, + 0.553, + 510, + 0.881, + 513, + 0.559, 514, - 0.622, + 1.073, + 516, + 1.074, + 521, + 1.204, 522, - 2.011, + 0.534, + 523, + 0.806, 524, - 4.591, - 525, - 2.537, - 527, - 1.014, - 529, - 1.429, - 538, - 4.017, + 2.653, + 533, + 1.916, + 534, + 0.506, + 543, + 2.349, + 546, + 1.497, + 547, + 1.412, 548, - 1.359, + 1.023, + 550, + 0.501, + 553, + 0.385, 554, - 1.022, - 570, - 5.263, - 581, - 2.047, - 590, - 2.731, - 595, - 1.503, - 599, - 0.831, - 606, - 0.984, - 607, - 0.849, - 612, - 3.549, + 0.404, + 555, + 1.18, + 556, + 2.613, + 561, + 0.631, + 568, + 1.561, + 571, + 0.41, + 577, + 0.423, + 580, + 0.355, + 587, + 0.379, + 588, + 0.806, + 596, + 0.848, + 601, + 0.204, + 608, + 1.376, 614, - 1.953, - 624, - 1.548, - 628, - 1.882, - 636, - 1.718, - 639, - 2.441, - 644, - 1.604, - 654, - 0.697, - 655, - 0.77, - 664, - 0.744, - 669, - 0.888, - 670, - 0.898, - 688, - 1.624, - 697, - 1.864, + 0.781, + 620, + 1.441, + 627, + 3.855, + 629, + 0.324, + 631, + 0.278, + 633, + 1.407, + 634, + 0.787, + 637, + 0.362, + 646, + 1.753, + 647, + 0.899, + 648, + 0.522, + 650, + 1.312, + 663, + 0.44, + 672, + 5.183, + 674, + 0.998, + 675, + 1.065, + 678, + 1.617, + 679, + 0.483, + 685, + 0.229, + 689, + 1.687, + 691, + 1.992, + 692, + 0.747, + 700, + 1.42, 702, - 2.739, + 1.887, 704, - 2.441, - 706, - 1.993, + 0.362, + 710, + 0.272, 712, - 2.591, - 714, - 1.977, - 719, - 2.824, - 723, - 0.944, - 727, - 1.916, - 735, - 1.031, + 2.539, + 716, + 3.123, + 729, + 0.624, + 732, + 0.71, 737, - 2.555, + 1.047, 738, - 1.014, - 746, - 2.621, + 0.929, + 740, + 0.546, + 747, + 0.606, 749, - 0.888, - 756, - 2.055, - 757, - 1.242, - 758, - 1.792, - 776, - 0.777, - 792, - 1.838, - 796, - 0.807, - 808, - 0.622, - 810, - 3.046, - 821, - 2.621, - 823, - 1.321, - 824, - 0.849, - 851, - 0.92, + 1.311, + 750, + 0.522, + 752, + 1.105, + 762, + 1.095, + 765, + 2.896, + 773, + 2.185, + 774, + 3.661, + 775, + 1.103, + 789, + 0.813, + 799, + 0.342, + 803, + 0.388, + 807, + 0.624, + 811, + 1.376, + 826, + 0.295, + 827, + 1.389, + 828, + 0.634, + 832, + 1.501, + 834, + 1.55, + 848, + 0.534, + 856, + 2.671, + 857, + 1.368, 858, - 0.98, - 860, - 0.672, - 862, - 0.888, + 4.368, 866, - 1.324, - 889, - 1.212, + 1.798, + 874, + 3.485, + 879, + 0.331, + 880, + 0.272, 891, - 1.988, + 1.555, + 894, + 2.63, + 898, + 0.199, + 899, + 0.71, 903, - 1.624, - 909, - 2.328, - 914, - 1.819, - 919, - 1.531, - 939, - 0.932, - 947, - 1.79, - 948, - 2.383, - 954, - 0.932, + 0.303, + 905, + 0.634, + 915, + 0.215, + 917, + 0.9, + 923, + 0.275, + 924, + 0.267, + 926, + 1.134, + 931, + 2.991, + 941, + 0.423, 960, - 1.498, - 972, - 0.984, - 1001, - 1.666, + 0.256, + 975, + 0.745, + 985, + 0.787, + 987, + 0.299, + 999, + 0.259, 1007, - 1.242, - 1009, - 1.819, - 1018, - 1.107, - 1021, - 2.898, - 1022, - 2.179, - 1054, - 1.014, + 2.113, + 1025, + 3.328, + 1029, + 0.275, + 1034, + 1.2, + 1039, + 0.581, + 1041, + 1.255, + 1043, + 0.671, + 1045, + 1.58, + 1052, + 0.295, + 1055, + 5.714, + 1056, + 0.787, 1058, - 1.181, - 1078, - 1.291, - 1094, - 1.531, - 1129, - 0.757, - 1156, - 3.276, - 1159, - 0.944, + 2.193, + 1062, + 2.365, + 1068, + 0.355, + 1081, + 0.342, + 1090, + 0.722, + 1096, + 0.41, + 1097, + 3.268, + 1101, + 0.331, + 1104, + 0.835, + 1105, + 1.023, + 1109, + 2.34, + 1134, + 0.681, + 1140, + 0.715, + 1141, + 1.46, + 1146, + 1.2, + 1150, + 1.348, 1160, - 0.703, + 3.392, 1162, - 1.321, + 1.97, + 1166, + 0.624, 1173, - 0.807, - 1175, - 1.154, - 1190, - 2.812, - 1191, - 1.359, - 1211, - 1.841, - 1217, - 1.014, - 1222, - 0.784, - 1233, - 0.944, - 1251, - 1.566, - 1257, - 0.807, - 1275, - 1.666, - 1290, - 1.031, - 1319, - 2.236, - 1330, - 1.154, - 1369, - 1.483, - 1404, - 2.675, - 1421, - 3.91, - 1461, - 5.41, - 1486, - 1.086, - 1494, - 1.321, + 1.175, + 1186, + 0.528, + 1198, + 1.136, + 1209, + 0.985, + 1245, + 1.617, + 1248, + 0.681, + 1264, + 1.829, + 1272, + 1.672, + 1279, + 0.645, + 1295, + 2.326, + 1296, + 0.894, + 1298, + 0.981, + 1304, + 0.914, + 1307, + 4.037, + 1309, + 1.088, + 1324, + 0.292, + 1326, + 0.945, + 1332, + 0.227, + 1364, + 1.412, + 1376, + 0.41, + 1382, + 0.86, + 1387, + 1.001, + 1403, + 1.926, + 1406, + 2.588, + 1413, + 0.342, + 1415, + 1.918, + 1427, + 0.744, + 1434, + 2.841, + 1435, + 5.522, + 1439, + 2.058, + 1440, + 2.293, + 1445, + 2.454, + 1459, + 3.37, + 1465, + 3.872, + 1471, + 0.987, + 1472, + 5.127, + 1479, + 2.698, + 1492, + 0.348, + 1496, + 1.376, + 1498, + 0.744, 1500, - 1.585, - 1505, - 1.953, - 1542, - 4.308, - 1545, - 1.107, - 1547, - 4.9, - 1549, - 1.712, - 1554, - 2.298, - 1558, - 1.066, - 1569, - 3.005, - 1573, - 0.858, - 1576, - 1.154, - 1592, - 3.079, + 0.388, + 1502, + 0.288, + 1509, + 0.388, + 1510, + 1.791, + 1513, + 0.458, + 1514, + 0.424, + 1525, + 1.978, + 1551, + 0.44, + 1559, + 0.963, + 1562, + 0.37, + 1574, + 1.905, + 1588, + 2.778, + 1590, + 2.069, 1596, - 0.97, + 0.299, + 1597, + 5.876, + 1602, + 1.361, + 1606, + 1.634, 1621, - 2.083, - 1642, - 5.282, - 1665, - 1.181, - 1695, - 0.849, - 1705, - 0.687, - 1710, - 1.129, - 1724, - 1.429, - 1749, - 1.279, - 1784, - 4.992, - 1795, - 2.153, - 1800, - 1.503, - 1815, - 1.181, - 1822, - 1.851, - 1844, - 0.97, - 1850, - 1.048, - 1854, - 0.898, + 2.775, + 1624, + 1.752, + 1627, + 0.399, + 1629, + 1.074, + 1630, + 0.424, + 1632, + 0.355, + 1633, + 0.925, + 1636, + 1.153, + 1645, + 0.482, + 1649, + 2.536, + 1650, + 2.59, + 1651, + 0.336, + 1658, + 0.399, + 1661, + 0.778, + 1672, + 0.303, + 1684, + 1.153, + 1697, + 0.362, + 1713, + 0.816, + 1714, + 1.752, + 1765, + 0.879, + 1767, + 0.634, + 1797, + 0.695, + 1803, + 2.602, + 1814, + 2.182, + 1838, + 0.879, + 1866, + 0.615, + 1868, + 2.018, 1869, - 2.284, - 1870, - 1.181, + 2.482, + 1872, + 1.46, 1876, - 1.916, - 1892, - 1.993, - 1928, - 1.181, + 1.267, + 1882, + 0.689, + 1884, + 1.6, + 1885, + 2.003, + 1901, + 0.624, + 1908, + 0.254, + 1913, + 0.514, 1929, - 2.055, - 1963, - 0.999, - 1977, - 2.366, - 1981, - 4.94, + 1.06, + 1930, + 0.813, + 1942, + 1.561, + 1946, + 0.787, + 1966, + 0.726, 1982, - 0.92, - 1990, - 0.944, - 2010, - 0.944, - 2011, - 3.445, - 2013, - 2.402, - 2031, - 2.306, - 2091, - 1.953, - 2112, - 1.129, - 2123, - 3.859, - 2136, - 1.993, - 2137, - 1.819, - 2139, - 1.066, - 2144, - 1.086, - 2146, - 2.796, - 2163, - 1.242, - 2179, - 1.763, - 2206, - 1.279, - 2228, - 1.37, - 2265, - 1.763, - 2320, - 6.228, - 2337, - 3.457, - 2393, - 1.066, - 2527, - 4.111, - 2534, - 2.257, - 2539, - 1.279, - 2573, - 2.078, - 2678, - 1.916, - 2720, - 1.503, - 2728, - 1.279, - 2750, - 1.37, - 2826, - 1.429, - 2827, - 1.429, - 2878, - 1.181, - 2920, - 2.193, - 2922, - 1.503, - 2947, - 4.412, - 2962, - 2.418, - 2985, - 2.135, - 3156, - 1.129, - 3162, - 1.503, - 3165, - 1.321, - 3287, - 1.737, - 3355, - 1.066, - 3380, - 2.331, - 3391, - 1.429, - 3403, - 1.321, - 3456, - 2.733, - 3477, - 1.086, - 3530, - 1.048, - 3556, - 0.909, - 3557, - 3.245, - 3560, - 2.943, - 3616, - 1.181, - 3838, - 2.193, - 3840, - 2.266, - 3861, - 1.107, - 3862, - 1.279, - 3871, - 1.321, - 3935, - 2.083, - 3988, - 3.385, - 4001, - 3.245, - 4029, - 1.37, - 4060, - 1.503, - 4174, - 2.331, - 4286, - 1.429, - 4354, - 2.652, - 4381, - 2.826, - 4615, - 5.14, - 4696, - 1.429, - 4738, - 2.193, - 4868, - 1.503, - 4887, - 2.734, - 5004, - 1.429, - 5076, - 2.652, - 5108, - 6.626, - 5109, - 5.217, - 5112, - 1.602, - 5159, - 1.429, - 5177, - 1.503, - 5307, - 1.429, - 5348, - 1.321, - 5380, - 1.429, - 5385, - 1.242, - 5396, - 2.826, - 5423, - 4.294, - 5564, - 1.279, - 5623, - 1.279, - 5857, - 1.602, - 5932, - 1.602, - 6167, - 1.242, - 6200, - 1.602, - 6264, - 3.559, - 6819, - 1.602, - 6849, - 2.652, - 6963, - 1.429, - 6966, - 3.793, - 6973, - 2.652, - 6978, - 1.429, - 6982, - 1.602, - 6983, - 6.544, - 6990, - 5.765, - 6995, - 2.826, - 7012, - 4.294, - 7045, - 1.429, - 7079, - 1.429, - 7239, - 1.37, - 7246, - 1.602, - 7249, - 3.793, - 7250, - 1.321, - 7251, - 1.602, - 7253, - 1.503, - 7254, - 1.602, - 7257, - 1.602, - 7258, - 2.826, - 7259, - 4.576, - 7260, - 2.826, - 7290, - 2.826, - 7291, - 1.602, - 7339, - 1.602, - 7354, - 1.602, + 1.391, + 1999, + 0.311, + 2019, + 0.379, + 2026, + 3.973, + 2035, + 1.235, + 2066, + 1.047, + 2073, + 2.609, + 2078, + 0.681, + 2087, + 1.259, + 2092, + 0.925, + 2095, + 0.336, + 2106, + 0.482, + 2135, + 0.399, + 2143, + 0.71, + 2160, + 3.253, + 2164, + 0.243, + 2173, + 0.634, + 2188, + 0.41, + 2191, + 0.388, + 2247, + 0.514, + 2286, + 0.963, + 2299, + 1.376, + 2307, + 0.764, + 2317, + 0.787, + 2327, + 3.583, + 2358, + 0.348, + 2360, + 0.581, + 2373, + 0.355, + 2418, + 4.301, + 2440, + 1.677, + 2441, + 0.295, + 2448, + 2.482, + 2458, + 0.879, + 2459, + 3.06, + 2460, + 5.456, + 2465, + 5.571, + 2468, + 0.843, + 2496, + 0.424, + 2498, + 0.362, + 2520, + 0.879, + 2533, + 1.617, + 2548, + 2.974, + 2566, + 0.37, + 2619, + 0.925, + 2631, + 0.355, + 2633, + 1.424, + 2645, + 0.41, + 2657, + 0.316, + 2684, + 1.172, + 2747, + 1.171, + 2775, + 0.581, + 2783, + 1.101, + 2794, + 0.925, + 2799, + 1.502, + 2848, + 1.267, + 2851, + 0.813, + 2855, + 0.843, + 2875, + 2.635, + 2897, + 0.41, + 2907, + 1.215, + 2950, + 0.813, + 2978, + 0.764, + 2991, + 2.095, + 3021, + 0.348, + 3055, + 0.458, + 3057, + 0.744, + 3088, + 1.809, + 3237, + 1.101, + 3243, + 0.424, + 3281, + 0.458, + 3311, + 5.622, + 3342, + 0.963, + 3351, + 3.174, + 3399, + 0.388, + 3400, + 1.134, + 3415, + 1.517, + 3419, + 0.985, + 3425, + 0.843, + 3442, + 0.399, + 3504, + 3.741, + 3517, + 0.985, + 3581, + 0.843, + 3582, + 7.559, + 3583, + 1.101, + 3584, + 4.022, + 3585, + 0.514, + 3589, + 0.514, + 3590, + 0.514, + 3592, + 0.514, + 3593, + 7.879, + 3594, + 6.854, + 3595, + 2.028, + 3598, + 3.481, + 3628, + 2.058, + 3669, + 0.44, + 3670, + 3.938, + 3673, + 0.424, + 3680, + 0.879, + 3724, + 0.879, + 3726, + 0.458, + 3730, + 3.714, + 3733, + 4.974, + 3888, + 0.787, + 3972, + 0.837, + 4017, + 0.44, + 4126, + 1.215, + 4184, + 0.879, + 4185, + 0.879, + 4243, + 0.925, + 4276, + 1.709, + 4350, + 0.482, + 4364, + 1.101, + 4472, + 0.787, + 4483, + 1.413, + 4535, + 0.813, + 4561, + 1.709, + 4567, + 2.539, + 4572, + 0.44, + 4588, + 0.925, + 4691, + 0.514, + 4857, + 2.003, + 4874, + 1.625, + 4875, + 2.028, + 4876, + 0.41, + 4934, + 0.458, + 5177, + 0.482, + 5206, + 1.42, + 5211, + 0.981, + 5212, + 0.514, + 5248, + 4.337, + 5249, + 5.712, + 5250, + 5.094, + 5251, + 0.879, + 5349, + 1.42, + 5379, + 0.925, + 5400, + 0.424, + 5490, + 1.267, + 5681, + 2.095, + 5682, + 5.196, + 5753, + 0.41, + 5772, + 0.514, + 5782, + 0.925, + 5805, + 1.877, + 5832, + 0.514, + 5881, + 1.267, + 5978, + 1.332, + 6035, + 1.821, + 6074, + 0.925, + 6090, + 0.925, + 6127, + 1.702, + 6158, + 0.813, + 6219, + 0.514, + 6377, + 0.514, + 6442, + 0.482, + 6636, + 2.266, + 6681, + 0.482, + 6958, + 2.028, + 7001, + 1.691, + 7095, + 0.843, + 7103, + 0.925, + 7104, + 0.514, + 7108, + 1.332, + 7172, + 0.514, + 7173, + 0.458, + 7320, + 4.277, + 7326, + 1.171, + 7356, + 2.383, + 7362, + 0.458, + 7404, + 0.41, + 7429, + 0.925, + 7435, + 0.424, + 7436, + 0.925, + 7451, + 0.985, + 7457, + 0.879, + 7461, + 0.985, + 7491, + 0.879, + 7709, + 0.482, 7935, - 2.826, - 8093, - 4.66, - 8110, - 1.503, - 8200, - 1.602, - 8228, - 2.826, - 8234, - 1.37, - 8529, - 2.652, - 8575, - 2.826, - 8584, - 2.652, - 8773, - 2.826, - 8783, - 5.222, - 8927, - 1.503, - 10103, - 2.826, + 2.173, + 8569, + 0.514, + 8737, + 5.332, + 8792, + 0.925, + 8800, + 1.821, + 9032, + 0.458, + 9318, + 0.514, + 9330, + 0.514, + 9394, + 0.514, + 9398, + 0.458, + 9462, + 0.985, + 9522, + 1.625, + 9568, + 0.985, + 9645, + 1.709, + 9766, + 0.514, + 9768, + 0.514, + 9770, + 0.925, + 9836, + 2.539, + 9954, + 0.985, + 9977, + 0.514, + 9982, + 0.514, + 10177, + 1.42, + 10231, + 0.482, + 10335, + 0.514, + 10389, + 0.562, + 10390, + 2.399, + 10391, + 0.562, + 10392, + 2.777, + 10393, + 0.562, + 10394, + 0.562, 10395, - 3.091, + 1.078, 10396, - 1.751, + 1.992, 10397, - 1.751, + 1.992, 10398, - 1.751, + 3.459, 10399, - 1.751, + 1.992, 10400, - 1.751, + 0.562, 10401, - 1.751, + 5.67, 10402, - 1.751, + 4.056, 10403, - 5.004, + 5.055, 10404, - 1.751, + 0.562, 10405, - 3.091, + 0.562, 10406, - 1.751, + 2.777, 10407, - 1.751, + 2.777, 10408, - 1.751, - 10409, - 1.751, - 10410, - 3.091, - 10411, - 3.091, - 10412, - 1.751, - 10413, - 1.751, - 10414, - 4.148, - 10415, - 1.751, - 10416, - 1.751, - 10417, - 1.751, - 10418, - 1.751, - 10419, - 1.751, - 10420, - 1.751, - 10421, - 1.751, - 10422, - 1.751, - 10423, - 1.602, - 10424, - 1.751, - 10425, - 1.751, - 10426, - 1.751, - 10427, - 3.091, - 10428, - 1.751, - 10429, - 1.751, - 10430, - 1.751, - 10431, - 1.751, - 10432, - 1.751, - 10433, - 1.751, - 10434, - 3.091, - 10435, - 1.751, - 10436, - 1.751, - 10437, - 1.751, - 10438, - 1.751, - 10439, - 1.751, - 10440, - 1.751, - 10441, - 5.711 - ] - ], - [ - "type/ref/stable/dmStringFunc", - [ - 6760, - 1.837 - ] - ], - [ - "data/ref/stable/dmStringFunc", - [ - 7, - 1.248, - 8, - 1.505, - 9, - 0.68, - 11, - 1.074, - 16, - 0.519, - 21, - 2.266, - 23, - 1.244, - 30, - 1.092, - 32, - 1.095, - 33, - 1.438, - 51, - 1.08, - 68, - 2.257, - 74, - 0.889, - 77, - 1.596, - 80, - 2.652, - 86, - 0.821, - 92, - 4.076, - 106, - 3.635, - 119, - 3.333, - 121, - 2.602, - 160, - 1.031, - 161, - 1.974, - 190, - 2.276, - 234, - 1.751, - 264, - 2.602, - 279, - 3.102, - 316, - 1.731, - 320, - 3.428, - 337, - 2.92, - 350, - 1.915, - 355, - 2.444, - 393, - 2.346, - 407, - 1.657, - 444, - 4.314, - 465, - 1.975, - 492, - 4.054, - 593, - 3.879, - 594, - 3.289, - 612, - 2.678, - 616, - 2.951, - 660, - 3.144, - 678, - 2.987, - 712, - 3.289, - 730, - 3.711, - 742, - 4.788, - 756, - 2.851, - 759, - 2.822, - 792, - 2.114, - 796, - 2.652, - 826, - 2.79, - 827, - 3.046, - 882, - 3.062, - 891, - 2.003, - 905, - 2.951, - 909, - 2.678, - 929, - 4.726, - 1129, - 2.487, - 1200, - 3.724, - 1227, - 2.82, - 1251, - 2.916, - 1421, - 2.951, - 1447, - 6.703, - 1558, - 3.504, - 1569, - 4.414, - 1662, - 2.652, - 1742, - 3.711, - 1753, - 4.203, - 1784, - 4.281, - 2079, - 3.144, - 2091, - 5.057, - 2112, - 3.711, - 2123, - 2.79, - 2130, - 5.845, - 2137, - 3.387, - 2232, - 6.254, - 2278, - 5.262, - 2287, - 4.502, - 2396, - 3.879, - 2457, - 4.341, - 2475, - 4.834, - 2651, - 4.696, - 2759, - 3.791, - 3125, - 8.115, - 3287, - 4.497, - 3315, - 4.502, - 3326, - 4.203, - 3569, - 4.203, - 3807, - 6.867, - 3861, - 3.637, - 3904, - 4.203, - 3945, - 5.262, - 3946, - 4.696, - 4005, - 4.962, - 4198, - 4.083, - 4884, - 3.879, - 4946, - 7.318, - 5428, - 6.261, - 5628, - 5.845, - 5904, - 5.528, - 6753, - 5.097, - 7009, - 6.72, - 7239, - 6.261, - 7304, - 4.938, - 7596, - 5.262, - 7597, - 5.262, - 7955, - 6.261, - 10064, - 4.938, - 10161, - 5.262, - 10310, - 8.414, - 10442, - 5.755, - 10443, - 9.201, - 10444, - 5.755, - 10445, - 5.755, - 10446, - 5.755, - 10447, - 5.755, - 10448, - 5.755, - 10449, - 5.755, - 10450, - 5.755, - 10451, - 5.755, - 10452, - 5.755, - 10453, - 5.755, - 10454, - 5.755, - 10455, - 8.003, - 10456, - 8.003, - 10457, - 5.755, - 10458, - 5.755, - 10459, - 11.496, - 10460, - 5.755, - 10461, - 8.003, - 10462, - 8.003, - 10463, - 8.003, - 10464, - 5.755, - 10465, - 5.755, - 10466, - 9.201, - 10467, - 8.003, - 10468, - 5.755, - 10469, - 5.755, - 10470, - 5.755 - ] - ], - [ - "type/ref/stable/dmMessage", - [ - 6760, - 1.837 - ] - ], - [ - "data/ref/stable/dmMessage", - [ - 7, - 0.75, - 8, - 1.401, - 9, - 0.953, - 11, - 0.898, - 21, - 2.29, - 30, - 1.118, - 32, - 1.563, - 33, - 1.344, - 42, - 2.409, - 49, - 2.137, - 68, - 1.356, - 74, - 1.043, - 77, - 1.638, - 86, - 1.172, - 92, - 2.054, - 106, - 4.752, - 107, - 3.462, - 108, - 3.105, - 119, - 3.223, - 121, - 1.691, - 123, - 2.166, - 125, - 2.418, - 127, - 2.497, - 129, - 3.03, - 131, - 3.41, - 149, - 1.861, - 151, - 1.096, - 160, - 1.071, - 161, - 1.863, - 162, - 1.537, - 172, - 1.654, - 190, - 1.7, - 196, - 3.594, - 217, - 2.399, - 218, - 2.292, - 237, - 1.376, - 250, - 4.677, - 297, - 1.872, - 314, - 3.855, - 338, - 3.065, - 405, - 3.36, - 465, - 2.703, - 473, - 2.962, - 493, - 3.098, - 523, - 3.823, - 525, - 2.227, - 581, - 1.941, - 590, - 3.343, - 616, - 3.065, - 667, - 6.9, - 694, - 5.3, - 737, - 3.083, - 743, - 2.898, - 763, - 4.878, - 779, - 3.577, - 796, - 3.786, - 866, - 4.33, - 906, - 6.267, - 909, - 3.823, - 929, - 2.703, - 948, - 2.259, - 1078, - 3.432, - 1129, - 3.55, - 1166, - 2.838, - 1167, - 4.264, - 1239, - 3.6, - 1397, - 3.938, - 1421, - 3.065, - 1569, - 3.565, - 1573, - 4.026, - 1693, - 3.462, - 1864, - 4.878, - 1902, - 4.429, - 1972, - 4.878, - 1981, - 3.223, - 2009, - 6.001, - 2079, - 3.266, - 2087, - 4.51, - 2162, - 3.778, - 2179, - 3.41, - 2348, - 3.64, - 2349, - 5.13, - 2423, - 4.677, - 2996, - 2.703, - 3052, - 3.778, - 3287, - 5.276, - 3339, - 4.51, - 3341, - 3.706, - 3897, - 4.51, - 4390, - 2.898, - 4400, - 4.878, - 4812, - 5.467, - 4940, - 5.094, - 4942, - 4.372, - 5428, - 4.677, - 5805, - 7.66, - 6753, - 4.552, - 6864, - 5.13, - 6878, - 5.13, - 6887, - 4.241, - 6897, - 6.981, - 6900, - 4.51, - 6903, - 5.467, - 8105, - 4.51, - 8823, - 9.803, - 8837, - 5.467, - 9561, - 9.69, - 10085, - 5.467, - 10471, - 9.388, - 10472, - 8.216, - 10473, - 5.978, - 10474, - 5.978, - 10475, - 5.978, - 10476, - 5.978, - 10477, - 5.978, - 10478, - 5.978, - 10479, - 5.978, - 10480, - 5.978, - 10481, - 5.978, - 10482, - 5.978, - 10483, - 5.978, - 10484, - 5.978, - 10485, - 5.978, - 10486, - 5.978, - 10487, - 5.978, - 10488, - 5.978, - 10489, - 5.978, - 10490, - 5.978, - 10491, - 5.978, - 10492, - 5.978 - ] - ], - [ - "type/ref/stable/dmDDF", - [ - 6760, - 1.837 - ] - ], - [ - "data/ref/stable/dmDDF", - [ - 7, - 0.813, - 8, - 0.829, - 9, - 0.926, - 11, - 1.033, - 21, - 1.772, - 30, - 0.943, - 37, - 4.977, - 41, - 1.884, - 51, - 1.216, - 86, - 1.491, - 92, - 3.591, - 99, - 1.853, - 106, - 4.876, - 108, - 3.28, - 119, - 3.12, - 121, - 2.455, - 123, - 2.348, - 125, - 2.621, - 127, - 2.707, - 129, - 3.284, - 137, - 0.964, - 141, - 2.247, - 144, - 3.363, - 146, - 4.305, - 151, - 2.056, - 160, - 1.161, - 186, - 1.938, - 198, - 2.835, - 224, - 1.784, - 237, - 1.492, - 263, - 2.428, - 279, - 3.494, - 281, - 3.247, - 297, - 2.03, - 317, - 2.432, - 407, - 1.342, - 465, - 1.6, - 493, - 1.895, - 590, - 3.237, - 599, - 3.077, - 616, - 5.017, - 660, - 4.742, - 669, - 4.398, - 727, - 4.018, - 737, - 3.257, - 758, - 2.801, - 796, - 2.987, - 799, - 4.096, - 929, - 5.385, - 1001, - 3.494, - 1078, - 2.707, - 1087, - 5.289, - 1103, - 6.625, - 1167, - 5.655, - 1257, - 2.987, - 1404, - 4.179, - 1447, - 7.045, - 1481, - 3.754, - 1493, - 4.018, - 1540, - 4.734, - 1573, - 3.176, - 1693, - 6.495, - 1754, - 5.927, - 1797, - 3.878, - 2117, - 3.494, - 2641, - 4.598, - 3175, - 5.193, - 3341, - 4.018, - 3437, - 4.598, - 3579, - 8.528, - 4109, - 4.096, - 4227, - 5.289, - 4770, - 4.096, - 4942, - 3.449, - 5109, - 4.096, - 6753, - 6.036, - 6884, - 6.215, - 6897, - 4.27, - 6900, - 8.64, - 7209, - 4.369, - 9542, - 10.78, - 10056, - 5.927, + 2.777, + 10409, + 2.777, + 10410, + 1.078, + 10411, + 1.078, + 10412, + 0.562, + 10413, + 1.553, + 10414, + 1.992, + 10415, + 0.562, + 10416, + 1.553, + 10417, + 1.078, + 10418, + 1.078, + 10419, + 1.553, + 10420, + 1.992, + 10421, + 1.078, + 10422, + 3.459, + 10423, + 1.992, + 10424, + 0.562, + 10425, + 4.826, + 10426, + 1.553, + 10427, + 3.767, + 10428, + 0.562, + 10429, + 0.562, + 10430, + 1.553, + 10431, + 0.562, + 10432, + 0.562, + 10433, + 1.078, + 10434, + 1.992, + 10435, + 2.777, + 10436, + 6.797, + 10437, + 1.992, + 10438, + 3.459, + 10439, + 0.562, + 10440, + 4.585, + 10441, + 0.562, + 10442, + 2.399, + 10443, + 3.459, + 10444, + 2.777, + 10445, + 1.078, + 10446, + 0.562, + 10447, + 7.3, + 10448, + 5.055, + 10449, + 1.078, + 10450, + 1.078, + 10451, + 1.078, + 10452, + 0.562, + 10453, + 1.078, + 10454, + 1.078, + 10455, + 1.078, + 10456, + 1.078, + 10457, + 1.078, + 10458, + 1.078, + 10459, + 4.056, + 10460, + 1.078, + 10461, + 1.078, + 10462, + 1.078, + 10463, + 1.078, + 10464, + 1.078, + 10465, + 1.992, + 10466, + 0.562, + 10467, + 1.078, + 10468, + 2.777, + 10469, + 1.078, + 10470, + 0.562, + 10471, + 0.562, + 10472, + 1.078, + 10473, + 0.562, + 10474, + 1.553, + 10475, + 1.078, + 10476, + 1.078, + 10477, + 0.562, + 10478, + 0.562, + 10479, + 1.078, + 10480, + 1.992, + 10481, + 0.562, + 10482, + 1.078, + 10483, + 1.078, + 10484, + 0.562, + 10485, + 0.562, + 10486, + 0.562, + 10487, + 0.562, + 10488, + 0.562, + 10489, + 0.562, + 10490, + 1.553, + 10491, + 0.562, + 10492, + 0.562, 10493, - 6.481, + 0.562, 10494, - 6.481, + 0.562, 10495, - 11.215, + 0.562, 10496, - 9.786, + 1.553, 10497, - 10.452, + 1.078, 10498, - 8.679, + 0.562, 10499, - 6.481, + 0.562, 10500, - 6.481, + 0.562, 10501, - 6.481, + 0.562, 10502, - 6.481, + 1.078, 10503, - 6.481, + 0.562, 10504, - 6.481, + 0.562, 10505, - 6.481, + 0.562, 10506, - 6.481 - ] - ], - [ - "type/ref/stable/collectionproxy", - [ - 6760, - 1.837 - ] - ], - [ - "data/ref/stable/collectionproxy", - [ - 7, - 0.43, - 8, - 1.31, - 9, - 0.983, - 10, - 1.53, - 11, - 1.094, - 13, - 1.799, - 16, - 0.973, - 19, - 3.15, - 21, - 1.712, - 22, - 1.234, - 23, - 0.741, - 26, - 2.062, - 29, - 1.222, - 30, - 1.139, - 32, - 1.464, - 33, - 1.483, - 35, - 2.01, - 41, - 0.997, - 42, - 1.296, - 46, - 0.954, - 49, - 1.944, - 51, - 2.05, - 59, - 1.457, - 67, - 1.202, - 68, - 2.025, - 70, - 1.519, - 71, - 1.387, - 72, - 3.039, - 73, - 2.946, - 74, - 1.278, - 77, - 1.673, - 86, - 1.425, - 94, - 1.186, - 97, - 1.049, - 106, - 4.484, - 108, - 1.296, - 110, - 2.249, - 119, - 2.453, - 121, - 1.538, - 135, - 2.536, - 137, - 1.248, - 149, - 2.611, - 151, - 0.997, - 158, - 1.163, - 160, - 1.738, - 161, - 2.253, - 162, - 1.398, - 166, - 2.695, - 171, - 4.602, - 178, - 2.052, - 187, - 2.369, - 190, - 0.975, - 191, - 0.868, - 196, - 1.845, - 219, - 1.738, - 234, - 2.056, - 237, - 2.357, - 261, - 2.822, - 273, - 1.335, - 278, - 1.049, - 293, - 1.376, - 298, - 2.133, - 300, - 2.003, - 303, - 2.272, - 318, - 3.136, - 343, - 2.187, - 362, - 3.039, - 364, - 1.387, - 369, - 3.167, - 380, - 1.927, - 386, - 5.162, - 394, - 1.699, - 403, - 2.587, - 407, - 1.126, - 418, - 2.167, - 438, - 1.536, - 453, - 3.615, - 454, - 2.8, - 456, - 4.373, - 465, - 1.668, - 473, - 1.699, - 502, - 2.609, - 538, - 3.027, - 550, - 2.369, - 553, - 3.798, - 554, - 1.799, - 555, - 3.437, - 557, - 4.669, - 567, - 2.018, - 568, - 1.409, - 569, - 2.425, - 594, - 2.235, - 611, - 2.414, - 636, - 5.105, - 662, - 7.314, - 668, - 5.288, - 669, - 4.523, - 670, - 4.3, - 682, - 1.718, - 694, - 3.0, - 700, - 4.428, - 702, - 3.69, - 709, - 2.211, - 712, - 1.409, - 723, - 1.849, - 729, - 5.099, - 737, - 1.287, - 824, - 1.663, - 837, - 3.201, - 858, - 2.142, - 866, - 1.469, - 905, - 1.759, - 947, - 1.986, - 960, - 2.637, - 1001, - 1.849, - 1078, - 2.823, - 1096, - 1.9, - 1156, - 1.55, - 1166, - 1.628, - 1200, - 1.596, - 1211, - 2.414, - 1219, - 1.849, - 1244, - 1.68, - 1251, - 1.738, - 1288, - 5.618, - 1289, - 2.756, - 1505, - 3.437, - 1516, - 3.501, - 1526, - 3.176, - 1569, - 2.713, - 1570, - 2.052, - 1586, - 3.69, - 1596, - 1.9, - 1611, - 2.018, - 1618, - 4.463, - 1619, - 2.088, - 1665, - 3.666, - 1705, - 2.65, - 1727, - 2.505, - 1728, - 2.587, - 1729, - 3.136, - 1765, - 2.505, - 1794, - 6.476, - 1821, - 1.522, - 1844, - 3.013, - 1850, - 2.052, - 1868, - 3.056, - 1869, - 1.565, - 1880, - 4.438, - 1898, - 1.387, - 1911, - 2.433, - 1915, - 2.312, - 1916, - 4.667, - 1929, - 1.699, - 1957, - 4.11, - 2013, - 1.986, - 2038, - 1.522, - 2138, - 2.505, - 2163, - 2.433, - 2235, - 4.453, - 2240, - 2.505, - 2246, - 4.255, - 2255, - 3.136, - 2260, - 4.937, - 2304, - 2.211, - 2354, - 3.437, - 2377, - 6.015, - 2505, - 4.556, - 2511, - 2.369, - 2686, - 2.312, - 2759, - 3.583, - 2767, - 3.136, - 2769, - 2.369, - 2789, - 2.505, - 2798, - 2.798, - 2809, - 5.288, - 2844, - 2.587, - 3064, - 3.136, - 3290, - 2.798, - 3310, - 2.167, - 3319, - 2.587, - 3346, - 2.683, - 3355, - 2.088, - 3356, - 2.943, - 3372, - 5.314, - 3547, - 4.103, - 3613, - 3.858, - 3616, - 2.312, - 3618, - 5.314, - 3782, - 2.587, - 3817, - 2.943, - 3935, - 3.666, - 3970, - 2.369, - 4185, - 4.937, - 4445, - 3.973, - 5132, - 2.798, - 5218, - 2.211, - 5274, - 2.943, - 5391, - 2.943, - 5535, - 2.587, - 5557, - 4.438, - 5563, - 2.683, - 5794, - 3.136, - 5795, - 2.943, - 5807, - 6.18, - 7253, - 2.943, - 7583, - 2.798, - 7600, - 2.943, - 7785, - 4.667, - 8024, - 2.798, - 8804, - 2.798, + 0.562, 10507, - 3.43, + 0.562, 10508, - 3.43, + 1.078, 10509, - 9.702, + 0.562, 10510, - 3.43, + 0.562, 10511, - 3.43, + 0.514, 10512, - 3.43, + 0.562, 10513, - 3.43, + 0.562, 10514, - 3.43, + 1.078, 10515, - 3.43, + 0.562, 10516, - 3.43, + 0.562, 10517, - 3.43, + 1.078, 10518, - 3.43, + 0.562, 10519, - 3.43, + 0.562, 10520, - 3.43, + 0.562, 10521, - 3.43, + 0.562, 10522, - 5.439, + 0.562, 10523, - 3.43, + 0.562, 10524, - 6.759, + 0.562, 10525, - 3.43, + 0.562, 10526, - 3.43, + 0.562, 10527, - 3.43 + 1.078, + 10528, + 1.078, + 10529, + 0.562, + 10530, + 0.562, + 10531, + 0.562, + 10532, + 0.562, + 10533, + 0.562, + 10534, + 0.514, + 10535, + 0.562, + 10536, + 1.078, + 10537, + 0.562, + 10538, + 0.514, + 10539, + 1.078, + 10540, + 0.562, + 10541, + 0.562, + 10542, + 0.562, + 10543, + 0.562, + 10544, + 0.562, + 10545, + 0.562, + 10546, + 0.562, + 10547, + 1.078, + 10548, + 0.562, + 10549, + 0.562, + 10550, + 0.562, + 10551, + 0.562, + 10552, + 0.562, + 10553, + 0.562, + 10554, + 0.562, + 10555, + 1.078, + 10556, + 1.992, + 10557, + 0.562, + 10558, + 0.562, + 10559, + 0.562, + 10560, + 0.562, + 10561, + 1.078, + 10562, + 0.562, + 10563, + 0.562, + 10564, + 0.562, + 10565, + 0.562, + 10566, + 0.562, + 10567, + 0.562, + 10568, + 0.562 ] ], [ @@ -106753,1342 +107007,1278 @@ [ 7, 1.037, - 8, - 1.503, - 9, - 1.032, - 11, - 1.086, - 16, - 0.544, - 21, - 2.27, - 29, - 0.879, - 30, + 18, 1.135, - 32, - 0.745, - 33, + 20, 1.253, - 35, - 3.16, - 48, - 1.678, - 67, - 3.724, - 68, - 0.888, - 71, - 0.803, - 74, + 28, + 1.897, + 30, + 3.934, + 36, + 0.78, + 38, 1.091, + 46, + 1.049, + 52, + 2.025, + 55, + 2.893, + 57, + 1.503, + 59, + 0.544, 77, - 0.78, + 1.849, 79, - 2.638, + 1.032, 86, - 1.049, - 92, - 2.527, - 108, - 3.374, + 1.271, + 96, + 1.24, + 99, + 1.086, + 102, + 1.006, + 107, + 0.745, + 113, + 1.474, + 116, + 1.523, 125, - 2.975, - 137, - 0.897, + 1.191, + 126, + 1.772, + 132, + 2.527, 141, - 1.474, + 2.231, + 142, + 3.16, 144, - 5.402, - 159, - 1.468, - 161, - 1.772, - 162, - 1.006, - 186, - 3.112, - 196, - 2.495, - 198, - 3.672, - 224, - 2.025, - 234, - 1.191, - 278, + 2.056, + 148, + 0.803, + 158, + 2.416, + 169, + 0.897, + 177, 1.845, - 279, - 3.966, - 298, - 1.535, - 300, + 199, + 1.677, + 202, + 3.672, + 226, + 1.678, + 240, + 1.113, + 241, 0.838, - 309, + 247, + 2.953, + 256, + 0.879, + 263, + 3.112, + 268, + 2.27, + 269, + 0.888, + 282, 1.939, - 328, - 1.839, - 343, - 1.113, - 346, - 1.523, - 362, - 1.546, 369, - 1.24, - 393, - 1.595, - 407, - 1.849, - 438, - 1.753, - 473, - 1.939, + 2.638, + 387, + 1.38, + 392, + 3.724, + 411, + 2.031, + 479, + 3.35, 490, - 2.524, - 492, - 2.999, - 493, - 2.416, - 568, - 2.478, - 580, - 1.897, - 581, - 1.271, - 590, - 2.953, - 595, - 1.418, - 607, + 3.939, + 534, + 1.839, + 561, + 1.24, + 573, + 1.468, + 602, + 2.975, + 612, + 4.402, + 620, + 2.031, + 622, 1.897, - 610, - 4.065, - 616, - 3.092, + 634, + 2.907, 644, - 2.031, - 665, - 5.55, - 697, + 1.939, + 685, + 1.595, + 773, + 1.418, + 866, 1.458, - 714, - 2.907, - 737, - 3.35, - 749, - 4.98, - 754, - 1.677, - 758, + 874, + 3.092, + 890, + 5.402, + 891, + 2.495, + 901, 2.606, - 759, - 1.38, - 826, + 941, + 1.535, + 978, + 1.546, + 1010, + 2.478, + 1019, + 3.374, + 1039, + 5.297, + 1041, + 5.461, + 1042, + 2.578, + 1062, + 2.138, + 1155, 1.897, - 836, + 1172, + 4.98, + 1202, + 4.477, + 1266, + 3.193, + 1306, + 2.473, + 1309, + 5.369, + 1311, + 2.524, + 1329, + 3.608, + 1426, + 2.383, + 1434, + 1.961, + 1459, + 2.999, + 1465, + 2.915, + 1548, + 3.251, + 1597, + 2.267, + 1629, + 1.753, + 1814, + 4.706, + 2028, + 2.638, + 2042, + 4.945, + 2084, + 2.524, + 2117, + 2.578, + 2135, + 5.219, + 2323, 4.134, - 858, - 1.24, - 894, + 2358, + 5.847, + 2360, + 3.966, + 2382, 3.739, - 903, + 2441, 2.056, - 924, - 2.578, - 929, - 5.461, - 948, - 3.934, - 1001, - 5.297, - 1014, - 2.524, - 1071, + 2517, + 5.55, + 2563, + 2.776, + 2565, + 4.065, + 2718, 4.278, - 1078, - 3.939, - 1103, + 2736, 5.017, - 1166, - 4.477, - 1167, + 2779, 3.818, - 1168, + 2780, 3.739, - 1199, - 5.847, - 1267, - 2.859, - 1481, - 2.267, - 1569, - 2.915, - 1586, - 2.893, - 1617, - 2.524, - 1795, - 2.031, - 1822, - 2.231, - 1844, - 4.945, - 1902, - 3.251, - 1922, - 2.578, - 2079, - 2.138, - 2117, - 2.11, - 2142, - 3.608, - 2232, - 4.402, - 2475, - 2.056, - 2525, + 2888, 8.562, - 2550, + 2952, + 2.11, + 3237, + 4.278, + 3646, + 3.209, + 3712, + 1.897, + 3897, 2.473, - 2573, - 1.961, - 2600, - 3.193, - 2840, + 4197, 5.514, - 2878, - 2.638, - 2965, - 5.219, - 2996, - 4.706, - 3265, - 3.062, - 3310, - 2.473, - 3840, - 5.369, - 3934, - 2.383, - 4198, - 4.278, - 4369, + 4416, 3.062, - 4390, - 1.897, - 4940, + 4514, + 2.524, + 4603, + 2.952, + 4646, + 2.859, + 4746, 4.561, - 4942, - 3.209, - 5036, - 2.776, - 5253, + 5076, + 3.062, + 5459, 8.092, - 5428, + 6078, 3.062, - 5880, - 2.952, - 6167, + 6127, 4.278, - 6753, + 6473, 5.888, - 6884, + 6763, 6.411, - 6887, - 2.776, - 6897, - 5.445, - 7196, + 6880, + 6.727, + 6883, + 6.312, + 6923, 3.193, - 7209, - 4.065, - 7622, + 6972, 2.952, - 7992, + 7311, + 5.445, + 7323, + 2.776, + 8022, 3.358, - 8039, - 6.312, - 8726, - 8.985, - 8727, - 10.379, - 10275, - 6.727, - 10277, + 8151, + 4.065, + 8156, 6.312, - 10528, - 3.914, - 10529, - 11.613, - 10530, - 10.146, - 10531, - 10.629, - 10532, - 3.914, - 10533, - 3.914, - 10534, - 6.03, - 10535, - 6.03, - 10536, - 3.914, - 10537, - 3.914, - 10538, - 3.914, - 10539, - 3.914, - 10540, - 3.914, - 10541, - 3.914, - 10542, - 3.914, - 10543, - 3.914, - 10544, - 3.914, - 10545, - 3.914, - 10546, - 3.914, - 10547, - 3.914, - 10548, - 8.927, - 10549, - 3.914, - 10550, - 3.914, - 10551, - 3.914, - 10552, - 3.914, - 10553, - 3.914, - 10554, - 3.914, - 10555, - 6.03, - 10556, - 3.914, - 10557, - 3.914, - 10558, - 3.914, - 10559, - 3.914, - 10560, - 3.914, - 10561, - 3.914, - 10562, - 3.914, - 10563, - 3.914, - 10564, - 3.914, - 10565, - 7.357, - 10566, - 3.914, - 10567, - 3.914, - 10568, - 3.914, 10569, 3.914, 10570, - 3.914 - ] - ], - [ - "type/ref/stable/camera", - [ - 6760, - 1.837 - ] - ], - [ - "data/ref/stable/camera", - [ - 8, - 1.558, - 9, - 0.791, - 11, - 0.754, - 16, - 0.651, - 21, - 1.473, - 29, - 1.117, - 30, - 1.142, - 33, - 1.499, - 35, - 3.495, - 41, - 1.445, - 42, - 2.535, - 44, - 1.995, - 50, - 4.637, - 51, - 1.353, - 65, - 3.837, - 70, - 1.117, - 80, - 2.29, - 83, - 2.094, - 86, - 1.029, - 97, - 2.207, - 99, - 1.421, - 106, - 1.964, - 135, - 3.185, - 137, - 1.073, - 141, - 1.445, - 160, - 0.89, - 162, - 1.278, - 173, - 1.92, - 190, - 1.414, - 191, - 2.357, - 198, - 3.475, - 202, - 3.94, - 218, - 4.43, - 224, - 1.985, - 227, - 5.854, - 237, - 1.954, - 242, - 4.177, - 271, - 4.998, - 300, - 2.117, - 366, - 2.247, - 369, - 1.575, - 384, - 3.063, - 407, - 1.029, - 438, - 2.226, - 466, - 2.786, - 492, - 2.026, - 493, - 3.11, - 514, - 2.561, - 538, - 5.174, - 694, - 5.127, - 697, - 2.687, - 828, - 4.557, - 867, - 2.41, - 889, - 1.949, - 921, - 2.49, - 935, - 6.392, - 937, - 4.053, - 958, - 5.198, - 959, - 6.994, - 962, - 6.621, - 1156, - 3.26, - 1168, - 5.772, - 1221, - 3.141, - 1516, - 1.742, - 1575, - 6.595, - 1620, - 5.863, - 1711, - 7.014, - 1712, - 6.516, - 1740, - 4.545, - 1750, - 3.434, - 1869, - 3.291, - 2377, - 3.082, - 2509, - 3.026, - 2665, - 4.861, - 2996, - 5.223, - 3110, - 4.056, - 3160, - 6.276, - 3337, - 3.205, - 3670, - 7.531, - 4144, - 7.77, - 4356, - 5.642, - 4390, - 2.41, - 4671, - 3.889, - 5382, - 7.778, - 5383, - 7.024, - 5528, - 3.434, - 6061, - 4.545, - 6062, - 4.545, - 6063, - 4.545, - 6064, - 4.545, - 6065, - 4.545, - 6066, - 6.276, - 7031, - 3.889, - 7080, - 3.889, - 7905, - 4.545, + 11.613, 10571, - 4.971, + 8.985, 10572, - 4.971, + 10.379, 10573, - 4.971, + 10.146, 10574, - 4.971, + 10.629, 10575, - 4.971, + 3.914, 10576, - 4.971, + 3.914, 10577, - 4.971, + 6.03, 10578, - 4.971, + 6.03, 10579, - 4.971, + 3.914, 10580, - 4.971, + 3.914, 10581, - 4.971, + 3.914, 10582, - 4.971, + 3.914, 10583, - 4.971, + 3.914, 10584, - 4.971, + 3.914, 10585, - 4.971, + 3.914, 10586, - 4.971, + 3.914, 10587, - 4.971, + 3.914, 10588, - 4.971, + 3.914, 10589, - 4.971, + 3.914, 10590, - 4.971, + 3.914, 10591, - 4.971, + 8.927, 10592, - 4.971, + 3.914, 10593, - 4.971, + 3.914, 10594, - 4.971, + 3.914, 10595, - 4.971, + 3.914, 10596, - 4.971 - ] - ], - [ - "type/ref/stable/particlefx", - [ - 6760, - 1.837 - ] - ], - [ - "data/ref/stable/particlefx", - [ - 7, - 0.606, - 8, - 1.383, - 9, - 1.007, - 10, - 0.881, - 11, - 1.008, - 16, - 0.436, - 21, - 1.441, - 22, - 1.095, - 23, - 1.043, - 26, - 2.461, - 30, - 1.141, - 32, - 1.343, - 33, - 1.465, - 41, - 2.426, - 42, - 2.188, - 46, - 2.555, - 49, - 2.523, - 51, - 2.028, - 59, - 2.05, - 68, - 2.392, - 70, - 2.063, - 71, - 0.99, - 74, - 1.171, - 77, - 0.963, - 86, - 1.504, - 99, - 2.626, - 104, - 2.855, - 108, - 4.234, - 135, - 1.811, - 141, - 1.414, - 143, - 3.497, - 151, - 0.885, - 160, - 1.936, - 161, - 2.092, - 162, - 1.241, - 172, - 2.31, - 184, - 2.162, - 186, - 2.746, - 218, - 3.913, - 219, - 2.446, - 234, - 2.793, - 236, - 2.475, - 237, - 1.921, - 277, - 2.379, - 278, - 1.477, - 282, - 2.536, - 291, - 1.658, - 293, - 1.937, - 300, - 1.033, - 309, - 2.391, - 312, - 2.224, - 316, - 1.451, - 336, - 3.809, - 343, - 2.373, - 369, - 3.235, - 375, - 6.837, - 376, - 8.08, - 377, - 7.382, - 378, - 4.297, - 379, - 8.71, - 400, - 2.391, - 402, - 2.086, - 405, - 2.712, - 438, - 3.162, - 450, - 5.494, - 454, - 2.924, - 465, - 2.412, - 522, - 2.34, - 523, - 2.246, - 525, - 2.63, - 530, - 2.674, - 590, - 2.335, - 599, - 3.351, - 638, - 2.938, - 643, - 5.381, - 666, - 3.272, - 694, - 4.797, - 712, - 1.983, - 783, - 2.602, - 792, - 2.593, - 805, - 4.451, - 835, - 2.795, - 890, - 3.577, - 923, - 6.041, - 976, - 7.263, - 1283, - 2.992, - 1486, - 5.693, - 1516, - 1.691, - 1543, - 3.641, - 1569, - 3.812, - 1662, - 4.857, - 1776, - 2.536, - 1822, - 1.786, - 1854, - 2.475, - 1869, - 2.203, - 1959, - 6.343, - 1982, - 3.709, - 2033, - 3.938, - 2328, - 3.112, - 2333, - 4.552, - 2345, - 3.334, - 2348, - 4.297, - 2393, - 4.297, - 2549, - 2.888, - 2602, - 4.414, - 3165, - 3.641, - 3172, - 3.938, - 3174, - 4.142, - 3219, - 4.414, - 3220, - 7.161, - 3221, - 3.05, - 3222, - 3.776, - 3223, - 4.142, - 3224, - 6.455, - 4610, - 3.776, - 5558, - 3.938, - 5673, - 6.057, - 6728, - 3.938, - 8105, - 3.641, - 9301, - 6.455, - 9302, - 6.455, - 9303, - 6.455, - 9304, - 6.455, - 10090, - 4.414, + 3.914, 10597, - 4.827, + 3.914, 10598, - 4.827, + 6.03, 10599, - 4.827, + 3.914, 10600, - 4.827, + 3.914, 10601, - 4.827, + 3.914, 10602, - 4.827, + 3.914, 10603, - 4.827 - ] - ], - [ - "type/ref/stable/dmHashTable", - [ - 6760, - 1.837 - ] - ], - [ - "data/ref/stable/dmHashTable", - [ - 8, - 1.34, - 9, - 0.74, - 11, - 0.773, - 16, - 0.786, - 30, - 1.014, - 74, - 1.163, - 108, - 4.403, - 135, - 4.372, - 137, - 1.734, - 163, - 4.092, - 268, - 6.504, - 279, - 4.693, - 300, - 1.864, - 347, - 4.176, - 407, - 2.326, - 429, - 3.9, - 493, - 2.545, - 605, - 5.042, - 1707, - 6.177, - 2337, - 7.233, - 2587, - 4.757, - 3078, - 7.962, - 3579, - 7.104, - 3599, - 7.471, - 3976, - 7.962, - 4025, - 7.962, - 4351, - 9.636, - 6884, - 4.966, - 7250, - 8.79, - 7508, - 6.177, - 9523, - 7.471, - 9624, - 7.962, - 10062, - 7.962, + 3.914, 10604, - 8.707, + 3.914, 10605, - 8.707, + 3.914, 10606, - 8.707, + 3.914, 10607, - 8.707, + 3.914, 10608, - 8.707, + 7.357, 10609, - 8.707, + 3.914, 10610, - 8.707, + 3.914, 10611, - 10.471, + 3.914, 10612, - 8.707 + 3.914, + 10613, + 3.914 ] ], [ - "type/ref/stable/collectionfactory", + "type/ref/stable/base", [ 6760, 1.837 ] ], [ - "data/ref/stable/collectionfactory", + "data/ref/stable/base", [ 7, - 0.881, + 1.308, 8, - 1.171, + 1.16, 9, - 0.865, - 10, - 1.858, - 11, - 1.073, - 16, - 0.826, - 21, 1.697, - 23, - 1.518, - 26, - 1.285, + 10, + 1.235, + 18, + 1.142, + 20, + 1.561, + 27, + 1.014, 30, - 1.135, - 33, - 1.463, - 35, - 1.425, - 44, - 3.672, + 2.383, + 36, + 1.746, + 38, + 1.158, + 45, + 1.181, 46, - 1.334, - 48, - 2.313, - 49, - 1.713, - 50, - 2.089, - 51, - 1.828, + 1.565, 52, - 1.595, + 1.995, + 56, + 0.682, + 57, + 1.455, 59, - 2.036, - 68, - 1.886, - 70, - 1.077, - 71, - 0.983, - 74, - 1.082, + 0.948, + 60, + 2.758, + 62, + 1.022, + 63, + 0.849, 77, - 1.401, + 2.027, + 78, + 0.777, + 79, + 1.023, 86, - 0.684, + 2.047, + 90, + 0.417, + 96, + 0.98, 99, - 2.911, - 104, - 2.84, + 1.01, + 100, + 1.921, + 102, + 0.795, + 103, + 1.668, + 106, + 1.753, + 107, + 1.707, 108, - 4.077, - 119, - 1.528, - 135, - 3.947, - 137, - 1.045, - 141, - 1.407, - 147, - 2.108, - 149, - 2.85, - 151, - 1.288, + 1.679, + 109, + 0.657, + 113, + 1.654, + 115, + 1.279, + 121, + 1.372, + 122, + 1.291, + 124, + 1.808, + 125, + 0.533, + 126, + 1.639, + 132, + 1.062, + 140, + 0.807, + 141, + 1.851, + 142, + 2.603, + 148, + 1.487, + 150, + 1.446, + 153, + 1.644, + 158, + 0.904, 160, - 1.489, - 161, - 1.934, - 162, - 1.806, - 166, - 2.461, + 2.353, + 165, + 3.241, + 168, + 0.92, + 169, + 1.363, 171, - 2.868, + 1.585, 172, - 2.818, - 175, - 2.108, - 183, - 2.821, - 186, - 1.433, - 191, - 1.214, - 218, - 2.693, + 1.359, + 177, + 1.929, + 178, + 1.545, + 196, + 1.975, + 201, + 1.855, + 202, + 1.355, + 207, + 2.267, + 208, + 1.359, + 210, + 0.708, + 211, + 0.784, 228, - 3.236, - 234, - 2.136, - 237, - 2.344, + 0.744, + 229, + 0.567, + 230, + 1.076, + 239, + 0.77, + 240, + 1.624, + 241, + 1.875, + 243, + 1.531, + 244, + 3.727, + 247, + 2.731, + 250, + 1.933, + 256, + 1.714, + 257, + 1.639, + 260, + 1.398, 263, - 1.341, + 3.297, + 266, + 1.372, 268, - 2.776, - 277, + 2.204, + 269, + 0.701, + 273, + 2.161, + 280, + 0.687, + 288, + 0.944, + 309, + 1.031, + 330, + 1.595, + 332, + 1.901, + 333, 1.615, - 278, - 2.543, - 308, - 2.458, - 316, - 1.441, - 318, - 3.388, + 336, + 1.321, 337, - 1.749, + 2.621, + 341, + 1.498, + 342, + 1.384, 351, - 2.375, - 369, - 3.488, - 378, - 6.404, - 400, - 2.375, - 403, - 3.616, + 0.909, + 353, + 0.703, + 358, + 3.138, + 368, + 1.423, + 380, + 0.622, + 392, + 1.453, + 402, + 0.932, 407, - 2.234, - 431, - 2.918, - 456, - 2.349, - 465, - 2.052, - 466, - 2.713, + 1.107, + 411, + 1.604, + 433, + 0.714, + 442, + 2.824, + 443, + 1.429, + 452, + 0.899, + 453, + 1.014, + 454, + 0.697, 469, - 1.838, - 491, - 3.472, + 2.102, + 471, + 1.341, + 472, + 0.807, + 473, + 0.77, + 479, + 2.555, + 489, + 3.549, + 490, + 1.291, 492, - 3.388, - 493, - 2.053, - 525, - 1.786, - 538, - 3.723, + 1.79, + 496, + 2.328, + 497, + 0.898, + 500, + 2.644, + 505, + 2.127, + 509, + 0.909, + 510, + 1.838, + 516, + 4.111, + 521, + 0.61, + 541, + 0.932, + 546, + 3.079, + 550, + 1.93, + 553, + 2.041, 554, - 1.585, - 568, - 1.97, - 569, - 2.403, - 594, - 1.97, + 0.657, + 555, + 0.549, + 556, + 2.591, + 560, + 2.621, + 561, + 0.98, + 573, + 1.16, + 574, + 0.84, + 581, + 1.666, + 583, + 5.282, 595, - 1.737, - 611, - 2.127, + 0.944, + 601, + 1.12, + 620, + 2.153, + 622, + 0.849, + 629, + 0.527, + 631, + 1.531, + 634, + 1.977, 636, - 4.961, - 637, - 6.989, - 643, - 4.529, - 646, - 2.619, - 666, - 1.88, - 669, - 5.159, - 670, - 4.693, - 677, - 4.484, + 1.185, + 638, + 1.107, + 664, + 1.279, + 672, + 4.992, + 675, + 0.672, 685, - 5.901, - 688, - 4.808, - 689, - 6.026, - 693, - 2.324, - 694, - 4.965, - 696, - 3.231, - 697, - 1.786, - 700, - 4.177, - 702, - 3.987, - 712, - 1.97, - 713, - 3.616, - 714, - 1.894, - 717, - 2.776, - 719, - 2.147, - 720, - 3.029, - 722, - 10.064, - 728, - 3.559, - 729, - 5.298, - 730, - 4.529, - 731, - 6.422, - 737, - 2.635, - 739, - 7.601, + 0.714, + 691, + 1.747, + 692, + 0.657, + 701, + 2.179, + 703, + 1.212, + 705, + 1.154, + 716, + 0.999, + 721, + 1.37, + 740, + 1.566, 744, - 4.438, - 745, - 4.383, - 748, - 3.311, + 0.849, + 747, + 2.812, 749, - 2.429, + 3.445, + 750, + 3.056, + 752, + 2.306, 754, - 2.053, - 779, - 2.868, + 1.048, + 769, + 1.993, + 773, + 1.503, + 774, + 1.397, + 775, + 0.97, 792, - 2.58, - 808, - 1.702, + 1.763, + 801, + 0.858, 827, - 1.825, - 836, - 2.694, + 2.402, + 834, + 0.868, + 845, + 1.181, + 848, + 2.055, + 856, + 1.24, + 860, + 0.888, 866, - 3.009, - 923, - 2.458, - 947, - 2.776, - 948, - 1.811, - 954, - 2.55, - 1014, - 3.091, - 1072, - 2.253, - 1078, - 2.002, - 1156, - 2.167, - 1199, - 2.972, - 1200, - 2.23, - 1227, - 2.349, - 1257, - 2.209, - 1342, - 2.918, - 1526, - 2.253, - 1545, - 3.029, - 1569, - 3.591, - 1592, - 2.584, - 1776, - 2.518, - 1794, - 2.972, - 1813, - 3.616, - 1820, - 3.158, - 1822, - 1.773, - 1867, - 2.821, - 1869, - 2.188, - 1990, - 2.584, - 2100, - 3.231, - 2345, - 3.311, - 2346, - 6.322, - 2539, - 5.13, - 3156, - 3.091, - 3326, - 3.501, - 4268, - 3.911, - 4369, - 6.503, - 4723, - 3.616, - 4887, - 4.541, - 5255, - 4.113, - 5482, - 3.911, - 5563, - 3.75, - 5866, - 4.383, - 6830, - 2.918, - 6952, - 4.383, - 6956, - 4.383, - 6957, - 4.383, - 6958, - 4.383, - 6959, - 4.383, - 9936, - 6.422, - 10613, - 4.793, + 1.864, + 873, + 1.21, + 877, + 1.181, + 879, + 1.031, + 882, + 6.228, + 898, + 0.622, + 901, + 1.792, + 903, + 0.944, + 905, + 2.441, + 907, + 1.154, + 914, + 0.732, + 917, + 3.276, + 918, + 2.739, + 919, + 0.898, + 928, + 3.457, + 931, + 1.148, + 955, + 1.503, + 960, + 0.799, + 978, + 0.692, + 984, + 1.321, + 987, + 1.645, + 999, + 0.807, + 1025, + 2.863, + 1034, + 0.672, + 1039, + 1.666, + 1043, + 1.336, + 1052, + 0.92, + 1053, + 1.242, + 1081, + 1.066, + 1082, + 1.953, + 1104, + 1.988, + 1109, + 2.011, + 1120, + 1.819, + 1124, + 1.129, + 1135, + 2.083, + 1136, + 1.086, + 1138, + 1.503, + 1139, + 0.984, + 1146, + 0.757, + 1147, + 1.321, + 1157, + 0.92, + 1172, + 0.888, + 1198, + 2.366, + 1206, + 1.242, + 1218, + 5.41, + 1221, + 2.055, + 1224, + 1.483, + 1269, + 5.263, + 1272, + 1.841, + 1285, + 1.321, + 1295, + 4.05, + 1296, + 2.537, + 1298, + 1.107, + 1307, + 1.916, + 1309, + 2.266, + 1312, + 1.279, + 1322, + 3.91, + 1323, + 0.732, + 1328, + 1.321, + 1343, + 2.298, + 1401, + 1.066, + 1403, + 0.831, + 1406, + 2.284, + 1411, + 1.324, + 1415, + 2.135, + 1421, + 1.066, + 1429, + 2.083, + 1434, + 2.078, + 1459, + 4.636, + 1465, + 3.005, + 1471, + 1.531, + 1472, + 4.017, + 1479, + 2.441, + 1495, + 1.712, + 1509, + 1.21, + 1529, + 3.385, + 1551, + 3.245, + 1589, + 1.181, + 1590, + 1.048, + 1602, + 0.858, + 1628, + 1.718, + 1652, + 3.245, + 1658, + 2.943, + 1661, + 1.548, + 1662, + 1.359, + 1672, + 2.236, + 1684, + 1.014, + 1690, + 1.181, + 1696, + 1.066, + 1713, + 1.624, + 1774, + 0.888, + 1823, + 4.412, + 1875, + 2.193, + 1908, + 0.792, + 1931, + 0.944, + 1982, + 4.591, + 2015, + 5.14, + 2028, + 1.181, + 2035, + 1.086, + 2042, + 0.97, + 2087, + 1.953, + 2088, + 1.279, + 2114, + 1.107, + 2123, + 1.763, + 2164, + 0.757, + 2182, + 0.898, + 2225, + 1.429, + 2226, + 1.129, + 2268, + 3.624, + 2286, + 1.916, + 2297, + 1.993, + 2379, + 1.129, + 2389, + 1.014, + 2433, + 1.048, + 2440, + 3.859, + 2441, + 1.624, + 2471, + 1.429, + 2498, + 1.129, + 2532, + 1.993, + 2542, + 1.916, + 2548, + 1.031, + 2550, + 1.014, + 2568, + 1.953, + 2594, + 1.429, + 2640, + 1.242, + 2657, + 0.984, + 2683, + 1.242, + 2684, + 1.819, + 2690, + 2.898, + 2709, + 1.181, + 2775, + 0.944, + 2777, + 1.321, + 2822, + 1.882, + 2854, + 2.675, + 2871, + 0.999, + 2875, + 3.046, + 2897, + 2.257, + 2916, + 1.107, + 2967, + 1.154, + 2994, + 2.733, + 3021, + 1.086, + 3088, + 4.308, + 3090, + 4.9, + 3131, + 1.429, + 3204, + 2.331, + 3241, + 1.429, + 3308, + 1.503, + 3388, + 1.503, + 3410, + 1.429, + 3415, + 2.734, + 3442, + 2.193, + 3527, + 2.796, + 3569, + 1.21, + 3610, + 2.236, + 3702, + 2.826, + 3713, + 1.819, + 3925, + 1.321, + 3972, + 4.94, + 3984, + 1.737, + 4126, + 1.37, + 4184, + 1.429, + 4185, + 1.429, + 4207, + 3.457, + 4260, + 1.503, + 4400, + 2.193, + 4565, + 1.602, + 4580, + 1.503, + 4697, + 1.503, + 4703, + 2.652, + 4727, + 2.826, + 4745, + 1.882, + 4875, + 1.279, + 5156, + 2.331, + 5177, + 2.652, + 5210, + 6.626, + 5211, + 5.217, + 5214, + 1.602, + 5280, + 2.418, + 5366, + 1.429, + 5384, + 1.503, + 5553, + 1.37, + 5711, + 1.602, + 5721, + 1.279, + 5746, + 1.503, + 5753, + 1.279, + 5830, + 1.321, + 5920, + 1.429, + 5923, + 1.242, + 6074, + 4.294, + 6127, + 1.242, + 6157, + 1.602, + 6443, + 3.559, + 6947, + 2.652, + 7095, + 1.37, + 7097, + 2.826, + 7105, + 2.652, + 7106, + 2.652, + 7108, + 1.503, + 7123, + 1.321, + 7173, + 4.66, + 7407, + 4.294, + 7457, + 1.429, + 7491, + 1.429, + 7969, + 1.503, + 8563, + 2.826, + 8579, + 2.652, + 8714, + 1.37, + 8721, + 1.602, + 8724, + 3.793, + 8801, + 1.602, + 9048, + 1.429, + 9302, + 1.602, + 9304, + 1.602, + 9307, + 1.602, + 9308, + 2.826, + 9309, + 4.576, + 9310, + 2.826, + 9337, + 2.826, + 9338, + 1.602, + 9355, + 6.544, + 9386, + 2.826, + 9398, + 1.429, + 9483, + 3.793, + 9497, + 1.602, + 9504, + 5.765, + 9509, + 2.826, + 9743, + 1.602, + 9754, + 1.503, + 10307, + 1.602, + 10322, + 1.602, + 10511, + 1.602, + 10534, + 2.826, 10614, - 4.793, + 3.091, 10615, - 4.793, + 1.751, 10616, - 4.793, + 1.751, 10617, - 7.023, + 1.751, 10618, - 7.023, + 1.751, 10619, - 7.023 + 1.751, + 10620, + 1.751, + 10621, + 1.751, + 10622, + 5.004, + 10623, + 1.751, + 10624, + 3.091, + 10625, + 1.751, + 10626, + 1.751, + 10627, + 1.751, + 10628, + 1.751, + 10629, + 3.091, + 10630, + 3.091, + 10631, + 1.751, + 10632, + 1.751, + 10633, + 4.148, + 10634, + 1.751, + 10635, + 1.751, + 10636, + 1.751, + 10637, + 1.751, + 10638, + 1.751, + 10639, + 1.751, + 10640, + 1.751, + 10641, + 1.751, + 10642, + 5.222, + 10643, + 2.826, + 10644, + 1.751, + 10645, + 1.751, + 10646, + 1.751, + 10647, + 3.091, + 10648, + 1.751, + 10649, + 1.751, + 10650, + 1.751, + 10651, + 1.751, + 10652, + 1.751, + 10653, + 1.751, + 10654, + 3.091, + 10655, + 1.751, + 10656, + 1.751, + 10657, + 1.751, + 10658, + 1.751, + 10659, + 1.751, + 10660, + 1.751, + 10661, + 5.711 ] ], [ @@ -108101,2454 +108291,2264 @@ [ "data/ref/stable/types", [ - 11, - 1.051, - 21, - 2.543, - 33, + 20, 1.655, - 46, + 60, 3.295, - 108, - 3.591, - 198, + 99, + 1.051, + 202, 4.14, - 347, + 268, + 2.543, + 280, + 4.883, + 574, 5.68, - 694, + 811, + 6.169, + 849, 4.217, - 697, + 866, 4.411, - 835, + 1019, + 3.591, + 1093, + 5.592, + 1099, + 6.405, + 1254, 5.503, - 836, + 1406, + 5.404, + 2323, 5.34, - 968, - 6.169, - 1021, + 2690, 6.857, - 1705, - 4.883, - 1869, - 5.404, - 2099, - 5.592, - 2100, - 6.405, - 6066, + 3487, 6.405, - 10620, + 10662, 7.444, - 10621, + 10663, 7.444, - 10622, + 10664, 7.444, - 10623, + 10665, 7.444, - 10624, + 10666, 7.444, - 10625, + 10667, 7.444, - 10626, + 10668, 7.444, - 10627, + 10669, 7.444, - 10628, + 10670, 7.444, - 10629, + 10671, 7.444, - 10630, + 10672, 7.444, - 10631, + 10673, 7.444, - 10632, + 10674, 7.444, - 10633, + 10675, 7.444 ] ], [ - "type/ref/stable/editor", + "type/ref/stable/msg", [ 6760, 1.837 ] ], [ - "data/ref/stable/editor", + "data/ref/stable/msg", [ - 0, - 0.105, - 1, - 2.038, 7, - 1.078, - 8, - 1.378, + 1.392, 9, - 1.031, - 11, - 1.031, - 16, - 0.719, - 21, - 2.137, + 2.119, + 10, + 1.83, + 18, + 1.14, + 20, + 1.534, + 36, + 2.053, + 46, + 1.37, + 52, + 1.72, + 57, + 1.497, + 79, + 1.048, + 96, + 3.517, + 97, + 2.448, + 99, + 1.05, + 100, + 1.172, + 103, + 1.438, + 113, + 1.697, + 126, + 2.136, + 132, + 2.146, + 141, + 3.981, + 148, + 1.282, + 160, + 1.847, + 169, + 0.93, + 170, + 3.683, + 177, + 3.15, + 194, + 1.753, + 210, + 2.527, + 226, + 1.738, + 227, + 3.618, + 241, + 1.338, + 247, + 2.066, + 268, + 1.276, + 380, + 3.006, + 382, + 3.047, + 385, + 3.511, + 471, + 2.575, + 489, + 2.907, + 553, + 3.433, + 579, + 3.13, + 601, + 2.264, + 620, + 4.394, + 631, + 3.095, + 645, + 3.677, + 686, + 3.368, + 749, + 3.413, + 849, + 5.524, + 880, + 3.029, + 914, + 3.537, + 931, + 2.849, + 978, + 2.469, + 1019, + 4.067, + 1025, + 4.068, + 1055, + 4.829, + 1158, + 2.879, + 1293, + 4.713, + 1295, + 3.604, + 1343, + 3.461, + 1411, + 3.627, + 1465, + 4.242, + 1472, + 3.792, + 1546, + 3.242, + 1548, + 3.368, + 1594, + 3.563, + 1602, + 3.061, + 1606, + 3.677, + 1621, + 4.291, + 1628, + 2.588, + 1631, + 5.249, + 1650, + 3.738, + 1663, + 9.415, + 1713, + 3.282, + 1823, + 3.804, + 2164, + 3.659, + 2220, + 3.738, + 2383, + 5.249, + 2498, + 4.029, + 2871, + 3.563, + 2925, + 5.46, + 3073, + 4.713, + 3108, + 7.86, + 3395, + 7.743, + 4483, + 4.432, + 5978, + 5.361, + 7319, + 8.241, + 7935, + 4.888, + 10676, + 6.248, + 10677, + 6.248 + ] + ], + [ + "type/ref/stable/sound", + [ + 6760, + 1.837 + ] + ], + [ + "data/ref/stable/sound", + [ + 7, + 1.279, + 9, + 1.29, + 10, + 0.822, + 18, + 1.14, + 20, + 1.58, 22, - 0.652, - 23, - 0.84, + 1.563, + 27, + 2.202, 28, - 0.305, - 29, - 0.766, + 1.078, 30, - 1.116, - 32, - 0.74, - 33, - 1.375, - 35, - 1.285, - 37, - 3.47, - 39, - 3.202, - 42, - 1.492, - 44, - 0.345, + 0.84, + 31, + 5.977, + 36, + 1.176, + 38, + 0.904, 46, - 1.81, - 47, - 1.586, - 48, - 0.8, - 49, - 3.413, - 50, - 2.359, - 51, - 1.89, - 54, - 1.022, - 56, - 4.775, + 1.544, + 52, + 2.241, + 57, + 1.422, + 59, + 1.009, 60, - 0.658, - 64, - 1.02, - 67, - 0.566, - 68, - 1.897, + 1.386, 70, - 1.285, - 71, - 1.284, - 72, - 1.864, - 73, - 0.995, - 74, - 1.124, + 2.484, 75, - 1.915, + 3.875, 77, - 2.055, + 0.46, + 78, + 0.987, 79, - 0.58, - 80, - 1.791, - 83, - 1.637, + 0.979, 86, - 1.407, - 91, - 0.619, - 93, - 2.195, + 2.346, + 90, + 1.94, + 92, + 1.526, 94, - 0.558, + 1.769, + 96, + 3.082, 97, - 2.942, - 98, - 0.452, + 0.643, 99, - 2.424, + 1.047, 100, - 0.95, - 101, - 3.561, + 1.912, + 102, + 1.281, + 103, + 1.778, + 105, + 3.535, 106, - 2.659, - 110, - 0.286, + 1.742, + 107, + 1.122, + 108, + 0.654, 111, - 0.963, - 123, - 0.312, - 135, - 3.608, - 137, - 1.338, - 140, - 0.396, + 1.588, + 113, + 2.113, + 124, + 0.969, + 125, + 2.198, + 126, + 1.964, + 128, + 1.884, 141, - 1.202, - 146, - 0.901, + 0.822, + 142, + 3.264, + 148, + 1.36, + 153, + 1.504, + 158, + 2.787, + 165, + 2.665, + 166, + 1.045, + 167, + 1.538, + 169, + 1.075, + 170, + 1.458, + 175, + 0.969, + 194, + 1.209, + 198, + 1.606, + 201, + 0.854, + 202, + 0.726, + 210, + 0.899, + 229, + 1.615, + 230, + 0.774, + 233, + 1.499, + 239, + 0.978, + 240, + 1.417, + 241, + 1.419, + 244, + 1.469, + 247, + 2.692, + 256, + 2.185, + 263, + 3.419, + 268, + 2.02, + 269, + 1.928, + 273, + 0.939, + 295, + 2.718, + 330, + 3.155, + 333, + 2.882, + 334, + 2.107, + 347, + 1.434, + 356, + 7.06, + 387, + 0.784, + 392, + 1.332, + 432, + 2.698, + 441, + 1.114, + 456, + 3.573, + 457, + 1.769, + 459, + 1.769, + 471, + 1.336, + 489, + 1.035, + 490, + 3.225, + 497, + 3.024, + 510, + 1.397, + 513, + 1.973, + 543, + 1.999, + 547, + 1.308, + 554, + 1.427, + 556, + 3.173, + 561, + 0.705, + 568, + 5.561, + 601, + 0.806, + 623, + 0.987, + 648, + 1.078, + 679, + 1.703, + 680, + 1.998, + 691, + 1.163, + 701, + 4.056, + 716, + 1.268, + 728, + 1.863, + 752, + 3.054, + 765, + 0.779, + 773, + 0.806, + 819, + 2.238, + 849, + 3.206, + 856, + 1.999, + 859, + 1.114, + 866, + 1.856, + 891, + 0.754, + 897, + 3.213, + 898, + 3.513, + 913, + 1.405, + 914, + 0.929, + 919, + 1.95, + 931, + 1.632, + 948, + 0.878, + 1019, + 3.603, + 1025, + 3.842, + 1030, + 2.033, + 1032, + 1.215, + 1079, + 1.078, + 1105, + 3.283, + 1109, + 1.843, + 1120, + 2.238, + 1131, + 4.033, + 1135, + 3.975, + 1136, + 4.479, + 1137, + 5.921, + 1140, + 1.752, + 1143, + 3.803, + 1160, + 3.529, + 1186, + 1.089, + 1202, + 1.056, + 1226, + 5.438, + 1229, + 3.885, + 1248, + 2.403, + 1249, + 2.975, + 1250, + 2.137, + 1272, + 2.617, + 1295, + 3.054, + 1312, + 2.778, + 1379, + 1.769, + 1406, + 1.736, + 1434, + 1.905, + 1436, + 1.677, + 1465, + 3.362, + 1471, + 1.884, + 1495, + 1.232, + 1507, + 1.378, + 1548, + 2.05, + 1588, + 1.863, + 1607, + 1.288, + 1608, + 2.275, + 1609, + 3.416, + 1621, + 1.127, + 1628, + 0.921, + 1629, + 0.996, + 1631, + 3.089, + 1640, + 2.975, + 1649, + 1.168, + 1650, + 2.275, + 1651, + 2.275, + 1793, + 2.452, + 1807, + 1.066, + 1840, + 2.169, + 1882, + 0.987, + 1885, + 2.202, + 1911, + 1.14, + 1920, + 1.035, + 1929, + 2.651, + 1931, + 3.179, + 1942, + 3.314, + 1973, + 5.085, + 2024, + 2.253, + 2028, + 2.563, + 2070, + 4.879, + 2080, + 4.468, + 2096, + 2.76, + 2115, + 3.103, + 2116, + 6.949, + 2136, + 2.505, + 2190, + 2.202, + 2238, + 3.103, + 2287, + 7.935, + 2433, + 1.33, + 2440, + 1.843, + 2476, + 1.624, + 2503, + 1.465, + 2548, + 1.308, + 2580, + 1.677, + 2582, + 1.288, + 2616, + 2.778, + 2738, + 5.249, + 2837, + 2.403, + 2871, + 1.268, + 2944, + 1.739, + 2955, + 1.268, + 3021, + 2.358, + 3115, + 10.183, + 3134, + 1.33, + 3365, + 1.677, + 3501, + 4.614, + 3504, + 3.103, + 3506, + 6.3, + 3507, + 5.061, + 3508, + 4.556, + 3513, + 4.276, + 3514, + 3.477, + 3515, + 2.033, + 3516, + 2.033, + 3518, + 8.491, + 3519, + 5.393, + 3521, + 5.061, + 3525, + 2.033, + 3528, + 2.033, + 3529, + 7.06, + 3533, + 2.033, + 3534, + 2.033, + 3536, + 5.061, + 3539, + 2.033, + 3546, + 2.033, + 3569, + 3.442, + 3583, + 2.698, + 3693, + 4.978, + 3712, + 1.078, + 3882, + 1.739, + 3972, + 2.05, + 3984, + 2.137, + 5477, + 2.033, + 5673, + 1.499, + 5889, + 1.814, + 6031, + 2.033, + 6159, + 3.477, + 6581, + 3.263, + 6881, + 2.033, + 6962, + 1.908, + 7001, + 2.315, + 7051, + 2.033, + 7206, + 2.033, + 7620, + 3.477, + 8033, + 1.814, + 8614, + 2.033, + 9927, + 3.477, + 10678, + 6.628, + 10679, + 8.81, + 10680, + 7.721, + 10681, + 3.803, + 10682, + 7.225, + 10683, + 4.983, + 10684, + 4.983, + 10685, + 2.223, + 10686, + 3.803, + 10687, + 2.223, + 10688, + 2.223, + 10689, + 2.223, + 10690, + 2.223, + 10691, + 2.223, + 10692, + 2.223, + 10693, + 2.223, + 10694, + 2.223, + 10695, + 2.223, + 10696, + 2.223, + 10697, + 2.223, + 10698, + 2.223, + 10699, + 2.223, + 10700, + 2.223, + 10701, + 5.898, + 10702, + 2.223, + 10703, + 2.223, + 10704, + 2.223, + 10705, + 2.223, + 10706, + 2.223, + 10707, + 4.983 + ] + ], + [ + "type/ref/stable/dmScript", + [ + 6760, + 1.837 + ] + ], + [ + "data/ref/stable/dmScript", + [ + 0, + 0.208, + 7, + 1.199, + 10, + 0.649, + 18, + 1.145, + 20, + 1.499, + 28, + 1.456, + 30, + 0.641, + 36, + 1.724, + 38, + 0.449, + 46, + 1.418, + 47, + 0.759, + 55, + 1.939, + 56, + 0.66, + 57, + 1.469, + 59, + 0.834, + 60, + 0.472, + 62, + 1.617, + 69, + 2.298, + 72, + 0.564, + 77, + 1.385, + 79, + 1.014, + 86, + 1.313, + 90, + 1.332, + 96, + 1.55, + 97, + 1.787, + 99, + 0.994, + 100, + 1.049, + 102, + 1.039, + 103, + 1.126, + 106, + 1.458, + 107, + 1.687, + 108, + 0.883, + 109, + 0.636, + 113, + 1.815, + 119, + 3.611, + 125, + 1.23, + 126, + 1.834, + 130, + 1.032, + 132, + 1.68, + 141, + 2.474, + 142, + 1.838, + 148, + 0.616, 149, - 0.895, + 0.645, 150, - 2.073, - 151, - 1.273, - 156, - 0.524, + 0.76, + 153, + 0.385, 158, - 0.548, - 159, - 0.323, + 2.083, 160, - 1.165, - 161, - 2.17, - 162, - 1.213, - 173, - 3.275, + 3.642, + 165, + 1.599, + 167, + 1.215, + 169, + 1.06, + 174, + 1.648, + 177, + 0.519, 178, - 0.515, - 181, - 0.348, - 184, - 1.288, - 186, - 2.135, - 190, - 0.245, - 191, - 0.984, + 0.632, + 194, + 0.309, 196, - 0.975, - 210, - 0.744, - 217, - 1.154, - 218, - 1.307, - 224, - 1.49, - 226, - 0.47, - 234, - 2.505, - 236, - 0.828, - 237, - 0.995, - 247, - 0.414, - 255, - 0.61, + 0.586, + 201, + 1.762, + 202, + 1.597, + 227, + 1.74, + 229, + 1.777, + 240, + 1.39, + 241, + 1.324, + 256, + 0.381, 263, - 1.997, - 267, - 1.338, + 3.611, 268, - 2.942, - 270, - 0.458, - 271, - 2.095, - 277, - 0.544, - 278, - 1.043, - 290, - 0.794, - 293, - 0.648, - 294, - 0.71, + 2.345, + 269, + 2.133, + 273, + 2.009, + 280, + 3.851, 300, - 1.393, - 301, - 1.143, - 302, - 1.279, - 314, - 1.041, - 317, - 0.606, - 318, - 3.357, - 322, - 0.476, - 327, - 7.811, - 328, - 0.759, - 339, - 0.606, - 343, - 0.459, - 347, - 0.413, - 350, + 0.939, + 330, + 2.757, + 333, + 2.218, + 342, 0.759, - 361, - 0.458, - 362, - 3.873, - 364, - 4.132, - 369, - 3.762, - 384, - 0.365, - 386, - 1.214, - 391, - 1.327, - 393, - 0.658, - 395, - 1.136, - 400, - 1.688, + 358, + 1.384, + 368, + 2.858, + 390, + 0.714, + 392, + 0.594, 405, - 0.483, - 407, - 0.977, - 418, - 0.544, - 422, - 2.133, - 429, - 0.385, - 430, - 1.062, - 433, - 1.538, - 440, - 1.409, + 2.451, 441, - 0.299, - 453, - 0.404, - 454, - 0.356, - 465, - 0.71, - 469, - 0.33, - 478, - 0.359, + 0.85, + 452, + 1.625, + 457, + 0.602, + 459, + 0.789, + 471, + 1.084, + 479, + 0.636, 481, - 0.606, - 492, - 1.585, - 493, - 0.667, - 502, - 4.511, - 509, - 0.907, - 514, - 1.021, - 522, - 3.791, + 1.74, + 482, + 1.384, + 489, + 1.881, + 490, + 0.708, + 496, + 0.789, + 510, + 0.623, + 516, + 6.306, + 521, + 0.59, 523, - 2.195, + 0.88, 524, - 0.431, - 525, - 0.32, - 531, - 1.317, + 0.568, 533, - 0.87, - 538, - 2.687, - 547, - 0.256, - 548, - 1.003, - 549, - 1.894, - 551, - 1.179, + 0.939, + 534, + 0.797, + 536, + 3.683, + 543, + 0.68, + 550, + 0.789, + 553, + 1.074, 554, - 1.43, + 0.636, 555, - 0.544, - 569, - 1.469, - 581, - 1.262, - 583, - 2.814, - 590, - 1.56, - 595, - 0.585, - 596, - 0.524, - 599, - 1.365, - 606, - 1.282, + 1.531, + 556, + 1.661, + 560, + 1.072, + 563, + 1.072, + 574, + 0.813, + 588, + 0.88, + 601, + 1.088, + 602, + 0.686, + 603, + 0.708, 612, - 0.4, - 622, - 0.567, - 624, - 0.809, - 633, - 3.993, - 636, - 0.669, - 639, - 0.506, - 644, - 5.714, - 646, - 0.47, - 647, - 3.039, - 659, - 0.337, - 660, - 0.47, - 664, - 0.969, - 676, - 1.064, - 678, - 1.492, - 692, - 0.47, - 697, + 1.797, + 620, + 1.559, + 631, + 0.84, + 634, + 1.597, + 666, + 1.117, + 672, + 3.112, + 679, + 0.759, + 691, + 0.919, + 702, 0.85, - 700, - 1.973, - 709, - 1.041, - 712, - 0.353, - 714, - 1.346, - 719, - 0.723, - 724, - 0.894, - 737, - 1.906, - 759, - 0.569, - 767, - 2.578, - 775, - 0.498, - 776, - 0.382, - 778, - 0.673, - 786, - 0.567, - 792, - 0.316, - 793, - 2.19, - 801, - 2.776, - 808, - 2.13, - 813, - 1.593, - 818, - 0.594, - 819, - 2.1, - 821, - 5.683, - 826, - 3.993, - 827, - 0.615, - 851, - 0.848, - 852, - 2.631, - 858, - 0.723, + 713, + 0.902, + 716, + 0.967, + 745, + 1.171, + 749, + 0.926, + 754, + 1.015, + 760, + 4.745, + 773, + 0.614, + 803, + 1.171, + 811, + 0.84, + 832, + 0.813, + 849, + 3.481, + 854, + 0.939, + 856, + 0.68, 859, - 0.527, + 2.026, + 863, + 2.266, 866, - 3.853, - 870, - 1.115, - 889, - 0.337, + 1.506, + 874, + 0.869, + 890, + 0.88, 891, - 0.299, - 903, - 3.152, - 905, - 0.828, - 909, - 1.809, - 919, - 0.426, - 937, - 0.483, - 940, - 1.894, + 1.658, + 913, + 1.072, + 914, + 3.99, + 915, + 0.65, + 931, + 1.547, + 944, + 0.869, 948, - 0.61, - 958, - 1.325, - 960, - 0.417, - 968, - 1.926, - 972, - 0.483, - 1001, - 2.096, - 1009, - 1.343, - 1050, - 0.555, - 1059, - 1.409, - 1072, - 1.602, - 1074, - 0.818, - 1078, - 0.953, - 1080, - 0.58, - 1094, - 1.424, - 1122, - 3.004, - 1124, - 0.673, + 1.597, + 987, + 0.902, + 999, + 0.781, + 1019, + 3.268, + 1040, + 1.015, + 1041, + 4.44, + 1055, + 1.713, + 1067, + 0.554, + 1075, + 3.466, + 1081, + 1.032, + 1082, + 2.555, + 1099, + 1.143, + 1104, + 1.045, 1126, - 1.115, - 1145, - 3.751, - 1150, - 0.702, - 1153, - 1.389, - 1156, - 0.389, + 3.097, + 1140, + 5.44, + 1146, + 0.733, 1158, - 3.827, - 1159, - 0.87, - 1160, - 1.154, - 1162, - 1.218, - 1165, - 0.649, + 0.781, 1166, - 2.714, - 1170, - 0.594, - 1173, - 0.396, - 1197, - 1.862, - 1211, - 1.013, - 1222, - 1.526, - 1227, - 0.421, - 1239, - 1.307, - 1244, - 4.608, + 1.74, + 1202, + 2.321, 1250, - 0.431, - 1251, - 0.436, - 1283, - 1.001, - 1284, - 0.766, - 1292, - 0.649, - 1345, - 3.041, - 1352, - 0.983, - 1378, - 1.218, - 1382, - 6.863, - 1467, - 0.491, + 1.688, + 1254, + 0.982, + 1295, + 3.637, + 1296, + 0.632, + 1309, + 2.209, + 1379, + 4.124, + 1406, + 0.774, + 1411, + 1.287, + 1425, + 3.989, + 1459, + 3.197, + 1465, + 3.195, + 1471, + 0.84, + 1479, + 1.767, 1484, - 2.571, - 1488, - 0.483, - 1503, - 0.921, - 1535, - 1.218, - 1545, - 1.817, - 1551, - 0.649, + 2.266, + 1492, + 1.051, + 1500, + 2.793, + 1519, + 1.384, + 1541, + 0.914, + 1548, + 4.047, 1553, - 0.702, - 1556, - 0.515, - 1558, - 0.983, - 1569, - 3.367, - 1586, - 0.774, + 1.455, 1592, - 0.464, - 1640, - 6.339, - 1644, - 3.489, - 1662, - 2.634, - 1672, - 0.935, - 1705, - 0.895, - 1708, - 1.958, - 1742, - 1.041, - 1756, - 2.631, - 1784, - 2.913, - 1798, - 1.365, - 1804, - 0.649, - 1805, - 1.837, - 1811, - 4.752, - 1816, - 5.311, - 1822, - 0.844, - 1835, - 6.772, - 1844, - 0.476, - 1849, - 3.509, - 1852, - 0.61, - 1854, - 0.441, - 1855, - 2.933, - 1858, - 0.786, - 1869, - 1.973, - 1929, - 0.426, - 1930, - 0.446, - 1959, - 0.594, - 1963, - 3.086, - 1965, - 1.503, - 1967, - 1.593, - 1979, - 2.326, - 1980, - 1.115, + 4.386, + 1602, + 0.831, + 1604, + 0.891, + 1628, + 0.702, + 1629, + 2.504, + 1632, + 1.072, + 1649, + 0.891, + 1724, + 0.805, + 1814, + 0.767, + 1821, + 3.163, + 1823, + 2.976, + 1871, + 0.822, + 1901, + 0.982, 1982, - 3.941, - 2011, - 2.361, - 2013, - 1.321, - 2049, - 0.649, - 2068, - 5.311, - 2079, - 1.571, - 2116, - 4.387, - 2119, - 0.649, + 0.85, + 2030, + 1.143, + 2042, + 2.24, + 2043, + 2.194, + 2060, + 1.279, + 2086, + 1.239, + 2095, + 1.797, + 2096, + 0.939, + 2117, + 1.117, 2123, - 1.106, - 2125, - 0.649, - 2137, - 0.506, - 2179, - 0.491, - 2201, - 1.442, - 2208, - 1.503, - 2223, - 1.145, - 2243, - 0.61, - 2258, - 2.1, - 2269, - 0.628, - 2308, - 0.567, - 2348, - 0.524, - 2363, - 7.276, - 2387, - 2.781, - 2393, - 0.983, - 2411, - 1.471, - 2426, - 1.618, - 2434, - 0.673, - 2450, - 0.567, - 2453, - 1.145, - 2491, - 1.263, - 2506, - 5.226, - 2509, - 4.85, - 2545, - 2.169, - 2573, - 1.441, - 2638, - 1.75, - 2752, - 0.567, - 2763, - 1.75, - 2786, - 0.498, - 2843, - 0.567, - 2855, - 2.086, - 2882, - 1.317, - 2957, - 1.145, - 2961, - 0.673, - 2987, - 0.61, - 3034, - 1.785, - 3073, - 2.04, - 3122, - 0.628, - 3135, - 1.785, - 3358, - 0.58, - 3456, - 1.064, - 3516, - 0.61, - 3556, - 0.446, - 3739, - 0.702, - 3810, - 1.476, - 3813, - 2.571, - 3815, - 0.61, - 3819, - 2.086, - 3832, - 6.381, - 3851, - 1.476, - 3852, - 1.476, - 3853, - 2.086, - 3863, - 8.731, - 3864, - 0.786, - 3865, - 0.786, - 3870, - 2.629, - 3871, - 0.649, - 3873, - 1.721, - 3881, - 5.977, - 3882, - 6.286, - 3883, - 1.958, - 3889, - 0.786, - 3890, - 0.786, - 3892, - 0.786, - 3895, - 1.476, - 3900, - 1.476, - 3901, - 1.476, - 3902, - 3.709, - 3903, - 1.385, - 3911, - 0.786, - 3912, - 2.629, - 3913, - 0.786, - 3917, - 0.786, - 3918, - 0.786, - 3919, - 0.786, - 3922, - 0.786, - 3923, - 0.786, - 3924, - 0.786, - 3926, - 0.786, - 3927, - 0.786, - 3928, - 0.786, - 3929, - 4.314, - 3930, - 3.709, - 3934, - 1.75, - 3935, - 1.088, - 3936, - 0.786, - 3937, - 0.786, - 3938, - 0.673, - 3940, - 0.673, - 3943, - 0.702, - 3944, - 0.786, - 3947, - 0.702, - 3951, - 2.924, - 3954, - 2.086, - 3957, - 0.786, - 3958, - 0.786, - 3959, - 0.786, - 3960, - 0.786, - 3962, - 1.476, - 3963, - 1.218, - 3966, - 0.702, - 3975, - 0.738, - 3977, - 1.476, - 3978, - 1.476, - 3980, - 1.317, + 1.713, + 2136, + 3.221, + 2164, + 1.747, + 2323, + 1.688, + 2344, + 1.384, + 2383, + 1.051, + 2389, + 0.982, + 2440, + 1.96, + 2441, + 1.578, + 2452, + 1.203, + 2459, + 1.279, + 2542, + 1.051, + 2555, + 1.898, + 2560, + 1.455, + 2565, + 2.025, + 2582, + 0.982, + 2683, + 2.868, + 2690, + 0.982, + 2736, + 0.953, + 2750, + 1.072, + 2779, + 3.209, + 2871, + 0.967, + 2925, + 1.093, + 2952, + 0.914, + 2994, + 1.117, + 3094, + 1.171, + 3273, + 1.384, + 3311, + 2.555, + 3325, + 2.194, + 3411, + 1.143, + 3414, + 1.455, + 3423, + 2.266, + 3487, + 1.143, + 3603, + 2.555, + 3610, + 1.619, + 3632, + 1.384, + 3646, + 4.332, + 3660, + 2.451, + 3712, + 1.456, + 3784, + 2.266, + 3897, + 1.072, 3984, - 2.086, - 3987, - 0.786, - 3989, - 0.786, - 4013, - 0.786, - 4055, - 0.673, - 4059, - 1.02, - 4088, - 2.666, - 4126, - 0.544, - 4173, - 1.263, - 4212, - 1.785, - 4219, - 0.649, - 4227, - 0.702, - 4306, - 1.476, - 4368, - 2.086, - 4407, - 1.385, - 4408, - 0.673, - 4445, - 1.179, + 2.272, + 4133, + 1.551, + 4207, + 1.171, + 4360, + 1.455, + 4383, + 1.455, + 4384, + 5.946, + 4400, + 2.131, + 4416, + 1.327, + 4465, + 1.143, + 4483, + 1.203, + 4514, + 3.987, + 4541, + 1.455, + 4595, + 1.093, + 4621, + 6.687, + 4744, + 9.741, 4745, - 1.088, - 4752, - 0.786, - 4771, - 0.907, - 4982, - 0.628, - 5128, - 1.721, - 5137, - 0.786, - 5152, - 0.786, - 5153, - 0.786, - 5155, - 0.786, + 6.866, + 4746, + 4.862, + 4747, + 2.747, + 4847, + 1.455, + 5065, + 1.327, 5156, - 0.786, - 5157, - 1.476, - 5159, - 2.346, - 5160, - 2.629, - 5165, - 0.786, - 5167, - 0.786, - 5168, - 1.476, - 5169, - 1.476, - 5170, - 2.629, - 5172, - 1.385, - 5173, - 0.786, - 5174, - 2.629, - 5175, - 0.786, - 5177, - 2.467, + 1.279, 5178, - 0.786, - 5187, - 1.476, - 5195, - 0.786, - 5201, - 0.786, - 5275, - 0.786, - 5284, - 4.645, - 5610, - 2.467, - 5722, - 1.317, - 5985, - 1.385, - 6167, - 0.61, - 6227, - 0.738, - 6264, - 0.738, - 6485, - 0.786, - 6830, - 0.524, - 6916, - 1.385, - 7079, - 1.317, - 7265, - 1.476, - 7783, - 2.839, - 7787, - 1.385, - 8139, - 1.476, - 8226, - 1.958, - 8234, - 0.673, - 8236, - 0.649, - 10108, - 1.476, - 10423, - 0.786, - 10634, - 0.86, - 10635, - 0.86, - 10636, - 0.86, - 10637, - 0.86, - 10638, - 0.86, - 10639, - 0.86, - 10640, - 0.86, - 10641, - 0.86, + 1.384, + 5183, + 1.551, + 5211, + 1.898, + 5280, + 1.327, + 5425, + 2.607, + 5805, + 1.327, + 6127, + 1.203, + 6180, + 1.455, + 6463, + 1.384, + 6473, + 4.79, + 6763, + 2.788, + 6848, + 1.384, + 6970, + 2.194, + 7001, + 5.724, + 7008, + 1.327, + 7141, + 1.327, + 7174, + 1.455, + 7298, + 1.551, + 7303, + 4.797, + 7311, + 1.979, + 7339, + 1.551, + 7390, + 1.551, + 7404, + 1.239, + 7407, + 3.469, + 7799, + 1.384, + 7990, + 1.455, + 8039, + 5.575, + 8128, + 5.873, + 8578, + 4.797, + 8652, + 1.551, + 8792, + 1.455, + 9057, + 2.747, + 9145, + 1.551, + 9177, + 10.413, + 9185, + 1.551, + 9292, + 6.114, + 9373, + 6.516, + 9641, + 1.551, + 9788, + 1.551, + 10107, + 3.697, + 10141, + 2.747, + 10538, + 1.551, + 10571, + 4.471, + 10572, + 3.697, 10642, - 0.86, + 2.747, 10643, - 0.86, - 10644, - 0.86, - 10645, - 1.614, - 10646, - 1.614, - 10647, - 1.614, - 10648, - 0.86, - 10649, - 0.86, - 10650, - 0.86, - 10651, - 0.86, - 10652, - 0.86, - 10653, - 0.86, - 10654, - 0.86, - 10655, - 0.86, - 10656, - 2.281, - 10657, - 0.86, - 10658, - 0.86, - 10659, - 0.86, - 10660, - 0.86, - 10661, - 0.86, - 10662, - 1.614, - 10663, - 0.86, - 10664, - 0.86, - 10665, - 0.86, - 10666, - 0.86, - 10667, - 0.86, - 10668, - 0.86, - 10669, - 0.86, - 10670, - 0.86, - 10671, - 7.14, - 10672, - 0.86, - 10673, - 0.86, - 10674, - 0.86, - 10675, - 0.86, - 10676, - 0.86, - 10677, - 0.86, - 10678, - 3.408, - 10679, - 3.408, - 10680, - 3.408, - 10681, - 0.86, - 10682, - 1.614, - 10683, - 0.86, - 10684, - 9.083, - 10685, - 4.718, - 10686, - 6.942, - 10687, - 6.942, - 10688, - 7.326, - 10689, - 9.405, - 10690, - 9.405, - 10691, - 7.326, - 10692, - 0.86, - 10693, - 0.86, - 10694, - 1.614, - 10695, - 0.86, - 10696, - 0.86, - 10697, - 4.322, - 10698, - 4.718, - 10699, - 4.322, - 10700, - 4.322, - 10701, - 4.322, - 10702, - 4.718, - 10703, - 4.322, - 10704, - 0.86, - 10705, - 0.86, - 10706, - 0.86, - 10707, - 2.875, + 2.747, 10708, - 0.86, + 1.696, 10709, - 0.86, + 3.004, 10710, - 0.86, + 1.696, 10711, - 0.86, + 1.696, 10712, - 2.875, + 1.696, 10713, - 0.86, + 1.696, 10714, - 1.614, + 1.696, 10715, - 1.614, + 3.004, 10716, - 0.86, + 1.696, 10717, - 2.281, + 1.696, 10718, - 1.614, + 3.004, 10719, - 0.86, + 1.696, 10720, - 0.86, + 1.696, 10721, - 0.86, + 1.696, 10722, - 1.614, + 1.696, 10723, - 0.86, + 7.843, 10724, - 0.86, + 5.591, 10725, - 0.86, + 1.696, 10726, - 0.86, + 1.696, 10727, - 0.86, + 1.696, 10728, - 3.408, + 1.696, 10729, - 1.614, + 1.696, 10730, - 1.614, + 1.696, 10731, - 1.614, + 1.696, 10732, - 1.614, + 1.696, 10733, - 1.614, + 1.696, 10734, - 1.614, + 1.696, 10735, - 0.86, + 1.696, 10736, - 0.86, + 1.696, 10737, - 0.86, + 1.696, 10738, - 1.614, + 1.696, 10739, - 0.86, + 1.696, 10740, - 0.86, + 1.696, 10741, - 0.86, + 1.696, 10742, - 0.86, + 1.696, 10743, - 3.888, + 1.696, 10744, - 2.281, + 1.696, 10745, - 2.281, + 4.889, 10746, - 2.281, + 3.004, 10747, - 2.281, + 1.696, 10748, - 2.281, + 1.696, 10749, - 2.281, + 1.696, 10750, - 1.614, + 1.696, 10751, - 0.86, + 1.696, 10752, - 0.86, + 4.043, 10753, - 1.614, + 1.696, 10754, - 0.86, + 1.696, 10755, - 0.86, + 1.696, 10756, - 4.718, + 1.696, 10757, - 0.86, + 1.696, 10758, - 0.86, + 1.696, 10759, - 0.86, + 1.696, 10760, - 1.614, + 1.696, 10761, - 1.614, + 1.696, 10762, - 0.86, + 3.004, 10763, - 1.614, + 1.696, 10764, - 0.86, + 1.696, 10765, - 1.614, + 1.696, 10766, - 0.86, + 1.696, 10767, - 1.614, + 1.696, 10768, - 0.86, + 1.696, 10769, - 0.86, + 1.696, 10770, - 0.86, + 1.696, 10771, - 0.86, + 1.696, 10772, - 0.86, + 1.696, 10773, - 1.614, + 1.696, 10774, - 0.86, + 1.696, 10775, - 0.86, + 1.696, 10776, - 2.281, + 3.004, 10777, - 2.281, + 4.889, 10778, - 1.614, + 1.696, 10779, - 0.86, + 1.696, 10780, - 0.86, + 1.696, 10781, - 0.86, + 1.696, 10782, - 0.86, + 1.696, 10783, - 1.614, + 1.696, 10784, - 1.614, + 1.696, 10785, - 0.86, + 1.696, 10786, - 0.86, + 1.696, 10787, - 0.86, + 1.696, 10788, - 0.86, + 1.696, 10789, - 0.86, + 1.696, 10790, - 0.86, + 1.696, 10791, - 0.86, + 1.696, 10792, - 1.614, + 1.696, 10793, - 0.86, + 1.696, 10794, - 1.614, + 1.696, 10795, - 2.281, + 1.696, 10796, - 0.86, + 3.004, 10797, - 0.86, + 3.004, 10798, - 0.86, + 1.696, 10799, - 0.86, + 1.696, 10800, - 0.86, + 1.696, 10801, - 0.86, + 1.696, 10802, - 0.86, + 1.696, 10803, - 0.86, + 1.696, 10804, - 0.86, + 1.696, 10805, - 0.86, + 1.696, 10806, - 0.86, + 1.696, 10807, - 0.86, + 1.696, 10808, - 0.86, + 1.696, 10809, - 0.86, + 1.696, 10810, - 2.875, + 1.696, 10811, - 2.875, + 1.696, 10812, - 0.86, + 1.696, 10813, - 0.86, + 1.696, 10814, - 1.614, + 1.696, 10815, - 1.614, + 1.696, 10816, - 0.86, + 1.696, 10817, - 0.86, + 1.696, 10818, - 0.86, + 1.696, 10819, - 0.86, + 1.696, 10820, - 0.86, + 1.696, 10821, - 0.86, + 1.696, 10822, - 0.86, + 1.696, 10823, - 0.86, + 4.043, 10824, - 0.86, + 1.696, 10825, - 2.875, + 1.696, 10826, - 0.86, + 3.004, 10827, - 1.614, + 3.004, 10828, - 0.86, + 3.004, 10829, - 0.86, + 1.696, 10830, - 0.86, + 1.696, 10831, - 0.86, - 10832, - 2.281 + 1.696 ] ], [ - "type/ref/stable/profiler", + "type/ref/stable/dmRender", [ 6760, 1.837 ] ], [ - "data/ref/stable/profiler", + "data/ref/stable/dmRender", [ 7, - 0.462, - 8, - 1.362, - 9, - 0.868, + 0.956, 10, - 1.291, - 11, - 1.027, - 13, - 1.901, - 15, - 4.886, - 16, - 0.961, + 1.009, 18, - 3.184, - 19, - 2.13, - 21, - 1.173, - 22, - 1.814, - 23, - 0.795, - 26, - 1.896, - 29, - 0.826, + 1.16, + 20, + 0.621, 30, - 1.144, - 32, - 1.651, - 33, - 1.49, - 35, - 2.734, - 39, - 1.453, - 42, - 2.191, - 51, - 1.998, - 53, - 5.156, + 3.881, + 36, + 1.374, + 38, + 0.66, + 46, + 1.086, + 47, + 2.091, + 52, + 0.782, + 56, + 3.186, + 57, + 1.499, + 58, + 1.474, 59, - 2.441, - 67, - 1.289, - 68, - 0.835, - 70, - 2.348, - 71, - 1.64, - 73, - 4.715, - 74, - 0.963, - 77, - 1.833, - 86, - 1.639, - 91, - 1.41, - 94, - 1.987, - 97, - 1.758, + 0.687, + 60, + 0.79, + 72, + 0.945, + 79, + 0.969, + 84, + 2.548, + 90, + 0.677, 99, - 2.022, - 117, - 1.37, - 121, - 1.04, - 135, - 2.156, + 0.926, + 101, + 4.381, + 102, + 2.105, + 103, + 0.654, + 105, + 1.139, + 108, + 0.835, + 113, + 1.38, + 116, + 1.105, + 122, + 1.454, + 125, + 0.864, + 126, + 1.625, + 132, + 0.976, 141, - 1.417, - 149, - 2.489, - 151, - 2.055, - 152, - 1.926, + 2.2, + 142, + 2.866, + 145, + 1.76, + 147, + 2.748, + 148, + 0.583, + 158, + 0.83, 159, - 1.38, - 160, - 1.432, - 161, - 1.141, - 162, - 1.818, - 181, - 1.488, - 186, - 1.1, - 190, - 1.046, - 224, - 1.582, - 236, - 1.886, - 237, - 1.323, - 244, - 3.019, + 1.671, + 165, + 2.936, + 169, + 1.133, + 172, + 3.348, + 178, + 2.216, + 185, + 1.334, + 194, + 0.518, + 201, + 1.336, + 202, + 3.149, + 207, + 1.979, + 211, + 1.272, + 228, + 1.983, + 229, + 1.263, + 241, + 1.0, + 246, + 1.871, + 247, + 3.336, + 249, + 1.362, + 250, + 1.804, + 253, + 3.451, 256, - 2.351, + 1.548, 261, - 1.909, + 1.206, 263, - 1.029, - 277, - 1.937, - 278, - 1.125, - 282, - 1.933, - 300, - 0.788, - 318, - 1.499, - 337, - 1.342, - 338, - 1.886, - 339, - 1.38, + 2.06, + 268, + 1.554, + 269, + 1.563, + 273, + 1.701, + 289, + 3.558, + 292, + 1.216, + 330, + 0.905, + 341, + 2.883, + 344, + 3.62, 351, - 1.822, - 355, - 1.562, - 364, - 1.488, - 366, - 4.343, - 380, - 2.067, - 389, - 2.479, - 393, - 2.343, - 398, - 2.479, - 406, - 1.536, - 407, - 1.989, - 411, - 1.712, - 426, - 1.983, - 440, - 4.505, - 454, - 1.524, - 460, - 3.03, - 465, - 1.973, - 479, - 1.822, - 493, - 2.068, - 502, - 1.764, - 514, - 1.306, - 547, - 2.377, - 554, - 1.217, - 556, - 3.001, - 559, - 8.965, - 561, - 8.06, - 563, - 4.335, - 573, - 1.663, - 581, - 2.596, - 583, - 2.877, - 590, - 1.217, - 595, - 1.333, - 607, - 2.786, - 611, - 3.548, - 615, - 2.13, - 616, - 1.886, - 624, - 1.843, - 692, - 2.01, - 693, - 1.783, - 697, - 2.141, - 701, - 2.201, - 766, - 3.439, - 776, - 3.139, - 792, - 1.351, - 808, - 2.04, - 816, - 2.324, - 822, 2.423, - 828, - 2.324, - 858, - 1.166, - 889, - 1.442, - 920, - 2.324, - 923, - 2.947, - 929, - 4.157, - 937, - 2.067, + 358, + 3.987, + 368, + 0.807, + 382, + 1.022, + 392, + 0.995, + 424, + 5.197, + 429, + 5.587, + 479, + 2.857, + 509, + 1.474, + 516, + 4.104, + 521, + 0.988, + 524, + 0.951, + 540, + 2.895, + 550, + 1.321, + 555, + 0.889, + 556, + 2.444, + 561, + 1.48, + 562, + 6.818, + 588, + 1.474, + 590, + 2.464, + 606, + 4.007, + 612, + 4.122, + 620, + 1.474, + 625, + 4.007, + 629, + 1.404, + 634, + 3.008, + 647, + 2.704, + 675, + 1.089, + 679, + 1.272, + 691, + 1.429, + 773, + 1.029, + 856, + 1.139, + 862, + 2.437, + 866, + 2.216, + 891, + 2.337, + 903, + 1.531, + 914, + 1.186, + 915, + 2.28, + 931, + 2.266, + 941, + 1.113, 948, - 1.39, - 958, - 2.648, - 998, - 1.746, - 1011, - 1.679, - 1042, - 1.933, - 1072, - 1.729, + 3.235, + 951, + 1.671, + 979, + 1.284, + 982, + 1.699, + 1007, + 2.414, + 1019, + 1.765, + 1039, + 5.325, + 1041, + 5.211, + 1051, + 2.014, + 1063, + 4.219, + 1098, + 1.76, + 1126, + 4.335, + 1144, + 6.388, + 1150, + 1.596, 1153, - 2.239, - 1160, - 1.476, - 1170, - 3.97, - 1173, - 1.695, - 1174, - 3.439, - 1196, - 3.364, - 1227, - 2.816, - 1250, - 4.812, - 1251, - 1.864, - 1261, - 2.947, - 1293, - 1.712, - 1352, - 4.867, - 1373, - 3.184, - 1423, - 1.957, - 1432, - 2.878, - 1464, - 5.156, - 1465, - 1.864, - 1467, - 3.278, - 1471, - 3.97, - 1486, - 2.28, - 1491, - 1.822, - 1505, - 2.324, - 1516, - 3.66, - 1518, - 2.541, - 1521, - 5.052, - 1526, - 5.526, - 1569, - 2.494, - 1604, - 2.775, - 1611, - 2.165, - 1618, - 1.957, - 1621, - 4.767, + 2.795, + 1155, + 2.264, + 1158, + 3.175, + 1172, + 1.439, + 1184, + 2.951, + 1202, + 1.348, + 1255, + 1.962, + 1309, + 5.115, + 1379, + 5.087, + 1403, + 1.348, + 1428, + 1.551, + 1429, + 3.147, + 1434, + 1.423, + 1502, + 3.049, + 1511, + 1.531, + 1557, + 1.699, 1656, - 3.364, - 1695, - 1.783, - 1721, - 4.47, - 1730, - 7.443, - 1758, - 3.763, - 1795, - 1.909, + 6.838, + 1694, + 3.226, + 1698, + 1.76, + 1724, + 1.348, + 1728, + 4.27, + 1763, + 2.074, + 1774, + 4.885, + 1814, + 3.701, 1822, - 2.617, - 1835, - 6.112, - 1854, - 1.886, + 3.522, + 1862, + 2.317, 1869, - 2.623, - 2023, - 2.912, - 2030, - 3.001, - 2031, - 2.648, - 2063, - 3.156, - 2079, - 2.01, - 2139, - 2.239, - 2261, - 2.541, - 2504, - 4.077, - 2505, - 6.475, - 2527, - 1.983, + 5.016, + 1871, + 2.264, + 1873, + 4.007, + 1879, + 5.634, + 1882, + 2.072, + 2042, + 3.294, + 2100, + 2.074, + 2382, + 5.075, + 2440, + 1.376, + 2459, + 3.522, 2542, - 3.184, - 2645, - 2.423, - 2786, - 2.13, - 2798, - 3.001, - 3156, - 2.372, - 3165, - 2.775, - 3173, - 2.61, - 3175, - 2.201, - 3341, - 2.28, - 3397, - 2.878, - 3401, - 4.077, - 3516, - 2.61, - 3570, - 5.771, - 4031, - 3.364, - 4033, - 3.364, - 4034, - 3.364, - 4035, - 3.364, - 4046, - 2.687, - 4376, - 2.687, - 4600, - 3.364, - 4842, - 4.931, - 5688, - 4.931, - 7099, - 4.931, - 7443, - 3.156, - 7661, - 4.931, - 7787, - 4.931, - 7992, - 3.156, - 8113, - 3.001, - 9925, - 9.089, - 10064, - 3.156, + 1.76, + 2563, + 2.014, + 2633, + 6.221, + 2657, + 5.079, + 2718, + 2.014, + 2736, + 4.601, + 2775, + 1.531, + 2878, + 4.219, + 3046, + 2.222, + 3120, + 2.222, + 3124, + 5.259, + 3415, + 1.551, + 3479, + 2.142, + 3511, + 4.653, + 3712, + 2.883, + 3797, + 3.011, + 3893, + 2.597, + 3897, + 1.794, + 3902, + 4.811, + 4069, + 1.914, + 4151, + 5.438, + 4430, + 2.074, + 4746, + 1.76, + 5366, + 2.317, + 5497, + 2.437, + 5553, + 2.222, + 5556, + 5.39, + 5574, + 3.81, + 5721, + 2.074, + 6763, + 5.857, + 6766, + 2.014, + 6920, + 2.597, + 6970, + 3.411, + 7311, + 6.507, + 7425, + 3.81, + 8008, + 2.142, + 8027, + 2.597, + 8030, + 9.033, + 8036, + 2.597, + 8039, + 6.769, + 8127, + 2.317, + 8463, + 2.597, + 8512, + 2.597, + 8546, + 2.437, + 9048, + 2.317, + 9399, + 2.597, + 10832, + 2.84, 10833, - 3.678, + 6.889, 10834, - 3.678, + 4.669, 10835, - 3.678, + 2.84, 10836, - 3.678, + 10.086, 10837, - 3.678, + 2.84, 10838, - 3.678, + 2.84, 10839, - 3.678, + 2.84, 10840, - 3.678, + 4.669, 10841, - 3.678, + 2.84, 10842, - 3.678, + 2.84, 10843, - 3.678, + 2.84, 10844, - 3.678, + 5.947, 10845, - 3.678, + 2.84, 10846, - 3.678, + 2.84, 10847, - 3.678, + 2.84, 10848, - 5.747, + 2.84, 10849, - 5.747, + 4.669, 10850, - 5.747, + 2.84, 10851, - 3.678, + 6.889, 10852, - 5.747, + 2.84, 10853, - 5.747, + 2.84, 10854, - 5.747, + 2.84, 10855, - 5.747, + 2.84, 10856, - 5.747, + 4.669, 10857, - 3.678, + 2.84, 10858, - 3.678, + 2.84, 10859, - 3.678, + 2.84, 10860, - 3.678, + 2.84, 10861, - 3.678, + 2.84, 10862, - 3.678, + 2.84, 10863, - 3.678, + 2.84, 10864, - 7.073, + 2.84, 10865, - 3.678, + 4.669, 10866, - 5.747, + 4.669, 10867, - 3.678, + 2.84, 10868, - 5.747, + 2.84, 10869, - 5.747, + 2.84, 10870, - 5.747, + 2.84, 10871, - 3.678, + 5.947, 10872, - 3.678, + 4.669, 10873, - 3.678, + 4.669, 10874, - 3.678, + 2.84, 10875, - 3.678, + 5.947, 10876, - 3.678, + 2.84, 10877, - 3.678, + 2.84, 10878, - 3.678, + 2.84, 10879, - 3.678 - ] - ], - [ - "type/ref/stable/model", - [ - 6760, - 1.837 - ] - ], - [ - "data/ref/stable/model", - [ - 7, - 0.805, - 8, - 1.528, - 9, - 0.937, - 10, - 1.573, - 11, - 0.964, - 16, - 0.698, - 19, - 2.459, - 21, - 2.064, - 26, - 2.073, - 30, - 1.153, - 32, - 0.808, - 33, - 1.554, - 35, - 2.895, - 38, - 2.421, - 42, - 1.012, - 44, - 2.575, - 49, - 1.517, - 50, - 3.758, - 51, - 1.451, - 67, - 1.487, - 68, - 1.456, - 71, - 1.587, - 73, - 3.758, - 74, - 1.156, - 77, - 1.543, - 82, - 3.978, - 86, - 0.606, - 97, - 1.963, - 99, - 2.784, - 104, - 2.595, - 105, - 3.839, - 106, - 4.291, - 107, - 3.716, - 108, - 4.389, - 119, - 1.354, - 135, - 3.235, - 137, - 1.504, - 143, - 4.586, - 151, - 1.418, - 160, - 1.864, - 161, - 2.066, - 162, - 1.989, - 166, - 1.487, - 172, - 2.562, - 182, - 1.703, - 186, - 1.269, - 198, - 2.816, - 217, - 1.703, - 218, - 3.991, - 224, - 1.169, - 234, - 1.952, - 237, - 2.328, - 261, - 2.203, - 270, - 3.414, - 278, - 1.299, - 300, - 1.374, - 306, - 3.016, - 310, - 6.106, - 317, - 1.593, - 335, - 3.414, - 343, - 2.451, - 350, - 2.574, - 369, - 2.732, - 388, - 2.933, - 405, - 2.386, - 407, - 0.879, - 450, - 4.628, - 456, - 2.08, - 457, - 6.438, - 458, - 3.643, - 459, - 3.101, - 463, - 5.65, - 465, - 1.909, - 486, - 3.464, - 487, - 6.052, - 493, - 1.241, - 499, - 3.882, - 503, - 5.811, - 507, - 2.933, - 514, - 1.507, - 519, - 5.679, - 522, - 3.11, - 523, - 4.307, - 525, - 2.882, - 526, - 2.797, - 537, - 6.052, - 539, - 6.375, - 541, - 2.861, - 543, - 6.637, - 544, - 6.637, - 545, - 3.643, - 546, - 3.643, - 569, - 1.855, - 590, - 1.404, - 595, - 1.538, - 606, - 2.386, - 693, - 2.058, - 694, - 4.62, - 697, - 2.39, - 712, - 1.744, - 714, - 1.677, - 805, - 3.11, - 808, - 2.278, - 815, - 2.177, - 825, - 2.584, - 896, - 2.632, - 923, - 3.966, - 982, - 3.202, - 1020, - 6.152, - 1078, - 3.231, - 1510, - 2.289, - 1511, - 2.632, - 1569, - 3.758, - 1594, - 3.643, - 1609, - 3.978, - 1618, - 2.259, - 1640, - 2.861, - 1662, - 1.956, - 1709, - 4.795, - 1764, - 2.459, - 1822, - 2.861, - 1854, - 2.177, - 1869, - 2.928, - 1889, - 2.459, - 1957, - 4.954, - 1990, - 3.459, - 2031, - 2.957, - 2123, - 2.058, - 2141, - 4.055, - 2164, - 2.632, - 2235, - 6.098, - 2333, - 4.988, - 2573, - 2.127, - 2752, - 2.797, - 2929, - 3.321, - 3175, - 2.54, - 3815, - 4.552, - 3840, - 2.319, - 3961, - 5.506, - 4129, - 3.882, - 4130, - 4.227, - 4131, - 5.02, - 4132, - 3.882, - 4445, - 3.101, - 4731, - 3.643, - 4745, - 2.861, - 5307, - 3.464, - 5810, - 3.321, - 6830, - 2.584, - 8927, - 3.643, - 9158, - 3.882, - 10049, - 3.643, + 2.84, 10880, - 7.735, + 2.84, 10881, - 4.245, + 4.669, 10882, - 4.245, + 2.84, 10883, - 4.245, + 2.84, 10884, - 4.245, + 2.84, 10885, - 4.245, + 4.669, 10886, - 7.735, + 2.84, 10887, - 4.245, + 2.84, 10888, - 4.245, + 2.84, 10889, - 4.245, + 2.84, 10890, - 4.245, + 2.84, 10891, - 4.245 - ] - ], - [ - "type/ref/stable/image", - [ - 6760, - 1.837 - ] - ], - [ - "data/ref/stable/image", - [ - 9, - 0.834, - 11, - 0.97, - 13, - 2.157, - 21, - 2.294, - 29, - 1.465, - 30, - 1.105, - 33, - 1.158, - 35, - 3.115, - 65, - 5.575, - 74, - 0.968, - 77, - 2.089, - 93, - 4.056, - 135, - 4.374, - 137, - 1.297, - 141, - 1.746, - 160, - 1.168, - 161, - 2.08, - 172, - 2.9, - 184, - 3.904, - 196, - 3.554, - 198, - 3.808, - 202, - 5.725, - 234, - 3.187, - 264, - 3.94, - 286, - 5.742, - 287, - 7.112, - 288, - 4.919, - 297, - 2.73, - 300, - 1.866, - 362, - 3.444, - 522, - 4.225, - 538, - 4.693, - 554, - 2.157, - 569, - 1.886, - 639, - 5.129, - 670, - 5.372, - 693, - 4.225, - 697, - 3.904, - 702, - 4.709, - 727, - 4.043, - 808, - 3.094, - 821, - 6.621, - 840, - 4.764, - 845, - 5.215, - 923, - 4.469, - 929, - 5.336, - 1031, - 5.103, - 1569, - 3.695, - 1869, - 4.782, - 1949, - 4.297, - 1977, - 4.971, - 2031, - 4.828, - 2510, - 6.366, - 2523, - 4.92, - 3838, - 6.183, - 4059, - 5.508, - 5627, - 5.964, - 5652, - 7.97, - 6190, - 7.479, - 8471, - 5.964, - 9284, - 7.97, + 2.84, 10892, - 8.716, + 2.84, 10893, - 8.716, + 2.84, 10894, - 9.816, + 2.84, 10895, - 9.816, + 2.84, 10896, - 9.816, + 2.84, 10897, - 9.816, + 2.84, 10898, - 6.522, + 4.669, 10899, - 6.522, + 2.84, 10900, - 6.522, + 2.84, 10901, - 6.522, + 2.84, 10902, - 6.522, + 2.84, 10903, - 6.522 + 2.84 ] ] ], @@ -110846,7 +110846,7 @@ [ "0", { - "_index": 119, + "_index": 330, "data": { "assets/colorpicker": {}, "examples/basics/z_order": {}, @@ -110942,7 +110942,7 @@ [ "0"", { - "_index": 10138, + "_index": 7144, "data": { "ref/stable/string": {} }, @@ -110952,7 +110952,7 @@ [ "0,0", { - "_index": 2495, + "_index": 1683, "data": { "manuals/atlas": {}, "manuals/render": {}, @@ -110965,7 +110965,7 @@ [ "0,0,0,0", { - "_index": 7864, + "_index": 8514, "data": { "ref/stable/render": {} }, @@ -110975,7 +110975,7 @@ [ "0,1", { - "_index": 8690, + "_index": 7283, "data": { "ref/stable/math": {}, "ref/stable/tilemap": {} @@ -110986,7 +110986,7 @@ [ "0,1,2,0,2,3", { - "_index": 2535, + "_index": 2898, "data": { "manuals/atlas": {} }, @@ -110996,7 +110996,7 @@ [ "0,2", { - "_index": 8686, + "_index": 8062, "data": { "ref/stable/tilemap": {} }, @@ -111006,7 +111006,7 @@ [ "0,255", { - "_index": 7100, + "_index": 7510, "data": { "ref/stable/physics": {} }, @@ -111016,7 +111016,7 @@ [ "0,3", { - "_index": 8004, + "_index": 8037, "data": { "ref/stable/dmGameSystem": {}, "ref/stable/tilemap": {} @@ -111027,7 +111027,7 @@ [ "0..1", { - "_index": 9342, + "_index": 6765, "data": { "ref/stable/dmGraphics": {}, "ref/stable/gui": {} @@ -111038,7 +111038,7 @@ [ "0..3", { - "_index": 7825, + "_index": 8479, "data": { "ref/stable/render": {} }, @@ -111048,7 +111048,7 @@ [ "0..31", { - "_index": 7751, + "_index": 8602, "data": { "ref/stable/bit": {} }, @@ -111058,7 +111058,7 @@ [ "0..64k", { - "_index": 8165, + "_index": 10476, "data": { "ref/stable/socket": {} }, @@ -111068,7 +111068,7 @@ [ "0.0", { - "_index": 1108, + "_index": 2740, "data": { "manuals/compute": {}, "manuals/flash": {}, @@ -111081,7 +111081,7 @@ [ "0.0,0.0,0.0,1.0", { - "_index": 1228, + "_index": 2811, "data": { "manuals/shader": {} }, @@ -111091,7 +111091,7 @@ [ "0.02", { - "_index": 5529, + "_index": 3855, "data": { "manuals/physics": {} }, @@ -111101,7 +111101,7 @@ [ "0.0f", { - "_index": 9971, + "_index": 7352, "data": { "ref/stable/timer": {} }, @@ -111111,7 +111111,7 @@ [ "0.1", { - "_index": 3319, + "_index": 3850, "data": { "examples/particles/fire_and_smoke": {}, "examples/physics/hinge_joint": {}, @@ -111126,7 +111126,7 @@ [ "0.2", { - "_index": 3318, + "_index": 3781, "data": { "examples/particles/fire_and_smoke": {}, "manuals/flash": {}, @@ -111138,7 +111138,7 @@ [ "0.3", { - "_index": 3690, + "_index": 1791, "data": { "examples/particles/fire_and_smoke": {}, "manuals/render": {}, @@ -111150,7 +111150,7 @@ [ "0.4", { - "_index": 3691, + "_index": 1792, "data": { "manuals/property-animation": {}, "manuals/render": {} @@ -111161,7 +111161,7 @@ [ "0.5", { - "_index": 843, + "_index": 1793, "data": { "examples/particles/fire_and_smoke": {}, "manuals/atlas": {}, @@ -111182,7 +111182,7 @@ [ "0.566", { - "_index": 10041, + "_index": 10696, "data": { "ref/stable/sound": {} }, @@ -111192,7 +111192,7 @@ [ "0.5x", { - "_index": 4714, + "_index": 2251, "data": { "manuals/adapting-graphics-to-screen-size": {} }, @@ -111202,7 +111202,7 @@ [ "0.8", { - "_index": 6202, + "_index": 6159, "data": { "examples/particles/fire_and_smoke": {}, "ref/stable/sound": {} @@ -111213,7 +111213,7 @@ [ "0.9", { - "_index": 3324, + "_index": 5118, "data": { "examples/physics/hinge_joint": {}, "manuals/flash": {} @@ -111224,7 +111224,7 @@ [ "0060183cce2e29dbd09c85ece83cbb72068ee050", { - "_index": 8430, + "_index": 9563, "data": { "ref/stable/sys": {} }, @@ -111234,7 +111234,7 @@ [ "0a0a42", { - "_index": 3116, + "_index": 2404, "data": { "manuals/editor-styling": {} }, @@ -111244,7 +111244,7 @@ [ "0x0", { - "_index": 4812, + "_index": 4997, "data": { "manuals/debugging-native-code": {}, "ref/stable/dmMessage": {} @@ -111255,7 +111255,7 @@ [ "0x1001492c4", { - "_index": 4819, + "_index": 5004, "data": { "manuals/debugging-native-code": {} }, @@ -111265,7 +111265,7 @@ [ "0x1492c4", { - "_index": 4815, + "_index": 5000, "data": { "manuals/debugging-native-code": {} }, @@ -111275,7 +111275,7 @@ [ "0x7ff95de63ce0", { - "_index": 3396, + "_index": 5166, "data": { "manuals/flash": {} }, @@ -111285,7 +111285,7 @@ [ "0xff", { - "_index": 3640, + "_index": 1732, "data": { "manuals/render": {} }, @@ -111295,7 +111295,7 @@ [ "0xffffffff", { - "_index": 9462, + "_index": 9098, "data": { "ref/stable/dmGameObject": {} }, @@ -111305,7 +111305,7 @@ [ "1", { - "_index": 121, + "_index": 333, "data": { "assets/colorpicker": {}, "examples/basics/z_order": {}, @@ -111422,7 +111422,7 @@ [ "1"", { - "_index": 10135, + "_index": 7140, "data": { "ref/stable/string": {} }, @@ -111432,7 +111432,7 @@ [ "1's", { - "_index": 7953, + "_index": 8581, "data": { "ref/stable/render": {} }, @@ -111442,7 +111442,7 @@ [ "1,\"n", { - "_index": 6975, + "_index": 9491, "data": { "ref/stable/debug": {} }, @@ -111452,7 +111452,7 @@ [ "1,0", { - "_index": 8693, + "_index": 8068, "data": { "ref/stable/tilemap": {} }, @@ -111462,7 +111462,7 @@ [ "1,0,0,1", { - "_index": 9336, + "_index": 7856, "data": { "ref/stable/gui": {} }, @@ -111472,7 +111472,7 @@ [ "1,1", { - "_index": 2496, + "_index": 2866, "data": { "manuals/atlas": {}, "ref/stable/resource": {}, @@ -111484,7 +111484,7 @@ [ "1,1,1,1", { - "_index": 7866, + "_index": 8515, "data": { "ref/stable/render": {} }, @@ -111494,7 +111494,7 @@ [ "1,2", { - "_index": 8687, + "_index": 8063, "data": { "ref/stable/tilemap": {} }, @@ -111504,7 +111504,7 @@ [ "1,2000", { - "_index": 5111, + "_index": 5213, "data": { "manuals/lua": {} }, @@ -111514,7 +111514,7 @@ [ "1,3", { - "_index": 8683, + "_index": 8059, "data": { "ref/stable/tilemap": {} }, @@ -111524,7 +111524,7 @@ [ "1,t[1", { - "_index": 10407, + "_index": 10626, "data": { "ref/stable/base": {} }, @@ -111534,7 +111534,7 @@ [ "1.0", { - "_index": 844, + "_index": 2738, "data": { "examples/physics/dynamic": {}, "examples/physics/kinematic": {}, @@ -111555,7 +111555,7 @@ [ "1.1", { - "_index": 3325, + "_index": 5119, "data": { "manuals/flash": {} }, @@ -111565,7 +111565,7 @@ [ "1.2.148", { - "_index": 4270, + "_index": 5506, "data": { "manuals/debugging-native-code-android": {} }, @@ -111575,7 +111575,7 @@ [ "1.2.173", { - "_index": 5400, + "_index": 6053, "data": { "manuals/android": {} }, @@ -111585,7 +111585,7 @@ [ "1.2.175", { - "_index": 3475, + "_index": 3018, "data": { "manuals/ios": {} }, @@ -111595,7 +111595,7 @@ [ "1.2.187", { - "_index": 755, + "_index": 3723, "data": { "manuals/caching-assets": {} }, @@ -111605,7 +111605,7 @@ [ "1.2.36", { - "_index": 3566, + "_index": 1670, "data": { "manuals/message-passing": {} }, @@ -111615,7 +111615,7 @@ [ "1.2.50", { - "_index": 3756, + "_index": 3689, "data": { "manuals/debugging-game-and-system-logs": {} }, @@ -111625,7 +111625,7 @@ [ "1.2.96", { - "_index": 8428, + "_index": 9561, "data": { "ref/stable/sys": {} }, @@ -111635,7 +111635,7 @@ [ "1.25", { - "_index": 5678, + "_index": 3510, "data": { "manuals/sound": {} }, @@ -111645,7 +111645,7 @@ [ "1.3.0", { - "_index": 1436, + "_index": 4060, "data": { "manuals/extender-local-setup": {} }, @@ -111655,7 +111655,7 @@ [ "1.3.4", { - "_index": 4039, + "_index": 4237, "data": { "manuals/profiling": {} }, @@ -111665,7 +111665,7 @@ [ "1.3.5", { - "_index": 4214, + "_index": 3255, "data": { "manuals/bob": {} }, @@ -111675,7 +111675,7 @@ [ "1.3.6", { - "_index": 4215, + "_index": 3256, "data": { "manuals/bob": {} }, @@ -111685,7 +111685,7 @@ [ "1.4.0", { - "_index": 4511, + "_index": 5659, "data": { "manuals/dev-app": {} }, @@ -111695,7 +111695,7 @@ [ "1.4.2", { - "_index": 1161, + "_index": 2776, "data": { "manuals/atlas": {}, "manuals/shader": {} @@ -111706,7 +111706,7 @@ [ "1.4.8", { - "_index": 5154, + "_index": 3484, "data": { "manuals/camera": {}, "manuals/editor-scripts": {}, @@ -111718,7 +111718,7 @@ [ "1.40", { - "_index": 6240, + "_index": 6238, "data": { "examples/material/screenspace": {}, "examples/material/unlit": {} @@ -111729,7 +111729,7 @@ [ "1.5.0", { - "_index": 4217, + "_index": 3258, "data": { "manuals/bob": {} }, @@ -111739,7 +111739,7 @@ [ "1.8.1", { - "_index": 4290, + "_index": 3136, "data": { "manuals/writing-code": {} }, @@ -111749,7 +111749,7 @@ [ "1.9.2", { - "_index": 1060, + "_index": 2710, "data": { "examples/material/screenspace": {}, "examples/material/unlit": {}, @@ -111761,7 +111761,7 @@ [ "1.9.6", { - "_index": 4147, + "_index": 3169, "data": { "manuals/bob": {} }, @@ -111771,7 +111771,7 @@ [ "1.94", { - "_index": 10039, + "_index": 10694, "data": { "ref/stable/sound": {} }, @@ -111781,7 +111781,7 @@ [ "1.995", { - "_index": 5717, + "_index": 3551, "data": { "manuals/sound": {} }, @@ -111791,7 +111791,7 @@ [ "1/5", { - "_index": 5588, + "_index": 3895, "data": { "manuals/font": {} }, @@ -111801,7 +111801,7 @@ [ "1/60", { - "_index": 10527, + "_index": 7975, "data": { "ref/stable/collectionproxy": {} }, @@ -111811,7 +111811,7 @@ [ "1/sqrt", { - "_index": 10040, + "_index": 10695, "data": { "ref/stable/sound": {} }, @@ -111821,7 +111821,7 @@ [ "10", { - "_index": 201, + "_index": 1672, "data": { "examples/particles/fire_and_smoke": {}, "manuals/editor-styling": {}, @@ -111853,7 +111853,7 @@ [ "10.22.0", { - "_index": 4027, + "_index": 5946, "data": { "manuals/extensions-cocoapods": {} }, @@ -111863,7 +111863,7 @@ [ "10.3", { - "_index": 3461, + "_index": 3002, "data": { "manuals/ios": {} }, @@ -111873,7 +111873,7 @@ [ "100", { - "_index": 2016, + "_index": 1016, "data": { "examples/particles/confetti": {}, "examples/particles/fire_and_smoke": {}, @@ -111895,7 +111895,7 @@ [ "1000", { - "_index": 2641, + "_index": 1017, "data": { "manuals/factory": {}, "manuals/model": {}, @@ -111912,7 +111912,7 @@ [ "100mb", { - "_index": 6307, + "_index": 6312, "data": { "assets/apkx": {} }, @@ -111922,7 +111922,7 @@ [ "101", { - "_index": 7719, + "_index": 9986, "data": { "ref/stable/dmSocket": {} }, @@ -111932,7 +111932,7 @@ [ "102", { - "_index": 4240, + "_index": 3287, "data": { "manuals/bob": {}, "ref/stable/dmSocket": {} @@ -111943,7 +111943,7 @@ [ "1024", { - "_index": 2639, + "_index": 4350, "data": { "manuals/factory": {}, "manuals/lua": {}, @@ -111955,7 +111955,7 @@ [ "103", { - "_index": 7720, + "_index": 9987, "data": { "ref/stable/dmSocket": {} }, @@ -111965,7 +111965,7 @@ [ "10:15", { - "_index": 4239, + "_index": 3286, "data": { "manuals/bob": {} }, @@ -111975,7 +111975,7 @@ [ "10_12_3", { - "_index": 8464, + "_index": 9596, "data": { "ref/stable/sys": {} }, @@ -111985,7 +111985,7 @@ [ "10db/20", { - "_index": 10024, + "_index": 10680, "data": { "ref/stable/sound": {} }, @@ -111995,7 +111995,7 @@ [ "11", { - "_index": 2228, + "_index": 721, "data": { "manuals/bob": {}, "manuals/html5": {}, @@ -112009,7 +112009,7 @@ [ "11.0", { - "_index": 4024, + "_index": 5943, "data": { "manuals/extensions-cocoapods": {} }, @@ -112019,7 +112019,7 @@ [ "12", { - "_index": 7538, + "_index": 9692, "data": { "ref/stable/dmSocket": {}, "ref/stable/dmSys": {}, @@ -112031,7 +112031,7 @@ [ "127.0.0.1", { - "_index": 5967, + "_index": 3587, "data": { "manuals/socket-connections": {} }, @@ -112041,7 +112041,7 @@ [ "128", { - "_index": 2516, + "_index": 2879, "data": { "examples/particles/fire_and_smoke": {}, "manuals/atlas": {}, @@ -112054,7 +112054,7 @@ [ "1280x800", { - "_index": 4695, + "_index": 2224, "data": { "manuals/adapting-graphics-to-screen-size": {} }, @@ -112064,7 +112064,7 @@ [ "128x128", { - "_index": 2492, + "_index": 2864, "data": { "manuals/atlas": {} }, @@ -112074,7 +112074,7 @@ [ "13", { - "_index": 4234, + "_index": 3281, "data": { "manuals/bob": {}, "ref/stable/dmSocket": {}, @@ -112087,7 +112087,7 @@ [ "131926", { - "_index": 4254, + "_index": 3301, "data": { "manuals/bob": {} }, @@ -112097,7 +112097,7 @@ [ "136", { - "_index": 4245, + "_index": 3292, "data": { "manuals/bob": {} }, @@ -112107,7 +112107,7 @@ [ "13px", { - "_index": 3132, + "_index": 2417, "data": { "manuals/editor-styling": {} }, @@ -112117,7 +112117,7 @@ [ "14", { - "_index": 7539, + "_index": 9693, "data": { "ref/stable/dmSocket": {}, "ref/stable/dmSys": {} @@ -112128,7 +112128,7 @@ [ "140", { - "_index": 1066, + "_index": 2714, "data": { "manuals/shader": {} }, @@ -112138,7 +112138,7 @@ [ "140459", { - "_index": 4243, + "_index": 3290, "data": { "manuals/bob": {} }, @@ -112148,7 +112148,7 @@ [ "15", { - "_index": 7540, + "_index": 7908, "data": { "ref/stable/dmSocket": {}, "ref/stable/dmSys": {}, @@ -112160,7 +112160,7 @@ [ "150", { - "_index": 6198, + "_index": 6156, "data": { "examples/particles/fire_and_smoke": {} }, @@ -112170,7 +112170,7 @@ [ "1500", { - "_index": 6211, + "_index": 6141, "data": { "examples/particles/confetti": {} }, @@ -112180,7 +112180,7 @@ [ "15924", { - "_index": 8449, + "_index": 9582, "data": { "ref/stable/sys": {} }, @@ -112190,7 +112190,7 @@ [ "16", { - "_index": 1922, + "_index": 2117, "data": { "assets/alienworld": {}, "assets/warbattlesassetpack": {}, @@ -112210,7 +112210,7 @@ [ "16.0", { - "_index": 5024, + "_index": 4631, "data": { "manuals/extensions-manifest-merge-tool": {} }, @@ -112220,7 +112220,7 @@ [ "16.17", { - "_index": 1944, + "_index": 5028, "data": { "manuals/texture-profiles": {} }, @@ -112230,7 +112230,7 @@ [ "16/32", { - "_index": 7519, + "_index": 10892, "data": { "ref/stable/dmRender": {} }, @@ -112240,7 +112240,7 @@ [ "1601", { - "_index": 8222, + "_index": 10529, "data": { "ref/stable/socket": {} }, @@ -112250,7 +112250,7 @@ [ "160x144", { - "_index": 4685, + "_index": 2210, "data": { "manuals/adapting-graphics-to-screen-size": {} }, @@ -112260,7 +112260,7 @@ [ "16384", { - "_index": 9621, + "_index": 9262, "data": { "ref/stable/dmGameObject": {} }, @@ -112270,7 +112270,7 @@ [ "16bit", { - "_index": 5670, + "_index": 3499, "data": { "assets/rand16": {}, "manuals/sound": {} @@ -112281,7 +112281,7 @@ [ "16kb", { - "_index": 8572, + "_index": 10178, "data": { "ref/stable/http": {} }, @@ -112291,7 +112291,7 @@ [ "16x16", { - "_index": 4497, + "_index": 4952, "data": { "manuals/windows": {} }, @@ -112301,7 +112301,7 @@ [ "17", { - "_index": 3048, + "_index": 491, "data": { "manuals/bob": {}, "manuals/gui": {}, @@ -112315,7 +112315,7 @@ [ "17.62", { - "_index": 1942, + "_index": 5026, "data": { "manuals/texture-profiles": {} }, @@ -112325,7 +112325,7 @@ [ "18", { - "_index": 5590, + "_index": 3898, "data": { "manuals/font": {}, "ref/stable/dmSys": {} @@ -112336,7 +112336,7 @@ [ "180", { - "_index": 238, + "_index": 5535, "data": { "examples/particles/fire_and_smoke": {}, "manuals/debugging-game-logic": {}, @@ -112349,7 +112349,7 @@ [ "18774344", { - "_index": 5434, + "_index": 6084, "data": { "manuals/android": {} }, @@ -112359,7 +112359,7 @@ [ "19", { - "_index": 7541, + "_index": 9694, "data": { "ref/stable/dmSys": {} }, @@ -112369,7 +112369,7 @@ [ "192.168.5.101", { - "_index": 4997, + "_index": 2462, "data": { "manuals/zerobrane": {} }, @@ -112379,7 +112379,7 @@ [ "1970", { - "_index": 8220, + "_index": 9768, "data": { "ref/stable/dmTime": {}, "ref/stable/socket": {} @@ -112390,7 +112390,7 @@ [ "1:1", { - "_index": 4706, + "_index": 2241, "data": { "manuals/adapting-graphics-to-screen-size": {} }, @@ -112400,7 +112400,7 @@ [ "1;3};{1,1},{2,3", { - "_index": 2748, + "_index": 4124, "data": { "manuals/application-security": {} }, @@ -112410,7 +112410,7 @@ [ "1s", { - "_index": 6135, + "_index": 6225, "data": { "examples/timer/cancel_timer": {}, "examples/timer/repeating_timer": {}, @@ -112422,7 +112422,7 @@ [ "1x", { - "_index": 4712, + "_index": 2248, "data": { "manuals/adapting-graphics-to-screen-size": {} }, @@ -112432,7 +112432,7 @@ [ "1x1", { - "_index": 7411, + "_index": 10346, "data": { "ref/stable/resource": {} }, @@ -112442,7 +112442,7 @@ [ "2", { - "_index": 123, + "_index": 601, "data": { "examples/gui/progress": {}, "examples/particles/fire_and_smoke": {}, @@ -112518,7 +112518,7 @@ [ "2,0", { - "_index": 8694, + "_index": 8069, "data": { "ref/stable/tilemap": {} }, @@ -112528,7 +112528,7 @@ [ "2,000", { - "_index": 6578, + "_index": 6699, "data": { "assets/gamedistribution": {} }, @@ -112538,7 +112538,7 @@ [ "2,1", { - "_index": 8691, + "_index": 8066, "data": { "ref/stable/tilemap": {} }, @@ -112548,7 +112548,7 @@ [ "2,2", { - "_index": 8688, + "_index": 8064, "data": { "ref/stable/tilemap": {} }, @@ -112558,7 +112558,7 @@ [ "2,3", { - "_index": 8684, + "_index": 8060, "data": { "ref/stable/tilemap": {} }, @@ -112568,7 +112568,7 @@ [ "2,t[2", { - "_index": 10408, + "_index": 10627, "data": { "ref/stable/base": {} }, @@ -112578,7 +112578,7 @@ [ "2.0", { - "_index": 874, + "_index": 2616, "data": { "assets/panthera20": {}, "manuals/factory": {}, @@ -112594,7 +112594,7 @@ [ "2.0.11", { - "_index": 4908, + "_index": 4784, "data": { "manuals/extender-docker-images": {} }, @@ -112604,7 +112604,7 @@ [ "2.2.1", { - "_index": 5510, + "_index": 3832, "data": { "manuals/physics": {} }, @@ -112614,7 +112614,7 @@ [ "2.4", { - "_index": 10456, + "_index": 9672, "data": { "ref/stable/dmStringFunc": {} }, @@ -112624,7 +112624,7 @@ [ "2.5d", { - "_index": 6356, + "_index": 6427, "data": { "assets/slasherprototype": {} }, @@ -112634,7 +112634,7 @@ [ "2.6.5", { - "_index": 1434, + "_index": 4058, "data": { "manuals/extender-local-setup": {} }, @@ -112644,7 +112644,7 @@ [ "2.77", { - "_index": 5511, + "_index": 3834, "data": { "manuals/physics": {} }, @@ -112654,7 +112654,7 @@ [ "20", { - "_index": 203, + "_index": 2070, "data": { "examples/particles/confetti": {}, "examples/particles/fire_and_smoke": {}, @@ -112676,7 +112676,7 @@ [ "200", { - "_index": 4584, + "_index": 2051, "data": { "manuals/debugging-game-logic": {}, "manuals/live-update-scripting": {}, @@ -112691,7 +112691,7 @@ [ "2000", { - "_index": 8287, + "_index": 8743, "data": { "ref/stable/dmSSLSocket": {} }, @@ -112701,7 +112701,7 @@ [ "2001", { - "_index": 8288, + "_index": 8744, "data": { "ref/stable/dmSSLSocket": {} }, @@ -112711,7 +112711,7 @@ [ "2002", { - "_index": 8289, + "_index": 8745, "data": { "ref/stable/dmSSLSocket": {} }, @@ -112721,7 +112721,7 @@ [ "2003", { - "_index": 8290, + "_index": 8746, "data": { "ref/stable/dmSSLSocket": {} }, @@ -112731,7 +112731,7 @@ [ "200x100", { - "_index": 154, + "_index": 5515, "data": { "manuals/physics-shapes": {} }, @@ -112741,7 +112741,7 @@ [ "2011", { - "_index": 4911, + "_index": 4788, "data": { "manuals/extender-docker-images": {} }, @@ -112751,7 +112751,7 @@ [ "2011:9000", { - "_index": 4921, + "_index": 4796, "data": { "manuals/extender-docker-images": {} }, @@ -112761,7 +112761,7 @@ [ "2012", { - "_index": 3047, + "_index": 5033, "data": { "manuals/live-update-aws": {} }, @@ -112771,7 +112771,7 @@ [ "2017", { - "_index": 5612, + "_index": 2055, "data": { "manuals/optimization-size": {} }, @@ -112781,7 +112781,7 @@ [ "2018", { - "_index": 1769, + "_index": 4883, "data": { "manuals/porting-guidelines": {} }, @@ -112791,7 +112791,7 @@ [ "2048", { - "_index": 5706, + "_index": 3540, "data": { "manuals/sound": {} }, @@ -112801,7 +112801,7 @@ [ "2048x2048", { - "_index": 5645, + "_index": 2146, "data": { "manuals/optimization-size": {} }, @@ -112811,7 +112811,7 @@ [ "20mb", { - "_index": 4265, + "_index": 5503, "data": { "manuals/debugging-native-code-android": {} }, @@ -112821,7 +112821,7 @@ [ "21", { - "_index": 4149, + "_index": 3171, "data": { "manuals/bob": {}, "ref/stable/dmSys": {} @@ -112832,7 +112832,7 @@ [ "212428", { - "_index": 3106, + "_index": 2394, "data": { "manuals/editor-styling": {} }, @@ -112842,7 +112842,7 @@ [ "22", { - "_index": 7542, + "_index": 9695, "data": { "ref/stable/dmSocket": {}, "ref/stable/dmSys": {} @@ -112853,7 +112853,7 @@ [ "22.71", { - "_index": 1938, + "_index": 5022, "data": { "manuals/texture-profiles": {} }, @@ -112863,7 +112863,7 @@ [ "223", { - "_index": 4249, + "_index": 3296, "data": { "manuals/bob": {} }, @@ -112873,7 +112873,7 @@ [ "23", { - "_index": 7543, + "_index": 9696, "data": { "ref/stable/dmSocket": {}, "ref/stable/dmSys": {}, @@ -112885,7 +112885,7 @@ [ "23.24", { - "_index": 1940, + "_index": 5024, "data": { "manuals/texture-profiles": {} }, @@ -112895,7 +112895,7 @@ [ "24", { - "_index": 2640, + "_index": 4351, "data": { "manuals/factory": {}, "ref/stable/dmSocket": {}, @@ -112907,7 +112907,7 @@ [ "24x24", { - "_index": 4498, + "_index": 4953, "data": { "manuals/windows": {} }, @@ -112917,7 +112917,7 @@ [ "25", { - "_index": 5424, + "_index": 6075, "data": { "manuals/android": {}, "ref/stable/dmSocket": {}, @@ -112929,7 +112929,7 @@ [ "254380", { - "_index": 1943, + "_index": 5027, "data": { "manuals/texture-profiles": {} }, @@ -112939,7 +112939,7 @@ [ "255", { - "_index": 7861, + "_index": 8511, "data": { "ref/stable/crash": {}, "ref/stable/render": {} @@ -112950,7 +112950,7 @@ [ "256", { - "_index": 10537, + "_index": 10580, "data": { "ref/stable/dmBuffer": {} }, @@ -112960,7 +112960,7 @@ [ "256,128,96,64,48,32,24,16", { - "_index": 4508, + "_index": 4962, "data": { "manuals/windows": {} }, @@ -112970,7 +112970,7 @@ [ "256mb", { - "_index": 2189, + "_index": 628, "data": { "manuals/html5": {} }, @@ -112980,7 +112980,7 @@ [ "256x240", { - "_index": 4681, + "_index": 2206, "data": { "manuals/adapting-graphics-to-screen-size": {} }, @@ -112990,7 +112990,7 @@ [ "256x256", { - "_index": 2489, + "_index": 2862, "data": { "manuals/atlas": {}, "manuals/windows": {} @@ -113001,7 +113001,7 @@ [ "26", { - "_index": 7544, + "_index": 9697, "data": { "ref/stable/dmSocket": {}, "ref/stable/dmSys": {} @@ -113012,7 +113012,7 @@ [ "27", { - "_index": 4252, + "_index": 3299, "data": { "manuals/bob": {}, "ref/stable/dmSocket": {}, @@ -113024,7 +113024,7 @@ [ "270", { - "_index": 8679, + "_index": 8055, "data": { "ref/stable/tilemap": {} }, @@ -113034,7 +113034,7 @@ [ "272", { - "_index": 4241, + "_index": 3288, "data": { "manuals/bob": {} }, @@ -113044,7 +113044,7 @@ [ "277186", { - "_index": 1941, + "_index": 5025, "data": { "manuals/texture-profiles": {} }, @@ -113054,7 +113054,7 @@ [ "28", { - "_index": 7545, + "_index": 9698, "data": { "ref/stable/dmSocket": {}, "ref/stable/dmSys": {} @@ -113065,7 +113065,7 @@ [ "29", { - "_index": 7546, + "_index": 9699, "data": { "ref/stable/dmSocket": {}, "ref/stable/dmSys": {} @@ -113076,7 +113076,7 @@ [ "2>&1", { - "_index": 6093, + "_index": 4919, "data": { "manuals/debugging-native-code-ios": {} }, @@ -113086,7 +113086,7 @@ [ "2^14", { - "_index": 9620, + "_index": 9261, "data": { "ref/stable/dmGameObject": {} }, @@ -113096,7 +113096,7 @@ [ "2d", { - "_index": 226, + "_index": 1180, "data": { "assets/2dcollisions": {}, "assets/defluid": {}, @@ -113127,7 +113127,7 @@ [ "2dcollisions", { - "_index": 6494, + "_index": 6702, "data": { "assets/2dcollisions": {} }, @@ -113137,7 +113137,7 @@ [ "2mc", { - "_index": 7858, + "_index": 8508, "data": { "ref/stable/render": {} }, @@ -113147,7 +113147,7 @@ [ "2n", { - "_index": 7952, + "_index": 8580, "data": { "ref/stable/render": {} }, @@ -113157,7 +113157,7 @@ [ "2nd", { - "_index": 3891, + "_index": 1358, "data": { "manuals/editor-scripts-ui": {} }, @@ -113167,7 +113167,7 @@ [ "2x2", { - "_index": 2891, + "_index": 6032, "data": { "manuals/material": {} }, @@ -113177,7 +113177,7 @@ [ "3", { - "_index": 125, + "_index": 602, "data": { "assets/defoldapiforsublimetext3": {}, "examples/gui/healthbar": {}, @@ -113238,7 +113238,7 @@ [ "3+6", { - "_index": 2353, + "_index": 5630, "data": { "manuals/script-properties": {} }, @@ -113248,7 +113248,7 @@ [ "3,0", { - "_index": 8695, + "_index": 8070, "data": { "ref/stable/tilemap": {} }, @@ -113258,7 +113258,7 @@ [ "3,1", { - "_index": 8692, + "_index": 8067, "data": { "ref/stable/tilemap": {} }, @@ -113268,7 +113268,7 @@ [ "3,2", { - "_index": 8689, + "_index": 8065, "data": { "ref/stable/tilemap": {} }, @@ -113278,7 +113278,7 @@ [ "3,3", { - "_index": 8685, + "_index": 8061, "data": { "ref/stable/tilemap": {} }, @@ -113288,7 +113288,7 @@ [ "3.1", { - "_index": 1067, + "_index": 2715, "data": { "manuals/compute": {}, "manuals/shader": {} @@ -113299,7 +113299,7 @@ [ "3.14159265359", { - "_index": 1188, + "_index": 2792, "data": { "manuals/shader": {} }, @@ -113309,7 +113309,7 @@ [ "3.5", { - "_index": 5379, + "_index": 5919, "data": { "manuals/components": {} }, @@ -113319,7 +113319,7 @@ [ "3.798s", { - "_index": 5435, + "_index": 6085, "data": { "manuals/android": {} }, @@ -113329,7 +113329,7 @@ [ "3.collection", { - "_index": 6103, + "_index": 6175, "data": { "examples/collection/proxy": {} }, @@ -113339,7 +113339,7 @@ [ "30", { - "_index": 6201, + "_index": 6158, "data": { "examples/particles/fire_and_smoke": {}, "ref/stable/dmSocket": {}, @@ -113354,7 +113354,7 @@ [ "30,000", { - "_index": 6250, + "_index": 6252, "data": { "assets/kenney": {} }, @@ -113364,7 +113364,7 @@ [ "300", { - "_index": 2568, + "_index": 5912, "data": { "examples/particles/confetti": {}, "manuals/gui-script": {} @@ -113375,7 +113375,7 @@ [ "300m", { - "_index": 6576, + "_index": 6697, "data": { "assets/gamedistribution": {} }, @@ -113385,7 +113385,7 @@ [ "304", { - "_index": 5803, + "_index": 3967, "data": { "manuals/live-update-scripting": {}, "ref/stable/http": {} @@ -113396,7 +113396,7 @@ [ "31", { - "_index": 7547, + "_index": 9700, "data": { "ref/stable/dmSocket": {}, "ref/stable/dmSys": {}, @@ -113408,7 +113408,7 @@ [ "3166", { - "_index": 8453, + "_index": 9585, "data": { "ref/stable/sys": {} }, @@ -113418,7 +113418,7 @@ [ "32", { - "_index": 605, + "_index": 2190, "data": { "examples/particles/fire_and_smoke": {}, "manuals/app-manifest": {}, @@ -113445,7 +113445,7 @@ [ "320x200", { - "_index": 4683, + "_index": 2208, "data": { "manuals/adapting-graphics-to-screen-size": {} }, @@ -113455,7 +113455,7 @@ [ "32765", { - "_index": 6630, + "_index": 6693, "data": { "assets/crowd-runner-defold": {} }, @@ -113465,7 +113465,7 @@ [ "32x32", { - "_index": 4499, + "_index": 4954, "data": { "manuals/windows": {} }, @@ -113475,7 +113475,7 @@ [ "33554432", { - "_index": 609, + "_index": 5240, "data": { "manuals/app-manifest": {} }, @@ -113485,7 +113485,7 @@ [ "34", { - "_index": 602, + "_index": 5237, "data": { "manuals/app-manifest": {} }, @@ -113495,7 +113495,7 @@ [ "35", { - "_index": 6200, + "_index": 6157, "data": { "examples/particles/fire_and_smoke": {}, "ref/stable/base": {} @@ -113506,7 +113506,7 @@ [ "357225", { - "_index": 1937, + "_index": 5021, "data": { "manuals/texture-profiles": {} }, @@ -113516,7 +113516,7 @@ [ "35956340", { - "_index": 4246, + "_index": 3293, "data": { "manuals/bob": {} }, @@ -113526,7 +113526,7 @@ [ "36", { - "_index": 10433, + "_index": 10653, "data": { "ref/stable/base": {} }, @@ -113536,7 +113536,7 @@ [ "360", { - "_index": 5042, + "_index": 5010, "data": { "manuals/gui-pie": {}, "ref/stable/go": {} @@ -113547,7 +113547,7 @@ [ "365548", { - "_index": 1939, + "_index": 5023, "data": { "manuals/texture-profiles": {} }, @@ -113557,7 +113557,7 @@ [ "39;%q'", { - "_index": 10110, + "_index": 7113, "data": { "ref/stable/string": {} }, @@ -113567,7 +113567,7 @@ [ "39;a", { - "_index": 10111, + "_index": 7114, "data": { "ref/stable/string": {} }, @@ -113577,7 +113577,7 @@ [ "3d", { - "_index": 221, + "_index": 1188, "data": { "assets/3deforms": {}, "assets/defold-3D-outline-shader": {}, @@ -113617,7 +113617,7 @@ [ "3deforms", { - "_index": 6633, + "_index": 6607, "data": { "assets/3deforms": {} }, @@ -113627,7 +113627,7 @@ [ "3rd", { - "_index": 5338, + "_index": 3641, "data": { "manuals/extensions-best-practices": {}, "manuals/macos": {} @@ -113638,7 +113638,7 @@ [ "3x3", { - "_index": 7679, + "_index": 7378, "data": { "ref/stable/dmVMath": {} }, @@ -113648,7 +113648,7 @@ [ "4", { - "_index": 127, + "_index": 603, "data": { "examples/particles/fire_and_smoke": {}, "examples/physics/dynamic": {}, @@ -113705,7 +113705,7 @@ [ "4*|n", { - "_index": 7784, + "_index": 8633, "data": { "ref/stable/bit": {} }, @@ -113715,7 +113715,7 @@ [ "4+5$"", { - "_index": 10147, + "_index": 7154, "data": { "ref/stable/string": {} }, @@ -113725,7 +113725,7 @@ [ "4.1", { - "_index": 4095, + "_index": 4293, "data": { "manuals/profiling": {} }, @@ -113735,7 +113735,7 @@ [ "4.1.1.zip", { - "_index": 5895, + "_index": 2351, "data": { "manuals/working-offline": {} }, @@ -113745,7 +113745,7 @@ [ "4.3", { - "_index": 3039, + "_index": 5340, "data": { "manuals/compute": {} }, @@ -113755,7 +113755,7 @@ [ "40", { - "_index": 6204, + "_index": 6161, "data": { "examples/particles/fire_and_smoke": {} }, @@ -113765,7 +113765,7 @@ [ "400x100", { - "_index": 155, + "_index": 5516, "data": { "manuals/physics-shapes": {} }, @@ -113775,7 +113775,7 @@ [ "4096x4096", { - "_index": 5646, + "_index": 2150, "data": { "manuals/optimization-size": {} }, @@ -113785,7 +113785,7 @@ [ "42", { - "_index": 2712, + "_index": 4630, "data": { "manuals/extensions-manifest-merge-tool": {}, "manuals/modules": {} @@ -113796,7 +113796,7 @@ [ "426409", { - "_index": 1445, + "_index": 4067, "data": { "manuals/extender-local-setup": {} }, @@ -113806,7 +113806,7 @@ [ "426409/extender", { - "_index": 1408, + "_index": 4037, "data": { "manuals/extender-docker-images": {}, "manuals/extender-local-setup": {} @@ -113817,7 +113817,7 @@ [ "43", { - "_index": 2713, + "_index": 5740, "data": { "manuals/modules": {} }, @@ -113827,7 +113827,7 @@ [ "44100", { - "_index": 5636, + "_index": 2119, "data": { "manuals/optimization-size": {}, "manuals/sound": {} @@ -113838,7 +113838,7 @@ [ "442", { - "_index": 4237, + "_index": 3284, "data": { "manuals/bob": {} }, @@ -113848,7 +113848,7 @@ [ "45", { - "_index": 5675, + "_index": 3507, "data": { "examples/sound/panning": {}, "manuals/sound": {}, @@ -113860,7 +113860,7 @@ [ "450", { - "_index": 3003, + "_index": 5307, "data": { "manuals/compute": {} }, @@ -113870,7 +113870,7 @@ [ "45813", { - "_index": 2751, + "_index": 4127, "data": { "manuals/application-security": {} }, @@ -113880,7 +113880,7 @@ [ "45814", { - "_index": 2753, + "_index": 4128, "data": { "manuals/application-security": {} }, @@ -113890,7 +113890,7 @@ [ "464c55", { - "_index": 3108, + "_index": 2396, "data": { "manuals/editor-styling": {} }, @@ -113900,7 +113900,7 @@ [ "46bit", { - "_index": 6405, + "_index": 6404, "data": { "assets/bit46": {} }, @@ -113910,7 +113910,7 @@ [ "47", { - "_index": 3197, + "_index": 1204, "data": { "manuals/particlefx": {} }, @@ -113920,7 +113920,7 @@ [ "4711", { - "_index": 2690, + "_index": 5726, "data": { "manuals/modules": {} }, @@ -113930,7 +113930,7 @@ [ "48", { - "_index": 5586, + "_index": 3893, "data": { "manuals/font": {}, "ref/stable/dmRender": {} @@ -113941,7 +113941,7 @@ [ "4826", { - "_index": 5432, + "_index": 6082, "data": { "manuals/android": {} }, @@ -113951,7 +113951,7 @@ [ "48x48", { - "_index": 4500, + "_index": 4955, "data": { "manuals/windows": {} }, @@ -113961,7 +113961,7 @@ [ "4s", { - "_index": 5647, + "_index": 2151, "data": { "manuals/optimization-size": {} }, @@ -113971,7 +113971,7 @@ [ "4x4", { - "_index": 7680, + "_index": 7379, "data": { "ref/stable/dmVMath": {} }, @@ -113981,7 +113981,7 @@ [ "5", { - "_index": 129, + "_index": 604, "data": { "examples/particles/fire_and_smoke": {}, "manuals/collection-factory": {}, @@ -114018,7 +114018,7 @@ [ "5.1", { - "_index": 4286, + "_index": 3131, "data": { "assets/compat53": {}, "manuals/lua": {}, @@ -114031,7 +114031,7 @@ [ "5.1.tar.gz"", { - "_index": 10154, + "_index": 7161, "data": { "ref/stable/string": {} }, @@ -114041,7 +114041,7 @@ [ "5.2", { - "_index": 5074, + "_index": 5176, "data": { "assets/compat53": {}, "manuals/lua": {} @@ -114052,7 +114052,7 @@ [ "5.3", { - "_index": 6532, + "_index": 6671, "data": { "assets/compat53": {} }, @@ -114062,7 +114062,7 @@ [ "50", { - "_index": 2365, + "_index": 1203, "data": { "examples/particles/fire_and_smoke": {}, "manuals/particlefx": {}, @@ -114074,7 +114074,7 @@ [ "500", { - "_index": 3729, + "_index": 1857, "data": { "examples/particles/confetti": {}, "examples/physics/dynamic": {}, @@ -114089,7 +114089,7 @@ [ "51", { - "_index": 5411, + "_index": 6062, "data": { "manuals/android": {} }, @@ -114099,7 +114099,7 @@ [ "512kb", { - "_index": 8505, + "_index": 9636, "data": { "ref/stable/sys": {} }, @@ -114109,7 +114109,7 @@ [ "5242880", { - "_index": 630, + "_index": 5246, "data": { "manuals/app-manifest": {} }, @@ -114119,7 +114119,7 @@ [ "53", { - "_index": 3198, + "_index": 1205, "data": { "manuals/particlefx": {} }, @@ -114129,7 +114129,7 @@ [ "59", { - "_index": 8533, + "_index": 9931, "data": { "ref/stable/os": {} }, @@ -114139,7 +114139,7 @@ [ "5b5af21", { - "_index": 3567, + "_index": 1671, "data": { "manuals/message-passing": {} }, @@ -114149,7 +114149,7 @@ [ "5up3r_53cr3t", { - "_index": 5417, + "_index": 6068, "data": { "manuals/android": {} }, @@ -114159,7 +114159,7 @@ [ "6", { - "_index": 131, + "_index": 605, "data": { "examples/particles/confetti": {}, "manuals/editor-scripts-ui": {}, @@ -114187,7 +114187,7 @@ [ "6/20", { - "_index": 5716, + "_index": 3550, "data": { "manuals/sound": {} }, @@ -114197,7 +114197,7 @@ [ "60", { - "_index": 1728, + "_index": 1949, "data": { "examples/particles/fire_and_smoke": {}, "manuals/lua": {}, @@ -114212,7 +114212,7 @@ [ "61", { - "_index": 8535, + "_index": 9933, "data": { "ref/stable/os": {} }, @@ -114222,7 +114222,7 @@ [ "611", { - "_index": 4303, + "_index": 3152, "data": { "manuals/writing-code": {} }, @@ -114232,7 +114232,7 @@ [ "612", { - "_index": 4305, + "_index": 3154, "data": { "manuals/writing-code": {} }, @@ -114242,7 +114242,7 @@ [ "614", { - "_index": 4307, + "_index": 3156, "data": { "manuals/writing-code": {} }, @@ -114252,7 +114252,7 @@ [ "6210", { - "_index": 3751, + "_index": 3684, "data": { "manuals/debugging-game-and-system-logs": {} }, @@ -114262,7 +114262,7 @@ [ "639", { - "_index": 8447, + "_index": 9580, "data": { "ref/stable/sys": {} }, @@ -114272,7 +114272,7 @@ [ "64", { - "_index": 3435, + "_index": 2191, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/bob": {}, @@ -114290,7 +114290,7 @@ [ "640x1136", { - "_index": 4468, + "_index": 448, "data": { "manuals/gui": {} }, @@ -114300,7 +114300,7 @@ [ "64k", { - "_index": 8144, + "_index": 10455, "data": { "ref/stable/socket": {} }, @@ -114310,7 +114310,7 @@ [ "64kib", { - "_index": 619, + "_index": 5242, "data": { "manuals/app-manifest": {} }, @@ -114320,7 +114320,7 @@ [ "64x64", { - "_index": 2486, + "_index": 2860, "data": { "manuals/atlas": {} }, @@ -114330,7 +114330,7 @@ [ "65535", { - "_index": 8604, + "_index": 9361, "data": { "ref/stable/engine": {} }, @@ -114340,7 +114340,7 @@ [ "65536", { - "_index": 8507, + "_index": 9637, "data": { "ref/stable/sys": {} }, @@ -114350,7 +114350,7 @@ [ "65536.0", { - "_index": 5707, + "_index": 3541, "data": { "manuals/sound": {} }, @@ -114360,7 +114360,7 @@ [ "680", { - "_index": 4251, + "_index": 3298, "data": { "manuals/bob": {} }, @@ -114370,7 +114370,7 @@ [ "6s", { - "_index": 5648, + "_index": 2152, "data": { "manuals/optimization-size": {} }, @@ -114380,7 +114380,7 @@ [ "7", { - "_index": 133, + "_index": 2579, "data": { "manuals/extender-local-setup": {}, "manuals/input-gamepads": {}, @@ -114397,7 +114397,7 @@ [ "70784", { - "_index": 4231, + "_index": 3278, "data": { "manuals/bob": {} }, @@ -114407,7 +114407,7 @@ [ "71", { - "_index": 5578, + "_index": 3881, "data": { "manuals/font": {} }, @@ -114417,7 +114417,7 @@ [ "735", { - "_index": 4247, + "_index": 3294, "data": { "manuals/bob": {} }, @@ -114427,7 +114427,7 @@ [ "75", { - "_index": 3568, + "_index": 1673, "data": { "manuals/message-passing": {} }, @@ -114437,7 +114437,7 @@ [ "7582", { - "_index": 4250, + "_index": 3297, "data": { "manuals/bob": {} }, @@ -114447,7 +114447,7 @@ [ "786443", { - "_index": 4905, + "_index": 3441, "data": { "manuals/addressing": {} }, @@ -114457,7 +114457,7 @@ [ "8", { - "_index": 2502, + "_index": 1557, "data": { "examples/particles/confetti": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -114482,7 +114482,7 @@ [ "8.0", { - "_index": 5016, + "_index": 4622, "data": { "manuals/extensions-manifest-merge-tool": {} }, @@ -114492,7 +114492,7 @@ [ "8001", { - "_index": 8609, + "_index": 9366, "data": { "ref/stable/engine": {} }, @@ -114502,7 +114502,7 @@ [ "80b1b73", { - "_index": 4040, + "_index": 4238, "data": { "manuals/profiling": {} }, @@ -114512,7 +114512,7 @@ [ "8123", { - "_index": 5968, + "_index": 3588, "data": { "manuals/socket-connections": {} }, @@ -114522,7 +114522,7 @@ [ "8172", { - "_index": 5000, + "_index": 2466, "data": { "manuals/zerobrane": {} }, @@ -114532,7 +114532,7 @@ [ "8192", { - "_index": 8140, + "_index": 10451, "data": { "ref/stable/socket": {} }, @@ -114542,7 +114542,7 @@ [ "8d1b912", { - "_index": 3757, + "_index": 3690, "data": { "manuals/debugging-game-and-system-logs": {} }, @@ -114552,7 +114552,7 @@ [ "9", { - "_index": 2354, + "_index": 298, "data": { "examples/gui/progress": {}, "examples/gui/slice9": {}, @@ -114574,7 +114574,7 @@ [ "9"", { - "_index": 10148, + "_index": 7155, "data": { "ref/stable/string": {} }, @@ -114584,7 +114584,7 @@ [ "90", { - "_index": 6205, + "_index": 6162, "data": { "examples/particles/fire_and_smoke": {}, "ref/stable/tilemap": {}, @@ -114596,7 +114596,7 @@ [ "9000", { - "_index": 4925, + "_index": 4800, "data": { "manuals/extender-docker-images": {} }, @@ -114606,7 +114606,7 @@ [ "90000", { - "_index": 592, + "_index": 5234, "data": { "manuals/app-manifest": {} }, @@ -114616,7 +114616,7 @@ [ "90704", { - "_index": 3481, + "_index": 3025, "data": { "manuals/ios": {} }, @@ -114626,7 +114626,7 @@ [ "90x91", { - "_index": 6114, + "_index": 6104, "data": { "examples/gui/slice9": {} }, @@ -114636,7 +114636,7 @@ [ "9125", { - "_index": 5422, + "_index": 6073, "data": { "manuals/android": {} }, @@ -114646,7 +114646,7 @@ [ "918", { - "_index": 4253, + "_index": 3300, "data": { "manuals/bob": {} }, @@ -114656,7 +114656,7 @@ [ "999", { - "_index": 5553, + "_index": 1959, "data": { "manuals/script": {} }, @@ -114666,7 +114666,7 @@ [ "_", { - "_index": 2610, + "_index": 4323, "data": { "manuals/factory": {} }, @@ -114676,7 +114676,7 @@ [ "_,mount", { - "_index": 5771, + "_index": 3930, "data": { "manuals/live-update-scripting": {} }, @@ -114686,7 +114686,7 @@ [ "__authorize", { - "_index": 1379, + "_index": 4014, "data": { "manuals/extender-local-setup": {} }, @@ -114696,7 +114696,7 @@ [ "__bridge", { - "_index": 10304, + "_index": 6911, "data": { "ref/stable/dmGraphics": {} }, @@ -114706,7 +114706,7 @@ [ "__clone", { - "_index": 1411, + "_index": 4040, "data": { "manuals/extender-local-setup": {} }, @@ -114716,7 +114716,7 @@ [ "__configure", { - "_index": 1393, + "_index": 4025, "data": { "manuals/extender-local-setup": {} }, @@ -114726,7 +114726,7 @@ [ "__download", { - "_index": 1418, + "_index": 4044, "data": { "manuals/extender-local-setup": {} }, @@ -114736,7 +114736,7 @@ [ "__index", { - "_index": 2721, + "_index": 5747, "data": { "manuals/modules": {}, "ref/stable/package": {} @@ -114747,7 +114747,7 @@ [ "__metatable", { - "_index": 10405, + "_index": 10624, "data": { "ref/stable/base": {} }, @@ -114757,7 +114757,7 @@ [ "__start", { - "_index": 1458, + "_index": 4079, "data": { "manuals/extender-local-setup": {} }, @@ -114767,7 +114767,7 @@ [ "__tostring", { - "_index": 10437, + "_index": 10657, "data": { "ref/stable/base": {} }, @@ -114777,7 +114777,7 @@ [ "__verify", { - "_index": 1401, + "_index": 4031, "data": { "manuals/extender-local-setup": {} }, @@ -114787,7 +114787,7 @@ [ "_actions_", { - "_index": 5860, + "_index": 4568, "data": { "manuals/glossary": {} }, @@ -114797,7 +114797,7 @@ [ "_blank", { - "_index": 8493, + "_index": 9624, "data": { "ref/stable/sys": {} }, @@ -114807,7 +114807,7 @@ [ "_bootstrap", { - "_index": 4544, + "_index": 5996, "data": { "manuals/building-blocks": {} }, @@ -114817,7 +114817,7 @@ [ "_camera_", { - "_index": 3674, + "_index": 1771, "data": { "manuals/render": {} }, @@ -114827,7 +114827,7 @@ [ "_collision", { - "_index": 5513, + "_index": 3836, "data": { "manuals/physics": {} }, @@ -114837,7 +114837,7 @@ [ "_color", { - "_index": 5745, + "_index": 3824, "data": { "manuals/sprite": {} }, @@ -114847,7 +114847,7 @@ [ "_context", { - "_index": 5808, + "_index": 5554, "data": { "manuals/editor": {} }, @@ -114857,7 +114857,7 @@ [ "_convex_", { - "_index": 4372, + "_index": 4419, "data": { "manuals/tilesource": {} }, @@ -114867,7 +114867,7 @@ [ "_copies_", { - "_index": 5835, + "_index": 5583, "data": { "manuals/editor": {} }, @@ -114877,7 +114877,7 @@ [ "_crash", { - "_index": 4782, + "_index": 4970, "data": { "manuals/debugging-native-code": {} }, @@ -114887,7 +114887,7 @@ [ "_crash.dmp", { - "_index": 4783, + "_index": 4971, "data": { "manuals/debugging-native-code": {} }, @@ -114897,7 +114897,7 @@ [ "_create", { - "_index": 3060, + "_index": 5042, "data": { "manuals/live-update-aws": {} }, @@ -114907,7 +114907,7 @@ [ "_dynamically", { - "_index": 4895, + "_index": 3428, "data": { "manuals/addressing": {} }, @@ -114917,7 +114917,7 @@ [ "_factory_", { - "_index": 4556, + "_index": 6005, "data": { "manuals/building-blocks": {} }, @@ -114927,7 +114927,7 @@ [ "_file_", { - "_index": 4558, + "_index": 6007, "data": { "manuals/building-blocks": {} }, @@ -114937,7 +114937,7 @@ [ "_g", { - "_index": 10395, + "_index": 10614, "data": { "ref/stable/base": {} }, @@ -114947,7 +114947,7 @@ [ "_g._g", { - "_index": 10396, + "_index": 10615, "data": { "ref/stable/base": {} }, @@ -114957,7 +114957,7 @@ [ "_groups_", { - "_index": 1925, + "_index": 2318, "data": { "manuals/physics-objects": {} }, @@ -114967,7 +114967,7 @@ [ "_loopcount_", { - "_index": 5671, + "_index": 3500, "data": { "manuals/sound": {} }, @@ -114977,7 +114977,7 @@ [ "_margin_", { - "_index": 4364, + "_index": 4411, "data": { "manuals/tilesource": {} }, @@ -114987,7 +114987,7 @@ [ "_normal", { - "_index": 5746, + "_index": 3825, "data": { "manuals/sprite": {} }, @@ -114997,7 +114997,7 @@ [ "_not_", { - "_index": 6013, + "_index": 2371, "data": { "manuals/hot-reload": {} }, @@ -115007,7 +115007,7 @@ [ "_ogg", { - "_index": 5668, + "_index": 3497, "data": { "manuals/sound": {} }, @@ -115017,7 +115017,7 @@ [ "_overrides_", { - "_index": 2657, + "_index": 2906, "data": { "manuals/gui-layouts": {} }, @@ -115027,7 +115027,7 @@ [ "_parent", { - "_index": 8494, + "_index": 9625, "data": { "ref/stable/sys": {} }, @@ -115037,7 +115037,7 @@ [ "_path", { - "_index": 5789, + "_index": 3950, "data": { "manuals/live-update-scripting": {} }, @@ -115047,7 +115047,7 @@ [ "_path_", { - "_index": 4550, + "_index": 6000, "data": { "manuals/building-blocks": {} }, @@ -115057,7 +115057,7 @@ [ "_performant_", { - "_index": 4133, + "_index": 5928, "data": { "manuals/model": {} }, @@ -115067,7 +115067,7 @@ [ "_phase", { - "_index": 5718, + "_index": 3553, "data": { "manuals/sound": {} }, @@ -115077,7 +115077,7 @@ [ "_projection", { - "_index": 967, + "_index": 2654, "data": { "manuals/shader": {} }, @@ -115087,7 +115087,7 @@ [ "_security", { - "_index": 3057, + "_index": 5040, "data": { "manuals/live-update-aws": {} }, @@ -115097,7 +115097,7 @@ [ "_self", { - "_index": 8492, + "_index": 9623, "data": { "ref/stable/sys": {} }, @@ -115107,7 +115107,7 @@ [ "_setsize", { - "_index": 8198, + "_index": 10509, "data": { "ref/stable/socket": {} }, @@ -115117,7 +115117,7 @@ [ "_shader", { - "_index": 4135, + "_index": 5930, "data": { "manuals/model": {} }, @@ -115127,7 +115127,7 @@ [ "_spacing_", { - "_index": 4363, + "_index": 4410, "data": { "manuals/tilesource": {} }, @@ -115137,7 +115137,7 @@ [ "_sprite", { - "_index": 332, + "_index": 956, "data": { "manuals/importing-graphics": {} }, @@ -115147,7 +115147,7 @@ [ "_status", { - "_index": 5790, + "_index": 3951, "data": { "manuals/live-update-scripting": {} }, @@ -115157,7 +115157,7 @@ [ "_storage_", { - "_index": 3041, + "_index": 5030, "data": { "manuals/live-update-aws": {} }, @@ -115167,7 +115167,7 @@ [ "_top", { - "_index": 8495, + "_index": 9626, "data": { "ref/stable/sys": {} }, @@ -115177,7 +115177,7 @@ [ "_uri", { - "_index": 5788, + "_index": 3949, "data": { "manuals/live-update-scripting": {} }, @@ -115187,7 +115187,7 @@ [ "_uv", { - "_index": 4827, + "_index": 4808, "data": { "manuals/importing-models": {} }, @@ -115197,7 +115197,7 @@ [ "_version", { - "_index": 8200, + "_index": 10511, "data": { "ref/stable/base": {}, "ref/stable/socket": {} @@ -115208,7 +115208,7 @@ [ "_view", { - "_index": 963, + "_index": 2650, "data": { "manuals/shader": {} }, @@ -115218,7 +115218,7 @@ [ "_wasm.js", { - "_index": 5032, + "_index": 4639, "data": { "manuals/extensions-manifest-merge-tool": {} }, @@ -115228,7 +115228,7 @@ [ "_wave_", { - "_index": 5667, + "_index": 3496, "data": { "manuals/sound": {} }, @@ -115238,7 +115238,7 @@ [ "_webaudio_", { - "_index": 2230, + "_index": 725, "data": { "manuals/html5": {} }, @@ -115248,7 +115248,7 @@ [ "_webgl_", { - "_index": 2237, + "_index": 734, "data": { "manuals/html5": {} }, @@ -115258,7 +115258,7 @@ [ "_will", { - "_index": 4597, + "_index": 5873, "data": { "manuals/debugging-game-logic": {} }, @@ -115268,7 +115268,7 @@ [ "a", { - "_index": 9, + "_index": 79, "data": { "assets/acidrain": {}, "assets/adinfo": {}, @@ -115630,7 +115630,7 @@ [ "a*'s", { - "_index": 4758, + "_index": 3982, "data": { "manuals/physics-resolving-collisions": {} }, @@ -115640,7 +115640,7 @@ [ "a.b.c", { - "_index": 7291, + "_index": 9338, "data": { "ref/stable/base": {}, "ref/stable/package": {} @@ -115651,7 +115651,7 @@ [ "a.v1", { - "_index": 7286, + "_index": 9334, "data": { "ref/stable/package": {} }, @@ -115661,7 +115661,7 @@ [ "a.w", { - "_index": 7688, + "_index": 7381, "data": { "ref/stable/dmVMath": {} }, @@ -115671,7 +115671,7 @@ [ "a.w/b.w", { - "_index": 7675, + "_index": 7375, "data": { "ref/stable/dmVMath": {} }, @@ -115681,7 +115681,7 @@ [ "a.x", { - "_index": 7682, + "_index": 7052, "data": { "ref/stable/dmVMath": {}, "ref/stable/vmath": {} @@ -115692,7 +115692,7 @@ [ "a.x/b.x", { - "_index": 7672, + "_index": 7372, "data": { "ref/stable/dmVMath": {} }, @@ -115702,7 +115702,7 @@ [ "a.y", { - "_index": 7684, + "_index": 7054, "data": { "ref/stable/dmVMath": {}, "ref/stable/vmath": {} @@ -115713,7 +115713,7 @@ [ "a.y/b.y", { - "_index": 7673, + "_index": 7373, "data": { "ref/stable/dmVMath": {} }, @@ -115723,7 +115723,7 @@ [ "a.z", { - "_index": 7686, + "_index": 7056, "data": { "ref/stable/dmVMath": {}, "ref/stable/vmath": {} @@ -115734,7 +115734,7 @@ [ "a.z/b.z", { - "_index": 7674, + "_index": 7374, "data": { "ref/stable/dmVMath": {} }, @@ -115744,7 +115744,7 @@ [ "a[i+1],a[i", { - "_index": 6855, + "_index": 6953, "data": { "ref/stable/table": {} }, @@ -115754,7 +115754,7 @@ [ "a\\000bc\\000", { - "_index": 10156, + "_index": 7163, "data": { "ref/stable/string": {} }, @@ -115764,7 +115764,7 @@ [ "a_q", { - "_index": 2666, + "_index": 2917, "data": { "manuals/gui-layouts": {} }, @@ -115774,7 +115774,7 @@ [ "aab", { - "_index": 4158, + "_index": 3186, "data": { "manuals/android": {}, "manuals/bob": {} @@ -115785,7 +115785,7 @@ [ "aabb", { - "_index": 4536, + "_index": 5655, "data": { "assets/daabbcc": {}, "manuals/mesh": {} @@ -115796,7 +115796,7 @@ [ "aapt2", { - "_index": 4110, + "_index": 5543, "data": { "manuals/extensions-gradle": {} }, @@ -115806,7 +115806,7 @@ [ "aaptexcludepackages", { - "_index": 1331, + "_index": 4684, "data": { "manuals/extensions-ext-manifests": {} }, @@ -115816,7 +115816,7 @@ [ "aaptexcluderesourcedirs", { - "_index": 1335, + "_index": 4686, "data": { "manuals/extensions-ext-manifests": {} }, @@ -115826,7 +115826,7 @@ [ "aaptextrapackages", { - "_index": 1329, + "_index": 4683, "data": { "manuals/extensions-ext-manifests": {} }, @@ -115836,7 +115836,7 @@ [ "abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz", { - "_index": 4961, + "_index": 4767, "data": { "manuals/extensions": {} }, @@ -115846,7 +115846,7 @@ [ "abi", { - "_index": 5474, + "_index": 3618, "data": { "manuals/extensions-best-practices": {} }, @@ -115856,7 +115856,7 @@ [ "ability", { - "_index": 3360, + "_index": 565, "data": { "assets/defgraph": {}, "assets/facebook": {}, @@ -115872,7 +115872,7 @@ [ "able", { - "_index": 943, + "_index": 1767, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/debugging-game-logic": {}, @@ -115898,7 +115898,7 @@ [ "abort", { - "_index": 3816, + "_index": 4382, "data": { "manuals/editor-scripts": {}, "manuals/version-control": {}, @@ -115910,7 +115910,7 @@ [ "about", { - "_index": 317, + "_index": 554, "data": { "assets/push": {}, "examples/animation/easing": {}, @@ -115981,7 +115981,7 @@ [ "above", { - "_index": 1369, + "_index": 1224, "data": { "examples/particles/fire_and_smoke": {}, "examples/physics/hinge_joint": {}, @@ -116023,7 +116023,7 @@ [ "abs", { - "_index": 7690, + "_index": 7224, "data": { "ref/stable/dmMath": {}, "ref/stable/dmVMath": {}, @@ -116035,7 +116035,7 @@ [ "absent", { - "_index": 8093, + "_index": 7173, "data": { "ref/stable/base": {}, "ref/stable/os": {}, @@ -116048,7 +116048,7 @@ [ "absolute", { - "_index": 1153, + "_index": 1979, "data": { "manuals/addressing": {}, "manuals/editor-keyboard-shortcuts": {}, @@ -116072,7 +116072,7 @@ [ "absolutely", { - "_index": 4693, + "_index": 2221, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/addressing": {} @@ -116083,7 +116083,7 @@ [ "abstract", { - "_index": 2966, + "_index": 5282, "data": { "manuals/compute": {} }, @@ -116093,7 +116093,7 @@ [ "ac,ac,ac,ac", { - "_index": 7882, + "_index": 8520, "data": { "ref/stable/render": {} }, @@ -116103,7 +116103,7 @@ [ "ac_username", { - "_index": 5373, + "_index": 5854, "data": { "manuals/macos": {} }, @@ -116113,7 +116113,7 @@ [ "acc_x", { - "_index": 9100, + "_index": 7948, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -116124,7 +116124,7 @@ [ "acc_y", { - "_index": 9101, + "_index": 7949, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -116135,7 +116135,7 @@ [ "acc_z", { - "_index": 9102, + "_index": 7950, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -116146,7 +116146,7 @@ [ "accelerate", { - "_index": 3153, + "_index": 1119, "data": { "manuals/particlefx": {} }, @@ -116156,7 +116156,7 @@ [ "acceleration", { - "_index": 3210, + "_index": 1234, "data": { "examples/particles/confetti": {}, "examples/particles/fire_and_smoke": {}, @@ -116169,7 +116169,7 @@ [ "accelerometer", { - "_index": 20, + "_index": 4456, "data": { "manuals/input": {}, "manuals/optimization-battery": {}, @@ -116182,7 +116182,7 @@ [ "accept", { - "_index": 2425, + "_index": 29, "data": { "manuals/debugging-native-code-ios": {}, "manuals/getting-help": {}, @@ -116197,7 +116197,7 @@ [ "acceptable", { - "_index": 5063, + "_index": 2931, "data": { "manuals/extensions-best-practices": {}, "manuals/optimization": {} @@ -116208,7 +116208,7 @@ [ "accepted", { - "_index": 7045, + "_index": 7457, "data": { "ref/stable/base": {}, "ref/stable/dmHash": {}, @@ -116221,7 +116221,7 @@ [ "accepting", { - "_index": 6518, + "_index": 6497, "data": { "assets/rustore-billing": {} }, @@ -116231,7 +116231,7 @@ [ "accepts", { - "_index": 2982, + "_index": 3425, "data": { "manuals/addressing": {}, "manuals/compute": {}, @@ -116245,7 +116245,7 @@ [ "access", { - "_index": 969, + "_index": 895, "data": { "assets/cafebazaar": {}, "assets/clipboard": {}, @@ -116287,7 +116287,7 @@ [ "accessed", { - "_index": 665, + "_index": 2517, "data": { "manuals/bundling": {}, "manuals/caching-assets": {}, @@ -116302,7 +116302,7 @@ [ "accesses", { - "_index": 3506, + "_index": 3054, "data": { "manuals/ios": {} }, @@ -116312,7 +116312,7 @@ [ "accessible", { - "_index": 2779, + "_index": 1859, "data": { "manuals/application-security": {}, "manuals/glossary": {}, @@ -116324,7 +116324,7 @@ [ "accessing", { - "_index": 1347, + "_index": 3679, "data": { "manuals/editor-scripts": {}, "manuals/extensions-ext-manifests": {}, @@ -116339,7 +116339,7 @@ [ "accommodate", { - "_index": 5532, + "_index": 3858, "data": { "manuals/physics": {} }, @@ -116349,7 +116349,7 @@ [ "accomplished", { - "_index": 3293, + "_index": 5096, "data": { "manuals/flash": {} }, @@ -116359,7 +116359,7 @@ [ "according", { - "_index": 2010, + "_index": 288, "data": { "manuals/application-security": {}, "manuals/bob": {}, @@ -116391,7 +116391,7 @@ [ "accordingly", { - "_index": 3536, + "_index": 1601, "data": { "examples/render/orbit_camera": {}, "manuals/debugging-native-code-ios": {}, @@ -116406,7 +116406,7 @@ [ "account", { - "_index": 420, + "_index": 2954, "data": { "examples/particles/fire_and_smoke": {}, "manuals/caching-assets": {}, @@ -116425,7 +116425,7 @@ [ "accounting", { - "_index": 8081, + "_index": 10406, "data": { "ref/stable/socket": {} }, @@ -116435,7 +116435,7 @@ [ "accounts", { - "_index": 1389, + "_index": 4022, "data": { "assets/nakama": {}, "manuals/extender-local-setup": {} @@ -116446,7 +116446,7 @@ [ "accumulate", { - "_index": 4765, + "_index": 3990, "data": { "manuals/physics-resolving-collisions": {} }, @@ -116456,7 +116456,7 @@ [ "accumulated", { - "_index": 4768, + "_index": 3993, "data": { "manuals/physics-resolving-collisions": {} }, @@ -116466,7 +116466,7 @@ [ "accumulating", { - "_index": 4772, + "_index": 3995, "data": { "manuals/physics-resolving-collisions": {} }, @@ -116476,7 +116476,7 @@ [ "accuracy", { - "_index": 6473, + "_index": 6433, "data": { "assets/panthera": {} }, @@ -116486,7 +116486,7 @@ [ "accurate", { - "_index": 4073, + "_index": 2567, "data": { "manuals/optimization-memory": {}, "manuals/profiling": {} @@ -116497,7 +116497,7 @@ [ "achieve", { - "_index": 1063, + "_index": 883, "data": { "manuals/font": {}, "manuals/html5": {}, @@ -116512,7 +116512,7 @@ [ "achieved", { - "_index": 2335, + "_index": 920, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/compute": {}, @@ -116526,7 +116526,7 @@ [ "achievement", { - "_index": 6509, + "_index": 6279, "data": { "assets/feat": {} }, @@ -116536,7 +116536,7 @@ [ "achievements", { - "_index": 1676, + "_index": 4109, "data": { "assets/gog-galaxy": {}, "assets/googleplaygameservices": {}, @@ -116549,7 +116549,7 @@ [ "achieves", { - "_index": 1048, + "_index": 2702, "data": { "manuals/shader": {} }, @@ -116559,7 +116559,7 @@ [ "acid", { - "_index": 6389, + "_index": 6495, "data": { "assets/acidrain": {} }, @@ -116569,7 +116569,7 @@ [ "acidrain", { - "_index": 6388, + "_index": 6494, "data": { "assets/acidrain": {} }, @@ -116579,7 +116579,7 @@ [ "ack", { - "_index": 7739, + "_index": 10006, "data": { "ref/stable/dmSocket": {} }, @@ -116589,7 +116589,7 @@ [ "acl", { - "_index": 3063, + "_index": 5045, "data": { "manuals/live-update-aws": {} }, @@ -116599,7 +116599,7 @@ [ "acos", { - "_index": 9716, + "_index": 7226, "data": { "ref/stable/math": {} }, @@ -116609,7 +116609,7 @@ [ "acquire", { - "_index": 2003, + "_index": 5971, "data": { "manuals/input": {}, "ref/stable/go": {}, @@ -116621,7 +116621,7 @@ [ "acquire_input_focus", { - "_index": 2001, + "_index": 5970, "data": { "manuals/input": {}, "ref/stable/go": {}, @@ -116633,7 +116633,7 @@ [ "acquired", { - "_index": 2007, + "_index": 1772, "data": { "manuals/debugging-game-logic": {}, "manuals/input": {}, @@ -116645,7 +116645,7 @@ [ "acquireinstanceindex", { - "_index": 9420, + "_index": 9054, "data": { "ref/stable/dmGameObject": {} }, @@ -116655,7 +116655,7 @@ [ "acquirer", { - "_index": 1966, + "_index": 5964, "data": { "manuals/input": {} }, @@ -116665,7 +116665,7 @@ [ "acquires", { - "_index": 2057, + "_index": 4726, "data": { "examples/render/orbit_camera": {}, "manuals/collection-proxy": {}, @@ -116677,7 +116677,7 @@ [ "acquiring", { - "_index": 1964, + "_index": 5963, "data": { "manuals/input": {} }, @@ -116687,7 +116687,7 @@ [ "across", { - "_index": 1036, + "_index": 2700, "data": { "manuals/compute": {}, "manuals/glossary": {}, @@ -116703,7 +116703,7 @@ [ "act", { - "_index": 5282, + "_index": 1023, "data": { "manuals/editor-scripts": {}, "manuals/physics-ray-casts": {} @@ -116714,7 +116714,7 @@ [ "acting", { - "_index": 9263, + "_index": 7776, "data": { "ref/stable/gui": {} }, @@ -116724,7 +116724,7 @@ [ "action", { - "_index": 1556, + "_index": 1279, "data": { "manuals/camera": {}, "manuals/editor-scripts": {}, @@ -116749,7 +116749,7 @@ [ "action.acc_x", { - "_index": 1997, + "_index": 5967, "data": { "manuals/input": {} }, @@ -116759,7 +116759,7 @@ [ "action.acc_y", { - "_index": 1998, + "_index": 5968, "data": { "manuals/input": {} }, @@ -116769,7 +116769,7 @@ [ "action.acc_z", { - "_index": 1999, + "_index": 5969, "data": { "manuals/input": {} }, @@ -116779,7 +116779,7 @@ [ "action.pressed", { - "_index": 2014, + "_index": 1904, "data": { "manuals/flipbook-animation": {}, "manuals/input": {}, @@ -116793,7 +116793,7 @@ [ "action.released", { - "_index": 2120, + "_index": 1905, "data": { "manuals/flipbook-animation": {}, "manuals/input-key-and-text": {}, @@ -116805,7 +116805,7 @@ [ "action.text", { - "_index": 3774, + "_index": 1915, "data": { "manuals/input-key-and-text": {} }, @@ -116815,7 +116815,7 @@ [ "action.touch", { - "_index": 2147, + "_index": 4480, "data": { "manuals/input-mouse-and-touch": {} }, @@ -116825,7 +116825,7 @@ [ "action.value", { - "_index": 2121, + "_index": 4467, "data": { "manuals/input-mouse-and-touch": {} }, @@ -116835,7 +116835,7 @@ [ "action.x", { - "_index": 2054, + "_index": 4474, "data": { "manuals/input": {}, "manuals/input-mouse-and-touch": {} @@ -116846,7 +116846,7 @@ [ "action.y", { - "_index": 2055, + "_index": 4475, "data": { "manuals/input": {}, "manuals/input-mouse-and-touch": {} @@ -116857,7 +116857,7 @@ [ "action_id", { - "_index": 1996, + "_index": 1903, "data": { "manuals/flipbook-animation": {}, "manuals/input": {}, @@ -116873,7 +116873,7 @@ [ "actions", { - "_index": 1606, + "_index": 1895, "data": { "manuals/collection-proxy": {}, "manuals/editor-scripts": {}, @@ -116895,7 +116895,7 @@ [ "actionscript", { - "_index": 3257, + "_index": 5069, "data": { "manuals/flash": {} }, @@ -116916,7 +116916,7 @@ [ "active", { - "_index": 1839, + "_index": 1973, "data": { "assets/webmonetization": {}, "examples/render/camera": {}, @@ -116941,7 +116941,7 @@ [ "activelines", { - "_index": 6974, + "_index": 9490, "data": { "ref/stable/debug": {} }, @@ -116951,7 +116951,7 @@ [ "actively", { - "_index": 2030, + "_index": 2437, "data": { "manuals/input": {}, "manuals/microsoft-xbox": {}, @@ -116964,7 +116964,7 @@ [ "activity", { - "_index": 4087, + "_index": 4286, "data": { "manuals/profiling": {}, "ref/stable/dmAndroid": {} @@ -116975,7 +116975,7 @@ [ "acts", { - "_index": 4578, + "_index": 5223, "data": { "examples/collection/proxy": {}, "examples/collection/splash": {}, @@ -116988,7 +116988,7 @@ [ "actual", { - "_index": 3341, + "_index": 1698, "data": { "manuals/debugging-native-code-android": {}, "manuals/flash": {}, @@ -117011,7 +117011,7 @@ [ "actually", { - "_index": 2329, + "_index": 900, "data": { "manuals/debugging-game-logic": {}, "manuals/html5": {}, @@ -117025,7 +117025,7 @@ [ "ad", { - "_index": 5620, + "_index": 2074, "data": { "assets/adinfo": {}, "assets/cas-ai": {}, @@ -117039,7 +117039,7 @@ [ "ad/ka,ad/ka,ad/ka,ad/ka", { - "_index": 7877, + "_index": 8519, "data": { "ref/stable/render": {} }, @@ -117049,7 +117049,7 @@ [ "adapt", { - "_index": 4718, + "_index": 2256, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/glossary": {} @@ -117060,7 +117060,7 @@ [ "adapter", { - "_index": 3040, + "_index": 1987, "data": { "manuals/compute": {}, "manuals/editor-preferences": {}, @@ -117072,7 +117072,7 @@ [ "adapters", { - "_index": 3036, + "_index": 5337, "data": { "manuals/compute": {} }, @@ -117082,7 +117082,7 @@ [ "adaptive", { - "_index": 4715, + "_index": 2252, "data": { "manuals/adapting-graphics-to-screen-size": {} }, @@ -117092,7 +117092,7 @@ [ "adb", { - "_index": 4785, + "_index": 2022, "data": { "manuals/android": {}, "manuals/debugging-native-code": {}, @@ -117104,7 +117104,7 @@ [ "adb.md", { - "_index": 5430, + "_index": 6080, "data": { "manuals/android": {} }, @@ -117114,7 +117114,7 @@ [ "add", { - "_index": 680, + "_index": 110, "data": { "assets/editorscriptatlas": {}, "examples/gui/healthbar": {}, @@ -117178,7 +117178,7 @@ [ "add_mount", { - "_index": 6774, + "_index": 9704, "data": { "ref/stable/liveupdate": {} }, @@ -117188,7 +117188,7 @@ [ "addchild", { - "_index": 3262, + "_index": 5073, "data": { "manuals/flash": {} }, @@ -117198,7 +117198,7 @@ [ "added", { - "_index": 754, + "_index": 199, "data": { "examples/gui/layouts": {}, "examples/material/screenspace": {}, @@ -117252,7 +117252,7 @@ [ "addfile", { - "_index": 6882, + "_index": 8385, "data": { "ref/stable/dmResource": {} }, @@ -117262,7 +117262,7 @@ [ "addhandler", { - "_index": 7608, + "_index": 10013, "data": { "ref/stable/dmWebServer": {} }, @@ -117272,7 +117272,7 @@ [ "adding", { - "_index": 390, + "_index": 591, "data": { "manuals/application-security": {}, "manuals/atlas": {}, @@ -117292,7 +117292,7 @@ [ "addition", { - "_index": 504, + "_index": 2871, "data": { "examples/debug/physics": {}, "examples/particles/confetti": {}, @@ -117320,7 +117320,7 @@ [ "additional", { - "_index": 1273, + "_index": 911, "data": { "assets/webmonetization": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -117350,7 +117350,7 @@ [ "additionally", { - "_index": 3942, + "_index": 1441, "data": { "examples/particles/fire_and_smoke": {}, "examples/render/orbit_camera": {}, @@ -117366,7 +117366,7 @@ [ "additive", { - "_index": 9146, + "_index": 7601, "data": { "ref/stable/gui": {} }, @@ -117376,7 +117376,7 @@ [ "addkeyboardchar", { - "_index": 7149, + "_index": 9412, "data": { "ref/stable/dmHid": {} }, @@ -117386,7 +117386,7 @@ [ "addon", { - "_index": 6421, + "_index": 6593, "data": { "assets/cleanexporter": {} }, @@ -117396,7 +117396,7 @@ [ "addr", { - "_index": 8206, + "_index": 10517, "data": { "ref/stable/socket": {} }, @@ -117406,7 +117406,7 @@ [ "address", { - "_index": 1481, + "_index": 1597, "data": { "manuals/addressing": {}, "manuals/building-blocks": {}, @@ -117433,7 +117433,7 @@ [ "addressed", { - "_index": 5866, + "_index": 4578, "data": { "manuals/glossary": {}, "ref/stable/collectionfactory": {} @@ -117444,7 +117444,7 @@ [ "addressee", { - "_index": 4857, + "_index": 3373, "data": { "manuals/addressing": {} }, @@ -117454,7 +117454,7 @@ [ "addresses", { - "_index": 3254, + "_index": 3351, "data": { "manuals/addressing": {}, "manuals/flash": {}, @@ -117468,7 +117468,7 @@ [ "addressing", { - "_index": 1517, + "_index": 3073, "data": { "manuals/addressing": {}, "manuals/factory": {}, @@ -117483,7 +117483,7 @@ [ "adds", { - "_index": 3556, + "_index": 351, "data": { "assets/defoldandroidpermissions": {}, "assets/editor-script-align": {}, @@ -117518,7 +117518,7 @@ [ "addtorender", { - "_index": 7449, + "_index": 10832, "data": { "ref/stable/dmRender": {} }, @@ -117528,7 +117528,7 @@ [ "addtouch", { - "_index": 7151, + "_index": 9414, "data": { "ref/stable/dmHid": {} }, @@ -117538,7 +117538,7 @@ [ "addvertexstream", { - "_index": 10166, + "_index": 6761, "data": { "ref/stable/dmGraphics": {} }, @@ -117548,7 +117548,7 @@ [ "adextension", { - "_index": 1291, + "_index": 4654, "data": { "manuals/extensions-ext-manifests": {} }, @@ -117558,7 +117558,7 @@ [ "adinfo", { - "_index": 6622, + "_index": 6517, "data": { "assets/adinfo": {} }, @@ -117568,7 +117568,7 @@ [ "adjacent", { - "_index": 3740, + "_index": 1880, "data": { "manuals/render": {} }, @@ -117578,7 +117578,7 @@ [ "adjust", { - "_index": 2451, + "_index": 118, "data": { "assets/adjustsdk": {}, "assets/sparkle-shader": {}, @@ -117599,7 +117599,7 @@ [ "adjust_fit", { - "_index": 9104, + "_index": 7556, "data": { "ref/stable/gui": {} }, @@ -117609,7 +117609,7 @@ [ "adjust_stretch", { - "_index": 9106, + "_index": 7558, "data": { "ref/stable/gui": {} }, @@ -117619,7 +117619,7 @@ [ "adjust_zoom", { - "_index": 9109, + "_index": 7561, "data": { "ref/stable/gui": {} }, @@ -117629,7 +117629,7 @@ [ "adjusted", { - "_index": 4409, + "_index": 131, "data": { "examples/gui/slice9": {}, "examples/particles/confetti": {}, @@ -117644,7 +117644,7 @@ [ "adjusting", { - "_index": 5639, + "_index": 2134, "data": { "examples/render/orbit_camera": {}, "manuals/optimization-size": {} @@ -117655,7 +117655,7 @@ [ "adjustments", { - "_index": 3458, + "_index": 2996, "data": { "manuals/ios": {} }, @@ -117665,7 +117665,7 @@ [ "adjustmode", { - "_index": 9984, + "_index": 8103, "data": { "ref/stable/dmGui": {} }, @@ -117675,7 +117675,7 @@ [ "adjustreference", { - "_index": 9985, + "_index": 8104, "data": { "ref/stable/dmGui": {} }, @@ -117685,7 +117685,7 @@ [ "adjusts", { - "_index": 3191, + "_index": 129, "data": { "examples/render/orbit_camera": {}, "manuals/gui": {}, @@ -117697,7 +117697,7 @@ [ "adjustsdk", { - "_index": 6279, + "_index": 6383, "data": { "assets/adjustsdk": {} }, @@ -117707,7 +117707,7 @@ [ "admob", { - "_index": 5753, + "_index": 2266, "data": { "assets/admob": {}, "assets/admob-defold": {}, @@ -117720,7 +117720,7 @@ [ "adobe", { - "_index": 5576, + "_index": 3879, "data": { "manuals/font": {} }, @@ -117730,7 +117730,7 @@ [ "adopted", { - "_index": 2829, + "_index": 4187, "data": { "manuals/application-security": {} }, @@ -117740,7 +117740,7 @@ [ "ads", { - "_index": 1786, + "_index": 2072, "data": { "assets/admob-defold": {}, "assets/adswrapper": {}, @@ -117759,7 +117759,7 @@ [ "adsupport", { - "_index": 1302, + "_index": 4663, "data": { "manuals/extensions-ext-manifests": {} }, @@ -117769,7 +117769,7 @@ [ "adswrapper", { - "_index": 6294, + "_index": 6742, "data": { "assets/adswrapper": {} }, @@ -117779,7 +117779,7 @@ [ "advance", { - "_index": 505, + "_index": 2343, "data": { "manuals/collection-proxy": {}, "manuals/debugging-game-logic": {}, @@ -117793,7 +117793,7 @@ [ "advanced", { - "_index": 470, + "_index": 1385, "data": { "assets/def-behavior-tree": {}, "assets/monarch": {}, @@ -117810,7 +117810,7 @@ [ "advantage", { - "_index": 3359, + "_index": 5141, "data": { "manuals/flash": {} }, @@ -117820,7 +117820,7 @@ [ "adventure", { - "_index": 6374, + "_index": 6421, "data": { "assets/matchanovel": {}, "assets/textadventuretemplate": {} @@ -117831,7 +117831,7 @@ [ "advertisers", { - "_index": 6623, + "_index": 6519, "data": { "assets/adinfo": {} }, @@ -117841,7 +117841,7 @@ [ "advertising", { - "_index": 6295, + "_index": 6518, "data": { "assets/adinfo": {}, "assets/adswrapper": {} @@ -117852,7 +117852,7 @@ [ "advised", { - "_index": 5625, + "_index": 2092, "data": { "manuals/optimization-size": {}, "manuals/sound": {}, @@ -117864,7 +117864,7 @@ [ "affect", { - "_index": 3156, + "_index": 1124, "data": { "manuals/particlefx": {}, "manuals/physics-events": {}, @@ -117885,7 +117885,7 @@ [ "affected", { - "_index": 2675, + "_index": 1245, "data": { "examples/material/unlit": {}, "manuals/editor-scripts-ui": {}, @@ -117904,7 +117904,7 @@ [ "affecting", { - "_index": 4564, + "_index": 6013, "data": { "manuals/building-blocks": {}, "ref/stable/b2d.body": {} @@ -117915,7 +117915,7 @@ [ "affects", { - "_index": 3152, + "_index": 1118, "data": { "manuals/particlefx": {}, "ref/stable/b2d.body": {} @@ -117926,7 +117926,7 @@ [ "affine", { - "_index": 7699, + "_index": 7387, "data": { "ref/stable/dmVMath": {} }, @@ -117936,7 +117936,7 @@ [ "afresh", { - "_index": 2247, + "_index": 767, "data": { "manuals/html5": {} }, @@ -117946,7 +117946,7 @@ [ "after", { - "_index": 909, + "_index": 496, "data": { "examples/particles/fire_and_smoke": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -117991,7 +117991,7 @@ [ "again", { - "_index": 1236, + "_index": 1134, "data": { "examples/collection/proxy": {}, "manuals/addressing": {}, @@ -118013,7 +118013,7 @@ [ "against", { - "_index": 2638, + "_index": 130, "data": { "assets/editor-script-check-dependencies-versions": {}, "manuals/application-security": {}, @@ -118037,7 +118037,7 @@ [ "age", { - "_index": 8084, + "_index": 10409, "data": { "ref/stable/socket": {} }, @@ -118047,7 +118047,7 @@ [ "agent", { - "_index": 6673, + "_index": 6260, "data": { "assets/webmonetization": {}, "ref/stable/sys": {} @@ -118058,7 +118058,7 @@ [ "aggressively", { - "_index": 2738, + "_index": 4115, "data": { "manuals/application-security": {} }, @@ -118068,7 +118068,7 @@ [ "ahead", { - "_index": 4603, + "_index": 5878, "data": { "manuals/debugging-game-logic": {} }, @@ -118078,7 +118078,7 @@ [ "ai", { - "_index": 4886, + "_index": 3413, "data": { "assets/cas-ai": {}, "assets/slasherprototype": {}, @@ -118090,7 +118090,7 @@ [ "aim", { - "_index": 5229, + "_index": 5435, "data": { "manuals/editor-scripts": {} }, @@ -118100,7 +118100,7 @@ [ "aiming", { - "_index": 2802, + "_index": 4165, "data": { "manuals/application-security": {} }, @@ -118110,7 +118110,7 @@ [ "aims", { - "_index": 6533, + "_index": 6672, "data": { "assets/compat53": {} }, @@ -118120,7 +118120,7 @@ [ "air", { - "_index": 1901, + "_index": 2148, "data": { "manuals/android": {}, "manuals/font": {}, @@ -118133,7 +118133,7 @@ [ "aka", { - "_index": 2861, + "_index": 4213, "data": { "manuals/application-security": {} }, @@ -118143,7 +118143,7 @@ [ "al", { - "_index": 4230, + "_index": 3277, "data": { "manuals/bob": {} }, @@ -118153,7 +118153,7 @@ [ "alert", { - "_index": 4513, + "_index": 5661, "data": { "manuals/dev-app": {} }, @@ -118163,7 +118163,7 @@ [ "algorithm", { - "_index": 5843, + "_index": 4535, "data": { "assets/daabbcc": {}, "assets/defold-tile-raycast": {}, @@ -118178,7 +118178,7 @@ [ "algorithms", { - "_index": 5485, + "_index": 2157, "data": { "manuals/extensions-best-practices": {}, "manuals/optimization-size": {} @@ -118189,7 +118189,7 @@ [ "alias", { - "_index": 4182, + "_index": 3213, "data": { "manuals/android": {}, "manuals/bob": {}, @@ -118203,7 +118203,7 @@ [ "aliases", { - "_index": 4916, + "_index": 4791, "data": { "manuals/extender-docker-images": {} }, @@ -118213,7 +118213,7 @@ [ "aliasing", { - "_index": 2883, + "_index": 6024, "data": { "manuals/material": {} }, @@ -118223,7 +118223,7 @@ [ "alien", { - "_index": 6696, + "_index": 6343, "data": { "assets/alienworld": {} }, @@ -118233,7 +118233,7 @@ [ "alienworld", { - "_index": 6695, + "_index": 6342, "data": { "assets/alienworld": {} }, @@ -118243,7 +118243,7 @@ [ "align", { - "_index": 6481, + "_index": 6263, "data": { "assets/editor-script-align": {}, "ref/stable/dmAlign": {} @@ -118254,7 +118254,7 @@ [ "aligned", { - "_index": 79, + "_index": 369, "data": { "manuals/editor-scripts-ui": {}, "manuals/glossary": {}, @@ -118273,7 +118273,7 @@ [ "alignedfree", { - "_index": 8267, + "_index": 7340, "data": { "ref/stable/dmMemory": {} }, @@ -118283,7 +118283,7 @@ [ "alignedmalloc", { - "_index": 8270, + "_index": 7343, "data": { "ref/stable/dmMemory": {} }, @@ -118293,7 +118293,7 @@ [ "alignment", { - "_index": 56, + "_index": 1035, "data": { "manuals/bob": {}, "manuals/editor-scripts-ui": {}, @@ -118310,7 +118310,7 @@ [ "alive", { - "_index": 10090, + "_index": 9973, "data": { "ref/stable/dmConnectionPool": {}, "ref/stable/particlefx": {} @@ -118321,7 +118321,7 @@ [ "all", { - "_index": 224, + "_index": 52, "data": { "assets/colorlib": {}, "assets/defold-index": {}, @@ -118443,7 +118443,7 @@ [ "allocate", { - "_index": 5036, + "_index": 2563, "data": { "manuals/optimization-memory": {}, "ref/stable/dmBuffer": {}, @@ -118460,7 +118460,7 @@ [ "allocated", { - "_index": 610, + "_index": 2565, "data": { "manuals/app-manifest": {}, "manuals/glossary": {}, @@ -118479,7 +118479,7 @@ [ "allocates", { - "_index": 2187, + "_index": 625, "data": { "manuals/html5": {}, "ref/stable/dmGameObject": {}, @@ -118491,7 +118491,7 @@ [ "allocation", { - "_index": 8271, + "_index": 7346, "data": { "ref/stable/dmArray": {}, "ref/stable/dmMemory": {} @@ -118502,7 +118502,7 @@ [ "allocations", { - "_index": 4090, + "_index": 4289, "data": { "manuals/profiling": {} }, @@ -118512,7 +118512,7 @@ [ "allocator", { - "_index": 8633, + "_index": 10159, "data": { "ref/stable/dmHash": {} }, @@ -118522,7 +118522,7 @@ [ "alloctls", { - "_index": 7652, + "_index": 10241, "data": { "ref/stable/dmThread": {} }, @@ -118532,7 +118532,7 @@ [ "allow", { - "_index": 446, + "_index": 1364, "data": { "assets/cjson": {}, "assets/def-behavior-tree": {}, @@ -118558,7 +118558,7 @@ [ "allow_memory_growth", { - "_index": 613, + "_index": 5241, "data": { "manuals/app-manifest": {} }, @@ -118568,7 +118568,7 @@ [ "allowed", { - "_index": 1324, + "_index": 1510, "data": { "manuals/bob": {}, "manuals/editor-scripts": {}, @@ -118589,7 +118589,7 @@ [ "allowing", { - "_index": 2343, + "_index": 587, "data": { "examples/render/orbit_camera": {}, "manuals/compute": {}, @@ -118608,7 +118608,7 @@ [ "allows", { - "_index": 60, + "_index": 433, "data": { "assets/adswrapper": {}, "assets/apkverifier": {}, @@ -118668,7 +118668,7 @@ [ "almost", { - "_index": 1414, + "_index": 3431, "data": { "manuals/addressing": {}, "manuals/extender-local-setup": {}, @@ -118680,7 +118680,7 @@ [ "alone", { - "_index": 1508, + "_index": 2975, "data": { "manuals/android": {}, "manuals/extender-local-setup": {}, @@ -118693,7 +118693,7 @@ [ "along", { - "_index": 242, + "_index": 305, "data": { "examples/sound/panning": {}, "manuals/editor": {}, @@ -118720,7 +118720,7 @@ [ "alongside", { - "_index": 4057, + "_index": 3420, "data": { "manuals/addressing": {}, "manuals/editor": {}, @@ -118732,7 +118732,7 @@ [ "alpha", { - "_index": 845, + "_index": 320, "data": { "examples/gui/color": {}, "examples/particles/confetti": {}, @@ -118757,7 +118757,7 @@ [ "already", { - "_index": 219, + "_index": 469, "data": { "assets/defold-cairo": {}, "manuals/debugging-game-logic": {}, @@ -118794,7 +118794,7 @@ [ "also", { - "_index": 256, + "_index": 108, "data": { "assets/adinfo": {}, "assets/derez": {}, @@ -118904,7 +118904,7 @@ [ "alt", { - "_index": 2454, + "_index": 519, "data": { "manuals/atlas": {}, "manuals/editor": {}, @@ -118916,7 +118916,7 @@ [ "alter", { - "_index": 3717, + "_index": 262, "data": { "manuals/building-blocks": {}, "manuals/glossary": {}, @@ -118930,7 +118930,7 @@ [ "altered", { - "_index": 4450, + "_index": 375, "data": { "examples/particles/modifiers": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -118944,7 +118944,7 @@ [ "altering", { - "_index": 4475, + "_index": 508, "data": { "manuals/gui": {}, "ref/stable/dmArray": {} @@ -118955,7 +118955,7 @@ [ "alternative", { - "_index": 794, + "_index": 997, "data": { "assets/defold-ink": {}, "examples/factory/dynamic": {}, @@ -118971,7 +118971,7 @@ [ "alternatively", { - "_index": 800, + "_index": 4325, "data": { "manuals/editor-scripts": {}, "manuals/factory": {}, @@ -118983,7 +118983,7 @@ [ "alters", { - "_index": 7030, + "_index": 7442, "data": { "ref/stable/gui": {}, "ref/stable/physics": {} @@ -118994,7 +118994,7 @@ [ "although", { - "_index": 5141, + "_index": 5349, "data": { "manuals/editor-scripts": {}, "ref/stable/socket": {} @@ -119005,7 +119005,7 @@ [ "altool", { - "_index": 5369, + "_index": 5850, "data": { "manuals/macos": {} }, @@ -119015,7 +119015,7 @@ [ "always", { - "_index": 1200, + "_index": 459, "data": { "examples/movement/look_at": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -119060,7 +119060,7 @@ [ "always_on_top.font", { - "_index": 3727, + "_index": 1855, "data": { "manuals/render": {} }, @@ -119070,7 +119070,7 @@ [ "am", { - "_index": 5462, + "_index": 2047, "data": { "manuals/physics-messages": {} }, @@ -119080,7 +119080,7 @@ [ "amazon", { - "_index": 1807, + "_index": 3312, "data": { "assets/defvungle": {}, "manuals/live-update": {}, @@ -119093,7 +119093,7 @@ [ "amazon\u2019s", { - "_index": 6463, + "_index": 6620, "data": { "assets/iap": {} }, @@ -119103,7 +119103,7 @@ [ "ambiguous", { - "_index": 4850, + "_index": 3364, "data": { "manuals/addressing": {} }, @@ -119113,7 +119113,7 @@ [ "ambition", { - "_index": 4835, + "_index": 4817, "data": { "manuals/importing-models": {} }, @@ -119123,7 +119123,7 @@ [ "americas", { - "_index": 1628, + "_index": 4822, "data": { "manuals/porting-guidelines": {} }, @@ -119133,7 +119133,7 @@ [ "ammo", { - "_index": 2806, + "_index": 4169, "data": { "manuals/application-security": {}, "manuals/flash": {} @@ -119144,7 +119144,7 @@ [ "among", { - "_index": 2845, + "_index": 1211, "data": { "manuals/application-security": {}, "manuals/flash": {}, @@ -119160,7 +119160,7 @@ [ "amotion_event_axis_hat_x", { - "_index": 130, + "_index": 2577, "data": { "manuals/input-gamepads": {} }, @@ -119170,7 +119170,7 @@ [ "amotion_event_axis_hat_y", { - "_index": 132, + "_index": 2578, "data": { "manuals/input-gamepads": {} }, @@ -119180,7 +119180,7 @@ [ "amotion_event_axis_ltrigger", { - "_index": 126, + "_index": 2575, "data": { "manuals/input-gamepads": {} }, @@ -119190,7 +119190,7 @@ [ "amotion_event_axis_rtrigger", { - "_index": 128, + "_index": 2576, "data": { "manuals/input-gamepads": {} }, @@ -119200,7 +119200,7 @@ [ "amotion_event_axis_rz", { - "_index": 124, + "_index": 2574, "data": { "manuals/input-gamepads": {} }, @@ -119210,7 +119210,7 @@ [ "amotion_event_axis_x", { - "_index": 118, + "_index": 2571, "data": { "manuals/input-gamepads": {} }, @@ -119220,7 +119220,7 @@ [ "amotion_event_axis_y", { - "_index": 120, + "_index": 2572, "data": { "manuals/input-gamepads": {} }, @@ -119230,7 +119230,7 @@ [ "amotion_event_axis_z", { - "_index": 122, + "_index": 2573, "data": { "manuals/input-gamepads": {} }, @@ -119240,7 +119240,7 @@ [ "amount", { - "_index": 615, + "_index": 627, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/app-manifest": {}, @@ -119267,7 +119267,7 @@ [ "amp", { - "_index": 7954, + "_index": 8582, "data": { "ref/stable/render": {} }, @@ -119277,7 +119277,7 @@ [ "an", { - "_index": 300, + "_index": 241, "data": { "assets/adinfo": {}, "assets/dashdocsetfordefold": {}, @@ -119449,7 +119449,7 @@ [ "analog", { - "_index": 2155, + "_index": 4484, "data": { "manuals/input-mouse-and-touch": {} }, @@ -119459,7 +119459,7 @@ [ "analogous", { - "_index": 641, + "_index": 2510, "data": { "manuals/collection-factory": {} }, @@ -119469,7 +119469,7 @@ [ "analogue", { - "_index": 9093, + "_index": 7939, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -119480,7 +119480,7 @@ [ "analysis", { - "_index": 2800, + "_index": 4164, "data": { "examples/debug/profile": {}, "manuals/application-security": {} @@ -119491,7 +119491,7 @@ [ "analytics", { - "_index": 5541, + "_index": 2281, "data": { "assets/gameanalytics": {}, "assets/googleanalytics": {}, @@ -119505,7 +119505,7 @@ [ "analyze", { - "_index": 4036, + "_index": 1937, "data": { "manuals/debugging": {}, "manuals/debugging-game-logic": {}, @@ -119519,7 +119519,7 @@ [ "analyzer", { - "_index": 4075, + "_index": 4273, "data": { "manuals/profiling": {} }, @@ -119529,7 +119529,7 @@ [ "anativeactivity", { - "_index": 7633, + "_index": 7994, "data": { "ref/stable/dmAndroid": {} }, @@ -119539,7 +119539,7 @@ [ "anatomy", { - "_index": 5146, + "_index": 5353, "data": { "manuals/editor-scripts": {} }, @@ -119549,7 +119549,7 @@ [ "anchor", { - "_index": 4448, + "_index": 370, "data": { "examples/gui/healthbar": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -119564,7 +119564,7 @@ [ "anchor_bottom", { - "_index": 9111, + "_index": 7564, "data": { "ref/stable/gui": {} }, @@ -119574,7 +119574,7 @@ [ "anchor_left", { - "_index": 9113, + "_index": 7566, "data": { "ref/stable/gui": {} }, @@ -119584,7 +119584,7 @@ [ "anchor_none", { - "_index": 9115, + "_index": 7568, "data": { "ref/stable/gui": {} }, @@ -119594,7 +119594,7 @@ [ "anchor_right", { - "_index": 9117, + "_index": 7570, "data": { "ref/stable/gui": {} }, @@ -119604,7 +119604,7 @@ [ "anchor_top", { - "_index": 9119, + "_index": 7572, "data": { "ref/stable/gui": {} }, @@ -119614,7 +119614,7 @@ [ "anchored", { - "_index": 4472, + "_index": 478, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/gui": {} @@ -119625,7 +119625,7 @@ [ "anchoring", { - "_index": 4449, + "_index": 372, "data": { "manuals/gui": {} }, @@ -119635,7 +119635,7 @@ [ "anchors", { - "_index": 4464, + "_index": 431, "data": { "manuals/gui": {} }, @@ -119645,7 +119645,7 @@ [ "and", { - "_index": 16, + "_index": 59, "data": { "assets/2dcollisions": {}, "assets/3deforms": {}, @@ -119996,7 +119996,7 @@ [ "and/or", { - "_index": 4126, + "_index": 2078, "data": { "manuals/building-blocks": {}, "manuals/glossary": {}, @@ -120018,7 +120018,7 @@ [ "anded", { - "_index": 7831, + "_index": 8484, "data": { "ref/stable/render": {} }, @@ -120028,7 +120028,7 @@ [ "android", { - "_index": 573, + "_index": 2024, "data": { "assets/applovin-max": {}, "assets/batterystatus": {}, @@ -120076,7 +120076,7 @@ [ "android,arm64", { - "_index": 4222, + "_index": 3264, "data": { "manuals/bob": {} }, @@ -120086,7 +120086,7 @@ [ "android.debuggable", { - "_index": 4263, + "_index": 5502, "data": { "manuals/debugging-native-code-android": {} }, @@ -120096,7 +120096,7 @@ [ "android.permission.access_network_state", { - "_index": 5440, + "_index": 6089, "data": { "manuals/android": {} }, @@ -120106,7 +120106,7 @@ [ "android.permission.internet", { - "_index": 5439, + "_index": 6088, "data": { "manuals/android": {} }, @@ -120116,7 +120116,7 @@ [ "android.permission.wake_lock", { - "_index": 5442, + "_index": 6091, "data": { "manuals/android": {} }, @@ -120126,7 +120126,7 @@ [ "android/libdmengine.so", { - "_index": 4283, + "_index": 5514, "data": { "manuals/debugging-native-code-android": {} }, @@ -120136,7 +120136,7 @@ [ "android:debuggable", { - "_index": 4092, + "_index": 4291, "data": { "manuals/profiling": {} }, @@ -120146,7 +120146,7 @@ [ "android:targetsdkversion", { - "_index": 5006, + "_index": 4610, "data": { "manuals/extensions-manifest-merge-tool": {} }, @@ -120156,7 +120156,7 @@ [ "android_app", { - "_index": 10189, + "_index": 6788, "data": { "ref/stable/dmGraphics": {} }, @@ -120166,7 +120166,7 @@ [ "android_id", { - "_index": 8459, + "_index": 9591, "data": { "ref/stable/sys": {} }, @@ -120176,7 +120176,7 @@ [ "androideabi", { - "_index": 4278, + "_index": 5510, "data": { "manuals/debugging-native-code-android": {} }, @@ -120186,7 +120186,7 @@ [ "androidmanifest.xml", { - "_index": 4093, + "_index": 4292, "data": { "manuals/android": {}, "manuals/profiling": {} @@ -120197,7 +120197,7 @@ [ "androidx", { - "_index": 5448, + "_index": 6096, "data": { "manuals/android": {} }, @@ -120207,7 +120207,7 @@ [ "angelcode", { - "_index": 5575, + "_index": 3878, "data": { "manuals/font": {} }, @@ -120217,7 +120217,7 @@ [ "angle", { - "_index": 1221, + "_index": 316, "data": { "assets/sparkle-shader": {}, "examples/movement/look_at": {}, @@ -120239,7 +120239,7 @@ [ "angles", { - "_index": 5304, + "_index": 2590, "data": { "manuals/properties": {}, "ref/stable/go": {}, @@ -120252,7 +120252,7 @@ [ "angular", { - "_index": 1908, + "_index": 1231, "data": { "manuals/particlefx": {}, "manuals/physics-objects": {}, @@ -120265,7 +120265,7 @@ [ "angular_damping", { - "_index": 1931, + "_index": 2321, "data": { "manuals/physics-objects": {}, "ref/stable/physics": {} @@ -120276,7 +120276,7 @@ [ "angular_velocity", { - "_index": 1932, + "_index": 2322, "data": { "manuals/physics-objects": {}, "ref/stable/physics": {} @@ -120287,7 +120287,7 @@ [ "anim", { - "_index": 4370, + "_index": 4417, "data": { "manuals/tilesource": {} }, @@ -120297,7 +120297,7 @@ [ "animate", { - "_index": 1537, + "_index": 3084, "data": { "assets/sparkle-shader": {}, "manuals/animation": {}, @@ -120315,7 +120315,7 @@ [ "animated", { - "_index": 452, + "_index": 258, "data": { "examples/collection/timestep": {}, "examples/material/vertexcolor": {}, @@ -120335,7 +120335,7 @@ [ "animates", { - "_index": 6139, + "_index": 6168, "data": { "examples/animation/cursor": {}, "examples/physics/trigger": {}, @@ -120347,7 +120347,7 @@ [ "animating", { - "_index": 536, + "_index": 1170, "data": { "examples/gui/slice9": {}, "manuals/model-animation": {}, @@ -120361,7 +120361,7 @@ [ "animation", { - "_index": 310, + "_index": 215, "data": { "assets/panthera": {}, "assets/panthera20": {}, @@ -120399,7 +120399,7 @@ [ "animation/image", { - "_index": 3097, + "_index": 2500, "data": { "manuals/flipbook-animation": {} }, @@ -120409,7 +120409,7 @@ [ "animation_done", { - "_index": 10327, + "_index": 6955, "data": { "ref/stable/sprite": {} }, @@ -120419,7 +120419,7 @@ [ "animation_id", { - "_index": 10887, + "_index": 9759, "data": { "ref/stable/model": {} }, @@ -120429,7 +120429,7 @@ [ "animations", { - "_index": 335, + "_index": 959, "data": { "assets/deftimeline": {}, "assets/panthera": {}, @@ -120462,7 +120462,7 @@ [ "animationset", { - "_index": 484, + "_index": 4511, "data": { "manuals/glossary": {}, "manuals/importing-models": {}, @@ -120474,7 +120474,7 @@ [ "animator", { - "_index": 6680, + "_index": 6648, "data": { "assets/tilemapanimator": {} }, @@ -120484,7 +120484,7 @@ [ "anisotropic", { - "_index": 2905, + "_index": 6041, "data": { "manuals/material": {} }, @@ -120494,7 +120494,7 @@ [ "anisotropy", { - "_index": 2904, + "_index": 6040, "data": { "manuals/material": {} }, @@ -120504,7 +120504,7 @@ [ "annotations", { - "_index": 4312, + "_index": 3163, "data": { "manuals/writing-code": {} }, @@ -120514,7 +120514,7 @@ [ "anonymous", { - "_index": 3045, + "_index": 5031, "data": { "manuals/live-update-aws": {} }, @@ -120524,7 +120524,7 @@ [ "another", { - "_index": 328, + "_index": 534, "data": { "examples/basics/z_order": {}, "examples/factory/dynamic": {}, @@ -120568,7 +120568,7 @@ [ "another.script", { - "_index": 2358, + "_index": 5634, "data": { "manuals/script-properties": {} }, @@ -120578,7 +120578,7 @@ [ "ansi", { - "_index": 7302, + "_index": 7280, "data": { "ref/stable/math": {}, "ref/stable/package": {} @@ -120589,7 +120589,7 @@ [ "answer", { - "_index": 3949, + "_index": 1450, "data": { "manuals/editor-scripts-ui": {} }, @@ -120599,7 +120599,7 @@ [ "anti", { - "_index": 2814, + "_index": 4176, "data": { "manuals/application-security": {} }, @@ -120609,7 +120609,7 @@ [ "antialiased", { - "_index": 5587, + "_index": 3894, "data": { "manuals/font": {}, "ref/stable/render": {} @@ -120620,7 +120620,7 @@ [ "any", { - "_index": 46, + "_index": 60, "data": { "assets/def-behavior-tree": {}, "assets/defgraph": {}, @@ -120740,7 +120740,7 @@ [ "any[]array", { - "_index": 10803, + "_index": 8958, "data": { "ref/stable/editor": {} }, @@ -120750,7 +120750,7 @@ [ "anymore", { - "_index": 1113, + "_index": 2495, "data": { "examples/timer/cancel_timer": {}, "manuals/flipbook-animation": {}, @@ -120764,7 +120764,7 @@ [ "anyone", { - "_index": 3417, + "_index": 1573, "data": { "manuals/ios": {}, "manuals/macos": {}, @@ -120776,7 +120776,7 @@ [ "anyselected", { - "_index": 10800, + "_index": 8955, "data": { "ref/stable/editor": {} }, @@ -120786,7 +120786,7 @@ [ "anything", { - "_index": 865, + "_index": 1797, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/input": {}, @@ -120807,7 +120807,7 @@ [ "anytime", { - "_index": 6014, + "_index": 2376, "data": { "manuals/hot-reload": {} }, @@ -120817,7 +120817,7 @@ [ "anyvalue", { - "_index": 10720, + "_index": 8874, "data": { "ref/stable/editor": {} }, @@ -120827,7 +120827,7 @@ [ "anyvalueon_value_changed", { - "_index": 10776, + "_index": 8931, "data": { "ref/stable/editor": {} }, @@ -120837,7 +120837,7 @@ [ "anyways", { - "_index": 5749, + "_index": 3828, "data": { "manuals/sprite": {} }, @@ -120847,7 +120847,7 @@ [ "anywhere", { - "_index": 1163, + "_index": 1819, "data": { "examples/timer/cancel_timer": {}, "examples/timer/trigger_timer": {}, @@ -120861,7 +120861,7 @@ [ "apart", { - "_index": 807, + "_index": 3802, "data": { "manuals/bundling": {}, "manuals/extensions-ext-manifests": {}, @@ -120877,7 +120877,7 @@ [ "apathfinding", { - "_index": 6514, + "_index": 6248, "data": { "assets/apathfinding": {} }, @@ -120887,7 +120887,7 @@ [ "api", { - "_index": 1663, + "_index": 735, "data": { "assets/compat53": {}, "assets/dashdocsetfordefold": {}, @@ -120929,7 +120929,7 @@ [ "api.md", { - "_index": 3716, + "_index": 1837, "data": { "manuals/render": {} }, @@ -120939,7 +120939,7 @@ [ "api_version", { - "_index": 8445, + "_index": 9578, "data": { "ref/stable/sys": {} }, @@ -120949,7 +120949,7 @@ [ "apis", { - "_index": 1043, + "_index": 1716, "data": { "assets/camera": {}, "assets/firebase-remoteconfig": {}, @@ -120966,7 +120966,7 @@ [ "apk", { - "_index": 4157, + "_index": 3185, "data": { "assets/apkverifier": {}, "assets/apkx": {}, @@ -120981,7 +120981,7 @@ [ "apks", { - "_index": 4180, + "_index": 2025, "data": { "manuals/android": {}, "manuals/bob": {}, @@ -120994,7 +120994,7 @@ [ "apkverifier", { - "_index": 6442, + "_index": 6665, "data": { "assets/apkverifier": {} }, @@ -121004,7 +121004,7 @@ [ "apkx", { - "_index": 6306, + "_index": 6311, "data": { "assets/apkx": {} }, @@ -121014,7 +121014,7 @@ [ "apk\u2019s", { - "_index": 5614, + "_index": 2058, "data": { "manuals/optimization-size": {} }, @@ -121024,7 +121024,7 @@ [ "app", { - "_index": 140, + "_index": 1769, "data": { "assets/adinfo": {}, "assets/admob-defold": {}, @@ -121070,7 +121070,7 @@ [ "app's", { - "_index": 5005, + "_index": 4609, "data": { "manuals/extensions-manifest-merge-tool": {} }, @@ -121080,7 +121080,7 @@ [ "app_final", { - "_index": 4957, + "_index": 4762, "data": { "manuals/extensions": {} }, @@ -121090,7 +121090,7 @@ [ "app_init", { - "_index": 4956, + "_index": 4761, "data": { "manuals/extensions": {} }, @@ -121100,7 +121100,7 @@ [ "app_string", { - "_index": 8411, + "_index": 9544, "data": { "ref/stable/sys": {} }, @@ -121110,7 +121110,7 @@ [ "apparent", { - "_index": 4560, + "_index": 6009, "data": { "manuals/building-blocks": {} }, @@ -121120,7 +121120,7 @@ [ "appdata/documents", { - "_index": 3764, + "_index": 3699, "data": { "manuals/debugging-game-and-system-logs": {} }, @@ -121130,7 +121130,7 @@ [ "appdata\\local\\defold", { - "_index": 5837, + "_index": 5585, "data": { "manuals/editor": {} }, @@ -121140,7 +121140,7 @@ [ "appear", { - "_index": 2308, + "_index": 502, "data": { "manuals/addressing": {}, "manuals/dev-app": {}, @@ -121160,7 +121160,7 @@ [ "appearance", { - "_index": 1897, + "_index": 245, "data": { "assets/firebase-remoteconfig": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -121173,7 +121173,7 @@ [ "appears", { - "_index": 7786, + "_index": 8450, "data": { "ref/stable/io": {}, "ref/stable/render": {} @@ -121184,7 +121184,7 @@ [ "append", { - "_index": 6087, + "_index": 4910, "data": { "manuals/debugging-native-code-ios": {}, "ref/stable/io": {} @@ -121195,7 +121195,7 @@ [ "appended", { - "_index": 7000, + "_index": 9514, "data": { "ref/stable/debug": {} }, @@ -121205,7 +121205,7 @@ [ "appends", { - "_index": 10458, + "_index": 9674, "data": { "ref/stable/dmStringFunc": {} }, @@ -121215,7 +121215,7 @@ [ "appendscale", { - "_index": 7668, + "_index": 7368, "data": { "ref/stable/dmVMath": {} }, @@ -121225,7 +121225,7 @@ [ "appfinalizemyextension", { - "_index": 4952, + "_index": 4757, "data": { "manuals/extensions": {} }, @@ -121235,7 +121235,7 @@ [ "appinitializemyextension", { - "_index": 4959, + "_index": 4764, "data": { "manuals/extensions": {} }, @@ -121245,7 +121245,7 @@ [ "apple", { - "_index": 1325, + "_index": 2953, "data": { "assets/gamekit": {}, "assets/siwa": {}, @@ -121263,7 +121263,7 @@ [ "apple's", { - "_index": 3416, + "_index": 2949, "data": { "manuals/debugging-native-code-ios": {}, "manuals/ios": {} @@ -121274,7 +121274,7 @@ [ "applewebkit/602.4.8", { - "_index": 8465, + "_index": 9597, "data": { "ref/stable/sys": {} }, @@ -121284,7 +121284,7 @@ [ "apple\u2019s", { - "_index": 6460, + "_index": 6617, "data": { "assets/iap": {} }, @@ -121294,7 +121294,7 @@ [ "applicable", { - "_index": 2399, + "_index": 3242, "data": { "manuals/bob": {}, "manuals/getting-help": {}, @@ -121309,7 +121309,7 @@ [ "application", { - "_index": 611, + "_index": 623, "data": { "assets/iac": {}, "assets/rustore-appupdate": {}, @@ -121359,7 +121359,7 @@ [ "application's", { - "_index": 3476, + "_index": 3019, "data": { "manuals/ios": {} }, @@ -121369,7 +121369,7 @@ [ "application/wasm", { - "_index": 2211, + "_index": 671, "data": { "manuals/html5": {} }, @@ -121379,7 +121379,7 @@ [ "application_dir", { - "_index": 1428, + "_index": 4053, "data": { "manuals/extender-local-setup": {} }, @@ -121389,7 +121389,7 @@ [ "application_dir}/extender.jar", { - "_index": 1455, + "_index": 4076, "data": { "manuals/extender-local-setup": {} }, @@ -121399,7 +121399,7 @@ [ "application_dir}/manifestmergetool.jar", { - "_index": 1457, + "_index": 4078, "data": { "manuals/extender-local-setup": {} }, @@ -121409,7 +121409,7 @@ [ "application_id", { - "_index": 1668, + "_index": 4846, "data": { "manuals/porting-guidelines": {} }, @@ -121419,7 +121419,7 @@ [ "applications", { - "_index": 1993, + "_index": 712, "data": { "assets/fmod": {}, "assets/rustore-billing": {}, @@ -121438,7 +121438,7 @@ [ "applications/atom.app/contents/macos/atom", { - "_index": 5950, + "_index": 1992, "data": { "manuals/editor-preferences": {} }, @@ -121448,7 +121448,7 @@ [ "applications/defold", { - "_index": 4225, + "_index": 3270, "data": { "manuals/bob": {} }, @@ -121458,7 +121458,7 @@ [ "applications/visual", { - "_index": 5951, + "_index": 1995, "data": { "manuals/editor-preferences": {} }, @@ -121468,7 +121468,7 @@ [ "applications/xcode.app/contents/developer/applications/simulator.app", { - "_index": 3491, + "_index": 3035, "data": { "manuals/ios": {} }, @@ -121478,7 +121478,7 @@ [ "applied", { - "_index": 954, + "_index": 541, "data": { "assets/firebase-remoteconfig": {}, "examples/material/unlit": {}, @@ -121511,7 +121511,7 @@ [ "applied_impulse", { - "_index": 5899, + "_index": 5676, "data": { "manuals/physics-events": {} }, @@ -121521,7 +121521,7 @@ [ "applies", { - "_index": 2035, + "_index": 16, "data": { "examples/material/noise": {}, "manuals/editor-scripts-ui": {}, @@ -121537,7 +121537,7 @@ [ "applovin", { - "_index": 6298, + "_index": 6418, "data": { "assets/adswrapper": {}, "assets/applovin-max": {} @@ -121548,7 +121548,7 @@ [ "apply", { - "_index": 1342, + "_index": 2156, "data": { "assets/firebase-remoteconfig": {}, "examples/gui/slice9": {}, @@ -121572,7 +121572,7 @@ [ "apply_angular_impulse", { - "_index": 8841, + "_index": 10022, "data": { "ref/stable/b2d.body": {} }, @@ -121582,7 +121582,7 @@ [ "apply_force", { - "_index": 7033, + "_index": 7445, "data": { "ref/stable/b2d.body": {}, "ref/stable/physics": {} @@ -121593,7 +121593,7 @@ [ "apply_force_to_center", { - "_index": 8846, + "_index": 10027, "data": { "ref/stable/b2d.body": {} }, @@ -121603,7 +121603,7 @@ [ "apply_linear_impulse", { - "_index": 8848, + "_index": 10029, "data": { "ref/stable/b2d.body": {} }, @@ -121613,7 +121613,7 @@ [ "apply_torque", { - "_index": 8852, + "_index": 10033, "data": { "ref/stable/b2d.body": {} }, @@ -121623,7 +121623,7 @@ [ "applying", { - "_index": 2252, + "_index": 778, "data": { "manuals/html5": {}, "manuals/physics": {}, @@ -121635,7 +121635,7 @@ [ "applynoscalez", { - "_index": 7562, + "_index": 9772, "data": { "ref/stable/dmTransform": {} }, @@ -121645,7 +121645,7 @@ [ "appname", { - "_index": 4272, + "_index": 5507, "data": { "manuals/debugging-native-code-android": {} }, @@ -121655,7 +121655,7 @@ [ "approach", { - "_index": 1673, + "_index": 1487, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/editor-scripts-ui": {}, @@ -121670,7 +121670,7 @@ [ "approaches", { - "_index": 2174, + "_index": 4497, "data": { "manuals/input-mouse-and-touch": {}, "manuals/lua": {} @@ -121681,7 +121681,7 @@ [ "appropriate", { - "_index": 1812, + "_index": 2131, "data": { "manuals/flash": {}, "manuals/font": {}, @@ -121697,7 +121697,7 @@ [ "approved", { - "_index": 4260, + "_index": 3794, "data": { "manuals/microsoft-xbox": {}, "manuals/nintendo-switch": {}, @@ -121709,7 +121709,7 @@ [ "approximately", { - "_index": 1881, + "_index": 2291, "data": { "manuals/physics-objects": {} }, @@ -121719,7 +121719,7 @@ [ "approximates", { - "_index": 1903, + "_index": 2303, "data": { "manuals/physics-objects": {} }, @@ -121729,7 +121729,7 @@ [ "approximating", { - "_index": 2951, + "_index": 5274, "data": { "manuals/compute": {} }, @@ -121739,7 +121739,7 @@ [ "approximation", { - "_index": 8528, + "_index": 9927, "data": { "ref/stable/os": {}, "ref/stable/sound": {} @@ -121750,7 +121750,7 @@ [ "apps", { - "_index": 3430, + "_index": 2971, "data": { "assets/nakama": {}, "assets/siwa": {}, @@ -121765,7 +121765,7 @@ [ "appstore", { - "_index": 6461, + "_index": 6618, "data": { "assets/iap": {} }, @@ -121775,7 +121775,7 @@ [ "appupdate", { - "_index": 6720, + "_index": 6396, "data": { "assets/rustore-appupdate": {} }, @@ -121785,7 +121785,7 @@ [ "app\u2019s", { - "_index": 5354, + "_index": 5835, "data": { "manuals/macos": {} }, @@ -121795,7 +121795,7 @@ [ "apt", { - "_index": 4504, + "_index": 4959, "data": { "manuals/windows": {} }, @@ -121805,7 +121805,7 @@ [ "ar", { - "_index": 4155, + "_index": 3183, "data": { "manuals/bob": {} }, @@ -121815,7 +121815,7 @@ [ "arbitrarily", { - "_index": 4547, + "_index": 5998, "data": { "manuals/building-blocks": {} }, @@ -121825,7 +121825,7 @@ [ "arbitrary", { - "_index": 356, + "_index": 972, "data": { "manuals/addressing": {}, "manuals/debugging-game-logic": {}, @@ -121846,7 +121846,7 @@ [ "arc", { - "_index": 9717, + "_index": 7227, "data": { "ref/stable/math": {} }, @@ -121856,7 +121856,7 @@ [ "arch", { - "_index": 4814, + "_index": 4999, "data": { "manuals/debugging-native-code": {}, "manuals/editor-scripts": {} @@ -121867,7 +121867,7 @@ [ "architect", { - "_index": 5089, + "_index": 5189, "data": { "manuals/lua": {} }, @@ -121877,7 +121877,7 @@ [ "architects", { - "_index": 3139, + "_index": 2424, "data": { "manuals/editor-styling": {} }, @@ -121887,7 +121887,7 @@ [ "architects+daughter&display", { - "_index": 3138, + "_index": 2422, "data": { "manuals/editor-styling": {} }, @@ -121897,7 +121897,7 @@ [ "architectural", { - "_index": 3592, + "_index": 5607, "data": { "manuals/design": {}, "manuals/introduction": {} @@ -121908,7 +121908,7 @@ [ "architecture", { - "_index": 4800, + "_index": 2195, "data": { "manuals/debugging-native-code": {}, "manuals/extensions-best-practices": {}, @@ -121920,7 +121920,7 @@ [ "architectures", { - "_index": 3434, + "_index": 2193, "data": { "manuals/bob": {}, "manuals/debugging-native-code": {}, @@ -121933,7 +121933,7 @@ [ "archive", { - "_index": 1701, + "_index": 1103, "data": { "examples/resource/modify_atlas": {}, "manuals/application-security": {}, @@ -121953,7 +121953,7 @@ [ "archived", { - "_index": 4728, + "_index": 4710, "data": { "manuals/bundling": {} }, @@ -121963,7 +121963,7 @@ [ "archives", { - "_index": 1819, + "_index": 3207, "data": { "assets/resource-encryption": {}, "manuals/bob": {}, @@ -121975,7 +121975,7 @@ [ "arcweave", { - "_index": 6346, + "_index": 6453, "data": { "assets/defarc": {} }, @@ -121985,7 +121985,7 @@ [ "are", { - "_index": 23, + "_index": 10, "data": { "assets/defbuild": {}, "assets/editor-script-check-dependencies-versions": {}, @@ -122155,7 +122155,7 @@ [ "area", { - "_index": 1039, + "_index": 66, "data": { "assets/safearea": {}, "manuals/android": {}, @@ -122176,7 +122176,7 @@ [ "areas", { - "_index": 5908, + "_index": 5688, "data": { "manuals/physics-events": {} }, @@ -122186,7 +122186,7 @@ [ "aren't", { - "_index": 1608, + "_index": 465, "data": { "manuals/debugging-game-logic": {}, "manuals/gui": {}, @@ -122198,7 +122198,7 @@ [ "aren\u2019t", { - "_index": 740, + "_index": 2552, "data": { "manuals/collection-factory": {}, "manuals/factory": {} @@ -122209,7 +122209,7 @@ [ "arerenderconstantsupdated", { - "_index": 7981, + "_index": 8011, "data": { "ref/stable/dmGameSystem": {} }, @@ -122219,7 +122219,7 @@ [ "arg", { - "_index": 7012, + "_index": 7407, "data": { "ref/stable/base": {}, "ref/stable/dmLog": {}, @@ -122231,7 +122231,7 @@ [ "argjson", { - "_index": 5200, + "_index": 5408, "data": { "manuals/editor-scripts": {} }, @@ -122241,7 +122241,7 @@ [ "args", { - "_index": 3980, + "_index": 1519, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/dmLog": {}, @@ -122254,7 +122254,7 @@ [ "argument", { - "_index": 524, + "_index": 1982, "data": { "manuals/addressing": {}, "manuals/bob": {}, @@ -122292,7 +122292,7 @@ [ "arguments", { - "_index": 2011, + "_index": 749, "data": { "manuals/editor-preferences": {}, "manuals/editor-scripts": {}, @@ -122323,7 +122323,7 @@ [ "argumets", { - "_index": 1478, + "_index": 4092, "data": { "manuals/extender-local-setup": {} }, @@ -122333,7 +122333,7 @@ [ "arithmetic", { - "_index": 7749, + "_index": 8072, "data": { "ref/stable/bit": {}, "ref/stable/render": {}, @@ -122345,7 +122345,7 @@ [ "arm", { - "_index": 2834, + "_index": 3260, "data": { "manuals/application-security": {}, "manuals/bob": {}, @@ -122357,7 +122357,7 @@ [ "arm64", { - "_index": 1292, + "_index": 2999, "data": { "manuals/bob": {}, "manuals/debugging-native-code": {}, @@ -122372,7 +122372,7 @@ [ "armeabi", { - "_index": 4802, + "_index": 4991, "data": { "manuals/debugging-native-code": {} }, @@ -122382,7 +122382,7 @@ [ "armv7", { - "_index": 1323, + "_index": 3000, "data": { "manuals/bob": {}, "manuals/debugging-native-code-ios": {}, @@ -122396,7 +122396,7 @@ [ "army", { - "_index": 6384, + "_index": 6440, "data": { "assets/defarmy": {} }, @@ -122406,7 +122406,7 @@ [ "around", { - "_index": 223, + "_index": 300, "data": { "examples/render/orbit_camera": {}, "examples/sound/panning": {}, @@ -122436,7 +122436,7 @@ [ "arrange", { - "_index": 3744, + "_index": 566, "data": { "manuals/gui": {}, "manuals/render": {} @@ -122447,7 +122447,7 @@ [ "array", { - "_index": 1001, + "_index": 1039, "data": { "manuals/editor-scripts": {}, "manuals/editor-scripts-ui": {}, @@ -122479,7 +122479,7 @@ [ "array1", { - "_index": 5019, + "_index": 4625, "data": { "manuals/extensions-manifest-merge-tool": {} }, @@ -122489,7 +122489,7 @@ [ "array2", { - "_index": 5020, + "_index": 4626, "data": { "manuals/extensions-manifest-merge-tool": {} }, @@ -122499,7 +122499,7 @@ [ "arrays", { - "_index": 8236, + "_index": 7435, "data": { "ref/stable/dmArray": {}, "ref/stable/dmGameObject": {}, @@ -122514,7 +122514,7 @@ [ "arrives", { - "_index": 8161, + "_index": 10472, "data": { "ref/stable/socket": {} }, @@ -122524,7 +122524,7 @@ [ "arrow", { - "_index": 3767, + "_index": 1899, "data": { "manuals/input-key-and-text": {}, "manuals/physics-resolving-collisions": {} @@ -122535,7 +122535,7 @@ [ "arrows", { - "_index": 5825, + "_index": 5572, "data": { "manuals/editor": {} }, @@ -122545,7 +122545,7 @@ [ "arshift", { - "_index": 7748, + "_index": 8600, "data": { "ref/stable/bit": {} }, @@ -122555,7 +122555,7 @@ [ "art", { - "_index": 1654, + "_index": 4548, "data": { "assets/alienworld": {}, "assets/lowrezjamtemplate": {}, @@ -122570,7 +122570,7 @@ [ "articles", { - "_index": 3228, + "_index": 5052, "data": { "manuals/flash": {}, "manuals/lua": {} @@ -122581,7 +122581,7 @@ [ "artifact", { - "_index": 1394, + "_index": 4026, "data": { "manuals/extender-local-setup": {} }, @@ -122591,7 +122591,7 @@ [ "artifacts", { - "_index": 1444, + "_index": 3192, "data": { "manuals/bob": {}, "manuals/extender-local-setup": {}, @@ -122607,7 +122607,7 @@ [ "artist", { - "_index": 1658, + "_index": 4843, "data": { "assets/asefold": {}, "manuals/porting-guidelines": {} @@ -122618,7 +122618,7 @@ [ "as", { - "_index": 407, + "_index": 77, "data": { "assets/adswrapper": {}, "assets/defarmy": {}, @@ -122797,7 +122797,7 @@ [ "as/ka,as/ka,as/ka,as/ka", { - "_index": 7874, + "_index": 8518, "data": { "ref/stable/render": {} }, @@ -122807,7 +122807,7 @@ [ "asc", { - "_index": 5375, + "_index": 5856, "data": { "manuals/macos": {} }, @@ -122817,7 +122817,7 @@ [ "ascending", { - "_index": 7264, + "_index": 9314, "data": { "ref/stable/package": {} }, @@ -122827,7 +122827,7 @@ [ "ascii", { - "_index": 8086, + "_index": 10411, "data": { "ref/stable/socket": {} }, @@ -122837,7 +122837,7 @@ [ "ase", { - "_index": 6740, + "_index": 6659, "data": { "assets/asefold": {} }, @@ -122847,7 +122847,7 @@ [ "asefold", { - "_index": 6737, + "_index": 6656, "data": { "assets/asefold": {} }, @@ -122857,7 +122857,7 @@ [ "aseprite", { - "_index": 6738, + "_index": 6657, "data": { "assets/asefold": {} }, @@ -122867,7 +122867,7 @@ [ "asian", { - "_index": 3775, + "_index": 1917, "data": { "manuals/input-key-and-text": {} }, @@ -122877,7 +122877,7 @@ [ "asin", { - "_index": 9720, + "_index": 7230, "data": { "ref/stable/math": {} }, @@ -122887,7 +122887,7 @@ [ "asis", { - "_index": 8346, + "_index": 7044, "data": { "ref/stable/vmath": {} }, @@ -122897,7 +122897,7 @@ [ "ask", { - "_index": 2385, + "_index": 2963, "data": { "manuals/editor-scripts": {}, "manuals/getting-help": {}, @@ -122909,7 +122909,7 @@ [ "asked", { - "_index": 3495, + "_index": 3041, "data": { "manuals/ios": {}, "manuals/version-control": {} @@ -122920,7 +122920,7 @@ [ "asking", { - "_index": 2382, + "_index": 4929, "data": { "manuals/getting-help": {} }, @@ -122930,7 +122930,7 @@ [ "asks", { - "_index": 3814, + "_index": 4381, "data": { "manuals/version-control": {} }, @@ -122940,7 +122940,7 @@ [ "asleep", { - "_index": 7140, + "_index": 7546, "data": { "ref/stable/physics": {} }, @@ -122950,7 +122950,7 @@ [ "asm.js", { - "_index": 2214, + "_index": 684, "data": { "manuals/html5": {} }, @@ -122960,7 +122960,7 @@ [ "aspect", { - "_index": 1711, + "_index": 403, "data": { "examples/material/screenspace": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -122977,7 +122977,7 @@ [ "aspect_ratio", { - "_index": 6065, + "_index": 3483, "data": { "manuals/camera": {}, "ref/stable/camera": {} @@ -122988,7 +122988,7 @@ [ "aspects", { - "_index": 3369, + "_index": 4283, "data": { "manuals/flash": {}, "manuals/profiling": {} @@ -122999,7 +122999,7 @@ [ "assert", { - "_index": 5076, + "_index": 5177, "data": { "manuals/lua": {}, "ref/stable/base": {}, @@ -123011,7 +123011,7 @@ [ "assertion", { - "_index": 10397, + "_index": 10616, "data": { "ref/stable/base": {} }, @@ -123021,7 +123021,7 @@ [ "asset", { - "_index": 1047, + "_index": 1975, "data": { "assets/cleanexporter": {}, "assets/trickortreat": {}, @@ -123306,7 +123306,7 @@ [ "assets", { - "_index": 295, + "_index": 939, "data": { "assets/kenney": {}, "assets/platformertutorial": {}, @@ -123345,7 +123345,7 @@ [ "assets.car", { - "_index": 3482, + "_index": 3026, "data": { "manuals/ios": {} }, @@ -123355,7 +123355,7 @@ [ "assets.xcassets", { - "_index": 3454, + "_index": 2992, "data": { "manuals/ios": {} }, @@ -123365,7 +123365,7 @@ [ "assets/build.json", { - "_index": 5207, + "_index": 5415, "data": { "manuals/editor-scripts": {} }, @@ -123375,7 +123375,7 @@ [ "assets/mybig.font", { - "_index": 4413, + "_index": 164, "data": { "manuals/gui": {} }, @@ -123385,7 +123385,7 @@ [ "assets/myeffect.material", { - "_index": 4418, + "_index": 181, "data": { "manuals/gui": {} }, @@ -123395,7 +123395,7 @@ [ "assets/mytheme.atlas", { - "_index": 4423, + "_index": 189, "data": { "manuals/gui": {} }, @@ -123405,7 +123405,7 @@ [ "assign", { - "_index": 2539, + "_index": 115, "data": { "manuals/atlas": {}, "manuals/compute": {}, @@ -123421,7 +123421,7 @@ [ "assigned", { - "_index": 1982, + "_index": 168, "data": { "examples/material/screenspace": {}, "examples/material/unlit": {}, @@ -123455,7 +123455,7 @@ [ "assigning", { - "_index": 2151, + "_index": 339, "data": { "manuals/flash": {}, "manuals/flipbook-animation": {}, @@ -123469,7 +123469,7 @@ [ "assigninstanceindex", { - "_index": 9422, + "_index": 9056, "data": { "ref/stable/dmGameObject": {} }, @@ -123479,7 +123479,7 @@ [ "assignments", { - "_index": 4355, + "_index": 5536, "data": { "manuals/gui-clipping": {} }, @@ -123489,7 +123489,7 @@ [ "assigns", { - "_index": 6995, + "_index": 9509, "data": { "ref/stable/base": {}, "ref/stable/debug": {} @@ -123500,7 +123500,7 @@ [ "assocciated", { - "_index": 8628, + "_index": 10154, "data": { "ref/stable/dmHash": {} }, @@ -123510,7 +123510,7 @@ [ "associate", { - "_index": 1674, + "_index": 4848, "data": { "manuals/porting-guidelines": {} }, @@ -123520,7 +123520,7 @@ [ "associated", { - "_index": 704, + "_index": 1479, "data": { "manuals/android": {}, "manuals/application-security": {}, @@ -123546,7 +123546,7 @@ [ "association", { - "_index": 8159, + "_index": 10470, "data": { "ref/stable/socket": {} }, @@ -123556,7 +123556,7 @@ [ "associative", { - "_index": 7598, + "_index": 9795, "data": { "ref/stable/dmTransform": {} }, @@ -123566,7 +123566,7 @@ [ "assume", { - "_index": 3327, + "_index": 5121, "data": { "manuals/flash": {} }, @@ -123576,7 +123576,7 @@ [ "assumed", { - "_index": 8761, + "_index": 7174, "data": { "ref/stable/dmScript": {}, "ref/stable/math": {}, @@ -123588,7 +123588,7 @@ [ "assumes", { - "_index": 3348, + "_index": 3940, "data": { "manuals/flash": {}, "manuals/live-update-scripting": {} @@ -123599,7 +123599,7 @@ [ "astar", { - "_index": 6515, + "_index": 6249, "data": { "assets/apathfinding": {} }, @@ -123609,7 +123609,7 @@ [ "astc", { - "_index": 1945, + "_index": 5029, "data": { "manuals/texture-profiles": {} }, @@ -123619,7 +123619,7 @@ [ "async", { - "_index": 4197, + "_index": 3234, "data": { "manuals/bob": {}, "ref/stable/resource": {} @@ -123630,7 +123630,7 @@ [ "async_load", { - "_index": 10507, + "_index": 7951, "data": { "ref/stable/collectionproxy": {} }, @@ -123640,7 +123640,7 @@ [ "asynchronous", { - "_index": 732, + "_index": 2546, "data": { "manuals/bob": {}, "manuals/collection-factory": {}, @@ -123656,7 +123656,7 @@ [ "asynchronously", { - "_index": 734, + "_index": 2547, "data": { "examples/timer/trigger_timer": {}, "manuals/collection-factory": {}, @@ -123669,7 +123669,7 @@ [ "asyncronous", { - "_index": 8500, + "_index": 9631, "data": { "ref/stable/sys": {} }, @@ -123679,7 +123679,7 @@ [ "at", { - "_index": 190, + "_index": 368, "data": { "assets/defgraph": {}, "assets/editor-script-extra-locations": {}, @@ -123795,7 +123795,7 @@ [ "atan", { - "_index": 9722, + "_index": 7233, "data": { "ref/stable/math": {} }, @@ -123805,7 +123805,7 @@ [ "atan2", { - "_index": 9724, + "_index": 7235, "data": { "ref/stable/math": {} }, @@ -123815,7 +123815,7 @@ [ "atlas", { - "_index": 299, + "_index": 186, "data": { "assets/defold-runtime-atlas": {}, "assets/editorscriptatlas": {}, @@ -123842,7 +123842,7 @@ [ "atlases", { - "_index": 307, + "_index": 943, "data": { "manuals/atlas": {}, "manuals/glossary": {}, @@ -123860,7 +123860,7 @@ [ "atomic", { - "_index": 6858, + "_index": 9000, "data": { "ref/stable/dmAtomic": {} }, @@ -123870,7 +123870,7 @@ [ "atomics", { - "_index": 1088, + "_index": 2724, "data": { "manuals/shader": {} }, @@ -123880,7 +123880,7 @@ [ "atos", { - "_index": 4813, + "_index": 4998, "data": { "manuals/debugging-native-code": {} }, @@ -123890,7 +123890,7 @@ [ "attach", { - "_index": 340, + "_index": 961, "data": { "manuals/debugging-game-and-system-logs": {}, "manuals/debugging-game-logic": {}, @@ -123908,7 +123908,7 @@ [ "attached", { - "_index": 2549, + "_index": 1600, "data": { "examples/gui/button": {}, "examples/gui/load_texture": {}, @@ -123933,7 +123933,7 @@ [ "attaching", { - "_index": 7649, + "_index": 8010, "data": { "ref/stable/dmAndroid": {} }, @@ -123943,7 +123943,7 @@ [ "attachment", { - "_index": 7419, + "_index": 6837, "data": { "ref/stable/dmGraphics": {}, "ref/stable/render": {}, @@ -123955,7 +123955,7 @@ [ "attachmentop", { - "_index": 10169, + "_index": 6767, "data": { "ref/stable/dmGraphics": {} }, @@ -123965,7 +123965,7 @@ [ "attachments", { - "_index": 7418, + "_index": 6873, "data": { "ref/stable/dmGraphics": {}, "ref/stable/render": {}, @@ -123977,7 +123977,7 @@ [ "attacks", { - "_index": 2839, + "_index": 4196, "data": { "manuals/application-security": {} }, @@ -123987,7 +123987,7 @@ [ "attempt", { - "_index": 2543, + "_index": 2458, "data": { "assets/sidescrollertutorialfromscratch": {}, "manuals/gui-script": {}, @@ -124000,7 +124000,7 @@ [ "attempted", { - "_index": 6826, + "_index": 8545, "data": { "ref/stable/liveupdate": {}, "ref/stable/render": {} @@ -124011,7 +124011,7 @@ [ "attempting", { - "_index": 5274, + "_index": 5480, "data": { "manuals/editor-scripts": {}, "ref/stable/collectionproxy": {}, @@ -124023,7 +124023,7 @@ [ "attempts", { - "_index": 1783, + "_index": 2468, "data": { "manuals/physics-joints": {}, "manuals/porting-guidelines": {}, @@ -124037,7 +124037,7 @@ [ "attention", { - "_index": 2660, + "_index": 2910, "data": { "manuals/gui-layouts": {} }, @@ -124047,7 +124047,7 @@ [ "attracts", { - "_index": 1659, + "_index": 1239, "data": { "manuals/particlefx": {}, "manuals/porting-guidelines": {} @@ -124058,7 +124058,7 @@ [ "attribute", { - "_index": 970, + "_index": 2655, "data": { "examples/material/vertexcolor": {}, "manuals/shader": {}, @@ -124071,7 +124071,7 @@ [ "attributes", { - "_index": 898, + "_index": 2621, "data": { "assets/luafilesystemlfs": {}, "examples/material/vertexcolor": {}, @@ -124087,7 +124087,7 @@ [ "audible", { - "_index": 4542, + "_index": 4560, "data": { "manuals/building-blocks": {}, "manuals/glossary": {} @@ -124098,7 +124098,7 @@ [ "audience", { - "_index": 6441, + "_index": 6727, "data": { "assets/facebookads": {} }, @@ -124108,7 +124108,7 @@ [ "audio", { - "_index": 2229, + "_index": 722, "data": { "assets/debeat": {}, "assets/openal": {}, @@ -124121,7 +124121,7 @@ [ "audiotoolbox", { - "_index": 1303, + "_index": 4664, "data": { "manuals/extensions-ext-manifests": {} }, @@ -124131,7 +124131,7 @@ [ "auth", { - "_index": 1392, + "_index": 3233, "data": { "manuals/bob": {}, "manuals/extender-local-setup": {} @@ -124142,7 +124142,7 @@ [ "authenticate", { - "_index": 2820, + "_index": 3229, "data": { "manuals/application-security": {}, "manuals/bob": {}, @@ -124154,7 +124154,7 @@ [ "authenticated", { - "_index": 5959, + "_index": 2009, "data": { "manuals/editor-preferences": {} }, @@ -124164,7 +124164,7 @@ [ "authentication", { - "_index": 5539, + "_index": 2014, "data": { "assets/googleplaygameservices": {}, "manuals/editor-preferences": {}, @@ -124176,7 +124176,7 @@ [ "author", { - "_index": 3893, + "_index": 1360, "data": { "manuals/editor-scripts-ui": {} }, @@ -124186,7 +124186,7 @@ [ "authored", { - "_index": 5085, + "_index": 5185, "data": { "manuals/lua": {} }, @@ -124196,7 +124196,7 @@ [ "authoring", { - "_index": 6365, + "_index": 6719, "data": { "assets/fmod": {} }, @@ -124206,7 +124206,7 @@ [ "auto", { - "_index": 2801, + "_index": 1152, "data": { "assets/defgraph": {}, "manuals/application-security": {}, @@ -124222,7 +124222,7 @@ [ "autocomplete", { - "_index": 6382, + "_index": 6501, "data": { "assets/defold-neovim": {} }, @@ -124232,7 +124232,7 @@ [ "autocompletion", { - "_index": 4310, + "_index": 3162, "data": { "manuals/writing-code": {} }, @@ -124242,7 +124242,7 @@ [ "automatic", { - "_index": 3205, + "_index": 259, "data": { "manuals/flash": {}, "manuals/gui": {}, @@ -124259,7 +124259,7 @@ [ "automatically", { - "_index": 303, + "_index": 44, "data": { "assets/defold-index": {}, "assets/googleanalyticsforfirebase": {}, @@ -124316,7 +124316,7 @@ [ "automatically:grow", { - "_index": 10710, + "_index": 8864, "data": { "ref/stable/editor": {} }, @@ -124326,7 +124326,7 @@ [ "automation", { - "_index": 2799, + "_index": 4163, "data": { "manuals/application-security": {} }, @@ -124336,7 +124336,7 @@ [ "autonomous", { - "_index": 2613, + "_index": 4327, "data": { "manuals/factory": {} }, @@ -124346,7 +124346,7 @@ [ "autoplay", { - "_index": 1772, + "_index": 4885, "data": { "manuals/porting-guidelines": {} }, @@ -124356,7 +124356,7 @@ [ "autotranslator", { - "_index": 6331, + "_index": 6271, "data": { "assets/lualocade": {} }, @@ -124366,7 +124366,7 @@ [ "availability", { - "_index": 2871, + "_index": 4220, "data": { "manuals/application-security": {} }, @@ -124376,7 +124376,7 @@ [ "available", { - "_index": 583, + "_index": 382, "data": { "assets/defold-polyglot": {}, "assets/push": {}, @@ -124453,7 +124453,7 @@ [ "avalable", { - "_index": 8016, + "_index": 9807, "data": { "ref/stable/dmExtension": {} }, @@ -124463,7 +124463,7 @@ [ "average", { - "_index": 2890, + "_index": 6031, "data": { "manuals/material": {}, "ref/stable/sound": {} @@ -124474,7 +124474,7 @@ [ "avfoundation", { - "_index": 1304, + "_index": 4665, "data": { "manuals/extensions-ext-manifests": {} }, @@ -124484,7 +124484,7 @@ [ "avoid", { - "_index": 1179, + "_index": 2373, "data": { "assets/safearea": {}, "manuals/android": {}, @@ -124506,7 +124506,7 @@ [ "avoided", { - "_index": 235, + "_index": 2133, "data": { "manuals/extensions-best-practices": {}, "manuals/optimization-size": {}, @@ -124518,7 +124518,7 @@ [ "avoiding", { - "_index": 5491, + "_index": 3642, "data": { "manuals/extensions-best-practices": {} }, @@ -124528,7 +124528,7 @@ [ "avoids", { - "_index": 4868, + "_index": 3388, "data": { "manuals/addressing": {}, "manuals/extensions-best-practices": {}, @@ -124540,7 +124540,7 @@ [ "await", { - "_index": 10811, + "_index": 8966, "data": { "ref/stable/editor": {} }, @@ -124550,7 +124550,7 @@ [ "awake", { - "_index": 8909, + "_index": 10089, "data": { "ref/stable/b2d.body": {} }, @@ -124560,7 +124560,7 @@ [ "aware", { - "_index": 2612, + "_index": 4326, "data": { "manuals/factory": {}, "manuals/lua": {}, @@ -124572,7 +124572,7 @@ [ "away", { - "_index": 6177, + "_index": 6191, "data": { "examples/render/orbit_camera": {} }, @@ -124582,7 +124582,7 @@ [ "awesome", { - "_index": 3608, + "_index": 5617, "data": { "assets/ts-defold": {}, "manuals/introduction": {} @@ -124593,7 +124593,7 @@ [ "awk", { - "_index": 1499, + "_index": 4101, "data": { "manuals/extender-local-setup": {} }, @@ -124603,7 +124603,7 @@ [ "aws", { - "_index": 1808, + "_index": 3313, "data": { "assets/defold-cognito": {}, "manuals/application-security": {}, @@ -124616,7 +124616,7 @@ [ "aws/credentials", { - "_index": 3071, + "_index": 5050, "data": { "manuals/live-update-aws": {} }, @@ -124626,7 +124626,7 @@ [ "axes", { - "_index": 3879, + "_index": 1344, "data": { "manuals/editor": {}, "manuals/editor-scripts-ui": {} @@ -124637,7 +124637,7 @@ [ "axis", { - "_index": 225, + "_index": 307, "data": { "examples/gui/healthbar": {}, "examples/movement/look_at": {}, @@ -124664,7 +124664,7 @@ [ "b", { - "_index": 1876, + "_index": 2286, "data": { "assets/tactxstudios": {}, "manuals/components": {}, @@ -124687,7 +124687,7 @@ [ "b#sprite", { - "_index": 5378, + "_index": 5918, "data": { "manuals/components": {} }, @@ -124697,7 +124697,7 @@ [ "b.c", { - "_index": 7287, + "_index": 9335, "data": { "ref/stable/package": {} }, @@ -124707,7 +124707,7 @@ [ "b.w", { - "_index": 7689, + "_index": 7382, "data": { "ref/stable/dmVMath": {} }, @@ -124717,7 +124717,7 @@ [ "b.x", { - "_index": 7683, + "_index": 7053, "data": { "ref/stable/dmVMath": {}, "ref/stable/vmath": {} @@ -124728,7 +124728,7 @@ [ "b.y", { - "_index": 7685, + "_index": 7055, "data": { "ref/stable/dmVMath": {}, "ref/stable/vmath": {} @@ -124739,7 +124739,7 @@ [ "b.z", { - "_index": 7687, + "_index": 7057, "data": { "ref/stable/dmVMath": {}, "ref/stable/vmath": {} @@ -124750,7 +124750,7 @@ [ "b2_dynamic_body", { - "_index": 8854, + "_index": 10035, "data": { "ref/stable/b2d.body": {} }, @@ -124760,7 +124760,7 @@ [ "b2_kinematic_body", { - "_index": 8856, + "_index": 10037, "data": { "ref/stable/b2d.body": {} }, @@ -124770,7 +124770,7 @@ [ "b2_static_body", { - "_index": 8858, + "_index": 10039, "data": { "ref/stable/b2d.body": {} }, @@ -124780,7 +124780,7 @@ [ "b2body", { - "_index": 7604, + "_index": 9919, "data": { "ref/stable/b2d": {}, "ref/stable/b2d.body": {} @@ -124791,7 +124791,7 @@ [ "b2bodytype", { - "_index": 8896, + "_index": 10076, "data": { "ref/stable/b2d.body": {} }, @@ -124801,7 +124801,7 @@ [ "b2d", { - "_index": 7602, + "_index": 9917, "data": { "ref/stable/b2d": {}, "ref/stable/b2d.body": {} @@ -124812,7 +124812,7 @@ [ "b2d.body.apply_angular_impulse", { - "_index": 8840, + "_index": 10021, "data": { "ref/stable/b2d.body": {} }, @@ -124822,7 +124822,7 @@ [ "b2d.body.apply_force", { - "_index": 8843, + "_index": 10024, "data": { "ref/stable/b2d.body": {} }, @@ -124832,7 +124832,7 @@ [ "b2d.body.apply_force_to_center", { - "_index": 8845, + "_index": 10026, "data": { "ref/stable/b2d.body": {} }, @@ -124842,7 +124842,7 @@ [ "b2d.body.apply_linear_impulse", { - "_index": 8847, + "_index": 10028, "data": { "ref/stable/b2d.body": {} }, @@ -124852,7 +124852,7 @@ [ "b2d.body.apply_torque", { - "_index": 8851, + "_index": 10032, "data": { "ref/stable/b2d.body": {} }, @@ -124862,7 +124862,7 @@ [ "b2d.body.b2_dynamic_body", { - "_index": 8853, + "_index": 10034, "data": { "ref/stable/b2d.body": {} }, @@ -124872,7 +124872,7 @@ [ "b2d.body.b2_kinematic_body", { - "_index": 8855, + "_index": 10036, "data": { "ref/stable/b2d.body": {} }, @@ -124882,7 +124882,7 @@ [ "b2d.body.b2_static_body", { - "_index": 8857, + "_index": 10038, "data": { "ref/stable/b2d.body": {} }, @@ -124892,7 +124892,7 @@ [ "b2d.body.dump", { - "_index": 8860, + "_index": 10041, "data": { "ref/stable/b2d.body": {} }, @@ -124902,7 +124902,7 @@ [ "b2d.body.get_angular_damping", { - "_index": 8861, + "_index": 10042, "data": { "ref/stable/b2d.body": {} }, @@ -124912,7 +124912,7 @@ [ "b2d.body.get_angular_velocity", { - "_index": 8863, + "_index": 10044, "data": { "ref/stable/b2d.body": {} }, @@ -124922,7 +124922,7 @@ [ "b2d.body.get_gravity_scale", { - "_index": 8866, + "_index": 10047, "data": { "ref/stable/b2d.body": {} }, @@ -124932,7 +124932,7 @@ [ "b2d.body.get_inertia", { - "_index": 8868, + "_index": 10049, "data": { "ref/stable/b2d.body": {} }, @@ -124942,7 +124942,7 @@ [ "b2d.body.get_linear_damping", { - "_index": 8873, + "_index": 10054, "data": { "ref/stable/b2d.body": {} }, @@ -124952,7 +124952,7 @@ [ "b2d.body.get_linear_velocity", { - "_index": 8875, + "_index": 10056, "data": { "ref/stable/b2d.body": {} }, @@ -124962,7 +124962,7 @@ [ "b2d.body.get_linear_velocity_from_local_point", { - "_index": 8877, + "_index": 10058, "data": { "ref/stable/b2d.body": {} }, @@ -124972,7 +124972,7 @@ [ "b2d.body.get_linear_velocity_from_world_point", { - "_index": 8879, + "_index": 10060, "data": { "ref/stable/b2d.body": {} }, @@ -124982,7 +124982,7 @@ [ "b2d.body.get_local_center", { - "_index": 8881, + "_index": 10062, "data": { "ref/stable/b2d.body": {} }, @@ -124992,7 +124992,7 @@ [ "b2d.body.get_local_point", { - "_index": 8883, + "_index": 10064, "data": { "ref/stable/b2d.body": {} }, @@ -125002,7 +125002,7 @@ [ "b2d.body.get_local_vector", { - "_index": 8886, + "_index": 10067, "data": { "ref/stable/b2d.body": {} }, @@ -125012,7 +125012,7 @@ [ "b2d.body.get_mass", { - "_index": 8888, + "_index": 10069, "data": { "ref/stable/b2d.body": {} }, @@ -125022,7 +125022,7 @@ [ "b2d.body.get_next", { - "_index": 8890, + "_index": 10071, "data": { "ref/stable/b2d.body": {} }, @@ -125032,7 +125032,7 @@ [ "b2d.body.get_position", { - "_index": 8892, + "_index": 10073, "data": { "ref/stable/b2d.body": {} }, @@ -125042,7 +125042,7 @@ [ "b2d.body.get_type", { - "_index": 8894, + "_index": 10074, "data": { "ref/stable/b2d.body": {} }, @@ -125052,7 +125052,7 @@ [ "b2d.body.get_world", { - "_index": 8897, + "_index": 10077, "data": { "ref/stable/b2d.body": {} }, @@ -125062,7 +125062,7 @@ [ "b2d.body.get_world_center", { - "_index": 8898, + "_index": 10078, "data": { "ref/stable/b2d.body": {} }, @@ -125072,7 +125072,7 @@ [ "b2d.body.get_world_point", { - "_index": 8900, + "_index": 10080, "data": { "ref/stable/b2d.body": {} }, @@ -125082,7 +125082,7 @@ [ "b2d.body.get_world_vector", { - "_index": 8903, + "_index": 10083, "data": { "ref/stable/b2d.body": {} }, @@ -125092,7 +125092,7 @@ [ "b2d.body.is_active", { - "_index": 8905, + "_index": 10085, "data": { "ref/stable/b2d.body": {} }, @@ -125102,7 +125102,7 @@ [ "b2d.body.is_awake", { - "_index": 8907, + "_index": 10087, "data": { "ref/stable/b2d.body": {} }, @@ -125112,7 +125112,7 @@ [ "b2d.body.is_bullet", { - "_index": 8910, + "_index": 10090, "data": { "ref/stable/b2d.body": {} }, @@ -125122,7 +125122,7 @@ [ "b2d.body.is_fixed_rotation", { - "_index": 8912, + "_index": 10092, "data": { "ref/stable/b2d.body": {} }, @@ -125132,7 +125132,7 @@ [ "b2d.body.is_sleeping_allowed", { - "_index": 8914, + "_index": 10094, "data": { "ref/stable/b2d.body": {} }, @@ -125142,7 +125142,7 @@ [ "b2d.body.reset_mass_data", { - "_index": 8916, + "_index": 10096, "data": { "ref/stable/b2d.body": {} }, @@ -125152,7 +125152,7 @@ [ "b2d.body.set_active", { - "_index": 8920, + "_index": 10100, "data": { "ref/stable/b2d.body": {} }, @@ -125162,7 +125162,7 @@ [ "b2d.body.set_angular_damping", { - "_index": 8928, + "_index": 10108, "data": { "ref/stable/b2d.body": {} }, @@ -125172,7 +125172,7 @@ [ "b2d.body.set_angular_velocity", { - "_index": 8930, + "_index": 10110, "data": { "ref/stable/b2d.body": {} }, @@ -125182,7 +125182,7 @@ [ "b2d.body.set_awake", { - "_index": 8932, + "_index": 10112, "data": { "ref/stable/b2d.body": {} }, @@ -125192,7 +125192,7 @@ [ "b2d.body.set_bullet", { - "_index": 8934, + "_index": 10114, "data": { "ref/stable/b2d.body": {} }, @@ -125202,7 +125202,7 @@ [ "b2d.body.set_fixed_rotation", { - "_index": 8936, + "_index": 10116, "data": { "ref/stable/b2d.body": {} }, @@ -125212,7 +125212,7 @@ [ "b2d.body.set_gravity_scale", { - "_index": 8938, + "_index": 10118, "data": { "ref/stable/b2d.body": {} }, @@ -125222,7 +125222,7 @@ [ "b2d.body.set_linear_damping", { - "_index": 8940, + "_index": 10120, "data": { "ref/stable/b2d.body": {} }, @@ -125232,7 +125232,7 @@ [ "b2d.body.set_linear_velocity", { - "_index": 8942, + "_index": 10122, "data": { "ref/stable/b2d.body": {} }, @@ -125242,7 +125242,7 @@ [ "b2d.body.set_sleeping_allowed", { - "_index": 8944, + "_index": 10124, "data": { "ref/stable/b2d.body": {} }, @@ -125252,7 +125252,7 @@ [ "b2d.body.set_transform", { - "_index": 8946, + "_index": 10126, "data": { "ref/stable/b2d.body": {} }, @@ -125262,7 +125262,7 @@ [ "b2d.body.set_type", { - "_index": 8948, + "_index": 10128, "data": { "ref/stable/b2d.body": {} }, @@ -125272,7 +125272,7 @@ [ "b2d.get_body", { - "_index": 7601, + "_index": 9916, "data": { "ref/stable/b2d": {} }, @@ -125282,7 +125282,7 @@ [ "b2d.get_world", { - "_index": 7605, + "_index": 9920, "data": { "ref/stable/b2d": {} }, @@ -125292,7 +125292,7 @@ [ "b2world", { - "_index": 7607, + "_index": 9922, "data": { "ref/stable/b2d": {}, "ref/stable/b2d.body": {} @@ -125303,7 +125303,7 @@ [ "b4bac1", { - "_index": 3109, + "_index": 2397, "data": { "manuals/editor-styling": {} }, @@ -125313,7 +125313,7 @@ [ "back", { - "_index": 456, + "_index": 728, "data": { "assets/defold-parser": {}, "examples/collection/proxy": {}, @@ -125353,7 +125353,7 @@ [ "backend", { - "_index": 577, + "_index": 4090, "data": { "assets/firebase-remoteconfig": {}, "assets/playfabsdk": {}, @@ -125369,7 +125369,7 @@ [ "background", { - "_index": 2304, + "_index": 347, "data": { "examples/basics/z_order": {}, "manuals/editor-styling": {}, @@ -125390,7 +125390,7 @@ [ "backing", { - "_index": 2989, + "_index": 5297, "data": { "manuals/compute": {}, "ref/stable/dmArray": {}, @@ -125403,7 +125403,7 @@ [ "backslashes", { - "_index": 10109, + "_index": 7112, "data": { "ref/stable/string": {} }, @@ -125413,7 +125413,7 @@ [ "backtrace", { - "_index": 8785, + "_index": 8652, "data": { "ref/stable/crash": {}, "ref/stable/dmScript": {} @@ -125424,7 +125424,7 @@ [ "backtrace_execinfo.cpp:27", { - "_index": 4823, + "_index": 5007, "data": { "manuals/debugging-native-code": {} }, @@ -125434,7 +125434,7 @@ [ "backup", { - "_index": 3834, + "_index": 4396, "data": { "manuals/version-control": {} }, @@ -125444,7 +125444,7 @@ [ "backward", { - "_index": 2512, + "_index": 2877, "data": { "manuals/atlas": {}, "manuals/flash": {}, @@ -125459,7 +125459,7 @@ [ "backwards", { - "_index": 6168, + "_index": 6128, "data": { "examples/movement/look_rotation": {} }, @@ -125469,7 +125469,7 @@ [ "backwheel", { - "_index": 6160, + "_index": 6217, "data": { "examples/physics/hinge_joint": {} }, @@ -125479,7 +125479,7 @@ [ "bad", { - "_index": 2391, + "_index": 1535, "data": { "manuals/editor-scripts-ui": {}, "manuals/getting-help": {} @@ -125490,7 +125490,7 @@ [ "baked", { - "_index": 461, + "_index": 4502, "data": { "manuals/extensions": {}, "manuals/importing-models": {}, @@ -125502,7 +125502,7 @@ [ "band", { - "_index": 7754, + "_index": 8605, "data": { "ref/stable/bit": {} }, @@ -125512,7 +125512,7 @@ [ "bandwidth", { - "_index": 8083, + "_index": 10408, "data": { "ref/stable/socket": {} }, @@ -125522,7 +125522,7 @@ [ "bang", { - "_index": 6215, + "_index": 6147, "data": { "examples/particles/fireworks": {} }, @@ -125532,7 +125532,7 @@ [ "banks", { - "_index": 5556, + "_index": 5713, "data": { "manuals/resource": {} }, @@ -125542,7 +125542,7 @@ [ "banners", { - "_index": 1651, + "_index": 4838, "data": { "manuals/porting-guidelines": {} }, @@ -125552,7 +125552,7 @@ [ "bar", { - "_index": 2552, + "_index": 2399, "data": { "assets/safearea": {}, "examples/gui/healthbar": {}, @@ -125567,7 +125567,7 @@ [ "bare", { - "_index": 5663, + "_index": 2183, "data": { "manuals/optimization-size": {} }, @@ -125577,7 +125577,7 @@ [ "barebones", { - "_index": 6748, + "_index": 6730, "data": { "assets/endlessrunner": {} }, @@ -125587,7 +125587,7 @@ [ "barrier", { - "_index": 10309, + "_index": 6916, "data": { "ref/stable/dmGraphics": {} }, @@ -125597,7 +125597,7 @@ [ "barrieraccessflags", { - "_index": 10170, + "_index": 6768, "data": { "ref/stable/dmGraphics": {} }, @@ -125607,7 +125607,7 @@ [ "barrierstageflags", { - "_index": 10171, + "_index": 6769, "data": { "ref/stable/dmGraphics": {} }, @@ -125617,7 +125617,7 @@ [ "bars", { - "_index": 3947, + "_index": 450, "data": { "examples/gui/healthbar": {}, "manuals/editor-scripts-ui": {}, @@ -125630,7 +125630,7 @@ [ "base", { - "_index": 1404, + "_index": 2854, "data": { "assets/firebase-remoteconfig": {}, "manuals/atlas": {}, @@ -125651,7 +125651,7 @@ [ "base64", { - "_index": 5017, + "_index": 4623, "data": { "manuals/extensions-manifest-merge-tool": {}, "ref/stable/dmCrypt": {} @@ -125662,7 +125662,7 @@ [ "base64decode", { - "_index": 8047, + "_index": 8154, "data": { "ref/stable/dmCrypt": {} }, @@ -125672,7 +125672,7 @@ [ "base64encode", { - "_index": 8049, + "_index": 8158, "data": { "ref/stable/dmCrypt": {} }, @@ -125682,7 +125682,7 @@ [ "base:18.2.0", { - "_index": 4120, + "_index": 5552, "data": { "manuals/extensions-gradle": {} }, @@ -125692,7 +125692,7 @@ [ "based", { - "_index": 664, + "_index": 228, "data": { "assets/chrono": {}, "assets/defkit": {}, @@ -125747,7 +125747,7 @@ [ "baseline", { - "_index": 5593, + "_index": 3904, "data": { "manuals/font": {} }, @@ -125757,7 +125757,7 @@ [ "bases", { - "_index": 10434, + "_index": 10654, "data": { "ref/stable/base": {} }, @@ -125767,7 +125767,7 @@ [ "bash", { - "_index": 1375, + "_index": 4012, "data": { "manuals/android": {}, "manuals/extender-local-setup": {}, @@ -125780,7 +125780,7 @@ [ "basic", { - "_index": 2774, + "_index": 1289, "data": { "assets/3deforms": {}, "assets/colorpicker": {}, @@ -125803,7 +125803,7 @@ [ "basis", { - "_index": 571, + "_index": 4131, "data": { "manuals/app-manifest": {}, "manuals/application-security": {}, @@ -125815,7 +125815,7 @@ [ "basisu", { - "_index": 1947, + "_index": 2099, "data": { "manuals/optimization-size": {}, "manuals/texture-profiles": {} @@ -125826,7 +125826,7 @@ [ "batch", { - "_index": 3735, + "_index": 562, "data": { "manuals/bundling": {}, "manuals/gui": {}, @@ -125841,7 +125841,7 @@ [ "batched", { - "_index": 3743, + "_index": 606, "data": { "manuals/gui": {}, "manuals/render": {}, @@ -125853,7 +125853,7 @@ [ "batches", { - "_index": 4484, + "_index": 557, "data": { "manuals/gui": {} }, @@ -125863,7 +125863,7 @@ [ "batching", { - "_index": 3732, + "_index": 1862, "data": { "examples/sprite/tint": {}, "manuals/mesh": {}, @@ -125876,7 +125876,7 @@ [ "battery", { - "_index": 1703, + "_index": 4861, "data": { "assets/batterystatus": {}, "manuals/porting-guidelines": {} @@ -125887,7 +125887,7 @@ [ "batterystatus", { - "_index": 6251, + "_index": 6750, "data": { "assets/batterystatus": {} }, @@ -125897,7 +125897,7 @@ [ "battles", { - "_index": 6400, + "_index": 6289, "data": { "assets/warbattlesassetpack": {} }, @@ -125907,7 +125907,7 @@ [ "bd", { - "_index": 7897, + "_index": 8533, "data": { "ref/stable/render": {} }, @@ -125917,7 +125917,7 @@ [ "be", { - "_index": 161, + "_index": 126, "data": { "assets/resource-encryption": {}, "examples/basics/parent_child": {}, @@ -126105,7 +126105,7 @@ [ "bean", { - "_index": 686, + "_index": 527, "data": { "manuals/addressing": {}, "manuals/building-blocks": {}, @@ -126118,7 +126118,7 @@ [ "bean.collection", { - "_index": 661, + "_index": 2515, "data": { "manuals/collection-factory": {} }, @@ -126128,7 +126128,7 @@ [ "bean/bean", { - "_index": 4552, + "_index": 6002, "data": { "manuals/building-blocks": {} }, @@ -126138,7 +126138,7 @@ [ "bean/buddy", { - "_index": 4863, + "_index": 3381, "data": { "manuals/addressing": {} }, @@ -126148,7 +126148,7 @@ [ "bean/controller.script", { - "_index": 695, + "_index": 2528, "data": { "manuals/collection-factory": {} }, @@ -126158,7 +126158,7 @@ [ "bean_factory", { - "_index": 691, + "_index": 2527, "data": { "manuals/collection-factory": {} }, @@ -126168,7 +126168,7 @@ [ "bean_ids", { - "_index": 690, + "_index": 2526, "data": { "manuals/collection-factory": {} }, @@ -126178,7 +126178,7 @@ [ "bean_node", { - "_index": 4478, + "_index": 525, "data": { "manuals/gui": {} }, @@ -126188,7 +126188,7 @@ [ "beans", { - "_index": 4852, + "_index": 3367, "data": { "manuals/addressing": {} }, @@ -126198,7 +126198,7 @@ [ "bear", { - "_index": 5488, + "_index": 3637, "data": { "manuals/extensions-best-practices": {} }, @@ -126208,7 +126208,7 @@ [ "beautiful", { - "_index": 6484, + "_index": 6612, "data": { "assets/haxesupport": {} }, @@ -126218,7 +126218,7 @@ [ "because", { - "_index": 1882, + "_index": 580, "data": { "examples/particles/fire_and_smoke": {}, "manuals/addressing": {}, @@ -126240,7 +126240,7 @@ [ "become", { - "_index": 1737, + "_index": 1476, "data": { "manuals/application-security": {}, "manuals/editor-scripts-ui": {}, @@ -126253,7 +126253,7 @@ [ "becomes", { - "_index": 1085, + "_index": 487, "data": { "manuals/addressing": {}, "manuals/building-blocks": {}, @@ -126270,7 +126270,7 @@ [ "becoming", { - "_index": 4257, + "_index": 3791, "data": { "manuals/microsoft-xbox": {} }, @@ -126280,7 +126280,7 @@ [ "bee", { - "_index": 6149, + "_index": 6166, "data": { "examples/physics/raycast": {}, "examples/render/camera": {}, @@ -126292,7 +126292,7 @@ [ "bee.script", { - "_index": 6171, + "_index": 6200, "data": { "examples/render/screen_to_world": {} }, @@ -126302,7 +126302,7 @@ [ "been", { - "_index": 438, + "_index": 1629, "data": { "examples/material/vertexcolor": {}, "examples/particles/confetti": {}, @@ -126351,7 +126351,7 @@ [ "before", { - "_index": 293, + "_index": 543, "data": { "assets/defold-index": {}, "manuals/addressing": {}, @@ -126413,7 +126413,7 @@ [ "beforehand", { - "_index": 5480, + "_index": 3630, "data": { "manuals/extensions-best-practices": {} }, @@ -126423,7 +126423,7 @@ [ "begin", { - "_index": 7220, + "_index": 7425, "data": { "ref/stable/dmArray": {}, "ref/stable/dmHid": {}, @@ -126436,7 +126436,7 @@ [ "beginframe", { - "_index": 10331, + "_index": 8748, "data": { "ref/stable/dmProfile": {} }, @@ -126446,7 +126446,7 @@ [ "beginning", { - "_index": 511, + "_index": 1509, "data": { "manuals/debugging-game-and-system-logs": {}, "manuals/editor-scripts-ui": {}, @@ -126464,7 +126464,7 @@ [ "behalf", { - "_index": 3070, + "_index": 5049, "data": { "manuals/live-update-aws": {} }, @@ -126474,7 +126474,7 @@ [ "behave", { - "_index": 3972, + "_index": 1497, "data": { "manuals/debugging-game-logic": {}, "manuals/editor-scripts-ui": {}, @@ -126488,7 +126488,7 @@ [ "behavior", { - "_index": 100, + "_index": 309, "data": { "assets/def-behavior-tree": {}, "assets/firebase-remoteconfig": {}, @@ -126514,7 +126514,7 @@ [ "behavioral", { - "_index": 6456, + "_index": 6605, "data": { "assets/def-behavior-tree": {} }, @@ -126524,7 +126524,7 @@ [ "behaviors", { - "_index": 5113, + "_index": 4593, "data": { "assets/def-behavior-tree": {}, "manuals/glossary": {}, @@ -126536,7 +126536,7 @@ [ "behaviour", { - "_index": 176, + "_index": 3838, "data": { "manuals/extensions-ext-manifests": {}, "manuals/glossary": {}, @@ -126552,7 +126552,7 @@ [ "behind", { - "_index": 4474, + "_index": 503, "data": { "manuals/application-lifecycle": {}, "manuals/gui": {} @@ -126563,7 +126563,7 @@ [ "being", { - "_index": 743, + "_index": 143, "data": { "assets/safearea": {}, "manuals/application-security": {}, @@ -126604,7 +126604,7 @@ [ "believe", { - "_index": 3573, + "_index": 5593, "data": { "manuals/introduction": {} }, @@ -126614,7 +126614,7 @@ [ "belong", { - "_index": 1921, + "_index": 2314, "data": { "manuals/debugging-native-code": {}, "manuals/physics": {}, @@ -126628,7 +126628,7 @@ [ "belonged", { - "_index": 3222, + "_index": 1249, "data": { "manuals/addressing": {}, "manuals/particlefx": {}, @@ -126642,7 +126642,7 @@ [ "belonging", { - "_index": 4145, + "_index": 3865, "data": { "manuals/collection-proxy": {}, "manuals/libraries": {}, @@ -126655,7 +126655,7 @@ [ "belongs", { - "_index": 3353, + "_index": 1877, "data": { "manuals/flash": {}, "manuals/gui-clipping": {}, @@ -126668,7 +126668,7 @@ [ "below", { - "_index": 824, + "_index": 63, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/application-security": {}, @@ -126709,7 +126709,7 @@ [ "beneficial", { - "_index": 5630, + "_index": 2104, "data": { "manuals/optimization-size": {}, "ref/stable/engine": {}, @@ -126721,7 +126721,7 @@ [ "benefit", { - "_index": 3826, + "_index": 3623, "data": { "manuals/building-blocks": {}, "manuals/editor-scripts": {}, @@ -126735,7 +126735,7 @@ [ "besides", { - "_index": 5135, + "_index": 5343, "data": { "manuals/editor-scripts": {} }, @@ -126745,7 +126745,7 @@ [ "best", { - "_index": 1579, + "_index": 1507, "data": { "assets/gamedistribution": {}, "manuals/application-security": {}, @@ -126768,7 +126768,7 @@ [ "beta/branches/14/4/main", { - "_index": 4226, + "_index": 3271, "data": { "manuals/bob": {} }, @@ -126778,7 +126778,7 @@ [ "better", { - "_index": 1514, + "_index": 463, "data": { "assets/pcg-random": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -126797,7 +126797,7 @@ [ "between", { - "_index": 514, + "_index": 898, "data": { "assets/2dcollisions": {}, "assets/defsave": {}, @@ -126876,7 +126876,7 @@ [ "beware", { - "_index": 8231, + "_index": 10537, "data": { "ref/stable/socket": {} }, @@ -126886,7 +126886,7 @@ [ "bf", { - "_index": 4156, + "_index": 3184, "data": { "manuals/bob": {} }, @@ -126896,7 +126896,7 @@ [ "bg", { - "_index": 4361, + "_index": 5541, "data": { "manuals/gui-clipping": {} }, @@ -126906,7 +126906,7 @@ [ "big", { - "_index": 5589, + "_index": 3896, "data": { "manuals/font": {}, "ref/stable/bit": {} @@ -126917,7 +126917,7 @@ [ "bigger", { - "_index": 2276, + "_index": 805, "data": { "manuals/extensions-best-practices": {}, "manuals/html5": {} @@ -126928,7 +126928,7 @@ [ "biggest", { - "_index": 5632, + "_index": 2108, "data": { "assets/gamedistribution": {}, "manuals/optimization-size": {} @@ -126939,7 +126939,7 @@ [ "billing", { - "_index": 6464, + "_index": 6496, "data": { "assets/iap": {}, "assets/rustore-billing": {} @@ -126950,7 +126950,7 @@ [ "binary", { - "_index": 2760, + "_index": 2105, "data": { "manuals/application-security": {}, "manuals/bob": {}, @@ -126970,7 +126970,7 @@ [ "bind", { - "_index": 1983, + "_index": 1803, "data": { "manuals/compute": {}, "manuals/input": {}, @@ -126988,7 +126988,7 @@ [ "binding", { - "_index": 1974, + "_index": 1930, "data": { "manuals/glossary": {}, "manuals/input": {}, @@ -127003,7 +127003,7 @@ [ "bindings", { - "_index": 1956, + "_index": 4472, "data": { "assets/defold-box2d": {}, "assets/defoldinput": {}, @@ -127019,7 +127019,7 @@ [ "binds", { - "_index": 5859, + "_index": 4567, "data": { "manuals/glossary": {}, "ref/stable/socket": {} @@ -127030,7 +127030,7 @@ [ "bit", { - "_index": 2587, + "_index": 1428, "data": { "assets/alienworld": {}, "assets/warbattlesassetpack": {}, @@ -127061,7 +127061,7 @@ [ "bit.arshift", { - "_index": 7747, + "_index": 8599, "data": { "ref/stable/bit": {} }, @@ -127071,7 +127071,7 @@ [ "bit.band", { - "_index": 7753, + "_index": 8604, "data": { "ref/stable/bit": {} }, @@ -127081,7 +127081,7 @@ [ "bit.bnot", { - "_index": 7755, + "_index": 8606, "data": { "ref/stable/bit": {} }, @@ -127091,7 +127091,7 @@ [ "bit.bor", { - "_index": 7757, + "_index": 8608, "data": { "ref/stable/bit": {} }, @@ -127101,7 +127101,7 @@ [ "bit.bswap", { - "_index": 7759, + "_index": 8610, "data": { "ref/stable/bit": {} }, @@ -127111,7 +127111,7 @@ [ "bit.bxor", { - "_index": 7764, + "_index": 8615, "data": { "ref/stable/bit": {} }, @@ -127121,7 +127121,7 @@ [ "bit.lshift", { - "_index": 7767, + "_index": 8618, "data": { "ref/stable/bit": {} }, @@ -127131,7 +127131,7 @@ [ "bit.rol", { - "_index": 7771, + "_index": 8622, "data": { "ref/stable/bit": {} }, @@ -127141,7 +127141,7 @@ [ "bit.ror", { - "_index": 7773, + "_index": 8624, "data": { "ref/stable/bit": {} }, @@ -127151,7 +127151,7 @@ [ "bit.rshift", { - "_index": 7775, + "_index": 8626, "data": { "ref/stable/bit": {} }, @@ -127161,7 +127161,7 @@ [ "bit.tobit", { - "_index": 7777, + "_index": 8628, "data": { "ref/stable/bit": {} }, @@ -127171,7 +127171,7 @@ [ "bit.tohex", { - "_index": 7780, + "_index": 8630, "data": { "ref/stable/bit": {} }, @@ -127181,7 +127181,7 @@ [ "bit46", { - "_index": 6404, + "_index": 6403, "data": { "assets/bit46": {} }, @@ -127191,7 +127191,7 @@ [ "bitmap", { - "_index": 342, + "_index": 965, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/font": {}, @@ -127204,7 +127204,7 @@ [ "bitmaps", { - "_index": 5568, + "_index": 3868, "data": { "manuals/font": {} }, @@ -127214,7 +127214,7 @@ [ "bitmask", { - "_index": 8696, + "_index": 8071, "data": { "ref/stable/tilemap": {} }, @@ -127224,7 +127224,7 @@ [ "bitop", { - "_index": 5079, + "_index": 5179, "data": { "manuals/lua": {} }, @@ -127234,7 +127234,7 @@ [ "bitplanes", { - "_index": 7860, + "_index": 8510, "data": { "ref/stable/render": {} }, @@ -127244,7 +127244,7 @@ [ "bits", { - "_index": 7507, + "_index": 8546, "data": { "ref/stable/bit": {}, "ref/stable/dmRender": {}, @@ -127256,7 +127256,7 @@ [ "bitwise", { - "_index": 6406, + "_index": 6405, "data": { "assets/bit46": {}, "ref/stable/bit": {}, @@ -127268,7 +127268,7 @@ [ "bj\u00f6rn", { - "_index": 6068, + "_index": 3492, "data": { "manuals/camera": {} }, @@ -127278,7 +127278,7 @@ [ "black", { - "_index": 1235, + "_index": 2814, "data": { "examples/physics/knockback": {}, "manuals/physics-resolving-collisions": {}, @@ -127290,7 +127290,7 @@ [ "blank", { - "_index": 4434, + "_index": 296, "data": { "manuals/gui": {}, "ref/stable/resource": {}, @@ -127302,7 +127302,7 @@ [ "blanks", { - "_index": 8389, + "_index": 9521, "data": { "ref/stable/sys": {} }, @@ -127312,7 +127312,7 @@ [ "blazing", { - "_index": 4317, + "_index": 5951, "data": { "manuals/design": {} }, @@ -127322,7 +127322,7 @@ [ "bleed", { - "_index": 2472, + "_index": 2844, "data": { "manuals/atlas": {} }, @@ -127332,7 +127332,7 @@ [ "bleeding", { - "_index": 5751, + "_index": 3831, "data": { "manuals/sprite": {} }, @@ -127342,7 +127342,7 @@ [ "blend", { - "_index": 825, + "_index": 344, "data": { "assets/defblend": {}, "examples/particles/confetti": {}, @@ -127366,7 +127366,7 @@ [ "blend_add", { - "_index": 9145, + "_index": 7600, "data": { "ref/stable/gui": {} }, @@ -127376,7 +127376,7 @@ [ "blend_add_alpha", { - "_index": 9148, + "_index": 7603, "data": { "ref/stable/gui": {} }, @@ -127386,7 +127386,7 @@ [ "blend_alpha", { - "_index": 9150, + "_index": 7605, "data": { "ref/stable/gui": {} }, @@ -127396,7 +127396,7 @@ [ "blend_duration", { - "_index": 4129, + "_index": 5926, "data": { "manuals/model": {}, "ref/stable/model": {} @@ -127407,7 +127407,7 @@ [ "blend_factor_constant_alpha", { - "_index": 9784, + "_index": 8175, "data": { "ref/stable/graphics": {} }, @@ -127417,7 +127417,7 @@ [ "blend_factor_constant_color", { - "_index": 9785, + "_index": 8177, "data": { "ref/stable/graphics": {} }, @@ -127427,7 +127427,7 @@ [ "blend_factor_dst_alpha", { - "_index": 9786, + "_index": 8179, "data": { "ref/stable/graphics": {} }, @@ -127437,7 +127437,7 @@ [ "blend_factor_dst_color", { - "_index": 9787, + "_index": 8181, "data": { "ref/stable/graphics": {} }, @@ -127447,7 +127447,7 @@ [ "blend_factor_one", { - "_index": 9788, + "_index": 8183, "data": { "ref/stable/graphics": {} }, @@ -127457,7 +127457,7 @@ [ "blend_factor_one_minus_constant_alpha", { - "_index": 9789, + "_index": 8185, "data": { "ref/stable/graphics": {} }, @@ -127467,7 +127467,7 @@ [ "blend_factor_one_minus_constant_color", { - "_index": 9790, + "_index": 8187, "data": { "ref/stable/graphics": {} }, @@ -127477,7 +127477,7 @@ [ "blend_factor_one_minus_dst_alpha", { - "_index": 9791, + "_index": 8189, "data": { "ref/stable/graphics": {} }, @@ -127487,7 +127487,7 @@ [ "blend_factor_one_minus_dst_color", { - "_index": 9792, + "_index": 8191, "data": { "ref/stable/graphics": {} }, @@ -127497,7 +127497,7 @@ [ "blend_factor_one_minus_src_alpha", { - "_index": 9793, + "_index": 8193, "data": { "ref/stable/graphics": {} }, @@ -127507,7 +127507,7 @@ [ "blend_factor_one_minus_src_color", { - "_index": 9794, + "_index": 8195, "data": { "ref/stable/graphics": {} }, @@ -127517,7 +127517,7 @@ [ "blend_factor_src_alpha", { - "_index": 9795, + "_index": 8197, "data": { "ref/stable/graphics": {} }, @@ -127527,7 +127527,7 @@ [ "blend_factor_src_alpha_saturate", { - "_index": 9796, + "_index": 8199, "data": { "ref/stable/graphics": {} }, @@ -127537,7 +127537,7 @@ [ "blend_factor_src_color", { - "_index": 9797, + "_index": 8201, "data": { "ref/stable/graphics": {} }, @@ -127547,7 +127547,7 @@ [ "blend_factor_zero", { - "_index": 9798, + "_index": 8203, "data": { "ref/stable/graphics": {} }, @@ -127557,7 +127557,7 @@ [ "blend_mult", { - "_index": 9152, + "_index": 7607, "data": { "ref/stable/gui": {} }, @@ -127567,7 +127567,7 @@ [ "blend_screen", { - "_index": 9154, + "_index": 7609, "data": { "ref/stable/gui": {} }, @@ -127577,7 +127577,7 @@ [ "blendcolor", { - "_index": 7852, + "_index": 8502, "data": { "ref/stable/render": {} }, @@ -127587,7 +127587,7 @@ [ "blended", { - "_index": 4443, + "_index": 346, "data": { "manuals/gui": {}, "ref/stable/gui": {}, @@ -127599,7 +127599,7 @@ [ "blender", { - "_index": 4836, + "_index": 4818, "data": { "assets/cleanexporter": {}, "manuals/importing-models": {} @@ -127610,7 +127610,7 @@ [ "blendfactor", { - "_index": 10172, + "_index": 6770, "data": { "ref/stable/dmGraphics": {} }, @@ -127620,7 +127620,7 @@ [ "blending", { - "_index": 2907, + "_index": 6043, "data": { "assets/defblend": {}, "examples/material/screenspace": {}, @@ -127636,7 +127636,7 @@ [ "blends", { - "_index": 4444, + "_index": 348, "data": { "manuals/gui": {}, "ref/stable/render": {} @@ -127647,7 +127647,7 @@ [ "blip", { - "_index": 6327, + "_index": 6668, "data": { "assets/blip": {} }, @@ -127657,7 +127657,7 @@ [ "bloat", { - "_index": 6701, + "_index": 6487, "data": { "assets/dear-imgui": {} }, @@ -127667,7 +127667,7 @@ [ "blob", { - "_index": 7311, + "_index": 8655, "data": { "ref/stable/crash": {}, "ref/stable/dmConfigFile": {} @@ -127678,7 +127678,7 @@ [ "block", { - "_index": 1095, + "_index": 858, "data": { "examples/physics/dynamic": {}, "examples/physics/hinge_joint": {}, @@ -127703,7 +127703,7 @@ [ "block1", { - "_index": 6156, + "_index": 6218, "data": { "examples/physics/dynamic": {} }, @@ -127713,7 +127713,7 @@ [ "block2", { - "_index": 6151, + "_index": 6212, "data": { "examples/physics/dynamic": {}, "examples/physics/kinematic": {} @@ -127724,7 +127724,7 @@ [ "blocked", { - "_index": 8111, + "_index": 9836, "data": { "ref/stable/dmConditionVariable": {}, "ref/stable/socket": {} @@ -127735,7 +127735,7 @@ [ "blocking", { - "_index": 5285, + "_index": 3595, "data": { "manuals/editor-scripts": {}, "manuals/socket-connections": {}, @@ -127751,7 +127751,7 @@ [ "blocks", { - "_index": 3590, + "_index": 1445, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/building-blocks": {}, @@ -127768,7 +127768,7 @@ [ "blocky", { - "_index": 5585, + "_index": 3892, "data": { "manuals/font": {} }, @@ -127778,7 +127778,7 @@ [ "blue", { - "_index": 2347, + "_index": 1259, "data": { "manuals/flash": {}, "manuals/gui-layouts": {}, @@ -127800,7 +127800,7 @@ [ "blueprints", { - "_index": 4559, + "_index": 6008, "data": { "manuals/building-blocks": {} }, @@ -127810,7 +127810,7 @@ [ "bluetooth", { - "_index": 4081, + "_index": 4280, "data": { "manuals/profiling": {} }, @@ -127820,7 +127820,7 @@ [ "blur", { - "_index": 6638, + "_index": 6684, "data": { "assets/blurshader": {} }, @@ -127830,7 +127830,7 @@ [ "blur_render_target", { - "_index": 2975, + "_index": 5288, "data": { "manuals/compute": {} }, @@ -127840,7 +127840,7 @@ [ "blurred", { - "_index": 4700, + "_index": 2230, "data": { "manuals/adapting-graphics-to-screen-size": {} }, @@ -127850,7 +127850,7 @@ [ "blurs", { - "_index": 2925, + "_index": 5258, "data": { "manuals/compute": {} }, @@ -127860,7 +127860,7 @@ [ "blurshader", { - "_index": 6637, + "_index": 6683, "data": { "assets/blurshader": {} }, @@ -127870,7 +127870,7 @@ [ "bmfont", { - "_index": 829, + "_index": 3870, "data": { "manuals/font": {}, "manuals/label": {} @@ -127881,7 +127881,7 @@ [ "bmfonts", { - "_index": 5567, + "_index": 3867, "data": { "manuals/font": {} }, @@ -127891,7 +127891,7 @@ [ "bnot", { - "_index": 7756, + "_index": 8607, "data": { "ref/stable/bit": {} }, @@ -127901,7 +127901,7 @@ [ "bo", { - "_index": 4159, + "_index": 3187, "data": { "manuals/bob": {}, "manuals/debugging-native-code-ios": {} @@ -127912,7 +127912,7 @@ [ "bob", { - "_index": 1484, + "_index": 3176, "data": { "manuals/application-security": {}, "manuals/bob": {}, @@ -127927,7 +127927,7 @@ [ "bob.jar", { - "_index": 771, + "_index": 3181, "data": { "manuals/bob": {}, "manuals/caching-assets": {}, @@ -127941,7 +127941,7 @@ [ "bob/bob.jar", { - "_index": 4146, + "_index": 3168, "data": { "manuals/bob": {} }, @@ -127951,7 +127951,7 @@ [ "bodies", { - "_index": 7047, + "_index": 7459, "data": { "ref/stable/b2d.body": {}, "ref/stable/physics": {} @@ -127962,7 +127962,7 @@ [ "body", { - "_index": 1892, + "_index": 2297, "data": { "examples/physics/hinge_joint": {}, "manuals/addressing": {}, @@ -127983,7 +127983,7 @@ [ "body's", { - "_index": 8885, + "_index": 10066, "data": { "ref/stable/b2d.body": {} }, @@ -127993,7 +127993,7 @@ [ "body_cbk", { - "_index": 7231, + "_index": 10386, "data": { "ref/stable/dmHttpClient": {} }, @@ -128003,7 +128003,7 @@ [ "body_sprite_url", { - "_index": 2598, + "_index": 4313, "data": { "manuals/factory": {} }, @@ -128013,7 +128013,7 @@ [ "bodya", { - "_index": 5987, + "_index": 5784, "data": { "manuals/physics-joints": {}, "ref/stable/physics": {} @@ -128024,7 +128024,7 @@ [ "bodya_angle", { - "_index": 7085, + "_index": 7496, "data": { "ref/stable/physics": {} }, @@ -128034,7 +128034,7 @@ [ "bodyb", { - "_index": 5986, + "_index": 5783, "data": { "manuals/physics-joints": {}, "ref/stable/physics": {} @@ -128045,7 +128045,7 @@ [ "bodyb_angle", { - "_index": 7084, + "_index": 7495, "data": { "ref/stable/physics": {} }, @@ -128055,7 +128055,7 @@ [ "bold", { - "_index": 3129, + "_index": 2414, "data": { "manuals/editor-styling": {} }, @@ -128065,7 +128065,7 @@ [ "bone", { - "_index": 463, + "_index": 4503, "data": { "manuals/glossary": {}, "manuals/importing-models": {}, @@ -128081,7 +128081,7 @@ [ "bone_002", { - "_index": 500, + "_index": 4518, "data": { "manuals/model-animation": {} }, @@ -128091,7 +128091,7 @@ [ "bone_go", { - "_index": 498, + "_index": 4516, "data": { "manuals/model-animation": {} }, @@ -128101,7 +128101,7 @@ [ "bones", { - "_index": 486, + "_index": 4512, "data": { "manuals/importing-models": {}, "manuals/model-animation": {}, @@ -128114,7 +128114,7 @@ [ "book", { - "_index": 3076, + "_index": 214, "data": { "assets/narrator": {}, "manuals/flipbook-animation": {}, @@ -128129,7 +128129,7 @@ [ "books", { - "_index": 5080, + "_index": 5180, "data": { "manuals/lua": {} }, @@ -128139,7 +128139,7 @@ [ "bool", { - "_index": 4390, + "_index": 3712, "data": { "manuals/project-settings": {}, "ref/stable/b2d.body": {}, @@ -128180,7 +128180,7 @@ [ "boolean", { - "_index": 1869, + "_index": 1406, "data": { "examples/sprite/flip": {}, "manuals/editor-scripts": {}, @@ -128227,7 +128227,7 @@ [ "booleandetermines", { - "_index": 10684, + "_index": 8838, "data": { "ref/stable/editor": {} }, @@ -128237,7 +128237,7 @@ [ "booleanif", { - "_index": 10722, + "_index": 8876, "data": { "ref/stable/editor": {} }, @@ -128247,7 +128247,7 @@ [ "booleans", { - "_index": 5165, + "_index": 5372, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -128258,7 +128258,7 @@ [ "booleanwhether", { - "_index": 10656, + "_index": 8810, "data": { "ref/stable/editor": {} }, @@ -128268,7 +128268,7 @@ [ "boom", { - "_index": 5728, + "_index": 3565, "data": { "manuals/sound": {} }, @@ -128278,7 +128278,7 @@ [ "boot", { - "_index": 3440, + "_index": 2980, "data": { "manuals/ios": {} }, @@ -128288,7 +128288,7 @@ [ "booted", { - "_index": 3490, + "_index": 3034, "data": { "manuals/ios": {} }, @@ -128298,7 +128298,7 @@ [ "bootstrap", { - "_index": 3247, + "_index": 2082, "data": { "examples/collection/proxy": {}, "examples/collection/splash": {}, @@ -128315,7 +128315,7 @@ [ "bootstrap.main_collection", { - "_index": 5948, + "_index": 1983, "data": { "manuals/editor-preferences": {} }, @@ -128325,7 +128325,7 @@ [ "bor", { - "_index": 7758, + "_index": 8609, "data": { "ref/stable/bit": {} }, @@ -128335,7 +128335,7 @@ [ "border", { - "_index": 2257, + "_index": 783, "data": { "manuals/atlas": {}, "manuals/html5": {}, @@ -128348,7 +128348,7 @@ [ "bordering", { - "_index": 2808, + "_index": 4171, "data": { "manuals/application-security": {} }, @@ -128358,7 +128358,7 @@ [ "borders", { - "_index": 2469, + "_index": 2841, "data": { "manuals/atlas": {} }, @@ -128368,7 +128368,7 @@ [ "both", { - "_index": 580, + "_index": 28, "data": { "assets/defbuild": {}, "examples/gui/layouts": {}, @@ -128409,7 +128409,7 @@ [ "bots", { - "_index": 2803, + "_index": 4166, "data": { "manuals/application-security": {} }, @@ -128419,7 +128419,7 @@ [ "bottlenecks", { - "_index": 1706, + "_index": 4590, "data": { "manuals/glossary": {}, "manuals/porting-guidelines": {} @@ -128430,7 +128430,7 @@ [ "bottom", { - "_index": 1967, + "_index": 389, "data": { "examples/factory/bullets": {}, "examples/factory/dynamic": {}, @@ -128460,7 +128460,7 @@ [ "bottom_left", { - "_index": 10667, + "_index": 8821, "data": { "ref/stable/editor": {} }, @@ -128470,7 +128470,7 @@ [ "bottom_right", { - "_index": 10669, + "_index": 8823, "data": { "ref/stable/editor": {} }, @@ -128480,7 +128480,7 @@ [ "bounce", { - "_index": 1874, + "_index": 2284, "data": { "examples/physics/dynamic": {}, "manuals/physics-objects": {}, @@ -128493,7 +128493,7 @@ [ "bounces", { - "_index": 2952, + "_index": 5275, "data": { "examples/sound/panning": {}, "manuals/compute": {} @@ -128504,7 +128504,7 @@ [ "bound", { - "_index": 2131, + "_index": 98, "data": { "assets/daabbcc": {}, "manuals/compute": {}, @@ -128521,7 +128521,7 @@ [ "boundaries", { - "_index": 4451, + "_index": 376, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/gui": {} @@ -128532,7 +128532,7 @@ [ "boundary", { - "_index": 3333, + "_index": 5127, "data": { "manuals/flash": {}, "ref/stable/dmAlign": {} @@ -128543,7 +128543,7 @@ [ "bounded", { - "_index": 10443, + "_index": 9657, "data": { "ref/stable/dmStringFunc": {} }, @@ -128553,7 +128553,7 @@ [ "bounding", { - "_index": 809, + "_index": 400, "data": { "manuals/editor": {}, "manuals/flash": {}, @@ -128572,7 +128572,7 @@ [ "bounds", { - "_index": 2068, + "_index": 83, "data": { "examples/gui/drag": {}, "examples/sound/panning": {}, @@ -128593,7 +128593,7 @@ [ "box", { - "_index": 210, + "_index": 237, "data": { "examples/collection/proxy": {}, "examples/collection/splash": {}, @@ -128639,7 +128639,7 @@ [ "box2d", { - "_index": 1883, + "_index": 1031, "data": { "assets/defold-box2d": {}, "manuals/flash": {}, @@ -128655,7 +128655,7 @@ [ "box_data", { - "_index": 211, + "_index": 5530, "data": { "manuals/physics-shapes": {} }, @@ -128665,7 +128665,7 @@ [ "boxes", { - "_index": 3334, + "_index": 464, "data": { "manuals/android": {}, "manuals/editor": {}, @@ -128679,7 +128679,7 @@ [ "br", { - "_index": 4160, + "_index": 3188, "data": { "manuals/bob": {} }, @@ -128689,7 +128689,7 @@ [ "braces", { - "_index": 2286, + "_index": 822, "data": { "manuals/html5": {} }, @@ -128699,7 +128699,7 @@ [ "brackets", { - "_index": 1148, + "_index": 2769, "data": { "manuals/shader": {} }, @@ -128709,7 +128709,7 @@ [ "branch", { - "_index": 6289, + "_index": 6570, "data": { "assets/daabbcc": {} }, @@ -128719,7 +128719,7 @@ [ "branched", { - "_index": 6425, + "_index": 6387, "data": { "assets/defork": {} }, @@ -128729,7 +128729,7 @@ [ "branches", { - "_index": 3845, + "_index": 4407, "data": { "manuals/version-control": {} }, @@ -128739,7 +128739,7 @@ [ "branching", { - "_index": 6348, + "_index": 6455, "data": { "assets/defarc": {} }, @@ -128749,7 +128749,7 @@ [ "breadcrumb", { - "_index": 9937, + "_index": 8675, "data": { "ref/stable/crash": {} }, @@ -128759,7 +128759,7 @@ [ "break", { - "_index": 55, + "_index": 286, "data": { "examples/sprite/tint": {}, "manuals/debugging-game-logic": {}, @@ -128777,7 +128777,7 @@ [ "breakdown", { - "_index": 4058, + "_index": 4256, "data": { "manuals/profiling": {} }, @@ -128787,7 +128787,7 @@ [ "breakpoint", { - "_index": 4271, + "_index": 4922, "data": { "manuals/debugging-game-logic": {}, "manuals/debugging-native-code-android": {}, @@ -128799,7 +128799,7 @@ [ "breakpoints", { - "_index": 4083, + "_index": 2455, "data": { "manuals/debugging-game-logic": {}, "manuals/debugging-native-code-ios": {}, @@ -128813,7 +128813,7 @@ [ "breaks", { - "_index": 4486, + "_index": 564, "data": { "manuals/debugging-game-logic": {}, "manuals/gui": {}, @@ -128826,7 +128826,7 @@ [ "brew", { - "_index": 1364, + "_index": 2988, "data": { "manuals/extender-local-setup": {}, "manuals/ios": {} @@ -128837,7 +128837,7 @@ [ "brhtml", { - "_index": 4161, + "_index": 3189, "data": { "manuals/bob": {} }, @@ -128847,7 +128847,7 @@ [ "bridge", { - "_index": 3705, + "_index": 1820, "data": { "assets/adswrapper": {}, "manuals/glossary": {}, @@ -128859,7 +128859,7 @@ [ "brief", { - "_index": 5322, + "_index": 5807, "data": { "manuals/macos": {}, "ref/stable/go": {}, @@ -128871,7 +128871,7 @@ [ "bright", { - "_index": 2916, + "_index": 6047, "data": { "manuals/material": {} }, @@ -128881,7 +128881,7 @@ [ "bring", { - "_index": 2412, + "_index": 1127, "data": { "manuals/bundling": {}, "manuals/editor": {}, @@ -128897,7 +128897,7 @@ [ "brings", { - "_index": 5820, + "_index": 5566, "data": { "assets/compat53": {}, "manuals/editor": {} @@ -128908,7 +128908,7 @@ [ "brjson", { - "_index": 4163, + "_index": 3191, "data": { "manuals/bob": {} }, @@ -128918,7 +128918,7 @@ [ "broad", { - "_index": 8923, + "_index": 10103, "data": { "ref/stable/b2d.body": {} }, @@ -128928,7 +128928,7 @@ [ "broadcast", { - "_index": 6879, + "_index": 7935, "data": { "ref/stable/dmConditionVariable": {}, "ref/stable/dmSocket": {}, @@ -128942,7 +128942,7 @@ [ "broadcasted", { - "_index": 7036, + "_index": 7448, "data": { "ref/stable/physics": {} }, @@ -128952,7 +128952,7 @@ [ "broken", { - "_index": 4045, + "_index": 4243, "data": { "manuals/glossary": {}, "manuals/profiling": {}, @@ -128964,7 +128964,7 @@ [ "broker", { - "_index": 6574, + "_index": 6695, "data": { "assets/gamedistribution": {} }, @@ -128974,7 +128974,7 @@ [ "brought", { - "_index": 1913, + "_index": 2309, "data": { "manuals/glossary": {}, "manuals/physics-objects": {}, @@ -128986,7 +128986,7 @@ [ "browse", { - "_index": 3433, + "_index": 2976, "data": { "manuals/ios": {}, "manuals/profiling": {}, @@ -128998,7 +128998,7 @@ [ "browser", { - "_index": 803, + "_index": 659, "data": { "assets/dashdocsetfordefold": {}, "assets/defcon": {}, @@ -129026,7 +129026,7 @@ [ "browsers", { - "_index": 1770, + "_index": 739, "data": { "assets/defold-mobilehtml5-typing": {}, "manuals/file-access": {}, @@ -129039,7 +129039,7 @@ [ "brush", { - "_index": 4336, + "_index": 4426, "data": { "manuals/tilemap": {} }, @@ -129049,7 +129049,7 @@ [ "bs", { - "_index": 7899, + "_index": 8535, "data": { "ref/stable/render": {} }, @@ -129059,7 +129059,7 @@ [ "bsd", { - "_index": 7304, + "_index": 9349, "data": { "ref/stable/dmSocket": {}, "ref/stable/dmStringFunc": {}, @@ -129071,7 +129071,7 @@ [ "bswap", { - "_index": 7760, + "_index": 8611, "data": { "ref/stable/bit": {} }, @@ -129081,7 +129081,7 @@ [ "bucket", { - "_index": 1810, + "_index": 3315, "data": { "manuals/live-update": {}, "manuals/live-update-aws": {} @@ -129092,7 +129092,7 @@ [ "buckets", { - "_index": 1616, + "_index": 3123, "data": { "manuals/live-update-aws": {}, "manuals/optimization-speed": {} @@ -129103,7 +129103,7 @@ [ "buddy", { - "_index": 4853, + "_index": 3368, "data": { "manuals/addressing": {} }, @@ -129113,7 +129113,7 @@ [ "buddy#controller", { - "_index": 4858, + "_index": 3374, "data": { "manuals/addressing": {} }, @@ -129123,7 +129123,7 @@ [ "buf", { - "_index": 2522, + "_index": 2884, "data": { "manuals/atlas": {}, "manuals/mesh": {} @@ -129134,7 +129134,7 @@ [ "buffer", { - "_index": 929, + "_index": 1041, "data": { "assets/drawpixels": {}, "assets/imageloader": {}, @@ -129182,7 +129182,7 @@ [ "buffer's", { - "_index": 2918, + "_index": 6048, "data": { "manuals/material": {}, "ref/stable/render": {} @@ -129193,7 +129193,7 @@ [ "buffer.copy_buffer", { - "_index": 10368, + "_index": 8076, "data": { "ref/stable/buffer": {} }, @@ -129203,7 +129203,7 @@ [ "buffer.copy_stream", { - "_index": 10370, + "_index": 8078, "data": { "ref/stable/buffer": {} }, @@ -129213,7 +129213,7 @@ [ "buffer.create", { - "_index": 2523, + "_index": 2885, "data": { "manuals/atlas": {}, "manuals/buffer": {}, @@ -129228,7 +129228,7 @@ [ "buffer.get_bytes", { - "_index": 10373, + "_index": 8081, "data": { "ref/stable/buffer": {} }, @@ -129238,7 +129238,7 @@ [ "buffer.get_metadata", { - "_index": 10375, + "_index": 8083, "data": { "ref/stable/buffer": {} }, @@ -129248,7 +129248,7 @@ [ "buffer.get_stream", { - "_index": 2526, + "_index": 2889, "data": { "manuals/atlas": {}, "manuals/mesh": {}, @@ -129260,7 +129260,7 @@ [ "buffer.set_metadata", { - "_index": 4538, + "_index": 5657, "data": { "manuals/mesh": {}, "ref/stable/buffer": {} @@ -129271,7 +129271,7 @@ [ "buffer.value_type_float32", { - "_index": 4530, + "_index": 5649, "data": { "manuals/mesh": {}, "ref/stable/buffer": {} @@ -129282,7 +129282,7 @@ [ "buffer.value_type_int16", { - "_index": 10380, + "_index": 8088, "data": { "ref/stable/buffer": {} }, @@ -129292,7 +129292,7 @@ [ "buffer.value_type_int32", { - "_index": 10382, + "_index": 8090, "data": { "ref/stable/buffer": {} }, @@ -129302,7 +129302,7 @@ [ "buffer.value_type_int64", { - "_index": 10384, + "_index": 8092, "data": { "ref/stable/buffer": {} }, @@ -129312,7 +129312,7 @@ [ "buffer.value_type_int8", { - "_index": 10386, + "_index": 8094, "data": { "ref/stable/buffer": {} }, @@ -129322,7 +129322,7 @@ [ "buffer.value_type_uint16", { - "_index": 10388, + "_index": 8096, "data": { "ref/stable/buffer": {} }, @@ -129332,7 +129332,7 @@ [ "buffer.value_type_uint32", { - "_index": 10390, + "_index": 8098, "data": { "ref/stable/buffer": {} }, @@ -129342,7 +129342,7 @@ [ "buffer.value_type_uint64", { - "_index": 10392, + "_index": 8100, "data": { "ref/stable/buffer": {} }, @@ -129352,7 +129352,7 @@ [ "buffer.value_type_uint8", { - "_index": 2524, + "_index": 2887, "data": { "manuals/atlas": {}, "ref/stable/buffer": {} @@ -129363,7 +129363,7 @@ [ "buffer_ok", { - "_index": 10530, + "_index": 10573, "data": { "ref/stable/dmBuffer": {} }, @@ -129373,7 +129373,7 @@ [ "buffer_type", { - "_index": 7421, + "_index": 10353, "data": { "ref/stable/resource": {} }, @@ -129383,7 +129383,7 @@ [ "buffer_type_color0_bit", { - "_index": 9799, + "_index": 8205, "data": { "ref/stable/graphics": {} }, @@ -129393,7 +129393,7 @@ [ "buffer_type_color1_bit", { - "_index": 7842, + "_index": 8207, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -129404,7 +129404,7 @@ [ "buffer_type_color2_bit", { - "_index": 7843, + "_index": 8210, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -129415,7 +129415,7 @@ [ "buffer_type_color3_bit", { - "_index": 7844, + "_index": 8212, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -129426,7 +129426,7 @@ [ "buffer_type_depth_bit", { - "_index": 9801, + "_index": 8214, "data": { "ref/stable/graphics": {} }, @@ -129436,7 +129436,7 @@ [ "buffer_type_stencil_bit", { - "_index": 9802, + "_index": 8216, "data": { "ref/stable/graphics": {} }, @@ -129446,7 +129446,7 @@ [ "bufferaccess", { - "_index": 10173, + "_index": 6771, "data": { "ref/stable/dmGraphics": {} }, @@ -129456,7 +129456,7 @@ [ "bufferc", { - "_index": 7364, + "_index": 10332, "data": { "ref/stable/resource": {} }, @@ -129466,7 +129466,7 @@ [ "buffered", { - "_index": 8092, + "_index": 9394, "data": { "ref/stable/io": {}, "ref/stable/socket": {} @@ -129477,7 +129477,7 @@ [ "buffering", { - "_index": 7947, + "_index": 8575, "data": { "ref/stable/io": {}, "ref/stable/render": {} @@ -129488,7 +129488,7 @@ [ "buffers", { - "_index": 924, + "_index": 1042, "data": { "manuals/compute": {}, "manuals/extensions-defold-sdk": {}, @@ -129508,7 +129508,7 @@ [ "bufferstream", { - "_index": 10372, + "_index": 8080, "data": { "ref/stable/buffer": {} }, @@ -129518,7 +129518,7 @@ [ "bufferusage", { - "_index": 10174, + "_index": 6772, "data": { "ref/stable/dmGraphics": {} }, @@ -129528,7 +129528,7 @@ [ "bug", { - "_index": 1985, + "_index": 4934, "data": { "manuals/debugging-game-logic": {}, "manuals/getting-help": {}, @@ -129541,7 +129541,7 @@ [ "bugs", { - "_index": 4575, + "_index": 1935, "data": { "manuals/debugging": {}, "manuals/debugging-game-logic": {}, @@ -129553,7 +129553,7 @@ [ "build", { - "_index": 659, + "_index": 313, "data": { "assets/apathfinding": {}, "assets/defbuild": {}, @@ -129618,7 +129618,7 @@ [ "build.gradle", { - "_index": 4114, + "_index": 4733, "data": { "manuals/extensions": {}, "manuals/extensions-gradle": {} @@ -129629,7 +129629,7 @@ [ "build.yml", { - "_index": 1260, + "_index": 4643, "data": { "manuals/extensions-ext-manifests": {} }, @@ -129639,7 +129639,7 @@ [ "build/arm64", { - "_index": 4791, + "_index": 4979, "data": { "manuals/debugging-native-code": {} }, @@ -129649,7 +129649,7 @@ [ "build/armv7", { - "_index": 4282, + "_index": 5513, "data": { "manuals/debugging-native-code-android": {} }, @@ -129659,7 +129659,7 @@ [ "build/default", { - "_index": 4042, + "_index": 3225, "data": { "manuals/bob": {}, "manuals/profiling": {} @@ -129670,7 +129670,7 @@ [ "build/default/game.graph.json", { - "_index": 1841, + "_index": 3333, "data": { "manuals/live-update": {} }, @@ -129680,7 +129680,7 @@ [ "build/default/game.projectc", { - "_index": 8611, + "_index": 9368, "data": { "ref/stable/engine": {} }, @@ -129690,7 +129690,7 @@ [ "build/ios", { - "_index": 6074, + "_index": 4894, "data": { "manuals/debugging-native-code-ios": {} }, @@ -129700,7 +129700,7 @@ [ "build/js", { - "_index": 4796, + "_index": 4984, "data": { "manuals/debugging-native-code": {} }, @@ -129710,7 +129710,7 @@ [ "build/plugins", { - "_index": 5244, + "_index": 5450, "data": { "manuals/editor-scripts": {} }, @@ -129720,7 +129720,7 @@ [ "build/plugins/${extension", { - "_index": 5246, + "_index": 5452, "data": { "manuals/editor-scripts": {} }, @@ -129730,7 +129730,7 @@ [ "build/plugins/my", { - "_index": 5235, + "_index": 5441, "data": { "manuals/editor-scripts": {} }, @@ -129740,7 +129740,7 @@ [ "build/wasm", { - "_index": 4797, + "_index": 4985, "data": { "manuals/debugging-native-code": {} }, @@ -129750,7 +129750,7 @@ [ "build/x86_64", { - "_index": 4792, + "_index": 4980, "data": { "manuals/debugging-native-code": {} }, @@ -129760,7 +129760,7 @@ [ "build_time", { - "_index": 5209, + "_index": 5417, "data": { "manuals/editor-scripts": {} }, @@ -129770,7 +129770,7 @@ [ "builder", { - "_index": 4055, + "_index": 4254, "data": { "manuals/extender-docker-images": {}, "manuals/extensions": {}, @@ -129784,7 +129784,7 @@ [ "builder.platforms", { - "_index": 4919, + "_index": 4794, "data": { "manuals/extender-docker-images": {} }, @@ -129794,7 +129794,7 @@ [ "builders", { - "_index": 1358, + "_index": 4008, "data": { "manuals/extender-local-setup": {} }, @@ -129804,7 +129804,7 @@ [ "building", { - "_index": 645, + "_index": 808, "data": { "assets/defbuild": {}, "assets/defold-index": {}, @@ -129837,7 +129837,7 @@ [ "buildings", { - "_index": 5878, + "_index": 4600, "data": { "manuals/glossary": {} }, @@ -129847,7 +129847,7 @@ [ "builds", { - "_index": 1504, + "_index": 711, "data": { "manuals/application-security": {}, "manuals/bob": {}, @@ -129872,7 +129872,7 @@ [ "built", { - "_index": 1107, + "_index": 1079, "data": { "examples/sprite/tint": {}, "examples/timer/cancel_timer": {}, @@ -129913,7 +129913,7 @@ [ "builtin", { - "_index": 1128, + "_index": 2754, "data": { "manuals/shader": {} }, @@ -129923,7 +129923,7 @@ [ "builtins", { - "_index": 2251, + "_index": 777, "data": { "manuals/bob": {}, "manuals/glossary": {}, @@ -129935,7 +129935,7 @@ [ "builtins.scripts.mobdebug", { - "_index": 4986, + "_index": 2446, "data": { "manuals/zerobrane": {} }, @@ -129956,7 +129956,7 @@ [ "builtins/ca", { - "_index": 276, + "_index": 5255, "data": { "manuals/networking": {} }, @@ -129966,7 +129966,7 @@ [ "builtins/fonts/debug/always_on_top.font", { - "_index": 4590, + "_index": 5868, "data": { "manuals/debugging-game-logic": {} }, @@ -129976,7 +129976,7 @@ [ "builtins/fonts/debug/always_on_top_font.material", { - "_index": 4591, + "_index": 5869, "data": { "manuals/debugging-game-logic": {} }, @@ -129986,7 +129986,7 @@ [ "builtins/fonts/default.font", { - "_index": 4414, + "_index": 173, "data": { "manuals/gui": {} }, @@ -129996,7 +129996,7 @@ [ "builtins/fonts/font", { - "_index": 5581, + "_index": 3885, "data": { "manuals/font": {} }, @@ -130006,7 +130006,7 @@ [ "builtins/materials", { - "_index": 1597, + "_index": 3114, "data": { "manuals/optimization-speed": {} }, @@ -130016,7 +130016,7 @@ [ "builtins/materials/*_paged_atlas.material", { - "_index": 2478, + "_index": 2849, "data": { "manuals/atlas": {} }, @@ -130026,7 +130026,7 @@ [ "bulk", { - "_index": 5622, + "_index": 2081, "data": { "manuals/optimization-size": {} }, @@ -130036,7 +130036,7 @@ [ "bullet", { - "_index": 1914, + "_index": 2310, "data": { "examples/factory/bullets": {}, "examples/factory/dynamic": {}, @@ -130052,7 +130052,7 @@ [ "bullet.hittestobject", { - "_index": 3335, + "_index": 5128, "data": { "manuals/flash": {} }, @@ -130062,7 +130062,7 @@ [ "bullet.x", { - "_index": 3343, + "_index": 5133, "data": { "manuals/flash": {} }, @@ -130072,7 +130072,7 @@ [ "bullet.y", { - "_index": 3344, + "_index": 5134, "data": { "manuals/flash": {} }, @@ -130082,7 +130082,7 @@ [ "bullet3d", { - "_index": 5624, + "_index": 2090, "data": { "manuals/optimization-size": {} }, @@ -130092,7 +130092,7 @@ [ "bullets", { - "_index": 1923, + "_index": 2316, "data": { "examples/factory/bullets": {}, "examples/factory/dynamic": {}, @@ -130108,7 +130108,7 @@ [ "bullseye", { - "_index": 3332, + "_index": 5126, "data": { "manuals/flash": {} }, @@ -130118,7 +130118,7 @@ [ "bullseye.hittestpoint", { - "_index": 3342, + "_index": 5132, "data": { "manuals/flash": {} }, @@ -130128,7 +130128,7 @@ [ "bunch", { - "_index": 6492, + "_index": 6480, "data": { "assets/deftable": {} }, @@ -130138,7 +130138,7 @@ [ "bundle", { - "_index": 1289, + "_index": 642, "data": { "assets/apkverifier": {}, "assets/vs-code-ide": {}, @@ -130175,7 +130175,7 @@ [ "bundled", { - "_index": 1842, + "_index": 2023, "data": { "examples/resource/modify_atlas": {}, "manuals/editor-preferences": {}, @@ -130190,7 +130190,7 @@ [ "bundler", { - "_index": 1792, + "_index": 3305, "data": { "manuals/live-update": {} }, @@ -130200,7 +130200,7 @@ [ "bundles", { - "_index": 1994, + "_index": 3006, "data": { "manuals/android": {}, "manuals/bob": {}, @@ -130216,7 +130216,7 @@ [ "bundletool", { - "_index": 4111, + "_index": 5544, "data": { "manuals/extensions-gradle": {} }, @@ -130226,7 +130226,7 @@ [ "bundling", { - "_index": 1799, + "_index": 809, "data": { "manuals/android": {}, "manuals/bob": {}, @@ -130255,7 +130255,7 @@ [ "bunny", { - "_index": 6109, + "_index": 6132, "data": { "examples/basics/z_order": {}, "examples/physics/trigger": {} @@ -130266,7 +130266,7 @@ [ "bunny's", { - "_index": 6155, + "_index": 6214, "data": { "examples/physics/trigger": {} }, @@ -130276,7 +130276,7 @@ [ "bunnymark", { - "_index": 6193, + "_index": 6169, "data": { "examples/sprite/bunnymark": {} }, @@ -130286,7 +130286,7 @@ [ "but", { - "_index": 277, + "_index": 260, "data": { "assets/compat53": {}, "assets/debeat": {}, @@ -130373,7 +130373,7 @@ [ "button", { - "_index": 150, + "_index": 600, "data": { "assets/gooey": {}, "assets/quickbutton": {}, @@ -130415,7 +130415,7 @@ [ "button.gui", { - "_index": 6127, + "_index": 6099, "data": { "examples/gui/button": {} }, @@ -130425,7 +130425,7 @@ [ "button.gui_script", { - "_index": 6128, + "_index": 6100, "data": { "examples/gui/button": {} }, @@ -130435,7 +130435,7 @@ [ "button_1/button", { - "_index": 4747, + "_index": 4700, "data": { "manuals/gui-template": {} }, @@ -130445,7 +130445,7 @@ [ "buttoncancel", { - "_index": 10723, + "_index": 8877, "data": { "ref/stable/editor": {} }, @@ -130455,7 +130455,7 @@ [ "buttondown", { - "_index": 3381, + "_index": 5157, "data": { "manuals/flash": {} }, @@ -130465,7 +130465,7 @@ [ "buttonenabled", { - "_index": 10724, + "_index": 8878, "data": { "ref/stable/editor": {} }, @@ -130475,7 +130475,7 @@ [ "buttons", { - "_index": 1991, + "_index": 582, "data": { "assets/gooey": {}, "examples/collection/proxy": {}, @@ -130499,7 +130499,7 @@ [ "buttontext", { - "_index": 10677, + "_index": 8831, "data": { "ref/stable/editor": {} }, @@ -130509,7 +130509,7 @@ [ "bxor", { - "_index": 7765, + "_index": 8616, "data": { "ref/stable/bit": {} }, @@ -130519,7 +130519,7 @@ [ "by", { - "_index": 70, + "_index": 201, "data": { "assets/apkx": {}, "assets/crypto_iap": {}, @@ -130681,7 +130681,7 @@ [ "bypass", { - "_index": 8149, + "_index": 10460, "data": { "ref/stable/socket": {} }, @@ -130691,7 +130691,7 @@ [ "bypasses", { - "_index": 7300, + "_index": 9346, "data": { "ref/stable/package": {} }, @@ -130701,7 +130701,7 @@ [ "byte", { - "_index": 4198, + "_index": 3237, "data": { "manuals/bob": {}, "ref/stable/buffer": {}, @@ -130718,7 +130718,7 @@ [ "bytecode", { - "_index": 2762, + "_index": 3235, "data": { "manuals/application-security": {}, "manuals/bob": {} @@ -130729,7 +130729,7 @@ [ "bytes", { - "_index": 616, + "_index": 874, "data": { "manuals/android": {}, "manuals/app-manifest": {}, @@ -130765,7 +130765,7 @@ [ "bytes_received", { - "_index": 8564, + "_index": 10169, "data": { "ref/stable/http": {} }, @@ -130775,7 +130775,7 @@ [ "bytes_total", { - "_index": 8567, + "_index": 10172, "data": { "ref/stable/http": {} }, @@ -130785,7 +130785,7 @@ [ "c", { - "_index": 1319, + "_index": 3610, "data": { "assets/pcg-random": {}, "assets/tactxstudios": {}, @@ -130817,7 +130817,7 @@ [ "c++11", { - "_index": 9669, + "_index": 10257, "data": { "ref/stable/dmStaticAssert": {} }, @@ -130827,7 +130827,7 @@ [ "c++98", { - "_index": 5473, + "_index": 3617, "data": { "manuals/extensions-best-practices": {} }, @@ -130837,7 +130837,7 @@ [ "c:\\program", { - "_index": 5954, + "_index": 2000, "data": { "manuals/editor-preferences": {} }, @@ -130847,7 +130847,7 @@ [ "c:\\users", { - "_index": 5836, + "_index": 5584, "data": { "manuals/editor": {} }, @@ -130857,7 +130857,7 @@ [ "c:\\users\\**your", { - "_index": 6020, + "_index": 3126, "data": { "manuals/editor-templates": {} }, @@ -130867,7 +130867,7 @@ [ "ca", { - "_index": 266, + "_index": 5253, "data": { "manuals/networking": {} }, @@ -130877,7 +130877,7 @@ [ "caa342ec99794de45b63735b203e83ba60d7e5a1", { - "_index": 1848, + "_index": 3336, "data": { "manuals/live-update": {} }, @@ -130887,7 +130887,7 @@ [ "cable", { - "_index": 3408, + "_index": 2940, "data": { "manuals/ios": {} }, @@ -130897,7 +130897,7 @@ [ "cache", { - "_index": 753, + "_index": 3105, "data": { "manuals/bob": {}, "manuals/caching-assets": {}, @@ -130911,7 +130911,7 @@ [ "cached", { - "_index": 778, + "_index": 2357, "data": { "manuals/caching-assets": {}, "manuals/optimization-speed": {}, @@ -130925,7 +130925,7 @@ [ "caches", { - "_index": 10830, + "_index": 8985, "data": { "ref/stable/editor": {} }, @@ -130935,7 +130935,7 @@ [ "caching", { - "_index": 8480, + "_index": 9612, "data": { "ref/stable/sys": {} }, @@ -130945,7 +130945,7 @@ [ "cafebazaar", { - "_index": 6616, + "_index": 6477, "data": { "assets/cafebazaar": {} }, @@ -130955,7 +130955,7 @@ [ "cairo", { - "_index": 6627, + "_index": 6541, "data": { "assets/defold-cairo": {} }, @@ -130965,7 +130965,7 @@ [ "calculate", { - "_index": 4763, + "_index": 3988, "data": { "assets/md5": {}, "examples/model/cubemap": {}, @@ -130984,7 +130984,7 @@ [ "calculated", { - "_index": 2665, + "_index": 127, "data": { "manuals/camera": {}, "manuals/gui": {}, @@ -131003,7 +131003,7 @@ [ "calculates", { - "_index": 6181, + "_index": 6195, "data": { "examples/render/orbit_camera": {}, "ref/stable/vmath": {} @@ -131014,7 +131014,7 @@ [ "calculating", { - "_index": 4671, + "_index": 3485, "data": { "manuals/camera": {}, "manuals/font": {}, @@ -131028,7 +131028,7 @@ [ "calculation", { - "_index": 5854, + "_index": 4556, "data": { "examples/material/noise": {}, "manuals/glossary": {}, @@ -131041,7 +131041,7 @@ [ "calculations", { - "_index": 1029, + "_index": 797, "data": { "manuals/html5": {}, "manuals/input-mouse-and-touch": {}, @@ -131054,7 +131054,7 @@ [ "calendar", { - "_index": 1840, + "_index": 3332, "data": { "manuals/live-update": {} }, @@ -131064,7 +131064,7 @@ [ "call", { - "_index": 712, + "_index": 556, "data": { "examples/particles/fireworks": {}, "examples/sprite/tint": {}, @@ -131123,7 +131123,7 @@ [ "callaback", { - "_index": 6834, + "_index": 10134, "data": { "ref/stable/html5": {} }, @@ -131133,7 +131133,7 @@ [ "callback", { - "_index": 523, + "_index": 1379, "data": { "examples/timer/trigger_timer": {}, "manuals/collection-factory": {}, @@ -131178,7 +131178,7 @@ [ "callbacks", { - "_index": 520, + "_index": 1381, "data": { "manuals/editor-scripts": {}, "manuals/editor-scripts-ui": {}, @@ -131195,7 +131195,7 @@ [ "callbacktype", { - "_index": 8006, + "_index": 9797, "data": { "ref/stable/dmExtension": {} }, @@ -131205,7 +131205,7 @@ [ "called", { - "_index": 525, + "_index": 1296, "data": { "examples/gui/button": {}, "examples/gui/load_texture": {}, @@ -131277,7 +131277,7 @@ [ "caller", { - "_index": 6963, + "_index": 9048, "data": { "ref/stable/base": {}, "ref/stable/debug": {}, @@ -131290,7 +131290,7 @@ [ "calling", { - "_index": 688, + "_index": 1713, "data": { "manuals/bundling": {}, "manuals/collection-factory": {}, @@ -131324,7 +131324,7 @@ [ "calls", { - "_index": 1592, + "_index": 546, "data": { "manuals/bundling": {}, "manuals/editor-scripts": {}, @@ -131356,7 +131356,7 @@ [ "callstack", { - "_index": 4273, + "_index": 4977, "data": { "manuals/debugging-native-code": {}, "manuals/debugging-native-code-android": {} @@ -131367,7 +131367,7 @@ [ "camera", { - "_index": 962, + "_index": 1133, "data": { "assets/camera": {}, "assets/defold-rendy": {}, @@ -131401,7 +131401,7 @@ [ "camera's", { - "_index": 6182, + "_index": 6196, "data": { "examples/render/orbit_camera": {} }, @@ -131411,7 +131411,7 @@ [ "camera.get_aspect_ratio", { - "_index": 10571, + "_index": 10260, "data": { "ref/stable/camera": {} }, @@ -131421,7 +131421,7 @@ [ "camera.get_cameras", { - "_index": 10573, + "_index": 10262, "data": { "ref/stable/camera": {} }, @@ -131431,7 +131431,7 @@ [ "camera.get_far_z", { - "_index": 10575, + "_index": 10264, "data": { "ref/stable/camera": {} }, @@ -131441,7 +131441,7 @@ [ "camera.get_fov", { - "_index": 10577, + "_index": 10266, "data": { "ref/stable/camera": {} }, @@ -131451,7 +131451,7 @@ [ "camera.get_near_z", { - "_index": 10579, + "_index": 10268, "data": { "ref/stable/camera": {} }, @@ -131461,7 +131461,7 @@ [ "camera.get_orthographic_zoom", { - "_index": 10581, + "_index": 10270, "data": { "ref/stable/camera": {} }, @@ -131471,7 +131471,7 @@ [ "camera.get_projection", { - "_index": 10583, + "_index": 10272, "data": { "ref/stable/camera": {} }, @@ -131481,7 +131481,7 @@ [ "camera.get_view", { - "_index": 10585, + "_index": 10274, "data": { "ref/stable/camera": {} }, @@ -131491,7 +131491,7 @@ [ "camera.set_aspect_ratio", { - "_index": 10587, + "_index": 10276, "data": { "ref/stable/camera": {} }, @@ -131501,7 +131501,7 @@ [ "camera.set_far_z", { - "_index": 10589, + "_index": 10278, "data": { "ref/stable/camera": {} }, @@ -131511,7 +131511,7 @@ [ "camera.set_fov", { - "_index": 10591, + "_index": 10280, "data": { "ref/stable/camera": {} }, @@ -131521,7 +131521,7 @@ [ "camera.set_near_z", { - "_index": 10593, + "_index": 10282, "data": { "ref/stable/camera": {} }, @@ -131531,7 +131531,7 @@ [ "camera.set_orthographic_zoom", { - "_index": 10595, + "_index": 10284, "data": { "ref/stable/camera": {} }, @@ -131541,7 +131541,7 @@ [ "camera.view", { - "_index": 3684, + "_index": 1784, "data": { "manuals/render": {} }, @@ -131551,7 +131551,7 @@ [ "camera/render", { - "_index": 6041, + "_index": 3454, "data": { "manuals/camera": {} }, @@ -131561,7 +131561,7 @@ [ "camera_gui", { - "_index": 3628, + "_index": 1710, "data": { "manuals/render": {} }, @@ -131571,7 +131571,7 @@ [ "camera_gui.frustum", { - "_index": 3668, + "_index": 1761, "data": { "manuals/render": {} }, @@ -131581,7 +131581,7 @@ [ "camera_gui.proj", { - "_index": 3666, + "_index": 1759, "data": { "manuals/render": {} }, @@ -131591,7 +131591,7 @@ [ "camera_gui.view", { - "_index": 3665, + "_index": 1758, "data": { "manuals/render": {} }, @@ -131601,7 +131601,7 @@ [ "camera_world", { - "_index": 3624, + "_index": 1706, "data": { "manuals/render": {} }, @@ -131611,7 +131611,7 @@ [ "camera_world.proj", { - "_index": 3650, + "_index": 1742, "data": { "manuals/render": {} }, @@ -131621,7 +131621,7 @@ [ "camera_world.view", { - "_index": 3648, + "_index": 1740, "data": { "manuals/render": {} }, @@ -131631,7 +131631,7 @@ [ "cameras", { - "_index": 1736, + "_index": 3475, "data": { "manuals/application-security": {}, "manuals/camera": {}, @@ -131644,7 +131644,7 @@ [ "can", { - "_index": 71, + "_index": 148, "data": { "assets/adinfo": {}, "assets/def-behavior-tree": {}, @@ -131825,7 +131825,7 @@ [ "can't", { - "_index": 2201, + "_index": 656, "data": { "manuals/android": {}, "manuals/editor-scripts": {}, @@ -131847,7 +131847,7 @@ [ "can.script", { - "_index": 4551, + "_index": 6001, "data": { "manuals/building-blocks": {} }, @@ -131857,7 +131857,7 @@ [ "can_factory", { - "_index": 2366, + "_index": 5639, "data": { "manuals/script-properties": {} }, @@ -131867,7 +131867,7 @@ [ "can_get", { - "_index": 10638, + "_index": 8789, "data": { "ref/stable/editor": {} }, @@ -131877,7 +131877,7 @@ [ "can_health", { - "_index": 2367, + "_index": 5640, "data": { "manuals/script-properties": {} }, @@ -131887,7 +131887,7 @@ [ "can_set", { - "_index": 10639, + "_index": 8790, "data": { "ref/stable/editor": {} }, @@ -131897,7 +131897,7 @@ [ "canada", { - "_index": 3501, + "_index": 3049, "data": { "manuals/ios": {} }, @@ -131907,7 +131907,7 @@ [ "cancel", { - "_index": 3815, + "_index": 1281, "data": { "examples/timer/cancel_timer": {}, "manuals/editor-scripts-ui": {}, @@ -131924,7 +131924,7 @@ [ "cancel_animation", { - "_index": 9155, + "_index": 7610, "data": { "ref/stable/gui": {} }, @@ -131934,7 +131934,7 @@ [ "cancel_animations", { - "_index": 8959, + "_index": 9847, "data": { "ref/stable/go": {} }, @@ -131944,7 +131944,7 @@ [ "cancel_flipbook", { - "_index": 9157, + "_index": 7612, "data": { "ref/stable/gui": {} }, @@ -131954,7 +131954,7 @@ [ "cancelability", { - "_index": 7715, + "_index": 9985, "data": { "ref/stable/dmSocket": {} }, @@ -131964,7 +131964,7 @@ [ "canceled", { - "_index": 531, + "_index": 4524, "data": { "manuals/model-animation": {}, "ref/stable/editor": {}, @@ -131977,7 +131977,7 @@ [ "cancelled", { - "_index": 3961, + "_index": 1474, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/model": {}, @@ -131989,7 +131989,7 @@ [ "cancelled/completed", { - "_index": 9978, + "_index": 7360, "data": { "ref/stable/timer": {} }, @@ -131999,7 +131999,7 @@ [ "cancelling", { - "_index": 9969, + "_index": 7350, "data": { "ref/stable/timer": {} }, @@ -132009,7 +132009,7 @@ [ "cancels", { - "_index": 9158, + "_index": 7613, "data": { "ref/stable/gui": {}, "ref/stable/model": {} @@ -132020,7 +132020,7 @@ [ "cannot", { - "_index": 373, + "_index": 987, "data": { "manuals/app-manifest": {}, "manuals/building-blocks": {}, @@ -132053,7 +132053,7 @@ [ "canonic", { - "_index": 8214, + "_index": 10524, "data": { "ref/stable/socket": {} }, @@ -132063,7 +132063,7 @@ [ "canonical", { - "_index": 6904, + "_index": 8404, "data": { "ref/stable/dmResource": {} }, @@ -132073,7 +132073,7 @@ [ "canvas", { - "_index": 2254, + "_index": 780, "data": { "assets/iap": {}, "examples/gui/layouts": {}, @@ -132085,7 +132085,7 @@ [ "cap", { - "_index": 8385, + "_index": 9517, "data": { "ref/stable/sys": {} }, @@ -132095,7 +132095,7 @@ [ "capabilities", { - "_index": 565, + "_index": 5231, "data": { "manuals/app-manifest": {} }, @@ -132105,7 +132105,7 @@ [ "capability", { - "_index": 560, + "_index": 5229, "data": { "manuals/app-manifest": {} }, @@ -132115,7 +132115,7 @@ [ "capable", { - "_index": 2005, + "_index": 813, "data": { "manuals/html5": {}, "manuals/input": {} @@ -132126,7 +132126,7 @@ [ "capacity", { - "_index": 10054, + "_index": 7426, "data": { "ref/stable/dmArray": {} }, @@ -132136,7 +132136,7 @@ [ "capsule", { - "_index": 194, + "_index": 5522, "data": { "manuals/physics-shapes": {}, "ref/stable/physics": {} @@ -132147,7 +132147,7 @@ [ "capsule_data", { - "_index": 197, + "_index": 5523, "data": { "manuals/physics-shapes": {} }, @@ -132157,7 +132157,7 @@ [ "capsules", { - "_index": 7118, + "_index": 7526, "data": { "ref/stable/physics": {} }, @@ -132167,7 +132167,7 @@ [ "capture", { - "_index": 4088, + "_index": 4287, "data": { "assets/camera": {}, "manuals/editor-scripts": {}, @@ -132181,7 +132181,7 @@ [ "captured", { - "_index": 4043, + "_index": 4241, "data": { "manuals/profiling": {}, "ref/stable/string": {} @@ -132192,7 +132192,7 @@ [ "captures", { - "_index": 3769, + "_index": 1907, "data": { "assets/googleanalyticsforfirebase": {}, "manuals/input-key-and-text": {}, @@ -132205,7 +132205,7 @@ [ "card", { - "_index": 885, + "_index": 2619, "data": { "assets/cards-fx-kit": {}, "manuals/shader": {}, @@ -132217,7 +132217,7 @@ [ "cardinality", { - "_index": 5183, + "_index": 5390, "data": { "manuals/editor-scripts": {} }, @@ -132227,7 +132227,7 @@ [ "cards", { - "_index": 6656, + "_index": 6652, "data": { "assets/cards-fx-kit": {} }, @@ -132237,7 +132237,7 @@ [ "care", { - "_index": 683, + "_index": 2522, "data": { "manuals/android": {}, "manuals/collection-factory": {}, @@ -132251,7 +132251,7 @@ [ "careful", { - "_index": 5102, + "_index": 5204, "data": { "manuals/lua": {}, "ref/stable/resource": {} @@ -132262,7 +132262,7 @@ [ "carefully", { - "_index": 4320, + "_index": 5953, "data": { "manuals/design": {} }, @@ -132272,7 +132272,7 @@ [ "carries", { - "_index": 10453, + "_index": 9669, "data": { "ref/stable/dmStringFunc": {} }, @@ -132282,7 +132282,7 @@ [ "carrot.go", { - "_index": 6226, + "_index": 6179, "data": { "examples/factory/basic": {} }, @@ -132292,7 +132292,7 @@ [ "carrotfactory", { - "_index": 6225, + "_index": 6178, "data": { "examples/factory/basic": {} }, @@ -132302,7 +132302,7 @@ [ "cartridges", { - "_index": 2791, + "_index": 4157, "data": { "manuals/application-security": {} }, @@ -132312,7 +132312,7 @@ [ "cas", { - "_index": 6265, + "_index": 6663, "data": { "assets/cas-ai": {} }, @@ -132322,7 +132322,7 @@ [ "cas.ai", { - "_index": 6266, + "_index": 6664, "data": { "assets/cas-ai": {} }, @@ -132332,7 +132332,7 @@ [ "case", { - "_index": 612, + "_index": 489, "data": { "assets/apkverifier": {}, "examples/movement/look_rotation": {}, @@ -132377,7 +132377,7 @@ [ "cases", { - "_index": 1583, + "_index": 687, "data": { "manuals/addressing": {}, "manuals/editor-scripts-ui": {}, @@ -132403,7 +132403,7 @@ [ "cast", { - "_index": 5520, + "_index": 1012, "data": { "manuals/physics": {}, "manuals/physics-events": {}, @@ -132416,7 +132416,7 @@ [ "casting", { - "_index": 6589, + "_index": 6579, "data": { "assets/defold-tile-raycast": {} }, @@ -132426,7 +132426,7 @@ [ "casts", { - "_index": 5393, + "_index": 1027, "data": { "manuals/collection-proxy": {}, "manuals/physics-ray-casts": {}, @@ -132439,7 +132439,7 @@ [ "cat", { - "_index": 2485, + "_index": 2859, "data": { "manuals/atlas": {}, "manuals/debugging-native-code": {} @@ -132450,7 +132450,7 @@ [ "cat,_normal", { - "_index": 2483, + "_index": 2857, "data": { "manuals/atlas": {} }, @@ -132460,7 +132460,7 @@ [ "catalina", { - "_index": 5366, + "_index": 5848, "data": { "manuals/macos": {} }, @@ -132470,7 +132470,7 @@ [ "catalog", { - "_index": 3474, + "_index": 3017, "data": { "manuals/ios": {} }, @@ -132480,7 +132480,7 @@ [ "catch", { - "_index": 8230, + "_index": 10536, "data": { "ref/stable/socket": {} }, @@ -132490,7 +132490,7 @@ [ "catches", { - "_index": 8228, + "_index": 10534, "data": { "ref/stable/base": {}, "ref/stable/socket": {} @@ -132501,7 +132501,7 @@ [ "categories", { - "_index": 3867, + "_index": 1319, "data": { "examples/factory/bullets": {}, "manuals/editor-scripts-ui": {}, @@ -132513,7 +132513,7 @@ [ "category", { - "_index": 2378, + "_index": 4927, "data": { "manuals/getting-help": {}, "manuals/live-update-aws": {}, @@ -132525,7 +132525,7 @@ [ "cause", { - "_index": 715, + "_index": 1304, "data": { "manuals/collection-factory": {}, "manuals/debugging": {}, @@ -132551,7 +132551,7 @@ [ "caused", { - "_index": 4701, + "_index": 2231, "data": { "manuals/adapting-graphics-to-screen-size": {} }, @@ -132561,7 +132561,7 @@ [ "causes", { - "_index": 1852, + "_index": 399, "data": { "manuals/editor-scripts-ui": {}, "manuals/gui": {}, @@ -132578,7 +132578,7 @@ [ "causing", { - "_index": 5277, + "_index": 5483, "data": { "examples/particles/modifiers": {}, "manuals/editor-scripts": {} @@ -132589,7 +132589,7 @@ [ "caveats", { - "_index": 1162, + "_index": 2777, "data": { "manuals/collection-proxy": {}, "manuals/live-update": {}, @@ -132604,7 +132604,7 @@ [ "cb", { - "_index": 1688, + "_index": 4854, "data": { "manuals/porting-guidelines": {} }, @@ -132614,7 +132614,7 @@ [ "cbqnwzfisotwygbybxohrhambkjy/build/intermediates.noindex/your", { - "_index": 3468, + "_index": 3010, "data": { "manuals/ios": {} }, @@ -132624,7 +132624,7 @@ [ "cbqnwzfisotwygbybxohrhambkjy/build/products/debug", { - "_index": 3483, + "_index": 3027, "data": { "manuals/ios": {} }, @@ -132634,7 +132634,7 @@ [ "cc0", { - "_index": 6170, + "_index": 6130, "data": { "examples/material/screenspace": {}, "examples/material/unlit": {}, @@ -132647,7 +132647,7 @@ [ "ccd", { - "_index": 1918, + "_index": 2313, "data": { "manuals/physics-objects": {} }, @@ -132657,7 +132657,7 @@ [ "cd", { - "_index": 1417, + "_index": 3269, "data": { "manuals/bob": {}, "manuals/debugging-native-code-ios": {}, @@ -132669,7 +132669,7 @@ [ "ce", { - "_index": 4165, + "_index": 3195, "data": { "manuals/bob": {} }, @@ -132679,7 +132679,7 @@ [ "ceil", { - "_index": 9729, + "_index": 7240, "data": { "ref/stable/math": {} }, @@ -132689,7 +132689,7 @@ [ "cell", { - "_index": 5594, + "_index": 3905, "data": { "manuals/font": {}, "ref/stable/tilemap": {} @@ -132700,7 +132700,7 @@ [ "cellular", { - "_index": 8426, + "_index": 9559, "data": { "ref/stable/sys": {} }, @@ -132710,7 +132710,7 @@ [ "center", { - "_index": 75, + "_index": 361, "data": { "assets/gamekit": {}, "examples/gui/healthbar": {}, @@ -132739,7 +132739,7 @@ [ "centered", { - "_index": 2498, + "_index": 2867, "data": { "manuals/atlas": {}, "manuals/test": {} @@ -132750,7 +132750,7 @@ [ "central", { - "_index": 4406, + "_index": 64, "data": { "manuals/gui": {} }, @@ -132760,7 +132760,7 @@ [ "certain", { - "_index": 2281, + "_index": 815, "data": { "assets/googleanalyticsforfirebase": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -132783,7 +132783,7 @@ [ "certificate", { - "_index": 258, + "_index": 2957, "data": { "manuals/android": {}, "manuals/application-security": {}, @@ -132797,7 +132797,7 @@ [ "certificates", { - "_index": 274, + "_index": 5254, "data": { "manuals/android": {}, "manuals/networking": {} @@ -132808,7 +132808,7 @@ [ "cfnetwork", { - "_index": 1295, + "_index": 4656, "data": { "manuals/extensions-ext-manifests": {} }, @@ -132818,7 +132818,7 @@ [ "chain", { - "_index": 534, + "_index": 1660, "data": { "manuals/application-security": {}, "manuals/flipbook-animation": {}, @@ -132832,7 +132832,7 @@ [ "chaining", { - "_index": 3078, + "_index": 2477, "data": { "manuals/flipbook-animation": {}, "ref/stable/dmHashTable": {} @@ -132843,7 +132843,7 @@ [ "chains", { - "_index": 3551, + "_index": 1639, "data": { "manuals/message-passing": {} }, @@ -132853,7 +132853,7 @@ [ "chance", { - "_index": 8954, + "_index": 9844, "data": { "ref/stable/go": {} }, @@ -132863,7 +132863,7 @@ [ "change", { - "_index": 72, + "_index": 257, "data": { "assets/firebase-remoteconfig": {}, "assets/panthera": {}, @@ -132927,7 +132927,7 @@ [ "change_collision_group", { - "_index": 7106, + "_index": 7516, "data": { "ref/stable/physics": {} }, @@ -132937,7 +132937,7 @@ [ "changed", { - "_index": 1930, + "_index": 523, "data": { "examples/particles/confetti": {}, "examples/particles/fire_and_smoke": {}, @@ -132972,7 +132972,7 @@ [ "changes", { - "_index": 400, + "_index": 834, "data": { "assets/panthera": {}, "assets/push": {}, @@ -133011,7 +133011,7 @@ [ "changing", { - "_index": 2265, + "_index": 792, "data": { "examples/physics/hinge_joint": {}, "examples/physics/pendulum": {}, @@ -133039,7 +133039,7 @@ [ "channel", { - "_index": 5702, + "_index": 3536, "data": { "manuals/sound": {}, "ref/stable/gui": {}, @@ -133051,7 +133051,7 @@ [ "channels", { - "_index": 3517, + "_index": 3065, "data": { "manuals/ios": {} }, @@ -133061,7 +133061,7 @@ [ "char", { - "_index": 4942, + "_index": 3646, "data": { "manuals/extensions": {}, "manuals/extensions-best-practices": {}, @@ -133094,7 +133094,7 @@ [ "char[1024", { - "_index": 9637, + "_index": 9277, "data": { "ref/stable/dmGameObject": {} }, @@ -133104,7 +133104,7 @@ [ "character", { - "_index": 656, + "_index": 828, "data": { "assets/kinematicwalker": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -133130,7 +133130,7 @@ [ "character_node", { - "_index": 3096, + "_index": 2499, "data": { "manuals/flipbook-animation": {} }, @@ -133140,7 +133140,7 @@ [ "characteristics", { - "_index": 5251, + "_index": 5457, "data": { "manuals/editor-scripts": {} }, @@ -133150,7 +133150,7 @@ [ "characters", { - "_index": 4005, + "_index": 1559, "data": { "manuals/building-blocks": {}, "manuals/editor-scripts-ui": {}, @@ -133173,7 +133173,7 @@ [ "charge", { - "_index": 4927, + "_index": 4728, "data": { "manuals/extensions": {} }, @@ -133183,7 +133183,7 @@ [ "charging", { - "_index": 6252, + "_index": 6751, "data": { "assets/batterystatus": {} }, @@ -133193,7 +133193,7 @@ [ "chars", { - "_index": 5657, + "_index": 2170, "data": { "manuals/optimization-size": {} }, @@ -133203,7 +133203,7 @@ [ "chat", { - "_index": 5542, + "_index": 4107, "data": { "assets/nakama": {}, "manuals/online-services": {} @@ -133214,7 +133214,7 @@ [ "cheaper", { - "_index": 4000, + "_index": 1550, "data": { "manuals/editor-scripts-ui": {} }, @@ -133224,7 +133224,7 @@ [ "cheat", { - "_index": 2788, + "_index": 4153, "data": { "manuals/application-security": {} }, @@ -133234,7 +133234,7 @@ [ "cheaters", { - "_index": 2783, + "_index": 4148, "data": { "manuals/application-security": {} }, @@ -133244,7 +133244,7 @@ [ "cheating", { - "_index": 2784, + "_index": 4149, "data": { "manuals/application-security": {} }, @@ -133254,7 +133254,7 @@ [ "check", { - "_index": 1705, + "_index": 280, "data": { "assets/apkverifier": {}, "assets/defquest": {}, @@ -133319,7 +133319,7 @@ [ "check_box", { - "_index": 3923, + "_index": 1405, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -133330,7 +133330,7 @@ [ "check_is_enemy", { - "_index": 7054, + "_index": 7466, "data": { "ref/stable/physics": {} }, @@ -133340,7 +133340,7 @@ [ "checkbox", { - "_index": 178, + "_index": 323, "data": { "assets/gooey": {}, "examples/gui/color": {}, @@ -133365,7 +133365,7 @@ [ "checkbuffer", { - "_index": 8719, + "_index": 10722, "data": { "ref/stable/dmScript": {} }, @@ -133375,7 +133375,7 @@ [ "checkbuffernoerror", { - "_index": 8723, + "_index": 10726, "data": { "ref/stable/dmScript": {} }, @@ -133385,7 +133385,7 @@ [ "checkbufferunpack", { - "_index": 8725, + "_index": 10728, "data": { "ref/stable/dmScript": {} }, @@ -133395,7 +133395,7 @@ [ "checkbufferunpacknoerror", { - "_index": 8729, + "_index": 10730, "data": { "ref/stable/dmScript": {} }, @@ -133405,7 +133405,7 @@ [ "checkcollection", { - "_index": 8701, + "_index": 10708, "data": { "ref/stable/dmScript": {} }, @@ -133415,7 +133415,7 @@ [ "checked", { - "_index": 709, + "_index": 1532, "data": { "examples/factory/dynamic": {}, "manuals/collection-factory": {}, @@ -133436,7 +133436,7 @@ [ "checkedon_value_changed", { - "_index": 10693, + "_index": 8847, "data": { "ref/stable/editor": {} }, @@ -133446,7 +133446,7 @@ [ "checkgoinstance", { - "_index": 8703, + "_index": 10709, "data": { "ref/stable/dmScript": {} }, @@ -133456,7 +133456,7 @@ [ "checkhash", { - "_index": 8731, + "_index": 10732, "data": { "ref/stable/dmScript": {} }, @@ -133466,7 +133466,7 @@ [ "checkhashorstring", { - "_index": 8733, + "_index": 10734, "data": { "ref/stable/dmScript": {} }, @@ -133476,7 +133476,7 @@ [ "checking", { - "_index": 701, + "_index": 1040, "data": { "assets/lua-language-server": {}, "manuals/android": {}, @@ -133501,7 +133501,7 @@ [ "checklist", { - "_index": 4617, + "_index": 5888, "data": { "manuals/debugging-game-logic": {} }, @@ -133511,7 +133511,7 @@ [ "checkmatrix4", { - "_index": 8735, + "_index": 10736, "data": { "ref/stable/dmScript": {} }, @@ -133521,7 +133521,7 @@ [ "checkout", { - "_index": 4269, + "_index": 5505, "data": { "manuals/debugging-native-code-android": {} }, @@ -133531,7 +133531,7 @@ [ "checkquat", { - "_index": 8737, + "_index": 10738, "data": { "ref/stable/dmScript": {} }, @@ -133541,7 +133541,7 @@ [ "checks", { - "_index": 2878, + "_index": 2028, "data": { "assets/editor-script-check-dependencies-versions": {}, "manuals/application-security": {}, @@ -133560,7 +133560,7 @@ [ "checksum", { - "_index": 774, + "_index": 3729, "data": { "manuals/caching-assets": {} }, @@ -133570,7 +133570,7 @@ [ "checksums", { - "_index": 5212, + "_index": 5420, "data": { "manuals/editor-scripts": {} }, @@ -133580,7 +133580,7 @@ [ "checktable", { - "_index": 8706, + "_index": 10711, "data": { "ref/stable/dmScript": {} }, @@ -133590,7 +133590,7 @@ [ "checkvector3", { - "_index": 8739, + "_index": 10740, "data": { "ref/stable/dmScript": {} }, @@ -133600,7 +133600,7 @@ [ "checkvector4", { - "_index": 8741, + "_index": 10742, "data": { "ref/stable/dmScript": {} }, @@ -133610,7 +133610,7 @@ [ "chief", { - "_index": 5088, + "_index": 5188, "data": { "manuals/lua": {} }, @@ -133620,7 +133620,7 @@ [ "child", { - "_index": 647, + "_index": 428, "data": { "examples/basics/parent_child": {}, "examples/gui/healthbar": {}, @@ -133645,7 +133645,7 @@ [ "child's", { - "_index": 4482, + "_index": 538, "data": { "manuals/building-blocks": {}, "manuals/gui": {} @@ -133656,7 +133656,7 @@ [ "child_bean", { - "_index": 4569, + "_index": 6018, "data": { "manuals/building-blocks": {} }, @@ -133666,7 +133666,7 @@ [ "childed", { - "_index": 658, + "_index": 1129, "data": { "manuals/collection-factory": {}, "manuals/flash": {}, @@ -133678,7 +133678,7 @@ [ "childing", { - "_index": 4561, + "_index": 6010, "data": { "manuals/building-blocks": {} }, @@ -133688,7 +133688,7 @@ [ "children", { - "_index": 1849, + "_index": 544, "data": { "manuals/building-blocks": {}, "manuals/editor-scripts-ui": {}, @@ -133706,7 +133706,7 @@ [ "chip", { - "_index": 6608, + "_index": 6492, "data": { "assets/chipsounds": {} }, @@ -133716,7 +133716,7 @@ [ "chipsounds", { - "_index": 6607, + "_index": 6491, "data": { "assets/chipsounds": {} }, @@ -133726,7 +133726,7 @@ [ "chiptune", { - "_index": 6602, + "_index": 6490, "data": { "assets/modplayer": {} }, @@ -133736,7 +133736,7 @@ [ "chmod", { - "_index": 5343, + "_index": 5825, "data": { "manuals/macos": {} }, @@ -133746,7 +133746,7 @@ [ "chocolatey", { - "_index": 1365, + "_index": 4010, "data": { "manuals/extender-local-setup": {} }, @@ -133756,7 +133756,7 @@ [ "choice", { - "_index": 2103, + "_index": 1106, "data": { "manuals/debugging-native-code-android": {}, "manuals/extensions-defold-sdk": {}, @@ -133768,7 +133768,7 @@ [ "choices", { - "_index": 2899, + "_index": 3193, "data": { "manuals/bob": {}, "manuals/material": {} @@ -133779,7 +133779,7 @@ [ "choose", { - "_index": 1788, + "_index": 635, "data": { "manuals/addressing": {}, "manuals/building-blocks": {}, @@ -133799,7 +133799,7 @@ [ "chooses", { - "_index": 2895, + "_index": 6035, "data": { "manuals/material": {}, "ref/stable/socket": {} @@ -133810,7 +133810,7 @@ [ "choosing", { - "_index": 5497, + "_index": 3652, "data": { "manuals/extensions-best-practices": {} }, @@ -133820,7 +133820,7 @@ [ "chose", { - "_index": 2213, + "_index": 682, "data": { "manuals/debugging-native-code": {}, "manuals/html5": {} @@ -133831,7 +133831,7 @@ [ "chosen", { - "_index": 2656, + "_index": 2905, "data": { "manuals/addressing": {}, "manuals/gui-layouts": {} @@ -133842,7 +133842,7 @@ [ "chrome", { - "_index": 603, + "_index": 742, "data": { "manuals/app-manifest": {}, "manuals/html5": {}, @@ -133854,7 +133854,7 @@ [ "chrono", { - "_index": 6718, + "_index": 6437, "data": { "assets/chrono": {} }, @@ -133864,7 +133864,7 @@ [ "chunk", { - "_index": 5108, + "_index": 5210, "data": { "manuals/lua": {}, "ref/stable/base": {} @@ -133875,7 +133875,7 @@ [ "chunked", { - "_index": 8571, + "_index": 10176, "data": { "ref/stable/http": {} }, @@ -133885,7 +133885,7 @@ [ "chunked_transfer", { - "_index": 8570, + "_index": 10175, "data": { "ref/stable/http": {} }, @@ -133895,7 +133895,7 @@ [ "chunkname", { - "_index": 10411, + "_index": 10630, "data": { "ref/stable/base": {} }, @@ -133905,7 +133905,7 @@ [ "ci", { - "_index": 4727, + "_index": 4708, "data": { "manuals/bundling": {} }, @@ -133915,7 +133915,7 @@ [ "cinematic", { - "_index": 6744, + "_index": 6688, "data": { "assets/operator": {} }, @@ -133925,7 +133925,7 @@ [ "cipher", { - "_index": 2766, + "_index": 4138, "data": { "manuals/application-security": {} }, @@ -133935,7 +133935,7 @@ [ "circle", { - "_index": 3181, + "_index": 1175, "data": { "examples/particles/fire_and_smoke": {}, "examples/physics/hinge_joint": {}, @@ -133948,7 +133948,7 @@ [ "circles", { - "_index": 5830, + "_index": 5578, "data": { "assets/2dcollisions": {}, "manuals/editor": {} @@ -133959,7 +133959,7 @@ [ "circlic", { - "_index": 8969, + "_index": 7630, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -133970,7 +133970,7 @@ [ "circular", { - "_index": 3216, + "_index": 219, "data": { "examples/gui/progress": {}, "examples/timer/repeating_timer": {}, @@ -133984,7 +133984,7 @@ [ "circumscribe", { - "_index": 5041, + "_index": 5009, "data": { "manuals/gui-pie": {} }, @@ -133994,7 +133994,7 @@ [ "circumstances", { - "_index": 4725, + "_index": 4705, "data": { "manuals/bundling": {} }, @@ -134004,7 +134004,7 @@ [ "cirular", { - "_index": 6147, + "_index": 6209, "data": { "examples/physics/hinge_joint": {}, "examples/physics/pendulum": {} @@ -134015,7 +134015,7 @@ [ "cjson", { - "_index": 6603, + "_index": 6430, "data": { "assets/cjson": {} }, @@ -134025,7 +134025,7 @@ [ "cl", { - "_index": 6694, + "_index": 6275, "data": { "assets/defbuild": {} }, @@ -134035,7 +134035,7 @@ [ "clamp", { - "_index": 7966, + "_index": 6983, "data": { "ref/stable/render": {}, "ref/stable/vmath": {} @@ -134046,7 +134046,7 @@ [ "clamped", { - "_index": 7936, + "_index": 6959, "data": { "ref/stable/render": {}, "ref/stable/sprite": {}, @@ -134059,7 +134059,7 @@ [ "class", { - "_index": 3259, + "_index": 4442, "data": { "manuals/flash": {}, "manuals/test": {}, @@ -134072,7 +134072,7 @@ [ "classes", { - "_index": 5471, + "_index": 3613, "data": { "manuals/extensions-best-practices": {} }, @@ -134082,7 +134082,7 @@ [ "clean", { - "_index": 4204, + "_index": 3243, "data": { "assets/cleanexporter": {}, "assets/editor-script-cleanup": {}, @@ -134097,7 +134097,7 @@ [ "cleaner", { - "_index": 2648, + "_index": 4355, "data": { "manuals/factory": {}, "manuals/lua": {} @@ -134108,7 +134108,7 @@ [ "cleanexporter", { - "_index": 6420, + "_index": 6592, "data": { "assets/cleanexporter": {} }, @@ -134118,7 +134118,7 @@ [ "cleanup", { - "_index": 763, + "_index": 3726, "data": { "assets/editor-script-cleanup": {}, "manuals/caching-assets": {}, @@ -134131,7 +134131,7 @@ [ "clear", { - "_index": 2393, + "_index": 1696, "data": { "manuals/debugging-game-logic": {}, "manuals/design": {}, @@ -134155,7 +134155,7 @@ [ "clear_color", { - "_index": 3677, + "_index": 1777, "data": { "manuals/render": {}, "ref/stable/render": {} @@ -134166,7 +134166,7 @@ [ "cleared", { - "_index": 7787, + "_index": 8451, "data": { "ref/stable/editor": {}, "ref/stable/profiler": {}, @@ -134178,7 +134178,7 @@ [ "clearing", { - "_index": 4605, + "_index": 5880, "data": { "manuals/debugging-game-logic": {} }, @@ -134188,7 +134188,7 @@ [ "clearly", { - "_index": 3805, + "_index": 2068, "data": { "manuals/optimization-size": {}, "manuals/version-control": {} @@ -134199,7 +134199,7 @@ [ "clearnamedconstantbuffer", { - "_index": 7453, + "_index": 10835, "data": { "ref/stable/dmRender": {} }, @@ -134209,7 +134209,7 @@ [ "clearrenderconstant", { - "_index": 7983, + "_index": 8013, "data": { "ref/stable/dmGameSystem": {} }, @@ -134219,7 +134219,7 @@ [ "clears", { - "_index": 5295, + "_index": 5497, "data": { "manuals/editor-scripts": {}, "ref/stable/dmRender": {}, @@ -134231,7 +134231,7 @@ [ "cli", { - "_index": 1361, + "_index": 4009, "data": { "manuals/extender-local-setup": {} }, @@ -134241,7 +134241,7 @@ [ "click", { - "_index": 432, + "_index": 206, "data": { "assets/googleplaygameservices": {}, "assets/spritefusion": {}, @@ -134282,7 +134282,7 @@ [ "clicked", { - "_index": 2159, + "_index": 4487, "data": { "examples/particles/confetti": {}, "examples/particles/fireworks": {}, @@ -134294,7 +134294,7 @@ [ "clicking", { - "_index": 449, + "_index": 235, "data": { "examples/collection/proxy": {}, "manuals/editor": {}, @@ -134316,7 +134316,7 @@ [ "clicks", { - "_index": 1952, + "_index": 5147, "data": { "examples/physics/kinematic": {}, "manuals/flash": {}, @@ -134328,7 +134328,7 @@ [ "client", { - "_index": 2825, + "_index": 3584, "data": { "assets/nakama": {}, "assets/tinyhttp": {}, @@ -134345,7 +134345,7 @@ [ "client:close", { - "_index": 8064, + "_index": 10389, "data": { "ref/stable/socket": {} }, @@ -134355,7 +134355,7 @@ [ "client:connect", { - "_index": 5966, + "_index": 3586, "data": { "manuals/socket-connections": {} }, @@ -134365,7 +134365,7 @@ [ "client:dirty", { - "_index": 8066, + "_index": 10391, "data": { "ref/stable/socket": {} }, @@ -134375,7 +134375,7 @@ [ "client:getfd", { - "_index": 8068, + "_index": 10393, "data": { "ref/stable/socket": {} }, @@ -134385,7 +134385,7 @@ [ "client:getoption", { - "_index": 8069, + "_index": 10394, "data": { "ref/stable/socket": {} }, @@ -134395,7 +134395,7 @@ [ "client:getpeername", { - "_index": 8075, + "_index": 10400, "data": { "ref/stable/socket": {} }, @@ -134405,7 +134405,7 @@ [ "client:getsockname", { - "_index": 8079, + "_index": 10404, "data": { "ref/stable/socket": {} }, @@ -134415,7 +134415,7 @@ [ "client:getstats", { - "_index": 8080, + "_index": 10405, "data": { "ref/stable/socket": {} }, @@ -134425,7 +134425,7 @@ [ "client:receive", { - "_index": 5971, + "_index": 3592, "data": { "manuals/socket-connections": {}, "ref/stable/socket": {} @@ -134436,7 +134436,7 @@ [ "client:send", { - "_index": 5970, + "_index": 3590, "data": { "manuals/socket-connections": {}, "ref/stable/socket": {} @@ -134447,7 +134447,7 @@ [ "client:setfd", { - "_index": 8094, + "_index": 10415, "data": { "ref/stable/socket": {} }, @@ -134457,7 +134457,7 @@ [ "client:setoption", { - "_index": 8070, + "_index": 10395, "data": { "ref/stable/socket": {} }, @@ -134467,7 +134467,7 @@ [ "client:setstats", { - "_index": 8104, + "_index": 10424, "data": { "ref/stable/socket": {} }, @@ -134477,7 +134477,7 @@ [ "client:settimeout", { - "_index": 5969, + "_index": 3589, "data": { "manuals/socket-connections": {}, "ref/stable/socket": {} @@ -134488,7 +134488,7 @@ [ "client:shutdown", { - "_index": 8114, + "_index": 10428, "data": { "ref/stable/socket": {} }, @@ -134498,7 +134498,7 @@ [ "clients", { - "_index": 2086, + "_index": 1073, "data": { "manuals/extensions-defold-sdk": {} }, @@ -134508,7 +134508,7 @@ [ "clip", { - "_index": 3273, + "_index": 427, "data": { "examples/material/screenspace": {}, "manuals/flash": {}, @@ -134521,7 +134521,7 @@ [ "clipboard", { - "_index": 3414, + "_index": 2946, "data": { "assets/clipboard": {}, "manuals/ios": {} @@ -134532,7 +134532,7 @@ [ "clipped", { - "_index": 4358, + "_index": 5538, "data": { "manuals/gui-clipping": {} }, @@ -134542,7 +134542,7 @@ [ "clipper", { - "_index": 4359, + "_index": 5539, "data": { "manuals/gui-clipping": {} }, @@ -134552,7 +134552,7 @@ [ "clipping", { - "_index": 4356, + "_index": 421, "data": { "manuals/gui": {}, "manuals/gui-clipping": {}, @@ -134566,7 +134566,7 @@ [ "clipping_mode_none", { - "_index": 9160, + "_index": 7615, "data": { "ref/stable/gui": {} }, @@ -134576,7 +134576,7 @@ [ "clipping_mode_stencil", { - "_index": 9162, + "_index": 7617, "data": { "ref/stable/gui": {} }, @@ -134586,7 +134586,7 @@ [ "clips", { - "_index": 476, + "_index": 4507, "data": { "manuals/flash": {}, "manuals/importing-models": {}, @@ -134598,7 +134598,7 @@ [ "clock", { - "_index": 8527, + "_index": 9926, "data": { "ref/stable/os": {} }, @@ -134608,7 +134608,7 @@ [ "clockwise", { - "_index": 4342, + "_index": 2603, "data": { "manuals/gui-pie": {}, "manuals/properties": {}, @@ -134621,7 +134621,7 @@ [ "clone", { - "_index": 1415, + "_index": 4042, "data": { "manuals/extender-local-setup": {}, "manuals/gui-script": {}, @@ -134634,7 +134634,7 @@ [ "clone_tree", { - "_index": 9166, + "_index": 7621, "data": { "ref/stable/gui": {} }, @@ -134644,7 +134644,7 @@ [ "cloned", { - "_index": 9163, + "_index": 7618, "data": { "ref/stable/gui": {} }, @@ -134654,7 +134654,7 @@ [ "cloning", { - "_index": 7444, + "_index": 10374, "data": { "ref/stable/resource": {} }, @@ -134664,7 +134664,7 @@ [ "close", { - "_index": 2450, + "_index": 483, "data": { "manuals/atlas": {}, "manuals/editor-scripts-ui": {}, @@ -134684,7 +134684,7 @@ [ "closed", { - "_index": 3938, + "_index": 1435, "data": { "manuals/editor-scripts": {}, "manuals/editor-scripts-ui": {}, @@ -134698,7 +134698,7 @@ [ "closely", { - "_index": 3350, + "_index": 5137, "data": { "manuals/flash": {} }, @@ -134708,7 +134708,7 @@ [ "closer", { - "_index": 4698, + "_index": 2228, "data": { "assets/compat53": {}, "examples/render/orbit_camera": {}, @@ -134722,7 +134722,7 @@ [ "closes", { - "_index": 3941, + "_index": 1439, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/io": {}, @@ -134734,7 +134734,7 @@ [ "closest", { - "_index": 2460, + "_index": 2835, "data": { "manuals/atlas": {}, "ref/stable/dmIntersection": {}, @@ -134746,7 +134746,7 @@ [ "closure", { - "_index": 2725, + "_index": 5751, "data": { "manuals/debugging-game-logic": {}, "manuals/modules": {} @@ -134757,7 +134757,7 @@ [ "closures", { - "_index": 2724, + "_index": 5750, "data": { "manuals/modules": {} }, @@ -134767,7 +134767,7 @@ [ "cloth", { - "_index": 2934, + "_index": 5265, "data": { "manuals/compute": {} }, @@ -134777,7 +134777,7 @@ [ "cloud", { - "_index": 1357, + "_index": 2353, "data": { "assets/firebase-remoteconfig": {}, "assets/googleplaygameservices": {}, @@ -134798,7 +134798,7 @@ [ "cloudflare", { - "_index": 5963, + "_index": 2018, "data": { "manuals/editor-preferences": {} }, @@ -134808,7 +134808,7 @@ [ "cmd", { - "_index": 5179, + "_index": 5386, "data": { "manuals/editor-scripts": {} }, @@ -134818,7 +134818,7 @@ [ "cmp", { - "_index": 6711, + "_index": 6301, "data": { "assets/def_usercentrics": {} }, @@ -134828,7 +134828,7 @@ [ "cn", { - "_index": 5407, + "_index": 6058, "data": { "manuals/android": {} }, @@ -134838,7 +134838,7 @@ [ "co", { - "_index": 7236, + "_index": 8711, "data": { "ref/stable/coroutine": {} }, @@ -134848,7 +134848,7 @@ [ "cocoa", { - "_index": 4019, + "_index": 5939, "data": { "manuals/extensions-cocoapods": {} }, @@ -134858,7 +134858,7 @@ [ "cocoapods", { - "_index": 4020, + "_index": 5940, "data": { "manuals/extensions-cocoapods": {} }, @@ -134868,7 +134868,7 @@ [ "code", { - "_index": 891, + "_index": 1104, "data": { "assets/compat53": {}, "assets/dashdocsetfordefold": {}, @@ -134950,7 +134950,7 @@ [ "code.app/contents/macos/electron", { - "_index": 5952, + "_index": 1996, "data": { "manuals/editor-preferences": {} }, @@ -134960,7 +134960,7 @@ [ "code\\code.exe", { - "_index": 5956, + "_index": 2003, "data": { "manuals/editor-preferences": {} }, @@ -134970,7 +134970,7 @@ [ "codeandweb", { - "_index": 165, + "_index": 5517, "data": { "manuals/physics-shapes": {} }, @@ -134980,7 +134980,7 @@ [ "codec", { - "_index": 8392, + "_index": 9525, "data": { "ref/stable/sys": {} }, @@ -134990,7 +134990,7 @@ [ "coded", { - "_index": 4060, + "_index": 4260, "data": { "manuals/glossary": {}, "manuals/profiling": {}, @@ -135002,7 +135002,7 @@ [ "codes", { - "_index": 2789, + "_index": 4154, "data": { "assets/qrcode": {}, "manuals/application-security": {}, @@ -135018,7 +135018,7 @@ [ "codesign", { - "_index": 5361, + "_index": 5842, "data": { "manuals/macos": {} }, @@ -135028,7 +135028,7 @@ [ "cog", { - "_index": 3763, + "_index": 3698, "data": { "manuals/debugging-game-and-system-logs": {} }, @@ -135038,7 +135038,7 @@ [ "cognito", { - "_index": 6735, + "_index": 6723, "data": { "assets/defold-cognito": {} }, @@ -135048,7 +135048,7 @@ [ "coin", { - "_index": 2605, + "_index": 4318, "data": { "examples/sound/panning": {}, "manuals/factory": {}, @@ -135060,7 +135060,7 @@ [ "coin_id", { - "_index": 2611, + "_index": 4324, "data": { "manuals/factory": {} }, @@ -135070,7 +135070,7 @@ [ "coin_position", { - "_index": 2608, + "_index": 4321, "data": { "manuals/factory": {} }, @@ -135080,7 +135080,7 @@ [ "coinfactory", { - "_index": 2607, + "_index": 4320, "data": { "manuals/factory": {} }, @@ -135090,7 +135090,7 @@ [ "coins", { - "_index": 2606, + "_index": 4319, "data": { "assets/endlessrunner": {}, "examples/sound/panning": {}, @@ -135102,7 +135102,7 @@ [ "col", { - "_index": 3723, + "_index": 1851, "data": { "manuals/render": {} }, @@ -135112,7 +135112,7 @@ [ "collaborate", { - "_index": 413, + "_index": 3575, "data": { "manuals/editor": {}, "manuals/project-setup": {} @@ -135123,7 +135123,7 @@ [ "collaborative", { - "_index": 3783, + "_index": 4357, "data": { "manuals/version-control": {} }, @@ -135133,7 +135133,7 @@ [ "collada", { - "_index": 477, + "_index": 4508, "data": { "manuals/glossary": {}, "manuals/importing-assets": {}, @@ -135147,7 +135147,7 @@ [ "collapsed", { - "_index": 8666, + "_index": 8042, "data": { "ref/stable/tilemap": {} }, @@ -135157,7 +135157,7 @@ [ "collapsible", { - "_index": 4739, + "_index": 4692, "data": { "manuals/gui-template": {} }, @@ -135167,7 +135167,7 @@ [ "collate", { - "_index": 8554, + "_index": 9950, "data": { "ref/stable/os": {} }, @@ -135177,7 +135177,7 @@ [ "collect", { - "_index": 4029, + "_index": 5553, "data": { "assets/endlessrunner": {}, "manuals/extensions-cocoapods": {}, @@ -135191,7 +135191,7 @@ [ "collectables", { - "_index": 3277, + "_index": 5085, "data": { "manuals/flash": {} }, @@ -135201,7 +135201,7 @@ [ "collected", { - "_index": 5320, + "_index": 5805, "data": { "manuals/macos": {}, "ref/stable/dmScript": {}, @@ -135215,7 +135215,7 @@ [ "collectgarbage", { - "_index": 5112, + "_index": 5214, "data": { "manuals/lua": {}, "ref/stable/base": {} @@ -135226,7 +135226,7 @@ [ "collection", { - "_index": 636, + "_index": 1628, "data": { "assets/chipsounds": {}, "assets/scene3d": {}, @@ -135284,7 +135284,7 @@ [ "collection's", { - "_index": 4546, + "_index": 5997, "data": { "manuals/building-blocks": {} }, @@ -135294,7 +135294,7 @@ [ "collection_", { - "_index": 4545, + "_index": 3429, "data": { "manuals/addressing": {}, "manuals/building-blocks": {} @@ -135305,7 +135305,7 @@ [ "collectionfactory", { - "_index": 722, + "_index": 2539, "data": { "manuals/collection-factory": {}, "ref/stable/collectionfactory": {} @@ -135316,7 +135316,7 @@ [ "collectionfactory.create", { - "_index": 689, + "_index": 2525, "data": { "manuals/collection-factory": {}, "manuals/script-properties": {}, @@ -135328,7 +135328,7 @@ [ "collectionfactory.get_status", { - "_index": 10615, + "_index": 7333, "data": { "ref/stable/collectionfactory": {} }, @@ -135338,7 +135338,7 @@ [ "collectionfactory.load", { - "_index": 739, + "_index": 2551, "data": { "manuals/collection-factory": {}, "ref/stable/collectionfactory": {} @@ -135349,7 +135349,7 @@ [ "collectionfactory.set_prototype", { - "_index": 745, + "_index": 2556, "data": { "manuals/collection-factory": {}, "ref/stable/collectionfactory": {} @@ -135360,7 +135360,7 @@ [ "collectionfactory.status_loaded", { - "_index": 10619, + "_index": 7337, "data": { "ref/stable/collectionfactory": {} }, @@ -135370,7 +135370,7 @@ [ "collectionfactory.status_loading", { - "_index": 10618, + "_index": 7336, "data": { "ref/stable/collectionfactory": {} }, @@ -135380,7 +135380,7 @@ [ "collectionfactory.status_unloaded", { - "_index": 10617, + "_index": 7335, "data": { "ref/stable/collectionfactory": {} }, @@ -135390,7 +135390,7 @@ [ "collectionfactory.unload", { - "_index": 731, + "_index": 2545, "data": { "manuals/collection-factory": {}, "ref/stable/collectionfactory": {} @@ -135401,7 +135401,7 @@ [ "collectionproxy", { - "_index": 10509, + "_index": 7953, "data": { "ref/stable/collectionproxy": {} }, @@ -135411,7 +135411,7 @@ [ "collectionproxy.get_resources", { - "_index": 10508, + "_index": 7952, "data": { "ref/stable/collectionproxy": {} }, @@ -135421,7 +135421,7 @@ [ "collectionproxy.missing_resources", { - "_index": 5795, + "_index": 3957, "data": { "manuals/live-update-scripting": {}, "ref/stable/collectionproxy": {}, @@ -135433,7 +135433,7 @@ [ "collectionproxy.result_", { - "_index": 10520, + "_index": 7965, "data": { "ref/stable/collectionproxy": {} }, @@ -135443,7 +135443,7 @@ [ "collectionproxy.result_already_loaded", { - "_index": 10512, + "_index": 7957, "data": { "ref/stable/collectionproxy": {} }, @@ -135453,7 +135453,7 @@ [ "collectionproxy.result_loading", { - "_index": 10514, + "_index": 7959, "data": { "ref/stable/collectionproxy": {} }, @@ -135463,7 +135463,7 @@ [ "collectionproxy.result_not_excluded", { - "_index": 10516, + "_index": 7961, "data": { "ref/stable/collectionproxy": {} }, @@ -135473,7 +135473,7 @@ [ "collectionproxy.set_collection", { - "_index": 10518, + "_index": 7963, "data": { "ref/stable/collectionproxy": {} }, @@ -135483,7 +135483,7 @@ [ "collections", { - "_index": 631, + "_index": 2506, "data": { "examples/collection/proxy": {}, "examples/collection/splash": {}, @@ -135506,7 +135506,7 @@ [ "collector", { - "_index": 1547, + "_index": 3090, "data": { "manuals/lua": {}, "manuals/optimization-speed": {}, @@ -135518,7 +135518,7 @@ [ "collects", { - "_index": 4729, + "_index": 4711, "data": { "manuals/bundling": {}, "manuals/editor-scripts": {}, @@ -135531,7 +135531,7 @@ [ "collide", { - "_index": 1926, + "_index": 1892, "data": { "manuals/flash": {}, "manuals/glossary": {}, @@ -135546,7 +135546,7 @@ [ "collide_connected", { - "_index": 7046, + "_index": 7458, "data": { "ref/stable/physics": {} }, @@ -135556,7 +135556,7 @@ [ "collided", { - "_index": 5453, + "_index": 2036, "data": { "manuals/physics-messages": {}, "ref/stable/b2d.body": {}, @@ -135568,7 +135568,7 @@ [ "collides", { - "_index": 7037, + "_index": 7449, "data": { "ref/stable/physics": {} }, @@ -135578,7 +135578,7 @@ [ "colliding", { - "_index": 5457, + "_index": 2040, "data": { "manuals/physics-events": {}, "manuals/physics-messages": {}, @@ -135590,7 +135590,7 @@ [ "collision", { - "_index": 163, + "_index": 962, "data": { "assets/defoldpolygoneditor": {}, "assets/truetilecollisions": {}, @@ -135634,7 +135634,7 @@ [ "collision_event", { - "_index": 5903, + "_index": 5680, "data": { "manuals/physics-events": {}, "ref/stable/physics": {} @@ -135645,7 +135645,7 @@ [ "collision_response", { - "_index": 7035, + "_index": 7447, "data": { "ref/stable/physics": {} }, @@ -135655,7 +135655,7 @@ [ "collisionobject", { - "_index": 204, + "_index": 5525, "data": { "manuals/physics-events": {}, "manuals/physics-shapes": {}, @@ -135667,7 +135667,7 @@ [ "collisions", { - "_index": 1887, + "_index": 1889, "data": { "assets/2dcollisions": {}, "assets/tactxstudios": {}, @@ -135691,7 +135691,7 @@ [ "colon", { - "_index": 2727, + "_index": 5752, "data": { "manuals/modules": {} }, @@ -135701,7 +135701,7 @@ [ "color", { - "_index": 93, + "_index": 212, "data": { "assets/colorlib": {}, "assets/defold-colors": {}, @@ -135746,7 +135746,7 @@ [ "color.glsl", { - "_index": 1208, + "_index": 2802, "data": { "manuals/shader": {} }, @@ -135756,7 +135756,7 @@ [ "color.rgb", { - "_index": 3025, + "_index": 5327, "data": { "manuals/compute": {} }, @@ -135766,7 +135766,7 @@ [ "color.w", { - "_index": 9123, + "_index": 7576, "data": { "ref/stable/gui": {} }, @@ -135776,7 +135776,7 @@ [ "color_green", { - "_index": 4585, + "_index": 5863, "data": { "manuals/debugging-game-logic": {} }, @@ -135786,7 +135786,7 @@ [ "color_out", { - "_index": 1109, + "_index": 2741, "data": { "manuals/shader": {} }, @@ -135796,7 +135796,7 @@ [ "color_red", { - "_index": 4589, + "_index": 5867, "data": { "manuals/debugging-game-logic": {} }, @@ -135806,7 +135806,7 @@ [ "colored", { - "_index": 4378, + "_index": 4424, "data": { "manuals/debugging-game-logic": {}, "manuals/glossary": {}, @@ -135819,7 +135819,7 @@ [ "coloring", { - "_index": 358, + "_index": 973, "data": { "manuals/font": {}, "manuals/gui-template": {}, @@ -135834,7 +135834,7 @@ [ "colorize", { - "_index": 6235, + "_index": 6246, "data": { "examples/material/vertexcolor": {} }, @@ -135844,7 +135844,7 @@ [ "colorlib", { - "_index": 6315, + "_index": 6318, "data": { "assets/colorlib": {} }, @@ -135854,7 +135854,7 @@ [ "colorpicker", { - "_index": 6430, + "_index": 6547, "data": { "assets/colorpicker": {} }, @@ -135864,7 +135864,7 @@ [ "colors", { - "_index": 1035, + "_index": 2390, "data": { "assets/3deforms": {}, "assets/colorlib": {}, @@ -135882,7 +135882,7 @@ [ "column", { - "_index": 3883, + "_index": 1349, "data": { "manuals/debugging-game-logic": {}, "manuals/editor-scripts-ui": {}, @@ -135894,7 +135894,7 @@ [ "column:grow", { - "_index": 10741, + "_index": 8896, "data": { "ref/stable/editor": {} }, @@ -135904,7 +135904,7 @@ [ "column_span", { - "_index": 3886, + "_index": 1352, "data": { "manuals/editor-scripts-ui": {} }, @@ -135914,7 +135914,7 @@ [ "columns", { - "_index": 3882, + "_index": 1348, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {}, @@ -135926,7 +135926,7 @@ [ "colyseus", { - "_index": 6664, + "_index": 6306, "data": { "assets/colyseus": {} }, @@ -135936,7 +135936,7 @@ [ "com.acme.foobar", { - "_index": 5372, + "_index": 5853, "data": { "manuals/macos": {} }, @@ -135946,7 +135946,7 @@ [ "com.apple.security.cs.allow", { - "_index": 5346, + "_index": 5828, "data": { "manuals/macos": {} }, @@ -135956,7 +135956,7 @@ [ "com.apple.security.cs.disable", { - "_index": 5357, + "_index": 5838, "data": { "manuals/macos": {} }, @@ -135966,7 +135966,7 @@ [ "com.defold.example", { - "_index": 4786, + "_index": 4973, "data": { "manuals/debugging-native-code": {} }, @@ -135976,7 +135976,7 @@ [ "com.defold.extender:manifestmergetool", { - "_index": 1502, + "_index": 4103, "data": { "manuals/extender-local-setup": {} }, @@ -135986,7 +135986,7 @@ [ "com.defold.extender:server", { - "_index": 1495, + "_index": 4099, "data": { "manuals/extender-local-setup": {} }, @@ -135996,7 +135996,7 @@ [ "com.google.android.gms:play", { - "_index": 4119, + "_index": 5551, "data": { "manuals/extensions-gradle": {} }, @@ -136006,7 +136006,7 @@ [ "com.google.firebase:firebase", { - "_index": 4117, + "_index": 5549, "data": { "manuals/extensions-gradle": {} }, @@ -136016,7 +136016,7 @@ [ "com/defold/extender/manifestmergetool/${manifestmergetool_version}/manifestmergetool", { - "_index": 1450, + "_index": 4072, "data": { "manuals/extender-local-setup": {} }, @@ -136026,7 +136026,7 @@ [ "com/defold/extender/server/${extender_version}/server", { - "_index": 1448, + "_index": 4070, "data": { "manuals/extender-local-setup": {} }, @@ -136036,7 +136036,7 @@ [ "combination", { - "_index": 136, + "_index": 432, "data": { "examples/material/screenspace": {}, "manuals/atlas": {}, @@ -136053,7 +136053,7 @@ [ "combinations", { - "_index": 3364, + "_index": 1923, "data": { "manuals/flash": {}, "manuals/input-key-and-text": {} @@ -136064,7 +136064,7 @@ [ "combine", { - "_index": 6222, + "_index": 6181, "data": { "examples/factory/bullets": {} }, @@ -136074,7 +136074,7 @@ [ "combined", { - "_index": 304, + "_index": 942, "data": { "examples/particles/fire_and_smoke": {}, "manuals/extensions-ext-manifests": {}, @@ -136089,7 +136089,7 @@ [ "combines", { - "_index": 4134, + "_index": 5929, "data": { "manuals/model": {} }, @@ -136099,7 +136099,7 @@ [ "combining", { - "_index": 5756, + "_index": 2274, "data": { "manuals/ads": {} }, @@ -136109,7 +136109,7 @@ [ "come", { - "_index": 371, + "_index": 985, "data": { "manuals/addressing": {}, "manuals/collection-factory": {}, @@ -136125,7 +136125,7 @@ [ "comes", { - "_index": 3371, + "_index": 1327, "data": { "manuals/ads": {}, "manuals/collection-proxy": {}, @@ -136144,7 +136144,7 @@ [ "comfortable", { - "_index": 3594, + "_index": 5608, "data": { "manuals/introduction": {} }, @@ -136154,7 +136154,7 @@ [ "comic", { - "_index": 3141, + "_index": 2426, "data": { "manuals/editor-styling": {} }, @@ -136164,7 +136164,7 @@ [ "coming", { - "_index": 8137, + "_index": 10449, "data": { "ref/stable/socket": {} }, @@ -136174,7 +136174,7 @@ [ "comma", { - "_index": 1927, + "_index": 2319, "data": { "manuals/atlas": {}, "manuals/bob": {}, @@ -136186,7 +136186,7 @@ [ "command", { - "_index": 767, + "_index": 1283, "data": { "manuals/android": {}, "manuals/bob": {}, @@ -136217,7 +136217,7 @@ [ "command's", { - "_index": 5281, + "_index": 5487, "data": { "manuals/editor-scripts": {} }, @@ -136227,7 +136227,7 @@ [ "commands", { - "_index": 1378, + "_index": 3182, "data": { "manuals/bob": {}, "manuals/editor-scripts": {}, @@ -136242,7 +136242,7 @@ [ "commect", { - "_index": 8164, + "_index": 10475, "data": { "ref/stable/socket": {} }, @@ -136252,7 +136252,7 @@ [ "comment", { - "_index": 4308, + "_index": 3157, "data": { "manuals/writing-code": {} }, @@ -136262,7 +136262,7 @@ [ "comments", { - "_index": 5094, + "_index": 5195, "data": { "examples/resource/modify_atlas": {}, "manuals/editor-scripts": {}, @@ -136274,7 +136274,7 @@ [ "commercial", { - "_index": 5577, + "_index": 3880, "data": { "manuals/font": {} }, @@ -136284,7 +136284,7 @@ [ "commit", { - "_index": 3819, + "_index": 4387, "data": { "manuals/version-control": {}, "ref/stable/editor": {} @@ -136295,7 +136295,7 @@ [ "commits", { - "_index": 3841, + "_index": 4402, "data": { "manuals/version-control": {} }, @@ -136305,7 +136305,7 @@ [ "committing", { - "_index": 3796, + "_index": 4367, "data": { "manuals/version-control": {} }, @@ -136315,7 +136315,7 @@ [ "commodore", { - "_index": 4682, + "_index": 2207, "data": { "manuals/adapting-graphics-to-screen-size": {} }, @@ -136325,7 +136325,7 @@ [ "common", { - "_index": 901, + "_index": 1546, "data": { "assets/tactxstudios": {}, "manuals/ads": {}, @@ -136360,7 +136360,7 @@ [ "commonly", { - "_index": 330, + "_index": 954, "data": { "manuals/glossary": {}, "manuals/importing-graphics": {}, @@ -136374,7 +136374,7 @@ [ "communicate", { - "_index": 2069, + "_index": 1044, "data": { "manuals/extensions-defold-sdk": {}, "manuals/glossary": {}, @@ -136390,7 +136390,7 @@ [ "communication", { - "_index": 2819, + "_index": 4180, "data": { "assets/iac": {}, "examples/gui/healthbar": {}, @@ -136405,7 +136405,7 @@ [ "community", { - "_index": 3598, + "_index": 3165, "data": { "assets/defold-polyglot": {}, "manuals/camera": {}, @@ -136418,7 +136418,7 @@ [ "comp", { - "_index": 4778, + "_index": 4001, "data": { "manuals/physics-resolving-collisions": {}, "ref/stable/table": {} @@ -136429,7 +136429,7 @@ [ "comp_collection_factory_status_loaded", { - "_index": 10616, + "_index": 7334, "data": { "ref/stable/collectionfactory": {} }, @@ -136439,7 +136439,7 @@ [ "companies", { - "_index": 2817, + "_index": 4178, "data": { "manuals/application-security": {} }, @@ -136449,7 +136449,7 @@ [ "company", { - "_index": 5362, + "_index": 5843, "data": { "manuals/macos": {} }, @@ -136459,7 +136459,7 @@ [ "comparand", { - "_index": 6863, + "_index": 9004, "data": { "ref/stable/dmAtomic": {} }, @@ -136469,7 +136469,7 @@ [ "compare", { - "_index": 5628, + "_index": 2100, "data": { "assets/apkverifier": {}, "manuals/optimization-size": {}, @@ -136485,7 +136485,7 @@ [ "compare_func_always", { - "_index": 9803, + "_index": 8218, "data": { "ref/stable/graphics": {} }, @@ -136495,7 +136495,7 @@ [ "compare_func_equal", { - "_index": 9804, + "_index": 8220, "data": { "ref/stable/graphics": {} }, @@ -136505,7 +136505,7 @@ [ "compare_func_gequal", { - "_index": 9805, + "_index": 8222, "data": { "ref/stable/graphics": {} }, @@ -136515,7 +136515,7 @@ [ "compare_func_greater", { - "_index": 9806, + "_index": 8224, "data": { "ref/stable/graphics": {} }, @@ -136525,7 +136525,7 @@ [ "compare_func_lequal", { - "_index": 9807, + "_index": 8226, "data": { "ref/stable/graphics": {} }, @@ -136535,7 +136535,7 @@ [ "compare_func_less", { - "_index": 9808, + "_index": 8228, "data": { "ref/stable/graphics": {} }, @@ -136545,7 +136545,7 @@ [ "compare_func_never", { - "_index": 9809, + "_index": 8230, "data": { "ref/stable/graphics": {} }, @@ -136555,7 +136555,7 @@ [ "compare_func_notequal", { - "_index": 9810, + "_index": 8232, "data": { "ref/stable/graphics": {} }, @@ -136565,7 +136565,7 @@ [ "compared", { - "_index": 2693, + "_index": 5684, "data": { "manuals/modules": {}, "manuals/physics-events": {}, @@ -136577,7 +136577,7 @@ [ "comparefunc", { - "_index": 10175, + "_index": 6773, "data": { "ref/stable/dmGraphics": {} }, @@ -136587,7 +136587,7 @@ [ "comparing", { - "_index": 8310, + "_index": 7004, "data": { "ref/stable/vmath": {} }, @@ -136597,7 +136597,7 @@ [ "comparison", { - "_index": 3807, + "_index": 4376, "data": { "manuals/version-control": {}, "ref/stable/dmStringFunc": {}, @@ -136609,7 +136609,7 @@ [ "compat", { - "_index": 6531, + "_index": 6670, "data": { "assets/compat53": {} }, @@ -136619,7 +136619,7 @@ [ "compat53", { - "_index": 6530, + "_index": 6669, "data": { "assets/compat53": {} }, @@ -136629,7 +136629,7 @@ [ "compatability", { - "_index": 3035, + "_index": 5336, "data": { "manuals/compute": {} }, @@ -136639,7 +136639,7 @@ [ "compatibility", { - "_index": 2066, + "_index": 1037, "data": { "manuals/extensions-defold-sdk": {} }, @@ -136649,7 +136649,7 @@ [ "compatible", { - "_index": 1056, + "_index": 2707, "data": { "assets/compat53": {}, "manuals/bob": {}, @@ -136663,7 +136663,7 @@ [ "compensation", { - "_index": 4759, + "_index": 3983, "data": { "manuals/physics-resolving-collisions": {} }, @@ -136673,7 +136673,7 @@ [ "competition", { - "_index": 1646, + "_index": 4836, "data": { "manuals/porting-guidelines": {} }, @@ -136683,7 +136683,7 @@ [ "compgetconstantcallback", { - "_index": 7984, + "_index": 8014, "data": { "ref/stable/dmGameSystem": {} }, @@ -136693,7 +136693,7 @@ [ "compilation", { - "_index": 625, + "_index": 3409, "data": { "manuals/addressing": {}, "manuals/app-manifest": {}, @@ -136705,7 +136705,7 @@ [ "compile", { - "_index": 888, + "_index": 663, "data": { "manuals/extensions-best-practices": {}, "manuals/extensions-ext-manifests": {}, @@ -136719,7 +136719,7 @@ [ "compiled", { - "_index": 757, + "_index": 1053, "data": { "manuals/application-security": {}, "manuals/caching-assets": {}, @@ -136736,7 +136736,7 @@ [ "compiler", { - "_index": 598, + "_index": 812, "data": { "manuals/addressing": {}, "manuals/app-manifest": {}, @@ -136753,7 +136753,7 @@ [ "compilers", { - "_index": 1264, + "_index": 4644, "data": { "manuals/extensions-ext-manifests": {} }, @@ -136763,7 +136763,7 @@ [ "compiling", { - "_index": 5478, + "_index": 3627, "data": { "manuals/extensions-best-practices": {} }, @@ -136773,7 +136773,7 @@ [ "compiling/bundling", { - "_index": 5467, + "_index": 3606, "data": { "manuals/extensions-best-practices": {} }, @@ -136783,7 +136783,7 @@ [ "complete", { - "_index": 738, + "_index": 2550, "data": { "assets/alienworld": {}, "assets/platformertutorial": {}, @@ -136810,7 +136810,7 @@ [ "complete_function", { - "_index": 8957, + "_index": 7577, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -136821,7 +136821,7 @@ [ "completed", { - "_index": 2235, + "_index": 732, "data": { "manuals/application-security": {}, "manuals/html5": {}, @@ -136841,7 +136841,7 @@ [ "completely", { - "_index": 551, + "_index": 1946, "data": { "manuals/app-manifest": {}, "manuals/application-lifecycle": {}, @@ -136857,7 +136857,7 @@ [ "completes", { - "_index": 2220, + "_index": 700, "data": { "manuals/html5": {}, "ref/stable/socket": {} @@ -136868,7 +136868,7 @@ [ "completion", { - "_index": 519, + "_index": 1105, "data": { "examples/particles/confetti": {}, "manuals/extensions-defold-sdk": {}, @@ -136888,7 +136888,7 @@ [ "completions", { - "_index": 5233, + "_index": 5439, "data": { "manuals/editor-scripts": {} }, @@ -136898,7 +136898,7 @@ [ "complex", { - "_index": 2420, + "_index": 1886, "data": { "assets/narrator": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -136913,7 +136913,7 @@ [ "complexity", { - "_index": 1594, + "_index": 3113, "data": { "manuals/introduction": {}, "manuals/optimization-speed": {}, @@ -136925,7 +136925,7 @@ [ "compliance", { - "_index": 3494, + "_index": 3039, "data": { "manuals/ios": {} }, @@ -136935,7 +136935,7 @@ [ "compliance_", { - "_index": 3059, + "_index": 5041, "data": { "manuals/live-update-aws": {} }, @@ -136945,7 +136945,7 @@ [ "compliant", { - "_index": 1123, + "_index": 2751, "data": { "manuals/shader": {} }, @@ -136955,7 +136955,7 @@ [ "complicated", { - "_index": 2173, + "_index": 4496, "data": { "assets/navgo": {}, "manuals/input-mouse-and-touch": {} @@ -136966,7 +136966,7 @@ [ "component", { - "_index": 369, + "_index": 96, "data": { "assets/defkit": {}, "assets/druid": {}, @@ -137063,7 +137063,7 @@ [ "component's", { - "_index": 684, + "_index": 2523, "data": { "manuals/collection-factory": {}, "manuals/glossary": {}, @@ -137076,7 +137076,7 @@ [ "component[][]array", { - "_index": 10736, + "_index": 8891, "data": { "ref/stable/editor": {} }, @@ -137086,7 +137086,7 @@ [ "component[]array", { - "_index": 10717, + "_index": 8871, "data": { "ref/stable/editor": {} }, @@ -137096,7 +137096,7 @@ [ "componentaddtoupdate", { - "_index": 9423, + "_index": 9058, "data": { "ref/stable/dmGameObject": {} }, @@ -137106,7 +137106,7 @@ [ "componentaddtoupdateparams", { - "_index": 9427, + "_index": 9062, "data": { "ref/stable/dmGameObject": {} }, @@ -137116,7 +137116,7 @@ [ "componentcontent", { - "_index": 10715, + "_index": 8869, "data": { "ref/stable/editor": {} }, @@ -137126,7 +137126,7 @@ [ "componentcreate", { - "_index": 9428, + "_index": 9063, "data": { "ref/stable/dmGameObject": {} }, @@ -137136,7 +137136,7 @@ [ "componentcreateparams", { - "_index": 9430, + "_index": 9065, "data": { "ref/stable/dmGameObject": {} }, @@ -137146,7 +137146,7 @@ [ "componentdeleteworld", { - "_index": 9432, + "_index": 9067, "data": { "ref/stable/dmGameObject": {} }, @@ -137156,7 +137156,7 @@ [ "componentdeleteworldparams", { - "_index": 9434, + "_index": 9069, "data": { "ref/stable/dmGameObject": {} }, @@ -137166,7 +137166,7 @@ [ "componentdestroy", { - "_index": 9435, + "_index": 9070, "data": { "ref/stable/dmGameObject": {} }, @@ -137176,7 +137176,7 @@ [ "componentdestroyparams", { - "_index": 9438, + "_index": 9073, "data": { "ref/stable/dmGameObject": {} }, @@ -137186,7 +137186,7 @@ [ "componentfinal", { - "_index": 9439, + "_index": 9074, "data": { "ref/stable/dmGameObject": {} }, @@ -137196,7 +137196,7 @@ [ "componentfinalparams", { - "_index": 9441, + "_index": 9076, "data": { "ref/stable/dmGameObject": {} }, @@ -137206,7 +137206,7 @@ [ "componentget", { - "_index": 9442, + "_index": 9077, "data": { "ref/stable/dmGameObject": {} }, @@ -137216,7 +137216,7 @@ [ "componentgetparams", { - "_index": 9444, + "_index": 9080, "data": { "ref/stable/dmGameObject": {} }, @@ -137226,7 +137226,7 @@ [ "componentgetproperty", { - "_index": 9445, + "_index": 9081, "data": { "ref/stable/dmGameObject": {} }, @@ -137236,7 +137236,7 @@ [ "componentgetpropertyparams", { - "_index": 9451, + "_index": 9087, "data": { "ref/stable/dmGameObject": {} }, @@ -137246,7 +137246,7 @@ [ "componentinit", { - "_index": 9452, + "_index": 9088, "data": { "ref/stable/dmGameObject": {} }, @@ -137256,7 +137256,7 @@ [ "componentinitparams", { - "_index": 9454, + "_index": 9090, "data": { "ref/stable/dmGameObject": {} }, @@ -137266,7 +137266,7 @@ [ "componentiterproperties", { - "_index": 9455, + "_index": 9091, "data": { "ref/stable/dmGameObject": {} }, @@ -137276,7 +137276,7 @@ [ "componentnewworld", { - "_index": 9431, + "_index": 9066, "data": { "ref/stable/dmGameObject": {} }, @@ -137286,7 +137286,7 @@ [ "componentnewworldparams", { - "_index": 9460, + "_index": 9096, "data": { "ref/stable/dmGameObject": {} }, @@ -137296,7 +137296,7 @@ [ "componentoninput", { - "_index": 9463, + "_index": 9099, "data": { "ref/stable/dmGameObject": {} }, @@ -137306,7 +137306,7 @@ [ "componentoninputparams", { - "_index": 9466, + "_index": 9102, "data": { "ref/stable/dmGameObject": {} }, @@ -137316,7 +137316,7 @@ [ "componentonmessage", { - "_index": 9467, + "_index": 9103, "data": { "ref/stable/dmGameObject": {} }, @@ -137326,7 +137326,7 @@ [ "componentonmessageparams", { - "_index": 9471, + "_index": 9107, "data": { "ref/stable/dmGameObject": {} }, @@ -137336,7 +137336,7 @@ [ "componentonreload", { - "_index": 9472, + "_index": 9108, "data": { "ref/stable/dmGameObject": {} }, @@ -137346,7 +137346,7 @@ [ "componentonreloadparams", { - "_index": 9474, + "_index": 9110, "data": { "ref/stable/dmGameObject": {} }, @@ -137356,7 +137356,7 @@ [ "components", { - "_index": 362, + "_index": 978, "data": { "assets/cleanexporter": {}, "assets/define": {}, @@ -137420,7 +137420,7 @@ [ "componentsetproperties", { - "_index": 9475, + "_index": 9111, "data": { "ref/stable/dmGameObject": {} }, @@ -137430,7 +137430,7 @@ [ "componentsetpropertiesparams", { - "_index": 9477, + "_index": 9113, "data": { "ref/stable/dmGameObject": {} }, @@ -137440,7 +137440,7 @@ [ "componentsetproperty", { - "_index": 9478, + "_index": 9114, "data": { "ref/stable/dmGameObject": {} }, @@ -137450,7 +137450,7 @@ [ "componentsetpropertyparams", { - "_index": 9480, + "_index": 9116, "data": { "ref/stable/dmGameObject": {} }, @@ -137460,7 +137460,7 @@ [ "componentsfixedupdate", { - "_index": 9481, + "_index": 9117, "data": { "ref/stable/dmGameObject": {} }, @@ -137470,7 +137470,7 @@ [ "componentspadding", { - "_index": 10767, + "_index": 8922, "data": { "ref/stable/editor": {} }, @@ -137480,7 +137480,7 @@ [ "componentspostupdate", { - "_index": 9484, + "_index": 9120, "data": { "ref/stable/dmGameObject": {} }, @@ -137490,7 +137490,7 @@ [ "componentspostupdateparams", { - "_index": 9486, + "_index": 9122, "data": { "ref/stable/dmGameObject": {} }, @@ -137500,7 +137500,7 @@ [ "componentsrender", { - "_index": 9487, + "_index": 9123, "data": { "ref/stable/dmGameObject": {} }, @@ -137510,7 +137510,7 @@ [ "componentsrenderparams", { - "_index": 9489, + "_index": 9125, "data": { "ref/stable/dmGameObject": {} }, @@ -137520,7 +137520,7 @@ [ "componentsrows", { - "_index": 10737, + "_index": 8892, "data": { "ref/stable/editor": {} }, @@ -137530,7 +137530,7 @@ [ "componentsupdate", { - "_index": 9490, + "_index": 9126, "data": { "ref/stable/dmGameObject": {} }, @@ -137540,7 +137540,7 @@ [ "componentsupdateparams", { - "_index": 9491, + "_index": 9127, "data": { "ref/stable/dmGameObject": {} }, @@ -137550,7 +137550,7 @@ [ "componentsupdateresult", { - "_index": 9492, + "_index": 9128, "data": { "ref/stable/dmGameObject": {} }, @@ -137560,7 +137560,7 @@ [ "componenttop", { - "_index": 10713, + "_index": 8867, "data": { "ref/stable/editor": {} }, @@ -137570,7 +137570,7 @@ [ "componenttypecreatectx", { - "_index": 9493, + "_index": 9129, "data": { "ref/stable/dmGameObject": {} }, @@ -137580,7 +137580,7 @@ [ "componenttypegetcontext", { - "_index": 9495, + "_index": 9131, "data": { "ref/stable/dmGameObject": {} }, @@ -137590,7 +137590,7 @@ [ "componenttypegettypeindex", { - "_index": 9497, + "_index": 9133, "data": { "ref/stable/dmGameObject": {} }, @@ -137600,7 +137600,7 @@ [ "componenttypesetaddtoupdatefn", { - "_index": 9500, + "_index": 9136, "data": { "ref/stable/dmGameObject": {} }, @@ -137610,7 +137610,7 @@ [ "componenttypesetchilditeratorfn", { - "_index": 9502, + "_index": 9138, "data": { "ref/stable/dmGameObject": {} }, @@ -137620,7 +137620,7 @@ [ "componenttypesetcontext", { - "_index": 9505, + "_index": 9140, "data": { "ref/stable/dmGameObject": {} }, @@ -137630,7 +137630,7 @@ [ "componenttypesetcreatefn", { - "_index": 9506, + "_index": 9141, "data": { "ref/stable/dmGameObject": {} }, @@ -137640,7 +137640,7 @@ [ "componenttypesetdeleteworldfn", { - "_index": 9507, + "_index": 9142, "data": { "ref/stable/dmGameObject": {} }, @@ -137650,7 +137650,7 @@ [ "componenttypesetdestroyfn", { - "_index": 9508, + "_index": 9143, "data": { "ref/stable/dmGameObject": {} }, @@ -137660,7 +137660,7 @@ [ "componenttypesetfinalfn", { - "_index": 9509, + "_index": 9144, "data": { "ref/stable/dmGameObject": {} }, @@ -137670,7 +137670,7 @@ [ "componenttypesetfixedupdatefn", { - "_index": 9510, + "_index": 9146, "data": { "ref/stable/dmGameObject": {} }, @@ -137680,7 +137680,7 @@ [ "componenttypesetgetfn", { - "_index": 9511, + "_index": 9147, "data": { "ref/stable/dmGameObject": {} }, @@ -137690,7 +137690,7 @@ [ "componenttypesetgetpropertyfn", { - "_index": 9512, + "_index": 9148, "data": { "ref/stable/dmGameObject": {} }, @@ -137700,7 +137700,7 @@ [ "componenttypesethasuserdata", { - "_index": 9513, + "_index": 9149, "data": { "ref/stable/dmGameObject": {} }, @@ -137710,7 +137710,7 @@ [ "componenttypesetinitfn", { - "_index": 9514, + "_index": 9150, "data": { "ref/stable/dmGameObject": {} }, @@ -137720,7 +137720,7 @@ [ "componenttypesetnewworldfn", { - "_index": 9516, + "_index": 9152, "data": { "ref/stable/dmGameObject": {} }, @@ -137730,7 +137730,7 @@ [ "componenttypesetoninputfn", { - "_index": 9517, + "_index": 9153, "data": { "ref/stable/dmGameObject": {} }, @@ -137740,7 +137740,7 @@ [ "componenttypesetonmessagefn", { - "_index": 9518, + "_index": 9154, "data": { "ref/stable/dmGameObject": {} }, @@ -137750,7 +137750,7 @@ [ "componenttypesetonreloadfn", { - "_index": 9519, + "_index": 9156, "data": { "ref/stable/dmGameObject": {} }, @@ -137760,7 +137760,7 @@ [ "componenttypesetpostupdatefn", { - "_index": 9520, + "_index": 9157, "data": { "ref/stable/dmGameObject": {} }, @@ -137770,7 +137770,7 @@ [ "componenttypesetprio", { - "_index": 9521, + "_index": 9158, "data": { "ref/stable/dmGameObject": {} }, @@ -137780,7 +137780,7 @@ [ "componenttypesetpropertyiteratorfn", { - "_index": 9524, + "_index": 9160, "data": { "ref/stable/dmGameObject": {} }, @@ -137790,7 +137790,7 @@ [ "componenttypesetreadstransforms", { - "_index": 9526, + "_index": 9162, "data": { "ref/stable/dmGameObject": {} }, @@ -137800,7 +137800,7 @@ [ "componenttypesetrenderfn", { - "_index": 9528, + "_index": 9164, "data": { "ref/stable/dmGameObject": {} }, @@ -137810,7 +137810,7 @@ [ "componenttypesetsetpropertiesfn", { - "_index": 9529, + "_index": 9165, "data": { "ref/stable/dmGameObject": {} }, @@ -137820,7 +137820,7 @@ [ "componenttypesetsetpropertyfn", { - "_index": 9531, + "_index": 9167, "data": { "ref/stable/dmGameObject": {} }, @@ -137830,7 +137830,7 @@ [ "componenttypesetupdatefn", { - "_index": 9532, + "_index": 9168, "data": { "ref/stable/dmGameObject": {} }, @@ -137840,7 +137840,7 @@ [ "compose", { - "_index": 1460, + "_index": 4081, "data": { "manuals/extender-docker-images": {}, "manuals/extender-local-setup": {} @@ -137851,7 +137851,7 @@ [ "compose.yml", { - "_index": 1463, + "_index": 4083, "data": { "manuals/extender-local-setup": {} }, @@ -137861,7 +137861,7 @@ [ "composed", { - "_index": 3855, + "_index": 1292, "data": { "manuals/editor-scripts-ui": {}, "manuals/glossary": {} @@ -137872,7 +137872,7 @@ [ "composite", { - "_index": 9121, + "_index": 7574, "data": { "ref/stable/dmGameObject": {}, "ref/stable/gui": {} @@ -137883,7 +137883,7 @@ [ "compound", { - "_index": 331, + "_index": 955, "data": { "manuals/importing-graphics": {}, "ref/stable/base": {}, @@ -137895,7 +137895,7 @@ [ "compress", { - "_index": 4506, + "_index": 4596, "data": { "assets/pack": {}, "manuals/editor-scripts": {}, @@ -137908,7 +137908,7 @@ [ "compressed", { - "_index": 4732, + "_index": 2103, "data": { "manuals/bundling": {}, "manuals/optimization-size": {}, @@ -137920,7 +137920,7 @@ [ "compression", { - "_index": 2462, + "_index": 1969, "data": { "manuals/atlas": {}, "manuals/bob": {}, @@ -137936,7 +137936,7 @@ [ "compression_level", { - "_index": 5654, + "_index": 2166, "data": { "manuals/optimization-size": {} }, @@ -137946,7 +137946,7 @@ [ "compression_type", { - "_index": 5655, + "_index": 2167, "data": { "manuals/optimization-size": {}, "ref/stable/resource": {} @@ -137957,7 +137957,7 @@ [ "compression_type_basis_etc1s", { - "_index": 9812, + "_index": 8234, "data": { "ref/stable/graphics": {} }, @@ -137967,7 +137967,7 @@ [ "compression_type_basis_uastc", { - "_index": 5656, + "_index": 2168, "data": { "manuals/optimization-size": {}, "ref/stable/graphics": {}, @@ -137979,7 +137979,7 @@ [ "compression_type_default", { - "_index": 7407, + "_index": 8237, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -137990,7 +137990,7 @@ [ "compression_type_webp", { - "_index": 9815, + "_index": 8239, "data": { "ref/stable/graphics": {} }, @@ -138000,7 +138000,7 @@ [ "compression_type_webp_lossy", { - "_index": 9817, + "_index": 8241, "data": { "ref/stable/graphics": {} }, @@ -138010,7 +138010,7 @@ [ "compromising", { - "_index": 5064, + "_index": 2932, "data": { "manuals/optimization": {} }, @@ -138020,7 +138020,7 @@ [ "compsetconstantcallback", { - "_index": 7987, + "_index": 8017, "data": { "ref/stable/dmGameSystem": {} }, @@ -138030,7 +138030,7 @@ [ "computation", { - "_index": 2882, + "_index": 1549, "data": { "manuals/compute": {}, "manuals/editor-scripts-ui": {}, @@ -138043,7 +138043,7 @@ [ "computational", { - "_index": 2964, + "_index": 5281, "data": { "manuals/compute": {} }, @@ -138053,7 +138053,7 @@ [ "computationally", { - "_index": 8376, + "_index": 7082, "data": { "ref/stable/vmath": {} }, @@ -138063,7 +138063,7 @@ [ "computations", { - "_index": 3999, + "_index": 1547, "data": { "manuals/editor-scripts-ui": {}, "manuals/glossary": {} @@ -138074,7 +138074,7 @@ [ "compute", { - "_index": 870, + "_index": 2613, "data": { "manuals/compute": {}, "manuals/material": {}, @@ -138092,7 +138092,7 @@ [ "compute.cp", { - "_index": 3002, + "_index": 5306, "data": { "manuals/compute": {} }, @@ -138102,7 +138102,7 @@ [ "computed", { - "_index": 773, + "_index": 1552, "data": { "manuals/atlas": {}, "manuals/caching-assets": {}, @@ -138116,7 +138116,7 @@ [ "computer", { - "_index": 435, + "_index": 1412, "data": { "manuals/android": {}, "manuals/application-security": {}, @@ -138135,7 +138135,7 @@ [ "computers", { - "_index": 881, + "_index": 2202, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/application-security": {}, @@ -138147,7 +138147,7 @@ [ "computes", { - "_index": 5884, + "_index": 4607, "data": { "manuals/glossary": {} }, @@ -138157,7 +138157,7 @@ [ "computing", { - "_index": 7847, + "_index": 8497, "data": { "ref/stable/render": {} }, @@ -138167,7 +138167,7 @@ [ "concat", { - "_index": 6839, + "_index": 6937, "data": { "ref/stable/table": {} }, @@ -138177,7 +138177,7 @@ [ "concatenate", { - "_index": 3772, + "_index": 1913, "data": { "manuals/input-key-and-text": {}, "ref/stable/socket": {} @@ -138188,7 +138188,7 @@ [ "concatenated", { - "_index": 7282, + "_index": 9330, "data": { "ref/stable/package": {}, "ref/stable/socket": {} @@ -138199,7 +138199,7 @@ [ "concatenates", { - "_index": 10409, + "_index": 10628, "data": { "ref/stable/base": {} }, @@ -138209,7 +138209,7 @@ [ "concatenation", { - "_index": 10161, + "_index": 7169, "data": { "ref/stable/dmStringFunc": {}, "ref/stable/string": {} @@ -138220,7 +138220,7 @@ [ "concept", { - "_index": 1180, + "_index": 2785, "data": { "manuals/compute": {}, "manuals/flash": {}, @@ -138233,7 +138233,7 @@ [ "concepts", { - "_index": 893, + "_index": 1290, "data": { "manuals/editor-scripts-ui": {}, "manuals/flash": {}, @@ -138247,7 +138247,7 @@ [ "concern", { - "_index": 2872, + "_index": 4221, "data": { "manuals/application-security": {} }, @@ -138257,7 +138257,7 @@ [ "concise", { - "_index": 2394, + "_index": 4935, "data": { "manuals/editor-scripts": {}, "manuals/getting-help": {} @@ -138268,7 +138268,7 @@ [ "concrete", { - "_index": 4466, + "_index": 444, "data": { "manuals/gui": {} }, @@ -138278,7 +138278,7 @@ [ "condition", { - "_index": 4607, + "_index": 5881, "data": { "manuals/debugging-game-logic": {}, "ref/stable/dmConditionVariable": {}, @@ -138291,7 +138291,7 @@ [ "conditional", { - "_index": 3975, + "_index": 1505, "data": { "manuals/debugging-game-logic": {}, "manuals/editor-scripts-ui": {}, @@ -138303,7 +138303,7 @@ [ "conditionally", { - "_index": 5551, + "_index": 1954, "data": { "manuals/script": {} }, @@ -138313,7 +138313,7 @@ [ "conditions", { - "_index": 3739, + "_index": 558, "data": { "manuals/gui": {}, "manuals/render": {}, @@ -138326,7 +138326,7 @@ [ "conditionvariable", { - "_index": 9413, + "_index": 9837, "data": { "ref/stable/dmConditionVariable": {} }, @@ -138336,7 +138336,7 @@ [ "conducted", { - "_index": 3340, + "_index": 5131, "data": { "manuals/flash": {} }, @@ -138346,7 +138346,7 @@ [ "cone", { - "_index": 3185, + "_index": 1181, "data": { "examples/particles/confetti": {}, "manuals/particlefx": {}, @@ -138358,7 +138358,7 @@ [ "conects", { - "_index": 284, + "_index": 5256, "data": { "manuals/networking": {} }, @@ -138368,7 +138368,7 @@ [ "confetti", { - "_index": 6207, + "_index": 6136, "data": { "examples/particles/confetti": {} }, @@ -138378,7 +138378,7 @@ [ "confetti.script", { - "_index": 6212, + "_index": 6142, "data": { "examples/particles/confetti": {} }, @@ -138388,7 +138388,7 @@ [ "config", { - "_index": 2078, + "_index": 1061, "data": { "assets/defsave": {}, "assets/firebase-remoteconfig": {}, @@ -138408,7 +138408,7 @@ [ "configfileextensiondescbuffersize", { - "_index": 7310, + "_index": 9037, "data": { "ref/stable/dmConfigFile": {} }, @@ -138418,7 +138418,7 @@ [ "configfilegetfloat", { - "_index": 7312, + "_index": 9038, "data": { "ref/stable/dmConfigFile": {} }, @@ -138428,7 +138428,7 @@ [ "configfilegetint", { - "_index": 7315, + "_index": 9041, "data": { "ref/stable/dmConfigFile": {} }, @@ -138438,7 +138438,7 @@ [ "configfilegetstring", { - "_index": 7316, + "_index": 9042, "data": { "ref/stable/dmConfigFile": {} }, @@ -138448,7 +138448,7 @@ [ "configurability", { - "_index": 2986, + "_index": 5296, "data": { "manuals/compute": {} }, @@ -138458,7 +138458,7 @@ [ "configurable", { - "_index": 6668, + "_index": 6295, "data": { "assets/defoldinput": {} }, @@ -138468,7 +138468,7 @@ [ "configuration", { - "_index": 851, + "_index": 1052, "data": { "assets/rustore-remoteconfig": {}, "assets/trenchbroom": {}, @@ -138502,7 +138502,7 @@ [ "configure", { - "_index": 854, + "_index": 2244, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/bundling": {}, @@ -138520,7 +138520,7 @@ [ "configured", { - "_index": 622, + "_index": 925, "data": { "examples/gui/layouts": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -138540,7 +138540,7 @@ [ "configuring", { - "_index": 3062, + "_index": 5044, "data": { "manuals/live-update-aws": {} }, @@ -138550,7 +138550,7 @@ [ "confirm", { - "_index": 5057, + "_index": 5990, "data": { "manuals/sony-playstation": {} }, @@ -138560,7 +138560,7 @@ [ "confirmation", { - "_index": 3849, + "_index": 1274, "data": { "manuals/editor-scripts-ui": {}, "manuals/sony-playstation": {} @@ -138571,7 +138571,7 @@ [ "confirmed", { - "_index": 5070, + "_index": 3798, "data": { "manuals/nintendo-switch": {} }, @@ -138581,7 +138581,7 @@ [ "conflict", { - "_index": 857, + "_index": 4385, "data": { "manuals/project-defignore": {}, "manuals/version-control": {} @@ -138592,7 +138592,7 @@ [ "conflicting", { - "_index": 3800, + "_index": 4371, "data": { "manuals/version-control": {} }, @@ -138602,7 +138602,7 @@ [ "conflicts", { - "_index": 3798, + "_index": 4370, "data": { "manuals/version-control": {} }, @@ -138612,7 +138612,7 @@ [ "congratulate", { - "_index": 6209, + "_index": 6138, "data": { "examples/particles/confetti": {} }, @@ -138622,7 +138622,7 @@ [ "conj", { - "_index": 7695, + "_index": 6988, "data": { "ref/stable/dmVMath": {}, "ref/stable/vmath": {} @@ -138633,7 +138633,7 @@ [ "conjugate", { - "_index": 7694, + "_index": 6989, "data": { "ref/stable/dmVMath": {}, "ref/stable/vmath": {} @@ -138644,7 +138644,7 @@ [ "conjunction", { - "_index": 4742, + "_index": 3619, "data": { "manuals/extensions-best-practices": {}, "manuals/gui-template": {} @@ -138655,7 +138655,7 @@ [ "connect", { - "_index": 3422, + "_index": 2448, "data": { "assets/colyseus": {}, "assets/magiclinker": {}, @@ -138675,7 +138675,7 @@ [ "connect/#/dev63c95e436", { - "_index": 3514, + "_index": 3063, "data": { "manuals/ios": {} }, @@ -138685,7 +138685,7 @@ [ "connect/#/dev88f5c7bf9", { - "_index": 3512, + "_index": 3061, "data": { "manuals/ios": {} }, @@ -138695,7 +138695,7 @@ [ "connected", { - "_index": 1675, + "_index": 2026, "data": { "manuals/android": {}, "manuals/dev-app": {}, @@ -138715,7 +138715,7 @@ [ "connected:close", { - "_index": 8118, + "_index": 10431, "data": { "ref/stable/socket": {} }, @@ -138725,7 +138725,7 @@ [ "connected:getoption", { - "_index": 8119, + "_index": 10432, "data": { "ref/stable/socket": {} }, @@ -138735,7 +138735,7 @@ [ "connected:getpeername", { - "_index": 8126, + "_index": 10439, "data": { "ref/stable/socket": {} }, @@ -138745,7 +138745,7 @@ [ "connected:getsockname", { - "_index": 8129, + "_index": 10441, "data": { "ref/stable/socket": {} }, @@ -138755,7 +138755,7 @@ [ "connected:receive", { - "_index": 8134, + "_index": 10446, "data": { "ref/stable/socket": {} }, @@ -138765,7 +138765,7 @@ [ "connected:send", { - "_index": 8141, + "_index": 10452, "data": { "ref/stable/socket": {} }, @@ -138775,7 +138775,7 @@ [ "connected:setoption", { - "_index": 8120, + "_index": 10433, "data": { "ref/stable/socket": {} }, @@ -138785,7 +138785,7 @@ [ "connected:setpeername", { - "_index": 8155, + "_index": 10466, "data": { "ref/stable/socket": {} }, @@ -138795,7 +138795,7 @@ [ "connected:settimeout", { - "_index": 8160, + "_index": 10471, "data": { "ref/stable/socket": {} }, @@ -138805,7 +138805,7 @@ [ "connecting", { - "_index": 3406, + "_index": 2435, "data": { "manuals/dev-app": {}, "manuals/ios": {}, @@ -138818,7 +138818,7 @@ [ "connection", { - "_index": 259, + "_index": 2327, "data": { "assets/websocket": {}, "manuals/application-security": {}, @@ -138840,7 +138840,7 @@ [ "connections", { - "_index": 249, + "_index": 1056, "data": { "manuals/application-security": {}, "manuals/extensions-defold-sdk": {}, @@ -138856,7 +138856,7 @@ [ "connectivity", { - "_index": 4998, + "_index": 2463, "data": { "manuals/zerobrane": {}, "ref/stable/sys": {} @@ -138867,7 +138867,7 @@ [ "connects", { - "_index": 6580, + "_index": 6701, "data": { "assets/gamedistribution": {} }, @@ -138877,7 +138877,7 @@ [ "connnection", { - "_index": 10078, + "_index": 9962, "data": { "ref/stable/dmConnectionPool": {} }, @@ -138887,7 +138887,7 @@ [ "conquer", { - "_index": 4624, + "_index": 5894, "data": { "manuals/debugging-game-logic": {} }, @@ -138897,7 +138897,7 @@ [ "consecutive", { - "_index": 10030, + "_index": 6881, "data": { "ref/stable/dmGraphics": {}, "ref/stable/sound": {} @@ -138908,7 +138908,7 @@ [ "consent", { - "_index": 6677, + "_index": 6588, "data": { "assets/ump": {} }, @@ -138918,7 +138918,7 @@ [ "consider", { - "_index": 1559, + "_index": 1314, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/editor-scripts-ui": {}, @@ -138937,7 +138937,7 @@ [ "consideration", { - "_index": 1716, + "_index": 3389, "data": { "manuals/addressing": {}, "manuals/flash": {}, @@ -138950,7 +138950,7 @@ [ "considerations", { - "_index": 2241, + "_index": 755, "data": { "manuals/html5": {}, "manuals/lua": {} @@ -138961,7 +138961,7 @@ [ "considered", { - "_index": 2769, + "_index": 3057, "data": { "manuals/application-security": {}, "manuals/editor-scripts": {}, @@ -138979,7 +138979,7 @@ [ "considers", { - "_index": 2661, + "_index": 2911, "data": { "manuals/gui-layouts": {} }, @@ -138989,7 +138989,7 @@ [ "consist", { - "_index": 323, + "_index": 949, "data": { "manuals/flash": {}, "manuals/font": {}, @@ -139001,7 +139001,7 @@ [ "consisting", { - "_index": 650, + "_index": 2512, "data": { "manuals/collection-factory": {}, "manuals/flash": {}, @@ -139013,7 +139013,7 @@ [ "consists", { - "_index": 1216, + "_index": 1107, "data": { "examples/collection/proxy": {}, "examples/collection/splash": {}, @@ -139052,7 +139052,7 @@ [ "console", { - "_index": 1672, + "_index": 673, "data": { "assets/alienworld": {}, "assets/defcon": {}, @@ -139079,7 +139079,7 @@ [ "consoleapi.save", { - "_index": 1690, + "_index": 4856, "data": { "manuals/porting-guidelines": {} }, @@ -139089,7 +139089,7 @@ [ "consoles", { - "_index": 1468, + "_index": 2201, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/extender-local-setup": {}, @@ -139101,7 +139101,7 @@ [ "const", { - "_index": 1167, + "_index": 2779, "data": { "manuals/extensions-best-practices": {}, "manuals/shader": {}, @@ -139136,7 +139136,7 @@ [ "constant", { - "_index": 923, + "_index": 2633, "data": { "examples/sprite/tint": {}, "manuals/compute": {}, @@ -139172,7 +139172,7 @@ [ "constant's", { - "_index": 7986, + "_index": 8016, "data": { "ref/stable/dmGameSystem": {} }, @@ -139182,7 +139182,7 @@ [ "constant_buffer", { - "_index": 7791, + "_index": 8452, "data": { "ref/stable/render": {} }, @@ -139192,7 +139192,7 @@ [ "constant_type_projection", { - "_index": 991, + "_index": 2672, "data": { "manuals/shader": {} }, @@ -139202,7 +139202,7 @@ [ "constant_type_user", { - "_index": 994, + "_index": 2673, "data": { "manuals/shader": {} }, @@ -139212,7 +139212,7 @@ [ "constant_type_view", { - "_index": 990, + "_index": 2671, "data": { "manuals/shader": {} }, @@ -139222,7 +139222,7 @@ [ "constant_type_world", { - "_index": 988, + "_index": 2669, "data": { "manuals/shader": {} }, @@ -139232,7 +139232,7 @@ [ "constants", { - "_index": 899, + "_index": 1144, "data": { "assets/sparkle-shader": {}, "manuals/compute": {}, @@ -139260,7 +139260,7 @@ [ "constants.md", { - "_index": 4138, + "_index": 3813, "data": { "manuals/mesh": {}, "manuals/model": {}, @@ -139273,7 +139273,7 @@ [ "constants.tint", { - "_index": 2983, + "_index": 5295, "data": { "manuals/compute": {} }, @@ -139283,7 +139283,7 @@ [ "constitutes", { - "_index": 3033, + "_index": 5335, "data": { "manuals/compute": {}, "ref/stable/render": {} @@ -139294,7 +139294,7 @@ [ "constrain", { - "_index": 5979, + "_index": 5776, "data": { "manuals/physics-joints": {}, "ref/stable/label": {} @@ -139305,7 +139305,7 @@ [ "constrained", { - "_index": 7083, + "_index": 7494, "data": { "ref/stable/physics": {} }, @@ -139315,7 +139315,7 @@ [ "constraint", { - "_index": 5991, + "_index": 5788, "data": { "manuals/physics-joints": {} }, @@ -139325,7 +139325,7 @@ [ "constraints", { - "_index": 5066, + "_index": 2935, "data": { "manuals/optimization": {}, "manuals/physics": {}, @@ -139337,7 +139337,7 @@ [ "construct", { - "_index": 2593, + "_index": 3438, "data": { "manuals/addressing": {}, "manuals/building-blocks": {}, @@ -139353,7 +139353,7 @@ [ "constructed", { - "_index": 4902, + "_index": 3437, "data": { "manuals/addressing": {}, "ref/stable/dmGameObject": {}, @@ -139365,7 +139365,7 @@ [ "constructing", { - "_index": 4901, + "_index": 3436, "data": { "manuals/addressing": {}, "ref/stable/vmath": {} @@ -139376,7 +139376,7 @@ [ "constructinstanceid", { - "_index": 9533, + "_index": 9169, "data": { "ref/stable/dmGameObject": {} }, @@ -139386,7 +139386,7 @@ [ "construction", { - "_index": 8575, + "_index": 9386, "data": { "ref/stable/base": {}, "ref/stable/io": {} @@ -139397,7 +139397,7 @@ [ "constructor", { - "_index": 2703, + "_index": 5151, "data": { "manuals/flash": {}, "manuals/modules": {}, @@ -139414,7 +139414,7 @@ [ "constructors", { - "_index": 9080, + "_index": 9908, "data": { "ref/stable/go": {} }, @@ -139424,7 +139424,7 @@ [ "constructs", { - "_index": 1555, + "_index": 3093, "data": { "manuals/optimization-speed": {}, "ref/stable/dmIntersection": {}, @@ -139437,7 +139437,7 @@ [ "consume", { - "_index": 1969, + "_index": 1310, "data": { "manuals/editor-scripts-ui": {}, "manuals/input": {}, @@ -139449,7 +139449,7 @@ [ "consumed", { - "_index": 2034, + "_index": 5979, "data": { "manuals/input": {}, "ref/stable/go": {}, @@ -139461,7 +139461,7 @@ [ "consumes", { - "_index": 2058, + "_index": 5987, "data": { "manuals/input": {} }, @@ -139471,7 +139471,7 @@ [ "consuming", { - "_index": 1968, + "_index": 3621, "data": { "manuals/debugging-game-logic": {}, "manuals/editor-scripts": {}, @@ -139485,7 +139485,7 @@ [ "consumption", { - "_index": 2037, + "_index": 4130, "data": { "manuals/application-security": {}, "manuals/input": {}, @@ -139497,7 +139497,7 @@ [ "cont", { - "_index": 6962, + "_index": 9480, "data": { "ref/stable/debug": {} }, @@ -139507,7 +139507,7 @@ [ "contact", { - "_index": 1647, + "_index": 2300, "data": { "manuals/addressing": {}, "manuals/debugging-game-logic": {}, @@ -139525,7 +139525,7 @@ [ "contact's", { - "_index": 4767, + "_index": 3992, "data": { "manuals/physics-resolving-collisions": {} }, @@ -139535,7 +139535,7 @@ [ "contact_point_event", { - "_index": 5897, + "_index": 5674, "data": { "manuals/physics-events": {}, "ref/stable/physics": {} @@ -139546,7 +139546,7 @@ [ "contact_point_response", { - "_index": 4749, + "_index": 2033, "data": { "manuals/physics-messages": {}, "manuals/physics-resolving-collisions": {}, @@ -139558,7 +139558,7 @@ [ "contacts", { - "_index": 1879, + "_index": 2289, "data": { "manuals/physics-objects": {}, "ref/stable/b2d.body": {} @@ -139569,7 +139569,7 @@ [ "contain", { - "_index": 308, + "_index": 944, "data": { "manuals/building-blocks": {}, "manuals/debugging-game-logic": {}, @@ -139605,7 +139605,7 @@ [ "contained", { - "_index": 668, + "_index": 2518, "data": { "manuals/collection-factory": {}, "manuals/flash": {}, @@ -139619,7 +139619,7 @@ [ "container", { - "_index": 1382, + "_index": 1337, "data": { "manuals/building-blocks": {}, "manuals/debugging-game-and-system-logs": {}, @@ -139640,7 +139640,7 @@ [ "container.column_span", { - "_index": 10691, + "_index": 8845, "data": { "ref/stable/editor": {} }, @@ -139650,7 +139650,7 @@ [ "containerrow_span", { - "_index": 10688, + "_index": 8842, "data": { "ref/stable/editor": {} }, @@ -139660,7 +139660,7 @@ [ "containers", { - "_index": 1356, + "_index": 4007, "data": { "manuals/extender-local-setup": {}, "manuals/flash": {}, @@ -139673,7 +139673,7 @@ [ "containing", { - "_index": 264, + "_index": 1908, "data": { "examples/basics/z_order": {}, "examples/factory/dynamic": {}, @@ -139721,7 +139721,7 @@ [ "contains", { - "_index": 52, + "_index": 72, "data": { "assets/3deforms": {}, "assets/defgraph": {}, @@ -139810,7 +139810,7 @@ [ "content", { - "_index": 101, + "_index": 54, "data": { "assets/facebook": {}, "assets/gamedistribution": {}, @@ -139853,7 +139853,7 @@ [ "contentis_directory", { - "_index": 10658, + "_index": 8812, "data": { "ref/stable/editor": {} }, @@ -139863,7 +139863,7 @@ [ "contents", { - "_index": 639, + "_index": 905, "data": { "manuals/addressing": {}, "manuals/bundling": {}, @@ -139889,7 +139889,7 @@ [ "contents/resources/dwarf/dmengine", { - "_index": 4807, + "_index": 4994, "data": { "manuals/debugging-native-code": {} }, @@ -139899,7 +139899,7 @@ [ "context", { - "_index": 921, + "_index": 1126, "data": { "assets/defmnu": {}, "assets/defold-event": {}, @@ -139937,7 +139937,7 @@ [ "contexts", { - "_index": 1124, + "_index": 2752, "data": { "manuals/editor-scripts": {}, "manuals/lua": {}, @@ -139951,7 +139951,7 @@ [ "contextx", { - "_index": 9494, + "_index": 9130, "data": { "ref/stable/dmGameObject": {} }, @@ -139961,7 +139961,7 @@ [ "continously", { - "_index": 10854, + "_index": 10212, "data": { "ref/stable/profiler": {} }, @@ -139971,7 +139971,7 @@ [ "continue", { - "_index": 3221, + "_index": 1248, "data": { "manuals/addressing": {}, "manuals/debugging-game-logic": {}, @@ -139993,7 +139993,7 @@ [ "continues", { - "_index": 2021, + "_index": 5974, "data": { "manuals/input": {}, "ref/stable/coroutine": {}, @@ -140006,7 +140006,7 @@ [ "continuous", { - "_index": 1916, + "_index": 2311, "data": { "manuals/physics-objects": {}, "ref/stable/b2d.body": {}, @@ -140018,7 +140018,7 @@ [ "continuously", { - "_index": 3356, + "_index": 5139, "data": { "examples/particles/modifiers": {}, "manuals/flash": {}, @@ -140030,7 +140030,7 @@ [ "contrast", { - "_index": 2969, + "_index": 5284, "data": { "manuals/compute": {} }, @@ -140040,7 +140040,7 @@ [ "contributed", { - "_index": 1240, + "_index": 2817, "data": { "manuals/shader": {} }, @@ -140050,7 +140050,7 @@ [ "contributions", { - "_index": 5061, + "_index": 3800, "data": { "manuals/nintendo-switch": {}, "manuals/sony-playstation": {} @@ -140061,7 +140061,7 @@ [ "control", { - "_index": 394, + "_index": 243, "data": { "assets/firebase-remoteconfig": {}, "assets/openal": {}, @@ -140100,7 +140100,7 @@ [ "controlled", { - "_index": 2163, + "_index": 1206, "data": { "manuals/addressing": {}, "manuals/glossary": {}, @@ -140117,7 +140117,7 @@ [ "controller", { - "_index": 1623, + "_index": 3355, "data": { "assets/kinematicwalker": {}, "assets/operator": {}, @@ -140131,7 +140131,7 @@ [ "controller#main", { - "_index": 6123, + "_index": 6117, "data": { "examples/gui/healthbar": {} }, @@ -140141,7 +140141,7 @@ [ "controller.script", { - "_index": 4838, + "_index": 3346, "data": { "manuals/addressing": {} }, @@ -140151,7 +140151,7 @@ [ "controlling", { - "_index": 2081, + "_index": 1065, "data": { "manuals/extensions-defold-sdk": {}, "manuals/gui-particlefx": {}, @@ -140164,7 +140164,7 @@ [ "controls", { - "_index": 1263, + "_index": 120, "data": { "assets/firebase-remoteconfig": {}, "examples/collection/timestep": {}, @@ -140189,7 +140189,7 @@ [ "convenience", { - "_index": 7200, + "_index": 9461, "data": { "ref/stable/dmHid": {} }, @@ -140199,7 +140199,7 @@ [ "convenient", { - "_index": 2410, + "_index": 3853, "data": { "assets/lualocade": {}, "manuals/editor-scripts": {}, @@ -140212,7 +140212,7 @@ [ "conveniently", { - "_index": 6423, + "_index": 6385, "data": { "assets/defork": {} }, @@ -140222,7 +140222,7 @@ [ "convention", { - "_index": 3856, + "_index": 1294, "data": { "manuals/editor-scripts-ui": {} }, @@ -140232,7 +140232,7 @@ [ "conversations", { - "_index": 6426, + "_index": 6388, "data": { "assets/defork": {} }, @@ -140242,7 +140242,7 @@ [ "conversely", { - "_index": 4566, + "_index": 6015, "data": { "manuals/building-blocks": {} }, @@ -140252,7 +140252,7 @@ [ "conversion", { - "_index": 2181, + "_index": 2060, "data": { "examples/material/screenspace": {}, "manuals/camera": {}, @@ -140267,7 +140267,7 @@ [ "convert", { - "_index": 2179, + "_index": 2123, "data": { "assets/narrator": {}, "assets/orthographic": {}, @@ -140295,7 +140295,7 @@ [ "converted", { - "_index": 292, + "_index": 873, "data": { "manuals/application-security": {}, "manuals/html5": {}, @@ -140313,7 +140313,7 @@ [ "converter", { - "_index": 8397, + "_index": 9530, "data": { "ref/stable/sys": {} }, @@ -140323,7 +140323,7 @@ [ "convertible", { - "_index": 10431, + "_index": 10651, "data": { "ref/stable/base": {} }, @@ -140333,7 +140333,7 @@ [ "converting", { - "_index": 1249, + "_index": 2124, "data": { "manuals/camera": {}, "manuals/optimization-size": {}, @@ -140345,7 +140345,7 @@ [ "converts", { - "_index": 6167, + "_index": 6127, "data": { "assets/asefold": {}, "examples/movement/look_rotation": {}, @@ -140362,7 +140362,7 @@ [ "convex", { - "_index": 169, + "_index": 5518, "data": { "assets/defoldpolygoneditor": {}, "manuals/physics-shapes": {} @@ -140373,7 +140373,7 @@ [ "convolution", { - "_index": 6487, + "_index": 6654, "data": { "assets/imp": {} }, @@ -140383,7 +140383,7 @@ [ "coolmath", { - "_index": 6439, + "_index": 6392, "data": { "assets/coolmathgames-sdk": {} }, @@ -140393,7 +140393,7 @@ [ "coolmathgames", { - "_index": 6438, + "_index": 6391, "data": { "assets/coolmathgames-sdk": {} }, @@ -140403,7 +140403,7 @@ [ "coordinate", { - "_index": 957, + "_index": 1679, "data": { "examples/material/noise": {}, "manuals/camera": {}, @@ -140423,7 +140423,7 @@ [ "coordinated", { - "_index": 8531, + "_index": 9929, "data": { "ref/stable/os": {} }, @@ -140433,7 +140433,7 @@ [ "coordinates", { - "_index": 949, + "_index": 786, "data": { "assets/orthographic": {}, "examples/material/screenspace": {}, @@ -140460,7 +140460,7 @@ [ "coordinates_", { - "_index": 4828, + "_index": 4809, "data": { "manuals/importing-models": {} }, @@ -140470,7 +140470,7 @@ [ "coords", { - "_index": 7343, + "_index": 10311, "data": { "ref/stable/resource": {} }, @@ -140480,7 +140480,7 @@ [ "copied", { - "_index": 5428, + "_index": 6078, "data": { "manuals/android": {}, "ref/stable/dmBuffer": {}, @@ -140494,7 +140494,7 @@ [ "copies", { - "_index": 3265, + "_index": 5076, "data": { "examples/factory/basic": {}, "manuals/flash": {}, @@ -140508,7 +140508,7 @@ [ "copy", { - "_index": 279, + "_index": 2360, "data": { "assets/clipboard": {}, "manuals/application-security": {}, @@ -140540,7 +140540,7 @@ [ "copy/paste", { - "_index": 2253, + "_index": 779, "data": { "manuals/html5": {} }, @@ -140550,7 +140550,7 @@ [ "copy_buffer", { - "_index": 10369, + "_index": 8077, "data": { "ref/stable/buffer": {} }, @@ -140560,7 +140560,7 @@ [ "copy_stream", { - "_index": 10371, + "_index": 8079, "data": { "ref/stable/buffer": {} }, @@ -140570,7 +140570,7 @@ [ "copying", { - "_index": 2457, + "_index": 2831, "data": { "manuals/atlas": {}, "manuals/gui-layouts": {}, @@ -140585,7 +140585,7 @@ [ "copyright", { - "_index": 3519, + "_index": 3068, "data": { "manuals/ios": {} }, @@ -140595,7 +140595,7 @@ [ "core", { - "_index": 2076, + "_index": 1059, "data": { "manuals/extensions-defold-sdk": {}, "manuals/nintendo-switch": {}, @@ -140608,7 +140608,7 @@ [ "coregraphics", { - "_index": 1294, + "_index": 4655, "data": { "manuals/extensions-ext-manifests": {} }, @@ -140618,7 +140618,7 @@ [ "coremedia", { - "_index": 1305, + "_index": 4666, "data": { "manuals/extensions-ext-manifests": {} }, @@ -140628,7 +140628,7 @@ [ "coremotion", { - "_index": 1297, + "_index": 4658, "data": { "manuals/extensions-ext-manifests": {} }, @@ -140638,7 +140638,7 @@ [ "coretelephony", { - "_index": 1306, + "_index": 4667, "data": { "manuals/extensions-ext-manifests": {} }, @@ -140648,7 +140648,7 @@ [ "corevideo", { - "_index": 1307, + "_index": 4668, "data": { "manuals/extensions-ext-manifests": {} }, @@ -140658,7 +140658,7 @@ [ "corner", { - "_index": 3614, + "_index": 71, "data": { "manuals/editor": {}, "manuals/gui": {}, @@ -140676,7 +140676,7 @@ [ "corners", { - "_index": 1032, + "_index": 2698, "data": { "manuals/gui-pie": {}, "manuals/shader": {} @@ -140687,7 +140687,7 @@ [ "coroutine", { - "_index": 5077, + "_index": 5178, "data": { "assets/defunico": {}, "manuals/lua": {}, @@ -140700,7 +140700,7 @@ [ "coroutine.create", { - "_index": 7234, + "_index": 8709, "data": { "ref/stable/coroutine": {} }, @@ -140710,7 +140710,7 @@ [ "coroutine.resume", { - "_index": 7235, + "_index": 8710, "data": { "ref/stable/coroutine": {} }, @@ -140720,7 +140720,7 @@ [ "coroutine.running", { - "_index": 7240, + "_index": 8715, "data": { "ref/stable/coroutine": {} }, @@ -140730,7 +140730,7 @@ [ "coroutine.status", { - "_index": 7241, + "_index": 8716, "data": { "ref/stable/coroutine": {} }, @@ -140740,7 +140740,7 @@ [ "coroutine.wrap", { - "_index": 7244, + "_index": 8719, "data": { "ref/stable/coroutine": {} }, @@ -140750,7 +140750,7 @@ [ "coroutine.yield", { - "_index": 7247, + "_index": 8722, "data": { "ref/stable/coroutine": {} }, @@ -140760,7 +140760,7 @@ [ "correct", { - "_index": 216, + "_index": 2136, "data": { "examples/sound/panning": {}, "manuals/application-security": {}, @@ -140780,7 +140780,7 @@ [ "correction", { - "_index": 4766, + "_index": 3991, "data": { "manuals/physics-resolving-collisions": {} }, @@ -140790,7 +140790,7 @@ [ "correctly", { - "_index": 955, + "_index": 2647, "data": { "manuals/addressing": {}, "manuals/extender-local-setup": {}, @@ -140806,7 +140806,7 @@ [ "correctly__", { - "_index": 1402, + "_index": 4032, "data": { "manuals/extender-local-setup": {} }, @@ -140816,7 +140816,7 @@ [ "correlating", { - "_index": 5044, + "_index": 5012, "data": { "manuals/gui-pie": {} }, @@ -140826,7 +140826,7 @@ [ "correspond", { - "_index": 4600, + "_index": 5876, "data": { "manuals/debugging-game-logic": {}, "ref/stable/profiler": {} @@ -140837,7 +140837,7 @@ [ "corresponding", { - "_index": 1990, + "_index": 595, "data": { "manuals/addressing": {}, "manuals/building-blocks": {}, @@ -140869,7 +140869,7 @@ [ "corresponds", { - "_index": 4445, + "_index": 349, "data": { "manuals/addressing": {}, "manuals/gui": {}, @@ -140885,7 +140885,7 @@ [ "cors", { - "_index": 3049, + "_index": 5034, "data": { "manuals/live-update-aws": {} }, @@ -140895,7 +140895,7 @@ [ "cos", { - "_index": 8306, + "_index": 6999, "data": { "ref/stable/math": {}, "ref/stable/vmath": {} @@ -140906,7 +140906,7 @@ [ "cosh", { - "_index": 9732, + "_index": 7243, "data": { "ref/stable/math": {} }, @@ -140916,7 +140916,7 @@ [ "cosine", { - "_index": 9718, + "_index": 7228, "data": { "ref/stable/math": {} }, @@ -140926,7 +140926,7 @@ [ "cost", { - "_index": 3825, + "_index": 3615, "data": { "assets/pp": {}, "manuals/extensions-best-practices": {}, @@ -140941,7 +140941,7 @@ [ "costly", { - "_index": 7117, + "_index": 7525, "data": { "ref/stable/physics": {} }, @@ -140951,7 +140951,7 @@ [ "could", { - "_index": 2162, + "_index": 913, "data": { "examples/particles/fireworks": {}, "manuals/editor-scripts": {}, @@ -140973,7 +140973,7 @@ [ "count", { - "_index": 749, + "_index": 1172, "data": { "examples/particles/confetti": {}, "examples/particles/fire_and_smoke": {}, @@ -141010,7 +141010,7 @@ [ "countdowns", { - "_index": 6558, + "_index": 6691, "data": { "assets/defquest": {} }, @@ -141020,7 +141020,7 @@ [ "counted", { - "_index": 2637, + "_index": 4349, "data": { "manuals/factory": {}, "ref/stable/dmGameObject": {}, @@ -141033,7 +141033,7 @@ [ "counter", { - "_index": 3532, + "_index": 1526, "data": { "examples/timer/repeating_timer": {}, "examples/timer/trigger_timer": {}, @@ -141049,7 +141049,7 @@ [ "counterparts", { - "_index": 2761, + "_index": 4135, "data": { "manuals/application-security": {} }, @@ -141059,7 +141059,7 @@ [ "counters", { - "_index": 563, + "_index": 2562, "data": { "manuals/app-manifest": {}, "manuals/optimization-memory": {}, @@ -141074,7 +141074,7 @@ [ "counting", { - "_index": 4072, + "_index": 4271, "data": { "manuals/profiling": {} }, @@ -141084,7 +141084,7 @@ [ "countries", { - "_index": 3509, + "_index": 3058, "data": { "manuals/ios": {} }, @@ -141094,7 +141094,7 @@ [ "country", { - "_index": 1643, + "_index": 4834, "data": { "manuals/porting-guidelines": {} }, @@ -141104,7 +141104,7 @@ [ "counts", { - "_index": 752, + "_index": 2561, "data": { "manuals/collection-factory": {}, "manuals/factory": {}, @@ -141117,7 +141117,7 @@ [ "couple", { - "_index": 2180, + "_index": 4499, "data": { "examples/sprite/tint": {}, "manuals/input-mouse-and-touch": {} @@ -141128,7 +141128,7 @@ [ "coupled", { - "_index": 3538, + "_index": 1605, "data": { "manuals/message-passing": {} }, @@ -141138,7 +141138,7 @@ [ "coupling", { - "_index": 5121, + "_index": 5221, "data": { "manuals/lua": {} }, @@ -141148,7 +141148,7 @@ [ "course", { - "_index": 1524, + "_index": 3077, "data": { "manuals/flash": {}, "manuals/optimization-speed": {} @@ -141159,7 +141159,7 @@ [ "cover", { - "_index": 4460, + "_index": 415, "data": { "manuals/gui": {} }, @@ -141169,7 +141169,7 @@ [ "covers", { - "_index": 5873, + "_index": 4591, "data": { "examples/material/noise": {}, "examples/material/uvgradient": {}, @@ -141181,7 +141181,7 @@ [ "cp", { - "_index": 1452, + "_index": 4074, "data": { "manuals/compute": {}, "manuals/extender-local-setup": {} @@ -141192,7 +141192,7 @@ [ "cpath", { - "_index": 7252, + "_index": 9303, "data": { "ref/stable/package": {} }, @@ -141202,7 +141202,7 @@ [ "cpp", { - "_index": 4936, + "_index": 4741, "data": { "manuals/extensions": {} }, @@ -141212,7 +141212,7 @@ [ "cpu", { - "_index": 15, + "_index": 2192, "data": { "manuals/bob": {}, "manuals/flash": {}, @@ -141230,7 +141230,7 @@ [ "cr", { - "_index": 8088, + "_index": 10413, "data": { "ref/stable/socket": {} }, @@ -141240,7 +141240,7 @@ [ "crafted", { - "_index": 4321, + "_index": 5954, "data": { "manuals/design": {} }, @@ -141250,7 +141250,7 @@ [ "crash", { - "_index": 4781, + "_index": 1938, "data": { "manuals/debugging": {}, "manuals/debugging-native-code": {}, @@ -141263,7 +141263,7 @@ [ "crash.get_backtrace", { - "_index": 9914, + "_index": 8650, "data": { "ref/stable/crash": {} }, @@ -141273,7 +141273,7 @@ [ "crash.get_extra_data", { - "_index": 9916, + "_index": 8653, "data": { "ref/stable/crash": {} }, @@ -141283,7 +141283,7 @@ [ "crash.get_modules", { - "_index": 9918, + "_index": 8657, "data": { "ref/stable/crash": {} }, @@ -141293,7 +141293,7 @@ [ "crash.get_signum", { - "_index": 9920, + "_index": 8659, "data": { "ref/stable/crash": {} }, @@ -141303,7 +141303,7 @@ [ "crash.get_sys_field", { - "_index": 9922, + "_index": 8661, "data": { "ref/stable/crash": {} }, @@ -141313,7 +141313,7 @@ [ "crash.get_user_field", { - "_index": 9926, + "_index": 8665, "data": { "ref/stable/crash": {} }, @@ -141323,7 +141323,7 @@ [ "crash.load_previous", { - "_index": 9928, + "_index": 8667, "data": { "ref/stable/crash": {} }, @@ -141333,7 +141333,7 @@ [ "crash.release", { - "_index": 9930, + "_index": 8669, "data": { "ref/stable/crash": {} }, @@ -141343,7 +141343,7 @@ [ "crash.set_file_path", { - "_index": 9931, + "_index": 8670, "data": { "ref/stable/crash": {} }, @@ -141353,7 +141353,7 @@ [ "crash.set_user_field", { - "_index": 9934, + "_index": 8673, "data": { "ref/stable/crash": {} }, @@ -141363,7 +141363,7 @@ [ "crash.sysfield_android_build_fingerprint", { - "_index": 9939, + "_index": 8677, "data": { "ref/stable/crash": {} }, @@ -141373,7 +141373,7 @@ [ "crash.sysfield_device_language", { - "_index": 9942, + "_index": 8680, "data": { "ref/stable/crash": {} }, @@ -141383,7 +141383,7 @@ [ "crash.sysfield_device_model", { - "_index": 9944, + "_index": 8683, "data": { "ref/stable/crash": {} }, @@ -141393,7 +141393,7 @@ [ "crash.sysfield_engine_hash", { - "_index": 9946, + "_index": 8685, "data": { "ref/stable/crash": {} }, @@ -141403,7 +141403,7 @@ [ "crash.sysfield_engine_version", { - "_index": 9948, + "_index": 8687, "data": { "ref/stable/crash": {} }, @@ -141413,7 +141413,7 @@ [ "crash.sysfield_language", { - "_index": 9950, + "_index": 8689, "data": { "ref/stable/crash": {} }, @@ -141423,7 +141423,7 @@ [ "crash.sysfield_manufacturer", { - "_index": 9952, + "_index": 8691, "data": { "ref/stable/crash": {} }, @@ -141433,7 +141433,7 @@ [ "crash.sysfield_max", { - "_index": 9924, + "_index": 8663, "data": { "ref/stable/crash": {} }, @@ -141443,7 +141443,7 @@ [ "crash.sysfield_system_name", { - "_index": 9956, + "_index": 8695, "data": { "ref/stable/crash": {} }, @@ -141453,7 +141453,7 @@ [ "crash.sysfield_system_version", { - "_index": 9958, + "_index": 8697, "data": { "ref/stable/crash": {} }, @@ -141463,7 +141463,7 @@ [ "crash.sysfield_territory", { - "_index": 9960, + "_index": 8699, "data": { "ref/stable/crash": {} }, @@ -141473,7 +141473,7 @@ [ "crash.userfield_max", { - "_index": 9962, + "_index": 8702, "data": { "ref/stable/crash": {} }, @@ -141483,7 +141483,7 @@ [ "crash.userfield_size", { - "_index": 9964, + "_index": 8704, "data": { "ref/stable/crash": {} }, @@ -141493,7 +141493,7 @@ [ "crash.write_dump", { - "_index": 9966, + "_index": 8706, "data": { "ref/stable/crash": {} }, @@ -141503,7 +141503,7 @@ [ "crashes", { - "_index": 1696, + "_index": 1941, "data": { "manuals/debugging": {}, "manuals/debugging-native-code": {}, @@ -141517,7 +141517,7 @@ [ "crate", { - "_index": 6172, + "_index": 6186, "data": { "examples/render/orbit_camera": {} }, @@ -141527,7 +141527,7 @@ [ "crawler", { - "_index": 2168, + "_index": 4492, "data": { "manuals/input-mouse-and-touch": {} }, @@ -141537,7 +141537,7 @@ [ "crazygames", { - "_index": 6722, + "_index": 6419, "data": { "assets/crazygames": {} }, @@ -141547,7 +141547,7 @@ [ "create", { - "_index": 48, + "_index": 226, "data": { "assets/colorlib": {}, "assets/defarc": {}, @@ -141667,7 +141667,7 @@ [ "create#index", { - "_index": 9588, + "_index": 9228, "data": { "ref/stable/dmGameObject": {} }, @@ -141677,7 +141677,7 @@ [ "create/destroy", { - "_index": 8925, + "_index": 10105, "data": { "ref/stable/b2d.body": {} }, @@ -141687,7 +141687,7 @@ [ "create_atlas", { - "_index": 7328, + "_index": 10299, "data": { "ref/stable/resource": {} }, @@ -141697,7 +141697,7 @@ [ "create_buffer", { - "_index": 7361, + "_index": 10329, "data": { "ref/stable/resource": {} }, @@ -141707,7 +141707,7 @@ [ "create_camera", { - "_index": 3625, + "_index": 1707, "data": { "manuals/render": {} }, @@ -141717,7 +141717,7 @@ [ "create_directory", { - "_index": 10640, + "_index": 8791, "data": { "ref/stable/editor": {} }, @@ -141727,7 +141727,7 @@ [ "create_file", { - "_index": 3910, + "_index": 1389, "data": { "manuals/editor-scripts-ui": {} }, @@ -141737,7 +141737,7 @@ [ "create_guard", { - "_index": 2594, + "_index": 4309, "data": { "manuals/factory": {} }, @@ -141747,7 +141747,7 @@ [ "create_hunter", { - "_index": 2589, + "_index": 4305, "data": { "manuals/factory": {} }, @@ -141757,7 +141757,7 @@ [ "create_joint", { - "_index": 5931, + "_index": 5710, "data": { "manuals/physics-events": {}, "ref/stable/physics": {} @@ -141768,7 +141768,7 @@ [ "create_predicates", { - "_index": 3621, + "_index": 1703, "data": { "manuals/render": {} }, @@ -141778,7 +141778,7 @@ [ "create_result_ok", { - "_index": 9425, + "_index": 9060, "data": { "ref/stable/dmGameObject": {} }, @@ -141788,7 +141788,7 @@ [ "create_state", { - "_index": 3622, + "_index": 1704, "data": { "manuals/render": {} }, @@ -141798,7 +141798,7 @@ [ "create_texture", { - "_index": 7369, + "_index": 10336, "data": { "ref/stable/resource": {} }, @@ -141808,7 +141808,7 @@ [ "create_texture_async", { - "_index": 7410, + "_index": 10345, "data": { "ref/stable/resource": {} }, @@ -141818,7 +141818,7 @@ [ "create_user", { - "_index": 3998, + "_index": 1542, "data": { "manuals/editor-scripts-ui": {} }, @@ -141828,7 +141828,7 @@ [ "createcallback", { - "_index": 8743, + "_index": 10744, "data": { "ref/stable/dmScript": {} }, @@ -141838,7 +141838,7 @@ [ "created", { - "_index": 827, + "_index": 149, "data": { "assets/quickbutton": {}, "examples/basics/parent_child": {}, @@ -141907,7 +141907,7 @@ [ "createfrustumfrommatrix", { - "_index": 8640, + "_index": 9369, "data": { "ref/stable/dmIntersection": {} }, @@ -141917,7 +141917,7 @@ [ "createrenderconstants", { - "_index": 7989, + "_index": 8019, "data": { "ref/stable/dmGameSystem": {} }, @@ -141927,7 +141927,7 @@ [ "createresult", { - "_index": 9426, + "_index": 9061, "data": { "ref/stable/dmGameObject": {} }, @@ -141937,7 +141937,7 @@ [ "creates", { - "_index": 1795, + "_index": 620, "data": { "assets/defold-index": {}, "examples/movement/look_rotation": {}, @@ -141972,7 +141972,7 @@ [ "createtime", { - "_index": 1497, + "_index": 4100, "data": { "manuals/extender-local-setup": {} }, @@ -141982,7 +141982,7 @@ [ "creating", { - "_index": 24, + "_index": 676, "data": { "assets/def-behavior-tree": {}, "assets/m": {}, @@ -142029,7 +142029,7 @@ [ "creation", { - "_index": 2070, + "_index": 807, "data": { "assets/defold-runtime-atlas": {}, "assets/lowrezjamtemplate": {}, @@ -142056,7 +142056,7 @@ [ "creator", { - "_index": 6947, + "_index": 8446, "data": { "ref/stable/dmResource": {} }, @@ -142066,7 +142066,7 @@ [ "credential", { - "_index": 1396, + "_index": 3316, "data": { "manuals/extender-local-setup": {}, "manuals/live-update": {} @@ -142077,7 +142077,7 @@ [ "credentials", { - "_index": 3068, + "_index": 3964, "data": { "manuals/live-update-aws": {}, "manuals/live-update-scripting": {} @@ -142088,7 +142088,7 @@ [ "credentials__", { - "_index": 1380, + "_index": 4015, "data": { "manuals/extender-local-setup": {} }, @@ -142098,7 +142098,7 @@ [ "crisp", { - "_index": 4703, + "_index": 2233, "data": { "manuals/adapting-graphics-to-screen-size": {} }, @@ -142108,7 +142108,7 @@ [ "critical", { - "_index": 1747, + "_index": 4874, "data": { "manuals/lua": {}, "manuals/porting-guidelines": {}, @@ -142121,7 +142121,7 @@ [ "cross", { - "_index": 1682, + "_index": 4850, "data": { "assets/defdiags": {}, "assets/defmnu": {}, @@ -142137,7 +142137,7 @@ [ "crossing", { - "_index": 5831, + "_index": 5579, "data": { "manuals/editor": {} }, @@ -142147,7 +142147,7 @@ [ "crowd", { - "_index": 3574, + "_index": 5594, "data": { "assets/crowd-runner-defold": {}, "manuals/introduction": {} @@ -142158,7 +142158,7 @@ [ "crypto_iap", { - "_index": 6407, + "_index": 6354, "data": { "assets/crypto_iap": {} }, @@ -142168,7 +142168,7 @@ [ "cryptocurrencies", { - "_index": 6410, + "_index": 6357, "data": { "assets/crypto_iap": {} }, @@ -142178,7 +142178,7 @@ [ "cryptocurrency", { - "_index": 6409, + "_index": 6356, "data": { "assets/crypto_iap": {} }, @@ -142188,7 +142188,7 @@ [ "cryptographic", { - "_index": 2074, + "_index": 1057, "data": { "manuals/extensions-defold-sdk": {} }, @@ -142198,7 +142198,7 @@ [ "cryptographically", { - "_index": 2770, + "_index": 4140, "data": { "manuals/application-security": {} }, @@ -142208,7 +142208,7 @@ [ "cs.ttf", { - "_index": 3143, + "_index": 2428, "data": { "manuals/editor-styling": {} }, @@ -142218,7 +142218,7 @@ [ "css", { - "_index": 2267, + "_index": 794, "data": { "manuals/html5": {} }, @@ -142228,7 +142228,7 @@ [ "ctrl", { - "_index": 4296, + "_index": 3146, "data": { "manuals/editor": {}, "manuals/writing-code": {} @@ -142239,7 +142239,7 @@ [ "ctrl+c", { - "_index": 1489, + "_index": 4096, "data": { "manuals/extender-local-setup": {} }, @@ -142249,7 +142249,7 @@ [ "ctrl+space", { - "_index": 5554, + "_index": 1963, "data": { "manuals/script": {} }, @@ -142259,7 +142259,7 @@ [ "ctrl/cmd+t", { - "_index": 2449, + "_index": 2828, "data": { "manuals/atlas": {} }, @@ -142269,7 +142269,7 @@ [ "ctx", { - "_index": 7489, + "_index": 10866, "data": { "ref/stable/dmRender": {} }, @@ -142279,7 +142279,7 @@ [ "ctype", { - "_index": 8555, + "_index": 9951, "data": { "ref/stable/os": {} }, @@ -142289,7 +142289,7 @@ [ "cube", { - "_index": 4528, + "_index": 4542, "data": { "manuals/glossary": {}, "manuals/mesh": {}, @@ -142301,7 +142301,7 @@ [ "cubemap", { - "_index": 1005, + "_index": 2681, "data": { "examples/model/cubemap": {}, "manuals/glossary": {}, @@ -142313,7 +142313,7 @@ [ "cubemap_model.material", { - "_index": 6186, + "_index": 6221, "data": { "examples/model/cubemap": {} }, @@ -142323,7 +142323,7 @@ [ "cubemaps", { - "_index": 5875, + "_index": 4597, "data": { "manuals/glossary": {} }, @@ -142333,7 +142333,7 @@ [ "cubic", { - "_index": 8972, + "_index": 7632, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -142344,7 +142344,7 @@ [ "cull", { - "_index": 4534, + "_index": 5653, "data": { "manuals/mesh": {}, "ref/stable/render": {} @@ -142355,7 +142355,7 @@ [ "culled", { - "_index": 4531, + "_index": 5650, "data": { "manuals/mesh": {}, "ref/stable/render": {} @@ -142366,7 +142366,7 @@ [ "culling", { - "_index": 1607, + "_index": 3120, "data": { "manuals/compute": {}, "manuals/mesh": {}, @@ -142380,7 +142380,7 @@ [ "cur", { - "_index": 8580, + "_index": 9391, "data": { "ref/stable/io": {} }, @@ -142390,7 +142390,7 @@ [ "curly", { - "_index": 2285, + "_index": 821, "data": { "manuals/html5": {} }, @@ -142400,7 +142400,7 @@ [ "current", { - "_index": 1822, + "_index": 141, "data": { "assets/luascriptinstance": {}, "examples/render/orbit_camera": {}, @@ -142473,7 +142473,7 @@ [ "current_tile", { - "_index": 10330, + "_index": 6961, "data": { "ref/stable/sprite": {} }, @@ -142483,7 +142483,7 @@ [ "currently", { - "_index": 460, + "_index": 84, "data": { "assets/editor-script-align": {}, "assets/editor-script-distribute": {}, @@ -142537,7 +142537,7 @@ [ "cursor", { - "_index": 503, + "_index": 3809, "data": { "assets/pointer-lock": {}, "examples/animation/cursor": {}, @@ -142556,7 +142556,7 @@ [ "curve", { - "_index": 471, + "_index": 1207, "data": { "manuals/editor": {}, "manuals/importing-models": {}, @@ -142572,7 +142572,7 @@ [ "curves", { - "_index": 3202, + "_index": 1217, "data": { "examples/particles/confetti": {}, "examples/particles/fire_and_smoke": {}, @@ -142587,7 +142587,7 @@ [ "custom", { - "_index": 2266, + "_index": 793, "data": { "assets/defold-index": {}, "assets/googleanalyticsforfirebase": {}, @@ -142632,7 +142632,7 @@ [ "custom_parameters", { - "_index": 2321, + "_index": 884, "data": { "manuals/html5": {} }, @@ -142642,7 +142642,7 @@ [ "custom_resources", { - "_index": 8473, + "_index": 9606, "data": { "ref/stable/sys": {} }, @@ -142652,7 +142652,7 @@ [ "customizable", { - "_index": 4328, + "_index": 5957, "data": { "assets/defarmy": {}, "assets/defold-colors": {}, @@ -142666,7 +142666,7 @@ [ "customizations", { - "_index": 5651, + "_index": 2161, "data": { "manuals/optimization-size": {} }, @@ -142676,7 +142676,7 @@ [ "customize", { - "_index": 2248, + "_index": 768, "data": { "manuals/editor": {}, "manuals/html5": {} @@ -142687,7 +142687,7 @@ [ "customized", { - "_index": 6386, + "_index": 6442, "data": { "assets/adinfo": {}, "assets/defarmy": {}, @@ -142699,7 +142699,7 @@ [ "customizing", { - "_index": 2242, + "_index": 756, "data": { "manuals/html5": {} }, @@ -142709,7 +142709,7 @@ [ "cut", { - "_index": 1741, + "_index": 4431, "data": { "manuals/porting-guidelines": {}, "manuals/tilemap": {} @@ -142720,7 +142720,7 @@ [ "cutscenes", { - "_index": 3281, + "_index": 5087, "data": { "manuals/flash": {} }, @@ -142730,7 +142730,7 @@ [ "cycle", { - "_index": 4354, + "_index": 4703, "data": { "manuals/bundling": {}, "manuals/importing-assets": {}, @@ -142742,7 +142742,7 @@ [ "cyrl", { - "_index": 8450, + "_index": 9583, "data": { "ref/stable/sys": {} }, @@ -142752,7 +142752,7 @@ [ "d", { - "_index": 1492, + "_index": 1096, "data": { "assets/tactxstudios": {}, "manuals/bob": {}, @@ -142768,7 +142768,7 @@ [ "d+1", { - "_index": 8245, + "_index": 10549, "data": { "ref/stable/socket": {} }, @@ -142778,7 +142778,7 @@ [ "d+2", { - "_index": 8246, + "_index": 10550, "data": { "ref/stable/socket": {} }, @@ -142788,7 +142788,7 @@ [ "d/defold", { - "_index": 3758, + "_index": 3692, "data": { "manuals/debugging-game-and-system-logs": {} }, @@ -142798,7 +142798,7 @@ [ "da", { - "_index": 7902, + "_index": 8538, "data": { "ref/stable/render": {} }, @@ -142808,7 +142808,7 @@ [ "daabbcc", { - "_index": 6288, + "_index": 6569, "data": { "assets/daabbcc": {} }, @@ -142818,7 +142818,7 @@ [ "dae", { - "_index": 482, + "_index": 4509, "data": { "manuals/glossary": {}, "manuals/importing-models": {}, @@ -142831,7 +142831,7 @@ [ "damage", { - "_index": 2854, + "_index": 1577, "data": { "manuals/addressing": {}, "manuals/application-security": {}, @@ -142843,7 +142843,7 @@ [ "damper", { - "_index": 7089, + "_index": 7499, "data": { "ref/stable/physics": {} }, @@ -142853,7 +142853,7 @@ [ "damping", { - "_index": 1890, + "_index": 2296, "data": { "manuals/physics-joints": {}, "manuals/physics-objects": {}, @@ -142866,7 +142866,7 @@ [ "dance", { - "_index": 4856, + "_index": 3371, "data": { "manuals/addressing": {} }, @@ -142876,7 +142876,7 @@ [ "dancing", { - "_index": 4855, + "_index": 3370, "data": { "manuals/addressing": {} }, @@ -142886,7 +142886,7 @@ [ "dangerous", { - "_index": 4348, + "_index": 4438, "data": { "manuals/tilemap": {}, "ref/stable/resource": {} @@ -142897,7 +142897,7 @@ [ "dark", { - "_index": 2263, + "_index": 790, "data": { "manuals/editor-styling": {}, "manuals/html5": {} @@ -142908,7 +142908,7 @@ [ "darker", { - "_index": 3104, + "_index": 2392, "data": { "manuals/editor-styling": {} }, @@ -142918,7 +142918,7 @@ [ "darwin", { - "_index": 4213, + "_index": 3254, "data": { "manuals/bob": {}, "manuals/debugging-native-code-ios": {}, @@ -142930,7 +142930,7 @@ [ "darwin,arm64", { - "_index": 4221, + "_index": 3263, "data": { "manuals/bob": {} }, @@ -142940,7 +142940,7 @@ [ "darwin/build.zip", { - "_index": 4806, + "_index": 4993, "data": { "manuals/debugging-native-code": {} }, @@ -142950,7 +142950,7 @@ [ "darwin/dmengine.dsym", { - "_index": 4811, + "_index": 4996, "data": { "manuals/debugging-native-code": {} }, @@ -142960,7 +142960,7 @@ [ "dash", { - "_index": 6605, + "_index": 6583, "data": { "assets/dashdocsetfordefold": {}, "ref/stable/sys": {} @@ -142971,7 +142971,7 @@ [ "dashdocsetfordefold", { - "_index": 6604, + "_index": 6582, "data": { "assets/dashdocsetfordefold": {} }, @@ -142981,7 +142981,7 @@ [ "dashes", { - "_index": 10635, + "_index": 8786, "data": { "ref/stable/editor": {} }, @@ -142991,7 +142991,7 @@ [ "data", { - "_index": 196, + "_index": 891, "data": { "assets/defold-persist": {}, "assets/defork": {}, @@ -143077,7 +143077,7 @@ [ "data.a.id", { - "_index": 5925, + "_index": 5704, "data": { "manuals/physics-events": {} }, @@ -143087,7 +143087,7 @@ [ "data.a.normal", { - "_index": 5921, + "_index": 5700, "data": { "manuals/physics-events": {} }, @@ -143097,7 +143097,7 @@ [ "data.b.id", { - "_index": 5927, + "_index": 5706, "data": { "manuals/physics-events": {} }, @@ -143107,7 +143107,7 @@ [ "data.b.normal", { - "_index": 5923, + "_index": 5702, "data": { "manuals/physics-events": {} }, @@ -143117,7 +143117,7 @@ [ "data.diameter", { - "_index": 7121, + "_index": 7529, "data": { "ref/stable/physics": {} }, @@ -143127,7 +143127,7 @@ [ "data.dimensions", { - "_index": 7124, + "_index": 7532, "data": { "ref/stable/physics": {} }, @@ -143137,7 +143137,7 @@ [ "data.height", { - "_index": 7122, + "_index": 7530, "data": { "ref/stable/physics": {} }, @@ -143147,7 +143147,7 @@ [ "data.type", { - "_index": 7120, + "_index": 7528, "data": { "ref/stable/physics": {} }, @@ -143157,7 +143157,7 @@ [ "data/data/com.defold.example/files/_crash", { - "_index": 4787, + "_index": 4974, "data": { "manuals/debugging-native-code": {} }, @@ -143167,7 +143167,7 @@ [ "data/local/tmp/my_app.apk", { - "_index": 5437, + "_index": 6087, "data": { "manuals/android": {} }, @@ -143177,7 +143177,7 @@ [ "database", { - "_index": 2324, + "_index": 888, "data": { "manuals/html5": {} }, @@ -143187,7 +143187,7 @@ [ "datagram", { - "_index": 8135, + "_index": 10447, "data": { "ref/stable/socket": {} }, @@ -143197,7 +143197,7 @@ [ "datagrams", { - "_index": 8136, + "_index": 10448, "data": { "ref/stable/socket": {} }, @@ -143207,7 +143207,7 @@ [ "date", { - "_index": 5990, + "_index": 5787, "data": { "manuals/physics-joints": {}, "ref/stable/os": {} @@ -143218,7 +143218,7 @@ [ "daughter", { - "_index": 3140, + "_index": 2425, "data": { "manuals/editor-styling": {} }, @@ -143228,7 +143228,7 @@ [ "day", { - "_index": 4724, + "_index": 4704, "data": { "manuals/bundling": {}, "ref/stable/os": {} @@ -143239,7 +143239,7 @@ [ "daylight", { - "_index": 8541, + "_index": 9939, "data": { "ref/stable/os": {} }, @@ -143249,7 +143249,7 @@ [ "days", { - "_index": 5426, + "_index": 6077, "data": { "manuals/android": {} }, @@ -143259,7 +143259,7 @@ [ "db", { - "_index": 5685, + "_index": 3518, "data": { "manuals/sound": {}, "ref/stable/render": {}, @@ -143271,7 +143271,7 @@ [ "dbg", { - "_index": 4985, + "_index": 2445, "data": { "manuals/zerobrane": {} }, @@ -143281,7 +143281,7 @@ [ "dbg.start", { - "_index": 4981, + "_index": 2439, "data": { "manuals/zerobrane": {} }, @@ -143291,7 +143291,7 @@ [ "dda", { - "_index": 6590, + "_index": 6580, "data": { "assets/defold-tile-raycast": {} }, @@ -143301,7 +143301,7 @@ [ "ddf", { - "_index": 9542, + "_index": 9019, "data": { "ref/stable/dmDDF": {}, "ref/stable/dmGameObject": {} @@ -143312,7 +143312,7 @@ [ "dead", { - "_index": 2625, + "_index": 4339, "data": { "manuals/factory": {}, "ref/stable/coroutine": {} @@ -143323,7 +143323,7 @@ [ "deal", { - "_index": 1557, + "_index": 3095, "data": { "manuals/optimization-speed": {}, "manuals/sound": {} @@ -143334,7 +143334,7 @@ [ "dealing", { - "_index": 3390, + "_index": 2240, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/flash": {} @@ -143345,7 +143345,7 @@ [ "deallocate", { - "_index": 9436, + "_index": 9071, "data": { "ref/stable/dmGameObject": {} }, @@ -143355,7 +143355,7 @@ [ "deallocated", { - "_index": 6907, + "_index": 8407, "data": { "ref/stable/dmResource": {} }, @@ -143365,7 +143365,7 @@ [ "deallocates", { - "_index": 9600, + "_index": 9240, "data": { "ref/stable/dmGameObject": {} }, @@ -143375,7 +143375,7 @@ [ "dealt", { - "_index": 2124, + "_index": 4469, "data": { "manuals/flash": {}, "manuals/input-mouse-and-touch": {} @@ -143386,7 +143386,7 @@ [ "dear", { - "_index": 6699, + "_index": 6485, "data": { "assets/dear-imgui": {} }, @@ -143396,7 +143396,7 @@ [ "debeat", { - "_index": 6757, + "_index": 6732, "data": { "assets/debeat": {} }, @@ -143406,7 +143406,7 @@ [ "debug", { - "_index": 1695, + "_index": 744, "data": { "assets/defgraph": {}, "assets/vs-code-ide": {}, @@ -143447,7 +143447,7 @@ [ "debug.debug", { - "_index": 6960, + "_index": 9479, "data": { "ref/stable/debug": {} }, @@ -143457,7 +143457,7 @@ [ "debug.getfenv", { - "_index": 6965, + "_index": 9482, "data": { "ref/stable/debug": {} }, @@ -143467,7 +143467,7 @@ [ "debug.gethook", { - "_index": 6967, + "_index": 9484, "data": { "ref/stable/debug": {} }, @@ -143477,7 +143477,7 @@ [ "debug.getinfo", { - "_index": 6970, + "_index": 9487, "data": { "ref/stable/debug": {} }, @@ -143487,7 +143487,7 @@ [ "debug.getlocal", { - "_index": 6976, + "_index": 9492, "data": { "ref/stable/debug": {} }, @@ -143497,7 +143497,7 @@ [ "debug.getmetatable", { - "_index": 6981, + "_index": 9496, "data": { "ref/stable/debug": {} }, @@ -143507,7 +143507,7 @@ [ "debug.getregistry", { - "_index": 6984, + "_index": 9498, "data": { "ref/stable/debug": {} }, @@ -143517,7 +143517,7 @@ [ "debug.getupvalue", { - "_index": 6986, + "_index": 9500, "data": { "ref/stable/debug": {} }, @@ -143527,7 +143527,7 @@ [ "debug.setfenv", { - "_index": 6989, + "_index": 9503, "data": { "ref/stable/debug": {} }, @@ -143537,7 +143537,7 @@ [ "debug.sethook", { - "_index": 6969, + "_index": 9486, "data": { "ref/stable/debug": {} }, @@ -143547,7 +143547,7 @@ [ "debug.setlocal", { - "_index": 6993, + "_index": 9507, "data": { "ref/stable/debug": {} }, @@ -143557,7 +143557,7 @@ [ "debug.setmetatable", { - "_index": 6996, + "_index": 9510, "data": { "ref/stable/debug": {} }, @@ -143567,7 +143567,7 @@ [ "debug.setupvalue", { - "_index": 6997, + "_index": 9511, "data": { "ref/stable/debug": {} }, @@ -143577,7 +143577,7 @@ [ "debug.traceback", { - "_index": 6999, + "_index": 9513, "data": { "ref/stable/debug": {} }, @@ -143587,7 +143587,7 @@ [ "debug:script", { - "_index": 3395, + "_index": 1668, "data": { "manuals/debugging-game-and-system-logs": {}, "manuals/flash": {}, @@ -143599,7 +143599,7 @@ [ "debug_str", { - "_index": 4281, + "_index": 5512, "data": { "manuals/debugging-native-code-android": {} }, @@ -143609,7 +143609,7 @@ [ "debug_text", { - "_index": 3728, + "_index": 1856, "data": { "manuals/render": {} }, @@ -143619,7 +143619,7 @@ [ "debugged", { - "_index": 6097, + "_index": 4925, "data": { "manuals/debugging-native-code-ios": {} }, @@ -143629,7 +143629,7 @@ [ "debugger", { - "_index": 3426, + "_index": 2434, "data": { "manuals/debugging-game-and-system-logs": {}, "manuals/debugging-game-logic": {}, @@ -143646,7 +143646,7 @@ [ "debugging", { - "_index": 1850, + "_index": 2433, "data": { "manuals/android": {}, "manuals/debugging-game-logic": {}, @@ -143671,7 +143671,7 @@ [ "dec", { - "_index": 4238, + "_index": 3285, "data": { "manuals/bob": {} }, @@ -143681,7 +143681,7 @@ [ "decals", { - "_index": 7932, + "_index": 8560, "data": { "ref/stable/render": {} }, @@ -143691,7 +143691,7 @@ [ "decent", { - "_index": 5105, + "_index": 5207, "data": { "manuals/lua": {} }, @@ -143701,7 +143701,7 @@ [ "decibel", { - "_index": 5697, + "_index": 3531, "data": { "manuals/sound": {} }, @@ -143711,7 +143711,7 @@ [ "decide", { - "_index": 911, + "_index": 2627, "data": { "manuals/addressing": {}, "manuals/glossary": {}, @@ -143723,7 +143723,7 @@ [ "decided", { - "_index": 2979, + "_index": 2271, "data": { "manuals/ads": {}, "manuals/compute": {}, @@ -143737,7 +143737,7 @@ [ "decimal", { - "_index": 10435, + "_index": 10655, "data": { "ref/stable/base": {} }, @@ -143747,7 +143747,7 @@ [ "decision", { - "_index": 1512, + "_index": 3072, "data": { "manuals/optimization-speed": {} }, @@ -143757,7 +143757,7 @@ [ "decisions", { - "_index": 3593, + "_index": 3417, "data": { "manuals/addressing": {}, "manuals/design": {}, @@ -143769,7 +143769,7 @@ [ "decl", { - "_index": 10536, + "_index": 10579, "data": { "ref/stable/dmBuffer": {} }, @@ -143779,7 +143779,7 @@ [ "declaration", { - "_index": 1071, + "_index": 2718, "data": { "manuals/design": {}, "manuals/lua": {}, @@ -143796,7 +143796,7 @@ [ "declarations", { - "_index": 10534, + "_index": 10577, "data": { "ref/stable/dmBuffer": {} }, @@ -143806,7 +143806,7 @@ [ "declare", { - "_index": 971, + "_index": 2656, "data": { "manuals/extensions": {}, "manuals/shader": {}, @@ -143821,7 +143821,7 @@ [ "declared", { - "_index": 985, + "_index": 2666, "data": { "manuals/lua": {}, "manuals/resource": {}, @@ -143833,7 +143833,7 @@ [ "decode", { - "_index": 5626, + "_index": 2097, "data": { "assets/cjson": {}, "assets/defold-proto": {}, @@ -143851,7 +143851,7 @@ [ "decode_null_as_userdata", { - "_index": 8950, + "_index": 10186, "data": { "ref/stable/json": {} }, @@ -143861,7 +143861,7 @@ [ "decoded", { - "_index": 7554, + "_index": 8155, "data": { "ref/stable/dmCrypt": {}, "ref/stable/dmURI": {}, @@ -143873,7 +143873,7 @@ [ "decodeogg", { - "_index": 6544, + "_index": 6758, "data": { "assets/decodeogg": {} }, @@ -143883,7 +143883,7 @@ [ "decodes", { - "_index": 7553, + "_index": 8636, "data": { "ref/stable/dmURI": {} }, @@ -143893,7 +143893,7 @@ [ "decoding", { - "_index": 6545, + "_index": 6759, "data": { "assets/decodeogg": {}, "ref/stable/dmCrypt": {} @@ -143904,7 +143904,7 @@ [ "decomposing", { - "_index": 9068, + "_index": 9902, "data": { "ref/stable/go": {} }, @@ -143914,7 +143914,7 @@ [ "decompress", { - "_index": 6433, + "_index": 6309, "data": { "assets/pack": {} }, @@ -143924,7 +143924,7 @@ [ "decompressed", { - "_index": 10899, + "_index": 10293, "data": { "ref/stable/image": {} }, @@ -143934,7 +143934,7 @@ [ "deconstruct", { - "_index": 6529, + "_index": 6538, "data": { "assets/sidescrollertutorialfromscratch": {} }, @@ -143944,7 +143944,7 @@ [ "decorated", { - "_index": 10711, + "_index": 8865, "data": { "ref/stable/editor": {} }, @@ -143954,7 +143954,7 @@ [ "decoration", { - "_index": 4102, + "_index": 4446, "data": { "manuals/glossary": {}, "manuals/test": {} @@ -143965,7 +143965,7 @@ [ "decorations", { - "_index": 1836, + "_index": 3330, "data": { "manuals/live-update": {} }, @@ -143975,7 +143975,7 @@ [ "decrease", { - "_index": 5615, + "_index": 2059, "data": { "manuals/optimization-size": {} }, @@ -143985,7 +143985,7 @@ [ "decreases", { - "_index": 5482, + "_index": 3632, "data": { "manuals/extensions-best-practices": {}, "ref/stable/collectionfactory": {}, @@ -143998,7 +143998,7 @@ [ "decreasing", { - "_index": 7335, + "_index": 10304, "data": { "ref/stable/resource": {} }, @@ -144008,7 +144008,7 @@ [ "decref", { - "_index": 725, + "_index": 2541, "data": { "manuals/collection-factory": {}, "manuals/factory": {} @@ -144019,7 +144019,7 @@ [ "decrement", { - "_index": 6866, + "_index": 9006, "data": { "ref/stable/dmAtomic": {} }, @@ -144029,7 +144029,7 @@ [ "decrementing", { - "_index": 7972, + "_index": 8591, "data": { "ref/stable/render": {} }, @@ -144039,7 +144039,7 @@ [ "decrements", { - "_index": 7970, + "_index": 8590, "data": { "ref/stable/render": {} }, @@ -144049,7 +144049,7 @@ [ "decrypt", { - "_index": 2773, + "_index": 4142, "data": { "manuals/application-security": {}, "ref/stable/dmCrypt": {} @@ -144060,7 +144060,7 @@ [ "decryption", { - "_index": 6921, + "_index": 8161, "data": { "ref/stable/dmCrypt": {}, "ref/stable/dmResource": {} @@ -144071,7 +144071,7 @@ [ "decrypts", { - "_index": 6891, + "_index": 8394, "data": { "ref/stable/dmResource": {} }, @@ -144081,7 +144081,7 @@ [ "dedicated", { - "_index": 3379, + "_index": 5155, "data": { "manuals/android": {}, "manuals/flash": {} @@ -144092,7 +144092,7 @@ [ "deemed", { - "_index": 2858, + "_index": 4210, "data": { "manuals/application-security": {} }, @@ -144102,7 +144102,7 @@ [ "deep", { - "_index": 4548, + "_index": 5844, "data": { "assets/iac": {}, "manuals/building-blocks": {}, @@ -144115,7 +144115,7 @@ [ "def", { - "_index": 6275, + "_index": 6359, "data": { "assets/def-behavior-tree": {}, "assets/defdiags": {}, @@ -144131,7 +144131,7 @@ [ "def_usercentrics", { - "_index": 6709, + "_index": 6299, "data": { "assets/def_usercentrics": {} }, @@ -144141,7 +144141,7 @@ [ "defarc", { - "_index": 6345, + "_index": 6452, "data": { "assets/defarc": {} }, @@ -144151,7 +144151,7 @@ [ "defarmy", { - "_index": 6383, + "_index": 6439, "data": { "assets/defarmy": {} }, @@ -144161,7 +144161,7 @@ [ "default", { - "_index": 581, + "_index": 86, "data": { "assets/firebase-remoteconfig": {}, "examples/movement/look_rotation": {}, @@ -144254,7 +144254,7 @@ [ "default_texture_mag_filter", { - "_index": 2437, + "_index": 25, "data": { "manuals/texture-filtering": {} }, @@ -144264,7 +144264,7 @@ [ "default_texture_min_filter", { - "_index": 2432, + "_index": 13, "data": { "manuals/texture-filtering": {} }, @@ -144274,7 +144274,7 @@ [ "default_value", { - "_index": 8417, + "_index": 9550, "data": { "ref/stable/sys": {} }, @@ -144284,7 +144284,7 @@ [ "defaultanimation", { - "_index": 5732, + "_index": 3804, "data": { "manuals/sprite": {} }, @@ -144294,7 +144294,7 @@ [ "defaults", { - "_index": 821, + "_index": 337, "data": { "manuals/editor-scripts-ui": {}, "manuals/gui": {}, @@ -144316,7 +144316,7 @@ [ "defblend", { - "_index": 6391, + "_index": 6708, "data": { "assets/defblend": {} }, @@ -144326,7 +144326,7 @@ [ "defbuild", { - "_index": 6692, + "_index": 6272, "data": { "assets/defbuild": {} }, @@ -144336,7 +144336,7 @@ [ "defcon", { - "_index": 6525, + "_index": 6484, "data": { "assets/defcon": {} }, @@ -144346,7 +144346,7 @@ [ "defdiags", { - "_index": 6447, + "_index": 6674, "data": { "assets/defdiags": {} }, @@ -144356,7 +144356,7 @@ [ "defeated", { - "_index": 3531, + "_index": 1591, "data": { "manuals/message-passing": {} }, @@ -144366,7 +144366,7 @@ [ "defeats", { - "_index": 3527, + "_index": 1585, "data": { "manuals/message-passing": {} }, @@ -144376,7 +144376,7 @@ [ "defects", { - "_index": 2868, + "_index": 4217, "data": { "manuals/application-security": {} }, @@ -144386,7 +144386,7 @@ [ "defer", { - "_index": 2816, + "_index": 4177, "data": { "manuals/application-security": {}, "ref/stable/dmGui": {} @@ -144397,7 +144397,7 @@ [ "defglot", { - "_index": 6684, + "_index": 6574, "data": { "assets/defglot": {} }, @@ -144407,7 +144407,7 @@ [ "defgraph", { - "_index": 6311, + "_index": 6459, "data": { "assets/defgraph": {} }, @@ -144417,7 +144417,7 @@ [ "defignore", { - "_index": 861, + "_index": 3208, "data": { "manuals/bob": {}, "manuals/project-defignore": {} @@ -144428,7 +144428,7 @@ [ "define", { - "_index": 933, + "_index": 425, "data": { "assets/define": {}, "assets/googleanalyticsforfirebase": {}, @@ -144456,7 +144456,7 @@ [ "defined", { - "_index": 336, + "_index": 960, "data": { "assets/editor-script-templates": {}, "examples/material/screenspace": {}, @@ -144503,7 +144503,7 @@ [ "defines", { - "_index": 1321, + "_index": 264, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/components": {}, @@ -144527,7 +144527,7 @@ [ "defining", { - "_index": 4669, + "_index": 3777, "data": { "assets/colorlib": {}, "manuals/editor-scripts": {}, @@ -144539,7 +144539,7 @@ [ "definition", { - "_index": 1862, + "_index": 4783, "data": { "manuals/compute": {}, "manuals/editor-scripts": {}, @@ -144555,7 +144555,7 @@ [ "definitions", { - "_index": 3123, + "_index": 2408, "data": { "manuals/editor-styling": {}, "manuals/writing-code": {} @@ -144566,7 +144566,7 @@ [ "defkit", { - "_index": 6704, + "_index": 6481, "data": { "assets/defkit": {} }, @@ -144576,7 +144576,7 @@ [ "deflate", { - "_index": 9663, + "_index": 9031, "data": { "ref/stable/zlib": {} }, @@ -144586,7 +144586,7 @@ [ "deflated", { - "_index": 9664, + "_index": 9033, "data": { "ref/stable/zlib": {} }, @@ -144596,7 +144596,7 @@ [ "defluid", { - "_index": 6292, + "_index": 6532, "data": { "assets/defluid": {} }, @@ -144606,7 +144606,7 @@ [ "defmath", { - "_index": 6450, + "_index": 6338, "data": { "assets/defmath": {} }, @@ -144616,7 +144616,7 @@ [ "defmnu", { - "_index": 6647, + "_index": 6685, "data": { "assets/defmnu": {} }, @@ -144626,7 +144626,7 @@ [ "defold", { - "_index": 247, + "_index": 42, "data": { "assets/acidrain": {}, "assets/adjustsdk": {}, @@ -144833,7 +144833,7 @@ [ "defold's", { - "_index": 2585, + "_index": 4304, "data": { "assets/reszip": {}, "manuals/factory": {} @@ -144844,7 +144844,7 @@ [ "defold_custom_css_inline", { - "_index": 2307, + "_index": 853, "data": { "manuals/html5": {} }, @@ -144854,7 +144854,7 @@ [ "defold_engine_arguments", { - "_index": 2317, + "_index": 875, "data": { "manuals/html5": {} }, @@ -144864,7 +144864,7 @@ [ "defold_heap_size", { - "_index": 2316, + "_index": 871, "data": { "manuals/html5": {} }, @@ -144874,7 +144874,7 @@ [ "defold_scale_mode_is_downscale_fit", { - "_index": 2311, + "_index": 865, "data": { "manuals/html5": {} }, @@ -144884,7 +144884,7 @@ [ "defold_scale_mode_is_fit", { - "_index": 2313, + "_index": 868, "data": { "manuals/html5": {} }, @@ -144894,7 +144894,7 @@ [ "defold_scale_mode_is_no_scale", { - "_index": 2314, + "_index": 869, "data": { "manuals/html5": {} }, @@ -144904,7 +144904,7 @@ [ "defold_scale_mode_is_stretch", { - "_index": 2315, + "_index": 870, "data": { "manuals/html5": {} }, @@ -144914,7 +144914,7 @@ [ "defold_splash_image", { - "_index": 2300, + "_index": 843, "data": { "manuals/html5": {} }, @@ -144924,7 +144924,7 @@ [ "defoldandroidpermissions", { - "_index": 6621, + "_index": 6754, "data": { "assets/defoldandroidpermissions": {} }, @@ -144934,7 +144934,7 @@ [ "defoldapiforsublimetext3", { - "_index": 6631, + "_index": 6650, "data": { "assets/defoldapiforsublimetext3": {} }, @@ -144944,7 +144944,7 @@ [ "defoldgridengine", { - "_index": 6427, + "_index": 6531, "data": { "assets/defoldgridengine": {} }, @@ -144954,7 +144954,7 @@ [ "defoldinput", { - "_index": 6666, + "_index": 6293, "data": { "assets/defoldinput": {} }, @@ -144964,7 +144964,7 @@ [ "defoldpng", { - "_index": 6537, + "_index": 6573, "data": { "assets/defoldpng": {} }, @@ -144974,7 +144974,7 @@ [ "defoldpolygoneditor", { - "_index": 6620, + "_index": 6589, "data": { "assets/defoldpolygoneditor": {} }, @@ -144984,7 +144984,7 @@ [ "defoldsdk", { - "_index": 4172, + "_index": 3202, "data": { "manuals/bob": {} }, @@ -144994,7 +144994,7 @@ [ "defoldsdk_headers.zip", { - "_index": 2102, + "_index": 1102, "data": { "manuals/extensions-defold-sdk": {} }, @@ -145004,7 +145004,7 @@ [ "defold\u2014call", { - "_index": 3367, + "_index": 5148, "data": { "manuals/flash": {} }, @@ -145014,7 +145014,7 @@ [ "defold\u2014collections", { - "_index": 3275, + "_index": 5084, "data": { "manuals/flash": {} }, @@ -145024,7 +145024,7 @@ [ "defold\u2014collision", { - "_index": 3345, + "_index": 5135, "data": { "manuals/flash": {} }, @@ -145034,7 +145034,7 @@ [ "defold\u2014creating", { - "_index": 3263, + "_index": 5074, "data": { "manuals/flash": {} }, @@ -145044,7 +145044,7 @@ [ "defold\u2014game", { - "_index": 3251, + "_index": 5064, "data": { "manuals/flash": {} }, @@ -145054,7 +145054,7 @@ [ "defold\u2014gui", { - "_index": 3383, + "_index": 5158, "data": { "manuals/flash": {} }, @@ -145064,7 +145064,7 @@ [ "defold\u2014manually", { - "_index": 3243, + "_index": 5061, "data": { "manuals/flash": {} }, @@ -145074,7 +145074,7 @@ [ "defold\u2014property", { - "_index": 3291, + "_index": 5095, "data": { "manuals/flash": {} }, @@ -145084,7 +145084,7 @@ [ "defold\u2014z", { - "_index": 3311, + "_index": 5112, "data": { "manuals/flash": {} }, @@ -145094,7 +145094,7 @@ [ "defold\u2019s", { - "_index": 5846, + "_index": 4539, "data": { "manuals/glossary": {} }, @@ -145104,7 +145104,7 @@ [ "defork", { - "_index": 6422, + "_index": 6384, "data": { "assets/defork": {} }, @@ -145114,7 +145114,7 @@ [ "deformable", { - "_index": 2933, + "_index": 5264, "data": { "manuals/compute": {} }, @@ -145124,7 +145124,7 @@ [ "defos", { - "_index": 6282, + "_index": 6660, "data": { "assets/defos": {} }, @@ -145134,7 +145134,7 @@ [ "defpfd", { - "_index": 6706, + "_index": 6635, "data": { "assets/defpfd": {} }, @@ -145144,7 +145144,7 @@ [ "defpro", { - "_index": 6376, + "_index": 6687, "data": { "assets/defpro": {} }, @@ -145154,7 +145154,7 @@ [ "defquest", { - "_index": 6557, + "_index": 6690, "data": { "assets/defquest": {} }, @@ -145164,7 +145164,7 @@ [ "defsave", { - "_index": 6302, + "_index": 6281, "data": { "assets/defsave": {}, "assets/feat": {} @@ -145175,7 +145175,7 @@ [ "defsteam", { - "_index": 6511, + "_index": 6282, "data": { "assets/feat": {} }, @@ -145185,7 +145185,7 @@ [ "defstring", { - "_index": 6274, + "_index": 6429, "data": { "assets/defstring": {} }, @@ -145195,7 +145195,7 @@ [ "deftable", { - "_index": 6491, + "_index": 6479, "data": { "assets/deftable": {} }, @@ -145205,7 +145205,7 @@ [ "deftest", { - "_index": 6247, + "_index": 6346, "data": { "assets/deftest": {} }, @@ -145215,7 +145215,7 @@ [ "deftimeline", { - "_index": 6392, + "_index": 6415, "data": { "assets/deftimeline": {} }, @@ -145225,7 +145225,7 @@ [ "defunico", { - "_index": 6489, + "_index": 6733, "data": { "assets/defunico": {} }, @@ -145235,7 +145235,7 @@ [ "defvideoads", { - "_index": 6277, + "_index": 6721, "data": { "assets/defvideoads": {} }, @@ -145245,7 +145245,7 @@ [ "defvungle", { - "_index": 6583, + "_index": 6358, "data": { "assets/defvungle": {} }, @@ -145255,7 +145255,7 @@ [ "defwindow", { - "_index": 6725, + "_index": 6328, "data": { "assets/defwindow": {} }, @@ -145265,7 +145265,7 @@ [ "deg", { - "_index": 9735, + "_index": 7246, "data": { "ref/stable/math": {} }, @@ -145275,7 +145275,7 @@ [ "degree", { - "_index": 5043, + "_index": 5011, "data": { "manuals/gui-pie": {}, "ref/stable/gui": {} @@ -145286,7 +145286,7 @@ [ "degrees", { - "_index": 239, + "_index": 1229, "data": { "examples/sound/panning": {}, "manuals/particlefx": {}, @@ -145306,7 +145306,7 @@ [ "degrees/second", { - "_index": 3208, + "_index": 1232, "data": { "manuals/particlefx": {} }, @@ -145316,7 +145316,7 @@ [ "dejavu", { - "_index": 3117, + "_index": 2405, "data": { "manuals/editor-styling": {} }, @@ -145326,7 +145326,7 @@ [ "dejavusansmono.ttf", { - "_index": 3128, + "_index": 2413, "data": { "manuals/editor-styling": {} }, @@ -145336,7 +145336,7 @@ [ "delay", { - "_index": 2328, + "_index": 897, "data": { "examples/particles/confetti": {}, "examples/particles/fire_and_smoke": {}, @@ -145357,7 +145357,7 @@ [ "delegate", { - "_index": 8029, + "_index": 9819, "data": { "ref/stable/dmExtension": {} }, @@ -145367,7 +145367,7 @@ [ "delegates", { - "_index": 8030, + "_index": 9820, "data": { "ref/stable/dmExtension": {} }, @@ -145377,7 +145377,7 @@ [ "delete", { - "_index": 724, + "_index": 2540, "data": { "examples/factory/bullets": {}, "manuals/bob": {}, @@ -145407,7 +145407,7 @@ [ "delete_directory", { - "_index": 10641, + "_index": 8793, "data": { "ref/stable/editor": {} }, @@ -145417,7 +145417,7 @@ [ "delete_node", { - "_index": 9168, + "_index": 7623, "data": { "ref/stable/gui": {} }, @@ -145427,7 +145427,7 @@ [ "delete_render_target", { - "_index": 7793, + "_index": 8454, "data": { "ref/stable/render": {} }, @@ -145437,7 +145437,7 @@ [ "delete_texture", { - "_index": 9170, + "_index": 7626, "data": { "ref/stable/gui": {} }, @@ -145447,7 +145447,7 @@ [ "deletebones", { - "_index": 9536, + "_index": 9172, "data": { "ref/stable/dmGameObject": {} }, @@ -145457,7 +145457,7 @@ [ "deleteconstant", { - "_index": 7455, + "_index": 10837, "data": { "ref/stable/dmRender": {} }, @@ -145467,7 +145467,7 @@ [ "deleted", { - "_index": 405, + "_index": 1250, "data": { "manuals/application-lifecycle": {}, "manuals/collection-factory": {}, @@ -145496,7 +145496,7 @@ [ "deleteindexbuffer", { - "_index": 10176, + "_index": 6774, "data": { "ref/stable/dmGraphics": {} }, @@ -145506,7 +145506,7 @@ [ "deletenamedconstantbuffer", { - "_index": 7458, + "_index": 10838, "data": { "ref/stable/dmRender": {} }, @@ -145516,7 +145516,7 @@ [ "deletenode", { - "_index": 9986, + "_index": 8105, "data": { "ref/stable/dmGui": {} }, @@ -145526,7 +145526,7 @@ [ "deletes", { - "_index": 7456, + "_index": 6970, "data": { "ref/stable/dmConditionVariable": {}, "ref/stable/dmMutex": {}, @@ -145542,7 +145542,7 @@ [ "deletevertexbuffer", { - "_index": 10178, + "_index": 6776, "data": { "ref/stable/dmGraphics": {} }, @@ -145552,7 +145552,7 @@ [ "deletevertexdeclaration", { - "_index": 10180, + "_index": 6778, "data": { "ref/stable/dmGraphics": {} }, @@ -145562,7 +145562,7 @@ [ "deletevertexstreamdeclaration", { - "_index": 10182, + "_index": 6780, "data": { "ref/stable/dmGraphics": {} }, @@ -145572,7 +145572,7 @@ [ "deleting", { - "_index": 6028, + "_index": 5769, "data": { "manuals/application-lifecycle": {}, "ref/stable/go": {} @@ -145583,7 +145583,7 @@ [ "deletion", { - "_index": 8960, + "_index": 9174, "data": { "ref/stable/dmGameObject": {}, "ref/stable/go": {} @@ -145594,7 +145594,7 @@ [ "delimited", { - "_index": 5093, + "_index": 5194, "data": { "manuals/lua": {} }, @@ -145604,7 +145604,7 @@ [ "delimiter", { - "_index": 10470, + "_index": 9686, "data": { "ref/stable/dmStringFunc": {} }, @@ -145614,7 +145614,7 @@ [ "delimiting", { - "_index": 3945, + "_index": 1444, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/dmStringFunc": {} @@ -145625,7 +145625,7 @@ [ "deliver", { - "_index": 1354, + "_index": 4006, "data": { "assets/adinfo": {}, "manuals/extender-local-setup": {} @@ -145636,7 +145636,7 @@ [ "delivered", { - "_index": 8152, + "_index": 10463, "data": { "ref/stable/socket": {} }, @@ -145646,7 +145646,7 @@ [ "delta", { - "_index": 2012, + "_index": 3236, "data": { "examples/render/orbit_camera": {}, "manuals/bob": {}, @@ -145660,7 +145660,7 @@ [ "deltadna", { - "_index": 5762, + "_index": 2282, "data": { "manuals/ads": {} }, @@ -145670,7 +145670,7 @@ [ "demand", { - "_index": 5658, + "_index": 2172, "data": { "manuals/optimization-size": {} }, @@ -145680,7 +145680,7 @@ [ "demands", { - "_index": 10525, + "_index": 7973, "data": { "ref/stable/collectionproxy": {} }, @@ -145690,7 +145690,7 @@ [ "demo", { - "_index": 3932, + "_index": 1423, "data": { "examples/movement/look_rotation": {}, "manuals/editor-scripts-ui": {} @@ -145701,7 +145701,7 @@ [ "demonstrates", { - "_index": 3012, + "_index": 5093, "data": { "examples/animation/easing": {}, "manuals/compute": {}, @@ -145713,7 +145713,7 @@ [ "denoted", { - "_index": 1051, + "_index": 2703, "data": { "manuals/shader": {}, "ref/stable/render": {} @@ -145724,7 +145724,7 @@ [ "denotes", { - "_index": 4861, + "_index": 3377, "data": { "manuals/addressing": {}, "ref/stable/dmGui": {} @@ -145735,7 +145735,7 @@ [ "density", { - "_index": 7135, + "_index": 7542, "data": { "ref/stable/physics": {} }, @@ -145745,7 +145745,7 @@ [ "depend", { - "_index": 2282, + "_index": 816, "data": { "examples/material/unlit": {}, "examples/render/orbit_camera": {}, @@ -145760,7 +145760,7 @@ [ "dependencies", { - "_index": 1843, + "_index": 61, "data": { "assets/editor-script-check-dependencies-versions": {}, "manuals/bob": {}, @@ -145783,7 +145783,7 @@ [ "dependency", { - "_index": 4016, + "_index": 205, "data": { "manuals/editor-scripts": {}, "manuals/extensions": {}, @@ -145798,7 +145798,7 @@ [ "dependent", { - "_index": 922, + "_index": 2632, "data": { "manuals/physics": {}, "manuals/shader": {}, @@ -145811,7 +145811,7 @@ [ "depending", { - "_index": 282, + "_index": 826, "data": { "assets/editor-script-components": {}, "examples/gui/layouts": {}, @@ -145845,7 +145845,7 @@ [ "depends", { - "_index": 1610, + "_index": 2566, "data": { "manuals/bundling": {}, "manuals/debugging-game-and-system-logs": {}, @@ -145865,7 +145865,7 @@ [ "depicting", { - "_index": 5882, + "_index": 4605, "data": { "manuals/glossary": {} }, @@ -145875,7 +145875,7 @@ [ "deploy", { - "_index": 3449, + "_index": 2029, "data": { "assets/deployer": {}, "assets/vs-code-ide": {}, @@ -145891,7 +145891,7 @@ [ "deployer", { - "_index": 6726, + "_index": 6284, "data": { "assets/deployer": {} }, @@ -145901,7 +145901,7 @@ [ "deploying", { - "_index": 4313, + "_index": 3164, "data": { "manuals/writing-code": {} }, @@ -145911,7 +145911,7 @@ [ "deployment", { - "_index": 3460, + "_index": 3001, "data": { "manuals/bob": {}, "manuals/debugging-native-code-ios": {}, @@ -145923,7 +145923,7 @@ [ "deprecated", { - "_index": 575, + "_index": 1420, "data": { "manuals/app-manifest": {}, "manuals/bob": {}, @@ -145937,7 +145937,7 @@ [ "depth", { - "_index": 2421, + "_index": 1184, "data": { "examples/debug/profile": {}, "manuals/compute": {}, @@ -145959,7 +145959,7 @@ [ "deregister", { - "_index": 8035, + "_index": 9825, "data": { "ref/stable/dmExtension": {} }, @@ -145969,7 +145969,7 @@ [ "derez", { - "_index": 6261, + "_index": 6330, "data": { "assets/derez": {} }, @@ -145979,7 +145979,7 @@ [ "derive", { - "_index": 3105, + "_index": 2393, "data": { "manuals/editor-styling": {} }, @@ -145989,7 +145989,7 @@ [ "derived", { - "_index": 9067, + "_index": 9901, "data": { "ref/stable/go": {} }, @@ -145999,7 +145999,7 @@ [ "desc", { - "_index": 1864, + "_index": 5626, "data": { "manuals/extensions-script-api": {}, "ref/stable/dmExtension": {}, @@ -146012,7 +146012,7 @@ [ "describe", { - "_index": 1218, + "_index": 1863, "data": { "manuals/getting-help": {}, "manuals/render": {}, @@ -146026,7 +146026,7 @@ [ "described", { - "_index": 1017, + "_index": 922, "data": { "manuals/addressing": {}, "manuals/dev-app": {}, @@ -146045,7 +146045,7 @@ [ "describes", { - "_index": 1828, + "_index": 3324, "data": { "manuals/editor-scripts": {}, "manuals/glossary": {}, @@ -146059,7 +146059,7 @@ [ "describing", { - "_index": 4525, + "_index": 5400, "data": { "manuals/editor-scripts": {}, "manuals/mesh": {}, @@ -146074,7 +146074,7 @@ [ "description", { - "_index": 1865, + "_index": 1636, "data": { "manuals/editor-scripts": {}, "manuals/extensions-script-api": {}, @@ -146101,7 +146101,7 @@ [ "descriptive", { - "_index": 2388, + "_index": 3362, "data": { "manuals/addressing": {}, "manuals/getting-help": {} @@ -146112,7 +146112,7 @@ [ "descriptor", { - "_index": 6900, + "_index": 7320, "data": { "ref/stable/dmDDF": {}, "ref/stable/dmFileDescriptor": {}, @@ -146127,7 +146127,7 @@ [ "deserialize", { - "_index": 8404, + "_index": 9537, "data": { "ref/stable/sys": {} }, @@ -146137,7 +146137,7 @@ [ "deserialized", { - "_index": 8406, + "_index": 9539, "data": { "ref/stable/sys": {} }, @@ -146147,7 +146147,7 @@ [ "deserializes", { - "_index": 8405, + "_index": 9538, "data": { "ref/stable/sys": {} }, @@ -146157,7 +146157,7 @@ [ "design", { - "_index": 1684, + "_index": 436, "data": { "assets/photoshopguiexporter": {}, "assets/rive": {}, @@ -146177,7 +146177,7 @@ [ "designated", { - "_index": 8382, + "_index": 9359, "data": { "ref/stable/engine": {}, "ref/stable/sys": {} @@ -146188,7 +146188,7 @@ [ "designed", { - "_index": 3782, + "_index": 3845, "data": { "assets/dicebag": {}, "assets/nakama": {}, @@ -146203,7 +146203,7 @@ [ "designing", { - "_index": 6337, + "_index": 6741, "data": { "assets/druid": {} }, @@ -146213,7 +146213,7 @@ [ "desination", { - "_index": 10284, + "_index": 6890, "data": { "ref/stable/dmGraphics": {} }, @@ -146223,7 +146223,7 @@ [ "desirable", { - "_index": 1831, + "_index": 1766, "data": { "manuals/live-update": {}, "manuals/render": {} @@ -146234,7 +146234,7 @@ [ "desired", { - "_index": 3294, + "_index": 1293, "data": { "manuals/editor": {}, "manuals/editor-scripts-ui": {}, @@ -146249,7 +146249,7 @@ [ "desktop", { - "_index": 880, + "_index": 1839, "data": { "assets/facebookinstantgames": {}, "manuals/extender-local-setup": {}, @@ -146266,7 +146266,7 @@ [ "destination", { - "_index": 1447, + "_index": 4069, "data": { "manuals/extender-local-setup": {}, "ref/stable/buffer": {}, @@ -146285,7 +146285,7 @@ [ "destination_factor", { - "_index": 7849, + "_index": 8499, "data": { "ref/stable/render": {} }, @@ -146295,7 +146295,7 @@ [ "destroy", { - "_index": 5880, + "_index": 4603, "data": { "manuals/glossary": {}, "manuals/physics-joints": {}, @@ -146310,7 +146310,7 @@ [ "destroy_joint", { - "_index": 7048, + "_index": 7460, "data": { "ref/stable/physics": {} }, @@ -146320,7 +146320,7 @@ [ "destroycallback", { - "_index": 8745, + "_index": 10746, "data": { "ref/stable/dmScript": {} }, @@ -146330,7 +146330,7 @@ [ "destroyed", { - "_index": 744, + "_index": 2555, "data": { "manuals/collection-factory": {}, "manuals/factory": {}, @@ -146352,7 +146352,7 @@ [ "destroying", { - "_index": 946, + "_index": 2644, "data": { "manuals/physics-joints": {}, "manuals/shader": {}, @@ -146364,7 +146364,7 @@ [ "destroyrenderconstants", { - "_index": 7991, + "_index": 8021, "data": { "ref/stable/dmGameSystem": {} }, @@ -146374,7 +146374,7 @@ [ "destroys", { - "_index": 7992, + "_index": 8022, "data": { "ref/stable/dmBuffer": {}, "ref/stable/dmGameSystem": {}, @@ -146386,7 +146386,7 @@ [ "destruction", { - "_index": 8065, + "_index": 10390, "data": { "ref/stable/socket": {} }, @@ -146396,7 +146396,7 @@ [ "detach", { - "_index": 4594, + "_index": 5870, "data": { "manuals/debugging-game-logic": {}, "ref/stable/dmAndroid": {}, @@ -146408,7 +146408,7 @@ [ "detached", { - "_index": 1490, + "_index": 4097, "data": { "manuals/extender-local-setup": {}, "ref/stable/dmThread": {}, @@ -146420,7 +146420,7 @@ [ "detaches", { - "_index": 7629, + "_index": 7991, "data": { "ref/stable/dmAndroid": {} }, @@ -146430,7 +146430,7 @@ [ "detaching", { - "_index": 4612, + "_index": 5885, "data": { "manuals/debugging-game-logic": {}, "ref/stable/go": {} @@ -146441,7 +146441,7 @@ [ "detail", { - "_index": 2588, + "_index": 4233, "data": { "manuals/factory": {}, "manuals/flash": {}, @@ -146454,7 +146454,7 @@ [ "detailed", { - "_index": 2940, + "_index": 4257, "data": { "manuals/compute": {}, "manuals/glossary": {}, @@ -146470,7 +146470,7 @@ [ "details", { - "_index": 244, + "_index": 41, "data": { "examples/resource/modify_atlas": {}, "manuals/application-lifecycle": {}, @@ -146504,7 +146504,7 @@ [ "detect", { - "_index": 1614, + "_index": 746, "data": { "assets/webmonetization": {}, "examples/gui/drag": {}, @@ -146522,7 +146522,7 @@ [ "detected", { - "_index": 3382, + "_index": 1486, "data": { "manuals/editor": {}, "manuals/editor-scripts-ui": {}, @@ -146539,7 +146539,7 @@ [ "detecting", { - "_index": 2157, + "_index": 1888, "data": { "manuals/flash": {}, "manuals/input-mouse-and-touch": {}, @@ -146552,7 +146552,7 @@ [ "detection", { - "_index": 1917, + "_index": 2312, "data": { "assets/defoldinput": {}, "examples/sound/panning": {}, @@ -146567,7 +146567,7 @@ [ "detects", { - "_index": 4352, + "_index": 4803, "data": { "manuals/importing-assets": {}, "ref/stable/io": {} @@ -146578,7 +146578,7 @@ [ "deteriorate", { - "_index": 8146, + "_index": 10457, "data": { "ref/stable/socket": {} }, @@ -146588,7 +146588,7 @@ [ "determine", { - "_index": 1494, + "_index": 3925, "data": { "manuals/extender-local-setup": {}, "manuals/flash": {}, @@ -146603,7 +146603,7 @@ [ "determined", { - "_index": 542, + "_index": 3121, "data": { "manuals/flash": {}, "manuals/model-animation": {}, @@ -146617,7 +146617,7 @@ [ "determines", { - "_index": 66, + "_index": 5100, "data": { "manuals/flash": {}, "manuals/gui-text": {}, @@ -146631,7 +146631,7 @@ [ "determining", { - "_index": 3513, + "_index": 3062, "data": { "manuals/ios": {} }, @@ -146641,7 +146641,7 @@ [ "dev", { - "_index": 1802, + "_index": 3310, "data": { "manuals/dev-app": {}, "manuals/extender-docker-images": {}, @@ -146653,7 +146653,7 @@ [ "dev/log/main", { - "_index": 3749, + "_index": 3682, "data": { "manuals/debugging-game-and-system-logs": {} }, @@ -146663,7 +146663,7 @@ [ "dev/null", { - "_index": 6094, + "_index": 4920, "data": { "manuals/debugging-native-code-ios": {} }, @@ -146673,7 +146673,7 @@ [ "develop", { - "_index": 6592, + "_index": 6382, "data": { "assets/playable-ads": {}, "assets/vs-code-ide": {} @@ -146684,7 +146684,7 @@ [ "developed", { - "_index": 2833, + "_index": 4191, "data": { "manuals/application-security": {} }, @@ -146694,7 +146694,7 @@ [ "developer", { - "_index": 782, + "_index": 902, "data": { "assets/batterystatus": {}, "assets/defcon": {}, @@ -146722,7 +146722,7 @@ [ "developers", { - "_index": 765, + "_index": 2335, "data": { "assets/druid": {}, "assets/gamedistribution": {}, @@ -146743,7 +146743,7 @@ [ "developing", { - "_index": 1681, + "_index": 2951, "data": { "assets/defold-cairo": {}, "assets/scene3d": {}, @@ -146757,7 +146757,7 @@ [ "development", { - "_index": 1359, + "_index": 2955, "data": { "assets/tactxstudios": {}, "manuals/application-security": {}, @@ -146785,7 +146785,7 @@ [ "develops", { - "_index": 1878, + "_index": 2288, "data": { "manuals/physics-objects": {} }, @@ -146795,7 +146795,7 @@ [ "deviate", { - "_index": 3615, + "_index": 1688, "data": { "manuals/render": {} }, @@ -146805,7 +146805,7 @@ [ "device", { - "_index": 31, + "_index": 2027, "data": { "assets/adinfo": {}, "assets/defcon": {}, @@ -146844,7 +146844,7 @@ [ "device's", { - "_index": 5689, + "_index": 3522, "data": { "manuals/sound": {} }, @@ -146854,7 +146854,7 @@ [ "device_ident", { - "_index": 8441, + "_index": 9574, "data": { "ref/stable/sys": {} }, @@ -146864,7 +146864,7 @@ [ "device_language", { - "_index": 8448, + "_index": 9581, "data": { "ref/stable/sys": {} }, @@ -146874,7 +146874,7 @@ [ "device_model", { - "_index": 8442, + "_index": 9575, "data": { "ref/stable/sys": {} }, @@ -146884,7 +146884,7 @@ [ "devicehandle", { - "_index": 7172, + "_index": 9434, "data": { "ref/stable/dmHid": {} }, @@ -146894,7 +146894,7 @@ [ "devices", { - "_index": 892, + "_index": 1841, "data": { "assets/iap": {}, "assets/push": {}, @@ -146921,7 +146921,7 @@ [ "devnet", { - "_index": 5056, + "_index": 5989, "data": { "manuals/sony-playstation": {} }, @@ -146931,7 +146931,7 @@ [ "devs", { - "_index": 6739, + "_index": 6658, "data": { "assets/asefold": {} }, @@ -146941,7 +146941,7 @@ [ "df", { - "_index": 3103, + "_index": 2391, "data": { "manuals/editor-styling": {} }, @@ -146951,7 +146951,7 @@ [ "dg", { - "_index": 7896, + "_index": 8532, "data": { "ref/stable/render": {} }, @@ -146961,7 +146961,7 @@ [ "dhmash_t", { - "_index": 9557, + "_index": 9195, "data": { "ref/stable/dmGameObject": {} }, @@ -146971,7 +146971,7 @@ [ "diagnostics", { - "_index": 5231, + "_index": 5437, "data": { "assets/lua-language-server": {}, "manuals/editor-scripts": {} @@ -146982,7 +146982,7 @@ [ "diags", { - "_index": 6448, + "_index": 6675, "data": { "assets/defdiags": {} }, @@ -146992,7 +146992,7 @@ [ "dial", { - "_index": 10080, + "_index": 9964, "data": { "ref/stable/dmConnectionPool": {} }, @@ -147002,7 +147002,7 @@ [ "dialog", { - "_index": 1816, + "_index": 1284, "data": { "manuals/android": {}, "manuals/atlas": {}, @@ -147023,7 +147023,7 @@ [ "dialog_button", { - "_index": 3936, + "_index": 1430, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -147034,7 +147034,7 @@ [ "dialogbuttons", { - "_index": 10716, + "_index": 8870, "data": { "ref/stable/editor": {} }, @@ -147044,7 +147044,7 @@ [ "dialogs", { - "_index": 3112, + "_index": 1263, "data": { "assets/defdiags": {}, "assets/defpfd": {}, @@ -147060,7 +147060,7 @@ [ "dialogues", { - "_index": 6613, + "_index": 6448, "data": { "assets/narrator": {} }, @@ -147070,7 +147070,7 @@ [ "diameter", { - "_index": 200, + "_index": 1179, "data": { "manuals/particlefx": {}, "manuals/physics-shapes": {}, @@ -147082,7 +147082,7 @@ [ "dicebag", { - "_index": 6660, + "_index": 6348, "data": { "assets/dicebag": {} }, @@ -147092,7 +147092,7 @@ [ "dictate", { - "_index": 2244, + "_index": 763, "data": { "manuals/html5": {}, "ref/stable/resource": {} @@ -147103,7 +147103,7 @@ [ "dictates", { - "_index": 1028, + "_index": 2695, "data": { "manuals/building-blocks": {}, "manuals/shader": {}, @@ -147115,7 +147115,7 @@ [ "dictionaries", { - "_index": 5011, + "_index": 4615, "data": { "manuals/extensions-manifest-merge-tool": {} }, @@ -147125,7 +147125,7 @@ [ "did", { - "_index": 2051, + "_index": 484, "data": { "manuals/gui": {}, "manuals/input": {}, @@ -147137,7 +147137,7 @@ [ "didn't", { - "_index": 4394, + "_index": 3717, "data": { "manuals/project-settings": {}, "ref/stable/crash": {}, @@ -147150,7 +147150,7 @@ [ "die", { - "_index": 9973, + "_index": 7354, "data": { "ref/stable/timer": {} }, @@ -147160,7 +147160,7 @@ [ "diff", { - "_index": 3787, + "_index": 4360, "data": { "manuals/editor": {}, "manuals/version-control": {}, @@ -147172,7 +147172,7 @@ [ "diffed", { - "_index": 3967, + "_index": 1483, "data": { "manuals/editor-scripts-ui": {} }, @@ -147182,7 +147182,7 @@ [ "differ", { - "_index": 3736, + "_index": 1870, "data": { "manuals/design": {}, "manuals/render": {}, @@ -147195,7 +147195,7 @@ [ "difference", { - "_index": 2273, + "_index": 803, "data": { "manuals/editor-scripts-ui": {}, "manuals/html5": {}, @@ -147213,7 +147213,7 @@ [ "differences", { - "_index": 3804, + "_index": 4374, "data": { "manuals/bundling": {}, "manuals/version-control": {}, @@ -147225,7 +147225,7 @@ [ "different", { - "_index": 159, + "_index": 573, "data": { "assets/adswrapper": {}, "assets/defarmy": {}, @@ -147296,7 +147296,7 @@ [ "differently", { - "_index": 4490, + "_index": 586, "data": { "manuals/gui": {} }, @@ -147306,7 +147306,7 @@ [ "differnt", { - "_index": 7813, + "_index": 8471, "data": { "ref/stable/render": {} }, @@ -147316,7 +147316,7 @@ [ "differs", { - "_index": 4485, + "_index": 559, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/gui": {}, @@ -147329,7 +147329,7 @@ [ "difftime", { - "_index": 8545, + "_index": 9942, "data": { "ref/stable/os": {} }, @@ -147339,7 +147339,7 @@ [ "diffuse.atlas", { - "_index": 5738, + "_index": 3817, "data": { "manuals/sprite": {} }, @@ -147349,7 +147349,7 @@ [ "dig", { - "_index": 4051, + "_index": 4250, "data": { "manuals/profiling": {} }, @@ -147359,7 +147359,7 @@ [ "digest_cache", { - "_index": 4244, + "_index": 3291, "data": { "manuals/bob": {} }, @@ -147369,7 +147369,7 @@ [ "digitally", { - "_index": 5398, + "_index": 6051, "data": { "manuals/android": {} }, @@ -147379,7 +147379,7 @@ [ "digits", { - "_index": 7782, + "_index": 8632, "data": { "ref/stable/bit": {}, "ref/stable/os": {} @@ -147390,7 +147390,7 @@ [ "dim", { - "_index": 7589, + "_index": 7190, "data": { "ref/stable/dmTransform": {}, "ref/stable/window": {} @@ -147401,7 +147401,7 @@ [ "dimensional", { - "_index": 6230, + "_index": 6229, "data": { "examples/material/noise": {} }, @@ -147411,7 +147411,7 @@ [ "dimensions", { - "_index": 213, + "_index": 1223, "data": { "examples/material/noise": {}, "examples/material/uvgradient": {}, @@ -147430,7 +147430,7 @@ [ "dimming", { - "_index": 5447, + "_index": 6095, "data": { "manuals/android": {}, "ref/stable/window": {} @@ -147441,7 +147441,7 @@ [ "dimming_off", { - "_index": 9681, + "_index": 7189, "data": { "ref/stable/window": {} }, @@ -147451,7 +147451,7 @@ [ "dimming_on", { - "_index": 9683, + "_index": 7193, "data": { "ref/stable/window": {} }, @@ -147461,7 +147461,7 @@ [ "dimming_unknown", { - "_index": 9685, + "_index": 7195, "data": { "ref/stable/window": {} }, @@ -147471,7 +147471,7 @@ [ "dir", { - "_index": 4189, + "_index": 3222, "data": { "manuals/bob": {} }, @@ -147481,7 +147481,7 @@ [ "dir/1.collectionc", { - "_index": 5949, + "_index": 1985, "data": { "manuals/editor-preferences": {} }, @@ -147491,7 +147491,7 @@ [ "direct", { - "_index": 1851, + "_index": 3337, "data": { "assets/tiled": {}, "manuals/flash": {}, @@ -147504,7 +147504,7 @@ [ "directed", { - "_index": 3183, + "_index": 1177, "data": { "manuals/particlefx": {} }, @@ -147514,7 +147514,7 @@ [ "direction", { - "_index": 2389, + "_index": 1121, "data": { "examples/movement/look_rotation": {}, "examples/particles/confetti": {}, @@ -147532,7 +147532,7 @@ [ "directions", { - "_index": 8365, + "_index": 7070, "data": { "ref/stable/vmath": {} }, @@ -147542,7 +147542,7 @@ [ "directly", { - "_index": 1510, + "_index": 1511, "data": { "assets/tilesetter": {}, "manuals/android": {}, @@ -147574,7 +147574,7 @@ [ "directories", { - "_index": 5128, + "_index": 3674, "data": { "assets/extensiondirectories": {}, "manuals/editor-scripts": {}, @@ -147589,7 +147589,7 @@ [ "directory", { - "_index": 1158, + "_index": 2346, "data": { "assets/luafilesystemlfs": {}, "manuals/bob": {}, @@ -147615,7 +147615,7 @@ [ "dirs", { - "_index": 1336, + "_index": 4687, "data": { "manuals/extensions-ext-manifests": {} }, @@ -147625,7 +147625,7 @@ [ "dirty", { - "_index": 6547, + "_index": 6681, "data": { "assets/dirtylarry": {}, "ref/stable/dmGameObject": {}, @@ -147637,7 +147637,7 @@ [ "dirtylarry", { - "_index": 6546, + "_index": 6680, "data": { "assets/dirtylarry": {} }, @@ -147647,7 +147647,7 @@ [ "disable", { - "_index": 19, + "_index": 135, "data": { "manuals/addressing": {}, "manuals/android": {}, @@ -147674,7 +147674,7 @@ [ "disable_material", { - "_index": 7794, + "_index": 8456, "data": { "ref/stable/render": {} }, @@ -147684,7 +147684,7 @@ [ "disable_state", { - "_index": 7795, + "_index": 8457, "data": { "ref/stable/render": {} }, @@ -147694,7 +147694,7 @@ [ "disable_texture", { - "_index": 7803, + "_index": 8459, "data": { "ref/stable/render": {} }, @@ -147704,7 +147704,7 @@ [ "disabled", { - "_index": 816, + "_index": 419, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/editor-preferences": {}, @@ -147726,7 +147726,7 @@ [ "disables", { - "_index": 1911, + "_index": 2307, "data": { "manuals/physics-objects": {}, "ref/stable/collectionproxy": {}, @@ -147743,7 +147743,7 @@ [ "disabling", { - "_index": 1612, + "_index": 2235, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/optimization-speed": {} @@ -147754,7 +147754,7 @@ [ "disallow", { - "_index": 8117, + "_index": 10430, "data": { "ref/stable/socket": {} }, @@ -147764,7 +147764,7 @@ [ "disaster", { - "_index": 5817, + "_index": 5563, "data": { "manuals/editor": {} }, @@ -147774,7 +147774,7 @@ [ "disc", { - "_index": 3188, + "_index": 1189, "data": { "manuals/editor-scripts": {}, "manuals/particlefx": {}, @@ -147788,7 +147788,7 @@ [ "discard", { - "_index": 3810, + "_index": 4379, "data": { "manuals/version-control": {}, "ref/stable/editor": {} @@ -147799,7 +147799,7 @@ [ "discarded", { - "_index": 8139, + "_index": 8800, "data": { "ref/stable/editor": {}, "ref/stable/socket": {} @@ -147810,7 +147810,7 @@ [ "discards", { - "_index": 7949, + "_index": 8576, "data": { "ref/stable/render": {} }, @@ -147820,7 +147820,7 @@ [ "disconnects", { - "_index": 1625, + "_index": 4820, "data": { "manuals/porting-guidelines": {} }, @@ -147830,7 +147830,7 @@ [ "discord", { - "_index": 2417, + "_index": 4946, "data": { "assets/discordrich": {}, "manuals/getting-help": {} @@ -147841,7 +147841,7 @@ [ "discordrich", { - "_index": 6593, + "_index": 6601, "data": { "assets/discordrich": {} }, @@ -147851,7 +147851,7 @@ [ "discourage", { - "_index": 5119, + "_index": 5219, "data": { "manuals/lua": {} }, @@ -147861,7 +147861,7 @@ [ "discrete", { - "_index": 10524, + "_index": 7972, "data": { "ref/stable/collectionproxy": {} }, @@ -147871,7 +147871,7 @@ [ "discuss", { - "_index": 2416, + "_index": 4945, "data": { "manuals/getting-help": {} }, @@ -147881,7 +147881,7 @@ [ "discussed", { - "_index": 3271, + "_index": 5081, "data": { "manuals/flash": {} }, @@ -147891,7 +147891,7 @@ [ "discussions", { - "_index": 2422, + "_index": 4948, "data": { "manuals/getting-help": {} }, @@ -147901,7 +147901,7 @@ [ "disk", { - "_index": 433, + "_index": 2158, "data": { "manuals/debugging-game-and-system-logs": {}, "manuals/editor": {}, @@ -147920,7 +147920,7 @@ [ "dispatch", { - "_index": 2009, + "_index": 1656, "data": { "manuals/compute": {}, "manuals/input": {}, @@ -147936,7 +147936,7 @@ [ "dispatch_compute", { - "_index": 2981, + "_index": 5293, "data": { "manuals/compute": {}, "ref/stable/render": {} @@ -147947,7 +147947,7 @@ [ "dispatched", { - "_index": 1972, + "_index": 1642, "data": { "manuals/compute": {}, "manuals/input": {}, @@ -147960,7 +147960,7 @@ [ "dispatches", { - "_index": 7805, + "_index": 8461, "data": { "ref/stable/render": {} }, @@ -147970,7 +147970,7 @@ [ "dispatching", { - "_index": 2970, + "_index": 1646, "data": { "manuals/application-lifecycle": {}, "manuals/compute": {}, @@ -147982,7 +147982,7 @@ [ "display", { - "_index": 1721, + "_index": 87, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/editor": {}, @@ -148004,7 +148004,7 @@ [ "display.update_frequency", { - "_index": 8386, + "_index": 9518, "data": { "ref/stable/sys": {} }, @@ -148014,7 +148014,7 @@ [ "display.width", { - "_index": 2299, + "_index": 842, "data": { "manuals/html5": {} }, @@ -148024,7 +148024,7 @@ [ "displayed", { - "_index": 53, + "_index": 980, "data": { "examples/timer/trigger_timer": {}, "manuals/atlas": {}, @@ -148045,7 +148045,7 @@ [ "displaying", { - "_index": 6136, + "_index": 6226, "data": { "examples/timer/cancel_timer": {} }, @@ -148055,7 +148055,7 @@ [ "displays", { - "_index": 3401, + "_index": 217, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/editor-scripts-ui": {}, @@ -148072,7 +148072,7 @@ [ "dispose", { - "_index": 5547, + "_index": 1945, "data": { "manuals/script": {} }, @@ -148082,7 +148082,7 @@ [ "dissolve", { - "_index": 6598, + "_index": 6571, "data": { "assets/dissolve-fx": {} }, @@ -148092,7 +148092,7 @@ [ "distance", { - "_index": 828, + "_index": 488, "data": { "assets/dsfonts": {}, "manuals/font": {}, @@ -148114,7 +148114,7 @@ [ "distances", { - "_index": 5316, + "_index": 2610, "data": { "manuals/properties": {}, "ref/stable/vmath": {} @@ -148125,7 +148125,7 @@ [ "distancetoplane", { - "_index": 8645, + "_index": 9374, "data": { "ref/stable/dmIntersection": {} }, @@ -148135,7 +148135,7 @@ [ "distclean", { - "_index": 4205, + "_index": 3244, "data": { "manuals/bob": {} }, @@ -148145,7 +148145,7 @@ [ "distinct", { - "_index": 6270, + "_index": 6414, "data": { "assets/googleanalyticsforfirebase": {} }, @@ -148155,7 +148155,7 @@ [ "distinguish", { - "_index": 10029, + "_index": 10685, "data": { "ref/stable/sound": {} }, @@ -148165,7 +148165,7 @@ [ "distortion", { - "_index": 6118, + "_index": 6108, "data": { "examples/gui/slice9": {} }, @@ -148175,7 +148175,7 @@ [ "distribute", { - "_index": 3499, + "_index": 3047, "data": { "assets/editor-script-distribute": {}, "manuals/editor-scripts": {}, @@ -148188,7 +148188,7 @@ [ "distributed", { - "_index": 3149, + "_index": 1113, "data": { "manuals/editor": {}, "manuals/macos": {}, @@ -148202,7 +148202,7 @@ [ "distribution", { - "_index": 5399, + "_index": 6052, "data": { "manuals/android": {} }, @@ -148212,7 +148212,7 @@ [ "diverse", { - "_index": 6366, + "_index": 6720, "data": { "assets/fmod": {} }, @@ -148222,7 +148222,7 @@ [ "divide", { - "_index": 4623, + "_index": 5893, "data": { "manuals/debugging-game-logic": {}, "ref/stable/dmVMath": {} @@ -148233,7 +148233,7 @@ [ "divided", { - "_index": 3110, + "_index": 2398, "data": { "manuals/editor-styling": {}, "manuals/profiling": {}, @@ -148246,7 +148246,7 @@ [ "dividend", { - "_index": 7670, + "_index": 7370, "data": { "ref/stable/dmVMath": {} }, @@ -148256,7 +148256,7 @@ [ "dividing", { - "_index": 2955, + "_index": 5278, "data": { "manuals/compute": {} }, @@ -148266,7 +148266,7 @@ [ "division", { - "_index": 8355, + "_index": 7060, "data": { "ref/stable/math": {}, "ref/stable/vmath": {} @@ -148277,7 +148277,7 @@ [ "divperelem", { - "_index": 7671, + "_index": 7371, "data": { "ref/stable/dmVMath": {} }, @@ -148287,7 +148287,7 @@ [ "dlfcn", { - "_index": 7305, + "_index": 9350, "data": { "ref/stable/package": {} }, @@ -148297,7 +148297,7 @@ [ "dlib_log_domain", { - "_index": 7001, + "_index": 7396, "data": { "ref/stable/dmLog": {} }, @@ -148307,7 +148307,7 @@ [ "dll", { - "_index": 7534, + "_index": 6980, "data": { "ref/stable/sharedlibrary": {} }, @@ -148317,7 +148317,7 @@ [ "dm_align", { - "_index": 9672, + "_index": 7338, "data": { "ref/stable/dmAlign": {} }, @@ -148327,7 +148327,7 @@ [ "dm_aligned", { - "_index": 8710, + "_index": 7339, "data": { "ref/stable/dmAlign": {}, "ref/stable/dmScript": {} @@ -148338,7 +148338,7 @@ [ "dm_array_size", { - "_index": 10055, + "_index": 7427, "data": { "ref/stable/dmArray": {} }, @@ -148348,7 +148348,7 @@ [ "dm_debug", { - "_index": 6761, + "_index": 7976, "data": { "ref/stable/dmEngine": {} }, @@ -148358,7 +148358,7 @@ [ "dm_declare_compgui_type", { - "_index": 7993, + "_index": 8023, "data": { "ref/stable/dmGameSystem": {} }, @@ -148368,7 +148368,7 @@ [ "dm_declare_configfile_extension", { - "_index": 2781, + "_index": 4146, "data": { "manuals/application-security": {}, "ref/stable/dmConfigFile": {} @@ -148379,7 +148379,7 @@ [ "dm_declare_extension", { - "_index": 4934, + "_index": 4739, "data": { "manuals/extensions": {}, "ref/stable/dmExtension": {} @@ -148390,7 +148390,7 @@ [ "dm_declare_resource_type", { - "_index": 6889, + "_index": 8392, "data": { "ref/stable/dmResource": {} }, @@ -148400,7 +148400,7 @@ [ "dm_dllexport", { - "_index": 7533, + "_index": 6979, "data": { "ref/stable/sharedlibrary": {} }, @@ -148410,7 +148410,7 @@ [ "dm_extender_password", { - "_index": 5962, + "_index": 2017, "data": { "manuals/editor-preferences": {} }, @@ -148420,7 +148420,7 @@ [ "dm_extender_username", { - "_index": 5961, + "_index": 2016, "data": { "manuals/editor-preferences": {} }, @@ -148430,7 +148430,7 @@ [ "dm_hash_reverse_mem", { - "_index": 8612, + "_index": 10138, "data": { "ref/stable/dmHash": {} }, @@ -148440,7 +148440,7 @@ [ "dm_headless", { - "_index": 6762, + "_index": 7977, "data": { "ref/stable/dmEngine": {} }, @@ -148450,7 +148450,7 @@ [ "dm_log_port", { - "_index": 8602, + "_index": 9358, "data": { "ref/stable/engine": {} }, @@ -148460,7 +148460,7 @@ [ "dm_lua_error", { - "_index": 8711, + "_index": 10715, "data": { "ref/stable/dmScript": {} }, @@ -148470,7 +148470,7 @@ [ "dm_lua_stack_check", { - "_index": 4941, + "_index": 4747, "data": { "manuals/extensions": {}, "ref/stable/dmScript": {} @@ -148481,7 +148481,7 @@ [ "dm_mutex_scoped_lock", { - "_index": 7616, + "_index": 6965, "data": { "ref/stable/dmMutex": {} }, @@ -148491,7 +148491,7 @@ [ "dm_platform_android", { - "_index": 4973, + "_index": 4778, "data": { "manuals/extensions": {}, "ref/stable/dmExtension": {} @@ -148502,7 +148502,7 @@ [ "dm_platform_html5", { - "_index": 4975, + "_index": 4780, "data": { "manuals/extensions": {}, "ref/stable/dmExtension": {} @@ -148513,7 +148513,7 @@ [ "dm_platform_ios", { - "_index": 4972, + "_index": 4777, "data": { "manuals/extensions": {}, "ref/stable/dmExtension": {} @@ -148524,7 +148524,7 @@ [ "dm_platform_linux", { - "_index": 4974, + "_index": 4779, "data": { "manuals/extensions": {}, "ref/stable/dmExtension": {} @@ -148535,7 +148535,7 @@ [ "dm_platform_osx", { - "_index": 4971, + "_index": 4776, "data": { "manuals/extensions": {}, "ref/stable/dmExtension": {} @@ -148546,7 +148546,7 @@ [ "dm_platform_windows", { - "_index": 4970, + "_index": 4775, "data": { "manuals/extensions": {}, "ref/stable/dmExtension": {} @@ -148557,7 +148557,7 @@ [ "dm_profile", { - "_index": 10334, + "_index": 8751, "data": { "ref/stable/dmProfile": {} }, @@ -148567,7 +148567,7 @@ [ "dm_profile_dyn", { - "_index": 10335, + "_index": 8752, "data": { "ref/stable/dmProfile": {} }, @@ -148577,7 +148577,7 @@ [ "dm_profile_text", { - "_index": 10336, + "_index": 8753, "data": { "ref/stable/dmProfile": {} }, @@ -148587,7 +148587,7 @@ [ "dm_property_add_f32", { - "_index": 10338, + "_index": 8755, "data": { "ref/stable/dmProfile": {} }, @@ -148597,7 +148597,7 @@ [ "dm_property_add_f64", { - "_index": 10339, + "_index": 8756, "data": { "ref/stable/dmProfile": {} }, @@ -148607,7 +148607,7 @@ [ "dm_property_add_s32", { - "_index": 10340, + "_index": 8757, "data": { "ref/stable/dmProfile": {} }, @@ -148617,7 +148617,7 @@ [ "dm_property_add_s64", { - "_index": 10341, + "_index": 8758, "data": { "ref/stable/dmProfile": {} }, @@ -148627,7 +148627,7 @@ [ "dm_property_add_u32", { - "_index": 10343, + "_index": 8760, "data": { "ref/stable/dmProfile": {} }, @@ -148637,7 +148637,7 @@ [ "dm_property_add_u64", { - "_index": 10344, + "_index": 8761, "data": { "ref/stable/dmProfile": {} }, @@ -148647,7 +148647,7 @@ [ "dm_property_bool", { - "_index": 10345, + "_index": 8762, "data": { "ref/stable/dmProfile": {} }, @@ -148657,7 +148657,7 @@ [ "dm_property_extern", { - "_index": 10349, + "_index": 8766, "data": { "ref/stable/dmProfile": {} }, @@ -148667,7 +148667,7 @@ [ "dm_property_f32", { - "_index": 10351, + "_index": 8768, "data": { "ref/stable/dmProfile": {} }, @@ -148677,7 +148677,7 @@ [ "dm_property_f64", { - "_index": 10352, + "_index": 8769, "data": { "ref/stable/dmProfile": {} }, @@ -148687,7 +148687,7 @@ [ "dm_property_group", { - "_index": 10353, + "_index": 8770, "data": { "ref/stable/dmProfile": {} }, @@ -148697,7 +148697,7 @@ [ "dm_property_reset", { - "_index": 10354, + "_index": 8771, "data": { "ref/stable/dmProfile": {} }, @@ -148707,7 +148707,7 @@ [ "dm_property_s32", { - "_index": 10355, + "_index": 8772, "data": { "ref/stable/dmProfile": {} }, @@ -148717,7 +148717,7 @@ [ "dm_property_s64", { - "_index": 10356, + "_index": 8773, "data": { "ref/stable/dmProfile": {} }, @@ -148727,7 +148727,7 @@ [ "dm_property_set_bool", { - "_index": 10357, + "_index": 8774, "data": { "ref/stable/dmProfile": {} }, @@ -148737,7 +148737,7 @@ [ "dm_property_set_f32", { - "_index": 10358, + "_index": 8775, "data": { "ref/stable/dmProfile": {} }, @@ -148747,7 +148747,7 @@ [ "dm_property_set_f64", { - "_index": 10359, + "_index": 8776, "data": { "ref/stable/dmProfile": {} }, @@ -148757,7 +148757,7 @@ [ "dm_property_set_s32", { - "_index": 10360, + "_index": 8777, "data": { "ref/stable/dmProfile": {} }, @@ -148767,7 +148767,7 @@ [ "dm_property_set_s64", { - "_index": 10361, + "_index": 8778, "data": { "ref/stable/dmProfile": {} }, @@ -148777,7 +148777,7 @@ [ "dm_property_set_u32", { - "_index": 10362, + "_index": 8779, "data": { "ref/stable/dmProfile": {} }, @@ -148787,7 +148787,7 @@ [ "dm_property_set_u64", { - "_index": 10363, + "_index": 8780, "data": { "ref/stable/dmProfile": {} }, @@ -148797,7 +148797,7 @@ [ "dm_property_u32", { - "_index": 10364, + "_index": 8781, "data": { "ref/stable/dmProfile": {} }, @@ -148807,7 +148807,7 @@ [ "dm_property_u64", { - "_index": 10365, + "_index": 8782, "data": { "ref/stable/dmProfile": {} }, @@ -148817,7 +148817,7 @@ [ "dm_quit_on_esc", { - "_index": 8605, + "_index": 9362, "data": { "ref/stable/engine": {} }, @@ -148827,7 +148827,7 @@ [ "dm_release", { - "_index": 6763, + "_index": 7978, "data": { "ref/stable/dmEngine": {} }, @@ -148837,7 +148837,7 @@ [ "dm_save_home", { - "_index": 8607, + "_index": 9364, "data": { "ref/stable/engine": {} }, @@ -148847,7 +148847,7 @@ [ "dm_service_port", { - "_index": 8608, + "_index": 9365, "data": { "ref/stable/engine": {} }, @@ -148857,7 +148857,7 @@ [ "dm_spinlock_scoped_lock", { - "_index": 8655, + "_index": 8641, "data": { "ref/stable/dmSpinlock": {} }, @@ -148867,7 +148867,7 @@ [ "dm_static_assert", { - "_index": 9668, + "_index": 10256, "data": { "ref/stable/dmStaticAssert": {} }, @@ -148877,7 +148877,7 @@ [ "dmallocator", { - "_index": 8614, + "_index": 10140, "data": { "ref/stable/dmHash": {} }, @@ -148887,7 +148887,7 @@ [ "dmarray", { - "_index": 10056, + "_index": 7428, "data": { "ref/stable/dmArray": {}, "ref/stable/dmDDF": {} @@ -148898,7 +148898,7 @@ [ "dmatomicadd32", { - "_index": 6857, + "_index": 8999, "data": { "ref/stable/dmAtomic": {} }, @@ -148908,7 +148908,7 @@ [ "dmatomiccomparestore32", { - "_index": 6861, + "_index": 9002, "data": { "ref/stable/dmAtomic": {} }, @@ -148918,7 +148918,7 @@ [ "dmatomicdecrement32", { - "_index": 6865, + "_index": 9005, "data": { "ref/stable/dmAtomic": {} }, @@ -148928,7 +148928,7 @@ [ "dmatomicget32", { - "_index": 6867, + "_index": 9007, "data": { "ref/stable/dmAtomic": {} }, @@ -148938,7 +148938,7 @@ [ "dmatomicincrement32", { - "_index": 6868, + "_index": 9008, "data": { "ref/stable/dmAtomic": {} }, @@ -148948,7 +148948,7 @@ [ "dmatomicstore32", { - "_index": 6870, + "_index": 9010, "data": { "ref/stable/dmAtomic": {} }, @@ -148958,7 +148958,7 @@ [ "dmatomicsub32", { - "_index": 6871, + "_index": 9011, "data": { "ref/stable/dmAtomic": {} }, @@ -148968,7 +148968,7 @@ [ "dmbuffer", { - "_index": 10529, + "_index": 10570, "data": { "ref/stable/dmBuffer": {} }, @@ -148978,7 +148978,7 @@ [ "dmbuffer::copy", { - "_index": 10528, + "_index": 10569, "data": { "ref/stable/dmBuffer": {} }, @@ -148988,7 +148988,7 @@ [ "dmbuffer::create", { - "_index": 10532, + "_index": 10575, "data": { "ref/stable/dmBuffer": {} }, @@ -148998,7 +148998,7 @@ [ "dmbuffer::destroy", { - "_index": 10538, + "_index": 10581, "data": { "ref/stable/dmBuffer": {} }, @@ -149008,7 +149008,7 @@ [ "dmbuffer::getbytes", { - "_index": 10539, + "_index": 10582, "data": { "ref/stable/dmBuffer": {} }, @@ -149018,7 +149018,7 @@ [ "dmbuffer::getcontentversion", { - "_index": 10542, + "_index": 10585, "data": { "ref/stable/dmBuffer": {} }, @@ -149028,7 +149028,7 @@ [ "dmbuffer::getcount", { - "_index": 10544, + "_index": 10587, "data": { "ref/stable/dmBuffer": {} }, @@ -149038,7 +149038,7 @@ [ "dmbuffer::getmetadata", { - "_index": 10546, + "_index": 10589, "data": { "ref/stable/dmBuffer": {} }, @@ -149048,7 +149048,7 @@ [ "dmbuffer::getresultstring", { - "_index": 10549, + "_index": 10592, "data": { "ref/stable/dmBuffer": {} }, @@ -149058,7 +149058,7 @@ [ "dmbuffer::getsizeforvaluetype", { - "_index": 10551, + "_index": 10594, "data": { "ref/stable/dmBuffer": {} }, @@ -149068,7 +149068,7 @@ [ "dmbuffer::getstream", { - "_index": 10553, + "_index": 10596, "data": { "ref/stable/dmBuffer": {} }, @@ -149078,7 +149078,7 @@ [ "dmbuffer::getstreamtype", { - "_index": 10556, + "_index": 10599, "data": { "ref/stable/dmBuffer": {} }, @@ -149088,7 +149088,7 @@ [ "dmbuffer::getvaluetypestring", { - "_index": 10558, + "_index": 10601, "data": { "ref/stable/dmBuffer": {} }, @@ -149098,7 +149098,7 @@ [ "dmbuffer::hbuffer", { - "_index": 8727, + "_index": 10572, "data": { "ref/stable/dmBuffer": {}, "ref/stable/dmScript": {} @@ -149109,7 +149109,7 @@ [ "dmbuffer::isbuffervalid", { - "_index": 10560, + "_index": 10603, "data": { "ref/stable/dmBuffer": {} }, @@ -149119,7 +149119,7 @@ [ "dmbuffer::result", { - "_index": 10531, + "_index": 10574, "data": { "ref/stable/dmBuffer": {} }, @@ -149129,7 +149129,7 @@ [ "dmbuffer::setmetadata", { - "_index": 10562, + "_index": 10605, "data": { "ref/stable/dmBuffer": {} }, @@ -149139,7 +149139,7 @@ [ "dmbuffer::streamdeclaration", { - "_index": 10535, + "_index": 10578, "data": { "ref/stable/dmBuffer": {} }, @@ -149149,7 +149149,7 @@ [ "dmbuffer::updatecontentversion", { - "_index": 10567, + "_index": 10610, "data": { "ref/stable/dmBuffer": {} }, @@ -149159,7 +149159,7 @@ [ "dmbuffer::validatebuffer", { - "_index": 10569, + "_index": 10612, "data": { "ref/stable/dmBuffer": {} }, @@ -149169,7 +149169,7 @@ [ "dmbuffer::valuetype", { - "_index": 10548, + "_index": 10591, "data": { "ref/stable/dmBuffer": {} }, @@ -149179,7 +149179,7 @@ [ "dmconditionvariable", { - "_index": 9411, + "_index": 9834, "data": { "ref/stable/dmConditionVariable": {} }, @@ -149189,7 +149189,7 @@ [ "dmconditionvariable::broadcast", { - "_index": 9410, + "_index": 9833, "data": { "ref/stable/dmConditionVariable": {} }, @@ -149199,7 +149199,7 @@ [ "dmconditionvariable::delete", { - "_index": 9415, + "_index": 9839, "data": { "ref/stable/dmConditionVariable": {} }, @@ -149209,7 +149209,7 @@ [ "dmconditionvariable::hconditionvariable", { - "_index": 9414, + "_index": 9838, "data": { "ref/stable/dmConditionVariable": {} }, @@ -149219,7 +149219,7 @@ [ "dmconditionvariable::new", { - "_index": 9417, + "_index": 9841, "data": { "ref/stable/dmConditionVariable": {} }, @@ -149229,7 +149229,7 @@ [ "dmconditionvariable::signal", { - "_index": 9418, + "_index": 9842, "data": { "ref/stable/dmConditionVariable": {} }, @@ -149239,7 +149239,7 @@ [ "dmconditionvariable::wait", { - "_index": 9419, + "_index": 9843, "data": { "ref/stable/dmConditionVariable": {} }, @@ -149249,7 +149249,7 @@ [ "dmconfigfile::hconfig", { - "_index": 6766, + "_index": 7981, "data": { "ref/stable/dmEngine": {} }, @@ -149259,7 +149259,7 @@ [ "dmconnectionpool", { - "_index": 10074, + "_index": 9958, "data": { "ref/stable/dmConnectionPool": {} }, @@ -149269,7 +149269,7 @@ [ "dmconnectionpool::close", { - "_index": 10073, + "_index": 9957, "data": { "ref/stable/dmConnectionPool": {} }, @@ -149279,7 +149279,7 @@ [ "dmconnectionpool::delete", { - "_index": 10077, + "_index": 9961, "data": { "ref/stable/dmConnectionPool": {} }, @@ -149289,7 +149289,7 @@ [ "dmconnectionpool::dial", { - "_index": 10079, + "_index": 9963, "data": { "ref/stable/dmConnectionPool": {} }, @@ -149299,7 +149299,7 @@ [ "dmconnectionpool::getsocket", { - "_index": 10084, + "_index": 9968, "data": { "ref/stable/dmConnectionPool": {} }, @@ -149309,7 +149309,7 @@ [ "dmconnectionpool::getsslsocket", { - "_index": 10086, + "_index": 9969, "data": { "ref/stable/dmConnectionPool": {} }, @@ -149319,7 +149319,7 @@ [ "dmconnectionpool::hconnection", { - "_index": 10076, + "_index": 9960, "data": { "ref/stable/dmConnectionPool": {} }, @@ -149329,7 +149329,7 @@ [ "dmconnectionpool::hpool", { - "_index": 10075, + "_index": 9959, "data": { "ref/stable/dmConnectionPool": {} }, @@ -149339,7 +149339,7 @@ [ "dmconnectionpool::new", { - "_index": 10088, + "_index": 9971, "data": { "ref/stable/dmConnectionPool": {} }, @@ -149349,7 +149349,7 @@ [ "dmconnectionpool::params", { - "_index": 10089, + "_index": 9972, "data": { "ref/stable/dmConnectionPool": {} }, @@ -149359,7 +149359,7 @@ [ "dmconnectionpool::result", { - "_index": 10091, + "_index": 9974, "data": { "ref/stable/dmConnectionPool": {} }, @@ -149369,7 +149369,7 @@ [ "dmconnectionpool::return", { - "_index": 10092, + "_index": 9975, "data": { "ref/stable/dmConnectionPool": {} }, @@ -149379,7 +149379,7 @@ [ "dmconnectionpool::shutdown", { - "_index": 10093, + "_index": 9976, "data": { "ref/stable/dmConnectionPool": {} }, @@ -149389,7 +149389,7 @@ [ "dmcrash::oncrash", { - "_index": 4820, + "_index": 5005, "data": { "manuals/debugging-native-code": {} }, @@ -149399,7 +149399,7 @@ [ "dmcrypt", { - "_index": 8046, + "_index": 8153, "data": { "ref/stable/dmCrypt": {} }, @@ -149409,7 +149409,7 @@ [ "dmcrypt::algorithm", { - "_index": 8051, + "_index": 8160, "data": { "ref/stable/dmCrypt": {} }, @@ -149419,7 +149419,7 @@ [ "dmcrypt::base64decode", { - "_index": 8045, + "_index": 8152, "data": { "ref/stable/dmCrypt": {} }, @@ -149429,7 +149429,7 @@ [ "dmcrypt::base64encode", { - "_index": 8048, + "_index": 8157, "data": { "ref/stable/dmCrypt": {} }, @@ -149439,7 +149439,7 @@ [ "dmcrypt::decrypt", { - "_index": 8050, + "_index": 8159, "data": { "ref/stable/dmCrypt": {} }, @@ -149449,7 +149449,7 @@ [ "dmcrypt::encrypt", { - "_index": 8053, + "_index": 8163, "data": { "ref/stable/dmCrypt": {} }, @@ -149459,7 +149459,7 @@ [ "dmcrypt::hashmd5", { - "_index": 8054, + "_index": 8164, "data": { "ref/stable/dmCrypt": {} }, @@ -149469,7 +149469,7 @@ [ "dmcrypt::hashsha1", { - "_index": 8056, + "_index": 8166, "data": { "ref/stable/dmCrypt": {} }, @@ -149479,7 +149479,7 @@ [ "dmcrypt::hashsha256", { - "_index": 8058, + "_index": 8168, "data": { "ref/stable/dmCrypt": {} }, @@ -149489,7 +149489,7 @@ [ "dmcrypt::hashsha512", { - "_index": 8061, + "_index": 8171, "data": { "ref/stable/dmCrypt": {} }, @@ -149499,7 +149499,7 @@ [ "dmcrypt::result", { - "_index": 8052, + "_index": 8162, "data": { "ref/stable/dmCrypt": {} }, @@ -149509,7 +149509,7 @@ [ "dmddf::descriptor", { - "_index": 10495, + "_index": 9016, "data": { "ref/stable/dmDDF": {} }, @@ -149519,7 +149519,7 @@ [ "dmddf::option_offset_pointers", { - "_index": 10498, + "_index": 9020, "data": { "ref/stable/dmDDF": {} }, @@ -149529,7 +149529,7 @@ [ "dmengine", { - "_index": 4194, + "_index": 1980, "data": { "manuals/bob": {}, "manuals/editor-preferences": {} @@ -149540,7 +149540,7 @@ [ "dmengine.dsym", { - "_index": 6079, + "_index": 4901, "data": { "manuals/debugging-native-code-ios": {} }, @@ -149550,7 +149550,7 @@ [ "dmengine.dsym.zip", { - "_index": 4790, + "_index": 4978, "data": { "manuals/debugging-native-code": {} }, @@ -149560,7 +149560,7 @@ [ "dmengine.js.symbols", { - "_index": 4795, + "_index": 4983, "data": { "manuals/debugging-native-code": {} }, @@ -149570,7 +149570,7 @@ [ "dmengine.pdb", { - "_index": 4794, + "_index": 4982, "data": { "manuals/debugging-native-code": {} }, @@ -149580,7 +149580,7 @@ [ "dmextension::appinitialize", { - "_index": 6765, + "_index": 7980, "data": { "ref/stable/dmEngine": {} }, @@ -149590,7 +149590,7 @@ [ "dmextension::appparams", { - "_index": 4953, + "_index": 4758, "data": { "manuals/extensions": {}, "ref/stable/dmEngine": {} @@ -149601,7 +149601,7 @@ [ "dmextension::params", { - "_index": 4955, + "_index": 4760, "data": { "manuals/extensions": {} }, @@ -149611,7 +149611,7 @@ [ "dmextension::result", { - "_index": 4951, + "_index": 4756, "data": { "manuals/extensions": {} }, @@ -149621,7 +149621,7 @@ [ "dmextension::result_ok", { - "_index": 4950, + "_index": 4755, "data": { "manuals/extensions": {} }, @@ -149631,7 +149631,7 @@ [ "dmgameobject::componentaddtoupdateparams", { - "_index": 9424, + "_index": 9059, "data": { "ref/stable/dmGameObject": {} }, @@ -149641,7 +149641,7 @@ [ "dmgameobject::componentcreateparams", { - "_index": 9429, + "_index": 9064, "data": { "ref/stable/dmGameObject": {} }, @@ -149651,7 +149651,7 @@ [ "dmgameobject::componentdeleteworldparams", { - "_index": 9433, + "_index": 9068, "data": { "ref/stable/dmGameObject": {} }, @@ -149661,7 +149661,7 @@ [ "dmgameobject::componentdestroyparams", { - "_index": 9437, + "_index": 9072, "data": { "ref/stable/dmGameObject": {} }, @@ -149671,7 +149671,7 @@ [ "dmgameobject::componentfinalparams", { - "_index": 9440, + "_index": 9075, "data": { "ref/stable/dmGameObject": {} }, @@ -149681,7 +149681,7 @@ [ "dmgameobject::componentgetparams", { - "_index": 9443, + "_index": 9079, "data": { "ref/stable/dmGameObject": {} }, @@ -149691,7 +149691,7 @@ [ "dmgameobject::componentgetpropertyparams", { - "_index": 9447, + "_index": 9083, "data": { "ref/stable/dmGameObject": {} }, @@ -149701,7 +149701,7 @@ [ "dmgameobject::componentinitparams", { - "_index": 9453, + "_index": 9089, "data": { "ref/stable/dmGameObject": {} }, @@ -149711,7 +149711,7 @@ [ "dmgameobject::componentnewworldparams", { - "_index": 9459, + "_index": 9095, "data": { "ref/stable/dmGameObject": {} }, @@ -149721,7 +149721,7 @@ [ "dmgameobject::componentoninputparams", { - "_index": 9464, + "_index": 9100, "data": { "ref/stable/dmGameObject": {} }, @@ -149731,7 +149731,7 @@ [ "dmgameobject::componentonmessageparams", { - "_index": 9468, + "_index": 9104, "data": { "ref/stable/dmGameObject": {} }, @@ -149741,7 +149741,7 @@ [ "dmgameobject::componentonreloadparams", { - "_index": 9473, + "_index": 9109, "data": { "ref/stable/dmGameObject": {} }, @@ -149751,7 +149751,7 @@ [ "dmgameobject::componentsetpropertiesparams", { - "_index": 9476, + "_index": 9112, "data": { "ref/stable/dmGameObject": {} }, @@ -149761,7 +149761,7 @@ [ "dmgameobject::componentsetpropertyparams", { - "_index": 9479, + "_index": 9115, "data": { "ref/stable/dmGameObject": {} }, @@ -149771,7 +149771,7 @@ [ "dmgameobject::componentspostupdateparams", { - "_index": 9485, + "_index": 9121, "data": { "ref/stable/dmGameObject": {} }, @@ -149781,7 +149781,7 @@ [ "dmgameobject::componentsrenderparams", { - "_index": 9488, + "_index": 9124, "data": { "ref/stable/dmGameObject": {} }, @@ -149791,7 +149791,7 @@ [ "dmgameobject::componentsupdateparams", { - "_index": 9482, + "_index": 9118, "data": { "ref/stable/dmGameObject": {} }, @@ -149801,7 +149801,7 @@ [ "dmgameobject::componentsupdateresult", { - "_index": 9483, + "_index": 9119, "data": { "ref/stable/dmGameObject": {} }, @@ -149811,7 +149811,7 @@ [ "dmgameobject::getworld", { - "_index": 9498, + "_index": 9134, "data": { "ref/stable/dmGameObject": {} }, @@ -149821,7 +149821,7 @@ [ "dmgameobject::hcolleciton", { - "_index": 9421, + "_index": 9055, "data": { "ref/stable/dmGameObject": {} }, @@ -149831,7 +149831,7 @@ [ "dmgameobject::hcollection", { - "_index": 9534, + "_index": 9170, "data": { "ref/stable/dmGameObject": {} }, @@ -149841,7 +149841,7 @@ [ "dmgameobject::hcomponent", { - "_index": 8822, + "_index": 10817, "data": { "ref/stable/dmScript": {} }, @@ -149851,7 +149851,7 @@ [ "dmgameobject::hcomponentworld", { - "_index": 8821, + "_index": 10816, "data": { "ref/stable/dmScript": {} }, @@ -149861,7 +149861,7 @@ [ "dmgameobject::hinstance", { - "_index": 8705, + "_index": 9057, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmScript": {} @@ -149872,7 +149872,7 @@ [ "dmgameobject::hregister", { - "_index": 6768, + "_index": 7983, "data": { "ref/stable/dmEngine": {}, "ref/stable/dmGameObject": {} @@ -149883,7 +149883,7 @@ [ "dmgameobject::matrix4", { - "_index": 9567, + "_index": 9207, "data": { "ref/stable/dmGameObject": {} }, @@ -149893,7 +149893,7 @@ [ "dmgameobject::point3", { - "_index": 9563, + "_index": 9200, "data": { "ref/stable/dmGameObject": {} }, @@ -149903,7 +149903,7 @@ [ "dmgameobject::propertydesc", { - "_index": 9448, + "_index": 9084, "data": { "ref/stable/dmGameObject": {} }, @@ -149913,7 +149913,7 @@ [ "dmgameobject::propertyresult", { - "_index": 9450, + "_index": 9086, "data": { "ref/stable/dmGameObject": {} }, @@ -149923,7 +149923,7 @@ [ "dmgameobject::propertyvar", { - "_index": 8005, + "_index": 8038, "data": { "ref/stable/dmGameSystem": {} }, @@ -149933,7 +149933,7 @@ [ "dmgameobject::quat", { - "_index": 9564, + "_index": 9202, "data": { "ref/stable/dmGameObject": {} }, @@ -149943,7 +149943,7 @@ [ "dmgameobject::result", { - "_index": 9553, + "_index": 9191, "data": { "ref/stable/dmGameObject": {} }, @@ -149953,7 +149953,7 @@ [ "dmgameobject::scenenode", { - "_index": 9458, + "_index": 9094, "data": { "ref/stable/dmGameObject": {} }, @@ -149963,7 +149963,7 @@ [ "dmgameobject::scenenodeiterator", { - "_index": 9654, + "_index": 9296, "data": { "ref/stable/dmGameObject": {} }, @@ -149973,7 +149973,7 @@ [ "dmgameobject::scenenodepropertyiterator", { - "_index": 9457, + "_index": 9093, "data": { "ref/stable/dmGameObject": {} }, @@ -149983,7 +149983,7 @@ [ "dmgameobject::unnamed_identifier", { - "_index": 9559, + "_index": 9197, "data": { "ref/stable/dmGameObject": {} }, @@ -149993,7 +149993,7 @@ [ "dmgameobject::updatetransforms", { - "_index": 9527, + "_index": 9163, "data": { "ref/stable/dmGameObject": {} }, @@ -150003,7 +150003,7 @@ [ "dmgameobject::vector3", { - "_index": 9565, + "_index": 9204, "data": { "ref/stable/dmGameObject": {} }, @@ -150013,7 +150013,7 @@ [ "dmgamesystem::hcomponentrenderconstants", { - "_index": 7982, + "_index": 8012, "data": { "ref/stable/dmGameSystem": {} }, @@ -150023,7 +150023,7 @@ [ "dmgamesystem::texturesetresource", { - "_index": 10021, + "_index": 8143, "data": { "ref/stable/dmGui": {} }, @@ -150033,7 +150033,7 @@ [ "dmgamesystemddf::scriptmessage", { - "_index": 9541, + "_index": 9179, "data": { "ref/stable/dmGameObject": {} }, @@ -150043,7 +150043,7 @@ [ "dmgraphics", { - "_index": 10185, + "_index": 6783, "data": { "ref/stable/dmGraphics": {} }, @@ -150053,7 +150053,7 @@ [ "dmgraphics::bufferaccess", { - "_index": 10306, + "_index": 6913, "data": { "ref/stable/dmGraphics": {} }, @@ -150063,7 +150063,7 @@ [ "dmgraphics::bufferusage", { - "_index": 10272, + "_index": 6877, "data": { "ref/stable/dmGraphics": {} }, @@ -150073,7 +150073,7 @@ [ "dmgraphics::createrenderpassparams", { - "_index": 10293, + "_index": 6900, "data": { "ref/stable/dmGraphics": {} }, @@ -150083,7 +150083,7 @@ [ "dmgraphics::getnativeandroidactivity", { - "_index": 10184, + "_index": 6782, "data": { "ref/stable/dmGraphics": {} }, @@ -150093,7 +150093,7 @@ [ "dmgraphics::getnativeandroidapp", { - "_index": 10187, + "_index": 6786, "data": { "ref/stable/dmGraphics": {} }, @@ -150103,7 +150103,7 @@ [ "dmgraphics::getnativeandroideglcontext", { - "_index": 10190, + "_index": 6789, "data": { "ref/stable/dmGraphics": {} }, @@ -150113,7 +150113,7 @@ [ "dmgraphics::getnativeandroideglsurface", { - "_index": 10193, + "_index": 6792, "data": { "ref/stable/dmGraphics": {} }, @@ -150123,7 +150123,7 @@ [ "dmgraphics::getnativeandroidjavavm", { - "_index": 10196, + "_index": 6795, "data": { "ref/stable/dmGraphics": {} }, @@ -150133,7 +150133,7 @@ [ "dmgraphics::getnativeioseaglcontext", { - "_index": 10199, + "_index": 6799, "data": { "ref/stable/dmGraphics": {} }, @@ -150143,7 +150143,7 @@ [ "dmgraphics::getnativeiosuiview", { - "_index": 10202, + "_index": 6802, "data": { "ref/stable/dmGraphics": {} }, @@ -150153,7 +150153,7 @@ [ "dmgraphics::getnativeiosuiwindow", { - "_index": 10205, + "_index": 6805, "data": { "ref/stable/dmGraphics": {} }, @@ -150163,7 +150163,7 @@ [ "dmgraphics::getnativeosxnsopenglcontext", { - "_index": 10208, + "_index": 6808, "data": { "ref/stable/dmGraphics": {} }, @@ -150173,7 +150173,7 @@ [ "dmgraphics::getnativeosxnsview", { - "_index": 10211, + "_index": 6811, "data": { "ref/stable/dmGraphics": {} }, @@ -150183,7 +150183,7 @@ [ "dmgraphics::getnativeosxnswindow", { - "_index": 10214, + "_index": 6814, "data": { "ref/stable/dmGraphics": {} }, @@ -150193,7 +150193,7 @@ [ "dmgraphics::getnativewindowshglrc", { - "_index": 10217, + "_index": 6817, "data": { "ref/stable/dmGraphics": {} }, @@ -150203,7 +150203,7 @@ [ "dmgraphics::getnativewindowshwnd", { - "_index": 10221, + "_index": 6822, "data": { "ref/stable/dmGraphics": {} }, @@ -150213,7 +150213,7 @@ [ "dmgraphics::getnativex11glxcontext", { - "_index": 10224, + "_index": 6825, "data": { "ref/stable/dmGraphics": {} }, @@ -150223,7 +150223,7 @@ [ "dmgraphics::getnativex11window", { - "_index": 10228, + "_index": 6829, "data": { "ref/stable/dmGraphics": {} }, @@ -150233,7 +150233,7 @@ [ "dmgraphics::handleresult", { - "_index": 10240, + "_index": 6843, "data": { "ref/stable/dmGraphics": {} }, @@ -150243,7 +150243,7 @@ [ "dmgraphics::hcontext", { - "_index": 10167, + "_index": 6762, "data": { "ref/stable/dmGraphics": {} }, @@ -150253,7 +150253,7 @@ [ "dmgraphics::hindexbuffer", { - "_index": 10177, + "_index": 6775, "data": { "ref/stable/dmGraphics": {} }, @@ -150263,7 +150263,7 @@ [ "dmgraphics::hmaterial", { - "_index": 7477, + "_index": 10855, "data": { "ref/stable/dmRender": {} }, @@ -150273,7 +150273,7 @@ [ "dmgraphics::hprogram", { - "_index": 10301, + "_index": 6908, "data": { "ref/stable/dmGraphics": {} }, @@ -150283,7 +150283,7 @@ [ "dmgraphics::hrendertarget", { - "_index": 10236, + "_index": 6838, "data": { "ref/stable/dmGraphics": {} }, @@ -150293,7 +150293,7 @@ [ "dmgraphics::hstoragebuffer", { - "_index": 10253, + "_index": 6857, "data": { "ref/stable/dmGraphics": {} }, @@ -150303,7 +150303,7 @@ [ "dmgraphics::htexture", { - "_index": 10004, + "_index": 6840, "data": { "ref/stable/dmGraphics": {}, "ref/stable/dmGui": {} @@ -150314,7 +150314,7 @@ [ "dmgraphics::huniformlocation", { - "_index": 7523, + "_index": 6920, "data": { "ref/stable/dmGraphics": {}, "ref/stable/dmRender": {} @@ -150325,7 +150325,7 @@ [ "dmgraphics::hvertexbuffer", { - "_index": 10179, + "_index": 6777, "data": { "ref/stable/dmGraphics": {} }, @@ -150335,7 +150335,7 @@ [ "dmgraphics::hvertexdeclaration", { - "_index": 10181, + "_index": 6779, "data": { "ref/stable/dmGraphics": {} }, @@ -150345,7 +150345,7 @@ [ "dmgraphics::hvertexstreamdeclaration", { - "_index": 10183, + "_index": 6781, "data": { "ref/stable/dmGraphics": {} }, @@ -150355,7 +150355,7 @@ [ "dmgraphics::indexbufferformat", { - "_index": 10264, + "_index": 6868, "data": { "ref/stable/dmGraphics": {} }, @@ -150365,7 +150365,7 @@ [ "dmgraphics::pipelinestate", { - "_index": 10316, + "_index": 6925, "data": { "ref/stable/dmGraphics": {} }, @@ -150375,7 +150375,7 @@ [ "dmgraphics::primitivetype", { - "_index": 10296, + "_index": 6903, "data": { "ref/stable/dmGraphics": {} }, @@ -150385,7 +150385,7 @@ [ "dmgraphics::rendertargetattachment", { - "_index": 10237, + "_index": 6839, "data": { "ref/stable/dmGraphics": {} }, @@ -150395,7 +150395,7 @@ [ "dmgraphics::setrendertargetattachmentsparams", { - "_index": 10318, + "_index": 6927, "data": { "ref/stable/dmGraphics": {} }, @@ -150405,7 +150405,7 @@ [ "dmgraphics::type", { - "_index": 10168, + "_index": 6764, "data": { "ref/stable/dmGraphics": {} }, @@ -150415,7 +150415,7 @@ [ "dmgraphics::vertexstepfunction", { - "_index": 10278, + "_index": 6884, "data": { "ref/stable/dmGraphics": {} }, @@ -150425,7 +150425,7 @@ [ "dmgui::hnode", { - "_index": 9988, + "_index": 8107, "data": { "ref/stable/dmGui": {} }, @@ -150435,7 +150435,7 @@ [ "dmgui::hscene", { - "_index": 9987, + "_index": 8106, "data": { "ref/stable/dmGui": {} }, @@ -150445,7 +150445,7 @@ [ "dmgui::node_type_custom", { - "_index": 10009, + "_index": 8131, "data": { "ref/stable/dmGui": {} }, @@ -150455,7 +150455,7 @@ [ "dmgui::nodetype", { - "_index": 10007, + "_index": 8129, "data": { "ref/stable/dmGui": {} }, @@ -150465,7 +150465,7 @@ [ "dmgui::property", { - "_index": 9998, + "_index": 8118, "data": { "ref/stable/dmGui": {} }, @@ -150475,7 +150475,7 @@ [ "dmgui::result", { - "_index": 10018, + "_index": 8140, "data": { "ref/stable/dmGui": {} }, @@ -150485,7 +150485,7 @@ [ "dmgui::result_ok", { - "_index": 10017, + "_index": 8139, "data": { "ref/stable/dmGui": {} }, @@ -150495,7 +150495,7 @@ [ "dmhash_max_reverse_length", { - "_index": 8620, + "_index": 10146, "data": { "ref/stable/dmHash": {} }, @@ -150505,7 +150505,7 @@ [ "dmhash_t", { - "_index": 6897, + "_index": 7311, "data": { "ref/stable/dmBuffer": {}, "ref/stable/dmDDF": {}, @@ -150525,7 +150525,7 @@ [ "dmhashbuffer32", { - "_index": 8616, + "_index": 10142, "data": { "ref/stable/dmHash": {} }, @@ -150535,7 +150535,7 @@ [ "dmhashbuffer64", { - "_index": 8617, + "_index": 10143, "data": { "ref/stable/dmHash": {} }, @@ -150545,7 +150545,7 @@ [ "dmhashclone32", { - "_index": 8618, + "_index": 10144, "data": { "ref/stable/dmHash": {} }, @@ -150555,7 +150555,7 @@ [ "dmhashclone64", { - "_index": 8621, + "_index": 10147, "data": { "ref/stable/dmHash": {} }, @@ -150565,7 +150565,7 @@ [ "dmhashfinal32", { - "_index": 8623, + "_index": 10149, "data": { "ref/stable/dmHash": {} }, @@ -150575,7 +150575,7 @@ [ "dmhashfinal64", { - "_index": 8624, + "_index": 10150, "data": { "ref/stable/dmHash": {} }, @@ -150585,7 +150585,7 @@ [ "dmhashinit32", { - "_index": 8625, + "_index": 10151, "data": { "ref/stable/dmHash": {} }, @@ -150595,7 +150595,7 @@ [ "dmhashinit64", { - "_index": 8626, + "_index": 10152, "data": { "ref/stable/dmHash": {} }, @@ -150605,7 +150605,7 @@ [ "dmhashrelease32", { - "_index": 8627, + "_index": 10153, "data": { "ref/stable/dmHash": {} }, @@ -150615,7 +150615,7 @@ [ "dmhashrelease64", { - "_index": 8630, + "_index": 10156, "data": { "ref/stable/dmHash": {} }, @@ -150625,7 +150625,7 @@ [ "dmhashreversesafe32", { - "_index": 8631, + "_index": 10157, "data": { "ref/stable/dmHash": {} }, @@ -150635,7 +150635,7 @@ [ "dmhashreversesafe32alloc", { - "_index": 8632, + "_index": 10158, "data": { "ref/stable/dmHash": {} }, @@ -150645,7 +150645,7 @@ [ "dmhashreversesafe64", { - "_index": 8634, + "_index": 10160, "data": { "ref/stable/dmHash": {} }, @@ -150655,7 +150655,7 @@ [ "dmhashreversesafe64alloc", { - "_index": 8635, + "_index": 10161, "data": { "ref/stable/dmHash": {} }, @@ -150665,7 +150665,7 @@ [ "dmhashstring", { - "_index": 9555, + "_index": 9193, "data": { "ref/stable/dmGameObject": {} }, @@ -150675,7 +150675,7 @@ [ "dmhashstring32", { - "_index": 8636, + "_index": 10162, "data": { "ref/stable/dmHash": {} }, @@ -150685,7 +150685,7 @@ [ "dmhashstring64", { - "_index": 8637, + "_index": 10163, "data": { "ref/stable/dmHash": {} }, @@ -150695,7 +150695,7 @@ [ "dmhashtable", { - "_index": 10604, + "_index": 8988, "data": { "ref/stable/dmHashTable": {} }, @@ -150705,7 +150705,7 @@ [ "dmhashtable16", { - "_index": 10607, + "_index": 8992, "data": { "ref/stable/dmHashTable": {} }, @@ -150715,7 +150715,7 @@ [ "dmhashtable32", { - "_index": 10608, + "_index": 8994, "data": { "ref/stable/dmHashTable": {} }, @@ -150725,7 +150725,7 @@ [ "dmhashtable64", { - "_index": 10609, + "_index": 8995, "data": { "ref/stable/dmHashTable": {} }, @@ -150735,7 +150735,7 @@ [ "dmhashtable::iterator", { - "_index": 10612, + "_index": 8998, "data": { "ref/stable/dmHashTable": {} }, @@ -150745,7 +150745,7 @@ [ "dmhashupdatebuffer32", { - "_index": 8638, + "_index": 10164, "data": { "ref/stable/dmHash": {} }, @@ -150755,7 +150755,7 @@ [ "dmhashupdatebuffer64", { - "_index": 8639, + "_index": 10165, "data": { "ref/stable/dmHash": {} }, @@ -150765,7 +150765,7 @@ [ "dmhid", { - "_index": 7155, + "_index": 9418, "data": { "ref/stable/dmHid": {} }, @@ -150775,7 +150775,7 @@ [ "dmhid::hcontext", { - "_index": 6771, + "_index": 7986, "data": { "ref/stable/dmEngine": {}, "ref/stable/dmHid": {} @@ -150786,7 +150786,7 @@ [ "dmhid::hgamepad", { - "_index": 7157, + "_index": 9419, "data": { "ref/stable/dmHid": {} }, @@ -150796,7 +150796,7 @@ [ "dmhid::hkeyboard", { - "_index": 7159, + "_index": 9421, "data": { "ref/stable/dmHid": {} }, @@ -150806,7 +150806,7 @@ [ "dmhid::hmouse", { - "_index": 7161, + "_index": 9423, "data": { "ref/stable/dmHid": {} }, @@ -150816,7 +150816,7 @@ [ "dmhid::htouchdevice", { - "_index": 7152, + "_index": 9415, "data": { "ref/stable/dmHid": {} }, @@ -150826,7 +150826,7 @@ [ "dmhid::invalid_gamepad_handle", { - "_index": 7164, + "_index": 9426, "data": { "ref/stable/dmHid": {} }, @@ -150836,7 +150836,7 @@ [ "dmhid::invalid_keyboard_handle", { - "_index": 7166, + "_index": 9428, "data": { "ref/stable/dmHid": {} }, @@ -150846,7 +150846,7 @@ [ "dmhid::invalid_mouse_handle", { - "_index": 7168, + "_index": 9430, "data": { "ref/stable/dmHid": {} }, @@ -150856,7 +150856,7 @@ [ "dmhid::invalid_touch_device_handle", { - "_index": 7208, + "_index": 9468, "data": { "ref/stable/dmHid": {} }, @@ -150866,7 +150866,7 @@ [ "dmhid::invalid_touchdevice_handle", { - "_index": 7170, + "_index": 9432, "data": { "ref/stable/dmHid": {} }, @@ -150876,7 +150876,7 @@ [ "dmhid::key", { - "_index": 7216, + "_index": 9475, "data": { "ref/stable/dmHid": {} }, @@ -150886,7 +150886,7 @@ [ "dmhid::max_char_count", { - "_index": 7173, + "_index": 9435, "data": { "ref/stable/dmHid": {} }, @@ -150896,7 +150896,7 @@ [ "dmhid::max_gamepad_axis_count", { - "_index": 7175, + "_index": 9437, "data": { "ref/stable/dmHid": {} }, @@ -150906,7 +150906,7 @@ [ "dmhid::max_gamepad_button_count", { - "_index": 7177, + "_index": 9439, "data": { "ref/stable/dmHid": {} }, @@ -150916,7 +150916,7 @@ [ "dmhid::max_gamepad_count", { - "_index": 7179, + "_index": 9441, "data": { "ref/stable/dmHid": {} }, @@ -150926,7 +150926,7 @@ [ "dmhid::max_gamepad_hat_count", { - "_index": 7181, + "_index": 9443, "data": { "ref/stable/dmHid": {} }, @@ -150936,7 +150936,7 @@ [ "dmhid::max_keyboard_count", { - "_index": 7184, + "_index": 9446, "data": { "ref/stable/dmHid": {} }, @@ -150946,7 +150946,7 @@ [ "dmhid::max_mouse_count", { - "_index": 7186, + "_index": 9448, "data": { "ref/stable/dmHid": {} }, @@ -150956,7 +150956,7 @@ [ "dmhid::max_touch_count", { - "_index": 7189, + "_index": 9451, "data": { "ref/stable/dmHid": {} }, @@ -150966,7 +150966,7 @@ [ "dmhid::max_touch_device_count", { - "_index": 7192, + "_index": 9454, "data": { "ref/stable/dmHid": {} }, @@ -150976,7 +150976,7 @@ [ "dmhid::mousebutton", { - "_index": 7203, + "_index": 9464, "data": { "ref/stable/dmHid": {} }, @@ -150986,7 +150986,7 @@ [ "dmhid::mousepacket", { - "_index": 7202, + "_index": 9463, "data": { "ref/stable/dmHid": {} }, @@ -150996,7 +150996,7 @@ [ "dmhid::phase", { - "_index": 7154, + "_index": 9417, "data": { "ref/stable/dmHid": {} }, @@ -151006,7 +151006,7 @@ [ "dmhttpclient::parseresult", { - "_index": 7232, + "_index": 10387, "data": { "ref/stable/dmHttpClient": {} }, @@ -151016,7 +151016,7 @@ [ "dmhttpserver", { - "_index": 2095, + "_index": 1087, "data": { "manuals/extensions-defold-sdk": {} }, @@ -151026,7 +151026,7 @@ [ "dmintersection::frustum", { - "_index": 8641, + "_index": 9370, "data": { "ref/stable/dmIntersection": {} }, @@ -151036,7 +151036,7 @@ [ "dmintersection::plane", { - "_index": 8647, + "_index": 9376, "data": { "ref/stable/dmIntersection": {} }, @@ -151046,7 +151046,7 @@ [ "dmloader.js", { - "_index": 2322, + "_index": 886, "data": { "manuals/html5": {} }, @@ -151056,7 +151056,7 @@ [ "dmlog", { - "_index": 7004, + "_index": 7399, "data": { "ref/stable/dmLog": {} }, @@ -151066,7 +151066,7 @@ [ "dmlog:loglistener", { - "_index": 7003, + "_index": 7398, "data": { "ref/stable/dmLog": {} }, @@ -151076,7 +151076,7 @@ [ "dmlogdebug", { - "_index": 7010, + "_index": 7405, "data": { "ref/stable/dmLog": {} }, @@ -151086,7 +151086,7 @@ [ "dmlogerror", { - "_index": 7013, + "_index": 7408, "data": { "ref/stable/dmLog": {} }, @@ -151096,7 +151096,7 @@ [ "dmlogfatal", { - "_index": 7016, + "_index": 7411, "data": { "ref/stable/dmLog": {} }, @@ -151106,7 +151106,7 @@ [ "dmloggetlevel", { - "_index": 7020, + "_index": 7415, "data": { "ref/stable/dmLog": {} }, @@ -151116,7 +151116,7 @@ [ "dmloginfo", { - "_index": 7021, + "_index": 7416, "data": { "ref/stable/dmLog": {} }, @@ -151126,7 +151126,7 @@ [ "dmlogoncedebug", { - "_index": 7011, + "_index": 7406, "data": { "ref/stable/dmLog": {} }, @@ -151136,7 +151136,7 @@ [ "dmlogonceerror", { - "_index": 7015, + "_index": 7410, "data": { "ref/stable/dmLog": {} }, @@ -151146,7 +151146,7 @@ [ "dmlogoncefatal", { - "_index": 7019, + "_index": 7414, "data": { "ref/stable/dmLog": {} }, @@ -151156,7 +151156,7 @@ [ "dmlogonceinfo", { - "_index": 7022, + "_index": 7417, "data": { "ref/stable/dmLog": {} }, @@ -151166,7 +151166,7 @@ [ "dmlogonceuserdebug", { - "_index": 7027, + "_index": 7422, "data": { "ref/stable/dmLog": {} }, @@ -151176,7 +151176,7 @@ [ "dmlogoncewarning", { - "_index": 7029, + "_index": 7424, "data": { "ref/stable/dmLog": {} }, @@ -151186,7 +151186,7 @@ [ "dmlogregisterlistener", { - "_index": 7006, + "_index": 7401, "data": { "ref/stable/dmLog": {} }, @@ -151196,7 +151196,7 @@ [ "dmlogsetlevel", { - "_index": 7024, + "_index": 7419, "data": { "ref/stable/dmLog": {} }, @@ -151206,7 +151206,7 @@ [ "dmlogunregisterlistener", { - "_index": 7007, + "_index": 7402, "data": { "ref/stable/dmLog": {} }, @@ -151216,7 +151216,7 @@ [ "dmloguserdebug", { - "_index": 7026, + "_index": 7421, "data": { "ref/stable/dmLog": {} }, @@ -151226,7 +151226,7 @@ [ "dmlogwarning", { - "_index": 7028, + "_index": 7423, "data": { "ref/stable/dmLog": {} }, @@ -151236,7 +151236,7 @@ [ "dmmemory::alignedmalloc", { - "_index": 8269, + "_index": 7342, "data": { "ref/stable/dmMemory": {} }, @@ -151246,7 +151246,7 @@ [ "dmmessage", { - "_index": 10471, + "_index": 7299, "data": { "ref/stable/dmMessage": {} }, @@ -151256,7 +151256,7 @@ [ "dmmessage::hsocket", { - "_index": 9561, + "_index": 7314, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmMessage": {} @@ -151267,7 +151267,7 @@ [ "dmmessage::message", { - "_index": 9544, + "_index": 9181, "data": { "ref/stable/dmGameObject": {} }, @@ -151277,7 +151277,7 @@ [ "dmmessage::result", { - "_index": 8837, + "_index": 7298, "data": { "ref/stable/dmMessage": {}, "ref/stable/dmScript": {} @@ -151288,7 +151288,7 @@ [ "dmmessage::result_ok", { - "_index": 8836, + "_index": 10829, "data": { "ref/stable/dmScript": {} }, @@ -151298,7 +151298,7 @@ [ "dmmessage::stringurl", { - "_index": 10472, + "_index": 7300, "data": { "ref/stable/dmMessage": {} }, @@ -151308,7 +151308,7 @@ [ "dmmessage::url", { - "_index": 8823, + "_index": 7303, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmMessage": {}, @@ -151320,7 +151320,7 @@ [ "dmmmessage", { - "_index": 10477, + "_index": 7306, "data": { "ref/stable/dmMessage": {} }, @@ -151330,7 +151330,7 @@ [ "dmmmessage::messagedestroycallback", { - "_index": 10476, + "_index": 7305, "data": { "ref/stable/dmMessage": {} }, @@ -151340,7 +151340,7 @@ [ "dmmutex", { - "_index": 7620, + "_index": 6969, "data": { "ref/stable/dmMutex": {} }, @@ -151350,7 +151350,7 @@ [ "dmmutex::delete", { - "_index": 7619, + "_index": 6968, "data": { "ref/stable/dmMutex": {} }, @@ -151360,7 +151360,7 @@ [ "dmmutex::hmutex", { - "_index": 7618, + "_index": 6967, "data": { "ref/stable/dmConditionVariable": {}, "ref/stable/dmMutex": {} @@ -151371,7 +151371,7 @@ [ "dmmutex::lock", { - "_index": 7623, + "_index": 6973, "data": { "ref/stable/dmMutex": {} }, @@ -151381,7 +151381,7 @@ [ "dmmutex::new", { - "_index": 7625, + "_index": 6975, "data": { "ref/stable/dmMutex": {} }, @@ -151391,7 +151391,7 @@ [ "dmmutex::trylock", { - "_index": 7626, + "_index": 6976, "data": { "ref/stable/dmMutex": {} }, @@ -151401,7 +151401,7 @@ [ "dmmutex::unlock", { - "_index": 7628, + "_index": 6978, "data": { "ref/stable/dmMutex": {} }, @@ -151411,7 +151411,7 @@ [ "dmprofile::hprofile", { - "_index": 10333, + "_index": 8750, "data": { "ref/stable/dmProfile": {} }, @@ -151421,7 +151421,7 @@ [ "dmrender", { - "_index": 7460, + "_index": 10840, "data": { "ref/stable/dmRender": {} }, @@ -151431,7 +151431,7 @@ [ "dmrender::constant", { - "_index": 7998, + "_index": 8029, "data": { "ref/stable/dmGameSystem": {} }, @@ -151441,7 +151441,7 @@ [ "dmrender::getmaterialvertexspace", { - "_index": 7459, + "_index": 10839, "data": { "ref/stable/dmRender": {} }, @@ -151451,7 +151451,7 @@ [ "dmrender::hconstant", { - "_index": 7457, + "_index": 8030, "data": { "ref/stable/dmGameSystem": {}, "ref/stable/dmRender": {} @@ -151462,7 +151462,7 @@ [ "dmrender::hmaterial", { - "_index": 7462, + "_index": 8036, "data": { "ref/stable/dmGameSystem": {}, "ref/stable/dmRender": {} @@ -151473,7 +151473,7 @@ [ "dmrender::hnamedconstantbuffer", { - "_index": 7454, + "_index": 10836, "data": { "ref/stable/dmRender": {} }, @@ -151483,7 +151483,7 @@ [ "dmrender::hrendercontext", { - "_index": 7450, + "_index": 10833, "data": { "ref/stable/dmRender": {} }, @@ -151493,7 +151493,7 @@ [ "dmrender::hrenderlistdispatch", { - "_index": 7512, + "_index": 10885, "data": { "ref/stable/dmRender": {} }, @@ -151503,7 +151503,7 @@ [ "dmrender::renderlistdispatchfn", { - "_index": 7514, + "_index": 10887, "data": { "ref/stable/dmRender": {} }, @@ -151513,7 +151513,7 @@ [ "dmrender::renderlistdispatchparams", { - "_index": 7496, + "_index": 10873, "data": { "ref/stable/dmRender": {} }, @@ -151523,7 +151523,7 @@ [ "dmrender::renderlistentry", { - "_index": 7494, + "_index": 10871, "data": { "ref/stable/dmRender": {} }, @@ -151533,7 +151533,7 @@ [ "dmrender::renderlistvisibilityfn", { - "_index": 7515, + "_index": 10888, "data": { "ref/stable/dmRender": {} }, @@ -151543,7 +151543,7 @@ [ "dmrender::renderobject", { - "_index": 7451, + "_index": 8027, "data": { "ref/stable/dmGameSystem": {}, "ref/stable/dmRender": {} @@ -151554,7 +151554,7 @@ [ "dmrender::renderobject::max_texture_count", { - "_index": 7464, + "_index": 10843, "data": { "ref/stable/dmRender": {} }, @@ -151564,7 +151564,7 @@ [ "dmrender::result", { - "_index": 7452, + "_index": 10834, "data": { "ref/stable/dmRender": {} }, @@ -151574,7 +151574,7 @@ [ "dmrenderddf::materialdesc::constant_type_user", { - "_index": 7528, + "_index": 10899, "data": { "ref/stable/dmRender": {} }, @@ -151584,7 +151584,7 @@ [ "dmrenderddf::materialdesc::constant_type_user_matrix4", { - "_index": 7529, + "_index": 10900, "data": { "ref/stable/dmRender": {} }, @@ -151594,7 +151594,7 @@ [ "dmrenderddf::materialdesc::constanttype", { - "_index": 7472, + "_index": 10851, "data": { "ref/stable/dmRender": {} }, @@ -151604,7 +151604,7 @@ [ "dmrenderddf::materialdesc::vertexspace", { - "_index": 7463, + "_index": 10842, "data": { "ref/stable/dmRender": {} }, @@ -151614,7 +151614,7 @@ [ "dmresource::fdecryptresource", { - "_index": 6922, + "_index": 8421, "data": { "ref/stable/dmResource": {} }, @@ -151624,7 +151624,7 @@ [ "dmresource::hfactory", { - "_index": 6883, + "_index": 8388, "data": { "ref/stable/dmResource": {} }, @@ -151634,7 +151634,7 @@ [ "dmresource::hresourcepreloadhintinfo", { - "_index": 6919, + "_index": 8419, "data": { "ref/stable/dmResource": {} }, @@ -151644,7 +151644,7 @@ [ "dmresource::result", { - "_index": 6885, + "_index": 8389, "data": { "ref/stable/dmResource": {} }, @@ -151654,7 +151654,7 @@ [ "dmscript", { - "_index": 8718, + "_index": 9177, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmScript": {} @@ -151665,7 +151665,7 @@ [ "dmscript::checkbuffer", { - "_index": 8717, + "_index": 10721, "data": { "ref/stable/dmScript": {} }, @@ -151675,7 +151675,7 @@ [ "dmscript::checkbuffernoerror", { - "_index": 8722, + "_index": 10725, "data": { "ref/stable/dmScript": {} }, @@ -151685,7 +151685,7 @@ [ "dmscript::checkbufferunpack", { - "_index": 8724, + "_index": 10727, "data": { "ref/stable/dmScript": {} }, @@ -151695,7 +151695,7 @@ [ "dmscript::checkbufferunpacknoerror", { - "_index": 8728, + "_index": 10729, "data": { "ref/stable/dmScript": {} }, @@ -151705,7 +151705,7 @@ [ "dmscript::checkhash", { - "_index": 8730, + "_index": 10731, "data": { "ref/stable/dmScript": {} }, @@ -151715,7 +151715,7 @@ [ "dmscript::checkhashorstring", { - "_index": 8732, + "_index": 10733, "data": { "ref/stable/dmScript": {} }, @@ -151725,7 +151725,7 @@ [ "dmscript::checkmatrix4", { - "_index": 8734, + "_index": 10735, "data": { "ref/stable/dmScript": {} }, @@ -151735,7 +151735,7 @@ [ "dmscript::checkquat", { - "_index": 8736, + "_index": 10737, "data": { "ref/stable/dmScript": {} }, @@ -151745,7 +151745,7 @@ [ "dmscript::checkvector3", { - "_index": 8738, + "_index": 10739, "data": { "ref/stable/dmScript": {} }, @@ -151755,7 +151755,7 @@ [ "dmscript::checkvector4", { - "_index": 8740, + "_index": 10741, "data": { "ref/stable/dmScript": {} }, @@ -151765,7 +151765,7 @@ [ "dmscript::createcallback", { - "_index": 8742, + "_index": 10743, "data": { "ref/stable/dmScript": {} }, @@ -151775,7 +151775,7 @@ [ "dmscript::destroycallback", { - "_index": 8746, + "_index": 10747, "data": { "ref/stable/dmScript": {} }, @@ -151785,7 +151785,7 @@ [ "dmscript::getcallbackluacontext", { - "_index": 8747, + "_index": 10748, "data": { "ref/stable/dmScript": {} }, @@ -151795,7 +151795,7 @@ [ "dmscript::getinstance", { - "_index": 8749, + "_index": 10750, "data": { "ref/stable/dmScript": {} }, @@ -151805,7 +151805,7 @@ [ "dmscript::getmainthread", { - "_index": 8751, + "_index": 10752, "data": { "ref/stable/dmScript": {} }, @@ -151815,7 +151815,7 @@ [ "dmscript::isbuffer", { - "_index": 8753, + "_index": 10754, "data": { "ref/stable/dmScript": {} }, @@ -151825,7 +151825,7 @@ [ "dmscript::iscallbackvalid", { - "_index": 8755, + "_index": 10756, "data": { "ref/stable/dmScript": {} }, @@ -151835,7 +151835,7 @@ [ "dmscript::ishash", { - "_index": 8757, + "_index": 10758, "data": { "ref/stable/dmScript": {} }, @@ -151845,7 +151845,7 @@ [ "dmscript::isinstancevalid", { - "_index": 8759, + "_index": 10760, "data": { "ref/stable/dmScript": {} }, @@ -151855,7 +151855,7 @@ [ "dmscript::ismatrix4", { - "_index": 8763, + "_index": 10763, "data": { "ref/stable/dmScript": {} }, @@ -151865,7 +151865,7 @@ [ "dmscript::isquat", { - "_index": 8765, + "_index": 10765, "data": { "ref/stable/dmScript": {} }, @@ -151875,7 +151875,7 @@ [ "dmscript::isvector3", { - "_index": 8767, + "_index": 10767, "data": { "ref/stable/dmScript": {} }, @@ -151885,7 +151885,7 @@ [ "dmscript::isvector4", { - "_index": 8769, + "_index": 10769, "data": { "ref/stable/dmScript": {} }, @@ -151895,7 +151895,7 @@ [ "dmscript::jsontolua", { - "_index": 8771, + "_index": 10771, "data": { "ref/stable/dmScript": {} }, @@ -151905,7 +151905,7 @@ [ "dmscript::luacallbackinfo", { - "_index": 8774, + "_index": 10773, "data": { "ref/stable/dmScript": {} }, @@ -151915,7 +151915,7 @@ [ "dmscript::luahbuffer", { - "_index": 8721, + "_index": 10724, "data": { "ref/stable/dmScript": {} }, @@ -151925,7 +151925,7 @@ [ "dmscript::luatojson", { - "_index": 8779, + "_index": 10778, "data": { "ref/stable/dmScript": {} }, @@ -151935,7 +151935,7 @@ [ "dmscript::pcall", { - "_index": 8782, + "_index": 9185, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmScript": {} @@ -151946,7 +151946,7 @@ [ "dmscript::postddf", { - "_index": 9539, + "_index": 9176, "data": { "ref/stable/dmGameObject": {} }, @@ -151956,7 +151956,7 @@ [ "dmscript::postscriptunrefmessage", { - "_index": 9548, + "_index": 9186, "data": { "ref/stable/dmGameObject": {} }, @@ -151966,7 +151966,7 @@ [ "dmscript::pushbuffer", { - "_index": 8787, + "_index": 10783, "data": { "ref/stable/dmScript": {} }, @@ -151976,7 +151976,7 @@ [ "dmscript::pushhash", { - "_index": 8789, + "_index": 10785, "data": { "ref/stable/dmScript": {} }, @@ -151986,7 +151986,7 @@ [ "dmscript::pushmatrix4", { - "_index": 8791, + "_index": 10787, "data": { "ref/stable/dmScript": {} }, @@ -151996,7 +151996,7 @@ [ "dmscript::pushquat", { - "_index": 8793, + "_index": 10789, "data": { "ref/stable/dmScript": {} }, @@ -152006,7 +152006,7 @@ [ "dmscript::pushvector3", { - "_index": 8795, + "_index": 10791, "data": { "ref/stable/dmScript": {} }, @@ -152016,7 +152016,7 @@ [ "dmscript::pushvector4", { - "_index": 8797, + "_index": 10793, "data": { "ref/stable/dmScript": {} }, @@ -152026,7 +152026,7 @@ [ "dmscript::ref", { - "_index": 8799, + "_index": 10795, "data": { "ref/stable/dmScript": {} }, @@ -152036,7 +152036,7 @@ [ "dmscript::setinstance", { - "_index": 8762, + "_index": 10762, "data": { "ref/stable/dmScript": {} }, @@ -152046,7 +152046,7 @@ [ "dmscript::setupcallback", { - "_index": 8802, + "_index": 10798, "data": { "ref/stable/dmScript": {} }, @@ -152056,7 +152056,7 @@ [ "dmscript::teardowncallback", { - "_index": 8805, + "_index": 10800, "data": { "ref/stable/dmScript": {} }, @@ -152066,7 +152066,7 @@ [ "dmscript::tohash", { - "_index": 8807, + "_index": 10802, "data": { "ref/stable/dmScript": {} }, @@ -152076,7 +152076,7 @@ [ "dmscript::tomatrix4", { - "_index": 8809, + "_index": 10804, "data": { "ref/stable/dmScript": {} }, @@ -152086,7 +152086,7 @@ [ "dmscript::toquat", { - "_index": 8810, + "_index": 10805, "data": { "ref/stable/dmScript": {} }, @@ -152096,7 +152096,7 @@ [ "dmscript::tovector3", { - "_index": 8812, + "_index": 10807, "data": { "ref/stable/dmScript": {} }, @@ -152106,7 +152106,7 @@ [ "dmscript::tovector4", { - "_index": 8814, + "_index": 10809, "data": { "ref/stable/dmScript": {} }, @@ -152116,7 +152116,7 @@ [ "dmscript::unref", { - "_index": 8816, + "_index": 10811, "data": { "ref/stable/dmScript": {} }, @@ -152126,7 +152126,7 @@ [ "dmscript::unrefininstance", { - "_index": 9546, + "_index": 9183, "data": { "ref/stable/dmGameObject": {} }, @@ -152136,7 +152136,7 @@ [ "dmsnprintf", { - "_index": 10442, + "_index": 9656, "data": { "ref/stable/dmStringFunc": {} }, @@ -152146,7 +152146,7 @@ [ "dmsocket", { - "_index": 8275, + "_index": 8726, "data": { "ref/stable/dmSSLSocket": {} }, @@ -152156,7 +152156,7 @@ [ "dmsocket::result", { - "_index": 10083, + "_index": 9967, "data": { "ref/stable/dmConnectionPool": {} }, @@ -152166,7 +152166,7 @@ [ "dmsocket::setreceivetimeout", { - "_index": 8274, + "_index": 8725, "data": { "ref/stable/dmSSLSocket": {} }, @@ -152176,7 +152176,7 @@ [ "dmsocket::shutdowntype", { - "_index": 10094, + "_index": 9978, "data": { "ref/stable/dmConnectionPool": {} }, @@ -152186,7 +152186,7 @@ [ "dmsocket::socket", { - "_index": 8276, + "_index": 8728, "data": { "ref/stable/dmConnectionPool": {}, "ref/stable/dmSSLSocket": {} @@ -152197,7 +152197,7 @@ [ "dmspinlock", { - "_index": 8659, + "_index": 8645, "data": { "ref/stable/dmSpinlock": {} }, @@ -152207,7 +152207,7 @@ [ "dmspinlock::init", { - "_index": 8658, + "_index": 8644, "data": { "ref/stable/dmSpinlock": {} }, @@ -152217,7 +152217,7 @@ [ "dmspinlock::lock", { - "_index": 8660, + "_index": 8646, "data": { "ref/stable/dmSpinlock": {} }, @@ -152227,7 +152227,7 @@ [ "dmspinlock::spinlock", { - "_index": 8657, + "_index": 8643, "data": { "ref/stable/dmSpinlock": {} }, @@ -152237,7 +152237,7 @@ [ "dmspinlock::unlock", { - "_index": 8663, + "_index": 8649, "data": { "ref/stable/dmSpinlock": {} }, @@ -152247,7 +152247,7 @@ [ "dmsslsocket", { - "_index": 8278, + "_index": 8731, "data": { "ref/stable/dmSSLSocket": {} }, @@ -152257,7 +152257,7 @@ [ "dmsslsocket::delete", { - "_index": 8277, + "_index": 8730, "data": { "ref/stable/dmSSLSocket": {} }, @@ -152267,7 +152267,7 @@ [ "dmsslsocket::invalid_socket_handle", { - "_index": 8280, + "_index": 8733, "data": { "ref/stable/dmSSLSocket": {} }, @@ -152277,7 +152277,7 @@ [ "dmsslsocket::new", { - "_index": 8282, + "_index": 8736, "data": { "ref/stable/dmSSLSocket": {} }, @@ -152287,7 +152287,7 @@ [ "dmsslsocket::receive", { - "_index": 8285, + "_index": 8741, "data": { "ref/stable/dmSSLSocket": {} }, @@ -152297,7 +152297,7 @@ [ "dmsslsocket::result", { - "_index": 8286, + "_index": 8742, "data": { "ref/stable/dmSSLSocket": {} }, @@ -152307,7 +152307,7 @@ [ "dmsslsocket::send", { - "_index": 8291, + "_index": 8747, "data": { "ref/stable/dmSSLSocket": {} }, @@ -152317,7 +152317,7 @@ [ "dmsslsocket::socket", { - "_index": 8279, + "_index": 8732, "data": { "ref/stable/dmConnectionPool": {}, "ref/stable/dmSSLSocket": {} @@ -152328,7 +152328,7 @@ [ "dmstrcasecmp", { - "_index": 10448, + "_index": 9662, "data": { "ref/stable/dmStringFunc": {} }, @@ -152338,7 +152338,7 @@ [ "dmstrerror", { - "_index": 10451, + "_index": 9667, "data": { "ref/stable/dmStringFunc": {} }, @@ -152348,7 +152348,7 @@ [ "dmstrlcat", { - "_index": 10454, + "_index": 9670, "data": { "ref/stable/dmStringFunc": {} }, @@ -152358,7 +152358,7 @@ [ "dmstrlcpy", { - "_index": 10464, + "_index": 9680, "data": { "ref/stable/dmStringFunc": {} }, @@ -152368,7 +152368,7 @@ [ "dmstrtok", { - "_index": 10466, + "_index": 9682, "data": { "ref/stable/dmStringFunc": {} }, @@ -152378,7 +152378,7 @@ [ "dmsys::result", { - "_index": 7550, + "_index": 9703, "data": { "ref/stable/dmSys": {} }, @@ -152388,7 +152388,7 @@ [ "dmthread", { - "_index": 7651, + "_index": 10240, "data": { "ref/stable/dmThread": {} }, @@ -152398,7 +152398,7 @@ [ "dmthread::alloctls", { - "_index": 7650, + "_index": 10239, "data": { "ref/stable/dmThread": {} }, @@ -152408,7 +152408,7 @@ [ "dmthread::detach", { - "_index": 7653, + "_index": 10242, "data": { "ref/stable/dmThread": {} }, @@ -152418,7 +152418,7 @@ [ "dmthread::freetls", { - "_index": 7654, + "_index": 10243, "data": { "ref/stable/dmThread": {} }, @@ -152428,7 +152428,7 @@ [ "dmthread::getcurrentthread", { - "_index": 7656, + "_index": 10245, "data": { "ref/stable/dmThread": {} }, @@ -152438,7 +152438,7 @@ [ "dmthread::gettlsvalue", { - "_index": 7658, + "_index": 10247, "data": { "ref/stable/dmThread": {} }, @@ -152448,7 +152448,7 @@ [ "dmthread::join", { - "_index": 7660, + "_index": 10249, "data": { "ref/stable/dmThread": {} }, @@ -152458,7 +152458,7 @@ [ "dmthread::new", { - "_index": 7663, + "_index": 10251, "data": { "ref/stable/dmThread": {} }, @@ -152468,7 +152468,7 @@ [ "dmthread::setthreadname", { - "_index": 7664, + "_index": 10252, "data": { "ref/stable/dmThread": {} }, @@ -152478,7 +152478,7 @@ [ "dmthread::settlsvalue", { - "_index": 7666, + "_index": 10254, "data": { "ref/stable/dmThread": {} }, @@ -152488,7 +152488,7 @@ [ "dmtime", { - "_index": 10070, + "_index": 9765, "data": { "ref/stable/dmTime": {} }, @@ -152498,7 +152498,7 @@ [ "dmtime::gettime", { - "_index": 10069, + "_index": 9764, "data": { "ref/stable/dmTime": {} }, @@ -152508,7 +152508,7 @@ [ "dmtime::sleep", { - "_index": 10072, + "_index": 9769, "data": { "ref/stable/dmTime": {} }, @@ -152518,7 +152518,7 @@ [ "dmtransform::transform", { - "_index": 7559, + "_index": 9212, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmTransform": {} @@ -152529,7 +152529,7 @@ [ "dmuri", { - "_index": 7552, + "_index": 8635, "data": { "ref/stable/dmURI": {} }, @@ -152539,7 +152539,7 @@ [ "dmuri::decode", { - "_index": 7551, + "_index": 8634, "data": { "ref/stable/dmURI": {} }, @@ -152549,7 +152549,7 @@ [ "dmuri::encode", { - "_index": 7555, + "_index": 8637, "data": { "ref/stable/dmURI": {} }, @@ -152559,7 +152559,7 @@ [ "dmuri::parse", { - "_index": 7556, + "_index": 8638, "data": { "ref/stable/dmURI": {} }, @@ -152569,7 +152569,7 @@ [ "dmuri::parts", { - "_index": 7557, + "_index": 8639, "data": { "ref/stable/dmURI": {} }, @@ -152579,7 +152579,7 @@ [ "dmuri::result", { - "_index": 7558, + "_index": 8640, "data": { "ref/stable/dmURI": {} }, @@ -152589,7 +152589,7 @@ [ "dmvmath::matrix", { - "_index": 7577, + "_index": 9780, "data": { "ref/stable/dmTransform": {} }, @@ -152599,7 +152599,7 @@ [ "dmvmath::matrix4", { - "_index": 8644, + "_index": 9373, "data": { "ref/stable/dmIntersection": {}, "ref/stable/dmScript": {} @@ -152610,7 +152610,7 @@ [ "dmvmath::point3", { - "_index": 7504, + "_index": 8127, "data": { "ref/stable/dmGui": {}, "ref/stable/dmIntersection": {}, @@ -152623,7 +152623,7 @@ [ "dmvmath::quat", { - "_index": 7567, + "_index": 9292, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmScript": {}, @@ -152635,7 +152635,7 @@ [ "dmvmath::vector3", { - "_index": 7561, + "_index": 8128, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmGui": {}, @@ -152649,7 +152649,7 @@ [ "dmvmath::vector4", { - "_index": 7475, + "_index": 8039, "data": { "ref/stable/dmGameSystem": {}, "ref/stable/dmGui": {}, @@ -152663,7 +152663,7 @@ [ "dmwebserver::hserver", { - "_index": 6773, + "_index": 7988, "data": { "ref/stable/dmEngine": {} }, @@ -152673,7 +152673,7 @@ [ "dname", { - "_index": 5406, + "_index": 6057, "data": { "manuals/android": {} }, @@ -152683,7 +152683,7 @@ [ "dns", { - "_index": 2075, + "_index": 1058, "data": { "manuals/extensions-defold-sdk": {}, "ref/stable/socket": {} @@ -152694,7 +152694,7 @@ [ "do", { - "_index": 469, + "_index": 636, "data": { "assets/panthera": {}, "examples/basics/parent_child": {}, @@ -152762,7 +152762,7 @@ [ "docker", { - "_index": 1349, + "_index": 4003, "data": { "manuals/extender-docker-images": {}, "manuals/extender-local-setup": {} @@ -152773,7 +152773,7 @@ [ "docker.pkg.dev", { - "_index": 1400, + "_index": 4030, "data": { "manuals/extender-local-setup": {} }, @@ -152783,7 +152783,7 @@ [ "docker.pkg.dev/extender", { - "_index": 1407, + "_index": 4036, "data": { "manuals/extender-docker-images": {}, "manuals/extender-local-setup": {} @@ -152794,7 +152794,7 @@ [ "docset", { - "_index": 6606, + "_index": 6584, "data": { "assets/dashdocsetfordefold": {} }, @@ -152804,7 +152804,7 @@ [ "document", { - "_index": 4105, + "_index": 2432, "data": { "manuals/test": {}, "manuals/zerobrane": {} @@ -152815,7 +152815,7 @@ [ "document.createelement", { - "_index": 5028, + "_index": 4635, "data": { "manuals/extensions-manifest-merge-tool": {} }, @@ -152825,7 +152825,7 @@ [ "document.head.appendchild", { - "_index": 5033, + "_index": 4640, "data": { "manuals/extensions-manifest-merge-tool": {} }, @@ -152835,7 +152835,7 @@ [ "documentation", { - "_index": 555, + "_index": 1638, "data": { "assets/dashdocsetfordefold": {}, "manuals/app-manifest": {}, @@ -152857,7 +152857,7 @@ [ "documented", { - "_index": 2764, + "_index": 4136, "data": { "manuals/application-security": {}, "manuals/bundling": {}, @@ -152869,7 +152869,7 @@ [ "documents", { - "_index": 5129, + "_index": 3675, "data": { "manuals/file-access": {} }, @@ -152879,7 +152879,7 @@ [ "dodge", { - "_index": 3080, + "_index": 352, "data": { "manuals/flipbook-animation": {}, "manuals/gui": {} @@ -152890,7 +152890,7 @@ [ "dodge_idle", { - "_index": 3084, + "_index": 2483, "data": { "manuals/flipbook-animation": {} }, @@ -152900,7 +152900,7 @@ [ "dodging", { - "_index": 3085, + "_index": 2484, "data": { "manuals/flipbook-animation": {} }, @@ -152910,7 +152910,7 @@ [ "doens't", { - "_index": 8400, + "_index": 9533, "data": { "ref/stable/sys": {} }, @@ -152920,7 +152920,7 @@ [ "does", { - "_index": 792, + "_index": 510, "data": { "assets/compat53": {}, "manuals/addressing": {}, @@ -152994,7 +152994,7 @@ [ "doesn't", { - "_index": 27, + "_index": 709, "data": { "examples/render/orbit_camera": {}, "manuals/debugging-native-code": {}, @@ -153016,7 +153016,7 @@ [ "doesn\u2019t", { - "_index": 2698, + "_index": 4211, "data": { "assets/truetilecollisions": {}, "manuals/application-security": {}, @@ -153028,7 +153028,7 @@ [ "dofile", { - "_index": 10403, + "_index": 10622, "data": { "ref/stable/base": {} }, @@ -153038,7 +153038,7 @@ [ "doing", { - "_index": 2645, + "_index": 265, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/bundling": {}, @@ -153058,7 +153058,7 @@ [ "dom", { - "_index": 6836, + "_index": 10136, "data": { "ref/stable/html5": {} }, @@ -153068,7 +153068,7 @@ [ "domain", { - "_index": 3051, + "_index": 5036, "data": { "manuals/live-update-aws": {}, "ref/stable/dmSocket": {} @@ -153079,7 +153079,7 @@ [ "domains", { - "_index": 3054, + "_index": 5038, "data": { "manuals/live-update-aws": {} }, @@ -153089,7 +153089,7 @@ [ "don't", { - "_index": 509, + "_index": 1432, "data": { "manuals/addressing": {}, "manuals/android": {}, @@ -153118,7 +153118,7 @@ [ "done", { - "_index": 416, + "_index": 1871, "data": { "examples/file/sys_save_load": {}, "manuals/addressing": {}, @@ -153159,7 +153159,7 @@ [ "dontroute", { - "_index": 8121, + "_index": 10434, "data": { "ref/stable/socket": {} }, @@ -153169,7 +153169,7 @@ [ "donut", { - "_index": 4360, + "_index": 5540, "data": { "manuals/gui-clipping": {} }, @@ -153179,7 +153179,7 @@ [ "don\u2019t", { - "_index": 5650, + "_index": 2159, "data": { "manuals/glossary": {}, "manuals/optimization-size": {} @@ -153190,7 +153190,7 @@ [ "dosomething", { - "_index": 2297, + "_index": 840, "data": { "manuals/html5": {} }, @@ -153200,7 +153200,7 @@ [ "dot", { - "_index": 4387, + "_index": 3709, "data": { "manuals/editor-scripts": {}, "manuals/project-settings": {}, @@ -153215,7 +153215,7 @@ [ "dots", { - "_index": 10418, + "_index": 10637, "data": { "ref/stable/base": {} }, @@ -153225,7 +153225,7 @@ [ "double", { - "_index": 448, + "_index": 819, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/editor": {}, @@ -153251,7 +153251,7 @@ [ "doubly", { - "_index": 8233, + "_index": 10539, "data": { "ref/stable/socket": {} }, @@ -153261,7 +153261,7 @@ [ "down", { - "_index": 1491, + "_index": 522, "data": { "assets/defold-tile-raycast": {}, "examples/movement/look_at": {}, @@ -153300,7 +153300,7 @@ [ "download", { - "_index": 1367, + "_index": 2054, "data": { "assets/facebookinstantgames": {}, "assets/firebase-remoteconfig": {}, @@ -153328,7 +153328,7 @@ [ "download_archive", { - "_index": 5797, + "_index": 3959, "data": { "manuals/live-update-scripting": {} }, @@ -153338,7 +153338,7 @@ [ "download_path", { - "_index": 5800, + "_index": 3962, "data": { "manuals/live-update-scripting": {} }, @@ -153348,7 +153348,7 @@ [ "downloadable", { - "_index": 2873, + "_index": 4222, "data": { "manuals/application-security": {} }, @@ -153358,7 +153358,7 @@ [ "downloaded", { - "_index": 2216, + "_index": 693, "data": { "manuals/application-security": {}, "manuals/camera": {}, @@ -153374,7 +153374,7 @@ [ "downloaded/updated", { - "_index": 5889, + "_index": 2340, "data": { "manuals/working-offline": {} }, @@ -153384,7 +153384,7 @@ [ "downloading", { - "_index": 1381, + "_index": 4016, "data": { "manuals/extender-local-setup": {} }, @@ -153394,7 +153394,7 @@ [ "downloads", { - "_index": 1825, + "_index": 3321, "data": { "manuals/live-update": {}, "manuals/live-update-scripting": {} @@ -153405,7 +153405,7 @@ [ "downsampling", { - "_index": 6262, + "_index": 6331, "data": { "assets/derez": {} }, @@ -153415,7 +153415,7 @@ [ "downscale", { - "_index": 2271, + "_index": 800, "data": { "manuals/html5": {} }, @@ -153425,7 +153425,7 @@ [ "downside", { - "_index": 5294, + "_index": 5496, "data": { "manuals/editor-scripts": {} }, @@ -153435,7 +153435,7 @@ [ "downwards", { - "_index": 6210, + "_index": 6139, "data": { "examples/particles/confetti": {} }, @@ -153445,7 +153445,7 @@ [ "dozens", { - "_index": 5394, + "_index": 4724, "data": { "manuals/collection-proxy": {} }, @@ -153455,7 +153455,7 @@ [ "dpfail", { - "_index": 7976, + "_index": 8594, "data": { "ref/stable/render": {} }, @@ -153465,7 +153465,7 @@ [ "dpi", { - "_index": 2270, + "_index": 798, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/html5": {} @@ -153476,7 +153476,7 @@ [ "dppass", { - "_index": 7975, + "_index": 8593, "data": { "ref/stable/render": {} }, @@ -153486,7 +153486,7 @@ [ "dr", { - "_index": 7892, + "_index": 8528, "data": { "ref/stable/render": {} }, @@ -153496,7 +153496,7 @@ [ "dr,dg,db,da", { - "_index": 7855, + "_index": 8505, "data": { "ref/stable/render": {} }, @@ -153506,7 +153506,7 @@ [ "drag", { - "_index": 2178, + "_index": 1214, "data": { "examples/gui/drag": {}, "examples/particles/confetti": {}, @@ -153523,7 +153523,7 @@ [ "dragged", { - "_index": 4563, + "_index": 6012, "data": { "examples/gui/drag": {}, "manuals/building-blocks": {} @@ -153534,7 +153534,7 @@ [ "dragging", { - "_index": 3238, + "_index": 535, "data": { "assets/tactxstudios": {}, "examples/basics/parent_child": {}, @@ -153550,7 +153550,7 @@ [ "dragging/clicking", { - "_index": 6669, + "_index": 6296, "data": { "assets/defoldinput": {} }, @@ -153560,7 +153560,7 @@ [ "drags", { - "_index": 6213, + "_index": 6145, "data": { "examples/particles/modifiers": {} }, @@ -153570,7 +153570,7 @@ [ "draw", { - "_index": 983, + "_index": 289, "data": { "assets/drawpixels": {}, "assets/tilesetter": {}, @@ -153595,7 +153595,7 @@ [ "draw_debug3d", { - "_index": 7809, + "_index": 8467, "data": { "ref/stable/render": {} }, @@ -153605,7 +153605,7 @@ [ "draw_debug_text", { - "_index": 4586, + "_index": 5864, "data": { "manuals/debugging-game-logic": {}, "ref/stable/render": {} @@ -153616,7 +153616,7 @@ [ "draw_line", { - "_index": 3718, + "_index": 1844, "data": { "manuals/debugging-game-logic": {}, "manuals/render": {}, @@ -153628,7 +153628,7 @@ [ "draw_text", { - "_index": 3726, + "_index": 1854, "data": { "manuals/debugging-game-logic": {}, "manuals/render": {} @@ -153639,7 +153639,7 @@ [ "drawback", { - "_index": 3363, + "_index": 5143, "data": { "manuals/flash": {} }, @@ -153649,7 +153649,7 @@ [ "drawing", { - "_index": 3631, + "_index": 293, "data": { "assets/defgraph": {}, "assets/drawpixels": {}, @@ -153663,7 +153663,7 @@ [ "drawn", { - "_index": 3613, + "_index": 499, "data": { "manuals/debugging-game-logic": {}, "manuals/glossary": {}, @@ -153680,7 +153680,7 @@ [ "drawpixels", { - "_index": 6752, + "_index": 6575, "data": { "assets/drawpixels": {} }, @@ -153690,7 +153690,7 @@ [ "draws", { - "_index": 2908, + "_index": 1452, "data": { "assets/derez": {}, "manuals/editor-scripts-ui": {}, @@ -153704,7 +153704,7 @@ [ "drive", { - "_index": 399, + "_index": 2969, "data": { "manuals/caching-assets": {}, "manuals/debugging-native-code-android": {}, @@ -153719,7 +153719,7 @@ [ "driven", { - "_index": 4327, + "_index": 4572, "data": { "assets/def-behavior-tree": {}, "assets/defold-polyglot": {}, @@ -153733,7 +153733,7 @@ [ "driver", { - "_index": 886, + "_index": 2387, "data": { "manuals/dev-app": {}, "manuals/hot-reload": {}, @@ -153748,7 +153748,7 @@ [ "driving", { - "_index": 5737, + "_index": 3815, "data": { "manuals/sprite": {} }, @@ -153758,7 +153758,7 @@ [ "drone", { - "_index": 2617, + "_index": 4331, "data": { "manuals/factory": {} }, @@ -153768,7 +153768,7 @@ [ "drone.script", { - "_index": 2623, + "_index": 4337, "data": { "manuals/factory": {} }, @@ -153778,7 +153778,7 @@ [ "drone_dead", { - "_index": 2621, + "_index": 4335, "data": { "manuals/factory": {} }, @@ -153788,7 +153788,7 @@ [ "drone_position", { - "_index": 2620, + "_index": 4334, "data": { "manuals/factory": {} }, @@ -153798,7 +153798,7 @@ [ "dronefactory", { - "_index": 2619, + "_index": 4333, "data": { "manuals/factory": {} }, @@ -153808,7 +153808,7 @@ [ "drop", { - "_index": 3453, + "_index": 2991, "data": { "manuals/android": {}, "manuals/editor": {}, @@ -153823,7 +153823,7 @@ [ "dropdown", { - "_index": 1804, + "_index": 1404, "data": { "manuals/editor-scripts-ui": {}, "manuals/gui-layouts": {}, @@ -153838,7 +153838,7 @@ [ "dropping", { - "_index": 4562, + "_index": 6011, "data": { "assets/tactxstudios": {}, "manuals/building-blocks": {} @@ -153849,7 +153849,7 @@ [ "drops", { - "_index": 8240, + "_index": 10544, "data": { "ref/stable/socket": {} }, @@ -153859,7 +153859,7 @@ [ "druid", { - "_index": 6332, + "_index": 6736, "data": { "assets/druid": {} }, @@ -153869,7 +153869,7 @@ [ "drwxr", { - "_index": 4232, + "_index": 3279, "data": { "manuals/bob": {} }, @@ -153879,7 +153879,7 @@ [ "dsfonts", { - "_index": 6310, + "_index": 6634, "data": { "assets/dsfonts": {} }, @@ -153889,7 +153889,7 @@ [ "dst", { - "_index": 10310, + "_index": 6917, "data": { "ref/stable/dmGraphics": {}, "ref/stable/dmStringFunc": {} @@ -153900,7 +153900,7 @@ [ "dsym", { - "_index": 4804, + "_index": 4896, "data": { "manuals/debugging-native-code": {}, "manuals/debugging-native-code-ios": {} @@ -153911,7 +153911,7 @@ [ "dsym/contents/resources/dwarf", { - "_index": 6081, + "_index": 4903, "data": { "manuals/debugging-native-code-ios": {} }, @@ -153921,7 +153921,7 @@ [ "dsym/contents/resources/dwarf/dmengine", { - "_index": 6080, + "_index": 4902, "data": { "manuals/debugging-native-code-ios": {} }, @@ -153931,7 +153931,7 @@ [ "dsymutil", { - "_index": 6092, + "_index": 4917, "data": { "manuals/debugging-native-code-ios": {} }, @@ -153941,7 +153941,7 @@ [ "dt", { - "_index": 1588, + "_index": 1011, "data": { "manuals/collection-proxy": {}, "manuals/hot-reload": {}, @@ -153962,7 +153962,7 @@ [ "due", { - "_index": 1176, + "_index": 2783, "data": { "assets/editor-script-align": {}, "assets/editor-script-distribute": {}, @@ -153979,7 +153979,7 @@ [ "dummy", { - "_index": 8241, + "_index": 10545, "data": { "ref/stable/socket": {} }, @@ -153989,7 +153989,7 @@ [ "dump", { - "_index": 4280, + "_index": 4918, "data": { "manuals/debugging-native-code-android": {}, "manuals/debugging-native-code-ios": {}, @@ -154003,7 +154003,7 @@ [ "dumps", { - "_index": 4089, + "_index": 4288, "data": { "manuals/profiling": {} }, @@ -154013,7 +154013,7 @@ [ "dungeon", { - "_index": 2167, + "_index": 4491, "data": { "manuals/input-mouse-and-touch": {} }, @@ -154023,7 +154023,7 @@ [ "duplex", { - "_index": 8116, + "_index": 10429, "data": { "ref/stable/socket": {} }, @@ -154033,7 +154033,7 @@ [ "duplicate", { - "_index": 8151, + "_index": 10462, "data": { "ref/stable/socket": {} }, @@ -154043,7 +154043,7 @@ [ "duplicated", { - "_index": 5124, + "_index": 5226, "data": { "manuals/lua": {} }, @@ -154053,7 +154053,7 @@ [ "duplicates", { - "_index": 2456, + "_index": 2830, "data": { "manuals/atlas": {} }, @@ -154063,7 +154063,7 @@ [ "duration", { - "_index": 982, + "_index": 1149, "data": { "examples/animation/cursor": {}, "manuals/particlefx": {}, @@ -154078,7 +154078,7 @@ [ "during", { - "_index": 624, + "_index": 1661, "data": { "examples/render/orbit_camera": {}, "manuals/app-manifest": {}, @@ -154116,7 +154116,7 @@ [ "dwarf", { - "_index": 10873, + "_index": 10232, "data": { "ref/stable/profiler": {} }, @@ -154126,7 +154126,7 @@ [ "dwarfdump", { - "_index": 6098, + "_index": 4926, "data": { "manuals/debugging-native-code-ios": {} }, @@ -154136,7 +154136,7 @@ [ "dx", { - "_index": 7221, + "_index": 7942, "data": { "ref/stable/dmHid": {}, "ref/stable/go": {}, @@ -154148,7 +154148,7 @@ [ "dy", { - "_index": 7222, + "_index": 7943, "data": { "ref/stable/dmHid": {}, "ref/stable/go": {}, @@ -154160,7 +154160,7 @@ [ "dyld", { - "_index": 5349, + "_index": 5831, "data": { "manuals/macos": {} }, @@ -154170,7 +154170,7 @@ [ "dynamic", { - "_index": 677, + "_index": 146, "data": { "assets/daabbcc": {}, "examples/factory/dynamic": {}, @@ -154210,7 +154210,7 @@ [ "dynamically", { - "_index": 634, + "_index": 2507, "data": { "examples/factory/bullets": {}, "manuals/building-blocks": {}, @@ -154235,7 +154235,7 @@ [ "dynamics", { - "_index": 2931, + "_index": 5262, "data": { "manuals/compute": {} }, @@ -154245,7 +154245,7 @@ [ "dz", { - "_index": 7933, + "_index": 8561, "data": { "ref/stable/render": {} }, @@ -154255,7 +154255,7 @@ [ "e", { - "_index": 4174, + "_index": 3204, "data": { "assets/tactxstudios": {}, "manuals/bob": {}, @@ -154270,7 +154270,7 @@ [ "e.g", { - "_index": 1166, + "_index": 1202, "data": { "manuals/atlas": {}, "manuals/bundling": {}, @@ -154313,7 +154313,7 @@ [ "ea", { - "_index": 4176, + "_index": 3206, "data": { "manuals/bob": {} }, @@ -154323,7 +154323,7 @@ [ "each", { - "_index": 149, + "_index": 122, "data": { "examples/gui/healthbar": {}, "examples/particles/fire_and_smoke": {}, @@ -154423,7 +154423,7 @@ [ "eaglcontext", { - "_index": 10201, + "_index": 6801, "data": { "ref/stable/dmGraphics": {} }, @@ -154433,7 +154433,7 @@ [ "early", { - "_index": 2793, + "_index": 1506, "data": { "manuals/application-security": {}, "manuals/editor-scripts-ui": {}, @@ -154445,7 +154445,7 @@ [ "easier", { - "_index": 3079, + "_index": 2478, "data": { "assets/compat53": {}, "manuals/flipbook-animation": {}, @@ -154457,7 +154457,7 @@ [ "easiest", { - "_index": 2702, + "_index": 3556, "data": { "manuals/modules": {}, "manuals/sound": {} @@ -154468,7 +154468,7 @@ [ "easily", { - "_index": 1636, + "_index": 1655, "data": { "assets/def-behavior-tree": {}, "assets/defarc": {}, @@ -154502,7 +154502,7 @@ [ "easing", { - "_index": 517, + "_index": 3776, "data": { "examples/animation/easing": {}, "manuals/flash": {}, @@ -154517,7 +154517,7 @@ [ "easing_inback", { - "_index": 8964, + "_index": 7627, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154528,7 +154528,7 @@ [ "easing_inbounce", { - "_index": 8966, + "_index": 7628, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154539,7 +154539,7 @@ [ "easing_incirc", { - "_index": 8968, + "_index": 7629, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154550,7 +154550,7 @@ [ "easing_incubic", { - "_index": 8971, + "_index": 7631, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154561,7 +154561,7 @@ [ "easing_inelastic", { - "_index": 8974, + "_index": 7633, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154572,7 +154572,7 @@ [ "easing_inexpo", { - "_index": 8977, + "_index": 7635, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154583,7 +154583,7 @@ [ "easing_inoutback", { - "_index": 8980, + "_index": 7637, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154594,7 +154594,7 @@ [ "easing_inoutbounce", { - "_index": 8982, + "_index": 7638, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154605,7 +154605,7 @@ [ "easing_inoutcirc", { - "_index": 8984, + "_index": 7639, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154616,7 +154616,7 @@ [ "easing_inoutcubic", { - "_index": 8986, + "_index": 7640, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154627,7 +154627,7 @@ [ "easing_inoutelastic", { - "_index": 8988, + "_index": 7641, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154638,7 +154638,7 @@ [ "easing_inoutexpo", { - "_index": 8990, + "_index": 7642, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154649,7 +154649,7 @@ [ "easing_inoutquad", { - "_index": 8991, + "_index": 7643, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154660,7 +154660,7 @@ [ "easing_inoutquart", { - "_index": 8994, + "_index": 7645, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154671,7 +154671,7 @@ [ "easing_inoutquint", { - "_index": 8997, + "_index": 7647, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154682,7 +154682,7 @@ [ "easing_inoutsine", { - "_index": 9000, + "_index": 7649, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154693,7 +154693,7 @@ [ "easing_inquad", { - "_index": 9003, + "_index": 7650, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154704,7 +154704,7 @@ [ "easing_inquart", { - "_index": 9005, + "_index": 7651, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154715,7 +154715,7 @@ [ "easing_inquint", { - "_index": 9007, + "_index": 7652, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154726,7 +154726,7 @@ [ "easing_insine", { - "_index": 9009, + "_index": 7653, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154737,7 +154737,7 @@ [ "easing_linear", { - "_index": 9010, + "_index": 7654, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154748,7 +154748,7 @@ [ "easing_outback", { - "_index": 9012, + "_index": 7655, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154759,7 +154759,7 @@ [ "easing_outbounce", { - "_index": 9014, + "_index": 7656, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154770,7 +154770,7 @@ [ "easing_outcirc", { - "_index": 9016, + "_index": 7657, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154781,7 +154781,7 @@ [ "easing_outcubic", { - "_index": 9018, + "_index": 7658, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154792,7 +154792,7 @@ [ "easing_outelastic", { - "_index": 9020, + "_index": 7659, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154803,7 +154803,7 @@ [ "easing_outexpo", { - "_index": 9022, + "_index": 7660, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154814,7 +154814,7 @@ [ "easing_outinback", { - "_index": 9024, + "_index": 7661, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154825,7 +154825,7 @@ [ "easing_outinbounce", { - "_index": 9026, + "_index": 7662, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154836,7 +154836,7 @@ [ "easing_outincirc", { - "_index": 9028, + "_index": 7663, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154847,7 +154847,7 @@ [ "easing_outincubic", { - "_index": 9030, + "_index": 7664, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154858,7 +154858,7 @@ [ "easing_outinelastic", { - "_index": 9032, + "_index": 7665, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154869,7 +154869,7 @@ [ "easing_outinexpo", { - "_index": 9034, + "_index": 7666, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154880,7 +154880,7 @@ [ "easing_outinquad", { - "_index": 9036, + "_index": 7667, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154891,7 +154891,7 @@ [ "easing_outinquart", { - "_index": 9038, + "_index": 7668, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154902,7 +154902,7 @@ [ "easing_outinquint", { - "_index": 9040, + "_index": 7669, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154913,7 +154913,7 @@ [ "easing_outinsine", { - "_index": 9042, + "_index": 7670, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154924,7 +154924,7 @@ [ "easing_outquad", { - "_index": 9044, + "_index": 7671, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154935,7 +154935,7 @@ [ "easing_outquart", { - "_index": 9046, + "_index": 7672, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154946,7 +154946,7 @@ [ "easing_outquint", { - "_index": 9048, + "_index": 7673, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154957,7 +154957,7 @@ [ "easing_outsine", { - "_index": 9050, + "_index": 7674, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154968,7 +154968,7 @@ [ "east", { - "_index": 84, + "_index": 365, "data": { "examples/gui/healthbar": {}, "manuals/gui": {}, @@ -154982,7 +154982,7 @@ [ "easy", { - "_index": 412, + "_index": 567, "data": { "assets/defold-index": {}, "assets/deftimeline": {}, @@ -155017,7 +155017,7 @@ [ "eating", { - "_index": 5107, + "_index": 5209, "data": { "manuals/lua": {} }, @@ -155027,7 +155027,7 @@ [ "echo", { - "_index": 1437, + "_index": 4061, "data": { "manuals/extender-local-setup": {} }, @@ -155037,7 +155037,7 @@ [ "ecs", { - "_index": 6323, + "_index": 6614, "data": { "assets/tinyecs": {} }, @@ -155047,7 +155047,7 @@ [ "edge", { - "_index": 1750, + "_index": 477, "data": { "manuals/atlas": {}, "manuals/compute": {}, @@ -155065,7 +155065,7 @@ [ "edges", { - "_index": 3873, + "_index": 301, "data": { "manuals/editor-scripts-ui": {}, "manuals/gui": {}, @@ -155080,7 +155080,7 @@ [ "edit", { - "_index": 2344, + "_index": 2121, "data": { "assets/defoldpolygoneditor": {}, "assets/editor-script-align": {}, @@ -155106,7 +155106,7 @@ [ "editable", { - "_index": 5161, + "_index": 5368, "data": { "manuals/editor-scripts": {} }, @@ -155116,7 +155116,7 @@ [ "edited", { - "_index": 2653, + "_index": 1213, "data": { "manuals/editor": {}, "manuals/editor-preferences": {}, @@ -155131,7 +155131,7 @@ [ "editing", { - "_index": 2652, + "_index": 65, "data": { "manuals/android": {}, "manuals/editor": {}, @@ -155151,7 +155151,7 @@ [ "editions", { - "_index": 5081, + "_index": 5181, "data": { "manuals/lua": {} }, @@ -155161,7 +155161,7 @@ [ "editor", { - "_index": 633, + "_index": 49, "data": { "assets/defold-index": {}, "assets/defoldpolygoneditor": {}, @@ -155244,7 +155244,7 @@ [ "editor's", { - "_index": 1482, + "_index": 2986, "data": { "manuals/android": {}, "manuals/editor-scripts": {}, @@ -155257,7 +155257,7 @@ [ "editor.autoactivate", { - "_index": 5003, + "_index": 2470, "data": { "manuals/zerobrane": {} }, @@ -155267,7 +155267,7 @@ [ "editor.bob", { - "_index": 10634, + "_index": 8785, "data": { "ref/stable/editor": {} }, @@ -155277,7 +155277,7 @@ [ "editor.can_get", { - "_index": 5168, + "_index": 5375, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -155288,7 +155288,7 @@ [ "editor.can_set", { - "_index": 5169, + "_index": 5376, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -155299,7 +155299,7 @@ [ "editor.create_directory", { - "_index": 5175, + "_index": 5382, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -155310,7 +155310,7 @@ [ "editor.css", { - "_index": 3114, + "_index": 2401, "data": { "manuals/editor-styling": {} }, @@ -155320,7 +155320,7 @@ [ "editor.delete_directory", { - "_index": 5178, + "_index": 5385, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -155331,7 +155331,7 @@ [ "editor.editor_sha1", { - "_index": 5156, + "_index": 5362, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -155342,7 +155342,7 @@ [ "editor.engine_sha1", { - "_index": 5155, + "_index": 5361, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -155353,7 +155353,7 @@ [ "editor.execute", { - "_index": 5137, + "_index": 5345, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -155364,7 +155364,7 @@ [ "editor.external_file_attributes", { - "_index": 10649, + "_index": 8803, "data": { "ref/stable/editor": {} }, @@ -155374,7 +155374,7 @@ [ "editor.get", { - "_index": 5157, + "_index": 5363, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -155385,7 +155385,7 @@ [ "editor.platform", { - "_index": 5152, + "_index": 5359, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -155396,7 +155396,7 @@ [ "editor.prefs", { - "_index": 5180, + "_index": 5387, "data": { "manuals/editor-scripts": {} }, @@ -155406,7 +155406,7 @@ [ "editor.prefs.get", { - "_index": 5264, + "_index": 5470, "data": { "manuals/editor-scripts": {} }, @@ -155416,7 +155416,7 @@ [ "editor.prefs.schema.enum", { - "_index": 5262, + "_index": 5468, "data": { "manuals/editor-scripts": {} }, @@ -155426,7 +155426,7 @@ [ "editor.prefs.schema.integer", { - "_index": 5259, + "_index": 5465, "data": { "manuals/editor-scripts": {} }, @@ -155436,7 +155436,7 @@ [ "editor.prefs.schema.string", { - "_index": 5257, + "_index": 5463, "data": { "manuals/editor-scripts": {} }, @@ -155446,7 +155446,7 @@ [ "editor.prefs.scope.project", { - "_index": 5260, + "_index": 5466, "data": { "manuals/editor-scripts": {} }, @@ -155456,7 +155456,7 @@ [ "editor.prefs.set", { - "_index": 5268, + "_index": 5474, "data": { "manuals/editor-scripts": {} }, @@ -155466,7 +155466,7 @@ [ "editor.resource_attributes", { - "_index": 10653, + "_index": 8807, "data": { "ref/stable/editor": {} }, @@ -155476,7 +155476,7 @@ [ "editor.save", { - "_index": 5275, + "_index": 5481, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -155487,7 +155487,7 @@ [ "editor.transact", { - "_index": 5187, + "_index": 5394, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -155498,7 +155498,7 @@ [ "editor.tx", { - "_index": 10661, + "_index": 8815, "data": { "ref/stable/editor": {} }, @@ -155508,7 +155508,7 @@ [ "editor.tx.set", { - "_index": 5173, + "_index": 5380, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -155519,7 +155519,7 @@ [ "editor.ui", { - "_index": 3847, + "_index": 1268, "data": { "manuals/editor-scripts-ui": {} }, @@ -155529,7 +155529,7 @@ [ "editor.ui.alignment.bottom", { - "_index": 10665, + "_index": 8819, "data": { "ref/stable/editor": {} }, @@ -155539,7 +155539,7 @@ [ "editor.ui.alignment.bottom_left", { - "_index": 10666, + "_index": 8820, "data": { "ref/stable/editor": {} }, @@ -155549,7 +155549,7 @@ [ "editor.ui.alignment.bottom_right", { - "_index": 10668, + "_index": 8822, "data": { "ref/stable/editor": {} }, @@ -155559,7 +155559,7 @@ [ "editor.ui.alignment.center", { - "_index": 3913, + "_index": 1392, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -155570,7 +155570,7 @@ [ "editor.ui.alignment.left", { - "_index": 3989, + "_index": 1530, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -155581,7 +155581,7 @@ [ "editor.ui.alignment.right", { - "_index": 3865, + "_index": 1316, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -155592,7 +155592,7 @@ [ "editor.ui.alignment.top", { - "_index": 10670, + "_index": 8824, "data": { "ref/stable/editor": {} }, @@ -155602,7 +155602,7 @@ [ "editor.ui.alignment.top_left", { - "_index": 10671, + "_index": 8825, "data": { "ref/stable/editor": {} }, @@ -155612,7 +155612,7 @@ [ "editor.ui.alignment.top_lefteditor.ui.alignment.topeditor.ui.alignment.top_righteditor.ui.alignment.lefteditor.ui.alignment.centereditor.ui.alignment.righteditor.ui.alignment.bottom_lefteditor.ui.alignment.bottomeditor.ui.alignment.bottom_rightgrow", { - "_index": 10687, + "_index": 8841, "data": { "ref/stable/editor": {} }, @@ -155622,7 +155622,7 @@ [ "editor.ui.alignment.top_right", { - "_index": 10673, + "_index": 8827, "data": { "ref/stable/editor": {} }, @@ -155632,7 +155632,7 @@ [ "editor.ui.button", { - "_index": 10675, + "_index": 8829, "data": { "ref/stable/editor": {} }, @@ -155642,7 +155642,7 @@ [ "editor.ui.check_box", { - "_index": 10692, + "_index": 8846, "data": { "ref/stable/editor": {} }, @@ -155652,7 +155652,7 @@ [ "editor.ui.color.error", { - "_index": 10704, + "_index": 8858, "data": { "ref/stable/editor": {} }, @@ -155662,7 +155662,7 @@ [ "editor.ui.color.hint", { - "_index": 10705, + "_index": 8859, "data": { "ref/stable/editor": {} }, @@ -155672,7 +155672,7 @@ [ "editor.ui.color.override", { - "_index": 10706, + "_index": 8860, "data": { "ref/stable/editor": {} }, @@ -155682,7 +155682,7 @@ [ "editor.ui.color.text", { - "_index": 10707, + "_index": 8861, "data": { "ref/stable/editor": {} }, @@ -155692,7 +155692,7 @@ [ "editor.ui.color.texteditor.ui.color.hinteditor.ui.color.overrideeditor.ui.color.warningeditor.ui.color.errortooltip", { - "_index": 10779, + "_index": 8934, "data": { "ref/stable/editor": {} }, @@ -155702,7 +155702,7 @@ [ "editor.ui.color.texteditor.ui.color.hinteditor.ui.color.overrideeditor.ui.color.warningeditor.ui.color.errorword_wrap", { - "_index": 10750, + "_index": 8905, "data": { "ref/stable/editor": {} }, @@ -155712,7 +155712,7 @@ [ "editor.ui.color.warning", { - "_index": 10708, + "_index": 8862, "data": { "ref/stable/editor": {} }, @@ -155722,7 +155722,7 @@ [ "editor.ui.component", { - "_index": 3954, + "_index": 1462, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -155733,7 +155733,7 @@ [ "editor.ui.dialog", { - "_index": 3852, + "_index": 1277, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -155744,7 +155744,7 @@ [ "editor.ui.dialog_button", { - "_index": 3853, + "_index": 1280, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -155755,7 +155755,7 @@ [ "editor.ui.external_file_field", { - "_index": 10725, + "_index": 8879, "data": { "ref/stable/editor": {} }, @@ -155765,7 +155765,7 @@ [ "editor.ui.grid", { - "_index": 3889, + "_index": 1356, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -155776,7 +155776,7 @@ [ "editor.ui.heading", { - "_index": 10714, + "_index": 8868, "data": { "ref/stable/editor": {} }, @@ -155786,7 +155786,7 @@ [ "editor.ui.heading_style", { - "_index": 3896, + "_index": 1366, "data": { "manuals/editor-scripts-ui": {} }, @@ -155796,7 +155796,7 @@ [ "editor.ui.heading_style.dialog", { - "_index": 10755, + "_index": 8910, "data": { "ref/stable/editor": {} }, @@ -155806,7 +155806,7 @@ [ "editor.ui.heading_style.form", { - "_index": 10757, + "_index": 8912, "data": { "ref/stable/editor": {} }, @@ -155816,7 +155816,7 @@ [ "editor.ui.heading_style.h1", { - "_index": 10758, + "_index": 8913, "data": { "ref/stable/editor": {} }, @@ -155826,7 +155826,7 @@ [ "editor.ui.heading_style.h1editor.ui.heading_style.h2editor.ui.heading_style.h3editor.ui.heading_style.h4editor.ui.heading_style.h5editor.ui.heading_style.h6editor.ui.heading_style.dialogeditor.ui.heading_style.formalignment", { - "_index": 10754, + "_index": 8909, "data": { "ref/stable/editor": {} }, @@ -155836,7 +155836,7 @@ [ "editor.ui.heading_style.h2", { - "_index": 10759, + "_index": 8914, "data": { "ref/stable/editor": {} }, @@ -155846,7 +155846,7 @@ [ "editor.ui.heading_style.h3", { - "_index": 10753, + "_index": 8908, "data": { "ref/stable/editor": {} }, @@ -155856,7 +155856,7 @@ [ "editor.ui.heading_style.h4", { - "_index": 10762, + "_index": 8917, "data": { "ref/stable/editor": {} }, @@ -155866,7 +155866,7 @@ [ "editor.ui.heading_style.h5", { - "_index": 10764, + "_index": 8919, "data": { "ref/stable/editor": {} }, @@ -155876,7 +155876,7 @@ [ "editor.ui.heading_style.h6", { - "_index": 10766, + "_index": 8921, "data": { "ref/stable/editor": {} }, @@ -155886,7 +155886,7 @@ [ "editor.ui.horizontal", { - "_index": 3911, + "_index": 1390, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -155897,7 +155897,7 @@ [ "editor.ui.icon", { - "_index": 10768, + "_index": 8923, "data": { "ref/stable/editor": {} }, @@ -155907,7 +155907,7 @@ [ "editor.ui.icon.clear", { - "_index": 10770, + "_index": 8925, "data": { "ref/stable/editor": {} }, @@ -155917,7 +155917,7 @@ [ "editor.ui.icon.minus", { - "_index": 10771, + "_index": 8926, "data": { "ref/stable/editor": {} }, @@ -155927,7 +155927,7 @@ [ "editor.ui.icon.open_resource", { - "_index": 10772, + "_index": 8927, "data": { "ref/stable/editor": {} }, @@ -155937,7 +155937,7 @@ [ "editor.ui.icon.open_resourceeditor.ui.icon.pluseditor.ui.icon.minuseditor.ui.icon.clear", { - "_index": 10769, + "_index": 8924, "data": { "ref/stable/editor": {} }, @@ -155947,7 +155947,7 @@ [ "editor.ui.icon.open_resourceeditor.ui.icon.pluseditor.ui.icon.minuseditor.ui.icon.clearenabled", { - "_index": 10683, + "_index": 8837, "data": { "ref/stable/editor": {} }, @@ -155957,7 +155957,7 @@ [ "editor.ui.icon.plus", { - "_index": 10774, + "_index": 8929, "data": { "ref/stable/editor": {} }, @@ -155967,7 +155967,7 @@ [ "editor.ui.integer_field", { - "_index": 10775, + "_index": 8930, "data": { "ref/stable/editor": {} }, @@ -155977,7 +155977,7 @@ [ "editor.ui.issue_severity.error", { - "_index": 3928, + "_index": 1417, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -155988,7 +155988,7 @@ [ "editor.ui.issue_severity.errormessage", { - "_index": 10699, + "_index": 8853, "data": { "ref/stable/editor": {} }, @@ -155998,7 +155998,7 @@ [ "editor.ui.issue_severity.warning", { - "_index": 3929, + "_index": 1418, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -156009,7 +156009,7 @@ [ "editor.ui.label", { - "_index": 3864, + "_index": 1315, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -156020,7 +156020,7 @@ [ "editor.ui.number_field", { - "_index": 10781, + "_index": 8936, "data": { "ref/stable/editor": {} }, @@ -156030,7 +156030,7 @@ [ "editor.ui.open_resource", { - "_index": 10782, + "_index": 8937, "data": { "ref/stable/editor": {} }, @@ -156040,7 +156040,7 @@ [ "editor.ui.orientation.horizontal", { - "_index": 10783, + "_index": 8938, "data": { "ref/stable/editor": {} }, @@ -156050,7 +156050,7 @@ [ "editor.ui.orientation.vertical", { - "_index": 10784, + "_index": 8939, "data": { "ref/stable/editor": {} }, @@ -156060,7 +156060,7 @@ [ "editor.ui.orientation.verticaleditor.ui.orientation.horizontalalignment", { - "_index": 10809, + "_index": 8964, "data": { "ref/stable/editor": {} }, @@ -156070,7 +156070,7 @@ [ "editor.ui.padding.large", { - "_index": 3890, + "_index": 1357, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -156081,7 +156081,7 @@ [ "editor.ui.padding.medium", { - "_index": 10785, + "_index": 8940, "data": { "ref/stable/editor": {} }, @@ -156091,7 +156091,7 @@ [ "editor.ui.padding.none", { - "_index": 10786, + "_index": 8941, "data": { "ref/stable/editor": {} }, @@ -156101,7 +156101,7 @@ [ "editor.ui.padding.noneeditor.ui.padding.smalleditor.ui.padding.mediumeditor.ui.padding.largenon", { - "_index": 10744, + "_index": 8899, "data": { "ref/stable/editor": {} }, @@ -156111,7 +156111,7 @@ [ "editor.ui.padding.small", { - "_index": 10787, + "_index": 8942, "data": { "ref/stable/editor": {} }, @@ -156121,7 +156121,7 @@ [ "editor.ui.paragraph", { - "_index": 10788, + "_index": 8943, "data": { "ref/stable/editor": {} }, @@ -156131,7 +156131,7 @@ [ "editor.ui.resource_field", { - "_index": 10790, + "_index": 8945, "data": { "ref/stable/editor": {} }, @@ -156141,7 +156141,7 @@ [ "editor.ui.scroll", { - "_index": 10797, + "_index": 8952, "data": { "ref/stable/editor": {} }, @@ -156151,7 +156151,7 @@ [ "editor.ui.select_box", { - "_index": 10799, + "_index": 8954, "data": { "ref/stable/editor": {} }, @@ -156161,7 +156161,7 @@ [ "editor.ui.separator", { - "_index": 10807, + "_index": 8962, "data": { "ref/stable/editor": {} }, @@ -156171,7 +156171,7 @@ [ "editor.ui.show_dialog", { - "_index": 3851, + "_index": 1276, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -156182,7 +156182,7 @@ [ "editor.ui.show_external_directory_dialog", { - "_index": 10812, + "_index": 8967, "data": { "ref/stable/editor": {} }, @@ -156192,7 +156192,7 @@ [ "editor.ui.show_external_file_dialog", { - "_index": 10816, + "_index": 8971, "data": { "ref/stable/editor": {} }, @@ -156202,7 +156202,7 @@ [ "editor.ui.show_resource_dialog", { - "_index": 10818, + "_index": 8973, "data": { "ref/stable/editor": {} }, @@ -156212,7 +156212,7 @@ [ "editor.ui.spacing.large", { - "_index": 10822, + "_index": 8977, "data": { "ref/stable/editor": {} }, @@ -156222,7 +156222,7 @@ [ "editor.ui.spacing.medium", { - "_index": 3912, + "_index": 1391, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -156233,7 +156233,7 @@ [ "editor.ui.spacing.none", { - "_index": 10823, + "_index": 8978, "data": { "ref/stable/editor": {} }, @@ -156243,7 +156243,7 @@ [ "editor.ui.spacing.noneeditor.ui.spacing.smalleditor.ui.spacing.mediumeditor.ui.spacing.largenon", { - "_index": 10746, + "_index": 8901, "data": { "ref/stable/editor": {} }, @@ -156253,7 +156253,7 @@ [ "editor.ui.spacing.small", { - "_index": 3987, + "_index": 1528, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -156264,7 +156264,7 @@ [ "editor.ui.string_field", { - "_index": 3892, + "_index": 1359, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -156275,7 +156275,7 @@ [ "editor.ui.text_alignment.center", { - "_index": 10824, + "_index": 8979, "data": { "ref/stable/editor": {} }, @@ -156285,7 +156285,7 @@ [ "editor.ui.text_alignment.justify", { - "_index": 10826, + "_index": 8981, "data": { "ref/stable/editor": {} }, @@ -156295,7 +156295,7 @@ [ "editor.ui.text_alignment.left", { - "_index": 10828, + "_index": 8983, "data": { "ref/stable/editor": {} }, @@ -156305,7 +156305,7 @@ [ "editor.ui.text_alignment.lefteditor.ui.text_alignment.centereditor.ui.text_alignment.righteditor.ui.text_alignment.justifycolor", { - "_index": 10748, + "_index": 8903, "data": { "ref/stable/editor": {} }, @@ -156315,7 +156315,7 @@ [ "editor.ui.text_alignment.lefteditor.ui.text_alignment.centereditor.ui.text_alignment.righteditor.ui.text_alignment.justifyicon", { - "_index": 10681, + "_index": 8835, "data": { "ref/stable/editor": {} }, @@ -156325,7 +156325,7 @@ [ "editor.ui.text_alignment.lefteditor.ui.text_alignment.centereditor.ui.text_alignment.righteditor.ui.text_alignment.justifyissue", { - "_index": 10696, + "_index": 8850, "data": { "ref/stable/editor": {} }, @@ -156335,7 +156335,7 @@ [ "editor.ui.text_alignment.right", { - "_index": 10829, + "_index": 8984, "data": { "ref/stable/editor": {} }, @@ -156345,7 +156345,7 @@ [ "editor.ui.text_button", { - "_index": 3990, + "_index": 1531, "data": { "manuals/editor-scripts-ui": {} }, @@ -156355,7 +156355,7 @@ [ "editor.ui.use_", { - "_index": 10709, + "_index": 8863, "data": { "ref/stable/editor": {} }, @@ -156365,7 +156365,7 @@ [ "editor.ui.use_memo", { - "_index": 4013, + "_index": 1569, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -156376,7 +156376,7 @@ [ "editor.ui.use_state", { - "_index": 3957, + "_index": 1467, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -156387,7 +156387,7 @@ [ "editor.ui.vertical", { - "_index": 3959, + "_index": 1469, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -156398,7 +156398,7 @@ [ "editor.version", { - "_index": 5153, + "_index": 5360, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -156409,7 +156409,7 @@ [ "editor_script", { - "_index": 5147, + "_index": 5354, "data": { "manuals/editor-scripts": {} }, @@ -156419,7 +156419,7 @@ [ "editor_sha1", { - "_index": 10642, + "_index": 8794, "data": { "ref/stable/editor": {} }, @@ -156429,7 +156429,7 @@ [ "editors", { - "_index": 5270, + "_index": 5476, "data": { "manuals/editor": {}, "manuals/editor-scripts": {} @@ -156440,7 +156440,7 @@ [ "editorscriptatlas", { - "_index": 6352, + "_index": 6509, "data": { "assets/editorscriptatlas": {} }, @@ -156450,7 +156450,7 @@ [ "edits", { - "_index": 5164, + "_index": 5371, "data": { "manuals/editor": {}, "manuals/editor-scripts": {} @@ -156461,7 +156461,7 @@ [ "effect", { - "_index": 1253, + "_index": 182, "data": { "assets/dissolve-fx": {}, "assets/hypertrails": {}, @@ -156494,7 +156494,7 @@ [ "effect.material", { - "_index": 4419, + "_index": 183, "data": { "manuals/gui": {} }, @@ -156504,7 +156504,7 @@ [ "effective", { - "_index": 6591, + "_index": 6581, "data": { "assets/debeat": {}, "assets/defold-tile-raycast": {}, @@ -156516,7 +156516,7 @@ [ "effectively", { - "_index": 2152, + "_index": 571, "data": { "manuals/gui": {}, "manuals/input-mouse-and-touch": {}, @@ -156532,7 +156532,7 @@ [ "effects", { - "_index": 380, + "_index": 993, "data": { "assets/blip": {}, "assets/chipsounds": {}, @@ -156561,7 +156561,7 @@ [ "efficiency", { - "_index": 7143, + "_index": 7548, "data": { "ref/stable/physics": {} }, @@ -156571,7 +156571,7 @@ [ "efficient", { - "_index": 2501, + "_index": 2188, "data": { "assets/steamworks": {}, "manuals/atlas": {}, @@ -156587,7 +156587,7 @@ [ "efficiently", { - "_index": 4871, + "_index": 3393, "data": { "assets/2dcollisions": {}, "assets/imageloader": {}, @@ -156600,7 +156600,7 @@ [ "effort", { - "_index": 3362, + "_index": 5142, "data": { "manuals/design": {}, "manuals/flash": {}, @@ -156612,7 +156612,7 @@ [ "effortless", { - "_index": 3572, + "_index": 5592, "data": { "manuals/introduction": {} }, @@ -156622,7 +156622,7 @@ [ "effortlessly", { - "_index": 6336, + "_index": 6740, "data": { "assets/druid": {} }, @@ -156632,7 +156632,7 @@ [ "efigs", { - "_index": 1630, + "_index": 4824, "data": { "manuals/porting-guidelines": {} }, @@ -156642,7 +156642,7 @@ [ "eg", { - "_index": 1540, + "_index": 1991, "data": { "manuals/editor-preferences": {}, "manuals/macos": {}, @@ -156658,7 +156658,7 @@ [ "eglcontext", { - "_index": 10192, + "_index": 6791, "data": { "ref/stable/dmGraphics": {} }, @@ -156668,7 +156668,7 @@ [ "eglsurface", { - "_index": 10195, + "_index": 6794, "data": { "ref/stable/dmGraphics": {} }, @@ -156678,7 +156678,7 @@ [ "either", { - "_index": 364, + "_index": 210, "data": { "assets/derez": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -156739,7 +156739,7 @@ [ "elapsed", { - "_index": 8107, + "_index": 7356, "data": { "ref/stable/dmGameObject": {}, "ref/stable/socket": {}, @@ -156751,7 +156751,7 @@ [ "elastic", { - "_index": 8975, + "_index": 7634, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -156762,7 +156762,7 @@ [ "element", { - "_index": 2142, + "_index": 1329, "data": { "manuals/editor-scripts-ui": {}, "manuals/editor-styling": {}, @@ -156787,7 +156787,7 @@ [ "elements", { - "_index": 2136, + "_index": 769, "data": { "manuals/editor-scripts-ui": {}, "manuals/glossary": {}, @@ -156808,7 +156808,7 @@ [ "eliminate", { - "_index": 7579, + "_index": 9782, "data": { "ref/stable/dmTransform": {} }, @@ -156818,7 +156818,7 @@ [ "eliminates", { - "_index": 8312, + "_index": 7007, "data": { "ref/stable/vmath": {} }, @@ -156828,7 +156828,7 @@ [ "eliminating", { - "_index": 4622, + "_index": 5892, "data": { "manuals/debugging-game-logic": {} }, @@ -156838,7 +156838,7 @@ [ "ellipse", { - "_index": 5040, + "_index": 5008, "data": { "manuals/gui-pie": {} }, @@ -156848,7 +156848,7 @@ [ "ellipsoid", { - "_index": 4426, + "_index": 220, "data": { "manuals/gui": {} }, @@ -156858,7 +156858,7 @@ [ "elliptical", { - "_index": 9288, + "_index": 7802, "data": { "ref/stable/gui": {} }, @@ -156868,7 +156868,7 @@ [ "else", { - "_index": 1691, + "_index": 1473, "data": { "manuals/editor-scripts-ui": {}, "manuals/flipbook-animation": {}, @@ -156885,7 +156885,7 @@ [ "elseif", { - "_index": 1564, + "_index": 1560, "data": { "manuals/editor-scripts-ui": {}, "manuals/flipbook-animation": {}, @@ -156905,7 +156905,7 @@ [ "elsewhere", { - "_index": 1204, + "_index": 1727, "data": { "manuals/editor": {}, "manuals/render": {}, @@ -156918,7 +156918,7 @@ [ "em", { - "_index": 6224, + "_index": 6183, "data": { "examples/factory/bullets": {} }, @@ -156928,7 +156928,7 @@ [ "email", { - "_index": 4175, + "_index": 3205, "data": { "manuals/bob": {}, "manuals/nintendo-switch": {}, @@ -156940,7 +156940,7 @@ [ "embedded", { - "_index": 875, + "_index": 1717, "data": { "assets/druid": {}, "manuals/importing-models": {}, @@ -156954,7 +156954,7 @@ [ "embedded.mobileprovision", { - "_index": 3428, + "_index": 2968, "data": { "manuals/ios": {} }, @@ -156964,7 +156964,7 @@ [ "emission", { - "_index": 3168, + "_index": 1154, "data": { "manuals/particlefx": {} }, @@ -156974,7 +156974,7 @@ [ "emit", { - "_index": 3172, + "_index": 1161, "data": { "examples/particles/fire_and_smoke": {}, "manuals/particlefx": {}, @@ -156987,7 +156987,7 @@ [ "emits", { - "_index": 3147, + "_index": 1111, "data": { "examples/particles/modifiers": {}, "manuals/particlefx": {} @@ -156998,7 +156998,7 @@ [ "emitted", { - "_index": 3189, + "_index": 1190, "data": { "manuals/particlefx": {} }, @@ -157008,7 +157008,7 @@ [ "emitter", { - "_index": 379, + "_index": 992, "data": { "examples/particles/confetti": {}, "examples/particles/fire_and_smoke": {}, @@ -157024,7 +157024,7 @@ [ "emitter's", { - "_index": 3157, + "_index": 1125, "data": { "manuals/particlefx": {} }, @@ -157034,7 +157034,7 @@ [ "emitter_state_postspawn", { - "_index": 10597, + "_index": 10179, "data": { "ref/stable/particlefx": {} }, @@ -157044,7 +157044,7 @@ [ "emitter_state_prespawn", { - "_index": 10598, + "_index": 10180, "data": { "ref/stable/particlefx": {} }, @@ -157054,7 +157054,7 @@ [ "emitter_state_sleeping", { - "_index": 10599, + "_index": 10181, "data": { "ref/stable/particlefx": {} }, @@ -157064,7 +157064,7 @@ [ "emitter_state_spawning", { - "_index": 10601, + "_index": 10183, "data": { "ref/stable/particlefx": {} }, @@ -157074,7 +157074,7 @@ [ "emitters", { - "_index": 3145, + "_index": 1108, "data": { "examples/particles/confetti": {}, "examples/particles/fire_and_smoke": {}, @@ -157087,7 +157087,7 @@ [ "emitting", { - "_index": 3174, + "_index": 1163, "data": { "manuals/particlefx": {}, "ref/stable/go": {}, @@ -157099,7 +157099,7 @@ [ "emmylua", { - "_index": 6359, + "_index": 6544, "data": { "assets/defold-api-emmylua": {} }, @@ -157109,7 +157109,7 @@ [ "empowers", { - "_index": 6333, + "_index": 6737, "data": { "assets/druid": {} }, @@ -157119,7 +157119,7 @@ [ "empty", { - "_index": 1929, + "_index": 848, "data": { "manuals/addressing": {}, "manuals/android": {}, @@ -157158,7 +157158,7 @@ [ "emscripten", { - "_index": 597, + "_index": 617, "data": { "manuals/app-manifest": {}, "manuals/extender-docker-images": {}, @@ -157170,7 +157170,7 @@ [ "emscripten_2011", { - "_index": 4909, + "_index": 4786, "data": { "manuals/extender-docker-images": {} }, @@ -157180,7 +157180,7 @@ [ "emsdk", { - "_index": 4910, + "_index": 4787, "data": { "manuals/extender-docker-images": {} }, @@ -157190,7 +157190,7 @@ [ "emthree", { - "_index": 6284, + "_index": 6550, "data": { "assets/emthree": {} }, @@ -157200,7 +157200,7 @@ [ "emulate", { - "_index": 4690, + "_index": 2216, "data": { "manuals/adapting-graphics-to-screen-size": {} }, @@ -157210,7 +157210,7 @@ [ "emulating", { - "_index": 4677, + "_index": 2199, "data": { "manuals/adapting-graphics-to-screen-size": {} }, @@ -157351,7 +157351,7 @@ [ "enable", { - "_index": 1618, + "_index": 1968, "data": { "assets/clipboard": {}, "assets/colorlib": {}, @@ -157384,7 +157384,7 @@ [ "enable/disable", { - "_index": 7086, + "_index": 7497, "data": { "ref/stable/physics": {} }, @@ -157394,7 +157394,7 @@ [ "enable_material", { - "_index": 7810, + "_index": 8468, "data": { "ref/stable/render": {} }, @@ -157404,7 +157404,7 @@ [ "enable_state", { - "_index": 7811, + "_index": 8469, "data": { "ref/stable/render": {} }, @@ -157414,7 +157414,7 @@ [ "enable_texture", { - "_index": 7812, + "_index": 8470, "data": { "ref/stable/render": {} }, @@ -157424,7 +157424,7 @@ [ "enable_ui", { - "_index": 10833, + "_index": 10191, "data": { "ref/stable/profiler": {} }, @@ -157434,7 +157434,7 @@ [ "enabled", { - "_index": 261, + "_index": 271, "data": { "examples/render/camera": {}, "manuals/android": {}, @@ -157469,7 +157469,7 @@ [ "enabled/disabled", { - "_index": 9352, + "_index": 7871, "data": { "ref/stable/gui": {} }, @@ -157479,7 +157479,7 @@ [ "enablerenderobjectconstants", { - "_index": 7996, + "_index": 8026, "data": { "ref/stable/dmGameSystem": {} }, @@ -157489,7 +157489,7 @@ [ "enables", { - "_index": 1915, + "_index": 1966, "data": { "assets/defbuild": {}, "manuals/editor-preferences": {}, @@ -157508,7 +157508,7 @@ [ "enabling", { - "_index": 4992, + "_index": 2456, "data": { "manuals/zerobrane": {} }, @@ -157518,7 +157518,7 @@ [ "encapsulated", { - "_index": 4324, + "_index": 5222, "data": { "manuals/design": {}, "manuals/lua": {} @@ -157529,7 +157529,7 @@ [ "encapsulating", { - "_index": 4127, + "_index": 5215, "data": { "manuals/lua": {}, "manuals/mesh": {}, @@ -157541,7 +157541,7 @@ [ "encased", { - "_index": 2283, + "_index": 818, "data": { "manuals/html5": {} }, @@ -157551,7 +157551,7 @@ [ "encode", { - "_index": 5591, + "_index": 3899, "data": { "assets/cjson": {}, "assets/defold-proto": {}, @@ -157570,7 +157570,7 @@ [ "encode_empty_table_as_object", { - "_index": 8953, + "_index": 10190, "data": { "ref/stable/json": {} }, @@ -157580,7 +157580,7 @@ [ "encoded", { - "_index": 4533, + "_index": 5652, "data": { "manuals/mesh": {}, "ref/stable/dmCrypt": {}, @@ -157593,7 +157593,7 @@ [ "encoding", { - "_index": 1946, + "_index": 2120, "data": { "manuals/application-security": {}, "manuals/optimization-size": {}, @@ -157608,7 +157608,7 @@ [ "encounter", { - "_index": 4618, + "_index": 2332, "data": { "manuals/debugging-game-logic": {}, "manuals/working-offline": {} @@ -157619,7 +157619,7 @@ [ "encounters", { - "_index": 4606, + "_index": 4766, "data": { "manuals/debugging-game-logic": {}, "manuals/extensions": {} @@ -157630,7 +157630,7 @@ [ "encourage", { - "_index": 3575, + "_index": 3361, "data": { "manuals/addressing": {}, "manuals/design": {}, @@ -157643,7 +157643,7 @@ [ "encouraged", { - "_index": 1061, + "_index": 2711, "data": { "manuals/shader": {} }, @@ -157653,7 +157653,7 @@ [ "encrypt", { - "_index": 2772, + "_index": 4141, "data": { "manuals/application-security": {}, "ref/stable/dmCrypt": {} @@ -157664,7 +157664,7 @@ [ "encrypted", { - "_index": 2765, + "_index": 4137, "data": { "manuals/application-security": {} }, @@ -157674,7 +157674,7 @@ [ "encryption", { - "_index": 2754, + "_index": 3043, "data": { "assets/resource-encryption": {}, "manuals/application-security": {}, @@ -157688,7 +157688,7 @@ [ "encrypts", { - "_index": 6895, + "_index": 8398, "data": { "ref/stable/dmResource": {} }, @@ -157698,7 +157698,7 @@ [ "end", { - "_index": 117, + "_index": 178, "data": { "manuals/addressing": {}, "manuals/application-security": {}, @@ -157770,7 +157770,7 @@ [ "end_p", { - "_index": 4588, + "_index": 5866, "data": { "manuals/debugging-game-logic": {} }, @@ -157780,7 +157780,7 @@ [ "end_point", { - "_index": 3725, + "_index": 1853, "data": { "manuals/debugging-game-logic": {}, "manuals/render": {} @@ -157791,7 +157791,7 @@ [ "endframe", { - "_index": 10332, + "_index": 8749, "data": { "ref/stable/dmProfile": {} }, @@ -157801,7 +157801,7 @@ [ "endian", { - "_index": 7762, + "_index": 8613, "data": { "ref/stable/bit": {} }, @@ -157811,7 +157811,7 @@ [ "endif", { - "_index": 1195, + "_index": 1960, "data": { "manuals/script": {}, "manuals/shader": {} @@ -157822,7 +157822,7 @@ [ "ending", { - "_index": 1213, + "_index": 2806, "data": { "manuals/lua": {}, "manuals/shader": {}, @@ -157834,7 +157834,7 @@ [ "endless", { - "_index": 6747, + "_index": 6729, "data": { "assets/endlessrunner": {} }, @@ -157844,7 +157844,7 @@ [ "endlessrunner", { - "_index": 6746, + "_index": 6728, "data": { "assets/endlessrunner": {} }, @@ -157854,7 +157854,7 @@ [ "endraw", { - "_index": 2288, + "_index": 825, "data": { "manuals/application-security": {}, "manuals/editor": {}, @@ -157868,7 +157868,7 @@ [ "ends", { - "_index": 8560, + "_index": 7101, "data": { "ref/stable/io": {}, "ref/stable/os": {}, @@ -157880,7 +157880,7 @@ [ "ends_with", { - "_index": 5186, + "_index": 5393, "data": { "manuals/editor-scripts": {} }, @@ -157890,7 +157890,7 @@ [ "enemies", { - "_index": 649, + "_index": 1617, "data": { "manuals/building-blocks": {}, "manuals/collection-factory": {}, @@ -157904,7 +157904,7 @@ [ "enemy", { - "_index": 651, + "_index": 1579, "data": { "examples/physics/knockback": {}, "examples/tilemap/collisions": {}, @@ -157920,7 +157920,7 @@ [ "enemy_id", { - "_index": 2632, + "_index": 4346, "data": { "manuals/factory": {} }, @@ -157930,7 +157930,7 @@ [ "energy", { - "_index": 6273, + "_index": 6508, "data": { "assets/vitahealthenergy": {} }, @@ -157940,7 +157940,7 @@ [ "engaging", { - "_index": 6476, + "_index": 6512, "data": { "assets/admob-defold": {} }, @@ -157950,7 +157950,7 @@ [ "engine", { - "_index": 547, + "_index": 552, "data": { "assets/apathfinding": {}, "assets/crazygames": {}, @@ -158058,7 +158058,7 @@ [ "engine_arguments", { - "_index": 2338, + "_index": 929, "data": { "manuals/html5": {} }, @@ -158068,7 +158068,7 @@ [ "engine_sha1", { - "_index": 10643, + "_index": 8795, "data": { "ref/stable/editor": {} }, @@ -158078,7 +158078,7 @@ [ "enginejs", { - "_index": 5027, + "_index": 4634, "data": { "manuals/extensions-manifest-merge-tool": {} }, @@ -158088,7 +158088,7 @@ [ "enginejs.src", { - "_index": 5031, + "_index": 4638, "data": { "manuals/extensions-manifest-merge-tool": {} }, @@ -158098,7 +158098,7 @@ [ "enginejs.type", { - "_index": 5029, + "_index": 4636, "data": { "manuals/extensions-manifest-merge-tool": {} }, @@ -158108,7 +158108,7 @@ [ "enginejsdocument.createelement", { - "_index": 5035, + "_index": 4642, "data": { "manuals/extensions-manifest-merge-tool": {} }, @@ -158118,7 +158118,7 @@ [ "engineloader.load", { - "_index": 2323, + "_index": 887, "data": { "manuals/html5": {} }, @@ -158128,7 +158128,7 @@ [ "engines", { - "_index": 3591, + "_index": 2093, "data": { "manuals/building-blocks": {}, "manuals/extensions-best-practices": {}, @@ -158143,7 +158143,7 @@ [ "english", { - "_index": 1631, + "_index": 4825, "data": { "manuals/porting-guidelines": {} }, @@ -158153,7 +158153,7 @@ [ "enjoy", { - "_index": 3607, + "_index": 5616, "data": { "manuals/introduction": {} }, @@ -158163,7 +158163,7 @@ [ "enough", { - "_index": 2215, + "_index": 688, "data": { "manuals/editor-scripts-ui": {}, "manuals/factory": {}, @@ -158180,7 +158180,7 @@ [ "ensure", { - "_index": 1384, + "_index": 2359, "data": { "examples/factory/dynamic": {}, "manuals/application-security": {}, @@ -158195,7 +158195,7 @@ [ "ensures", { - "_index": 5666, + "_index": 2187, "data": { "manuals/optimization-size": {}, "ref/stable/gui": {} @@ -158206,7 +158206,7 @@ [ "ensuring", { - "_index": 6822, + "_index": 9746, "data": { "ref/stable/liveupdate": {} }, @@ -158216,7 +158216,7 @@ [ "enter", { - "_index": 3073, + "_index": 1287, "data": { "manuals/debugging-game-logic": {}, "manuals/editor-scripts-ui": {}, @@ -158233,7 +158233,7 @@ [ "entered", { - "_index": 3780, + "_index": 1464, "data": { "manuals/editor-scripts-ui": {}, "manuals/glossary": {}, @@ -158245,7 +158245,7 @@ [ "enterframe", { - "_index": 3374, + "_index": 5152, "data": { "manuals/flash": {} }, @@ -158255,7 +158255,7 @@ [ "enters", { - "_index": 5909, + "_index": 5689, "data": { "manuals/application-lifecycle": {}, "manuals/physics-events": {}, @@ -158267,7 +158267,7 @@ [ "entertainment", { - "_index": 4679, + "_index": 2204, "data": { "manuals/adapting-graphics-to-screen-size": {} }, @@ -158277,7 +158277,7 @@ [ "entire", { - "_index": 4109, + "_index": 2007, "data": { "examples/material/noise": {}, "examples/material/uvgradient": {}, @@ -158299,7 +158299,7 @@ [ "entirely", { - "_index": 6534, + "_index": 6673, "data": { "assets/compat53": {} }, @@ -158309,7 +158309,7 @@ [ "entities", { - "_index": 4325, + "_index": 5365, "data": { "assets/crowd-runner-defold": {}, "manuals/building-blocks": {}, @@ -158323,7 +158323,7 @@ [ "entitlement", { - "_index": 5356, + "_index": 5837, "data": { "manuals/macos": {} }, @@ -158333,7 +158333,7 @@ [ "entitlement.plist", { - "_index": 5364, + "_index": 5846, "data": { "manuals/macos": {} }, @@ -158343,7 +158343,7 @@ [ "entitlements", { - "_index": 5345, + "_index": 5827, "data": { "manuals/macos": {} }, @@ -158353,7 +158353,7 @@ [ "entity", { - "_index": 3505, + "_index": 3053, "data": { "manuals/ios": {} }, @@ -158363,7 +158363,7 @@ [ "entries", { - "_index": 4059, + "_index": 3902, "data": { "assets/lualocade": {}, "manuals/editor-scripts": {}, @@ -158385,7 +158385,7 @@ [ "entry", { - "_index": 1844, + "_index": 2042, "data": { "manuals/atlas": {}, "manuals/debugging-game-logic": {}, @@ -158415,7 +158415,7 @@ [ "enum", { - "_index": 3897, + "_index": 1367, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/crash": {}, @@ -158430,7 +158430,7 @@ [ "enumerated", { - "_index": 10421, + "_index": 10640, "data": { "ref/stable/base": {} }, @@ -158440,7 +158440,7 @@ [ "enumeration", { - "_index": 7209, + "_index": 8151, "data": { "ref/stable/dmBuffer": {}, "ref/stable/dmConnectionPool": {}, @@ -158459,7 +158459,7 @@ [ "enumerator", { - "_index": 4845, + "_index": 3356, "data": { "manuals/addressing": {} }, @@ -158469,7 +158469,7 @@ [ "env:latest", { - "_index": 1410, + "_index": 4039, "data": { "manuals/extender-docker-images": {}, "manuals/extender-local-setup": {} @@ -158480,7 +158480,7 @@ [ "environment", { - "_index": 4615, + "_index": 2015, "data": { "manuals/bundling": {}, "manuals/debugging-game-logic": {}, @@ -158499,7 +158499,7 @@ [ "environments", { - "_index": 1800, + "_index": 3308, "data": { "manuals/glossary": {}, "manuals/live-update": {}, @@ -158511,7 +158511,7 @@ [ "ephemeral", { - "_index": 8132, + "_index": 10444, "data": { "ref/stable/socket": {} }, @@ -158521,7 +158521,7 @@ [ "epoch", { - "_index": 8218, + "_index": 9954, "data": { "ref/stable/os": {}, "ref/stable/socket": {} @@ -158532,7 +158532,7 @@ [ "equal", { - "_index": 3861, + "_index": 407, "data": { "examples/particles/fire_and_smoke": {}, "manuals/editor-scripts-ui": {}, @@ -158554,7 +158554,7 @@ [ "equaling", { - "_index": 9124, + "_index": 7579, "data": { "ref/stable/gui": {} }, @@ -158564,7 +158564,7 @@ [ "equally", { - "_index": 10043, + "_index": 10698, "data": { "ref/stable/sound": {} }, @@ -158574,7 +158574,7 @@ [ "equates", { - "_index": 3702, + "_index": 1816, "data": { "manuals/render": {} }, @@ -158584,7 +158584,7 @@ [ "equation", { - "_index": 8646, + "_index": 9375, "data": { "ref/stable/dmIntersection": {} }, @@ -158594,7 +158594,7 @@ [ "equations", { - "_index": 7887, + "_index": 8523, "data": { "ref/stable/dmIntersection": {}, "ref/stable/render": {} @@ -158605,7 +158605,7 @@ [ "equipped", { - "_index": 4555, + "_index": 4559, "data": { "manuals/building-blocks": {}, "manuals/glossary": {} @@ -158616,7 +158616,7 @@ [ "equivalent", { - "_index": 2112, + "_index": 2498, "data": { "manuals/flash": {}, "manuals/flipbook-animation": {}, @@ -158637,7 +158637,7 @@ [ "era", { - "_index": 6403, + "_index": 6292, "data": { "assets/alienworld": {}, "assets/warbattlesassetpack": {} @@ -158648,7 +158648,7 @@ [ "erase", { - "_index": 4338, + "_index": 4427, "data": { "manuals/tilemap": {} }, @@ -158658,7 +158658,7 @@ [ "erased", { - "_index": 8589, + "_index": 9401, "data": { "ref/stable/io": {} }, @@ -158668,7 +158668,7 @@ [ "eraser", { - "_index": 4339, + "_index": 4428, "data": { "manuals/tilemap": {} }, @@ -158678,7 +158678,7 @@ [ "eraseswap", { - "_index": 10058, + "_index": 7431, "data": { "ref/stable/dmArray": {} }, @@ -158688,7 +158688,7 @@ [ "eraseswapref", { - "_index": 10059, + "_index": 7432, "data": { "ref/stable/dmArray": {} }, @@ -158698,7 +158698,7 @@ [ "err", { - "_index": 6264, + "_index": 6443, "data": { "assets/err": {}, "ref/stable/base": {}, @@ -158710,7 +158710,7 @@ [ "errno", { - "_index": 9679, + "_index": 8150, "data": { "ref/stable/dmFileDescriptor": {} }, @@ -158720,7 +158720,7 @@ [ "error", { - "_index": 1784, + "_index": 672, "data": { "assets/err": {}, "manuals/addressing": {}, @@ -158765,7 +158765,7 @@ [ "error:script", { - "_index": 2546, + "_index": 5897, "data": { "manuals/gui-script": {} }, @@ -158775,7 +158775,7 @@ [ "errors", { - "_index": 1190, + "_index": 747, "data": { "assets/sentinel": {}, "manuals/debugging-game-logic": {}, @@ -158804,7 +158804,7 @@ [ "eruption", { - "_index": 6137, + "_index": 6227, "data": { "examples/timer/cancel_timer": {} }, @@ -158814,7 +158814,7 @@ [ "es", { - "_index": 873, + "_index": 1715, "data": { "manuals/compute": {}, "manuals/render": {}, @@ -158826,7 +158826,7 @@ [ "es2", { - "_index": 1055, + "_index": 2706, "data": { "manuals/shader": {} }, @@ -158836,7 +158836,7 @@ [ "esc", { - "_index": 5946, + "_index": 1972, "data": { "manuals/editor-preferences": {} }, @@ -158846,7 +158846,7 @@ [ "escape", { - "_index": 3940, + "_index": 1438, "data": { "manuals/editor-preferences": {}, "manuals/editor-scripts-ui": {}, @@ -158860,7 +158860,7 @@ [ "escaped", { - "_index": 2290, + "_index": 830, "data": { "manuals/html5": {}, "ref/stable/string": {} @@ -158871,7 +158871,7 @@ [ "especially", { - "_index": 1531, + "_index": 3081, "data": { "manuals/optimization-speed": {}, "ref/stable/engine": {} @@ -158882,7 +158882,7 @@ [ "essentially", { - "_index": 240, + "_index": 1815, "data": { "manuals/flash": {}, "manuals/physics-shapes": {}, @@ -158896,7 +158896,7 @@ [ "established", { - "_index": 6241, + "_index": 6232, "data": { "examples/material/unlit": {} }, @@ -158906,7 +158906,7 @@ [ "establishes", { - "_index": 5213, + "_index": 5421, "data": { "examples/render/orbit_camera": {}, "manuals/editor-scripts": {} @@ -158917,7 +158917,7 @@ [ "estimated", { - "_index": 3192, + "_index": 1194, "data": { "manuals/particlefx": {} }, @@ -158927,7 +158927,7 @@ [ "etc", { - "_index": 1234, + "_index": 1064, "data": { "manuals/addressing": {}, "manuals/android": {}, @@ -158967,7 +158967,7 @@ [ "ethernet", { - "_index": 4518, + "_index": 5666, "data": { "manuals/dev-app": {} }, @@ -158977,7 +158977,7 @@ [ "euclidean", { - "_index": 8349, + "_index": 7047, "data": { "ref/stable/vmath": {} }, @@ -158987,7 +158987,7 @@ [ "euler", { - "_index": 5303, + "_index": 2589, "data": { "manuals/properties": {}, "ref/stable/go": {}, @@ -158999,7 +158999,7 @@ [ "europe", { - "_index": 1398, + "_index": 4028, "data": { "manuals/extender-docker-images": {}, "manuals/extender-local-setup": {}, @@ -159012,7 +159012,7 @@ [ "eval", { - "_index": 6831, + "_index": 10131, "data": { "ref/stable/html5": {} }, @@ -159022,7 +159022,7 @@ [ "evaluate", { - "_index": 4608, + "_index": 5882, "data": { "manuals/debugging-game-logic": {}, "ref/stable/debug": {} @@ -159033,7 +159033,7 @@ [ "evaluated", { - "_index": 2351, + "_index": 5628, "data": { "manuals/script-properties": {}, "ref/stable/gui": {} @@ -159044,7 +159044,7 @@ [ "evaluating", { - "_index": 4609, + "_index": 5883, "data": { "manuals/debugging-game-logic": {} }, @@ -159054,7 +159054,7 @@ [ "evaluator", { - "_index": 4611, + "_index": 5884, "data": { "manuals/debugging-game-logic": {} }, @@ -159064,7 +159064,7 @@ [ "even", { - "_index": 236, + "_index": 497, "data": { "assets/compat53": {}, "assets/panthera": {}, @@ -159100,7 +159100,7 @@ [ "evenly", { - "_index": 6582, + "_index": 6417, "data": { "assets/editor-script-distribute": {} }, @@ -159110,7 +159110,7 @@ [ "event", { - "_index": 148, + "_index": 2582, "data": { "assets/def-behavior-tree": {}, "assets/defold-event": {}, @@ -159137,7 +159137,7 @@ [ "event_id_deiconifyapp", { - "_index": 8011, + "_index": 9802, "data": { "ref/stable/dmExtension": {} }, @@ -159147,7 +159147,7 @@ [ "event_id_iconifyapp", { - "_index": 8010, + "_index": 9801, "data": { "ref/stable/dmExtension": {} }, @@ -159157,7 +159157,7 @@ [ "eventid", { - "_index": 8009, + "_index": 9800, "data": { "ref/stable/dmExtension": {} }, @@ -159167,7 +159167,7 @@ [ "events", { - "_index": 38, + "_index": 1071, "data": { "assets/googleanalyticsforfirebase": {}, "assets/googleplaygameservices": {}, @@ -159195,7 +159195,7 @@ [ "eventually", { - "_index": 1546, + "_index": 1641, "data": { "manuals/message-passing": {}, "manuals/optimization-speed": {} @@ -159206,7 +159206,7 @@ [ "ever", { - "_index": 3601, + "_index": 3973, "data": { "manuals/introduction": {}, "manuals/live-update-scripting": {} @@ -159217,7 +159217,7 @@ [ "every", { - "_index": 1465, + "_index": 504, "data": { "assets/panthera": {}, "examples/timer/cancel_timer": {}, @@ -159254,7 +159254,7 @@ [ "everything", { - "_index": 1723, + "_index": 3320, "data": { "manuals/debugging-game-logic": {}, "manuals/glossary": {}, @@ -159270,7 +159270,7 @@ [ "everywhere", { - "_index": 1046, + "_index": 2701, "data": { "manuals/shader": {}, "manuals/sound": {}, @@ -159282,7 +159282,7 @@ [ "evolved", { - "_index": 2794, + "_index": 4159, "data": { "manuals/application-security": {} }, @@ -159292,7 +159292,7 @@ [ "ex", { - "_index": 9738, + "_index": 7249, "data": { "ref/stable/math": {} }, @@ -159302,7 +159302,7 @@ [ "exact", { - "_index": 1333, + "_index": 4409, "data": { "manuals/components": {}, "manuals/extensions-ext-manifests": {}, @@ -159316,7 +159316,7 @@ [ "exactly", { - "_index": 1872, + "_index": 468, "data": { "manuals/application-lifecycle": {}, "manuals/gui": {}, @@ -159333,7 +159333,7 @@ [ "examine", { - "_index": 4078, + "_index": 4277, "data": { "manuals/profiling": {} }, @@ -159343,7 +159343,7 @@ [ "example", { - "_index": 193, + "_index": 39, "data": { "assets/crowd-runner-defold": {}, "examples/animation/cursor": {}, @@ -159519,7 +159519,7 @@ [ "examples", { - "_index": 1868, + "_index": 2089, "data": { "assets/lightandshadows": {}, "examples": {}, @@ -159548,7 +159548,7 @@ [ "examples.apk", { - "_index": 5431, + "_index": 6081, "data": { "manuals/android": {} }, @@ -159558,7 +159558,7 @@ [ "exceed", { - "_index": 8506, + "_index": 7562, "data": { "ref/stable/gui": {}, "ref/stable/sys": {} @@ -159569,7 +159569,7 @@ [ "excellent", { - "_index": 3792, + "_index": 4365, "data": { "examples/material/unlit": {}, "manuals/version-control": {} @@ -159580,7 +159580,7 @@ [ "except", { - "_index": 2985, + "_index": 1415, "data": { "manuals/compute": {}, "manuals/editor-scripts-ui": {}, @@ -159598,7 +159598,7 @@ [ "exception", { - "_index": 7631, + "_index": 7429, "data": { "ref/stable/dmAndroid": {}, "ref/stable/dmArray": {}, @@ -159610,7 +159610,7 @@ [ "exceptions", { - "_index": 5479, + "_index": 3628, "data": { "manuals/extensions-best-practices": {}, "ref/stable/dmAndroid": {}, @@ -159622,7 +159622,7 @@ [ "excess", { - "_index": 8138, + "_index": 10450, "data": { "ref/stable/socket": {} }, @@ -159632,7 +159632,7 @@ [ "excessively", { - "_index": 1390, + "_index": 4023, "data": { "manuals/extender-local-setup": {} }, @@ -159642,7 +159642,7 @@ [ "exchange", { - "_index": 6862, + "_index": 9003, "data": { "ref/stable/dmAtomic": {} }, @@ -159652,7 +159652,7 @@ [ "exchanged", { - "_index": 2823, + "_index": 4182, "data": { "manuals/application-security": {} }, @@ -159662,7 +159662,7 @@ [ "exciting", { - "_index": 1653, + "_index": 4840, "data": { "manuals/porting-guidelines": {} }, @@ -159672,7 +159672,7 @@ [ "excl", { - "_index": 10445, + "_index": 9659, "data": { "ref/stable/dmStringFunc": {} }, @@ -159682,7 +159682,7 @@ [ "exclude", { - "_index": 550, + "_index": 2171, "data": { "manuals/app-manifest": {}, "manuals/application-security": {}, @@ -159700,7 +159700,7 @@ [ "excluded", { - "_index": 557, + "_index": 2083, "data": { "manuals/app-manifest": {}, "manuals/application-security": {}, @@ -159718,7 +159718,7 @@ [ "excludejars", { - "_index": 1338, + "_index": 4689, "data": { "manuals/extensions-ext-manifests": {} }, @@ -159728,7 +159728,7 @@ [ "excludelibs", { - "_index": 1337, + "_index": 4688, "data": { "manuals/extensions-ext-manifests": {} }, @@ -159738,7 +159738,7 @@ [ "excludes", { - "_index": 7560, + "_index": 9771, "data": { "ref/stable/dmTransform": {} }, @@ -159748,7 +159748,7 @@ [ "excludesymbols", { - "_index": 1339, + "_index": 4690, "data": { "manuals/extensions-ext-manifests": {} }, @@ -159758,7 +159758,7 @@ [ "excluding", { - "_index": 5565, + "_index": 2174, "data": { "manuals/optimization-size": {}, "manuals/resource": {}, @@ -159770,7 +159770,7 @@ [ "exclusively", { - "_index": 7940, + "_index": 8568, "data": { "ref/stable/render": {} }, @@ -159780,7 +159780,7 @@ [ "excuding", { - "_index": 10875, + "_index": 10234, "data": { "ref/stable/profiler": {} }, @@ -159790,7 +159790,7 @@ [ "excuted", { - "_index": 8296, + "_index": 6986, "data": { "ref/stable/vmath": {} }, @@ -159800,7 +159800,7 @@ [ "exe", { - "_index": 2305, + "_index": 850, "data": { "manuals/bundling": {}, "manuals/editor-scripts": {}, @@ -159813,7 +159813,7 @@ [ "executable", { - "_index": 1853, + "_index": 1990, "data": { "manuals/bob": {}, "manuals/bundling": {}, @@ -159833,7 +159833,7 @@ [ "executables", { - "_index": 5947, + "_index": 1981, "data": { "manuals/editor-preferences": {} }, @@ -159843,7 +159843,7 @@ [ "execute", { - "_index": 2208, + "_index": 666, "data": { "manuals/debugging-game-logic": {}, "manuals/editor-scripts": {}, @@ -159863,7 +159863,7 @@ [ "executed", { - "_index": 2957, + "_index": 2452, "data": { "manuals/compute": {}, "manuals/editor-scripts": {}, @@ -159880,7 +159880,7 @@ [ "executes", { - "_index": 2962, + "_index": 5280, "data": { "manuals/compute": {}, "manuals/editor-scripts": {}, @@ -159894,7 +159894,7 @@ [ "executing", { - "_index": 1377, + "_index": 4013, "data": { "manuals/editor-scripts": {}, "manuals/extender-local-setup": {}, @@ -159906,7 +159906,7 @@ [ "execution", { - "_index": 920, + "_index": 2631, "data": { "manuals/building-blocks": {}, "manuals/debugging-game-logic": {}, @@ -159928,7 +159928,7 @@ [ "exempt", { - "_index": 2813, + "_index": 4175, "data": { "manuals/application-security": {} }, @@ -159938,7 +159938,7 @@ [ "exist", { - "_index": 98, + "_index": 1157, "data": { "manuals/addressing": {}, "manuals/editor-scripts": {}, @@ -159972,7 +159972,7 @@ [ "existed", { - "_index": 2785, + "_index": 4151, "data": { "manuals/application-security": {}, "ref/stable/dmRender": {} @@ -159983,7 +159983,7 @@ [ "existent", { - "_index": 5177, + "_index": 5384, "data": { "manuals/editor-scripts": {}, "ref/stable/base": {}, @@ -159995,7 +159995,7 @@ [ "existing", { - "_index": 431, + "_index": 2822, "data": { "assets/fontgen": {}, "manuals/android": {}, @@ -160019,7 +160019,7 @@ [ "exists", { - "_index": 1798, + "_index": 1046, "data": { "manuals/editor-scripts": {}, "manuals/editor-scripts-ui": {}, @@ -160044,7 +160044,7 @@ [ "exit", { - "_index": 4982, + "_index": 2043, "data": { "manuals/physics-events": {}, "manuals/physics-messages": {}, @@ -160060,7 +160060,7 @@ [ "exited", { - "_index": 5845, + "_index": 4537, "data": { "manuals/glossary": {} }, @@ -160070,7 +160070,7 @@ [ "exits", { - "_index": 4980, + "_index": 2438, "data": { "manuals/application-lifecycle": {}, "manuals/physics-events": {}, @@ -160082,7 +160082,7 @@ [ "exp", { - "_index": 9737, + "_index": 7248, "data": { "ref/stable/math": {} }, @@ -160092,7 +160092,7 @@ [ "expand", { - "_index": 3043, + "_index": 1265, "data": { "manuals/editor": {}, "manuals/editor-scripts": {}, @@ -160105,7 +160105,7 @@ [ "expanded", { - "_index": 1196, + "_index": 2797, "data": { "manuals/shader": {}, "ref/stable/profiler": {} @@ -160116,7 +160116,7 @@ [ "expansion", { - "_index": 6308, + "_index": 6313, "data": { "assets/apkx": {} }, @@ -160126,7 +160126,7 @@ [ "expect", { - "_index": 3314, + "_index": 1654, "data": { "manuals/editor-scripts": {}, "manuals/flash": {}, @@ -160139,7 +160139,7 @@ [ "expected", { - "_index": 1764, + "_index": 481, "data": { "manuals/addressing": {}, "manuals/android": {}, @@ -160166,7 +160166,7 @@ [ "expects", { - "_index": 3933, + "_index": 1425, "data": { "manuals/editor-scripts": {}, "manuals/editor-scripts-ui": {}, @@ -160179,7 +160179,7 @@ [ "expensive", { - "_index": 8377, + "_index": 7083, "data": { "ref/stable/vmath": {} }, @@ -160189,7 +160189,7 @@ [ "experience", { - "_index": 1766, + "_index": 3830, "data": { "manuals/design": {}, "manuals/lua": {}, @@ -160202,7 +160202,7 @@ [ "experiment", { - "_index": 3576, + "_index": 5595, "data": { "manuals/introduction": {} }, @@ -160212,7 +160212,7 @@ [ "experimental", { - "_index": 4932, + "_index": 4735, "data": { "manuals/extensions": {} }, @@ -160222,7 +160222,7 @@ [ "experimentally", { - "_index": 10399, + "_index": 10618, "data": { "ref/stable/base": {} }, @@ -160232,7 +160232,7 @@ [ "experimentation", { - "_index": 4333, + "_index": 5961, "data": { "manuals/design": {} }, @@ -160242,7 +160242,7 @@ [ "experimenting", { - "_index": 6229, + "_index": 6243, "data": { "examples/material/uvgradient": {} }, @@ -160252,7 +160252,7 @@ [ "expires", { - "_index": 3431, + "_index": 2972, "data": { "manuals/ios": {} }, @@ -160262,7 +160262,7 @@ [ "explain", { - "_index": 2400, + "_index": 4939, "data": { "manuals/getting-help": {} }, @@ -160272,7 +160272,7 @@ [ "explaining", { - "_index": 7265, + "_index": 8888, "data": { "ref/stable/editor": {}, "ref/stable/package": {} @@ -160283,7 +160283,7 @@ [ "explains", { - "_index": 997, + "_index": 2675, "data": { "manuals/flash": {}, "manuals/physics": {}, @@ -160296,7 +160296,7 @@ [ "explanation", { - "_index": 2922, + "_index": 4580, "data": { "manuals/compute": {}, "manuals/glossary": {}, @@ -160308,7 +160308,7 @@ [ "explanations", { - "_index": 3604, + "_index": 5613, "data": { "manuals/introduction": {} }, @@ -160318,7 +160318,7 @@ [ "explicit", { - "_index": 1119, + "_index": 2748, "data": { "manuals/design": {}, "manuals/shader": {}, @@ -160330,7 +160330,7 @@ [ "explicitly", { - "_index": 733, + "_index": 1492, "data": { "manuals/android": {}, "manuals/collection-factory": {}, @@ -160353,7 +160353,7 @@ [ "explore", { - "_index": 6173, + "_index": 6187, "data": { "examples/render/orbit_camera": {} }, @@ -160363,7 +160363,7 @@ [ "explorer", { - "_index": 2227, + "_index": 720, "data": { "manuals/html5": {} }, @@ -160373,7 +160373,7 @@ [ "exponent", { - "_index": 10436, + "_index": 10656, "data": { "ref/stable/base": {} }, @@ -160383,7 +160383,7 @@ [ "exponential", { - "_index": 8978, + "_index": 7636, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -160394,7 +160394,7 @@ [ "export", { - "_index": 480, + "_index": 699, "data": { "assets/panthera": {}, "assets/tilesetter": {}, @@ -160413,7 +160413,7 @@ [ "export/import", { - "_index": 2097, + "_index": 1091, "data": { "manuals/extensions-defold-sdk": {} }, @@ -160423,7 +160423,7 @@ [ "exported", { - "_index": 2246, + "_index": 766, "data": { "manuals/flash": {}, "manuals/html5": {}, @@ -160437,7 +160437,7 @@ [ "exporter", { - "_index": 475, + "_index": 4506, "data": { "assets/cleanexporter": {}, "assets/photoshopguiexporter": {}, @@ -160451,7 +160451,7 @@ [ "exporting", { - "_index": 4825, + "_index": 4806, "data": { "manuals/importing-models": {} }, @@ -160461,7 +160461,7 @@ [ "exports", { - "_index": 6690, + "_index": 6370, "data": { "assets/spritefusion": {} }, @@ -160471,7 +160471,7 @@ [ "expose", { - "_index": 506, + "_index": 3139, "data": { "assets/luascriptinstance": {}, "manuals/editor-scripts": {}, @@ -160486,7 +160486,7 @@ [ "exposed", { - "_index": 1106, + "_index": 2739, "data": { "manuals/shader": {}, "ref/stable/go": {} @@ -160497,7 +160497,7 @@ [ "exposes", { - "_index": 5597, + "_index": 3908, "data": { "manuals/font": {} }, @@ -160507,7 +160507,7 @@ [ "exposing", { - "_index": 6415, + "_index": 6469, "data": { "assets/yoga": {} }, @@ -160517,7 +160517,7 @@ [ "express", { - "_index": 4670, + "_index": 3778, "data": { "manuals/font": {}, "manuals/property-animation": {} @@ -160528,7 +160528,7 @@ [ "expressed", { - "_index": 941, + "_index": 304, "data": { "manuals/atlas": {}, "manuals/gui": {}, @@ -160549,7 +160549,7 @@ [ "expression", { - "_index": 4601, + "_index": 4538, "data": { "assets/lpeg": {}, "manuals/debugging-game-logic": {}, @@ -160564,7 +160564,7 @@ [ "expressions", { - "_index": 2350, + "_index": 5627, "data": { "manuals/debugging-game-logic": {}, "manuals/script-properties": {}, @@ -160576,7 +160576,7 @@ [ "ext", { - "_index": 6713, + "_index": 6337, "data": { "assets/defold-oop": {} }, @@ -160586,7 +160586,7 @@ [ "ext.manifest", { - "_index": 1269, + "_index": 3708, "data": { "manuals/editor-scripts": {}, "manuals/extensions": {}, @@ -160599,7 +160599,7 @@ [ "ext.properties", { - "_index": 4386, + "_index": 3707, "data": { "manuals/project-settings": {} }, @@ -160609,7 +160609,7 @@ [ "ext/plugins/bin", { - "_index": 5236, + "_index": 5442, "data": { "manuals/editor-scripts": {} }, @@ -160619,7 +160619,7 @@ [ "extend", { - "_index": 2551, + "_index": 2352, "data": { "manuals/glossary": {}, "manuals/gui-pie": {}, @@ -160634,7 +160634,7 @@ [ "extended", { - "_index": 10065, + "_index": 7440, "data": { "ref/stable/dmArray": {} }, @@ -160644,7 +160644,7 @@ [ "extender", { - "_index": 1412, + "_index": 2021, "data": { "manuals/application-security": {}, "manuals/editor-preferences": {}, @@ -160657,7 +160657,7 @@ [ "extender's", { - "_index": 4917, + "_index": 4792, "data": { "manuals/extender-docker-images": {} }, @@ -160667,7 +160667,7 @@ [ "extender.jar", { - "_index": 1422, + "_index": 4047, "data": { "manuals/extender-local-setup": {} }, @@ -160677,7 +160677,7 @@ [ "extender.remote", { - "_index": 4918, + "_index": 4793, "data": { "manuals/extender-docker-images": {} }, @@ -160687,7 +160687,7 @@ [ "extender_version", { - "_index": 1433, + "_index": 4057, "data": { "manuals/extender-local-setup": {} }, @@ -160697,7 +160697,7 @@ [ "extender_version}.jar", { - "_index": 1449, + "_index": 4071, "data": { "manuals/extender-local-setup": {} }, @@ -160707,7 +160707,7 @@ [ "extending", { - "_index": 6470, + "_index": 6327, "data": { "assets/fontgen": {} }, @@ -160717,7 +160717,7 @@ [ "extends", { - "_index": 4912, + "_index": 4579, "data": { "manuals/extender-docker-images": {}, "manuals/glossary": {} @@ -160728,7 +160728,7 @@ [ "extensible", { - "_index": 6024, + "_index": 3130, "data": { "manuals/editor-templates": {} }, @@ -160738,7 +160738,7 @@ [ "extensioin", { - "_index": 8018, + "_index": 9809, "data": { "ref/stable/dmExtension": {} }, @@ -160748,7 +160748,7 @@ [ "extension", { - "_index": 859, + "_index": 1067, "data": { "assets/adinfo": {}, "assets/adjustsdk": {}, @@ -160840,7 +160840,7 @@ [ "extension\\n", { - "_index": 4949, + "_index": 4754, "data": { "manuals/extensions": {} }, @@ -160850,7 +160850,7 @@ [ "extension_result_ok", { - "_index": 8038, + "_index": 9828, "data": { "ref/stable/dmExtension": {} }, @@ -160860,7 +160860,7 @@ [ "extensionappparams", { - "_index": 8037, + "_index": 9827, "data": { "ref/stable/dmExtension": {} }, @@ -160870,7 +160870,7 @@ [ "extensioncallbacktype", { - "_index": 8012, + "_index": 9803, "data": { "ref/stable/dmExtension": {} }, @@ -160880,7 +160880,7 @@ [ "extensiondescbuffersize", { - "_index": 8013, + "_index": 9804, "data": { "ref/stable/dmExtension": {} }, @@ -160890,7 +160890,7 @@ [ "extensiondirectories", { - "_index": 6285, + "_index": 6277, "data": { "assets/extensiondirectories": {} }, @@ -160900,7 +160900,7 @@ [ "extensionevent", { - "_index": 8042, + "_index": 9830, "data": { "ref/stable/dmExtension": {} }, @@ -160910,7 +160910,7 @@ [ "extensioneventid", { - "_index": 8014, + "_index": 9805, "data": { "ref/stable/dmExtension": {} }, @@ -160920,7 +160920,7 @@ [ "extensionparams", { - "_index": 8015, + "_index": 9806, "data": { "ref/stable/dmExtension": {} }, @@ -160930,7 +160930,7 @@ [ "extensionregister", { - "_index": 8019, + "_index": 9810, "data": { "ref/stable/dmExtension": {} }, @@ -160940,7 +160940,7 @@ [ "extensionregisteriosuiapplicationdelegate", { - "_index": 8028, + "_index": 9818, "data": { "ref/stable/dmExtension": {} }, @@ -160950,7 +160950,7 @@ [ "extensionresult", { - "_index": 8033, + "_index": 9823, "data": { "ref/stable/dmExtension": {} }, @@ -160960,7 +160960,7 @@ [ "extensions", { - "_index": 793, + "_index": 996, "data": { "manuals/android": {}, "manuals/animation": {}, @@ -160997,7 +160997,7 @@ [ "extensionunregisteriosuiapplicationdelegate", { - "_index": 8034, + "_index": 9824, "data": { "ref/stable/dmExtension": {} }, @@ -161007,7 +161007,7 @@ [ "extensive", { - "_index": 3823, + "_index": 242, "data": { "manuals/gui": {}, "manuals/version-control": {} @@ -161018,7 +161018,7 @@ [ "extent", { - "_index": 8357, + "_index": 7062, "data": { "ref/stable/vmath": {} }, @@ -161028,7 +161028,7 @@ [ "extern", { - "_index": 10350, + "_index": 8767, "data": { "ref/stable/dmProfile": {} }, @@ -161038,7 +161038,7 @@ [ "external", { - "_index": 156, + "_index": 1770, "data": { "manuals/bob": {}, "manuals/bundling": {}, @@ -161062,7 +161062,7 @@ [ "external_file_attributes", { - "_index": 10650, + "_index": 8804, "data": { "ref/stable/editor": {} }, @@ -161072,7 +161072,7 @@ [ "external_file_field", { - "_index": 3926, + "_index": 1410, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -161083,7 +161083,7 @@ [ "externalize", { - "_index": 2699, + "_index": 5731, "data": { "manuals/modules": {} }, @@ -161093,7 +161093,7 @@ [ "externally", { - "_index": 9614, + "_index": 9254, "data": { "ref/stable/dmGameObject": {} }, @@ -161103,7 +161103,7 @@ [ "extra", { - "_index": 1290, + "_index": 879, "data": { "assets/defos": {}, "assets/defstring": {}, @@ -161129,7 +161129,7 @@ [ "extra_params", { - "_index": 2339, + "_index": 930, "data": { "manuals/html5": {} }, @@ -161139,7 +161139,7 @@ [ "extract", { - "_index": 3762, + "_index": 3600, "data": { "manuals/debugging-game-and-system-logs": {}, "manuals/editor-scripts": {}, @@ -161152,7 +161152,7 @@ [ "extracted", { - "_index": 3485, + "_index": 3029, "data": { "manuals/debugging-game-and-system-logs": {}, "manuals/editor-scripts": {}, @@ -161164,7 +161164,7 @@ [ "extractscale", { - "_index": 7563, + "_index": 9773, "data": { "ref/stable/dmTransform": {} }, @@ -161174,7 +161174,7 @@ [ "extremely", { - "_index": 3784, + "_index": 4358, "data": { "manuals/design": {}, "manuals/glossary": {}, @@ -161186,7 +161186,7 @@ [ "extrude", { - "_index": 2468, + "_index": 2840, "data": { "manuals/atlas": {}, "manuals/tilesource": {} @@ -161197,7 +161197,7 @@ [ "extruding", { - "_index": 2473, + "_index": 2845, "data": { "manuals/atlas": {} }, @@ -161207,7 +161207,7 @@ [ "eye", { - "_index": 8330, + "_index": 7028, "data": { "ref/stable/vmath": {} }, @@ -161217,7 +161217,7 @@ [ "f", { - "_index": 1461, + "_index": 1218, "data": { "assets/tactxstudios": {}, "manuals/atlas": {}, @@ -161234,7 +161234,7 @@ [ "face", { - "_index": 3124, + "_index": 2409, "data": { "examples/movement/look_rotation": {}, "manuals/editor-styling": {}, @@ -161247,7 +161247,7 @@ [ "face_color", { - "_index": 978, + "_index": 2661, "data": { "manuals/shader": {} }, @@ -161257,7 +161257,7 @@ [ "face_type", { - "_index": 7915, + "_index": 8552, "data": { "ref/stable/render": {} }, @@ -161267,7 +161267,7 @@ [ "face_type_back", { - "_index": 9818, + "_index": 8243, "data": { "ref/stable/graphics": {} }, @@ -161277,7 +161277,7 @@ [ "face_type_front", { - "_index": 9819, + "_index": 8245, "data": { "ref/stable/graphics": {} }, @@ -161287,7 +161287,7 @@ [ "face_type_front_and_back", { - "_index": 9820, + "_index": 8247, "data": { "ref/stable/graphics": {} }, @@ -161297,7 +161297,7 @@ [ "facebook", { - "_index": 4722, + "_index": 2063, "data": { "assets/facebook": {}, "assets/facebookads": {}, @@ -161313,7 +161313,7 @@ [ "facebook's", { - "_index": 6416, + "_index": 6470, "data": { "assets/yoga": {} }, @@ -161323,7 +161323,7 @@ [ "facebook.com", { - "_index": 5021, + "_index": 4627, "data": { "manuals/extensions-manifest-merge-tool": {} }, @@ -161333,7 +161333,7 @@ [ "facebookads", { - "_index": 6440, + "_index": 6726, "data": { "assets/facebookads": {} }, @@ -161343,7 +161343,7 @@ [ "facebookinstantgames", { - "_index": 6451, + "_index": 6526, "data": { "assets/facebookinstantgames": {} }, @@ -161353,7 +161353,7 @@ [ "faces", { - "_index": 4826, + "_index": 4807, "data": { "manuals/importing-models": {} }, @@ -161363,7 +161363,7 @@ [ "facewinding", { - "_index": 10231, + "_index": 6832, "data": { "ref/stable/dmGraphics": {} }, @@ -161373,7 +161373,7 @@ [ "facilities", { - "_index": 6961, + "_index": 7103, "data": { "ref/stable/debug": {}, "ref/stable/socket": {}, @@ -161385,7 +161385,7 @@ [ "facility", { - "_index": 7280, + "_index": 9328, "data": { "ref/stable/package": {} }, @@ -161395,7 +161395,7 @@ [ "facing", { - "_index": 7912, + "_index": 8550, "data": { "ref/stable/render": {} }, @@ -161405,7 +161405,7 @@ [ "fact", { - "_index": 1823, + "_index": 2496, "data": { "manuals/factory": {}, "manuals/flipbook-animation": {}, @@ -161420,7 +161420,7 @@ [ "factions", { - "_index": 3392, + "_index": 5164, "data": { "manuals/flash": {} }, @@ -161430,7 +161430,7 @@ [ "factor", { - "_index": 3618, + "_index": 1694, "data": { "assets/fontscale": {}, "manuals/collection-proxy": {}, @@ -161448,7 +161448,7 @@ [ "factories", { - "_index": 3264, + "_index": 2184, "data": { "examples/particles/fireworks": {}, "manuals/building-blocks": {}, @@ -161463,7 +161463,7 @@ [ "factories#logo_factory", { - "_index": 3267, + "_index": 5078, "data": { "manuals/flash": {} }, @@ -161473,7 +161473,7 @@ [ "factors", { - "_index": 7520, + "_index": 8512, "data": { "ref/stable/dmRender": {}, "ref/stable/render": {} @@ -161484,7 +161484,7 @@ [ "factory", { - "_index": 637, + "_index": 2509, "data": { "examples/factory/basic": {}, "examples/factory/bullets": {}, @@ -161509,7 +161509,7 @@ [ "factory.create", { - "_index": 2150, + "_index": 4296, "data": { "manuals/factory": {}, "manuals/flash": {}, @@ -161523,7 +161523,7 @@ [ "factory.get_status", { - "_index": 6951, + "_index": 7177, "data": { "ref/stable/factory": {} }, @@ -161533,7 +161533,7 @@ [ "factory.load", { - "_index": 2629, + "_index": 4343, "data": { "manuals/factory": {}, "ref/stable/factory": {} @@ -161544,7 +161544,7 @@ [ "factory.script", { - "_index": 2578, + "_index": 4297, "data": { "manuals/factory": {} }, @@ -161554,7 +161554,7 @@ [ "factory.set_prototype", { - "_index": 2630, + "_index": 4344, "data": { "manuals/factory": {}, "ref/stable/factory": {} @@ -161565,7 +161565,7 @@ [ "factory.status_loaded", { - "_index": 6953, + "_index": 7179, "data": { "ref/stable/factory": {} }, @@ -161575,7 +161575,7 @@ [ "factory.status_loading", { - "_index": 6955, + "_index": 7181, "data": { "ref/stable/factory": {} }, @@ -161585,7 +161585,7 @@ [ "factory.status_unloaded", { - "_index": 6954, + "_index": 7180, "data": { "ref/stable/factory": {} }, @@ -161595,7 +161595,7 @@ [ "factory.unload", { - "_index": 2628, + "_index": 4342, "data": { "manuals/factory": {}, "ref/stable/factory": {} @@ -161606,7 +161606,7 @@ [ "factoryc", { - "_index": 8820, + "_index": 10815, "data": { "ref/stable/dmScript": {} }, @@ -161616,7 +161616,7 @@ [ "factory\u2019s", { - "_index": 718, + "_index": 2537, "data": { "manuals/collection-factory": {}, "manuals/factory": {} @@ -161627,7 +161627,7 @@ [ "fade", { - "_index": 2390, + "_index": 4933, "data": { "manuals/getting-help": {} }, @@ -161637,7 +161637,7 @@ [ "fail", { - "_index": 4994, + "_index": 2459, "data": { "manuals/live-update-scripting": {}, "manuals/zerobrane": {}, @@ -161652,7 +161652,7 @@ [ "failed", { - "_index": 2206, + "_index": 664, "data": { "manuals/editor-scripts": {}, "manuals/html5": {}, @@ -161668,7 +161668,7 @@ [ "fails", { - "_index": 3838, + "_index": 4400, "data": { "manuals/version-control": {}, "ref/stable/base": {}, @@ -161685,7 +161685,7 @@ [ "failure", { - "_index": 9651, + "_index": 9293, "data": { "ref/stable/dmConnectionPool": {}, "ref/stable/dmGameObject": {} @@ -161696,7 +161696,7 @@ [ "fair", { - "_index": 1385, + "_index": 4018, "data": { "manuals/extender-local-setup": {} }, @@ -161706,7 +161706,7 @@ [ "fall", { - "_index": 582, + "_index": 727, "data": { "manuals/app-manifest": {}, "manuals/html5": {}, @@ -161719,7 +161719,7 @@ [ "fallback", { - "_index": 1079, + "_index": 696, "data": { "manuals/gui-layouts": {}, "manuals/html5": {}, @@ -161731,7 +161731,7 @@ [ "falling", { - "_index": 5870, + "_index": 4587, "data": { "manuals/glossary": {} }, @@ -161741,7 +161741,7 @@ [ "falls", { - "_index": 5384, + "_index": 5922, "data": { "manuals/components": {} }, @@ -161751,7 +161751,7 @@ [ "false", { - "_index": 2031, + "_index": 752, "data": { "manuals/editor-scripts": {}, "manuals/editor-scripts-ui": {}, @@ -161797,7 +161797,7 @@ [ "familiar", { - "_index": 3270, + "_index": 1512, "data": { "manuals/editor-scripts-ui": {}, "manuals/flash": {}, @@ -161809,7 +161809,7 @@ [ "family", { - "_index": 3133, + "_index": 2418, "data": { "assets/pcg-random": {}, "manuals/editor-styling": {}, @@ -161822,7 +161822,7 @@ [ "fantastic", { - "_index": 6697, + "_index": 6344, "data": { "assets/alienworld": {} }, @@ -161832,7 +161832,7 @@ [ "faq", { - "_index": 2340, + "_index": 932, "data": { "manuals/android": {}, "manuals/editor": {}, @@ -161849,7 +161849,7 @@ [ "faq.md", { - "_index": 2342, + "_index": 934, "data": { "manuals/android": {}, "manuals/editor": {}, @@ -161866,7 +161866,7 @@ [ "far", { - "_index": 3670, + "_index": 1763, "data": { "manuals/camera": {}, "manuals/components": {}, @@ -161882,7 +161882,7 @@ [ "far_z", { - "_index": 6063, + "_index": 3480, "data": { "manuals/camera": {}, "ref/stable/camera": {} @@ -161893,7 +161893,7 @@ [ "farthest", { - "_index": 7903, + "_index": 8539, "data": { "ref/stable/render": {} }, @@ -161903,7 +161903,7 @@ [ "fast", { - "_index": 1765, + "_index": 4880, "data": { "assets/sfmt": {}, "manuals/design": {}, @@ -161919,7 +161919,7 @@ [ "faster", { - "_index": 2647, + "_index": 3667, "data": { "manuals/application-security": {}, "manuals/factory": {}, @@ -161934,7 +161934,7 @@ [ "fatal", { - "_index": 7017, + "_index": 7412, "data": { "ref/stable/dmLog": {} }, @@ -161944,7 +161944,7 @@ [ "faulty", { - "_index": 4621, + "_index": 5891, "data": { "manuals/debugging-game-logic": {} }, @@ -161954,7 +161954,7 @@ [ "favicon.ico", { - "_index": 4509, + "_index": 4963, "data": { "manuals/windows": {} }, @@ -161964,7 +161964,7 @@ [ "favorite", { - "_index": 3584, + "_index": 3158, "data": { "manuals/introduction": {}, "manuals/writing-code": {} @@ -161975,7 +161975,7 @@ [ "favour", { - "_index": 5451, + "_index": 6098, "data": { "manuals/android": {} }, @@ -161985,7 +161985,7 @@ [ "fbinstant", { - "_index": 5894, + "_index": 2350, "data": { "manuals/working-offline": {} }, @@ -161995,7 +161995,7 @@ [ "fcallback", { - "_index": 8036, + "_index": 9826, "data": { "ref/stable/dmExtension": {} }, @@ -162005,7 +162005,7 @@ [ "fconfigfilecreate", { - "_index": 7317, + "_index": 9043, "data": { "ref/stable/dmConfigFile": {} }, @@ -162015,7 +162015,7 @@ [ "fconfigfiledestroy", { - "_index": 7318, + "_index": 9044, "data": { "ref/stable/dmConfigFile": {} }, @@ -162025,7 +162025,7 @@ [ "fconfigfilegetfloat", { - "_index": 7319, + "_index": 9045, "data": { "ref/stable/dmConfigFile": {} }, @@ -162035,7 +162035,7 @@ [ "fconfigfilegetint", { - "_index": 7320, + "_index": 9046, "data": { "ref/stable/dmConfigFile": {} }, @@ -162045,7 +162045,7 @@ [ "fconfigfilegetstring", { - "_index": 7321, + "_index": 9047, "data": { "ref/stable/dmConfigFile": {} }, @@ -162055,7 +162055,7 @@ [ "fd", { - "_index": 7712, + "_index": 9983, "data": { "ref/stable/dmSocket": {} }, @@ -162065,7 +162065,7 @@ [ "fd_clr", { - "_index": 7724, + "_index": 9991, "data": { "ref/stable/dmSocket": {} }, @@ -162075,7 +162075,7 @@ [ "fd_isset", { - "_index": 7727, + "_index": 9994, "data": { "ref/stable/dmSocket": {} }, @@ -162085,7 +162085,7 @@ [ "fd_set", { - "_index": 7729, + "_index": 9996, "data": { "ref/stable/dmSocket": {} }, @@ -162095,7 +162095,7 @@ [ "fd_zero", { - "_index": 7731, + "_index": 9998, "data": { "ref/stable/dmSocket": {} }, @@ -162105,7 +162105,7 @@ [ "fdecryptresource", { - "_index": 6890, + "_index": 8393, "data": { "ref/stable/dmResource": {} }, @@ -162115,7 +162115,7 @@ [ "feat", { - "_index": 6508, + "_index": 6278, "data": { "assets/feat": {} }, @@ -162125,7 +162125,7 @@ [ "feature", { - "_index": 2291, + "_index": 831, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/android": {}, @@ -162150,7 +162150,7 @@ [ "features", { - "_index": 884, + "_index": 1460, "data": { "assets/defold-colors": {}, "assets/defoldgridengine": {}, @@ -162179,7 +162179,7 @@ [ "feed", { - "_index": 6453, + "_index": 6528, "data": { "assets/facebookinstantgames": {} }, @@ -162189,7 +162189,7 @@ [ "feedback", { - "_index": 3081, + "_index": 2480, "data": { "manuals/flipbook-animation": {} }, @@ -162199,7 +162199,7 @@ [ "feel", { - "_index": 3595, + "_index": 5609, "data": { "manuals/introduction": {} }, @@ -162209,7 +162209,7 @@ [ "fetch", { - "_index": 5145, + "_index": 2342, "data": { "manuals/editor-scripts": {}, "manuals/working-offline": {} @@ -162220,7 +162220,7 @@ [ "fetching", { - "_index": 5888, + "_index": 2334, "data": { "manuals/working-offline": {} }, @@ -162230,7 +162230,7 @@ [ "few", { - "_index": 96, + "_index": 1260, "data": { "manuals/debugging-native-code-ios": {}, "manuals/extensions-best-practices": {}, @@ -162256,7 +162256,7 @@ [ "fewer", { - "_index": 4491, + "_index": 589, "data": { "manuals/gui": {} }, @@ -162266,7 +162266,7 @@ [ "fextensionappfinalize", { - "_index": 8022, + "_index": 9813, "data": { "ref/stable/dmExtension": {} }, @@ -162276,7 +162276,7 @@ [ "fextensionappinitialize", { - "_index": 8021, + "_index": 9812, "data": { "ref/stable/dmExtension": {} }, @@ -162286,7 +162286,7 @@ [ "fextensioncallback", { - "_index": 8040, + "_index": 9829, "data": { "ref/stable/dmExtension": {} }, @@ -162296,7 +162296,7 @@ [ "fextensionfinalize", { - "_index": 8025, + "_index": 9815, "data": { "ref/stable/dmExtension": {} }, @@ -162306,7 +162306,7 @@ [ "fextensioninitialize", { - "_index": 8023, + "_index": 9814, "data": { "ref/stable/dmExtension": {} }, @@ -162316,7 +162316,7 @@ [ "fextensiononevent", { - "_index": 8027, + "_index": 9817, "data": { "ref/stable/dmExtension": {} }, @@ -162326,7 +162326,7 @@ [ "fextensionupdate", { - "_index": 8026, + "_index": 9816, "data": { "ref/stable/dmExtension": {} }, @@ -162336,7 +162336,7 @@ [ "fi", { - "_index": 4080, + "_index": 4279, "data": { "assets/alienworld": {}, "assets/horrifold": {}, @@ -162349,7 +162349,7 @@ [ "fiction", { - "_index": 6612, + "_index": 6447, "data": { "assets/narrator": {} }, @@ -162359,7 +162359,7 @@ [ "field", { - "_index": 271, + "_index": 750, "data": { "assets/dsfonts": {}, "manuals/app-manifest": {}, @@ -162400,7 +162400,7 @@ [ "fields", { - "_index": 1977, + "_index": 1198, "data": { "manuals/android": {}, "manuals/extender-docker-images": {}, @@ -162428,7 +162428,7 @@ [ "fifth", { - "_index": 5387, + "_index": 4718, "data": { "manuals/collection-proxy": {} }, @@ -162438,7 +162438,7 @@ [ "figure", { - "_index": 145, + "_index": 2581, "data": { "manuals/debugging-game-logic": {}, "manuals/glossary": {}, @@ -162453,7 +162453,7 @@ [ "file", { - "_index": 263, + "_index": 8, "data": { "assets/acidrain": {}, "assets/asefold": {}, @@ -162572,7 +162572,7 @@ [ "file's", { - "_index": 4865, + "_index": 3384, "data": { "manuals/addressing": {} }, @@ -162582,7 +162582,7 @@ [ "file/folder", { - "_index": 1858, + "_index": 3340, "data": { "manuals/live-update": {}, "ref/stable/editor": {} @@ -162593,7 +162593,7 @@ [ "file:close", { - "_index": 5211, + "_index": 5419, "data": { "manuals/editor-scripts": {}, "ref/stable/io": {} @@ -162604,7 +162604,7 @@ [ "file:flush", { - "_index": 8573, + "_index": 9384, "data": { "ref/stable/io": {} }, @@ -162614,7 +162614,7 @@ [ "file:lines", { - "_index": 8574, + "_index": 9385, "data": { "ref/stable/io": {} }, @@ -162624,7 +162624,7 @@ [ "file:read", { - "_index": 8577, + "_index": 9388, "data": { "ref/stable/io": {} }, @@ -162634,7 +162634,7 @@ [ "file:seek", { - "_index": 8578, + "_index": 9389, "data": { "ref/stable/io": {} }, @@ -162644,7 +162644,7 @@ [ "file:setvbuf", { - "_index": 8582, + "_index": 9393, "data": { "ref/stable/io": {} }, @@ -162654,7 +162654,7 @@ [ "file:write", { - "_index": 5208, + "_index": 5416, "data": { "manuals/editor-scripts": {}, "ref/stable/io": {} @@ -162665,7 +162665,7 @@ [ "file_name", { - "_index": 3909, + "_index": 1388, "data": { "manuals/editor-scripts-ui": {} }, @@ -162675,7 +162675,7 @@ [ "filename", { - "_index": 1665, + "_index": 845, "data": { "manuals/debugging-native-code": {}, "manuals/editor": {}, @@ -162694,7 +162694,7 @@ [ "filepath", { - "_index": 4162, + "_index": 3190, "data": { "manuals/bob": {} }, @@ -162704,7 +162704,7 @@ [ "files", { - "_index": 302, + "_index": 231, "data": { "assets/apkx": {}, "assets/asefold": {}, @@ -162775,7 +162775,7 @@ [ "files\\microsoft", { - "_index": 5955, + "_index": 2001, "data": { "manuals/editor-preferences": {} }, @@ -162785,7 +162785,7 @@ [ "filesystem", { - "_index": 2326, + "_index": 893, "data": { "manuals/editor": {}, "manuals/file-access": {}, @@ -162797,7 +162797,7 @@ [ "file}:{line", { - "_index": 5958, + "_index": 2005, "data": { "manuals/editor-preferences": {} }, @@ -162807,7 +162807,7 @@ [ "fill", { - "_index": 1811, + "_index": 315, "data": { "examples/material/screenspace": {}, "manuals/editor-scripts-ui": {}, @@ -162830,7 +162830,7 @@ [ "fill_angle", { - "_index": 5047, + "_index": 2602, "data": { "manuals/gui-pie": {}, "manuals/properties": {}, @@ -162842,7 +162842,7 @@ [ "filled", { - "_index": 2464, + "_index": 222, "data": { "manuals/atlas": {}, "manuals/gui": {}, @@ -162854,7 +162854,7 @@ [ "fills", { - "_index": 4462, + "_index": 418, "data": { "manuals/gui": {}, "ref/stable/gui": {} @@ -162865,7 +162865,7 @@ [ "filter", { - "_index": 1345, + "_index": 4258, "data": { "manuals/compute": {}, "manuals/extensions-ext-manifests": {}, @@ -162879,7 +162879,7 @@ [ "filter_mode_linear", { - "_index": 2888, + "_index": 6029, "data": { "manuals/material": {} }, @@ -162889,7 +162889,7 @@ [ "filter_mode_linear_mipmap_linear", { - "_index": 2903, + "_index": 6039, "data": { "manuals/material": {} }, @@ -162899,7 +162899,7 @@ [ "filter_mode_linear_mipmap_nearest", { - "_index": 2902, + "_index": 6038, "data": { "manuals/material": {} }, @@ -162909,7 +162909,7 @@ [ "filter_mode_nearest", { - "_index": 2887, + "_index": 6028, "data": { "manuals/material": {} }, @@ -162919,7 +162919,7 @@ [ "filter_mode_nearest_mipmap_linear", { - "_index": 2897, + "_index": 6037, "data": { "manuals/material": {} }, @@ -162929,7 +162929,7 @@ [ "filter_mode_nearest_mipmap_nearest", { - "_index": 2894, + "_index": 6034, "data": { "manuals/material": {} }, @@ -162939,7 +162939,7 @@ [ "filtered", { - "_index": 7096, + "_index": 7506, "data": { "ref/stable/physics": {} }, @@ -162949,7 +162949,7 @@ [ "filtering", { - "_index": 2434, + "_index": 15, "data": { "manuals/compute": {}, "manuals/material": {}, @@ -162963,7 +162963,7 @@ [ "filters", { - "_index": 5722, + "_index": 3558, "data": { "manuals/editor": {}, "manuals/sound": {}, @@ -162976,7 +162976,7 @@ [ "final", { - "_index": 723, + "_index": 1931, "data": { "examples/material/screenspace": {}, "examples/particles/confetti": {}, @@ -163008,7 +163008,7 @@ [ "finalization", { - "_index": 6025, + "_index": 5766, "data": { "manuals/application-lifecycle": {}, "ref/stable/dmExtension": {}, @@ -163022,7 +163022,7 @@ [ "finalize", { - "_index": 8024, + "_index": 7966, "data": { "ref/stable/collectionproxy": {}, "ref/stable/dmExtension": {}, @@ -163035,7 +163035,7 @@ [ "finalized", { - "_index": 8041, + "_index": 7553, "data": { "ref/stable/dmExtension": {}, "ref/stable/go": {}, @@ -163047,7 +163047,7 @@ [ "finalizemyextension", { - "_index": 4954, + "_index": 4759, "data": { "manuals/extensions": {} }, @@ -163057,7 +163057,7 @@ [ "finalizer", { - "_index": 8225, + "_index": 10532, "data": { "ref/stable/socket": {} }, @@ -163067,7 +163067,7 @@ [ "finalizes", { - "_index": 10521, + "_index": 7967, "data": { "ref/stable/collectionproxy": {} }, @@ -163077,7 +163077,7 @@ [ "finalizing", { - "_index": 6027, + "_index": 5768, "data": { "manuals/application-lifecycle": {} }, @@ -163087,7 +163087,7 @@ [ "finally", { - "_index": 3403, + "_index": 1285, "data": { "manuals/addressing": {}, "manuals/application-lifecycle": {}, @@ -163102,7 +163102,7 @@ [ "find", { - "_index": 1022, + "_index": 701, "data": { "assets/2dcollisions": {}, "assets/webgl-memory": {}, @@ -163136,7 +163136,7 @@ [ "finder", { - "_index": 3466, + "_index": 3008, "data": { "assets/apathfinding": {}, "manuals/debugging-game-and-system-logs": {}, @@ -163148,7 +163148,7 @@ [ "finder/explorer", { - "_index": 6490, + "_index": 6408, "data": { "assets/editor-script-extra-locations": {} }, @@ -163158,7 +163158,7 @@ [ "finding", { - "_index": 4574, + "_index": 1934, "data": { "assets/apathfinding": {}, "assets/navgo": {}, @@ -163172,7 +163172,7 @@ [ "finds", { - "_index": 7279, + "_index": 7100, "data": { "ref/stable/package": {}, "ref/stable/string": {} @@ -163183,7 +163183,7 @@ [ "fine", { - "_index": 2126, + "_index": 548, "data": { "manuals/application-security": {}, "manuals/debugging-native-code-android": {}, @@ -163203,7 +163203,7 @@ [ "finger", { - "_index": 2176, + "_index": 4498, "data": { "manuals/input-mouse-and-touch": {}, "ref/stable/dmHid": {}, @@ -163216,7 +163216,7 @@ [ "fingerprint", { - "_index": 9941, + "_index": 8679, "data": { "ref/stable/crash": {} }, @@ -163226,7 +163226,7 @@ [ "finish", { - "_index": 3452, + "_index": 2990, "data": { "manuals/ios": {}, "ref/stable/io": {} @@ -163237,7 +163237,7 @@ [ "finished", { - "_index": 388, + "_index": 3569, "data": { "manuals/editor-scripts": {}, "manuals/project-setup": {}, @@ -163255,7 +163255,7 @@ [ "finishes", { - "_index": 6026, + "_index": 5767, "data": { "manuals/application-lifecycle": {}, "ref/stable/debug": {} @@ -163266,7 +163266,7 @@ [ "fire", { - "_index": 2929, + "_index": 4552, "data": { "examples/particles/fire_and_smoke": {}, "manuals/compute": {}, @@ -163280,7 +163280,7 @@ [ "firebase", { - "_index": 5544, + "_index": 4111, "data": { "assets/firebase-remoteconfig": {}, "assets/googleanalyticsforfirebase": {}, @@ -163293,7 +163293,7 @@ [ "firebasecore", { - "_index": 4026, + "_index": 5945, "data": { "manuals/extensions-cocoapods": {} }, @@ -163303,7 +163303,7 @@ [ "firebaseinstallations", { - "_index": 4028, + "_index": 5947, "data": { "manuals/extensions-cocoapods": {} }, @@ -163313,7 +163313,7 @@ [ "fired", { - "_index": 3771, + "_index": 1910, "data": { "examples/factory/bullets": {}, "examples/physics/knockback": {}, @@ -163325,7 +163325,7 @@ [ "firefox", { - "_index": 600, + "_index": 5235, "data": { "manuals/app-manifest": {} }, @@ -163335,7 +163335,7 @@ [ "fires", { - "_index": 9980, + "_index": 7363, "data": { "ref/stable/timer": {} }, @@ -163345,7 +163345,7 @@ [ "firewalls", { - "_index": 4999, + "_index": 2464, "data": { "manuals/zerobrane": {} }, @@ -163355,7 +163355,7 @@ [ "fireworks", { - "_index": 6208, + "_index": 6137, "data": { "examples/particles/confetti": {}, "examples/particles/fireworks": {} @@ -163366,7 +163366,7 @@ [ "fireworks.script", { - "_index": 6216, + "_index": 6148, "data": { "examples/particles/fireworks": {} }, @@ -163376,7 +163376,7 @@ [ "first", { - "_index": 337, + "_index": 500, "data": { "assets/googleplayinstant": {}, "assets/pointer-lock": {}, @@ -163451,7 +163451,7 @@ [ "first_name", { - "_index": 3994, + "_index": 1537, "data": { "manuals/editor-scripts-ui": {} }, @@ -163461,7 +163461,7 @@ [ "firstly", { - "_index": 3370, + "_index": 5150, "data": { "manuals/flash": {} }, @@ -163471,7 +163471,7 @@ [ "fit", { - "_index": 1742, + "_index": 378, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/atlas": {}, @@ -163492,7 +163492,7 @@ [ "fiteratorchildren", { - "_index": 9504, + "_index": 9139, "data": { "ref/stable/dmGameObject": {} }, @@ -163502,7 +163502,7 @@ [ "fiteratorproperties", { - "_index": 9525, + "_index": 9161, "data": { "ref/stable/dmGameObject": {} }, @@ -163512,7 +163512,7 @@ [ "fits", { - "_index": 10447, + "_index": 9661, "data": { "ref/stable/dmStringFunc": {} }, @@ -163522,7 +163522,7 @@ [ "fitting", { - "_index": 4456, + "_index": 397, "data": { "manuals/gui": {} }, @@ -163532,7 +163532,7 @@ [ "five", { - "_index": 1987, + "_index": 5966, "data": { "examples/collection/timestep": {}, "manuals/input": {} @@ -163543,7 +163543,7 @@ [ "fix", { - "_index": 4984, + "_index": 2444, "data": { "manuals/zerobrane": {} }, @@ -163553,7 +163553,7 @@ [ "fixed", { - "_index": 1710, + "_index": 2226, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/addressing": {}, @@ -163574,7 +163574,7 @@ [ "fixed_update", { - "_index": 5537, + "_index": 3863, "data": { "manuals/physics": {}, "ref/stable/go": {} @@ -163585,7 +163585,7 @@ [ "fixedupdate", { - "_index": 9660, + "_index": 9301, "data": { "ref/stable/dmGameObject": {} }, @@ -163595,7 +163595,7 @@ [ "fixtures", { - "_index": 8918, + "_index": 10098, "data": { "ref/stable/b2d.body": {} }, @@ -163605,7 +163605,7 @@ [ "flag", { - "_index": 1493, + "_index": 4098, "data": { "manuals/compute": {}, "manuals/debugging-native-code": {}, @@ -163628,7 +163628,7 @@ [ "flagged", { - "_index": 9537, + "_index": 9173, "data": { "ref/stable/dmGameObject": {} }, @@ -163638,7 +163638,7 @@ [ "flags", { - "_index": 1267, + "_index": 4646, "data": { "manuals/compute": {}, "manuals/extensions-ext-manifests": {}, @@ -163654,7 +163654,7 @@ [ "flame", { - "_index": 6196, + "_index": 6154, "data": { "examples/particles/fire_and_smoke": {} }, @@ -163664,7 +163664,7 @@ [ "flash", { - "_index": 3237, + "_index": 5057, "data": { "manuals/flash": {} }, @@ -163674,7 +163674,7 @@ [ "flash\u2014button", { - "_index": 3378, + "_index": 5154, "data": { "manuals/flash": {} }, @@ -163684,7 +163684,7 @@ [ "flash\u2014depth", { - "_index": 3297, + "_index": 5099, "data": { "manuals/flash": {} }, @@ -163694,7 +163694,7 @@ [ "flash\u2014dynamically", { - "_index": 3256, + "_index": 5068, "data": { "manuals/flash": {} }, @@ -163704,7 +163704,7 @@ [ "flash\u2014event", { - "_index": 3366, + "_index": 5145, "data": { "manuals/flash": {} }, @@ -163714,7 +163714,7 @@ [ "flash\u2014hittestobject", { - "_index": 3329, + "_index": 5123, "data": { "manuals/flash": {} }, @@ -163724,7 +163724,7 @@ [ "flash\u2014manually", { - "_index": 3236, + "_index": 5056, "data": { "manuals/flash": {} }, @@ -163734,7 +163734,7 @@ [ "flash\u2014referencing", { - "_index": 3249, + "_index": 5062, "data": { "manuals/flash": {} }, @@ -163744,7 +163744,7 @@ [ "flash\u2014stage", { - "_index": 3269, + "_index": 5080, "data": { "manuals/flash": {} }, @@ -163754,7 +163754,7 @@ [ "flash\u2014timeline", { - "_index": 3282, + "_index": 5088, "data": { "manuals/flash": {} }, @@ -163764,7 +163764,7 @@ [ "flat", { - "_index": 3186, + "_index": 1182, "data": { "manuals/gui-pie": {}, "manuals/particlefx": {} @@ -163775,7 +163775,7 @@ [ "flavors", { - "_index": 5292, + "_index": 5494, "data": { "manuals/editor-scripts": {} }, @@ -163785,7 +163785,7 @@ [ "flexible", { - "_index": 4465, + "_index": 435, "data": { "assets/tiled": {}, "manuals/gui": {} @@ -163796,7 +163796,7 @@ [ "flickering", { - "_index": 5381, + "_index": 5921, "data": { "manuals/components": {} }, @@ -163806,7 +163806,7 @@ [ "flight", { - "_index": 10314, + "_index": 6922, "data": { "ref/stable/dmGraphics": {} }, @@ -163816,7 +163816,7 @@ [ "flip", { - "_index": 241, + "_index": 213, "data": { "examples/sprite/flip": {}, "manuals/atlas": {}, @@ -163837,7 +163837,7 @@ [ "flip_horizontal", { - "_index": 7341, + "_index": 10309, "data": { "ref/stable/resource": {} }, @@ -163847,7 +163847,7 @@ [ "flip_vertical", { - "_index": 7340, + "_index": 10308, "data": { "ref/stable/resource": {} }, @@ -163857,7 +163857,7 @@ [ "flip_vertically", { - "_index": 10893, + "_index": 10287, "data": { "ref/stable/image": {} }, @@ -163867,7 +163867,7 @@ [ "flipbook", { - "_index": 315, + "_index": 946, "data": { "examples/animation/flipbook": {}, "manuals/atlas": {}, @@ -163883,7 +163883,7 @@ [ "flipbook_done", { - "_index": 3101, + "_index": 2504, "data": { "manuals/flipbook-animation": {} }, @@ -163893,7 +163893,7 @@ [ "flipped", { - "_index": 6190, + "_index": 6165, "data": { "examples/sprite/flip": {}, "ref/stable/image": {}, @@ -163905,7 +163905,7 @@ [ "flipping", { - "_index": 4343, + "_index": 3808, "data": { "manuals/sprite": {}, "manuals/tilemap": {}, @@ -163917,7 +163917,7 @@ [ "flips", { - "_index": 2507, + "_index": 2873, "data": { "manuals/atlas": {}, "manuals/tilesource": {}, @@ -163929,7 +163929,7 @@ [ "float", { - "_index": 1168, + "_index": 2780, "data": { "manuals/compute": {}, "manuals/font": {}, @@ -163952,7 +163952,7 @@ [ "float3", { - "_index": 9611, + "_index": 9251, "data": { "ref/stable/dmGameObject": {} }, @@ -163962,7 +163962,7 @@ [ "float4", { - "_index": 9607, + "_index": 9247, "data": { "ref/stable/dmGameObject": {} }, @@ -163972,7 +163972,7 @@ [ "float[4", { - "_index": 9639, + "_index": 6897, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmGraphics": {} @@ -163983,7 +163983,7 @@ [ "floating", { - "_index": 7571, + "_index": 7088, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmTransform": {}, @@ -163995,7 +163995,7 @@ [ "floats", { - "_index": 4535, + "_index": 5654, "data": { "manuals/mesh": {}, "ref/stable/dmGameObject": {} @@ -164006,7 +164006,7 @@ [ "floaty", { - "_index": 1896, + "_index": 2301, "data": { "manuals/physics-objects": {} }, @@ -164016,7 +164016,7 @@ [ "floglistener", { - "_index": 7023, + "_index": 7418, "data": { "ref/stable/dmLog": {} }, @@ -164026,7 +164026,7 @@ [ "floor", { - "_index": 9740, + "_index": 7251, "data": { "ref/stable/math": {} }, @@ -164036,7 +164036,7 @@ [ "flow", { - "_index": 61, + "_index": 4969, "data": { "assets/panthera": {}, "manuals/compute": {}, @@ -164051,7 +164051,7 @@ [ "flowing", { - "_index": 6231, + "_index": 6230, "data": { "examples/material/noise": {} }, @@ -164061,7 +164061,7 @@ [ "fluid", { - "_index": 2930, + "_index": 5261, "data": { "assets/defluid": {}, "examples/render/orbit_camera": {}, @@ -164073,7 +164073,7 @@ [ "flush", { - "_index": 8583, + "_index": 9155, "data": { "ref/stable/dmGameObject": {}, "ref/stable/io": {} @@ -164084,7 +164084,7 @@ [ "fly", { - "_index": 5847, + "_index": 4541, "data": { "examples/particles/confetti": {}, "manuals/glossary": {}, @@ -164096,7 +164096,7 @@ [ "fmod", { - "_index": 5555, + "_index": 5712, "data": { "assets/fmod": {}, "manuals/resource": {}, @@ -164108,7 +164108,7 @@ [ "fnt", { - "_index": 5569, + "_index": 3871, "data": { "manuals/font": {} }, @@ -164118,7 +164118,7 @@ [ "fnt.material", { - "_index": 5582, + "_index": 3886, "data": { "manuals/font": {} }, @@ -164128,7 +164128,7 @@ [ "focal", { - "_index": 6184, + "_index": 6198, "data": { "examples/render/orbit_camera": {} }, @@ -164138,7 +164138,7 @@ [ "focus", { - "_index": 1965, + "_index": 1773, "data": { "examples/render/orbit_camera": {}, "manuals/collection-proxy": {}, @@ -164158,7 +164158,7 @@ [ "fog", { - "_index": 5868, + "_index": 4584, "data": { "manuals/glossary": {} }, @@ -164168,7 +164168,7 @@ [ "fold", { - "_index": 6551, + "_index": 6562, "data": { "assets/horrifold": {} }, @@ -164178,7 +164178,7 @@ [ "folder", { - "_index": 802, + "_index": 236, "data": { "manuals/bob": {}, "manuals/bundling": {}, @@ -164216,7 +164216,7 @@ [ "folder/my", { - "_index": 1157, + "_index": 2774, "data": { "manuals/shader": {} }, @@ -164226,7 +164226,7 @@ [ "folders", { - "_index": 856, + "_index": 204, "data": { "manuals/debugging-native-code": {}, "manuals/editor": {}, @@ -164241,7 +164241,7 @@ [ "foliage", { - "_index": 2943, + "_index": 4602, "data": { "manuals/compute": {}, "manuals/glossary": {} @@ -164252,7 +164252,7 @@ [ "follow", { - "_index": 1372, + "_index": 637, "data": { "assets/orthographic": {}, "examples/render/camera": {}, @@ -164273,7 +164273,7 @@ [ "followed", { - "_index": 8207, + "_index": 7436, "data": { "ref/stable/dmArray": {}, "ref/stable/socket": {}, @@ -164285,7 +164285,7 @@ [ "following", { - "_index": 808, + "_index": 380, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/addressing": {}, @@ -164364,7 +164364,7 @@ [ "follows", { - "_index": 57, + "_index": 343, "data": { "examples/particles/modifiers": {}, "manuals/addressing": {}, @@ -164387,7 +164387,7 @@ [ "font", { - "_index": 45, + "_index": 159, "data": { "assets/fontgen": {}, "assets/fontscale": {}, @@ -164413,7 +164413,7 @@ [ "fontgen", { - "_index": 6469, + "_index": 6326, "data": { "assets/fontgen": {} }, @@ -164423,7 +164423,7 @@ [ "fonts", { - "_index": 348, + "_index": 157, "data": { "assets/dsfonts": {}, "manuals/bob": {}, @@ -164442,7 +164442,7 @@ [ "fontscale", { - "_index": 6301, + "_index": 6552, "data": { "assets/fontscale": {} }, @@ -164452,7 +164452,7 @@ [ "foo", { - "_index": 7271, + "_index": 9320, "data": { "ref/stable/package": {} }, @@ -164462,7 +164462,7 @@ [ "foo.dll", { - "_index": 7277, + "_index": 9326, "data": { "ref/stable/package": {} }, @@ -164472,7 +164472,7 @@ [ "foo.lc", { - "_index": 7273, + "_index": 9322, "data": { "ref/stable/package": {} }, @@ -164482,7 +164482,7 @@ [ "foo.lua", { - "_index": 7272, + "_index": 9321, "data": { "ref/stable/package": {} }, @@ -164492,7 +164492,7 @@ [ "foo.so", { - "_index": 7276, + "_index": 9325, "data": { "ref/stable/package": {} }, @@ -164502,7 +164502,7 @@ [ "foobar", { - "_index": 2696, + "_index": 3591, "data": { "manuals/extensions-manifest-merge-tool": {}, "manuals/modules": {}, @@ -164514,7 +164514,7 @@ [ "foobar.net", { - "_index": 5014, + "_index": 4619, "data": { "manuals/extensions-manifest-merge-tool": {} }, @@ -164524,7 +164524,7 @@ [ "footer", { - "_index": 10718, + "_index": 8872, "data": { "ref/stable/editor": {} }, @@ -164534,7 +164534,7 @@ [ "footprint", { - "_index": 3822, + "_index": 4390, "data": { "manuals/collection-proxy": {}, "manuals/version-control": {} @@ -164545,7 +164545,7 @@ [ "fopen", { - "_index": 8590, + "_index": 9402, "data": { "ref/stable/io": {} }, @@ -164555,7 +164555,7 @@ [ "for", { - "_index": 74, + "_index": 38, "data": { "assets/acidrain": {}, "assets/adinfo": {}, @@ -164866,7 +164866,7 @@ [ "force", { - "_index": 4170, + "_index": 3200, "data": { "manuals/android": {}, "manuals/bob": {}, @@ -164882,7 +164882,7 @@ [ "forced", { - "_index": 4488, + "_index": 578, "data": { "manuals/gui": {} }, @@ -164892,7 +164892,7 @@ [ "forces", { - "_index": 1912, + "_index": 138, "data": { "manuals/gui": {}, "manuals/physics": {}, @@ -164905,7 +164905,7 @@ [ "forcing", { - "_index": 1857, + "_index": 3339, "data": { "manuals/live-update": {} }, @@ -164915,7 +164915,7 @@ [ "forever", { - "_index": 6157, + "_index": 6219, "data": { "examples/physics/dynamic": {}, "ref/stable/socket": {} @@ -164926,7 +164926,7 @@ [ "forget", { - "_index": 2022, + "_index": 3884, "data": { "manuals/font": {}, "manuals/input": {} @@ -164937,7 +164937,7 @@ [ "fork", { - "_index": 2859, + "_index": 3663, "data": { "manuals/application-security": {}, "manuals/extensions-best-practices": {} @@ -164948,7 +164948,7 @@ [ "forking", { - "_index": 5503, + "_index": 3662, "data": { "manuals/extensions-best-practices": {} }, @@ -164958,7 +164958,7 @@ [ "form", { - "_index": 314, + "_index": 945, "data": { "assets/ump": {}, "examples/timer/repeating_timer": {}, @@ -164979,7 +164979,7 @@ [ "format", { - "_index": 1129, + "_index": 2164, "data": { "assets/asefold": {}, "assets/colorlib": {}, @@ -165032,7 +165032,7 @@ [ "formating", { - "_index": 10444, + "_index": 9658, "data": { "ref/stable/dmStringFunc": {} }, @@ -165042,7 +165042,7 @@ [ "formats", { - "_index": 289, + "_index": 938, "data": { "assets/fmod": {}, "manuals/animation": {}, @@ -165064,7 +165064,7 @@ [ "formatted", { - "_index": 8529, + "_index": 7106, "data": { "ref/stable/base": {}, "ref/stable/os": {}, @@ -165076,7 +165076,7 @@ [ "formatting", { - "_index": 5196, + "_index": 5404, "data": { "manuals/editor-scripts": {} }, @@ -165086,7 +165086,7 @@ [ "forming", { - "_index": 6121, + "_index": 6115, "data": { "examples/gui/healthbar": {} }, @@ -165096,7 +165096,7 @@ [ "forms", { - "_index": 3888, + "_index": 1355, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/render": {} @@ -165107,7 +165107,7 @@ [ "formula", { - "_index": 1877, + "_index": 2287, "data": { "manuals/physics-objects": {}, "manuals/physics-resolving-collisions": {}, @@ -165120,7 +165120,7 @@ [ "forth", { - "_index": 95, + "_index": 2379, "data": { "manuals/application-lifecycle": {}, "manuals/components": {}, @@ -165141,7 +165141,7 @@ [ "fortunately", { - "_index": 5851, + "_index": 4549, "data": { "manuals/glossary": {} }, @@ -165151,7 +165151,7 @@ [ "forum", { - "_index": 2424, + "_index": 3014, "data": { "manuals/getting-help": {}, "manuals/introduction": {}, @@ -165165,7 +165165,7 @@ [ "forward", { - "_index": 2511, + "_index": 2876, "data": { "assets/illumination": {}, "examples/movement/look_rotation": {}, @@ -165183,7 +165183,7 @@ [ "found", { - "_index": 796, + "_index": 999, "data": { "examples/sprite/bunnymark": {}, "manuals/application-security": {}, @@ -165229,7 +165229,7 @@ [ "foundation", { - "_index": 1308, + "_index": 3789, "data": { "manuals/application-security": {}, "manuals/extensions-ext-manifests": {}, @@ -165241,7 +165241,7 @@ [ "four", { - "_index": 2268, + "_index": 795, "data": { "examples/collection/proxy": {}, "examples/physics/hinge_joint": {}, @@ -165262,7 +165262,7 @@ [ "fourth", { - "_index": 7289, + "_index": 7102, "data": { "ref/stable/gui": {}, "ref/stable/package": {}, @@ -165274,7 +165274,7 @@ [ "fov", { - "_index": 6061, + "_index": 3477, "data": { "manuals/camera": {}, "ref/stable/camera": {} @@ -165285,7 +165285,7 @@ [ "fps", { - "_index": 2504, + "_index": 2872, "data": { "manuals/atlas": {}, "manuals/flash": {}, @@ -165302,7 +165302,7 @@ [ "fr,fg,fb,fa", { - "_index": 7862, + "_index": 8513, "data": { "ref/stable/render": {} }, @@ -165312,7 +165312,7 @@ [ "fract", { - "_index": 5606, + "_index": 3918, "data": { "manuals/font": {} }, @@ -165322,7 +165322,7 @@ [ "fraction", { - "_index": 4686, + "_index": 2211, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/physics-events": {}, @@ -165334,7 +165334,7 @@ [ "fractional", { - "_index": 9760, + "_index": 7272, "data": { "ref/stable/math": {} }, @@ -165344,7 +165344,7 @@ [ "fragment", { - "_index": 906, + "_index": 2383, "data": { "examples/material/screenspace": {}, "examples/material/unlit": {}, @@ -165367,7 +165367,7 @@ [ "fragment's", { - "_index": 7931, + "_index": 8559, "data": { "ref/stable/render": {} }, @@ -165377,7 +165377,7 @@ [ "fragmentation", { - "_index": 5037, + "_index": 2564, "data": { "manuals/optimization-memory": {} }, @@ -165387,7 +165387,7 @@ [ "fragmented", { - "_index": 8145, + "_index": 10456, "data": { "ref/stable/socket": {} }, @@ -165397,7 +165397,7 @@ [ "frame", { - "_index": 1526, + "_index": 1153, "data": { "manuals/atlas": {}, "manuals/debugging-game-logic": {}, @@ -165441,7 +165441,7 @@ [ "frame_count", { - "_index": 10329, + "_index": 6957, "data": { "ref/stable/sprite": {} }, @@ -165451,7 +165451,7 @@ [ "frame_end", { - "_index": 2531, + "_index": 2894, "data": { "manuals/atlas": {}, "ref/stable/resource": {} @@ -165462,7 +165462,7 @@ [ "frame_start", { - "_index": 2530, + "_index": 2893, "data": { "manuals/atlas": {}, "ref/stable/resource": {} @@ -165473,7 +165473,7 @@ [ "framed", { - "_index": 3820, + "_index": 4388, "data": { "manuals/version-control": {} }, @@ -165483,7 +165483,7 @@ [ "framereset", { - "_index": 10348, + "_index": 8765, "data": { "ref/stable/dmProfile": {} }, @@ -165493,7 +165493,7 @@ [ "frames", { - "_index": 2505, + "_index": 2472, "data": { "manuals/atlas": {}, "manuals/collection-proxy": {}, @@ -165512,7 +165512,7 @@ [ "framesets", { - "_index": 8496, + "_index": 9627, "data": { "ref/stable/sys": {} }, @@ -165522,7 +165522,7 @@ [ "framework", { - "_index": 6249, + "_index": 6307, "data": { "assets/adinfo": {}, "assets/colyseus": {}, @@ -165535,7 +165535,7 @@ [ "frameworks", { - "_index": 1286, + "_index": 4651, "data": { "manuals/extensions-ext-manifests": {}, "manuals/macos": {} @@ -165546,7 +165546,7 @@ [ "free", { - "_index": 2117, + "_index": 2952, "data": { "assets/dear-imgui": {}, "assets/googleanalyticsforfirebase": {}, @@ -165578,7 +165578,7 @@ [ "freeing", { - "_index": 10479, + "_index": 7308, "data": { "ref/stable/dmMessage": {} }, @@ -165588,7 +165588,7 @@ [ "freely", { - "_index": 3537, + "_index": 1603, "data": { "manuals/editor": {}, "manuals/message-passing": {} @@ -165599,7 +165599,7 @@ [ "freemessage", { - "_index": 10493, + "_index": 9014, "data": { "ref/stable/dmDDF": {} }, @@ -165609,7 +165609,7 @@ [ "frees", { - "_index": 8268, + "_index": 7341, "data": { "ref/stable/dmArray": {}, "ref/stable/dmMemory": {} @@ -165620,7 +165620,7 @@ [ "freetls", { - "_index": 7655, + "_index": 10244, "data": { "ref/stable/dmThread": {} }, @@ -165630,7 +165630,7 @@ [ "freezes", { - "_index": 8249, + "_index": 10552, "data": { "ref/stable/socket": {} }, @@ -165640,7 +165640,7 @@ [ "freloadedcallback", { - "_index": 6893, + "_index": 8396, "data": { "ref/stable/dmResource": {} }, @@ -165650,7 +165650,7 @@ [ "french", { - "_index": 1632, + "_index": 4826, "data": { "manuals/porting-guidelines": {} }, @@ -165660,7 +165660,7 @@ [ "frequency", { - "_index": 5535, + "_index": 3861, "data": { "manuals/physics": {}, "manuals/physics-joints": {}, @@ -165675,7 +165675,7 @@ [ "frequent", { - "_index": 2292, + "_index": 833, "data": { "manuals/html5": {} }, @@ -165685,7 +165685,7 @@ [ "frequently", { - "_index": 3246, + "_index": 4801, "data": { "assets/firebase-remoteconfig": {}, "manuals/flash": {}, @@ -165697,7 +165697,7 @@ [ "fresourcedecrypt", { - "_index": 6894, + "_index": 8397, "data": { "ref/stable/dmResource": {} }, @@ -165707,7 +165707,7 @@ [ "fresourcereloadedcallback", { - "_index": 6896, + "_index": 8399, "data": { "ref/stable/dmResource": {} }, @@ -165717,7 +165717,7 @@ [ "frexp", { - "_index": 9746, + "_index": 7257, "data": { "ref/stable/math": {} }, @@ -165727,7 +165727,7 @@ [ "friction", { - "_index": 1893, + "_index": 2298, "data": { "examples/physics/dynamic": {}, "examples/physics/hinge_joint": {}, @@ -165742,7 +165742,7 @@ [ "friend", { - "_index": 3387, + "_index": 5160, "data": { "manuals/flash": {} }, @@ -165752,7 +165752,7 @@ [ "friendly", { - "_index": 3599, + "_index": 4805, "data": { "manuals/importing-assets": {}, "manuals/introduction": {}, @@ -165764,7 +165764,7 @@ [ "friends", { - "_index": 6455, + "_index": 6530, "data": { "assets/facebookinstantgames": {}, "ref/stable/dmHash": {} @@ -165775,7 +165775,7 @@ [ "from", { - "_index": 141, + "_index": 113, "data": { "assets/adswrapper": {}, "assets/defold-runtime-atlas": {}, @@ -165961,7 +165961,7 @@ [ "from"", { - "_index": 10141, + "_index": 7147, "data": { "ref/stable/string": {} }, @@ -165971,7 +165971,7 @@ [ "front", { - "_index": 1743, + "_index": 507, "data": { "examples/particles/fire_and_smoke": {}, "manuals/gui": {}, @@ -165986,7 +165986,7 @@ [ "frontend", { - "_index": 1466, + "_index": 4084, "data": { "manuals/extender-local-setup": {} }, @@ -165996,7 +165996,7 @@ [ "frontwheel", { - "_index": 6159, + "_index": 6216, "data": { "examples/physics/hinge_joint": {} }, @@ -166006,7 +166006,7 @@ [ "frustum", { - "_index": 1620, + "_index": 3124, "data": { "manuals/camera": {}, "manuals/compute": {}, @@ -166024,7 +166024,7 @@ [ "frustum_planes", { - "_index": 7806, + "_index": 8464, "data": { "ref/stable/render": {} }, @@ -166034,7 +166034,7 @@ [ "frustum_planes_all", { - "_index": 7817, + "_index": 8472, "data": { "ref/stable/render": {} }, @@ -166044,7 +166044,7 @@ [ "frustum_planes_sides", { - "_index": 7818, + "_index": 8473, "data": { "ref/stable/render": {} }, @@ -166054,7 +166054,7 @@ [ "frustumoptions", { - "_index": 7467, + "_index": 10846, "data": { "ref/stable/dmRender": {} }, @@ -166064,7 +166064,7 @@ [ "frustumplanes", { - "_index": 7468, + "_index": 10847, "data": { "ref/stable/dmRender": {} }, @@ -166074,7 +166074,7 @@ [ "fs_uniforms", { - "_index": 1136, + "_index": 2761, "data": { "manuals/shader": {} }, @@ -166084,7 +166084,7 @@ [ "full", { - "_index": 1251, + "_index": 740, "data": { "assets/nakama": {}, "assets/screenshot": {}, @@ -166121,7 +166121,7 @@ [ "fullscreen", { - "_index": 2262, + "_index": 788, "data": { "assets/videoplayernative": {}, "manuals/html5": {} @@ -166132,7 +166132,7 @@ [ "fully", { - "_index": 1279, + "_index": 414, "data": { "manuals/android": {}, "manuals/application-security": {}, @@ -166152,7 +166152,7 @@ [ "fun", { - "_index": 6635, + "_index": 6558, "data": { "assets/trickortreat": {} }, @@ -166162,7 +166162,7 @@ [ "func", { - "_index": 6973, + "_index": 8579, "data": { "ref/stable/base": {}, "ref/stable/debug": {}, @@ -166174,7 +166174,7 @@ [ "funcname", { - "_index": 7299, + "_index": 9345, "data": { "ref/stable/package": {} }, @@ -166184,7 +166184,7 @@ [ "function", { - "_index": 99, + "_index": 165, "data": { "examples/movement/look_at": {}, "examples/movement/look_rotation": {}, @@ -166299,7 +166299,7 @@ [ "function_", { - "_index": 4598, + "_index": 5874, "data": { "manuals/debugging-game-logic": {} }, @@ -166309,7 +166309,7 @@ [ "function_ref", { - "_index": 9547, + "_index": 9184, "data": { "ref/stable/dmGameObject": {} }, @@ -166319,7 +166319,7 @@ [ "functional", { - "_index": 5115, + "_index": 4571, "data": { "assets/def-behavior-tree": {}, "assets/kinematicwalker": {}, @@ -166332,7 +166332,7 @@ [ "functionality", { - "_index": 553, + "_index": 1060, "data": { "assets/cafebazaar": {}, "assets/defwindow": {}, @@ -166361,7 +166361,7 @@ [ "functionallity", { - "_index": 6655, + "_index": 6339, "data": { "assets/editor-script-cleanup": {} }, @@ -166371,7 +166371,7 @@ [ "functionbutton", { - "_index": 10676, + "_index": 8830, "data": { "ref/stable/editor": {} }, @@ -166381,7 +166381,7 @@ [ "functionchange", { - "_index": 10694, + "_index": 8848, "data": { "ref/stable/editor": {} }, @@ -166391,7 +166391,7 @@ [ "functionfunction", { - "_index": 10805, + "_index": 8960, "data": { "ref/stable/editor": {} }, @@ -166401,7 +166401,7 @@ [ "functions", { - "_index": 91, + "_index": 1034, "data": { "assets/defgraph": {}, "assets/defmath": {}, @@ -166469,7 +166469,7 @@ [ "functions.glsl", { - "_index": 1185, + "_index": 2789, "data": { "manuals/shader": {} }, @@ -166479,7 +166479,7 @@ [ "functionvalue", { - "_index": 10728, + "_index": 8882, "data": { "ref/stable/editor": {} }, @@ -166489,7 +166489,7 @@ [ "fundamental", { - "_index": 6397, + "_index": 6591, "data": { "assets/define": {} }, @@ -166499,7 +166499,7 @@ [ "further", { - "_index": 1789, + "_index": 2160, "data": { "examples/render/orbit_camera": {}, "manuals/debugging-game-logic": {}, @@ -166518,7 +166518,7 @@ [ "furthermore", { - "_index": 4854, + "_index": 3369, "data": { "manuals/addressing": {}, "manuals/physics": {} @@ -166529,7 +166529,7 @@ [ "fusion", { - "_index": 6689, + "_index": 6369, "data": { "assets/spritefusion": {} }, @@ -166539,7 +166539,7 @@ [ "future", { - "_index": 2600, + "_index": 1266, "data": { "manuals/editor-scripts": {}, "manuals/editor-scripts-ui": {}, @@ -166552,7 +166552,7 @@ [ "fx", { - "_index": 376, + "_index": 989, "data": { "assets/cards-fx-kit": {}, "assets/dissolve-fx": {}, @@ -166571,7 +166571,7 @@ [ "g", { - "_index": 5957, + "_index": 2004, "data": { "manuals/editor-preferences": {}, "ref/stable/string": {} @@ -166582,7 +166582,7 @@ [ "gain", { - "_index": 1598, + "_index": 3115, "data": { "manuals/optimization-speed": {}, "manuals/sound": {}, @@ -166594,7 +166594,7 @@ [ "gained", { - "_index": 5634, + "_index": 2111, "data": { "manuals/optimization-size": {}, "ref/stable/window": {} @@ -166605,7 +166605,7 @@ [ "gaining", { - "_index": 3526, + "_index": 1582, "data": { "manuals/message-passing": {} }, @@ -166615,7 +166615,7 @@ [ "gains", { - "_index": 5684, + "_index": 3517, "data": { "manuals/sound": {}, "ref/stable/socket": {} @@ -166626,7 +166626,7 @@ [ "galaxy", { - "_index": 6326, + "_index": 6595, "data": { "assets/gog-galaxy": {} }, @@ -166636,7 +166636,7 @@ [ "game", { - "_index": 10, + "_index": 194, "data": { "assets/3deforms": {}, "assets/alienworld": {}, @@ -166842,7 +166842,7 @@ [ "game's", { - "_index": 1530, + "_index": 3080, "data": { "manuals/optimization-speed": {}, "manuals/profiling": {} @@ -166853,7 +166853,7 @@ [ "game.app", { - "_index": 4229, + "_index": 3275, "data": { "manuals/bob": {}, "manuals/macos": {} @@ -166864,7 +166864,7 @@ [ "game.app/contents/macos/game", { - "_index": 5344, + "_index": 5826, "data": { "manuals/macos": {} }, @@ -166874,7 +166874,7 @@ [ "game.appmanifest", { - "_index": 1282, + "_index": 3602, "data": { "manuals/extensions-best-practices": {}, "manuals/extensions-ext-manifests": {} @@ -166885,7 +166885,7 @@ [ "game.arcd", { - "_index": 4730, + "_index": 4712, "data": { "manuals/bundling": {} }, @@ -166895,7 +166895,7 @@ [ "game.collection", { - "_index": 6105, + "_index": 6177, "data": { "examples/collection/timestep": {} }, @@ -166905,7 +166905,7 @@ [ "game.darc", { - "_index": 4206, + "_index": 3245, "data": { "manuals/bob": {} }, @@ -166915,7 +166915,7 @@ [ "game.http_url", { - "_index": 5780, + "_index": 3941, "data": { "manuals/live-update-scripting": {} }, @@ -166925,7 +166925,7 @@ [ "game.icns", { - "_index": 5335, + "_index": 5820, "data": { "manuals/macos": {} }, @@ -166935,7 +166935,7 @@ [ "game.iconset", { - "_index": 5323, + "_index": 5808, "data": { "manuals/macos": {} }, @@ -166945,7 +166945,7 @@ [ "game.input_binding", { - "_index": 1976, + "_index": 5965, "data": { "manuals/input": {} }, @@ -166955,7 +166955,7 @@ [ "game.minimum_lu_version", { - "_index": 5778, + "_index": 3937, "data": { "manuals/live-update-scripting": {} }, @@ -166965,7 +166965,7 @@ [ "game.projec,t", { - "_index": 7326, + "_index": 9053, "data": { "ref/stable/dmConfigFile": {} }, @@ -166975,7 +166975,7 @@ [ "game.project", { - "_index": 181, + "_index": 751, "data": { "examples/collection/proxy": {}, "examples/collection/splash": {}, @@ -167036,7 +167036,7 @@ [ "game.project\"issue", { - "_index": 10735, + "_index": 8890, "data": { "ref/stable/editor": {} }, @@ -167046,7 +167046,7 @@ [ "game.projectc", { - "_index": 4248, + "_index": 3295, "data": { "manuals/bob": {}, "ref/stable/engine": {} @@ -167057,7 +167057,7 @@ [ "game.properties", { - "_index": 4385, + "_index": 3706, "data": { "manuals/project-settings": {} }, @@ -167067,7 +167067,7 @@ [ "game.zip", { - "_index": 5376, + "_index": 5857, "data": { "manuals/macos": {} }, @@ -167077,7 +167077,7 @@ [ "game/app", { - "_index": 6330, + "_index": 6270, "data": { "assets/lualocade": {} }, @@ -167087,7 +167087,7 @@ [ "game/player.goc", { - "_index": 1846, + "_index": 3334, "data": { "manuals/live-update": {} }, @@ -167097,7 +167097,7 @@ [ "gameanalytics", { - "_index": 5545, + "_index": 4112, "data": { "assets/gameanalytics": {}, "manuals/online-services": {} @@ -167108,7 +167108,7 @@ [ "gameboy", { - "_index": 4684, + "_index": 2209, "data": { "manuals/adapting-graphics-to-screen-size": {} }, @@ -167118,7 +167118,7 @@ [ "gamedistribution", { - "_index": 6573, + "_index": 6694, "data": { "assets/gamedistribution": {} }, @@ -167128,7 +167128,7 @@ [ "gamekit", { - "_index": 6342, + "_index": 6332, "data": { "assets/gamekit": {} }, @@ -167138,7 +167138,7 @@ [ "gameobject", { - "_index": 681, + "_index": 1821, "data": { "manuals/collection-factory": {}, "manuals/optimization-speed": {}, @@ -167152,7 +167152,7 @@ [ "gameobject's", { - "_index": 8702, + "_index": 9145, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmScript": {} @@ -167163,7 +167163,7 @@ [ "gameobject_props.h", { - "_index": 9579, + "_index": 9220, "data": { "ref/stable/dmGameObject": {} }, @@ -167173,7 +167173,7 @@ [ "gameobjects", { - "_index": 8704, + "_index": 10710, "data": { "ref/stable/dmScript": {} }, @@ -167183,7 +167183,7 @@ [ "gamepad", { - "_index": 138, + "_index": 753, "data": { "manuals/glossary": {}, "manuals/html5": {}, @@ -167200,7 +167200,7 @@ [ "gamepadpacket", { - "_index": 7194, + "_index": 9456, "data": { "ref/stable/dmHid": {} }, @@ -167210,7 +167210,7 @@ [ "gamepads", { - "_index": 1955, + "_index": 4558, "data": { "manuals/glossary": {}, "manuals/input": {}, @@ -167222,7 +167222,7 @@ [ "gamepush", { - "_index": 6395, + "_index": 6424, "data": { "assets/gamescore": {} }, @@ -167232,7 +167232,7 @@ [ "games", { - "_index": 1660, + "_index": 1681, "data": { "assets/cards-fx-kit": {}, "assets/coolmathgames-sdk": {}, @@ -167286,7 +167286,7 @@ [ "gamescore", { - "_index": 6394, + "_index": 6423, "data": { "assets/gamescore": {} }, @@ -167296,7 +167296,7 @@ [ "gamesys_ddf.proto", { - "_index": 9587, + "_index": 9227, "data": { "ref/stable/dmGameObject": {} }, @@ -167306,7 +167306,7 @@ [ "game\u2019s", { - "_index": 4540, + "_index": 5994, "data": { "manuals/building-blocks": {} }, @@ -167316,7 +167316,7 @@ [ "gaming", { - "_index": 2810, + "_index": 4172, "data": { "manuals/application-security": {} }, @@ -167326,7 +167326,7 @@ [ "garbage", { - "_index": 1542, + "_index": 3088, "data": { "manuals/lua": {}, "manuals/optimization-speed": {}, @@ -167341,7 +167341,7 @@ [ "gate", { - "_index": 5721, + "_index": 3557, "data": { "manuals/sound": {} }, @@ -167351,7 +167351,7 @@ [ "gate_time", { - "_index": 5723, + "_index": 3560, "data": { "manuals/sound": {} }, @@ -167361,7 +167361,7 @@ [ "gather", { - "_index": 483, + "_index": 4510, "data": { "manuals/debugging-native-code": {}, "manuals/importing-models": {}, @@ -167373,7 +167373,7 @@ [ "gathered", { - "_index": 10843, + "_index": 10201, "data": { "ref/stable/profiler": {} }, @@ -167383,7 +167383,7 @@ [ "gathering", { - "_index": 562, + "_index": 5230, "data": { "manuals/app-manifest": {} }, @@ -167393,7 +167393,7 @@ [ "gating", { - "_index": 5679, + "_index": 3512, "data": { "manuals/sound": {} }, @@ -167403,7 +167403,7 @@ [ "gced", { - "_index": 8830, + "_index": 10823, "data": { "ref/stable/dmScript": {} }, @@ -167413,7 +167413,7 @@ [ "gcloud", { - "_index": 1391, + "_index": 4024, "data": { "manuals/extender-local-setup": {} }, @@ -167423,7 +167423,7 @@ [ "gd", { - "_index": 7893, + "_index": 8529, "data": { "ref/stable/render": {} }, @@ -167433,7 +167433,7 @@ [ "gecko", { - "_index": 8467, + "_index": 9599, "data": { "ref/stable/sys": {} }, @@ -167443,7 +167443,7 @@ [ "general", { - "_index": 916, + "_index": 1235, "data": { "assets/log": {}, "manuals/input-mouse-and-touch": {}, @@ -167464,7 +167464,7 @@ [ "generalized", { - "_index": 5905, + "_index": 5683, "data": { "manuals/physics-events": {} }, @@ -167474,7 +167474,7 @@ [ "generally", { - "_index": 3833, + "_index": 3629, "data": { "manuals/extensions-best-practices": {}, "manuals/font": {}, @@ -167487,7 +167487,7 @@ [ "generate", { - "_index": 2118, + "_index": 1893, "data": { "assets/blip": {}, "manuals/android": {}, @@ -167512,7 +167512,7 @@ [ "generated", { - "_index": 36, + "_index": 969, "data": { "manuals/android": {}, "manuals/compute": {}, @@ -167536,7 +167536,7 @@ [ "generates", { - "_index": 2429, + "_index": 1925, "data": { "examples/sprite/tint": {}, "manuals/android": {}, @@ -167549,7 +167549,7 @@ [ "generating", { - "_index": 2083, + "_index": 757, "data": { "manuals/compute": {}, "manuals/extensions-defold-sdk": {}, @@ -167562,7 +167562,7 @@ [ "generation", { - "_index": 2938, + "_index": 5075, "data": { "manuals/compute": {}, "manuals/flash": {} @@ -167573,7 +167573,7 @@ [ "generator", { - "_index": 6502, + "_index": 6380, "data": { "assets/pcg-random": {}, "assets/pcgrandom": {}, @@ -167587,7 +167587,7 @@ [ "generators", { - "_index": 6504, + "_index": 6645, "data": { "assets/pcg-random": {} }, @@ -167597,7 +167597,7 @@ [ "generic", { - "_index": 89, + "_index": 2640, "data": { "assets/vitahealthenergy": {}, "assets/xplevelupsystem": {}, @@ -167614,7 +167614,7 @@ [ "generous", { - "_index": 2188, + "_index": 626, "data": { "manuals/html5": {} }, @@ -167624,7 +167624,7 @@ [ "genetical", { - "_index": 6560, + "_index": 6373, "data": { "assets/geneticalneuralnetwork": {} }, @@ -167634,7 +167634,7 @@ [ "geneticalneuralnetwork", { - "_index": 6559, + "_index": 6372, "data": { "assets/geneticalneuralnetwork": {} }, @@ -167644,7 +167644,7 @@ [ "genkey", { - "_index": 5404, + "_index": 6055, "data": { "manuals/android": {} }, @@ -167654,7 +167654,7 @@ [ "geometrical", { - "_index": 3169, + "_index": 1156, "data": { "manuals/particlefx": {}, "ref/stable/go": {} @@ -167665,7 +167665,7 @@ [ "geometries", { - "_index": 2532, + "_index": 2895, "data": { "manuals/atlas": {}, "ref/stable/resource": {} @@ -167676,7 +167676,7 @@ [ "geometry", { - "_index": 5885, + "_index": 4608, "data": { "assets/drawpixels": {}, "manuals/glossary": {}, @@ -167689,7 +167689,7 @@ [ "german", { - "_index": 1634, + "_index": 4828, "data": { "manuals/porting-guidelines": {} }, @@ -167699,7 +167699,7 @@ [ "gestures", { - "_index": 6667, + "_index": 6294, "data": { "assets/defoldinput": {} }, @@ -167709,7 +167709,7 @@ [ "get", { - "_index": 493, + "_index": 158, "data": { "assets/apkverifier": {}, "assets/batterystatus": {}, @@ -167820,7 +167820,7 @@ [ "get_adjust_mode", { - "_index": 9175, + "_index": 7679, "data": { "ref/stable/gui": {} }, @@ -167830,7 +167830,7 @@ [ "get_alpha", { - "_index": 9177, + "_index": 7681, "data": { "ref/stable/gui": {} }, @@ -167840,7 +167840,7 @@ [ "get_angular_damping", { - "_index": 8862, + "_index": 10043, "data": { "ref/stable/b2d.body": {} }, @@ -167850,7 +167850,7 @@ [ "get_angular_velocity", { - "_index": 8864, + "_index": 10045, "data": { "ref/stable/b2d.body": {} }, @@ -167860,7 +167860,7 @@ [ "get_application_info", { - "_index": 8410, + "_index": 9543, "data": { "ref/stable/sys": {} }, @@ -167870,7 +167870,7 @@ [ "get_application_path", { - "_index": 8415, + "_index": 9548, "data": { "ref/stable/sys": {} }, @@ -167880,7 +167880,7 @@ [ "get_aspect_ratio", { - "_index": 10572, + "_index": 10261, "data": { "ref/stable/camera": {} }, @@ -167890,7 +167890,7 @@ [ "get_atlas", { - "_index": 7413, + "_index": 10348, "data": { "ref/stable/resource": {} }, @@ -167900,7 +167900,7 @@ [ "get_backtrace", { - "_index": 9915, + "_index": 8651, "data": { "ref/stable/crash": {} }, @@ -167910,7 +167910,7 @@ [ "get_blend_mode", { - "_index": 9179, + "_index": 7683, "data": { "ref/stable/gui": {} }, @@ -167920,7 +167920,7 @@ [ "get_body", { - "_index": 7603, + "_index": 9918, "data": { "ref/stable/b2d": {} }, @@ -167930,7 +167930,7 @@ [ "get_bounds", { - "_index": 8665, + "_index": 8041, "data": { "ref/stable/tilemap": {} }, @@ -167940,7 +167940,7 @@ [ "get_buffer", { - "_index": 7415, + "_index": 10350, "data": { "ref/stable/resource": {} }, @@ -167950,7 +167950,7 @@ [ "get_bytes", { - "_index": 10374, + "_index": 8082, "data": { "ref/stable/buffer": {} }, @@ -167960,7 +167960,7 @@ [ "get_cameras", { - "_index": 10574, + "_index": 10263, "data": { "ref/stable/camera": {} }, @@ -167970,7 +167970,7 @@ [ "get_clipping_inverted", { - "_index": 9181, + "_index": 7685, "data": { "ref/stable/gui": {} }, @@ -167980,7 +167980,7 @@ [ "get_clipping_mode", { - "_index": 9183, + "_index": 7687, "data": { "ref/stable/gui": {} }, @@ -167990,7 +167990,7 @@ [ "get_clipping_visible", { - "_index": 9185, + "_index": 7689, "data": { "ref/stable/gui": {} }, @@ -168000,7 +168000,7 @@ [ "get_color", { - "_index": 9186, + "_index": 7690, "data": { "ref/stable/gui": {} }, @@ -168010,7 +168010,7 @@ [ "get_commands", { - "_index": 5181, + "_index": 5388, "data": { "manuals/editor-scripts": {} }, @@ -168020,7 +168020,7 @@ [ "get_config_int", { - "_index": 8416, + "_index": 9549, "data": { "ref/stable/sys": {} }, @@ -168030,7 +168030,7 @@ [ "get_config_number", { - "_index": 8419, + "_index": 9552, "data": { "ref/stable/sys": {} }, @@ -168040,7 +168040,7 @@ [ "get_config_string", { - "_index": 8420, + "_index": 9553, "data": { "ref/stable/sys": {} }, @@ -168050,7 +168050,7 @@ [ "get_connectivity", { - "_index": 8422, + "_index": 9555, "data": { "ref/stable/sys": {} }, @@ -168060,7 +168060,7 @@ [ "get_cpu_usage", { - "_index": 10836, + "_index": 10194, "data": { "ref/stable/profiler": {} }, @@ -168070,7 +168070,7 @@ [ "get_current_manifest", { - "_index": 6781, + "_index": 9707, "data": { "ref/stable/liveupdate": {} }, @@ -168080,7 +168080,7 @@ [ "get_dim_mode", { - "_index": 9687, + "_index": 7197, "data": { "ref/stable/window": {} }, @@ -168090,7 +168090,7 @@ [ "get_engine_info", { - "_index": 8427, + "_index": 9560, "data": { "ref/stable/sys": {} }, @@ -168100,7 +168100,7 @@ [ "get_euler", { - "_index": 9188, + "_index": 7692, "data": { "ref/stable/gui": {} }, @@ -168110,7 +168110,7 @@ [ "get_extra_data", { - "_index": 9917, + "_index": 8654, "data": { "ref/stable/crash": {} }, @@ -168120,7 +168120,7 @@ [ "get_far_z", { - "_index": 10576, + "_index": 10265, "data": { "ref/stable/camera": {} }, @@ -168130,7 +168130,7 @@ [ "get_fill_angle", { - "_index": 9189, + "_index": 7693, "data": { "ref/stable/gui": {} }, @@ -168140,7 +168140,7 @@ [ "get_flipbook", { - "_index": 9192, + "_index": 7696, "data": { "ref/stable/gui": {} }, @@ -168150,7 +168150,7 @@ [ "get_flipbook_cursor", { - "_index": 9194, + "_index": 7698, "data": { "ref/stable/gui": {} }, @@ -168160,7 +168160,7 @@ [ "get_flipbook_playback_rate", { - "_index": 9196, + "_index": 7700, "data": { "ref/stable/gui": {} }, @@ -168170,7 +168170,7 @@ [ "get_font", { - "_index": 9198, + "_index": 7702, "data": { "ref/stable/gui": {} }, @@ -168180,7 +168180,7 @@ [ "get_font_resource", { - "_index": 9200, + "_index": 7704, "data": { "ref/stable/gui": {} }, @@ -168190,7 +168190,7 @@ [ "get_fov", { - "_index": 10578, + "_index": 10267, "data": { "ref/stable/camera": {} }, @@ -168200,7 +168200,7 @@ [ "get_go", { - "_index": 10881, + "_index": 9752, "data": { "ref/stable/model": {} }, @@ -168210,7 +168210,7 @@ [ "get_gravity", { - "_index": 7051, + "_index": 7463, "data": { "ref/stable/physics": {} }, @@ -168220,7 +168220,7 @@ [ "get_gravity_scale", { - "_index": 8867, + "_index": 10048, "data": { "ref/stable/b2d.body": {} }, @@ -168230,7 +168230,7 @@ [ "get_group", { - "_index": 7053, + "_index": 7465, "data": { "ref/stable/physics": {} }, @@ -168240,7 +168240,7 @@ [ "get_group_gain", { - "_index": 10032, + "_index": 10687, "data": { "ref/stable/sound": {} }, @@ -168250,7 +168250,7 @@ [ "get_group_name", { - "_index": 10033, + "_index": 10688, "data": { "ref/stable/sound": {} }, @@ -168260,7 +168260,7 @@ [ "get_groups", { - "_index": 10035, + "_index": 10690, "data": { "ref/stable/sound": {} }, @@ -168270,7 +168270,7 @@ [ "get_gui_projection", { - "_index": 3629, + "_index": 1711, "data": { "manuals/render": {} }, @@ -168280,7 +168280,7 @@ [ "get_height", { - "_index": 7819, + "_index": 7706, "data": { "ref/stable/gui": {}, "ref/stable/render": {} @@ -168291,7 +168291,7 @@ [ "get_host_path", { - "_index": 8432, + "_index": 9565, "data": { "ref/stable/sys": {} }, @@ -168301,7 +168301,7 @@ [ "get_id", { - "_index": 9052, + "_index": 7708, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -168312,7 +168312,7 @@ [ "get_ifaddrs", { - "_index": 8434, + "_index": 9567, "data": { "ref/stable/sys": {} }, @@ -168322,7 +168322,7 @@ [ "get_index", { - "_index": 9203, + "_index": 7710, "data": { "ref/stable/gui": {} }, @@ -168332,7 +168332,7 @@ [ "get_inertia", { - "_index": 8869, + "_index": 10050, "data": { "ref/stable/b2d.body": {} }, @@ -168342,7 +168342,7 @@ [ "get_info", { - "_index": 9977, + "_index": 7359, "data": { "ref/stable/timer": {} }, @@ -168352,7 +168352,7 @@ [ "get_inherit_alpha", { - "_index": 9206, + "_index": 7713, "data": { "ref/stable/gui": {} }, @@ -168362,7 +168362,7 @@ [ "get_inner_radius", { - "_index": 9207, + "_index": 7714, "data": { "ref/stable/gui": {} }, @@ -168372,7 +168372,7 @@ [ "get_joint_properties", { - "_index": 7057, + "_index": 7469, "data": { "ref/stable/physics": {} }, @@ -168382,7 +168382,7 @@ [ "get_joint_reaction_force", { - "_index": 7059, + "_index": 7471, "data": { "ref/stable/physics": {} }, @@ -168392,7 +168392,7 @@ [ "get_joint_reaction_torque", { - "_index": 7061, + "_index": 7473, "data": { "ref/stable/physics": {} }, @@ -168402,7 +168402,7 @@ [ "get_language_servers", { - "_index": 5234, + "_index": 5440, "data": { "manuals/editor-scripts": {} }, @@ -168412,7 +168412,7 @@ [ "get_layer", { - "_index": 9209, + "_index": 7716, "data": { "ref/stable/gui": {} }, @@ -168422,7 +168422,7 @@ [ "get_layout", { - "_index": 9211, + "_index": 7718, "data": { "ref/stable/gui": {} }, @@ -168432,7 +168432,7 @@ [ "get_leading", { - "_index": 9213, + "_index": 7720, "data": { "ref/stable/gui": {} }, @@ -168442,7 +168442,7 @@ [ "get_line_break", { - "_index": 9215, + "_index": 7722, "data": { "ref/stable/gui": {} }, @@ -168452,7 +168452,7 @@ [ "get_linear_damping", { - "_index": 8874, + "_index": 10055, "data": { "ref/stable/b2d.body": {} }, @@ -168462,7 +168462,7 @@ [ "get_linear_velocity", { - "_index": 8876, + "_index": 10057, "data": { "ref/stable/b2d.body": {} }, @@ -168472,7 +168472,7 @@ [ "get_linear_velocity_from_local_point", { - "_index": 8878, + "_index": 10059, "data": { "ref/stable/b2d.body": {} }, @@ -168482,7 +168482,7 @@ [ "get_linear_velocity_from_world_point", { - "_index": 8880, + "_index": 10061, "data": { "ref/stable/b2d.body": {} }, @@ -168492,7 +168492,7 @@ [ "get_local_center", { - "_index": 8882, + "_index": 10063, "data": { "ref/stable/b2d.body": {} }, @@ -168502,7 +168502,7 @@ [ "get_local_point", { - "_index": 8884, + "_index": 10065, "data": { "ref/stable/b2d.body": {} }, @@ -168512,7 +168512,7 @@ [ "get_local_vector", { - "_index": 8887, + "_index": 10068, "data": { "ref/stable/b2d.body": {} }, @@ -168522,7 +168522,7 @@ [ "get_lu_archive_for_level", { - "_index": 5792, + "_index": 3954, "data": { "manuals/live-update-scripting": {} }, @@ -168532,7 +168532,7 @@ [ "get_lu_info_for_level", { - "_index": 5783, + "_index": 3944, "data": { "manuals/live-update-scripting": {} }, @@ -168542,7 +168542,7 @@ [ "get_maskbit", { - "_index": 7064, + "_index": 7476, "data": { "ref/stable/physics": {} }, @@ -168552,7 +168552,7 @@ [ "get_mass", { - "_index": 8889, + "_index": 10070, "data": { "ref/stable/b2d.body": {} }, @@ -168562,7 +168562,7 @@ [ "get_material", { - "_index": 9217, + "_index": 7724, "data": { "ref/stable/gui": {} }, @@ -168572,7 +168572,7 @@ [ "get_memory_usage", { - "_index": 10841, + "_index": 10199, "data": { "ref/stable/profiler": {} }, @@ -168582,7 +168582,7 @@ [ "get_mesh_enabled", { - "_index": 10884, + "_index": 9756, "data": { "ref/stable/model": {} }, @@ -168592,7 +168592,7 @@ [ "get_metadata", { - "_index": 10376, + "_index": 8084, "data": { "ref/stable/buffer": {} }, @@ -168602,7 +168602,7 @@ [ "get_modules", { - "_index": 9919, + "_index": 8658, "data": { "ref/stable/crash": {} }, @@ -168612,7 +168612,7 @@ [ "get_mounts", { - "_index": 6782, + "_index": 9708, "data": { "ref/stable/liveupdate": {} }, @@ -168622,7 +168622,7 @@ [ "get_mouse_lock", { - "_index": 9689, + "_index": 7199, "data": { "ref/stable/window": {} }, @@ -168632,7 +168632,7 @@ [ "get_near_z", { - "_index": 10580, + "_index": 10269, "data": { "ref/stable/camera": {} }, @@ -168642,7 +168642,7 @@ [ "get_next", { - "_index": 8891, + "_index": 10072, "data": { "ref/stable/b2d.body": {} }, @@ -168652,7 +168652,7 @@ [ "get_node", { - "_index": 9218, + "_index": 7725, "data": { "ref/stable/gui": {} }, @@ -168662,7 +168662,7 @@ [ "get_orthographic_zoom", { - "_index": 10582, + "_index": 10271, "data": { "ref/stable/camera": {} }, @@ -168672,7 +168672,7 @@ [ "get_outer_bounds", { - "_index": 9220, + "_index": 7727, "data": { "ref/stable/gui": {} }, @@ -168682,7 +168682,7 @@ [ "get_outline", { - "_index": 9222, + "_index": 7729, "data": { "ref/stable/gui": {} }, @@ -168692,7 +168692,7 @@ [ "get_parent", { - "_index": 9054, + "_index": 7731, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -168703,7 +168703,7 @@ [ "get_particlefx", { - "_index": 9225, + "_index": 7733, "data": { "ref/stable/gui": {} }, @@ -168713,7 +168713,7 @@ [ "get_peak", { - "_index": 10036, + "_index": 10691, "data": { "ref/stable/sound": {} }, @@ -168723,7 +168723,7 @@ [ "get_perimeter_vertices", { - "_index": 9227, + "_index": 7735, "data": { "ref/stable/gui": {} }, @@ -168733,7 +168733,7 @@ [ "get_pivot", { - "_index": 9229, + "_index": 7737, "data": { "ref/stable/gui": {} }, @@ -168743,7 +168743,7 @@ [ "get_position", { - "_index": 8893, + "_index": 7747, "data": { "ref/stable/b2d.body": {}, "ref/stable/go": {}, @@ -168755,7 +168755,7 @@ [ "get_projection", { - "_index": 10584, + "_index": 10273, "data": { "ref/stable/camera": {} }, @@ -168765,7 +168765,7 @@ [ "get_red_color", { - "_index": 1210, + "_index": 2804, "data": { "manuals/shader": {} }, @@ -168775,7 +168775,7 @@ [ "get_red_color_inverted", { - "_index": 1212, + "_index": 2805, "data": { "manuals/shader": {} }, @@ -168785,7 +168785,7 @@ [ "get_render_target_height", { - "_index": 7821, + "_index": 8475, "data": { "ref/stable/render": {} }, @@ -168795,7 +168795,7 @@ [ "get_render_target_info", { - "_index": 7417, + "_index": 10352, "data": { "ref/stable/resource": {} }, @@ -168805,7 +168805,7 @@ [ "get_render_target_width", { - "_index": 7823, + "_index": 8477, "data": { "ref/stable/render": {} }, @@ -168815,7 +168815,7 @@ [ "get_resources", { - "_index": 10510, + "_index": 7954, "data": { "ref/stable/collectionproxy": {} }, @@ -168825,7 +168825,7 @@ [ "get_rms", { - "_index": 10037, + "_index": 10692, "data": { "ref/stable/sound": {} }, @@ -168835,7 +168835,7 @@ [ "get_rotation", { - "_index": 9057, + "_index": 7748, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -168846,7 +168846,7 @@ [ "get_save_file", { - "_index": 8435, + "_index": 9569, "data": { "ref/stable/sys": {} }, @@ -168856,7 +168856,7 @@ [ "get_scale", { - "_index": 9060, + "_index": 7749, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -168867,7 +168867,7 @@ [ "get_scale_uniform", { - "_index": 9063, + "_index": 9897, "data": { "ref/stable/go": {} }, @@ -168877,7 +168877,7 @@ [ "get_screen_position", { - "_index": 9240, + "_index": 7751, "data": { "ref/stable/gui": {} }, @@ -168887,7 +168887,7 @@ [ "get_shadow", { - "_index": 9241, + "_index": 7753, "data": { "ref/stable/gui": {} }, @@ -168897,7 +168897,7 @@ [ "get_shape", { - "_index": 7070, + "_index": 7482, "data": { "ref/stable/physics": {} }, @@ -168907,7 +168907,7 @@ [ "get_shape_meta", { - "_index": 7073, + "_index": 7485, "data": { "ref/stable/physics": {} }, @@ -168917,7 +168917,7 @@ [ "get_signum", { - "_index": 9921, + "_index": 8660, "data": { "ref/stable/crash": {} }, @@ -168927,7 +168927,7 @@ [ "get_size", { - "_index": 9242, + "_index": 7200, "data": { "ref/stable/gui": {}, "ref/stable/window": {} @@ -168938,7 +168938,7 @@ [ "get_size_mode", { - "_index": 9244, + "_index": 7755, "data": { "ref/stable/gui": {} }, @@ -168948,7 +168948,7 @@ [ "get_slice9", { - "_index": 9247, + "_index": 7758, "data": { "ref/stable/gui": {} }, @@ -168958,7 +168958,7 @@ [ "get_status", { - "_index": 6952, + "_index": 7178, "data": { "ref/stable/collectionfactory": {}, "ref/stable/factory": {} @@ -168969,7 +168969,7 @@ [ "get_status_string", { - "_index": 5806, + "_index": 3970, "data": { "manuals/live-update-scripting": {} }, @@ -168979,7 +168979,7 @@ [ "get_stream", { - "_index": 10377, + "_index": 8085, "data": { "ref/stable/buffer": {} }, @@ -168989,7 +168989,7 @@ [ "get_stretch_projection", { - "_index": 3627, + "_index": 1709, "data": { "manuals/render": {} }, @@ -168999,7 +168999,7 @@ [ "get_sys_field", { - "_index": 9923, + "_index": 8662, "data": { "ref/stable/crash": {} }, @@ -169009,7 +169009,7 @@ [ "get_sys_info", { - "_index": 8437, + "_index": 9570, "data": { "ref/stable/sys": {} }, @@ -169019,7 +169019,7 @@ [ "get_text", { - "_index": 6875, + "_index": 7759, "data": { "ref/stable/gui": {}, "ref/stable/label": {} @@ -169030,7 +169030,7 @@ [ "get_text_metrics", { - "_index": 7429, + "_index": 10361, "data": { "ref/stable/resource": {} }, @@ -169040,7 +169040,7 @@ [ "get_texture", { - "_index": 9249, + "_index": 7761, "data": { "ref/stable/gui": {} }, @@ -169050,7 +169050,7 @@ [ "get_texture_info", { - "_index": 7432, + "_index": 10364, "data": { "ref/stable/resource": {} }, @@ -169060,7 +169060,7 @@ [ "get_tile", { - "_index": 8667, + "_index": 8043, "data": { "ref/stable/tilemap": {} }, @@ -169070,7 +169070,7 @@ [ "get_tile_info", { - "_index": 8669, + "_index": 8045, "data": { "ref/stable/tilemap": {} }, @@ -169080,7 +169080,7 @@ [ "get_tiles", { - "_index": 8671, + "_index": 8047, "data": { "ref/stable/tilemap": {} }, @@ -169090,7 +169090,7 @@ [ "get_tracking", { - "_index": 9251, + "_index": 7763, "data": { "ref/stable/gui": {} }, @@ -169100,7 +169100,7 @@ [ "get_tree", { - "_index": 9253, + "_index": 7765, "data": { "ref/stable/gui": {} }, @@ -169110,7 +169110,7 @@ [ "get_type", { - "_index": 8895, + "_index": 10075, "data": { "ref/stable/b2d.body": {} }, @@ -169120,7 +169120,7 @@ [ "get_user_field", { - "_index": 9927, + "_index": 8666, "data": { "ref/stable/crash": {} }, @@ -169130,7 +169130,7 @@ [ "get_view", { - "_index": 10586, + "_index": 10275, "data": { "ref/stable/camera": {} }, @@ -169140,7 +169140,7 @@ [ "get_visible", { - "_index": 9254, + "_index": 7766, "data": { "ref/stable/gui": {} }, @@ -169150,7 +169150,7 @@ [ "get_width", { - "_index": 7826, + "_index": 7768, "data": { "ref/stable/gui": {}, "ref/stable/render": {} @@ -169161,7 +169161,7 @@ [ "get_window_height", { - "_index": 7828, + "_index": 8481, "data": { "ref/stable/render": {} }, @@ -169171,7 +169171,7 @@ [ "get_window_width", { - "_index": 7830, + "_index": 8483, "data": { "ref/stable/render": {} }, @@ -169181,7 +169181,7 @@ [ "get_world", { - "_index": 7606, + "_index": 9921, "data": { "ref/stable/b2d": {}, "ref/stable/b2d.body": {} @@ -169192,7 +169192,7 @@ [ "get_world_center", { - "_index": 8899, + "_index": 10079, "data": { "ref/stable/b2d.body": {} }, @@ -169202,7 +169202,7 @@ [ "get_world_point", { - "_index": 8901, + "_index": 10081, "data": { "ref/stable/b2d.body": {} }, @@ -169212,7 +169212,7 @@ [ "get_world_position", { - "_index": 9064, + "_index": 9898, "data": { "ref/stable/go": {} }, @@ -169222,7 +169222,7 @@ [ "get_world_rotation", { - "_index": 9065, + "_index": 9899, "data": { "ref/stable/go": {} }, @@ -169232,7 +169232,7 @@ [ "get_world_scale", { - "_index": 9066, + "_index": 9900, "data": { "ref/stable/go": {} }, @@ -169242,7 +169242,7 @@ [ "get_world_scale_uniform", { - "_index": 9070, + "_index": 9904, "data": { "ref/stable/go": {} }, @@ -169252,7 +169252,7 @@ [ "get_world_transform", { - "_index": 9072, + "_index": 9906, "data": { "ref/stable/go": {} }, @@ -169262,7 +169262,7 @@ [ "get_world_vector", { - "_index": 8904, + "_index": 10084, "data": { "ref/stable/b2d.body": {} }, @@ -169272,7 +169272,7 @@ [ "get_xanchor", { - "_index": 9257, + "_index": 7770, "data": { "ref/stable/gui": {} }, @@ -169282,7 +169282,7 @@ [ "get_yanchor", { - "_index": 9259, + "_index": 7772, "data": { "ref/stable/gui": {} }, @@ -169292,7 +169292,7 @@ [ "getactivity", { - "_index": 7632, + "_index": 7993, "data": { "ref/stable/dmAndroid": {} }, @@ -169302,7 +169302,7 @@ [ "getaddrinfo", { - "_index": 8205, + "_index": 10516, "data": { "ref/stable/socket": {} }, @@ -169312,7 +169312,7 @@ [ "getbyhash", { - "_index": 6898, + "_index": 8400, "data": { "ref/stable/dmResource": {} }, @@ -169322,7 +169322,7 @@ [ "getbytes", { - "_index": 10540, + "_index": 10583, "data": { "ref/stable/dmBuffer": {} }, @@ -169332,7 +169332,7 @@ [ "getcallbackluacontext", { - "_index": 8748, + "_index": 10749, "data": { "ref/stable/dmScript": {} }, @@ -169342,7 +169342,7 @@ [ "getcollection", { - "_index": 9551, + "_index": 9189, "data": { "ref/stable/dmGameObject": {} }, @@ -169352,7 +169352,7 @@ [ "getcomponentfromlua", { - "_index": 8819, + "_index": 10814, "data": { "ref/stable/dmScript": {} }, @@ -169362,7 +169362,7 @@ [ "getcomponentid", { - "_index": 9552, + "_index": 9190, "data": { "ref/stable/dmGameObject": {} }, @@ -169372,7 +169372,7 @@ [ "getcomponenttypeindex", { - "_index": 9554, + "_index": 9192, "data": { "ref/stable/dmGameObject": {} }, @@ -169382,7 +169382,7 @@ [ "getconfigfile", { - "_index": 6764, + "_index": 7979, "data": { "ref/stable/dmEngine": {} }, @@ -169392,7 +169392,7 @@ [ "getconstantlocation", { - "_index": 7469, + "_index": 10848, "data": { "ref/stable/dmRender": {} }, @@ -169402,7 +169402,7 @@ [ "getconstantname", { - "_index": 7470, + "_index": 10849, "data": { "ref/stable/dmRender": {} }, @@ -169412,7 +169412,7 @@ [ "getconstanttype", { - "_index": 7471, + "_index": 10850, "data": { "ref/stable/dmRender": {} }, @@ -169422,7 +169422,7 @@ [ "getconstantvalues", { - "_index": 7473, + "_index": 10852, "data": { "ref/stable/dmRender": {} }, @@ -169432,7 +169432,7 @@ [ "getcontentversion", { - "_index": 10543, + "_index": 10586, "data": { "ref/stable/dmBuffer": {} }, @@ -169442,7 +169442,7 @@ [ "getcontext", { - "_index": 9499, + "_index": 9135, "data": { "ref/stable/dmGameObject": {} }, @@ -169452,7 +169452,7 @@ [ "getcount", { - "_index": 10545, + "_index": 10588, "data": { "ref/stable/dmBuffer": {} }, @@ -169462,7 +169462,7 @@ [ "getcurrentthread", { - "_index": 7657, + "_index": 10246, "data": { "ref/stable/dmThread": {} }, @@ -169472,7 +169472,7 @@ [ "getdescriptor", { - "_index": 6899, + "_index": 8401, "data": { "ref/stable/dmResource": {} }, @@ -169482,7 +169482,7 @@ [ "getdescriptorbyhash", { - "_index": 6902, + "_index": 8403, "data": { "ref/stable/dmResource": {} }, @@ -169492,7 +169492,7 @@ [ "getdescriptorfromhash", { - "_index": 10494, + "_index": 9015, "data": { "ref/stable/dmDDF": {} }, @@ -169502,7 +169502,7 @@ [ "getenv", { - "_index": 7634, + "_index": 7995, "data": { "ref/stable/dmAndroid": {}, "ref/stable/os": {} @@ -169513,7 +169513,7 @@ [ "getfd", { - "_index": 7711, + "_index": 9982, "data": { "ref/stable/dmSocket": {}, "ref/stable/socket": {} @@ -169524,7 +169524,7 @@ [ "getfenv", { - "_index": 6966, + "_index": 9483, "data": { "ref/stable/base": {}, "ref/stable/debug": {} @@ -169535,7 +169535,7 @@ [ "getfirstchildnode", { - "_index": 9989, + "_index": 8108, "data": { "ref/stable/dmGui": {} }, @@ -169545,7 +169545,7 @@ [ "getfloat", { - "_index": 7322, + "_index": 9049, "data": { "ref/stable/dmConfigFile": {} }, @@ -169555,7 +169555,7 @@ [ "getfragment", { - "_index": 10481, + "_index": 7310, "data": { "ref/stable/dmMessage": {} }, @@ -169565,7 +169565,7 @@ [ "getgameobjectregister", { - "_index": 6767, + "_index": 7982, "data": { "ref/stable/dmEngine": {} }, @@ -169575,7 +169575,7 @@ [ "getgamepad", { - "_index": 7195, + "_index": 9457, "data": { "ref/stable/dmHid": {} }, @@ -169585,7 +169585,7 @@ [ "getheader", { - "_index": 7611, + "_index": 10016, "data": { "ref/stable/dmWebServer": {} }, @@ -169595,7 +169595,7 @@ [ "gethidcontext", { - "_index": 6769, + "_index": 7984, "data": { "ref/stable/dmEngine": {} }, @@ -169605,7 +169605,7 @@ [ "gethook", { - "_index": 6968, + "_index": 9485, "data": { "ref/stable/debug": {} }, @@ -169615,7 +169615,7 @@ [ "gethostbyname", { - "_index": 7713, + "_index": 9984, "data": { "ref/stable/dmSocket": {} }, @@ -169625,7 +169625,7 @@ [ "gethostname", { - "_index": 8209, + "_index": 10519, "data": { "ref/stable/socket": {} }, @@ -169635,7 +169635,7 @@ [ "getidentifier", { - "_index": 9558, + "_index": 9196, "data": { "ref/stable/dmGameObject": {} }, @@ -169645,7 +169645,7 @@ [ "getinfo", { - "_index": 6971, + "_index": 9488, "data": { "ref/stable/debug": {} }, @@ -169655,7 +169655,7 @@ [ "getinstance", { - "_index": 8750, + "_index": 10751, "data": { "ref/stable/dmScript": {} }, @@ -169665,7 +169665,7 @@ [ "getint", { - "_index": 7323, + "_index": 9050, "data": { "ref/stable/dmConfigFile": {} }, @@ -169675,7 +169675,7 @@ [ "getiterator", { - "_index": 10610, + "_index": 8996, "data": { "ref/stable/dmHashTable": {} }, @@ -169685,7 +169685,7 @@ [ "getkeyboard", { - "_index": 7197, + "_index": 9458, "data": { "ref/stable/dmHid": {} }, @@ -169695,7 +169695,7 @@ [ "getlocal", { - "_index": 6977, + "_index": 9493, "data": { "ref/stable/debug": {} }, @@ -169705,7 +169705,7 @@ [ "getmainthread", { - "_index": 8752, + "_index": 10753, "data": { "ref/stable/dmScript": {} }, @@ -169715,7 +169715,7 @@ [ "getmaterialconstant", { - "_index": 7985, + "_index": 8015, "data": { "ref/stable/dmGameSystem": {} }, @@ -169725,7 +169725,7 @@ [ "getmaterialtaglistkey", { - "_index": 7476, + "_index": 10854, "data": { "ref/stable/dmRender": {} }, @@ -169735,7 +169735,7 @@ [ "getmaterialvertexspace", { - "_index": 7461, + "_index": 10841, "data": { "ref/stable/dmRender": {} }, @@ -169745,7 +169745,7 @@ [ "getmaxelementsindices", { - "_index": 10232, + "_index": 6833, "data": { "ref/stable/dmGraphics": {} }, @@ -169755,7 +169755,7 @@ [ "getmaxelementsvertices", { - "_index": 10233, + "_index": 6834, "data": { "ref/stable/dmGraphics": {} }, @@ -169765,7 +169765,7 @@ [ "getmessagesocket", { - "_index": 9560, + "_index": 9198, "data": { "ref/stable/dmGameObject": {} }, @@ -169775,7 +169775,7 @@ [ "getmetadata", { - "_index": 10547, + "_index": 10590, "data": { "ref/stable/dmBuffer": {} }, @@ -169785,7 +169785,7 @@ [ "getmetatable", { - "_index": 6982, + "_index": 9497, "data": { "ref/stable/base": {}, "ref/stable/debug": {} @@ -169796,7 +169796,7 @@ [ "getmouse", { - "_index": 7198, + "_index": 9459, "data": { "ref/stable/dmHid": {} }, @@ -169806,7 +169806,7 @@ [ "getmousebutton", { - "_index": 7199, + "_index": 9460, "data": { "ref/stable/dmHid": {} }, @@ -169816,7 +169816,7 @@ [ "getmousepacket", { - "_index": 7204, + "_index": 9465, "data": { "ref/stable/dmHid": {} }, @@ -169826,7 +169826,7 @@ [ "getnamedconstant", { - "_index": 7478, + "_index": 10856, "data": { "ref/stable/dmRender": {} }, @@ -169836,7 +169836,7 @@ [ "getnamedconstantcount", { - "_index": 7479, + "_index": 10857, "data": { "ref/stable/dmRender": {} }, @@ -169846,7 +169846,7 @@ [ "getnameinfo", { - "_index": 8211, + "_index": 10521, "data": { "ref/stable/socket": {} }, @@ -169856,7 +169856,7 @@ [ "getnativeandroidactivity", { - "_index": 10186, + "_index": 6784, "data": { "ref/stable/dmGraphics": {} }, @@ -169866,7 +169866,7 @@ [ "getnativeandroidapp", { - "_index": 10188, + "_index": 6787, "data": { "ref/stable/dmGraphics": {} }, @@ -169876,7 +169876,7 @@ [ "getnativeandroideglcontext", { - "_index": 10191, + "_index": 6790, "data": { "ref/stable/dmGraphics": {} }, @@ -169886,7 +169886,7 @@ [ "getnativeandroideglsurface", { - "_index": 10194, + "_index": 6793, "data": { "ref/stable/dmGraphics": {} }, @@ -169896,7 +169896,7 @@ [ "getnativeandroidjavavm", { - "_index": 10197, + "_index": 6796, "data": { "ref/stable/dmGraphics": {} }, @@ -169906,7 +169906,7 @@ [ "getnativeioseaglcontext", { - "_index": 10200, + "_index": 6800, "data": { "ref/stable/dmGraphics": {} }, @@ -169916,7 +169916,7 @@ [ "getnativeiosuiview", { - "_index": 10203, + "_index": 6803, "data": { "ref/stable/dmGraphics": {} }, @@ -169926,7 +169926,7 @@ [ "getnativeiosuiwindow", { - "_index": 10206, + "_index": 6806, "data": { "ref/stable/dmGraphics": {} }, @@ -169936,7 +169936,7 @@ [ "getnativeosxnsopenglcontext", { - "_index": 10209, + "_index": 6809, "data": { "ref/stable/dmGraphics": {} }, @@ -169946,7 +169946,7 @@ [ "getnativeosxnsview", { - "_index": 10212, + "_index": 6812, "data": { "ref/stable/dmGraphics": {} }, @@ -169956,7 +169956,7 @@ [ "getnativeosxnswindow", { - "_index": 10215, + "_index": 6815, "data": { "ref/stable/dmGraphics": {} }, @@ -169966,7 +169966,7 @@ [ "getnativewindowshglrc", { - "_index": 10218, + "_index": 6818, "data": { "ref/stable/dmGraphics": {} }, @@ -169976,7 +169976,7 @@ [ "getnativewindowshwnd", { - "_index": 10222, + "_index": 6823, "data": { "ref/stable/dmGraphics": {} }, @@ -169986,7 +169986,7 @@ [ "getnativex11glxcontext", { - "_index": 10225, + "_index": 6826, "data": { "ref/stable/dmGraphics": {} }, @@ -169996,7 +169996,7 @@ [ "getnativex11window", { - "_index": 10229, + "_index": 6830, "data": { "ref/stable/dmGraphics": {} }, @@ -170006,7 +170006,7 @@ [ "getnextnode", { - "_index": 9990, + "_index": 8109, "data": { "ref/stable/dmGui": {} }, @@ -170016,7 +170016,7 @@ [ "getnodecustomdata", { - "_index": 9992, + "_index": 8112, "data": { "ref/stable/dmGui": {} }, @@ -170026,7 +170026,7 @@ [ "getnodeid", { - "_index": 9994, + "_index": 8114, "data": { "ref/stable/dmGui": {} }, @@ -170036,7 +170036,7 @@ [ "getnodeisbone", { - "_index": 9995, + "_index": 8115, "data": { "ref/stable/dmGui": {} }, @@ -170046,7 +170046,7 @@ [ "getnodeparent", { - "_index": 9996, + "_index": 8116, "data": { "ref/stable/dmGui": {} }, @@ -170056,7 +170056,7 @@ [ "getnodeproperty", { - "_index": 9997, + "_index": 8117, "data": { "ref/stable/dmGui": {} }, @@ -170066,7 +170066,7 @@ [ "getnodetextureid", { - "_index": 9999, + "_index": 8119, "data": { "ref/stable/dmGui": {} }, @@ -170076,7 +170076,7 @@ [ "getnumsupportedextensions", { - "_index": 10234, + "_index": 6835, "data": { "ref/stable/dmGraphics": {} }, @@ -170086,7 +170086,7 @@ [ "getoption", { - "_index": 8252, + "_index": 10555, "data": { "ref/stable/socket": {} }, @@ -170096,7 +170096,7 @@ [ "getpath", { - "_index": 6903, + "_index": 7312, "data": { "ref/stable/dmMessage": {}, "ref/stable/dmResource": {} @@ -170107,7 +170107,7 @@ [ "getpeername", { - "_index": 8170, + "_index": 10481, "data": { "ref/stable/socket": {} }, @@ -170117,7 +170117,7 @@ [ "getposition", { - "_index": 9562, + "_index": 9199, "data": { "ref/stable/dmGameObject": {} }, @@ -170127,7 +170127,7 @@ [ "getraw", { - "_index": 6905, + "_index": 8405, "data": { "ref/stable/dmResource": {} }, @@ -170137,7 +170137,7 @@ [ "getregistry", { - "_index": 6985, + "_index": 9499, "data": { "ref/stable/debug": {} }, @@ -170147,7 +170147,7 @@ [ "getrenderconstant", { - "_index": 7997, + "_index": 8028, "data": { "ref/stable/dmGameSystem": {} }, @@ -170157,7 +170157,7 @@ [ "getrenderconstantcount", { - "_index": 7999, + "_index": 8031, "data": { "ref/stable/dmGameSystem": {} }, @@ -170167,7 +170167,7 @@ [ "getrendertargetattachment", { - "_index": 10235, + "_index": 6836, "data": { "ref/stable/dmGraphics": {} }, @@ -170177,7 +170177,7 @@ [ "getresource", { - "_index": 10000, + "_index": 8120, "data": { "ref/stable/dmGui": {} }, @@ -170187,7 +170187,7 @@ [ "getresultstring", { - "_index": 10550, + "_index": 10593, "data": { "ref/stable/dmBuffer": {} }, @@ -170197,7 +170197,7 @@ [ "getrotation", { - "_index": 7565, + "_index": 9201, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmTransform": {} @@ -170208,7 +170208,7 @@ [ "gets", { - "_index": 3840, + "_index": 1309, "data": { "manuals/editor-scripts-ui": {}, "manuals/optimization-size": {}, @@ -170239,7 +170239,7 @@ [ "getscale", { - "_index": 7568, + "_index": 9203, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmTransform": {} @@ -170250,7 +170250,7 @@ [ "getsizeforvaluetype", { - "_index": 10552, + "_index": 10595, "data": { "ref/stable/dmBuffer": {} }, @@ -170260,7 +170260,7 @@ [ "getsocket", { - "_index": 10085, + "_index": 7313, "data": { "ref/stable/dmConnectionPool": {}, "ref/stable/dmMessage": {} @@ -170271,7 +170271,7 @@ [ "getsocketname", { - "_index": 10482, + "_index": 7315, "data": { "ref/stable/dmMessage": {} }, @@ -170281,7 +170281,7 @@ [ "getsocketnamehash", { - "_index": 10483, + "_index": 7316, "data": { "ref/stable/dmMessage": {} }, @@ -170291,7 +170291,7 @@ [ "getsockname", { - "_index": 8169, + "_index": 10480, "data": { "ref/stable/socket": {} }, @@ -170301,7 +170301,7 @@ [ "getsslsocket", { - "_index": 10087, + "_index": 9970, "data": { "ref/stable/dmConnectionPool": {} }, @@ -170311,7 +170311,7 @@ [ "getstream", { - "_index": 10554, + "_index": 10597, "data": { "ref/stable/dmBuffer": {} }, @@ -170321,7 +170321,7 @@ [ "getstreamtype", { - "_index": 10557, + "_index": 10600, "data": { "ref/stable/dmBuffer": {} }, @@ -170331,7 +170331,7 @@ [ "getstring", { - "_index": 7324, + "_index": 9051, "data": { "ref/stable/dmConfigFile": {} }, @@ -170341,7 +170341,7 @@ [ "getstringfromhashorstring", { - "_index": 8824, + "_index": 10818, "data": { "ref/stable/dmScript": {} }, @@ -170351,7 +170351,7 @@ [ "getsupportedextension", { - "_index": 10238, + "_index": 6841, "data": { "ref/stable/dmGraphics": {} }, @@ -170361,7 +170361,7 @@ [ "getters", { - "_index": 9172, + "_index": 7676, "data": { "ref/stable/gui": {} }, @@ -170371,7 +170371,7 @@ [ "gettexturehandle", { - "_index": 10239, + "_index": 6842, "data": { "ref/stable/dmGraphics": {} }, @@ -170381,7 +170381,7 @@ [ "gettime", { - "_index": 8217, + "_index": 9766, "data": { "ref/stable/dmTime": {}, "ref/stable/socket": {} @@ -170392,7 +170392,7 @@ [ "getting", { - "_index": 833, + "_index": 1806, "data": { "assets/luascriptinstance": {}, "manuals/application-security": {}, @@ -170410,7 +170410,7 @@ [ "getting/setting", { - "_index": 10891, + "_index": 9763, "data": { "ref/stable/model": {} }, @@ -170420,7 +170420,7 @@ [ "gettlsvalue", { - "_index": 7659, + "_index": 10248, "data": { "ref/stable/dmThread": {} }, @@ -170430,7 +170430,7 @@ [ "gettouchdevice", { - "_index": 7207, + "_index": 9467, "data": { "ref/stable/dmHid": {} }, @@ -170440,7 +170440,7 @@ [ "gettranslation", { - "_index": 7569, + "_index": 9775, "data": { "ref/stable/dmTransform": {} }, @@ -170450,7 +170450,7 @@ [ "getuniformscale", { - "_index": 7570, + "_index": 9205, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmTransform": {} @@ -170461,7 +170461,7 @@ [ "getupvalue", { - "_index": 6987, + "_index": 9501, "data": { "ref/stable/debug": {} }, @@ -170471,7 +170471,7 @@ [ "getvaluetypestring", { - "_index": 10559, + "_index": 10602, "data": { "ref/stable/dmBuffer": {} }, @@ -170481,7 +170481,7 @@ [ "getvertexstreamoffset", { - "_index": 10241, + "_index": 6844, "data": { "ref/stable/dmGraphics": {} }, @@ -170491,7 +170491,7 @@ [ "getwebserver", { - "_index": 6772, + "_index": 7987, "data": { "ref/stable/dmEngine": {} }, @@ -170501,7 +170501,7 @@ [ "getworld", { - "_index": 9461, + "_index": 9097, "data": { "ref/stable/dmGameObject": {} }, @@ -170511,7 +170511,7 @@ [ "getworldmatrix", { - "_index": 9566, + "_index": 9206, "data": { "ref/stable/dmGameObject": {} }, @@ -170521,7 +170521,7 @@ [ "getworldposition", { - "_index": 9568, + "_index": 9208, "data": { "ref/stable/dmGameObject": {} }, @@ -170531,7 +170531,7 @@ [ "getworldrotation", { - "_index": 9569, + "_index": 9209, "data": { "ref/stable/dmGameObject": {} }, @@ -170541,7 +170541,7 @@ [ "getworldscale", { - "_index": 9570, + "_index": 9210, "data": { "ref/stable/dmGameObject": {} }, @@ -170551,7 +170551,7 @@ [ "getworldtransform", { - "_index": 9571, + "_index": 9211, "data": { "ref/stable/dmGameObject": {} }, @@ -170561,7 +170561,7 @@ [ "getworlduniformscale", { - "_index": 9572, + "_index": 9213, "data": { "ref/stable/dmGameObject": {} }, @@ -170571,7 +170571,7 @@ [ "git", { - "_index": 408, + "_index": 3574, "data": { "manuals/debugging-native-code-android": {}, "manuals/design": {}, @@ -170587,7 +170587,7 @@ [ "git's", { - "_index": 3827, + "_index": 4393, "data": { "manuals/version-control": {} }, @@ -170728,7 +170728,7 @@ [ "give", { - "_index": 1895, + "_index": 547, "data": { "assets/facebook": {}, "assets/panthera": {}, @@ -170754,7 +170754,7 @@ [ "given", { - "_index": 1981, + "_index": 3972, "data": { "manuals/flash": {}, "manuals/glossary": {}, @@ -170786,7 +170786,7 @@ [ "giver", { - "_index": 2170, + "_index": 4494, "data": { "manuals/input-mouse-and-touch": {} }, @@ -170796,7 +170796,7 @@ [ "gives", { - "_index": 820, + "_index": 331, "data": { "manuals/addressing": {}, "manuals/flash": {}, @@ -170813,7 +170813,7 @@ [ "gl", { - "_index": 7948, + "_index": 6819, "data": { "ref/stable/dmGraphics": {}, "ref/stable/render": {} @@ -170824,7 +170824,7 @@ [ "gl_fragcolor", { - "_index": 915, + "_index": 2629, "data": { "manuals/shader": {} }, @@ -170834,7 +170834,7 @@ [ "gl_globalinvocationid.xy", { - "_index": 3015, + "_index": 5317, "data": { "manuals/compute": {} }, @@ -170844,7 +170844,7 @@ [ "gl_numworkgroups.x", { - "_index": 3019, + "_index": 5321, "data": { "manuals/compute": {} }, @@ -170854,7 +170854,7 @@ [ "gl_numworkgroups.y", { - "_index": 3021, + "_index": 5323, "data": { "manuals/compute": {} }, @@ -170864,7 +170864,7 @@ [ "gl_position", { - "_index": 904, + "_index": 2624, "data": { "manuals/shader": {} }, @@ -170874,7 +170874,7 @@ [ "glare", { - "_index": 6543, + "_index": 6503, "data": { "assets/sparkle-shader": {} }, @@ -170884,7 +170884,7 @@ [ "glgeterror", { - "_index": 8600, + "_index": 9356, "data": { "ref/stable/engine": {} }, @@ -170894,7 +170894,7 @@ [ "glkit", { - "_index": 1296, + "_index": 4657, "data": { "manuals/extensions-ext-manifests": {} }, @@ -170904,7 +170904,7 @@ [ "glob", { - "_index": 5240, + "_index": 5446, "data": { "manuals/editor-scripts": {} }, @@ -170914,7 +170914,7 @@ [ "global", { - "_index": 2947, + "_index": 1823, "data": { "manuals/compute": {}, "manuals/lua": {}, @@ -170938,7 +170938,7 @@ [ "globally", { - "_index": 1205, + "_index": 2800, "data": { "manuals/editor-scripts": {}, "manuals/shader": {} @@ -170949,7 +170949,7 @@ [ "glsl", { - "_index": 1008, + "_index": 2385, "data": { "examples/material/screenspace": {}, "examples/material/unlit": {}, @@ -170964,7 +170964,7 @@ [ "gltf", { - "_index": 4123, + "_index": 4581, "data": { "manuals/glossary": {}, "manuals/importing-assets": {}, @@ -170977,7 +170977,7 @@ [ "glxcontext", { - "_index": 10227, + "_index": 6828, "data": { "ref/stable/dmGraphics": {} }, @@ -170987,7 +170987,7 @@ [ "glyph", { - "_index": 5570, + "_index": 3872, "data": { "manuals/font": {} }, @@ -170997,7 +170997,7 @@ [ "glyphs", { - "_index": 344, + "_index": 966, "data": { "assets/fontgen": {}, "manuals/font": {}, @@ -171009,7 +171009,7 @@ [ "gmatch", { - "_index": 10119, + "_index": 7122, "data": { "ref/stable/string": {} }, @@ -171019,7 +171019,7 @@ [ "gmt", { - "_index": 8455, + "_index": 9587, "data": { "ref/stable/sys": {} }, @@ -171029,7 +171029,7 @@ [ "gmt_offset", { - "_index": 8454, + "_index": 9586, "data": { "ref/stable/sys": {} }, @@ -171039,7 +171039,7 @@ [ "go", { - "_index": 495, + "_index": 1648, "data": { "manuals/addressing": {}, "manuals/atlas": {}, @@ -171067,7 +171067,7 @@ [ "go\"}issue", { - "_index": 10796, + "_index": 8951, "data": { "ref/stable/editor": {} }, @@ -171077,7 +171077,7 @@ [ "go\"}selection", { - "_index": 10820, + "_index": 8975, "data": { "ref/stable/editor": {} }, @@ -171087,7 +171087,7 @@ [ "go#sound", { - "_index": 5677, + "_index": 3509, "data": { "manuals/sound": {} }, @@ -171097,7 +171097,7 @@ [ "go.animate", { - "_index": 508, + "_index": 3087, "data": { "assets/sparkle-shader": {}, "examples/collection/timestep": {}, @@ -171118,7 +171118,7 @@ [ "go.animation", { - "_index": 6191, + "_index": 6167, "data": { "examples/sprite/flip": {} }, @@ -171128,7 +171128,7 @@ [ "go.cancel_animations", { - "_index": 532, + "_index": 4525, "data": { "manuals/model-animation": {}, "ref/stable/go": {} @@ -171139,7 +171139,7 @@ [ "go.delete", { - "_index": 699, + "_index": 2530, "data": { "manuals/collection-factory": {}, "manuals/factory": {}, @@ -171151,7 +171151,7 @@ [ "go.easing_inback", { - "_index": 8963, + "_index": 9850, "data": { "ref/stable/go": {} }, @@ -171161,7 +171161,7 @@ [ "go.easing_inbounce", { - "_index": 8965, + "_index": 9851, "data": { "ref/stable/go": {} }, @@ -171171,7 +171171,7 @@ [ "go.easing_incirc", { - "_index": 8967, + "_index": 9852, "data": { "ref/stable/go": {} }, @@ -171181,7 +171181,7 @@ [ "go.easing_incubic", { - "_index": 8970, + "_index": 9853, "data": { "ref/stable/go": {} }, @@ -171191,7 +171191,7 @@ [ "go.easing_inelastic", { - "_index": 8973, + "_index": 9854, "data": { "ref/stable/go": {} }, @@ -171201,7 +171201,7 @@ [ "go.easing_inexpo", { - "_index": 8976, + "_index": 9855, "data": { "ref/stable/go": {} }, @@ -171211,7 +171211,7 @@ [ "go.easing_inoutback", { - "_index": 8979, + "_index": 9856, "data": { "ref/stable/go": {} }, @@ -171221,7 +171221,7 @@ [ "go.easing_inoutbounce", { - "_index": 8981, + "_index": 9857, "data": { "ref/stable/go": {} }, @@ -171231,7 +171231,7 @@ [ "go.easing_inoutcirc", { - "_index": 8983, + "_index": 9858, "data": { "ref/stable/go": {} }, @@ -171241,7 +171241,7 @@ [ "go.easing_inoutcubic", { - "_index": 8985, + "_index": 9859, "data": { "ref/stable/go": {} }, @@ -171251,7 +171251,7 @@ [ "go.easing_inoutelastic", { - "_index": 8987, + "_index": 9860, "data": { "ref/stable/go": {} }, @@ -171261,7 +171261,7 @@ [ "go.easing_inoutexpo", { - "_index": 8989, + "_index": 9861, "data": { "ref/stable/go": {} }, @@ -171271,7 +171271,7 @@ [ "go.easing_inoutquad", { - "_index": 518, + "_index": 4523, "data": { "manuals/model-animation": {}, "ref/stable/go": {} @@ -171282,7 +171282,7 @@ [ "go.easing_inoutquart", { - "_index": 8993, + "_index": 9862, "data": { "ref/stable/go": {} }, @@ -171292,7 +171292,7 @@ [ "go.easing_inoutquint", { - "_index": 8996, + "_index": 9863, "data": { "ref/stable/go": {} }, @@ -171302,7 +171302,7 @@ [ "go.easing_inoutsine", { - "_index": 8999, + "_index": 9864, "data": { "ref/stable/go": {} }, @@ -171312,7 +171312,7 @@ [ "go.easing_inquad", { - "_index": 9002, + "_index": 9865, "data": { "ref/stable/go": {} }, @@ -171322,7 +171322,7 @@ [ "go.easing_inquart", { - "_index": 9004, + "_index": 9866, "data": { "ref/stable/go": {} }, @@ -171332,7 +171332,7 @@ [ "go.easing_inquint", { - "_index": 9006, + "_index": 9867, "data": { "ref/stable/go": {} }, @@ -171342,7 +171342,7 @@ [ "go.easing_insine", { - "_index": 9008, + "_index": 9868, "data": { "ref/stable/go": {} }, @@ -171352,7 +171352,7 @@ [ "go.easing_linear", { - "_index": 2362, + "_index": 5638, "data": { "manuals/building-blocks": {}, "manuals/model": {}, @@ -171365,7 +171365,7 @@ [ "go.easing_outback", { - "_index": 9011, + "_index": 9869, "data": { "ref/stable/go": {} }, @@ -171375,7 +171375,7 @@ [ "go.easing_outbounce", { - "_index": 9013, + "_index": 9870, "data": { "ref/stable/go": {} }, @@ -171385,7 +171385,7 @@ [ "go.easing_outcirc", { - "_index": 9015, + "_index": 9871, "data": { "ref/stable/go": {} }, @@ -171395,7 +171395,7 @@ [ "go.easing_outcubic", { - "_index": 9017, + "_index": 9872, "data": { "ref/stable/go": {} }, @@ -171405,7 +171405,7 @@ [ "go.easing_outelastic", { - "_index": 9019, + "_index": 9873, "data": { "ref/stable/go": {} }, @@ -171415,7 +171415,7 @@ [ "go.easing_outexpo", { - "_index": 9021, + "_index": 9874, "data": { "ref/stable/go": {} }, @@ -171425,7 +171425,7 @@ [ "go.easing_outinback", { - "_index": 9023, + "_index": 9875, "data": { "ref/stable/go": {} }, @@ -171435,7 +171435,7 @@ [ "go.easing_outinbounce", { - "_index": 9025, + "_index": 9876, "data": { "ref/stable/go": {} }, @@ -171445,7 +171445,7 @@ [ "go.easing_outincirc", { - "_index": 9027, + "_index": 9877, "data": { "ref/stable/go": {} }, @@ -171455,7 +171455,7 @@ [ "go.easing_outincubic", { - "_index": 9029, + "_index": 9878, "data": { "ref/stable/go": {} }, @@ -171465,7 +171465,7 @@ [ "go.easing_outinelastic", { - "_index": 9031, + "_index": 9879, "data": { "ref/stable/go": {} }, @@ -171475,7 +171475,7 @@ [ "go.easing_outinexpo", { - "_index": 9033, + "_index": 9880, "data": { "ref/stable/go": {} }, @@ -171485,7 +171485,7 @@ [ "go.easing_outinquad", { - "_index": 9035, + "_index": 9881, "data": { "ref/stable/go": {} }, @@ -171495,7 +171495,7 @@ [ "go.easing_outinquart", { - "_index": 9037, + "_index": 9882, "data": { "ref/stable/go": {} }, @@ -171505,7 +171505,7 @@ [ "go.easing_outinquint", { - "_index": 9039, + "_index": 9883, "data": { "ref/stable/go": {} }, @@ -171515,7 +171515,7 @@ [ "go.easing_outinsine", { - "_index": 9041, + "_index": 9884, "data": { "ref/stable/go": {} }, @@ -171525,7 +171525,7 @@ [ "go.easing_outquad", { - "_index": 9043, + "_index": 9885, "data": { "ref/stable/go": {} }, @@ -171535,7 +171535,7 @@ [ "go.easing_outquart", { - "_index": 9045, + "_index": 9886, "data": { "ref/stable/go": {} }, @@ -171545,7 +171545,7 @@ [ "go.easing_outquint", { - "_index": 9047, + "_index": 9887, "data": { "ref/stable/go": {} }, @@ -171555,7 +171555,7 @@ [ "go.easing_outsine", { - "_index": 9049, + "_index": 9888, "data": { "ref/stable/go": {} }, @@ -171565,7 +171565,7 @@ [ "go.exists", { - "_index": 9051, + "_index": 9889, "data": { "ref/stable/go": {} }, @@ -171575,7 +171575,7 @@ [ "go.get", { - "_index": 849, + "_index": 155, "data": { "manuals/camera": {}, "manuals/gui": {}, @@ -171597,7 +171597,7 @@ [ "go.get_id", { - "_index": 2544, + "_index": 3427, "data": { "manuals/addressing": {}, "manuals/building-blocks": {}, @@ -171611,7 +171611,7 @@ [ "go.get_parent", { - "_index": 9053, + "_index": 9890, "data": { "ref/stable/go": {} }, @@ -171621,7 +171621,7 @@ [ "go.get_position", { - "_index": 1581, + "_index": 1623, "data": { "manuals/building-blocks": {}, "manuals/debugging-game-logic": {}, @@ -171639,7 +171639,7 @@ [ "go.get_rotation", { - "_index": 9056, + "_index": 9892, "data": { "ref/stable/go": {} }, @@ -171649,7 +171649,7 @@ [ "go.get_scale", { - "_index": 9059, + "_index": 9894, "data": { "ref/stable/go": {} }, @@ -171659,7 +171659,7 @@ [ "go.get_scale_uniform", { - "_index": 9062, + "_index": 9896, "data": { "ref/stable/go": {} }, @@ -171669,7 +171669,7 @@ [ "go.get_world_position", { - "_index": 9055, + "_index": 9891, "data": { "ref/stable/go": {} }, @@ -171679,7 +171679,7 @@ [ "go.get_world_rotation", { - "_index": 9058, + "_index": 9893, "data": { "ref/stable/go": {} }, @@ -171689,7 +171689,7 @@ [ "go.get_world_scale", { - "_index": 9061, + "_index": 9895, "data": { "ref/stable/go": {} }, @@ -171699,7 +171699,7 @@ [ "go.get_world_scale_uniform", { - "_index": 9069, + "_index": 9903, "data": { "ref/stable/go": {} }, @@ -171709,7 +171709,7 @@ [ "go.get_world_transform", { - "_index": 9071, + "_index": 9905, "data": { "ref/stable/go": {} }, @@ -171719,7 +171719,7 @@ [ "go.playback_loop_backward", { - "_index": 546, + "_index": 4531, "data": { "manuals/model-animation": {}, "ref/stable/go": {}, @@ -171731,7 +171731,7 @@ [ "go.playback_loop_forward", { - "_index": 545, + "_index": 4530, "data": { "manuals/model-animation": {}, "ref/stable/go": {}, @@ -171743,7 +171743,7 @@ [ "go.playback_loop_pingpong", { - "_index": 459, + "_index": 3787, "data": { "manuals/building-blocks": {}, "manuals/model": {}, @@ -171759,7 +171759,7 @@ [ "go.playback_none", { - "_index": 510, + "_index": 4519, "data": { "manuals/model": {}, "manuals/model-animation": {}, @@ -171771,7 +171771,7 @@ [ "go.playback_once_backward", { - "_index": 543, + "_index": 4528, "data": { "manuals/model-animation": {}, "ref/stable/go": {}, @@ -171783,7 +171783,7 @@ [ "go.playback_once_forward", { - "_index": 537, + "_index": 4527, "data": { "manuals/model": {}, "manuals/model-animation": {}, @@ -171797,7 +171797,7 @@ [ "go.playback_once_pingpong", { - "_index": 544, + "_index": 4529, "data": { "manuals/model-animation": {}, "ref/stable/go": {}, @@ -171809,7 +171809,7 @@ [ "go.property", { - "_index": 696, + "_index": 161, "data": { "manuals/collection-factory": {}, "manuals/compute": {}, @@ -171828,7 +171828,7 @@ [ "go.set", { - "_index": 512, + "_index": 156, "data": { "examples/material/screenspace": {}, "manuals/atlas": {}, @@ -171854,7 +171854,7 @@ [ "go.set_parent", { - "_index": 9081, + "_index": 9909, "data": { "ref/stable/go": {} }, @@ -171864,7 +171864,7 @@ [ "go.set_position", { - "_index": 2017, + "_index": 4002, "data": { "manuals/flash": {}, "manuals/input": {}, @@ -171878,7 +171878,7 @@ [ "go.set_rotation", { - "_index": 9083, + "_index": 9910, "data": { "ref/stable/go": {} }, @@ -171888,7 +171888,7 @@ [ "go.set_scale", { - "_index": 9085, + "_index": 9911, "data": { "ref/stable/go": {} }, @@ -171898,7 +171898,7 @@ [ "go.world_to_local_position", { - "_index": 9087, + "_index": 9912, "data": { "ref/stable/go": {} }, @@ -171908,7 +171908,7 @@ [ "go.world_to_local_transform", { - "_index": 9089, + "_index": 9914, "data": { "ref/stable/go": {} }, @@ -171918,7 +171918,7 @@ [ "go2", { - "_index": 4846, + "_index": 3357, "data": { "manuals/addressing": {} }, @@ -171928,7 +171928,7 @@ [ "go3", { - "_index": 4847, + "_index": 3358, "data": { "manuals/addressing": {} }, @@ -171938,7 +171938,7 @@ [ "goal", { - "_index": 6651, + "_index": 6524, "data": { "assets/endlessrunner": {}, "assets/magiclinker": {} @@ -171949,7 +171949,7 @@ [ "goals", { - "_index": 4314, + "_index": 5948, "data": { "manuals/design": {} }, @@ -171959,7 +171959,7 @@ [ "goc", { - "_index": 9649, + "_index": 9290, "data": { "ref/stable/dmGameObject": {} }, @@ -171969,7 +171969,7 @@ [ "goes", { - "_index": 1214, + "_index": 2086, "data": { "manuals/extensions": {}, "manuals/factory": {}, @@ -171985,7 +171985,7 @@ [ "gog", { - "_index": 6325, + "_index": 6594, "data": { "assets/gog-galaxy": {} }, @@ -171995,7 +171995,7 @@ [ "going", { - "_index": 3633, + "_index": 1719, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/addressing": {}, @@ -172009,7 +172009,7 @@ [ "good", { - "_index": 1219, + "_index": 1541, "data": { "examples/material/uvgradient": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -172041,7 +172041,7 @@ [ "gooey", { - "_index": 6555, + "_index": 6406, "data": { "assets/gooey": {} }, @@ -172051,7 +172051,7 @@ [ "google", { - "_index": 142, + "_index": 2194, "data": { "assets/admob-defold": {}, "assets/apkverifier": {}, @@ -172078,7 +172078,7 @@ [ "google's", { - "_index": 4262, + "_index": 5501, "data": { "assets/ump": {}, "manuals/debugging-native-code-android": {} @@ -172089,7 +172089,7 @@ [ "googleanalytics", { - "_index": 6361, + "_index": 6752, "data": { "assets/googleanalytics": {} }, @@ -172099,7 +172099,7 @@ [ "googleanalyticsforfirebase", { - "_index": 6268, + "_index": 6412, "data": { "assets/googleanalyticsforfirebase": {} }, @@ -172109,7 +172109,7 @@ [ "googleplaygameservices", { - "_index": 6290, + "_index": 6399, "data": { "assets/googleplaygameservices": {} }, @@ -172119,7 +172119,7 @@ [ "googleplayinstant", { - "_index": 6742, + "_index": 6499, "data": { "assets/googleplayinstant": {} }, @@ -172129,7 +172129,7 @@ [ "govern", { - "_index": 1796, + "_index": 3307, "data": { "manuals/glossary": {}, "manuals/live-update": {} @@ -172140,7 +172140,7 @@ [ "governs", { - "_index": 4428, + "_index": 252, "data": { "manuals/gui": {}, "ref/stable/render": {} @@ -172151,7 +172151,7 @@ [ "gpu", { - "_index": 17, + "_index": 1864, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/compute": {}, @@ -172171,7 +172171,7 @@ [ "graceful", { - "_index": 8547, + "_index": 9944, "data": { "ref/stable/os": {} }, @@ -172181,7 +172181,7 @@ [ "gradient", { - "_index": 5604, + "_index": 3916, "data": { "examples/material/uvgradient": {}, "manuals/font": {} @@ -172192,7 +172192,7 @@ [ "gradients", { - "_index": 5595, + "_index": 3906, "data": { "manuals/font": {} }, @@ -172202,7 +172202,7 @@ [ "grading", { - "_index": 1252, + "_index": 2823, "data": { "manuals/compute": {}, "manuals/shader": {} @@ -172213,7 +172213,7 @@ [ "gradle", { - "_index": 4113, + "_index": 5546, "data": { "manuals/extensions-gradle": {} }, @@ -172223,7 +172223,7 @@ [ "grafana", { - "_index": 1476, + "_index": 4089, "data": { "manuals/extender-local-setup": {} }, @@ -172233,7 +172233,7 @@ [ "grained", { - "_index": 2127, + "_index": 549, "data": { "manuals/gui": {}, "manuals/input-mouse-and-touch": {}, @@ -172245,7 +172245,7 @@ [ "grammars", { - "_index": 6371, + "_index": 6643, "data": { "assets/lpeg": {} }, @@ -172255,7 +172255,7 @@ [ "granted", { - "_index": 5360, + "_index": 5841, "data": { "manuals/macos": {} }, @@ -172265,7 +172265,7 @@ [ "granular", { - "_index": 1832, + "_index": 3327, "data": { "manuals/live-update": {} }, @@ -172275,7 +172275,7 @@ [ "graph", { - "_index": 1604, + "_index": 3117, "data": { "assets/defgraph": {}, "manuals/building-blocks": {}, @@ -172290,7 +172290,7 @@ [ "graphic", { - "_index": 3296, + "_index": 5098, "data": { "assets/tactxstudios": {}, "manuals/flash": {} @@ -172301,7 +172301,7 @@ [ "graphical", { - "_index": 1258, + "_index": 2200, "data": { "assets/dear-imgui": {}, "assets/define": {}, @@ -172317,7 +172317,7 @@ [ "graphics", { - "_index": 357, + "_index": 345, "data": { "assets/rive": {}, "examples/material/unlit": {}, @@ -172358,7 +172358,7 @@ [ "graphics.blend_factor_constant_alpha", { - "_index": 7881, + "_index": 8174, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172369,7 +172369,7 @@ [ "graphics.blend_factor_constant_color", { - "_index": 7879, + "_index": 8176, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172380,7 +172380,7 @@ [ "graphics.blend_factor_dst_alpha", { - "_index": 7876, + "_index": 8178, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172391,7 +172391,7 @@ [ "graphics.blend_factor_dst_color", { - "_index": 7870, + "_index": 8180, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172402,7 +172402,7 @@ [ "graphics.blend_factor_one", { - "_index": 7865, + "_index": 8182, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172413,7 +172413,7 @@ [ "graphics.blend_factor_one_minus_constant_alpha", { - "_index": 7883, + "_index": 8184, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172424,7 +172424,7 @@ [ "graphics.blend_factor_one_minus_constant_color", { - "_index": 7880, + "_index": 8186, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172435,7 +172435,7 @@ [ "graphics.blend_factor_one_minus_dst_alpha", { - "_index": 7878, + "_index": 8188, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172446,7 +172446,7 @@ [ "graphics.blend_factor_one_minus_dst_color", { - "_index": 7872, + "_index": 8190, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172457,7 +172457,7 @@ [ "graphics.blend_factor_one_minus_src_alpha", { - "_index": 7875, + "_index": 8192, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172468,7 +172468,7 @@ [ "graphics.blend_factor_one_minus_src_color", { - "_index": 7869, + "_index": 8194, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172479,7 +172479,7 @@ [ "graphics.blend_factor_src_alpha", { - "_index": 7873, + "_index": 8196, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172490,7 +172490,7 @@ [ "graphics.blend_factor_src_alpha_saturate", { - "_index": 7884, + "_index": 8198, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172501,7 +172501,7 @@ [ "graphics.blend_factor_src_color", { - "_index": 7867, + "_index": 8200, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172512,7 +172512,7 @@ [ "graphics.blend_factor_zero", { - "_index": 7863, + "_index": 8202, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172523,7 +172523,7 @@ [ "graphics.buffer_type_color0_bit", { - "_index": 7788, + "_index": 8204, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172534,7 +172534,7 @@ [ "graphics.buffer_type_color1_bit", { - "_index": 7814, + "_index": 8206, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172545,7 +172545,7 @@ [ "graphics.buffer_type_color2_bit", { - "_index": 7815, + "_index": 8209, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172556,7 +172556,7 @@ [ "graphics.buffer_type_color3_bit", { - "_index": 7816, + "_index": 8211, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172567,7 +172567,7 @@ [ "graphics.buffer_type_color[x]_bit", { - "_index": 7824, + "_index": 8478, "data": { "ref/stable/render": {} }, @@ -172577,7 +172577,7 @@ [ "graphics.buffer_type_colorx_bit", { - "_index": 7841, + "_index": 8494, "data": { "ref/stable/render": {} }, @@ -172587,7 +172587,7 @@ [ "graphics.buffer_type_depth_bit", { - "_index": 7789, + "_index": 8213, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172598,7 +172598,7 @@ [ "graphics.buffer_type_stencil_bit", { - "_index": 7790, + "_index": 8215, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172609,7 +172609,7 @@ [ "graphics.compare_func_always", { - "_index": 7927, + "_index": 8217, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172620,7 +172620,7 @@ [ "graphics.compare_func_equal", { - "_index": 7925, + "_index": 8219, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172631,7 +172631,7 @@ [ "graphics.compare_func_gequal", { - "_index": 7924, + "_index": 8221, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172642,7 +172642,7 @@ [ "graphics.compare_func_greater", { - "_index": 7923, + "_index": 8223, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172653,7 +172653,7 @@ [ "graphics.compare_func_lequal", { - "_index": 7922, + "_index": 8225, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172664,7 +172664,7 @@ [ "graphics.compare_func_less", { - "_index": 7921, + "_index": 8227, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172675,7 +172675,7 @@ [ "graphics.compare_func_never", { - "_index": 7920, + "_index": 8229, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172686,7 +172686,7 @@ [ "graphics.compare_func_notequal", { - "_index": 7926, + "_index": 8231, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172697,7 +172697,7 @@ [ "graphics.compression_type_basis_etc1s", { - "_index": 9811, + "_index": 8233, "data": { "ref/stable/graphics": {} }, @@ -172707,7 +172707,7 @@ [ "graphics.compression_type_basis_uastc", { - "_index": 9813, + "_index": 8235, "data": { "ref/stable/graphics": {} }, @@ -172717,7 +172717,7 @@ [ "graphics.compression_type_default", { - "_index": 7406, + "_index": 8236, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -172728,7 +172728,7 @@ [ "graphics.compression_type_webp", { - "_index": 9814, + "_index": 8238, "data": { "ref/stable/graphics": {} }, @@ -172738,7 +172738,7 @@ [ "graphics.compression_type_webp_lossy", { - "_index": 9816, + "_index": 8240, "data": { "ref/stable/graphics": {} }, @@ -172748,7 +172748,7 @@ [ "graphics.face_type_back", { - "_index": 7916, + "_index": 8242, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172759,7 +172759,7 @@ [ "graphics.face_type_front", { - "_index": 7917, + "_index": 8244, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172770,7 +172770,7 @@ [ "graphics.face_type_front_and_back", { - "_index": 7914, + "_index": 8246, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172781,7 +172781,7 @@ [ "graphics.state_alpha_test", { - "_index": 7799, + "_index": 8248, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172792,7 +172792,7 @@ [ "graphics.state_alpha_test_supported", { - "_index": 9822, + "_index": 8250, "data": { "ref/stable/graphics": {} }, @@ -172802,7 +172802,7 @@ [ "graphics.state_blend", { - "_index": 7798, + "_index": 8252, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172813,7 +172813,7 @@ [ "graphics.state_cull_face", { - "_index": 7800, + "_index": 8254, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172824,7 +172824,7 @@ [ "graphics.state_depth_test", { - "_index": 7796, + "_index": 8256, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172835,7 +172835,7 @@ [ "graphics.state_polygon_offset_fill", { - "_index": 7801, + "_index": 8258, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172846,7 +172846,7 @@ [ "graphics.state_scissor_test", { - "_index": 9828, + "_index": 8260, "data": { "ref/stable/graphics": {} }, @@ -172856,7 +172856,7 @@ [ "graphics.state_stencil_test", { - "_index": 7797, + "_index": 8262, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172867,7 +172867,7 @@ [ "graphics.stencil_op_decr", { - "_index": 7969, + "_index": 8264, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172878,7 +172878,7 @@ [ "graphics.stencil_op_decr_wrap", { - "_index": 7971, + "_index": 8266, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172889,7 +172889,7 @@ [ "graphics.stencil_op_incr", { - "_index": 7964, + "_index": 8268, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172900,7 +172900,7 @@ [ "graphics.stencil_op_incr_wrap", { - "_index": 7968, + "_index": 8270, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172911,7 +172911,7 @@ [ "graphics.stencil_op_invert", { - "_index": 7973, + "_index": 8272, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172922,7 +172922,7 @@ [ "graphics.stencil_op_keep", { - "_index": 7961, + "_index": 8274, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172933,7 +172933,7 @@ [ "graphics.stencil_op_replace", { - "_index": 7963, + "_index": 8276, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172944,7 +172944,7 @@ [ "graphics.stencil_op_zero", { - "_index": 7962, + "_index": 8278, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172955,7 +172955,7 @@ [ "graphics.texture_filter_default", { - "_index": 9839, + "_index": 8280, "data": { "ref/stable/graphics": {} }, @@ -172965,7 +172965,7 @@ [ "graphics.texture_filter_linear", { - "_index": 9841, + "_index": 8282, "data": { "ref/stable/graphics": {} }, @@ -172975,7 +172975,7 @@ [ "graphics.texture_filter_linear_mipmap_linear", { - "_index": 9843, + "_index": 8284, "data": { "ref/stable/graphics": {} }, @@ -172985,7 +172985,7 @@ [ "graphics.texture_filter_linear_mipmap_nearest", { - "_index": 9845, + "_index": 8286, "data": { "ref/stable/graphics": {} }, @@ -172995,7 +172995,7 @@ [ "graphics.texture_filter_lineargraphics.texture_filter_nearest", { - "_index": 7835, + "_index": 8488, "data": { "ref/stable/render": {} }, @@ -173005,7 +173005,7 @@ [ "graphics.texture_filter_nearest", { - "_index": 9847, + "_index": 8288, "data": { "ref/stable/graphics": {} }, @@ -173015,7 +173015,7 @@ [ "graphics.texture_filter_nearest_mipmap_linear", { - "_index": 9849, + "_index": 8290, "data": { "ref/stable/graphics": {} }, @@ -173025,7 +173025,7 @@ [ "graphics.texture_filter_nearest_mipmap_nearest", { - "_index": 9851, + "_index": 8292, "data": { "ref/stable/graphics": {} }, @@ -173035,7 +173035,7 @@ [ "graphics.texture_format_bgra8u", { - "_index": 9853, + "_index": 8294, "data": { "ref/stable/graphics": {} }, @@ -173045,7 +173045,7 @@ [ "graphics.texture_format_depth", { - "_index": 9855, + "_index": 8296, "data": { "ref/stable/graphics": {} }, @@ -173055,7 +173055,7 @@ [ "graphics.texture_format_luminance", { - "_index": 7377, + "_index": 8298, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173066,7 +173066,7 @@ [ "graphics.texture_format_luminance_alpha", { - "_index": 9858, + "_index": 8300, "data": { "ref/stable/graphics": {} }, @@ -173076,7 +173076,7 @@ [ "graphics.texture_format_luminancegraphics.texture_format_rgbgraphics.texture_format_rgbagraphics.texture_format_depthgraphics.texture_format_stencilgraphics.texture_format_rgba32fgraphics.texture_format_rgba16f", { - "_index": 7833, + "_index": 8486, "data": { "ref/stable/render": {} }, @@ -173086,7 +173086,7 @@ [ "graphics.texture_format_r16f", { - "_index": 7396, + "_index": 8302, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173097,7 +173097,7 @@ [ "graphics.texture_format_r32f", { - "_index": 7398, + "_index": 8304, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173108,7 +173108,7 @@ [ "graphics.texture_format_r32ui", { - "_index": 9862, + "_index": 8306, "data": { "ref/stable/graphics": {} }, @@ -173118,7 +173118,7 @@ [ "graphics.texture_format_r_bc4", { - "_index": 7389, + "_index": 8308, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173129,7 +173129,7 @@ [ "graphics.texture_format_r_etc2", { - "_index": 9865, + "_index": 8310, "data": { "ref/stable/graphics": {} }, @@ -173139,7 +173139,7 @@ [ "graphics.texture_format_rg16f", { - "_index": 7397, + "_index": 8312, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173150,7 +173150,7 @@ [ "graphics.texture_format_rg32f", { - "_index": 7399, + "_index": 8314, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173161,7 +173161,7 @@ [ "graphics.texture_format_rg_bc5", { - "_index": 7390, + "_index": 8316, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173172,7 +173172,7 @@ [ "graphics.texture_format_rg_etc2", { - "_index": 9870, + "_index": 8318, "data": { "ref/stable/graphics": {} }, @@ -173182,7 +173182,7 @@ [ "graphics.texture_format_rgb", { - "_index": 7378, + "_index": 8320, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173193,7 +173193,7 @@ [ "graphics.texture_format_rgb16f", { - "_index": 7392, + "_index": 8322, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173204,7 +173204,7 @@ [ "graphics.texture_format_rgb32f", { - "_index": 7393, + "_index": 8324, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173215,7 +173215,7 @@ [ "graphics.texture_format_rgb_16bpp", { - "_index": 9875, + "_index": 8326, "data": { "ref/stable/graphics": {} }, @@ -173225,7 +173225,7 @@ [ "graphics.texture_format_rgb_bc1", { - "_index": 7387, + "_index": 8328, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173236,7 +173236,7 @@ [ "graphics.texture_format_rgb_etc1", { - "_index": 7384, + "_index": 8330, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173247,7 +173247,7 @@ [ "graphics.texture_format_rgb_pvrtc_2bppv1", { - "_index": 7380, + "_index": 8332, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173258,7 +173258,7 @@ [ "graphics.texture_format_rgb_pvrtc_4bppv1", { - "_index": 7381, + "_index": 8334, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173269,7 +173269,7 @@ [ "graphics.texture_format_rgba", { - "_index": 7379, + "_index": 8336, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173280,7 +173280,7 @@ [ "graphics.texture_format_rgba16f", { - "_index": 7394, + "_index": 8337, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173291,7 +173291,7 @@ [ "graphics.texture_format_rgba32f", { - "_index": 7395, + "_index": 8339, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173302,7 +173302,7 @@ [ "graphics.texture_format_rgba32ui", { - "_index": 9883, + "_index": 8341, "data": { "ref/stable/graphics": {} }, @@ -173312,7 +173312,7 @@ [ "graphics.texture_format_rgba_16bpp", { - "_index": 9885, + "_index": 8343, "data": { "ref/stable/graphics": {} }, @@ -173322,7 +173322,7 @@ [ "graphics.texture_format_rgba_astc_4x4", { - "_index": 7386, + "_index": 8345, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173333,7 +173333,7 @@ [ "graphics.texture_format_rgba_bc3", { - "_index": 7388, + "_index": 8347, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173344,7 +173344,7 @@ [ "graphics.texture_format_rgba_bc7", { - "_index": 7391, + "_index": 8349, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173355,7 +173355,7 @@ [ "graphics.texture_format_rgba_etc2", { - "_index": 7385, + "_index": 8351, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173366,7 +173366,7 @@ [ "graphics.texture_format_rgba_pvrtc_2bppv1", { - "_index": 7382, + "_index": 8353, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173377,7 +173377,7 @@ [ "graphics.texture_format_rgba_pvrtc_4bppv1", { - "_index": 7383, + "_index": 8355, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173388,7 +173388,7 @@ [ "graphics.texture_format_stencil", { - "_index": 9893, + "_index": 8357, "data": { "ref/stable/graphics": {} }, @@ -173398,7 +173398,7 @@ [ "graphics.texture_type_2d", { - "_index": 7374, + "_index": 8359, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173409,7 +173409,7 @@ [ "graphics.texture_type_2d_array", { - "_index": 7420, + "_index": 8361, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173420,7 +173420,7 @@ [ "graphics.texture_type_cube_map", { - "_index": 7375, + "_index": 8363, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173431,7 +173431,7 @@ [ "graphics.texture_type_image_2d", { - "_index": 7376, + "_index": 8365, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173442,7 +173442,7 @@ [ "graphics.texture_usage_flag_color", { - "_index": 9899, + "_index": 8367, "data": { "ref/stable/graphics": {} }, @@ -173452,7 +173452,7 @@ [ "graphics.texture_usage_flag_input", { - "_index": 9901, + "_index": 8369, "data": { "ref/stable/graphics": {} }, @@ -173462,7 +173462,7 @@ [ "graphics.texture_usage_flag_memoryless", { - "_index": 7401, + "_index": 8371, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173473,7 +173473,7 @@ [ "graphics.texture_usage_flag_sample", { - "_index": 7400, + "_index": 8373, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173484,7 +173484,7 @@ [ "graphics.texture_usage_flag_storage", { - "_index": 7404, + "_index": 8375, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173495,7 +173495,7 @@ [ "graphics.texture_wrap_clamp_to_border", { - "_index": 9906, + "_index": 8377, "data": { "ref/stable/graphics": {} }, @@ -173505,7 +173505,7 @@ [ "graphics.texture_wrap_clamp_to_bordergraphics.texture_wrap_clamp_to_edgegraphics.texture_wrap_mirrored_repeatgraphics.texture_wrap_repeat", { - "_index": 7838, + "_index": 8491, "data": { "ref/stable/render": {} }, @@ -173515,7 +173515,7 @@ [ "graphics.texture_wrap_clamp_to_edge", { - "_index": 9908, + "_index": 8379, "data": { "ref/stable/graphics": {} }, @@ -173525,7 +173525,7 @@ [ "graphics.texture_wrap_mirrored_repeat", { - "_index": 9910, + "_index": 8381, "data": { "ref/stable/graphics": {} }, @@ -173535,7 +173535,7 @@ [ "graphics.texture_wrap_repeat", { - "_index": 9912, + "_index": 8383, "data": { "ref/stable/graphics": {} }, @@ -173545,7 +173545,7 @@ [ "grasp", { - "_index": 3588, + "_index": 5605, "data": { "manuals/introduction": {} }, @@ -173555,7 +173555,7 @@ [ "grass", { - "_index": 4347, + "_index": 4437, "data": { "manuals/glossary": {}, "manuals/tilemap": {} @@ -173566,7 +173566,7 @@ [ "gravity", { - "_index": 5530, + "_index": 3856, "data": { "examples/particles/confetti": {}, "examples/physics/pendulum": {}, @@ -173580,7 +173580,7 @@ [ "gravityy", { - "_index": 6140, + "_index": 6202, "data": { "examples/physics/dynamic": {}, "examples/physics/hinge_joint": {}, @@ -173593,7 +173593,7 @@ [ "great", { - "_index": 1241, + "_index": 1720, "data": { "manuals/addressing": {}, "manuals/flash": {}, @@ -173607,7 +173607,7 @@ [ "greater", { - "_index": 3326, + "_index": 5120, "data": { "manuals/flash": {}, "ref/stable/collectionfactory": {}, @@ -173623,7 +173623,7 @@ [ "greatly", { - "_index": 3968, + "_index": 1488, "data": { "manuals/editor-scripts-ui": {}, "manuals/optimization-size": {} @@ -173634,7 +173634,7 @@ [ "green", { - "_index": 3227, + "_index": 1258, "data": { "examples/particles/fire_and_smoke": {}, "manuals/editor": {}, @@ -173654,7 +173654,7 @@ [ "greenwich", { - "_index": 8456, + "_index": 9588, "data": { "ref/stable/sys": {} }, @@ -173664,7 +173664,7 @@ [ "grep", { - "_index": 1454, + "_index": 4075, "data": { "manuals/debugging-native-code-android": {}, "manuals/debugging-native-code-ios": {}, @@ -173676,7 +173676,7 @@ [ "grey", { - "_index": 841, + "_index": 461, "data": { "manuals/gui": {}, "manuals/label": {} @@ -173687,7 +173687,7 @@ [ "grid", { - "_index": 327, + "_index": 952, "data": { "assets/defoldgridengine": {}, "assets/sharpsprite": {}, @@ -173704,7 +173704,7 @@ [ "grids", { - "_index": 3887, + "_index": 1353, "data": { "manuals/editor-scripts-ui": {}, "manuals/glossary": {} @@ -173715,7 +173715,7 @@ [ "grip", { - "_index": 4054, + "_index": 4253, "data": { "manuals/bundling": {}, "manuals/profiling": {} @@ -173726,7 +173726,7 @@ [ "ground", { - "_index": 4346, + "_index": 4436, "data": { "manuals/glossary": {}, "manuals/tilemap": {} @@ -173737,7 +173737,7 @@ [ "group", { - "_index": 1920, + "_index": 568, "data": { "assets/defarmy": {}, "examples/physics/raycast": {}, @@ -173766,7 +173766,7 @@ [ "group's", { - "_index": 4379, + "_index": 4425, "data": { "manuals/tilesource": {} }, @@ -173776,7 +173776,7 @@ [ "group_hash", { - "_index": 5693, + "_index": 3526, "data": { "manuals/sound": {} }, @@ -173786,7 +173786,7 @@ [ "grouped", { - "_index": 3738, + "_index": 1318, "data": { "manuals/editor-scripts-ui": {}, "manuals/render": {} @@ -173797,7 +173797,7 @@ [ "grouping", { - "_index": 4883, + "_index": 3408, "data": { "manuals/addressing": {}, "manuals/lua": {}, @@ -173809,7 +173809,7 @@ [ "groups", { - "_index": 311, + "_index": 200, "data": { "assets/defarmy": {}, "manuals/addressing": {}, @@ -173833,7 +173833,7 @@ [ "grow", { - "_index": 3832, + "_index": 1342, "data": { "manuals/editor-scripts-ui": {}, "manuals/font": {}, @@ -173846,7 +173846,7 @@ [ "gs", { - "_index": 7894, + "_index": 8530, "data": { "ref/stable/render": {} }, @@ -173856,7 +173856,7 @@ [ "gsub", { - "_index": 10128, + "_index": 7132, "data": { "ref/stable/string": {} }, @@ -173866,7 +173866,7 @@ [ "gt", { - "_index": 7955, + "_index": 7141, "data": { "ref/stable/dmMath": {}, "ref/stable/dmScript": {}, @@ -173880,7 +173880,7 @@ [ "guarantee", { - "_index": 777, + "_index": 1498, "data": { "manuals/application-security": {}, "manuals/caching-assets": {}, @@ -173898,7 +173898,7 @@ [ "guaranteed", { - "_index": 4884, + "_index": 3411, "data": { "manuals/addressing": {}, "ref/stable/crash": {}, @@ -173917,7 +173917,7 @@ [ "guarantees", { - "_index": 9768, + "_index": 7281, "data": { "ref/stable/math": {} }, @@ -173927,7 +173927,7 @@ [ "guard", { - "_index": 8715, + "_index": 10719, "data": { "ref/stable/dmScript": {} }, @@ -173937,7 +173937,7 @@ [ "guardfactory", { - "_index": 2596, + "_index": 4311, "data": { "manuals/factory": {} }, @@ -173947,7 +173947,7 @@ [ "guards", { - "_index": 1171, + "_index": 2782, "data": { "manuals/shader": {} }, @@ -173957,7 +173957,7 @@ [ "gui", { - "_index": 381, + "_index": 47, "data": { "assets/dirtylarry": {}, "assets/editor-script-align": {}, @@ -174006,7 +174006,7 @@ [ "gui's", { - "_index": 4405, + "_index": 53, "data": { "manuals/gui": {} }, @@ -174016,7 +174016,7 @@ [ "gui.adjust_fit", { - "_index": 9103, + "_index": 7555, "data": { "ref/stable/gui": {} }, @@ -174026,7 +174026,7 @@ [ "gui.adjust_stretch", { - "_index": 9105, + "_index": 7557, "data": { "ref/stable/gui": {} }, @@ -174036,7 +174036,7 @@ [ "gui.adjust_zoom", { - "_index": 9108, + "_index": 7560, "data": { "ref/stable/gui": {} }, @@ -174046,7 +174046,7 @@ [ "gui.anchor_bottom", { - "_index": 9110, + "_index": 7563, "data": { "ref/stable/gui": {} }, @@ -174056,7 +174056,7 @@ [ "gui.anchor_left", { - "_index": 9112, + "_index": 7565, "data": { "ref/stable/gui": {} }, @@ -174066,7 +174066,7 @@ [ "gui.anchor_none", { - "_index": 9114, + "_index": 7567, "data": { "ref/stable/gui": {} }, @@ -174076,7 +174076,7 @@ [ "gui.anchor_right", { - "_index": 9116, + "_index": 7569, "data": { "ref/stable/gui": {} }, @@ -174086,7 +174086,7 @@ [ "gui.anchor_top", { - "_index": 9118, + "_index": 7571, "data": { "ref/stable/gui": {} }, @@ -174096,7 +174096,7 @@ [ "gui.animate", { - "_index": 5053, + "_index": 5019, "data": { "examples/gui/color": {}, "manuals/gui-pie": {}, @@ -174108,7 +174108,7 @@ [ "gui.blend_add", { - "_index": 9144, + "_index": 7599, "data": { "ref/stable/gui": {} }, @@ -174118,7 +174118,7 @@ [ "gui.blend_add_alpha", { - "_index": 9147, + "_index": 7602, "data": { "ref/stable/gui": {} }, @@ -174128,7 +174128,7 @@ [ "gui.blend_alpha", { - "_index": 9149, + "_index": 7604, "data": { "ref/stable/gui": {} }, @@ -174138,7 +174138,7 @@ [ "gui.blend_mult", { - "_index": 9151, + "_index": 7606, "data": { "ref/stable/gui": {} }, @@ -174148,7 +174148,7 @@ [ "gui.blend_screen", { - "_index": 9153, + "_index": 7608, "data": { "ref/stable/gui": {} }, @@ -174158,7 +174158,7 @@ [ "gui.cancel_animation", { - "_index": 9120, + "_index": 7573, "data": { "ref/stable/gui": {} }, @@ -174168,7 +174168,7 @@ [ "gui.cancel_flipbook", { - "_index": 9156, + "_index": 7611, "data": { "ref/stable/gui": {} }, @@ -174178,7 +174178,7 @@ [ "gui.clipping_mode_none", { - "_index": 9159, + "_index": 7614, "data": { "ref/stable/gui": {} }, @@ -174188,7 +174188,7 @@ [ "gui.clipping_mode_stencil", { - "_index": 9161, + "_index": 7616, "data": { "ref/stable/gui": {} }, @@ -174198,7 +174198,7 @@ [ "gui.clone", { - "_index": 2560, + "_index": 5905, "data": { "manuals/gui-script": {}, "ref/stable/gui": {} @@ -174209,7 +174209,7 @@ [ "gui.clone_tree", { - "_index": 2562, + "_index": 5906, "data": { "manuals/gui-script": {}, "ref/stable/gui": {} @@ -174220,7 +174220,7 @@ [ "gui.delete_node", { - "_index": 9167, + "_index": 7622, "data": { "ref/stable/gui": {} }, @@ -174230,7 +174230,7 @@ [ "gui.delete_texture", { - "_index": 9169, + "_index": 7625, "data": { "ref/stable/gui": {} }, @@ -174240,7 +174240,7 @@ [ "gui.easing_", { - "_index": 9138, + "_index": 7593, "data": { "ref/stable/gui": {} }, @@ -174250,7 +174250,7 @@ [ "gui.easing_inback", { - "_index": 4629, + "_index": 3736, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174261,7 +174261,7 @@ [ "gui.easing_inbounce", { - "_index": 4633, + "_index": 3740, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174272,7 +174272,7 @@ [ "gui.easing_incirc", { - "_index": 4649, + "_index": 3756, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174283,7 +174283,7 @@ [ "gui.easing_incubic", { - "_index": 4657, + "_index": 3764, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174294,7 +174294,7 @@ [ "gui.easing_inelastic", { - "_index": 4637, + "_index": 3744, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174305,7 +174305,7 @@ [ "gui.easing_inexpo", { - "_index": 4645, + "_index": 3752, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174316,7 +174316,7 @@ [ "gui.easing_inoutback", { - "_index": 4631, + "_index": 3738, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174327,7 +174327,7 @@ [ "gui.easing_inoutbounce", { - "_index": 4635, + "_index": 3742, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174338,7 +174338,7 @@ [ "gui.easing_inoutcirc", { - "_index": 4651, + "_index": 3758, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174349,7 +174349,7 @@ [ "gui.easing_inoutcubic", { - "_index": 4659, + "_index": 3766, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174360,7 +174360,7 @@ [ "gui.easing_inoutelastic", { - "_index": 4639, + "_index": 3746, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174371,7 +174371,7 @@ [ "gui.easing_inoutexpo", { - "_index": 4647, + "_index": 3754, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174382,7 +174382,7 @@ [ "gui.easing_inoutquad", { - "_index": 4655, + "_index": 3762, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174393,7 +174393,7 @@ [ "gui.easing_inoutquart", { - "_index": 4663, + "_index": 3770, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174404,7 +174404,7 @@ [ "gui.easing_inoutquint", { - "_index": 4667, + "_index": 3774, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174415,7 +174415,7 @@ [ "gui.easing_inoutsine", { - "_index": 4643, + "_index": 3750, "data": { "manuals/gui-pie": {}, "manuals/property-animation": {}, @@ -174427,7 +174427,7 @@ [ "gui.easing_inquad", { - "_index": 4653, + "_index": 3760, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174438,7 +174438,7 @@ [ "gui.easing_inquart", { - "_index": 4661, + "_index": 3768, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174449,7 +174449,7 @@ [ "gui.easing_inquint", { - "_index": 4665, + "_index": 3772, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174460,7 +174460,7 @@ [ "gui.easing_insine", { - "_index": 4641, + "_index": 3748, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174471,7 +174471,7 @@ [ "gui.easing_linear", { - "_index": 4628, + "_index": 3735, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174482,7 +174482,7 @@ [ "gui.easing_outback", { - "_index": 4630, + "_index": 3737, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174493,7 +174493,7 @@ [ "gui.easing_outbounce", { - "_index": 4634, + "_index": 3741, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174504,7 +174504,7 @@ [ "gui.easing_outcirc", { - "_index": 4650, + "_index": 3757, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174515,7 +174515,7 @@ [ "gui.easing_outcubic", { - "_index": 4658, + "_index": 3765, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174526,7 +174526,7 @@ [ "gui.easing_outelastic", { - "_index": 4638, + "_index": 3745, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174537,7 +174537,7 @@ [ "gui.easing_outexpo", { - "_index": 4646, + "_index": 3753, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174548,7 +174548,7 @@ [ "gui.easing_outinback", { - "_index": 4632, + "_index": 3739, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174559,7 +174559,7 @@ [ "gui.easing_outinbounce", { - "_index": 4636, + "_index": 3743, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174570,7 +174570,7 @@ [ "gui.easing_outincirc", { - "_index": 4652, + "_index": 3759, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174581,7 +174581,7 @@ [ "gui.easing_outincubic", { - "_index": 4660, + "_index": 3767, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174592,7 +174592,7 @@ [ "gui.easing_outinelastic", { - "_index": 4640, + "_index": 3747, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174603,7 +174603,7 @@ [ "gui.easing_outinexpo", { - "_index": 4648, + "_index": 3755, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174614,7 +174614,7 @@ [ "gui.easing_outinquad", { - "_index": 4656, + "_index": 3763, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174625,7 +174625,7 @@ [ "gui.easing_outinquart", { - "_index": 4664, + "_index": 3771, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174636,7 +174636,7 @@ [ "gui.easing_outinquint", { - "_index": 4668, + "_index": 3775, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174647,7 +174647,7 @@ [ "gui.easing_outinsine", { - "_index": 4644, + "_index": 3751, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174658,7 +174658,7 @@ [ "gui.easing_outquad", { - "_index": 4654, + "_index": 3761, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174669,7 +174669,7 @@ [ "gui.easing_outquart", { - "_index": 4662, + "_index": 3769, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174680,7 +174680,7 @@ [ "gui.easing_outquint", { - "_index": 4666, + "_index": 3773, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174691,7 +174691,7 @@ [ "gui.easing_outsine", { - "_index": 4642, + "_index": 3749, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174702,7 +174702,7 @@ [ "gui.get", { - "_index": 9171, + "_index": 7675, "data": { "ref/stable/gui": {} }, @@ -174712,7 +174712,7 @@ [ "gui.get_adjust_mode", { - "_index": 9174, + "_index": 7678, "data": { "ref/stable/gui": {} }, @@ -174722,7 +174722,7 @@ [ "gui.get_alpha", { - "_index": 9176, + "_index": 7680, "data": { "ref/stable/gui": {} }, @@ -174732,7 +174732,7 @@ [ "gui.get_blend_mode", { - "_index": 9178, + "_index": 7682, "data": { "ref/stable/gui": {} }, @@ -174742,7 +174742,7 @@ [ "gui.get_clipping_inverted", { - "_index": 9180, + "_index": 7684, "data": { "ref/stable/gui": {} }, @@ -174752,7 +174752,7 @@ [ "gui.get_clipping_mode", { - "_index": 9182, + "_index": 7686, "data": { "ref/stable/gui": {} }, @@ -174762,7 +174762,7 @@ [ "gui.get_clipping_visible", { - "_index": 9184, + "_index": 7688, "data": { "ref/stable/gui": {} }, @@ -174772,7 +174772,7 @@ [ "gui.get_color", { - "_index": 5299, + "_index": 2583, "data": { "manuals/properties": {}, "ref/stable/gui": {} @@ -174783,7 +174783,7 @@ [ "gui.get_euler", { - "_index": 9187, + "_index": 7691, "data": { "ref/stable/gui": {} }, @@ -174793,7 +174793,7 @@ [ "gui.get_fill_angle", { - "_index": 5048, + "_index": 2604, "data": { "manuals/gui-pie": {}, "manuals/properties": {}, @@ -174805,7 +174805,7 @@ [ "gui.get_flipbook", { - "_index": 9191, + "_index": 7695, "data": { "ref/stable/gui": {} }, @@ -174815,7 +174815,7 @@ [ "gui.get_flipbook_cursor", { - "_index": 9193, + "_index": 7697, "data": { "ref/stable/gui": {} }, @@ -174825,7 +174825,7 @@ [ "gui.get_flipbook_playback_rate", { - "_index": 9195, + "_index": 7699, "data": { "ref/stable/gui": {} }, @@ -174835,7 +174835,7 @@ [ "gui.get_font", { - "_index": 9197, + "_index": 7701, "data": { "ref/stable/gui": {} }, @@ -174845,7 +174845,7 @@ [ "gui.get_font_resource", { - "_index": 9199, + "_index": 7703, "data": { "ref/stable/gui": {} }, @@ -174855,7 +174855,7 @@ [ "gui.get_height", { - "_index": 9201, + "_index": 7705, "data": { "ref/stable/gui": {} }, @@ -174865,7 +174865,7 @@ [ "gui.get_id", { - "_index": 9202, + "_index": 7707, "data": { "ref/stable/gui": {} }, @@ -174875,7 +174875,7 @@ [ "gui.get_index", { - "_index": 4480, + "_index": 530, "data": { "manuals/gui": {}, "ref/stable/gui": {} @@ -174886,7 +174886,7 @@ [ "gui.get_inherit_alpha", { - "_index": 9205, + "_index": 7712, "data": { "ref/stable/gui": {} }, @@ -174896,7 +174896,7 @@ [ "gui.get_inner_radius", { - "_index": 5313, + "_index": 2607, "data": { "manuals/properties": {}, "ref/stable/gui": {} @@ -174907,7 +174907,7 @@ [ "gui.get_layer", { - "_index": 9208, + "_index": 7715, "data": { "ref/stable/gui": {} }, @@ -174917,7 +174917,7 @@ [ "gui.get_layout", { - "_index": 9210, + "_index": 7717, "data": { "ref/stable/gui": {} }, @@ -174927,7 +174927,7 @@ [ "gui.get_leading", { - "_index": 9212, + "_index": 7719, "data": { "ref/stable/gui": {} }, @@ -174937,7 +174937,7 @@ [ "gui.get_line_break", { - "_index": 9214, + "_index": 7721, "data": { "ref/stable/gui": {} }, @@ -174947,7 +174947,7 @@ [ "gui.get_material", { - "_index": 9216, + "_index": 7723, "data": { "ref/stable/gui": {} }, @@ -174957,7 +174957,7 @@ [ "gui.get_node", { - "_index": 113, + "_index": 526, "data": { "manuals/flipbook-animation": {}, "manuals/gui": {}, @@ -174977,7 +174977,7 @@ [ "gui.get_outer_bounds", { - "_index": 9219, + "_index": 7726, "data": { "ref/stable/gui": {} }, @@ -174987,7 +174987,7 @@ [ "gui.get_outline", { - "_index": 5301, + "_index": 2585, "data": { "manuals/properties": {}, "ref/stable/gui": {} @@ -174998,7 +174998,7 @@ [ "gui.get_parent", { - "_index": 9223, + "_index": 7730, "data": { "ref/stable/gui": {} }, @@ -175008,7 +175008,7 @@ [ "gui.get_particlefx", { - "_index": 9224, + "_index": 7732, "data": { "ref/stable/gui": {} }, @@ -175018,7 +175018,7 @@ [ "gui.get_perimeter_vertices", { - "_index": 5049, + "_index": 5015, "data": { "manuals/gui-pie": {}, "ref/stable/gui": {} @@ -175029,7 +175029,7 @@ [ "gui.get_pivot", { - "_index": 9228, + "_index": 7736, "data": { "ref/stable/gui": {} }, @@ -175039,7 +175039,7 @@ [ "gui.get_position", { - "_index": 2570, + "_index": 2587, "data": { "manuals/gui-script": {}, "manuals/properties": {}, @@ -175051,7 +175051,7 @@ [ "gui.get_rotation", { - "_index": 5305, + "_index": 2592, "data": { "manuals/properties": {}, "ref/stable/gui": {} @@ -175062,7 +175062,7 @@ [ "gui.get_scale", { - "_index": 5308, + "_index": 2595, "data": { "manuals/properties": {}, "ref/stable/gui": {} @@ -175073,7 +175073,7 @@ [ "gui.get_screen_position", { - "_index": 9239, + "_index": 7750, "data": { "ref/stable/gui": {} }, @@ -175083,7 +175083,7 @@ [ "gui.get_shadow", { - "_index": 5310, + "_index": 2598, "data": { "manuals/properties": {}, "ref/stable/gui": {} @@ -175094,7 +175094,7 @@ [ "gui.get_size", { - "_index": 2555, + "_index": 2600, "data": { "manuals/gui-script": {}, "manuals/properties": {}, @@ -175106,7 +175106,7 @@ [ "gui.get_size_mode", { - "_index": 9243, + "_index": 7754, "data": { "ref/stable/gui": {} }, @@ -175116,7 +175116,7 @@ [ "gui.get_slice9", { - "_index": 5317, + "_index": 2611, "data": { "manuals/properties": {}, "ref/stable/gui": {} @@ -175127,7 +175127,7 @@ [ "gui.get_text", { - "_index": 3773, + "_index": 1914, "data": { "manuals/input-key-and-text": {}, "ref/stable/gui": {} @@ -175138,7 +175138,7 @@ [ "gui.get_texture", { - "_index": 9248, + "_index": 7760, "data": { "ref/stable/gui": {} }, @@ -175148,7 +175148,7 @@ [ "gui.get_tracking", { - "_index": 9250, + "_index": 7762, "data": { "ref/stable/gui": {} }, @@ -175158,7 +175158,7 @@ [ "gui.get_tree", { - "_index": 9252, + "_index": 7764, "data": { "ref/stable/gui": {} }, @@ -175168,7 +175168,7 @@ [ "gui.get_visible", { - "_index": 4433, + "_index": 284, "data": { "manuals/gui": {}, "ref/stable/gui": {} @@ -175179,7 +175179,7 @@ [ "gui.get_width", { - "_index": 9255, + "_index": 7767, "data": { "ref/stable/gui": {} }, @@ -175189,7 +175189,7 @@ [ "gui.get_xanchor", { - "_index": 9256, + "_index": 7769, "data": { "ref/stable/gui": {} }, @@ -175199,7 +175199,7 @@ [ "gui.get_yanchor", { - "_index": 9258, + "_index": 7771, "data": { "ref/stable/gui": {} }, @@ -175209,7 +175209,7 @@ [ "gui.hide_keyboard", { - "_index": 9260, + "_index": 7773, "data": { "ref/stable/gui": {} }, @@ -175219,7 +175219,7 @@ [ "gui.is_enabled", { - "_index": 4431, + "_index": 278, "data": { "manuals/gui": {}, "ref/stable/gui": {} @@ -175230,7 +175230,7 @@ [ "gui.keyboard_type_default", { - "_index": 9264, + "_index": 7777, "data": { "ref/stable/gui": {} }, @@ -175240,7 +175240,7 @@ [ "gui.keyboard_type_email", { - "_index": 9266, + "_index": 7779, "data": { "ref/stable/gui": {} }, @@ -175250,7 +175250,7 @@ [ "gui.keyboard_type_number_pad", { - "_index": 9268, + "_index": 7781, "data": { "ref/stable/gui": {} }, @@ -175260,7 +175260,7 @@ [ "gui.keyboard_type_password", { - "_index": 9270, + "_index": 7783, "data": { "ref/stable/gui": {} }, @@ -175270,7 +175270,7 @@ [ "gui.move_above", { - "_index": 4481, + "_index": 531, "data": { "manuals/gui": {}, "ref/stable/gui": {} @@ -175281,7 +175281,7 @@ [ "gui.move_below", { - "_index": 9273, + "_index": 7786, "data": { "ref/stable/gui": {} }, @@ -175291,7 +175291,7 @@ [ "gui.new_", { - "_index": 2559, + "_index": 5904, "data": { "manuals/gui-script": {} }, @@ -175301,7 +175301,7 @@ [ "gui.new_*_node", { - "_index": 9364, + "_index": 7883, "data": { "ref/stable/gui": {} }, @@ -175311,7 +175311,7 @@ [ "gui.new_[type]_node", { - "_index": 2574, + "_index": 5915, "data": { "manuals/gui-script": {} }, @@ -175321,7 +175321,7 @@ [ "gui.new_box_node", { - "_index": 9275, + "_index": 7788, "data": { "ref/stable/gui": {} }, @@ -175331,7 +175331,7 @@ [ "gui.new_particlefx_node", { - "_index": 9277, + "_index": 7790, "data": { "ref/stable/gui": {} }, @@ -175341,7 +175341,7 @@ [ "gui.new_pie_node", { - "_index": 9279, + "_index": 7792, "data": { "ref/stable/gui": {} }, @@ -175351,7 +175351,7 @@ [ "gui.new_text_node", { - "_index": 2576, + "_index": 5917, "data": { "manuals/gui-script": {}, "ref/stable/gui": {} @@ -175362,7 +175362,7 @@ [ "gui.new_texture", { - "_index": 9282, + "_index": 7795, "data": { "ref/stable/gui": {} }, @@ -175372,7 +175372,7 @@ [ "gui.pick_node", { - "_index": 2053, + "_index": 276, "data": { "examples/gui/drag": {}, "manuals/gui": {}, @@ -175387,7 +175387,7 @@ [ "gui.piebounds_ellipse", { - "_index": 9221, + "_index": 7728, "data": { "ref/stable/gui": {} }, @@ -175397,7 +175397,7 @@ [ "gui.piebounds_rectangle", { - "_index": 5052, + "_index": 5018, "data": { "manuals/gui-pie": {}, "ref/stable/gui": {} @@ -175408,7 +175408,7 @@ [ "gui.pivot_center", { - "_index": 9230, + "_index": 7738, "data": { "ref/stable/gui": {} }, @@ -175418,7 +175418,7 @@ [ "gui.pivot_e", { - "_index": 9233, + "_index": 7741, "data": { "ref/stable/gui": {} }, @@ -175428,7 +175428,7 @@ [ "gui.pivot_n", { - "_index": 9231, + "_index": 7739, "data": { "ref/stable/gui": {} }, @@ -175438,7 +175438,7 @@ [ "gui.pivot_ne", { - "_index": 9232, + "_index": 7740, "data": { "ref/stable/gui": {} }, @@ -175448,7 +175448,7 @@ [ "gui.pivot_nw", { - "_index": 9238, + "_index": 7746, "data": { "ref/stable/gui": {} }, @@ -175458,7 +175458,7 @@ [ "gui.pivot_s", { - "_index": 9235, + "_index": 7743, "data": { "ref/stable/gui": {} }, @@ -175468,7 +175468,7 @@ [ "gui.pivot_se", { - "_index": 9234, + "_index": 7742, "data": { "ref/stable/gui": {} }, @@ -175478,7 +175478,7 @@ [ "gui.pivot_sw", { - "_index": 9236, + "_index": 7744, "data": { "ref/stable/gui": {} }, @@ -175488,7 +175488,7 @@ [ "gui.pivot_w", { - "_index": 9237, + "_index": 7745, "data": { "ref/stable/gui": {} }, @@ -175498,7 +175498,7 @@ [ "gui.play_flipbook", { - "_index": 3099, + "_index": 2501, "data": { "manuals/flipbook-animation": {}, "ref/stable/gui": {} @@ -175509,7 +175509,7 @@ [ "gui.play_particlefx", { - "_index": 5508, + "_index": 2362, "data": { "manuals/gui-particlefx": {}, "ref/stable/gui": {} @@ -175520,7 +175520,7 @@ [ "gui.playback_loop_backward", { - "_index": 9143, + "_index": 7598, "data": { "ref/stable/gui": {} }, @@ -175530,7 +175530,7 @@ [ "gui.playback_loop_forward", { - "_index": 9142, + "_index": 7597, "data": { "ref/stable/gui": {} }, @@ -175540,7 +175540,7 @@ [ "gui.playback_loop_pingpong", { - "_index": 5055, + "_index": 5020, "data": { "manuals/gui-pie": {}, "ref/stable/gui": {} @@ -175551,7 +175551,7 @@ [ "gui.playback_once_backward", { - "_index": 9140, + "_index": 7595, "data": { "ref/stable/gui": {} }, @@ -175561,7 +175561,7 @@ [ "gui.playback_once_forward", { - "_index": 9139, + "_index": 7594, "data": { "ref/stable/gui": {} }, @@ -175571,7 +175571,7 @@ [ "gui.playback_once_pingpong", { - "_index": 9141, + "_index": 7596, "data": { "ref/stable/gui": {} }, @@ -175581,7 +175581,7 @@ [ "gui.prop_color", { - "_index": 9129, + "_index": 7584, "data": { "ref/stable/gui": {} }, @@ -175591,7 +175591,7 @@ [ "gui.prop_euler", { - "_index": 9127, + "_index": 7582, "data": { "ref/stable/gui": {} }, @@ -175601,7 +175601,7 @@ [ "gui.prop_fill_angle", { - "_index": 9133, + "_index": 7588, "data": { "ref/stable/gui": {} }, @@ -175611,7 +175611,7 @@ [ "gui.prop_inner_radius", { - "_index": 9134, + "_index": 7589, "data": { "ref/stable/gui": {} }, @@ -175621,7 +175621,7 @@ [ "gui.prop_leading", { - "_index": 9135, + "_index": 7590, "data": { "ref/stable/gui": {} }, @@ -175631,7 +175631,7 @@ [ "gui.prop_outline", { - "_index": 9130, + "_index": 7585, "data": { "ref/stable/gui": {} }, @@ -175641,7 +175641,7 @@ [ "gui.prop_position", { - "_index": 9125, + "_index": 7580, "data": { "ref/stable/gui": {} }, @@ -175651,7 +175651,7 @@ [ "gui.prop_rotation", { - "_index": 9126, + "_index": 7581, "data": { "ref/stable/gui": {} }, @@ -175661,7 +175661,7 @@ [ "gui.prop_scale", { - "_index": 9128, + "_index": 7583, "data": { "ref/stable/gui": {} }, @@ -175671,7 +175671,7 @@ [ "gui.prop_shadow", { - "_index": 9131, + "_index": 7586, "data": { "ref/stable/gui": {} }, @@ -175681,7 +175681,7 @@ [ "gui.prop_size", { - "_index": 9132, + "_index": 7587, "data": { "ref/stable/gui": {} }, @@ -175691,7 +175691,7 @@ [ "gui.prop_slice9", { - "_index": 9137, + "_index": 7592, "data": { "ref/stable/gui": {} }, @@ -175701,7 +175701,7 @@ [ "gui.prop_tracking", { - "_index": 9136, + "_index": 7591, "data": { "ref/stable/gui": {} }, @@ -175711,7 +175711,7 @@ [ "gui.reset_keyboard", { - "_index": 9318, + "_index": 7837, "data": { "ref/stable/gui": {} }, @@ -175721,7 +175721,7 @@ [ "gui.reset_material", { - "_index": 9320, + "_index": 7839, "data": { "ref/stable/gui": {} }, @@ -175731,7 +175731,7 @@ [ "gui.reset_nodes", { - "_index": 9322, + "_index": 7841, "data": { "ref/stable/gui": {} }, @@ -175741,7 +175741,7 @@ [ "gui.result_", { - "_index": 9285, + "_index": 7798, "data": { "ref/stable/gui": {} }, @@ -175751,7 +175751,7 @@ [ "gui.result_data_error", { - "_index": 9324, + "_index": 7843, "data": { "ref/stable/gui": {} }, @@ -175761,7 +175761,7 @@ [ "gui.result_out_of_resources", { - "_index": 9326, + "_index": 7845, "data": { "ref/stable/gui": {} }, @@ -175771,7 +175771,7 @@ [ "gui.result_texture_already_exists", { - "_index": 9328, + "_index": 7847, "data": { "ref/stable/gui": {} }, @@ -175781,7 +175781,7 @@ [ "gui.screen_to_local", { - "_index": 9330, + "_index": 7849, "data": { "ref/stable/gui": {} }, @@ -175791,7 +175791,7 @@ [ "gui.set", { - "_index": 9332, + "_index": 7851, "data": { "ref/stable/gui": {} }, @@ -175801,7 +175801,7 @@ [ "gui.set_adjust_mode", { - "_index": 9338, + "_index": 7858, "data": { "ref/stable/gui": {} }, @@ -175811,7 +175811,7 @@ [ "gui.set_alpha", { - "_index": 9340, + "_index": 7860, "data": { "ref/stable/gui": {} }, @@ -175821,7 +175821,7 @@ [ "gui.set_blend_mode", { - "_index": 9343, + "_index": 7862, "data": { "ref/stable/gui": {} }, @@ -175831,7 +175831,7 @@ [ "gui.set_clipping_inverted", { - "_index": 9345, + "_index": 7864, "data": { "ref/stable/gui": {} }, @@ -175841,7 +175841,7 @@ [ "gui.set_clipping_mode", { - "_index": 9347, + "_index": 7866, "data": { "ref/stable/gui": {} }, @@ -175851,7 +175851,7 @@ [ "gui.set_clipping_visible", { - "_index": 9349, + "_index": 7868, "data": { "ref/stable/gui": {} }, @@ -175861,7 +175861,7 @@ [ "gui.set_color", { - "_index": 5300, + "_index": 2584, "data": { "examples/gui/color": {}, "manuals/properties": {}, @@ -175873,7 +175873,7 @@ [ "gui.set_enabled", { - "_index": 2060, + "_index": 277, "data": { "manuals/gui": {}, "manuals/input": {}, @@ -175885,7 +175885,7 @@ [ "gui.set_euler", { - "_index": 9353, + "_index": 7872, "data": { "ref/stable/gui": {} }, @@ -175895,7 +175895,7 @@ [ "gui.set_fill_angle", { - "_index": 5312, + "_index": 2605, "data": { "manuals/properties": {}, "ref/stable/gui": {} @@ -175906,7 +175906,7 @@ [ "gui.set_flipbook_cursor", { - "_index": 9356, + "_index": 7875, "data": { "ref/stable/gui": {} }, @@ -175916,7 +175916,7 @@ [ "gui.set_flipbook_playback_rate", { - "_index": 9358, + "_index": 7877, "data": { "ref/stable/gui": {} }, @@ -175926,7 +175926,7 @@ [ "gui.set_font", { - "_index": 9360, + "_index": 7879, "data": { "ref/stable/gui": {} }, @@ -175936,7 +175936,7 @@ [ "gui.set_id", { - "_index": 9362, + "_index": 7881, "data": { "ref/stable/gui": {} }, @@ -175946,7 +175946,7 @@ [ "gui.set_inherit_alpha", { - "_index": 9366, + "_index": 7885, "data": { "ref/stable/gui": {} }, @@ -175956,7 +175956,7 @@ [ "gui.set_inner_radius", { - "_index": 5314, + "_index": 2608, "data": { "manuals/properties": {}, "ref/stable/gui": {} @@ -175967,7 +175967,7 @@ [ "gui.set_layer", { - "_index": 9369, + "_index": 7888, "data": { "ref/stable/gui": {} }, @@ -175977,7 +175977,7 @@ [ "gui.set_leading", { - "_index": 9371, + "_index": 7890, "data": { "ref/stable/gui": {} }, @@ -175987,7 +175987,7 @@ [ "gui.set_line_break", { - "_index": 9373, + "_index": 7892, "data": { "ref/stable/gui": {} }, @@ -175997,7 +175997,7 @@ [ "gui.set_material", { - "_index": 9375, + "_index": 7894, "data": { "ref/stable/gui": {} }, @@ -176007,7 +176007,7 @@ [ "gui.set_outer_bounds", { - "_index": 5051, + "_index": 5017, "data": { "manuals/gui-pie": {}, "ref/stable/gui": {} @@ -176018,7 +176018,7 @@ [ "gui.set_outline", { - "_index": 5302, + "_index": 2586, "data": { "manuals/properties": {}, "ref/stable/gui": {} @@ -176029,7 +176029,7 @@ [ "gui.set_parent", { - "_index": 9379, + "_index": 7898, "data": { "ref/stable/gui": {} }, @@ -176039,7 +176039,7 @@ [ "gui.set_particlefx", { - "_index": 9381, + "_index": 7900, "data": { "ref/stable/gui": {} }, @@ -176049,7 +176049,7 @@ [ "gui.set_perimeter_vertices", { - "_index": 5050, + "_index": 5016, "data": { "manuals/gui-pie": {}, "ref/stable/gui": {} @@ -176060,7 +176060,7 @@ [ "gui.set_pivot", { - "_index": 9384, + "_index": 7903, "data": { "ref/stable/gui": {} }, @@ -176070,7 +176070,7 @@ [ "gui.set_position", { - "_index": 2572, + "_index": 2588, "data": { "manuals/gui-script": {}, "manuals/properties": {}, @@ -176082,7 +176082,7 @@ [ "gui.set_render_order", { - "_index": 9386, + "_index": 7906, "data": { "ref/stable/gui": {} }, @@ -176092,7 +176092,7 @@ [ "gui.set_rotation", { - "_index": 5306, + "_index": 2593, "data": { "manuals/properties": {}, "ref/stable/gui": {} @@ -176103,7 +176103,7 @@ [ "gui.set_scale", { - "_index": 5309, + "_index": 2596, "data": { "manuals/properties": {}, "ref/stable/gui": {} @@ -176114,7 +176114,7 @@ [ "gui.set_screen_position", { - "_index": 9388, + "_index": 7911, "data": { "ref/stable/gui": {} }, @@ -176124,7 +176124,7 @@ [ "gui.set_shadow", { - "_index": 5311, + "_index": 2599, "data": { "manuals/properties": {}, "ref/stable/gui": {} @@ -176135,7 +176135,7 @@ [ "gui.set_size", { - "_index": 2557, + "_index": 2601, "data": { "manuals/gui-script": {}, "manuals/properties": {}, @@ -176147,7 +176147,7 @@ [ "gui.set_size_mode", { - "_index": 9393, + "_index": 7916, "data": { "ref/stable/gui": {} }, @@ -176157,7 +176157,7 @@ [ "gui.set_slice9", { - "_index": 5318, + "_index": 2612, "data": { "manuals/properties": {}, "ref/stable/gui": {} @@ -176168,7 +176168,7 @@ [ "gui.set_text", { - "_index": 115, + "_index": 1611, "data": { "manuals/gui-text": {}, "manuals/input-key-and-text": {}, @@ -176181,7 +176181,7 @@ [ "gui.set_texture", { - "_index": 9396, + "_index": 7920, "data": { "ref/stable/gui": {} }, @@ -176191,7 +176191,7 @@ [ "gui.set_texture_data", { - "_index": 9398, + "_index": 7922, "data": { "ref/stable/gui": {} }, @@ -176201,7 +176201,7 @@ [ "gui.set_tracking", { - "_index": 9400, + "_index": 7924, "data": { "ref/stable/gui": {} }, @@ -176211,7 +176211,7 @@ [ "gui.set_visible", { - "_index": 4432, + "_index": 283, "data": { "manuals/gui": {}, "ref/stable/gui": {} @@ -176222,7 +176222,7 @@ [ "gui.set_xanchor", { - "_index": 9402, + "_index": 7927, "data": { "ref/stable/gui": {} }, @@ -176232,7 +176232,7 @@ [ "gui.set_yanchor", { - "_index": 9404, + "_index": 7929, "data": { "ref/stable/gui": {} }, @@ -176242,7 +176242,7 @@ [ "gui.show_keyboard", { - "_index": 9406, + "_index": 7931, "data": { "ref/stable/gui": {} }, @@ -176252,7 +176252,7 @@ [ "gui.size_mode_auto", { - "_index": 9246, + "_index": 7757, "data": { "ref/stable/gui": {} }, @@ -176262,7 +176262,7 @@ [ "gui.size_mode_manual", { - "_index": 9245, + "_index": 7756, "data": { "ref/stable/gui": {} }, @@ -176272,7 +176272,7 @@ [ "gui.stop_particlefx", { - "_index": 5509, + "_index": 2363, "data": { "manuals/gui-particlefx": {}, "ref/stable/gui": {} @@ -176283,7 +176283,7 @@ [ "gui_script", { - "_index": 4293, + "_index": 3142, "data": { "examples/gui/healthbar": {}, "manuals/writing-code": {} @@ -176294,7 +176294,7 @@ [ "gui_scripts", { - "_index": 5096, + "_index": 5197, "data": { "manuals/lua": {} }, @@ -176304,7 +176304,7 @@ [ "guic", { - "_index": 9556, + "_index": 9194, "data": { "ref/stable/dmGameObject": {} }, @@ -176314,7 +176314,7 @@ [ "guide", { - "_index": 3347, + "_index": 4369, "data": { "manuals/editor": {}, "manuals/flash": {}, @@ -176328,7 +176328,7 @@ [ "guided", { - "_index": 10429, + "_index": 10649, "data": { "ref/stable/base": {} }, @@ -176338,7 +176338,7 @@ [ "guidelines", { - "_index": 1533, + "_index": 3082, "data": { "manuals/optimization-speed": {}, "manuals/porting-guidelines": {} @@ -176349,7 +176349,7 @@ [ "guinodetypecreatefunction", { - "_index": 7994, + "_index": 8024, "data": { "ref/stable/dmGameSystem": {} }, @@ -176359,7 +176359,7 @@ [ "guinodetypedestroyfunction", { - "_index": 7995, + "_index": 8025, "data": { "ref/stable/dmGameSystem": {} }, @@ -176369,7 +176369,7 @@ [ "guis", { - "_index": 383, + "_index": 437, "data": { "assets/druid": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -176382,7 +176382,7 @@ [ "gyro", { - "_index": 6714, + "_index": 6315, "data": { "assets/gyro": {} }, @@ -176392,7 +176392,7 @@ [ "gyroscope", { - "_index": 6715, + "_index": 6316, "data": { "assets/gyro": {} }, @@ -176402,7 +176402,7 @@ [ "h", { - "_index": 4177, + "_index": 3209, "data": { "examples/material/screenspace": {}, "manuals/bob": {}, @@ -176414,7 +176414,7 @@ [ "h1", { - "_index": 3900, + "_index": 1370, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -176425,7 +176425,7 @@ [ "h2", { - "_index": 10760, + "_index": 8915, "data": { "ref/stable/editor": {} }, @@ -176435,7 +176435,7 @@ [ "h3", { - "_index": 10761, + "_index": 8916, "data": { "ref/stable/editor": {} }, @@ -176445,7 +176445,7 @@ [ "h4", { - "_index": 10763, + "_index": 8918, "data": { "ref/stable/editor": {} }, @@ -176455,7 +176455,7 @@ [ "h5", { - "_index": 10765, + "_index": 8920, "data": { "ref/stable/editor": {} }, @@ -176465,7 +176465,7 @@ [ "h6", { - "_index": 3901, + "_index": 1371, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -176476,7 +176476,7 @@ [ "h_flip", { - "_index": 8674, + "_index": 8050, "data": { "ref/stable/tilemap": {} }, @@ -176486,7 +176486,7 @@ [ "hacked", { - "_index": 6444, + "_index": 6667, "data": { "assets/apkverifier": {} }, @@ -176496,7 +176496,7 @@ [ "hacks", { - "_index": 2797, + "_index": 4162, "data": { "manuals/application-security": {} }, @@ -176506,7 +176506,7 @@ [ "had", { - "_index": 3323, + "_index": 470, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/flash": {}, @@ -176520,7 +176520,7 @@ [ "half", { - "_index": 4625, + "_index": 2238, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/debugging-game-logic": {}, @@ -176533,7 +176533,7 @@ [ "halloween", { - "_index": 6636, + "_index": 6559, "data": { "assets/trickortreat": {} }, @@ -176543,7 +176543,7 @@ [ "hand", { - "_index": 1270, + "_index": 3890, "data": { "assets/navgo": {}, "manuals/editor-scripts": {}, @@ -176562,7 +176562,7 @@ [ "handed", { - "_index": 1539, + "_index": 3086, "data": { "manuals/optimization-speed": {} }, @@ -176572,7 +176572,7 @@ [ "handful", { - "_index": 4140, + "_index": 5933, "data": { "manuals/model": {} }, @@ -176582,7 +176582,7 @@ [ "handle", { - "_index": 2996, + "_index": 1814, "data": { "examples/factory/bullets": {}, "examples/factory/dynamic": {}, @@ -176630,7 +176630,7 @@ [ "handled", { - "_index": 2020, + "_index": 3144, "data": { "manuals/flash": {}, "manuals/input": {}, @@ -176649,7 +176649,7 @@ [ "handler", { - "_index": 3380, + "_index": 5156, "data": { "manuals/editor-scripts": {}, "manuals/flash": {}, @@ -176664,7 +176664,7 @@ [ "handleresult", { - "_index": 10243, + "_index": 6846, "data": { "ref/stable/dmGraphics": {} }, @@ -176674,7 +176674,7 @@ [ "handlerparams", { - "_index": 7610, + "_index": 10015, "data": { "ref/stable/dmWebServer": {} }, @@ -176684,7 +176684,7 @@ [ "handlers", { - "_index": 5288, + "_index": 5491, "data": { "manuals/editor-scripts": {} }, @@ -176694,7 +176694,7 @@ [ "handles", { - "_index": 2077, + "_index": 723, "data": { "assets/derez": {}, "examples/collection/proxy": {}, @@ -176718,7 +176718,7 @@ [ "handling", { - "_index": 566, + "_index": 3094, "data": { "assets/defoldinput": {}, "manuals/app-manifest": {}, @@ -176736,7 +176736,7 @@ [ "handshake", { - "_index": 2841, + "_index": 4198, "data": { "manuals/application-security": {}, "ref/stable/dmConnectionPool": {}, @@ -176748,7 +176748,7 @@ [ "handy", { - "_index": 4873, + "_index": 3396, "data": { "manuals/addressing": {}, "manuals/glossary": {} @@ -176759,7 +176759,7 @@ [ "happen", { - "_index": 2396, + "_index": 362, "data": { "manuals/collection-proxy": {}, "manuals/editor-scripts": {}, @@ -176778,7 +176778,7 @@ [ "happened", { - "_index": 7038, + "_index": 7450, "data": { "ref/stable/physics": {} }, @@ -176788,7 +176788,7 @@ [ "happens", { - "_index": 1548, + "_index": 391, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/addressing": {}, @@ -176811,7 +176811,7 @@ [ "happily", { - "_index": 887, + "_index": 2620, "data": { "manuals/shader": {} }, @@ -176821,7 +176821,7 @@ [ "happy", { - "_index": 4626, + "_index": 5895, "data": { "manuals/debugging-game-logic": {} }, @@ -176831,7 +176831,7 @@ [ "hard", { - "_index": 398, + "_index": 439, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/application-security": {}, @@ -176850,7 +176850,7 @@ [ "harden", { - "_index": 2777, + "_index": 4145, "data": { "manuals/application-security": {} }, @@ -176860,7 +176860,7 @@ [ "hardly", { - "_index": 5470, + "_index": 3612, "data": { "manuals/extensions-best-practices": {} }, @@ -176870,7 +176870,7 @@ [ "hardware", { - "_index": 1506, + "_index": 2139, "data": { "manuals/extender-local-setup": {}, "manuals/glossary": {}, @@ -176885,7 +176885,7 @@ [ "has", { - "_index": 343, + "_index": 240, "data": { "assets/colorlib": {}, "assets/tiled": {}, @@ -177001,7 +177001,7 @@ [ "hash", { - "_index": 108, + "_index": 1019, "data": { "manuals/addressing": {}, "manuals/atlas": {}, @@ -177071,7 +177071,7 @@ [ "hash_to_hex", { - "_index": 9711, + "_index": 9923, "data": { "ref/stable/builtins": {} }, @@ -177081,7 +177081,7 @@ [ "hashed", { - "_index": 1568, + "_index": 2925, "data": { "manuals/addressing": {}, "manuals/gui-layouts": {}, @@ -177102,7 +177102,7 @@ [ "hashes", { - "_index": 8001, + "_index": 8033, "data": { "ref/stable/builtins": {}, "ref/stable/dmGameObject": {}, @@ -177115,7 +177115,7 @@ [ "hashing", { - "_index": 4882, + "_index": 3407, "data": { "manuals/addressing": {}, "ref/stable/dmHash": {} @@ -177126,7 +177126,7 @@ [ "hashmd5", { - "_index": 8055, + "_index": 8165, "data": { "ref/stable/dmCrypt": {} }, @@ -177136,7 +177136,7 @@ [ "hashrenderconstants", { - "_index": 8000, + "_index": 8032, "data": { "ref/stable/dmGameSystem": {} }, @@ -177146,7 +177146,7 @@ [ "hashsha1", { - "_index": 8057, + "_index": 8167, "data": { "ref/stable/dmCrypt": {} }, @@ -177156,7 +177156,7 @@ [ "hashsha256", { - "_index": 8059, + "_index": 8169, "data": { "ref/stable/dmCrypt": {} }, @@ -177166,7 +177166,7 @@ [ "hashsha512", { - "_index": 8062, + "_index": 8172, "data": { "ref/stable/dmCrypt": {} }, @@ -177176,7 +177176,7 @@ [ "hashstate32", { - "_index": 8002, + "_index": 8034, "data": { "ref/stable/dmGameSystem": {}, "ref/stable/dmHash": {} @@ -177187,7 +177187,7 @@ [ "hashstate64", { - "_index": 8622, + "_index": 10148, "data": { "ref/stable/dmHash": {} }, @@ -177197,7 +177197,7 @@ [ "hashtable", { - "_index": 9624, + "_index": 8989, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmHashTable": {} @@ -177208,7 +177208,7 @@ [ "hasn't", { - "_index": 8712, + "_index": 10716, "data": { "ref/stable/dmScript": {} }, @@ -177218,7 +177218,7 @@ [ "hat", { - "_index": 2482, + "_index": 2856, "data": { "manuals/atlas": {} }, @@ -177228,7 +177228,7 @@ [ "hat_normal", { - "_index": 2484, + "_index": 2858, "data": { "manuals/atlas": {} }, @@ -177238,7 +177238,7 @@ [ "hats", { - "_index": 7183, + "_index": 9445, "data": { "ref/stable/dmHid": {} }, @@ -177248,7 +177248,7 @@ [ "have", { - "_index": 41, + "_index": 452, "data": { "assets/quickbutton": {}, "examples/material/screenspace": {}, @@ -177360,7 +177360,7 @@ [ "having", { - "_index": 720, + "_index": 1682, "data": { "manuals/bundling": {}, "manuals/collection-factory": {}, @@ -177382,7 +177382,7 @@ [ "haxe", { - "_index": 6483, + "_index": 6611, "data": { "assets/haxesupport": {} }, @@ -177392,7 +177392,7 @@ [ "haxesupport", { - "_index": 6482, + "_index": 6610, "data": { "assets/haxesupport": {} }, @@ -177402,7 +177402,7 @@ [ "hbuffer", { - "_index": 8726, + "_index": 10571, "data": { "ref/stable/dmBuffer": {}, "ref/stable/dmScript": {} @@ -177413,7 +177413,7 @@ [ "hcollection", { - "_index": 9573, + "_index": 9214, "data": { "ref/stable/dmGameObject": {} }, @@ -177423,7 +177423,7 @@ [ "hcollisionshape2d", { - "_index": 10067, + "_index": 7186, "data": { "ref/stable/dmPhysics": {} }, @@ -177433,7 +177433,7 @@ [ "hcomponent", { - "_index": 9574, + "_index": 9215, "data": { "ref/stable/dmGameObject": {} }, @@ -177443,7 +177443,7 @@ [ "hcomponentinternal", { - "_index": 9575, + "_index": 9216, "data": { "ref/stable/dmGameObject": {} }, @@ -177453,7 +177453,7 @@ [ "hcomponentrenderconstants", { - "_index": 7990, + "_index": 8020, "data": { "ref/stable/dmGameSystem": {} }, @@ -177463,7 +177463,7 @@ [ "hcomponenttype", { - "_index": 9496, + "_index": 9132, "data": { "ref/stable/dmGameObject": {} }, @@ -177473,7 +177473,7 @@ [ "hcomponentworld", { - "_index": 9576, + "_index": 9217, "data": { "ref/stable/dmGameObject": {} }, @@ -177483,7 +177483,7 @@ [ "hcomputeprogram", { - "_index": 10244, + "_index": 6847, "data": { "ref/stable/dmGraphics": {} }, @@ -177493,7 +177493,7 @@ [ "hconditionvariable", { - "_index": 9416, + "_index": 9840, "data": { "ref/stable/dmConditionVariable": {} }, @@ -177503,7 +177503,7 @@ [ "hconfig", { - "_index": 7325, + "_index": 9052, "data": { "ref/stable/dmConfigFile": {} }, @@ -177513,7 +177513,7 @@ [ "hconfigfile", { - "_index": 7313, + "_index": 9039, "data": { "ref/stable/dmConfigFile": {} }, @@ -177523,7 +177523,7 @@ [ "hconnection", { - "_index": 10095, + "_index": 9979, "data": { "ref/stable/dmConnectionPool": {} }, @@ -177533,7 +177533,7 @@ [ "hconstant", { - "_index": 7480, + "_index": 10858, "data": { "ref/stable/dmRender": {} }, @@ -177543,7 +177543,7 @@ [ "hcontext", { - "_index": 7156, + "_index": 6848, "data": { "ref/stable/dmGraphics": {}, "ref/stable/dmGui": {}, @@ -177556,7 +177556,7 @@ [ "hdescriptor", { - "_index": 6908, + "_index": 8408, "data": { "ref/stable/dmResource": {} }, @@ -177566,7 +177566,7 @@ [ "head", { - "_index": 791, + "_index": 3734, "data": { "manuals/caching-assets": {}, "manuals/introduction": {} @@ -177577,7 +177577,7 @@ [ "header", { - "_index": 1170, + "_index": 1427, "data": { "manuals/bob": {}, "manuals/editor-scripts-ui": {}, @@ -177595,7 +177595,7 @@ [ "header/value", { - "_index": 7229, + "_index": 10384, "data": { "ref/stable/dmHttpClient": {} }, @@ -177605,7 +177605,7 @@ [ "header/version", { - "_index": 7224, + "_index": 10380, "data": { "ref/stable/dmHttpClient": {} }, @@ -177615,7 +177615,7 @@ [ "header_cbk", { - "_index": 7230, + "_index": 10385, "data": { "ref/stable/dmHttpClient": {} }, @@ -177625,7 +177625,7 @@ [ "headers", { - "_index": 2101, + "_index": 1100, "data": { "assets/defold-api-emmylua": {}, "manuals/editor-preferences": {}, @@ -177639,7 +177639,7 @@ [ "heading", { - "_index": 3895, + "_index": 1365, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -177650,7 +177650,7 @@ [ "heading_style", { - "_index": 10756, + "_index": 8911, "data": { "ref/stable/editor": {} }, @@ -177660,7 +177660,7 @@ [ "headless", { - "_index": 4203, + "_index": 1957, "data": { "manuals/bob": {}, "manuals/editor-scripts": {}, @@ -177673,7 +177673,7 @@ [ "headlights", { - "_index": 6244, + "_index": 6235, "data": { "examples/material/unlit": {} }, @@ -177683,7 +177683,7 @@ [ "heads", { - "_index": 5856, + "_index": 4563, "data": { "manuals/glossary": {} }, @@ -177693,7 +177693,7 @@ [ "health", { - "_index": 2364, + "_index": 5161, "data": { "assets/vitahealthenergy": {}, "examples/gui/healthbar": {}, @@ -177707,7 +177707,7 @@ [ "healthbar", { - "_index": 2554, + "_index": 5901, "data": { "manuals/gui-script": {} }, @@ -177717,7 +177717,7 @@ [ "healthbar.gui_script", { - "_index": 6126, + "_index": 6120, "data": { "examples/gui/healthbar": {} }, @@ -177727,7 +177727,7 @@ [ "healthbar.script", { - "_index": 6124, + "_index": 6118, "data": { "examples/gui/healthbar": {} }, @@ -177737,7 +177737,7 @@ [ "healthbar_node", { - "_index": 2553, + "_index": 5900, "data": { "manuals/gui-script": {} }, @@ -177747,7 +177747,7 @@ [ "healthbar_node_2", { - "_index": 2563, + "_index": 5907, "data": { "manuals/gui-script": {} }, @@ -177757,7 +177757,7 @@ [ "heap", { - "_index": 2182, + "_index": 613, "data": { "manuals/html5": {}, "manuals/profiling": {} @@ -177768,7 +177768,7 @@ [ "heap_size", { - "_index": 2192, + "_index": 639, "data": { "manuals/html5": {} }, @@ -177778,7 +177778,7 @@ [ "heavily", { - "_index": 5492, + "_index": 3643, "data": { "manuals/extensions-best-practices": {} }, @@ -177788,7 +177788,7 @@ [ "heavy", { - "_index": 2741, + "_index": 4117, "data": { "manuals/application-security": {}, "manuals/profiling": {} @@ -177799,7 +177799,7 @@ [ "height", { - "_index": 202, + "_index": 89, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/atlas": {}, @@ -177830,7 +177830,7 @@ [ "held", { - "_index": 741, + "_index": 2553, "data": { "manuals/collection-factory": {}, "manuals/factory": {}, @@ -177842,7 +177842,7 @@ [ "hello", { - "_index": 2408, + "_index": 1267, "data": { "manuals/addressing": {}, "manuals/application-security": {}, @@ -177860,7 +177860,7 @@ [ "hello_buddy", { - "_index": 4900, + "_index": 3435, "data": { "manuals/addressing": {} }, @@ -177870,7 +177870,7 @@ [ "hello_manager", { - "_index": 4899, + "_index": 3434, "data": { "manuals/addressing": {} }, @@ -177880,7 +177880,7 @@ [ "help", { - "_index": 2392, + "_index": 1457, "data": { "assets/3deforms": {}, "assets/defsave": {}, @@ -177906,7 +177906,7 @@ [ "helper", { - "_index": 1397, + "_index": 3599, "data": { "assets/defold-lang": {}, "assets/err": {}, @@ -177926,7 +177926,7 @@ [ "helps", { - "_index": 4322, + "_index": 4533, "data": { "assets/defarmy": {}, "assets/safearea": {}, @@ -177943,7 +177943,7 @@ [ "hence", { - "_index": 5297, + "_index": 5499, "data": { "manuals/editor-scripts": {} }, @@ -177953,7 +177953,7 @@ [ "here", { - "_index": 1127, + "_index": 923, "data": { "examples/gui/healthbar": {}, "examples/particles/modifiers": {}, @@ -177993,7 +177993,7 @@ [ "hero", { - "_index": 3525, + "_index": 1581, "data": { "assets/slasherprototype": {}, "manuals/message-passing": {} @@ -178004,7 +178004,7 @@ [ "hertz", { - "_index": 7090, + "_index": 7500, "data": { "ref/stable/physics": {} }, @@ -178014,7 +178014,7 @@ [ "hesitate", { - "_index": 3602, + "_index": 5612, "data": { "manuals/introduction": {} }, @@ -178024,7 +178024,7 @@ [ "hex", { - "_index": 6317, + "_index": 6320, "data": { "assets/colorlib": {}, "ref/stable/bit": {}, @@ -178036,7 +178036,7 @@ [ "hexadecimal", { - "_index": 7785, + "_index": 7955, "data": { "ref/stable/bit": {}, "ref/stable/builtins": {}, @@ -178048,7 +178048,7 @@ [ "hexdigest", { - "_index": 1847, + "_index": 3335, "data": { "manuals/live-update": {}, "ref/stable/liveupdate": {} @@ -178059,7 +178059,7 @@ [ "hfactory", { - "_index": 6909, + "_index": 8409, "data": { "ref/stable/dmResource": {} }, @@ -178069,7 +178069,7 @@ [ "hfont", { - "_index": 7481, + "_index": 10859, "data": { "ref/stable/dmRender": {} }, @@ -178079,7 +178079,7 @@ [ "hfragmentprogram", { - "_index": 10245, + "_index": 6849, "data": { "ref/stable/dmGraphics": {} }, @@ -178089,7 +178089,7 @@ [ "hgamepad", { - "_index": 7158, + "_index": 9420, "data": { "ref/stable/dmHid": {} }, @@ -178099,7 +178099,7 @@ [ "hglrc", { - "_index": 10220, + "_index": 6821, "data": { "ref/stable/dmGraphics": {} }, @@ -178109,7 +178109,7 @@ [ "hhullset2d", { - "_index": 10068, + "_index": 7187, "data": { "ref/stable/dmPhysics": {} }, @@ -178119,7 +178119,7 @@ [ "hid", { - "_index": 6770, + "_index": 7985, "data": { "ref/stable/dmEngine": {}, "ref/stable/dmHid": {} @@ -178130,7 +178130,7 @@ [ "hidden", { - "_index": 2045, + "_index": 3650, "data": { "manuals/extensions-best-practices": {}, "manuals/input": {}, @@ -178142,7 +178142,7 @@ [ "hide", { - "_index": 2063, + "_index": 4576, "data": { "manuals/glossary": {}, "manuals/input": {}, @@ -178154,7 +178154,7 @@ [ "hide_keyboard", { - "_index": 9261, + "_index": 7774, "data": { "ref/stable/gui": {} }, @@ -178164,7 +178164,7 @@ [ "hideen", { - "_index": 10890, + "_index": 9762, "data": { "ref/stable/model": {} }, @@ -178174,7 +178174,7 @@ [ "hides", { - "_index": 4842, + "_index": 3352, "data": { "manuals/addressing": {}, "ref/stable/gui": {}, @@ -178186,7 +178186,7 @@ [ "hiding", { - "_index": 10874, + "_index": 10233, "data": { "ref/stable/profiler": {} }, @@ -178196,7 +178196,7 @@ [ "hiearchy", { - "_index": 8962, + "_index": 9849, "data": { "ref/stable/go": {} }, @@ -178206,7 +178206,7 @@ [ "hierarchical", { - "_index": 4048, + "_index": 4247, "data": { "assets/mirastate": {}, "manuals/editor": {}, @@ -178219,7 +178219,7 @@ [ "hierarchies", { - "_index": 3233, + "_index": 532, "data": { "manuals/addressing": {}, "manuals/building-blocks": {}, @@ -178235,7 +178235,7 @@ [ "hierarchy", { - "_index": 485, + "_index": 1599, "data": { "examples/basics/parent_child": {}, "manuals/addressing": {}, @@ -178257,7 +178257,7 @@ [ "high", { - "_index": 1520, + "_index": 799, "data": { "assets/gamedistribution": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -178281,7 +178281,7 @@ [ "higher", { - "_index": 1727, + "_index": 3616, "data": { "manuals/extensions-best-practices": {}, "manuals/gui-clipping": {}, @@ -178297,7 +178297,7 @@ [ "highlight", { - "_index": 2403, + "_index": 4940, "data": { "examples/material/screenspace": {}, "manuals/editor": {}, @@ -178309,7 +178309,7 @@ [ "highlighted", { - "_index": 3806, + "_index": 4375, "data": { "manuals/editor": {}, "manuals/version-control": {} @@ -178320,7 +178320,7 @@ [ "highlighting", { - "_index": 4295, + "_index": 3145, "data": { "manuals/writing-code": {} }, @@ -178330,7 +178330,7 @@ [ "highly", { - "_index": 5071, + "_index": 5173, "data": { "assets/facebookinstantgames": {}, "manuals/lua": {} @@ -178341,7 +178341,7 @@ [ "highp", { - "_index": 1600, + "_index": 3116, "data": { "manuals/optimization-speed": {} }, @@ -178351,7 +178351,7 @@ [ "highscore", { - "_index": 6138, + "_index": 6133, "data": { "examples/file/sys_save_load": {} }, @@ -178361,7 +178361,7 @@ [ "himstance", { - "_index": 9590, + "_index": 9230, "data": { "ref/stable/dmGameObject": {} }, @@ -178371,7 +178371,7 @@ [ "hinder", { - "_index": 5490, + "_index": 3640, "data": { "manuals/extensions-best-practices": {} }, @@ -178381,7 +178381,7 @@ [ "hindexbuffer", { - "_index": 10246, + "_index": 6850, "data": { "ref/stable/dmGraphics": {} }, @@ -178391,7 +178391,7 @@ [ "hinge", { - "_index": 6158, + "_index": 6215, "data": { "examples/physics/hinge_joint": {} }, @@ -178401,7 +178401,7 @@ [ "hinge_props", { - "_index": 5998, + "_index": 5795, "data": { "manuals/physics-joints": {} }, @@ -178411,7 +178411,7 @@ [ "hinge_props.motor_speed", { - "_index": 6003, + "_index": 5800, "data": { "manuals/physics-joints": {} }, @@ -178421,7 +178421,7 @@ [ "hinstance", { - "_index": 9538, + "_index": 9175, "data": { "ref/stable/dmGameObject": {} }, @@ -178431,7 +178431,7 @@ [ "hint", { - "_index": 6916, + "_index": 8416, "data": { "ref/stable/dmResource": {}, "ref/stable/editor": {}, @@ -178443,7 +178443,7 @@ [ "hints", { - "_index": 7433, + "_index": 10365, "data": { "ref/stable/resource": {} }, @@ -178453,7 +178453,7 @@ [ "history", { - "_index": 3824, + "_index": 4391, "data": { "manuals/editor-scripts": {}, "manuals/version-control": {} @@ -178464,7 +178464,7 @@ [ "hit", { - "_index": 3336, + "_index": 1003, "data": { "examples/physics/knockback": {}, "manuals/addressing": {}, @@ -178480,7 +178480,7 @@ [ "hitch", { - "_index": 716, + "_index": 2536, "data": { "manuals/collection-factory": {}, "manuals/factory": {} @@ -178491,7 +178491,7 @@ [ "hitches/spikes", { - "_index": 1550, + "_index": 3091, "data": { "manuals/optimization-speed": {} }, @@ -178501,7 +178501,7 @@ [ "hits", { - "_index": 4592, + "_index": 1001, "data": { "manuals/debugging-game-logic": {}, "manuals/physics-ray-casts": {}, @@ -178513,7 +178513,7 @@ [ "hittestobject", { - "_index": 3331, + "_index": 5125, "data": { "manuals/flash": {} }, @@ -178523,7 +178523,7 @@ [ "hittestpoint", { - "_index": 3330, + "_index": 5124, "data": { "manuals/flash": {} }, @@ -178533,7 +178533,7 @@ [ "hkeyboard", { - "_index": 7160, + "_index": 9422, "data": { "ref/stable/dmHid": {} }, @@ -178543,7 +178543,7 @@ [ "hmaterial", { - "_index": 7482, + "_index": 10860, "data": { "ref/stable/dmRender": {} }, @@ -178553,7 +178553,7 @@ [ "hmouse", { - "_index": 7162, + "_index": 9424, "data": { "ref/stable/dmHid": {} }, @@ -178563,7 +178563,7 @@ [ "hmutex", { - "_index": 7621, + "_index": 6971, "data": { "ref/stable/dmMutex": {} }, @@ -178573,7 +178573,7 @@ [ "hnamedconstantbuffer", { - "_index": 7483, + "_index": 10861, "data": { "ref/stable/dmRender": {} }, @@ -178583,7 +178583,7 @@ [ "hnode", { - "_index": 9993, + "_index": 8113, "data": { "ref/stable/dmGui": {} }, @@ -178593,7 +178593,7 @@ [ "hold", { - "_index": 2550, + "_index": 3897, "data": { "manuals/building-blocks": {}, "manuals/editor": {}, @@ -178615,7 +178615,7 @@ [ "holding", { - "_index": 2002, + "_index": 4430, "data": { "examples/movement/look_rotation": {}, "manuals/input": {}, @@ -178631,7 +178631,7 @@ [ "holds", { - "_index": 727, + "_index": 2542, "data": { "manuals/collection-factory": {}, "manuals/compute": {}, @@ -178654,7 +178654,7 @@ [ "hole", { - "_index": 1734, + "_index": 4439, "data": { "manuals/porting-guidelines": {}, "manuals/tilemap": {} @@ -178665,7 +178665,7 @@ [ "holiday", { - "_index": 1833, + "_index": 3328, "data": { "manuals/live-update": {} }, @@ -178675,7 +178675,7 @@ [ "home", { - "_index": 1671, + "_index": 2403, "data": { "assets/safearea": {}, "manuals/application-security": {}, @@ -178692,7 +178692,7 @@ [ "home/roberto", { - "_index": 10144, + "_index": 7151, "data": { "ref/stable/string": {} }, @@ -178702,7 +178702,7 @@ [ "homebrew", { - "_index": 3448, + "_index": 2987, "data": { "manuals/ios": {} }, @@ -178712,7 +178712,7 @@ [ "homepage", { - "_index": 5862, + "_index": 4573, "data": { "manuals/glossary": {} }, @@ -178722,7 +178722,7 @@ [ "honored", { - "_index": 8557, + "_index": 9953, "data": { "ref/stable/os": {} }, @@ -178732,7 +178732,7 @@ [ "hood", { - "_index": 2646, + "_index": 4354, "data": { "manuals/factory": {} }, @@ -178742,7 +178742,7 @@ [ "hook", { - "_index": 3963, + "_index": 1478, "data": { "manuals/editor-scripts": {}, "manuals/editor-scripts-ui": {}, @@ -178757,7 +178757,7 @@ [ "hooks", { - "_index": 3951, + "_index": 1456, "data": { "manuals/editor-scripts": {}, "manuals/editor-scripts-ui": {}, @@ -178769,7 +178769,7 @@ [ "hooks.editor_script", { - "_index": 5205, + "_index": 5413, "data": { "manuals/editor-scripts": {} }, @@ -178779,7 +178779,7 @@ [ "hooks.editor_script`'s", { - "_index": 5291, + "_index": 5493, "data": { "manuals/editor-scripts": {} }, @@ -178789,7 +178789,7 @@ [ "hope", { - "_index": 3606, + "_index": 5615, "data": { "manuals/introduction": {} }, @@ -178799,7 +178799,7 @@ [ "horizontal", { - "_index": 2506, + "_index": 374, "data": { "examples/gui/progress": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -178820,7 +178820,7 @@ [ "horizontal_gradient", { - "_index": 5605, + "_index": 3917, "data": { "manuals/font": {} }, @@ -178830,7 +178830,7 @@ [ "horizontally", { - "_index": 2508, + "_index": 1339, "data": { "manuals/atlas": {}, "manuals/editor-scripts-ui": {}, @@ -178845,7 +178845,7 @@ [ "horndis", { - "_index": 4520, + "_index": 5668, "data": { "manuals/dev-app": {} }, @@ -178855,7 +178855,7 @@ [ "horri", { - "_index": 6550, + "_index": 6561, "data": { "assets/horrifold": {} }, @@ -178865,7 +178865,7 @@ [ "horrifold", { - "_index": 6549, + "_index": 6560, "data": { "assets/horrifold": {} }, @@ -178875,7 +178875,7 @@ [ "horror", { - "_index": 6553, + "_index": 6564, "data": { "assets/horrifold": {} }, @@ -178885,7 +178885,7 @@ [ "host", { - "_index": 7297, + "_index": 8737, "data": { "ref/stable/dmConnectionPool": {}, "ref/stable/dmSSLSocket": {}, @@ -178901,7 +178901,7 @@ [ "host/port", { - "_index": 10081, + "_index": 9965, "data": { "ref/stable/dmConnectionPool": {} }, @@ -178911,7 +178911,7 @@ [ "hosted", { - "_index": 2865, + "_index": 2338, "data": { "manuals/application-security": {}, "manuals/extensions": {}, @@ -178923,7 +178923,7 @@ [ "hostname", { - "_index": 7714, + "_index": 9645, "data": { "ref/stable/dmSocket": {}, "ref/stable/socket": {}, @@ -178935,7 +178935,7 @@ [ "hot", { - "_index": 2222, + "_index": 707, "data": { "assets/m": {}, "manuals/android": {}, @@ -178951,7 +178951,7 @@ [ "hotspot", { - "_index": 4517, + "_index": 5665, "data": { "manuals/dev-app": {} }, @@ -178961,7 +178961,7 @@ [ "hour", { - "_index": 8532, + "_index": 9930, "data": { "ref/stable/os": {} }, @@ -178971,7 +178971,7 @@ [ "hover", { - "_index": 5170, + "_index": 5377, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -178982,7 +178982,7 @@ [ "hoveralignment", { - "_index": 10780, + "_index": 8935, "data": { "ref/stable/editor": {} }, @@ -178992,7 +178992,7 @@ [ "hoverenabled", { - "_index": 10703, + "_index": 8857, "data": { "ref/stable/editor": {} }, @@ -179002,7 +179002,7 @@ [ "how", { - "_index": 13, + "_index": 121, "data": { "assets/crypto_iap": {}, "assets/geneticalneuralnetwork": {}, @@ -179092,7 +179092,7 @@ [ "however", { - "_index": 939, + "_index": 402, "data": { "manuals/android": {}, "manuals/application-security": {}, @@ -179125,7 +179125,7 @@ [ "hp", { - "_index": 2352, + "_index": 5629, "data": { "manuals/script-properties": {} }, @@ -179135,7 +179135,7 @@ [ "hpipelinestate", { - "_index": 10247, + "_index": 6851, "data": { "ref/stable/dmGraphics": {} }, @@ -179145,7 +179145,7 @@ [ "hpool", { - "_index": 10096, + "_index": 9980, "data": { "ref/stable/dmConnectionPool": {} }, @@ -179155,7 +179155,7 @@ [ "hpreloadhintinfo", { - "_index": 6910, + "_index": 8410, "data": { "ref/stable/dmResource": {} }, @@ -179165,7 +179165,7 @@ [ "hprofile", { - "_index": 10366, + "_index": 8783, "data": { "ref/stable/dmProfile": {} }, @@ -179175,7 +179175,7 @@ [ "hprogram", { - "_index": 10249, + "_index": 6853, "data": { "ref/stable/dmGraphics": {} }, @@ -179185,7 +179185,7 @@ [ "hproperties", { - "_index": 9577, + "_index": 9218, "data": { "ref/stable/dmGameObject": {} }, @@ -179195,7 +179195,7 @@ [ "hpropertycontainer", { - "_index": 9578, + "_index": 9219, "data": { "ref/stable/dmGameObject": {} }, @@ -179205,7 +179205,7 @@ [ "hpropertycontainerbuilder", { - "_index": 9580, + "_index": 9221, "data": { "ref/stable/dmGameObject": {} }, @@ -179215,7 +179215,7 @@ [ "hprototype", { - "_index": 9581, + "_index": 9222, "data": { "ref/stable/dmGameObject": {} }, @@ -179225,7 +179225,7 @@ [ "hregister", { - "_index": 9582, + "_index": 9223, "data": { "ref/stable/dmGameObject": {} }, @@ -179235,7 +179235,7 @@ [ "hrendercontext", { - "_index": 7484, + "_index": 10862, "data": { "ref/stable/dmRender": {} }, @@ -179245,7 +179245,7 @@ [ "hrenderlistdispatch", { - "_index": 7485, + "_index": 10863, "data": { "ref/stable/dmRender": {} }, @@ -179255,7 +179255,7 @@ [ "hrendertarget", { - "_index": 10250, + "_index": 6854, "data": { "ref/stable/dmGraphics": {} }, @@ -179265,7 +179265,7 @@ [ "hresourcedescriptor", { - "_index": 6901, + "_index": 8402, "data": { "ref/stable/dmResource": {} }, @@ -179275,7 +179275,7 @@ [ "hresourcefactory", { - "_index": 6886, + "_index": 8390, "data": { "ref/stable/dmResource": {} }, @@ -179285,7 +179285,7 @@ [ "hresourcepreloadhintinfo", { - "_index": 6912, + "_index": 8412, "data": { "ref/stable/dmResource": {} }, @@ -179295,7 +179295,7 @@ [ "hresourcetype", { - "_index": 6913, + "_index": 8413, "data": { "ref/stable/dmResource": {} }, @@ -179305,7 +179305,7 @@ [ "hresourcetypecontext", { - "_index": 6914, + "_index": 8414, "data": { "ref/stable/dmResource": {} }, @@ -179315,7 +179315,7 @@ [ "hscene", { - "_index": 10002, + "_index": 8122, "data": { "ref/stable/dmGui": {} }, @@ -179325,7 +179325,7 @@ [ "hscript", { - "_index": 9583, + "_index": 8123, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmGui": {} @@ -179336,7 +179336,7 @@ [ "hscriptinstance", { - "_index": 9584, + "_index": 9224, "data": { "ref/stable/dmGameObject": {} }, @@ -179346,7 +179346,7 @@ [ "hserver", { - "_index": 7609, + "_index": 10014, "data": { "ref/stable/dmWebServer": {} }, @@ -179356,7 +179356,7 @@ [ "hsocket", { - "_index": 10484, + "_index": 7317, "data": { "ref/stable/dmMessage": {} }, @@ -179366,7 +179366,7 @@ [ "hstoragebuffer", { - "_index": 10252, + "_index": 6856, "data": { "ref/stable/dmGraphics": {} }, @@ -179376,7 +179376,7 @@ [ "hsv", { - "_index": 6431, + "_index": 6548, "data": { "assets/colorpicker": {} }, @@ -179386,7 +179386,7 @@ [ "htexture", { - "_index": 10254, + "_index": 6858, "data": { "ref/stable/dmGraphics": {} }, @@ -179396,7 +179396,7 @@ [ "htexturesource", { - "_index": 10003, + "_index": 8124, "data": { "ref/stable/dmGui": {} }, @@ -179406,7 +179406,7 @@ [ "html", { - "_index": 2279, + "_index": 810, "data": { "assets/richtext": {}, "manuals/bob": {}, @@ -179419,7 +179419,7 @@ [ "html's", { - "_index": 3899, + "_index": 1369, "data": { "manuals/editor-scripts-ui": {} }, @@ -179429,7 +179429,7 @@ [ "html/css", { - "_index": 2250, + "_index": 776, "data": { "manuals/html5": {} }, @@ -179439,7 +179439,7 @@ [ "html5", { - "_index": 1758, + "_index": 615, "data": { "assets/defold-mobilehtml5-typing": {}, "assets/gamedistribution": {}, @@ -179472,7 +179472,7 @@ [ "html5.engine_arguments", { - "_index": 2318, + "_index": 876, "data": { "manuals/html5": {} }, @@ -179482,7 +179482,7 @@ [ "html5.heap_size", { - "_index": 621, + "_index": 872, "data": { "manuals/app-manifest": {}, "manuals/html5": {} @@ -179493,7 +179493,7 @@ [ "html5.md", { - "_index": 5039, + "_index": 2570, "data": { "manuals/optimization-memory": {} }, @@ -179503,7 +179503,7 @@ [ "html5.run", { - "_index": 6829, + "_index": 10130, "data": { "ref/stable/html5": {} }, @@ -179513,7 +179513,7 @@ [ "html5.scale_mode", { - "_index": 2312, + "_index": 867, "data": { "manuals/html5": {} }, @@ -179523,7 +179523,7 @@ [ "html5.set_interaction_listener", { - "_index": 6832, + "_index": 10132, "data": { "ref/stable/html5": {} }, @@ -179533,7 +179533,7 @@ [ "html5.splash_image", { - "_index": 2303, + "_index": 847, "data": { "manuals/html5": {} }, @@ -179543,7 +179543,7 @@ [ "htouchdevice", { - "_index": 7163, + "_index": 9425, "data": { "ref/stable/dmHid": {} }, @@ -179553,7 +179553,7 @@ [ "http", { - "_index": 251, + "_index": 645, "data": { "assets/tinyhttp": {}, "manuals/application-security": {}, @@ -179579,7 +179579,7 @@ [ "http.request", { - "_index": 5801, + "_index": 3965, "data": { "manuals/live-update-scripting": {}, "ref/stable/http": {} @@ -179590,7 +179590,7 @@ [ "http.server", { - "_index": 2199, + "_index": 654, "data": { "manuals/html5": {} }, @@ -179600,7 +179600,7 @@ [ "http/https", { - "_index": 8561, + "_index": 10166, "data": { "ref/stable/http": {} }, @@ -179610,7 +179610,7 @@ [ "http://<device", { - "_index": 8524, + "_index": 9654, "data": { "ref/stable/sys": {} }, @@ -179620,7 +179620,7 @@ [ "http://0.0.0.0:38637", { - "_index": 3755, + "_index": 3688, "data": { "manuals/debugging-game-and-system-logs": {} }, @@ -179630,7 +179630,7 @@ [ "http://127.0.0.1:35405", { - "_index": 5226, + "_index": 5432, "data": { "manuals/editor-scripts": {} }, @@ -179640,7 +179640,7 @@ [ "http://192.168.0.100", { - "_index": 788, + "_index": 3732, "data": { "manuals/caching-assets": {} }, @@ -179650,7 +179650,7 @@ [ "http://:9000", { - "_index": 4923, + "_index": 4798, "data": { "manuals/extender-docker-images": {} }, @@ -179660,7 +179660,7 @@ [ "http://d.defold.com/archive//bob/bob.jar", { - "_index": 6073, + "_index": 4893, "data": { "manuals/debugging-native-code-ios": {} }, @@ -179670,7 +179670,7 @@ [ "http://d.defold.com/archive//engine/arm64", { - "_index": 4810, + "_index": 4995, "data": { "manuals/debugging-native-code": {} }, @@ -179680,7 +179680,7 @@ [ "http://emsdk", { - "_index": 4920, + "_index": 4795, "data": { "manuals/extender-docker-images": {} }, @@ -179690,7 +179690,7 @@ [ "http://en.wikipedia.org/wiki/emscripten", { - "_index": 2184, + "_index": 618, "data": { "manuals/html5": {} }, @@ -179700,7 +179700,7 @@ [ "http://en.wikipedia.org/wiki/polygon_mesh", { - "_index": 4830, + "_index": 4811, "data": { "manuals/importing-models": {} }, @@ -179710,7 +179710,7 @@ [ "http://en.wikipedia.org/wiki/root_mean_square", { - "_index": 5687, + "_index": 3520, "data": { "manuals/sound": {} }, @@ -179720,7 +179720,7 @@ [ "http://en.wikipedia.org/wiki/uv_mapping", { - "_index": 4831, + "_index": 4813, "data": { "manuals/importing-models": {} }, @@ -179730,7 +179730,7 @@ [ "http://localhost:8000/extension", { - "_index": 5893, + "_index": 2349, "data": { "manuals/working-offline": {} }, @@ -179740,7 +179740,7 @@ [ "http://localhost:8002", { - "_index": 4047, + "_index": 4246, "data": { "manuals/profiling": {} }, @@ -179750,7 +179750,7 @@ [ "http://localhost:9000", { - "_index": 1480, + "_index": 4094, "data": { "manuals/extender-local-setup": {} }, @@ -179760,7 +179760,7 @@ [ "http://www.lua.org/pil/contents.html#23", { - "_index": 4616, + "_index": 5887, "data": { "manuals/debugging-game-logic": {} }, @@ -179770,7 +179770,7 @@ [ "http://www.w3.org/tr/webaudio", { - "_index": 2231, + "_index": 726, "data": { "manuals/html5": {} }, @@ -179780,7 +179780,7 @@ [ "httpbin.org", { - "_index": 8283, + "_index": 8738, "data": { "ref/stable/dmSSLSocket": {} }, @@ -179790,7 +179790,7 @@ [ "https", { - "_index": 3518, + "_index": 3066, "data": { "manuals/ios": {}, "ref/stable/http": {} @@ -179801,7 +179801,7 @@ [ "https://developer.android.com/studio/profile/android", { - "_index": 4085, + "_index": 4284, "data": { "manuals/profiling": {} }, @@ -179811,7 +179811,7 @@ [ "https://developer.apple.com/documentation/uikit/uiapplicationdelegate?language", { - "_index": 8032, + "_index": 9822, "data": { "ref/stable/dmExtension": {} }, @@ -179821,7 +179821,7 @@ [ "https://docs.docker.com/reference/cli/docker/compose", { - "_index": 1479, + "_index": 4093, "data": { "manuals/extender-local-setup": {} }, @@ -179831,7 +179831,7 @@ [ "https://fonts.googleapis.com/css2?family", { - "_index": 3137, + "_index": 2421, "data": { "manuals/editor-styling": {} }, @@ -179971,7 +179971,7 @@ [ "https://github.com/defold/editor2", { - "_index": 4743, + "_index": 4695, "data": { "manuals/gui-template": {} }, @@ -179981,7 +179981,7 @@ [ "https://github.com/defold/extender.git", { - "_index": 1416, + "_index": 4043, "data": { "manuals/extender-local-setup": {} }, @@ -179991,7 +179991,7 @@ [ "https://github.com/defold/extender/releases", { - "_index": 1431, + "_index": 4056, "data": { "manuals/extender-local-setup": {} }, @@ -180001,7 +180001,7 @@ [ "https://github.com/google/gapid", { - "_index": 4096, + "_index": 4294, "data": { "manuals/profiling": {} }, @@ -180011,7 +180011,7 @@ [ "https://github.com/jamesramsay/hercule", { - "_index": 4106, + "_index": 4449, "data": { "manuals/test": {} }, @@ -180021,7 +180021,7 @@ [ "https://github.com/jgrahamc/profi", { - "_index": 4069, + "_index": 4268, "data": { "manuals/profiling": {} }, @@ -180031,7 +180031,7 @@ [ "https://help.apple.com/app", { - "_index": 3511, + "_index": 3060, "data": { "manuals/ios": {} }, @@ -180041,7 +180041,7 @@ [ "https://webglstats.com/webgl/parameter/max_texture_size", { - "_index": 5643, + "_index": 2144, "data": { "manuals/optimization-size": {} }, @@ -180051,7 +180051,7 @@ [ "https://www.khronos.org/opengles", { - "_index": 3634, + "_index": 1723, "data": { "manuals/render": {} }, @@ -180061,7 +180061,7 @@ [ "https://www.khronos.org/registry/gles", { - "_index": 878, + "_index": 2617, "data": { "manuals/shader": {} }, @@ -180071,7 +180071,7 @@ [ "https://www.khronos.org/registry/webgl/specs/latest", { - "_index": 2238, + "_index": 736, "data": { "manuals/html5": {} }, @@ -180081,7 +180081,7 @@ [ "https://www.lua.org", { - "_index": 5863, + "_index": 4574, "data": { "manuals/glossary": {} }, @@ -180091,7 +180091,7 @@ [ "hud", { - "_index": 2048, + "_index": 5983, "data": { "manuals/input": {} }, @@ -180101,7 +180101,7 @@ [ "hud#main", { - "_index": 6125, + "_index": 6119, "data": { "examples/gui/healthbar": {} }, @@ -180111,7 +180111,7 @@ [ "huge", { - "_index": 6472, + "_index": 6432, "data": { "assets/panthera": {}, "ref/stable/math": {} @@ -180122,7 +180122,7 @@ [ "huge_val", { - "_index": 9749, + "_index": 7260, "data": { "ref/stable/math": {} }, @@ -180132,7 +180132,7 @@ [ "hull", { - "_index": 170, + "_index": 5519, "data": { "assets/defold-3D-outline-shader": {}, "manuals/physics-shapes": {}, @@ -180144,7 +180144,7 @@ [ "human", { - "_index": 2757, + "_index": 4132, "data": { "manuals/application-security": {}, "ref/stable/dmExtension": {} @@ -180155,7 +180155,7 @@ [ "humble", { - "_index": 6528, + "_index": 6537, "data": { "assets/sidescrollertutorialfromscratch": {} }, @@ -180165,7 +180165,7 @@ [ "hundreds", { - "_index": 5280, + "_index": 5486, "data": { "manuals/editor-scripts": {} }, @@ -180175,7 +180175,7 @@ [ "huniformlocation", { - "_index": 10255, + "_index": 6859, "data": { "ref/stable/dmGraphics": {} }, @@ -180185,7 +180185,7 @@ [ "hunt", { - "_index": 2592, + "_index": 4308, "data": { "manuals/factory": {} }, @@ -180195,7 +180195,7 @@ [ "hunterfactory", { - "_index": 2591, + "_index": 4307, "data": { "manuals/factory": {} }, @@ -180205,7 +180205,7 @@ [ "hunting", { - "_index": 4627, + "_index": 5896, "data": { "manuals/debugging-game-logic": {} }, @@ -180215,7 +180215,7 @@ [ "hvertexbuffer", { - "_index": 10256, + "_index": 6860, "data": { "ref/stable/dmGraphics": {} }, @@ -180225,7 +180225,7 @@ [ "hvertexdeclaration", { - "_index": 10257, + "_index": 6861, "data": { "ref/stable/dmGraphics": {} }, @@ -180235,7 +180235,7 @@ [ "hvertexprogram", { - "_index": 10258, + "_index": 6862, "data": { "ref/stable/dmGraphics": {} }, @@ -180245,7 +180245,7 @@ [ "hvertexstreamdeclaration", { - "_index": 10259, + "_index": 6863, "data": { "ref/stable/dmGraphics": {} }, @@ -180255,7 +180255,7 @@ [ "hwnd", { - "_index": 10223, + "_index": 6824, "data": { "ref/stable/dmGraphics": {} }, @@ -180265,7 +180265,7 @@ [ "hyper", { - "_index": 6320, + "_index": 6410, "data": { "assets/hypertrails": {} }, @@ -180275,7 +180275,7 @@ [ "hyperbolic", { - "_index": 9733, + "_index": 7244, "data": { "ref/stable/math": {} }, @@ -180285,7 +180285,7 @@ [ "hypertrails", { - "_index": 6319, + "_index": 6409, "data": { "assets/hypertrails": {} }, @@ -180295,7 +180295,7 @@ [ "hyphen", { - "_index": 7285, + "_index": 9333, "data": { "ref/stable/package": {} }, @@ -180305,7 +180305,7 @@ [ "hz", { - "_index": 1729, + "_index": 4866, "data": { "manuals/porting-guidelines": {}, "ref/stable/collectionproxy": {} @@ -180316,7 +180316,7 @@ [ "i", { - "_index": 2144, + "_index": 2035, "data": { "manuals/bob": {}, "manuals/compute": {}, @@ -180339,7 +180339,7 @@ [ "i'm", { - "_index": 2624, + "_index": 4338, "data": { "manuals/factory": {} }, @@ -180349,7 +180349,7 @@ [ "i,i,i,1", { - "_index": 7885, + "_index": 8521, "data": { "ref/stable/render": {} }, @@ -180359,7 +180359,7 @@ [ "i,v", { - "_index": 10406, + "_index": 10625, "data": { "ref/stable/base": {} }, @@ -180369,7 +180369,7 @@ [ "i.e", { - "_index": 1159, + "_index": 2775, "data": { "examples/movement/look_rotation": {}, "examples/particles/confetti": {}, @@ -180401,7 +180401,7 @@ [ "i/defold", { - "_index": 3750, + "_index": 3683, "data": { "manuals/debugging-game-and-system-logs": {} }, @@ -180411,7 +180411,7 @@ [ "i/o", { - "_index": 5126, + "_index": 3670, "data": { "manuals/file-access": {}, "ref/stable/http": {}, @@ -180424,7 +180424,7 @@ [ "i0", { - "_index": 7356, + "_index": 10324, "data": { "ref/stable/resource": {} }, @@ -180434,7 +180434,7 @@ [ "i1", { - "_index": 7357, + "_index": 10325, "data": { "ref/stable/resource": {} }, @@ -180444,7 +180444,7 @@ [ "i18n", { - "_index": 6678, + "_index": 6371, "data": { "assets/i18n-defold": {} }, @@ -180454,7 +180454,7 @@ [ "i2", { - "_index": 7358, + "_index": 10326, "data": { "ref/stable/resource": {} }, @@ -180464,7 +180464,7 @@ [ "iac", { - "_index": 6729, + "_index": 6704, "data": { "assets/iac": {} }, @@ -180474,7 +180474,7 @@ [ "iac.set_listener", { - "_index": 4404, + "_index": 5765, "data": { "manuals/iac": {} }, @@ -180484,7 +180484,7 @@ [ "iac.type_invocation", { - "_index": 4401, + "_index": 5762, "data": { "manuals/iac": {} }, @@ -180494,7 +180494,7 @@ [ "iac_listener", { - "_index": 4399, + "_index": 5760, "data": { "manuals/iac": {} }, @@ -180504,7 +180504,7 @@ [ "iam", { - "_index": 3056, + "_index": 5039, "data": { "manuals/live-update-aws": {} }, @@ -180514,7 +180514,7 @@ [ "iap", { - "_index": 6458, + "_index": 6616, "data": { "assets/iap": {} }, @@ -180524,7 +180524,7 @@ [ "icns", { - "_index": 5319, + "_index": 5804, "data": { "manuals/macos": {} }, @@ -180534,7 +180534,7 @@ [ "ico", { - "_index": 4495, + "_index": 4951, "data": { "manuals/windows": {} }, @@ -180544,7 +180544,7 @@ [ "icon", { - "_index": 1644, + "_index": 592, "data": { "manuals/android": {}, "manuals/debugging-game-and-system-logs": {}, @@ -180565,7 +180565,7 @@ [ "icon:auto", { - "_index": 4507, + "_index": 4961, "data": { "manuals/windows": {} }, @@ -180575,7 +180575,7 @@ [ "icon_128x128.png", { - "_index": 5328, + "_index": 5813, "data": { "manuals/macos": {} }, @@ -180585,7 +180585,7 @@ [ "icon_128x128@2x.png", { - "_index": 5329, + "_index": 5814, "data": { "manuals/macos": {} }, @@ -180595,7 +180595,7 @@ [ "icon_16x16.png", { - "_index": 5324, + "_index": 5809, "data": { "manuals/macos": {} }, @@ -180605,7 +180605,7 @@ [ "icon_16x16@2x.png", { - "_index": 5325, + "_index": 5810, "data": { "manuals/macos": {} }, @@ -180615,7 +180615,7 @@ [ "icon_256x256.png", { - "_index": 5330, + "_index": 5815, "data": { "manuals/macos": {} }, @@ -180625,7 +180625,7 @@ [ "icon_256x256@2x.png", { - "_index": 5331, + "_index": 5816, "data": { "manuals/macos": {} }, @@ -180635,7 +180635,7 @@ [ "icon_256x256px.png", { - "_index": 4505, + "_index": 4960, "data": { "manuals/windows": {} }, @@ -180645,7 +180645,7 @@ [ "icon_32x32.png", { - "_index": 5326, + "_index": 5811, "data": { "manuals/macos": {} }, @@ -180655,7 +180655,7 @@ [ "icon_32x32@2x.png", { - "_index": 5327, + "_index": 5812, "data": { "manuals/macos": {} }, @@ -180665,7 +180665,7 @@ [ "icon_512x512.png", { - "_index": 5332, + "_index": 5817, "data": { "manuals/macos": {} }, @@ -180675,7 +180675,7 @@ [ "icon_512x512@2x.png", { - "_index": 5333, + "_index": 5818, "data": { "manuals/macos": {} }, @@ -180685,7 +180685,7 @@ [ "iconified", { - "_index": 9703, + "_index": 7215, "data": { "ref/stable/window": {} }, @@ -180695,7 +180695,7 @@ [ "icons", { - "_index": 1650, + "_index": 1363, "data": { "manuals/editor-scripts-ui": {}, "manuals/editor-styling": {}, @@ -180709,7 +180709,7 @@ [ "iconset", { - "_index": 5321, + "_index": 5806, "data": { "manuals/macos": {} }, @@ -180719,7 +180719,7 @@ [ "iconutil", { - "_index": 5334, + "_index": 5819, "data": { "manuals/macos": {} }, @@ -180729,7 +180729,7 @@ [ "id", { - "_index": 218, + "_index": 170, "data": { "assets/adinfo": {}, "assets/apkverifier": {}, @@ -180797,7 +180797,7 @@ [ "id's", { - "_index": 2369, + "_index": 3816, "data": { "manuals/factory": {}, "manuals/script-properties": {}, @@ -180810,7 +180810,7 @@ [ "id:s", { - "_index": 9936, + "_index": 7332, "data": { "ref/stable/collectionfactory": {}, "ref/stable/crash": {} @@ -180821,7 +180821,7 @@ [ "ide", { - "_index": 4261, + "_index": 4890, "data": { "assets/vs-code-ide": {}, "manuals/debugging-native-code-android": {}, @@ -180833,7 +180833,7 @@ [ "idea", { - "_index": 2644, + "_index": 4353, "data": { "manuals/debugging-game-logic": {}, "manuals/editor": {}, @@ -180847,7 +180847,7 @@ [ "ideal", { - "_index": 4318, + "_index": 5685, "data": { "manuals/design": {}, "manuals/physics-events": {} @@ -180858,7 +180858,7 @@ [ "ideas", { - "_index": 6751, + "_index": 6395, "data": { "assets/scene3d": {} }, @@ -180868,7 +180868,7 @@ [ "identical", { - "_index": 9164, + "_index": 7619, "data": { "ref/stable/gui": {} }, @@ -180878,7 +180878,7 @@ [ "identification", { - "_index": 7101, + "_index": 7511, "data": { "ref/stable/physics": {} }, @@ -180888,7 +180888,7 @@ [ "identified", { - "_index": 1959, + "_index": 3363, "data": { "manuals/addressing": {}, "manuals/android": {}, @@ -180906,7 +180906,7 @@ [ "identifier", { - "_index": 3163, + "_index": 1143, "data": { "assets/adinfo": {}, "manuals/addressing": {}, @@ -180927,7 +180927,7 @@ [ "identifierforvendor", { - "_index": 8458, + "_index": 9590, "data": { "ref/stable/sys": {} }, @@ -180937,7 +180937,7 @@ [ "identifiers", { - "_index": 4844, + "_index": 3354, "data": { "manuals/addressing": {}, "manuals/extensions": {}, @@ -180949,7 +180949,7 @@ [ "identifies", { - "_index": 5255, + "_index": 5461, "data": { "manuals/editor-scripts": {}, "ref/stable/collectionfactory": {}, @@ -180961,7 +180961,7 @@ [ "identify", { - "_index": 3704, + "_index": 1818, "data": { "manuals/addressing": {}, "manuals/glossary": {}, @@ -180973,7 +180973,7 @@ [ "identifying", { - "_index": 6624, + "_index": 6520, "data": { "assets/adinfo": {}, "ref/stable/go": {}, @@ -180985,7 +180985,7 @@ [ "identities", { - "_index": 4881, + "_index": 3406, "data": { "manuals/addressing": {} }, @@ -180995,7 +180995,7 @@ [ "identity", { - "_index": 3058, + "_index": 246, "data": { "manuals/addressing": {}, "manuals/bob": {}, @@ -181015,7 +181015,7 @@ [ "ides", { - "_index": 3582, + "_index": 5601, "data": { "manuals/introduction": {} }, @@ -181025,7 +181025,7 @@ [ "idiom", { - "_index": 10413, + "_index": 10632, "data": { "ref/stable/base": {} }, @@ -181035,7 +181035,7 @@ [ "idle", { - "_index": 3082, + "_index": 2481, "data": { "manuals/addressing": {}, "manuals/flipbook-animation": {} @@ -181046,7 +181046,7 @@ [ "idling", { - "_index": 3083, + "_index": 1950, "data": { "manuals/flipbook-animation": {}, "manuals/script": {} @@ -181057,7 +181057,7 @@ [ "ids", { - "_index": 748, + "_index": 2558, "data": { "manuals/collection-factory": {}, "manuals/editor-scripts": {}, @@ -181075,7 +181075,7 @@ [ "ie", { - "_index": 3617, + "_index": 1692, "data": { "manuals/file-access": {}, "manuals/render": {}, @@ -181087,7 +181087,7 @@ [ "ierusalimschy", { - "_index": 5087, + "_index": 5187, "data": { "assets/lpeg": {}, "manuals/lua": {} @@ -181098,7 +181098,7 @@ [ "if", { - "_index": 21, + "_index": 268, "data": { "assets/defbuild": {}, "assets/editor-script-check-dependencies-versions": {}, @@ -181280,7 +181280,7 @@ [ "ifndef", { - "_index": 1193, + "_index": 2795, "data": { "manuals/shader": {} }, @@ -181290,7 +181290,7 @@ [ "ignore", { - "_index": 855, + "_index": 1028, "data": { "manuals/optimization-speed": {}, "manuals/physics-ray-casts": {}, @@ -181304,7 +181304,7 @@ [ "ignore_cache", { - "_index": 8569, + "_index": 10174, "data": { "ref/stable/http": {} }, @@ -181314,7 +181314,7 @@ [ "ignore_secure", { - "_index": 8438, + "_index": 9571, "data": { "ref/stable/sys": {} }, @@ -181324,7 +181324,7 @@ [ "ignored", { - "_index": 1919, + "_index": 420, "data": { "manuals/gui": {}, "manuals/particlefx": {}, @@ -181342,7 +181342,7 @@ [ "ignores", { - "_index": 8439, + "_index": 9572, "data": { "ref/stable/sys": {} }, @@ -181352,7 +181352,7 @@ [ "ignoring", { - "_index": 853, + "_index": 4887, "data": { "manuals/flash": {}, "manuals/project-defignore": {} @@ -181363,7 +181363,7 @@ [ "illegal", { - "_index": 1346, + "_index": 4691, "data": { "manuals/extensions-ext-manifests": {}, "ref/stable/socket": {} @@ -181374,7 +181374,7 @@ [ "illumination", { - "_index": 2948, + "_index": 4545, "data": { "assets/illumination": {}, "manuals/compute": {}, @@ -181386,7 +181386,7 @@ [ "illustrate", { - "_index": 3992, + "_index": 1534, "data": { "assets/tactxstudios": {}, "manuals/editor-scripts-ui": {} @@ -181397,7 +181397,7 @@ [ "illustrated", { - "_index": 3240, + "_index": 5058, "data": { "manuals/flash": {} }, @@ -181407,7 +181407,7 @@ [ "image", { - "_index": 288, + "_index": 290, "data": { "assets/imageloader": {}, "assets/imp": {}, @@ -181473,7 +181473,7 @@ [ "image's", { - "_index": 2480, + "_index": 2853, "data": { "manuals/atlas": {} }, @@ -181483,7 +181483,7 @@ [ "image.load", { - "_index": 5627, + "_index": 2098, "data": { "manuals/optimization-size": {}, "ref/stable/image": {} @@ -181494,7 +181494,7 @@ [ "image.load_buffer", { - "_index": 10898, + "_index": 10292, "data": { "ref/stable/image": {} }, @@ -181504,7 +181504,7 @@ [ "image.type_luminance", { - "_index": 10896, + "_index": 10290, "data": { "ref/stable/image": {} }, @@ -181514,7 +181514,7 @@ [ "image.type_luminance_alpha", { - "_index": 10897, + "_index": 10291, "data": { "ref/stable/image": {} }, @@ -181524,7 +181524,7 @@ [ "image.type_rgb", { - "_index": 10894, + "_index": 10288, "data": { "ref/stable/image": {} }, @@ -181534,7 +181534,7 @@ [ "image.type_rgba", { - "_index": 10895, + "_index": 10289, "data": { "ref/stable/image": {} }, @@ -181544,7 +181544,7 @@ [ "image/animation", { - "_index": 9397, + "_index": 7921, "data": { "ref/stable/gui": {} }, @@ -181554,7 +181554,7 @@ [ "image2d", { - "_index": 925, + "_index": 2634, "data": { "manuals/compute": {}, "manuals/shader": {} @@ -181565,7 +181565,7 @@ [ "imageloader", { - "_index": 6535, + "_index": 6608, "data": { "assets/imageloader": {} }, @@ -181575,7 +181575,7 @@ [ "imagemagick", { - "_index": 4501, + "_index": 4956, "data": { "manuals/windows": {} }, @@ -181585,7 +181585,7 @@ [ "images", { - "_index": 285, + "_index": 935, "data": { "assets/camera": {}, "assets/defold-runtime-atlas": {}, @@ -181624,7 +181624,7 @@ [ "imagestore", { - "_index": 3026, + "_index": 5328, "data": { "manuals/compute": {} }, @@ -181634,7 +181634,7 @@ [ "imageview", { - "_index": 3457, + "_index": 2995, "data": { "manuals/ios": {} }, @@ -181644,7 +181644,7 @@ [ "imaginary", { - "_index": 8299, + "_index": 6991, "data": { "ref/stable/vmath": {} }, @@ -181654,7 +181654,7 @@ [ "imagine", { - "_index": 3322, + "_index": 5117, "data": { "manuals/flash": {} }, @@ -181664,7 +181664,7 @@ [ "img", { - "_index": 6111, + "_index": 6112, "data": { "examples/gui/load_texture": {} }, @@ -181674,7 +181674,7 @@ [ "imgui", { - "_index": 6700, + "_index": 6486, "data": { "assets/dear-imgui": {} }, @@ -181684,7 +181684,7 @@ [ "iml", { - "_index": 4277, + "_index": 5509, "data": { "manuals/debugging-native-code-android": {} }, @@ -181694,7 +181694,7 @@ [ "immediate", { - "_index": 5144, + "_index": 5352, "data": { "assets/defold-nuklear": {}, "manuals/editor-scripts": {} @@ -181705,7 +181705,7 @@ [ "immediately", { - "_index": 707, + "_index": 1141, "data": { "examples/factory/dynamic": {}, "manuals/application-security": {}, @@ -181729,7 +181729,7 @@ [ "immensely", { - "_index": 4870, + "_index": 3392, "data": { "manuals/addressing": {} }, @@ -181739,7 +181739,7 @@ [ "immovable", { - "_index": 8859, + "_index": 10040, "data": { "ref/stable/b2d.body": {} }, @@ -181749,7 +181749,7 @@ [ "immutable", { - "_index": 3857, + "_index": 1299, "data": { "manuals/editor-scripts-ui": {} }, @@ -181759,7 +181759,7 @@ [ "imp", { - "_index": 6486, + "_index": 6653, "data": { "assets/imp": {} }, @@ -181769,7 +181769,7 @@ [ "impact", { - "_index": 1529, + "_index": 3079, "data": { "assets/firebase-remoteconfig": {}, "manuals/application-security": {}, @@ -181785,7 +181785,7 @@ [ "impactful", { - "_index": 1652, + "_index": 4839, "data": { "manuals/porting-guidelines": {} }, @@ -181795,7 +181795,7 @@ [ "impassable", { - "_index": 5881, + "_index": 4604, "data": { "manuals/glossary": {} }, @@ -181805,7 +181805,7 @@ [ "implement", { - "_index": 2700, + "_index": 3489, "data": { "manuals/camera": {}, "manuals/modules": {}, @@ -181817,7 +181817,7 @@ [ "implementation", { - "_index": 795, + "_index": 729, "data": { "assets/defold-ink": {}, "assets/gamescore": {}, @@ -181844,7 +181844,7 @@ [ "implemented", { - "_index": 3876, + "_index": 1335, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/dmGraphics": {} @@ -181855,7 +181855,7 @@ [ "implementing", { - "_index": 2236, + "_index": 733, "data": { "manuals/application-security": {}, "manuals/html5": {} @@ -181866,7 +181866,7 @@ [ "implements", { - "_index": 3507, + "_index": 3055, "data": { "assets/gog-galaxy": {}, "assets/nakama": {}, @@ -181879,7 +181879,7 @@ [ "implic", { - "_index": 8479, + "_index": 9611, "data": { "ref/stable/sys": {} }, @@ -181889,7 +181889,7 @@ [ "implicitly", { - "_index": 2726, + "_index": 611, "data": { "manuals/gui": {}, "manuals/modules": {}, @@ -181901,7 +181901,7 @@ [ "implies", { - "_index": 2033, + "_index": 5113, "data": { "manuals/compute": {}, "manuals/flash": {}, @@ -181914,7 +181914,7 @@ [ "import", { - "_index": 3136, + "_index": 2249, "data": { "assets/tiled": {}, "assets/trenchbroom": {}, @@ -181933,7 +181933,7 @@ [ "important", { - "_index": 1761, + "_index": 857, "data": { "assets/editor-script-extra-locations": {}, "examples/material/screenspace": {}, @@ -181961,7 +181961,7 @@ [ "importantly", { - "_index": 5494, + "_index": 3645, "data": { "manuals/extensions-best-practices": {} }, @@ -181971,7 +181971,7 @@ [ "imported", { - "_index": 296, + "_index": 940, "data": { "manuals/flash": {}, "manuals/importing-assets": {}, @@ -181984,7 +181984,7 @@ [ "importing", { - "_index": 4824, + "_index": 2130, "data": { "assets/trenchbroom": {}, "manuals/editor": {}, @@ -181997,7 +181997,7 @@ [ "imposed", { - "_index": 5353, + "_index": 5834, "data": { "manuals/macos": {} }, @@ -182007,7 +182007,7 @@ [ "imposes", { - "_index": 4832, + "_index": 4814, "data": { "manuals/importing-models": {} }, @@ -182017,7 +182017,7 @@ [ "impossible", { - "_index": 2809, + "_index": 1449, "data": { "manuals/application-security": {}, "manuals/editor-scripts-ui": {}, @@ -182031,7 +182031,7 @@ [ "improve", { - "_index": 1601, + "_index": 1545, "data": { "assets/reszip": {}, "manuals/editor-scripts-ui": {}, @@ -182045,7 +182045,7 @@ [ "improved", { - "_index": 1572, + "_index": 3103, "data": { "manuals/optimization-speed": {} }, @@ -182055,7 +182055,7 @@ [ "improvement", { - "_index": 352, + "_index": 968, "data": { "manuals/android": {}, "manuals/font": {}, @@ -182067,7 +182067,7 @@ [ "improves", { - "_index": 5483, + "_index": 3633, "data": { "manuals/extensions-best-practices": {} }, @@ -182077,7 +182077,7 @@ [ "improving", { - "_index": 1256, + "_index": 2825, "data": { "manuals/shader": {} }, @@ -182087,7 +182087,7 @@ [ "impulse", { - "_index": 5900, + "_index": 5677, "data": { "manuals/physics-events": {}, "ref/stable/b2d.body": {}, @@ -182099,7 +182099,7 @@ [ "in", { - "_index": 86, + "_index": 46, "data": { "assets/3deforms": {}, "assets/admob-defold": {}, @@ -182358,7 +182358,7 @@ [ "inactivated", { - "_index": 2616, + "_index": 4330, "data": { "manuals/factory": {} }, @@ -182368,7 +182368,7 @@ [ "inactive", { - "_index": 7141, + "_index": 7547, "data": { "ref/stable/b2d.body": {}, "ref/stable/physics": {} @@ -182379,7 +182379,7 @@ [ "inaddr_any", { - "_index": 8163, + "_index": 10474, "data": { "ref/stable/socket": {} }, @@ -182389,7 +182389,7 @@ [ "inc", { - "_index": 6303, + "_index": 6389, "data": { "assets/rive": {} }, @@ -182399,7 +182399,7 @@ [ "include", { - "_index": 355, + "_index": 683, "data": { "assets/nakama": {}, "manuals/addressing": {}, @@ -182454,7 +182454,7 @@ [ "included", { - "_index": 275, + "_index": 1101, "data": { "assets/defold-cairo": {}, "assets/scene3d": {}, @@ -182480,7 +182480,7 @@ [ "includes", { - "_index": 1149, + "_index": 861, "data": { "manuals/bob": {}, "manuals/debugging-native-code": {}, @@ -182499,7 +182499,7 @@ [ "including", { - "_index": 663, + "_index": 2516, "data": { "manuals/collection-factory": {}, "manuals/editor": {}, @@ -182516,7 +182516,7 @@ [ "inclusive", { - "_index": 7339, + "_index": 10307, "data": { "ref/stable/base": {}, "ref/stable/resource": {} @@ -182527,7 +182527,7 @@ [ "incoming", { - "_index": 7443, + "_index": 8555, "data": { "ref/stable/profiler": {}, "ref/stable/render": {}, @@ -182539,7 +182539,7 @@ [ "incompatibilities", { - "_index": 5489, + "_index": 3639, "data": { "manuals/extensions-best-practices": {} }, @@ -182549,7 +182549,7 @@ [ "incorporates", { - "_index": 3508, + "_index": 3056, "data": { "manuals/ios": {} }, @@ -182559,7 +182559,7 @@ [ "incorrect", { - "_index": 232, + "_index": 668, "data": { "manuals/debugging-native-code": {}, "manuals/html5": {}, @@ -182572,7 +182572,7 @@ [ "increase", { - "_index": 1591, + "_index": 1592, "data": { "manuals/font": {}, "manuals/gui-pie": {}, @@ -182589,7 +182589,7 @@ [ "increased", { - "_index": 5531, + "_index": 3857, "data": { "examples/timer/trigger_timer": {}, "manuals/physics": {} @@ -182600,7 +182600,7 @@ [ "increases", { - "_index": 3528, + "_index": 1586, "data": { "manuals/message-passing": {} }, @@ -182610,7 +182610,7 @@ [ "increasing", { - "_index": 1759, + "_index": 2223, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/porting-guidelines": {} @@ -182621,7 +182621,7 @@ [ "increasingly", { - "_index": 1738, + "_index": 4870, "data": { "manuals/porting-guidelines": {} }, @@ -182631,7 +182631,7 @@ [ "increment", { - "_index": 6869, + "_index": 9009, "data": { "ref/stable/dmAtomic": {} }, @@ -182641,7 +182641,7 @@ [ "increment_by", { - "_index": 3985, + "_index": 1524, "data": { "manuals/editor-scripts-ui": {} }, @@ -182651,7 +182651,7 @@ [ "incremental", { - "_index": 8619, + "_index": 10145, "data": { "ref/stable/dmHash": {} }, @@ -182661,7 +182661,7 @@ [ "incremented", { - "_index": 10523, + "_index": 7971, "data": { "ref/stable/collectionproxy": {} }, @@ -182671,7 +182671,7 @@ [ "incrementing", { - "_index": 3300, + "_index": 5102, "data": { "manuals/flash": {}, "ref/stable/render": {} @@ -182682,7 +182682,7 @@ [ "increments", { - "_index": 7965, + "_index": 8588, "data": { "ref/stable/render": {} }, @@ -182692,7 +182692,7 @@ [ "incurs", { - "_index": 5472, + "_index": 3614, "data": { "manuals/extensions-best-practices": {} }, @@ -182702,7 +182702,7 @@ [ "indefinitely", { - "_index": 781, + "_index": 3730, "data": { "manuals/caching-assets": {}, "ref/stable/http": {}, @@ -182714,7 +182714,7 @@ [ "indent", { - "_index": 5267, + "_index": 5473, "data": { "manuals/editor-scripts": {} }, @@ -182724,7 +182724,7 @@ [ "indenting", { - "_index": 2406, + "_index": 4942, "data": { "manuals/getting-help": {} }, @@ -182734,7 +182734,7 @@ [ "independent", { - "_index": 1905, + "_index": 1048, "data": { "manuals/editor-scripts": {}, "manuals/extensions-defold-sdk": {}, @@ -182748,7 +182748,7 @@ [ "index", { - "_index": 2527, + "_index": 516, "data": { "assets/defold-index": {}, "manuals/application-security": {}, @@ -182780,7 +182780,7 @@ [ "index.html", { - "_index": 2203, + "_index": 658, "data": { "manuals/html5": {} }, @@ -182790,7 +182790,7 @@ [ "indexbufferformat", { - "_index": 10260, + "_index": 6864, "data": { "ref/stable/dmGraphics": {} }, @@ -182800,7 +182800,7 @@ [ "indexed", { - "_index": 2138, + "_index": 599, "data": { "manuals/gui": {}, "manuals/input-mouse-and-touch": {}, @@ -182816,7 +182816,7 @@ [ "indexeddb", { - "_index": 2331, + "_index": 906, "data": { "manuals/file-access": {}, "manuals/html5": {} @@ -182827,7 +182827,7 @@ [ "indexing", { - "_index": 3316, + "_index": 5114, "data": { "manuals/flash": {} }, @@ -182837,7 +182837,7 @@ [ "indicate", { - "_index": 4577, + "_index": 4968, "data": { "examples/material/screenspace": {}, "manuals/debugging-game-logic": {}, @@ -182851,7 +182851,7 @@ [ "indicated", { - "_index": 2654, + "_index": 2904, "data": { "examples/gui/healthbar": {}, "manuals/flash": {}, @@ -182864,7 +182864,7 @@ [ "indicates", { - "_index": 5350, + "_index": 5681, "data": { "manuals/macos": {}, "manuals/physics-events": {}, @@ -182879,7 +182879,7 @@ [ "indicating", { - "_index": 4375, + "_index": 4422, "data": { "manuals/editor-scripts": {}, "manuals/tilesource": {}, @@ -182891,7 +182891,7 @@ [ "indicator", { - "_index": 6133, + "_index": 6223, "data": { "assets/safearea": {}, "examples/timer/repeating_timer": {} @@ -182902,7 +182902,7 @@ [ "indicators", { - "_index": 6131, + "_index": 6114, "data": { "examples/gui/progress": {}, "examples/timer/cancel_timer": {}, @@ -182915,7 +182915,7 @@ [ "indices", { - "_index": 2534, + "_index": 2897, "data": { "manuals/atlas": {}, "ref/stable/base": {}, @@ -182931,7 +182931,7 @@ [ "indicies", { - "_index": 10605, + "_index": 8990, "data": { "ref/stable/dmHashTable": {} }, @@ -182941,7 +182941,7 @@ [ "individual", { - "_index": 837, + "_index": 117, "data": { "manuals/debugging-native-code-android": {}, "manuals/editor-preferences": {}, @@ -182967,7 +182967,7 @@ [ "individually", { - "_index": 4731, + "_index": 4713, "data": { "manuals/bundling": {}, "ref/stable/gui": {}, @@ -182979,7 +182979,7 @@ [ "industry", { - "_index": 2787, + "_index": 4152, "data": { "examples/material/unlit": {}, "examples/movement/look_rotation": {}, @@ -182991,7 +182991,7 @@ [ "inelastic", { - "_index": 1886, + "_index": 2294, "data": { "manuals/physics-objects": {} }, @@ -183001,7 +183001,7 @@ [ "inertia", { - "_index": 8871, + "_index": 10052, "data": { "ref/stable/b2d.body": {} }, @@ -183011,7 +183011,7 @@ [ "inet", { - "_index": 8077, + "_index": 10402, "data": { "ref/stable/socket": {} }, @@ -183021,7 +183021,7 @@ [ "inet6", { - "_index": 8078, + "_index": 10403, "data": { "ref/stable/socket": {} }, @@ -183031,7 +183031,7 @@ [ "infer", { - "_index": 5498, + "_index": 3654, "data": { "manuals/extensions-best-practices": {} }, @@ -183041,7 +183041,7 @@ [ "inflate", { - "_index": 9666, + "_index": 9035, "data": { "ref/stable/zlib": {} }, @@ -183051,7 +183051,7 @@ [ "inflated", { - "_index": 9667, + "_index": 9036, "data": { "ref/stable/zlib": {} }, @@ -183061,7 +183061,7 @@ [ "inflict", { - "_index": 3522, + "_index": 1576, "data": { "manuals/message-passing": {} }, @@ -183071,7 +183071,7 @@ [ "influence", { - "_index": 5518, + "_index": 3842, "data": { "manuals/physics": {} }, @@ -183081,7 +183081,7 @@ [ "info", { - "_index": 4770, + "_index": 3603, "data": { "assets/adinfo": {}, "manuals/extensions-best-practices": {}, @@ -183103,7 +183103,7 @@ [ "info.plist", { - "_index": 5010, + "_index": 4614, "data": { "manuals/extensions-manifest-merge-tool": {}, "ref/stable/sys": {} @@ -183114,7 +183114,7 @@ [ "info:dlib", { - "_index": 3752, + "_index": 3685, "data": { "manuals/debugging-game-and-system-logs": {}, "manuals/profiling": {} @@ -183125,7 +183125,7 @@ [ "info:engine", { - "_index": 3565, + "_index": 1669, "data": { "manuals/debugging-game-and-system-logs": {}, "manuals/message-passing": {}, @@ -183137,7 +183137,7 @@ [ "info:liveupdate", { - "_index": 1861, + "_index": 3345, "data": { "manuals/live-update": {} }, @@ -183147,7 +183147,7 @@ [ "inform", { - "_index": 2614, + "_index": 4328, "data": { "assets/push": {}, "manuals/factory": {}, @@ -183159,7 +183159,7 @@ [ "information", { - "_index": 595, + "_index": 773, "data": { "assets/adinfo": {}, "assets/iac": {}, @@ -183235,7 +183235,7 @@ [ "inherit", { - "_index": 174, + "_index": 322, "data": { "examples/gui/color": {}, "manuals/gui": {}, @@ -183249,7 +183249,7 @@ [ "inheritance", { - "_index": 4326, + "_index": 5956, "data": { "manuals/design": {} }, @@ -183259,7 +183259,7 @@ [ "inherits", { - "_index": 4483, + "_index": 539, "data": { "manuals/gui": {}, "ref/stable/package": {} @@ -183270,7 +183270,7 @@ [ "ini", { - "_index": 2444, + "_index": 40, "data": { "manuals/live-update-aws": {}, "manuals/project-settings": {}, @@ -183282,7 +183282,7 @@ [ "init", { - "_index": 453, + "_index": 166, "data": { "examples/render/orbit_camera": {}, "manuals/addressing": {}, @@ -183326,7 +183326,7 @@ [ "init_camera", { - "_index": 3626, + "_index": 1708, "data": { "manuals/render": {} }, @@ -183336,7 +183336,7 @@ [ "initial", { - "_index": 606, + "_index": 1139, "data": { "examples/particles/confetti": {}, "examples/particles/fire_and_smoke": {}, @@ -183365,7 +183365,7 @@ [ "initial_memory", { - "_index": 626, + "_index": 5244, "data": { "manuals/app-manifest": {} }, @@ -183375,7 +183375,7 @@ [ "initialization", { - "_index": 9515, + "_index": 9151, "data": { "ref/stable/dmGameObject": {} }, @@ -183385,7 +183385,7 @@ [ "initialize", { - "_index": 7583, + "_index": 7968, "data": { "ref/stable/collectionproxy": {}, "ref/stable/dmHash": {}, @@ -183398,7 +183398,7 @@ [ "initialized", { - "_index": 3372, + "_index": 3691, "data": { "manuals/debugging-game-and-system-logs": {}, "manuals/extensions": {}, @@ -183416,7 +183416,7 @@ [ "initializemyextension", { - "_index": 4960, + "_index": 4765, "data": { "manuals/extensions": {} }, @@ -183426,7 +183426,7 @@ [ "initializer", { - "_index": 3978, + "_index": 1517, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -183437,7 +183437,7 @@ [ "initializes", { - "_index": 7253, + "_index": 7969, "data": { "ref/stable/base": {}, "ref/stable/collectionproxy": {}, @@ -183449,7 +183449,7 @@ [ "initially", { - "_index": 2044, + "_index": 5981, "data": { "manuals/input": {}, "ref/stable/render": {} @@ -183460,7 +183460,7 @@ [ "initialmemory", { - "_index": 608, + "_index": 5239, "data": { "manuals/app-manifest": {} }, @@ -183470,7 +183470,7 @@ [ "initiate", { - "_index": 7710, + "_index": 9981, "data": { "ref/stable/dmSocket": {} }, @@ -183480,7 +183480,7 @@ [ "initiated", { - "_index": 3547, + "_index": 1630, "data": { "manuals/message-passing": {}, "manuals/zerobrane": {}, @@ -183495,7 +183495,7 @@ [ "initiating", { - "_index": 10613, + "_index": 7330, "data": { "ref/stable/collectionfactory": {} }, @@ -183505,7 +183505,7 @@ [ "inject", { - "_index": 2796, + "_index": 4161, "data": { "manuals/application-security": {}, "manuals/macos": {} @@ -183516,7 +183516,7 @@ [ "injected", { - "_index": 5505, + "_index": 3665, "data": { "manuals/extensions-best-practices": {} }, @@ -183526,7 +183526,7 @@ [ "injection", { - "_index": 2804, + "_index": 4167, "data": { "manuals/application-security": {} }, @@ -183536,7 +183536,7 @@ [ "ink", { - "_index": 6375, + "_index": 6422, "data": { "assets/defold-ink": {}, "assets/narrator": {}, @@ -183549,7 +183549,7 @@ [ "inline", { - "_index": 1164, + "_index": 855, "data": { "manuals/html5": {}, "manuals/shader": {}, @@ -183561,7 +183561,7 @@ [ "innards", { - "_index": 4614, + "_index": 5886, "data": { "manuals/debugging-game-logic": {} }, @@ -183571,7 +183571,7 @@ [ "inner", { - "_index": 2274, + "_index": 302, "data": { "examples/gui/healthbar": {}, "manuals/atlas": {}, @@ -183588,7 +183588,7 @@ [ "inner_radius", { - "_index": 5054, + "_index": 2606, "data": { "manuals/gui-pie": {}, "manuals/properties": {}, @@ -183600,7 +183600,7 @@ [ "innovative", { - "_index": 6475, + "_index": 6511, "data": { "assets/admob-defold": {} }, @@ -183610,7 +183610,7 @@ [ "input", { - "_index": 37, + "_index": 266, "data": { "assets/defold-mobilehtml5-typing": {}, "assets/defoldinput": {}, @@ -183660,7 +183660,7 @@ [ "input/output", { - "_index": 6892, + "_index": 8395, "data": { "ref/stable/dmResource": {} }, @@ -183670,7 +183670,7 @@ [ "input_binding", { - "_index": 9092, + "_index": 7938, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -183681,7 +183681,7 @@ [ "input_value", { - "_index": 3022, + "_index": 5324, "data": { "manuals/compute": {} }, @@ -183691,7 +183691,7 @@ [ "input_value.rgb", { - "_index": 3024, + "_index": 5326, "data": { "manuals/compute": {} }, @@ -183701,7 +183701,7 @@ [ "inputaction", { - "_index": 9585, + "_index": 9225, "data": { "ref/stable/dmGameObject": {} }, @@ -183711,7 +183711,7 @@ [ "inputresult", { - "_index": 9465, + "_index": 9101, "data": { "ref/stable/dmGameObject": {} }, @@ -183721,7 +183721,7 @@ [ "inputs", { - "_index": 1082, + "_index": 1301, "data": { "manuals/compute": {}, "manuals/editor-scripts-ui": {}, @@ -183738,7 +183738,7 @@ [ "inputtitle", { - "_index": 10729, + "_index": 8883, "data": { "ref/stable/editor": {} }, @@ -183748,7 +183748,7 @@ [ "ins", { - "_index": 5359, + "_index": 5840, "data": { "manuals/macos": {} }, @@ -183758,7 +183758,7 @@ [ "insensitive", { - "_index": 10449, + "_index": 9663, "data": { "ref/stable/dmStringFunc": {} }, @@ -183768,7 +183768,7 @@ [ "insert", { - "_index": 4066, + "_index": 4266, "data": { "manuals/profiling": {}, "manuals/test": {}, @@ -183781,7 +183781,7 @@ [ "inserted", { - "_index": 635, + "_index": 2508, "data": { "manuals/collection-factory": {} }, @@ -183791,7 +183791,7 @@ [ "inserting", { - "_index": 4987, + "_index": 2447, "data": { "manuals/zerobrane": {} }, @@ -183801,7 +183801,7 @@ [ "inserts", { - "_index": 6843, + "_index": 6941, "data": { "ref/stable/table": {} }, @@ -183811,7 +183811,7 @@ [ "inside", { - "_index": 644, + "_index": 411, "data": { "assets/defgraph": {}, "manuals/addressing": {}, @@ -183846,7 +183846,7 @@ [ "inspect", { - "_index": 2330, + "_index": 904, "data": { "manuals/debugging-game-logic": {}, "manuals/debugging-native-code-android": {}, @@ -183863,7 +183863,7 @@ [ "inspected", { - "_index": 2767, + "_index": 4139, "data": { "manuals/application-security": {}, "ref/stable/collectionproxy": {} @@ -183874,7 +183874,7 @@ [ "inspecting", { - "_index": 6015, + "_index": 2378, "data": { "manuals/hot-reload": {} }, @@ -183884,7 +183884,7 @@ [ "inspection", { - "_index": 9503, + "_index": 8656, "data": { "ref/stable/crash": {}, "ref/stable/dmGameObject": {} @@ -183895,7 +183895,7 @@ [ "inspector", { - "_index": 5736, + "_index": 3814, "data": { "manuals/sprite": {} }, @@ -183905,7 +183905,7 @@ [ "inspiration", { - "_index": 1242, + "_index": 1453, "data": { "manuals/editor-scripts-ui": {}, "manuals/shader": {} @@ -183916,7 +183916,7 @@ [ "inspired", { - "_index": 6480, + "_index": 6256, "data": { "assets/defkit": {}, "assets/richtext": {} @@ -183927,7 +183927,7 @@ [ "instal", { - "_index": 9501, + "_index": 9137, "data": { "ref/stable/dmGameObject": {} }, @@ -183937,7 +183937,7 @@ [ "install", { - "_index": 1360, + "_index": 1961, "data": { "assets/apkverifier": {}, "assets/defbuild": {}, @@ -183961,7 +183961,7 @@ [ "installation", { - "_index": 5608, + "_index": 2032, "data": { "manuals/ads": {}, "manuals/editor-preferences": {}, @@ -183973,7 +183973,7 @@ [ "installations:17.2.0", { - "_index": 4118, + "_index": 5550, "data": { "manuals/extensions-gradle": {} }, @@ -183983,7 +183983,7 @@ [ "installed", { - "_index": 1371, + "_index": 1993, "data": { "manuals/android": {}, "manuals/debugging-game-and-system-logs": {}, @@ -184002,7 +184002,7 @@ [ "installer", { - "_index": 4153, + "_index": 3175, "data": { "manuals/bob": {} }, @@ -184012,7 +184012,7 @@ [ "installing", { - "_index": 3445, + "_index": 2985, "data": { "assets/googleplayinstant": {}, "manuals/android": {}, @@ -184027,7 +184027,7 @@ [ "installs", { - "_index": 6263, + "_index": 6364, "data": { "assets/facebook": {} }, @@ -184037,7 +184037,7 @@ [ "instance", { - "_index": 491, + "_index": 914, "data": { "assets/luascriptinstance": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -184094,7 +184094,7 @@ [ "instance_position", { - "_index": 5901, + "_index": 5678, "data": { "manuals/physics-events": {} }, @@ -184104,7 +184104,7 @@ [ "instanced", { - "_index": 4052, + "_index": 4251, "data": { "manuals/profiling": {}, "ref/stable/dmGraphics": {} @@ -184115,7 +184115,7 @@ [ "instanceid", { - "_index": 4922, + "_index": 4797, "data": { "manuals/extender-docker-images": {} }, @@ -184125,7 +184125,7 @@ [ "instances", { - "_index": 717, + "_index": 227, "data": { "manuals/building-blocks": {}, "manuals/collection-factory": {}, @@ -184152,7 +184152,7 @@ [ "instant", { - "_index": 4723, + "_index": 2065, "data": { "assets/facebookinstantgames": {}, "assets/googleplayinstant": {}, @@ -184167,7 +184167,7 @@ [ "instantaneous", { - "_index": 5271, + "_index": 5477, "data": { "manuals/editor-scripts": {}, "ref/stable/sound": {} @@ -184178,7 +184178,7 @@ [ "instantiate", { - "_index": 797, + "_index": 5618, "data": { "manuals/label": {} }, @@ -184188,7 +184188,7 @@ [ "instantiated", { - "_index": 4049, + "_index": 4248, "data": { "manuals/gui-template": {}, "manuals/profiling": {} @@ -184199,7 +184199,7 @@ [ "instantiation", { - "_index": 3260, + "_index": 5071, "data": { "manuals/flash": {} }, @@ -184209,7 +184209,7 @@ [ "instantly", { - "_index": 6728, + "_index": 6554, "data": { "assets/tilesetter": {}, "ref/stable/factory": {}, @@ -184222,7 +184222,7 @@ [ "instead", { - "_index": 429, + "_index": 342, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/app-manifest": {}, @@ -184271,7 +184271,7 @@ [ "instruction", { - "_index": 6145, + "_index": 6207, "data": { "examples/physics/hinge_joint": {}, "examples/physics/pendulum": {} @@ -184282,7 +184282,7 @@ [ "instructions", { - "_index": 387, + "_index": 2272, "data": { "manuals/ads": {}, "manuals/application-security": {}, @@ -184295,7 +184295,7 @@ [ "instructs", { - "_index": 2004, + "_index": 5972, "data": { "manuals/input": {} }, @@ -184305,7 +184305,7 @@ [ "instruments", { - "_index": 4074, + "_index": 4272, "data": { "manuals/profiling": {} }, @@ -184315,7 +184315,7 @@ [ "int", { - "_index": 4821, + "_index": 4621, "data": { "manuals/debugging-native-code": {}, "manuals/extensions": {}, @@ -184338,7 +184338,7 @@ [ "int/out", { - "_index": 10505, + "_index": 9027, "data": { "ref/stable/dmDDF": {} }, @@ -184348,7 +184348,7 @@ [ "int32_atomic_t", { - "_index": 6859, + "_index": 9001, "data": { "ref/stable/dmAtomic": {} }, @@ -184358,7 +184358,7 @@ [ "int32_t", { - "_index": 6860, + "_index": 8008, "data": { "ref/stable/dmAndroid": {}, "ref/stable/dmAtomic": {}, @@ -184373,7 +184373,7 @@ [ "int64_t", { - "_index": 10342, + "_index": 8759, "data": { "ref/stable/dmProfile": {} }, @@ -184383,7 +184383,7 @@ [ "intact", { - "_index": 4457, + "_index": 406, "data": { "manuals/gui": {} }, @@ -184393,7 +184393,7 @@ [ "integer", { - "_index": 2137, + "_index": 3713, "data": { "manuals/input-mouse-and-touch": {}, "manuals/project-settings": {}, @@ -184419,7 +184419,7 @@ [ "integer_field", { - "_index": 3918, + "_index": 1397, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -184430,7 +184430,7 @@ [ "integeres", { - "_index": 3921, + "_index": 1400, "data": { "manuals/editor-scripts-ui": {} }, @@ -184440,7 +184440,7 @@ [ "integerhow", { - "_index": 10689, + "_index": 8843, "data": { "ref/stable/editor": {} }, @@ -184450,7 +184450,7 @@ [ "integers", { - "_index": 8234, + "_index": 7095, "data": { "ref/stable/base": {}, "ref/stable/editor": {}, @@ -184464,7 +184464,7 @@ [ "integral", { - "_index": 9759, + "_index": 7271, "data": { "ref/stable/math": {} }, @@ -184474,7 +184474,7 @@ [ "integrate", { - "_index": 1255, + "_index": 2264, "data": { "assets/ump": {}, "manuals/ads": {}, @@ -184488,7 +184488,7 @@ [ "integrated", { - "_index": 5814, + "_index": 5560, "data": { "manuals/editor": {} }, @@ -184498,7 +184498,7 @@ [ "integrates", { - "_index": 6642, + "_index": 6627, "data": { "assets/pp": {} }, @@ -184508,7 +184508,7 @@ [ "integration", { - "_index": 392, + "_index": 2273, "data": { "assets/lua-language-server": {}, "manuals/ads": {}, @@ -184520,7 +184520,7 @@ [ "integrations", { - "_index": 2849, + "_index": 3799, "data": { "manuals/application-security": {}, "manuals/nintendo-switch": {}, @@ -184532,7 +184532,7 @@ [ "integrity", { - "_index": 2822, + "_index": 4181, "data": { "manuals/application-security": {}, "ref/stable/liveupdate": {} @@ -184543,7 +184543,7 @@ [ "intel", { - "_index": 8463, + "_index": 9595, "data": { "ref/stable/sys": {} }, @@ -184553,7 +184553,7 @@ [ "intellij", { - "_index": 6360, + "_index": 6545, "data": { "assets/defold-api-emmylua": {} }, @@ -184563,7 +184563,7 @@ [ "intend", { - "_index": 2293, + "_index": 835, "data": { "manuals/editor-scripts-ui": {}, "manuals/html5": {}, @@ -184576,7 +184576,7 @@ [ "intended", { - "_index": 3871, + "_index": 1328, "data": { "manuals/editor-scripts": {}, "manuals/editor-scripts-ui": {}, @@ -184591,7 +184591,7 @@ [ "intensive", { - "_index": 3733, + "_index": 1865, "data": { "manuals/render": {}, "manuals/writing-code": {} @@ -184602,7 +184602,7 @@ [ "intention", { - "_index": 7329, + "_index": 7853, "data": { "ref/stable/gui": {}, "ref/stable/resource": {} @@ -184613,7 +184613,7 @@ [ "inter", { - "_index": 6730, + "_index": 6705, "data": { "assets/iac": {} }, @@ -184623,7 +184623,7 @@ [ "interact", { - "_index": 2175, + "_index": 1008, "data": { "assets/defcon": {}, "assets/defpro": {}, @@ -184640,7 +184640,7 @@ [ "interacted", { - "_index": 5284, + "_index": 5488, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -184651,7 +184651,7 @@ [ "interacting", { - "_index": 2085, + "_index": 1072, "data": { "examples/physics/trigger": {}, "manuals/editor": {}, @@ -184664,7 +184664,7 @@ [ "interaction", { - "_index": 1777, + "_index": 1378, "data": { "manuals/collection-proxy": {}, "manuals/debugging-game-logic": {}, @@ -184688,7 +184688,7 @@ [ "interactions", { - "_index": 3908, + "_index": 1386, "data": { "assets/defoldgridengine": {}, "manuals/collection-proxy": {}, @@ -184704,7 +184704,7 @@ [ "interactive", { - "_index": 3846, + "_index": 1262, "data": { "assets/defarc": {}, "assets/defork": {}, @@ -184720,7 +184720,7 @@ [ "interacts", { - "_index": 5289, + "_index": 4564, "data": { "manuals/editor-scripts": {}, "manuals/glossary": {}, @@ -184734,7 +184734,7 @@ [ "interested", { - "_index": 5193, + "_index": 5401, "data": { "manuals/editor-scripts": {} }, @@ -184744,7 +184744,7 @@ [ "interesting", { - "_index": 3011, + "_index": 5314, "data": { "manuals/compute": {} }, @@ -184754,7 +184754,7 @@ [ "interface", { - "_index": 3530, + "_index": 1590, "data": { "assets/adswrapper": {}, "assets/dear-imgui": {}, @@ -184779,7 +184779,7 @@ [ "interface#gui", { - "_index": 3534, + "_index": 1595, "data": { "manuals/message-passing": {} }, @@ -184789,7 +184789,7 @@ [ "interfaces", { - "_index": 5855, + "_index": 4561, "data": { "manuals/glossary": {}, "ref/stable/socket": {}, @@ -184801,7 +184801,7 @@ [ "interfere", { - "_index": 6419, + "_index": 6325, "data": { "assets/safearea": {} }, @@ -184811,7 +184811,7 @@ [ "interleaved", { - "_index": 10541, + "_index": 10584, "data": { "ref/stable/dmBuffer": {} }, @@ -184821,7 +184821,7 @@ [ "intermediate", { - "_index": 8629, + "_index": 10155, "data": { "ref/stable/dmHash": {} }, @@ -184831,7 +184831,7 @@ [ "internal", { - "_index": 2079, + "_index": 1062, "data": { "assets/derez": {}, "manuals/addressing": {}, @@ -184862,7 +184862,7 @@ [ "internal/%platform%/build.zip", { - "_index": 4976, + "_index": 4781, "data": { "manuals/extensions": {} }, @@ -184872,7 +184872,7 @@ [ "internal/cache/arm64", { - "_index": 6076, + "_index": 4898, "data": { "manuals/debugging-native-code-ios": {} }, @@ -184882,7 +184882,7 @@ [ "internally", { - "_index": 489, + "_index": 1813, "data": { "manuals/font": {}, "manuals/model-animation": {}, @@ -184899,7 +184899,7 @@ [ "internals", { - "_index": 5118, + "_index": 5218, "data": { "manuals/lua": {} }, @@ -184909,7 +184909,7 @@ [ "internet", { - "_index": 2226, + "_index": 719, "data": { "manuals/android": {}, "manuals/html5": {}, @@ -184921,7 +184921,7 @@ [ "interpolate", { - "_index": 1034, + "_index": 2699, "data": { "manuals/shader": {}, "ref/stable/dmVMath": {}, @@ -184933,7 +184933,7 @@ [ "interpolated", { - "_index": 468, + "_index": 2691, "data": { "manuals/importing-models": {}, "manuals/model-animation": {}, @@ -184947,7 +184947,7 @@ [ "interpolates", { - "_index": 2901, + "_index": 3780, "data": { "examples/render/orbit_camera": {}, "manuals/material": {}, @@ -184961,7 +184961,7 @@ [ "interpolation", { - "_index": 472, + "_index": 4505, "data": { "manuals/flash": {}, "manuals/importing-models": {}, @@ -184977,7 +184977,7 @@ [ "interpolations", { - "_index": 8318, + "_index": 7015, "data": { "ref/stable/vmath": {} }, @@ -184987,7 +184987,7 @@ [ "interpret", { - "_index": 5857, + "_index": 4565, "data": { "manuals/glossary": {}, "ref/stable/base": {} @@ -184998,7 +184998,7 @@ [ "interpreted", { - "_index": 10420, + "_index": 10639, "data": { "ref/stable/base": {} }, @@ -185008,7 +185008,7 @@ [ "interpreter", { - "_index": 8110, + "_index": 7108, "data": { "ref/stable/base": {}, "ref/stable/socket": {}, @@ -185020,7 +185020,7 @@ [ "interrogation", { - "_index": 7268, + "_index": 9317, "data": { "ref/stable/package": {} }, @@ -185030,7 +185030,7 @@ [ "intersect", { - "_index": 5934, + "_index": 1005, "data": { "manuals/physics-ray-casts": {}, "ref/stable/dmIntersection": {}, @@ -185042,7 +185042,7 @@ [ "intersection", { - "_index": 8649, + "_index": 9378, "data": { "ref/stable/dmIntersection": {} }, @@ -185052,7 +185052,7 @@ [ "intersections", { - "_index": 6188, + "_index": 6134, "data": { "examples/debug/physics": {}, "ref/stable/physics": {} @@ -185063,7 +185063,7 @@ [ "interstitial", { - "_index": 6585, + "_index": 6361, "data": { "assets/defvungle": {} }, @@ -185073,7 +185073,7 @@ [ "interval", { - "_index": 1731, + "_index": 3559, "data": { "manuals/porting-guidelines": {}, "manuals/sound": {}, @@ -185087,7 +185087,7 @@ [ "intervalls", { - "_index": 10839, + "_index": 10197, "data": { "ref/stable/profiler": {} }, @@ -185097,7 +185097,7 @@ [ "intervals", { - "_index": 5533, + "_index": 3859, "data": { "manuals/physics": {}, "ref/stable/go": {} @@ -185108,7 +185108,7 @@ [ "intial", { - "_index": 6206, + "_index": 6163, "data": { "examples/particles/fire_and_smoke": {} }, @@ -185118,7 +185118,7 @@ [ "into", { - "_index": 297, + "_index": 555, "data": { "assets/asefold": {}, "assets/drawpixels": {}, @@ -185217,7 +185217,7 @@ [ "intriguing", { - "_index": 6424, + "_index": 6386, "data": { "assets/defork": {} }, @@ -185227,7 +185227,7 @@ [ "introduce", { - "_index": 3673, + "_index": 1768, "data": { "manuals/importing-assets": {}, "manuals/render": {}, @@ -185239,7 +185239,7 @@ [ "introduced", { - "_index": 1771, + "_index": 4884, "data": { "manuals/porting-guidelines": {} }, @@ -185249,7 +185249,7 @@ [ "introduction", { - "_index": 3580, + "_index": 5599, "data": { "assets/tactxstudios": {}, "manuals/introduction": {} @@ -185260,7 +185260,7 @@ [ "introductory", { - "_index": 6498, + "_index": 6631, "data": { "assets/tactxstudios": {} }, @@ -185270,7 +185270,7 @@ [ "inv", { - "_index": 6046, + "_index": 3459, "data": { "manuals/camera": {}, "ref/stable/dmTransform": {}, @@ -185282,7 +185282,7 @@ [ "inv.m00", { - "_index": 6048, + "_index": 3461, "data": { "manuals/camera": {} }, @@ -185292,7 +185292,7 @@ [ "inv.m01", { - "_index": 6049, + "_index": 3462, "data": { "manuals/camera": {} }, @@ -185302,7 +185302,7 @@ [ "inv.m02", { - "_index": 6050, + "_index": 3463, "data": { "manuals/camera": {} }, @@ -185312,7 +185312,7 @@ [ "inv.m03", { - "_index": 6051, + "_index": 3464, "data": { "manuals/camera": {} }, @@ -185322,7 +185322,7 @@ [ "inv.m10", { - "_index": 6052, + "_index": 3465, "data": { "manuals/camera": {} }, @@ -185332,7 +185332,7 @@ [ "inv.m11", { - "_index": 6053, + "_index": 3466, "data": { "manuals/camera": {} }, @@ -185342,7 +185342,7 @@ [ "inv.m12", { - "_index": 6054, + "_index": 3467, "data": { "manuals/camera": {} }, @@ -185352,7 +185352,7 @@ [ "inv.m13", { - "_index": 6055, + "_index": 3468, "data": { "manuals/camera": {} }, @@ -185362,7 +185362,7 @@ [ "inv.m20", { - "_index": 6056, + "_index": 3469, "data": { "manuals/camera": {} }, @@ -185372,7 +185372,7 @@ [ "inv.m21", { - "_index": 6057, + "_index": 3470, "data": { "manuals/camera": {} }, @@ -185382,7 +185382,7 @@ [ "inv.m22", { - "_index": 6058, + "_index": 3471, "data": { "manuals/camera": {} }, @@ -185392,7 +185392,7 @@ [ "inv.m23", { - "_index": 6059, + "_index": 3472, "data": { "manuals/camera": {} }, @@ -185402,7 +185402,7 @@ [ "invalid", { - "_index": 4276, + "_index": 3938, "data": { "manuals/debugging-native-code-android": {}, "manuals/live-update-scripting": {}, @@ -185421,7 +185421,7 @@ [ "invalid_gamepad_handle", { - "_index": 7165, + "_index": 9427, "data": { "ref/stable/dmHid": {} }, @@ -185431,7 +185431,7 @@ [ "invalid_handle", { - "_index": 9991, + "_index": 8111, "data": { "ref/stable/dmGui": {} }, @@ -185441,7 +185441,7 @@ [ "invalid_instance_pool_index", { - "_index": 9586, + "_index": 9226, "data": { "ref/stable/dmGameObject": {} }, @@ -185451,7 +185451,7 @@ [ "invalid_keyboard_handle", { - "_index": 7167, + "_index": 9429, "data": { "ref/stable/dmHid": {} }, @@ -185461,7 +185461,7 @@ [ "invalid_mouse_handle", { - "_index": 7169, + "_index": 9431, "data": { "ref/stable/dmHid": {} }, @@ -185471,7 +185471,7 @@ [ "invalid_socket_handle", { - "_index": 7717, + "_index": 8734, "data": { "ref/stable/dmSSLSocket": {}, "ref/stable/dmSocket": {} @@ -185482,7 +185482,7 @@ [ "invalid_stream_offset", { - "_index": 10242, + "_index": 6845, "data": { "ref/stable/dmGraphics": {} }, @@ -185492,7 +185492,7 @@ [ "invalid_timer_handle", { - "_index": 9982, + "_index": 7365, "data": { "ref/stable/timer": {} }, @@ -185502,7 +185502,7 @@ [ "invalid_touchdevice_handle", { - "_index": 7171, + "_index": 9433, "data": { "ref/stable/dmHid": {} }, @@ -185512,7 +185512,7 @@ [ "inverse", { - "_index": 5600, + "_index": 3912, "data": { "manuals/font": {}, "ref/stable/dmVMath": {}, @@ -185524,7 +185524,7 @@ [ "inversely", { - "_index": 4447, + "_index": 356, "data": { "manuals/gui": {}, "ref/stable/sound": {} @@ -185535,7 +185535,7 @@ [ "invert", { - "_index": 4463, + "_index": 430, "data": { "manuals/gui": {}, "ref/stable/dmTransform": {}, @@ -185547,7 +185547,7 @@ [ "inverted", { - "_index": 4427, + "_index": 223, "data": { "assets/defold-3D-outline-shader": {}, "manuals/gui": {}, @@ -185560,7 +185560,7 @@ [ "inverts", { - "_index": 7974, + "_index": 8592, "data": { "ref/stable/render": {} }, @@ -185570,7 +185570,7 @@ [ "investigate", { - "_index": 4084, + "_index": 4282, "data": { "manuals/profiling": {} }, @@ -185580,7 +185580,7 @@ [ "invincible", { - "_index": 7068, + "_index": 7480, "data": { "ref/stable/physics": {} }, @@ -185590,7 +185590,7 @@ [ "invisible", { - "_index": 6154, + "_index": 6213, "data": { "examples/physics/trigger": {}, "ref/stable/gui": {} @@ -185601,7 +185601,7 @@ [ "invite", { - "_index": 6454, + "_index": 6529, "data": { "assets/facebookinstantgames": {} }, @@ -185611,7 +185611,7 @@ [ "invocation", { - "_index": 2961, + "_index": 1503, "data": { "assets/iac": {}, "manuals/compute": {}, @@ -185625,7 +185625,7 @@ [ "invocations", { - "_index": 2959, + "_index": 5279, "data": { "manuals/compute": {}, "ref/stable/render": {} @@ -185636,7 +185636,7 @@ [ "invoke", { - "_index": 4224, + "_index": 3267, "data": { "manuals/bob": {}, "manuals/debugging-native-code-android": {} @@ -185647,7 +185647,7 @@ [ "invoked", { - "_index": 3034, + "_index": 1409, "data": { "manuals/compute": {}, "manuals/editor-scripts-ui": {}, @@ -185661,7 +185661,7 @@ [ "invoker", { - "_index": 10049, + "_index": 6962, "data": { "ref/stable/model": {}, "ref/stable/sound": {}, @@ -185673,7 +185673,7 @@ [ "invokes", { - "_index": 5202, + "_index": 5410, "data": { "manuals/editor-scripts": {} }, @@ -185683,7 +185683,7 @@ [ "invoking", { - "_index": 4001, + "_index": 1551, "data": { "manuals/bob": {}, "manuals/editor-scripts-ui": {}, @@ -185697,7 +185697,7 @@ [ "involved", { - "_index": 3377, + "_index": 5153, "data": { "manuals/flash": {}, "manuals/macos": {}, @@ -185709,7 +185709,7 @@ [ "involves", { - "_index": 4596, + "_index": 5872, "data": { "manuals/debugging-game-logic": {} }, @@ -185719,7 +185719,7 @@ [ "io", { - "_index": 5078, + "_index": 3677, "data": { "manuals/editor-scripts": {}, "manuals/file-access": {}, @@ -185732,7 +185732,7 @@ [ "io.close", { - "_index": 8585, + "_index": 9395, "data": { "ref/stable/io": {} }, @@ -185742,7 +185742,7 @@ [ "io.flush", { - "_index": 8586, + "_index": 9396, "data": { "ref/stable/io": {} }, @@ -185752,7 +185752,7 @@ [ "io.input", { - "_index": 8587, + "_index": 9397, "data": { "ref/stable/io": {} }, @@ -185762,7 +185762,7 @@ [ "io.lines", { - "_index": 8576, + "_index": 9387, "data": { "ref/stable/io": {} }, @@ -185772,7 +185772,7 @@ [ "io.open", { - "_index": 5163, + "_index": 5370, "data": { "manuals/editor-scripts": {}, "ref/stable/io": {} @@ -185783,7 +185783,7 @@ [ "io.output", { - "_index": 8591, + "_index": 9403, "data": { "ref/stable/io": {} }, @@ -185793,7 +185793,7 @@ [ "io.popen", { - "_index": 8592, + "_index": 9404, "data": { "ref/stable/io": {} }, @@ -185803,7 +185803,7 @@ [ "io.read", { - "_index": 8595, + "_index": 9407, "data": { "ref/stable/io": {} }, @@ -185813,7 +185813,7 @@ [ "io.tmpfile", { - "_index": 5139, + "_index": 5347, "data": { "manuals/editor-scripts": {}, "ref/stable/io": {}, @@ -185825,7 +185825,7 @@ [ "io.type", { - "_index": 8597, + "_index": 9409, "data": { "ref/stable/io": {} }, @@ -185835,7 +185835,7 @@ [ "io.write", { - "_index": 8599, + "_index": 9411, "data": { "ref/stable/io": {} }, @@ -185845,7 +185845,7 @@ [ "ios", { - "_index": 1293, + "_index": 1920, "data": { "assets/adinfo": {}, "assets/applovin-max": {}, @@ -185890,7 +185890,7 @@ [ "ios/build.zip", { - "_index": 6077, + "_index": 4899, "data": { "manuals/debugging-native-code-ios": {} }, @@ -185900,7 +185900,7 @@ [ "ip", { - "_index": 5972, + "_index": 3593, "data": { "manuals/socket-connections": {}, "ref/stable/socket": {}, @@ -185912,7 +185912,7 @@ [ "ip>:8002", { - "_index": 8525, + "_index": 9655, "data": { "ref/stable/sys": {} }, @@ -185922,7 +185922,7 @@ [ "ipa", { - "_index": 3486, + "_index": 3030, "data": { "manuals/bundling": {}, "manuals/debugging-game-and-system-logs": {}, @@ -185935,7 +185935,7 @@ [ "ipad", { - "_index": 5644, + "_index": 2145, "data": { "manuals/optimization-size": {} }, @@ -185945,7 +185945,7 @@ [ "ipairs", { - "_index": 2146, + "_index": 3527, "data": { "manuals/application-security": {}, "manuals/factory": {}, @@ -185964,7 +185964,7 @@ [ "iphone", { - "_index": 3446, + "_index": 2031, "data": { "manuals/debugging-native-code-ios": {}, "manuals/editor-preferences": {}, @@ -185978,7 +185978,7 @@ [ "iphone/android", { - "_index": 5690, + "_index": 3523, "data": { "manuals/sound": {} }, @@ -185988,7 +185988,7 @@ [ "iphone5c", { - "_index": 3462, + "_index": 3003, "data": { "manuals/ios": {} }, @@ -185998,7 +185998,7 @@ [ "iphoneos", { - "_index": 8008, + "_index": 9799, "data": { "ref/stable/dmExtension": {} }, @@ -186008,7 +186008,7 @@ [ "iphoneos/icons.app/assets.car", { - "_index": 3484, + "_index": 3028, "data": { "manuals/ios": {} }, @@ -186018,7 +186018,7 @@ [ "iphonesimulator/your", { - "_index": 3470, + "_index": 3012, "data": { "manuals/ios": {} }, @@ -186028,7 +186028,7 @@ [ "ipv4", { - "_index": 245, + "_index": 5248, "data": { "manuals/networking": {}, "ref/stable/dmSocket": {}, @@ -186040,7 +186040,7 @@ [ "ipv6", { - "_index": 246, + "_index": 5249, "data": { "manuals/networking": {}, "ref/stable/dmSocket": {}, @@ -186052,7 +186052,7 @@ [ "ironsource", { - "_index": 5754, + "_index": 2269, "data": { "assets/ironsource": {}, "assets/ironsource-official": {}, @@ -186064,7 +186064,7 @@ [ "irregular", { - "_index": 5534, + "_index": 3860, "data": { "manuals/physics": {} }, @@ -186074,7 +186074,7 @@ [ "is", { - "_index": 33, + "_index": 20, "data": { "assets/adinfo": {}, "assets/adswrapper": {}, @@ -186348,7 +186348,7 @@ [ "is_active", { - "_index": 8906, + "_index": 10086, "data": { "ref/stable/b2d.body": {} }, @@ -186358,7 +186358,7 @@ [ "is_awake", { - "_index": 8908, + "_index": 10088, "data": { "ref/stable/b2d.body": {} }, @@ -186368,7 +186368,7 @@ [ "is_bullet", { - "_index": 8911, + "_index": 10091, "data": { "ref/stable/b2d.body": {} }, @@ -186378,7 +186378,7 @@ [ "is_debug", { - "_index": 4734, + "_index": 4715, "data": { "manuals/bundling": {}, "ref/stable/sys": {} @@ -186389,7 +186389,7 @@ [ "is_directory", { - "_index": 10652, + "_index": 8806, "data": { "ref/stable/editor": {} }, @@ -186399,7 +186399,7 @@ [ "is_enabled", { - "_index": 9262, + "_index": 7775, "data": { "ref/stable/gui": {} }, @@ -186409,7 +186409,7 @@ [ "is_file", { - "_index": 10651, + "_index": 8805, "data": { "ref/stable/editor": {} }, @@ -186419,7 +186419,7 @@ [ "is_fixed_rotation", { - "_index": 8913, + "_index": 10093, "data": { "ref/stable/b2d.body": {} }, @@ -186429,7 +186429,7 @@ [ "is_hash", { - "_index": 10621, + "_index": 10663, "data": { "ref/stable/types": {} }, @@ -186439,7 +186439,7 @@ [ "is_invincible", { - "_index": 7066, + "_index": 7478, "data": { "ref/stable/physics": {} }, @@ -186449,7 +186449,7 @@ [ "is_matrix4", { - "_index": 10623, + "_index": 10665, "data": { "ref/stable/types": {} }, @@ -186459,7 +186459,7 @@ [ "is_music_playing", { - "_index": 10042, + "_index": 10697, "data": { "ref/stable/sound": {} }, @@ -186469,7 +186469,7 @@ [ "is_phone_call_active", { - "_index": 10045, + "_index": 10700, "data": { "ref/stable/sound": {} }, @@ -186479,7 +186479,7 @@ [ "is_quat", { - "_index": 10625, + "_index": 10667, "data": { "ref/stable/types": {} }, @@ -186489,7 +186489,7 @@ [ "is_sleeping_allowed", { - "_index": 8915, + "_index": 10095, "data": { "ref/stable/b2d.body": {} }, @@ -186499,7 +186499,7 @@ [ "is_url", { - "_index": 10627, + "_index": 10669, "data": { "ref/stable/types": {} }, @@ -186509,7 +186509,7 @@ [ "is_using_liveupdate_data", { - "_index": 6784, + "_index": 9710, "data": { "ref/stable/liveupdate": {} }, @@ -186519,7 +186519,7 @@ [ "is_vector", { - "_index": 10629, + "_index": 10671, "data": { "ref/stable/types": {} }, @@ -186529,7 +186529,7 @@ [ "is_vector3", { - "_index": 10631, + "_index": 10673, "data": { "ref/stable/types": {} }, @@ -186539,7 +186539,7 @@ [ "is_vector4", { - "_index": 10633, + "_index": 10675, "data": { "ref/stable/types": {} }, @@ -186549,7 +186549,7 @@ [ "isattached", { - "_index": 7636, + "_index": 7997, "data": { "ref/stable/dmAndroid": {} }, @@ -186559,7 +186559,7 @@ [ "isbone", { - "_index": 9589, + "_index": 9229, "data": { "ref/stable/dmGameObject": {} }, @@ -186569,7 +186569,7 @@ [ "isbuffer", { - "_index": 8754, + "_index": 10755, "data": { "ref/stable/dmScript": {} }, @@ -186579,7 +186579,7 @@ [ "isbuffervalid", { - "_index": 10561, + "_index": 10604, "data": { "ref/stable/dmBuffer": {} }, @@ -186589,7 +186589,7 @@ [ "iscallbackvalid", { - "_index": 8756, + "_index": 10757, "data": { "ref/stable/dmScript": {} }, @@ -186599,7 +186599,7 @@ [ "isdst", { - "_index": 8540, + "_index": 9938, "data": { "ref/stable/os": {} }, @@ -186609,7 +186609,7 @@ [ "isextensionsupported", { - "_index": 10262, + "_index": 6866, "data": { "ref/stable/dmGraphics": {} }, @@ -186619,7 +186619,7 @@ [ "ishash", { - "_index": 8758, + "_index": 10759, "data": { "ref/stable/dmScript": {} }, @@ -186629,7 +186629,7 @@ [ "isindexbufferformatsupported", { - "_index": 10263, + "_index": 6867, "data": { "ref/stable/dmGraphics": {} }, @@ -186639,7 +186639,7 @@ [ "isinstancevalid", { - "_index": 8760, + "_index": 10761, "data": { "ref/stable/dmScript": {} }, @@ -186649,7 +186649,7 @@ [ "ismatrix4", { - "_index": 8764, + "_index": 10764, "data": { "ref/stable/dmScript": {} }, @@ -186659,7 +186659,7 @@ [ "isn't", { - "_index": 187, + "_index": 718, "data": { "manuals/compute": {}, "manuals/html5": {}, @@ -186677,7 +186677,7 @@ [ "isn\u2019t", { - "_index": 1639, + "_index": 4831, "data": { "manuals/porting-guidelines": {} }, @@ -186687,7 +186687,7 @@ [ "iso", { - "_index": 8446, + "_index": 9579, "data": { "ref/stable/sys": {} }, @@ -186697,7 +186697,7 @@ [ "isquat", { - "_index": 8766, + "_index": 10766, "data": { "ref/stable/dmScript": {} }, @@ -186707,7 +186707,7 @@ [ "issocketvalid", { - "_index": 10485, + "_index": 7318, "data": { "ref/stable/dmMessage": {} }, @@ -186717,7 +186717,7 @@ [ "issue", { - "_index": 1907, + "_index": 1416, "data": { "manuals/editor-scripts-ui": {}, "manuals/getting-help": {}, @@ -186735,7 +186735,7 @@ [ "issue_severity", { - "_index": 10778, + "_index": 8933, "data": { "ref/stable/editor": {} }, @@ -186745,7 +186745,7 @@ [ "issued", { - "_index": 7049, + "_index": 7461, "data": { "ref/stable/physics": {}, "ref/stable/socket": {} @@ -186756,7 +186756,7 @@ [ "issues", { - "_index": 1175, + "_index": 705, "data": { "manuals/collection-proxy": {}, "manuals/debugging": {}, @@ -186776,7 +186776,7 @@ [ "issues/issues/1124", { - "_index": 4744, + "_index": 4696, "data": { "manuals/gui-template": {} }, @@ -186786,7 +186786,7 @@ [ "issues/not", { - "_index": 4833, + "_index": 4815, "data": { "manuals/importing-models": {} }, @@ -186796,7 +186796,7 @@ [ "issuing", { - "_index": 8478, + "_index": 9610, "data": { "ref/stable/sys": {} }, @@ -186806,7 +186806,7 @@ [ "istextureformatsupported", { - "_index": 10266, + "_index": 6870, "data": { "ref/stable/dmGraphics": {} }, @@ -186816,7 +186816,7 @@ [ "isvector3", { - "_index": 8768, + "_index": 10768, "data": { "ref/stable/dmScript": {} }, @@ -186826,7 +186826,7 @@ [ "isvector4", { - "_index": 8770, + "_index": 10770, "data": { "ref/stable/dmScript": {} }, @@ -186836,7 +186836,7 @@ [ "it", { - "_index": 32, + "_index": 107, "data": { "assets/adswrapper": {}, "assets/compat53": {}, @@ -187033,7 +187033,7 @@ [ "it's", { - "_index": 1586, + "_index": 55, "data": { "assets/scene3d": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -187075,7 +187075,7 @@ [ "it.by", { - "_index": 10644, + "_index": 8796, "data": { "ref/stable/editor": {} }, @@ -187085,7 +187085,7 @@ [ "italian", { - "_index": 1633, + "_index": 4827, "data": { "manuals/porting-guidelines": {} }, @@ -187095,7 +187095,7 @@ [ "italic", { - "_index": 3131, + "_index": 2416, "data": { "manuals/editor-styling": {} }, @@ -187105,7 +187105,7 @@ [ "itch.io", { - "_index": 5340, + "_index": 5822, "data": { "manuals/macos": {} }, @@ -187115,7 +187115,7 @@ [ "item", { - "_index": 2049, + "_index": 2834, "data": { "manuals/atlas": {}, "manuals/editor": {}, @@ -187130,7 +187130,7 @@ [ "items", { - "_index": 2967, + "_index": 4595, "data": { "assets/editor-script-align": {}, "assets/editor-script-components": {}, @@ -187151,7 +187151,7 @@ [ "iterate", { - "_index": 2920, + "_index": 1875, "data": { "manuals/lua": {}, "manuals/material": {}, @@ -187168,7 +187168,7 @@ [ "iteratenamedconstants", { - "_index": 7486, + "_index": 10864, "data": { "ref/stable/dmRender": {} }, @@ -187178,7 +187178,7 @@ [ "iterates", { - "_index": 7487, + "_index": 9399, "data": { "ref/stable/dmRender": {}, "ref/stable/io": {} @@ -187189,7 +187189,7 @@ [ "iterating", { - "_index": 9456, + "_index": 9092, "data": { "ref/stable/dmGameObject": {} }, @@ -187199,7 +187199,7 @@ [ "iteration", { - "_index": 4332, + "_index": 5960, "data": { "manuals/design": {}, "ref/stable/string": {} @@ -187210,7 +187210,7 @@ [ "iterative", { - "_index": 1884, + "_index": 2292, "data": { "manuals/design": {}, "manuals/dev-app": {}, @@ -187222,7 +187222,7 @@ [ "iterator", { - "_index": 7250, + "_index": 7123, "data": { "ref/stable/base": {}, "ref/stable/coroutine": {}, @@ -187237,7 +187237,7 @@ [ "itms", { - "_index": 3480, + "_index": 3024, "data": { "manuals/ios": {} }, @@ -187247,7 +187247,7 @@ [ "its", { - "_index": 173, + "_index": 244, "data": { "examples/gui/layouts": {}, "examples/gui/slice9": {}, @@ -187314,7 +187314,7 @@ [ "itself", { - "_index": 1549, + "_index": 1495, "data": { "manuals/android": {}, "manuals/application-security": {}, @@ -187344,7 +187344,7 @@ [ "itunes", { - "_index": 3411, + "_index": 2944, "data": { "manuals/debugging-native-code": {}, "manuals/debugging-native-code-ios": {}, @@ -187358,7 +187358,7 @@ [ "it\u2019s", { - "_index": 2715, + "_index": 5742, "data": { "assets/facebookinstantgames": {}, "manuals/modules": {} @@ -187369,7 +187369,7 @@ [ "ivec2", { - "_index": 3013, + "_index": 5315, "data": { "manuals/compute": {} }, @@ -187379,7 +187379,7 @@ [ "ivf", { - "_index": 8393, + "_index": 9526, "data": { "ref/stable/sys": {} }, @@ -187389,7 +187389,7 @@ [ "j", { - "_index": 2750, + "_index": 4126, "data": { "manuals/application-security": {}, "ref/stable/base": {}, @@ -187403,7 +187403,7 @@ [ "j\u0001end", { - "_index": 2749, + "_index": 4125, "data": { "manuals/application-security": {} }, @@ -187413,7 +187413,7 @@ [ "jam", { - "_index": 6659, + "_index": 6598, "data": { "assets/lowrezjamtemplate": {} }, @@ -187423,7 +187423,7 @@ [ "jan", { - "_index": 10071, + "_index": 9767, "data": { "ref/stable/dmTime": {} }, @@ -187433,7 +187433,7 @@ [ "january", { - "_index": 8219, + "_index": 10527, "data": { "ref/stable/socket": {} }, @@ -187443,7 +187443,7 @@ [ "japanese", { - "_index": 3778, + "_index": 1921, "data": { "manuals/input-key-and-text": {} }, @@ -187453,7 +187453,7 @@ [ "jar", { - "_index": 770, + "_index": 3180, "data": { "manuals/bob": {}, "manuals/caching-assets": {}, @@ -187465,7 +187465,7 @@ [ "jars", { - "_index": 1439, + "_index": 4063, "data": { "manuals/extender-local-setup": {} }, @@ -187475,7 +187475,7 @@ [ "jars__", { - "_index": 1420, + "_index": 4046, "data": { "manuals/extender-local-setup": {} }, @@ -187485,7 +187485,7 @@ [ "java", { - "_index": 769, + "_index": 3178, "data": { "manuals/bob": {}, "manuals/caching-assets": {}, @@ -187500,7 +187500,7 @@ [ "java.exe", { - "_index": 4154, + "_index": 3179, "data": { "manuals/bob": {} }, @@ -187510,7 +187510,7 @@ [ "javascript", { - "_index": 2296, + "_index": 839, "data": { "assets/webmonetization": {}, "manuals/file-access": {}, @@ -187525,7 +187525,7 @@ [ "javascriptcore", { - "_index": 1309, + "_index": 4669, "data": { "manuals/extensions-ext-manifests": {} }, @@ -187535,7 +187535,7 @@ [ "javavm", { - "_index": 10198, + "_index": 6797, "data": { "ref/stable/dmGraphics": {} }, @@ -187545,7 +187545,7 @@ [ "jclass", { - "_index": 7638, + "_index": 7999, "data": { "ref/stable/dmAndroid": {} }, @@ -187555,7 +187555,7 @@ [ "jelly", { - "_index": 2935, + "_index": 5266, "data": { "manuals/compute": {} }, @@ -187565,7 +187565,7 @@ [ "jit", { - "_index": 5347, + "_index": 5829, "data": { "manuals/macos": {} }, @@ -187575,7 +187575,7 @@ [ "jitter", { - "_index": 1888, + "_index": 2295, "data": { "manuals/physics-objects": {} }, @@ -187585,7 +187585,7 @@ [ "jni", { - "_index": 7630, + "_index": 7992, "data": { "ref/stable/dmAndroid": {} }, @@ -187595,7 +187595,7 @@ [ "jnienv", { - "_index": 7635, + "_index": 7996, "data": { "ref/stable/dmAndroid": {} }, @@ -187605,7 +187605,7 @@ [ "job", { - "_index": 910, + "_index": 2626, "data": { "manuals/debugging-native-code-android": {}, "manuals/debugging-native-code-ios": {}, @@ -187618,7 +187618,7 @@ [ "job1298751322870374150", { - "_index": 4285, + "_index": 4916, "data": { "manuals/debugging-native-code-android": {}, "manuals/debugging-native-code-ios": {} @@ -187629,7 +187629,7 @@ [ "jobfolder", { - "_index": 4284, + "_index": 4915, "data": { "manuals/debugging-native-code-android": {}, "manuals/debugging-native-code-ios": {} @@ -187640,7 +187640,7 @@ [ "jobject", { - "_index": 7639, + "_index": 6785, "data": { "ref/stable/dmAndroid": {}, "ref/stable/dmGraphics": {} @@ -187651,7 +187651,7 @@ [ "john", { - "_index": 5408, + "_index": 6059, "data": { "manuals/android": {} }, @@ -187661,7 +187661,7 @@ [ "join", { - "_index": 5819, + "_index": 5565, "data": { "manuals/editor": {}, "ref/stable/dmThread": {} @@ -187672,7 +187672,7 @@ [ "joinable", { - "_index": 7662, + "_index": 10250, "data": { "ref/stable/dmThread": {} }, @@ -187682,7 +187682,7 @@ [ "joind_id", { - "_index": 5929, + "_index": 5708, "data": { "manuals/physics-events": {} }, @@ -187692,7 +187692,7 @@ [ "joines", { - "_index": 6142, + "_index": 6204, "data": { "examples/physics/hinge_joint": {}, "examples/physics/pendulum": {} @@ -187703,7 +187703,7 @@ [ "joins", { - "_index": 8153, + "_index": 10464, "data": { "ref/stable/socket": {} }, @@ -187713,7 +187713,7 @@ [ "joint", { - "_index": 5978, + "_index": 5775, "data": { "manuals/physics-joints": {}, "ref/stable/physics": {} @@ -187724,7 +187724,7 @@ [ "joint_type_fixed", { - "_index": 7076, + "_index": 7488, "data": { "ref/stable/physics": {} }, @@ -187734,7 +187734,7 @@ [ "joint_type_hinge", { - "_index": 7078, + "_index": 7490, "data": { "ref/stable/physics": {} }, @@ -187744,7 +187744,7 @@ [ "joint_type_slider", { - "_index": 7082, + "_index": 7493, "data": { "ref/stable/physics": {} }, @@ -187754,7 +187754,7 @@ [ "joint_type_spring", { - "_index": 7087, + "_index": 7498, "data": { "ref/stable/physics": {} }, @@ -187764,7 +187764,7 @@ [ "joint_type_weld", { - "_index": 7092, + "_index": 7502, "data": { "ref/stable/physics": {} }, @@ -187774,7 +187774,7 @@ [ "joint_type_wheel", { - "_index": 7094, + "_index": 7504, "data": { "ref/stable/physics": {} }, @@ -187784,7 +187784,7 @@ [ "joints", { - "_index": 5517, + "_index": 3841, "data": { "examples/physics/hinge_joint": {}, "manuals/physics": {}, @@ -187797,7 +187797,7 @@ [ "jpeg", { - "_index": 287, + "_index": 937, "data": { "manuals/importing-assets": {}, "manuals/importing-graphics": {}, @@ -187810,7 +187810,7 @@ [ "jpg", { - "_index": 6536, + "_index": 6609, "data": { "assets/imageloader": {} }, @@ -187820,7 +187820,7 @@ [ "jq", { - "_index": 5199, + "_index": 5407, "data": { "manuals/editor-scripts": {} }, @@ -187830,7 +187830,7 @@ [ "jq_path", { - "_index": 5266, + "_index": 5472, "data": { "manuals/editor-scripts": {} }, @@ -187840,7 +187840,7 @@ [ "js", { - "_index": 586, + "_index": 3265, "data": { "manuals/app-manifest": {}, "manuals/bob": {} @@ -187851,7 +187851,7 @@ [ "json", { - "_index": 1845, + "_index": 1075, "data": { "assets/cjson": {}, "assets/defold-ink": {}, @@ -187874,7 +187874,7 @@ [ "json.decode", { - "_index": 5774, + "_index": 3933, "data": { "manuals/live-update-scripting": {}, "ref/stable/json": {} @@ -187885,7 +187885,7 @@ [ "json.encode", { - "_index": 8952, + "_index": 10189, "data": { "ref/stable/json": {} }, @@ -187895,7 +187895,7 @@ [ "json.null", { - "_index": 8951, + "_index": 10188, "data": { "ref/stable/json": {} }, @@ -187905,7 +187905,7 @@ [ "json.sh", { - "_index": 5191, + "_index": 5398, "data": { "manuals/editor-scripts": {} }, @@ -187915,7 +187915,7 @@ [ "jsontolua", { - "_index": 8772, + "_index": 10772, "data": { "ref/stable/dmScript": {} }, @@ -187925,7 +187925,7 @@ [ "jump", { - "_index": 1984, + "_index": 3784, "data": { "assets/endlessrunner": {}, "manuals/glossary": {}, @@ -187940,7 +187940,7 @@ [ "jump_completed", { - "_index": 3102, + "_index": 2505, "data": { "manuals/flipbook-animation": {} }, @@ -187950,7 +187950,7 @@ [ "jump_left", { - "_index": 3100, + "_index": 2502, "data": { "manuals/flipbook-animation": {} }, @@ -187960,7 +187960,7 @@ [ "jumps", { - "_index": 2488, + "_index": 2861, "data": { "manuals/atlas": {} }, @@ -187970,7 +187970,7 @@ [ "just", { - "_index": 417, + "_index": 648, "data": { "assets/illumination": {}, "assets/navgo": {}, @@ -188011,7 +188011,7 @@ [ "justify", { - "_index": 10827, + "_index": 8982, "data": { "ref/stable/editor": {} }, @@ -188021,7 +188021,7 @@ [ "jvm", { - "_index": 5134, + "_index": 5342, "data": { "manuals/editor-scripts": {} }, @@ -188031,7 +188031,7 @@ [ "k", { - "_index": 10124, + "_index": 7128, "data": { "ref/stable/string": {} }, @@ -188041,7 +188041,7 @@ [ "k,_", { - "_index": 5726, + "_index": 3563, "data": { "manuals/sound": {} }, @@ -188051,7 +188051,7 @@ [ "k,v", { - "_index": 10422, + "_index": 10641, "data": { "ref/stable/base": {} }, @@ -188061,7 +188061,7 @@ [ "ka", { - "_index": 7886, + "_index": 8522, "data": { "ref/stable/render": {} }, @@ -188071,7 +188071,7 @@ [ "kana", { - "_index": 3779, + "_index": 1922, "data": { "manuals/input-key-and-text": {} }, @@ -188081,7 +188081,7 @@ [ "kb", { - "_index": 7898, + "_index": 8534, "data": { "ref/stable/render": {} }, @@ -188091,7 +188091,7 @@ [ "kb/s", { - "_index": 5433, + "_index": 6083, "data": { "manuals/android": {} }, @@ -188101,7 +188101,7 @@ [ "kbytes", { - "_index": 10398, + "_index": 10617, "data": { "ref/stable/base": {} }, @@ -188111,7 +188111,7 @@ [ "kc", { - "_index": 7857, + "_index": 8507, "data": { "ref/stable/render": {} }, @@ -188121,7 +188121,7 @@ [ "kebab", { - "_index": 10637, + "_index": 8788, "data": { "ref/stable/editor": {} }, @@ -188131,7 +188131,7 @@ [ "keep", { - "_index": 1762, + "_index": 139, "data": { "examples/sprite/tint": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -188158,7 +188158,7 @@ [ "keepalive", { - "_index": 8071, + "_index": 10396, "data": { "ref/stable/socket": {} }, @@ -188168,7 +188168,7 @@ [ "keeping", { - "_index": 942, + "_index": 1490, "data": { "manuals/editor-scripts-ui": {}, "manuals/extensions-best-practices": {}, @@ -188182,7 +188182,7 @@ [ "keeps", { - "_index": 3167, + "_index": 384, "data": { "manuals/font": {}, "manuals/gui": {}, @@ -188199,7 +188199,7 @@ [ "kenney", { - "_index": 6219, + "_index": 6151, "data": { "assets/kenney": {}, "examples/particles/fireworks": {} @@ -188210,7 +188210,7 @@ [ "kenney's", { - "_index": 6169, + "_index": 6129, "data": { "examples/material/screenspace": {}, "examples/material/unlit": {}, @@ -188223,7 +188223,7 @@ [ "kept", { - "_index": 3878, + "_index": 405, "data": { "manuals/editor-scripts-ui": {}, "manuals/gui": {}, @@ -188236,7 +188236,7 @@ [ "kernel", { - "_index": 6488, + "_index": 6655, "data": { "assets/imp": {} }, @@ -188246,7 +188246,7 @@ [ "kerning", { - "_index": 5571, + "_index": 3873, "data": { "manuals/font": {} }, @@ -188256,7 +188256,7 @@ [ "key", { - "_index": 147, + "_index": 172, "data": { "assets/defoldinput": {}, "assets/googleanalyticsforfirebase": {}, @@ -188307,7 +188307,7 @@ [ "key+cert", { - "_index": 4183, + "_index": 3214, "data": { "manuals/bob": {} }, @@ -188317,7 +188317,7 @@ [ "key/value", { - "_index": 10611, + "_index": 8997, "data": { "ref/stable/dmHashTable": {} }, @@ -188327,7 +188327,7 @@ [ "keyable", { - "_index": 3193, + "_index": 1197, "data": { "manuals/particlefx": {} }, @@ -188337,7 +188337,7 @@ [ "keyalg", { - "_index": 5419, + "_index": 6070, "data": { "manuals/android": {} }, @@ -188347,7 +188347,7 @@ [ "keyboard", { - "_index": 1950, + "_index": 1894, "data": { "assets/defold-mobilehtml5-typing": {}, "manuals/atlas": {}, @@ -188367,7 +188367,7 @@ [ "keyboard_type_default", { - "_index": 9265, + "_index": 7778, "data": { "ref/stable/gui": {} }, @@ -188377,7 +188377,7 @@ [ "keyboard_type_email", { - "_index": 9267, + "_index": 7780, "data": { "ref/stable/gui": {} }, @@ -188387,7 +188387,7 @@ [ "keyboard_type_number_pad", { - "_index": 9269, + "_index": 7782, "data": { "ref/stable/gui": {} }, @@ -188397,7 +188397,7 @@ [ "keyboard_type_password", { - "_index": 9271, + "_index": 7784, "data": { "ref/stable/gui": {} }, @@ -188407,7 +188407,7 @@ [ "keyboardpacket", { - "_index": 7210, + "_index": 9469, "data": { "ref/stable/dmHid": {} }, @@ -188417,7 +188417,7 @@ [ "keyboards", { - "_index": 3776, + "_index": 1918, "data": { "manuals/input-key-and-text": {}, "ref/stable/dmHid": {} @@ -188428,7 +188428,7 @@ [ "keychain:ac_password", { - "_index": 5374, + "_index": 5855, "data": { "manuals/macos": {} }, @@ -188438,7 +188438,7 @@ [ "keyed", { - "_index": 3199, + "_index": 1209, "data": { "manuals/particlefx": {}, "ref/stable/socket": {} @@ -188449,7 +188449,7 @@ [ "keyframe", { - "_index": 464, + "_index": 4504, "data": { "manuals/importing-models": {}, "manuals/model-animation": {} @@ -188460,7 +188460,7 @@ [ "keyframes", { - "_index": 3295, + "_index": 5097, "data": { "manuals/flash": {} }, @@ -188470,7 +188470,7 @@ [ "keymap", { - "_index": 5464, + "_index": 1978, "data": { "manuals/editor-keyboard-shortcuts": {}, "manuals/editor-preferences": {} @@ -188481,7 +188481,7 @@ [ "keypress", { - "_index": 3781, + "_index": 1924, "data": { "manuals/input-key-and-text": {} }, @@ -188491,7 +188491,7 @@ [ "keypresses", { - "_index": 3777, + "_index": 1919, "data": { "manuals/input-key-and-text": {} }, @@ -188501,7 +188501,7 @@ [ "keys", { - "_index": 268, + "_index": 1901, "data": { "manuals/application-security": {}, "manuals/editor-scripts": {}, @@ -188528,7 +188528,7 @@ [ "keys:description", { - "_index": 10732, + "_index": 8886, "data": { "ref/stable/editor": {} }, @@ -188538,7 +188538,7 @@ [ "keys:exists", { - "_index": 10655, + "_index": 8809, "data": { "ref/stable/editor": {} }, @@ -188548,7 +188548,7 @@ [ "keystore", { - "_index": 4166, + "_index": 3196, "data": { "manuals/android": {}, "manuals/bob": {} @@ -188559,7 +188559,7 @@ [ "keytool", { - "_index": 5403, + "_index": 6054, "data": { "manuals/android": {} }, @@ -188569,7 +188569,7 @@ [ "keyword", { - "_index": 1081, + "_index": 2719, "data": { "manuals/extensions-best-practices": {}, "manuals/lua": {}, @@ -188581,7 +188581,7 @@ [ "keywords", { - "_index": 1341, + "_index": 1956, "data": { "manuals/extensions-ext-manifests": {}, "manuals/script": {} @@ -188592,7 +188592,7 @@ [ "kg", { - "_index": 7042, + "_index": 7454, "data": { "ref/stable/b2d.body": {}, "ref/stable/physics": {}, @@ -188604,7 +188604,7 @@ [ "kgmm/s", { - "_index": 8842, + "_index": 10023, "data": { "ref/stable/b2d.body": {} }, @@ -188614,7 +188614,7 @@ [ "khtml", { - "_index": 8466, + "_index": 9598, "data": { "ref/stable/sys": {} }, @@ -188624,7 +188624,7 @@ [ "kilobyte", { - "_index": 6880, + "_index": 10676, "data": { "ref/stable/msg": {} }, @@ -188634,7 +188634,7 @@ [ "kilograms", { - "_index": 5523, + "_index": 3847, "data": { "manuals/physics": {}, "manuals/physics-events": {}, @@ -188646,7 +188646,7 @@ [ "kilos", { - "_index": 5455, + "_index": 2038, "data": { "manuals/physics-messages": {} }, @@ -188656,7 +188656,7 @@ [ "kind", { - "_index": 1717, + "_index": 3597, "data": { "manuals/application-security": {}, "manuals/glossary": {}, @@ -188673,7 +188673,7 @@ [ "kinds", { - "_index": 360, + "_index": 976, "data": { "examples/physics/raycast": {}, "manuals/glossary": {}, @@ -188687,7 +188687,7 @@ [ "kinematic", { - "_index": 3349, + "_index": 1006, "data": { "assets/kinematicwalker": {}, "examples/physics/kinematic": {}, @@ -188704,7 +188704,7 @@ [ "kinematicwalker", { - "_index": 6681, + "_index": 6565, "data": { "assets/kinematicwalker": {} }, @@ -188714,7 +188714,7 @@ [ "kit", { - "_index": 4309, + "_index": 3160, "data": { "assets/cards-fx-kit": {}, "assets/vs-code-ide": {}, @@ -188726,7 +188726,7 @@ [ "klayton", { - "_index": 6070, + "_index": 3494, "data": { "manuals/camera": {} }, @@ -188736,7 +188736,7 @@ [ "knockback", { - "_index": 6152, + "_index": 6201, "data": { "examples/physics/knockback": {} }, @@ -188746,7 +188746,7 @@ [ "know", { - "_index": 1617, + "_index": 2084, "data": { "manuals/collection-proxy": {}, "manuals/compute": {}, @@ -188767,7 +188767,7 @@ [ "knowing", { - "_index": 3950, + "_index": 1454, "data": { "manuals/editor-scripts-ui": {} }, @@ -188777,7 +188777,7 @@ [ "known", { - "_index": 1745, + "_index": 704, "data": { "assets/derez": {}, "manuals/building-blocks": {}, @@ -188798,7 +188798,7 @@ [ "knows", { - "_index": 3600, + "_index": 5611, "data": { "manuals/introduction": {} }, @@ -188808,7 +188808,7 @@ [ "kowalski", { - "_index": 6071, + "_index": 3495, "data": { "manuals/camera": {} }, @@ -188818,7 +188818,7 @@ [ "kp", { - "_index": 4178, + "_index": 3210, "data": { "manuals/bob": {} }, @@ -188828,7 +188828,7 @@ [ "kr", { - "_index": 7889, + "_index": 8525, "data": { "ref/stable/render": {} }, @@ -188838,7 +188838,7 @@ [ "kr,kg,kb,ka", { - "_index": 7856, + "_index": 8506, "data": { "ref/stable/render": {} }, @@ -188848,7 +188848,7 @@ [ "ks", { - "_index": 4179, + "_index": 3211, "data": { "manuals/bob": {} }, @@ -188858,7 +188858,7 @@ [ "ksa", { - "_index": 4181, + "_index": 3212, "data": { "manuals/bob": {} }, @@ -188868,7 +188868,7 @@ [ "ksp", { - "_index": 4184, + "_index": 3215, "data": { "manuals/bob": {} }, @@ -188878,7 +188878,7 @@ [ "l", { - "_index": 4007, + "_index": 1562, "data": { "manuals/android": {}, "manuals/bob": {}, @@ -188898,7 +188898,7 @@ [ "l0x100000000", { - "_index": 4818, + "_index": 5003, "data": { "manuals/debugging-native-code": {} }, @@ -188908,7 +188908,7 @@ [ "label", { - "_index": 801, + "_index": 1273, "data": { "examples/animation/cursor": {}, "examples/gui/button": {}, @@ -188934,7 +188934,7 @@ [ "label.get_text", { - "_index": 6874, + "_index": 9687, "data": { "ref/stable/label": {} }, @@ -188944,7 +188944,7 @@ [ "label.set_text", { - "_index": 839, + "_index": 5621, "data": { "manuals/label": {}, "ref/stable/label": {} @@ -188955,7 +188955,7 @@ [ "labels", { - "_index": 798, + "_index": 5619, "data": { "examples/sprite/flip": {}, "examples/sprite/size": {}, @@ -188967,7 +188967,7 @@ [ "laid", { - "_index": 3074, + "_index": 2473, "data": { "manuals/flipbook-animation": {} }, @@ -188977,7 +188977,7 @@ [ "lamps", { - "_index": 6245, + "_index": 6236, "data": { "examples/material/unlit": {} }, @@ -188987,7 +188987,7 @@ [ "landscape", { - "_index": 1719, + "_index": 396, "data": { "examples/gui/layouts": {}, "manuals/gui": {}, @@ -189000,7 +189000,7 @@ [ "lang", { - "_index": 6587, + "_index": 6638, "data": { "assets/defold-lang": {} }, @@ -189148,7 +189148,7 @@ [ "languages", { - "_index": 1182, + "_index": 2787, "data": { "manuals/editor-scripts": {}, "manuals/porting-guidelines": {}, @@ -189161,7 +189161,7 @@ [ "laptop", { - "_index": 5106, + "_index": 5208, "data": { "manuals/lua": {} }, @@ -189171,7 +189171,7 @@ [ "large", { - "_index": 2763, + "_index": 1326, "data": { "examples/material/noise": {}, "examples/material/uvgradient": {}, @@ -189195,7 +189195,7 @@ [ "larger", { - "_index": 305, + "_index": 27, "data": { "manuals/debugging-native-code-ios": {}, "manuals/glossary": {}, @@ -189222,7 +189222,7 @@ [ "largest", { - "_index": 4459, + "_index": 413, "data": { "manuals/gui": {}, "ref/stable/math": {}, @@ -189234,7 +189234,7 @@ [ "larry", { - "_index": 6548, + "_index": 6682, "data": { "assets/dirtylarry": {} }, @@ -189244,7 +189244,7 @@ [ "last", { - "_index": 338, + "_index": 505, "data": { "examples/material/screenspace": {}, "manuals/application-lifecycle": {}, @@ -189280,7 +189280,7 @@ [ "last_name", { - "_index": 3996, + "_index": 1539, "data": { "manuals/editor-scripts-ui": {} }, @@ -189290,7 +189290,7 @@ [ "later", { - "_index": 2601, + "_index": 1543, "data": { "assets/firebase-remoteconfig": {}, "manuals/addressing": {}, @@ -189316,7 +189316,7 @@ [ "latest", { - "_index": 1432, + "_index": 3620, "data": { "manuals/bundling": {}, "manuals/dev-app": {}, @@ -189330,7 +189330,7 @@ [ "latn", { - "_index": 8451, + "_index": 9584, "data": { "ref/stable/sys": {} }, @@ -189340,7 +189340,7 @@ [ "launch", { - "_index": 3441, + "_index": 2981, "data": { "assets/vs-code-ide": {}, "manuals/android": {}, @@ -189358,7 +189358,7 @@ [ "launch_project", { - "_index": 8610, + "_index": 9367, "data": { "ref/stable/engine": {} }, @@ -189368,7 +189368,7 @@ [ "launched", { - "_index": 5225, + "_index": 5431, "data": { "manuals/editor-scripts": {} }, @@ -189378,7 +189378,7 @@ [ "launching", { - "_index": 2217, + "_index": 694, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/compute": {}, @@ -189394,7 +189394,7 @@ [ "launchscreen", { - "_index": 3464, + "_index": 3005, "data": { "manuals/ios": {} }, @@ -189404,7 +189404,7 @@ [ "launchscreen.storyboard", { - "_index": 3455, + "_index": 2993, "data": { "manuals/ios": {} }, @@ -189414,7 +189414,7 @@ [ "launchscreen.storyboardc", { - "_index": 3463, + "_index": 3004, "data": { "manuals/ios": {} }, @@ -189424,7 +189424,7 @@ [ "launchscreen/ios", { - "_index": 3465, + "_index": 3007, "data": { "manuals/ios": {} }, @@ -189434,7 +189434,7 @@ [ "laws", { - "_index": 3503, + "_index": 3051, "data": { "manuals/glossary": {}, "manuals/ios": {} @@ -189445,7 +189445,7 @@ [ "layer", { - "_index": 4335, + "_index": 338, "data": { "manuals/gui": {}, "manuals/gui-clipping": {}, @@ -189461,7 +189461,7 @@ [ "layering", { - "_index": 4362, + "_index": 5542, "data": { "manuals/gui-clipping": {} }, @@ -189471,7 +189471,7 @@ [ "layers", { - "_index": 3748, + "_index": 518, "data": { "examples/material/noise": {}, "manuals/glossary": {}, @@ -189621,7 +189621,7 @@ [ "layout_changed", { - "_index": 2674, + "_index": 2924, "data": { "manuals/gui-layouts": {}, "ref/stable/gui": {} @@ -189632,7 +189632,7 @@ [ "layouts", { - "_index": 1725, + "_index": 2259, "data": { "examples/gui/layouts": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -189647,7 +189647,7 @@ [ "lays", { - "_index": 3880, + "_index": 1346, "data": { "manuals/editor-scripts-ui": {} }, @@ -189657,7 +189657,7 @@ [ "ldexp", { - "_index": 9751, + "_index": 7262, "data": { "ref/stable/math": {} }, @@ -189667,7 +189667,7 @@ [ "lead", { - "_index": 5117, + "_index": 1943, "data": { "manuals/lua": {}, "manuals/script": {} @@ -189678,7 +189678,7 @@ [ "leaderboards", { - "_index": 5543, + "_index": 4108, "data": { "assets/googleplaygameservices": {}, "manuals/online-services": {} @@ -189689,7 +189689,7 @@ [ "leading", { - "_index": 818, + "_index": 327, "data": { "manuals/editor-scripts": {}, "manuals/gui": {}, @@ -189707,7 +189707,7 @@ [ "leads", { - "_index": 3842, + "_index": 4403, "data": { "manuals/version-control": {} }, @@ -189717,7 +189717,7 @@ [ "leaf", { - "_index": 9535, + "_index": 9171, "data": { "ref/stable/dmGameObject": {} }, @@ -189727,7 +189727,7 @@ [ "learn", { - "_index": 12, + "_index": 947, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/ads": {}, @@ -189761,7 +189761,7 @@ [ "learning", { - "_index": 3603, + "_index": 4547, "data": { "manuals/glossary": {}, "manuals/introduction": {} @@ -189772,7 +189772,7 @@ [ "least", { - "_index": 1065, + "_index": 1558, "data": { "manuals/editor-scripts-ui": {}, "manuals/input-mouse-and-touch": {}, @@ -189795,7 +189795,7 @@ [ "leave", { - "_index": 1793, + "_index": 2320, "data": { "manuals/addressing": {}, "manuals/android": {}, @@ -189810,7 +189810,7 @@ [ "leaves", { - "_index": 5871, + "_index": 4588, "data": { "manuals/glossary": {}, "ref/stable/dmTransform": {}, @@ -189822,7 +189822,7 @@ [ "leaving", { - "_index": 4860, + "_index": 3376, "data": { "manuals/addressing": {} }, @@ -189832,7 +189832,7 @@ [ "left", { - "_index": 80, + "_index": 295, "data": { "examples/gui/healthbar": {}, "examples/sound/panning": {}, @@ -189878,7 +189878,7 @@ [ "left/west", { - "_index": 4471, + "_index": 476, "data": { "manuals/gui": {} }, @@ -189888,7 +189888,7 @@ [ "left_peak", { - "_index": 5710, + "_index": 3544, "data": { "manuals/sound": {} }, @@ -189898,7 +189898,7 @@ [ "left_peakdb", { - "_index": 5713, + "_index": 3547, "data": { "manuals/sound": {} }, @@ -189908,7 +189908,7 @@ [ "left_rms", { - "_index": 5703, + "_index": 3537, "data": { "manuals/sound": {} }, @@ -189918,7 +189918,7 @@ [ "left_rmsdb", { - "_index": 5708, + "_index": 3542, "data": { "manuals/sound": {} }, @@ -189928,7 +189928,7 @@ [ "legacy", { - "_index": 1053, + "_index": 2705, "data": { "manuals/shader": {} }, @@ -189938,7 +189938,7 @@ [ "legal", { - "_index": 3504, + "_index": 3052, "data": { "manuals/addressing": {}, "manuals/ios": {} @@ -189949,7 +189949,7 @@ [ "len", { - "_index": 4945, + "_index": 4750, "data": { "manuals/extensions": {}, "ref/stable/string": {} @@ -189960,7 +189960,7 @@ [ "lenght", { - "_index": 7613, + "_index": 10018, "data": { "ref/stable/dmWebServer": {} }, @@ -189970,7 +189970,7 @@ [ "length", { - "_index": 3287, + "_index": 3984, "data": { "manuals/flash": {}, "manuals/physics-events": {}, @@ -189999,7 +189999,7 @@ [ "length_sqr", { - "_index": 8314, + "_index": 7010, "data": { "ref/stable/vmath": {} }, @@ -190009,7 +190009,7 @@ [ "lengths", { - "_index": 8311, + "_index": 7005, "data": { "ref/stable/vmath": {} }, @@ -190019,7 +190019,7 @@ [ "lens", { - "_index": 1740, + "_index": 4871, "data": { "manuals/porting-guidelines": {}, "ref/stable/camera": {} @@ -190030,7 +190030,7 @@ [ "lerg", { - "_index": 3473, + "_index": 3016, "data": { "manuals/ios": {} }, @@ -190040,7 +190040,7 @@ [ "lerp", { - "_index": 7678, + "_index": 7011, "data": { "ref/stable/dmVMath": {}, "ref/stable/vmath": {} @@ -190051,7 +190051,7 @@ [ "lerped", { - "_index": 8316, + "_index": 7013, "data": { "ref/stable/vmath": {} }, @@ -190061,7 +190061,7 @@ [ "less", { - "_index": 593, + "_index": 2066, "data": { "manuals/app-manifest": {}, "manuals/debugging-game-logic": {}, @@ -190080,7 +190080,7 @@ [ "let", { - "_index": 2133, + "_index": 3159, "data": { "assets/facebookinstantgames": {}, "manuals/android": {}, @@ -190094,7 +190094,7 @@ [ "let's", { - "_index": 3955, + "_index": 445, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/addressing": {}, @@ -190108,7 +190108,7 @@ [ "lets", { - "_index": 5427, + "_index": 3651, "data": { "assets/firebase-remoteconfig": {}, "examples/collection/timestep": {}, @@ -190121,7 +190121,7 @@ [ "letter", { - "_index": 823, + "_index": 336, "data": { "manuals/editor-scripts-ui": {}, "manuals/gui": {}, @@ -190136,7 +190136,7 @@ [ "letters", { - "_index": 10157, + "_index": 7164, "data": { "ref/stable/string": {} }, @@ -190146,7 +190146,7 @@ [ "level", { - "_index": 1156, + "_index": 917, "data": { "assets/tiled": {}, "assets/trenchbroom": {}, @@ -190194,7 +190194,7 @@ [ "level#controller", { - "_index": 6017, + "_index": 2381, "data": { "manuals/hot-reload": {} }, @@ -190204,7 +190204,7 @@ [ "level#map", { - "_index": 4345, + "_index": 4435, "data": { "manuals/tilemap": {} }, @@ -190214,7 +190214,7 @@ [ "level1", { - "_index": 5785, + "_index": 3946, "data": { "examples/collection/proxy": {}, "manuals/live-update-scripting": {} @@ -190225,7 +190225,7 @@ [ "level:/player#controller", { - "_index": 3549, + "_index": 1634, "data": { "manuals/message-passing": {} }, @@ -190235,7 +190235,7 @@ [ "level_name", { - "_index": 5784, + "_index": 3945, "data": { "manuals/live-update-scripting": {} }, @@ -190245,7 +190245,7 @@ [ "leveling", { - "_index": 6413, + "_index": 6624, "data": { "assets/xplevelupsystem": {} }, @@ -190255,7 +190255,7 @@ [ "levels", { - "_index": 671, + "_index": 2175, "data": { "assets/scene3d": {}, "assets/slasherprototype": {}, @@ -190275,7 +190275,7 @@ [ "leverages", { - "_index": 4112, + "_index": 5545, "data": { "manuals/extensions-gradle": {} }, @@ -190285,7 +190285,7 @@ [ "leveraging", { - "_index": 6335, + "_index": 6739, "data": { "assets/druid": {} }, @@ -190295,7 +190295,7 @@ [ "lexically", { - "_index": 6964, + "_index": 9481, "data": { "ref/stable/debug": {} }, @@ -190305,7 +190305,7 @@ [ "lexicographically", { - "_index": 10450, + "_index": 9664, "data": { "ref/stable/dmStringFunc": {} }, @@ -190315,7 +190315,7 @@ [ "lf", { - "_index": 8085, + "_index": 10410, "data": { "ref/stable/socket": {} }, @@ -190325,7 +190325,7 @@ [ "lfs", { - "_index": 6564, + "_index": 6712, "data": { "assets/luafilesystemlfs": {} }, @@ -190335,7 +190335,7 @@ [ "lib", { - "_index": 574, + "_index": 4732, "data": { "assets/colorlib": {}, "manuals/app-manifest": {}, @@ -190347,7 +190347,7 @@ [ "lib_name", { - "_index": 4937, + "_index": 4742, "data": { "manuals/extensions": {} }, @@ -190357,7 +190357,7 @@ [ "libc", { - "_index": 1316, + "_index": 4676, "data": { "manuals/extensions-ext-manifests": {} }, @@ -190367,7 +190367,7 @@ [ "libfoo.a", { - "_index": 5468, + "_index": 3609, "data": { "manuals/extensions-best-practices": {} }, @@ -190377,7 +190377,7 @@ [ "libname", { - "_index": 7298, + "_index": 9344, "data": { "ref/stable/package": {} }, @@ -190387,7 +190387,7 @@ [ "libraries", { - "_index": 1274, + "_index": 1068, "data": { "manuals/android": {}, "manuals/application-security": {}, @@ -190409,7 +190409,7 @@ [ "library", { - "_index": 576, + "_index": 1090, "data": { "assets/dear-imgui": {}, "assets/debeat": {}, @@ -190454,7 +190454,7 @@ [ "library's", { - "_index": 1010, + "_index": 2685, "data": { "manuals/shader": {} }, @@ -190464,7 +190464,7 @@ [ "library/application", { - "_index": 5838, + "_index": 5586, "data": { "manuals/editor": {} }, @@ -190474,7 +190474,7 @@ [ "library/developer/xcode/deriveddata/your", { - "_index": 3467, + "_index": 3009, "data": { "manuals/ios": {} }, @@ -190484,7 +190484,7 @@ [ "libs", { - "_index": 1285, + "_index": 3608, "data": { "manuals/android": {}, "manuals/extensions-best-practices": {}, @@ -190496,7 +190496,7 @@ [ "license", { - "_index": 5499, + "_index": 3656, "data": { "manuals/extensions-best-practices": {} }, @@ -190506,7 +190506,7 @@ [ "licensed", { - "_index": 5060, + "_index": 5993, "data": { "examples/material/screenspace": {}, "examples/material/unlit": {}, @@ -190520,7 +190520,7 @@ [ "lie", { - "_index": 2893, + "_index": 4414, "data": { "manuals/material": {}, "manuals/tilesource": {} @@ -190531,7 +190531,7 @@ [ "life", { - "_index": 3204, + "_index": 1225, "data": { "assets/vitahealthenergy": {}, "examples/particles/confetti": {}, @@ -190548,7 +190548,7 @@ [ "lifecycle", { - "_index": 3231, + "_index": 3864, "data": { "manuals/editor-scripts": {}, "manuals/extensions": {}, @@ -190562,7 +190562,7 @@ [ "lifespan", { - "_index": 3150, + "_index": 1115, "data": { "manuals/building-blocks": {}, "manuals/glossary": {}, @@ -190574,7 +190574,7 @@ [ "lifetime", { - "_index": 4573, + "_index": 2436, "data": { "manuals/addressing": {}, "manuals/building-blocks": {}, @@ -190586,7 +190586,7 @@ [ "light", { - "_index": 2264, + "_index": 791, "data": { "assets/illumination": {}, "assets/lightandshadows": {}, @@ -190602,7 +190602,7 @@ [ "light.ttf", { - "_index": 3127, + "_index": 2412, "data": { "manuals/editor-styling": {} }, @@ -190612,7 +190612,7 @@ [ "lightandshadows", { - "_index": 6519, + "_index": 6735, "data": { "assets/lightandshadows": {} }, @@ -190622,7 +190622,7 @@ [ "lighter", { - "_index": 3107, + "_index": 2395, "data": { "manuals/editor-styling": {} }, @@ -190632,7 +190632,7 @@ [ "lighting", { - "_index": 2950, + "_index": 4592, "data": { "assets/illumination": {}, "examples/material/unlit": {}, @@ -190645,7 +190645,7 @@ [ "like", { - "_index": 1898, + "_index": 1332, "data": { "assets/chipsounds": {}, "assets/defold-tile-raycast": {}, @@ -190706,7 +190706,7 @@ [ "likely", { - "_index": 1528, + "_index": 3078, "data": { "manuals/bundling": {}, "manuals/debugging-native-code": {}, @@ -190720,7 +190720,7 @@ [ "liking", { - "_index": 2968, + "_index": 5283, "data": { "manuals/compute": {}, "manuals/mesh": {}, @@ -190732,7 +190732,7 @@ [ "limit", { - "_index": 1498, + "_index": 1650, "data": { "assets/apkx": {}, "examples/particles/confetti": {}, @@ -190757,7 +190757,7 @@ [ "limitation", { - "_index": 5942, + "_index": 1030, "data": { "manuals/physics-ray-casts": {}, "ref/stable/sound": {} @@ -190768,7 +190768,7 @@ [ "limitations", { - "_index": 2221, + "_index": 706, "data": { "assets/editor-script-align": {}, "assets/editor-script-distribute": {}, @@ -190784,7 +190784,7 @@ [ "limited", { - "_index": 4678, + "_index": 2073, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/editor-scripts": {}, @@ -190799,7 +190799,7 @@ [ "limits", { - "_index": 2633, + "_index": 4347, "data": { "manuals/components": {}, "manuals/factory": {}, @@ -190811,7 +190811,7 @@ [ "line", { - "_index": 54, + "_index": 285, "data": { "assets/quickbutton": {}, "manuals/android": {}, @@ -190860,7 +190860,7 @@ [ "line'", { - "_index": 10113, + "_index": 7116, "data": { "ref/stable/string": {} }, @@ -190870,7 +190870,7 @@ [ "line"", { - "_index": 10116, + "_index": 7119, "data": { "ref/stable/string": {} }, @@ -190880,7 +190880,7 @@ [ "line_break", { - "_index": 6877, + "_index": 9688, "data": { "ref/stable/label": {}, "ref/stable/resource": {} @@ -190891,7 +190891,7 @@ [ "linear", { - "_index": 1889, + "_index": 31, "data": { "assets/defork": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -190918,7 +190918,7 @@ [ "linear_damping", { - "_index": 1933, + "_index": 2324, "data": { "manuals/physics-objects": {}, "ref/stable/physics": {} @@ -190929,7 +190929,7 @@ [ "linear_mipmap_linear", { - "_index": 2443, + "_index": 37, "data": { "manuals/texture-filtering": {} }, @@ -190939,7 +190939,7 @@ [ "linear_mipmap_nearest", { - "_index": 2442, + "_index": 35, "data": { "manuals/texture-filtering": {} }, @@ -190949,7 +190949,7 @@ [ "linear_velocity", { - "_index": 1934, + "_index": 2325, "data": { "manuals/physics-objects": {}, "ref/stable/physics": {} @@ -190960,7 +190960,7 @@ [ "linearly", { - "_index": 467, + "_index": 3779, "data": { "manuals/importing-models": {}, "manuals/material": {}, @@ -190974,7 +190974,7 @@ [ "lines", { - "_index": 64, + "_index": 1848, "data": { "manuals/debugging-game-logic": {}, "manuals/editor": {}, @@ -190996,7 +190996,7 @@ [ "linger", { - "_index": 8072, + "_index": 10397, "data": { "ref/stable/socket": {} }, @@ -191006,7 +191006,7 @@ [ "link", { - "_index": 1266, + "_index": 789, "data": { "assets/magiclinker": {}, "manuals/editor": {}, @@ -191021,7 +191021,7 @@ [ "linkage", { - "_index": 3258, + "_index": 5070, "data": { "manuals/flash": {} }, @@ -191031,7 +191031,7 @@ [ "linked", { - "_index": 1272, + "_index": 4648, "data": { "manuals/extensions-ext-manifests": {}, "ref/stable/gui": {} @@ -191042,7 +191042,7 @@ [ "linker", { - "_index": 1327, + "_index": 4681, "data": { "assets/magiclinker": {}, "manuals/extensions-ext-manifests": {}, @@ -191055,7 +191055,7 @@ [ "linkers", { - "_index": 1265, + "_index": 4645, "data": { "manuals/extensions-ext-manifests": {} }, @@ -191065,7 +191065,7 @@ [ "linkflags", { - "_index": 1317, + "_index": 4677, "data": { "manuals/extensions-ext-manifests": {} }, @@ -191075,7 +191075,7 @@ [ "linking", { - "_index": 1328, + "_index": 4682, "data": { "manuals/extensions-ext-manifests": {} }, @@ -191085,7 +191085,7 @@ [ "links", { - "_index": 6731, + "_index": 6706, "data": { "assets/iac": {}, "ref/stable/package": {} @@ -191096,7 +191096,7 @@ [ "lint", { - "_index": 3447, + "_index": 1976, "data": { "manuals/editor-preferences": {}, "manuals/ios": {} @@ -191107,7 +191107,7 @@ [ "linting", { - "_index": 4297, + "_index": 1977, "data": { "manuals/editor-preferences": {}, "manuals/writing-code": {} @@ -191118,7 +191118,7 @@ [ "lints", { - "_index": 5232, + "_index": 5438, "data": { "manuals/editor-scripts": {} }, @@ -191128,7 +191128,7 @@ [ "linux", { - "_index": 1467, + "_index": 1997, "data": { "assets/defdiags": {}, "manuals/bob": {}, @@ -191156,7 +191156,7 @@ [ "linux/amd64", { - "_index": 1406, + "_index": 4035, "data": { "manuals/extender-local-setup": {} }, @@ -191166,7 +191166,7 @@ [ "list", { - "_index": 273, + "_index": 56, "data": { "assets/gooey": {}, "examples/gui/drag": {}, @@ -191232,7 +191232,7 @@ [ "list[i", { - "_index": 10438, + "_index": 10658, "data": { "ref/stable/base": {} }, @@ -191242,7 +191242,7 @@ [ "list[i+1", { - "_index": 10439, + "_index": 10659, "data": { "ref/stable/base": {} }, @@ -191252,7 +191252,7 @@ [ "list[j", { - "_index": 10440, + "_index": 10660, "data": { "ref/stable/base": {} }, @@ -191262,7 +191262,7 @@ [ "listed", { - "_index": 1995, + "_index": 498, "data": { "manuals/atlas": {}, "manuals/flash": {}, @@ -191277,7 +191277,7 @@ [ "listen", { - "_index": 1978, + "_index": 1838, "data": { "manuals/glossary": {}, "manuals/input": {}, @@ -191290,7 +191290,7 @@ [ "listener", { - "_index": 4398, + "_index": 5673, "data": { "manuals/iac": {}, "manuals/physics-events": {}, @@ -191309,7 +191309,7 @@ [ "listeners", { - "_index": 1962, + "_index": 5146, "data": { "manuals/flash": {}, "manuals/input": {}, @@ -191323,7 +191323,7 @@ [ "listening", { - "_index": 2028, + "_index": 5976, "data": { "manuals/input": {} }, @@ -191333,7 +191333,7 @@ [ "listens", { - "_index": 2043, + "_index": 5980, "data": { "manuals/input": {} }, @@ -191343,7 +191343,7 @@ [ "listing", { - "_index": 1344, + "_index": 3020, "data": { "manuals/extensions-ext-manifests": {}, "manuals/ios": {}, @@ -191355,7 +191355,7 @@ [ "lists", { - "_index": 4376, + "_index": 51, "data": { "manuals/editor": {}, "manuals/extensions-manifest-merge-tool": {}, @@ -191371,7 +191371,7 @@ [ "lit", { - "_index": 6243, + "_index": 6234, "data": { "examples/material/unlit": {} }, @@ -191381,7 +191381,7 @@ [ "literal", { - "_index": 3991, + "_index": 1533, "data": { "manuals/editor-scripts-ui": {} }, @@ -191391,7 +191391,7 @@ [ "little", { - "_index": 1248, + "_index": 2821, "data": { "assets/whquestdef": {}, "examples/particles/fire_and_smoke": {}, @@ -191407,7 +191407,7 @@ [ "live", { - "_index": 567, + "_index": 2173, "data": { "assets/camera": {}, "assets/playfabsdk": {}, @@ -191433,7 +191433,7 @@ [ "lived", { - "_index": 1544, + "_index": 3089, "data": { "manuals/optimization-speed": {} }, @@ -191443,7 +191443,7 @@ [ "lives", { - "_index": 2805, + "_index": 4168, "data": { "manuals/application-security": {} }, @@ -191453,7 +191453,7 @@ [ "lives_num", { - "_index": 5552, + "_index": 1958, "data": { "manuals/script": {} }, @@ -191463,7 +191463,7 @@ [ "liveupdate", { - "_index": 4185, + "_index": 2094, "data": { "assets/apkx": {}, "manuals/bob": {}, @@ -191479,7 +191479,7 @@ [ "liveupdate.add_mount", { - "_index": 5763, + "_index": 3920, "data": { "manuals/live-update-scripting": {}, "ref/stable/liveupdate": {} @@ -191490,7 +191490,7 @@ [ "liveupdate.get_current_manifest", { - "_index": 6780, + "_index": 9706, "data": { "ref/stable/liveupdate": {} }, @@ -191500,7 +191500,7 @@ [ "liveupdate.get_mounts", { - "_index": 5765, + "_index": 3922, "data": { "manuals/live-update-scripting": {}, "ref/stable/liveupdate": {} @@ -191511,7 +191511,7 @@ [ "liveupdate.is_using_liveupdate_data", { - "_index": 6783, + "_index": 9709, "data": { "ref/stable/liveupdate": {} }, @@ -191521,7 +191521,7 @@ [ "liveupdate.liveupdate_bundled_resource_mismatch", { - "_index": 6786, + "_index": 9711, "data": { "ref/stable/liveupdate": {} }, @@ -191531,7 +191531,7 @@ [ "liveupdate.liveupdate_engine_version_mismatch", { - "_index": 6788, + "_index": 9713, "data": { "ref/stable/liveupdate": {} }, @@ -191541,7 +191541,7 @@ [ "liveupdate.liveupdate_format_error", { - "_index": 6790, + "_index": 9715, "data": { "ref/stable/liveupdate": {} }, @@ -191551,7 +191551,7 @@ [ "liveupdate.liveupdate_inval", { - "_index": 6792, + "_index": 9717, "data": { "ref/stable/liveupdate": {} }, @@ -191561,7 +191561,7 @@ [ "liveupdate.liveupdate_invalid_header", { - "_index": 6794, + "_index": 9719, "data": { "ref/stable/liveupdate": {} }, @@ -191571,7 +191571,7 @@ [ "liveupdate.liveupdate_invalid_resource", { - "_index": 6796, + "_index": 9721, "data": { "ref/stable/liveupdate": {} }, @@ -191581,7 +191581,7 @@ [ "liveupdate.liveupdate_io_error", { - "_index": 6798, + "_index": 9723, "data": { "ref/stable/liveupdate": {} }, @@ -191591,7 +191591,7 @@ [ "liveupdate.liveupdate_mem_error", { - "_index": 6800, + "_index": 9725, "data": { "ref/stable/liveupdate": {} }, @@ -191601,7 +191601,7 @@ [ "liveupdate.liveupdate_ok", { - "_index": 6803, + "_index": 9728, "data": { "ref/stable/liveupdate": {} }, @@ -191611,7 +191611,7 @@ [ "liveupdate.liveupdate_scheme_mismatch", { - "_index": 6805, + "_index": 9730, "data": { "ref/stable/liveupdate": {} }, @@ -191621,7 +191621,7 @@ [ "liveupdate.liveupdate_signature_mismatch", { - "_index": 6807, + "_index": 9732, "data": { "ref/stable/liveupdate": {} }, @@ -191631,7 +191631,7 @@ [ "liveupdate.liveupdate_unknown", { - "_index": 6810, + "_index": 9735, "data": { "ref/stable/liveupdate": {} }, @@ -191641,7 +191641,7 @@ [ "liveupdate.liveupdate_version_mismatch", { - "_index": 6813, + "_index": 9738, "data": { "ref/stable/liveupdate": {} }, @@ -191651,7 +191651,7 @@ [ "liveupdate.mounts", { - "_index": 1860, + "_index": 3344, "data": { "manuals/live-update": {} }, @@ -191661,7 +191661,7 @@ [ "liveupdate.remove_mount", { - "_index": 5764, + "_index": 3921, "data": { "manuals/live-update-scripting": {}, "ref/stable/liveupdate": {} @@ -191672,7 +191672,7 @@ [ "liveupdate.store_archive", { - "_index": 6817, + "_index": 9741, "data": { "ref/stable/liveupdate": {} }, @@ -191682,7 +191682,7 @@ [ "liveupdate.store_manifest", { - "_index": 6820, + "_index": 9744, "data": { "ref/stable/liveupdate": {} }, @@ -191692,7 +191692,7 @@ [ "liveupdate.store_resource", { - "_index": 6827, + "_index": 9749, "data": { "ref/stable/liveupdate": {} }, @@ -191702,7 +191702,7 @@ [ "liveupdate_bundled_resource_mismatch", { - "_index": 6787, + "_index": 9712, "data": { "ref/stable/liveupdate": {} }, @@ -191712,7 +191712,7 @@ [ "liveupdate_engine_version_mismatch", { - "_index": 6789, + "_index": 9714, "data": { "ref/stable/liveupdate": {} }, @@ -191722,7 +191722,7 @@ [ "liveupdate_format_error", { - "_index": 6791, + "_index": 9716, "data": { "ref/stable/liveupdate": {} }, @@ -191732,7 +191732,7 @@ [ "liveupdate_inval", { - "_index": 6793, + "_index": 9718, "data": { "ref/stable/liveupdate": {} }, @@ -191742,7 +191742,7 @@ [ "liveupdate_invalid_header", { - "_index": 6795, + "_index": 9720, "data": { "ref/stable/liveupdate": {} }, @@ -191752,7 +191752,7 @@ [ "liveupdate_invalid_resource", { - "_index": 6797, + "_index": 9722, "data": { "ref/stable/liveupdate": {} }, @@ -191762,7 +191762,7 @@ [ "liveupdate_io_error", { - "_index": 6799, + "_index": 9724, "data": { "ref/stable/liveupdate": {} }, @@ -191772,7 +191772,7 @@ [ "liveupdate_mem_error", { - "_index": 6801, + "_index": 9726, "data": { "ref/stable/liveupdate": {} }, @@ -191782,7 +191782,7 @@ [ "liveupdate_ok", { - "_index": 6804, + "_index": 9729, "data": { "ref/stable/liveupdate": {} }, @@ -191792,7 +191792,7 @@ [ "liveupdate_scheme_mismatch", { - "_index": 6806, + "_index": 9731, "data": { "ref/stable/liveupdate": {} }, @@ -191802,7 +191802,7 @@ [ "liveupdate_signature_mismatch", { - "_index": 6808, + "_index": 9733, "data": { "ref/stable/liveupdate": {} }, @@ -191812,7 +191812,7 @@ [ "liveupdate_unknown", { - "_index": 6811, + "_index": 9736, "data": { "ref/stable/liveupdate": {} }, @@ -191822,7 +191822,7 @@ [ "liveupdate_version_mismatch", { - "_index": 6814, + "_index": 9739, "data": { "ref/stable/liveupdate": {} }, @@ -191832,7 +191832,7 @@ [ "living", { - "_index": 10600, + "_index": 10182, "data": { "ref/stable/particlefx": {} }, @@ -191842,7 +191842,7 @@ [ "lldb", { - "_index": 3760, + "_index": 3694, "data": { "manuals/debugging-game-and-system-logs": {}, "manuals/debugging-native-code": {}, @@ -191854,7 +191854,7 @@ [ "lldb/gdb", { - "_index": 4780, + "_index": 4966, "data": { "manuals/debugging-native-code": {} }, @@ -191864,7 +191864,7 @@ [ "lo", { - "_index": 6552, + "_index": 6563, "data": { "assets/horrifold": {} }, @@ -191874,7 +191874,7 @@ [ "load", { - "_index": 702, + "_index": 918, "data": { "assets/def-behavior-tree": {}, "assets/defsave": {}, @@ -191916,7 +191916,7 @@ [ "load/decode", { - "_index": 10497, + "_index": 9018, "data": { "ref/stable/dmDDF": {} }, @@ -191926,7 +191926,7 @@ [ "load_buffer", { - "_index": 8471, + "_index": 9603, "data": { "ref/stable/image": {}, "ref/stable/sys": {} @@ -191937,7 +191937,7 @@ [ "load_buffer_async", { - "_index": 8477, + "_index": 9609, "data": { "ref/stable/sys": {} }, @@ -191947,7 +191947,7 @@ [ "load_complete", { - "_index": 736, + "_index": 2549, "data": { "manuals/collection-factory": {}, "manuals/factory": {} @@ -191958,7 +191958,7 @@ [ "load_engine", { - "_index": 5026, + "_index": 4633, "data": { "manuals/extensions-manifest-merge-tool": {} }, @@ -191968,7 +191968,7 @@ [ "load_level", { - "_index": 5793, + "_index": 3955, "data": { "manuals/live-update-scripting": {} }, @@ -191978,7 +191978,7 @@ [ "load_previous", { - "_index": 9929, + "_index": 8668, "data": { "ref/stable/crash": {} }, @@ -191988,7 +191988,7 @@ [ "load_resource", { - "_index": 8486, + "_index": 9617, "data": { "ref/stable/sys": {} }, @@ -191998,7 +191998,7 @@ [ "load_texture.gui", { - "_index": 6110, + "_index": 6111, "data": { "examples/gui/load_texture": {} }, @@ -192008,7 +192008,7 @@ [ "load_texture.gui_script", { - "_index": 6112, + "_index": 6113, "data": { "examples/gui/load_texture": {} }, @@ -192018,7 +192018,7 @@ [ "loadclass", { - "_index": 7637, + "_index": 7998, "data": { "ref/stable/dmAndroid": {} }, @@ -192028,7 +192028,7 @@ [ "loaded", { - "_index": 669, + "_index": 860, "data": { "examples/factory/dynamic": {}, "examples/gui/load_texture": {}, @@ -192065,7 +192065,7 @@ [ "loader", { - "_index": 2320, + "_index": 882, "data": { "assets/imageloader": {}, "assets/slasherprototype": {}, @@ -192080,7 +192080,7 @@ [ "loader/unloader", { - "_index": 4541, + "_index": 5995, "data": { "manuals/building-blocks": {} }, @@ -192090,7 +192090,7 @@ [ "loaders", { - "_index": 7261, + "_index": 9311, "data": { "ref/stable/package": {} }, @@ -192100,7 +192100,7 @@ [ "loadfile", { - "_index": 10412, + "_index": 10631, "data": { "ref/stable/base": {} }, @@ -192110,7 +192110,7 @@ [ "loading", { - "_index": 670, + "_index": 2182, "data": { "assets/defold-persist": {}, "assets/reszip": {}, @@ -192146,7 +192146,7 @@ [ "loadlib", { - "_index": 7296, + "_index": 9343, "data": { "ref/stable/package": {} }, @@ -192156,7 +192156,7 @@ [ "loadmessage", { - "_index": 10496, + "_index": 9017, "data": { "ref/stable/dmDDF": {} }, @@ -192166,7 +192166,7 @@ [ "loadmessagefromfile", { - "_index": 10499, + "_index": 9021, "data": { "ref/stable/dmDDF": {} }, @@ -192176,7 +192176,7 @@ [ "loads", { - "_index": 706, + "_index": 2532, "data": { "assets/imageloader": {}, "examples/resource/modify_atlas": {}, @@ -192197,7 +192197,7 @@ [ "loadstring", { - "_index": 10103, + "_index": 7097, "data": { "ref/stable/base": {}, "ref/stable/string": {} @@ -192208,7 +192208,7 @@ [ "locaddr", { - "_index": 8201, + "_index": 10512, "data": { "ref/stable/socket": {} }, @@ -192218,7 +192218,7 @@ [ "local", { - "_index": 111, + "_index": 524, "data": { "examples/material/screenspace": {}, "manuals/addressing": {}, @@ -192306,7 +192306,7 @@ [ "local_foo", { - "_index": 5099, + "_index": 5200, "data": { "manuals/lua": {} }, @@ -192316,7 +192316,7 @@ [ "local_size_x", { - "_index": 3004, + "_index": 5308, "data": { "manuals/compute": {} }, @@ -192326,7 +192326,7 @@ [ "local_size_y", { - "_index": 3005, + "_index": 5309, "data": { "manuals/compute": {} }, @@ -192336,7 +192336,7 @@ [ "local_size_z", { - "_index": 3006, + "_index": 5310, "data": { "manuals/compute": {} }, @@ -192346,7 +192346,7 @@ [ "locale", { - "_index": 8543, + "_index": 7165, "data": { "ref/stable/os": {}, "ref/stable/string": {} @@ -192357,7 +192357,7 @@ [ "localhost", { - "_index": 4989, + "_index": 2450, "data": { "manuals/socket-connections": {}, "manuals/zerobrane": {} @@ -192368,7 +192368,7 @@ [ "localhost:8000", { - "_index": 5892, + "_index": 2348, "data": { "manuals/working-offline": {} }, @@ -192378,7 +192378,7 @@ [ "localhost:8172", { - "_index": 4990, + "_index": 2453, "data": { "manuals/zerobrane": {} }, @@ -192388,7 +192388,7 @@ [ "localisation", { - "_index": 6260, + "_index": 6679, "data": { "assets/defold-polyglot": {} }, @@ -192398,7 +192398,7 @@ [ "localisations", { - "_index": 6259, + "_index": 6678, "data": { "assets/defold-polyglot": {} }, @@ -192408,7 +192408,7 @@ [ "localization", { - "_index": 1627, + "_index": 4821, "data": { "assets/defglot": {}, "assets/defold-lang": {}, @@ -192421,7 +192421,7 @@ [ "localize", { - "_index": 6329, + "_index": 6269, "data": { "assets/lualocade": {} }, @@ -192431,7 +192431,7 @@ [ "locally", { - "_index": 1203, + "_index": 1570, "data": { "assets/defcon": {}, "manuals/android": {}, @@ -192450,7 +192450,7 @@ [ "localpoint", { - "_index": 8902, + "_index": 10082, "data": { "ref/stable/b2d.body": {} }, @@ -192460,7 +192460,7 @@ [ "locals", { - "_index": 3906, + "_index": 1383, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/debug": {} @@ -192471,7 +192471,7 @@ [ "locate", { - "_index": 3413, + "_index": 1615, "data": { "manuals/debugging-game-and-system-logs": {}, "manuals/ios": {}, @@ -192484,7 +192484,7 @@ [ "located", { - "_index": 434, + "_index": 2778, "data": { "manuals/bundling": {}, "manuals/debugging-game-and-system-logs": {}, @@ -192504,7 +192504,7 @@ [ "location", { - "_index": 428, + "_index": 253, "data": { "manuals/android": {}, "manuals/application-security": {}, @@ -192542,7 +192542,7 @@ [ "locations", { - "_index": 3850, + "_index": 1275, "data": { "assets/editor-script-extra-locations": {}, "manuals/editor": {}, @@ -192559,7 +192559,7 @@ [ "lock", { - "_index": 1718, + "_index": 4864, "data": { "assets/pointer-lock": {}, "manuals/porting-guidelines": {}, @@ -192574,7 +192574,7 @@ [ "locked", { - "_index": 1909, + "_index": 2305, "data": { "manuals/physics-events": {}, "manuals/physics-objects": {}, @@ -192588,7 +192588,7 @@ [ "locking", { - "_index": 6754, + "_index": 6474, "data": { "assets/pointer-lock": {}, "ref/stable/dmMutex": {}, @@ -192600,7 +192600,7 @@ [ "locks", { - "_index": 9700, + "_index": 7212, "data": { "ref/stable/window": {} }, @@ -192610,7 +192610,7 @@ [ "locport", { - "_index": 8202, + "_index": 10513, "data": { "ref/stable/socket": {} }, @@ -192620,7 +192620,7 @@ [ "log", { - "_index": 2428, + "_index": 3693, "data": { "assets/defold-log": {}, "assets/log": {}, @@ -192641,7 +192641,7 @@ [ "log.txt", { - "_index": 3761, + "_index": 3697, "data": { "manuals/debugging-game-and-system-logs": {}, "manuals/extensions": {} @@ -192652,7 +192652,7 @@ [ "log10", { - "_index": 9754, + "_index": 7266, "data": { "ref/stable/math": {} }, @@ -192662,7 +192662,7 @@ [ "log_text", { - "_index": 10847, + "_index": 10205, "data": { "ref/stable/profiler": {} }, @@ -192672,7 +192672,7 @@ [ "logarithm", { - "_index": 9753, + "_index": 7265, "data": { "ref/stable/math": {} }, @@ -192682,7 +192682,7 @@ [ "logged", { - "_index": 1670, + "_index": 4847, "data": { "manuals/debugging-native-code": {}, "manuals/porting-guidelines": {}, @@ -192694,7 +192694,7 @@ [ "logger", { - "_index": 6639, + "_index": 6390, "data": { "assets/defold-log": {} }, @@ -192704,7 +192704,7 @@ [ "logging", { - "_index": 2088, + "_index": 1076, "data": { "assets/err": {}, "assets/log": {}, @@ -192718,7 +192718,7 @@ [ "logic", { - "_index": 2542, + "_index": 1936, "data": { "assets/slasherprototype": {}, "examples/collection/proxy": {}, @@ -192748,7 +192748,7 @@ [ "logical", { - "_index": 4455, + "_index": 393, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/bundling": {}, @@ -192762,7 +192762,7 @@ [ "login", { - "_index": 419, + "_index": 3577, "data": { "assets/facebook": {}, "manuals/extender-local-setup": {}, @@ -192774,7 +192774,7 @@ [ "logo", { - "_index": 3241, + "_index": 5059, "data": { "examples/model/cubemap": {}, "manuals/flash": {} @@ -192785,7 +192785,7 @@ [ "logo#script", { - "_index": 3255, + "_index": 5067, "data": { "manuals/flash": {} }, @@ -192795,7 +192795,7 @@ [ "logo1", { - "_index": 3304, + "_index": 5106, "data": { "manuals/flash": {} }, @@ -192805,7 +192805,7 @@ [ "logo1:logo", { - "_index": 3301, + "_index": 5103, "data": { "manuals/flash": {} }, @@ -192815,7 +192815,7 @@ [ "logo2", { - "_index": 3305, + "_index": 5107, "data": { "manuals/flash": {} }, @@ -192825,7 +192825,7 @@ [ "logo2,logo3", { - "_index": 3309, + "_index": 5111, "data": { "manuals/flash": {} }, @@ -192835,7 +192835,7 @@ [ "logo2:logo", { - "_index": 3302, + "_index": 5104, "data": { "manuals/flash": {} }, @@ -192845,7 +192845,7 @@ [ "logo3", { - "_index": 3306, + "_index": 5108, "data": { "manuals/flash": {} }, @@ -192855,7 +192855,7 @@ [ "logo3:logo", { - "_index": 3303, + "_index": 5105, "data": { "manuals/flash": {} }, @@ -192865,7 +192865,7 @@ [ "logo:logo", { - "_index": 3261, + "_index": 5072, "data": { "manuals/flash": {} }, @@ -192875,7 +192875,7 @@ [ "logo_id", { - "_index": 3266, + "_index": 5077, "data": { "manuals/flash": {} }, @@ -192885,7 +192885,7 @@ [ "logos", { - "_index": 3278, + "_index": 5086, "data": { "manuals/flash": {} }, @@ -192895,7 +192895,7 @@ [ "logs", { - "_index": 3759, + "_index": 1939, "data": { "manuals/debugging": {}, "manuals/debugging-game-and-system-logs": {}, @@ -192911,7 +192911,7 @@ [ "logseverity", { - "_index": 7008, + "_index": 7403, "data": { "ref/stable/dmLog": {} }, @@ -192921,7 +192921,7 @@ [ "long", { - "_index": 2786, + "_index": 1166, "data": { "examples/gui/drag": {}, "manuals/addressing": {}, @@ -192948,7 +192948,7 @@ [ "longer", { - "_index": 4477, + "_index": 514, "data": { "manuals/android": {}, "manuals/gui": {}, @@ -192966,7 +192966,7 @@ [ "look", { - "_index": 596, + "_index": 1463, "data": { "examples/material/noise": {}, "examples/movement/look_at": {}, @@ -192990,7 +192990,7 @@ [ "looked", { - "_index": 8826, + "_index": 10820, "data": { "ref/stable/dmScript": {} }, @@ -193000,7 +193000,7 @@ [ "looking", { - "_index": 1724, + "_index": 443, "data": { "manuals/gui": {}, "manuals/porting-guidelines": {}, @@ -193013,7 +193013,7 @@ [ "looking_at", { - "_index": 6166, + "_index": 6126, "data": { "examples/movement/look_rotation": {} }, @@ -193023,7 +193023,7 @@ [ "lookrotation", { - "_index": 6165, + "_index": 6125, "data": { "examples/movement/look_rotation": {} }, @@ -193033,7 +193033,7 @@ [ "looks", { - "_index": 3355, + "_index": 1421, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/addressing": {}, @@ -193057,7 +193057,7 @@ [ "lookup", { - "_index": 134, + "_index": 2580, "data": { "manuals/debugging-native-code-ios": {}, "manuals/input-gamepads": {}, @@ -193072,7 +193072,7 @@ [ "lookups", { - "_index": 4737, + "_index": 4557, "data": { "manuals/bundling": {}, "manuals/glossary": {} @@ -193083,7 +193083,7 @@ [ "loop", { - "_index": 540, + "_index": 1150, "data": { "examples/particles/confetti": {}, "examples/particles/fireworks": {}, @@ -193112,7 +193112,7 @@ [ "loopcount", { - "_index": 5672, + "_index": 3502, "data": { "manuals/sound": {} }, @@ -193122,7 +193122,7 @@ [ "looping", { - "_index": 528, + "_index": 2482, "data": { "manuals/flash": {}, "manuals/flipbook-animation": {}, @@ -193135,7 +193135,7 @@ [ "loops", { - "_index": 1553, + "_index": 1504, "data": { "manuals/editor-scripts-ui": {}, "manuals/lua": {}, @@ -193148,7 +193148,7 @@ [ "lose", { - "_index": 1767, + "_index": 4881, "data": { "manuals/editor": {}, "manuals/porting-guidelines": {} @@ -193159,7 +193159,7 @@ [ "losing", { - "_index": 5298, + "_index": 5500, "data": { "manuals/editor-scripts": {} }, @@ -193169,7 +193169,7 @@ [ "loss", { - "_index": 2855, + "_index": 4206, "data": { "manuals/application-security": {}, "ref/stable/editor": {} @@ -193180,7 +193180,7 @@ [ "lost", { - "_index": 5389, + "_index": 4720, "data": { "manuals/android": {}, "manuals/collection-proxy": {}, @@ -193192,7 +193192,7 @@ [ "lot", { - "_index": 674, + "_index": 2180, "data": { "examples/particles/fire_and_smoke": {}, "manuals/atlas": {}, @@ -193212,7 +193212,7 @@ [ "low", { - "_index": 1532, + "_index": 1872, "data": { "assets/derez": {}, "assets/lowrezjamtemplate": {}, @@ -193236,7 +193236,7 @@ [ "lower", { - "_index": 3616, + "_index": 1690, "data": { "manuals/editor": {}, "manuals/optimization-size": {}, @@ -193255,7 +193255,7 @@ [ "lowercase", { - "_index": 4008, + "_index": 1563, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/bit": {}, @@ -193267,7 +193267,7 @@ [ "lowest", { - "_index": 2669, + "_index": 2920, "data": { "manuals/gui-layouts": {} }, @@ -193277,7 +193277,7 @@ [ "lowfi", { - "_index": 6609, + "_index": 6493, "data": { "assets/chipsounds": {} }, @@ -193287,7 +193287,7 @@ [ "lowrez", { - "_index": 6658, + "_index": 6597, "data": { "assets/lowrezjamtemplate": {} }, @@ -193297,7 +193297,7 @@ [ "lowrezjamtemplate", { - "_index": 6657, + "_index": 6596, "data": { "assets/lowrezjamtemplate": {} }, @@ -193307,7 +193307,7 @@ [ "lpeg", { - "_index": 6370, + "_index": 6451, "data": { "assets/lpeg": {}, "assets/narrator": {} @@ -193318,7 +193318,7 @@ [ "ls", { - "_index": 1453, + "_index": 3276, "data": { "manuals/bob": {}, "manuals/debugging-native-code": {}, @@ -193330,7 +193330,7 @@ [ "lsapplicationqueriesschemes", { - "_index": 8413, + "_index": 9546, "data": { "ref/stable/sys": {} }, @@ -193340,7 +193340,7 @@ [ "lshift", { - "_index": 7768, + "_index": 8619, "data": { "ref/stable/bit": {} }, @@ -193350,7 +193350,7 @@ [ "lsp", { - "_index": 5230, + "_index": 5436, "data": { "manuals/editor-scripts": {} }, @@ -193360,7 +193360,7 @@ [ "lt", { - "_index": 6856, + "_index": 6954, "data": { "ref/stable/dmGui": {}, "ref/stable/render": {}, @@ -193372,7 +193372,7 @@ [ "lt;<", { - "_index": 10502, + "_index": 9024, "data": { "ref/stable/dmDDF": {} }, @@ -193382,7 +193382,7 @@ [ "lt;..native", { - "_index": 8661, + "_index": 8647, "data": { "ref/stable/dmSpinlock": {} }, @@ -193392,7 +193392,7 @@ [ "lt;0", { - "_index": 8781, + "_index": 10780, "data": { "ref/stable/dmScript": {} }, @@ -193402,7 +193402,7 @@ [ "lu_infos", { - "_index": 5781, + "_index": 3942, "data": { "manuals/live-update-scripting": {} }, @@ -193412,7 +193412,7 @@ [ "lu_infos['liveupdate", { - "_index": 5786, + "_index": 3947, "data": { "manuals/live-update-scripting": {} }, @@ -193422,7 +193422,7 @@ [ "lua", { - "_index": 102, + "_index": 160, "data": { "assets/acidrain": {}, "assets/cjson": {}, @@ -193531,7 +193531,7 @@ [ "lua"", { - "_index": 10121, + "_index": 7125, "data": { "ref/stable/string": {} }, @@ -193541,7 +193541,7 @@ [ "lua/c", { - "_index": 5073, + "_index": 5175, "data": { "manuals/lua": {} }, @@ -193551,7 +193551,7 @@ [ "lua_cpath", { - "_index": 7255, + "_index": 9305, "data": { "ref/stable/package": {} }, @@ -193561,7 +193561,7 @@ [ "lua_getinfo", { - "_index": 6972, + "_index": 9489, "data": { "ref/stable/debug": {} }, @@ -193571,7 +193571,7 @@ [ "lua_gettop", { - "_index": 8716, + "_index": 10720, "data": { "ref/stable/dmScript": {} }, @@ -193581,7 +193581,7 @@ [ "lua_noref", { - "_index": 8835, + "_index": 10828, "data": { "ref/stable/dmScript": {} }, @@ -193591,7 +193591,7 @@ [ "lua_path", { - "_index": 7306, + "_index": 9351, "data": { "ref/stable/package": {} }, @@ -193601,7 +193601,7 @@ [ "lua_pcall", { - "_index": 8784, + "_index": 10781, "data": { "ref/stable/dmScript": {} }, @@ -193611,7 +193611,7 @@ [ "lua_registryindex", { - "_index": 8801, + "_index": 10797, "data": { "ref/stable/dmScript": {} }, @@ -193621,7 +193621,7 @@ [ "lua_state", { - "_index": 4939, + "_index": 4744, "data": { "manuals/extensions": {}, "ref/stable/dmGui": {}, @@ -193633,7 +193633,7 @@ [ "lua_tboolean", { - "_index": 8707, + "_index": 10712, "data": { "ref/stable/dmScript": {} }, @@ -193643,7 +193643,7 @@ [ "lua_tnumber", { - "_index": 8708, + "_index": 10713, "data": { "ref/stable/dmScript": {} }, @@ -193653,7 +193653,7 @@ [ "lua_tstring", { - "_index": 8709, + "_index": 10714, "data": { "ref/stable/dmScript": {} }, @@ -193663,7 +193663,7 @@ [ "luabufferownership", { - "_index": 8827, + "_index": 10821, "data": { "ref/stable/dmScript": {} }, @@ -193673,7 +193673,7 @@ [ "luacallbackinfo", { - "_index": 8775, + "_index": 10774, "data": { "ref/stable/dmScript": {} }, @@ -193683,7 +193683,7 @@ [ "luacheck", { - "_index": 4298, + "_index": 3147, "data": { "manuals/writing-code": {} }, @@ -193693,7 +193693,7 @@ [ "luacheckrc", { - "_index": 4299, + "_index": 3148, "data": { "manuals/editor-scripts": {}, "manuals/writing-code": {} @@ -193704,7 +193704,7 @@ [ "luaconf.h", { - "_index": 7256, + "_index": 9306, "data": { "ref/stable/package": {} }, @@ -193714,7 +193714,7 @@ [ "luafilesystem", { - "_index": 6565, + "_index": 6713, "data": { "assets/luafilesystemlfs": {} }, @@ -193724,7 +193724,7 @@ [ "luafilesystemlfs", { - "_index": 6563, + "_index": 6711, "data": { "assets/luafilesystemlfs": {} }, @@ -193734,7 +193734,7 @@ [ "luahbuffer", { - "_index": 8720, + "_index": 10723, "data": { "ref/stable/dmScript": {} }, @@ -193744,7 +193744,7 @@ [ "luajit", { - "_index": 4287, + "_index": 3132, "data": { "manuals/lua": {}, "manuals/writing-code": {} @@ -193755,7 +193755,7 @@ [ "lual_checkstring", { - "_index": 4944, + "_index": 4749, "data": { "manuals/extensions": {} }, @@ -193765,7 +193765,7 @@ [ "lual_error", { - "_index": 8714, + "_index": 10718, "data": { "ref/stable/dmScript": {} }, @@ -193775,7 +193775,7 @@ [ "lual_ref", { - "_index": 8818, + "_index": 10813, "data": { "ref/stable/dmScript": {} }, @@ -193785,7 +193785,7 @@ [ "lualocade", { - "_index": 6328, + "_index": 6268, "data": { "assets/lualocade": {} }, @@ -193795,7 +193795,7 @@ [ "luaopen_", { - "_index": 7281, + "_index": 9329, "data": { "ref/stable/package": {} }, @@ -193805,7 +193805,7 @@ [ "luaopen_a_b_c", { - "_index": 7293, + "_index": 9340, "data": { "ref/stable/package": {} }, @@ -193815,7 +193815,7 @@ [ "luaopen_b_c", { - "_index": 7288, + "_index": 9336, "data": { "ref/stable/package": {} }, @@ -193825,7 +193825,7 @@ [ "luapushnode", { - "_index": 10005, + "_index": 8125, "data": { "ref/stable/dmGui": {} }, @@ -193835,7 +193835,7 @@ [ "luascriptinstance", { - "_index": 6276, + "_index": 6264, "data": { "assets/luascriptinstance": {} }, @@ -193845,7 +193845,7 @@ [ "luasocket", { - "_index": 5975, + "_index": 3598, "data": { "assets/luasocket": {}, "manuals/socket-connections": {}, @@ -193857,7 +193857,7 @@ [ "luatojson", { - "_index": 8780, + "_index": 10779, "data": { "ref/stable/dmScript": {} }, @@ -193867,7 +193867,7 @@ [ "luminance", { - "_index": 9284, + "_index": 7797, "data": { "ref/stable/gui": {}, "ref/stable/image": {} @@ -193878,7 +193878,7 @@ [ "lz4", { - "_index": 4733, + "_index": 4714, "data": { "manuals/bundling": {} }, @@ -193888,7 +193888,7 @@ [ "m", { - "_index": 2197, + "_index": 652, "data": { "assets/m": {}, "manuals/editor-scripts": {}, @@ -193907,7 +193907,7 @@ [ "m.alter_state", { - "_index": 2705, + "_index": 5733, "data": { "manuals/modules": {} }, @@ -193917,7 +193917,7 @@ [ "m.do_something", { - "_index": 2695, + "_index": 5729, "data": { "manuals/modules": {} }, @@ -193927,7 +193927,7 @@ [ "m.get_commands", { - "_index": 3848, + "_index": 1271, "data": { "manuals/editor-scripts": {}, "manuals/editor-scripts-ui": {} @@ -193938,7 +193938,7 @@ [ "m.get_language_servers", { - "_index": 5149, + "_index": 5356, "data": { "manuals/editor-scripts": {} }, @@ -193948,7 +193948,7 @@ [ "m.get_prefs_schema", { - "_index": 5150, + "_index": 5357, "data": { "manuals/editor-scripts": {} }, @@ -193958,7 +193958,7 @@ [ "m.get_state", { - "_index": 2708, + "_index": 5736, "data": { "manuals/modules": {} }, @@ -193968,7 +193968,7 @@ [ "m.new", { - "_index": 2709, + "_index": 5737, "data": { "manuals/modules": {} }, @@ -193978,7 +193978,7 @@ [ "m.on_build_started", { - "_index": 5206, + "_index": 5414, "data": { "manuals/editor-scripts": {} }, @@ -193988,7 +193988,7 @@ [ "m.val", { - "_index": 6008, + "_index": 2365, "data": { "manuals/hot-reload": {} }, @@ -193998,7 +193998,7 @@ [ "m.value", { - "_index": 2689, + "_index": 5725, "data": { "manuals/modules": {} }, @@ -194008,7 +194008,7 @@ [ "m/s", { - "_index": 8850, + "_index": 10031, "data": { "ref/stable/b2d.body": {} }, @@ -194018,7 +194018,7 @@ [ "m2", { - "_index": 7576, + "_index": 9779, "data": { "ref/stable/dmTransform": {} }, @@ -194028,7 +194028,7 @@ [ "m2e", { - "_index": 9747, + "_index": 7258, "data": { "ref/stable/math": {} }, @@ -194038,7 +194038,7 @@ [ "m:alter_state", { - "_index": 2716, + "_index": 5743, "data": { "manuals/modules": {} }, @@ -194048,7 +194048,7 @@ [ "m:get_state", { - "_index": 2719, + "_index": 5745, "data": { "manuals/modules": {} }, @@ -194058,7 +194058,7 @@ [ "m^2", { - "_index": 8872, + "_index": 10053, "data": { "ref/stable/b2d.body": {} }, @@ -194068,7 +194068,7 @@ [ "m_begin", { - "_index": 7500, + "_index": 10877, "data": { "ref/stable/dmRender": {} }, @@ -194078,7 +194078,7 @@ [ "m_bool", { - "_index": 9640, + "_index": 9279, "data": { "ref/stable/dmGameObject": {} }, @@ -194088,7 +194088,7 @@ [ "m_boolcount", { - "_index": 9591, + "_index": 9231, "data": { "ref/stable/dmGameObject": {} }, @@ -194098,7 +194098,7 @@ [ "m_buf", { - "_index": 7499, + "_index": 10876, "data": { "ref/stable/dmRender": {} }, @@ -194108,7 +194108,7 @@ [ "m_buffer", { - "_index": 8778, + "_index": 10777, "data": { "ref/stable/dmScript": {} }, @@ -194118,7 +194118,7 @@ [ "m_bufferres", { - "_index": 8777, + "_index": 10776, "data": { "ref/stable/dmScript": {} }, @@ -194128,7 +194128,7 @@ [ "m_elementcount", { - "_index": 9617, + "_index": 9257, "data": { "ref/stable/dmGameObject": {} }, @@ -194138,7 +194138,7 @@ [ "m_end", { - "_index": 7501, + "_index": 10878, "data": { "ref/stable/dmRender": {} }, @@ -194148,7 +194148,7 @@ [ "m_hash", { - "_index": 9635, + "_index": 9275, "data": { "ref/stable/dmGameObject": {} }, @@ -194158,7 +194158,7 @@ [ "m_key", { - "_index": 9625, + "_index": 9265, "data": { "ref/stable/dmGameObject": {} }, @@ -194168,7 +194168,7 @@ [ "m_l", { - "_index": 4947, + "_index": 4752, "data": { "manuals/extensions": {} }, @@ -194178,7 +194178,7 @@ [ "m_majororder", { - "_index": 7505, + "_index": 10880, "data": { "ref/stable/dmRender": {} }, @@ -194188,7 +194188,7 @@ [ "m_number", { - "_index": 9634, + "_index": 9274, "data": { "ref/stable/dmGameObject": {} }, @@ -194198,7 +194198,7 @@ [ "m_order", { - "_index": 7510, + "_index": 10883, "data": { "ref/stable/dmRender": {} }, @@ -194208,7 +194208,7 @@ [ "m_text", { - "_index": 9641, + "_index": 9280, "data": { "ref/stable/dmGameObject": {} }, @@ -194218,7 +194218,7 @@ [ "m_texture", { - "_index": 10011, + "_index": 8133, "data": { "ref/stable/dmGui": {} }, @@ -194228,7 +194228,7 @@ [ "m_url", { - "_index": 9636, + "_index": 9276, "data": { "ref/stable/dmGameObject": {} }, @@ -194238,7 +194238,7 @@ [ "m_v4", { - "_index": 9638, + "_index": 9278, "data": { "ref/stable/dmGameObject": {} }, @@ -194248,7 +194248,7 @@ [ "m_valueptr", { - "_index": 9616, + "_index": 9256, "data": { "ref/stable/dmGameObject": {} }, @@ -194258,7 +194258,7 @@ [ "m_variant", { - "_index": 9618, + "_index": 9258, "data": { "ref/stable/dmGameObject": {} }, @@ -194268,7 +194268,7 @@ [ "mac", { - "_index": 5337, + "_index": 5568, "data": { "manuals/editor": {}, "manuals/macos": {}, @@ -194281,7 +194281,7 @@ [ "machine", { - "_index": 760, + "_index": 3724, "data": { "assets/mirastate": {}, "manuals/caching-assets": {}, @@ -194294,7 +194294,7 @@ [ "machinery", { - "_index": 3586, + "_index": 5603, "data": { "manuals/introduction": {} }, @@ -194304,7 +194304,7 @@ [ "macintosh", { - "_index": 8462, + "_index": 9594, "data": { "ref/stable/sys": {} }, @@ -194314,7 +194314,7 @@ [ "macos", { - "_index": 1503, + "_index": 1989, "data": { "assets/defbuild": {}, "manuals/bob": {}, @@ -194342,7 +194342,7 @@ [ "macosandroid", { - "_index": 10844, + "_index": 10202, "data": { "ref/stable/profiler": {} }, @@ -194352,7 +194352,7 @@ [ "macro", { - "_index": 2310, + "_index": 863, "data": { "manuals/application-security": {}, "manuals/extensions": {}, @@ -194367,7 +194367,7 @@ [ "macros", { - "_index": 2065, + "_index": 1036, "data": { "manuals/extensions-defold-sdk": {} }, @@ -194377,7 +194377,7 @@ [ "made", { - "_index": 322, + "_index": 533, "data": { "assets/cards-fx-kit": {}, "assets/pointer-lock": {}, @@ -194407,7 +194407,7 @@ [ "mag", { - "_index": 2886, + "_index": 6027, "data": { "manuals/material": {} }, @@ -194417,7 +194417,7 @@ [ "mag_filter", { - "_index": 7836, + "_index": 8489, "data": { "ref/stable/render": {} }, @@ -194427,7 +194427,7 @@ [ "magazines", { - "_index": 2790, + "_index": 4156, "data": { "manuals/application-security": {} }, @@ -194437,7 +194437,7 @@ [ "magic", { - "_index": 6650, + "_index": 6523, "data": { "assets/magiclinker": {}, "ref/stable/string": {} @@ -194448,7 +194448,7 @@ [ "magiclinker", { - "_index": 6649, + "_index": 6522, "data": { "assets/magiclinker": {} }, @@ -194458,7 +194458,7 @@ [ "magnification", { - "_index": 2880, + "_index": 6022, "data": { "manuals/material": {} }, @@ -194468,7 +194468,7 @@ [ "magnifying", { - "_index": 2438, + "_index": 26, "data": { "manuals/texture-filtering": {} }, @@ -194478,7 +194478,7 @@ [ "magnitude", { - "_index": 3218, + "_index": 1244, "data": { "examples/particles/fire_and_smoke": {}, "examples/particles/modifiers": {}, @@ -194491,7 +194491,7 @@ [ "magnitudes", { - "_index": 8298, + "_index": 6990, "data": { "ref/stable/vmath": {} }, @@ -194501,7 +194501,7 @@ [ "main", { - "_index": 1104, + "_index": 859, "data": { "examples/particles/confetti": {}, "examples/particles/fireworks": {}, @@ -194539,7 +194539,7 @@ [ "main.collection", { - "_index": 2635, + "_index": 3401, "data": { "manuals/addressing": {}, "manuals/building-blocks": {}, @@ -194552,7 +194552,7 @@ [ "main.mymodule", { - "_index": 2710, + "_index": 5738, "data": { "manuals/modules": {} }, @@ -194562,7 +194562,7 @@ [ "main/bean.collection", { - "_index": 4549, + "_index": 5999, "data": { "manuals/building-blocks": {} }, @@ -194572,7 +194572,7 @@ [ "main/data/,assets/level_data.json", { - "_index": 8475, + "_index": 9607, "data": { "ref/stable/sys": {} }, @@ -194582,7 +194582,7 @@ [ "main/game.script", { - "_index": 5160, + "_index": 5367, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -194593,7 +194593,7 @@ [ "main/images/hero_run_color_1.png", { - "_index": 5739, + "_index": 3818, "data": { "manuals/sprite": {} }, @@ -194603,7 +194603,7 @@ [ "main/images/hero_run_color_2.png", { - "_index": 5740, + "_index": 3819, "data": { "manuals/sprite": {} }, @@ -194613,7 +194613,7 @@ [ "main/images/hero_run_normal_1.png", { - "_index": 5743, + "_index": 3822, "data": { "manuals/sprite": {} }, @@ -194623,7 +194623,7 @@ [ "main/images/hero_run_normal_2.png", { - "_index": 5744, + "_index": 3823, "data": { "manuals/sprite": {} }, @@ -194633,7 +194633,7 @@ [ "main/levels/enemya.goc", { - "_index": 2631, + "_index": 4345, "data": { "manuals/factory": {} }, @@ -194643,7 +194643,7 @@ [ "main/levels/level1.collectionc", { - "_index": 747, + "_index": 2557, "data": { "manuals/collection-factory": {} }, @@ -194653,7 +194653,7 @@ [ "main/my", { - "_index": 1151, + "_index": 2771, "data": { "manuals/shader": {} }, @@ -194663,7 +194663,7 @@ [ "main/my_gui.gui_script:2", { - "_index": 2547, + "_index": 5898, "data": { "manuals/gui-script": {} }, @@ -194673,7 +194673,7 @@ [ "main/my_texture.texturec", { - "_index": 7337, + "_index": 10305, "data": { "ref/stable/resource": {} }, @@ -194683,7 +194683,7 @@ [ "main:/manager#controller", { - "_index": 4897, + "_index": 3432, "data": { "manuals/addressing": {} }, @@ -194693,7 +194693,7 @@ [ "main:/team_2/buddy#controller", { - "_index": 4898, + "_index": 3433, "data": { "manuals/addressing": {} }, @@ -194703,7 +194703,7 @@ [ "mainly", { - "_index": 1049, + "_index": 1095, "data": { "manuals/editor-styling": {}, "manuals/extensions-defold-sdk": {}, @@ -194716,7 +194716,7 @@ [ "maintain", { - "_index": 5272, + "_index": 5478, "data": { "manuals/editor-scripts": {}, "ref/stable/go": {} @@ -194727,7 +194727,7 @@ [ "maintained", { - "_index": 5449, + "_index": 3655, "data": { "manuals/android": {}, "manuals/extensions-best-practices": {} @@ -194738,7 +194738,7 @@ [ "maintaining", { - "_index": 3747, + "_index": 1883, "data": { "assets/derez": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -194751,7 +194751,7 @@ [ "maintains", { - "_index": 5477, + "_index": 3624, "data": { "manuals/extensions-best-practices": {} }, @@ -194761,7 +194761,7 @@ [ "maintimeline", { - "_index": 3272, + "_index": 5082, "data": { "manuals/flash": {} }, @@ -194771,7 +194771,7 @@ [ "major", { - "_index": 3828, + "_index": 607, "data": { "manuals/android": {}, "manuals/gui": {}, @@ -194784,7 +194784,7 @@ [ "majority", { - "_index": 4896, + "_index": 3430, "data": { "manuals/addressing": {} }, @@ -194794,7 +194794,7 @@ [ "make", { - "_index": 28, + "_index": 457, "data": { "assets/alienworld": {}, "assets/compat53": {}, @@ -194873,7 +194873,7 @@ [ "make_invincible", { - "_index": 7115, + "_index": 7523, "data": { "ref/stable/physics": {} }, @@ -194883,7 +194883,7 @@ [ "maker", { - "_index": 6705, + "_index": 6482, "data": { "assets/defkit": {} }, @@ -194893,7 +194893,7 @@ [ "makes", { - "_index": 410, + "_index": 324, "data": { "assets/orthographic": {}, "assets/siwa": {}, @@ -194921,7 +194921,7 @@ [ "making", { - "_index": 3516, + "_index": 1340, "data": { "examples/animation/cursor": {}, "manuals/debugging-native-code-android": {}, @@ -194938,7 +194938,7 @@ [ "man", { - "_index": 2838, + "_index": 4194, "data": { "manuals/application-security": {} }, @@ -194948,7 +194948,7 @@ [ "manage", { - "_index": 1362, + "_index": 2169, "data": { "assets/def-behavior-tree": {}, "assets/defarmy": {}, @@ -194967,7 +194967,7 @@ [ "manageable", { - "_index": 3745, + "_index": 569, "data": { "manuals/gui": {}, "manuals/render": {} @@ -194978,7 +194978,7 @@ [ "management", { - "_index": 3064, + "_index": 5046, "data": { "manuals/live-update-aws": {}, "ref/stable/collectionproxy": {} @@ -194989,7 +194989,7 @@ [ "manager", { - "_index": 1363, + "_index": 2928, "data": { "assets/dashdocsetfordefold": {}, "assets/defold-saver": {}, @@ -195006,7 +195006,7 @@ [ "manager#controller", { - "_index": 4893, + "_index": 3424, "data": { "manuals/addressing": {} }, @@ -195016,7 +195016,7 @@ [ "managers", { - "_index": 2851, + "_index": 4203, "data": { "manuals/application-security": {} }, @@ -195026,7 +195026,7 @@ [ "managing", { - "_index": 6281, + "_index": 6341, "data": { "assets/websocket": {}, "ref/stable/buffer": {} @@ -195037,7 +195037,7 @@ [ "manifest", { - "_index": 623, + "_index": 2101, "data": { "manuals/android": {}, "manuals/app-manifest": {}, @@ -195060,7 +195060,7 @@ [ "manifest.md", { - "_index": 3493, + "_index": 3038, "data": { "manuals/ios": {}, "manuals/macos": {} @@ -195071,7 +195071,7 @@ [ "manifest.private.der", { - "_index": 1697, + "_index": 4858, "data": { "manuals/porting-guidelines": {} }, @@ -195081,7 +195081,7 @@ [ "manifest.public.der", { - "_index": 1698, + "_index": 4859, "data": { "manuals/porting-guidelines": {} }, @@ -195091,7 +195091,7 @@ [ "manifestmergetool", { - "_index": 1456, + "_index": 4077, "data": { "manuals/extender-local-setup": {} }, @@ -195101,7 +195101,7 @@ [ "manifestmergetool.jar", { - "_index": 1424, + "_index": 4049, "data": { "manuals/extender-local-setup": {} }, @@ -195111,7 +195111,7 @@ [ "manifestmergetool_version", { - "_index": 1435, + "_index": 4059, "data": { "manuals/extender-local-setup": {} }, @@ -195121,7 +195121,7 @@ [ "manifestmergetool_version}.jar", { - "_index": 1451, + "_index": 4073, "data": { "manuals/extender-local-setup": {} }, @@ -195131,7 +195131,7 @@ [ "manifests", { - "_index": 1280, + "_index": 4650, "data": { "manuals/extensions-ext-manifests": {} }, @@ -195141,7 +195141,7 @@ [ "manifests/android", { - "_index": 4115, + "_index": 5547, "data": { "manuals/extensions-gradle": {} }, @@ -195151,7 +195151,7 @@ [ "manifests/ios", { - "_index": 4022, + "_index": 5941, "data": { "manuals/extensions-cocoapods": {} }, @@ -195161,7 +195161,7 @@ [ "manifests/osx", { - "_index": 4023, + "_index": 5942, "data": { "manuals/extensions-cocoapods": {} }, @@ -195171,7 +195171,7 @@ [ "manipulate", { - "_index": 832, + "_index": 154, "data": { "assets/defgraph": {}, "manuals/addressing": {}, @@ -195193,7 +195193,7 @@ [ "manipulated", { - "_index": 507, + "_index": 3476, "data": { "manuals/building-blocks": {}, "manuals/camera": {}, @@ -195211,7 +195211,7 @@ [ "manipulates", { - "_index": 2704, + "_index": 5732, "data": { "manuals/modules": {} }, @@ -195221,7 +195221,7 @@ [ "manipulating", { - "_index": 2082, + "_index": 1069, "data": { "manuals/extensions-defold-sdk": {}, "ref/stable/b2d.body": {} @@ -195232,7 +195232,7 @@ [ "manipulation", { - "_index": 90, + "_index": 152, "data": { "assets/deftable": {}, "manuals/camera": {}, @@ -195253,7 +195253,7 @@ [ "manipulator", { - "_index": 5827, + "_index": 5575, "data": { "manuals/editor": {} }, @@ -195263,7 +195263,7 @@ [ "manipulators", { - "_index": 5823, + "_index": 5570, "data": { "manuals/editor": {} }, @@ -195273,7 +195273,7 @@ [ "manner", { - "_index": 3672, + "_index": 1765, "data": { "assets/steamworks": {}, "manuals/render": {}, @@ -195578,7 +195578,7 @@ [ "manually", { - "_index": 530, + "_index": 2096, "data": { "manuals/android": {}, "manuals/caching-assets": {}, @@ -195608,7 +195608,7 @@ [ "manuals", { - "_index": 3578, + "_index": 5597, "data": { "manuals/introduction": {} }, @@ -195618,7 +195618,7 @@ [ "manufacturer", { - "_index": 3765, + "_index": 3700, "data": { "manuals/debugging-game-and-system-logs": {}, "ref/stable/crash": {}, @@ -195630,7 +195630,7 @@ [ "many", { - "_index": 1244, + "_index": 1173, "data": { "assets/cas-ai": {}, "assets/defold-cairo": {}, @@ -195670,7 +195670,7 @@ [ "map", { - "_index": 367, + "_index": 982, "data": { "assets/defgraph": {}, "assets/moku": {}, @@ -195695,7 +195695,7 @@ [ "map_jit", { - "_index": 5352, + "_index": 5833, "data": { "manuals/macos": {} }, @@ -195705,7 +195705,7 @@ [ "mapped", { - "_index": 153, + "_index": 1896, "data": { "manuals/debugging-native-code-android": {}, "manuals/debugging-native-code-ios": {}, @@ -195724,7 +195724,7 @@ [ "mapping", { - "_index": 4268, + "_index": 4812, "data": { "manuals/debugging-native-code-android": {}, "manuals/importing-models": {}, @@ -195737,7 +195737,7 @@ [ "mappings", { - "_index": 4266, + "_index": 4905, "data": { "manuals/debugging-native-code-android": {}, "manuals/debugging-native-code-ios": {}, @@ -195749,7 +195749,7 @@ [ "maps", { - "_index": 372, + "_index": 986, "data": { "assets/spritefusion": {}, "assets/tiled": {}, @@ -195768,7 +195768,7 @@ [ "margin", { - "_index": 2465, + "_index": 2838, "data": { "manuals/atlas": {}, "manuals/tilesource": {}, @@ -195780,7 +195780,7 @@ [ "margins", { - "_index": 7440, + "_index": 10371, "data": { "ref/stable/resource": {} }, @@ -195790,7 +195790,7 @@ [ "mark", { - "_index": 3799, + "_index": 593, "data": { "manuals/gui": {}, "manuals/lua": {}, @@ -195804,7 +195804,7 @@ [ "marked", { - "_index": 2346, + "_index": 1906, "data": { "manuals/debugging-game-logic": {}, "manuals/gui-layouts": {}, @@ -195822,7 +195822,7 @@ [ "marker", { - "_index": 4593, + "_index": 4616, "data": { "manuals/debugging-game-logic": {}, "manuals/extensions-manifest-merge-tool": {} @@ -195833,7 +195833,7 @@ [ "markers", { - "_index": 4554, + "_index": 6004, "data": { "manuals/building-blocks": {} }, @@ -195843,7 +195843,7 @@ [ "marking", { - "_index": 5566, + "_index": 5722, "data": { "manuals/resource": {} }, @@ -195853,7 +195853,7 @@ [ "markup", { - "_index": 5550, + "_index": 1953, "data": { "assets/richtext": {}, "manuals/script": {} @@ -195864,7 +195864,7 @@ [ "mask", { - "_index": 1924, + "_index": 426, "data": { "manuals/flash": {}, "manuals/gui": {}, @@ -195880,7 +195880,7 @@ [ "maskbit", { - "_index": 7065, + "_index": 7477, "data": { "ref/stable/physics": {} }, @@ -195890,7 +195890,7 @@ [ "masking", { - "_index": 7114, + "_index": 7522, "data": { "ref/stable/physics": {} }, @@ -195900,7 +195900,7 @@ [ "masks", { - "_index": 4015, + "_index": 1891, "data": { "manuals/physics-groups": {}, "ref/stable/render": {} @@ -195911,7 +195911,7 @@ [ "mass", { - "_index": 1935, + "_index": 2326, "data": { "manuals/physics-events": {}, "manuals/physics-objects": {}, @@ -195924,7 +195924,7 @@ [ "massive", { - "_index": 1238, + "_index": 2816, "data": { "manuals/shader": {} }, @@ -195934,7 +195934,7 @@ [ "master", { - "_index": 5475, + "_index": 3504, "data": { "manuals/extensions-best-practices": {}, "manuals/sound": {}, @@ -195947,7 +195947,7 @@ [ "master/build", { - "_index": 6085, + "_index": 4908, "data": { "manuals/debugging-native-code-ios": {} }, @@ -195957,7 +195957,7 @@ [ "master:bind", { - "_index": 8162, + "_index": 10473, "data": { "ref/stable/socket": {} }, @@ -195967,7 +195967,7 @@ [ "master:close", { - "_index": 8166, + "_index": 10477, "data": { "ref/stable/socket": {} }, @@ -195977,7 +195977,7 @@ [ "master:connect", { - "_index": 8167, + "_index": 10478, "data": { "ref/stable/socket": {} }, @@ -195987,7 +195987,7 @@ [ "master:dirty", { - "_index": 8173, + "_index": 10484, "data": { "ref/stable/socket": {} }, @@ -195997,7 +195997,7 @@ [ "master:getfd", { - "_index": 8174, + "_index": 10485, "data": { "ref/stable/socket": {} }, @@ -196007,7 +196007,7 @@ [ "master:getsockname", { - "_index": 8175, + "_index": 10486, "data": { "ref/stable/socket": {} }, @@ -196017,7 +196017,7 @@ [ "master:getstats", { - "_index": 8176, + "_index": 10487, "data": { "ref/stable/socket": {} }, @@ -196027,7 +196027,7 @@ [ "master:listen", { - "_index": 8177, + "_index": 10488, "data": { "ref/stable/socket": {} }, @@ -196037,7 +196037,7 @@ [ "master:setfd", { - "_index": 8181, + "_index": 10492, "data": { "ref/stable/socket": {} }, @@ -196047,7 +196047,7 @@ [ "master:setstats", { - "_index": 8182, + "_index": 10493, "data": { "ref/stable/socket": {} }, @@ -196057,7 +196057,7 @@ [ "master:settimeout", { - "_index": 8183, + "_index": 10494, "data": { "ref/stable/socket": {} }, @@ -196067,7 +196067,7 @@ [ "mat4", { - "_index": 1098, + "_index": 2731, "data": { "manuals/shader": {} }, @@ -196077,7 +196077,7 @@ [ "match", { - "_index": 2671, + "_index": 2261, "data": { "assets/emthree": {}, "examples/physics/dynamic": {}, @@ -196106,7 +196106,7 @@ [ "matchanovel", { - "_index": 6685, + "_index": 6747, "data": { "assets/matchanovel": {} }, @@ -196116,7 +196116,7 @@ [ "matcher", { - "_index": 2662, + "_index": 2912, "data": { "manuals/gui-layouts": {} }, @@ -196126,7 +196126,7 @@ [ "matches", { - "_index": 806, + "_index": 2915, "data": { "manuals/gui-layouts": {}, "manuals/label": {}, @@ -196140,7 +196140,7 @@ [ "matching", { - "_index": 168, + "_index": 1890, "data": { "assets/lpeg": {}, "examples/physics/dynamic": {}, @@ -196167,7 +196167,7 @@ [ "matchmaker", { - "_index": 6436, + "_index": 6352, "data": { "assets/nakama": {} }, @@ -196177,7 +196177,7 @@ [ "matchmaking", { - "_index": 5540, + "_index": 4106, "data": { "manuals/online-services": {} }, @@ -196187,7 +196187,7 @@ [ "material", { - "_index": 805, + "_index": 101, "data": { "assets/illumination": {}, "assets/sparkle-shader": {}, @@ -196228,7 +196228,7 @@ [ "materials", { - "_index": 869, + "_index": 112, "data": { "assets/dsfonts": {}, "examples/material/unlit": {}, @@ -196250,7 +196250,7 @@ [ "math", { - "_index": 1184, + "_index": 1094, "data": { "assets/defmath": {}, "manuals/extensions-best-practices": {}, @@ -196265,7 +196265,7 @@ [ "math.abs", { - "_index": 9714, + "_index": 7223, "data": { "ref/stable/math": {} }, @@ -196275,7 +196275,7 @@ [ "math.acos", { - "_index": 9715, + "_index": 7225, "data": { "ref/stable/math": {} }, @@ -196285,7 +196285,7 @@ [ "math.asin", { - "_index": 9719, + "_index": 7229, "data": { "ref/stable/math": {} }, @@ -196295,7 +196295,7 @@ [ "math.atan", { - "_index": 9721, + "_index": 7232, "data": { "ref/stable/math": {} }, @@ -196305,7 +196305,7 @@ [ "math.atan2", { - "_index": 6161, + "_index": 6121, "data": { "examples/movement/look_at": {}, "ref/stable/math": {} @@ -196316,7 +196316,7 @@ [ "math.ceil", { - "_index": 9728, + "_index": 7239, "data": { "ref/stable/math": {} }, @@ -196326,7 +196326,7 @@ [ "math.cos", { - "_index": 9730, + "_index": 7241, "data": { "ref/stable/math": {} }, @@ -196336,7 +196336,7 @@ [ "math.cosh", { - "_index": 9731, + "_index": 7242, "data": { "ref/stable/math": {} }, @@ -196346,7 +196346,7 @@ [ "math.deg", { - "_index": 9734, + "_index": 7245, "data": { "ref/stable/math": {} }, @@ -196356,7 +196356,7 @@ [ "math.exp", { - "_index": 9736, + "_index": 7247, "data": { "ref/stable/math": {} }, @@ -196366,7 +196366,7 @@ [ "math.floor", { - "_index": 9739, + "_index": 7250, "data": { "ref/stable/math": {} }, @@ -196376,7 +196376,7 @@ [ "math.fmod", { - "_index": 9741, + "_index": 7252, "data": { "ref/stable/math": {} }, @@ -196386,7 +196386,7 @@ [ "math.frexp", { - "_index": 9745, + "_index": 7256, "data": { "ref/stable/math": {} }, @@ -196396,7 +196396,7 @@ [ "math.huge", { - "_index": 9748, + "_index": 7259, "data": { "ref/stable/math": {} }, @@ -196406,7 +196406,7 @@ [ "math.ldexp", { - "_index": 9750, + "_index": 7261, "data": { "ref/stable/math": {} }, @@ -196416,7 +196416,7 @@ [ "math.log", { - "_index": 9752, + "_index": 7263, "data": { "ref/stable/math": {} }, @@ -196426,7 +196426,7 @@ [ "math.log10", { - "_index": 5701, + "_index": 3535, "data": { "manuals/sound": {}, "ref/stable/math": {} @@ -196437,7 +196437,7 @@ [ "math.max", { - "_index": 9755, + "_index": 7267, "data": { "ref/stable/math": {} }, @@ -196447,7 +196447,7 @@ [ "math.min", { - "_index": 9756, + "_index": 7268, "data": { "ref/stable/math": {} }, @@ -196457,7 +196457,7 @@ [ "math.modf", { - "_index": 9757, + "_index": 7269, "data": { "ref/stable/math": {} }, @@ -196467,7 +196467,7 @@ [ "math.pi", { - "_index": 6004, + "_index": 5801, "data": { "manuals/physics-joints": {}, "ref/stable/math": {} @@ -196478,7 +196478,7 @@ [ "math.pow", { - "_index": 5715, + "_index": 3549, "data": { "manuals/sound": {}, "ref/stable/math": {} @@ -196489,7 +196489,7 @@ [ "math.rad", { - "_index": 9764, + "_index": 7276, "data": { "ref/stable/math": {} }, @@ -196499,7 +196499,7 @@ [ "math.random", { - "_index": 2581, + "_index": 4300, "data": { "manuals/factory": {}, "ref/stable/math": {} @@ -196510,7 +196510,7 @@ [ "math.randomseed", { - "_index": 9770, + "_index": 7284, "data": { "ref/stable/math": {} }, @@ -196520,7 +196520,7 @@ [ "math.sin", { - "_index": 9773, + "_index": 7287, "data": { "ref/stable/math": {} }, @@ -196530,7 +196530,7 @@ [ "math.sinh", { - "_index": 9775, + "_index": 7289, "data": { "ref/stable/math": {} }, @@ -196540,7 +196540,7 @@ [ "math.sqrt", { - "_index": 9777, + "_index": 7291, "data": { "ref/stable/math": {} }, @@ -196550,7 +196550,7 @@ [ "math.tan", { - "_index": 9780, + "_index": 7294, "data": { "ref/stable/math": {} }, @@ -196560,7 +196560,7 @@ [ "math.tanh", { - "_index": 9782, + "_index": 7296, "data": { "ref/stable/math": {} }, @@ -196570,7 +196570,7 @@ [ "mathematical", { - "_index": 2089, + "_index": 1077, "data": { "examples/movement/look_at": {}, "manuals/extensions-defold-sdk": {} @@ -196581,7 +196581,7 @@ [ "matrices", { - "_index": 462, + "_index": 2623, "data": { "manuals/importing-models": {}, "manuals/model-animation": {}, @@ -196595,7 +196595,7 @@ [ "matrix", { - "_index": 935, + "_index": 1098, "data": { "examples/movement/look_rotation": {}, "manuals/camera": {}, @@ -196618,7 +196618,7 @@ [ "matrix3", { - "_index": 7676, + "_index": 7376, "data": { "ref/stable/dmVMath": {} }, @@ -196628,7 +196628,7 @@ [ "matrix4", { - "_index": 6066, + "_index": 3487, "data": { "manuals/camera": {}, "ref/stable/camera": {}, @@ -196647,7 +196647,7 @@ [ "matrix4_axis_angle", { - "_index": 8321, + "_index": 7018, "data": { "ref/stable/vmath": {} }, @@ -196657,7 +196657,7 @@ [ "matrix4_compose", { - "_index": 8323, + "_index": 7021, "data": { "ref/stable/vmath": {} }, @@ -196667,7 +196667,7 @@ [ "matrix4_frustum", { - "_index": 8327, + "_index": 7025, "data": { "ref/stable/vmath": {} }, @@ -196677,7 +196677,7 @@ [ "matrix4_look_at", { - "_index": 8329, + "_index": 7027, "data": { "ref/stable/vmath": {} }, @@ -196687,7 +196687,7 @@ [ "matrix4_orthographic", { - "_index": 8332, + "_index": 7030, "data": { "ref/stable/vmath": {} }, @@ -196697,7 +196697,7 @@ [ "matrix4_perspective", { - "_index": 8334, + "_index": 7032, "data": { "ref/stable/vmath": {} }, @@ -196707,7 +196707,7 @@ [ "matrix4_quat", { - "_index": 8336, + "_index": 7034, "data": { "ref/stable/vmath": {} }, @@ -196717,7 +196717,7 @@ [ "matrix4_rotation_x", { - "_index": 8338, + "_index": 7036, "data": { "ref/stable/vmath": {} }, @@ -196727,7 +196727,7 @@ [ "matrix4_rotation_y", { - "_index": 8340, + "_index": 7038, "data": { "ref/stable/vmath": {} }, @@ -196737,7 +196737,7 @@ [ "matrix4_rotation_z", { - "_index": 8342, + "_index": 7040, "data": { "ref/stable/vmath": {} }, @@ -196747,7 +196747,7 @@ [ "matrix4_scale", { - "_index": 8344, + "_index": 7042, "data": { "ref/stable/vmath": {} }, @@ -196757,7 +196757,7 @@ [ "matrix4_translation", { - "_index": 8348, + "_index": 7046, "data": { "ref/stable/vmath": {} }, @@ -196767,7 +196767,7 @@ [ "matrix_", { - "_index": 964, + "_index": 2651, "data": { "manuals/shader": {} }, @@ -196777,7 +196777,7 @@ [ "matter", { - "_index": 687, + "_index": 2308, "data": { "assets/googleanalyticsforfirebase": {}, "manuals/addressing": {}, @@ -196795,7 +196795,7 @@ [ "maven", { - "_index": 1446, + "_index": 4068, "data": { "manuals/extender-local-setup": {} }, @@ -196805,7 +196805,7 @@ [ "mavencentral", { - "_index": 4116, + "_index": 5548, "data": { "manuals/extensions-gradle": {} }, @@ -196815,7 +196815,7 @@ [ "max", { - "_index": 2475, + "_index": 144, "data": { "assets/adswrapper": {}, "assets/applovin-max": {}, @@ -196849,7 +196849,7 @@ [ "max_ascent", { - "_index": 7430, + "_index": 10362, "data": { "ref/stable/resource": {} }, @@ -196859,7 +196859,7 @@ [ "max_buffer_color_attachments", { - "_index": 10268, + "_index": 6872, "data": { "ref/stable/dmGraphics": {} }, @@ -196869,7 +196869,7 @@ [ "max_char_count", { - "_index": 7174, + "_index": 9436, "data": { "ref/stable/dmHid": {} }, @@ -196879,7 +196879,7 @@ [ "max_descent", { - "_index": 7431, + "_index": 10363, "data": { "ref/stable/resource": {} }, @@ -196889,7 +196889,7 @@ [ "max_gamepad_axis_count", { - "_index": 7176, + "_index": 9438, "data": { "ref/stable/dmHid": {} }, @@ -196899,7 +196899,7 @@ [ "max_gamepad_button_count", { - "_index": 7178, + "_index": 9440, "data": { "ref/stable/dmHid": {} }, @@ -196909,7 +196909,7 @@ [ "max_gamepad_count", { - "_index": 7180, + "_index": 9442, "data": { "ref/stable/dmHid": {} }, @@ -196919,7 +196919,7 @@ [ "max_gamepad_hat_count", { - "_index": 7182, + "_index": 9444, "data": { "ref/stable/dmHid": {} }, @@ -196929,7 +196929,7 @@ [ "max_instances", { - "_index": 2634, + "_index": 4348, "data": { "manuals/factory": {}, "ref/stable/go": {} @@ -196940,7 +196940,7 @@ [ "max_keyboard_count", { - "_index": 7185, + "_index": 9447, "data": { "ref/stable/dmHid": {} }, @@ -196950,7 +196950,7 @@ [ "max_length", { - "_index": 5930, + "_index": 5709, "data": { "manuals/physics-events": {}, "manuals/physics-joints": {} @@ -196961,7 +196961,7 @@ [ "max_line_length", { - "_index": 4302, + "_index": 3151, "data": { "manuals/writing-code": {} }, @@ -196971,7 +196971,7 @@ [ "max_mipmaps", { - "_index": 7405, + "_index": 10342, "data": { "ref/stable/resource": {} }, @@ -196981,7 +196981,7 @@ [ "max_mouse_count", { - "_index": 7187, + "_index": 9449, "data": { "ref/stable/dmHid": {} }, @@ -196991,7 +196991,7 @@ [ "max_subpass_dependencies", { - "_index": 10269, + "_index": 6874, "data": { "ref/stable/dmGraphics": {} }, @@ -197001,7 +197001,7 @@ [ "max_texture_count", { - "_index": 7466, + "_index": 10845, "data": { "ref/stable/dmRender": {} }, @@ -197011,7 +197011,7 @@ [ "max_touch_count", { - "_index": 7190, + "_index": 9452, "data": { "ref/stable/dmHid": {} }, @@ -197021,7 +197021,7 @@ [ "max_touch_device_count", { - "_index": 7193, + "_index": 9455, "data": { "ref/stable/dmHid": {} }, @@ -197031,7 +197031,7 @@ [ "max_y", { - "_index": 2583, + "_index": 4302, "data": { "manuals/factory": {} }, @@ -197041,7 +197041,7 @@ [ "maximum", { - "_index": 2476, + "_index": 145, "data": { "examples/gui/healthbar": {}, "manuals/atlas": {}, @@ -197064,7 +197064,7 @@ [ "maxn", { - "_index": 6848, + "_index": 6946, "data": { "ref/stable/table": {} }, @@ -197074,7 +197074,7 @@ [ "may", { - "_index": 714, + "_index": 634, "data": { "examples/material/screenspace": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -197138,7 +197138,7 @@ [ "mb", { - "_index": 5611, + "_index": 2052, "data": { "manuals/optimization-size": {} }, @@ -197148,7 +197148,7 @@ [ "mbed", { - "_index": 2832, + "_index": 4190, "data": { "manuals/application-security": {} }, @@ -197158,7 +197158,7 @@ [ "mc", { - "_index": 7859, + "_index": 8509, "data": { "ref/stable/render": {} }, @@ -197168,7 +197168,7 @@ [ "md5", { - "_index": 6299, + "_index": 6734, "data": { "assets/md5": {}, "ref/stable/dmCrypt": {} @@ -197179,7 +197179,7 @@ [ "mean", { - "_index": 3862, + "_index": 1312, "data": { "manuals/editor-scripts": {}, "manuals/editor-scripts-ui": {}, @@ -197195,7 +197195,7 @@ [ "meaning", { - "_index": 396, + "_index": 506, "data": { "examples/factory/basic": {}, "manuals/compute": {}, @@ -197219,7 +197219,7 @@ [ "meaningful", { - "_index": 1958, + "_index": 5167, "data": { "manuals/flash": {}, "manuals/input": {} @@ -197230,7 +197230,7 @@ [ "means", { - "_index": 1173, + "_index": 472, "data": { "assets/def-behavior-tree": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -197276,7 +197276,7 @@ [ "meant", { - "_index": 2923, + "_index": 5257, "data": { "assets/navgo": {}, "manuals/compute": {}, @@ -197288,7 +197288,7 @@ [ "measure", { - "_index": 3734, + "_index": 1867, "data": { "assets/googleanalyticsforfirebase": {}, "manuals/glossary": {}, @@ -197301,7 +197301,7 @@ [ "measured", { - "_index": 7031, + "_index": 7443, "data": { "ref/stable/b2d.body": {}, "ref/stable/buffer": {}, @@ -197315,7 +197315,7 @@ [ "measurement", { - "_index": 6362, + "_index": 6753, "data": { "assets/googleanalytics": {}, "ref/stable/render": {} @@ -197326,7 +197326,7 @@ [ "measurements", { - "_index": 4711, + "_index": 2247, "data": { "manuals/adapting-graphics-to-screen-size": {}, "ref/stable/socket": {} @@ -197337,7 +197337,7 @@ [ "measures", { - "_index": 4067, + "_index": 4267, "data": { "manuals/profiling": {} }, @@ -197347,7 +197347,7 @@ [ "mechanics", { - "_index": 6750, + "_index": 6394, "data": { "assets/scene3d": {} }, @@ -197357,7 +197357,7 @@ [ "mechanism", { - "_index": 2586, + "_index": 3399, "data": { "manuals/addressing": {}, "manuals/application-security": {}, @@ -197375,7 +197375,7 @@ [ "mediaplayer", { - "_index": 1299, + "_index": 4660, "data": { "manuals/extensions-ext-manifests": {} }, @@ -197385,7 +197385,7 @@ [ "mediation", { - "_index": 6267, + "_index": 6621, "data": { "assets/cas-ai": {}, "assets/ironsource-official": {} @@ -197396,7 +197396,7 @@ [ "medium", { - "_index": 3870, + "_index": 1325, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -197407,7 +197407,7 @@ [ "mediump", { - "_index": 1230, + "_index": 2813, "data": { "manuals/optimization-speed": {}, "manuals/shader": {} @@ -197418,7 +197418,7 @@ [ "meet", { - "_index": 2867, + "_index": 4216, "data": { "manuals/application-security": {} }, @@ -197428,7 +197428,7 @@ [ "megabytes", { - "_index": 2194, + "_index": 641, "data": { "manuals/html5": {} }, @@ -197438,7 +197438,7 @@ [ "member", { - "_index": 1866, + "_index": 2950, "data": { "manuals/extensions": {}, "manuals/extensions-script-api": {}, @@ -197453,7 +197453,7 @@ [ "members", { - "_index": 1105, + "_index": 2737, "data": { "manuals/extensions-script-api": {}, "manuals/shader": {}, @@ -197465,7 +197465,7 @@ [ "membership", { - "_index": 8125, + "_index": 10438, "data": { "ref/stable/socket": {} }, @@ -197475,7 +197475,7 @@ [ "memcpy", { - "_index": 10062, + "_index": 7437, "data": { "ref/stable/dmArray": {}, "ref/stable/dmHashTable": {} @@ -197486,7 +197486,7 @@ [ "memory", { - "_index": 607, + "_index": 622, "data": { "assets/webgl-memory": {}, "manuals/app-manifest": {}, @@ -197527,7 +197527,7 @@ [ "memoryless", { - "_index": 7402, + "_index": 10341, "data": { "ref/stable/resource": {} }, @@ -197537,7 +197537,7 @@ [ "mentioned", { - "_index": 1370, + "_index": 4011, "data": { "manuals/extender-local-setup": {}, "manuals/flash": {} @@ -197548,7 +197548,7 @@ [ "menu", { - "_index": 1622, + "_index": 681, "data": { "assets/defmnu": {}, "assets/editor-script-align": {}, @@ -197588,7 +197588,7 @@ [ "menu.collection", { - "_index": 6102, + "_index": 6172, "data": { "examples/collection/proxy": {}, "examples/collection/splash": {} @@ -197599,7 +197599,7 @@ [ "menu_", { - "_index": 5809, + "_index": 5555, "data": { "manuals/editor": {} }, @@ -197609,7 +197609,7 @@ [ "menus", { - "_index": 3874, + "_index": 1333, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/editor-scripts": {}, @@ -197621,7 +197621,7 @@ [ "merge", { - "_index": 1281, + "_index": 4048, "data": { "manuals/extender-local-setup": {}, "manuals/extensions-ext-manifests": {}, @@ -197635,7 +197635,7 @@ [ "merged", { - "_index": 1278, + "_index": 4649, "data": { "manuals/extensions": {}, "manuals/extensions-ext-manifests": {}, @@ -197647,7 +197647,7 @@ [ "merges", { - "_index": 3844, + "_index": 4406, "data": { "manuals/design": {}, "manuals/version-control": {}, @@ -197659,7 +197659,7 @@ [ "mersenne", { - "_index": 6570, + "_index": 6465, "data": { "assets/sfmt": {} }, @@ -197669,7 +197669,7 @@ [ "mesh", { - "_index": 1020, + "_index": 1676, "data": { "assets/cleanexporter": {}, "assets/illumination": {}, @@ -197691,7 +197691,7 @@ [ "meshes", { - "_index": 4124, + "_index": 4810, "data": { "assets/3deforms": {}, "manuals/importing-models": {}, @@ -197704,7 +197704,7 @@ [ "message", { - "_index": 106, + "_index": 1025, "data": { "assets/quickbutton": {}, "examples/collection/proxy": {}, @@ -197768,7 +197768,7 @@ [ "message.color", { - "_index": 3682, + "_index": 1783, "data": { "manuals/render": {} }, @@ -197778,7 +197778,7 @@ [ "message.distance", { - "_index": 4773, + "_index": 3996, "data": { "manuals/physics-resolving-collisions": {} }, @@ -197788,7 +197788,7 @@ [ "message.enter", { - "_index": 5461, + "_index": 2046, "data": { "manuals/physics-messages": {} }, @@ -197798,7 +197798,7 @@ [ "message.handle", { - "_index": 3713, + "_index": 1834, "data": { "manuals/render": {} }, @@ -197808,7 +197808,7 @@ [ "message.height", { - "_index": 2681, + "_index": 1843, "data": { "manuals/gui-layouts": {}, "manuals/render": {} @@ -197819,7 +197819,7 @@ [ "message.id", { - "_index": 2676, + "_index": 2926, "data": { "manuals/gui-layouts": {} }, @@ -197829,7 +197829,7 @@ [ "message.info.name", { - "_index": 5799, + "_index": 3961, "data": { "manuals/live-update-scripting": {} }, @@ -197839,7 +197839,7 @@ [ "message.info.priority", { - "_index": 5804, + "_index": 3968, "data": { "manuals/live-update-scripting": {} }, @@ -197849,7 +197849,7 @@ [ "message.level", { - "_index": 5796, + "_index": 3958, "data": { "manuals/live-update-scripting": {} }, @@ -197859,7 +197859,7 @@ [ "message.normal", { - "_index": 4775, + "_index": 3998, "data": { "manuals/physics-resolving-collisions": {} }, @@ -197869,7 +197869,7 @@ [ "message.other_id", { - "_index": 5463, + "_index": 2048, "data": { "manuals/physics-messages": {} }, @@ -197879,7 +197879,7 @@ [ "message.other_mass", { - "_index": 5452, + "_index": 2034, "data": { "manuals/physics-messages": {} }, @@ -197889,7 +197889,7 @@ [ "message.projection", { - "_index": 3687, + "_index": 1787, "data": { "manuals/render": {} }, @@ -197899,7 +197899,7 @@ [ "message.score", { - "_index": 116, + "_index": 1612, "data": { "manuals/gui-text": {}, "manuals/message-passing": {} @@ -197910,7 +197910,7 @@ [ "message.texture_in", { - "_index": 3029, + "_index": 5331, "data": { "manuals/compute": {} }, @@ -197920,7 +197920,7 @@ [ "message.texture_out", { - "_index": 3031, + "_index": 5333, "data": { "manuals/compute": {} }, @@ -197930,7 +197930,7 @@ [ "message.view", { - "_index": 3685, + "_index": 1785, "data": { "manuals/render": {} }, @@ -197940,7 +197940,7 @@ [ "message.width", { - "_index": 2680, + "_index": 1842, "data": { "manuals/gui-layouts": {}, "manuals/render": {} @@ -197951,7 +197951,7 @@ [ "message1", { - "_index": 1561, + "_index": 3097, "data": { "manuals/optimization-speed": {} }, @@ -197961,7 +197961,7 @@ [ "message2", { - "_index": 1565, + "_index": 3099, "data": { "manuals/optimization-speed": {} }, @@ -197971,7 +197971,7 @@ [ "message3", { - "_index": 1563, + "_index": 3098, "data": { "manuals/optimization-speed": {} }, @@ -197981,7 +197981,7 @@ [ "message4", { - "_index": 1566, + "_index": 3100, "data": { "manuals/optimization-speed": {} }, @@ -197991,7 +197991,7 @@ [ "message_id", { - "_index": 105, + "_index": 1608, "data": { "manuals/compute": {}, "manuals/factory": {}, @@ -198016,7 +198016,7 @@ [ "messagedestroycallback", { - "_index": 10478, + "_index": 7307, "data": { "ref/stable/dmMessage": {} }, @@ -198026,7 +198026,7 @@ [ "messages", { - "_index": 1573, + "_index": 1602, "data": { "assets/defold-proto": {}, "assets/pigeon": {}, @@ -198066,7 +198066,7 @@ [ "messageui", { - "_index": 1298, + "_index": 4659, "data": { "manuals/extensions-ext-manifests": {} }, @@ -198076,7 +198076,7 @@ [ "messaging", { - "_index": 3368, + "_index": 5149, "data": { "assets/push": {}, "assets/tactxstudios": {}, @@ -198089,7 +198089,7 @@ [ "met", { - "_index": 1070, + "_index": 1876, "data": { "manuals/render": {}, "manuals/shader": {}, @@ -198102,7 +198102,7 @@ [ "meta", { - "_index": 1829, + "_index": 3325, "data": { "manuals/live-update": {}, "manuals/live-update-scripting": {}, @@ -198118,7 +198118,7 @@ [ "meta_get_instance_context_table_ref", { - "_index": 8834, + "_index": 10827, "data": { "ref/stable/dmScript": {} }, @@ -198128,7 +198128,7 @@ [ "metaballs", { - "_index": 6293, + "_index": 6533, "data": { "assets/defluid": {} }, @@ -198138,7 +198138,7 @@ [ "metadata", { - "_index": 5253, + "_index": 5459, "data": { "manuals/editor-scripts": {}, "ref/stable/buffer": {}, @@ -198150,7 +198150,7 @@ [ "metal", { - "_index": 3037, + "_index": 5338, "data": { "examples/physics/hinge_joint": {}, "examples/physics/pendulum": {}, @@ -198163,7 +198163,7 @@ [ "metamethod", { - "_index": 7249, + "_index": 8724, "data": { "ref/stable/base": {}, "ref/stable/coroutine": {} @@ -198174,7 +198174,7 @@ [ "metamethods", { - "_index": 2730, + "_index": 5754, "data": { "manuals/modules": {} }, @@ -198184,7 +198184,7 @@ [ "metatable", { - "_index": 6983, + "_index": 9355, "data": { "ref/stable/base": {}, "ref/stable/debug": {}, @@ -198196,7 +198196,7 @@ [ "metatables", { - "_index": 2714, + "_index": 5741, "data": { "manuals/modules": {} }, @@ -198206,7 +198206,7 @@ [ "meter", { - "_index": 5527, + "_index": 3852, "data": { "manuals/physics": {} }, @@ -198216,7 +198216,7 @@ [ "meters", { - "_index": 5522, + "_index": 3846, "data": { "manuals/physics": {}, "ref/stable/physics": {} @@ -198227,7 +198227,7 @@ [ "method", { - "_index": 1803, + "_index": 3311, "data": { "examples/particles/fireworks": {}, "manuals/debugging-game-logic": {}, @@ -198249,7 +198249,7 @@ [ "methods", { - "_index": 789, + "_index": 3733, "data": { "manuals/application-security": {}, "manuals/caching-assets": {}, @@ -198263,7 +198263,7 @@ [ "metrics", { - "_index": 1474, + "_index": 3909, "data": { "assets/defold-log": {}, "manuals/extender-local-setup": {}, @@ -198276,7 +198276,7 @@ [ "metroidvania", { - "_index": 6698, + "_index": 6345, "data": { "assets/alienworld": {} }, @@ -198286,7 +198286,7 @@ [ "mice", { - "_index": 7188, + "_index": 9450, "data": { "ref/stable/dmHid": {} }, @@ -198296,7 +198296,7 @@ [ "micro", { - "_index": 10082, + "_index": 9966, "data": { "ref/stable/dmConnectionPool": {} }, @@ -198306,7 +198306,7 @@ [ "micropather", { - "_index": 6517, + "_index": 6251, "data": { "assets/apathfinding": {} }, @@ -198316,7 +198316,7 @@ [ "microseconds", { - "_index": 7716, + "_index": 8729, "data": { "ref/stable/dmSSLSocket": {}, "ref/stable/dmSocket": {}, @@ -198328,7 +198328,7 @@ [ "microsoft", { - "_index": 2234, + "_index": 731, "data": { "manuals/html5": {}, "manuals/microsoft-xbox": {} @@ -198339,7 +198339,7 @@ [ "middle", { - "_index": 494, + "_index": 4195, "data": { "manuals/application-security": {}, "manuals/editor-scripts": {}, @@ -198352,7 +198352,7 @@ [ "middleware", { - "_index": 4258, + "_index": 3792, "data": { "manuals/microsoft-xbox": {}, "manuals/nintendo-switch": {}, @@ -198364,7 +198364,7 @@ [ "might", { - "_index": 4771, + "_index": 1942, "data": { "manuals/collection-proxy": {}, "manuals/debugging-native-code": {}, @@ -198393,7 +198393,7 @@ [ "migrate", { - "_index": 1068, + "_index": 2716, "data": { "manuals/shader": {} }, @@ -198403,7 +198403,7 @@ [ "migrated", { - "_index": 1064, + "_index": 2713, "data": { "manuals/shader": {} }, @@ -198413,7 +198413,7 @@ [ "migrating", { - "_index": 9334, + "_index": 7854, "data": { "ref/stable/gui": {} }, @@ -198423,7 +198423,7 @@ [ "migration", { - "_index": 1090, + "_index": 2726, "data": { "manuals/shader": {} }, @@ -198433,7 +198433,7 @@ [ "millisecond", { - "_index": 5104, + "_index": 5206, "data": { "manuals/lua": {}, "ref/stable/socket": {} @@ -198444,7 +198444,7 @@ [ "milliseconds", { - "_index": 4046, + "_index": 4244, "data": { "manuals/editor-scripts": {}, "manuals/lua": {}, @@ -198460,7 +198460,7 @@ [ "mime", { - "_index": 2210, + "_index": 670, "data": { "manuals/html5": {} }, @@ -198470,7 +198470,7 @@ [ "mimimal", { - "_index": 10879, + "_index": 10238, "data": { "ref/stable/profiler": {} }, @@ -198480,7 +198480,7 @@ [ "min", { - "_index": 2885, + "_index": 6026, "data": { "manuals/material": {}, "ref/stable/dmMath": {}, @@ -198496,7 +198496,7 @@ [ "min/mag", { - "_index": 2879, + "_index": 6021, "data": { "manuals/material": {} }, @@ -198506,7 +198506,7 @@ [ "min/max", { - "_index": 4537, + "_index": 5656, "data": { "manuals/mesh": {}, "ref/stable/vmath": {} @@ -198517,7 +198517,7 @@ [ "min_filter", { - "_index": 7834, + "_index": 8487, "data": { "ref/stable/render": {} }, @@ -198527,7 +198527,7 @@ [ "min_y", { - "_index": 2582, + "_index": 4301, "data": { "manuals/factory": {} }, @@ -198537,7 +198537,7 @@ [ "minchromeversion", { - "_index": 604, + "_index": 5238, "data": { "manuals/app-manifest": {} }, @@ -198547,7 +198547,7 @@ [ "mind", { - "_index": 1763, + "_index": 3638, "data": { "examples/sprite/tint": {}, "manuals/bundling": {}, @@ -198562,7 +198562,7 @@ [ "minfirefoxversion", { - "_index": 601, + "_index": 5236, "data": { "manuals/app-manifest": {} }, @@ -198572,7 +198572,7 @@ [ "mini", { - "_index": 3280, + "_index": 2147, "data": { "manuals/flash": {}, "manuals/optimization-size": {} @@ -198583,7 +198583,7 @@ [ "miniature", { - "_index": 2224, + "_index": 714, "data": { "manuals/html5": {} }, @@ -198593,7 +198593,7 @@ [ "minification", { - "_index": 2881, + "_index": 6023, "data": { "manuals/material": {} }, @@ -198603,7 +198603,7 @@ [ "minify", { - "_index": 5189, + "_index": 5396, "data": { "manuals/editor-scripts": {} }, @@ -198613,7 +198613,7 @@ [ "minifying", { - "_index": 2433, + "_index": 14, "data": { "manuals/texture-filtering": {} }, @@ -198623,7 +198623,7 @@ [ "minimal", { - "_index": 3585, + "_index": 2934, "data": { "assets/defold-nuklear": {}, "manuals/introduction": {}, @@ -198636,7 +198636,7 @@ [ "minimap", { - "_index": 3541, + "_index": 1614, "data": { "manuals/message-passing": {} }, @@ -198646,7 +198646,7 @@ [ "minimize/maximize", { - "_index": 4967, + "_index": 4773, "data": { "manuals/extensions": {} }, @@ -198656,7 +198656,7 @@ [ "minimized", { - "_index": 10868, + "_index": 10226, "data": { "ref/stable/profiler": {} }, @@ -198666,7 +198666,7 @@ [ "minimum", { - "_index": 584, + "_index": 1341, "data": { "examples/gui/healthbar": {}, "manuals/app-manifest": {}, @@ -198683,7 +198683,7 @@ [ "minor", { - "_index": 7227, + "_index": 10382, "data": { "ref/stable/dmHttpClient": {} }, @@ -198693,7 +198693,7 @@ [ "minsafariversion", { - "_index": 591, + "_index": 5233, "data": { "manuals/app-manifest": {} }, @@ -198703,7 +198703,7 @@ [ "minus", { - "_index": 7079, + "_index": 7491, "data": { "ref/stable/base": {}, "ref/stable/editor": {}, @@ -198716,7 +198716,7 @@ [ "minutes", { - "_index": 8457, + "_index": 9589, "data": { "ref/stable/sys": {} }, @@ -198726,7 +198726,7 @@ [ "mipmap", { - "_index": 2896, + "_index": 6036, "data": { "manuals/material": {}, "ref/stable/dmGraphics": {}, @@ -198738,7 +198738,7 @@ [ "mipmaps", { - "_index": 2900, + "_index": 2162, "data": { "manuals/material": {}, "manuals/optimization-size": {}, @@ -198750,7 +198750,7 @@ [ "mirastate", { - "_index": 6387, + "_index": 6757, "data": { "assets/mirastate": {} }, @@ -198760,7 +198760,7 @@ [ "miro", { - "_index": 8396, + "_index": 9529, "data": { "ref/stable/sys": {} }, @@ -198770,7 +198770,7 @@ [ "mirrors", { - "_index": 4151, + "_index": 3173, "data": { "manuals/bob": {} }, @@ -198780,7 +198780,7 @@ [ "mis", { - "_index": 4523, + "_index": 5671, "data": { "manuals/dev-app": {} }, @@ -198790,7 +198790,7 @@ [ "mismatch", { - "_index": 5496, + "_index": 3649, "data": { "manuals/extensions-best-practices": {}, "ref/stable/liveupdate": {} @@ -198801,7 +198801,7 @@ [ "miss", { - "_index": 5917, + "_index": 5696, "data": { "manuals/physics-events": {} }, @@ -198811,7 +198811,7 @@ [ "missed", { - "_index": 5914, + "_index": 5693, "data": { "manuals/physics-events": {}, "ref/stable/physics": {} @@ -198822,7 +198822,7 @@ [ "missing", { - "_index": 1288, + "_index": 3903, "data": { "assets/luasocket": {}, "manuals/application-security": {}, @@ -198838,7 +198838,7 @@ [ "missing_resources", { - "_index": 5794, + "_index": 3956, "data": { "manuals/live-update-scripting": {}, "ref/stable/collectionproxy": {} @@ -198849,7 +198849,7 @@ [ "mistakes", { - "_index": 5100, + "_index": 5202, "data": { "manuals/lua": {} }, @@ -198859,7 +198859,7 @@ [ "misunderstanding", { - "_index": 4571, + "_index": 6020, "data": { "manuals/building-blocks": {} }, @@ -198869,7 +198869,7 @@ [ "mitigate", { - "_index": 5501, + "_index": 3661, "data": { "manuals/extensions-best-practices": {} }, @@ -198879,7 +198879,7 @@ [ "mix", { - "_index": 3746, + "_index": 572, "data": { "assets/fmod": {}, "manuals/editor-scripts": {}, @@ -198892,7 +198892,7 @@ [ "mixer", { - "_index": 5695, + "_index": 3529, "data": { "manuals/sound": {}, "ref/stable/sound": {} @@ -198903,7 +198903,7 @@ [ "mixing", { - "_index": 4044, + "_index": 3648, "data": { "manuals/editor-scripts": {}, "manuals/extensions-best-practices": {}, @@ -198916,7 +198916,7 @@ [ "mkdir", { - "_index": 1442, + "_index": 4066, "data": { "manuals/extender-local-setup": {}, "manuals/live-update-aws": {} @@ -198927,7 +198927,7 @@ [ "mks", { - "_index": 5524, + "_index": 3848, "data": { "manuals/physics": {} }, @@ -198937,7 +198937,7 @@ [ "mm", { - "_index": 6010, + "_index": 2367, "data": { "manuals/hot-reload": {} }, @@ -198947,7 +198947,7 @@ [ "mm.val", { - "_index": 6012, + "_index": 2369, "data": { "manuals/hot-reload": {} }, @@ -198957,7 +198957,7 @@ [ "mmo", { - "_index": 6643, + "_index": 6628, "data": { "assets/pp": {} }, @@ -198967,7 +198967,7 @@ [ "mnu", { - "_index": 6648, + "_index": 6686, "data": { "assets/defmnu": {} }, @@ -198977,7 +198977,7 @@ [ "mobile", { - "_index": 25, + "_index": 1840, "data": { "assets/admob-defold": {}, "assets/defold-mobilehtml5-typing": {}, @@ -199005,7 +199005,7 @@ [ "mobile/handheld", { - "_index": 5068, + "_index": 2937, "data": { "manuals/optimization": {} }, @@ -199015,7 +199015,7 @@ [ "mobilecoreservices", { - "_index": 1301, + "_index": 4662, "data": { "manuals/extensions-ext-manifests": {} }, @@ -199025,7 +199025,7 @@ [ "mobilehtml5", { - "_index": 6646, + "_index": 6267, "data": { "assets/defold-mobilehtml5-typing": {} }, @@ -199035,7 +199035,7 @@ [ "mobileprovision", { - "_index": 6075, + "_index": 4895, "data": { "manuals/debugging-native-code-ios": {} }, @@ -199045,7 +199045,7 @@ [ "mobileprovisioning", { - "_index": 4188, + "_index": 3221, "data": { "manuals/bob": {} }, @@ -199055,7 +199055,7 @@ [ "mockup", { - "_index": 4467, + "_index": 447, "data": { "manuals/gui": {} }, @@ -199065,7 +199065,7 @@ [ "mod", { - "_index": 6601, + "_index": 6489, "data": { "assets/modplayer": {} }, @@ -199075,7 +199075,7 @@ [ "modal", { - "_index": 10810, + "_index": 8965, "data": { "ref/stable/editor": {} }, @@ -199085,7 +199085,7 @@ [ "mode", { - "_index": 73, + "_index": 124, "data": { "assets/defold-nuklear": {}, "examples/gui/slice9": {}, @@ -199137,7 +199137,7 @@ [ "mode_pause", { - "_index": 10849, + "_index": 10207, "data": { "ref/stable/profiler": {} }, @@ -199147,7 +199147,7 @@ [ "mode_record", { - "_index": 10851, + "_index": 10209, "data": { "ref/stable/profiler": {} }, @@ -199157,7 +199157,7 @@ [ "mode_run", { - "_index": 10853, + "_index": 10211, "data": { "ref/stable/profiler": {} }, @@ -199167,7 +199167,7 @@ [ "mode_show_peak_frame", { - "_index": 10856, + "_index": 10214, "data": { "ref/stable/profiler": {} }, @@ -199177,7 +199177,7 @@ [ "model", { - "_index": 457, + "_index": 1675, "data": { "assets/3deforms": {}, "examples/material/noise": {}, @@ -199209,7 +199209,7 @@ [ "model's", { - "_index": 936, + "_index": 2642, "data": { "manuals/shader": {} }, @@ -199219,7 +199219,7 @@ [ "model.cancel", { - "_index": 10880, + "_index": 9751, "data": { "ref/stable/model": {} }, @@ -199229,7 +199229,7 @@ [ "model.get_go", { - "_index": 499, + "_index": 4517, "data": { "manuals/model-animation": {}, "ref/stable/model": {} @@ -199240,7 +199240,7 @@ [ "model.get_mesh_enabled", { - "_index": 10883, + "_index": 9755, "data": { "ref/stable/model": {} }, @@ -199250,7 +199250,7 @@ [ "model.material", { - "_index": 4125, + "_index": 5924, "data": { "manuals/model": {} }, @@ -199260,7 +199260,7 @@ [ "model.play_anim", { - "_index": 458, + "_index": 4501, "data": { "manuals/model": {}, "manuals/model-animation": {}, @@ -199272,7 +199272,7 @@ [ "model.set_mesh_enabled", { - "_index": 10888, + "_index": 9760, "data": { "ref/stable/model": {} }, @@ -199282,7 +199282,7 @@ [ "model_animation_done", { - "_index": 10886, + "_index": 9758, "data": { "ref/stable/model": {} }, @@ -199292,7 +199292,7 @@ [ "modeling", { - "_index": 1019, + "_index": 2689, "data": { "manuals/shader": {} }, @@ -199302,7 +199302,7 @@ [ "modelling", { - "_index": 3581, + "_index": 5600, "data": { "manuals/introduction": {} }, @@ -199312,7 +199312,7 @@ [ "models", { - "_index": 451, + "_index": 1725, "data": { "assets/defold-3D-outline-shader": {}, "assets/defold-toon-shader": {}, @@ -199334,7 +199334,7 @@ [ "modern", { - "_index": 1041, + "_index": 2212, "data": { "assets/nakama": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -199346,7 +199346,7 @@ [ "modes", { - "_index": 82, + "_index": 381, "data": { "assets/defblend": {}, "manuals/editor-scripts": {}, @@ -199369,7 +199369,7 @@ [ "modes.md", { - "_index": 831, + "_index": 1196, "data": { "manuals/label": {}, "manuals/particlefx": {}, @@ -199382,7 +199382,7 @@ [ "modf", { - "_index": 9758, + "_index": 7270, "data": { "ref/stable/math": {} }, @@ -199392,7 +199392,7 @@ [ "modification", { - "_index": 3317, + "_index": 5115, "data": { "manuals/flash": {} }, @@ -199402,7 +199402,7 @@ [ "modifications", { - "_index": 2249, + "_index": 770, "data": { "manuals/editor-scripts": {}, "manuals/getting-help": {}, @@ -199416,7 +199416,7 @@ [ "modified", { - "_index": 2686, + "_index": 1693, "data": { "assets/luasocket": {}, "examples/sprite/tint": {}, @@ -199435,7 +199435,7 @@ [ "modifier", { - "_index": 3151, + "_index": 1117, "data": { "examples/particles/modifiers": {}, "manuals/particlefx": {} @@ -199446,7 +199446,7 @@ [ "modifiers", { - "_index": 3146, + "_index": 1110, "data": { "examples/particles/confetti": {}, "examples/particles/fire_and_smoke": {}, @@ -199459,7 +199459,7 @@ [ "modifies", { - "_index": 8849, + "_index": 10030, "data": { "ref/stable/b2d.body": {} }, @@ -199469,7 +199469,7 @@ [ "modify", { - "_index": 1596, + "_index": 775, "data": { "examples/sprite/tint": {}, "manuals/application-security": {}, @@ -199499,7 +199499,7 @@ [ "modifying", { - "_index": 85, + "_index": 4697, "data": { "manuals/gui-template": {}, "manuals/gui-text": {}, @@ -199511,7 +199511,7 @@ [ "modname", { - "_index": 7258, + "_index": 9308, "data": { "ref/stable/base": {}, "ref/stable/package": {} @@ -199522,7 +199522,7 @@ [ "modplayer", { - "_index": 6600, + "_index": 6488, "data": { "assets/modplayer": {} }, @@ -199532,7 +199532,7 @@ [ "module", { - "_index": 570, + "_index": 1269, "data": { "assets/bit46": {}, "assets/compat53": {}, @@ -199562,7 +199562,7 @@ [ "module.lua", { - "_index": 2687, + "_index": 5723, "data": { "manuals/modules": {} }, @@ -199572,7 +199572,7 @@ [ "module_name", { - "_index": 4938, + "_index": 4743, "data": { "manuals/extensions": {} }, @@ -199582,7 +199582,7 @@ [ "modules", { - "_index": 2691, + "_index": 3140, "data": { "assets/defoldinput": {}, "assets/m": {}, @@ -199600,7 +199600,7 @@ [ "moku", { - "_index": 6662, + "_index": 6297, "data": { "assets/moku": {} }, @@ -199610,7 +199610,7 @@ [ "moltenvk", { - "_index": 3038, + "_index": 5339, "data": { "manuals/compute": {} }, @@ -199620,7 +199620,7 @@ [ "moment", { - "_index": 4397, + "_index": 3720, "data": { "assets/def-behavior-tree": {}, "manuals/physics-events": {}, @@ -199632,7 +199632,7 @@ [ "monalisa.collection", { - "_index": 1787, + "_index": 3302, "data": { "manuals/live-update": {} }, @@ -199642,7 +199642,7 @@ [ "monarch", { - "_index": 6645, + "_index": 6483, "data": { "assets/monarch": {} }, @@ -199652,7 +199652,7 @@ [ "monetary", { - "_index": 8556, + "_index": 9952, "data": { "ref/stable/os": {} }, @@ -199662,7 +199662,7 @@ [ "monetization", { - "_index": 6671, + "_index": 6258, "data": { "assets/webmonetization": {} }, @@ -199672,7 +199672,7 @@ [ "monetize", { - "_index": 6474, + "_index": 6510, "data": { "assets/admob-defold": {} }, @@ -199682,7 +199682,7 @@ [ "money", { - "_index": 1657, + "_index": 4842, "data": { "manuals/porting-guidelines": {} }, @@ -199692,7 +199692,7 @@ [ "monitor", { - "_index": 1383, + "_index": 4017, "data": { "assets/sentinel": {}, "manuals/extender-local-setup": {}, @@ -199706,7 +199706,7 @@ [ "monitors", { - "_index": 7645, + "_index": 8005, "data": { "ref/stable/dmAndroid": {} }, @@ -199716,7 +199716,7 @@ [ "mono", { - "_index": 3119, + "_index": 2126, "data": { "manuals/editor-styling": {}, "manuals/optimization-size": {} @@ -199727,7 +199727,7 @@ [ "monsters", { - "_index": 6357, + "_index": 6428, "data": { "assets/slasherprototype": {} }, @@ -199737,7 +199737,7 @@ [ "month", { - "_index": 6577, + "_index": 6698, "data": { "assets/gamedistribution": {}, "ref/stable/os": {} @@ -199748,7 +199748,7 @@ [ "more", { - "_index": 316, + "_index": 629, "data": { "assets/colorlib": {}, "assets/defbuild": {}, @@ -199854,7 +199854,7 @@ [ "moreover", { - "_index": 7284, + "_index": 9332, "data": { "ref/stable/package": {} }, @@ -199864,7 +199864,7 @@ [ "morph", { - "_index": 4834, + "_index": 4816, "data": { "manuals/importing-models": {} }, @@ -199874,7 +199874,7 @@ [ "most", { - "_index": 444, + "_index": 686, "data": { "examples/material/screenspace": {}, "manuals/addressing": {}, @@ -199906,7 +199906,7 @@ [ "mostly", { - "_index": 1002, + "_index": 2678, "data": { "manuals/editor-scripts": {}, "manuals/extensions-best-practices": {}, @@ -199920,7 +199920,7 @@ [ "motion", { - "_index": 3290, + "_index": 5094, "data": { "assets/rive": {}, "manuals/flash": {}, @@ -199933,7 +199933,7 @@ [ "motor", { - "_index": 6001, + "_index": 5798, "data": { "manuals/physics-joints": {}, "ref/stable/physics": {} @@ -199944,7 +199944,7 @@ [ "mount", { - "_index": 1837, + "_index": 3331, "data": { "manuals/live-update": {}, "manuals/live-update-scripting": {}, @@ -199957,7 +199957,7 @@ [ "mount.name", { - "_index": 5770, + "_index": 3929, "data": { "manuals/live-update-scripting": {} }, @@ -199967,7 +199967,7 @@ [ "mount.priority", { - "_index": 5769, + "_index": 3928, "data": { "manuals/live-update-scripting": {} }, @@ -199977,7 +199977,7 @@ [ "mount.uri", { - "_index": 5768, + "_index": 3927, "data": { "manuals/live-update-scripting": {} }, @@ -199987,7 +199987,7 @@ [ "mount_zip", { - "_index": 5787, + "_index": 3948, "data": { "manuals/live-update-scripting": {} }, @@ -199997,7 +199997,7 @@ [ "mounted", { - "_index": 6785, + "_index": 9604, "data": { "ref/stable/liveupdate": {}, "ref/stable/sys": {} @@ -200008,7 +200008,7 @@ [ "mounts", { - "_index": 5766, + "_index": 3923, "data": { "manuals/live-update-scripting": {}, "ref/stable/dmResource": {}, @@ -200020,7 +200020,7 @@ [ "mouse", { - "_index": 1951, + "_index": 785, "data": { "assets/pointer-lock": {}, "examples/gui/drag": {}, @@ -200048,7 +200048,7 @@ [ "mouse/touch", { - "_index": 2134, + "_index": 4476, "data": { "examples/physics/raycast": {}, "manuals/input-mouse-and-touch": {} @@ -200059,7 +200059,7 @@ [ "mouse_button_1", { - "_index": 2113, + "_index": 4461, "data": { "manuals/input-mouse-and-touch": {} }, @@ -200069,7 +200069,7 @@ [ "mouse_button_2", { - "_index": 2114, + "_index": 4462, "data": { "manuals/input-mouse-and-touch": {} }, @@ -200079,7 +200079,7 @@ [ "mouse_button_3", { - "_index": 2115, + "_index": 4463, "data": { "manuals/input-mouse-and-touch": {} }, @@ -200089,7 +200089,7 @@ [ "mouse_button_left", { - "_index": 2109, + "_index": 4458, "data": { "manuals/input-mouse-and-touch": {} }, @@ -200099,7 +200099,7 @@ [ "mouse_button_middle", { - "_index": 2111, + "_index": 4460, "data": { "manuals/input-mouse-and-touch": {} }, @@ -200109,7 +200109,7 @@ [ "mouse_button_right", { - "_index": 2110, + "_index": 4459, "data": { "manuals/input-mouse-and-touch": {} }, @@ -200119,7 +200119,7 @@ [ "mouse_press", { - "_index": 2050, + "_index": 5984, "data": { "manuals/input": {} }, @@ -200129,7 +200129,7 @@ [ "mouse_wheel_up", { - "_index": 2129, + "_index": 4471, "data": { "manuals/input-mouse-and-touch": {} }, @@ -200139,7 +200139,7 @@ [ "mousebutton", { - "_index": 7211, + "_index": 9470, "data": { "ref/stable/dmHid": {} }, @@ -200149,7 +200149,7 @@ [ "mouselook", { - "_index": 6755, + "_index": 6475, "data": { "assets/pointer-lock": {} }, @@ -200159,7 +200159,7 @@ [ "mousepacket", { - "_index": 7212, + "_index": 9471, "data": { "ref/stable/dmHid": {} }, @@ -200169,7 +200169,7 @@ [ "move", { - "_index": 944, + "_index": 73, "data": { "assets/defgraph": {}, "examples/factory/bullets": {}, @@ -200196,7 +200196,7 @@ [ "move_above", { - "_index": 9272, + "_index": 7785, "data": { "ref/stable/gui": {} }, @@ -200206,7 +200206,7 @@ [ "move_below", { - "_index": 9274, + "_index": 7787, "data": { "ref/stable/gui": {} }, @@ -200216,7 +200216,7 @@ [ "move_forward", { - "_index": 5861, + "_index": 4569, "data": { "manuals/glossary": {} }, @@ -200226,7 +200226,7 @@ [ "moved", { - "_index": 2008, + "_index": 367, "data": { "manuals/flash": {}, "manuals/gui": {}, @@ -200239,7 +200239,7 @@ [ "movement", { - "_index": 953, + "_index": 1193, "data": { "assets/defoldgridengine": {}, "assets/operator": {}, @@ -200264,7 +200264,7 @@ [ "moves", { - "_index": 3170, + "_index": 1159, "data": { "examples/gui/drag": {}, "examples/physics/kinematic": {}, @@ -200278,7 +200278,7 @@ [ "movie", { - "_index": 3232, + "_index": 5054, "data": { "manuals/flash": {} }, @@ -200288,7 +200288,7 @@ [ "movieclip", { - "_index": 3242, + "_index": 5060, "data": { "manuals/flash": {} }, @@ -200298,7 +200298,7 @@ [ "moving", { - "_index": 1899, + "_index": 1689, "data": { "assets/defarmy": {}, "manuals/editor": {}, @@ -200315,7 +200315,7 @@ [ "mozilla/5.0", { - "_index": 8461, + "_index": 9593, "data": { "ref/stable/sys": {} }, @@ -200325,7 +200325,7 @@ [ "mp", { - "_index": 4187, + "_index": 3220, "data": { "manuals/bob": {}, "manuals/debugging-native-code-ios": {} @@ -200336,7 +200336,7 @@ [ "ms", { - "_index": 3142, + "_index": 2427, "data": { "manuals/editor-styling": {} }, @@ -200346,7 +200346,7 @@ [ "msg", { - "_index": 3562, + "_index": 1663, "data": { "manuals/message-passing": {}, "ref/stable/msg": {} @@ -200357,7 +200357,7 @@ [ "msg.post", { - "_index": 1562, + "_index": 1594, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/addressing": {}, @@ -200385,7 +200385,7 @@ [ "msg.url", { - "_index": 1582, + "_index": 3108, "data": { "manuals/addressing": {}, "manuals/factory": {}, @@ -200401,7 +200401,7 @@ [ "msg_clear_color", { - "_index": 3676, + "_index": 1776, "data": { "manuals/render": {} }, @@ -200411,7 +200411,7 @@ [ "msg_set_view_proj", { - "_index": 3679, + "_index": 1780, "data": { "manuals/render": {} }, @@ -200421,7 +200421,7 @@ [ "msg_window_resized", { - "_index": 3678, + "_index": 1778, "data": { "manuals/render": {} }, @@ -200431,7 +200431,7 @@ [ "msi", { - "_index": 4152, + "_index": 3174, "data": { "manuals/bob": {} }, @@ -200441,7 +200441,7 @@ [ "mtlcommandqueue", { - "_index": 10303, + "_index": 6910, "data": { "ref/stable/dmGraphics": {} }, @@ -200451,7 +200451,7 @@ [ "mtltexture", { - "_index": 10323, + "_index": 6932, "data": { "ref/stable/dmGraphics": {} }, @@ -200461,7 +200461,7 @@ [ "mtx_normal", { - "_index": 1102, + "_index": 2735, "data": { "manuals/shader": {} }, @@ -200471,7 +200471,7 @@ [ "mtx_proj", { - "_index": 1100, + "_index": 2733, "data": { "manuals/shader": {} }, @@ -200481,7 +200481,7 @@ [ "mtx_view", { - "_index": 1101, + "_index": 2734, "data": { "manuals/shader": {} }, @@ -200491,7 +200491,7 @@ [ "mtx_world", { - "_index": 1099, + "_index": 2732, "data": { "manuals/shader": {} }, @@ -200501,7 +200501,7 @@ [ "much", { - "_index": 1611, + "_index": 317, "data": { "assets/nakama": {}, "manuals/application-security": {}, @@ -200527,7 +200527,7 @@ [ "mul", { - "_index": 7573, + "_index": 9777, "data": { "ref/stable/dmTransform": {} }, @@ -200537,7 +200537,7 @@ [ "mul_per_elem", { - "_index": 8351, + "_index": 7049, "data": { "ref/stable/vmath": {} }, @@ -200547,7 +200547,7 @@ [ "mulnoscalez", { - "_index": 7575, + "_index": 9778, "data": { "ref/stable/dmTransform": {} }, @@ -200557,7 +200557,7 @@ [ "mulperelem", { - "_index": 7681, + "_index": 7380, "data": { "ref/stable/dmVMath": {} }, @@ -200567,7 +200567,7 @@ [ "multi", { - "_index": 1954, + "_index": 1354, "data": { "manuals/atlas": {}, "manuals/design": {}, @@ -200583,7 +200583,7 @@ [ "multiaddr", { - "_index": 8154, + "_index": 10465, "data": { "ref/stable/socket": {} }, @@ -200593,7 +200593,7 @@ [ "multicast", { - "_index": 8123, + "_index": 10436, "data": { "ref/stable/socket": {} }, @@ -200603,7 +200603,7 @@ [ "multiplatform", { - "_index": 6686, + "_index": 6748, "data": { "assets/matchanovel": {} }, @@ -200613,7 +200613,7 @@ [ "multiplayer", { - "_index": 5538, + "_index": 4105, "data": { "assets/colyseus": {}, "assets/nakama": {}, @@ -200626,7 +200626,7 @@ [ "multiple", { - "_index": 478, + "_index": 111, "data": { "assets/defglot": {}, "examples/material/noise": {}, @@ -200683,7 +200683,7 @@ [ "multiplication", { - "_index": 8353, + "_index": 7051, "data": { "ref/stable/sound": {}, "ref/stable/vmath": {} @@ -200694,7 +200694,7 @@ [ "multiplied", { - "_index": 993, + "_index": 325, "data": { "manuals/gui": {}, "manuals/gui-box": {}, @@ -200709,7 +200709,7 @@ [ "multiplier", { - "_index": 5307, + "_index": 2594, "data": { "manuals/properties": {}, "ref/stable/base": {}, @@ -200722,7 +200722,7 @@ [ "multiplies", { - "_index": 4446, + "_index": 355, "data": { "manuals/gui": {} }, @@ -200732,7 +200732,7 @@ [ "multiply", { - "_index": 1138, + "_index": 354, "data": { "manuals/gui": {}, "manuals/particlefx": {}, @@ -200747,7 +200747,7 @@ [ "multitarget", { - "_index": 9800, + "_index": 8208, "data": { "ref/stable/graphics": {} }, @@ -200757,7 +200757,7 @@ [ "music", { - "_index": 1781, + "_index": 2115, "data": { "manuals/optimization-size": {}, "manuals/porting-guidelines": {}, @@ -200770,7 +200770,7 @@ [ "must", { - "_index": 49, + "_index": 553, "data": { "examples/basics/parent_child": {}, "examples/movement/look_rotation": {}, @@ -200848,7 +200848,7 @@ [ "mustache", { - "_index": 2295, + "_index": 838, "data": { "manuals/html5": {} }, @@ -200858,7 +200858,7 @@ [ "mutable", { - "_index": 9615, + "_index": 9255, "data": { "ref/stable/dmGameObject": {} }, @@ -200868,7 +200868,7 @@ [ "mutate", { - "_index": 3974, + "_index": 1501, "data": { "manuals/editor-scripts-ui": {} }, @@ -200878,7 +200878,7 @@ [ "mutating", { - "_index": 3859, + "_index": 1303, "data": { "manuals/editor-scripts-ui": {} }, @@ -200888,7 +200888,7 @@ [ "muted", { - "_index": 10047, + "_index": 10702, "data": { "ref/stable/sound": {} }, @@ -200898,7 +200898,7 @@ [ "mutex", { - "_index": 2071, + "_index": 1049, "data": { "manuals/extensions-defold-sdk": {}, "ref/stable/dmConditionVariable": {}, @@ -200910,7 +200910,7 @@ [ "mv", { - "_index": 6078, + "_index": 4900, "data": { "manuals/debugging-native-code-ios": {} }, @@ -200920,7 +200920,7 @@ [ "my", { - "_index": 1155, + "_index": 1984, "data": { "manuals/bob": {}, "manuals/debugging-game-logic": {}, @@ -200935,7 +200935,7 @@ [ "my_animation", { - "_index": 2529, + "_index": 2892, "data": { "manuals/atlas": {} }, @@ -200945,7 +200945,7 @@ [ "my_atlas.texturesetc", { - "_index": 2538, + "_index": 2901, "data": { "manuals/atlas": {} }, @@ -200955,7 +200955,7 @@ [ "my_atlas_id", { - "_index": 2536, + "_index": 2899, "data": { "manuals/atlas": {} }, @@ -200965,7 +200965,7 @@ [ "my_backing_texture.texturec", { - "_index": 2991, + "_index": 5299, "data": { "manuals/compute": {} }, @@ -200975,7 +200975,7 @@ [ "my_box_shape", { - "_index": 215, + "_index": 5532, "data": { "manuals/physics-shapes": {} }, @@ -200985,7 +200985,7 @@ [ "my_button", { - "_index": 2564, + "_index": 5908, "data": { "manuals/gui-script": {} }, @@ -200995,7 +200995,7 @@ [ "my_capsule_shape", { - "_index": 205, + "_index": 5526, "data": { "manuals/physics-shapes": {} }, @@ -201005,7 +201005,7 @@ [ "my_compute", { - "_index": 2972, + "_index": 5286, "data": { "manuals/compute": {} }, @@ -201015,7 +201015,7 @@ [ "my_custom_texture.texturec", { - "_index": 2521, + "_index": 2883, "data": { "manuals/atlas": {} }, @@ -201025,7 +201025,7 @@ [ "my_define", { - "_index": 1322, + "_index": 4680, "data": { "manuals/extensions-ext-manifests": {} }, @@ -201035,7 +201035,7 @@ [ "my_easing", { - "_index": 4672, + "_index": 3782, "data": { "manuals/property-animation": {} }, @@ -201045,7 +201045,7 @@ [ "my_end", { - "_index": 5936, + "_index": 1015, "data": { "manuals/physics-ray-casts": {} }, @@ -201055,7 +201055,7 @@ [ "my_global_value", { - "_index": 5095, + "_index": 5196, "data": { "manuals/lua": {} }, @@ -201065,7 +201065,7 @@ [ "my_group1", { - "_index": 5938, + "_index": 1020, "data": { "manuals/physics-ray-casts": {} }, @@ -201075,7 +201075,7 @@ [ "my_group2", { - "_index": 5939, + "_index": 1021, "data": { "manuals/physics-ray-casts": {} }, @@ -201085,7 +201085,7 @@ [ "my_groups", { - "_index": 5937, + "_index": 1018, "data": { "manuals/physics-ray-casts": {} }, @@ -201095,7 +201095,7 @@ [ "my_hinge", { - "_index": 6000, + "_index": 5797, "data": { "manuals/physics-joints": {} }, @@ -201105,7 +201105,7 @@ [ "my_id", { - "_index": 4894, + "_index": 3426, "data": { "manuals/addressing": {} }, @@ -201115,7 +201115,7 @@ [ "my_image", { - "_index": 1093, + "_index": 2729, "data": { "manuals/shader": {} }, @@ -201125,7 +201125,7 @@ [ "my_json_formatter", { - "_index": 5265, + "_index": 5471, "data": { "manuals/editor-scripts": {} }, @@ -201135,7 +201135,7 @@ [ "my_json_formatter.indent", { - "_index": 5269, + "_index": 5475, "data": { "manuals/editor-scripts": {} }, @@ -201145,7 +201145,7 @@ [ "my_json_formatter.indent.size", { - "_index": 5258, + "_index": 5464, "data": { "manuals/editor-scripts": {} }, @@ -201155,7 +201155,7 @@ [ "my_json_formatter.indent.type", { - "_index": 5261, + "_index": 5467, "data": { "manuals/editor-scripts": {} }, @@ -201165,7 +201165,7 @@ [ "my_json_formatter.jq_path", { - "_index": 5256, + "_index": 5462, "data": { "manuals/editor-scripts": {} }, @@ -201175,7 +201175,7 @@ [ "my_label", { - "_index": 838, + "_index": 5620, "data": { "manuals/label": {} }, @@ -201185,7 +201185,7 @@ [ "my_load_engine", { - "_index": 5034, + "_index": 4641, "data": { "manuals/extensions-manifest-merge-tool": {} }, @@ -201195,7 +201195,7 @@ [ "my_material", { - "_index": 3693, + "_index": 1795, "data": { "manuals/render": {} }, @@ -201205,7 +201205,7 @@ [ "my_module", { - "_index": 6011, + "_index": 2368, "data": { "manuals/hot-reload": {} }, @@ -201215,7 +201215,7 @@ [ "my_module.lua", { - "_index": 6007, + "_index": 2364, "data": { "manuals/hot-reload": {} }, @@ -201225,7 +201225,7 @@ [ "my_pie_node", { - "_index": 5046, + "_index": 5014, "data": { "manuals/gui-pie": {} }, @@ -201235,7 +201235,7 @@ [ "my_property", { - "_index": 2356, + "_index": 5632, "data": { "manuals/script-properties": {} }, @@ -201245,7 +201245,7 @@ [ "my_property.default", { - "_index": 4395, + "_index": 3718, "data": { "manuals/project-settings": {} }, @@ -201255,7 +201255,7 @@ [ "my_property.help", { - "_index": 4393, + "_index": 3716, "data": { "manuals/project-settings": {} }, @@ -201265,7 +201265,7 @@ [ "my_property.private", { - "_index": 4396, + "_index": 3719, "data": { "manuals/project-settings": {} }, @@ -201275,7 +201275,7 @@ [ "my_property.type", { - "_index": 4389, + "_index": 3711, "data": { "manuals/project-settings": {} }, @@ -201285,7 +201285,7 @@ [ "my_red_color", { - "_index": 1209, + "_index": 2803, "data": { "manuals/shader": {} }, @@ -201295,7 +201295,7 @@ [ "my_render_target", { - "_index": 3695, + "_index": 1798, "data": { "manuals/render": {} }, @@ -201305,7 +201305,7 @@ [ "my_script.script", { - "_index": 2355, + "_index": 5631, "data": { "manuals/script-properties": {} }, @@ -201315,7 +201315,7 @@ [ "my_sphere_shape", { - "_index": 209, + "_index": 5529, "data": { "manuals/physics-shapes": {} }, @@ -201325,7 +201325,7 @@ [ "my_start", { - "_index": 5935, + "_index": 1013, "data": { "manuals/physics-ray-casts": {} }, @@ -201335,7 +201335,7 @@ [ "my_state", { - "_index": 2711, + "_index": 5739, "data": { "manuals/modules": {} }, @@ -201345,7 +201345,7 @@ [ "my_state.alter_state", { - "_index": 2734, + "_index": 5758, "data": { "manuals/modules": {} }, @@ -201355,7 +201355,7 @@ [ "my_state.get_state", { - "_index": 2735, + "_index": 5759, "data": { "manuals/modules": {} }, @@ -201365,7 +201365,7 @@ [ "my_state:alter_state", { - "_index": 2722, + "_index": 5748, "data": { "manuals/modules": {} }, @@ -201375,7 +201375,7 @@ [ "my_state:get_state", { - "_index": 2723, + "_index": 5749, "data": { "manuals/modules": {} }, @@ -201385,7 +201385,7 @@ [ "my_test_joint", { - "_index": 5994, + "_index": 5791, "data": { "manuals/physics-joints": {} }, @@ -201395,7 +201395,7 @@ [ "my_texture", { - "_index": 1092, + "_index": 2728, "data": { "manuals/shader": {} }, @@ -201405,7 +201405,7 @@ [ "my_texture.texture", { - "_index": 3707, + "_index": 1826, "data": { "manuals/render": {} }, @@ -201415,7 +201415,7 @@ [ "my_texture_array", { - "_index": 1114, + "_index": 2744, "data": { "manuals/shader": {} }, @@ -201425,7 +201425,7 @@ [ "my_texture_handle", { - "_index": 3709, + "_index": 1828, "data": { "manuals/render": {} }, @@ -201435,7 +201435,7 @@ [ "my_texture_handle.handle", { - "_index": 3711, + "_index": 1831, "data": { "manuals/render": {} }, @@ -201445,7 +201445,7 @@ [ "my_texture_id", { - "_index": 2519, + "_index": 2882, "data": { "manuals/atlas": {} }, @@ -201455,7 +201455,7 @@ [ "my_texture_resource", { - "_index": 3706, + "_index": 1824, "data": { "manuals/render": {} }, @@ -201465,7 +201465,7 @@ [ "my_url", { - "_index": 4903, + "_index": 3439, "data": { "manuals/addressing": {} }, @@ -201475,7 +201475,7 @@ [ "my_url.fragment", { - "_index": 4907, + "_index": 3444, "data": { "manuals/addressing": {} }, @@ -201485,7 +201485,7 @@ [ "my_url.path", { - "_index": 4906, + "_index": 3443, "data": { "manuals/addressing": {} }, @@ -201495,7 +201495,7 @@ [ "my_url.socket", { - "_index": 4904, + "_index": 3440, "data": { "manuals/addressing": {} }, @@ -201505,7 +201505,7 @@ [ "my_val", { - "_index": 4583, + "_index": 5862, "data": { "manuals/debugging-game-logic": {} }, @@ -201515,7 +201515,7 @@ [ "my_value", { - "_index": 4380, + "_index": 3701, "data": { "manuals/project-settings": {} }, @@ -201525,7 +201525,7 @@ [ "myalias", { - "_index": 5418, + "_index": 6069, "data": { "manuals/android": {} }, @@ -201535,7 +201535,7 @@ [ "myapp", { - "_index": 4822, + "_index": 5006, "data": { "manuals/debugging-native-code": {} }, @@ -201545,7 +201545,7 @@ [ "myapp.dsym/contents/resources/dwarf/myapp", { - "_index": 4817, + "_index": 5002, "data": { "manuals/debugging-native-code": {} }, @@ -201555,7 +201555,7 @@ [ "mybigfont", { - "_index": 4411, + "_index": 162, "data": { "manuals/gui": {} }, @@ -201565,7 +201565,7 @@ [ "mycolor", { - "_index": 6234, + "_index": 6245, "data": { "examples/material/vertexcolor": {} }, @@ -201575,7 +201575,7 @@ [ "myeffect", { - "_index": 4416, + "_index": 179, "data": { "manuals/gui": {} }, @@ -201585,7 +201585,7 @@ [ "myextension", { - "_index": 4930, + "_index": 4731, "data": { "manuals/extensions": {} }, @@ -201595,7 +201595,7 @@ [ "myextension.cpp", { - "_index": 4935, + "_index": 4740, "data": { "manuals/extensions": {} }, @@ -201605,7 +201605,7 @@ [ "myextension.mm", { - "_index": 5465, + "_index": 3604, "data": { "manuals/extensions-best-practices": {} }, @@ -201615,7 +201615,7 @@ [ "myextension.reverse", { - "_index": 4963, + "_index": 4769, "data": { "manuals/extensions": {} }, @@ -201625,7 +201625,7 @@ [ "myextension_android.cpp", { - "_index": 5466, + "_index": 3605, "data": { "manuals/extensions-best-practices": {} }, @@ -201635,7 +201635,7 @@ [ "mygame", { - "_index": 1692, + "_index": 3963, "data": { "manuals/live-update-scripting": {}, "manuals/porting-guidelines": {} @@ -201646,7 +201646,7 @@ [ "mykeystore.keystore", { - "_index": 5415, + "_index": 6066, "data": { "manuals/android": {} }, @@ -201656,7 +201656,7 @@ [ "myobject#my_script", { - "_index": 2361, + "_index": 5637, "data": { "manuals/script-properties": {} }, @@ -201666,7 +201666,7 @@ [ "myobject#script", { - "_index": 2359, + "_index": 5635, "data": { "manuals/script-properties": {} }, @@ -201676,7 +201676,7 @@ [ "myproject", { - "_index": 6072, + "_index": 4891, "data": { "manuals/debugging-native-code-ios": {} }, @@ -201686,7 +201686,7 @@ [ "myproxy", { - "_index": 5390, + "_index": 4721, "data": { "manuals/collection-proxy": {} }, @@ -201696,7 +201696,7 @@ [ "mytheme", { - "_index": 4421, + "_index": 187, "data": { "manuals/gui": {} }, @@ -201706,7 +201706,7 @@ [ "n", { - "_index": 2141, + "_index": 1525, "data": { "manuals/editor-scripts": {}, "manuals/editor-scripts-ui": {}, @@ -201728,7 +201728,7 @@ [ "n*m", { - "_index": 7062, + "_index": 7474, "data": { "ref/stable/physics": {} }, @@ -201738,7 +201738,7 @@ [ "n+1", { - "_index": 6845, + "_index": 6943, "data": { "ref/stable/table": {} }, @@ -201748,7 +201748,7 @@ [ "n`where", { - "_index": 2140, + "_index": 4477, "data": { "manuals/input-mouse-and-touch": {} }, @@ -201758,7 +201758,7 @@ [ "nagle's", { - "_index": 8101, + "_index": 10421, "data": { "ref/stable/socket": {} }, @@ -201768,7 +201768,7 @@ [ "naive", { - "_index": 4751, + "_index": 3975, "data": { "manuals/physics-resolving-collisions": {} }, @@ -201778,7 +201778,7 @@ [ "nakama", { - "_index": 6434, + "_index": 6350, "data": { "assets/nakama": {} }, @@ -201788,7 +201788,7 @@ [ "name", { - "_index": 590, + "_index": 247, "data": { "manuals/addressing": {}, "manuals/app-manifest": {}, @@ -201878,7 +201878,7 @@ [ "name.build/base.lproj/launchscreen.storyboardc", { - "_index": 3471, + "_index": 3013, "data": { "manuals/ios": {} }, @@ -201888,7 +201888,7 @@ [ "name.build/debug", { - "_index": 3469, + "_index": 3011, "data": { "manuals/ios": {} }, @@ -201898,7 +201898,7 @@ [ "name.glsl", { - "_index": 1169, + "_index": 2781, "data": { "manuals/shader": {} }, @@ -201908,7 +201908,7 @@ [ "name_hash", { - "_index": 7488, + "_index": 10865, "data": { "ref/stable/dmRender": {} }, @@ -201918,7 +201918,7 @@ [ "named", { - "_index": 862, + "_index": 1774, "data": { "assets/colorlib": {}, "manuals/addressing": {}, @@ -201955,7 +201955,7 @@ [ "names", { - "_index": 775, + "_index": 1885, "data": { "manuals/addressing": {}, "manuals/caching-assets": {}, @@ -201982,7 +201982,7 @@ [ "namespace", { - "_index": 2541, + "_index": 3387, "data": { "manuals/addressing": {}, "manuals/gui-script": {}, @@ -201994,7 +201994,7 @@ [ "namespaces", { - "_index": 2064, + "_index": 1033, "data": { "manuals/extensions-defold-sdk": {} }, @@ -202004,7 +202004,7 @@ [ "naming", { - "_index": 3535, + "_index": 1598, "data": { "manuals/addressing": {}, "manuals/design": {}, @@ -202017,7 +202017,7 @@ [ "narrative", { - "_index": 6614, + "_index": 6449, "data": { "assets/matchanovel": {}, "assets/narrator": {} @@ -202028,7 +202028,7 @@ [ "narratives", { - "_index": 6349, + "_index": 6456, "data": { "assets/defarc": {} }, @@ -202038,7 +202038,7 @@ [ "narrator", { - "_index": 6610, + "_index": 6445, "data": { "assets/defold-ink": {}, "assets/narrator": {} @@ -202049,7 +202049,7 @@ [ "narrowing", { - "_index": 4620, + "_index": 5890, "data": { "manuals/debugging-game-logic": {} }, @@ -202059,7 +202059,7 @@ [ "native", { - "_index": 1678, + "_index": 1066, "data": { "assets/apathfinding": {}, "assets/cafebazaar": {}, @@ -202124,7 +202124,7 @@ [ "native/videoplayer/src", { - "_index": 6091, + "_index": 4914, "data": { "manuals/debugging-native-code-ios": {} }, @@ -202134,7 +202134,7 @@ [ "natively", { - "_index": 4294, + "_index": 3143, "data": { "manuals/writing-code": {} }, @@ -202144,7 +202144,7 @@ [ "nativetext", { - "_index": 6741, + "_index": 6329, "data": { "assets/nativetext": {} }, @@ -202154,7 +202154,7 @@ [ "natural", { - "_index": 7088, + "_index": 7264, "data": { "ref/stable/math": {}, "ref/stable/physics": {} @@ -202165,7 +202165,7 @@ [ "nature", { - "_index": 2776, + "_index": 4144, "data": { "manuals/application-security": {}, "manuals/mesh": {} @@ -202176,7 +202176,7 @@ [ "navgo", { - "_index": 6734, + "_index": 6317, "data": { "assets/navgo": {} }, @@ -202186,7 +202186,7 @@ [ "navigate", { - "_index": 4979, + "_index": 2431, "data": { "manuals/editor": {}, "manuals/sony-playstation": {}, @@ -202198,7 +202198,7 @@ [ "navigator", { - "_index": 3427, + "_index": 2966, "data": { "manuals/ios": {} }, @@ -202208,7 +202208,7 @@ [ "ne", { - "_index": 4167, + "_index": 3197, "data": { "assets/def_usercentrics": {}, "manuals/bob": {} @@ -202219,7 +202219,7 @@ [ "near", { - "_index": 5382, + "_index": 3479, "data": { "manuals/camera": {}, "manuals/components": {}, @@ -202234,7 +202234,7 @@ [ "near+far", { - "_index": 8651, + "_index": 9380, "data": { "ref/stable/dmIntersection": {} }, @@ -202244,7 +202244,7 @@ [ "near_z", { - "_index": 6062, + "_index": 3478, "data": { "manuals/camera": {}, "ref/stable/camera": {} @@ -202255,7 +202255,7 @@ [ "nearest", { - "_index": 2439, + "_index": 32, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/material": {}, @@ -202268,7 +202268,7 @@ [ "nearest_mipmap_linear", { - "_index": 2441, + "_index": 34, "data": { "manuals/texture-filtering": {} }, @@ -202278,7 +202278,7 @@ [ "nearest_mipmap_nearest", { - "_index": 2440, + "_index": 33, "data": { "manuals/texture-filtering": {} }, @@ -202288,7 +202288,7 @@ [ "necessarily", { - "_index": 7336, + "_index": 7093, "data": { "ref/stable/resource": {}, "ref/stable/string": {} @@ -202299,7 +202299,7 @@ [ "necessary", { - "_index": 902, + "_index": 909, "data": { "manuals/addressing": {}, "manuals/application-security": {}, @@ -202320,7 +202320,7 @@ [ "necessity", { - "_index": 5116, + "_index": 5217, "data": { "manuals/lua": {} }, @@ -202330,7 +202330,7 @@ [ "need", { - "_index": 291, + "_index": 197, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/addressing": {}, @@ -202414,7 +202414,7 @@ [ "needed", { - "_index": 281, + "_index": 702, "data": { "manuals/android": {}, "manuals/atlas": {}, @@ -202452,7 +202452,7 @@ [ "needing", { - "_index": 5906, + "_index": 5686, "data": { "manuals/physics-events": {} }, @@ -202462,7 +202462,7 @@ [ "needs", { - "_index": 473, + "_index": 644, "data": { "manuals/addressing": {}, "manuals/atlas": {}, @@ -202501,7 +202501,7 @@ [ "negative", { - "_index": 7783, + "_index": 6958, "data": { "ref/stable/bit": {}, "ref/stable/dmFileDescriptor": {}, @@ -202517,7 +202517,7 @@ [ "negligible", { - "_index": 6733, + "_index": 6377, "data": { "assets/firebase-remoteconfig": {}, "ref/stable/socket": {} @@ -202528,7 +202528,7 @@ [ "negotiating", { - "_index": 2842, + "_index": 4199, "data": { "manuals/application-security": {} }, @@ -202538,7 +202538,7 @@ [ "neighbor", { - "_index": 2471, + "_index": 2843, "data": { "manuals/atlas": {} }, @@ -202548,7 +202548,7 @@ [ "neither", { - "_index": 4816, + "_index": 5001, "data": { "manuals/debugging-native-code": {} }, @@ -202558,7 +202558,7 @@ [ "nend", { - "_index": 5162, + "_index": 5369, "data": { "manuals/editor-scripts": {} }, @@ -202568,7 +202568,7 @@ [ "neovim", { - "_index": 6381, + "_index": 6500, "data": { "assets/defold-neovim": {} }, @@ -202578,7 +202578,7 @@ [ "nes", { - "_index": 4680, + "_index": 2205, "data": { "manuals/adapting-graphics-to-screen-size": {} }, @@ -202588,7 +202588,7 @@ [ "nesessary", { - "_index": 1430, + "_index": 4055, "data": { "manuals/extender-local-setup": {} }, @@ -202598,7 +202598,7 @@ [ "nested", { - "_index": 3320, + "_index": 5116, "data": { "manuals/building-blocks": {}, "manuals/editor-scripts": {}, @@ -202611,7 +202611,7 @@ [ "network", { - "_index": 272, + "_index": 2075, "data": { "assets/facebookads": {}, "assets/gamedistribution": {}, @@ -202636,7 +202636,7 @@ [ "network.http_timeout", { - "_index": 8562, + "_index": 10167, "data": { "ref/stable/http": {} }, @@ -202646,7 +202646,7 @@ [ "network_connected", { - "_index": 8487, + "_index": 9618, "data": { "ref/stable/sys": {} }, @@ -202656,7 +202656,7 @@ [ "network_connected_cellular", { - "_index": 8488, + "_index": 9619, "data": { "ref/stable/sys": {} }, @@ -202666,7 +202666,7 @@ [ "network_disconnected", { - "_index": 8489, + "_index": 9620, "data": { "ref/stable/sys": {} }, @@ -202676,7 +202676,7 @@ [ "networks", { - "_index": 4915, + "_index": 2267, "data": { "assets/cas-ai": {}, "manuals/ads": {}, @@ -202689,7 +202689,7 @@ [ "neural", { - "_index": 6561, + "_index": 6374, "data": { "assets/geneticalneuralnetwork": {} }, @@ -202699,7 +202699,7 @@ [ "nevada", { - "_index": 5414, + "_index": 6065, "data": { "manuals/android": {} }, @@ -202709,7 +202709,7 @@ [ "never", { - "_index": 527, + "_index": 1684, "data": { "examples/factory/dynamic": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -202736,7 +202736,7 @@ [ "new", { - "_index": 278, + "_index": 177, "data": { "assets/defbuild": {}, "assets/editor-script-components": {}, @@ -202839,7 +202839,7 @@ [ "new_box_node", { - "_index": 9276, + "_index": 7789, "data": { "ref/stable/gui": {} }, @@ -202849,7 +202849,7 @@ [ "new_button_nodes", { - "_index": 2565, + "_index": 5909, "data": { "manuals/gui-script": {} }, @@ -202859,7 +202859,7 @@ [ "new_button_nodes[\"my_button", { - "_index": 2567, + "_index": 5911, "data": { "manuals/gui-script": {} }, @@ -202869,7 +202869,7 @@ [ "new_particlefx_node", { - "_index": 9278, + "_index": 7791, "data": { "ref/stable/gui": {} }, @@ -202879,7 +202879,7 @@ [ "new_pie_node", { - "_index": 9280, + "_index": 7793, "data": { "ref/stable/gui": {} }, @@ -202889,7 +202889,7 @@ [ "new_root", { - "_index": 2566, + "_index": 5910, "data": { "manuals/gui-script": {} }, @@ -202899,7 +202899,7 @@ [ "new_text", { - "_index": 3916, + "_index": 1395, "data": { "manuals/editor-scripts": {}, "manuals/editor-scripts-ui": {} @@ -202910,7 +202910,7 @@ [ "new_text_node", { - "_index": 9281, + "_index": 7794, "data": { "ref/stable/gui": {} }, @@ -202920,7 +202920,7 @@ [ "new_textnode", { - "_index": 2575, + "_index": 5916, "data": { "manuals/gui-script": {} }, @@ -202930,7 +202930,7 @@ [ "new_texture", { - "_index": 9283, + "_index": 7796, "data": { "ref/stable/gui": {} }, @@ -202940,7 +202940,7 @@ [ "newconstant", { - "_index": 7490, + "_index": 10867, "data": { "ref/stable/dmRender": {} }, @@ -202950,7 +202950,7 @@ [ "newer", { - "_index": 4216, + "_index": 3257, "data": { "manuals/bob": {}, "manuals/dev-app": {} @@ -202961,7 +202961,7 @@ [ "newindexbuffer", { - "_index": 10271, + "_index": 6876, "data": { "ref/stable/dmGraphics": {} }, @@ -202971,7 +202971,7 @@ [ "newline", { - "_index": 5974, + "_index": 3596, "data": { "manuals/socket-connections": {}, "ref/stable/io": {} @@ -202982,7 +202982,7 @@ [ "newlines", { - "_index": 10108, + "_index": 7110, "data": { "ref/stable/editor": {}, "ref/stable/string": {} @@ -202993,7 +202993,7 @@ [ "newly", { - "_index": 4369, + "_index": 4416, "data": { "manuals/tilesource": {}, "ref/stable/collectionfactory": {}, @@ -203007,7 +203007,7 @@ [ "newname", { - "_index": 8552, + "_index": 9948, "data": { "ref/stable/os": {} }, @@ -203017,7 +203017,7 @@ [ "newnamedconstantbuffer", { - "_index": 7491, + "_index": 10868, "data": { "ref/stable/dmRender": {} }, @@ -203027,7 +203027,7 @@ [ "newnode", { - "_index": 10006, + "_index": 8126, "data": { "ref/stable/dmGui": {} }, @@ -203037,7 +203037,7 @@ [ "news", { - "_index": 6452, + "_index": 6527, "data": { "assets/facebookinstantgames": {} }, @@ -203047,7 +203047,7 @@ [ "newton", { - "_index": 7034, + "_index": 7446, "data": { "ref/stable/physics": {} }, @@ -203057,7 +203057,7 @@ [ "newtonian", { - "_index": 5512, + "_index": 3835, "data": { "manuals/glossary": {}, "manuals/physics": {} @@ -203068,7 +203068,7 @@ [ "newtons", { - "_index": 8844, + "_index": 10025, "data": { "ref/stable/b2d.body": {} }, @@ -203078,7 +203078,7 @@ [ "newtry", { - "_index": 8224, + "_index": 10531, "data": { "ref/stable/socket": {} }, @@ -203088,7 +203088,7 @@ [ "newvertexbuffer", { - "_index": 10273, + "_index": 6878, "data": { "ref/stable/dmGraphics": {} }, @@ -203098,7 +203098,7 @@ [ "newvertexdeclaration", { - "_index": 10274, + "_index": 6879, "data": { "ref/stable/dmGraphics": {} }, @@ -203108,7 +203108,7 @@ [ "newvertexstreamdeclaration", { - "_index": 10276, + "_index": 6882, "data": { "ref/stable/dmGraphics": {} }, @@ -203118,7 +203118,7 @@ [ "next", { - "_index": 1421, + "_index": 1322, "data": { "assets/3deforms": {}, "manuals/debugging-game-logic": {}, @@ -203154,7 +203154,7 @@ [ "nextspawn", { - "_index": 4599, + "_index": 5875, "data": { "manuals/debugging-game-logic": {} }, @@ -203164,7 +203164,7 @@ [ "nf", { - "_index": 1501, + "_index": 4102, "data": { "manuals/extender-local-setup": {} }, @@ -203174,7 +203174,7 @@ [ "nice", { - "_index": 5867, + "_index": 4582, "data": { "manuals/glossary": {} }, @@ -203184,7 +203184,7 @@ [ "nicely", { - "_index": 3973, + "_index": 475, "data": { "assets/luasocket": {}, "manuals/editor-scripts-ui": {}, @@ -203197,7 +203197,7 @@ [ "nightly", { - "_index": 4726, + "_index": 4707, "data": { "manuals/bundling": {} }, @@ -203207,7 +203207,7 @@ [ "nil", { - "_index": 538, + "_index": 1472, "data": { "manuals/editor-scripts": {}, "manuals/editor-scripts-ui": {}, @@ -203256,7 +203256,7 @@ [ "nintendo", { - "_index": 1469, + "_index": 2012, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/editor-preferences": {}, @@ -203270,7 +203270,7 @@ [ "no", { - "_index": 350, + "_index": 332, "data": { "assets/define": {}, "assets/facebookinstantgames": {}, @@ -203359,7 +203359,7 @@ [ "node", { - "_index": 47, + "_index": 95, "data": { "assets/def-behavior-tree": {}, "examples/gui/button": {}, @@ -203404,7 +203404,7 @@ [ "node's", { - "_index": 4408, + "_index": 123, "data": { "manuals/gui": {}, "manuals/gui-pie": {}, @@ -203418,7 +203418,7 @@ [ "node.js", { - "_index": 6665, + "_index": 6308, "data": { "assets/colyseus": {} }, @@ -203428,7 +203428,7 @@ [ "node_id", { - "_index": 5158, + "_index": 5364, "data": { "manuals/editor-scripts": {}, "ref/stable/gui": {} @@ -203439,7 +203439,7 @@ [ "node_type", { - "_index": 10008, + "_index": 8130, "data": { "ref/stable/dmGui": {} }, @@ -203449,7 +203449,7 @@ [ "nodelay", { - "_index": 8074, + "_index": 10399, "data": { "ref/stable/socket": {} }, @@ -203459,7 +203459,7 @@ [ "nodes", { - "_index": 40, + "_index": 58, "data": { "assets/editor-script-align": {}, "assets/editor-script-distribute": {}, @@ -203494,7 +203494,7 @@ [ "nodetexturetype", { - "_index": 10010, + "_index": 8132, "data": { "ref/stable/dmGui": {} }, @@ -203504,7 +203504,7 @@ [ "node\u2019s", { - "_index": 4720, + "_index": 2258, "data": { "manuals/adapting-graphics-to-screen-size": {} }, @@ -203514,7 +203514,7 @@ [ "noflags", { - "_index": 10347, + "_index": 8764, "data": { "ref/stable/dmProfile": {} }, @@ -203524,7 +203524,7 @@ [ "noise", { - "_index": 2941, + "_index": 5269, "data": { "examples/material/noise": {}, "manuals/compute": {} @@ -203535,7 +203535,7 @@ [ "noise.script", { - "_index": 6232, + "_index": 6231, "data": { "examples/material/noise": {} }, @@ -203545,7 +203545,7 @@ [ "non", { - "_index": 1094, + "_index": 1471, "data": { "assets/defork": {}, "examples/material/unlit": {}, @@ -203584,7 +203584,7 @@ [ "none", { - "_index": 549, + "_index": 383, "data": { "examples/gui/healthbar": {}, "manuals/app-manifest": {}, @@ -203604,7 +203604,7 @@ [ "nonzero", { - "_index": 8546, + "_index": 9943, "data": { "ref/stable/os": {} }, @@ -203614,7 +203614,7 @@ [ "noprompt", { - "_index": 5405, + "_index": 6056, "data": { "manuals/android": {} }, @@ -203624,7 +203624,7 @@ [ "nor", { - "_index": 529, + "_index": 3410, "data": { "manuals/addressing": {}, "manuals/flash": {}, @@ -203637,7 +203637,7 @@ [ "normal", { - "_index": 977, + "_index": 334, "data": { "manuals/android": {}, "manuals/application-security": {}, @@ -203667,7 +203667,7 @@ [ "normal.atlas", { - "_index": 5742, + "_index": 3821, "data": { "manuals/sprite": {} }, @@ -203677,7 +203677,7 @@ [ "normalize", { - "_index": 6099, + "_index": 6220, "data": { "examples/sound/panning": {}, "ref/stable/bit": {}, @@ -203690,7 +203690,7 @@ [ "normalized", { - "_index": 4130, + "_index": 3810, "data": { "examples/animation/cursor": {}, "manuals/model": {}, @@ -203710,7 +203710,7 @@ [ "normalizes", { - "_index": 7779, + "_index": 7059, "data": { "ref/stable/bit": {}, "ref/stable/vmath": {} @@ -203721,7 +203721,7 @@ [ "normalizezscale", { - "_index": 7578, + "_index": 9781, "data": { "ref/stable/dmTransform": {} }, @@ -203731,7 +203731,7 @@ [ "normally", { - "_index": 5558, + "_index": 5715, "data": { "examples/gui/color": {}, "manuals/resource": {}, @@ -203744,7 +203744,7 @@ [ "normals", { - "_index": 6189, + "_index": 6135, "data": { "examples/debug/physics": {}, "ref/stable/dmIntersection": {}, @@ -203756,7 +203756,7 @@ [ "north", { - "_index": 76, + "_index": 363, "data": { "manuals/gui": {}, "manuals/gui-text": {}, @@ -203769,7 +203769,7 @@ [ "not", { - "_index": 465, + "_index": 273, "data": { "assets/apkverifier": {}, "assets/compat53": {}, @@ -203912,7 +203912,7 @@ [ "notably", { - "_index": 9173, + "_index": 7677, "data": { "ref/stable/gui": {} }, @@ -203922,7 +203922,7 @@ [ "notarization", { - "_index": 5367, + "_index": 5849, "data": { "manuals/macos": {} }, @@ -203932,7 +203932,7 @@ [ "notarize", { - "_index": 5370, + "_index": 5851, "data": { "manuals/macos": {} }, @@ -203942,7 +203942,7 @@ [ "notarized", { - "_index": 5365, + "_index": 5847, "data": { "manuals/macos": {} }, @@ -203952,7 +203952,7 @@ [ "notation", { - "_index": 2717, + "_index": 2010, "data": { "manuals/editor-preferences": {}, "manuals/editor-templates": {}, @@ -203965,7 +203965,7 @@ [ "notch", { - "_index": 1733, + "_index": 4869, "data": { "assets/safearea": {}, "manuals/porting-guidelines": {} @@ -203976,7 +203976,7 @@ [ "note", { - "_index": 182, + "_index": 105, "data": { "examples/basics/parent_child": {}, "examples/movement/look_rotation": {}, @@ -204038,7 +204038,7 @@ [ "notes", { - "_index": 4274, + "_index": 4923, "data": { "manuals/debugging-native-code-android": {}, "manuals/debugging-native-code-ios": {} @@ -204049,7 +204049,7 @@ [ "nothing", { - "_index": 730, + "_index": 2544, "data": { "manuals/building-blocks": {}, "manuals/collection-factory": {}, @@ -204070,7 +204070,7 @@ [ "notice", { - "_index": 2487, + "_index": 1513, "data": { "manuals/atlas": {}, "manuals/building-blocks": {}, @@ -204083,7 +204083,7 @@ [ "noticeable", { - "_index": 5720, + "_index": 3555, "data": { "manuals/sound": {} }, @@ -204093,7 +204093,7 @@ [ "noticing", { - "_index": 2860, + "_index": 4212, "data": { "manuals/application-security": {} }, @@ -204103,7 +204103,7 @@ [ "notification", { - "_index": 5242, + "_index": 5448, "data": { "manuals/android": {}, "manuals/editor-scripts": {} @@ -204114,7 +204114,7 @@ [ "notifications", { - "_index": 3478, + "_index": 3022, "data": { "assets/push": {}, "assets/rustore-push": {}, @@ -204127,7 +204127,7 @@ [ "notified", { - "_index": 7039, + "_index": 7451, "data": { "ref/stable/physics": {}, "ref/stable/socket": {} @@ -204138,7 +204138,7 @@ [ "notifies", { - "_index": 5203, + "_index": 5411, "data": { "manuals/editor-scripts": {} }, @@ -204148,7 +204148,7 @@ [ "notify", { - "_index": 2999, + "_index": 1380, "data": { "manuals/compute": {}, "manuals/editor-scripts-ui": {}, @@ -204160,7 +204160,7 @@ [ "noting", { - "_index": 3268, + "_index": 5079, "data": { "manuals/flash": {} }, @@ -204170,7 +204170,7 @@ [ "notoriously", { - "_index": 8601, + "_index": 9357, "data": { "ref/stable/engine": {} }, @@ -204180,7 +204180,7 @@ [ "novel", { - "_index": 6428, + "_index": 6576, "data": { "assets/visual-novel-template-ink": {} }, @@ -204190,7 +204190,7 @@ [ "novels", { - "_index": 6687, + "_index": 6749, "data": { "assets/matchanovel": {} }, @@ -204200,7 +204200,7 @@ [ "now", { - "_index": 425, + "_index": 43, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/addressing": {}, @@ -204235,7 +204235,7 @@ [ "npc", { - "_index": 6457, + "_index": 6606, "data": { "assets/def-behavior-tree": {} }, @@ -204245,7 +204245,7 @@ [ "nsapptransportsecurity", { - "_index": 5012, + "_index": 4617, "data": { "manuals/extensions-manifest-merge-tool": {} }, @@ -204255,7 +204255,7 @@ [ "nsexceptiondomains", { - "_index": 5013, + "_index": 4618, "data": { "manuals/extensions-manifest-merge-tool": {} }, @@ -204265,7 +204265,7 @@ [ "nsincludessubdomains", { - "_index": 5022, + "_index": 4628, "data": { "manuals/extensions-manifest-merge-tool": {} }, @@ -204275,7 +204275,7 @@ [ "nsopenglcontext", { - "_index": 10210, + "_index": 6810, "data": { "ref/stable/dmGraphics": {} }, @@ -204285,7 +204285,7 @@ [ "nsthirdpartyexceptionrequiresforwardsecrecy", { - "_index": 5023, + "_index": 4629, "data": { "manuals/extensions-manifest-merge-tool": {} }, @@ -204295,7 +204295,7 @@ [ "nsview", { - "_index": 10213, + "_index": 6813, "data": { "ref/stable/dmGraphics": {} }, @@ -204305,7 +204305,7 @@ [ "nswindow", { - "_index": 10216, + "_index": 6816, "data": { "ref/stable/dmGraphics": {} }, @@ -204315,7 +204315,7 @@ [ "nth", { - "_index": 8399, + "_index": 9532, "data": { "ref/stable/sys": {} }, @@ -204325,7 +204325,7 @@ [ "nudge", { - "_index": 5865, + "_index": 4577, "data": { "manuals/glossary": {} }, @@ -204335,7 +204335,7 @@ [ "nuklear", { - "_index": 6596, + "_index": 6543, "data": { "assets/defold-nuklear": {} }, @@ -204345,7 +204345,7 @@ [ "nul", { - "_index": 10461, + "_index": 9677, "data": { "ref/stable/dmStringFunc": {} }, @@ -204355,7 +204355,7 @@ [ "null", { - "_index": 2232, + "_index": 612, "data": { "manuals/gui": {}, "manuals/html5": {}, @@ -204380,7 +204380,7 @@ [ "num_values", { - "_index": 7474, + "_index": 10853, "data": { "ref/stable/dmRender": {} }, @@ -204390,7 +204390,7 @@ [ "numa", { - "_index": 10606, + "_index": 8991, "data": { "ref/stable/dmHashTable": {} }, @@ -204400,7 +204400,7 @@ [ "number", { - "_index": 35, + "_index": 142, "data": { "assets/pcg-random": {}, "assets/pcgrandom": {}, @@ -204508,7 +204508,7 @@ [ "number_field", { - "_index": 3919, + "_index": 1398, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -204519,7 +204519,7 @@ [ "numberempty", { - "_index": 10743, + "_index": 8898, "data": { "ref/stable/editor": {} }, @@ -204529,7 +204529,7 @@ [ "numbering", { - "_index": 4371, + "_index": 4418, "data": { "manuals/tilesource": {} }, @@ -204539,7 +204539,7 @@ [ "numbers", { - "_index": 2139, + "_index": 1401, "data": { "assets/splitmix64": {}, "manuals/compute": {}, @@ -204563,7 +204563,7 @@ [ "numeral", { - "_index": 10432, + "_index": 10652, "data": { "ref/stable/base": {} }, @@ -204573,7 +204573,7 @@ [ "numeric", { - "_index": 4738, + "_index": 3442, "data": { "manuals/addressing": {}, "manuals/bundling": {}, @@ -204590,7 +204590,7 @@ [ "numerical", { - "_index": 5385, + "_index": 5923, "data": { "examples/gui/progress": {}, "examples/timer/repeating_timer": {}, @@ -204607,7 +204607,7 @@ [ "o", { - "_index": 2752, + "_index": 3224, "data": { "assets/haxesupport": {}, "manuals/android": {}, @@ -204627,7 +204627,7 @@ [ "o,j", { - "_index": 2747, + "_index": 4123, "data": { "manuals/application-security": {} }, @@ -204637,7 +204637,7 @@ [ "obb", { - "_index": 8650, + "_index": 9379, "data": { "ref/stable/dmIntersection": {} }, @@ -204647,7 +204647,7 @@ [ "obbs", { - "_index": 6309, + "_index": 6314, "data": { "assets/apkx": {} }, @@ -204657,7 +204657,7 @@ [ "obey", { - "_index": 5844, + "_index": 4536, "data": { "manuals/glossary": {} }, @@ -204667,7 +204667,7 @@ [ "obfuscate", { - "_index": 2739, + "_index": 4116, "data": { "assets/pack": {}, "manuals/application-security": {} @@ -204678,7 +204678,7 @@ [ "obfuscated", { - "_index": 2744, + "_index": 4120, "data": { "manuals/application-security": {} }, @@ -204688,7 +204688,7 @@ [ "obfuscation", { - "_index": 2742, + "_index": 4118, "data": { "assets/prometheus": {}, "manuals/application-security": {} @@ -204699,7 +204699,7 @@ [ "obfuscator", { - "_index": 2737, + "_index": 4114, "data": { "manuals/application-security": {} }, @@ -204709,7 +204709,7 @@ [ "obj", { - "_index": 8598, + "_index": 9410, "data": { "ref/stable/io": {} }, @@ -204719,7 +204719,7 @@ [ "obj_a#collisionobject", { - "_index": 5993, + "_index": 5790, "data": { "manuals/physics-joints": {} }, @@ -204729,7 +204729,7 @@ [ "obj_b#collisionobject", { - "_index": 5995, + "_index": 5792, "data": { "manuals/physics-joints": {} }, @@ -204739,7 +204739,7 @@ [ "objc", { - "_index": 1318, + "_index": 4678, "data": { "manuals/extensions-ext-manifests": {}, "ref/stable/dmExtension": {} @@ -204750,7 +204750,7 @@ [ "object", { - "_index": 172, + "_index": 931, "data": { "assets/defold-oop": {}, "assets/derez": {}, @@ -204871,7 +204871,7 @@ [ "object's", { - "_index": 1870, + "_index": 1589, "data": { "examples/sprite/flip": {}, "manuals/addressing": {}, @@ -204890,7 +204890,7 @@ [ "object/component", { - "_index": 4859, + "_index": 3375, "data": { "manuals/addressing": {} }, @@ -204900,7 +204900,7 @@ [ "objective", { - "_index": 4018, + "_index": 5938, "data": { "manuals/extensions-cocoapods": {} }, @@ -204910,7 +204910,7 @@ [ "objects", { - "_index": 166, + "_index": 1007, "data": { "assets/defarmy": {}, "assets/defgraph": {}, @@ -204991,7 +204991,7 @@ [ "objects_", { - "_index": 5514, + "_index": 3837, "data": { "manuals/physics": {} }, @@ -205001,7 +205001,7 @@ [ "object\u2019s", { - "_index": 989, + "_index": 2670, "data": { "manuals/building-blocks": {}, "manuals/flash": {}, @@ -205013,7 +205013,7 @@ [ "obscured", { - "_index": 6418, + "_index": 6324, "data": { "assets/safearea": {} }, @@ -205023,7 +205023,7 @@ [ "observe", { - "_index": 879, + "_index": 2618, "data": { "manuals/shader": {} }, @@ -205033,7 +205033,7 @@ [ "observed", { - "_index": 7041, + "_index": 7453, "data": { "ref/stable/physics": {} }, @@ -205043,7 +205043,7 @@ [ "obstacles", { - "_index": 5879, + "_index": 4601, "data": { "manuals/glossary": {} }, @@ -205053,7 +205053,7 @@ [ "obtain", { - "_index": 7205, + "_index": 7936, "data": { "ref/stable/dmHid": {}, "ref/stable/go": {}, @@ -205066,7 +205066,7 @@ [ "obtained", { - "_index": 2856, + "_index": 4208, "data": { "manuals/application-security": {}, "ref/stable/go": {}, @@ -205078,7 +205078,7 @@ [ "obvious", { - "_index": 4699, + "_index": 2229, "data": { "manuals/adapting-graphics-to-screen-size": {} }, @@ -205088,7 +205088,7 @@ [ "occasions", { - "_index": 5943, + "_index": 1940, "data": { "manuals/debugging": {} }, @@ -205098,7 +205098,7 @@ [ "occlusion", { - "_index": 2936, + "_index": 5267, "data": { "manuals/compute": {} }, @@ -205108,7 +205108,7 @@ [ "occupy", { - "_index": 3299, + "_index": 5101, "data": { "manuals/flash": {} }, @@ -205118,7 +205118,7 @@ [ "occur", { - "_index": 3402, + "_index": 5171, "data": { "manuals/flash": {}, "ref/stable/dmConnectionPool": {}, @@ -205131,7 +205131,7 @@ [ "occured", { - "_index": 8481, + "_index": 8708, "data": { "ref/stable/crash": {}, "ref/stable/dmGameObject": {}, @@ -205143,7 +205143,7 @@ [ "occuring", { - "_index": 9933, + "_index": 8672, "data": { "ref/stable/crash": {} }, @@ -205153,7 +205153,7 @@ [ "occurred", { - "_index": 5904, + "_index": 5682, "data": { "manuals/physics-events": {}, "ref/stable/dmGameObject": {}, @@ -205171,7 +205171,7 @@ [ "occurrence", { - "_index": 4190, + "_index": 3223, "data": { "manuals/bob": {}, "ref/stable/string": {} @@ -205182,7 +205182,7 @@ [ "occurrences", { - "_index": 10129, + "_index": 7133, "data": { "ref/stable/string": {} }, @@ -205192,7 +205192,7 @@ [ "occurs", { - "_index": 1894, + "_index": 2299, "data": { "manuals/flash": {}, "manuals/physics-events": {}, @@ -205210,7 +205210,7 @@ [ "of", { - "_index": 8, + "_index": 57, "data": { "assets/alienworld": {}, "assets/apkx": {}, @@ -205492,7 +205492,7 @@ [ "off", { - "_index": 2261, + "_index": 137, "data": { "manuals/atlas": {}, "manuals/glossary": {}, @@ -205510,7 +205510,7 @@ [ "offer", { - "_index": 5758, + "_index": 2276, "data": { "assets/webmonetization": {}, "manuals/ads": {} @@ -205521,7 +205521,7 @@ [ "offers", { - "_index": 6566, + "_index": 6714, "data": { "assets/luafilesystemlfs": {} }, @@ -205531,7 +205531,7 @@ [ "official", { - "_index": 2846, + "_index": 1721, "data": { "assets/ironsource-official": {}, "assets/platformertutorial": {}, @@ -205549,7 +205549,7 @@ [ "offline", { - "_index": 5887, + "_index": 2333, "data": { "manuals/working-offline": {} }, @@ -205559,7 +205559,7 @@ [ "offset", { - "_index": 3175, + "_index": 1164, "data": { "examples/render/orbit_camera": {}, "manuals/particlefx": {}, @@ -205584,7 +205584,7 @@ [ "offsetcapacity", { - "_index": 10060, + "_index": 7433, "data": { "ref/stable/dmArray": {} }, @@ -205594,7 +205594,7 @@ [ "offsets", { - "_index": 10504, + "_index": 9026, "data": { "ref/stable/dmDDF": {} }, @@ -205604,7 +205604,7 @@ [ "often", { - "_index": 1578, + "_index": 1499, "data": { "examples/material/screenspace": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -205629,7 +205629,7 @@ [ "ogg", { - "_index": 3829, + "_index": 2112, "data": { "assets/decodeogg": {}, "manuals/glossary": {}, @@ -205642,7 +205642,7 @@ [ "ok", { - "_index": 2965, + "_index": 2135, "data": { "manuals/compute": {}, "manuals/extensions-best-practices": {}, @@ -205659,7 +205659,7 @@ [ "old", { - "_index": 1076, + "_index": 1484, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/android": {}, @@ -205674,7 +205674,7 @@ [ "old/invalid", { - "_index": 5775, + "_index": 3934, "data": { "manuals/live-update-scripting": {} }, @@ -205684,7 +205684,7 @@ [ "old/unused", { - "_index": 784, + "_index": 3731, "data": { "manuals/caching-assets": {} }, @@ -205694,7 +205694,7 @@ [ "older", { - "_index": 4150, + "_index": 3172, "data": { "manuals/bob": {}, "manuals/dev-app": {} @@ -205705,7 +205705,7 @@ [ "oldname", { - "_index": 8551, + "_index": 9947, "data": { "ref/stable/os": {} }, @@ -205715,7 +205715,7 @@ [ "omitted", { - "_index": 2032, + "_index": 5978, "data": { "manuals/input": {}, "ref/stable/msg": {}, @@ -205727,7 +205727,7 @@ [ "omitting", { - "_index": 4210, + "_index": 3250, "data": { "manuals/bob": {} }, @@ -205737,7 +205737,7 @@ [ "on", { - "_index": 151, + "_index": 229, "data": { "assets/adinfo": {}, "assets/apathfinding": {}, @@ -205942,7 +205942,7 @@ [ "on_build_finished", { - "_index": 5217, + "_index": 5424, "data": { "manuals/editor-scripts": {} }, @@ -205952,7 +205952,7 @@ [ "on_build_started", { - "_index": 5215, + "_index": 5422, "data": { "manuals/editor-scripts": {} }, @@ -205962,7 +205962,7 @@ [ "on_bundle_finished", { - "_index": 5223, + "_index": 5429, "data": { "manuals/editor-scripts": {} }, @@ -205972,7 +205972,7 @@ [ "on_bundle_started", { - "_index": 5219, + "_index": 5426, "data": { "manuals/editor-scripts": {} }, @@ -205982,7 +205982,7 @@ [ "on_event", { - "_index": 4958, + "_index": 4763, "data": { "manuals/extensions": {} }, @@ -205992,7 +205992,7 @@ [ "on_input", { - "_index": 1527, + "_index": 1902, "data": { "examples/movement/look_at": {}, "examples/render/orbit_camera": {}, @@ -206012,7 +206012,7 @@ [ "on_message", { - "_index": 103, + "_index": 1607, "data": { "manuals/compute": {}, "manuals/factory": {}, @@ -206039,7 +206039,7 @@ [ "on_press", { - "_index": 3925, + "_index": 1408, "data": { "manuals/editor-scripts-ui": {} }, @@ -206049,7 +206049,7 @@ [ "on_pressed", { - "_index": 3937, + "_index": 1433, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -206060,7 +206060,7 @@ [ "on_reload", { - "_index": 3375, + "_index": 2375, "data": { "manuals/flash": {}, "manuals/hot-reload": {}, @@ -206074,7 +206074,7 @@ [ "on_target_launched", { - "_index": 5224, + "_index": 5430, "data": { "manuals/editor-scripts": {} }, @@ -206084,7 +206084,7 @@ [ "on_target_terminated", { - "_index": 5227, + "_index": 5433, "data": { "manuals/editor-scripts": {} }, @@ -206094,7 +206094,7 @@ [ "on_text_changed", { - "_index": 3915, + "_index": 1394, "data": { "manuals/editor-scripts-ui": {} }, @@ -206104,7 +206104,7 @@ [ "on_value_changed", { - "_index": 3924, + "_index": 1407, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -206115,7 +206115,7 @@ [ "onactivitycreate", { - "_index": 7640, + "_index": 8000, "data": { "ref/stable/dmAndroid": {} }, @@ -206125,7 +206125,7 @@ [ "onactivityresult", { - "_index": 7644, + "_index": 8004, "data": { "ref/stable/dmAndroid": {} }, @@ -206135,7 +206135,7 @@ [ "once", { - "_index": 437, + "_index": 1146, "data": { "examples/particles/confetti": {}, "manuals/addressing": {}, @@ -206188,7 +206188,7 @@ [ "oncreate", { - "_index": 7641, + "_index": 8001, "data": { "ref/stable/dmAndroid": {} }, @@ -206198,7 +206198,7 @@ [ "one", { - "_index": 858, + "_index": 561, "data": { "assets/adswrapper": {}, "assets/defold-polyglot": {}, @@ -206295,7 +206295,7 @@ [ "ones", { - "_index": 2649, + "_index": 4356, "data": { "manuals/factory": {}, "manuals/flash": {}, @@ -206308,7 +206308,7 @@ [ "online", { - "_index": 4496, + "_index": 2279, "data": { "assets/defold-polyglot": {}, "manuals/ads": {}, @@ -206323,7 +206323,7 @@ [ "only", { - "_index": 97, + "_index": 691, "data": { "assets/editor-script-align": {}, "assets/editor-script-distribute": {}, @@ -206426,7 +206426,7 @@ [ "onlycurrent", { - "_index": 7081, + "_index": 7492, "data": { "ref/stable/physics": {} }, @@ -206436,7 +206436,7 @@ [ "onlythe", { - "_index": 7093, + "_index": 7503, "data": { "ref/stable/physics": {} }, @@ -206446,7 +206446,7 @@ [ "onto", { - "_index": 961, + "_index": 536, "data": { "examples/basics/parent_child": {}, "manuals/building-blocks": {}, @@ -206466,7 +206466,7 @@ [ "oop", { - "_index": 6712, + "_index": 6336, "data": { "assets/defold-oop": {} }, @@ -206476,7 +206476,7 @@ [ "opaque", { - "_index": 1087, + "_index": 2723, "data": { "manuals/shader": {}, "ref/stable/dmDDF": {}, @@ -206489,7 +206489,7 @@ [ "open", { - "_index": 430, + "_index": 771, "data": { "assets/colyseus": {}, "assets/defdiags": {}, @@ -206534,7 +206534,7 @@ [ "open_resource", { - "_index": 10773, + "_index": 8928, "data": { "ref/stable/editor": {} }, @@ -206544,7 +206544,7 @@ [ "open_url", { - "_index": 8491, + "_index": 9622, "data": { "ref/stable/sys": {} }, @@ -206554,7 +206554,7 @@ [ "openal", { - "_index": 6581, + "_index": 6363, "data": { "assets/openal": {} }, @@ -206564,7 +206564,7 @@ [ "openbsd", { - "_index": 10455, + "_index": 9671, "data": { "ref/stable/dmStringFunc": {} }, @@ -206574,7 +206574,7 @@ [ "opened", { - "_index": 439, + "_index": 2341, "data": { "manuals/project-setup": {}, "manuals/working-offline": {}, @@ -206589,7 +206589,7 @@ [ "opengl", { - "_index": 578, + "_index": 1701, "data": { "manuals/app-manifest": {}, "manuals/compute": {}, @@ -206605,7 +206605,7 @@ [ "opengles", { - "_index": 1310, + "_index": 4670, "data": { "manuals/extensions-ext-manifests": {} }, @@ -206615,7 +206615,7 @@ [ "openglgetrendertargetid", { - "_index": 10279, + "_index": 6885, "data": { "ref/stable/dmGraphics": {} }, @@ -206625,7 +206625,7 @@ [ "opening", { - "_index": 2202, + "_index": 657, "data": { "manuals/editor-preferences": {}, "manuals/html5": {}, @@ -206637,7 +206637,7 @@ [ "openjdk", { - "_index": 4148, + "_index": 3170, "data": { "manuals/bob": {} }, @@ -206647,7 +206647,7 @@ [ "opens", { - "_index": 1815, + "_index": 45, "data": { "assets/facebook": {}, "manuals/atlas": {}, @@ -206666,7 +206666,7 @@ [ "opentype", { - "_index": 354, + "_index": 971, "data": { "manuals/font": {}, "manuals/glossary": {}, @@ -206678,7 +206678,7 @@ [ "operand", { - "_index": 7669, + "_index": 7369, "data": { "ref/stable/dmVMath": {} }, @@ -206688,7 +206688,7 @@ [ "operate", { - "_index": 7580, + "_index": 9783, "data": { "ref/stable/dmTransform": {} }, @@ -206698,7 +206698,7 @@ [ "operates", { - "_index": 2186, + "_index": 624, "data": { "manuals/compute": {}, "manuals/editor-scripts": {}, @@ -206711,7 +206711,7 @@ [ "operating", { - "_index": 1669, + "_index": 3342, "data": { "assets/fmod": {}, "assets/uptime": {}, @@ -206734,7 +206734,7 @@ [ "operation", { - "_index": 2161, + "_index": 1869, "data": { "manuals/input-mouse-and-touch": {}, "manuals/lua": {}, @@ -206754,7 +206754,7 @@ [ "operations", { - "_index": 1680, + "_index": 1097, "data": { "assets/bit46": {}, "assets/clipboard": {}, @@ -206777,7 +206777,7 @@ [ "operator", { - "_index": 2728, + "_index": 5753, "data": { "assets/operator": {}, "manuals/modules": {}, @@ -206793,7 +206793,7 @@ [ "operators", { - "_index": 7978, + "_index": 8596, "data": { "ref/stable/render": {} }, @@ -206803,7 +206803,7 @@ [ "opposed", { - "_index": 931, + "_index": 2639, "data": { "manuals/flash": {}, "manuals/physics": {}, @@ -206816,7 +206816,7 @@ [ "opposite", { - "_index": 8302, + "_index": 6995, "data": { "ref/stable/vmath": {} }, @@ -206826,7 +206826,7 @@ [ "opt", { - "_index": 6819, + "_index": 9743, "data": { "ref/stable/base": {}, "ref/stable/liveupdate": {} @@ -206837,7 +206837,7 @@ [ "optimal", { - "_index": 4099, + "_index": 4443, "data": { "manuals/test": {} }, @@ -206847,7 +206847,7 @@ [ "optimally", { - "_index": 4330, + "_index": 5959, "data": { "manuals/design": {} }, @@ -206857,7 +206857,7 @@ [ "optimization", { - "_index": 2191, + "_index": 632, "data": { "manuals/html5": {}, "manuals/optimization-size": {} @@ -206868,7 +206868,7 @@ [ "optimizations", { - "_index": 1595, + "_index": 2110, "data": { "manuals/extensions-best-practices": {}, "manuals/optimization-size": {}, @@ -206881,7 +206881,7 @@ [ "optimizations.md", { - "_index": 4384, + "_index": 3705, "data": { "manuals/components": {}, "manuals/project-settings": {} @@ -206892,7 +206892,7 @@ [ "optimize", { - "_index": 1513, + "_index": 545, "data": { "manuals/gui": {}, "manuals/optimization-memory": {}, @@ -206906,7 +206906,7 @@ [ "optimized", { - "_index": 750, + "_index": 2559, "data": { "manuals/collection-factory": {}, "manuals/factory": {}, @@ -206918,7 +206918,7 @@ [ "optimizing", { - "_index": 4053, + "_index": 2127, "data": { "manuals/ads": {}, "manuals/optimization-size": {}, @@ -206930,7 +206930,7 @@ [ "option", { - "_index": 422, + "_index": 774, "data": { "examples/factory/dynamic": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -206978,7 +206978,7 @@ [ "option_offset_pointers", { - "_index": 10500, + "_index": 9022, "data": { "ref/stable/dmDDF": {} }, @@ -206988,7 +206988,7 @@ [ "optional", { - "_index": 522, + "_index": 1109, "data": { "manuals/bundling": {}, "manuals/caching-assets": {}, @@ -207029,7 +207029,7 @@ [ "optionally", { - "_index": 255, + "_index": 2978, "data": { "manuals/application-security": {}, "manuals/compute": {}, @@ -207046,7 +207046,7 @@ [ "options", { - "_index": 599, + "_index": 1403, "data": { "assets/nakama": {}, "examples/sprite/bunnymark": {}, @@ -207089,7 +207089,7 @@ [ "options/modifiers", { - "_index": 10106, + "_index": 7107, "data": { "ref/stable/string": {} }, @@ -207099,7 +207099,7 @@ [ "optionsto_string", { - "_index": 10804, + "_index": 8959, "data": { "ref/stable/editor": {} }, @@ -207109,7 +207109,7 @@ [ "opts", { - "_index": 5184, + "_index": 5391, "data": { "manuals/editor-scripts": {} }, @@ -207119,7 +207119,7 @@ [ "opts.selection", { - "_index": 5185, + "_index": 5392, "data": { "manuals/editor-scripts": {} }, @@ -207129,7 +207129,7 @@ [ "or", { - "_index": 77, + "_index": 36, "data": { "assets/adinfo": {}, "assets/apathfinding": {}, @@ -207316,7 +207316,7 @@ [ "orange", { - "_index": 3821, + "_index": 4389, "data": { "manuals/editor": {}, "manuals/tilesource": {}, @@ -207328,7 +207328,7 @@ [ "orbit_camera.script", { - "_index": 6174, + "_index": 6188, "data": { "examples/material/screenspace": {}, "examples/material/unlit": {}, @@ -207340,7 +207340,7 @@ [ "order", { - "_index": 960, + "_index": 341, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/components": {}, @@ -207381,7 +207381,7 @@ [ "ordered", { - "_index": 326, + "_index": 585, "data": { "manuals/gui": {}, "manuals/importing-graphics": {} @@ -207392,7 +207392,7 @@ [ "ordering", { - "_index": 3298, + "_index": 517, "data": { "manuals/flash": {}, "manuals/gui": {}, @@ -207404,7 +207404,7 @@ [ "orders", { - "_index": 4889, + "_index": 3418, "data": { "manuals/addressing": {} }, @@ -207414,7 +207414,7 @@ [ "ordinary", { - "_index": 2919, + "_index": 6049, "data": { "manuals/material": {}, "ref/stable/render": {} @@ -207425,7 +207425,7 @@ [ "organize", { - "_index": 3276, + "_index": 2181, "data": { "assets/defarmy": {}, "manuals/flash": {}, @@ -207437,7 +207437,7 @@ [ "organized", { - "_index": 3244, + "_index": 4259, "data": { "manuals/flash": {}, "manuals/glossary": {}, @@ -207449,7 +207449,7 @@ [ "orient", { - "_index": 6163, + "_index": 6123, "data": { "examples/movement/look_rotation": {} }, @@ -207459,7 +207459,7 @@ [ "orientation", { - "_index": 940, + "_index": 254, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/design": {}, @@ -207479,7 +207479,7 @@ [ "orientations", { - "_index": 2672, + "_index": 2922, "data": { "manuals/gui-layouts": {} }, @@ -207489,7 +207489,7 @@ [ "oriented", { - "_index": 3190, + "_index": 1191, "data": { "assets/defold-oop": {}, "assets/sfmt": {}, @@ -207504,7 +207504,7 @@ [ "origin", { - "_index": 938, + "_index": 2643, "data": { "examples/render/orbit_camera": {}, "manuals/gui-template": {}, @@ -207519,7 +207519,7 @@ [ "original", { - "_index": 947, + "_index": 492, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/android": {}, @@ -207546,7 +207546,7 @@ [ "originate", { - "_index": 4050, + "_index": 4249, "data": { "manuals/profiling": {} }, @@ -207556,7 +207556,7 @@ [ "originating", { - "_index": 3180, + "_index": 1174, "data": { "manuals/debugging-native-code-ios": {}, "manuals/particlefx": {} @@ -207567,7 +207567,7 @@ [ "ortho", { - "_index": 8308, + "_index": 7002, "data": { "ref/stable/vmath": {} }, @@ -207577,7 +207577,7 @@ [ "ortho_inv", { - "_index": 8356, + "_index": 7061, "data": { "ref/stable/vmath": {} }, @@ -207587,7 +207587,7 @@ [ "orthogonal", { - "_index": 7700, + "_index": 7388, "data": { "ref/stable/dmVMath": {} }, @@ -207597,7 +207597,7 @@ [ "orthographic", { - "_index": 4144, + "_index": 3482, "data": { "assets/orthographic": {}, "assets/starly": {}, @@ -207613,7 +207613,7 @@ [ "orthographic_zoom", { - "_index": 6064, + "_index": 3481, "data": { "manuals/camera": {}, "ref/stable/camera": {} @@ -207624,7 +207624,7 @@ [ "orthoinverse", { - "_index": 7698, + "_index": 7386, "data": { "ref/stable/dmVMath": {} }, @@ -207634,7 +207634,7 @@ [ "os", { - "_index": 1352, + "_index": 1440, "data": { "assets/defos": {}, "assets/defquest": {}, @@ -207658,7 +207658,7 @@ [ "os.clock", { - "_index": 8526, + "_index": 9925, "data": { "ref/stable/os": {} }, @@ -207668,7 +207668,7 @@ [ "os.date", { - "_index": 5210, + "_index": 5418, "data": { "manuals/editor-scripts": {}, "ref/stable/os": {} @@ -207679,7 +207679,7 @@ [ "os.difftime", { - "_index": 8544, + "_index": 9941, "data": { "ref/stable/os": {} }, @@ -207689,7 +207689,7 @@ [ "os.execute", { - "_index": 5136, + "_index": 5344, "data": { "manuals/editor-scripts": {}, "ref/stable/os": {} @@ -207700,7 +207700,7 @@ [ "os.exit", { - "_index": 5142, + "_index": 5350, "data": { "manuals/editor-scripts": {}, "ref/stable/os": {} @@ -207711,7 +207711,7 @@ [ "os.getenv", { - "_index": 8548, + "_index": 7150, "data": { "ref/stable/os": {}, "ref/stable/string": {} @@ -207722,7 +207722,7 @@ [ "os.remove", { - "_index": 5276, + "_index": 5482, "data": { "manuals/editor-scripts": {}, "ref/stable/os": {} @@ -207733,7 +207733,7 @@ [ "os.rename", { - "_index": 5140, + "_index": 5348, "data": { "manuals/editor-scripts": {}, "ref/stable/os": {} @@ -207744,7 +207744,7 @@ [ "os.setlocale", { - "_index": 5143, + "_index": 5351, "data": { "manuals/editor-scripts": {}, "ref/stable/os": {} @@ -207755,7 +207755,7 @@ [ "os.time", { - "_index": 8530, + "_index": 9928, "data": { "ref/stable/os": {} }, @@ -207765,7 +207765,7 @@ [ "os.tmpname", { - "_index": 5138, + "_index": 5346, "data": { "manuals/editor-scripts": {}, "ref/stable/os": {} @@ -207776,7 +207776,7 @@ [ "osx", { - "_index": 1326, + "_index": 3607, "data": { "assets/defdiags": {}, "assets/defmnu": {}, @@ -207792,7 +207792,7 @@ [ "ot", { - "_index": 10015, + "_index": 8137, "data": { "ref/stable/dmGui": {} }, @@ -207802,7 +207802,7 @@ [ "other", { - "_index": 290, + "_index": 230, "data": { "assets/googleplaygameservices": {}, "assets/imageloader": {}, @@ -207884,7 +207884,7 @@ [ "other_group", { - "_index": 5459, + "_index": 2044, "data": { "manuals/physics-messages": {} }, @@ -207894,7 +207894,7 @@ [ "other_id", { - "_index": 5458, + "_index": 2041, "data": { "manuals/physics-messages": {} }, @@ -207904,7 +207904,7 @@ [ "otherpath", { - "_index": 864, + "_index": 4889, "data": { "manuals/project-defignore": {} }, @@ -207914,7 +207914,7 @@ [ "others", { - "_index": 2106, + "_index": 4454, "data": { "manuals/animation": {}, "manuals/extensions": {}, @@ -207928,7 +207928,7 @@ [ "otherwise", { - "_index": 2123, + "_index": 2440, "data": { "manuals/debugging-native-code": {}, "manuals/font": {}, @@ -207969,7 +207969,7 @@ [ "ou", { - "_index": 5410, + "_index": 6061, "data": { "manuals/android": {} }, @@ -207979,7 +207979,7 @@ [ "ouch", { - "_index": 4892, + "_index": 3422, "data": { "manuals/addressing": {} }, @@ -207989,7 +207989,7 @@ [ "our", { - "_index": 496, + "_index": 1948, "data": { "examples/material/screenspace": {}, "examples/sound/panning": {}, @@ -208022,7 +208022,7 @@ [ "ours", { - "_index": 3809, + "_index": 4378, "data": { "manuals/version-control": {} }, @@ -208032,7 +208032,7 @@ [ "ourselves", { - "_index": 1790, + "_index": 3303, "data": { "manuals/live-update": {} }, @@ -208042,7 +208042,7 @@ [ "out", { - "_index": 146, + "_index": 948, "data": { "assets/scene3d": {}, "assets/webgl-memory": {}, @@ -208106,7 +208106,7 @@ [ "outcome", { - "_index": 7950, + "_index": 8577, "data": { "ref/stable/render": {} }, @@ -208116,7 +208116,7 @@ [ "outer", { - "_index": 4437, + "_index": 308, "data": { "examples/physics/dynamic": {}, "examples/physics/hinge_joint": {}, @@ -208132,7 +208132,7 @@ [ "outgoing", { - "_index": 8148, + "_index": 10459, "data": { "ref/stable/socket": {} }, @@ -208142,7 +208142,7 @@ [ "outline", { - "_index": 813, + "_index": 50, "data": { "assets/defold-3D-outline-shader": {}, "assets/editor-script-components": {}, @@ -208172,7 +208172,7 @@ [ "outline.w", { - "_index": 846, + "_index": 5622, "data": { "manuals/label": {} }, @@ -208182,7 +208182,7 @@ [ "outline_color", { - "_index": 979, + "_index": 2662, "data": { "manuals/shader": {} }, @@ -208192,7 +208192,7 @@ [ "outlines", { - "_index": 3113, + "_index": 2400, "data": { "examples/material/screenspace": {}, "manuals/editor-styling": {} @@ -208203,7 +208203,7 @@ [ "output", { - "_index": 903, + "_index": 2441, "data": { "examples/material/screenspace": {}, "manuals/application-security": {}, @@ -208237,7 +208237,7 @@ [ "output_directory", { - "_index": 5220, + "_index": 5427, "data": { "manuals/editor-scripts": {} }, @@ -208247,7 +208247,7 @@ [ "output_format", { - "_index": 5573, + "_index": 3876, "data": { "manuals/font": {} }, @@ -208257,7 +208257,7 @@ [ "output_value", { - "_index": 3016, + "_index": 5318, "data": { "manuals/compute": {} }, @@ -208267,7 +208267,7 @@ [ "output_value.rgb", { - "_index": 3023, + "_index": 5325, "data": { "manuals/compute": {} }, @@ -208277,7 +208277,7 @@ [ "outputs", { - "_index": 1120, + "_index": 2749, "data": { "assets/colorpicker": {}, "manuals/bob": {}, @@ -208289,7 +208289,7 @@ [ "outside", { - "_index": 1348, + "_index": 511, "data": { "examples/physics/dynamic": {}, "examples/physics/hinge_joint": {}, @@ -208322,7 +208322,7 @@ [ "outwards", { - "_index": 3184, + "_index": 1178, "data": { "manuals/particlefx": {} }, @@ -208332,7 +208332,7 @@ [ "over", { - "_index": 62, + "_index": 550, "data": { "assets/gamedistribution": {}, "assets/kenney": {}, @@ -208377,7 +208377,7 @@ [ "overall", { - "_index": 3286, + "_index": 5091, "data": { "assets/safearea": {}, "manuals/flash": {} @@ -208388,7 +208388,7 @@ [ "overdraw", { - "_index": 1593, + "_index": 3112, "data": { "manuals/optimization-speed": {} }, @@ -208398,7 +208398,7 @@ [ "overflow", { - "_index": 10798, + "_index": 8953, "data": { "ref/stable/editor": {} }, @@ -208408,7 +208408,7 @@ [ "overhead", { - "_index": 675, + "_index": 2520, "data": { "manuals/collection-factory": {}, "manuals/factory": {}, @@ -208421,7 +208421,7 @@ [ "overlaid", { - "_index": 5876, + "_index": 4598, "data": { "manuals/glossary": {} }, @@ -208431,7 +208431,7 @@ [ "overlayed", { - "_index": 4030, + "_index": 4226, "data": { "manuals/profiling": {} }, @@ -208441,7 +208441,7 @@ [ "overlays", { - "_index": 5596, + "_index": 3907, "data": { "manuals/font": {} }, @@ -208451,7 +208451,7 @@ [ "overly", { - "_index": 4716, + "_index": 2254, "data": { "manuals/adapting-graphics-to-screen-size": {} }, @@ -208461,7 +208461,7 @@ [ "overridden", { - "_index": 2345, + "_index": 2908, "data": { "manuals/gui-layouts": {}, "manuals/gui-template": {}, @@ -208479,7 +208479,7 @@ [ "override", { - "_index": 1283, + "_index": 515, "data": { "assets/firebase-remoteconfig": {}, "manuals/extensions-ext-manifests": {}, @@ -208502,7 +208502,7 @@ [ "overrides", { - "_index": 627, + "_index": 340, "data": { "manuals/app-manifest": {}, "manuals/application-security": {}, @@ -208518,7 +208518,7 @@ [ "overriding", { - "_index": 4741, + "_index": 4694, "data": { "manuals/gui-template": {} }, @@ -208528,7 +208528,7 @@ [ "overruled", { - "_index": 7362, + "_index": 10330, "data": { "ref/stable/resource": {} }, @@ -208538,7 +208538,7 @@ [ "overshoot", { - "_index": 4777, + "_index": 4000, "data": { "manuals/physics-resolving-collisions": {} }, @@ -208548,7 +208548,7 @@ [ "overview", { - "_index": 3510, + "_index": 3059, "data": { "examples/gui/healthbar": {}, "examples/gui/layouts": {}, @@ -208565,7 +208565,7 @@ [ "overwrites", { - "_index": 8568, + "_index": 10173, "data": { "ref/stable/http": {} }, @@ -208575,7 +208575,7 @@ [ "overwritten", { - "_index": 7535, + "_index": 9689, "data": { "ref/stable/dmSys": {} }, @@ -208585,7 +208585,7 @@ [ "ow", { - "_index": 7744, + "_index": 10010, "data": { "ref/stable/dmSocket": {} }, @@ -208595,7 +208595,7 @@ [ "own", { - "_index": 2018, + "_index": 713, "data": { "assets/colorlib": {}, "assets/druid": {}, @@ -208628,7 +208628,7 @@ [ "own_group", { - "_index": 5460, + "_index": 2045, "data": { "manuals/physics-messages": {} }, @@ -208638,7 +208638,7 @@ [ "owned", { - "_index": 8829, + "_index": 10107, "data": { "ref/stable/b2d.body": {}, "ref/stable/dmScript": {} @@ -208649,7 +208649,7 @@ [ "owner", { - "_index": 5342, + "_index": 5824, "data": { "manuals/macos": {} }, @@ -208659,7 +208659,7 @@ [ "owner_c", { - "_index": 8828, + "_index": 10822, "data": { "ref/stable/dmScript": {} }, @@ -208669,7 +208669,7 @@ [ "owner_lua", { - "_index": 8831, + "_index": 10824, "data": { "ref/stable/dmScript": {} }, @@ -208679,7 +208679,7 @@ [ "owner_res", { - "_index": 8832, + "_index": 10825, "data": { "ref/stable/dmScript": {} }, @@ -208689,7 +208689,7 @@ [ "ownership", { - "_index": 5500, + "_index": 3660, "data": { "manuals/extensions-best-practices": {}, "ref/stable/dmArray": {}, @@ -208702,7 +208702,7 @@ [ "owning", { - "_index": 751, + "_index": 2560, "data": { "manuals/collection-factory": {}, "manuals/factory": {}, @@ -208714,7 +208714,7 @@ [ "owns", { - "_index": 8776, + "_index": 10775, "data": { "ref/stable/dmScript": {} }, @@ -208724,7 +208724,7 @@ [ "p", { - "_index": 1443, + "_index": 3226, "data": { "manuals/bob": {}, "manuals/extender-local-setup": {}, @@ -208739,7 +208739,7 @@ [ "p.y", { - "_index": 2579, + "_index": 4298, "data": { "manuals/factory": {} }, @@ -208749,7 +208749,7 @@ [ "p1", { - "_index": 3721, + "_index": 1849, "data": { "manuals/render": {} }, @@ -208759,7 +208759,7 @@ [ "p2", { - "_index": 3722, + "_index": 1850, "data": { "manuals/render": {} }, @@ -208769,7 +208769,7 @@ [ "pack", { - "_index": 6220, + "_index": 6152, "data": { "assets/alienworld": {}, "assets/lightandshadows": {}, @@ -208785,7 +208785,7 @@ [ "package", { - "_index": 1330, + "_index": 2967, "data": { "manuals/debugging-game-and-system-logs": {}, "manuals/editor-scripts": {}, @@ -208805,7 +208805,7 @@ [ "package.cpath", { - "_index": 7251, + "_index": 9302, "data": { "ref/stable/base": {}, "ref/stable/package": {} @@ -208816,7 +208816,7 @@ [ "package.loaded", { - "_index": 7257, + "_index": 9307, "data": { "ref/stable/base": {}, "ref/stable/package": {} @@ -208827,7 +208827,7 @@ [ "package.loaded[modname", { - "_index": 7259, + "_index": 9309, "data": { "ref/stable/base": {}, "ref/stable/package": {} @@ -208838,7 +208838,7 @@ [ "package.loaded[name", { - "_index": 10414, + "_index": 10633, "data": { "ref/stable/base": {} }, @@ -208848,7 +208848,7 @@ [ "package.loaders", { - "_index": 7260, + "_index": 9310, "data": { "ref/stable/base": {}, "ref/stable/package": {} @@ -208859,7 +208859,7 @@ [ "package.loadlib", { - "_index": 7295, + "_index": 9342, "data": { "ref/stable/package": {} }, @@ -208869,7 +208869,7 @@ [ "package.path", { - "_index": 7254, + "_index": 9304, "data": { "ref/stable/base": {}, "ref/stable/package": {} @@ -208880,7 +208880,7 @@ [ "package.preload", { - "_index": 7267, + "_index": 9316, "data": { "ref/stable/package": {} }, @@ -208890,7 +208890,7 @@ [ "package.preload[modname", { - "_index": 10430, + "_index": 10650, "data": { "ref/stable/base": {} }, @@ -208900,7 +208900,7 @@ [ "package.seeall", { - "_index": 7308, + "_index": 9353, "data": { "ref/stable/package": {} }, @@ -208910,7 +208910,7 @@ [ "packaged", { - "_index": 6324, + "_index": 6615, "data": { "assets/tinyecs": {} }, @@ -208920,7 +208920,7 @@ [ "packages", { - "_index": 1334, + "_index": 3166, "data": { "manuals/android": {}, "manuals/extender-local-setup": {}, @@ -208933,7 +208933,7 @@ [ "packet", { - "_index": 7201, + "_index": 9462, "data": { "ref/stable/dmHid": {}, "ref/stable/socket": {} @@ -208944,7 +208944,7 @@ [ "packets", { - "_index": 8103, + "_index": 10423, "data": { "ref/stable/socket": {} }, @@ -208954,7 +208954,7 @@ [ "packs", { - "_index": 1826, + "_index": 3322, "data": { "manuals/live-update": {} }, @@ -208964,7 +208964,7 @@ [ "padded", { - "_index": 2467, + "_index": 2839, "data": { "manuals/atlas": {}, "ref/stable/builtins": {} @@ -208975,7 +208975,7 @@ [ "padding", { - "_index": 2258, + "_index": 784, "data": { "manuals/atlas": {}, "manuals/bob": {}, @@ -208991,7 +208991,7 @@ [ "paddings", { - "_index": 3872, + "_index": 1330, "data": { "manuals/editor-scripts-ui": {} }, @@ -209001,7 +209001,7 @@ [ "pads", { - "_index": 2128, + "_index": 4470, "data": { "manuals/input-mouse-and-touch": {} }, @@ -209011,7 +209011,7 @@ [ "page", { - "_index": 618, + "_index": 759, "data": { "manuals/app-manifest": {}, "manuals/atlas": {}, @@ -209032,7 +209032,7 @@ [ "paged", { - "_index": 1003, + "_index": 2679, "data": { "manuals/shader": {} }, @@ -209042,7 +209042,7 @@ [ "pages", { - "_index": 2477, + "_index": 2847, "data": { "manuals/atlas": {}, "manuals/introduction": {} @@ -209053,7 +209053,7 @@ [ "paint", { - "_index": 4334, + "_index": 4408, "data": { "manuals/tilemap": {}, "manuals/tilesource": {} @@ -209064,7 +209064,7 @@ [ "painted", { - "_index": 1016, + "_index": 2688, "data": { "manuals/shader": {} }, @@ -209074,7 +209074,7 @@ [ "pair", { - "_index": 2368, + "_index": 3366, "data": { "examples/file/sys_save_load": {}, "examples/gui/healthbar": {}, @@ -209091,7 +209091,7 @@ [ "pairs", { - "_index": 2337, + "_index": 928, "data": { "examples/gui/healthbar": {}, "manuals/html5": {}, @@ -209109,7 +209109,7 @@ [ "palette", { - "_index": 4337, + "_index": 2203, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/tilemap": {} @@ -209120,7 +209120,7 @@ [ "palettes", { - "_index": 6358, + "_index": 6322, "data": { "assets/defold-colors": {} }, @@ -209130,7 +209130,7 @@ [ "pan", { - "_index": 5674, + "_index": 3506, "data": { "examples/sound/panning": {}, "manuals/editor": {}, @@ -209143,7 +209143,7 @@ [ "pane", { - "_index": 2447, + "_index": 994, "data": { "manuals/atlas": {}, "manuals/editor": {}, @@ -209160,7 +209160,7 @@ [ "panel", { - "_index": 3042, + "_index": 114, "data": { "examples/gui/layouts": {}, "manuals/gui": {}, @@ -209172,7 +209172,7 @@ [ "panels", { - "_index": 3111, + "_index": 462, "data": { "manuals/editor-styling": {}, "manuals/gui": {} @@ -209183,7 +209183,7 @@ [ "panes", { - "_index": 5182, + "_index": 5389, "data": { "manuals/editor": {}, "manuals/editor-scripts": {} @@ -209194,7 +209194,7 @@ [ "panning", { - "_index": 10053, + "_index": 10707, "data": { "ref/stable/sound": {} }, @@ -209204,7 +209204,7 @@ [ "panthera", { - "_index": 6471, + "_index": 6431, "data": { "assets/panthera": {}, "assets/panthera20": {} @@ -209215,7 +209215,7 @@ [ "panthera20", { - "_index": 6626, + "_index": 6725, "data": { "assets/panthera20": {} }, @@ -209225,7 +209225,7 @@ [ "paragraph", { - "_index": 3902, + "_index": 1372, "data": { "manuals/editor-scripts-ui": {}, "manuals/test": {}, @@ -209237,7 +209237,7 @@ [ "parallax", { - "_index": 6703, + "_index": 6746, "data": { "assets/perspectiveparallax": {} }, @@ -209247,7 +209247,7 @@ [ "parallel", { - "_index": 1226, + "_index": 2810, "data": { "manuals/compute": {}, "manuals/shader": {} @@ -209258,7 +209258,7 @@ [ "param", { - "_index": 6032, + "_index": 3445, "data": { "manuals/camera": {} }, @@ -209268,7 +209268,7 @@ [ "parameter", { - "_index": 1867, + "_index": 1606, "data": { "manuals/extensions": {}, "manuals/extensions-script-api": {}, @@ -209294,7 +209294,7 @@ [ "parameters", { - "_index": 693, + "_index": 880, "data": { "assets/sparkle-shader": {}, "examples/particles/fireworks": {}, @@ -209335,7 +209335,7 @@ [ "params", { - "_index": 2515, + "_index": 2878, "data": { "manuals/atlas": {}, "manuals/extensions": {}, @@ -209352,7 +209352,7 @@ [ "parent", { - "_index": 646, + "_index": 133, "data": { "examples/basics/parent_child": {}, "examples/gui/color": {}, @@ -209383,7 +209383,7 @@ [ "parent's", { - "_index": 4442, + "_index": 326, "data": { "manuals/gui": {} }, @@ -209393,7 +209393,7 @@ [ "parent/child", { - "_index": 6108, + "_index": 6131, "data": { "examples/basics/parent_child": {} }, @@ -209403,7 +209403,7 @@ [ "parent_id", { - "_index": 4570, + "_index": 6019, "data": { "manuals/building-blocks": {} }, @@ -209413,7 +209413,7 @@ [ "parentheses", { - "_index": 6979, + "_index": 9494, "data": { "ref/stable/debug": {} }, @@ -209423,7 +209423,7 @@ [ "parenting", { - "_index": 10882, + "_index": 9753, "data": { "ref/stable/model": {} }, @@ -209433,7 +209433,7 @@ [ "parents", { - "_index": 3321, + "_index": 542, "data": { "manuals/flash": {}, "manuals/gui": {}, @@ -209445,7 +209445,7 @@ [ "paricle", { - "_index": 9226, + "_index": 7734, "data": { "ref/stable/gui": {} }, @@ -209455,7 +209455,7 @@ [ "parity", { - "_index": 5450, + "_index": 6097, "data": { "manuals/android": {} }, @@ -209465,7 +209465,7 @@ [ "parse", { - "_index": 4784, + "_index": 4972, "data": { "assets/defold-parser": {}, "manuals/debugging-native-code": {}, @@ -209479,7 +209479,7 @@ [ "parsed", { - "_index": 2349, + "_index": 3721, "data": { "manuals/project-settings": {}, "manuals/script-properties": {}, @@ -209491,7 +209491,7 @@ [ "parseheader", { - "_index": 7223, + "_index": 10379, "data": { "ref/stable/dmHttpClient": {} }, @@ -209501,7 +209501,7 @@ [ "parser", { - "_index": 6588, + "_index": 6568, "data": { "assets/defold-parser": {} }, @@ -209511,7 +209511,7 @@ [ "parseresult", { - "_index": 7233, + "_index": 10388, "data": { "ref/stable/dmHttpClient": {} }, @@ -209521,7 +209521,7 @@ [ "parseurl", { - "_index": 10486, + "_index": 7321, "data": { "ref/stable/dmMessage": {} }, @@ -209531,7 +209531,7 @@ [ "parsing", { - "_index": 2087, + "_index": 1074, "data": { "assets/defold-ink": {}, "assets/lpeg": {}, @@ -209546,7 +209546,7 @@ [ "part", { - "_index": 919, + "_index": 631, "data": { "assets/cjson": {}, "manuals/addressing": {}, @@ -209585,7 +209585,7 @@ [ "partial", { - "_index": 5125, + "_index": 3669, "data": { "assets/ironsource": {}, "assets/screenshot": {}, @@ -209599,7 +209599,7 @@ [ "partially", { - "_index": 3385, + "_index": 221, "data": { "manuals/flash": {}, "manuals/gui": {}, @@ -209611,7 +209611,7 @@ [ "participate", { - "_index": 8926, + "_index": 10106, "data": { "ref/stable/b2d.body": {} }, @@ -209621,7 +209621,7 @@ [ "particle", { - "_index": 375, + "_index": 234, "data": { "assets/acidrain": {}, "examples/particles/confetti": {}, @@ -209649,7 +209649,7 @@ [ "particle's", { - "_index": 3209, + "_index": 1233, "data": { "examples/particles/modifiers": {}, "manuals/particlefx": {} @@ -209660,7 +209660,7 @@ [ "particlefx", { - "_index": 976, + "_index": 232, "data": { "examples/particles/confetti": {}, "examples/particles/fire_and_smoke": {}, @@ -209680,7 +209680,7 @@ [ "particlefx.emitter_state_postspawn", { - "_index": 9304, + "_index": 7817, "data": { "ref/stable/gui": {}, "ref/stable/particlefx": {} @@ -209691,7 +209691,7 @@ [ "particlefx.emitter_state_prespawn", { - "_index": 9302, + "_index": 7815, "data": { "ref/stable/gui": {}, "ref/stable/particlefx": {} @@ -209702,7 +209702,7 @@ [ "particlefx.emitter_state_sleeping", { - "_index": 9301, + "_index": 7814, "data": { "ref/stable/gui": {}, "ref/stable/particlefx": {} @@ -209713,7 +209713,7 @@ [ "particlefx.emitter_state_spawning", { - "_index": 9303, + "_index": 7816, "data": { "ref/stable/gui": {}, "ref/stable/particlefx": {} @@ -209724,7 +209724,7 @@ [ "particlefx.play", { - "_index": 3219, + "_index": 1246, "data": { "manuals/particlefx": {}, "ref/stable/particlefx": {} @@ -209735,7 +209735,7 @@ [ "particlefx.reset_constant", { - "_index": 3224, + "_index": 1252, "data": { "manuals/particlefx": {}, "ref/stable/particlefx": {} @@ -209746,7 +209746,7 @@ [ "particlefx.set_constant", { - "_index": 3223, + "_index": 1251, "data": { "manuals/particlefx": {}, "ref/stable/particlefx": {}, @@ -209758,7 +209758,7 @@ [ "particlefx.stop", { - "_index": 3220, + "_index": 1247, "data": { "manuals/particlefx": {}, "ref/stable/go": {}, @@ -209770,7 +209770,7 @@ [ "particles", { - "_index": 377, + "_index": 990, "data": { "examples/particles/confetti": {}, "examples/particles/fireworks": {}, @@ -209790,7 +209790,7 @@ [ "particles_node", { - "_index": 5507, + "_index": 2361, "data": { "manuals/gui-particlefx": {} }, @@ -209800,7 +209800,7 @@ [ "particular", { - "_index": 914, + "_index": 1120, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/ads": {}, @@ -209826,7 +209826,7 @@ [ "particularly", { - "_index": 3010, + "_index": 4583, "data": { "manuals/compute": {}, "manuals/debugging-game-logic": {}, @@ -209838,7 +209838,7 @@ [ "partitioning", { - "_index": 1615, + "_index": 3122, "data": { "manuals/optimization-speed": {} }, @@ -209848,7 +209848,7 @@ [ "partners", { - "_index": 2836, + "_index": 4193, "data": { "manuals/application-security": {} }, @@ -209858,7 +209858,7 @@ [ "parts", { - "_index": 2041, + "_index": 1691, "data": { "manuals/addressing": {}, "manuals/editor-scripts": {}, @@ -209875,7 +209875,7 @@ [ "party", { - "_index": 2843, + "_index": 2143, "data": { "assets/pp": {}, "assets/rustore-billing": {}, @@ -209895,7 +209895,7 @@ [ "pass", { - "_index": 905, + "_index": 1502, "data": { "examples/material/screenspace": {}, "manuals/bob": {}, @@ -209931,7 +209931,7 @@ [ "passed", { - "_index": 968, + "_index": 811, "data": { "manuals/compute": {}, "manuals/editor-preferences": {}, @@ -209970,7 +209970,7 @@ [ "passeed", { - "_index": 6948, + "_index": 8447, "data": { "ref/stable/dmResource": {} }, @@ -209980,7 +209980,7 @@ [ "passes", { - "_index": 3559, + "_index": 1657, "data": { "manuals/message-passing": {}, "ref/stable/dmGameObject": {}, @@ -209993,7 +209993,7 @@ [ "passing", { - "_index": 1576, + "_index": 907, "data": { "manuals/design": {}, "manuals/factory": {}, @@ -210013,7 +210013,7 @@ [ "password", { - "_index": 4004, + "_index": 1556, "data": { "manuals/android": {}, "manuals/bob": {}, @@ -210028,7 +210028,7 @@ [ "password/token", { - "_index": 4192, + "_index": 3228, "data": { "manuals/bob": {} }, @@ -210038,7 +210038,7 @@ [ "password:match", { - "_index": 4006, + "_index": 1561, "data": { "manuals/editor-scripts-ui": {} }, @@ -210048,7 +210048,7 @@ [ "paste", { - "_index": 280, + "_index": 2947, "data": { "assets/clipboard": {}, "manuals/ios": {}, @@ -210060,7 +210060,7 @@ [ "pasting", { - "_index": 2458, + "_index": 2832, "data": { "manuals/atlas": {}, "manuals/gui-layouts": {} @@ -210071,7 +210071,7 @@ [ "patch", { - "_index": 1754, + "_index": 4877, "data": { "manuals/porting-guidelines": {}, "ref/stable/dmDDF": {} @@ -210082,7 +210082,7 @@ [ "path", { - "_index": 866, + "_index": 1411, "data": { "assets/apathfinding": {}, "assets/extensiondirectories": {}, @@ -210136,7 +210136,7 @@ [ "path/my_atlas", { - "_index": 7332, + "_index": 10302, "data": { "ref/stable/resource": {} }, @@ -210146,7 +210146,7 @@ [ "path/my_atlas.texturesetc", { - "_index": 7333, + "_index": 10303, "data": { "ref/stable/resource": {} }, @@ -210156,7 +210156,7 @@ [ "path/my_buffer", { - "_index": 7365, + "_index": 10333, "data": { "ref/stable/resource": {} }, @@ -210166,7 +210166,7 @@ [ "path/my_buffer.bufferc", { - "_index": 7366, + "_index": 10334, "data": { "ref/stable/resource": {} }, @@ -210176,7 +210176,7 @@ [ "path/my_texture", { - "_index": 7372, + "_index": 10339, "data": { "ref/stable/resource": {} }, @@ -210186,7 +210186,7 @@ [ "path/my_texture.texturec", { - "_index": 7373, + "_index": 10340, "data": { "ref/stable/resource": {} }, @@ -210196,7 +210196,7 @@ [ "path/to/defold.app/contents/macos/defold", { - "_index": 5840, + "_index": 5590, "data": { "manuals/editor": {} }, @@ -210206,7 +210206,7 @@ [ "path/to/file.png", { - "_index": 863, + "_index": 4888, "data": { "manuals/project-defignore": {} }, @@ -210216,7 +210216,7 @@ [ "path/to/project/build/default/__htmllaunchdir", { - "_index": 5222, + "_index": 5428, "data": { "manuals/editor-scripts": {} }, @@ -210226,7 +210226,7 @@ [ "path:match", { - "_index": 5198, + "_index": 5406, "data": { "manuals/editor-scripts": {} }, @@ -210236,7 +210236,7 @@ [ "path:sub", { - "_index": 5192, + "_index": 5399, "data": { "manuals/editor-scripts": {} }, @@ -210246,7 +210246,7 @@ [ "path[#fragment", { - "_index": 10487, + "_index": 7322, "data": { "ref/stable/dmMessage": {} }, @@ -210256,7 +210256,7 @@ [ "pathfinder", { - "_index": 6313, + "_index": 6461, "data": { "assets/defgraph": {} }, @@ -210266,7 +210266,7 @@ [ "paths", { - "_index": 1150, + "_index": 2770, "data": { "manuals/addressing": {}, "manuals/debugging-native-code-android": {}, @@ -210279,7 +210279,7 @@ [ "path}/plugins/bin/${platform", { - "_index": 5247, + "_index": 5453, "data": { "manuals/editor-scripts": {} }, @@ -210289,7 +210289,7 @@ [ "pattern", { - "_index": 2212, + "_index": 678, "data": { "assets/defarmy": {}, "assets/lpeg": {}, @@ -210308,7 +210308,7 @@ [ "patterns", { - "_index": 1535, + "_index": 2851, "data": { "assets/defarmy": {}, "manuals/atlas": {}, @@ -210323,7 +210323,7 @@ [ "pause", { - "_index": 1621, + "_index": 1135, "data": { "manuals/collection-proxy": {}, "manuals/debugging-game-logic": {}, @@ -210342,7 +210342,7 @@ [ "pause_menu", { - "_index": 2056, + "_index": 5986, "data": { "manuals/input": {} }, @@ -210352,7 +210352,7 @@ [ "paused", { - "_index": 1626, + "_index": 1142, "data": { "manuals/debugging-native-code-ios": {}, "manuals/particlefx": {}, @@ -210364,7 +210364,7 @@ [ "pausenode", { - "_index": 2052, + "_index": 5985, "data": { "manuals/input": {} }, @@ -210374,7 +210374,7 @@ [ "pauses", { - "_index": 10864, + "_index": 10222, "data": { "ref/stable/profiler": {} }, @@ -210384,7 +210384,7 @@ [ "pay", { - "_index": 2659, + "_index": 2909, "data": { "manuals/gui-layouts": {} }, @@ -210394,7 +210394,7 @@ [ "paying", { - "_index": 6675, + "_index": 6262, "data": { "assets/webmonetization": {} }, @@ -210404,7 +210404,7 @@ [ "payload", { - "_index": 4400, + "_index": 5761, "data": { "manuals/iac": {}, "ref/stable/dmMessage": {}, @@ -210417,7 +210417,7 @@ [ "payload.origin", { - "_index": 4402, + "_index": 5763, "data": { "manuals/iac": {} }, @@ -210427,7 +210427,7 @@ [ "payload.url", { - "_index": 4403, + "_index": 5764, "data": { "manuals/iac": {} }, @@ -210437,7 +210437,7 @@ [ "payment", { - "_index": 6672, + "_index": 6259, "data": { "assets/webmonetization": {} }, @@ -210447,7 +210447,7 @@ [ "payments", { - "_index": 6465, + "_index": 6498, "data": { "assets/iap": {}, "assets/rustore-billing": {} @@ -210458,7 +210458,7 @@ [ "pc", { - "_index": 5896, + "_index": 2356, "data": { "manuals/working-offline": {}, "ref/stable/window": {} @@ -210469,7 +210469,7 @@ [ "pcall", { - "_index": 8783, + "_index": 10642, "data": { "ref/stable/base": {}, "ref/stable/dmScript": {} @@ -210480,7 +210480,7 @@ [ "pcg", { - "_index": 6501, + "_index": 6379, "data": { "assets/pcg-random": {}, "assets/pcgrandom": {} @@ -210491,7 +210491,7 @@ [ "pcgrandom", { - "_index": 6654, + "_index": 6378, "data": { "assets/pcgrandom": {} }, @@ -210501,7 +210501,7 @@ [ "peak", { - "_index": 5688, + "_index": 3521, "data": { "manuals/sound": {}, "ref/stable/profiler": {}, @@ -210513,7 +210513,7 @@ [ "peer", { - "_index": 8076, + "_index": 10401, "data": { "ref/stable/socket": {} }, @@ -210523,7 +210523,7 @@ [ "peers", { - "_index": 8156, + "_index": 10467, "data": { "ref/stable/socket": {} }, @@ -210533,7 +210533,7 @@ [ "pegs", { - "_index": 6372, + "_index": 6644, "data": { "assets/lpeg": {} }, @@ -210543,7 +210543,7 @@ [ "pem", { - "_index": 262, + "_index": 5252, "data": { "manuals/networking": {} }, @@ -210553,7 +210553,7 @@ [ "pending", { - "_index": 7722, + "_index": 9989, "data": { "ref/stable/dmSocket": {} }, @@ -210563,7 +210563,7 @@ [ "penetration", { - "_index": 4750, + "_index": 3974, "data": { "manuals/physics-events": {}, "manuals/physics-resolving-collisions": {}, @@ -210575,7 +210575,7 @@ [ "penetrations", { - "_index": 4764, + "_index": 3989, "data": { "manuals/physics-resolving-collisions": {} }, @@ -210585,7 +210585,7 @@ [ "people", { - "_index": 414, + "_index": 3576, "data": { "assets/facebook": {}, "assets/facebookinstantgames": {}, @@ -210599,7 +210599,7 @@ [ "per", { - "_index": 479, + "_index": 128, "data": { "manuals/atlas": {}, "manuals/bundling": {}, @@ -210638,7 +210638,7 @@ [ "percent", { - "_index": 10837, + "_index": 10195, "data": { "ref/stable/profiler": {} }, @@ -210648,7 +210648,7 @@ [ "percentage", { - "_index": 4454, + "_index": 388, "data": { "assets/batterystatus": {}, "manuals/gui": {} @@ -210659,7 +210659,7 @@ [ "perfect", { - "_index": 4704, + "_index": 2234, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/addressing": {} @@ -210670,7 +210670,7 @@ [ "perfectly", { - "_index": 4365, + "_index": 3372, "data": { "manuals/addressing": {}, "manuals/tilesource": {} @@ -210681,7 +210681,7 @@ [ "perform", { - "_index": 918, + "_index": 738, "data": { "manuals/bob": {}, "manuals/editor": {}, @@ -210706,7 +210706,7 @@ [ "performance", { - "_index": 351, + "_index": 608, "data": { "assets/defold-log": {}, "assets/firebase-remoteconfig": {}, @@ -210745,7 +210745,7 @@ [ "performed", { - "_index": 3791, + "_index": 4364, "data": { "manuals/editor": {}, "manuals/editor-scripts": {}, @@ -210762,7 +210762,7 @@ [ "performing", { - "_index": 642, + "_index": 2511, "data": { "manuals/collection-factory": {}, "manuals/flash": {}, @@ -210774,7 +210774,7 @@ [ "performs", { - "_index": 3560, + "_index": 1658, "data": { "examples/physics/raycast": {}, "manuals/message-passing": {}, @@ -210791,7 +210791,7 @@ [ "perhaps", { - "_index": 2701, + "_index": 2997, "data": { "manuals/application-security": {}, "manuals/bundling": {}, @@ -210804,7 +210804,7 @@ [ "perimeter", { - "_index": 4438, + "_index": 310, "data": { "manuals/gui": {}, "manuals/gui-pie": {}, @@ -210816,7 +210816,7 @@ [ "period", { - "_index": 7142, + "_index": 7191, "data": { "ref/stable/physics": {}, "ref/stable/sys": {}, @@ -210828,7 +210828,7 @@ [ "periodic", { - "_index": 8096, + "_index": 10417, "data": { "ref/stable/socket": {} }, @@ -210838,7 +210838,7 @@ [ "periods", { - "_index": 5886, + "_index": 2328, "data": { "manuals/working-offline": {} }, @@ -210848,7 +210848,7 @@ [ "perks", { - "_index": 6674, + "_index": 6261, "data": { "assets/webmonetization": {} }, @@ -210858,7 +210858,7 @@ [ "permanent", { - "_index": 401, + "_index": 3571, "data": { "manuals/project-setup": {} }, @@ -210868,7 +210868,7 @@ [ "permanently", { - "_index": 5760, + "_index": 2278, "data": { "manuals/ads": {} }, @@ -210878,7 +210878,7 @@ [ "permission", { - "_index": 5441, + "_index": 6090, "data": { "manuals/android": {}, "ref/stable/socket": {}, @@ -210890,7 +210890,7 @@ [ "permissions", { - "_index": 3044, + "_index": 3681, "data": { "assets/defoldandroidpermissions": {}, "manuals/android": {}, @@ -210906,7 +210906,7 @@ [ "permitted", { - "_index": 8508, + "_index": 9259, "data": { "ref/stable/dmGameObject": {}, "ref/stable/sys": {} @@ -210917,7 +210917,7 @@ [ "perpendicular", { - "_index": 5829, + "_index": 5577, "data": { "manuals/editor": {}, "ref/stable/vmath": {} @@ -210928,7 +210928,7 @@ [ "perserved", { - "_index": 9380, + "_index": 7899, "data": { "ref/stable/gui": {} }, @@ -210938,7 +210938,7 @@ [ "persist", { - "_index": 6485, + "_index": 6304, "data": { "assets/defold-persist": {}, "ref/stable/editor": {} @@ -210949,7 +210949,7 @@ [ "persisted", { - "_index": 6775, + "_index": 8386, "data": { "ref/stable/dmResource": {}, "ref/stable/liveupdate": {} @@ -210960,7 +210960,7 @@ [ "persistent", { - "_index": 5249, + "_index": 5455, "data": { "manuals/editor-scripts": {}, "ref/stable/dmExtension": {} @@ -210971,7 +210971,7 @@ [ "persistently", { - "_index": 2325, + "_index": 889, "data": { "manuals/html5": {} }, @@ -210981,7 +210981,7 @@ [ "person", { - "_index": 6756, + "_index": 6476, "data": { "assets/pointer-lock": {} }, @@ -210991,7 +210991,7 @@ [ "personal", { - "_index": 4516, + "_index": 5664, "data": { "assets/adinfo": {}, "manuals/dev-app": {} @@ -211002,7 +211002,7 @@ [ "perspective", { - "_index": 5528, + "_index": 3486, "data": { "assets/perspectiveparallax": {}, "assets/slasherprototype": {}, @@ -211020,7 +211020,7 @@ [ "perspectiveparallax", { - "_index": 6702, + "_index": 6745, "data": { "assets/perspectiveparallax": {} }, @@ -211030,7 +211030,7 @@ [ "phase", { - "_index": 7153, + "_index": 9416, "data": { "ref/stable/b2d.body": {}, "ref/stable/dmHid": {} @@ -211041,7 +211041,7 @@ [ "phaser", { - "_index": 5572, + "_index": 3875, "data": { "manuals/font": {} }, @@ -211051,7 +211051,7 @@ [ "phone", { - "_index": 10046, + "_index": 10701, "data": { "ref/stable/sound": {} }, @@ -211061,7 +211061,7 @@ [ "phones", { - "_index": 1732, + "_index": 4868, "data": { "manuals/porting-guidelines": {} }, @@ -211071,7 +211071,7 @@ [ "photoshop", { - "_index": 6446, + "_index": 6458, "data": { "assets/photoshopguiexporter": {} }, @@ -211081,7 +211081,7 @@ [ "photoshopguiexporter", { - "_index": 6445, + "_index": 6457, "data": { "assets/photoshopguiexporter": {} }, @@ -211091,7 +211091,7 @@ [ "physical", { - "_index": 1936, + "_index": 379, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/collection-proxy": {}, @@ -211110,7 +211110,7 @@ [ "physics", { - "_index": 179, + "_index": 1002, "data": { "assets/crowd-runner-defold": {}, "assets/tactxstudios": {}, @@ -211149,7 +211149,7 @@ [ "physics.create_joint", { - "_index": 5919, + "_index": 5698, "data": { "manuals/physics-events": {}, "manuals/physics-joints": {}, @@ -211161,7 +211161,7 @@ [ "physics.debug", { - "_index": 8523, + "_index": 9653, "data": { "ref/stable/sys": {} }, @@ -211171,7 +211171,7 @@ [ "physics.destroy_joint", { - "_index": 5996, + "_index": 5793, "data": { "manuals/physics-joints": {}, "ref/stable/physics": {} @@ -211182,7 +211182,7 @@ [ "physics.get_gravity", { - "_index": 7050, + "_index": 7462, "data": { "ref/stable/physics": {} }, @@ -211192,7 +211192,7 @@ [ "physics.get_group", { - "_index": 7052, + "_index": 7464, "data": { "ref/stable/physics": {} }, @@ -211202,7 +211202,7 @@ [ "physics.get_joint_properties", { - "_index": 5999, + "_index": 5796, "data": { "manuals/physics-joints": {}, "ref/stable/physics": {} @@ -211213,7 +211213,7 @@ [ "physics.get_joint_reaction_force", { - "_index": 7058, + "_index": 7470, "data": { "ref/stable/physics": {} }, @@ -211223,7 +211223,7 @@ [ "physics.get_joint_reaction_torque", { - "_index": 7060, + "_index": 7472, "data": { "ref/stable/physics": {} }, @@ -211233,7 +211233,7 @@ [ "physics.get_maskbit", { - "_index": 7063, + "_index": 7475, "data": { "ref/stable/physics": {} }, @@ -211243,7 +211243,7 @@ [ "physics.get_shape", { - "_index": 7069, + "_index": 7481, "data": { "ref/stable/physics": {} }, @@ -211253,7 +211253,7 @@ [ "physics.joint_type_fixed", { - "_index": 5928, + "_index": 5707, "data": { "manuals/physics-events": {}, "manuals/physics-joints": {}, @@ -211265,7 +211265,7 @@ [ "physics.joint_type_hinge", { - "_index": 7077, + "_index": 7489, "data": { "ref/stable/physics": {} }, @@ -211275,7 +211275,7 @@ [ "physics.joint_type_slider", { - "_index": 5983, + "_index": 5780, "data": { "manuals/physics-joints": {}, "ref/stable/physics": {} @@ -211286,7 +211286,7 @@ [ "physics.joint_type_spring", { - "_index": 5981, + "_index": 5778, "data": { "manuals/physics-joints": {}, "ref/stable/physics": {} @@ -211297,7 +211297,7 @@ [ "physics.joint_type_weld", { - "_index": 5977, + "_index": 5774, "data": { "manuals/physics-joints": {}, "ref/stable/physics": {} @@ -211308,7 +211308,7 @@ [ "physics.joint_type_wheel", { - "_index": 5984, + "_index": 5781, "data": { "manuals/physics-joints": {}, "ref/stable/physics": {} @@ -211319,7 +211319,7 @@ [ "physics.raycast", { - "_index": 5940, + "_index": 1022, "data": { "manuals/physics-ray-casts": {}, "ref/stable/physics": {} @@ -211330,7 +211330,7 @@ [ "physics.raycast_async", { - "_index": 7097, + "_index": 7507, "data": { "ref/stable/physics": {} }, @@ -211340,7 +211340,7 @@ [ "physics.set_gravity", { - "_index": 7102, + "_index": 7512, "data": { "ref/stable/physics": {} }, @@ -211350,7 +211350,7 @@ [ "physics.set_group", { - "_index": 7104, + "_index": 7514, "data": { "ref/stable/physics": {} }, @@ -211360,7 +211360,7 @@ [ "physics.set_hflip", { - "_index": 7107, + "_index": 7517, "data": { "ref/stable/physics": {} }, @@ -211370,7 +211370,7 @@ [ "physics.set_joint_properties", { - "_index": 6005, + "_index": 5802, "data": { "manuals/physics-joints": {}, "ref/stable/physics": {} @@ -211381,7 +211381,7 @@ [ "physics.set_listener", { - "_index": 5918, + "_index": 5697, "data": { "manuals/physics-events": {}, "ref/stable/physics": {} @@ -211392,7 +211392,7 @@ [ "physics.set_maskbit", { - "_index": 7112, + "_index": 7520, "data": { "ref/stable/physics": {} }, @@ -211402,7 +211402,7 @@ [ "physics.set_shape", { - "_index": 192, + "_index": 5521, "data": { "manuals/physics-shapes": {}, "ref/stable/physics": {} @@ -211413,7 +211413,7 @@ [ "physics.set_vflip", { - "_index": 7126, + "_index": 7534, "data": { "ref/stable/physics": {} }, @@ -211423,7 +211423,7 @@ [ "physics.shape_type_box", { - "_index": 212, + "_index": 5531, "data": { "manuals/physics-shapes": {}, "ref/stable/physics": {} @@ -211434,7 +211434,7 @@ [ "physics.shape_type_capsule", { - "_index": 199, + "_index": 5524, "data": { "manuals/physics-shapes": {}, "ref/stable/physics": {} @@ -211445,7 +211445,7 @@ [ "physics.shape_type_hull", { - "_index": 7071, + "_index": 7483, "data": { "ref/stable/physics": {} }, @@ -211455,7 +211455,7 @@ [ "physics.shape_type_sphere", { - "_index": 208, + "_index": 5528, "data": { "manuals/physics-shapes": {}, "ref/stable/physics": {} @@ -211466,7 +211466,7 @@ [ "physics.update_mass", { - "_index": 7132, + "_index": 7539, "data": { "ref/stable/physics": {} }, @@ -211476,7 +211476,7 @@ [ "physics.wakeup", { - "_index": 7137, + "_index": 7543, "data": { "ref/stable/physics": {} }, @@ -211486,7 +211486,7 @@ [ "physics_world_listener", { - "_index": 5916, + "_index": 5695, "data": { "manuals/physics-events": {} }, @@ -211496,7 +211496,7 @@ [ "pi", { - "_index": 1187, + "_index": 2791, "data": { "manuals/shader": {}, "ref/stable/math": {} @@ -211507,7 +211507,7 @@ [ "pi.glsl", { - "_index": 1186, + "_index": 2790, "data": { "manuals/shader": {} }, @@ -211517,7 +211517,7 @@ [ "pi_glsl_h", { - "_index": 1194, + "_index": 2796, "data": { "manuals/shader": {} }, @@ -211527,7 +211527,7 @@ [ "pick", { - "_index": 3812, + "_index": 2263, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/addressing": {}, @@ -211541,7 +211541,7 @@ [ "pick_node", { - "_index": 9286, + "_index": 7800, "data": { "ref/stable/gui": {} }, @@ -211551,7 +211551,7 @@ [ "picked", { - "_index": 1073, + "_index": 275, "data": { "manuals/editor-scripts": {}, "manuals/gui": {}, @@ -211563,7 +211563,7 @@ [ "picking", { - "_index": 4430, + "_index": 267, "data": { "manuals/gui": {}, "ref/stable/gui": {} @@ -211574,7 +211574,7 @@ [ "pid", { - "_index": 6082, + "_index": 4904, "data": { "manuals/debugging-native-code-ios": {} }, @@ -211584,7 +211584,7 @@ [ "pie", { - "_index": 382, + "_index": 218, "data": { "examples/gui/progress": {}, "examples/timer/repeating_timer": {}, @@ -211601,7 +211601,7 @@ [ "piebounds_ellipse", { - "_index": 9287, + "_index": 7801, "data": { "ref/stable/gui": {} }, @@ -211611,7 +211611,7 @@ [ "piebounds_rectangle", { - "_index": 9289, + "_index": 7803, "data": { "ref/stable/gui": {} }, @@ -211621,7 +211621,7 @@ [ "piece", { - "_index": 1560, + "_index": 3096, "data": { "manuals/glossary": {}, "manuals/introduction": {}, @@ -211633,7 +211633,7 @@ [ "pieces", { - "_index": 370, + "_index": 984, "data": { "manuals/editor-scripts": {}, "manuals/importing-graphics": {}, @@ -211648,7 +211648,7 @@ [ "pienode", { - "_index": 5045, + "_index": 5013, "data": { "manuals/gui-pie": {} }, @@ -211658,7 +211658,7 @@ [ "pigeon", { - "_index": 6478, + "_index": 6444, "data": { "assets/pigeon": {} }, @@ -211668,7 +211668,7 @@ [ "ping", { - "_index": 2513, + "_index": 2474, "data": { "manuals/atlas": {}, "manuals/flipbook-animation": {}, @@ -211683,7 +211683,7 @@ [ "pingpong", { - "_index": 515, + "_index": 4521, "data": { "manuals/model-animation": {} }, @@ -211693,7 +211693,7 @@ [ "pipe", { - "_index": 10645, + "_index": 8797, "data": { "ref/stable/editor": {} }, @@ -211703,7 +211703,7 @@ [ "piped", { - "_index": 10646, + "_index": 8798, "data": { "ref/stable/editor": {} }, @@ -211713,7 +211713,7 @@ [ "pipeline", { - "_index": 868, + "_index": 575, "data": { "assets/defold-rendy": {}, "manuals/debugging-game-logic": {}, @@ -211731,7 +211731,7 @@ [ "pipelines", { - "_index": 1052, + "_index": 2704, "data": { "manuals/shader": {} }, @@ -211741,7 +211741,7 @@ [ "pipelinestate", { - "_index": 10248, + "_index": 6852, "data": { "ref/stable/dmGraphics": {} }, @@ -211751,7 +211751,7 @@ [ "pitch", { - "_index": 6179, + "_index": 6193, "data": { "assets/openal": {}, "examples/render/orbit_camera": {} @@ -211762,7 +211762,7 @@ [ "pitfall", { - "_index": 3313, + "_index": 2374, "data": { "manuals/extensions-best-practices": {}, "manuals/flash": {}, @@ -211774,7 +211774,7 @@ [ "pivot", { - "_index": 58, + "_index": 357, "data": { "examples/gui/healthbar": {}, "examples/physics/pendulum": {}, @@ -211793,7 +211793,7 @@ [ "pivot_center", { - "_index": 9290, + "_index": 7804, "data": { "ref/stable/gui": {} }, @@ -211803,7 +211803,7 @@ [ "pivot_e", { - "_index": 9291, + "_index": 7805, "data": { "ref/stable/gui": {} }, @@ -211813,7 +211813,7 @@ [ "pivot_n", { - "_index": 9292, + "_index": 7806, "data": { "ref/stable/gui": {} }, @@ -211823,7 +211823,7 @@ [ "pivot_ne", { - "_index": 9293, + "_index": 7807, "data": { "ref/stable/gui": {} }, @@ -211833,7 +211833,7 @@ [ "pivot_nw", { - "_index": 9294, + "_index": 7808, "data": { "ref/stable/gui": {} }, @@ -211843,7 +211843,7 @@ [ "pivot_s", { - "_index": 9295, + "_index": 7809, "data": { "ref/stable/gui": {} }, @@ -211853,7 +211853,7 @@ [ "pivot_se", { - "_index": 9296, + "_index": 7810, "data": { "ref/stable/gui": {} }, @@ -211863,7 +211863,7 @@ [ "pivot_sw", { - "_index": 9297, + "_index": 7811, "data": { "ref/stable/gui": {} }, @@ -211873,7 +211873,7 @@ [ "pivot_w", { - "_index": 9298, + "_index": 7812, "data": { "ref/stable/gui": {} }, @@ -211883,7 +211883,7 @@ [ "pivot_x", { - "_index": 7342, + "_index": 10310, "data": { "ref/stable/resource": {} }, @@ -211893,7 +211893,7 @@ [ "pivot_y", { - "_index": 7344, + "_index": 10312, "data": { "ref/stable/resource": {} }, @@ -211903,7 +211903,7 @@ [ "pivots", { - "_index": 6122, + "_index": 6116, "data": { "examples/gui/healthbar": {} }, @@ -211913,7 +211913,7 @@ [ "pixel", { - "_index": 912, + "_index": 24, "data": { "assets/lowrezjamtemplate": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -211935,7 +211935,7 @@ [ "pixel's", { - "_index": 7959, + "_index": 8586, "data": { "ref/stable/render": {} }, @@ -211945,7 +211945,7 @@ [ "pixelated", { - "_index": 5584, + "_index": 3891, "data": { "manuals/font": {} }, @@ -211955,7 +211955,7 @@ [ "pixels", { - "_index": 2466, + "_index": 2236, "data": { "assets/drawpixels": {}, "assets/screenshot": {}, @@ -211978,7 +211978,7 @@ [ "pixels/s", { - "_index": 7044, + "_index": 7456, "data": { "ref/stable/physics": {} }, @@ -211988,7 +211988,7 @@ [ "pixelsalignment", { - "_index": 10747, + "_index": 8902, "data": { "ref/stable/editor": {} }, @@ -211998,7 +211998,7 @@ [ "pixelsspacing", { - "_index": 10745, + "_index": 8900, "data": { "ref/stable/editor": {} }, @@ -212008,7 +212008,7 @@ [ "pk", { - "_index": 4191, + "_index": 3227, "data": { "manuals/bob": {} }, @@ -212018,7 +212018,7 @@ [ "pkg", { - "_index": 5436, + "_index": 6086, "data": { "manuals/android": {} }, @@ -212028,7 +212028,7 @@ [ "place", { - "_index": 1780, + "_index": 854, "data": { "assets/illumination": {}, "assets/safearea": {}, @@ -212058,7 +212058,7 @@ [ "placed", { - "_index": 632, + "_index": 885, "data": { "examples/physics/dynamic": {}, "examples/physics/hinge_joint": {}, @@ -212082,7 +212082,7 @@ [ "placement", { - "_index": 4100, + "_index": 4444, "data": { "manuals/test": {} }, @@ -212092,7 +212092,7 @@ [ "places", { - "_index": 3135, + "_index": 1338, "data": { "manuals/editor-scripts-ui": {}, "manuals/editor-styling": {}, @@ -212106,7 +212106,7 @@ [ "placing", { - "_index": 3869, + "_index": 1321, "data": { "examples/basics/parent_child": {}, "manuals/editor-scripts-ui": {}, @@ -212118,7 +212118,7 @@ [ "plain", { - "_index": 4329, + "_index": 5958, "data": { "manuals/design": {}, "ref/stable/string": {} @@ -212129,7 +212129,7 @@ [ "plane", { - "_index": 5383, + "_index": 5573, "data": { "manuals/components": {}, "manuals/editor": {}, @@ -212144,7 +212144,7 @@ [ "planes", { - "_index": 5826, + "_index": 5574, "data": { "manuals/editor": {}, "ref/stable/dmIntersection": {}, @@ -212157,7 +212157,7 @@ [ "planetary", { - "_index": 6641, + "_index": 6626, "data": { "assets/pp": {} }, @@ -212167,7 +212167,7 @@ [ "plank", { - "_index": 6120, + "_index": 6110, "data": { "examples/gui/slice9": {} }, @@ -212177,7 +212177,7 @@ [ "planned", { - "_index": 5989, + "_index": 5786, "data": { "manuals/physics-joints": {} }, @@ -212187,7 +212187,7 @@ [ "plans", { - "_index": 5290, + "_index": 5492, "data": { "manuals/editor-scripts": {} }, @@ -212197,7 +212197,7 @@ [ "plants", { - "_index": 2945, + "_index": 5272, "data": { "manuals/compute": {} }, @@ -212207,7 +212207,7 @@ [ "platform", { - "_index": 1284, + "_index": 1047, "data": { "assets/alienworld": {}, "assets/defdiags": {}, @@ -212250,7 +212250,7 @@ [ "platformer", { - "_index": 6619, + "_index": 6710, "data": { "assets/platformertutorial": {}, "assets/platypus": {} @@ -212261,7 +212261,7 @@ [ "platformers", { - "_index": 6162, + "_index": 6122, "data": { "assets/defold-tile-raycast": {}, "examples/movement/look_at": {} @@ -212272,7 +212272,7 @@ [ "platformertutorial", { - "_index": 6653, + "_index": 6731, "data": { "assets/platformertutorial": {} }, @@ -212282,7 +212282,7 @@ [ "platforms", { - "_index": 1042, + "_index": 680, "data": { "assets/endlessrunner": {}, "assets/splitmix64": {}, @@ -212316,7 +212316,7 @@ [ "platypus", { - "_index": 6618, + "_index": 6709, "data": { "assets/platypus": {} }, @@ -212326,7 +212326,7 @@ [ "play", { - "_index": 143, + "_index": 1131, "data": { "assets/apkverifier": {}, "assets/apkx": {}, @@ -212365,7 +212365,7 @@ [ "play_anim", { - "_index": 10885, + "_index": 9757, "data": { "ref/stable/model": {} }, @@ -212375,7 +212375,7 @@ [ "play_animation", { - "_index": 10328, + "_index": 6956, "data": { "ref/stable/sprite": {} }, @@ -212385,7 +212385,7 @@ [ "play_flipbook", { - "_index": 9299, + "_index": 6960, "data": { "ref/stable/gui": {}, "ref/stable/sprite": {} @@ -212396,7 +212396,7 @@ [ "play_id", { - "_index": 10026, + "_index": 10682, "data": { "ref/stable/sound": {} }, @@ -212406,7 +212406,7 @@ [ "play_idle_animation", { - "_index": 3092, + "_index": 2491, "data": { "manuals/flipbook-animation": {} }, @@ -212416,7 +212416,7 @@ [ "play_particlefx", { - "_index": 9300, + "_index": 7813, "data": { "ref/stable/gui": {} }, @@ -212426,7 +212426,7 @@ [ "play_properties", { - "_index": 4128, + "_index": 5925, "data": { "manuals/model": {} }, @@ -212436,7 +212436,7 @@ [ "play_sound", { - "_index": 10022, + "_index": 10678, "data": { "ref/stable/sound": {} }, @@ -212446,7 +212446,7 @@ [ "playable", { - "_index": 4687, + "_index": 2071, "data": { "assets/playable-ads": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -212458,7 +212458,7 @@ [ "playback", { - "_index": 539, + "_index": 724, "data": { "manuals/atlas": {}, "manuals/flipbook-animation": {}, @@ -212483,7 +212483,7 @@ [ "playback_loop_backward", { - "_index": 9073, + "_index": 7818, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -212494,7 +212494,7 @@ [ "playback_loop_forward", { - "_index": 9074, + "_index": 7819, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -212505,7 +212505,7 @@ [ "playback_loop_pingpong", { - "_index": 9075, + "_index": 7820, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -212516,7 +212516,7 @@ [ "playback_none", { - "_index": 9076, + "_index": 9907, "data": { "ref/stable/go": {} }, @@ -212526,7 +212526,7 @@ [ "playback_once_backward", { - "_index": 9077, + "_index": 7821, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -212537,7 +212537,7 @@ [ "playback_once_forward", { - "_index": 9078, + "_index": 7822, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -212548,7 +212548,7 @@ [ "playback_once_pingpong", { - "_index": 9079, + "_index": 7823, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -212559,7 +212559,7 @@ [ "playback_rate", { - "_index": 4131, + "_index": 3811, "data": { "manuals/model": {}, "manuals/sprite": {}, @@ -212573,7 +212573,7 @@ [ "played", { - "_index": 526, + "_index": 2503, "data": { "examples/timer/cancel_timer": {}, "manuals/flipbook-animation": {}, @@ -212593,7 +212593,7 @@ [ "player", { - "_index": 2046, + "_index": 1584, "data": { "assets/defsave": {}, "assets/modplayer": {}, @@ -212622,7 +212622,7 @@ [ "player's", { - "_index": 5664, + "_index": 2185, "data": { "manuals/optimization-size": {} }, @@ -212632,7 +212632,7 @@ [ "players", { - "_index": 1649, + "_index": 2315, "data": { "assets/googleplaygameservices": {}, "assets/webmonetization": {}, @@ -212645,7 +212645,7 @@ [ "playfab", { - "_index": 6368, + "_index": 6266, "data": { "assets/playfabsdk": {} }, @@ -212655,7 +212655,7 @@ [ "playfabsdk", { - "_index": 6367, + "_index": 6265, "data": { "assets/playfabsdk": {} }, @@ -212665,7 +212665,7 @@ [ "playing", { - "_index": 450, + "_index": 1137, "data": { "manuals/animation": {}, "manuals/app-manifest": {}, @@ -212690,7 +212690,7 @@ [ "plays", { - "_index": 541, + "_index": 233, "data": { "manuals/atlas": {}, "manuals/gui": {}, @@ -212709,7 +212709,7 @@ [ "playstation", { - "_index": 1472, + "_index": 4086, "data": { "manuals/extender-local-setup": {}, "manuals/sony-playstation": {} @@ -212720,7 +212720,7 @@ [ "playstation\u00ae4", { - "_index": 1757, + "_index": 4878, "data": { "manuals/porting-guidelines": {} }, @@ -212730,7 +212730,7 @@ [ "play\u2019s", { - "_index": 6462, + "_index": 6619, "data": { "assets/iap": {} }, @@ -212740,7 +212740,7 @@ [ "please", { - "_index": 1511, + "_index": 4104, "data": { "examples": {}, "manuals/application-security": {}, @@ -212763,7 +212763,7 @@ [ "plug", { - "_index": 5358, + "_index": 5839, "data": { "manuals/macos": {} }, @@ -212773,7 +212773,7 @@ [ "plugged", { - "_index": 1948, + "_index": 5962, "data": { "manuals/input": {} }, @@ -212783,7 +212783,7 @@ [ "plugin", { - "_index": 2771, + "_index": 3161, "data": { "assets/applovin-max": {}, "assets/defold-api-emmylua": {}, @@ -212803,7 +212803,7 @@ [ "plugins", { - "_index": 4164, + "_index": 3194, "data": { "manuals/bob": {}, "ref/stable/dmExtension": {} @@ -212814,7 +212814,7 @@ [ "plugins/bin/${platform", { - "_index": 5245, + "_index": 5451, "data": { "manuals/editor-scripts": {} }, @@ -212824,7 +212824,7 @@ [ "plus", { - "_index": 3456, + "_index": 2994, "data": { "manuals/editor-scripts": {}, "manuals/ios": {}, @@ -212844,7 +212844,7 @@ [ "png", { - "_index": 286, + "_index": 936, "data": { "assets/defoldpng": {}, "assets/imageloader": {}, @@ -212864,7 +212864,7 @@ [ "pod", { - "_index": 4025, + "_index": 5944, "data": { "manuals/extensions-cocoapods": {}, "ref/stable/dmHashTable": {} @@ -212875,7 +212875,7 @@ [ "podfile", { - "_index": 4021, + "_index": 4737, "data": { "manuals/extensions": {}, "manuals/extensions-cocoapods": {} @@ -212886,7 +212886,7 @@ [ "point", { - "_index": 812, + "_index": 359, "data": { "assets/resource-encryption": {}, "examples/material/unlit": {}, @@ -212935,7 +212935,7 @@ [ "point's", { - "_index": 4754, + "_index": 3978, "data": { "manuals/physics-resolving-collisions": {} }, @@ -212945,7 +212945,7 @@ [ "point3", { - "_index": 7702, + "_index": 7390, "data": { "ref/stable/dmScript": {}, "ref/stable/dmVMath": {} @@ -212956,7 +212956,7 @@ [ "pointer", { - "_index": 6753, + "_index": 6473, "data": { "assets/pointer-lock": {}, "ref/stable/dmArray": {}, @@ -212986,7 +212986,7 @@ [ "pointer_over.gui", { - "_index": 6129, + "_index": 6101, "data": { "examples/gui/pointer_over": {} }, @@ -212996,7 +212996,7 @@ [ "pointer_over.gui_script", { - "_index": 6130, + "_index": 6102, "data": { "examples/gui/pointer_over": {} }, @@ -213006,7 +213006,7 @@ [ "pointers", { - "_index": 3579, + "_index": 5598, "data": { "manuals/introduction": {}, "ref/stable/dmDDF": {}, @@ -213019,7 +213019,7 @@ [ "pointing", { - "_index": 5221, + "_index": 3626, "data": { "manuals/editor-scripts": {}, "manuals/extensions-best-practices": {}, @@ -213031,7 +213031,7 @@ [ "points", { - "_index": 1217, + "_index": 453, "data": { "examples/debug/physics": {}, "manuals/debugging-game-logic": {}, @@ -213058,7 +213058,7 @@ [ "poki", { - "_index": 5616, + "_index": 2061, "data": { "assets/adswrapper": {}, "assets/poki": {}, @@ -213070,7 +213070,7 @@ [ "poles", { - "_index": 7072, + "_index": 7484, "data": { "ref/stable/physics": {} }, @@ -213080,7 +213080,7 @@ [ "policies", { - "_index": 3046, + "_index": 5032, "data": { "manuals/live-update-aws": {} }, @@ -213090,7 +213090,7 @@ [ "policy", { - "_index": 1773, + "_index": 4886, "data": { "manuals/live-update-aws": {}, "manuals/porting-guidelines": {} @@ -213101,7 +213101,7 @@ [ "policy_", { - "_index": 3061, + "_index": 5043, "data": { "manuals/live-update-aws": {} }, @@ -213111,7 +213111,7 @@ [ "poll", { - "_index": 1536, + "_index": 3083, "data": { "manuals/optimization-speed": {}, "ref/stable/dmFileDescriptor": {} @@ -213122,7 +213122,7 @@ [ "poller", { - "_index": 9673, + "_index": 8144, "data": { "ref/stable/dmFileDescriptor": {} }, @@ -213132,7 +213132,7 @@ [ "pollerclearevent", { - "_index": 9674, + "_index": 8145, "data": { "ref/stable/dmFileDescriptor": {} }, @@ -213142,7 +213142,7 @@ [ "pollerhasevent", { - "_index": 9676, + "_index": 8147, "data": { "ref/stable/dmFileDescriptor": {} }, @@ -213152,7 +213152,7 @@ [ "pollerreset", { - "_index": 9677, + "_index": 8148, "data": { "ref/stable/dmFileDescriptor": {} }, @@ -213162,7 +213162,7 @@ [ "pollersetevent", { - "_index": 9678, + "_index": 8149, "data": { "ref/stable/dmFileDescriptor": {} }, @@ -213172,7 +213172,7 @@ [ "pollevent", { - "_index": 9675, + "_index": 8146, "data": { "ref/stable/dmFileDescriptor": {} }, @@ -213182,7 +213182,7 @@ [ "polyglot", { - "_index": 6258, + "_index": 6677, "data": { "assets/defold-polyglot": {} }, @@ -213192,7 +213192,7 @@ [ "polygon", { - "_index": 4829, + "_index": 4555, "data": { "assets/defoldpolygoneditor": {}, "manuals/glossary": {}, @@ -213205,7 +213205,7 @@ [ "polygons", { - "_index": 7913, + "_index": 8551, "data": { "ref/stable/render": {} }, @@ -213215,7 +213215,7 @@ [ "pong", { - "_index": 2514, + "_index": 2475, "data": { "manuals/atlas": {}, "manuals/flipbook-animation": {}, @@ -213230,7 +213230,7 @@ [ "pool", { - "_index": 2073, + "_index": 1054, "data": { "manuals/extensions-defold-sdk": {}, "manuals/factory": {}, @@ -213244,7 +213244,7 @@ [ "pooling", { - "_index": 2642, + "_index": 4352, "data": { "manuals/factory": {} }, @@ -213254,7 +213254,7 @@ [ "poor", { - "_index": 3523, + "_index": 1578, "data": { "manuals/message-passing": {} }, @@ -213264,7 +213264,7 @@ [ "pop", { - "_index": 2042, + "_index": 2827, "data": { "manuals/atlas": {}, "manuals/editor": {}, @@ -213277,7 +213277,7 @@ [ "popen", { - "_index": 8593, + "_index": 9405, "data": { "ref/stable/io": {} }, @@ -213287,7 +213287,7 @@ [ "popped", { - "_index": 8786, + "_index": 10782, "data": { "ref/stable/dmScript": {} }, @@ -213297,7 +213297,7 @@ [ "pops", { - "_index": 8800, + "_index": 10796, "data": { "ref/stable/dmScript": {} }, @@ -213307,7 +213307,7 @@ [ "popular", { - "_index": 1739, + "_index": 4155, "data": { "manuals/application-security": {}, "manuals/porting-guidelines": {}, @@ -213319,7 +213319,7 @@ [ "popularity", { - "_index": 1760, + "_index": 4879, "data": { "manuals/porting-guidelines": {} }, @@ -213329,7 +213329,7 @@ [ "populate", { - "_index": 2135, + "_index": 3380, "data": { "manuals/addressing": {}, "manuals/input-mouse-and-touch": {} @@ -213340,7 +213340,7 @@ [ "populated", { - "_index": 2132, + "_index": 4473, "data": { "manuals/input-mouse-and-touch": {} }, @@ -213350,7 +213350,7 @@ [ "popup", { - "_index": 5388, + "_index": 4719, "data": { "assets/monarch": {}, "manuals/collection-proxy": {} @@ -213361,7 +213361,7 @@ [ "popups", { - "_index": 4717, + "_index": 2255, "data": { "manuals/adapting-graphics-to-screen-size": {} }, @@ -213371,7 +213371,7 @@ [ "port", { - "_index": 4926, + "_index": 2465, "data": { "manuals/extender-docker-images": {}, "manuals/socket-connections": {}, @@ -213387,7 +213387,7 @@ [ "portable", { - "_index": 6567, + "_index": 6636, "data": { "assets/defpfd": {}, "assets/luafilesystemlfs": {}, @@ -213400,7 +213400,7 @@ [ "portal", { - "_index": 2847, + "_index": 3491, "data": { "manuals/application-security": {}, "manuals/camera": {}, @@ -213413,7 +213413,7 @@ [ "ported", { - "_index": 1247, + "_index": 2820, "data": { "manuals/shader": {} }, @@ -213423,7 +213423,7 @@ [ "porting", { - "_index": 1746, + "_index": 4873, "data": { "manuals/porting-guidelines": {} }, @@ -213433,7 +213433,7 @@ [ "portion", { - "_index": 1013, + "_index": 2687, "data": { "assets/safearea": {}, "manuals/shader": {} @@ -213444,7 +213444,7 @@ [ "portrait", { - "_index": 1720, + "_index": 398, "data": { "examples/gui/layouts": {}, "manuals/gui": {}, @@ -213457,7 +213457,7 @@ [ "pos", { - "_index": 1580, + "_index": 1622, "data": { "manuals/building-blocks": {}, "manuals/flash": {}, @@ -213474,7 +213474,7 @@ [ "pos.x", { - "_index": 2015, + "_index": 5973, "data": { "manuals/input": {} }, @@ -213484,7 +213484,7 @@ [ "pos.z", { - "_index": 3328, + "_index": 5122, "data": { "manuals/flash": {} }, @@ -213494,7 +213494,7 @@ [ "position", { - "_index": 466, + "_index": 250, "data": { "assets/sparkle-shader": {}, "examples/basics/z_order": {}, @@ -213561,7 +213561,7 @@ [ "position.x", { - "_index": 4553, + "_index": 6003, "data": { "manuals/building-blocks": {}, "ref/stable/gui": {} @@ -213572,7 +213572,7 @@ [ "position.xyz", { - "_index": 1134, + "_index": 2759, "data": { "manuals/shader": {} }, @@ -213582,7 +213582,7 @@ [ "position.y", { - "_index": 4675, + "_index": 3786, "data": { "manuals/property-animation": {} }, @@ -213592,7 +213592,7 @@ [ "position/rotation", { - "_index": 3164, + "_index": 1145, "data": { "manuals/particlefx": {} }, @@ -213602,7 +213602,7 @@ [ "position_a", { - "_index": 5920, + "_index": 5699, "data": { "manuals/physics-events": {} }, @@ -213612,7 +213612,7 @@ [ "position_b", { - "_index": 5922, + "_index": 5701, "data": { "manuals/physics-events": {} }, @@ -213622,7 +213622,7 @@ [ "positional", { - "_index": 4532, + "_index": 5651, "data": { "manuals/mesh": {}, "ref/stable/go": {}, @@ -213634,7 +213634,7 @@ [ "positioned", { - "_index": 1748, + "_index": 466, "data": { "examples/particles/fire_and_smoke": {}, "manuals/gui": {}, @@ -213647,7 +213647,7 @@ [ "positions", { - "_index": 897, + "_index": 1625, "data": { "manuals/flash": {}, "manuals/glossary": {}, @@ -213665,7 +213665,7 @@ [ "positive", { - "_index": 1640, + "_index": 4832, "data": { "examples/movement/look_at": {}, "manuals/porting-guidelines": {}, @@ -213684,7 +213684,7 @@ [ "positiveness", { - "_index": 8266, + "_index": 7989, "data": { "ref/stable/dmMath": {} }, @@ -213694,7 +213694,7 @@ [ "posix", { - "_index": 7537, + "_index": 9691, "data": { "ref/stable/dmSys": {}, "ref/stable/os": {} @@ -213705,7 +213705,7 @@ [ "possible", { - "_index": 339, + "_index": 109, "data": { "assets/endlessrunner": {}, "assets/navgo": {}, @@ -213776,7 +213776,7 @@ [ "possibly", { - "_index": 3683, + "_index": 1376, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/editor-scripts-ui": {}, @@ -213792,7 +213792,7 @@ [ "post", { - "_index": 2377, + "_index": 1631, "data": { "manuals/addressing": {}, "manuals/ads": {}, @@ -213815,7 +213815,7 @@ [ "postddf", { - "_index": 9540, + "_index": 9178, "data": { "ref/stable/dmGameObject": {} }, @@ -213825,7 +213825,7 @@ [ "posted", { - "_index": 2423, + "_index": 1640, "data": { "manuals/getting-help": {}, "manuals/gui-layouts": {}, @@ -213839,7 +213839,7 @@ [ "posting", { - "_index": 3398, + "_index": 5168, "data": { "assets/pigeon": {}, "manuals/debugging-game-logic": {}, @@ -213851,7 +213851,7 @@ [ "postpone", { - "_index": 5559, + "_index": 5716, "data": { "manuals/resource": {} }, @@ -213861,7 +213861,7 @@ [ "postpones", { - "_index": 703, + "_index": 2531, "data": { "manuals/collection-factory": {}, "manuals/factory": {} @@ -213872,7 +213872,7 @@ [ "posts", { - "_index": 2384, + "_index": 4931, "data": { "manuals/getting-help": {} }, @@ -213882,7 +213882,7 @@ [ "postscriptunrefmessage", { - "_index": 9549, + "_index": 9187, "data": { "ref/stable/dmGameObject": {} }, @@ -213892,7 +213892,7 @@ [ "potential", { - "_index": 1648, + "_index": 4837, "data": { "examples/gui/slice9": {}, "manuals/porting-guidelines": {}, @@ -213904,7 +213904,7 @@ [ "potentially", { - "_index": 1006, + "_index": 2682, "data": { "manuals/shader": {}, "ref/stable/dmArray": {}, @@ -213916,7 +213916,7 @@ [ "pow", { - "_index": 9761, + "_index": 7273, "data": { "ref/stable/math": {} }, @@ -213926,7 +213926,7 @@ [ "power", { - "_index": 2461, + "_index": 2836, "data": { "assets/nakama": {}, "manuals/atlas": {}, @@ -213940,7 +213940,7 @@ [ "powered", { - "_index": 2183, + "_index": 616, "data": { "manuals/html5": {} }, @@ -213950,7 +213950,7 @@ [ "powerful", { - "_index": 2039, + "_index": 1932, "data": { "assets/druid": {}, "assets/whdefrouter": {}, @@ -213970,7 +213970,7 @@ [ "powermanager", { - "_index": 5443, + "_index": 6092, "data": { "manuals/android": {} }, @@ -213980,7 +213980,7 @@ [ "pp", { - "_index": 6640, + "_index": 6625, "data": { "assets/pp": {} }, @@ -213990,7 +213990,7 @@ [ "pprint", { - "_index": 3388, + "_index": 5162, "data": { "manuals/flash": {}, "manuals/physics-events": {}, @@ -214002,7 +214002,7 @@ [ "practice", { - "_index": 2844, + "_index": 1508, "data": { "manuals/addressing": {}, "manuals/application-security": {}, @@ -214017,7 +214017,7 @@ [ "practices", { - "_index": 2866, + "_index": 3887, "data": { "manuals/application-security": {}, "manuals/font": {}, @@ -214029,7 +214029,7 @@ [ "practise", { - "_index": 10511, + "_index": 7956, "data": { "ref/stable/collectionproxy": {} }, @@ -214039,7 +214039,7 @@ [ "pragma", { - "_index": 1146, + "_index": 2767, "data": { "manuals/shader": {} }, @@ -214049,7 +214049,7 @@ [ "pre", { - "_index": 992, + "_index": 1167, "data": { "manuals/glossary": {}, "manuals/optimization-speed": {}, @@ -214063,7 +214063,7 @@ [ "preallocated", { - "_index": 9597, + "_index": 9237, "data": { "ref/stable/dmGameObject": {} }, @@ -214073,7 +214073,7 @@ [ "prebaked", { - "_index": 474, + "_index": 3869, "data": { "manuals/font": {}, "manuals/importing-models": {}, @@ -214085,7 +214085,7 @@ [ "prebuild", { - "_index": 1438, + "_index": 4062, "data": { "manuals/extender-local-setup": {} }, @@ -214095,7 +214095,7 @@ [ "prebuilt", { - "_index": 1419, + "_index": 4045, "data": { "manuals/extender-local-setup": {} }, @@ -214105,7 +214105,7 @@ [ "preceded", { - "_index": 8087, + "_index": 10412, "data": { "ref/stable/socket": {} }, @@ -214115,7 +214115,7 @@ [ "precedence", { - "_index": 4492, + "_index": 597, "data": { "manuals/gui": {}, "ref/stable/render": {} @@ -214126,7 +214126,7 @@ [ "precious", { - "_index": 5476, + "_index": 3622, "data": { "manuals/extensions-best-practices": {} }, @@ -214136,7 +214136,7 @@ [ "precision", { - "_index": 1118, + "_index": 2747, "data": { "manuals/components": {}, "manuals/optimization-speed": {}, @@ -214151,7 +214151,7 @@ [ "precreated", { - "_index": 7408, + "_index": 10343, "data": { "ref/stable/resource": {} }, @@ -214161,7 +214161,7 @@ [ "predefined", { - "_index": 2269, + "_index": 796, "data": { "manuals/editor-scripts-ui": {}, "manuals/glossary": {}, @@ -214177,7 +214177,7 @@ [ "predicate", { - "_index": 2917, + "_index": 1699, "data": { "manuals/material": {}, "manuals/render": {}, @@ -214190,7 +214190,7 @@ [ "predicates", { - "_index": 3619, + "_index": 1695, "data": { "manuals/render": {} }, @@ -214200,7 +214200,7 @@ [ "predicates.gui", { - "_index": 3667, + "_index": 1760, "data": { "manuals/render": {} }, @@ -214210,7 +214210,7 @@ [ "predicates.model_pred", { - "_index": 3657, + "_index": 1750, "data": { "manuals/render": {} }, @@ -214220,7 +214220,7 @@ [ "predicates.particle", { - "_index": 3662, + "_index": 1755, "data": { "manuals/render": {} }, @@ -214230,7 +214230,7 @@ [ "predicates.text", { - "_index": 3669, + "_index": 1762, "data": { "manuals/render": {} }, @@ -214240,7 +214240,7 @@ [ "predicates.tile", { - "_index": 3661, + "_index": 1754, "data": { "manuals/render": {} }, @@ -214250,7 +214250,7 @@ [ "prefabs", { - "_index": 3245, + "_index": 3379, "data": { "assets/scene3d": {}, "manuals/addressing": {}, @@ -214264,7 +214264,7 @@ [ "prefer", { - "_index": 1574, + "_index": 3104, "data": { "manuals/editor-scripts": {}, "manuals/optimization-speed": {}, @@ -214277,7 +214277,7 @@ [ "preferable", { - "_index": 5123, + "_index": 5225, "data": { "manuals/lua": {} }, @@ -214287,7 +214287,7 @@ [ "preferably", { - "_index": 5618, + "_index": 2067, "data": { "manuals/optimization-size": {} }, @@ -214297,7 +214297,7 @@ [ "prefered", { - "_index": 8713, + "_index": 10717, "data": { "ref/stable/dmScript": {} }, @@ -214307,7 +214307,7 @@ [ "preference", { - "_index": 1483, + "_index": 4095, "data": { "manuals/editor-scripts": {}, "manuals/extender-local-setup": {} @@ -214318,7 +214318,7 @@ [ "preferences", { - "_index": 3144, + "_index": 2429, "data": { "manuals/editor": {}, "manuals/editor-keyboard-shortcuts": {}, @@ -214332,7 +214332,7 @@ [ "preferred", { - "_index": 2193, + "_index": 640, "data": { "assets/fontscale": {}, "manuals/addressing": {}, @@ -214349,7 +214349,7 @@ [ "prefix", { - "_index": 1813, + "_index": 3317, "data": { "manuals/gui-template": {}, "manuals/live-update": {}, @@ -214364,7 +214364,7 @@ [ "prefixed", { - "_index": 1084, + "_index": 2721, "data": { "manuals/shader": {}, "ref/stable/sys": {} @@ -214375,7 +214375,7 @@ [ "prefs", { - "_index": 5248, + "_index": 5454, "data": { "manuals/editor-scripts": {} }, @@ -214385,7 +214385,7 @@ [ "preliminary", { - "_index": 6500, + "_index": 6633, "data": { "assets/tactxstudios": {} }, @@ -214395,7 +214395,7 @@ [ "preload", { - "_index": 7307, + "_index": 9352, "data": { "ref/stable/package": {} }, @@ -214405,7 +214405,7 @@ [ "preloader", { - "_index": 6917, + "_index": 8417, "data": { "ref/stable/dmResource": {} }, @@ -214415,7 +214415,7 @@ [ "preloadhint", { - "_index": 6915, + "_index": 8415, "data": { "ref/stable/dmResource": {} }, @@ -214425,7 +214425,7 @@ [ "preloading", { - "_index": 6911, + "_index": 8411, "data": { "ref/stable/dmResource": {} }, @@ -214435,7 +214435,7 @@ [ "premultiplied", { - "_index": 10892, + "_index": 10286, "data": { "ref/stable/image": {} }, @@ -214445,7 +214445,7 @@ [ "premultiply_alpha", { - "_index": 5652, + "_index": 2163, "data": { "manuals/optimization-size": {}, "ref/stable/image": {} @@ -214456,7 +214456,7 @@ [ "prepare", { - "_index": 3425, + "_index": 2964, "data": { "manuals/debugging-native-code-android": {}, "manuals/ios": {}, @@ -214469,7 +214469,7 @@ [ "prepared", { - "_index": 2875, + "_index": 4224, "data": { "manuals/application-security": {}, "manuals/tilemap": {} @@ -214480,7 +214480,7 @@ [ "prepending", { - "_index": 4869, + "_index": 3390, "data": { "manuals/addressing": {} }, @@ -214490,7 +214490,7 @@ [ "preprocessing", { - "_index": 5549, + "_index": 1951, "data": { "manuals/script": {} }, @@ -214500,7 +214500,7 @@ [ "preprocessor", { - "_index": 1077, + "_index": 1952, "data": { "manuals/script": {}, "manuals/shader": {} @@ -214511,7 +214511,7 @@ [ "prescedence", { - "_index": 6779, + "_index": 9705, "data": { "ref/stable/liveupdate": {} }, @@ -214521,7 +214521,7 @@ [ "presedence", { - "_index": 9602, + "_index": 9242, "data": { "ref/stable/dmGameObject": {} }, @@ -214531,7 +214531,7 @@ [ "presence", { - "_index": 6594, + "_index": 6602, "data": { "assets/discordrich": {} }, @@ -214541,7 +214541,7 @@ [ "present", { - "_index": 4207, + "_index": 3246, "data": { "manuals/addressing": {}, "manuals/bob": {}, @@ -214558,7 +214558,7 @@ [ "presentation", { - "_index": 3868, + "_index": 1320, "data": { "manuals/editor-scripts-ui": {} }, @@ -214568,7 +214568,7 @@ [ "presented", { - "_index": 2245, + "_index": 764, "data": { "manuals/html5": {} }, @@ -214578,7 +214578,7 @@ [ "presenting", { - "_index": 3894, + "_index": 1362, "data": { "manuals/editor-scripts-ui": {} }, @@ -214588,7 +214588,7 @@ [ "presents", { - "_index": 4032, + "_index": 4229, "data": { "manuals/profiling": {} }, @@ -214598,7 +214598,7 @@ [ "preserve", { - "_index": 4435, + "_index": 299, "data": { "manuals/gui": {}, "manuals/sprite": {} @@ -214609,7 +214609,7 @@ [ "preserved", { - "_index": 8588, + "_index": 9400, "data": { "ref/stable/go": {}, "ref/stable/io": {} @@ -214620,7 +214620,7 @@ [ "presets", { - "_index": 6318, + "_index": 6321, "data": { "assets/colorlib": {} }, @@ -214630,7 +214630,7 @@ [ "press", { - "_index": 1488, + "_index": 238, "data": { "manuals/android": {}, "manuals/atlas": {}, @@ -214659,7 +214659,7 @@ [ "pressed", { - "_index": 1961, + "_index": 4464, "data": { "examples/gui/drag": {}, "examples/particles/confetti": {}, @@ -214676,7 +214676,7 @@ [ "presseddefault", { - "_index": 10721, + "_index": 8875, "data": { "ref/stable/editor": {} }, @@ -214686,7 +214686,7 @@ [ "presses", { - "_index": 2125, + "_index": 1437, "data": { "manuals/debugging-game-logic": {}, "manuals/editor-scripts-ui": {}, @@ -214701,7 +214701,7 @@ [ "pressing", { - "_index": 2453, + "_index": 1286, "data": { "examples/movement/look_rotation": {}, "manuals/atlas": {}, @@ -214718,7 +214718,7 @@ [ "pretty", { - "_index": 3389, + "_index": 5163, "data": { "assets/colorpicker": {}, "manuals/flash": {}, @@ -214732,7 +214732,7 @@ [ "prevent", { - "_index": 1775, + "_index": 864, "data": { "manuals/android": {}, "manuals/application-security": {}, @@ -214750,7 +214750,7 @@ [ "prevented", { - "_index": 5131, + "_index": 3678, "data": { "manuals/file-access": {} }, @@ -214760,7 +214760,7 @@ [ "preventing", { - "_index": 1970, + "_index": 3658, "data": { "manuals/extensions-best-practices": {}, "manuals/input": {} @@ -214771,7 +214771,7 @@ [ "prevents", { - "_index": 2025, + "_index": 1571, "data": { "manuals/editor-scripts-ui": {}, "manuals/input": {}, @@ -214783,7 +214783,7 @@ [ "preview", { - "_index": 2448, + "_index": 1132, "data": { "assets/camera": {}, "manuals/atlas": {}, @@ -214797,7 +214797,7 @@ [ "previewing", { - "_index": 3159, + "_index": 1130, "data": { "manuals/particlefx": {} }, @@ -214807,7 +214807,7 @@ [ "previourly", { - "_index": 7804, + "_index": 8460, "data": { "ref/stable/render": {} }, @@ -214817,7 +214817,7 @@ [ "previous", { - "_index": 746, + "_index": 560, "data": { "manuals/addressing": {}, "manuals/collection-factory": {}, @@ -214839,7 +214839,7 @@ [ "previously", { - "_index": 1121, + "_index": 2750, "data": { "assets/gamescore": {}, "manuals/editor-scripts": {}, @@ -214861,7 +214861,7 @@ [ "primarily", { - "_index": 3283, + "_index": 1916, "data": { "manuals/flash": {}, "manuals/input-key-and-text": {}, @@ -214873,7 +214873,7 @@ [ "primary", { - "_index": 5371, + "_index": 5852, "data": { "manuals/macos": {}, "ref/stable/sys": {} @@ -214884,7 +214884,7 @@ [ "primitive", { - "_index": 1025, + "_index": 1051, "data": { "manuals/extensions-defold-sdk": {}, "manuals/glossary": {}, @@ -214901,7 +214901,7 @@ [ "primitives", { - "_index": 913, + "_index": 2628, "data": { "manuals/shader": {}, "ref/stable/dmGraphics": {}, @@ -214913,7 +214913,7 @@ [ "primitivetype", { - "_index": 10280, + "_index": 6886, "data": { "ref/stable/dmGraphics": {} }, @@ -214923,7 +214923,7 @@ [ "print", { - "_index": 1500, + "_index": 171, "data": { "manuals/addressing": {}, "manuals/application-security": {}, @@ -214959,7 +214959,7 @@ [ "print/pprint", { - "_index": 7005, + "_index": 7400, "data": { "ref/stable/dmLog": {} }, @@ -214969,7 +214969,7 @@ [ "printable", { - "_index": 8825, + "_index": 10819, "data": { "ref/stable/dmScript": {} }, @@ -214979,7 +214979,7 @@ [ "printed", { - "_index": 7002, + "_index": 7397, "data": { "ref/stable/dmLog": {} }, @@ -214989,7 +214989,7 @@ [ "printer", { - "_index": 6255, + "_index": 6302, "data": { "assets/printer": {} }, @@ -214999,7 +214999,7 @@ [ "printf", { - "_index": 4948, + "_index": 4753, "data": { "manuals/extensions": {}, "ref/stable/dmHash": {}, @@ -215011,7 +215011,7 @@ [ "printing", { - "_index": 4581, + "_index": 5559, "data": { "manuals/debugging-game-logic": {}, "manuals/editor": {}, @@ -215024,7 +215024,7 @@ [ "prints", { - "_index": 3391, + "_index": 3241, "data": { "manuals/bob": {}, "manuals/flash": {}, @@ -215037,7 +215037,7 @@ [ "prio", { - "_index": 9522, + "_index": 9159, "data": { "ref/stable/dmGameObject": {} }, @@ -215047,7 +215047,7 @@ [ "prior", { - "_index": 3817, + "_index": 4383, "data": { "manuals/version-control": {}, "ref/stable/collectionproxy": {}, @@ -215059,7 +215059,7 @@ [ "priority", { - "_index": 5782, + "_index": 3943, "data": { "manuals/live-update-scripting": {}, "ref/stable/liveupdate": {} @@ -215070,7 +215070,7 @@ [ "privacy", { - "_index": 2821, + "_index": 3037, "data": { "manuals/application-security": {}, "manuals/dev-app": {}, @@ -215083,7 +215083,7 @@ [ "private", { - "_index": 1699, + "_index": 3217, "data": { "manuals/application-security": {}, "manuals/bob": {}, @@ -215096,7 +215096,7 @@ [ "private/var/folders/m5/bcw7ykhd6vq9lwjzq1mkp8j00000gn/t/job4836347589046353012/upload/videoplayer/src", { - "_index": 6088, + "_index": 4911, "data": { "manuals/debugging-native-code-ios": {} }, @@ -215106,7 +215106,7 @@ [ "pro", { - "_index": 3121, + "_index": 2149, "data": { "manuals/editor-styling": {}, "manuals/optimization-size": {} @@ -215117,7 +215117,7 @@ [ "probability", { - "_index": 6661, + "_index": 6349, "data": { "assets/dicebag": {} }, @@ -215127,7 +215127,7 @@ [ "probably", { - "_index": 1206, + "_index": 2801, "data": { "manuals/debugging-game-logic": {}, "manuals/editor-scripts": {}, @@ -215143,7 +215143,7 @@ [ "probe", { - "_index": 5519, + "_index": 3843, "data": { "manuals/physics": {} }, @@ -215153,7 +215153,7 @@ [ "problem", { - "_index": 2379, + "_index": 995, "data": { "assets/apkx": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -215175,7 +215175,7 @@ [ "problematic", { - "_index": 5101, + "_index": 5203, "data": { "manuals/lua": {} }, @@ -215185,7 +215185,7 @@ [ "problems", { - "_index": 1518, + "_index": 3074, "data": { "manuals/debugging-game-logic": {}, "manuals/design": {}, @@ -215203,7 +215203,7 @@ [ "procedural", { - "_index": 2937, + "_index": 4570, "data": { "manuals/compute": {}, "manuals/glossary": {} @@ -215214,7 +215214,7 @@ [ "procedurally", { - "_index": 2944, + "_index": 5271, "data": { "assets/blip": {}, "manuals/compute": {} @@ -215225,7 +215225,7 @@ [ "procedure", { - "_index": 8284, + "_index": 8739, "data": { "ref/stable/dmSSLSocket": {} }, @@ -215235,7 +215235,7 @@ [ "procedures", { - "_index": 6499, + "_index": 6632, "data": { "assets/tactxstudios": {} }, @@ -215245,7 +215245,7 @@ [ "proceed", { - "_index": 3450, + "_index": 2053, "data": { "manuals/ads": {}, "manuals/importing-models": {}, @@ -215259,7 +215259,7 @@ [ "process", { - "_index": 1074, + "_index": 633, "data": { "manuals/android": {}, "manuals/application-security": {}, @@ -215296,7 +215296,7 @@ [ "process's", { - "_index": 5239, + "_index": 5445, "data": { "manuals/editor-scripts": {} }, @@ -215306,7 +215306,7 @@ [ "processed", { - "_index": 2755, + "_index": 4129, "data": { "manuals/application-security": {}, "ref/stable/go": {} @@ -215317,7 +215317,7 @@ [ "processes", { - "_index": 4077, + "_index": 4276, "data": { "manuals/glossary": {}, "manuals/profiling": {}, @@ -215329,7 +215329,7 @@ [ "processing", { - "_index": 2924, + "_index": 3141, "data": { "assets/imp": {}, "assets/pp": {}, @@ -215343,7 +215343,7 @@ [ "processor", { - "_index": 5445, + "_index": 4554, "data": { "manuals/android": {}, "manuals/glossary": {} @@ -215354,7 +215354,7 @@ [ "produce", { - "_index": 934, + "_index": 1361, "data": { "manuals/compute": {}, "manuals/debugging-native-code": {}, @@ -215374,7 +215374,7 @@ [ "produced", { - "_index": 930, + "_index": 2638, "data": { "manuals/shader": {}, "ref/stable/liveupdate": {}, @@ -215386,7 +215386,7 @@ [ "produces", { - "_index": 6227, + "_index": 6180, "data": { "examples/factory/basic": {}, "ref/stable/dmScript": {}, @@ -215398,7 +215398,7 @@ [ "product", { - "_index": 3451, + "_index": 2989, "data": { "manuals/ios": {}, "ref/stable/dmVMath": {}, @@ -215410,7 +215410,7 @@ [ "production", { - "_index": 4316, + "_index": 5950, "data": { "manuals/design": {} }, @@ -215420,7 +215420,7 @@ [ "products", { - "_index": 1351, + "_index": 4004, "data": { "manuals/extender-local-setup": {} }, @@ -215430,7 +215430,7 @@ [ "professional", { - "_index": 4315, + "_index": 5949, "data": { "manuals/design": {} }, @@ -215440,7 +215440,7 @@ [ "profi", { - "_index": 4063, + "_index": 4263, "data": { "manuals/profiling": {} }, @@ -215450,7 +215450,7 @@ [ "profile", { - "_index": 1464, + "_index": 2155, "data": { "manuals/bob": {}, "manuals/debugging-game-and-system-logs": {}, @@ -215471,7 +215471,7 @@ [ "profiled", { - "_index": 2650, + "_index": 2903, "data": { "manuals/gui-layouts": {} }, @@ -215481,7 +215481,7 @@ [ "profiler", { - "_index": 561, + "_index": 1858, "data": { "assets/defpro": {}, "examples/debug/profile": {}, @@ -215501,7 +215501,7 @@ [ "profiler.enable_ui", { - "_index": 4031, + "_index": 4228, "data": { "manuals/profiling": {}, "ref/stable/profiler": {} @@ -215512,7 +215512,7 @@ [ "profiler.get_cpu_usage", { - "_index": 10835, + "_index": 10193, "data": { "ref/stable/profiler": {} }, @@ -215522,7 +215522,7 @@ [ "profiler.get_memory_usage", { - "_index": 10840, + "_index": 10198, "data": { "ref/stable/profiler": {} }, @@ -215532,7 +215532,7 @@ [ "profiler.html", { - "_index": 4086, + "_index": 4285, "data": { "manuals/profiling": {} }, @@ -215542,7 +215542,7 @@ [ "profiler.log_text", { - "_index": 10846, + "_index": 10204, "data": { "ref/stable/profiler": {} }, @@ -215552,7 +215552,7 @@ [ "profiler.mode_pause", { - "_index": 10848, + "_index": 10206, "data": { "ref/stable/profiler": {} }, @@ -215562,7 +215562,7 @@ [ "profiler.mode_record", { - "_index": 10850, + "_index": 10208, "data": { "ref/stable/profiler": {} }, @@ -215572,7 +215572,7 @@ [ "profiler.mode_run", { - "_index": 10852, + "_index": 10210, "data": { "ref/stable/profiler": {} }, @@ -215582,7 +215582,7 @@ [ "profiler.mode_show_peak_frame", { - "_index": 10855, + "_index": 10213, "data": { "ref/stable/profiler": {} }, @@ -215592,7 +215592,7 @@ [ "profiler.recorded_frame_count", { - "_index": 10857, + "_index": 10215, "data": { "ref/stable/profiler": {} }, @@ -215602,7 +215602,7 @@ [ "profiler.scope_begin", { - "_index": 10859, + "_index": 10217, "data": { "ref/stable/profiler": {} }, @@ -215612,7 +215612,7 @@ [ "profiler.scope_end", { - "_index": 10861, + "_index": 10219, "data": { "ref/stable/profiler": {} }, @@ -215622,7 +215622,7 @@ [ "profiler.set_ui_mode", { - "_index": 4033, + "_index": 4230, "data": { "manuals/profiling": {}, "ref/stable/profiler": {} @@ -215633,7 +215633,7 @@ [ "profiler.set_ui_view_mode", { - "_index": 4034, + "_index": 4231, "data": { "manuals/profiling": {}, "ref/stable/profiler": {} @@ -215644,7 +215644,7 @@ [ "profiler.set_ui_vsync_wait_visible", { - "_index": 10871, + "_index": 10229, "data": { "ref/stable/profiler": {} }, @@ -215654,7 +215654,7 @@ [ "profiler.view_mode_full", { - "_index": 10869, + "_index": 10227, "data": { "ref/stable/profiler": {} }, @@ -215664,7 +215664,7 @@ [ "profiler.view_mode_minimized", { - "_index": 10870, + "_index": 10228, "data": { "ref/stable/profiler": {} }, @@ -215674,7 +215674,7 @@ [ "profiler.view_recorded_frame", { - "_index": 4035, + "_index": 4232, "data": { "manuals/profiling": {}, "ref/stable/profiler": {} @@ -215685,7 +215685,7 @@ [ "profilers", { - "_index": 4070, + "_index": 4269, "data": { "manuals/profiling": {} }, @@ -215695,7 +215695,7 @@ [ "profiles", { - "_index": 1485, + "_index": 2902, "data": { "manuals/bob": {}, "manuals/extender-docker-images": {}, @@ -215710,7 +215710,7 @@ [ "profiling", { - "_index": 4062, + "_index": 4262, "data": { "manuals/glossary": {}, "manuals/profiling": {}, @@ -215722,7 +215722,7 @@ [ "prog", { - "_index": 8594, + "_index": 9406, "data": { "ref/stable/io": {} }, @@ -215732,7 +215732,7 @@ [ "program", { - "_index": 972, + "_index": 2657, "data": { "examples/sprite/tint": {}, "manuals/compute": {}, @@ -215761,7 +215761,7 @@ [ "programmatic", { - "_index": 2084, + "_index": 1070, "data": { "manuals/extensions-defold-sdk": {}, "manuals/live-update-aws": {} @@ -215772,7 +215772,7 @@ [ "programmatically", { - "_index": 2910, + "_index": 279, "data": { "manuals/addressing": {}, "manuals/gui": {}, @@ -215785,7 +215785,7 @@ [ "programmed", { - "_index": 3587, + "_index": 5604, "data": { "manuals/introduction": {} }, @@ -215795,7 +215795,7 @@ [ "programmer", { - "_index": 932, + "_index": 2641, "data": { "manuals/compute": {}, "manuals/lua": {}, @@ -215807,7 +215807,7 @@ [ "programming", { - "_index": 1181, + "_index": 2786, "data": { "assets/defold-oop": {}, "manuals/glossary": {}, @@ -215821,7 +215821,7 @@ [ "programs", { - "_index": 871, + "_index": 2614, "data": { "manuals/compute": {}, "manuals/introduction": {}, @@ -215836,7 +215836,7 @@ [ "programs_", { - "_index": 4136, + "_index": 5931, "data": { "manuals/model": {} }, @@ -215846,7 +215846,7 @@ [ "progress", { - "_index": 5665, + "_index": 2186, "data": { "examples/animation/cursor": {}, "examples/gui/progress": {}, @@ -215858,7 +215858,7 @@ [ "progresses", { - "_index": 2874, + "_index": 4223, "data": { "manuals/application-security": {} }, @@ -215868,7 +215868,7 @@ [ "proguard", { - "_index": 4931, + "_index": 4734, "data": { "manuals/extensions": {} }, @@ -215878,7 +215878,7 @@ [ "proj", { - "_index": 4774, + "_index": 3997, "data": { "manuals/physics-resolving-collisions": {}, "ref/stable/render": {} @@ -215889,7 +215889,7 @@ [ "project", { - "_index": 391, + "_index": 91, "data": { "assets/3deforms": {}, "assets/apkverifier": {}, @@ -215974,7 +215974,7 @@ [ "projected", { - "_index": 966, + "_index": 2653, "data": { "manuals/glossary": {}, "manuals/shader": {}, @@ -215986,7 +215986,7 @@ [ "projecting", { - "_index": 4760, + "_index": 3985, "data": { "manuals/physics-resolving-collisions": {} }, @@ -215996,7 +215996,7 @@ [ "projection", { - "_index": 959, + "_index": 1687, "data": { "examples/render/camera": {}, "examples/render/orbit_camera": {}, @@ -216019,7 +216019,7 @@ [ "projections", { - "_index": 4776, + "_index": 3999, "data": { "manuals/physics-resolving-collisions": {} }, @@ -216029,7 +216029,7 @@ [ "projectis_file", { - "_index": 10657, + "_index": 8811, "data": { "ref/stable/editor": {} }, @@ -216039,7 +216039,7 @@ [ "projects", { - "_index": 442, + "_index": 837, "data": { "assets/defold-mobilehtml5-typing": {}, "assets/defold-polyglot": {}, @@ -216060,7 +216060,7 @@ [ "projecttitle.apk.symbols/lib", { - "_index": 4793, + "_index": 4981, "data": { "manuals/debugging-native-code": {} }, @@ -216070,7 +216070,7 @@ [ "project\u2019s", { - "_index": 5832, + "_index": 5580, "data": { "manuals/editor": {} }, @@ -216080,7 +216080,7 @@ [ "prometheus", { - "_index": 2736, + "_index": 4113, "data": { "assets/prometheus": {}, "manuals/application-security": {} @@ -216091,7 +216091,7 @@ [ "prompt", { - "_index": 5402, + "_index": 5589, "data": { "manuals/android": {}, "manuals/editor": {} @@ -216102,7 +216102,7 @@ [ "prompted", { - "_index": 2219, + "_index": 698, "data": { "manuals/android": {}, "manuals/html5": {}, @@ -216114,7 +216114,7 @@ [ "prop", { - "_index": 3863, + "_index": 1313, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -216125,7 +216125,7 @@ [ "prop_color", { - "_index": 9305, + "_index": 7824, "data": { "ref/stable/gui": {} }, @@ -216135,7 +216135,7 @@ [ "prop_euler", { - "_index": 9306, + "_index": 7825, "data": { "ref/stable/gui": {} }, @@ -216145,7 +216145,7 @@ [ "prop_fill_angle", { - "_index": 9307, + "_index": 7826, "data": { "ref/stable/gui": {} }, @@ -216155,7 +216155,7 @@ [ "prop_inner_radius", { - "_index": 9308, + "_index": 7827, "data": { "ref/stable/gui": {} }, @@ -216165,7 +216165,7 @@ [ "prop_leading", { - "_index": 9309, + "_index": 7828, "data": { "ref/stable/gui": {} }, @@ -216175,7 +216175,7 @@ [ "prop_outline", { - "_index": 9310, + "_index": 7829, "data": { "ref/stable/gui": {} }, @@ -216185,7 +216185,7 @@ [ "prop_position", { - "_index": 9311, + "_index": 7830, "data": { "ref/stable/gui": {} }, @@ -216195,7 +216195,7 @@ [ "prop_rotation", { - "_index": 9312, + "_index": 7831, "data": { "ref/stable/gui": {} }, @@ -216205,7 +216205,7 @@ [ "prop_scale", { - "_index": 9313, + "_index": 7832, "data": { "ref/stable/gui": {} }, @@ -216215,7 +216215,7 @@ [ "prop_shadow", { - "_index": 9314, + "_index": 7833, "data": { "ref/stable/gui": {} }, @@ -216225,7 +216225,7 @@ [ "prop_size", { - "_index": 9315, + "_index": 7834, "data": { "ref/stable/gui": {} }, @@ -216235,7 +216235,7 @@ [ "prop_slice9", { - "_index": 9316, + "_index": 7835, "data": { "ref/stable/gui": {} }, @@ -216245,7 +216245,7 @@ [ "prop_tracking", { - "_index": 9317, + "_index": 7836, "data": { "ref/stable/gui": {} }, @@ -216255,7 +216255,7 @@ [ "propagate", { - "_index": 10614, + "_index": 7331, "data": { "ref/stable/collectionfactory": {} }, @@ -216265,7 +216265,7 @@ [ "propagated", { - "_index": 5396, + "_index": 4727, "data": { "manuals/collection-proxy": {}, "ref/stable/base": {} @@ -216276,7 +216276,7 @@ [ "propagates", { - "_index": 7246, + "_index": 8721, "data": { "ref/stable/base": {}, "ref/stable/coroutine": {} @@ -216287,7 +216287,7 @@ [ "proper", { - "_index": 4619, + "_index": 5889, "data": { "manuals/debugging-game-logic": {}, "ref/stable/dmConfigFile": {}, @@ -216300,7 +216300,7 @@ [ "properly", { - "_index": 3161, + "_index": 467, "data": { "examples/movement/look_rotation": {}, "manuals/debugging-native-code-ios": {}, @@ -216320,7 +216320,7 @@ [ "properties", { - "_index": 44, + "_index": 92, "data": { "assets/googleanalyticsforfirebase": {}, "examples/gui/slice9": {}, @@ -216382,7 +216382,7 @@ [ "property", { - "_index": 50, + "_index": 175, "data": { "examples/animation/easing": {}, "examples/physics/dynamic": {}, @@ -216434,7 +216434,7 @@ [ "property_result_ok", { - "_index": 9449, + "_index": 9085, "data": { "ref/stable/dmGameObject": {} }, @@ -216444,7 +216444,7 @@ [ "propertycontainerbuilderparams", { - "_index": 9598, + "_index": 9238, "data": { "ref/stable/dmGameObject": {} }, @@ -216454,7 +216454,7 @@ [ "propertycontainercopy", { - "_index": 9594, + "_index": 9234, "data": { "ref/stable/dmGameObject": {} }, @@ -216464,7 +216464,7 @@ [ "propertycontainercreate", { - "_index": 9595, + "_index": 9235, "data": { "ref/stable/dmGameObject": {} }, @@ -216474,7 +216474,7 @@ [ "propertycontainercreatebuilder", { - "_index": 9596, + "_index": 9236, "data": { "ref/stable/dmGameObject": {} }, @@ -216484,7 +216484,7 @@ [ "propertycontainerdestroy", { - "_index": 9599, + "_index": 9239, "data": { "ref/stable/dmGameObject": {} }, @@ -216494,7 +216494,7 @@ [ "propertycontainermerge", { - "_index": 9601, + "_index": 9241, "data": { "ref/stable/dmGameObject": {} }, @@ -216504,7 +216504,7 @@ [ "propertycontainerpushbool", { - "_index": 9603, + "_index": 9243, "data": { "ref/stable/dmGameObject": {} }, @@ -216514,7 +216514,7 @@ [ "propertycontainerpushfloat", { - "_index": 9604, + "_index": 9244, "data": { "ref/stable/dmGameObject": {} }, @@ -216524,7 +216524,7 @@ [ "propertycontainerpushhash", { - "_index": 9605, + "_index": 9245, "data": { "ref/stable/dmGameObject": {} }, @@ -216534,7 +216534,7 @@ [ "propertycontainerpushquat", { - "_index": 9606, + "_index": 9246, "data": { "ref/stable/dmGameObject": {} }, @@ -216544,7 +216544,7 @@ [ "propertycontainerpushurl", { - "_index": 9608, + "_index": 9248, "data": { "ref/stable/dmGameObject": {} }, @@ -216554,7 +216554,7 @@ [ "propertycontainerpushurlstring", { - "_index": 9609, + "_index": 9249, "data": { "ref/stable/dmGameObject": {} }, @@ -216564,7 +216564,7 @@ [ "propertycontainerpushvector3", { - "_index": 9610, + "_index": 9250, "data": { "ref/stable/dmGameObject": {} }, @@ -216574,7 +216574,7 @@ [ "propertycontainerpushvector4", { - "_index": 9612, + "_index": 9252, "data": { "ref/stable/dmGameObject": {} }, @@ -216584,7 +216584,7 @@ [ "propertydesc", { - "_index": 9613, + "_index": 9253, "data": { "ref/stable/dmGameObject": {} }, @@ -216594,7 +216594,7 @@ [ "propertyoptions", { - "_index": 9622, + "_index": 9263, "data": { "ref/stable/dmGameObject": {} }, @@ -216604,7 +216604,7 @@ [ "propertyresult", { - "_index": 9626, + "_index": 9266, "data": { "ref/stable/dmGameObject": {} }, @@ -216614,7 +216614,7 @@ [ "propertys", { - "_index": 9623, + "_index": 9264, "data": { "ref/stable/dmGameObject": {} }, @@ -216624,7 +216624,7 @@ [ "propertytype", { - "_index": 9627, + "_index": 9267, "data": { "ref/stable/dmGameObject": {} }, @@ -216634,7 +216634,7 @@ [ "propertyvaluetype", { - "_index": 9619, + "_index": 9260, "data": { "ref/stable/dmGameObject": {} }, @@ -216644,7 +216644,7 @@ [ "propertyvar", { - "_index": 9628, + "_index": 9268, "data": { "ref/stable/dmGameObject": {} }, @@ -216654,7 +216654,7 @@ [ "proportional", { - "_index": 3211, + "_index": 1237, "data": { "manuals/particlefx": {} }, @@ -216664,7 +216664,7 @@ [ "proportions", { - "_index": 2272, + "_index": 802, "data": { "manuals/html5": {} }, @@ -216674,7 +216674,7 @@ [ "proprietary", { - "_index": 6364, + "_index": 6718, "data": { "assets/fmod": {} }, @@ -216684,7 +216684,7 @@ [ "props", { - "_index": 2363, + "_index": 1297, "data": { "manuals/editor-scripts-ui": {}, "manuals/script-properties": {}, @@ -216696,7 +216696,7 @@ [ "props.first_name", { - "_index": 3995, + "_index": 1538, "data": { "manuals/editor-scripts-ui": {} }, @@ -216706,7 +216706,7 @@ [ "props.last_name", { - "_index": 3997, + "_index": 1540, "data": { "manuals/editor-scripts-ui": {} }, @@ -216716,7 +216716,7 @@ [ "props.name", { - "_index": 3983, + "_index": 1522, "data": { "manuals/editor-scripts-ui": {} }, @@ -216726,7 +216726,7 @@ [ "props.title", { - "_index": 3958, + "_index": 1468, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -216737,7 +216737,7 @@ [ "protect", { - "_index": 1192, + "_index": 2794, "data": { "manuals/application-security": {}, "manuals/shader": {}, @@ -216749,7 +216749,7 @@ [ "protected", { - "_index": 5423, + "_index": 6074, "data": { "manuals/android": {}, "ref/stable/base": {}, @@ -216761,7 +216761,7 @@ [ "protecting", { - "_index": 2807, + "_index": 4170, "data": { "manuals/application-security": {} }, @@ -216771,7 +216771,7 @@ [ "protection", { - "_index": 3520, + "_index": 3069, "data": { "manuals/android": {}, "manuals/ios": {} @@ -216782,7 +216782,7 @@ [ "proto", { - "_index": 6507, + "_index": 6285, "data": { "assets/defold-proto": {}, "assets/protobuf": {} @@ -216793,7 +216793,7 @@ [ "protobuf", { - "_index": 6506, + "_index": 6286, "data": { "assets/defold-proto": {}, "assets/protobuf": {} @@ -216804,7 +216804,7 @@ [ "protocol", { - "_index": 6363, + "_index": 6416, "data": { "assets/googleanalytics": {}, "assets/protobuf": {}, @@ -216817,7 +216817,7 @@ [ "protocols", { - "_index": 2831, + "_index": 4189, "data": { "manuals/application-security": {} }, @@ -216827,7 +216827,7 @@ [ "protools", { - "_index": 3831, + "_index": 4395, "data": { "manuals/version-control": {} }, @@ -216837,7 +216837,7 @@ [ "prototype", { - "_index": 685, + "_index": 2524, "data": { "assets/3deforms": {}, "assets/scene3d": {}, @@ -216858,7 +216858,7 @@ [ "prototypes", { - "_index": 4862, + "_index": 3378, "data": { "examples/factory/dynamic": {}, "manuals/addressing": {}, @@ -216870,7 +216870,7 @@ [ "protoype", { - "_index": 6221, + "_index": 6185, "data": { "examples/factory/dynamic": {} }, @@ -216880,7 +216880,7 @@ [ "provide", { - "_index": 349, + "_index": 910, "data": { "assets/googleplaygameservices": {}, "manuals/android": {}, @@ -216913,7 +216913,7 @@ [ "provided", { - "_index": 270, + "_index": 1929, "data": { "assets/illumination": {}, "manuals/application-security": {}, @@ -216946,7 +216946,7 @@ [ "provider", { - "_index": 4259, + "_index": 3793, "data": { "manuals/macos": {}, "manuals/microsoft-xbox": {} @@ -216957,7 +216957,7 @@ [ "providers", { - "_index": 5752, + "_index": 2265, "data": { "manuals/ads": {} }, @@ -216967,7 +216967,7 @@ [ "provides", { - "_index": 2038, + "_index": 758, "data": { "assets/cafebazaar": {}, "assets/defold-cognito": {}, @@ -217017,7 +217017,7 @@ [ "providing", { - "_index": 1577, + "_index": 3107, "data": { "assets/define": {}, "manuals/android": {}, @@ -217035,7 +217035,7 @@ [ "provision", { - "_index": 3429, + "_index": 2970, "data": { "manuals/ios": {} }, @@ -217045,7 +217045,7 @@ [ "provisioning", { - "_index": 3420, + "_index": 2959, "data": { "manuals/debugging-game-and-system-logs": {}, "manuals/dev-app": {}, @@ -217057,7 +217057,7 @@ [ "proxies", { - "_index": 2006, + "_index": 1637, "data": { "examples/collection/proxy": {}, "examples/collection/splash": {}, @@ -217078,7 +217078,7 @@ [ "proxy", { - "_index": 662, + "_index": 1878, "data": { "examples/factory/dynamic": {}, "manuals/application-lifecycle": {}, @@ -217100,7 +217100,7 @@ [ "proxy.collection", { - "_index": 6100, + "_index": 6174, "data": { "examples/collection/proxy": {} }, @@ -217110,7 +217110,7 @@ [ "proxy_loaded", { - "_index": 5807, + "_index": 3971, "data": { "manuals/live-update-scripting": {}, "ref/stable/collectionproxy": {} @@ -217121,7 +217121,7 @@ [ "proxy_unloaded", { - "_index": 10522, + "_index": 7970, "data": { "ref/stable/collectionproxy": {} }, @@ -217131,7 +217131,7 @@ [ "ps4", { - "_index": 5058, + "_index": 5991, "data": { "manuals/sony-playstation": {} }, @@ -217141,7 +217141,7 @@ [ "ps4/ps5", { - "_index": 1473, + "_index": 4087, "data": { "manuals/extender-local-setup": {} }, @@ -217151,7 +217151,7 @@ [ "ps5", { - "_index": 5059, + "_index": 5992, "data": { "manuals/sony-playstation": {} }, @@ -217161,7 +217161,7 @@ [ "psd", { - "_index": 3830, + "_index": 4394, "data": { "manuals/version-control": {} }, @@ -217171,7 +217171,7 @@ [ "pseudo", { - "_index": 9766, + "_index": 7278, "data": { "ref/stable/math": {} }, @@ -217181,7 +217181,7 @@ [ "pseudorandom", { - "_index": 6539, + "_index": 6600, "data": { "assets/rand16": {} }, @@ -217191,7 +217191,7 @@ [ "ptr", { - "_index": 6864, + "_index": 6798, "data": { "ref/stable/dmAtomic": {}, "ref/stable/dmGraphics": {}, @@ -217203,7 +217203,7 @@ [ "public", { - "_index": 265, + "_index": 3218, "data": { "manuals/application-security": {}, "manuals/bob": {}, @@ -217220,7 +217220,7 @@ [ "public/private", { - "_index": 6823, + "_index": 9747, "data": { "ref/stable/liveupdate": {} }, @@ -217230,7 +217230,7 @@ [ "publish", { - "_index": 1817, + "_index": 3318, "data": { "manuals/editor-scripts": {}, "manuals/importing-assets": {}, @@ -217244,7 +217244,7 @@ [ "published", { - "_index": 4186, + "_index": 3216, "data": { "manuals/bob": {} }, @@ -217254,7 +217254,7 @@ [ "publishers", { - "_index": 6579, + "_index": 6700, "data": { "assets/gamedistribution": {} }, @@ -217264,7 +217264,7 @@ [ "publishing", { - "_index": 5336, + "_index": 5821, "data": { "manuals/macos": {}, "ref/stable/liveupdate": {} @@ -217275,7 +217275,7 @@ [ "pull", { - "_index": 1405, + "_index": 4034, "data": { "manuals/extender-local-setup": {}, "manuals/version-control": {} @@ -217286,7 +217286,7 @@ [ "pulled", { - "_index": 3803, + "_index": 4373, "data": { "manuals/version-control": {} }, @@ -217296,7 +217296,7 @@ [ "pulling", { - "_index": 1403, + "_index": 4033, "data": { "manuals/extender-local-setup": {}, "manuals/version-control": {} @@ -217307,7 +217307,7 @@ [ "pulls", { - "_index": 2909, + "_index": 4404, "data": { "manuals/material": {}, "manuals/resource": {}, @@ -217319,7 +217319,7 @@ [ "pulses", { - "_index": 10526, + "_index": 7974, "data": { "ref/stable/collectionproxy": {} }, @@ -217329,7 +217329,7 @@ [ "punch", { - "_index": 1735, + "_index": 1575, "data": { "manuals/message-passing": {}, "manuals/porting-guidelines": {} @@ -217340,7 +217340,7 @@ [ "purchase", { - "_index": 6617, + "_index": 6478, "data": { "assets/cafebazaar": {} }, @@ -217350,7 +217350,7 @@ [ "purchases", { - "_index": 5757, + "_index": 2275, "data": { "assets/cafebazaar": {}, "assets/crypto_iap": {}, @@ -217363,7 +217363,7 @@ [ "purchasing", { - "_index": 6408, + "_index": 6355, "data": { "assets/crypto_iap": {} }, @@ -217373,7 +217373,7 @@ [ "pure", { - "_index": 3971, + "_index": 1494, "data": { "assets/acidrain": {}, "manuals/editor-scripts-ui": {}, @@ -217385,7 +217385,7 @@ [ "purpose", { - "_index": 917, + "_index": 2630, "data": { "assets/log": {}, "examples/movement/look_rotation": {}, @@ -217400,7 +217400,7 @@ [ "purposeful", { - "_index": 5813, + "_index": 5558, "data": { "manuals/editor": {} }, @@ -217410,7 +217410,7 @@ [ "purposes", { - "_index": 3515, + "_index": 3064, "data": { "manuals/ios": {}, "ref/stable/render": {}, @@ -217422,7 +217422,7 @@ [ "push", { - "_index": 3818, + "_index": 4384, "data": { "assets/push": {}, "assets/rustore-push": {}, @@ -217438,7 +217438,7 @@ [ "pusharray", { - "_index": 10063, + "_index": 7438, "data": { "ref/stable/dmArray": {} }, @@ -217448,7 +217448,7 @@ [ "pushbuffer", { - "_index": 8788, + "_index": 10784, "data": { "ref/stable/dmScript": {} }, @@ -217458,7 +217458,7 @@ [ "pushes", { - "_index": 3843, + "_index": 4405, "data": { "examples/particles/modifiers": {}, "manuals/version-control": {}, @@ -217470,7 +217470,7 @@ [ "pushhash", { - "_index": 8790, + "_index": 10786, "data": { "ref/stable/dmScript": {} }, @@ -217480,7 +217480,7 @@ [ "pushing", { - "_index": 3797, + "_index": 4368, "data": { "manuals/version-control": {} }, @@ -217490,7 +217490,7 @@ [ "pushmatrix4", { - "_index": 8792, + "_index": 10788, "data": { "ref/stable/dmScript": {} }, @@ -217500,7 +217500,7 @@ [ "pushquat", { - "_index": 8794, + "_index": 10790, "data": { "ref/stable/dmScript": {} }, @@ -217510,7 +217510,7 @@ [ "pushvector3", { - "_index": 8796, + "_index": 10792, "data": { "ref/stable/dmScript": {} }, @@ -217520,7 +217520,7 @@ [ "pushvector4", { - "_index": 8798, + "_index": 10794, "data": { "ref/stable/dmScript": {} }, @@ -217530,7 +217530,7 @@ [ "put", { - "_index": 790, + "_index": 2649, "data": { "manuals/addressing": {}, "manuals/building-blocks": {}, @@ -217555,7 +217555,7 @@ [ "puts", { - "_index": 3558, + "_index": 1653, "data": { "manuals/message-passing": {} }, @@ -217565,7 +217565,7 @@ [ "putting", { - "_index": 1125, + "_index": 2753, "data": { "manuals/addressing": {}, "manuals/compute": {}, @@ -217579,7 +217579,7 @@ [ "puzzled", { - "_index": 4840, + "_index": 3349, "data": { "manuals/addressing": {} }, @@ -217589,7 +217589,7 @@ [ "pwd", { - "_index": 1426, + "_index": 4051, "data": { "manuals/extender-local-setup": {} }, @@ -217599,7 +217599,7 @@ [ "px0", { - "_index": 7345, + "_index": 10313, "data": { "ref/stable/resource": {} }, @@ -217609,7 +217609,7 @@ [ "px1", { - "_index": 7347, + "_index": 10315, "data": { "ref/stable/resource": {} }, @@ -217619,7 +217619,7 @@ [ "pxn", { - "_index": 7349, + "_index": 10317, "data": { "ref/stable/resource": {} }, @@ -217629,7 +217629,7 @@ [ "py0", { - "_index": 7346, + "_index": 10314, "data": { "ref/stable/resource": {} }, @@ -217639,7 +217639,7 @@ [ "py1", { - "_index": 7348, + "_index": 10316, "data": { "ref/stable/resource": {} }, @@ -217649,7 +217649,7 @@ [ "pyn", { - "_index": 7350, + "_index": 10318, "data": { "ref/stable/resource": {} }, @@ -217659,7 +217659,7 @@ [ "python", { - "_index": 2196, + "_index": 651, "data": { "manuals/html5": {}, "manuals/introduction": {}, @@ -217671,7 +217671,7 @@ [ "python3", { - "_index": 2200, + "_index": 655, "data": { "manuals/html5": {} }, @@ -217681,7 +217681,7 @@ [ "q", { - "_index": 7696, + "_index": 6992, "data": { "ref/stable/dmVMath": {}, "ref/stable/string": {}, @@ -217693,7 +217693,7 @@ [ "qa", { - "_index": 1801, + "_index": 3309, "data": { "manuals/live-update": {} }, @@ -217703,7 +217703,7 @@ [ "qdw\",\"zk0tekf", { - "_index": 2745, + "_index": 4121, "data": { "manuals/application-security": {} }, @@ -217713,7 +217713,7 @@ [ "qr", { - "_index": 6287, + "_index": 6586, "data": { "assets/qrcode": {} }, @@ -217723,7 +217723,7 @@ [ "qrcode", { - "_index": 6286, + "_index": 6585, "data": { "assets/qrcode": {} }, @@ -217733,7 +217733,7 @@ [ "quad", { - "_index": 516, + "_index": 4522, "data": { "manuals/model-animation": {} }, @@ -217743,7 +217743,7 @@ [ "quadrant", { - "_index": 9727, + "_index": 7238, "data": { "ref/stable/math": {} }, @@ -217753,7 +217753,7 @@ [ "quadratic", { - "_index": 8992, + "_index": 7644, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -217764,7 +217764,7 @@ [ "qualifier", { - "_index": 2664, + "_index": 2914, "data": { "manuals/gui-layouts": {}, "ref/stable/render": {} @@ -217775,7 +217775,7 @@ [ "quality", { - "_index": 1259, + "_index": 2122, "data": { "assets/gamedistribution": {}, "manuals/optimization": {}, @@ -217790,7 +217790,7 @@ [ "quantities", { - "_index": 5122, + "_index": 5224, "data": { "manuals/lua": {} }, @@ -217800,7 +217800,7 @@ [ "quartic", { - "_index": 8995, + "_index": 7646, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -217811,7 +217811,7 @@ [ "quat", { - "_index": 7704, + "_index": 7008, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmScript": {}, @@ -217825,7 +217825,7 @@ [ "quat_axis_angle", { - "_index": 8360, + "_index": 7065, "data": { "ref/stable/vmath": {} }, @@ -217835,7 +217835,7 @@ [ "quat_basis", { - "_index": 8362, + "_index": 7067, "data": { "ref/stable/vmath": {} }, @@ -217845,7 +217845,7 @@ [ "quat_from_to", { - "_index": 8364, + "_index": 7069, "data": { "ref/stable/vmath": {} }, @@ -217855,7 +217855,7 @@ [ "quat_look_rotation", { - "_index": 6164, + "_index": 6124, "data": { "examples/movement/look_rotation": {} }, @@ -217865,7 +217865,7 @@ [ "quat_matrix4", { - "_index": 8367, + "_index": 7072, "data": { "ref/stable/vmath": {} }, @@ -217875,7 +217875,7 @@ [ "quat_rotation_x", { - "_index": 8369, + "_index": 7074, "data": { "ref/stable/vmath": {} }, @@ -217885,7 +217885,7 @@ [ "quat_rotation_y", { - "_index": 8371, + "_index": 7076, "data": { "ref/stable/vmath": {} }, @@ -217895,7 +217895,7 @@ [ "quat_rotation_z", { - "_index": 8373, + "_index": 7078, "data": { "ref/stable/vmath": {} }, @@ -217905,7 +217905,7 @@ [ "quaternion", { - "_index": 2100, + "_index": 1099, "data": { "examples/movement/look_rotation": {}, "manuals/extensions-defold-sdk": {}, @@ -217924,7 +217924,7 @@ [ "quaternions", { - "_index": 7697, + "_index": 7006, "data": { "ref/stable/dmVMath": {}, "ref/stable/vmath": {} @@ -217935,7 +217935,7 @@ [ "queried", { - "_index": 8412, + "_index": 7136, "data": { "ref/stable/string": {}, "ref/stable/sys": {} @@ -217946,7 +217946,7 @@ [ "queries", { - "_index": 8927, + "_index": 9754, "data": { "ref/stable/b2d.body": {}, "ref/stable/base": {}, @@ -217958,7 +217958,7 @@ [ "query", { - "_index": 4745, + "_index": 4698, "data": { "manuals/editor-scripts": {}, "manuals/gui-template": {}, @@ -217977,7 +217977,7 @@ [ "querying", { - "_index": 5194, + "_index": 5402, "data": { "manuals/editor-scripts": {} }, @@ -217987,7 +217987,7 @@ [ "quest", { - "_index": 2169, + "_index": 4493, "data": { "assets/whquestdef": {}, "manuals/input-mouse-and-touch": {} @@ -217998,7 +217998,7 @@ [ "question", { - "_index": 2418, + "_index": 4947, "data": { "manuals/getting-help": {} }, @@ -218008,7 +218008,7 @@ [ "question/issue", { - "_index": 2381, + "_index": 4928, "data": { "manuals/getting-help": {} }, @@ -218018,7 +218018,7 @@ [ "questions", { - "_index": 2383, + "_index": 4930, "data": { "manuals/flash": {}, "manuals/getting-help": {} @@ -218029,7 +218029,7 @@ [ "queue", { - "_index": 3554, + "_index": 1645, "data": { "manuals/message-passing": {}, "ref/stable/dmGraphics": {}, @@ -218041,7 +218041,7 @@ [ "queued", { - "_index": 8098, + "_index": 10419, "data": { "ref/stable/socket": {} }, @@ -218051,7 +218051,7 @@ [ "quick", { - "_index": 5623, + "_index": 2088, "data": { "assets/dirtylarry": {}, "assets/quickbutton": {}, @@ -218067,7 +218067,7 @@ [ "quickbutton", { - "_index": 6691, + "_index": 6513, "data": { "assets/quickbutton": {} }, @@ -218077,7 +218077,7 @@ [ "quickly", { - "_index": 447, + "_index": 3581, "data": { "assets/scene3d": {}, "manuals/building-blocks": {}, @@ -218091,7 +218091,7 @@ [ "quintic", { - "_index": 8998, + "_index": 7648, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -218102,7 +218102,7 @@ [ "quite", { - "_index": 673, + "_index": 480, "data": { "manuals/ads": {}, "manuals/collection-factory": {}, @@ -218122,7 +218122,7 @@ [ "quits", { - "_index": 5945, + "_index": 1970, "data": { "manuals/editor-preferences": {} }, @@ -218132,7 +218132,7 @@ [ "quitting", { - "_index": 8606, + "_index": 9363, "data": { "ref/stable/engine": {} }, @@ -218142,7 +218142,7 @@ [ "quot", { - "_index": 10125, + "_index": 7129, "data": { "ref/stable/string": {} }, @@ -218152,7 +218152,7 @@ [ "quot;#collisionobject"", { - "_index": 7055, + "_index": 7467, "data": { "ref/stable/physics": {} }, @@ -218162,7 +218162,7 @@ [ "quot;$name", { - "_index": 10151, + "_index": 7158, "data": { "ref/stable/string": {} }, @@ -218172,7 +218172,7 @@ [ "quot;%0", { - "_index": 10137, + "_index": 7143, "data": { "ref/stable/string": {} }, @@ -218182,7 +218182,7 @@ [ "quot;%1", { - "_index": 10134, + "_index": 7139, "data": { "ref/stable/string": {} }, @@ -218192,7 +218192,7 @@ [ "quot;%2", { - "_index": 10139, + "_index": 7145, "data": { "ref/stable/string": {} }, @@ -218202,7 +218202,7 @@ [ "quot;%a+"", { - "_index": 10122, + "_index": 7126, "data": { "ref/stable/string": {} }, @@ -218212,7 +218212,7 @@ [ "quot;%w+"", { - "_index": 10136, + "_index": 7142, "data": { "ref/stable/string": {} }, @@ -218222,7 +218222,7 @@ [ "quot;./?.lua;./?.lc;/usr/local/?/init.lua"", { - "_index": 7270, + "_index": 9319, "data": { "ref/stable/package": {} }, @@ -218232,7 +218232,7 @@ [ "quot;./?.so;./?.dll;/usr/local/?/init.so"", { - "_index": 7275, + "_index": 9324, "data": { "ref/stable/package": {} }, @@ -218242,7 +218242,7 @@ [ "quot;4+5", { - "_index": 10146, + "_index": 7153, "data": { "ref/stable/string": {} }, @@ -218252,7 +218252,7 @@ [ "quot;5.1"", { - "_index": 10150, + "_index": 7157, "data": { "ref/stable/string": {} }, @@ -218262,7 +218262,7 @@ [ "quot;a", { - "_index": 10114, + "_index": 7117, "data": { "ref/stable/string": {} }, @@ -218272,7 +218272,7 @@ [ "quot;bullet"", { - "_index": 7067, + "_index": 7479, "data": { "ref/stable/physics": {} }, @@ -218282,7 +218282,7 @@ [ "quot;enemy"", { - "_index": 7056, + "_index": 7468, "data": { "ref/stable/physics": {} }, @@ -218292,7 +218292,7 @@ [ "quot;from", { - "_index": 10123, + "_index": 7127, "data": { "ref/stable/string": {} }, @@ -218302,7 +218302,7 @@ [ "quot;hello", { - "_index": 10120, + "_index": 7124, "data": { "ref/stable/string": {} }, @@ -218312,7 +218312,7 @@ [ "quot;home", { - "_index": 10142, + "_index": 7148, "data": { "ref/stable/string": {} }, @@ -218322,7 +218322,7 @@ [ "quot;lua", { - "_index": 10153, + "_index": 7160, "data": { "ref/stable/string": {} }, @@ -218332,7 +218332,7 @@ [ "quot;lua"", { - "_index": 10149, + "_index": 7156, "data": { "ref/stable/string": {} }, @@ -218342,7 +218342,7 @@ [ "quot;my_box_shape"", { - "_index": 7125, + "_index": 7533, "data": { "ref/stable/physics": {} }, @@ -218352,7 +218352,7 @@ [ "quot;my_capsule_shape"", { - "_index": 7123, + "_index": 7531, "data": { "ref/stable/physics": {} }, @@ -218362,7 +218362,7 @@ [ "quot;my_sphere_shape"", { - "_index": 7074, + "_index": 7486, "data": { "ref/stable/physics": {} }, @@ -218372,7 +218372,7 @@ [ "quot;quotes"", { - "_index": 10112, + "_index": 7115, "data": { "ref/stable/string": {} }, @@ -218382,7 +218382,7 @@ [ "quot;quotes\\"", { - "_index": 10115, + "_index": 7118, "data": { "ref/stable/string": {} }, @@ -218392,7 +218392,7 @@ [ "quot;test"", { - "_index": 7146, + "_index": 7551, "data": { "ref/stable/physics": {} }, @@ -218402,7 +218402,7 @@ [ "quot;world", { - "_index": 10140, + "_index": 7146, "data": { "ref/stable/string": {} }, @@ -218412,7 +218412,7 @@ [ "quotations", { - "_index": 1147, + "_index": 2768, "data": { "manuals/shader": {} }, @@ -218422,7 +218422,7 @@ [ "quotes", { - "_index": 10107, + "_index": 7109, "data": { "ref/stable/string": {} }, @@ -218432,7 +218432,7 @@ [ "quotient", { - "_index": 9744, + "_index": 7255, "data": { "ref/stable/math": {} }, @@ -218442,7 +218442,7 @@ [ "r", { - "_index": 2667, + "_index": 2918, "data": { "manuals/bob": {}, "manuals/editor": {}, @@ -218457,7 +218457,7 @@ [ "r1", { - "_index": 7594, + "_index": 9793, "data": { "ref/stable/dmTransform": {} }, @@ -218467,7 +218467,7 @@ [ "r2", { - "_index": 7595, + "_index": 9794, "data": { "ref/stable/dmTransform": {} }, @@ -218477,7 +218477,7 @@ [ "r_q", { - "_index": 2668, + "_index": 2919, "data": { "manuals/gui-layouts": {} }, @@ -218487,7 +218487,7 @@ [ "rad", { - "_index": 9765, + "_index": 7277, "data": { "ref/stable/math": {} }, @@ -218497,7 +218497,7 @@ [ "radial", { - "_index": 3212, + "_index": 1238, "data": { "examples/particles/fire_and_smoke": {}, "manuals/particlefx": {} @@ -218508,7 +218508,7 @@ [ "radially", { - "_index": 3154, + "_index": 1122, "data": { "manuals/particlefx": {} }, @@ -218518,7 +218518,7 @@ [ "radians", { - "_index": 7080, + "_index": 7019, "data": { "ref/stable/b2d.body": {}, "ref/stable/camera": {}, @@ -218532,7 +218532,7 @@ [ "radians/s", { - "_index": 7032, + "_index": 7444, "data": { "ref/stable/physics": {} }, @@ -218542,7 +218542,7 @@ [ "radians/second", { - "_index": 8865, + "_index": 10046, "data": { "ref/stable/b2d.body": {} }, @@ -218552,7 +218552,7 @@ [ "radio", { - "_index": 6556, + "_index": 6407, "data": { "assets/gooey": {} }, @@ -218562,7 +218562,7 @@ [ "radius", { - "_index": 4436, + "_index": 303, "data": { "examples/particles/fire_and_smoke": {}, "manuals/gui": {}, @@ -218577,7 +218577,7 @@ [ "rain", { - "_index": 5869, + "_index": 4586, "data": { "assets/acidrain": {}, "manuals/glossary": {} @@ -218588,7 +218588,7 @@ [ "raise", { - "_index": 7367, + "_index": 10335, "data": { "ref/stable/resource": {}, "ref/stable/socket": {} @@ -218599,7 +218599,7 @@ [ "raised", { - "_index": 7334, + "_index": 9032, "data": { "ref/stable/json": {}, "ref/stable/resource": {}, @@ -218612,7 +218612,7 @@ [ "raises", { - "_index": 6978, + "_index": 9398, "data": { "ref/stable/base": {}, "ref/stable/debug": {}, @@ -218625,7 +218625,7 @@ [ "raising", { - "_index": 5216, + "_index": 5423, "data": { "manuals/editor-scripts": {} }, @@ -218635,7 +218635,7 @@ [ "rand", { - "_index": 9767, + "_index": 7279, "data": { "ref/stable/math": {} }, @@ -218645,7 +218645,7 @@ [ "rand16", { - "_index": 6538, + "_index": 6599, "data": { "assets/rand16": {} }, @@ -218655,7 +218655,7 @@ [ "random", { - "_index": 3182, + "_index": 1176, "data": { "assets/pcg-random": {}, "assets/pcgrandom": {}, @@ -218674,7 +218674,7 @@ [ "randomly", { - "_index": 3196, + "_index": 1201, "data": { "manuals/particlefx": {} }, @@ -218684,7 +218684,7 @@ [ "randomseed", { - "_index": 9771, + "_index": 7285, "data": { "ref/stable/math": {} }, @@ -218694,7 +218694,7 @@ [ "range", { - "_index": 2497, + "_index": 513, "data": { "assets/druid": {}, "assets/googleplaygameservices": {}, @@ -218729,7 +218729,7 @@ [ "ranging", { - "_index": 2848, + "_index": 4201, "data": { "manuals/application-security": {}, "ref/stable/render": {} @@ -218740,7 +218740,7 @@ [ "rare", { - "_index": 2218, + "_index": 697, "data": { "manuals/debugging": {}, "manuals/html5": {} @@ -218751,7 +218751,7 @@ [ "rasterization", { - "_index": 1024, + "_index": 2693, "data": { "manuals/shader": {} }, @@ -218761,7 +218761,7 @@ [ "rate", { - "_index": 1709, + "_index": 1220, "data": { "examples/particles/confetti": {}, "examples/particles/fire_and_smoke": {}, @@ -218784,7 +218784,7 @@ [ "ratings", { - "_index": 6540, + "_index": 6366, "data": { "assets/review": {}, "assets/rustore-review": {} @@ -218795,7 +218795,7 @@ [ "ratio", { - "_index": 1712, + "_index": 404, "data": { "examples/material/screenspace": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -218817,7 +218817,7 @@ [ "ratios", { - "_index": 1715, + "_index": 4863, "data": { "manuals/porting-guidelines": {} }, @@ -218827,7 +218827,7 @@ [ "raw", { - "_index": 1949, + "_index": 823, "data": { "assets/screenshot": {}, "manuals/application-security": {}, @@ -218847,7 +218847,7 @@ [ "rawequal", { - "_index": 10424, + "_index": 10644, "data": { "ref/stable/base": {} }, @@ -218857,7 +218857,7 @@ [ "rawget", { - "_index": 10426, + "_index": 10646, "data": { "ref/stable/base": {} }, @@ -218867,7 +218867,7 @@ [ "rawset", { - "_index": 10428, + "_index": 10648, "data": { "ref/stable/base": {} }, @@ -218877,7 +218877,7 @@ [ "ray", { - "_index": 5392, + "_index": 1000, "data": { "assets/defold-tile-raycast": {}, "examples/movement/look_at": {}, @@ -218894,7 +218894,7 @@ [ "ray's", { - "_index": 5913, + "_index": 5692, "data": { "manuals/physics-events": {} }, @@ -218904,7 +218904,7 @@ [ "ray_cast_missed", { - "_index": 5915, + "_index": 5694, "data": { "manuals/physics-events": {}, "ref/stable/physics": {} @@ -218915,7 +218915,7 @@ [ "ray_cast_request", { - "_index": 7147, + "_index": 7552, "data": { "ref/stable/physics": {} }, @@ -218925,7 +218925,7 @@ [ "ray_cast_response", { - "_index": 5910, + "_index": 1024, "data": { "manuals/physics-events": {}, "manuals/physics-ray-casts": {}, @@ -218937,7 +218937,7 @@ [ "ray_casts", { - "_index": 3720, + "_index": 1846, "data": { "manuals/render": {} }, @@ -218947,7 +218947,7 @@ [ "raycast", { - "_index": 5911, + "_index": 5690, "data": { "assets/defold-tile-raycast": {}, "manuals/physics-events": {}, @@ -218959,7 +218959,7 @@ [ "raycast_async", { - "_index": 7098, + "_index": 7508, "data": { "ref/stable/physics": {} }, @@ -218969,7 +218969,7 @@ [ "raycasts", { - "_index": 6150, + "_index": 6211, "data": { "examples/physics/raycast": {} }, @@ -218979,7 +218979,7 @@ [ "rays", { - "_index": 5933, + "_index": 1004, "data": { "manuals/physics-ray-casts": {} }, @@ -218989,7 +218989,7 @@ [ "rc,gc,bc,ac", { - "_index": 7853, + "_index": 8503, "data": { "ref/stable/render": {} }, @@ -218999,7 +218999,7 @@ [ "rd", { - "_index": 7888, + "_index": 8524, "data": { "ref/stable/render": {} }, @@ -219009,7 +219009,7 @@ [ "rd,gd,bd,ad", { - "_index": 7851, + "_index": 8501, "data": { "ref/stable/render": {} }, @@ -219019,7 +219019,7 @@ [ "rd/kr,gd/kg,bd/kb,ad/ka", { - "_index": 7871, + "_index": 8517, "data": { "ref/stable/render": {} }, @@ -219029,7 +219029,7 @@ [ "re", { - "_index": 1551, + "_index": 1305, "data": { "manuals/editor-scripts-ui": {}, "manuals/live-update": {}, @@ -219044,7 +219044,7 @@ [ "reach", { - "_index": 2019, + "_index": 3795, "data": { "manuals/design": {}, "manuals/flash": {}, @@ -219057,7 +219057,7 @@ [ "reached", { - "_index": 9091, + "_index": 7937, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -219068,7 +219068,7 @@ [ "reaches", { - "_index": 5561, + "_index": 5718, "data": { "manuals/resource": {} }, @@ -219078,7 +219078,7 @@ [ "reaching", { - "_index": 2026, + "_index": 1148, "data": { "manuals/input": {}, "manuals/particlefx": {} @@ -219089,7 +219089,7 @@ [ "react", { - "_index": 2000, + "_index": 1455, "data": { "manuals/building-blocks": {}, "manuals/editor-scripts-ui": {}, @@ -219106,7 +219106,7 @@ [ "reacting", { - "_index": 8955, + "_index": 9845, "data": { "ref/stable/go": {} }, @@ -219116,7 +219116,7 @@ [ "reaction", { - "_index": 3553, + "_index": 1644, "data": { "manuals/message-passing": {}, "manuals/physics-joints": {}, @@ -219128,7 +219128,7 @@ [ "reactive", { - "_index": 1534, + "_index": 1451, "data": { "manuals/editor-scripts-ui": {}, "manuals/optimization-speed": {} @@ -219139,7 +219139,7 @@ [ "reactivity", { - "_index": 3948, + "_index": 1448, "data": { "manuals/editor-scripts-ui": {} }, @@ -219149,7 +219149,7 @@ [ "reacts", { - "_index": 6144, + "_index": 6206, "data": { "examples/physics/hinge_joint": {}, "examples/physics/pendulum": {}, @@ -219161,7 +219161,7 @@ [ "read", { - "_index": 384, + "_index": 1884, "data": { "assets/gyro": {}, "examples/animation/easing": {}, @@ -219216,7 +219216,7 @@ [ "read_external_storage", { - "_index": 5009, + "_index": 4613, "data": { "manuals/extensions-manifest-merge-tool": {} }, @@ -219226,7 +219226,7 @@ [ "read_phone_state", { - "_index": 5008, + "_index": 4612, "data": { "manuals/extensions-manifest-merge-tool": {}, "ref/stable/sys": {} @@ -219237,7 +219237,7 @@ [ "readable", { - "_index": 2758, + "_index": 4133, "data": { "manuals/application-security": {}, "ref/stable/dmScript": {} @@ -219248,7 +219248,7 @@ [ "readble", { - "_index": 8020, + "_index": 9811, "data": { "ref/stable/dmExtension": {} }, @@ -219258,7 +219258,7 @@ [ "readelf", { - "_index": 4279, + "_index": 5511, "data": { "manuals/debugging-native-code-android": {} }, @@ -219268,7 +219268,7 @@ [ "reading", { - "_index": 2987, + "_index": 3583, "data": { "manuals/compute": {}, "manuals/debugging-game-and-system-logs": {}, @@ -219285,7 +219285,7 @@ [ "reads", { - "_index": 4876, + "_index": 3400, "data": { "examples/movement/look_at": {}, "examples/sprite/size": {}, @@ -219301,7 +219301,7 @@ [ "ready", { - "_index": 708, + "_index": 2533, "data": { "assets/googleplaygameservices": {}, "assets/illumination": {}, @@ -219320,7 +219320,7 @@ [ "real", { - "_index": 1505, + "_index": 2568, "data": { "assets/defquest": {}, "assets/rive": {}, @@ -219342,7 +219342,7 @@ [ "realistic", { - "_index": 2949, + "_index": 5136, "data": { "manuals/compute": {}, "manuals/flash": {} @@ -219353,7 +219353,7 @@ [ "really", { - "_index": 1552, + "_index": 3092, "data": { "manuals/compute": {}, "manuals/editor-scripts": {}, @@ -219367,7 +219367,7 @@ [ "realtime", { - "_index": 6437, + "_index": 6353, "data": { "assets/nakama": {} }, @@ -219377,7 +219377,7 @@ [ "reason", { - "_index": 2577, + "_index": 485, "data": { "manuals/debugging-native-code": {}, "manuals/editor-scripts": {}, @@ -219392,7 +219392,7 @@ [ "reasonable", { - "_index": 4696, + "_index": 2225, "data": { "manuals/adapting-graphics-to-screen-size": {}, "ref/stable/base": {}, @@ -219405,7 +219405,7 @@ [ "reasonably", { - "_index": 5649, + "_index": 2153, "data": { "manuals/optimization-size": {} }, @@ -219415,7 +219415,7 @@ [ "reasons", { - "_index": 817, + "_index": 3673, "data": { "manuals/file-access": {}, "manuals/glossary": {}, @@ -219430,7 +219430,7 @@ [ "reboot", { - "_index": 4969, + "_index": 4774, "data": { "manuals/extensions": {}, "ref/stable/liveupdate": {}, @@ -219442,7 +219442,7 @@ [ "rebooted", { - "_index": 6824, + "_index": 9748, "data": { "ref/stable/liveupdate": {} }, @@ -219452,7 +219452,7 @@ [ "reboots", { - "_index": 8383, + "_index": 9515, "data": { "ref/stable/sys": {} }, @@ -219462,7 +219462,7 @@ [ "rebuild", { - "_index": 2863, + "_index": 4215, "data": { "manuals/application-security": {} }, @@ -219472,7 +219472,7 @@ [ "recalculates", { - "_index": 7134, + "_index": 7541, "data": { "ref/stable/physics": {} }, @@ -219482,7 +219482,7 @@ [ "receive", { - "_index": 1963, + "_index": 716, "data": { "manuals/addressing": {}, "manuals/editor-scripts": {}, @@ -219510,7 +219510,7 @@ [ "received", { - "_index": 735, + "_index": 2548, "data": { "manuals/collection-factory": {}, "manuals/editor-scripts": {}, @@ -219536,7 +219536,7 @@ [ "received/sent", { - "_index": 8565, + "_index": 10170, "data": { "ref/stable/http": {} }, @@ -219546,7 +219546,7 @@ [ "receivefrom", { - "_index": 8157, + "_index": 10468, "data": { "ref/stable/socket": {} }, @@ -219556,7 +219556,7 @@ [ "receiver", { - "_index": 6878, + "_index": 7319, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmMessage": {}, @@ -219568,7 +219568,7 @@ [ "receives", { - "_index": 2678, + "_index": 1307, "data": { "examples/material/noise": {}, "manuals/collection-proxy": {}, @@ -219591,7 +219591,7 @@ [ "receiving", { - "_index": 2153, + "_index": 4483, "data": { "assets/websocket": {}, "manuals/android": {}, @@ -219608,7 +219608,7 @@ [ "recent", { - "_index": 436, + "_index": 3578, "data": { "manuals/project-setup": {} }, @@ -219618,7 +219618,7 @@ [ "recently", { - "_index": 445, + "_index": 3580, "data": { "manuals/project-setup": {} }, @@ -219628,7 +219628,7 @@ [ "recipient", { - "_index": 3548, + "_index": 1633, "data": { "manuals/glossary": {}, "manuals/message-passing": {}, @@ -219640,7 +219640,7 @@ [ "recipient's", { - "_index": 3555, + "_index": 1647, "data": { "manuals/message-passing": {} }, @@ -219650,7 +219650,7 @@ [ "recipients", { - "_index": 3552, + "_index": 1643, "data": { "manuals/message-passing": {} }, @@ -219660,7 +219660,7 @@ [ "recognizes", { - "_index": 4929, + "_index": 4730, "data": { "manuals/extensions": {} }, @@ -219670,7 +219670,7 @@ [ "recommend", { - "_index": 2419, + "_index": 2062, "data": { "manuals/application-security": {}, "manuals/extensions-manifest-merge-tool": {}, @@ -219685,7 +219685,7 @@ [ "recommendation", { - "_index": 5617, + "_index": 2064, "data": { "manuals/optimization-size": {} }, @@ -219695,7 +219695,7 @@ [ "recommended", { - "_index": 34, + "_index": 1866, "data": { "manuals/application-security": {}, "manuals/debugging-game-logic": {}, @@ -219723,7 +219723,7 @@ [ "recompiled", { - "_index": 6018, + "_index": 2386, "data": { "manuals/hot-reload": {} }, @@ -219733,7 +219733,7 @@ [ "recomputed", { - "_index": 10831, + "_index": 8986, "data": { "ref/stable/editor": {} }, @@ -219743,7 +219743,7 @@ [ "reconsider", { - "_index": 5395, + "_index": 4725, "data": { "manuals/collection-proxy": {} }, @@ -219753,7 +219753,7 @@ [ "record", { - "_index": 556, + "_index": 5190, "data": { "manuals/app-manifest": {}, "manuals/lua": {}, @@ -219766,7 +219766,7 @@ [ "recorded", { - "_index": 9925, + "_index": 8664, "data": { "ref/stable/crash": {}, "ref/stable/profiler": {} @@ -219777,7 +219777,7 @@ [ "recorded_frame_count", { - "_index": 10858, + "_index": 10216, "data": { "ref/stable/profiler": {} }, @@ -219787,7 +219787,7 @@ [ "recording", { - "_index": 559, + "_index": 5228, "data": { "manuals/app-manifest": {}, "ref/stable/profiler": {}, @@ -219799,7 +219799,7 @@ [ "records", { - "_index": 10865, + "_index": 10223, "data": { "ref/stable/profiler": {} }, @@ -219809,7 +219809,7 @@ [ "recover", { - "_index": 404, + "_index": 3573, "data": { "manuals/project-setup": {} }, @@ -219819,7 +219819,7 @@ [ "recoverable", { - "_index": 7014, + "_index": 7409, "data": { "ref/stable/dmLog": {} }, @@ -219829,7 +219829,7 @@ [ "recreate", { - "_index": 1702, + "_index": 4860, "data": { "manuals/porting-guidelines": {}, "ref/stable/physics": {} @@ -219840,7 +219840,7 @@ [ "recreated", { - "_index": 1571, + "_index": 3102, "data": { "manuals/optimization-speed": {} }, @@ -219850,7 +219850,7 @@ [ "rectangle", { - "_index": 1038, + "_index": 82, "data": { "examples/material/noise": {}, "examples/material/uvgradient": {}, @@ -219869,7 +219869,7 @@ [ "rectangular", { - "_index": 1613, + "_index": 209, "data": { "examples/physics/dynamic": {}, "examples/physics/kinematic": {}, @@ -219884,7 +219884,7 @@ [ "rects", { - "_index": 6495, + "_index": 6703, "data": { "assets/2dcollisions": {} }, @@ -219894,7 +219894,7 @@ [ "recurse", { - "_index": 9713, + "_index": 9924, "data": { "ref/stable/builtins": {} }, @@ -219904,7 +219904,7 @@ [ "recursively", { - "_index": 8474, + "_index": 7624, "data": { "ref/stable/dmGameObject": {}, "ref/stable/go": {}, @@ -219917,7 +219917,7 @@ [ "recvt", { - "_index": 8186, + "_index": 10497, "data": { "ref/stable/socket": {} }, @@ -219927,7 +219927,7 @@ [ "red", { - "_index": 1207, + "_index": 1257, "data": { "examples/factory/bullets": {}, "examples/factory/dynamic": {}, @@ -219950,7 +219950,7 @@ [ "red/green/blue/alpha", { - "_index": 3206, + "_index": 1227, "data": { "manuals/particlefx": {} }, @@ -219960,7 +219960,7 @@ [ "red_guard", { - "_index": 2599, + "_index": 4314, "data": { "manuals/factory": {} }, @@ -219970,7 +219970,7 @@ [ "redefine", { - "_index": 2319, + "_index": 881, "data": { "manuals/html5": {} }, @@ -219980,7 +219980,7 @@ [ "redirected", { - "_index": 10648, + "_index": 8802, "data": { "ref/stable/editor": {} }, @@ -219990,7 +219990,7 @@ [ "reduce", { - "_index": 14, + "_index": 551, "data": { "manuals/extensions-best-practices": {}, "manuals/gui": {}, @@ -220008,7 +220008,7 @@ [ "reduced", { - "_index": 9708, + "_index": 7220, "data": { "ref/stable/window": {} }, @@ -220018,7 +220018,7 @@ [ "reduces", { - "_index": 1891, + "_index": 1236, "data": { "manuals/particlefx": {}, "manuals/physics-objects": {}, @@ -220030,7 +220030,7 @@ [ "reducing", { - "_index": 1519, + "_index": 2077, "data": { "manuals/optimization-size": {}, "manuals/optimization-speed": {}, @@ -220042,7 +220042,7 @@ [ "ref", { - "_index": 7951, + "_index": 8578, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmScript": {}, @@ -220156,7 +220156,7 @@ [ "refer", { - "_index": 2172, + "_index": 1253, "data": { "examples/file/sys_save_load": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -220185,7 +220185,7 @@ [ "reference", { - "_index": 728, + "_index": 119, "data": { "manuals/building-blocks": {}, "manuals/collection-factory": {}, @@ -220222,7 +220222,7 @@ [ "referenced", { - "_index": 1794, + "_index": 1544, "data": { "examples/factory/dynamic": {}, "manuals/building-blocks": {}, @@ -220245,7 +220245,7 @@ [ "references", { - "_index": 321, + "_index": 760, "data": { "manuals/collection-factory": {}, "manuals/factory": {}, @@ -220262,7 +220262,7 @@ [ "referencing", { - "_index": 6101, + "_index": 6171, "data": { "examples/collection/proxy": {}, "examples/collection/splash": {}, @@ -220275,7 +220275,7 @@ [ "referred", { - "_index": 3252, + "_index": 5065, "data": { "manuals/flash": {}, "manuals/physics-joints": {}, @@ -220289,7 +220289,7 @@ [ "referrer", { - "_index": 6732, + "_index": 6707, "data": { "assets/iac": {} }, @@ -220299,7 +220299,7 @@ [ "referring", { - "_index": 3250, + "_index": 5063, "data": { "manuals/flash": {}, "ref/stable/package": {} @@ -220310,7 +220310,7 @@ [ "refers", { - "_index": 5562, + "_index": 5719, "data": { "manuals/resource": {} }, @@ -220320,7 +220320,7 @@ [ "refininstance", { - "_index": 8833, + "_index": 10826, "data": { "ref/stable/dmScript": {} }, @@ -220330,7 +220330,7 @@ [ "reflected", { - "_index": 1873, + "_index": 2283, "data": { "manuals/physics-objects": {} }, @@ -220340,7 +220340,7 @@ [ "reflecting", { - "_index": 7206, + "_index": 9466, "data": { "ref/stable/dmHid": {} }, @@ -220350,7 +220350,7 @@ [ "reflection", { - "_index": 5849, + "_index": 4544, "data": { "manuals/glossary": {} }, @@ -220360,7 +220360,7 @@ [ "reflections", { - "_index": 6187, + "_index": 6222, "data": { "examples/model/cubemap": {} }, @@ -220370,7 +220370,7 @@ [ "reflects", { - "_index": 5811, + "_index": 5557, "data": { "manuals/editor": {}, "ref/stable/dmGameObject": {}, @@ -220382,7 +220382,7 @@ [ "reframe", { - "_index": 2446, + "_index": 2826, "data": { "manuals/atlas": {} }, @@ -220392,7 +220392,7 @@ [ "refresh", { - "_index": 1708, + "_index": 4862, "data": { "manuals/porting-guidelines": {}, "ref/stable/editor": {}, @@ -220404,7 +220404,7 @@ [ "refused", { - "_index": 8180, + "_index": 10491, "data": { "ref/stable/socket": {} }, @@ -220414,7 +220414,7 @@ [ "refuses", { - "_index": 8143, + "_index": 10454, "data": { "ref/stable/socket": {} }, @@ -220424,7 +220424,7 @@ [ "regard", { - "_index": 3496, + "_index": 3042, "data": { "manuals/ios": {} }, @@ -220434,7 +220434,7 @@ [ "regardless", { - "_index": 1685, + "_index": 1686, "data": { "manuals/extensions-best-practices": {}, "manuals/ios": {}, @@ -220449,7 +220449,7 @@ [ "regexp", { - "_index": 1332, + "_index": 4685, "data": { "manuals/extensions-ext-manifests": {} }, @@ -220459,7 +220459,7 @@ [ "region", { - "_index": 5821, + "_index": 5567, "data": { "manuals/editor": {} }, @@ -220469,7 +220469,7 @@ [ "register", { - "_index": 2080, + "_index": 1063, "data": { "manuals/extensions-defold-sdk": {}, "manuals/nintendo-switch": {}, @@ -220486,7 +220486,7 @@ [ "registercallback", { - "_index": 8007, + "_index": 9798, "data": { "ref/stable/dmExtension": {} }, @@ -220496,7 +220496,7 @@ [ "registered", { - "_index": 3337, + "_index": 3797, "data": { "manuals/editor-scripts": {}, "manuals/extensions": {}, @@ -220517,7 +220517,7 @@ [ "registering", { - "_index": 3415, + "_index": 2948, "data": { "manuals/ios": {}, "ref/stable/dmExtension": {}, @@ -220529,7 +220529,7 @@ [ "registeriosuiapplicationdelegate", { - "_index": 8043, + "_index": 9831, "data": { "ref/stable/dmExtension": {} }, @@ -220539,7 +220539,7 @@ [ "registeronactivitycreatelistener", { - "_index": 7642, + "_index": 8002, "data": { "ref/stable/dmAndroid": {} }, @@ -220549,7 +220549,7 @@ [ "registeronactivityresultlistener", { - "_index": 7646, + "_index": 8006, "data": { "ref/stable/dmAndroid": {} }, @@ -220559,7 +220559,7 @@ [ "registerresourcedecryptionfunction", { - "_index": 6920, + "_index": 8420, "data": { "ref/stable/dmResource": {} }, @@ -220569,7 +220569,7 @@ [ "registers", { - "_index": 5263, + "_index": 5469, "data": { "manuals/editor-scripts": {}, "ref/stable/dmAndroid": {}, @@ -220583,7 +220583,7 @@ [ "registertype", { - "_index": 6923, + "_index": 8422, "data": { "ref/stable/dmResource": {} }, @@ -220593,7 +220593,7 @@ [ "registries__", { - "_index": 1395, + "_index": 4027, "data": { "manuals/extender-local-setup": {} }, @@ -220603,7 +220603,7 @@ [ "registry", { - "_index": 1386, + "_index": 4019, "data": { "manuals/extender-local-setup": {}, "ref/stable/debug": {}, @@ -220615,7 +220615,7 @@ [ "registry/extender", { - "_index": 1409, + "_index": 4038, "data": { "manuals/extender-docker-images": {}, "manuals/extender-local-setup": {} @@ -220626,7 +220626,7 @@ [ "regular", { - "_index": 2984, + "_index": 598, "data": { "manuals/compute": {}, "manuals/debugging-game-logic": {}, @@ -220647,7 +220647,7 @@ [ "regularly", { - "_index": 5815, + "_index": 5561, "data": { "manuals/editor": {} }, @@ -220657,7 +220657,7 @@ [ "related", { - "_index": 852, + "_index": 1261, "data": { "assets/defoldinput": {}, "manuals/editor-scripts-ui": {}, @@ -220681,7 +220681,7 @@ [ "relates", { - "_index": 620, + "_index": 5243, "data": { "manuals/app-manifest": {} }, @@ -220691,7 +220691,7 @@ [ "relation", { - "_index": 4101, + "_index": 4445, "data": { "examples/basics/parent_child": {}, "manuals/building-blocks": {}, @@ -220704,7 +220704,7 @@ [ "relationship", { - "_index": 4719, + "_index": 2257, "data": { "manuals/adapting-graphics-to-screen-size": {} }, @@ -220714,7 +220714,7 @@ [ "relative", { - "_index": 937, + "_index": 385, "data": { "manuals/addressing": {}, "manuals/flash": {}, @@ -220743,7 +220743,7 @@ [ "relative_velocity", { - "_index": 5902, + "_index": 5679, "data": { "manuals/physics-events": {}, "ref/stable/physics": {} @@ -220754,7 +220754,7 @@ [ "relatively", { - "_index": 3361, + "_index": 4392, "data": { "manuals/collection-proxy": {}, "manuals/editor-scripts": {}, @@ -220768,7 +220768,7 @@ [ "relativeon_value_changed", { - "_index": 10727, + "_index": 8881, "data": { "ref/stable/editor": {} }, @@ -220778,7 +220778,7 @@ [ "relativetitle", { - "_index": 10815, + "_index": 8970, "data": { "ref/stable/editor": {} }, @@ -220788,7 +220788,7 @@ [ "release", { - "_index": 1261, + "_index": 1911, "data": { "manuals/bob": {}, "manuals/bundling": {}, @@ -220824,7 +220824,7 @@ [ "release_input_focus", { - "_index": 2029, + "_index": 5977, "data": { "manuals/input": {}, "ref/stable/go": {}, @@ -220836,7 +220836,7 @@ [ "released", { - "_index": 1694, + "_index": 4465, "data": { "manuals/input": {}, "manuals/input-mouse-and-touch": {}, @@ -220855,7 +220855,7 @@ [ "releases", { - "_index": 5890, + "_index": 2344, "data": { "assets/editor-script-check-dependencies-versions": {}, "manuals/working-offline": {}, @@ -220868,7 +220868,7 @@ [ "releasing", { - "_index": 2027, + "_index": 4706, "data": { "manuals/bundling": {}, "manuals/input": {}, @@ -220880,7 +220880,7 @@ [ "relevant", { - "_index": 1960, + "_index": 2030, "data": { "manuals/debugging-game-and-system-logs": {}, "manuals/editor-preferences": {}, @@ -220899,7 +220899,7 @@ [ "relevantly", { - "_index": 3357, + "_index": 5140, "data": { "manuals/flash": {} }, @@ -220909,7 +220909,7 @@ [ "reliability", { - "_index": 8147, + "_index": 10458, "data": { "ref/stable/socket": {} }, @@ -220919,7 +220919,7 @@ [ "reliable", { - "_index": 6719, + "_index": 6438, "data": { "assets/chrono": {} }, @@ -220929,7 +220929,7 @@ [ "relies", { - "_index": 5696, + "_index": 3530, "data": { "manuals/sound": {} }, @@ -220939,7 +220939,7 @@ [ "relieves", { - "_index": 5548, + "_index": 1947, "data": { "manuals/script": {} }, @@ -220949,7 +220949,7 @@ [ "reload", { - "_index": 2223, + "_index": 708, "data": { "manuals/android": {}, "manuals/editor-scripts": {}, @@ -220966,7 +220966,7 @@ [ "reload_resources", { - "_index": 5201, + "_index": 5409, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -220977,7 +220977,7 @@ [ "reloadable", { - "_index": 6477, + "_index": 6333, "data": { "assets/m": {} }, @@ -220987,7 +220987,7 @@ [ "reloaded", { - "_index": 3376, + "_index": 2377, "data": { "manuals/design": {}, "manuals/editor-scripts": {}, @@ -221004,7 +221004,7 @@ [ "reloading", { - "_index": 5283, + "_index": 2370, "data": { "manuals/editor-scripts": {}, "manuals/hot-reload": {} @@ -221015,7 +221015,7 @@ [ "remain", { - "_index": 981, + "_index": 2664, "data": { "manuals/shader": {} }, @@ -221025,7 +221025,7 @@ [ "remainder", { - "_index": 9742, + "_index": 7253, "data": { "ref/stable/math": {} }, @@ -221035,7 +221035,7 @@ [ "remaining", { - "_index": 6816, + "_index": 7362, "data": { "ref/stable/dmArray": {}, "ref/stable/liveupdate": {}, @@ -221048,7 +221048,7 @@ [ "remains", { - "_index": 3069, + "_index": 493, "data": { "manuals/flash": {}, "manuals/gui": {}, @@ -221062,7 +221062,7 @@ [ "remap", { - "_index": 4267, + "_index": 5504, "data": { "manuals/debugging-native-code-android": {} }, @@ -221072,7 +221072,7 @@ [ "remember", { - "_index": 2380, + "_index": 2494, "data": { "examples/movement/look_rotation": {}, "manuals/extensions-best-practices": {}, @@ -221086,7 +221086,7 @@ [ "remote", { - "_index": 785, + "_index": 650, "data": { "assets/firebase-remoteconfig": {}, "manuals/application-security": {}, @@ -221106,7 +221106,7 @@ [ "remote_builder", { - "_index": 4914, + "_index": 4790, "data": { "manuals/extender-docker-images": {} }, @@ -221116,7 +221116,7 @@ [ "remoteconfig", { - "_index": 6254, + "_index": 6376, "data": { "assets/firebase-remoteconfig": {}, "assets/rustore-remoteconfig": {} @@ -221127,7 +221127,7 @@ [ "remotely", { - "_index": 4996, + "_index": 2461, "data": { "manuals/zerobrane": {} }, @@ -221137,7 +221137,7 @@ [ "remotery", { - "_index": 4038, + "_index": 4236, "data": { "manuals/profiling": {} }, @@ -221147,7 +221147,7 @@ [ "remove", { - "_index": 783, + "_index": 1216, "data": { "manuals/application-security": {}, "manuals/caching-assets": {}, @@ -221179,7 +221179,7 @@ [ "remove_mount", { - "_index": 6815, + "_index": 9740, "data": { "ref/stable/liveupdate": {} }, @@ -221189,7 +221189,7 @@ [ "remove_old_mounts", { - "_index": 5767, + "_index": 3926, "data": { "manuals/live-update-scripting": {} }, @@ -221199,7 +221199,7 @@ [ "removed", { - "_index": 3373, + "_index": 2095, "data": { "manuals/extensions-best-practices": {}, "manuals/flash": {}, @@ -221224,7 +221224,7 @@ [ "removefile", { - "_index": 6924, + "_index": 8423, "data": { "ref/stable/dmResource": {} }, @@ -221234,7 +221234,7 @@ [ "removehandler", { - "_index": 7612, + "_index": 10017, "data": { "ref/stable/dmWebServer": {} }, @@ -221244,7 +221244,7 @@ [ "removenamedconstant", { - "_index": 7492, + "_index": 10869, "data": { "ref/stable/dmRender": {} }, @@ -221254,7 +221254,7 @@ [ "removes", { - "_index": 5564, + "_index": 5721, "data": { "manuals/resource": {}, "ref/stable/base": {}, @@ -221270,7 +221270,7 @@ [ "removing", { - "_index": 5481, + "_index": 3631, "data": { "manuals/extensions-best-practices": {}, "ref/stable/liveupdate": {} @@ -221281,7 +221281,7 @@ [ "rename", { - "_index": 2479, + "_index": 2850, "data": { "manuals/atlas": {}, "manuals/editor": {}, @@ -221296,7 +221296,7 @@ [ "renames", { - "_index": 8550, + "_index": 9946, "data": { "ref/stable/os": {} }, @@ -221306,7 +221306,7 @@ [ "render", { - "_index": 867, + "_index": 429, "data": { "assets/defold-rendy": {}, "assets/derez": {}, @@ -221347,7 +221347,7 @@ [ "render.blend_one_minus_src_alpha", { - "_index": 3653, + "_index": 1745, "data": { "manuals/render": {} }, @@ -221357,7 +221357,7 @@ [ "render.blend_src_alpha", { - "_index": 3652, + "_index": 1744, "data": { "manuals/render": {} }, @@ -221367,7 +221367,7 @@ [ "render.buffer_color0_bit", { - "_index": 3700, + "_index": 1809, "data": { "manuals/render": {} }, @@ -221377,7 +221377,7 @@ [ "render.clear", { - "_index": 3641, + "_index": 1733, "data": { "manuals/render": {}, "ref/stable/render": {} @@ -221388,7 +221388,7 @@ [ "render.constant_buffer", { - "_index": 2912, + "_index": 5294, "data": { "manuals/compute": {}, "manuals/material": {}, @@ -221400,7 +221400,7 @@ [ "render.delete_render_target", { - "_index": 7792, + "_index": 8453, "data": { "ref/stable/render": {} }, @@ -221410,7 +221410,7 @@ [ "render.disable_material", { - "_index": 3699, + "_index": 1802, "data": { "manuals/render": {}, "ref/stable/render": {} @@ -221421,7 +221421,7 @@ [ "render.disable_state", { - "_index": 3658, + "_index": 1751, "data": { "manuals/render": {}, "ref/stable/render": {} @@ -221432,7 +221432,7 @@ [ "render.disable_texture", { - "_index": 7802, + "_index": 8458, "data": { "ref/stable/render": {} }, @@ -221442,7 +221442,7 @@ [ "render.dispatch_compute", { - "_index": 2980, + "_index": 5292, "data": { "manuals/compute": {}, "ref/stable/render": {} @@ -221453,7 +221453,7 @@ [ "render.draw", { - "_index": 2914, + "_index": 1749, "data": { "manuals/material": {}, "manuals/model": {}, @@ -221466,7 +221466,7 @@ [ "render.draw_debug3d", { - "_index": 3663, + "_index": 1756, "data": { "manuals/debugging-game-logic": {}, "manuals/render": {}, @@ -221478,7 +221478,7 @@ [ "render.enable_material", { - "_index": 3694, + "_index": 1796, "data": { "manuals/render": {}, "ref/stable/render": {} @@ -221489,7 +221489,7 @@ [ "render.enable_state", { - "_index": 3654, + "_index": 1746, "data": { "manuals/model": {}, "manuals/render": {}, @@ -221501,7 +221501,7 @@ [ "render.enable_texture", { - "_index": 2974, + "_index": 1808, "data": { "manuals/compute": {}, "manuals/render": {}, @@ -221513,7 +221513,7 @@ [ "render.frustum_planes_all", { - "_index": 7808, + "_index": 8466, "data": { "ref/stable/render": {} }, @@ -221523,7 +221523,7 @@ [ "render.frustum_planes_sides", { - "_index": 7807, + "_index": 8465, "data": { "ref/stable/render": {} }, @@ -221533,7 +221533,7 @@ [ "render.get_height", { - "_index": 6040, + "_index": 3453, "data": { "manuals/camera": {}, "ref/stable/render": {} @@ -221544,7 +221544,7 @@ [ "render.get_render_target_height", { - "_index": 7820, + "_index": 8474, "data": { "ref/stable/render": {} }, @@ -221554,7 +221554,7 @@ [ "render.get_render_target_width", { - "_index": 7822, + "_index": 8476, "data": { "ref/stable/render": {} }, @@ -221564,7 +221564,7 @@ [ "render.get_width", { - "_index": 6037, + "_index": 3450, "data": { "manuals/camera": {}, "ref/stable/render": {} @@ -221575,7 +221575,7 @@ [ "render.get_window_height", { - "_index": 7827, + "_index": 8480, "data": { "ref/stable/render": {} }, @@ -221585,7 +221585,7 @@ [ "render.get_window_width", { - "_index": 7829, + "_index": 8482, "data": { "ref/stable/render": {} }, @@ -221595,7 +221595,7 @@ [ "render.predicate", { - "_index": 4142, + "_index": 5935, "data": { "manuals/model": {}, "ref/stable/render": {} @@ -221606,7 +221606,7 @@ [ "render.render_target", { - "_index": 7832, + "_index": 8485, "data": { "ref/stable/render": {} }, @@ -221616,7 +221616,7 @@ [ "render.render_target_default", { - "_index": 3698, + "_index": 1801, "data": { "manuals/render": {}, "ref/stable/render": {} @@ -221627,7 +221627,7 @@ [ "render.set_blend_func", { - "_index": 3651, + "_index": 1743, "data": { "manuals/render": {}, "ref/stable/render": {} @@ -221638,7 +221638,7 @@ [ "render.set_camera", { - "_index": 7904, + "_index": 8540, "data": { "ref/stable/render": {} }, @@ -221648,7 +221648,7 @@ [ "render.set_color_mask", { - "_index": 7907, + "_index": 8543, "data": { "ref/stable/render": {} }, @@ -221658,7 +221658,7 @@ [ "render.set_compute", { - "_index": 2971, + "_index": 5285, "data": { "manuals/compute": {}, "ref/stable/render": {} @@ -221669,7 +221669,7 @@ [ "render.set_constant", { - "_index": 3032, + "_index": 5334, "data": { "manuals/compute": {} }, @@ -221679,7 +221679,7 @@ [ "render.set_cull_face", { - "_index": 7910, + "_index": 8548, "data": { "ref/stable/render": {} }, @@ -221689,7 +221689,7 @@ [ "render.set_depth_func", { - "_index": 7918, + "_index": 8553, "data": { "ref/stable/render": {} }, @@ -221699,7 +221699,7 @@ [ "render.set_depth_mask", { - "_index": 3638, + "_index": 1730, "data": { "manuals/model": {}, "manuals/render": {}, @@ -221711,7 +221711,7 @@ [ "render.set_polygon_offset", { - "_index": 7929, + "_index": 8557, "data": { "ref/stable/render": {} }, @@ -221721,7 +221721,7 @@ [ "render.set_projection", { - "_index": 3649, + "_index": 1741, "data": { "manuals/model": {}, "manuals/render": {}, @@ -221733,7 +221733,7 @@ [ "render.set_render_target", { - "_index": 3696, + "_index": 1799, "data": { "manuals/render": {}, "ref/stable/render": {} @@ -221744,7 +221744,7 @@ [ "render.set_render_target_size", { - "_index": 7942, + "_index": 8570, "data": { "ref/stable/render": {} }, @@ -221754,7 +221754,7 @@ [ "render.set_stencil_func", { - "_index": 7944, + "_index": 8572, "data": { "ref/stable/render": {} }, @@ -221764,7 +221764,7 @@ [ "render.set_stencil_mask", { - "_index": 3639, + "_index": 1731, "data": { "manuals/render": {}, "ref/stable/render": {} @@ -221775,7 +221775,7 @@ [ "render.set_stencil_op", { - "_index": 7957, + "_index": 8584, "data": { "ref/stable/render": {} }, @@ -221785,7 +221785,7 @@ [ "render.set_view", { - "_index": 3647, + "_index": 1739, "data": { "manuals/render": {}, "ref/stable/render": {} @@ -221796,7 +221796,7 @@ [ "render.set_viewport", { - "_index": 3644, + "_index": 1736, "data": { "manuals/render": {}, "ref/stable/render": {} @@ -221807,7 +221807,7 @@ [ "render.state_blend", { - "_index": 3660, + "_index": 1753, "data": { "manuals/render": {} }, @@ -221817,7 +221817,7 @@ [ "render.state_cull_face", { - "_index": 3655, + "_index": 1747, "data": { "manuals/render": {} }, @@ -221827,7 +221827,7 @@ [ "render.state_depth_test", { - "_index": 3656, + "_index": 1748, "data": { "manuals/model": {}, "manuals/render": {} @@ -221838,7 +221838,7 @@ [ "render.state_stencil_test", { - "_index": 3659, + "_index": 1752, "data": { "manuals/render": {} }, @@ -221848,7 +221848,7 @@ [ "render.texture_bit", { - "_index": 7840, + "_index": 8493, "data": { "ref/stable/render": {} }, @@ -221858,7 +221858,7 @@ [ "render_order_world", { - "_index": 7506, + "_index": 10881, "data": { "ref/stable/dmRender": {} }, @@ -221868,7 +221868,7 @@ [ "render_script", { - "_index": 3712, + "_index": 1832, "data": { "manuals/render": {}, "manuals/writing-code": {} @@ -221879,7 +221879,7 @@ [ "render_target", { - "_index": 7437, + "_index": 8455, "data": { "ref/stable/render": {}, "ref/stable/resource": {} @@ -221890,7 +221890,7 @@ [ "render_target_default", { - "_index": 7845, + "_index": 8495, "data": { "ref/stable/render": {} }, @@ -221900,7 +221900,7 @@ [ "renderable", { - "_index": 7503, + "_index": 8463, "data": { "ref/stable/dmRender": {}, "ref/stable/render": {} @@ -221911,7 +221911,7 @@ [ "rendercontext", { - "_index": 10219, + "_index": 6820, "data": { "ref/stable/dmGraphics": {} }, @@ -221921,7 +221921,7 @@ [ "rendered", { - "_index": 1026, + "_index": 274, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/atlas": {}, @@ -221947,7 +221947,7 @@ [ "renderer", { - "_index": 3000, + "_index": 1822, "data": { "manuals/compute": {}, "manuals/glossary": {}, @@ -221962,7 +221962,7 @@ [ "rendering", { - "_index": 815, + "_index": 104, "data": { "assets/nativetext": {}, "manuals/compute": {}, @@ -221998,7 +221998,7 @@ [ "renderlistalloc", { - "_index": 7493, + "_index": 10870, "data": { "ref/stable/dmRender": {} }, @@ -222008,7 +222008,7 @@ [ "renderlistdispatchfn", { - "_index": 7495, + "_index": 10872, "data": { "ref/stable/dmRender": {} }, @@ -222018,7 +222018,7 @@ [ "renderlistdispatchparams", { - "_index": 7497, + "_index": 10874, "data": { "ref/stable/dmRender": {} }, @@ -222028,7 +222028,7 @@ [ "renderlistentry", { - "_index": 7502, + "_index": 10879, "data": { "ref/stable/dmRender": {} }, @@ -222038,7 +222038,7 @@ [ "renderlistmakedispatch", { - "_index": 7498, + "_index": 10875, "data": { "ref/stable/dmRender": {} }, @@ -222048,7 +222048,7 @@ [ "renderlistoperation", { - "_index": 7516, + "_index": 10889, "data": { "ref/stable/dmRender": {} }, @@ -222058,7 +222058,7 @@ [ "renderlistsubmit", { - "_index": 7517, + "_index": 10890, "data": { "ref/stable/dmRender": {} }, @@ -222068,7 +222068,7 @@ [ "renderlistvisibilityparams", { - "_index": 7518, + "_index": 10891, "data": { "ref/stable/dmRender": {} }, @@ -222078,7 +222078,7 @@ [ "renderobject", { - "_index": 7465, + "_index": 10844, "data": { "ref/stable/dmRender": {} }, @@ -222088,7 +222088,7 @@ [ "renderorder", { - "_index": 7521, + "_index": 10893, "data": { "ref/stable/dmRender": {} }, @@ -222098,7 +222098,7 @@ [ "renders", { - "_index": 3966, + "_index": 422, "data": { "manuals/editor-scripts-ui": {}, "manuals/glossary": {}, @@ -222111,7 +222111,7 @@ [ "rendertarget", { - "_index": 10251, + "_index": 6855, "data": { "ref/stable/dmGraphics": {} }, @@ -222121,7 +222121,7 @@ [ "rendertargetattachment", { - "_index": 10281, + "_index": 6887, "data": { "ref/stable/dmGraphics": {} }, @@ -222131,7 +222131,7 @@ [ "rendy", { - "_index": 6707, + "_index": 6334, "data": { "assets/defold-rendy": {} }, @@ -222141,7 +222141,7 @@ [ "renforcement", { - "_index": 6562, + "_index": 6375, "data": { "assets/geneticalneuralnetwork": {} }, @@ -222151,7 +222151,7 @@ [ "reorder", { - "_index": 2452, + "_index": 2829, "data": { "manuals/atlas": {} }, @@ -222161,7 +222161,7 @@ [ "rep", { - "_index": 10160, + "_index": 7168, "data": { "ref/stable/string": {} }, @@ -222171,7 +222171,7 @@ [ "repackaging", { - "_index": 2795, + "_index": 4160, "data": { "manuals/application-security": {} }, @@ -222181,7 +222181,7 @@ [ "repeat", { - "_index": 9972, + "_index": 7353, "data": { "ref/stable/timer": {} }, @@ -222191,7 +222191,7 @@ [ "repeated", { - "_index": 2119, + "_index": 1912, "data": { "manuals/input-key-and-text": {}, "manuals/input-mouse-and-touch": {}, @@ -222206,7 +222206,7 @@ [ "repeatedly", { - "_index": 2470, + "_index": 2842, "data": { "manuals/atlas": {}, "manuals/ios": {}, @@ -222219,7 +222219,7 @@ [ "repeating", { - "_index": 9981, + "_index": 7364, "data": { "ref/stable/timer": {} }, @@ -222229,7 +222229,7 @@ [ "repels", { - "_index": 3213, + "_index": 1240, "data": { "manuals/particlefx": {} }, @@ -222239,7 +222239,7 @@ [ "repl", { - "_index": 10131, + "_index": 7135, "data": { "ref/stable/string": {} }, @@ -222249,7 +222249,7 @@ [ "replace", { - "_index": 1080, + "_index": 2420, "data": { "examples/resource/modify_atlas": {}, "manuals/android": {}, @@ -222268,7 +222268,7 @@ [ "replaced", { - "_index": 3545, + "_index": 1387, "data": { "manuals/editor": {}, "manuals/editor-preferences": {}, @@ -222289,7 +222289,7 @@ [ "replacement", { - "_index": 10130, + "_index": 7134, "data": { "ref/stable/string": {} }, @@ -222299,7 +222299,7 @@ [ "replaces", { - "_index": 4208, + "_index": 3248, "data": { "manuals/bob": {}, "ref/stable/sys": {} @@ -222310,7 +222310,7 @@ [ "replacing", { - "_index": 2280, + "_index": 814, "data": { "manuals/glossary": {}, "manuals/html5": {} @@ -222321,7 +222321,7 @@ [ "replay", { - "_index": 4098, + "_index": 4295, "data": { "manuals/profiling": {} }, @@ -222331,7 +222331,7 @@ [ "replicated", { - "_index": 4367, + "_index": 4413, "data": { "manuals/tilesource": {} }, @@ -222341,7 +222341,7 @@ [ "replicates", { - "_index": 7750, + "_index": 8601, "data": { "ref/stable/bit": {} }, @@ -222351,7 +222351,7 @@ [ "report", { - "_index": 2409, + "_index": 2330, "data": { "manuals/addressing": {}, "manuals/bob": {}, @@ -222371,7 +222371,7 @@ [ "report.html", { - "_index": 4056, + "_index": 4255, "data": { "manuals/profiling": {} }, @@ -222381,7 +222381,7 @@ [ "report_progress", { - "_index": 8566, + "_index": 10171, "data": { "ref/stable/http": {} }, @@ -222391,7 +222391,7 @@ [ "reported", { - "_index": 7099, + "_index": 7509, "data": { "ref/stable/crash": {}, "ref/stable/physics": {}, @@ -222403,7 +222403,7 @@ [ "reporting", { - "_index": 2431, + "_index": 2329, "data": { "assets/googleanalyticsforfirebase": {}, "manuals/getting-help": {}, @@ -222415,7 +222415,7 @@ [ "reports", { - "_index": 2426, + "_index": 4252, "data": { "manuals/bundling": {}, "manuals/getting-help": {}, @@ -222432,7 +222432,7 @@ [ "reposition", { - "_index": 2684, + "_index": 494, "data": { "manuals/gui": {}, "manuals/gui-layouts": {} @@ -222443,7 +222443,7 @@ [ "repositories", { - "_index": 3793, + "_index": 2339, "data": { "manuals/extensions-gradle": {}, "manuals/version-control": {}, @@ -222455,7 +222455,7 @@ [ "repository", { - "_index": 421, + "_index": 2345, "data": { "manuals/application-security": {}, "manuals/editor": {}, @@ -222471,7 +222471,7 @@ [ "repository__", { - "_index": 1413, + "_index": 4041, "data": { "manuals/extender-local-setup": {} }, @@ -222481,7 +222481,7 @@ [ "represent", { - "_index": 3225, + "_index": 1255, "data": { "manuals/mesh": {}, "manuals/model": {}, @@ -222499,7 +222499,7 @@ [ "representable", { - "_index": 7967, + "_index": 8589, "data": { "ref/stable/render": {} }, @@ -222509,7 +222509,7 @@ [ "representation", { - "_index": 2759, + "_index": 4134, "data": { "manuals/application-security": {}, "manuals/building-blocks": {}, @@ -222529,7 +222529,7 @@ [ "represented", { - "_index": 488, + "_index": 1812, "data": { "manuals/flash": {}, "manuals/glossary": {}, @@ -222547,7 +222547,7 @@ [ "representing", { - "_index": 3477, + "_index": 3021, "data": { "examples/collection/proxy": {}, "examples/collection/splash": {}, @@ -222570,7 +222570,7 @@ [ "represents", { - "_index": 3935, + "_index": 1429, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/base": {}, @@ -222589,7 +222589,7 @@ [ "reproduce", { - "_index": 2395, + "_index": 4936, "data": { "manuals/getting-help": {} }, @@ -222599,7 +222599,7 @@ [ "request", { - "_index": 787, + "_index": 998, "data": { "assets/ump": {}, "manuals/caching-assets": {}, @@ -222626,7 +222626,7 @@ [ "request_id", { - "_index": 5912, + "_index": 5691, "data": { "manuals/physics-events": {}, "ref/stable/sys": {} @@ -222637,7 +222637,7 @@ [ "request_status_error_io_error", { - "_index": 8499, + "_index": 9630, "data": { "ref/stable/sys": {} }, @@ -222647,7 +222647,7 @@ [ "request_status_error_not_found", { - "_index": 8502, + "_index": 9633, "data": { "ref/stable/sys": {} }, @@ -222657,7 +222657,7 @@ [ "request_status_finished", { - "_index": 8504, + "_index": 9635, "data": { "ref/stable/sys": {} }, @@ -222667,7 +222667,7 @@ [ "requested", { - "_index": 5002, + "_index": 2469, "data": { "manuals/android": {}, "manuals/zerobrane": {}, @@ -222684,7 +222684,7 @@ [ "requesting", { - "_index": 6837, + "_index": 10137, "data": { "ref/stable/html5": {} }, @@ -222694,7 +222694,7 @@ [ "requests", { - "_index": 252, + "_index": 5251, "data": { "manuals/networking": {}, "ref/stable/http": {}, @@ -222707,7 +222707,7 @@ [ "require", { - "_index": 1642, + "_index": 583, "data": { "manuals/atlas": {}, "manuals/collection-proxy": {}, @@ -222730,7 +222730,7 @@ [ "required", { - "_index": 1122, + "_index": 2006, "data": { "assets/panthera": {}, "manuals/bundling": {}, @@ -222764,7 +222764,7 @@ [ "requirement", { - "_index": 5286, + "_index": 5489, "data": { "manuals/editor-scripts": {} }, @@ -222774,7 +222774,7 @@ [ "requirements", { - "_index": 1069, + "_index": 2717, "data": { "manuals/application-security": {}, "manuals/importing-models": {}, @@ -222790,7 +222790,7 @@ [ "requires", { - "_index": 2204, + "_index": 660, "data": { "assets/narrator": {}, "manuals/ads": {}, @@ -222815,7 +222815,7 @@ [ "requiring", { - "_index": 2862, + "_index": 4214, "data": { "assets/firebase-remoteconfig": {}, "manuals/application-security": {}, @@ -222829,7 +222829,7 @@ [ "res", { - "_index": 4713, + "_index": 2250, "data": { "assets/lowrezjamtemplate": {}, "manuals/adapting-graphics-to-screen-size": {} @@ -222840,7 +222840,7 @@ [ "rescale", { - "_index": 2683, + "_index": 2929, "data": { "manuals/gui-layouts": {} }, @@ -222850,7 +222850,7 @@ [ "resemble", { - "_index": 3351, + "_index": 5138, "data": { "manuals/flash": {} }, @@ -222860,7 +222860,7 @@ [ "reserved", { - "_index": 10566, + "_index": 10609, "data": { "ref/stable/dmBuffer": {} }, @@ -222870,7 +222870,7 @@ [ "reset", { - "_index": 2348, + "_index": 1208, "data": { "manuals/editor-scripts": {}, "manuals/editor-scripts-ui": {}, @@ -222894,7 +222894,7 @@ [ "reset_constant", { - "_index": 10602, + "_index": 10184, "data": { "ref/stable/particlefx": {} }, @@ -222904,7 +222904,7 @@ [ "reset_keyboard", { - "_index": 9319, + "_index": 7838, "data": { "ref/stable/gui": {} }, @@ -222914,7 +222914,7 @@ [ "reset_mass_data", { - "_index": 8917, + "_index": 10097, "data": { "ref/stable/b2d.body": {} }, @@ -222924,7 +222924,7 @@ [ "reset_material", { - "_index": 9321, + "_index": 7840, "data": { "ref/stable/gui": {} }, @@ -222934,7 +222934,7 @@ [ "reset_nodes", { - "_index": 9323, + "_index": 7842, "data": { "ref/stable/gui": {} }, @@ -222944,7 +222944,7 @@ [ "resets", { - "_index": 8105, + "_index": 7326, "data": { "ref/stable/b2d.body": {}, "ref/stable/dmMessage": {}, @@ -222959,7 +222959,7 @@ [ "resetscale", { - "_index": 7581, + "_index": 9784, "data": { "ref/stable/dmTransform": {} }, @@ -222969,7 +222969,7 @@ [ "resetting", { - "_index": 2602, + "_index": 4315, "data": { "manuals/factory": {}, "ref/stable/particlefx": {} @@ -222980,7 +222980,7 @@ [ "reseturl", { - "_index": 10489, + "_index": 7325, "data": { "ref/stable/dmMessage": {} }, @@ -222990,7 +222990,7 @@ [ "reside", { - "_index": 397, + "_index": 3570, "data": { "manuals/font": {}, "manuals/project-setup": {} @@ -223001,7 +223001,7 @@ [ "resident", { - "_index": 10845, + "_index": 10203, "data": { "ref/stable/profiler": {} }, @@ -223011,7 +223011,7 @@ [ "resident/working", { - "_index": 10842, + "_index": 10200, "data": { "ref/stable/profiler": {} }, @@ -223021,7 +223021,7 @@ [ "resize", { - "_index": 4469, + "_index": 455, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/gui": {}, @@ -223036,7 +223036,7 @@ [ "resized", { - "_index": 189, + "_index": 134, "data": { "manuals/atlas": {}, "manuals/gui": {}, @@ -223052,7 +223052,7 @@ [ "resizing", { - "_index": 188, + "_index": 5520, "data": { "assets/derez": {}, "manuals/physics-shapes": {} @@ -223063,7 +223063,7 @@ [ "resolution", { - "_index": 1707, + "_index": 394, "data": { "assets/derez": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -223080,7 +223080,7 @@ [ "resolutions", { - "_index": 1714, + "_index": 4386, "data": { "manuals/porting-guidelines": {}, "manuals/version-control": {}, @@ -223092,7 +223092,7 @@ [ "resolvable", { - "_index": 7937, + "_index": 8564, "data": { "ref/stable/render": {} }, @@ -223102,7 +223102,7 @@ [ "resolve", { - "_index": 3358, + "_index": 3252, "data": { "manuals/addressing": {}, "manuals/bob": {}, @@ -223121,7 +223121,7 @@ [ "resolved", { - "_index": 3813, + "_index": 3423, "data": { "manuals/addressing": {}, "manuals/gui-template": {}, @@ -223136,7 +223136,7 @@ [ "resolvepointers", { - "_index": 10503, + "_index": 9025, "data": { "ref/stable/dmDDF": {} }, @@ -223146,7 +223146,7 @@ [ "resolver", { - "_index": 8112, + "_index": 10427, "data": { "ref/stable/socket": {} }, @@ -223156,7 +223156,7 @@ [ "resolves", { - "_index": 4227, + "_index": 3273, "data": { "manuals/bob": {}, "ref/stable/dmDDF": {}, @@ -223169,7 +223169,7 @@ [ "resolving", { - "_index": 3352, + "_index": 3391, "data": { "manuals/addressing": {}, "manuals/extensions-cocoapods": {}, @@ -223182,7 +223182,7 @@ [ "resource", { - "_index": 318, + "_index": 174, "data": { "assets/resource-encryption": {}, "examples/resource/modify_atlas": {}, @@ -223242,7 +223242,7 @@ [ "resource\"extensions", { - "_index": 10793, + "_index": 8948, "data": { "ref/stable/editor": {} }, @@ -223252,7 +223252,7 @@ [ "resource's", { - "_index": 5560, + "_index": 5717, "data": { "manuals/resource": {} }, @@ -223262,7 +223262,7 @@ [ "resource.atlas", { - "_index": 4422, + "_index": 188, "data": { "manuals/gui": {}, "ref/stable/go": {}, @@ -223274,7 +223274,7 @@ [ "resource.buffer", { - "_index": 7327, + "_index": 10298, "data": { "ref/stable/resource": {} }, @@ -223284,7 +223284,7 @@ [ "resource.buffer_type_color0", { - "_index": 7422, + "_index": 10354, "data": { "ref/stable/resource": {} }, @@ -223294,7 +223294,7 @@ [ "resource.buffer_type_color1", { - "_index": 7423, + "_index": 10355, "data": { "ref/stable/resource": {} }, @@ -223304,7 +223304,7 @@ [ "resource.buffer_type_color2", { - "_index": 7424, + "_index": 10356, "data": { "ref/stable/resource": {} }, @@ -223314,7 +223314,7 @@ [ "resource.buffer_type_color3", { - "_index": 7425, + "_index": 10357, "data": { "ref/stable/resource": {} }, @@ -223324,7 +223324,7 @@ [ "resource.buffer_type_depth", { - "_index": 7426, + "_index": 10358, "data": { "ref/stable/resource": {} }, @@ -223334,7 +223334,7 @@ [ "resource.buffer_type_stencil", { - "_index": 7427, + "_index": 10359, "data": { "ref/stable/resource": {} }, @@ -223344,7 +223344,7 @@ [ "resource.create_atlas", { - "_index": 2537, + "_index": 2900, "data": { "manuals/atlas": {}, "ref/stable/resource": {} @@ -223355,7 +223355,7 @@ [ "resource.create_buffer", { - "_index": 7360, + "_index": 10328, "data": { "ref/stable/resource": {} }, @@ -223365,7 +223365,7 @@ [ "resource.create_texture", { - "_index": 2520, + "_index": 1825, "data": { "manuals/atlas": {}, "manuals/compute": {}, @@ -223378,7 +223378,7 @@ [ "resource.create_texture_async", { - "_index": 7409, + "_index": 10344, "data": { "ref/stable/resource": {} }, @@ -223388,7 +223388,7 @@ [ "resource.font", { - "_index": 4412, + "_index": 163, "data": { "manuals/gui": {}, "ref/stable/go": {}, @@ -223400,7 +223400,7 @@ [ "resource.get_atlas", { - "_index": 7412, + "_index": 10347, "data": { "ref/stable/resource": {} }, @@ -223410,7 +223410,7 @@ [ "resource.get_buffer", { - "_index": 7414, + "_index": 10349, "data": { "ref/stable/resource": {} }, @@ -223420,7 +223420,7 @@ [ "resource.get_render_target_info", { - "_index": 7416, + "_index": 10351, "data": { "ref/stable/resource": {} }, @@ -223430,7 +223430,7 @@ [ "resource.get_text_metrics", { - "_index": 7428, + "_index": 10360, "data": { "ref/stable/resource": {} }, @@ -223440,7 +223440,7 @@ [ "resource.get_texture_info", { - "_index": 2998, + "_index": 1829, "data": { "manuals/compute": {}, "manuals/render": {}, @@ -223452,7 +223452,7 @@ [ "resource.load", { - "_index": 7434, + "_index": 10366, "data": { "ref/stable/resource": {} }, @@ -223462,7 +223462,7 @@ [ "resource.material", { - "_index": 4417, + "_index": 180, "data": { "manuals/gui": {}, "ref/stable/resource": {} @@ -223473,7 +223473,7 @@ [ "resource.release", { - "_index": 7435, + "_index": 10367, "data": { "ref/stable/resource": {} }, @@ -223483,7 +223483,7 @@ [ "resource.render_target", { - "_index": 7436, + "_index": 10368, "data": { "ref/stable/resource": {} }, @@ -223493,7 +223493,7 @@ [ "resource.request_status_error_io_error", { - "_index": 8483, + "_index": 9614, "data": { "ref/stable/sys": {} }, @@ -223503,7 +223503,7 @@ [ "resource.request_status_error_not_found", { - "_index": 8484, + "_index": 9615, "data": { "ref/stable/sys": {} }, @@ -223513,7 +223513,7 @@ [ "resource.request_status_finished", { - "_index": 8482, + "_index": 9613, "data": { "ref/stable/sys": {} }, @@ -223523,7 +223523,7 @@ [ "resource.set", { - "_index": 7438, + "_index": 10369, "data": { "ref/stable/resource": {} }, @@ -223533,7 +223533,7 @@ [ "resource.set_atlas", { - "_index": 7330, + "_index": 10300, "data": { "ref/stable/resource": {} }, @@ -223543,7 +223543,7 @@ [ "resource.set_buffer", { - "_index": 7441, + "_index": 10372, "data": { "ref/stable/resource": {} }, @@ -223553,7 +223553,7 @@ [ "resource.set_sound", { - "_index": 5727, + "_index": 3564, "data": { "manuals/sound": {}, "ref/stable/resource": {} @@ -223564,7 +223564,7 @@ [ "resource.set_texture", { - "_index": 7370, + "_index": 10337, "data": { "ref/stable/resource": {} }, @@ -223574,7 +223574,7 @@ [ "resource.texture", { - "_index": 3027, + "_index": 5329, "data": { "manuals/compute": {}, "ref/stable/resource": {} @@ -223585,7 +223585,7 @@ [ "resource.texture_format_rgba", { - "_index": 2518, + "_index": 2881, "data": { "manuals/atlas": {} }, @@ -223595,7 +223595,7 @@ [ "resource.texture_format_rgba32f", { - "_index": 2993, + "_index": 5301, "data": { "manuals/compute": {} }, @@ -223605,7 +223605,7 @@ [ "resource.texture_type_2d", { - "_index": 2517, + "_index": 2880, "data": { "manuals/atlas": {} }, @@ -223615,7 +223615,7 @@ [ "resource.texture_type_image_2d", { - "_index": 2992, + "_index": 5300, "data": { "manuals/compute": {} }, @@ -223625,7 +223625,7 @@ [ "resource.texture_usage_flag_sample", { - "_index": 2995, + "_index": 5303, "data": { "manuals/compute": {} }, @@ -223635,7 +223635,7 @@ [ "resource.texture_usage_flag_storage", { - "_index": 2994, + "_index": 5302, "data": { "manuals/compute": {} }, @@ -223645,7 +223645,7 @@ [ "resource.tile_source", { - "_index": 7448, + "_index": 10378, "data": { "ref/stable/resource": {} }, @@ -223655,7 +223655,7 @@ [ "resource_attributes", { - "_index": 10654, + "_index": 8808, "data": { "ref/stable/editor": {} }, @@ -223665,7 +223665,7 @@ [ "resource_field", { - "_index": 3927, + "_index": 1414, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -223676,7 +223676,7 @@ [ "resource_path", { - "_index": 5176, + "_index": 5383, "data": { "manuals/editor-scripts": {} }, @@ -223686,7 +223686,7 @@ [ "resourceaddfile", { - "_index": 6925, + "_index": 8424, "data": { "ref/stable/dmResource": {} }, @@ -223696,7 +223696,7 @@ [ "resourcecreate", { - "_index": 6927, + "_index": 8426, "data": { "ref/stable/dmResource": {} }, @@ -223706,7 +223706,7 @@ [ "resourcecreateparams", { - "_index": 6926, + "_index": 8425, "data": { "ref/stable/dmResource": {} }, @@ -223716,7 +223716,7 @@ [ "resourcedestroy", { - "_index": 6929, + "_index": 8428, "data": { "ref/stable/dmResource": {} }, @@ -223726,7 +223726,7 @@ [ "resourcedestroyparams", { - "_index": 6928, + "_index": 8427, "data": { "ref/stable/dmResource": {} }, @@ -223736,7 +223736,7 @@ [ "resourceget", { - "_index": 6930, + "_index": 8429, "data": { "ref/stable/dmResource": {} }, @@ -223746,7 +223746,7 @@ [ "resourcegetbyhash", { - "_index": 6931, + "_index": 8430, "data": { "ref/stable/dmResource": {} }, @@ -223756,7 +223756,7 @@ [ "resourcegetpath", { - "_index": 6932, + "_index": 8431, "data": { "ref/stable/dmResource": {} }, @@ -223766,7 +223766,7 @@ [ "resourcegetraw", { - "_index": 6933, + "_index": 8432, "data": { "ref/stable/dmResource": {} }, @@ -223776,7 +223776,7 @@ [ "resourcepostcreate", { - "_index": 6935, + "_index": 8434, "data": { "ref/stable/dmResource": {} }, @@ -223786,7 +223786,7 @@ [ "resourcepostcreateparams", { - "_index": 6934, + "_index": 8433, "data": { "ref/stable/dmResource": {} }, @@ -223796,7 +223796,7 @@ [ "resourcepreload", { - "_index": 6938, + "_index": 8437, "data": { "ref/stable/dmResource": {} }, @@ -223806,7 +223806,7 @@ [ "resourcepreloadhint", { - "_index": 6936, + "_index": 8435, "data": { "ref/stable/dmResource": {} }, @@ -223816,7 +223816,7 @@ [ "resourcepreloadparams", { - "_index": 6937, + "_index": 8436, "data": { "ref/stable/dmResource": {} }, @@ -223826,7 +223826,7 @@ [ "resourcerecreate", { - "_index": 6940, + "_index": 8439, "data": { "ref/stable/dmResource": {} }, @@ -223836,7 +223836,7 @@ [ "resourcerecreateparams", { - "_index": 6939, + "_index": 8438, "data": { "ref/stable/dmResource": {} }, @@ -223846,7 +223846,7 @@ [ "resourceregisterdecryptionfunction", { - "_index": 6941, + "_index": 8440, "data": { "ref/stable/dmResource": {} }, @@ -223856,7 +223856,7 @@ [ "resourceregistertypecreatordesc", { - "_index": 6949, + "_index": 8448, "data": { "ref/stable/dmResource": {} }, @@ -223866,7 +223866,7 @@ [ "resourcerelease", { - "_index": 6942, + "_index": 8441, "data": { "ref/stable/dmResource": {} }, @@ -223876,7 +223876,7 @@ [ "resourcereloaded", { - "_index": 6944, + "_index": 8443, "data": { "ref/stable/dmResource": {} }, @@ -223886,7 +223886,7 @@ [ "resourcereloadedparams", { - "_index": 6943, + "_index": 8442, "data": { "ref/stable/dmResource": {} }, @@ -223896,7 +223896,7 @@ [ "resourceremovefile", { - "_index": 6945, + "_index": 8444, "data": { "ref/stable/dmResource": {} }, @@ -223906,7 +223906,7 @@ [ "resourceresult", { - "_index": 6888, + "_index": 8391, "data": { "ref/stable/dmResource": {} }, @@ -223916,7 +223916,7 @@ [ "resources", { - "_index": 700, + "_index": 762, "data": { "assets/defold-index": {}, "assets/editor-script-components": {}, @@ -223963,7 +223963,7 @@ [ "resources/memory", { - "_index": 10480, + "_index": 7309, "data": { "ref/stable/dmMessage": {} }, @@ -223973,7 +223973,7 @@ [ "resourcetypecreatordescbuffersize", { - "_index": 6946, + "_index": 8445, "data": { "ref/stable/dmResource": {} }, @@ -223983,7 +223983,7 @@ [ "resoures", { - "_index": 3692, + "_index": 1794, "data": { "manuals/render": {} }, @@ -223993,7 +223993,7 @@ [ "respect", { - "_index": 2658, + "_index": 2907, "data": { "manuals/gui-clipping": {}, "manuals/gui-layouts": {}, @@ -224007,7 +224007,7 @@ [ "respective", { - "_index": 1677, + "_index": 3901, "data": { "manuals/extensions": {}, "manuals/flash": {}, @@ -224020,7 +224020,7 @@ [ "respectively", { - "_index": 3187, + "_index": 1185, "data": { "manuals/flash": {}, "manuals/particlefx": {} @@ -224031,7 +224031,7 @@ [ "respond", { - "_index": 88, + "_index": 3888, "data": { "manuals/compute": {}, "manuals/font": {}, @@ -224047,7 +224047,7 @@ [ "responds", { - "_index": 6185, + "_index": 6199, "data": { "examples/render/orbit_camera": {} }, @@ -224057,7 +224057,7 @@ [ "response", { - "_index": 2209, + "_index": 669, "data": { "manuals/editor-scripts": {}, "manuals/flash": {}, @@ -224080,7 +224080,7 @@ [ "response.status", { - "_index": 5802, + "_index": 3966, "data": { "manuals/live-update-scripting": {} }, @@ -224090,7 +224090,7 @@ [ "responses", { - "_index": 5898, + "_index": 5675, "data": { "manuals/physics-events": {} }, @@ -224100,7 +224100,7 @@ [ "responsibility", { - "_index": 2853, + "_index": 4205, "data": { "manuals/application-security": {} }, @@ -224110,7 +224110,7 @@ [ "responsible", { - "_index": 3542, + "_index": 1618, "data": { "manuals/addressing": {}, "manuals/glossary": {}, @@ -224122,7 +224122,7 @@ [ "responsive", { - "_index": 6183, + "_index": 6197, "data": { "examples/render/orbit_camera": {} }, @@ -224132,7 +224132,7 @@ [ "responsiveness", { - "_index": 5273, + "_index": 5479, "data": { "manuals/editor-scripts": {} }, @@ -224142,7 +224142,7 @@ [ "rest", { - "_index": 3122, + "_index": 451, "data": { "manuals/android": {}, "manuals/collection-proxy": {}, @@ -224158,7 +224158,7 @@ [ "restart", { - "_index": 5004, + "_index": 2471, "data": { "manuals/editor-keyboard-shortcuts": {}, "manuals/live-update-scripting": {}, @@ -224171,7 +224171,7 @@ [ "restarts", { - "_index": 3162, + "_index": 1138, "data": { "manuals/particlefx": {}, "ref/stable/base": {}, @@ -224183,7 +224183,7 @@ [ "restitution", { - "_index": 1875, + "_index": 2285, "data": { "examples/physics/dynamic": {}, "examples/physics/hinge_joint": {}, @@ -224197,7 +224197,7 @@ [ "restore", { - "_index": 3789, + "_index": 4362, "data": { "manuals/version-control": {} }, @@ -224207,7 +224207,7 @@ [ "restored", { - "_index": 3837, + "_index": 4399, "data": { "manuals/version-control": {}, "ref/stable/window": {} @@ -224218,7 +224218,7 @@ [ "restrict", { - "_index": 1751, + "_index": 2848, "data": { "manuals/atlas": {}, "manuals/live-update-aws": {}, @@ -224231,7 +224231,7 @@ [ "restricted", { - "_index": 5127, + "_index": 3671, "data": { "manuals/file-access": {}, "ref/stable/html5": {} @@ -224242,7 +224242,7 @@ [ "restrictions", { - "_index": 4928, + "_index": 4729, "data": { "manuals/editor-scripts": {}, "manuals/extensions": {}, @@ -224255,7 +224255,7 @@ [ "restricts", { - "_index": 5985, + "_index": 5782, "data": { "manuals/physics-joints": {}, "ref/stable/editor": {}, @@ -224267,7 +224267,7 @@ [ "result", { - "_index": 737, + "_index": 479, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/collection-factory": {}, @@ -224338,7 +224338,7 @@ [ "result.id", { - "_index": 5941, + "_index": 1026, "data": { "manuals/physics-ray-casts": {} }, @@ -224348,7 +224348,7 @@ [ "result_already_loaded", { - "_index": 10513, + "_index": 7958, "data": { "ref/stable/collectionproxy": {} }, @@ -224358,7 +224358,7 @@ [ "result_data_error", { - "_index": 9325, + "_index": 7844, "data": { "ref/stable/gui": {} }, @@ -224368,7 +224368,7 @@ [ "result_inval", { - "_index": 8272, + "_index": 7347, "data": { "ref/stable/dmMemory": {} }, @@ -224378,7 +224378,7 @@ [ "result_loading", { - "_index": 10515, + "_index": 7960, "data": { "ref/stable/collectionproxy": {} }, @@ -224388,7 +224388,7 @@ [ "result_malformed_url", { - "_index": 10488, + "_index": 7324, "data": { "ref/stable/dmMessage": {} }, @@ -224398,7 +224398,7 @@ [ "result_nomem", { - "_index": 8273, + "_index": 7348, "data": { "ref/stable/dmMemory": {} }, @@ -224408,7 +224408,7 @@ [ "result_not_excluded", { - "_index": 10517, + "_index": 7962, "data": { "ref/stable/collectionproxy": {} }, @@ -224418,7 +224418,7 @@ [ "result_ok", { - "_index": 6887, + "_index": 7323, "data": { "ref/stable/dmBuffer": {}, "ref/stable/dmGameObject": {}, @@ -224435,7 +224435,7 @@ [ "result_out_of_resources", { - "_index": 9327, + "_index": 7846, "data": { "ref/stable/gui": {} }, @@ -224445,7 +224445,7 @@ [ "result_texture_already_exists", { - "_index": 9329, + "_index": 7848, "data": { "ref/stable/gui": {} }, @@ -224455,7 +224455,7 @@ [ "resulted", { - "_index": 7040, + "_index": 7452, "data": { "ref/stable/physics": {} }, @@ -224465,7 +224465,7 @@ [ "resulting", { - "_index": 742, + "_index": 2554, "data": { "examples/movement/look_rotation": {}, "manuals/atlas": {}, @@ -224490,7 +224490,7 @@ [ "results", { - "_index": 233, + "_index": 4207, "data": { "manuals/application-security": {}, "manuals/editor": {}, @@ -224508,7 +224508,7 @@ [ "resulttostring", { - "_index": 7721, + "_index": 9988, "data": { "ref/stable/dmSocket": {} }, @@ -224518,7 +224518,7 @@ [ "resume", { - "_index": 2062, + "_index": 4723, "data": { "manuals/collection-proxy": {}, "manuals/input": {}, @@ -224530,7 +224530,7 @@ [ "resumed", { - "_index": 7243, + "_index": 8718, "data": { "ref/stable/coroutine": {} }, @@ -224540,7 +224540,7 @@ [ "resumenode", { - "_index": 2061, + "_index": 5988, "data": { "manuals/input": {} }, @@ -224550,7 +224550,7 @@ [ "resumes", { - "_index": 7245, + "_index": 8720, "data": { "ref/stable/coroutine": {} }, @@ -224560,7 +224560,7 @@ [ "reszip", { - "_index": 6314, + "_index": 6247, "data": { "assets/reszip": {} }, @@ -224570,7 +224570,7 @@ [ "ret1", { - "_index": 8242, + "_index": 10546, "data": { "ref/stable/socket": {} }, @@ -224580,7 +224580,7 @@ [ "retain", { - "_index": 6115, + "_index": 6105, "data": { "examples/gui/slice9": {} }, @@ -224590,7 +224590,7 @@ [ "retd+1", { - "_index": 8244, + "_index": 10548, "data": { "ref/stable/socket": {} }, @@ -224600,7 +224600,7 @@ [ "retina", { - "_index": 4710, + "_index": 2246, "data": { "manuals/adapting-graphics-to-screen-size": {} }, @@ -224610,7 +224610,7 @@ [ "retn", { - "_index": 8243, + "_index": 10547, "data": { "ref/stable/socket": {} }, @@ -224620,7 +224620,7 @@ [ "retrieve", { - "_index": 490, + "_index": 4514, "data": { "assets/adinfo": {}, "manuals/live-update-aws": {}, @@ -224641,7 +224641,7 @@ [ "retrieved", { - "_index": 1584, + "_index": 926, "data": { "manuals/html5": {}, "manuals/optimization-speed": {}, @@ -224657,7 +224657,7 @@ [ "retrieves", { - "_index": 8127, + "_index": 7709, "data": { "ref/stable/gui": {}, "ref/stable/socket": {}, @@ -224669,7 +224669,7 @@ [ "retrieving", { - "_index": 9446, + "_index": 9082, "data": { "ref/stable/dmGameObject": {} }, @@ -224679,7 +224679,7 @@ [ "retro", { - "_index": 4692, + "_index": 2219, "data": { "assets/chipsounds": {}, "examples/material/unlit": {}, @@ -224691,7 +224691,7 @@ [ "retro/8", { - "_index": 4676, + "_index": 2198, "data": { "manuals/adapting-graphics-to-screen-size": {} }, @@ -224701,7 +224701,7 @@ [ "return", { - "_index": 1211, + "_index": 1272, "data": { "manuals/addressing": {}, "manuals/bundling": {}, @@ -224751,7 +224751,7 @@ [ "returned", { - "_index": 2573, + "_index": 1434, "data": { "manuals/editor-scripts": {}, "manuals/editor-scripts-ui": {}, @@ -224789,7 +224789,7 @@ [ "returning", { - "_index": 5287, + "_index": 5490, "data": { "manuals/editor-scripts": {}, "ref/stable/go": {}, @@ -224802,7 +224802,7 @@ [ "returns", { - "_index": 492, + "_index": 1459, "data": { "assets/uptime": {}, "manuals/debugging-game-logic": {}, @@ -224862,7 +224862,7 @@ [ "retval", { - "_index": 10462, + "_index": 9678, "data": { "ref/stable/dmStringFunc": {} }, @@ -224872,7 +224872,7 @@ [ "reusable", { - "_index": 5864, + "_index": 4575, "data": { "manuals/glossary": {} }, @@ -224882,7 +224882,7 @@ [ "reuse", { - "_index": 1202, + "_index": 2799, "data": { "manuals/addressing": {}, "manuals/factory": {}, @@ -224897,7 +224897,7 @@ [ "reuseaddr", { - "_index": 8073, + "_index": 10398, "data": { "ref/stable/socket": {} }, @@ -224907,7 +224907,7 @@ [ "reused", { - "_index": 2294, + "_index": 836, "data": { "manuals/glossary": {}, "manuals/html5": {}, @@ -224919,7 +224919,7 @@ [ "reuseport", { - "_index": 8122, + "_index": 10435, "data": { "ref/stable/socket": {} }, @@ -224929,7 +224929,7 @@ [ "reuses", { - "_index": 10419, + "_index": 10638, "data": { "ref/stable/base": {} }, @@ -224939,7 +224939,7 @@ [ "revealing", { - "_index": 6625, + "_index": 6521, "data": { "assets/adinfo": {} }, @@ -224949,7 +224949,7 @@ [ "revenue", { - "_index": 5761, + "_index": 2280, "data": { "manuals/ads": {} }, @@ -224959,7 +224959,7 @@ [ "reverse", { - "_index": 3077, + "_index": 2476, "data": { "manuals/bundling": {}, "manuals/extensions": {}, @@ -224975,7 +224975,7 @@ [ "reverse_s", { - "_index": 4962, + "_index": 4768, "data": { "manuals/extensions": {} }, @@ -224985,7 +224985,7 @@ [ "reversed", { - "_index": 10163, + "_index": 7171, "data": { "ref/stable/string": {} }, @@ -224995,7 +224995,7 @@ [ "reversing", { - "_index": 8613, + "_index": 10139, "data": { "ref/stable/dmHash": {} }, @@ -225005,7 +225005,7 @@ [ "revert", { - "_index": 403, + "_index": 3572, "data": { "manuals/editor": {}, "manuals/project-setup": {}, @@ -225020,7 +225020,7 @@ [ "review", { - "_index": 2857, + "_index": 4209, "data": { "assets/review": {}, "assets/rustore-review": {}, @@ -225033,7 +225033,7 @@ [ "reviewed", { - "_index": 2852, + "_index": 4204, "data": { "manuals/application-security": {} }, @@ -225043,7 +225043,7 @@ [ "reviews", { - "_index": 6541, + "_index": 6367, "data": { "assets/review": {}, "assets/rustore-review": {} @@ -225054,7 +225054,7 @@ [ "revolutions", { - "_index": 6002, + "_index": 5799, "data": { "manuals/physics-joints": {} }, @@ -225064,7 +225064,7 @@ [ "rewarded", { - "_index": 6586, + "_index": 6362, "data": { "assets/defvungle": {} }, @@ -225074,7 +225074,7 @@ [ "rf", { - "_index": 1441, + "_index": 4065, "data": { "manuals/extender-local-setup": {} }, @@ -225084,7 +225084,7 @@ [ "rgb", { - "_index": 1031, + "_index": 2697, "data": { "assets/colorpicker": {}, "examples/particles/confetti": {}, @@ -225098,7 +225098,7 @@ [ "rgba", { - "_index": 840, + "_index": 2886, "data": { "manuals/atlas": {}, "manuals/importing-assets": {}, @@ -225114,7 +225114,7 @@ [ "rgba32f", { - "_index": 3008, + "_index": 5312, "data": { "manuals/compute": {} }, @@ -225124,7 +225124,7 @@ [ "rgss", { - "_index": 6341, + "_index": 6436, "data": { "assets/sharpsprite": {} }, @@ -225134,7 +225134,7 @@ [ "rich", { - "_index": 6257, + "_index": 6255, "data": { "assets/define": {}, "assets/discordrich": {}, @@ -225147,7 +225147,7 @@ [ "richtext", { - "_index": 6479, + "_index": 6254, "data": { "assets/richtext": {} }, @@ -225157,7 +225157,7 @@ [ "rid", { - "_index": 5759, + "_index": 2277, "data": { "manuals/ads": {} }, @@ -225167,7 +225167,7 @@ [ "rig", { - "_index": 552, + "_index": 5227, "data": { "manuals/app-manifest": {} }, @@ -225177,7 +225177,7 @@ [ "right", { - "_index": 83, + "_index": 70, "data": { "assets/facebookinstantgames": {}, "assets/panthera": {}, @@ -225233,7 +225233,7 @@ [ "right_peak", { - "_index": 5711, + "_index": 3545, "data": { "manuals/sound": {} }, @@ -225243,7 +225243,7 @@ [ "right_peakdb", { - "_index": 5714, + "_index": 3548, "data": { "manuals/sound": {} }, @@ -225253,7 +225253,7 @@ [ "right_rms", { - "_index": 5704, + "_index": 3538, "data": { "manuals/sound": {} }, @@ -225263,7 +225263,7 @@ [ "right_rmsdb", { - "_index": 5709, + "_index": 3543, "data": { "manuals/sound": {} }, @@ -225273,7 +225273,7 @@ [ "risk", { - "_index": 5502, + "_index": 3552, "data": { "manuals/extensions-best-practices": {}, "manuals/sound": {} @@ -225284,7 +225284,7 @@ [ "risks", { - "_index": 8559, + "_index": 9956, "data": { "ref/stable/os": {} }, @@ -225294,7 +225294,7 @@ [ "ritzl", { - "_index": 6069, + "_index": 3493, "data": { "manuals/camera": {} }, @@ -225304,7 +225304,7 @@ [ "rive", { - "_index": 3611, + "_index": 1678, "data": { "assets/rive": {}, "manuals/render": {} @@ -225315,7 +225315,7 @@ [ "rk9pqkfs", { - "_index": 5025, + "_index": 4632, "data": { "manuals/extensions-manifest-merge-tool": {} }, @@ -225325,7 +225325,7 @@ [ "rm", { - "_index": 1440, + "_index": 4064, "data": { "manuals/extender-local-setup": {} }, @@ -225335,7 +225335,7 @@ [ "rms", { - "_index": 5686, + "_index": 3519, "data": { "manuals/sound": {}, "ref/stable/sound": {} @@ -225346,7 +225346,7 @@ [ "roation", { - "_index": 8324, + "_index": 7022, "data": { "ref/stable/vmath": {} }, @@ -225356,7 +225356,7 @@ [ "roberto", { - "_index": 5086, + "_index": 5186, "data": { "assets/lpeg": {}, "manuals/lua": {} @@ -225367,7 +225367,7 @@ [ "roberto"", { - "_index": 10145, + "_index": 7152, "data": { "ref/stable/string": {} }, @@ -225377,7 +225377,7 @@ [ "rol", { - "_index": 7772, + "_index": 8623, "data": { "ref/stable/bit": {} }, @@ -225387,7 +225387,7 @@ [ "role", { - "_index": 1726, + "_index": 4865, "data": { "manuals/porting-guidelines": {} }, @@ -225397,7 +225397,7 @@ [ "root", { - "_index": 267, + "_index": 94, "data": { "assets/editor-script-align": {}, "assets/editor-script-distribute": {}, @@ -225442,7 +225442,7 @@ [ "root_position", { - "_index": 2569, + "_index": 5913, "data": { "manuals/gui-script": {} }, @@ -225452,7 +225452,7 @@ [ "root_position.x", { - "_index": 2571, + "_index": 5914, "data": { "manuals/gui-script": {} }, @@ -225462,7 +225462,7 @@ [ "rope", { - "_index": 5992, + "_index": 5789, "data": { "manuals/physics-joints": {}, "ref/stable/physics": {} @@ -225473,7 +225473,7 @@ [ "ror", { - "_index": 7774, + "_index": 8625, "data": { "ref/stable/bit": {} }, @@ -225483,7 +225483,7 @@ [ "rotate", { - "_index": 945, + "_index": 74, "data": { "examples/movement/look_at": {}, "examples/movement/look_rotation": {}, @@ -225505,7 +225505,7 @@ [ "rotate_180", { - "_index": 8676, + "_index": 8052, "data": { "ref/stable/tilemap": {} }, @@ -225515,7 +225515,7 @@ [ "rotate_270", { - "_index": 8678, + "_index": 8054, "data": { "ref/stable/tilemap": {} }, @@ -225525,7 +225525,7 @@ [ "rotate_90", { - "_index": 8681, + "_index": 8057, "data": { "ref/stable/tilemap": {} }, @@ -225535,7 +225535,7 @@ [ "rotated", { - "_index": 222, + "_index": 2591, "data": { "assets/sharpsprite": {}, "manuals/flash": {}, @@ -225554,7 +225554,7 @@ [ "rotates", { - "_index": 5828, + "_index": 5576, "data": { "manuals/editor": {} }, @@ -225564,7 +225564,7 @@ [ "rotating", { - "_index": 220, + "_index": 5533, "data": { "assets/defarmy": {}, "manuals/editor": {}, @@ -225576,7 +225576,7 @@ [ "rotatiom", { - "_index": 7566, + "_index": 9774, "data": { "ref/stable/dmTransform": {} }, @@ -225586,7 +225586,7 @@ [ "rotation", { - "_index": 228, + "_index": 251, "data": { "examples/movement/look_at": {}, "examples/movement/look_rotation": {}, @@ -225632,7 +225632,7 @@ [ "rotation_speed", { - "_index": 6176, + "_index": 6190, "data": { "examples/render/orbit_camera": {} }, @@ -225642,7 +225642,7 @@ [ "rotational", { - "_index": 8870, + "_index": 10051, "data": { "ref/stable/b2d.body": {} }, @@ -225652,7 +225652,7 @@ [ "rotations", { - "_index": 8317, + "_index": 7014, "data": { "ref/stable/vmath": {} }, @@ -225662,7 +225662,7 @@ [ "roughly", { - "_index": 3866, + "_index": 1317, "data": { "manuals/editor-scripts-ui": {} }, @@ -225672,7 +225672,7 @@ [ "rounded", { - "_index": 8381, + "_index": 7087, "data": { "ref/stable/vmath": {} }, @@ -225682,7 +225682,7 @@ [ "rounding", { - "_index": 7572, + "_index": 9776, "data": { "ref/stable/dmTransform": {} }, @@ -225692,7 +225692,7 @@ [ "rounds", { - "_index": 9743, + "_index": 7254, "data": { "ref/stable/math": {} }, @@ -225702,7 +225702,7 @@ [ "routing", { - "_index": 8150, + "_index": 10461, "data": { "ref/stable/socket": {} }, @@ -225712,7 +225712,7 @@ [ "row", { - "_index": 4368, + "_index": 4415, "data": { "manuals/tilesource": {}, "ref/stable/editor": {} @@ -225723,7 +225723,7 @@ [ "row:grow", { - "_index": 10739, + "_index": 8894, "data": { "ref/stable/editor": {} }, @@ -225733,7 +225733,7 @@ [ "row_span", { - "_index": 3885, + "_index": 1351, "data": { "manuals/editor-scripts-ui": {} }, @@ -225743,7 +225743,7 @@ [ "rows", { - "_index": 3881, + "_index": 1347, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {}, @@ -225756,7 +225756,7 @@ [ "rpg", { - "_index": 2171, + "_index": 4495, "data": { "manuals/input-mouse-and-touch": {} }, @@ -225766,7 +225766,7 @@ [ "rs", { - "_index": 7890, + "_index": 8526, "data": { "ref/stable/render": {} }, @@ -225776,7 +225776,7 @@ [ "rs,gs,bs,as", { - "_index": 7850, + "_index": 8500, "data": { "ref/stable/render": {} }, @@ -225786,7 +225786,7 @@ [ "rs/kr,gs/kg,bs/kb,as/ka", { - "_index": 7868, + "_index": 8516, "data": { "ref/stable/render": {} }, @@ -225796,7 +225796,7 @@ [ "rsa", { - "_index": 5420, + "_index": 6071, "data": { "manuals/android": {} }, @@ -225806,7 +225806,7 @@ [ "rshift", { - "_index": 7776, + "_index": 8627, "data": { "ref/stable/bit": {} }, @@ -225816,7 +225816,7 @@ [ "rts", { - "_index": 6402, + "_index": 6291, "data": { "assets/warbattlesassetpack": {} }, @@ -225826,7 +225826,7 @@ [ "rule", { - "_index": 1522, + "_index": 3075, "data": { "manuals/building-blocks": {}, "manuals/optimization-speed": {} @@ -225837,7 +225837,7 @@ [ "rules", { - "_index": 1126, + "_index": 1496, "data": { "manuals/editor-scripts-ui": {}, "manuals/glossary": {}, @@ -225855,7 +225855,7 @@ [ "run", { - "_index": 889, + "_index": 703, "data": { "assets/colyseus": {}, "assets/defold-neovim": {}, @@ -225920,7 +225920,7 @@ [ "run/hero_run_1", { - "_index": 5747, + "_index": 3826, "data": { "manuals/sprite": {} }, @@ -225930,7 +225930,7 @@ [ "run/hero_run_2", { - "_index": 5748, + "_index": 3827, "data": { "manuals/sprite": {} }, @@ -225940,7 +225940,7 @@ [ "run/hero_run_color_1", { - "_index": 5741, + "_index": 3820, "data": { "manuals/sprite": {} }, @@ -225950,7 +225950,7 @@ [ "runner", { - "_index": 6629, + "_index": 6692, "data": { "assets/crowd-runner-defold": {}, "assets/endlessrunner": {} @@ -225961,7 +225961,7 @@ [ "running", { - "_index": 1191, + "_index": 1662, "data": { "assets/defcon": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -226012,7 +226012,7 @@ [ "runs", { - "_index": 1225, + "_index": 1475, "data": { "manuals/debugging-game-logic": {}, "manuals/editor-preferences": {}, @@ -226029,7 +226029,7 @@ [ "runtime", { - "_index": 87, + "_index": 151, "data": { "assets/defarc": {}, "assets/defold-ink": {}, @@ -226087,7 +226087,7 @@ [ "rustore", { - "_index": 6253, + "_index": 6365, "data": { "assets/rustore-appupdate": {}, "assets/rustore-billing": {}, @@ -226101,7 +226101,7 @@ [ "rw", { - "_index": 4242, + "_index": 3289, "data": { "manuals/bob": {} }, @@ -226111,7 +226111,7 @@ [ "s", { - "_index": 112, + "_index": 2916, "data": { "manuals/android": {}, "manuals/extensions": {}, @@ -226133,7 +226133,7 @@ [ "s,1,j", { - "_index": 10164, + "_index": 7175, "data": { "ref/stable/string": {} }, @@ -226143,7 +226143,7 @@ [ "s1", { - "_index": 7596, + "_index": 9665, "data": { "ref/stable/dmStringFunc": {}, "ref/stable/dmTransform": {} @@ -226154,7 +226154,7 @@ [ "s2", { - "_index": 7597, + "_index": 9666, "data": { "ref/stable/dmStringFunc": {}, "ref/stable/dmTransform": {} @@ -226165,7 +226165,7 @@ [ "s3", { - "_index": 1809, + "_index": 3314, "data": { "manuals/live-update": {}, "manuals/live-update-aws": {}, @@ -226177,7 +226177,7 @@ [ "s[i", { - "_index": 10098, + "_index": 7090, "data": { "ref/stable/string": {} }, @@ -226187,7 +226187,7 @@ [ "s[i+1", { - "_index": 10099, + "_index": 7091, "data": { "ref/stable/string": {} }, @@ -226197,7 +226197,7 @@ [ "s[j", { - "_index": 10100, + "_index": 7092, "data": { "ref/stable/string": {} }, @@ -226207,7 +226207,7 @@ [ "sa", { - "_index": 7901, + "_index": 8537, "data": { "ref/stable/render": {} }, @@ -226217,7 +226217,7 @@ [ "safari", { - "_index": 585, + "_index": 5232, "data": { "manuals/app-manifest": {} }, @@ -226227,7 +226227,7 @@ [ "safari/602.4.8", { - "_index": 8469, + "_index": 9601, "data": { "ref/stable/sys": {} }, @@ -226237,7 +226237,7 @@ [ "safariservices", { - "_index": 1311, + "_index": 4671, "data": { "manuals/extensions-ext-manifests": {} }, @@ -226247,7 +226247,7 @@ [ "safe", { - "_index": 1753, + "_index": 4876, "data": { "assets/safearea": {}, "manuals/android": {}, @@ -226263,7 +226263,7 @@ [ "safearea", { - "_index": 6417, + "_index": 6323, "data": { "assets/safearea": {} }, @@ -226273,7 +226273,7 @@ [ "safely", { - "_index": 4885, + "_index": 3412, "data": { "assets/pigeon": {}, "manuals/addressing": {}, @@ -226286,7 +226286,7 @@ [ "sales", { - "_index": 1641, + "_index": 4833, "data": { "manuals/porting-guidelines": {} }, @@ -226296,7 +226296,7 @@ [ "same", { - "_index": 759, + "_index": 387, "data": { "assets/splitmix64": {}, "examples/basics/parent_child": {}, @@ -226376,7 +226376,7 @@ [ "sample", { - "_index": 389, + "_index": 3071, "data": { "assets/crypto_iap": {}, "assets/perspectiveparallax": {}, @@ -226395,7 +226395,7 @@ [ "sampled", { - "_index": 4702, + "_index": 2232, "data": { "examples/sprite/tint": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -226407,7 +226407,7 @@ [ "sampler", { - "_index": 986, + "_index": 2667, "data": { "examples/material/screenspace": {}, "examples/model/cubemap": {}, @@ -226423,7 +226423,7 @@ [ "sampler2d", { - "_index": 927, + "_index": 2636, "data": { "manuals/compute": {}, "manuals/shader": {} @@ -226434,7 +226434,7 @@ [ "sampler2darray", { - "_index": 1000, + "_index": 2677, "data": { "manuals/shader": {} }, @@ -226444,7 +226444,7 @@ [ "sampler_2d", { - "_index": 1115, + "_index": 2745, "data": { "manuals/shader": {} }, @@ -226454,7 +226454,7 @@ [ "sampler_2d_array", { - "_index": 1116, + "_index": 2746, "data": { "manuals/shader": {} }, @@ -226464,7 +226464,7 @@ [ "samplercube", { - "_index": 1004, + "_index": 2680, "data": { "manuals/shader": {} }, @@ -226474,7 +226474,7 @@ [ "samplers", { - "_index": 926, + "_index": 2635, "data": { "manuals/compute": {}, "manuals/material": {}, @@ -226486,7 +226486,7 @@ [ "samples", { - "_index": 999, + "_index": 2676, "data": { "manuals/atlas": {}, "manuals/material": {}, @@ -226499,7 +226499,7 @@ [ "sampling", { - "_index": 1110, + "_index": 2118, "data": { "assets/sharpsprite": {}, "examples/material/screenspace": {}, @@ -226513,7 +226513,7 @@ [ "sandbox", { - "_index": 2185, + "_index": 621, "data": { "manuals/html5": {} }, @@ -226523,7 +226523,7 @@ [ "sans", { - "_index": 3118, + "_index": 2406, "data": { "manuals/editor-styling": {} }, @@ -226533,7 +226533,7 @@ [ "save", { - "_index": 660, + "_index": 2514, "data": { "assets/def-behavior-tree": {}, "assets/defdiags": {}, @@ -226564,7 +226564,7 @@ [ "save_game", { - "_index": 1686, + "_index": 4852, "data": { "manuals/porting-guidelines": {} }, @@ -226574,7 +226574,7 @@ [ "saved", { - "_index": 1661, + "_index": 2442, "data": { "manuals/editor": {}, "manuals/live-update": {}, @@ -226590,7 +226590,7 @@ [ "savegame", { - "_index": 1689, + "_index": 4855, "data": { "manuals/porting-guidelines": {} }, @@ -226600,7 +226600,7 @@ [ "savemessagetoarray", { - "_index": 10506, + "_index": 9028, "data": { "ref/stable/dmDDF": {} }, @@ -226610,7 +226610,7 @@ [ "saver", { - "_index": 6743, + "_index": 6578, "data": { "assets/defold-saver": {} }, @@ -226620,7 +226620,7 @@ [ "saves", { - "_index": 4353, + "_index": 4804, "data": { "manuals/debugging-native-code": {}, "manuals/importing-assets": {}, @@ -226632,7 +226632,7 @@ [ "saving", { - "_index": 1679, + "_index": 4849, "data": { "assets/defold-persist": {}, "examples/file/sys_save_load": {}, @@ -226647,7 +226647,7 @@ [ "saw", { - "_index": 4966, + "_index": 4772, "data": { "manuals/extensions": {} }, @@ -226657,7 +226657,7 @@ [ "say", { - "_index": 7266, + "_index": 9315, "data": { "ref/stable/package": {} }, @@ -226667,7 +226667,7 @@ [ "says", { - "_index": 4514, + "_index": 5662, "data": { "manuals/dev-app": {} }, @@ -226677,7 +226677,7 @@ [ "sb", { - "_index": 7900, + "_index": 8536, "data": { "ref/stable/render": {} }, @@ -226687,7 +226687,7 @@ [ "scalar", { - "_index": 8304, + "_index": 6997, "data": { "ref/stable/vmath": {} }, @@ -226697,7 +226697,7 @@ [ "scale", { - "_index": 175, + "_index": 75, "data": { "examples/particles/confetti": {}, "examples/particles/fire_and_smoke": {}, @@ -226748,7 +226748,7 @@ [ "scale.x", { - "_index": 850, + "_index": 5625, "data": { "manuals/label": {} }, @@ -226758,7 +226758,7 @@ [ "scale_x", { - "_index": 848, + "_index": 5624, "data": { "manuals/label": {} }, @@ -226768,7 +226768,7 @@ [ "scaled", { - "_index": 3234, + "_index": 3854, "data": { "examples/material/noise": {}, "examples/material/uvgradient": {}, @@ -226783,7 +226783,7 @@ [ "scales", { - "_index": 4453, + "_index": 386, "data": { "manuals/editor": {}, "manuals/gui": {} @@ -226794,7 +226794,7 @@ [ "scaling", { - "_index": 171, + "_index": 328, "data": { "assets/fontscale": {}, "examples/gui/progress": {}, @@ -226819,7 +226819,7 @@ [ "scanning", { - "_index": 5944, + "_index": 1967, "data": { "manuals/editor-preferences": {} }, @@ -226829,7 +226829,7 @@ [ "sceen", { - "_index": 10834, + "_index": 10192, "data": { "ref/stable/profiler": {} }, @@ -226839,7 +226839,7 @@ [ "scenario", { - "_index": 1567, + "_index": 3101, "data": { "manuals/flash": {}, "manuals/optimization-speed": {} @@ -226850,7 +226850,7 @@ [ "scenarios", { - "_index": 3279, + "_index": 1887, "data": { "manuals/flash": {}, "manuals/physics-groups": {} @@ -226861,7 +226861,7 @@ [ "scene", { - "_index": 1603, + "_index": 48, "data": { "assets/illumination": {}, "assets/lightandshadows": {}, @@ -226888,7 +226888,7 @@ [ "scene3d", { - "_index": 6749, + "_index": 6393, "data": { "assets/scene3d": {} }, @@ -226898,7 +226898,7 @@ [ "scenenode", { - "_index": 9630, + "_index": 9270, "data": { "ref/stable/dmGameObject": {} }, @@ -226908,7 +226908,7 @@ [ "scenenodeiterator", { - "_index": 9631, + "_index": 9271, "data": { "ref/stable/dmGameObject": {} }, @@ -226918,7 +226918,7 @@ [ "scenenodeproperty", { - "_index": 9633, + "_index": 9273, "data": { "ref/stable/dmGameObject": {} }, @@ -226928,7 +226928,7 @@ [ "scenenodepropertyiterator", { - "_index": 9642, + "_index": 9281, "data": { "ref/stable/dmGameObject": {} }, @@ -226938,7 +226938,7 @@ [ "scenenodepropertytype", { - "_index": 9643, + "_index": 9282, "data": { "ref/stable/dmGameObject": {} }, @@ -226948,7 +226948,7 @@ [ "scenes", { - "_index": 3384, + "_index": 5159, "data": { "manuals/application-lifecycle": {}, "manuals/flash": {}, @@ -226960,7 +226960,7 @@ [ "scheduled", { - "_index": 8961, + "_index": 9848, "data": { "ref/stable/go": {} }, @@ -226970,7 +226970,7 @@ [ "schedules", { - "_index": 3965, + "_index": 1481, "data": { "manuals/editor-scripts-ui": {} }, @@ -226980,7 +226980,7 @@ [ "schema", { - "_index": 5252, + "_index": 5458, "data": { "manuals/editor-scripts": {} }, @@ -226990,7 +226990,7 @@ [ "schematically", { - "_index": 4843, + "_index": 3353, "data": { "manuals/addressing": {} }, @@ -227000,7 +227000,7 @@ [ "scheme", { - "_index": 3459, + "_index": 2998, "data": { "manuals/debugging-native-code-ios": {}, "manuals/ios": {}, @@ -227015,7 +227015,7 @@ [ "schemes", { - "_index": 6778, + "_index": 9545, "data": { "ref/stable/liveupdate": {}, "ref/stable/sys": {} @@ -227026,7 +227026,7 @@ [ "sci", { - "_index": 6401, + "_index": 6290, "data": { "assets/alienworld": {}, "assets/warbattlesassetpack": {} @@ -227037,7 +227037,7 @@ [ "sclae", { - "_index": 8345, + "_index": 7043, "data": { "ref/stable/vmath": {} }, @@ -227047,7 +227047,7 @@ [ "scope", { - "_index": 1521, + "_index": 563, "data": { "manuals/editor-scripts": {}, "manuals/extensions": {}, @@ -227069,7 +227069,7 @@ [ "scope_begin", { - "_index": 10860, + "_index": 10218, "data": { "ref/stable/profiler": {} }, @@ -227079,7 +227079,7 @@ [ "scope_end", { - "_index": 10862, + "_index": 10220, "data": { "ref/stable/profiler": {} }, @@ -227089,7 +227089,7 @@ [ "scoped", { - "_index": 5254, + "_index": 5460, "data": { "manuals/editor-scripts": {} }, @@ -227099,7 +227099,7 @@ [ "scopes", { - "_index": 1589, + "_index": 3110, "data": { "manuals/optimization-speed": {} }, @@ -227109,7 +227109,7 @@ [ "score", { - "_index": 114, + "_index": 1583, "data": { "manuals/flash": {}, "manuals/gui-layouts": {}, @@ -227122,7 +227122,7 @@ [ "score_node", { - "_index": 3539, + "_index": 1610, "data": { "manuals/message-passing": {} }, @@ -227132,7 +227132,7 @@ [ "scores", { - "_index": 2663, + "_index": 2913, "data": { "manuals/application-security": {}, "manuals/gui-layouts": {} @@ -227143,7 +227143,7 @@ [ "scoring", { - "_index": 2670, + "_index": 2921, "data": { "manuals/gui-layouts": {} }, @@ -227153,7 +227153,7 @@ [ "scratch", { - "_index": 2558, + "_index": 5903, "data": { "assets/sidescrollertutorialfromscratch": {}, "manuals/gui-script": {} @@ -227164,7 +227164,7 @@ [ "screen", { - "_index": 366, + "_index": 23, "data": { "assets/monarch": {}, "assets/orthographic": {}, @@ -227212,7 +227212,7 @@ [ "screen_dx", { - "_index": 9096, + "_index": 7944, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -227223,7 +227223,7 @@ [ "screen_dy", { - "_index": 9097, + "_index": 7945, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -227234,7 +227234,7 @@ [ "screen_size", { - "_index": 6238, + "_index": 6242, "data": { "examples/material/screenspace": {} }, @@ -227244,7 +227244,7 @@ [ "screen_to_local", { - "_index": 9331, + "_index": 7850, "data": { "ref/stable/gui": {} }, @@ -227254,7 +227254,7 @@ [ "screen_to_world", { - "_index": 6045, + "_index": 3458, "data": { "examples/render/screen_to_world": {}, "manuals/camera": {} @@ -227265,7 +227265,7 @@ [ "screen_x", { - "_index": 9094, + "_index": 7940, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -227276,7 +227276,7 @@ [ "screen_y", { - "_index": 9095, + "_index": 7941, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -227287,7 +227287,7 @@ [ "screens", { - "_index": 3248, + "_index": 2213, "data": { "examples/particles/confetti": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -227299,7 +227299,7 @@ [ "screenshot", { - "_index": 3229, + "_index": 5053, "data": { "assets/screenshot": {}, "manuals/flash": {} @@ -227310,7 +227310,7 @@ [ "screenshots", { - "_index": 2398, + "_index": 4938, "data": { "assets/screenshot": {}, "manuals/getting-help": {} @@ -227321,7 +227321,7 @@ [ "screenspace", { - "_index": 6236, + "_index": 6240, "data": { "examples/material/screenspace": {} }, @@ -227331,7 +227331,7 @@ [ "script", { - "_index": 569, + "_index": 97, "data": { "assets/defold-index": {}, "assets/deployer": {}, @@ -227444,7 +227444,7 @@ [ "script's", { - "_index": 4476, + "_index": 512, "data": { "manuals/editor-scripts": {}, "manuals/gui": {} @@ -227455,7 +227455,7 @@ [ "script_value", { - "_index": 5097, + "_index": 5198, "data": { "manuals/lua": {} }, @@ -227465,7 +227465,7 @@ [ "scriptable", { - "_index": 3731, + "_index": 1861, "data": { "manuals/render": {} }, @@ -227475,7 +227475,7 @@ [ "scripted", { - "_index": 5368, + "_index": 4562, "data": { "manuals/glossary": {}, "manuals/macos": {} @@ -227486,7 +227486,7 @@ [ "scripting", { - "_index": 2090, + "_index": 1080, "data": { "assets/defkit": {}, "assets/visual-novel-template-ink": {}, @@ -227501,7 +227501,7 @@ [ "scripts", { - "_index": 1973, + "_index": 1604, "data": { "assets/cards-fx-kit": {}, "assets/defkit": {}, @@ -227535,7 +227535,7 @@ [ "scripts/minify", { - "_index": 5190, + "_index": 5397, "data": { "manuals/editor-scripts": {} }, @@ -227545,7 +227545,7 @@ [ "scroll", { - "_index": 1980, + "_index": 772, "data": { "examples/render/orbit_camera": {}, "manuals/editor": {}, @@ -227563,7 +227563,7 @@ [ "scrolled", { - "_index": 2122, + "_index": 4468, "data": { "manuals/input-mouse-and-touch": {} }, @@ -227573,7 +227573,7 @@ [ "scroller", { - "_index": 6527, + "_index": 6536, "data": { "assets/sidescrollertutorialfromscratch": {} }, @@ -227583,7 +227583,7 @@ [ "scrolling", { - "_index": 6717, + "_index": 6604, "data": { "assets/defold-typewriter": {} }, @@ -227593,7 +227593,7 @@ [ "sdk", { - "_index": 1262, + "_index": 1032, "data": { "assets/adjustsdk": {}, "assets/colyseus": {}, @@ -227624,7 +227624,7 @@ [ "sdks", { - "_index": 2850, + "_index": 4202, "data": { "manuals/application-security": {} }, @@ -227634,7 +227634,7 @@ [ "seamless", { - "_index": 6291, + "_index": 6400, "data": { "assets/googleplaygameservices": {} }, @@ -227644,7 +227644,7 @@ [ "search", { - "_index": 2402, + "_index": 2852, "data": { "manuals/atlas": {}, "manuals/editor": {}, @@ -227660,7 +227660,7 @@ [ "searcher", { - "_index": 7262, + "_index": 9312, "data": { "ref/stable/package": {} }, @@ -227670,7 +227670,7 @@ [ "searchers", { - "_index": 7263, + "_index": 9313, "data": { "ref/stable/package": {} }, @@ -227680,7 +227680,7 @@ [ "searches", { - "_index": 7290, + "_index": 9337, "data": { "ref/stable/base": {}, "ref/stable/package": {} @@ -227691,7 +227691,7 @@ [ "searching", { - "_index": 7301, + "_index": 9347, "data": { "ref/stable/package": {} }, @@ -227701,7 +227701,7 @@ [ "seasonal", { - "_index": 1827, + "_index": 3323, "data": { "manuals/live-update": {} }, @@ -227711,7 +227711,7 @@ [ "sec", { - "_index": 8534, + "_index": 9932, "data": { "ref/stable/os": {} }, @@ -227721,7 +227721,7 @@ [ "second", { - "_index": 756, + "_index": 1221, "data": { "examples/material/screenspace": {}, "examples/particles/confetti": {}, @@ -227760,7 +227760,7 @@ [ "secondary", { - "_index": 5750, + "_index": 3829, "data": { "manuals/sprite": {} }, @@ -227770,7 +227770,7 @@ [ "secondly", { - "_index": 965, + "_index": 2652, "data": { "manuals/shader": {} }, @@ -227780,7 +227780,7 @@ [ "seconds", { - "_index": 3171, + "_index": 1160, "data": { "examples/timer/repeating_timer": {}, "manuals/editor-scripts": {}, @@ -227805,7 +227805,7 @@ [ "secret", { - "_index": 3067, + "_index": 5048, "data": { "manuals/live-update-aws": {} }, @@ -227815,7 +227815,7 @@ [ "section", { - "_index": 180, + "_index": 294, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/application-security": {}, @@ -227843,7 +227843,7 @@ [ "section.key", { - "_index": 7314, + "_index": 9040, "data": { "ref/stable/dmConfigFile": {}, "ref/stable/engine": {}, @@ -227855,7 +227855,7 @@ [ "sections", { - "_index": 984, + "_index": 2665, "data": { "manuals/editor-scripts": {}, "manuals/profiling": {}, @@ -227867,7 +227867,7 @@ [ "sector", { - "_index": 9190, + "_index": 7694, "data": { "ref/stable/gui": {} }, @@ -227877,7 +227877,7 @@ [ "secure", { - "_index": 253, + "_index": 1078, "data": { "manuals/application-security": {}, "manuals/extensions-defold-sdk": {}, @@ -227892,7 +227892,7 @@ [ "secured", { - "_index": 8440, + "_index": 9573, "data": { "ref/stable/sys": {} }, @@ -227902,7 +227902,7 @@ [ "securing", { - "_index": 2782, + "_index": 4147, "data": { "manuals/application-security": {} }, @@ -227912,7 +227912,7 @@ [ "security", { - "_index": 2778, + "_index": 3672, "data": { "manuals/application-security": {}, "manuals/dev-app": {}, @@ -227925,7 +227925,7 @@ [ "see", { - "_index": 554, + "_index": 62, "data": { "assets/defgraph": {}, "assets/editor-script-check-dependencies-versions": {}, @@ -228015,7 +228015,7 @@ [ "seeall", { - "_index": 7309, + "_index": 9354, "data": { "ref/stable/package": {} }, @@ -228025,7 +228025,7 @@ [ "seed", { - "_index": 9772, + "_index": 7286, "data": { "ref/stable/math": {} }, @@ -228035,7 +228035,7 @@ [ "seeds", { - "_index": 6344, + "_index": 6756, "data": { "assets/splitmix64": {}, "ref/stable/math": {} @@ -228046,7 +228046,7 @@ [ "seek", { - "_index": 8581, + "_index": 9392, "data": { "ref/stable/io": {} }, @@ -228056,7 +228056,7 @@ [ "seem", { - "_index": 2643, + "_index": 2253, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/factory": {}, @@ -228069,7 +228069,7 @@ [ "seen", { - "_index": 2445, + "_index": 360, "data": { "manuals/addressing": {}, "manuals/atlas": {}, @@ -228083,7 +228083,7 @@ [ "segment", { - "_index": 1287, + "_index": 4652, "data": { "manuals/editor-scripts": {}, "manuals/extensions-ext-manifests": {} @@ -228094,7 +228094,7 @@ [ "segments", { - "_index": 4439, + "_index": 312, "data": { "assets/firebase-remoteconfig": {}, "manuals/gui": {}, @@ -228106,7 +228106,7 @@ [ "select", { - "_index": 548, + "_index": 208, "data": { "examples": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -228157,7 +228157,7 @@ [ "select_box", { - "_index": 3922, + "_index": 1402, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -228168,7 +228168,7 @@ [ "selectable", { - "_index": 10795, + "_index": 8950, "data": { "ref/stable/editor": {} }, @@ -228178,7 +228178,7 @@ [ "selected", { - "_index": 1979, + "_index": 85, "data": { "assets/editorscriptatlas": {}, "manuals/atlas": {}, @@ -228203,7 +228203,7 @@ [ "selecting", { - "_index": 2411, + "_index": 93, "data": { "manuals/atlas": {}, "manuals/building-blocks": {}, @@ -228224,7 +228224,7 @@ [ "selection", { - "_index": 1756, + "_index": 1413, "data": { "assets/editor-script-components": {}, "manuals/application-security": {}, @@ -228248,7 +228248,7 @@ [ "selector", { - "_index": 4407, + "_index": 80, "data": { "manuals/gui": {}, "ref/stable/dmSocket": {}, @@ -228260,7 +228260,7 @@ [ "selectorclear", { - "_index": 7723, + "_index": 9990, "data": { "ref/stable/dmSocket": {} }, @@ -228270,7 +228270,7 @@ [ "selectorisset", { - "_index": 7726, + "_index": 9993, "data": { "ref/stable/dmSocket": {} }, @@ -228280,7 +228280,7 @@ [ "selectorkind", { - "_index": 7725, + "_index": 9992, "data": { "ref/stable/dmSocket": {} }, @@ -228290,7 +228290,7 @@ [ "selectorset", { - "_index": 7728, + "_index": 9995, "data": { "ref/stable/dmSocket": {} }, @@ -228300,7 +228300,7 @@ [ "selectorzero", { - "_index": 7730, + "_index": 9997, "data": { "ref/stable/dmSocket": {} }, @@ -228310,7 +228310,7 @@ [ "selects", { - "_index": 2898, + "_index": 1927, "data": { "manuals/editor-scripts": {}, "manuals/input-key-and-text": {}, @@ -228322,7 +228322,7 @@ [ "self", { - "_index": 104, + "_index": 167, "data": { "manuals/addressing": {}, "manuals/application-security": {}, @@ -228383,7 +228383,7 @@ [ "self.accelerating", { - "_index": 5997, + "_index": 5794, "data": { "manuals/physics-joints": {} }, @@ -228393,7 +228393,7 @@ [ "self.camera_projection", { - "_index": 3686, + "_index": 1786, "data": { "manuals/render": {} }, @@ -228403,7 +228403,7 @@ [ "self.constants", { - "_index": 2911, + "_index": 6044, "data": { "manuals/material": {} }, @@ -228413,7 +228413,7 @@ [ "self.constants.tint", { - "_index": 2913, + "_index": 6045, "data": { "manuals/material": {} }, @@ -228423,7 +228423,7 @@ [ "self.correction", { - "_index": 4769, + "_index": 3994, "data": { "manuals/physics-resolving-collisions": {} }, @@ -228433,7 +228433,7 @@ [ "self.count", { - "_index": 3564, + "_index": 1665, "data": { "manuals/message-passing": {} }, @@ -228443,7 +228443,7 @@ [ "self.dodge", { - "_index": 3093, + "_index": 2492, "data": { "manuals/flipbook-animation": {} }, @@ -228453,7 +228453,7 @@ [ "self.enemy_url", { - "_index": 1587, + "_index": 3109, "data": { "manuals/optimization-speed": {} }, @@ -228463,7 +228463,7 @@ [ "self.foo", { - "_index": 5098, + "_index": 5199, "data": { "manuals/lua": {} }, @@ -228473,7 +228473,7 @@ [ "self.go_id", { - "_index": 2627, + "_index": 4341, "data": { "manuals/factory": {} }, @@ -228483,7 +228483,7 @@ [ "self.go_ids", { - "_index": 721, + "_index": 2538, "data": { "manuals/collection-factory": {} }, @@ -228493,7 +228493,7 @@ [ "self.http_url", { - "_index": 5791, + "_index": 3952, "data": { "manuals/live-update-scripting": {} }, @@ -228503,7 +228503,7 @@ [ "self.minimap_positions", { - "_index": 3546, + "_index": 1626, "data": { "manuals/message-passing": {} }, @@ -228513,7 +228513,7 @@ [ "self.model_pred", { - "_index": 4141, + "_index": 5934, "data": { "manuals/model": {} }, @@ -228523,7 +228523,7 @@ [ "self.my_atlas", { - "_index": 2370, + "_index": 5641, "data": { "manuals/script-properties": {} }, @@ -228533,7 +228533,7 @@ [ "self.my_font", { - "_index": 2371, + "_index": 5642, "data": { "manuals/script-properties": {} }, @@ -228543,7 +228543,7 @@ [ "self.my_full_screen_predicate", { - "_index": 3697, + "_index": 1800, "data": { "manuals/render": {} }, @@ -228553,7 +228553,7 @@ [ "self.my_material", { - "_index": 2372, + "_index": 5643, "data": { "manuals/script-properties": {} }, @@ -228563,7 +228563,7 @@ [ "self.my_pred", { - "_index": 2915, + "_index": 6046, "data": { "manuals/material": {} }, @@ -228573,7 +228573,7 @@ [ "self.my_property", { - "_index": 2357, + "_index": 5633, "data": { "manuals/script-properties": {} }, @@ -228583,7 +228583,7 @@ [ "self.my_texture", { - "_index": 2374, + "_index": 1833, "data": { "manuals/render": {}, "manuals/script-properties": {} @@ -228594,7 +228594,7 @@ [ "self.my_tile_predicate", { - "_index": 3701, + "_index": 1810, "data": { "manuals/render": {} }, @@ -228604,7 +228604,7 @@ [ "self.my_tile_source", { - "_index": 2376, + "_index": 5644, "data": { "manuals/script-properties": {} }, @@ -228614,7 +228614,7 @@ [ "self.mybigfont", { - "_index": 4415, + "_index": 176, "data": { "manuals/gui": {} }, @@ -228624,7 +228624,7 @@ [ "self.myeffect", { - "_index": 4420, + "_index": 184, "data": { "manuals/gui": {} }, @@ -228634,7 +228634,7 @@ [ "self.mytheme", { - "_index": 4425, + "_index": 192, "data": { "manuals/gui": {} }, @@ -228644,7 +228644,7 @@ [ "self.parent", { - "_index": 2626, + "_index": 4340, "data": { "manuals/factory": {} }, @@ -228654,7 +228654,7 @@ [ "self.predicates", { - "_index": 3620, + "_index": 1702, "data": { "manuals/render": {} }, @@ -228664,7 +228664,7 @@ [ "self.predicates.model", { - "_index": 3635, + "_index": 1726, "data": { "manuals/render": {} }, @@ -228674,7 +228674,7 @@ [ "self.score", { - "_index": 3533, + "_index": 1593, "data": { "manuals/message-passing": {} }, @@ -228684,7 +228684,7 @@ [ "self.shield", { - "_index": 698, + "_index": 2529, "data": { "manuals/collection-factory": {} }, @@ -228694,7 +228694,7 @@ [ "self.sounds", { - "_index": 5725, + "_index": 3562, "data": { "manuals/sound": {} }, @@ -228704,7 +228704,7 @@ [ "self.spawed_drone", { - "_index": 2622, + "_index": 4336, "data": { "manuals/factory": {} }, @@ -228714,7 +228714,7 @@ [ "self.spawned_coins", { - "_index": 2604, + "_index": 4317, "data": { "manuals/factory": {} }, @@ -228724,7 +228724,7 @@ [ "self.spawned_drone", { - "_index": 2618, + "_index": 4332, "data": { "manuals/factory": {} }, @@ -228734,7 +228734,7 @@ [ "self.state", { - "_index": 3623, + "_index": 1705, "data": { "manuals/render": {} }, @@ -228744,7 +228744,7 @@ [ "self.storage_texture", { - "_index": 2977, + "_index": 5290, "data": { "manuals/compute": {} }, @@ -228754,7 +228754,7 @@ [ "self.texture_in", { - "_index": 3028, + "_index": 5330, "data": { "manuals/compute": {} }, @@ -228764,7 +228764,7 @@ [ "self.texture_out", { - "_index": 3030, + "_index": 5332, "data": { "manuals/compute": {} }, @@ -228774,7 +228774,7 @@ [ "self.updates", { - "_index": 3563, + "_index": 1664, "data": { "manuals/message-passing": {} }, @@ -228784,7 +228784,7 @@ [ "self.value", { - "_index": 2718, + "_index": 5744, "data": { "manuals/modules": {} }, @@ -228794,7 +228794,7 @@ [ "self.velocity", { - "_index": 6016, + "_index": 2380, "data": { "manuals/hot-reload": {} }, @@ -228804,7 +228804,7 @@ [ "semantics", { - "_index": 3976, + "_index": 1515, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/dmHashTable": {} @@ -228815,7 +228815,7 @@ [ "semibold", { - "_index": 3130, + "_index": 2415, "data": { "manuals/editor-styling": {} }, @@ -228825,7 +228825,7 @@ [ "semicolons", { - "_index": 5092, + "_index": 5193, "data": { "manuals/lua": {}, "ref/stable/package": {} @@ -228836,7 +228836,7 @@ [ "send", { - "_index": 2023, + "_index": 1621, "data": { "assets/quickbutton": {}, "examples/collection/proxy": {}, @@ -228873,7 +228873,7 @@ [ "sendattribute", { - "_index": 7614, + "_index": 10019, "data": { "ref/stable/dmWebServer": {} }, @@ -228883,7 +228883,7 @@ [ "sender", { - "_index": 107, + "_index": 1609, "data": { "manuals/factory": {}, "manuals/gui-layouts": {}, @@ -228910,7 +228910,7 @@ [ "sender/receiver", { - "_index": 10475, + "_index": 7304, "data": { "ref/stable/dmMessage": {} }, @@ -228920,7 +228920,7 @@ [ "sending", { - "_index": 1619, + "_index": 1574, "data": { "assets/websocket": {}, "examples/collection/proxy": {}, @@ -228944,7 +228944,7 @@ [ "sends", { - "_index": 1232, + "_index": 1624, "data": { "manuals/message-passing": {}, "manuals/render": {}, @@ -228960,7 +228960,7 @@ [ "sendt", { - "_index": 8235, + "_index": 10540, "data": { "ref/stable/socket": {} }, @@ -228970,7 +228970,7 @@ [ "sendto", { - "_index": 8131, + "_index": 10443, "data": { "ref/stable/socket": {} }, @@ -228980,7 +228980,7 @@ [ "sense", { - "_index": 4890, + "_index": 3419, "data": { "manuals/addressing": {}, "ref/stable/socket": {} @@ -228991,7 +228991,7 @@ [ "sensible", { - "_index": 4373, + "_index": 4420, "data": { "manuals/tilesource": {} }, @@ -229001,7 +229001,7 @@ [ "sensitive", { - "_index": 2775, + "_index": 4143, "data": { "manuals/application-security": {} }, @@ -229011,7 +229011,7 @@ [ "sensors", { - "_index": 1744, + "_index": 4872, "data": { "manuals/porting-guidelines": {} }, @@ -229021,7 +229021,7 @@ [ "sent", { - "_index": 1957, + "_index": 1588, "data": { "examples/collection/timestep": {}, "manuals/application-security": {}, @@ -229061,7 +229061,7 @@ [ "sentinel", { - "_index": 6377, + "_index": 6640, "data": { "assets/sentinel": {} }, @@ -229071,7 +229071,7 @@ [ "sentry.io", { - "_index": 6379, + "_index": 6642, "data": { "assets/sentinel": {} }, @@ -229081,7 +229081,7 @@ [ "sep", { - "_index": 6842, + "_index": 6940, "data": { "ref/stable/table": {} }, @@ -229091,7 +229091,7 @@ [ "sep..table[j", { - "_index": 6841, + "_index": 6939, "data": { "ref/stable/table": {} }, @@ -229101,7 +229101,7 @@ [ "separate", { - "_index": 301, + "_index": 579, "data": { "manuals/addressing": {}, "manuals/building-blocks": {}, @@ -229139,7 +229139,7 @@ [ "separated", { - "_index": 1928, + "_index": 877, "data": { "manuals/atlas": {}, "manuals/bob": {}, @@ -229158,7 +229158,7 @@ [ "separately", { - "_index": 1989, + "_index": 1897, "data": { "manuals/editor-styling": {}, "manuals/input": {}, @@ -229172,7 +229172,7 @@ [ "separation", { - "_index": 4752, + "_index": 3976, "data": { "manuals/physics-resolving-collisions": {}, "ref/stable/editor": {} @@ -229183,7 +229183,7 @@ [ "separations", { - "_index": 4755, + "_index": 3979, "data": { "manuals/physics-resolving-collisions": {} }, @@ -229193,7 +229193,7 @@ [ "separator", { - "_index": 3943, + "_index": 1442, "data": { "manuals/addressing": {}, "manuals/editor-scripts-ui": {}, @@ -229206,7 +229206,7 @@ [ "sequence", { - "_index": 3075, + "_index": 1926, "data": { "assets/deftimeline": {}, "manuals/application-lifecycle": {}, @@ -229226,7 +229226,7 @@ [ "sequenced", { - "_index": 8958, + "_index": 7578, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -229237,7 +229237,7 @@ [ "sequences", { - "_index": 2289, + "_index": 829, "data": { "manuals/flash": {}, "manuals/html5": {}, @@ -229250,7 +229250,7 @@ [ "sequential", { - "_index": 9165, + "_index": 7620, "data": { "ref/stable/gui": {}, "ref/stable/sound": {} @@ -229261,7 +229261,7 @@ [ "sequentially", { - "_index": 5296, + "_index": 5498, "data": { "manuals/editor-scripts": {} }, @@ -229271,7 +229271,7 @@ [ "sergey", { - "_index": 3472, + "_index": 3015, "data": { "manuals/ios": {} }, @@ -229281,7 +229281,7 @@ [ "serial", { - "_index": 3410, + "_index": 2943, "data": { "manuals/ios": {} }, @@ -229291,7 +229291,7 @@ [ "serialize", { - "_index": 8512, + "_index": 9641, "data": { "ref/stable/dmScript": {}, "ref/stable/sys": {} @@ -229302,7 +229302,7 @@ [ "serialized", { - "_index": 8513, + "_index": 9642, "data": { "ref/stable/sys": {} }, @@ -229312,7 +229312,7 @@ [ "serializing", { - "_index": 10501, + "_index": 9023, "data": { "ref/stable/dmDDF": {} }, @@ -229322,7 +229322,7 @@ [ "series", { - "_index": 1215, + "_index": 2807, "data": { "manuals/animation": {}, "manuals/flash": {}, @@ -229337,7 +229337,7 @@ [ "serve", { - "_index": 3274, + "_index": 5083, "data": { "manuals/flash": {} }, @@ -229347,7 +229347,7 @@ [ "server", { - "_index": 283, + "_index": 646, "data": { "assets/chrono": {}, "assets/defquest": {}, @@ -229384,7 +229384,7 @@ [ "server's", { - "_index": 5241, + "_index": 5447, "data": { "manuals/editor-scripts": {} }, @@ -229394,7 +229394,7 @@ [ "server/_tmp", { - "_index": 1427, + "_index": 4052, "data": { "manuals/extender-local-setup": {} }, @@ -229404,7 +229404,7 @@ [ "server/app", { - "_index": 1429, + "_index": 4054, "data": { "manuals/extender-local-setup": {} }, @@ -229414,7 +229414,7 @@ [ "server/docker/docker", { - "_index": 1462, + "_index": 4082, "data": { "manuals/extender-local-setup": {} }, @@ -229424,7 +229424,7 @@ [ "server:accept", { - "_index": 8184, + "_index": 10495, "data": { "ref/stable/socket": {} }, @@ -229434,7 +229434,7 @@ [ "server:close", { - "_index": 8187, + "_index": 10498, "data": { "ref/stable/socket": {} }, @@ -229444,7 +229444,7 @@ [ "server:dirty", { - "_index": 8188, + "_index": 10499, "data": { "ref/stable/socket": {} }, @@ -229454,7 +229454,7 @@ [ "server:getfd", { - "_index": 8189, + "_index": 10500, "data": { "ref/stable/socket": {} }, @@ -229464,7 +229464,7 @@ [ "server:getoption", { - "_index": 8190, + "_index": 10501, "data": { "ref/stable/socket": {} }, @@ -229474,7 +229474,7 @@ [ "server:getsockname", { - "_index": 8192, + "_index": 10503, "data": { "ref/stable/socket": {} }, @@ -229484,7 +229484,7 @@ [ "server:getstats", { - "_index": 8193, + "_index": 10504, "data": { "ref/stable/socket": {} }, @@ -229494,7 +229494,7 @@ [ "server:setfd", { - "_index": 8194, + "_index": 10505, "data": { "ref/stable/socket": {} }, @@ -229504,7 +229504,7 @@ [ "server:setoption", { - "_index": 8191, + "_index": 10502, "data": { "ref/stable/socket": {} }, @@ -229514,7 +229514,7 @@ [ "server:setstats", { - "_index": 8195, + "_index": 10506, "data": { "ref/stable/socket": {} }, @@ -229524,7 +229524,7 @@ [ "server:settimeout", { - "_index": 8196, + "_index": 10507, "data": { "ref/stable/socket": {} }, @@ -229534,7 +229534,7 @@ [ "server__", { - "_index": 1459, + "_index": 4080, "data": { "manuals/extender-local-setup": {} }, @@ -229544,7 +229544,7 @@ [ "servers", { - "_index": 1368, + "_index": 2355, "data": { "assets/colyseus": {}, "manuals/application-security": {}, @@ -229558,7 +229558,7 @@ [ "serves", { - "_index": 6575, + "_index": 6696, "data": { "assets/gamedistribution": {} }, @@ -229568,7 +229568,7 @@ [ "service", { - "_index": 1350, + "_index": 2019, "data": { "assets/firebase-remoteconfig": {}, "assets/rustore-remoteconfig": {}, @@ -229587,7 +229587,7 @@ [ "service_network_alias", { - "_index": 4924, + "_index": 4799, "data": { "manuals/extender-docker-images": {} }, @@ -229597,7 +229597,7 @@ [ "services", { - "_index": 1487, + "_index": 2020, "data": { "assets/adswrapper": {}, "assets/googleplaygameservices": {}, @@ -229613,7 +229613,7 @@ [ "services.yml", { - "_index": 4913, + "_index": 4789, "data": { "manuals/extender-docker-images": {} }, @@ -229623,7 +229623,7 @@ [ "serving", { - "_index": 5891, + "_index": 2347, "data": { "manuals/working-offline": {} }, @@ -229633,7 +229633,7 @@ [ "session", { - "_index": 2334, + "_index": 916, "data": { "assets/defsave": {}, "manuals/debugging-native-code": {}, @@ -229649,7 +229649,7 @@ [ "sessions", { - "_index": 6776, + "_index": 8387, "data": { "ref/stable/dmResource": {}, "ref/stable/liveupdate": {} @@ -229660,7 +229660,7 @@ [ "set", { - "_index": 42, + "_index": 90, "data": { "assets/defmath": {}, "assets/defold-runtime-atlas": {}, @@ -229810,7 +229810,7 @@ [ "set_active", { - "_index": 8921, + "_index": 10101, "data": { "ref/stable/b2d.body": {} }, @@ -229820,7 +229820,7 @@ [ "set_adjust_mode", { - "_index": 9339, + "_index": 7859, "data": { "ref/stable/gui": {} }, @@ -229830,7 +229830,7 @@ [ "set_alpha", { - "_index": 9341, + "_index": 7861, "data": { "ref/stable/gui": {} }, @@ -229840,7 +229840,7 @@ [ "set_angular_damping", { - "_index": 8929, + "_index": 10109, "data": { "ref/stable/b2d.body": {} }, @@ -229850,7 +229850,7 @@ [ "set_angular_velocity", { - "_index": 8931, + "_index": 10111, "data": { "ref/stable/b2d.body": {} }, @@ -229860,7 +229860,7 @@ [ "set_aspect_ratio", { - "_index": 10588, + "_index": 10277, "data": { "ref/stable/camera": {} }, @@ -229870,7 +229870,7 @@ [ "set_atlas", { - "_index": 7439, + "_index": 10370, "data": { "ref/stable/resource": {} }, @@ -229880,7 +229880,7 @@ [ "set_awake", { - "_index": 8933, + "_index": 10113, "data": { "ref/stable/b2d.body": {} }, @@ -229890,7 +229890,7 @@ [ "set_backing_texture", { - "_index": 3001, + "_index": 5305, "data": { "manuals/compute": {} }, @@ -229900,7 +229900,7 @@ [ "set_blend_func", { - "_index": 7846, + "_index": 8496, "data": { "ref/stable/render": {} }, @@ -229910,7 +229910,7 @@ [ "set_blend_mode", { - "_index": 9344, + "_index": 7863, "data": { "ref/stable/gui": {} }, @@ -229920,7 +229920,7 @@ [ "set_buffer", { - "_index": 7442, + "_index": 10373, "data": { "ref/stable/resource": {} }, @@ -229930,7 +229930,7 @@ [ "set_bullet", { - "_index": 8935, + "_index": 10115, "data": { "ref/stable/b2d.body": {} }, @@ -229940,7 +229940,7 @@ [ "set_camera", { - "_index": 7905, + "_index": 8541, "data": { "ref/stable/camera": {}, "ref/stable/render": {} @@ -229951,7 +229951,7 @@ [ "set_clipping_inverted", { - "_index": 9346, + "_index": 7865, "data": { "ref/stable/gui": {} }, @@ -229961,7 +229961,7 @@ [ "set_clipping_mode", { - "_index": 9348, + "_index": 7867, "data": { "ref/stable/gui": {} }, @@ -229971,7 +229971,7 @@ [ "set_clipping_visible", { - "_index": 9350, + "_index": 7869, "data": { "ref/stable/gui": {} }, @@ -229981,7 +229981,7 @@ [ "set_collection", { - "_index": 10519, + "_index": 7964, "data": { "ref/stable/collectionproxy": {} }, @@ -229991,7 +229991,7 @@ [ "set_color", { - "_index": 9351, + "_index": 7870, "data": { "ref/stable/gui": {} }, @@ -230001,7 +230001,7 @@ [ "set_color_mask", { - "_index": 7908, + "_index": 8544, "data": { "ref/stable/render": {} }, @@ -230011,7 +230011,7 @@ [ "set_compute", { - "_index": 7909, + "_index": 8547, "data": { "ref/stable/render": {} }, @@ -230021,7 +230021,7 @@ [ "set_connectivity_host", { - "_index": 8515, + "_index": 9644, "data": { "ref/stable/sys": {} }, @@ -230031,7 +230031,7 @@ [ "set_constant", { - "_index": 10603, + "_index": 10185, "data": { "ref/stable/particlefx": {} }, @@ -230041,7 +230041,7 @@ [ "set_count", { - "_index": 3986, + "_index": 1527, "data": { "manuals/editor-scripts-ui": {} }, @@ -230051,7 +230051,7 @@ [ "set_cull_face", { - "_index": 7911, + "_index": 8549, "data": { "ref/stable/render": {} }, @@ -230061,7 +230061,7 @@ [ "set_depth_func", { - "_index": 7919, + "_index": 8554, "data": { "ref/stable/render": {} }, @@ -230071,7 +230071,7 @@ [ "set_depth_mask", { - "_index": 7928, + "_index": 8556, "data": { "ref/stable/render": {} }, @@ -230081,7 +230081,7 @@ [ "set_dim_mode", { - "_index": 9691, + "_index": 7202, "data": { "ref/stable/window": {} }, @@ -230091,7 +230091,7 @@ [ "set_enabled", { - "_index": 3979, + "_index": 1518, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/gui": {} @@ -230102,7 +230102,7 @@ [ "set_error_handler", { - "_index": 8517, + "_index": 9647, "data": { "ref/stable/sys": {} }, @@ -230112,7 +230112,7 @@ [ "set_euler", { - "_index": 9354, + "_index": 7873, "data": { "ref/stable/gui": {} }, @@ -230122,7 +230122,7 @@ [ "set_far_z", { - "_index": 10590, + "_index": 10279, "data": { "ref/stable/camera": {} }, @@ -230132,7 +230132,7 @@ [ "set_file_path", { - "_index": 9932, + "_index": 8671, "data": { "ref/stable/crash": {} }, @@ -230142,7 +230142,7 @@ [ "set_fill_angle", { - "_index": 9355, + "_index": 7874, "data": { "ref/stable/gui": {} }, @@ -230152,7 +230152,7 @@ [ "set_fixed_rotation", { - "_index": 8937, + "_index": 10117, "data": { "ref/stable/b2d.body": {} }, @@ -230162,7 +230162,7 @@ [ "set_flipbook_cursor", { - "_index": 9357, + "_index": 7876, "data": { "ref/stable/gui": {} }, @@ -230172,7 +230172,7 @@ [ "set_flipbook_playback_rate", { - "_index": 9359, + "_index": 7878, "data": { "ref/stable/gui": {} }, @@ -230182,7 +230182,7 @@ [ "set_font", { - "_index": 9361, + "_index": 7880, "data": { "ref/stable/gui": {} }, @@ -230192,7 +230192,7 @@ [ "set_fov", { - "_index": 10592, + "_index": 10281, "data": { "ref/stable/camera": {} }, @@ -230202,7 +230202,7 @@ [ "set_gain", { - "_index": 10031, + "_index": 10686, "data": { "ref/stable/sound": {} }, @@ -230212,7 +230212,7 @@ [ "set_gravity", { - "_index": 7103, + "_index": 7513, "data": { "ref/stable/physics": {} }, @@ -230222,7 +230222,7 @@ [ "set_gravity_scale", { - "_index": 8939, + "_index": 10119, "data": { "ref/stable/b2d.body": {} }, @@ -230232,7 +230232,7 @@ [ "set_group", { - "_index": 7105, + "_index": 7515, "data": { "ref/stable/physics": {} }, @@ -230242,7 +230242,7 @@ [ "set_group_gain", { - "_index": 10050, + "_index": 10704, "data": { "ref/stable/sound": {} }, @@ -230252,7 +230252,7 @@ [ "set_hflip", { - "_index": 7108, + "_index": 6963, "data": { "ref/stable/physics": {}, "ref/stable/sprite": {} @@ -230263,7 +230263,7 @@ [ "set_id", { - "_index": 3981, + "_index": 1520, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/gui": {} @@ -230274,7 +230274,7 @@ [ "set_inherit_alpha", { - "_index": 9367, + "_index": 7886, "data": { "ref/stable/gui": {} }, @@ -230284,7 +230284,7 @@ [ "set_inner_radius", { - "_index": 9368, + "_index": 7887, "data": { "ref/stable/gui": {} }, @@ -230294,7 +230294,7 @@ [ "set_interaction_listener", { - "_index": 6833, + "_index": 10133, "data": { "ref/stable/html5": {} }, @@ -230304,7 +230304,7 @@ [ "set_joint_properties", { - "_index": 7109, + "_index": 7518, "data": { "ref/stable/physics": {} }, @@ -230314,7 +230314,7 @@ [ "set_layer", { - "_index": 9370, + "_index": 7889, "data": { "ref/stable/gui": {} }, @@ -230324,7 +230324,7 @@ [ "set_leading", { - "_index": 9372, + "_index": 7891, "data": { "ref/stable/gui": {} }, @@ -230334,7 +230334,7 @@ [ "set_line_break", { - "_index": 9374, + "_index": 7893, "data": { "ref/stable/gui": {} }, @@ -230344,7 +230344,7 @@ [ "set_linear_damping", { - "_index": 8941, + "_index": 10121, "data": { "ref/stable/b2d.body": {} }, @@ -230354,7 +230354,7 @@ [ "set_linear_velocity", { - "_index": 8943, + "_index": 10123, "data": { "ref/stable/b2d.body": {} }, @@ -230364,7 +230364,7 @@ [ "set_listener", { - "_index": 7111, + "_index": 7204, "data": { "ref/stable/physics": {}, "ref/stable/window": {} @@ -230375,7 +230375,7 @@ [ "set_maskbit", { - "_index": 7113, + "_index": 7521, "data": { "ref/stable/physics": {} }, @@ -230385,7 +230385,7 @@ [ "set_material", { - "_index": 9376, + "_index": 7895, "data": { "ref/stable/gui": {} }, @@ -230395,7 +230395,7 @@ [ "set_mesh_enabled", { - "_index": 10889, + "_index": 9761, "data": { "ref/stable/model": {} }, @@ -230405,7 +230405,7 @@ [ "set_metadata", { - "_index": 10378, + "_index": 8086, "data": { "ref/stable/buffer": {} }, @@ -230415,7 +230415,7 @@ [ "set_mouse_lock", { - "_index": 9699, + "_index": 7211, "data": { "ref/stable/window": {} }, @@ -230425,7 +230425,7 @@ [ "set_name", { - "_index": 3956, + "_index": 1466, "data": { "manuals/editor-scripts-ui": {} }, @@ -230435,7 +230435,7 @@ [ "set_near_z", { - "_index": 10594, + "_index": 10283, "data": { "ref/stable/camera": {} }, @@ -230445,7 +230445,7 @@ [ "set_orthographic_zoom", { - "_index": 10596, + "_index": 10285, "data": { "ref/stable/camera": {} }, @@ -230455,7 +230455,7 @@ [ "set_outer_bounds", { - "_index": 9377, + "_index": 7896, "data": { "ref/stable/gui": {} }, @@ -230465,7 +230465,7 @@ [ "set_outline", { - "_index": 9378, + "_index": 7897, "data": { "ref/stable/gui": {} }, @@ -230475,7 +230475,7 @@ [ "set_pan", { - "_index": 10052, + "_index": 10706, "data": { "ref/stable/sound": {} }, @@ -230485,7 +230485,7 @@ [ "set_parent", { - "_index": 4568, + "_index": 6017, "data": { "manuals/building-blocks": {}, "ref/stable/go": {}, @@ -230497,7 +230497,7 @@ [ "set_particlefx", { - "_index": 9382, + "_index": 7901, "data": { "ref/stable/gui": {} }, @@ -230507,7 +230507,7 @@ [ "set_password", { - "_index": 4012, + "_index": 1568, "data": { "manuals/editor-scripts-ui": {} }, @@ -230517,7 +230517,7 @@ [ "set_perimeter_vertices", { - "_index": 9383, + "_index": 7902, "data": { "ref/stable/gui": {} }, @@ -230527,7 +230527,7 @@ [ "set_pivot", { - "_index": 9385, + "_index": 7904, "data": { "ref/stable/gui": {} }, @@ -230537,7 +230537,7 @@ [ "set_polygon_offset", { - "_index": 7930, + "_index": 8558, "data": { "ref/stable/render": {} }, @@ -230547,7 +230547,7 @@ [ "set_position", { - "_index": 9082, + "_index": 7905, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -230558,7 +230558,7 @@ [ "set_projection", { - "_index": 7938, + "_index": 8565, "data": { "ref/stable/render": {} }, @@ -230568,7 +230568,7 @@ [ "set_prototype", { - "_index": 6956, + "_index": 7182, "data": { "ref/stable/collectionfactory": {}, "ref/stable/factory": {} @@ -230579,7 +230579,7 @@ [ "set_render_order", { - "_index": 9387, + "_index": 7907, "data": { "ref/stable/gui": {} }, @@ -230589,7 +230589,7 @@ [ "set_render_target", { - "_index": 7939, + "_index": 8566, "data": { "ref/stable/render": {} }, @@ -230599,7 +230599,7 @@ [ "set_render_target_size", { - "_index": 7943, + "_index": 8571, "data": { "ref/stable/render": {} }, @@ -230609,7 +230609,7 @@ [ "set_rotation", { - "_index": 9084, + "_index": 7909, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -230620,7 +230620,7 @@ [ "set_scale", { - "_index": 9086, + "_index": 7910, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -230631,7 +230631,7 @@ [ "set_score", { - "_index": 109, + "_index": 5645, "data": { "manuals/gui-text": {} }, @@ -230641,7 +230641,7 @@ [ "set_screen_position", { - "_index": 9389, + "_index": 7912, "data": { "ref/stable/gui": {} }, @@ -230651,7 +230651,7 @@ [ "set_shadow", { - "_index": 9390, + "_index": 7913, "data": { "ref/stable/gui": {} }, @@ -230661,7 +230661,7 @@ [ "set_shape", { - "_index": 7116, + "_index": 7524, "data": { "ref/stable/physics": {} }, @@ -230671,7 +230671,7 @@ [ "set_shape_data", { - "_index": 7119, + "_index": 7527, "data": { "ref/stable/physics": {} }, @@ -230681,7 +230681,7 @@ [ "set_size", { - "_index": 9391, + "_index": 7914, "data": { "ref/stable/gui": {} }, @@ -230691,7 +230691,7 @@ [ "set_size_mode", { - "_index": 9394, + "_index": 7917, "data": { "ref/stable/gui": {} }, @@ -230701,7 +230701,7 @@ [ "set_sleeping_allowed", { - "_index": 8945, + "_index": 10125, "data": { "ref/stable/b2d.body": {} }, @@ -230711,7 +230711,7 @@ [ "set_slice9", { - "_index": 9395, + "_index": 7918, "data": { "ref/stable/gui": {} }, @@ -230721,7 +230721,7 @@ [ "set_sound", { - "_index": 7446, + "_index": 10376, "data": { "ref/stable/resource": {} }, @@ -230731,7 +230731,7 @@ [ "set_state", { - "_index": 10832, + "_index": 8987, "data": { "ref/stable/editor": {} }, @@ -230741,7 +230741,7 @@ [ "set_stencil_func", { - "_index": 7945, + "_index": 8573, "data": { "ref/stable/render": {} }, @@ -230751,7 +230751,7 @@ [ "set_stencil_mask", { - "_index": 7956, + "_index": 8583, "data": { "ref/stable/render": {} }, @@ -230761,7 +230761,7 @@ [ "set_stencil_op", { - "_index": 7958, + "_index": 8585, "data": { "ref/stable/render": {} }, @@ -230771,7 +230771,7 @@ [ "set_text", { - "_index": 6876, + "_index": 7919, "data": { "ref/stable/gui": {}, "ref/stable/label": {} @@ -230782,7 +230782,7 @@ [ "set_texture", { - "_index": 3710, + "_index": 1830, "data": { "manuals/render": {}, "ref/stable/gui": {}, @@ -230794,7 +230794,7 @@ [ "set_texture_data", { - "_index": 9399, + "_index": 7923, "data": { "ref/stable/gui": {} }, @@ -230804,7 +230804,7 @@ [ "set_tile", { - "_index": 8682, + "_index": 8058, "data": { "ref/stable/tilemap": {} }, @@ -230814,7 +230814,7 @@ [ "set_time_step", { - "_index": 5391, + "_index": 4722, "data": { "examples/collection/timestep": {}, "manuals/collection-proxy": {}, @@ -230826,7 +230826,7 @@ [ "set_tracking", { - "_index": 9401, + "_index": 7925, "data": { "ref/stable/gui": {} }, @@ -230836,7 +230836,7 @@ [ "set_transform", { - "_index": 8947, + "_index": 10127, "data": { "ref/stable/b2d.body": {} }, @@ -230846,7 +230846,7 @@ [ "set_type", { - "_index": 8949, + "_index": 10129, "data": { "ref/stable/b2d.body": {} }, @@ -230856,7 +230856,7 @@ [ "set_ui_mode", { - "_index": 10863, + "_index": 10221, "data": { "ref/stable/profiler": {} }, @@ -230866,7 +230866,7 @@ [ "set_ui_view_mode", { - "_index": 10867, + "_index": 10225, "data": { "ref/stable/profiler": {} }, @@ -230876,7 +230876,7 @@ [ "set_ui_vsync_wait_visible", { - "_index": 10872, + "_index": 10230, "data": { "ref/stable/profiler": {} }, @@ -230886,7 +230886,7 @@ [ "set_update_frequency", { - "_index": 8384, + "_index": 9516, "data": { "ref/stable/sys": {} }, @@ -230896,7 +230896,7 @@ [ "set_user", { - "_index": 3993, + "_index": 1536, "data": { "manuals/editor-scripts-ui": {} }, @@ -230906,7 +230906,7 @@ [ "set_user_field", { - "_index": 9935, + "_index": 8674, "data": { "ref/stable/crash": {} }, @@ -230916,7 +230916,7 @@ [ "set_username", { - "_index": 4011, + "_index": 1567, "data": { "manuals/editor-scripts-ui": {} }, @@ -230926,7 +230926,7 @@ [ "set_vflip", { - "_index": 7127, + "_index": 6964, "data": { "ref/stable/physics": {}, "ref/stable/sprite": {} @@ -230937,7 +230937,7 @@ [ "set_view", { - "_index": 7979, + "_index": 8597, "data": { "ref/stable/render": {} }, @@ -230947,7 +230947,7 @@ [ "set_view_projection", { - "_index": 3675, + "_index": 1775, "data": { "manuals/render": {} }, @@ -230957,7 +230957,7 @@ [ "set_viewport", { - "_index": 7980, + "_index": 8598, "data": { "ref/stable/render": {} }, @@ -230967,7 +230967,7 @@ [ "set_visible", { - "_index": 8699, + "_index": 7926, "data": { "ref/stable/gui": {}, "ref/stable/tilemap": {} @@ -230978,7 +230978,7 @@ [ "set_vsync", { - "_index": 8388, + "_index": 9520, "data": { "ref/stable/sys": {} }, @@ -230988,7 +230988,7 @@ [ "set_vsync_swap_interval", { - "_index": 8520, + "_index": 9650, "data": { "ref/stable/sys": {} }, @@ -230998,7 +230998,7 @@ [ "set_xanchor", { - "_index": 9403, + "_index": 7928, "data": { "ref/stable/gui": {} }, @@ -231008,7 +231008,7 @@ [ "set_yanchor", { - "_index": 9405, + "_index": 7930, "data": { "ref/stable/gui": {} }, @@ -231018,7 +231018,7 @@ [ "setblocking", { - "_index": 7732, + "_index": 9999, "data": { "ref/stable/dmSocket": {} }, @@ -231028,7 +231028,7 @@ [ "setbone", { - "_index": 9644, + "_index": 9283, "data": { "ref/stable/dmGameObject": {} }, @@ -231038,7 +231038,7 @@ [ "setbonetransforms", { - "_index": 9645, + "_index": 9284, "data": { "ref/stable/dmGameObject": {} }, @@ -231048,7 +231048,7 @@ [ "setbroadcast", { - "_index": 7733, + "_index": 10000, "data": { "ref/stable/dmSocket": {} }, @@ -231058,7 +231058,7 @@ [ "setcapacity", { - "_index": 10061, + "_index": 7434, "data": { "ref/stable/dmArray": {} }, @@ -231068,7 +231068,7 @@ [ "setconstantlocation", { - "_index": 7522, + "_index": 10894, "data": { "ref/stable/dmRender": {} }, @@ -231078,7 +231078,7 @@ [ "setconstanttype", { - "_index": 7524, + "_index": 10895, "data": { "ref/stable/dmRender": {} }, @@ -231088,7 +231088,7 @@ [ "setconstantvalues", { - "_index": 7525, + "_index": 10896, "data": { "ref/stable/dmRender": {} }, @@ -231098,7 +231098,7 @@ [ "setfenv", { - "_index": 6990, + "_index": 9504, "data": { "ref/stable/base": {}, "ref/stable/debug": {} @@ -231109,7 +231109,7 @@ [ "setfragment", { - "_index": 10490, + "_index": 7327, "data": { "ref/stable/dmMessage": {} }, @@ -231119,7 +231119,7 @@ [ "setgamepadaxis", { - "_index": 7213, + "_index": 9472, "data": { "ref/stable/dmHid": {} }, @@ -231129,7 +231129,7 @@ [ "setgamepadbutton", { - "_index": 7214, + "_index": 9473, "data": { "ref/stable/dmHid": {} }, @@ -231139,7 +231139,7 @@ [ "sethook", { - "_index": 6991, + "_index": 9505, "data": { "ref/stable/debug": {} }, @@ -231149,7 +231149,7 @@ [ "setidentifier", { - "_index": 9647, + "_index": 9286, "data": { "ref/stable/dmGameObject": {} }, @@ -231159,7 +231159,7 @@ [ "setidentity", { - "_index": 7582, + "_index": 9785, "data": { "ref/stable/dmTransform": {} }, @@ -231169,7 +231169,7 @@ [ "setindexbufferdata", { - "_index": 10282, + "_index": 6888, "data": { "ref/stable/dmGraphics": {} }, @@ -231179,7 +231179,7 @@ [ "setindexbuffersubdata", { - "_index": 10283, + "_index": 6889, "data": { "ref/stable/dmGraphics": {} }, @@ -231189,7 +231189,7 @@ [ "setinstance", { - "_index": 8744, + "_index": 10745, "data": { "ref/stable/dmScript": {} }, @@ -231199,7 +231199,7 @@ [ "setkey", { - "_index": 7215, + "_index": 9474, "data": { "ref/stable/dmHid": {} }, @@ -231209,7 +231209,7 @@ [ "setlocal", { - "_index": 6994, + "_index": 9508, "data": { "ref/stable/debug": {} }, @@ -231219,7 +231219,7 @@ [ "setlocale", { - "_index": 8553, + "_index": 9949, "data": { "ref/stable/os": {} }, @@ -231229,7 +231229,7 @@ [ "setmassdata", { - "_index": 8919, + "_index": 10099, "data": { "ref/stable/b2d.body": {} }, @@ -231239,7 +231239,7 @@ [ "setmaterialconstant", { - "_index": 7988, + "_index": 8018, "data": { "ref/stable/dmGameSystem": {} }, @@ -231249,7 +231249,7 @@ [ "setmetadata", { - "_index": 10563, + "_index": 10606, "data": { "ref/stable/dmBuffer": {} }, @@ -231259,7 +231259,7 @@ [ "setmetatable", { - "_index": 2720, + "_index": 5746, "data": { "manuals/modules": {}, "ref/stable/base": {}, @@ -231271,7 +231271,7 @@ [ "setmousebutton", { - "_index": 7217, + "_index": 9476, "data": { "ref/stable/dmHid": {} }, @@ -231281,7 +231281,7 @@ [ "setmouseposition", { - "_index": 7218, + "_index": 9477, "data": { "ref/stable/dmHid": {} }, @@ -231291,7 +231291,7 @@ [ "setmousewheel", { - "_index": 7219, + "_index": 9478, "data": { "ref/stable/dmHid": {} }, @@ -231301,7 +231301,7 @@ [ "setnamedconstant", { - "_index": 7527, + "_index": 10898, "data": { "ref/stable/dmRender": {} }, @@ -231311,7 +231311,7 @@ [ "setnamedconstantatindex", { - "_index": 7530, + "_index": 10901, "data": { "ref/stable/dmRender": {} }, @@ -231321,7 +231321,7 @@ [ "setnamedconstants", { - "_index": 7531, + "_index": 10902, "data": { "ref/stable/dmRender": {} }, @@ -231331,7 +231331,7 @@ [ "setnodeadjustmode", { - "_index": 10012, + "_index": 8134, "data": { "ref/stable/dmGui": {} }, @@ -231341,7 +231341,7 @@ [ "setnodeid", { - "_index": 10013, + "_index": 8135, "data": { "ref/stable/dmGui": {} }, @@ -231351,7 +231351,7 @@ [ "setnodeisbone", { - "_index": 10014, + "_index": 8136, "data": { "ref/stable/dmGui": {} }, @@ -231361,7 +231361,7 @@ [ "setnodelay", { - "_index": 7735, + "_index": 10002, "data": { "ref/stable/dmSocket": {} }, @@ -231371,7 +231371,7 @@ [ "setnodeparent", { - "_index": 10016, + "_index": 8138, "data": { "ref/stable/dmGui": {} }, @@ -231381,7 +231381,7 @@ [ "setnodeproperty", { - "_index": 10019, + "_index": 8141, "data": { "ref/stable/dmGui": {} }, @@ -231391,7 +231391,7 @@ [ "setnodetexture", { - "_index": 10020, + "_index": 8142, "data": { "ref/stable/dmGui": {} }, @@ -231401,7 +231401,7 @@ [ "setoption", { - "_index": 8179, + "_index": 10490, "data": { "ref/stable/socket": {} }, @@ -231411,7 +231411,7 @@ [ "setpath", { - "_index": 10491, + "_index": 7328, "data": { "ref/stable/dmMessage": {} }, @@ -231421,7 +231421,7 @@ [ "setpause", { - "_index": 10401, + "_index": 10620, "data": { "ref/stable/base": {} }, @@ -231431,7 +231431,7 @@ [ "setpeername", { - "_index": 8253, + "_index": 10556, "data": { "ref/stable/socket": {} }, @@ -231441,7 +231441,7 @@ [ "setposition", { - "_index": 9648, + "_index": 9287, "data": { "ref/stable/dmGameObject": {} }, @@ -231451,7 +231451,7 @@ [ "setquickack", { - "_index": 7737, + "_index": 10004, "data": { "ref/stable/dmSocket": {} }, @@ -231461,7 +231461,7 @@ [ "setreceivetimeout", { - "_index": 7740, + "_index": 8727, "data": { "ref/stable/dmSSLSocket": {}, "ref/stable/dmSocket": {} @@ -231472,7 +231472,7 @@ [ "setrenderconstant", { - "_index": 8003, + "_index": 8035, "data": { "ref/stable/dmGameSystem": {} }, @@ -231482,7 +231482,7 @@ [ "setreuseaddress", { - "_index": 7741, + "_index": 10007, "data": { "ref/stable/dmSocket": {} }, @@ -231492,7 +231492,7 @@ [ "setrotation", { - "_index": 7584, + "_index": 9288, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmTransform": {} @@ -231503,7 +231503,7 @@ [ "sets", { - "_index": 312, + "_index": 358, "data": { "examples/animation/cursor": {}, "examples/material/uvgradient": {}, @@ -231549,7 +231549,7 @@ [ "setscale", { - "_index": 7585, + "_index": 9289, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmTransform": {} @@ -231560,7 +231560,7 @@ [ "setsendtimeout", { - "_index": 7743, + "_index": 10009, "data": { "ref/stable/dmSocket": {} }, @@ -231570,7 +231570,7 @@ [ "setsize", { - "_index": 10066, + "_index": 7441, "data": { "ref/stable/dmArray": {} }, @@ -231580,7 +231580,7 @@ [ "setsocket", { - "_index": 10492, + "_index": 7329, "data": { "ref/stable/dmMessage": {} }, @@ -231590,7 +231590,7 @@ [ "setsockname", { - "_index": 8130, + "_index": 10442, "data": { "ref/stable/socket": {} }, @@ -231600,7 +231600,7 @@ [ "setstatuscode", { - "_index": 7615, + "_index": 10020, "data": { "ref/stable/dmWebServer": {} }, @@ -231610,7 +231610,7 @@ [ "setstepmul", { - "_index": 10402, + "_index": 10621, "data": { "ref/stable/base": {} }, @@ -231620,7 +231620,7 @@ [ "setter", { - "_index": 3964, + "_index": 1480, "data": { "manuals/editor-scripts-ui": {} }, @@ -231630,7 +231630,7 @@ [ "setteres", { - "_index": 9333, + "_index": 7852, "data": { "ref/stable/gui": {} }, @@ -231640,7 +231640,7 @@ [ "setthreadname", { - "_index": 7665, + "_index": 10253, "data": { "ref/stable/dmThread": {} }, @@ -231650,7 +231650,7 @@ [ "settimeout", { - "_index": 8106, + "_index": 10425, "data": { "ref/stable/socket": {} }, @@ -231660,7 +231660,7 @@ [ "setting", { - "_index": 59, + "_index": 261, "data": { "assets/luascriptinstance": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -231715,7 +231715,7 @@ [ "settings", { - "_index": 1011, + "_index": 12, "data": { "examples/gui/healthbar": {}, "examples/gui/slice9": {}, @@ -231762,7 +231762,7 @@ [ "settlsvalue", { - "_index": 7667, + "_index": 10255, "data": { "ref/stable/dmThread": {} }, @@ -231772,7 +231772,7 @@ [ "settranslation", { - "_index": 7586, + "_index": 9786, "data": { "ref/stable/dmTransform": {} }, @@ -231782,7 +231782,7 @@ [ "setuniformscale", { - "_index": 7587, + "_index": 9787, "data": { "ref/stable/dmTransform": {} }, @@ -231792,7 +231792,7 @@ [ "setup", { - "_index": 1814, + "_index": 1724, "data": { "assets/defquest": {}, "assets/lightandshadows": {}, @@ -231835,7 +231835,7 @@ [ "setupcallback", { - "_index": 8803, + "_index": 10799, "data": { "ref/stable/dmScript": {} }, @@ -231845,7 +231845,7 @@ [ "setuptype", { - "_index": 6950, + "_index": 8449, "data": { "ref/stable/dmResource": {} }, @@ -231855,7 +231855,7 @@ [ "setupvalue", { - "_index": 6998, + "_index": 9512, "data": { "ref/stable/debug": {} }, @@ -231865,7 +231865,7 @@ [ "setvertexbufferdata", { - "_index": 10285, + "_index": 6891, "data": { "ref/stable/dmGraphics": {} }, @@ -231875,7 +231875,7 @@ [ "setvertexbuffersubdata", { - "_index": 10286, + "_index": 6892, "data": { "ref/stable/dmGraphics": {} }, @@ -231885,7 +231885,7 @@ [ "several", { - "_index": 63, + "_index": 975, "data": { "assets/defarmy": {}, "assets/tactxstudios": {}, @@ -231927,7 +231927,7 @@ [ "severity", { - "_index": 3930, + "_index": 1419, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/dmLog": {}, @@ -231939,7 +231939,7 @@ [ "sevmte8gv09steq", { - "_index": 5018, + "_index": 4624, "data": { "manuals/extensions-manifest-merge-tool": {} }, @@ -231949,7 +231949,7 @@ [ "sfail", { - "_index": 7960, + "_index": 8587, "data": { "ref/stable/render": {} }, @@ -231959,7 +231959,7 @@ [ "sfmt", { - "_index": 6568, + "_index": 6462, "data": { "assets/sfmt": {} }, @@ -231969,7 +231969,7 @@ [ "sg", { - "_index": 7895, + "_index": 8531, "data": { "ref/stable/render": {} }, @@ -231979,7 +231979,7 @@ [ "sh", { - "_index": 768, + "_index": 3268, "data": { "manuals/bob": {}, "manuals/caching-assets": {}, @@ -231992,7 +231992,7 @@ [ "sha1", { - "_index": 4173, + "_index": 3203, "data": { "manuals/bob": {}, "manuals/editor-scripts": {}, @@ -232006,7 +232006,7 @@ [ "sha256", { - "_index": 8060, + "_index": 8170, "data": { "ref/stable/dmCrypt": {} }, @@ -232016,7 +232016,7 @@ [ "sha512", { - "_index": 8063, + "_index": 8173, "data": { "ref/stable/dmCrypt": {} }, @@ -232026,7 +232026,7 @@ [ "shader", { - "_index": 890, + "_index": 1879, "data": { "assets/blurshader": {}, "assets/defold-3D-outline-shader": {}, @@ -232063,7 +232063,7 @@ [ "shader.fp", { - "_index": 1152, + "_index": 2772, "data": { "manuals/shader": {} }, @@ -232073,7 +232073,7 @@ [ "shader.vs", { - "_index": 1183, + "_index": 2788, "data": { "manuals/shader": {} }, @@ -232083,7 +232083,7 @@ [ "shaders", { - "_index": 883, + "_index": 2384, "data": { "assets/cards-fx-kit": {}, "assets/dsfonts": {}, @@ -232106,7 +232106,7 @@ [ "shading", { - "_index": 877, + "_index": 1171, "data": { "assets/illumination": {}, "manuals/particlefx": {}, @@ -232118,7 +232118,7 @@ [ "shadow", { - "_index": 814, + "_index": 2597, "data": { "manuals/font": {}, "manuals/glossary": {}, @@ -232134,7 +232134,7 @@ [ "shadow_color", { - "_index": 980, + "_index": 2663, "data": { "manuals/shader": {} }, @@ -232144,7 +232144,7 @@ [ "shadows", { - "_index": 359, + "_index": 974, "data": { "assets/lightandshadows": {}, "manuals/font": {}, @@ -232156,7 +232156,7 @@ [ "shake", { - "_index": 6067, + "_index": 3490, "data": { "assets/orthographic": {}, "manuals/camera": {} @@ -232167,7 +232167,7 @@ [ "shallow", { - "_index": 3860, + "_index": 1308, "data": { "manuals/editor-scripts-ui": {} }, @@ -232177,7 +232177,7 @@ [ "shape", { - "_index": 195, + "_index": 314, "data": { "assets/defgraph": {}, "examples/model/cubemap": {}, @@ -232209,7 +232209,7 @@ [ "shape's", { - "_index": 1027, + "_index": 2694, "data": { "manuals/shader": {} }, @@ -232219,7 +232219,7 @@ [ "shape/motion", { - "_index": 3284, + "_index": 5089, "data": { "manuals/flash": {} }, @@ -232229,7 +232229,7 @@ [ "shape_type_box", { - "_index": 7128, + "_index": 7535, "data": { "ref/stable/physics": {} }, @@ -232239,7 +232239,7 @@ [ "shape_type_capsule", { - "_index": 7129, + "_index": 7536, "data": { "ref/stable/physics": {} }, @@ -232249,7 +232249,7 @@ [ "shape_type_hull", { - "_index": 7130, + "_index": 7537, "data": { "ref/stable/physics": {} }, @@ -232259,7 +232259,7 @@ [ "shape_type_sphere", { - "_index": 7131, + "_index": 7538, "data": { "ref/stable/physics": {} }, @@ -232269,7 +232269,7 @@ [ "shapeflag", { - "_index": 3338, + "_index": 5129, "data": { "manuals/flash": {} }, @@ -232279,7 +232279,7 @@ [ "shapes", { - "_index": 164, + "_index": 963, "data": { "assets/3deforms": {}, "assets/defoldpolygoneditor": {}, @@ -232310,7 +232310,7 @@ [ "share", { - "_index": 1276, + "_index": 2336, "data": { "assets/facebook": {}, "assets/share": {}, @@ -232329,7 +232329,7 @@ [ "share/extender/build_input.yml", { - "_index": 1268, + "_index": 4647, "data": { "manuals/extensions-ext-manifests": {} }, @@ -232339,7 +232339,7 @@ [ "shared", { - "_index": 764, + "_index": 1089, "data": { "manuals/application-security": {}, "manuals/caching-assets": {}, @@ -232359,7 +232359,7 @@ [ "shared/en/android", { - "_index": 5429, + "_index": 6079, "data": { "manuals/android": {} }, @@ -232369,7 +232369,7 @@ [ "shared/en/apple", { - "_index": 3492, + "_index": 3036, "data": { "manuals/ios": {}, "manuals/macos": {} @@ -232380,7 +232380,7 @@ [ "shared/en/blend", { - "_index": 830, + "_index": 1195, "data": { "manuals/label": {}, "manuals/particlefx": {}, @@ -232393,7 +232393,7 @@ [ "shared/en/build", { - "_index": 3443, + "_index": 2983, "data": { "manuals/android": {}, "manuals/ios": {} @@ -232404,7 +232404,7 @@ [ "shared/en/component", { - "_index": 4383, + "_index": 3704, "data": { "manuals/components": {}, "manuals/project-settings": {} @@ -232415,7 +232415,7 @@ [ "shared/en/components.md", { - "_index": 4557, + "_index": 6006, "data": { "manuals/building-blocks": {} }, @@ -232425,7 +232425,7 @@ [ "shared/en/consoles", { - "_index": 5062, + "_index": 3801, "data": { "manuals/nintendo-switch": {}, "manuals/sony-playstation": {} @@ -232436,7 +232436,7 @@ [ "shared/en/editor", { - "_index": 5841, + "_index": 5591, "data": { "manuals/editor": {} }, @@ -232446,7 +232446,7 @@ [ "shared/en/graphics", { - "_index": 3715, + "_index": 1836, "data": { "manuals/render": {} }, @@ -232456,7 +232456,7 @@ [ "shared/en/html5", { - "_index": 2341, + "_index": 933, "data": { "manuals/html5": {} }, @@ -232466,7 +232466,7 @@ [ "shared/en/install.md", { - "_index": 5609, + "_index": 3601, "data": { "manuals/install": {} }, @@ -232476,7 +232476,7 @@ [ "shared/en/ios", { - "_index": 3521, + "_index": 3070, "data": { "manuals/ios": {} }, @@ -232486,7 +232486,7 @@ [ "shared/en/linux", { - "_index": 2921, + "_index": 3167, "data": { "manuals/linux": {} }, @@ -232496,7 +232496,7 @@ [ "shared/en/material", { - "_index": 4137, + "_index": 3812, "data": { "manuals/mesh": {}, "manuals/model": {}, @@ -232509,7 +232509,7 @@ [ "shared/en/optimization", { - "_index": 5038, + "_index": 2569, "data": { "manuals/optimization-memory": {} }, @@ -232519,7 +232519,7 @@ [ "shared/en/slice", { - "_index": 4121, + "_index": 1964, "data": { "manuals/gui-box": {}, "manuals/sprite": {} @@ -232530,7 +232530,7 @@ [ "shared/en/test.md", { - "_index": 4108, + "_index": 4451, "data": { "manuals/test": {} }, @@ -232540,7 +232540,7 @@ [ "shared/en/url", { - "_index": 4874, + "_index": 3397, "data": { "manuals/addressing": {} }, @@ -232550,7 +232550,7 @@ [ "shared/en/windows", { - "_index": 4510, + "_index": 4964, "data": { "manuals/windows": {} }, @@ -232560,7 +232560,7 @@ [ "shared_state", { - "_index": 4993, + "_index": 2457, "data": { "manuals/zerobrane": {} }, @@ -232570,7 +232570,7 @@ [ "sharing", { - "_index": 2401, + "_index": 4738, "data": { "assets/share": {}, "manuals/extensions": {}, @@ -232582,7 +232582,7 @@ [ "sharp", { - "_index": 6339, + "_index": 6435, "data": { "assets/sharpsprite": {} }, @@ -232592,7 +232592,7 @@ [ "sharpen", { - "_index": 2926, + "_index": 5259, "data": { "manuals/compute": {} }, @@ -232602,7 +232602,7 @@ [ "sharpsprite", { - "_index": 6338, + "_index": 6434, "data": { "assets/sharpsprite": {} }, @@ -232612,7 +232612,7 @@ [ "shearing", { - "_index": 7591, + "_index": 9790, "data": { "ref/stable/dmTransform": {} }, @@ -232622,7 +232622,7 @@ [ "sheet", { - "_index": 345, + "_index": 967, "data": { "manuals/font": {}, "manuals/glossary": {}, @@ -232634,7 +232634,7 @@ [ "sheet_", { - "_index": 333, + "_index": 957, "data": { "manuals/importing-graphics": {} }, @@ -232644,7 +232644,7 @@ [ "shell", { - "_index": 1855, + "_index": 3177, "data": { "manuals/bob": {}, "manuals/debugging-native-code": {}, @@ -232659,7 +232659,7 @@ [ "shells", { - "_index": 5197, + "_index": 5405, "data": { "manuals/editor-scripts": {} }, @@ -232669,7 +232669,7 @@ [ "shield", { - "_index": 657, + "_index": 529, "data": { "manuals/addressing": {}, "manuals/building-blocks": {}, @@ -232682,7 +232682,7 @@ [ "shield_node", { - "_index": 4479, + "_index": 528, "data": { "manuals/gui": {} }, @@ -232692,7 +232692,7 @@ [ "shift", { - "_index": 2040, + "_index": 4429, "data": { "manuals/editor": {}, "manuals/input": {}, @@ -232705,7 +232705,7 @@ [ "shift+alt", { - "_index": 4341, + "_index": 4433, "data": { "manuals/tilemap": {} }, @@ -232715,7 +232715,7 @@ [ "shift+ctrl", { - "_index": 4340, + "_index": 4432, "data": { "manuals/tilemap": {} }, @@ -232725,7 +232725,7 @@ [ "shifted", { - "_index": 7752, + "_index": 8603, "data": { "ref/stable/bit": {} }, @@ -232735,7 +232735,7 @@ [ "shifted_", { - "_index": 5719, + "_index": 3554, "data": { "manuals/sound": {} }, @@ -232745,7 +232745,7 @@ [ "shifting", { - "_index": 6844, + "_index": 6942, "data": { "ref/stable/table": {} }, @@ -232755,7 +232755,7 @@ [ "shifts", { - "_index": 7769, + "_index": 8620, "data": { "ref/stable/bit": {} }, @@ -232765,7 +232765,7 @@ [ "ship", { - "_index": 4064, + "_index": 4264, "data": { "assets/steamworks": {}, "examples/factory/bullets": {}, @@ -232779,7 +232779,7 @@ [ "ships", { - "_index": 5852, + "_index": 4550, "data": { "manuals/glossary": {} }, @@ -232789,7 +232789,7 @@ [ "shoot", { - "_index": 6223, + "_index": 6182, "data": { "examples/factory/bullets": {} }, @@ -232799,7 +232799,7 @@ [ "shooters", { - "_index": 6644, + "_index": 6629, "data": { "assets/pp": {} }, @@ -232809,7 +232809,7 @@ [ "short", { - "_index": 1543, + "_index": 619, "data": { "manuals/debugging-game-and-system-logs": {}, "manuals/getting-help": {}, @@ -232824,7 +232824,7 @@ [ "shortcut", { - "_index": 8172, + "_index": 10483, "data": { "ref/stable/socket": {} }, @@ -232834,7 +232834,7 @@ [ "shortcuts", { - "_index": 2459, + "_index": 2833, "data": { "manuals/atlas": {}, "manuals/editor": {} @@ -232845,7 +232845,7 @@ [ "shortened", { - "_index": 3905, + "_index": 1377, "data": { "manuals/editor-scripts-ui": {} }, @@ -232855,7 +232855,7 @@ [ "shortest", { - "_index": 7708, + "_index": 7394, "data": { "ref/stable/dmVMath": {} }, @@ -232865,7 +232865,7 @@ [ "shorthand", { - "_index": 3253, + "_index": 5066, "data": { "manuals/flash": {} }, @@ -232875,7 +232875,7 @@ [ "shorthands", { - "_index": 4872, + "_index": 3395, "data": { "manuals/addressing": {}, "ref/stable/msg": {} @@ -232886,7 +232886,7 @@ [ "shorthands.md", { - "_index": 4875, + "_index": 3398, "data": { "manuals/addressing": {} }, @@ -232896,7 +232896,7 @@ [ "shot", { - "_index": 5853, + "_index": 4553, "data": { "manuals/glossary": {}, "ref/stable/crash": {}, @@ -232909,7 +232909,7 @@ [ "should", { - "_index": 234, + "_index": 125, "data": { "examples/material/unlit": {}, "examples/render/camera": {}, @@ -233013,7 +233013,7 @@ [ "shouldn't", { - "_index": 2255, + "_index": 781, "data": { "manuals/html5": {}, "ref/stable/collectionproxy": {} @@ -233024,7 +233024,7 @@ [ "show", { - "_index": 440, + "_index": 801, "data": { "assets/adswrapper": {}, "assets/camera": {}, @@ -233064,7 +233064,7 @@ [ "show_dialog", { - "_index": 3960, + "_index": 1470, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -233075,7 +233075,7 @@ [ "show_external_directory_dialog", { - "_index": 10813, + "_index": 8968, "data": { "ref/stable/editor": {} }, @@ -233085,7 +233085,7 @@ [ "show_external_file_dialog", { - "_index": 10817, + "_index": 8972, "data": { "ref/stable/editor": {} }, @@ -233095,7 +233095,7 @@ [ "show_keyboard", { - "_index": 9407, + "_index": 7932, "data": { "ref/stable/gui": {} }, @@ -233105,7 +233105,7 @@ [ "show_resource_dialog", { - "_index": 10819, + "_index": 8974, "data": { "ref/stable/editor": {} }, @@ -233115,7 +233115,7 @@ [ "showcased", { - "_index": 1245, + "_index": 2819, "data": { "manuals/shader": {} }, @@ -233125,7 +233125,7 @@ [ "showing", { - "_index": 1785, + "_index": 3474, "data": { "assets/crypto_iap": {}, "examples/gui/slice9": {}, @@ -233143,7 +233143,7 @@ [ "shown", { - "_index": 2116, + "_index": 2057, "data": { "examples/debug/physics": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -233165,7 +233165,7 @@ [ "shows", { - "_index": 1250, + "_index": 67, "data": { "examples/animation/cursor": {}, "examples/factory/bullets": {}, @@ -233203,7 +233203,7 @@ [ "shut", { - "_index": 6031, + "_index": 5772, "data": { "manuals/application-lifecycle": {}, "ref/stable/socket": {} @@ -233214,7 +233214,7 @@ [ "shutdown", { - "_index": 4968, + "_index": 1971, "data": { "manuals/editor-preferences": {}, "manuals/extensions": {}, @@ -233228,7 +233228,7 @@ [ "shutdowntype", { - "_index": 7745, + "_index": 10011, "data": { "ref/stable/dmSocket": {} }, @@ -233238,7 +233238,7 @@ [ "shuts", { - "_index": 8115, + "_index": 9977, "data": { "ref/stable/dmConnectionPool": {}, "ref/stable/socket": {} @@ -233249,7 +233249,7 @@ [ "shutting", { - "_index": 6029, + "_index": 5770, "data": { "manuals/application-lifecycle": {} }, @@ -233259,7 +233259,7 @@ [ "sibling", { - "_index": 9656, + "_index": 8110, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmGui": {} @@ -233270,7 +233270,7 @@ [ "siblings", { - "_index": 9204, + "_index": 7711, "data": { "ref/stable/dmGui": {}, "ref/stable/gui": {} @@ -233281,7 +233281,7 @@ [ "sicher", { - "_index": 4235, + "_index": 3282, "data": { "manuals/bob": {} }, @@ -233291,7 +233291,7 @@ [ "side", { - "_index": 3802, + "_index": 1500, "data": { "assets/sidescrollertutorialfromscratch": {}, "manuals/editor": {}, @@ -233309,7 +233309,7 @@ [ "sides", { - "_index": 4708, + "_index": 2243, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/glossary": {}, @@ -233322,7 +233322,7 @@ [ "sidescrollertutorialfromscratch", { - "_index": 6526, + "_index": 6535, "data": { "assets/sidescrollertutorialfromscratch": {} }, @@ -233332,7 +233332,7 @@ [ "sign", { - "_index": 3418, + "_index": 2956, "data": { "assets/googleplaygameservices": {}, "assets/siwa": {}, @@ -233351,7 +233351,7 @@ [ "signal", { - "_index": 4851, + "_index": 3365, "data": { "manuals/addressing": {}, "ref/stable/crash": {}, @@ -233366,7 +233366,7 @@ [ "signalling", { - "_index": 3543, + "_index": 1619, "data": { "manuals/message-passing": {} }, @@ -233376,7 +233376,7 @@ [ "signals", { - "_index": 10410, + "_index": 10629, "data": { "ref/stable/base": {} }, @@ -233386,7 +233386,7 @@ [ "signature", { - "_index": 6809, + "_index": 9734, "data": { "ref/stable/liveupdate": {} }, @@ -233396,7 +233396,7 @@ [ "signed", { - "_index": 269, + "_index": 3695, "data": { "manuals/android": {}, "manuals/application-security": {}, @@ -233412,7 +233412,7 @@ [ "significant", { - "_index": 2963, + "_index": 1331, "data": { "manuals/compute": {}, "manuals/editor-scripts-ui": {}, @@ -233425,7 +233425,7 @@ [ "signing", { - "_index": 1700, + "_index": 2962, "data": { "manuals/android": {}, "manuals/bob": {}, @@ -233440,7 +233440,7 @@ [ "signs", { - "_index": 9726, + "_index": 7237, "data": { "ref/stable/math": {} }, @@ -233450,7 +233450,7 @@ [ "signup/login", { - "_index": 6736, + "_index": 6724, "data": { "assets/defold-cognito": {} }, @@ -233460,7 +233460,7 @@ [ "silence", { - "_index": 5691, + "_index": 3524, "data": { "manuals/sound": {} }, @@ -233470,7 +233470,7 @@ [ "silently", { - "_index": 7941, + "_index": 8569, "data": { "ref/stable/render": {}, "ref/stable/socket": {} @@ -233481,7 +233481,7 @@ [ "silicon", { - "_index": 4218, + "_index": 3259, "data": { "manuals/bob": {} }, @@ -233491,7 +233491,7 @@ [ "simctl", { - "_index": 3488, + "_index": 3032, "data": { "manuals/ios": {} }, @@ -233501,7 +233501,7 @@ [ "simd", { - "_index": 6569, + "_index": 6464, "data": { "assets/sfmt": {} }, @@ -233511,7 +233511,7 @@ [ "similar", { - "_index": 1554, + "_index": 1343, "data": { "manuals/application-security": {}, "manuals/bundling": {}, @@ -233541,7 +233541,7 @@ [ "similarly", { - "_index": 1037, + "_index": 401, "data": { "manuals/addressing": {}, "manuals/editor-preferences": {}, @@ -233555,7 +233555,7 @@ [ "simpe", { - "_index": 6449, + "_index": 6676, "data": { "assets/defdiags": {}, "assets/defmnu": {} @@ -233566,7 +233566,7 @@ [ "simple", { - "_index": 1044, + "_index": 677, "data": { "assets/crowd-runner-defold": {}, "assets/debeat": {}, @@ -233612,7 +233612,7 @@ [ "simplehttpserver", { - "_index": 2198, + "_index": 653, "data": { "manuals/html5": {}, "manuals/working-offline": {} @@ -233623,7 +233623,7 @@ [ "simplest", { - "_index": 3423, + "_index": 1270, "data": { "assets/3deforms": {}, "manuals/debugging-game-logic": {}, @@ -233637,7 +233637,7 @@ [ "simplifies", { - "_index": 3969, + "_index": 1489, "data": { "manuals/editor-scripts-ui": {} }, @@ -233647,7 +233647,7 @@ [ "simplify", { - "_index": 5132, + "_index": 3680, "data": { "assets/defoldinput": {}, "manuals/file-access": {}, @@ -233660,7 +233660,7 @@ [ "simply", { - "_index": 1096, + "_index": 1382, "data": { "assets/quickbutton": {}, "examples/basics/parent_child": {}, @@ -233690,7 +233690,7 @@ [ "simulate", { - "_index": 3346, + "_index": 2262, "data": { "examples/particles/confetti": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -233704,7 +233704,7 @@ [ "simulated", { - "_index": 1880, + "_index": 2290, "data": { "manuals/glossary": {}, "manuals/physics-objects": {}, @@ -233717,7 +233717,7 @@ [ "simulates", { - "_index": 5521, + "_index": 3844, "data": { "manuals/physics": {} }, @@ -233727,7 +233727,7 @@ [ "simulating", { - "_index": 2927, + "_index": 5260, "data": { "manuals/compute": {}, "ref/stable/debug": {} @@ -233738,7 +233738,7 @@ [ "simulation", { - "_index": 3176, + "_index": 1165, "data": { "manuals/lua": {}, "manuals/particlefx": {}, @@ -233751,7 +233751,7 @@ [ "simulations", { - "_index": 5386, + "_index": 3833, "data": { "assets/defluid": {}, "manuals/collection-proxy": {}, @@ -233764,7 +233764,7 @@ [ "simulator", { - "_index": 3436, + "_index": 2977, "data": { "manuals/bob": {}, "manuals/ios": {} @@ -233775,7 +233775,7 @@ [ "simulators", { - "_index": 3409, + "_index": 2942, "data": { "manuals/debugging-game-and-system-logs": {}, "manuals/ios": {} @@ -233786,7 +233786,7 @@ [ "simultaneous", { - "_index": 7191, + "_index": 9453, "data": { "ref/stable/dmHid": {} }, @@ -233796,7 +233796,7 @@ [ "simultaneously", { - "_index": 2958, + "_index": 4235, "data": { "manuals/collection-proxy": {}, "manuals/compute": {}, @@ -233809,7 +233809,7 @@ [ "sin", { - "_index": 9774, + "_index": 7288, "data": { "ref/stable/math": {} }, @@ -233819,7 +233819,7 @@ [ "since", { - "_index": 726, + "_index": 689, "data": { "examples/sprite/tint": {}, "manuals/addressing": {}, @@ -233868,7 +233868,7 @@ [ "sine", { - "_index": 9001, + "_index": 7231, "data": { "ref/stable/go": {}, "ref/stable/gui": {}, @@ -233880,7 +233880,7 @@ [ "sinewave", { - "_index": 10038, + "_index": 10693, "data": { "ref/stable/sound": {} }, @@ -233890,7 +233890,7 @@ [ "single", { - "_index": 1222, + "_index": 211, "data": { "assets/acidrain": {}, "assets/quickbutton": {}, @@ -233939,7 +233939,7 @@ [ "single\"title", { - "_index": 10821, + "_index": 8976, "data": { "ref/stable/editor": {} }, @@ -233949,7 +233949,7 @@ [ "singletons", { - "_index": 2694, + "_index": 5728, "data": { "manuals/modules": {} }, @@ -233959,7 +233959,7 @@ [ "sinh", { - "_index": 9776, + "_index": 7290, "data": { "ref/stable/math": {} }, @@ -233969,7 +233969,7 @@ [ "sit", { - "_index": 4748, + "_index": 4701, "data": { "manuals/gui-template": {} }, @@ -233979,7 +233979,7 @@ [ "site", { - "_index": 1246, + "_index": 1722, "data": { "manuals/render": {}, "manuals/shader": {} @@ -233990,7 +233990,7 @@ [ "sits", { - "_index": 3158, + "_index": 1128, "data": { "manuals/collection-proxy": {}, "manuals/particlefx": {}, @@ -234002,7 +234002,7 @@ [ "situations", { - "_index": 4613, + "_index": 4551, "data": { "manuals/debugging-game-logic": {}, "manuals/glossary": {}, @@ -234015,7 +234015,7 @@ [ "siwa", { - "_index": 6512, + "_index": 6715, "data": { "assets/siwa": {} }, @@ -234025,7 +234025,7 @@ [ "six", { - "_index": 4489, + "_index": 584, "data": { "manuals/gui": {}, "ref/stable/resource": {} @@ -234036,7 +234036,7 @@ [ "siz", { - "_index": 10459, + "_index": 9675, "data": { "ref/stable/dmStringFunc": {} }, @@ -234046,7 +234046,7 @@ [ "size", { - "_index": 92, + "_index": 132, "data": { "assets/apkx": {}, "assets/sparkle-shader": {}, @@ -234130,7 +234130,7 @@ [ "size.x", { - "_index": 2556, + "_index": 5902, "data": { "manuals/gui-script": {} }, @@ -234140,7 +234140,7 @@ [ "size_mode_auto", { - "_index": 9408, + "_index": 7933, "data": { "ref/stable/gui": {} }, @@ -234150,7 +234150,7 @@ [ "size_mode_manual", { - "_index": 9392, + "_index": 7915, "data": { "ref/stable/gui": {} }, @@ -234160,7 +234160,7 @@ [ "size_t", { - "_index": 8615, + "_index": 10141, "data": { "ref/stable/dmHash": {}, "ref/stable/dmScript": {} @@ -234171,7 +234171,7 @@ [ "sized", { - "_index": 3166, + "_index": 1151, "data": { "manuals/gui-box": {}, "manuals/particlefx": {}, @@ -234183,7 +234183,7 @@ [ "sizeof", { - "_index": 10555, + "_index": 10598, "data": { "ref/stable/dmBuffer": {} }, @@ -234193,7 +234193,7 @@ [ "sizes", { - "_index": 1722, + "_index": 2260, "data": { "examples/gui/slice9": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -234209,7 +234209,7 @@ [ "skeletal", { - "_index": 2107, + "_index": 4455, "data": { "manuals/animation": {} }, @@ -234219,7 +234219,7 @@ [ "skeleton", { - "_index": 487, + "_index": 4513, "data": { "manuals/glossary": {}, "manuals/importing-models": {}, @@ -234233,7 +234233,7 @@ [ "skeletons", { - "_index": 9646, + "_index": 9285, "data": { "ref/stable/dmGameObject": {} }, @@ -234243,7 +234243,7 @@ [ "skill", { - "_index": 3589, + "_index": 5606, "data": { "manuals/introduction": {} }, @@ -234253,7 +234253,7 @@ [ "skinned", { - "_index": 2105, + "_index": 4453, "data": { "manuals/animation": {} }, @@ -234263,7 +234263,7 @@ [ "skins", { - "_index": 5660, + "_index": 2177, "data": { "manuals/optimization-size": {} }, @@ -234273,7 +234273,7 @@ [ "skip", { - "_index": 3439, + "_index": 2106, "data": { "manuals/ios": {}, "manuals/optimization-size": {}, @@ -234285,7 +234285,7 @@ [ "skipping", { - "_index": 2024, + "_index": 5975, "data": { "manuals/input": {}, "ref/stable/io": {} @@ -234296,7 +234296,7 @@ [ "skyboxes", { - "_index": 5848, + "_index": 4543, "data": { "manuals/glossary": {} }, @@ -234306,7 +234306,7 @@ [ "slash", { - "_index": 4740, + "_index": 4693, "data": { "manuals/gui-template": {} }, @@ -234316,7 +234316,7 @@ [ "slasher", { - "_index": 6355, + "_index": 6426, "data": { "assets/slasherprototype": {} }, @@ -234326,7 +234326,7 @@ [ "slasherprototype", { - "_index": 6354, + "_index": 6425, "data": { "assets/slasherprototype": {} }, @@ -234336,7 +234336,7 @@ [ "sleep", { - "_index": 8248, + "_index": 9770, "data": { "ref/stable/b2d.body": {}, "ref/stable/dmTime": {}, @@ -234348,7 +234348,7 @@ [ "sleeping", { - "_index": 5446, + "_index": 6094, "data": { "manuals/android": {}, "ref/stable/b2d.body": {} @@ -234359,7 +234359,7 @@ [ "slerp", { - "_index": 7706, + "_index": 7080, "data": { "ref/stable/dmVMath": {}, "ref/stable/vmath": {} @@ -234370,7 +234370,7 @@ [ "slerped", { - "_index": 8378, + "_index": 7084, "data": { "ref/stable/vmath": {} }, @@ -234380,7 +234380,7 @@ [ "slice", { - "_index": 1117, + "_index": 297, "data": { "examples/gui/progress": {}, "examples/gui/slice9": {}, @@ -234397,7 +234397,7 @@ [ "slice9", { - "_index": 5315, + "_index": 2609, "data": { "manuals/properties": {}, "ref/stable/gui": {} @@ -234408,7 +234408,7 @@ [ "slider", { - "_index": 5982, + "_index": 5779, "data": { "manuals/physics-joints": {} }, @@ -234418,7 +234418,7 @@ [ "slight", { - "_index": 2327, + "_index": 896, "data": { "manuals/html5": {} }, @@ -234428,7 +234428,7 @@ [ "slightly", { - "_index": 1602, + "_index": 1514, "data": { "manuals/editor-scripts-ui": {}, "manuals/lua": {}, @@ -234443,7 +234443,7 @@ [ "slope", { - "_index": 7934, + "_index": 8562, "data": { "ref/stable/render": {} }, @@ -234453,7 +234453,7 @@ [ "slot", { - "_index": 5731, + "_index": 3803, "data": { "manuals/sprite": {}, "ref/stable/crash": {}, @@ -234465,7 +234465,7 @@ [ "slots", { - "_index": 9938, + "_index": 8676, "data": { "ref/stable/crash": {} }, @@ -234475,7 +234475,7 @@ [ "slow", { - "_index": 2240, + "_index": 743, "data": { "examples/particles/confetti": {}, "manuals/editor-scripts": {}, @@ -234491,7 +234491,7 @@ [ "slower", { - "_index": 2798, + "_index": 3668, "data": { "manuals/application-security": {}, "manuals/file-access": {}, @@ -234504,7 +234504,7 @@ [ "small", { - "_index": 678, + "_index": 1324, "data": { "assets/cards-fx-kit": {}, "assets/compat53": {}, @@ -234539,7 +234539,7 @@ [ "smaller", { - "_index": 324, + "_index": 21, "data": { "examples/gui/healthbar": {}, "manuals/compute": {}, @@ -234558,7 +234558,7 @@ [ "smallest", { - "_index": 185, + "_index": 409, "data": { "manuals/gui": {}, "manuals/physics-shapes": {}, @@ -234571,7 +234571,7 @@ [ "smith", { - "_index": 5409, + "_index": 6060, "data": { "manuals/android": {} }, @@ -234581,7 +234581,7 @@ [ "smoke", { - "_index": 2928, + "_index": 4585, "data": { "examples/material/noise": {}, "examples/particles/fire_and_smoke": {}, @@ -234594,7 +234594,7 @@ [ "smooth", { - "_index": 3571, + "_index": 5201, "data": { "assets/kinematicwalker": {}, "assets/operator": {}, @@ -234607,7 +234607,7 @@ [ "smoother", { - "_index": 2884, + "_index": 6025, "data": { "manuals/material": {} }, @@ -234617,7 +234617,7 @@ [ "smoothing", { - "_index": 5842, + "_index": 4534, "data": { "manuals/glossary": {} }, @@ -234627,7 +234627,7 @@ [ "smoothly", { - "_index": 6180, + "_index": 6194, "data": { "assets/orthographic": {}, "examples/render/orbit_camera": {} @@ -234638,7 +234638,7 @@ [ "snake_case", { - "_index": 10636, + "_index": 8787, "data": { "ref/stable/editor": {} }, @@ -234648,7 +234648,7 @@ [ "snap", { - "_index": 1366, + "_index": 2239, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/extender-local-setup": {} @@ -234659,7 +234659,7 @@ [ "snapshot", { - "_index": 10367, + "_index": 8784, "data": { "ref/stable/dmProfile": {} }, @@ -234669,7 +234669,7 @@ [ "snippet", { - "_index": 2740, + "_index": 1282, "data": { "assets/dashdocsetfordefold": {}, "manuals/application-security": {}, @@ -234681,7 +234681,7 @@ [ "snippet.glsl", { - "_index": 1154, + "_index": 2773, "data": { "manuals/shader": {} }, @@ -234691,7 +234691,7 @@ [ "snippets", { - "_index": 1144, + "_index": 2766, "data": { "manuals/mesh": {}, "manuals/shader": {} @@ -234702,7 +234702,7 @@ [ "so", { - "_index": 94, + "_index": 196, "data": { "assets/adinfo": {}, "examples/gui/healthbar": {}, @@ -234785,7 +234785,7 @@ [ "so_broadcast", { - "_index": 7734, + "_index": 10001, "data": { "ref/stable/dmSocket": {} }, @@ -234795,7 +234795,7 @@ [ "so_reuseaddr", { - "_index": 7742, + "_index": 10008, "data": { "ref/stable/dmSocket": {} }, @@ -234805,7 +234805,7 @@ [ "social", { - "_index": 6435, + "_index": 6351, "data": { "assets/facebookinstantgames": {}, "assets/nakama": {} @@ -234816,7 +234816,7 @@ [ "socket", { - "_index": 667, + "_index": 1055, "data": { "assets/nakama": {}, "manuals/addressing": {}, @@ -234844,7 +234844,7 @@ [ "socket._setsize", { - "_index": 8197, + "_index": 10508, "data": { "ref/stable/socket": {} }, @@ -234854,7 +234854,7 @@ [ "socket._version", { - "_index": 8199, + "_index": 10510, "data": { "ref/stable/socket": {} }, @@ -234864,7 +234864,7 @@ [ "socket.connect", { - "_index": 8171, + "_index": 10482, "data": { "ref/stable/socket": {} }, @@ -234874,7 +234874,7 @@ [ "socket.dns.getaddrinfo", { - "_index": 8204, + "_index": 10515, "data": { "ref/stable/socket": {} }, @@ -234884,7 +234884,7 @@ [ "socket.dns.gethostname", { - "_index": 8208, + "_index": 10518, "data": { "ref/stable/socket": {} }, @@ -234894,7 +234894,7 @@ [ "socket.dns.getnameinfo", { - "_index": 8210, + "_index": 10520, "data": { "ref/stable/socket": {} }, @@ -234904,7 +234904,7 @@ [ "socket.dns.tohostname", { - "_index": 8212, + "_index": 10522, "data": { "ref/stable/socket": {} }, @@ -234914,7 +234914,7 @@ [ "socket.dns.toip", { - "_index": 8215, + "_index": 10525, "data": { "ref/stable/socket": {} }, @@ -234924,7 +234924,7 @@ [ "socket.gettime", { - "_index": 5110, + "_index": 5212, "data": { "manuals/lua": {}, "ref/stable/socket": {} @@ -234935,7 +234935,7 @@ [ "socket.newtry", { - "_index": 8223, + "_index": 10530, "data": { "ref/stable/socket": {} }, @@ -234945,7 +234945,7 @@ [ "socket.protect", { - "_index": 8227, + "_index": 10533, "data": { "ref/stable/socket": {} }, @@ -234955,7 +234955,7 @@ [ "socket.select", { - "_index": 8185, + "_index": 10496, "data": { "ref/stable/socket": {} }, @@ -234965,7 +234965,7 @@ [ "socket.skip", { - "_index": 8239, + "_index": 10543, "data": { "ref/stable/socket": {} }, @@ -234975,7 +234975,7 @@ [ "socket.sleep", { - "_index": 8247, + "_index": 10551, "data": { "ref/stable/socket": {} }, @@ -234985,7 +234985,7 @@ [ "socket.tcp", { - "_index": 5965, + "_index": 3585, "data": { "manuals/socket-connections": {}, "ref/stable/socket": {} @@ -234996,7 +234996,7 @@ [ "socket.tcp6", { - "_index": 8250, + "_index": 10553, "data": { "ref/stable/socket": {} }, @@ -235006,7 +235006,7 @@ [ "socket.udp", { - "_index": 8251, + "_index": 10554, "data": { "ref/stable/socket": {} }, @@ -235016,7 +235016,7 @@ [ "socket.udp6", { - "_index": 8254, + "_index": 10557, "data": { "ref/stable/socket": {} }, @@ -235026,7 +235026,7 @@ [ "socket:][path][#fragment", { - "_index": 6881, + "_index": 10677, "data": { "ref/stable/msg": {} }, @@ -235036,7 +235036,7 @@ [ "socket:path#fragment", { - "_index": 10474, + "_index": 7302, "data": { "ref/stable/dmMessage": {} }, @@ -235046,7 +235046,7 @@ [ "socket_timeout", { - "_index": 7746, + "_index": 10012, "data": { "ref/stable/dmSocket": {} }, @@ -235056,7 +235056,7 @@ [ "sockets", { - "_index": 250, + "_index": 5250, "data": { "manuals/android": {}, "manuals/networking": {}, @@ -235070,7 +235070,7 @@ [ "soft", { - "_index": 2932, + "_index": 5263, "data": { "manuals/compute": {}, "manuals/physics-joints": {} @@ -235081,7 +235081,7 @@ [ "softness", { - "_index": 7091, + "_index": 7501, "data": { "ref/stable/physics": {} }, @@ -235091,7 +235091,7 @@ [ "software", { - "_index": 1355, + "_index": 350, "data": { "assets/panthera": {}, "assets/panthera20": {}, @@ -235116,7 +235116,7 @@ [ "solaris", { - "_index": 7303, + "_index": 9348, "data": { "ref/stable/package": {} }, @@ -235126,7 +235126,7 @@ [ "sold", { - "_index": 2792, + "_index": 4158, "data": { "manuals/application-security": {} }, @@ -235136,7 +235136,7 @@ [ "soldiers", { - "_index": 6385, + "_index": 6441, "data": { "assets/defarmy": {} }, @@ -235146,7 +235146,7 @@ [ "sole", { - "_index": 4580, + "_index": 5860, "data": { "manuals/debugging-game-logic": {}, "ref/stable/package": {}, @@ -235158,7 +235158,7 @@ [ "solid", { - "_index": 5082, + "_index": 5182, "data": { "assets/defblend": {}, "manuals/lua": {} @@ -235169,7 +235169,7 @@ [ "solution", { - "_index": 2177, + "_index": 2354, "data": { "assets/defold-tile-raycast": {}, "manuals/editor-scripts": {}, @@ -235186,7 +235186,7 @@ [ "solutions", { - "_index": 2815, + "_index": 3488, "data": { "manuals/application-security": {}, "manuals/camera": {}, @@ -235198,7 +235198,7 @@ [ "solve", { - "_index": 5214, + "_index": 3653, "data": { "assets/apkx": {}, "manuals/editor-scripts": {}, @@ -235210,7 +235210,7 @@ [ "solved", { - "_index": 4757, + "_index": 3981, "data": { "manuals/physics-resolving-collisions": {} }, @@ -235220,7 +235220,7 @@ [ "solver", { - "_index": 1885, + "_index": 2293, "data": { "assets/apathfinding": {}, "manuals/physics-objects": {} @@ -235231,7 +235231,7 @@ [ "solves", { - "_index": 2474, + "_index": 2846, "data": { "manuals/atlas": {} }, @@ -235241,7 +235241,7 @@ [ "some", { - "_index": 1160, + "_index": 353, "data": { "examples/collection/proxy": {}, "examples/collection/splash": {}, @@ -235303,7 +235303,7 @@ [ "someone", { - "_index": 3680, + "_index": 1781, "data": { "manuals/glossary": {}, "manuals/render": {}, @@ -235315,7 +235315,7 @@ [ "something", { - "_index": 501, + "_index": 1666, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/editor-scripts": {}, @@ -235338,7 +235338,7 @@ [ "sometimes", { - "_index": 2332, + "_index": 908, "data": { "manuals/application-security": {}, "manuals/building-blocks": {}, @@ -235353,7 +235353,7 @@ [ "somewhat", { - "_index": 2729, + "_index": 438, "data": { "manuals/gui": {}, "manuals/modules": {} @@ -235364,7 +235364,7 @@ [ "somewhere", { - "_index": 1752, + "_index": 3306, "data": { "manuals/android": {}, "manuals/debugging-native-code": {}, @@ -235379,7 +235379,7 @@ [ "sony", { - "_index": 2098, + "_index": 1092, "data": { "manuals/extensions-defold-sdk": {}, "manuals/sony-playstation": {} @@ -235390,7 +235390,7 @@ [ "soon", { - "_index": 2490, + "_index": 1627, "data": { "manuals/addressing": {}, "manuals/atlas": {}, @@ -235407,7 +235407,7 @@ [ "sort", { - "_index": 1496, + "_index": 3511, "data": { "manuals/extender-local-setup": {}, "manuals/profiling": {}, @@ -235421,7 +235421,7 @@ [ "sorted", { - "_index": 3741, + "_index": 1881, "data": { "manuals/render": {}, "ref/stable/render": {} @@ -235432,7 +235432,7 @@ [ "sorting", { - "_index": 3737, + "_index": 1873, "data": { "manuals/render": {}, "ref/stable/dmRender": {}, @@ -235444,7 +235444,7 @@ [ "sorts", { - "_index": 6852, + "_index": 6950, "data": { "ref/stable/table": {} }, @@ -235454,7 +235454,7 @@ [ "sound", { - "_index": 564, + "_index": 2116, "data": { "assets/blip": {}, "assets/chipsounds": {}, @@ -235482,7 +235482,7 @@ [ "sound.get_group_gain", { - "_index": 5700, + "_index": 3534, "data": { "manuals/sound": {}, "ref/stable/sound": {} @@ -235493,7 +235493,7 @@ [ "sound.get_group_name", { - "_index": 5699, + "_index": 3533, "data": { "manuals/sound": {}, "ref/stable/sound": {} @@ -235504,7 +235504,7 @@ [ "sound.get_groups", { - "_index": 5694, + "_index": 3528, "data": { "manuals/sound": {}, "ref/stable/sound": {} @@ -235515,7 +235515,7 @@ [ "sound.get_peak", { - "_index": 5712, + "_index": 3546, "data": { "manuals/sound": {}, "ref/stable/sound": {} @@ -235526,7 +235526,7 @@ [ "sound.get_rms", { - "_index": 5705, + "_index": 3539, "data": { "manuals/sound": {}, "ref/stable/sound": {} @@ -235537,7 +235537,7 @@ [ "sound.is_music_playing", { - "_index": 5692, + "_index": 3525, "data": { "manuals/sound": {}, "ref/stable/sound": {} @@ -235548,7 +235548,7 @@ [ "sound.is_phone_call_active", { - "_index": 10044, + "_index": 10699, "data": { "ref/stable/sound": {} }, @@ -235558,7 +235558,7 @@ [ "sound.pause", { - "_index": 10048, + "_index": 10703, "data": { "ref/stable/sound": {} }, @@ -235568,7 +235568,7 @@ [ "sound.play", { - "_index": 5676, + "_index": 3508, "data": { "manuals/sound": {}, "ref/stable/sound": {} @@ -235579,7 +235579,7 @@ [ "sound.set_gain", { - "_index": 5682, + "_index": 3515, "data": { "manuals/sound": {}, "ref/stable/sound": {} @@ -235590,7 +235590,7 @@ [ "sound.set_group_gain", { - "_index": 5683, + "_index": 3516, "data": { "manuals/sound": {}, "ref/stable/sound": {} @@ -235601,7 +235601,7 @@ [ "sound.set_pan", { - "_index": 10051, + "_index": 10705, "data": { "ref/stable/sound": {} }, @@ -235611,7 +235611,7 @@ [ "sound.stop", { - "_index": 5680, + "_index": 3513, "data": { "manuals/sound": {}, "ref/stable/go": {}, @@ -235623,7 +235623,7 @@ [ "sound_done", { - "_index": 10027, + "_index": 10683, "data": { "ref/stable/sound": {} }, @@ -235633,7 +235633,7 @@ [ "sound_stopped", { - "_index": 10028, + "_index": 10684, "data": { "ref/stable/sound": {} }, @@ -235643,7 +235643,7 @@ [ "sounds", { - "_index": 1774, + "_index": 2080, "data": { "assets/chipsounds": {}, "assets/fmod": {}, @@ -235662,7 +235662,7 @@ [ "sounds/boom.wav", { - "_index": 5730, + "_index": 3567, "data": { "manuals/sound": {} }, @@ -235672,7 +235672,7 @@ [ "source", { - "_index": 320, + "_index": 292, "data": { "assets/apkverifier": {}, "assets/colyseus": {}, @@ -235726,7 +235726,7 @@ [ "source_factor", { - "_index": 7848, + "_index": 8498, "data": { "ref/stable/render": {} }, @@ -235736,7 +235736,7 @@ [ "sources", { - "_index": 334, + "_index": 958, "data": { "assets/adswrapper": {}, "assets/illumination": {}, @@ -235752,7 +235752,7 @@ [ "sourcesanspro", { - "_index": 3126, + "_index": 2411, "data": { "manuals/editor-styling": {} }, @@ -235762,7 +235762,7 @@ [ "south", { - "_index": 78, + "_index": 364, "data": { "manuals/gui": {}, "manuals/gui-text": {}, @@ -235775,7 +235775,7 @@ [ "sovapps", { - "_index": 5580, + "_index": 3883, "data": { "manuals/font": {} }, @@ -235785,7 +235785,7 @@ [ "space", { - "_index": 826, + "_index": 1155, "data": { "examples/material/screenspace": {}, "examples/movement/look_rotation": {}, @@ -235826,7 +235826,7 @@ [ "spacecolumns", { - "_index": 10740, + "_index": 8895, "data": { "ref/stable/editor": {} }, @@ -235836,7 +235836,7 @@ [ "spaced", { - "_index": 3120, + "_index": 2407, "data": { "manuals/editor-styling": {} }, @@ -235846,7 +235846,7 @@ [ "spacepadding", { - "_index": 10742, + "_index": 8897, "data": { "ref/stable/editor": {} }, @@ -235856,7 +235856,7 @@ [ "spaces", { - "_index": 2407, + "_index": 4943, "data": { "manuals/editor-scripts": {}, "manuals/getting-help": {}, @@ -235868,7 +235868,7 @@ [ "spaceship", { - "_index": 6153, + "_index": 6184, "data": { "examples/factory/bullets": {}, "examples/factory/dynamic": {}, @@ -235880,7 +235880,7 @@ [ "spacing", { - "_index": 819, + "_index": 329, "data": { "manuals/editor-scripts-ui": {}, "manuals/gui": {}, @@ -235896,7 +235896,7 @@ [ "span", { - "_index": 3884, + "_index": 1350, "data": { "manuals/editor-scripts-ui": {} }, @@ -235906,7 +235906,7 @@ [ "spanish", { - "_index": 1635, + "_index": 4829, "data": { "manuals/porting-guidelines": {} }, @@ -235916,7 +235916,7 @@ [ "spans", { - "_index": 10690, + "_index": 8844, "data": { "ref/stable/editor": {} }, @@ -235926,7 +235926,7 @@ [ "sparingly", { - "_index": 5469, + "_index": 3611, "data": { "manuals/extensions-best-practices": {} }, @@ -235936,7 +235936,7 @@ [ "sparkle", { - "_index": 6542, + "_index": 6502, "data": { "assets/sparkle-shader": {} }, @@ -235946,7 +235946,7 @@ [ "sparse", { - "_index": 8510, + "_index": 9639, "data": { "ref/stable/sys": {} }, @@ -235956,7 +235956,7 @@ [ "spatial", { - "_index": 5516, + "_index": 3840, "data": { "manuals/glossary": {}, "manuals/physics": {} @@ -235967,7 +235967,7 @@ [ "spawed", { - "_index": 9650, + "_index": 9291, "data": { "ref/stable/dmGameObject": {} }, @@ -235977,7 +235977,7 @@ [ "spawn", { - "_index": 638, + "_index": 1219, "data": { "examples/factory/bullets": {}, "examples/factory/dynamic": {}, @@ -236001,7 +236001,7 @@ [ "spawned", { - "_index": 378, + "_index": 991, "data": { "examples/factory/bullets": {}, "examples/physics/knockback": {}, @@ -236025,7 +236025,7 @@ [ "spawner", { - "_index": 2615, + "_index": 4329, "data": { "manuals/factory": {} }, @@ -236035,7 +236035,7 @@ [ "spawner.script", { - "_index": 2603, + "_index": 4316, "data": { "manuals/factory": {} }, @@ -236045,7 +236045,7 @@ [ "spawning", { - "_index": 643, + "_index": 1114, "data": { "examples/factory/bullets": {}, "examples/factory/dynamic": {}, @@ -236066,7 +236066,7 @@ [ "spawns", { - "_index": 6192, + "_index": 6143, "data": { "examples/particles/confetti": {}, "examples/particles/fireworks": {}, @@ -236079,7 +236079,7 @@ [ "special", { - "_index": 43, + "_index": 754, "data": { "examples/material/screenspace": {}, "examples/model/cubemap": {}, @@ -236104,7 +236104,7 @@ [ "specialize", { - "_index": 2818, + "_index": 4179, "data": { "manuals/application-security": {} }, @@ -236114,7 +236114,7 @@ [ "specialized", { - "_index": 4351, + "_index": 4802, "data": { "manuals/importing-assets": {}, "ref/stable/dmHashTable": {}, @@ -236126,7 +236126,7 @@ [ "specially", { - "_index": 5204, + "_index": 5412, "data": { "manuals/editor-scripts": {} }, @@ -236136,7 +236136,7 @@ [ "specicied", { - "_index": 9363, + "_index": 7882, "data": { "ref/stable/gui": {} }, @@ -236146,7 +236146,7 @@ [ "specific", { - "_index": 298, + "_index": 941, "data": { "assets/druid": {}, "manuals/addressing": {}, @@ -236211,7 +236211,7 @@ [ "specifically", { - "_index": 1271, + "_index": 3118, "data": { "assets/dicebag": {}, "manuals/bundling": {}, @@ -236226,7 +236226,7 @@ [ "specification", { - "_index": 4288, + "_index": 3133, "data": { "manuals/writing-code": {}, "ref/stable/render": {} @@ -236237,7 +236237,7 @@ [ "specifications", { - "_index": 872, + "_index": 2615, "data": { "manuals/shader": {} }, @@ -236247,7 +236247,7 @@ [ "specifics", { - "_index": 8387, + "_index": 9519, "data": { "ref/stable/sys": {} }, @@ -236257,7 +236257,7 @@ [ "specified", { - "_index": 217, + "_index": 856, "data": { "examples/collection/proxy": {}, "examples/collection/splash": {}, @@ -236319,7 +236319,7 @@ [ "specifies", { - "_index": 810, + "_index": 2875, "data": { "manuals/atlas": {}, "manuals/bob": {}, @@ -236343,7 +236343,7 @@ [ "specify", { - "_index": 998, + "_index": 924, "data": { "manuals/addressing": {}, "manuals/android": {}, @@ -236386,7 +236386,7 @@ [ "specifying", { - "_index": 3052, + "_index": 1632, "data": { "manuals/addressing": {}, "manuals/debugging-native-code": {}, @@ -236408,7 +236408,7 @@ [ "speed", { - "_index": 1599, + "_index": 1226, "data": { "assets/panthera": {}, "assets/reszip": {}, @@ -236436,7 +236436,7 @@ [ "spend", { - "_index": 4065, + "_index": 4265, "data": { "manuals/profiling": {} }, @@ -236446,7 +236446,7 @@ [ "spending", { - "_index": 1656, + "_index": 4841, "data": { "manuals/porting-guidelines": {}, "ref/stable/profiler": {} @@ -236457,7 +236457,7 @@ [ "spent", { - "_index": 3570, + "_index": 4245, "data": { "manuals/introduction": {}, "manuals/profiling": {}, @@ -236470,7 +236470,7 @@ [ "sphere", { - "_index": 206, + "_index": 1187, "data": { "examples/physics/knockback": {}, "examples/physics/trigger": {}, @@ -236488,7 +236488,7 @@ [ "sphere.diameter", { - "_index": 7075, + "_index": 7487, "data": { "ref/stable/physics": {} }, @@ -236498,7 +236498,7 @@ [ "sphere_data", { - "_index": 207, + "_index": 5527, "data": { "manuals/physics-shapes": {} }, @@ -236508,7 +236508,7 @@ [ "spheres", { - "_index": 6652, + "_index": 6525, "data": { "assets/magiclinker": {} }, @@ -236518,7 +236518,7 @@ [ "spherical", { - "_index": 7707, + "_index": 7393, "data": { "ref/stable/dmVMath": {} }, @@ -236528,7 +236528,7 @@ [ "spherically", { - "_index": 8375, + "_index": 7081, "data": { "ref/stable/vmath": {} }, @@ -236538,7 +236538,7 @@ [ "spine", { - "_index": 3610, + "_index": 1677, "data": { "manuals/render": {}, "ref/stable/go": {} @@ -236549,7 +236549,7 @@ [ "spinescenec", { - "_index": 10001, + "_index": 8121, "data": { "ref/stable/dmGui": {} }, @@ -236559,7 +236559,7 @@ [ "spinlock", { - "_index": 8656, + "_index": 8642, "data": { "ref/stable/dmSpinlock": {} }, @@ -236569,7 +236569,7 @@ [ "spir", { - "_index": 1057, + "_index": 2708, "data": { "manuals/bob": {}, "manuals/shader": {} @@ -236580,7 +236580,7 @@ [ "spiraling", { - "_index": 3217, + "_index": 1243, "data": { "manuals/particlefx": {} }, @@ -236590,7 +236590,7 @@ [ "spirv", { - "_index": 4169, + "_index": 3199, "data": { "manuals/bob": {} }, @@ -236600,7 +236600,7 @@ [ "splash", { - "_index": 2302, + "_index": 846, "data": { "examples/collection/splash": {}, "manuals/html5": {} @@ -236611,7 +236611,7 @@ [ "splash.collection", { - "_index": 6106, + "_index": 6170, "data": { "examples/collection/splash": {} }, @@ -236621,7 +236621,7 @@ [ "splashscreen.collection", { - "_index": 6107, + "_index": 6173, "data": { "examples/collection/splash": {} }, @@ -236631,7 +236631,7 @@ [ "splat", { - "_index": 6217, + "_index": 6149, "data": { "examples/particles/fireworks": {}, "ref/stable/vmath": {} @@ -236642,7 +236642,7 @@ [ "split", { - "_index": 1824, + "_index": 2154, "data": { "manuals/atlas": {}, "manuals/live-update": {}, @@ -236655,7 +236655,7 @@ [ "splitmix64", { - "_index": 6343, + "_index": 6755, "data": { "assets/splitmix64": {} }, @@ -236665,7 +236665,7 @@ [ "splitting", { - "_index": 1830, + "_index": 3326, "data": { "manuals/live-update": {} }, @@ -236675,7 +236675,7 @@ [ "spotlight", { - "_index": 3479, + "_index": 3023, "data": { "manuals/ios": {} }, @@ -236685,7 +236685,7 @@ [ "spots", { - "_index": 4891, + "_index": 3421, "data": { "manuals/addressing": {} }, @@ -236695,7 +236695,7 @@ [ "spread", { - "_index": 3194, + "_index": 1199, "data": { "manuals/particlefx": {} }, @@ -236705,7 +236705,7 @@ [ "spring", { - "_index": 5980, + "_index": 5777, "data": { "manuals/physics-joints": {}, "ref/stable/physics": {} @@ -236716,7 +236716,7 @@ [ "sprite", { - "_index": 363, + "_index": 979, "data": { "assets/sharpsprite": {}, "assets/sparkle-shader": {}, @@ -236764,7 +236764,7 @@ [ "sprite's", { - "_index": 5733, + "_index": 3805, "data": { "examples/animation/cursor": {}, "manuals/sprite": {}, @@ -236776,7 +236776,7 @@ [ "sprite.fp", { - "_index": 1237, + "_index": 2815, "data": { "examples/sprite/tint": {}, "manuals/shader": {} @@ -236787,7 +236787,7 @@ [ "sprite.play_animation", { - "_index": 7338, + "_index": 10306, "data": { "ref/stable/resource": {} }, @@ -236797,7 +236797,7 @@ [ "sprite.play_flipbook", { - "_index": 2540, + "_index": 2493, "data": { "manuals/atlas": {}, "manuals/factory": {}, @@ -236811,7 +236811,7 @@ [ "sprite.set_hflip", { - "_index": 5734, + "_index": 3806, "data": { "manuals/sprite": {}, "ref/stable/sprite": {} @@ -236822,7 +236822,7 @@ [ "sprite.set_vflip", { - "_index": 5735, + "_index": 3807, "data": { "manuals/sprite": {}, "ref/stable/sprite": {} @@ -236833,7 +236833,7 @@ [ "sprite.vp", { - "_index": 1229, + "_index": 2812, "data": { "manuals/shader": {} }, @@ -236843,7 +236843,7 @@ [ "sprite2", { - "_index": 4848, + "_index": 3359, "data": { "manuals/addressing": {} }, @@ -236853,7 +236853,7 @@ [ "spritefusion", { - "_index": 6688, + "_index": 6368, "data": { "assets/spritefusion": {} }, @@ -236863,7 +236863,7 @@ [ "sprites", { - "_index": 167, + "_index": 981, "data": { "assets/defblend": {}, "assets/dissolve-fx": {}, @@ -236887,7 +236887,7 @@ [ "sprites.atlas", { - "_index": 6197, + "_index": 6155, "data": { "examples/particles/fire_and_smoke": {} }, @@ -236897,7 +236897,7 @@ [ "spwned", { - "_index": 9530, + "_index": 9166, "data": { "ref/stable/dmGameObject": {} }, @@ -236907,7 +236907,7 @@ [ "sqlite3", { - "_index": 1320, + "_index": 4679, "data": { "manuals/extensions-ext-manifests": {} }, @@ -236917,7 +236917,7 @@ [ "sqrt", { - "_index": 9778, + "_index": 7292, "data": { "ref/stable/math": {} }, @@ -236927,7 +236927,7 @@ [ "square", { - "_index": 2463, + "_index": 2837, "data": { "examples/physics/dynamic": {}, "examples/physics/hinge_joint": {}, @@ -236949,7 +236949,7 @@ [ "square_easing", { - "_index": 4674, + "_index": 3785, "data": { "manuals/property-animation": {} }, @@ -236959,7 +236959,7 @@ [ "squared", { - "_index": 5579, + "_index": 3882, "data": { "manuals/font": {}, "ref/stable/dmIntersection": {}, @@ -236973,7 +236973,7 @@ [ "squares", { - "_index": 5824, + "_index": 5571, "data": { "manuals/editor": {} }, @@ -236983,7 +236983,7 @@ [ "sr", { - "_index": 7891, + "_index": 8527, "data": { "ref/stable/render": {}, "ref/stable/sys": {} @@ -236994,7 +236994,7 @@ [ "sr,sg,sb,sa", { - "_index": 7854, + "_index": 8504, "data": { "ref/stable/render": {} }, @@ -237004,7 +237004,7 @@ [ "src", { - "_index": 3125, + "_index": 2410, "data": { "manuals/editor-styling": {}, "manuals/extensions": {}, @@ -237017,7 +237017,7 @@ [ "ssbos", { - "_index": 1089, + "_index": 2725, "data": { "manuals/shader": {} }, @@ -237027,7 +237027,7 @@ [ "ssdp", { - "_index": 3753, + "_index": 3686, "data": { "manuals/debugging-game-and-system-logs": {} }, @@ -237037,7 +237037,7 @@ [ "ssdp://192.168.0.97:58089", { - "_index": 3754, + "_index": 3687, "data": { "manuals/debugging-game-and-system-logs": {} }, @@ -237047,7 +237047,7 @@ [ "ssl", { - "_index": 254, + "_index": 3067, "data": { "manuals/application-security": {}, "manuals/ios": {}, @@ -237061,7 +237061,7 @@ [ "sslsocket", { - "_index": 8281, + "_index": 8735, "data": { "ref/stable/dmSSLSocket": {} }, @@ -237071,7 +237071,7 @@ [ "st", { - "_index": 5413, + "_index": 6064, "data": { "manuals/android": {} }, @@ -237081,7 +237081,7 @@ [ "stability", { - "_index": 1904, + "_index": 2304, "data": { "manuals/physics-objects": {} }, @@ -237091,7 +237091,7 @@ [ "stable", { - "_index": 5065, + "_index": 2933, "data": { "manuals/extensions-best-practices": {}, "manuals/optimization": {}, @@ -237104,7 +237104,7 @@ [ "stack", { - "_index": 628, + "_index": 4745, "data": { "manuals/app-manifest": {}, "manuals/debugging-game-logic": {}, @@ -237128,7 +237128,7 @@ [ "stacks", { - "_index": 2036, + "_index": 4989, "data": { "manuals/debugging-native-code": {}, "manuals/input": {} @@ -237139,7 +237139,7 @@ [ "stacksize", { - "_index": 629, + "_index": 5245, "data": { "manuals/app-manifest": {} }, @@ -237149,7 +237149,7 @@ [ "staff", { - "_index": 4236, + "_index": 3283, "data": { "manuals/bob": {} }, @@ -237159,7 +237159,7 @@ [ "stage", { - "_index": 1023, + "_index": 2692, "data": { "manuals/extensions-ext-manifests": {}, "manuals/flash": {}, @@ -237175,7 +237175,7 @@ [ "stall", { - "_index": 5001, + "_index": 2467, "data": { "manuals/zerobrane": {} }, @@ -237185,7 +237185,7 @@ [ "stance", { - "_index": 3086, + "_index": 2485, "data": { "manuals/flipbook-animation": {} }, @@ -237195,7 +237195,7 @@ [ "stand", { - "_index": 1507, + "_index": 2974, "data": { "manuals/android": {}, "manuals/extender-local-setup": {}, @@ -237209,7 +237209,7 @@ [ "standard", { - "_index": 1009, + "_index": 2684, "data": { "manuals/editor-scripts": {}, "manuals/extender-docker-images": {}, @@ -237235,7 +237235,7 @@ [ "standardised", { - "_index": 3072, + "_index": 5051, "data": { "manuals/live-update-aws": {} }, @@ -237245,7 +237245,7 @@ [ "standing", { - "_index": 3090, + "_index": 2489, "data": { "manuals/flipbook-animation": {} }, @@ -237255,7 +237255,7 @@ [ "stands", { - "_index": 1645, + "_index": 4835, "data": { "manuals/porting-guidelines": {}, "ref/stable/string": {} @@ -237266,7 +237266,7 @@ [ "star", { - "_index": 6516, + "_index": 6250, "data": { "assets/apathfinding": {} }, @@ -237276,7 +237276,7 @@ [ "star_factory", { - "_index": 2584, + "_index": 4303, "data": { "manuals/factory": {} }, @@ -237286,7 +237286,7 @@ [ "starly", { - "_index": 6369, + "_index": 6276, "data": { "assets/starly": {} }, @@ -237296,7 +237296,7 @@ [ "start", { - "_index": 454, + "_index": 590, "data": { "examples/particles/fire_and_smoke": {}, "examples/particles/fireworks": {}, @@ -237354,7 +237354,7 @@ [ "start_dodge", { - "_index": 3087, + "_index": 2486, "data": { "manuals/flipbook-animation": {} }, @@ -237364,7 +237364,7 @@ [ "start_fireworks", { - "_index": 6218, + "_index": 6150, "data": { "examples/particles/fireworks": {} }, @@ -237374,7 +237374,7 @@ [ "start_p", { - "_index": 4587, + "_index": 5865, "data": { "manuals/debugging-game-logic": {} }, @@ -237384,7 +237384,7 @@ [ "start_point", { - "_index": 3724, + "_index": 1852, "data": { "manuals/debugging-game-logic": {}, "manuals/render": {} @@ -237395,7 +237395,7 @@ [ "start_record", { - "_index": 8390, + "_index": 9523, "data": { "ref/stable/sys": {} }, @@ -237405,7 +237405,7 @@ [ "started", { - "_index": 2333, + "_index": 912, "data": { "manuals/debugging-game-and-system-logs": {}, "manuals/editor": {}, @@ -237426,7 +237426,7 @@ [ "starting", { - "_index": 1059, + "_index": 1029, "data": { "assets/resource-encryption": {}, "examples/material/unlit": {}, @@ -237466,7 +237466,7 @@ [ "starts", { - "_index": 1854, + "_index": 919, "data": { "examples/collection/timestep": {}, "manuals/addressing": {}, @@ -237502,7 +237502,7 @@ [ "startup", { - "_index": 2636, + "_index": 3924, "data": { "examples/particles/confetti": {}, "examples/particles/fireworks": {}, @@ -237518,7 +237518,7 @@ [ "stash", { - "_index": 3839, + "_index": 4401, "data": { "manuals/version-control": {} }, @@ -237528,7 +237528,7 @@ [ "stashed", { - "_index": 3836, + "_index": 4398, "data": { "manuals/version-control": {} }, @@ -237538,7 +237538,7 @@ [ "stat", { - "_index": 6510, + "_index": 6280, "data": { "assets/feat": {} }, @@ -237548,7 +237548,7 @@ [ "state", { - "_index": 1662, + "_index": 1140, "data": { "assets/defold-nuklear": {}, "assets/defoldinput": {}, @@ -237594,7 +237594,7 @@ [ "state.alter_state", { - "_index": 2731, + "_index": 5755, "data": { "manuals/modules": {} }, @@ -237604,7 +237604,7 @@ [ "state.cameras.camera_gui", { - "_index": 3664, + "_index": 1757, "data": { "manuals/render": {} }, @@ -237614,7 +237614,7 @@ [ "state.cameras.camera_world", { - "_index": 3643, + "_index": 1735, "data": { "manuals/render": {} }, @@ -237624,7 +237624,7 @@ [ "state.clear_buffers", { - "_index": 3642, + "_index": 1734, "data": { "manuals/render": {} }, @@ -237634,7 +237634,7 @@ [ "state.get_state", { - "_index": 2733, + "_index": 5757, "data": { "manuals/modules": {} }, @@ -237644,7 +237644,7 @@ [ "state.valid", { - "_index": 3637, + "_index": 1729, "data": { "manuals/render": {} }, @@ -237654,7 +237654,7 @@ [ "state.value", { - "_index": 2732, + "_index": 5756, "data": { "manuals/modules": {} }, @@ -237664,7 +237664,7 @@ [ "state.window_height", { - "_index": 3646, + "_index": 1738, "data": { "manuals/render": {} }, @@ -237674,7 +237674,7 @@ [ "state.window_width", { - "_index": 3645, + "_index": 1737, "data": { "manuals/render": {} }, @@ -237684,7 +237684,7 @@ [ "state_alpha_test", { - "_index": 9821, + "_index": 8249, "data": { "ref/stable/graphics": {} }, @@ -237694,7 +237694,7 @@ [ "state_alpha_test_supported", { - "_index": 9823, + "_index": 8251, "data": { "ref/stable/graphics": {} }, @@ -237704,7 +237704,7 @@ [ "state_blend", { - "_index": 9824, + "_index": 8253, "data": { "ref/stable/graphics": {} }, @@ -237714,7 +237714,7 @@ [ "state_cull_face", { - "_index": 9825, + "_index": 8255, "data": { "ref/stable/graphics": {} }, @@ -237724,7 +237724,7 @@ [ "state_depth_test", { - "_index": 9826, + "_index": 8257, "data": { "ref/stable/graphics": {} }, @@ -237734,7 +237734,7 @@ [ "state_polygon_offset_fill", { - "_index": 9827, + "_index": 8259, "data": { "ref/stable/graphics": {} }, @@ -237744,7 +237744,7 @@ [ "state_scissor_test", { - "_index": 9829, + "_index": 8261, "data": { "ref/stable/graphics": {} }, @@ -237754,7 +237754,7 @@ [ "state_stencil_test", { - "_index": 9830, + "_index": 8263, "data": { "ref/stable/graphics": {} }, @@ -237764,7 +237764,7 @@ [ "stated", { - "_index": 1178, + "_index": 2784, "data": { "manuals/shader": {} }, @@ -237774,7 +237774,7 @@ [ "stateful", { - "_index": 2692, + "_index": 5727, "data": { "manuals/modules": {} }, @@ -237784,7 +237784,7 @@ [ "stateless", { - "_index": 2697, + "_index": 5730, "data": { "manuals/modules": {} }, @@ -237794,7 +237794,7 @@ [ "statement", { - "_index": 1165, + "_index": 2451, "data": { "manuals/debugging-game-logic": {}, "manuals/live-update-aws": {}, @@ -237809,7 +237809,7 @@ [ "statements", { - "_index": 1856, + "_index": 3338, "data": { "manuals/debugging-game-logic": {}, "manuals/live-update": {}, @@ -237821,7 +237821,7 @@ [ "states", { - "_index": 3288, + "_index": 3046, "data": { "examples/sound/panning": {}, "manuals/flash": {}, @@ -237835,7 +237835,7 @@ [ "static", { - "_index": 365, + "_index": 195, "data": { "examples/physics/dynamic": {}, "examples/physics/hinge_joint": {}, @@ -237862,7 +237862,7 @@ [ "static_assert", { - "_index": 9670, + "_index": 10258, "data": { "ref/stable/dmStaticAssert": {} }, @@ -237872,7 +237872,7 @@ [ "statically", { - "_index": 3094, + "_index": 2497, "data": { "manuals/flipbook-animation": {}, "manuals/glossary": {}, @@ -237884,7 +237884,7 @@ [ "statinfo", { - "_index": 7548, + "_index": 9701, "data": { "ref/stable/dmSys": {} }, @@ -237894,7 +237894,7 @@ [ "statistical", { - "_index": 9769, + "_index": 7282, "data": { "ref/stable/math": {} }, @@ -237904,7 +237904,7 @@ [ "stats", { - "_index": 6468, + "_index": 6516, "data": { "assets/yametrica": {} }, @@ -237914,7 +237914,7 @@ [ "status", { - "_index": 4887, + "_index": 3415, "data": { "assets/batterystatus": {}, "assets/safearea": {}, @@ -237945,7 +237945,7 @@ [ "status_loaded", { - "_index": 6957, + "_index": 7183, "data": { "ref/stable/collectionfactory": {}, "ref/stable/factory": {} @@ -237956,7 +237956,7 @@ [ "status_loading", { - "_index": 6958, + "_index": 7184, "data": { "ref/stable/collectionfactory": {}, "ref/stable/factory": {} @@ -237967,7 +237967,7 @@ [ "status_str", { - "_index": 7228, + "_index": 10383, "data": { "ref/stable/dmHttpClient": {} }, @@ -237977,7 +237977,7 @@ [ "status_unloaded", { - "_index": 6959, + "_index": 7185, "data": { "ref/stable/collectionfactory": {}, "ref/stable/factory": {} @@ -237988,7 +237988,7 @@ [ "stay", { - "_index": 4473, + "_index": 482, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/addressing": {}, @@ -238001,7 +238001,7 @@ [ "std::sort", { - "_index": 5486, + "_index": 3635, "data": { "manuals/extensions-best-practices": {} }, @@ -238011,7 +238011,7 @@ [ "std::string", { - "_index": 5495, + "_index": 3647, "data": { "manuals/extensions-best-practices": {} }, @@ -238021,7 +238021,7 @@ [ "std::upper_bound", { - "_index": 5487, + "_index": 3636, "data": { "manuals/extensions-best-practices": {} }, @@ -238031,7 +238031,7 @@ [ "stdin", { - "_index": 10404, + "_index": 10623, "data": { "ref/stable/base": {} }, @@ -238041,7 +238041,7 @@ [ "stdio", { - "_index": 5238, + "_index": 5444, "data": { "manuals/editor-scripts": {} }, @@ -238051,7 +238051,7 @@ [ "stdlib", { - "_index": 1315, + "_index": 4675, "data": { "manuals/extensions-ext-manifests": {} }, @@ -238061,7 +238061,7 @@ [ "stdout", { - "_index": 10423, + "_index": 8801, "data": { "ref/stable/base": {}, "ref/stable/editor": {} @@ -238072,7 +238072,7 @@ [ "steam", { - "_index": 5339, + "_index": 4110, "data": { "assets/steamworks": {}, "manuals/macos": {}, @@ -238084,7 +238084,7 @@ [ "steamworks", { - "_index": 5355, + "_index": 5836, "data": { "assets/steamworks": {}, "manuals/macos": {} @@ -238095,7 +238095,7 @@ [ "stencil", { - "_index": 3742, + "_index": 424, "data": { "assets/defold-3D-outline-shader": {}, "manuals/gui": {}, @@ -238110,7 +238110,7 @@ [ "stencil_op_decr", { - "_index": 9831, + "_index": 8265, "data": { "ref/stable/graphics": {} }, @@ -238120,7 +238120,7 @@ [ "stencil_op_decr_wrap", { - "_index": 9832, + "_index": 8267, "data": { "ref/stable/graphics": {} }, @@ -238130,7 +238130,7 @@ [ "stencil_op_incr", { - "_index": 9833, + "_index": 8269, "data": { "ref/stable/graphics": {} }, @@ -238140,7 +238140,7 @@ [ "stencil_op_incr_wrap", { - "_index": 9834, + "_index": 8271, "data": { "ref/stable/graphics": {} }, @@ -238150,7 +238150,7 @@ [ "stencil_op_invert", { - "_index": 9835, + "_index": 8273, "data": { "ref/stable/graphics": {} }, @@ -238160,7 +238160,7 @@ [ "stencil_op_keep", { - "_index": 9836, + "_index": 8275, "data": { "ref/stable/graphics": {} }, @@ -238170,7 +238170,7 @@ [ "stencil_op_replace", { - "_index": 9837, + "_index": 8277, "data": { "ref/stable/graphics": {} }, @@ -238180,7 +238180,7 @@ [ "stencil_op_zero", { - "_index": 9838, + "_index": 8279, "data": { "ref/stable/graphics": {} }, @@ -238190,7 +238190,7 @@ [ "stenciling", { - "_index": 7946, + "_index": 8574, "data": { "ref/stable/render": {} }, @@ -238200,7 +238200,7 @@ [ "stencilop", { - "_index": 10287, + "_index": 6893, "data": { "ref/stable/dmGraphics": {} }, @@ -238210,7 +238210,7 @@ [ "stenciltestparams", { - "_index": 7532, + "_index": 10903, "data": { "ref/stable/dmRender": {} }, @@ -238220,7 +238220,7 @@ [ "step", { - "_index": 386, + "_index": 2268, "data": { "examples/collection/timestep": {}, "manuals/ads": {}, @@ -238253,7 +238253,7 @@ [ "stepped", { - "_index": 4604, + "_index": 5879, "data": { "manuals/debugging-game-logic": {} }, @@ -238263,7 +238263,7 @@ [ "stepping", { - "_index": 4602, + "_index": 5877, "data": { "manuals/debugging-game-logic": {} }, @@ -238273,7 +238273,7 @@ [ "steps", { - "_index": 418, + "_index": 638, "data": { "manuals/editor-scripts": {}, "manuals/extender-local-setup": {}, @@ -238295,7 +238295,7 @@ [ "stereo", { - "_index": 5637, + "_index": 2125, "data": { "manuals/optimization-size": {} }, @@ -238305,7 +238305,7 @@ [ "stick", { - "_index": 4849, + "_index": 3360, "data": { "manuals/addressing": {} }, @@ -238315,7 +238315,7 @@ [ "sticks", { - "_index": 2156, + "_index": 4485, "data": { "manuals/input-mouse-and-touch": {} }, @@ -238325,7 +238325,7 @@ [ "still", { - "_index": 309, + "_index": 282, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/addressing": {}, @@ -238364,7 +238364,7 @@ [ "stl", { - "_index": 5484, + "_index": 3634, "data": { "manuals/extensions-best-practices": {} }, @@ -238374,7 +238374,7 @@ [ "stone", { - "_index": 6141, + "_index": 6203, "data": { "examples/physics/dynamic": {}, "examples/physics/hinge_joint": {}, @@ -238388,7 +238388,7 @@ [ "stop", { - "_index": 1486, + "_index": 1136, "data": { "manuals/debugging-game-logic": {}, "manuals/extender-local-setup": {}, @@ -238411,7 +238411,7 @@ [ "stop_dodge", { - "_index": 3091, + "_index": 2490, "data": { "manuals/flipbook-animation": {} }, @@ -238421,7 +238421,7 @@ [ "stop_particlefx", { - "_index": 9409, + "_index": 7934, "data": { "ref/stable/gui": {} }, @@ -238431,7 +238431,7 @@ [ "stop_record", { - "_index": 8401, + "_index": 9534, "data": { "ref/stable/sys": {} }, @@ -238441,7 +238441,7 @@ [ "stop_sound", { - "_index": 10025, + "_index": 10681, "data": { "ref/stable/sound": {} }, @@ -238451,7 +238451,7 @@ [ "stopped", { - "_index": 4610, + "_index": 3501, "data": { "manuals/debugging-game-logic": {}, "manuals/sound": {}, @@ -238465,7 +238465,7 @@ [ "stopping", { - "_index": 5673, + "_index": 3503, "data": { "manuals/sound": {}, "ref/stable/gui": {}, @@ -238477,7 +238477,7 @@ [ "stops", { - "_index": 3165, + "_index": 1147, "data": { "manuals/particlefx": {}, "ref/stable/base": {}, @@ -238492,7 +238492,7 @@ [ "storage", { - "_index": 928, + "_index": 2637, "data": { "manuals/compute": {}, "manuals/live-update": {}, @@ -238514,7 +238514,7 @@ [ "store", { - "_index": 144, + "_index": 890, "data": { "assets/cafebazaar": {}, "manuals/addressing": {}, @@ -238549,7 +238549,7 @@ [ "store_archive", { - "_index": 6818, + "_index": 9742, "data": { "ref/stable/liveupdate": {} }, @@ -238559,7 +238559,7 @@ [ "store_manifest", { - "_index": 6821, + "_index": 9745, "data": { "ref/stable/liveupdate": {} }, @@ -238569,7 +238569,7 @@ [ "store_resource", { - "_index": 6828, + "_index": 9750, "data": { "ref/stable/liveupdate": {} }, @@ -238579,7 +238579,7 @@ [ "stored", { - "_index": 758, + "_index": 901, "data": { "examples/factory/dynamic": {}, "examples/gui/button": {}, @@ -238632,7 +238632,7 @@ [ "storekit", { - "_index": 1300, + "_index": 4661, "data": { "manuals/extensions-ext-manifests": {} }, @@ -238642,7 +238642,7 @@ [ "storepass", { - "_index": 5416, + "_index": 6067, "data": { "manuals/android": {} }, @@ -238652,7 +238652,7 @@ [ "stores", { - "_index": 1007, + "_index": 2683, "data": { "manuals/addressing": {}, "manuals/android": {}, @@ -238669,7 +238669,7 @@ [ "stories", { - "_index": 6615, + "_index": 6450, "data": { "assets/narrator": {} }, @@ -238679,7 +238679,7 @@ [ "storing", { - "_index": 6825, + "_index": 7554, "data": { "ref/stable/go": {}, "ref/stable/gui": {}, @@ -238691,7 +238691,7 @@ [ "story", { - "_index": 6611, + "_index": 6446, "data": { "assets/narrator": {} }, @@ -238701,7 +238701,7 @@ [ "storyboard", { - "_index": 3442, + "_index": 2982, "data": { "manuals/ios": {} }, @@ -238711,7 +238711,7 @@ [ "str", { - "_index": 4943, + "_index": 4748, "data": { "manuals/extensions": {} }, @@ -238721,7 +238721,7 @@ [ "straight", { - "_index": 4582, + "_index": 5861, "data": { "manuals/debugging-game-logic": {}, "ref/stable/vmath": {} @@ -238732,7 +238732,7 @@ [ "straightest", { - "_index": 8380, + "_index": 7086, "data": { "ref/stable/vmath": {} }, @@ -238742,7 +238742,7 @@ [ "straightforward", { - "_index": 3671, + "_index": 1764, "data": { "manuals/install": {}, "manuals/lua": {}, @@ -238754,7 +238754,7 @@ [ "strategies", { - "_index": 5621, + "_index": 2076, "data": { "manuals/optimization-size": {} }, @@ -238764,7 +238764,7 @@ [ "strategy", { - "_index": 2165, + "_index": 4489, "data": { "manuals/input-mouse-and-touch": {} }, @@ -238774,7 +238774,7 @@ [ "stream", { - "_index": 2525, + "_index": 2888, "data": { "assets/webmonetization": {}, "manuals/atlas": {}, @@ -238789,7 +238789,7 @@ [ "streamdeclaration", { - "_index": 10564, + "_index": 10607, "data": { "ref/stable/dmBuffer": {} }, @@ -238799,7 +238799,7 @@ [ "streamed", { - "_index": 2811, + "_index": 4173, "data": { "manuals/application-security": {}, "manuals/dev-app": {} @@ -238810,7 +238810,7 @@ [ "streaming", { - "_index": 2205, + "_index": 662, "data": { "manuals/html5": {} }, @@ -238820,7 +238820,7 @@ [ "streams", { - "_index": 10277, + "_index": 6883, "data": { "ref/stable/buffer": {}, "ref/stable/dmBuffer": {}, @@ -238832,7 +238832,7 @@ [ "streching", { - "_index": 6117, + "_index": 6107, "data": { "examples/gui/slice9": {} }, @@ -238842,7 +238842,7 @@ [ "strerror_s/r", { - "_index": 10452, + "_index": 9668, "data": { "ref/stable/dmStringFunc": {} }, @@ -238852,7 +238852,7 @@ [ "stretch", { - "_index": 2277, + "_index": 416, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/editor-scripts-ui": {}, @@ -238868,7 +238868,7 @@ [ "stretch_projection", { - "_index": 4143, + "_index": 5936, "data": { "manuals/model": {} }, @@ -238878,7 +238878,7 @@ [ "stretched", { - "_index": 4452, + "_index": 377, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/gui": {} @@ -238889,7 +238889,7 @@ [ "stretches", { - "_index": 4461, + "_index": 417, "data": { "manuals/gui": {} }, @@ -238899,7 +238899,7 @@ [ "stretching", { - "_index": 4429, + "_index": 255, "data": { "manuals/gui": {} }, @@ -238909,7 +238909,7 @@ [ "strftime", { - "_index": 8542, + "_index": 9940, "data": { "ref/stable/os": {} }, @@ -238919,7 +238919,7 @@ [ "strict", { - "_index": 1201, + "_index": 2798, "data": { "manuals/shader": {} }, @@ -238929,7 +238929,7 @@ [ "strictly", { - "_index": 5114, + "_index": 5216, "data": { "manuals/lua": {} }, @@ -238939,7 +238939,7 @@ [ "stride", { - "_index": 10275, + "_index": 6880, "data": { "ref/stable/dmBuffer": {}, "ref/stable/dmGraphics": {} @@ -238950,7 +238950,7 @@ [ "strikes", { - "_index": 5818, + "_index": 5564, "data": { "manuals/editor": {} }, @@ -238960,7 +238960,7 @@ [ "string", { - "_index": 1569, + "_index": 1465, "data": { "assets/defstring": {}, "assets/md5": {}, @@ -239040,7 +239040,7 @@ [ "string.byte", { - "_index": 10097, + "_index": 7089, "data": { "ref/stable/string": {} }, @@ -239050,7 +239050,7 @@ [ "string.char", { - "_index": 10101, + "_index": 7094, "data": { "ref/stable/string": {} }, @@ -239060,7 +239060,7 @@ [ "string.dump", { - "_index": 10102, + "_index": 7096, "data": { "ref/stable/string": {} }, @@ -239070,7 +239070,7 @@ [ "string.find", { - "_index": 10105, + "_index": 7099, "data": { "ref/stable/string": {} }, @@ -239080,7 +239080,7 @@ [ "string.format", { - "_index": 8584, + "_index": 7105, "data": { "ref/stable/base": {}, "ref/stable/io": {}, @@ -239092,7 +239092,7 @@ [ "string.gmatch", { - "_index": 10118, + "_index": 7121, "data": { "ref/stable/string": {} }, @@ -239102,7 +239102,7 @@ [ "string.gsub", { - "_index": 10127, + "_index": 7131, "data": { "ref/stable/string": {} }, @@ -239112,7 +239112,7 @@ [ "string.len", { - "_index": 10155, + "_index": 7162, "data": { "ref/stable/string": {} }, @@ -239122,7 +239122,7 @@ [ "string.lower", { - "_index": 3982, + "_index": 1521, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/string": {} @@ -239133,7 +239133,7 @@ [ "string.match", { - "_index": 10158, + "_index": 7166, "data": { "ref/stable/string": {} }, @@ -239143,7 +239143,7 @@ [ "string.rep", { - "_index": 10159, + "_index": 7167, "data": { "ref/stable/string": {} }, @@ -239153,7 +239153,7 @@ [ "string.reverse", { - "_index": 10162, + "_index": 7170, "data": { "ref/stable/string": {} }, @@ -239163,7 +239163,7 @@ [ "string.sub", { - "_index": 8090, + "_index": 7172, "data": { "ref/stable/socket": {}, "ref/stable/string": {} @@ -239174,7 +239174,7 @@ [ "string.upper", { - "_index": 10165, + "_index": 7176, "data": { "ref/stable/string": {} }, @@ -239184,7 +239184,7 @@ [ "string[]array", { - "_index": 10734, + "_index": 8889, "data": { "ref/stable/editor": {} }, @@ -239194,7 +239194,7 @@ [ "string[]if", { - "_index": 10794, + "_index": 8949, "data": { "ref/stable/editor": {} }, @@ -239204,7 +239204,7 @@ [ "string_array", { - "_index": 4391, + "_index": 3714, "data": { "manuals/project-settings": {} }, @@ -239214,7 +239214,7 @@ [ "string_field", { - "_index": 3917, + "_index": 1396, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -239225,7 +239225,7 @@ [ "stringalignment", { - "_index": 10686, + "_index": 8840, "data": { "ref/stable/editor": {} }, @@ -239235,7 +239235,7 @@ [ "stringbutton", { - "_index": 10719, + "_index": 8873, "data": { "ref/stable/editor": {} }, @@ -239245,7 +239245,7 @@ [ "stringdialog", { - "_index": 10792, + "_index": 8947, "data": { "ref/stable/editor": {} }, @@ -239255,7 +239255,7 @@ [ "stringeither", { - "_index": 10698, + "_index": 8852, "data": { "ref/stable/editor": {} }, @@ -239265,7 +239265,7 @@ [ "stringfile", { - "_index": 10726, + "_index": 8880, "data": { "ref/stable/editor": {} }, @@ -239275,7 +239275,7 @@ [ "stringheading", { - "_index": 10752, + "_index": 8907, "data": { "ref/stable/editor": {} }, @@ -239285,7 +239285,7 @@ [ "stringinitial", { - "_index": 10814, + "_index": 8969, "data": { "ref/stable/editor": {} }, @@ -239295,7 +239295,7 @@ [ "stringissue", { - "_index": 10700, + "_index": 8854, "data": { "ref/stable/editor": {} }, @@ -239305,7 +239305,7 @@ [ "stringos", { - "_index": 10712, + "_index": 8866, "data": { "ref/stable/editor": {} }, @@ -239315,7 +239315,7 @@ [ "stringpredefined", { - "_index": 10682, + "_index": 8836, "data": { "ref/stable/editor": {} }, @@ -239325,7 +239325,7 @@ [ "stringresource", { - "_index": 10791, + "_index": 8946, "data": { "ref/stable/editor": {} }, @@ -239335,7 +239335,7 @@ [ "strings", { - "_index": 1558, + "_index": 1081, "data": { "manuals/addressing": {}, "manuals/application-security": {}, @@ -239359,7 +239359,7 @@ [ "stringsemantic", { - "_index": 10749, + "_index": 8904, "data": { "ref/stable/editor": {} }, @@ -239369,7 +239369,7 @@ [ "stringseparator", { - "_index": 10808, + "_index": 8963, "data": { "ref/stable/editor": {} }, @@ -239379,7 +239379,7 @@ [ "stringstring", { - "_index": 10733, + "_index": 8887, "data": { "ref/stable/editor": {} }, @@ -239389,7 +239389,7 @@ [ "stringtext", { - "_index": 10680, + "_index": 8834, "data": { "ref/stable/editor": {} }, @@ -239399,7 +239399,7 @@ [ "stringthe", { - "_index": 10678, + "_index": 8832, "data": { "ref/stable/editor": {} }, @@ -239409,7 +239409,7 @@ [ "stringtooltip", { - "_index": 10702, + "_index": 8856, "data": { "ref/stable/editor": {} }, @@ -239419,7 +239419,7 @@ [ "stringurl", { - "_index": 10473, + "_index": 7301, "data": { "ref/stable/dmMessage": {} }, @@ -239429,7 +239429,7 @@ [ "strip", { - "_index": 4193, + "_index": 3230, "data": { "manuals/bob": {}, "manuals/mesh": {} @@ -239440,7 +239440,7 @@ [ "strip_comments", { - "_index": 5188, + "_index": 5395, "data": { "manuals/editor-scripts": {} }, @@ -239450,7 +239450,7 @@ [ "stripped", { - "_index": 4209, + "_index": 3249, "data": { "manuals/bob": {} }, @@ -239460,7 +239460,7 @@ [ "strips", { - "_index": 4529, + "_index": 5648, "data": { "manuals/mesh": {} }, @@ -239470,7 +239470,7 @@ [ "strlcat", { - "_index": 10457, + "_index": 9673, "data": { "ref/stable/dmStringFunc": {} }, @@ -239480,7 +239480,7 @@ [ "strlcpy", { - "_index": 10465, + "_index": 9681, "data": { "ref/stable/dmStringFunc": {} }, @@ -239490,7 +239490,7 @@ [ "strlen", { - "_index": 4946, + "_index": 4751, "data": { "manuals/extensions": {}, "ref/stable/dmStringFunc": {} @@ -239501,7 +239501,7 @@ [ "strncat", { - "_index": 10460, + "_index": 9676, "data": { "ref/stable/dmStringFunc": {} }, @@ -239511,7 +239511,7 @@ [ "strongly", { - "_index": 5075, + "_index": 2091, "data": { "manuals/lua": {}, "manuals/optimization-size": {} @@ -239522,7 +239522,7 @@ [ "strsep_r", { - "_index": 10468, + "_index": 9684, "data": { "ref/stable/dmStringFunc": {} }, @@ -239532,7 +239532,7 @@ [ "strtok", { - "_index": 10469, + "_index": 9685, "data": { "ref/stable/dmStringFunc": {} }, @@ -239542,7 +239542,7 @@ [ "struct", { - "_index": 4940, + "_index": 4746, "data": { "manuals/extensions": {}, "ref/stable/dmAndroid": {}, @@ -239565,7 +239565,7 @@ [ "structs", { - "_index": 10533, + "_index": 10576, "data": { "ref/stable/dmBuffer": {} }, @@ -239575,7 +239575,7 @@ [ "structure", { - "_index": 3934, + "_index": 1426, "data": { "assets/luafilesystemlfs": {}, "manuals/addressing": {}, @@ -239599,7 +239599,7 @@ [ "structured", { - "_index": 4331, + "_index": 4709, "data": { "manuals/bundling": {}, "manuals/design": {} @@ -239610,7 +239610,7 @@ [ "structures", { - "_index": 4543, + "_index": 4540, "data": { "assets/scene3d": {}, "manuals/building-blocks": {}, @@ -239622,7 +239622,7 @@ [ "stub", { - "_index": 4933, + "_index": 4736, "data": { "manuals/extensions": {} }, @@ -239632,7 +239632,7 @@ [ "stuck", { - "_index": 3404, + "_index": 5172, "data": { "manuals/flash": {}, "manuals/introduction": {} @@ -239643,7 +239643,7 @@ [ "studio", { - "_index": 4094, + "_index": 1994, "data": { "assets/defkit": {}, "assets/vs-code-ide": {}, @@ -239659,7 +239659,7 @@ [ "study", { - "_index": 5613, + "_index": 2056, "data": { "manuals/optimization-size": {} }, @@ -239669,7 +239669,7 @@ [ "stuff", { - "_index": 679, + "_index": 2521, "data": { "manuals/collection-factory": {} }, @@ -239679,7 +239679,7 @@ [ "stunning", { - "_index": 6334, + "_index": 6738, "data": { "assets/druid": {} }, @@ -239689,7 +239689,7 @@ [ "style", { - "_index": 2243, + "_index": 761, "data": { "assets/alienworld": {}, "assets/compat53": {}, @@ -239706,7 +239706,7 @@ [ "styled", { - "_index": 2256, + "_index": 782, "data": { "assets/richtext": {}, "manuals/html5": {} @@ -239717,7 +239717,7 @@ [ "styles", { - "_index": 3898, + "_index": 1368, "data": { "manuals/editor-scripts-ui": {} }, @@ -239727,7 +239727,7 @@ [ "stylesheet", { - "_index": 3115, + "_index": 2402, "data": { "manuals/editor-styling": {} }, @@ -239737,7 +239737,7 @@ [ "styling", { - "_index": 6116, + "_index": 6106, "data": { "assets/defold-typewriter": {}, "examples/gui/slice9": {} @@ -239748,7 +239748,7 @@ [ "stylized", { - "_index": 6113, + "_index": 6103, "data": { "examples/gui/slice9": {} }, @@ -239758,7 +239758,7 @@ [ "sub", { - "_index": 325, + "_index": 950, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/building-blocks": {}, @@ -239778,7 +239778,7 @@ [ "subfolders", { - "_index": 5243, + "_index": 5449, "data": { "manuals/editor-scripts": {} }, @@ -239788,7 +239788,7 @@ [ "subject", { - "_index": 3502, + "_index": 3050, "data": { "manuals/ios": {} }, @@ -239798,7 +239798,7 @@ [ "sublime", { - "_index": 6632, + "_index": 6651, "data": { "assets/defoldapiforsublimetext3": {} }, @@ -239808,7 +239808,7 @@ [ "submatrix", { - "_index": 7701, + "_index": 7389, "data": { "ref/stable/dmVMath": {} }, @@ -239818,7 +239818,7 @@ [ "submission", { - "_index": 5341, + "_index": 5823, "data": { "manuals/macos": {} }, @@ -239828,7 +239828,7 @@ [ "submit", { - "_index": 2415, + "_index": 3040, "data": { "manuals/getting-help": {}, "manuals/ios": {} @@ -239839,7 +239839,7 @@ [ "submitted", { - "_index": 2427, + "_index": 4949, "data": { "manuals/getting-help": {} }, @@ -239849,7 +239849,7 @@ [ "submitting", { - "_index": 5377, + "_index": 5858, "data": { "manuals/macos": {} }, @@ -239859,7 +239859,7 @@ [ "submodule", { - "_index": 7292, + "_index": 9339, "data": { "ref/stable/package": {} }, @@ -239869,7 +239869,7 @@ [ "submodules", { - "_index": 7294, + "_index": 9341, "data": { "ref/stable/package": {} }, @@ -239879,7 +239879,7 @@ [ "subpass", { - "_index": 10270, + "_index": 6875, "data": { "ref/stable/dmGraphics": {} }, @@ -239889,7 +239889,7 @@ [ "subpass_attachment_unused", { - "_index": 10288, + "_index": 6894, "data": { "ref/stable/dmGraphics": {} }, @@ -239899,7 +239899,7 @@ [ "subpass_external", { - "_index": 10289, + "_index": 6895, "data": { "ref/stable/dmGraphics": {} }, @@ -239909,7 +239909,7 @@ [ "subpasses", { - "_index": 10261, + "_index": 6865, "data": { "ref/stable/dmGraphics": {} }, @@ -239919,7 +239919,7 @@ [ "subpixels", { - "_index": 4705, + "_index": 2237, "data": { "manuals/adapting-graphics-to-screen-size": {} }, @@ -239929,7 +239929,7 @@ [ "subsequent", { - "_index": 3569, + "_index": 1482, "data": { "manuals/application-lifecycle": {}, "manuals/debugging-native-code": {}, @@ -239945,7 +239945,7 @@ [ "subsequently", { - "_index": 4357, + "_index": 5537, "data": { "manuals/gui-clipping": {} }, @@ -239955,7 +239955,7 @@ [ "subset", { - "_index": 5228, + "_index": 5434, "data": { "manuals/editor-scripts": {}, "ref/stable/dmGraphics": {} @@ -239966,7 +239966,7 @@ [ "substring", { - "_index": 8091, + "_index": 7104, "data": { "ref/stable/socket": {}, "ref/stable/string": {} @@ -239977,7 +239977,7 @@ [ "substrings", { - "_index": 10132, + "_index": 7137, "data": { "ref/stable/string": {} }, @@ -239987,7 +239987,7 @@ [ "subsystems", { - "_index": 6030, + "_index": 5771, "data": { "manuals/application-lifecycle": {} }, @@ -239997,7 +239997,7 @@ [ "subtle", { - "_index": 5546, + "_index": 1944, "data": { "manuals/script": {} }, @@ -240007,7 +240007,7 @@ [ "subtract", { - "_index": 6873, + "_index": 9013, "data": { "ref/stable/dmAtomic": {} }, @@ -240017,7 +240017,7 @@ [ "subtraction", { - "_index": 6872, + "_index": 9012, "data": { "ref/stable/dmAtomic": {} }, @@ -240027,7 +240027,7 @@ [ "succcess", { - "_index": 7718, + "_index": 8740, "data": { "ref/stable/dmSSLSocket": {}, "ref/stable/dmSocket": {} @@ -240038,7 +240038,7 @@ [ "succeed", { - "_index": 7977, + "_index": 8595, "data": { "ref/stable/render": {} }, @@ -240048,7 +240048,7 @@ [ "succeeded", { - "_index": 6777, + "_index": 7990, "data": { "ref/stable/dmMath": {}, "ref/stable/dmScript": {}, @@ -240060,7 +240060,7 @@ [ "succeeds", { - "_index": 8773, + "_index": 10643, "data": { "ref/stable/base": {}, "ref/stable/dmScript": {} @@ -240071,7 +240071,7 @@ [ "success", { - "_index": 1693, + "_index": 4857, "data": { "manuals/android": {}, "manuals/editor-scripts": {}, @@ -240098,7 +240098,7 @@ [ "successful", { - "_index": 5218, + "_index": 5425, "data": { "examples/particles/confetti": {}, "manuals/editor-scripts": {}, @@ -240119,7 +240119,7 @@ [ "successfull", { - "_index": 8485, + "_index": 9616, "data": { "ref/stable/sys": {} }, @@ -240129,7 +240129,7 @@ [ "successfully", { - "_index": 1199, + "_index": 2358, "data": { "manuals/debugging-native-code-ios": {}, "manuals/editor-scripts": {}, @@ -240152,7 +240152,7 @@ [ "succession", { - "_index": 2104, + "_index": 4452, "data": { "manuals/animation": {} }, @@ -240162,7 +240162,7 @@ [ "such", { - "_index": 406, + "_index": 1323, "data": { "assets/adswrapper": {}, "assets/defoldinput": {}, @@ -240219,7 +240219,7 @@ [ "suddenly", { - "_index": 1624, + "_index": 3659, "data": { "manuals/extensions-best-practices": {}, "manuals/porting-guidelines": {} @@ -240230,7 +240230,7 @@ [ "sudo", { - "_index": 4503, + "_index": 4958, "data": { "manuals/windows": {} }, @@ -240240,7 +240240,7 @@ [ "suffice", { - "_index": 3365, + "_index": 5144, "data": { "manuals/flash": {} }, @@ -240250,7 +240250,7 @@ [ "sufficient", { - "_index": 2190, + "_index": 630, "data": { "manuals/flash": {}, "manuals/html5": {} @@ -240261,7 +240261,7 @@ [ "sufficiently", { - "_index": 5103, + "_index": 5205, "data": { "manuals/editor-scripts": {}, "manuals/lua": {} @@ -240272,7 +240272,7 @@ [ "suffix", { - "_index": 4388, + "_index": 3710, "data": { "manuals/editor": {}, "manuals/project-settings": {}, @@ -240285,7 +240285,7 @@ [ "suffixing", { - "_index": 9122, + "_index": 7575, "data": { "ref/stable/gui": {} }, @@ -240295,7 +240295,7 @@ [ "suggest", { - "_index": 2404, + "_index": 4941, "data": { "manuals/getting-help": {} }, @@ -240305,7 +240305,7 @@ [ "suggests", { - "_index": 5641, + "_index": 2140, "data": { "manuals/optimization-size": {} }, @@ -240315,7 +240315,7 @@ [ "suitable", { - "_index": 2756, + "_index": 2217, "data": { "assets/narrator": {}, "assets/visual-novel-template-ink": {}, @@ -240339,7 +240339,7 @@ [ "suite", { - "_index": 4502, + "_index": 4957, "data": { "assets/defold-rendy": {}, "manuals/windows": {} @@ -240350,7 +240350,7 @@ [ "sum", { - "_index": 4753, + "_index": 3977, "data": { "manuals/physics-resolving-collisions": {}, "ref/stable/b2d.body": {}, @@ -240362,7 +240362,7 @@ [ "summary", { - "_index": 3412, + "_index": 2945, "data": { "manuals/ios": {}, "manuals/macos": {} @@ -240373,7 +240373,7 @@ [ "sunday", { - "_index": 8538, + "_index": 9936, "data": { "ref/stable/os": {} }, @@ -240383,7 +240383,7 @@ [ "super", { - "_index": 6340, + "_index": 6253, "data": { "assets/orthographic": {}, "assets/sharpsprite": {}, @@ -240395,7 +240395,7 @@ [ "supoprted", { - "_index": 10265, + "_index": 6869, "data": { "ref/stable/dmGraphics": {} }, @@ -240405,7 +240405,7 @@ [ "supplied", { - "_index": 6830, + "_index": 7001, "data": { "ref/stable/collectionfactory": {}, "ref/stable/dmArray": {}, @@ -240429,7 +240429,7 @@ [ "supply", { - "_index": 2685, + "_index": 2930, "data": { "manuals/debugging-game-and-system-logs": {}, "manuals/gui-layouts": {}, @@ -240441,7 +240441,7 @@ [ "supplying", { - "_index": 5171, + "_index": 5378, "data": { "manuals/editor-scripts": {} }, @@ -240451,7 +240451,7 @@ [ "support", { - "_index": 521, + "_index": 614, "data": { "assets/crowd-runner-defold": {}, "assets/dashdocsetfordefold": {}, @@ -240516,7 +240516,7 @@ [ "support/defold", { - "_index": 5839, + "_index": 5587, "data": { "manuals/editor": {} }, @@ -240526,7 +240526,7 @@ [ "supported", { - "_index": 184, + "_index": 679, "data": { "assets/iap": {}, "assets/splitmix64": {}, @@ -240575,7 +240575,7 @@ [ "supporting", { - "_index": 8509, + "_index": 9638, "data": { "ref/stable/sys": {} }, @@ -240585,7 +240585,7 @@ [ "supports", { - "_index": 248, + "_index": 695, "data": { "assets/adinfo": {}, "assets/adswrapper": {}, @@ -240633,7 +240633,7 @@ [ "suppose", { - "_index": 653, + "_index": 2479, "data": { "manuals/addressing": {}, "manuals/collection-factory": {}, @@ -240646,7 +240646,7 @@ [ "supposed", { - "_index": 5506, + "_index": 3666, "data": { "manuals/extensions-best-practices": {} }, @@ -240656,7 +240656,7 @@ [ "sure", { - "_index": 804, + "_index": 674, "data": { "examples/particles/modifiers": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -240694,7 +240694,7 @@ [ "surface", { - "_index": 6237, + "_index": 6241, "data": { "examples/material/screenspace": {}, "ref/stable/physics": {}, @@ -240706,7 +240706,7 @@ [ "surprises", { - "_index": 3583, + "_index": 5602, "data": { "manuals/introduction": {} }, @@ -240716,7 +240716,7 @@ [ "surrounding", { - "_index": 4366, + "_index": 4412, "data": { "manuals/editor": {}, "manuals/tilesource": {} @@ -240727,7 +240727,7 @@ [ "survives", { - "_index": 762, + "_index": 3725, "data": { "manuals/caching-assets": {} }, @@ -240737,7 +240737,7 @@ [ "suspend", { - "_index": 1388, + "_index": 4021, "data": { "manuals/extender-local-setup": {} }, @@ -240747,7 +240747,7 @@ [ "suspended", { - "_index": 7242, + "_index": 8717, "data": { "ref/stable/coroutine": {} }, @@ -240757,7 +240757,7 @@ [ "suspends", { - "_index": 7248, + "_index": 8723, "data": { "ref/stable/coroutine": {} }, @@ -240767,7 +240767,7 @@ [ "suspension", { - "_index": 5988, + "_index": 5785, "data": { "manuals/physics-joints": {} }, @@ -240777,7 +240777,7 @@ [ "swap", { - "_index": 1637, + "_index": 2423, "data": { "manuals/editor": {}, "manuals/editor-styling": {}, @@ -240792,7 +240792,7 @@ [ "swapchildren", { - "_index": 3308, + "_index": 5110, "data": { "manuals/flash": {} }, @@ -240802,7 +240802,7 @@ [ "swapped", { - "_index": 7763, + "_index": 8614, "data": { "ref/stable/bit": {}, "ref/stable/sound": {} @@ -240813,7 +240813,7 @@ [ "swapping", { - "_index": 3307, + "_index": 5109, "data": { "manuals/flash": {}, "ref/stable/sys": {} @@ -240824,7 +240824,7 @@ [ "swaps", { - "_index": 7761, + "_index": 8612, "data": { "ref/stable/bit": {}, "ref/stable/sys": {} @@ -240835,7 +240835,7 @@ [ "swift", { - "_index": 4017, + "_index": 5937, "data": { "manuals/extensions-cocoapods": {} }, @@ -240845,7 +240845,7 @@ [ "swirl", { - "_index": 3155, + "_index": 1123, "data": { "manuals/particlefx": {} }, @@ -240855,7 +240855,7 @@ [ "switch", { - "_index": 1471, + "_index": 2013, "data": { "assets/defbuild": {}, "examples/movement/look_rotation": {}, @@ -240873,7 +240873,7 @@ [ "switch/ps4/ps5", { - "_index": 1470, + "_index": 4085, "data": { "manuals/extender-local-setup": {} }, @@ -240883,7 +240883,7 @@ [ "switched", { - "_index": 2682, + "_index": 1345, "data": { "manuals/editor-scripts-ui": {}, "manuals/gui-layouts": {} @@ -240894,7 +240894,7 @@ [ "switches", { - "_index": 2673, + "_index": 2923, "data": { "manuals/gui-layouts": {} }, @@ -240904,7 +240904,7 @@ [ "switching", { - "_index": 2677, + "_index": 2927, "data": { "manuals/gui-layouts": {} }, @@ -240914,7 +240914,7 @@ [ "sx", { - "_index": 6033, + "_index": 3446, "data": { "manuals/camera": {} }, @@ -240924,7 +240924,7 @@ [ "sy", { - "_index": 6034, + "_index": 3447, "data": { "manuals/camera": {} }, @@ -240934,7 +240934,7 @@ [ "symbol", { - "_index": 1198, + "_index": 878, "data": { "assets/printer": {}, "manuals/bob": {}, @@ -240955,7 +240955,7 @@ [ "symbol/name", { - "_index": 10346, + "_index": 8763, "data": { "ref/stable/dmProfile": {} }, @@ -240965,7 +240965,7 @@ [ "symbolicate", { - "_index": 4789, + "_index": 4976, "data": { "manuals/debugging-native-code": {} }, @@ -240975,7 +240975,7 @@ [ "symbolicated", { - "_index": 4799, + "_index": 4988, "data": { "manuals/debugging-native-code": {} }, @@ -240985,7 +240985,7 @@ [ "symbolication", { - "_index": 4798, + "_index": 4987, "data": { "manuals/debugging-native-code": {} }, @@ -240995,7 +240995,7 @@ [ "symbols", { - "_index": 1177, + "_index": 852, "data": { "manuals/bob": {}, "manuals/debugging-native-code": {}, @@ -241013,7 +241013,7 @@ [ "sync", { - "_index": 3795, + "_index": 1491, "data": { "manuals/editor": {}, "manuals/editor-scripts-ui": {}, @@ -241026,7 +241026,7 @@ [ "synchronization", { - "_index": 2072, + "_index": 1050, "data": { "manuals/compute": {}, "manuals/extensions-defold-sdk": {}, @@ -241038,7 +241038,7 @@ [ "synchronize", { - "_index": 3794, + "_index": 4366, "data": { "manuals/editor-scripts": {}, "manuals/version-control": {} @@ -241049,7 +241049,7 @@ [ "synchronizing", { - "_index": 3790, + "_index": 4363, "data": { "manuals/editor": {}, "manuals/version-control": {} @@ -241060,7 +241060,7 @@ [ "synchronous", { - "_index": 711, + "_index": 2534, "data": { "manuals/collection-factory": {}, "manuals/factory": {} @@ -241071,7 +241071,7 @@ [ "synchronously", { - "_index": 713, + "_index": 2535, "data": { "manuals/collection-factory": {}, "manuals/factory": {}, @@ -241086,7 +241086,7 @@ [ "syntax", { - "_index": 1277, + "_index": 1962, "data": { "assets/lua-language-server": {}, "manuals/extensions-ext-manifests": {}, @@ -241102,7 +241102,7 @@ [ "sys", { - "_index": 8403, + "_index": 9536, "data": { "ref/stable/sys": {} }, @@ -241112,7 +241112,7 @@ [ "sys.deserialize", { - "_index": 8402, + "_index": 9535, "data": { "ref/stable/sys": {} }, @@ -241122,7 +241122,7 @@ [ "sys.exists", { - "_index": 8407, + "_index": 9540, "data": { "ref/stable/sys": {} }, @@ -241132,7 +241132,7 @@ [ "sys.exit", { - "_index": 8408, + "_index": 9541, "data": { "ref/stable/sys": {} }, @@ -241142,7 +241142,7 @@ [ "sys.get_application_info", { - "_index": 8409, + "_index": 9542, "data": { "ref/stable/sys": {} }, @@ -241152,7 +241152,7 @@ [ "sys.get_application_path", { - "_index": 8414, + "_index": 9547, "data": { "ref/stable/sys": {} }, @@ -241162,7 +241162,7 @@ [ "sys.get_config", { - "_index": 2336, + "_index": 927, "data": { "manuals/html5": {}, "manuals/project-settings": {} @@ -241173,7 +241173,7 @@ [ "sys.get_config_int", { - "_index": 5777, + "_index": 3936, "data": { "manuals/live-update-scripting": {}, "ref/stable/sys": {} @@ -241184,7 +241184,7 @@ [ "sys.get_config_number", { - "_index": 8418, + "_index": 9551, "data": { "ref/stable/sys": {} }, @@ -241194,7 +241194,7 @@ [ "sys.get_config_string", { - "_index": 2780, + "_index": 3953, "data": { "manuals/application-security": {}, "manuals/live-update-scripting": {}, @@ -241206,7 +241206,7 @@ [ "sys.get_connectivity", { - "_index": 8421, + "_index": 9554, "data": { "ref/stable/sys": {} }, @@ -241216,7 +241216,7 @@ [ "sys.get_engine_info", { - "_index": 4735, + "_index": 4716, "data": { "manuals/bundling": {}, "ref/stable/sys": {} @@ -241227,7 +241227,7 @@ [ "sys.get_host_path", { - "_index": 8431, + "_index": 9564, "data": { "ref/stable/sys": {} }, @@ -241237,7 +241237,7 @@ [ "sys.get_ifaddrs", { - "_index": 8433, + "_index": 9566, "data": { "ref/stable/sys": {} }, @@ -241247,7 +241247,7 @@ [ "sys.get_info", { - "_index": 1638, + "_index": 4830, "data": { "manuals/porting-guidelines": {} }, @@ -241257,7 +241257,7 @@ [ "sys.get_save_file", { - "_index": 1667, + "_index": 3343, "data": { "manuals/live-update": {}, "manuals/live-update-scripting": {}, @@ -241271,7 +241271,7 @@ [ "sys.get_sys_info", { - "_index": 8436, + "_index": 8682, "data": { "ref/stable/crash": {}, "ref/stable/sys": {} @@ -241282,7 +241282,7 @@ [ "sys.load", { - "_index": 1666, + "_index": 4845, "data": { "examples/file/sys_save_load": {}, "manuals/porting-guidelines": {}, @@ -241294,7 +241294,7 @@ [ "sys.load_buffer", { - "_index": 8470, + "_index": 9602, "data": { "ref/stable/sys": {} }, @@ -241304,7 +241304,7 @@ [ "sys.load_buffer_async", { - "_index": 8476, + "_index": 9608, "data": { "ref/stable/sys": {} }, @@ -241314,7 +241314,7 @@ [ "sys.load_resource", { - "_index": 5729, + "_index": 3566, "data": { "manuals/live-update-scripting": {}, "manuals/sound": {}, @@ -241326,7 +241326,7 @@ [ "sys.network_connected", { - "_index": 8423, + "_index": 9556, "data": { "ref/stable/sys": {} }, @@ -241336,7 +241336,7 @@ [ "sys.network_connected_cellular", { - "_index": 8425, + "_index": 9558, "data": { "ref/stable/sys": {} }, @@ -241346,7 +241346,7 @@ [ "sys.network_disconnected", { - "_index": 8424, + "_index": 9557, "data": { "ref/stable/sys": {} }, @@ -241356,7 +241356,7 @@ [ "sys.open_url", { - "_index": 8490, + "_index": 9621, "data": { "ref/stable/sys": {} }, @@ -241366,7 +241366,7 @@ [ "sys.reboot", { - "_index": 8497, + "_index": 9628, "data": { "ref/stable/sys": {} }, @@ -241376,7 +241376,7 @@ [ "sys.request_status_error_io_error", { - "_index": 8498, + "_index": 9629, "data": { "ref/stable/sys": {} }, @@ -241386,7 +241386,7 @@ [ "sys.request_status_error_not_found", { - "_index": 8501, + "_index": 9632, "data": { "ref/stable/sys": {} }, @@ -241396,7 +241396,7 @@ [ "sys.request_status_finished", { - "_index": 8503, + "_index": 9634, "data": { "ref/stable/sys": {} }, @@ -241406,7 +241406,7 @@ [ "sys.save", { - "_index": 1664, + "_index": 4844, "data": { "examples/file/sys_save_load": {}, "manuals/porting-guidelines": {}, @@ -241418,7 +241418,7 @@ [ "sys.serialize", { - "_index": 8511, + "_index": 9640, "data": { "ref/stable/sys": {} }, @@ -241428,7 +241428,7 @@ [ "sys.set_connectivity_host", { - "_index": 8514, + "_index": 9643, "data": { "ref/stable/sys": {} }, @@ -241438,7 +241438,7 @@ [ "sys.set_error_handler", { - "_index": 8516, + "_index": 9646, "data": { "ref/stable/sys": {} }, @@ -241448,7 +241448,7 @@ [ "sys.set_update_frequency", { - "_index": 8518, + "_index": 9648, "data": { "ref/stable/sys": {} }, @@ -241458,7 +241458,7 @@ [ "sys.set_vsync_swap_interval", { - "_index": 8519, + "_index": 9649, "data": { "ref/stable/sys": {} }, @@ -241468,7 +241468,7 @@ [ "sysfield_android_build_fingerprint", { - "_index": 9940, + "_index": 8678, "data": { "ref/stable/crash": {} }, @@ -241478,7 +241478,7 @@ [ "sysfield_device_language", { - "_index": 9943, + "_index": 8681, "data": { "ref/stable/crash": {} }, @@ -241488,7 +241488,7 @@ [ "sysfield_device_model", { - "_index": 9945, + "_index": 8684, "data": { "ref/stable/crash": {} }, @@ -241498,7 +241498,7 @@ [ "sysfield_engine_hash", { - "_index": 9947, + "_index": 8686, "data": { "ref/stable/crash": {} }, @@ -241508,7 +241508,7 @@ [ "sysfield_engine_version", { - "_index": 9949, + "_index": 8688, "data": { "ref/stable/crash": {} }, @@ -241518,7 +241518,7 @@ [ "sysfield_language", { - "_index": 9951, + "_index": 8690, "data": { "ref/stable/crash": {} }, @@ -241528,7 +241528,7 @@ [ "sysfield_manufacturer", { - "_index": 9953, + "_index": 8692, "data": { "ref/stable/crash": {} }, @@ -241538,7 +241538,7 @@ [ "sysfield_max", { - "_index": 9954, + "_index": 8693, "data": { "ref/stable/crash": {} }, @@ -241548,7 +241548,7 @@ [ "sysfield_system_name", { - "_index": 9957, + "_index": 8696, "data": { "ref/stable/crash": {} }, @@ -241558,7 +241558,7 @@ [ "sysfield_system_version", { - "_index": 9959, + "_index": 8698, "data": { "ref/stable/crash": {} }, @@ -241568,7 +241568,7 @@ [ "sysfield_territory", { - "_index": 9961, + "_index": 8700, "data": { "ref/stable/crash": {} }, @@ -241578,7 +241578,7 @@ [ "sysfields", { - "_index": 9955, + "_index": 8694, "data": { "ref/stable/crash": {} }, @@ -241588,7 +241588,7 @@ [ "system", { - "_index": 395, + "_index": 894, "data": { "assets/acidrain": {}, "assets/defold-event": {}, @@ -241652,7 +241652,7 @@ [ "system_name", { - "_index": 8443, + "_index": 9576, "data": { "ref/stable/sys": {} }, @@ -241662,7 +241662,7 @@ [ "system_version", { - "_index": 8444, + "_index": 9577, "data": { "ref/stable/sys": {} }, @@ -241672,7 +241672,7 @@ [ "systemconfiguration", { - "_index": 1312, + "_index": 4672, "data": { "manuals/extensions-ext-manifests": {} }, @@ -241682,7 +241682,7 @@ [ "systems", { - "_index": 876, + "_index": 1045, "data": { "assets/fmod": {}, "manuals/compute": {}, @@ -241702,7 +241702,7 @@ [ "sz", { - "_index": 6035, + "_index": 3448, "data": { "manuals/camera": {} }, @@ -241712,7 +241712,7 @@ [ "t", { - "_index": 5109, + "_index": 5211, "data": { "manuals/lua": {}, "ref/stable/base": {}, @@ -241734,7 +241734,7 @@ [ "t,x", { - "_index": 6846, + "_index": 6944, "data": { "ref/stable/table": {} }, @@ -241744,7 +241744,7 @@ [ "t._m", { - "_index": 10416, + "_index": 10635, "data": { "ref/stable/base": {} }, @@ -241754,7 +241754,7 @@ [ "t._name", { - "_index": 10415, + "_index": 10634, "data": { "ref/stable/base": {} }, @@ -241764,7 +241764,7 @@ [ "t._package", { - "_index": 10417, + "_index": 10636, "data": { "ref/stable/base": {} }, @@ -241774,7 +241774,7 @@ [ "t1", { - "_index": 7592, + "_index": 9791, "data": { "ref/stable/dmTransform": {}, "ref/stable/os": {} @@ -241785,7 +241785,7 @@ [ "t1*t2", { - "_index": 7599, + "_index": 9796, "data": { "ref/stable/dmTransform": {} }, @@ -241795,7 +241795,7 @@ [ "t2", { - "_index": 7593, + "_index": 9792, "data": { "ref/stable/dmTransform": {}, "ref/stable/os": {} @@ -241806,7 +241806,7 @@ [ "t[k", { - "_index": 10126, + "_index": 7130, "data": { "ref/stable/string": {} }, @@ -241816,7 +241816,7 @@ [ "t_backing", { - "_index": 2990, + "_index": 5298, "data": { "manuals/compute": {} }, @@ -241826,7 +241826,7 @@ [ "t_backing_handle", { - "_index": 2997, + "_index": 5304, "data": { "manuals/compute": {} }, @@ -241836,7 +241836,7 @@ [ "tab", { - "_index": 5812, + "_index": 1974, "data": { "manuals/editor": {}, "manuals/editor-preferences": {}, @@ -241849,7 +241849,7 @@ [ "table", { - "_index": 135, + "_index": 1295, "data": { "assets/cjson": {}, "assets/deftable": {}, @@ -241920,7 +241920,7 @@ [ "table.concat", { - "_index": 6838, + "_index": 6936, "data": { "ref/stable/table": {} }, @@ -241930,7 +241930,7 @@ [ "table.insert", { - "_index": 2609, + "_index": 4322, "data": { "manuals/factory": {}, "manuals/modules": {}, @@ -241942,7 +241942,7 @@ [ "table.maxn", { - "_index": 6847, + "_index": 6945, "data": { "ref/stable/table": {} }, @@ -241952,7 +241952,7 @@ [ "table.remove", { - "_index": 6850, + "_index": 6948, "data": { "ref/stable/table": {} }, @@ -241962,7 +241962,7 @@ [ "table.sort", { - "_index": 6851, + "_index": 6949, "data": { "ref/stable/table": {} }, @@ -241972,7 +241972,7 @@ [ "table[1", { - "_index": 6853, + "_index": 6951, "data": { "ref/stable/table": {} }, @@ -241982,7 +241982,7 @@ [ "table[]array", { - "_index": 10738, + "_index": 8893, "data": { "ref/stable/editor": {} }, @@ -241992,7 +241992,7 @@ [ "table[]file", { - "_index": 10731, + "_index": 8885, "data": { "ref/stable/editor": {} }, @@ -242002,7 +242002,7 @@ [ "table[i]..sep..table[i+1", { - "_index": 6840, + "_index": 6938, "data": { "ref/stable/table": {} }, @@ -242012,7 +242012,7 @@ [ "table[index", { - "_index": 10427, + "_index": 10647, "data": { "ref/stable/base": {} }, @@ -242022,7 +242022,7 @@ [ "table[n", { - "_index": 6854, + "_index": 6952, "data": { "ref/stable/table": {} }, @@ -242032,7 +242032,7 @@ [ "tableissue", { - "_index": 10697, + "_index": 8851, "data": { "ref/stable/editor": {} }, @@ -242042,7 +242042,7 @@ [ "tables", { - "_index": 1545, + "_index": 1298, "data": { "manuals/editor-scripts": {}, "manuals/editor-scripts-ui": {}, @@ -242064,7 +242064,7 @@ [ "tabs", { - "_index": 3200, + "_index": 1212, "data": { "manuals/editor": {}, "manuals/editor-scripts": {}, @@ -242077,7 +242077,7 @@ [ "tactical", { - "_index": 4888, + "_index": 3416, "data": { "manuals/addressing": {} }, @@ -242087,7 +242087,7 @@ [ "tactxstudios", { - "_index": 6497, + "_index": 6630, "data": { "assets/tactxstudios": {} }, @@ -242097,7 +242097,7 @@ [ "tag", { - "_index": 3636, + "_index": 1728, "data": { "manuals/render": {}, "ref/stable/dmRender": {} @@ -242108,7 +242108,7 @@ [ "tags", { - "_index": 2309, + "_index": 862, "data": { "manuals/html5": {}, "ref/stable/dmRender": {}, @@ -242120,7 +242120,7 @@ [ "tail", { - "_index": 6992, + "_index": 9506, "data": { "ref/stable/debug": {} }, @@ -242130,7 +242130,7 @@ [ "tailor", { - "_index": 4139, + "_index": 5932, "data": { "manuals/model": {} }, @@ -242140,7 +242140,7 @@ [ "take", { - "_index": 682, + "_index": 446, "data": { "assets/photoshopguiexporter": {}, "assets/screenshot": {}, @@ -242178,7 +242178,7 @@ [ "taken", { - "_index": 1779, + "_index": 2317, "data": { "examples/particles/fire_and_smoke": {}, "examples/particles/fireworks": {}, @@ -242194,7 +242194,7 @@ [ "takes", { - "_index": 692, + "_index": 596, "data": { "examples/render/screen_to_world": {}, "manuals/addressing": {}, @@ -242225,7 +242225,7 @@ [ "taking", { - "_index": 3089, + "_index": 2488, "data": { "manuals/addressing": {}, "manuals/flipbook-animation": {}, @@ -242238,7 +242238,7 @@ [ "talk", { - "_index": 3612, + "_index": 1680, "data": { "manuals/render": {} }, @@ -242248,7 +242248,7 @@ [ "talking", { - "_index": 5619, + "_index": 2069, "data": { "manuals/optimization-size": {} }, @@ -242258,7 +242258,7 @@ [ "tampered", { - "_index": 2877, + "_index": 4225, "data": { "manuals/application-security": {} }, @@ -242268,7 +242268,7 @@ [ "tan", { - "_index": 9781, + "_index": 7295, "data": { "ref/stable/math": {} }, @@ -242278,7 +242278,7 @@ [ "tangent", { - "_index": 9723, + "_index": 7234, "data": { "ref/stable/math": {} }, @@ -242288,7 +242288,7 @@ [ "tangents", { - "_index": 3201, + "_index": 1215, "data": { "manuals/particlefx": {} }, @@ -242298,7 +242298,7 @@ [ "tanh", { - "_index": 9783, + "_index": 7297, "data": { "ref/stable/math": {} }, @@ -242308,7 +242308,7 @@ [ "tap", { - "_index": 2158, + "_index": 4486, "data": { "manuals/dev-app": {}, "manuals/input-mouse-and-touch": {}, @@ -242321,7 +242321,7 @@ [ "tap_count", { - "_index": 9098, + "_index": 7946, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -242332,7 +242332,7 @@ [ "tapped", { - "_index": 2160, + "_index": 4488, "data": { "manuals/input-mouse-and-touch": {} }, @@ -242342,7 +242342,7 @@ [ "taps", { - "_index": 9099, + "_index": 7947, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -242353,7 +242353,7 @@ [ "taptic", { - "_index": 6524, + "_index": 6540, "data": { "assets/tapticengine": {} }, @@ -242363,7 +242363,7 @@ [ "tapticengine", { - "_index": 6523, + "_index": 6539, "data": { "assets/tapticengine": {} }, @@ -242373,7 +242373,7 @@ [ "target", { - "_index": 1704, + "_index": 1804, "data": { "examples/movement/look_rotation": {}, "manuals/addressing": {}, @@ -242415,7 +242415,7 @@ [ "target.source", { - "_index": 6083, + "_index": 4906, "data": { "manuals/debugging-native-code-ios": {} }, @@ -242425,7 +242425,7 @@ [ "target_id", { - "_index": 2590, + "_index": 4306, "data": { "manuals/factory": {} }, @@ -242435,7 +242435,7 @@ [ "targeted", { - "_index": 1683, + "_index": 4851, "data": { "manuals/porting-guidelines": {} }, @@ -242445,7 +242445,7 @@ [ "targeting", { - "_index": 5067, + "_index": 2936, "data": { "manuals/optimization": {} }, @@ -242455,7 +242455,7 @@ [ "targets", { - "_index": 3354, + "_index": 1811, "data": { "examples/movement/look_rotation": {}, "manuals/bundling": {}, @@ -242471,7 +242471,7 @@ [ "task", { - "_index": 1538, + "_index": 3085, "data": { "manuals/compute": {}, "manuals/extensions-best-practices": {}, @@ -242483,7 +242483,7 @@ [ "tasks", { - "_index": 2956, + "_index": 3272, "data": { "manuals/bob": {}, "manuals/compute": {}, @@ -242496,7 +242496,7 @@ [ "tc", { - "_index": 4195, + "_index": 3231, "data": { "manuals/bob": {} }, @@ -242506,7 +242506,7 @@ [ "tcp", { - "_index": 4995, + "_index": 2460, "data": { "manuals/socket-connections": {}, "manuals/zerobrane": {}, @@ -242518,7 +242518,7 @@ [ "tcp6", { - "_index": 8203, + "_index": 10514, "data": { "ref/stable/socket": {} }, @@ -242528,7 +242528,7 @@ [ "tcp_nodelay", { - "_index": 7736, + "_index": 10003, "data": { "ref/stable/dmSocket": {} }, @@ -242538,7 +242538,7 @@ [ "tcp_quickack", { - "_index": 7738, + "_index": 10005, "data": { "ref/stable/dmSocket": {} }, @@ -242548,7 +242548,7 @@ [ "tddftype", { - "_index": 9543, + "_index": 9180, "data": { "ref/stable/dmGameObject": {} }, @@ -242558,7 +242558,7 @@ [ "teach", { - "_index": 1254, + "_index": 2824, "data": { "manuals/shader": {} }, @@ -242568,7 +242568,7 @@ [ "teal", { - "_index": 6350, + "_index": 6661, "data": { "assets/teal": {} }, @@ -242578,7 +242578,7 @@ [ "team", { - "_index": 3424, + "_index": 2961, "data": { "assets/pp": {}, "manuals/addressing": {}, @@ -242594,7 +242594,7 @@ [ "team.collection", { - "_index": 4864, + "_index": 3383, "data": { "manuals/addressing": {} }, @@ -242604,7 +242604,7 @@ [ "team_1", { - "_index": 4866, + "_index": 3385, "data": { "manuals/addressing": {} }, @@ -242614,7 +242614,7 @@ [ "team_1/bean", { - "_index": 4877, + "_index": 3402, "data": { "manuals/addressing": {} }, @@ -242624,7 +242624,7 @@ [ "team_1/buddy", { - "_index": 4878, + "_index": 3403, "data": { "manuals/addressing": {} }, @@ -242634,7 +242634,7 @@ [ "team_2", { - "_index": 4867, + "_index": 3386, "data": { "manuals/addressing": {} }, @@ -242644,7 +242644,7 @@ [ "team_2/bean", { - "_index": 4879, + "_index": 3404, "data": { "manuals/addressing": {} }, @@ -242654,7 +242654,7 @@ [ "team_2/buddy", { - "_index": 4880, + "_index": 3405, "data": { "manuals/addressing": {} }, @@ -242664,7 +242664,7 @@ [ "teams", { - "_index": 3394, + "_index": 3382, "data": { "manuals/addressing": {}, "manuals/design": {}, @@ -242676,7 +242676,7 @@ [ "teardowncallback", { - "_index": 8806, + "_index": 10801, "data": { "ref/stable/dmScript": {} }, @@ -242686,7 +242686,7 @@ [ "technical", { - "_index": 243, + "_index": 5247, "data": { "manuals/networking": {} }, @@ -242696,7 +242696,7 @@ [ "technique", { - "_index": 2906, + "_index": 6042, "data": { "assets/derez": {}, "manuals/material": {} @@ -242707,7 +242707,7 @@ [ "techniques", { - "_index": 1243, + "_index": 2818, "data": { "assets/defold-3D-outline-shader": {}, "assets/tactxstudios": {}, @@ -242720,7 +242720,7 @@ [ "technology", { - "_index": 2835, + "_index": 4192, "data": { "manuals/application-security": {} }, @@ -242730,7 +242730,7 @@ [ "telescope", { - "_index": 6248, + "_index": 6347, "data": { "assets/deftest": {} }, @@ -242740,7 +242740,7 @@ [ "tell", { - "_index": 1818, + "_index": 3319, "data": { "manuals/addressing": {}, "manuals/input": {}, @@ -242752,7 +242752,7 @@ [ "telling", { - "_index": 1791, + "_index": 3304, "data": { "manuals/live-update": {} }, @@ -242762,7 +242762,7 @@ [ "tells", { - "_index": 952, + "_index": 2646, "data": { "examples/render/camera": {}, "manuals/live-update": {}, @@ -242776,7 +242776,7 @@ [ "telnet", { - "_index": 8603, + "_index": 9360, "data": { "ref/stable/engine": {} }, @@ -242786,7 +242786,7 @@ [ "temp", { - "_index": 5130, + "_index": 3676, "data": { "manuals/file-access": {} }, @@ -242796,7 +242796,7 @@ [ "template", { - "_index": 799, + "_index": 224, "data": { "assets/lowrezjamtemplate": {}, "assets/textadventuretemplate": {}, @@ -242818,7 +242818,7 @@ [ "templated", { - "_index": 5493, + "_index": 3644, "data": { "manuals/extensions-best-practices": {} }, @@ -242828,7 +242828,7 @@ [ "templates", { - "_index": 1975, + "_index": 225, "data": { "assets/editor-script-templates": {}, "manuals/addressing": {}, @@ -242847,7 +242847,7 @@ [ "templates/default.gui", { - "_index": 5833, + "_index": 5581, "data": { "manuals/editor": {} }, @@ -242857,7 +242857,7 @@ [ "templates/default.script", { - "_index": 5834, + "_index": 5582, "data": { "manuals/editor": {} }, @@ -242867,7 +242867,7 @@ [ "templating", { - "_index": 4746, + "_index": 4699, "data": { "manuals/gui-template": {} }, @@ -242877,7 +242877,7 @@ [ "templatized", { - "_index": 2067, + "_index": 1038, "data": { "manuals/extensions-defold-sdk": {} }, @@ -242887,7 +242887,7 @@ [ "temporaries", { - "_index": 6980, + "_index": 9495, "data": { "ref/stable/debug": {} }, @@ -242897,7 +242897,7 @@ [ "temporarily", { - "_index": 1387, + "_index": 4020, "data": { "manuals/android": {}, "manuals/extender-local-setup": {}, @@ -242910,7 +242910,7 @@ [ "temporary", { - "_index": 3432, + "_index": 2973, "data": { "manuals/ios": {}, "ref/stable/dmLog": {}, @@ -242923,7 +242923,7 @@ [ "tend", { - "_index": 7139, + "_index": 7545, "data": { "ref/stable/physics": {} }, @@ -242933,7 +242933,7 @@ [ "tenjin", { - "_index": 6493, + "_index": 6649, "data": { "assets/tenjin": {} }, @@ -242943,7 +242943,7 @@ [ "term", { - "_index": 329, + "_index": 953, "data": { "manuals/importing-graphics": {}, "manuals/render": {} @@ -242954,7 +242954,7 @@ [ "terminal", { - "_index": 1376, + "_index": 3696, "data": { "manuals/debugging-game-and-system-logs": {}, "manuals/editor": {}, @@ -242967,7 +242967,7 @@ [ "terminal/command", { - "_index": 5401, + "_index": 5588, "data": { "manuals/android": {}, "manuals/editor": {} @@ -242978,7 +242978,7 @@ [ "terminate", { - "_index": 4595, + "_index": 5871, "data": { "manuals/debugging-game-logic": {}, "ref/stable/dmThread": {}, @@ -242990,7 +242990,7 @@ [ "terminated", { - "_index": 7009, + "_index": 7404, "data": { "ref/stable/dmHash": {}, "ref/stable/dmHttpClient": {}, @@ -243006,7 +243006,7 @@ [ "terminates", { - "_index": 7239, + "_index": 8714, "data": { "ref/stable/base": {}, "ref/stable/coroutine": {}, @@ -243020,7 +243020,7 @@ [ "terminating", { - "_index": 10446, + "_index": 9660, "data": { "ref/stable/dmStringFunc": {} }, @@ -243030,7 +243030,7 @@ [ "terms", { - "_index": 3952, + "_index": 1458, "data": { "examples/material/unlit": {}, "manuals/editor-scripts-ui": {}, @@ -243042,7 +243042,7 @@ [ "terra", { - "_index": 3393, + "_index": 5165, "data": { "manuals/flash": {} }, @@ -243052,7 +243052,7 @@ [ "terrain", { - "_index": 2939, + "_index": 5268, "data": { "manuals/compute": {} }, @@ -243062,7 +243062,7 @@ [ "territory", { - "_index": 8452, + "_index": 8701, "data": { "ref/stable/crash": {}, "ref/stable/sys": {} @@ -243073,7 +243073,7 @@ [ "test", { - "_index": 139, + "_index": 647, "data": { "assets/defbuild": {}, "assets/scene3d": {}, @@ -243100,7 +243100,7 @@ [ "test.greet", { - "_index": 2743, + "_index": 4119, "data": { "manuals/application-security": {} }, @@ -243110,7 +243110,7 @@ [ "test.my_value", { - "_index": 4382, + "_index": 3703, "data": { "manuals/project-settings": {} }, @@ -243120,7 +243120,7 @@ [ "tested", { - "_index": 7095, + "_index": 7505, "data": { "ref/stable/gui": {}, "ref/stable/physics": {} @@ -243131,7 +243131,7 @@ [ "testflight", { - "_index": 3497, + "_index": 3044, "data": { "manuals/ios": {} }, @@ -243141,7 +243141,7 @@ [ "testfrustumobb", { - "_index": 8648, + "_index": 9377, "data": { "ref/stable/dmIntersection": {} }, @@ -243151,7 +243151,7 @@ [ "testfrustumpoint", { - "_index": 8652, + "_index": 9381, "data": { "ref/stable/dmIntersection": {} }, @@ -243161,7 +243161,7 @@ [ "testfrustumsphere", { - "_index": 8653, + "_index": 9382, "data": { "ref/stable/dmIntersection": {} }, @@ -243171,7 +243171,7 @@ [ "testfrustumspheresq", { - "_index": 8654, + "_index": 9383, "data": { "ref/stable/dmIntersection": {} }, @@ -243181,7 +243181,7 @@ [ "testing", { - "_index": 2195, + "_index": 643, "data": { "assets/deftest": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -243196,7 +243196,7 @@ [ "testproperty", { - "_index": 5015, + "_index": 4620, "data": { "manuals/extensions-manifest-merge-tool": {} }, @@ -243206,7 +243206,7 @@ [ "tests", { - "_index": 3339, + "_index": 5130, "data": { "assets/deftest": {}, "manuals/flash": {}, @@ -243221,7 +243221,7 @@ [ "tethering", { - "_index": 4519, + "_index": 5667, "data": { "manuals/dev-app": {} }, @@ -243231,7 +243231,7 @@ [ "tex0", { - "_index": 4527, + "_index": 5647, "data": { "manuals/mesh": {} }, @@ -243241,7 +243241,7 @@ [ "tex_blur", { - "_index": 2976, + "_index": 5289, "data": { "manuals/compute": {} }, @@ -243251,7 +243251,7 @@ [ "tex_coord", { - "_index": 3014, + "_index": 5316, "data": { "manuals/compute": {} }, @@ -243261,7 +243261,7 @@ [ "tex_coord.x", { - "_index": 3018, + "_index": 5320, "data": { "manuals/compute": {} }, @@ -243271,7 +243271,7 @@ [ "tex_coord.y", { - "_index": 3020, + "_index": 5322, "data": { "manuals/compute": {} }, @@ -243281,7 +243281,7 @@ [ "tex_coord_uv", { - "_index": 3017, + "_index": 5319, "data": { "manuals/compute": {} }, @@ -243291,7 +243291,7 @@ [ "tex_storage", { - "_index": 2978, + "_index": 5291, "data": { "manuals/compute": {} }, @@ -243301,7 +243301,7 @@ [ "texcoord0", { - "_index": 973, + "_index": 2658, "data": { "manuals/shader": {} }, @@ -243311,7 +243311,7 @@ [ "texel", { - "_index": 2436, + "_index": 19, "data": { "manuals/material": {}, "manuals/texture-filtering": {} @@ -243322,7 +243322,7 @@ [ "texels", { - "_index": 2892, + "_index": 6033, "data": { "manuals/material": {} }, @@ -243332,7 +243332,7 @@ [ "text", { - "_index": 39, + "_index": 216, "data": { "assets/defold-mobilehtml5-typing": {}, "assets/defold-typewriter": {}, @@ -243396,7 +243396,7 @@ [ "text.strong", { - "_index": 3134, + "_index": 2419, "data": { "manuals/editor-styling": {} }, @@ -243406,7 +243406,7 @@ [ "text/javascript", { - "_index": 5030, + "_index": 4637, "data": { "manuals/extensions-manifest-merge-tool": {} }, @@ -243416,7 +243416,7 @@ [ "text_alignment", { - "_index": 10825, + "_index": 8980, "data": { "ref/stable/editor": {} }, @@ -243426,7 +243426,7 @@ [ "textadventuretemplate", { - "_index": 6373, + "_index": 6420, "data": { "assets/textadventuretemplate": {} }, @@ -243436,7 +243436,7 @@ [ "textcoord0", { - "_index": 975, + "_index": 2660, "data": { "manuals/shader": {} }, @@ -243446,7 +243446,7 @@ [ "texttext_alignment", { - "_index": 10679, + "_index": 8833, "data": { "ref/stable/editor": {} }, @@ -243456,7 +243456,7 @@ [ "textual", { - "_index": 3801, + "_index": 4372, "data": { "manuals/version-control": {} }, @@ -243466,7 +243466,7 @@ [ "texture", { - "_index": 306, + "_index": 185, "data": { "assets/drawpixels": {}, "examples/gui/progress": {}, @@ -243510,7 +243510,7 @@ [ "texture0", { - "_index": 2373, + "_index": 2890, "data": { "manuals/atlas": {}, "manuals/script-properties": {} @@ -243521,7 +243521,7 @@ [ "texture2d", { - "_index": 1111, + "_index": 2742, "data": { "manuals/shader": {} }, @@ -243531,7 +243531,7 @@ [ "texture2darray", { - "_index": 1112, + "_index": 2743, "data": { "manuals/shader": {} }, @@ -243541,7 +243541,7 @@ [ "texture_filter_default", { - "_index": 9840, + "_index": 8281, "data": { "ref/stable/graphics": {} }, @@ -243551,7 +243551,7 @@ [ "texture_filter_linear", { - "_index": 9842, + "_index": 8283, "data": { "ref/stable/graphics": {} }, @@ -243561,7 +243561,7 @@ [ "texture_filter_linear_mipmap_linear", { - "_index": 9844, + "_index": 8285, "data": { "ref/stable/graphics": {} }, @@ -243571,7 +243571,7 @@ [ "texture_filter_linear_mipmap_nearest", { - "_index": 9846, + "_index": 8287, "data": { "ref/stable/graphics": {} }, @@ -243581,7 +243581,7 @@ [ "texture_filter_nearest", { - "_index": 9848, + "_index": 8289, "data": { "ref/stable/graphics": {} }, @@ -243591,7 +243591,7 @@ [ "texture_filter_nearest_mipmap_linear", { - "_index": 9850, + "_index": 8291, "data": { "ref/stable/graphics": {} }, @@ -243601,7 +243601,7 @@ [ "texture_filter_nearest_mipmap_nearest", { - "_index": 9852, + "_index": 8293, "data": { "ref/stable/graphics": {} }, @@ -243611,7 +243611,7 @@ [ "texture_format_bgra8u", { - "_index": 9854, + "_index": 8295, "data": { "ref/stable/graphics": {} }, @@ -243621,7 +243621,7 @@ [ "texture_format_depth", { - "_index": 9856, + "_index": 8297, "data": { "ref/stable/graphics": {} }, @@ -243631,7 +243631,7 @@ [ "texture_format_luminance", { - "_index": 9857, + "_index": 8299, "data": { "ref/stable/graphics": {} }, @@ -243641,7 +243641,7 @@ [ "texture_format_luminance_alpha", { - "_index": 9859, + "_index": 8301, "data": { "ref/stable/graphics": {} }, @@ -243651,7 +243651,7 @@ [ "texture_format_r16f", { - "_index": 9860, + "_index": 8303, "data": { "ref/stable/graphics": {} }, @@ -243661,7 +243661,7 @@ [ "texture_format_r32f", { - "_index": 9861, + "_index": 8305, "data": { "ref/stable/graphics": {} }, @@ -243671,7 +243671,7 @@ [ "texture_format_r32ui", { - "_index": 9863, + "_index": 8307, "data": { "ref/stable/graphics": {} }, @@ -243681,7 +243681,7 @@ [ "texture_format_r_bc4", { - "_index": 9864, + "_index": 8309, "data": { "ref/stable/graphics": {} }, @@ -243691,7 +243691,7 @@ [ "texture_format_r_etc2", { - "_index": 9866, + "_index": 8311, "data": { "ref/stable/graphics": {} }, @@ -243701,7 +243701,7 @@ [ "texture_format_rg16f", { - "_index": 9867, + "_index": 8313, "data": { "ref/stable/graphics": {} }, @@ -243711,7 +243711,7 @@ [ "texture_format_rg32f", { - "_index": 9868, + "_index": 8315, "data": { "ref/stable/graphics": {} }, @@ -243721,7 +243721,7 @@ [ "texture_format_rg_bc5", { - "_index": 9869, + "_index": 8317, "data": { "ref/stable/graphics": {} }, @@ -243731,7 +243731,7 @@ [ "texture_format_rg_etc2", { - "_index": 9871, + "_index": 8319, "data": { "ref/stable/graphics": {} }, @@ -243741,7 +243741,7 @@ [ "texture_format_rgb", { - "_index": 9872, + "_index": 8321, "data": { "ref/stable/graphics": {} }, @@ -243751,7 +243751,7 @@ [ "texture_format_rgb16f", { - "_index": 9873, + "_index": 8323, "data": { "ref/stable/graphics": {} }, @@ -243761,7 +243761,7 @@ [ "texture_format_rgb32f", { - "_index": 9874, + "_index": 8325, "data": { "ref/stable/graphics": {} }, @@ -243771,7 +243771,7 @@ [ "texture_format_rgb_16bpp", { - "_index": 9876, + "_index": 8327, "data": { "ref/stable/graphics": {} }, @@ -243781,7 +243781,7 @@ [ "texture_format_rgb_bc1", { - "_index": 9877, + "_index": 8329, "data": { "ref/stable/graphics": {} }, @@ -243791,7 +243791,7 @@ [ "texture_format_rgb_etc1", { - "_index": 9878, + "_index": 8331, "data": { "ref/stable/graphics": {} }, @@ -243801,7 +243801,7 @@ [ "texture_format_rgb_pvrtc_2bppv1", { - "_index": 9879, + "_index": 8333, "data": { "ref/stable/graphics": {} }, @@ -243811,7 +243811,7 @@ [ "texture_format_rgb_pvrtc_4bppv1", { - "_index": 9880, + "_index": 8335, "data": { "ref/stable/graphics": {} }, @@ -243821,7 +243821,7 @@ [ "texture_format_rgba", { - "_index": 5653, + "_index": 2165, "data": { "manuals/optimization-size": {}, "ref/stable/graphics": {} @@ -243832,7 +243832,7 @@ [ "texture_format_rgba16f", { - "_index": 9881, + "_index": 8338, "data": { "ref/stable/graphics": {} }, @@ -243842,7 +243842,7 @@ [ "texture_format_rgba32f", { - "_index": 9882, + "_index": 8340, "data": { "ref/stable/graphics": {} }, @@ -243852,7 +243852,7 @@ [ "texture_format_rgba32ui", { - "_index": 9884, + "_index": 8342, "data": { "ref/stable/graphics": {} }, @@ -243862,7 +243862,7 @@ [ "texture_format_rgba_16bpp", { - "_index": 9886, + "_index": 8344, "data": { "ref/stable/graphics": {} }, @@ -243872,7 +243872,7 @@ [ "texture_format_rgba_astc_4x4", { - "_index": 9887, + "_index": 8346, "data": { "ref/stable/graphics": {} }, @@ -243882,7 +243882,7 @@ [ "texture_format_rgba_bc3", { - "_index": 9888, + "_index": 8348, "data": { "ref/stable/graphics": {} }, @@ -243892,7 +243892,7 @@ [ "texture_format_rgba_bc7", { - "_index": 9889, + "_index": 8350, "data": { "ref/stable/graphics": {} }, @@ -243902,7 +243902,7 @@ [ "texture_format_rgba_etc2", { - "_index": 9890, + "_index": 8352, "data": { "ref/stable/graphics": {} }, @@ -243912,7 +243912,7 @@ [ "texture_format_rgba_pvrtc_2bppv1", { - "_index": 9891, + "_index": 8354, "data": { "ref/stable/graphics": {} }, @@ -243922,7 +243922,7 @@ [ "texture_format_rgba_pvrtc_4bppv1", { - "_index": 9892, + "_index": 8356, "data": { "ref/stable/graphics": {} }, @@ -243932,7 +243932,7 @@ [ "texture_format_stencil", { - "_index": 9894, + "_index": 8358, "data": { "ref/stable/graphics": {} }, @@ -243942,7 +243942,7 @@ [ "texture_id", { - "_index": 2528, + "_index": 2891, "data": { "manuals/atlas": {} }, @@ -243952,7 +243952,7 @@ [ "texture_in", { - "_index": 3007, + "_index": 5311, "data": { "manuals/compute": {} }, @@ -243962,7 +243962,7 @@ [ "texture_out", { - "_index": 3009, + "_index": 5313, "data": { "manuals/compute": {} }, @@ -243972,7 +243972,7 @@ [ "texture_sampler", { - "_index": 1135, + "_index": 2760, "data": { "manuals/shader": {} }, @@ -243982,7 +243982,7 @@ [ "texture_size_recip", { - "_index": 5598, + "_index": 3910, "data": { "manuals/font": {} }, @@ -243992,7 +243992,7 @@ [ "texture_size_recip.w", { - "_index": 5603, + "_index": 3915, "data": { "manuals/font": {} }, @@ -244002,7 +244002,7 @@ [ "texture_size_recip.x", { - "_index": 5599, + "_index": 3911, "data": { "manuals/font": {} }, @@ -244012,7 +244012,7 @@ [ "texture_size_recip.y", { - "_index": 5601, + "_index": 3913, "data": { "manuals/font": {} }, @@ -244022,7 +244022,7 @@ [ "texture_size_recip.z", { - "_index": 5602, + "_index": 3914, "data": { "manuals/font": {} }, @@ -244032,7 +244032,7 @@ [ "texture_type_2d", { - "_index": 9895, + "_index": 8360, "data": { "ref/stable/graphics": {} }, @@ -244042,7 +244042,7 @@ [ "texture_type_2d_array", { - "_index": 9896, + "_index": 8362, "data": { "ref/stable/graphics": {} }, @@ -244052,7 +244052,7 @@ [ "texture_type_cube_map", { - "_index": 9897, + "_index": 8364, "data": { "ref/stable/graphics": {} }, @@ -244062,7 +244062,7 @@ [ "texture_type_image_2d", { - "_index": 9898, + "_index": 8366, "data": { "ref/stable/graphics": {} }, @@ -244072,7 +244072,7 @@ [ "texture_usage_flag_color", { - "_index": 9900, + "_index": 8368, "data": { "ref/stable/graphics": {} }, @@ -244082,7 +244082,7 @@ [ "texture_usage_flag_input", { - "_index": 9902, + "_index": 8370, "data": { "ref/stable/graphics": {} }, @@ -244092,7 +244092,7 @@ [ "texture_usage_flag_memoryless", { - "_index": 9903, + "_index": 8372, "data": { "ref/stable/graphics": {} }, @@ -244102,7 +244102,7 @@ [ "texture_usage_flag_sample", { - "_index": 9904, + "_index": 8374, "data": { "ref/stable/graphics": {} }, @@ -244112,7 +244112,7 @@ [ "texture_usage_flag_storage", { - "_index": 9905, + "_index": 8376, "data": { "ref/stable/graphics": {} }, @@ -244122,7 +244122,7 @@ [ "texture_wrap_clamp_to_border", { - "_index": 9907, + "_index": 8378, "data": { "ref/stable/graphics": {} }, @@ -244132,7 +244132,7 @@ [ "texture_wrap_clamp_to_edge", { - "_index": 9909, + "_index": 8380, "data": { "ref/stable/graphics": {} }, @@ -244142,7 +244142,7 @@ [ "texture_wrap_mirrored_repeat", { - "_index": 9911, + "_index": 8382, "data": { "ref/stable/graphics": {} }, @@ -244152,7 +244152,7 @@ [ "texture_wrap_repeat", { - "_index": 9913, + "_index": 8384, "data": { "ref/stable/graphics": {} }, @@ -244162,7 +244162,7 @@ [ "texturec", { - "_index": 7371, + "_index": 10338, "data": { "ref/stable/resource": {} }, @@ -244172,7 +244172,7 @@ [ "textured", { - "_index": 2108, + "_index": 318, "data": { "manuals/animation": {}, "manuals/glossary": {}, @@ -244186,7 +244186,7 @@ [ "textureformat", { - "_index": 10267, + "_index": 6871, "data": { "ref/stable/dmGraphics": {} }, @@ -244196,7 +244196,7 @@ [ "texturen", { - "_index": 4132, + "_index": 5927, "data": { "manuals/model": {}, "ref/stable/model": {} @@ -244207,7 +244207,7 @@ [ "texturepacker", { - "_index": 6745, + "_index": 6546, "data": { "assets/texturepacker": {} }, @@ -244217,7 +244217,7 @@ [ "textures", { - "_index": 1139, + "_index": 147, "data": { "assets/3deforms": {}, "manuals/application-security": {}, @@ -244243,7 +244243,7 @@ [ "texturesetc", { - "_index": 7331, + "_index": 10301, "data": { "ref/stable/resource": {} }, @@ -244253,7 +244253,7 @@ [ "texturing", { - "_index": 3179, + "_index": 1169, "data": { "manuals/model": {}, "manuals/particlefx": {} @@ -244264,7 +244264,7 @@ [ "texturing.md", { - "_index": 4122, + "_index": 1965, "data": { "manuals/gui-box": {}, "manuals/sprite": {} @@ -244275,7 +244275,7 @@ [ "th", { - "_index": 4377, + "_index": 4423, "data": { "manuals/tilesource": {}, "ref/stable/dmVMath": {}, @@ -244287,7 +244287,7 @@ [ "than", { - "_index": 594, + "_index": 22, "data": { "examples/gui/healthbar": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -244346,7 +244346,7 @@ [ "thanks", { - "_index": 761, + "_index": 2197, "data": { "manuals/caching-assets": {}, "manuals/optimization-size": {} @@ -244357,7 +244357,7 @@ [ "that", { - "_index": 160, + "_index": 106, "data": { "assets/3deforms": {}, "assets/colorpicker": {}, @@ -244567,7 +244567,7 @@ [ "that's", { - "_index": 4965, + "_index": 4771, "data": { "manuals/extensions": {} }, @@ -244577,7 +244577,7 @@ [ "the", { - "_index": 30, + "_index": 18, "data": { "assets/adinfo": {}, "assets/alienworld": {}, @@ -244928,7 +244928,7 @@ [ "the_state", { - "_index": 2706, + "_index": 5734, "data": { "manuals/modules": {} }, @@ -244938,7 +244938,7 @@ [ "the_state.value", { - "_index": 2707, + "_index": 5735, "data": { "manuals/modules": {} }, @@ -244948,7 +244948,7 @@ [ "their", { - "_index": 1257, + "_index": 140, "data": { "assets/3deforms": {}, "assets/druid": {}, @@ -244994,7 +244994,7 @@ [ "theirs", { - "_index": 3811, + "_index": 4380, "data": { "manuals/version-control": {} }, @@ -245004,7 +245004,7 @@ [ "them", { - "_index": 481, + "_index": 692, "data": { "assets/colyseus": {}, "assets/defarmy": {}, @@ -245075,7 +245075,7 @@ [ "theme", { - "_index": 1838, + "_index": 190, "data": { "manuals/editor-styling": {}, "manuals/gui": {}, @@ -245088,7 +245088,7 @@ [ "theme.atlas", { - "_index": 4424, + "_index": 191, "data": { "manuals/gui": {} }, @@ -245098,7 +245098,7 @@ [ "themed", { - "_index": 1834, + "_index": 3329, "data": { "assets/trickortreat": {}, "manuals/live-update": {} @@ -245109,7 +245109,7 @@ [ "themselves", { - "_index": 1172, + "_index": 474, "data": { "manuals/building-blocks": {}, "manuals/editor-scripts-ui": {}, @@ -245125,7 +245125,7 @@ [ "then", { - "_index": 110, + "_index": 207, "data": { "assets/firebase-remoteconfig": {}, "examples/basics/parent_child": {}, @@ -245214,7 +245214,7 @@ [ "there", { - "_index": 158, + "_index": 9, "data": { "assets/editor-script-check-dependencies-versions": {}, "assets/facebookinstantgames": {}, @@ -245300,7 +245300,7 @@ [ "there's", { - "_index": 1755, + "_index": 3657, "data": { "manuals/extensions-best-practices": {}, "manuals/gui-script": {}, @@ -245312,7 +245312,7 @@ [ "therefore", { - "_index": 1015, + "_index": 737, "data": { "manuals/addressing": {}, "manuals/editor-scripts-ui": {}, @@ -245331,7 +245331,7 @@ [ "these", { - "_index": 346, + "_index": 116, "data": { "assets/tactxstudios": {}, "examples/physics/dynamic": {}, @@ -245397,7 +245397,7 @@ [ "they", { - "_index": 294, + "_index": 473, "data": { "assets/adinfo": {}, "examples/factory/dynamic": {}, @@ -245448,7 +245448,7 @@ [ "they're", { - "_index": 1859, + "_index": 3341, "data": { "manuals/live-update": {} }, @@ -245458,7 +245458,7 @@ [ "thicker", { - "_index": 1900, + "_index": 2302, "data": { "manuals/physics-objects": {} }, @@ -245468,7 +245468,7 @@ [ "thin", { - "_index": 3944, + "_index": 1443, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -245479,7 +245479,7 @@ [ "thing", { - "_index": 1220, + "_index": 2128, "data": { "examples/material/screenspace": {}, "manuals/building-blocks": {}, @@ -245494,7 +245494,7 @@ [ "things", { - "_index": 1340, + "_index": 1874, "data": { "assets/googleanalyticsforfirebase": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -245520,7 +245520,7 @@ [ "think", { - "_index": 3605, + "_index": 5614, "data": { "manuals/introduction": {} }, @@ -245530,7 +245530,7 @@ [ "third", { - "_index": 786, + "_index": 2142, "data": { "assets/rustore-billing": {}, "manuals/application-security": {}, @@ -245550,7 +245550,7 @@ [ "this", { - "_index": 51, + "_index": 100, "data": { "assets/3deforms": {}, "assets/adinfo": {}, @@ -245750,7 +245750,7 @@ [ "thoroughly", { - "_index": 3597, + "_index": 5610, "data": { "manuals/introduction": {} }, @@ -245760,7 +245760,7 @@ [ "those", { - "_index": 1797, + "_index": 3134, "data": { "examples/timer/repeating_timer": {}, "manuals/addressing": {}, @@ -245785,7 +245785,7 @@ [ "though", { - "_index": 676, + "_index": 1264, "data": { "examples/factory/dynamic": {}, "manuals/collection-factory": {}, @@ -245805,7 +245805,7 @@ [ "thread", { - "_index": 2091, + "_index": 1082, "data": { "manuals/compute": {}, "manuals/editor-scripts": {}, @@ -245827,7 +245827,7 @@ [ "threadattacher", { - "_index": 7648, + "_index": 8009, "data": { "ref/stable/dmAndroid": {} }, @@ -245837,7 +245837,7 @@ [ "threaded", { - "_index": 2094, + "_index": 1086, "data": { "manuals/extensions-defold-sdk": {} }, @@ -245847,7 +245847,7 @@ [ "threads", { - "_index": 2960, + "_index": 3219, "data": { "manuals/bob": {}, "manuals/compute": {}, @@ -245859,7 +245859,7 @@ [ "three", { - "_index": 1275, + "_index": 581, "data": { "assets/emthree": {}, "examples/collection/proxy": {}, @@ -245891,7 +245891,7 @@ [ "throttling", { - "_index": 8082, + "_index": 10407, "data": { "ref/stable/socket": {} }, @@ -245901,7 +245901,7 @@ [ "through", { - "_index": 666, + "_index": 577, "data": { "assets/defcon": {}, "assets/rustore-billing": {}, @@ -245966,7 +245966,7 @@ [ "throughout", { - "_index": 3230, + "_index": 3394, "data": { "manuals/addressing": {}, "manuals/building-blocks": {}, @@ -245978,7 +245978,7 @@ [ "throw", { - "_index": 5172, + "_index": 5379, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {}, @@ -245990,7 +245990,7 @@ [ "throwing", { - "_index": 8232, + "_index": 10538, "data": { "ref/stable/dmScript": {}, "ref/stable/socket": {} @@ -246001,7 +246001,7 @@ [ "thrown", { - "_index": 8229, + "_index": 10535, "data": { "ref/stable/socket": {} }, @@ -246011,7 +246011,7 @@ [ "throws", { - "_index": 8226, + "_index": 8792, "data": { "ref/stable/dmScript": {}, "ref/stable/editor": {}, @@ -246023,7 +246023,7 @@ [ "thumb", { - "_index": 1523, + "_index": 3076, "data": { "manuals/optimization-speed": {} }, @@ -246033,7 +246033,7 @@ [ "thus", { - "_index": 3292, + "_index": 501, "data": { "examples/material/uvgradient": {}, "manuals/flash": {}, @@ -246048,7 +246048,7 @@ [ "ticking", { - "_index": 8956, + "_index": 9846, "data": { "ref/stable/go": {} }, @@ -246058,7 +246058,7 @@ [ "tie", { - "_index": 3766, + "_index": 1898, "data": { "manuals/input-key-and-text": {} }, @@ -246068,7 +246068,7 @@ [ "tight", { - "_index": 5120, + "_index": 5220, "data": { "manuals/lua": {} }, @@ -246078,7 +246078,7 @@ [ "tile", { - "_index": 319, + "_index": 291, "data": { "assets/defold-tile-raycast": {}, "assets/navgo": {}, @@ -246105,7 +246105,7 @@ [ "tile_source", { - "_index": 2375, + "_index": 4441, "data": { "manuals/script-properties": {}, "manuals/tilemap": {}, @@ -246118,7 +246118,7 @@ [ "tiled", { - "_index": 5883, + "_index": 4606, "data": { "assets/defold-tile-raycast": {}, "assets/tiled": {}, @@ -246130,7 +246130,7 @@ [ "tilegrid", { - "_index": 974, + "_index": 2659, "data": { "manuals/shader": {} }, @@ -246140,7 +246140,7 @@ [ "tilemap", { - "_index": 368, + "_index": 983, "data": { "assets/spritefusion": {}, "assets/tiled": {}, @@ -246161,7 +246161,7 @@ [ "tilemap.get_bounds", { - "_index": 8664, + "_index": 8040, "data": { "ref/stable/tilemap": {} }, @@ -246171,7 +246171,7 @@ [ "tilemap.get_tile", { - "_index": 4344, + "_index": 4434, "data": { "manuals/tilemap": {}, "ref/stable/tilemap": {} @@ -246182,7 +246182,7 @@ [ "tilemap.get_tile_info", { - "_index": 8668, + "_index": 8044, "data": { "ref/stable/tilemap": {} }, @@ -246192,7 +246192,7 @@ [ "tilemap.get_tiles", { - "_index": 8670, + "_index": 8046, "data": { "ref/stable/tilemap": {} }, @@ -246202,7 +246202,7 @@ [ "tilemap.h_flip", { - "_index": 8673, + "_index": 8049, "data": { "ref/stable/tilemap": {} }, @@ -246212,7 +246212,7 @@ [ "tilemap.rotate_180", { - "_index": 8675, + "_index": 8051, "data": { "ref/stable/tilemap": {} }, @@ -246222,7 +246222,7 @@ [ "tilemap.rotate_270", { - "_index": 8677, + "_index": 8053, "data": { "ref/stable/tilemap": {} }, @@ -246232,7 +246232,7 @@ [ "tilemap.rotate_90", { - "_index": 8680, + "_index": 8056, "data": { "ref/stable/tilemap": {} }, @@ -246242,7 +246242,7 @@ [ "tilemap.set_tile", { - "_index": 4349, + "_index": 4440, "data": { "manuals/tilemap": {}, "ref/stable/tilemap": {} @@ -246253,7 +246253,7 @@ [ "tilemap.set_visible", { - "_index": 8698, + "_index": 8074, "data": { "ref/stable/tilemap": {} }, @@ -246263,7 +246263,7 @@ [ "tilemap.v_flip", { - "_index": 8697, + "_index": 8073, "data": { "ref/stable/tilemap": {} }, @@ -246273,7 +246273,7 @@ [ "tilemapanimator", { - "_index": 6679, + "_index": 6647, "data": { "assets/tilemapanimator": {} }, @@ -246283,7 +246283,7 @@ [ "tilemaps", { - "_index": 374, + "_index": 988, "data": { "assets/moku": {}, "manuals/importing-graphics": {}, @@ -246296,7 +246296,7 @@ [ "tiles", { - "_index": 341, + "_index": 964, "data": { "manuals/glossary": {}, "manuals/importing-graphics": {}, @@ -246310,7 +246310,7 @@ [ "tiles[row_index][column_index", { - "_index": 8672, + "_index": 8048, "data": { "ref/stable/tilemap": {} }, @@ -246320,7 +246320,7 @@ [ "tileset", { - "_index": 4691, + "_index": 2218, "data": { "assets/tilesetter": {}, "manuals/adapting-graphics-to-screen-size": {} @@ -246331,7 +246331,7 @@ [ "tilesetter", { - "_index": 6727, + "_index": 6553, "data": { "assets/tilesetter": {} }, @@ -246341,7 +246341,7 @@ [ "tilesource", { - "_index": 4350, + "_index": 2129, "data": { "assets/asefold": {}, "assets/spritefusion": {}, @@ -246355,7 +246355,7 @@ [ "tilesources", { - "_index": 5640, + "_index": 2137, "data": { "manuals/optimization-size": {} }, @@ -246365,7 +246365,7 @@ [ "time", { - "_index": 1516, + "_index": 765, "data": { "assets/chrono": {}, "assets/defgraph": {}, @@ -246446,7 +246446,7 @@ [ "time_elapsed", { - "_index": 9974, + "_index": 7355, "data": { "ref/stable/timer": {} }, @@ -246456,7 +246456,7 @@ [ "time_remaining", { - "_index": 9979, + "_index": 7361, "data": { "ref/stable/timer": {} }, @@ -246466,7 +246466,7 @@ [ "timeline", { - "_index": 3239, + "_index": 4240, "data": { "assets/deftimeline": {}, "manuals/flash": {}, @@ -246478,7 +246478,7 @@ [ "timeout", { - "_index": 5973, + "_index": 3594, "data": { "manuals/socket-connections": {}, "ref/stable/dmConnectionPool": {}, @@ -246494,7 +246494,7 @@ [ "timer", { - "_index": 6132, + "_index": 6144, "data": { "assets/defold-timer": {}, "assets/defold-tweener": {}, @@ -246511,7 +246511,7 @@ [ "timer.cancel", { - "_index": 9968, + "_index": 7349, "data": { "ref/stable/timer": {} }, @@ -246521,7 +246521,7 @@ [ "timer.delay", { - "_index": 9970, + "_index": 7351, "data": { "ref/stable/timer": {} }, @@ -246531,7 +246531,7 @@ [ "timer.get_info", { - "_index": 9976, + "_index": 7358, "data": { "ref/stable/timer": {} }, @@ -246541,7 +246541,7 @@ [ "timer.invalid_timer_handle", { - "_index": 9975, + "_index": 7357, "data": { "ref/stable/timer": {} }, @@ -246551,7 +246551,7 @@ [ "timer.trigger", { - "_index": 9983, + "_index": 7366, "data": { "ref/stable/timer": {} }, @@ -246561,7 +246561,7 @@ [ "timers", { - "_index": 5724, + "_index": 3561, "data": { "manuals/sound": {}, "ref/stable/sys": {}, @@ -246573,7 +246573,7 @@ [ "times", { - "_index": 1174, + "_index": 1651, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/compute": {}, @@ -246598,7 +246598,7 @@ [ "timestamp", { - "_index": 5363, + "_index": 5845, "data": { "manuals/macos": {} }, @@ -246608,7 +246608,7 @@ [ "timestep", { - "_index": 5536, + "_index": 3862, "data": { "manuals/physics": {}, "manuals/physics-events": {}, @@ -246620,7 +246620,7 @@ [ "timestep.collection", { - "_index": 6104, + "_index": 6176, "data": { "examples/collection/timestep": {} }, @@ -246630,7 +246630,7 @@ [ "timing", { - "_index": 2092, + "_index": 1084, "data": { "manuals/extensions-defold-sdk": {}, "manuals/profiling": {} @@ -246641,7 +246641,7 @@ [ "tint", { - "_index": 1137, + "_index": 1228, "data": { "examples/sprite/tint": {}, "manuals/gui-box": {}, @@ -246661,7 +246661,7 @@ [ "tint.w", { - "_index": 1142, + "_index": 2764, "data": { "manuals/shader": {} }, @@ -246671,7 +246671,7 @@ [ "tint.xyz", { - "_index": 1141, + "_index": 2763, "data": { "manuals/shader": {} }, @@ -246681,7 +246681,7 @@ [ "tint_array", { - "_index": 9337, + "_index": 7857, "data": { "ref/stable/gui": {} }, @@ -246691,7 +246691,7 @@ [ "tint_pm", { - "_index": 1140, + "_index": 2762, "data": { "manuals/shader": {} }, @@ -246701,7 +246701,7 @@ [ "tinted", { - "_index": 6194, + "_index": 6164, "data": { "examples/sprite/tint": {} }, @@ -246711,7 +246711,7 @@ [ "tints", { - "_index": 4440, + "_index": 319, "data": { "manuals/gui": {} }, @@ -246721,7 +246721,7 @@ [ "tiny", { - "_index": 4694, + "_index": 2222, "data": { "assets/tinyecs": {}, "assets/tinyhttp": {}, @@ -246733,7 +246733,7 @@ [ "tinyecs", { - "_index": 6322, + "_index": 6613, "data": { "assets/tinyecs": {} }, @@ -246743,7 +246743,7 @@ [ "tinyhttp", { - "_index": 6353, + "_index": 6551, "data": { "assets/tinyhttp": {} }, @@ -246753,7 +246753,7 @@ [ "tip", { - "_index": 4392, + "_index": 3715, "data": { "manuals/project-settings": {}, "ref/stable/vmath": {} @@ -246764,7 +246764,7 @@ [ "tips", { - "_index": 5642, + "_index": 2141, "data": { "manuals/optimization-size": {} }, @@ -246774,7 +246774,7 @@ [ "title", { - "_index": 2387, + "_index": 1278, "data": { "manuals/editor-scripts-ui": {}, "manuals/getting-help": {}, @@ -246787,7 +246787,7 @@ [ "titlefilters", { - "_index": 10730, + "_index": 8884, "data": { "ref/stable/editor": {} }, @@ -246797,7 +246797,7 @@ [ "tls", { - "_index": 2830, + "_index": 4188, "data": { "manuals/application-security": {} }, @@ -246807,7 +246807,7 @@ [ "tmp_dir", { - "_index": 1425, + "_index": 4050, "data": { "manuals/extender-local-setup": {} }, @@ -246817,7 +246817,7 @@ [ "tmpfile", { - "_index": 8596, + "_index": 9408, "data": { "ref/stable/io": {} }, @@ -246827,7 +246827,7 @@ [ "tmpname", { - "_index": 8558, + "_index": 9955, "data": { "ref/stable/os": {} }, @@ -246837,7 +246837,7 @@ [ "to", { - "_index": 11, + "_index": 99, "data": { "assets/adinfo": {}, "assets/adswrapper": {}, @@ -247191,7 +247191,7 @@ [ "to`false", { - "_index": 4736, + "_index": 4717, "data": { "manuals/bundling": {} }, @@ -247201,7 +247201,7 @@ [ "tobit", { - "_index": 7778, + "_index": 8629, "data": { "ref/stable/bit": {} }, @@ -247341,7 +247341,7 @@ [ "today", { - "_index": 1091, + "_index": 2727, "data": { "manuals/shader": {} }, @@ -247351,7 +247351,7 @@ [ "todo", { - "_index": 5148, + "_index": 5355, "data": { "manuals/editor-scripts": {} }, @@ -247361,7 +247361,7 @@ [ "together", { - "_index": 313, + "_index": 588, "data": { "manuals/atlas": {}, "manuals/bob": {}, @@ -247396,7 +247396,7 @@ [ "toggle", { - "_index": 3397, + "_index": 4227, "data": { "manuals/debugging-game-logic": {}, "manuals/editor": {}, @@ -247410,7 +247410,7 @@ [ "toggle_physics_debug", { - "_index": 3399, + "_index": 5169, "data": { "manuals/flash": {}, "ref/stable/sys": {} @@ -247421,7 +247421,7 @@ [ "toggle_profile", { - "_index": 3730, + "_index": 1860, "data": { "manuals/render": {}, "ref/stable/sys": {} @@ -247432,7 +247432,7 @@ [ "toggles", { - "_index": 8521, + "_index": 9651, "data": { "ref/stable/sys": {} }, @@ -247442,7 +247442,7 @@ [ "toggling", { - "_index": 3400, + "_index": 5170, "data": { "manuals/flash": {}, "ref/stable/sys": {} @@ -247453,7 +247453,7 @@ [ "tohash", { - "_index": 8808, + "_index": 10803, "data": { "ref/stable/dmScript": {} }, @@ -247463,7 +247463,7 @@ [ "tohex", { - "_index": 7781, + "_index": 8631, "data": { "ref/stable/bit": {} }, @@ -247473,7 +247473,7 @@ [ "tohostname", { - "_index": 8213, + "_index": 10523, "data": { "ref/stable/socket": {} }, @@ -247483,7 +247483,7 @@ [ "toip", { - "_index": 8216, + "_index": 10526, "data": { "ref/stable/socket": {} }, @@ -247493,7 +247493,7 @@ [ "token", { - "_index": 2287, + "_index": 824, "data": { "manuals/bob": {}, "manuals/editor": {}, @@ -247507,7 +247507,7 @@ [ "tokenize", { - "_index": 10467, + "_index": 9683, "data": { "ref/stable/dmStringFunc": {} }, @@ -247517,7 +247517,7 @@ [ "tokens", { - "_index": 2278, + "_index": 806, "data": { "manuals/html5": {}, "ref/stable/dmStringFunc": {} @@ -247528,7 +247528,7 @@ [ "tomatrix4", { - "_index": 7588, + "_index": 9788, "data": { "ref/stable/dmScript": {}, "ref/stable/dmTransform": {} @@ -247539,7 +247539,7 @@ [ "tonumber", { - "_index": 4381, + "_index": 3702, "data": { "manuals/project-settings": {}, "ref/stable/base": {} @@ -247550,7 +247550,7 @@ [ "too", { - "_index": 3904, + "_index": 1375, "data": { "manuals/debugging-native-code-android": {}, "manuals/editor-preferences": {}, @@ -247566,7 +247566,7 @@ [ "tool", { - "_index": 1423, + "_index": 1933, "data": { "assets/defold-polyglot": {}, "assets/fmod": {}, @@ -247599,7 +247599,7 @@ [ "toolbar", { - "_index": 2655, + "_index": 68, "data": { "manuals/editor": {}, "manuals/gui": {}, @@ -247612,7 +247612,7 @@ [ "tooling", { - "_index": 10034, + "_index": 10689, "data": { "ref/stable/sound": {} }, @@ -247622,7 +247622,7 @@ [ "toolkit", { - "_index": 6522, + "_index": 6381, "data": { "assets/defold-nuklear": {}, "assets/ts-defold": {}, @@ -247634,7 +247634,7 @@ [ "tools", { - "_index": 157, + "_index": 76, "data": { "manuals/application-security": {}, "manuals/bundling": {}, @@ -247667,7 +247667,7 @@ [ "toolset", { - "_index": 6347, + "_index": 6454, "data": { "assets/defarc": {} }, @@ -247677,7 +247677,7 @@ [ "tooltip", { - "_index": 3931, + "_index": 1422, "data": { "manuals/editor-scripts": {}, "manuals/editor-scripts-ui": {} @@ -247688,7 +247688,7 @@ [ "tooltips", { - "_index": 3875, + "_index": 1334, "data": { "manuals/editor-scripts-ui": {} }, @@ -247698,7 +247698,7 @@ [ "tooltiptooltip", { - "_index": 10701, + "_index": 8855, "data": { "ref/stable/editor": {} }, @@ -247708,7 +247708,7 @@ [ "toon", { - "_index": 6496, + "_index": 6534, "data": { "assets/defold-toon-shader": {} }, @@ -247718,7 +247718,7 @@ [ "top", { - "_index": 1072, + "_index": 69, "data": { "assets/defold-tile-raycast": {}, "assets/gamedistribution": {}, @@ -247762,7 +247762,7 @@ [ "top_left", { - "_index": 10672, + "_index": 8826, "data": { "ref/stable/editor": {} }, @@ -247772,7 +247772,7 @@ [ "top_right", { - "_index": 10674, + "_index": 8828, "data": { "ref/stable/editor": {} }, @@ -247782,7 +247782,7 @@ [ "toquat", { - "_index": 8811, + "_index": 10806, "data": { "ref/stable/dmScript": {} }, @@ -247792,7 +247792,7 @@ [ "torque", { - "_index": 6006, + "_index": 5803, "data": { "manuals/physics-joints": {}, "ref/stable/b2d.body": {}, @@ -247805,7 +247805,7 @@ [ "tostring", { - "_index": 3988, + "_index": 1529, "data": { "manuals/bundling": {}, "manuals/editor-scripts-ui": {}, @@ -247818,7 +247818,7 @@ [ "tostringissue", { - "_index": 10806, + "_index": 8961, "data": { "ref/stable/editor": {} }, @@ -247828,7 +247828,7 @@ [ "total", { - "_index": 614, + "_index": 2087, "data": { "manuals/app-manifest": {}, "manuals/atlas": {}, @@ -247850,7 +247850,7 @@ [ "totally", { - "_index": 1910, + "_index": 2306, "data": { "manuals/physics-objects": {} }, @@ -247860,7 +247860,7 @@ [ "totransform", { - "_index": 7590, + "_index": 9789, "data": { "ref/stable/dmTransform": {} }, @@ -247870,7 +247870,7 @@ [ "touch", { - "_index": 1778, + "_index": 4466, "data": { "manuals/editor-scripts": {}, "manuals/flash": {}, @@ -247888,7 +247888,7 @@ [ "touch_multi", { - "_index": 2143, + "_index": 4478, "data": { "manuals/input-mouse-and-touch": {} }, @@ -247898,7 +247898,7 @@ [ "touchdata", { - "_index": 2145, + "_index": 4479, "data": { "manuals/input-mouse-and-touch": {} }, @@ -247908,7 +247908,7 @@ [ "touchdata.x", { - "_index": 2148, + "_index": 4481, "data": { "manuals/input-mouse-and-touch": {} }, @@ -247918,7 +247918,7 @@ [ "touchdata.y", { - "_index": 2149, + "_index": 4482, "data": { "manuals/input-mouse-and-touch": {} }, @@ -247928,7 +247928,7 @@ [ "touches", { - "_index": 2047, + "_index": 5982, "data": { "examples/render/orbit_camera": {}, "manuals/input": {}, @@ -247940,7 +247940,7 @@ [ "touching", { - "_index": 6835, + "_index": 10135, "data": { "ref/stable/html5": {} }, @@ -247950,7 +247950,7 @@ [ "touchscreen", { - "_index": 5858, + "_index": 4566, "data": { "manuals/glossary": {} }, @@ -247960,7 +247960,7 @@ [ "tovector3", { - "_index": 8813, + "_index": 10808, "data": { "ref/stable/dmScript": {} }, @@ -247970,7 +247970,7 @@ [ "tovector4", { - "_index": 8815, + "_index": 10810, "data": { "ref/stable/dmScript": {} }, @@ -247980,7 +247980,7 @@ [ "towards", { - "_index": 4256, + "_index": 3790, "data": { "manuals/microsoft-xbox": {}, "ref/stable/math": {}, @@ -247992,7 +247992,7 @@ [ "towards/from", { - "_index": 3214, + "_index": 1241, "data": { "manuals/particlefx": {} }, @@ -248002,7 +248002,7 @@ [ "tp", { - "_index": 4196, + "_index": 3232, "data": { "manuals/bob": {} }, @@ -248012,7 +248012,7 @@ [ "tparams", { - "_index": 3708, + "_index": 1827, "data": { "manuals/render": {} }, @@ -248022,7 +248022,7 @@ [ "trace", { - "_index": 3386, + "_index": 4275, "data": { "manuals/flash": {}, "manuals/profiling": {} @@ -248033,7 +248033,7 @@ [ "traceback", { - "_index": 2548, + "_index": 5899, "data": { "manuals/gui-script": {}, "ref/stable/debug": {}, @@ -248045,7 +248045,7 @@ [ "traces", { - "_index": 4082, + "_index": 4281, "data": { "manuals/profiling": {} }, @@ -248055,7 +248055,7 @@ [ "tracing", { - "_index": 4061, + "_index": 4261, "data": { "manuals/profiling": {} }, @@ -248065,7 +248065,7 @@ [ "track", { - "_index": 409, + "_index": 1616, "data": { "assets/defquest": {}, "assets/facebook": {}, @@ -248087,7 +248087,7 @@ [ "track_cpu", { - "_index": 10838, + "_index": 10196, "data": { "ref/stable/profiler": {} }, @@ -248097,7 +248097,7 @@ [ "tracker", { - "_index": 2413, + "_index": 2331, "data": { "assets/webgl-memory": {}, "manuals/getting-help": {}, @@ -248109,7 +248109,7 @@ [ "tracking", { - "_index": 822, + "_index": 335, "data": { "assets/adinfo": {}, "assets/feat": {}, @@ -248129,7 +248129,7 @@ [ "tracks", { - "_index": 3786, + "_index": 3414, "data": { "manuals/addressing": {}, "manuals/version-control": {}, @@ -248141,7 +248141,7 @@ [ "traditional", { - "_index": 6316, + "_index": 6319, "data": { "assets/colorlib": {} }, @@ -248151,7 +248151,7 @@ [ "trail", { - "_index": 6214, + "_index": 6146, "data": { "assets/hypertrails": {}, "examples/particles/fireworks": {} @@ -248162,7 +248162,7 @@ [ "trailing", { - "_index": 4306, + "_index": 3155, "data": { "manuals/writing-code": {}, "ref/stable/editor": {} @@ -248173,7 +248173,7 @@ [ "trails", { - "_index": 6321, + "_index": 6411, "data": { "assets/hypertrails": {} }, @@ -248183,7 +248183,7 @@ [ "transact", { - "_index": 10660, + "_index": 8814, "data": { "ref/stable/editor": {} }, @@ -248193,7 +248193,7 @@ [ "transacted", { - "_index": 10664, + "_index": 8818, "data": { "ref/stable/editor": {} }, @@ -248203,7 +248203,7 @@ [ "transaction", { - "_index": 5174, + "_index": 5381, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -248214,7 +248214,7 @@ [ "transaction_step", { - "_index": 10662, + "_index": 8816, "data": { "ref/stable/editor": {} }, @@ -248224,7 +248224,7 @@ [ "transactions", { - "_index": 5279, + "_index": 5485, "data": { "manuals/editor-scripts": {} }, @@ -248234,7 +248234,7 @@ [ "transcluded", { - "_index": 4104, + "_index": 4448, "data": { "manuals/test": {} }, @@ -248244,7 +248244,7 @@ [ "transcluder", { - "_index": 4107, + "_index": 4450, "data": { "manuals/test": {} }, @@ -248254,7 +248254,7 @@ [ "transclusion", { - "_index": 4103, + "_index": 4447, "data": { "manuals/test": {} }, @@ -248264,7 +248264,7 @@ [ "transcoder", { - "_index": 5631, + "_index": 2107, "data": { "manuals/optimization-size": {} }, @@ -248274,7 +248274,7 @@ [ "transfer", { - "_index": 8109, + "_index": 10177, "data": { "ref/stable/http": {}, "ref/stable/socket": {} @@ -248285,7 +248285,7 @@ [ "transfer_ownership", { - "_index": 7363, + "_index": 10331, "data": { "ref/stable/resource": {} }, @@ -248295,7 +248295,7 @@ [ "transferred", { - "_index": 10057, + "_index": 7430, "data": { "ref/stable/dmArray": {} }, @@ -248305,7 +248305,7 @@ [ "transferring", { - "_index": 7445, + "_index": 10375, "data": { "ref/stable/resource": {} }, @@ -248315,7 +248315,7 @@ [ "transfers", { - "_index": 6246, + "_index": 6237, "data": { "examples/material/unlit": {} }, @@ -248325,7 +248325,7 @@ [ "transform", { - "_index": 896, + "_index": 540, "data": { "manuals/editor-scripts": {}, "manuals/gui": {}, @@ -248348,7 +248348,7 @@ [ "transformation", { - "_index": 4565, + "_index": 6014, "data": { "manuals/building-blocks": {}, "ref/stable/go": {}, @@ -248361,7 +248361,7 @@ [ "transformations", { - "_index": 987, + "_index": 2668, "data": { "manuals/building-blocks": {}, "manuals/shader": {} @@ -248372,7 +248372,7 @@ [ "transformed", { - "_index": 2481, + "_index": 2855, "data": { "manuals/application-security": {}, "manuals/atlas": {}, @@ -248386,7 +248386,7 @@ [ "transforming", { - "_index": 8168, + "_index": 10479, "data": { "ref/stable/socket": {} }, @@ -248396,7 +248396,7 @@ [ "transforms", { - "_index": 7574, + "_index": 7752, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmTransform": {}, @@ -248408,7 +248408,7 @@ [ "transient", { - "_index": 7403, + "_index": 8567, "data": { "ref/stable/render": {}, "ref/stable/resource": {} @@ -248419,7 +248419,7 @@ [ "transit", { - "_index": 2824, + "_index": 4183, "data": { "manuals/application-security": {} }, @@ -248429,7 +248429,7 @@ [ "transition", { - "_index": 3088, + "_index": 2487, "data": { "assets/monarch": {}, "manuals/flipbook-animation": {}, @@ -248441,7 +248441,7 @@ [ "transitions", { - "_index": 8315, + "_index": 7012, "data": { "ref/stable/vmath": {} }, @@ -248451,7 +248451,7 @@ [ "translate", { - "_index": 1223, + "_index": 2808, "data": { "manuals/input": {}, "manuals/porting-guidelines": {}, @@ -248464,7 +248464,7 @@ [ "translated", { - "_index": 950, + "_index": 1685, "data": { "manuals/input": {}, "manuals/optimization-speed": {}, @@ -248479,7 +248479,7 @@ [ "translates", { - "_index": 3714, + "_index": 1835, "data": { "manuals/render": {}, "ref/stable/engine": {} @@ -248490,7 +248490,7 @@ [ "translating", { - "_index": 1629, + "_index": 4823, "data": { "manuals/debugging-native-code": {}, "manuals/porting-guidelines": {} @@ -248501,7 +248501,7 @@ [ "translation", { - "_index": 951, + "_index": 2645, "data": { "manuals/input-mouse-and-touch": {}, "manuals/physics-joints": {}, @@ -248517,7 +248517,7 @@ [ "translations", { - "_index": 4567, + "_index": 6016, "data": { "assets/defglot": {}, "manuals/building-blocks": {} @@ -248528,7 +248528,7 @@ [ "translucency", { - "_index": 4441, + "_index": 321, "data": { "manuals/gui": {} }, @@ -248538,7 +248538,7 @@ [ "transmission", { - "_index": 8089, + "_index": 10414, "data": { "ref/stable/socket": {} }, @@ -248548,7 +248548,7 @@ [ "transmissions", { - "_index": 8158, + "_index": 10469, "data": { "ref/stable/socket": {} }, @@ -248558,7 +248558,7 @@ [ "transmit", { - "_index": 8099, + "_index": 9568, "data": { "ref/stable/socket": {}, "ref/stable/sys": {} @@ -248569,7 +248569,7 @@ [ "transmitted", { - "_index": 4091, + "_index": 4290, "data": { "manuals/profiling": {} }, @@ -248579,7 +248579,7 @@ [ "transparency", { - "_index": 6199, + "_index": 6140, "data": { "assets/adinfo": {}, "examples/particles/confetti": {}, @@ -248592,7 +248592,7 @@ [ "transparent", { - "_index": 2500, + "_index": 2869, "data": { "manuals/atlas": {}, "manuals/editor-scripts": {}, @@ -248605,7 +248605,7 @@ [ "transpilation", { - "_index": 6351, + "_index": 6662, "data": { "assets/teal": {} }, @@ -248615,7 +248615,7 @@ [ "transpile", { - "_index": 4289, + "_index": 3135, "data": { "manuals/writing-code": {} }, @@ -248625,7 +248625,7 @@ [ "transpiler", { - "_index": 4292, + "_index": 3138, "data": { "manuals/writing-code": {} }, @@ -248635,7 +248635,7 @@ [ "transpilers", { - "_index": 4291, + "_index": 3137, "data": { "manuals/writing-code": {} }, @@ -248645,7 +248645,7 @@ [ "transport", { - "_index": 8142, + "_index": 10453, "data": { "ref/stable/socket": {} }, @@ -248655,7 +248655,7 @@ [ "transpose", { - "_index": 7709, + "_index": 7395, "data": { "ref/stable/dmVMath": {} }, @@ -248665,7 +248665,7 @@ [ "transposed", { - "_index": 7677, + "_index": 7377, "data": { "ref/stable/dmVMath": {} }, @@ -248675,7 +248675,7 @@ [ "travels", { - "_index": 8379, + "_index": 7085, "data": { "ref/stable/vmath": {} }, @@ -248685,7 +248685,7 @@ [ "traversal", { - "_index": 6849, + "_index": 6947, "data": { "ref/stable/base": {}, "ref/stable/dmGameObject": {}, @@ -248697,7 +248697,7 @@ [ "traverse", { - "_index": 7935, + "_index": 8563, "data": { "ref/stable/base": {}, "ref/stable/render": {} @@ -248708,7 +248708,7 @@ [ "traversegetroot", { - "_index": 9652, + "_index": 9294, "data": { "ref/stable/dmGameObject": {} }, @@ -248718,7 +248718,7 @@ [ "traverseiteratechildren", { - "_index": 9653, + "_index": 9295, "data": { "ref/stable/dmGameObject": {} }, @@ -248728,7 +248728,7 @@ [ "traverseiteratenext", { - "_index": 9655, + "_index": 9297, "data": { "ref/stable/dmGameObject": {} }, @@ -248738,7 +248738,7 @@ [ "traverseiterateproperties", { - "_index": 9657, + "_index": 9298, "data": { "ref/stable/dmGameObject": {} }, @@ -248748,7 +248748,7 @@ [ "traverseiteratepropertiesnext", { - "_index": 9658, + "_index": 9299, "data": { "ref/stable/dmGameObject": {} }, @@ -248758,7 +248758,7 @@ [ "traversing", { - "_index": 9632, + "_index": 9272, "data": { "ref/stable/dmGameObject": {} }, @@ -248768,7 +248768,7 @@ [ "tray", { - "_index": 9709, + "_index": 7221, "data": { "ref/stable/window": {} }, @@ -248778,7 +248778,7 @@ [ "treasure", { - "_index": 2166, + "_index": 4490, "data": { "manuals/input-mouse-and-touch": {} }, @@ -248788,7 +248788,7 @@ [ "treat", { - "_index": 7770, + "_index": 8621, "data": { "ref/stable/bit": {} }, @@ -248798,7 +248798,7 @@ [ "treated", { - "_index": 3095, + "_index": 1302, "data": { "manuals/editor-scripts": {}, "manuals/editor-scripts-ui": {}, @@ -248814,7 +248814,7 @@ [ "treats", { - "_index": 5526, + "_index": 3851, "data": { "manuals/physics": {}, "ref/stable/bit": {}, @@ -248826,7 +248826,7 @@ [ "tree", { - "_index": 2561, + "_index": 193, "data": { "assets/daabbcc": {}, "assets/def-behavior-tree": {}, @@ -248849,7 +248849,7 @@ [ "trees", { - "_index": 2946, + "_index": 5273, "data": { "assets/def-behavior-tree": {}, "manuals/compute": {} @@ -248860,7 +248860,7 @@ [ "tremendously", { - "_index": 4323, + "_index": 5955, "data": { "manuals/design": {} }, @@ -248870,7 +248870,7 @@ [ "trenchbroom", { - "_index": 6723, + "_index": 6555, "data": { "assets/trenchbroom": {} }, @@ -248880,7 +248880,7 @@ [ "trenchfold", { - "_index": 6724, + "_index": 6556, "data": { "assets/trenchbroom": {} }, @@ -248890,7 +248890,7 @@ [ "triangle", { - "_index": 1033, + "_index": 1183, "data": { "manuals/flash": {}, "manuals/mesh": {}, @@ -248904,7 +248904,7 @@ [ "triangles", { - "_index": 4526, + "_index": 5646, "data": { "manuals/mesh": {}, "ref/stable/resource": {} @@ -248915,7 +248915,7 @@ [ "trickortreat", { - "_index": 6634, + "_index": 6557, "data": { "assets/trickortreat": {} }, @@ -248925,7 +248925,7 @@ [ "tried", { - "_index": 8472, + "_index": 9605, "data": { "ref/stable/sys": {} }, @@ -248935,7 +248935,7 @@ [ "tries", { - "_index": 3557, + "_index": 1652, "data": { "assets/apkx": {}, "manuals/message-passing": {}, @@ -248949,7 +248949,7 @@ [ "trigers", { - "_index": 6134, + "_index": 6224, "data": { "examples/timer/repeating_timer": {} }, @@ -248959,7 +248959,7 @@ [ "trigger", { - "_index": 533, + "_index": 1928, "data": { "examples/physics/trigger": {}, "examples/timer/trigger_timer": {}, @@ -248991,7 +248991,7 @@ [ "trigger_event", { - "_index": 5907, + "_index": 5687, "data": { "manuals/physics-events": {}, "ref/stable/physics": {} @@ -249002,7 +249002,7 @@ [ "trigger_response", { - "_index": 5456, + "_index": 2039, "data": { "manuals/physics-messages": {}, "ref/stable/physics": {} @@ -249013,7 +249013,7 @@ [ "triggered", { - "_index": 3939, + "_index": 1436, "data": { "examples/timer/cancel_timer": {}, "manuals/editor-scripts": {}, @@ -249028,7 +249028,7 @@ [ "triggering", { - "_index": 7148, + "_index": 7367, "data": { "ref/stable/physics": {}, "ref/stable/timer": {} @@ -249039,7 +249039,7 @@ [ "triggers", { - "_index": 1988, + "_index": 1009, "data": { "examples/timer/trigger_timer": {}, "manuals/collection-proxy": {}, @@ -249058,7 +249058,7 @@ [ "trim", { - "_index": 2499, + "_index": 2868, "data": { "manuals/atlas": {}, "manuals/editor-scripts": {} @@ -249069,7 +249069,7 @@ [ "trimmed", { - "_index": 10647, + "_index": 8799, "data": { "ref/stable/editor": {} }, @@ -249079,7 +249079,7 @@ [ "trimming", { - "_index": 2503, + "_index": 2870, "data": { "manuals/atlas": {} }, @@ -249089,7 +249089,7 @@ [ "tripe", { - "_index": 7359, + "_index": 10327, "data": { "ref/stable/resource": {} }, @@ -249099,7 +249099,7 @@ [ "triple", { - "_index": 2284, + "_index": 820, "data": { "manuals/html5": {} }, @@ -249109,7 +249109,7 @@ [ "troubleshooting", { - "_index": 4521, + "_index": 5669, "data": { "manuals/dev-app": {} }, @@ -249119,7 +249119,7 @@ [ "troublesome", { - "_index": 4275, + "_index": 5508, "data": { "manuals/debugging-native-code-android": {} }, @@ -249129,7 +249129,7 @@ [ "true", { - "_index": 697, + "_index": 866, "data": { "assets/truetilecollisions": {}, "manuals/collection-factory": {}, @@ -249201,7 +249201,7 @@ [ "truealignment", { - "_index": 10789, + "_index": 8944, "data": { "ref/stable/editor": {} }, @@ -249211,7 +249211,7 @@ [ "truestyle", { - "_index": 10751, + "_index": 8906, "data": { "ref/stable/editor": {} }, @@ -249221,7 +249221,7 @@ [ "truetilecollisions", { - "_index": 6390, + "_index": 6305, "data": { "assets/truetilecollisions": {} }, @@ -249231,7 +249231,7 @@ [ "truetype", { - "_index": 353, + "_index": 970, "data": { "manuals/font": {}, "manuals/glossary": {}, @@ -249243,7 +249243,7 @@ [ "truly", { - "_index": 4319, + "_index": 5952, "data": { "manuals/design": {} }, @@ -249253,7 +249253,7 @@ [ "truncated", { - "_index": 10064, + "_index": 7439, "data": { "ref/stable/dmArray": {}, "ref/stable/dmStringFunc": {}, @@ -249265,7 +249265,7 @@ [ "truncation", { - "_index": 10463, + "_index": 9679, "data": { "ref/stable/dmStringFunc": {} }, @@ -249275,7 +249275,7 @@ [ "trust", { - "_index": 4515, + "_index": 5663, "data": { "manuals/dev-app": {} }, @@ -249285,7 +249285,7 @@ [ "try", { - "_index": 1525, + "_index": 1868, "data": { "assets/scene3d": {}, "manuals/addressing": {}, @@ -249306,7 +249306,7 @@ [ "trying", { - "_index": 1590, + "_index": 3111, "data": { "manuals/optimization-speed": {}, "ref/stable/gui": {}, @@ -249318,7 +249318,7 @@ [ "trylock", { - "_index": 7627, + "_index": 6977, "data": { "ref/stable/dmMutex": {} }, @@ -249328,7 +249328,7 @@ [ "ts", { - "_index": 6520, + "_index": 6397, "data": { "assets/ts-defold": {} }, @@ -249338,7 +249338,7 @@ [ "ttl", { - "_index": 8124, + "_index": 10437, "data": { "ref/stable/socket": {} }, @@ -249348,7 +249348,7 @@ [ "tune", { - "_index": 10400, + "_index": 10619, "data": { "ref/stable/base": {} }, @@ -249358,7 +249358,7 @@ [ "tuned", { - "_index": 5525, + "_index": 3849, "data": { "manuals/physics": {} }, @@ -249368,7 +249368,7 @@ [ "tuning", { - "_index": 8108, + "_index": 10426, "data": { "ref/stable/socket": {} }, @@ -249378,7 +249378,7 @@ [ "tuple", { - "_index": 7703, + "_index": 7391, "data": { "ref/stable/dmVMath": {} }, @@ -249388,7 +249388,7 @@ [ "turn", { - "_index": 2260, + "_index": 787, "data": { "assets/photoshopguiexporter": {}, "manuals/building-blocks": {}, @@ -249404,7 +249404,7 @@ [ "turns", { - "_index": 4410, + "_index": 136, "data": { "manuals/gui": {}, "ref/stable/debug": {}, @@ -249417,7 +249417,7 @@ [ "tutorial", { - "_index": 385, + "_index": 3568, "data": { "assets/platformertutorial": {}, "assets/sidescrollertutorialfromscratch": {}, @@ -249430,7 +249430,7 @@ [ "tutorials", { - "_index": 3577, + "_index": 5596, "data": { "assets/tactxstudios": {}, "manuals/introduction": {} @@ -249441,7 +249441,7 @@ [ "tweak", { - "_index": 4097, + "_index": 3505, "data": { "manuals/glossary": {}, "manuals/profiling": {}, @@ -249455,7 +249455,7 @@ [ "tweakable", { - "_index": 6683, + "_index": 6567, "data": { "assets/kinematicwalker": {}, "assets/operator": {} @@ -249466,7 +249466,7 @@ [ "tweaked", { - "_index": 6195, + "_index": 6153, "data": { "examples/particles/fire_and_smoke": {} }, @@ -249476,7 +249476,7 @@ [ "tween", { - "_index": 513, + "_index": 4520, "data": { "assets/defold-tweener": {}, "manuals/model-animation": {} @@ -249487,7 +249487,7 @@ [ "tweener", { - "_index": 6393, + "_index": 6639, "data": { "assets/defold-tweener": {} }, @@ -249497,7 +249497,7 @@ [ "tweening", { - "_index": 3289, + "_index": 5092, "data": { "manuals/flash": {} }, @@ -249507,7 +249507,7 @@ [ "tweens", { - "_index": 3285, + "_index": 5090, "data": { "manuals/flash": {} }, @@ -249517,7 +249517,7 @@ [ "twice", { - "_index": 1189, + "_index": 2793, "data": { "manuals/shader": {} }, @@ -249527,7 +249527,7 @@ [ "twister", { - "_index": 6571, + "_index": 6466, "data": { "assets/sfmt": {} }, @@ -249537,7 +249537,7 @@ [ "two", { - "_index": 710, + "_index": 11, "data": { "examples/collection/splash": {}, "examples/factory/bullets": {}, @@ -249613,7 +249613,7 @@ [ "tx", { - "_index": 10663, + "_index": 8817, "data": { "ref/stable/editor": {} }, @@ -249623,7 +249623,7 @@ [ "txt", { - "_index": 2545, + "_index": 1667, "data": { "manuals/android": {}, "manuals/debugging-game-and-system-logs": {}, @@ -249638,7 +249638,7 @@ [ "type", { - "_index": 198, + "_index": 202, "data": { "assets/pp": {}, "examples/particles/confetti": {}, @@ -249730,7 +249730,7 @@ [ "type..>", { - "_index": 8662, + "_index": 8648, "data": { "ref/stable/dmSpinlock": {} }, @@ -249740,7 +249740,7 @@ [ "type:int32_t", { - "_index": 9592, + "_index": 9232, "data": { "ref/stable/dmGameObject": {} }, @@ -249750,7 +249750,7 @@ [ "type_bitmap", { - "_index": 5574, + "_index": 3877, "data": { "manuals/font": {} }, @@ -249760,7 +249760,7 @@ [ "type_luminance", { - "_index": 10900, + "_index": 10294, "data": { "ref/stable/image": {} }, @@ -249770,7 +249770,7 @@ [ "type_luminance_alpha", { - "_index": 10901, + "_index": 10295, "data": { "ref/stable/image": {} }, @@ -249780,7 +249780,7 @@ [ "type_rgb", { - "_index": 10902, + "_index": 10296, "data": { "ref/stable/image": {} }, @@ -249790,7 +249790,7 @@ [ "type_rgba", { - "_index": 10903, + "_index": 10297, "data": { "ref/stable/image": {} }, @@ -249800,7 +249800,7 @@ [ "typed", { - "_index": 3770, + "_index": 1909, "data": { "manuals/editor-scripts": {}, "manuals/input-key-and-text": {}, @@ -249812,7 +249812,7 @@ [ "typedef", { - "_index": 7622, + "_index": 6972, "data": { "ref/stable/dmBuffer": {}, "ref/stable/dmConditionVariable": {}, @@ -249827,7 +249827,7 @@ [ "typeerror", { - "_index": 2207, + "_index": 665, "data": { "manuals/html5": {} }, @@ -249837,7 +249837,7 @@ [ "typeface", { - "_index": 5592, + "_index": 3900, "data": { "manuals/font": {} }, @@ -249847,7 +249847,7 @@ [ "types", { - "_index": 347, + "_index": 574, "data": { "examples/factory/dynamic": {}, "examples/gui/progress": {}, @@ -249889,7 +249889,7 @@ [ "types.is_hash", { - "_index": 10620, + "_index": 10662, "data": { "ref/stable/types": {} }, @@ -249899,7 +249899,7 @@ [ "types.is_matrix4", { - "_index": 10622, + "_index": 10664, "data": { "ref/stable/types": {} }, @@ -249909,7 +249909,7 @@ [ "types.is_quat", { - "_index": 10624, + "_index": 10666, "data": { "ref/stable/types": {} }, @@ -249919,7 +249919,7 @@ [ "types.is_url", { - "_index": 10626, + "_index": 10668, "data": { "ref/stable/types": {} }, @@ -249929,7 +249929,7 @@ [ "types.is_vector", { - "_index": 10628, + "_index": 10670, "data": { "ref/stable/types": {} }, @@ -249939,7 +249939,7 @@ [ "types.is_vector3", { - "_index": 10630, + "_index": 10672, "data": { "ref/stable/types": {} }, @@ -249949,7 +249949,7 @@ [ "types.is_vector4", { - "_index": 10632, + "_index": 10674, "data": { "ref/stable/types": {} }, @@ -249959,7 +249959,7 @@ [ "typescript", { - "_index": 6521, + "_index": 6398, "data": { "assets/ts-defold": {} }, @@ -249969,7 +249969,7 @@ [ "typewriter", { - "_index": 6716, + "_index": 6603, "data": { "assets/defold-typewriter": {} }, @@ -249979,7 +249979,7 @@ [ "typical", { - "_index": 648, + "_index": 395, "data": { "manuals/application-security": {}, "manuals/collection-factory": {}, @@ -249993,7 +249993,7 @@ [ "typically", { - "_index": 1018, + "_index": 2114, "data": { "manuals/ads": {}, "manuals/building-blocks": {}, @@ -250015,7 +250015,7 @@ [ "typing", { - "_index": 3914, + "_index": 1393, "data": { "assets/defold-mobilehtml5-typing": {}, "manuals/editor-scripts": {}, @@ -250029,7 +250029,7 @@ [ "u", { - "_index": 4009, + "_index": 1564, "data": { "manuals/bob": {}, "manuals/editor-scripts-ui": {}, @@ -250041,7 +250041,7 @@ [ "u.s", { - "_index": 3500, + "_index": 3048, "data": { "manuals/ios": {} }, @@ -250051,7 +250051,7 @@ [ "u0", { - "_index": 7351, + "_index": 10319, "data": { "ref/stable/resource": {} }, @@ -250061,7 +250061,7 @@ [ "u1", { - "_index": 7353, + "_index": 10321, "data": { "ref/stable/resource": {} }, @@ -250071,7 +250071,7 @@ [ "u_wrap", { - "_index": 7837, + "_index": 8490, "data": { "ref/stable/render": {} }, @@ -250081,7 +250081,7 @@ [ "udid", { - "_index": 3405, + "_index": 2938, "data": { "manuals/dev-app": {}, "manuals/ios": {} @@ -250092,7 +250092,7 @@ [ "udp", { - "_index": 5964, + "_index": 3582, "data": { "manuals/socket-connections": {}, "ref/stable/socket": {} @@ -250103,7 +250103,7 @@ [ "udp6", { - "_index": 8255, + "_index": 10558, "data": { "ref/stable/socket": {} }, @@ -250113,7 +250113,7 @@ [ "ui", { - "_index": 1835, + "_index": 449, "data": { "assets/defold-cairo": {}, "assets/druid": {}, @@ -250138,7 +250138,7 @@ [ "ui/ux", { - "_index": 6396, + "_index": 6590, "data": { "assets/define": {} }, @@ -250148,7 +250148,7 @@ [ "uiapplicationdelegate", { - "_index": 8031, + "_index": 9821, "data": { "ref/stable/dmExtension": {} }, @@ -250158,7 +250158,7 @@ [ "uikit", { - "_index": 1313, + "_index": 4673, "data": { "manuals/extensions-ext-manifests": {} }, @@ -250168,7 +250168,7 @@ [ "uint16_t", { - "_index": 9523, + "_index": 8993, "data": { "ref/stable/dmConnectionPool": {}, "ref/stable/dmGameObject": {}, @@ -250180,7 +250180,7 @@ [ "uint32_t", { - "_index": 6884, + "_index": 6763, "data": { "ref/stable/dmArray": {}, "ref/stable/dmBuffer": {}, @@ -250208,7 +250208,7 @@ [ "uint32_t:2", { - "_index": 7511, + "_index": 10884, "data": { "ref/stable/dmRender": {} }, @@ -250218,7 +250218,7 @@ [ "uint32_t:4", { - "_index": 7509, + "_index": 10882, "data": { "ref/stable/dmRender": {} }, @@ -250228,7 +250228,7 @@ [ "uint32_t:8", { - "_index": 7513, + "_index": 10886, "data": { "ref/stable/dmRender": {} }, @@ -250238,7 +250238,7 @@ [ "uint64_t", { - "_index": 7508, + "_index": 6766, "data": { "ref/stable/dmGraphics": {}, "ref/stable/dmHash": {}, @@ -250255,7 +250255,7 @@ [ "uint8_t", { - "_index": 7196, + "_index": 6923, "data": { "ref/stable/dmBuffer": {}, "ref/stable/dmCrypt": {}, @@ -250268,7 +250268,7 @@ [ "uis", { - "_index": 3907, + "_index": 1384, "data": { "manuals/editor-scripts-ui": {} }, @@ -250278,7 +250278,7 @@ [ "uiview", { - "_index": 10204, + "_index": 6804, "data": { "ref/stable/dmGraphics": {} }, @@ -250288,7 +250288,7 @@ [ "uiwindow", { - "_index": 10207, + "_index": 6807, "data": { "ref/stable/dmGraphics": {} }, @@ -250298,7 +250298,7 @@ [ "ump", { - "_index": 6676, + "_index": 6587, "data": { "assets/ump": {} }, @@ -250308,7 +250308,7 @@ [ "un", { - "_index": 7355, + "_index": 10323, "data": { "ref/stable/resource": {} }, @@ -250318,7 +250318,7 @@ [ "unable", { - "_index": 4522, + "_index": 5670, "data": { "manuals/dev-app": {}, "ref/stable/sys": {} @@ -250329,7 +250329,7 @@ [ "unacceptable", { - "_index": 2306, + "_index": 851, "data": { "manuals/html5": {} }, @@ -250339,7 +250339,7 @@ [ "unaffected", { - "_index": 8924, + "_index": 10104, "data": { "ref/stable/b2d.body": {} }, @@ -250349,7 +250349,7 @@ [ "unarmed", { - "_index": 2595, + "_index": 4310, "data": { "manuals/factory": {} }, @@ -250359,7 +250359,7 @@ [ "unavailable", { - "_index": 5167, + "_index": 5374, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -250370,7 +250370,7 @@ [ "unbind", { - "_index": 2973, + "_index": 5287, "data": { "manuals/compute": {} }, @@ -250380,7 +250380,7 @@ [ "unblocks", { - "_index": 9412, + "_index": 9835, "data": { "ref/stable/dmConditionVariable": {} }, @@ -250390,7 +250390,7 @@ [ "unchanged", { - "_index": 4002, + "_index": 1553, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/dmScript": {}, @@ -250402,7 +250402,7 @@ [ "uncheck", { - "_index": 177, + "_index": 1210, "data": { "manuals/particlefx": {}, "manuals/physics-shapes": {} @@ -250413,7 +250413,7 @@ [ "unchecked", { - "_index": 705, + "_index": 272, "data": { "examples/gui/color": {}, "manuals/collection-factory": {}, @@ -250428,7 +250428,7 @@ [ "uncommitted", { - "_index": 5250, + "_index": 5456, "data": { "manuals/editor-scripts": {} }, @@ -250438,7 +250438,7 @@ [ "uncompressed", { - "_index": 4199, + "_index": 3238, "data": { "manuals/bob": {} }, @@ -250448,7 +250448,7 @@ [ "unconnected", { - "_index": 8128, + "_index": 10440, "data": { "ref/stable/socket": {} }, @@ -250458,7 +250458,7 @@ [ "unconnected:close", { - "_index": 8256, + "_index": 10559, "data": { "ref/stable/socket": {} }, @@ -250468,7 +250468,7 @@ [ "unconnected:getoption", { - "_index": 8257, + "_index": 10560, "data": { "ref/stable/socket": {} }, @@ -250478,7 +250478,7 @@ [ "unconnected:getsockname", { - "_index": 8259, + "_index": 10562, "data": { "ref/stable/socket": {} }, @@ -250488,7 +250488,7 @@ [ "unconnected:receive", { - "_index": 8260, + "_index": 10563, "data": { "ref/stable/socket": {} }, @@ -250498,7 +250498,7 @@ [ "unconnected:receivefrom", { - "_index": 8261, + "_index": 10564, "data": { "ref/stable/socket": {} }, @@ -250508,7 +250508,7 @@ [ "unconnected:sendto", { - "_index": 8262, + "_index": 10565, "data": { "ref/stable/socket": {} }, @@ -250518,7 +250518,7 @@ [ "unconnected:setoption", { - "_index": 8258, + "_index": 10561, "data": { "ref/stable/socket": {} }, @@ -250528,7 +250528,7 @@ [ "unconnected:setpeername", { - "_index": 8263, + "_index": 10566, "data": { "ref/stable/socket": {} }, @@ -250538,7 +250538,7 @@ [ "unconnected:setsockname", { - "_index": 8264, + "_index": 10567, "data": { "ref/stable/socket": {} }, @@ -250548,7 +250548,7 @@ [ "unconnected:settimeout", { - "_index": 8265, + "_index": 10568, "data": { "ref/stable/socket": {} }, @@ -250558,7 +250558,7 @@ [ "undefined", { - "_index": 5380, + "_index": 5920, "data": { "manuals/components": {}, "ref/stable/base": {}, @@ -250571,7 +250571,7 @@ [ "under", { - "_index": 426, + "_index": 203, "data": { "assets/editor-script-align": {}, "assets/editor-script-distribute": {}, @@ -250603,7 +250603,7 @@ [ "underling", { - "_index": 8095, + "_index": 10416, "data": { "ref/stable/socket": {} }, @@ -250613,7 +250613,7 @@ [ "underlying", { - "_index": 3632, + "_index": 1714, "data": { "assets/luafilesystemlfs": {}, "manuals/render": {}, @@ -250629,7 +250629,7 @@ [ "underscore", { - "_index": 7283, + "_index": 9331, "data": { "ref/stable/package": {} }, @@ -250639,7 +250639,7 @@ [ "understand", { - "_index": 3596, + "_index": 440, "data": { "manuals/addressing": {}, "manuals/gui": {}, @@ -250653,7 +250653,7 @@ [ "understandable", { - "_index": 3808, + "_index": 4377, "data": { "manuals/version-control": {} }, @@ -250663,7 +250663,7 @@ [ "understanding", { - "_index": 1515, + "_index": 2079, "data": { "manuals/optimization-size": {}, "manuals/optimization-speed": {} @@ -250674,7 +250674,7 @@ [ "undo", { - "_index": 3788, + "_index": 4361, "data": { "manuals/editor-scripts": {}, "manuals/version-control": {} @@ -250685,7 +250685,7 @@ [ "undoable", { - "_index": 5195, + "_index": 5403, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -250696,7 +250696,7 @@ [ "undone", { - "_index": 5293, + "_index": 5495, "data": { "manuals/editor-scripts": {} }, @@ -250706,7 +250706,7 @@ [ "unencrypted", { - "_index": 4200, + "_index": 3239, "data": { "manuals/bob": {} }, @@ -250716,7 +250716,7 @@ [ "unexpected", { - "_index": 5850, + "_index": 4546, "data": { "manuals/glossary": {}, "ref/stable/resource": {} @@ -250727,7 +250727,7 @@ [ "unforeseen", { - "_index": 8563, + "_index": 10168, "data": { "ref/stable/http": {} }, @@ -250737,7 +250737,7 @@ [ "unfortunately", { - "_index": 1986, + "_index": 748, "data": { "manuals/html5": {}, "manuals/input": {} @@ -250748,7 +250748,7 @@ [ "unicode", { - "_index": 7150, + "_index": 9413, "data": { "ref/stable/dmHid": {} }, @@ -250758,7 +250758,7 @@ [ "unified", { - "_index": 6459, + "_index": 6274, "data": { "assets/defbuild": {}, "assets/iac": {}, @@ -250770,7 +250770,7 @@ [ "uniform", { - "_index": 183, + "_index": 951, "data": { "manuals/compute": {}, "manuals/factory": {}, @@ -250796,7 +250796,7 @@ [ "uniformally", { - "_index": 9107, + "_index": 7559, "data": { "ref/stable/gui": {} }, @@ -250806,7 +250806,7 @@ [ "uniformly", { - "_index": 3148, + "_index": 1112, "data": { "manuals/editor": {}, "manuals/particlefx": {} @@ -250817,7 +250817,7 @@ [ "uniforms", { - "_index": 900, + "_index": 2622, "data": { "examples/material/screenspace": {}, "manuals/compute": {}, @@ -250831,7 +250831,7 @@ [ "uninitialized", { - "_index": 7600, + "_index": 7344, "data": { "ref/stable/collectionproxy": {}, "ref/stable/dmMemory": {}, @@ -250843,7 +250843,7 @@ [ "uninstall", { - "_index": 6693, + "_index": 6273, "data": { "assets/defbuild": {} }, @@ -250853,7 +250853,7 @@ [ "uninstall/install", { - "_index": 4721, + "_index": 4702, "data": { "manuals/bundling": {} }, @@ -250863,7 +250863,7 @@ [ "uninterrupted", { - "_index": 2870, + "_index": 4219, "data": { "manuals/application-security": {} }, @@ -250873,7 +250873,7 @@ [ "union", { - "_index": 9629, + "_index": 9269, "data": { "ref/stable/dmGameObject": {} }, @@ -250883,7 +250883,7 @@ [ "unique", { - "_index": 779, + "_index": 248, "data": { "manuals/addressing": {}, "manuals/caching-assets": {}, @@ -250908,7 +250908,7 @@ [ "uniquely", { - "_index": 3703, + "_index": 1817, "data": { "assets/googleanalyticsforfirebase": {}, "manuals/addressing": {}, @@ -250921,7 +250921,7 @@ [ "uniqueness", { - "_index": 9365, + "_index": 7884, "data": { "ref/stable/gui": {} }, @@ -250931,7 +250931,7 @@ [ "uniquevariable12345", { - "_index": 2688, + "_index": 5724, "data": { "manuals/modules": {} }, @@ -250941,7 +250941,7 @@ [ "unison", { - "_index": 3235, + "_index": 5055, "data": { "manuals/flash": {} }, @@ -250951,7 +250951,7 @@ [ "unit", { - "_index": 2164, + "_index": 1192, "data": { "assets/deftest": {}, "examples/material/noise": {}, @@ -250974,7 +250974,7 @@ [ "united", { - "_index": 3498, + "_index": 3045, "data": { "manuals/ios": {} }, @@ -250984,7 +250984,7 @@ [ "units", { - "_index": 2494, + "_index": 570, "data": { "manuals/atlas": {}, "manuals/gui": {}, @@ -251001,7 +251001,7 @@ [ "units/s", { - "_index": 7043, + "_index": 7455, "data": { "ref/stable/physics": {} }, @@ -251011,7 +251011,7 @@ [ "unity", { - "_index": 5755, + "_index": 2270, "data": { "assets/adswrapper": {}, "manuals/ads": {} @@ -251022,7 +251022,7 @@ [ "unityads", { - "_index": 6278, + "_index": 6722, "data": { "assets/defvideoads": {} }, @@ -251032,7 +251032,7 @@ [ "universal", { - "_index": 572, + "_index": 1083, "data": { "assets/deployer": {}, "manuals/app-manifest": {}, @@ -251046,7 +251046,7 @@ [ "unix", { - "_index": 7269, + "_index": 9318, "data": { "ref/stable/package": {}, "ref/stable/socket": {} @@ -251057,7 +251057,7 @@ [ "unknown", { - "_index": 5412, + "_index": 6063, "data": { "manuals/android": {} }, @@ -251067,7 +251067,7 @@ [ "unknown_", { - "_index": 5698, + "_index": 3532, "data": { "manuals/sound": {} }, @@ -251077,7 +251077,7 @@ [ "unless", { - "_index": 2130, + "_index": 3247, "data": { "examples/gui/color": {}, "manuals/bob": {}, @@ -251093,7 +251093,7 @@ [ "unlike", { - "_index": 3315, + "_index": 1431, "data": { "manuals/editor-scripts-ui": {}, "manuals/flash": {}, @@ -251107,7 +251107,7 @@ [ "unlikely", { - "_index": 8067, + "_index": 10392, "data": { "ref/stable/socket": {} }, @@ -251117,7 +251117,7 @@ [ "unlimited", { - "_index": 6269, + "_index": 6413, "data": { "assets/googleanalyticsforfirebase": {} }, @@ -251127,7 +251127,7 @@ [ "unlink", { - "_index": 7549, + "_index": 9702, "data": { "ref/stable/dmSys": {} }, @@ -251137,7 +251137,7 @@ [ "unlinked", { - "_index": 7536, + "_index": 9690, "data": { "ref/stable/dmSys": {} }, @@ -251147,7 +251147,7 @@ [ "unlit", { - "_index": 6242, + "_index": 6233, "data": { "examples/material/unlit": {} }, @@ -251157,7 +251157,7 @@ [ "unload", { - "_index": 729, + "_index": 2543, "data": { "manuals/application-lifecycle": {}, "manuals/collection-factory": {}, @@ -251172,7 +251172,7 @@ [ "unloaded", { - "_index": 5563, + "_index": 5720, "data": { "manuals/application-lifecycle": {}, "manuals/resource": {}, @@ -251186,7 +251186,7 @@ [ "unloading", { - "_index": 5557, + "_index": 5714, "data": { "examples/collection/proxy": {}, "examples/collection/splash": {}, @@ -251199,7 +251199,7 @@ [ "unlock", { - "_index": 7617, + "_index": 6966, "data": { "ref/stable/dmMutex": {}, "ref/stable/dmSpinlock": {} @@ -251210,7 +251210,7 @@ [ "unlockable", { - "_index": 5659, + "_index": 2176, "data": { "manuals/optimization-size": {} }, @@ -251220,7 +251220,7 @@ [ "unlocked", { - "_index": 7624, + "_index": 6974, "data": { "ref/stable/dmMutex": {} }, @@ -251230,7 +251230,7 @@ [ "unlocks", { - "_index": 9701, + "_index": 7213, "data": { "ref/stable/window": {} }, @@ -251240,7 +251240,7 @@ [ "unmap", { - "_index": 10325, + "_index": 6934, "data": { "ref/stable/dmGraphics": {} }, @@ -251250,7 +251250,7 @@ [ "unmount", { - "_index": 5779, + "_index": 3939, "data": { "manuals/live-update-scripting": {} }, @@ -251260,7 +251260,7 @@ [ "unnecessarily", { - "_index": 1768, + "_index": 4882, "data": { "manuals/porting-guidelines": {} }, @@ -251270,7 +251270,7 @@ [ "unnecessary", { - "_index": 4014, + "_index": 1572, "data": { "manuals/editor-scripts-ui": {}, "manuals/font": {}, @@ -251282,7 +251282,7 @@ [ "unofficial", { - "_index": 6378, + "_index": 6641, "data": { "assets/sentinel": {} }, @@ -251292,7 +251292,7 @@ [ "unpack", { - "_index": 5932, + "_index": 5711, "data": { "manuals/physics-events": {}, "ref/stable/base": {} @@ -251303,7 +251303,7 @@ [ "unpacked", { - "_index": 4977, + "_index": 4782, "data": { "manuals/extensions": {} }, @@ -251313,7 +251313,7 @@ [ "unpredictable", { - "_index": 5278, + "_index": 5484, "data": { "manuals/editor-scripts": {}, "ref/stable/io": {} @@ -251324,7 +251324,7 @@ [ "unrecoverable", { - "_index": 7018, + "_index": 7413, "data": { "ref/stable/dmLog": {} }, @@ -251334,7 +251334,7 @@ [ "unref", { - "_index": 8817, + "_index": 10812, "data": { "ref/stable/dmScript": {} }, @@ -251344,7 +251344,7 @@ [ "unreference", { - "_index": 9550, + "_index": 9188, "data": { "ref/stable/dmGameObject": {} }, @@ -251354,7 +251354,7 @@ [ "unrefininstance", { - "_index": 8838, + "_index": 10830, "data": { "ref/stable/dmScript": {} }, @@ -251364,7 +251364,7 @@ [ "unregistered", { - "_index": 6906, + "_index": 8406, "data": { "ref/stable/dmResource": {} }, @@ -251374,7 +251374,7 @@ [ "unregistering", { - "_index": 8017, + "_index": 9808, "data": { "ref/stable/dmExtension": {} }, @@ -251384,7 +251384,7 @@ [ "unregisteriosuiapplicationdelegate", { - "_index": 8044, + "_index": 9832, "data": { "ref/stable/dmExtension": {} }, @@ -251394,7 +251394,7 @@ [ "unregisteronactivitycreatelistener", { - "_index": 7643, + "_index": 8003, "data": { "ref/stable/dmAndroid": {} }, @@ -251404,7 +251404,7 @@ [ "unregisteronactivityresultlistener", { - "_index": 7647, + "_index": 8007, "data": { "ref/stable/dmAndroid": {} }, @@ -251414,7 +251414,7 @@ [ "unregisters", { - "_index": 7025, + "_index": 7420, "data": { "ref/stable/dmAndroid": {}, "ref/stable/dmLog": {} @@ -251425,7 +251425,7 @@ [ "unrelated", { - "_index": 2386, + "_index": 4932, "data": { "manuals/getting-help": {} }, @@ -251435,7 +251435,7 @@ [ "unreliable", { - "_index": 2239, + "_index": 741, "data": { "manuals/html5": {} }, @@ -251445,7 +251445,7 @@ [ "unsaved", { - "_index": 10659, + "_index": 8813, "data": { "ref/stable/editor": {} }, @@ -251455,7 +251455,7 @@ [ "unscaled", { - "_index": 4709, + "_index": 2245, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/properties": {}, @@ -251467,7 +251467,7 @@ [ "unsent", { - "_index": 8097, + "_index": 10418, "data": { "ref/stable/socket": {} }, @@ -251477,7 +251477,7 @@ [ "unset", { - "_index": 4494, + "_index": 610, "data": { "manuals/gui": {} }, @@ -251487,7 +251487,7 @@ [ "unsigned", { - "_index": 5348, + "_index": 5830, "data": { "manuals/macos": {}, "ref/stable/base": {}, @@ -251502,7 +251502,7 @@ [ "unspecified", { - "_index": 6812, + "_index": 9737, "data": { "ref/stable/liveupdate": {} }, @@ -251512,7 +251512,7 @@ [ "unstripped", { - "_index": 4264, + "_index": 4986, "data": { "manuals/debugging-native-code": {}, "manuals/debugging-native-code-android": {} @@ -251523,7 +251523,7 @@ [ "unsuccessful", { - "_index": 8804, + "_index": 7799, "data": { "ref/stable/collectionproxy": {}, "ref/stable/dmGui": {}, @@ -251536,7 +251536,7 @@ [ "untick", { - "_index": 3438, + "_index": 2979, "data": { "manuals/ios": {} }, @@ -251546,7 +251546,7 @@ [ "until", { - "_index": 1776, + "_index": 1649, "data": { "manuals/debugging-game-logic": {}, "manuals/flipbook-animation": {}, @@ -251580,7 +251580,7 @@ [ "untitled.lua", { - "_index": 4983, + "_index": 2443, "data": { "manuals/zerobrane": {} }, @@ -251590,7 +251590,7 @@ [ "unused", { - "_index": 2864, + "_index": 2085, "data": { "manuals/application-security": {}, "manuals/optimization-size": {}, @@ -251603,7 +251603,7 @@ [ "unused_args", { - "_index": 4300, + "_index": 3149, "data": { "manuals/writing-code": {} }, @@ -251613,7 +251613,7 @@ [ "unwrap", { - "_index": 4837, + "_index": 4819, "data": { "manuals/importing-models": {} }, @@ -251623,7 +251623,7 @@ [ "unzip", { - "_index": 4805, + "_index": 4897, "data": { "manuals/debugging-native-code": {}, "manuals/debugging-native-code-ios": {} @@ -251634,7 +251634,7 @@ [ "up", { - "_index": 441, + "_index": 521, "data": { "assets/crowd-runner-defold": {}, "assets/editor-script-cleanup": {}, @@ -251716,7 +251716,7 @@ [ "up/down", { - "_index": 2455, + "_index": 520, "data": { "manuals/atlas": {}, "manuals/gui": {} @@ -251727,7 +251727,7 @@ [ "update", { - "_index": 568, + "_index": 1010, "data": { "assets/firebase-remoteconfig": {}, "assets/reszip": {}, @@ -251786,7 +251786,7 @@ [ "update_camera", { - "_index": 3689, + "_index": 1789, "data": { "manuals/render": {} }, @@ -251796,7 +251796,7 @@ [ "update_clear_color", { - "_index": 3681, + "_index": 1782, "data": { "manuals/render": {} }, @@ -251806,7 +251806,7 @@ [ "update_mass", { - "_index": 7133, + "_index": 7540, "data": { "ref/stable/physics": {} }, @@ -251816,7 +251816,7 @@ [ "update_minimap", { - "_index": 3544, + "_index": 1620, "data": { "manuals/message-passing": {} }, @@ -251826,7 +251826,7 @@ [ "update_result_ok", { - "_index": 9469, + "_index": 9105, "data": { "ref/stable/dmGameObject": {} }, @@ -251836,7 +251836,7 @@ [ "update_score", { - "_index": 3529, + "_index": 1587, "data": { "manuals/message-passing": {} }, @@ -251846,7 +251846,7 @@ [ "update_state", { - "_index": 3630, + "_index": 1712, "data": { "manuals/render": {} }, @@ -251856,7 +251856,7 @@ [ "updatecontentversion", { - "_index": 10568, + "_index": 10611, "data": { "ref/stable/dmBuffer": {} }, @@ -251866,7 +251866,7 @@ [ "updatecontext", { - "_index": 9659, + "_index": 9300, "data": { "ref/stable/dmGameObject": {} }, @@ -251876,7 +251876,7 @@ [ "updated", { - "_index": 3310, + "_index": 1306, "data": { "manuals/android": {}, "manuals/building-blocks": {}, @@ -251898,7 +251898,7 @@ [ "updated/changed", { - "_index": 7110, + "_index": 7519, "data": { "ref/stable/physics": {} }, @@ -251908,7 +251908,7 @@ [ "updater", { - "_index": 3984, + "_index": 1523, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -251919,7 +251919,7 @@ [ "updateresult", { - "_index": 9470, + "_index": 9106, "data": { "ref/stable/dmGameObject": {} }, @@ -251929,7 +251929,7 @@ [ "updates", { - "_index": 2225, + "_index": 717, "data": { "assets/editor-script-check-dependencies-versions": {}, "assets/firebase-remoteconfig": {}, @@ -251955,7 +251955,7 @@ [ "updatetransform", { - "_index": 1605, + "_index": 3119, "data": { "manuals/optimization-speed": {} }, @@ -251965,7 +251965,7 @@ [ "updating", { - "_index": 3970, + "_index": 1493, "data": { "assets/rustore-appupdate": {}, "manuals/editor": {}, @@ -251983,7 +251983,7 @@ [ "upgraded", { - "_index": 4524, + "_index": 5672, "data": { "manuals/dev-app": {} }, @@ -251993,7 +251993,7 @@ [ "upload", { - "_index": 423, + "_index": 649, "data": { "manuals/android": {}, "manuals/bob": {}, @@ -252018,7 +252018,7 @@ [ "upload.zip", { - "_index": 4168, + "_index": 3198, "data": { "manuals/bob": {} }, @@ -252028,7 +252028,7 @@ [ "uploaded", { - "_index": 5438, + "_index": 2388, "data": { "manuals/android": {}, "manuals/hot-reload": {}, @@ -252040,7 +252040,7 @@ [ "uploading", { - "_index": 415, + "_index": 2196, "data": { "manuals/debugging-native-code": {}, "manuals/ios": {}, @@ -252053,7 +252053,7 @@ [ "upon", { - "_index": 1782, + "_index": 817, "data": { "manuals/html5": {}, "manuals/live-update-scripting": {}, @@ -252068,7 +252068,7 @@ [ "upper", { - "_index": 1749, + "_index": 4875, "data": { "manuals/porting-guidelines": {}, "ref/stable/base": {}, @@ -252084,7 +252084,7 @@ [ "uppercase", { - "_index": 4010, + "_index": 1565, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/bit": {}, @@ -252096,7 +252096,7 @@ [ "upscaled", { - "_index": 4688, + "_index": 2214, "data": { "manuals/adapting-graphics-to-screen-size": {} }, @@ -252106,7 +252106,7 @@ [ "upscaling", { - "_index": 5583, + "_index": 3889, "data": { "manuals/font": {} }, @@ -252116,7 +252116,7 @@ [ "upside", { - "_index": 6203, + "_index": 6160, "data": { "examples/particles/fire_and_smoke": {} }, @@ -252126,7 +252126,7 @@ [ "upstream", { - "_index": 5504, + "_index": 3664, "data": { "manuals/extensions-best-practices": {} }, @@ -252136,7 +252136,7 @@ [ "uptime", { - "_index": 6283, + "_index": 6505, "data": { "assets/uptime": {} }, @@ -252146,7 +252146,7 @@ [ "upvalue", { - "_index": 6988, + "_index": 9502, "data": { "ref/stable/debug": {} }, @@ -252156,7 +252156,7 @@ [ "upvalues", { - "_index": 10104, + "_index": 7098, "data": { "ref/stable/string": {} }, @@ -252166,7 +252166,7 @@ [ "upwards", { - "_index": 5072, + "_index": 5174, "data": { "examples/movement/look_rotation": {}, "examples/particles/confetti": {}, @@ -252178,7 +252178,7 @@ [ "uri", { - "_index": 5805, + "_index": 3969, "data": { "manuals/live-update-scripting": {}, "ref/stable/dmMessage": {}, @@ -252191,7 +252191,7 @@ [ "uris", { - "_index": 2093, + "_index": 1085, "data": { "manuals/extensions-defold-sdk": {} }, @@ -252201,7 +252201,7 @@ [ "url", { - "_index": 694, + "_index": 849, "data": { "manuals/addressing": {}, "manuals/bob": {}, @@ -252251,7 +252251,7 @@ [ "url_a", { - "_index": 5924, + "_index": 5703, "data": { "manuals/physics-events": {} }, @@ -252261,7 +252261,7 @@ [ "url_b", { - "_index": 5926, + "_index": 5705, "data": { "manuals/physics-events": {} }, @@ -252271,7 +252271,7 @@ [ "urls", { - "_index": 1575, + "_index": 3106, "data": { "manuals/optimization-speed": {}, "ref/stable/camera": {} @@ -252282,7 +252282,7 @@ [ "urltostring", { - "_index": 8839, + "_index": 10831, "data": { "ref/stable/dmScript": {} }, @@ -252292,7 +252292,7 @@ [ "us", { - "_index": 1585, + "_index": 1700, "data": { "manuals/android": {}, "manuals/input": {}, @@ -252306,7 +252306,7 @@ [ "usage", { - "_index": 18, + "_index": 2189, "data": { "assets/asefold": {}, "assets/webgl-memory": {}, @@ -252336,7 +252336,7 @@ [ "usb", { - "_index": 4512, + "_index": 5660, "data": { "manuals/android": {}, "manuals/dev-app": {} @@ -252347,7 +252347,7 @@ [ "use", { - "_index": 29, + "_index": 256, "data": { "assets/adinfo": {}, "assets/adswrapper": {}, @@ -252509,7 +252509,7 @@ [ "use_", { - "_index": 3953, + "_index": 1461, "data": { "manuals/editor-scripts-ui": {} }, @@ -252519,7 +252519,7 @@ [ "use_fixed_fit_projection", { - "_index": 4707, + "_index": 2242, "data": { "manuals/adapting-graphics-to-screen-size": {} }, @@ -252529,7 +252529,7 @@ [ "use_fixed_projection", { - "_index": 4697, + "_index": 2227, "data": { "manuals/adapting-graphics-to-screen-size": {} }, @@ -252539,7 +252539,7 @@ [ "use_frustum", { - "_index": 7906, + "_index": 8542, "data": { "ref/stable/render": {} }, @@ -252549,7 +252549,7 @@ [ "use_memo", { - "_index": 3977, + "_index": 1516, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -252560,7 +252560,7 @@ [ "use_state", { - "_index": 3962, + "_index": 1477, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -252571,7 +252571,7 @@ [ "used", { - "_index": 162, + "_index": 102, "data": { "assets/adinfo": {}, "assets/resource-encryption": {}, @@ -252706,7 +252706,7 @@ [ "useful", { - "_index": 502, + "_index": 832, "data": { "assets/defold-cognito": {}, "assets/deftable": {}, @@ -252748,7 +252748,7 @@ [ "user", { - "_index": 1239, + "_index": 915, "data": { "assets/adinfo": {}, "assets/dear-imgui": {}, @@ -252816,7 +252816,7 @@ [ "user"", { - "_index": 10143, + "_index": 7149, "data": { "ref/stable/string": {} }, @@ -252826,7 +252826,7 @@ [ "user's", { - "_index": 2812, + "_index": 4174, "data": { "assets/fontscale": {}, "assets/ump": {}, @@ -252840,7 +252840,7 @@ [ "user.script", { - "_index": 6009, + "_index": 2366, "data": { "manuals/hot-reload": {} }, @@ -252850,7 +252850,7 @@ [ "user_agent", { - "_index": 8460, + "_index": 9592, "data": { "ref/stable/sys": {} }, @@ -252860,7 +252860,7 @@ [ "user_data", { - "_index": 7226, + "_index": 9078, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmHttpClient": {} @@ -252871,7 +252871,7 @@ [ "user_id", { - "_index": 1687, + "_index": 4853, "data": { "manuals/porting-guidelines": {} }, @@ -252881,7 +252881,7 @@ [ "usercentrics", { - "_index": 6710, + "_index": 6300, "data": { "assets/def_usercentrics": {} }, @@ -252891,7 +252891,7 @@ [ "userdata", { - "_index": 5159, + "_index": 5366, "data": { "manuals/editor-scripts": {}, "ref/stable/base": {}, @@ -252904,7 +252904,7 @@ [ "userdatas", { - "_index": 3858, + "_index": 1300, "data": { "manuals/editor-scripts-ui": {} }, @@ -252914,7 +252914,7 @@ [ "userfield_max", { - "_index": 9963, + "_index": 8703, "data": { "ref/stable/crash": {} }, @@ -252924,7 +252924,7 @@ [ "userfield_size", { - "_index": 9965, + "_index": 8705, "data": { "ref/stable/crash": {} }, @@ -252934,7 +252934,7 @@ [ "username", { - "_index": 3065, + "_index": 1566, "data": { "manuals/bob": {}, "manuals/editor": {}, @@ -252949,7 +252949,7 @@ [ "username**/.defold", { - "_index": 6023, + "_index": 3129, "data": { "manuals/editor-templates": {} }, @@ -252959,7 +252959,7 @@ [ "username**\\.defold", { - "_index": 6021, + "_index": 3127, "data": { "manuals/editor-templates": {} }, @@ -252969,7 +252969,7 @@ [ "username:token@build.defold.com", { - "_index": 5960, + "_index": 2011, "data": { "manuals/editor-preferences": {} }, @@ -252979,7 +252979,7 @@ [ "users", { - "_index": 1374, + "_index": 2049, "data": { "assets/firebase-remoteconfig": {}, "assets/gamedistribution": {}, @@ -253001,7 +253001,7 @@ [ "users/**your", { - "_index": 6022, + "_index": 3128, "data": { "manuals/editor-templates": {} }, @@ -253011,7 +253011,7 @@ [ "users/builder/ci/builds/engine", { - "_index": 6084, + "_index": 4907, "data": { "manuals/debugging-native-code-ios": {} }, @@ -253021,7 +253021,7 @@ [ "users/john.doe/defold_local_cache", { - "_index": 772, + "_index": 3728, "data": { "manuals/caching-assets": {} }, @@ -253031,7 +253031,7 @@ [ "users/mathiaswesterdahl/work/defold", { - "_index": 6086, + "_index": 4909, "data": { "manuals/debugging-native-code-ios": {} }, @@ -253041,7 +253041,7 @@ [ "users/mathiaswesterdahl/work/projects/extension", { - "_index": 6089, + "_index": 4912, "data": { "manuals/debugging-native-code-ios": {} }, @@ -253051,7 +253051,7 @@ [ "users/my_user/documents/projects/defold_project", { - "_index": 4991, + "_index": 2454, "data": { "manuals/zerobrane": {} }, @@ -253061,7 +253061,7 @@ [ "uses", { - "_index": 860, + "_index": 675, "data": { "assets/colorpicker": {}, "examples/animation/cursor": {}, @@ -253129,7 +253129,7 @@ [ "using", { - "_index": 191, + "_index": 150, "data": { "assets/apkx": {}, "assets/camera": {}, @@ -253267,7 +253267,7 @@ [ "usr/bin/code", { - "_index": 5953, + "_index": 1998, "data": { "manuals/editor-preferences": {} }, @@ -253277,7 +253277,7 @@ [ "usr/local/foo/init.lua", { - "_index": 7274, + "_index": 9323, "data": { "ref/stable/package": {} }, @@ -253287,7 +253287,7 @@ [ "usr/local/foo/init.so", { - "_index": 7278, + "_index": 9327, "data": { "ref/stable/package": {} }, @@ -253297,7 +253297,7 @@ [ "usual", { - "_index": 2988, + "_index": 423, "data": { "manuals/compute": {}, "manuals/dev-app": {}, @@ -253312,7 +253312,7 @@ [ "usually", { - "_index": 1233, + "_index": 903, "data": { "examples/debug/profile": {}, "examples/particles/confetti": {}, @@ -253344,7 +253344,7 @@ [ "utc", { - "_index": 8221, + "_index": 10528, "data": { "ref/stable/socket": {} }, @@ -253354,7 +253354,7 @@ [ "utility", { - "_index": 2096, + "_index": 1088, "data": { "assets/defold-colors": {}, "assets/defoldgridengine": {}, @@ -253367,7 +253367,7 @@ [ "utility/module", { - "_index": 6663, + "_index": 6298, "data": { "assets/moku": {} }, @@ -253377,7 +253377,7 @@ [ "utilize", { - "_index": 1062, + "_index": 2712, "data": { "manuals/shader": {} }, @@ -253387,7 +253387,7 @@ [ "utilizing", { - "_index": 6312, + "_index": 6460, "data": { "assets/defgraph": {} }, @@ -253397,7 +253397,7 @@ [ "uuid", { - "_index": 6096, + "_index": 4924, "data": { "manuals/debugging-native-code-ios": {} }, @@ -253407,7 +253407,7 @@ [ "uv", { - "_index": 1012, + "_index": 2686, "data": { "examples/material/noise": {}, "examples/material/uvgradient": {}, @@ -253422,7 +253422,7 @@ [ "uvs", { - "_index": 2533, + "_index": 2896, "data": { "manuals/atlas": {}, "manuals/sprite": {}, @@ -253434,7 +253434,7 @@ [ "v", { - "_index": 1058, + "_index": 2709, "data": { "manuals/android": {}, "manuals/application-security": {}, @@ -253453,7 +253453,7 @@ [ "v.x", { - "_index": 7691, + "_index": 7383, "data": { "ref/stable/dmVMath": {} }, @@ -253463,7 +253463,7 @@ [ "v.y", { - "_index": 7692, + "_index": 7384, "data": { "ref/stable/dmVMath": {} }, @@ -253473,7 +253473,7 @@ [ "v.z", { - "_index": 7693, + "_index": 7385, "data": { "ref/stable/dmVMath": {} }, @@ -253483,7 +253483,7 @@ [ "v0", { - "_index": 7352, + "_index": 10320, "data": { "ref/stable/resource": {} }, @@ -253493,7 +253493,7 @@ [ "v0.98", { - "_index": 6505, + "_index": 6646, "data": { "assets/pcg-random": {} }, @@ -253503,7 +253503,7 @@ [ "v1", { - "_index": 7354, + "_index": 10322, "data": { "ref/stable/base": {}, "ref/stable/resource": {} @@ -253514,7 +253514,7 @@ [ "v1.5.1", { - "_index": 6572, + "_index": 6467, "data": { "assets/sfmt": {} }, @@ -253524,7 +253524,7 @@ [ "v2", { - "_index": 10425, + "_index": 10645, "data": { "ref/stable/base": {} }, @@ -253534,7 +253534,7 @@ [ "v6only", { - "_index": 8102, + "_index": 10422, "data": { "ref/stable/socket": {} }, @@ -253544,7 +253544,7 @@ [ "v7a", { - "_index": 4803, + "_index": 4992, "data": { "manuals/debugging-native-code": {} }, @@ -253554,7 +253554,7 @@ [ "v8a", { - "_index": 4801, + "_index": 4990, "data": { "manuals/debugging-native-code": {} }, @@ -253564,7 +253564,7 @@ [ "v_flip", { - "_index": 8700, + "_index": 8075, "data": { "ref/stable/tilemap": {} }, @@ -253574,7 +253574,7 @@ [ "v_wrap", { - "_index": 7839, + "_index": 8492, "data": { "ref/stable/render": {} }, @@ -253584,7 +253584,7 @@ [ "va", { - "_index": 6095, + "_index": 4921, "data": { "manuals/debugging-native-code-ios": {} }, @@ -253594,7 +253594,7 @@ [ "va_list", { - "_index": 10337, + "_index": 8754, "data": { "ref/stable/dmProfile": {} }, @@ -253604,7 +253604,7 @@ [ "val", { - "_index": 2360, + "_index": 5636, "data": { "manuals/script-properties": {} }, @@ -253614,7 +253614,7 @@ [ "val1", { - "_index": 7237, + "_index": 8712, "data": { "ref/stable/coroutine": {} }, @@ -253624,7 +253624,7 @@ [ "valid", { - "_index": 1902, + "_index": 1548, "data": { "examples/sound/panning": {}, "manuals/addressing": {}, @@ -253656,7 +253656,7 @@ [ "validate", { - "_index": 2840, + "_index": 4197, "data": { "manuals/application-security": {}, "ref/stable/dmBuffer": {} @@ -253667,7 +253667,7 @@ [ "validate_password", { - "_index": 4003, + "_index": 1555, "data": { "manuals/editor-scripts-ui": {} }, @@ -253677,7 +253677,7 @@ [ "validatebuffer", { - "_index": 10570, + "_index": 10613, "data": { "ref/stable/dmBuffer": {} }, @@ -253687,7 +253687,7 @@ [ "validating", { - "_index": 8100, + "_index": 10420, "data": { "ref/stable/socket": {} }, @@ -253697,7 +253697,7 @@ [ "validation", { - "_index": 2837, + "_index": 1554, "data": { "manuals/application-security": {}, "manuals/editor-scripts-ui": {}, @@ -253709,7 +253709,7 @@ [ "validity", { - "_index": 5421, + "_index": 6072, "data": { "manuals/android": {} }, @@ -253719,7 +253719,7 @@ [ "valuable", { - "_index": 2430, + "_index": 4950, "data": { "manuals/getting-help": {} }, @@ -253729,7 +253729,7 @@ [ "value", { - "_index": 186, + "_index": 263, "data": { "examples/animation/cursor": {}, "examples/file/sys_save_load": {}, @@ -253836,7 +253836,7 @@ [ "value_type_float32", { - "_index": 10379, + "_index": 8087, "data": { "ref/stable/buffer": {} }, @@ -253846,7 +253846,7 @@ [ "value_type_int16", { - "_index": 10381, + "_index": 8089, "data": { "ref/stable/buffer": {} }, @@ -253856,7 +253856,7 @@ [ "value_type_int32", { - "_index": 10383, + "_index": 8091, "data": { "ref/stable/buffer": {} }, @@ -253866,7 +253866,7 @@ [ "value_type_int64", { - "_index": 10385, + "_index": 8093, "data": { "ref/stable/buffer": {} }, @@ -253876,7 +253876,7 @@ [ "value_type_int8", { - "_index": 10387, + "_index": 8095, "data": { "ref/stable/buffer": {} }, @@ -253886,7 +253886,7 @@ [ "value_type_uint16", { - "_index": 10389, + "_index": 8097, "data": { "ref/stable/buffer": {} }, @@ -253896,7 +253896,7 @@ [ "value_type_uint32", { - "_index": 10391, + "_index": 8099, "data": { "ref/stable/buffer": {} }, @@ -253906,7 +253906,7 @@ [ "value_type_uint64", { - "_index": 10393, + "_index": 8101, "data": { "ref/stable/buffer": {} }, @@ -253916,7 +253916,7 @@ [ "value_type_uint8", { - "_index": 10394, + "_index": 8102, "data": { "ref/stable/buffer": {} }, @@ -253926,7 +253926,7 @@ [ "valueissue", { - "_index": 10777, + "_index": 8932, "data": { "ref/stable/editor": {} }, @@ -253936,7 +253936,7 @@ [ "valueon_value_changed", { - "_index": 10801, + "_index": 8956, "data": { "ref/stable/editor": {} }, @@ -253946,7 +253946,7 @@ [ "valueoptions", { - "_index": 10802, + "_index": 8957, "data": { "ref/stable/editor": {} }, @@ -253956,7 +253956,7 @@ [ "values", { - "_index": 948, + "_index": 30, "data": { "assets/firebase-remoteconfig": {}, "examples/render/orbit_camera": {}, @@ -254026,7 +254026,7 @@ [ "valuetext", { - "_index": 10695, + "_index": 8849, "data": { "ref/stable/editor": {} }, @@ -254036,7 +254036,7 @@ [ "valuetype", { - "_index": 10565, + "_index": 10608, "data": { "ref/stable/dmBuffer": {} }, @@ -254046,7 +254046,7 @@ [ "vanilla", { - "_index": 4201, + "_index": 3240, "data": { "manuals/bob": {}, "manuals/debugging-native-code": {} @@ -254057,7 +254057,7 @@ [ "var", { - "_index": 2298, + "_index": 841, "data": { "manuals/extensions-manifest-merge-tool": {}, "manuals/flash": {}, @@ -254069,7 +254069,7 @@ [ "var_color", { - "_index": 1086, + "_index": 2722, "data": { "manuals/shader": {} }, @@ -254079,7 +254079,7 @@ [ "var_texcoord0", { - "_index": 1133, + "_index": 2758, "data": { "manuals/shader": {} }, @@ -254089,7 +254089,7 @@ [ "var_texcoord0.xy", { - "_index": 1143, + "_index": 2765, "data": { "manuals/shader": {} }, @@ -254099,7 +254099,7 @@ [ "var_texcoord0.y", { - "_index": 5607, + "_index": 3919, "data": { "manuals/font": {} }, @@ -254109,7 +254109,7 @@ [ "variable", { - "_index": 1021, + "_index": 2690, "data": { "manuals/mesh": {}, "manuals/model": {}, @@ -254136,7 +254136,7 @@ [ "variables", { - "_index": 908, + "_index": 1697, "data": { "manuals/debugging-game-logic": {}, "manuals/debugging-native-code": {}, @@ -254157,7 +254157,7 @@ [ "variant", { - "_index": 3437, + "_index": 1955, "data": { "manuals/bob": {}, "manuals/debugging-native-code-ios": {}, @@ -254174,7 +254174,7 @@ [ "variants", { - "_index": 2651, + "_index": 1424, "data": { "manuals/editor-scripts-ui": {}, "manuals/editor-styling": {}, @@ -254187,7 +254187,7 @@ [ "variants.md", { - "_index": 3444, + "_index": 2984, "data": { "manuals/android": {}, "manuals/ios": {} @@ -254198,7 +254198,7 @@ [ "variation", { - "_index": 3195, + "_index": 1200, "data": { "manuals/particlefx": {} }, @@ -254208,7 +254208,7 @@ [ "variations", { - "_index": 3920, + "_index": 1399, "data": { "manuals/editor-scripts-ui": {} }, @@ -254218,7 +254218,7 @@ [ "varies", { - "_index": 1906, + "_index": 2138, "data": { "manuals/debugging-native-code": {}, "manuals/input-mouse-and-touch": {}, @@ -254231,7 +254231,7 @@ [ "variety", { - "_index": 1713, + "_index": 4532, "data": { "manuals/flash": {}, "manuals/glossary": {}, @@ -254244,7 +254244,7 @@ [ "various", { - "_index": 834, + "_index": 1291, "data": { "assets/adswrapper": {}, "assets/defblend": {}, @@ -254269,7 +254269,7 @@ [ "varname", { - "_index": 8549, + "_index": 9945, "data": { "ref/stable/os": {} }, @@ -254279,7 +254279,7 @@ [ "varying", { - "_index": 907, + "_index": 2625, "data": { "manuals/extensions-best-practices": {}, "manuals/shader": {} @@ -254290,7 +254290,7 @@ [ "varyings", { - "_index": 1083, + "_index": 2720, "data": { "manuals/shader": {} }, @@ -254300,7 +254300,7 @@ [ "vec2", { - "_index": 1132, + "_index": 2757, "data": { "manuals/compute": {}, "manuals/shader": {} @@ -254311,7 +254311,7 @@ [ "vec2/vec3/vec4", { - "_index": 5166, + "_index": 5373, "data": { "manuals/editor-scripts": {} }, @@ -254321,7 +254321,7 @@ [ "vec3", { - "_index": 1030, + "_index": 2696, "data": { "manuals/shader": {} }, @@ -254331,7 +254331,7 @@ [ "vec4", { - "_index": 995, + "_index": 2674, "data": { "manuals/compute": {}, "manuals/shader": {}, @@ -254343,7 +254343,7 @@ [ "vecto4", { - "_index": 8325, + "_index": 7023, "data": { "ref/stable/vmath": {} }, @@ -254353,7 +254353,7 @@ [ "vector", { - "_index": 2099, + "_index": 1093, "data": { "assets/rive": {}, "examples/movement/look_rotation": {}, @@ -254379,7 +254379,7 @@ [ "vector's", { - "_index": 8295, + "_index": 6985, "data": { "ref/stable/vmath": {} }, @@ -254389,7 +254389,7 @@ [ "vector3", { - "_index": 836, + "_index": 2323, "data": { "manuals/label": {}, "manuals/physics-events": {}, @@ -254418,7 +254418,7 @@ [ "vector3|vector4", { - "_index": 8294, + "_index": 6984, "data": { "ref/stable/vmath": {} }, @@ -254428,7 +254428,7 @@ [ "vector4", { - "_index": 835, + "_index": 1254, "data": { "manuals/label": {}, "manuals/mesh": {}, @@ -254455,7 +254455,7 @@ [ "vector4's", { - "_index": 7526, + "_index": 10897, "data": { "ref/stable/dmRender": {} }, @@ -254465,7 +254465,7 @@ [ "vector4s", { - "_index": 6432, + "_index": 6549, "data": { "assets/colorpicker": {} }, @@ -254475,7 +254475,7 @@ [ "vectors", { - "_index": 3312, + "_index": 1847, "data": { "examples/movement/look_rotation": {}, "manuals/flash": {}, @@ -254491,7 +254491,7 @@ [ "vegetation", { - "_index": 2942, + "_index": 5270, "data": { "manuals/compute": {} }, @@ -254501,7 +254501,7 @@ [ "vehicles", { - "_index": 5662, + "_index": 2179, "data": { "manuals/optimization-size": {} }, @@ -254511,7 +254511,7 @@ [ "velocity", { - "_index": 1871, + "_index": 1116, "data": { "manuals/particlefx": {}, "manuals/physics-events": {}, @@ -254526,7 +254526,7 @@ [ "verbose", { - "_index": 4202, + "_index": 1986, "data": { "manuals/bob": {}, "manuals/editor-preferences": {} @@ -254537,7 +254537,7 @@ [ "verification", { - "_index": 260, + "_index": 4200, "data": { "manuals/application-security": {}, "manuals/networking": {}, @@ -254549,7 +254549,7 @@ [ "verified", { - "_index": 2876, + "_index": 2965, "data": { "manuals/application-security": {}, "manuals/ios": {}, @@ -254561,7 +254561,7 @@ [ "verifier", { - "_index": 6443, + "_index": 6666, "data": { "assets/apkverifier": {} }, @@ -254571,7 +254571,7 @@ [ "verify", { - "_index": 257, + "_index": 745, "data": { "manuals/debugging-game-logic": {}, "manuals/debugging-native-code-ios": {}, @@ -254589,7 +254589,7 @@ [ "verifying", { - "_index": 5069, + "_index": 3796, "data": { "assets/defold-proto": {}, "manuals/nintendo-switch": {} @@ -254600,7 +254600,7 @@ [ "versa", { - "_index": 2827, + "_index": 4185, "data": { "manuals/application-security": {}, "ref/stable/base": {}, @@ -254613,7 +254613,7 @@ [ "versatile", { - "_index": 6708, + "_index": 6335, "data": { "assets/defold-rendy": {} }, @@ -254623,7 +254623,7 @@ [ "version", { - "_index": 393, + "_index": 685, "data": { "assets/defbuild": {}, "manuals/android": {}, @@ -254683,7 +254683,7 @@ [ "version.tar.gz"", { - "_index": 10152, + "_index": 7159, "data": { "ref/stable/string": {} }, @@ -254693,7 +254693,7 @@ [ "version/10.0.3", { - "_index": 8468, + "_index": 9600, "data": { "ref/stable/sys": {} }, @@ -254703,7 +254703,7 @@ [ "version_", { - "_index": 5773, + "_index": 3932, "data": { "manuals/live-update-scripting": {} }, @@ -254713,7 +254713,7 @@ [ "version_cbk", { - "_index": 7225, + "_index": 10381, "data": { "ref/stable/dmHttpClient": {} }, @@ -254723,7 +254723,7 @@ [ "version_data", { - "_index": 5772, + "_index": 3931, "data": { "manuals/live-update-scripting": {} }, @@ -254733,7 +254733,7 @@ [ "version_data.version", { - "_index": 5776, + "_index": 3935, "data": { "manuals/live-update-scripting": {} }, @@ -254743,7 +254743,7 @@ [ "version_sha1", { - "_index": 8429, + "_index": 9562, "data": { "ref/stable/sys": {} }, @@ -254753,7 +254753,7 @@ [ "versions", { - "_index": 780, + "_index": 690, "data": { "assets/defbuild": {}, "assets/editor-script-check-dependencies-versions": {}, @@ -254775,7 +254775,7 @@ [ "versus", { - "_index": 5629, + "_index": 2102, "data": { "manuals/optimization-size": {} }, @@ -254785,7 +254785,7 @@ [ "vertex", { - "_index": 894, + "_index": 2382, "data": { "examples/material/screenspace": {}, "examples/material/unlit": {}, @@ -254808,7 +254808,7 @@ [ "vertex_inputs", { - "_index": 1097, + "_index": 2730, "data": { "manuals/shader": {} }, @@ -254818,7 +254818,7 @@ [ "vertexcolor.script", { - "_index": 6233, + "_index": 6244, "data": { "examples/material/vertexcolor": {} }, @@ -254828,7 +254828,7 @@ [ "vertical", { - "_index": 2509, + "_index": 373, "data": { "assets/derez": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -254852,7 +254852,7 @@ [ "vertically", { - "_index": 2510, + "_index": 2874, "data": { "manuals/atlas": {}, "manuals/tilesource": {}, @@ -254868,7 +254868,7 @@ [ "vertices", { - "_index": 895, + "_index": 311, "data": { "manuals/atlas": {}, "manuals/gui": {}, @@ -254889,7 +254889,7 @@ [ "vertices/normals", { - "_index": 4539, + "_index": 5658, "data": { "manuals/mesh": {} }, @@ -254899,7 +254899,7 @@ [ "very", { - "_index": 411, + "_index": 434, "data": { "assets/defold-tile-raycast": {}, "examples/material/unlit": {}, @@ -254944,7 +254944,7 @@ [ "via", { - "_index": 424, + "_index": 1807, "data": { "assets/colyseus": {}, "assets/imp": {}, @@ -254986,7 +254986,7 @@ [ "viable", { - "_index": 5133, + "_index": 5341, "data": { "manuals/editor-scripts": {} }, @@ -254996,7 +254996,7 @@ [ "vibration", { - "_index": 6380, + "_index": 6689, "data": { "assets/vibration": {} }, @@ -255006,7 +255006,7 @@ [ "vice", { - "_index": 2826, + "_index": 4184, "data": { "manuals/application-security": {}, "ref/stable/base": {}, @@ -255019,7 +255019,7 @@ [ "victoriametrics", { - "_index": 1475, + "_index": 4088, "data": { "manuals/extender-local-setup": {} }, @@ -255029,7 +255029,7 @@ [ "video", { - "_index": 558, + "_index": 4150, "data": { "assets/3deforms": {}, "assets/defvideoads": {}, @@ -255045,7 +255045,7 @@ [ "videoplayback", { - "_index": 6305, + "_index": 6472, "data": { "assets/videoplayernative": {} }, @@ -255055,7 +255055,7 @@ [ "videoplayer", { - "_index": 6090, + "_index": 4913, "data": { "assets/videoplayernative": {}, "manuals/debugging-native-code-ios": {} @@ -255066,7 +255066,7 @@ [ "videoplayernative", { - "_index": 6304, + "_index": 6471, "data": { "assets/videoplayernative": {} }, @@ -255076,7 +255076,7 @@ [ "videos", { - "_index": 5091, + "_index": 5192, "data": { "manuals/lua": {} }, @@ -255086,7 +255086,7 @@ [ "view", { - "_index": 958, + "_index": 594, "data": { "assets/derez": {}, "assets/slasherprototype": {}, @@ -255132,7 +255132,7 @@ [ "view*projection", { - "_index": 8642, + "_index": 9371, "data": { "ref/stable/dmIntersection": {} }, @@ -255142,7 +255142,7 @@ [ "view/download", { - "_index": 4788, + "_index": 4975, "data": { "manuals/debugging-native-code": {} }, @@ -255152,7 +255152,7 @@ [ "view_mode_full", { - "_index": 10877, + "_index": 10236, "data": { "ref/stable/profiler": {} }, @@ -255162,7 +255162,7 @@ [ "view_mode_minimized", { - "_index": 10878, + "_index": 10237, "data": { "ref/stable/profiler": {} }, @@ -255172,7 +255172,7 @@ [ "view_proj", { - "_index": 1131, + "_index": 2756, "data": { "manuals/shader": {} }, @@ -255182,7 +255182,7 @@ [ "view_recorded_frame", { - "_index": 10866, + "_index": 10224, "data": { "ref/stable/profiler": {} }, @@ -255192,7 +255192,7 @@ [ "viewer", { - "_index": 2768, + "_index": 3722, "data": { "manuals/application-security": {}, "manuals/project-settings": {} @@ -255203,7 +255203,7 @@ [ "viewing", { - "_index": 10876, + "_index": 10235, "data": { "ref/stable/profiler": {} }, @@ -255213,7 +255213,7 @@ [ "viewport", { - "_index": 1224, + "_index": 2809, "data": { "manuals/shader": {}, "ref/stable/render": {} @@ -255224,7 +255224,7 @@ [ "viewproj", { - "_index": 8643, + "_index": 9372, "data": { "ref/stable/dmIntersection": {} }, @@ -255234,7 +255234,7 @@ [ "views", { - "_index": 4037, + "_index": 4234, "data": { "manuals/editor": {}, "manuals/profiling": {} @@ -255245,7 +255245,7 @@ [ "virtual", { - "_index": 2154, + "_index": 892, "data": { "manuals/file-access": {}, "manuals/html5": {}, @@ -255257,7 +255257,7 @@ [ "virtualization", { - "_index": 1353, + "_index": 4005, "data": { "manuals/extender-local-setup": {} }, @@ -255267,7 +255267,7 @@ [ "virus", { - "_index": 2869, + "_index": 4218, "data": { "manuals/application-security": {} }, @@ -255277,7 +255277,7 @@ [ "visibility", { - "_index": 5810, + "_index": 5556, "data": { "manuals/editor": {}, "ref/stable/dmRender": {}, @@ -255291,7 +255291,7 @@ [ "visible", { - "_index": 1609, + "_index": 281, "data": { "assets/safearea": {}, "examples/debug/physics": {}, @@ -255314,7 +255314,7 @@ [ "visit", { - "_index": 6060, + "_index": 3473, "data": { "manuals/camera": {} }, @@ -255324,7 +255324,7 @@ [ "visual", { - "_index": 361, + "_index": 977, "data": { "assets/defkit": {}, "assets/defold-timer": {}, @@ -255357,7 +255357,7 @@ [ "visualization", { - "_index": 1477, + "_index": 4091, "data": { "examples/debug/physics": {}, "manuals/extender-local-setup": {}, @@ -255369,7 +255369,7 @@ [ "visualize", { - "_index": 3719, + "_index": 1845, "data": { "manuals/render": {} }, @@ -255379,7 +255379,7 @@ [ "visualizer", { - "_index": 4076, + "_index": 4274, "data": { "manuals/profiling": {} }, @@ -255389,7 +255389,7 @@ [ "visualizes", { - "_index": 8522, + "_index": 9652, "data": { "ref/stable/sys": {} }, @@ -255399,7 +255399,7 @@ [ "visually", { - "_index": 4572, + "_index": 3866, "data": { "manuals/building-blocks": {}, "manuals/collection-proxy": {}, @@ -255412,7 +255412,7 @@ [ "visuals", { - "_index": 4374, + "_index": 4421, "data": { "manuals/tilesource": {} }, @@ -255422,7 +255422,7 @@ [ "vita", { - "_index": 6272, + "_index": 6507, "data": { "assets/vitahealthenergy": {} }, @@ -255432,7 +255432,7 @@ [ "vitahealthenergy", { - "_index": 6271, + "_index": 6506, "data": { "assets/vitahealthenergy": {} }, @@ -255442,7 +255442,7 @@ [ "vital", { - "_index": 5872, + "_index": 4589, "data": { "manuals/glossary": {} }, @@ -255452,7 +255452,7 @@ [ "vk", { - "_index": 6297, + "_index": 6744, "data": { "assets/adswrapper": {} }, @@ -255462,7 +255462,7 @@ [ "vlc", { - "_index": 8395, + "_index": 9528, "data": { "ref/stable/sys": {} }, @@ -255472,7 +255472,7 @@ [ "vm", { - "_index": 5151, + "_index": 5358, "data": { "manuals/editor-scripts": {} }, @@ -255482,7 +255482,7 @@ [ "vmath", { - "_index": 8293, + "_index": 6982, "data": { "ref/stable/vmath": {} }, @@ -255492,7 +255492,7 @@ [ "vmath.clamp", { - "_index": 8292, + "_index": 6981, "data": { "ref/stable/vmath": {} }, @@ -255502,7 +255502,7 @@ [ "vmath.conj", { - "_index": 8297, + "_index": 6987, "data": { "ref/stable/vmath": {} }, @@ -255512,7 +255512,7 @@ [ "vmath.cross", { - "_index": 8300, + "_index": 6993, "data": { "ref/stable/vmath": {} }, @@ -255522,7 +255522,7 @@ [ "vmath.dot", { - "_index": 8303, + "_index": 6996, "data": { "ref/stable/vmath": {} }, @@ -255532,7 +255532,7 @@ [ "vmath.inv", { - "_index": 6047, + "_index": 3460, "data": { "manuals/camera": {}, "ref/stable/vmath": {} @@ -255543,7 +255543,7 @@ [ "vmath.length", { - "_index": 4762, + "_index": 3987, "data": { "manuals/physics-resolving-collisions": {}, "ref/stable/vmath": {} @@ -255554,7 +255554,7 @@ [ "vmath.length_sqr", { - "_index": 8313, + "_index": 7009, "data": { "ref/stable/vmath": {} }, @@ -255564,7 +255564,7 @@ [ "vmath.lerp", { - "_index": 2580, + "_index": 4299, "data": { "examples/render/orbit_camera": {}, "manuals/factory": {}, @@ -255576,7 +255576,7 @@ [ "vmath.matrix4", { - "_index": 3688, + "_index": 1788, "data": { "manuals/render": {}, "ref/stable/gui": {}, @@ -255588,7 +255588,7 @@ [ "vmath.matrix4_axis_angle", { - "_index": 8320, + "_index": 7017, "data": { "ref/stable/vmath": {} }, @@ -255598,7 +255598,7 @@ [ "vmath.matrix4_compose", { - "_index": 8322, + "_index": 7020, "data": { "ref/stable/vmath": {} }, @@ -255608,7 +255608,7 @@ [ "vmath.matrix4_frustum", { - "_index": 8326, + "_index": 7024, "data": { "ref/stable/vmath": {} }, @@ -255618,7 +255618,7 @@ [ "vmath.matrix4_look_at", { - "_index": 8328, + "_index": 7026, "data": { "ref/stable/vmath": {} }, @@ -255628,7 +255628,7 @@ [ "vmath.matrix4_orthographic", { - "_index": 8331, + "_index": 7029, "data": { "ref/stable/vmath": {} }, @@ -255638,7 +255638,7 @@ [ "vmath.matrix4_perspective", { - "_index": 8333, + "_index": 7031, "data": { "ref/stable/vmath": {} }, @@ -255648,7 +255648,7 @@ [ "vmath.matrix4_quat", { - "_index": 8335, + "_index": 7033, "data": { "ref/stable/vmath": {} }, @@ -255658,7 +255658,7 @@ [ "vmath.matrix4_rotation_x", { - "_index": 8337, + "_index": 7035, "data": { "ref/stable/vmath": {} }, @@ -255668,7 +255668,7 @@ [ "vmath.matrix4_rotation_y", { - "_index": 8339, + "_index": 7037, "data": { "ref/stable/vmath": {} }, @@ -255678,7 +255678,7 @@ [ "vmath.matrix4_rotation_z", { - "_index": 8341, + "_index": 7039, "data": { "ref/stable/vmath": {} }, @@ -255688,7 +255688,7 @@ [ "vmath.matrix4_scale", { - "_index": 8343, + "_index": 7041, "data": { "ref/stable/vmath": {} }, @@ -255698,7 +255698,7 @@ [ "vmath.matrix4_translation", { - "_index": 8347, + "_index": 7045, "data": { "ref/stable/vmath": {} }, @@ -255708,7 +255708,7 @@ [ "vmath.mul_per_elem", { - "_index": 8350, + "_index": 7048, "data": { "ref/stable/vmath": {} }, @@ -255718,7 +255718,7 @@ [ "vmath.normalize", { - "_index": 8354, + "_index": 7058, "data": { "ref/stable/vmath": {} }, @@ -255728,7 +255728,7 @@ [ "vmath.ortho_inv", { - "_index": 8309, + "_index": 7003, "data": { "ref/stable/vmath": {} }, @@ -255738,7 +255738,7 @@ [ "vmath.project", { - "_index": 4761, + "_index": 3986, "data": { "manuals/physics-resolving-collisions": {}, "ref/stable/vmath": {} @@ -255749,7 +255749,7 @@ [ "vmath.quat", { - "_index": 8358, + "_index": 7063, "data": { "ref/stable/gui": {}, "ref/stable/vmath": {} @@ -255760,7 +255760,7 @@ [ "vmath.quat_axis_angle", { - "_index": 8359, + "_index": 7064, "data": { "ref/stable/vmath": {} }, @@ -255770,7 +255770,7 @@ [ "vmath.quat_basis", { - "_index": 8361, + "_index": 7066, "data": { "ref/stable/vmath": {} }, @@ -255780,7 +255780,7 @@ [ "vmath.quat_from_to", { - "_index": 8363, + "_index": 7068, "data": { "ref/stable/vmath": {} }, @@ -255790,7 +255790,7 @@ [ "vmath.quat_matrix4", { - "_index": 8366, + "_index": 7071, "data": { "ref/stable/vmath": {} }, @@ -255800,7 +255800,7 @@ [ "vmath.quat_rotation_x", { - "_index": 8368, + "_index": 7073, "data": { "ref/stable/vmath": {} }, @@ -255810,7 +255810,7 @@ [ "vmath.quat_rotation_y", { - "_index": 8370, + "_index": 7075, "data": { "ref/stable/vmath": {} }, @@ -255820,7 +255820,7 @@ [ "vmath.quat_rotation_z", { - "_index": 8372, + "_index": 7077, "data": { "ref/stable/vmath": {} }, @@ -255830,7 +255830,7 @@ [ "vmath.rotate", { - "_index": 8374, + "_index": 7079, "data": { "ref/stable/vmath": {} }, @@ -255840,7 +255840,7 @@ [ "vmath.slerp", { - "_index": 8319, + "_index": 7016, "data": { "ref/stable/vmath": {} }, @@ -255850,7 +255850,7 @@ [ "vmath.vec4", { - "_index": 9335, + "_index": 7855, "data": { "ref/stable/gui": {} }, @@ -255860,7 +255860,7 @@ [ "vmath.vector", { - "_index": 4673, + "_index": 3783, "data": { "manuals/property-animation": {}, "ref/stable/go": {}, @@ -255872,7 +255872,7 @@ [ "vmath.vector3", { - "_index": 214, + "_index": 1014, "data": { "manuals/debugging-game-logic": {}, "manuals/factory": {}, @@ -255893,7 +255893,7 @@ [ "vmath.vector4", { - "_index": 842, + "_index": 1790, "data": { "examples/material/screenspace": {}, "manuals/compute": {}, @@ -255910,7 +255910,7 @@ [ "vn", { - "_index": 6429, + "_index": 6577, "data": { "assets/visual-novel-template-ink": {}, "ref/stable/resource": {} @@ -255921,7 +255921,7 @@ [ "voice", { - "_index": 5681, + "_index": 3514, "data": { "manuals/sound": {}, "ref/stable/sound": {} @@ -255932,7 +255932,7 @@ [ "voices", { - "_index": 10023, + "_index": 10679, "data": { "ref/stable/sound": {} }, @@ -255942,7 +255942,7 @@ [ "void", { - "_index": 1103, + "_index": 2736, "data": { "manuals/compute": {}, "manuals/shader": {}, @@ -255971,7 +255971,7 @@ [ "vorbis", { - "_index": 5874, + "_index": 4594, "data": { "manuals/glossary": {} }, @@ -255981,7 +255981,7 @@ [ "vorbis_", { - "_index": 5669, + "_index": 3498, "data": { "manuals/sound": {} }, @@ -255991,7 +255991,7 @@ [ "voronoi", { - "_index": 6597, + "_index": 6637, "data": { "assets/voronoi": {} }, @@ -256001,7 +256001,7 @@ [ "vortex", { - "_index": 3215, + "_index": 1242, "data": { "examples/particles/modifiers": {}, "manuals/particlefx": {} @@ -256012,7 +256012,7 @@ [ "voxel", { - "_index": 2954, + "_index": 5277, "data": { "manuals/compute": {} }, @@ -256022,7 +256022,7 @@ [ "voxelization", { - "_index": 2953, + "_index": 5276, "data": { "manuals/compute": {} }, @@ -256032,7 +256032,7 @@ [ "vp8", { - "_index": 8391, + "_index": 9524, "data": { "ref/stable/sys": {} }, @@ -256042,7 +256042,7 @@ [ "vp8/ivf", { - "_index": 8398, + "_index": 9531, "data": { "ref/stable/sys": {} }, @@ -256052,7 +256052,7 @@ [ "vs", { - "_index": 1541, + "_index": 2002, "data": { "assets/vs-code-ide": {}, "manuals/bundling": {}, @@ -256066,7 +256066,7 @@ [ "vsync", { - "_index": 1730, + "_index": 4867, "data": { "manuals/porting-guidelines": {}, "ref/stable/profiler": {}, @@ -256078,7 +256078,7 @@ [ "vulkan", { - "_index": 579, + "_index": 1988, "data": { "manuals/app-manifest": {}, "manuals/compute": {}, @@ -256092,7 +256092,7 @@ [ "vulkancleartexture", { - "_index": 10290, + "_index": 6896, "data": { "ref/stable/dmGraphics": {} }, @@ -256102,7 +256102,7 @@ [ "vulkancopybuffertotexture", { - "_index": 10291, + "_index": 6898, "data": { "ref/stable/dmGraphics": {} }, @@ -256112,7 +256112,7 @@ [ "vulkancreaterenderpass", { - "_index": 10292, + "_index": 6899, "data": { "ref/stable/dmGraphics": {} }, @@ -256122,7 +256122,7 @@ [ "vulkandeletestoragebuffer", { - "_index": 10294, + "_index": 6901, "data": { "ref/stable/dmGraphics": {} }, @@ -256132,7 +256132,7 @@ [ "vulkandrawbaseinstance", { - "_index": 10295, + "_index": 6902, "data": { "ref/stable/dmGraphics": {} }, @@ -256142,7 +256142,7 @@ [ "vulkandrawelementsinstanced", { - "_index": 10297, + "_index": 6904, "data": { "ref/stable/dmGraphics": {} }, @@ -256152,7 +256152,7 @@ [ "vulkangetactiveswapchaintexture", { - "_index": 10298, + "_index": 6905, "data": { "ref/stable/dmGraphics": {} }, @@ -256162,7 +256162,7 @@ [ "vulkangetcontext", { - "_index": 10299, + "_index": 6906, "data": { "ref/stable/dmGraphics": {} }, @@ -256172,7 +256172,7 @@ [ "vulkangetuniformbinding", { - "_index": 10300, + "_index": 6907, "data": { "ref/stable/dmGraphics": {} }, @@ -256182,7 +256182,7 @@ [ "vulkangraphicscommandqueuetometal", { - "_index": 10302, + "_index": 6909, "data": { "ref/stable/dmGraphics": {} }, @@ -256192,7 +256192,7 @@ [ "vulkanmapindexbuffer", { - "_index": 10305, + "_index": 6912, "data": { "ref/stable/dmGraphics": {} }, @@ -256202,7 +256202,7 @@ [ "vulkanmapvertexbuffer", { - "_index": 10307, + "_index": 6914, "data": { "ref/stable/dmGraphics": {} }, @@ -256212,7 +256212,7 @@ [ "vulkanmemorybarrier", { - "_index": 10308, + "_index": 6915, "data": { "ref/stable/dmGraphics": {} }, @@ -256222,7 +256222,7 @@ [ "vulkannextrenderpass", { - "_index": 10311, + "_index": 6918, "data": { "ref/stable/dmGraphics": {} }, @@ -256232,7 +256232,7 @@ [ "vulkansetconstantbuffer", { - "_index": 10312, + "_index": 6919, "data": { "ref/stable/dmGraphics": {} }, @@ -256242,7 +256242,7 @@ [ "vulkansetframeinflightcount", { - "_index": 10313, + "_index": 6921, "data": { "ref/stable/dmGraphics": {} }, @@ -256252,7 +256252,7 @@ [ "vulkansetpipelinestate", { - "_index": 10315, + "_index": 6924, "data": { "ref/stable/dmGraphics": {} }, @@ -256262,7 +256262,7 @@ [ "vulkansetrendertargetattachments", { - "_index": 10317, + "_index": 6926, "data": { "ref/stable/dmGraphics": {} }, @@ -256272,7 +256272,7 @@ [ "vulkansetstoragebuffer", { - "_index": 10319, + "_index": 6928, "data": { "ref/stable/dmGraphics": {} }, @@ -256282,7 +256282,7 @@ [ "vulkansetstoragebufferdata", { - "_index": 10320, + "_index": 6929, "data": { "ref/stable/dmGraphics": {} }, @@ -256292,7 +256292,7 @@ [ "vulkansetvertexdeclarationstepfunction", { - "_index": 10321, + "_index": 6930, "data": { "ref/stable/dmGraphics": {} }, @@ -256302,7 +256302,7 @@ [ "vulkantexturetometal", { - "_index": 10322, + "_index": 6931, "data": { "ref/stable/dmGraphics": {} }, @@ -256312,7 +256312,7 @@ [ "vulkanunmapindexbuffer", { - "_index": 10324, + "_index": 6933, "data": { "ref/stable/dmGraphics": {} }, @@ -256322,7 +256322,7 @@ [ "vulkanunmapvertexbuffer", { - "_index": 10326, + "_index": 6935, "data": { "ref/stable/dmGraphics": {} }, @@ -256332,7 +256332,7 @@ [ "vungle", { - "_index": 6584, + "_index": 6360, "data": { "assets/defvungle": {} }, @@ -256342,7 +256342,7 @@ [ "vx_uniforms", { - "_index": 1130, + "_index": 2755, "data": { "manuals/shader": {} }, @@ -256352,7 +256352,7 @@ [ "w", { - "_index": 3226, + "_index": 1256, "data": { "examples/material/screenspace": {}, "manuals/editor": {}, @@ -256375,7 +256375,7 @@ [ "wait", { - "_index": 3173, + "_index": 1162, "data": { "manuals/debugging-game-logic": {}, "manuals/ios": {}, @@ -256392,7 +256392,7 @@ [ "waiting", { - "_index": 8113, + "_index": 9522, "data": { "ref/stable/dmConditionVariable": {}, "ref/stable/profiler": {}, @@ -256405,7 +256405,7 @@ [ "waits", { - "_index": 7661, + "_index": 10231, "data": { "ref/stable/dmThread": {}, "ref/stable/profiler": {}, @@ -256417,7 +256417,7 @@ [ "wake", { - "_index": 7145, + "_index": 7550, "data": { "ref/stable/b2d.body": {}, "ref/stable/physics": {} @@ -256428,7 +256428,7 @@ [ "wake_up", { - "_index": 3550, + "_index": 1635, "data": { "manuals/message-passing": {} }, @@ -256438,7 +256438,7 @@ [ "wakelocks", { - "_index": 5444, + "_index": 6093, "data": { "manuals/android": {} }, @@ -256448,7 +256448,7 @@ [ "wakes", { - "_index": 7144, + "_index": 7549, "data": { "ref/stable/b2d.body": {}, "ref/stable/physics": {} @@ -256459,7 +256459,7 @@ [ "wakeup", { - "_index": 7138, + "_index": 7544, "data": { "ref/stable/physics": {} }, @@ -256469,7 +256469,7 @@ [ "walker", { - "_index": 6682, + "_index": 6566, "data": { "assets/kinematicwalker": {} }, @@ -256479,7 +256479,7 @@ [ "walks", { - "_index": 4487, + "_index": 576, "data": { "manuals/gui": {} }, @@ -256489,7 +256489,7 @@ [ "walls", { - "_index": 5877, + "_index": 4599, "data": { "examples/physics/dynamic": {}, "examples/physics/hinge_joint": {}, @@ -256504,7 +256504,7 @@ [ "want", { - "_index": 655, + "_index": 239, "data": { "examples/gui/layouts": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -256555,7 +256555,7 @@ [ "wanted", { - "_index": 9593, + "_index": 9233, "data": { "ref/stable/dmGameObject": {} }, @@ -256565,7 +256565,7 @@ [ "wants", { - "_index": 5084, + "_index": 5184, "data": { "manuals/lua": {}, "ref/stable/go": {}, @@ -256577,7 +256577,7 @@ [ "war", { - "_index": 6399, + "_index": 6288, "data": { "assets/warbattlesassetpack": {} }, @@ -256587,7 +256587,7 @@ [ "warbattlesassetpack", { - "_index": 6398, + "_index": 6287, "data": { "assets/warbattlesassetpack": {} }, @@ -256597,7 +256597,7 @@ [ "warm", { - "_index": 3178, + "_index": 1168, "data": { "manuals/particlefx": {} }, @@ -256607,7 +256607,7 @@ [ "warn", { - "_index": 4301, + "_index": 3150, "data": { "manuals/writing-code": {} }, @@ -256617,7 +256617,7 @@ [ "warning", { - "_index": 5610, + "_index": 2050, "data": { "manuals/optimization-size": {}, "ref/stable/dmLog": {}, @@ -256629,7 +256629,7 @@ [ "wary", { - "_index": 4071, + "_index": 4270, "data": { "manuals/profiling": {} }, @@ -256639,7 +256639,7 @@ [ "was", { - "_index": 1078, + "_index": 490, "data": { "manuals/android": {}, "manuals/debugging-native-code-android": {}, @@ -256696,7 +256696,7 @@ [ "wasd", { - "_index": 3768, + "_index": 1900, "data": { "manuals/input-key-and-text": {} }, @@ -256706,7 +256706,7 @@ [ "wasm", { - "_index": 588, + "_index": 661, "data": { "manuals/app-manifest": {}, "manuals/bob": {}, @@ -256718,7 +256718,7 @@ [ "wasn't", { - "_index": 6802, + "_index": 9727, "data": { "ref/stable/dmHash": {}, "ref/stable/liveupdate": {} @@ -256729,7 +256729,7 @@ [ "waste", { - "_index": 5638, + "_index": 2132, "data": { "manuals/optimization-size": {} }, @@ -256739,7 +256739,7 @@ [ "wasted", { - "_index": 2493, + "_index": 2865, "data": { "manuals/atlas": {} }, @@ -256749,7 +256749,7 @@ [ "watch", { - "_index": 4576, + "_index": 4967, "data": { "manuals/debugging-game-logic": {}, "manuals/debugging-native-code": {} @@ -256760,7 +256760,7 @@ [ "watched", { - "_index": 8238, + "_index": 10542, "data": { "ref/stable/socket": {} }, @@ -256770,7 +256770,7 @@ [ "watched_files", { - "_index": 5237, + "_index": 5443, "data": { "manuals/editor-scripts": {} }, @@ -256780,7 +256780,7 @@ [ "wav", { - "_index": 5635, + "_index": 2113, "data": { "assets/decodeogg": {}, "manuals/glossary": {}, @@ -256792,7 +256792,7 @@ [ "wavc/oggc", { - "_index": 7447, + "_index": 10377, "data": { "ref/stable/resource": {} }, @@ -256802,7 +256802,7 @@ [ "way", { - "_index": 402, + "_index": 1043, "data": { "assets/deftimeline": {}, "assets/luafilesystemlfs": {}, @@ -256855,7 +256855,7 @@ [ "ways", { - "_index": 1050, + "_index": 921, "data": { "examples/sprite/tint": {}, "manuals/editor-scripts-ui": {}, @@ -256876,7 +256876,7 @@ [ "wday", { - "_index": 8536, + "_index": 9934, "data": { "ref/stable/os": {} }, @@ -256886,7 +256886,7 @@ [ "we", { - "_index": 654, + "_index": 454, "data": { "examples/gui/layouts": {}, "examples/gui/slice9": {}, @@ -256949,7 +256949,7 @@ [ "we'll", { - "_index": 4841, + "_index": 3350, "data": { "manuals/addressing": {}, "manuals/live-update-scripting": {}, @@ -256961,7 +256961,7 @@ [ "we're", { - "_index": 3098, + "_index": 495, "data": { "manuals/debugging-native-code-ios": {}, "manuals/flipbook-animation": {}, @@ -256974,7 +256974,7 @@ [ "weapon", { - "_index": 652, + "_index": 2513, "data": { "manuals/collection-factory": {}, "manuals/factory": {}, @@ -256986,7 +256986,7 @@ [ "weapon_sprite_url", { - "_index": 2597, + "_index": 4312, "data": { "manuals/factory": {} }, @@ -256996,7 +256996,7 @@ [ "weapons", { - "_index": 5661, + "_index": 2178, "data": { "manuals/optimization-size": {} }, @@ -257006,7 +257006,7 @@ [ "web", { - "_index": 587, + "_index": 715, "data": { "assets/colorlib": {}, "assets/gamedistribution": {}, @@ -257040,7 +257040,7 @@ [ "web,wasm", { - "_index": 4223, + "_index": 3266, "data": { "manuals/bob": {} }, @@ -257050,7 +257050,7 @@ [ "webassembly", { - "_index": 617, + "_index": 667, "data": { "manuals/app-manifest": {}, "manuals/html5": {} @@ -257061,7 +257061,7 @@ [ "webgl", { - "_index": 2233, + "_index": 730, "data": { "assets/webgl-memory": {}, "manuals/html5": {} @@ -257072,7 +257072,7 @@ [ "webkit", { - "_index": 1314, + "_index": 4674, "data": { "manuals/extensions-ext-manifests": {} }, @@ -257082,7 +257082,7 @@ [ "webmonetization", { - "_index": 6670, + "_index": 6257, "data": { "assets/webmonetization": {} }, @@ -257092,7 +257092,7 @@ [ "webpage", { - "_index": 2275, + "_index": 804, "data": { "manuals/html5": {} }, @@ -257102,7 +257102,7 @@ [ "webrtc", { - "_index": 6300, + "_index": 6310, "data": { "assets/webrtc": {} }, @@ -257112,7 +257112,7 @@ [ "website", { - "_index": 3050, + "_index": 5035, "data": { "assets/webmonetization": {}, "manuals/live-update-aws": {}, @@ -257124,7 +257124,7 @@ [ "websites", { - "_index": 6513, + "_index": 6716, "data": { "assets/siwa": {} }, @@ -257134,7 +257134,7 @@ [ "websocket", { - "_index": 6280, + "_index": 6340, "data": { "assets/websocket": {} }, @@ -257144,7 +257144,7 @@ [ "week", { - "_index": 3421, + "_index": 2960, "data": { "manuals/ios": {} }, @@ -257154,7 +257154,7 @@ [ "weekday", { - "_index": 8537, + "_index": 9935, "data": { "ref/stable/os": {} }, @@ -257164,7 +257164,7 @@ [ "weighing", { - "_index": 5454, + "_index": 2037, "data": { "manuals/physics-messages": {} }, @@ -257174,7 +257174,7 @@ [ "weight", { - "_index": 5515, + "_index": 3839, "data": { "examples/physics/pendulum": {}, "manuals/glossary": {}, @@ -257186,7 +257186,7 @@ [ "weight_fixed", { - "_index": 6146, + "_index": 6208, "data": { "examples/physics/pendulum": {} }, @@ -257196,7 +257196,7 @@ [ "weight_spring", { - "_index": 6148, + "_index": 6210, "data": { "examples/physics/pendulum": {} }, @@ -257206,7 +257206,7 @@ [ "weighted", { - "_index": 2889, + "_index": 6030, "data": { "manuals/material": {} }, @@ -257216,7 +257216,7 @@ [ "weights", { - "_index": 6143, + "_index": 6205, "data": { "examples/physics/pendulum": {} }, @@ -257226,7 +257226,7 @@ [ "weird", { - "_index": 4579, + "_index": 5859, "data": { "manuals/debugging-game-logic": {} }, @@ -257236,7 +257236,7 @@ [ "welcome.edn", { - "_index": 6019, + "_index": 3125, "data": { "manuals/editor-templates": {} }, @@ -257246,7 +257246,7 @@ [ "weld", { - "_index": 5976, + "_index": 5773, "data": { "manuals/physics-joints": {} }, @@ -257256,7 +257256,7 @@ [ "well", { - "_index": 776, + "_index": 78, "data": { "assets/editorscriptatlas": {}, "assets/sparkle-shader": {}, @@ -257306,7 +257306,7 @@ [ "went", { - "_index": 8039, + "_index": 8156, "data": { "ref/stable/dmBuffer": {}, "ref/stable/dmCrypt": {}, @@ -257318,7 +257318,7 @@ [ "were", { - "_index": 1820, + "_index": 1485, "data": { "examples/particles/fire_and_smoke": {}, "manuals/application-security": {}, @@ -257338,7 +257338,7 @@ [ "west", { - "_index": 81, + "_index": 366, "data": { "examples/gui/healthbar": {}, "manuals/gui": {}, @@ -257352,7 +257352,7 @@ [ "west1", { - "_index": 1399, + "_index": 4029, "data": { "manuals/extender-docker-images": {}, "manuals/extender-local-setup": {} @@ -257363,7 +257363,7 @@ [ "wether", { - "_index": 7368, + "_index": 10187, "data": { "ref/stable/json": {}, "ref/stable/resource": {} @@ -257374,7 +257374,7 @@ [ "we\u2019re", { - "_index": 3561, + "_index": 1659, "data": { "manuals/message-passing": {} }, @@ -257384,7 +257384,7 @@ [ "wget", { - "_index": 4809, + "_index": 4892, "data": { "manuals/debugging-native-code": {}, "manuals/debugging-native-code-ios": {} @@ -257395,7 +257395,7 @@ [ "wgsl", { - "_index": 4171, + "_index": 3201, "data": { "manuals/bob": {} }, @@ -257405,7 +257405,7 @@ [ "what", { - "_index": 811, + "_index": 390, "data": { "examples/gui/healthbar": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -257461,7 +257461,7 @@ [ "what's", { - "_index": 2059, + "_index": 1718, "data": { "manuals/input": {}, "manuals/render": {} @@ -257472,7 +257472,7 @@ [ "whatever", { - "_index": 1231, + "_index": 1805, "data": { "manuals/render": {}, "manuals/shader": {} @@ -257483,7 +257483,7 @@ [ "whdefrouter", { - "_index": 6721, + "_index": 6283, "data": { "assets/whdefrouter": {} }, @@ -257493,7 +257493,7 @@ [ "wheel", { - "_index": 1953, + "_index": 4242, "data": { "examples/physics/hinge_joint": {}, "examples/render/orbit_camera": {}, @@ -257510,7 +257510,7 @@ [ "wheels", { - "_index": 1992, + "_index": 4457, "data": { "manuals/input": {}, "manuals/input-mouse-and-touch": {} @@ -257521,7 +257521,7 @@ [ "when", { - "_index": 237, + "_index": 103, "data": { "assets/apkverifier": {}, "assets/firebase-remoteconfig": {}, @@ -257678,7 +257678,7 @@ [ "whence", { - "_index": 8579, + "_index": 9390, "data": { "ref/stable/io": {} }, @@ -257688,7 +257688,7 @@ [ "whenever", { - "_index": 2435, + "_index": 17, "data": { "manuals/addressing": {}, "manuals/glossary": {}, @@ -257707,7 +257707,7 @@ [ "where", { - "_index": 67, + "_index": 392, "data": { "assets/endlessrunner": {}, "assets/magiclinker": {}, @@ -257788,7 +257788,7 @@ [ "whereas", { - "_index": 10117, + "_index": 7120, "data": { "ref/stable/string": {} }, @@ -257798,7 +257798,7 @@ [ "whether", { - "_index": 2013, + "_index": 827, "data": { "examples/render/camera": {}, "manuals/editor-scripts": {}, @@ -257825,7 +257825,7 @@ [ "which", { - "_index": 26, + "_index": 471, "data": { "assets/cafebazaar": {}, "assets/def-behavior-tree": {}, @@ -257952,7 +257952,7 @@ [ "whichever", { - "_index": 4458, + "_index": 408, "data": { "manuals/gui": {} }, @@ -257962,7 +257962,7 @@ [ "while", { - "_index": 1821, + "_index": 1882, "data": { "examples/particles/fire_and_smoke": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -258012,7 +258012,7 @@ [ "white", { - "_index": 1343, + "_index": 81, "data": { "manuals/extensions-ext-manifests": {}, "manuals/gui": {}, @@ -258025,7 +258025,7 @@ [ "whitespace", { - "_index": 4304, + "_index": 3153, "data": { "manuals/writing-code": {} }, @@ -258035,7 +258035,7 @@ [ "whithin", { - "_index": 9671, + "_index": 10259, "data": { "ref/stable/dmStaticAssert": {} }, @@ -258045,7 +258045,7 @@ [ "who", { - "_index": 5083, + "_index": 5183, "data": { "manuals/lua": {}, "ref/stable/dmScript": {} @@ -258056,7 +258056,7 @@ [ "whole", { - "_index": 1014, + "_index": 1311, "data": { "assets/deftable": {}, "manuals/editor-scripts-ui": {}, @@ -258077,7 +258077,7 @@ [ "wholly", { - "_index": 4756, + "_index": 3980, "data": { "manuals/physics-resolving-collisions": {} }, @@ -258087,7 +258087,7 @@ [ "whose", { - "_index": 7136, + "_index": 7345, "data": { "ref/stable/dmMemory": {}, "ref/stable/os": {}, @@ -258099,7 +258099,7 @@ [ "whquestdef", { - "_index": 6595, + "_index": 6717, "data": { "assets/whquestdef": {} }, @@ -258109,7 +258109,7 @@ [ "why", { - "_index": 1075, + "_index": 2372, "data": { "manuals/gui-script": {}, "manuals/hot-reload": {}, @@ -258123,7 +258123,7 @@ [ "wi", { - "_index": 4079, + "_index": 4278, "data": { "manuals/profiling": {} }, @@ -258133,7 +258133,7 @@ [ "wide", { - "_index": 1971, + "_index": 460, "data": { "assets/druid": {}, "examples/particles/modifiers": {}, @@ -258149,7 +258149,7 @@ [ "widely", { - "_index": 2828, + "_index": 4186, "data": { "manuals/application-security": {}, "manuals/editor-scripts": {} @@ -258160,7 +258160,7 @@ [ "wider", { - "_index": 4470, + "_index": 458, "data": { "manuals/gui": {} }, @@ -258170,7 +258170,7 @@ [ "widget", { - "_index": 6554, + "_index": 6572, "data": { "assets/defold-timer": {} }, @@ -258180,7 +258180,7 @@ [ "widgets", { - "_index": 6628, + "_index": 6542, "data": { "assets/defold-cairo": {} }, @@ -258190,7 +258190,7 @@ [ "width", { - "_index": 65, + "_index": 88, "data": { "examples/gui/healthbar": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -258223,7 +258223,7 @@ [ "wifi", { - "_index": 3407, + "_index": 2939, "data": { "manuals/dev-app": {}, "manuals/ios": {}, @@ -258235,7 +258235,7 @@ [ "wiggle", { - "_index": 455, + "_index": 4500, "data": { "manuals/model-animation": {} }, @@ -258245,7 +258245,7 @@ [ "wiggle_done", { - "_index": 535, + "_index": 4526, "data": { "manuals/model-animation": {} }, @@ -258255,7 +258255,7 @@ [ "wiggler", { - "_index": 497, + "_index": 4515, "data": { "manuals/model-animation": {} }, @@ -258265,7 +258265,7 @@ [ "wil", { - "_index": 9545, + "_index": 9182, "data": { "ref/stable/dmGameObject": {} }, @@ -258275,7 +258275,7 @@ [ "wild", { - "_index": 8133, + "_index": 10445, "data": { "ref/stable/socket": {} }, @@ -258285,7 +258285,7 @@ [ "wildcard", { - "_index": 3053, + "_index": 5037, "data": { "manuals/live-update-aws": {} }, @@ -258295,7 +258295,7 @@ [ "will", { - "_index": 68, + "_index": 269, "data": { "assets/3deforms": {}, "examples/factory/dynamic": {}, @@ -258455,7 +258455,7 @@ [ "willing", { - "_index": 8178, + "_index": 10489, "data": { "ref/stable/socket": {} }, @@ -258465,7 +258465,7 @@ [ "win", { - "_index": 4493, + "_index": 609, "data": { "manuals/gui": {} }, @@ -258475,7 +258475,7 @@ [ "win/linux", { - "_index": 5822, + "_index": 5569, "data": { "manuals/editor": {} }, @@ -258485,7 +258485,7 @@ [ "win32", { - "_index": 4219, + "_index": 3261, "data": { "manuals/bob": {}, "manuals/debugging-native-code": {}, @@ -258500,7 +258500,7 @@ [ "windbg", { - "_index": 4779, + "_index": 4965, "data": { "manuals/debugging-native-code": {} }, @@ -258510,7 +258510,7 @@ [ "window", { - "_index": 1805, + "_index": 456, "data": { "assets/defwindow": {}, "assets/derez": {}, @@ -258542,7 +258542,7 @@ [ "window.dimming_off", { - "_index": 9680, + "_index": 7188, "data": { "ref/stable/window": {} }, @@ -258552,7 +258552,7 @@ [ "window.dimming_on", { - "_index": 9682, + "_index": 7192, "data": { "ref/stable/window": {} }, @@ -258562,7 +258562,7 @@ [ "window.dimming_unknown", { - "_index": 9684, + "_index": 7194, "data": { "ref/stable/window": {} }, @@ -258572,7 +258572,7 @@ [ "window.get_dim_mode", { - "_index": 9686, + "_index": 7196, "data": { "ref/stable/window": {} }, @@ -258582,7 +258582,7 @@ [ "window.get_mouse_lock", { - "_index": 9688, + "_index": 7198, "data": { "ref/stable/window": {} }, @@ -258592,7 +258592,7 @@ [ "window.get_size", { - "_index": 6038, + "_index": 3451, "data": { "examples/material/screenspace": {}, "manuals/camera": {}, @@ -258604,7 +258604,7 @@ [ "window.set_dim_mode", { - "_index": 9690, + "_index": 7201, "data": { "ref/stable/window": {} }, @@ -258614,7 +258614,7 @@ [ "window.set_listener", { - "_index": 9692, + "_index": 7203, "data": { "ref/stable/window": {} }, @@ -258624,7 +258624,7 @@ [ "window.set_mouse_lock", { - "_index": 9698, + "_index": 7210, "data": { "ref/stable/window": {} }, @@ -258634,7 +258634,7 @@ [ "window.window_event_deiconified", { - "_index": 9697, + "_index": 7209, "data": { "ref/stable/window": {} }, @@ -258644,7 +258644,7 @@ [ "window.window_event_focus_gained", { - "_index": 9694, + "_index": 7206, "data": { "ref/stable/sound": {}, "ref/stable/window": {} @@ -258655,7 +258655,7 @@ [ "window.window_event_focus_lost", { - "_index": 9693, + "_index": 7205, "data": { "ref/stable/window": {} }, @@ -258665,7 +258665,7 @@ [ "window.window_event_iconfied", { - "_index": 9706, + "_index": 7218, "data": { "ref/stable/window": {} }, @@ -258675,7 +258675,7 @@ [ "window.window_event_iconified", { - "_index": 9696, + "_index": 7208, "data": { "ref/stable/window": {} }, @@ -258685,7 +258685,7 @@ [ "window.window_event_resized", { - "_index": 9695, + "_index": 7207, "data": { "ref/stable/window": {} }, @@ -258695,7 +258695,7 @@ [ "window_event_deiconified", { - "_index": 9702, + "_index": 7214, "data": { "ref/stable/window": {} }, @@ -258705,7 +258705,7 @@ [ "window_event_focus_gained", { - "_index": 9704, + "_index": 7216, "data": { "ref/stable/window": {} }, @@ -258715,7 +258715,7 @@ [ "window_event_focus_lost", { - "_index": 9705, + "_index": 7217, "data": { "ref/stable/window": {} }, @@ -258725,7 +258725,7 @@ [ "window_event_iconfied", { - "_index": 9707, + "_index": 7219, "data": { "ref/stable/window": {} }, @@ -258735,7 +258735,7 @@ [ "window_event_resized", { - "_index": 9710, + "_index": 7222, "data": { "ref/stable/window": {} }, @@ -258745,7 +258745,7 @@ [ "window_height", { - "_index": 6039, + "_index": 3452, "data": { "manuals/camera": {} }, @@ -258755,7 +258755,7 @@ [ "window_resized", { - "_index": 2679, + "_index": 1779, "data": { "manuals/gui-layouts": {}, "manuals/render": {}, @@ -258767,7 +258767,7 @@ [ "window_width", { - "_index": 6036, + "_index": 3449, "data": { "manuals/camera": {} }, @@ -258777,7 +258777,7 @@ [ "windows", { - "_index": 1373, + "_index": 1999, "data": { "assets/defdiags": {}, "assets/defmnu": {}, @@ -258807,7 +258807,7 @@ [ "wins", { - "_index": 5633, + "_index": 2109, "data": { "manuals/optimization-size": {} }, @@ -258817,7 +258817,7 @@ [ "winsock", { - "_index": 8237, + "_index": 10541, "data": { "ref/stable/socket": {} }, @@ -258827,7 +258827,7 @@ [ "wipes", { - "_index": 4228, + "_index": 3274, "data": { "manuals/bob": {} }, @@ -258837,7 +258837,7 @@ [ "wirelessly", { - "_index": 5397, + "_index": 6050, "data": { "manuals/android": {} }, @@ -258847,7 +258847,7 @@ [ "wisdom", { - "_index": 5090, + "_index": 5191, "data": { "manuals/lua": {} }, @@ -258857,7 +258857,7 @@ [ "wise", { - "_index": 8352, + "_index": 7050, "data": { "ref/stable/buffer": {}, "ref/stable/vmath": {} @@ -258868,7 +258868,7 @@ [ "wish", { - "_index": 996, + "_index": 537, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/android": {}, @@ -258896,7 +258896,7 @@ [ "with", { - "_index": 137, + "_index": 169, "data": { "assets/admob-defold": {}, "assets/apkverifier": {}, @@ -259146,7 +259146,7 @@ [ "withalignment", { - "_index": 10685, + "_index": 8839, "data": { "ref/stable/editor": {} }, @@ -259156,7 +259156,7 @@ [ "within", { - "_index": 1145, + "_index": 249, "data": { "assets/safearea": {}, "examples/gui/drag": {}, @@ -259198,7 +259198,7 @@ [ "without", { - "_index": 719, + "_index": 442, "data": { "assets/adinfo": {}, "assets/firebase-remoteconfig": {}, @@ -259247,7 +259247,7 @@ [ "woken", { - "_index": 8922, + "_index": 10102, "data": { "ref/stable/b2d.body": {} }, @@ -259257,7 +259257,7 @@ [ "won't", { - "_index": 2491, + "_index": 2863, "data": { "examples/timer/cancel_timer": {}, "manuals/atlas": {}, @@ -259271,7 +259271,7 @@ [ "won\u2019t", { - "_index": 5816, + "_index": 5562, "data": { "manuals/editor": {} }, @@ -259281,7 +259281,7 @@ [ "wood", { - "_index": 6119, + "_index": 6109, "data": { "examples/gui/slice9": {} }, @@ -259291,7 +259291,7 @@ [ "word", { - "_index": 3903, + "_index": 1373, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/debug": {}, @@ -259303,7 +259303,7 @@ [ "words", { - "_index": 3177, + "_index": 410, "data": { "manuals/gui": {}, "manuals/particlefx": {}, @@ -259316,7 +259316,7 @@ [ "work", { - "_index": 427, + "_index": 710, "data": { "assets/defold-oop": {}, "assets/protobuf": {}, @@ -259357,7 +259357,7 @@ [ "workaround", { - "_index": 2397, + "_index": 4937, "data": { "manuals/getting-help": {} }, @@ -259367,7 +259367,7 @@ [ "workarounds", { - "_index": 2414, + "_index": 4944, "data": { "manuals/getting-help": {} }, @@ -259377,7 +259377,7 @@ [ "worked", { - "_index": 443, + "_index": 3579, "data": { "manuals/project-setup": {} }, @@ -259387,7 +259387,7 @@ [ "worker", { - "_index": 6918, + "_index": 8418, "data": { "ref/stable/dmResource": {}, "ref/stable/resource": {} @@ -259398,7 +259398,7 @@ [ "workflow", { - "_index": 3835, + "_index": 4397, "data": { "manuals/bundling": {}, "manuals/debugging-native-code-android": {}, @@ -259412,7 +259412,7 @@ [ "workflows", { - "_index": 3785, + "_index": 4359, "data": { "manuals/version-control": {} }, @@ -259422,7 +259422,7 @@ [ "working", { - "_index": 766, + "_index": 3727, "data": { "assets/rustore-remoteconfig": {}, "manuals/caching-assets": {}, @@ -259447,7 +259447,7 @@ [ "works", { - "_index": 1045, + "_index": 441, "data": { "assets/matchanovel": {}, "examples/particles/modifiers": {}, @@ -259485,7 +259485,7 @@ [ "workspace", { - "_index": 4311, + "_index": 2008, "data": { "assets/lua-language-server": {}, "manuals/editor-preferences": {}, @@ -259498,7 +259498,7 @@ [ "world", { - "_index": 640, + "_index": 1158, "data": { "assets/alienworld": {}, "assets/defgraph": {}, @@ -259544,7 +259544,7 @@ [ "world"", { - "_index": 10133, + "_index": 7138, "data": { "ref/stable/string": {} }, @@ -259554,7 +259554,7 @@ [ "world's", { - "_index": 956, + "_index": 2648, "data": { "manuals/input": {}, "manuals/shader": {}, @@ -259566,7 +259566,7 @@ [ "world_to_local_position", { - "_index": 9088, + "_index": 9913, "data": { "ref/stable/go": {} }, @@ -259576,7 +259576,7 @@ [ "world_to_local_transform", { - "_index": 9090, + "_index": 9915, "data": { "ref/stable/go": {} }, @@ -259586,7 +259586,7 @@ [ "worlds", { - "_index": 672, + "_index": 2519, "data": { "assets/defold-tile-raycast": {}, "manuals/application-security": {}, @@ -259601,7 +259601,7 @@ [ "worry", { - "_index": 4839, + "_index": 3347, "data": { "manuals/addressing": {} }, @@ -259611,7 +259611,7 @@ [ "wortal", { - "_index": 6599, + "_index": 6504, "data": { "assets/wortal": {} }, @@ -259621,7 +259621,7 @@ [ "worth", { - "_index": 1655, + "_index": 3625, "data": { "manuals/extensions-best-practices": {}, "manuals/flash": {}, @@ -259633,7 +259633,7 @@ [ "would", { - "_index": 1570, + "_index": 2220, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/addressing": {}, @@ -259658,7 +259658,7 @@ [ "wrap", { - "_index": 69, + "_index": 287, "data": { "manuals/compute": {}, "manuals/editor-scripts-ui": {}, @@ -259676,7 +259676,7 @@ [ "wrapped", { - "_index": 1197, + "_index": 1447, "data": { "manuals/editor-scripts-ui": {}, "manuals/shader": {}, @@ -259689,7 +259689,7 @@ [ "wrapper", { - "_index": 3946, + "_index": 1446, "data": { "assets/adswrapper": {}, "assets/yoga": {}, @@ -259702,7 +259702,7 @@ [ "wrapping", { - "_index": 2405, + "_index": 1374, "data": { "manuals/editor-scripts-ui": {}, "manuals/getting-help": {} @@ -259713,7 +259713,7 @@ [ "wraps", { - "_index": 6503, + "_index": 6463, "data": { "assets/pcg-random": {}, "assets/sfmt": {}, @@ -259726,7 +259726,7 @@ [ "writable", { - "_index": 5351, + "_index": 5832, "data": { "manuals/macos": {}, "ref/stable/socket": {} @@ -259737,7 +259737,7 @@ [ "write", { - "_index": 882, + "_index": 1596, "data": { "assets/compat53": {}, "assets/defold-neovim": {}, @@ -259770,7 +259770,7 @@ [ "write_dump", { - "_index": 9967, + "_index": 8707, "data": { "ref/stable/crash": {} }, @@ -259780,7 +259780,7 @@ [ "write_external_storage", { - "_index": 5007, + "_index": 4611, "data": { "manuals/extensions-manifest-merge-tool": {} }, @@ -259790,7 +259790,7 @@ [ "writer", { - "_index": 6256, + "_index": 6303, "data": { "assets/printer": {} }, @@ -259800,7 +259800,7 @@ [ "writes", { - "_index": 2301, + "_index": 844, "data": { "manuals/html5": {}, "manuals/ios": {}, @@ -259812,7 +259812,7 @@ [ "writing", { - "_index": 1040, + "_index": 899, "data": { "assets/haxesupport": {}, "assets/ts-defold": {}, @@ -259832,7 +259832,7 @@ [ "written", { - "_index": 1054, + "_index": 2389, "data": { "examples/material/screenspace": {}, "examples/material/unlit": {}, @@ -259859,7 +259859,7 @@ [ "wrong", { - "_index": 2259, + "_index": 486, "data": { "manuals/glossary": {}, "manuals/gui": {}, @@ -259873,7 +259873,7 @@ [ "ws://127.0.0.1:17815/rmt", { - "_index": 4041, + "_index": 4239, "data": { "manuals/profiling": {} }, @@ -259883,7 +259883,7 @@ [ "wx", { - "_index": 6042, + "_index": 3455, "data": { "manuals/camera": {} }, @@ -259893,7 +259893,7 @@ [ "wy", { - "_index": 6043, + "_index": 3456, "data": { "manuals/camera": {} }, @@ -259903,7 +259903,7 @@ [ "wz", { - "_index": 6044, + "_index": 3457, "data": { "manuals/camera": {} }, @@ -259913,7 +259913,7 @@ [ "x", { - "_index": 229, + "_index": 306, "data": { "examples/gui/healthbar": {}, "examples/movement/look_at": {}, @@ -259964,7 +259964,7 @@ [ "x,y,z", { - "_index": 7564, + "_index": 8462, "data": { "ref/stable/dmTransform": {}, "ref/stable/render": {} @@ -259975,7 +259975,7 @@ [ "x/y", { - "_index": 3207, + "_index": 1230, "data": { "manuals/flash": {}, "manuals/particlefx": {} @@ -259986,7 +259986,7 @@ [ "x/y/z", { - "_index": 3203, + "_index": 1222, "data": { "manuals/particlefx": {} }, @@ -259996,7 +259996,7 @@ [ "x00d7", { - "_index": 8301, + "_index": 6994, "data": { "ref/stable/vmath": {} }, @@ -260006,7 +260006,7 @@ [ "x03b8", { - "_index": 8307, + "_index": 7000, "data": { "ref/stable/vmath": {} }, @@ -260016,7 +260016,7 @@ [ "x11glxcontext", { - "_index": 10226, + "_index": 6827, "data": { "ref/stable/dmGraphics": {} }, @@ -260026,7 +260026,7 @@ [ "x11window", { - "_index": 10230, + "_index": 6831, "data": { "ref/stable/dmGraphics": {} }, @@ -260036,7 +260036,7 @@ [ "x2", { - "_index": 847, + "_index": 5623, "data": { "manuals/label": {} }, @@ -260046,7 +260046,7 @@ [ "x22c5", { - "_index": 8305, + "_index": 6998, "data": { "ref/stable/vmath": {} }, @@ -260056,7 +260056,7 @@ [ "x86", { - "_index": 4220, + "_index": 3262, "data": { "manuals/bob": {}, "manuals/extensions-best-practices": {}, @@ -260068,7 +260068,7 @@ [ "x86_64", { - "_index": 4212, + "_index": 3253, "data": { "manuals/bob": {}, "manuals/editor-scripts": {}, @@ -260082,7 +260082,7 @@ [ "x^0.5", { - "_index": 9779, + "_index": 7293, "data": { "ref/stable/math": {} }, @@ -260092,7 +260092,7 @@ [ "x^y", { - "_index": 9763, + "_index": 7275, "data": { "ref/stable/math": {} }, @@ -260102,7 +260102,7 @@ [ "xbox", { - "_index": 4255, + "_index": 3788, "data": { "manuals/microsoft-xbox": {} }, @@ -260112,7 +260112,7 @@ [ "xcode", { - "_index": 1509, + "_index": 2941, "data": { "manuals/debugging-game-and-system-logs": {}, "manuals/debugging-native-code": {}, @@ -260129,7 +260129,7 @@ [ "xcrun", { - "_index": 3487, + "_index": 3031, "data": { "manuals/ios": {}, "manuals/macos": {} @@ -260140,7 +260140,7 @@ [ "xml", { - "_index": 3055, + "_index": 3874, "data": { "manuals/bundling": {}, "manuals/extensions-manifest-merge-tool": {}, @@ -260154,7 +260154,7 @@ [ "xor", { - "_index": 7766, + "_index": 8617, "data": { "ref/stable/bit": {} }, @@ -260164,7 +260164,7 @@ [ "xp", { - "_index": 6412, + "_index": 6623, "data": { "assets/xplevelupsystem": {} }, @@ -260174,7 +260174,7 @@ [ "xp/ix3", { - "_index": 2746, + "_index": 4122, "data": { "manuals/application-security": {} }, @@ -260184,7 +260184,7 @@ [ "xpcall", { - "_index": 10441, + "_index": 10661, "data": { "ref/stable/base": {} }, @@ -260194,7 +260194,7 @@ [ "xplevelupsystem", { - "_index": 6411, + "_index": 6622, "data": { "assets/xplevelupsystem": {} }, @@ -260204,7 +260204,7 @@ [ "xr", { - "_index": 4233, + "_index": 3280, "data": { "manuals/bob": {} }, @@ -260214,7 +260214,7 @@ [ "xy", { - "_index": 9762, + "_index": 7274, "data": { "ref/stable/math": {} }, @@ -260224,7 +260224,7 @@ [ "xyz", { - "_index": 7705, + "_index": 7392, "data": { "ref/stable/dmVMath": {} }, @@ -260234,7 +260234,7 @@ [ "y", { - "_index": 230, + "_index": 371, "data": { "examples/movement/look_at": {}, "examples/particles/fire_and_smoke": {}, @@ -260268,7 +260268,7 @@ [ "y/x", { - "_index": 9725, + "_index": 7236, "data": { "ref/stable/math": {} }, @@ -260278,7 +260278,7 @@ [ "yagames", { - "_index": 6758, + "_index": 6401, "data": { "assets/yagames": {} }, @@ -260288,7 +260288,7 @@ [ "yametrica", { - "_index": 6466, + "_index": 6514, "data": { "assets/yametrica": {} }, @@ -260298,7 +260298,7 @@ [ "yaml", { - "_index": 589, + "_index": 4653, "data": { "manuals/app-manifest": {}, "manuals/extensions": {}, @@ -260310,7 +260310,7 @@ [ "yandex", { - "_index": 6296, + "_index": 6743, "data": { "assets/adswrapper": {} }, @@ -260320,7 +260320,7 @@ [ "yandex.games", { - "_index": 6759, + "_index": 6402, "data": { "assets/yagames": {} }, @@ -260330,7 +260330,7 @@ [ "yandex.metrica", { - "_index": 6467, + "_index": 6515, "data": { "assets/yametrica": {} }, @@ -260340,7 +260340,7 @@ [ "yaw", { - "_index": 6178, + "_index": 6192, "data": { "examples/render/orbit_camera": {} }, @@ -260350,7 +260350,7 @@ [ "yday", { - "_index": 8539, + "_index": 9937, "data": { "ref/stable/os": {} }, @@ -260360,7 +260360,7 @@ [ "year", { - "_index": 3419, + "_index": 2958, "data": { "manuals/ios": {}, "ref/stable/os": {} @@ -260371,7 +260371,7 @@ [ "years", { - "_index": 5425, + "_index": 6076, "data": { "manuals/android": {} }, @@ -260381,7 +260381,7 @@ [ "yes", { - "_index": 3609, + "_index": 1674, "data": { "manuals/bob": {}, "manuals/file-access": {}, @@ -260393,7 +260393,7 @@ [ "yet", { - "_index": 3877, + "_index": 1336, "data": { "manuals/editor-scripts-ui": {}, "manuals/importing-models": {}, @@ -260406,7 +260406,7 @@ [ "yield", { - "_index": 231, + "_index": 5534, "data": { "manuals/physics-shapes": {}, "ref/stable/coroutine": {}, @@ -260418,7 +260418,7 @@ [ "yielded", { - "_index": 7238, + "_index": 8713, "data": { "ref/stable/coroutine": {} }, @@ -260428,7 +260428,7 @@ [ "yields", { - "_index": 4211, + "_index": 3251, "data": { "manuals/bob": {}, "manuals/property-animation": {}, @@ -260441,7 +260441,7 @@ [ "yml", { - "_index": 1863, + "_index": 4785, "data": { "manuals/extender-docker-images": {}, "manuals/extensions-script-api": {} @@ -260452,7 +260452,7 @@ [ "yoga", { - "_index": 6414, + "_index": 6468, "data": { "assets/yoga": {} }, @@ -260462,7 +260462,7 @@ [ "you", { - "_index": 22, + "_index": 153, "data": { "assets/3deforms": {}, "assets/adswrapper": {}, @@ -260622,7 +260622,7 @@ [ "you'll", { - "_index": 3854, + "_index": 1288, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/editor-scripts-ui": {}, @@ -260635,7 +260635,7 @@ [ "you're", { - "_index": 4808, + "_index": 3348, "data": { "manuals/addressing": {}, "manuals/debugging-native-code": {} @@ -260646,7 +260646,7 @@ [ "you've", { - "_index": 3066, + "_index": 5047, "data": { "manuals/live-update-aws": {} }, @@ -260656,7 +260656,7 @@ [ "your", { - "_index": 152, + "_index": 198, "data": { "assets/3deforms": {}, "assets/admob-defold": {}, @@ -260780,7 +260780,7 @@ [ "your.app", { - "_index": 3489, + "_index": 3033, "data": { "manuals/ios": {} }, @@ -260790,7 +260790,7 @@ [ "yourself", { - "_index": 4068, + "_index": 270, "data": { "manuals/addressing": {}, "manuals/android": {}, @@ -260806,7 +260806,7 @@ [ "youtube", { - "_index": 8394, + "_index": 9527, "data": { "ref/stable/sys": {} }, @@ -260816,7 +260816,7 @@ [ "z", { - "_index": 227, + "_index": 509, "data": { "examples/basics/z_order": {}, "examples/movement/look_rotation": {}, @@ -260851,7 +260851,7 @@ [ "zero", { - "_index": 1227, + "_index": 1186, "data": { "assets/googleplaygameservices": {}, "manuals/collection-proxy": {}, @@ -260891,7 +260891,7 @@ [ "zerobrane", { - "_index": 4978, + "_index": 2430, "data": { "manuals/zerobrane": {} }, @@ -260901,7 +260901,7 @@ [ "zerobrane\u2019s", { - "_index": 4988, + "_index": 2449, "data": { "manuals/zerobrane": {} }, @@ -260911,7 +260911,7 @@ [ "zeros", { - "_index": 9712, + "_index": 7111, "data": { "ref/stable/builtins": {}, "ref/stable/string": {} @@ -260922,7 +260922,7 @@ [ "zip", { - "_index": 1806, + "_index": 2337, "data": { "manuals/bundling": {}, "manuals/debugging-native-code": {}, @@ -260939,7 +260939,7 @@ [ "zip_filename", { - "_index": 5798, + "_index": 3960, "data": { "manuals/live-update-scripting": {} }, @@ -260949,7 +260949,7 @@ [ "zlib", { - "_index": 9662, + "_index": 9030, "data": { "ref/stable/zlib": {} }, @@ -260959,7 +260959,7 @@ [ "zlib.deflate", { - "_index": 9661, + "_index": 9029, "data": { "ref/stable/zlib": {} }, @@ -260969,7 +260969,7 @@ [ "zlib.inflate", { - "_index": 9665, + "_index": 9034, "data": { "ref/stable/zlib": {} }, @@ -260979,7 +260979,7 @@ [ "zoom", { - "_index": 3160, + "_index": 412, "data": { "examples/render/orbit_camera": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -260998,7 +260998,7 @@ [ "zoom_speed", { - "_index": 6175, + "_index": 6189, "data": { "examples/render/orbit_camera": {} }, @@ -261008,7 +261008,7 @@ [ "zoomed", { - "_index": 4689, + "_index": 2215, "data": { "manuals/adapting-graphics-to-screen-size": {} }, @@ -261018,7 +261018,7 @@ [ "zyxwvutsrqponmlkjihgfedcbazyxwvutsrqponmlkjihgfedcba", { - "_index": 4964, + "_index": 4770, "data": { "manuals/extensions": {} }, @@ -261028,7 +261028,7 @@ [ "\u2461", { - "_index": 3524, + "_index": 1580, "data": { "manuals/message-passing": {} }, @@ -261038,7 +261038,7 @@ [ "\u2462", { - "_index": 3540, + "_index": 1613, "data": { "manuals/message-passing": {} }, From 98e09b014caafcec8e5c7f042d0f1d9a4cc59799 Mon Sep 17 00:00:00 2001 From: "services@defold.se" Date: Mon, 16 Dec 2024 11:54:45 +0000 Subject: [PATCH 4/8] Site changes [skip-ci] --- _data/ref/stable/camera.json | 33 + _data/ref/stable/dmStringFunc.json | 2 +- _data/ref/stable/dmTime.json | 23 + _data/ref/stable/editor.json | 432 + _data/ref/stable/gui.json | 114 + _data/ref/stable/profiler.json | 2 +- _data/ref/stable/render.json | 24 + _data/ref/stable/sys.json | 15 + _data/ref/stable/vmath.json | 91 + searchindex.json | 113615 +++++++++++++------------- 10 files changed, 58095 insertions(+), 56256 deletions(-) diff --git a/_data/ref/stable/camera.json b/_data/ref/stable/camera.json index 6379fe9a1..12efb7295 100644 --- a/_data/ref/stable/camera.json +++ b/_data/ref/stable/camera.json @@ -71,6 +71,39 @@ "tparams": [], "type": "FUNCTION" }, + { + "brief": "get enabled", + "description": "get enabled", + "error": "", + "examples": "", + "language": "", + "members": [], + "name": "camera.get_enabled", + "notes": [], + "parameters": [ + { + "doc": "camera id", + "name": "camera", + "types": [ + "url", + "handle", + "nil" + ] + } + ], + "replaces": "", + "returnvalues": [ + { + "doc": "true if the camera is enabled", + "name": "flag", + "types": [ + "bool" + ] + } + ], + "tparams": [], + "type": "FUNCTION" + }, { "brief": "get far z", "description": "get far z", diff --git a/_data/ref/stable/dmStringFunc.json b/_data/ref/stable/dmStringFunc.json index 2ab6f6148..35263543d 100644 --- a/_data/ref/stable/dmStringFunc.json +++ b/_data/ref/stable/dmStringFunc.json @@ -123,7 +123,7 @@ }, { "brief": "Size-bounded string concatenation.", - "description": "Size-bounded string concatenation. Same as OpenBSD 2.4 strlcat.\nAppends src to string dst of size siz (unlike strncat, siz is the full size of dst, not space left).\nAt most siz-1 characters will be copied. Always NUL terminates (unless siz == 0).\nReturns strlen(src); if retval >= siz, truncation occurred.", + "description": "Size-bounded string concatenation. Same as OpenBSD 2.4 strlcat.\nAppends src to string dst of size siz (unlike strncat, siz is the full size of dst, not space left).\nAt most siz-1 characters will be copied. Always NUL terminates (unless siz == 0).\nReturns strlen(dst) + strlen(src); if retval >= siz, truncation occurred.", "error": "", "examples": "
const char* src = "foo";\nchar dst[3] = { 0 };\ndmStrlCat(dst, src, sizeof(dst)); // dst = "fo"\n
", "language": "", diff --git a/_data/ref/stable/dmTime.json b/_data/ref/stable/dmTime.json index cf9ccce47..fb99bb321 100644 --- a/_data/ref/stable/dmTime.json +++ b/_data/ref/stable/dmTime.json @@ -1,5 +1,28 @@ { "elements": [ + { + "brief": "get monotonic time in microseconds", + "description": "Get monotonic time in microseconds since some unspecified starting point.", + "error": "", + "examples": "", + "language": "", + "members": [], + "name": "dmTime::GetMonotonicTime", + "notes": [], + "parameters": [], + "replaces": "", + "returnvalues": [ + { + "doc": "Monotonic time in microseconds", + "name": "result", + "types": [ + "uint64_t" + ] + } + ], + "tparams": [], + "type": "FUNCTION" + }, { "brief": "get current time in microseconds", "description": "Get current time in microseconds since Jan. 1, 1970.", diff --git a/_data/ref/stable/editor.json b/_data/ref/stable/editor.json index 9f9a77ff0..4c381f24e 100644 --- a/_data/ref/stable/editor.json +++ b/_data/ref/stable/editor.json @@ -315,6 +315,438 @@ "tparams": [], "type": "VARIABLE" }, + { + "brief": "get preference value", + "description": "Get preference value\nThe schema for the preference value should be defined beforehand.", + "error": "", + "examples": "", + "language": "", + "members": [], + "name": "editor.prefs.get", + "notes": [], + "parameters": [ + { + "doc": "dot-separated preference key path", + "name": "key", + "types": [ + "string" + ] + } + ], + "replaces": "", + "returnvalues": [ + { + "doc": "current pref value or default if a schema for the key path exists, nil otherwise", + "name": "value", + "types": [ + "any" + ] + } + ], + "tparams": [], + "type": "FUNCTION" + }, + { + "brief": "array schema", + "description": "array schema", + "error": "", + "examples": "", + "language": "", + "members": [], + "name": "editor.prefs.schema.array", + "notes": [], + "parameters": [ + { + "doc": "Required opts:
item schema
array item schema
Optional opts:
default item[]
default value
scope string
preference scope; either:
  • editor.prefs.SCOPE.GLOBAL: same preference value is used in every project on this computer
  • editor.prefs.SCOPE.PROJECT: a separate preference value per project
", + "name": "opts", + "types": [ + "table" + ] + } + ], + "replaces": "", + "returnvalues": [ + { + "doc": "Prefs schema", + "name": "value", + "types": [ + "schema" + ] + } + ], + "tparams": [], + "type": "FUNCTION" + }, + { + "brief": "boolean schema", + "description": "boolean schema", + "error": "", + "examples": "", + "language": "", + "members": [], + "name": "editor.prefs.schema.boolean", + "notes": [], + "parameters": [ + { + "doc": "Optional opts:
default boolean
default value
scope string
preference scope; either:
  • editor.prefs.SCOPE.GLOBAL: same preference value is used in every project on this computer
  • editor.prefs.SCOPE.PROJECT: a separate preference value per project
", + "name": "[opts]", + "types": [ + "table" + ] + } + ], + "replaces": "", + "returnvalues": [ + { + "doc": "Prefs schema", + "name": "value", + "types": [ + "schema" + ] + } + ], + "tparams": [], + "type": "FUNCTION" + }, + { + "brief": "enum value schema", + "description": "enum value schema", + "error": "", + "examples": "", + "language": "", + "members": [], + "name": "editor.prefs.schema.enum", + "notes": [], + "parameters": [ + { + "doc": "Required opts:
values any[]
allowed values, must be scalar (nil, boolean, number or string)
Optional opts:
default any
default value
scope string
preference scope; either:
  • editor.prefs.SCOPE.GLOBAL: same preference value is used in every project on this computer
  • editor.prefs.SCOPE.PROJECT: a separate preference value per project
", + "name": "opts", + "types": [ + "table" + ] + } + ], + "replaces": "", + "returnvalues": [ + { + "doc": "Prefs schema", + "name": "value", + "types": [ + "schema" + ] + } + ], + "tparams": [], + "type": "FUNCTION" + }, + { + "brief": "integer schema", + "description": "integer schema", + "error": "", + "examples": "", + "language": "", + "members": [], + "name": "editor.prefs.schema.integer", + "notes": [], + "parameters": [ + { + "doc": "Optional opts:
default integer
default value
scope string
preference scope; either:
  • editor.prefs.SCOPE.GLOBAL: same preference value is used in every project on this computer
  • editor.prefs.SCOPE.PROJECT: a separate preference value per project
", + "name": "[opts]", + "types": [ + "table" + ] + } + ], + "replaces": "", + "returnvalues": [ + { + "doc": "Prefs schema", + "name": "value", + "types": [ + "schema" + ] + } + ], + "tparams": [], + "type": "FUNCTION" + }, + { + "brief": "keyword schema", + "description": "keyword schema\nA keyword is a short string that is interned within the editor runtime, useful e.g. for identifiers", + "error": "", + "examples": "", + "language": "", + "members": [], + "name": "editor.prefs.schema.keyword", + "notes": [], + "parameters": [ + { + "doc": "Optional opts:
default string
default value
scope string
preference scope; either:
  • editor.prefs.SCOPE.GLOBAL: same preference value is used in every project on this computer
  • editor.prefs.SCOPE.PROJECT: a separate preference value per project
", + "name": "[opts]", + "types": [ + "table" + ] + } + ], + "replaces": "", + "returnvalues": [ + { + "doc": "Prefs schema", + "name": "value", + "types": [ + "schema" + ] + } + ], + "tparams": [], + "type": "FUNCTION" + }, + { + "brief": "floating-point number schema", + "description": "floating-point number schema", + "error": "", + "examples": "", + "language": "", + "members": [], + "name": "editor.prefs.schema.number", + "notes": [], + "parameters": [ + { + "doc": "Optional opts:
default number
default value
scope string
preference scope; either:
  • editor.prefs.SCOPE.GLOBAL: same preference value is used in every project on this computer
  • editor.prefs.SCOPE.PROJECT: a separate preference value per project
", + "name": "[opts]", + "types": [ + "table" + ] + } + ], + "replaces": "", + "returnvalues": [ + { + "doc": "Prefs schema", + "name": "value", + "types": [ + "schema" + ] + } + ], + "tparams": [], + "type": "FUNCTION" + }, + { + "brief": "heterogeneous object schema", + "description": "heterogeneous object schema", + "error": "", + "examples": "", + "language": "", + "members": [], + "name": "editor.prefs.schema.object", + "notes": [], + "parameters": [ + { + "doc": "Required opts:
properties table<string, schema>
a table from property key (string) to value schema
Optional opts:
default table
default value
scope string
preference scope; either:
  • editor.prefs.SCOPE.GLOBAL: same preference value is used in every project on this computer
  • editor.prefs.SCOPE.PROJECT: a separate preference value per project
", + "name": "opts", + "types": [ + "table" + ] + } + ], + "replaces": "", + "returnvalues": [ + { + "doc": "Prefs schema", + "name": "value", + "types": [ + "schema" + ] + } + ], + "tparams": [], + "type": "FUNCTION" + }, + { + "brief": "homogeneous object schema", + "description": "homogeneous object schema", + "error": "", + "examples": "", + "language": "", + "members": [], + "name": "editor.prefs.schema.object_of", + "notes": [], + "parameters": [ + { + "doc": "Required opts:
key schema
table key schema
val schema
table value schema
Optional opts:
default table
default value
scope string
preference scope; either:
  • editor.prefs.SCOPE.GLOBAL: same preference value is used in every project on this computer
  • editor.prefs.SCOPE.PROJECT: a separate preference value per project
", + "name": "opts", + "types": [ + "table" + ] + } + ], + "replaces": "", + "returnvalues": [ + { + "doc": "Prefs schema", + "name": "value", + "types": [ + "schema" + ] + } + ], + "tparams": [], + "type": "FUNCTION" + }, + { + "brief": "set schema", + "description": "set schema\nSet is represented as a lua table with true values", + "error": "", + "examples": "", + "language": "", + "members": [], + "name": "editor.prefs.schema.set", + "notes": [], + "parameters": [ + { + "doc": "Required opts:
item schema
set item schema
Optional opts:
default table<item, true>
default value
scope string
preference scope; either:
  • editor.prefs.SCOPE.GLOBAL: same preference value is used in every project on this computer
  • editor.prefs.SCOPE.PROJECT: a separate preference value per project
", + "name": "opts", + "types": [ + "table" + ] + } + ], + "replaces": "", + "returnvalues": [ + { + "doc": "Prefs schema", + "name": "value", + "types": [ + "schema" + ] + } + ], + "tparams": [], + "type": "FUNCTION" + }, + { + "brief": "string schema", + "description": "string schema", + "error": "", + "examples": "", + "language": "", + "members": [], + "name": "editor.prefs.schema.string", + "notes": [], + "parameters": [ + { + "doc": "Optional opts:
default string
default value
scope string
preference scope; either:
  • editor.prefs.SCOPE.GLOBAL: same preference value is used in every project on this computer
  • editor.prefs.SCOPE.PROJECT: a separate preference value per project
", + "name": "[opts]", + "types": [ + "table" + ] + } + ], + "replaces": "", + "returnvalues": [ + { + "doc": "Prefs schema", + "name": "value", + "types": [ + "schema" + ] + } + ], + "tparams": [], + "type": "FUNCTION" + }, + { + "brief": "tuple schema", + "description": "tuple schema\nA tuple is a fixed-length array where each item has its own defined type", + "error": "", + "examples": "", + "language": "", + "members": [], + "name": "editor.prefs.schema.tuple", + "notes": [], + "parameters": [ + { + "doc": "Required opts:
items schema[]
schemas for the items
Optional opts:
default any[]
default value
scope string
preference scope; either:
  • editor.prefs.SCOPE.GLOBAL: same preference value is used in every project on this computer
  • editor.prefs.SCOPE.PROJECT: a separate preference value per project
", + "name": "opts", + "types": [ + "table" + ] + } + ], + "replaces": "", + "returnvalues": [ + { + "doc": "Prefs schema", + "name": "value", + "types": [ + "schema" + ] + } + ], + "tparams": [], + "type": "FUNCTION" + }, + { + "brief": "\"global\"", + "description": "\"global\"", + "error": "", + "examples": "", + "language": "", + "members": [], + "name": "editor.prefs.SCOPE.GLOBAL", + "notes": [], + "parameters": [], + "replaces": "", + "returnvalues": [], + "tparams": [], + "type": "VARIABLE" + }, + { + "brief": "\"project\"", + "description": "\"project\"", + "error": "", + "examples": "", + "language": "", + "members": [], + "name": "editor.prefs.SCOPE.PROJECT", + "notes": [], + "parameters": [], + "replaces": "", + "returnvalues": [], + "tparams": [], + "type": "VARIABLE" + }, + { + "brief": "set preference value", + "description": "Set preference value\nThe schema for the preference value should be defined beforehand.", + "error": "", + "examples": "", + "language": "", + "members": [], + "name": "editor.prefs.set", + "notes": [], + "parameters": [ + { + "doc": "dot-separated preference key path", + "name": "key", + "types": [ + "string" + ] + }, + { + "doc": "new pref value to set", + "name": "value", + "types": [ + "any" + ] + } + ], + "replaces": "", + "returnvalues": [], + "tparams": [], + "type": "FUNCTION" + }, { "brief": "query information about a project resource", "description": "Query information about a project resource", diff --git a/_data/ref/stable/gui.json b/_data/ref/stable/gui.json index 451e6e29e..ca258fdfc 100644 --- a/_data/ref/stable/gui.json +++ b/_data/ref/stable/gui.json @@ -2477,6 +2477,45 @@ "tparams": [], "type": "FUNCTION" }, + { + "brief": "gets the node type", + "description": "gets the node type", + "error": "", + "examples": "", + "language": "", + "members": [], + "name": "gui.get_type", + "notes": [], + "parameters": [ + { + "doc": "node from which to get the type", + "name": "node", + "types": [ + "node" + ] + } + ], + "replaces": "", + "returnvalues": [ + { + "doc": "type\n
    \n
  • gui.TYPE_BOX
  • \n
  • gui.TYPE_TEXT
  • \n
  • gui.TYPE_PIE
  • \n
  • gui.TYPE_PARTICLEFX
  • \n
  • gui.TYPE_CUSTOM
  • \n
", + "name": "type", + "types": [ + "constant" + ] + }, + { + "doc": "id of the custom type", + "name": "subtype", + "types": [ + "integer", + "nil" + ] + } + ], + "tparams": [], + "type": "FUNCTION" + }, { "brief": "returns if a node is visible or not", "description": "Returns true if a node is visible and false if it's not.\nInvisible nodes are not rendered.", @@ -5158,6 +5197,81 @@ "tparams": [], "type": "FUNCTION" }, + { + "brief": "box type", + "description": "box type", + "error": "", + "examples": "", + "language": "", + "members": [], + "name": "gui.TYPE_BOX", + "notes": [], + "parameters": [], + "replaces": "", + "returnvalues": [], + "tparams": [], + "type": "VARIABLE" + }, + { + "brief": "custom type", + "description": "custom type", + "error": "", + "examples": "", + "language": "", + "members": [], + "name": "gui.TYPE_CUSTOM", + "notes": [], + "parameters": [], + "replaces": "", + "returnvalues": [], + "tparams": [], + "type": "VARIABLE" + }, + { + "brief": "particlefx type", + "description": "particlefx type", + "error": "", + "examples": "", + "language": "", + "members": [], + "name": "gui.TYPE_PARTICLEFX", + "notes": [], + "parameters": [], + "replaces": "", + "returnvalues": [], + "tparams": [], + "type": "VARIABLE" + }, + { + "brief": "pie type", + "description": "pie type", + "error": "", + "examples": "", + "language": "", + "members": [], + "name": "gui.TYPE_PIE", + "notes": [], + "parameters": [], + "replaces": "", + "returnvalues": [], + "tparams": [], + "type": "VARIABLE" + }, + { + "brief": "text type", + "description": "text type", + "error": "", + "examples": "", + "language": "", + "members": [], + "name": "gui.TYPE_TEXT", + "notes": [], + "parameters": [], + "replaces": "", + "returnvalues": [], + "tparams": [], + "type": "VARIABLE" + }, { "brief": "called when a gui component is initialized", "description": "This is a callback-function, which is called by the engine when a gui component is initialized. It can be used\nto set the initial state of the script and gui scene.", diff --git a/_data/ref/stable/profiler.json b/_data/ref/stable/profiler.json index debf74f7d..6b48c9b32 100644 --- a/_data/ref/stable/profiler.json +++ b/_data/ref/stable/profiler.json @@ -226,7 +226,7 @@ "notes": [], "parameters": [ { - "doc": "the mode to set the ui profiler in\n
    \n
  • profiler.MODE_RUN This is default mode that continously shows the last frame
  • \n
  • profiler.MODE_PAUSE Pauses on the currently displayed frame
  • \n
  • profiler.MODE_SHOW_PEAK_FRAME Pauses on the currently displayed frame but shows a new frame if that frame is slower
  • \n
  • profiler.MODE_RECORD Records all incoming frames to the recording buffer
  • \n
\nTo stop recording, switch to a different mode such as MODE_PAUSE or MODE_RUN.\nYou can also use the view_recorded_frame function to display a recorded frame. Doing so stops the recording as well.\nEvery time you switch to recording mode the recording buffer is cleared.\nThe recording buffer is also cleared when setting the MODE_SHOW_PEAK_FRAME mode.", + "doc": "the mode to set the ui profiler in\n
    \n
  • profiler.MODE_RUN This is default mode that continously shows the last frame
  • \n
  • profiler.MODE_PAUSE Pauses on the currently displayed frame
  • \n
  • profiler.MODE_SHOW_PEAK_FRAME Pauses on the currently displayed frame but shows a new frame if that frame is slower
  • \n
  • profiler.MODE_RECORD Records all incoming frames to the recording buffer
  • \n
\nTo stop recording, switch to a different mode such as MODE_PAUSE or MODE_RUN.\nYou can also use the view_recorded_frame function to display a recorded frame. Doing so stops the recording as well.\nEvery time you switch to recording mode the recording buffer is cleared.", "name": "mode", "types": [ "constant" diff --git a/_data/ref/stable/render.json b/_data/ref/stable/render.json index 172170375..e944ae8bf 100644 --- a/_data/ref/stable/render.json +++ b/_data/ref/stable/render.json @@ -896,6 +896,30 @@ "tparams": [], "type": "FUNCTION" }, + { + "brief": "set render's event listener", + "description": "Set or remove listener. Currenly only only two type of events can arrived:\nrender.CONTEXT_EVENT_CONTEXT_LOST - when rendering context lost. Rending paused and all graphics resources become invalid.\nrender.CONTEXT_EVENT_CONTEXT_RESTORED - when rendering context was restored. Rendering still paused and graphics resources still\ninvalid but can be reloaded.", + "error": "", + "examples": "Set listener and handle render context events.\n
--- custom.render_script\nfunction init(self)\n   render.set_listener(function(self, event_type)\n       if event_type == render.CONTEXT_EVENT_CONTEXT_LOST then\n           --- Some stuff when rendering context is lost\n       elseif event_type == render.CONTEXT_EVENT_CONTEXT_RESTORED then\n           --- Start reload resources, reload game, etc.\n       end\n   end)\nend\n
", + "language": "", + "members": [], + "name": "render.set_listener", + "notes": [], + "parameters": [ + { + "doc": "A callback that receives all render related events.\nPass nil if want to remove listener.\n
\n
self
\n
object The render script
\n
event_type
\n
string Rendering event. Possible values: render.CONTEXT_EVENT_CONTEXT_LOST, render.CONTEXT_EVENT_CONTEXT_RESTORED
\n
", + "name": "callback", + "types": [ + "function(self, event_type)", + "nil" + ] + } + ], + "replaces": "", + "returnvalues": [], + "tparams": [], + "type": "FUNCTION" + }, { "brief": "sets the polygon offset", "description": "Sets the scale and units used to calculate depth values.\nIf graphics.STATE_POLYGON_OFFSET_FILL is enabled, each fragment's depth value\nis offset from its interpolated value (depending on the depth value of the\nappropriate vertices). Polygon offset can be used when drawing decals, rendering\nhidden-line images etc.\nfactor specifies a scale factor that is used to create a variable depth\noffset for each polygon. The initial value is 0.\nunits is multiplied by an implementation-specific value to create a\nconstant depth offset. The initial value is 0.\nThe value of the offset is computed as factor × DZ + r × units\nDZ is a measurement of the depth slope of the polygon which is the change in z (depth)\nvalues divided by the change in either x or y coordinates, as you traverse a polygon.\nThe depth values are in window coordinates, clamped to the range [0, 1].\nr is the smallest value that is guaranteed to produce a resolvable difference.\nIt's value is an implementation-specific constant.\nThe offset is added before the depth test is performed and before the\nvalue is written into the depth buffer.", diff --git a/_data/ref/stable/sys.json b/_data/ref/stable/sys.json index b1dd19832..d6208efa0 100644 --- a/_data/ref/stable/sys.json +++ b/_data/ref/stable/sys.json @@ -81,6 +81,21 @@ "tparams": [], "type": "MESSAGE" }, + { + "brief": "resume rendering", + "description": "Resume rendering.\nThis message can only be sent to the designated @system socket.", + "error": "", + "examples": "
\nmsg.post(\"@system:\", \"resume_rendering\")\n
", + "language": "", + "members": [], + "name": "resume_rendering", + "notes": [], + "parameters": [], + "replaces": "", + "returnvalues": [], + "tparams": [], + "type": "MESSAGE" + }, { "brief": "set update frequency", "description": "Set game update-frequency (frame cap). This option is equivalent to display.update_frequency in\nthe \"game.project\" settings but set in run-time. If Vsync checked in \"game.project\", the rate will\nbe clamped to a swap interval that matches any detected main monitor refresh rate. If Vsync is\nunchecked the engine will try to respect the rate in software using timers. There is no\nguarantee that the frame cap will be achieved depending on platform specifics and hardware settings.\nThis message can only be sent to the designated @system socket.", diff --git a/_data/ref/stable/vmath.json b/_data/ref/stable/vmath.json index 1d0ccca1c..93a85fdcd 100644 --- a/_data/ref/stable/vmath.json +++ b/_data/ref/stable/vmath.json @@ -162,6 +162,52 @@ "tparams": [], "type": "FUNCTION" }, + { + "brief": "converts euler angles into a quaternion", + "description": "Converts euler angles (x, y, z) in degrees into a quaternion\nThe error is guaranteed to be less than 0.001.\nIf the first argument is vector3, its values are used as x, y, z angles.", + "error": "", + "examples": "", + "language": "", + "members": [], + "name": "vmath.euler_to_quat", + "notes": [], + "parameters": [ + { + "doc": "rotation around x-axis in degrees or vector3 with euler angles in degrees", + "name": "x", + "types": [ + "number", + "vector3" + ] + }, + { + "doc": "rotation around y-axis in degrees", + "name": "y", + "types": [ + "number" + ] + }, + { + "doc": "rotation around z-axis in degrees", + "name": "z", + "types": [ + "number" + ] + } + ], + "replaces": "", + "returnvalues": [ + { + "doc": "quaternion describing an equivalent rotation (231 (YZX) rotation sequence)", + "name": "q", + "types": [ + "quaternion" + ] + } + ], + "tparams": [], + "type": "FUNCTION" + }, { "brief": "calculates the inverse matrix.", "description": "The resulting matrix is the inverse of the supplied matrix.\n For ortho-normal matrices, e.g. regular object transformation,\nuse vmath.ortho_inv() instead.\nThe specialized inverse for ortho-normalized matrices is much faster\nthan the general inverse.", @@ -1523,6 +1569,51 @@ "tparams": [], "type": "FUNCTION" }, + { + "brief": "converts a quaternion into euler angles", + "description": "Converts a quaternion into euler angles (r0, r1, r2), based on YZX rotation order.\nTo handle gimbal lock (singularity at r1 ~ +/- 90 degrees), the cut off is at r0 = +/- 88.85 degrees, which snaps to +/- 90.\nThe provided quaternion is expected to be normalized.\nThe error is guaranteed to be less than +/- 0.02 degrees", + "error": "", + "examples": "", + "language": "", + "members": [], + "name": "vmath.quat_to_euler", + "notes": [], + "parameters": [ + { + "doc": "source quaternion", + "name": "q", + "types": [ + "quaternion" + ] + } + ], + "replaces": "", + "returnvalues": [ + { + "doc": "euler angle x in degrees", + "name": "x", + "types": [ + "number" + ] + }, + { + "doc": "euler angle y in degrees", + "name": "y", + "types": [ + "number" + ] + }, + { + "doc": "euler angle z in degrees", + "name": "z", + "types": [ + "number" + ] + } + ], + "tparams": [], + "type": "FUNCTION" + }, { "brief": "rotates a vector by a quaternion", "description": "Returns a new vector from the supplied vector that is\nrotated by the rotation described by the supplied\nquaternion.", diff --git a/searchindex.json b/searchindex.json index d1ada0f12..351423f4c 100644 --- a/searchindex.json +++ b/searchindex.json @@ -13,87 +13,87 @@ 0, 1.083, 1, - 2.26, + 2.262, 2, - 2.237, + 2.239, 3, - 2.319, + 2.321, 4, - 2.319, + 2.321, 5, - 2.331, + 2.333, 6, - 2.331, + 2.333, 7, 1.47, 8, - 2.472, + 2.474, 9, - 2.997, + 2.999, 10, - 1.91, + 1.912, 11, - 3.201, + 3.204, 12, - 4.821, + 4.823, 13, - 8.836, + 8.842, 14, - 8.836, + 8.842, 15, - 8.265, + 8.268, 16, - 7.716, + 7.719, 17, - 7.121, + 7.124, 18, 1.08, 19, - 9.66, + 9.664, 20, - 1.404, + 1.405, 21, - 5.956, + 5.96, 22, - 4.341, + 4.343, 23, - 4.776, + 4.778, 24, - 6.676, + 6.679, 25, - 8.836, + 8.842, 26, - 8.836, + 8.842, 27, - 5.117, + 5.121, 28, - 4.283, + 4.286, 29, - 6.666, + 6.67, 30, - 3.339, + 3.342, 31, - 5.117, + 5.121, 32, - 7.21, + 7.215, 33, - 8.836, + 8.842, 34, - 8.836, + 8.842, 35, - 8.836, + 8.842, 36, - 1.762, + 1.763, 37, - 8.836, + 8.842, 38, - 1.173, + 1.174, 39, - 1.865, + 1.866, 40, - 7.582, + 7.587, 41, - 4.642 + 4.646 ] ], [ @@ -113,9 +113,9 @@ 2, 2.515, 3, - 2.607, + 2.608, 4, - 2.607, + 2.608, 5, 2.621, 6, @@ -133,1193 +133,1193 @@ "data/manuals/gui", [ 0, - 0.376, + 0.377, 1, - 0.567, + 0.569, 2, - 0.306, + 0.308, 3, - 0.318, + 0.319, 4, - 0.318, - 5, 0.319, + 5, + 0.321, 6, - 0.319, + 0.321, 7, - 1.546, + 1.547, 8, - 1.938, + 1.943, 10, - 1.615, + 1.619, 11, - 1.374, + 1.379, 12, - 0.552, + 0.555, 18, 1.153, 20, - 1.401, + 1.402, 23, - 3.26, + 3.268, 24, - 2.794, + 2.804, 28, - 1.074, + 1.079, 30, - 2.062, + 2.068, 31, - 0.701, + 0.704, 36, - 1.857, + 1.86, 38, - 1.176, + 1.177, 39, - 0.468, + 0.47, 41, - 4.27, + 4.279, 42, - 0.403, + 0.404, 43, - 2.294, + 2.303, 44, - 0.505, + 0.508, 45, - 0.816, + 0.82, 46, - 1.471, + 1.473, 47, - 4.59, + 4.596, 48, - 4.707, + 4.717, 49, - 0.766, + 0.77, 50, - 3.022, + 3.031, 51, - 0.884, + 0.888, 52, - 1.821, + 1.826, 53, - 1.21, + 1.216, 54, - 2.794, + 2.802, 55, - 1.063, + 1.068, 56, - 1.476, + 1.482, 57, - 1.447, + 1.448, 58, - 5.796, + 5.8, 59, - 1.008, + 1.009, 60, - 1.23, + 1.235, 61, - 2.351, + 2.36, 62, - 2.86, + 2.866, 63, - 1.838, + 1.845, 64, - 1.21, + 1.216, 65, - 1.46, + 1.466, 66, - 1.977, + 1.985, 67, - 1.536, + 1.542, 68, - 0.987, + 0.992, 69, - 3.725, + 3.733, 70, - 2.918, + 2.925, 71, - 0.836, + 0.84, 72, - 0.403, + 0.405, 73, - 1.775, + 1.783, 74, - 1.4, + 1.407, 75, - 1.668, + 1.674, 76, - 1.179, + 1.184, 77, - 1.596, + 1.6, 78, - 0.984, + 0.988, 79, - 0.935, + 0.936, 80, - 1.038, + 1.043, 81, - 0.987, + 0.992, 82, - 0.816, + 0.82, 83, - 2.445, + 2.455, 84, - 1.894, + 1.901, 85, - 0.724, + 0.728, 86, - 2.249, + 2.255, 87, - 1.4, + 1.407, 88, - 2.353, + 2.361, 89, - 1.675, + 1.682, 90, - 2.27, + 2.273, 91, - 0.413, + 0.415, 92, - 2.189, + 2.196, 93, - 1.429, + 1.435, 94, - 1.031, + 1.036, 95, - 5.441, + 5.444, 96, - 1.401, + 1.406, 97, - 1.701, + 1.706, 98, - 0.859, + 0.863, 99, - 1.061, + 1.062, 100, - 1.768, + 1.77, 101, - 3.622, + 3.63, 102, - 1.701, + 1.697, 103, - 1.66, + 1.665, 104, - 2.267, + 2.248, 105, - 0.889, + 0.893, 106, - 1.489, + 1.492, 107, - 1.646, + 1.649, 108, - 0.901, + 0.905, 109, - 0.832, + 0.829, 110, - 2.325, + 2.332, 111, - 0.505, + 0.508, 112, - 3.141, + 3.152, 113, - 1.666, + 1.669, 114, - 5.38, + 5.395, 115, - 1.619, + 1.626, 116, - 1.476, + 1.482, 117, - 0.712, + 0.716, 118, - 4.65, + 4.662, 119, - 1.554, + 1.56, 120, - 2.645, + 2.655, 121, - 1.644, + 1.65, 122, - 1.832, + 1.838, 123, - 5.642, + 5.656, 124, - 3.7, + 3.707, 125, - 0.933, + 0.936, 126, - 1.946, + 1.948, 127, - 0.816, + 0.82, 128, - 0.6, + 0.596, 129, - 1.038, + 1.043, 130, - 0.737, + 0.74, 131, - 2.313, + 2.322, 132, - 2.648, + 2.654, 133, - 4.331, + 4.34, 134, - 2.77, + 2.78, 135, - 0.701, + 0.704, 136, - 0.987, + 0.992, 137, - 0.836, + 0.82, 138, - 0.987, + 0.992, 139, - 1.283, + 1.289, 140, - 1.413, + 1.418, 141, - 0.448, + 0.45, 142, - 1.622, + 1.627, 143, - 0.587, + 0.59, 144, - 1.164, + 1.17, 145, - 1.374, + 1.38, 146, - 0.593, + 0.596, 147, - 2.925, + 2.935, 148, - 1.91, + 1.913, 149, - 1.444, + 1.449, 150, - 0.96, + 0.964, 151, - 0.918, + 0.915, 152, - 0.78, + 0.784, 153, - 1.695, + 1.699, 154, - 0.765, + 0.768, 155, - 3.447, + 3.458, 156, - 2.232, + 2.24, 157, - 2.556, + 2.566, 158, - 2.025, + 2.03, 159, - 3.893, + 3.903, 160, - 1.121, + 1.119, 161, - 2.066, + 2.075, 162, - 2.216, + 2.226, 163, - 1.038, + 1.043, 164, - 2.216, + 2.226, 165, - 0.877, + 0.88, 166, - 1.441, + 1.447, 167, - 1.24, + 1.245, 168, - 3.476, + 3.485, 169, - 1.35, + 1.352, 170, - 2.537, + 2.543, 171, - 2.549, + 2.557, 172, - 2.758, + 2.741, 173, - 1.21, + 1.216, 174, - 1.546, + 1.552, 175, - 2.566, + 2.573, 176, - 1.21, + 1.216, 177, - 1.521, + 1.526, 178, - 1.413, + 1.418, 179, - 2.216, + 2.226, 180, - 1.107, + 1.112, 181, - 2.216, + 2.226, 182, - 3.132, + 3.141, 183, - 1.21, + 1.216, 184, - 1.21, + 1.216, 185, - 3.389, + 3.398, 186, - 1.775, + 1.783, 187, - 2.216, + 2.226, 188, - 1.038, + 1.043, 189, - 2.216, + 2.226, 190, - 4.056, + 4.07, 191, - 1.21, + 1.216, 192, - 1.21, + 1.216, 193, - 0.75, + 0.754, 194, - 0.221, + 0.222, 195, - 0.701, + 0.704, 196, - 2.168, + 2.174, 197, - 1.303, + 1.308, 198, - 0.604, + 0.606, 199, - 0.949, + 0.954, 200, - 1.349, + 1.355, 201, - 1.322, + 1.326, 202, - 1.001, + 0.999, 203, - 1.195, + 1.2, 204, - 0.913, + 0.917, 205, - 0.913, + 0.917, 206, - 1.074, + 1.079, 207, - 1.654, + 1.66, 208, - 1.668, + 1.674, 209, - 0.913, + 0.917, 210, - 0.896, + 0.9, 211, - 0.542, + 0.545, 212, - 2.057, + 2.065, 213, - 0.78, + 0.784, 214, - 0.913, + 0.917, 215, - 1.11, + 1.115, 216, - 3.679, + 3.685, 217, - 0.859, + 0.863, 218, - 5.623, + 5.635, 219, - 0.947, + 0.951, 220, - 1.21, + 1.216, 221, - 1.038, + 1.043, 222, - 1.902, + 1.91, 223, - 1.808, + 1.816, 224, - 2.794, + 2.804, 225, - 0.816, + 0.82, 226, - 0.853, + 0.856, 227, - 0.701, + 0.704, 228, - 0.941, + 0.938, 229, - 1.453, + 1.456, 230, - 1.73, + 1.736, 231, - 0.454, + 0.456, 232, - 2.913, + 2.923, 233, - 0.816, + 0.82, 234, - 1.264, + 1.27, 235, - 0.765, + 0.768, 236, - 1.536, + 1.542, 237, - 4.18, + 4.187, 238, - 1.245, + 1.251, 239, - 1.668, + 1.674, 240, - 0.63, + 0.633, 241, - 0.812, + 0.815, 242, - 1.107, + 1.112, 243, - 1.519, + 1.525, 244, - 1.465, + 1.46, 245, - 0.987, + 0.992, 246, - 0.797, + 0.801, 247, - 0.733, + 0.736, 248, - 0.724, + 0.728, 249, - 0.581, + 0.583, 250, - 2.556, + 2.562, 251, - 1.413, + 1.418, 252, - 1.107, + 1.112, 253, - 0.606, + 0.609, 254, - 0.797, + 0.801, 255, - 1.21, + 1.216, 256, - 1.62, + 1.624, 257, - 2.614, + 2.621, 258, - 3.275, + 3.286, 259, - 1.572, + 1.579, 260, - 1.49, + 1.495, 261, - 2.5, + 2.507, 262, - 0.947, + 0.951, 263, - 1.978, + 1.983, 264, - 0.737, + 0.74, 265, - 0.797, + 0.801, 266, - 0.537, + 0.54, 267, - 1.107, + 1.112, 268, - 1.66, + 1.663, 269, - 1.926, + 1.929, 270, - 0.884, + 0.888, 271, - 0.628, + 0.624, 272, - 1.672, + 1.679, 273, - 1.347, + 1.351, 274, - 2.602, + 2.611, 275, - 1.902, + 1.91, 276, - 1.672, + 1.679, 277, - 1.038, + 1.043, 278, - 1.107, + 1.112, 279, - 1.808, + 1.816, 280, - 0.869, + 0.873, 281, - 1.374, + 1.38, 282, - 0.6, + 0.602, 283, - 1.107, + 1.112, 284, - 1.107, + 1.112, 285, - 1.699, + 1.705, 286, - 2.62, + 2.63, 287, - 0.836, + 0.84, 288, - 0.652, + 0.656, 289, - 4.863, + 4.873, 290, - 0.471, + 0.473, 291, - 1.283, + 1.289, 292, - 0.949, + 0.954, 293, - 1.734, + 1.742, 294, - 0.69, + 0.694, 295, - 3.745, + 3.753, 296, - 1.038, + 1.043, 297, - 0.859, + 0.863, 298, - 0.765, + 0.768, 299, - 1.107, + 1.112, 300, - 1.228, + 1.233, 301, - 3.335, + 3.347, 302, - 1.572, + 1.579, 303, - 1.672, + 1.679, 304, - 0.78, + 0.784, 305, - 0.701, + 0.704, 306, - 2.758, + 2.765, 307, - 0.701, + 0.704, 308, - 1.619, + 1.626, 309, - 0.712, + 0.716, 310, - 1.038, + 1.043, 311, - 0.78, + 0.784, 312, - 1.038, + 1.043, 313, - 0.475, + 0.477, 314, - 0.652, + 0.656, 315, - 0.75, + 0.754, 316, - 0.765, + 0.768, 317, - 0.712, + 0.716, 318, - 0.947, + 0.951, 319, - 1.21, + 1.216, 320, - 3.521, + 3.532, 321, - 1.21, + 1.216, 322, - 2.398, + 2.408, 323, - 0.724, + 0.728, 324, - 1.748, + 1.756, 325, - 0.913, + 0.917, 326, - 1.21, + 1.216, 327, - 0.836, + 0.84, 328, - 1.834, + 1.842, 329, - 2.77, + 2.78, 330, - 0.707, + 0.71, 331, - 0.859, + 0.863, 332, - 0.738, + 0.741, 333, - 1.073, + 1.077, 334, - 1.698, + 1.705, 335, - 0.797, + 0.801, 336, - 0.913, + 0.917, 337, - 0.765, + 0.768, 338, - 5.79, + 5.802, 339, - 1.734, + 1.742, 340, - 0.884, + 0.888, 341, - 3.358, + 3.332, 342, - 0.993, + 0.997, 343, - 0.75, + 0.754, 344, - 2.309, + 2.318, 345, - 2.853, + 2.861, 346, - 1.038, + 1.043, 347, - 3.518, + 3.529, 348, - 1.107, + 1.112, 349, - 2.239, + 2.248, 350, - 1.834, + 1.842, 351, - 1.15, + 1.155, 352, - 1.107, + 1.112, 353, - 0.486, + 0.484, 354, - 0.913, + 0.917, 355, - 2.216, + 2.226, 356, - 1.107, + 1.112, 357, - 5.604, + 5.615, 358, - 2.291, + 2.298, 359, - 3.103, + 3.055, 360, - 0.947, + 0.951, 361, - 3.718, + 3.727, 362, - 0.816, + 0.82, 363, - 3.094, + 3.106, 364, - 3.094, + 3.106, 365, - 3.459, + 3.471, 366, - 4.268, + 4.281, 367, - 0.987, + 0.992, 368, - 1.97, + 1.975, 369, - 2.556, + 2.566, 370, - 4.99, + 5.004, 371, - 1.992, + 2.0, 372, - 2.216, + 2.226, 373, - 1.349, + 1.355, 374, - 1.429, + 1.435, 375, - 0.947, + 0.951, 376, - 4.043, + 4.057, 377, - 5.382, + 5.398, 378, - 2.851, + 2.861, 379, - 1.494, + 1.5, 380, - 1.57, + 1.575, 381, - 1.374, + 1.38, 382, - 0.798, + 0.801, 383, - 2.498, + 2.508, 384, - 2.175, + 2.184, 385, - 1.723, + 1.73, 386, - 3.468, + 3.481, 387, - 2.076, + 2.082, 388, - 2.027, + 2.036, 389, - 2.754, + 2.763, 390, - 1.597, + 1.603, 391, - 1.374, + 1.38, 392, - 0.424, + 0.426, 393, - 0.947, + 0.951, 394, - 1.572, + 1.579, 395, - 0.947, + 0.951, 396, - 0.987, + 0.992, 397, - 1.21, + 1.216, 398, - 0.987, + 0.992, 399, - 0.859, + 0.863, 400, - 3.351, + 3.362, 401, - 0.947, + 0.951, 402, - 1.179, + 1.184, 403, - 0.859, + 0.863, 404, - 0.765, + 0.768, 405, - 0.987, + 0.992, 406, - 1.21, + 1.216, 407, - 1.4, + 1.407, 408, - 2.216, + 2.226, 409, - 0.987, + 0.992, 410, - 1.808, + 1.816, 411, - 0.628, + 0.631, 412, - 0.816, + 0.82, 413, - 1.038, + 1.043, 414, - 0.797, + 0.801, 415, - 1.21, + 1.216, 416, - 2.239, + 2.248, 417, - 1.21, + 1.216, 418, - 1.107, + 1.112, 419, - 0.765, + 0.768, 420, - 0.836, + 0.84, 421, - 3.459, + 3.471, 422, - 0.987, + 0.992, 423, - 0.913, + 0.917, 424, - 3.335, + 3.347, 425, - 0.69, + 0.694, 426, - 1.619, + 1.626, 427, - 0.987, + 0.992, 428, - 2.645, + 2.655, 429, - 1.838, + 1.845, 430, - 1.038, + 1.043, 431, - 3.066, + 3.078, 432, - 0.859, + 0.863, 433, - 0.493, + 0.496, 434, - 0.563, + 0.566, 435, - 1.107, + 1.112, 436, - 0.797, + 0.801, 437, - 0.987, + 0.992, 438, - 1.107, + 1.112, 439, - 0.816, + 0.82, 440, - 0.947, + 0.951, 441, - 0.606, + 0.609, 442, - 0.542, + 0.545, 443, - 0.987, + 0.992, 444, - 1.21, + 1.216, 445, - 0.947, + 0.951, 446, - 0.606, + 0.609, 447, - 1.21, + 1.216, 448, - 2.216, + 2.226, 449, - 0.724, + 0.728, 450, - 4.451, + 4.465, 451, - 0.884, + 0.888, 452, - 0.644, + 0.647, 453, - 1.775, + 1.783, 454, - 2.634, + 2.641, 455, - 0.913, + 0.917, 456, - 1.653, + 1.659, 457, - 0.43, + 0.432, 458, - 2.216, + 2.226, 459, - 1.426, + 1.432, 460, - 0.884, + 0.888, 461, - 2.027, + 2.036, 462, - 2.027, + 2.036, 463, - 0.816, + 0.82, 464, - 3.459, + 3.471, 465, - 1.038, + 1.043, 466, - 1.808, + 1.816, 467, - 0.797, + 0.801, 468, - 0.859, + 0.863, 469, - 0.613, + 0.616, 470, - 0.947, + 0.951, 471, - 0.594, + 0.597, 472, - 1.021, + 1.026, 473, - 1.668, + 1.674, 474, - 0.884, + 0.888, 475, - 0.987, + 0.992, 476, - 1.21, + 1.216, 477, - 2.62, + 2.63, 478, - 1.107, + 1.112, 479, - 1.423, + 1.428, 480, - 0.797, + 0.801, 481, - 0.701, + 0.694, 482, - 1.808, + 1.816, 483, - 0.797, + 0.801, 484, - 1.038, + 1.043, 485, - 0.913, + 0.917, 486, - 0.947, + 0.951, 487, - 0.859, + 0.863, 488, - 1.4, + 1.407, 489, - 0.563, + 0.566, 490, - 0.505, + 0.508, 491, - 1.734, + 1.742, 492, - 0.701, + 0.704, 493, - 0.947, + 0.951, 494, - 1.107, + 1.112, 495, - 0.987, + 0.992, 496, - 0.563, + 0.566, 497, - 0.621, + 0.624, 498, - 0.913, + 0.917, 499, - 3.137, + 3.148, 500, - 0.809, + 0.812, 501, - 0.913, + 0.917, 502, - 1.46, + 1.466, 503, - 1.107, + 1.112, 504, - 0.613, + 0.609, 505, - 1.136, + 1.141, 506, - 0.737, + 0.74, 507, - 0.913, + 0.917, 508, - 1.107, + 1.112, 509, - 1.15, + 1.155, 510, - 0.445, + 0.447, 511, - 0.644, + 0.647, 512, - 1.107, + 1.112, 513, - 0.628, + 0.631, 514, - 0.836, + 0.84, 515, - 0.75, + 0.754, 516, - 1.195, + 1.2, 517, - 1.038, + 1.043, 518, - 4.268, + 4.281, 519, - 1.038, + 1.043, 520, - 1.107, + 1.112, 521, - 0.771, + 0.775, 522, - 0.6, + 0.602, 523, - 0.628, + 0.631, 524, - 0.742, + 0.746, 525, - 3.066, + 3.078, 526, - 1.46, + 1.466, 527, - 0.987, + 0.992, 528, - 3.066, + 3.078, 529, - 0.987, + 0.992, 530, - 2.027, + 2.036, 531, - 1.107, + 1.112, 532, - 2.239, + 2.248, 533, - 0.67, + 0.674, 534, - 1.042, + 1.046, 535, - 0.884, + 0.888, 536, - 0.797, + 0.801, 537, - 0.69, + 0.694, 538, - 1.107, + 1.112, 539, - 1.107, + 1.112, 540, - 0.75, + 0.754, 541, - 0.644, + 0.647, 542, - 1.038, + 1.043, 543, - 0.889, + 0.893, 544, - 0.836, + 0.84, 545, - 0.947, + 0.951, 546, - 2.383, + 2.392, 547, - 0.712, + 0.716, 548, - 0.797, + 0.801, 549, - 1.038, + 1.043, 550, - 1.031, + 1.036, 551, - 0.836, + 0.84, 552, - 0.659, + 0.662, 553, - 1.58, + 1.586, 554, - 0.454, + 0.456, 555, - 0.96, + 0.958, 556, - 0.911, + 0.915, 557, - 1.21, + 1.216, 558, - 0.987, + 0.992, 559, - 0.987, + 0.992, 560, - 0.765, + 0.768, 561, - 0.384, + 0.385, 562, - 3.335, + 3.347, 563, - 0.765, + 0.754, 564, - 0.987, + 0.992, 565, - 0.884, + 0.888, 566, - 1.107, + 1.112, 567, - 0.628, + 0.631, 568, - 1.245, + 1.251, 569, - 1.107, + 1.112, 570, - 0.859, + 0.863, 571, - 0.884, + 0.888, 572, - 0.987, + 0.992, 573, - 0.832, + 0.835, 574, - 1.063, + 1.068, 575, - 1.531, + 1.538, 576, - 1.21, + 1.216, 577, - 0.475, + 0.477, 578, - 1.21, + 1.216, 579, - 1.11, + 1.115, 580, - 0.765, + 0.768, 581, - 0.652, + 0.656, 582, - 0.737, + 0.74, 583, - 0.75, + 0.754, 584, - 2.027, + 2.036, 585, - 1.107, + 1.112, 586, - 1.21, + 1.216, 587, - 0.816, + 0.82, 588, - 0.628, + 0.631, 589, - 1.21, + 1.216, 590, - 0.501, + 0.504, 591, - 0.797, + 0.801, 592, - 0.78, + 0.784, 593, - 0.947, + 0.951, 594, - 0.558, + 0.56, 595, - 0.652, + 0.656, 596, - 0.661, + 0.664, 597, - 1.107, + 1.112, 598, - 0.78, + 0.784, 599, - 0.884, + 0.888, 600, - 2.823, + 2.831, 601, - 1.111, + 1.115, 602, - 1.24, + 1.245, 603, - 0.505, + 0.508, 604, - 0.613, + 0.616, 605, - 0.69, + 0.694, 606, - 1.038, + 1.043, 607, - 0.987, + 0.992, 608, - 0.6, + 0.602, 609, - 1.21, + 1.216, 610, - 1.21, + 1.216, 611, - 1.902, + 1.91, 612, - 0.724 + 0.728 ] ], [ @@ -1333,987 +1333,987 @@ "data/manuals/html5", [ 0, - 0.27, + 0.271, 1, - 0.563, + 0.565, 2, - 0.954, + 0.958, 3, - 0.578, + 0.58, 4, - 0.578, + 0.58, 5, - 0.581, + 0.583, 6, - 0.581, + 0.583, 7, - 1.567, + 1.568, 8, - 2.455, + 2.459, 9, - 1.279, + 1.283, 10, - 1.266, + 1.27, 12, - 2.674, + 2.681, 18, 1.111, 20, - 1.553, + 1.554, 21, - 2.541, + 2.551, 22, - 2.032, + 2.039, 23, - 2.648, + 2.656, 28, - 1.828, + 1.834, 30, - 1.425, + 1.43, 36, - 1.804, + 1.807, 38, - 1.168, + 1.17, 39, - 1.237, + 1.24, 42, - 1.594, + 1.596, 46, 1.667, 49, - 1.304, + 1.308, 52, - 1.613, + 1.617, 54, - 1.79, + 1.796, 57, - 1.382, + 1.383, 59, - 0.917, + 0.918, 60, - 1.376, + 1.38, 62, - 2.179, + 2.185, 63, - 1.067, + 1.072, 75, - 3.379, + 3.386, 77, - 1.678, + 1.681, 78, - 0.977, + 0.981, 79, - 0.924, + 0.925, 84, - 0.943, + 0.947, 86, - 1.902, + 1.908, 87, - 2.382, + 2.391, 88, - 1.171, + 1.176, 90, - 1.396, + 1.4, 91, - 2.453, + 2.458, 97, - 1.09, + 1.094, 99, - 1.05, + 1.051, 100, - 1.931, + 1.934, 101, - 1.067, + 1.072, 102, - 0.969, + 0.968, 103, - 2.083, + 2.086, 106, - 1.516, + 1.519, 107, - 1.877, + 1.88, 108, - 1.108, + 1.112, 109, - 2.472, + 2.461, 110, - 1.49, + 1.495, 113, - 1.44, + 1.443, 116, - 2.28, + 2.287, 119, - 1.115, + 1.12, 121, - 0.728, + 0.731, 122, - 0.685, + 0.688, 124, - 2.872, + 2.879, 125, - 2.004, + 2.009, 126, - 2.066, + 2.069, 132, - 2.784, + 2.789, 135, - 1.275, + 1.28, 137, - 1.52, + 1.49, 140, - 1.014, + 1.019, 141, - 0.814, + 0.818, 142, - 0.654, + 0.657, 143, - 1.828, + 1.834, 148, - 1.576, + 1.579, 149, - 0.838, + 0.841, 150, - 1.483, + 1.487, 151, - 0.912, + 0.908, 153, - 2.502, + 2.504, 165, - 1.078, + 1.082, 169, - 1.143, + 1.145, 170, - 0.844, + 0.848, 172, - 0.968, + 0.964, 190, - 3.076, + 3.088, 194, - 1.601, + 1.604, 196, - 0.761, + 0.764, 197, - 1.295, + 1.3, 198, - 2.729, + 2.733, 201, - 1.901, + 1.905, 202, - 1.232, + 1.229, 206, - 1.067, + 1.072, 208, - 1.658, + 1.664, 210, - 1.525, + 1.53, 216, - 0.87, + 0.873, 224, - 3.702, + 3.713, 226, - 1.999, + 2.004, 229, - 1.551, + 1.554, 230, - 2.039, + 2.045, 231, - 2.198, + 2.204, 236, - 2.477, + 2.485, 239, - 1.658, + 1.664, 240, - 0.626, + 0.629, 241, - 1.411, + 1.414, 247, - 1.247, + 1.252, 256, - 1.111, + 1.115, 257, - 1.49, + 1.495, 260, - 1.667, + 1.672, 261, - 0.935, + 0.939, 263, - 1.752, + 1.757, 266, - 0.977, + 0.981, 268, - 2.075, + 2.078, 269, - 1.92, + 1.924, 273, - 1.626, + 1.63, 280, - 0.863, + 0.867, 290, - 1.467, + 1.473, 294, - 3.757, + 3.767, 302, - 2.675, + 2.684, 304, - 1.419, + 1.425, 306, - 0.968, + 0.972, 313, - 2.297, + 2.304, 315, - 1.364, + 1.37, 332, - 1.646, + 1.651, 333, - 0.622, + 0.625, 341, - 1.067, + 1.06, 343, - 1.364, + 1.37, 345, - 1.828, + 1.834, 347, - 1.419, + 1.425, 353, - 0.883, + 0.88, 368, - 0.626, + 0.629, 378, - 4.633, + 4.644, 380, - 0.781, + 0.785, 381, - 2.337, + 2.346, 382, - 1.357, + 1.362, 387, - 1.33, + 1.335, 395, - 1.722, + 1.729, 411, - 1.142, + 1.147, 414, - 1.45, + 1.456, 416, - 3.612, + 3.624, 433, - 0.897, + 0.901, 434, - 1.024, + 1.029, 442, - 0.986, + 0.99, 446, - 1.103, + 1.107, 452, - 0.64, + 0.643, 454, - 2.333, + 2.339, 457, - 1.756, + 1.761, 459, - 1.024, + 1.029, 468, - 1.561, + 1.568, 471, - 1.926, + 1.93, 481, - 1.275, + 1.261, 486, - 1.722, + 1.729, 489, - 1.754, + 1.761, 492, - 2.864, + 2.873, 496, - 1.754, + 1.761, 497, - 1.129, + 1.133, 502, - 2.484, + 2.493, 504, - 1.115, + 1.107, 510, - 0.809, + 0.812, 521, - 0.766, + 0.769, 523, - 1.956, + 1.964, 524, - 0.737, + 0.74, 533, - 1.219, + 1.225, 537, - 1.255, + 1.261, 543, - 1.984, + 1.991, 546, - 2.032, + 2.04, 552, - 2.69, + 2.694, 553, - 1.768, + 1.773, 554, - 1.415, + 1.42, 556, - 0.904, + 0.908, 561, - 1.195, + 1.199, 573, - 0.826, + 0.829, 577, - 0.863, + 0.867, 600, - 1.808, + 1.815, 601, - 1.366, + 1.371, 602, - 0.89, + 0.894, 612, - 1.317, + 1.323, 613, - 4.522, + 4.537, 614, - 1.478, + 1.484, 615, - 5.54, + 5.546, 616, - 2.201, + 2.21, 617, - 1.889, + 1.897, 618, - 2.201, + 2.21, 619, - 1.66, + 1.614, 620, - 1.956, + 1.964, 621, - 2.201, + 2.21, 622, - 1.828, + 1.834, 623, - 3.189, + 3.196, 624, - 1.796, + 1.804, 625, - 1.889, + 1.897, 626, - 2.201, + 2.21, 627, - 1.275, + 1.28, 628, - 2.201, + 2.21, 629, - 1.487, + 1.492, 630, - 2.013, + 2.021, 631, - 1.09, + 1.095, 632, - 2.013, + 2.021, 633, - 1.91, + 1.918, 634, - 1.49, + 1.495, 635, - 2.484, + 2.493, 636, - 1.896, + 1.902, 637, - 1.419, + 1.425, 638, - 2.382, + 2.391, 639, - 2.201, + 2.21, 640, - 1.561, + 1.568, 641, - 2.201, + 2.21, 642, - 4.288, + 4.296, 643, - 3.731, + 3.743, 644, - 1.09, + 1.095, 645, - 2.91, + 2.919, 646, - 3.641, + 3.65, 647, - 2.183, + 2.191, 648, - 1.067, + 1.072, 649, - 1.317, + 1.323, 650, - 1.45, + 1.456, 651, - 5.653, + 5.668, 652, - 3.333, + 3.344, 653, - 2.013, + 2.021, 654, - 3.77, + 3.784, 655, - 2.201, + 2.21, 656, - 2.382, + 2.391, 657, - 1.889, + 1.897, 658, - 5.858, + 5.875, 659, - 4.621, + 4.63, 660, - 1.317, + 1.323, 661, - 5.027, + 5.041, 662, - 2.201, + 2.21, 663, - 2.949, + 2.96, 664, - 2.754, + 2.764, 665, - 2.201, + 2.21, 666, - 1.45, + 1.456, 667, - 6.57, + 6.586, 668, - 1.796, + 1.804, 669, - 1.364, + 1.37, 670, - 3.77, + 3.784, 671, - 3.77, + 3.784, 672, - 1.024, + 1.019, 673, - 2.183, + 2.191, 674, - 1.103, + 1.107, 675, - 0.844, + 0.848, 676, - 1.721, + 1.727, 677, - 1.014, + 1.019, 678, - 1.483, + 1.49, 679, - 2.215, + 2.222, 680, - 1.981, + 1.988, 681, - 1.078, + 1.083, 682, - 4.522, + 4.537, 683, - 2.488, + 2.495, 684, - 4.945, + 4.961, 685, - 2.388, + 2.395, 686, - 1.186, + 1.192, 687, - 1.295, + 1.301, 688, - 1.561, + 1.568, 689, - 1.689, + 1.695, 690, - 1.391, + 1.397, 691, - 1.513, + 1.518, 692, - 0.826, + 0.829, 693, - 2.754, + 2.764, 694, - 1.608, + 1.614, 695, - 0.995, + 0.999, 696, - 1.889, + 1.897, 697, - 2.013, + 2.021, 698, - 1.889, + 1.897, 699, - 1.483, + 1.49, 700, - 2.013, + 2.021, 701, - 1.156, + 1.161, 702, - 1.889, + 1.896, 703, - 1.478, + 1.484, 704, - 1.419, + 1.425, 705, - 1.45, + 1.456, 706, - 1.608, + 1.614, 707, - 2.754, + 2.764, 708, - 2.675, + 2.684, 709, - 2.382, + 2.391, 710, - 1.828, + 1.834, 711, - 2.959, + 2.968, 712, - 2.541, + 2.551, 713, - 1.171, + 1.161, 714, - 2.201, + 2.21, 715, - 1.981, + 1.988, 716, - 1.255, + 1.261, 717, - 1.295, + 1.301, 718, - 1.52, + 1.527, 719, - 3.235, + 3.247, 720, - 3.77, + 3.784, 721, - 2.949, + 2.96, 722, - 4.035, + 4.048, 723, - 1.34, + 1.346, 724, - 1.317, + 1.323, 725, - 2.201, + 2.21, 726, - 2.201, + 2.21, 727, - 1.796, + 1.804, 728, - 1.078, + 1.083, 729, - 1.275, + 1.28, 730, - 3.447, + 3.46, 731, - 2.013, + 2.021, 732, - 1.45, + 1.456, 733, - 2.013, + 2.021, 734, - 2.201, + 2.21, 735, - 1.056, + 1.06, 736, - 2.201, + 2.21, 737, - 1.483, + 1.49, 738, - 1.317, + 1.323, 739, - 1.796, + 1.804, 740, - 2.506, + 2.514, 741, - 2.201, + 2.21, 742, - 3.235, + 3.247, 743, - 2.754, + 2.764, 744, - 1.828, + 1.834, 745, - 2.604, + 2.614, 746, - 1.52, + 1.527, 747, - 1.237, + 1.242, 748, - 2.013, + 2.021, 749, - 4.197, + 4.206, 750, - 2.397, + 2.405, 751, - 3.756, + 3.762, 752, - 1.737, + 1.744, 753, - 1.561, + 1.568, 754, - 1.317, + 1.323, 755, - 2.013, + 2.021, 756, - 2.201, + 2.21, 757, - 1.796, + 1.804, 758, - 1.673, + 1.679, 759, - 1.419, + 1.425, 760, - 1.561, + 1.568, 761, - 1.561, + 1.568, 762, - 1.004, + 0.999, 763, - 2.013, + 2.021, 764, - 2.201, + 2.21, 765, - 0.771, + 0.774, 766, - 1.722, + 1.729, 767, - 2.201, + 2.21, 768, - 2.013, + 2.021, 769, - 1.419, + 1.425, 770, - 2.949, + 2.96, 771, - 1.754, + 1.761, 772, - 1.52, + 1.527, 773, - 1.366, + 1.371, 774, - 1.704, + 1.711, 775, - 2.088, + 2.096, 776, - 2.201, + 2.21, 777, - 3.235, + 3.247, 778, - 1.889, + 1.897, 779, - 2.201, + 2.21, 780, - 6.592, + 6.606, 781, - 2.013, + 2.021, 782, - 2.013, + 2.021, 783, - 1.796, + 1.804, 784, - 1.608, + 1.614, 785, - 1.255, + 1.261, 786, - 1.275, + 1.28, 787, - 2.754, + 2.764, 788, - 2.013, + 2.021, 789, - 1.66, + 1.667, 790, - 2.013, + 2.021, 791, - 2.754, + 2.764, 792, - 2.15, + 2.158, 793, - 2.726, + 2.734, 794, - 5.858, + 5.875, 795, - 1.419, + 1.425, 796, - 2.754, + 2.764, 797, - 1.796, + 1.804, 798, - 3.447, + 3.46, 799, - 1.34, + 1.346, 800, - 4.945, + 4.961, 801, - 1.078, + 1.083, 802, - 2.201, + 2.21, 803, - 2.604, + 2.614, 804, - 4.945, + 4.961, 805, - 2.013, + 2.021, 806, - 5.357, + 5.372, 807, - 1.275, + 1.28, 808, - 1.171, + 1.176, 809, - 1.237, + 1.242, 810, - 4.78, + 4.794, 811, - 1.868, + 1.875, 812, - 1.561, + 1.568, 813, - 2.013, + 2.021, 814, - 2.013, + 2.021, 815, - 1.364, + 1.37, 816, - 1.66, + 1.667, 817, - 1.66, + 1.667, 818, - 2.201, + 2.21, 819, - 1.295, + 1.301, 820, - 3.77, + 3.784, 821, - 2.201, + 2.21, 822, - 3.77, + 3.784, 823, - 5.338, + 5.348, 824, - 6.621, + 6.633, 825, - 6.339, + 6.351, 826, - 1.156, + 1.161, 827, - 1.275, + 1.28, 828, - 2.219, + 2.227, 829, - 3.076, + 3.088, 830, - 3.447, + 3.46, 831, - 1.317, + 1.323, 832, - 1.056, + 1.06, 833, - 2.201, + 2.21, 834, - 1.09, + 1.095, 835, - 1.796, + 1.804, 836, - 1.889, + 1.897, 837, - 1.419, + 1.425, 838, - 2.201, + 2.21, 839, - 2.844, + 2.854, 840, - 2.201, + 2.21, 841, - 3.235, + 3.247, 842, - 2.201, + 2.21, 843, - 5.858, + 5.875, 844, - 1.889, + 1.897, 845, - 1.483, + 1.49, 846, - 2.013, + 2.021, 847, - 2.201, + 2.21, 848, - 1.09, + 1.095, 849, - 0.977, + 0.981, 850, - 1.796, + 1.804, 851, - 2.201, + 2.21, 852, - 1.52, + 1.527, 853, - 3.77, + 3.784, 854, - 1.219, + 1.225, 855, - 3.235, + 3.247, 856, - 1.984, + 1.991, 857, - 2.15, + 2.158, 858, - 1.317, + 1.323, 859, - 1.103, + 1.107, 860, - 2.506, + 2.514, 861, - 1.483, + 1.49, 862, - 1.889, + 1.897, 863, - 1.66, + 1.667, 864, - 1.52, + 1.527, 865, - 2.201, + 2.21, 866, - 2.183, + 2.189, 867, - 5.858, + 5.875, 868, - 2.201, + 2.21, 869, - 2.201, + 2.21, 870, - 2.201, + 2.21, 871, - 2.201, + 2.21, 872, - 2.013, + 2.021, 873, - 1.52, + 1.527, 874, - 1.129, + 1.133, 875, - 2.201, + 2.21, 876, - 2.201, + 2.21, 877, - 1.483, + 1.456, 878, - 1.419, + 1.425, 879, - 2.219, + 2.227, 880, - 1.828, + 1.834, 881, - 3.77, + 3.784, 882, - 1.66, + 1.667, 883, - 1.66, + 1.667, 884, - 3.77, + 3.784, 885, - 1.34, + 1.346, 886, - 2.201, + 2.21, 887, - 2.201, + 2.21, 888, - 3.77, + 3.784, 889, - 2.201, + 2.21, 890, - 1.142, + 1.147, 891, - 0.747, + 0.75, 892, - 1.889, + 1.897, 893, - 1.889, + 1.897, 894, - 0.87, + 0.873, 895, - 1.056, + 1.06, 896, - 2.201, + 2.21, 897, - 1.419, + 1.425, 898, - 0.781, + 0.785, 899, - 1.45, + 1.456, 900, - 1.722, + 1.729, 901, - 0.951, + 0.955, 902, - 1.255, + 1.261, 903, - 1.186, + 1.192, 904, - 1.561, + 1.568, 905, - 1.295, + 1.301, 906, - 2.013, + 2.021, 907, - 1.45, + 1.456, 908, - 1.66, + 1.667, 909, - 1.419, + 1.425, 910, - 1.171, + 1.176, 911, - 2.088, + 2.096, 912, - 1.419, + 1.425, 913, - 1.391, + 1.397, 914, - 0.919, + 0.923, 915, - 0.844, + 0.848, 916, - 1.608, + 1.614, 917, - 0.995, + 0.999, 918, - 1.056, + 1.06, 919, - 1.129, + 1.133, 920, - 1.722, + 1.729, 921, - 1.419, + 1.425, 922, - 1.483, + 1.49, 923, - 1.078, + 1.083, 924, - 1.045, + 1.049, 925, - 1.45, + 1.456, 926, - 1.608, + 1.614, 927, - 2.013, + 2.021, 928, - 1.52, + 1.527, 929, - 3.77, + 3.784, 930, - 3.77, + 3.784, 931, - 0.609, + 0.605, 932, - 1.561, + 1.568, 933, - 2.201, + 2.21, 934, - 1.561 + 1.568 ] ], [ @@ -2327,321 +2327,321 @@ "data/manuals/importing-graphics", [ 0, - 0.637, + 0.639, 1, - 1.33, + 1.334, 2, - 1.317, + 1.32, 3, - 1.365, + 1.369, 4, - 1.365, + 1.369, 5, - 1.372, + 1.376, 6, - 1.372, + 1.376, 7, 1.571, 8, - 1.455, + 1.459, 10, - 1.882, + 1.885, 18, 1.076, 20, - 1.338, + 1.339, 21, - 3.506, + 3.515, 23, - 2.351, + 2.357, 27, - 3.012, + 3.02, 36, - 1.896, + 1.898, 38, - 0.827, + 0.829, 42, - 1.828, + 1.83, 44, - 3.112, + 3.118, 46, 1.626, 47, - 3.337, + 3.344, 56, - 2.024, + 2.029, 57, - 1.38, + 1.381, 58, - 3.867, + 3.874, 59, 1.014, 70, - 2.191, + 2.196, 72, - 1.731, + 1.736, 79, 1.013, 96, - 1.648, + 1.653, 99, - 0.957, + 0.958, 100, - 0.976, + 0.979, 102, - 2.238, + 2.23, 103, - 1.716, + 1.719, 106, - 1.802, + 1.804, 107, - 0.99, + 0.992, 108, - 1.529, + 1.533, 109, - 1.951, + 1.943, 113, - 2.161, + 2.162, 116, - 2.9, + 2.905, 126, - 1.728, + 1.731, 148, - 2.212, + 2.214, 150, - 1.317, + 1.32, 153, - 1.691, + 1.694, 157, - 5.869, + 5.877, 159, - 5.595, + 5.602, 174, - 3.037, + 3.043, 185, - 2.444, + 2.451, 186, - 6.064, + 6.07, 195, - 3.012, + 3.02, 197, - 1.787, + 1.792, 200, - 3.166, + 3.175, 201, - 1.169, + 1.172, 202, - 1.699, + 1.693, 210, - 2.103, + 2.109, 215, - 5.042, + 5.047, 218, - 3.69, + 3.699, 226, - 2.073, + 2.077, 229, - 1.366, + 1.369, 230, - 1.81, + 1.815, 231, - 3.267, + 3.272, 234, - 4.966, + 4.973, 237, - 2.396, + 2.403, 240, - 1.479, + 1.483, 241, - 2.036, + 2.038, 244, - 2.009, + 2.0, 256, - 2.136, + 2.139, 260, - 1.753, + 1.758, 282, - 4.313, + 4.32, 290, - 4.435, + 4.437, 291, - 6.68, + 6.683, 292, - 4.486, + 4.49, 332, - 1.731, + 1.736, 345, - 2.521, + 2.528, 358, - 2.396, + 2.403, 437, - 4.244, + 4.255, 452, - 1.512, + 1.516, 469, - 2.636, + 2.643, 471, - 1.394, + 1.398, 473, - 3.277, + 3.283, 500, - 1.897, + 1.902, 505, - 2.667, + 2.674, 533, - 2.881, + 2.889, 534, - 2.444, + 2.451, 543, - 2.087, + 2.092, 554, - 4.046, + 4.049, 555, - 2.727, + 2.715, 573, - 1.951, + 1.957, 574, - 2.495, + 2.501, 579, - 2.606, + 2.612, 585, - 4.756, + 4.769, 588, - 3.867, + 3.874, 608, - 2.576, + 2.583, 629, - 3.243, + 3.245, 676, - 2.374, + 2.38, 683, - 2.209, + 2.215, 695, - 2.351, + 2.357, 760, - 3.69, + 3.699, 873, - 5.147, + 5.157, 910, - 2.767, + 2.775, 935, - 5.464, + 5.468, 936, - 4.909, + 4.918, 937, - 4.244, + 4.255, 938, - 4.708, + 4.718, 939, - 4.313, + 4.32, 940, - 4.244, + 4.255, 941, - 2.039, + 2.045, 942, - 3.923, + 3.934, 943, - 5.147, + 5.157, 944, - 3.82, + 3.828, 945, - 3.354, + 3.363, 946, - 7.35, + 7.358, 947, - 5.666, + 5.67, 948, - 2.055, + 2.06, 949, - 6.393, + 6.406, 950, - 3.426, + 3.435, 951, - 3.06, + 3.069, 952, - 3.69, + 3.699, 953, - 4.756, + 4.769, 954, - 4.069, + 4.08, 955, - 4.463, + 4.475, 956, - 5.201, + 5.215, 957, - 5.201, + 5.215, 958, - 6.359, + 6.369, 959, - 3.965, + 3.972, 960, - 2.374, + 2.357, 961, - 3.593, + 3.602, 962, - 3.502, + 3.508, 963, - 4.071, + 4.079, 964, - 5.829, + 5.84, 965, - 7.104, + 7.115, 966, - 4.463, + 4.475, 967, - 4.463, + 4.475, 968, - 4.463, + 4.475, 969, - 3.166, + 3.175, 970, - 4.463, + 4.475, 971, - 4.463, + 4.475, 972, - 3.354, + 3.363, 973, - 3.923, + 3.934, 974, - 4.463, + 4.475, 975, - 2.495, + 2.501, 976, - 4.069, + 4.08, 977, - 2.767, + 2.775, 978, - 2.055, + 2.06, 979, - 2.351, + 2.357, 980, - 3.354, + 3.363, 981, - 3.166, + 3.175, 982, - 4.458, + 4.467, 983, - 3.354, + 3.363, 984, - 3.923, + 3.934, 985, - 3.799, + 3.809, 986, - 3.506, + 3.515, 987, - 2.767, + 2.775, 988, - 4.244, + 4.255, 989, - 3.506, + 3.515, 990, - 3.426, + 3.435, 991, - 3.166, + 3.175, 992, - 3.799, + 3.809, 993, - 2.923 + 2.93 ] ], [ @@ -2655,59 +2655,59 @@ "data/manuals/refactoring", [ 0, - 1.143, + 1.144, 1, - 2.387, + 2.388, 2, - 2.363, + 2.364, 3, - 2.449, + 2.45, 4, - 2.449, + 2.45, 5, - 2.462, + 2.463, 6, - 2.462, + 2.463, 7, - 1.171, + 1.172, 18, 1.096, 46, - 1.331, + 1.332, 49, - 3.227, + 3.228, 57, 1.396, 99, 0.829, 153, - 2.117, + 2.118, 235, - 5.897, + 5.899, 241, - 1.998, + 1.999, 253, - 4.675, + 4.677, 313, - 4.278, + 4.279, 368, - 2.654, + 2.655, 389, - 5.169, + 5.172, 502, - 6.148, + 6.15, 596, - 5.098, + 5.101, 672, - 4.342, + 4.302, 747, - 6.131, + 6.133, 819, - 5.491, + 5.494, 994, - 6.62, + 6.623, 995, - 5.897 + 5.899 ] ], [ @@ -2721,19 +2721,19 @@ "data/manuals/http-requests", [ 0, - 1.169, + 1.17, 1, 2.442, 2, - 2.417, + 2.418, 3, 2.506, 4, 2.506, 5, - 2.519, + 2.52, 6, - 2.519, + 2.52, 7, 1.465, 18, @@ -2745,25 +2745,25 @@ 126, 1.895, 148, - 1.958, + 1.959, 241, - 2.044, + 2.045, 629, - 2.871, + 2.872, 645, - 5.617, + 5.619, 729, - 5.528, + 5.53, 947, - 5.015, + 5.017, 996, - 4.837, + 4.839, 997, - 6.972, + 6.974, 998, - 5.528, + 5.53, 999, - 4.399 + 4.4 ] ], [ @@ -2777,171 +2777,171 @@ "data/manuals/physics-ray-casts", [ 0, - 0.969, + 0.97, 1, - 2.024, + 2.026, 2, - 2.003, + 2.005, 3, - 2.077, + 2.079, 4, - 2.077, + 2.079, 5, - 2.088, + 2.09, 6, - 2.088, + 2.09, 7, - 1.456, + 1.457, 18, 1.047, 20, - 1.052, + 1.053, 30, - 2.99, + 2.993, 38, - 0.879, + 0.88, 46, - 1.129, + 1.13, 52, - 2.178, + 2.18, 57, - 1.012, + 1.013, 59, - 0.714, + 0.715, 62, - 2.617, + 2.62, 79, - 0.839, + 0.84, 99, - 0.702, + 0.703, 100, - 1.485, + 1.486, 106, - 1.417, + 1.419, 107, - 1.505, + 1.507, 130, - 4.816, + 4.822, 146, - 3.877, + 3.881, 153, - 1.795, + 1.797, 158, - 2.313, + 2.316, 160, - 2.339, + 2.329, 165, - 2.262, + 2.265, 167, - 3.2, + 3.203, 169, - 1.469, + 1.47, 171, - 4.057, + 4.061, 178, - 3.679, + 3.682, 195, - 4.582, + 4.587, 207, - 2.633, + 2.636, 229, - 1.45, + 1.452, 268, - 2.016, + 2.018, 269, - 2.24, + 2.242, 273, - 1.953, + 1.955, 330, - 3.432, + 3.434, 359, - 3.544, + 3.484, 473, - 3.48, + 3.484, 479, - 3.705, + 3.708, 524, - 3.775, + 3.777, 554, - 2.969, + 2.972, 636, - 3.034, + 3.037, 647, - 4.582, + 4.587, 773, - 2.867, + 2.87, 931, - 2.733, + 2.706, 944, - 4.057, + 4.061, 962, - 3.718, + 3.723, 998, - 4.582, + 4.587, 1000, - 7.997, + 8.001, 1001, - 6.789, + 6.797, 1002, - 3.919, + 3.924, 1003, - 7.212, + 7.218, 1004, - 7.912, + 7.921, 1005, - 6.789, + 6.797, 1006, - 5.613, + 5.619, 1007, - 3.46, + 3.462, 1008, - 5.613, + 5.619, 1009, - 5.333, + 5.339, 1010, - 3.251, + 3.255, 1011, - 5.102, + 5.108, 1012, - 6.456, + 6.463, 1013, - 9.875, + 9.882, 1014, - 6.367, + 6.372, 1015, - 9.875, + 9.882, 1016, - 5.0, + 5.006, 1017, - 7.005, + 7.01, 1018, - 9.875, + 9.882, 1019, - 3.732, + 3.735, 1020, - 7.912, + 7.921, 1021, - 7.912, + 7.921, 1022, - 7.235, + 7.243, 1023, - 7.235, + 7.243, 1024, - 6.789, + 6.797, 1025, - 3.126, + 3.13, 1026, - 7.912, + 7.921, 1027, - 6.456, + 6.463, 1028, - 6.19, + 6.197, 1029, - 3.877, + 3.84, 1030, - 7.235, + 7.243, 1031, - 5.779 + 5.785 ] ], [ @@ -2955,295 +2955,295 @@ "data/manuals/extensions-defold-sdk", [ 0, - 0.696, + 0.698, 1, - 1.454, + 1.457, 2, - 1.439, + 1.443, 3, - 1.492, + 1.496, 4, - 1.492, + 1.496, 5, - 1.5, + 1.503, 6, - 1.5, + 1.503, 7, 1.614, 8, - 2.557, + 2.56, 10, - 1.229, + 1.232, 18, - 1.018, + 1.019, 20, - 0.755, + 0.757, 38, - 1.376, + 1.377, 42, - 1.441, + 1.444, 46, - 1.304, + 1.306, 49, - 1.966, + 1.97, 57, - 1.331, + 1.332, 59, - 0.893, + 0.894, 72, - 1.892, + 1.896, 77, - 1.643, + 1.646, 79, - 0.84, + 0.841, 83, - 3.665, + 3.674, 99, - 0.812, + 0.813, 102, - 1.461, + 1.457, 108, - 1.671, + 1.675, 116, - 2.212, + 2.218, 122, - 1.77, + 1.774, 148, - 1.166, + 1.169, 152, - 3.665, + 3.674, 153, - 1.29, + 1.293, 158, - 1.662, + 1.666, 169, - 1.646, + 1.647, 194, - 1.448, + 1.45, 198, - 1.548, + 1.552, 211, - 2.546, + 2.552, 228, - 2.414, + 2.4, 229, - 1.042, + 1.045, 231, - 2.977, + 2.982, 256, - 1.783, + 1.786, 266, - 2.523, + 2.529, 345, - 3.846, + 3.853, 380, - 2.018, + 2.023, 552, - 2.359, + 2.363, 579, - 2.848, + 2.855, 602, - 3.209, + 3.214, 603, - 2.374, + 2.38, 645, - 3.345, + 3.353, 646, - 4.021, + 4.028, 676, - 2.594, + 2.6, 677, - 2.619, + 2.625, 685, - 2.317, + 2.323, 715, - 4.169, + 4.176, 723, - 3.46, + 3.469, 735, - 5.893, + 5.895, 751, - 2.299, + 2.304, 757, - 4.638, + 4.649, 758, - 2.523, + 2.529, 765, - 1.991, + 1.996, 799, - 3.46, + 3.469, 807, - 4.595, + 4.603, 812, - 4.032, + 4.042, 859, - 2.848, + 2.855, 891, - 1.928, + 1.933, 895, - 2.727, + 2.733, 898, - 2.018, + 2.023, 917, - 2.57, + 2.576, 931, - 1.573, + 1.56, 941, - 2.229, + 2.234, 1007, - 1.991, + 1.996, 1019, - 2.148, + 2.153, 1032, - 4.335, + 4.342, 1033, - 5.684, + 5.698, 1034, - 4.631, + 4.633, 1035, - 4.032, + 4.042, 1036, - 5.684, + 5.698, 1037, - 5.684, + 5.698, 1038, - 5.684, + 5.698, 1039, - 3.064, + 3.072, 1040, - 3.401, + 3.409, 1041, - 3.587, + 3.593, 1042, - 3.745, + 3.754, 1043, - 2.456, + 2.462, 1044, - 4.152, + 4.162, 1045, - 3.745, + 3.754, 1046, - 3.401, + 3.409, 1047, - 4.696, + 4.701, 1048, - 7.151, + 7.16, 1049, - 6.808, + 6.82, 1050, - 6.808, + 6.82, 1051, - 5.629, + 5.638, 1052, - 4.169, + 4.176, 1053, - 4.032, + 4.042, 1054, - 4.447, + 4.458, 1055, - 5.213, + 5.22, 1056, - 4.152, + 4.162, 1057, - 5.684, + 5.698, 1058, - 5.198, + 5.21, 1059, - 4.638, + 4.649, 1060, - 3.194, + 3.202, 1061, - 3.745, + 3.754, 1062, - 3.106, + 3.113, 1063, - 4.032, + 4.042, 1064, - 2.785, + 2.792, 1065, - 4.638, + 4.649, 1066, - 3.111, + 3.116, 1067, - 1.857, + 1.861, 1068, - 3.592, + 3.601, 1069, - 7.255, + 7.268, 1070, - 5.198, + 5.21, 1071, - 3.242, + 3.202, 1072, - 4.638, + 4.649, 1073, - 5.684, + 5.698, 1074, - 4.288, + 4.298, 1075, - 3.524, + 3.532, 1076, - 4.447, + 4.458, 1077, - 5.198, + 5.21, 1078, - 4.288, + 4.298, 1079, - 2.755, + 2.762, 1080, - 4.288, + 4.298, 1081, - 3.46, + 3.469, 1082, - 3.592, + 3.601, 1083, - 4.447, + 4.458, 1084, - 5.198, + 5.21, 1085, - 5.684, + 5.698, 1086, - 5.684, + 5.698, 1087, - 5.684, + 5.698, 1088, - 4.638, + 4.649, 1089, - 3.745, + 3.754, 1090, - 3.692, + 3.698, 1091, - 5.684, + 5.698, 1092, - 5.198, + 5.21, 1093, - 4.669, + 4.677, 1094, - 4.288, + 4.298, 1095, - 4.638, + 4.649, 1096, - 6.676, + 6.685, 1097, - 5.667, + 5.674, 1098, - 3.524, + 3.532, 1099, - 3.831, + 3.841, 1100, - 6.207, + 6.218, 1101, - 3.345, + 3.353, 1102, - 5.684, + 5.698, 1103, - 3.745, + 3.754, 1104, - 1.978, + 1.983, 1105, - 3.745, + 3.754, 1106, - 4.877 + 4.889 ] ], [ @@ -3257,765 +3257,765 @@ "data/manuals/particlefx", [ 0, - 0.471, + 0.473, 1, - 0.577, + 0.579, 2, - 0.571, + 0.573, 3, - 0.592, + 0.594, 4, - 0.592, + 0.594, 5, - 0.595, + 0.597, 6, - 0.595, + 0.597, 7, 1.56, 8, - 1.87, + 1.874, 9, - 0.765, + 0.768, 10, - 1.848, + 1.852, 11, - 0.817, + 0.82, 18, 1.152, 20, - 1.36, + 1.361, 30, - 1.903, + 1.909, 36, - 1.705, + 1.708, 38, - 1.014, + 1.015, 43, - 1.17, + 1.175, 46, - 1.523, + 1.525, 49, - 2.311, + 2.317, 50, - 2.132, + 2.14, 52, - 1.386, + 1.39, 57, - 1.507, + 1.508, 59, - 0.955, + 0.956, 60, - 0.627, + 0.63, 62, - 1.665, + 1.671, 63, - 1.093, + 1.098, 65, - 1.485, + 1.492, 67, - 1.13, + 1.134, 69, - 2.798, + 2.805, 70, - 0.95, + 0.954, 72, - 0.75, + 0.754, 73, - 1.306, + 1.311, 75, - 2.618, + 2.625, 77, - 1.233, + 1.236, 78, - 1.001, + 1.005, 79, 0.996, 82, - 1.52, + 1.526, 86, - 1.635, + 1.64, 87, - 1.425, + 1.431, 88, - 2.048, + 2.055, 89, - 2.751, + 2.76, 90, - 0.917, + 0.921, 91, - 0.77, + 0.773, 92, - 3.663, + 3.669, 94, - 1.791, + 1.797, 96, - 2.307, + 2.312, 97, - 0.652, + 0.655, 99, 1.038, 100, - 1.117, + 1.12, 101, - 2.886, + 2.894, 102, - 1.53, + 1.527, 103, - 1.159, + 1.163, 106, - 1.467, + 1.47, 107, - 0.958, + 0.961, 110, - 2.352, + 2.359, 113, - 1.919, + 1.922, 116, - 0.877, + 0.881, 117, - 1.327, + 1.332, 120, - 3.013, + 3.022, 121, - 2.408, + 2.413, 122, - 2.916, + 2.921, 124, - 2.595, + 2.602, 125, - 2.033, + 2.038, 126, - 1.327, + 1.33, 128, - 1.117, + 1.109, 129, - 1.935, + 1.943, 132, - 3.356, + 3.36, 133, - 1.232, + 1.237, 139, - 1.306, + 1.311, 140, - 1.039, + 1.043, 141, - 1.424, + 1.429, 142, - 1.987, + 1.992, 144, - 2.022, + 2.029, 145, - 1.398, + 1.404, 148, - 1.371, + 1.375, 150, - 1.275, + 1.279, 153, - 0.873, + 0.876, 158, - 0.659, + 0.662, 160, - 0.667, + 0.666, 169, - 0.749, + 0.752, 170, - 0.865, + 0.868, 172, - 1.693, + 1.684, 175, - 2.595, + 2.602, 177, - 1.541, + 1.545, 182, - 5.682, + 5.688, 186, - 1.306, + 1.311, 194, - 0.919, + 0.922, 197, - 0.775, + 0.778, 199, - 0.966, + 0.97, 201, - 1.502, + 1.506, 202, - 1.257, + 1.254, 206, - 2.886, + 2.894, 208, - 3.202, + 3.209, 210, - 0.912, + 0.916, 211, - 1.01, + 1.014, 212, - 2.77, + 2.778, 215, - 3.348, + 3.357, 219, - 1.764, + 1.771, 229, - 1.225, + 1.228, 230, - 0.785, + 0.788, 232, - 1.485, + 1.492, 233, - 1.52, + 1.526, 234, - 6.191, + 6.197, 237, - 2.32, + 2.327, 238, - 1.267, + 1.272, 240, - 1.432, + 1.436, 241, - 1.559, + 1.562, 243, - 1.907, + 1.914, 244, - 2.812, + 2.798, 247, - 0.746, + 0.749, 249, - 1.081, + 1.086, 250, - 1.487, + 1.492, 251, - 2.743, + 2.751, 253, - 3.348, + 3.357, 254, - 4.403, + 4.414, 256, - 1.338, + 1.341, 259, - 1.599, + 1.606, 261, - 0.958, + 0.962, 263, - 2.649, + 2.653, 264, - 4.069, + 4.079, 268, - 1.028, + 1.031, 269, - 1.516, + 1.52, 273, - 0.557, + 0.559, 280, - 0.884, + 0.888, 281, - 1.398, + 1.404, 288, - 2.075, + 2.082, 290, - 2.833, + 2.839, 291, - 1.306, + 1.311, 292, - 2.157, + 2.164, 300, - 2.132, + 2.14, 305, - 1.306, + 1.311, 306, - 3.202, + 3.209, 307, - 1.306, + 1.311, 314, - 3.924, + 3.933, 317, - 1.327, + 1.332, 320, - 2.303, + 2.311, 322, - 3.011, + 3.022, 344, - 3.065, + 3.075, 354, - 1.701, + 1.708, 358, - 1.773, + 1.78, 359, - 1.724, + 1.699, 361, - 2.163, + 2.171, 368, - 1.432, + 1.436, 371, - 3.511, + 3.52, 380, - 1.788, + 1.793, 381, - 2.386, + 2.395, 382, - 2.142, + 2.148, 384, - 2.73, + 2.74, 385, - 2.829, + 2.838, 387, - 0.795, + 0.799, 389, - 1.249, + 1.254, 410, - 1.84, + 1.848, 411, - 3.468, + 3.477, 412, - 2.594, + 2.604, 416, - 5.317, + 5.329, 420, - 1.557, + 1.564, 428, - 1.349, + 1.355, 429, - 1.093, + 1.098, 452, - 0.655, + 0.658, 453, - 2.229, + 2.237, 457, - 0.8, + 0.804, 466, - 1.84, + 1.848, 467, - 1.485, + 1.492, 471, - 1.35, + 1.354, 479, - 0.846, + 0.85, 488, - 2.432, + 2.441, 496, - 1.791, + 1.797, 497, - 1.973, + 1.981, 504, - 1.143, + 1.134, 509, - 2.613, + 2.621, 521, - 1.34, + 1.344, 522, - 1.117, + 1.122, 523, - 1.17, + 1.175, 524, - 0.755, + 0.758, 540, - 2.386, + 2.395, 541, - 1.2, + 1.205, 543, - 0.905, + 0.909, 550, - 3.978, + 3.985, 555, - 0.706, + 0.705, 570, - 2.73, + 2.74, 574, - 1.081, + 1.086, 577, - 0.884, + 0.888, 590, - 2.769, + 2.776, 594, - 3.08, + 3.087, 595, - 1.215, + 1.221, 600, - 1.846, + 1.853, 602, - 1.556, + 1.562, 627, - 1.306, + 1.311, 629, - 0.678, + 0.681, 634, - 0.891, + 0.895, 656, - 1.425, + 1.431, 659, - 1.286, + 1.291, 676, - 1.029, + 1.033, 681, - 1.886, + 1.893, 683, - 0.958, + 0.962, 691, - 1.821, + 1.826, 692, - 0.846, + 0.85, 743, - 1.647, + 1.654, 751, - 0.912, + 0.916, 765, - 2.086, + 2.091, 771, - 1.049, + 1.054, 773, - 0.817, + 0.82, 775, - 2.132, + 2.14, 795, - 1.454, + 1.46, 819, - 2.265, + 2.273, 897, - 1.454, + 1.46, 898, - 0.8, + 0.804, 931, - 1.393, + 1.383, 939, - 1.117, + 1.122, 941, - 0.884, + 0.888, 946, - 3.678, + 3.689, 948, - 1.989, + 1.996, 959, - 1.2, + 1.205, 960, - 1.756, + 1.746, 989, - 1.52, + 1.526, 990, - 7.814, + 7.818, 991, - 4.987, + 4.997, 992, - 8.582, + 8.587, 993, - 1.267, + 1.272, 994, - 2.73, + 2.74, 1040, - 1.349, + 1.355, 1048, - 1.764, + 1.771, 1052, - 1.185, + 1.19, 1065, - 1.84, + 1.848, 1107, - 1.117, + 1.122, 1108, - 3.14, + 3.152, 1109, - 1.093, + 1.098, 1110, - 4.857, + 4.871, 1111, - 6.656, + 6.672, 1112, - 2.062, + 2.071, 1113, - 1.764, + 1.771, 1114, - 1.454, + 1.46, 1115, - 3.302, + 3.314, 1116, - 7.368, + 7.378, 1117, - 7.818, + 7.832, 1118, - 5.443, + 5.459, 1119, - 2.255, + 2.264, 1120, - 2.265, + 2.273, 1121, - 5.028, + 5.04, 1122, - 2.255, + 2.264, 1123, - 2.255, + 2.264, 1124, - 2.482, + 2.491, 1125, - 2.255, + 2.264, 1126, - 1.13, + 1.122, 1127, - 1.647, + 1.654, 1128, - 1.935, + 1.943, 1129, - 1.935, + 1.943, 1130, - 2.255, + 2.264, 1131, - 2.949, + 2.957, 1132, - 1.764, + 1.771, 1133, - 1.185, + 1.19, 1134, - 2.432, + 2.441, 1135, - 1.52, + 1.526, 1136, - 3.69, + 3.701, 1137, - 1.349, + 1.355, 1138, - 3.302, + 3.314, 1139, - 5.584, + 5.591, 1140, - 1.039, + 1.043, 1141, - 1.373, + 1.378, 1142, - 1.935, + 1.848, 1143, - 1.454, + 1.46, 1144, - 2.872, + 2.881, 1145, - 3.849, + 3.863, 1146, - 0.974, + 0.978, 1147, - 1.701, + 1.708, 1148, - 3.519, + 3.532, 1149, - 4.49, + 4.503, 1150, - 1.267, + 1.272, 1151, - 1.935, + 1.943, 1152, - 2.811, + 2.821, 1153, - 1.809, + 1.815, 1154, - 2.255, + 2.264, 1155, - 2.441, + 2.449, 1156, - 2.062, + 2.071, 1157, - 2.022, + 2.029, 1158, - 1.773, + 1.78, 1159, - 3.011, + 3.022, 1160, - 3.562, + 3.572, 1161, - 4.108, + 4.122, 1162, - 1.599, + 1.606, 1163, - 1.935, + 1.943, 1164, - 1.349, + 1.355, 1165, - 1.84, + 1.848, 1166, - 1.306, + 1.311, 1167, - 1.764, + 1.771, 1168, - 2.255, + 2.264, 1169, - 2.062, + 2.071, 1170, - 1.764, + 1.771, 1171, - 1.935, + 1.943, 1172, - 1.143, + 1.147, 1173, - 1.105, + 1.109, 1174, - 2.062, + 2.071, 1175, - 4.108, + 4.122, 1176, - 4.505, + 4.516, 1177, - 6.684, + 6.7, 1178, - 3.849, + 3.863, 1179, - 4.32, + 4.334, 1180, - 2.103, + 2.11, 1181, - 6.671, + 6.685, 1182, - 2.062, + 2.071, 1183, - 1.764, + 1.771, 1184, - 1.425, + 1.431, 1185, - 2.062, + 2.071, 1186, - 1.105, + 1.109, 1187, - 3.478, + 3.489, 1188, - 1.105, + 1.109, 1189, - 3.011, + 3.022, 1190, - 3.849, + 3.863, 1191, - 1.701, + 1.708, 1192, - 1.398, + 1.404, 1193, - 2.303, + 2.311, 1194, - 2.255, + 2.264, 1195, - 1.84, + 1.848, 1196, - 1.84, + 1.848, 1197, - 2.255, + 2.264, 1198, - 1.286, + 1.291, 1199, - 5.035, + 5.051, 1200, - 2.255, + 2.264, 1201, - 2.255, + 2.264, 1202, - 1.07, + 1.075, 1203, - 3.302, + 3.314, 1204, - 2.255, + 2.264, 1205, - 2.255, + 2.264, 1206, - 1.599, + 1.606, 1207, - 5.678, + 5.69, 1208, - 2.343, + 2.352, 1209, - 5.443, + 5.459, 1210, - 2.062, + 2.071, 1211, - 1.647, + 1.654, 1212, - 1.84, + 1.848, 1213, - 1.701, + 1.708, 1214, - 2.73, + 2.74, 1215, - 2.255, + 2.264, 1216, - 1.215, + 1.205, 1217, - 1.701, + 1.708, 1218, - 1.599, + 1.606, 1219, - 1.373, + 1.378, 1220, - 1.398, + 1.404, 1221, - 1.117, + 1.122, 1222, - 2.255, + 2.264, 1223, - 1.52, + 1.526, 1224, - 1.081, + 1.086, 1225, - 6.645, + 6.655, 1226, - 1.286, + 1.291, 1227, - 3.849, + 3.863, 1228, - 4.796, + 4.807, 1229, - 2.535, + 2.545, 1230, - 3.519, + 3.532, 1231, - 4.857, + 4.871, 1232, - 3.849, + 3.863, 1233, - 6.112, + 6.127, 1234, - 4.108, + 4.122, 1235, - 1.454, + 1.46, 1236, - 1.935, + 1.943, 1237, - 2.255, + 2.264, 1238, - 3.519, + 3.532, 1239, - 2.062, + 2.071, 1240, - 2.255, + 2.264, 1241, - 2.255, + 2.264, 1242, - 3.519, + 3.532, 1243, - 2.255, + 2.264, 1244, - 1.84, + 1.848, 1245, - 1.52, + 1.526, 1246, - 2.062, + 2.071, 1247, - 1.935, + 1.943, 1248, - 1.425, + 1.431, 1249, - 1.764, + 1.771, 1250, - 1.267, + 1.272, 1251, - 1.935, + 1.943, 1252, - 2.062, + 2.071, 1253, - 2.163, + 2.171, 1254, - 2.229, + 2.237, 1255, - 1.557, + 1.564, 1256, - 1.398, + 1.404, 1257, - 1.398, + 1.404, 1258, - 1.485, + 1.492, 1259, - 1.425, + 1.431, 1260, - 1.327, + 1.332, 1261, - 1.373 + 1.355 ] ], [ @@ -4057,1265 +4057,1265 @@ "data/manuals/editor-scripts-ui", [ 0, - 0.169, + 0.17, 1, - 1.244, + 1.248, 2, - 0.35, + 0.352, 3, - 0.363, + 0.364, 4, - 0.363, + 0.364, 5, - 0.365, + 0.366, 6, - 0.365, + 0.366, 7, 1.566, 8, - 2.345, + 2.349, 9, - 0.469, + 0.471, 10, - 1.892, + 1.896, 16, - 1.009, + 1.014, 18, 1.111, 20, - 1.5, + 1.501, 22, - 0.568, + 0.571, 28, - 0.67, + 0.673, 36, - 1.629, + 1.633, 38, - 1.023, + 1.025, 39, - 1.026, + 1.03, 42, - 0.251, + 0.252, 45, - 0.931, + 0.936, 46, - 1.507, + 1.509, 49, - 3.084, + 3.089, 52, - 1.954, + 1.958, 54, - 2.815, + 2.823, 55, - 3.054, + 3.062, 56, - 0.538, + 0.54, 57, - 1.319, + 1.32, 59, 0.969, 60, - 0.696, + 0.699, 61, - 0.857, + 0.861, 62, - 1.133, + 1.137, 65, - 0.91, + 0.915, 67, - 0.692, + 0.696, 77, - 1.47, + 1.473, 78, - 0.613, + 0.616, 79, 1.005, 83, - 3.136, + 3.146, 84, - 1.071, + 1.076, 86, - 2.305, + 2.31, 88, - 0.735, + 0.739, 89, - 0.755, + 0.759, 90, - 0.816, + 0.819, 91, - 0.472, + 0.474, 93, - 2.208, + 2.217, 96, - 3.462, + 3.465, 97, - 0.723, + 0.726, 99, - 0.999, + 1.0, 100, - 1.332, + 1.335, 102, - 1.825, + 1.82, 103, - 2.089, + 2.092, 104, - 0.709, + 0.704, 106, - 1.755, + 1.758, 107, - 1.824, + 1.827, 108, - 1.007, + 1.011, 109, - 1.576, + 1.571, 110, - 0.988, + 0.992, 111, - 0.577, + 0.58, 113, - 1.188, + 1.192, 116, - 0.538, + 0.54, 117, - 1.472, + 1.478, 119, - 0.7, + 0.704, 121, - 1.39, + 1.395, 122, - 0.43, + 0.432, 125, - 0.761, + 0.764, 126, - 1.829, + 1.832, 130, - 0.841, + 0.845, 140, - 0.637, + 0.64, 142, - 0.411, + 0.413, 146, - 0.677, + 0.68, 148, - 1.306, + 1.31, 149, - 1.599, + 1.605, 150, - 0.867, + 0.871, 153, - 1.744, + 1.748, 158, - 0.404, + 0.406, 160, - 2.19, + 2.183, 165, - 3.123, + 3.126, 168, - 2.854, + 2.863, 169, - 1.511, + 1.513, 170, - 1.313, + 1.318, 171, - 2.154, + 2.162, 174, - 0.563, + 0.566, 177, - 1.948, + 1.953, 178, - 3.044, + 3.05, 195, - 1.448, + 1.454, 196, - 1.453, + 1.458, 197, - 0.475, + 0.477, 198, - 0.681, + 0.684, 200, - 0.841, + 0.845, 201, - 1.664, + 1.668, 202, 0.451, 207, - 2.362, + 2.368, 210, - 1.011, + 1.016, 211, - 1.12, + 1.125, 216, - 3.788, + 3.794, 217, - 0.98, + 0.985, 226, - 2.273, + 2.278, 229, - 1.714, + 1.716, 230, - 1.192, + 1.197, 235, - 0.873, + 0.877, 238, - 1.405, + 1.411, 239, - 0.608, + 0.611, 241, - 1.52, + 1.523, 243, - 1.239, + 1.244, 244, - 0.966, + 0.963, 247, - 2.772, + 2.777, 249, - 1.2, + 1.205, 256, - 1.595, + 1.599, 257, - 1.921, + 1.928, 260, - 2.146, + 2.151, 261, - 1.455, + 1.46, 263, - 1.904, + 1.909, 264, - 4.111, + 4.122, 266, - 3.411, + 3.419, 268, - 1.621, + 1.624, 269, - 2.149, + 2.152, 271, - 2.819, + 2.794, 273, - 2.069, + 2.073, 280, - 0.542, + 0.544, 281, - 2.123, + 2.132, 285, - 1.882, + 1.889, 287, - 0.955, + 0.959, 300, - 0.766, + 0.769, 301, - 3.169, + 3.181, 313, - 0.542, + 0.544, 315, - 0.857, + 0.861, 317, - 0.813, + 0.817, 329, - 5.184, + 5.197, 330, - 0.441, + 0.443, 332, - 0.46, + 0.462, 333, - 1.188, + 1.193, 336, - 1.886, + 1.895, 337, - 0.873, + 0.877, 341, - 0.67, + 0.666, 342, - 1.534, + 1.54, 351, - 0.717, + 0.721, 353, - 1.374, + 1.369, 368, - 1.686, + 1.691, 369, - 1.686, + 1.693, 373, - 1.522, + 1.529, 374, - 2.208, + 2.217, 378, - 1.612, + 1.619, 380, - 1.216, + 1.221, 382, - 0.497, + 0.5, 387, - 1.208, + 1.213, 392, - 1.2, + 1.205, 399, - 1.774, + 1.782, 401, - 1.081, + 1.086, 405, - 1.128, + 1.133, 407, - 0.873, + 0.877, 411, - 0.717, + 0.721, 416, - 1.009, + 1.014, 419, - 0.873, + 0.877, 422, - 2.795, + 2.806, 423, - 1.886, + 1.895, 425, - 3.382, + 3.392, 428, - 2.909, + 2.919, 429, - 3.086, + 3.094, 433, - 0.563, + 0.566, 434, - 0.643, + 0.646, 445, - 1.081, + 1.086, 446, - 1.253, + 1.258, 449, - 5.593, + 5.601, 450, - 1.128, + 1.133, 451, - 1.009, + 1.014, 452, - 1.579, + 1.584, 454, - 0.996, + 1.0, 456, - 1.348, + 1.354, 457, - 1.216, + 1.221, 459, - 0.643, + 0.646, 472, - 0.637, + 0.64, 473, - 1.506, + 1.512, 474, - 1.009, + 1.014, 475, - 1.128, + 1.133, 477, - 0.955, + 0.959, 479, - 2.534, + 2.54, 483, - 0.91, + 0.915, 489, - 0.643, + 0.646, 496, - 1.955, + 1.962, 500, - 0.912, + 0.916, 504, - 3.005, + 2.979, 510, - 1.258, + 1.263, 511, - 1.822, + 1.83, 523, - 1.298, + 1.303, 524, - 3.374, + 3.378, 533, - 0.766, + 0.769, 534, - 2.553, + 2.561, 543, - 0.554, + 0.557, 544, - 4.398, + 4.41, 550, - 0.643, + 0.646, 553, - 2.275, + 2.282, 554, - 0.519, + 0.521, 555, - 0.783, + 0.782, 556, - 2.233, + 2.24, 560, - 0.873, + 0.877, 561, - 1.879, + 1.885, 573, - 1.285, + 1.29, 580, - 1.58, + 1.587, 582, - 4.111, + 4.122, 588, - 0.717, + 0.721, 590, - 0.572, + 0.575, 592, - 1.612, + 1.619, 594, - 2.503, + 2.511, 600, - 3.054, + 3.062, 601, - 1.522, + 1.528, 602, - 1.385, + 1.391, 603, - 1.431, + 1.436, 604, - 1.736, + 1.742, 605, - 0.788, + 0.792, 608, - 0.685, + 0.688, 614, - 0.981, + 0.985, 620, - 0.717, + 0.721, 629, - 0.752, + 0.755, 631, - 1.697, + 1.703, 634, - 1.921, + 1.928, 636, - 0.959, + 0.963, 644, - 1.239, + 1.244, 652, - 1.686, + 1.693, 656, - 1.58, + 1.587, 666, - 1.647, + 1.655, 673, - 0.8, + 0.804, 676, - 1.917, + 1.924, 677, - 1.152, + 1.157, 681, - 0.677, + 0.68, 683, - 1.785, + 1.791, 686, - 1.348, + 1.354, 687, - 0.813, + 0.817, 688, - 0.98, + 0.985, 689, - 0.619, + 0.622, 691, - 1.488, + 1.493, 692, - 1.576, + 1.582, 695, - 0.625, + 0.628, 701, - 0.726, + 0.729, 703, - 0.981, + 0.985, 710, - 1.66, + 1.667, 717, - 1.472, + 1.478, 723, - 0.841, + 0.845, 735, - 0.663, + 0.666, 737, - 1.686, + 1.693, 738, - 3.251, + 3.261, 740, - 0.7, + 0.704, 749, - 1.871, + 1.879, 750, - 2.037, + 2.044, 752, - 2.503, + 2.511, 754, - 2.049, + 2.057, 758, - 0.613, + 0.616, 765, - 0.876, + 0.88, 769, - 2.709, + 2.719, 772, - 1.727, + 1.735, 774, - 0.625, + 0.628, 775, - 0.766, + 0.769, 784, - 5.184, + 5.197, 793, - 0.643, + 0.646, 796, - 1.826, + 1.834, 801, - 1.225, + 1.231, 803, - 0.955, + 0.959, 807, - 0.8, + 0.804, 808, - 0.735, + 0.739, 823, - 0.91, + 0.915, 825, - 1.081, + 1.086, 832, - 0.663, + 0.666, 834, - 1.239, + 1.244, 835, - 1.128, + 1.133, 848, - 2.409, + 2.417, 854, - 1.385, + 1.391, 856, - 0.554, + 0.557, 859, - 1.716, + 1.723, 866, - 3.195, + 3.201, 891, - 1.425, + 1.43, 898, - 1.492, + 1.497, 912, - 0.891, + 0.895, 914, - 0.577, + 0.58, 915, - 2.274, + 2.28, 917, - 0.625, + 0.628, 919, - 0.709, + 0.712, 921, - 0.891, + 0.895, 923, - 1.678, + 1.685, 925, - 1.647, + 1.655, 941, - 0.542, + 0.544, 945, - 2.709, + 2.719, 948, - 0.546, + 0.549, 950, - 0.91, + 0.915, 952, - 3.45, + 3.461, 960, - 0.631, + 0.628, 978, - 4.072, + 4.077, 993, - 0.777, + 0.78, 1008, - 0.98, + 0.985, 1025, - 1.353, + 1.359, 1034, - 2.083, + 2.09, 1035, - 4.207, + 4.219, 1039, - 0.745, + 0.748, 1040, - 0.827, + 0.831, 1046, - 1.496, + 1.503, 1052, - 0.726, + 0.729, 1060, - 0.777, + 0.78, 1064, - 0.677, + 0.68, 1079, - 2.037, + 2.044, 1080, - 1.886, + 1.895, 1081, - 0.841, + 0.845, 1088, - 2.04, + 2.049, 1090, - 0.643, + 0.646, 1096, - 1.009, + 1.014, 1104, - 1.462, + 1.468, 1107, - 0.685, + 0.688, 1126, - 1.253, + 1.244, 1134, - 0.873, + 0.877, 1139, - 0.777, + 0.78, 1140, - 4.034, + 4.041, 1144, - 0.788, + 0.792, 1155, - 2.874, + 2.883, 1158, - 0.637, + 0.64, 1166, - 0.8, + 0.804, 1172, - 1.267, + 1.273, 1180, - 0.755, + 0.759, 1202, - 2.309, + 2.316, 1208, - 2.96, + 2.97, 1224, - 0.663, + 0.666, 1245, - 0.931, + 0.936, 1261, - 2.085, + 2.057, 1262, - 1.826, + 1.834, 1263, - 1.826, + 1.834, 1264, - 2.768, + 2.778, 1265, - 1.128, + 1.133, 1266, - 2.04, + 2.049, 1267, - 2.366, + 2.375, 1268, - 2.501, + 2.511, 1269, - 1.385, + 1.391, 1270, - 1.081, + 1.086, 1271, - 1.264, + 1.27, 1272, - 3.524, + 3.531, 1273, - 2.862, + 2.871, 1274, - 2.287, + 2.297, 1275, - 0.98, + 0.985, 1276, - 4.447, + 4.462, 1277, - 3.132, + 3.144, 1278, - 3.968, + 3.981, 1279, - 2.049, + 2.057, 1280, - 4.968, + 4.984, 1281, - 5.035, + 5.047, 1282, - 1.186, + 1.191, 1283, - 1.366, + 1.372, 1284, - 6.253, + 6.262, 1285, - 2.584, + 2.594, 1286, - 0.98, + 0.985, 1287, - 2.981, + 2.991, 1288, - 1.128, + 1.133, 1289, - 0.857, + 0.861, 1290, - 1.081, + 1.086, 1291, - 2.514, + 2.523, 1292, - 1.264, + 1.27, 1293, - 1.042, + 1.047, 1294, - 2.501, + 2.511, 1295, - 2.534, + 2.54, 1296, - 0.932, + 0.936, 1297, - 7.512, + 7.525, 1298, - 2.164, + 2.173, 1299, - 4.201, + 4.217, 1300, - 2.501, + 2.511, 1301, - 2.43, + 2.439, 1302, - 1.009, + 1.014, 1303, - 1.382, + 1.388, 1304, - 1.472, + 1.478, 1305, - 5.094, + 5.107, 1306, - 2.164, + 2.173, 1307, - 1.55, + 1.529, 1308, - 1.382, + 1.388, 1309, - 1.366, + 1.372, 1310, - 1.186, + 1.191, 1311, - 0.891, + 0.895, 1312, - 1.009, + 1.014, 1313, - 5.422, + 5.438, 1314, - 0.931, + 0.936, 1315, - 4.447, + 4.462, 1316, - 3.132, + 3.144, 1317, - 1.382, + 1.388, 1318, - 1.264, + 1.27, 1319, - 1.186, + 1.191, 1320, - 3.425, + 3.438, 1321, - 1.186, + 1.191, 1322, - 0.709, + 0.712, 1323, - 0.577, + 0.58, 1324, - 2.819, + 2.828, 1325, - 3.842, + 3.856, 1326, - 2.085, + 2.093, 1327, - 1.686, + 1.693, 1328, - 4.098, + 4.111, 1329, - 2.909, + 2.919, 1330, - 1.382, + 1.388, 1331, - 1.128, + 1.133, 1332, - 1.385, + 1.391, 1333, - 1.186, + 1.191, 1334, - 1.382, + 1.388, 1335, - 1.264, + 1.27, 1336, - 1.128, + 1.133, 1337, - 2.208, + 2.217, 1338, - 1.081, + 1.086, 1339, - 1.886, + 1.895, 1340, - 0.98, + 0.985, 1341, - 0.98, + 0.985, 1342, - 4.433, + 4.447, 1343, - 0.766, + 0.769, 1344, - 1.264, + 1.27, 1345, - 1.264, + 1.27, 1346, - 1.382, + 1.388, 1347, - 2.04, + 2.049, 1348, - 2.939, + 2.95, 1349, - 2.146, + 2.155, 1350, - 1.382, + 1.388, 1351, - 1.382, + 1.388, 1352, - 1.382, + 1.388, 1353, - 1.264, + 1.27, 1354, - 1.009, + 1.014, 1355, - 1.264, + 1.27, 1356, - 1.264, + 1.27, 1357, - 3.132, + 3.144, 1358, - 1.382, + 1.388, 1359, - 3.842, + 3.856, 1360, - 1.382, + 1.388, 1361, - 0.91, + 0.915, 1362, - 3.425, + 3.438, 1363, - 1.956, + 1.965, 1364, - 2.015, + 2.023, 1365, - 3.842, + 3.856, 1366, - 1.382, + 1.388, 1367, - 1.042, + 1.014, 1368, - 1.382, + 1.388, 1369, - 1.382, + 1.388, 1370, - 1.264, + 1.27, 1371, - 1.264, + 1.27, 1372, - 2.939, + 2.95, 1373, - 1.186, + 1.191, 1374, - 1.264, + 1.27, 1375, - 1.826, + 1.834, 1376, - 1.009, + 1.014, 1377, - 1.382, + 1.388, 1378, - 1.522, + 1.529, 1379, - 2.263, + 2.248, 1380, - 1.186, + 1.191, 1381, - 2.43, + 2.439, 1382, - 0.766, + 0.769, 1383, - 1.264, + 1.27, 1384, - 2.501, + 2.511, 1385, - 0.98, + 0.985, 1386, - 1.009, + 1.014, 1387, - 0.891, + 0.895, 1388, - 5.93, + 5.947, 1389, - 2.501, + 2.511, 1390, - 2.287, + 2.297, 1391, - 1.264, + 1.27, 1392, - 1.264, + 1.27, 1393, - 2.679, + 2.69, 1394, - 1.382, + 1.388, 1395, - 2.287, + 2.297, 1396, - 1.264, + 1.27, 1397, - 1.264, + 1.27, 1398, - 1.264, + 1.27, 1399, - 1.382, + 1.388, 1400, - 1.382, + 1.388, 1401, - 0.841, + 0.845, 1402, - 1.264, + 1.27, 1403, - 0.656, + 0.659, 1404, - 1.042, + 1.047, 1405, - 1.264, + 1.27, 1406, - 1.141, + 1.146, 1407, - 2.287, + 2.297, 1408, - 1.382, + 1.388, 1409, - 3.804, + 3.817, 1410, - 1.264, + 1.27, 1411, - 0.592, + 0.595, 1412, - 0.931, + 0.936, 1413, - 0.841, + 0.845, 1414, - 1.264, + 1.27, 1415, - 0.955, + 0.959, 1416, - 3.753, + 3.765, 1417, - 1.264, + 1.27, 1418, - 2.287, + 2.297, 1419, - 1.186, + 1.191, 1420, - 1.081, + 1.086, 1421, - 0.841, + 0.845, 1422, - 1.264, + 1.27, 1423, - 1.264, + 1.27, 1424, - 1.128, + 1.133, 1425, - 2.04, + 2.049, 1426, - 0.841, + 0.845, 1427, - 1.727, + 1.735, 1428, - 0.755, + 0.759, 1429, - 0.931, + 0.936, 1430, - 1.264, + 1.27, 1431, - 1.081, + 1.086, 1432, - 2.361, + 2.369, 1433, - 3.132, + 3.144, 1434, - 1.253, + 1.258, 1435, - 1.081, + 1.086, 1436, - 1.886, + 1.895, 1437, - 1.886, + 1.895, 1438, - 1.081, + 1.086, 1439, - 1.186, + 1.191, 1440, - 0.841, + 0.845, 1441, - 1.009, + 1.014, 1442, - 1.128, + 1.133, 1443, - 1.264, + 1.27, 1444, - 1.264, + 1.27, 1445, - 1.774, + 1.782, 1446, - 1.128, + 1.133, 1447, - 1.128, + 1.133, 1448, - 2.501, + 2.511, 1449, - 1.081, + 1.086, 1450, - 1.382, + 1.388, 1451, - 6.49, + 6.506, 1452, - 1.081, + 1.086, 1453, - 1.264, + 1.27, 1454, - 1.382, + 1.388, 1455, - 0.98, + 0.985, 1456, - 6.356, + 6.37, 1457, - 0.813, + 0.817, 1458, - 1.186, + 1.191, 1459, - 1.713, + 1.719, 1460, - 0.777, + 0.78, 1461, - 1.382, + 1.388, 1462, - 3.132, + 3.144, 1463, - 0.841, + 0.845, 1464, - 1.186, + 1.191, 1465, - 0.487, + 0.49, 1466, - 2.501, + 2.511, 1467, - 6.773, + 6.789, 1468, - 1.264, + 1.27, 1469, - 1.264, + 1.27, 1470, - 1.264, + 1.27, 1471, - 0.685, + 0.688, 1472, - 0.619, + 0.622, 1473, - 1.774, + 1.782, 1474, - 1.186, + 1.191, 1475, - 0.98, + 0.985, 1476, - 1.128, + 1.086, 1477, - 4.447, + 4.462, 1478, - 4.098, + 4.111, 1479, - 0.813, + 0.817, 1480, - 4.201, + 4.217, 1481, - 1.382, + 1.388, 1482, - 1.826, + 1.834, 1483, - 1.382, + 1.388, 1484, - 1.042, + 1.047, 1485, - 0.91, + 0.915, 1486, - 0.98, + 0.985, 1487, - 1.042, + 1.047, 1488, - 1.264, + 1.27, 1489, - 1.382, + 1.388, 1490, - 1.081, + 1.086, 1491, - 1.128, + 1.133, 1492, - 0.857, + 0.861, 1493, - 0.955, + 0.959, 1494, - 2.146, + 2.155, 1495, - 0.766, + 0.769, 1496, - 0.955, + 0.959, 1497, - 1.081, + 1.086, 1498, - 0.955, + 0.959, 1499, - 0.827, + 0.831, 1500, - 0.955, + 0.959, 1501, - 2.501, + 2.511, 1502, - 0.709, + 0.712, 1503, - 1.081, + 1.086, 1504, - 1.128, + 1.133, 1505, - 1.186, + 1.191, 1506, - 1.186, + 1.191, 1507, - 0.857, + 0.861, 1508, - 1.042, + 1.047, 1509, - 0.955, + 0.959, 1510, - 0.891, + 0.895, 1511, - 0.745, + 0.748, 1512, - 1.186, + 1.191, 1513, - 1.128, + 1.133, 1514, - 1.042, + 1.047, 1515, - 1.264, + 1.27, 1516, - 4.968, + 4.984, 1517, - 5.422, + 5.438, 1518, - 1.264, + 1.27, 1519, - 2.04, + 2.049, 1520, - 3.132, + 3.144, 1521, - 3.132, + 3.144, 1522, - 3.425, + 3.438, 1523, - 2.287, + 2.297, 1524, - 3.425, + 3.438, 1525, - 1.58, + 1.587, 1526, - 1.009, + 1.014, 1527, - 3.425, + 3.438, 1528, - 1.264, + 1.27, 1529, - 1.128, + 1.133, 1530, - 1.264, + 1.27, 1531, - 2.501, + 2.511, 1532, - 0.891, + 0.895, 1533, - 4.201, + 4.217, 1534, - 1.264, + 1.27, 1535, - 2.287, + 2.297, 1536, - 2.501, + 2.511, 1537, - 4.201, + 4.217, 1538, - 2.501, + 2.511, 1539, - 4.201, + 4.217, 1540, - 2.501, + 2.511, 1541, - 1.348, + 1.354, 1542, - 2.501, + 2.511, 1543, - 1.472, + 1.478, 1544, - 0.857, + 0.861, 1545, - 1.081, + 1.086, 1546, - 0.717, + 0.721, 1547, - 1.264, + 1.27, 1548, - 1.846, + 1.854, 1549, - 2.795, + 2.806, 1550, - 1.382, + 1.388, 1551, - 1.081, + 1.086, 1552, - 1.081, + 1.086, 1553, - 1.186, + 1.191, 1554, - 2.146, + 2.155, 1555, - 2.501, + 2.511, 1556, - 5.798, + 5.811, 1557, - 1.496, + 1.503, 1558, - 2.605, + 2.614, 1559, - 0.857, + 0.861, 1560, - 2.256, + 2.265, 1561, - 3.425, + 3.438, 1562, - 0.91, + 0.915, 1563, - 1.186, + 1.191, 1564, - 1.186, + 1.191, 1565, - 1.186, + 1.191, 1566, - 1.886, + 1.895, 1567, - 1.382, + 1.388, 1568, - 1.382, + 1.388, 1569, - 1.264, + 1.27, 1570, - 0.931, + 0.936, 1571, - 1.186, + 1.191, 1572, - 1.186 + 1.191 ] ], [ @@ -5331,487 +5331,487 @@ 7, 1.532, 9, - 1.216, + 1.221, 10, - 0.775, + 0.778, 17, - 2.417, + 2.426, 18, 1.128, 20, - 1.429, + 1.43, 23, - 1.621, + 1.627, 36, - 0.715, + 0.718, 38, - 0.626, + 0.627, 42, - 1.023, + 1.026, 46, - 1.48, + 1.481, 47, - 3.839, + 3.845, 55, - 1.72, + 1.726, 57, - 1.096, + 1.098, 59, - 0.915, + 0.916, 60, - 0.998, + 1.001, 62, - 1.186, + 1.19, 77, - 1.441, + 1.444, 79, 0.948, 90, - 1.343, + 1.347, 94, - 1.669, + 1.675, 96, - 2.716, + 2.721, 97, - 2.478, + 2.482, 99, 1.035, 100, - 1.902, + 1.904, 102, - 0.922, + 0.921, 103, - 1.297, + 1.301, 106, - 1.412, + 1.415, 107, - 1.811, + 1.813, 108, - 1.054, + 1.058, 109, - 1.346, + 1.341, 113, - 0.719, + 0.721, 121, - 2.608, + 2.613, 122, - 2.668, + 2.673, 125, - 1.091, + 1.095, 126, - 1.701, + 1.704, 141, - 1.327, + 1.331, 142, - 1.066, + 1.07, 148, - 1.952, + 1.955, 153, - 1.579, + 1.582, 160, - 2.913, + 2.901, 165, - 2.818, + 2.821, 166, - 4.275, + 4.282, 167, - 3.848, + 3.853, 169, - 1.173, + 1.175, 171, - 4.043, + 4.051, 172, - 1.577, + 1.569, 177, - 3.015, + 3.019, 178, - 3.864, + 3.868, 194, - 1.564, + 1.567, 196, - 1.24, + 1.245, 199, - 1.536, + 1.542, 201, - 1.564, + 1.567, 207, - 3.028, + 3.032, 229, - 1.744, + 1.747, 240, - 2.242, + 2.247, 241, - 1.206, + 1.21, 244, - 1.385, + 1.38, 247, - 1.186, + 1.19, 249, - 1.72, + 1.726, 250, - 3.675, + 3.68, 268, - 1.857, + 1.86, 269, - 1.789, + 1.793, 271, - 1.861, + 1.845, 273, - 1.391, + 1.395, 330, - 2.219, + 2.224, 333, - 1.968, + 1.973, 351, - 1.861, + 1.868, 368, - 1.02, + 1.023, 380, - 2.0, + 2.006, 384, - 2.544, + 2.553, 385, - 2.015, + 2.023, 387, - 1.265, + 1.269, 402, - 1.908, + 1.915, 414, - 2.363, + 2.371, 429, - 1.739, + 1.745, 439, - 2.417, + 2.426, 454, - 1.428, + 1.433, 471, - 1.51, + 1.514, 480, - 2.363, + 2.371, 489, - 1.669, + 1.675, 500, - 1.308, + 1.313, 524, - 2.641, + 2.646, 526, - 3.712, + 3.722, 534, - 1.685, + 1.691, 543, - 3.65, + 3.656, 552, - 2.548, + 2.552, 556, - 2.315, + 2.322, 571, - 2.619, + 2.629, 577, - 2.209, + 2.215, 601, - 1.299, + 1.304, 602, - 1.45, + 1.456, 603, - 1.498, + 1.503, 604, - 2.855, + 2.863, 629, - 1.078, + 1.082, 636, - 2.16, + 2.166, 638, - 2.266, + 2.274, 644, - 1.777, + 1.783, 647, - 2.077, + 2.084, 685, - 1.462, + 1.467, 689, - 1.606, + 1.612, 710, - 2.731, + 2.739, 750, - 1.739, + 1.745, 811, - 2.791, + 2.799, 848, - 2.791, + 2.799, 849, - 1.592, + 1.597, 860, - 1.817, + 1.824, 891, - 1.911, + 1.916, 898, - 2.471, + 2.476, 919, - 1.839, + 1.845, 928, - 2.477, + 2.486, 931, - 2.182, + 2.163, 982, - 2.146, + 2.153, 999, - 1.653, + 1.658, 1010, - 4.763, + 4.766, 1011, - 2.313, + 2.321, 1016, - 3.56, + 3.57, 1019, - 2.98, + 2.986, 1025, - 4.605, + 4.608, 1029, - 1.757, + 1.745, 1055, - 2.045, + 2.053, 1104, - 1.961, + 1.966, 1120, - 2.11, + 2.118, 1150, - 2.015, + 2.023, 1153, - 1.685, + 1.691, 1158, - 3.206, + 3.214, 1166, - 3.263, + 3.272, 1173, - 2.761, + 2.768, 1184, - 2.266, + 2.274, 1295, - 2.114, + 2.12, 1296, - 1.336, + 1.341, 1332, - 1.45, + 1.456, 1387, - 2.313, + 2.321, 1455, - 2.544, + 2.553, 1457, - 2.11, + 2.118, 1482, - 2.619, + 2.629, 1484, - 2.705, + 2.715, 1502, - 2.889, + 2.897, 1526, - 5.082, + 5.094, 1546, - 1.861, + 1.868, 1560, - 2.363, + 2.371, 1573, - 3.077, + 3.088, 1574, - 3.43, + 3.44, 1575, - 3.279, + 3.291, 1576, - 3.586, + 3.599, 1577, - 3.077, + 3.088, 1578, - 3.586, + 3.599, 1579, - 6.95, + 6.959, 1580, - 3.586, + 3.599, 1581, - 6.363, + 6.378, 1582, - 3.586, + 3.599, 1583, - 8.895, + 8.902, 1584, - 4.431, + 4.44, 1585, - 3.586, + 3.599, 1586, - 3.586, + 3.599, 1587, - 8.57, + 8.585, 1588, - 3.41, + 3.417, 1589, - 2.417, + 2.426, 1590, - 4.718, + 4.727, 1591, - 3.586, + 3.599, 1592, - 2.544, + 2.553, 1593, - 6.959, + 6.975, 1594, - 4.888, + 4.896, 1595, - 5.634, + 5.65, 1596, - 1.908, + 1.915, 1597, - 3.263, + 3.272, 1598, - 2.926, + 2.937, 1599, - 2.266, + 2.274, 1600, - 2.146, + 2.153, 1601, - 2.705, + 2.715, 1602, - 3.864, + 3.871, 1603, - 3.279, + 3.291, 1604, - 3.656, + 3.664, 1605, - 3.586, + 3.599, 1606, - 3.315, + 3.325, 1607, - 4.963, + 4.972, 1608, - 5.693, + 5.7, 1609, - 4.963, + 4.972, 1610, - 7.885, + 7.901, 1611, - 4.597, + 4.61, 1612, - 5.152, + 5.166, 1613, - 3.586, + 3.599, 1614, - 7.885, + 7.901, 1615, - 2.926, + 2.937, 1616, - 3.56, + 3.57, 1617, - 2.806, + 2.816, 1618, - 3.077, + 3.088, 1619, - 3.586, + 3.599, 1620, - 7.885, + 7.901, 1621, - 2.855, + 2.863, 1622, - 4.937, + 4.948, 1623, - 2.477, + 2.486, 1624, - 2.619, + 2.629, 1625, - 3.892, + 3.903, 1626, - 6.959, + 6.975, 1627, - 2.544, + 2.553, 1628, - 1.486, + 1.491, 1629, - 2.523, + 2.531, 1630, - 2.705, + 2.715, 1631, - 3.493, + 3.503, 1632, - 2.266, + 2.274, 1633, - 3.077, + 3.088, 1634, - 3.586, + 3.599, 1635, - 3.586, + 3.599, 1636, - 2.077, + 2.084, 1637, - 2.313, + 2.321, 1638, - 2.266, + 2.274, 1639, - 5.634, + 5.65, 1640, - 2.806, + 2.816, 1641, - 3.279, + 3.291, 1642, - 4.597, + 4.61, 1643, - 3.586, + 3.599, 1644, - 3.077, + 3.088, 1645, - 7.806, + 7.818, 1646, - 4.834, + 4.848, 1647, - 3.586, + 3.599, 1648, - 2.045, + 2.053, 1649, - 1.884, + 1.891, 1650, - 3.371, + 3.38, 1651, - 2.146, + 2.153, 1652, - 2.806, + 2.816, 1653, - 3.586, + 3.599, 1654, - 2.926, + 2.937, 1655, - 1.884, + 1.891, 1656, - 7.197, + 7.206, 1657, - 8.27, + 8.279, 1658, - 4.937, + 4.948, 1659, - 3.586, + 3.599, 1660, - 2.806, + 2.816, 1661, - 2.823, + 2.83, 1662, - 2.478, + 2.485, 1663, - 6.363, + 6.378, 1664, - 8.57, + 8.585, 1665, - 8.57, + 8.585, 1666, - 2.223, + 2.231, 1667, - 2.705, + 2.715, 1668, - 9.073, + 9.082, 1669, - 3.077, + 3.088, 1670, - 3.586, + 3.599, 1671, - 3.586, + 3.599, 1672, - 3.037, + 3.046, 1673, - 8.57 + 8.585 ] ], [ @@ -5825,7 +5825,7 @@ "data/manuals/extensions-debugging", [ 0, - 1.205, + 1.206, 1, 2.517, 2, @@ -5835,9 +5835,9 @@ 4, 2.583, 5, - 2.596, + 2.597, 6, - 2.596, + 2.597, 7, 1.235, 99, @@ -5859,1101 +5859,1101 @@ "data/manuals/render", [ 7, - 1.535, + 1.536, 8, - 1.189, + 1.193, 9, - 1.442, + 1.447, 10, - 1.961, + 1.964, 11, - 1.151, + 1.156, 12, - 1.45, + 1.456, 17, - 1.218, + 1.223, 18, 1.131, 20, - 1.474, + 1.475, 23, - 3.782, + 3.789, 28, - 0.876, + 0.88, 30, - 0.683, + 0.686, 36, - 1.382, + 1.385, 38, - 0.713, + 0.715, 39, - 0.671, + 0.673, 42, - 0.929, + 0.932, 43, - 0.938, + 0.942, 44, - 0.755, + 0.758, 46, - 1.567, + 1.568, 47, - 3.969, + 3.975, 52, - 0.874, + 0.878, 56, - 2.268, + 2.275, 57, - 1.343, + 1.345, 58, - 4.017, + 4.026, 59, - 0.991, + 0.992, 60, - 0.503, + 0.505, 63, - 1.54, + 1.546, 69, - 1.493, + 1.499, 70, - 0.761, + 0.765, 71, - 2.937, + 2.947, 72, - 1.057, + 1.062, 73, - 1.046, + 1.051, 75, - 0.795, + 0.798, 77, - 1.835, + 1.838, 79, - 0.954, + 0.955, 81, - 1.474, + 1.481, 84, - 1.361, + 1.366, 86, - 0.587, + 0.589, 88, - 1.69, + 1.697, 89, - 1.736, + 1.743, 90, - 1.219, + 1.223, 91, - 0.617, + 0.62, 95, - 2.712, + 2.72, 96, - 2.334, + 2.339, 97, - 2.955, + 2.958, 99, 1.034, 100, - 1.8, + 1.803, 101, - 3.114, + 3.122, 102, - 1.99, + 1.984, 103, - 0.979, + 0.982, 104, - 3.776, + 3.74, 105, - 0.725, + 0.728, 106, - 1.625, + 1.627, 107, - 1.592, + 1.595, 108, - 1.25, + 1.254, 109, - 1.192, + 1.188, 110, - 1.255, + 1.26, 112, - 1.142, + 1.147, 113, - 1.617, + 1.621, 116, - 1.991, + 1.997, 121, - 1.406, + 1.411, 122, - 2.0, + 2.005, 124, - 0.788, + 0.791, 125, - 0.966, + 0.97, 126, - 1.873, + 1.876, 128, - 0.895, + 0.889, 132, - 1.091, + 1.096, 134, - 2.32, + 2.33, 139, - 1.046, + 1.051, 140, - 0.833, + 0.836, 142, - 1.521, + 1.526, 146, - 0.885, + 0.889, 147, - 1.063, + 1.068, 148, - 1.716, + 1.72, 149, - 0.688, + 0.691, 150, - 1.295, + 1.299, 153, - 2.01, + 2.014, 159, - 2.502, + 2.51, 160, - 2.387, + 2.378, 165, - 2.467, + 2.471, 166, - 2.404, + 2.412, 167, - 2.598, + 2.605, 168, - 0.949, + 0.954, 169, - 1.201, + 1.204, 171, - 0.927, + 0.931, 174, - 2.086, + 2.092, 177, - 0.972, + 0.976, 178, - 3.214, + 3.22, 185, - 4.054, + 4.062, 186, - 1.84, + 1.847, 194, - 1.063, + 1.066, 196, - 1.47, + 1.475, 197, - 0.621, + 0.624, 198, - 1.393, + 1.398, 201, - 1.814, + 1.818, 202, - 1.038, + 1.036, 207, - 2.138, + 2.143, 210, - 0.731, + 0.734, 211, - 0.809, + 0.813, 212, - 2.712, + 2.72, 216, - 2.909, + 2.916, 218, - 1.282, + 1.288, 226, - 0.884, + 0.887, 228, - 0.768, + 0.765, 229, - 1.419, + 1.422, 230, - 2.563, + 2.569, 234, - 2.425, + 2.433, 237, - 1.464, + 1.47, 240, - 2.453, + 2.458, 241, - 1.095, + 1.099, 244, - 1.227, + 1.223, 250, - 0.698, + 0.701, 254, - 1.19, + 1.196, 256, - 1.557, + 1.561, 257, - 2.303, + 2.309, 260, - 1.433, + 1.438, 261, - 0.768, + 0.771, 262, - 1.414, + 1.42, 263, - 0.54, + 0.543, 268, - 1.708, + 1.711, 269, - 2.21, + 2.213, 273, - 1.263, + 1.267, 274, - 3.78, + 3.79, 285, - 1.423, + 1.429, 286, - 1.248, + 1.254, 288, - 0.974, + 0.979, 289, - 5.908, + 5.916, 291, - 2.462, + 2.471, 292, - 1.361, + 1.366, 293, - 2.485, + 2.495, 295, - 1.464, + 1.47, 300, - 1.001, + 1.006, 315, - 1.12, + 1.125, 324, - 1.031, + 1.035, 330, - 2.892, + 2.897, 332, - 1.94, + 1.945, 333, - 1.817, + 1.821, 341, - 0.876, + 0.871, 344, - 1.1, + 1.105, 345, - 1.54, + 1.546, 353, - 2.053, + 2.044, 359, - 0.809, + 0.798, 368, - 0.514, + 0.516, 380, - 1.509, + 1.515, 382, - 0.65, + 0.653, 387, - 3.435, + 3.44, 389, - 1.76, + 1.767, 390, - 0.761, + 0.765, 391, - 1.12, + 1.125, 392, - 0.633, + 0.636, 400, - 1.218, + 1.223, 402, - 1.69, + 1.697, 424, - 1.363, + 1.369, 425, - 1.812, + 1.819, 429, - 5.422, + 5.426, 433, - 0.737, + 0.74, 440, - 2.485, + 2.495, 441, - 0.905, + 0.909, 452, - 0.525, + 0.528, 454, - 1.265, + 1.27, 456, - 2.758, + 2.767, 457, - 0.642, + 0.644, 459, - 0.841, + 0.845, 467, - 1.19, + 1.196, 471, - 1.562, + 1.567, 472, - 2.357, + 2.365, 473, - 1.397, + 1.403, 479, - 0.678, + 0.681, 489, - 0.841, + 0.845, 490, - 0.755, + 0.758, 496, - 0.841, + 0.845, 499, - 5.492, + 5.504, 501, - 1.363, + 1.369, 504, - 0.916, + 0.909, 509, - 2.206, + 2.214, 510, - 0.664, + 0.667, 518, - 2.485, + 2.495, 521, - 1.48, + 1.485, 524, - 3.214, + 3.218, 532, - 3.105, + 3.116, 546, - 3.462, + 3.472, 550, - 0.841, + 0.845, 551, - 1.248, + 1.254, 552, - 1.521, + 1.526, 554, - 1.192, + 1.197, 555, - 2.306, + 2.298, 556, - 2.395, + 2.402, 558, - 2.592, + 2.603, 560, - 2.008, + 2.016, 561, - 0.573, + 0.575, 562, - 4.396, + 4.409, 565, - 1.32, + 1.326, 566, - 1.652, + 1.66, 567, - 0.938, + 0.942, 568, - 1.015, + 1.02, 569, - 1.652, + 1.66, 570, - 1.282, + 1.288, 571, - 2.32, + 2.33, 572, - 1.474, + 1.481, 573, - 1.595, + 1.601, 574, - 2.039, + 2.046, 577, - 0.709, + 0.712, 579, - 0.905, + 0.909, 590, - 0.749, + 0.752, 594, - 2.685, + 2.693, 596, - 0.987, + 0.992, 606, - 1.55, + 1.558, 629, - 1.539, + 1.543, 631, - 0.895, + 0.899, 633, - 1.61, + 1.616, 634, - 0.714, + 0.717, 636, - 0.693, + 0.696, 644, - 0.895, + 0.899, 656, - 1.142, + 1.147, 675, - 1.218, + 1.223, 677, - 0.833, + 0.836, 679, - 1.423, + 1.429, 683, - 0.768, + 0.771, 685, - 0.737, + 0.74, 686, - 0.974, + 0.979, 691, - 1.301, + 1.305, 692, - 0.678, + 0.681, 695, - 0.817, + 0.821, 701, - 0.949, + 0.954, 716, - 1.031, + 1.035, 723, - 2.588, + 2.597, 735, - 1.524, + 1.53, 738, - 1.901, + 1.908, 744, - 2.48, + 2.488, 752, - 0.833, + 0.836, 754, - 1.081, + 1.086, 762, - 2.66, + 2.642, 765, - 1.113, + 1.117, 770, - 1.414, + 1.42, 773, - 1.854, + 1.86, 786, - 1.046, + 1.051, 792, - 1.031, + 1.035, 793, - 1.478, + 1.484, 799, - 1.934, + 1.942, 815, - 1.12, + 1.125, 823, - 1.19, + 1.196, 826, - 0.949, + 0.954, 834, - 2.106, + 2.113, 854, - 1.001, + 1.006, 866, - 1.584, + 1.589, 891, - 0.613, + 0.616, 894, - 3.19, + 3.196, 898, - 1.509, + 1.515, 902, - 1.031, + 1.035, 903, - 2.758, + 2.767, 907, - 1.19, + 1.196, 908, - 1.363, + 1.369, 909, - 1.165, + 1.17, 911, - 1.001, + 1.006, 931, - 1.416, + 1.405, 944, - 1.629, + 1.635, 953, - 1.652, + 1.66, 960, - 1.45, + 1.442, 977, - 0.961, + 0.966, 978, - 3.409, + 3.415, 979, - 1.922, + 1.929, 981, - 1.934, + 1.942, 983, - 2.048, + 2.057, 988, - 2.592, + 2.603, 989, - 2.141, + 2.15, 990, - 1.19, + 1.196, 1007, - 0.633, + 0.636, 1010, - 2.639, + 2.646, 1014, - 2.741, + 2.751, 1017, - 2.254, + 2.263, 1019, - 2.427, + 2.434, 1025, - 3.19, + 3.196, 1029, - 0.885, + 0.88, 1042, - 1.19, + 1.196, 1043, - 1.373, + 1.378, 1044, - 1.32, + 1.326, 1045, - 2.801, + 2.811, 1055, - 2.425, + 2.433, 1064, - 2.083, + 2.09, 1079, - 1.54, + 1.546, 1097, - 1.969, + 1.977, 1104, - 1.106, + 1.11, 1109, - 0.876, + 0.88, 1124, - 1.165, + 1.17, 1133, - 4.532, + 4.541, 1140, - 4.083, + 4.09, 1144, - 1.812, + 1.819, 1146, - 0.781, + 0.784, 1153, - 1.998, + 2.005, 1155, - 3.114, + 3.122, 1157, - 0.949, + 0.954, 1158, - 3.567, + 3.575, 1164, - 2.543, + 2.553, 1173, - 0.885, + 0.889, 1188, - 0.885, + 0.889, 1223, - 1.218, + 1.223, 1228, - 1.19, + 1.196, 1260, - 1.063, + 1.068, 1264, - 1.19, + 1.196, 1267, - 1.248, + 1.254, 1272, - 0.802, + 0.806, 1273, - 1.063, + 1.068, 1283, - 0.987, + 0.992, 1295, - 0.678, + 0.681, 1296, - 0.673, + 0.676, 1298, - 1.142, + 1.147, 1318, - 3.887, + 3.901, 1322, - 0.927, + 0.931, 1323, - 1.327, + 1.332, 1327, - 1.218, + 1.223, 1332, - 0.731, + 0.734, 1376, - 1.32, + 1.326, 1411, - 0.774, + 0.778, 1452, - 2.485, + 2.495, 1471, - 0.895, + 0.899, 1479, - 1.063, + 1.068, 1495, - 1.001, + 1.006, 1496, - 3.534, + 3.545, 1502, - 0.927, + 0.931, 1514, - 1.363, + 1.369, 1541, - 0.974, + 0.979, 1544, - 1.12, + 1.125, 1546, - 0.938, + 0.942, 1560, - 1.19, + 1.196, 1588, - 2.855, + 2.864, 1594, - 2.918, + 2.927, 1600, - 1.081, + 1.086, 1602, - 2.507, + 2.515, 1607, - 3.375, + 3.385, 1608, - 4.146, + 4.156, 1621, - 2.593, + 2.601, 1622, - 2.254, + 2.263, 1624, - 1.32, + 1.326, 1627, - 1.282, + 1.288, 1628, - 1.316, + 1.321, 1629, - 1.423, + 1.429, 1661, - 0.905, + 0.909, 1674, - 5.511, + 5.526, 1675, - 2.758, + 2.767, 1676, - 2.008, + 2.016, 1677, - 1.652, + 1.66, 1678, - 1.652, + 1.66, 1679, - 5.1, + 5.111, 1680, - 1.807, + 1.815, 1681, - 0.774, + 0.778, 1682, - 1.142, + 1.147, 1683, - 1.474, + 1.481, 1684, - 1.046, + 1.051, 1685, - 2.396, + 2.406, 1686, - 1.363, + 1.369, 1687, - 3.613, + 3.623, 1688, - 1.807, + 1.815, 1689, - 1.282, + 1.288, 1690, - 1.218, + 1.223, 1691, - 3.016, + 3.027, 1692, - 1.55, + 1.558, 1693, - 2.141, + 2.15, 1694, - 1.248, + 1.254, 1695, - 4.251, + 4.266, 1696, - 3.115, + 3.125, 1697, - 1.165, + 1.17, 1698, - 2.635, + 2.645, 1699, - 4.755, + 4.769, 1700, - 2.485, + 2.495, 1701, - 4.256, + 4.269, 1702, - 3.177, + 3.189, 1703, - 1.807, + 1.815, 1704, - 1.807, + 1.815, 1705, - 3.177, + 3.189, 1706, - 5.116, + 5.132, 1707, - 3.177, + 3.189, 1708, - 3.177, + 3.189, 1709, - 1.807, + 1.815, 1710, - 5.116, + 5.132, 1711, - 1.807, + 1.815, 1712, - 3.177, + 3.189, 1713, - 0.949, + 0.954, 1714, - 1.32, + 1.326, 1715, - 2.726, + 2.737, 1716, - 3.016, + 3.027, 1717, - 1.414, + 1.42, 1718, - 1.652, + 1.66, 1719, - 1.414, + 1.42, 1720, - 1.414, + 1.42, 1721, - 1.248, + 1.254, 1722, - 1.652, + 1.66, 1723, - 1.807, + 1.815, 1724, - 0.858, + 0.862, 1725, - 2.008, + 2.016, 1726, - 1.807, + 1.815, 1727, - 1.474, + 1.481, 1728, - 2.905, + 2.917, 1729, - 1.807, + 1.815, 1730, - 3.648, + 3.661, 1731, - 1.652, + 1.66, 1732, - 1.807, + 1.815, 1733, - 1.652, + 1.66, 1734, - 1.807, + 1.815, 1735, - 1.807, + 1.815, 1736, - 1.652, + 1.66, 1737, - 1.807, + 1.815, 1738, - 1.807, + 1.815, 1739, - 2.905, + 2.917, 1740, - 1.807, + 1.815, 1741, - 2.726, + 2.737, 1742, - 1.807, + 1.815, 1743, - 2.905, + 2.917, 1744, - 3.177, + 3.189, 1745, - 3.177, + 3.189, 1746, - 5.511, + 5.526, 1747, - 3.177, + 3.189, 1748, - 4.678, + 4.693, 1749, - 5.654, + 5.668, 1750, - 1.807, + 1.815, 1751, - 5.329, + 5.344, 1752, - 5.116, + 5.132, 1753, - 1.807, + 1.815, 1754, - 1.807, + 1.815, 1755, - 1.807, + 1.815, 1756, - 2.726, + 2.737, 1757, - 1.807, + 1.815, 1758, - 1.807, + 1.815, 1759, - 1.807, + 1.815, 1760, - 1.807, + 1.815, 1761, - 3.177, + 3.189, 1762, - 1.807, + 1.815, 1763, - 1.32, + 1.326, 1764, - 1.55, + 1.558, 1765, - 1.474, + 1.481, 1766, - 2.905, + 2.917, 1767, - 1.063, + 1.068, 1768, - 1.55, + 1.558, 1769, - 0.833, + 0.836, 1770, - 1.1, + 1.105, 1771, - 1.807, + 1.815, 1772, - 2.726, + 2.737, 1773, - 2.801, + 2.811, 1774, - 0.916, + 0.92, 1775, - 5.116, + 5.132, 1776, - 3.177, + 3.189, 1777, - 2.905, + 2.917, 1778, - 4.251, + 4.266, 1779, - 3.648, + 3.661, 1780, - 3.177, + 3.189, 1781, - 1.55, + 1.558, 1782, - 1.807, + 1.815, 1783, - 1.807, + 1.815, 1784, - 1.807, + 1.815, 1785, - 1.807, + 1.815, 1786, - 1.807, + 1.815, 1787, - 1.807, + 1.815, 1788, - 1.55, + 1.558, 1789, - 1.807, + 1.815, 1790, - 2.254, + 2.263, 1791, - 1.55, + 1.558, 1792, - 1.652, + 1.66, 1793, - 1.165, + 1.17, 1794, - 1.807, + 1.815, 1795, - 3.177, + 3.189, 1796, - 1.652, + 1.66, 1797, - 1.165, + 1.17, 1798, - 4.251, + 4.266, 1799, - 2.905, + 2.917, 1800, - 1.807, + 1.815, 1801, - 1.652, + 1.66, 1802, - 1.652, + 1.66, 1803, - 2.195, + 2.203, 1804, - 1.524, + 1.53, 1805, - 1.652, + 1.66, 1806, - 1.248, + 1.254, 1807, - 0.867, + 0.871, 1808, - 2.726, + 2.737, 1809, - 1.807, + 1.815, 1810, - 1.807, + 1.815, 1811, - 1.32, + 1.326, 1812, - 1.248, + 1.223, 1813, - 1.282, + 1.288, 1814, - 2.313, + 2.299, 1815, - 1.414, + 1.42, 1816, - 1.807, + 1.815, 1817, - 1.474, + 1.481, 1818, - 1.55, + 1.558, 1819, - 1.414, + 1.42, 1820, - 1.55, + 1.558, 1821, - 3.326, + 3.338, 1822, - 2.396, + 2.406, 1823, - 1.1, + 1.086, 1824, - 4.251, + 4.266, 1825, - 1.474, + 1.481, 1826, - 1.807, + 1.815, 1827, - 1.807, + 1.815, 1828, - 3.177, + 3.189, 1829, - 1.55, + 1.558, 1830, - 2.726, + 2.737, 1831, - 1.807, + 1.815, 1832, - 1.652, + 1.66, 1833, - 2.905, + 2.917, 1834, - 1.807, + 1.815, 1835, - 1.652, + 1.66, 1836, - 1.807, + 1.815, 1837, - 1.807, + 1.815, 1838, - 1.474, + 1.481, 1839, - 1.282, + 1.288, 1840, - 1.031, + 1.035, 1841, - 1.046, + 1.051, 1842, - 1.652, + 1.66, 1843, - 1.652, + 1.66, 1844, - 2.726, + 2.737, 1845, - 1.807, + 1.815, 1846, - 1.807, + 1.815, 1847, - 1.32, + 1.326, 1848, - 1.142, + 1.147, 1849, - 3.177, + 3.189, 1850, - 3.177, + 3.189, 1851, - 3.177, + 3.189, 1852, - 1.652, + 1.66, 1853, - 1.652, + 1.66, 1854, - 2.905, + 2.917, 1855, - 1.807, + 1.815, 1856, - 1.807, + 1.815, 1857, - 2.396, + 2.406, 1858, - 1.19, + 1.196, 1859, - 1.55, + 1.558, 1860, - 1.652, + 1.66, 1861, - 1.807, + 1.815, 1862, - 1.474, + 1.481, 1863, - 1.414, + 1.42, 1864, - 1.19, + 1.196, 1865, - 1.652, + 1.66, 1866, - 1.031, + 1.035, 1867, - 1.474, + 1.481, 1868, - 1.165, + 1.17, 1869, - 1.19, + 1.196, 1870, - 1.474, + 1.481, 1871, - 2.061, + 2.068, 1872, - 1.934, + 1.942, 1873, - 1.55, + 1.558, 1874, - 1.063, + 1.068, 1875, - 1.282, + 1.288, 1876, - 2.592, + 2.603, 1877, - 1.474, + 1.481, 1878, - 2.008, + 2.016, 1879, - 0.916, + 0.92, 1880, - 1.807, + 1.815, 1881, - 1.652, + 1.66, 1882, - 0.802, + 0.806, 1883, - 1.474, + 1.481, 1884, - 0.768 + 0.771 ] ], [ @@ -6969,91 +6969,91 @@ 0, 1.104, 1, - 2.304, + 2.306, 2, - 2.281, + 2.282, 3, - 2.365, + 2.366, 4, - 2.365, + 2.366, 5, - 2.377, + 2.378, 6, - 2.377, + 2.378, 7, 1.43, 11, - 3.264, + 3.266, 18, - 0.964, + 0.965, 38, - 1.0, + 1.001, 46, - 1.285, + 1.286, 59, 0.813, 99, 0.949, 102, - 2.316, + 2.306, 103, - 2.074, + 2.075, 106, 1.614, 111, - 3.763, + 3.765, 126, - 1.788, + 1.789, 148, - 2.192, + 2.193, 169, - 1.34, + 1.341, 200, - 5.484, + 5.487, 269, - 2.044, + 2.045, 426, - 6.58, + 6.584, 552, - 2.678, + 2.68, 568, - 5.062, + 5.065, 587, - 6.072, + 6.075, 750, - 4.367, + 4.369, 944, - 4.619, + 4.622, 962, - 4.234, + 4.236, 1002, - 4.463, + 4.465, 1007, - 3.156, + 3.158, 1378, - 5.484, + 5.487, 1455, - 6.391, + 6.395, 1681, - 3.859, + 3.861, 1885, - 5.217, + 5.22, 1886, - 6.796, + 6.8, 1887, - 8.237, + 8.242, 1888, - 7.35, + 7.355, 1889, - 6.506, + 6.508, 1890, - 5.217, + 5.22, 1891, - 8.237, + 8.242, 1892, - 6.796, + 6.8, 1893, - 5.39 + 5.393 ] ], [ @@ -7067,287 +7067,287 @@ "data/manuals/input-key-and-text", [ 0, - 0.7, + 0.702, 1, - 1.462, + 1.465, 2, - 1.447, + 1.45, 3, - 1.5, + 1.504, 4, - 1.5, + 1.504, 5, - 1.508, + 1.512, 6, - 1.508, + 1.512, 7, - 1.508, + 1.509, 9, - 1.939, + 1.943, 10, - 1.982, + 1.984, 11, - 2.071, + 2.076, 18, 1.122, 20, - 1.435, + 1.436, 36, - 1.977, + 1.979, 38, - 0.885, + 0.886, 39, - 1.206, + 1.209, 46, - 0.815, + 0.817, 56, - 2.224, + 2.23, 57, - 1.417, + 1.418, 59, - 0.827, + 0.828, 62, - 1.89, + 1.895, 63, - 2.771, + 2.777, 69, - 2.686, + 2.692, 79, - 0.886, + 0.887, 84, - 2.448, + 2.454, 87, - 3.612, + 3.62, 90, - 1.362, + 1.365, 95, - 4.614, + 4.619, 99, 1.043, 102, - 2.357, + 2.348, 103, - 1.316, + 1.319, 106, - 1.427, + 1.429, 107, - 1.088, + 1.09, 111, - 2.387, + 2.393, 122, - 2.48, + 2.484, 126, - 1.134, + 1.137, 148, - 1.881, + 1.883, 153, - 1.807, + 1.81, 160, - 2.355, + 2.345, 165, - 2.277, + 2.281, 167, - 3.221, + 3.226, 169, - 1.185, + 1.187, 172, - 4.586, + 4.549, 178, - 3.884, + 3.888, 194, - 1.043, + 1.045, 197, - 1.964, + 1.968, 202, - 2.602, + 2.59, 207, - 3.3, + 3.304, 211, - 3.567, + 3.573, 216, - 4.84, + 4.841, 238, - 3.212, + 3.219, 247, - 3.28, + 3.283, 256, - 1.284, + 1.287, 266, - 4.627, + 4.631, 268, - 2.025, + 2.027, 269, - 1.297, + 1.3, 295, - 4.224, + 4.23, 332, - 1.902, + 1.907, 334, - 3.166, + 3.174, 358, - 4.224, + 4.23, 368, - 1.625, + 1.629, 382, - 2.057, + 2.062, 392, - 2.002, + 2.007, 432, - 4.055, + 4.064, 521, - 1.989, + 1.994, 524, - 2.667, + 2.672, 526, - 3.765, + 3.774, 555, - 1.79, + 1.784, 561, - 1.811, + 1.816, 574, - 2.742, + 2.748, 579, - 4.593, + 4.598, 582, - 3.479, + 3.488, 590, - 2.368, + 2.373, 595, - 3.081, + 3.088, 600, - 2.742, + 2.748, 691, - 1.749, + 1.753, 750, - 4.444, + 4.45, 828, - 5.394, + 5.401, 829, - 4.664, + 4.675, 852, - 6.85, + 6.857, 878, - 5.136, + 5.144, 915, - 3.802, + 3.806, 941, - 3.123, + 3.128, 972, - 5.136, + 5.144, 982, - 3.42, + 3.428, 1009, - 7.468, + 7.472, 1019, - 3.01, + 3.015, 1034, - 2.192, + 2.197, 1136, - 3.543, + 3.552, 1193, - 3.42, + 3.428, 1279, - 7.028, + 7.032, 1295, - 2.144, + 2.15, 1301, - 4.055, + 4.064, 1332, - 2.311, + 2.317, 1364, - 3.363, + 3.371, 1464, - 6.834, + 6.846, 1465, - 2.016, + 2.021, 1560, - 3.765, + 3.774, 1588, - 3.903, + 3.909, 1611, - 4.664, + 4.675, 1689, - 5.65, + 5.66, 1803, - 3.948, + 3.958, 1884, - 3.383, + 3.389, 1894, - 6.532, + 6.539, 1895, - 3.612, + 3.62, 1896, - 3.852, + 3.862, 1897, - 4.471, + 4.482, 1898, - 5.715, + 5.729, 1899, - 5.226, + 5.239, 1900, - 5.715, + 5.729, 1901, - 3.31, + 3.318, 1902, - 5.247, + 5.256, 1903, - 7.242, + 7.25, 1904, - 4.471, + 4.482, 1905, - 4.904, + 4.916, 1906, - 6.85, + 6.857, 1907, - 4.664, + 4.675, 1908, - 2.584, + 2.59, 1909, - 6.834, + 6.846, 1910, - 4.904, + 4.916, 1911, - 2.931, + 2.938, 1912, - 4.312, + 4.322, 1913, - 5.226, + 5.239, 1914, - 5.226, + 5.239, 1915, - 5.715, + 5.729, 1916, - 4.904, + 4.916, 1917, - 5.715, + 5.729, 1918, - 5.226, + 5.239, 1919, - 5.715, + 5.729, 1920, - 2.659, + 2.666, 1921, - 5.715, + 5.729, 1922, - 5.715, + 5.729, 1923, - 5.226, + 5.239, 1924, - 5.715, + 5.729, 1925, - 4.664, + 4.675, 1926, - 5.247, + 5.144, 1927, - 4.904, + 4.916, 1928, - 3.081, + 3.088, 1929, - 3.041, + 3.01, 1930, - 4.312, + 4.322, 1931, - 3.081 + 3.088 ] ], [ @@ -7361,93 +7361,93 @@ "data/manuals/debugging", [ 0, - 1.094, + 1.095, 1, - 2.284, + 2.286, 2, - 2.261, + 2.263, 3, - 2.344, + 2.346, 4, - 2.344, + 2.346, 5, - 2.356, + 2.358, 6, - 2.356, + 2.358, 7, - 1.506, + 1.507, 18, 1.025, 20, - 1.187, + 1.188, 36, - 1.781, + 1.782, 38, 0.992, 42, - 1.622, + 1.623, 46, - 1.274, + 1.275, 57, 1.143, 79, 0.759, 103, - 2.056, + 2.058, 106, - 1.6, + 1.601, 107, - 1.699, + 1.701, 108, - 2.626, + 2.627, 148, - 1.832, + 1.833, 194, - 1.63, + 1.631, 198, - 2.432, + 2.434, 552, - 2.655, + 2.657, 554, - 3.989, + 3.991, 608, - 4.424, + 4.427, 629, - 3.197, + 3.198, 697, - 8.167, + 8.172, 705, - 5.884, + 5.887, 758, - 3.964, + 3.966, 947, - 5.586, + 5.588, 1304, - 5.255, + 5.259, 1457, - 6.256, + 6.259, 1495, - 4.947, + 4.951, 1932, - 5.884, + 5.887, 1933, - 4.752, + 4.755, 1934, - 6.987, + 6.992, 1935, - 7.663, + 7.668, 1936, - 4.947, + 4.951, 1937, - 6.987, + 6.992, 1938, - 7.287, + 7.292, 1939, - 6.523, + 6.527, 1940, - 8.931, + 8.937, 1941, - 6.987 + 6.992 ] ], [ @@ -7463,191 +7463,191 @@ 7, 1.47, 10, - 1.642, + 1.644, 18, - 1.086, + 1.087, 20, - 1.279, + 1.28, 36, - 1.514, + 1.516, 39, - 1.603, + 1.605, 42, - 1.748, + 1.749, 49, - 3.328, + 3.331, 55, - 3.643, + 3.648, 56, - 2.955, + 2.959, 57, 1.352, 59, - 1.002, + 1.003, 65, - 5.003, + 5.01, 77, - 1.573, + 1.575, 79, 0.944, 97, - 2.782, + 2.785, 99, 1.04, 106, - 1.36, + 1.362, 107, - 1.831, + 1.833, 108, - 2.232, + 2.236, 109, - 2.849, + 2.833, 113, - 1.521, + 1.524, 121, - 2.512, + 2.515, 153, - 1.723, + 1.725, 160, - 3.123, + 3.108, 165, - 2.752, + 2.754, 169, - 1.13, + 1.131, 228, - 3.225, + 3.203, 229, - 1.764, + 1.766, 238, - 4.267, + 4.273, 256, - 2.374, + 2.375, 268, - 1.965, + 1.967, 313, - 3.773, + 3.777, 315, - 4.708, + 4.714, 380, - 2.696, + 2.7, 382, - 2.733, + 2.736, 390, - 3.198, + 3.203, 454, - 3.024, + 3.028, 471, - 2.035, + 2.038, 497, - 3.894, + 3.899, 521, - 2.643, + 2.647, 524, - 3.223, + 3.226, 552, - 2.258, + 2.261, 554, - 2.849, + 2.853, 561, - 2.407, + 2.41, 602, - 3.071, + 3.075, 614, - 2.978, + 2.982, 629, - 2.284, + 2.287, 648, - 3.681, + 3.686, 683, - 3.225, + 3.23, 695, - 3.433, + 3.438, 744, - 4.665, + 4.669, 754, - 4.543, + 4.55, 947, - 3.99, + 3.995, 948, - 3.0, + 3.004, 973, - 5.728, + 5.736, 1010, - 3.12, + 3.125, 1034, - 2.912, + 2.916, 1067, - 2.481, + 2.484, 1104, - 2.643, + 2.647, 1105, - 5.003, + 5.01, 1127, - 5.546, + 5.554, 1152, - 5.546, + 5.554, 1221, - 3.762, + 3.767, 1393, - 5.941, + 5.949, 1473, - 5.387, + 5.395, 1651, - 4.543, + 4.55, 1713, - 3.99, + 3.995, 1885, - 4.398, + 4.404, 1890, - 4.398, + 4.404, 1911, - 3.894, + 3.899, 1935, - 6.516, + 6.525, 1942, - 4.267, + 4.273, 1943, - 6.944, + 6.953, 1944, - 7.594, + 7.604, 1945, - 7.594, + 7.604, 1946, - 5.546, + 5.554, 1947, - 7.594, + 7.604, 1948, - 4.041, + 4.046, 1949, - 5.728, + 5.736, 1950, - 6.944, + 6.953, 1951, - 7.594, + 7.604, 1952, - 8.8, + 8.807, 1953, - 6.944, + 6.953, 1954, - 7.594, + 7.604, 1955, - 5.387, + 5.395, 1956, - 6.944, + 6.953, 1957, - 6.196, + 6.205, 1958, - 9.623, + 9.632, 1959, - 7.594, + 7.604, 1960, - 6.944, + 6.953, 1961, - 4.623, + 4.629, 1962, - 5.546, + 5.554, 1963, - 7.594 + 7.604 ] ], [ @@ -7661,155 +7661,155 @@ "data/manuals/gui-box", [ 0, - 0.951, + 0.952, 1, - 1.986, + 1.988, 2, - 1.966, + 1.968, 3, - 2.038, + 2.04, 4, - 2.038, + 2.04, 5, - 2.049, + 2.051, 6, - 2.049, + 2.051, 7, 1.478, 10, - 2.11, + 2.111, 18, 1.109, 20, - 1.297, + 1.298, 36, - 2.128, + 2.13, 57, - 1.248, + 1.249, 58, - 5.539, + 5.542, 59, - 0.701, + 0.702, 79, - 0.829, + 0.83, 81, - 6.335, + 6.343, 86, - 2.521, + 2.524, 90, - 2.326, + 2.328, 95, - 3.613, + 3.617, 99, 1.046, 105, - 3.115, + 3.119, 106, - 1.748, + 1.749, 113, - 1.556, + 1.558, 125, - 2.362, + 2.365, 140, - 3.577, + 3.582, 142, - 2.308, + 2.311, 148, - 2.002, + 2.004, 153, - 1.762, + 1.764, 168, - 5.127, + 5.131, 185, - 4.586, + 4.59, 196, - 2.685, + 2.688, 212, - 4.966, + 4.969, 237, - 5.159, + 5.162, 268, - 1.993, + 1.994, 269, - 1.762, + 1.764, 273, - 1.916, + 1.919, 274, - 4.569, + 4.575, 289, - 4.645, + 4.651, 290, - 3.022, + 3.025, 291, - 4.496, + 4.502, 298, - 4.906, + 4.912, 320, - 4.645, + 4.651, 325, - 5.857, + 5.864, 330, - 3.57, + 3.572, 332, - 2.584, + 2.587, 345, - 3.764, + 3.768, 452, - 3.103, + 3.105, 459, - 4.541, + 4.544, 467, - 5.115, + 5.121, 473, - 3.415, + 3.419, 497, - 3.981, + 3.986, 506, - 4.727, + 4.733, 536, - 5.115, + 5.121, 541, - 4.131, + 4.136, 546, - 4.185, + 4.191, 551, - 5.363, + 5.37, 562, - 5.857, + 5.864, 629, - 2.335, + 2.338, 636, - 2.977, + 2.981, 683, - 3.298, + 3.302, 692, - 4.005, + 4.007, 891, - 2.633, + 2.637, 943, - 5.363, + 5.37, 947, - 4.079, + 4.084, 958, - 5.671, + 5.678, 959, - 5.193, + 5.197, 1131, - 3.846, + 3.851, 1137, - 4.645, + 4.651, 1151, - 6.662, + 6.67, 1228, - 7.031, + 7.035, 1253, - 4.363, + 4.368, 1822, - 5.857, + 5.864, 1964, - 7.1, + 7.109, 1965, - 7.1 + 7.109 ] ], [ @@ -7823,461 +7823,461 @@ "data/manuals/editor-preferences", [ 0, - 0.487, + 0.489, 1, - 1.017, + 1.021, 2, - 1.007, + 1.01, 3, - 1.044, + 1.047, 4, - 1.044, + 1.047, 5, - 1.049, + 1.053, 6, - 1.049, + 1.053, 7, 1.561, 8, - 3.121, + 3.124, 12, - 1.815, + 1.821, 18, 1.129, 20, - 1.355, + 1.357, 36, - 0.793, + 0.796, 38, - 1.133, + 1.134, 39, - 0.84, + 0.842, 42, - 1.35, + 1.352, 46, - 1.549, + 1.551, 49, - 3.937, + 3.94, 52, - 1.095, + 1.098, 55, - 1.908, + 1.914, 57, - 1.066, + 1.068, 59, - 0.98, + 0.981, 76, - 3.249, + 3.257, 77, - 1.264, + 1.268, 78, - 2.71, + 2.717, 79, - 0.907, + 0.908, 85, - 3.653, + 3.662, 86, - 2.413, + 2.418, 90, - 1.771, + 1.775, 91, - 2.537, + 2.542, 97, - 1.765, + 1.77, 99, 1.083, 100, - 1.564, + 1.567, 102, - 1.911, + 1.905, 103, - 2.185, + 2.188, 106, - 0.712, + 0.715, 107, - 1.414, + 1.417, 108, - 1.795, + 1.8, 109, - 1.492, + 1.487, 110, - 1.571, + 1.577, 113, - 1.223, + 1.226, 116, - 1.548, + 1.553, 117, - 2.34, + 2.348, 125, - 1.21, + 1.214, 126, - 1.962, + 1.964, 128, - 1.97, + 1.955, 142, - 1.815, + 1.82, 148, - 1.253, + 1.256, 150, - 1.546, + 1.55, 153, - 2.154, + 2.156, 159, - 3.593, + 3.602, 169, - 0.908, + 0.911, 172, - 1.749, + 1.74, 185, - 1.869, + 1.875, 194, - 1.114, + 1.117, 196, - 2.111, + 2.117, 197, - 2.098, + 2.103, 198, - 2.024, + 2.028, 201, - 2.35, + 2.352, 229, - 1.87, + 1.872, 231, - 2.788, + 2.794, 236, - 3.059, + 3.067, 241, - 1.307, + 1.311, 247, - 1.315, + 1.32, 253, - 1.993, + 1.999, 256, - 2.133, + 2.136, 260, - 1.34, + 1.345, 268, - 1.938, + 1.941, 269, - 2.154, + 2.156, 271, - 3.168, + 3.139, 273, - 0.982, + 0.985, 285, - 4.568, + 4.573, 313, - 3.999, + 4.003, 317, - 2.34, + 2.348, 345, - 1.928, + 1.934, 368, - 1.736, + 1.741, 380, - 2.168, + 2.173, 401, - 3.112, + 3.122, 411, - 2.064, + 2.071, 419, - 2.513, + 2.522, 452, - 1.775, + 1.78, 471, - 1.992, + 1.996, 496, - 1.851, + 1.857, 533, - 2.203, + 2.211, 552, - 1.183, + 1.186, 553, - 1.422, + 1.426, 561, - 1.261, + 1.265, 596, - 2.173, + 2.18, 629, - 1.196, + 1.2, 633, - 2.016, + 2.022, 642, - 3.094, + 3.102, 646, - 4.81, + 4.816, 657, - 3.413, + 3.424, 659, - 3.482, + 3.491, 678, - 5.619, + 5.628, 691, - 2.274, + 2.278, 703, - 2.394, + 2.4, 704, - 4.792, + 4.802, 711, - 4.446, + 4.455, 712, - 2.681, + 2.69, 713, - 2.116, + 2.097, 749, - 3.336, + 3.344, 765, - 1.393, + 1.398, 771, - 5.192, + 5.195, 773, - 1.441, + 1.446, 774, - 1.798, + 1.804, 793, - 4.417, + 4.422, 808, - 3.249, + 3.257, 809, - 2.235, + 2.243, 811, - 1.97, + 1.977, 824, - 4.777, + 4.789, 828, - 2.34, + 2.348, 834, - 3.025, + 3.032, 845, - 4.115, + 4.126, 849, - 2.71, + 2.717, 857, - 2.268, + 2.276, 880, - 1.928, + 1.934, 894, - 3.553, + 3.559, 895, - 3.999, + 4.006, 911, - 2.203, + 2.211, 914, - 1.661, + 1.667, 918, - 1.908, + 1.914, 923, - 1.949, + 1.955, 924, - 4.269, + 4.276, 941, - 1.56, + 1.565, 977, - 3.249, + 3.257, 994, - 4.331, + 4.343, 996, - 3.094, + 3.102, 1061, - 2.62, + 2.629, 1066, - 1.56, + 1.565, 1079, - 1.928, + 1.934, 1100, - 4.777, + 4.789, 1104, - 3.304, + 3.308, 1213, - 3.0, + 3.01, 1275, - 4.331, + 4.343, 1283, - 3.336, + 3.344, 1307, - 2.466, + 2.429, 1326, - 2.421, + 2.429, 1343, - 2.203, + 2.211, 1375, - 2.905, + 2.915, 1387, - 3.937, + 3.947, 1411, - 4.721, + 4.724, 1438, - 3.112, + 3.122, 1475, - 2.822, + 2.831, 1511, - 2.144, + 2.151, 1556, - 3.0, + 3.01, 1566, - 5.606, + 5.617, 1616, - 2.513, + 2.522, 1632, - 2.513, + 2.522, 1662, - 2.685, + 2.692, 1697, - 2.565, + 2.573, 1769, - 2.813, + 2.821, 1770, - 4.524, + 4.533, 1773, - 4.022, + 4.033, 1804, - 2.929, + 2.936, 1848, - 2.513, + 2.522, 1871, - 1.928, + 1.934, 1908, - 2.76, + 2.767, 1920, - 3.879, + 3.886, 1933, - 3.249, + 3.257, 1961, - 3.717, + 3.727, 1966, - 5.619, + 5.628, 1967, - 3.977, + 3.991, 1968, - 2.116, + 2.123, 1969, - 2.905, + 2.915, 1970, - 3.977, + 3.991, 1971, - 3.112, + 3.122, 1972, - 3.977, + 3.991, 1973, - 2.38, + 2.388, 1974, - 4.982, + 4.995, 1975, - 0.942, + 0.944, 1976, - 3.637, + 3.649, 1977, - 3.637, + 3.649, 1978, - 3.637, + 3.649, 1979, - 3.717, + 3.727, 1980, - 3.637, + 3.649, 1981, - 3.977, + 3.991, 1982, - 1.993, + 1.977, 1983, - 3.977, + 3.991, 1984, - 3.0, + 3.01, 1985, - 3.977, + 3.991, 1986, - 3.637, + 3.649, 1987, - 3.413, + 3.424, 1988, - 3.112, + 3.122, 1989, - 4.238, + 4.247, 1990, - 4.022, + 4.033, 1991, - 2.905, + 2.915, 1992, - 3.977, + 3.991, 1993, - 6.661, + 6.669, 1994, - 5.428, + 5.439, 1995, - 3.977, + 3.991, 1996, - 3.977, + 3.991, 1997, - 2.268, + 2.276, 1998, - 3.977, + 3.991, 1999, - 2.203, + 2.211, 2000, - 3.977, + 3.991, 2001, - 3.977, + 3.991, 2002, - 3.112, + 3.122, 2003, - 3.977, + 3.991, 2004, - 3.637, + 3.649, 2005, - 3.977, + 3.991, 2006, - 3.208, + 3.216, 2007, - 2.513, + 2.522, 2008, - 3.245, + 3.256, 2009, - 6.106, + 6.121, 2010, - 3.245, + 3.256, 2011, - 3.977, + 3.991, 2012, - 3.112, + 3.122, 2013, - 2.748, + 2.757, 2014, - 3.413, + 3.424, 2015, - 2.681, + 2.69, 2016, - 3.977, + 3.991, 2017, - 3.977, + 3.991, 2018, - 3.977, + 3.991, 2019, - 2.681, + 2.69, 2020, - 2.905, + 2.915, 2021, - 3.245, + 3.256, 2022, - 7.716, + 7.728, 2023, - 4.606, + 4.618, 2024, - 2.76, + 2.767, 2025, - 3.245, + 3.256, 2026, - 4.022, + 4.033, 2027, - 1.97, + 1.977, 2028, - 4.115, + 4.126, 2029, - 5.428, + 5.439, 2030, - 2.681, + 2.69, 2031, - 3.112, + 3.122, 2032, - 3.413 + 3.424 ] ], [ @@ -8291,177 +8291,177 @@ "data/manuals/physics-messages", [ 0, - 0.844, + 0.846, 1, - 1.762, + 1.765, 2, - 1.744, + 1.747, 3, - 1.808, + 1.812, 4, - 1.808, + 1.812, 5, - 1.818, + 1.821, 6, - 1.818, + 1.821, 7, 1.541, 10, - 1.489, + 1.492, 18, 1.125, 20, - 1.341, + 1.342, 22, - 2.831, + 2.836, 38, - 1.189, + 1.19, 43, - 4.69, + 4.695, 57, - 1.422, + 1.423, 59, - 0.622, + 0.623, 103, - 2.322, + 2.324, 107, - 1.72, + 1.722, 126, - 1.367, + 1.37, 160, - 2.672, + 2.66, 165, - 2.584, + 2.587, 167, - 3.655, + 3.659, 169, - 1.345, + 1.346, 170, - 2.642, + 2.646, 171, - 5.172, + 5.176, 178, - 4.251, + 4.253, 202, - 2.251, + 2.241, 207, - 3.7, + 3.702, 230, - 2.398, + 2.402, 240, - 1.959, + 1.963, 241, - 1.935, + 1.937, 268, - 2.33, + 2.331, 269, - 1.563, + 1.566, 280, - 3.544, + 3.548, 332, - 2.293, + 2.297, 380, - 2.446, + 2.45, 411, - 3.575, + 3.581, 446, - 5.053, + 5.057, 490, - 3.775, + 3.779, 500, - 2.513, + 2.518, 511, - 3.666, + 3.672, 514, - 4.759, + 4.767, 555, - 2.158, + 2.149, 561, - 2.184, + 2.187, 568, - 5.079, + 5.085, 629, - 2.718, + 2.721, 669, - 4.271, + 4.279, 752, - 3.175, + 3.18, 866, - 2.567, + 2.571, 914, - 2.878, + 2.883, 931, - 2.791, + 2.764, 962, - 5.362, + 5.365, 1007, - 3.166, + 3.17, 1019, - 4.202, + 4.204, 1025, - 4.508, + 4.51, 1146, - 3.905, + 3.91, 1198, - 3.929, + 3.936, 1279, - 6.035, + 6.04, 1287, - 4.887, + 4.896, 1378, - 4.194, + 4.202, 1406, - 3.144, + 3.15, 1473, - 4.887, + 4.896, 1486, - 4.887, + 4.896, 1588, - 4.428, + 4.433, 1607, - 5.234, + 5.24, 1608, - 6.406, + 6.411, 1609, - 5.234, + 5.24, 1666, - 4.271, + 4.279, 1672, - 4.872, + 4.878, 1928, - 5.437, + 5.442, 2033, - 5.912, + 5.922, 2034, - 6.889, + 6.901, 2035, - 6.253, + 6.258, 2036, - 7.755, + 7.764, 2037, - 6.889, + 6.901, 2038, - 6.889, + 6.901, 2039, - 8.264, + 8.274, 2040, - 7.755, + 7.764, 2041, - 6.889, + 6.901, 2042, - 5.007, + 5.012, 2043, - 6.601, + 6.609, 2044, - 6.889, + 6.901, 2045, - 6.889, + 6.901, 2046, - 6.889, + 6.901, 2047, - 9.038, + 9.048, 2048, - 9.038 + 9.048 ] ], [ @@ -8475,841 +8475,841 @@ "data/manuals/optimization-size", [ 0, - 0.323, + 0.324, 1, - 0.674, + 0.677, 2, - 0.667, + 0.67, 3, - 0.692, + 0.695, 4, - 0.692, + 0.695, 5, - 0.696, + 0.698, 6, - 0.696, + 0.698, 7, - 1.502, + 1.503, 8, - 0.737, + 0.74, 10, - 1.58, + 1.584, 11, - 1.591, + 1.596, 12, - 1.203, + 1.208, 18, 1.119, 20, - 1.398, + 1.399, 21, - 2.96, + 2.97, 22, - 3.004, + 3.011, 27, - 3.268, + 3.278, 28, - 2.129, + 2.136, 36, - 1.749, + 1.752, 38, - 1.116, + 1.118, 42, - 1.195, + 1.198, 46, - 1.534, + 1.535, 49, - 0.912, + 0.915, 52, - 1.209, + 1.213, 54, - 3.471, + 3.479, 56, - 1.026, + 1.03, 57, - 1.477, + 1.478, 59, - 1.042, + 1.043, 60, - 1.222, + 1.226, 62, - 0.872, + 0.875, 65, - 1.737, + 1.744, 75, - 2.482, + 2.489, 77, - 1.363, + 1.366, 79, 0.945, 90, - 0.628, + 0.631, 96, - 0.836, + 0.839, 99, - 1.069, + 1.07, 100, - 1.372, + 1.375, 102, - 1.88, + 1.874, 103, - 1.515, + 1.519, 106, - 1.831, + 1.833, 107, - 1.946, + 1.948, 108, - 2.149, + 2.154, 109, - 0.989, + 0.986, 111, - 1.101, + 1.106, 113, - 1.465, + 1.468, 116, - 1.709, + 1.715, 117, - 1.551, + 1.558, 121, - 1.452, + 1.457, 125, - 2.002, + 2.007, 126, - 1.914, + 1.916, 128, - 2.175, + 2.159, 132, - 4.051, + 4.053, 144, - 2.965, + 2.973, 145, - 1.634, + 1.641, 147, - 4.926, + 4.935, 148, - 2.062, + 2.065, 150, - 2.119, + 2.123, 153, - 2.523, + 2.525, 157, - 2.96, + 2.97, 158, - 1.924, + 1.929, 169, - 1.088, + 1.09, 174, - 1.075, + 1.079, 177, - 0.807, + 0.81, 185, - 4.121, + 4.128, 186, - 4.234, + 4.244, 193, - 1.634, + 1.641, 194, - 1.919, + 1.921, 196, - 1.518, + 1.524, 197, - 1.939, + 1.944, 198, - 2.686, + 2.689, 199, - 1.881, + 1.887, 201, - 1.881, + 1.884, 205, - 1.989, + 1.997, 207, - 0.877, + 0.881, 210, - 1.066, + 1.07, 226, - 0.734, + 0.736, 229, - 1.768, + 1.77, 230, - 0.918, + 0.921, 231, - 0.989, + 0.993, 240, - 1.872, + 1.876, 241, - 1.409, + 1.413, 256, - 2.111, + 2.114, 260, - 2.464, + 2.47, 268, - 1.859, + 1.862, 269, - 1.899, + 1.903, 271, - 1.368, + 1.357, 273, - 2.318, + 2.322, 280, - 1.034, + 1.038, 282, - 2.175, + 2.183, 288, - 2.367, + 2.375, 290, - 2.196, + 2.203, 313, - 2.581, + 2.587, 323, - 2.627, + 2.636, 324, - 1.503, + 1.51, 328, - 1.577, + 1.584, 332, - 0.877, + 0.881, 333, - 0.746, + 0.749, 334, - 1.46, + 1.466, 342, - 1.181, + 1.186, 345, - 2.129, + 2.136, 347, - 1.7, + 1.707, 350, - 3.376, + 3.386, 359, - 1.181, + 1.164, 368, - 0.75, + 0.753, 384, - 1.87, + 1.878, 390, - 3.325, + 3.332, 392, - 1.538, + 1.544, 432, - 1.87, + 1.878, 433, - 1.075, + 1.079, 442, - 1.967, + 1.973, 452, - 1.277, + 1.281, 454, - 1.748, + 1.754, 455, - 1.989, + 1.997, 457, - 1.559, + 1.564, 463, - 1.777, + 1.784, 471, - 1.177, + 1.181, 472, - 2.023, + 2.03, 474, - 1.925, + 1.933, 480, - 1.737, + 1.744, 490, - 1.101, + 1.106, 500, - 1.602, + 1.607, 504, - 2.225, + 2.207, 510, - 2.073, + 2.079, 513, - 1.368, + 1.374, 521, - 2.291, + 2.297, 522, - 2.175, + 2.183, 534, - 1.239, + 1.244, 543, - 1.058, + 1.062, 545, - 6.549, + 6.561, 551, - 5.05, + 5.062, 552, - 2.174, + 2.179, 553, - 2.017, + 2.023, 554, - 0.989, + 0.993, 555, - 1.375, + 1.372, 561, - 0.836, + 0.839, 590, - 2.727, + 2.733, 596, - 1.44, + 1.446, 601, - 1.591, + 1.596, 602, - 1.776, + 1.782, 603, - 1.101, + 1.106, 604, - 3.335, + 3.344, 605, - 2.504, + 2.513, 614, - 2.213, + 2.219, 615, - 2.336, + 2.344, 622, - 2.736, + 2.743, 623, - 4.279, + 4.285, 627, - 1.527, + 1.533, 629, - 1.697, + 1.702, 632, - 2.411, + 2.42, 633, - 1.336, + 1.341, 636, - 2.164, + 2.17, 642, - 2.86, + 2.868, 644, - 1.306, + 1.311, 680, - 2.307, + 2.315, 683, - 1.865, + 1.871, 691, - 1.343, + 1.348, 692, - 1.648, + 1.653, 695, - 1.192, + 1.197, 702, - 2.2, + 2.207, 703, - 1.034, + 1.038, 711, - 1.577, + 1.584, 715, - 1.385, + 1.391, 751, - 1.066, + 1.07, 752, - 1.215, + 1.22, 757, - 2.151, + 2.16, 758, - 1.17, + 1.175, 759, - 1.7, + 1.707, 762, - 2.004, + 1.992, 808, - 1.403, + 1.408, 809, - 2.467, + 2.476, 826, - 1.385, + 1.391, 852, - 1.821, + 1.828, 856, - 1.058, + 1.062, 860, - 1.336, + 1.341, 866, - 0.982, + 0.986, 883, - 1.989, + 1.997, 894, - 2.23, + 2.236, 898, - 1.559, + 1.564, 900, - 2.062, + 2.071, 902, - 1.503, + 1.51, 903, - 2.367, + 2.375, 904, - 1.87, + 1.878, 917, - 1.985, + 1.992, 918, - 1.265, + 1.27, 921, - 1.7, + 1.707, 924, - 2.085, + 2.092, 931, - 0.73, + 0.725, 935, - 4.344, + 4.351, 939, - 3.622, + 3.63, 941, - 1.034, + 1.038, 943, - 5.05, + 5.062, 947, - 1.385, + 1.391, 960, - 1.203, + 1.197, 975, - 2.707, + 2.715, 978, - 1.042, + 1.046, 993, - 1.481, + 1.487, 1002, - 2.796, + 2.804, 1010, - 1.083, + 1.088, 1029, - 1.292, + 1.283, 1031, - 1.925, + 1.933, 1043, - 1.897, + 1.904, 1060, - 1.481, + 1.487, 1101, - 2.584, + 2.593, 1131, - 2.175, + 2.183, 1139, - 3.171, + 3.18, 1146, - 1.139, + 1.144, 1160, - 2.627, + 2.636, 1173, - 1.292, + 1.297, 1216, - 3.042, + 3.011, 1220, - 2.722, + 2.731, 1235, - 1.7, + 1.707, 1260, - 1.551, + 1.558, 1293, - 1.989, + 1.997, 1296, - 0.982, + 0.986, 1309, - 1.44, + 1.446, 1314, - 3.804, + 3.815, 1323, - 1.101, + 1.106, 1324, - 1.368, + 1.374, 1326, - 2.673, + 2.682, 1327, - 1.777, + 1.784, 1341, - 1.87, + 1.878, 1354, - 1.925, + 1.933, 1375, - 1.925, + 1.933, 1403, - 1.252, + 1.257, 1428, - 3.083, + 3.092, 1441, - 1.925, + 1.933, 1458, - 2.262, + 2.271, 1487, - 1.989, + 1.997, 1488, - 2.411, + 2.42, 1511, - 1.421, + 1.427, 1541, - 1.421, + 1.427, 1544, - 2.722, + 2.731, 1546, - 1.368, + 1.374, 1558, - 1.634, + 1.641, 1559, - 1.634, + 1.641, 1592, - 1.87, + 1.878, 1604, - 1.385, + 1.391, 1628, - 3.029, + 3.036, 1637, - 1.7, + 1.707, 1681, - 1.129, + 1.134, 1684, - 1.527, + 1.533, 1690, - 1.777, + 1.784, 1691, - 1.87, + 1.878, 1698, - 2.722, + 2.731, 1719, - 2.062, + 2.071, 1769, - 1.215, + 1.22, 1770, - 2.673, + 2.682, 1797, - 2.831, + 2.841, 1807, - 1.265, + 1.27, 1841, - 1.527, + 1.533, 1868, - 1.7, + 1.707, 1871, - 2.129, + 2.136, 1872, - 1.605, + 1.611, 1874, - 1.551, + 1.558, 1882, - 1.17, + 1.175, 1884, - 1.12, + 1.124, 1911, - 1.352, + 1.357, 1920, - 2.043, + 2.05, 1931, - 2.367, + 2.375, 1942, - 2.467, + 2.476, 1961, - 1.605, + 1.611, 1969, - 4.122, + 4.134, 1975, - 0.556, + 0.558, 2006, - 2.307, + 2.315, 2007, - 3.566, + 3.576, 2024, - 2.551, + 2.559, 2025, - 2.151, + 2.16, 2031, - 3.435, + 3.447, 2049, - 1.666, + 1.673, 2050, - 2.262, + 2.271, 2051, - 1.989, + 1.997, 2052, - 7.311, + 7.327, 2053, - 2.062, + 2.071, 2054, - 4.17, + 4.179, 2055, - 2.636, + 2.647, 2056, - 2.636, + 2.647, 2057, - 1.666, + 1.673, 2058, - 2.636, + 2.647, 2059, - 2.636, + 2.647, 2060, - 1.989, + 1.997, 2061, - 2.262, + 2.271, 2062, - 1.989, + 1.997, 2063, - 3.207, + 3.218, 2064, - 2.636, + 2.647, 2065, - 1.989, + 1.997, 2066, - 2.96, + 2.903, 2067, - 2.636, + 2.647, 2068, - 2.411, + 2.42, 2069, - 2.636, + 2.647, 2070, - 1.666, + 1.673, 2071, - 2.262, + 2.271, 2072, - 1.777, + 1.784, 2073, - 3.312, + 3.324, 2074, - 2.062, + 2.071, 2075, - 1.577, + 1.584, 2076, - 2.636, + 2.647, 2077, - 5.647, + 5.662, 2078, - 1.666, + 1.673, 2079, - 2.411, + 2.42, 2080, - 5.642, + 5.653, 2081, - 2.636, + 2.647, 2082, - 3.115, + 3.126, 2083, - 3.033, + 3.044, 2084, - 2.831, + 2.841, 2085, - 2.151, + 2.16, 2086, - 1.925, + 1.933, 2087, - 1.666, + 1.673, 2088, - 1.925, + 1.933, 2089, - 1.481, + 1.487, 2090, - 2.636, + 2.647, 2091, - 2.411, + 2.42, 2092, - 2.262, + 2.271, 2093, - 1.989, + 1.997, 2094, - 3.207, + 3.218, 2095, - 2.627, + 2.636, 2096, - 1.46, + 1.466, 2097, - 1.821, + 1.828, 2098, - 2.411, + 2.42, 2099, - 5.16, + 5.175, 2100, - 1.925, + 1.933, 2101, - 1.634, + 1.641, 2102, - 2.636, + 2.647, 2103, - 2.262, + 2.271, 2104, - 2.262, + 2.271, 2105, - 1.737, + 1.744, 2106, - 2.262, + 2.271, 2107, - 2.636, + 2.647, 2108, - 2.411, + 2.42, 2109, - 2.636, + 2.647, 2110, - 4.605, + 4.618, 2111, - 2.411, + 2.42, 2112, - 4.605, + 4.618, 2113, - 4.842, + 4.856, 2114, - 1.666, + 1.673, 2115, - 2.151, + 2.16, 2116, - 2.504, + 2.513, 2117, - 1.737, + 1.744, 2118, - 2.062, + 2.071, 2119, - 2.411, + 2.42, 2120, - 1.989, + 1.997, 2121, - 1.551, + 1.558, 2122, - 1.989, + 1.997, 2123, - 1.503, + 1.51, 2124, - 2.262, + 2.271, 2125, - 2.636, + 2.647, 2126, - 2.411, + 2.42, 2127, - 2.262, + 2.271, 2128, - 1.989, + 1.997, 2129, - 2.062, + 2.071, 2130, - 2.151, + 2.16, 2131, - 1.925, + 1.933, 2132, - 2.636, + 2.647, 2133, - 2.262, + 2.271, 2134, - 2.411, + 2.42, 2135, - 1.87, + 1.878, 2136, - 1.737, + 1.744, 2137, - 2.636, + 2.647, 2138, - 3.583, + 3.595, 2139, - 1.989, + 1.997, 2140, - 2.636, + 2.647, 2141, - 2.636, + 2.647, 2142, - 1.737, + 1.744, 2143, - 1.737, + 1.744, 2144, - 2.636, + 2.647, 2145, - 4.391, + 4.406, 2146, - 4.391, + 4.406, 2147, - 2.411, + 2.42, 2148, - 2.151, + 2.16, 2149, - 2.411, + 2.42, 2150, - 5.643, + 5.659, 2151, - 2.636, + 2.647, 2152, - 2.636, + 2.647, 2153, - 2.636, + 2.647, 2154, - 3.583, + 3.595, 2155, - 2.831, + 2.841, 2156, - 1.605, + 1.611, 2157, - 2.411, + 2.42, 2158, - 1.777, + 1.784, 2159, - 2.411, + 2.42, 2160, - 1.777, + 1.784, 2161, - 2.636, + 2.647, 2162, - 2.262, + 2.271, 2163, - 2.411, + 2.42, 2164, - 1.139, + 1.144, 2165, - 2.411, + 2.42, 2166, - 2.636, + 2.647, 2167, - 2.411, + 2.42, 2168, - 2.262, + 2.271, 2169, - 1.777, + 1.784, 2170, - 2.636, + 2.647, 2171, - 3.898, + 3.91, 2172, - 5.643, + 5.659, 2173, - 1.551, + 1.558, 2174, - 2.262, + 2.271, 2175, - 1.737, + 1.744, 2176, - 2.636, + 2.647, 2177, - 2.636, + 2.647, 2178, - 2.636, + 2.647, 2179, - 2.636, + 2.647, 2180, - 1.737, + 1.744, 2181, - 2.262, + 2.271, 2182, - 2.251, + 2.259, 2183, - 2.636, + 2.647, 2184, - 1.989, + 1.997, 2185, - 2.636, + 2.647, 2186, - 2.262, + 2.271, 2187, - 2.411, + 2.42, 2188, - 1.925, + 1.933, 2189, - 1.46, + 1.466, 2190, - 1.527, + 1.533, 2191, - 1.821, + 1.828, 2192, - 3.898, + 3.91, 2193, - 3.583, + 3.595, 2194, - 2.543, + 2.552, 2195, - 2.262, + 2.271, 2196, - 2.151, + 2.16, 2197, - 2.411 + 2.42 ] ], [ @@ -9323,707 +9323,707 @@ "data/manuals/adapting-graphics-to-screen-size", [ 0, - 0.355, + 0.356, 1, - 0.74, + 0.743, 2, - 0.733, + 0.736, 3, - 0.76, + 0.763, 4, - 0.76, + 0.763, 5, - 0.764, + 0.767, 6, - 0.764, + 0.767, 7, - 1.484, + 1.485, 8, - 2.152, + 2.156, 9, - 1.609, + 1.614, 10, - 1.663, + 1.666, 12, - 1.321, + 1.326, 18, 1.132, 20, - 1.445, + 1.446, 22, - 1.949, + 1.956, 23, - 4.915, + 4.919, 24, - 2.998, + 3.008, 28, - 1.403, + 1.409, 31, - 1.677, + 1.683, 32, - 3.871, + 3.883, 36, - 2.023, + 2.025, 38, - 1.011, + 1.013, 39, - 0.611, + 0.613, 42, - 0.862, + 0.864, 43, - 2.462, + 2.47, 44, - 1.982, + 1.988, 46, - 1.603, + 1.605, 47, - 3.122, + 3.129, 48, - 2.748, + 2.756, 52, - 1.659, + 1.664, 54, - 3.923, + 3.93, 55, - 2.276, + 2.283, 56, - 1.127, + 1.131, 57, - 1.376, + 1.377, 58, - 3.128, + 3.136, 59, - 1.06, + 1.061, 60, - 0.805, + 0.809, 62, - 1.569, + 1.574, 63, - 1.403, + 1.409, 69, - 1.36, + 1.366, 72, - 0.963, + 0.967, 75, - 3.066, + 3.073, 77, - 1.807, + 1.81, 78, - 2.105, + 2.112, 79, - 0.986, + 0.987, 86, - 0.94, + 0.944, 87, - 1.829, + 1.837, 88, - 2.524, + 2.532, 89, - 2.592, + 2.6, 90, - 1.437, + 1.44, 91, - 0.988, + 0.992, 92, - 2.419, + 2.425, 95, - 3.243, + 3.251, 97, - 1.743, + 1.747, 99, - 1.064, + 1.065, 100, - 2.018, + 2.02, 102, - 1.22, + 1.217, 103, - 2.097, + 2.1, 106, - 1.817, + 1.819, 107, - 1.66, + 1.663, 108, - 2.049, + 2.054, 109, - 1.086, + 1.083, 113, - 1.208, + 1.211, 116, - 1.127, + 1.131, 118, - 3.059, + 3.069, 120, - 2.838, + 2.848, 121, - 1.569, + 1.574, 122, - 0.901, + 0.905, 124, - 2.627, + 2.635, 125, - 0.881, + 0.884, 126, - 1.808, + 1.81, 131, - 2.184, + 2.192, 132, - 3.485, + 3.489, 133, - 2.592, + 2.6, 139, - 2.748, + 2.756, 140, - 2.777, + 2.785, 142, - 0.861, + 0.864, 148, - 2.118, + 2.12, 150, - 1.201, + 1.205, 153, - 2.411, + 2.414, 158, - 0.846, + 0.85, 160, - 1.403, + 1.399, 169, - 1.298, + 1.3, 185, - 1.36, + 1.366, 194, - 1.662, + 1.664, 196, - 1.001, + 1.005, 197, - 2.395, + 2.4, 198, - 1.898, + 1.903, 201, - 1.354, + 1.358, 203, - 1.561, + 1.567, 208, - 1.273, + 1.278, 210, - 1.919, + 1.925, 212, - 1.347, + 1.352, 217, - 2.054, + 2.062, 226, - 2.14, + 2.145, 229, - 1.728, + 1.731, 239, - 1.273, + 1.278, 240, - 1.349, + 1.353, 241, - 1.769, + 1.773, 245, - 2.362, + 2.371, 250, - 1.118, + 1.123, 254, - 4.592, + 4.603, 256, - 1.066, + 1.069, 257, - 1.874, + 1.88, 260, - 1.599, + 1.604, 261, - 2.961, + 2.968, 263, - 0.866, + 0.869, 264, - 1.762, + 1.769, 265, - 1.907, + 1.915, 268, - 1.423, + 1.427, 269, - 2.255, + 2.258, 273, - 0.715, + 0.717, 274, - 4.102, + 4.111, 282, - 1.434, + 1.44, 289, - 1.732, + 1.739, 294, - 2.706, + 2.714, 300, - 1.604, + 1.61, 324, - 1.651, + 1.658, 341, - 1.403, + 1.394, 342, - 1.297, + 1.302, 345, - 5.27, + 5.275, 357, - 3.198, + 3.208, 359, - 2.7, + 2.658, 361, - 1.627, + 1.633, 368, - 1.349, + 1.353, 370, - 3.579, + 3.59, 373, - 2.888, + 2.897, 374, - 3.059, + 3.069, 375, - 2.265, + 2.274, 376, - 6.374, + 6.389, 377, - 2.647, + 2.658, 378, - 3.059, + 3.069, 379, - 3.198, + 3.208, 380, - 1.028, + 1.032, 387, - 2.126, + 2.132, 389, - 1.604, + 1.61, 390, - 2.539, + 2.546, 391, - 1.795, + 1.802, 393, - 2.265, + 2.274, 394, - 7.787, + 7.793, 403, - 4.945, + 4.957, 404, - 4.405, + 4.415, 412, - 4.063, + 4.074, 416, - 2.114, + 2.123, 419, - 1.829, + 1.837, 429, - 4.005, + 4.013, 433, - 1.18, + 1.185, 434, - 1.347, + 1.352, 436, - 1.907, + 1.915, 437, - 3.871, + 3.883, 439, - 1.951, + 1.959, 445, - 2.265, + 2.274, 446, - 1.45, + 1.456, 452, - 1.379, + 1.384, 454, - 3.29, + 3.296, 455, - 3.579, + 3.59, 456, - 4.147, + 4.155, 457, - 1.684, + 1.69, 459, - 2.207, + 2.215, 463, - 1.951, + 1.959, 470, - 4.716, + 4.728, 471, - 1.272, + 1.276, 472, - 1.334, + 1.339, 473, - 1.273, + 1.278, 478, - 2.647, + 2.658, 479, - 1.78, + 1.786, 482, - 2.362, + 2.371, 489, - 1.347, + 1.352, 492, - 1.677, + 1.683, 496, - 1.347, + 1.352, 497, - 1.484, + 1.49, 513, - 1.502, + 1.508, 537, - 2.706, + 2.714, 547, - 2.792, + 2.801, 554, - 2.262, + 2.268, 559, - 2.362, + 2.371, 561, - 1.504, + 1.508, 573, - 2.615, + 2.622, 582, - 1.762, + 1.769, 603, - 1.209, + 1.214, 614, - 1.86, + 1.866, 623, - 2.105, + 2.112, 627, - 1.677, + 1.683, 629, - 2.313, + 2.318, 634, - 1.144, + 1.148, 636, - 1.11, + 1.114, 643, - 2.184, + 2.192, 648, - 1.403, + 1.409, 674, - 1.45, + 1.456, 676, - 2.165, + 2.172, 677, - 2.186, + 2.193, 681, - 1.418, + 1.424, 691, - 0.886, + 0.889, 692, - 1.78, + 1.786, 694, - 2.114, + 2.123, 695, - 1.309, + 1.314, 728, - 1.418, + 1.424, 740, - 1.467, + 1.473, 744, - 2.3, + 2.307, 751, - 3.342, + 3.348, 761, - 4.276, + 4.288, 774, - 2.145, + 2.152, 792, - 1.651, + 1.658, 793, - 1.347, + 1.352, 795, - 1.867, + 1.874, 798, - 5.512, + 5.527, 799, - 5.906, + 5.914, 801, - 2.325, + 2.332, 808, - 1.54, + 1.546, 815, - 1.795, + 1.802, 819, - 1.704, + 1.71, 826, - 1.521, + 1.527, 828, - 1.704, + 1.71, 831, - 1.732, + 1.739, 834, - 2.986, + 2.994, 856, - 1.162, + 1.166, 894, - 2.382, + 2.388, 898, - 1.028, + 1.032, 911, - 1.604, + 1.61, 914, - 1.209, + 1.214, 920, - 2.265, + 2.274, 925, - 3.125, + 3.135, 935, - 1.434, + 1.44, 947, - 2.492, + 2.501, 950, - 1.907, + 1.915, 965, - 2.362, + 2.371, 975, - 1.389, + 1.394, 978, - 1.144, + 1.148, 981, - 2.888, + 2.897, 995, - 1.829, + 1.837, 1041, - 1.309, + 1.314, 1043, - 3.012, + 3.019, 1079, - 1.403, + 1.409, 1120, - 1.704, + 1.71, 1224, - 1.389, + 1.394, 1253, - 1.627, + 1.633, 1288, - 2.362, + 2.371, 1289, - 1.795, + 1.802, 1314, - 1.951, + 1.959, 1323, - 1.982, + 1.988, 1324, - 1.502, + 1.508, 1332, - 1.919, + 1.925, 1333, - 2.484, + 2.494, 1376, - 2.114, + 2.123, 1421, - 2.888, + 2.897, 1428, - 4.203, + 4.211, 1445, - 2.054, + 2.062, 1463, - 4.243, + 4.253, 1484, - 2.184, + 2.192, 1487, - 2.184, + 2.192, 1499, - 1.732, + 1.739, 1541, - 2.557, + 2.566, 1557, - 1.732, + 1.739, 1584, - 1.627, + 1.633, 1594, - 2.706, + 2.714, 1604, - 1.521, + 1.527, 1651, - 2.838, + 2.848, 1655, - 1.521, + 1.527, 1662, - 2.087, + 2.093, 1666, - 1.795, + 1.802, 1675, - 1.561, + 1.567, 1681, - 2.032, + 2.039, 1684, - 1.677, + 1.683, 1687, - 1.795, + 1.802, 1719, - 2.265, + 2.274, 1724, - 1.374, + 1.38, 1725, - 2.998, + 3.008, 1767, - 1.704, + 1.71, 1797, - 1.867, + 1.874, 1840, - 1.651, + 1.658, 1841, - 1.677, + 1.683, 1864, - 1.907, + 1.915, 1872, - 2.888, + 2.897, 1874, - 1.704, + 1.71, 1882, - 2.675, + 2.682, 1883, - 2.362, + 2.371, 1886, - 2.184, + 2.192, 1948, - 1.54, + 1.546, 1968, - 1.54, + 1.546, 2012, - 2.265, + 2.274, 2027, - 2.986, + 2.994, 2057, - 2.998, + 3.008, 2071, - 2.484, + 2.494, 2073, - 2.184, + 2.192, 2191, - 2.0, + 2.008, 2198, - 6.97, + 6.987, 2199, - 4.744, + 4.759, 2200, - 3.465, + 3.476, 2201, - 2.484, + 2.494, 2202, - 2.484, + 2.494, 2203, - 2.647, + 2.658, 2204, - 2.895, + 2.906, 2205, - 2.895, + 2.906, 2206, - 2.895, + 2.906, 2207, - 2.895, + 2.906, 2208, - 6.027, + 6.044, 2209, - 2.895, + 2.906, 2210, - 2.895, + 2.906, 2211, - 2.484, + 2.494, 2212, - 5.981, + 5.995, 2213, - 5.172, + 5.186, 2214, - 2.895, + 2.906, 2215, - 6.027, + 6.044, 2216, - 2.895, + 2.906, 2217, - 2.888, + 2.897, 2218, - 2.647, + 2.658, 2219, - 4.071, + 4.084, 2220, - 1.732, + 1.739, 2221, - 2.647, + 2.658, 2222, - 2.484, + 2.494, 2223, - 2.647, + 2.658, 2224, - 2.895, + 2.906, 2225, - 2.362, + 2.371, 2226, - 1.867, + 1.837, 2227, - 2.895, + 2.906, 2228, - 2.265, + 2.274, 2229, - 2.895, + 2.906, 2230, - 2.895, + 2.906, 2231, - 2.895, + 2.906, 2232, - 2.484, + 2.494, 2233, - 2.895, + 2.906, 2234, - 2.647, + 2.658, 2235, - 2.647, + 2.658, 2236, - 2.941, + 2.951, 2237, - 2.895, + 2.906, 2238, - 2.362, + 2.371, 2239, - 2.647, + 2.658, 2240, - 2.647, + 2.658, 2241, - 2.895, + 2.906, 2242, - 2.895, + 2.906, 2243, - 3.871, + 3.883, 2244, - 2.0, + 2.008, 2245, - 2.484, + 2.494, 2246, - 4.744, + 4.759, 2247, - 2.647, + 2.658, 2248, - 2.895, + 2.906, 2249, - 1.951, + 1.959, 2250, - 2.647, + 2.658, 2251, - 2.895, + 2.906, 2252, - 2.895, + 2.906, 2253, - 2.362, + 2.371, 2254, - 2.895, + 2.906, 2255, - 2.895, + 2.906, 2256, - 5.512, + 5.527, 2257, - 2.895, + 2.906, 2258, - 6.027, + 6.044, 2259, - 3.579, + 3.59, 2260, - 3.465, + 3.476, 2261, - 1.627, + 1.633, 2262, - 3.712, + 3.723, 2263, - 2.265 + 2.274 ] ], [ @@ -10037,209 +10037,209 @@ "data/manuals/ads", [ 0, - 0.841, + 0.843, 1, - 1.756, + 1.759, 2, - 1.738, + 1.742, 3, - 1.802, + 1.806, 4, - 1.802, + 1.806, 5, - 1.812, + 1.815, 6, - 1.812, + 1.815, 7, 1.58, 9, - 2.329, + 2.333, 10, - 1.484, + 1.487, 18, - 1.076, + 1.077, 20, - 1.199, + 1.2, 38, - 0.763, + 0.764, 46, - 1.584, + 1.585, 57, - 1.154, + 1.155, 59, - 0.965, + 0.966, 72, - 2.285, + 2.289, 77, - 1.422, + 1.425, 79, - 0.766, + 0.767, 91, - 2.344, + 2.348, 99, 1.077, 103, - 2.076, + 2.079, 106, - 1.23, + 1.232, 107, - 1.716, + 1.718, 110, - 2.713, + 2.718, 113, - 1.376, + 1.378, 121, - 2.271, + 2.275, 142, - 2.042, + 2.045, 148, - 1.409, + 1.411, 150, - 2.549, + 2.552, 153, - 2.52, + 2.521, 158, - 2.007, + 2.011, 169, - 1.342, + 1.343, 194, - 1.951, + 1.953, 197, - 2.359, + 2.363, 198, - 2.912, + 2.914, 199, - 2.942, + 2.947, 229, - 1.259, + 1.261, 241, - 2.156, + 2.158, 313, - 2.693, + 2.697, 390, - 2.892, + 2.897, 452, - 2.622, + 2.625, 471, - 1.841, + 1.844, 480, - 4.524, + 4.532, 500, - 2.505, + 2.51, 556, - 2.822, + 2.827, 573, - 2.576, + 2.581, 629, - 2.065, + 2.069, 636, - 2.633, + 2.638, 637, - 4.428, + 4.436, 660, - 4.108, + 4.116, 695, - 3.104, + 3.11, 762, - 3.134, + 3.11, 801, - 5.442, + 5.445, 911, - 3.804, + 3.811, 918, - 3.294, + 3.3, 939, - 3.402, + 3.408, 941, - 2.693, + 2.697, 947, - 4.738, + 4.744, 975, - 3.294, + 3.3, 1034, - 2.633, + 2.638, 1067, - 2.243, + 2.247, 1120, - 4.041, + 4.048, 1146, - 2.967, + 2.972, 1173, - 3.365, + 3.371, 1327, - 4.628, + 4.636, 1546, - 3.563, + 3.57, 1631, - 4.257, + 4.265, 1681, - 2.942, + 2.947, 1769, - 3.164, + 3.17, 1840, - 3.916, + 3.923, 1975, - 1.276, + 1.277, 2032, - 5.892, + 5.902, 2053, - 5.372, + 5.382, 2063, - 5.015, + 5.024, 2065, - 5.18, + 5.189, 2072, - 8.037, + 8.04, 2074, - 8.689, + 8.694, 2075, - 6.398, + 6.402, 2114, - 4.339, + 4.347, 2127, - 5.892, + 5.902, 2189, - 3.804, + 3.811, 2194, - 5.223, + 5.229, 2264, - 7.878, + 7.885, 2265, - 6.867, + 6.879, 2266, - 7.358, + 7.367, 2267, - 5.603, + 5.613, 2268, - 3.654, + 3.66, 2269, - 5.892, + 5.902, 2270, - 6.279, + 6.29, 2271, - 5.372, + 5.382, 2272, - 5.603, + 5.613, 2273, - 5.892, + 5.902, 2274, - 6.867, + 6.879, 2275, - 5.603, + 5.613, 2276, - 6.279, + 6.29, 2277, - 6.867, + 6.879, 2278, - 6.867, + 6.879, 2279, - 5.18, + 5.189, 2280, - 6.867, + 6.879, 2281, - 5.372, + 5.382, 2282, - 6.867 + 6.879 ] ], [ @@ -10255,365 +10255,365 @@ 7, 1.551, 10, - 2.23, + 2.232, 11, - 1.803, + 1.808, 18, 1.132, 20, - 1.449, + 1.45, 22, - 2.045, + 2.051, 27, - 2.882, + 2.89, 30, - 3.738, + 3.742, 31, - 5.974, + 5.98, 36, - 0.992, + 0.995, 38, - 1.098, + 1.1, 39, - 1.05, + 1.053, 46, - 1.03, + 1.032, 56, - 1.937, + 1.942, 57, - 1.395, + 1.396, 59, - 1.018, + 1.019, 62, - 1.646, + 1.651, 77, - 1.031, + 1.034, 79, - 0.926, + 0.927, 90, - 1.72, + 1.724, 92, - 2.896, + 2.902, 96, - 2.953, + 2.957, 99, - 0.916, + 0.917, 100, - 1.856, + 1.858, 102, - 1.856, + 1.85, 103, - 1.662, + 1.665, 106, - 0.891, + 0.894, 107, - 1.374, + 1.376, 108, - 1.463, + 1.467, 111, - 3.015, + 3.021, 113, - 1.446, + 1.449, 125, - 2.196, + 2.2, 126, - 1.686, + 1.688, 138, - 4.061, + 4.072, 141, - 2.67, + 2.676, 142, - 2.77, + 2.773, 146, - 3.537, + 3.544, 148, - 1.911, + 1.914, 150, - 1.827, + 1.831, 151, - 2.062, + 2.051, 153, - 2.34, + 2.343, 155, - 3.145, + 3.154, 156, - 2.929, + 2.937, 169, - 1.386, + 1.388, 175, - 3.702, + 3.708, 182, - 3.841, + 3.849, 194, - 1.317, + 1.32, 198, - 1.966, + 1.97, 200, - 5.171, + 5.179, 202, - 1.626, + 1.62, 229, - 0.912, + 0.915, 230, - 2.512, + 2.517, 240, - 1.415, + 1.419, 241, - 1.546, + 1.549, 245, - 4.061, + 4.072, 247, - 2.809, + 2.814, 251, - 3.326, + 3.333, 260, - 2.433, + 2.438, 261, - 3.066, + 3.072, 263, - 2.158, + 2.163, 268, - 1.902, + 1.905, 269, - 1.638, + 1.641, 273, - 2.096, + 2.1, 291, - 4.18, + 4.189, 292, - 2.132, + 2.138, 314, - 3.891, + 3.899, 330, - 2.302, + 2.306, 332, - 1.656, + 1.661, 333, - 2.041, + 2.046, 368, - 2.053, + 2.057, 378, - 3.209, + 3.218, 379, - 3.354, + 3.364, 380, - 1.767, + 1.772, 390, - 2.096, + 2.102, 420, - 3.438, + 3.448, 426, - 5.272, + 5.283, 441, - 2.493, + 2.5, 452, - 1.447, + 1.451, 468, - 3.531, + 3.541, 471, - 1.334, + 1.338, 473, - 2.189, + 2.195, 487, - 3.531, + 3.541, 523, - 2.583, + 2.59, 547, - 2.929, + 2.937, 561, - 1.577, + 1.582, 568, - 4.773, + 4.78, 573, - 3.187, + 3.192, 577, - 1.951, + 1.957, 580, - 3.145, + 3.154, 608, - 2.465, + 2.472, 675, - 2.768, + 2.773, 691, - 2.208, + 2.213, 692, - 1.867, + 1.873, 703, - 1.951, + 1.957, 750, - 3.499, + 3.506, 765, - 2.976, + 2.98, 848, - 2.465, + 2.472, 864, - 3.438, + 3.448, 877, - 3.354, + 3.288, 898, - 3.308, + 3.312, 924, - 2.363, + 2.369, 931, - 3.163, + 3.131, 942, - 3.754, + 3.765, 960, - 2.271, + 2.256, 962, - 5.43, + 5.433, 963, - 2.719, + 2.727, 982, - 2.978, + 2.986, 1002, - 2.465, + 2.472, 1007, - 2.529, + 2.534, 1031, - 6.203, + 6.213, 1048, - 3.894, + 3.904, 1116, - 7.782, + 7.789, 1158, - 2.293, + 2.3, 1231, - 8.071, + 8.08, 1236, - 6.194, + 6.206, 1324, - 3.746, + 3.753, 1332, - 2.919, + 2.925, 1416, - 3.438, + 3.448, 1548, - 3.891, + 3.899, 1589, - 3.354, + 3.364, 1617, - 3.894, + 3.904, 1661, - 2.493, + 2.5, 1666, - 3.085, + 3.094, 1684, - 2.882, + 2.89, 1689, - 3.531, + 3.541, 1797, - 3.209, + 3.218, 1882, - 2.209, + 2.215, 1884, - 3.066, + 3.072, 1885, - 2.882, + 2.89, 1889, - 3.03, + 3.038, 1892, - 5.445, + 5.456, 1966, - 3.354, + 3.364, 2117, - 3.279, + 3.288, 2138, - 4.061, + 4.072, 2148, - 4.061, + 4.072, 2226, - 3.209, + 3.154, 2268, - 4.519, + 4.526, 2283, - 4.977, + 4.991, 2284, - 5.89, + 5.902, 2285, - 5.647, + 5.659, 2286, - 3.085, + 3.094, 2287, - 4.061, + 4.072, 2288, - 4.977, + 4.991, 2289, - 4.551, + 4.564, 2290, - 4.061, + 4.072, 2291, - 4.977, + 4.991, 2292, - 4.27, + 4.282, 2293, - 4.551, + 4.564, 2294, - 4.977, + 4.991, 2295, - 4.977, + 4.991, 2296, - 9.327, + 9.332, 2297, - 4.654, + 4.664, 2298, - 3.754, + 3.765, 2299, - 3.438, + 3.448, 2300, - 3.438, + 3.448, 2301, - 4.977, + 4.991, 2302, - 4.977, + 4.991, 2303, - 4.977, + 4.991, 2304, - 4.977, + 4.991, 2305, - 3.894, + 3.904, 2306, - 4.977, + 4.991, 2307, - 3.531, + 3.541, 2308, - 3.438, + 3.448, 2309, - 4.27, + 4.282, 2310, - 5.272, + 5.283, 2311, - 4.27, + 4.282, 2312, - 3.754, + 3.765, 2313, - 4.977, + 4.991, 2314, - 3.894, + 3.904, 2315, - 4.061, + 4.072, 2316, - 3.635, + 3.645, 2317, - 3.635, + 3.645, 2318, - 4.977, + 4.991, 2319, - 4.27, + 4.282, 2320, - 3.754, + 3.765, 2321, - 4.551, + 4.564, 2322, - 4.551, + 4.564, 2323, - 4.056, + 4.065, 2324, - 4.551, + 4.564, 2325, - 4.551, + 4.564, 2326, - 5.89 + 5.902 ] ], [ @@ -10627,359 +10627,359 @@ "data/manuals/working-offline", [ 0, - 0.614, + 0.616, 1, - 1.282, + 1.286, 2, - 1.269, + 1.273, 3, - 1.316, + 1.319, 4, - 2.238, + 2.242, 5, - 1.323, + 1.326, 6, - 1.323, + 1.326, 7, - 1.437, + 1.438, 8, - 1.402, + 1.406, 10, - 1.844, + 1.847, 18, 1.113, 20, - 1.318, + 1.32, 36, - 1.447, + 1.45, 38, - 0.947, + 0.949, 42, - 1.984, + 1.985, 44, - 2.094, + 2.1, 46, - 1.415, + 1.417, 49, - 2.949, + 2.954, 57, - 1.323, + 1.324, 59, - 1.02, + 1.021, 60, - 2.019, + 2.023, 61, - 6.15, + 6.156, 72, - 3.111, + 3.115, 77, - 2.054, + 2.057, 79, 1.019, 85, - 2.999, + 3.008, 91, - 3.799, + 3.802, 99, - 1.045, + 1.046, 100, - 0.941, + 0.943, 103, - 1.671, + 1.674, 106, - 1.3, + 1.302, 107, - 1.381, + 1.383, 110, - 3.693, + 3.698, 111, - 2.094, + 2.1, 113, - 1.709, + 1.711, 116, - 1.951, + 1.956, 126, - 1.693, + 1.695, 141, - 2.684, + 2.69, 148, - 2.283, + 2.285, 150, - 1.837, + 1.841, 153, - 2.706, + 2.707, 158, - 2.121, + 2.126, 169, - 0.746, + 0.748, 177, - 1.534, + 1.538, 194, - 0.915, + 0.917, 197, - 2.93, + 2.935, 198, - 2.701, + 2.704, 207, - 1.668, + 1.673, 226, - 2.019, + 2.023, 228, - 2.129, + 2.117, 229, - 1.714, + 1.716, 230, - 1.745, + 1.75, 231, - 2.723, + 2.728, 241, - 2.002, + 2.004, 256, - 1.126, + 1.129, 257, - 1.981, + 1.986, 259, - 3.556, + 3.566, 268, - 2.178, + 2.179, 269, - 2.121, + 2.124, 273, - 1.791, + 1.795, 292, - 2.147, + 2.153, 313, - 3.665, + 3.67, 359, - 2.245, + 2.211, 368, - 1.425, + 1.429, 382, - 1.804, + 1.809, 392, - 2.542, + 2.547, 452, - 1.457, + 1.461, 457, - 1.78, + 1.785, 471, - 1.344, + 1.347, 472, - 2.31, + 2.316, 500, - 1.829, + 1.834, 524, - 2.43, + 2.435, 537, - 2.859, + 2.867, 552, - 2.779, + 2.783, 553, - 1.792, + 1.797, 555, - 1.57, + 1.565, 577, - 2.845, + 2.851, 636, - 2.782, + 2.788, 646, - 4.322, + 4.328, 651, - 6.226, + 6.239, 652, - 3.379, + 3.388, 653, - 4.584, + 4.597, 674, - 2.511, + 2.518, 681, - 2.456, + 2.463, 690, - 3.168, + 3.177, 691, - 1.534, + 1.538, 692, - 1.881, + 1.886, 693, - 5.3, + 5.31, 695, - 3.28, + 3.287, 701, - 2.634, + 2.641, 705, - 3.302, + 3.312, 710, - 3.517, + 3.524, 711, - 2.999, + 3.008, 719, - 6.226, + 6.239, 728, - 2.456, + 2.463, 751, - 2.027, + 2.033, 758, - 2.225, + 2.231, 765, - 2.988, + 2.993, 774, - 2.266, + 2.272, 793, - 3.968, + 3.974, 808, - 2.667, + 2.675, 836, - 4.301, + 4.313, 837, - 4.679, + 4.688, 894, - 3.37, + 3.375, 903, - 2.702, + 2.71, 939, - 2.483, + 2.49, 995, - 3.168, + 3.177, 996, - 4.737, + 4.743, 1010, - 3.504, + 3.51, 1053, - 3.556, + 3.566, 1060, - 2.817, + 2.825, 1066, - 4.182, + 4.185, 1067, - 1.638, + 1.642, 1068, - 4.585, + 4.594, 1090, - 3.376, + 3.383, 1104, - 3.253, + 3.258, 1106, - 4.301, + 4.313, 1146, - 2.166, + 2.172, 1162, - 3.556, + 3.566, 1166, - 4.202, + 4.211, 1186, - 2.456, + 2.463, 1216, - 2.702, + 2.675, 1296, - 2.703, + 2.709, 1416, - 6.852, + 6.86, 1432, - 2.817, + 2.825, 1482, - 3.661, + 3.671, 1486, - 5.148, + 5.158, 1543, - 2.95, + 2.958, 1558, - 3.108, + 3.116, 1588, - 2.456, + 2.463, 1655, - 2.634, + 2.641, 1666, - 3.108, + 3.116, 1724, - 2.38, + 2.386, 1819, - 3.922, + 3.933, 1882, - 2.225, + 2.231, 1928, - 2.702, + 2.71, 1974, - 4.09, + 4.102, 2042, - 2.777, + 2.785, 2054, - 4.138, + 4.147, 2073, - 3.781, + 3.792, 2096, - 4.02, + 4.028, 2114, - 3.168, + 3.177, 2279, - 5.474, + 5.485, 2327, - 4.585, + 4.594, 2328, - 5.013, + 5.027, 2329, - 4.301, + 4.313, 2330, - 5.618, + 5.627, 2331, - 6.226, + 6.239, 2332, - 4.584, + 4.597, 2333, - 8.528, + 8.542, 2334, - 5.013, + 5.027, 2335, - 4.679, + 4.688, 2336, - 4.891, + 4.901, 2337, - 3.556, + 3.566, 2338, - 4.301, + 4.313, 2339, - 4.301, + 4.313, 2340, - 5.013, + 5.027, 2341, - 3.781, + 3.792, 2342, - 4.584, + 4.597, 2343, - 3.922, + 3.933, 2344, - 4.09, + 4.102, 2345, - 3.661, + 3.671, 2346, - 4.27, + 4.278, 2347, - 5.013, + 5.027, 2348, - 5.013, + 5.027, 2349, - 5.013, + 5.027, 2350, - 5.013, + 5.027, 2351, - 5.013, + 5.027, 2352, - 3.781, + 3.792, 2353, - 3.232, + 3.241, 2354, - 3.556, + 3.566, 2355, - 3.922, + 3.933, 2356, - 4.584, + 4.597, 2357, - 5.677, + 5.688, 2358, - 3.108, + 3.116, 2359, - 3.781, + 3.792, 2360, - 2.702 + 2.71 ] ], [ @@ -10993,77 +10993,77 @@ "data/manuals/gui-particlefx", [ 0, - 1.08, + 1.081, 1, - 2.255, + 2.257, 2, - 2.232, + 2.234, 3, - 2.314, + 2.316, 4, - 2.314, + 2.316, 5, - 2.327, + 2.328, 6, - 2.327, + 2.328, 7, - 1.501, + 1.502, 18, 1.096, 38, - 0.979, + 0.98, 41, - 4.633, + 4.636, 59, 0.796, 62, - 2.916, + 2.918, 79, - 0.749, + 0.75, 95, - 4.103, + 4.106, 97, - 2.549, + 2.551, 113, - 1.767, + 1.768, 121, - 2.916, + 2.918, 148, - 1.809, + 1.81, 153, - 2.001, + 2.002, 160, - 3.119, + 3.103, 182, - 6.226, + 6.228, 201, - 1.981, + 1.983, 229, - 1.616, + 1.618, 232, - 6.951, + 6.954, 234, - 6.44, + 6.441, 524, - 3.534, + 3.535, 526, - 6.951, + 6.954, 590, - 4.371, + 4.373, 710, - 4.274, + 4.277, 993, - 4.955, + 4.958, 1065, - 8.609, + 8.613, 1136, - 6.541, + 6.544, 2361, - 11.701, + 11.704, 2362, - 8.063, + 8.068, 2363, - 8.063 + 8.068 ] ], [ @@ -11077,209 +11077,209 @@ "data/manuals/hot-reload", [ 7, - 1.495, + 1.496, 18, - 1.075, + 1.076, 20, - 1.536, + 1.537, 36, - 1.441, + 1.443, 38, - 1.035, + 1.036, 57, - 0.924, + 0.926, 59, - 1.043, + 1.044, 62, - 2.389, + 2.393, 79, - 0.926, + 0.927, 96, - 2.29, + 2.293, 97, - 2.695, + 2.698, 99, 0.828, 100, - 1.749, + 1.751, 103, - 1.663, + 1.666, 107, - 1.964, + 1.965, 121, - 2.389, + 2.393, 126, - 1.434, + 1.436, 148, - 1.482, + 1.484, 149, - 2.75, + 2.754, 153, - 1.639, + 1.642, 160, - 2.756, + 2.743, 165, - 3.118, + 3.12, 167, - 3.77, + 3.774, 171, - 5.291, + 5.295, 177, - 2.21, + 2.214, 178, - 3.473, + 3.476, 196, - 2.498, + 2.502, 201, - 1.623, + 1.626, 229, - 1.324, + 1.326, 257, - 3.683, + 3.687, 268, - 2.107, + 2.109, 269, - 2.474, + 2.475, 309, - 4.251, + 4.258, 345, - 3.502, + 3.508, 368, - 2.054, + 2.058, 399, - 5.125, + 5.133, 425, - 4.12, + 4.127, 434, - 3.362, + 3.367, 446, - 3.619, + 3.625, 471, - 1.936, + 1.94, 497, - 3.704, + 3.71, 504, - 3.661, + 3.625, 522, - 3.579, + 3.585, 524, - 3.122, + 3.125, 552, - 2.148, + 2.151, 583, - 4.479, + 4.486, 629, - 2.173, + 2.176, 652, - 6.283, + 6.289, 689, - 3.236, + 3.241, 707, - 5.277, + 5.285, 708, - 5.125, + 5.133, 773, - 2.618, + 2.622, 792, - 5.316, + 5.322, 832, - 3.465, + 3.471, 891, - 2.45, + 2.454, 917, - 3.266, + 3.271, 923, - 3.54, + 3.545, 931, - 1.999, + 1.981, 1010, - 2.969, + 2.973, 1011, - 4.658, + 4.666, 1046, - 4.322, + 4.329, 1104, - 3.592, + 3.595, 1272, - 3.206, + 3.211, 1295, - 2.711, + 2.715, 1296, - 2.691, + 2.696, 1574, - 4.398, + 4.405, 1594, - 4.12, + 4.127, 1602, - 3.54, + 3.545, 1655, - 3.796, + 3.802, 1672, - 5.025, + 5.03, 1724, - 3.43, + 3.435, 1864, - 4.759, + 4.767, 1871, - 3.502, + 3.508, 1872, - 4.398, + 4.405, 1879, - 4.724, + 4.728, 1938, - 5.895, + 5.904, 2364, - 10.32, + 10.327, 2365, - 7.224, + 7.236, 2366, - 9.321, + 9.331, 2367, - 7.224, + 7.236, 2368, - 7.224, + 7.236, 2369, - 7.224, + 7.236, 2370, - 9.437, + 9.444, 2371, - 7.224, + 7.236, 2372, - 5.652, + 5.661, 2373, - 4.565, + 4.572, 2374, - 6.199, + 6.209, 2375, - 8.074, + 8.08, 2376, - 7.224, + 7.236, 2377, - 5.125, + 4.998, 2378, - 7.224, + 7.236, 2379, - 4.658, + 4.666, 2380, - 7.224, + 7.236, 2381, - 7.224, + 7.236, 2382, - 4.479, + 4.486, 2383, - 4.479, + 4.486, 2384, - 4.479, + 4.486, 2385, - 7.032, + 7.039, 2386, - 7.224, + 7.236, 2387, - 5.45, + 5.458, 2388, - 6.199, + 6.209, 2389, - 4.184 + 4.191 ] ], [ @@ -11293,283 +11293,283 @@ "data/manuals/editor-styling", [ 0, - 0.6, + 0.602, 1, - 1.253, + 1.257, 2, - 1.241, + 1.244, 3, - 1.286, + 1.29, 4, - 1.286, + 1.29, 5, - 1.293, + 1.297, 6, - 1.293, + 1.297, 7, 1.605, 10, - 1.543, + 1.546, 11, - 1.776, + 1.781, 18, 1.04, 20, - 1.229, + 1.231, 38, - 0.793, + 0.794, 39, - 1.034, + 1.037, 42, - 0.89, + 0.893, 46, - 1.604, + 1.605, 49, - 3.399, + 3.403, 57, - 1.077, + 1.079, 59, 0.98, 77, - 1.015, + 1.018, 79, - 0.715, + 0.716, 85, - 2.932, + 2.94, 86, - 3.524, + 3.527, 94, - 4.304, + 4.309, 96, - 3.357, + 3.36, 99, - 0.821, + 0.822, 100, - 1.735, + 1.738, 107, - 1.358, + 1.361, 108, - 1.441, + 1.445, 109, - 1.839, + 1.831, 110, - 2.82, + 2.826, 132, - 1.684, + 1.688, 153, - 1.91, + 1.913, 157, - 4.811, + 4.821, 158, - 2.087, + 2.091, 159, - 7.18, + 7.182, 169, - 0.729, + 0.731, 190, - 3.999, + 4.01, 196, - 2.468, + 2.473, 198, - 2.519, + 2.522, 200, - 2.983, + 2.992, 212, - 4.574, + 4.579, 216, - 4.288, + 4.292, 229, - 1.309, + 1.311, 236, - 2.455, + 2.462, 241, - 1.049, + 1.052, 256, - 1.101, + 1.104, 268, - 1.001, + 1.003, 269, - 1.619, + 1.623, 292, - 4.211, + 4.216, 324, - 2.795, + 2.803, 342, - 2.195, + 2.201, 347, - 7.499, + 7.503, 380, - 2.534, + 2.539, 449, - 2.932, + 2.94, 451, - 3.579, + 3.589, 462, - 4.481, + 4.494, 471, - 1.314, + 1.317, 480, - 3.228, + 3.238, 524, - 2.39, + 2.395, 555, - 1.535, + 1.53, 567, - 2.543, + 2.55, 581, - 2.642, + 2.649, 582, - 2.983, + 2.992, 604, - 3.617, + 3.625, 675, - 1.879, + 1.884, 686, - 2.642, + 2.649, 715, - 2.575, + 2.582, 723, - 2.983, + 2.992, 747, - 2.754, + 2.762, 750, - 2.376, + 2.382, 772, - 3.385, + 3.395, 790, - 8.457, + 8.469, 791, - 7.18, + 7.188, 792, - 4.071, + 4.079, 793, - 2.28, + 2.287, 849, - 3.736, + 3.742, 859, - 2.455, + 2.462, 915, - 1.879, + 1.884, 960, - 3.842, + 3.812, 989, - 6.626, + 6.633, 999, - 2.258, + 2.265, 1095, - 3.999, + 4.01, 1104, - 2.484, + 2.489, 1263, - 3.579, + 3.589, 1289, - 3.038, + 3.047, 1329, - 2.932, + 2.94, 1332, - 2.887, + 2.893, 1338, - 3.834, + 3.845, 1363, - 5.584, + 5.596, 1424, - 3.999, + 4.01, 1463, - 5.631, + 5.638, 1672, - 5.709, + 5.714, 1897, - 3.834, + 3.845, 1999, - 2.715, + 2.722, 2070, - 6.212, + 6.219, 2126, - 8.457, + 8.469, 2149, - 8.989, + 8.999, 2249, - 3.303, + 3.312, 2390, - 4.931, + 4.941, 2391, - 12.012, + 12.017, 2392, - 9.249, + 9.261, 2393, - 11.726, + 11.732, 2394, - 9.83, + 9.841, 2395, - 9.249, + 9.261, 2396, - 9.83, + 9.841, 2397, - 8.419, + 8.432, 2398, - 3.999, + 4.01, 2399, - 3.697, + 3.707, 2400, - 4.481, + 4.494, 2401, - 7.138, + 7.152, 2402, - 4.901, + 4.914, 2403, - 3.477, + 3.486, 2404, - 9.83, + 9.841, 2405, - 7.138, + 7.152, 2406, - 11.067, + 11.075, 2407, - 4.901, + 4.914, 2408, - 4.481, + 4.494, 2409, - 6.869, + 6.881, 2410, - 6.869, + 6.881, 2411, - 4.901, + 4.914, 2412, - 4.901, + 4.914, 2413, - 4.901, + 4.914, 2414, - 7.138, + 7.152, 2415, - 4.901, + 4.914, 2416, - 7.138, + 7.152, 2417, - 4.901, + 4.914, 2418, - 8.021, + 8.03, 2419, - 4.901, + 4.914, 2420, - 3.303, + 3.312, 2421, - 4.901, + 4.914, 2422, - 4.901, + 4.914, 2423, - 3.697, + 3.707, 2424, - 4.901, + 4.914, 2425, - 4.901, + 4.914, 2426, - 7.138, + 7.152, 2427, - 7.138, + 7.152, 2428, - 4.901, + 4.914, 2429, - 3.834 + 3.845 ] ], [ @@ -11583,457 +11583,457 @@ "data/manuals/zerobrane", [ 0, - 0.514, + 0.515, 1, - 1.073, + 1.076, 2, - 1.062, + 1.065, 3, - 1.101, + 1.104, 4, - 1.101, + 1.104, 5, - 1.107, + 1.11, 6, - 1.107, + 1.11, 7, - 1.523, + 1.524, 8, - 2.816, + 2.82, 12, - 1.914, + 1.92, 18, - 1.125, + 1.126, 20, - 1.462, + 1.463, 36, - 1.268, + 1.271, 38, - 1.076, + 1.078, 42, - 1.395, + 1.397, 43, - 2.176, + 2.183, 44, - 2.656, + 2.662, 46, - 1.515, + 1.516, 49, - 1.45, + 1.455, 57, - 0.982, + 0.984, 59, - 0.875, + 0.876, 60, - 1.769, + 1.773, 62, - 1.387, + 1.392, 77, - 1.317, + 1.32, 79, - 0.782, + 0.783, 86, - 2.064, + 2.069, 90, - 1.83, + 1.833, 91, - 3.308, + 3.312, 97, - 1.838, + 1.843, 99, - 1.095, + 1.096, 100, - 1.946, + 1.948, 103, - 1.768, + 1.771, 106, - 1.139, + 1.142, 107, - 2.147, + 2.148, 108, - 1.233, + 1.237, 109, - 3.455, + 3.435, 110, - 2.512, + 2.518, 113, - 1.538, + 1.541, 125, - 1.934, + 1.939, 126, - 2.108, + 2.109, 141, - 2.352, + 2.358, 143, - 2.033, + 2.04, 148, - 1.889, + 1.892, 153, - 2.089, + 2.092, 160, - 2.865, + 2.852, 169, - 0.624, + 0.626, 193, - 2.6, + 2.608, 194, - 1.16, + 1.163, 197, - 1.441, + 1.446, 198, - 2.639, + 2.642, 199, - 1.797, + 1.802, 201, - 1.725, + 1.729, 203, - 2.261, + 2.268, 208, - 3.377, + 3.384, 229, - 1.165, + 1.168, 230, - 2.672, + 2.678, 231, - 3.215, + 3.22, 240, - 2.183, + 2.188, 241, - 0.898, + 0.901, 256, - 0.942, + 0.945, 257, - 2.512, + 2.518, 260, - 2.588, + 2.593, 261, - 1.781, + 1.787, 268, - 0.856, + 0.859, 269, - 2.089, + 2.092, 271, - 2.176, + 2.157, 273, - 1.895, + 1.899, 292, - 1.797, + 1.802, 324, - 2.392, + 2.4, 332, - 1.396, + 1.4, 334, - 2.323, + 2.331, 350, - 2.509, + 2.517, 353, - 1.683, + 1.675, 359, - 1.878, + 1.851, 368, - 2.183, + 2.188, 380, - 1.489, + 1.494, 382, - 1.509, + 1.514, 391, - 2.6, + 2.608, 392, - 2.227, + 2.233, 433, - 2.592, + 2.598, 442, - 2.848, + 2.854, 452, - 1.219, + 1.223, 454, - 1.67, + 1.675, 457, - 2.726, + 2.731, 471, - 1.124, + 1.128, 472, - 3.538, + 3.545, 485, - 3.164, + 3.174, 496, - 1.951, + 1.958, 500, - 1.53, + 1.535, 521, - 2.672, + 2.678, 522, - 2.078, + 2.084, 533, - 2.323, + 2.331, 543, - 1.683, + 1.688, 550, - 1.951, + 1.958, 555, - 1.991, + 1.984, 577, - 2.493, + 2.499, 580, - 4.018, + 4.027, 583, - 3.941, + 3.951, 590, - 3.815, + 3.82, 598, - 2.704, + 2.713, 623, - 4.468, + 4.473, 635, - 2.763, + 2.772, 644, - 3.804, + 3.811, 646, - 5.255, + 5.26, 648, - 2.033, + 2.04, 650, - 5.644, + 5.654, 656, - 2.65, + 2.659, 672, - 1.951, + 1.939, 674, - 2.101, + 2.108, 681, - 3.115, + 3.123, 685, - 1.71, + 1.715, 691, - 1.945, + 1.95, 692, - 1.574, + 1.579, 694, - 3.063, + 3.073, 702, - 2.101, + 2.108, 703, - 1.645, + 1.65, 744, - 3.722, + 3.729, 751, - 1.696, + 1.702, 771, - 4.285, + 4.291, 774, - 1.896, + 1.902, 834, - 2.078, + 2.084, 857, - 2.392, + 2.4, 866, - 1.562, + 1.568, 895, - 2.012, + 2.018, 904, - 2.975, + 2.985, 909, - 2.704, + 2.713, 912, - 5.937, + 5.946, 915, - 2.438, + 2.444, 916, - 6.258, + 6.268, 919, - 2.15, + 2.157, 924, - 1.991, + 1.997, 995, - 2.65, + 2.659, 998, - 2.429, + 2.437, 999, - 2.929, + 2.937, 1029, - 3.762, + 3.729, 1034, - 1.608, + 1.613, 1052, - 4.034, + 4.042, 1056, - 4.644, + 4.655, 1064, - 2.055, + 2.062, 1079, - 2.033, + 2.04, 1104, - 2.213, + 2.218, 1126, - 2.101, + 2.084, 1135, - 2.827, + 2.836, 1146, - 1.812, + 1.818, 1216, - 2.261, + 2.239, 1224, - 2.012, + 2.018, 1248, - 2.65, + 2.659, 1283, - 3.474, + 3.482, 1296, - 1.562, + 1.568, 1311, - 2.704, + 2.713, 1322, - 2.15, + 2.157, 1332, - 2.571, + 2.577, 1343, - 2.323, + 2.331, 1376, - 3.063, + 3.073, 1421, - 2.553, + 2.561, 1460, - 2.357, + 2.364, 1486, - 2.975, + 2.985, 1597, - 2.429, + 2.437, 1624, - 3.063, + 3.073, 1629, - 2.848, + 2.854, 1630, - 4.796, + 4.808, 1661, - 3.185, + 3.193, 1662, - 2.796, + 2.803, 1667, - 4.796, + 4.808, 1682, - 2.65, + 2.659, 1840, - 2.392, + 2.4, 1866, - 4.379, + 4.388, 1868, - 2.704, + 2.713, 1882, - 1.861, + 1.867, 1896, - 2.827, + 2.836, 1942, - 3.573, + 3.581, 2027, - 3.15, + 3.157, 2043, - 3.063, + 3.073, 2075, - 3.804, + 3.813, 2096, - 3.522, + 3.531, 2121, - 2.468, + 2.476, 2160, - 2.827, + 2.836, 2261, - 2.357, + 2.364, 2268, - 4.085, + 4.093, 2308, - 2.897, + 2.906, 2327, - 4.852, + 4.861, 2341, - 4.796, + 4.808, 2346, - 4.518, + 4.527, 2429, - 3.281, + 3.292, 2430, - 11.001, + 11.01, 2431, - 3.599, + 3.61, 2432, - 3.835, + 3.847, 2433, - 7.134, + 7.137, 2434, - 5.447, + 5.458, 2435, - 3.422, + 3.433, 2436, - 3.599, + 3.61, 2437, - 3.422, + 3.433, 2438, - 3.599, + 3.61, 2439, - 8.568, + 8.582, 2440, - 3.082, + 3.089, 2441, - 2.203, + 2.211, 2442, - 3.063, + 3.073, 2443, - 4.194, + 4.207, 2444, - 4.194, + 4.207, 2445, - 6.358, + 6.373, 2446, - 6.358, + 6.373, 2447, - 4.194, + 4.207, 2448, - 4.188, + 4.199, 2449, - 6.358, + 6.373, 2450, - 5.814, + 5.828, 2451, - 3.164, + 3.174, 2452, - 2.975, + 2.985, 2453, - 4.194, + 4.207, 2454, - 6.358, + 6.373, 2455, - 3.281, + 3.292, 2456, - 4.194, + 4.207, 2457, - 4.194, + 4.207, 2458, - 5.188, + 5.2, 2459, - 3.164, + 3.174, 2460, - 5.455, + 5.469, 2461, - 4.194, + 4.207, 2462, - 4.194, + 4.207, 2463, - 3.835, + 3.847, 2464, - 4.194, + 4.207, 2465, - 3.063, + 3.073, 2466, - 4.194, + 4.207, 2467, - 4.194, + 4.207, 2468, - 3.281, + 3.292, 2469, - 2.975, + 2.985, 2470, - 4.194, + 4.207, 2471, - 3.422 + 3.433 ] ], [ @@ -12047,389 +12047,389 @@ "data/manuals/flipbook-animation", [ 0, - 0.554, + 0.556, 1, - 1.157, + 1.16, 2, - 1.145, + 1.148, 3, - 1.187, + 1.191, 4, - 1.187, + 1.191, 5, - 1.193, + 1.197, 6, - 1.193, + 1.197, 7, 1.54, 10, - 1.924, + 1.926, 18, 1.119, 20, - 1.264, + 1.266, 36, - 1.897, + 1.899, 38, - 1.056, + 1.058, 39, - 1.878, + 1.881, 46, - 1.513, + 1.515, 47, - 3.598, + 3.605, 52, - 1.245, + 1.249, 57, - 1.138, + 1.14, 58, - 3.491, + 3.499, 59, - 0.9, + 0.901, 62, - 2.225, + 2.23, 63, - 3.261, + 3.269, 77, - 1.843, + 1.845, 79, - 0.951, + 0.952, 86, - 2.184, + 2.189, 90, - 1.078, + 1.081, 93, - 2.916, + 2.925, 95, - 4.426, + 4.431, 97, - 1.307, + 1.311, 99, - 1.017, + 1.018, 100, - 1.507, + 1.51, 102, - 1.163, + 1.16, 103, - 1.549, + 1.553, 106, - 1.704, + 1.706, 111, - 1.889, + 1.895, 113, - 1.348, + 1.351, 124, - 1.971, + 1.977, 126, - 1.595, + 1.597, 141, - 1.673, + 1.678, 143, - 2.192, + 2.199, 148, - 1.648, + 1.651, 149, - 1.721, + 1.727, 151, - 3.686, + 3.662, 153, - 2.158, + 2.161, 160, - 2.812, + 2.8, 165, - 3.241, + 3.243, 166, - 3.776, + 3.782, 167, - 4.175, + 4.18, 169, - 1.001, + 1.003, 177, - 1.384, + 1.388, 178, - 4.171, + 4.174, 186, - 3.896, + 3.905, 194, - 0.825, + 0.828, 196, - 2.326, + 2.332, 198, - 1.232, + 1.235, 207, - 3.165, + 3.169, 213, - 4.338, + 4.348, 214, - 5.075, + 5.087, 215, - 5.838, + 5.841, 229, - 0.829, + 0.832, 237, - 3.702, + 3.709, 238, - 2.541, + 2.549, 240, - 2.285, + 2.289, 241, - 2.211, + 2.213, 243, - 2.24, + 2.247, 256, - 1.512, + 1.515, 260, - 1.524, + 1.529, 266, - 2.007, + 2.013, 268, - 1.64, + 1.643, 269, - 1.526, + 1.53, 273, - 1.661, + 1.664, 282, - 2.24, + 2.247, 290, - 3.463, + 3.468, 291, - 3.896, + 3.905, 292, - 3.812, + 3.817, 339, - 3.538, + 3.549, 341, - 2.192, + 2.176, 352, - 8.136, + 8.148, 368, - 1.286, + 1.29, 374, - 2.916, + 2.925, 380, - 1.606, + 1.61, 387, - 1.595, + 1.6, 433, - 1.843, + 1.849, 452, - 1.956, + 1.96, 454, - 2.679, + 2.685, 472, - 2.084, + 2.09, 487, - 3.208, + 3.218, 495, - 3.69, + 3.701, 500, - 1.65, + 1.655, 505, - 3.45, + 3.457, 523, - 2.347, + 2.354, 524, - 2.98, + 2.984, 526, - 4.432, + 4.442, 550, - 2.104, + 2.111, 561, - 2.132, + 2.137, 573, - 1.697, + 1.702, 588, - 2.347, + 2.354, 600, - 2.169, + 2.176, 614, - 2.638, + 2.644, 660, - 2.706, + 2.714, 692, - 1.697, + 1.702, 703, - 3.15, + 3.156, 724, - 2.706, + 2.714, 728, - 3.937, + 3.944, 752, - 2.084, + 2.09, 758, - 2.007, + 2.013, 765, - 1.584, + 1.589, 792, - 2.579, + 2.587, 795, - 2.916, + 2.925, 828, - 6.076, + 6.082, 831, - 4.025, + 4.034, 866, - 1.685, + 1.69, 935, - 2.24, + 2.247, 941, - 1.773, + 1.779, 946, - 3.303, + 3.313, 948, - 1.787, + 1.792, 959, - 5.494, + 5.499, 977, - 2.406, + 2.414, 979, - 4.3, + 4.305, 981, - 4.096, + 4.105, 1019, - 3.594, + 3.599, 1034, - 1.734, + 1.739, 1071, - 2.579, + 2.549, 1105, - 4.432, + 4.442, 1109, - 2.192, + 2.199, 1131, - 4.939, + 4.944, 1137, - 4.807, + 4.815, 1146, - 3.472, + 3.478, 1153, - 4.182, + 4.188, 1221, - 2.24, + 2.247, 1279, - 4.025, + 4.034, 1296, - 2.506, + 2.512, 1302, - 3.303, + 3.313, 1379, - 3.131, + 3.107, 1381, - 3.208, + 3.218, 1473, - 3.208, + 3.218, 1560, - 2.979, + 2.988, 1584, - 5.345, + 5.352, 1594, - 3.837, + 3.846, 1648, - 2.579, + 2.587, 1649, - 3.535, + 3.543, 1660, - 3.538, + 3.549, 1661, - 3.371, + 3.378, 1684, - 2.619, + 2.627, 1720, - 3.538, + 3.549, 1871, - 2.192, + 2.199, 1882, - 2.007, + 2.013, 1902, - 2.979, + 2.988, 1903, - 4.914, + 4.925, 1904, - 3.538, + 3.549, 1905, - 3.88, + 3.892, 1926, - 2.979, + 2.925, 1928, - 2.438, + 2.445, 1936, - 2.505, + 2.513, 1948, - 2.406, + 2.414, 1950, - 6.152, + 6.166, 1982, - 2.266, + 2.247, 2089, - 2.541, + 2.549, 2472, - 3.048, + 3.057, 2473, - 4.522, + 4.536, 2474, - 3.411, + 3.422, 2475, - 3.411, + 3.422, 2476, - 3.303, + 3.313, 2477, - 4.135, + 4.148, 2478, - 3.88, + 3.892, 2479, - 3.69, + 3.701, 2480, - 4.522, + 4.536, 2481, - 6.152, + 6.166, 2482, - 6.555, + 6.567, 2483, - 6.728, + 6.743, 2484, - 9.511, + 9.523, 2485, - 4.522, + 4.536, 2486, - 6.728, + 6.743, 2487, - 5.773, + 5.786, 2488, - 5.49, + 5.502, 2489, - 6.728, + 6.743, 2490, - 6.728, + 6.743, 2491, - 8.034, + 8.048, 2492, - 8.034, + 8.048, 2493, - 7.799, + 7.808, 2494, - 3.538, + 3.549, 2495, - 3.538, + 3.549, 2496, - 3.411, + 3.422, 2497, - 3.88, + 3.892, 2498, - 2.916, + 2.866, 2499, - 6.728, + 6.743, 2500, - 4.522, + 4.536, 2501, - 7.346, + 7.36, 2502, - 8.034, + 8.048, 2503, - 2.979, + 2.988, 2504, - 8.898, + 8.911, 2505, - 6.728 + 6.743 ] ], [ @@ -12443,455 +12443,455 @@ "data/manuals/collection-factory", [ 0, - 0.473, + 0.474, 1, - 0.987, + 0.99, 2, - 0.977, + 0.98, 3, - 1.013, + 1.016, 4, - 1.013, + 1.016, 5, - 1.018, + 1.022, 6, - 1.018, + 1.022, 7, - 1.498, + 1.499, 8, - 2.04, + 2.044, 10, - 2.114, + 2.116, 11, - 1.398, + 1.403, 18, 1.133, 20, - 1.473, + 1.474, 36, - 0.77, + 0.772, 38, - 1.086, + 1.087, 39, - 0.815, + 0.817, 43, - 2.003, + 2.01, 46, - 1.479, + 1.48, 49, - 1.334, + 1.339, 52, - 1.642, + 1.646, 57, - 1.379, + 1.38, 59, - 0.846, + 0.847, 62, - 1.276, + 1.281, 72, - 1.284, + 1.289, 77, - 1.235, + 1.239, 79, 1.006, 86, - 1.253, + 1.257, 90, - 1.738, + 1.742, 92, - 2.926, + 2.932, 96, - 3.356, + 3.359, 97, - 1.116, + 1.12, 99, - 0.957, + 0.958, 100, - 1.664, + 1.667, 102, - 0.992, + 0.99, 103, - 2.325, + 2.328, 106, - 1.069, + 1.071, 107, - 1.135, + 1.138, 109, - 1.448, + 1.443, 110, - 1.525, + 1.53, 111, - 1.612, + 1.617, 113, - 0.773, + 0.776, 119, - 3.023, + 3.031, 125, - 1.174, + 1.178, 126, - 1.447, + 1.45, 133, - 3.984, + 3.993, 143, - 1.871, + 1.877, 146, - 4.595, + 4.601, 148, - 1.82, + 1.822, 150, - 0.977, + 0.98, 153, - 1.861, + 1.865, 160, - 2.622, + 2.612, 161, - 2.601, + 2.61, 165, - 2.964, + 2.967, 166, - 3.427, + 3.434, 167, - 3.792, + 3.798, 169, - 1.32, + 1.322, 170, - 1.48, + 1.485, 177, - 2.869, + 2.873, 178, - 3.642, + 3.647, 194, - 2.023, + 2.024, 196, - 2.063, + 2.068, 198, - 1.051, + 1.055, 201, - 1.638, + 1.642, 207, - 2.731, + 2.735, 226, - 2.283, + 2.287, 227, - 2.235, + 2.243, 228, - 1.639, + 1.631, 229, - 1.094, + 1.096, 237, - 2.749, + 2.756, 239, - 2.624, + 2.631, 256, - 1.638, + 1.642, 257, - 2.881, + 2.887, 268, - 0.788, + 0.791, 269, - 2.352, + 2.354, 272, - 2.911, + 2.921, 273, - 1.472, + 1.476, 282, - 1.912, + 1.918, 313, - 1.513, + 1.518, 323, - 3.569, + 3.579, 324, - 2.201, + 2.209, 332, - 2.731, + 2.735, 395, - 3.019, + 3.03, 411, - 2.003, + 2.01, 428, - 2.309, + 2.317, 434, - 1.796, + 1.802, 442, - 1.729, + 1.734, 446, - 1.933, + 1.94, 452, - 1.122, + 1.126, 454, - 2.903, + 2.91, 471, - 1.599, + 1.603, 473, - 2.624, + 2.631, 479, - 1.448, + 1.453, 480, - 2.542, + 2.551, 489, - 3.393, + 3.4, 524, - 1.998, + 2.003, 527, - 3.149, + 3.16, 529, - 6.694, + 6.707, 552, - 1.774, + 1.778, 555, - 1.868, + 1.862, 556, - 2.451, + 2.458, 560, - 2.439, + 2.447, 577, - 2.339, + 2.345, 579, - 2.989, + 2.996, 590, - 1.599, + 1.604, 596, - 2.109, + 2.116, 604, - 1.956, + 1.962, 629, - 1.161, + 1.165, 634, - 1.525, + 1.53, 636, - 2.287, + 2.294, 648, - 1.871, + 1.877, 689, - 3.266, + 3.273, 692, - 2.238, + 2.244, 751, - 1.561, + 1.566, 760, - 2.738, + 2.747, 762, - 5.288, + 5.241, 773, - 2.161, + 2.167, 774, - 2.697, + 2.704, 808, - 2.053, + 2.06, 828, - 3.51, + 3.52, 832, - 1.851, + 1.858, 849, - 3.236, + 3.243, 860, - 4.752, + 4.759, 866, - 1.438, + 1.443, 880, - 1.871, + 1.877, 885, - 2.349, + 2.357, 898, - 1.37, + 1.375, 905, - 2.271, + 2.279, 914, - 2.492, + 2.498, 918, - 4.498, + 4.504, 931, - 2.271, + 2.25, 939, - 1.912, + 1.918, 985, - 2.819, + 2.828, 987, - 2.053, + 2.06, 1002, - 1.912, + 1.918, 1007, - 3.285, + 3.29, 1025, - 1.525, + 1.53, 1040, - 3.569, + 3.579, 1055, - 2.201, + 2.209, 1114, - 6.047, + 6.055, 1129, - 3.311, + 3.323, 1141, - 2.349, + 2.357, 1158, - 3.78, + 3.787, 1172, - 1.956, + 1.962, 1219, - 5.709, + 5.717, 1250, - 3.352, + 3.361, 1264, - 2.542, + 2.551, 1296, - 1.438, + 1.443, 1304, - 2.271, + 2.279, 1324, - 2.003, + 2.01, 1379, - 1.796, + 1.784, 1403, - 1.832, + 1.838, 1479, - 2.271, + 2.279, 1492, - 2.393, + 2.401, 1532, - 3.847, + 3.857, 1579, - 2.819, + 2.828, 1599, - 3.77, + 3.78, 1617, - 3.019, + 3.03, 1628, - 4.926, + 4.928, 1682, - 2.439, + 2.447, 1713, - 4.66, + 4.668, 1821, - 3.019, + 3.03, 1878, - 4.608, + 4.618, 1931, - 3.216, + 3.224, 2175, - 2.542, + 2.551, 2180, - 2.542, + 2.551, 2182, - 5.013, + 5.019, 2189, - 2.138, + 2.145, 2308, - 2.666, + 2.675, 2479, - 3.149, + 3.16, 2506, - 2.393, + 2.401, 2507, - 3.569, + 3.579, 2508, - 3.859, + 3.872, 2509, - 7.114, + 7.118, 2510, - 3.859, + 3.872, 2511, - 3.311, + 3.323, 2512, - 3.311, + 3.323, 2513, - 3.311, + 3.323, 2514, - 2.109, + 2.116, 2515, - 5.965, + 5.981, 2516, - 2.738, + 2.747, 2517, - 2.911, + 2.921, 2518, - 3.019, + 3.03, 2519, - 2.911, + 2.921, 2520, - 3.149, + 3.16, 2521, - 3.859, + 3.872, 2522, - 3.019, + 3.03, 2523, - 3.149, + 3.16, 2524, - 6.512, + 6.52, 2525, - 7.611, + 7.623, 2526, - 3.859, + 3.872, 2527, - 3.859, + 3.872, 2528, - 3.859, + 3.872, 2529, - 3.859, + 3.872, 2530, - 6.257, + 6.27, 2531, - 3.529, + 3.541, 2532, - 2.489, + 2.497, 2533, - 4.915, + 4.926, 2534, - 3.529, + 3.541, 2535, - 4.5, + 4.512, 2536, - 3.529, + 3.541, 2537, - 5.455, + 5.469, 2538, - 8.204, + 8.219, 2539, - 3.529, + 3.541, 2540, - 3.305, + 3.313, 2541, - 6.668, + 6.682, 2542, - 4.521, + 4.53, 2543, - 5.501, + 5.513, 2544, - 2.489, + 2.497, 2545, - 6.668, + 6.682, 2546, - 2.819, + 2.828, 2547, - 3.149, + 3.16, 2548, - 2.271, + 2.279, 2549, - 5.455, + 5.469, 2550, - 2.235, + 2.243, 2551, - 3.529, + 3.541, 2552, - 3.529, + 3.541, 2553, - 3.311, + 3.323, 2554, - 2.309, + 2.317, 2555, - 2.439, + 2.447, 2556, - 5.455, + 5.469, 2557, - 3.859, + 3.872, 2558, - 2.666, + 2.675, 2559, - 3.311, + 3.323, 2560, - 3.311, + 3.323, 2561, - 3.149 + 3.16 ] ], [ @@ -12905,157 +12905,157 @@ "data/manuals/optimization-memory", [ 0, - 0.909, + 0.91, 1, - 1.897, + 1.9, 2, - 1.878, + 1.881, 3, - 1.947, + 1.95, 4, - 1.947, + 1.95, 5, - 1.957, + 1.96, 6, - 1.957, + 1.96, 7, 1.568, 8, - 2.075, + 2.078, 10, - 1.604, + 1.606, 18, 1.108, 20, 1.464, 30, - 2.803, + 2.807, 38, - 0.824, + 0.825, 42, - 1.347, + 1.349, 46, - 1.352, + 1.354, 47, - 4.932, + 4.935, 57, 1.514, 58, - 5.423, + 5.426, 59, 0.994, 79, - 0.63, + 0.631, 95, - 4.411, + 4.416, 96, - 3.49, + 3.492, 99, - 1.033, + 1.034, 100, - 1.392, + 1.394, 102, - 1.907, + 1.9, 103, - 1.708, + 1.71, 106, - 1.698, + 1.7, 141, - 2.744, + 2.748, 142, - 2.819, + 2.821, 144, - 4.981, + 4.986, 149, - 2.824, + 2.828, 150, - 1.878, + 1.881, 158, - 2.169, + 2.172, 174, - 3.024, + 3.028, 194, - 1.73, + 1.732, 198, - 2.582, + 2.584, 201, - 2.13, + 2.132, 229, - 1.36, + 1.362, 256, - 2.13, + 2.132, 261, - 3.151, + 3.155, 269, - 2.371, + 2.372, 390, - 3.124, + 3.129, 545, - 8.175, + 8.181, 551, - 6.549, + 6.555, 554, - 2.783, + 2.787, 622, - 5.516, + 5.519, 627, - 5.491, + 5.496, 683, - 3.151, + 3.155, 691, - 2.269, + 2.273, 702, - 3.716, + 3.722, 750, - 3.596, + 3.601, 751, - 3.0, + 3.004, 762, - 4.327, + 4.29, 773, - 2.688, + 2.692, 801, - 3.635, + 3.64, 978, - 4.129, + 4.131, 1052, - 3.897, + 3.903, 1146, - 3.205, + 3.21, 1172, - 4.804, + 4.809, 1253, - 4.168, + 4.174, 1291, - 4.438, + 4.445, 1628, - 3.073, + 3.077, 2189, - 4.109, + 4.115, 2228, - 5.803, + 5.812, 2244, - 5.124, + 5.132, 2561, - 6.053, + 6.061, 2562, - 7.152, + 7.159, 2563, - 5.262, + 5.27, 2564, - 7.418, + 7.429, 2565, - 5.0, + 5.007, 2566, - 4.887, + 4.894, 2567, - 6.783, + 6.793, 2568, - 4.687, + 4.694, 2569, - 7.418, + 7.429, 2570, - 7.418 + 7.429 ] ], [ @@ -13069,95 +13069,95 @@ "data/manuals/input-gamepads", [ 7, - 1.615, + 1.616, 18, - 0.776, + 0.777, 20, - 1.143, + 1.144, 46, - 1.227, + 1.228, 79, - 0.73, + 0.731, 99, 0.923, 100, - 1.613, + 1.615, 113, - 1.723, + 1.724, 122, - 2.677, + 2.679, 169, - 1.279, + 1.28, 172, - 3.782, + 3.751, 198, - 2.342, + 2.344, 229, - 1.576, + 1.578, 256, - 1.932, + 1.934, 330, - 2.742, + 2.744, 333, - 2.432, + 2.434, 432, - 6.1, + 6.105, 471, - 2.305, + 2.307, 600, - 4.125, + 4.128, 601, - 3.115, + 3.118, 602, - 3.477, + 3.48, 603, - 3.592, + 3.595, 604, - 4.357, + 4.361, 605, - 4.904, + 4.908, 647, - 4.98, + 4.984, 753, - 7.373, + 7.377, 890, - 4.462, + 4.466, 948, - 3.397, + 3.4, 1131, - 4.26, + 4.263, 1295, - 3.226, + 3.229, 1769, - 3.962, + 3.965, 1896, - 5.796, + 5.8, 2194, - 4.98, + 4.984, 2571, - 8.599, + 8.606, 2572, - 8.599, + 8.606, 2573, - 8.599, + 8.606, 2574, - 8.599, + 8.606, 2575, - 8.599, + 8.606, 2576, - 8.599, + 8.606, 2577, - 8.599, + 8.606, 2578, - 8.599, + 8.606, 2579, - 6.1, + 6.105, 2580, - 6.486, + 6.492, 2581, - 6.486, + 6.492, 2582, - 4.98 + 4.908 ] ], [ @@ -13175,121 +13175,121 @@ 18, 1.126, 50, - 5.018, + 5.023, 57, - 1.541, + 1.542, 75, - 3.984, + 3.988, 77, - 2.092, + 2.094, 79, 0.911, 95, - 5.606, + 5.608, 122, - 2.82, + 2.823, 132, - 3.112, + 3.115, 142, - 2.693, + 2.696, 212, - 4.989, + 4.992, 218, - 6.426, + 6.433, 250, - 3.499, + 3.503, 251, - 4.174, + 4.178, 300, - 3.829, + 3.836, 302, - 4.904, + 4.912, 303, - 5.214, + 5.223, 304, - 6.514, + 6.52, 305, - 4.003, + 4.01, 307, - 5.246, + 5.252, 315, - 4.285, + 4.293, 316, - 4.368, + 4.376, 477, - 4.775, + 4.783, 1229, - 5.967, + 5.974, 1254, - 6.209, + 6.213, 1526, - 5.049, + 5.057, 2245, - 5.931, + 5.941, 2323, - 6.025, + 6.029, 2409, - 5.64, + 5.65, 2583, - 6.321, + 6.332, 2584, - 5.931, + 5.941, 2585, - 6.321, + 6.332, 2586, - 6.321, + 6.332, 2587, - 5.931, + 5.941, 2588, - 5.931, + 5.941, 2589, - 5.931, + 5.65, 2590, - 5.64, + 5.65, 2591, - 4.659, + 4.667, 2592, - 6.321, + 6.332, 2593, - 6.321, + 6.332, 2594, - 5.64, + 5.65, 2595, - 6.321, + 6.332, 2596, - 6.321, + 6.332, 2597, - 6.615, + 6.623, 2598, - 6.321, + 6.332, 2599, - 6.321, + 6.332, 2600, - 5.931, + 5.941, 2601, - 5.931, + 5.941, 2602, - 5.931, + 5.941, 2603, - 5.64, + 5.65, 2604, - 5.931, + 5.941, 2605, - 6.321, + 6.332, 2606, - 5.931, + 5.941, 2607, - 6.321, + 6.332, 2608, - 6.321, + 6.332, 2609, - 8.282, + 8.292, 2610, - 6.321, + 6.332, 2611, - 6.321, + 6.332, 2612, - 6.321 + 6.332 ] ], [ @@ -13305,1309 +13305,1309 @@ 0, 0.168, 1, - 0.35, + 0.351, 2, - 0.627, + 0.63, 3, - 0.359, + 0.361, 4, - 0.359, - 5, 0.361, + 5, + 0.363, 6, - 0.361, + 0.363, 7, - 1.558, + 1.559, 8, - 1.975, + 1.98, 9, - 0.84, + 0.844, 10, - 2.066, + 2.069, 11, - 0.495, + 0.498, 12, - 0.624, + 0.627, 18, 1.13, 20, - 1.547, + 1.548, 22, - 0.562, + 0.565, 23, - 3.035, + 3.043, 24, - 2.145, + 2.154, 30, - 1.824, + 1.83, 36, - 1.339, + 1.342, 38, - 1.096, + 1.097, 39, - 1.139, + 1.142, 41, - 1.784, + 1.791, 42, - 1.07, + 1.073, 43, - 1.285, + 1.291, 44, - 0.571, + 0.574, 46, - 1.648, + 1.649, 47, - 1.109, + 1.114, 52, - 1.329, + 1.333, 57, - 1.453, + 1.454, 58, - 0.71, + 0.713, 59, 0.988, 60, - 1.761, + 1.765, 62, - 0.819, + 0.823, 66, - 0.882, + 0.886, 67, - 0.685, + 0.688, 69, - 0.643, + 0.646, 72, - 0.455, + 0.457, 73, - 0.792, + 0.796, 74, - 0.864, + 0.868, 75, - 1.493, + 1.499, 77, - 1.872, + 1.875, 78, - 1.099, + 1.104, 79, 0.989, 82, - 0.922, + 0.926, 90, - 1.286, + 1.29, 91, - 1.842, + 1.848, 94, - 1.152, + 1.157, 95, - 0.636, + 0.639, 96, - 1.076, + 1.08, 99, - 1.024, + 1.025, 100, - 1.526, + 1.529, 101, - 1.201, + 1.206, 102, - 1.726, + 1.722, 103, - 0.57, + 0.573, 104, - 1.27, + 1.261, 105, - 0.549, + 0.551, 106, - 1.691, + 1.693, 107, - 1.625, + 1.628, 108, - 0.728, + 0.731, 109, - 1.274, + 1.27, 111, - 0.571, + 0.574, 112, - 1.565, + 1.572, 113, - 1.78, + 1.783, 116, - 1.321, + 1.327, 117, - 1.998, + 2.006, 121, - 1.785, + 1.79, 122, - 2.533, + 2.538, 125, - 1.641, + 1.646, 126, - 1.849, + 1.852, 133, - 1.353, + 1.359, 140, - 0.63, + 0.633, 142, - 0.407, + 0.408, 143, - 0.663, + 0.666, 147, - 1.458, + 1.464, 148, - 1.854, + 1.857, 150, - 0.86, + 0.863, 151, - 0.566, + 0.565, 153, - 2.142, + 2.145, 155, - 0.864, + 0.868, 156, - 0.805, + 0.808, 159, - 0.805, + 0.808, 165, - 0.708, + 0.711, 169, - 1.297, + 1.3, 177, - 1.039, + 1.043, 178, - 0.923, + 0.927, 182, - 0.728, + 0.731, 185, - 4.098, + 4.105, 194, - 0.985, + 0.988, 196, - 0.856, + 0.86, 197, - 1.432, + 1.437, 198, - 1.135, + 1.139, 199, - 1.061, + 1.066, 201, - 1.212, + 1.216, 202, - 1.362, + 1.358, 207, - 1.13, + 1.134, 210, - 1.002, + 1.006, 211, - 0.612, + 0.615, 212, - 3.124, + 3.132, 226, - 0.945, + 0.948, 229, - 1.683, + 1.686, 230, - 1.68, + 1.686, 231, - 1.811, + 1.817, 232, - 0.901, + 0.905, 234, - 0.78, + 0.784, 236, - 1.701, + 1.708, 239, - 1.089, + 1.094, 240, - 1.675, + 1.68, 241, - 1.261, + 1.265, 249, - 1.188, + 1.193, 250, - 3.432, + 3.438, 251, - 0.63, + 0.633, 254, - 0.901, + 0.905, 256, - 1.656, + 1.66, 257, - 0.54, + 0.543, 260, - 0.835, + 0.838, 261, - 1.442, + 1.448, 263, - 1.443, + 1.448, 266, - 2.395, + 2.402, 268, - 0.693, + 0.696, 269, - 1.602, + 1.606, 273, - 1.951, + 1.955, 274, - 0.805, + 0.808, 275, - 2.125, + 2.134, 282, - 0.677, + 0.681, 289, - 0.818, + 0.822, 290, - 1.878, + 1.885, 292, - 1.454, + 1.46, 294, - 0.78, + 0.784, 297, - 1.757, + 1.765, 304, - 0.882, + 0.886, 311, - 4.329, + 4.341, 313, - 0.536, + 0.539, 314, - 3.411, + 3.42, 316, - 0.864, + 0.868, 320, - 0.818, + 0.822, 325, - 1.031, + 1.036, 327, - 0.945, + 0.949, 332, - 1.13, + 1.134, 333, - 0.7, + 0.704, 334, - 0.757, + 0.761, 341, - 1.201, + 1.193, 342, - 3.007, + 3.015, 345, - 1.646, + 1.652, 353, - 1.362, + 1.357, 354, - 1.031, + 1.036, 358, - 1.141, + 1.146, 359, - 0.612, + 0.604, 368, - 1.373, + 1.377, 382, - 1.737, + 1.743, 385, - 3.032, + 3.041, 387, - 1.47, + 1.475, 390, - 1.043, + 1.048, 392, - 1.89, + 1.896, 401, - 1.07, + 1.075, 402, - 1.318, + 1.324, 425, - 1.413, + 1.419, 429, - 1.646, + 1.652, 433, - 0.557, + 0.56, 434, - 1.58, + 1.586, 441, - 0.685, + 0.688, 442, - 0.612, + 0.615, 446, - 1.241, + 1.246, 452, - 1.403, + 1.408, 453, - 0.792, + 0.796, 457, - 0.485, + 0.488, 459, - 0.636, + 0.639, 469, - 0.693, + 0.696, 471, - 1.446, + 1.451, 472, - 0.63, + 0.633, 474, - 0.999, + 1.003, 479, - 0.513, + 0.516, 487, - 0.97, + 0.975, 488, - 1.565, + 1.572, 489, - 0.636, + 0.639, 490, - 1.035, + 1.039, 492, - 0.792, + 0.796, 496, - 0.636, + 0.639, 500, - 0.499, + 0.501, 506, - 0.832, + 0.836, 510, - 0.91, + 0.914, 521, - 1.878, + 1.884, 524, - 0.83, + 0.833, 536, - 2.237, + 2.245, 537, - 0.78, + 0.784, 540, - 2.105, + 2.113, 541, - 1.318, + 1.324, 543, - 0.549, + 0.551, 552, - 1.009, + 1.013, 553, - 1.725, + 1.731, 554, - 0.513, + 0.516, 555, - 1.982, + 1.976, 556, - 1.018, + 1.022, 573, - 0.929, + 0.933, 574, - 1.999, + 2.006, 575, - 4.638, + 4.65, 577, - 1.331, + 1.337, 579, - 1.241, + 1.246, 588, - 0.71, + 0.713, 594, - 2.486, + 2.494, 601, - 0.897, + 0.901, 602, - 0.553, + 0.556, 603, - 1.035, + 1.039, 605, - 0.78, + 0.784, 608, - 0.677, + 0.681, 614, - 0.971, + 0.975, 629, - 1.021, + 1.025, 631, - 0.677, + 0.681, 633, - 1.255, + 1.261, 634, - 0.54, + 0.543, 636, - 2.069, + 2.075, 638, - 1.565, + 1.572, 644, - 0.677, + 0.681, 648, - 2.02, + 2.028, 663, - 2.656, + 2.667, 674, - 0.685, + 0.688, 677, - 1.564, + 1.571, 680, - 1.301, + 1.307, 683, - 3.774, + 3.781, 685, - 2.737, + 2.744, 686, - 1.83, + 1.837, 689, - 1.521, + 1.527, 691, - 1.275, + 1.28, 692, - 0.929, + 0.933, 695, - 0.618, + 0.621, 696, - 1.173, + 1.179, 701, - 0.718, + 0.722, 702, - 0.685, + 0.688, 703, - 0.971, + 0.975, 705, - 0.901, + 0.905, 709, - 0.864, + 0.868, 710, - 2.02, + 2.028, 737, - 0.922, + 0.926, 738, - 1.482, + 1.488, 740, - 0.693, + 0.696, 747, - 0.768, + 0.772, 773, - 0.495, + 0.498, 786, - 3.888, + 3.898, 797, - 1.116, + 1.121, 811, - 0.677, + 0.681, 812, - 0.97, + 0.975, 819, - 0.805, + 0.808, 826, - 1.301, + 1.307, 832, - 1.188, + 1.193, 837, - 0.882, + 0.886, 852, - 0.945, + 0.949, 855, - 1.173, + 1.179, 856, - 0.549, + 0.551, 858, - 2.494, + 2.503, 859, - 2.703, + 2.711, 861, - 2.288, + 2.297, 873, - 0.945, + 0.949, 878, - 0.882, + 0.886, 883, - 1.031, + 1.036, 885, - 1.508, + 1.514, 891, - 1.637, + 1.643, 894, - 0.54, + 0.543, 895, - 0.656, + 0.659, 898, - 0.485, + 0.488, 899, - 0.901, + 0.905, 901, - 1.467, + 1.473, 903, - 0.737, + 0.741, 905, - 1.458, + 1.464, 909, - 2.189, + 2.198, 914, - 0.571, + 0.574, 915, - 0.524, + 0.527, 917, - 1.535, + 1.541, 921, - 0.882, + 0.886, 922, - 0.922, + 0.926, 923, - 0.67, + 0.673, 924, - 1.176, + 1.181, 931, - 0.378, + 0.376, 935, - 1.227, + 1.232, 941, - 0.971, + 0.975, 943, - 0.945, + 0.949, 945, - 0.882, + 0.886, 947, - 0.718, + 0.722, 948, - 2.132, + 2.138, 950, - 2.237, + 2.245, 951, - 5.403, + 5.412, 954, - 1.07, + 1.075, 960, - 1.549, + 1.541, 969, - 0.832, + 0.836, 973, - 1.031, + 1.036, 975, - 1.188, + 1.193, 977, - 0.728, + 0.731, 978, - 0.979, + 0.983, 979, - 1.884, + 1.891, 981, - 0.832, + 0.836, 982, - 1.482, + 1.488, 986, - 2.809, + 2.819, 987, - 1.318, + 1.324, 993, - 0.768, + 0.772, 999, - 1.141, + 1.146, 1029, - 1.664, + 1.652, 1034, - 1.302, + 1.307, 1039, - 0.737, + 0.741, 1041, - 0.618, + 0.621, 1042, - 2.237, + 2.245, 1045, - 0.901, + 0.905, 1051, - 0.97, + 0.975, 1064, - 0.67, + 0.673, 1067, - 0.447, + 0.449, 1079, - 1.646, + 1.652, 1094, - 1.868, + 1.877, 1095, - 1.116, + 1.121, 1098, - 3.652, + 3.663, 1104, - 2.337, + 2.343, 1107, - 0.677, + 0.681, 1120, - 0.805, + 0.808, 1126, - 0.685, + 0.681, 1133, - 1.784, + 1.791, 1134, - 1.565, + 1.572, 1144, - 4.203, + 4.212, 1146, - 1.07, + 1.075, 1149, - 1.031, + 1.036, 1155, - 3.708, + 3.716, 1157, - 0.718, + 0.722, 1158, - 3.935, + 3.943, 1167, - 1.938, + 1.946, 1171, - 2.125, + 2.134, 1173, - 0.67, + 0.673, 1180, - 2.948, + 2.957, 1183, - 1.07, + 1.075, 1186, - 0.67, + 0.673, 1188, - 2.042, + 2.05, 1193, - 0.818, + 0.822, 1202, - 0.649, + 0.652, 1228, - 1.632, + 1.639, 1235, - 0.882, + 0.886, 1257, - 2.105, + 2.113, 1272, - 1.099, + 1.104, 1290, - 1.07, + 1.075, 1291, - 0.818, + 0.822, 1295, - 0.513, + 0.516, 1296, - 0.923, + 0.927, 1301, - 1.757, + 1.765, 1304, - 0.805, + 0.808, 1311, - 2.189, + 2.198, 1323, - 0.571, + 0.574, 1361, - 0.901, + 0.905, 1382, - 0.757, + 0.761, 1411, - 1.454, + 1.46, 1420, - 1.07, + 1.075, 1427, - 3.334, + 3.345, 1432, - 0.768, + 0.772, 1447, - 1.116, + 1.121, 1453, - 1.25, + 1.256, 1460, - 0.768, + 0.772, 1463, - 0.832, + 0.836, 1471, - 0.677, + 0.681, 1475, - 0.97, + 0.975, 1479, - 1.998, + 2.006, 1484, - 1.031, + 1.036, 1490, - 1.07, + 1.075, 1492, - 0.848, + 0.852, 1496, - 0.945, + 0.949, 1502, - 1.27, + 1.275, 1541, - 0.737, + 0.741, 1546, - 1.285, + 1.291, 1552, - 1.07, + 1.075, 1558, - 1.536, + 1.542, 1570, - 0.922, + 0.926, 1596, - 1.807, + 1.814, 1624, - 0.999, + 1.003, 1625, - 2.345, + 2.355, 1628, - 0.566, + 0.569, 1629, - 0.612, + 0.615, 1651, - 1.482, + 1.488, 1661, - 0.685, + 0.688, 1662, - 0.601, + 0.604, 1675, - 2.602, + 2.611, 1676, - 0.864, + 0.868, 1679, - 2.746, + 2.756, 1682, - 0.864, + 0.868, 1685, - 1.868, + 1.877, 1687, - 2.105, + 2.113, 1697, - 4.329, + 4.341, 1701, - 3.941, + 3.953, 1715, - 3.576, + 3.589, 1716, - 0.97, + 0.975, 1717, - 1.07, + 1.075, 1720, - 1.07, + 1.075, 1722, - 1.25, + 1.256, 1725, - 0.864, + 0.868, 1727, - 1.116, + 1.121, 1767, - 0.805, + 0.808, 1805, - 1.25, + 1.256, 1819, - 1.07, + 1.075, 1839, - 0.97, + 0.975, 1840, - 0.78, + 0.784, 1841, - 0.792, + 0.796, 1863, - 1.07, + 1.075, 1864, - 0.901, + 0.905, 1871, - 1.646, + 1.652, 1876, - 1.116, + 1.121, 1879, - 5.678, + 5.683, 1884, - 0.581, + 0.584, 1929, - 0.728, + 0.722, 1931, - 1.83, + 1.837, 1952, - 1.25, + 1.256, 1960, - 1.25, + 1.256, 1975, - 0.173, + 0.174, 1979, - 1.508, + 1.514, 1984, - 4.07, + 4.083, 2006, - 1.301, + 1.307, 2086, - 1.809, + 1.817, 2114, - 0.864, + 0.868, 2118, - 1.07, + 1.075, 2122, - 1.031, + 1.036, 2124, - 1.173, + 1.179, 2128, - 1.031, + 1.036, 2164, - 0.591, + 0.594, 2200, - 0.999, + 1.003, 2202, - 1.173, + 1.179, 2212, - 2.125, + 2.134, 2264, - 1.07, + 1.075, 2335, - 0.882, + 0.886, 2346, - 1.458, + 1.464, 2358, - 0.848, + 0.852, 2372, - 1.07, + 1.075, 2373, - 0.864, + 0.868, 2379, - 0.882, + 0.886, 2382, - 6.757, + 6.764, 2383, - 5.925, + 5.934, 2384, - 6.174, + 6.182, 2385, - 7.293, + 7.303, 2387, - 1.031, + 1.036, 2389, - 1.966, + 1.974, 2390, - 1.711, + 1.718, 2420, - 0.922, + 0.926, 2441, - 3.095, + 3.104, 2451, - 1.031, + 1.036, 2495, - 1.938, + 1.946, 2516, - 2.409, + 2.418, 2532, - 0.882, + 0.886, 2540, - 0.757, + 0.761, 2550, - 1.434, + 1.441, 2554, - 0.818, + 0.822, 2580, - 2.561, + 2.571, 2613, - 4.876, + 4.888, 2614, - 1.031, + 1.036, 2615, - 1.367, + 1.374, 2616, - 1.809, + 1.817, 2617, - 1.367, + 1.374, 2618, - 1.367, + 1.374, 2619, - 1.173, + 1.179, 2620, - 1.367, + 1.374, 2621, - 3.525, + 3.537, 2622, - 3.776, + 3.789, 2623, - 2.656, + 2.667, 2624, - 4.827, + 4.843, 2625, - 6.738, + 6.754, 2626, - 2.021, + 2.03, 2627, - 1.173, + 1.179, 2628, - 1.173, + 1.179, 2629, - 4.827, + 4.843, 2630, - 1.031, + 1.036, 2631, - 0.864, + 0.868, 2632, - 1.116, + 1.121, 2633, - 2.475, + 2.483, 2634, - 3.105, + 3.117, 2635, - 4.142, + 4.156, 2636, - 4.414, + 4.428, 2637, - 1.565, + 1.572, 2638, - 2.125, + 2.134, 2639, - 1.116, + 1.121, 2640, - 0.97, + 0.975, 2641, - 1.173, + 1.179, 2642, - 4.168, + 4.183, 2643, - 1.868, + 1.877, 2644, - 1.173, + 1.179, 2645, - 1.809, + 1.817, 2646, - 1.07, + 1.075, 2647, - 0.999, + 1.003, 2648, - 1.173, + 1.179, 2649, - 2.031, + 2.039, 2650, - 1.367, + 1.374, 2651, - 2.477, + 2.488, 2652, - 1.367, + 1.374, 2653, - 1.173, + 1.179, 2654, - 1.367, + 1.374, 2655, - 3.938, + 3.952, 2656, - 1.868, + 1.877, 2657, - 4.141, + 4.151, 2658, - 5.891, + 5.909, 2659, - 1.367, + 1.374, 2660, - 1.367, + 1.374, 2661, - 1.367, + 1.374, 2662, - 1.367, + 1.374, 2663, - 1.367, + 1.374, 2664, - 1.367, + 1.374, 2665, - 1.173, + 1.179, 2666, - 2.913, + 2.925, 2667, - 3.044, + 3.055, 2668, - 1.25, + 1.256, 2669, - 1.367, + 1.374, 2670, - 1.173, + 1.179, 2671, - 1.367, + 1.374, 2672, - 1.367, + 1.374, 2673, - 1.367, + 1.374, 2674, - 8.201, + 8.213, 2675, - 2.021, + 2.03, 2676, - 2.77, + 2.781, 2677, - 2.477, + 2.488, 2678, - 1.938, + 1.946, 2679, - 1.367, + 1.374, 2680, - 1.367, + 1.374, 2681, - 1.173, + 1.179, 2682, - 2.125, + 2.134, 2683, - 0.97, + 0.975, 2684, - 0.805, + 0.808, 2685, - 1.367, + 1.374, 2686, - 5.065, + 5.078, 2687, - 1.25, + 1.256, 2688, - 1.367, + 1.374, 2689, - 1.367, + 1.374, 2690, - 1.966, + 1.974, 2691, - 3.261, + 3.272, 2692, - 1.809, + 1.817, 2693, - 1.367, + 1.374, 2694, - 1.367, + 1.374, 2695, - 1.173, + 1.179, 2696, - 5.891, + 5.909, 2697, - 1.07, + 1.075, 2698, - 1.25, + 1.256, 2699, - 1.173, + 1.179, 2700, - 0.999, + 1.003, 2701, - 1.173, + 1.179, 2702, - 1.367, + 1.374, 2703, - 1.25, + 1.256, 2704, - 1.367, + 1.374, 2705, - 2.477, + 2.488, 2706, - 1.367, + 1.374, 2707, - 1.938, + 1.946, 2708, - 1.25, + 1.256, 2709, - 0.922, + 0.926, 2710, - 1.173, + 1.179, 2711, - 1.367, + 1.374, 2712, - 1.367, + 1.374, 2713, - 1.367, + 1.374, 2714, - 5.395, + 5.412, 2715, - 1.25, + 1.256, 2716, - 1.367, + 1.374, 2717, - 0.999, + 1.003, 2718, - 0.97, + 0.975, 2719, - 2.125, + 2.03, 2720, - 3.395, + 3.409, 2721, - 1.25, + 1.256, 2722, - 4.168, + 4.183, 2723, - 2.021, + 2.03, 2724, - 1.367, + 1.374, 2725, - 1.367, + 1.374, 2726, - 2.477, + 2.488, 2727, - 1.367, + 1.374, 2728, - 4.168, + 4.183, 2729, - 1.367, + 1.374, 2730, - 1.367, + 1.374, 2731, - 5.395, + 5.412, 2732, - 2.477, + 2.488, 2733, - 2.477, + 2.488, 2734, - 2.477, + 2.488, 2735, - 1.367, + 1.374, 2736, - 3.032, + 3.041, 2737, - 2.125, + 2.134, 2738, - 4.329, + 4.341, 2739, - 1.25, + 1.256, 2740, - 4.402, + 4.416, 2741, - 4.168, + 4.183, 2742, - 2.477, + 2.488, 2743, - 2.477, + 2.488, 2744, - 3.395, + 3.409, 2745, - 2.477, + 2.488, 2746, - 2.477, + 2.488, 2747, - 2.561, + 2.571, 2748, - 1.173, + 1.179, 2749, - 1.173, + 1.179, 2750, - 0.864, + 0.868, 2751, - 1.367, + 1.374, 2752, - 1.07, + 1.075, 2753, - 1.07, + 1.075, 2754, - 1.367, + 1.374, 2755, - 1.367, + 1.374, 2756, - 3.395, + 3.409, 2757, - 3.811, + 3.825, 2758, - 4.168, + 4.183, 2759, - 1.367, + 1.374, 2760, - 2.477, + 2.488, 2761, - 1.367, + 1.374, 2762, - 2.477, + 2.488, 2763, - 1.367, + 1.374, 2764, - 2.477, + 2.488, 2765, - 1.367, + 1.374, 2766, - 2.265, + 2.275, 2767, - 1.367, + 1.374, 2768, - 1.367, + 1.374, 2769, - 1.367, + 1.374, 2770, - 1.116, + 1.121, 2771, - 2.477, + 2.488, 2772, - 2.477, + 2.488, 2773, - 5.891, + 5.909, 2774, - 3.395, + 3.409, 2775, - 1.335, + 1.341, 2776, - 1.25, + 1.256, 2777, - 1.031, + 1.036, 2778, - 0.901, + 0.905, 2779, - 1.762, + 1.769, 2780, - 2.584, + 2.593, 2781, - 1.367, + 1.374, 2782, - 4.827, + 4.843, 2783, - 0.97, + 0.975, 2784, - 1.367, + 1.374, 2785, - 1.116, + 1.121, 2786, - 1.07, + 1.075, 2787, - 1.116, + 1.121, 2788, - 2.477, + 2.488, 2789, - 2.477, + 2.488, 2790, - 4.827, + 4.843, 2791, - 3.811, + 3.825, 2792, - 2.477, + 2.488, 2793, - 2.477, + 2.488, 2794, - 1.173, + 1.179, 2795, - 1.367, + 1.374, 2796, - 3.395, + 3.409, 2797, - 1.25, + 1.256, 2798, - 1.367, + 1.374, 2799, - 1.031, + 1.036, 2800, - 1.25, + 1.256, 2801, - 0.999, + 1.003, 2802, - 3.395, + 3.409, 2803, - 3.395, + 3.409, 2804, - 1.367, + 1.374, 2805, - 1.367, + 1.374, 2806, - 1.173, + 1.179, 2807, - 1.031, + 1.036, 2808, - 1.116, + 1.121, 2809, - 1.25, + 1.256, 2810, - 1.25, + 1.256, 2811, - 2.477, + 2.488, 2812, - 1.367, + 1.374, 2813, - 2.265, + 2.275, 2814, - 1.173, + 1.179, 2815, - 1.25, + 1.256, 2816, - 1.367, + 1.374, 2817, - 1.367, + 1.374, 2818, - 1.116, + 1.121, 2819, - 1.367, + 1.374, 2820, - 1.367, + 1.374, 2821, - 0.999, + 1.003, 2822, - 0.832, + 0.836, 2823, - 2.265, + 2.275, 2824, - 1.367, + 1.374, 2825, - 1.367 + 1.374 ] ], [ @@ -14621,707 +14621,707 @@ "data/manuals/atlas", [ 0, - 0.336, + 0.338, 1, - 0.702, + 0.705, 2, - 0.695, + 0.698, 3, - 0.72, + 0.723, 4, - 0.72, + 0.723, 5, - 0.724, + 0.727, 6, - 0.724, + 0.727, 7, 1.574, 8, - 0.768, + 0.771, 10, - 1.741, + 1.744, 11, - 0.994, + 0.998, 12, - 1.252, + 1.257, 18, 1.141, 20, - 1.299, + 1.3, 36, - 0.547, + 0.549, 38, - 0.749, + 0.751, 41, - 1.442, + 1.447, 42, - 0.498, + 0.5, 45, - 1.85, + 1.857, 46, - 1.515, + 1.516, 49, - 0.949, + 0.953, 50, - 4.14, + 4.149, 52, - 0.755, + 0.758, 56, - 1.767, + 1.773, 57, - 1.48, + 1.481, 59, - 0.958, + 0.959, 62, - 1.501, + 1.506, 63, - 1.33, + 1.336, 67, - 1.375, + 1.38, 69, - 1.29, + 1.295, 70, - 2.842, + 2.849, 72, - 0.913, + 0.917, 77, - 1.548, + 1.551, 79, - 0.945, + 0.946, 82, - 1.85, + 1.857, 85, - 1.642, + 1.648, 86, - 1.885, + 1.89, 88, - 5.412, + 5.418, 89, - 5.454, + 5.461, 90, - 1.919, + 1.923, 92, - 3.577, + 3.583, 93, - 1.769, + 1.777, 94, - 2.112, + 2.119, 96, - 0.87, + 0.873, 99, - 1.049, + 1.05, 100, - 1.266, + 1.269, 102, - 1.922, + 1.916, 103, - 1.553, + 1.557, 105, - 1.822, + 1.828, 106, - 1.442, + 1.445, 107, - 1.284, + 1.287, 108, - 0.807, + 0.81, 109, - 1.03, + 1.026, 110, - 2.294, + 2.3, 111, - 1.146, + 1.151, 112, - 1.734, + 1.741, 113, - 2.0, + 2.003, 115, - 2.004, + 2.012, 116, - 1.767, + 1.773, 118, - 1.769, + 1.777, 121, - 1.92, + 1.926, 122, - 2.654, + 2.658, 124, - 1.979, + 1.985, 125, - 2.273, + 2.278, 126, - 2.019, + 2.021, 128, - 1.359, + 1.35, 132, - 2.928, + 2.933, 134, - 2.004, + 2.012, 137, - 1.896, + 1.857, 142, - 1.726, + 1.731, 144, - 1.442, + 1.447, 145, - 1.701, + 1.708, 147, - 2.671, + 2.68, 148, - 1.652, + 1.655, 149, - 1.045, + 1.049, 150, - 1.708, + 1.712, 151, - 2.795, + 2.779, 153, - 2.023, + 2.026, 156, - 3.416, + 3.426, 160, - 1.995, + 1.988, 169, - 1.198, + 1.2, 170, - 2.587, + 2.594, 174, - 2.75, + 2.757, 175, - 1.196, + 1.201, 177, - 2.064, + 2.069, 185, - 4.78, + 4.785, 186, - 6.395, + 6.4, 197, - 0.943, + 0.947, 199, - 2.89, + 2.897, 201, - 1.305, + 1.308, 202, - 1.483, + 1.479, 206, - 2.814, + 2.822, 207, - 2.245, + 2.251, 208, - 2.967, + 2.975, 209, - 2.07, + 2.078, 211, - 1.229, + 1.234, 213, - 2.927, + 2.937, 215, - 5.574, + 5.579, 222, - 2.355, + 2.364, 226, - 2.08, + 2.084, 229, - 1.064, + 1.067, 233, - 5.427, + 5.438, 238, - 2.551, + 2.559, 239, - 1.207, + 1.212, 240, - 1.651, + 1.656, 241, - 2.04, + 2.043, 247, - 2.663, + 2.668, 256, - 1.305, + 1.308, 268, - 1.185, + 1.189, 269, - 1.531, + 1.535, 271, - 1.424, + 1.413, 273, - 1.12, + 1.124, 274, - 1.615, + 1.621, 282, - 1.359, + 1.365, 289, - 1.642, + 1.648, 290, - 4.415, + 4.418, 295, - 1.264, + 1.269, 297, - 1.947, + 1.954, 298, - 1.734, + 1.741, 300, - 2.515, + 2.523, 302, - 1.947, + 1.954, 304, - 1.769, + 1.777, 306, - 1.997, + 2.003, 311, - 2.927, + 2.937, 314, - 1.479, + 1.485, 317, - 1.615, + 1.621, 330, - 2.948, + 2.952, 333, - 2.41, + 2.415, 353, - 1.101, + 1.097, 357, - 4.548, + 4.559, 359, - 2.033, + 2.003, 360, - 2.147, + 2.155, 361, - 1.542, + 1.548, 368, - 2.125, + 2.13, 371, - 2.385, + 2.393, 373, - 1.671, + 1.677, 374, - 1.769, + 1.777, 378, - 1.769, + 1.777, 382, - 0.987, + 0.991, 383, - 1.808, + 1.815, 387, - 2.048, + 2.053, 389, - 1.52, + 1.526, 392, - 1.59, + 1.596, 429, - 2.201, + 2.208, 432, - 1.947, + 1.954, 457, - 0.974, + 0.978, 471, - 0.736, + 0.738, 477, - 3.136, + 3.146, 483, - 1.808, + 1.815, 492, - 1.589, + 1.596, 498, - 2.07, + 2.078, 500, - 3.475, + 3.48, 505, - 4.129, + 4.137, 510, - 1.668, + 1.673, 511, - 1.46, + 1.466, 513, - 1.424, + 1.43, 516, - 1.479, + 1.485, 519, - 2.355, + 2.364, 520, - 2.509, + 2.519, 521, - 0.955, + 0.959, 524, - 3.096, + 3.101, 550, - 1.277, + 1.282, 553, - 0.981, + 0.985, 555, - 0.859, + 0.858, 556, - 1.128, + 1.132, 561, - 1.84, + 1.845, 568, - 4.79, + 4.798, 570, - 1.947, + 1.954, 573, - 1.03, + 1.034, 583, - 1.701, + 1.708, 588, - 1.424, + 1.43, 591, - 1.808, + 1.815, 594, - 2.675, + 2.683, 601, - 0.994, + 0.998, 603, - 2.818, + 2.825, 629, - 0.825, + 0.828, 631, - 1.359, + 1.365, 634, - 2.666, + 2.672, 636, - 1.741, + 1.746, 644, - 1.359, + 1.365, 676, - 2.072, + 2.079, 678, - 3.06, + 3.07, 681, - 3.662, + 3.67, 691, - 1.776, + 1.781, 692, - 1.03, + 1.034, 701, - 1.442, + 1.447, 702, - 1.375, + 1.38, 710, - 1.33, + 1.336, 724, - 2.716, + 2.725, 728, - 2.845, + 2.853, 740, - 1.391, + 1.396, 759, - 4.351, + 4.361, 765, - 2.034, + 2.04, 783, - 2.239, + 2.248, 784, - 2.004, + 2.012, 795, - 1.769, + 1.777, 807, - 1.589, + 1.596, 831, - 1.642, + 1.648, 832, - 1.316, + 1.322, 848, - 2.876, + 2.884, 877, - 1.85, + 1.815, 898, - 2.061, + 2.067, 923, - 1.345, + 1.35, 935, - 4.416, + 4.423, 938, - 1.734, + 1.741, 943, - 1.896, + 1.903, 945, - 1.769, + 1.777, 946, - 3.316, + 3.327, 959, - 3.089, + 3.098, 979, - 4.417, + 4.423, 980, - 1.769, + 1.777, 981, - 1.671, + 1.677, 994, - 3.22, + 3.231, 995, - 1.734, + 1.741, 999, - 1.264, + 1.269, 1019, - 1.716, + 1.721, 1029, - 1.345, + 1.336, 1126, - 2.909, + 2.884, 1131, - 2.876, + 2.884, 1132, - 3.551, + 3.563, 1146, - 2.915, + 2.923, 1150, - 3.263, + 3.272, 1153, - 1.29, + 1.295, 1155, - 2.814, + 2.822, 1172, - 1.391, + 1.396, 1202, - 2.155, + 2.162, 1218, - 1.947, + 1.954, 1221, - 1.359, + 1.365, 1226, - 1.565, + 1.571, 1284, - 1.769, + 1.777, 1286, - 1.947, + 1.954, 1339, - 2.07, + 2.078, 1354, - 3.316, + 3.327, 1411, - 1.176, + 1.18, 1413, - 2.764, + 2.773, 1471, - 2.249, + 2.256, 1495, - 1.52, + 1.526, 1513, - 2.239, + 2.248, 1552, - 2.147, + 2.155, 1557, - 1.642, + 1.648, 1627, - 1.947, + 1.954, 1629, - 1.229, + 1.234, 1648, - 1.565, + 1.571, 1655, - 1.442, + 1.447, 1675, - 1.479, + 1.485, 1683, - 2.239, + 2.248, 1793, - 2.927, + 2.937, 1825, - 2.239, + 2.248, 1879, - 1.391, + 1.396, 1882, - 1.218, + 1.223, 1884, - 1.928, + 1.935, 1890, - 1.589, + 1.596, 1894, - 1.808, + 1.815, 1968, - 1.46, + 1.466, 1969, - 2.004, + 2.012, 2042, - 1.52, + 1.526, 2057, - 1.734, + 1.741, 2087, - 1.734, + 1.741, 2089, - 1.542, + 1.548, 2121, - 1.615, + 1.621, 2154, - 2.239, + 2.248, 2164, - 1.186, + 1.19, 2180, - 1.808, + 1.815, 2188, - 2.004, + 2.012, 2236, - 5.284, + 5.293, 2319, - 2.355, + 2.364, 2383, - 1.701, + 1.708, 2420, - 3.06, + 3.07, 2472, - 1.85, + 1.857, 2474, - 3.424, + 3.436, 2475, - 3.424, + 3.436, 2493, - 2.147, + 2.155, 2554, - 2.716, + 2.725, 2676, - 2.239, + 2.248, 2776, - 2.509, + 2.519, 2826, - 2.744, + 2.755, 2827, - 2.239, + 2.248, 2828, - 2.744, + 2.755, 2829, - 2.744, + 2.755, 2830, - 2.744, + 2.755, 2831, - 2.07, + 2.078, 2832, - 2.509, + 2.519, 2833, - 2.509, + 2.519, 2834, - 2.07, + 2.078, 2835, - 2.355, + 2.364, 2836, - 2.147, + 2.155, 2837, - 4.264, + 4.274, 2838, - 2.355, + 2.364, 2839, - 4.151, + 4.165, 2840, - 2.509, + 2.519, 2841, - 2.744, + 2.755, 2842, - 5.505, + 5.519, 2843, - 2.744, + 2.755, 2844, - 2.744, + 2.755, 2845, - 2.744, + 2.755, 2846, - 2.744, + 2.755, 2847, - 2.509, + 2.519, 2848, - 2.239, + 2.248, 2849, - 2.744, + 2.755, 2850, - 3.424, + 3.436, 2851, - 4.38, + 4.392, 2852, - 3.316, + 3.327, 2853, - 2.744, + 2.755, 2854, - 1.769, + 1.777, 2855, - 2.147, + 2.155, 2856, - 2.744, + 2.755, 2857, - 2.744, + 2.755, 2858, - 2.744, + 2.755, 2859, - 2.509, + 2.519, 2860, - 2.744, + 2.755, 2861, - 2.744, + 2.755, 2862, - 2.509, + 2.519, 2863, - 2.147, + 2.155, 2864, - 2.744, + 2.755, 2865, - 2.744, + 2.755, 2866, - 2.355, + 2.364, 2867, - 2.509, + 2.519, 2868, - 4.151, + 4.165, 2869, - 2.239, + 2.248, 2870, - 2.744, + 2.755, 2871, - 1.565, + 1.571, 2872, - 3.22, + 3.231, 2873, - 3.895, + 3.908, 2874, - 2.004, + 2.012, 2875, - 1.671, + 1.677, 2876, - 3.136, + 3.146, 2877, - 3.424, + 3.436, 2878, - 4.786, + 4.798, 2879, - 5.505, + 5.519, 2880, - 2.744, + 2.755, 2881, - 2.744, + 2.755, 2882, - 4.54, + 4.555, 2883, - 2.744, + 2.755, 2884, - 4.151, + 4.165, 2885, - 2.07, + 2.078, 2886, - 3.316, + 3.327, 2887, - 2.509, + 2.519, 2888, - 3.424, + 3.436, 2889, - 2.355, + 2.364, 2890, - 2.509, + 2.519, 2891, - 2.744, + 2.755, 2892, - 4.54, + 4.555, 2893, - 2.509, + 2.519, 2894, - 2.509, + 2.519, 2895, - 2.509, + 2.519, 2896, - 2.355, + 2.364, 2897, - 2.004, + 2.012, 2898, - 2.744, + 2.755, 2899, - 4.54, + 4.555, 2900, - 2.509, + 2.519, 2901, - 2.744 + 2.755 ] ], [ @@ -15335,459 +15335,459 @@ "data/manuals/gui-layouts", [ 0, - 0.466, + 0.467, 1, - 3.12, + 3.121, 2, - 0.963, + 0.966, 3, - 0.998, + 1.002, 4, - 0.998, + 1.002, 5, - 1.003, + 1.007, 6, - 1.003, + 1.007, 7, 1.451, 8, - 1.064, + 1.068, 9, - 2.0, + 2.006, 10, - 2.102, + 2.105, 17, - 2.563, + 2.572, 18, - 1.141, + 1.142, 20, - 1.485, + 1.486, 23, - 1.719, + 1.725, 36, - 1.757, + 1.76, 38, - 0.655, + 0.657, 44, - 2.463, + 2.47, 46, - 1.555, + 1.557, 47, - 4.502, + 4.507, 48, - 4.184, + 4.193, 50, - 2.107, + 2.114, 52, - 1.623, + 1.628, 54, - 1.805, + 1.812, 57, - 1.374, + 1.375, 58, - 4.837, + 4.844, 59, - 0.997, + 0.998, 60, - 1.058, + 1.062, 65, - 2.505, + 2.514, 66, - 3.803, + 3.813, 68, - 3.103, + 3.114, 70, - 1.602, + 1.607, 72, - 1.266, + 1.27, 73, - 2.202, + 2.21, 77, - 1.221, + 1.225, 79, 1.004, 84, - 3.487, + 3.494, 85, - 6.174, + 6.181, 86, - 2.861, + 2.865, 87, - 6.351, + 6.358, 90, - 1.722, + 1.726, 91, - 1.298, + 1.303, 92, - 3.266, + 3.272, 95, - 4.099, + 4.106, 97, - 2.353, + 2.358, 99, 1.039, 100, - 1.107, + 1.11, 102, - 1.857, + 1.852, 103, - 2.028, + 2.032, 106, - 1.578, + 1.58, 107, - 1.549, + 1.552, 108, - 2.74, + 2.744, 110, - 3.481, + 3.486, 113, - 1.182, + 1.185, 122, - 1.836, + 1.841, 125, - 1.794, + 1.799, 126, - 1.616, + 1.619, 127, - 3.975, + 3.986, 134, - 2.778, + 2.787, 137, - 2.627, + 2.572, 141, - 2.673, + 2.678, 146, - 3.54, + 3.548, 148, - 1.807, + 1.81, 151, - 1.575, + 1.568, 153, - 2.393, + 2.395, 160, - 1.744, + 1.738, 165, - 1.686, + 1.691, 167, - 2.385, + 2.392, 169, - 1.495, + 1.497, 170, - 1.458, + 1.463, 175, - 3.149, + 3.156, 177, - 2.695, + 2.7, 178, - 3.033, + 3.038, 194, - 1.076, + 1.079, 196, - 1.315, + 1.319, 197, - 2.026, + 2.032, 198, - 2.399, + 2.403, 201, - 1.325, + 1.329, 203, - 2.05, + 2.057, 206, - 2.859, + 2.867, 207, - 2.404, + 2.41, 208, - 3.177, + 3.184, 210, - 2.385, + 2.392, 226, - 1.641, + 1.645, 229, - 1.492, + 1.495, 230, - 1.324, + 1.328, 237, - 1.752, + 1.758, 239, - 1.673, + 1.678, 251, - 2.718, + 2.725, 254, - 6.406, + 6.414, 256, - 1.325, + 1.329, 257, - 3.481, + 3.486, 261, - 1.615, + 1.621, 263, - 1.137, + 1.141, 268, - 2.256, + 2.257, 269, - 1.847, + 1.85, 274, - 2.238, + 2.245, 280, - 1.491, + 1.496, 288, - 3.895, + 3.903, 309, - 2.238, + 2.245, 332, - 2.932, + 2.937, 333, - 1.075, + 1.079, 378, - 2.452, + 2.461, 380, - 1.35, + 1.355, 387, - 1.341, + 1.346, 396, - 7.189, + 7.2, 398, - 7.189, + 7.2, 402, - 2.023, + 2.03, 403, - 4.184, + 4.195, 404, - 3.727, + 3.737, 416, - 2.778, + 2.787, 429, - 2.859, + 2.867, 456, - 4.388, + 4.396, 463, - 2.563, + 2.572, 471, - 1.019, + 1.023, 472, - 1.752, + 1.758, 479, - 1.427, + 1.432, 490, - 1.588, + 1.594, 492, - 2.202, + 2.21, 494, - 3.477, + 3.489, 515, - 2.358, + 2.366, 521, - 1.324, + 1.328, 552, - 2.42, + 2.425, 555, - 1.191, + 1.188, 579, - 1.905, + 1.912, 592, - 2.452, + 2.461, 594, - 2.718, + 2.725, 600, - 1.824, + 1.83, 601, - 1.378, + 1.383, 602, - 1.538, + 1.543, 603, - 1.588, + 1.594, 604, - 1.927, + 1.934, 636, - 1.458, + 1.463, 689, - 1.703, + 1.709, 691, - 1.163, + 1.167, 696, - 5.061, + 5.074, 713, - 2.023, + 2.005, 738, - 2.275, + 2.283, 751, - 1.538, + 1.543, 771, - 1.769, + 1.776, 826, - 1.998, + 2.005, 834, - 3.579, + 3.587, 861, - 2.563, + 2.572, 898, - 1.35, + 1.355, 924, - 1.805, + 1.812, 944, - 1.95, + 1.957, 978, - 1.503, + 1.508, 987, - 2.023, + 2.03, 999, - 1.752, + 1.758, 1019, - 3.329, + 3.335, 1025, - 3.481, + 3.486, 1120, - 2.238, + 2.245, 1133, - 1.998, + 2.005, 1208, - 3.59, + 3.6, 1213, - 4.449, + 4.461, 1216, - 2.05, + 2.03, 1223, - 2.563, + 2.572, 1245, - 2.563, + 2.572, 1259, - 3.727, + 3.737, 1307, - 2.358, + 2.323, 1322, - 1.95, + 1.957, 1345, - 3.477, + 3.489, 1404, - 2.869, + 2.879, 1413, - 3.59, + 3.6, 1424, - 3.103, + 3.114, 1496, - 2.627, + 2.636, 1502, - 1.95, + 1.957, 1507, - 3.656, + 3.666, 1560, - 2.505, + 2.514, 1583, - 4.812, + 4.825, 1602, - 1.863, + 1.87, 1604, - 1.998, + 2.005, 1607, - 3.416, + 3.425, 1608, - 5.271, + 5.279, 1609, - 2.202, + 2.21, 1640, - 2.975, + 2.985, 1649, - 1.998, + 2.005, 1675, - 3.179, + 3.188, 1687, - 2.358, + 2.366, 1693, - 2.563, + 2.572, 1724, - 1.805, + 1.812, 1779, - 3.263, + 3.274, 1842, - 3.477, + 3.489, 1843, - 3.477, + 3.489, 1890, - 3.416, + 3.425, 1906, - 4.074, + 4.085, 1936, - 3.267, + 3.276, 1984, - 4.449, + 4.461, 2013, - 2.627, + 2.636, 2027, - 4.364, + 4.371, 2155, - 6.271, + 6.278, 2259, - 5.45, + 5.462, 2261, - 2.137, + 2.144, 2507, - 2.275, + 2.283, 2540, - 3.267, + 3.276, 2831, - 4.449, + 4.461, 2832, - 5.393, + 5.407, 2871, - 2.169, + 2.176, 2902, - 5.45, + 5.462, 2903, - 3.803, + 3.816, 2904, - 3.103, + 3.114, 2905, - 3.477, + 3.489, 2906, - 3.803, + 3.816, 2907, - 2.975, + 2.985, 2908, - 4.991, + 5.002, 2909, - 3.803, + 3.816, 2910, - 3.803, + 3.816, 2911, - 3.803, + 3.816, 2912, - 3.803, + 3.816, 2913, - 3.477, + 3.489, 2914, - 9.191, + 9.201, 2915, - 4.614, + 4.626, 2916, - 3.727, + 3.737, 2917, - 3.803, + 3.816, 2918, - 2.869, + 2.879, 2919, - 3.803, + 3.816, 2920, - 3.803, + 3.816, 2921, - 5.898, + 5.914, 2922, - 3.803, + 3.816, 2923, - 3.803, + 3.816, 2924, - 6.606, + 6.621, 2925, - 2.452, + 2.461, 2926, - 5.898, + 5.914, 2927, - 5.898, + 5.914, 2928, - 2.698, + 2.707, 2929, - 3.803, + 3.816, 2930, - 3.263 + 3.274 ] ], [ @@ -15801,117 +15801,117 @@ "data/manuals/optimization", [ 0, - 1.008, + 1.009, 1, - 2.104, + 2.106, 2, - 2.082, + 2.084, 3, - 2.159, + 2.161, 4, - 2.159, + 2.161, 5, - 2.17, + 2.172, 6, - 2.17, + 2.172, 7, 1.519, 10, - 2.187, + 2.188, 18, 1.103, 20, - 1.456, + 1.457, 57, - 1.401, + 1.402, 59, 0.989, 66, - 5.303, + 5.309, 77, - 2.095, + 2.096, 79, - 0.859, + 0.86, 100, - 1.543, + 1.545, 109, - 3.086, + 3.067, 121, - 3.623, + 3.625, 132, - 2.826, + 2.828, 145, - 5.099, + 5.104, 148, - 2.247, + 2.248, 153, - 2.593, + 2.594, 169, - 1.224, + 1.225, 194, - 1.999, + 2.0, 229, - 1.508, + 1.509, 268, - 1.679, + 1.681, 368, - 2.339, + 2.341, 390, - 4.614, + 4.616, 442, - 3.684, + 3.687, 457, - 3.591, + 3.593, 551, - 5.681, + 5.687, 608, - 4.074, + 4.079, 622, - 4.903, + 4.906, 642, - 4.168, + 4.172, 703, - 3.225, + 3.228, 1047, - 4.802, + 4.805, 1095, - 6.711, + 6.718, 1153, - 3.865, + 3.869, 1220, - 5.099, + 5.104, 1324, - 4.268, + 4.272, 1773, - 5.418, + 5.424, 1804, - 4.852, + 4.855, 1841, - 4.763, + 4.768, 1864, - 5.418, + 5.424, 2078, - 5.197, + 5.203, 2122, - 6.204, + 6.211, 2189, - 5.603, + 5.607, 2192, - 5.681, + 5.687, 2931, - 7.521, + 7.528, 2932, - 8.224, + 8.233, 2933, - 6.711, + 6.718, 2934, - 6.711, + 6.718, 2935, - 7.057, + 7.064, 2936, - 8.224, + 8.233, 2937, - 8.224 + 8.233 ] ], [ @@ -15925,875 +15925,875 @@ "data/manuals/ios", [ 7, - 1.544, + 1.545, 8, - 2.713, + 2.717, 10, - 1.219, + 1.223, 12, - 2.163, + 2.17, 18, 1.13, 20, - 1.265, + 1.267, 23, - 0.94, + 0.944, 36, - 1.71, + 1.713, 38, - 1.185, + 1.186, 39, - 0.758, + 0.761, 42, - 1.5, + 1.503, 43, - 1.864, + 1.871, 44, - 1.979, + 1.986, 46, - 1.545, + 1.546, 49, - 1.639, + 1.644, 56, - 1.398, + 1.403, 57, - 1.097, + 1.099, 59, 1.055, 60, - 1.938, + 1.943, 62, - 0.688, + 0.691, 67, - 1.042, + 1.047, 70, - 1.512, + 1.518, 72, - 0.692, + 0.695, 76, - 1.107, + 1.112, 77, - 1.634, + 1.638, 78, - 1.594, + 1.6, 79, - 0.926, + 0.927, 90, - 0.856, + 0.859, 91, - 3.415, + 3.42, 96, - 1.138, + 1.142, 99, - 1.068, + 1.069, 100, - 1.307, + 1.31, 102, - 0.923, + 0.922, 103, - 2.096, + 2.099, 105, - 0.835, + 0.838, 106, - 1.01, + 1.013, 107, - 1.774, + 1.777, 108, - 0.611, + 0.614, 110, - 1.872, + 1.879, 113, - 1.654, + 1.658, 116, - 0.809, + 0.813, 119, - 1.82, + 1.827, 124, - 0.907, + 0.911, 126, - 1.566, + 1.569, 142, - 1.409, + 1.414, 148, - 1.953, + 1.956, 149, - 2.423, + 2.43, 150, - 1.763, + 1.768, 153, - 2.677, + 2.678, 158, - 1.05, + 1.054, 160, - 0.615, + 0.614, 169, - 1.036, + 1.039, 170, - 0.798, + 0.801, 177, - 1.948, + 1.953, 194, - 1.162, + 1.165, 196, - 1.639, + 1.644, 197, - 1.938, + 1.943, 198, - 3.175, + 3.177, 199, - 0.891, + 0.895, 201, - 0.467, + 0.469, 202, - 0.679, + 0.678, 206, - 4.293, + 4.3, 207, - 1.577, + 1.582, 208, - 4.265, + 4.271, 211, - 2.122, + 2.129, 226, - 2.533, + 2.537, 228, - 0.883, + 0.88, 229, - 1.745, + 1.748, 230, - 1.25, + 1.255, 231, - 1.347, + 1.352, 236, - 2.374, + 2.382, 238, - 1.169, + 1.174, 240, - 1.021, + 1.025, 241, - 1.896, + 1.899, 246, - 3.122, + 3.132, 247, - 1.865, + 1.871, 250, - 0.803, + 0.807, 253, - 2.825, + 2.834, 256, - 1.773, + 1.777, 257, - 0.822, + 0.825, 260, - 0.701, + 0.704, 268, - 1.611, + 1.615, 269, - 2.16, + 2.163, 273, - 1.392, + 1.396, 280, - 0.816, + 0.819, 285, - 1.608, + 1.614, 290, - 2.71, + 2.717, 298, - 1.314, + 1.32, 306, - 1.579, + 1.585, 313, - 3.569, + 3.575, 323, - 2.149, + 2.157, 333, - 1.34, + 1.345, 342, - 0.932, + 0.936, 350, - 1.244, + 1.25, 353, - 1.441, + 1.435, 361, - 1.169, + 1.174, 368, - 1.348, + 1.352, 380, - 2.002, + 2.008, 382, - 1.292, + 1.297, 387, - 1.266, + 1.271, 390, - 0.876, + 0.88, 392, - 1.976, + 1.982, 411, - 1.079, + 1.084, 441, - 1.799, + 1.806, 446, - 1.042, + 1.047, 449, - 1.244, + 1.25, 452, - 2.401, + 2.405, 454, - 1.43, + 1.435, 456, - 1.936, + 1.943, 457, - 2.26, + 2.266, 464, - 2.809, + 2.82, 471, - 1.27, + 1.274, 472, - 0.958, + 0.963, 473, - 0.915, + 0.919, 500, - 0.759, + 0.762, 505, - 1.841, + 1.848, 510, - 0.764, + 0.767, 511, - 1.107, + 1.112, 521, - 1.25, + 1.255, 536, - 1.37, + 1.376, 546, - 1.121, + 1.126, 547, - 1.224, + 1.229, 548, - 1.37, + 1.376, 550, - 0.968, + 0.972, 552, - 0.618, + 0.621, 553, - 1.284, + 1.288, 554, - 0.78, + 0.784, 555, - 1.125, + 1.122, 561, - 1.502, + 1.507, 573, - 0.78, + 0.784, 588, - 1.864, + 1.871, 590, - 1.488, + 1.493, 591, - 1.37, + 1.376, 592, - 4.105, + 4.116, 594, - 2.599, + 2.606, 600, - 0.998, + 1.002, 601, - 1.301, + 1.306, 602, - 1.452, + 1.458, 603, - 0.869, + 0.873, 604, - 1.054, + 1.059, 605, - 1.186, + 1.191, 614, - 0.816, + 0.819, 623, - 3.502, + 3.509, 633, - 3.226, + 3.235, 634, - 0.822, + 0.825, 636, - 1.377, + 1.382, 640, - 1.476, + 1.482, 642, - 4.996, + 5.002, 643, - 1.569, + 1.576, 646, - 1.054, + 1.059, 648, - 1.008, + 1.013, 649, - 1.244, + 1.25, 656, - 1.314, + 1.32, 672, - 1.671, + 1.661, 674, - 1.799, + 1.806, 675, - 0.798, + 0.801, 676, - 2.163, + 2.17, 679, - 0.932, + 0.936, 681, - 1.019, + 1.024, 683, - 2.704, + 2.711, 689, - 0.932, + 0.936, 691, - 1.45, + 1.455, 694, - 1.519, + 1.526, 698, - 1.785, + 1.792, 699, - 5.032, + 5.043, 701, - 2.963, + 2.972, 702, - 1.042, + 1.047, 710, - 1.741, + 1.747, 744, - 1.008, + 1.013, 746, - 1.437, + 1.443, 750, - 2.297, + 2.305, 751, - 2.575, + 2.582, 759, - 1.341, + 1.347, 762, - 2.163, + 2.149, 765, - 0.729, + 0.732, 771, - 2.962, + 2.97, 773, - 1.717, + 1.723, 774, - 0.94, + 0.944, 801, - 2.322, + 2.33, 831, - 1.244, + 1.25, 834, - 1.03, + 1.035, 844, - 1.785, + 1.792, 848, - 1.03, + 1.035, 854, - 1.152, + 1.157, 878, - 1.341, + 1.347, 890, - 3.874, + 3.883, 902, - 3.631, + 3.641, 905, - 1.224, + 1.229, 910, - 1.911, + 1.918, 911, - 1.152, + 1.157, 915, - 0.798, + 0.801, 922, - 1.402, + 1.408, 924, - 2.25, + 2.257, 932, - 1.476, + 1.482, 934, - 1.476, + 1.482, 935, - 1.779, + 1.786, 941, - 0.816, + 0.819, 975, - 0.998, + 1.002, 980, - 1.341, + 1.347, 984, - 1.569, + 1.576, 999, - 0.958, + 0.963, 1043, - 2.437, + 2.444, 1053, - 2.548, + 2.557, 1078, - 1.569, + 1.576, 1079, - 1.008, + 1.013, 1101, - 1.224, + 1.229, 1104, - 1.963, + 1.969, 1134, - 1.314, + 1.32, 1143, - 4.814, + 4.825, 1146, - 2.048, + 2.054, 1152, - 1.519, + 1.526, 1162, - 2.548, + 2.557, 1166, - 1.205, + 1.21, 1214, - 3.362, + 3.373, 1224, - 0.998, + 1.002, 1248, - 1.314, + 1.32, 1270, - 2.809, + 2.82, 1273, - 1.224, + 1.229, 1283, - 2.589, + 2.598, 1284, - 2.316, + 2.324, 1287, - 2.548, + 2.557, 1289, - 1.289, + 1.295, 1322, - 2.43, + 2.438, 1329, - 1.244, + 1.25, 1340, - 1.476, + 1.482, 1363, - 3.707, + 3.72, 1382, - 1.152, + 1.157, 1404, - 1.569, + 1.576, 1411, - 0.891, + 0.895, 1412, - 2.42, + 2.43, 1416, - 1.437, + 1.443, 1428, - 1.962, + 1.969, 1432, - 2.018, + 2.026, 1465, - 0.734, + 0.737, 1543, - 1.224, + 1.229, 1544, - 1.289, + 1.295, 1548, - 1.936, + 1.943, 1557, - 1.244, + 1.25, 1573, - 1.785, + 1.792, 1615, - 2.93, + 2.941, 1638, - 1.314, + 1.32, 1649, - 1.093, + 1.098, 1655, - 1.093, + 1.098, 1672, - 1.121, + 1.126, 1686, - 1.569, + 1.576, 1767, - 1.224, + 1.229, 1769, - 4.954, + 4.959, 1804, - 0.998, + 1.002, 1807, - 2.273, + 2.281, 1840, - 1.186, + 1.191, 1841, - 3.687, + 3.697, 1871, - 1.741, + 1.747, 1882, - 0.923, + 0.927, 1911, - 1.066, + 1.071, 1920, - 5.003, + 5.008, 1933, - 3.001, + 3.01, 1955, - 1.476, + 1.482, 1961, - 5.391, + 5.4, 1968, - 1.107, + 1.112, 1973, - 2.149, + 2.157, 1975, - 0.807, + 0.809, 1976, - 1.902, + 1.91, 1989, - 1.186, + 1.191, 1993, - 3.801, + 3.813, 2006, - 1.093, + 1.098, 2026, - 2.366, + 2.375, 2027, - 5.192, + 5.198, 2029, - 2.623, + 2.633, 2031, - 3.707, + 3.72, 2053, - 4.412, + 4.425, 2096, - 1.152, + 1.157, 2106, - 1.785, + 1.792, 2155, - 3.056, + 3.066, 2158, - 1.402, + 1.408, 2169, - 1.402, + 1.408, 2190, - 1.205, + 1.21, 2191, - 1.437, + 1.443, 2193, - 1.697, + 1.705, 2196, - 2.93, + 2.941, 2244, - 2.481, + 2.49, 2249, - 2.42, + 2.43, 2260, - 1.519, + 1.526, 2268, - 1.911, + 1.918, 2330, - 2.366, + 2.375, 2360, - 4.024, + 4.033, 2379, - 1.341, + 1.347, 2434, - 1.476, + 1.482, 2435, - 1.697, + 1.705, 2440, - 1.008, + 1.013, 2448, - 2.366, + 2.375, 2496, - 1.569, + 1.576, 2533, - 1.402, + 1.408, 2579, - 2.548, + 2.557, 2640, - 3.362, + 3.373, 2649, - 2.149, + 2.157, 2657, - 1.169, + 1.174, 2692, - 1.519, + 1.526, 2707, - 1.627, + 1.634, 2717, - 3.461, + 3.473, 2750, - 1.314, + 1.32, 2775, - 1.121, + 1.126, 2842, - 1.697, + 1.705, 2938, - 6.368, + 6.384, 2939, - 1.785, + 1.792, 2940, - 2.08, + 2.089, 2941, - 6.994, + 7.003, 2942, - 4.333, + 4.348, 2943, - 4.739, + 4.754, 2944, - 3.707, + 3.72, 2945, - 1.902, + 1.91, 2946, - 1.902, + 1.91, 2947, - 1.785, + 1.792, 2948, - 1.785, + 1.792, 2949, - 3.284, + 3.296, 2950, - 1.569, + 1.576, 2951, - 1.627, + 1.634, 2952, - 1.936, + 1.943, 2953, - 2.481, + 2.49, 2954, - 2.42, + 2.43, 2955, - 1.186, + 1.191, 2956, - 4.694, + 4.706, 2957, - 2.809, + 2.82, 2958, - 1.902, + 1.91, 2959, - 4.839, + 4.854, 2960, - 3.591, + 3.605, 2961, - 1.519, + 1.526, 2962, - 4.803, + 4.815, 2963, - 1.785, + 1.792, 2964, - 1.697, + 1.705, 2965, - 1.785, + 1.792, 2966, - 2.08, + 2.089, 2967, - 1.37, + 1.376, 2968, - 2.08, + 2.089, 2969, - 1.569, + 1.576, 2970, - 4.739, + 4.754, 2971, - 1.569, + 1.576, 2972, - 2.08, + 2.089, 2973, - 1.697, + 1.705, 2974, - 1.627, + 1.634, 2975, - 1.697, + 1.705, 2976, - 1.785, + 1.792, 2977, - 5.822, + 5.837, 2978, - 1.476, + 1.482, 2979, - 3.591, + 3.605, 2980, - 4.739, + 4.754, 2981, - 3.896, + 3.908, 2982, - 8.257, + 8.273, 2983, - 1.902, + 1.91, 2984, - 1.902, + 1.91, 2985, - 2.709, + 2.719, 2986, - 1.697, + 1.705, 2987, - 2.08, + 2.089, 2988, - 1.902, + 1.91, 2989, - 6.771, + 6.785, 2990, - 5.157, + 5.173, 2991, - 3.575, + 3.587, 2992, - 4.739, + 4.754, 2993, - 2.08, + 2.089, 2994, - 1.37, + 1.376, 2995, - 3.591, + 3.605, 2996, - 2.08, + 2.089, 2997, - 1.697, + 1.705, 2998, - 2.709, + 2.719, 2999, - 4.803, + 4.815, 3000, - 2.809, + 2.82, 3001, - 3.081, + 3.093, 3002, - 2.08, + 2.089, 3003, - 2.08, + 2.089, 3004, - 4.739, + 4.754, 3005, - 2.08, + 2.089, 3006, - 1.519, + 1.526, 3007, - 2.08, + 2.089, 3008, - 3.081, + 3.093, 3009, - 3.591, + 3.605, 3010, - 2.08, + 2.089, 3011, - 2.08, + 2.089, 3012, - 2.08, + 2.089, 3013, - 2.08, + 2.089, 3014, - 1.627, + 1.634, 3015, - 2.08, + 2.089, 3016, - 2.08, + 2.089, 3017, - 6.366, + 6.383, 3018, - 2.08, + 2.089, 3019, - 2.08, + 2.089, 3020, - 1.785, + 1.792, 3021, - 1.289, + 1.295, 3022, - 1.697, + 1.705, 3023, - 2.08, + 2.089, 3024, - 2.08, + 2.089, 3025, - 2.08, + 2.089, 3026, - 4.739, + 4.754, 3027, - 2.08, + 2.089, 3028, - 2.08, + 2.089, 3029, - 1.785, + 1.792, 3030, - 1.697, + 1.705, 3031, - 5.157, + 5.173, 3032, - 5.64, + 5.657, 3033, - 3.591, + 3.605, 3034, - 3.591, + 3.605, 3035, - 2.08, + 2.089, 3036, - 1.902, + 1.91, 3037, - 1.697, + 1.705, 3038, - 1.902, + 1.91, 3039, - 6.964, + 6.981, 3040, - 3.284, + 3.296, 3041, - 1.902, + 1.91, 3042, - 2.08, + 2.089, 3043, - 4.412, + 4.425, 3044, - 2.08, + 2.089, 3045, - 2.08, + 2.089, 3046, - 1.627, + 1.634, 3047, - 2.93, + 2.941, 3048, - 4.739, + 4.754, 3049, - 2.08, + 2.089, 3050, - 3.591, + 3.605, 3051, - 1.902, + 1.91, 3052, - 1.902, + 1.91, 3053, - 2.08, + 2.089, 3054, - 2.08, + 2.089, 3055, - 1.697, + 1.705, 3056, - 2.08, + 2.089, 3057, - 1.437, + 1.443, 3058, - 2.08, + 2.089, 3059, - 1.476, + 1.482, 3060, - 3.591, + 3.605, 3061, - 2.08, + 2.089, 3062, - 2.08, + 2.089, 3063, - 2.08, + 2.089, 3064, - 1.785, + 1.792, 3065, - 2.08, + 2.089, 3066, - 1.902, + 1.91, 3067, - 1.627, + 1.634, 3068, - 2.08, + 2.089, 3069, - 1.902, + 1.91, 3070, - 2.08 + 2.089 ] ], [ @@ -16807,595 +16807,595 @@ "data/manuals/optimization-speed", [ 0, - 0.423, + 0.424, 1, - 0.883, + 0.886, 2, - 0.874, + 0.877, 3, - 0.906, + 0.909, 4, - 0.906, + 0.909, 5, - 0.911, + 0.914, 6, - 0.911, + 0.914, 7, - 1.498, + 1.499, 9, - 1.171, + 1.175, 10, - 1.935, + 1.938, 18, 1.087, 20, - 1.331, + 1.332, 28, - 1.674, + 1.68, 30, - 2.565, + 2.571, 36, - 2.087, + 2.089, 38, - 0.994, + 0.996, 42, - 0.627, + 0.629, 44, - 1.442, + 1.447, 46, - 1.541, + 1.542, 48, - 3.166, + 3.176, 52, - 1.505, + 1.509, 55, - 1.656, + 1.662, 57, - 1.416, + 1.417, 59, 0.999, 66, - 2.226, + 2.234, 67, - 3.401, + 3.409, 77, - 2.074, + 2.076, 79, - 0.999, + 1.0, 84, - 1.479, + 1.484, 86, - 1.121, + 1.125, 96, - 1.733, + 1.738, 97, - 2.433, + 2.437, 99, - 1.034, + 1.035, 100, - 1.825, + 1.827, 102, - 1.985, + 1.979, 103, - 1.563, + 1.567, 104, - 1.77, + 1.756, 106, - 1.507, + 1.51, 107, - 1.85, + 1.853, 108, - 1.015, + 1.019, 109, - 2.897, + 2.882, 121, - 1.142, + 1.146, 122, - 1.075, + 1.079, 125, - 1.05, + 1.054, 126, - 1.93, + 1.933, 135, - 3.931, + 3.941, 140, - 1.591, + 1.597, 143, - 1.674, + 1.68, 148, - 2.184, + 2.186, 150, - 0.874, + 0.877, 153, - 2.374, + 2.377, 158, - 1.598, + 1.603, 160, - 2.007, + 2.0, 165, - 2.208, + 2.212, 166, - 1.623, + 1.628, 167, - 3.122, + 3.129, 169, - 1.149, + 1.151, 170, - 2.603, + 2.609, 178, - 3.623, + 3.628, 194, - 1.827, + 1.829, 198, - 1.849, + 1.853, 201, - 1.891, + 1.894, 202, - 1.128, + 1.125, 207, - 2.8, + 2.805, 209, - 2.604, + 2.614, 226, - 0.961, + 0.964, 229, - 1.543, + 1.545, 230, - 1.202, + 1.206, 237, - 1.591, + 1.597, 241, - 1.171, + 1.174, 250, - 1.334, + 1.338, 256, - 1.891, + 1.894, 257, - 1.364, + 1.369, 266, - 1.532, + 1.538, 268, - 2.174, + 2.176, 269, - 1.241, + 1.244, 281, - 2.14, + 2.148, 289, - 3.271, + 3.281, 317, - 2.032, + 2.039, 353, - 3.098, + 3.08, 380, - 1.226, + 1.23, 390, - 2.303, + 2.309, 391, - 2.14, + 2.148, 392, - 1.21, + 1.214, 400, - 2.327, + 2.335, 411, - 1.792, + 1.798, 429, - 4.339, + 4.345, 434, - 1.606, + 1.612, 446, - 1.73, + 1.736, 452, - 1.973, + 1.978, 457, - 1.226, + 1.23, 459, - 1.606, + 1.612, 463, - 3.685, + 3.696, 465, - 2.962, + 2.973, 471, - 0.925, + 0.929, 473, - 1.518, + 1.524, 489, - 1.606, + 1.612, 500, - 1.26, + 1.264, 504, - 3.913, + 3.876, 511, - 2.909, + 2.918, 521, - 1.202, + 1.206, 524, - 3.257, + 3.261, 543, - 1.385, + 1.39, 545, - 2.701, + 2.711, 546, - 2.947, + 2.956, 550, - 1.606, + 1.612, 551, - 6.917, + 6.925, 552, - 1.026, + 1.03, 554, - 2.051, + 2.057, 555, - 2.126, + 2.119, 563, - 3.455, + 3.399, 567, - 1.792, + 1.798, 581, - 1.861, + 1.868, 590, - 1.43, + 1.435, 596, - 4.218, + 4.227, 608, - 4.168, + 4.176, 619, - 2.604, + 2.531, 629, - 2.041, + 2.046, 636, - 2.961, + 2.967, 676, - 2.495, + 2.502, 685, - 1.407, + 1.412, 687, - 3.217, + 3.227, 690, - 2.182, + 2.19, 702, - 3.401, + 3.409, 703, - 1.354, + 1.359, 737, - 2.327, + 2.335, 738, - 2.066, + 2.073, 746, - 2.385, + 2.394, 765, - 3.407, + 3.411, 775, - 1.913, + 1.919, 799, - 4.133, + 4.142, 834, - 1.71, + 1.717, 849, - 3.013, + 3.02, 873, - 2.385, + 2.394, 894, - 1.364, + 1.369, 907, - 2.274, + 2.283, 914, - 1.442, + 1.447, 921, - 2.226, + 2.234, 926, - 2.522, + 2.531, 931, - 2.137, + 2.118, 947, - 1.814, + 1.82, 948, - 1.364, + 1.369, 960, - 1.576, + 1.566, 975, - 1.656, + 1.662, 978, - 1.364, + 1.369, 999, - 1.591, + 1.597, 1002, - 1.71, + 1.717, 1007, - 2.948, + 2.953, 1010, - 2.247, + 2.253, 1011, - 2.226, + 2.234, 1019, - 4.135, + 4.138, 1025, - 3.705, + 3.71, 1028, - 2.701, + 2.711, 1071, - 1.969, + 1.947, 1081, - 3.329, + 3.338, 1104, - 2.687, + 2.693, 1146, - 2.933, + 2.94, 1153, - 4.407, + 4.413, 1167, - 4.277, + 4.29, 1170, - 2.701, + 2.711, 1173, - 1.692, + 1.698, 1180, - 1.886, + 1.893, 1221, - 1.71, + 1.717, 1224, - 1.656, + 1.662, 1226, - 1.969, + 1.976, 1235, - 2.226, + 2.234, 1279, - 2.066, + 2.073, 1298, - 4.29, + 4.3, 1305, - 2.604, + 2.614, 1314, - 4.575, + 4.586, 1323, - 1.442, + 1.447, 1324, - 1.792, + 1.798, 1343, - 1.913, + 1.919, 1379, - 1.606, + 1.597, 1432, - 3.072, + 3.081, 1451, - 3.157, + 3.168, 1465, - 2.723, + 2.728, 1495, - 1.913, + 1.919, 1499, - 2.066, + 2.073, 1504, - 2.817, + 2.827, 1507, - 3.39, + 3.399, 1514, - 2.604, + 2.614, 1545, - 2.701, + 2.711, 1560, - 3.602, + 3.612, 1574, - 2.102, + 2.109, 1579, - 6.146, + 6.157, 1592, - 2.449, + 2.458, 1594, - 4.403, + 4.412, 1602, - 1.692, + 1.698, 1607, - 3.166, + 3.176, 1608, - 5.355, + 5.363, 1609, - 5.183, + 5.192, 1622, - 6.35, + 6.359, 1623, - 5.333, + 5.344, 1628, - 1.43, + 1.435, 1641, - 3.157, + 3.168, 1662, - 1.518, + 1.524, 1666, - 4.787, + 4.796, 1685, - 2.604, + 2.614, 1700, - 2.701, + 2.711, 1813, - 2.449, + 2.458, 1821, - 2.701, + 2.711, 1841, - 3.166, + 3.176, 1858, - 4.472, + 4.483, 1866, - 3.118, + 3.127, 1868, - 3.526, + 3.536, 1871, - 1.674, + 1.68, 1872, - 3.329, + 3.338, 1874, - 2.032, + 2.039, 1879, - 2.771, + 2.779, 1884, - 2.322, + 2.329, 1895, - 2.182, + 2.19, 1902, - 2.274, + 2.283, 1928, - 2.947, + 2.956, 1968, - 2.909, + 2.918, 1991, - 2.522, + 2.531, 2002, - 2.701, + 2.711, 2077, - 6.625, + 6.638, 2079, - 3.157, + 3.168, 2084, - 2.226, + 2.234, 2096, - 3.029, + 3.038, 2101, - 2.14, + 2.148, 2110, - 2.817, + 2.827, 2180, - 3.602, + 3.612, 2220, - 4.061, + 4.071, 2235, - 3.157, + 3.168, 2357, - 2.701, + 2.711, 2373, - 2.182, + 2.19, 2384, - 3.39, + 3.399, 2385, - 2.604, + 2.614, 2532, - 2.226, + 2.234, 2548, - 2.032, + 2.039, 2558, - 2.385, + 2.394, 2566, - 2.274, + 2.283, 2631, - 3.455, + 3.465, 2646, - 2.701, + 2.711, 2747, - 4.124, + 4.136, 2813, - 3.157, + 3.168, 2821, - 2.522, + 2.531, 2851, - 2.604, + 2.614, 2925, - 4.377, + 4.388, 3071, - 3.685, + 3.696, 3072, - 3.452, + 3.465, 3073, - 4.124, + 4.136, 3074, - 2.385, + 2.394, 3075, - 3.157, + 3.168, 3076, - 3.452, + 3.465, 3077, - 3.157, + 3.168, 3078, - 2.701, + 2.711, 3079, - 2.522, + 2.531, 3080, - 3.157, + 3.168, 3081, - 3.157, + 3.168, 3082, - 3.157, + 3.168, 3083, - 3.157, + 3.168, 3084, - 2.385, + 2.394, 3085, - 2.962, + 2.973, 3086, - 3.452, + 3.465, 3087, - 2.226, + 2.234, 3088, - 4.124, + 4.136, 3089, - 3.452, + 3.465, 3090, - 2.962, + 2.973, 3091, - 3.452, + 3.465, 3092, - 2.701, + 2.711, 3093, - 2.817, + 2.827, 3094, - 3.777, + 3.788, 3095, - 3.157, + 3.168, 3096, - 2.962, + 2.973, 3097, - 7.721, + 7.736, 3098, - 7.721, + 7.736, 3099, - 7.721, + 7.736, 3100, - 7.721, + 7.736, 3101, - 3.157, + 3.168, 3102, - 3.452, + 3.465, 3103, - 3.452, + 3.465, 3104, - 2.817, + 2.827, 3105, - 5.311, + 5.323, 3106, - 6.207, + 6.222, 3107, - 2.385, + 2.394, 3108, - 3.993, + 4.005, 3109, - 5.467, + 5.483, 3110, - 3.452, + 3.465, 3111, - 2.962, + 2.973, 3112, - 3.452, + 3.465, 3113, - 5.825, + 5.839, 3114, - 3.452, + 3.465, 3115, - 2.962, + 2.973, 3116, - 3.452, + 3.465, 3117, - 4.124, + 4.136, 3118, - 2.604, + 2.614, 3119, - 3.452, + 3.465, 3120, - 5.311, + 5.323, 3121, - 2.701, + 2.711, 3122, - 3.452, + 3.465, 3123, - 3.157, + 3.168, 3124, - 4.689 + 4.7 ] ], [ @@ -17439,43 +17439,43 @@ 0, 1.175, 1, - 2.453, + 2.454, 2, - 2.428, + 2.429, 3, - 2.517, + 2.518, 4, - 2.517, + 2.518, 5, - 2.53, + 2.531, 6, - 2.53, + 2.531, 7, 1.468, 18, - 0.865, + 0.866, 59, - 0.865, + 0.866, 108, - 2.819, + 2.82, 126, - 1.903, + 1.904, 148, - 1.967, + 1.968, 149, - 3.65, + 3.652, 150, - 2.428, + 2.429, 151, - 3.973, + 3.942, 368, - 2.727, + 2.728, 762, - 4.377, + 4.337, 1041, - 4.335, + 4.337, 2885, - 7.234 + 7.236 ] ], [ @@ -17489,105 +17489,105 @@ "data/manuals/editor-templates", [ 0, - 1.024, + 1.025, 1, - 2.137, + 2.14, 2, - 2.116, + 2.118, 3, - 2.193, + 2.196, 4, - 2.193, + 2.196, 5, - 2.205, + 2.207, 6, - 2.205, + 2.207, 7, - 1.538, + 1.539, 8, - 3.086, + 3.087, 18, 1.037, 36, - 1.666, + 1.668, 39, - 1.764, + 1.766, 42, - 2.087, + 2.088, 46, - 1.681, + 1.682, 79, - 0.937, + 0.938, 91, - 3.487, + 3.489, 99, 0.907, 110, - 4.036, + 4.038, 153, - 1.896, + 1.898, 169, - 1.243, + 1.244, 177, - 3.125, + 3.127, 197, - 2.871, + 2.874, 198, - 2.782, + 2.783, 225, - 5.633, + 5.638, 226, - 2.842, + 2.844, 229, - 2.022, + 2.023, 236, - 5.526, + 5.529, 341, - 4.051, + 4.012, 561, - 2.649, + 2.651, 629, - 2.513, + 2.515, 675, - 3.204, + 3.207, 793, - 3.888, + 3.892, 891, - 2.834, + 2.837, 915, - 3.917, + 3.919, 1212, - 6.819, + 6.825, 1319, - 7.171, + 7.177, 1774, - 4.235, + 4.239, 1989, - 4.766, + 4.771, 1997, - 4.766, + 4.771, 1999, - 4.629, + 4.634, 2010, - 6.819, + 6.825, 2164, - 3.611, + 3.614, 2346, - 6.011, + 6.014, 2403, - 7.246, + 7.25, 3125, - 11.031, + 11.036, 3126, - 8.357, + 8.365, 3127, - 8.357, + 8.365, 3128, - 8.357, + 8.365, 3129, - 8.357, + 8.365, 3130, - 8.357 + 8.365 ] ], [ @@ -17601,461 +17601,461 @@ "data/manuals/writing-code", [ 0, - 0.535, + 0.537, 1, - 1.118, + 1.121, 2, - 1.993, + 1.997, 3, - 1.147, + 1.151, 4, - 1.147, + 1.151, 5, - 1.153, + 1.157, 6, - 1.153, + 1.157, 7, 1.568, 8, - 2.202, + 2.206, 10, - 1.418, + 1.421, 12, - 1.994, + 2.001, 18, 1.109, 20, - 1.163, + 1.164, 30, - 1.652, + 1.657, 36, - 0.871, + 0.874, 38, 1.264, 41, - 2.296, + 2.303, 42, - 2.104, + 2.105, 46, - 1.561, + 1.562, 49, - 3.841, + 3.844, 52, - 1.203, + 1.207, 56, - 1.701, + 1.706, 57, - 1.199, + 1.201, 59, 1.003, 60, - 1.216, + 1.22, 61, - 2.709, + 2.718, 62, - 1.445, + 1.45, 65, - 2.879, + 2.888, 72, - 2.183, + 2.188, 77, - 1.63, + 1.633, 78, - 1.94, + 1.946, 79, - 0.867, + 0.868, 91, - 1.492, + 1.496, 94, - 2.033, + 2.04, 97, - 2.529, + 2.533, 99, - 1.043, + 1.044, 102, - 1.124, + 1.121, 103, - 1.812, + 1.816, 106, - 1.763, + 1.765, 107, - 1.665, + 1.667, 108, - 1.285, + 1.289, 109, - 2.461, + 2.449, 113, - 1.314, + 1.317, 119, - 2.215, + 2.222, 121, - 1.445, + 1.45, 125, - 1.329, + 1.334, 126, - 0.867, + 0.87, 141, - 1.617, + 1.622, 148, - 1.615, + 1.618, 149, - 1.664, + 1.669, 150, - 2.585, + 2.587, 151, - 1.81, + 1.801, 153, - 2.383, + 2.385, 160, - 3.45, + 3.433, 169, - 1.519, + 1.52, 174, - 1.781, + 1.787, 194, - 1.197, + 1.199, 197, - 2.253, + 2.258, 198, - 1.19, + 1.194, 201, - 1.474, + 1.477, 226, - 1.216, + 1.22, 229, - 1.604, + 1.606, 230, - 2.283, + 2.288, 231, - 3.517, + 3.522, 240, - 1.865, + 1.869, 241, - 1.686, + 1.689, 256, - 1.966, + 1.969, 260, - 1.473, + 1.477, 269, - 1.786, + 1.789, 270, - 3.192, + 3.202, 273, - 1.943, + 1.947, 285, - 2.937, + 2.944, 290, - 1.701, + 1.706, 337, - 2.762, + 2.77, 350, - 2.615, + 2.623, 380, - 2.328, + 2.334, 382, - 2.36, + 2.366, 425, - 2.492, + 2.5, 433, - 2.673, + 2.68, 472, - 2.014, + 2.02, 510, - 1.605, + 1.61, 552, - 2.34, + 2.345, 554, - 2.461, + 2.466, 583, - 2.709, + 2.718, 608, - 2.165, + 2.172, 614, - 1.714, + 1.719, 629, - 2.631, + 2.635, 637, - 2.818, + 2.827, 675, - 2.515, + 2.521, 680, - 2.296, + 2.303, 685, - 1.781, + 1.787, 687, - 2.572, + 2.58, 688, - 3.1, + 3.11, 690, - 2.762, + 2.77, 691, - 1.337, + 1.341, 694, - 3.192, + 3.202, 695, - 1.976, + 1.982, 706, - 3.192, + 3.202, 710, - 2.118, + 2.125, 718, - 3.019, + 3.028, 735, - 3.146, + 3.153, 749, - 3.583, + 3.591, 752, - 3.022, + 3.029, 758, - 2.911, + 2.917, 771, - 3.052, + 3.059, 773, - 2.376, + 2.382, 778, - 3.75, + 3.762, 797, - 3.566, + 3.577, 801, - 3.213, + 3.221, 808, - 2.325, + 2.333, 809, - 2.456, + 2.464, 826, - 2.296, + 2.303, 831, - 2.615, + 2.623, 895, - 2.096, + 2.103, 899, - 5.763, + 5.772, 911, - 2.421, + 2.429, 941, - 2.572, + 2.578, 947, - 3.446, + 3.454, 960, - 1.994, + 1.982, 977, - 3.489, + 3.498, 996, - 3.323, + 3.331, 997, - 3.192, + 3.202, 1028, - 3.419, + 3.43, 1029, - 2.141, + 2.125, 1034, - 3.018, + 3.024, 1047, - 3.737, + 3.744, 1052, - 3.446, + 3.454, 1060, - 3.685, + 3.694, 1064, - 2.141, + 2.148, 1066, - 3.43, + 3.436, 1067, - 2.142, + 2.147, 1079, - 4.241, + 4.247, 1104, - 4.155, + 4.156, 1105, - 4.32, + 4.331, 1132, - 3.419, + 3.43, 1155, - 2.118, + 2.125, 1161, - 3.566, + 3.577, 1166, - 2.531, + 2.539, 1253, - 2.456, + 2.464, 1272, - 1.94, + 1.946, 1286, - 3.1, + 3.11, 1289, - 2.709, + 2.718, 1323, - 1.825, + 1.831, 1332, - 1.767, + 1.773, 1385, - 3.1, + 3.11, 1403, - 2.075, + 2.081, 1432, - 3.685, + 3.694, 1441, - 3.192, + 3.202, 1460, - 2.456, + 2.464, 1495, - 3.633, + 3.642, 1532, - 2.818, + 2.827, 1546, - 2.268, + 2.275, 1596, - 4.188, + 4.196, 1638, - 2.762, + 2.77, 1658, - 3.1, + 3.11, 1716, - 3.1, + 3.11, 1770, - 5.326, + 5.334, 1804, - 3.146, + 3.153, 1832, - 3.996, + 4.009, 1840, - 2.492, + 2.5, 1841, - 2.531, + 2.539, 1848, - 2.762, + 2.77, 1865, - 3.996, + 4.009, 1866, - 2.492, + 2.5, 1882, - 2.911, + 2.917, 1884, - 1.856, + 1.862, 1929, - 2.325, + 2.303, 1936, - 2.421, + 2.429, 1948, - 3.489, + 3.498, 1961, - 2.661, + 2.669, 1962, - 3.192, + 3.202, 1977, - 7.198, + 7.212, 1993, - 2.946, + 2.955, 1994, - 4.79, + 4.801, 2008, - 3.566, + 3.577, 2026, - 2.879, + 2.888, 2030, - 2.946, + 2.955, 2049, - 2.762, + 2.77, 2085, - 3.566, + 3.577, 2121, - 2.572, + 2.58, 2244, - 3.019, + 3.028, 2352, - 3.297, + 3.307, 2389, - 2.531, + 2.539, 2408, - 3.996, + 4.009, 2433, - 2.615, + 2.623, 2455, - 3.419, + 3.43, 2497, - 3.75, + 3.762, 2787, - 5.351, + 5.364, 2836, - 3.419, + 3.43, 2916, - 2.762, + 2.77, 2985, - 3.297, + 3.307, 3087, - 2.818, + 2.827, 3131, - 3.566, + 3.577, 3132, - 3.996, + 4.009, 3133, - 3.996, + 4.009, 3134, - 2.615, + 2.623, 3135, - 4.37, + 4.384, 3136, - 4.37, + 4.384, 3137, - 4.37, + 4.384, 3138, - 6.558, + 6.573, 3139, - 3.297, + 3.307, 3140, - 3.019, + 3.028, 3141, - 3.419, + 3.43, 3142, - 3.996, + 4.009, 3143, - 4.37, + 4.384, 3144, - 2.946, + 2.955, 3145, - 6.558, + 6.573, 3146, - 3.996, + 4.009, 3147, - 6.558, + 6.573, 3148, - 3.996, + 4.009, 3149, - 4.37, + 4.384, 3150, - 6.558, + 6.573, 3151, - 4.37, + 4.384, 3152, - 4.37, + 4.384, 3153, - 7.872, + 7.886, 3154, - 4.37, + 4.384, 3155, - 5.997, + 6.011, 3156, - 4.37, + 4.384, 3157, - 4.37, + 4.384, 3158, - 3.996, + 4.009, 3159, - 3.419, + 3.43, 3160, - 6.754, + 6.767, 3161, - 2.879, + 2.888, 3162, - 4.37, + 4.384, 3163, - 6.558, + 6.573, 3164, - 4.37, + 4.384, 3165, - 3.566, + 3.577, 3166, - 3.566 + 3.577 ] ], [ @@ -18069,39 +18069,39 @@ "data/manuals/linux", [ 0, - 1.18, + 1.181, 1, - 2.464, + 2.465, 2, - 2.439, + 2.44, 3, 2.529, 4, 2.529, 5, - 2.542, + 2.543, 6, - 2.542, + 2.543, 7, 1.511, 8, - 2.695, + 2.696, 12, - 4.397, + 4.398, 18, - 0.869, + 0.87, 57, 1.233, 683, - 4.092, + 4.093, 751, - 3.896, + 3.897, 932, - 6.835, + 6.837, 934, - 6.835, + 6.837, 3167, - 9.634 + 9.637 ] ], [ @@ -18115,773 +18115,773 @@ "data/manuals/bob", [ 0, - 0.304, + 0.305, 1, - 0.635, + 0.637, 2, - 0.628, + 0.631, 3, - 0.651, + 0.654, 4, - 0.651, + 0.654, 5, - 0.655, + 0.658, 6, - 0.655, + 0.658, 7, 1.527, 8, - 1.977, + 1.982, 10, - 1.168, + 1.172, 12, - 2.466, + 2.474, 18, 1.088, 20, - 1.376, + 1.378, 22, - 1.716, + 1.722, 36, - 1.527, + 1.53, 38, - 0.904, + 0.906, 39, - 0.524, + 0.526, 42, - 1.716, + 1.718, 43, - 1.288, + 1.293, 46, - 1.348, + 1.35, 52, - 1.487, + 1.492, 54, - 1.178, + 1.183, 56, - 2.103, + 2.109, 57, - 1.325, + 1.326, 59, - 0.984, + 0.985, 61, - 1.539, + 1.545, 70, - 1.045, + 1.05, 77, - 1.686, + 1.689, 79, 0.919, 86, - 3.068, + 3.072, 90, - 0.592, + 0.594, 91, - 2.614, + 2.619, 94, - 2.514, + 2.522, 99, - 1.028, + 1.029, 100, - 0.783, + 0.786, 102, - 1.073, + 1.072, 103, - 1.968, + 1.972, 106, - 0.968, + 0.971, 107, - 1.028, + 1.031, 110, - 0.981, + 0.985, 111, - 1.037, + 1.041, 113, - 1.416, + 1.419, 125, - 0.755, + 0.758, 126, - 0.829, + 0.832, 141, - 1.999, + 2.005, 142, - 0.738, + 0.741, 144, - 2.193, + 2.201, 148, - 0.856, + 0.859, 150, - 1.057, + 1.061, 153, - 2.018, + 2.021, 157, - 1.673, + 1.68, 158, - 0.726, + 0.729, 160, - 2.089, + 2.083, 169, - 1.323, + 1.325, 172, - 3.581, + 3.556, 174, - 3.746, + 3.752, 185, - 3.321, + 3.329, 194, - 0.762, + 0.764, 197, - 1.434, + 1.439, 201, - 1.588, + 1.592, 202, - 1.364, + 1.36, 207, - 0.826, + 0.829, 208, - 1.092, + 1.096, 216, - 0.981, + 0.985, 226, - 1.162, + 1.166, 229, - 0.991, + 0.994, 231, - 2.377, + 2.384, 236, - 2.092, + 2.099, 239, - 1.836, + 1.843, 241, - 0.531, + 0.534, 246, - 2.75, + 2.76, 247, - 1.787, + 1.793, 253, - 1.243, + 1.249, 256, - 2.487, + 2.489, 257, - 0.981, + 0.985, 261, - 1.773, + 1.78, 263, - 1.616, + 1.621, 266, - 1.853, + 1.859, 268, - 1.745, + 1.748, 269, - 1.604, + 1.607, 285, - 1.112, + 1.116, 288, - 1.338, + 1.344, 292, - 2.714, + 2.721, 295, - 1.924, + 1.931, 306, - 3.911, + 3.918, 313, - 4.557, + 4.56, 332, - 0.826, + 0.829, 333, - 2.966, + 2.969, 342, - 3.983, + 3.99, 345, - 1.203, + 1.208, 380, - 0.881, + 0.885, 382, - 2.543, + 2.549, 387, - 0.875, + 0.879, 390, - 1.045, + 1.05, 392, - 1.893, + 1.899, 471, - 1.119, + 1.123, 491, - 1.942, + 1.95, 524, - 1.398, + 1.403, 541, - 1.321, + 1.326, 552, - 1.884, + 1.889, 561, - 1.713, + 1.718, 573, - 1.567, + 1.572, 588, - 2.167, + 2.174, 602, - 2.185, + 2.192, 603, - 1.744, + 1.75, 615, - 1.321, + 1.326, 620, - 2.167, + 2.174, 623, - 3.137, + 3.144, 629, - 1.256, + 1.26, 636, - 0.952, + 0.956, 642, - 4.788, + 4.794, 646, - 3.88, + 3.888, 649, - 1.485, + 1.491, 650, - 5.044, + 5.055, 660, - 1.485, + 1.491, 661, - 2.13, + 2.139, 680, - 1.304, + 1.309, 683, - 1.054, + 1.059, 685, - 2.881, + 2.888, 690, - 1.568, + 1.575, 703, - 1.637, + 1.643, 711, - 3.233, + 3.243, 715, - 3.329, + 3.338, 721, - 1.942, + 1.95, 738, - 1.485, + 1.491, 744, - 4.455, + 4.462, 751, - 1.004, + 1.008, 762, - 1.133, + 1.127, 774, - 3.461, + 3.469, 777, - 2.13, + 2.139, 784, - 1.813, + 1.82, 808, - 2.221, + 2.229, 809, - 3.972, + 3.981, 810, - 3.407, + 3.419, 824, - 1.942, + 1.95, 848, - 1.23, + 1.235, 849, - 1.102, + 1.106, 852, - 3.733, + 3.744, 856, - 2.542, + 2.549, 861, - 1.673, + 1.68, 877, - 3.642, + 3.571, 878, - 1.6, + 1.607, 885, - 1.511, + 1.517, 891, - 2.149, + 2.155, 895, - 2.003, + 2.01, 911, - 1.375, + 1.381, 915, - 2.072, + 2.078, 924, - 2.565, + 2.573, 938, - 1.568, + 1.575, 941, - 1.637, + 1.643, 948, - 0.981, + 0.985, 996, - 1.258, + 1.263, 1016, - 2.638, + 2.648, 1025, - 0.981, + 0.985, 1032, - 1.356, + 1.362, 1035, - 1.761, + 1.768, 1047, - 3.865, + 3.873, 1066, - 0.973, + 0.977, 1068, - 1.568, + 1.575, 1075, - 3.35, + 3.36, 1079, - 2.619, + 2.627, 1090, - 2.948, + 2.956, 1096, - 1.813, + 1.82, 1103, - 6.622, + 6.63, 1104, - 1.881, + 1.886, 1140, - 1.144, + 1.148, 1172, - 1.258, + 1.263, 1283, - 1.356, + 1.362, 1403, - 1.178, + 1.183, 1411, - 1.789, + 1.795, 1420, - 6.957, + 6.969, 1421, - 1.511, + 1.517, 1427, - 2.884, + 2.894, 1428, - 4.859, + 4.867, 1457, - 3.18, + 3.189, 1465, - 0.875, + 0.879, 1502, - 2.771, + 2.779, 1510, - 2.692, + 2.702, 1551, - 1.942, + 1.95, 1556, - 4.076, + 4.089, 1557, - 1.485, + 1.491, 1562, - 1.635, + 1.642, 1564, - 2.13, + 2.139, 1566, - 1.872, + 1.88, 1588, - 1.216, + 1.221, 1648, - 1.416, + 1.421, 1674, - 2.13, + 2.139, 1770, - 1.511, + 1.517, 1774, - 2.116, + 2.123, 1804, - 2.592, + 2.6, 1893, - 1.485, + 1.491, 1911, - 2.771, + 2.779, 1920, - 4.138, + 4.145, 1926, - 1.635, + 1.607, 1936, - 1.375, + 1.381, 1955, - 5.014, + 5.026, 1957, - 2.025, + 2.034, 1969, - 4.628, + 4.64, 1980, - 3.818, + 3.831, 1982, - 3.174, + 3.147, 1984, - 3.149, + 3.16, 1986, - 3.818, + 3.831, 1989, - 4.367, + 4.376, 1990, - 4.656, + 4.667, 1997, - 2.381, + 2.389, 1999, - 3.51, + 3.519, 2024, - 4.373, + 4.379, 2025, - 2.025, + 2.034, 2035, - 1.539, + 1.545, 2054, - 1.416, + 1.421, 2070, - 1.568, + 1.575, 2087, - 1.568, + 1.575, 2094, - 3.049, + 3.06, 2101, - 3.928, + 3.938, 2105, - 2.75, + 2.76, 2116, - 1.416, + 1.421, 2155, - 1.6, + 1.607, 2164, - 1.073, + 1.077, 2171, - 3.733, + 3.744, 2189, - 2.313, + 2.321, 2190, - 3.129, + 3.139, 2191, - 5.289, + 5.301, 2192, - 1.715, + 1.722, 2193, - 7.498, + 7.51, 2319, - 4.637, + 4.651, 2330, - 5.044, + 5.055, 2346, - 5.693, + 5.7, 2384, - 2.588, + 2.597, 2441, - 5.188, + 5.194, 2514, - 2.281, + 2.289, 2540, - 2.313, + 2.321, 2546, - 1.813, + 1.82, 2707, - 1.942, + 1.95, 2708, - 2.27, + 2.279, 2709, - 2.814, + 2.824, 2749, - 2.13, + 2.139, 2875, - 1.511, + 1.517, 2902, - 3.149, + 3.16, 2918, - 6.708, + 6.72, 2953, - 1.715, + 1.722, 2956, - 2.814, + 2.824, 2957, - 1.942, + 1.95, 2962, - 4.076, + 4.089, 2977, - 2.27, + 2.279, 2999, - 4.076, + 4.089, 3000, - 6.37, + 6.382, 3001, - 4.637, + 4.651, 3006, - 1.813, + 1.82, 3105, - 6.687, + 6.699, 3107, - 1.715, + 1.722, 3168, - 2.482, + 2.492, 3169, - 4.175, + 4.19, 3170, - 6.336, + 6.353, 3171, - 3.818, + 3.831, 3172, - 5.794, + 5.809, 3173, - 2.482, + 2.492, 3174, - 2.482, + 2.492, 3175, - 2.482, + 2.492, 3176, - 5.776, + 5.788, 3177, - 1.872, + 1.88, 3178, - 5.331, + 5.344, 3179, - 2.482, + 2.492, 3180, - 4.637, + 4.651, 3181, - 4.957, + 4.97, 3182, - 4.076, + 4.089, 3183, - 2.482, + 2.492, 3184, - 2.482, + 2.492, 3185, - 1.872, + 1.88, 3186, - 2.27, + 2.279, 3187, - 2.27, + 2.279, 3188, - 2.482, + 2.492, 3189, - 2.482, + 2.492, 3190, - 4.175, + 4.19, 3191, - 2.482, + 2.492, 3192, - 1.813, + 1.82, 3193, - 2.27, + 2.279, 3194, - 2.27, + 2.279, 3195, - 2.482, + 2.492, 3196, - 7.816, + 7.83, 3197, - 4.941, + 4.956, 3198, - 2.482, + 2.492, 3199, - 2.482, + 2.492, 3200, - 3.049, + 3.06, 3201, - 4.175, + 4.19, 3202, - 2.482, + 2.492, 3203, - 1.942, + 1.95, 3204, - 1.872, + 1.88, 3205, - 3.582, + 3.595, 3206, - 2.482, + 2.492, 3207, - 2.13, + 2.139, 3208, - 2.27, + 2.279, 3209, - 2.13, + 2.139, 3210, - 2.482, + 2.492, 3211, - 2.482, + 2.492, 3212, - 2.482, + 2.492, 3213, - 3.266, + 3.278, 3214, - 2.482, + 2.492, 3215, - 2.482, + 2.492, 3216, - 2.482, + 2.492, 3217, - 4.409, + 4.422, 3218, - 2.962, + 2.972, 3219, - 3.582, + 3.595, 3220, - 2.27, + 2.279, 3221, - 4.175, + 4.19, 3222, - 4.175, + 4.19, 3223, - 3.818, + 3.831, 3224, - 1.635, + 1.642, 3225, - 4.941, + 4.956, 3226, - 1.872, + 1.88, 3227, - 2.482, + 2.492, 3228, - 2.482, + 2.492, 3229, - 3.582, + 3.595, 3230, - 5.794, + 5.809, 3231, - 2.482, + 2.492, 3232, - 2.482, + 2.492, 3233, - 3.818, + 3.831, 3234, - 2.27, + 2.279, 3235, - 2.27, + 2.279, 3236, - 3.266, + 3.278, 3237, - 2.962, + 2.972, 3238, - 5.404, + 5.42, 3239, - 2.482, + 2.492, 3240, - 2.27, + 2.279, 3241, - 2.025, + 2.034, 3242, - 1.872, + 1.88, 3243, - 1.872, + 1.88, 3244, - 4.175, + 4.19, 3245, - 4.175, + 4.19, 3246, - 1.761, + 1.768, 3247, - 1.813, + 1.82, 3248, - 2.27, + 2.279, 3249, - 2.482, + 2.492, 3250, - 2.482, + 2.492, 3251, - 2.025, + 2.034, 3252, - 3.642, + 3.653, 3253, - 5.529, + 5.542, 3254, - 6.57, + 6.584, 3255, - 4.175, + 4.19, 3256, - 4.175, + 4.19, 3257, - 3.818, + 3.831, 3258, - 2.482, + 2.492, 3259, - 2.482, + 2.492, 3260, - 2.13, + 2.139, 3261, - 3.149, + 3.16, 3262, - 3.582, + 3.595, 3263, - 2.482, + 2.492, 3264, - 2.482, + 2.492, 3265, - 4.941, + 4.956, 3266, - 2.482, + 2.492, 3267, - 2.27, + 2.279, 3268, - 3.407, + 3.419, 3269, - 2.13, + 2.139, 3270, - 2.482, + 2.492, 3271, - 2.482, + 2.492, 3272, - 2.025, + 2.034, 3273, - 2.025, + 2.034, 3274, - 2.482, + 2.492, 3275, - 3.818, + 3.831, 3276, - 2.13, + 2.139, 3277, - 2.482, + 2.492, 3278, - 2.482, + 2.492, 3279, - 8.893, + 8.908, 3280, - 8.893, + 8.908, 3281, - 2.025, + 2.034, 3282, - 9.874, + 9.886, 3283, - 9.874, + 9.886, 3284, - 2.482, + 2.492, 3285, - 9.874, + 9.886, 3286, - 9.874, + 9.886, 3287, - 4.941, + 4.956, 3288, - 2.482, + 2.492, 3289, - 6.336, + 6.353, 3290, - 2.482, + 2.492, 3291, - 2.482, + 2.492, 3292, - 2.482, + 2.492, 3293, - 2.482, + 2.492, 3294, - 2.482, + 2.492, 3295, - 2.27, + 2.279, 3296, - 2.482, + 2.492, 3297, - 2.482, + 2.492, 3298, - 2.482, + 2.492, 3299, - 2.13, + 2.139, 3300, - 2.482, + 2.492, 3301, - 2.482 + 2.492 ] ], [ @@ -18895,577 +18895,577 @@ "data/manuals/live-update", [ 0, - 0.43, + 0.431, 1, - 0.897, + 0.9, 2, - 0.888, + 0.891, 3, - 0.921, + 0.924, 4, - 0.921, + 0.924, 5, - 0.926, + 0.929, 6, - 0.926, + 0.929, 7, 1.522, 8, - 2.99, + 2.993, 9, - 1.19, + 1.194, 10, - 1.197, + 1.2, 11, - 1.271, + 1.275, 12, - 4.593, + 4.598, 18, 1.135, 20, - 1.421, + 1.422, 21, - 4.623, + 4.634, 36, - 1.104, + 1.107, 38, - 1.219, + 1.22, 39, - 1.448, + 1.451, 42, - 1.415, + 1.418, 43, - 3.56, + 3.568, 44, - 2.313, + 2.319, 45, - 2.364, + 2.373, 46, - 1.613, + 1.614, 49, - 1.213, + 1.217, 52, - 0.966, + 0.969, 54, - 4.278, + 4.285, 55, - 1.683, + 1.689, 56, - 1.365, + 1.37, 57, - 1.207, + 1.209, 59, - 0.965, + 0.966, 60, - 2.625, + 2.629, 61, - 2.175, + 2.182, 62, - 1.16, + 1.164, 72, - 2.283, + 2.288, 77, - 0.726, + 0.729, 79, 0.961, 84, - 2.372, + 2.379, 90, - 0.836, + 0.839, 91, - 3.221, + 3.225, 92, - 1.408, + 1.413, 96, - 1.112, + 1.116, 99, 1.055, 100, - 1.889, + 1.891, 103, - 2.075, + 2.078, 106, - 1.614, + 1.617, 107, - 1.715, + 1.717, 108, - 1.628, + 1.632, 109, - 1.316, + 1.312, 110, - 1.386, + 1.391, 111, - 1.465, + 1.47, 113, - 1.561, + 1.564, 121, - 1.831, + 1.836, 122, - 2.425, + 2.43, 124, - 1.529, + 1.535, 126, - 1.546, + 1.549, 141, - 1.298, + 1.302, 148, - 2.006, + 2.009, 150, - 0.888, + 0.891, 153, - 2.219, + 2.222, 169, - 1.262, + 1.264, 171, - 2.839, + 2.847, 174, - 3.457, + 3.463, 190, - 2.862, + 2.872, 194, - 1.722, + 1.724, 197, - 1.205, + 1.209, 198, - 1.868, + 1.872, 201, - 1.905, + 1.909, 203, - 3.698, + 3.706, 206, - 1.7, + 1.707, 207, - 1.167, + 1.172, 208, - 3.426, + 3.433, 210, - 1.419, + 1.424, 211, - 1.571, + 1.577, 226, - 2.167, + 2.172, 228, - 1.49, + 1.483, 229, - 1.257, + 1.26, 231, - 2.077, + 2.083, 235, - 2.217, + 2.225, 236, - 2.774, + 2.782, 239, - 2.435, + 2.442, 241, - 1.816, + 1.819, 243, - 2.743, + 2.751, 247, - 1.831, + 1.836, 249, - 1.683, + 1.689, 253, - 3.902, + 3.91, 256, - 0.788, + 0.791, 260, - 1.182, + 1.186, 261, - 1.49, + 1.495, 268, - 0.716, + 0.719, 269, - 1.924, + 1.927, 273, - 1.367, + 1.37, 280, - 1.375, + 1.38, 285, - 1.571, + 1.577, 295, - 1.616, + 1.622, 313, - 1.375, + 1.38, 315, - 2.175, + 2.182, 323, - 3.313, + 3.322, 341, - 1.7, + 1.689, 359, - 1.571, + 1.548, 368, - 1.95, + 1.955, 383, - 2.311, + 2.319, 399, - 2.488, + 2.497, 402, - 2.946, + 2.954, 433, - 2.257, + 2.263, 441, - 1.757, + 1.764, 449, - 2.099, + 2.106, 452, - 1.994, + 1.999, 454, - 2.204, + 2.211, 456, - 2.985, + 2.993, 471, - 0.94, + 0.944, 473, - 1.543, + 1.548, 481, - 2.031, + 2.008, 510, - 1.289, + 1.293, 521, - 1.221, + 1.225, 524, - 1.175, + 1.179, 534, - 1.649, + 1.654, 537, - 2.001, + 2.008, 544, - 2.423, + 2.432, 550, - 1.632, + 1.638, 552, - 1.043, + 1.047, 555, - 2.656, + 2.645, 561, - 1.112, + 1.116, 567, - 1.82, + 1.827, 573, - 2.574, + 2.58, 575, - 2.423, + 2.432, 579, - 1.757, + 1.764, 590, - 2.294, + 2.3, 614, - 2.171, + 2.177, 620, - 1.82, + 1.827, 622, - 1.7, + 1.707, 623, - 4.467, + 4.472, 629, - 1.665, + 1.67, 635, - 3.647, + 3.658, 642, - 5.222, + 5.228, 644, - 1.738, + 1.744, 647, - 2.031, + 2.039, 649, - 3.313, + 3.322, 673, - 3.207, + 3.216, 676, - 2.527, + 2.534, 685, - 1.43, + 1.435, 691, - 1.694, + 1.699, 695, - 1.586, + 1.591, 699, - 2.364, + 2.373, 703, - 1.375, + 1.38, 715, - 1.843, + 1.85, 751, - 1.419, + 1.424, 762, - 4.797, + 4.756, 765, - 1.229, + 1.233, 774, - 2.503, + 2.51, 808, - 1.866, + 1.873, 809, - 4.377, + 4.386, 819, - 2.064, + 2.072, 826, - 1.843, + 1.85, 856, - 1.408, + 1.413, 890, - 2.873, + 2.881, 891, - 1.19, + 1.194, 894, - 1.386, + 1.391, 895, - 1.683, + 1.689, 901, - 1.516, + 1.521, 902, - 2.001, + 2.008, 910, - 1.866, + 1.873, 917, - 3.101, + 3.108, 918, - 3.736, + 3.744, 919, - 1.799, + 1.805, 921, - 2.262, + 2.27, 948, - 2.188, + 2.194, 969, - 3.371, + 3.38, 975, - 1.683, + 1.689, 999, - 2.551, + 2.558, 1010, - 4.456, + 4.46, 1025, - 1.386, + 1.391, 1040, - 3.313, + 3.322, 1046, - 2.099, + 2.106, 1047, - 1.665, + 1.671, 1064, - 2.713, + 2.721, 1075, - 2.175, + 2.182, 1101, - 2.064, + 2.072, 1103, - 4.519, + 4.529, 1224, - 1.683, + 1.689, 1283, - 1.916, + 1.923, 1284, - 2.262, + 2.27, 1305, - 2.646, + 2.656, 1323, - 2.313, + 2.319, 1382, - 3.067, + 3.076, 1404, - 2.646, + 2.656, 1411, - 3.337, + 3.344, 1432, - 1.971, + 1.978, 1485, - 2.311, + 2.319, 1499, - 3.313, + 3.322, 1511, - 1.891, + 1.898, 1544, - 2.175, + 2.182, 1574, - 2.135, + 2.143, 1628, - 3.733, + 3.739, 1648, - 2.001, + 2.008, 1662, - 2.435, + 2.442, 1724, - 1.665, + 1.671, 1766, - 3.208, + 3.219, 1871, - 1.7, + 1.707, 1878, - 4.334, + 4.345, 1882, - 1.557, + 1.562, 1884, - 1.49, + 1.495, 1948, - 1.866, + 1.873, 1973, - 2.099, + 2.106, 1990, - 2.311, + 2.319, 2019, - 2.364, + 2.373, 2023, - 4.177, + 4.189, 2042, - 1.943, + 1.95, 2054, - 3.158, + 3.167, 2083, - 6.952, + 6.96, 2101, - 3.432, + 3.442, 2131, - 2.562, + 2.571, 2154, - 5.597, + 5.61, 2155, - 2.262, + 2.27, 2160, - 2.364, + 2.373, 2171, - 2.423, + 2.432, 2173, - 6.462, + 6.467, 2182, - 1.799, + 1.805, 2189, - 1.943, + 1.95, 2320, - 2.646, + 2.656, 2337, - 7.457, + 7.464, 2433, - 3.313, + 3.322, 2441, - 2.909, + 2.917, 2442, - 2.562, + 2.571, 2496, - 2.646, + 2.656, 2507, - 2.099, + 2.106, 2518, - 4.332, + 4.344, 2566, - 2.311, + 2.319, 2637, - 3.499, + 3.509, 2646, - 4.332, + 4.344, 2649, - 2.099, + 2.106, 2777, - 2.646, + 2.656, 2778, - 4.519, + 4.529, 2854, - 3.57, + 3.58, 2954, - 2.364, + 2.373, 2955, - 2.001, + 2.008, 2967, - 4.519, + 4.529, 3074, - 2.423, + 2.432, 3117, - 2.646, + 2.656, 3134, - 2.099, + 2.106, 3177, - 2.646, + 2.656, 3207, - 6.684, + 6.697, 3302, - 5.537, + 5.552, 3303, - 3.508, + 3.52, 3304, - 3.508, + 3.52, 3305, - 5.537, + 5.552, 3306, - 2.646, + 2.656, 3307, - 3.208, + 3.219, 3308, - 3.01, + 3.021, 3309, - 3.508, + 3.52, 3310, - 3.01, + 3.021, 3311, - 2.217, + 2.225, 3312, - 5.597, + 5.61, 3313, - 5.597, + 5.61, 3314, - 3.01, + 3.021, 3315, - 5.063, + 5.077, 3316, - 3.208, + 3.219, 3317, - 2.646, + 2.656, 3318, - 2.744, + 2.754, 3319, - 3.01, + 3.021, 3320, - 2.562, + 2.571, 3321, - 3.208, + 3.219, 3322, - 5.537, + 5.552, 3323, - 3.508, + 3.52, 3324, - 2.744, + 2.754, 3325, - 2.562, + 2.571, 3326, - 3.508, + 3.52, 3327, - 3.508, + 3.52, 3328, - 3.508, + 3.52, 3329, - 3.208, + 3.219, 3330, - 3.508, + 3.52, 3331, - 2.862, + 2.872, 3332, - 3.508, + 3.52, 3333, - 3.508, + 3.52, 3334, - 3.508, + 3.52, 3335, - 3.208, + 3.219, 3336, - 3.508, + 3.52, 3337, - 2.862, + 2.872, 3338, - 3.01, + 3.021, 3339, - 3.508, + 3.52, 3340, - 3.208, + 3.219, 3341, - 3.508, + 3.52, 3342, - 2.175, + 2.182, 3343, - 2.744, + 2.754, 3344, - 3.508, + 3.52, 3345, - 3.508 + 3.52 ] ], [ @@ -19479,917 +19479,917 @@ "data/manuals/addressing", [ 0, - 0.244, + 0.245, 1, - 0.509, + 0.512, 2, - 0.504, + 0.506, 3, - 0.523, + 0.525, 4, - 0.523, - 5, 0.525, + 5, + 0.528, 6, - 0.525, + 0.528, 7, - 1.476, + 1.477, 8, - 0.967, + 0.971, 9, - 1.857, + 1.863, 10, - 1.578, + 1.582, 11, - 1.984, + 1.99, 17, - 1.342, + 1.348, 18, 1.138, 20, - 1.463, + 1.464, 22, - 0.818, + 0.822, 28, - 1.676, + 1.683, 30, - 1.307, + 1.312, 36, - 1.736, + 1.739, 38, - 1.042, + 1.044, 39, - 1.156, + 1.159, 42, - 0.628, + 0.631, 43, - 2.841, + 2.85, 44, - 2.287, + 2.294, 46, - 1.587, + 1.588, 49, - 2.143, + 2.149, 52, - 1.507, + 1.512, 54, - 2.176, + 2.184, 57, - 1.373, + 1.374, 59, - 1.004, + 1.005, 60, - 0.962, + 0.966, 62, - 0.659, + 0.662, 70, - 0.839, + 0.842, 72, - 0.663, + 0.666, 77, - 1.981, + 1.984, 78, - 1.535, + 1.541, 79, - 0.958, + 0.959, 90, - 0.475, + 0.477, 91, - 0.68, + 0.683, 94, - 2.133, + 2.14, 96, - 3.318, + 3.322, 97, - 2.517, + 2.521, 99, 1.057, 100, - 1.854, + 1.856, 102, - 1.178, + 1.176, 103, - 1.865, + 1.868, 106, - 1.817, + 1.819, 107, - 1.973, + 1.975, 108, - 1.348, + 1.352, 109, - 1.72, + 1.713, 110, - 1.811, + 1.817, 113, - 1.362, + 1.365, 116, - 1.346, + 1.351, 120, - 1.191, + 1.197, 121, - 0.659, + 0.662, 122, - 2.521, + 2.527, 125, - 1.394, + 1.399, 126, - 1.087, + 1.09, 135, - 3.589, + 3.599, 140, - 1.593, + 1.6, 141, - 1.696, + 1.701, 142, - 0.592, + 0.595, 148, - 1.883, + 1.886, 151, - 1.433, + 1.427, 153, - 2.536, + 2.538, 154, - 1.258, + 1.264, 158, - 1.6, + 1.605, 160, - 1.832, + 1.827, 165, - 0.569, + 0.572, 166, - 0.936, + 0.94, 167, - 0.805, + 0.809, 168, - 1.046, + 1.051, 169, - 1.205, + 1.207, 170, - 2.799, + 2.805, 171, - 3.484, + 3.493, 175, - 0.868, + 0.872, 177, - 1.896, + 1.901, 178, - 0.742, + 0.745, 182, - 1.06, + 1.064, 194, - 2.126, + 2.127, 195, - 2.003, + 2.01, 196, - 1.196, + 1.2, 197, - 1.881, + 1.887, 198, - 0.942, + 0.945, 199, - 0.853, + 0.857, 200, - 2.105, + 2.113, 201, - 1.956, + 1.959, 202, - 0.651, + 0.649, 207, - 2.063, + 2.068, 211, - 1.549, + 1.555, 224, - 1.258, + 1.264, 225, - 1.342, + 1.348, 226, - 1.891, + 1.896, 228, - 0.846, + 0.842, 229, - 0.634, + 0.636, 230, - 1.204, + 1.208, 231, - 0.747, + 0.75, 239, - 2.989, + 2.996, 240, - 1.303, + 1.308, 241, - 2.009, + 2.012, 244, - 1.771, + 1.764, 246, - 4.083, + 4.094, 247, - 2.248, + 2.253, 248, - 2.069, + 2.077, 249, - 2.626, + 2.634, 256, - 1.527, + 1.531, 257, - 0.787, + 0.79, 260, - 1.845, + 1.851, 263, - 0.595, + 0.598, 268, - 1.777, + 1.78, 269, - 1.975, + 1.979, 270, - 1.454, + 1.461, 273, - 0.854, + 0.857, 279, - 1.625, + 1.632, 282, - 1.713, + 1.72, 313, - 1.797, + 1.803, 324, - 1.972, + 1.98, 331, - 1.413, + 1.419, 332, - 1.151, + 1.155, 333, - 0.978, + 0.982, 335, - 1.312, + 1.318, 343, - 1.234, + 1.24, 345, - 0.965, + 0.97, 349, - 1.454, + 1.461, 353, - 0.799, + 0.796, 360, - 2.705, + 2.716, 368, - 1.932, + 1.937, 380, - 1.228, + 1.232, 385, - 3.483, + 3.492, 390, - 1.931, + 1.937, 391, - 2.144, + 2.152, 392, - 1.212, + 1.216, 401, - 1.558, + 1.565, 411, - 1.033, + 1.038, 433, - 0.812, + 0.815, 434, - 0.927, + 0.931, 440, - 1.558, + 1.565, 441, - 1.732, + 1.739, 442, - 0.892, + 0.896, 445, - 3.586, + 3.598, 446, - 0.998, + 1.002, 452, - 1.592, + 1.596, 454, - 3.077, + 3.084, 457, - 1.228, + 1.232, 459, - 1.609, + 1.615, 471, - 1.229, + 1.233, 472, - 0.918, + 0.922, 481, - 1.153, + 1.141, 482, - 1.625, + 1.632, 487, - 2.453, + 2.463, 489, - 0.927, + 0.931, 500, - 0.726, + 0.73, 502, - 1.312, + 1.318, 510, - 0.731, + 0.735, 511, - 1.06, + 1.064, 522, - 0.986, + 0.991, 524, - 1.834, + 1.839, 527, - 7.805, + 7.816, 529, - 3.74, + 3.753, 532, - 1.454, + 1.461, 534, - 1.625, + 1.631, 543, - 0.799, + 0.803, 547, - 3.222, + 3.231, 552, - 1.363, + 1.367, 553, - 0.712, + 0.715, 555, - 1.436, + 1.432, 556, - 0.818, + 0.822, 560, - 1.258, + 1.264, 561, - 1.453, + 1.458, 579, - 1.732, + 1.739, 580, - 2.897, + 2.906, 590, - 1.433, + 1.438, 595, - 1.073, + 1.078, 596, - 1.088, + 1.093, 601, - 0.721, + 0.725, 603, - 0.832, + 0.835, 620, - 2.841, + 2.85, 629, - 1.04, + 1.044, 631, - 2.271, + 2.278, 635, - 1.312, + 1.318, 636, - 2.376, + 2.383, 640, - 1.413, + 1.419, 644, - 1.713, + 1.72, 648, - 0.965, + 0.97, 672, - 0.927, + 0.922, 675, - 1.326, + 1.331, 683, - 0.846, + 0.85, 686, - 1.864, + 1.871, 687, - 3.222, + 3.231, 689, - 2.053, + 2.06, 692, - 1.298, + 1.303, 701, - 1.046, + 1.051, 703, - 1.356, + 1.361, 710, - 2.654, + 2.662, 716, - 1.136, + 1.141, 728, - 0.976, + 0.98, 737, - 1.342, + 1.348, 740, - 2.774, + 2.783, 754, - 1.191, + 1.197, 758, - 0.884, + 0.888, 773, - 0.721, + 0.725, 793, - 0.927, + 0.931, 812, - 1.413, + 1.419, 828, - 3.222, + 3.231, 832, - 1.659, + 1.665, 848, - 0.986, + 0.991, 849, - 4.075, + 4.081, 854, - 1.103, + 1.108, 856, - 1.388, + 1.393, 859, - 2.296, + 2.304, 860, - 1.752, + 1.759, 880, - 0.965, + 0.97, 890, - 1.033, + 1.038, 901, - 0.86, + 0.864, 905, - 1.172, + 1.177, 909, - 1.284, + 1.29, 914, - 2.589, + 2.596, 917, - 0.9, + 0.904, 919, - 2.35, + 2.358, 922, - 1.342, + 1.348, 923, - 0.976, + 0.98, 924, - 3.669, + 3.677, 931, - 3.063, + 3.033, 941, - 0.781, + 0.784, 948, - 1.811, + 1.817, 972, - 1.284, + 1.29, 978, - 2.163, + 2.17, 979, - 3.494, + 3.501, 981, - 1.212, + 1.218, 985, - 1.454, + 1.461, 995, - 1.258, + 1.264, 1003, - 1.454, + 1.461, 1007, - 3.287, + 3.292, 1019, - 2.92, + 2.927, 1025, - 3.053, + 3.06, 1029, - 0.976, + 0.97, 1034, - 0.764, + 0.767, 1043, - 1.981, + 1.987, 1055, - 1.972, + 1.98, 1062, - 1.088, + 1.093, 1064, - 1.694, + 1.701, 1079, - 0.965, + 0.97, 1081, - 1.212, + 1.218, 1097, - 1.234, + 1.24, 1104, - 2.819, + 2.824, 1107, - 0.986, + 0.991, 1126, - 3.404, + 3.375, 1134, - 1.258, + 1.264, 1140, - 1.593, + 1.6, 1143, - 5.43, + 5.44, 1146, - 1.494, + 1.5, 1157, - 1.046, + 1.051, 1158, - 1.593, + 1.6, 1166, - 1.153, + 1.158, 1206, - 1.413, + 1.419, 1221, - 0.986, + 0.991, 1224, - 2.973, + 2.981, 1248, - 1.258, + 1.264, 1249, - 1.558, + 1.565, 1253, - 1.119, + 1.124, 1267, - 1.376, + 1.382, 1272, - 0.884, + 0.888, 1285, - 1.502, + 1.509, 1296, - 1.288, + 1.293, 1323, - 0.832, + 0.835, 1324, - 1.033, + 1.038, 1332, - 0.805, + 0.809, 1411, - 1.964, + 1.97, 1421, - 1.212, + 1.218, 1426, - 1.212, + 1.218, 1432, - 1.943, + 1.951, 1442, - 1.625, + 1.632, 1463, - 2.105, + 2.113, 1465, - 2.397, + 2.403, 1499, - 1.191, + 1.197, 1508, - 1.502, + 1.509, 1541, - 1.864, + 1.871, 1543, - 2.035, + 2.043, 1548, - 1.073, + 1.078, 1574, - 2.791, + 2.8, 1577, - 1.709, + 1.716, 1579, - 1.454, + 1.461, 1589, - 2.331, + 2.34, 1594, - 3.122, + 3.132, 1596, - 1.06, + 1.064, 1597, - 5.635, + 5.643, 1598, - 6.306, + 6.319, 1599, - 1.258, + 1.264, 1602, - 2.246, + 2.254, 1618, - 1.709, + 1.716, 1621, - 3.444, + 3.452, 1627, - 1.413, + 1.419, 1628, - 3.963, + 3.968, 1629, - 2.053, + 2.06, 1631, - 1.234, + 1.24, 1632, - 1.258, + 1.264, 1648, - 1.136, + 1.141, 1655, - 1.817, + 1.824, 1662, - 0.876, + 0.88, 1684, - 2.003, + 2.01, 1691, - 1.413, + 1.419, 1719, - 1.558, + 1.565, 1720, - 1.558, + 1.565, 1724, - 1.642, + 1.648, 1774, - 2.323, + 2.331, 1804, - 3.707, + 3.715, 1817, - 3.74, + 3.753, 1818, - 1.709, + 1.716, 1868, - 1.284, + 1.29, 1871, - 1.676, + 1.683, 1874, - 1.172, + 1.177, 1882, - 0.884, + 0.888, 1885, - 2.003, + 2.01, 1889, - 1.212, + 1.218, 1932, - 1.312, + 1.318, 1948, - 1.06, + 1.064, 1968, - 1.06, + 1.064, 1973, - 1.191, + 1.197, 1979, - 4.137, + 4.147, 1982, - 0.998, + 0.991, 2082, - 4.397, + 4.409, 2220, - 2.742, + 2.752, 2221, - 1.821, + 1.829, 2226, - 1.284, + 1.264, 2234, - 1.821, + 1.829, 2263, - 1.558, + 1.565, 2297, - 4.983, + 4.994, 2300, - 1.376, + 1.382, 2308, - 1.376, + 1.382, 2320, - 1.502, + 1.509, 2330, - 1.312, + 1.318, 2383, - 1.234, + 1.24, 2436, - 1.709, + 1.716, 2479, - 3.74, + 3.753, 2481, - 1.821, + 1.829, 2488, - 1.625, + 1.632, 2506, - 4.213, + 4.224, 2514, - 1.088, + 1.093, 2550, - 1.153, + 1.158, 2627, - 1.709, + 1.716, 2647, - 1.454, + 1.461, 2649, - 1.191, + 1.197, 2683, - 2.453, + 2.463, 2753, - 1.558, + 1.565, 2770, - 2.822, + 2.833, 2799, - 3.458, + 3.47, 2905, - 1.821, + 1.829, 2925, - 3.53, + 3.541, 2928, - 6.354, + 6.365, 2961, - 3.999, + 4.011, 3052, - 1.821, + 1.829, 3073, - 6.109, + 6.121, 3108, - 3.348, + 3.359, 3134, - 2.069, + 2.077, 3246, - 1.413, + 1.419, 3252, - 1.342, + 1.348, 3319, - 1.709, + 1.716, 3346, - 1.991, + 2.0, 3347, - 1.991, + 2.0, 3348, - 1.821, + 1.829, 3349, - 1.991, + 2.0, 3350, - 1.709, + 1.716, 3351, - 1.558, + 1.565, 3352, - 1.709, + 1.716, 3353, - 1.991, + 2.0, 3354, - 5.318, + 5.071, 3355, - 7.483, + 7.494, 3356, - 1.991, + 2.0, 3357, - 1.991, + 2.0, 3358, - 1.991, + 2.0, 3359, - 1.991, + 2.0, 3360, - 1.991, + 2.0, 3361, - 1.625, + 1.632, 3362, - 3.162, + 3.174, 3363, - 3.166, + 3.177, 3364, - 1.991, + 2.0, 3365, - 1.502, + 1.509, 3366, - 1.413, + 1.419, 3367, - 4.584, + 4.599, 3368, - 8.421, + 8.437, 3369, - 1.821, + 1.829, 3370, - 1.991, + 2.0, 3371, - 1.991, + 2.0, 3372, - 1.821, + 1.829, 3373, - 1.991, + 2.0, 3374, - 5.475, + 5.491, 3375, - 1.991, + 2.0, 3376, - 1.991, + 2.0, 3377, - 1.821, + 1.829, 3378, - 1.709, + 1.716, 3379, - 1.558, + 1.565, 3380, - 1.821, + 1.829, 3381, - 1.991, + 2.0, 3382, - 1.709, + 1.716, 3383, - 3.458, + 3.471, 3384, - 1.991, + 2.0, 3385, - 4.584, + 4.599, 3386, - 6.796, + 6.813, 3387, - 1.709, + 1.716, 3388, - 1.709, + 1.716, 3389, - 1.625, + 1.632, 3390, - 1.991, + 2.0, 3391, - 1.625, + 1.632, 3392, - 1.991, + 2.0, 3393, - 1.625, + 1.632, 3394, - 2.967, + 2.979, 3395, - 3.162, + 3.174, 3396, - 1.821, + 1.829, 3397, - 1.991, + 2.0, 3398, - 1.991, + 2.0, 3399, - 1.376, + 1.382, 3400, - 1.454, + 1.461, 3401, - 1.625, + 1.632, 3402, - 1.991, + 2.0, 3403, - 1.991, + 2.0, 3404, - 1.991, + 2.0, 3405, - 1.991, + 2.0, 3406, - 1.991, + 2.0, 3407, - 1.821, + 1.829, 3408, - 1.709, + 1.716, 3409, - 1.709, + 1.716, 3410, - 1.625, + 1.632, 3411, - 1.342, + 1.318, 3412, - 1.625, + 1.632, 3413, - 1.709, + 1.716, 3414, - 1.709, + 1.716, 3415, - 2.504, + 2.513, 3416, - 1.991, + 2.0, 3417, - 1.709, + 1.716, 3418, - 1.991, + 2.0, 3419, - 1.821, + 1.829, 3420, - 1.709, + 1.716, 3421, - 1.991, + 2.0, 3422, - 1.991, + 2.0, 3423, - 1.502, + 1.509, 3424, - 1.991, + 2.0, 3425, - 1.558, + 1.565, 3426, - 3.458, + 3.471, 3427, - 1.558, + 1.565, 3428, - 1.991, + 2.0, 3429, - 1.821, + 1.829, 3430, - 1.991, + 2.0, 3431, - 1.709, + 1.716, 3432, - 6.197, + 6.215, 3433, - 3.458, + 3.471, 3434, - 3.458, + 3.471, 3435, - 1.991, + 2.0, 3436, - 1.821, + 1.829, 3437, - 1.709, + 1.716, 3438, - 2.526, + 2.536, 3439, - 6.796, + 6.813, 3440, - 3.458, + 3.471, 3441, - 1.991, + 2.0, 3442, - 1.413, + 1.419, 3443, - 3.458, + 3.471, 3444, - 3.458 + 3.471 ] ], [ @@ -20405,293 +20405,293 @@ 7, 1.601, 9, - 2.552, + 2.557, 10, - 1.14, + 1.143, 18, 1.09, 20, - 0.701, + 0.703, 23, - 5.094, + 5.097, 36, - 1.501, + 1.503, 38, - 0.586, + 0.587, 42, - 1.738, + 1.74, 46, - 1.443, + 1.445, 57, - 1.416, + 1.417, 59, - 0.949, + 0.95, 62, - 1.744, + 1.749, 77, - 1.092, + 1.095, 79, 0.86, 88, - 4.004, + 4.012, 89, - 4.111, + 4.119, 92, - 3.02, + 3.025, 99, - 0.983, + 0.984, 102, - 1.356, + 1.352, 103, - 1.214, + 1.217, 106, - 1.348, + 1.35, 108, - 1.55, + 1.554, 113, - 1.758, + 1.761, 121, - 1.744, + 1.749, 126, - 1.494, + 1.496, 127, - 5.072, + 5.082, 142, - 3.219, + 3.222, 148, - 1.8, + 1.803, 150, - 1.335, + 1.339, 151, - 3.117, + 3.098, 152, - 3.4, + 3.409, 153, - 1.196, + 1.2, 154, - 3.332, + 3.341, 155, - 5.545, + 5.553, 156, - 3.103, + 3.111, 165, - 1.508, + 1.512, 178, - 1.965, + 1.97, 194, - 0.962, + 0.965, 199, - 3.759, + 3.764, 201, - 1.691, + 1.694, 240, - 1.5, + 1.504, 256, - 2.15, + 2.152, 263, - 2.25, + 2.254, 306, - 3.859, + 3.865, 317, - 3.103, + 3.111, 333, - 2.481, + 2.485, 371, - 4.61, + 4.616, 380, - 1.872, + 1.877, 404, - 3.332, + 3.341, 412, - 3.554, + 3.564, 456, - 4.057, + 4.064, 473, - 2.319, + 2.325, 509, - 4.965, + 4.971, 524, - 3.388, + 3.392, 533, - 2.921, + 2.929, 573, - 2.824, + 2.829, 577, - 2.068, + 2.073, 594, - 5.101, + 5.105, 601, - 3.179, + 3.184, 629, - 1.586, + 1.59, 636, - 2.022, + 2.027, 691, - 2.684, + 2.688, 693, - 3.852, + 3.862, 750, - 2.556, + 2.563, 758, - 2.34, + 2.347, 786, - 4.358, + 4.366, 898, - 1.872, + 1.877, 1007, - 1.848, + 1.852, 1034, - 2.022, + 2.027, 1098, - 4.665, + 4.674, 1133, - 6.138, + 6.141, 1158, - 4.989, + 4.993, 1180, - 4.111, + 4.119, 1188, - 2.584, + 2.591, 1253, - 2.963, + 2.971, 1272, - 4.246, + 4.251, 1279, - 3.155, + 3.163, 1323, - 2.203, + 2.208, 1460, - 2.963, + 2.971, 1546, - 2.737, + 2.744, 1602, - 2.584, + 2.591, 1679, - 5.78, + 5.789, 1687, - 6.863, + 6.868, 1763, - 3.852, + 3.862, 1884, - 3.196, + 3.202, 1975, - 0.668, + 0.67, 2060, - 6.619, + 6.628, 2123, - 3.008, + 3.015, 2124, - 4.525, + 4.537, 2142, - 3.474, + 3.483, 2143, - 3.474, + 3.483, 3124, - 3.643, + 3.652, 3165, - 4.303, + 4.314, 3445, - 10.828, + 10.836, 3446, - 10.828, + 10.836, 3447, - 10.828, + 10.836, 3448, - 10.828, + 10.836, 3449, - 8.774, + 8.787, 3450, - 4.822, + 4.835, 3451, - 6.457, + 6.469, 3452, - 8.774, + 8.787, 3453, - 4.822, + 4.835, 3454, - 7.525, + 7.539, 3455, - 8.774, + 8.787, 3456, - 8.774, + 8.787, 3457, - 8.774, + 8.787, 3458, - 4.822, + 4.835, 3459, - 4.525, + 4.537, 3460, - 4.822, + 4.835, 3461, - 5.273, + 5.287, 3462, - 5.273, + 5.287, 3463, - 5.273, + 5.287, 3464, - 5.273, + 5.287, 3465, - 5.273, + 5.287, 3466, - 5.273, + 5.287, 3467, - 5.273, + 5.287, 3468, - 5.273, + 5.287, 3469, - 5.273, + 5.287, 3470, - 5.273, + 5.287, 3471, - 5.273, + 5.287, 3472, - 5.273, + 5.287, 3473, - 5.273, + 5.287, 3474, - 3.643, + 3.652, 3475, - 4.303, + 4.314, 3476, - 3.643, + 3.652, 3477, - 4.822, + 4.835, 3478, - 4.822, + 4.835, 3479, - 3.978, + 3.989, 3480, - 4.822, + 4.835, 3481, - 4.822, + 4.835, 3482, - 3.852, + 3.862, 3483, - 4.822, + 4.835, 3484, - 7.529, + 7.54, 3485, - 4.126, + 4.136, 3486, - 3.643, + 3.652, 3487, - 5.072, + 5.082, 3488, - 6.457, + 6.469, 3489, - 4.525, + 4.537, 3490, - 4.822, + 4.835, 3491, - 4.303, + 4.314, 3492, - 5.273, + 5.287, 3493, - 5.273, + 5.287, 3494, - 5.273, + 5.287, 3495, - 5.273 + 5.287 ] ], [ @@ -20705,673 +20705,673 @@ "data/manuals/sound", [ 0, - 0.348, + 0.35, 1, - 0.727, + 0.73, 2, - 0.719, + 0.722, 3, - 0.746, + 0.749, 4, - 0.746, + 0.749, 5, - 0.75, + 0.753, 6, - 0.75, + 0.753, 7, 1.556, 8, - 1.664, + 1.669, 9, - 0.964, + 0.968, 10, - 1.49, + 1.494, 11, - 1.03, + 1.034, 18, - 1.133, + 1.134, 20, - 1.453, + 1.454, 22, - 1.168, + 1.172, 30, - 1.074, + 1.078, 31, - 1.646, + 1.652, 36, - 1.374, + 1.378, 38, - 1.141, + 1.142, 39, - 0.6, + 0.602, 41, - 1.493, + 1.499, 42, - 0.516, + 0.518, 46, - 1.528, + 1.529, 52, - 1.286, + 1.29, 57, - 1.291, + 1.292, 59, - 0.977, + 0.978, 60, - 0.791, + 0.794, 62, - 1.968, + 1.973, 63, - 2.265, + 2.272, 70, - 2.903, + 2.91, 76, - 1.512, + 1.518, 79, 0.996, 86, - 0.923, + 0.926, 87, - 1.796, + 1.803, 90, - 2.521, + 2.524, 91, - 1.595, + 1.6, 92, - 1.875, + 1.881, 94, - 1.322, + 1.327, 96, - 3.255, + 3.259, 99, - 1.044, + 1.045, 100, - 1.429, + 1.432, 102, - 0.731, + 0.73, 103, - 1.37, + 1.374, 106, - 1.619, + 1.622, 107, - 1.132, + 1.135, 108, - 1.374, + 1.378, 116, - 1.106, + 1.11, 121, - 0.94, + 0.944, 122, - 1.455, + 1.459, 125, - 2.491, + 2.496, 126, - 2.1, + 2.102, 127, - 1.915, + 1.923, 142, - 2.049, + 2.054, 148, - 2.107, + 2.109, 149, - 1.082, + 1.086, 150, - 1.183, + 1.187, 153, - 2.43, + 2.432, 155, - 2.952, + 2.962, 156, - 1.672, + 1.679, 158, - 2.227, + 2.231, 160, - 2.421, + 2.412, 165, - 1.971, + 1.975, 166, - 1.335, + 1.341, 167, - 1.889, + 1.896, 168, - 2.455, + 2.463, 169, - 1.218, + 1.221, 171, - 1.457, + 1.463, 174, - 1.905, + 1.911, 175, - 1.239, + 1.244, 178, - 2.568, + 2.574, 182, - 1.512, + 1.518, 194, - 0.853, + 0.855, 198, - 1.62, + 1.625, 200, - 3.622, + 3.632, 201, - 1.05, + 1.053, 207, - 1.555, + 1.56, 229, - 1.849, + 1.852, 231, - 1.066, + 1.07, 233, - 1.915, + 1.923, 240, - 1.96, + 1.965, 241, - 0.608, + 0.611, 244, - 1.098, + 1.094, 247, - 2.863, + 2.868, 249, - 2.241, + 2.248, 256, - 1.05, + 1.053, 257, - 1.123, + 1.127, 263, - 2.703, + 2.707, 268, - 1.968, + 1.971, 269, - 2.125, + 2.128, 273, - 1.469, + 1.473, 295, - 3.509, + 3.517, 313, - 1.114, + 1.119, 325, - 2.144, + 2.152, 330, - 2.428, + 2.434, 333, - 2.154, + 2.159, 334, - 2.588, + 2.597, 353, - 1.875, + 1.866, 368, - 1.329, + 1.333, 375, - 2.223, + 2.232, 380, - 1.009, + 1.013, 382, - 2.741, + 2.747, 387, - 2.888, + 2.894, 391, - 1.762, + 1.769, 433, - 1.905, + 1.911, 434, - 1.322, + 1.327, 442, - 1.273, + 1.278, 452, - 1.358, + 1.363, 467, - 1.872, + 1.879, 471, - 1.595, + 1.599, 472, - 1.309, + 1.315, 473, - 2.055, + 2.062, 479, - 1.753, + 1.759, 497, - 1.457, + 1.463, 510, - 1.044, + 1.048, 521, - 0.989, + 0.993, 522, - 2.315, + 2.322, 524, - 2.899, + 2.904, 534, - 1.335, + 1.341, 537, - 1.621, + 1.627, 543, - 1.14, + 1.145, 552, - 0.845, + 0.848, 553, - 1.67, + 1.675, 556, - 3.13, + 3.136, 568, - 5.772, + 5.778, 603, - 1.952, + 1.958, 605, - 1.621, + 1.627, 629, - 1.405, + 1.41, 636, - 2.281, + 2.288, 647, - 2.706, + 2.715, 673, - 1.646, + 1.652, 689, - 1.273, + 1.278, 691, - 0.869, + 0.873, 692, - 1.066, + 1.07, 695, - 1.285, + 1.29, 699, - 1.915, + 1.923, 703, - 1.114, + 1.119, 711, - 1.7, + 1.707, 728, - 2.289, + 2.297, 740, - 1.44, + 1.446, 744, - 1.377, + 1.383, 747, - 1.597, + 1.603, 751, - 1.149, + 1.154, 765, - 0.996, + 0.999, 792, - 1.621, + 1.627, 819, - 2.749, + 2.758, 848, - 1.408, + 1.413, 856, - 1.14, + 1.145, 890, - 1.475, + 1.48, 894, - 1.123, + 1.127, 897, - 1.832, + 1.84, 898, - 2.112, + 2.118, 901, - 1.228, + 1.233, 914, - 1.952, + 1.958, 924, - 1.349, + 1.354, 926, - 2.075, + 2.084, 928, - 1.963, + 1.971, 931, - 0.786, + 0.781, 978, - 1.123, + 1.127, 995, - 1.796, + 1.803, 1010, - 1.168, + 1.172, 1011, - 1.832, + 1.84, 1019, - 2.249, + 2.255, 1025, - 1.123, + 1.127, 1029, - 1.392, + 1.383, 1034, - 1.09, + 1.094, 1041, - 2.112, + 2.119, 1043, - 1.228, + 1.233, 1052, - 1.493, + 1.499, 1079, - 1.377, + 1.383, 1104, - 0.989, + 0.993, 1131, - 3.773, + 3.781, 1136, - 2.897, + 2.906, 1137, - 4.124, + 4.134, 1146, - 1.228, + 1.233, 1150, - 1.597, + 1.603, 1153, - 1.335, + 1.341, 1160, - 1.7, + 1.707, 1172, - 2.368, + 2.375, 1184, - 1.796, + 1.803, 1216, - 1.532, + 1.518, 1220, - 1.762, + 1.769, 1226, - 5.635, + 5.642, 1229, - 4.541, + 4.551, 1248, - 1.796, + 1.803, 1249, - 2.223, + 2.232, 1250, - 1.597, + 1.603, 1260, - 2.749, + 2.758, 1261, - 1.73, + 1.707, 1295, - 1.753, + 1.759, 1304, - 2.749, + 2.758, 1305, - 2.144, + 2.152, 1312, - 2.075, + 2.084, 1364, - 2.749, + 2.758, 1382, - 1.574, + 1.58, 1411, - 3.263, + 3.27, 1428, - 1.552, + 1.559, 1432, - 2.625, + 2.634, 1436, - 2.144, + 2.152, 1459, - 1.158, + 1.163, 1465, - 2.431, + 2.437, 1492, - 3.689, + 3.699, 1499, - 1.7, + 1.707, 1511, - 3.207, + 3.216, 1532, - 1.832, + 1.84, 1584, - 1.597, + 1.603, 1588, - 1.392, + 1.398, 1596, - 1.512, + 1.518, 1602, - 1.392, + 1.398, 1629, - 1.273, + 1.278, 1649, - 3.621, + 3.63, 1651, - 3.56, + 3.57, 1655, - 1.493, + 1.499, 1662, - 1.25, + 1.255, 1672, - 2.519, + 2.527, 1713, - 1.493, + 1.499, 1719, - 2.223, + 2.232, 1791, - 2.438, + 2.448, 1793, - 3.837, + 3.847, 1804, - 1.363, + 1.368, 1807, - 2.854, + 2.862, 1885, - 1.646, + 1.652, 1897, - 3.655, + 3.667, 1911, - 2.396, + 2.403, 2027, - 1.408, + 1.413, 2035, - 2.897, + 2.906, 2070, - 4.813, + 4.823, 2080, - 3.149, + 3.159, 2092, - 2.438, + 2.448, 2115, - 2.319, + 2.328, 2116, - 6.993, + 6.996, 2118, - 2.223, + 2.232, 2119, - 2.598, + 2.609, 2123, - 2.665, + 2.673, 2164, - 1.228, + 1.233, 2175, - 3.078, + 3.088, 2238, - 3.812, + 3.825, 2287, - 2.319, + 2.328, 2314, - 2.223, + 2.232, 2441, - 1.493, + 1.499, 2442, - 2.075, + 2.084, 2482, - 3.812, + 3.825, 2503, - 3.92, + 3.931, 2511, - 2.438, + 2.448, 2582, - 2.706, + 2.673, 2616, - 3.412, + 3.424, 2649, - 1.7, + 1.707, 2657, - 1.597, + 1.603, 2684, - 1.672, + 1.679, 2701, - 2.438, + 2.448, 2738, - 4.911, + 4.921, 2837, - 1.796, + 1.803, 2955, - 1.621, + 1.627, 3095, - 2.598, + 2.609, 3115, - 9.736, + 9.743, 3192, - 2.075, + 2.084, 3320, - 2.075, + 2.084, 3363, - 1.963, + 1.971, 3399, - 1.963, + 1.971, 3408, - 2.438, + 2.448, 3431, - 2.438, + 2.448, 3476, - 1.963, + 1.971, 3489, - 2.438, + 2.448, 3496, - 2.841, + 2.853, 3497, - 2.841, + 2.853, 3498, - 2.841, + 2.853, 3499, - 2.598, + 2.609, 3500, - 2.841, + 2.853, 3501, - 3.655, + 3.667, 3502, - 2.841, + 2.853, 3503, - 4.009, + 4.022, 3504, - 7.062, + 7.074, 3505, - 2.223, + 2.232, 3506, - 7.062, + 7.074, 3507, - 5.914, + 5.928, 3508, - 4.272, + 4.286, 3509, - 4.672, + 4.687, 3510, - 2.841, + 2.853, 3511, - 2.223, + 2.232, 3512, - 4.672, + 4.687, 3513, - 2.438, + 2.448, 3514, - 2.598, + 2.609, 3515, - 2.598, + 2.609, 3516, - 5.441, + 5.456, 3517, - 2.598, + 2.609, 3518, - 5.914, + 5.928, 3519, - 4.272, + 4.286, 3520, - 2.841, + 2.853, 3521, - 4.009, + 4.022, 3522, - 2.841, + 2.853, 3523, - 2.841, + 2.853, 3524, - 2.841, + 2.853, 3525, - 2.598, + 2.609, 3526, - 8.655, + 8.67, 3527, - 3.149, + 3.159, 3528, - 4.272, + 4.286, 3529, - 2.598, + 2.609, 3530, - 2.841, + 2.853, 3531, - 4.672, + 4.687, 3532, - 2.841, + 2.853, 3533, - 2.598, + 2.609, 3534, - 2.598, + 2.609, 3535, - 6.964, + 6.979, 3536, - 2.438, + 2.448, 3537, - 4.672, + 4.687, 3538, - 4.672, + 4.687, 3539, - 2.598, + 2.609, 3540, - 4.672, + 4.687, 3541, - 4.672, + 4.687, 3542, - 2.841, + 2.853, 3543, - 2.841, + 2.853, 3544, - 4.672, + 4.687, 3545, - 4.672, + 4.687, 3546, - 2.598, + 2.609, 3547, - 2.841, + 2.853, 3548, - 2.841, + 2.853, 3549, - 2.598, + 2.609, 3550, - 2.841, + 2.853, 3551, - 2.841, + 2.853, 3552, - 2.598, + 2.609, 3553, - 2.841, + 2.853, 3554, - 2.841, + 2.853, 3555, - 2.841, + 2.853, 3556, - 2.598, + 2.609, 3557, - 2.841, + 2.853, 3558, - 2.319, + 2.328, 3559, - 3.655, + 3.667, 3560, - 5.95, + 5.966, 3561, - 4.009, + 4.022, 3562, - 5.95, + 5.966, 3563, - 2.841, + 2.853, 3564, - 4.272, + 4.286, 3565, - 4.672, + 4.687, 3566, - 2.438, + 2.448, 3567, - 2.841 + 2.853 ] ], [ @@ -21385,245 +21385,245 @@ "data/manuals/project-setup", [ 0, - 0.777, + 0.779, 1, - 1.622, + 1.626, 2, - 1.606, + 1.609, 3, - 1.665, + 1.668, 4, - 2.541, + 2.543, 5, - 1.674, + 1.677, 6, - 1.674, + 1.677, 7, - 1.502, + 1.503, 9, - 2.151, + 2.156, 10, - 1.371, + 1.374, 18, 1.095, 20, - 1.286, + 1.288, 36, - 2.066, + 2.068, 43, - 3.292, + 3.298, 46, - 1.381, + 1.382, 52, - 1.746, + 1.75, 56, - 3.767, + 3.771, 57, - 1.094, + 1.096, 59, - 0.935, + 0.936, 60, - 2.693, + 2.696, 77, - 1.314, + 1.316, 79, 1.017, 91, - 4.085, + 4.087, 99, 1.071, 100, - 1.605, + 1.607, 106, - 1.136, + 1.138, 107, - 1.971, + 1.973, 108, - 1.865, + 1.869, 113, - 2.076, + 2.078, 125, - 1.929, + 1.933, 126, - 1.259, + 1.262, 148, - 1.301, + 1.304, 150, - 1.606, + 1.609, 153, - 2.351, + 2.353, 169, - 1.44, + 1.442, 177, - 1.941, + 1.945, 194, - 1.157, + 1.16, 198, - 2.822, + 2.824, 201, - 1.922, + 1.925, 203, - 3.419, + 3.426, 206, - 3.075, + 3.081, 226, - 2.38, + 2.384, 229, - 1.983, + 1.984, 230, - 2.208, + 2.212, 231, - 4.059, + 4.062, 235, - 4.008, + 4.017, 240, - 1.804, + 1.807, 241, - 1.832, + 1.834, 243, - 4.795, + 4.8, 253, - 3.178, + 3.184, 256, - 1.425, + 1.428, 269, - 2.351, + 2.353, 324, - 3.618, + 3.625, 332, - 2.847, + 2.851, 333, - 1.794, + 1.798, 342, - 2.841, + 2.847, 434, - 2.951, + 2.958, 439, - 5.766, + 5.774, 452, - 2.487, + 2.49, 457, - 2.252, + 2.257, 469, - 3.214, + 3.221, 506, - 3.862, + 3.869, 521, - 2.208, + 2.212, 524, - 3.242, + 3.245, 567, - 3.292, + 3.298, 591, - 4.179, + 4.187, 601, - 2.298, + 2.303, 602, - 2.565, + 2.571, 638, - 4.008, + 4.017, 648, - 3.075, + 3.081, 649, - 3.795, + 3.803, 685, - 3.946, + 3.95, 686, - 3.419, + 3.426, 691, - 1.941, + 1.945, 710, - 3.075, + 3.081, 771, - 5.033, + 5.037, 774, - 4.376, + 4.38, 801, - 4.192, + 4.197, 819, - 3.733, + 3.74, 834, - 4.795, + 4.8, 837, - 6.241, + 6.248, 894, - 3.38, + 3.385, 1043, - 2.741, + 2.747, 1146, - 3.696, + 3.702, 1250, - 3.564, + 3.572, 1260, - 3.733, + 3.74, 1323, - 2.649, + 2.655, 1364, - 3.733, + 3.74, 1412, - 4.275, + 4.284, 1616, - 4.008, + 4.017, 1629, - 2.841, + 2.847, 1807, - 3.043, + 3.049, 1866, - 3.618, + 3.625, 1871, - 3.075, + 3.081, 2158, - 4.275, + 4.284, 2196, - 5.176, + 5.186, 2268, - 4.552, + 4.558, 2272, - 5.176, + 5.186, 2273, - 5.443, + 5.454, 2341, - 4.785, + 4.795, 2345, - 4.633, + 4.642, 2778, - 4.179, + 4.187, 2822, - 3.862, + 3.869, 2954, - 4.275, + 4.284, 2969, - 6.453, + 6.462, 3071, - 4.275, + 4.284, 3568, - 5.176, + 5.186, 3569, - 4.382, + 4.391, 3570, - 5.8, + 5.812, 3571, - 6.343, + 6.356, 3572, - 4.785, + 4.795, 3573, - 6.343, + 6.356, 3574, - 4.633, + 4.642, 3575, - 5.8, + 5.812, 3576, - 4.962, + 4.973, 3577, - 5.443, + 5.454, 3578, - 8.554, + 8.566, 3579, - 6.343, + 6.356, 3580, - 6.343, + 6.356, 3581, - 4.962 + 4.973 ] ], [ @@ -21637,193 +21637,193 @@ "data/manuals/socket-connections", [ 0, - 0.901, + 0.902, 1, - 1.881, + 1.883, 2, - 1.861, + 1.864, 3, - 1.93, + 1.933, 4, - 1.93, + 1.933, 5, - 1.94, + 1.943, 6, - 1.94, + 1.943, 7, - 1.457, + 1.458, 9, - 2.494, + 2.497, 18, 1.099, 20, - 0.977, + 0.979, 38, - 0.816, + 0.818, 39, - 1.99, + 1.992, 46, - 1.049, + 1.05, 57, - 1.404, + 1.405, 59, 1.048, 60, - 2.046, + 2.049, 72, - 2.447, + 2.451, 79, - 0.964, + 0.965, 90, - 1.752, + 1.755, 99, - 1.048, + 1.049, 100, - 1.38, + 1.382, 105, - 2.95, + 2.955, 106, - 1.317, + 1.319, 107, - 2.089, + 2.09, 108, - 3.059, + 3.061, 113, - 1.473, + 1.475, 119, - 3.726, + 3.731, 121, - 3.118, + 3.121, 160, - 2.174, + 2.165, 169, - 1.403, + 1.404, 226, - 2.623, + 2.626, 269, - 2.49, + 2.492, 285, - 3.293, + 3.298, 330, - 3.006, + 3.009, 353, - 3.783, + 3.757, 382, - 2.646, + 2.65, 457, - 2.61, + 2.614, 524, - 3.157, + 3.16, 550, - 3.421, + 3.426, 554, - 2.759, + 2.763, 629, - 2.211, + 2.214, 669, - 5.844, + 5.85, 672, - 3.421, + 3.393, 676, - 3.355, + 3.36, 709, - 4.646, + 4.653, 710, - 3.564, + 3.569, 735, - 3.527, + 3.532, 828, - 4.326, + 4.333, 874, - 3.77, + 3.775, 891, - 3.197, + 3.2, 944, - 3.77, + 3.775, 947, - 3.863, + 3.869, 1055, - 6.622, + 6.625, 1056, - 5.37, + 5.378, 1060, - 4.132, + 4.138, 1090, - 3.421, + 3.426, 1173, - 3.602, + 3.608, 1224, - 3.527, + 3.532, 1253, - 4.132, + 4.138, 1465, - 2.593, + 2.597, 1471, - 3.642, + 3.648, 1562, - 4.844, + 4.851, 1574, - 4.476, + 4.483, 1621, - 3.726, + 3.731, 1807, - 3.527, + 3.532, 1884, - 3.123, + 3.128, 2089, - 5.848, + 5.852, 2327, - 4.646, + 4.653, 2448, - 4.844, + 4.851, 2450, - 6.723, + 6.733, 2460, - 8.089, + 8.097, 2465, - 5.37, + 5.378, 2806, - 6.309, + 6.318, 3094, - 5.079, + 5.086, 3140, - 5.079, + 5.086, 3582, - 6.723, + 6.733, 3583, - 5.216, + 5.224, 3584, - 5.216, + 5.224, 3585, - 6.723, + 6.733, 3586, - 7.352, + 7.363, 3587, - 9.427, + 9.436, 3588, - 9.427, + 9.436, 3589, - 6.723, + 6.733, 3590, - 6.723, + 6.733, 3591, - 8.089, + 8.097, 3592, - 6.723, + 6.733, 3593, - 6.309, + 6.318, 3594, - 5.37, + 5.378, 3595, - 5.37, + 5.378, 3596, - 6.723, + 6.733, 3597, - 5.216, + 5.224, 3598, - 6.309, + 6.318, 3599, - 4.844 + 4.851 ] ], [ @@ -21841,13 +21841,13 @@ 18, 1.045, 20, - 1.243, + 1.244, 38, 1.039, 42, - 1.984, + 1.985, 49, - 3.234, + 3.235, 57, 1.197, 59, @@ -21855,43 +21855,43 @@ 79, 0.795, 99, - 0.83, + 0.831, 107, 1.78, 198, - 2.547, + 2.548, 253, - 4.685, + 4.687, 350, - 5.596, + 5.598, 480, - 6.161, + 6.164, 683, - 3.973, + 3.974, 685, - 3.813, + 3.814, 894, - 3.695, + 3.697, 1079, - 4.534, + 4.536, 1764, - 8.025, + 8.028, 2032, - 8.025, + 8.028, 2054, - 5.334, + 5.336, 2217, - 5.694, + 5.696, 2360, - 5.042, + 5.044, 2985, - 7.055, + 7.058, 3342, - 5.798, + 5.801, 3600, - 7.631, + 7.635, 3601, - 9.353 + 9.356 ] ], [ @@ -21905,591 +21905,591 @@ "data/manuals/extensions-best-practices", [ 0, - 0.465, + 0.466, 1, - 0.97, + 0.973, 2, - 1.49, + 1.494, 3, - 0.995, + 0.999, 4, - 1.545, + 1.549, 5, - 1.001, + 1.004, 6, - 1.001, + 1.004, 7, - 1.475, + 1.476, 9, - 1.996, + 2.001, 10, - 1.757, + 1.76, 18, 1.113, 20, - 1.525, + 1.526, 22, - 1.558, + 1.564, 28, - 1.838, + 1.845, 36, - 1.857, + 1.859, 38, - 1.145, + 1.146, 42, - 1.824, + 1.826, 46, - 1.593, + 1.594, 55, - 1.819, + 1.825, 56, - 1.476, + 1.481, 57, - 1.373, + 1.374, 59, - 0.951, + 0.952, 60, - 2.262, + 2.266, 61, - 4.471, + 4.481, 77, - 1.822, + 1.825, 78, - 2.612, + 2.619, 79, - 0.938, + 0.939, 86, - 1.231, + 1.236, 91, - 2.009, + 2.014, 99, - 0.98, + 0.981, 100, - 1.651, + 1.654, 102, - 1.854, + 1.849, 103, - 2.026, + 2.029, 105, - 1.522, + 1.527, 106, - 1.799, + 1.801, 107, - 2.073, + 2.075, 108, - 2.39, + 2.394, 109, - 2.208, + 2.198, 113, - 1.445, + 1.448, 116, - 1.476, + 1.481, 121, - 1.254, + 1.259, 122, - 1.181, + 1.185, 126, - 1.168, + 1.171, 132, - 3.023, + 3.028, 141, - 1.403, + 1.408, 143, - 1.838, + 1.845, 148, - 1.207, + 1.211, 150, - 2.228, + 2.231, 151, - 2.438, + 2.425, 153, - 2.204, + 2.207, 169, - 1.209, + 1.212, 177, - 1.16, + 1.164, 194, - 1.316, + 1.319, 195, - 2.196, + 2.204, 196, - 2.035, + 2.041, 197, - 1.303, + 1.307, 198, - 2.536, + 2.539, 199, - 1.625, + 1.63, 201, - 0.852, + 0.855, 203, - 2.044, + 2.051, 204, - 2.861, + 2.871, 210, - 1.534, + 1.539, 224, - 2.397, + 2.405, 225, - 3.967, + 3.977, 229, - 1.707, + 1.709, 230, - 1.32, + 1.325, 231, - 1.423, + 1.428, 236, - 1.9, + 1.906, 240, - 1.078, + 1.082, 241, - 1.544, + 1.548, 247, - 1.254, + 1.259, 256, - 2.368, + 2.37, 257, - 1.498, + 1.504, 260, - 1.278, + 1.283, 265, - 2.498, + 2.507, 268, - 1.473, + 1.476, 269, - 1.844, + 1.848, 273, - 0.936, + 0.939, 282, - 1.879, + 1.885, 292, - 3.769, + 3.775, 313, - 2.308, + 2.314, 317, - 2.232, + 2.239, 332, - 2.4, + 2.406, 342, - 2.636, + 2.643, 353, - 2.362, + 2.35, 380, - 1.346, + 1.351, 390, - 3.038, + 3.044, 434, - 2.738, + 2.746, 452, - 2.097, + 2.101, 457, - 3.124, + 3.129, 459, - 1.765, + 1.771, 479, - 1.423, + 1.428, 510, - 3.42, + 3.425, 524, - 1.27, + 1.274, 546, - 2.044, + 2.051, 551, - 2.62, + 2.629, 552, - 2.616, + 2.62, 555, - 1.188, + 1.185, 561, - 1.202, + 1.206, 573, - 2.208, + 2.214, 580, - 3.719, + 3.729, 583, - 3.649, + 3.658, 608, - 4.027, + 4.034, 614, - 2.828, + 2.834, 623, - 1.683, + 1.689, 629, - 1.77, + 1.775, 634, - 3.212, + 3.217, 636, - 2.257, + 2.263, 663, - 2.967, + 2.977, 674, - 2.948, + 2.956, 675, - 1.454, + 1.459, 680, - 1.992, + 1.999, 685, - 3.587, + 3.592, 686, - 2.044, + 2.051, 689, - 3.641, + 3.647, 690, - 4.557, + 4.567, 691, - 1.16, + 1.164, 702, - 1.9, + 1.906, 704, - 2.445, + 2.454, 705, - 2.498, + 2.507, 709, - 2.397, + 2.405, 710, - 1.838, + 1.845, 751, - 1.534, + 1.539, 765, - 2.062, + 2.067, 771, - 2.738, + 2.746, 805, - 3.468, + 3.48, 808, - 2.018, + 2.025, 812, - 5.116, + 5.128, 815, - 2.351, + 2.359, 816, - 2.861, + 2.871, 834, - 1.879, + 1.885, 864, - 2.62, + 2.629, 879, - 3.463, + 3.472, 891, - 1.286, + 1.291, 895, - 1.819, + 1.825, 899, - 2.498, + 2.507, 914, - 1.584, + 1.59, 941, - 2.308, + 2.314, 945, - 2.445, + 2.454, 948, - 1.498, + 1.504, 985, - 2.77, + 2.779, 995, - 2.397, + 2.405, 996, - 2.982, + 2.99, 1034, - 2.765, + 2.771, 1047, - 3.859, + 3.866, 1052, - 1.992, + 1.999, 1060, - 2.131, + 2.138, 1064, - 1.858, + 1.865, 1066, - 2.308, + 2.314, 1067, - 2.874, + 2.879, 1068, - 5.884, + 5.892, 1079, - 1.838, + 1.845, 1081, - 2.309, + 2.317, 1090, - 4.094, + 4.101, 1094, - 2.861, + 2.871, 1104, - 3.062, + 3.067, 1120, - 2.232, + 2.239, 1121, - 2.62, + 2.629, 1134, - 2.397, + 2.405, 1140, - 1.747, + 1.753, 1173, - 1.858, + 1.865, 1192, - 2.351, + 2.359, 1202, - 1.8, + 1.807, 1260, - 3.463, + 3.472, 1314, - 2.556, + 2.565, 1332, - 1.534, + 1.539, 1337, - 2.445, + 2.454, 1338, - 2.967, + 2.977, 1415, - 4.066, + 4.076, 1449, - 2.967, + 2.977, 1460, - 4.944, + 4.952, 1490, - 2.967, + 2.977, 1495, - 2.101, + 2.108, 1545, - 2.967, + 2.977, 1546, - 1.968, + 1.975, 1616, - 2.397, + 2.405, 1651, - 3.521, + 3.531, 1661, - 1.9, + 1.906, 1666, - 2.351, + 2.359, 1686, - 2.861, + 2.871, 1769, - 1.747, + 1.753, 1882, - 1.683, + 1.689, 1920, - 3.782, + 3.789, 1931, - 2.044, + 2.051, 1942, - 3.307, + 3.316, 1948, - 2.018, + 2.025, 1990, - 5.797, + 5.806, 1997, - 2.163, + 2.17, 2024, - 3.26, + 3.268, 2084, - 2.445, + 2.454, 2093, - 2.861, + 2.871, 2095, - 2.269, + 2.277, 2110, - 3.094, + 3.105, 2133, - 3.254, + 3.265, 2135, - 2.69, + 2.7, 2143, - 4.751, + 4.762, 2157, - 3.468, + 3.48, 2180, - 2.498, + 2.507, 2195, - 3.254, + 3.265, 2335, - 2.445, + 2.454, 2345, - 4.299, + 4.31, 2373, - 2.397, + 2.405, 2374, - 3.254, + 3.265, 2494, - 2.967, + 2.977, 2544, - 3.795, + 3.805, 2625, - 3.468, + 3.48, 2649, - 2.269, + 2.277, 2678, - 4.604, + 4.617, 2684, - 2.232, + 2.239, 2719, - 3.254, + 3.105, 2779, - 3.054, + 3.062, 2783, - 2.69, + 2.7, 2931, - 3.468, + 3.48, 2933, - 3.094, + 3.105, 2955, - 2.163, + 2.17, 2999, - 6.132, + 6.143, 3000, - 4.604, + 4.617, 3085, - 3.254, + 3.265, 3092, - 2.967, + 2.977, 3134, - 2.269, + 2.277, 3253, - 6.359, + 6.371, 3261, - 4.44, + 4.452, 3262, - 3.254, + 3.265, 3388, - 3.254, + 3.265, 3409, - 3.254, + 3.265, 3504, - 3.094, + 3.105, 3552, - 3.468, + 3.48, 3599, - 2.498, + 2.507, 3602, - 3.468, + 3.48, 3603, - 2.397, + 2.405, 3604, - 3.792, + 3.805, 3605, - 3.792, + 3.805, 3606, - 3.792, + 3.805, 3607, - 2.77, + 2.779, 3608, - 3.254, + 3.265, 3609, - 5.885, + 5.901, 3610, - 5.784, + 5.79, 3611, - 3.792, + 3.805, 3612, - 3.792, + 3.805, 3613, - 3.792, + 3.805, 3614, - 3.792, + 3.805, 3615, - 4.44, + 4.452, 3616, - 5.268, + 5.279, 3617, - 3.792, + 3.805, 3618, - 8.128, + 8.143, 3619, - 5.382, + 5.396, 3620, - 5.642, + 5.655, 3621, - 2.967, + 2.977, 3622, - 3.792, + 3.805, 3623, - 2.967, + 2.977, 3624, - 3.792, + 3.805, 3625, - 3.254, + 3.265, 3626, - 3.254, + 3.265, 3627, - 3.792, + 3.805, 3628, - 6.974, + 6.987, 3629, - 3.094, + 3.105, 3630, - 3.792, + 3.48, 3631, - 3.468, + 3.48, 3632, - 3.094, + 3.105, 3633, - 5.885, + 5.901, 3634, - 8.128, + 8.143, 3635, - 3.792, + 3.805, 3636, - 3.792, + 3.805, 3637, - 3.792, + 3.805, 3638, - 2.861, + 2.871, 3639, - 3.792, + 3.805, 3640, - 3.792, + 3.805, 3641, - 6.595, + 6.609, 3642, - 3.792, + 3.805, 3643, - 3.792, + 3.805, 3644, - 3.792, + 3.805, 3645, - 3.792, + 3.805, 3646, - 3.132, + 3.14, 3647, - 5.885, + 5.901, 3648, - 3.094, + 3.105, 3649, - 3.468, + 3.48, 3650, - 3.254, + 3.265, 3651, - 3.094, + 3.105, 3652, - 3.792, + 3.805, 3653, - 3.254, + 3.265, 3654, - 3.792, + 3.805, 3655, - 3.468, + 3.48, 3656, - 3.792, + 3.805, 3657, - 3.254, + 3.265, 3658, - 3.468, + 3.48, 3659, - 3.468, + 3.48, 3660, - 3.094, + 3.105, 3661, - 3.792, + 3.805, 3662, - 3.792, + 3.805, 3663, - 3.468, + 3.48, 3664, - 3.792, + 3.805, 3665, - 3.792, + 3.805, 3666, - 3.792 + 3.805 ] ], [ @@ -22505,233 +22505,233 @@ 7, 1.589, 8, - 3.248, + 3.25, 9, - 2.175, + 2.179, 18, 1.073, 20, - 1.293, + 1.295, 38, - 0.957, + 0.958, 42, - 1.164, + 1.167, 46, - 1.549, + 1.55, 57, - 0.82, + 0.822, 59, 0.98, 60, - 1.784, + 1.788, 62, - 2.121, + 2.125, 72, - 2.134, + 2.138, 79, - 0.884, + 0.885, 99, 1.031, 100, - 1.203, + 1.205, 106, - 1.148, + 1.151, 113, - 2.085, + 2.087, 116, - 2.495, + 2.5, 126, - 1.273, + 1.275, 148, - 1.768, + 1.77, 150, - 1.623, + 1.626, 153, - 2.361, + 2.363, 158, - 1.874, + 1.878, 169, - 0.954, + 0.956, 174, - 2.614, + 2.619, 201, - 1.936, + 1.939, 229, - 1.58, + 1.582, 231, - 4.532, + 4.533, 236, - 3.212, + 3.218, 256, - 1.936, + 1.939, 260, - 2.904, + 2.908, 273, - 1.583, + 1.586, 282, - 3.176, + 3.183, 332, - 3.239, + 3.242, 353, - 3.457, + 3.435, 390, - 2.7, + 2.706, 411, - 3.327, + 3.334, 452, - 1.864, + 1.868, 472, - 2.954, + 2.96, 496, - 2.983, + 2.989, 524, - 2.147, + 2.152, 577, - 2.514, + 2.519, 614, - 2.514, + 2.519, 615, - 5.178, + 5.184, 634, - 2.533, + 2.538, 645, - 3.773, + 3.78, 659, - 4.914, + 4.921, 691, - 2.636, + 2.64, 710, - 4.177, + 4.183, 711, - 5.155, + 5.162, 735, - 3.075, + 3.082, 739, - 5.232, + 5.242, 775, - 3.552, + 3.559, 809, - 3.603, + 3.61, 839, - 4.837, + 4.846, 860, - 4.366, + 4.372, 874, - 3.287, + 3.294, 891, - 2.175, + 2.179, 892, - 5.501, + 5.513, 893, - 5.501, + 5.513, 894, - 4.588, + 4.59, 895, - 5.363, + 5.366, 898, - 2.276, + 2.281, 901, - 3.723, + 3.728, 906, - 5.863, + 5.875, 916, - 4.683, + 4.692, 918, - 4.133, + 4.139, 939, - 3.176, + 3.183, 972, - 4.134, + 4.143, 975, - 3.075, + 3.082, 996, - 3.249, + 3.256, 1034, - 3.304, + 3.308, 1043, - 2.77, + 2.776, 1061, - 4.224, + 4.232, 1064, - 3.142, + 3.148, 1066, - 2.514, + 2.519, 1067, - 2.815, + 2.819, 1097, - 3.975, + 3.983, 1103, - 5.676, + 5.684, 1146, - 2.77, + 2.776, 1224, - 3.075, + 3.082, 1226, - 3.657, + 3.664, 1269, - 3.552, + 3.559, 1411, - 3.691, + 3.696, 1440, - 3.903, + 3.911, 1457, - 3.773, + 3.78, 1546, - 3.327, + 3.334, 1584, - 3.603, + 3.61, 1662, - 2.82, + 2.826, 1674, - 8.929, + 8.936, 1692, - 5.501, + 5.513, 1884, - 2.723, + 2.729, 1979, - 5.246, + 5.253, 2007, - 4.052, + 4.06, 2089, - 3.603, + 3.61, 2105, - 5.676, + 5.684, 2182, - 3.287, + 3.294, 2514, - 3.503, + 3.51, 3342, - 3.975, + 3.983, 3667, - 4.837, + 4.846, 3668, - 5.232, + 5.242, 3669, - 5.016, + 5.026, 3670, - 5.232, + 5.242, 3671, - 5.863, + 5.875, 3672, - 7.031, + 7.04, 3673, - 6.5, + 6.509, 3674, - 6.5, + 6.509, 3675, - 6.411, + 6.424, 3676, - 6.411, + 6.424, 3677, - 5.232, + 5.242, 3678, - 6.411, + 6.424, 3679, - 4.837, + 4.846, 3680, - 5.232, + 5.242, 3681, - 4.683 + 4.692 ] ], [ @@ -22775,311 +22775,311 @@ 7, 1.55, 8, - 2.869, + 2.872, 9, - 1.854, + 1.859, 10, - 1.182, + 1.185, 18, 1.127, 20, - 1.19, + 1.191, 38, - 0.607, + 0.609, 42, - 0.993, + 0.996, 44, - 2.284, + 2.29, 46, - 1.561, + 1.562, 49, - 1.891, + 1.895, 54, - 2.596, + 2.602, 56, - 3.483, + 3.488, 57, - 0.699, + 0.701, 59, 1.07, 60, - 1.521, + 1.525, 63, - 2.65, + 2.657, 70, - 2.303, + 2.309, 79, - 0.965, + 0.966, 86, - 1.775, + 1.78, 99, - 1.066, + 1.067, 100, - 1.026, + 1.029, 105, - 2.194, + 2.199, 106, - 0.979, + 0.982, 107, - 1.85, + 1.853, 111, - 2.284, + 2.29, 113, - 1.793, + 1.796, 121, - 1.808, + 1.813, 125, - 1.663, + 1.667, 126, - 1.93, + 1.932, 148, - 1.584, + 1.587, 153, - 2.578, + 2.58, 169, - 1.149, + 1.151, 177, - 1.673, + 1.677, 194, - 2.102, + 2.103, 197, - 1.878, + 1.883, 198, - 2.648, + 2.651, 201, - 1.229, + 1.232, 206, - 3.743, + 3.749, 207, - 1.82, + 1.824, 208, - 4.277, + 4.282, 229, - 2.006, + 2.007, 239, - 2.405, + 2.411, 240, - 1.555, + 1.559, 256, - 1.735, + 1.738, 261, - 2.322, + 2.328, 268, - 1.827, + 1.83, 269, - 2.206, + 2.209, 273, - 1.35, + 1.353, 333, - 1.546, + 1.55, 380, - 1.941, + 1.946, 382, - 1.968, + 1.972, 452, - 1.589, + 1.594, 456, - 2.947, + 2.955, 471, - 1.466, + 1.469, 552, - 1.626, + 1.63, 565, - 3.993, + 4.004, 590, - 2.265, + 2.271, 592, - 3.526, + 3.534, 601, - 1.981, + 1.986, 619, - 4.124, + 4.004, 642, - 4.536, + 4.542, 644, - 2.709, + 2.715, 677, - 2.519, + 2.526, 683, - 2.322, + 2.328, 685, - 2.229, + 2.234, 691, - 1.673, + 1.677, 703, - 2.144, + 2.149, 744, - 4.714, + 4.719, 751, - 2.211, + 2.217, 771, - 2.544, + 2.551, 801, - 2.679, + 2.686, 809, - 3.072, + 3.08, 891, - 1.854, + 1.859, 894, - 3.051, + 3.056, 902, - 3.118, + 3.126, 912, - 3.526, + 3.534, 923, - 3.783, + 3.79, 961, - 6.183, + 6.191, 1146, - 2.363, + 2.369, 1267, - 3.777, + 3.786, 1284, - 3.526, + 3.534, 1296, - 2.876, + 2.882, 1337, - 5.771, + 5.779, 1403, - 2.596, + 2.602, 1412, - 3.685, + 3.695, 1440, - 3.329, + 3.337, 1509, - 3.777, + 3.786, 1596, - 2.909, + 2.917, 1615, - 4.461, + 4.473, 1629, - 2.449, + 2.455, 1648, - 3.118, + 3.126, 1662, - 3.396, + 3.402, 1667, - 4.124, + 4.135, 1668, - 4.691, + 4.703, 1669, - 7.68, + 7.69, 1769, - 3.558, + 3.564, 1841, - 3.166, + 3.174, 1884, - 3.802, + 3.807, 1920, - 4.773, + 4.777, 1933, - 2.909, + 2.917, 1939, - 3.993, + 4.004, 1961, - 4.7, + 4.709, 1968, - 2.909, + 2.917, 1989, - 4.403, + 4.411, 1993, - 5.204, + 5.213, 2024, - 2.472, + 2.478, 2027, - 5.42, + 5.424, 2029, - 3.993, + 4.004, 2030, - 3.685, + 3.695, 2054, - 3.118, + 3.126, 2057, - 3.455, + 3.464, 2116, - 3.118, + 3.126, 2155, - 4.978, + 4.987, 2158, - 3.685, + 3.695, 2182, - 2.803, + 2.81, 2389, - 3.166, + 3.174, 2434, - 6.35, + 6.358, 2441, - 2.873, + 2.88, 2448, - 3.602, + 3.611, 2566, - 3.602, + 3.611, 2778, - 3.602, + 3.611, 2930, - 4.691, + 4.703, 2941, - 5.477, + 5.487, 2942, - 5.0, + 5.012, 2953, - 3.777, + 3.786, 2959, - 6.625, + 6.637, 2967, - 3.602, + 3.611, 2971, - 4.124, + 4.135, 2981, - 3.777, + 3.786, 3008, - 4.691, + 4.703, 3029, - 4.691, + 4.703, 3030, - 4.461, + 4.473, 3583, - 3.879, + 3.889, 3600, - 6.3, + 6.311, 3682, - 5.467, + 5.481, 3683, - 10.257, + 10.267, 3684, - 10.645, + 10.654, 3685, - 5.0, + 5.012, 3686, - 5.467, + 5.481, 3687, - 5.467, + 5.481, 3688, - 5.467, + 5.481, 3689, - 5.467, + 5.481, 3690, - 5.467, + 5.481, 3691, - 3.777, + 3.786, 3692, - 5.467, + 5.481, 3693, - 6.614, + 6.62, 3694, - 7.68, + 7.69, 3695, - 3.993, + 4.004, 3696, - 4.461, + 4.473, 3697, - 8.184, + 8.196, 3698, - 5.467, + 5.481, 3699, - 5.467, + 5.481, 3700, - 4.691 + 4.703 ] ], [ @@ -23095,245 +23095,245 @@ 7, 1.551, 8, - 3.118, + 3.12, 10, - 2.092, + 2.095, 12, - 4.937, + 4.94, 18, 1.122, 20, - 1.137, + 1.139, 30, - 2.397, + 2.402, 36, - 1.706, + 1.708, 38, - 1.286, + 1.287, 40, - 8.305, + 8.314, 43, - 5.023, + 5.028, 46, - 1.652, + 1.653, 49, - 3.347, + 3.35, 57, - 1.238, + 1.24, 59, 0.874, 60, - 1.765, + 1.769, 77, - 2.005, + 2.007, 79, - 0.919, + 0.92, 84, - 2.717, + 2.723, 86, - 2.778, + 2.781, 90, - 1.512, + 1.515, 91, - 3.537, + 3.54, 92, - 2.545, + 2.55, 94, - 2.951, + 2.958, 99, - 0.76, + 0.761, 100, - 1.19, + 1.193, 102, - 2.865, + 2.852, 103, - 1.46, + 1.463, 107, - 1.207, + 1.209, 109, - 2.38, + 2.368, 113, - 1.271, + 1.273, 125, - 1.929, + 1.933, 126, - 2.147, + 2.149, 142, - 1.886, + 1.89, 144, - 3.333, + 3.339, 148, - 1.301, + 1.304, 150, - 1.606, + 1.609, 160, - 1.875, + 1.869, 169, - 0.944, + 0.946, 174, - 2.586, + 2.591, 175, - 2.765, + 2.771, 201, - 1.922, + 1.925, 202, - 2.072, + 2.064, 216, - 3.38, + 3.385, 241, - 1.358, + 1.361, 260, - 2.883, + 2.887, 263, - 3.234, + 3.237, 268, - 1.295, + 1.298, 269, - 1.941, + 1.944, 273, - 1.566, + 1.569, 330, - 2.022, + 2.027, 333, - 2.419, + 2.423, 368, - 1.804, + 1.807, 380, - 3.037, + 3.041, 382, - 2.283, + 2.287, 387, - 2.237, + 2.242, 425, - 3.618, + 3.625, 473, - 2.79, + 2.795, 524, - 2.124, + 2.129, 553, - 2.267, + 2.272, 561, - 2.01, + 2.015, 623, - 2.815, + 2.821, 633, - 3.214, + 3.221, 642, - 4.335, + 4.341, 675, - 2.432, + 2.437, 677, - 2.923, + 2.929, 683, - 2.694, + 2.7, 691, - 2.961, + 2.965, 751, - 3.46, + 3.464, 793, - 4.504, + 4.509, 809, - 3.564, + 3.572, 859, - 4.286, + 4.292, 915, - 2.432, + 2.437, 927, - 5.8, + 5.812, 960, - 4.417, + 4.38, 1066, - 2.487, + 2.492, 1067, - 2.072, + 2.076, 1074, - 4.785, + 4.795, 1172, - 3.214, + 3.221, 1213, - 4.785, + 4.795, 1322, - 3.252, + 3.259, 1332, - 2.565, + 2.571, 1406, - 2.895, + 2.901, 1421, - 3.862, + 3.869, 1457, - 5.034, + 5.041, 1465, - 3.815, + 3.818, 1495, - 3.514, + 3.521, 1543, - 3.733, + 3.74, 1661, - 3.178, + 3.184, 1812, - 4.382, + 4.284, 2010, - 5.176, + 5.186, 2095, - 3.795, + 3.803, 2096, - 3.514, + 3.521, 2164, - 4.674, + 4.678, 2621, - 6.248, + 6.257, 2684, - 3.733, + 3.74, 3181, - 7.573, + 7.58, 3217, - 6.98, + 6.99, 3325, - 4.633, + 4.642, 3701, - 6.343, + 6.356, 3702, - 5.8, + 5.812, 3703, - 6.343, + 6.356, 3704, - 5.8, + 5.812, 3705, - 5.8, + 5.812, 3706, - 6.343, + 6.356, 3707, - 6.343, + 6.356, 3708, - 5.176, + 5.186, 3709, - 4.785, + 4.642, 3710, - 5.176, + 5.186, 3711, - 6.343, + 6.356, 3712, - 3.075, + 3.081, 3713, - 3.733, + 3.74, 3714, - 6.343, + 6.356, 3715, - 5.8, + 5.812, 3716, - 6.343, + 6.356, 3717, - 5.176, + 5.186, 3718, - 6.343, + 6.356, 3719, - 6.343, + 6.356, 3720, - 5.443, + 5.454, 3721, - 5.443, + 5.454, 3722, - 5.8 + 5.812 ] ], [ @@ -23353,9 +23353,9 @@ 2, 2.515, 3, - 2.607, + 2.608, 4, - 2.607, + 2.608, 5, 2.621, 6, @@ -23373,245 +23373,245 @@ "data/manuals/caching-assets", [ 0, - 0.725, + 0.727, 1, - 1.514, + 1.517, 2, - 1.498, + 1.502, 3, - 1.554, + 1.557, 4, - 1.554, + 1.557, 5, - 1.562, + 1.565, 6, - 1.562, + 1.565, 7, - 1.37, + 1.371, 8, - 1.656, + 1.66, 10, - 2.418, + 2.42, 18, 1.13, 20, - 1.515, + 1.516, 36, - 1.18, + 1.183, 39, - 1.249, + 1.252, 42, - 1.918, + 1.919, 46, - 1.436, + 1.437, 52, - 1.629, + 1.633, 57, - 1.351, + 1.352, 59, - 0.908, + 0.909, 76, - 4.342, + 4.349, 77, - 1.934, + 1.936, 78, - 2.627, + 2.633, 79, - 0.897, + 0.898, 84, - 3.496, + 3.501, 90, - 1.411, + 1.414, 91, - 3.188, + 3.192, 99, 0.938, 100, - 1.531, + 1.534, 103, - 1.879, + 1.882, 106, - 1.462, + 1.464, 107, - 2.009, + 2.011, 108, - 1.74, + 1.744, 111, - 3.408, + 3.414, 113, - 1.635, + 1.637, 122, - 1.843, + 1.847, 126, - 1.62, + 1.622, 148, - 1.674, + 1.677, 150, - 2.066, + 2.069, 158, - 1.73, + 1.734, 169, - 0.881, + 0.883, 174, - 4.103, + 4.107, 199, - 3.496, + 3.501, 201, - 1.33, + 1.333, 228, - 3.466, + 3.442, 229, - 2.001, + 2.002, 231, - 3.062, + 3.067, 241, - 2.155, + 2.157, 244, - 2.286, + 2.275, 248, - 3.541, + 3.549, 253, - 4.088, + 4.094, 269, - 1.343, + 1.346, 271, - 4.235, + 4.191, 273, - 1.461, + 1.464, 285, - 3.655, + 3.661, 292, - 2.536, + 2.541, 313, - 2.321, + 2.326, 382, - 2.936, + 2.941, 387, - 2.878, + 2.882, 392, - 2.859, + 2.863, 471, - 1.586, + 1.59, 510, - 2.174, + 2.179, 521, - 3.25, + 3.254, 524, - 3.746, + 3.748, 552, - 1.76, + 1.764, 555, - 1.854, + 1.847, 577, - 3.947, + 3.951, 596, - 3.234, + 3.241, 645, - 4.802, + 4.809, 646, - 4.135, + 4.142, 650, - 7.191, + 7.196, 685, - 2.413, + 2.418, 690, - 3.74, + 3.749, 691, - 2.497, + 2.501, 774, - 3.689, + 3.695, 808, - 4.342, + 4.349, 898, - 2.101, + 2.106, 901, - 4.35, + 4.354, 902, - 4.654, + 4.661, 905, - 4.802, + 4.809, 910, - 3.149, + 3.157, 939, - 5.541, + 5.545, 998, - 4.726, + 4.733, 1053, - 6.625, + 6.633, 1089, - 5.376, + 5.384, 1109, - 3.956, + 3.962, 1216, - 3.191, + 3.157, 1221, - 2.932, + 2.939, 1283, - 4.458, + 4.465, 1403, - 2.81, + 2.816, 1498, - 4.089, + 4.098, 1552, - 6.384, + 6.394, 1770, - 4.968, + 4.975, 1885, - 3.428, + 3.436, 2075, - 3.541, + 3.549, 2096, - 3.279, + 3.286, 2142, - 3.899, + 3.908, 2197, - 5.412, + 5.425, 2335, - 3.817, + 3.825, 2357, - 6.384, + 6.394, 2517, - 7.593, + 7.601, 2649, - 3.541, + 3.549, 2954, - 3.989, + 3.999, 2969, - 4.465, + 4.475, 3105, - 9.684, + 9.687, 3178, - 6.156, + 6.165, 3180, - 7.002, + 7.013, 3181, - 6.384, + 6.394, 3268, - 6.658, + 6.669, 3723, - 8.16, + 8.173, 3724, - 4.829, + 4.841, 3725, - 5.919, + 5.932, 3726, - 4.829, + 4.841, 3727, - 3.541, + 3.549, 3728, - 5.919, + 5.932, 3729, - 8.16, + 8.173, 3730, - 5.079, + 5.09, 3731, - 5.919, + 5.932, 3732, - 5.919, + 5.932, 3733, - 4.631, + 4.641, 3734, - 5.412 + 5.425 ] ], [ @@ -23625,227 +23625,227 @@ "data/manuals/property-animation", [ 7, - 1.628, + 1.629, 18, 1.078, 30, - 4.226, + 4.229, 38, - 0.609, + 0.61, 39, - 1.633, + 1.636, 46, - 1.103, + 1.105, 57, - 1.246, + 1.247, 59, - 0.809, + 0.81, 79, - 0.872, + 0.873, 90, - 1.306, + 1.31, 99, - 0.796, + 0.797, 103, - 1.262, + 1.265, 113, - 1.55, + 1.553, 141, - 2.028, + 2.033, 148, - 1.125, + 1.127, 151, - 2.271, + 2.258, 153, - 1.244, + 1.247, 160, - 2.287, + 2.278, 169, - 0.816, + 0.818, 194, - 1.0, + 1.003, 201, - 1.232, + 1.235, 207, - 1.824, + 1.829, 226, - 1.525, + 1.529, 250, - 2.988, + 2.993, 263, - 2.313, + 2.317, 288, - 2.955, + 2.963, 304, - 3.535, + 3.544, 330, - 4.022, + 4.023, 333, 3.568, 342, - 2.455, + 2.461, 371, - 2.88, + 2.887, 380, - 2.746, + 2.751, 399, - 3.889, + 3.899, 453, - 3.175, + 3.183, 524, - 3.261, + 3.264, 561, - 1.737, + 1.742, 590, - 2.271, + 2.277, 793, - 3.599, + 3.606, 796, - 4.004, + 4.014, 898, - 2.746, + 2.751, 910, - 2.917, + 2.924, 931, - 1.517, + 1.505, 1093, - 6.27, + 6.275, 1144, - 3.126, + 3.134, 1207, - 6.547, + 6.556, 1217, - 4.135, + 4.146, 1224, - 2.63, + 2.636, 1648, - 3.126, + 3.134, 1792, - 5.013, + 5.025, 1793, - 3.535, + 3.544, 1804, - 2.63, + 2.636, 2051, - 5.835, + 5.845, 2616, - 4.004, + 4.014, 2676, - 4.473, + 4.484, 2837, - 3.464, + 3.473, 3087, - 3.535, + 3.544, 3251, - 4.473, + 4.484, 3485, - 4.289, + 4.3, 3735, - 5.013, + 5.025, 3736, - 5.013, + 5.025, 3737, - 5.013, + 5.025, 3738, - 5.013, + 5.025, 3739, - 5.013, + 5.025, 3740, - 5.013, + 5.025, 3741, - 5.013, + 5.025, 3742, - 5.013, + 5.025, 3743, - 5.013, + 5.025, 3744, - 5.013, + 5.025, 3745, - 5.013, + 5.025, 3746, - 5.013, + 5.025, 3747, - 5.013, + 5.025, 3748, - 5.013, + 5.025, 3749, - 5.013, + 5.025, 3750, - 4.704, + 4.716, 3751, - 5.013, + 5.025, 3752, - 5.013, + 5.025, 3753, - 5.013, + 5.025, 3754, - 5.013, + 5.025, 3755, - 5.013, + 5.025, 3756, - 5.013, + 5.025, 3757, - 5.013, + 5.025, 3758, - 5.013, + 5.025, 3759, - 5.013, + 5.025, 3760, - 5.013, + 5.025, 3761, - 5.013, + 5.025, 3762, - 5.013, + 5.025, 3763, - 5.013, + 5.025, 3764, - 5.013, + 5.025, 3765, - 5.013, + 5.025, 3766, - 5.013, + 5.025, 3767, - 5.013, + 5.025, 3768, - 5.013, + 5.025, 3769, - 5.013, + 5.025, 3770, - 5.013, + 5.025, 3771, - 5.013, + 5.025, 3772, - 5.013, + 5.025, 3773, - 5.013, + 5.025, 3774, - 5.013, + 5.025, 3775, - 5.013, + 5.025, 3776, - 6.761, + 6.771, 3777, - 4.704, + 4.716, 3778, - 5.013, + 5.025, 3779, - 4.289, + 4.3, 3780, - 4.289, + 4.3, 3781, - 6.637, + 6.649, 3782, - 5.482, + 5.496, 3783, - 6.637, + 6.649, 3784, - 4.135, + 4.146, 3785, - 7.735, + 7.749, 3786, - 5.482, + 5.496, 3787, - 4.004 + 4.014 ] ], [ @@ -23861,65 +23861,65 @@ 7, 1.151, 18, - 0.827, + 0.828, 20, - 1.218, + 1.219, 38, - 1.018, + 1.019, 42, 2.085, 59, - 0.827, + 0.828, 99, 0.959, 140, - 4.224, + 4.226, 241, - 1.963, + 1.964, 273, - 2.263, + 2.264, 454, - 3.65, + 3.652, 510, - 3.368, + 3.369, 614, - 4.501, + 4.502, 731, - 9.873, + 9.876, 902, - 5.228, + 5.231, 948, - 3.622, + 3.624, 998, - 5.309, + 5.312, 1336, - 7.48, + 7.484, 2300, - 6.333, + 6.336, 2335, - 5.911, + 5.914, 2437, - 7.48, + 7.484, 3361, - 7.48, + 7.484, 3727, - 5.485, + 5.488, 3788, - 12.25, + 12.251, 3789, - 7.866, + 7.87, 3790, - 7.866, + 7.87, 3791, - 9.167, + 9.172, 3792, - 7.866, + 7.87, 3793, - 8.383, + 8.387, 3794, - 7.866, + 7.87, 3795, - 7.48 + 7.484 ] ], [ @@ -23933,179 +23933,179 @@ "data/manuals/nintendo-switch", [ 0, - 0.855, + 0.857, 1, - 1.786, + 1.789, 2, - 1.768, + 1.771, 3, - 1.833, + 1.836, 4, - 1.833, + 1.836, 5, - 1.842, + 1.845, 6, - 1.842, + 1.845, 7, 1.526, 10, - 1.509, + 1.512, 18, - 1.089, + 1.09, 20, - 1.212, + 1.213, 38, - 1.195, + 1.196, 42, - 2.028, + 2.029, 46, - 1.301, + 1.302, 49, - 2.414, + 2.418, 57, - 1.166, + 1.168, 59, - 0.63, + 0.631, 76, - 3.715, + 3.721, 77, - 1.888, + 1.89, 79, - 0.593, + 0.594, 99, 1.062, 103, - 2.099, + 2.101, 105, - 2.802, + 2.806, 106, - 1.251, + 1.253, 113, - 1.827, + 1.829, 148, - 1.432, + 1.435, 153, - 2.684, + 2.685, 158, - 2.968, + 2.97, 169, - 1.51, + 1.512, 194, - 1.274, + 1.276, 198, - 1.901, + 1.905, 201, - 1.569, + 1.571, 241, - 1.952, + 1.954, 260, - 2.353, + 2.357, 269, - 2.303, + 2.305, 271, - 3.623, + 3.586, 273, - 2.25, + 2.253, 292, - 4.611, + 4.614, 313, - 2.738, + 2.742, 380, - 2.479, + 2.483, 392, - 3.194, + 3.198, 452, - 2.65, + 2.653, 454, - 4.285, + 4.288, 457, - 2.479, + 2.483, 489, - 3.249, + 3.254, 521, - 2.43, + 2.434, 537, - 3.982, + 3.989, 552, - 2.711, + 2.714, 614, - 3.575, + 3.579, 673, - 4.044, + 4.05, 679, - 3.127, + 3.132, 683, - 2.966, + 2.971, 685, - 2.846, + 2.851, 735, - 3.349, + 3.355, 759, - 4.502, + 4.51, 809, - 5.123, + 5.129, 895, - 5.738, + 5.74, 902, - 5.79, + 5.795, 910, - 4.851, + 4.856, 932, - 4.953, + 4.962, 934, - 4.953, + 4.962, 941, - 3.575, + 3.579, 1047, - 3.315, + 3.32, 1059, - 5.697, + 5.707, 1063, - 4.953, + 4.962, 1067, - 2.281, + 2.285, 1104, - 3.533, + 3.536, 1146, - 3.017, + 3.022, 1629, - 3.127, + 3.132, 1681, - 2.991, + 2.996, 1767, - 4.109, + 4.116, 2006, - 3.668, + 3.674, 2012, - 9.513, + 9.515, 2013, - 8.058, + 8.061, 2956, - 4.706, + 4.714, 3014, - 5.462, + 5.472, 3205, - 5.991, + 6.001, 3415, - 3.815, + 3.821, 3491, - 5.697, + 5.707, 3792, - 5.991, + 6.001, 3794, - 7.823, + 7.832, 3796, - 6.384, + 6.395, 3797, - 4.502, + 4.51, 3798, - 6.982, + 6.994, 3799, - 5.991, + 6.001, 3800, - 6.384, + 6.395, 3801, - 6.384 + 6.395 ] ], [ @@ -24119,513 +24119,513 @@ "data/manuals/sprite", [ 0, - 0.874, + 0.876, 1, - 0.954, + 0.957, 2, - 0.944, + 0.947, 3, - 0.978, + 0.982, 4, - 0.978, + 0.982, 5, - 0.984, + 0.987, 6, - 0.984, + 0.987, 7, - 1.588, + 1.589, 8, - 1.625, + 1.629, 9, - 1.97, + 1.975, 10, - 1.887, + 1.89, 18, 1.142, 20, - 1.394, + 1.395, 24, - 2.356, + 2.364, 28, - 1.807, + 1.813, 36, - 1.844, + 1.846, 38, - 0.969, + 0.971, 42, - 0.677, + 0.679, 46, - 1.524, + 1.525, 49, - 1.289, + 1.294, 55, - 2.786, + 2.793, 57, - 1.367, + 1.368, 59, - 1.004, + 1.005, 60, - 1.037, + 1.041, 75, - 2.554, + 2.561, 77, - 1.203, + 1.206, 79, 0.964, 84, - 2.488, + 2.495, 90, - 2.499, + 2.502, 91, - 1.272, + 1.277, 92, - 3.71, + 3.715, 96, - 2.766, + 2.771, 99, - 1.041, + 1.042, 100, - 1.735, + 1.737, 101, - 5.084, + 5.089, 102, - 1.493, + 1.489, 103, - 1.642, + 1.646, 104, - 2.978, + 2.951, 105, - 2.33, + 2.337, 106, - 1.04, + 1.043, 107, - 0.709, + 0.712, 108, - 1.096, + 1.1, 111, - 1.557, + 1.563, 113, - 1.934, + 1.937, 117, - 2.194, + 2.201, 122, - 2.221, + 2.226, 124, - 3.511, + 3.517, 126, - 1.916, + 1.919, 132, - 3.317, + 3.321, 134, - 2.723, + 2.732, 142, - 2.394, + 2.399, 147, - 4.198, + 4.207, 148, - 2.104, + 2.107, 150, - 1.806, + 1.81, 151, - 2.406, + 2.393, 152, - 2.404, + 2.412, 153, - 1.98, + 1.984, 154, - 2.356, + 2.364, 155, - 2.356, + 2.364, 156, - 4.198, + 4.207, 158, - 1.09, + 1.094, 168, - 1.959, + 1.965, 169, - 0.555, + 0.557, 170, - 1.429, + 1.434, 174, - 2.908, + 2.914, 175, - 3.11, + 3.117, 185, - 4.692, + 4.698, 186, - 4.131, + 4.141, 196, - 2.785, + 2.79, 198, - 1.015, + 1.019, 207, - 1.241, + 1.245, 210, - 2.349, + 2.355, 211, - 1.67, + 1.675, 212, - 1.735, + 1.741, 215, - 5.254, + 5.259, 229, - 1.6, + 1.603, 240, - 2.29, + 2.294, 241, - 1.724, + 1.728, 250, - 1.44, + 1.445, 251, - 1.718, + 1.724, 256, - 2.077, + 2.08, 257, - 2.294, + 2.301, 259, - 2.645, + 2.654, 268, - 1.971, + 1.974, 269, - 1.827, + 1.831, 270, - 2.723, + 2.732, 273, - 0.92, + 0.923, 290, - 3.397, + 3.403, 291, - 2.159, + 2.166, 292, - 1.597, + 1.603, 297, - 2.645, + 2.654, 298, - 3.67, + 3.68, 299, - 3.409, + 3.421, 300, - 2.065, + 2.072, 301, - 2.812, + 2.822, 306, - 1.64, + 1.645, 311, - 2.404, + 2.412, 314, - 2.01, + 2.017, 318, - 2.916, + 2.927, 320, - 2.23, + 2.238, 344, - 4.343, + 4.352, 345, - 1.807, + 1.813, 353, - 1.496, + 1.489, 371, - 1.959, + 1.965, 373, - 2.269, + 2.277, 374, - 2.404, + 2.412, 380, - 1.324, + 1.328, 381, - 2.311, + 2.319, 382, - 1.341, + 1.346, 452, - 1.688, + 1.693, 454, - 2.312, + 2.318, 457, - 2.062, + 2.067, 471, - 0.999, + 1.003, 496, - 1.735, + 1.741, 500, - 2.602, + 2.608, 509, - 1.935, + 1.941, 515, - 2.311, + 2.319, 521, - 2.021, + 2.027, 523, - 1.935, + 1.941, 534, - 1.752, + 1.758, 555, - 1.168, + 1.165, 556, - 1.532, + 1.537, 561, - 1.182, + 1.186, 573, - 3.022, + 3.027, 577, - 1.462, + 1.467, 595, - 3.131, + 3.139, 598, - 2.404, + 2.412, 629, - 1.121, + 1.125, 634, - 1.473, + 1.478, 674, - 2.909, + 2.917, 675, - 1.429, + 1.434, 683, - 3.03, + 3.037, 688, - 2.645, + 2.654, 689, - 1.67, + 1.675, 691, - 1.777, + 1.782, 692, - 1.399, + 1.404, 703, - 2.797, + 2.803, 724, - 2.23, + 2.238, 750, - 1.807, + 1.813, 751, - 1.508, + 1.513, 773, - 1.351, + 1.355, 786, - 2.159, + 2.166, 793, - 1.735, + 1.741, 801, - 2.845, + 2.853, 811, - 1.847, + 1.853, 856, - 1.496, + 1.501, 857, - 3.312, + 3.321, 891, - 1.264, + 1.269, 898, - 1.324, + 1.328, 901, - 1.611, + 1.616, 914, - 1.557, + 1.563, 935, - 3.534, + 3.542, 941, - 1.462, + 1.467, 943, - 4.012, + 4.022, 951, - 2.194, + 2.201, 959, - 1.984, + 1.99, 963, - 2.037, + 2.044, 978, - 1.473, + 1.478, 979, - 5.3, + 5.303, 981, - 4.343, + 4.352, 987, - 1.984, + 1.99, 999, - 1.718, + 1.724, 1019, - 2.195, + 2.201, 1029, - 1.827, + 1.813, 1034, - 2.227, + 2.233, 1052, - 1.959, + 1.965, 1131, - 1.847, + 1.853, 1144, - 2.126, + 2.133, 1153, - 3.785, + 3.792, 1157, - 1.959, + 1.965, 1195, - 3.042, + 3.052, 1196, - 3.042, + 3.052, 1202, - 1.77, + 1.776, 1220, - 2.311, + 2.319, 1223, - 2.513, + 2.521, 1228, - 5.75, + 5.76, 1253, - 4.526, + 4.534, 1254, - 3.363, + 3.372, 1255, - 2.575, + 2.584, 1256, - 2.311, + 2.319, 1257, - 2.311, + 2.319, 1258, - 2.456, + 2.464, 1259, - 2.356, + 2.364, 1260, - 2.194, + 2.201, 1261, - 2.269, + 2.238, 1288, - 3.042, + 3.052, 1332, - 2.349, + 2.355, 1343, - 2.065, + 2.072, 1354, - 2.723, + 2.732, 1471, - 1.847, + 1.853, 1498, - 2.575, + 2.584, 1541, - 2.01, + 2.017, 1774, - 2.943, + 2.951, 1874, - 2.194, + 2.201, 1879, - 2.943, + 2.951, 1885, - 3.363, + 3.372, 1942, - 2.095, + 2.102, 1964, - 3.409, + 3.421, 1965, - 3.409, + 3.421, 2129, - 4.543, + 4.556, 2158, - 2.513, + 2.521, 2220, - 2.23, + 2.238, 2261, - 3.263, + 3.272, 2317, - 5.21, + 5.222, 2323, - 3.263, + 3.272, 2382, - 3.6, + 3.61, 2440, - 1.807, + 1.813, 2493, - 2.916, + 2.927, 2558, - 2.575, + 2.584, 2580, - 2.812, + 2.822, 2621, - 6.375, + 6.386, 2667, - 5.21, + 5.222, 2686, - 2.812, + 2.822, 2690, - 2.159, + 2.166, 2850, - 4.381, + 4.393, 2851, - 2.812, + 2.822, 2872, - 2.645, + 2.654, 2875, - 2.269, + 2.277, 2896, - 4.983, + 4.996, 2908, - 4.012, + 4.022, 3078, - 2.916, + 2.927, 3350, - 3.199, + 3.21, 3476, - 2.575, + 2.584, 3484, - 3.199, + 3.21, 3802, - 2.723, + 2.732, 3803, - 4.983, + 4.996, 3804, - 3.728, + 3.741, 3805, - 4.983, + 4.996, 3806, - 3.409, + 3.421, 3807, - 3.409, + 3.421, 3808, - 3.199, + 3.21, 3809, - 3.914, + 3.925, 3810, - 2.456, + 2.464, 3811, - 2.916, + 2.927, 3812, - 3.042, + 3.052, 3813, - 3.042, + 3.052, 3814, - 3.728, + 3.741, 3815, - 5.807, + 5.823, 3816, - 4.738, + 4.751, 3817, - 3.728, + 3.741, 3818, - 3.728, + 3.741, 3819, - 3.728, + 3.741, 3820, - 3.728, + 3.741, 3821, - 3.728, + 3.741, 3822, - 3.728, + 3.741, 3823, - 3.728, + 3.741, 3824, - 3.728, + 3.741, 3825, - 3.728, + 3.741, 3826, - 3.728, + 3.741, 3827, - 3.728, + 3.741, 3828, - 3.728, + 3.741, 3829, - 3.728, + 3.741, 3830, - 3.042, + 3.052, 3831, - 3.728 + 3.741 ] ], [ @@ -24639,521 +24639,521 @@ "data/manuals/physics", [ 0, - 0.747, + 0.749, 1, - 1.015, + 1.019, 2, - 1.005, + 1.008, 3, - 1.042, + 1.045, 4, - 1.042, + 1.045, 5, - 1.047, + 1.051, 6, - 1.047, + 1.051, 7, 1.504, 8, - 1.706, + 1.71, 9, - 1.346, + 1.351, 10, - 0.858, + 0.861, 11, - 2.689, + 2.695, 12, - 1.812, + 1.818, 18, 1.112, 20, - 1.482, + 1.483, 22, - 1.631, + 1.637, 24, - 2.509, + 2.517, 27, - 2.299, + 2.307, 31, - 2.299, + 2.307, 36, - 1.661, + 1.664, 38, - 1.161, + 1.162, 42, - 0.721, + 0.723, 46, - 1.571, + 1.572, 52, - 1.093, + 1.096, 56, - 1.545, + 1.55, 57, - 1.427, + 1.428, 59, - 0.994, + 0.995, 60, - 1.105, + 1.108, 69, - 3.488, + 3.495, 70, - 1.672, + 1.678, 75, - 2.681, + 2.688, 77, - 1.964, + 1.967, 78, - 3.696, + 3.702, 79, 1.014, 86, - 1.98, + 1.985, 92, - 1.593, + 1.598, 96, - 1.258, + 1.262, 99, 1.068, 100, - 1.563, + 1.565, 102, - 1.567, + 1.563, 103, - 1.917, + 1.921, 105, - 1.593, + 1.598, 106, - 1.492, + 1.494, 107, - 2.03, + 2.032, 108, - 2.448, + 2.452, 109, - 1.489, + 1.484, 113, - 1.222, + 1.225, 121, - 2.016, + 2.022, 122, - 2.311, + 2.316, 126, - 1.882, + 1.885, 132, - 2.861, + 2.866, 138, - 3.239, + 3.25, 143, - 1.924, + 1.931, 148, - 2.091, + 2.093, 150, - 1.005, + 1.008, 153, - 2.152, + 2.155, 165, - 1.135, + 1.139, 167, - 1.605, + 1.611, 169, - 1.516, + 1.518, 194, - 1.731, + 1.733, 195, - 2.299, + 2.307, 196, - 2.108, + 2.114, 198, - 1.081, + 1.085, 200, - 3.712, + 3.721, 201, - 1.871, + 1.874, 207, - 1.321, + 1.326, 210, - 1.605, + 1.611, 211, - 1.778, + 1.784, 229, - 1.361, + 1.364, 230, - 2.583, + 2.589, 240, - 1.734, + 1.738, 244, - 1.533, + 1.527, 256, - 1.871, + 1.874, 257, - 1.568, + 1.574, 260, - 1.338, + 1.342, 261, - 1.686, + 1.692, 263, - 1.187, + 1.191, 265, - 2.615, + 2.624, 268, - 1.245, + 1.248, 273, - 1.505, + 1.509, 294, - 3.477, + 3.486, 305, - 2.299, + 2.307, 314, - 4.001, + 4.009, 333, - 1.724, + 1.729, 362, - 2.676, + 2.685, 368, - 2.111, + 2.115, 379, - 5.003, + 5.013, 387, - 1.4, + 1.405, 395, - 3.106, + 3.116, 425, - 3.477, + 3.486, 433, - 1.618, + 1.624, 434, - 1.847, + 1.853, 441, - 1.989, + 1.995, 452, - 1.154, + 1.158, 457, - 1.409, + 1.414, 467, - 2.615, + 2.624, 471, - 1.064, + 1.068, 473, - 1.746, + 1.752, 474, - 2.899, + 2.909, 497, - 2.035, + 2.042, 511, - 2.112, + 2.119, 513, - 3.164, + 3.172, 521, - 1.382, + 1.386, 523, - 3.164, + 3.172, 547, - 2.336, + 2.344, 552, - 3.172, + 3.175, 553, - 1.419, + 1.424, 555, - 1.243, + 1.24, 561, - 1.258, + 1.262, 568, - 2.231, + 2.238, 570, - 4.325, + 4.336, 573, - 1.489, + 1.494, 574, - 1.904, + 1.911, 577, - 1.557, + 1.562, 579, - 1.989, + 1.995, 598, - 2.56, + 2.568, 603, - 1.658, + 1.664, 629, - 1.833, + 1.838, 636, - 1.522, + 1.527, 674, - 1.989, + 1.995, 685, - 2.485, + 2.492, 691, - 1.215, + 1.219, 692, - 2.288, + 2.293, 704, - 3.931, + 3.941, 705, - 2.615, + 2.624, 710, - 3.598, + 3.605, 717, - 2.336, + 2.344, 718, - 2.742, + 2.751, 751, - 3.368, + 3.374, 778, - 3.406, + 3.418, 796, - 2.899, + 2.909, 807, - 2.299, + 2.307, 832, - 1.904, + 1.911, 857, - 2.264, + 2.272, 859, - 1.989, + 1.995, 898, - 2.957, + 2.962, 914, - 2.547, + 2.553, 917, - 3.355, + 3.362, 918, - 1.904, + 1.911, 921, - 2.56, + 2.568, 924, - 1.885, + 1.891, 931, - 2.733, + 2.707, 954, - 3.106, + 3.116, 962, - 5.394, + 5.397, 963, - 3.331, + 3.34, 975, - 1.904, + 1.911, 978, - 1.568, + 1.574, 987, - 2.112, + 2.119, 1000, - 4.325, + 4.336, 1002, - 5.888, + 5.891, 1007, - 3.859, + 3.862, 1008, - 2.816, + 2.826, 1010, - 3.05, + 3.056, 1011, - 2.56, + 2.568, 1012, - 3.239, + 3.25, 1040, - 2.375, + 2.383, 1051, - 2.816, + 2.826, 1067, - 1.297, + 1.301, 1128, - 3.406, + 3.418, 1153, - 1.866, + 1.872, 1158, - 3.837, + 3.844, 1160, - 2.375, + 2.383, 1165, - 7.739, + 7.749, 1180, - 2.169, + 2.176, 1188, - 1.945, + 1.952, 1192, - 2.461, + 2.469, 1206, - 2.816, + 2.826, 1220, - 2.461, + 2.469, 1235, - 2.56, + 2.568, 1290, - 3.106, + 3.116, 1302, - 4.453, + 4.464, 1312, - 2.899, + 2.909, 1332, - 1.605, + 1.611, 1376, - 2.899, + 2.909, 1378, - 2.417, + 2.425, 1386, - 4.453, + 4.464, 1486, - 4.325, + 4.336, 1493, - 2.742, + 2.751, 1497, - 3.106, + 3.116, 1546, - 2.06, + 2.067, 1558, - 2.461, + 2.469, 1602, - 2.987, + 2.995, 1621, - 2.012, + 2.018, 1628, - 3.45, + 3.456, 1637, - 3.931, + 3.941, 1650, - 2.375, + 2.383, 1672, - 2.14, + 2.147, 1682, - 2.509, + 2.517, 1689, - 4.325, + 4.336, 1807, - 1.904, + 1.911, 1866, - 4.233, + 4.242, 1884, - 2.59, + 2.596, 1886, - 2.995, + 3.005, 1889, - 3.712, + 3.721, 1892, - 4.599, + 4.611, 2006, - 2.086, + 2.093, 2051, - 5.599, + 5.611, 2060, - 2.995, + 3.005, 2084, - 2.56, + 2.568, 2093, - 2.995, + 3.005, 2156, - 2.417, + 2.425, 2220, - 4.441, + 4.45, 2226, - 3.931, + 3.863, 2236, - 4.601, + 4.611, 2262, - 3.106, + 3.116, 2298, - 2.995, + 3.005, 2310, - 2.899, + 2.909, 2314, - 4.77, + 4.782, 2359, - 2.995, + 3.005, 2448, - 2.615, + 2.624, 2519, - 2.995, + 3.005, 2632, - 3.239, + 3.25, 2639, - 3.239, + 3.25, 2675, - 3.239, + 3.25, 2777, - 2.995, + 3.005, 2871, - 2.264, + 2.272, 2933, - 3.239, + 3.25, 2935, - 3.406, + 3.418, 3074, - 2.742, + 2.751, 3144, - 2.676, + 2.685, 3200, - 2.899, + 2.909, 3369, - 3.63, + 3.642, 3486, - 2.742, + 2.751, 3832, - 3.97, + 3.983, 3833, - 3.239, + 3.25, 3834, - 3.97, + 3.983, 3835, - 5.575, + 5.589, 3836, - 3.97, + 3.983, 3837, - 3.97, + 3.983, 3838, - 2.899, + 2.909, 3839, - 3.406, + 3.418, 3840, - 3.63, + 3.642, 3841, - 3.239, + 3.25, 3842, - 3.97, + 3.983, 3843, - 3.97, + 3.983, 3844, - 3.97, + 3.983, 3845, - 2.995, + 3.005, 3846, - 8.216, + 8.229, 3847, - 3.406, + 3.418, 3848, - 3.97, + 3.983, 3849, - 3.97, + 3.983, 3850, - 2.995, + 3.005, 3851, - 3.406, + 3.418, 3852, - 3.97, + 3.983, 3853, - 3.239, + 3.25, 3854, - 2.995, + 3.005, 3855, - 3.97, + 3.642, 3856, - 3.106, + 3.116, 3857, - 3.63, + 3.642, 3858, - 3.97, + 3.983, 3859, - 5.575, + 5.589, 3860, - 3.97, + 3.983, 3861, - 2.995, + 3.005, 3862, - 3.406, + 3.418, 3863, - 3.63, + 3.642, 3864, - 3.106, + 3.116, 3865, - 3.239, + 3.25, 3866, - 3.239 + 3.25 ] ], [ @@ -25195,575 +25195,575 @@ "data/manuals/font", [ 7, - 1.496, + 1.497, 8, - 1.955, + 1.96, 10, - 1.511, + 1.515, 11, - 1.308, + 1.313, 18, 1.133, 20, - 1.522, + 1.523, 22, - 2.328, + 2.334, 23, - 2.561, + 2.568, 30, - 1.365, + 1.37, 36, - 1.578, + 1.582, 38, - 1.013, + 1.015, 39, - 0.762, + 0.765, 42, - 1.562, + 1.564, 46, - 1.593, + 1.595, 50, - 3.138, + 3.147, 52, - 0.994, + 0.998, 56, - 1.405, + 1.41, 57, - 1.414, + 1.415, 59, - 0.997, + 0.998, 62, - 1.194, + 1.199, 70, - 1.521, + 1.526, 72, - 1.885, + 1.891, 76, - 1.922, + 1.928, 77, - 1.781, + 1.784, 78, - 1.603, + 1.608, 79, - 1.005, + 1.006, 88, - 3.719, + 3.728, 89, - 3.819, + 3.828, 90, - 1.886, + 1.89, 91, - 1.233, + 1.237, 99, 1.059, 100, - 1.485, + 1.488, 101, - 1.751, + 1.757, 102, - 1.456, + 1.453, 103, - 2.101, + 2.104, 104, - 2.905, + 2.879, 105, - 1.449, + 1.454, 106, - 1.861, + 1.863, 107, - 1.33, + 1.333, 110, - 1.427, + 1.432, 113, - 1.828, + 1.831, 116, - 2.72, + 2.727, 122, - 2.465, + 2.469, 125, - 1.099, + 1.102, 126, - 1.811, + 1.814, 132, - 3.277, + 3.282, 140, - 1.664, + 1.67, 143, - 1.751, + 1.757, 147, - 2.125, + 2.133, 148, - 1.872, + 1.874, 151, - 2.347, + 2.334, 153, - 1.796, + 1.799, 157, - 6.846, + 6.854, 159, - 6.901, + 6.905, 169, - 0.843, + 0.845, 174, - 1.472, + 1.477, 175, - 2.469, + 2.476, 177, - 1.105, + 1.109, 185, - 4.642, + 4.648, 196, - 1.249, + 1.253, 197, - 1.946, + 1.952, 198, - 0.983, + 0.987, 201, - 1.571, + 1.574, 212, - 1.68, + 1.686, 216, - 2.762, + 2.768, 226, - 1.945, + 1.949, 228, - 2.406, + 2.393, 229, - 1.281, + 1.284, 230, - 1.972, + 1.977, 231, - 2.97, + 2.976, 236, - 1.809, + 1.816, 239, - 1.588, + 1.594, 241, - 0.773, + 0.776, 244, - 2.188, + 2.178, 249, - 1.732, + 1.738, 256, - 1.571, + 1.574, 260, - 2.356, + 2.361, 268, - 0.737, + 0.74, 269, - 2.305, + 2.307, 273, - 1.725, + 1.729, 274, - 4.658, + 4.667, 280, - 1.416, + 1.421, 282, - 1.789, + 1.795, 288, - 1.947, + 1.954, 290, - 1.405, + 1.41, 292, - 1.547, + 1.553, 320, - 2.161, + 2.168, 328, - 3.389, + 3.399, 332, - 1.885, + 1.891, 345, - 1.751, + 1.757, 353, - 2.273, + 2.262, 368, - 2.445, + 2.449, 380, - 2.011, + 2.017, 382, - 1.3, + 1.304, 384, - 2.562, + 2.571, 387, - 2.465, + 2.471, 392, - 1.265, + 1.27, 404, - 3.58, + 3.59, 412, - 2.434, + 2.443, 429, - 2.746, + 2.754, 434, - 1.68, + 1.686, 457, - 1.282, + 1.287, 463, - 2.434, + 2.443, 471, - 1.874, + 1.878, 472, - 1.664, + 1.67, 473, - 1.588, + 1.594, 475, - 2.947, + 2.957, 479, - 1.355, + 1.36, 488, - 5.434, + 5.443, 500, - 1.317, + 1.322, 510, - 1.327, + 1.331, 521, - 2.433, + 2.438, 522, - 3.463, + 3.471, 524, - 1.209, + 1.214, 552, - 1.684, + 1.689, 554, - 2.126, + 2.131, 561, - 1.145, + 1.149, 574, - 1.732, + 1.738, 577, - 1.416, + 1.421, 595, - 1.947, + 1.954, 603, - 1.508, + 1.514, 608, - 1.789, + 1.795, 614, - 2.221, + 2.227, 622, - 1.751, + 1.757, 629, - 1.086, + 1.09, 648, - 1.751, + 1.757, 649, - 2.161, + 2.168, 674, - 1.809, + 1.816, 683, - 1.534, + 1.539, 685, - 1.472, + 1.477, 688, - 2.562, + 2.571, 691, - 1.105, + 1.109, 695, - 1.633, + 1.638, 750, - 3.837, + 3.844, 754, - 2.161, + 2.168, 771, - 1.68, + 1.686, 773, - 3.115, + 3.121, 786, - 2.091, + 2.099, 815, - 2.239, + 2.247, 883, - 2.724, + 2.734, 885, - 2.198, + 2.206, 891, - 3.095, + 3.099, 901, - 1.56, + 1.566, 910, - 1.922, + 1.928, 923, - 1.769, + 1.776, 935, - 1.789, + 1.795, 936, - 4.605, + 4.615, 941, - 1.416, + 1.421, 949, - 3.099, + 3.11, 963, - 1.973, + 1.98, 965, - 8.48, + 8.489, 966, - 6.792, + 6.805, 967, - 4.861, + 4.874, 968, - 3.099, + 3.11, 969, - 4.819, + 4.828, 970, - 3.099, + 3.11, 971, - 3.099, + 3.11, 972, - 2.329, + 2.337, 973, - 2.724, + 2.734, 974, - 3.099, + 3.11, 975, - 1.732, + 1.738, 978, - 1.427, + 1.432, 993, - 2.029, + 2.037, 999, - 1.664, + 1.67, 1093, - 2.125, + 2.133, 1107, - 1.789, + 1.795, 1150, - 2.029, + 2.037, 1157, - 1.897, + 1.904, 1186, - 1.769, + 1.776, 1217, - 2.724, + 2.734, 1224, - 1.732, + 1.738, 1289, - 2.239, + 2.247, 1296, - 2.11, + 2.116, 1323, - 1.508, + 1.514, 1324, - 1.874, + 1.881, 1342, - 2.947, + 2.957, 1375, - 2.638, + 2.647, 1382, - 2.001, + 2.008, 1403, - 1.714, + 1.721, 1432, - 3.183, + 3.192, 1507, - 3.512, + 3.522, 1541, - 1.947, + 1.954, 1572, - 3.099, + 3.11, 1592, - 2.562, + 2.571, 1596, - 1.922, + 1.928, 1651, - 3.389, + 3.399, 1672, - 1.947, + 1.954, 1696, - 2.198, + 2.206, 1769, - 1.664, + 1.67, 1804, - 1.732, + 1.738, 1807, - 1.732, + 1.738, 1813, - 4.019, + 4.03, 1864, - 2.379, + 2.387, 1874, - 2.125, + 2.133, 1879, - 4.623, + 4.63, 1893, - 4.182, + 4.192, 1908, - 1.633, + 1.638, 1928, - 1.947, + 1.954, 1929, - 3.014, + 2.985, 1933, - 4.575, + 4.583, 1966, - 2.434, + 2.443, 1989, - 3.986, + 3.996, 1999, - 3.138, + 3.147, 2131, - 2.638, + 2.647, 2136, - 2.379, + 2.387, 2148, - 2.947, + 2.957, 2164, - 2.448, + 2.455, 2236, - 4.907, + 4.917, 2383, - 2.239, + 2.247, 2440, - 1.751, + 1.757, 2488, - 2.947, + 2.957, 2507, - 2.161, + 2.168, 2554, - 2.161, + 2.168, 2597, - 4.138, + 4.149, 2622, - 2.825, + 2.835, 2633, - 1.852, + 1.858, 2647, - 2.638, + 2.647, 2780, - 2.239, + 2.247, 2871, - 3.231, + 3.24, 2952, - 1.947, + 1.954, 3071, - 3.818, + 3.829, 3105, - 8.542, + 8.549, 3178, - 2.724, + 2.734, 3192, - 4.138, + 4.149, 3393, - 2.947, + 2.957, 3485, - 2.825, + 2.835, 3570, - 3.302, + 3.314, 3603, - 2.282, + 2.29, 3629, - 2.947, + 2.957, 3667, - 2.724, + 2.734, 3778, - 3.302, + 3.314, 3854, - 6.487, + 6.497, 3867, - 3.611, + 3.624, 3868, - 3.611, + 3.624, 3869, - 3.099, + 3.11, 3870, - 5.18, + 5.194, 3871, - 7.915, + 7.931, 3872, - 9.878, + 9.889, 3873, - 5.665, + 5.681, 3874, - 2.825, + 2.835, 3875, - 3.611, + 3.624, 3876, - 3.611, + 3.624, 3877, - 3.611, + 3.624, 3878, - 3.611, + 3.624, 3879, - 3.611, + 3.624, 3880, - 5.665, + 5.681, 3881, - 3.611, + 3.624, 3882, - 2.825, + 2.835, 3883, - 3.611, + 3.624, 3884, - 3.302, + 3.314, 3885, - 3.611, + 3.624, 3886, - 3.611, + 3.624, 3887, - 3.099, + 3.11, 3888, - 2.638, + 2.647, 3889, - 3.611, + 3.624, 3890, - 2.434, + 2.443, 3891, - 3.611, + 3.624, 3892, - 3.611, + 3.624, 3893, - 5.18, + 5.194, 3894, - 3.302, + 3.314, 3895, - 3.611, + 3.624, 3896, - 3.302, + 3.314, 3897, - 2.282, + 2.29, 3898, - 3.302, + 3.314, 3899, - 2.434, + 2.443, 3900, - 3.611, + 3.624, 3901, - 2.947, + 2.957, 3902, - 2.282, + 2.29, 3903, - 2.638, + 2.647, 3904, - 3.611, + 3.624, 3905, - 6.392, + 6.406, 3906, - 3.611, + 3.624, 3907, - 3.611, + 3.624, 3908, - 3.611, + 3.624, 3909, - 2.947, + 2.957, 3910, - 3.611, + 3.624, 3911, - 3.611, + 3.624, 3912, - 4.861, + 4.874, 3913, - 3.611, + 3.624, 3914, - 3.611, + 3.624, 3915, - 5.665, + 5.681, 3916, - 3.302, + 3.314, 3917, - 3.611, + 3.624, 3918, - 3.611, + 3.624, 3919, - 3.611 + 3.624 ] ], [ @@ -25777,557 +25777,557 @@ "data/manuals/live-update-scripting", [ 7, - 1.535, + 1.536, 8, - 2.403, + 2.407, 9, - 2.681, + 2.686, 10, - 2.06, + 2.063, 18, 1.104, 20, - 1.38, + 1.382, 22, - 1.48, + 1.485, 36, - 0.718, + 0.721, 38, - 0.878, + 0.879, 39, - 1.193, + 1.197, 44, - 1.504, + 1.51, 46, - 1.3, + 1.302, 49, - 1.955, + 1.96, 52, - 1.556, + 1.56, 54, - 2.684, + 2.691, 55, - 2.712, + 2.719, 57, - 0.461, + 0.462, 59, - 0.916, + 0.917, 60, - 1.002, + 1.006, 72, - 1.199, + 1.203, 77, - 1.445, + 1.448, 79, - 0.957, + 0.958, 99, - 1.05, + 1.051, 100, - 1.611, + 1.614, 102, - 0.926, + 0.925, 103, - 0.829, + 0.832, 106, - 1.25, + 1.253, 107, - 2.102, + 2.103, 111, - 1.504, + 1.51, 113, - 1.721, + 1.724, 121, - 1.191, + 1.196, 122, - 1.76, + 1.765, 125, - 1.096, + 1.1, 126, - 1.705, + 1.707, 130, - 2.193, + 2.201, 148, - 1.621, + 1.625, 149, - 1.371, + 1.376, 150, - 1.767, + 1.771, 153, - 2.162, + 2.165, 158, - 2.04, + 2.045, 160, - 1.671, + 1.667, 165, - 2.822, + 2.825, 166, - 2.657, + 2.664, 167, - 3.473, + 3.479, 169, - 1.176, + 1.178, 170, - 1.381, + 1.386, 171, - 1.847, + 1.853, 174, - 1.468, + 1.473, 178, - 4.159, + 4.162, 194, - 0.657, + 0.66, 196, - 2.413, + 2.418, 197, - 3.487, + 3.491, 199, - 1.543, + 1.548, 201, - 1.27, + 1.274, 207, - 3.523, + 3.527, 211, - 2.532, + 2.539, 226, - 1.002, + 1.006, 229, - 1.036, + 1.039, 240, - 2.442, + 2.446, 241, - 0.771, + 0.774, 247, - 3.014, + 3.019, 248, - 2.155, + 2.163, 256, - 1.27, + 1.274, 261, - 1.53, + 1.535, 268, - 2.255, + 2.257, 269, - 1.583, + 1.587, 273, - 1.722, + 1.726, 280, - 2.217, + 2.223, 282, - 2.801, + 2.808, 330, - 1.148, + 1.153, 332, - 2.631, + 2.636, 333, - 1.019, + 1.022, 334, - 1.995, + 2.002, 368, - 1.608, + 1.612, 380, - 1.279, + 1.283, 382, - 2.844, + 2.85, 387, - 1.27, + 1.275, 392, - 1.262, + 1.266, 402, - 1.917, + 1.923, 441, - 2.832, + 2.84, 452, - 1.047, + 1.051, 454, - 4.135, + 4.139, 457, - 2.477, + 2.483, 471, - 1.87, + 1.875, 490, - 1.504, + 1.51, 524, - 3.604, + 3.607, 543, - 1.445, + 1.45, 548, - 2.373, + 2.381, 550, - 1.676, + 1.682, 552, - 2.35, + 2.355, 556, - 1.48, + 1.485, 561, - 1.792, + 1.797, 573, - 1.351, + 1.356, 580, - 2.276, + 2.284, 601, - 1.305, + 1.31, 602, - 1.457, + 1.462, 603, - 1.504, + 1.51, 604, - 1.825, + 1.832, 605, - 2.054, + 2.062, 623, - 1.599, + 1.604, 629, - 1.083, + 1.087, 634, - 1.423, + 1.428, 636, - 1.381, + 1.386, 642, - 3.536, + 3.544, 645, - 2.12, + 2.127, 647, - 2.086, + 2.093, 660, - 2.155, + 2.163, 664, - 2.631, + 2.64, 669, - 2.233, + 2.241, 674, - 1.804, + 1.811, 679, - 1.613, + 1.619, 685, - 3.222, + 3.228, 691, - 1.73, + 1.734, 692, - 1.351, + 1.356, 693, - 2.631, + 2.64, 735, - 1.728, + 1.734, 745, - 2.488, + 2.497, 762, - 4.159, + 4.126, 765, - 1.262, + 1.266, 803, - 2.488, + 2.497, 809, - 2.024, + 2.031, 817, - 2.717, + 2.727, 831, - 2.155, + 2.163, 834, - 1.784, + 1.791, 849, - 3.508, + 3.515, 854, - 1.995, + 2.002, 856, - 2.268, + 2.275, 857, - 3.224, + 3.233, 860, - 1.825, + 1.832, 890, - 2.934, + 2.942, 891, - 2.681, + 2.686, 901, - 1.556, + 1.562, 902, - 2.054, + 2.062, 917, - 3.573, + 3.58, 918, - 4.119, + 4.126, 924, - 1.71, + 1.716, 939, - 1.784, + 1.791, 998, - 3.274, + 3.283, 1010, - 2.867, + 2.874, 1019, - 2.637, + 2.643, 1025, - 3.123, + 3.129, 1034, - 1.381, + 1.386, 1043, - 1.556, + 1.562, 1075, - 2.233, + 2.241, 1080, - 4.265, + 4.277, 1103, - 7.354, + 7.36, 1104, - 1.968, + 1.973, 1107, - 1.784, + 1.791, 1134, - 3.572, + 3.582, 1141, - 2.193, + 2.201, 1150, - 2.024, + 2.031, 1202, - 1.71, + 1.716, 1260, - 2.12, + 2.127, 1272, - 1.599, + 1.604, 1288, - 2.939, + 2.949, 1295, - 1.351, + 1.356, 1304, - 2.12, + 2.127, 1305, - 2.717, + 2.727, 1322, - 1.847, + 1.853, 1379, - 2.631, + 2.612, 1411, - 3.386, + 3.393, 1426, - 2.193, + 2.201, 1432, - 2.024, + 2.031, 1472, - 3.125, + 3.133, 1473, - 4.95, + 4.962, 1548, - 1.942, + 1.949, 1557, - 2.155, + 2.163, 1560, - 3.724, + 3.735, 1574, - 2.193, + 2.201, 1594, - 5.198, + 5.206, 1601, - 2.717, + 2.727, 1607, - 2.086, + 2.093, 1608, - 4.729, + 4.738, 1609, - 4.041, + 4.051, 1616, - 2.276, + 2.284, 1621, - 1.825, + 1.832, 1628, - 3.558, + 3.564, 1629, - 1.613, + 1.619, 1637, - 2.323, + 2.331, 1662, - 3.069, + 3.076, 1672, - 1.942, + 1.949, 1797, - 2.323, + 2.331, 1807, - 1.728, + 1.734, 1866, - 2.054, + 2.062, 1868, - 3.645, + 3.656, 1878, - 4.995, + 5.005, 1882, - 1.599, + 1.604, 1908, - 2.556, + 2.563, 1948, - 1.917, + 1.923, 1968, - 3.008, + 3.016, 2015, - 2.428, + 2.436, 2051, - 2.717, + 2.727, 2054, - 5.435, + 5.443, 2083, - 4.82, + 4.831, 2094, - 5.097, + 5.108, 2164, - 1.556, + 1.562, 2173, - 4.106, + 4.116, 2182, - 2.899, + 2.907, 2279, - 2.717, + 2.727, 2337, - 4.95, + 4.962, 2459, - 2.717, + 2.727, 2471, - 4.613, + 4.626, 2495, - 2.818, + 2.828, 2579, - 2.555, + 2.564, 2581, - 2.717, + 2.727, 2637, - 2.276, + 2.284, 2783, - 2.555, + 2.564, 2916, - 2.276, + 2.284, 3078, - 2.818, + 2.828, 3134, - 2.155, + 2.163, 3314, - 3.091, + 3.102, 3320, - 2.631, + 2.64, 3321, - 3.294, + 3.305, 3325, - 2.631, + 2.64, 3331, - 8.053, + 8.062, 3343, - 2.818, + 2.828, 3350, - 3.091, + 3.102, 3415, - 3.089, + 3.097, 3527, - 2.428, + 2.436, 3566, - 3.091, + 3.102, 3603, - 4.995, + 5.005, 3903, - 5.097, + 5.108, 3920, - 7.228, + 7.242, 3921, - 5.17, + 5.184, 3922, - 5.17, + 5.184, 3923, - 7.369, + 7.382, 3924, - 4.129, + 4.141, 3925, - 2.717, + 2.727, 3926, - 3.602, + 3.615, 3927, - 3.602, + 3.615, 3928, - 3.602, + 3.615, 3929, - 6.978, + 6.994, 3930, - 3.602, + 3.615, 3931, - 8.588, + 8.603, 3932, - 3.602, + 3.615, 3933, - 3.294, + 3.305, 3934, - 3.602, + 3.615, 3935, - 3.602, + 3.615, 3936, - 3.294, + 3.305, 3937, - 3.602, + 3.615, 3938, - 2.428, + 2.381, 3939, - 3.602, + 3.615, 3940, - 3.294, + 3.305, 3941, - 5.653, + 5.669, 3942, - 3.602, + 3.615, 3943, - 7.228, + 7.242, 3944, - 3.602, + 3.615, 3945, - 7.904, + 7.92, 3946, - 6.381, + 6.396, 3947, - 3.602, + 3.615, 3948, - 5.653, + 5.669, 3949, - 5.653, + 5.669, 3950, - 5.653, + 5.669, 3951, - 5.653, + 5.669, 3952, - 5.653, + 5.669, 3953, - 3.091, + 3.102, 3954, - 3.602, + 3.615, 3955, - 6.978, + 6.994, 3956, - 5.17, + 5.184, 3957, - 3.091, + 3.102, 3958, - 5.653, + 5.669, 3959, - 5.653, + 5.669, 3960, - 6.978, + 6.994, 3961, - 5.653, + 5.669, 3962, - 8.588, + 8.603, 3963, - 3.294, + 3.305, 3964, - 3.294, + 3.305, 3965, - 3.294, + 3.305, 3966, - 5.653, + 5.669, 3967, - 3.294, + 3.305, 3968, - 3.602, + 3.615, 3969, - 2.939, + 2.949, 3970, - 3.602, + 3.615, 3971, - 3.294, + 3.305, 3972, - 1.942, + 1.949, 3973, - 3.294 + 3.305 ] ], [ @@ -26341,361 +26341,361 @@ "data/manuals/physics-resolving-collisions", [ 0, - 0.595, + 0.597, 1, - 1.243, + 1.247, 2, - 1.231, + 1.234, 3, - 1.276, + 1.279, 4, - 1.276, + 1.279, 5, - 1.282, + 1.286, 6, - 1.282, + 1.286, 7, 1.49, 18, 1.137, 20, - 1.302, + 1.304, 36, - 0.969, + 0.972, 38, - 1.136, + 1.137, 46, - 1.195, + 1.197, 52, - 1.338, + 1.342, 57, - 1.471, + 1.472, 59, - 0.923, + 0.924, 60, - 1.352, + 1.356, 73, - 6.118, + 6.124, 77, - 1.469, + 1.472, 79, - 0.966, + 0.967, 91, - 2.422, + 2.427, 99, 1.01, 100, - 1.572, + 1.575, 106, - 1.65, + 1.652, 110, - 1.92, + 1.926, 111, - 2.03, + 2.036, 113, - 1.963, + 1.965, 116, - 1.892, + 1.897, 117, - 2.86, + 2.868, 121, - 1.608, + 1.612, 122, - 2.609, + 2.613, 126, - 1.663, + 1.666, 127, - 3.276, + 3.285, 128, - 2.408, + 2.388, 130, - 2.959, + 2.967, 141, - 1.798, + 1.803, 142, - 1.445, + 1.449, 148, - 1.719, + 1.722, 153, - 2.09, + 2.093, 158, - 2.074, + 2.079, 160, - 1.437, + 1.433, 165, - 2.396, + 2.4, 166, - 2.284, + 2.291, 167, - 3.389, + 3.394, 169, - 0.723, + 0.725, 178, - 3.812, + 3.815, 197, - 1.67, + 1.675, 201, - 2.433, + 2.435, 207, - 3.066, + 3.07, 210, - 1.966, + 1.971, 221, - 6.088, + 6.101, 240, - 1.382, + 1.386, 241, - 1.041, + 1.044, 244, - 2.741, + 2.726, 260, - 1.638, + 1.643, 268, - 2.0, + 2.003, 269, - 1.103, + 1.106, 273, - 1.2, + 1.203, 280, - 1.906, + 1.911, 288, - 3.825, + 3.833, 295, - 2.24, + 2.246, 330, - 1.55, + 1.554, 333, - 2.007, + 2.011, 341, - 2.356, + 2.338, 359, - 3.178, + 3.127, 387, - 1.714, + 1.719, 390, - 2.047, + 2.053, 452, - 2.063, + 2.067, 453, - 2.815, + 2.823, 454, - 1.935, + 1.941, 467, - 3.202, + 3.211, 469, - 3.595, + 3.603, 479, - 1.824, + 1.829, 488, - 5.295, + 5.304, 500, - 2.588, + 2.594, 510, - 1.786, + 1.791, 524, - 2.376, + 2.381, 536, - 4.674, + 4.684, 552, - 1.445, + 1.449, 560, - 3.071, + 3.08, 561, - 2.249, + 2.253, 579, - 2.435, + 2.442, 601, - 1.761, + 1.766, 602, - 1.966, + 1.971, 603, - 2.03, + 2.036, 669, - 3.013, + 3.022, 691, - 1.487, + 1.491, 692, - 1.824, + 1.829, 702, - 2.435, + 2.442, 728, - 2.382, + 2.388, 729, - 2.815, + 2.823, 738, - 2.908, + 2.916, 740, - 2.463, + 2.47, 828, - 6.02, + 6.026, 877, - 3.276, + 3.211, 909, - 4.575, + 4.585, 931, - 2.924, + 2.895, 948, - 3.871, + 3.876, 962, - 3.938, + 3.944, 972, - 4.575, + 4.585, 975, - 2.331, + 2.338, 999, - 2.24, + 2.246, 1002, - 2.408, + 2.415, 1007, - 1.703, + 1.708, 1010, - 1.997, + 2.003, 1011, - 3.134, + 3.143, 1014, - 4.575, + 4.585, 1019, - 1.837, + 1.842, 1025, - 3.311, + 3.316, 1029, - 2.382, + 2.363, 1043, - 2.1, + 2.106, 1093, - 6.834, + 6.837, 1104, - 1.692, + 1.697, 1153, - 3.334, + 3.341, 1186, - 2.382, + 2.388, 1208, - 2.959, + 2.967, 1224, - 4.019, + 4.026, 1327, - 3.276, + 3.285, 1332, - 1.966, + 1.971, 1421, - 2.959, + 2.967, 1562, - 4.674, + 4.684, 1607, - 2.815, + 2.823, 1608, - 4.245, + 4.254, 1609, - 2.815, + 2.823, 1621, - 2.463, + 2.47, 1623, - 3.358, + 3.367, 1629, - 2.177, + 2.183, 1814, - 3.208, + 3.184, 1847, - 3.55, + 3.56, 1871, - 2.356, + 2.363, 1899, - 7.662, + 7.675, 1931, - 2.62, + 2.628, 1942, - 2.731, + 2.739, 2033, - 6.088, + 6.101, 2077, - 4.171, + 4.183, 2087, - 3.071, + 3.08, 2156, - 2.959, + 2.967, 2220, - 2.908, + 2.916, 2286, - 6.847, + 6.852, 2287, - 3.966, + 3.977, 2299, - 3.358, + 3.367, 2300, - 6.364, + 6.373, 2479, - 3.966, + 3.977, 2522, - 3.803, + 3.813, 2550, - 2.815, + 2.823, 2554, - 2.908, + 2.916, 2814, - 7.19, + 7.202, 2904, - 3.966, + 3.977, 3603, - 3.071, + 3.08, 3974, - 9.759, + 9.765, 3975, - 4.86, + 4.874, 3976, - 8.425, + 8.436, 3977, - 4.171, + 4.183, 3978, - 4.86, + 4.874, 3979, - 4.86, + 4.874, 3980, - 4.86, + 4.874, 3981, - 4.86, + 4.874, 3982, - 4.86, + 4.874, 3983, - 10.564, + 10.574, 3984, - 4.709, + 4.649, 3985, - 4.86, + 4.874, 3986, - 6.488, + 6.501, 3987, - 4.445, + 4.457, 3988, - 5.648, + 5.657, 3989, - 4.86, + 4.874, 3990, - 7.095, + 7.11, 3991, - 11.044, + 11.052, 3992, - 4.86, + 4.874, 3993, - 7.095, + 7.11, 3994, - 9.798, + 9.809, 3995, - 4.86, + 4.874, 3996, - 9.213, + 9.225, 3997, - 7.662, + 7.675, 3998, - 7.095, + 7.11, 3999, - 4.86, + 4.874, 4000, - 4.86, + 4.874, 4001, - 7.662, + 7.675, 4002, - 3.803 + 3.813 ] ], [ @@ -26709,641 +26709,641 @@ "data/manuals/extender-local-setup", [ 0, - 0.389, + 0.391, 1, - 0.813, + 0.816, 2, - 0.805, + 0.808, 3, - 0.834, + 0.837, 4, - 1.343, + 1.347, 5, - 0.839, + 0.842, 6, - 0.839, + 0.842, 7, - 1.581, + 1.582, 10, - 1.746, + 1.749, 18, - 1.062, + 1.063, 20, - 1.147, + 1.149, 36, - 1.61, + 1.613, 38, - 0.958, + 0.96, 39, - 1.08, + 1.084, 42, - 0.577, + 0.579, 43, - 1.649, + 1.655, 46, - 1.231, + 1.233, 52, - 1.409, + 1.413, 56, - 1.992, + 1.998, 57, - 1.104, + 1.106, 59, - 0.991, + 0.992, 62, - 1.693, + 1.698, 63, - 3.114, + 3.122, 76, - 3.419, + 3.427, 77, - 1.879, + 1.882, 79, - 0.85, + 0.851, 86, - 1.662, + 1.667, 90, - 2.056, + 2.06, 91, - 2.193, + 2.199, 99, - 1.059, + 1.06, 100, - 0.596, + 0.599, 102, - 0.817, + 0.816, 103, - 1.479, + 1.483, 105, - 1.275, + 1.28, 106, - 1.446, + 1.449, 108, - 0.934, + 0.938, 113, - 1.025, + 1.028, 116, - 1.237, + 1.242, 121, - 1.693, + 1.698, 124, - 2.801, + 2.808, 126, - 1.603, + 1.606, 148, - 2.097, + 2.099, 150, - 0.805, + 0.808, 153, - 2.269, + 2.272, 158, - 1.496, + 1.501, 169, - 0.956, + 0.958, 171, - 2.624, + 2.632, 196, - 1.099, + 1.103, 197, - 2.53, + 2.536, 198, - 0.866, + 0.869, 201, - 1.814, + 1.818, 226, - 1.424, + 1.428, 227, - 5.642, + 5.649, 229, - 1.178, + 1.181, 230, - 1.106, + 1.11, 231, - 1.92, + 1.926, 238, - 1.786, + 1.793, 239, - 1.398, + 1.403, 247, - 1.693, + 1.698, 253, - 3.69, + 3.698, 256, - 2.121, + 2.124, 263, - 0.95, + 0.954, 268, - 1.504, + 1.507, 285, - 1.423, + 1.429, 290, - 1.237, + 1.242, 313, - 4.348, + 4.352, 333, - 1.817, + 1.822, 334, - 1.761, + 1.767, 342, - 1.423, + 1.429, 350, - 3.062, + 3.071, 368, - 1.455, + 1.46, 380, - 1.128, + 1.133, 390, - 1.339, + 1.344, 392, - 1.113, + 1.118, 442, - 1.423, + 1.429, 452, - 1.488, + 1.492, 454, - 3.215, + 3.221, 457, - 1.128, + 1.133, 471, - 0.852, + 0.855, 490, - 2.138, + 2.144, 504, - 1.61, + 1.598, 521, - 3.158, + 3.163, 522, - 1.574, + 1.58, 524, - 2.152, + 2.157, 543, - 2.054, + 2.06, 554, - 1.92, + 1.926, 590, - 2.662, + 2.668, 601, - 1.151, + 1.156, 602, - 1.285, + 1.29, 603, - 1.327, + 1.332, 604, - 1.61, + 1.617, 623, - 2.271, + 2.278, 629, - 0.956, + 0.959, 633, - 1.61, + 1.617, 637, - 3.3, + 3.31, 638, - 2.008, + 2.016, 644, - 1.574, + 1.58, 646, - 5.18, + 5.186, 650, - 6.217, + 6.226, 674, - 1.592, + 1.598, 685, - 3.847, + 3.853, 690, - 5.453, + 5.462, 703, - 3.166, + 3.172, 711, - 1.901, + 1.909, 715, - 3.87, + 3.878, 745, - 2.195, + 2.204, 759, - 2.049, + 2.057, 762, - 1.45, + 1.442, 773, - 1.151, + 1.156, 811, - 2.535, + 2.543, 859, - 1.592, + 1.598, 914, - 3.79, + 3.796, 917, - 1.437, + 1.442, 925, - 3.371, + 3.382, 935, - 3.649, + 3.657, 941, - 1.246, + 1.251, 947, - 1.67, + 1.676, 975, - 1.524, + 1.53, 999, - 1.464, + 1.47, 1047, - 3.497, + 3.504, 1079, - 1.541, + 1.546, 1096, - 2.321, + 2.33, 1104, - 1.106, + 1.11, 1136, - 1.97, + 1.978, 1146, - 1.373, + 1.378, 1202, - 1.509, + 1.514, 1218, - 5.225, + 5.237, 1224, - 2.455, + 2.462, 1283, - 4.412, + 4.42, 1296, - 1.184, + 1.188, 1322, - 1.63, + 1.636, 1323, - 1.327, + 1.332, 1337, - 5.207, + 5.217, 1440, - 1.935, + 1.942, 1471, - 1.574, + 1.58, 1475, - 7.252, + 7.26, 1511, - 1.713, + 1.72, 1570, - 2.142, + 2.15, 1597, - 1.841, + 1.848, 1650, - 3.062, + 3.071, 1662, - 3.551, + 3.558, 1839, - 2.255, + 2.263, 1871, - 1.541, + 1.546, 1908, - 1.437, + 1.442, 1911, - 1.63, + 1.636, 1920, - 2.381, + 2.389, 1933, - 3.419, + 3.427, 1961, - 3.116, + 3.125, 1989, - 2.919, + 2.928, 1993, - 3.449, + 3.46, 1997, - 2.919, + 2.928, 1999, - 4.473, + 4.482, 2006, - 1.67, + 1.676, 2012, - 5.026, + 5.039, 2013, - 2.195, + 2.204, 2019, - 2.142, + 2.15, 2020, - 2.321, + 2.33, 2021, - 8.635, + 8.644, 2024, - 3.33, + 3.337, 2049, - 2.008, + 2.016, 2054, - 4.921, + 4.929, 2096, - 1.761, + 1.767, 2101, - 3.173, + 3.182, 2139, - 2.397, + 2.406, 2155, - 5.207, + 5.217, 2164, - 2.211, + 2.218, 2169, - 2.142, + 2.15, 2194, - 5.642, + 5.649, 2201, - 2.727, + 2.737, 2239, - 2.906, + 2.917, 2244, - 2.195, + 2.204, 2268, - 1.691, + 1.697, 2345, - 5.898, + 5.909, 2353, - 6.282, + 6.29, 2355, - 4.004, + 4.016, 2358, - 1.97, + 1.978, 2359, - 2.397, + 2.406, 2533, - 2.142, + 2.15, 2568, - 2.008, + 2.016, 2579, - 2.255, + 2.263, 2647, - 2.321, + 2.33, 2854, - 3.3, + 3.31, 2902, - 2.397, + 2.406, 2928, - 2.255, + 2.263, 2941, - 2.255, + 2.263, 2953, - 2.195, + 2.204, 2954, - 3.449, + 3.46, 2955, - 1.813, + 1.819, 2967, - 4.233, + 4.243, 2974, - 2.486, + 2.496, 2975, - 2.593, + 2.603, 2986, - 2.593, + 2.603, 2988, - 2.906, + 2.917, 3071, - 2.142, + 2.15, 3166, - 2.593, + 2.603, 3176, - 2.397, + 2.406, 3178, - 3.861, + 3.872, 3182, - 2.397, + 2.406, 3192, - 5.898, + 5.909, 3218, - 4.558, + 4.569, 3226, - 6.091, + 6.103, 3233, - 4.68, + 4.694, 3268, - 7.949, + 7.96, 3269, - 2.727, + 2.737, 3276, - 4.391, + 4.405, 3316, - 2.906, + 2.917, 3431, - 2.727, + 2.737, 3511, - 4.004, + 4.016, 3574, - 4.693, + 4.705, 3577, - 2.727, + 2.737, 3599, - 2.094, + 2.102, 3620, - 5.026, + 5.039, 3696, - 2.593, + 2.603, 3724, - 4.176, + 4.189, 3909, - 4.176, + 4.189, 3925, - 2.397, + 2.406, 4003, - 10.383, + 10.39, 4004, - 3.178, + 3.19, 4005, - 3.178, + 3.19, 4006, - 2.906, + 2.917, 4007, - 4.176, + 4.189, 4008, - 5.118, + 5.133, 4009, - 5.118, + 5.133, 4010, - 3.178, + 3.19, 4011, - 2.906, + 2.917, 4012, - 2.593, + 2.603, 4013, - 2.727, + 2.737, 4014, - 3.178, + 3.19, 4015, - 3.178, + 3.19, 4016, - 5.118, + 5.133, 4017, - 2.486, + 2.496, 4018, - 3.178, + 3.19, 4019, - 4.391, + 4.405, 4020, - 2.593, + 2.603, 4021, - 3.178, + 3.19, 4022, - 2.906, + 2.917, 4023, - 3.178, + 3.19, 4024, - 9.073, + 9.087, 4025, - 3.178, + 3.19, 4026, - 3.178, + 3.19, 4027, - 3.178, + 3.19, 4028, - 7.403, + 7.415, 4029, - 8.297, + 8.309, 4030, - 5.118, + 5.133, 4031, - 3.178, + 3.19, 4032, - 3.178, + 3.19, 4033, - 2.906, + 2.917, 4034, - 5.875, + 5.89, 4035, - 3.178, + 3.19, 4036, - 2.906, + 2.917, 4037, - 2.906, + 2.917, 4038, - 2.906, + 2.917, 4039, - 2.906, + 2.917, 4040, - 3.178, + 3.19, 4041, - 3.178, + 3.19, 4042, - 4.176, + 4.189, 4043, - 3.178, + 3.19, 4044, - 3.178, + 3.19, 4045, - 5.118, + 5.133, 4046, - 3.178, + 3.19, 4047, - 3.178, + 3.19, 4048, - 4.004, + 4.016, 4049, - 3.178, + 3.19, 4050, - 9.742, + 9.755, 4051, - 5.118, + 5.133, 4052, - 3.178, + 3.19, 4053, - 7.365, + 7.381, 4054, - 3.178, + 3.19, 4055, - 3.178, + 3.19, 4056, - 3.178, + 3.19, 4057, - 5.118, + 5.133, 4058, - 3.178, + 3.19, 4059, - 5.118, + 5.133, 4060, - 3.178, + 3.19, 4061, - 3.178, + 3.19, 4062, - 3.178, + 3.19, 4063, - 5.118, + 5.133, 4064, - 5.118, + 5.133, 4065, - 5.118, + 5.133, 4066, - 4.68, + 4.694, 4067, - 5.118, + 5.133, 4068, - 7.365, + 7.381, 4069, - 3.449, + 3.46, 4070, - 3.178, + 3.19, 4071, - 5.118, + 5.133, 4072, - 3.178, + 3.19, 4073, - 5.118, + 5.133, 4074, - 4.68, + 4.694, 4075, - 4.391, + 4.405, 4076, - 3.178, + 3.19, 4077, - 3.178, + 3.19, 4078, - 3.178, + 3.19, 4079, - 3.178, + 3.19, 4080, - 3.178, + 3.19, 4081, - 8.909, + 8.92, 4082, - 5.118, + 5.133, 4083, - 5.118, + 5.133, 4084, - 9.438, + 9.451, 4085, - 3.178, + 3.19, 4086, - 2.906, + 2.917, 4087, - 3.178, + 3.19, 4088, - 3.178, + 3.19, 4089, - 3.178, + 3.19, 4090, - 2.321, + 2.33, 4091, - 2.727, + 2.737, 4092, - 3.178, + 3.19, 4093, - 3.178, + 3.19, 4094, - 3.178, + 3.19, 4095, - 2.906, + 2.737, 4096, - 3.178, + 3.19, 4097, - 4.391, + 4.405, 4098, - 1.97, + 1.978, 4099, - 3.178, + 3.19, 4100, - 5.118, + 5.133, 4101, - 5.118, + 5.133, 4102, - 5.118, + 5.133, 4103, - 3.178, + 3.19, 4104, - 1.97 + 1.978 ] ], [ @@ -27357,91 +27357,91 @@ "data/manuals/online-services", [ 0, - 0.975, + 0.976, 1, - 2.035, + 2.038, 2, - 2.015, + 2.017, 3, - 2.089, + 2.091, 4, - 2.089, + 2.091, 5, - 2.1, + 2.102, 6, - 2.1, + 2.102, 7, 1.601, 18, - 0.718, + 0.719, 38, - 0.884, + 0.885, 46, - 1.135, + 1.136, 59, - 0.974, + 0.975, 99, 1.067, 110, - 4.681, + 4.683, 113, - 1.594, + 1.596, 194, 2.25, 198, 3.308, 249, - 3.817, + 3.821, 256, - 2.425, + 2.426, 280, - 3.12, + 3.124, 497, - 4.08, + 4.085, 614, - 3.12, + 3.124, 629, - 3.246, + 3.247, 715, - 4.181, + 4.185, 996, - 4.032, + 4.037, 1131, - 3.942, + 3.946, 2014, - 9.261, + 9.266, 2020, - 7.238, + 7.243, 2194, - 5.739, + 5.743, 2281, - 9.092, + 9.095, 2353, - 6.959, + 6.963, 2514, - 5.897, + 5.9, 3229, - 6.828, + 6.836, 3312, - 6.493, + 6.5, 3584, - 5.645, + 5.651, 4105, - 8.086, + 8.092, 4106, - 9.91, + 9.917, 4107, - 7.276, + 7.285, 4108, - 7.276, + 7.285, 4109, - 6.493, + 6.5, 4110, - 6.828, + 6.836, 4111, - 6.493, + 6.5, 4112, - 7.276 + 7.285 ] ], [ @@ -27455,949 +27455,949 @@ "data/manuals/application-security", [ 0, - 0.296, + 0.298, 1, - 0.619, + 0.621, 2, - 0.612, + 0.615, 3, - 0.635, + 0.637, 4, - 1.636, + 1.64, 5, - 0.638, + 0.641, 6, - 0.638, + 0.641, 7, - 1.463, + 1.464, 8, - 1.743, + 1.748, 10, - 2.192, + 2.194, 18, - 1.128, + 1.129, 20, - 1.514, + 1.515, 22, - 0.994, + 0.998, 23, - 1.093, + 1.098, 30, - 2.355, + 2.361, 36, - 1.867, + 1.87, 38, - 1.157, + 1.158, 39, - 1.119, + 1.123, 42, - 1.892, + 1.894, 46, - 1.571, + 1.572, 54, - 4.013, + 4.02, 56, - 0.941, + 0.945, 57, - 1.464, + 1.465, 59, 1.049, 60, - 2.532, + 2.536, 63, - 1.172, + 1.177, 72, - 0.805, + 0.808, 76, - 1.287, + 1.292, 77, - 1.939, + 1.942, 79, - 0.972, + 0.973, 84, - 1.036, + 1.04, 86, - 0.785, + 0.789, 90, - 0.974, + 0.977, 91, - 2.579, + 2.584, 99, - 1.059, + 1.06, 100, - 1.169, + 1.172, 102, - 1.79, + 1.785, 103, - 1.739, + 1.743, 105, - 0.97, + 0.975, 106, - 1.677, + 1.679, 107, - 1.732, + 1.735, 108, - 0.711, + 0.714, 109, - 1.533, + 1.527, 110, - 1.614, + 1.62, 113, - 1.876, + 1.879, 121, - 0.8, + 0.803, 122, - 0.753, + 0.756, 125, - 0.736, + 0.739, 126, - 1.904, + 1.906, 130, - 2.487, + 2.496, 140, - 1.882, + 1.889, 142, - 0.719, + 0.722, 143, - 1.172, + 1.177, 147, - 1.423, + 1.429, 148, - 1.805, + 1.809, 149, - 2.018, + 2.025, 150, - 1.763, + 1.767, 151, - 2.197, + 2.186, 153, - 2.176, + 2.179, 160, - 2.059, + 2.052, 165, - 1.168, + 1.172, 166, - 1.92, + 1.927, 167, - 0.978, + 0.982, 169, - 1.124, + 1.126, 171, - 3.195, + 3.204, 172, - 1.797, + 1.787, 174, - 2.839, + 2.845, 177, - 0.74, + 0.743, 178, - 1.522, + 1.527, 194, - 1.82, + 1.823, 196, - 1.412, + 1.417, 198, - 2.837, + 2.84, 199, - 1.75, + 1.756, 201, - 1.977, + 1.981, 216, - 0.956, + 0.96, 226, - 1.137, + 1.141, 228, - 1.027, + 1.023, 229, - 1.668, + 1.671, 230, - 1.422, + 1.427, 231, - 2.338, + 2.344, 240, - 1.508, + 1.512, 241, - 1.334, + 1.338, 249, - 1.16, + 1.165, 253, - 1.212, + 1.217, 256, - 2.201, + 2.204, 257, - 0.956, + 0.96, 260, - 0.815, + 0.819, 268, - 0.834, + 0.837, 269, - 1.714, + 1.718, 273, - 2.172, + 2.176, 281, - 2.532, + 2.541, 282, - 1.198, + 1.203, 288, - 1.304, + 1.309, 292, - 3.236, + 3.243, 294, - 1.379, + 1.385, 313, - 3.451, + 3.457, 317, - 1.423, + 1.429, 334, - 1.34, + 1.345, 340, - 1.766, + 1.774, 342, - 1.83, + 1.836, 350, - 1.447, + 1.453, 353, - 0.97, + 0.967, 359, - 1.83, + 1.803, 368, - 0.688, + 0.691, 382, - 1.47, + 1.475, 383, - 1.593, + 1.6, 387, - 0.853, + 0.857, 392, - 1.431, + 1.436, 395, - 1.892, + 1.9, 402, - 1.287, + 1.292, 414, - 1.593, + 1.6, 433, - 0.986, + 0.99, 434, - 1.125, + 1.13, 439, - 1.63, + 1.637, 442, - 1.83, + 1.836, 446, - 1.212, + 1.217, 449, - 1.447, + 1.453, 452, - 2.024, + 2.029, 454, - 2.111, + 2.118, 457, - 0.859, + 0.862, 471, - 0.648, + 0.651, 473, - 2.332, + 2.339, 489, - 1.125, + 1.13, 497, - 1.24, + 1.245, 500, - 0.882, + 0.886, 510, - 1.501, + 1.506, 516, - 1.304, + 1.309, 521, - 1.846, + 1.851, 524, - 0.81, + 0.813, 537, - 1.379, + 1.385, 541, - 1.287, + 1.292, 543, - 2.128, + 2.134, 548, - 2.691, + 2.701, 552, - 2.513, + 2.518, 554, - 1.533, + 1.538, 555, - 1.952, + 1.945, 561, - 1.681, + 1.686, 577, - 1.602, + 1.607, 591, - 1.593, + 1.6, 608, - 1.198, + 1.203, 614, - 0.948, + 0.952, 622, - 1.172, + 1.177, 623, - 2.353, + 2.361, 629, - 1.595, + 1.599, 631, - 2.627, + 2.635, 633, - 3.529, + 3.537, 634, - 0.956, + 0.96, 636, - 2.033, + 2.04, 642, - 2.07, + 2.077, 645, - 1.423, + 1.429, 646, - 3.529, + 3.537, 650, - 1.593, + 1.6, 672, - 1.125, + 1.119, 675, - 0.927, + 0.931, 677, - 1.114, + 1.119, 679, - 1.083, + 1.088, 685, - 1.665, + 1.671, 686, - 1.304, + 1.309, 689, - 1.083, + 1.088, 693, - 4.551, + 4.564, 701, - 1.271, + 1.276, 703, - 1.602, + 1.607, 710, - 1.172, + 1.177, 711, - 1.447, + 1.453, 713, - 3.316, + 3.283, 728, - 1.185, + 1.19, 729, - 1.401, + 1.407, 732, - 1.593, + 1.6, 733, - 2.212, + 2.221, 735, - 2.544, + 2.551, 751, - 1.652, + 1.658, 754, - 1.447, + 1.453, 762, - 2.844, + 2.825, 765, - 1.858, + 1.863, 771, - 1.125, + 1.13, 773, - 0.876, + 0.88, 775, - 1.34, + 1.345, 793, - 2.9, + 2.907, 823, - 1.593, + 1.6, 825, - 1.892, + 1.9, 858, - 1.447, + 1.453, 859, - 1.212, + 1.217, 863, - 1.824, + 1.832, 864, - 2.822, + 2.832, 873, - 1.671, + 1.678, 890, - 1.255, + 1.26, 891, - 1.385, + 1.39, 894, - 1.614, + 1.62, 895, - 1.16, + 1.165, 901, - 1.765, + 1.771, 902, - 1.379, + 1.385, 908, - 1.824, + 1.832, 909, - 1.559, + 1.566, 910, - 2.173, + 2.181, 911, - 1.34, + 1.345, 938, - 1.528, + 1.535, 939, - 3.45, + 3.458, 977, - 1.287, + 1.292, 978, - 1.614, + 1.62, 986, - 1.63, + 1.637, 996, - 1.226, + 1.231, 999, - 1.114, + 1.119, 1007, - 0.847, + 0.851, 1010, - 0.994, + 0.998, 1029, - 2.002, + 1.987, 1034, - 2.033, + 2.04, 1052, - 1.271, + 1.276, 1053, - 2.898, + 2.908, 1055, - 2.33, + 2.338, 1056, - 2.983, + 2.994, 1060, - 1.359, + 1.365, 1061, - 1.593, + 1.6, 1064, - 1.185, + 1.19, 1066, - 2.443, + 2.45, 1067, - 0.79, + 0.793, 1068, - 2.581, + 2.59, 1078, - 5.253, + 5.266, 1079, - 1.98, + 1.987, 1081, - 1.472, + 1.479, 1083, - 1.892, + 1.9, 1089, - 1.593, + 1.6, 1101, - 2.404, + 2.412, 1103, - 5.299, + 5.309, 1104, - 3.063, + 3.068, 1107, - 2.024, + 2.031, 1141, - 1.472, + 1.479, 1146, - 1.045, + 1.049, 1152, - 1.766, + 1.774, 1166, - 1.401, + 1.407, 1173, - 1.185, + 1.19, 1211, - 1.766, + 1.774, 1216, - 1.304, + 1.292, 1226, - 2.33, + 2.338, 1267, - 1.671, + 1.678, 1282, - 2.075, + 2.084, 1289, - 1.499, + 1.506, 1323, - 2.603, + 2.61, 1326, - 2.487, + 2.496, 1343, - 2.263, + 2.271, 1412, - 1.63, + 1.637, 1413, - 1.472, + 1.479, 1449, - 1.892, + 1.9, 1457, - 1.423, + 1.429, 1476, - 1.973, + 1.9, 1479, - 1.423, + 1.429, 1485, - 2.691, + 2.701, 1495, - 2.263, + 2.271, 1498, - 1.671, + 1.678, 1506, - 2.075, + 2.084, 1507, - 1.499, + 1.506, 1508, - 1.824, + 1.832, 1511, - 1.304, + 1.309, 1543, - 1.423, + 1.429, 1546, - 1.255, + 1.26, 1554, - 2.075, + 2.084, 1577, - 2.075, + 2.084, 1584, - 1.359, + 1.365, 1588, - 2.002, + 2.009, 1629, - 1.83, + 1.836, 1660, - 1.892, + 1.9, 1661, - 2.046, + 2.054, 1662, - 1.064, + 1.068, 1681, - 3.445, + 3.452, 1721, - 1.671, + 1.678, 1806, - 1.671, + 1.678, 1859, - 2.075, + 2.084, 1866, - 1.379, + 1.385, 1871, - 1.172, + 1.177, 1882, - 2.353, + 2.361, 1884, - 2.958, + 2.965, 1901, - 2.366, + 2.374, 1908, - 1.093, + 1.098, 1929, - 1.287, + 1.276, 1933, - 1.287, + 1.292, 1936, - 1.34, + 1.345, 1948, - 2.173, + 2.181, 1975, - 0.957, + 0.959, 2021, - 3.333, + 3.345, 2027, - 2.024, + 2.031, 2028, - 1.63, + 1.637, 2054, - 2.33, + 2.338, 2062, - 3.081, + 3.092, 2075, - 3.728, + 3.738, 2083, - 1.671, + 1.678, 2085, - 1.973, + 1.982, 2101, - 1.499, + 1.506, 2105, - 4.587, + 4.598, 2116, - 1.379, + 1.385, 2120, - 1.824, + 1.832, 2136, - 2.691, + 2.701, 2142, - 3.493, + 3.504, 2143, - 3.493, + 3.504, 2164, - 2.291, + 2.298, 2171, - 1.671, + 1.678, 2173, - 1.423, + 1.429, 2175, - 1.593, + 1.6, 2202, - 2.075, + 2.084, 2217, - 2.487, + 2.496, 2272, - 1.973, + 1.982, 2327, - 1.528, + 1.535, 2335, - 3.419, + 3.43, 2338, - 2.075, + 2.084, 2345, - 1.766, + 1.774, 2353, - 4.871, + 4.882, 2355, - 7.12, + 7.131, 2359, - 3.081, + 3.092, 2360, - 1.304, + 1.309, 2403, - 1.716, + 1.723, 2441, - 1.271, + 1.276, 2506, - 1.499, + 1.506, 2519, - 1.824, + 1.832, 2550, - 1.401, + 1.407, 2709, - 2.753, + 2.763, 2717, - 1.766, + 1.774, 2794, - 2.075, + 2.084, 2855, - 1.892, + 1.9, 2913, - 2.212, + 2.221, 2952, - 2.858, + 2.867, 2955, - 1.379, + 1.385, 2957, - 3.196, + 3.207, 2965, - 2.075, + 2.084, 2978, - 1.716, + 1.723, 2997, - 1.973, + 1.982, 3037, - 1.973, + 1.982, 3043, - 6.292, + 6.305, 3057, - 1.671, + 1.678, 3067, - 4.875, + 4.888, 3079, - 1.766, + 1.774, 3107, - 2.822, + 2.832, 3161, - 3.493, + 3.504, 3176, - 1.824, + 1.832, 3217, - 4.327, + 4.34, 3218, - 3.762, + 3.773, 3224, - 1.593, + 1.6, 3229, - 2.075, + 2.084, 3235, - 2.212, + 2.221, 3260, - 2.075, + 2.084, 3313, - 1.973, + 1.982, 3366, - 1.716, + 1.723, 3399, - 1.671, + 1.678, 3475, - 1.973, + 1.982, 3488, - 3.505, + 3.517, 3491, - 4.327, + 4.34, 3527, - 1.63, + 1.637, 3584, - 2.898, + 2.908, 3597, - 1.716, + 1.723, 3663, - 2.212, + 2.221, 3667, - 1.824, + 1.832, 3668, - 1.973, + 1.982, 3672, - 4.327, + 4.34, 3695, - 1.766, + 1.774, 3722, - 2.212, + 2.221, 3733, - 1.892, + 1.9, 3789, - 3.505, + 3.517, 3799, - 2.075, + 2.084, 3887, - 2.075, + 2.084, 3903, - 1.766, + 1.774, 3953, - 2.075, + 2.084, 4104, - 1.499, + 1.506, 4113, - 3.735, + 3.748, 4114, - 2.418, + 2.429, 4115, - 2.418, + 2.429, 4116, - 2.212, + 2.221, 4117, - 2.212, + 2.221, 4118, - 2.212, + 2.221, 4119, - 2.418, + 2.429, 4120, - 2.418, + 2.429, 4121, - 2.418, + 2.429, 4122, - 2.418, + 2.429, 4123, - 2.418, + 2.429, 4124, - 2.418, + 2.429, 4125, - 2.418, + 2.429, 4126, - 3.196, + 3.207, 4127, - 2.418, + 2.429, 4128, - 2.418, + 2.429, 4129, - 3.735, + 3.748, 4130, - 2.075, + 2.084, 4131, - 2.075, + 2.084, 4132, - 2.212, + 2.221, 4133, - 2.212, + 2.221, 4134, - 1.593, + 1.6, 4135, - 2.418, + 2.429, 4136, - 2.075, + 2.084, 4137, - 2.418, + 2.429, 4138, - 4.085, + 4.099, 4139, - 2.212, + 2.221, 4140, - 4.085, + 4.099, 4141, - 2.212, + 2.221, 4142, - 2.212, + 2.221, 4143, - 2.418, + 2.429, 4144, - 2.212, + 2.221, 4145, - 2.418, + 2.429, 4146, - 2.212, + 2.221, 4147, - 7.555, + 7.571, 4148, - 6.231, + 6.248, 4149, - 4.085, + 4.099, 4150, - 2.983, + 2.994, 4151, - 2.212, + 2.221, 4152, - 3.505, + 3.517, 4153, - 6.231, + 6.248, 4154, - 1.766, + 1.774, 4155, - 4.55, + 4.564, 4156, - 2.418, + 2.429, 4157, - 2.418, + 2.429, 4158, - 2.418, + 2.429, 4159, - 2.418, + 2.429, 4160, - 2.418, + 2.429, 4161, - 2.212, + 2.221, 4162, - 2.418, + 2.429, 4163, - 2.418, + 2.429, 4164, - 2.212, + 2.221, 4165, - 2.418, + 2.429, 4166, - 2.418, + 2.429, 4167, - 2.418, + 2.429, 4168, - 2.418, + 2.429, 4169, - 2.212, + 2.221, 4170, - 2.418, + 2.429, 4171, - 2.418, + 2.429, 4172, - 2.418, + 2.429, 4173, - 2.212, + 2.221, 4174, - 1.892, + 1.9, 4175, - 2.418, + 2.429, 4176, - 4.085, + 4.099, 4177, - 2.212, + 2.221, 4178, - 2.418, + 2.429, 4179, - 2.418, + 2.429, 4180, - 5.253, + 5.266, 4181, - 2.212, + 2.221, 4182, - 2.418, + 2.429, 4183, - 2.418, + 2.429, 4184, - 1.973, + 1.982, 4185, - 1.973, + 1.982, 4186, - 2.212, + 2.221, 4187, - 2.418, + 2.429, 4188, - 4.085, + 4.099, 4189, - 2.418, + 2.429, 4190, - 2.418, + 2.429, 4191, - 2.418, + 2.429, 4192, - 2.418, + 2.429, 4193, - 2.418, + 2.429, 4194, - 2.418, + 2.429, 4195, - 1.973, + 1.982, 4196, - 2.418, + 2.429, 4197, - 2.212, + 2.221, 4198, - 2.075, + 2.084, 4199, - 2.418, + 2.429, 4200, - 3.505, + 3.517, 4201, - 2.212, + 2.221, 4202, - 2.418, + 2.429, 4203, - 2.418, + 2.429, 4204, - 2.418, + 2.429, 4205, - 2.418, + 2.429, 4206, - 2.212, + 2.221, 4207, - 1.671, + 1.678, 4208, - 2.075, + 2.084, 4209, - 1.973, + 1.982, 4210, - 2.418, + 2.429, 4211, - 2.075, + 2.084, 4212, - 2.418, + 2.429, 4213, - 2.418, + 2.429, 4214, - 1.892, + 1.9, 4215, - 2.418, + 2.429, 4216, - 2.418, + 2.429, 4217, - 2.418, + 2.429, 4218, - 2.418, + 2.429, 4219, - 2.418, + 2.429, 4220, - 2.418, + 2.429, 4221, - 2.418, + 2.429, 4222, - 2.418, + 2.429, 4223, - 2.418, + 2.429, 4224, - 2.212, + 2.221, 4225, - 2.418 + 2.429 ] ], [ @@ -28411,801 +28411,801 @@ "data/manuals/profiling", [ 0, - 0.338, + 0.34, 1, - 0.706, + 0.709, 2, - 0.699, + 0.702, 3, - 0.725, + 0.727, 4, - 0.725, + 0.727, 5, - 0.728, + 0.731, 6, - 0.728, + 0.731, 7, 1.507, 8, - 1.894, + 1.899, 9, - 1.978, + 1.983, 10, - 1.847, + 1.851, 18, 1.129, 20, - 1.491, + 1.492, 36, - 1.35, + 1.354, 38, - 0.949, + 0.951, 41, - 2.397, + 2.405, 42, - 0.829, + 0.831, 46, - 1.589, + 1.59, 52, - 2.46, + 2.464, 54, - 1.311, + 1.316, 56, - 1.775, + 1.781, 57, - 1.508, + 1.509, 59, - 1.045, + 1.046, 60, - 1.622, + 1.627, 62, - 1.509, + 1.514, 67, - 3.756, + 3.765, 69, - 2.74, + 2.748, 70, - 1.163, + 1.167, 71, - 1.907, + 1.915, 76, - 4.547, + 4.555, 79, 0.984, 84, - 3.212, + 3.219, 85, - 1.652, + 1.658, 90, - 1.614, + 1.618, 91, - 1.557, + 1.562, 92, - 1.831, + 1.837, 99, - 1.036, + 1.037, 100, - 1.604, + 1.606, 102, - 0.71, + 0.709, 103, - 1.968, + 1.971, 105, - 1.831, + 1.837, 106, - 1.825, + 1.827, 107, - 1.626, + 1.629, 108, - 0.812, + 0.815, 109, - 1.036, + 1.033, 110, - 1.091, + 1.095, 111, - 1.153, + 1.158, 113, - 1.79, + 1.793, 117, - 2.684, + 2.693, 121, - 1.928, + 1.934, 122, - 1.815, + 1.82, 125, - 0.84, + 0.843, 126, - 1.157, + 1.16, 128, - 1.367, + 1.358, 132, - 2.576, + 2.582, 140, - 1.272, + 1.277, 142, - 2.013, + 2.018, 147, - 1.624, + 1.631, 148, - 1.833, + 1.836, 150, - 1.155, + 1.159, 151, - 1.89, + 1.881, 153, - 2.508, + 2.51, 158, - 1.334, + 1.338, 160, - 2.387, + 2.379, 165, - 1.667, + 1.672, 167, - 1.116, + 1.121, 169, - 0.411, + 0.412, 174, - 3.484, + 3.49, 178, - 1.028, + 1.033, 194, - 1.941, + 1.943, 197, - 1.567, + 1.572, 198, - 2.82, + 2.823, 201, - 0.62, + 0.623, 202, - 1.905, + 1.898, 208, - 2.564, + 2.572, 210, - 1.116, + 1.121, 212, - 1.284, + 1.29, 217, - 1.958, + 1.966, 226, - 0.768, + 0.771, 228, - 3.185, + 3.165, 229, - 1.698, + 1.701, 230, - 1.588, + 1.593, 231, - 1.036, + 1.04, 238, - 1.551, + 1.557, 241, - 1.45, + 1.454, 244, - 1.066, + 1.063, 247, - 0.913, + 0.917, 256, - 1.815, + 1.818, 257, - 1.091, + 1.095, 260, - 0.93, + 0.934, 269, - 1.035, + 1.038, 270, - 2.016, + 2.024, 273, - 0.681, + 0.684, 274, - 1.624, + 1.631, 280, - 1.789, + 1.795, 288, - 1.488, + 1.494, 289, - 1.652, + 1.658, 294, - 1.574, + 1.581, 309, - 1.624, + 1.631, 313, - 2.655, + 2.662, 317, - 1.624, + 1.631, 323, - 1.652, + 1.658, 331, - 1.958, + 1.966, 333, - 1.29, + 1.294, 345, - 2.211, + 2.219, 368, - 1.926, + 1.93, 374, - 1.78, + 1.787, 382, - 0.993, + 0.997, 385, - 1.551, + 1.557, 390, - 1.921, + 1.928, 392, - 2.372, + 2.378, 404, - 1.744, + 1.751, 412, - 1.861, + 1.868, 433, - 3.292, + 3.298, 434, - 2.123, + 2.13, 440, - 3.569, + 3.581, 452, - 0.802, + 0.806, 454, - 1.099, + 1.103, 457, - 0.98, + 0.984, 460, - 2.016, + 2.024, 471, - 0.74, + 0.743, 473, - 2.564, + 2.572, 480, - 1.819, + 1.826, 485, - 2.082, + 2.091, 513, - 1.432, + 1.438, 522, - 1.367, + 1.373, 546, - 3.143, + 3.152, 547, - 1.624, + 1.631, 550, - 1.284, + 1.29, 552, - 2.013, + 2.018, 554, - 1.036, + 1.04, 555, - 2.677, + 2.665, 561, - 1.848, + 1.853, 563, - 1.744, + 1.718, 567, - 2.367, + 2.375, 573, - 1.712, + 1.717, 577, - 1.082, + 1.087, 590, - 1.89, + 1.896, 594, - 4.399, + 4.405, 600, - 1.324, + 1.329, 601, - 2.112, + 2.118, 608, - 1.367, + 1.373, 613, - 2.524, + 2.534, 622, - 3.635, + 3.643, 623, - 3.328, + 3.335, 629, - 2.036, + 2.041, 631, - 2.888, + 2.896, 636, - 1.749, + 1.755, 642, - 2.312, + 2.319, 659, - 3.325, + 3.335, 660, - 2.729, + 2.739, 673, - 1.599, + 1.605, 675, - 1.058, + 1.063, 681, - 2.235, + 2.243, 686, - 1.488, + 1.494, 688, - 3.236, + 3.247, 689, - 1.236, + 1.241, 692, - 1.036, + 1.04, 701, - 1.45, + 1.456, 703, - 1.082, + 1.087, 707, - 2.016, + 2.024, 708, - 1.958, + 1.966, 711, - 1.652, + 1.658, 715, - 3.558, + 3.566, 724, - 1.652, + 1.658, 735, - 1.324, + 1.329, 738, - 1.652, + 1.658, 744, - 2.826, + 2.834, 750, - 2.211, + 2.219, 758, - 1.225, + 1.23, 759, - 1.78, + 1.787, 760, - 1.958, + 1.966, 762, - 4.078, + 4.046, 765, - 2.627, + 2.633, 771, - 3.151, + 3.159, 773, - 1.653, + 1.658, 774, - 1.248, + 1.253, 785, - 1.574, + 1.581, 791, - 2.016, + 2.024, 792, - 1.574, + 1.581, 799, - 1.68, + 1.687, 801, - 1.353, + 1.358, 809, - 2.564, + 2.572, 815, - 1.711, + 1.718, 831, - 1.652, + 1.658, 832, - 2.797, + 2.805, 849, - 1.225, + 1.23, 859, - 2.285, + 2.293, 860, - 2.955, + 2.963, 866, - 2.172, + 2.178, 891, - 3.031, + 3.036, 895, - 2.188, + 2.196, 898, - 0.98, + 0.984, 902, - 2.602, + 2.61, 904, - 5.729, + 5.74, 905, - 1.624, + 1.631, 911, - 1.529, + 1.535, 912, - 1.78, + 1.787, 914, - 1.153, + 1.158, 923, - 1.353, + 1.358, 939, - 1.367, + 1.373, 941, - 1.082, + 1.087, 948, - 1.091, + 1.095, 975, - 1.324, + 1.329, 977, - 4.297, + 4.305, 978, - 2.304, + 2.31, 980, - 1.78, + 1.787, 1007, - 2.043, + 2.048, 1034, - 1.749, + 1.755, 1041, - 1.248, + 1.253, 1043, - 1.193, + 1.198, 1064, - 1.353, + 1.358, 1068, - 1.744, + 1.751, 1079, - 2.211, + 2.219, 1082, - 3.684, + 3.695, 1084, - 2.524, + 2.534, 1090, - 1.284, + 1.29, 1104, - 2.029, + 2.035, 1135, - 1.861, + 1.868, 1136, - 1.711, + 1.718, 1140, - 1.272, + 1.277, 1153, - 4.2, + 4.206, 1173, - 1.353, + 1.358, 1253, - 1.551, + 1.557, 1258, - 1.819, + 1.826, 1259, - 1.744, + 1.751, 1262, - 2.016, + 2.024, 1264, - 1.819, + 1.826, 1295, - 1.712, + 1.717, 1296, - 1.028, + 1.033, 1323, - 1.153, + 1.158, 1332, - 1.845, + 1.851, 1361, - 1.819, + 1.826, 1382, - 1.529, + 1.535, 1413, - 1.68, + 1.687, 1426, - 2.777, + 2.786, 1428, - 1.508, + 1.514, 1460, - 1.551, + 1.557, 1463, - 1.68, + 1.687, 1478, - 2.082, + 2.091, 1493, - 1.907, + 1.915, 1494, - 2.369, + 2.378, 1495, - 1.529, + 1.535, 1597, - 1.599, + 1.605, 1604, - 1.45, + 1.456, 1616, - 1.744, + 1.751, 1628, - 2.805, + 2.812, 1662, - 3.552, + 3.559, 1669, - 3.914, + 3.927, 1701, - 5.476, + 5.488, 1770, - 2.777, + 2.786, 1804, - 2.797, + 2.805, 1811, - 2.016, + 2.024, 1823, - 2.777, + 2.739, 1858, - 7.437, + 7.442, 1882, - 2.588, + 2.595, 1893, - 1.652, + 1.658, 1907, - 2.252, + 2.261, 1920, - 1.284, + 1.29, 1933, - 4.297, + 4.305, 1936, - 1.529, + 1.535, 1937, - 3.569, + 3.581, 1961, - 1.68, + 1.687, 1969, - 2.016, + 2.024, 1989, - 2.602, + 2.61, 1994, - 2.016, + 2.024, 2013, - 1.907, + 1.915, 2024, - 3.061, + 3.069, 2027, - 2.888, + 2.896, 2054, - 1.574, + 1.581, 2057, - 1.744, + 1.751, 2075, - 2.729, + 2.739, 2096, - 1.529, + 1.535, 2116, - 2.602, + 2.61, 2122, - 2.082, + 2.091, 2127, - 2.369, + 2.378, 2173, - 1.624, + 1.631, 2180, - 1.819, + 1.826, 2182, - 1.415, + 1.421, 2189, - 1.529, + 1.535, 2192, - 1.907, + 1.915, 2260, - 2.016, + 2.024, 2261, - 1.551, + 1.557, 2327, - 1.744, + 1.751, 2330, - 3.841, + 3.852, 2346, - 2.684, + 2.693, 2375, - 2.16, + 2.168, 2384, - 1.711, + 1.718, 2387, - 2.082, + 2.091, 2398, - 3.722, + 3.735, 2434, - 1.958, + 1.966, 2455, - 2.16, + 2.168, 2472, - 3.93, + 3.941, 2506, - 1.711, + 1.718, 2517, - 2.082, + 2.091, 2520, - 2.252, + 2.261, 2562, - 2.082, + 2.091, 2567, - 2.524, + 2.534, 2568, - 1.744, + 1.751, 2614, - 2.082, + 2.091, 2631, - 1.744, + 1.751, 2665, - 3.914, + 3.927, 2852, - 2.016, + 2.024, 2871, - 1.574, + 1.581, 2902, - 3.441, + 3.453, 2941, - 4.804, + 4.816, 2952, - 1.488, + 1.494, 2953, - 1.907, + 1.915, 2967, - 1.819, + 1.826, 2971, - 2.082, + 2.091, 2976, - 2.369, + 2.378, 3043, - 2.16, + 2.168, 3059, - 1.958, + 1.966, 3071, - 4.564, + 4.575, 3080, - 2.524, + 2.534, 3225, - 2.524, + 2.534, 3311, - 1.744, + 1.751, 3420, - 2.369, + 2.378, 3474, - 3.151, + 3.162, 3505, - 2.16, + 2.168, 3511, - 2.16, + 2.168, 3648, - 2.252, + 2.261, 3685, - 2.524, + 2.534, 3691, - 1.907, + 1.915, 3902, - 2.883, + 2.892, 3972, - 2.459, + 2.467, 4020, - 2.252, + 2.261, 4117, - 2.524, + 2.534, 4226, - 2.76, + 2.771, 4227, - 2.16, + 2.168, 4228, - 2.524, + 2.534, 4229, - 2.76, + 2.771, 4230, - 2.524, + 2.534, 4231, - 2.524, + 2.534, 4232, - 2.524, + 2.534, 4233, - 4.757, + 4.771, 4234, - 4.172, + 4.185, 4235, - 2.252, + 2.261, 4236, - 5.83, + 5.847, 4237, - 2.76, + 2.771, 4238, - 2.76, + 2.771, 4239, - 2.76, + 2.771, 4240, - 5.003, + 5.017, 4241, - 2.524, + 2.534, 4242, - 1.958, + 1.966, 4243, - 2.369, + 2.378, 4244, - 2.016, + 2.024, 4245, - 2.252, + 2.261, 4246, - 2.76, + 2.771, 4247, - 3.722, + 3.735, 4248, - 4.172, + 4.185, 4249, - 4.562, + 4.577, 4250, - 2.76, + 2.771, 4251, - 2.524, + 2.534, 4252, - 1.958, + 1.966, 4253, - 2.524, + 2.534, 4254, - 2.16, + 2.168, 4255, - 2.76, + 2.771, 4256, - 2.76, + 2.771, 4257, - 2.016, + 2.024, 4258, - 2.16, + 2.168, 4259, - 2.369, + 2.378, 4260, - 2.369, + 2.378, 4261, - 4.562, + 4.577, 4262, - 5.003, + 5.017, 4263, - 4.562, + 4.577, 4264, - 2.16, + 2.168, 4265, - 2.76, + 2.771, 4266, - 2.252, + 2.261, 4267, - 2.76, + 2.771, 4268, - 2.76, + 2.771, 4269, - 2.76, + 2.771, 4270, - 2.76, + 2.771, 4271, - 2.76, + 2.771, 4272, - 2.76, + 2.771, 4273, - 2.76, + 2.771, 4274, - 2.76, + 2.771, 4275, - 2.524, + 2.534, 4276, - 2.369, + 2.378, 4277, - 2.76, + 2.771, 4278, - 2.76, + 2.771, 4279, - 2.252, + 2.261, 4280, - 2.76, + 2.771, 4281, - 2.76, + 2.771, 4282, - 2.76, + 2.771, 4283, - 2.524, + 2.534, 4284, - 2.76, + 2.771, 4285, - 2.76, + 2.771, 4286, - 2.524, + 2.534, 4287, - 2.16, + 2.168, 4288, - 2.76, + 2.771, 4289, - 2.76, + 2.771, 4290, - 2.76, + 2.771, 4291, - 4.562, + 4.577, 4292, - 4.172, + 4.185, 4293, - 2.76, + 2.771, 4294, - 2.76, + 2.771, 4295, - 2.76 + 2.771 ] ], [ @@ -29219,717 +29219,717 @@ "data/manuals/factory", [ 0, - 0.345, + 0.346, 1, - 1.185, + 1.189, 2, - 0.712, + 0.715, 3, - 0.738, + 0.741, 4, - 0.738, + 0.741, 5, - 0.742, + 0.745, 6, - 0.742, + 0.745, 7, - 1.524, + 1.525, 8, - 0.787, + 0.79, 10, - 2.017, + 2.02, 11, - 1.019, + 1.023, 12, - 1.284, + 1.289, 18, 1.123, 20, - 1.436, + 1.437, 28, - 1.363, + 1.369, 36, - 1.51, + 1.514, 38, - 1.094, + 1.095, 39, - 0.594, + 0.596, 42, - 0.511, + 0.513, 46, - 1.541, + 1.542, 49, - 0.973, + 0.976, 52, - 1.885, + 1.89, 55, - 1.349, + 1.355, 57, - 1.382, + 1.383, 59, - 0.952, + 0.953, 60, - 0.783, + 0.786, 75, - 2.038, + 2.044, 77, - 0.96, + 0.963, 79, - 0.994, + 0.995, 84, - 1.205, + 1.21, 86, - 0.913, + 0.917, 90, - 1.408, + 1.412, 91, - 0.96, + 0.964, 92, - 2.37, + 2.377, 96, - 3.344, + 3.348, 97, - 1.708, + 1.713, 99, - 1.011, + 1.012, 100, - 1.421, + 1.424, 103, - 2.267, + 2.27, 106, - 1.543, + 1.546, 107, - 1.874, + 1.876, 108, - 0.827, + 0.83, 109, - 2.217, + 2.207, 110, - 1.111, + 1.116, 113, - 0.928, + 0.931, 119, - 2.994, + 3.002, 121, - 0.93, + 0.934, 125, - 0.856, + 0.859, 126, - 1.503, + 1.507, 130, - 1.712, + 1.719, 133, - 4.452, + 4.461, 135, - 2.683, + 2.692, 139, - 1.629, + 1.635, 140, - 2.135, + 2.142, 142, - 0.836, + 0.84, 143, - 1.363, + 1.369, 146, - 3.711, + 3.719, 148, - 1.768, + 1.771, 149, - 1.071, + 1.075, 150, - 0.712, + 0.715, 151, - 1.165, + 1.16, 153, - 2.324, + 2.326, 158, - 0.822, + 0.826, 160, - 2.84, + 2.828, 161, - 1.896, + 1.903, 165, - 2.747, + 2.751, 166, - 2.177, + 2.185, 167, - 3.485, + 3.491, 169, - 0.879, + 0.881, 170, - 3.99, + 3.994, 177, - 2.096, + 2.101, 178, - 3.747, + 3.751, 194, - 2.009, + 2.01, 196, - 2.369, + 2.374, 197, - 0.966, + 0.97, 198, - 0.766, + 0.769, 201, - 1.539, + 1.543, 202, - 0.919, + 0.917, 203, - 1.516, + 1.522, 207, - 2.521, + 2.526, 226, - 1.644, + 1.648, 227, - 2.683, + 2.692, 229, - 0.849, + 0.852, 237, - 2.135, + 2.142, 239, - 2.038, + 2.044, 240, - 0.8, + 0.803, 241, - 0.602, + 0.605, 244, - 1.087, + 1.083, 256, - 1.539, + 1.543, 257, - 2.334, + 2.341, 260, - 1.991, + 1.997, 261, - 1.195, + 1.199, 263, - 0.841, + 0.844, 265, - 1.853, + 1.86, 268, - 1.759, + 1.762, 269, - 2.234, + 2.237, 272, - 2.122, + 2.13, 273, - 1.458, + 1.462, 282, - 1.393, + 1.399, 290, - 1.095, + 1.099, 323, - 2.772, + 2.781, 324, - 1.604, + 1.611, 328, - 1.683, + 1.69, 332, - 2.28, + 2.285, 335, - 1.853, + 1.86, 342, - 1.26, + 1.265, 353, - 1.129, + 1.124, 359, - 1.26, + 1.242, 368, - 1.68, + 1.685, 387, - 0.992, + 0.996, 390, - 1.185, + 1.189, 402, - 1.497, + 1.503, 441, - 1.409, + 1.415, 442, - 1.26, + 1.265, 452, - 1.347, + 1.351, 469, - 1.425, + 1.431, 471, - 1.242, + 1.246, 473, - 2.038, + 2.044, 479, - 1.055, + 1.06, 480, - 3.052, + 3.062, 489, - 2.749, + 2.757, 504, - 1.425, + 1.415, 510, - 1.702, + 1.708, 522, - 1.393, + 1.399, 524, - 3.218, + 3.222, 534, - 2.177, + 2.185, 552, - 1.756, + 1.761, 555, - 0.881, + 0.879, 556, - 2.815, + 2.822, 560, - 1.777, + 1.784, 561, - 2.171, + 2.176, 577, - 1.103, + 1.107, 587, - 1.896, + 1.903, 596, - 1.537, + 1.543, 604, - 1.425, + 1.431, 614, - 1.103, + 1.107, 634, - 1.831, + 1.837, 636, - 1.777, + 1.782, 644, - 1.393, + 1.399, 688, - 1.995, + 2.003, 689, - 2.646, + 2.653, 691, - 1.418, + 1.422, 692, - 1.738, + 1.744, 728, - 1.378, + 1.384, 743, - 2.054, + 2.063, 751, - 1.137, + 1.142, 760, - 1.995, + 2.003, 762, - 4.979, + 4.936, 765, - 0.985, + 0.989, 773, - 1.019, + 1.023, 774, - 2.095, + 2.101, 807, - 1.629, + 1.635, 849, - 3.362, + 3.369, 859, - 1.409, + 1.415, 860, - 4.366, + 4.374, 880, - 1.363, + 1.369, 885, - 2.821, + 2.83, 890, - 2.404, + 2.412, 894, - 1.111, + 1.116, 895, - 2.222, + 2.23, 903, - 1.516, + 1.522, 907, - 1.853, + 1.86, 910, - 1.497, + 1.503, 911, - 2.567, + 2.575, 914, - 3.404, + 3.41, 917, - 1.272, + 1.277, 918, - 3.909, + 3.917, 931, - 3.019, + 2.989, 941, - 1.817, + 1.823, 951, - 2.726, + 2.735, 962, - 2.776, + 2.784, 963, - 2.531, + 2.54, 978, - 2.334, + 2.341, 979, - 2.095, + 2.101, 987, - 1.497, + 1.503, 991, - 6.235, + 6.242, 995, - 1.777, + 1.784, 1007, - 3.524, + 3.528, 1014, - 1.814, + 1.821, 1017, - 1.995, + 2.003, 1019, - 1.751, + 1.757, 1025, - 2.706, + 2.713, 1040, - 2.772, + 2.781, 1054, - 2.2, + 2.209, 1114, - 2.988, + 2.997, 1141, - 1.712, + 1.719, 1157, - 2.434, + 2.442, 1158, - 2.722, + 2.73, 1172, - 1.425, + 1.431, 1219, - 5.849, + 5.857, 1250, - 3.32, + 3.329, 1261, - 1.712, + 1.69, 1266, - 2.295, + 2.304, 1272, - 1.248, + 1.253, 1295, - 1.738, + 1.744, 1296, - 1.048, + 1.052, 1304, - 1.655, + 1.662, 1332, - 1.137, + 1.142, 1379, - 1.309, + 1.301, 1403, - 1.335, + 1.341, 1428, - 1.537, + 1.543, 1471, - 2.295, + 2.303, 1472, - 3.068, + 3.075, 1479, - 1.655, + 1.662, 1492, - 1.744, + 1.751, 1495, - 1.558, + 1.564, 1499, - 1.683, + 1.69, 1532, - 2.988, + 2.997, 1541, - 2.498, + 2.506, 1543, - 2.726, + 2.735, 1546, - 2.404, + 2.412, 1574, - 1.712, + 1.719, 1589, - 1.896, + 1.903, 1594, - 3.369, + 3.379, 1607, - 1.629, + 1.635, 1608, - 2.772, + 2.781, 1609, - 1.629, + 1.635, 1621, - 1.425, + 1.431, 1623, - 1.943, + 1.951, 1627, - 1.995, + 2.003, 1628, - 3.57, + 3.576, 1650, - 1.683, + 1.69, 1662, - 1.237, + 1.242, 1682, - 1.777, + 1.784, 1713, - 3.599, + 3.607, 1804, - 1.349, + 1.355, 1807, - 1.349, + 1.355, 1874, - 1.655, + 1.662, 1878, - 1.777, + 1.784, 1928, - 1.516, + 1.522, 1931, - 3.185, + 3.193, 1936, - 1.558, + 1.564, 2086, - 2.054, + 2.063, 2087, - 1.777, + 1.784, 2096, - 1.558, + 1.564, 2180, - 1.853, + 1.86, 2182, - 3.884, + 3.892, 2189, - 1.558, + 1.564, 2220, - 1.683, + 1.69, 2253, - 2.295, + 2.304, 2297, - 1.814, + 1.821, 2308, - 1.943, + 1.951, 2354, - 1.995, + 2.003, 2493, - 2.2, + 2.209, 2496, - 2.122, + 2.13, 2507, - 1.683, + 1.69, 2509, - 6.734, + 6.739, 2513, - 2.413, + 2.423, 2514, - 1.537, + 1.543, 2520, - 2.295, + 2.304, 2524, - 5.556, + 5.566, 2530, - 5.877, + 5.892, 2531, - 2.572, + 2.582, 2532, - 1.814, + 1.821, 2533, - 3.982, + 3.993, 2534, - 2.572, + 2.582, 2535, - 3.495, + 3.506, 2536, - 2.572, + 2.582, 2537, - 4.237, + 4.251, 2540, - 4.515, + 4.523, 2541, - 5.402, + 5.417, 2542, - 3.662, + 3.673, 2543, - 4.456, + 4.469, 2544, - 1.814, + 1.821, 2546, - 2.054, + 2.063, 2547, - 2.295, + 2.304, 2548, - 1.655, + 1.662, 2549, - 4.237, + 4.251, 2550, - 1.629, + 1.635, 2552, - 2.572, + 2.582, 2553, - 2.413, + 2.423, 2554, - 1.683, + 1.69, 2555, - 1.777, + 1.784, 2559, - 2.413, + 2.423, 2560, - 2.413, + 2.423, 2561, - 2.295, + 2.304, 2616, - 2.054, + 2.063, 2647, - 2.054, + 2.063, 2738, - 2.988, + 2.997, 2799, - 2.122, + 2.13, 2863, - 2.2, + 2.209, 2952, - 1.516, + 1.522, 3073, - 4.456, + 4.469, 3108, - 5.003, + 5.015, 3226, - 3.495, + 3.506, 3399, - 3.2, + 3.211, 3401, - 2.295, + 2.304, 3438, - 2.054, + 2.063, 3527, - 1.896, + 1.903, 3638, - 2.122, + 2.13, 3667, - 2.122, + 2.13, 3816, - 2.295, + 2.304, 3890, - 1.896, + 1.903, 3924, - 2.054, + 2.063, 4233, - 2.295, + 2.304, 4296, - 7.705, + 7.714, 4297, - 2.813, + 2.824, 4298, - 2.813, + 2.824, 4299, - 2.413, + 2.423, 4300, - 2.572, + 2.582, 4301, - 2.813, + 2.824, 4302, - 2.813, + 2.824, 4303, - 2.813, + 2.824, 4304, - 2.572, + 2.582, 4305, - 2.813, + 2.824, 4306, - 4.633, + 4.648, 4307, - 2.813, + 2.824, 4308, - 2.813, + 2.824, 4309, - 2.813, + 2.824, 4310, - 4.633, + 4.648, 4311, - 2.813, + 2.824, 4312, - 4.633, + 4.648, 4313, - 4.633, + 4.648, 4314, - 2.813, + 2.824, 4315, - 2.572, + 2.582, 4316, - 5.908, + 5.924, 4317, - 6.85, + 6.866, 4318, - 2.413, + 2.423, 4319, - 3.975, + 3.989, 4320, - 2.813, + 2.824, 4321, - 2.813, + 2.824, 4322, - 2.413, + 2.423, 4323, - 2.813, + 2.824, 4324, - 4.633, + 4.648, 4325, - 2.413, + 2.423, 4326, - 2.413, + 2.423, 4327, - 2.813, + 2.824, 4328, - 2.413, + 2.423, 4329, - 2.813, + 2.824, 4330, - 2.813, + 2.824, 4331, - 2.813, + 2.824, 4332, - 2.813, + 2.824, 4333, - 2.813, + 2.824, 4334, - 2.813, + 2.824, 4335, - 4.633, + 4.648, 4336, - 2.813, + 2.824, 4337, - 2.813, + 2.824, 4338, - 2.813, + 2.824, 4339, - 2.572, + 2.582, 4340, - 2.813, + 2.824, 4341, - 6.85, + 6.866, 4342, - 5.402, + 5.417, 4343, - 2.572, + 2.582, 4344, - 4.237, + 4.251, 4345, - 2.813, + 2.824, 4346, - 2.813, + 2.824, 4347, - 3.975, + 3.989, 4348, - 4.237, + 4.251, 4349, - 2.295, + 2.304, 4350, - 2.413, + 2.423, 4351, - 2.413, + 2.423, 4352, - 4.633, + 4.648, 4353, - 2.2, + 2.209, 4354, - 2.813, + 2.824, 4355, - 2.572, + 2.582, 4356, - 2.295 + 2.304 ] ], [ @@ -29943,637 +29943,637 @@ "data/manuals/version-control", [ 0, - 0.402, + 0.403, 1, - 0.839, + 0.842, 2, - 0.831, + 0.834, 3, - 0.861, + 0.864, 4, - 0.861, + 0.864, 5, - 0.866, + 0.869, 6, - 0.866, + 0.869, 7, - 1.465, + 1.466, 8, - 2.826, + 2.829, 9, - 2.226, + 2.232, 10, - 2.306, + 2.309, 11, - 1.189, + 1.193, 18, 1.125, 20, - 1.371, + 1.373, 22, - 1.348, + 1.353, 29, - 2.475, + 2.484, 36, - 1.636, + 1.639, 38, - 0.833, + 0.835, 42, - 1.192, + 1.195, 46, - 1.543, + 1.544, 49, - 2.27, + 2.275, 52, - 2.065, + 2.069, 56, - 1.277, + 1.282, 57, - 1.32, + 1.321, 59, - 1.053, + 1.054, 60, - 2.087, + 2.092, 63, - 1.59, + 1.596, 67, - 1.644, + 1.65, 70, - 2.211, + 2.218, 76, - 1.746, + 1.752, 77, - 1.359, + 1.363, 79, 0.93, 91, - 3.448, + 3.452, 99, 1.081, 100, - 1.232, + 1.235, 103, - 1.511, + 1.515, 106, - 1.848, + 1.85, 107, - 1.749, + 1.751, 108, - 0.965, + 0.968, 109, - 1.231, + 1.227, 113, - 1.841, + 1.844, 116, - 2.043, + 2.049, 121, - 1.085, + 1.089, 122, - 2.336, + 2.341, 125, - 1.597, + 1.602, 126, - 1.629, + 1.632, 139, - 1.9, + 1.907, 148, - 2.072, + 2.074, 150, - 0.831, + 0.834, 153, - 2.648, + 2.65, 169, - 1.421, + 1.423, 177, - 1.004, + 1.008, 194, - 0.599, + 0.601, 196, - 2.27, + 2.275, 197, - 2.255, + 2.26, 198, - 2.905, + 2.908, 199, - 1.405, + 1.411, 201, - 0.737, + 0.74, 203, - 1.769, + 1.775, 206, - 2.545, + 2.553, 208, - 3.299, + 3.306, 210, - 1.327, + 1.332, 216, - 2.074, + 2.081, 229, - 1.605, + 1.607, 230, - 1.142, + 1.146, 231, - 4.255, + 4.258, 238, - 4.611, + 4.619, 239, - 2.309, + 2.316, 240, - 0.933, + 0.936, 241, - 1.405, + 1.409, 242, - 3.0, + 3.011, 243, - 1.625, + 1.631, 256, - 2.065, + 2.068, 260, - 1.769, + 1.775, 268, - 1.876, + 1.879, 273, - 1.852, + 1.856, 280, - 1.286, + 1.291, 285, - 2.351, + 2.358, 290, - 2.043, + 2.049, 292, - 1.405, + 1.411, 295, - 1.512, + 1.517, 317, - 1.931, + 1.938, 333, - 1.485, + 1.489, 342, - 2.94, + 2.947, 343, - 2.034, + 2.042, 353, - 1.316, + 1.311, 368, - 0.933, + 0.936, 380, - 1.165, + 1.169, 387, - 1.157, + 1.161, 390, - 1.382, + 1.387, 391, - 2.034, + 2.042, 394, - 2.327, + 2.336, 402, - 2.794, + 2.802, 433, - 2.14, + 2.147, 434, - 2.443, + 2.45, 441, - 1.644, + 1.65, 446, - 1.644, + 1.65, 452, - 1.908, + 1.913, 459, - 1.527, + 1.532, 460, - 2.396, + 2.405, 470, - 2.567, + 2.576, 471, - 0.879, + 0.883, 472, - 2.419, + 2.426, 473, - 1.443, + 1.448, 479, - 1.231, + 1.236, 490, - 1.37, + 1.375, 496, - 1.527, + 1.532, 505, - 1.682, + 1.688, 506, - 1.997, + 2.005, 510, - 1.929, + 1.934, 513, - 1.703, + 1.709, 521, - 1.827, + 1.833, 523, - 2.725, + 2.733, 524, - 3.298, + 3.302, 533, - 1.817, + 1.824, 541, - 1.746, + 1.752, 543, - 1.316, + 1.321, 554, - 1.231, + 1.236, 555, - 1.028, + 1.025, 561, - 1.664, + 1.669, 573, - 1.231, + 1.236, 574, - 2.518, + 2.526, 577, - 2.059, + 2.065, 579, - 2.63, + 2.638, 590, - 1.359, + 1.364, 593, - 2.567, + 2.576, 594, - 3.024, + 3.032, 596, - 1.792, + 1.799, 601, - 1.902, + 1.908, 602, - 1.327, + 1.332, 603, - 1.37, + 1.375, 604, - 1.663, + 1.669, 607, - 2.677, + 2.687, 623, - 1.456, + 1.461, 629, - 0.987, + 0.99, 633, - 2.661, + 2.668, 634, - 2.074, + 2.081, 635, - 2.161, + 2.169, 636, - 2.013, + 2.019, 646, - 5.406, + 5.411, 650, - 2.161, + 2.169, 675, - 1.258, + 1.263, 681, - 1.608, + 1.614, 685, - 3.746, + 3.752, 689, - 2.351, + 2.358, 691, - 1.606, + 1.611, 692, - 2.815, + 2.821, 703, - 1.286, + 1.291, 710, - 2.545, + 2.553, 738, - 3.141, + 3.151, 774, - 1.483, + 1.489, 834, - 5.725, + 5.728, 837, - 2.116, + 2.123, 898, - 1.165, + 1.169, 901, - 2.269, + 2.275, 903, - 2.83, + 2.839, 915, - 2.013, + 2.019, 921, - 2.116, + 2.123, 935, - 1.625, + 1.631, 936, - 2.161, + 2.169, 937, - 2.677, + 2.687, 939, - 2.601, + 2.609, 943, - 2.266, + 2.275, 948, - 1.296, + 1.301, 975, - 1.574, + 1.58, 994, - 2.327, + 2.336, 1007, - 1.149, + 1.154, 1050, - 6.437, + 6.45, 1064, - 3.676, + 3.683, 1075, - 2.034, + 2.042, 1079, - 2.545, + 2.553, 1097, - 2.034, + 2.042, 1101, - 1.931, + 1.938, 1104, - 1.142, + 1.146, 1113, - 2.567, + 2.576, 1127, - 3.835, + 3.846, 1134, - 2.073, + 2.081, 1140, - 2.419, + 2.426, 1155, - 1.59, + 1.596, 1173, - 2.572, + 2.58, 1226, - 1.871, + 1.878, 1248, - 4.148, + 4.158, 1250, - 1.844, + 1.851, 1263, - 2.396, + 2.405, 1272, - 1.456, + 1.461, 1279, - 1.963, + 1.97, 1281, - 2.327, + 2.336, 1283, - 2.868, + 2.877, 1284, - 3.385, + 3.395, 1309, - 1.792, + 1.799, 1323, - 2.193, + 2.199, 1324, - 1.703, + 1.709, 1326, - 3.196, + 3.206, 1342, - 2.677, + 2.687, 1364, - 1.931, + 1.938, 1416, - 3.627, + 3.638, 1421, - 1.997, + 2.005, 1476, - 2.677, + 2.576, 1491, - 4.284, + 4.297, 1499, - 3.141, + 3.151, 1500, - 3.627, + 3.638, 1507, - 2.034, + 2.042, 1543, - 3.089, + 3.099, 1629, - 2.351, + 2.358, 1655, - 1.724, + 1.73, 1666, - 2.034, + 2.042, 1693, - 2.211, + 2.22, 1770, - 1.997, + 2.005, 1804, - 1.574, + 1.58, 1814, - 1.483, + 1.475, 1871, - 3.182, + 3.189, 1872, - 1.997, + 2.005, 1916, - 2.815, + 2.826, 1931, - 1.769, + 1.775, 1932, - 2.161, + 2.169, 1933, - 3.492, + 3.501, 2053, - 2.567, + 2.576, 2068, - 3.0, + 3.011, 2105, - 2.161, + 2.169, 2112, - 2.677, + 2.687, 2116, - 2.994, + 3.003, 2142, - 2.161, + 2.169, 2143, - 2.161, + 2.169, 2263, - 2.567, + 2.576, 2309, - 2.815, + 2.826, 2336, - 2.211, + 2.22, 2339, - 2.815, + 2.826, 2354, - 2.327, + 2.336, 2360, - 1.769, + 1.775, 2373, - 2.073, + 2.081, 2506, - 2.034, + 2.042, 2514, - 1.792, + 1.799, 2581, - 2.475, + 2.484, 2637, - 3.318, + 3.328, 2683, - 3.725, + 3.736, 2692, - 3.835, + 3.846, 2737, - 2.815, + 2.826, 2753, - 2.567, + 2.576, 2807, - 2.475, + 2.484, 2961, - 3.835, + 3.846, 2998, - 2.475, + 2.484, 3020, - 2.815, + 2.826, 3041, - 4.801, + 4.815, 3057, - 2.266, + 2.275, 3104, - 2.677, + 2.687, 3134, - 3.141, + 3.151, 3252, - 2.211, + 2.22, 3414, - 2.815, + 2.826, 3423, - 4.951, + 4.963, 3572, - 2.475, + 2.484, 3574, - 6.974, + 6.984, 3581, - 4.107, + 4.12, 3615, - 2.475, + 2.484, 3616, - 2.396, + 2.405, 3623, - 2.567, + 2.576, 3629, - 2.677, + 2.687, 3727, - 5.237, + 5.245, 3845, - 2.475, + 2.484, 3890, - 3.539, + 3.549, 4033, - 3.0, + 3.011, 4034, - 4.801, + 4.815, 4048, - 5.135, + 5.148, 4155, - 2.815, + 2.826, 4209, - 2.677, + 2.687, 4356, - 2.677, + 2.687, 4357, - 3.281, + 3.293, 4358, - 2.815, + 2.826, 4359, - 3.281, + 3.293, 4360, - 5.632, + 5.646, 4361, - 3.0, + 3.011, 4362, - 3.281, + 3.293, 4363, - 4.801, + 4.815, 4364, - 2.327, + 2.336, 4365, - 3.0, + 3.011, 4366, - 7.503, + 7.517, 4367, - 5.25, + 5.266, 4368, - 8.205, + 8.22, 4369, - 2.567, + 2.576, 4370, - 7.501, + 7.517, 4371, - 5.25, + 5.266, 4372, - 3.281, + 3.293, 4373, - 5.25, + 5.266, 4374, - 2.815, + 2.826, 4375, - 3.0, + 3.011, 4376, - 2.815, + 2.826, 4377, - 3.281, + 3.293, 4378, - 3.281, + 3.293, 4379, - 4.801, + 4.815, 4380, - 3.281, + 3.293, 4381, - 3.281, + 3.293, 4382, - 2.815, + 2.826, 4383, - 2.815, + 2.826, 4384, - 5.993, + 6.004, 4385, - 3.0, + 3.011, 4386, - 2.815, + 2.826, 4387, - 6.859, + 6.874, 4388, - 3.281, + 3.293, 4389, - 2.815, + 2.826, 4390, - 3.0, + 3.011, 4391, - 3.0, + 3.011, 4392, - 2.567, + 2.576, 4393, - 3.281, + 3.293, 4394, - 3.281, + 3.293, 4395, - 3.281, + 3.293, 4396, - 3.281, + 3.293, 4397, - 4.107, + 4.12, 4398, - 3.281, + 3.293, 4399, - 4.801, + 4.518, 4400, - 2.327, + 2.336, 4401, - 3.281, + 3.293, 4402, - 5.25, + 5.266, 4403, - 3.281, + 3.293, 4404, - 2.815, + 2.826, 4405, - 2.815, + 2.826, 4406, - 2.815, + 2.826, 4407, - 3.281 + 3.293 ] ], [ @@ -30587,475 +30587,475 @@ "data/manuals/tilesource", [ 0, - 0.415, + 0.417, 1, - 0.867, + 0.87, 2, - 0.858, + 0.861, 3, - 0.889, + 0.892, 4, - 0.889, + 0.892, 5, - 0.894, + 0.897, 6, - 0.894, + 0.897, 7, - 1.523, + 1.524, 8, - 1.876, + 1.88, 10, - 0.732, + 0.735, 18, - 1.153, + 1.154, 20, - 1.323, + 1.324, 36, - 1.074, + 1.077, 38, - 0.986, + 0.987, 42, - 0.978, + 0.981, 43, - 2.795, + 2.803, 44, - 3.191, + 3.197, 45, - 2.283, + 2.292, 46, - 1.638, + 1.639, 49, - 2.318, + 2.324, 50, - 5.351, + 5.358, 51, - 2.474, + 2.483, 52, - 1.845, + 1.85, 57, - 1.332, + 1.333, 59, - 0.898, + 0.899, 62, - 1.12, + 1.125, 66, - 2.184, + 2.192, 69, - 1.592, + 1.598, 70, - 3.739, + 3.745, 71, - 3.721, + 3.732, 77, - 1.115, + 1.119, 79, - 0.962, + 0.963, 86, - 1.749, + 1.754, 88, - 2.866, + 2.874, 89, - 2.943, + 2.951, 91, - 1.839, + 1.844, 92, - 2.161, + 2.168, 93, - 4.323, + 4.334, 94, - 3.12, + 3.127, 99, 1.064, 102, - 1.724, + 1.719, 103, - 1.759, + 1.762, 106, - 1.493, + 1.496, 107, - 1.276, + 1.279, 108, - 0.996, + 1.0, 110, - 3.018, + 3.025, 113, - 2.043, + 2.046, 115, - 2.474, + 2.483, 118, - 2.184, + 2.192, 121, - 2.217, + 2.223, 122, - 3.176, + 3.179, 125, - 2.536, + 2.541, 126, - 1.655, + 1.658, 128, - 1.678, + 1.666, 132, - 1.85, + 1.856, 142, - 1.601, + 1.606, 148, - 1.821, + 1.824, 149, - 2.05, + 2.056, 153, - 2.404, + 2.406, 158, - 0.99, + 0.994, 168, - 1.78, + 1.786, 169, - 0.801, + 0.804, 170, - 1.299, + 1.304, 175, - 2.348, + 2.355, 177, - 2.716, + 2.72, 178, - 1.262, + 1.267, 185, - 2.531, + 2.539, 194, - 0.983, + 0.986, 197, - 1.164, + 1.168, 198, - 1.467, + 1.471, 199, - 2.872, + 2.879, 200, - 3.279, + 3.289, 201, - 1.716, + 1.72, 206, - 3.703, + 3.711, 207, - 2.775, + 2.78, 208, - 3.667, + 3.673, 212, - 3.12, + 3.127, 213, - 4.323, + 4.334, 214, - 2.556, + 2.565, 215, - 5.714, + 5.718, 217, - 2.403, + 2.412, 226, - 1.499, + 1.503, 229, - 0.621, + 0.623, 230, - 1.179, + 1.183, 231, - 1.271, + 1.276, 233, - 5.983, + 5.993, 235, - 3.404, + 3.414, 239, - 1.49, + 1.495, 240, - 0.963, + 0.967, 241, - 1.785, + 1.788, 244, - 1.309, + 1.304, 246, - 2.232, + 2.24, 247, - 1.12, + 1.125, 248, - 2.027, + 2.034, 253, - 2.698, + 2.706, 256, - 1.506, + 1.51, 260, - 1.142, + 1.146, 268, - 0.692, + 0.694, 269, - 1.521, + 1.525, 273, - 1.329, + 1.333, 285, - 3.003, + 3.01, 287, - 2.34, + 2.349, 290, - 4.564, + 4.566, 291, - 7.107, + 7.11, 292, - 4.919, + 4.922, 295, - 2.482, + 2.489, 300, - 3.714, + 3.723, 302, - 2.403, + 2.412, 304, - 2.184, + 2.192, 314, - 3.614, + 3.623, 329, - 2.474, + 2.483, 333, - 0.958, + 0.962, 345, - 2.611, + 2.619, 368, - 1.532, + 1.536, 373, - 2.062, + 2.07, 374, - 2.184, + 2.192, 383, - 2.232, + 2.24, 387, - 1.9, + 1.905, 389, - 1.877, + 1.884, 425, - 1.932, + 1.939, 452, - 2.221, + 2.225, 477, - 2.34, + 2.349, 500, - 3.721, + 3.725, 505, - 4.773, + 4.779, 510, - 1.245, + 1.249, 521, - 1.179, + 1.183, 522, - 1.678, + 1.684, 535, - 2.474, + 2.483, 536, - 2.232, + 2.24, 537, - 1.932, + 1.939, 553, - 2.396, + 2.402, 555, - 1.061, + 1.059, 561, - 2.814, + 2.818, 568, - 5.231, + 5.238, 579, - 1.697, + 1.703, 590, - 1.403, + 1.409, 600, - 1.625, + 1.631, 631, - 1.678, + 1.684, 659, - 3.072, + 3.081, 675, - 1.299, + 1.304, 676, - 1.546, + 1.552, 695, - 1.532, + 1.537, 703, - 2.112, + 2.118, 724, - 3.223, + 3.232, 728, - 3.285, + 3.293, 765, - 2.349, + 2.355, 773, - 1.227, + 1.232, 783, - 2.764, + 2.774, 784, - 2.474, + 2.483, 815, - 2.1, + 2.108, 848, - 1.678, + 1.684, 856, - 1.359, + 1.364, 885, - 2.062, + 2.07, 898, - 1.912, + 1.918, 919, - 1.737, + 1.743, 924, - 2.557, + 2.565, 939, - 2.668, + 2.676, 952, - 3.821, + 3.832, 958, - 2.474, + 2.483, 959, - 2.866, + 2.874, 962, - 5.054, + 5.058, 963, - 4.85, + 4.858, 964, - 6.945, + 6.956, 969, - 2.062, + 2.07, 980, - 3.473, + 3.483, 983, - 2.184, + 2.192, 1016, - 2.141, + 2.149, 1131, - 2.668, + 2.676, 1132, - 2.65, + 2.66, 1146, - 3.301, + 3.308, 1150, - 3.767, + 3.777, 1153, - 1.592, + 1.598, 1173, - 2.639, + 2.647, 1216, - 1.826, + 1.809, 1221, - 1.678, + 1.684, 1223, - 2.283, + 2.292, 1224, - 2.584, + 2.591, 1226, - 1.932, + 1.939, 1259, - 2.141, + 2.149, 1306, - 2.141, + 2.149, 1322, - 3.438, + 3.446, 1329, - 2.027, + 2.034, 1339, - 2.556, + 2.565, 1499, - 2.027, + 2.034, 1651, - 2.027, + 2.034, 1698, - 2.1, + 2.108, 1774, - 1.717, + 1.723, 1870, - 2.764, + 2.774, 1893, - 3.223, + 3.232, 1908, - 2.435, + 2.442, 1926, - 3.548, + 3.483, 2086, - 2.474, + 2.483, 2136, - 2.232, + 2.24, 2236, - 4.736, + 4.746, 2249, - 2.283, + 2.292, 2261, - 1.904, + 1.911, 2314, - 2.65, + 2.66, 2472, - 2.283, + 2.292, 2474, - 4.063, + 4.075, 2475, - 4.063, + 4.075, 2554, - 3.223, + 3.232, 2775, - 1.826, + 1.833, 2838, - 2.907, + 2.918, 2840, - 3.098, + 3.109, 2842, - 5.47, + 5.484, 2869, - 2.764, + 2.774, 2872, - 3.821, + 3.832, 2873, - 4.622, + 4.635, 2874, - 2.474, + 2.483, 2875, - 4.651, + 4.66, 2876, - 3.721, + 3.732, 2877, - 4.063, + 4.075, 2952, - 1.826, + 1.833, 2976, - 2.907, + 2.918, 3320, - 2.474, + 2.483, 3372, - 3.098, + 3.109, 4389, - 2.907, + 2.918, 4408, - 3.098, + 3.109, 4409, - 2.65, + 2.66, 4410, - 3.388, + 3.4, 4411, - 3.388, + 3.4, 4412, - 3.098, + 3.109, 4413, - 3.388, + 3.4, 4414, - 3.098, + 3.109, 4415, - 3.098, + 3.109, 4416, - 2.65, + 2.66, 4417, - 3.388, + 3.4, 4418, - 3.388, + 3.4, 4419, - 3.388, + 3.4, 4420, - 3.388, + 3.4, 4421, - 3.388, + 3.4, 4422, - 2.907, + 2.918, 4423, - 2.907, + 2.918, 4424, - 2.764, + 2.774, 4425, - 3.388 + 3.4 ] ], [ @@ -31069,395 +31069,395 @@ "data/manuals/tilemap", [ 0, - 0.503, + 0.504, 1, - 1.049, + 1.053, 2, - 1.039, + 1.042, 3, - 1.077, + 1.08, 4, - 1.077, + 1.08, 5, - 1.083, + 1.086, 6, - 1.083, + 1.086, 7, 1.575, 8, - 2.688, + 2.691, 18, - 1.123, + 1.124, 20, - 1.007, + 1.009, 27, - 2.376, + 2.384, 36, - 1.818, + 1.821, 38, - 1.013, + 1.014, 44, - 1.714, + 1.719, 45, - 2.765, + 2.775, 46, - 1.469, + 1.471, 49, - 1.419, + 1.423, 50, - 2.273, + 2.28, 54, - 1.948, + 1.954, 57, - 1.278, + 1.28, 59, - 1.042, + 1.043, 70, - 2.633, + 2.64, 75, - 1.805, + 1.81, 77, - 1.889, + 1.891, 79, 1.042, 82, - 2.765, + 2.775, 85, - 2.455, + 2.463, 90, - 0.978, + 0.981, 91, - 1.401, + 1.405, 92, - 3.855, + 3.86, 94, - 1.909, + 1.915, 96, - 2.685, + 2.69, 97, - 1.186, + 1.19, 99, - 1.086, + 1.087, 100, - 1.173, + 1.176, 101, - 4.658, + 4.664, 102, - 1.055, + 1.053, 103, - 0.945, + 0.948, 104, - 3.206, + 3.176, 106, - 1.12, + 1.123, 107, - 1.441, + 1.444, 108, - 1.838, + 1.843, 109, - 1.539, + 1.534, 110, - 2.47, + 2.477, 111, - 1.714, + 1.719, 113, - 1.518, + 1.521, 121, - 1.357, + 1.361, 124, - 2.726, + 2.732, 126, - 1.241, + 1.244, 141, - 1.518, + 1.523, 142, - 2.252, + 2.257, 148, - 2.165, + 2.167, 149, - 1.562, + 1.567, 150, - 1.918, + 1.922, 151, - 2.59, + 2.576, 152, - 2.646, + 2.654, 153, - 2.394, + 2.396, 154, - 2.593, + 2.601, 155, - 2.593, + 2.601, 156, - 4.458, + 4.467, 160, - 1.213, + 1.21, 169, - 1.26, + 1.263, 170, - 1.573, + 1.578, 174, - 3.088, + 3.094, 175, - 3.302, + 3.309, 177, - 2.318, + 2.322, 178, - 1.529, + 1.534, 194, - 1.753, + 1.756, 196, - 1.419, + 1.423, 197, - 1.41, + 1.414, 198, - 2.307, + 2.311, 201, - 1.702, + 1.706, 206, - 4.107, + 4.114, 207, - 2.081, + 2.086, 208, - 4.641, + 4.645, 210, - 1.659, + 1.665, 212, - 1.909, + 1.915, 226, - 2.78, + 2.783, 229, - 1.146, + 1.149, 235, - 2.593, + 2.601, 238, - 2.306, + 2.313, 240, - 1.778, + 1.782, 241, - 0.879, + 0.881, 247, - 1.357, + 1.361, 250, - 1.585, + 1.59, 251, - 2.881, + 2.888, 253, - 2.055, + 2.062, 256, - 2.419, + 2.421, 257, - 2.47, + 2.477, 268, - 0.838, + 0.84, 291, - 7.102, + 7.104, 292, - 4.28, + 4.285, 306, - 3.726, + 3.732, 320, - 2.455, + 2.463, 333, - 1.768, + 1.773, 338, - 4.567, + 4.578, 344, - 4.612, + 4.621, 371, - 4.451, + 4.458, 373, - 2.498, + 2.506, 374, - 2.646, + 2.654, 380, - 1.457, + 1.461, 381, - 2.544, + 2.552, 452, - 1.193, + 1.197, 509, - 3.245, + 3.253, 521, - 1.428, + 1.433, 524, - 1.374, + 1.379, 535, - 2.997, + 3.007, 543, - 1.646, + 1.652, 573, - 2.346, + 2.352, 577, - 1.609, + 1.614, 591, - 2.703, + 2.712, 594, - 1.891, + 1.897, 595, - 2.212, + 2.219, 601, - 3.069, + 3.075, 602, - 2.529, + 2.535, 603, - 2.612, + 2.618, 636, - 1.573, + 1.578, 659, - 2.34, + 2.348, 676, - 1.872, + 1.879, 683, - 2.656, + 2.662, 692, - 1.539, + 1.545, 751, - 1.659, + 1.665, 792, - 3.566, + 3.575, 801, - 2.01, + 2.017, 848, - 2.033, + 2.039, 858, - 2.455, + 2.463, 931, - 2.096, + 2.078, 939, - 2.033, + 2.039, 941, - 1.609, + 1.614, 947, - 2.156, + 2.163, 964, - 7.817, + 7.826, 982, - 6.852, + 6.856, 983, - 6.196, + 6.204, 988, - 5.102, + 5.115, 1019, - 2.363, + 2.369, 1034, - 2.398, + 2.404, 1043, - 1.773, + 1.779, 1052, - 2.156, + 2.163, 1144, - 2.34, + 2.348, 1155, - 1.989, + 1.995, 1157, - 2.156, + 2.163, 1195, - 3.348, + 3.359, 1196, - 3.348, + 3.359, 1214, - 2.911, + 2.92, 1228, - 6.007, + 6.016, 1253, - 4.761, + 4.769, 1254, - 3.621, + 3.63, 1255, - 2.834, + 2.844, 1256, - 2.544, + 2.552, 1257, - 2.544, + 2.552, 1258, - 2.703, + 2.712, 1259, - 2.593, + 2.601, 1260, - 3.679, + 3.688, 1261, - 2.498, + 2.463, 1343, - 2.273, + 2.28, 1413, - 2.498, + 2.506, 1511, - 3.371, + 3.379, 1596, - 2.183, + 2.19, 1628, - 1.7, + 1.705, 1662, - 1.805, + 1.81, 1882, - 2.775, + 2.782, 1884, - 1.743, + 1.748, 2121, - 2.414, + 2.422, 2129, - 3.21, + 3.22, 2203, - 5.717, + 5.732, 2263, - 5.927, + 5.939, 2420, - 2.765, + 2.775, 2507, - 2.455, + 2.463, 2603, - 3.348, + 3.359, 2690, - 2.376, + 2.384, 3476, - 2.834, + 2.844, 3802, - 2.997, + 3.007, 3808, - 5.365, + 5.378, 3812, - 3.348, + 3.359, 3813, - 3.348, + 3.359, 3897, - 3.951, + 3.961, 4224, - 3.752, + 3.764, 4408, - 6.927, + 6.941, 4426, - 10.552, + 10.562, 4427, - 6.252, + 6.268, 4428, - 6.252, + 6.268, 4429, - 5.102, + 5.115, 4430, - 5.533, + 5.544, 4431, - 3.752, + 3.532, 4432, - 4.103, + 4.116, 4433, - 4.103, + 4.116, 4434, - 3.752, + 3.764, 4435, - 6.252, + 6.268, 4436, - 5.717, + 5.732, 4437, - 3.752, + 3.764, 4438, - 3.752, + 3.764, 4439, - 3.752, + 3.764, 4440, - 3.752, + 3.764, 4441, - 3.348 + 3.359 ] ], [ @@ -31471,175 +31471,175 @@ "data/manuals/test", [ 7, - 1.485, + 1.486, 10, - 2.261, + 2.262, 18, 1.082, 20, - 1.39, + 1.391, 36, - 1.482, + 1.484, 38, 1.224, 41, - 3.904, + 3.91, 46, - 1.572, + 1.573, 57, - 1.338, + 1.339, 59, 0.857, 62, - 2.458, + 2.461, 70, - 3.13, + 3.134, 77, - 1.539, + 1.541, 79, - 0.806, + 0.807, 99, - 0.978, + 0.979, 100, - 1.962, + 1.964, 102, - 2.44, + 2.43, 104, - 3.81, + 3.771, 105, - 2.982, + 2.986, 106, - 1.7, + 1.702, 107, - 1.414, + 1.416, 111, - 3.104, + 3.108, 116, - 2.892, + 2.896, 126, - 1.884, + 1.886, 132, - 2.553, + 2.557, 140, - 3.424, + 3.429, 148, - 1.947, + 1.949, 153, - 2.154, + 2.156, 169, - 1.556, + 1.557, 178, - 2.768, + 2.772, 216, - 4.354, + 4.356, 229, - 1.362, + 1.364, 239, - 3.268, + 3.273, 256, - 1.67, + 1.672, 268, - 1.517, + 1.519, 273, - 1.834, + 1.837, 274, - 5.585, + 5.59, 282, - 3.681, + 3.687, 285, - 3.328, + 3.333, 290, - 3.694, + 3.697, 309, - 4.373, + 4.379, 353, - 2.982, + 2.963, 369, - 5.009, + 5.016, 387, - 2.621, + 2.625, 452, - 2.16, + 2.163, 521, - 2.586, + 2.59, 555, - 2.973, + 2.958, 592, - 4.792, + 4.799, 631, - 3.681, + 3.687, 683, - 3.156, + 3.161, 687, - 4.373, + 4.379, 689, - 3.328, + 3.333, 702, - 3.723, + 3.728, 713, - 3.954, + 3.91, 832, - 4.553, + 4.557, 855, - 9.455, + 9.46, 903, - 4.006, + 4.012, 935, - 5.768, + 5.771, 948, - 2.936, + 2.94, 975, - 4.553, + 4.557, 984, - 5.606, + 5.614, 1324, - 4.926, + 4.93, 1332, - 4.456, + 4.459, 1338, - 5.814, + 5.822, 1343, - 4.117, + 4.123, 1363, - 5.814, + 5.822, 1372, - 8.974, + 8.98, 1662, - 3.268, + 3.273, 2156, - 4.524, + 4.53, 2432, - 6.795, + 6.805, 2581, - 5.606, + 5.614, 2867, - 6.795, + 6.805, 3092, - 5.814, + 5.822, 3161, - 4.895, + 4.903, 4266, - 6.063, + 6.072, 4442, - 8.533, + 8.539, 4443, - 7.431, + 7.442, 4444, - 7.431, + 7.442, 4445, - 6.063, + 6.072, 4446, - 6.795, + 6.805, 4447, - 7.431, + 7.442, 4448, - 7.431, + 7.442, 4449, - 7.431, + 7.442, 4450, - 7.431, + 7.442, 4451, - 7.431 + 7.442 ] ], [ @@ -31653,89 +31653,89 @@ "data/manuals/animation", [ 0, - 1.087, + 1.088, 1, - 2.27, + 2.271, 2, - 2.247, + 2.248, 3, - 2.329, + 2.331, 4, - 2.329, + 2.331, 5, - 2.341, + 2.343, 6, - 2.341, + 2.343, 7, 1.565, 46, - 1.266, + 1.267, 57, - 1.135, + 1.136, 59, 0.801, 75, - 3.903, + 3.905, 77, - 1.838, + 1.839, 79, 0.754, 92, - 3.561, + 3.563, 126, - 1.761, + 1.762, 148, - 1.82, + 1.822, 199, - 3.801, + 3.804, 215, - 4.446, + 4.449, 228, - 3.769, + 3.74, 250, - 3.428, + 3.43, 251, - 4.089, + 4.092, 282, - 4.396, + 4.399, 318, - 6.942, + 6.947, 577, - 3.48, + 3.482, 911, - 4.916, + 4.919, 935, - 4.396, + 4.399, 938, - 5.608, + 5.611, 959, - 6.024, + 6.026, 996, - 4.497, + 4.5, 1093, - 5.222, + 5.225, 1137, - 7.016, + 7.017, 1173, - 4.348, + 4.351, 1180, - 5.787, + 5.789, 1188, - 4.348, + 4.351, 1323, - 3.707, + 3.709, 2807, - 6.694, + 6.699, 3084, - 6.13, + 6.134, 4452, - 8.874, + 8.88, 4453, - 8.874, + 8.88, 4454, - 6.942, + 6.947, 4455, - 10.591 + 10.595 ] ], [ @@ -31749,83 +31749,83 @@ "data/manuals/optimization-battery", [ 0, - 1.101, + 1.102, 1, - 2.299, + 2.301, 2, - 2.276, + 2.277, 3, - 2.359, + 2.361, 4, - 2.359, + 2.361, 5, - 2.372, + 2.373, 6, - 2.372, + 2.373, 7, 1.429, 10, - 1.943, + 1.944, 18, - 0.963, + 0.964, 20, 1.195, 57, - 1.456, + 1.457, 59, - 0.811, + 0.812, 79, 0.907, 99, 1.046, 107, - 1.71, + 1.711, 121, - 2.973, + 2.975, 135, - 5.206, + 5.209, 142, - 2.673, + 2.674, 153, - 2.039, + 2.041, 194, - 1.947, + 1.948, 256, - 2.02, + 2.021, 266, - 3.989, + 3.992, 268, - 1.835, + 1.836, 457, - 3.191, + 3.193, 471, - 2.409, + 2.411, 551, - 7.373, + 7.375, 676, - 4.102, + 4.105, 709, - 5.68, + 5.684, 947, - 4.723, + 4.725, 969, - 5.472, + 5.476, 1071, - 5.127, + 5.054, 1840, - 5.127, + 5.13, 1864, - 5.922, + 5.925, 1866, - 5.127, + 5.13, 2027, - 4.453, + 4.456, 2189, - 4.98, + 4.983, 2192, - 6.209, + 6.213, 4456, - 8.709 + 8.712 ] ], [ @@ -31839,611 +31839,611 @@ "data/manuals/input-mouse-and-touch", [ 0, - 0.405, + 0.407, 1, - 0.846, + 0.849, 2, - 0.837, + 0.84, 3, - 0.868, + 0.871, 4, - 0.868, + 0.871, 5, - 0.873, + 0.876, 6, - 0.873, + 0.876, 7, - 1.49, + 1.491, 9, - 2.238, + 2.243, 10, - 2.235, + 2.238, 11, - 1.198, + 1.203, 18, 1.115, 20, - 1.472, + 1.473, 23, - 2.983, + 2.99, 28, - 1.603, + 1.609, 36, - 2.186, + 2.188, 38, - 1.124, + 1.126, 39, - 0.698, + 0.701, 42, - 0.601, + 0.603, 44, - 1.381, + 1.386, 46, - 1.564, + 1.565, 47, - 2.366, + 2.373, 52, - 0.91, + 0.914, 57, - 1.386, + 1.387, 58, - 1.716, + 1.722, 59, 1.055, 60, - 1.836, + 1.84, 62, - 1.094, + 1.098, 63, - 1.603, + 1.609, 72, - 1.101, + 1.105, 77, - 1.909, + 1.912, 78, - 1.468, + 1.473, 79, - 0.931, + 0.932, 83, - 3.407, + 3.417, 84, - 1.417, + 1.422, 90, - 2.093, + 2.097, 95, - 2.458, + 2.466, 96, - 1.675, + 1.68, 97, - 1.527, + 1.532, 98, - 2.346, + 2.355, 99, - 1.015, + 1.016, 100, - 0.991, + 0.994, 102, - 1.358, + 1.355, 103, - 1.216, + 1.22, 106, - 1.35, + 1.353, 107, - 1.005, + 1.008, 113, - 1.65, + 1.654, 120, - 1.979, + 1.986, 121, - 1.094, + 1.098, 122, - 1.645, + 1.65, 126, - 1.635, + 1.638, 132, - 1.136, + 1.14, 139, - 1.915, + 1.922, 142, - 0.983, + 0.987, 148, - 1.69, + 1.693, 150, - 0.837, + 0.84, 153, - 1.869, + 1.872, 160, - 2.228, + 2.22, 165, - 2.355, + 2.36, 167, - 3.047, + 3.054, 168, - 1.737, + 1.744, 169, - 1.612, + 1.613, 178, - 3.852, + 3.856, 194, - 1.847, + 1.85, 197, - 1.136, + 1.14, 198, - 1.439, + 1.443, 201, - 0.743, + 0.746, 202, - 2.462, + 2.452, 206, - 2.561, + 2.569, 207, - 3.068, + 3.073, 210, - 1.337, + 1.342, 211, - 4.129, + 4.135, 229, - 1.756, + 1.758, 230, - 1.151, + 1.155, 239, - 1.454, + 1.46, 240, - 0.94, + 0.944, 241, - 0.708, + 0.711, 247, - 1.094, + 1.098, 249, - 2.534, + 2.542, 250, - 2.041, + 2.047, 253, - 1.657, + 1.663, 256, - 1.974, + 1.977, 260, - 1.115, + 1.119, 266, - 4.744, + 4.749, 268, - 2.016, + 2.018, 269, - 1.497, + 1.501, 273, - 2.168, + 2.172, 276, - 2.495, + 2.504, 280, - 2.072, + 2.078, 290, - 1.287, + 1.292, 294, - 1.886, + 1.893, 295, - 3.04, + 3.048, 306, - 1.454, + 1.46, 330, - 2.104, + 2.109, 333, - 2.131, + 2.136, 339, - 2.587, + 2.597, 342, - 1.481, + 1.487, 343, - 2.05, + 2.058, 353, - 1.327, + 1.322, 359, - 1.481, + 1.46, 368, - 1.502, + 1.507, 371, - 1.737, + 1.744, 382, - 1.19, + 1.194, 387, - 1.863, + 1.869, 429, - 2.561, + 2.569, 434, - 1.539, + 1.544, 449, - 3.161, + 3.171, 452, - 0.961, + 0.965, 453, - 1.915, + 1.922, 457, - 1.174, + 1.178, 471, - 0.886, + 0.89, 473, - 1.454, + 1.46, 510, - 1.215, + 1.219, 515, - 2.05, + 2.058, 521, - 3.057, + 3.062, 524, - 1.769, + 1.775, 548, - 2.179, + 2.187, 549, - 2.838, + 2.848, 553, - 1.182, + 1.186, 561, - 1.675, + 1.68, 571, - 2.415, + 2.424, 573, - 1.241, + 1.245, 582, - 4.587, + 4.597, 594, - 1.524, + 1.529, 599, - 2.415, + 2.424, 600, - 4.594, + 4.6, 601, - 1.198, + 1.203, 614, - 2.587, + 2.594, 615, - 1.76, + 1.766, 629, - 1.589, + 1.594, 636, - 1.268, + 1.273, 637, - 2.132, + 2.14, 687, - 1.946, + 1.953, 689, - 1.481, + 1.487, 692, - 1.241, + 1.245, 702, - 1.657, + 1.663, 712, - 2.229, + 2.237, 746, - 5.205, + 5.216, 750, - 1.603, + 1.609, 752, - 1.524, + 1.529, 769, - 3.407, + 3.417, 772, - 5.205, + 5.216, 785, - 6.633, + 6.637, 786, - 3.06, + 3.069, 797, - 2.698, + 2.708, 826, - 2.776, + 2.784, 856, - 1.327, + 1.332, 864, - 2.284, + 2.293, 866, - 1.232, + 1.237, 891, - 1.122, + 1.126, 892, - 2.838, + 2.848, 898, - 1.174, + 1.178, 913, - 2.09, + 2.097, 915, - 3.159, + 3.165, 917, - 1.495, + 1.501, 921, - 2.132, + 2.14, 931, - 1.826, + 1.811, 947, - 1.737, + 1.744, 961, - 2.284, + 2.293, 962, - 3.101, + 3.108, 977, - 2.811, + 2.82, 999, - 1.524, + 1.529, 1007, - 3.547, + 3.551, 1008, - 3.748, + 3.759, 1009, - 6.455, + 6.463, 1014, - 3.407, + 3.417, 1019, - 2.493, + 2.5, 1034, - 1.268, + 1.273, 1043, - 1.429, + 1.434, 1066, - 1.297, + 1.302, 1071, - 3.763, + 3.717, 1133, - 1.737, + 1.744, 1155, - 3.198, + 3.206, 1158, - 3.04, + 3.048, 1173, - 1.62, + 1.626, 1192, - 2.05, + 2.058, 1193, - 5.255, + 5.264, 1198, - 1.886, + 1.893, 1206, - 2.346, + 2.355, 1214, - 2.346, + 2.355, 1219, - 2.013, + 2.021, 1224, - 1.586, + 1.592, 1235, - 2.132, + 2.14, 1253, - 1.858, + 1.865, 1272, - 1.468, + 1.473, 1279, - 5.73, + 5.737, 1295, - 3.091, + 3.097, 1296, - 1.232, + 1.237, 1301, - 4.681, + 4.692, 1323, - 2.756, + 2.763, 1329, - 3.161, + 3.171, 1354, - 6.017, + 6.028, 1364, - 1.946, + 1.953, 1378, - 5.347, + 5.356, 1401, - 2.013, + 2.021, 1437, - 2.495, + 2.504, 1472, - 1.481, + 1.487, 1485, - 2.179, + 2.187, 1487, - 2.495, + 2.504, 1525, - 2.09, + 2.097, 1546, - 1.716, + 1.722, 1558, - 2.05, + 2.058, 1560, - 2.179, + 2.187, 1584, - 1.858, + 1.865, 1588, - 1.62, + 1.626, 1616, - 3.339, + 3.349, 1622, - 5.346, + 5.357, 1655, - 1.737, + 1.744, 1679, - 3.481, + 3.491, 1681, - 1.417, + 1.422, 1687, - 3.276, + 3.285, 1803, - 2.284, + 2.293, 1841, - 1.915, + 1.922, 1869, - 2.179, + 2.187, 1871, - 1.603, + 1.609, 1874, - 1.946, + 1.953, 1888, - 6.722, + 6.734, 1889, - 2.013, + 2.021, 1893, - 1.979, + 1.986, 1895, - 5.55, + 5.56, 1897, - 2.587, + 2.597, 1902, - 4.964, + 4.975, 1903, - 6.994, + 7.004, 1904, - 2.587, + 2.597, 1905, - 2.838, + 2.848, 1912, - 2.495, + 2.504, 1920, - 1.539, + 1.544, 1928, - 1.783, + 1.789, 1929, - 1.76, + 1.744, 2006, - 1.737, + 1.744, 2024, - 1.495, + 1.501, 2035, - 2.05, + 2.058, 2057, - 2.09, + 2.097, 2060, - 2.495, + 2.504, 2089, - 1.858, + 1.865, 2096, - 1.832, + 1.839, 2123, - 3.013, + 3.022, 2138, - 2.698, + 2.708, 2354, - 2.346, + 2.355, 2440, - 1.603, + 1.609, 2498, - 2.132, + 2.097, 2509, - 1.979, + 1.986, 2533, - 2.229, + 2.237, 2548, - 1.946, + 1.953, 2582, - 1.915, + 1.893, 2645, - 2.415, + 2.424, 2952, - 1.783, + 1.789, 3006, - 2.415, + 2.424, 3079, - 2.415, + 2.424, 3144, - 2.229, + 2.237, 3159, - 2.587, + 2.597, 3236, - 2.587, + 2.597, 3247, - 2.415, + 2.424, 3380, - 3.024, + 3.035, 3474, - 2.284, + 2.293, 3527, - 2.229, + 2.237, 3713, - 1.946, + 1.953, 4002, - 2.587, + 2.597, 4242, - 5.346, + 5.357, 4296, - 2.587, + 2.597, 4457, - 3.024, + 3.035, 4458, - 8.238, + 8.253, 4459, - 3.307, + 3.319, 4460, - 3.307, + 3.319, 4461, - 7.535, + 7.551, 4462, - 3.307, + 3.319, 4463, - 3.307, + 3.319, 4464, - 4.681, + 4.692, 4465, - 4.447, + 4.458, 4466, - 7.899, + 7.904, 4467, - 5.283, + 5.299, 4468, - 5.283, + 5.299, 4469, - 3.024, + 3.035, 4470, - 3.307, + 3.319, 4471, - 3.307, + 3.319, 4472, - 4.819, + 4.831, 4473, - 3.307, + 3.319, 4474, - 4.831, + 4.846, 4475, - 4.831, + 4.846, 4476, - 3.024, + 3.035, 4477, - 3.307, + 3.319, 4478, - 3.307, + 3.319, 4479, - 3.307, + 3.319, 4480, - 3.307, + 3.319, 4481, - 3.307, + 3.319, 4482, - 3.307, + 3.319, 4483, - 2.346, + 2.355, 4484, - 3.307, + 3.319, 4485, - 3.307, + 3.319, 4486, - 2.698, + 2.708, 4487, - 2.838, + 2.848, 4488, - 3.307, + 3.319, 4489, - 3.307, + 3.319, 4490, - 3.307, + 3.319, 4491, - 3.307, + 3.319, 4492, - 3.307, + 3.319, 4493, - 3.024, + 3.035, 4494, - 3.307, + 3.319, 4495, - 3.307, + 3.319, 4496, - 3.024, + 3.035, 4497, - 3.024, + 3.035, 4498, - 2.698, + 2.708, 4499, - 3.024 + 3.035 ] ], [ @@ -32457,379 +32457,379 @@ "data/manuals/model-animation", [ 0, - 0.638, + 0.64, 1, - 1.332, + 1.336, 2, - 1.318, + 1.322, 3, - 1.367, + 1.37, 4, - 1.367, + 1.37, 5, - 1.374, + 1.378, 6, - 1.374, + 1.378, 7, - 1.56, + 1.561, 8, - 1.457, + 1.461, 10, - 2.057, + 2.059, 18, 1.128, 20, - 1.158, + 1.16, 36, - 1.487, + 1.49, 38, - 0.968, + 0.969, 42, - 1.355, + 1.357, 43, - 2.702, + 2.71, 46, - 1.539, + 1.54, 57, - 1.217, + 1.219, 59, - 0.909, + 0.91, 75, - 2.29, + 2.296, 77, - 1.804, + 1.807, 79, - 0.74, + 0.741, 84, - 2.231, + 2.237, 90, - 1.777, + 1.781, 99, - 0.997, + 0.998, 100, - 0.977, + 0.98, 102, - 1.339, + 1.336, 103, - 1.717, + 1.72, 106, - 0.933, + 0.935, 107, - 0.991, + 0.994, 108, - 1.531, + 1.535, 111, - 3.115, + 3.121, 113, - 1.043, + 1.046, 121, - 1.722, + 1.727, 122, - 2.322, + 2.326, 124, - 2.27, + 2.276, 126, - 1.998, + 2.0, 128, - 2.58, + 2.558, 148, - 1.952, + 1.954, 150, - 1.318, + 1.322, 151, - 2.157, + 2.146, 153, - 1.692, + 1.695, 156, - 3.064, + 3.072, 158, - 1.522, + 1.526, 160, - 2.977, + 2.963, 165, - 3.155, + 3.157, 166, - 3.505, + 3.512, 167, - 3.524, + 3.529, 169, - 1.415, + 1.417, 170, - 2.86, + 2.865, 175, - 2.27, + 2.276, 178, - 3.544, + 3.549, 194, - 1.736, + 1.738, 197, - 1.789, + 1.794, 201, - 1.17, + 1.173, 210, - 2.106, + 2.112, 215, - 5.78, + 5.783, 229, - 1.597, + 1.6, 231, - 2.798, + 2.804, 233, - 3.51, + 3.519, 240, - 1.481, + 1.485, 241, - 1.866, + 1.868, 250, - 2.012, + 2.017, 251, - 2.399, + 2.406, 256, - 1.17, + 1.173, 258, - 4.913, + 4.922, 260, - 1.755, + 1.76, 268, - 1.063, + 1.066, 269, - 1.181, + 1.185, 273, - 1.841, + 1.844, 330, - 2.378, + 2.382, 333, - 2.109, + 2.113, 381, - 3.228, + 3.237, 452, - 1.514, + 1.518, 505, - 2.67, + 2.677, 524, - 2.498, + 2.502, 554, - 1.954, + 1.959, 555, - 2.336, + 2.326, 579, - 3.736, + 3.743, 588, - 2.702, + 2.71, 590, - 3.09, + 3.095, 602, - 2.106, + 2.112, 614, - 2.042, + 2.047, 629, - 2.243, + 2.247, 636, - 2.86, + 2.865, 644, - 2.58, + 2.587, 679, - 2.332, + 2.339, 691, - 1.593, + 1.597, 692, - 1.954, + 1.959, 695, - 2.354, + 2.36, 699, - 3.51, + 3.519, 724, - 4.462, + 4.471, 728, - 2.552, + 2.558, 832, - 2.498, + 2.505, 856, - 2.089, + 2.095, 898, - 1.849, + 1.854, 914, - 2.175, + 2.181, 931, - 2.411, + 2.389, 948, - 2.057, + 2.063, 959, - 5.977, + 5.981, 978, - 2.057, + 2.063, 1007, - 1.824, + 1.829, 1025, - 2.057, + 2.063, 1071, - 2.97, + 2.934, 1105, - 4.913, + 4.922, 1109, - 2.524, + 2.531, 1137, - 3.116, + 3.124, 1146, - 2.25, + 2.256, 1150, - 2.926, + 2.934, 1170, - 4.074, + 4.085, 1207, - 3.803, + 3.814, 1296, - 2.778, + 2.784, 1379, - 3.47, + 3.443, 1381, - 3.694, + 3.704, 1385, - 3.694, + 3.704, 1432, - 2.926, + 2.934, 1459, - 2.123, + 2.128, 1472, - 2.332, + 2.339, 1509, - 3.597, + 3.607, 1599, - 3.291, + 3.299, 1608, - 3.116, + 3.124, 1609, - 3.016, + 3.024, 1648, - 2.97, + 2.978, 1660, - 4.074, + 4.085, 1666, - 3.228, + 3.237, 1675, - 6.338, + 6.341, 1684, - 3.016, + 3.024, 1725, - 3.291, + 3.299, 1807, - 2.498, + 2.505, 1812, - 3.597, + 3.519, 1813, - 3.694, + 3.704, 1871, - 2.524, + 2.531, 1901, - 3.016, + 3.024, 1928, - 2.807, + 2.815, 1948, - 2.771, + 2.778, 1982, - 2.609, + 2.587, 2096, - 2.885, + 2.892, 2343, - 4.074, + 4.085, 2379, - 3.358, + 3.367, 2482, - 4.249, + 4.26, 2503, - 4.913, + 4.922, 2623, - 4.074, + 4.085, 2691, - 4.074, + 4.085, 2871, - 2.97, + 2.978, 3087, - 4.809, + 4.818, 3121, - 4.074, + 4.085, 3139, - 3.928, + 3.939, 3410, - 4.249, + 4.26, 3476, - 3.597, + 3.607, 3776, - 3.928, + 3.939, 3779, - 4.074, + 4.085, 3787, - 6.364, + 6.373, 3809, - 7.061, + 7.067, 3869, - 4.468, + 4.48, 4195, - 4.249, + 4.26, 4500, - 9.513, + 9.525, 4501, - 8.639, + 8.648, 4502, - 4.468, + 4.48, 4503, - 7.354, + 7.361, 4504, - 4.762, + 4.774, 4505, - 3.803, + 3.814, 4506, - 4.074, + 4.085, 4507, - 4.468, + 4.48, 4508, - 4.074, + 4.085, 4509, - 4.249, + 4.26, 4510, - 4.468, + 4.48, 4511, - 4.468, + 4.48, 4512, - 4.249, + 4.26, 4513, - 4.074, + 4.085, 4514, - 3.358, + 3.367, 4515, - 7.458, + 7.472, 4516, - 5.207, + 5.221, 4517, - 4.762, + 4.774, 4518, - 5.207, + 5.221, 4519, - 6.399, + 6.411, 4520, - 4.762, + 4.774, 4521, - 5.207, + 5.221, 4522, - 5.207, + 5.221, 4523, - 4.762, + 4.774, 4524, - 4.249, + 4.26, 4525, - 4.762, + 4.774, 4526, - 7.458, + 7.472, 4527, - 5.834, + 5.846, 4528, - 4.468, + 4.48, 4529, - 4.468, + 4.48, 4530, - 4.468, + 4.48, 4531, - 4.468 + 4.48 ] ], [ @@ -32843,1199 +32843,1199 @@ "data/manuals/glossary", [ 0, - 0.344, + 0.345, 1, - 0.402, + 0.404, 2, - 1.494, + 1.498, 3, - 0.412, + 0.414, 4, - 0.412, + 0.414, 5, - 0.415, + 0.417, 6, - 0.415, + 0.417, 7, - 1.548, + 1.549, 8, - 1.65, + 1.655, 9, - 0.952, + 0.956, 10, - 2.295, + 2.297, 12, - 0.717, + 0.721, 17, - 1.059, + 1.064, 18, - 1.113, + 1.114, 20, - 1.48, + 1.481, 21, - 1.059, + 1.064, 22, - 0.646, + 0.649, 23, - 2.667, + 2.675, 24, - 0.993, + 0.998, 27, - 0.91, + 0.914, 36, - 2.004, + 2.007, 38, - 1.281, + 1.282, 39, - 0.332, + 0.333, 41, - 4.523, + 4.531, 42, - 1.564, + 1.566, 44, - 1.589, + 1.595, 46, - 1.582, + 1.584, 47, - 3.856, + 3.863, 49, - 1.599, + 1.605, 50, - 0.871, + 0.875, 52, - 1.047, + 1.051, 54, - 1.333, + 1.338, 56, - 0.612, + 0.614, 57, - 1.439, + 1.441, 59, 1.054, 60, - 1.287, + 1.291, 62, - 3.488, + 3.492, 69, - 1.319, + 1.325, 72, - 1.539, + 1.545, 76, - 0.836, + 0.84, 77, - 0.958, + 0.961, 78, - 0.697, + 0.701, 79, 1.015, 84, - 0.673, + 0.676, 86, - 1.235, + 1.24, 87, - 2.923, + 2.933, 90, - 1.266, + 1.27, 91, - 1.298, + 1.303, 92, - 1.526, + 1.532, 96, - 2.658, + 2.663, 97, - 2.354, + 2.358, 99, - 1.049, + 1.05, 100, - 1.284, + 1.287, 101, - 0.762, + 0.765, 102, - 2.434, + 2.425, 103, - 0.876, + 0.879, 104, - 1.95, + 1.935, 105, - 0.631, + 0.633, 106, - 1.876, + 1.878, 107, - 1.638, + 1.641, 108, - 1.734, + 1.739, 109, - 0.59, + 0.588, 111, - 0.656, + 0.659, 112, - 2.404, + 2.413, 113, - 1.448, + 1.451, 116, - 1.092, + 1.097, 120, - 0.94, + 0.945, 121, - 3.032, + 3.036, 122, - 2.25, + 2.255, 124, - 0.685, + 0.688, 125, - 2.394, + 2.399, 126, - 1.665, + 1.668, 132, - 0.964, + 0.968, 135, - 1.626, + 1.632, 137, - 1.086, + 1.064, 140, - 1.293, + 1.299, 141, - 0.581, + 0.584, 146, - 1.375, + 1.381, 147, - 1.652, + 1.659, 148, - 1.808, + 1.811, 153, - 2.393, + 2.395, 157, - 1.059, + 1.064, 159, - 3.768, + 3.778, 160, - 2.66, + 2.649, 169, - 1.464, + 1.466, 172, - 0.691, + 0.688, 174, - 2.166, + 2.173, 185, - 2.497, + 2.505, 186, - 2.679, + 2.688, 193, - 0.974, + 0.979, 194, - 2.016, + 2.018, 197, - 1.307, + 1.312, 198, - 2.217, + 2.222, 201, - 1.7, + 1.704, 202, - 1.243, + 1.24, 210, - 1.538, + 1.544, 212, - 0.731, + 0.735, 213, - 2.453, + 2.462, 214, - 2.87, + 2.88, 215, - 2.317, + 2.325, 216, - 1.503, + 1.509, 217, - 1.991, + 2.0, 225, - 1.059, + 1.064, 226, - 1.782, + 1.786, 229, - 1.843, + 1.845, 230, - 2.633, + 2.639, 231, - 2.403, + 2.409, 232, - 1.849, + 1.857, 234, - 0.896, + 0.9, 236, - 1.406, + 1.412, 241, - 1.62, + 1.624, 243, - 1.884, + 1.892, 254, - 1.035, + 1.04, 256, - 1.439, + 1.443, 257, - 0.621, + 0.624, 258, - 1.849, + 1.857, 260, - 0.946, + 0.95, 262, - 1.229, + 1.235, 264, - 1.709, + 1.716, 266, - 3.207, + 3.215, 268, - 0.944, + 0.948, 269, - 0.357, + 0.358, 270, - 1.148, + 1.153, 274, - 2.238, + 2.247, 281, - 0.974, + 0.979, 282, - 0.778, + 0.782, 290, - 1.8, + 1.806, 291, - 4.986, + 4.995, 292, - 2.276, + 2.284, 300, - 0.871, + 0.875, 309, - 2.238, + 2.247, 313, - 1.101, + 1.105, 314, - 2.051, + 2.058, 318, - 1.229, + 1.235, 331, - 1.991, + 2.0, 343, - 0.974, + 0.979, 344, - 0.957, + 0.961, 345, - 2.86, + 2.868, 347, - 1.013, + 1.018, 353, - 1.526, + 1.52, 358, - 0.724, + 0.727, 359, - 0.704, + 0.694, 368, - 1.082, + 1.086, 369, - 1.059, + 1.064, 378, - 1.81, + 1.818, 379, - 1.059, + 1.064, 382, - 1.01, + 1.014, 387, - 0.554, + 0.557, 390, - 1.948, + 1.955, 392, - 0.983, + 0.988, 403, - 1.115, + 1.12, 404, - 0.993, + 0.998, 411, - 0.815, + 0.819, 422, - 1.282, + 1.288, 425, - 3.031, + 3.04, 429, - 3.668, + 3.676, 432, - 1.115, + 1.12, 433, - 2.166, + 2.173, 434, - 1.77, + 1.777, 441, - 2.317, + 2.325, 446, - 0.787, + 0.791, 449, - 0.94, + 0.945, 452, - 2.101, + 2.106, 457, - 0.558, + 0.561, 459, - 0.731, + 0.735, 463, - 1.059, + 1.064, 469, - 0.796, + 0.8, 471, - 1.02, + 1.023, 473, - 2.595, + 2.602, 486, - 1.229, + 1.235, 489, - 1.306, + 1.312, 499, - 1.115, + 1.12, 518, - 1.229, + 1.235, 521, - 0.977, + 0.981, 522, - 0.778, + 0.782, 532, - 2.05, + 2.059, 534, - 0.739, + 0.742, 547, - 0.925, + 0.929, 552, - 0.835, + 0.838, 554, - 1.427, + 1.433, 555, - 1.848, + 1.842, 561, - 1.206, + 1.21, 573, - 1.427, + 1.433, 574, - 0.754, + 0.757, 575, - 1.086, + 1.091, 577, - 1.492, + 1.497, 579, - 1.906, + 1.913, 591, - 1.035, + 1.04, 595, - 0.847, + 0.851, 605, - 0.896, + 0.9, 608, - 2.291, + 2.299, 614, - 0.616, + 0.619, 622, - 1.844, + 1.851, 629, - 2.992, + 2.996, 631, - 0.778, + 0.782, 633, - 1.422, + 1.428, 636, - 0.603, + 0.605, 644, - 1.884, + 1.892, 675, - 0.603, + 0.605, 676, - 1.736, + 1.743, 677, - 1.293, + 1.299, 681, - 0.77, + 0.774, 686, - 2.493, + 2.502, 687, - 0.925, + 0.929, 691, - 0.481, + 0.483, 692, - 2.213, + 2.22, 695, - 1.269, + 1.274, 701, - 0.826, + 0.829, 702, - 0.787, + 0.791, 703, - 1.492, + 1.497, 707, - 1.148, + 1.153, 708, - 1.115, + 1.12, 710, - 0.762, + 0.765, 713, - 1.494, + 1.481, 737, - 1.059, + 1.064, 744, - 0.762, + 0.765, 746, - 1.086, + 1.091, 753, - 2.699, + 2.709, 754, - 0.94, + 0.945, 758, - 0.697, + 0.701, 762, - 2.111, + 2.098, 765, - 0.983, + 0.988, 769, - 1.81, + 1.818, 770, - 1.229, + 1.235, 773, - 3.119, + 3.125, 777, - 2.409, + 2.419, 785, - 0.896, + 0.9, 793, - 1.306, + 1.312, 796, - 1.148, + 1.153, 799, - 0.957, + 0.961, 809, - 0.883, + 0.887, 814, - 1.437, + 1.444, 815, - 1.74, + 1.747, 831, - 0.94, + 0.945, 832, - 2.83, + 2.838, 836, - 1.348, + 1.355, 837, - 1.81, + 1.818, 854, - 1.555, + 1.561, 856, - 0.631, + 0.633, 891, - 1.802, + 1.808, 898, - 1.351, + 1.356, 901, - 0.679, + 0.682, 903, - 1.513, + 1.519, 907, - 3.047, + 3.058, 914, - 1.932, + 1.939, 915, - 1.459, + 1.464, 917, - 0.71, + 0.714, 918, - 1.346, + 1.352, 923, - 1.375, + 1.381, 924, - 0.746, + 0.75, 931, - 2.253, + 2.234, 935, - 2.922, + 2.931, 938, - 0.993, + 0.998, 939, - 0.778, + 0.782, 941, - 1.814, + 1.82, 943, - 1.939, + 1.947, 944, - 1.439, + 1.445, 947, - 0.826, + 0.829, 948, - 1.109, + 1.114, 954, - 1.229, + 1.235, 958, - 3.378, + 3.39, 959, - 2.461, + 2.47, 961, - 1.939, + 1.947, 962, - 3.009, + 3.017, 963, - 2.903, + 2.912, 964, - 2.196, + 2.205, 967, - 1.348, + 1.355, 970, - 1.348, + 1.355, 971, - 1.348, + 1.355, 975, - 1.825, + 1.832, 976, - 2.196, + 2.205, 977, - 2.024, + 2.032, 978, - 3.683, + 3.689, 979, - 3.093, + 3.101, 980, - 1.013, + 1.018, 981, - 1.709, + 1.716, 982, - 2.767, + 2.777, 983, - 1.013, + 1.018, 986, - 1.059, + 1.064, 987, - 0.836, + 0.84, 990, - 1.035, + 1.04, 991, - 0.957, + 0.961, 993, - 2.599, + 2.608, 1002, - 2.632, + 2.641, 1006, - 1.991, + 2.0, 1007, - 3.586, + 3.59, 1008, - 1.115, + 1.12, 1009, - 2.564, + 2.574, 1010, - 0.646, + 0.649, 1025, - 2.53, + 2.537, 1034, - 0.603, + 0.605, 1043, - 0.679, + 0.682, 1044, - 1.148, + 1.153, 1045, - 1.849, + 1.857, 1047, - 0.746, + 0.75, 1051, - 1.991, + 2.0, 1053, - 1.115, + 1.12, 1054, - 1.229, + 1.235, 1060, - 0.883, + 0.887, 1064, - 0.77, + 0.774, 1068, - 0.993, + 0.998, 1071, - 0.896, + 0.887, 1079, - 1.844, + 1.851, 1080, - 1.185, + 1.191, 1089, - 1.035, + 1.04, 1090, - 2.473, + 2.48, 1104, - 0.977, + 0.981, 1107, - 0.778, + 0.782, 1114, - 1.013, + 1.018, 1115, - 1.348, + 1.355, 1120, - 0.925, + 0.929, 1133, - 2.43, + 2.438, 1137, - 0.94, + 0.945, 1155, - 1.361, + 1.366, 1158, - 1.293, + 1.299, 1167, - 1.229, + 1.235, 1173, - 0.77, + 0.774, 1184, - 0.993, + 0.998, 1188, - 0.77, + 0.774, 1191, - 1.185, + 1.191, 1206, - 1.115, + 1.12, 1219, - 1.709, + 1.716, 1225, - 1.115, + 1.12, 1269, - 0.871, + 0.875, 1273, - 2.238, + 2.247, 1291, - 0.94, + 0.945, 1292, - 1.437, + 1.444, 1296, - 0.585, + 0.588, 1311, - 1.013, + 1.018, 1321, - 1.348, + 1.355, 1324, - 0.815, + 0.819, 1332, - 2.149, + 2.156, 1353, - 1.437, + 1.444, 1364, - 1.652, + 1.659, 1378, - 0.957, + 0.961, 1380, - 1.348, + 1.355, 1382, - 1.555, + 1.561, 1386, - 1.148, + 1.153, 1421, - 0.957, + 0.961, 1426, - 0.957, + 0.961, 1437, - 1.185, + 1.191, 1445, - 1.115, + 1.12, 1457, - 0.925, + 0.929, 1464, - 1.348, + 1.355, 1496, - 1.086, + 1.091, 1497, - 1.229, + 1.235, 1499, - 0.94, + 0.945, 1541, - 0.847, + 0.851, 1545, - 1.229, + 1.235, 1546, - 2.4, + 2.409, 1547, - 1.437, + 1.444, 1559, - 0.974, + 0.979, 1584, - 2.986, + 2.996, 1588, - 1.375, + 1.381, 1589, - 1.059, + 1.064, 1594, - 0.896, + 0.9, 1596, - 0.836, + 0.84, 1597, - 0.91, + 0.914, 1602, - 1.864, + 1.871, 1604, - 3.364, + 3.373, 1618, - 1.348, + 1.355, 1621, - 0.796, + 0.8, 1625, - 1.086, + 1.091, 1628, - 2.834, + 2.841, 1632, - 1.774, + 1.781, 1633, - 1.348, + 1.355, 1636, - 2.679, + 2.688, 1637, - 1.013, + 1.018, 1661, - 0.787, + 0.791, 1662, - 1.673, + 1.679, 1675, - 2.493, + 2.502, 1676, - 0.993, + 0.998, 1679, - 1.035, + 1.04, 1681, - 1.202, + 1.207, 1721, - 1.086, + 1.091, 1725, - 2.404, + 2.413, 1767, - 2.238, + 2.247, 1769, - 1.753, + 1.759, 1781, - 1.348, + 1.355, 1812, - 1.086, + 1.064, 1817, - 1.282, + 1.288, 1818, - 1.348, + 1.355, 1820, - 2.409, + 2.419, 1822, - 1.185, + 1.191, 1838, - 1.282, + 1.288, 1839, - 1.115, + 1.12, 1841, - 0.91, + 0.914, 1859, - 1.348, + 1.355, 1867, - 1.282, + 1.288, 1871, - 0.762, + 0.765, 1878, - 1.774, + 1.781, 1879, - 2.693, + 2.701, 1882, - 1.246, + 1.251, 1884, - 2.906, + 2.913, 1892, - 2.87, + 2.88, 1894, - 1.035, + 1.04, 1895, - 1.774, + 1.781, 1896, - 1.892, + 1.9, 1908, - 1.269, + 1.274, 1926, - 1.035, + 1.018, 1928, - 2.051, + 2.058, 1930, - 2.117, + 2.126, 1932, - 3.047, + 3.058, 1936, - 0.871, + 0.875, 1942, - 0.883, + 0.887, 1968, - 0.836, + 0.84, 2006, - 0.826, + 0.829, 2027, - 1.884, + 1.892, 2078, - 1.774, + 1.781, 2093, - 1.185, + 1.191, 2096, - 2.107, + 2.115, 2112, - 1.282, + 1.288, 2113, - 1.348, + 1.355, 2114, - 0.993, + 0.998, 2116, - 3.364, + 3.374, 2121, - 0.925, + 0.929, 2139, - 2.117, + 2.126, 2159, - 1.437, + 1.444, 2173, - 0.925, + 0.929, 2175, - 1.849, + 1.857, 2180, - 1.035, + 1.04, 2184, - 1.185, + 1.191, 2188, - 1.148, + 1.153, 2226, - 1.013, + 0.998, 2243, - 1.282, + 1.288, 2249, - 1.059, + 1.064, 2256, - 1.437, + 1.444, 2259, - 1.185, + 1.191, 2285, - 1.229, + 1.235, 2290, - 1.282, + 1.288, 2298, - 1.185, + 1.191, 2309, - 1.348, + 1.355, 2316, - 1.148, + 1.153, 2336, - 3.118, + 3.128, 2352, - 1.185, + 1.191, 2360, - 0.847, + 0.851, 2382, - 3.657, + 3.668, 2383, - 2.868, + 2.877, 2384, - 0.974, + 0.979, 2389, - 0.91, + 0.914, 2433, - 0.94, + 0.945, 2434, - 1.115, + 1.12, 2497, - 1.348, + 1.355, 2503, - 1.035, + 1.04, 2506, - 3.657, + 3.668, 2507, - 3.831, + 3.841, 2509, - 2.767, + 2.777, 2513, - 2.409, + 2.419, 2518, - 1.229, + 1.235, 2523, - 1.282, + 1.288, 2554, - 1.679, + 1.686, 2565, - 1.059, + 1.064, 2566, - 1.035, + 1.04, 2568, - 0.993, + 0.998, 2581, - 1.185, + 1.191, 2597, - 1.148, + 1.153, 2627, - 2.409, + 2.419, 2630, - 1.185, + 1.191, 2631, - 0.993, + 0.998, 2649, - 0.94, + 0.945, 2653, - 1.348, + 1.355, 2657, - 2.599, + 2.608, 2681, - 2.409, + 2.419, 2700, - 1.148, + 1.153, 2786, - 4.615, + 4.629, 2807, - 1.185, + 1.191, 2875, - 0.957, + 0.961, 2902, - 3.489, + 3.501, 2955, - 0.896, + 0.9, 2961, - 2.05, + 2.059, 2974, - 1.229, + 1.235, 2975, - 1.282, + 1.288, 3022, - 1.282, + 1.288, 3051, - 1.437, + 1.444, 3059, - 1.115, + 1.12, 3074, - 1.086, + 1.091, 3096, - 1.348, + 1.355, 3140, - 1.086, + 1.091, 3307, - 1.437, + 1.444, 3308, - 1.348, + 1.355, 3320, - 1.148, + 1.153, 3324, - 1.229, + 1.235, 3379, - 1.229, + 1.235, 3396, - 1.437, + 1.444, 3399, - 3.195, + 3.206, 3438, - 1.148, + 1.153, 3505, - 1.229, + 1.235, 3597, - 1.115, + 1.12, 3669, - 1.229, + 1.235, 3673, - 1.185, + 1.191, 3784, - 1.185, + 1.191, 3835, - 1.437, + 1.444, 3838, - 1.148, + 1.153, 3839, - 1.348, + 1.355, 3840, - 1.437, + 1.444, 3888, - 3.378, + 3.39, 3897, - 0.993, + 0.998, 3972, - 0.847, + 0.851, 3988, - 1.059, + 1.064, 4007, - 1.282, + 1.288, 4180, - 1.185, + 1.191, 4243, - 1.348, + 1.355, 4247, - 1.282, + 1.288, 4257, - 1.148, + 1.153, 4259, - 1.348, + 1.355, 4260, - 1.348, + 1.355, 4262, - 3.264, + 3.276, 4276, - 1.348, + 1.355, 4356, - 1.282, + 1.288, 4358, - 1.348, + 1.355, 4397, - 1.229, + 1.235, 4424, - 1.282, + 1.288, 4436, - 1.437, + 1.444, 4437, - 1.437, + 1.444, 4446, - 1.437, + 1.444, 4503, - 1.148, + 1.153, 4508, - 1.229, + 1.235, 4509, - 1.282, + 1.288, 4511, - 2.409, + 2.419, 4513, - 1.229, + 1.235, 4532, - 1.282, + 1.288, 4533, - 1.991, + 2.0, 4534, - 1.571, + 1.579, 4535, - 1.185, + 1.191, 4536, - 1.571, + 1.579, 4537, - 1.571, + 1.579, 4538, - 1.185, + 1.191, 4539, - 1.571, + 1.579, 4540, - 2.409, + 2.419, 4541, - 2.409, + 2.419, 4542, - 1.348, + 1.355, 4543, - 1.571, + 1.579, 4544, - 1.571, + 1.579, 4545, - 1.348, + 1.355, 4546, - 1.437, + 1.444, 4547, - 1.437, + 1.444, 4548, - 1.185, + 1.191, 4549, - 1.571, + 1.579, 4550, - 1.571, + 1.579, 4551, - 1.282, + 1.288, 4552, - 2.196, + 2.205, 4553, - 1.282, + 1.288, 4554, - 1.437, + 1.444, 4555, - 3.104, + 3.116, 4556, - 1.282, + 1.288, 4557, - 2.567, + 2.577, 4558, - 2.409, + 2.419, 4559, - 2.567, + 2.577, 4560, - 1.437, + 1.444, 4561, - 1.348, + 1.355, 4562, - 1.437, + 1.444, 4563, - 1.571, + 1.579, 4564, - 1.229, + 1.235, 4565, - 1.437, + 1.444, 4566, - 1.571, + 1.579, 4567, - 1.437, + 1.444, 4568, - 1.571, + 1.579, 4569, - 1.571, + 1.579, 4570, - 1.437, + 1.444, 4571, - 1.282, + 1.288, 4572, - 1.229, + 1.235, 4573, - 1.571, + 1.579, 4574, - 1.571, + 1.579, 4575, - 1.571, + 1.579, 4576, - 2.409, + 2.419, 4577, - 1.571, + 1.579, 4578, - 1.437, + 1.444, 4579, - 2.567, + 2.577, 4580, - 1.348, + 1.355, 4581, - 1.282, + 1.288, 4582, - 1.571, + 1.579, 4583, - 1.348, + 1.355, 4584, - 1.571, + 1.579, 4585, - 1.282, + 1.288, 4586, - 1.437, + 1.444, 4587, - 1.571, + 1.579, 4588, - 1.348, + 1.355, 4589, - 1.571, + 1.579, 4590, - 1.437, + 1.444, 4591, - 1.348, + 1.355, 4592, - 1.282, + 1.288, 4593, - 1.348, + 1.355, 4594, - 1.571, + 1.579, 4595, - 1.013, + 0.998, 4596, - 1.282, + 1.288, 4597, - 1.571, + 1.579, 4598, - 1.571, + 1.579, 4599, - 1.185, + 1.191, 4600, - 1.571, + 1.579, 4601, - 1.571, + 1.579, 4602, - 1.437, + 1.444, 4603, - 1.185, + 1.191, 4604, - 1.571, + 1.579, 4605, - 1.571, + 1.579, 4606, - 1.348, + 1.355, 4607, - 2.807, + 2.819, 4608, - 1.282 + 1.288 ] ], [ @@ -34049,243 +34049,243 @@ "data/manuals/extensions-manifest-merge-tool", [ 0, - 0.763, + 0.765, 1, - 1.593, + 1.597, 2, - 1.577, + 1.58, 3, - 1.635, + 1.638, 4, - 1.635, + 1.638, 5, - 1.644, + 1.647, 6, - 1.644, + 1.647, 7, - 1.591, + 1.592, 18, - 1.023, + 1.024, 20, - 1.123, + 1.125, 36, - 1.685, + 1.688, 38, - 0.938, + 0.94, 39, - 2.024, + 2.026, 44, - 2.602, + 2.607, 46, - 1.205, + 1.207, 51, - 4.55, + 4.559, 59, - 0.562, + 0.563, 79, 0.874, 86, - 2.744, + 2.748, 90, - 1.485, + 1.488, 97, - 2.443, + 2.446, 99, - 0.851, + 0.852, 106, - 1.116, + 1.118, 107, - 1.608, + 1.61, 109, - 2.337, + 2.326, 122, - 1.939, + 1.944, 126, - 1.236, + 1.239, 139, - 4.894, + 4.901, 143, - 3.02, + 3.026, 148, - 1.967, + 1.969, 153, - 2.176, + 2.178, 165, - 2.416, + 2.42, 169, - 0.927, + 0.929, 196, - 2.154, + 2.158, 198, - 2.301, + 2.305, 199, - 2.668, + 2.674, 207, - 2.073, + 2.077, 224, - 3.936, + 3.945, 229, - 1.142, + 1.144, 247, - 2.795, + 2.799, 256, - 1.899, + 1.901, 268, - 1.272, + 1.275, 269, - 1.413, + 1.416, 294, - 3.553, + 3.56, 380, - 2.212, + 2.216, 454, - 4.094, + 4.098, 479, - 3.598, + 3.602, 552, - 1.852, + 1.856, 554, - 2.337, + 2.342, 590, - 2.581, + 2.586, 615, - 3.314, + 3.321, 629, - 1.873, + 1.877, 692, - 2.337, + 2.342, 713, - 3.314, + 3.28, 729, - 3.608, + 3.615, 810, - 8.391, + 8.398, 823, - 5.567, + 5.575, 825, - 6.611, + 6.62, 841, - 7.251, + 7.261, 850, - 6.895, + 6.905, 924, - 4.012, + 4.017, 1067, - 3.36, + 3.362, 1202, - 2.957, + 2.963, 1432, - 3.5, + 3.508, 1557, - 5.056, + 5.063, 1638, - 3.936, + 3.945, 1721, - 4.303, + 4.312, 1774, - 3.157, + 3.163, 1884, - 2.646, + 2.651, 1901, - 3.608, + 3.615, 1920, - 2.898, + 2.905, 1948, - 3.314, + 3.321, 1989, - 3.553, + 3.56, 2062, - 4.699, + 4.709, 2101, - 7.029, + 7.033, 2261, - 3.5, + 3.508, 2286, - 6.375, + 6.381, 2420, - 4.199, + 4.207, 2568, - 6.06, + 6.067, 2621, - 6.172, + 6.181, 2854, - 6.184, + 6.191, 3591, - 9.729, + 9.734, 3681, - 4.55, + 4.559, 3874, - 8.673, + 8.678, 4048, - 8.673, + 8.678, 4609, - 6.229, + 6.242, 4610, - 6.229, + 6.242, 4611, - 6.229, + 6.242, 4612, - 5.696, + 5.708, 4613, - 6.229, + 6.242, 4614, - 5.696, + 5.708, 4615, - 6.229, + 6.242, 4616, - 5.696, + 5.708, 4617, - 9.59, + 9.6, 4618, - 9.59, + 9.6, 4619, - 8.45, + 8.462, 4620, - 8.45, + 8.462, 4621, - 6.375, + 6.381, 4622, - 6.229, + 6.242, 4623, - 8.769, + 8.779, 4624, - 8.45, + 8.462, 4625, - 9.59, + 9.6, 4626, - 9.59, + 9.6, 4627, - 8.45, + 8.462, 4628, - 8.45, + 8.462, 4629, - 8.45, + 8.462, 4630, - 7.727, + 7.738, 4631, - 8.45, + 8.462, 4632, - 6.229, + 6.242, 4633, - 9.59, + 9.6, 4634, - 9.59, + 9.6, 4635, - 6.229, + 6.242, 4636, - 8.45, + 8.462, 4637, - 8.45, + 8.462, 4638, - 8.45, + 8.462, 4639, - 8.45, + 8.462, 4640, - 8.45, + 8.462, 4641, - 8.45, + 8.462, 4642, - 6.229 + 6.242 ] ], [ @@ -34299,411 +34299,411 @@ "data/manuals/extensions-ext-manifests", [ 0, - 0.574, + 0.576, 1, - 1.198, + 1.202, 2, - 1.186, + 1.19, 3, - 1.23, + 1.233, 4, - 1.23, + 1.233, 5, - 1.236, + 1.24, 6, - 1.236, + 1.24, 7, - 1.512, + 1.513, 8, - 2.532, + 2.536, 10, - 1.957, + 1.96, 18, 1.124, 20, - 1.424, + 1.426, 36, - 1.636, + 1.639, 38, - 1.121, + 1.123, 39, - 0.989, + 0.992, 42, - 1.49, + 1.492, 46, - 0.985, + 0.987, 52, - 1.901, + 1.905, 56, - 1.823, + 1.829, 57, - 1.336, + 1.337, 59, 1.041, 60, - 1.304, + 1.308, 76, - 3.675, + 3.683, 77, - 0.97, + 0.973, 79, - 0.769, + 0.77, 81, - 3.823, + 3.834, 86, - 2.243, + 2.247, 90, - 1.646, + 1.65, 99, 1.041, 100, - 1.296, + 1.299, 102, - 1.205, + 1.202, 103, - 1.889, + 1.892, 106, - 1.729, + 1.731, 108, - 1.377, + 1.381, 113, - 1.384, + 1.387, 116, - 2.688, + 2.694, 120, - 4.132, + 4.141, 121, - 2.284, + 2.289, 122, - 2.554, + 2.558, 125, - 2.495, + 2.5, 126, - 1.916, + 1.918, 148, - 1.683, + 1.686, 153, - 1.063, + 1.066, 169, - 1.028, + 1.03, 174, - 1.91, + 1.916, 194, - 0.855, + 0.857, 196, - 1.62, + 1.625, 229, - 0.859, + 0.861, 230, - 2.404, + 2.409, 231, - 2.591, + 2.597, 236, - 2.347, + 2.354, 240, - 1.332, + 1.336, 241, - 1.479, + 1.482, 243, - 2.321, + 2.328, 247, - 2.713, + 2.718, 256, - 1.053, + 1.056, 260, - 1.579, + 1.584, 264, - 5.511, + 5.519, 268, - 0.957, + 0.959, 269, - 1.063, + 1.066, 273, - 1.156, + 1.16, 282, - 2.321, + 2.328, 292, - 2.007, + 2.013, 313, - 3.55, + 3.555, 343, - 2.905, + 2.913, 387, - 1.652, + 1.657, 414, - 3.087, + 3.096, 433, - 1.91, + 1.916, 442, - 2.098, + 2.105, 454, - 2.75, + 2.756, 471, - 2.587, + 2.59, 473, - 2.061, + 2.067, 509, - 3.584, + 3.592, 510, - 1.721, + 1.726, 511, - 2.493, + 2.5, 515, - 2.905, + 2.913, 552, - 2.691, + 2.695, 573, - 1.758, + 1.763, 581, - 2.526, + 2.533, 642, - 2.374, + 2.381, 649, - 2.803, + 2.812, 663, - 5.403, + 5.415, 680, - 3.629, + 3.637, 683, - 3.484, + 3.49, 690, - 2.961, + 2.97, 703, - 1.837, + 1.843, 789, - 6.188, + 6.199, 808, - 3.675, + 3.683, 811, - 3.421, + 3.429, 812, - 3.324, + 3.334, 879, - 4.064, + 4.073, 911, - 3.826, + 3.834, 915, - 1.797, + 1.802, 923, - 2.296, + 2.303, 941, - 2.708, + 2.714, 942, - 3.534, + 3.545, 944, - 3.541, + 3.549, 960, - 2.138, + 2.124, 969, - 2.852, + 2.861, 996, - 2.374, + 2.381, 999, - 2.159, + 2.165, 1032, - 3.773, + 3.782, 1047, - 4.582, + 4.588, 1052, - 2.462, + 2.469, 1053, - 3.324, + 3.334, 1067, - 3.501, + 3.504, 1068, - 4.364, + 4.374, 1079, - 3.348, + 3.355, 1101, - 2.757, + 2.765, 1104, - 1.631, + 1.636, 1126, - 4.11, + 4.071, 1216, - 2.526, + 2.5, 1411, - 2.007, + 2.013, 1502, - 2.402, + 2.409, 1510, - 4.453, + 4.463, 1769, - 2.159, + 2.165, 1874, - 2.757, + 2.765, 1885, - 4.0, + 4.009, 1901, - 4.0, + 4.009, 1911, - 2.402, + 2.409, 1920, - 3.817, + 3.824, 1931, - 2.526, + 2.533, 1956, - 4.284, + 4.297, 1962, - 3.422, + 3.432, 2024, - 3.708, + 3.715, 2101, - 7.15, + 7.154, 2156, - 2.852, + 2.861, 2171, - 4.771, + 4.781, 2336, - 3.158, + 3.167, 2373, - 2.961, + 2.97, 2692, - 3.422, + 3.432, 2750, - 2.961, + 2.97, 2953, - 3.237, + 3.246, 2967, - 3.087, + 3.096, 2999, - 3.534, + 3.545, 3000, - 3.665, + 3.676, 3020, - 4.02, + 4.032, 3094, - 3.237, + 3.246, 3118, - 3.534, + 3.545, 3166, - 3.823, + 3.834, 3602, - 6.316, + 6.329, 3607, - 3.422, + 3.432, 3608, - 7.768, + 7.779, 3610, - 3.723, + 3.731, 3679, - 3.534, + 3.545, 3708, - 7.387, + 7.397, 3789, - 5.926, + 5.939, 3802, - 3.422, + 3.432, 3838, - 3.422, + 3.432, 3890, - 3.158, + 3.167, 3903, - 3.422, + 3.432, 4048, - 6.418, + 6.429, 4258, - 3.665, + 3.676, 4409, - 5.403, + 5.415, 4643, - 8.203, + 8.217, 4644, - 4.685, + 4.699, 4645, - 4.685, + 4.699, 4646, - 8.241, + 8.247, 4647, - 4.685, + 4.699, 4648, - 4.284, + 4.297, 4649, - 4.02, + 4.032, 4650, - 4.685, + 4.699, 4651, - 8.826, + 8.837, 4652, - 4.284, + 4.297, 4653, - 4.02, + 4.032, 4654, - 4.685, + 4.699, 4655, - 9.052, + 9.065, 4656, - 6.907, + 6.922, 4657, - 9.052, + 9.065, 4658, - 9.052, + 9.065, 4659, - 9.052, + 9.065, 4660, - 9.052, + 9.065, 4661, - 9.052, + 9.065, 4662, - 9.052, + 9.065, 4663, - 6.907, + 6.922, 4664, - 6.907, + 6.922, 4665, - 6.907, + 6.922, 4666, - 6.907, + 6.922, 4667, - 6.907, + 6.922, 4668, - 6.907, + 6.922, 4669, - 6.907, + 6.922, 4670, - 6.907, + 6.922, 4671, - 6.907, + 6.922, 4672, - 6.907, + 6.922, 4673, - 6.907, + 6.922, 4674, - 6.907, + 6.922, 4675, - 6.907, + 6.922, 4676, - 6.907, + 6.922, 4677, - 8.203, + 8.217, 4678, - 6.316, + 6.329, 4679, - 6.907, + 6.922, 4680, - 6.907, + 6.922, 4681, - 3.823, + 3.834, 4682, - 4.685, + 4.699, 4683, - 4.685, + 4.699, 4684, - 4.685, + 4.699, 4685, - 6.907, + 6.922, 4686, - 4.685, + 4.699, 4687, - 4.685, + 4.699, 4688, - 4.685, + 4.699, 4689, - 4.685, + 4.699, 4690, - 4.685, + 4.699, 4691, - 4.284 + 4.297 ] ], [ @@ -34717,345 +34717,345 @@ "data/manuals/gui-template", [ 0, - 0.623, + 0.625, 1, - 1.301, + 1.305, 2, - 1.288, + 1.291, 3, - 1.335, + 1.339, 4, - 1.335, + 1.339, 5, - 1.342, + 1.346, 6, - 1.342, + 1.346, 7, - 1.441, + 1.442, 8, - 1.423, + 1.427, 9, - 1.725, + 1.73, 10, - 1.859, + 1.862, 18, 1.133, 20, - 1.542, + 1.543, 30, - 1.922, + 1.927, 36, - 1.462, + 1.465, 38, - 0.814, + 0.816, 44, - 2.125, + 2.13, 46, - 1.638, + 1.639, 47, - 4.468, + 4.473, 48, - 5.778, + 5.784, 49, - 2.973, + 2.978, 50, - 5.213, + 5.22, 52, - 1.4, + 1.404, 57, - 1.403, + 1.404, 58, - 5.393, + 5.398, 59, - 0.967, + 0.968, 60, - 2.619, + 2.622, 62, - 1.682, + 1.687, 70, - 2.142, + 2.148, 77, - 1.519, + 1.522, 79, - 0.975, + 0.976, 84, - 2.179, + 2.185, 90, - 2.049, + 2.052, 92, - 2.942, + 2.948, 94, - 2.367, + 2.373, 95, - 5.102, + 5.106, 97, - 2.721, + 2.724, 99, 1.048, 100, - 0.954, + 0.957, 105, - 2.942, + 2.948, 106, - 1.919, + 1.92, 107, - 1.791, + 1.793, 108, - 1.495, + 1.499, 110, - 3.397, + 3.403, 113, - 1.019, + 1.022, 122, - 2.677, + 2.681, 123, - 3.979, + 3.99, 126, - 1.01, + 1.012, 132, - 1.747, + 1.752, 140, - 2.344, + 2.35, 142, - 2.18, + 2.184, 148, - 1.764, + 1.767, 151, - 3.038, + 3.019, 153, - 2.534, + 2.536, 154, - 3.214, + 3.223, 160, - 1.504, + 1.499, 169, - 1.279, + 1.281, 170, - 3.297, + 3.302, 175, - 3.748, + 3.754, 178, - 1.895, + 1.9, 185, - 2.39, + 2.397, 193, - 3.153, + 3.162, 196, - 2.973, + 2.978, 197, - 2.954, + 2.959, 198, - 1.997, + 2.001, 199, - 2.179, + 2.185, 201, - 1.143, + 1.146, 206, - 2.466, + 2.472, 207, - 2.44, + 2.445, 208, - 2.237, + 2.243, 210, - 2.057, + 2.063, 211, - 2.278, + 2.284, 224, - 7.629, + 7.631, 225, - 5.796, + 5.805, 226, - 2.619, + 2.622, 227, - 4.98, + 4.988, 228, - 2.16, + 2.148, 229, - 1.344, + 1.347, 238, - 2.858, + 2.866, 239, - 2.237, + 2.243, 240, - 1.446, + 1.45, 241, - 1.089, + 1.092, 244, - 1.965, + 1.956, 247, - 1.682, + 1.687, 250, - 2.833, + 2.838, 256, - 1.648, + 1.651, 257, - 2.897, + 2.903, 260, - 1.714, + 1.719, 263, - 2.193, + 2.197, 268, - 1.922, + 1.924, 269, - 1.154, + 1.157, 273, - 2.323, + 2.326, 276, - 3.837, + 3.847, 294, - 2.901, + 2.909, 306, - 2.237, + 2.243, 330, - 2.742, + 2.746, 332, - 1.693, + 1.697, 333, - 1.438, + 1.442, 368, - 1.446, + 1.45, 371, - 2.672, + 2.68, 385, - 2.858, + 2.866, 392, - 2.569, + 2.574, 402, - 2.706, + 2.714, 452, - 1.479, + 1.483, 498, - 3.837, + 3.847, 510, - 2.694, + 2.699, 515, - 3.153, + 3.162, 526, - 3.351, + 3.36, 561, - 1.612, + 1.617, 577, - 1.994, + 2.0, 594, - 2.344, + 2.35, 595, - 2.742, + 2.749, 600, - 2.44, + 2.446, 601, - 1.843, + 1.848, 631, - 4.26, + 4.266, 634, - 2.01, + 2.015, 636, - 1.95, + 1.956, 644, - 2.52, + 2.527, 676, - 2.321, + 2.328, 683, - 2.16, + 2.166, 691, - 1.556, + 1.56, 771, - 2.367, + 2.373, 854, - 2.818, + 2.825, 857, - 2.901, + 2.909, 885, - 3.096, + 3.105, 914, - 4.962, + 4.964, 961, - 3.514, + 3.523, 973, - 3.837, + 3.847, 1157, - 2.672, + 2.68, 1208, - 3.096, + 3.105, 1259, - 4.634, + 4.643, 1314, - 3.428, + 3.438, 1416, - 3.514, + 3.523, 1479, - 2.993, + 3.001, 1495, - 2.818, + 2.825, 1541, - 2.742, + 2.749, 1598, - 4.15, + 4.162, 1600, - 3.043, + 3.052, 1604, - 2.672, + 2.68, 1649, - 2.672, + 2.68, 1666, - 3.153, + 3.162, 1774, - 2.578, + 2.585, 1906, - 3.514, + 3.523, 1936, - 2.818, + 2.825, 2042, - 2.818, + 2.825, 2259, - 5.532, + 5.542, 2379, - 3.28, + 3.289, 2514, - 2.779, + 2.787, 2643, - 3.837, + 3.847, 2834, - 3.837, + 3.847, 2908, - 3.514, + 3.523, 3317, - 6.486, + 6.496, 3399, - 3.514, + 3.523, 3423, - 3.837, + 3.847, 3619, - 4.651, + 4.664, 3727, - 3.043, + 3.052, 4104, - 3.153, + 3.162, 4248, - 4.651, + 4.664, 4353, - 3.979, + 3.99, 4424, - 4.15, + 4.162, 4692, - 5.086, + 5.1, 4693, - 5.086, + 5.1, 4694, - 5.086, + 5.1, 4695, - 5.086, + 5.1, 4696, - 5.086, + 5.1, 4697, - 4.364, + 4.376, 4698, - 3.428, + 3.438, 4699, - 5.086, + 5.1, 4700, - 5.086, + 5.1, 4701, - 5.086 + 5.1 ] ], [ @@ -35069,469 +35069,469 @@ "data/manuals/bundling", [ 0, - 0.477, + 0.479, 1, - 1.876, + 1.88, 2, - 0.986, + 0.99, 3, - 1.022, + 1.026, 4, - 1.022, + 1.026, 5, - 1.028, + 1.031, 6, - 1.028, + 1.031, 7, 1.562, 8, - 2.492, + 2.496, 9, - 1.321, + 1.326, 10, - 1.782, + 1.786, 11, - 1.411, + 1.416, 18, 1.133, 20, - 1.493, + 1.494, 30, - 1.472, + 1.477, 36, - 1.877, + 1.88, 38, - 1.125, + 1.126, 42, - 1.332, + 1.335, 44, - 1.627, + 1.633, 46, - 1.584, + 1.586, 49, - 3.08, + 3.085, 52, - 2.019, + 2.023, 54, - 1.849, + 1.856, 57, - 1.437, + 1.438, 59, - 0.914, + 0.915, 60, - 2.041, + 2.045, 72, - 1.296, + 1.301, 76, - 3.197, + 3.205, 77, - 1.519, + 1.522, 78, - 1.729, + 1.735, 79, - 0.963, + 0.964, 90, - 0.928, + 0.932, 91, - 2.051, + 2.056, 93, - 2.512, + 2.52, 99, - 0.986, + 0.987, 100, - 1.672, + 1.674, 103, - 2.167, + 2.17, 106, - 1.814, + 1.816, 107, - 1.143, + 1.146, 108, - 2.156, + 2.161, 109, - 1.462, + 1.456, 113, - 2.03, + 2.032, 116, - 1.516, + 1.521, 125, - 1.828, + 1.833, 126, - 1.768, + 1.771, 128, - 1.93, + 1.915, 132, - 1.338, + 1.343, 139, - 2.256, + 2.264, 148, - 2.012, + 2.015, 150, - 2.255, + 2.259, 153, - 2.358, + 2.361, 158, - 1.139, + 1.143, 165, - 1.114, + 1.118, 169, - 0.894, + 0.896, 171, - 1.997, + 2.004, 174, - 1.588, + 1.593, 177, - 1.192, + 1.196, 194, - 1.625, + 1.628, 198, - 2.245, + 2.249, 202, - 1.273, + 1.269, 226, - 2.294, + 2.298, 229, - 1.345, + 1.348, 230, - 1.356, + 1.36, 231, - 2.254, + 2.26, 236, - 3.675, + 3.682, 241, - 2.313, + 2.315, 243, - 1.93, + 1.936, 244, - 1.505, + 1.499, 249, - 4.273, + 4.28, 260, - 1.313, + 1.317, 261, - 2.552, + 2.559, 263, - 1.797, + 1.801, 265, - 2.566, + 2.575, 268, - 0.795, + 0.798, 269, - 1.664, + 1.668, 273, - 2.199, + 2.202, 280, - 1.527, + 1.533, 285, - 3.693, + 3.699, 313, - 3.493, + 3.498, 323, - 2.331, + 2.339, 332, - 2.441, + 2.446, 334, - 2.158, + 2.165, 342, - 1.745, + 1.751, 390, - 1.641, + 1.646, 393, - 3.048, + 3.058, 434, - 1.813, + 1.819, 452, - 1.747, + 1.751, 472, - 1.795, + 1.801, 473, - 1.713, + 1.719, 492, - 2.256, + 2.264, 511, - 2.073, + 2.08, 521, - 1.356, + 1.36, 537, - 2.222, + 2.229, 546, - 2.1, + 2.107, 554, - 1.462, + 1.467, 555, - 1.882, + 1.876, 561, - 1.235, + 1.239, 562, - 2.939, + 2.948, 615, - 3.903, + 3.911, 623, - 5.033, + 5.036, 629, - 1.807, + 1.812, 631, - 1.93, + 1.936, 633, - 3.045, + 3.053, 634, - 2.374, + 2.38, 636, - 3.416, + 3.421, 642, - 6.008, + 6.01, 660, - 3.595, + 3.604, 675, - 1.494, + 1.499, 676, - 4.744, + 4.748, 680, - 2.047, + 2.054, 681, - 2.944, + 2.952, 683, - 2.552, + 2.559, 685, - 2.99, + 2.996, 695, - 1.761, + 1.767, 702, - 1.952, + 1.958, 711, - 5.632, + 5.639, 740, - 1.974, + 1.981, 744, - 2.913, + 2.92, 751, - 1.575, + 1.581, 754, - 2.331, + 2.339, 774, - 3.316, + 3.323, 801, - 1.909, + 1.915, 808, - 3.197, + 3.205, 809, - 5.513, + 5.519, 826, - 2.047, + 2.054, 832, - 1.869, + 1.875, 849, - 1.729, + 1.735, 850, - 3.178, + 3.189, 857, - 2.222, + 2.229, 885, - 3.658, + 3.667, 898, - 1.383, + 1.388, 905, - 2.292, + 2.3, 914, - 1.627, + 1.633, 939, - 4.663, + 4.669, 941, - 2.876, + 2.882, 947, - 2.047, + 2.054, 996, - 1.974, + 1.981, 1019, - 2.772, + 2.778, 1047, - 4.469, + 4.475, 1052, - 2.047, + 2.054, 1060, - 2.189, + 2.196, 1066, - 1.527, + 1.533, 1109, - 2.913, + 2.92, 1127, - 2.845, + 2.855, 1202, - 1.849, + 1.856, 1253, - 2.189, + 2.196, 1272, - 1.729, + 1.735, 1283, - 4.505, + 4.513, 1284, - 2.512, + 2.52, 1324, - 2.021, + 2.028, 1332, - 1.575, + 1.581, 1343, - 2.158, + 2.165, 1382, - 2.158, + 2.165, 1403, - 1.849, + 1.856, 1465, - 1.374, + 1.378, 1495, - 2.158, + 2.165, 1508, - 2.939, + 2.948, 1529, - 4.903, + 4.916, 1681, - 2.574, + 2.581, 1682, - 2.462, + 2.47, 1713, - 2.047, + 2.054, 1724, - 2.853, + 2.86, 1769, - 2.769, + 2.776, 1770, - 2.371, + 2.379, 1807, - 1.869, + 1.875, 1811, - 2.845, + 2.855, 1871, - 1.888, + 1.895, 1882, - 1.729, + 1.735, 1893, - 3.595, + 3.604, 1911, - 5.03, + 5.036, 1920, - 2.796, + 2.803, 1933, - 2.073, + 2.08, 1948, - 3.903, + 3.911, 1969, - 4.389, + 4.4, 1989, - 3.427, + 3.436, 1990, - 2.566, + 2.575, 1997, - 3.427, + 3.436, 1999, - 3.329, + 3.337, 2002, - 3.048, + 3.058, 2006, - 2.047, + 2.054, 2015, - 2.626, + 2.634, 2024, - 3.316, + 3.323, 2063, - 4.389, + 4.4, 2065, - 4.533, + 4.544, 2075, - 2.331, + 2.339, 2103, - 3.342, + 3.354, 2244, - 4.151, + 4.162, 2327, - 2.462, + 2.47, 2330, - 3.958, + 3.969, 2337, - 2.763, + 2.773, 2441, - 3.854, + 3.862, 2476, - 2.845, + 2.855, 2517, - 2.939, + 2.948, 2566, - 2.566, + 2.575, 2778, - 2.566, + 2.575, 2955, - 2.222, + 2.229, 2997, - 3.178, + 3.189, 3006, - 4.389, + 4.4, 3030, - 4.903, + 4.916, 3078, - 3.048, + 3.058, 3118, - 2.939, + 2.948, 3185, - 4.533, + 4.544, 3442, - 2.763, + 2.773, 3620, - 3.048, + 3.058, 3638, - 2.939, + 2.948, 3802, - 2.845, + 2.855, 3874, - 3.048, + 3.058, 4104, - 2.415, + 2.423, 4134, - 2.566, + 2.575, 4136, - 8.077, + 8.088, 4252, - 4.263, + 4.274, 4253, - 3.562, + 3.574, 4374, - 3.342, + 3.354, 4384, - 2.845, + 2.855, 4397, - 3.048, + 3.058, 4557, - 3.562, + 3.574, 4702, - 3.895, + 3.909, 4703, - 3.342, + 3.354, 4704, - 5.494, + 5.509, 4705, - 3.895, + 3.909, 4706, - 3.342, + 3.354, 4707, - 3.895, + 3.909, 4708, - 3.895, + 3.909, 4709, - 3.562, + 3.574, 4710, - 3.895, + 3.909, 4711, - 3.178, + 3.189, 4712, - 6.009, + 6.024, 4713, - 3.342, + 3.354, 4714, - 3.895, + 3.909, 4715, - 3.562, + 3.574, 4716, - 3.562, + 3.574, 4717, - 3.895 + 3.909 ] ], [ @@ -35545,297 +35545,297 @@ "data/manuals/collection-proxy", [ 7, - 1.441, + 1.442, 9, - 2.072, + 2.077, 10, - 2.053, + 2.055, 11, - 2.214, + 2.219, 18, 1.101, 20, - 1.356, + 1.357, 22, - 2.511, + 2.516, 36, - 1.663, + 1.666, 38, - 0.926, + 0.928, 41, - 3.21, + 3.217, 46, - 1.19, + 1.191, 52, - 1.682, + 1.686, 57, - 1.366, + 1.367, 59, - 0.857, + 0.858, 60, - 1.7, + 1.704, 62, - 2.021, + 2.025, 69, - 4.462, + 4.467, 70, - 2.573, + 2.579, 72, - 2.034, + 2.038, 79, 0.867, 99, 1.056, 103, - 2.186, + 2.189, 106, - 1.974, + 1.975, 107, - 1.587, + 1.589, 108, - 1.796, + 1.8, 109, - 2.293, + 2.281, 113, - 1.224, + 1.227, 116, - 2.378, + 2.383, 122, - 2.956, + 2.96, 124, - 3.636, + 3.641, 126, - 1.655, + 1.658, 148, - 1.253, + 1.256, 153, - 2.423, + 2.425, 169, - 0.909, + 0.911, 177, - 1.869, + 1.873, 194, - 2.011, + 2.012, 196, - 2.884, + 2.888, 197, - 2.099, + 2.104, 198, - 2.586, + 2.589, 227, - 3.539, + 3.546, 229, - 1.12, + 1.123, 230, - 2.127, + 2.131, 239, - 2.687, + 2.693, 240, - 1.737, + 1.741, 256, - 1.874, + 1.877, 265, - 4.025, + 4.034, 266, - 4.739, + 4.743, 268, - 1.939, + 1.941, 269, - 1.386, + 1.389, 288, - 3.294, + 3.301, 330, - 2.659, + 2.663, 333, - 2.359, + 2.362, 362, - 4.118, + 4.127, 379, - 4.118, + 4.127, 387, - 2.155, + 2.16, 436, - 4.025, + 4.034, 451, - 4.463, + 4.472, 452, - 1.776, + 1.78, 456, - 3.294, + 3.301, 457, - 2.169, + 2.174, 471, - 1.638, + 1.641, 497, - 3.133, + 3.14, 532, - 4.463, + 4.472, 552, - 1.817, + 1.821, 555, - 2.612, + 2.601, 561, - 2.643, + 2.647, 577, - 3.27, + 3.275, 579, - 3.061, + 3.068, 583, - 3.788, + 3.796, 620, - 3.171, + 3.178, 622, - 4.043, + 4.049, 629, - 2.855, + 2.859, 674, - 3.061, + 3.068, 691, - 2.552, + 2.555, 692, - 2.293, + 2.298, 705, - 4.025, + 4.034, 765, - 2.141, + 2.145, 857, - 3.485, + 3.492, 860, - 4.812, + 4.817, 898, - 2.961, + 2.965, 914, - 2.552, + 2.558, 917, - 3.77, + 3.776, 918, - 4.001, + 4.006, 931, - 2.823, + 2.796, 962, - 2.872, + 2.878, 978, - 2.414, + 2.419, 987, - 3.251, + 3.258, 1000, - 4.335, + 4.344, 1002, - 5.054, + 5.058, 1007, - 3.327, + 3.33, 1009, - 4.118, + 4.127, 1011, - 3.94, + 3.948, 1027, - 4.986, + 4.996, 1060, - 3.434, + 3.441, 1128, - 5.243, + 5.254, 1135, - 5.621, + 5.63, 1158, - 4.701, + 4.705, 1173, - 2.994, + 3.0, 1186, - 2.994, + 3.0, 1219, - 3.72, + 3.728, 1306, - 3.861, + 3.87, 1307, - 3.788, + 3.728, 1326, - 3.72, + 3.728, 1327, - 4.118, + 4.127, 1378, - 3.72, + 3.728, 1386, - 4.463, + 4.472, 1546, - 3.171, + 3.178, 1588, - 2.994, + 3.0, 1594, - 4.757, + 4.764, 1602, - 2.994, + 3.0, 1628, - 4.825, + 4.827, 1637, - 6.123, + 6.13, 1694, - 5.761, + 5.77, 1773, - 4.025, + 4.034, 1807, - 2.931, + 2.937, 1878, - 5.27, + 5.278, 1882, - 2.712, + 2.718, 1889, - 3.72, + 3.728, 1895, - 5.27, + 5.278, 1942, - 3.434, + 3.441, 2084, - 3.94, + 3.948, 2217, - 3.72, + 3.728, 2268, - 3.251, + 3.258, 2343, - 4.78, + 4.791, 2472, - 4.118, + 4.127, 2506, - 3.788, + 3.796, 2519, - 4.609, + 4.619, 2775, - 3.294, + 3.301, 2777, - 4.609, + 4.619, 3474, - 4.221, + 4.23, 3833, - 4.986, + 4.996, 3865, - 4.986, + 4.996, 3866, - 4.986, + 4.996, 4235, - 4.986, + 4.996, 4390, - 5.587, + 5.599, 4392, - 4.78, + 4.791, 4718, - 6.11, + 6.123, 4719, - 5.587, + 5.599, 4720, - 5.243, + 4.996, 4721, - 8.34, + 8.352, 4722, - 7.156, + 7.167, 4723, - 5.243, + 4.996, 4724, - 6.11, + 6.123, 4725, - 6.11, + 6.123, 4726, - 5.243, + 5.254, 4727, - 5.587 + 5.599 ] ], [ @@ -35849,607 +35849,607 @@ "data/manuals/extensions", [ 0, - 0.378, + 0.38, 1, - 0.79, + 0.793, 7, 1.602, 8, - 2.699, + 2.702, 9, - 1.048, + 1.052, 10, - 1.938, + 1.942, 12, - 1.409, + 1.415, 18, 1.13, 20, - 1.465, + 1.466, 36, - 1.444, + 1.448, 38, - 0.884, + 0.885, 39, - 1.33, + 1.334, 42, - 1.316, + 1.319, 43, - 1.603, + 1.609, 46, - 1.499, + 1.5, 52, - 1.994, + 1.998, 57, - 1.297, + 1.298, 59, - 0.962, + 0.963, 60, - 2.37, + 2.374, 61, - 3.1, + 3.11, 62, - 1.021, + 1.025, 63, - 1.497, + 1.503, 72, - 1.028, + 1.032, 77, - 1.305, + 1.308, 79, 0.983, 90, - 0.736, + 0.739, 91, - 3.46, + 3.464, 94, - 2.327, + 2.334, 96, - 0.979, + 0.983, 97, - 2.592, + 2.596, 99, - 1.003, + 1.004, 100, - 1.81, + 1.813, 102, - 1.62, + 1.616, 103, - 1.151, + 1.155, 105, - 2.007, + 2.013, 106, - 1.425, + 1.428, 107, - 1.378, + 1.381, 108, - 2.339, + 2.344, 110, - 1.976, + 1.982, 113, - 1.002, + 1.005, 122, - 0.962, + 0.965, 126, - 1.853, + 1.856, 142, - 0.918, + 0.922, 148, - 1.632, + 1.636, 149, - 2.399, + 2.405, 150, - 0.782, + 0.785, 153, - 1.135, + 1.138, 158, - 1.462, + 1.466, 160, - 1.863, + 1.857, 165, - 1.802, + 1.806, 166, - 3.74, + 3.747, 169, - 1.389, + 1.391, 171, - 1.584, + 1.59, 177, - 1.928, + 1.933, 194, - 0.564, + 0.566, 195, - 1.789, + 1.795, 196, - 1.068, + 1.072, 197, - 1.061, + 1.065, 198, - 1.973, + 1.977, 199, - 1.323, + 1.328, 201, - 1.124, + 1.127, 205, - 2.33, + 2.339, 211, - 1.383, + 1.389, 226, - 2.015, + 2.02, 229, - 0.917, + 0.92, 230, - 1.075, + 1.079, 231, - 2.986, + 2.991, 236, - 5.339, + 5.344, 241, - 1.071, + 1.074, 247, - 2.966, + 2.97, 261, - 1.312, + 1.317, 264, - 1.88, + 1.887, 268, - 1.287, + 1.29, 269, - 1.932, + 1.936, 280, - 1.211, + 1.216, 285, - 1.383, + 1.389, 292, - 2.699, + 2.707, 313, - 3.783, + 3.788, 330, - 2.31, + 2.315, 332, - 1.028, + 1.032, 333, - 1.414, + 1.419, 353, - 1.239, + 1.234, 359, - 1.383, + 1.364, 368, - 0.878, + 0.882, 380, - 1.775, + 1.781, 382, - 1.111, + 1.116, 387, - 1.089, + 1.093, 392, - 1.082, + 1.086, 411, - 1.603, + 1.609, 414, - 2.035, + 2.042, 425, - 2.852, + 2.861, 434, - 1.437, + 1.443, 442, - 1.383, + 1.389, 445, - 2.416, + 2.425, 452, - 1.454, + 1.458, 453, - 4.932, + 4.941, 454, - 2.509, + 2.515, 456, - 1.665, + 1.671, 471, - 1.34, + 1.345, 473, - 1.358, + 1.364, 481, - 1.789, + 1.768, 500, - 2.299, + 2.305, 521, - 1.741, + 1.746, 524, - 1.675, + 1.68, 537, - 1.761, + 1.768, 552, - 2.868, + 2.872, 553, - 2.252, + 2.258, 555, - 2.492, + 2.482, 563, - 1.952, + 1.922, 577, - 1.211, + 1.216, 588, - 1.603, + 1.609, 590, - 1.279, + 1.284, 623, - 2.797, + 2.804, 629, - 1.504, + 1.508, 646, - 4.544, + 4.551, 647, - 2.896, + 2.905, 648, - 2.424, + 2.432, 649, - 1.848, + 1.855, 675, - 1.184, + 1.189, 677, - 2.904, + 2.911, 683, - 2.677, + 2.683, 693, - 2.256, + 2.264, 703, - 1.211, + 1.216, 711, - 1.848, + 1.855, 713, - 1.643, + 1.629, 715, - 1.623, + 1.629, 747, - 2.81, + 2.819, 750, - 1.497, + 1.503, 758, - 1.371, + 1.376, 762, - 1.409, + 1.402, 773, - 1.119, + 1.123, 774, - 1.396, + 1.402, 793, - 2.327, + 2.334, 801, - 1.513, + 1.519, 808, - 1.643, + 1.65, 849, - 1.371, + 1.376, 856, - 1.239, + 1.244, 859, - 3.157, + 3.165, 863, - 5.464, + 5.476, 878, - 5.492, + 5.501, 891, - 1.048, + 1.052, 901, - 1.335, + 1.34, 925, - 2.035, + 2.042, 931, - 0.855, + 0.849, 939, - 1.53, + 1.536, 941, - 1.211, + 1.216, 944, - 4.08, + 4.088, 948, - 1.22, + 1.225, 960, - 2.282, + 2.268, 975, - 1.481, + 1.487, 996, - 4.032, + 4.04, 1010, - 3.685, + 3.691, 1029, - 1.513, + 1.503, 1032, - 2.732, + 2.741, 1043, - 1.335, + 1.34, 1045, - 2.035, + 2.042, 1047, - 2.374, + 2.381, 1064, - 1.513, + 1.519, 1066, - 3.339, + 3.345, 1067, - 3.895, + 3.896, 1068, - 3.16, + 3.17, 1071, - 1.761, + 1.742, 1079, - 1.497, + 1.503, 1089, - 3.294, + 3.305, 1090, - 1.437, + 1.443, 1101, - 1.817, + 1.824, 1104, - 3.25, + 3.255, 1107, - 1.53, + 1.536, 1146, - 1.335, + 1.34, 1150, - 1.736, + 1.742, 1186, - 1.513, + 1.519, 1224, - 1.481, + 1.487, 1253, - 1.736, + 1.742, 1272, - 2.797, + 2.804, 1275, - 2.191, + 2.199, 1283, - 1.687, + 1.694, 1284, - 1.991, + 1.999, 1285, - 2.33, + 2.339, 1291, - 3.77, + 3.78, 1296, - 2.348, + 2.354, 1302, - 2.256, + 2.264, 1332, - 1.249, + 1.254, 1361, - 2.035, + 2.042, 1364, - 1.817, + 1.824, 1426, - 1.88, + 1.887, 1465, - 1.764, + 1.769, 1475, - 2.191, + 2.199, 1479, - 1.817, + 1.824, 1562, - 4.151, + 4.162, 1588, - 1.513, + 1.519, 1606, - 1.817, + 1.824, 1629, - 1.383, + 1.389, 1716, - 2.191, + 2.199, 1866, - 1.761, + 1.768, 1908, - 1.396, + 1.402, 1920, - 1.437, + 1.443, 1929, - 1.643, + 1.629, 1931, - 4.289, + 4.298, 1939, - 3.653, + 3.664, 1971, - 2.416, + 2.425, 1982, - 2.505, + 2.485, 1990, - 2.035, + 2.042, 2030, - 2.082, + 2.09, 2035, - 3.1, + 3.11, 2042, - 4.408, + 4.417, 2086, - 2.256, + 2.264, 2101, - 3.907, + 3.917, 2189, - 1.711, + 1.717, 2261, - 3.541, + 3.55, 2308, - 2.133, + 2.142, 2338, - 2.65, + 2.66, 2353, - 1.991, + 1.999, 2410, - 4.08, + 4.093, 2476, - 3.653, + 3.664, 2542, - 1.915, + 1.922, 2656, - 3.772, + 3.784, 2878, - 3.548, + 3.559, 2916, - 3.982, + 3.992, 2950, - 2.33, + 2.339, 2952, - 1.665, + 1.671, 2961, - 2.256, + 2.264, 3134, - 1.848, + 1.855, 3354, - 4.291, + 4.093, 3425, - 4.93, + 4.943, 3607, - 2.256, + 2.264, 3610, - 3.905, + 3.913, 3646, - 2.661, + 2.669, 3691, - 2.133, + 2.142, 3693, - 1.991, + 1.999, 3697, - 2.824, + 2.835, 3708, - 5.91, + 5.924, 3727, - 1.848, + 1.855, 3797, - 1.991, + 1.999, 3864, - 4.93, + 4.943, 3901, - 2.52, + 2.53, 4028, - 2.52, + 2.53, 4104, - 1.915, + 1.922, 4254, - 5.667, + 5.68, 4454, - 2.416, + 2.425, 4472, - 2.256, + 2.264, 4502, - 2.65, + 2.66, 4595, - 1.991, + 1.959, 4621, - 3.907, + 3.917, 4649, - 5.407, + 5.421, 4653, - 2.65, + 2.66, 4711, - 2.52, + 2.53, 4728, - 3.088, + 3.1, 4729, - 2.52, + 2.53, 4730, - 3.088, + 3.1, 4731, - 9.337, + 9.351, 4732, - 4.291, + 4.304, 4733, - 2.824, + 2.835, 4734, - 3.088, + 3.1, 4735, - 3.088, + 3.1, 4736, - 6.301, + 6.318, 4737, - 2.824, + 2.835, 4738, - 2.65, + 2.66, 4739, - 7.788, + 7.801, 4740, - 5.001, + 5.016, 4741, - 3.088, + 3.1, 4742, - 5.001, + 5.016, 4743, - 5.001, + 5.016, 4744, - 2.65, + 2.66, 4745, - 3.044, + 3.054, 4746, - 1.915, + 1.922, 4747, - 2.824, + 2.835, 4748, - 5.001, + 5.016, 4749, - 3.088, + 3.1, 4750, - 2.824, + 2.835, 4751, - 2.824, + 2.835, 4752, - 3.088, + 3.1, 4753, - 2.65, + 2.66, 4754, - 3.088, + 3.1, 4755, - 6.301, + 6.318, 4756, - 5.001, + 5.016, 4757, - 5.001, + 5.016, 4758, - 2.824, + 2.835, 4759, - 5.001, + 5.016, 4760, - 3.088, + 3.1, 4761, - 6.301, + 6.318, 4762, - 6.301, + 6.318, 4763, - 7.243, + 7.26, 4764, - 3.088, + 3.1, 4765, - 3.088, + 3.1, 4766, - 2.824, + 2.835, 4767, - 3.088, + 3.1, 4768, - 5.001, + 5.016, 4769, - 3.088, + 3.1, 4770, - 3.088, + 3.1, 4771, - 3.088, + 3.1, 4772, - 3.088, + 3.1, 4773, - 3.088, + 3.1, 4774, - 2.65, + 2.66, 4775, - 2.824, + 2.835, 4776, - 2.824, + 2.835, 4777, - 2.824, + 2.835, 4778, - 2.824, + 2.835, 4779, - 2.824, + 2.835, 4780, - 2.824, + 2.835, 4781, - 3.088, + 3.1, 4782, - 3.088 + 3.1 ] ], [ @@ -36469,9 +36469,9 @@ 2, 2.515, 3, - 2.607, + 2.608, 4, - 2.607, + 2.608, 5, 2.621, 6, @@ -36489,239 +36489,239 @@ "data/manuals/extender-docker-images", [ 0, - 0.841, + 0.843, 1, - 1.756, + 1.759, 2, - 1.738, + 1.742, 3, - 1.802, + 1.806, 4, - 1.802, + 1.806, 5, - 1.812, + 1.815, 6, - 1.812, + 1.815, 7, 1.522, 8, - 1.921, + 1.924, 10, - 1.95, + 1.952, 38, - 1.118, + 1.119, 39, - 1.904, + 1.906, 46, - 1.626, + 1.627, 52, - 1.89, + 1.893, 56, - 3.51, + 3.514, 57, - 1.368, + 1.369, 72, - 2.285, + 2.289, 77, - 1.422, + 1.425, 86, - 2.928, + 2.932, 90, - 1.637, + 1.639, 99, - 0.986, + 0.987, 102, - 2.589, + 2.578, 106, - 1.804, + 1.805, 107, - 1.916, + 1.918, 110, - 3.979, + 3.982, 113, - 1.376, + 1.378, 125, - 2.743, + 2.746, 126, - 1.999, + 2.0, 148, - 1.409, + 1.411, 150, - 1.738, + 1.742, 153, - 1.558, + 1.561, 169, - 1.342, + 1.343, 197, - 3.098, + 3.102, 201, - 1.543, + 1.546, 239, - 3.02, + 3.025, 247, - 2.271, + 2.275, 256, - 1.543, + 1.546, 268, - 1.841, + 1.843, 269, - 2.046, + 2.048, 290, - 3.919, + 3.922, 294, - 3.916, + 3.923, 333, - 1.942, + 1.945, 380, - 3.202, + 3.205, 392, - 2.406, + 2.41, 454, - 3.591, + 3.595, 524, - 2.3, + 2.304, 561, - 2.176, + 2.18, 573, - 2.576, + 2.581, 590, - 2.845, + 2.85, 601, - 2.488, + 2.492, 602, - 2.777, + 2.782, 617, - 5.892, + 5.902, 629, - 2.065, + 2.069, 650, - 4.524, + 4.532, 703, - 2.693, + 2.697, 715, - 3.608, + 3.614, 793, - 3.195, + 3.201, 811, - 3.402, + 3.408, 849, - 4.002, + 4.007, 857, - 5.143, + 5.149, 909, - 4.428, + 4.436, 922, - 4.628, + 4.636, 1009, - 4.628, + 4.636, 1052, - 4.738, + 4.744, 1198, - 3.916, + 3.923, 1283, - 3.752, + 3.758, 1332, - 2.777, + 2.782, 1337, - 4.428, + 4.436, 1421, - 4.18, + 4.188, 1543, - 4.041, + 4.048, 1546, - 3.563, + 3.57, 1662, - 3.02, + 3.025, 1807, - 3.294, + 3.3, 1885, - 3.977, + 3.984, 1948, - 3.654, + 3.66, 1982, - 3.44, + 3.408, 2019, - 7.486, + 7.49, 2021, - 8.725, + 8.731, 2075, - 6.025, + 6.03, 2155, - 5.815, + 5.822, 2164, - 2.967, + 2.972, 2267, - 8.217, + 8.224, 2268, - 3.654, + 3.66, 2465, - 5.015, + 5.024, 2684, - 4.041, + 4.048, 2902, - 7.596, + 7.603, 3213, - 5.372, + 5.382, 3218, - 4.871, + 4.88, 3310, - 5.892, + 5.902, 4003, - 9.778, + 9.785, 4028, - 5.603, + 5.613, 4029, - 6.279, + 6.29, 4036, - 6.279, + 6.29, 4037, - 6.279, + 6.29, 4038, - 6.279, + 6.29, 4039, - 6.279, + 6.29, 4081, - 6.279, + 6.29, 4254, - 5.372, + 5.382, 4579, - 6.279, + 6.29, 4783, - 7.355, + 7.361, 4784, - 6.867, + 6.879, 4785, - 8.246, + 8.256, 4786, - 6.867, + 6.879, 4787, - 10.693, + 10.701, 4788, - 10.693, + 10.701, 4789, - 6.867, + 6.879, 4790, - 6.867, + 6.879, 4791, - 9.018, + 9.029, 4792, - 6.867, + 6.879, 4793, - 6.867, + 6.879, 4794, - 6.867, + 6.879, 4795, - 6.867, + 6.879, 4796, - 6.867, + 6.879, 4797, - 6.867, + 6.879, 4798, - 6.867, + 6.879, 4799, - 6.867, + 6.879, 4800, - 6.867 + 6.879 ] ], [ @@ -36735,293 +36735,293 @@ "data/manuals/importing-assets", [ 0, - 0.714, + 0.716, 1, - 1.491, + 1.494, 2, - 1.475, + 1.479, 3, - 1.53, + 1.533, 4, - 1.53, + 1.533, 5, - 1.538, + 1.541, 6, - 1.538, + 1.541, 7, 1.541, 8, - 2.258, + 2.262, 10, - 2.162, + 2.164, 18, 1.064, 36, - 1.847, + 1.849, 38, - 0.897, + 0.898, 41, - 3.062, + 3.069, 42, - 2.16, + 2.161, 44, - 3.372, + 3.377, 46, - 1.644, + 1.645, 47, - 2.61, + 2.616, 49, - 3.631, + 3.634, 52, - 1.604, + 1.608, 57, - 1.033, + 1.034, 59, - 1.005, + 1.006, 60, - 1.621, + 1.625, 62, - 1.927, + 1.932, 65, - 6.102, + 6.11, 76, - 4.928, + 4.935, 77, - 1.207, + 1.21, 79, - 0.787, + 0.788, 91, - 1.989, + 1.994, 96, - 1.847, + 1.851, 99, 1.047, 102, - 2.919, + 2.906, 103, - 1.859, + 1.862, 105, - 2.338, + 2.344, 106, - 1.446, + 1.448, 108, - 2.373, + 2.377, 113, - 1.168, + 1.17, 125, - 1.773, + 1.777, 126, - 2.316, + 2.317, 148, - 2.329, + 2.331, 149, - 2.218, + 2.223, 150, - 1.475, + 1.479, 153, - 1.832, + 1.835, 157, - 3.928, + 3.937, 169, - 1.378, + 1.38, 197, - 2.774, + 2.778, 198, - 1.587, + 1.591, 201, - 2.441, + 2.443, 216, - 3.19, + 3.195, 226, - 2.246, + 2.25, 228, - 2.475, + 2.46, 230, - 2.028, + 2.033, 231, - 3.752, + 3.756, 256, - 1.309, + 1.312, 257, - 2.303, + 2.308, 268, - 1.19, + 1.193, 273, - 1.993, + 1.996, 290, - 3.142, + 3.147, 353, - 2.338, + 2.326, 454, - 2.32, + 2.326, 473, - 4.398, + 4.402, 510, - 2.141, + 2.146, 511, - 3.101, + 3.108, 543, - 2.338, + 2.344, 553, - 2.083, + 2.088, 554, - 3.029, + 3.034, 555, - 2.901, + 2.888, 567, - 3.024, + 3.031, 574, - 2.795, + 2.802, 577, - 2.285, + 2.29, 594, - 2.685, + 2.692, 629, - 2.785, + 2.789, 636, - 3.096, + 3.101, 657, - 5.0, + 5.012, 677, - 2.685, + 2.692, 679, - 2.61, + 2.616, 689, - 2.61, + 2.616, 695, - 2.635, + 2.641, 703, - 2.285, + 2.29, 717, - 3.429, + 3.437, 747, - 3.275, + 3.282, 773, - 2.111, + 2.116, 775, - 4.472, + 4.479, 801, - 2.855, + 2.862, 815, - 3.613, + 3.621, 834, - 2.887, + 2.894, 864, - 4.026, + 4.035, 873, - 4.026, + 4.035, 879, - 3.429, + 3.437, 910, - 3.101, + 3.108, 935, - 4.954, + 4.959, 936, - 5.318, + 5.327, 937, - 4.755, + 4.766, 938, - 5.101, + 5.11, 939, - 5.625, + 5.628, 940, - 6.587, + 6.598, 959, - 4.296, + 4.302, 976, - 4.559, + 4.57, 977, - 3.101, + 3.108, 978, - 2.303, + 2.308, 1071, - 3.324, + 3.282, 1131, - 2.887, + 2.894, 1146, - 2.518, + 2.524, 1173, - 2.855, + 2.862, 1180, - 3.184, + 3.191, 1188, - 2.855, + 2.862, 1211, - 4.256, + 4.266, 1225, - 4.134, + 4.144, 1264, - 3.839, + 3.848, 1291, - 3.487, + 3.495, 1323, - 3.372, + 3.377, 1428, - 3.184, + 3.191, 1478, - 4.396, + 4.406, 1601, - 4.396, + 4.406, 1604, - 4.241, + 4.248, 1681, - 2.496, + 2.502, 1725, - 5.853, + 5.86, 1768, - 5.0, + 5.012, 1770, - 5.639, + 5.646, 1882, - 2.586, + 2.592, 1884, - 3.429, + 3.434, 1893, - 4.83, + 4.838, 1933, - 3.101, + 3.108, 1948, - 3.101, + 3.108, 1975, - 1.023, + 1.025, 2080, - 5.441, + 5.45, 2116, - 3.324, + 3.331, 2164, - 3.488, + 3.494, 2190, - 3.375, + 3.383, 2317, - 4.256, + 4.266, 2522, - 4.559, + 4.57, 2886, - 4.256, + 4.266, 3134, - 3.487, + 3.495, 3318, - 4.559, + 4.57, 3727, - 3.487, + 3.495, 4048, - 4.559, + 4.57, 4508, - 4.559, + 4.57, 4581, - 4.755, + 4.766, 4703, - 5.0, + 5.012, 4801, - 5.0, + 5.012, 4802, - 5.0, + 5.012, 4803, - 5.329, + 5.341, 4804, - 5.0, + 5.012, 4805, - 5.0 + 5.012 ] ], [ @@ -37035,363 +37035,363 @@ "data/manuals/importing-models", [ 0, - 0.625, + 0.627, 1, - 2.204, + 2.207, 2, - 1.292, + 1.296, 3, - 1.34, + 1.344, 4, - 1.34, + 1.344, 5, - 1.347, + 1.351, 6, - 1.347, + 1.351, 7, 1.547, 8, - 2.637, + 2.641, 9, - 1.732, + 1.736, 10, - 1.863, + 1.866, 18, 1.118, 20, - 1.145, + 1.147, 36, - 1.466, + 1.469, 38, - 0.957, + 0.958, 42, - 1.815, + 1.817, 46, - 1.425, + 1.427, 52, - 2.595, + 2.598, 55, - 2.449, + 2.455, 57, - 1.102, + 1.104, 59, - 1.037, + 1.038, 75, - 2.245, + 2.251, 77, - 1.952, + 1.955, 78, - 2.266, + 2.272, 79, - 0.976, + 0.977, 84, - 3.15, + 3.156, 85, - 3.054, + 3.063, 92, - 2.048, + 2.054, 93, - 3.292, + 3.301, 99, - 1.048, + 1.049, 100, - 0.958, + 0.961, 101, - 2.475, + 2.481, 102, - 1.313, + 1.309, 103, - 1.693, + 1.696, 106, - 1.543, + 1.546, 107, - 1.399, + 1.402, 108, - 1.501, + 1.505, 111, - 2.132, + 2.138, 112, - 3.226, + 3.235, 113, - 1.726, + 1.729, 122, - 2.289, + 2.294, 125, - 1.553, + 1.557, 126, - 1.71, + 1.713, 128, - 2.529, + 2.508, 147, - 3.004, + 3.012, 148, - 2.05, + 2.052, 150, - 2.181, + 2.185, 153, - 2.658, + 2.659, 158, - 1.492, + 1.497, 185, - 4.89, + 4.895, 197, - 1.754, + 1.759, 198, - 2.002, + 2.006, 201, - 1.147, + 1.15, 207, - 1.699, + 1.704, 208, - 3.234, + 3.24, 215, - 4.317, + 4.323, 229, - 1.58, + 1.582, 231, - 2.759, + 2.764, 241, - 1.574, + 1.577, 244, - 1.972, + 1.963, 250, - 1.972, + 1.977, 251, - 2.352, + 2.359, 256, - 1.936, + 1.939, 258, - 3.363, + 3.372, 268, - 1.925, + 1.927, 273, - 2.327, + 2.33, 280, - 2.002, + 2.007, 290, - 3.353, + 3.358, 301, - 3.851, + 3.862, 311, - 5.556, + 5.565, 353, - 2.048, + 2.038, 368, - 1.452, + 1.456, 390, - 2.15, + 2.156, 414, - 4.844, + 4.853, 452, - 2.741, + 2.744, 454, - 2.033, + 2.038, 457, - 2.61, + 2.615, 469, - 2.587, + 2.594, 495, - 4.166, + 4.177, 521, - 1.777, + 1.782, 543, - 2.95, + 2.956, 555, - 2.953, + 2.939, 579, - 3.683, + 3.691, 590, - 2.115, + 2.121, 595, - 2.752, + 2.76, 614, - 2.883, + 2.889, 629, - 1.535, + 1.539, 631, - 3.642, + 3.649, 636, - 3.304, + 3.309, 644, - 2.529, + 2.536, 679, - 3.293, + 3.299, 681, - 3.603, + 3.61, 691, - 2.636, + 2.64, 692, - 2.759, + 2.764, 695, - 2.308, + 2.314, 699, - 7.228, + 7.234, 704, - 3.292, + 3.301, 706, - 3.729, + 3.739, 766, - 5.752, + 5.763, 774, - 3.324, + 3.33, 786, - 2.957, + 2.965, 815, - 3.165, + 3.174, 831, - 4.399, + 4.408, 879, - 3.004, + 3.012, 891, - 2.494, + 2.499, 922, - 3.441, + 3.45, 939, - 2.529, + 2.536, 940, - 4.166, + 4.177, 944, - 2.618, + 2.625, 959, - 5.537, + 5.542, 960, - 2.33, + 2.314, 986, - 3.441, + 3.45, 994, - 3.622, + 3.632, 998, - 2.957, + 2.965, 999, - 2.352, + 2.359, 1146, - 2.206, + 2.212, 1207, - 3.729, + 3.739, 1214, - 3.622, + 3.632, 1216, - 2.752, + 2.724, 1336, - 5.999, + 6.011, 1382, - 2.828, + 2.836, 1385, - 3.622, + 3.632, 1413, - 3.108, + 3.116, 1432, - 2.869, + 2.877, 1460, - 4.132, + 4.14, 1541, - 2.752, + 2.76, 1636, - 2.957, + 2.965, 1675, - 6.194, + 6.198, 1676, - 5.445, + 5.453, 1717, - 3.994, + 4.005, 1804, - 2.449, + 2.455, 1882, - 2.266, + 2.272, 1893, - 3.054, + 3.063, 1901, - 2.957, + 2.965, 1948, - 2.716, + 2.724, 2053, - 3.994, + 4.005, 2084, - 3.292, + 3.301, 2130, - 4.166, + 4.177, 2164, - 3.177, + 3.183, 2249, - 3.441, + 3.45, 2623, - 3.994, + 4.005, 2686, - 7.111, + 7.12, 2691, - 3.994, + 4.005, 2717, - 3.729, + 3.739, 2991, - 3.851, + 3.862, 3306, - 3.851, + 3.862, 3779, - 3.994, + 4.005, 3869, - 4.38, + 4.392, 3903, - 3.729, + 3.739, 4104, - 3.165, + 3.174, 4257, - 3.729, + 3.739, 4502, - 4.38, + 4.392, 4503, - 3.729, + 3.739, 4504, - 4.668, + 4.681, 4505, - 3.729, + 3.739, 4506, - 3.994, + 4.005, 4507, - 4.38, + 4.392, 4508, - 5.752, + 5.763, 4509, - 7.031, + 7.041, 4510, - 4.38, + 4.392, 4511, - 4.38, + 4.392, 4512, - 4.166, + 4.177, 4513, - 3.994, + 4.005, 4555, - 4.166, + 4.177, 4581, - 8.152, + 8.161, 4806, - 8.616, + 8.63, 4807, - 5.105, + 5.119, 4808, - 5.105, + 5.119, 4809, - 5.105, + 5.119, 4810, - 4.166, + 4.177, 4811, - 5.105, + 5.119, 4812, - 4.166, + 4.177, 4813, - 5.105, + 5.119, 4814, - 5.105, + 5.119, 4815, - 5.105, + 5.119, 4816, - 5.105, + 5.119, 4817, - 5.105, + 5.119, 4818, - 6.723, + 6.736, 4819, - 5.105 + 5.119 ] ], [ @@ -37405,811 +37405,811 @@ "data/manuals/porting-guidelines", [ 0, - 0.328, + 0.329, 1, - 0.684, + 0.687, 2, - 1.443, + 1.447, 3, - 0.702, + 0.705, 4, - 0.702, - 5, 0.705, + 5, + 0.708, 6, - 0.705, + 0.708, 7, 1.511, 8, - 1.243, + 1.247, 10, - 1.593, + 1.596, 18, 1.116, 20, - 1.434, + 1.435, 21, - 1.802, + 1.809, 22, - 2.342, + 2.349, 23, - 4.477, + 4.483, 27, - 1.548, + 1.555, 28, - 1.296, + 1.301, 36, - 1.469, + 1.473, 38, - 1.198, + 1.199, 39, - 0.564, + 0.567, 42, - 0.807, + 0.81, 46, - 1.636, + 1.637, 47, - 1.99, + 1.996, 52, - 0.736, + 0.739, 54, - 1.269, + 1.274, 56, - 1.04, + 1.045, 57, - 1.208, + 1.209, 59, 1.072, 60, - 1.847, + 1.852, 66, - 2.865, + 2.874, 69, - 1.256, + 1.262, 77, - 1.646, + 1.65, 78, - 2.947, + 2.954, 79, - 0.987, + 0.988, 86, - 1.442, + 1.447, 87, - 3.602, + 3.612, 88, - 2.364, + 2.372, 89, - 2.427, + 2.435, 90, - 1.059, + 1.062, 91, - 1.946, + 1.951, 94, - 1.244, + 1.249, 97, - 1.648, + 1.653, 99, - 1.057, + 1.058, 100, - 1.07, + 1.073, 102, - 2.044, + 2.037, 103, - 1.529, + 1.532, 106, - 1.64, + 1.642, 107, - 1.843, + 1.846, 108, - 2.166, + 2.171, 109, - 1.667, + 1.661, 112, - 1.689, + 1.696, 113, - 1.142, + 1.145, 116, - 2.867, + 2.874, 121, - 0.884, + 0.888, 122, - 2.067, + 2.072, 124, - 1.165, + 1.17, 125, - 1.734, + 1.739, 126, - 1.751, + 1.753, 132, - 1.526, + 1.531, 139, - 1.548, + 1.555, 140, - 2.047, + 2.054, 148, - 1.631, + 1.634, 150, - 1.681, + 1.685, 153, - 1.911, + 1.915, 158, - 0.782, + 0.785, 160, - 0.79, + 0.789, 165, - 1.27, + 1.275, 169, - 1.502, + 1.504, 170, - 1.025, + 1.029, 178, - 1.655, + 1.661, 194, - 2.103, + 2.104, 196, - 1.536, + 1.541, 197, - 1.526, + 1.531, 198, - 2.402, + 2.406, 207, - 0.89, + 0.893, 210, - 1.081, + 1.086, 216, - 2.252, + 2.259, 226, - 0.744, + 0.747, 229, - 1.996, + 1.998, 230, - 1.984, + 1.99, 231, - 2.491, + 2.497, 236, - 1.339, + 1.345, 239, - 1.176, + 1.181, 240, - 1.263, + 1.268, 241, - 1.422, + 1.425, 247, - 0.884, + 0.888, 253, - 1.339, + 1.345, 254, - 2.927, + 2.937, 256, - 1.786, + 1.79, 260, - 1.497, + 1.502, 266, - 1.186, + 1.191, 268, - 1.623, + 1.626, 269, - 2.077, + 2.08, 273, - 1.097, + 1.1, 280, - 2.235, + 2.241, 294, - 1.525, + 1.531, 295, - 1.232, + 1.237, 313, - 1.742, + 1.748, 332, - 0.89, + 0.893, 341, - 1.296, + 1.288, 345, - 1.296, + 1.301, 353, - 2.664, + 2.65, 359, - 1.197, + 1.181, 361, - 1.502, + 1.508, 368, - 0.76, + 0.763, 378, - 1.724, + 1.731, 382, - 0.962, + 0.966, 390, - 1.126, + 1.131, 392, - 1.997, + 2.003, 394, - 4.71, + 4.722, 396, - 2.181, + 2.19, 398, - 2.181, + 2.19, 403, - 5.64, + 5.651, 404, - 4.196, + 4.206, 429, - 2.763, + 2.771, 436, - 1.761, + 1.768, 441, - 3.326, + 3.334, 443, - 3.625, + 3.637, 446, - 2.855, + 2.864, 452, - 0.777, + 0.78, 457, - 3.644, + 3.648, 459, - 1.244, + 1.249, 466, - 2.181, + 2.19, 471, - 1.78, + 1.784, 477, - 1.847, + 1.854, 481, - 1.548, + 1.531, 500, - 2.079, + 2.085, 507, - 2.017, + 2.025, 511, - 1.423, + 1.428, 524, - 2.224, + 2.229, 543, - 1.073, + 1.077, 545, - 4.459, + 4.472, 555, - 1.391, + 1.388, 560, - 1.689, + 1.696, 567, - 1.387, + 1.393, 573, - 2.139, + 2.145, 579, - 2.226, + 2.233, 583, - 1.657, + 1.664, 588, - 1.387, + 1.393, 590, - 1.108, + 1.112, 592, - 2.865, + 2.874, 594, - 1.232, + 1.237, 600, - 1.282, + 1.288, 608, - 2.824, + 2.832, 615, - 2.364, + 2.372, 622, - 1.296, + 1.301, 623, - 2.53, + 2.537, 642, - 2.888, + 2.897, 647, - 2.573, + 2.582, 659, - 2.534, + 2.542, 672, - 1.244, + 1.237, 673, - 5.301, + 5.31, 674, - 5.057, + 5.063, 675, - 1.025, + 1.029, 680, - 4.426, + 4.434, 681, - 2.177, + 2.184, 685, - 1.811, + 1.817, 686, - 1.441, + 1.447, 689, - 1.197, + 1.202, 691, - 1.359, + 1.364, 695, - 2.008, + 2.015, 701, - 2.334, + 2.342, 702, - 1.339, + 1.345, 703, - 1.048, + 1.053, 704, - 1.724, + 1.731, 710, - 1.296, + 1.301, 715, - 3.488, + 3.497, 735, - 2.131, + 2.138, 739, - 2.181, + 2.19, 740, - 1.355, + 1.36, 744, - 1.296, + 1.301, 751, - 2.305, + 2.312, 753, - 3.152, + 3.162, 759, - 3.675, + 3.686, 773, - 0.969, + 0.973, 817, - 2.017, + 2.025, 845, - 5.358, + 5.369, 854, - 1.481, + 1.487, 857, - 2.534, + 2.542, 860, - 1.355, + 1.36, 864, - 1.847, + 1.854, 890, - 4.577, + 4.585, 891, - 2.499, + 2.505, 894, - 1.056, + 1.061, 898, - 0.949, + 0.953, 901, - 1.155, + 1.16, 902, - 1.525, + 1.531, 915, - 3.62, + 3.625, 918, - 2.131, + 2.138, 923, - 2.177, + 2.184, 924, - 1.269, + 1.274, 935, - 1.324, + 1.33, 941, - 3.117, + 3.123, 944, - 1.371, + 1.376, 948, - 1.755, + 1.761, 969, - 1.628, + 1.634, 996, - 1.355, + 1.36, 999, - 1.232, + 1.237, 1010, - 1.099, + 1.103, 1034, - 1.025, + 1.029, 1047, - 4.346, + 4.352, 1060, - 2.496, + 2.505, 1064, - 2.793, + 2.801, 1066, - 1.048, + 1.053, 1067, - 1.451, + 1.456, 1071, - 1.525, + 1.508, 1097, - 2.754, + 2.763, 1103, - 2.927, + 2.937, 1104, - 1.984, + 1.99, 1131, - 2.824, + 2.832, 1133, - 3.488, + 3.497, 1135, - 3.842, + 3.853, 1137, - 3.972, + 3.982, 1140, - 1.232, + 1.237, 1142, - 2.294, + 2.19, 1220, - 3.534, + 3.544, 1235, - 1.724, + 1.731, 1239, - 2.445, + 2.455, 1272, - 1.186, + 1.191, 1314, - 2.994, + 3.004, 1323, - 1.856, + 1.862, 1324, - 1.387, + 1.393, 1363, - 2.092, + 2.1, 1378, - 3.47, + 3.48, 1411, - 1.145, + 1.15, 1413, - 2.705, + 2.714, 1460, - 1.502, + 1.508, 1473, - 1.897, + 1.904, 1476, - 2.181, + 2.1, 1479, - 2.614, + 2.623, 1487, - 2.017, + 2.025, 1499, - 1.6, + 1.606, 1541, - 2.395, + 2.403, 1558, - 1.657, + 1.664, 1575, - 6.071, + 6.086, 1649, - 1.405, + 1.41, 1655, - 1.405, + 1.41, 1661, - 1.339, + 1.345, 1662, - 1.176, + 1.181, 1681, - 3.778, + 3.785, 1684, - 1.548, + 1.555, 1685, - 2.017, + 2.025, 1686, - 2.017, + 2.025, 1687, - 2.754, + 2.763, 1716, - 3.152, + 3.162, 1769, - 1.232, + 1.237, 1804, - 2.131, + 2.138, 1807, - 1.282, + 1.288, 1839, - 1.897, + 1.904, 1840, - 4.534, + 4.543, 1866, - 3.251, + 3.26, 1868, - 1.724, + 1.731, 1884, - 1.136, + 1.14, 1895, - 1.689, + 1.696, 1901, - 1.548, + 1.555, 1911, - 1.371, + 1.376, 1920, - 1.244, + 1.249, 1941, - 2.092, + 2.1, 1949, - 2.017, + 2.025, 1988, - 2.092, + 2.1, 2012, - 4.459, + 4.472, 2013, - 3.937, + 3.949, 2024, - 1.209, + 1.214, 2026, - 1.761, + 1.768, 2049, - 1.689, + 1.696, 2072, - 1.802, + 1.809, 2080, - 4.966, + 4.977, 2101, - 1.657, + 1.664, 2110, - 2.181, + 2.19, 2114, - 4.196, + 4.206, 2115, - 2.181, + 2.19, 2139, - 2.017, + 2.025, 2182, - 2.278, + 2.286, 2189, - 1.481, + 1.487, 2201, - 3.812, + 3.825, 2223, - 2.445, + 2.455, 2226, - 1.724, + 1.696, 2259, - 3.351, + 3.363, 2260, - 1.953, + 1.961, 2264, - 3.476, + 3.487, 2300, - 1.847, + 1.854, 2315, - 4.651, + 4.664, 2317, - 1.953, + 1.961, 2403, - 1.897, + 1.904, 2423, - 3.351, + 3.363, 2442, - 3.245, + 3.256, 2468, - 2.092, + 2.1, 2514, - 4.343, + 4.352, 2546, - 3.245, + 3.256, 2550, - 1.548, + 1.555, 2582, - 1.548, + 1.531, 2690, - 1.548, + 1.555, 2787, - 2.181, + 2.19, 2801, - 1.953, + 1.961, 2808, - 3.625, + 3.637, 2848, - 2.181, + 2.19, 2951, - 2.092, + 2.1, 2954, - 1.802, + 1.809, 2962, - 2.017, + 2.025, 3079, - 3.245, + 3.256, 3082, - 2.445, + 2.455, 3139, - 2.017, + 2.025, 3192, - 1.953, + 1.961, 3217, - 2.181, + 2.19, 3218, - 1.897, + 1.904, 3306, - 2.017, + 2.025, 3320, - 3.245, + 3.256, 3342, - 1.657, + 1.664, 3343, - 4.459, + 4.472, 3355, - 4.459, + 4.472, 3389, - 2.181, + 2.19, 3474, - 1.847, + 1.854, 3475, - 2.181, + 2.19, 3559, - 2.092, + 2.1, 3597, - 1.897, + 1.904, 3599, - 2.927, + 2.937, 3616, - 1.953, + 1.961, 3625, - 2.294, + 2.303, 3638, - 2.017, + 2.025, 3657, - 3.812, + 3.825, 3659, - 2.445, + 2.455, 3830, - 2.181, + 2.19, 3901, - 2.181, + 2.19, 3963, - 2.445, + 2.455, 4028, - 2.181, + 2.19, 4090, - 1.953, + 1.961, 4109, - 2.181, + 2.19, 4155, - 2.294, + 2.303, 4386, - 2.294, + 2.303, 4431, - 2.445, + 2.303, 4439, - 6.071, + 6.086, 4465, - 1.802, + 1.809, 4466, - 1.847, + 1.854, 4532, - 2.181, + 2.19, 4548, - 3.351, + 3.363, 4590, - 2.445, + 2.455, 4820, - 2.673, + 2.684, 4821, - 2.181, + 2.19, 4822, - 2.673, + 2.684, 4823, - 2.445, + 2.455, 4824, - 2.673, + 2.684, 4825, - 2.673, + 2.684, 4826, - 2.673, + 2.684, 4827, - 2.673, + 2.684, 4828, - 2.673, + 2.684, 4829, - 2.673, + 2.684, 4830, - 2.673, + 2.684, 4831, - 2.673, + 2.684, 4832, - 1.802, + 1.809, 4833, - 2.673, + 2.684, 4834, - 2.673, + 2.684, 4835, - 2.445, + 2.455, 4836, - 2.673, + 2.684, 4837, - 2.294, + 2.303, 4838, - 2.673, + 2.684, 4839, - 2.673, + 2.684, 4840, - 2.673, + 2.684, 4841, - 2.445, + 2.455, 4842, - 2.673, + 2.684, 4843, - 2.445, + 2.455, 4844, - 4.891, + 4.905, 4845, - 2.294, + 2.303, 4846, - 2.673, + 2.684, 4847, - 3.812, + 3.825, 4848, - 4.443, + 4.458, 4849, - 2.017, + 2.025, 4850, - 1.953, + 1.961, 4851, - 2.673, + 2.684, 4852, - 2.673, + 2.684, 4853, - 5.7, + 5.716, 4854, - 5.7, + 5.716, 4855, - 4.443, + 4.458, 4856, - 2.673, + 2.684, 4857, - 2.573, + 2.582, 4858, - 2.673, + 2.684, 4859, - 2.673, + 2.684, 4860, - 2.445, + 2.455, 4861, - 2.445, + 2.455, 4862, - 4.891, + 4.905, 4863, - 4.443, + 4.458, 4864, - 2.017, + 1.961, 4865, - 4.443, + 4.458, 4866, - 2.445, + 2.455, 4867, - 2.294, + 2.303, 4868, - 4.443, + 4.458, 4869, - 6.071, + 6.086, 4870, - 2.673, + 2.684, 4871, - 2.445, + 2.455, 4872, - 2.673, + 2.684, 4873, - 4.443, + 4.458, 4874, - 2.181, + 2.19, 4875, - 1.953, + 1.961, 4876, - 1.953, + 1.961, 4877, - 2.445, + 2.455, 4878, - 4.443, + 4.458, 4879, - 2.673, + 2.684, 4880, - 1.953, + 1.961, 4881, - 2.445, + 2.455, 4882, - 2.673, + 2.684, 4883, - 2.673, + 2.684, 4884, - 2.673, + 2.684, 4885, - 2.673, + 2.684, 4886, - 2.445 + 2.455 ] ], [ @@ -38223,121 +38223,121 @@ "data/manuals/project-defignore", [ 2, - 1.999, + 2.002, 7, 1.414, 8, - 3.356, + 3.357, 10, - 1.707, + 1.709, 18, 1.118, 20, 1.43, 38, - 0.877, + 0.878, 39, - 2.082, + 2.083, 42, - 1.791, + 1.793, 46, - 1.607, + 1.608, 49, - 3.41, + 3.413, 56, - 3.073, + 3.077, 59, - 1.046, + 1.047, 72, - 2.628, + 2.631, 76, - 4.202, + 4.207, 77, - 1.635, + 1.637, 79, - 0.838, + 0.839, 91, - 3.671, + 3.673, 94, - 3.674, + 3.679, 99, - 1.0, + 1.001, 100, - 1.851, + 1.852, 102, - 2.03, + 2.022, 107, - 1.503, + 1.504, 109, - 2.963, + 2.945, 125, - 2.402, + 2.405, 126, - 1.567, + 1.569, 128, - 3.912, + 3.874, 148, - 1.62, + 1.622, 169, - 1.6, + 1.601, 194, - 1.441, + 1.443, 201, - 1.774, + 1.776, 204, - 8.114, + 8.118, 231, - 4.501, + 4.502, 268, - 1.612, + 1.614, 269, - 1.792, + 1.794, 285, - 3.537, + 3.541, 387, - 2.785, + 2.788, 471, - 2.644, + 2.646, 561, - 3.126, + 3.128, 675, - 3.028, + 3.032, 832, - 3.788, + 3.792, 931, - 2.185, + 2.165, 960, - 3.604, + 3.574, 996, - 4.998, + 5.002, 1028, - 6.178, + 6.185, 1067, - 2.58, + 2.583, 1323, - 3.298, + 3.302, 1411, - 3.383, + 3.387, 1648, - 5.625, + 5.629, 1774, - 4.002, + 4.006, 1797, - 5.092, + 5.098, 2171, - 7.43, + 7.434, 2244, - 5.455, + 5.461, 3208, - 9.019, + 9.026, 4385, - 7.221, + 7.23, 4887, - 7.221, + 7.23, 4888, - 9.863, + 9.87, 4889, - 9.863 + 9.87 ] ], [ @@ -38351,435 +38351,435 @@ "data/manuals/debugging-native-code-ios", [ 0, - 0.563, + 0.564, 1, - 1.175, + 1.178, 2, - 1.163, + 1.166, 3, - 1.205, + 1.209, 4, - 1.205, + 1.209, 5, - 1.212, + 1.215, 6, - 1.212, + 1.215, 7, 1.599, 8, - 2.268, + 2.272, 9, - 1.558, + 1.562, 10, - 0.993, + 0.996, 12, - 4.091, + 4.097, 18, - 1.131, + 1.132, 20, - 1.272, + 1.274, 22, - 1.887, + 1.893, 27, - 2.66, + 2.668, 29, - 3.464, + 3.475, 36, - 1.788, + 1.79, 38, - 0.996, + 0.997, 43, - 2.383, + 2.39, 46, - 1.156, + 1.159, 55, - 3.889, + 3.896, 56, - 1.787, + 1.793, 57, - 0.871, + 0.873, 59, - 0.864, + 0.865, 77, - 0.951, + 0.954, 79, 0.925, 86, - 1.491, + 1.496, 90, - 1.932, + 1.936, 91, - 3.422, + 3.426, 99, - 1.02, + 1.021, 100, - 1.277, + 1.28, 103, - 1.057, + 1.06, 106, - 0.823, + 0.825, 109, - 1.723, + 1.716, 110, - 3.782, + 3.787, 113, - 1.796, + 1.799, 122, - 1.43, + 1.434, 126, - 0.911, + 0.914, 135, - 2.66, + 2.668, 142, - 1.365, + 1.369, 143, - 2.226, + 2.233, 148, - 1.663, + 1.666, 150, - 2.423, + 2.427, 153, - 2.275, + 2.277, 158, - 1.989, + 1.994, 169, - 1.492, + 1.493, 170, - 1.761, + 1.766, 177, - 1.405, + 1.409, 178, - 1.711, + 1.716, 194, - 0.838, + 0.84, 196, - 2.803, + 2.808, 197, - 2.785, + 2.79, 198, - 2.441, + 2.445, 201, - 1.529, + 1.532, 207, - 1.528, + 1.533, 208, - 2.993, + 3.0, 210, - 2.752, + 2.758, 224, - 2.902, + 2.911, 226, - 1.893, + 1.898, 229, - 0.842, + 0.844, 236, - 5.023, + 5.028, 241, - 0.983, + 0.986, 246, - 3.025, + 3.034, 247, - 2.681, + 2.686, 256, - 1.032, + 1.035, 257, - 1.814, + 1.82, 268, - 1.655, + 1.658, 272, - 3.464, + 3.475, 273, - 1.68, + 1.683, 280, - 3.179, + 3.185, 290, - 2.648, + 2.654, 292, - 3.84, + 3.846, 313, - 3.515, + 3.52, 332, - 1.528, + 1.533, 333, - 2.535, + 2.539, 341, - 2.226, + 2.209, 390, - 1.934, + 1.94, 452, - 1.978, + 1.983, 454, - 1.828, + 1.834, 457, - 1.63, + 1.635, 467, - 3.025, + 3.034, 479, - 1.723, + 1.728, 490, - 1.918, + 1.924, 495, - 3.747, + 3.758, 552, - 1.365, + 1.369, 553, - 1.641, + 1.646, 555, - 1.438, + 1.434, 590, - 1.902, + 1.908, 594, - 2.116, + 2.122, 633, - 4.108, + 4.116, 635, - 6.306, + 6.314, 640, - 3.258, + 3.268, 642, - 3.448, + 3.456, 674, - 2.301, + 2.307, 685, - 2.774, + 2.78, 691, - 2.082, + 2.087, 702, - 2.301, + 2.307, 744, - 5.276, + 5.28, 745, - 4.701, + 4.711, 765, - 1.609, + 1.614, 771, - 2.137, + 2.143, 774, - 2.076, + 2.082, 801, - 2.25, + 2.257, 808, - 2.443, + 2.451, 809, - 2.581, + 2.588, 852, - 6.612, + 6.621, 878, - 2.961, + 2.97, 902, - 2.619, + 2.627, 961, - 4.701, + 4.711, 969, - 2.796, + 2.804, 982, - 5.364, + 5.372, 996, - 2.327, + 2.334, 1047, - 2.18, + 2.187, 1066, - 2.668, + 2.674, 1067, - 1.5, + 1.505, 1103, - 4.483, + 4.493, 1104, - 2.368, + 2.374, 1142, - 3.94, + 3.758, 1174, - 4.199, + 4.212, 1176, - 3.095, + 3.105, 1202, - 2.18, + 2.187, 1260, - 2.702, + 2.71, 1332, - 2.752, + 2.758, 1403, - 2.18, + 2.187, 1411, - 2.915, + 2.922, 1601, - 3.464, + 3.475, 1769, - 4.781, + 4.786, 1774, - 2.327, + 2.334, 1804, - 3.264, + 3.271, 1874, - 2.702, + 2.71, 1884, - 1.951, + 1.956, 1896, - 3.095, + 3.105, 1920, - 4.171, + 4.178, 1955, - 3.258, + 3.268, 1961, - 2.796, + 2.804, 1989, - 2.619, + 2.627, 1990, - 5.341, + 5.35, 2006, - 2.413, + 2.42, 2027, - 4.016, + 4.023, 2029, - 3.354, + 3.364, 2031, - 3.593, + 3.603, 2054, - 2.619, + 2.627, 2105, - 3.025, + 3.034, 2121, - 2.702, + 2.71, 2191, - 3.172, + 3.182, 2261, - 2.581, + 2.588, 2268, - 2.443, + 2.451, 2286, - 2.847, + 2.855, 2358, - 2.847, + 2.855, 2360, - 2.475, + 2.483, 2434, - 4.828, + 4.838, 2455, - 3.593, + 3.603, 2514, - 2.509, + 2.516, 2580, - 3.464, + 3.475, 2626, - 5.553, + 5.565, 2631, - 2.902, + 2.911, 2775, - 2.475, + 2.483, 2941, - 5.751, + 5.761, 2944, - 3.593, + 3.603, 2949, - 4.199, + 4.212, 2951, - 3.593, + 3.603, 2981, - 3.172, + 3.182, 2998, - 3.464, + 3.475, 3000, - 3.593, + 3.603, 3001, - 3.94, + 3.952, 3030, - 3.747, + 3.758, 3176, - 3.464, + 3.475, 3178, - 3.464, + 3.475, 3180, - 3.94, + 3.952, 3181, - 3.593, + 3.603, 3187, - 4.199, + 4.212, 3220, - 4.199, + 4.212, 3254, - 3.94, + 3.952, 3269, - 5.839, + 5.852, 3694, - 9.339, + 9.346, 4075, - 3.94, + 3.952, 4595, - 2.961, + 2.911, 4890, - 3.94, + 3.952, 4891, - 6.805, + 6.82, 4892, - 4.199, + 4.212, 4893, - 4.592, + 4.606, 4894, - 4.592, + 4.606, 4895, - 4.592, + 4.606, 4896, - 9.488, + 9.497, 4897, - 4.199, + 4.212, 4898, - 4.592, + 4.606, 4899, - 4.592, + 4.606, 4900, - 6.805, + 6.82, 4901, - 4.592, + 4.606, 4902, - 4.592, + 4.606, 4903, - 4.592, + 4.606, 4904, - 4.592, + 4.606, 4905, - 5.839, + 5.852, 4906, - 8.107, + 8.121, 4907, - 4.592, + 4.606, 4908, - 4.592, + 4.606, 4909, - 4.592, + 4.606, 4910, - 4.199, + 4.212, 4911, - 4.592, + 4.606, 4912, - 4.592, + 4.606, 4913, - 4.199, + 4.212, 4914, - 4.592, + 4.606, 4915, - 4.199, + 4.212, 4916, - 4.199, + 4.212, 4917, - 4.592, + 4.606, 4918, - 3.593, + 3.603, 4919, - 4.592, + 4.606, 4920, - 4.592, + 4.606, 4921, - 4.592, + 4.606, 4922, - 3.94, + 3.952, 4923, - 4.199, + 4.212, 4924, - 8.965, + 8.978, 4925, - 4.592, + 4.606, 4926, - 4.592 + 4.606 ] ], [ @@ -38793,407 +38793,407 @@ "data/manuals/getting-help", [ 0, - 0.591, + 0.592, 1, - 1.233, + 1.237, 2, - 1.221, + 1.224, 3, - 1.265, + 1.269, 4, - 2.189, + 2.193, 5, - 1.272, + 1.276, 6, - 1.272, + 1.276, 7, - 1.566, + 1.567, 9, - 2.392, + 2.397, 10, - 1.042, + 1.045, 18, 1.082, 20, - 1.298, + 1.299, 29, - 3.637, + 3.647, 36, - 1.83, + 1.833, 38, - 0.783, + 0.785, 39, - 1.018, + 1.021, 42, - 1.515, + 1.517, 46, - 1.393, + 1.395, 49, - 3.173, + 3.178, 57, - 1.067, + 1.069, 59, - 0.975, + 0.976, 60, - 1.341, + 1.345, 62, - 1.595, + 1.599, 73, - 2.792, + 2.8, 77, - 1.901, + 1.903, 79, - 1.007, + 1.008, 93, - 3.109, + 3.118, 99, 1.074, 100, - 1.323, + 1.326, 103, - 1.92, + 1.923, 105, - 1.934, + 1.94, 106, - 1.494, + 1.496, 107, - 2.005, + 2.007, 108, - 1.417, + 1.421, 109, - 1.809, + 1.801, 110, - 2.787, + 2.793, 111, - 2.014, + 2.02, 113, - 1.413, + 1.416, 121, - 2.333, + 2.338, 126, - 1.938, + 1.941, 148, - 1.447, + 1.45, 150, - 1.786, + 1.789, 153, - 2.501, + 2.503, 169, - 0.717, + 0.719, 171, - 3.616, + 3.624, 194, - 1.287, + 1.29, 197, - 2.423, + 2.428, 198, - 2.499, + 2.503, 201, - 1.083, + 1.086, 202, - 1.575, + 1.57, 206, - 2.337, + 2.344, 208, - 2.12, + 2.126, 210, - 1.95, + 1.955, 216, - 2.787, + 2.793, 226, - 1.341, + 1.345, 229, - 1.87, + 1.872, 230, - 1.678, + 1.683, 231, - 2.646, + 2.652, 241, - 1.786, + 1.789, 249, - 2.313, + 2.319, 256, - 1.083, + 1.086, 268, - 1.874, + 1.876, 269, - 1.6, + 1.604, 273, - 2.41, + 2.413, 309, - 4.15, + 4.159, 313, - 1.89, + 1.896, 324, - 2.75, + 2.757, 333, - 1.363, + 1.367, 353, - 1.934, + 1.925, 362, - 3.25, + 3.259, 387, - 1.7, + 1.705, 390, - 2.971, + 2.977, 402, - 2.565, + 2.573, 434, - 2.243, + 2.25, 452, - 2.05, + 2.055, 454, - 3.321, + 3.326, 457, - 2.504, + 2.509, 459, - 2.243, + 2.25, 469, - 2.443, + 2.45, 479, - 1.809, + 1.814, 481, - 4.085, + 4.031, 522, - 2.388, + 2.395, 543, - 1.934, + 1.94, 552, - 1.433, + 1.438, 554, - 2.646, + 2.652, 555, - 1.51, + 1.505, 567, - 2.502, + 2.509, 577, - 1.89, + 1.896, 581, - 2.599, + 2.606, 601, - 1.747, + 1.752, 602, - 1.95, + 1.955, 603, - 2.946, + 2.952, 614, - 1.89, + 1.896, 619, - 3.637, + 3.531, 634, - 1.905, + 1.91, 636, - 3.745, + 3.749, 638, - 4.457, + 4.466, 646, - 2.443, + 2.45, 672, - 2.243, + 2.228, 674, - 2.415, + 2.422, 681, - 3.456, + 3.463, 685, - 2.875, + 2.881, 702, - 2.415, + 2.422, 703, - 1.89, + 1.896, 705, - 3.176, + 3.185, 747, - 2.709, + 2.717, 758, - 2.14, + 2.146, 770, - 3.772, + 3.783, 772, - 3.33, + 3.34, 773, - 3.325, + 3.33, 774, - 3.189, + 3.195, 826, - 2.533, + 2.54, 894, - 1.905, + 1.91, 910, - 4.883, + 4.89, 911, - 2.671, + 2.678, 923, - 3.456, + 3.463, 931, - 1.334, + 1.324, 948, - 1.905, + 1.91, 975, - 2.313, + 2.319, 979, - 2.179, + 2.186, 995, - 6.965, + 6.97, 1043, - 3.048, + 3.054, 1064, - 2.362, + 2.369, 1076, - 3.772, + 3.783, 1104, - 3.551, + 3.554, 1109, - 4.043, + 4.05, 1121, - 3.33, + 3.34, 1126, - 3.533, + 3.501, 1127, - 3.521, + 3.531, 1184, - 3.047, + 3.055, 1267, - 4.872, + 4.882, 1278, - 7.488, + 7.499, 1374, - 4.408, + 4.421, 1416, - 6.34, + 6.348, 1457, - 5.4, + 5.408, 1535, - 4.408, + 4.421, 1541, - 2.599, + 2.606, 1631, - 4.373, + 4.382, 1636, - 4.085, + 4.093, 1640, - 3.772, + 3.783, 1648, - 2.75, + 2.757, 1696, - 4.294, + 4.303, 1767, - 2.837, + 2.845, 1863, - 5.518, + 5.53, 1866, - 2.75, + 2.757, 1868, - 3.109, + 3.118, 1882, - 2.14, + 2.146, 1886, - 3.637, + 3.647, 1925, - 3.934, + 3.945, 1984, - 3.637, + 3.647, 2006, - 5.131, + 5.137, 2035, - 5.17, + 5.179, 2062, - 3.637, + 3.647, 2220, - 4.22, + 4.229, 2329, - 4.137, + 4.149, 2330, - 6.433, + 6.441, 2331, - 4.137, + 4.149, 2336, - 5.621, + 5.631, 2354, - 3.42, + 3.43, 2433, - 2.884, + 2.893, 2494, - 3.772, + 3.783, 2591, - 3.25, + 3.259, 2852, - 3.521, + 3.531, 2954, - 3.25, + 3.259, 2963, - 6.052, + 6.065, 3014, - 3.772, + 3.783, 3040, - 4.408, + 4.421, 3242, - 3.637, + 3.647, 3247, - 3.521, + 3.531, 3342, - 2.989, + 2.997, 3362, - 4.408, + 4.421, 3693, - 4.548, + 4.557, 3727, - 2.884, + 2.893, 3853, - 3.934, + 3.945, 4104, - 2.989, + 2.997, 4252, - 3.42, + 3.43, 4738, - 6.052, + 6.065, 4927, - 4.137, + 4.149, 4928, - 4.821, + 4.835, 4929, - 7.053, + 7.068, 4930, - 7.626, + 7.639, 4931, - 4.821, + 4.835, 4932, - 4.821, + 4.835, 4933, - 4.821, + 4.835, 4934, - 7.488, + 7.499, 4935, - 6.449, + 6.463, 4936, - 8.34, + 8.354, 4937, - 7.053, + 7.068, 4938, - 7.626, + 7.639, 4939, - 4.821, + 4.835, 4940, - 4.137, + 4.149, 4941, - 4.821, + 4.835, 4942, - 4.821, + 4.835, 4943, - 4.137, + 4.149, 4944, - 4.821, + 4.835, 4945, - 4.821, + 4.835, 4946, - 6.449, + 6.463, 4947, - 4.821, + 4.835, 4948, - 4.821, + 4.835, 4949, - 4.821, + 4.835, 4950, - 4.821 + 4.835 ] ], [ @@ -39207,169 +39207,169 @@ "data/manuals/windows", [ 0, - 0.958, + 0.96, 1, - 2.001, + 2.003, 2, - 1.98, + 1.983, 3, - 2.053, + 2.056, 4, - 2.053, + 2.056, 5, - 2.064, + 2.067, 6, - 2.064, + 2.067, 7, 1.572, 8, - 3.141, + 3.142, 12, - 3.57, + 3.574, 18, - 1.013, + 1.014, 36, - 1.56, + 1.562, 38, - 1.089, + 1.09, 39, - 1.651, + 1.653, 46, - 1.116, + 1.117, 57, - 1.001, + 1.002, 59, - 0.706, + 0.707, 77, - 1.62, + 1.622, 79, 0.91, 99, 0.695, 102, - 2.011, + 2.003, 113, - 1.567, + 1.569, 126, - 1.553, + 1.555, 148, - 1.605, + 1.607, 150, - 2.711, + 2.713, 153, - 1.775, + 1.777, 194, - 1.427, + 1.429, 198, - 2.13, + 2.133, 226, - 2.177, + 2.179, 241, - 2.099, + 2.101, 256, - 1.758, + 1.76, 290, - 3.044, + 3.048, 292, - 3.351, + 3.355, 333, - 2.212, + 2.215, 350, - 4.68, + 4.686, 368, - 2.224, + 2.227, 380, - 2.777, + 2.781, 383, - 5.153, + 5.16, 425, - 4.461, + 4.467, 455, - 5.901, + 5.908, 553, - 2.796, + 2.799, 592, - 7.24, + 7.243, 601, - 2.834, + 2.838, 602, - 3.163, + 3.167, 623, - 4.351, + 4.355, 649, - 4.68, + 4.686, 676, - 3.57, + 3.574, 683, - 3.323, + 3.327, 751, - 3.163, + 3.167, 932, - 5.549, + 5.556, 934, - 5.549, + 5.556, 936, - 7.055, + 7.059, 1323, - 3.267, + 3.271, 1558, - 4.849, + 4.856, 1570, - 5.272, + 5.279, 1655, - 4.11, + 4.115, 1933, - 5.217, + 5.221, 1961, - 5.969, + 5.974, 1997, - 4.461, + 4.467, 1999, - 4.333, + 4.339, 2123, - 5.592, + 5.596, 2164, - 3.38, + 3.384, 2260, - 5.713, + 5.72, 2279, - 5.901, + 5.908, 2862, - 7.153, + 7.162, 2964, - 6.383, + 6.391, 4012, - 6.383, + 6.391, 4596, - 6.383, + 6.391, 4951, - 11.227, + 11.232, 4952, - 7.822, + 7.832, 4953, - 7.822, + 7.832, 4954, - 7.822, + 7.832, 4955, - 7.822, + 7.832, 4956, - 9.805, + 9.812, 4957, - 7.153, + 7.162, 4958, - 7.822, + 7.832, 4959, - 7.822, + 7.832, 4960, - 7.822, + 7.832, 4961, - 7.822, + 7.832, 4962, - 7.822, + 7.832, 4963, - 7.822, + 7.832, 4964, - 7.822 + 7.832 ] ], [ @@ -39383,539 +39383,539 @@ "data/manuals/debugging-native-code", [ 0, - 0.454, + 0.456, 1, - 0.948, + 0.952, 2, - 0.939, + 0.942, 3, - 0.973, + 0.977, 4, - 0.973, + 0.977, 5, - 0.978, + 0.982, 6, - 0.978, + 0.982, 7, 1.567, 8, - 2.984, + 2.987, 10, - 0.802, + 0.804, 18, 1.142, 20, - 1.325, + 1.326, 36, - 1.736, + 1.739, 38, - 1.137, + 1.138, 42, - 0.673, + 0.676, 46, - 1.586, + 1.587, 49, - 2.0, + 2.005, 55, - 1.779, + 1.785, 57, - 1.233, + 1.234, 59, - 0.899, + 0.901, 60, - 1.978, + 1.983, 72, - 2.898, + 2.902, 77, - 1.663, + 1.666, 78, - 1.646, + 1.651, 79, - 0.944, + 0.945, 94, - 1.725, + 1.731, 99, - 1.014, + 1.015, 100, - 1.507, + 1.51, 103, - 1.637, + 1.64, 106, - 1.652, + 1.655, 107, - 2.03, + 2.032, 108, - 2.09, + 2.095, 113, - 1.744, + 1.747, 122, - 1.801, + 1.805, 125, - 1.128, + 1.132, 126, - 1.148, + 1.151, 139, - 2.147, + 2.155, 142, - 1.102, + 1.106, 148, - 2.045, + 2.047, 150, - 2.335, + 2.339, 153, - 2.628, + 2.63, 158, - 2.078, + 2.083, 169, - 1.195, + 1.197, 171, - 3.645, + 3.653, 194, - 0.677, + 0.679, 196, - 1.282, + 1.287, 198, - 2.371, + 2.375, 204, - 2.797, + 2.807, 208, - 1.631, + 1.636, 210, - 1.5, + 1.505, 229, - 1.303, + 1.306, 236, - 4.621, + 4.628, 241, - 1.864, + 1.867, 256, - 1.956, + 1.96, 268, - 1.967, + 1.97, 269, - 2.093, + 2.096, 273, - 1.755, + 1.759, 280, - 1.454, + 1.459, 285, - 1.661, + 1.667, 313, - 2.268, + 2.274, 323, - 2.218, + 2.226, 333, - 2.271, + 2.275, 353, - 1.488, + 1.481, 391, - 2.299, + 2.307, 392, - 1.299, + 1.304, 433, - 1.511, + 1.517, 434, - 2.691, + 2.698, 439, - 2.499, + 2.508, 441, - 1.858, + 1.864, 452, - 1.078, + 1.082, 456, - 1.999, + 2.006, 457, - 1.316, + 1.321, 471, - 1.55, + 1.554, 472, - 1.709, + 1.714, 485, - 2.797, + 2.807, 510, - 2.124, + 2.13, 552, - 2.387, + 2.392, 554, - 1.391, + 1.396, 555, - 1.161, + 1.159, 556, - 1.524, + 1.529, 561, - 1.175, + 1.179, 591, - 2.443, + 2.451, 594, - 1.709, + 1.714, 615, - 3.077, + 3.085, 623, - 1.646, + 1.651, 629, - 1.115, + 1.119, 636, - 1.422, + 1.427, 642, - 3.603, + 3.611, 646, - 1.879, + 1.886, 668, - 3.025, + 3.036, 673, - 3.349, + 3.358, 682, - 3.391, + 3.402, 685, - 1.511, + 1.517, 695, - 1.676, + 1.682, 703, - 1.454, + 1.459, 709, - 2.343, + 2.351, 710, - 1.797, + 1.804, 711, - 4.804, + 4.814, 713, - 1.973, + 1.955, 715, - 3.038, + 3.047, 744, - 5.253, + 5.258, 773, - 2.095, + 2.101, 787, - 2.708, + 2.718, 801, - 1.817, + 1.823, 809, - 2.084, + 2.091, 826, - 1.948, + 1.955, 832, - 1.779, + 1.785, 845, - 2.499, + 2.508, 852, - 7.678, + 7.684, 857, - 3.298, + 3.307, 861, - 2.499, + 2.508, 894, - 2.285, + 2.291, 905, - 2.182, + 2.19, 910, - 1.973, + 1.98, 916, - 2.708, + 2.718, 918, - 3.852, + 3.859, 944, - 2.965, + 2.973, 948, - 1.465, + 1.47, 950, - 2.443, + 2.451, 969, - 2.257, + 2.265, 996, - 2.931, + 2.939, 1034, - 2.218, + 2.224, 1043, - 1.602, + 1.608, 1066, - 3.149, + 3.155, 1104, - 1.291, + 1.295, 1131, - 2.865, + 2.873, 1270, - 2.901, + 2.911, 1283, - 2.026, + 2.033, 1284, - 2.391, + 2.399, 1304, - 2.182, + 2.19, 1323, - 1.549, + 1.554, 1337, - 2.391, + 2.399, 1361, - 2.443, + 2.451, 1382, - 2.054, + 2.061, 1412, - 2.499, + 2.508, 1482, - 2.708, + 2.718, 1502, - 1.901, + 1.908, 1507, - 2.299, + 2.307, 1511, - 1.999, + 2.006, 1570, - 2.499, + 2.508, 1596, - 1.973, + 1.98, 1597, - 5.58, + 5.587, 1621, - 2.931, + 2.939, 1628, - 1.536, + 1.541, 1632, - 2.343, + 2.351, 1697, - 2.391, + 2.399, 1767, - 3.403, + 3.412, 1769, - 1.709, + 1.714, 1804, - 1.779, + 1.785, 1806, - 2.561, + 2.57, 1807, - 1.779, + 1.785, 1840, - 2.115, + 2.122, 1841, - 2.147, + 2.155, 1866, - 2.115, + 2.122, 1874, - 2.182, + 2.19, 1884, - 2.456, + 2.463, 1885, - 2.147, + 2.155, 1893, - 2.218, + 2.226, 1911, - 2.965, + 2.973, 1920, - 4.637, + 4.643, 1934, - 2.901, + 2.911, 1937, - 2.901, + 2.911, 1938, - 8.843, + 8.85, 1939, - 4.224, + 4.235, 1941, - 4.524, + 4.537, 1942, - 2.084, + 2.091, 1989, - 4.58, + 4.588, 1990, - 2.443, + 2.451, 1994, - 2.708, + 2.718, 1997, - 3.298, + 3.307, 1999, - 4.448, + 4.457, 2022, - 4.962, + 4.976, 2024, - 3.936, + 3.943, 2027, - 3.522, + 3.53, 2029, - 2.708, + 2.718, 2054, - 3.298, + 3.307, 2084, - 2.391, + 2.399, 2136, - 2.443, + 2.451, 2138, - 3.025, + 3.036, 2193, - 3.025, + 3.036, 2194, - 3.349, + 3.358, 2195, - 3.182, + 3.193, 2196, - 3.025, + 3.036, 2261, - 2.084, + 2.091, 2314, - 2.901, + 2.911, 2337, - 2.63, + 2.64, 2433, - 4.254, + 4.263, 2440, - 1.797, + 1.804, 2441, - 3.038, + 3.047, 2514, - 2.026, + 2.033, 2631, - 2.343, + 2.351, 2753, - 2.901, + 2.911, 2775, - 1.999, + 2.006, 2778, - 2.443, + 2.451, 2859, - 3.391, + 3.402, 2941, - 2.63, + 2.64, 2944, - 2.901, + 2.911, 2971, - 2.797, + 2.807, 2999, - 6.058, + 6.069, 3078, - 2.901, + 2.911, 3177, - 4.362, + 4.374, 3181, - 2.901, + 2.911, 3218, - 2.63, + 2.64, 3224, - 4.683, + 4.694, 3240, - 3.391, + 3.402, 3261, - 2.797, + 2.807, 3268, - 3.025, + 3.036, 3276, - 3.182, + 3.193, 3306, - 2.797, + 2.807, 3342, - 2.299, + 2.307, 3348, - 3.391, + 3.402, 3610, - 1.999, + 2.006, 3693, - 5.178, + 5.188, 3694, - 3.182, + 3.193, 4098, - 2.299, + 2.307, 4510, - 3.182, + 3.193, 4533, - 2.63, + 2.64, 4621, - 2.299, + 2.307, 4804, - 3.182, + 3.193, 4823, - 3.391, + 3.402, 4847, - 3.182, + 3.193, 4892, - 3.391, + 3.402, 4896, - 3.391, + 3.402, 4897, - 3.391, + 3.402, 4965, - 3.708, + 3.721, 4966, - 3.708, + 3.721, 4967, - 3.391, + 3.402, 4968, - 2.901, + 2.911, 4969, - 2.797, + 2.807, 4970, - 7.109, + 7.125, 4971, - 3.708, + 3.721, 4972, - 2.901, + 2.911, 4973, - 3.708, + 3.721, 4974, - 3.708, + 3.721, 4975, - 3.708, + 3.721, 4976, - 9.225, + 9.238, 4977, - 9.113, + 9.124, 4978, - 5.783, + 5.799, 4979, - 5.783, + 5.799, 4980, - 5.783, + 5.799, 4981, - 5.783, + 5.799, 4982, - 3.708, + 3.721, 4983, - 3.708, + 3.721, 4984, - 3.708, + 3.721, 4985, - 3.708, + 3.721, 4986, - 3.391, + 3.402, 4987, - 3.708, + 3.721, 4988, - 3.708, + 3.721, 4989, - 3.391, + 3.402, 4990, - 3.708, + 3.721, 4991, - 3.708, + 3.721, 4992, - 3.708, + 3.721, 4993, - 3.708, + 3.721, 4994, - 5.783, + 5.799, 4995, - 3.708, + 3.721, 4996, - 3.708, + 3.721, 4997, - 3.391, + 3.402, 4998, - 7.109, + 7.125, 4999, - 6.501, + 6.515, 5000, - 5.783, + 5.799, 5001, - 3.708, + 3.721, 5002, - 5.783, + 5.799, 5003, - 3.708, + 3.721, 5004, - 3.708, + 3.721, 5005, - 3.708, + 3.721, 5006, - 3.708, + 3.721, 5007, - 3.708 + 3.721 ] ], [ @@ -39963,7 +39963,7 @@ 46, 1.397, 56, - 3.811, + 3.812, 91, 3.343, 99, @@ -39971,13 +39971,13 @@ 106, 1.754, 505, - 5.021, + 5.022, 561, 3.104, 849, - 4.346, + 4.347, 3865, - 7.991 + 7.992 ] ], [ @@ -39991,235 +39991,235 @@ "data/manuals/gui-pie", [ 0, - 0.804, + 0.806, 1, - 1.679, + 1.682, 2, - 1.662, + 1.665, 3, - 1.723, + 1.726, 4, - 1.723, + 1.726, 5, - 1.732, + 1.735, 6, - 1.732, + 1.735, 7, - 1.483, + 1.484, 10, - 1.419, + 1.422, 18, 1.141, 20, - 0.872, + 0.874, 38, - 0.729, + 0.73, 57, - 1.512, + 1.513, 58, - 5.11, + 5.115, 59, - 0.79, + 0.791, 60, - 1.826, + 1.83, 70, - 2.764, + 2.77, 77, - 1.813, + 1.815, 79, 0.837, 82, - 4.424, + 4.432, 83, - 6.773, + 6.779, 90, - 1.564, + 1.567, 92, - 3.512, + 3.517, 95, - 5.499, + 5.501, 99, - 1.02, + 1.021, 102, - 1.687, + 1.682, 106, - 1.176, + 1.178, 113, - 1.315, + 1.318, 121, - 2.171, + 2.175, 123, - 5.135, + 5.145, 125, - 1.996, + 2.0, 126, - 1.737, + 1.739, 132, - 2.255, + 2.259, 142, - 2.602, + 2.606, 151, - 2.719, + 2.702, 152, - 4.232, + 4.24, 153, - 1.489, + 1.492, 158, - 1.919, + 1.922, 160, - 1.94, + 1.933, 169, - 0.976, + 0.978, 185, - 4.628, + 4.632, 196, - 2.27, + 2.274, 212, - 3.054, + 3.06, 218, - 7.985, + 7.989, 222, - 5.632, + 5.643, 229, - 1.203, + 1.206, 237, - 4.033, + 4.038, 248, - 3.927, + 3.934, 257, - 2.593, + 2.598, 261, - 2.788, + 2.793, 268, - 1.34, + 1.343, 269, - 2.234, + 2.236, 290, - 2.554, + 2.559, 302, - 6.986, + 6.993, 303, - 7.924, + 7.93, 304, - 6.35, + 6.356, 305, - 3.801, + 3.808, 306, - 2.887, + 2.892, 307, - 3.801, + 3.808, 308, - 7.992, + 7.997, 310, - 8.45, + 8.458, 311, - 7.056, + 7.06, 312, - 5.632, + 5.643, 313, - 2.574, + 2.579, 314, - 4.718, + 4.724, 315, - 4.069, + 4.077, 316, - 5.531, + 5.538, 317, - 3.862, + 3.87, 330, - 2.093, + 2.097, 333, - 1.856, + 1.86, 357, - 4.424, + 4.432, 368, - 1.866, + 1.87, 380, - 2.33, + 2.335, 400, - 5.899, + 5.907, 414, - 4.324, + 4.332, 524, - 3.298, + 3.301, 526, - 4.324, + 4.332, 541, - 3.492, + 3.499, 601, - 2.378, + 2.383, 691, - 2.008, + 2.012, 775, - 3.636, + 3.643, 1016, - 4.147, + 4.155, 1029, - 3.216, + 3.188, 1034, - 3.356, + 3.36, 1157, - 3.448, + 3.455, 1182, - 6.002, + 6.013, 1260, - 3.862, + 3.87, 1472, - 2.94, + 2.945, 1526, - 4.794, + 4.803, 1592, - 4.656, + 4.665, 2006, - 3.448, + 3.455, 2352, - 6.603, + 6.611, 2379, - 4.232, + 4.24, 2602, - 5.632, + 5.643, 2603, - 5.355, + 5.366, 2604, - 5.632, + 5.643, 2606, - 5.632, + 5.643, 2640, - 4.656, + 4.665, 2698, - 8.003, + 8.014, 3084, - 4.534, + 4.543, 3750, - 5.632, + 5.643, 3888, - 4.794, + 4.803, 5008, - 6.563, + 6.576, 5009, - 6.563, + 6.576, 5010, - 6.002, + 6.013, 5011, - 6.002, + 6.013, 5012, - 6.563, + 6.576, 5013, - 11.255, + 11.261, 5014, - 6.563, + 6.576, 5015, - 6.002, + 6.013, 5016, - 6.002, + 6.013, 5017, - 6.002, + 6.013, 5018, - 6.002, + 6.013, 5019, - 5.632, + 5.643, 5020, - 6.002 + 6.013 ] ], [ @@ -40235,57 +40235,57 @@ 7, 1.618, 10, - 1.914, + 1.916, 18, 1.021, 113, - 1.774, + 1.775, 150, - 2.242, + 2.243, 290, - 3.446, + 3.448, 334, - 5.86, + 5.862, 799, - 6.44, + 6.442, 923, - 4.339, + 4.342, 926, - 6.468, + 6.472, 935, - 4.387, + 4.39, 1507, - 6.558, + 6.56, 1933, - 4.712, + 4.715, 2099, - 8.097, + 8.103, 2120, - 6.68, + 6.684, 2122, - 6.68, + 6.684, 2554, - 5.298, + 5.302, 4880, - 7.726, + 7.729, 5021, - 8.855, + 8.861, 5022, - 8.855, + 8.861, 5023, - 8.855, + 8.861, 5024, - 8.855, + 8.861, 5025, - 8.855, + 8.861, 5026, - 8.855, + 8.861, 5027, - 8.855, + 8.861, 5028, - 8.855, + 8.861, 5029, - 8.855 + 8.861 ] ], [ @@ -40299,433 +40299,433 @@ "data/manuals/live-update-aws", [ 0, - 0.449, + 0.451, 1, - 0.938, + 0.942, 2, - 0.929, + 0.932, 3, - 0.963, + 0.966, 4, - 0.963, + 0.966, 5, - 0.968, + 0.971, 6, - 0.968, + 0.971, 7, - 1.499, + 1.5, 8, - 2.233, + 2.238, 10, - 0.793, + 0.796, 18, - 1.122, + 1.123, 20, - 1.414, + 1.415, 38, - 1.134, + 1.135, 39, - 1.49, + 1.494, 40, - 3.148, + 3.159, 42, - 1.042, + 1.045, 46, - 1.456, + 1.458, 49, - 1.983, + 1.989, 52, - 2.198, + 2.202, 56, - 2.232, + 2.238, 59, 1.037, 60, - 1.021, + 1.024, 62, - 3.038, + 3.042, 63, - 1.778, + 1.785, 77, - 1.188, + 1.191, 79, 1.03, 91, - 1.252, + 1.257, 92, - 2.301, + 2.308, 99, 1.061, 100, - 1.626, + 1.628, 102, - 0.943, + 0.942, 103, - 1.32, + 1.324, 106, - 1.828, + 1.83, 107, - 1.648, + 1.651, 108, - 1.079, + 1.082, 109, - 2.649, + 2.637, 110, - 3.924, + 3.928, 113, - 1.6, + 1.603, 114, - 6.851, + 6.864, 125, - 1.116, + 1.12, 126, - 1.138, + 1.141, 148, - 1.449, + 1.452, 149, - 3.039, + 3.045, 150, - 0.929, + 0.932, 153, - 2.639, + 2.641, 158, - 1.677, + 1.681, 169, - 1.188, + 1.19, 170, - 2.199, + 2.205, 172, - 3.511, + 3.487, 174, - 1.495, + 1.501, 177, - 3.038, + 3.042, 194, - 1.457, + 1.46, 196, - 2.442, + 2.447, 197, - 1.26, + 1.265, 198, - 2.944, + 2.946, 199, - 1.572, + 1.577, 201, - 1.794, + 1.797, 202, - 1.198, + 1.195, 203, - 3.806, + 3.815, 206, - 2.78, + 2.788, 207, - 1.909, + 1.914, 208, - 4.368, + 4.373, 216, - 1.45, + 1.455, 226, - 2.96, + 2.963, 229, - 1.464, + 1.466, 231, - 1.377, + 1.381, 235, - 3.624, + 3.634, 236, - 1.838, + 1.844, 238, - 2.062, + 2.069, 241, - 1.855, + 1.858, 243, - 1.817, + 1.824, 246, - 4.652, + 4.662, 249, - 3.387, + 3.395, 256, - 1.794, + 1.797, 268, - 1.171, + 1.174, 269, - 2.486, + 2.488, 273, - 0.906, + 0.909, 295, - 2.643, + 2.65, 333, - 1.038, + 1.041, 359, - 1.643, + 1.619, 368, - 1.043, + 1.047, 382, - 1.32, + 1.325, 433, - 1.495, + 1.501, 434, - 1.707, + 1.713, 452, - 1.067, + 1.07, 454, - 2.283, + 2.29, 457, - 1.302, + 1.307, 471, - 2.462, + 2.465, 491, - 4.487, + 4.499, 493, - 2.87, + 2.88, 496, - 1.707, + 1.713, 521, - 3.015, + 3.02, 537, - 3.271, + 3.28, 554, - 2.649, + 2.655, 573, - 1.377, + 1.381, 577, - 1.439, + 1.444, 588, - 3.664, + 3.673, 600, - 3.83, + 3.837, 601, - 1.329, + 1.334, 602, - 1.484, + 1.489, 603, - 2.396, + 2.402, 604, - 1.859, + 1.866, 605, - 2.092, + 2.1, 615, - 1.952, + 1.959, 633, - 1.859, + 1.866, 635, - 4.652, + 4.662, 649, - 2.195, + 2.203, 681, - 4.245, + 4.252, 685, - 2.338, + 2.344, 689, - 1.643, + 1.649, 691, - 1.755, + 1.76, 692, - 1.377, + 1.381, 713, - 1.952, + 1.934, 715, - 1.927, + 1.934, 732, - 2.417, + 2.425, 759, - 2.366, + 2.374, 762, - 4.191, + 4.158, 771, - 4.621, + 4.626, 773, - 2.558, + 2.564, 774, - 3.916, + 3.923, 835, - 2.993, + 3.004, 839, - 2.767, + 2.777, 857, - 2.092, + 2.1, 890, - 1.904, + 1.91, 895, - 5.425, + 5.429, 910, - 1.952, + 1.959, 911, - 3.912, + 3.92, 915, - 4.003, + 4.007, 925, - 2.417, + 2.425, 941, - 1.439, + 1.444, 944, - 1.881, + 1.888, 961, - 2.534, + 2.543, 1010, - 3.774, + 3.78, 1043, - 1.585, + 1.591, 1052, - 4.825, + 4.832, 1070, - 6.457, + 6.471, 1075, - 3.556, + 3.565, 1109, - 1.778, + 1.785, 1264, - 4.652, + 4.662, 1265, - 4.68, + 4.693, 1287, - 2.603, + 2.612, 1296, - 1.367, + 1.372, 1322, - 1.881, + 1.888, 1364, - 5.098, + 5.106, 1511, - 1.978, + 1.985, 1566, - 2.767, + 2.777, 1632, - 2.318, + 2.326, 1655, - 3.013, + 3.021, 1672, - 3.092, + 3.1, 1767, - 2.159, + 2.166, 1901, - 2.125, + 2.132, 1929, - 1.952, + 1.934, 2006, - 3.013, + 3.021, 2020, - 5.831, + 5.842, 2049, - 3.624, + 3.634, 2054, - 2.092, + 2.1, 2057, - 2.318, + 2.326, 2062, - 4.326, + 4.338, 2084, - 2.366, + 2.374, 2128, - 2.767, + 2.777, 2155, - 2.366, + 2.374, 2160, - 2.473, + 2.481, 2164, - 1.585, + 1.591, 2169, - 2.473, + 2.481, 2173, - 5.404, + 5.412, 2268, - 1.952, + 1.959, 2320, - 2.767, + 2.777, 2346, - 3.375, + 3.384, 2403, - 2.603, + 2.612, 2451, - 4.326, + 4.338, 2778, - 4.652, + 4.662, 2822, - 5.591, + 5.599, 2848, - 5.761, + 5.774, 3123, - 5.244, + 5.259, 3134, - 2.195, + 2.203, 3312, - 6.514, + 6.527, 3313, - 5.761, + 5.774, 3314, - 3.148, + 3.159, 3315, - 10.637, + 10.643, 3318, - 2.87, + 2.88, 3399, - 2.534, + 2.543, 3584, - 4.069, + 4.08, 3681, - 5.157, + 5.169, 3874, - 2.87, + 2.88, 3964, - 7.301, + 7.315, 4012, - 2.993, + 3.004, 4066, - 3.355, + 3.366, 4104, - 4.377, + 4.387, 4466, - 2.534, + 2.543, 4514, - 4.553, + 4.563, 4886, - 9.884, + 9.893, 4927, - 6.059, + 6.072, 5030, - 3.669, + 3.681, 5031, - 3.669, + 3.681, 5032, - 7.984, + 7.999, 5033, - 5.735, + 5.751, 5034, - 8.663, + 8.677, 5035, - 4.921, + 4.935, 5036, - 5.244, + 5.259, 5037, - 3.669, + 3.681, 5038, - 3.669, + 3.681, 5039, - 7.984, + 7.999, 5040, - 5.735, + 5.751, 5041, - 5.735, + 5.751, 5042, - 3.669, + 3.681, 5043, - 3.669, + 3.681, 5044, - 3.669, + 3.681, 5045, - 3.669, + 3.681, 5046, - 3.355, + 3.366, 5047, - 3.669, + 3.681, 5048, - 5.735, + 5.751, 5049, - 3.669, + 3.681, 5050, - 5.735, + 5.751, 5051, - 3.669 + 3.681 ] ], [ @@ -40739,1475 +40739,1475 @@ "data/manuals/flash", [ 0, - 0.27, + 0.271, 7, 1.546, 8, - 1.23, + 1.234, 9, - 1.033, + 1.037, 10, - 2.032, + 2.035, 11, - 1.366, + 1.371, 12, - 1.004, + 1.009, 18, 1.138, 20, - 1.517, + 1.518, 22, - 0.904, + 0.908, 24, - 0.759, + 0.763, 36, - 1.576, + 1.579, 38, - 1.129, + 1.13, 39, - 1.146, + 1.149, 41, - 1.156, + 1.162, 42, - 1.687, + 1.69, 43, - 0.623, + 0.626, 44, - 1.272, + 1.278, 46, - 1.681, + 1.682, 47, - 1.364, + 1.37, 48, - 0.696, + 0.699, 49, - 1.71, + 1.716, 50, - 0.665, + 0.669, 52, - 1.613, + 1.617, 54, - 1.045, + 1.05, 56, - 1.186, + 1.19, 57, - 1.518, + 1.519, 59, - 0.975, + 0.976, 60, - 0.334, + 0.336, 62, - 1.796, + 1.801, 63, - 4.386, + 4.393, 66, - 0.774, + 0.778, 69, - 2.066, + 2.074, 70, - 0.927, + 0.931, 72, - 1.255, + 1.26, 75, - 0.968, + 0.972, 77, - 2.091, + 2.093, 78, - 0.533, + 0.536, 79, 0.998, 83, - 0.774, + 0.778, 86, - 0.989, + 0.993, 87, - 1.925, + 1.933, 90, - 1.396, + 1.4, 91, - 1.688, + 1.694, 92, - 1.764, + 1.771, 93, - 0.774, + 0.778, 94, - 0.559, + 0.562, 96, - 2.627, + 2.632, 97, - 2.616, + 2.62, 99, - 1.009, + 1.01, 100, - 1.801, + 1.804, 102, - 1.847, + 1.842, 103, - 1.819, + 1.823, 105, - 1.222, + 1.227, 106, - 1.572, + 1.574, 107, - 1.367, + 1.371, 108, - 1.108, + 1.113, 110, - 0.475, + 0.477, 111, - 0.919, + 0.923, 113, - 0.881, + 0.884, 116, - 1.925, + 1.931, 117, - 0.707, + 0.71, 119, - 1.115, + 1.12, 121, - 1.008, + 1.012, 122, - 1.69, + 1.696, 125, - 0.365, + 0.367, 126, - 1.865, + 1.868, 128, - 0.595, + 0.591, 130, - 2.677, + 2.686, 132, - 0.413, + 0.415, 140, - 1.737, + 1.744, 141, - 1.829, + 1.836, 143, - 0.582, + 0.585, 146, - 1.078, + 1.083, 148, - 1.97, + 1.972, 149, - 1.882, + 1.889, 150, - 2.0, + 2.005, 151, - 0.498, + 0.496, 153, - 1.793, + 1.796, 158, - 0.351, + 0.353, 160, - 1.605, + 1.601, 165, - 1.675, + 1.68, 166, - 0.564, + 0.567, 168, - 0.631, + 0.634, 169, - 1.365, + 1.367, 170, - 2.855, + 2.861, 171, - 3.201, + 3.21, 172, - 0.968, + 0.964, 175, - 1.328, + 1.333, 177, - 2.016, + 2.021, 178, - 0.447, + 0.45, 186, - 1.275, + 1.28, 194, - 2.051, + 2.053, 196, - 0.415, + 0.417, 197, - 0.413, + 0.415, 198, - 1.027, + 1.031, 199, - 2.119, + 2.126, 200, - 1.34, + 1.346, 201, - 1.938, + 1.941, 202, - 0.719, + 0.718, 206, - 0.582, + 0.585, 207, - 0.4, + 0.402, 210, - 0.486, + 0.488, 212, - 0.559, + 0.562, 215, - 2.72, + 2.728, 217, - 0.852, + 0.856, 221, - 1.031, + 1.036, 226, - 0.848, + 0.851, 227, - 2.547, + 2.556, 228, - 0.935, + 0.931, 229, - 1.265, + 1.268, 230, - 2.173, + 2.179, 231, - 0.451, + 0.453, 237, - 2.026, + 2.033, 239, - 0.528, + 0.531, 240, - 1.25, + 1.255, 241, - 1.692, + 1.695, 243, - 0.595, + 0.598, 244, - 1.699, + 1.692, 247, - 1.247, + 1.252, 248, - 1.317, + 1.323, 249, - 1.056, + 1.06, 250, - 3.202, + 3.208, 251, - 1.404, + 1.409, 256, - 1.22, + 1.224, 257, - 0.87, + 0.873, 259, - 0.852, + 0.856, 260, - 1.027, + 1.031, 261, - 0.935, + 0.939, 263, - 0.658, + 0.661, 264, - 0.731, + 0.735, 266, - 1.951, + 1.958, 268, - 1.108, + 1.112, 269, - 1.122, + 1.126, 271, - 1.142, + 1.134, 273, - 1.896, + 1.9, 274, - 1.295, + 1.301, 280, - 0.863, + 0.867, 281, - 2.726, + 2.736, 285, - 0.538, + 0.541, 290, - 0.467, + 0.47, 294, - 2.15, + 2.158, 295, - 1.014, + 1.019, 306, - 0.968, + 0.972, 309, - 0.707, + 0.71, 314, - 3.365, + 3.375, 324, - 0.685, + 0.688, 330, - 0.383, + 0.385, 331, - 0.852, + 0.856, 332, - 0.4, + 0.402, 333, - 1.399, + 1.403, 339, - 0.94, + 0.944, 341, - 1.067, + 1.06, 342, - 0.538, + 0.541, 343, - 1.364, + 1.371, 345, - 1.477, + 1.483, 347, - 0.774, + 0.778, 353, - 0.482, + 0.481, 358, - 0.553, + 0.556, 359, - 0.986, + 0.972, 360, - 0.94, + 0.944, 367, - 0.98, + 0.985, 368, - 0.626, + 0.629, 371, - 1.156, + 1.162, 380, - 0.781, + 0.785, 382, - 1.096, + 1.101, 385, - 0.675, + 0.678, 387, - 0.776, + 0.78, 389, - 0.665, + 0.669, 390, - 1.588, + 1.594, 392, - 1.54, + 1.546, 400, - 0.81, + 0.814, 402, - 1.621, + 1.627, 426, - 1.608, + 1.615, 427, - 1.796, + 1.804, 428, - 0.719, + 0.722, 433, - 1.537, + 1.543, 434, - 0.559, + 0.562, 441, - 1.103, + 1.108, 452, - 2.356, + 2.36, 453, - 0.696, + 0.699, 454, - 2.333, + 2.339, 456, - 1.186, + 1.192, 457, - 0.426, + 0.429, 464, - 1.722, + 1.73, 470, - 0.94, + 0.944, 471, - 1.926, + 1.931, 472, - 1.404, + 1.409, 473, - 0.528, + 0.531, 479, - 0.826, + 0.83, 489, - 1.024, + 1.029, 490, - 1.272, + 1.278, 493, - 0.94, + 0.944, 497, - 0.616, + 0.619, 498, - 2.298, + 2.307, 500, - 0.438, + 0.44, 501, - 0.906, + 0.91, 504, - 1.115, + 1.108, 506, - 0.731, + 0.735, 509, - 3.863, + 3.872, 510, - 1.385, + 1.39, 511, - 0.639, + 0.642, 513, - 1.142, + 1.147, 516, - 2.666, + 2.675, 517, - 1.031, + 1.036, 521, - 1.53, + 1.536, 523, - 1.142, + 1.147, 524, - 0.737, + 0.74, 532, - 0.877, + 0.882, 534, - 0.564, + 0.567, 535, - 0.877, + 0.882, 536, - 0.791, + 0.795, 542, - 1.031, + 1.036, 543, - 0.883, + 0.887, 552, - 1.307, + 1.312, 554, - 0.826, + 0.83, 555, - 1.181, + 1.178, 556, - 0.494, + 0.496, 561, - 1.567, + 1.573, 565, - 0.877, + 0.882, 568, - 2.119, + 2.127, 573, - 0.451, + 0.453, 574, - 0.576, + 0.579, 577, - 1.194, + 1.199, 580, - 0.759, + 0.763, 581, - 1.642, + 1.649, 582, - 1.854, + 1.862, 588, - 0.623, + 0.626, 591, - 0.791, + 0.795, 598, - 1.419, + 1.426, 600, - 2.109, + 2.117, 601, - 0.435, + 0.437, 602, - 0.486, + 0.488, 620, - 1.142, + 1.147, 622, - 0.582, + 0.585, 629, - 2.075, + 2.081, 630, - 1.098, + 1.104, 644, - 0.595, + 0.598, 659, - 0.685, + 0.688, 660, - 0.719, + 0.722, 666, - 0.791, + 0.795, 669, - 0.745, + 0.748, 673, - 0.696, + 0.699, 675, - 1.168, + 1.173, 676, - 1.721, + 1.727, 677, - 1.014, + 1.019, 678, - 0.81, + 0.814, 683, - 0.51, + 0.513, 685, - 0.49, + 0.492, 686, - 2.926, + 2.936, 687, - 1.295, + 1.301, 689, - 0.538, + 0.541, 691, - 1.661, + 1.666, 692, - 0.451, + 0.453, 701, - 0.631, + 0.634, 703, - 0.471, + 0.473, 704, - 0.774, + 0.778, 710, - 0.582, + 0.585, 712, - 0.81, + 0.814, 713, - 1.171, + 1.162, 716, - 0.685, + 0.688, 728, - 0.589, + 0.591, 729, - 0.696, + 0.699, 735, - 0.576, + 0.579, 737, - 1.483, + 1.49, 744, - 1.477, + 1.483, 746, - 2.604, + 2.614, 751, - 0.486, + 0.488, 765, - 0.771, + 0.775, 766, - 0.94, + 0.944, 773, - 1.792, + 1.798, 775, - 0.665, + 0.669, 785, - 1.255, + 1.261, 787, - 0.877, + 0.882, 791, - 0.877, + 0.882, 793, - 1.024, + 1.029, 827, - 0.696, + 0.699, 828, - 0.707, + 0.71, 829, - 0.98, + 0.985, 832, - 1.808, + 1.815, 841, - 3.235, + 3.247, 849, - 0.533, + 0.536, 852, - 2.104, + 2.113, 854, - 0.665, + 0.669, 857, - 0.685, + 0.688, 859, - 2.477, + 2.486, 860, - 1.544, + 1.55, 861, - 2.541, + 2.551, 866, - 0.447, + 0.45, 878, - 1.419, + 1.426, 880, - 0.582, + 0.585, 885, - 2.295, + 2.304, 894, - 0.87, + 0.873, 898, - 0.781, + 0.785, 901, - 0.519, + 0.522, 905, - 1.793, + 1.8, 907, - 0.791, + 0.795, 911, - 0.665, + 0.669, 913, - 1.925, + 1.933, 914, - 2.752, + 2.759, 915, - 1.446, + 1.451, 917, - 0.995, + 0.999, 918, - 0.576, + 0.579, 919, - 1.129, + 1.134, 920, - 1.722, + 1.73, 923, - 0.589, + 0.591, 931, - 2.926, + 2.897, 935, - 0.595, + 0.598, 936, - 0.791, + 0.795, 939, - 0.595, + 0.598, 940, - 0.98, + 0.985, 941, - 1.194, + 1.199, 944, - 1.562, + 1.568, 946, - 0.877, + 0.882, 948, - 0.475, + 0.477, 949, - 1.031, + 1.036, 959, - 0.639, + 0.642, 960, - 0.548, + 0.546, 962, - 4.597, + 4.604, 963, - 2.06, + 2.068, 969, - 1.854, + 1.862, 978, - 2.467, + 2.473, 979, - 0.543, + 0.546, 980, - 2.431, + 2.44, 991, - 1.34, + 1.346, 997, - 0.877, + 0.882, 1002, - 2.689, + 2.698, 1003, - 3.212, + 3.223, 1006, - 1.561, + 1.568, 1007, - 3.511, + 3.516, 1010, - 0.494, + 0.496, 1025, - 1.49, + 1.495, 1029, - 1.078, + 1.072, 1031, - 0.877, + 0.882, 1034, - 2.082, + 2.088, 1039, - 0.647, + 0.651, 1043, - 1.316, + 1.322, 1066, - 0.471, + 0.473, 1071, - 2.508, + 2.48, 1079, - 1.067, + 1.072, 1090, - 0.559, + 0.562, 1093, - 1.793, + 1.8, 1104, - 0.766, + 0.769, 1107, - 1.509, + 1.515, 1109, - 1.067, + 1.072, 1114, - 0.774, + 0.778, 1127, - 0.877, + 0.882, 1129, - 1.031, + 1.036, 1133, - 0.631, + 0.634, 1153, - 1.772, + 1.779, 1158, - 2.501, + 2.509, 1166, - 0.696, + 0.699, 1173, - 1.078, + 1.083, 1180, - 0.656, + 0.659, 1183, - 0.94, + 0.944, 1184, - 1.391, + 1.397, 1185, - 1.098, + 1.104, 1187, - 1.52, + 1.527, 1202, - 1.79, + 1.797, 1211, - 0.877, + 0.882, 1219, - 0.731, + 0.735, 1221, - 0.595, + 0.598, 1224, - 2.372, + 2.38, 1230, - 1.098, + 1.104, 1245, - 0.81, + 0.814, 1253, - 1.712, + 1.719, 1257, - 1.888, + 1.896, 1258, - 1.45, + 1.456, 1259, - 1.925, + 1.933, 1260, - 0.707, + 0.71, 1261, - 0.731, + 0.722, 1267, - 0.83, + 0.834, 1283, - 1.202, + 1.208, 1285, - 0.906, + 0.91, 1289, - 1.888, + 1.896, 1290, - 0.94, + 0.944, 1291, - 2.256, + 2.264, 1293, - 1.66, + 1.668, 1295, - 1.65, + 1.656, 1296, - 2.454, + 2.461, 1298, - 1.925, + 1.933, 1306, - 0.759, + 0.763, 1307, - 1.364, + 1.346, 1314, - 0.81, + 0.814, 1322, - 0.616, + 0.619, 1323, - 1.272, + 1.278, 1327, - 0.81, + 0.814, 1329, - 0.719, + 0.722, 1332, - 2.0, + 2.007, 1337, - 2.431, + 2.44, 1364, - 1.295, + 1.301, 1378, - 0.731, + 0.735, 1379, - 1.417, + 1.409, 1385, - 2.675, + 2.685, 1401, - 0.731, + 0.735, 1421, - 0.731, + 0.735, 1431, - 0.94, + 0.944, 1437, - 0.906, + 0.91, 1455, - 1.561, + 1.568, 1457, - 0.707, + 0.71, 1459, - 0.49, + 0.492, 1463, - 1.854, + 1.862, 1479, - 0.707, + 0.71, 1485, - 0.791, + 0.795, 1486, - 1.561, + 1.568, 1490, - 0.94, + 0.944, 1492, - 1.364, + 1.371, 1511, - 0.647, + 0.651, 1512, - 1.031, + 1.036, 1532, - 0.774, + 0.778, 1543, - 0.707, + 0.71, 1546, - 1.581, + 1.587, 1574, - 0.731, + 0.735, 1583, - 0.98, + 0.985, 1588, - 1.078, + 1.083, 1594, - 0.685, + 0.688, 1597, - 1.275, + 1.28, 1602, - 1.493, + 1.499, 1604, - 0.631, + 0.634, 1606, - 1.295, + 1.301, 1607, - 1.275, + 1.28, 1617, - 0.94, + 0.944, 1621, - 0.609, + 0.612, 1622, - 1.561, + 1.568, 1623, - 0.83, + 0.834, 1625, - 4.047, + 4.059, 1628, - 3.182, + 3.19, 1629, - 1.689, + 1.695, 1637, - 0.774, + 0.778, 1648, - 0.685, + 0.688, 1654, - 0.98, + 0.985, 1655, - 0.631, + 0.634, 1662, - 0.528, + 0.531, 1668, - 1.889, + 1.897, 1675, - 0.647, + 0.651, 1681, - 0.943, + 0.947, 1693, - 1.483, + 1.49, 1697, - 1.419, + 1.426, 1698, - 1.364, + 1.371, 1713, - 0.631, + 0.634, 1720, - 1.722, + 1.73, 1724, - 1.446, + 1.452, 1793, - 0.774, + 0.778, 1804, - 2.109, + 2.117, 1807, - 1.808, + 1.815, 1811, - 0.877, + 0.882, 1812, - 0.83, + 0.814, 1814, - 0.543, + 0.541, 1815, - 0.94, + 0.944, 1847, - 0.877, + 0.882, 1871, - 1.828, + 1.835, 1877, - 0.98, + 0.985, 1882, - 0.533, + 0.536, 1884, - 0.51, + 0.513, 1886, - 1.66, + 1.668, 1887, - 2.013, + 2.022, 1888, - 0.98, + 0.985, 1889, - 3.011, + 3.021, 1892, - 1.66, + 1.668, 1893, - 0.719, + 0.722, 1894, - 0.791, + 0.795, 1895, - 1.391, + 1.397, 1902, - 0.791, + 0.795, 1916, - 1.031, + 1.036, 1923, - 1.098, + 1.104, 1926, - 0.791, + 0.778, 1928, - 0.647, + 0.651, 1931, - 0.647, + 0.651, 1932, - 0.791, + 0.795, 1946, - 0.877, + 0.882, 1948, - 1.621, + 1.627, 1966, - 0.81, + 0.814, 2006, - 1.981, + 1.988, 2028, - 0.81, + 0.814, 2030, - 0.81, + 0.814, 2049, - 0.759, + 0.763, 2057, - 0.759, + 0.763, 2082, - 0.852, + 0.856, 2095, - 1.317, + 1.323, 2096, - 3.007, + 3.017, 2131, - 1.608, + 1.615, 2147, - 1.098, + 1.104, 2160, - 0.81, + 0.814, 2175, - 1.45, + 1.456, 2181, - 1.031, + 1.036, 2182, - 1.129, + 1.134, 2184, - 3.317, + 3.329, 2189, - 0.665, + 0.669, 2192, - 0.83, + 0.834, 2200, - 0.877, + 0.882, 2213, - 1.031, + 1.036, 2220, - 3.735, + 3.745, 2236, - 0.745, + 0.748, 2240, - 1.098, + 1.104, 2262, - 0.94, + 0.944, 2271, - 0.94, + 0.944, 2299, - 2.604, + 2.614, 2310, - 3.612, + 3.624, 2312, - 5.42, + 5.433, 2316, - 1.608, + 1.615, 2335, - 0.774, + 0.778, 2354, - 0.852, + 0.856, 2374, - 1.889, + 1.897, 2375, - 0.94, + 0.944, 2377, - 0.852, + 0.834, 2433, - 2.256, + 2.264, 2441, - 0.631, + 0.634, 2472, - 0.81, + 0.814, 2482, - 0.98, + 0.985, 2498, - 4.248, + 4.174, 2506, - 3.366, + 3.376, 2507, - 1.317, + 1.323, 2509, - 2.256, + 2.264, 2511, - 1.031, + 1.036, 2512, - 1.031, + 1.036, 2516, - 2.675, + 2.685, 2518, - 0.94, + 0.944, 2524, - 0.774, + 0.778, 2555, - 0.759, + 0.763, 2582, - 1.764, + 1.744, 2591, - 0.81, + 0.814, 2639, - 2.486, + 2.496, 2670, - 1.031, + 1.036, 2675, - 0.98, + 0.985, 2678, - 0.94, + 0.944, 2692, - 3.612, + 3.624, 2738, - 0.774, + 0.778, 2740, - 0.98, + 0.985, 2750, - 0.759, + 0.763, 2778, - 0.791, + 0.795, 2785, - 1.796, + 1.804, 2807, - 0.906, + 0.91, 2818, - 1.796, + 1.804, 2821, - 0.877, + 0.882, 2837, - 0.759, + 0.763, 2869, - 0.98, + 0.985, 2871, - 1.255, + 1.261, 2872, - 1.561, + 1.568, 2876, - 0.83, + 0.834, 2877, - 0.906, + 0.91, 2904, - 1.796, + 1.804, 2955, - 0.685, + 0.688, 2969, - 0.906, + 0.91, 3046, - 0.94, + 0.944, 3073, - 0.906, + 0.91, 3077, - 1.098, + 1.104, 3087, - 1.419, + 1.426, 3094, - 1.52, + 1.527, 3101, - 2.013, + 2.022, 3121, - 1.722, + 1.73, 3144, - 1.483, + 1.49, 3159, - 0.94, + 0.944, 3182, - 0.906, + 0.91, 3241, - 0.98, + 0.985, 3252, - 0.81, + 0.814, 3311, - 2.779, + 2.788, 3337, - 0.98, + 0.985, 3351, - 3.44, + 3.452, 3379, - 0.94, + 0.944, 3382, - 1.889, + 1.897, 3389, - 0.98, + 0.985, 3391, - 0.98, + 0.985, 3394, - 1.031, + 1.036, 3401, - 0.98, + 0.985, 3410, - 0.98, + 0.985, 3427, - 0.94, + 0.944, 3625, - 1.889, + 1.897, 3638, - 0.906, + 0.91, 3679, - 0.906, + 0.91, 3691, - 0.83, + 0.834, 3727, - 1.317, + 1.323, 3733, - 1.722, + 1.73, 3776, - 1.66, + 1.668, 3781, - 1.031, + 1.036, 3795, - 0.98, + 0.985, 3797, - 0.774, + 0.778, 3850, - 0.906, + 0.91, 3854, - 0.906, + 0.91, 3864, - 0.94, + 0.944, 3897, - 1.391, + 1.397, 3901, - 0.98, + 0.985, 3924, - 0.877, + 0.882, 3925, - 0.906, + 0.91, 3940, - 1.098, + 1.104, 3972, - 0.647, + 0.651, 3984, - 0.675, + 0.669, 4002, - 0.94, + 0.944, 4007, - 1.796, + 1.804, 4011, - 1.098, + 1.104, 4017, - 0.94, + 0.944, 4104, - 2.337, + 2.346, 4169, - 1.098, + 1.104, 4207, - 0.83, + 0.834, 4227, - 0.94, + 0.944, 4233, - 0.98, + 0.985, 4240, - 4.658, + 4.673, 4259, - 1.889, + 1.897, 4275, - 2.013, + 2.022, 4283, - 1.098, + 1.104, 4296, - 2.383, + 2.393, 4318, - 1.031, + 1.036, 4356, - 0.98, + 0.985, 4369, - 0.94, + 0.944, 4392, - 0.94, + 0.944, 4442, - 2.486, + 2.496, 4454, - 0.94, + 0.944, 4466, - 0.83, + 0.834, 4469, - 1.098, + 1.104, 4505, - 0.877, + 0.882, 4507, - 6.592, + 6.606, 4532, - 0.98, + 0.985, 4801, - 1.031, + 1.036, 4887, - 1.098, + 1.104, 4930, - 1.098, + 1.104, 5052, - 1.098, + 1.104, 5053, - 6.024, + 6.041, 5054, - 7.901, + 7.917, 5055, - 1.201, + 1.207, 5056, - 1.201, + 1.207, 5057, - 9.398, + 9.413, 5058, - 3.77, + 3.784, 5059, - 7.738, + 7.753, 5060, - 1.201, + 1.207, 5061, - 1.201, + 1.207, 5062, - 1.201, + 1.207, 5063, - 1.098, + 1.104, 5064, - 1.201, + 1.207, 5065, - 0.94, + 0.944, 5066, - 1.201, + 1.207, 5067, - 1.201, + 1.207, 5068, - 1.201, + 1.207, 5069, - 1.201, + 1.207, 5070, - 1.201, + 1.207, 5071, - 1.201, + 1.207, 5072, - 1.201, + 1.207, 5073, - 4.397, + 4.413, 5074, - 1.201, + 1.207, 5075, - 1.098, + 1.104, 5076, - 0.94, + 0.944, 5077, - 1.201, + 1.207, 5078, - 1.201, + 1.207, 5079, - 1.201, + 1.207, 5080, - 1.201, + 1.207, 5081, - 2.201, + 2.211, 5082, - 1.201, + 1.207, 5083, - 1.201, + 1.207, 5084, - 1.201, + 1.207, 5085, - 1.201, + 1.207, 5086, - 3.046, + 3.059, 5087, - 1.201, + 1.207, 5088, - 1.201, + 1.207, 5089, - 1.201, + 1.207, 5090, - 3.77, + 3.784, 5091, - 2.013, + 2.022, 5092, - 3.046, + 3.059, 5093, - 1.031, + 1.036, 5094, - 1.796, + 1.804, 5095, - 1.201, + 1.207, 5096, - 1.201, + 1.207, 5097, - 1.201, + 1.207, 5098, - 2.013, + 2.022, 5099, - 1.201, + 1.207, 5100, - 2.383, + 2.393, 5101, - 1.201, + 1.207, 5102, - 1.098, + 1.104, 5103, - 1.201, + 1.207, 5104, - 1.201, + 1.207, 5105, - 1.201, + 1.207, 5106, - 1.201, + 1.207, 5107, - 1.201, + 1.207, 5108, - 3.046, + 3.059, 5109, - 1.098, + 1.104, 5110, - 1.201, + 1.207, 5111, - 1.201, + 1.207, 5112, - 1.201, + 1.207, 5113, - 0.98, + 0.985, 5114, - 1.201, + 1.207, 5115, - 1.201, + 1.207, 5116, - 2.486, + 2.496, 5117, - 2.201, + 2.211, 5118, - 2.013, + 2.022, 5119, - 1.201, + 1.207, 5120, - 0.877, + 0.882, 5121, - 1.201, + 1.207, 5122, - 1.201, + 1.207, 5123, - 1.201, + 1.207, 5124, - 3.77, + 3.784, 5125, - 3.77, + 3.784, 5126, - 2.201, + 2.211, 5127, - 2.785, + 2.797, 5128, - 1.201, + 1.207, 5129, - 2.201, + 2.211, 5130, - 1.66, + 1.668, 5131, - 1.201, + 1.207, 5132, - 1.201, + 1.207, 5133, - 1.201, + 1.207, 5134, - 1.201, + 1.207, 5135, - 1.201, + 1.207, 5136, - 1.098, + 1.104, 5137, - 1.201, + 1.207, 5138, - 1.201, + 1.207, 5139, - 1.031, + 1.036, 5140, - 1.201, + 1.207, 5141, - 1.201, + 1.207, 5142, - 1.031, + 1.036, 5143, - 1.201, + 1.207, 5144, - 1.201, + 1.207, 5145, - 1.201, + 1.207, 5146, - 0.94, + 0.944, 5147, - 2.614, + 2.625, 5148, - 1.201, + 1.207, 5149, - 0.98, + 0.985, 5150, - 1.201, + 1.207, 5151, - 0.852, + 0.856, 5152, - 1.201, + 1.207, 5153, - 1.031, + 1.036, 5154, - 1.201, + 1.207, 5155, - 1.098, + 1.104, 5156, - 0.906, + 0.91, 5157, - 1.201, + 1.207, 5158, - 1.201, + 1.207, 5159, - 1.031, + 1.036, 5160, - 1.201, + 1.207, 5161, - 0.94, + 0.944, 5162, - 2.614, + 2.625, 5163, - 0.94, + 0.944, 5164, - 3.046, + 3.059, 5165, - 2.201, + 2.211, 5166, - 1.201, + 1.207, 5167, - 1.098, + 1.104, 5168, - 1.031, + 1.036, 5169, - 1.098, + 1.104, 5170, - 2.013, + 2.022, 5171, - 0.98, + 0.985, 5172, - 1.098 + 1.104 ] ], [ @@ -42221,739 +42221,739 @@ "data/manuals/lua", [ 0, - 0.381, + 0.382, 1, - 0.795, + 0.798, 2, - 1.841, + 1.845, 3, - 0.816, + 0.819, 4, - 0.816, + 0.819, 5, - 0.82, + 0.824, 6, - 0.82, + 0.824, 7, - 1.555, + 1.556, 8, - 1.771, + 1.775, 9, - 2.147, + 2.153, 10, - 2.09, + 2.093, 18, 1.074, 20, - 1.492, + 1.493, 36, - 1.592, + 1.595, 38, - 0.999, + 1.0, 39, - 0.656, + 0.659, 41, - 1.634, + 1.64, 42, - 0.913, + 0.916, 44, - 1.299, + 1.304, 46, - 1.575, + 1.576, 47, - 1.393, + 1.398, 51, - 2.271, + 2.28, 52, - 2.475, + 2.479, 55, - 1.491, + 1.497, 56, - 1.21, + 1.215, 57, - 1.398, + 1.4, 59, - 0.986, + 0.987, 60, - 1.399, + 1.403, 62, - 1.663, + 1.668, 77, - 1.041, + 1.044, 78, - 2.231, + 2.238, 79, 1.014, 90, - 0.741, + 0.744, 96, - 2.006, + 2.012, 97, - 2.871, + 2.875, 99, - 1.028, + 1.029, 100, - 1.864, + 1.866, 103, - 0.716, + 0.719, 106, - 1.912, + 1.914, 107, - 1.711, + 1.714, 108, - 1.861, + 1.866, 109, - 1.887, + 1.879, 113, - 1.712, + 1.715, 121, - 2.094, + 2.099, 122, - 2.264, + 2.269, 126, - 1.785, + 1.788, 141, - 1.15, + 1.155, 142, - 0.924, + 0.928, 148, - 2.084, + 2.086, 153, - 2.505, + 2.507, 158, - 0.909, + 0.912, 160, - 3.264, + 3.248, 161, - 2.096, + 2.104, 165, - 2.079, + 2.084, 166, - 2.975, + 2.983, 167, - 2.941, + 2.947, 169, - 1.511, + 1.513, 171, - 5.092, + 5.098, 178, - 2.975, + 2.981, 194, - 1.995, + 1.996, 196, - 1.739, + 1.744, 197, - 2.175, + 2.18, 198, - 1.369, + 1.374, 201, - 1.422, + 1.426, 210, - 2.033, + 2.04, 214, - 2.345, + 2.354, 226, - 1.399, + 1.403, 227, - 1.801, + 1.808, 229, - 1.464, + 1.467, 230, - 1.082, + 1.086, 231, - 1.167, + 1.171, 240, - 0.884, + 0.888, 241, - 0.666, + 0.668, 247, - 1.028, + 1.032, 256, - 1.919, + 1.923, 260, - 1.048, + 1.052, 263, - 2.174, + 2.179, 265, - 2.048, + 2.056, 268, - 1.63, + 1.633, 269, - 2.04, + 2.043, 273, - 1.562, + 1.567, 281, - 1.928, + 1.935, 285, - 2.252, + 2.259, 309, - 5.027, + 5.036, 317, - 1.83, + 1.837, 332, - 1.035, + 1.039, 333, - 0.879, + 0.883, 350, - 1.86, + 1.867, 351, - 1.613, + 1.62, 353, - 2.918, + 2.902, 368, - 1.43, + 1.434, 382, - 2.873, + 2.879, 387, - 1.773, + 1.779, 392, - 1.762, + 1.767, 411, - 2.609, + 2.617, 414, - 2.048, + 2.056, 429, - 2.437, + 2.445, 433, - 2.05, + 2.056, 434, - 1.447, + 1.452, 436, - 4.791, + 4.801, 441, - 1.558, + 1.564, 452, - 2.114, + 2.119, 453, - 1.801, + 1.808, 454, - 2.002, + 2.008, 457, - 1.104, + 1.108, 471, - 0.833, + 0.837, 496, - 1.447, + 1.452, 497, - 1.594, + 1.6, 504, - 1.576, + 1.564, 510, - 1.142, + 1.147, 521, - 1.082, + 1.086, 524, - 2.674, + 2.679, 534, - 1.461, + 1.467, 550, - 2.34, + 2.347, 552, - 0.924, + 0.928, 554, - 1.167, + 1.171, 555, - 0.974, + 0.972, 561, - 0.985, + 0.989, 563, - 4.595, + 4.518, 567, - 1.613, + 1.62, 573, - 1.167, + 1.171, 577, - 2.482, + 2.489, 579, - 2.519, + 2.527, 583, - 1.928, + 1.935, 593, - 2.432, + 2.442, 608, - 3.602, + 3.61, 619, - 2.345, + 2.28, 622, - 2.437, + 2.445, 627, - 1.801, + 1.808, 636, - 1.928, + 1.934, 648, - 1.507, + 1.513, 672, - 1.447, + 1.438, 677, - 2.917, + 2.924, 679, - 1.393, + 1.398, 680, - 1.634, + 1.64, 685, - 1.267, + 1.272, 687, - 1.83, + 1.837, 689, - 2.835, + 2.843, 691, - 1.937, + 1.942, 695, - 1.406, + 1.411, 702, - 1.558, + 1.564, 703, - 1.972, + 1.978, 729, - 1.801, + 1.808, 735, - 1.491, + 1.497, 740, - 1.576, + 1.582, 744, - 1.507, + 1.513, 755, - 2.843, + 2.854, 762, - 2.295, + 2.28, 765, - 1.089, + 1.093, 775, - 1.722, + 1.729, 796, - 2.271, + 2.28, 799, - 1.893, + 1.9, 803, - 3.473, + 3.484, 817, - 2.345, + 2.354, 849, - 1.38, + 1.385, 858, - 1.86, + 1.867, 861, - 2.096, + 2.104, 874, - 1.594, + 1.6, 890, - 1.613, + 1.62, 898, - 1.785, + 1.791, 899, - 2.048, + 2.056, 901, - 1.344, + 1.349, 907, - 3.312, + 3.323, 908, - 2.345, + 2.354, 911, - 1.722, + 1.729, 914, - 2.644, + 2.651, 915, - 1.192, + 1.197, 931, - 2.992, + 2.962, 944, - 3.729, + 3.737, 975, - 2.412, + 2.419, 978, - 2.873, + 2.88, 993, - 1.747, + 1.754, 996, - 1.576, + 1.582, 1002, - 1.54, + 1.546, 1007, - 1.762, + 1.767, 1010, - 1.278, + 1.283, 1011, - 3.242, + 3.252, 1025, - 1.228, + 1.233, 1034, - 2.427, + 2.434, 1044, - 2.271, + 2.28, 1055, - 2.868, + 2.876, 1062, - 1.699, + 1.705, 1064, - 1.523, + 1.529, 1068, - 3.177, + 3.187, 1089, - 4.17, + 4.181, 1090, - 2.34, + 2.347, 1094, - 2.345, + 2.354, 1104, - 3.258, + 3.263, 1120, - 1.83, + 1.837, 1140, - 2.317, + 2.324, 1153, - 2.363, + 2.37, 1165, - 2.537, + 2.547, 1166, - 1.801, + 1.808, 1172, - 1.576, + 1.582, 1186, - 1.523, + 1.529, 1224, - 1.491, + 1.497, 1235, - 2.005, + 2.012, 1269, - 4.981, + 4.989, 1295, - 2.375, + 2.381, 1314, - 2.096, + 2.104, 1324, - 1.613, + 1.62, 1326, - 3.854, + 3.864, 1328, - 2.345, + 2.354, 1332, - 1.257, + 1.262, 1426, - 1.893, + 1.9, 1428, - 1.699, + 1.705, 1440, - 1.893, + 1.9, 1445, - 2.206, + 2.214, 1460, - 2.825, + 2.834, 1465, - 1.097, + 1.101, 1472, - 1.393, + 1.398, 1475, - 3.567, + 3.578, 1498, - 2.148, + 2.156, 1500, - 2.148, + 2.156, 1504, - 2.537, + 2.547, 1507, - 3.117, + 3.127, 1508, - 2.345, + 2.354, 1509, - 2.148, + 2.156, 1511, - 1.676, + 1.682, 1514, - 2.345, + 2.354, 1541, - 1.676, + 1.682, 1543, - 1.83, + 1.837, 1546, - 1.613, + 1.62, 1570, - 2.096, + 2.104, 1572, - 2.668, + 2.678, 1596, - 2.675, + 2.684, 1604, - 2.642, + 2.65, 1628, - 2.622, + 2.629, 1649, - 1.634, + 1.64, 1655, - 1.634, + 1.64, 1681, - 1.332, + 1.337, 1697, - 2.005, + 2.012, 1721, - 2.148, + 2.156, 1724, - 1.476, + 1.482, 1764, - 2.668, + 2.678, 1769, - 1.433, + 1.438, 1804, - 3.488, + 3.496, 1823, - 1.893, + 1.867, 1869, - 2.048, + 2.056, 1872, - 1.893, + 1.9, 1874, - 4.699, + 4.708, 1875, - 2.206, + 2.214, 1884, - 1.321, + 1.326, 1908, - 1.406, + 1.411, 1942, - 1.747, + 1.754, 1943, - 2.843, + 2.854, 1949, - 3.793, + 3.805, 1962, - 3.672, + 3.684, 2035, - 1.928, + 1.935, 2062, - 2.345, + 2.354, 2091, - 4.598, + 4.612, 2117, - 2.048, + 2.056, 2169, - 2.096, + 2.104, 2217, - 1.893, + 1.9, 2253, - 2.537, + 2.547, 2261, - 1.747, + 1.754, 2268, - 1.654, + 1.661, 2279, - 3.793, + 3.805, 2336, - 3.389, + 3.399, 2379, - 2.005, + 2.012, 2389, - 1.801, + 1.808, 2451, - 2.345, + 2.354, 2559, - 2.668, + 2.678, 2614, - 2.345, + 2.354, 2641, - 2.668, + 2.678, 2657, - 1.747, + 1.754, 2666, - 2.668, + 2.678, 2684, - 2.959, + 2.968, 2700, - 2.271, + 2.28, 2707, - 2.432, + 2.442, 2718, - 2.206, + 2.214, 2719, - 4.314, + 4.115, 2752, - 2.432, + 2.442, 2786, - 2.432, + 2.442, 2806, - 2.668, + 2.678, 2822, - 1.893, + 1.9, 2850, - 2.345, + 2.354, 2854, - 3.242, + 3.252, 2872, - 3.567, + 3.578, 2967, - 2.048, + 2.056, 2978, - 2.206, + 2.214, 2991, - 2.345, + 2.354, 3079, - 2.271, + 2.28, 3088, - 2.345, + 2.354, 3090, - 2.668, + 2.678, 3107, - 2.148, + 2.156, 3131, - 4.103, + 4.115, 3132, - 4.598, + 4.612, 3140, - 2.148, + 2.156, 3338, - 4.314, + 4.328, 3389, - 2.537, + 2.547, 3408, - 2.668, + 2.678, 3527, - 2.096, + 2.104, 3599, - 3.312, + 3.323, 3615, - 2.345, + 2.354, 3623, - 2.432, + 2.442, 3629, - 4.103, + 4.115, 3677, - 2.537, + 2.547, 3830, - 2.537, + 2.547, 3887, - 2.668, + 2.678, 4136, - 2.668, + 2.678, 4244, - 2.271, + 2.28, 4326, - 2.668, + 2.678, 4350, - 2.668, + 2.678, 4353, - 3.934, + 3.946, 4355, - 2.843, + 2.854, 4497, - 2.843, + 2.854, 4551, - 2.537, + 2.547, 4571, - 2.537, + 2.547, 4593, - 4.314, + 4.328, 4874, - 2.537, + 2.547, 5052, - 2.843, + 2.854, 5163, - 2.432, + 2.442, 5173, - 2.843, + 2.854, 5174, - 2.668, + 2.678, 5175, - 3.109, + 3.121, 5176, - 2.843, + 2.854, 5177, - 2.668, + 2.678, 5178, - 2.537, + 2.547, 5179, - 3.109, + 3.121, 5180, - 5.028, + 5.043, 5181, - 3.109, + 3.121, 5182, - 2.843, + 2.854, 5183, - 2.843, + 2.854, 5184, - 2.668, + 2.678, 5185, - 3.109, + 3.121, 5186, - 2.843, + 2.854, 5187, - 2.843, + 2.854, 5188, - 3.109, + 3.121, 5189, - 3.109, + 3.121, 5190, - 2.537, + 2.547, 5191, - 3.109, + 3.121, 5192, - 3.109, + 3.121, 5193, - 2.843, + 2.854, 5194, - 3.109, + 3.121, 5195, - 2.668, + 2.678, 5196, - 6.33, + 6.347, 5197, - 3.109, + 3.121, 5198, - 5.028, + 5.043, 5199, - 5.028, + 5.043, 5200, - 7.272, + 7.288, 5201, - 2.537, + 2.547, 5202, - 3.109, + 3.121, 5203, - 3.109, + 3.121, 5204, - 2.843, + 2.854, 5205, - 2.843, + 2.854, 5206, - 2.843, + 2.854, 5207, - 3.109, + 3.121, 5208, - 3.109, + 3.121, 5209, - 5.028, + 5.043, 5210, - 2.843, + 2.854, 5211, - 1.965, + 1.972, 5212, - 2.843, + 2.854, 5213, - 3.109, + 3.121, 5214, - 2.843, + 2.854, 5215, - 2.668, + 2.678, 5216, - 5.028, + 5.043, 5217, - 3.109, + 3.121, 5218, - 3.109, + 3.121, 5219, - 3.109, + 3.121, 5220, - 3.109, + 3.121, 5221, - 3.109, + 3.121, 5222, - 2.843, + 2.854, 5223, - 2.537, + 2.547, 5224, - 3.109, + 3.121, 5225, - 3.109, + 3.121, 5226, - 3.109 + 3.121 ] ], [ @@ -42967,303 +42967,303 @@ "data/manuals/app-manifest", [ 0, - 0.591, + 0.592, 1, - 1.233, + 1.237, 2, - 1.221, + 1.224, 3, - 1.265, + 1.269, 4, - 1.265, + 1.269, 5, - 1.272, + 1.276, 6, - 1.272, + 1.276, 7, 1.58, 9, - 1.635, + 1.64, 18, - 1.091, + 1.092, 20, - 1.22, + 1.221, 22, - 3.427, + 3.433, 28, - 2.337, + 2.344, 36, - 1.406, + 1.409, 38, - 1.2, + 1.201, 46, - 1.455, + 1.457, 52, - 1.941, + 1.946, 57, - 1.382, + 1.383, 59, - 1.046, + 1.047, 62, - 2.333, + 2.338, 77, - 0.998, + 1.001, 79, - 0.599, + 0.6, 86, - 3.421, + 3.425, 90, - 1.149, + 1.152, 97, - 2.039, + 2.043, 99, 0.936, 102, - 2.144, + 2.137, 105, - 1.934, + 1.94, 106, - 1.749, + 1.751, 111, - 2.014, + 2.02, 113, - 2.244, + 2.246, 121, - 1.595, + 1.599, 126, - 1.938, + 1.941, 132, - 3.153, + 3.157, 148, - 0.989, + 0.992, 151, - 1.997, + 1.987, 208, - 3.668, + 3.674, 243, - 3.494, + 3.501, 247, - 3.23, + 3.234, 256, - 2.292, + 2.295, 263, - 3.395, + 3.397, 266, - 3.13, + 3.137, 268, - 1.44, + 1.443, 269, - 1.094, + 1.097, 273, - 1.19, + 1.193, 290, - 2.745, + 2.751, 306, - 2.12, + 2.126, 330, - 1.537, + 1.542, 340, - 3.521, + 3.531, 342, - 2.159, + 2.166, 345, - 3.419, + 3.426, 382, - 1.735, + 1.74, 383, - 4.646, + 4.656, 471, - 1.891, + 1.894, 489, - 2.243, + 2.25, 552, - 3.277, + 3.279, 553, - 1.723, + 1.728, 574, - 3.383, + 3.39, 608, - 2.388, + 2.395, 614, - 2.766, + 2.771, 617, - 7.156, + 7.168, 622, - 4.043, + 4.05, 623, - 4.334, + 4.339, 627, - 2.792, + 2.8, 629, - 2.937, + 2.94, 661, - 8.38, + 8.389, 667, - 4.408, + 4.421, 679, - 3.735, + 3.742, 683, - 3.542, + 3.548, 685, - 4.159, + 4.163, 691, - 3.224, + 3.227, 715, - 6.092, + 6.095, 727, - 3.934, + 3.945, 728, - 2.362, + 2.369, 742, - 6.052, + 6.065, 750, - 4.734, + 4.739, 751, - 2.852, + 2.858, 759, - 3.109, + 3.118, 773, - 3.538, + 3.542, 774, - 3.189, + 3.195, 812, - 5.917, + 5.926, 872, - 4.408, + 4.421, 874, - 3.616, + 3.624, 925, - 3.176, + 3.185, 947, - 2.533, + 2.54, 987, - 4.438, + 4.445, 1002, - 4.132, + 4.138, 1010, - 1.981, + 1.987, 1025, - 1.905, + 1.91, 1060, - 2.709, + 2.717, 1083, - 5.518, + 5.53, 1090, - 2.243, + 2.25, 1137, - 2.884, + 2.893, 1139, - 2.709, + 2.717, 1269, - 3.907, + 3.915, 1341, - 7.237, + 7.245, 1403, - 4.357, + 4.363, 1420, - 3.772, + 3.783, 1463, - 5.945, + 5.952, 1638, - 4.457, + 4.466, 1661, - 2.415, + 2.422, 1675, - 4.496, + 4.503, 1701, - 7.133, + 7.141, 1807, - 2.313, + 2.319, 1858, - 6.046, + 6.054, 1946, - 5.151, + 5.162, 1988, - 7.981, + 7.989, 2024, - 3.77, + 3.777, 2066, - 5.621, + 5.503, 2083, - 3.33, + 3.34, 2087, - 3.047, + 3.055, 2101, - 4.373, + 4.382, 2116, - 4.023, + 4.031, 2171, - 8.237, + 8.24, 2173, - 2.837, + 2.845, 2189, - 2.671, + 2.678, 2190, - 4.085, + 4.093, 2562, - 3.637, + 3.647, 2565, - 3.25, + 3.259, 3094, - 3.33, + 3.34, 3265, - 9.329, + 9.338, 3409, - 4.137, + 4.149, 4090, - 3.521, + 3.531, 4131, - 6.052, + 6.065, 4150, - 3.521, + 3.531, 4653, - 8.38, + 8.389, 4732, - 4.137, + 4.149, 4745, - 4.294, + 4.303, 5190, - 3.934, + 3.945, 5227, - 8.34, + 8.354, 5228, - 4.137, + 4.149, 5229, - 4.821, + 4.835, 5230, - 4.821, + 4.835, 5231, - 4.821, + 4.835, 5232, - 7.053, + 7.068, 5233, - 4.821, + 4.835, 5234, - 7.053, + 7.068, 5235, - 7.053, + 7.068, 5236, - 4.821, + 4.835, 5237, - 7.053, + 7.068, 5238, - 4.821, + 4.835, 5239, - 4.821, + 4.835, 5240, - 4.821, + 4.835, 5241, - 4.821, + 4.835, 5242, - 4.821, + 4.835, 5243, - 4.821, + 4.835, 5244, - 4.821, + 4.835, 5245, - 4.821, + 4.835, 5246, - 4.821 + 4.835 ] ], [ @@ -43283,9 +43283,9 @@ 2, 2.515, 3, - 2.607, + 2.608, 4, - 2.607, + 2.608, 5, 2.621, 6, @@ -43303,7 +43303,7 @@ "data/manuals/models", [ 0, - 1.205, + 1.206, 1, 2.517, 2, @@ -43313,9 +43313,9 @@ 4, 2.583, 5, - 2.596, + 2.597, 6, - 2.596, + 2.597, 7, 1.521 ] @@ -43337,9 +43337,9 @@ 2, 2.515, 3, - 2.607, + 2.608, 4, - 2.607, + 2.608, 5, 2.621, 6, @@ -43357,153 +43357,153 @@ "data/manuals/networking", [ 0, - 0.942, + 0.944, 1, - 1.968, + 1.97, 2, - 1.947, + 1.95, 3, - 2.019, + 2.022, 4, - 2.019, + 2.022, 5, - 2.03, + 2.032, 6, - 2.03, + 2.032, 7, 1.549, 8, - 2.714, + 2.716, 18, - 1.06, + 1.061, 20, - 1.412, + 1.413, 36, - 1.534, + 1.536, 38, - 1.077, + 1.078, 41, - 4.041, + 4.047, 42, - 1.93, + 1.931, 46, - 1.516, + 1.517, 56, - 2.994, + 2.998, 57, 1.36, 59, - 1.038, + 1.039, 60, - 2.14, + 2.143, 79, - 0.948, + 0.949, 94, - 4.945, + 4.948, 99, - 0.861, + 0.862, 103, - 1.771, + 1.773, 107, - 1.464, + 1.466, 108, - 2.261, + 2.264, 126, - 1.527, + 1.529, 148, - 1.578, + 1.58, 167, - 3.111, + 3.115, 172, - 3.383, + 3.358, 177, - 2.353, + 2.357, 194, - 1.404, + 1.405, 226, - 2.14, + 2.143, 229, - 1.41, + 1.412, 260, - 2.592, + 2.596, 269, - 1.745, + 1.748, 271, - 3.992, + 3.949, 294, - 4.387, + 4.393, 645, - 5.709, + 5.714, 646, - 3.898, + 3.903, 695, - 4.386, + 4.39, 702, - 3.854, + 3.859, 745, - 5.314, + 5.321, 750, - 3.729, + 3.734, 751, - 3.111, + 3.115, 826, - 4.041, + 4.047, 1056, - 7.762, + 7.767, 1078, - 8.017, + 8.022, 1101, - 4.526, + 4.532, 1866, - 4.387, + 4.393, 1901, - 4.455, + 4.461, 1908, - 3.477, + 3.482, 1929, - 4.093, + 4.047, 2075, - 4.602, + 4.608, 2327, - 4.861, + 4.867, 2360, - 4.147, + 4.152, 2916, - 4.861, + 4.867, 2947, - 6.6, + 6.609, 2957, - 8.314, + 8.319, 2978, - 5.457, + 5.464, 3067, - 8.314, + 8.319, 3218, - 6.883, + 6.888, 3695, - 5.618, + 5.626, 4200, - 6.6, + 6.609, 5247, - 7.692, + 7.702, 5248, - 8.325, + 8.332, 5249, - 8.325, + 8.332, 5250, - 7.59, + 7.596, 5251, - 7.916, + 7.923, 5252, - 9.702, + 9.71, 5253, - 10.627, + 10.634, 5254, - 9.718, + 9.724, 5255, - 7.692, + 7.702, 5256, - 7.692 + 7.702 ] ], [ @@ -43517,903 +43517,903 @@ "data/manuals/compute", [ 0, - 0.29, + 0.292, 1, - 1.336, + 1.341, 2, - 0.6, + 0.603, 3, - 0.622, + 0.625, 4, - 0.622, - 5, 0.625, + 5, + 0.628, 6, - 0.625, + 0.628, 7, - 1.53, + 1.531, 8, - 2.442, + 2.446, 9, - 2.334, + 2.34, 10, - 1.722, + 1.726, 12, - 1.082, + 1.086, 15, - 1.854, + 1.862, 18, 1.122, 20, - 1.294, + 1.295, 21, - 1.598, + 1.604, 24, - 1.498, + 1.504, 36, - 1.491, + 1.494, 38, - 1.058, + 1.06, 42, - 0.949, + 0.952, 44, - 0.99, + 0.994, 46, - 1.527, + 1.528, 48, - 1.373, + 1.379, 49, - 1.389, + 1.394, 52, - 0.652, + 0.655, 56, - 0.922, + 0.926, 57, - 1.269, + 1.27, 59, - 0.99, + 0.991, 60, - 1.711, + 1.716, 62, - 1.328, + 1.333, 63, - 1.149, + 1.154, 70, - 0.998, + 1.003, 72, - 1.337, + 1.341, 77, - 1.87, + 1.873, 79, 0.988, 84, - 2.635, + 2.642, 88, - 2.137, + 2.144, 89, - 2.194, + 2.202, 90, - 0.957, + 0.96, 96, - 1.273, + 1.277, 97, - 2.687, + 2.692, 98, - 2.849, + 2.859, 99, - 1.061, + 1.062, 100, - 1.695, + 1.697, 102, - 1.922, + 1.916, 103, - 0.925, + 0.928, 104, - 1.215, + 1.206, 106, - 1.563, + 1.566, 107, - 1.769, + 1.772, 108, - 1.181, + 1.185, 110, - 2.43, + 2.437, 111, - 0.99, + 0.994, 112, - 3.302, + 3.312, 113, - 1.81, + 1.813, 115, - 1.731, + 1.739, 118, - 1.528, + 1.535, 119, - 2.035, + 2.042, 121, - 1.328, + 1.333, 122, - 1.25, + 1.255, 125, - 0.721, + 0.724, 126, - 1.968, + 1.971, 128, - 1.174, + 1.166, 132, - 0.814, + 0.818, 142, - 1.194, + 1.198, 146, - 1.161, + 1.166, 147, - 4.93, + 4.939, 148, - 2.099, + 2.101, 149, - 0.902, + 0.906, 150, - 1.017, + 1.02, 153, - 2.109, + 2.112, 158, - 0.693, + 0.696, 160, - 2.21, + 2.203, 161, - 1.598, + 1.604, 165, - 1.759, + 1.764, 166, - 1.887, + 1.894, 167, - 2.487, + 2.494, 168, - 1.245, + 1.251, 169, - 0.915, + 0.918, 174, - 2.507, + 2.514, 177, - 1.882, + 1.887, 178, - 2.564, + 2.57, 185, - 4.66, + 4.666, 196, - 2.38, + 2.386, 197, - 2.568, + 2.574, 198, - 1.094, + 1.098, 200, - 4.19, + 4.2, 201, - 1.174, + 1.178, 202, - 1.707, + 1.702, 206, - 1.149, + 1.154, 207, - 1.739, + 1.744, 208, - 2.705, + 2.713, 212, - 2.862, + 2.87, 226, - 2.08, + 2.085, 228, - 1.007, + 1.003, 229, - 1.128, + 1.131, 231, - 0.889, + 0.893, 234, - 1.352, + 1.358, 236, - 1.187, + 1.192, 238, - 1.332, + 1.338, 240, - 0.674, + 0.677, 241, - 1.119, + 1.122, 247, - 2.034, + 2.04, 249, - 1.137, + 1.142, 256, - 1.382, + 1.386, 260, - 1.761, + 1.766, 263, - 0.709, + 0.712, 266, - 2.73, + 2.737, 268, - 1.067, + 1.07, 269, - 1.562, + 1.565, 273, - 1.29, + 1.294, 280, - 0.929, + 0.933, 287, - 1.637, + 1.644, 288, - 1.278, + 1.283, 290, - 2.394, + 2.4, 300, - 1.313, + 1.319, 306, - 1.766, + 1.773, 332, - 2.291, + 2.296, 333, - 2.554, + 2.558, 334, - 1.313, + 1.319, 342, - 1.062, + 1.066, 345, - 1.947, + 1.954, 353, - 0.951, + 0.948, 368, - 0.674, + 0.677, 380, - 1.426, + 1.431, 382, - 1.445, + 1.45, 387, - 1.416, + 1.421, 390, - 2.591, + 2.598, 402, - 1.261, + 1.267, 423, - 3.029, + 3.04, 425, - 1.352, + 1.358, 429, - 4.887, + 4.893, 452, - 1.519, + 1.524, 454, - 3.172, + 3.178, 457, - 0.842, + 0.845, 471, - 0.635, + 0.638, 472, - 1.092, + 1.097, 473, - 1.042, + 1.047, 477, - 1.637, + 1.644, 500, - 0.865, + 0.868, 505, - 1.215, + 1.22, 506, - 1.443, + 1.449, 510, - 1.475, + 1.481, 521, - 0.825, + 0.828, 524, - 2.305, + 2.311, 541, - 1.261, + 1.267, 543, - 0.951, + 0.955, 553, - 1.435, + 1.44, 554, - 0.889, + 0.893, 555, - 1.258, + 1.255, 556, - 1.65, + 1.656, 568, - 2.936, + 2.945, 573, - 0.889, + 0.893, 574, - 1.137, + 1.142, 577, - 1.575, + 1.58, 587, - 1.598, + 1.604, 588, - 1.23, + 1.235, 598, - 3.369, + 3.38, 614, - 1.575, + 1.58, 622, - 1.149, + 1.154, 624, - 3.277, + 3.288, 629, - 0.713, + 0.716, 631, - 1.174, + 1.179, 636, - 2.639, + 2.646, 644, - 1.174, + 1.179, 659, - 1.352, + 1.358, 674, - 1.187, + 1.192, 676, - 2.384, + 2.392, 681, - 1.161, + 1.166, 685, - 1.637, + 1.643, 689, - 1.062, + 1.066, 691, - 1.599, + 1.604, 692, - 1.507, + 1.512, 694, - 1.731, + 1.739, 695, - 2.362, + 2.369, 703, - 0.929, + 0.933, 710, - 4.619, + 4.625, 718, - 1.637, + 1.644, 735, - 1.137, + 1.142, 757, - 1.934, + 1.942, 762, - 1.833, + 1.822, 771, - 1.103, + 1.108, 773, - 0.859, + 0.862, 791, - 1.731, + 1.739, 793, - 1.103, + 1.108, 799, - 1.443, + 1.449, 811, - 1.174, + 1.179, 859, - 1.187, + 1.192, 891, - 2.334, + 2.34, 898, - 0.842, + 0.845, 899, - 1.561, + 1.568, 917, - 1.072, + 1.076, 920, - 1.854, + 1.862, 923, - 2.56, + 2.568, 924, - 2.48, + 2.488, 939, - 1.174, + 1.179, 941, - 1.575, + 1.58, 951, - 3.075, + 3.084, 952, - 2.849, + 2.859, 960, - 1.082, + 1.076, 969, - 1.443, + 1.449, 978, - 0.937, + 0.94, 990, - 1.561, + 1.568, 993, - 2.257, + 2.265, 1002, - 1.989, + 1.997, 1007, - 0.83, + 0.834, 1010, - 0.974, + 0.978, 1019, - 0.896, + 0.9, 1025, - 1.587, + 1.592, 1034, - 0.909, + 0.913, 1041, - 2.362, + 2.369, 1042, - 1.561, + 1.568, 1043, - 2.974, + 2.981, 1045, - 1.561, + 1.568, 1050, - 2.034, + 2.042, 1060, - 2.257, + 2.265, 1082, - 1.498, + 1.504, 1089, - 1.561, + 1.568, 1104, - 0.825, + 0.828, 1126, - 2.012, + 1.997, 1144, - 4.778, + 4.787, 1146, - 1.024, + 1.029, 1155, - 1.947, + 1.954, 1173, - 2.56, + 2.568, 1184, - 1.498, + 1.504, 1188, - 1.161, + 1.166, 1295, - 1.507, + 1.512, 1301, - 1.682, + 1.689, 1326, - 1.443, + 1.449, 1331, - 1.934, + 1.942, 1332, - 2.487, + 2.494, 1343, - 1.313, + 1.319, 1361, - 1.561, + 1.568, 1380, - 3.446, + 3.458, 1401, - 1.443, + 1.449, 1403, - 1.125, + 1.13, 1409, - 1.854, + 1.862, 1415, - 1.637, + 1.644, 1498, - 1.637, + 1.644, 1502, - 1.215, + 1.22, 1503, - 1.854, + 1.862, 1543, - 1.395, + 1.401, 1549, - 1.934, + 1.942, 1594, - 2.29, + 2.298, 1596, - 2.78, + 2.789, 1604, - 2.11, + 2.117, 1607, - 1.373, + 1.379, 1608, - 2.403, + 2.411, 1642, - 3.277, + 3.288, 1646, - 2.034, + 2.042, 1650, - 1.418, + 1.424, 1651, - 2.403, + 2.411, 1656, - 3.816, + 3.828, 1662, - 1.766, + 1.773, 1675, - 1.278, + 1.283, 1676, - 1.498, + 1.504, 1701, - 4.492, + 4.505, 1715, - 3.446, + 3.458, 1774, - 1.201, + 1.206, 1790, - 2.849, + 2.859, 1793, - 3.369, + 3.38, 1803, - 4.249, + 4.261, 1804, - 1.137, + 1.142, 1807, - 2.95, + 2.958, 1808, - 5.906, + 5.92, 1814, - 3.111, + 3.09, 1822, - 3.029, + 3.04, 1823, - 1.443, + 1.424, 1825, - 3.277, + 3.288, 1829, - 4.483, + 4.497, 1864, - 1.561, + 1.568, 1871, - 2.982, + 2.99, 1879, - 5.025, + 5.032, 1882, - 1.052, + 1.056, 1884, - 1.706, + 1.712, 1948, - 1.261, + 1.267, 1968, - 1.261, + 1.267, 1982, - 2.012, + 1.997, 1987, - 2.034, + 2.042, 1988, - 4.812, + 4.825, 2035, - 1.469, + 1.476, 2084, - 1.528, + 1.535, 2089, - 1.332, + 1.338, 2101, - 1.469, + 1.476, 2114, - 1.498, + 1.504, 2135, - 1.682, + 1.689, 2156, - 1.443, + 1.449, 2164, - 1.735, + 1.741, 2188, - 1.731, + 1.739, 2190, - 3.026, + 3.035, 2217, - 1.443, + 1.449, 2226, - 2.589, + 2.547, 2236, - 1.469, + 1.476, 2244, - 1.637, + 1.644, 2271, - 1.854, + 1.862, 2297, - 1.528, + 1.535, 2312, - 1.788, + 1.796, 2336, - 1.598, + 1.604, 2384, - 5.412, + 5.421, 2385, - 1.788, + 1.796, 2441, - 3.928, + 3.936, 2452, - 1.682, + 1.689, 2542, - 1.469, + 1.476, 2613, - 8.206, + 8.21, 2614, - 5.192, + 5.205, 2622, - 1.854, + 1.862, 2633, - 1.215, + 1.22, 2634, - 2.167, + 2.177, 2635, - 3.446, + 3.458, 2636, - 2.167, + 2.177, 2637, - 5.707, + 5.717, 2640, - 2.849, + 2.859, 2641, - 2.034, + 2.042, 2657, - 6.206, + 6.211, 2667, - 1.731, + 1.739, 2674, - 5.278, + 5.292, 2700, - 1.731, + 1.739, 2715, - 2.167, + 2.177, 2736, - 1.332, + 1.338, 2738, - 3.369, + 3.38, 2740, - 4.263, + 4.276, 2753, - 1.854, + 1.862, 2757, - 3.672, + 3.685, 2780, - 2.49, + 2.499, 2785, - 1.934, + 1.942, 2810, - 2.167, + 2.177, 2823, - 2.167, + 2.177, 2836, - 1.854, + 1.862, 2879, - 7.37, + 7.382, 2978, - 1.682, + 1.689, 3085, - 2.034, + 2.042, 3092, - 1.854, + 1.862, 3107, - 1.637, + 1.644, 3120, - 4.088, + 4.1, 3124, - 1.637, + 1.644, 3141, - 1.854, + 1.862, 3219, - 2.034, + 2.042, 3272, - 3.277, + 3.288, 3425, - 1.854, + 1.862, 3583, - 1.682, + 1.689, 3584, - 2.849, + 2.859, 3727, - 2.403, + 2.411, 3888, - 1.731, + 1.739, 4074, - 2.167, + 2.177, 4090, - 1.731, + 1.739, 4098, - 2.49, + 2.499, 4180, - 1.788, + 1.796, 4235, - 1.934, + 1.942, 4257, - 1.731, + 1.739, 4258, - 3.142, + 3.153, 4545, - 2.034, + 2.042, 4552, - 1.854, + 1.862, 4570, - 2.167, + 2.177, 4580, - 2.034, + 2.042, 4583, - 2.034, + 2.042, 4585, - 1.934, + 1.942, 4592, - 1.934, + 1.942, 4595, - 1.528, + 1.504, 4602, - 2.167, + 2.177, 4646, - 2.933, + 2.944, 4783, - 1.731, + 1.739, 4969, - 1.788, + 1.796, 5075, - 3.672, + 3.685, 5093, - 2.034, + 2.042, 5113, - 1.934, + 1.942, 5136, - 2.167, + 2.177, 5257, - 2.034, + 2.042, 5258, - 2.37, + 2.38, 5259, - 2.37, + 2.38, 5260, - 4.778, + 4.793, 5261, - 2.034, + 2.042, 5262, - 2.37, + 2.38, 5263, - 2.167, + 2.177, 5264, - 2.37, + 2.38, 5265, - 2.37, + 2.38, 5266, - 2.37, + 2.38, 5267, - 2.37, + 2.38, 5268, - 4.016, + 4.03, 5269, - 2.167, + 2.177, 5270, - 2.37, + 2.38, 5271, - 2.167, + 2.177, 5272, - 2.37, + 2.38, 5273, - 2.167, + 2.177, 5274, - 2.37, + 2.38, 5275, - 2.167, + 2.177, 5276, - 2.37, + 2.38, 5277, - 2.37, + 2.38, 5278, - 2.37, + 2.38, 5279, - 6.836, + 6.851, 5280, - 3.142, + 3.153, 5281, - 2.37, + 2.38, 5282, - 2.37, + 2.38, 5283, - 2.034, + 2.042, 5284, - 2.37, + 2.38, 5285, - 6.294, + 6.309, 5286, - 2.37, + 2.38, 5287, - 4.016, + 4.03, 5288, - 2.37, + 2.38, 5289, - 2.37, + 2.38, 5290, - 2.37, + 2.38, 5291, - 2.37, + 2.38, 5292, - 4.778, + 4.793, 5293, - 2.167, + 2.177, 5294, - 2.034, + 2.042, 5295, - 2.37, + 2.38, 5296, - 2.37, + 2.38, 5297, - 5.019, + 5.033, 5298, - 6.151, + 6.168, 5299, - 4.016, + 4.03, 5300, - 4.016, + 4.03, 5301, - 4.016, + 4.03, 5302, - 4.016, + 4.03, 5303, - 4.016, + 4.03, 5304, - 4.016, + 4.03, 5305, - 6.151, + 6.168, 5306, - 2.37, + 2.38, 5307, - 2.37, + 2.38, 5308, - 2.37, + 2.38, 5309, - 2.37, + 2.38, 5310, - 2.37, + 2.38, 5311, - 6.883, + 6.899, 5312, - 2.37, + 2.38, 5313, - 6.151, + 6.168, 5314, - 2.37, + 2.38, 5315, - 4.016, + 4.03, 5316, - 4.016, + 4.03, 5317, - 2.37, + 2.38, 5318, - 4.016, + 4.03, 5319, - 4.016, + 4.03, 5320, - 2.37, + 2.38, 5321, - 2.37, + 2.38, 5322, - 2.37, + 2.38, 5323, - 2.37, + 2.38, 5324, - 2.37, + 2.38, 5325, - 2.37, + 2.38, 5326, - 2.37, + 2.38, 5327, - 2.37, + 2.38, 5328, - 2.37, + 2.38, 5329, - 2.167, + 2.177, 5330, - 5.225, + 5.241, 5331, - 2.37, + 2.38, 5332, - 4.016, + 4.03, 5333, - 2.37, + 2.38, 5334, - 2.37, + 2.38, 5335, - 2.167, + 2.177, 5336, - 2.37, + 2.38, 5337, - 2.37, + 2.38, 5338, - 3.277, + 3.288, 5339, - 2.37, + 2.38, 5340, - 2.37 + 2.38 ] ], [ @@ -44427,1483 +44427,1483 @@ "data/manuals/editor-scripts", [ 0, - 0.136, + 0.137, 1, - 0.284, + 0.285, 2, - 1.186, + 1.19, 3, - 0.291, + 0.293, 4, - 0.291, - 5, 0.293, + 5, + 0.294, 6, - 0.293, + 0.294, 7, - 1.558, + 1.559, 8, - 2.191, + 2.196, 9, - 2.512, + 2.518, 10, - 2.004, + 2.008, 18, - 1.069, + 1.07, 20, - 1.454, + 1.455, 22, - 0.456, + 0.459, 30, - 0.774, + 0.777, 36, - 1.728, + 1.731, 38, - 1.098, + 1.1, 39, - 1.563, + 1.567, 41, - 1.076, + 1.081, 42, - 0.518, + 0.52, 43, - 1.063, + 1.067, 44, - 1.19, + 1.195, 46, - 1.64, + 1.641, 49, - 3.975, + 3.978, 50, - 3.969, + 3.979, 52, - 1.142, + 1.146, 54, - 0.972, + 0.977, 55, - 2.474, + 2.482, 56, - 0.797, + 0.801, 57, - 1.386, + 1.387, 58, - 1.479, + 1.485, 59, - 0.996, + 0.997, 60, - 0.57, + 0.572, 61, - 1.269, + 1.275, 62, - 1.549, + 1.554, 69, - 0.962, + 0.967, 72, - 0.681, + 0.685, 75, - 0.901, + 0.905, 77, - 1.849, + 1.852, 78, - 0.493, + 0.495, 79, - 0.993, + 0.994, 84, - 2.701, + 2.709, 85, - 3.085, + 3.095, 86, - 0.665, + 0.668, 90, - 1.421, + 1.425, 91, - 2.035, + 2.041, 92, - 2.392, + 2.399, 94, - 0.953, + 0.957, 95, - 3.645, + 3.652, 97, - 2.505, + 2.51, 99, 1.0, 100, - 1.626, + 1.629, 102, - 0.733, + 0.732, 103, - 1.888, + 1.892, 105, - 1.422, + 1.427, 106, - 1.82, + 1.822, 107, - 1.675, + 1.678, 108, - 0.838, + 0.841, 109, - 1.557, + 1.551, 110, - 0.809, + 0.813, 111, - 0.855, + 0.859, 113, - 1.569, + 1.573, 116, - 2.687, + 2.694, 119, - 1.038, + 1.042, 121, - 1.372, + 1.377, 122, - 0.887, + 0.891, 124, - 2.041, + 2.048, 125, - 1.813, + 1.819, 126, - 1.915, + 1.918, 128, - 1.014, + 1.008, 132, - 0.703, + 0.707, 133, - 0.607, + 0.61, 140, - 1.313, + 1.318, 141, - 0.757, + 0.761, 148, - 1.962, + 1.965, 150, - 1.931, + 1.935, 151, - 0.848, + 0.845, 153, - 2.357, + 2.36, 158, - 1.631, + 1.636, 160, - 2.424, + 2.416, 165, - 2.553, + 2.558, 166, - 0.522, + 0.524, 167, - 0.449, + 0.451, 169, - 1.165, + 1.168, 170, - 1.359, + 1.364, 172, - 2.454, + 2.44, 174, - 2.814, + 2.821, 175, - 3.575, + 3.582, 177, - 0.626, + 0.629, 178, - 3.055, + 3.061, 193, - 0.688, + 0.692, 194, - 1.018, + 1.021, 196, - 2.18, + 2.186, 197, - 1.217, + 1.222, 198, - 1.52, + 1.524, 201, - 1.339, + 1.343, 202, - 1.947, + 1.941, 205, - 0.838, + 0.842, 207, - 1.558, + 1.564, 210, - 1.894, + 1.9, 211, - 1.858, + 1.865, 216, - 3.24, + 3.247, 226, - 1.435, + 1.439, 229, - 1.503, + 1.506, 230, - 1.444, + 1.449, 231, - 2.939, + 2.945, 235, - 0.702, + 0.705, 236, - 2.796, + 2.804, 239, - 2.268, + 2.275, 240, - 1.007, + 1.011, 241, - 1.912, + 1.915, 243, - 1.014, + 1.019, 244, - 1.101, + 1.097, 247, - 0.942, + 0.946, 249, - 1.367, + 1.372, 250, - 0.791, + 0.795, 251, - 0.944, + 0.948, 256, - 1.76, + 1.764, 257, - 0.809, + 0.813, 260, - 0.374, + 0.376, 263, - 1.885, + 1.891, 264, - 1.735, + 1.742, 266, - 0.493, + 0.495, 268, - 1.674, + 1.678, 269, - 2.053, + 2.057, 273, - 1.556, + 1.561, 275, - 2.445, + 2.455, 280, - 1.117, + 1.122, 282, - 0.55, + 0.553, 285, - 0.497, + 0.5, 313, - 2.595, + 2.602, 327, - 0.767, + 0.771, 330, - 1.493, + 1.498, 332, - 1.984, + 1.99, 333, - 1.173, + 1.178, 341, - 2.011, + 1.997, 342, - 1.858, + 1.865, 353, - 2.77, + 2.756, 362, - 0.748, + 0.752, 368, - 0.582, + 0.585, 380, - 1.473, + 1.478, 381, - 1.269, + 1.275, 382, - 1.025, + 1.03, 387, - 2.102, + 2.109, 390, - 1.492, + 1.498, 392, - 1.807, + 1.813, 411, - 2.43, + 2.438, 425, - 2.671, + 2.68, 428, - 0.664, + 0.668, 439, - 0.748, + 0.752, 442, - 0.497, + 0.5, 446, - 2.346, + 2.354, 449, - 2.482, + 2.491, 451, - 0.811, + 0.815, 452, - 1.622, + 1.627, 454, - 1.864, + 1.871, 457, - 0.727, + 0.73, 459, - 0.517, + 0.519, 471, - 1.255, + 1.259, 472, - 1.632, + 1.639, 473, - 2.622, + 2.63, 479, - 0.417, + 0.419, 481, - 0.643, + 0.636, 485, - 0.838, + 0.842, 490, - 1.48, + 1.486, 496, - 1.326, + 1.331, 500, - 0.405, + 0.407, 502, - 1.349, + 1.355, 504, - 2.373, + 2.354, 510, - 1.047, + 1.051, 512, - 1.015, + 1.02, 521, - 1.444, + 1.449, 524, - 2.4, + 2.406, 534, - 0.522, + 0.524, 540, - 1.269, + 1.275, 543, - 0.822, + 0.825, 546, - 0.599, + 0.602, 547, - 0.653, + 0.657, 550, - 1.326, + 1.331, 552, - 0.609, + 0.612, 553, - 0.397, + 0.399, 554, - 1.329, + 1.335, 555, - 0.892, + 0.891, 561, - 1.484, + 1.489, 563, - 1.294, + 1.275, 565, - 0.811, + 0.815, 567, - 0.576, + 0.579, 568, - 0.624, + 0.627, 572, - 0.906, + 0.91, 573, - 0.768, + 0.772, 574, - 0.982, + 0.987, 579, - 0.556, + 0.559, 580, - 1.801, + 1.808, 581, - 0.599, + 0.602, 583, - 0.688, + 0.692, 587, - 0.748, + 0.752, 588, - 1.063, + 1.067, 590, - 0.848, + 0.852, 594, - 2.747, + 2.755, 595, - 1.104, + 1.109, 601, - 1.697, + 1.702, 608, - 0.55, + 0.553, 614, - 0.435, + 0.438, 615, - 0.591, + 0.594, 622, - 1.381, + 1.387, 624, - 1.671, + 1.678, 627, - 0.643, + 0.646, 629, - 1.99, + 1.996, 633, - 0.563, + 0.565, 634, - 1.85, + 1.857, 636, - 1.591, + 1.597, 638, - 0.702, + 0.705, 642, - 2.828, + 2.837, 644, - 1.755, + 1.762, 646, - 2.102, + 2.11, 648, - 0.538, + 0.541, 650, - 0.731, + 0.735, 652, - 3.156, + 3.167, 656, - 0.702, + 0.705, 660, - 1.225, + 1.231, 664, - 0.811, + 0.815, 666, - 1.877, + 1.885, 669, - 2.903, + 2.913, 672, - 1.93, + 1.919, 674, - 0.556, + 0.559, 675, - 0.426, + 0.428, 677, - 0.512, + 0.514, 678, - 1.38, + 1.386, 679, - 1.276, + 1.282, 680, - 0.583, + 0.586, 681, - 3.511, + 3.519, 683, - 0.87, + 0.874, 685, - 1.161, + 1.166, 689, - 2.097, + 2.105, 691, - 1.824, + 1.829, 692, - 2.366, + 2.373, 695, - 0.502, + 0.504, 701, - 0.583, + 0.586, 702, - 0.556, + 0.559, 703, - 2.991, + 2.998, 708, - 3.322, + 3.333, 709, - 0.702, + 0.705, 710, - 0.993, + 0.997, 713, - 0.591, + 0.586, 716, - 1.625, + 1.632, 735, - 1.367, + 1.372, 740, - 0.563, + 0.565, 743, - 0.811, + 0.815, 744, - 1.381, + 1.387, 747, - 0.624, + 0.627, 749, - 1.119, + 1.124, 751, - 0.449, + 0.451, 752, - 1.632, + 1.639, 762, - 1.617, + 1.608, 765, - 1.454, + 1.459, 770, - 0.869, + 0.873, 771, - 1.326, + 1.331, 773, - 1.032, + 1.037, 775, - 0.615, + 0.618, 785, - 0.633, + 0.636, 792, - 1.625, + 1.632, 801, - 0.544, + 0.547, 809, - 0.624, + 0.627, 811, - 1.412, + 1.417, 816, - 0.838, + 0.842, 826, - 0.583, + 0.586, 827, - 1.186, + 1.191, 831, - 0.664, + 0.668, 834, - 1.412, + 1.417, 837, - 1.32, + 1.326, 849, - 0.493, + 0.495, 850, - 0.906, + 0.91, 854, - 0.615, + 0.618, 856, - 0.446, + 0.448, 857, - 0.633, + 0.636, 858, - 0.664, + 0.668, 860, - 1.038, + 1.042, 861, - 0.748, + 0.752, 866, - 0.414, + 0.416, 877, - 0.748, + 0.735, 891, - 1.588, + 1.594, 895, - 0.533, + 0.535, 901, - 0.48, + 0.482, 910, - 1.09, + 1.094, 912, - 0.716, + 0.72, 913, - 0.702, + 0.705, 914, - 0.464, + 0.466, 915, - 1.977, + 1.984, 917, - 0.502, + 0.504, 923, - 0.544, + 0.547, 924, - 1.353, + 1.358, 931, - 0.307, + 0.306, 939, - 3.124, + 3.132, 941, - 0.435, + 0.438, 944, - 0.569, + 0.572, 948, - 1.126, + 1.131, 950, - 0.731, + 0.735, 960, - 1.617, + 1.608, 980, - 0.716, + 0.72, 984, - 0.838, + 0.842, 985, - 0.811, + 0.815, 987, - 1.09, + 1.094, 993, - 1.151, + 1.156, 994, - 1.453, + 1.459, 995, - 1.294, + 1.3, 996, - 1.444, + 1.45, 1007, - 0.389, + 0.391, 1008, - 0.788, + 0.792, 1010, - 0.456, + 0.459, 1023, - 1.015, + 1.02, 1034, - 2.538, + 2.545, 1039, - 3.008, + 3.017, 1043, - 1.793, + 1.799, 1046, - 0.664, + 0.668, 1047, - 2.223, + 2.231, 1048, - 0.869, + 0.873, 1064, - 0.544, + 0.547, 1067, - 0.363, + 0.365, 1068, - 2.959, + 2.969, 1071, - 0.633, + 0.627, 1072, - 1.671, + 1.678, 1075, - 3.197, + 3.207, 1079, - 1.381, + 1.387, 1081, - 0.676, + 0.679, 1082, - 1.294, + 1.3, 1090, - 1.326, + 1.331, 1103, - 0.731, + 0.735, 1104, - 0.713, + 0.716, 1107, - 0.55, + 0.553, 1120, - 0.653, + 0.657, 1126, - 2.346, + 2.328, 1140, - 2.158, + 2.165, 1146, - 0.48, + 0.482, 1153, - 0.962, + 0.967, 1157, - 1.497, + 1.503, 1160, - 0.664, + 0.668, 1166, - 2.712, + 2.721, 1173, - 1.003, + 1.008, 1189, - 1.602, + 1.609, 1202, - 1.682, + 1.689, 1208, - 1.247, + 1.252, 1212, - 1.671, + 1.678, 1213, - 0.838, + 0.842, 1216, - 1.104, + 1.094, 1221, - 0.55, + 0.553, 1256, - 0.688, + 0.692, 1264, - 1.349, + 1.355, 1265, - 0.906, + 0.91, 1266, - 0.906, + 0.91, 1269, - 1.578, + 1.585, 1271, - 1.872, + 1.881, 1272, - 3.385, + 3.393, 1273, - 2.441, + 2.45, 1275, - 3.658, + 3.67, 1279, - 4.131, + 4.141, 1283, - 5.361, + 5.369, 1291, - 0.664, + 0.668, 1295, - 1.935, + 1.941, 1296, - 1.062, + 1.066, 1298, - 1.294, + 1.3, 1302, - 0.811, + 0.815, 1312, - 0.811, + 0.815, 1323, - 2.49, + 2.497, 1326, - 1.735, + 1.742, 1328, - 0.838, + 0.842, 1332, - 1.678, + 1.684, 1333, - 0.953, + 0.957, 1340, - 1.453, + 1.459, 1343, - 0.615, + 0.618, 1375, - 0.811, + 0.815, 1378, - 0.676, + 0.679, 1379, - 1.649, + 1.639, 1381, - 2.513, + 2.523, 1386, - 0.811, + 0.815, 1393, - 0.869, + 0.873, 1395, - 1.872, + 1.881, 1401, - 0.676, + 0.679, 1403, - 0.527, + 0.53, 1406, - 0.507, + 0.509, 1411, - 3.355, + 3.363, 1412, - 0.748, + 0.752, 1413, - 3.839, + 3.849, 1420, - 0.869, + 0.873, 1422, - 1.872, + 1.881, 1425, - 0.906, + 0.91, 1432, - 1.151, + 1.156, 1434, - 1.427, + 1.433, 1435, - 0.869, + 0.873, 1436, - 1.545, + 1.552, 1440, - 0.676, + 0.679, 1456, - 5.411, + 5.426, 1459, - 1.161, + 1.166, 1460, - 0.624, + 0.627, 1465, - 2.102, + 2.109, 1471, - 2.555, + 2.563, 1472, - 0.917, + 0.921, 1478, - 2.149, + 2.158, 1492, - 0.688, + 0.692, 1500, - 1.414, + 1.421, 1502, - 0.569, + 0.572, 1510, - 1.837, + 1.845, 1511, - 0.599, + 0.602, 1525, - 0.702, + 0.705, 1544, - 0.688, + 0.692, 1548, - 0.599, + 0.602, 1570, - 0.748, + 0.752, 1596, - 1.885, + 1.893, 1604, - 4.395, + 4.404, 1628, - 0.46, + 0.462, 1636, - 0.643, + 0.646, 1650, - 0.664, + 0.668, 1654, - 1.671, + 1.678, 1661, - 0.556, + 0.559, 1662, - 2.06, + 2.067, 1666, - 1.766, + 1.774, 1682, - 0.702, + 0.705, 1691, - 0.788, + 0.792, 1696, - 0.676, + 0.679, 1713, - 0.583, + 0.586, 1767, - 0.653, + 0.657, 1774, - 1.038, + 1.042, 1804, - 0.533, + 0.535, 1871, - 1.381, + 1.387, 1882, - 0.493, + 0.495, 1884, - 1.21, + 1.215, 1894, - 0.731, + 0.735, 1895, - 5.182, + 5.192, 1901, - 2.712, + 2.721, 1909, - 0.953, + 0.957, 1911, - 0.569, + 0.572, 1927, - 0.953, + 0.957, 1928, - 1.104, + 1.109, 1932, - 0.731, + 0.735, 1942, - 2.331, + 2.34, 1955, - 1.453, + 1.459, 1957, - 0.906, + 0.91, 1973, - 3.96, + 3.97, 1982, - 0.556, + 0.553, 1989, - 1.168, + 1.173, 1993, - 0.748, + 0.752, 1997, - 1.168, + 1.173, 1999, - 0.615, + 0.618, 2006, - 1.861, + 1.869, 2007, - 0.702, + 0.705, 2019, - 0.748, + 0.752, 2023, - 0.838, + 0.842, 2028, - 0.748, + 0.752, 2030, - 0.748, + 0.752, 2049, - 0.702, + 0.705, 2057, - 2.622, + 2.631, 2073, - 0.838, + 0.842, 2105, - 0.731, + 0.735, 2121, - 3.034, + 3.044, 2158, - 0.748, + 0.752, 2164, - 0.885, + 0.889, 2180, - 0.731, + 0.735, 2220, - 0.664, + 0.668, 2268, - 1.885, + 1.893, 2271, - 0.869, + 0.873, 2308, - 0.767, + 0.771, 2337, - 0.788, + 0.792, 2342, - 1.015, + 1.02, 2346, - 2.441, + 2.45, 2354, - 0.788, + 0.792, 2355, - 1.602, + 1.609, 2358, - 0.688, + 0.692, 2370, - 1.015, + 1.02, 2373, - 0.702, + 0.705, 2377, - 1.453, + 1.421, 2399, - 2.673, + 2.683, 2429, - 3.663, + 3.676, 2441, - 1.861, + 1.869, 2452, - 5.083, + 5.096, 2506, - 0.688, + 0.692, 2532, - 0.716, + 0.72, 2540, - 0.615, + 0.618, 2544, - 0.716, + 0.72, 2548, - 0.653, + 0.657, 2550, - 0.643, + 0.646, 2558, - 0.767, + 0.771, 2631, - 2.239, + 2.248, 2657, - 1.151, + 1.156, 2665, - 0.953, + 0.957, 2678, - 0.869, + 0.873, 2684, - 0.653, + 0.657, 2750, - 0.702, + 0.705, 2752, - 3.246, + 3.258, 2775, - 0.599, + 0.602, 2778, - 1.349, + 1.355, 2787, - 2.325, + 2.335, 2800, - 1.015, + 1.02, 2801, - 0.811, + 0.815, 2822, - 1.735, + 1.742, 2834, - 2.673, + 2.683, 2863, - 1.602, + 1.609, 2868, - 1.015, + 1.02, 2869, - 0.906, + 0.91, 2963, - 1.757, + 1.765, 2967, - 1.349, + 1.355, 2986, - 0.906, + 0.91, 2994, - 0.731, + 0.735, 3029, - 0.953, + 0.957, 3047, - 0.906, + 0.91, 3057, - 0.767, + 0.771, 3092, - 0.869, + 0.873, 3104, - 1.671, + 1.678, 3139, - 0.838, + 0.842, 3148, - 1.015, + 1.02, 3176, - 0.838, + 0.842, 3177, - 4.757, + 4.77, 3182, - 5.208, + 5.221, 3203, - 1.602, + 1.609, 3252, - 0.748, + 0.752, 3253, - 2.772, + 2.783, 3261, - 1.545, + 1.552, 3318, - 0.869, + 0.873, 3324, - 0.869, + 0.873, 3415, - 0.607, + 0.61, 3474, - 0.767, + 0.771, 3484, - 0.953, + 0.957, 3569, - 1.414, + 1.421, 3574, - 0.811, + 0.815, 3576, - 0.869, + 0.873, 3583, - 1.453, + 1.459, 3595, - 1.496, + 1.502, 3600, - 0.906, + 0.91, 3621, - 0.869, + 0.873, 3623, - 0.869, + 0.873, 3626, - 1.757, + 1.765, 3648, - 0.906, + 0.91, 3653, - 0.953, + 0.957, 3674, - 1.545, + 1.552, 3677, - 0.906, + 0.91, 3679, - 0.838, + 0.842, 3708, - 1.671, + 1.678, 3709, - 0.838, + 0.815, 3777, - 0.953, + 0.957, 3797, - 0.716, + 0.72, 3853, - 0.906, + 0.91, 3864, - 3.663, + 3.676, 3890, - 0.748, + 0.752, 3902, - 0.702, + 0.705, 4013, - 1.757, + 1.765, 4095, - 3.24, + 3.052, 4104, - 1.766, + 1.774, 4174, - 0.869, + 0.873, 4180, - 0.838, + 0.842, 4186, - 1.015, + 1.02, 4195, - 0.906, + 0.91, 4244, - 0.811, + 0.815, 4287, - 2.229, + 2.239, 4325, - 1.757, + 1.765, 4361, - 3.24, + 3.252, 4364, - 2.021, + 2.03, 4366, - 1.015, + 1.02, 4382, - 1.757, + 1.765, 4391, - 1.872, + 1.881, 4392, - 0.869, + 0.873, 4422, - 0.953, + 0.957, 4466, - 0.767, + 0.771, 4564, - 0.869, + 0.873, 4595, - 0.716, + 0.705, 4596, - 0.906, + 0.91, 4652, - 1.015, + 1.02, 4698, - 3.761, + 3.773, 4711, - 0.906, + 0.91, 4729, - 0.906, + 0.91, 4783, - 1.496, + 1.502, 4849, - 0.838, + 0.842, 4857, - 1.186, + 1.191, 4880, - 1.496, + 1.502, 4935, - 1.015, + 1.02, 4943, - 2.445, + 2.455, 4999, - 1.015, + 1.02, 5116, - 1.671, + 1.678, 5156, - 1.545, + 1.552, 5195, - 0.953, + 0.957, 5205, - 1.015, + 1.02, 5280, - 0.869, + 0.873, 5341, - 1.11, + 1.116, 5342, - 1.11, + 1.116, 5343, - 1.11, + 1.116, 5344, - 1.015, + 1.02, 5345, - 5.766, + 5.782, 5346, - 1.015, + 1.02, 5347, - 0.953, + 0.957, 5348, - 1.015, + 1.02, 5349, - 1.872, + 1.881, 5350, - 1.015, + 1.02, 5351, - 1.015, + 1.02, 5352, - 5.766, + 5.782, 5353, - 1.11, + 1.116, 5354, - 1.11, + 1.116, 5355, - 2.849, + 2.861, 5356, - 2.048, + 2.057, 5357, - 2.048, + 2.057, 5358, - 2.849, + 2.861, 5359, - 3.24, + 3.252, 5360, - 1.015, + 1.02, 5361, - 1.015, + 1.02, 5362, - 1.015, + 1.02, 5363, - 5.766, + 5.782, 5364, - 4.282, + 4.297, 5365, - 1.602, + 1.609, 5366, - 1.671, + 1.678, 5367, - 2.605, + 2.616, 5368, - 1.11, + 1.116, 5369, - 1.11, + 1.116, 5370, - 2.605, + 2.616, 5371, - 1.015, + 1.02, 5372, - 1.015, + 1.02, 5373, - 1.11, + 1.116, 5374, - 1.015, + 1.02, 5375, - 1.872, + 1.881, 5376, - 3.794, + 3.808, 5377, - 1.872, + 1.881, 5378, - 1.11, + 1.116, 5379, - 1.757, + 1.765, 5380, - 4.282, + 4.297, 5381, - 1.015, + 1.02, 5382, - 1.872, + 1.881, 5383, - 2.048, + 2.057, 5384, - 1.757, + 1.765, 5385, - 1.872, + 1.881, 5386, - 1.11, + 1.116, 5387, - 1.11, + 1.116, 5388, - 2.048, + 2.057, 5389, - 1.015, + 1.02, 5390, - 4.149, + 4.164, 5391, - 8.929, + 8.179, 5392, - 6.904, + 6.921, 5393, - 2.849, + 2.861, 5394, - 4.715, + 4.731, 5395, - 1.11, + 1.116, 5396, - 1.11, + 1.116, 5397, - 2.048, + 2.057, 5398, - 2.048, + 2.057, 5399, - 1.11, + 1.116, 5400, - 2.149, + 2.09, 5401, - 2.048, + 2.057, 5402, - 1.11, + 1.116, 5403, - 6.772, + 6.788, 5404, - 1.11, + 1.116, 5405, - 1.11, + 1.116, 5406, - 1.11, + 1.116, 5407, - 2.048, + 2.057, 5408, - 1.11, + 1.116, 5409, - 2.605, + 2.616, 5410, - 1.11, + 1.116, 5411, - 1.11, + 1.116, 5412, - 1.11, + 1.116, 5413, - 2.849, + 2.861, 5414, - 1.11, + 1.116, 5415, - 1.11, + 1.116, 5416, - 1.872, + 1.881, 5417, - 1.11, + 1.116, 5418, - 1.872, + 1.881, 5419, - 1.015, + 1.02, 5420, - 1.11, + 1.116, 5421, - 1.015, + 1.02, 5422, - 2.849, + 2.861, 5423, - 1.11, + 1.116, 5424, - 1.11, + 1.116, 5425, - 2.284, + 2.293, 5426, - 2.048, + 2.057, 5427, - 1.11, + 1.116, 5428, - 1.11, + 1.116, 5429, - 1.11, + 1.116, 5430, - 2.048, + 2.057, 5431, - 2.849, + 2.861, 5432, - 1.11, + 1.116, 5433, - 1.11, + 1.116, 5434, - 1.015, + 1.02, 5435, - 1.11, + 1.116, 5436, - 2.048, + 2.057, 5437, - 1.015, + 1.02, 5438, - 1.11, + 1.116, 5439, - 1.11, + 1.116, 5440, - 1.11, + 1.116, 5441, - 1.11, + 1.116, 5442, - 1.11, + 1.116, 5443, - 2.048, + 2.057, 5444, - 1.11, + 1.116, 5445, - 1.11, + 1.116, 5446, - 1.11, + 1.116, 5447, - 1.11, + 1.116, 5448, - 1.015, + 1.02, 5449, - 1.11, + 1.116, 5450, - 1.11, + 1.116, 5451, - 1.11, + 1.116, 5452, - 1.11, + 1.116, 5453, - 1.11, + 1.116, 5454, - 2.849, + 2.616, 5455, - 1.015, + 1.02, 5456, - 1.11, + 1.116, 5457, - 1.11, + 1.116, 5458, - 2.849, + 2.616, 5459, - 0.953, + 0.957, 5460, - 2.048, + 2.057, 5461, - 0.953, + 0.957, 5462, - 1.11, + 1.116, 5463, - 1.11, + 1.02, 5464, - 1.11, + 1.116, 5465, - 1.11, + 1.02, 5466, - 2.048, + 1.881, 5467, - 2.048, + 2.057, 5468, - 1.11, + 1.02, 5469, - 0.869, + 0.873, 5470, - 2.048, + 1.881, 5471, - 1.11, + 1.116, 5472, - 1.11, + 1.116, 5473, - 1.11, + 1.116, 5474, - 1.11, + 1.02, 5475, - 1.11, + 1.116, 5476, - 1.015, + 1.02, 5477, - 1.015, + 1.02, 5478, - 1.015, + 1.02, 5479, - 2.048, + 2.057, 5480, - 0.953, + 0.957, 5481, - 1.015, + 1.02, 5482, - 1.015, + 1.02, 5483, - 1.015, + 1.02, 5484, - 1.015, + 1.02, 5485, - 1.11, + 1.116, 5486, - 1.11, + 1.116, 5487, - 2.048, + 2.057, 5488, - 1.015, + 1.02, 5489, - 1.11, + 1.116, 5490, - 1.671, + 1.678, 5491, - 1.11, + 1.116, 5492, - 1.11, + 1.116, 5493, - 1.11, + 1.116, 5494, - 1.11, + 1.116, 5495, - 2.048, + 2.057, 5496, - 1.11, + 1.116, 5497, - 0.953, + 0.957, 5498, - 1.11, + 1.116, 5499, - 1.11, + 1.116, 5500, - 1.11 + 1.116 ] ], [ @@ -45917,323 +45917,323 @@ "data/manuals/debugging-native-code-android", [ 0, - 0.709, + 0.711, 1, - 1.48, + 1.484, 2, - 1.465, + 1.469, 3, - 1.519, + 1.523, 4, - 1.519, + 1.523, 5, - 1.527, + 1.531, 6, - 1.527, + 1.531, 7, 1.589, 8, - 2.789, + 2.792, 10, - 1.737, + 1.74, 18, 1.128, 20, - 1.392, + 1.393, 36, - 1.154, + 1.157, 38, - 1.163, + 1.164, 42, - 1.051, + 1.054, 43, - 4.169, + 4.176, 46, - 1.586, + 1.587, 55, - 2.776, + 2.782, 57, - 0.74, + 0.742, 59, - 0.725, + 0.726, 62, - 1.914, + 1.919, 77, - 1.664, + 1.667, 78, - 2.568, + 2.574, 79, - 0.944, + 0.945, 84, - 3.442, + 3.447, 91, - 2.742, + 2.747, 99, - 0.962, + 0.963, 100, - 1.086, + 1.088, 106, - 1.037, + 1.039, 107, - 1.756, + 1.758, 109, - 2.171, + 2.161, 110, - 3.646, + 3.651, 113, - 1.61, + 1.612, 117, - 3.405, + 3.413, 122, - 2.873, + 2.877, 124, - 2.523, + 2.529, 125, - 1.76, + 1.765, 132, - 1.988, + 1.993, 142, - 1.721, + 1.725, 148, - 1.187, + 1.19, 149, - 2.203, + 2.208, 153, - 2.522, + 2.524, 158, - 1.692, + 1.696, 169, - 0.861, + 0.863, 196, - 3.447, + 3.451, 198, - 2.513, + 2.516, 201, - 1.3, + 1.303, 207, - 1.926, + 1.931, 208, - 3.533, + 3.539, 229, - 1.061, + 1.063, 236, - 5.247, + 5.252, 238, - 4.515, + 4.522, 240, - 1.646, + 1.649, 241, - 1.72, + 1.723, 247, - 1.914, + 1.919, 261, - 2.458, + 2.464, 268, - 1.64, + 1.643, 286, - 3.998, + 4.007, 292, - 3.442, + 3.447, 300, - 3.206, + 3.213, 313, - 3.15, + 3.155, 392, - 2.815, + 2.819, 402, - 3.079, + 3.086, 441, - 2.899, + 2.906, 452, - 1.682, + 1.686, 457, - 2.852, + 2.857, 490, - 2.417, + 2.423, 524, - 2.691, + 2.695, 548, - 3.812, + 3.821, 552, - 1.721, + 1.725, 555, - 2.516, + 2.506, 580, - 3.657, + 3.666, 635, - 5.293, + 5.301, 642, - 4.676, + 4.682, 648, - 2.805, + 2.812, 649, - 3.462, + 3.471, 674, - 4.025, + 4.031, 685, - 2.359, + 2.365, 703, - 2.269, + 2.275, 709, - 3.657, + 3.666, 744, - 4.833, + 4.838, 751, - 2.34, + 2.346, 765, - 2.027, + 2.032, 774, - 2.616, + 2.622, 834, - 2.867, + 2.874, 852, - 3.998, + 4.007, 859, - 2.899, + 2.906, 894, - 2.287, + 2.292, 895, - 2.776, + 2.782, 901, - 2.501, + 2.507, 904, - 4.105, + 4.115, 916, - 4.227, + 4.237, 1066, - 2.269, + 2.275, 1067, - 1.891, + 1.895, 1079, - 2.805, + 2.812, 1104, - 2.014, + 2.019, 1106, - 4.966, + 4.977, 1176, - 5.415, + 5.424, 1332, - 2.34, + 2.346, 1340, - 4.105, + 4.115, 1375, - 4.227, + 4.237, 1411, - 4.271, + 4.275, 1428, - 3.162, + 3.169, 1457, - 3.405, + 3.413, 1465, - 2.041, + 2.046, 1697, - 3.732, + 3.74, 1698, - 3.588, + 3.596, 1721, - 3.998, + 4.007, 1769, - 2.667, + 2.673, 1774, - 2.933, + 2.94, 1896, - 3.901, + 3.91, 1990, - 5.293, + 5.301, 1994, - 5.868, + 5.877, 1997, - 3.3, + 3.308, 2024, - 4.172, + 4.177, 2155, - 3.732, + 3.74, 2156, - 3.523, + 3.531, 2268, - 3.079, + 3.086, 2353, - 3.732, + 3.74, 2433, - 4.807, + 4.815, 2626, - 8.135, + 8.143, 2770, - 4.722, + 4.733, 2955, - 3.3, + 3.308, 2964, - 4.722, + 4.733, 2969, - 6.06, + 6.07, 2981, - 3.998, + 4.007, 3185, - 6.06, + 6.07, 3260, - 4.966, + 4.977, 3267, - 5.292, + 5.304, 3342, - 3.588, + 3.596, 3574, - 4.227, + 4.237, 3938, - 3.901, + 3.821, 4075, - 4.966, + 4.977, 4397, - 4.527, + 4.538, 4812, - 7.53, + 7.539, 4890, - 4.966, + 4.977, 4905, - 6.894, + 6.905, 4915, - 5.292, + 5.304, 4916, - 5.292, + 5.304, 4918, - 4.527, + 4.538, 4922, - 4.966, + 4.977, 4923, - 5.292, + 5.304, 4977, - 5.292, + 5.304, 4986, - 5.292, + 5.304, 5257, - 4.966, + 4.977, 5501, - 5.292, + 5.304, 5502, - 5.787, + 5.801, 5503, - 5.787, + 5.801, 5504, - 5.787, + 5.801, 5505, - 8.034, + 8.047, 5506, - 5.787, + 5.801, 5507, - 5.787, + 5.801, 5508, - 5.787, + 5.801, 5509, - 5.787, + 5.801, 5510, - 5.787, + 5.801, 5511, - 5.787, + 5.801, 5512, - 5.787, + 5.801, 5513, - 5.787, + 5.801, 5514, - 5.787 + 5.801 ] ], [ @@ -46253,9 +46253,9 @@ 2, 2.515, 3, - 2.607, + 2.608, 4, - 2.607, + 2.608, 5, 2.621, 6, @@ -46275,247 +46275,247 @@ 7, 1.572, 9, - 2.008, + 2.012, 10, - 1.28, + 1.282, 18, - 1.101, + 1.102, 20, - 1.085, + 1.086, 36, - 1.627, + 1.63, 39, - 1.249, + 1.252, 46, - 1.506, + 1.507, 52, - 1.629, + 1.633, 57, - 1.351, + 1.352, 59, - 0.953, + 0.954, 75, - 4.107, + 4.112, 76, - 4.342, + 4.349, 79, - 0.855, + 0.856, 89, - 3.234, + 3.241, 90, - 2.226, + 2.228, 99, 1.012, 100, - 1.111, + 1.113, 102, - 2.715, + 2.703, 103, - 1.363, + 1.366, 105, - 2.375, + 2.38, 106, - 1.673, + 1.675, 107, - 1.126, + 1.129, 113, - 1.186, + 1.189, 125, - 1.8, + 1.805, 126, - 2.296, + 2.297, 134, - 4.323, + 4.333, 135, - 3.428, + 3.436, 142, - 1.76, + 1.764, 148, - 2.295, + 2.296, 150, - 1.498, + 1.502, 151, - 2.452, + 2.438, 160, - 1.75, + 1.744, 169, - 1.214, + 1.216, 170, - 2.27, + 2.275, 194, - 1.489, + 1.491, 202, - 3.288, + 3.271, 213, - 5.262, + 5.27, 226, - 2.801, + 2.803, 229, - 1.085, + 1.088, 237, - 2.727, + 2.733, 244, - 2.286, + 2.275, 251, - 2.727, + 2.733, 256, - 1.33, + 1.333, 263, - 1.77, + 1.774, 268, - 1.208, + 1.211, 269, - 1.851, + 1.854, 294, - 3.376, + 3.383, 300, - 5.173, + 5.18, 305, - 3.428, + 3.436, 306, - 3.589, + 3.595, 307, - 5.83, + 5.835, 314, - 5.884, + 5.888, 322, - 4.631, + 4.641, 323, - 3.541, + 3.549, 328, - 4.882, + 4.89, 368, - 1.683, + 1.687, 371, - 4.287, + 4.294, 409, - 4.829, + 4.841, 469, - 2.999, + 3.006, 497, - 3.035, + 3.042, 509, - 3.072, + 3.079, 524, - 3.128, + 3.131, 553, - 2.116, + 2.12, 573, - 2.221, + 2.226, 601, - 2.144, + 2.149, 604, - 2.999, + 3.006, 668, - 4.829, + 4.841, 679, - 2.651, + 2.657, 691, - 2.497, + 2.501, 718, - 4.089, + 4.098, 751, - 2.394, + 2.399, 856, - 2.375, + 2.38, 891, - 3.168, + 3.171, 931, - 2.786, + 2.759, 951, - 4.802, + 4.809, 962, - 5.603, + 5.605, 963, - 6.56, + 6.563, 981, - 3.603, + 3.611, 1002, - 5.408, + 5.411, 1007, - 2.074, + 2.078, 1014, - 3.817, + 3.825, 1157, - 3.11, + 3.117, 1179, - 7.002, + 7.013, 1180, - 4.458, + 4.465, 1187, - 4.089, + 4.098, 1188, - 3.998, + 4.005, 1210, - 5.412, + 5.425, 1223, - 3.989, + 3.999, 1229, - 3.899, + 3.908, 1672, - 5.426, + 5.431, 1770, - 4.968, + 4.975, 1815, - 4.631, + 4.641, 1866, - 3.376, + 3.383, 1890, - 3.428, + 3.436, 2070, - 3.74, + 3.749, 2133, - 5.079, + 5.09, 2136, - 3.899, + 3.908, 2591, - 5.5, + 5.509, 3838, - 4.323, + 4.333, 4207, - 4.089, + 4.098, 5515, - 5.919, + 5.932, 5516, - 5.919, + 5.932, 5517, - 5.919, + 5.932, 5518, - 7.462, + 7.473, 5519, - 7.002, + 7.013, 5520, - 5.412, + 5.425, 5521, - 9.204, + 9.213, 5522, - 5.412, + 5.425, 5523, - 8.16, + 8.173, 5524, - 5.412, + 5.425, 5525, - 8.013, + 8.023, 5526, - 5.919, + 5.932, 5527, - 8.16, + 8.173, 5528, - 5.412, + 5.425, 5529, - 5.919, + 5.932, 5530, - 8.16, + 8.173, 5531, - 5.412, + 5.425, 5532, - 5.919, + 5.932, 5533, - 8.637, + 8.645, 5534, - 5.079, + 5.09, 5535, - 4.829 + 4.841 ] ], [ @@ -46557,165 +46557,165 @@ "data/manuals/gui-clipping", [ 7, - 0.869, + 0.87, 10, - 1.96, + 1.962, 18, - 1.118, + 1.119, 20, - 1.426, + 1.427, 22, - 2.845, + 2.85, 28, - 4.901, + 4.905, 39, - 1.461, + 1.464, 46, - 1.53, + 1.531, 57, - 1.16, + 1.161, 58, - 5.567, + 5.571, 59, - 1.031, + 1.032, 62, - 2.29, + 2.294, 79, 0.971, 95, - 4.705, + 4.709, 99, 0.989, 100, - 1.701, + 1.703, 106, - 1.24, + 1.242, 107, - 1.725, + 1.727, 126, - 2.268, + 2.269, 133, - 4.954, + 4.96, 148, - 1.42, + 1.423, 150, - 1.753, + 1.756, 153, - 1.571, + 1.574, 168, - 5.636, + 5.64, 169, - 1.504, + 1.506, 201, - 1.556, + 1.558, 240, - 2.578, + 2.581, 244, - 3.503, + 3.481, 268, - 2.19, + 2.192, 269, - 2.592, + 2.594, 271, - 3.593, + 3.556, 274, - 5.336, + 5.342, 282, - 3.43, + 3.436, 288, - 3.732, + 3.739, 332, - 3.018, + 3.021, 333, - 1.958, + 1.962, 338, - 8.625, + 8.629, 341, - 5.539, + 5.483, 362, - 4.667, + 4.675, 387, - 3.198, + 3.201, 392, - 2.426, + 2.43, 402, - 3.684, + 3.69, 421, - 8.939, + 8.943, 428, - 5.425, + 5.431, 429, - 4.395, + 4.4, 471, - 1.856, + 1.859, 489, - 3.222, + 3.227, 496, - 4.219, + 4.224, 497, - 3.55, + 3.556, 499, - 6.433, + 6.44, 500, - 2.526, + 2.53, 501, - 5.223, + 5.232, 543, - 2.778, + 2.783, 544, - 6.264, + 6.271, 561, - 2.194, + 2.198, 598, - 4.465, + 4.472, 601, - 2.509, + 2.513, 691, - 2.118, + 2.122, 692, - 3.402, + 3.406, 898, - 2.458, + 2.462, 913, - 4.375, + 4.383, 923, - 3.393, + 3.398, 931, - 1.916, + 1.899, 942, - 5.223, + 5.232, 948, - 2.736, + 2.74, 1153, - 3.254, + 3.26, 1264, - 4.561, + 4.569, 1599, - 6.389, + 6.395, 1877, - 5.65, + 5.659, 2597, - 7.385, + 7.391, 2783, - 4.912, + 4.92, 2907, - 5.417, + 5.426, 3616, - 6.623, + 6.63, 5536, - 6.924, + 6.936, 5537, - 6.924, + 6.936, 5538, - 9.067, + 9.078, 5539, - 6.924, + 6.936, 5540, - 11.425, + 11.431, 5541, - 11.642, + 11.646, 5542, - 6.924 + 6.936 ] ], [ @@ -46729,79 +46729,79 @@ "data/manuals/editor-keyboard-shortcuts", [ 0, - 1.094, + 1.095, 1, - 2.284, + 2.286, 2, - 2.261, + 2.263, 3, - 2.344, + 2.346, 4, - 2.344, + 2.346, 5, - 2.356, + 2.358, 6, - 2.356, + 2.358, 7, 1.425, 8, - 3.287, + 3.288, 18, 1.025, 42, - 1.622, + 1.623, 59, 0.96, 90, - 2.129, + 2.13, 99, - 1.043, + 1.044, 100, - 1.676, + 1.677, 103, - 2.056, + 2.058, 107, - 1.699, + 1.701, 126, - 1.773, + 1.774, 149, - 4.047, + 4.049, 153, - 2.412, + 2.413, 197, - 3.068, + 3.07, 240, - 3.023, + 3.024, 241, - 1.912, + 1.914, 261, - 4.516, + 4.518, 496, - 4.156, + 4.158, 504, - 4.526, + 4.477, 555, - 2.797, + 2.783, 765, - 3.129, + 3.131, 793, - 4.156, + 4.158, 1411, - 4.555, + 4.556, 1629, - 4.0, + 4.003, 1648, - 5.094, + 5.097, 1978, - 9.722, + 9.726, 1979, - 5.437, + 5.44, 2121, - 5.255, + 5.259, 2429, - 6.987, + 6.992, 2471, - 7.287 + 7.292 ] ], [ @@ -46843,145 +46843,145 @@ "data/manuals/extensions-gradle", [ 0, - 0.98, + 0.982, 1, - 2.047, + 2.049, 2, - 2.026, + 2.028, 3, - 2.101, + 2.103, 4, - 2.101, + 2.103, 5, - 2.112, + 2.114, 6, - 2.112, + 2.114, 7, 1.549, 8, - 2.239, + 2.241, 18, - 1.106, + 1.107, 38, - 0.889, + 0.89, 39, - 1.689, + 1.691, 42, - 1.454, + 1.455, 46, - 1.419, + 1.42, 52, - 2.738, + 2.74, 59, 1.022, 61, - 7.217, + 7.219, 76, - 4.258, + 4.263, 77, - 1.657, + 1.659, 79, - 0.68, + 0.681, 99, - 0.883, + 0.884, 103, - 1.843, + 1.845, 113, - 1.603, + 1.605, 116, - 3.115, + 3.118, 148, - 1.642, + 1.644, 229, - 1.467, + 1.469, 231, - 3.003, + 3.006, 236, - 4.009, + 4.014, 256, - 1.798, + 1.8, 269, - 1.816, + 1.818, 285, - 3.584, + 3.589, 313, - 4.438, + 4.44, 342, - 3.584, + 3.589, 524, - 2.68, + 2.683, 633, - 4.056, + 4.06, 646, - 5.04, + 5.043, 675, - 3.069, + 3.072, 683, - 4.224, + 4.227, 691, - 2.449, + 2.451, 692, - 3.003, + 3.006, 729, - 5.76, + 5.764, 808, - 4.258, + 4.263, 924, - 3.799, + 3.804, 996, - 5.04, + 5.043, 1066, - 3.9, + 3.903, 1067, - 2.614, + 2.617, 1104, - 2.785, + 2.789, 1283, - 4.372, + 4.377, 1323, - 3.343, + 3.347, 1511, - 4.314, + 4.319, 1882, - 3.552, + 3.556, 2007, - 5.057, + 5.063, 2020, - 5.845, + 5.852, 2024, - 3.618, + 3.622, 2089, - 4.497, + 4.502, 2339, - 6.867, + 6.875, 3252, - 5.394, + 5.4, 3391, - 8.115, + 8.121, 4733, - 9.895, + 9.9, 5543, - 8.003, + 8.012, 5544, - 8.003, + 8.012, 5545, - 8.003, + 8.012, 5546, - 8.003, + 8.012, 5547, - 8.003, + 8.012, 5548, - 8.003, + 8.012, 5549, - 8.003, + 8.012, 5550, - 8.003, + 8.012, 5551, - 8.003, + 8.012, 5552, - 8.003, + 8.012, 5553, - 6.261 + 6.268 ] ], [ @@ -46995,823 +46995,823 @@ "data/manuals/editor", [ 0, - 0.283, + 0.285, 1, - 0.592, + 0.594, 2, - 0.586, + 0.588, 3, - 0.607, + 0.61, 4, - 0.607, - 5, 0.61, + 5, + 0.613, 6, - 0.61, + 0.613, 7, - 1.539, + 1.54, 8, - 3.053, + 3.056, 9, - 1.741, + 1.746, 10, - 1.309, + 1.313, 11, - 1.425, + 1.431, 12, - 1.056, + 1.06, 18, 1.142, 20, - 1.401, + 1.402, 23, - 2.32, + 2.328, 36, - 2.027, + 2.029, 38, - 1.073, + 1.074, 42, - 0.715, + 0.717, 44, - 0.966, + 0.97, 45, - 1.559, + 1.566, 46, - 1.682, + 1.683, 48, - 3.506, + 3.516, 49, - 3.911, + 3.913, 50, - 3.354, + 3.363, 51, - 2.873, + 2.884, 52, - 2.032, + 2.036, 54, - 1.098, + 1.103, 56, - 0.9, + 0.904, 57, - 1.334, + 1.335, 59, - 1.042, + 1.043, 60, - 1.428, + 1.433, 61, - 1.434, + 1.44, 65, - 2.592, + 2.601, 67, - 3.4, + 3.408, 68, - 4.94, + 4.954, 69, - 2.412, + 2.42, 70, - 3.64, + 3.646, 71, - 3.545, + 3.557, 73, - 5.182, + 5.191, 74, - 4.288, + 4.299, 75, - 2.663, + 2.67, 76, - 2.731, + 2.739, 77, - 1.528, + 1.532, 78, - 1.746, + 1.752, 79, - 0.951, + 0.952, 82, - 1.559, + 1.566, 84, - 2.199, + 2.206, 85, - 4.416, + 4.426, 86, - 0.751, + 0.754, 87, - 1.462, + 1.468, 90, - 1.223, + 1.227, 91, - 3.36, + 3.365, 92, - 1.579, + 1.584, 93, - 3.309, + 3.32, 94, - 1.077, + 1.081, 96, - 0.733, + 0.736, 99, - 1.054, + 1.055, 100, - 1.622, + 1.625, 102, - 1.557, + 1.553, 103, - 1.182, + 1.185, 106, - 1.485, + 1.487, 107, - 1.838, + 1.84, 108, - 2.315, + 2.319, 109, - 1.476, + 1.471, 110, - 2.392, + 2.399, 111, - 0.966, + 0.97, 113, - 1.661, + 1.664, 116, - 0.9, + 0.904, 121, - 0.765, + 0.768, 122, - 1.885, + 1.89, 126, - 1.563, + 1.566, 143, - 1.122, + 1.126, 148, - 2.085, + 2.087, 152, - 1.492, + 1.498, 153, - 2.457, + 2.46, 158, - 0.676, + 0.679, 169, - 1.098, + 1.101, 172, - 2.257, + 2.244, 174, - 0.943, + 0.947, 177, - 2.738, + 2.742, 193, - 1.434, + 1.44, 194, - 1.105, + 1.108, 196, - 0.8, + 0.803, 197, - 0.795, + 0.798, 198, - 2.681, + 2.685, 199, - 0.991, + 0.995, 201, - 1.942, + 1.945, 202, - 2.217, + 2.209, 203, - 1.247, + 1.252, 204, - 2.968, + 2.978, 206, - 4.772, + 4.778, 207, - 1.309, + 1.314, 208, - 3.463, + 3.47, 210, - 0.936, + 0.94, 211, - 1.036, + 1.041, 215, - 1.159, + 1.164, 219, - 1.81, + 1.818, 225, - 2.652, + 2.661, 226, - 1.685, + 1.689, 229, - 1.519, + 1.522, 230, - 0.805, + 0.809, 231, - 3.813, + 3.818, 234, - 1.319, + 1.325, 235, - 2.486, + 2.495, 236, - 1.159, + 1.164, 239, - 1.018, + 1.022, 240, - 1.459, + 1.464, 241, - 1.453, + 1.457, 243, - 1.146, + 1.151, 247, - 1.698, + 1.703, 249, - 1.11, + 1.114, 250, - 1.983, + 1.989, 251, - 1.813, + 1.819, 253, - 1.971, + 1.978, 256, - 1.525, + 1.529, 257, - 0.914, + 0.918, 260, - 0.78, + 0.783, 268, - 1.692, + 1.695, 269, - 1.675, + 1.678, 280, - 0.907, + 0.911, 281, - 1.434, + 1.44, 295, - 1.813, + 1.819, 300, - 1.282, + 1.287, 305, - 2.278, + 2.287, 306, - 3.645, + 3.652, 307, - 2.278, + 2.287, 313, - 0.907, + 0.911, 328, - 2.354, + 2.362, 353, - 0.928, + 0.925, 360, - 1.81, + 1.818, 361, - 2.884, + 2.893, 368, - 1.119, + 1.123, 371, - 4.354, + 4.363, 382, - 0.833, + 0.836, 386, - 2.116, + 2.125, 390, - 1.657, + 1.663, 392, - 2.121, + 2.127, 400, - 1.559, + 1.566, 411, - 1.201, + 1.206, 412, - 2.652, + 2.661, 428, - 1.384, + 1.39, 433, - 1.604, + 1.609, 452, - 0.673, + 0.675, 456, - 2.767, + 2.775, 457, - 0.821, + 0.825, 464, - 1.81, + 1.818, 471, - 0.62, + 0.623, 502, - 1.524, + 1.531, 509, - 4.301, + 4.309, 519, - 3.376, + 3.388, 521, - 1.369, + 1.374, 523, - 2.042, + 2.049, 524, - 1.318, + 1.322, 533, - 1.282, + 1.287, 534, - 1.087, + 1.092, 554, - 1.926, + 1.932, 555, - 1.232, + 1.229, 561, - 2.151, + 2.156, 573, - 0.868, + 0.872, 574, - 1.11, + 1.114, 579, - 1.159, + 1.164, 581, - 1.247, + 1.252, 594, - 4.804, + 4.809, 600, - 3.54, + 3.548, 601, - 0.838, + 0.842, 614, - 0.907, + 0.911, 629, - 2.041, + 2.046, 631, - 1.146, + 1.151, 635, - 1.524, + 1.531, 636, - 1.968, + 1.974, 648, - 1.122, + 1.126, 659, - 2.244, + 2.252, 672, - 1.077, + 1.071, 673, - 2.278, + 2.287, 675, - 0.887, + 0.891, 676, - 1.056, + 1.06, 681, - 2.967, + 2.975, 683, - 0.983, + 0.987, 685, - 0.943, + 0.947, 689, - 1.036, + 1.041, 691, - 0.708, + 0.711, 692, - 2.272, + 2.278, 701, - 2.697, + 2.705, 703, - 0.907, + 0.911, 710, - 1.122, + 1.126, 717, - 1.361, + 1.367, 723, - 2.395, + 2.404, 738, - 1.384, + 1.39, 740, - 1.172, + 1.177, 747, - 1.3, + 1.306, 768, - 2.116, + 2.125, 771, - 4.021, + 4.028, 772, - 2.718, + 2.727, 773, - 0.838, + 0.842, 774, - 1.046, + 1.05, 775, - 1.282, + 1.287, 785, - 3.87, + 3.88, 789, - 1.745, + 1.753, 793, - 1.077, + 1.081, 795, - 1.492, + 1.498, 807, - 1.34, + 1.346, 819, - 3.02, + 3.03, 823, - 1.524, + 1.531, 824, - 1.81, + 1.818, 825, - 1.81, + 1.818, 834, - 1.146, + 1.151, 845, - 1.559, + 1.566, 856, - 0.928, + 0.932, 859, - 1.159, + 1.164, 877, - 1.559, + 1.531, 893, - 1.985, + 1.994, 894, - 0.914, + 0.918, 895, - 1.11, + 1.114, 901, - 1.7, + 1.706, 910, - 1.231, + 1.236, 912, - 1.492, + 1.498, 923, - 1.134, + 1.138, 924, - 1.098, + 1.103, 931, - 2.724, + 2.699, 932, - 1.641, + 1.648, 934, - 1.641, + 1.648, 935, - 1.146, + 1.151, 939, - 2.999, + 3.008, 941, - 0.907, + 0.911, 947, - 2.067, + 2.074, 975, - 1.11, + 1.114, 977, - 1.231, + 1.236, 994, - 6.131, + 6.142, 995, - 1.462, + 1.468, 996, - 1.172, + 1.177, 999, - 1.066, + 1.071, 1007, - 2.904, + 2.909, 1010, - 2.109, + 2.116, 1043, - 1.0, + 1.004, 1064, - 2.967, + 2.975, 1072, - 1.888, + 1.896, 1097, - 3.182, + 3.192, 1107, - 1.949, + 1.956, 1112, - 2.116, + 2.125, 1113, - 1.81, + 1.818, 1126, - 1.159, + 1.151, 1127, - 1.69, + 1.697, 1133, - 2.697, + 2.705, 1155, - 1.907, + 1.914, 1188, - 1.928, + 1.935, 1191, - 2.968, + 2.978, 1207, - 1.69, + 1.697, 1212, - 3.21, + 3.222, 1213, - 1.745, + 1.753, 1214, - 5.236, + 5.248, 1217, - 1.745, + 1.753, 1250, - 1.3, + 1.306, 1256, - 1.434, + 1.44, 1258, - 2.592, + 2.601, 1265, - 3.21, + 3.222, 1275, - 1.641, + 1.648, 1284, - 1.492, + 1.498, 1286, - 4.295, + 4.307, 1291, - 1.384, + 1.39, 1293, - 1.745, + 1.753, 1323, - 0.966, + 0.97, 1332, - 1.591, + 1.597, 1344, - 4.693, + 4.708, 1382, - 1.282, + 1.287, 1387, - 1.492, + 1.498, 1403, - 1.098, + 1.103, 1411, - 0.991, + 0.995, 1413, - 3.686, + 3.696, 1426, - 2.395, + 2.404, 1441, - 1.69, + 1.697, 1479, - 1.361, + 1.367, 1486, - 1.641, + 1.648, 1491, - 1.888, + 1.896, 1493, - 1.598, + 1.605, 1495, - 1.282, + 1.287, 1500, - 4.182, + 4.194, 1541, - 1.247, + 1.252, 1566, - 2.968, + 2.978, 1570, - 1.559, + 1.566, 1603, - 2.116, + 2.125, 1616, - 1.462, + 1.468, 1628, - 1.63, + 1.636, 1629, - 1.036, + 1.041, 1662, - 1.73, + 1.737, 1689, - 2.791, + 2.801, 1690, - 1.559, + 1.566, 1725, - 1.462, + 1.468, 1727, - 1.888, + 1.896, 1774, - 1.994, + 2.001, 1804, - 1.11, + 1.114, 1814, - 2.32, + 2.306, 1848, - 2.486, + 2.495, 1871, - 1.122, + 1.126, 1882, - 2.278, + 2.285, 1884, - 0.983, + 0.987, 1894, - 2.592, + 2.601, 1908, - 1.046, + 1.05, 1933, - 4.41, + 4.418, 1939, - 3.749, + 3.76, 1948, - 1.231, + 1.236, 1974, - 5.537, + 5.551, 1975, - 0.293, + 0.294, 1989, - 2.244, + 2.252, 1997, - 1.319, + 1.325, 1999, - 1.282, + 1.287, 2049, - 1.462, + 1.468, 2054, - 1.319, + 1.325, 2057, - 3.243, + 3.254, 2080, - 1.559, + 1.566, 2130, - 1.888, + 1.896, 2136, - 1.524, + 1.531, 2158, - 1.559, + 1.566, 2217, - 2.395, + 2.404, 2345, - 1.69, + 1.697, 2346, - 1.361, + 1.367, 2360, - 1.247, + 1.252, 2423, - 1.745, + 1.753, 2429, - 1.81, + 1.818, 2431, - 1.985, + 1.994, 2434, - 1.641, + 1.648, 2441, - 1.216, + 1.221, 2442, - 1.69, + 1.697, 2516, - 2.791, + 2.801, 2540, - 2.179, + 2.187, 2827, - 1.888, + 1.896, 2833, - 3.597, + 3.61, 2834, - 3.872, + 3.884, 2837, - 3.243, + 3.254, 2850, - 1.745, + 1.753, 2852, - 1.69, + 1.697, 2918, - 1.745, + 1.753, 2961, - 1.69, + 1.697, 2969, - 1.745, + 1.753, 2981, - 1.598, + 1.605, 2991, - 4.567, + 4.58, 3146, - 4.693, + 4.708, 3204, - 1.745, + 1.753, 3420, - 1.985, + 1.994, 3486, - 1.598, + 1.605, 3506, - 1.888, + 1.896, 3558, - 3.21, + 3.222, 3572, - 1.745, + 1.753, 3574, - 3.749, + 3.76, 3575, - 2.116, + 2.125, 3693, - 1.492, + 1.498, 3696, - 1.888, + 1.896, 3710, - 1.888, + 1.896, 3897, - 2.486, + 2.495, 4207, - 1.598, + 1.605, 4227, - 1.81, + 1.818, 4234, - 3.597, + 3.61, 4242, - 1.641, + 1.648, 4247, - 1.888, + 1.896, 4353, - 1.81, + 1.818, 4360, - 3.376, + 3.388, 4363, - 2.116, + 2.125, 4364, - 1.641, + 1.648, 4369, - 1.81, + 1.818, 4375, - 2.116, + 2.125, 4389, - 1.985, + 1.994, 4412, - 2.116, + 2.125, 4429, - 3.21, + 3.222, 4595, - 3.904, + 3.837, 4881, - 2.116, + 2.125, 4940, - 1.985, + 1.994, 4968, - 1.81, + 1.818, 5371, - 2.116, + 2.125, 5389, - 4.693, + 4.708, 5476, - 2.116, + 2.125, 5533, - 1.985, + 1.994, 5554, - 3.934, + 3.948, 5555, - 3.934, + 3.948, 5556, - 4.015, + 4.028, 5557, - 1.985, + 1.994, 5558, - 2.314, + 2.323, 5559, - 1.888, + 1.896, 5560, - 2.314, + 2.323, 5561, - 2.314, + 2.323, 5562, - 2.314, + 2.323, 5563, - 2.314, + 2.323, 5564, - 2.314, + 2.323, 5565, - 2.116, + 2.125, 5566, - 2.116, + 2.125, 5567, - 2.314, + 2.323, 5568, - 1.888, + 1.896, 5569, - 2.314, + 2.323, 5570, - 3.934, + 3.948, 5571, - 2.314, + 2.323, 5572, - 3.934, + 3.948, 5573, - 4.567, + 4.58, 5574, - 1.888, + 1.896, 5575, - 2.314, + 2.323, 5576, - 2.314, + 2.323, 5577, - 2.116, + 2.125, 5578, - 2.116, + 2.125, 5579, - 2.314, + 2.323, 5580, - 2.314, + 2.323, 5581, - 2.314, + 2.323, 5582, - 2.314, + 2.323, 5583, - 2.314, + 2.323, 5584, - 2.314, + 2.323, 5585, - 2.314, + 2.323, 5586, - 3.934, + 3.948, 5587, - 2.314, + 2.323, 5588, - 2.116, + 2.125, 5589, - 2.116, + 2.125, 5590, - 2.314, + 2.323, 5591, - 2.314 + 2.323 ] ], [ @@ -47825,457 +47825,457 @@ "data/manuals/introduction", [ 0, - 0.983, + 0.985, 1, - 1.154, + 1.158, 2, - 2.031, + 2.035, 3, - 1.184, + 1.188, 4, - 1.184, + 1.188, 5, - 1.191, + 1.194, 6, - 1.191, + 1.194, 7, 1.511, 9, - 3.223, + 3.227, 10, - 2.23, + 2.233, 11, - 1.635, + 1.64, 18, 1.066, 20, - 1.409, + 1.41, 36, - 1.6, + 1.603, 38, - 0.987, + 0.989, 42, - 2.003, + 2.004, 46, - 1.472, + 1.473, 49, - 2.323, + 2.328, 52, - 1.242, + 1.246, 55, - 2.165, + 2.171, 57, - 1.49, + 1.491, 59, - 1.086, + 1.087, 60, - 1.256, + 1.259, 76, - 2.401, + 2.408, 77, - 1.841, + 1.843, 79, - 0.962, + 0.963, 99, 1.06, 102, - 1.16, + 1.158, 106, - 1.94, + 1.942, 107, - 1.808, + 1.81, 109, - 2.52, + 2.508, 113, - 1.904, + 1.906, 116, - 1.756, + 1.762, 119, - 2.287, + 2.294, 121, - 3.143, + 3.147, 125, - 1.373, + 1.377, 126, - 1.764, + 1.767, 148, - 1.378, + 1.381, 153, - 2.679, + 2.68, 158, - 1.964, + 1.968, 160, - 2.628, + 2.617, 169, - 0.999, + 1.002, 172, - 1.985, + 1.973, 194, - 1.464, + 1.467, 197, - 1.55, + 1.555, 198, - 1.829, + 1.833, 201, - 1.509, + 1.513, 229, - 1.231, + 1.234, 230, - 2.793, + 2.798, 239, - 1.985, + 1.991, 243, - 2.235, + 2.242, 244, - 1.743, + 1.736, 256, - 1.014, + 1.017, 260, - 2.704, + 2.709, 265, - 2.973, + 2.982, 268, - 2.034, + 2.036, 269, - 2.156, + 2.159, 273, - 1.114, + 1.117, 300, - 2.5, + 2.507, 305, - 2.613, + 2.621, 313, - 1.769, + 1.775, 324, - 2.574, + 2.581, 331, - 3.201, + 3.211, 332, - 1.502, + 1.506, 350, - 2.7, + 2.708, 353, - 3.22, + 3.2, 359, - 2.021, + 1.991, 368, - 1.283, + 1.287, 382, - 2.417, + 2.423, 390, - 1.901, + 1.906, 392, - 2.353, + 2.359, 434, - 2.1, + 2.106, 436, - 2.973, + 2.982, 440, - 5.255, + 5.267, 441, - 3.365, + 3.373, 446, - 3.365, + 3.373, 452, - 2.584, + 2.588, 454, - 4.108, + 4.112, 457, - 2.385, + 2.39, 459, - 3.125, + 3.133, 460, - 3.296, + 3.306, 471, - 1.21, + 1.213, 480, - 2.973, + 2.982, 486, - 3.53, + 3.541, 521, - 1.571, + 1.575, 548, - 2.973, + 2.982, 550, - 2.1, + 2.106, 552, - 1.342, + 1.346, 554, - 1.693, + 1.698, 555, - 1.413, + 1.409, 561, - 1.43, + 1.435, 567, - 2.342, + 2.349, 573, - 1.693, + 1.698, 577, - 1.769, + 1.775, 588, - 2.342, + 2.349, 590, - 3.324, + 3.33, 596, - 2.465, + 2.473, 633, - 2.287, + 2.294, 636, - 2.576, + 2.581, 637, - 5.731, + 5.74, 648, - 2.187, + 2.194, 651, - 3.872, + 3.884, 674, - 2.261, + 2.268, 676, - 2.059, + 2.066, 677, - 2.079, + 2.086, 692, - 2.52, + 2.526, 701, - 3.529, + 3.537, 728, - 2.211, + 2.218, 735, - 3.222, + 3.229, 754, - 2.7, + 2.708, 758, - 2.003, + 2.009, 765, - 1.581, + 1.586, 769, - 2.91, + 2.919, 799, - 4.089, + 4.098, 808, - 4.269, + 4.277, 815, - 2.798, + 2.806, 839, - 3.404, + 3.414, 917, - 3.627, + 3.634, 923, - 3.291, + 3.299, 945, - 2.91, + 2.919, 947, - 4.992, + 4.999, 948, - 2.654, + 2.66, 977, - 2.401, + 2.408, 984, - 3.404, + 3.414, 985, - 3.296, + 3.306, 1043, - 1.95, + 1.956, 1104, - 1.571, + 1.575, 1120, - 2.655, + 2.663, 1184, - 2.852, + 2.86, 1188, - 2.211, + 2.218, 1206, - 3.201, + 3.211, 1235, - 2.91, + 2.919, 1260, - 2.655, + 2.663, 1290, - 3.53, + 3.541, 1291, - 4.019, + 4.028, 1322, - 2.314, + 2.321, 1340, - 3.201, + 3.211, 1411, - 1.933, + 1.939, 1413, - 2.747, + 2.755, 1432, - 4.509, + 4.517, 1445, - 5.692, + 5.702, 1457, - 3.953, + 3.962, 1460, - 2.536, + 2.544, 1499, - 2.7, + 2.708, 1507, - 4.164, + 4.174, 1511, - 2.433, + 2.44, 1512, - 5.764, + 5.777, 1541, - 4.791, + 4.798, 1546, - 2.342, + 2.349, 1596, - 2.401, + 2.408, 1638, - 5.07, + 5.079, 1666, - 2.798, + 2.806, 1681, - 1.933, + 1.939, 1874, - 5.23, + 5.238, 1882, - 2.003, + 2.009, 1884, - 2.853, + 2.86, 1936, - 2.5, + 2.507, 1948, - 4.729, + 4.736, 1973, - 2.7, + 2.708, 2049, - 2.852, + 2.86, 2084, - 2.91, + 2.919, 2089, - 4.509, + 4.517, 2093, - 3.404, + 3.414, 2180, - 5.286, + 5.295, 2253, - 3.682, + 3.693, 2308, - 3.117, + 3.127, 2372, - 3.53, + 3.541, 2440, - 2.187, + 2.194, 2494, - 3.53, + 3.541, 2614, - 5.067, + 5.079, 2649, - 2.7, + 2.708, 2786, - 3.53, + 3.541, 2801, - 3.296, + 3.306, 2821, - 3.296, + 3.306, 2847, - 4.126, + 4.139, 2934, - 3.682, + 3.693, 2955, - 3.831, + 3.84, 2974, - 3.53, + 3.541, 3014, - 6.277, + 6.289, 3096, - 5.764, + 5.777, 3113, - 3.872, + 3.884, 3158, - 4.126, + 4.139, 3165, - 3.682, + 3.693, 3361, - 3.682, + 3.693, 3417, - 3.872, + 3.884, 3568, - 3.682, + 3.693, 3610, - 2.433, + 2.44, 3727, - 4.019, + 4.028, 3734, - 4.126, + 4.139, 3973, - 4.126, + 4.139, 4245, - 3.682, + 3.693, 4532, - 3.682, + 3.693, 4547, - 4.126, + 4.139, 4552, - 3.53, + 3.541, 4805, - 3.872, + 3.884, 4880, - 3.296, + 3.306, 5142, - 3.872, + 3.884, 5163, - 3.53, + 3.541, 5172, - 4.126, + 4.139, 5201, - 3.682, + 3.693, 5592, - 4.512, + 4.526, 5593, - 6.717, + 6.732, 5594, - 4.126, + 4.139, 5595, - 4.512, + 4.526, 5596, - 8.689, + 8.7, 5597, - 6.717, + 6.732, 5598, - 3.682, + 3.693, 5599, - 6.142, + 6.156, 5600, - 4.512, + 4.526, 5601, - 4.512, + 4.526, 5602, - 4.512, + 4.526, 5603, - 4.512, + 4.526, 5604, - 4.512, + 4.526, 5605, - 4.512, + 4.526, 5606, - 4.512, + 4.526, 5607, - 4.126, + 4.139, 5608, - 4.512, + 4.526, 5609, - 4.512, + 4.526, 5610, - 4.512, + 4.526, 5611, - 4.512, + 4.526, 5612, - 6.717, + 6.732, 5613, - 4.512, + 4.526, 5614, - 4.512, + 4.526, 5615, - 4.512, + 4.526, 5616, - 4.512, + 4.526, 5617, - 4.126 + 4.139 ] ], [ @@ -48289,377 +48289,377 @@ "data/manuals/label", [ 0, - 0.517, + 0.519, 1, - 1.08, + 1.084, 2, - 1.069, + 1.073, 3, - 1.109, + 1.112, 4, - 1.109, + 1.112, 5, - 1.114, + 1.118, 6, - 1.114, + 1.118, 7, 1.562, 8, - 2.157, + 2.161, 9, - 1.433, + 1.437, 18, - 1.147, + 1.148, 20, - 1.414, + 1.415, 36, - 1.538, + 1.541, 38, - 1.204, + 1.205, 46, - 1.386, + 1.388, 50, - 5.117, + 5.124, 54, - 2.005, + 2.012, 57, - 1.429, + 1.43, 59, - 0.938, + 0.939, 60, - 2.146, + 2.15, 62, - 1.397, + 1.401, 63, - 2.047, + 2.054, 70, - 3.248, + 3.254, 75, - 3.782, + 3.788, 77, - 1.913, + 1.916, 78, - 1.875, + 1.881, 79, - 0.96, + 0.961, 86, - 1.371, + 1.376, 88, - 3.401, + 3.409, 90, - 2.477, + 2.479, 91, - 1.442, + 1.446, 92, - 3.45, + 3.456, 96, - 3.08, + 3.084, 97, - 1.848, + 1.852, 99, 1.06, 100, - 1.823, + 1.826, 101, - 4.71, + 4.716, 103, - 0.972, + 0.976, 104, - 3.954, + 3.915, 105, - 2.565, + 2.571, 106, - 1.654, + 1.657, 107, - 1.216, + 1.219, 110, - 1.669, + 1.674, 113, - 1.281, + 1.284, 117, - 2.485, + 2.493, 122, - 1.315, + 1.319, 124, - 3.361, + 3.368, 125, - 1.285, + 1.289, 126, - 0.838, + 0.841, 132, - 2.954, + 2.959, 142, - 2.293, + 2.297, 148, - 1.582, + 1.585, 149, - 1.608, + 1.613, 151, - 2.648, + 2.633, 152, - 2.724, + 2.732, 153, - 2.205, + 2.207, 154, - 2.669, + 2.678, 155, - 2.669, + 2.678, 156, - 4.538, + 4.547, 159, - 5.718, + 5.725, 160, - 1.89, + 1.884, 165, - 1.828, + 1.832, 166, - 3.004, + 3.011, 167, - 2.585, + 2.591, 170, - 1.62, + 1.625, 174, - 1.722, + 1.727, 175, - 3.748, + 3.754, 177, - 2.359, + 2.364, 178, - 2.381, + 2.387, 194, - 1.407, + 1.41, 201, - 1.733, + 1.736, 202, - 2.088, + 2.08, 206, - 2.047, + 2.054, 207, - 1.406, + 1.41, 208, - 2.811, + 2.818, 210, - 1.708, + 1.714, 212, - 5.128, + 5.132, 216, - 4.645, + 4.647, 224, - 2.669, + 2.678, 230, - 1.47, + 1.475, 236, - 2.116, + 2.123, 237, - 1.946, + 1.952, 239, - 2.811, + 2.818, 240, - 2.193, + 2.197, 244, - 1.632, + 1.625, 250, - 1.632, + 1.637, 251, - 1.946, + 1.952, 256, - 2.183, + 2.186, 257, - 2.525, + 2.532, 261, - 3.923, + 3.929, 263, - 1.911, + 1.916, 268, - 1.886, + 1.889, 269, - 0.958, + 0.961, 285, - 3.851, + 3.858, 286, - 5.94, + 5.95, 287, - 2.918, + 2.927, 295, - 2.945, + 2.952, 305, - 3.702, + 3.711, 306, - 1.858, + 1.864, 307, - 3.702, + 3.711, 320, - 2.527, + 2.535, 327, - 2.918, + 2.927, 328, - 5.145, + 5.153, 329, - 5.632, + 5.643, 330, - 2.742, + 2.746, 331, - 2.996, + 3.006, 332, - 1.406, + 1.41, 333, - 1.195, + 1.198, 335, - 2.783, + 2.791, 336, - 3.186, + 3.196, 337, - 4.039, + 4.049, 343, - 2.619, + 2.627, 344, - 4.694, + 4.704, 357, - 7.005, + 7.012, 359, - 1.892, + 1.864, 361, - 4.333, + 4.342, 363, - 3.446, + 3.457, 364, - 3.446, + 3.457, 365, - 3.304, + 3.315, 366, - 3.304, + 3.315, 368, - 1.201, + 1.205, 369, - 5.198, + 5.208, 380, - 1.5, + 1.504, 381, - 4.781, + 4.79, 387, - 2.72, + 2.725, 390, - 1.779, + 1.785, 392, - 1.48, + 1.485, 400, - 2.847, + 2.856, 419, - 2.669, + 2.678, 433, - 1.722, + 1.727, 457, - 2.738, + 2.743, 461, - 5.845, + 5.859, 488, - 2.669, + 2.678, 524, - 2.141, + 2.146, 550, - 1.965, + 1.972, 601, - 1.53, + 1.535, 608, - 2.092, + 2.099, 659, - 2.409, + 2.417, 674, - 3.202, + 3.21, 683, - 1.794, + 1.8, 750, - 2.047, + 2.054, 751, - 1.708, + 1.714, 901, - 1.825, + 1.831, 931, - 1.769, + 1.754, 939, - 2.092, + 2.099, 941, - 1.656, + 1.662, 951, - 2.485, + 2.493, 965, - 3.446, + 3.457, 975, - 3.066, + 3.073, 1007, - 1.48, + 1.485, 1035, - 6.1, + 6.11, 1052, - 2.219, + 2.226, 1155, - 2.047, + 2.054, 1157, - 2.219, + 2.226, 1195, - 3.446, + 3.457, 1196, - 3.446, + 3.457, 1216, - 2.277, + 2.255, 1254, - 4.98, + 4.988, 1260, - 2.485, + 2.493, 1261, - 2.571, + 2.535, 1273, - 6.649, + 6.654, 1291, - 2.527, + 2.535, 1790, - 2.996, + 3.006, 1793, - 4.972, + 4.982, 1806, - 2.918, + 2.927, 1848, - 2.669, + 2.678, 2323, - 3.592, + 3.601, 2597, - 6.746, + 6.756, 2738, - 2.724, + 2.732, 2875, - 2.571, + 2.58, 2886, - 3.085, + 3.095, 2915, - 3.304, + 3.315, 3673, - 3.186, + 3.196, 3802, - 3.085, + 3.095, 3870, - 3.862, + 3.875, 4325, - 3.624, + 3.636, 4969, - 3.186, + 3.196, 5100, - 3.304, + 3.315, 5618, - 4.224, + 4.237, 5619, - 6.617, + 6.63, 5620, - 10.092, + 10.103, 5621, - 3.862, + 3.875, 5622, - 4.224, + 4.237, 5623, - 4.224, + 4.237, 5624, - 6.392, + 6.407, 5625, - 6.392 + 6.407 ] ], [ @@ -48673,117 +48673,117 @@ "data/manuals/extensions-script-api", [ 0, - 0.914, + 0.915, 1, - 1.908, + 1.91, 2, - 1.888, + 1.891, 3, - 1.958, + 1.96, 4, - 1.958, + 1.96, 5, - 1.968, + 1.971, 6, - 1.968, + 1.971, 7, - 1.505, + 1.506, 18, - 1.082, + 1.083, 20, - 1.466, + 1.467, 38, - 0.828, + 0.829, 39, - 2.008, + 2.01, 57, - 1.549, + 1.55, 59, - 0.673, + 0.674, 60, - 2.075, + 2.078, 77, - 1.544, + 1.547, 79, - 0.808, + 0.809, 97, - 2.156, + 2.159, 107, - 1.419, + 1.421, 111, - 3.115, + 3.12, 126, - 1.48, + 1.482, 142, - 2.217, + 2.22, 148, - 1.952, + 1.953, 165, - 2.995, + 2.997, 169, - 1.11, + 1.111, 202, - 4.013, + 3.989, 231, - 2.798, + 2.802, 247, 4.085, 263, - 3.299, + 3.301, 268, - 2.139, + 2.14, 452, - 2.168, + 2.171, 481, - 4.319, + 4.259, 500, - 4.025, + 4.028, 574, - 4.563, + 4.567, 588, - 3.87, + 3.876, 735, - 3.577, + 3.582, 880, - 3.615, + 3.62, 1067, - 3.422, + 3.425, 1221, - 5.19, + 5.193, 1272, - 4.649, + 4.652, 1295, - 3.569, + 3.573, 1406, - 3.403, + 3.408, 1459, - 3.04, + 3.044, 1465, - 2.63, + 2.634, 1606, - 6.858, + 6.861, 1636, - 6.601, + 6.604, 2089, - 4.191, + 4.197, 2164, - 3.223, + 3.227, 2189, - 5.27, + 5.275, 2389, - 4.319, + 4.325, 2737, - 6.399, + 6.408, 2778, - 4.913, + 4.92, 2950, - 9.047, + 9.049, 4783, - 5.447, + 5.455, 4785, - 6.819, + 6.829, 5626, - 9.665 + 9.668 ] ], [ @@ -48797,345 +48797,345 @@ "data/manuals/script-properties", [ 0, - 0.679, + 0.68, 1, - 1.417, + 1.421, 2, - 1.403, + 1.406, 3, - 1.454, + 1.458, 4, - 1.454, + 1.458, 5, - 1.462, + 1.465, 6, - 1.462, + 1.465, 7, - 1.537, + 1.538, 10, - 1.949, + 1.951, 18, 1.106, 20, - 1.3, + 1.302, 36, - 1.105, + 1.108, 46, - 1.599, + 1.6, 49, - 1.916, + 1.921, 50, - 3.069, + 3.077, 57, - 0.709, + 0.711, 59, - 0.965, + 0.966, 60, - 2.508, + 2.512, 77, - 1.867, + 1.869, 79, - 0.876, + 0.877, 86, - 1.799, + 1.803, 90, - 1.857, + 1.861, 91, - 1.891, + 1.896, 92, - 4.499, + 4.502, 96, - 1.756, + 1.76, 97, - 3.339, + 3.341, 99, 0.996, 100, - 1.04, + 1.042, 101, - 2.686, + 2.692, 103, - 1.794, + 1.797, 106, - 1.396, + 1.398, 107, - 1.054, + 1.057, 108, - 1.629, + 1.633, 109, - 2.079, + 2.069, 116, - 2.156, + 2.162, 119, - 3.949, + 3.956, 126, - 1.1, + 1.102, 148, - 1.599, + 1.602, 149, - 2.967, + 2.972, 150, - 1.973, + 1.976, 153, - 2.219, + 2.222, 155, - 5.697, + 5.704, 156, - 6.463, + 6.467, 159, - 3.26, + 3.268, 160, - 3.047, + 3.033, 161, - 6.076, + 6.084, 165, - 2.578, + 2.581, 166, - 2.604, + 2.61, 167, - 3.956, + 3.96, 169, - 1.159, + 1.161, 170, - 2.988, + 2.993, 174, - 2.258, + 2.264, 175, - 4.66, + 4.664, 177, - 1.695, + 1.699, 178, - 3.359, + 3.363, 194, - 1.422, + 1.425, 197, - 1.903, + 1.908, 201, - 1.751, + 1.754, 206, - 2.686, + 2.692, 207, - 1.844, + 1.848, 208, - 2.437, + 2.443, 215, - 2.776, + 2.782, 226, - 2.168, + 2.172, 230, - 1.928, + 1.933, 247, - 1.832, + 1.837, 256, - 1.751, + 1.754, 261, - 2.353, + 2.359, 263, - 2.696, + 2.699, 268, - 1.591, + 1.594, 269, - 1.768, + 1.771, 273, - 1.924, + 1.927, 290, - 2.156, + 2.162, 298, - 3.501, + 3.51, 333, - 2.766, + 2.769, 368, - 1.575, + 1.579, 382, - 1.994, + 1.999, 387, - 1.954, + 1.959, 472, - 2.553, + 2.559, 502, - 3.65, + 3.659, 524, - 3.581, + 3.583, 577, - 3.056, + 3.061, 587, - 3.734, + 3.744, 588, - 2.875, + 2.882, 594, - 3.591, + 3.597, 600, - 2.658, + 2.664, 602, - 2.241, + 2.246, 692, - 2.079, + 2.084, 710, - 2.686, + 2.692, 765, - 1.941, + 1.946, 807, - 3.209, + 3.217, 808, - 2.948, + 2.955, 811, - 2.745, + 2.751, 849, - 3.459, + 3.465, 895, - 2.658, + 2.664, 901, - 2.394, + 2.4, 914, - 3.765, + 3.771, 915, - 2.124, + 2.13, 931, - 2.157, + 2.137, 941, - 2.172, + 2.178, 960, - 3.557, + 3.529, 979, - 3.523, + 3.529, 983, - 3.572, + 3.581, 1007, - 2.73, + 2.735, 1010, - 2.277, + 2.282, 1011, - 3.572, + 3.581, 1016, - 3.501, + 3.51, 1034, - 2.124, + 2.13, 1043, - 2.394, + 2.4, 1114, - 3.572, + 3.581, 1203, - 4.754, + 4.766, 1208, - 3.373, + 3.381, 1259, - 3.501, + 3.51, 1273, - 3.26, + 3.268, 1295, - 2.079, + 2.084, 1297, - 8.393, + 8.403, 1298, - 3.501, + 3.51, 1332, - 2.241, + 2.246, 1472, - 4.038, + 4.043, 1584, - 3.113, + 3.121, 1592, - 3.93, + 3.94, 1596, - 2.948, + 2.955, 1599, - 3.501, + 3.51, 1666, - 3.435, + 3.443, 1675, - 2.987, + 2.994, 1804, - 2.658, + 2.664, 1806, - 3.827, + 3.837, 1807, - 2.658, + 2.664, 1833, - 5.066, + 5.079, 1882, - 2.459, + 2.465, 1884, - 2.353, + 2.359, 1906, - 3.827, + 3.837, 2121, - 3.26, + 3.268, 2509, - 5.394, + 5.401, 2517, - 4.179, + 4.19, 2525, - 4.754, + 4.766, 2616, - 4.047, + 4.057, 2649, - 3.315, + 3.323, 2890, - 5.066, + 5.079, 2908, - 3.827, + 3.837, 2950, - 4.179, + 4.19, 3084, - 3.827, + 3.837, 3087, - 3.572, + 3.581, 3108, - 5.692, + 5.702, 3366, - 3.93, + 3.94, 3572, - 4.179, + 4.19, 3679, - 5.879, + 5.889, 3721, - 4.754, + 4.766, 3787, - 4.047, + 4.057, 3816, - 4.521, + 4.532, 4296, - 4.334, + 4.345, 4441, - 4.521, + 4.532, 5161, - 6.097, + 6.108, 5627, - 4.754, + 4.766, 5628, - 5.066, + 5.079, 5629, - 7.793, + 7.807, 5630, - 5.54, + 5.554, 5631, - 5.54, + 5.554, 5632, - 10.691, + 10.7, 5633, - 7.793, + 7.807, 5634, - 5.54, + 5.554, 5635, - 5.54, + 5.554, 5636, - 7.793, + 7.807, 5637, - 9.782, + 9.792, 5638, - 4.521, + 4.532, 5639, - 5.54, + 5.554, 5640, - 5.54, + 5.554, 5641, - 5.54, + 5.554, 5642, - 5.54, + 5.554, 5643, - 5.54, + 5.554, 5644, - 5.54 + 5.554 ] ], [ @@ -49149,197 +49149,197 @@ "data/manuals/gui-text", [ 0, - 0.792, + 0.793, 1, - 1.653, + 1.656, 2, - 1.636, + 1.639, 3, - 1.696, + 1.699, 4, - 1.696, + 1.699, 5, - 1.705, + 1.708, 6, - 1.705, + 1.708, 7, 1.554, 18, - 1.136, + 1.137, 20, - 1.489, + 1.49, 36, - 1.288, + 1.291, 38, - 0.962, + 0.963, 46, - 0.922, + 0.924, 54, - 3.067, + 3.074, 57, - 1.464, + 1.465, 58, - 5.07, + 5.075, 59, - 0.782, + 0.783, 60, - 2.904, + 2.907, 70, - 3.648, + 3.653, 72, - 2.15, + 2.155, 79, 0.925, 88, - 3.438, + 3.445, 90, - 2.594, + 2.596, 92, - 2.593, + 2.598, 95, - 5.412, + 5.415, 99, 1.033, 100, - 1.625, + 1.627, 124, - 2.817, + 2.822, 132, - 2.22, + 2.224, 148, - 1.325, + 1.328, 151, - 2.677, + 2.66, 152, - 4.166, + 4.175, 153, - 1.965, + 1.968, 159, - 5.749, + 5.755, 160, - 1.91, + 1.903, 165, - 2.985, + 2.987, 167, - 2.613, + 2.618, 175, - 4.259, + 4.263, 178, - 3.227, + 3.231, 196, - 2.234, + 2.239, 201, - 1.452, + 1.455, 207, - 2.15, + 2.155, 212, - 3.007, + 3.012, 216, - 4.892, + 4.893, 226, - 1.798, + 1.801, 256, - 2.195, + 2.197, 257, - 4.124, + 4.128, 261, - 4.434, + 4.437, 268, - 2.131, + 2.133, 269, - 1.466, + 1.469, 285, - 3.879, + 3.884, 286, - 5.983, + 5.991, 287, - 4.463, + 4.472, 295, - 3.991, + 3.996, 309, - 3.802, + 3.81, 343, - 4.006, + 4.014, 357, - 7.552, + 7.557, 361, - 5.49, + 5.496, 363, - 5.272, + 5.283, 364, - 5.272, + 5.283, 365, - 5.055, + 5.065, 366, - 5.055, + 5.065, 369, - 6.585, + 6.592, 381, - 5.37, + 5.377, 392, - 2.264, + 2.268, 433, - 2.634, + 2.639, 452, - 2.518, + 2.521, 524, - 2.164, + 2.168, 526, - 4.257, + 4.265, 550, - 3.007, + 3.012, 553, - 2.309, + 2.314, 691, - 1.977, + 1.981, 754, - 3.866, + 3.874, 975, - 3.099, + 3.105, 980, - 4.166, + 4.175, 1019, - 2.442, + 2.447, 1025, - 2.553, + 2.558, 1034, - 3.321, + 3.326, 1035, - 6.931, + 6.938, 1157, - 3.395, + 3.401, 1260, - 3.802, + 3.81, 1583, - 5.272, + 5.283, 1607, - 3.742, + 3.749, 1608, - 5.182, + 5.189, 1609, - 3.742, + 3.749, 1611, - 5.272, + 5.283, 1612, - 5.908, + 5.92, 1848, - 4.083, + 4.091, 2379, - 4.166, + 4.175, 2640, - 4.584, + 4.593, 2916, - 5.473, + 5.481, 3888, - 4.719, + 4.729, 4697, - 5.544, + 5.555, 4969, - 4.874, + 4.884, 5100, - 5.055, + 5.065, 5645, - 6.461 + 6.474 ] ], [ @@ -49353,391 +49353,391 @@ "data/manuals/mesh", [ 0, - 0.551, + 0.553, 1, - 1.15, + 1.154, 2, - 1.139, + 1.142, 3, - 1.181, + 1.184, 4, - 1.181, + 1.184, 5, - 1.187, + 1.19, 6, - 1.187, + 1.19, 7, - 1.549, + 1.55, 8, - 1.258, + 1.262, 10, - 1.449, + 1.452, 18, 1.135, 20, - 1.439, + 1.44, 36, - 1.336, + 1.339, 38, - 1.054, + 1.055, 39, - 0.949, + 0.952, 42, - 0.817, + 0.819, 44, - 3.345, + 3.351, 46, - 1.266, + 1.268, 48, - 2.605, + 2.613, 49, - 2.317, + 2.322, 57, - 1.355, + 1.356, 59, - 0.994, + 0.995, 65, - 2.963, + 2.972, 73, - 2.605, + 2.613, 74, - 2.842, + 2.851, 75, - 1.978, + 1.984, 76, - 2.393, + 2.401, 77, - 1.965, + 1.968, 79, 0.876, 86, - 1.46, + 1.465, 90, - 2.115, + 2.118, 92, - 3.561, + 3.566, 96, - 3.008, + 3.011, 99, - 1.072, + 1.073, 100, - 1.665, + 1.668, 101, - 4.6, + 4.606, 102, - 1.156, + 1.154, 103, - 1.036, + 1.039, 104, - 2.306, + 2.286, 106, - 1.2, + 1.203, 107, - 1.275, + 1.278, 109, - 1.688, + 1.681, 113, - 1.604, + 1.607, 121, - 2.216, + 2.221, 125, - 2.038, + 2.043, 126, - 1.761, + 1.764, 128, - 2.228, + 2.211, 140, - 2.073, + 2.079, 142, - 1.337, + 1.341, 146, - 2.204, + 2.211, 148, - 1.643, + 1.646, 149, - 1.712, + 1.717, 150, - 1.696, + 1.7, 151, - 2.776, + 2.76, 152, - 4.321, + 4.331, 153, - 2.338, + 2.341, 154, - 4.234, + 4.244, 158, - 1.315, + 1.319, 160, - 1.981, + 1.974, 169, - 1.48, + 1.482, 170, - 1.725, + 1.73, 175, - 2.921, + 2.928, 185, - 2.114, + 2.12, 194, - 0.821, + 0.823, 196, - 1.555, + 1.56, 197, - 1.545, + 1.55, 198, - 1.825, + 1.829, 202, - 2.189, + 2.181, 208, - 1.978, + 1.984, 210, - 1.819, + 1.825, 212, - 2.093, + 2.099, 226, - 1.251, + 1.255, 229, - 1.468, + 1.471, 230, - 1.565, + 1.57, 237, - 2.073, + 2.079, 247, - 2.649, + 2.653, 250, - 4.091, + 4.095, 251, - 2.073, + 2.079, 256, - 1.799, + 1.803, 261, - 2.846, + 2.853, 263, - 1.345, + 1.349, 266, - 2.974, + 2.981, 268, - 1.368, + 1.371, 269, - 1.52, + 1.524, 273, - 1.654, + 1.658, 306, - 1.978, + 1.984, 307, - 2.605, + 2.613, 311, - 6.119, + 6.127, 320, - 2.691, + 2.699, 330, - 3.9, + 3.901, 333, - 3.416, + 3.417, 334, - 4.436, + 4.444, 341, - 2.18, + 2.164, 368, - 1.279, + 1.283, 369, - 3.032, + 3.041, 371, - 2.363, + 2.37, 380, - 1.597, + 1.602, 400, - 3.032, + 3.041, 423, - 3.393, + 3.403, 452, - 1.948, + 1.952, 509, - 2.334, + 2.341, 524, - 3.178, + 3.182, 540, - 4.154, + 4.164, 552, - 1.337, + 1.341, 595, - 2.425, + 2.432, 598, - 2.9, + 2.909, 602, - 2.71, + 2.716, 605, - 2.565, + 2.573, 636, - 1.725, + 1.73, 644, - 2.228, + 2.235, 674, - 2.253, + 2.26, 676, - 2.053, + 2.059, 683, - 1.91, + 1.916, 837, - 2.9, + 2.909, 854, - 2.492, + 2.499, 891, - 3.219, + 3.223, 910, - 2.393, + 2.401, 924, - 2.135, + 2.142, 931, - 1.245, + 1.235, 941, - 1.764, + 1.769, 978, - 1.777, + 1.783, 1007, - 1.576, + 1.581, 1019, - 2.532, + 2.538, 1041, - 3.62, + 3.627, 1042, - 2.963, + 2.972, 1051, - 3.191, + 3.201, 1104, - 1.565, + 1.57, 1144, - 2.565, + 2.573, 1155, - 4.823, + 4.828, 1157, - 2.363, + 2.37, 1158, - 3.69, + 3.697, 1172, - 2.279, + 2.286, 1183, - 5.242, + 5.254, 1228, - 6.251, + 6.26, 1254, - 3.881, + 3.89, 1255, - 3.107, + 3.117, 1256, - 2.788, + 2.797, 1257, - 2.788, + 2.797, 1258, - 2.963, + 2.972, 1259, - 2.842, + 2.851, 1404, - 3.393, + 3.403, 1596, - 2.393, + 2.401, 1625, - 4.629, + 4.639, 1676, - 7.41, + 7.414, 1848, - 2.842, + 2.851, 1862, - 3.67, + 3.681, 1864, - 2.963, + 2.972, 1879, - 4.058, + 4.066, 1929, - 4.261, + 4.215, 2002, - 3.519, + 3.53, 2035, - 2.788, + 2.797, 2078, - 2.842, + 2.851, 2084, - 2.9, + 2.909, 2121, - 2.647, + 2.655, 2382, - 5.883, + 5.891, 2496, - 3.393, + 3.403, 2516, - 3.191, + 3.201, 2690, - 2.605, + 2.613, 2766, - 4.113, + 4.125, 2783, - 3.191, + 3.201, 2884, - 7.323, + 7.336, 2885, - 3.393, + 3.403, 2888, - 8.311, + 8.318, 2889, - 3.859, + 3.871, 2952, - 2.425, + 2.432, 3071, - 3.032, + 3.041, 3120, - 3.519, + 3.53, 3124, - 3.107, + 3.117, 3230, - 4.113, + 4.125, 3325, - 3.285, + 3.295, 3527, - 3.032, + 3.041, 3802, - 3.285, + 3.295, 3812, - 3.67, + 3.681, 3813, - 3.67, + 3.681, 4144, - 4.113, + 4.125, 4542, - 5.75, + 5.763, 4810, - 3.67, + 3.681, 5215, - 3.859, + 3.871, 5283, - 3.859, + 3.871, 5400, - 3.393, + 3.295, 5646, - 4.113, + 4.125, 5647, - 4.498, + 4.512, 5648, - 4.498, + 4.512, 5649, - 6.127, + 6.141, 5650, - 4.113, + 4.125, 5651, - 3.859, + 3.871, 5652, - 3.67, + 3.681, 5653, - 4.113, + 4.125, 5654, - 4.113, + 4.125, 5655, - 6.127, + 6.141, 5656, - 4.113, + 4.125, 5657, - 4.113, + 4.125, 5658, - 4.498 + 4.512 ] ], [ @@ -49751,339 +49751,339 @@ "data/manuals/dev-app", [ 0, - 0.731, + 0.733, 1, - 0.988, + 0.991, 2, - 0.978, + 0.981, 3, - 1.014, + 1.017, 4, - 1.014, + 1.017, 5, - 1.019, + 1.023, 6, - 1.019, + 1.023, 7, - 1.526, + 1.527, 10, - 0.835, + 0.838, 12, - 3.746, + 3.753, 18, 1.124, 20, - 1.566, + 1.567, 36, - 1.19, + 1.194, 38, - 0.985, + 0.987, 42, - 0.702, + 0.704, 43, - 3.786, + 3.795, 44, - 1.613, + 1.619, 46, - 1.395, + 1.397, 49, - 2.838, + 2.844, 54, - 2.834, + 2.842, 57, - 0.764, + 0.766, 59, - 0.801, + 0.802, 60, - 1.075, + 1.078, 62, - 2.715, + 2.72, 63, - 1.873, + 1.879, 77, - 1.943, + 1.945, 79, - 0.9, + 0.901, 91, - 3.615, + 3.619, 99, - 1.082, + 1.083, 100, - 1.76, + 1.763, 102, - 0.993, + 0.991, 103, - 2.607, + 2.608, 106, - 1.589, + 1.592, 107, - 1.689, + 1.691, 108, - 1.755, + 1.76, 109, - 2.738, + 2.724, 113, - 1.462, + 1.465, 124, - 3.181, + 3.187, 125, - 2.497, + 2.501, 126, - 0.767, + 0.769, 148, - 0.792, + 0.795, 150, - 2.625, + 2.628, 153, - 2.515, + 2.517, 169, - 1.086, + 1.088, 177, - 1.826, + 1.831, 194, - 1.785, + 1.787, 197, - 3.36, + 3.364, 198, - 3.019, + 3.022, 203, - 5.272, + 5.279, 208, - 3.209, + 3.216, 226, - 1.075, + 1.078, 229, - 2.197, + 2.198, 241, - 2.308, + 2.31, 256, - 1.341, + 1.345, 268, - 1.49, + 1.493, 269, - 1.655, + 1.659, 271, - 3.098, + 3.069, 273, - 1.474, + 1.477, 313, - 2.341, + 2.347, 333, - 1.092, + 1.096, 387, - 2.105, + 2.111, 391, - 2.395, + 2.403, 423, - 2.914, + 2.924, 442, - 1.73, + 1.736, 446, - 1.935, + 1.942, 452, - 1.123, + 1.127, 457, - 3.151, + 3.155, 490, - 1.613, + 1.619, 500, - 1.409, + 1.414, 502, - 2.545, + 2.553, 510, - 2.193, + 2.199, 521, - 3.404, + 3.408, 550, - 4.129, + 4.136, 553, - 1.381, + 1.385, 554, - 1.449, + 1.454, 590, - 2.473, + 2.48, 601, - 1.4, + 1.404, 602, - 1.562, + 1.568, 603, - 1.613, + 1.619, 604, - 1.958, + 1.964, 623, - 2.649, + 2.656, 634, - 1.526, + 1.531, 637, - 3.849, + 3.86, 642, - 3.697, + 3.705, 674, - 4.446, + 4.453, 681, - 4.022, + 4.029, 685, - 2.974, + 2.981, 689, - 1.73, + 1.736, 690, - 4.611, + 4.621, 694, - 2.821, + 2.831, 703, - 2.341, + 2.347, 744, - 3.537, + 3.545, 771, - 1.797, + 1.804, 774, - 1.746, + 1.752, 801, - 4.597, + 4.603, 898, - 1.371, + 1.376, 922, - 2.604, + 2.613, 996, - 1.958, + 1.964, 1025, - 1.526, + 1.531, 1029, - 1.893, + 1.879, 1066, - 1.515, + 1.52, 1079, - 1.873, + 1.879, 1101, - 2.273, + 2.281, 1146, - 2.58, + 2.586, 1323, - 1.613, + 1.619, 1364, - 2.273, + 2.281, 1412, - 5.981, + 5.991, 1590, - 2.311, + 2.319, 1662, - 4.742, + 4.746, 1767, - 2.273, + 2.281, 1769, - 5.108, + 5.112, 1807, - 1.853, + 1.859, 1811, - 7.379, + 7.387, 1840, - 2.203, + 2.211, 1882, - 2.649, + 2.656, 1890, - 2.237, + 2.245, 1920, - 4.825, + 4.829, 1955, - 4.235, + 4.246, 1961, - 3.634, + 3.644, 1968, - 3.176, + 3.185, 1989, - 5.35, + 5.358, 1993, - 4.024, + 4.034, 1997, - 4.681, + 4.69, 1999, - 4.547, + 4.555, 2024, - 4.241, + 4.247, 2026, - 5.408, + 5.417, 2027, - 5.992, + 5.995, 2054, - 2.203, + 2.211, 2075, - 4.365, + 4.375, 2142, - 2.545, + 2.553, 2143, - 2.545, + 2.553, 2217, - 2.352, + 2.36, 2292, - 3.315, + 3.326, 2387, - 2.914, + 2.924, 2435, - 7.654, + 7.665, 2448, - 4.807, + 4.817, 2938, - 3.532, + 3.544, 2939, - 5.122, + 5.136, 2944, - 3.022, + 3.032, 2955, - 2.203, + 2.211, 2959, - 3.315, + 3.326, 2962, - 2.914, + 2.924, 2981, - 4.124, + 4.135, 2985, - 4.503, + 4.515, 3037, - 3.152, + 3.163, 3172, - 3.532, + 3.544, 3257, - 3.532, + 3.544, 3310, - 9.391, + 9.398, 3620, - 3.022, + 3.032, 3672, - 3.152, + 3.163, 3727, - 2.311, + 2.319, 4173, - 3.532, + 3.544, 4486, - 7.654, + 7.665, 5659, - 3.863, + 3.876, 5660, - 10.443, + 10.449, 5661, - 7.296, + 7.312, 5662, - 7.296, + 7.312, 5663, - 9.381, + 9.394, 5664, - 5.459, + 5.473, 5665, - 5.97, + 5.985, 5666, - 3.863, + 3.876, 5667, - 8.208, + 8.223, 5668, - 3.863, + 3.876, 5669, - 3.863, + 3.876, 5670, - 3.532, + 3.544, 5671, - 3.863, + 3.876, 5672, - 3.863 + 3.876 ] ], [ @@ -50097,443 +50097,443 @@ "data/manuals/physics-events", [ 0, - 0.497, + 0.498, 1, - 1.037, + 1.041, 2, - 1.027, + 1.03, 3, - 1.064, + 1.068, 4, - 1.064, + 1.068, 5, - 1.07, + 1.073, 6, - 1.07, + 1.073, 7, 1.552, 11, - 2.245, + 2.251, 18, - 1.105, + 1.106, 20, - 1.364, + 1.365, 36, - 1.5, + 1.503, 38, - 0.935, + 0.937, 39, - 1.308, + 1.311, 46, - 1.364, + 1.366, 55, - 1.945, + 1.951, 57, - 1.313, + 1.314, 59, - 0.679, + 0.68, 60, - 1.128, + 1.132, 77, - 0.84, + 0.843, 79, - 0.94, + 0.941, 90, - 0.966, + 0.97, 99, - 0.934, + 0.935, 100, - 1.867, + 1.869, 103, - 1.732, + 1.735, 106, - 1.625, + 1.627, 107, - 1.726, + 1.729, 113, - 1.242, + 1.245, 116, - 1.578, + 1.583, 121, - 1.341, + 1.346, 122, - 2.622, + 2.626, 125, - 1.233, + 1.238, 126, - 1.23, + 1.233, 132, - 2.584, + 2.589, 138, - 3.309, + 3.32, 142, - 2.503, + 2.508, 160, - 1.832, + 1.826, 165, - 2.735, + 2.738, 166, - 2.912, + 2.92, 167, - 3.669, + 3.674, 169, - 0.922, + 0.924, 170, - 3.935, + 3.939, 178, - 3.823, + 3.827, 194, - 1.131, + 1.134, 198, - 1.104, + 1.108, 201, - 0.911, + 0.914, 207, - 3.312, + 3.316, 230, - 2.157, + 2.162, 240, - 1.153, + 1.157, 241, - 1.803, + 1.806, 250, - 3.964, + 3.968, 256, - 0.911, + 0.914, 268, - 1.719, + 1.722, 269, - 0.92, + 0.923, 273, - 1.001, + 1.004, 315, - 2.514, + 2.522, 324, - 2.313, + 2.32, 332, - 1.35, + 1.354, 333, - 1.147, + 1.151, 334, - 4.665, + 4.673, 359, - 4.063, + 3.996, 362, - 2.733, + 2.742, 368, - 2.139, + 2.143, 385, - 2.279, + 2.286, 387, - 1.43, + 1.435, 391, - 2.514, + 2.522, 392, - 1.421, + 1.425, 442, - 1.816, + 1.822, 453, - 2.348, + 2.356, 471, - 1.661, + 1.665, 472, - 1.868, + 1.875, 488, - 3.916, + 3.926, 490, - 1.694, + 1.699, 510, - 1.49, + 1.495, 514, - 2.801, + 2.81, 524, - 3.333, + 3.336, 546, - 2.186, + 2.193, 554, - 2.325, + 2.331, 568, - 5.766, + 5.772, 601, - 1.469, + 1.474, 602, - 1.64, + 1.645, 603, - 1.694, + 1.699, 604, - 2.055, + 2.062, 629, - 1.219, + 1.223, 634, - 1.602, + 1.607, 669, - 3.842, + 3.851, 676, - 1.851, + 1.857, 706, - 4.526, + 4.537, 749, - 3.386, + 3.394, 752, - 1.868, + 1.875, 758, - 1.8, + 1.806, 773, - 2.725, + 2.73, 793, - 1.887, + 1.893, 811, - 2.009, + 2.015, 832, - 2.972, + 2.98, 866, - 1.511, + 1.516, 891, - 3.84, + 3.843, 898, - 2.67, + 2.676, 914, - 3.789, + 3.795, 923, - 1.987, + 1.993, 931, - 3.02, + 2.99, 941, - 1.59, + 1.595, 962, - 5.043, + 5.047, 998, - 3.589, + 3.598, 1000, - 5.335, + 5.346, 1002, - 4.171, + 4.178, 1003, - 7.495, + 7.503, 1007, - 3.351, + 3.355, 1012, - 5.056, + 5.069, 1019, - 4.319, + 4.321, 1024, - 5.317, + 5.33, 1025, - 3.932, + 3.936, 1034, - 1.555, + 1.56, 1043, - 1.752, + 1.758, 1116, - 3.059, + 3.069, 1124, - 2.615, + 2.623, 1143, - 3.996, + 4.006, 1158, - 4.407, + 4.413, 1202, - 1.925, + 1.931, 1235, - 2.615, + 2.623, 1287, - 2.877, + 2.886, 1295, - 1.521, + 1.526, 1304, - 2.386, + 2.394, 1323, - 1.694, + 1.699, 1324, - 2.104, + 2.111, 1378, - 3.772, + 3.782, 1426, - 2.469, + 2.477, 1449, - 3.172, + 3.183, 1472, - 2.775, + 2.782, 1495, - 2.246, + 2.254, 1560, - 5.547, + 5.557, 1588, - 4.126, + 4.133, 1594, - 2.313, + 2.32, 1607, - 2.348, + 2.356, 1608, - 3.707, + 3.717, 1621, - 2.055, + 2.062, 1666, - 2.514, + 2.522, 1814, - 4.101, + 4.069, 1888, - 3.309, + 3.32, 1889, - 2.469, + 2.477, 1908, - 3.807, + 3.813, 1928, - 4.539, + 4.547, 2030, - 2.733, + 2.742, 2040, - 5.317, + 5.33, 2042, - 2.246, + 2.254, 2043, - 2.962, + 2.971, 2189, - 2.246, + 2.254, 2211, - 5.317, + 5.33, 2286, - 4.662, + 4.672, 2299, - 2.801, + 2.81, 2300, - 7.088, + 7.096, 2305, - 3.172, + 3.183, 2323, - 5.592, + 5.598, 2326, - 5.056, + 5.069, 2373, - 2.562, + 2.571, 2438, - 3.479, + 3.491, 2535, - 3.059, + 3.069, 2554, - 2.426, + 2.434, 2582, - 6.903, + 6.801, 3021, - 3.842, + 3.851, 3079, - 2.962, + 2.971, 3094, - 2.801, + 2.81, 3107, - 2.801, + 2.81, 3108, - 4.526, + 4.537, 3485, - 3.172, + 3.183, 3626, - 3.479, + 3.491, 3720, - 3.479, + 3.491, 3833, - 3.309, + 3.32, 3847, - 3.479, + 3.491, 3862, - 3.479, + 3.491, 3974, - 3.479, + 3.491, 3984, - 2.279, + 2.254, 4195, - 3.309, + 3.32, 4252, - 2.877, + 2.886, 4257, - 5.493, + 5.504, 4564, - 3.172, + 3.183, 5153, - 3.479, + 3.491, 5162, - 7.784, + 7.795, 5365, - 4.848, + 4.86, 5525, - 5.317, + 5.33, 5673, - 4.177, + 4.093, 5674, - 6.877, + 6.891, 5675, - 4.055, + 4.068, 5676, - 4.055, + 4.068, 5677, - 3.479, + 3.491, 5678, - 4.055, + 4.068, 5679, - 3.708, + 3.72, 5680, - 5.666, + 5.681, 5681, - 4.674, + 4.686, 5682, - 4.281, + 4.291, 5683, - 4.055, + 4.068, 5684, - 3.479, + 3.491, 5685, - 3.708, + 3.72, 5686, - 4.055, + 4.068, 5687, - 5.666, + 5.681, 5688, - 4.055, + 4.068, 5689, - 3.479, + 3.491, 5690, - 8.207, + 8.217, 5691, - 5.666, + 5.681, 5692, - 4.055, + 4.068, 5693, - 5.666, + 5.681, 5694, - 5.666, + 5.681, 5695, - 8.42, + 8.435, 5696, - 4.055, + 4.068, 5697, - 5.666, + 5.681, 5698, - 6.453, + 6.466, 5699, - 6.197, + 6.212, 5700, - 4.055, + 4.068, 5701, - 6.197, + 6.212, 5702, - 4.055, + 4.068, 5703, - 6.197, + 6.212, 5704, - 4.055, + 4.068, 5705, - 6.197, + 6.212, 5706, - 4.055, + 4.068, 5707, - 3.479, + 3.491, 5708, - 4.055, + 4.068, 5709, - 3.708, + 3.72, 5710, - 5.666, + 5.681, 5711, - 5.666 + 5.681 ] ], [ @@ -50547,441 +50547,441 @@ "data/manuals/resource", [ 0, - 0.511, + 0.512, 1, - 1.066, + 1.07, 2, - 1.055, + 1.059, 3, - 1.094, + 1.098, 4, - 1.094, + 1.098, 5, - 1.1, + 1.104, 6, - 1.1, + 1.104, 7, 1.513, 9, - 1.414, + 1.419, 10, - 2.292, + 2.294, 11, - 1.51, + 1.515, 18, 1.14, 20, - 1.48, + 1.481, 36, - 1.703, + 1.706, 38, - 1.2, + 1.201, 39, - 0.88, + 0.883, 41, - 3.325, + 3.333, 42, - 1.389, + 1.392, 44, - 3.195, + 3.202, 46, - 1.433, + 1.435, 52, - 2.351, + 2.355, 54, - 1.979, + 1.986, 57, - 1.285, + 1.287, 59, - 0.991, + 0.992, 60, - 1.16, + 1.164, 62, - 1.379, + 1.383, 77, - 1.769, + 1.772, 79, 0.854, 85, - 2.494, + 2.502, 86, - 2.055, + 2.06, 94, - 1.94, + 1.946, 96, - 2.911, + 2.915, 99, 1.028, 100, - 1.814, + 1.816, 102, - 1.072, + 1.07, 103, - 2.313, + 2.316, 106, - 1.37, + 1.373, 107, - 1.625, + 1.628, 108, - 1.861, + 1.865, 109, - 1.564, + 1.558, 113, - 2.013, + 2.015, 116, - 2.463, + 2.469, 119, - 3.207, + 3.215, 121, - 2.53, + 2.535, 126, - 1.823, + 1.825, 132, - 1.432, + 1.437, 139, - 2.414, + 2.422, 143, - 2.021, + 2.027, 148, - 1.884, + 1.887, 151, - 2.622, + 2.607, 153, - 2.405, + 2.407, 165, - 1.81, + 1.814, 169, - 1.366, + 1.368, 174, - 4.095, + 4.1, 177, - 1.275, + 1.28, 193, - 5.295, + 5.304, 194, - 2.005, + 2.006, 196, - 1.441, + 1.446, 197, - 2.628, + 2.633, 198, - 1.135, + 1.139, 199, - 1.786, + 1.792, 201, - 2.063, + 2.066, 207, - 2.546, + 2.551, 208, - 1.833, + 1.839, 227, - 2.414, + 2.422, 229, - 1.402, + 1.405, 231, - 3.205, + 3.21, 237, - 1.921, + 1.927, 239, - 1.833, + 1.839, 240, - 1.185, + 1.189, 243, - 2.065, + 2.072, 244, - 1.61, + 1.604, 257, - 1.647, + 1.652, 260, - 2.133, + 2.138, 261, - 1.771, + 1.776, 268, - 1.744, + 1.747, 269, - 2.405, + 2.407, 273, - 2.108, + 2.112, 282, - 2.065, + 2.072, 295, - 2.916, + 2.923, 309, - 2.453, + 2.461, 323, - 2.494, + 2.502, 332, - 1.387, + 1.392, 333, - 1.179, + 1.183, 342, - 2.835, + 2.841, 368, - 1.8, + 1.804, 375, - 3.261, + 3.272, 380, - 1.48, + 1.485, 384, - 2.957, + 2.967, 390, - 2.665, + 2.672, 402, - 2.218, + 2.225, 441, - 3.17, + 3.178, 452, - 1.212, + 1.216, 472, - 1.921, + 1.927, 543, - 1.673, + 1.678, 547, - 2.453, + 2.461, 548, - 2.746, + 2.755, 549, - 3.577, + 3.589, 550, - 1.94, + 1.946, 552, - 2.274, + 2.279, 555, - 2.396, + 2.387, 556, - 3.51, + 3.516, 574, - 2.0, + 2.006, 577, - 1.635, + 1.64, 593, - 3.261, + 3.272, 601, - 1.51, + 1.515, 614, - 1.635, + 1.64, 615, - 2.218, + 2.225, 622, - 4.687, + 4.692, 623, - 1.85, + 1.856, 631, - 2.065, + 2.072, 633, - 2.113, + 2.119, 642, - 5.372, + 5.377, 659, - 2.378, + 2.385, 683, - 2.688, + 2.695, 691, - 1.275, + 1.28, 703, - 1.635, + 1.64, 715, - 2.19, + 2.197, 751, - 2.559, + 2.566, 762, - 5.437, + 5.388, 793, - 1.94, + 1.946, 809, - 2.343, + 2.35, 831, - 2.494, + 2.502, 832, - 2.0, + 2.006, 860, - 4.328, + 4.336, 890, - 2.163, + 2.17, 891, - 1.414, + 1.419, 914, - 3.195, + 3.202, 918, - 4.638, + 4.643, 919, - 2.137, + 2.144, 931, - 1.154, + 1.145, 941, - 1.635, + 1.64, 948, - 3.022, + 3.028, 978, - 1.647, + 1.652, 991, - 4.657, + 4.666, 1007, - 3.217, + 3.222, 1043, - 1.801, + 1.807, 1046, - 2.494, + 2.502, 1047, - 1.979, + 1.986, 1101, - 3.724, + 3.733, 1104, - 1.451, + 1.456, 1114, - 2.688, + 2.697, 1158, - 1.921, + 1.927, 1186, - 2.043, + 2.049, 1219, - 3.853, + 3.862, 1250, - 2.343, + 2.35, 1287, - 2.957, + 2.967, 1311, - 2.688, + 2.697, 1326, - 2.538, + 2.546, 1341, - 2.957, + 2.967, 1379, - 1.94, + 1.927, 1382, - 2.309, + 2.317, 1403, - 1.979, + 1.986, 1473, - 2.957, + 2.967, 1526, - 3.045, + 3.055, 1532, - 2.688, + 2.697, 1544, - 6.229, + 6.235, 1627, - 2.957, + 2.967, 1628, - 3.538, + 3.544, 1637, - 4.081, + 4.091, 1662, - 1.833, + 1.839, 1681, - 1.786, + 1.792, 1770, - 2.538, + 2.546, 1797, - 4.081, + 4.091, 1807, - 2.0, + 2.006, 1878, - 2.634, + 2.643, 1884, - 1.771, + 1.776, 1906, - 2.88, + 2.889, 1928, - 2.247, + 2.255, 2023, - 3.145, + 3.155, 2054, - 2.378, + 2.385, 2082, - 2.957, + 2.967, 2083, - 2.88, + 2.889, 2096, - 4.238, + 4.246, 2116, - 2.378, + 2.385, 2171, - 4.372, + 4.382, 2174, - 3.577, + 3.589, 2182, - 3.922, + 3.93, 2184, - 3.145, + 3.155, 2320, - 3.145, + 3.155, 2353, - 2.688, + 2.697, 2495, - 3.261, + 3.272, 2506, - 4.742, + 4.752, 2507, - 5.11, + 5.119, 2509, - 6.573, + 6.578, 2519, - 3.145, + 3.155, 2523, - 3.401, + 3.413, 2532, - 2.688, + 2.697, 2533, - 4.266, + 4.276, 2535, - 3.145, + 3.155, 2540, - 3.506, + 3.514, 2544, - 4.081, + 4.091, 2547, - 3.401, + 3.413, 2548, - 2.453, + 2.461, 2562, - 3.145, + 3.155, 2637, - 2.634, + 2.643, 2666, - 3.577, + 3.589, 2675, - 3.401, + 3.413, 2750, - 2.634, + 2.643, 2785, - 3.401, + 3.413, 3006, - 3.045, + 3.055, 3378, - 3.577, + 3.589, 4013, - 3.577, + 3.589, 4392, - 3.261, + 3.272, 4404, - 3.577, + 3.589, 4430, - 3.045, + 3.055, 5065, - 3.261, + 3.272, 5712, - 3.577, + 3.589, 5713, - 4.169, + 4.182, 5714, - 5.164, + 5.177, 5715, - 3.401, + 3.413, 5716, - 4.169, + 4.182, 5717, - 4.169, + 4.182, 5718, - 4.169, + 4.182, 5719, - 7.65, + 7.665, 5720, - 5.985, + 5.997, 5721, - 3.045, + 3.055, 5722, - 4.169 + 4.182 ] ], [ @@ -50997,315 +50997,315 @@ 7, 1.57, 9, - 1.647, + 1.651, 10, - 1.05, + 1.053, 18, 1.088, 20, - 1.511, + 1.512, 22, - 1.995, + 2.001, 36, - 1.414, + 1.417, 52, - 2.305, + 2.309, 57, - 1.253, + 1.254, 59, - 0.831, + 0.832, 60, - 1.351, + 1.355, 72, - 1.616, + 1.62, 77, - 1.907, + 1.91, 79, - 0.966, + 0.967, 99, - 0.996, + 0.997, 100, - 1.919, + 1.921, 103, - 2.12, + 2.123, 106, - 1.754, + 1.756, 107, - 0.924, + 0.926, 108, - 1.427, + 1.431, 122, - 2.207, + 2.212, 126, - 0.964, + 0.966, 139, - 4.106, + 4.114, 148, - 0.996, + 0.999, 150, - 2.741, + 2.743, 160, - 3.122, + 3.107, 165, - 3.347, + 3.349, 167, - 1.963, + 1.969, 169, - 1.055, + 1.057, 171, - 4.293, + 4.301, 177, - 2.169, + 2.173, 178, - 4.18, + 4.183, 196, - 1.679, + 1.684, 197, - 2.435, + 2.441, 199, - 3.037, + 3.043, 210, - 1.963, + 1.969, 229, - 0.89, + 0.893, 230, - 1.69, + 1.695, 241, - 1.518, + 1.521, 244, - 1.875, + 1.867, 256, - 2.2, + 2.203, 260, - 1.636, + 1.641, 263, - 2.504, + 2.508, 269, - 1.102, + 1.105, 273, - 1.198, + 1.202, 332, - 1.616, + 1.62, 333, - 2.368, + 2.372, 342, - 2.174, + 2.181, 438, - 4.439, + 4.452, 500, - 3.055, + 3.06, 504, - 2.46, + 2.439, 510, - 1.783, + 1.789, 524, - 3.997, + 3.999, 534, - 2.282, + 2.288, 546, - 2.617, + 2.625, 555, - 1.521, + 1.516, 573, - 1.822, + 1.827, 577, - 1.904, + 1.909, 579, - 2.432, + 2.439, 583, - 5.191, + 5.2, 611, - 4.166, + 4.178, 622, - 2.353, + 2.36, 652, - 7.948, + 7.952, 689, - 2.174, + 2.181, 691, - 1.485, + 1.49, 713, - 2.583, + 2.558, 758, - 2.155, + 2.161, 765, - 1.701, + 1.706, 811, - 2.405, + 2.412, 898, - 1.724, + 1.729, 914, - 2.028, + 2.034, 915, - 1.862, + 1.867, 921, - 3.13, + 3.139, 923, - 2.379, + 2.386, 1034, - 2.718, + 2.724, 1043, - 2.098, + 2.104, 1062, - 3.873, + 3.881, 1089, - 3.198, + 3.207, 1140, - 5.528, + 5.53, 1260, - 2.857, + 2.865, 1269, - 6.116, + 6.121, 1272, - 5.103, + 5.106, 1295, - 3.837, + 3.841, 1296, - 1.809, + 1.814, 1332, - 3.724, + 3.729, 1459, - 2.89, + 2.896, 1487, - 5.348, + 5.359, 1492, - 4.395, + 4.404, 1502, - 2.489, + 2.496, 1606, - 2.857, + 2.865, 1648, - 2.769, + 2.777, 1871, - 2.353, + 2.36, 1908, - 3.205, + 3.212, 1982, - 4.195, + 4.155, 2010, - 5.784, + 5.796, 2049, - 4.48, + 4.489, 2142, - 3.198, + 3.207, 2336, - 3.272, + 3.282, 2360, - 2.617, + 2.625, 2420, - 3.272, + 3.282, 2709, - 7.751, + 7.755, 2997, - 3.961, + 3.973, 3140, - 4.897, + 4.907, 3218, - 3.444, + 3.454, 3311, - 3.068, + 3.077, 3399, - 3.354, + 3.363, 3489, - 4.166, + 4.178, 3556, - 4.439, + 4.452, 3591, - 6.083, + 6.096, 3616, - 3.546, + 3.556, 3667, - 3.662, + 3.673, 3733, - 3.798, + 3.809, 3890, - 3.272, + 3.282, 4130, - 4.166, + 4.178, 4211, - 4.166, + 4.178, 4322, - 4.166, + 4.178, 4630, - 7.657, + 7.67, 5151, - 5.029, + 5.04, 5684, - 4.166, + 4.178, 5723, - 4.855, + 4.869, 5724, - 8.374, + 8.387, 5725, - 4.855, + 4.869, 5726, - 4.855, + 4.869, 5727, - 4.855, + 4.869, 5728, - 4.855, + 4.869, 5729, - 4.855, + 4.869, 5730, - 4.855, + 4.869, 5731, - 4.855, + 4.869, 5732, - 4.855, + 4.869, 5733, - 7.089, + 7.104, 5734, - 7.089, + 7.104, 5735, - 8.374, + 8.387, 5736, - 7.089, + 7.104, 5737, - 10.227, + 10.237, 5738, - 8.374, + 8.387, 5739, - 10.227, + 10.237, 5740, - 7.089, + 7.104, 5741, - 8.374, + 8.387, 5742, - 4.439, + 4.452, 5743, - 4.855, + 4.869, 5744, - 8.374, + 8.387, 5745, - 4.855, + 4.869, 5746, - 4.166, + 4.178, 5747, - 6.482, + 6.496, 5748, - 4.855, + 4.869, 5749, - 4.855, + 4.869, 5750, - 4.855, + 4.869, 5751, - 6.482, + 6.496, 5752, - 4.855, + 4.869, 5753, - 3.546, + 3.556, 5754, - 4.855, + 4.869, 5755, - 4.855, + 4.869, 5756, - 8.374, + 8.387, 5757, - 4.855, + 4.869, 5758, - 4.855, + 4.869, 5759, - 4.855 + 4.869 ] ], [ @@ -51319,121 +51319,121 @@ "data/manuals/iac", [ 0, - 1.034, + 1.035, 1, - 2.159, + 2.161, 2, - 2.137, + 2.139, 3, - 2.216, + 2.218, 4, - 2.216, + 2.218, 5, - 2.227, + 2.229, 6, - 2.227, + 2.229, 7, - 1.483, + 1.484, 18, 1.067, 20, - 1.366, + 1.367, 57, - 1.08, + 1.081, 59, - 0.762, + 0.763, 79, - 0.717, + 0.718, 99, - 0.912, + 0.913, 100, - 1.584, + 1.585, 107, - 1.606, + 1.608, 126, - 2.04, + 2.041, 150, - 2.137, + 2.139, 153, - 1.915, + 1.917, 165, - 3.168, + 3.169, 166, - 3.967, + 3.971, 167, - 4.156, + 4.159, 169, - 1.256, + 1.257, 171, - 5.27, + 5.272, 178, - 4.128, + 4.13, 202, - 3.357, + 3.339, 207, - 2.809, + 2.812, 229, - 1.548, + 1.549, 241, - 1.808, + 1.809, 256, - 1.897, + 1.898, 268, - 2.098, + 2.1, 273, - 2.084, + 2.085, 382, - 3.038, + 3.04, 434, - 3.928, + 3.931, 490, - 3.526, + 3.529, 524, - 2.827, + 2.83, 567, - 4.381, + 4.385, 634, - 3.335, + 3.338, 735, - 4.93, + 4.932, 740, - 4.278, + 4.282, 848, - 4.182, + 4.186, 910, - 4.492, + 4.496, 913, - 5.334, + 5.339, 1067, - 3.357, + 3.359, 1381, - 5.989, + 5.994, 1455, - 5.989, + 5.994, 1465, - 2.977, + 2.98, 1503, - 6.604, + 6.61, 1638, - 5.334, + 5.339, 2643, - 6.368, + 6.374, 3423, - 6.368, + 6.374, 5673, - 6.927, + 6.774, 5760, - 10.277, + 10.283, 5761, - 6.888, + 6.894, 5762, - 8.441, + 8.449, 5763, - 8.441, + 8.449, 5764, - 8.441, + 8.449, 5765, - 8.441 + 8.449 ] ], [ @@ -51449,147 +51449,147 @@ 7, 1.453, 10, - 2.125, + 2.126, 18, 1.111, 20, 1.57, 38, - 0.872, + 0.873, 41, - 4.125, + 4.13, 43, - 4.075, + 4.08, 46, - 1.12, + 1.121, 52, - 2.705, + 2.707, 57, - 1.257, + 1.258, 59, 1.045, 60, - 2.185, + 2.187, 62, - 2.597, + 2.6, 79, - 0.835, + 0.836, 91, - 2.68, + 2.684, 96, - 2.489, + 2.492, 103, - 2.263, + 2.265, 106, - 1.76, + 1.762, 107, - 1.87, + 1.872, 122, - 2.445, + 2.448, 169, - 1.168, + 1.17, 194, - 1.793, + 1.795, 196, - 2.715, + 2.718, 244, - 3.033, + 3.015, 269, - 1.782, + 1.784, 343, - 6.093, + 6.098, 459, - 3.654, + 3.658, 468, - 5.57, + 5.577, 471, - 2.105, + 2.107, 500, - 3.585, + 3.588, 503, - 7.18, + 7.189, 505, - 4.026, + 4.031, 521, - 2.733, + 2.736, 522, - 5.315, + 5.317, 552, - 2.922, + 2.924, 622, - 3.806, + 3.811, 623, - 4.362, + 4.365, 723, - 4.78, + 4.786, 859, - 4.924, + 4.927, 1007, - 3.758, + 3.761, 1010, - 3.227, + 3.23, 1034, - 3.011, + 3.015, 1052, - 4.125, + 4.13, 1146, - 3.393, + 3.397, 1150, - 4.412, + 4.418, 1250, - 5.523, + 5.527, 1285, - 5.923, + 5.93, 1296, - 2.925, + 2.929, 1482, - 5.735, + 5.742, 1602, - 3.847, + 3.852, 1628, - 4.658, + 4.66, 1637, - 5.063, + 5.069, 1646, - 6.737, + 6.746, 1858, - 5.173, + 5.179, 1871, - 3.806, + 3.811, 1878, - 4.962, + 4.968, 1926, - 6.474, + 6.342, 1931, - 4.233, + 4.238, 1946, - 5.735, + 5.742, 2379, - 5.063, + 5.069, 2438, - 6.737, + 6.746, 2543, - 5.923, + 5.93, 5159, - 6.737, + 6.746, 5689, - 6.737, + 6.746, 5720, - 6.143, + 6.15, 5766, - 7.689, + 7.695, 5767, - 7.18, + 7.189, 5768, - 7.852, + 7.861, 5769, - 7.18, + 7.189, 5770, - 7.852, + 7.861, 5771, - 7.852, + 7.861, 5772, - 8.987 + 8.994 ] ], [ @@ -51603,309 +51603,309 @@ "data/manuals/physics-joints", [ 0, - 0.654, + 0.655, 1, - 1.364, + 1.368, 2, - 1.35, + 1.354, 3, - 1.4, + 1.404, 4, - 1.4, + 1.404, 5, - 1.407, + 1.411, 6, - 1.407, + 1.411, 7, - 1.58, + 1.581, 11, - 3.682, + 3.685, 18, - 1.073, + 1.074, 20, - 1.174, + 1.175, 38, - 0.843, + 0.844, 46, - 1.372, + 1.374, 49, - 1.845, + 1.849, 52, - 1.468, + 1.472, 57, - 1.351, + 1.352, 59, - 1.034, + 1.035, 77, - 1.992, + 1.994, 79, 1.049, 84, - 2.285, + 2.291, 90, - 1.271, + 1.275, 92, - 2.14, + 2.146, 99, - 1.003, + 1.004, 108, - 1.568, + 1.572, 113, - 1.52, + 1.523, 122, - 1.661, + 1.665, 126, - 2.096, + 2.098, 128, - 2.643, + 2.621, 145, - 3.307, + 3.316, 148, - 2.166, + 2.168, 149, - 2.031, + 2.036, 150, - 2.573, + 2.575, 158, - 1.559, + 1.563, 160, - 2.61, + 2.6, 165, - 1.525, + 1.529, 167, - 2.157, + 2.163, 169, - 1.431, + 1.433, 170, - 2.045, + 2.051, 178, - 2.827, + 2.832, 201, - 1.199, + 1.202, 207, - 1.775, + 1.78, 226, - 1.484, + 1.488, 229, - 1.391, + 1.393, 230, - 1.857, + 1.861, 240, - 1.517, + 1.521, 251, - 2.458, + 2.464, 260, - 1.798, + 1.802, 268, - 1.089, + 1.092, 269, - 1.21, + 1.213, 279, - 4.353, + 4.364, 285, - 2.389, + 2.395, 295, - 2.458, + 2.464, 305, - 3.089, + 3.097, 307, - 3.089, + 3.097, 330, - 3.067, + 3.07, 332, - 1.775, + 1.78, 359, - 2.389, + 2.352, 361, - 4.263, + 4.271, 368, - 1.517, + 1.521, 384, - 3.784, + 3.794, 385, - 4.962, + 4.969, 404, - 4.794, + 4.803, 433, - 2.174, + 2.18, 488, - 3.371, + 3.38, 500, - 1.946, + 1.951, 524, - 1.786, + 1.791, 533, - 4.203, + 4.211, 541, - 2.838, + 2.846, 601, - 1.933, + 1.938, 614, - 2.092, + 2.097, 676, - 3.462, + 3.469, 691, - 1.632, + 1.636, 758, - 2.367, + 2.374, 856, - 2.14, + 2.146, 898, - 2.694, + 2.699, 931, - 2.662, + 2.636, 962, - 5.218, + 5.222, 1007, - 3.37, + 3.374, 1010, - 2.192, + 2.198, 1011, - 4.892, + 4.901, 1014, - 4.892, + 4.901, 1016, - 4.794, + 4.803, 1031, - 7.025, + 7.033, 1193, - 3.192, + 3.2, 1221, - 2.643, + 2.649, 1224, - 3.639, + 3.646, 1226, - 3.042, + 3.05, 1332, - 3.068, + 3.074, 1493, - 3.685, + 3.694, 1571, - 4.577, + 4.589, 1592, - 3.784, + 3.794, 1629, - 2.389, + 2.395, 1644, - 6.51, + 6.522, 1672, - 4.09, + 4.097, 1884, - 3.223, + 3.228, 1911, - 2.735, + 2.742, 2026, - 5.817, + 5.825, 2070, - 6.078, + 6.085, 2226, - 4.892, + 4.803, 2236, - 5.474, + 5.482, 2271, - 4.173, + 4.184, 2296, - 6.191, + 6.202, 2448, - 3.514, + 3.523, 2468, - 4.173, + 4.184, 2555, - 3.371, + 3.38, 2633, - 2.735, + 2.742, 2644, - 4.577, + 4.589, 2645, - 3.896, + 3.906, 2750, - 3.371, + 3.38, 3200, - 5.541, + 5.552, 3583, - 3.784, + 3.794, 3841, - 8.292, + 8.3, 3861, - 5.723, + 5.734, 3984, - 2.998, + 2.963, 4242, - 6.264, + 6.273, 4603, - 4.024, + 4.034, 5065, - 7.524, + 7.533, 5263, - 6.938, + 6.951, 5698, - 4.577, + 4.589, 5707, - 4.577, + 4.589, 5709, - 4.878, + 4.89, 5773, - 8.83, + 8.843, 5774, - 4.878, + 4.89, 5775, - 11.004, + 11.008, 5776, - 4.878, + 4.89, 5777, - 9.656, + 9.665, 5778, - 4.878, + 4.89, 5779, - 7.587, + 7.601, 5780, - 4.878, + 4.89, 5781, - 4.878, + 4.89, 5782, - 4.577, + 4.589, 5783, - 4.878, + 4.89, 5784, - 4.878, + 4.89, 5785, - 5.334, + 5.348, 5786, - 5.334, + 5.348, 5787, - 4.878, + 4.89, 5788, - 5.334, + 5.348, 5789, - 4.878, + 4.89, 5790, - 10.56, + 10.569, 5791, - 8.83, + 8.843, 5792, - 8.83, + 8.843, 5793, - 4.878, + 4.89, 5794, - 5.334, + 5.348, 5795, - 7.587, + 7.601, 5796, - 4.878, + 4.89, 5797, - 7.587, + 7.601, 5798, - 4.878, + 4.89, 5799, - 5.334, + 5.348, 5800, - 7.587, + 7.601, 5801, - 4.878, + 4.89, 5802, - 4.878, + 4.89, 5803, - 6.191 + 6.202 ] ], [ @@ -51919,465 +51919,465 @@ "data/manuals/macos", [ 0, - 0.544, + 0.546, 1, - 1.136, + 1.139, 2, - 1.124, + 1.128, 3, - 1.165, + 1.169, 4, - 1.165, + 1.169, 5, - 1.172, + 1.175, 6, - 1.172, + 1.175, 7, 1.58, 8, - 2.77, + 2.773, 10, - 2.04, + 2.043, 12, - 2.026, + 2.033, 18, - 1.122, + 1.123, 20, - 0.882, + 0.884, 36, - 1.758, + 1.761, 38, - 0.979, + 0.981, 46, - 1.134, + 1.136, 52, - 1.827, + 1.831, 57, - 1.35, + 1.351, 59, - 0.852, + 0.853, 77, - 1.646, + 1.649, 79, - 0.872, + 0.873, 86, - 2.155, + 2.16, 90, - 1.058, + 1.061, 99, 1.046, 100, - 0.833, + 0.836, 102, - 1.142, + 1.139, 103, - 1.022, + 1.025, 105, - 1.782, + 1.787, 106, - 1.423, + 1.426, 107, - 0.845, + 0.848, 108, - 1.305, + 1.309, 110, - 2.622, + 2.628, 113, - 0.89, + 0.892, 121, - 2.195, + 2.2, 126, - 1.873, + 1.876, 146, - 2.176, + 2.182, 148, - 1.809, + 1.812, 149, - 1.69, + 1.695, 150, - 2.507, + 2.51, 151, - 1.839, + 1.83, 153, - 2.141, + 2.144, 170, - 2.545, + 2.551, 194, - 1.807, + 1.809, 197, - 2.28, + 2.285, 198, - 2.938, + 2.94, 201, - 2.225, + 2.227, 226, - 2.626, + 2.629, 229, - 1.217, + 1.219, 231, - 2.49, + 2.496, 236, - 3.981, + 3.989, 240, - 1.263, + 1.267, 241, - 1.888, + 1.891, 247, - 1.469, + 1.473, 256, - 0.998, + 1.001, 273, - 1.096, + 1.099, 285, - 1.989, + 1.995, 306, - 1.953, + 1.959, 313, - 1.741, + 1.746, 333, - 1.877, + 1.881, 341, - 2.152, + 2.136, 350, - 2.657, + 2.665, 353, - 1.782, + 1.773, 380, - 2.356, + 2.362, 442, - 2.972, + 2.979, 452, - 1.291, + 1.295, 457, - 2.356, + 2.362, 471, - 1.19, + 1.194, 498, - 3.349, + 3.36, 510, - 1.631, + 1.636, 511, - 4.228, + 4.236, 543, - 2.663, + 2.669, 553, - 1.587, + 1.592, 555, - 1.391, + 1.387, 577, - 1.741, + 1.746, 591, - 4.372, + 4.382, 592, - 5.124, + 5.134, 601, - 2.405, + 2.41, 602, - 1.796, + 1.801, 622, - 4.274, + 4.281, 623, - 4.874, + 4.878, 633, - 2.25, + 2.257, 634, - 3.729, + 3.734, 637, - 4.279, + 4.289, 638, - 5.572, + 5.581, 642, - 2.25, + 2.257, 644, - 2.2, + 2.206, 649, - 2.657, + 2.665, 660, - 2.657, + 2.665, 666, - 4.372, + 4.382, 674, - 3.325, + 3.332, 683, - 1.886, + 1.892, 686, - 2.394, + 2.401, 688, - 3.15, + 3.16, 691, - 1.358, + 1.363, 703, - 2.602, + 2.608, 712, - 2.993, + 3.002, 713, - 2.363, + 2.34, 751, - 1.796, + 1.801, 827, - 5.107, + 5.114, 835, - 3.623, + 3.634, 879, - 2.613, + 2.621, 890, - 4.898, + 4.904, 902, - 2.532, + 2.54, 911, - 2.46, + 2.467, 918, - 2.13, + 2.136, 922, - 2.993, + 3.002, 936, - 2.925, + 2.934, 947, - 2.333, + 2.34, 972, - 2.863, + 2.872, 1067, - 1.451, + 1.455, 1090, - 3.088, + 3.095, 1104, - 2.31, + 2.315, 1113, - 3.474, + 3.484, 1224, - 3.183, + 3.191, 1245, - 2.993, + 3.002, 1253, - 2.495, + 2.503, 1283, - 2.426, + 2.433, 1323, - 1.855, + 1.86, 1403, - 2.108, + 2.114, 1554, - 5.695, + 5.708, 1556, - 3.349, + 3.36, 1566, - 3.349, + 3.36, 1573, - 3.81, + 3.822, 1632, - 2.806, + 2.815, 1655, - 2.333, + 2.34, 1681, - 1.902, + 1.908, 1686, - 3.349, + 3.36, 1697, - 5.124, + 5.134, 1721, - 3.067, + 3.077, 1767, - 2.613, + 2.621, 1769, - 4.97, + 4.974, 1933, - 2.363, + 2.37, 1989, - 3.785, + 3.794, 1990, - 5.809, + 5.818, 1991, - 3.243, + 3.253, 2006, - 3.487, + 3.495, 2015, - 5.943, + 5.952, 2123, - 2.532, + 2.54, 2143, - 2.925, + 2.934, 2164, - 1.919, + 1.925, 2337, - 3.15, + 3.16, 2360, - 2.394, + 2.401, 2941, - 3.15, + 3.16, 2945, - 6.069, + 6.083, 2953, - 4.584, + 4.595, 2956, - 4.473, + 4.484, 2962, - 5.006, + 5.018, 2964, - 3.623, + 3.634, 3031, - 4.06, + 4.073, 3036, - 4.06, + 4.073, 3037, - 3.623, + 3.634, 3038, - 4.06, + 4.073, 3047, - 3.623, + 3.634, 3200, - 3.243, + 3.253, 3224, - 2.925, + 2.934, 3275, - 4.06, + 4.073, 3318, - 3.474, + 3.484, 3491, - 3.623, + 3.634, 3610, - 2.394, + 2.401, 3641, - 4.06, + 4.073, 3681, - 7.232, + 7.241, 3793, - 4.06, + 4.073, 3874, - 3.474, + 3.484, 4098, - 4.114, + 4.124, 4110, - 3.81, + 3.822, 4161, - 4.06, + 4.073, 4214, - 3.474, + 3.484, 4562, - 4.06, + 4.073, 4651, - 4.06, + 4.073, 4681, - 3.623, + 3.634, 4729, - 3.623, + 3.634, 5035, - 3.81, + 3.822, 5153, - 5.695, + 5.708, 5568, - 7.195, + 7.206, 5681, - 6.652, + 6.662, 5804, - 8.817, + 8.831, 5805, - 3.474, + 3.484, 5806, - 7.947, + 7.962, 5807, - 5.695, + 5.708, 5808, - 6.637, + 6.652, 5809, - 4.44, + 4.454, 5810, - 4.44, + 4.454, 5811, - 4.44, + 4.454, 5812, - 4.44, + 4.454, 5813, - 4.44, + 4.454, 5814, - 4.44, + 4.454, 5815, - 4.44, + 4.454, 5816, - 4.44, + 4.454, 5817, - 4.44, + 4.454, 5818, - 4.44, + 4.454, 5819, - 6.637, + 6.652, 5820, - 4.44, + 4.454, 5821, - 8.063, + 8.075, 5822, - 4.44, + 4.454, 5823, - 4.44, + 4.454, 5824, - 4.44, + 4.454, 5825, - 4.44, + 4.454, 5826, - 4.44, + 4.454, 5827, - 8.817, + 8.831, 5828, - 9.902, + 9.913, 5829, - 6.637, + 6.652, 5830, - 5.006, + 5.018, 5831, - 6.637, + 6.652, 5832, - 6.069, + 6.083, 5833, - 6.637, + 6.652, 5834, - 4.44, + 4.454, 5835, - 4.44, + 4.454, 5836, - 4.06, + 4.073, 5837, - 4.44, + 4.454, 5838, - 6.637, + 6.652, 5839, - 4.44, + 4.454, 5840, - 4.44, + 4.454, 5841, - 4.44, + 4.454, 5842, - 7.947, + 7.962, 5843, - 4.44, + 4.454, 5844, - 3.623, + 3.634, 5845, - 4.44, + 4.454, 5846, - 4.44, + 4.454, 5847, - 6.637, + 6.652, 5848, - 4.44, + 4.454, 5849, - 6.637, + 6.652, 5850, - 7.947, + 7.962, 5851, - 4.44, + 4.454, 5852, - 4.06, + 4.073, 5853, - 4.44, + 4.454, 5854, - 4.44, + 4.454, 5855, - 4.44, + 4.454, 5856, - 4.44, + 4.454, 5857, - 4.44, + 4.454, 5858, - 4.44 + 4.454 ] ], [ @@ -52395,7 +52395,7 @@ 1, 2.482, 2, - 2.456, + 2.457, 3, 2.547, 4, @@ -52407,11 +52407,11 @@ 7, 1.514, 554, - 4.187, + 4.188, 629, 3.356, 1884, - 4.74 + 4.741 ] ], [ @@ -52425,741 +52425,741 @@ "data/manuals/debugging-game-logic", [ 0, - 0.306, + 0.307, 1, - 0.639, + 0.642, 2, - 0.633, + 0.635, 3, - 0.656, + 0.659, 4, - 0.656, - 5, 0.659, + 5, + 0.662, 6, - 0.659, + 0.662, 7, 1.526, 8, - 0.699, + 0.702, 9, - 0.847, + 0.851, 10, - 1.375, + 1.379, 18, - 1.147, + 1.148, 20, - 1.463, + 1.464, 22, - 1.027, + 1.031, 23, - 2.876, + 2.884, 30, - 1.587, + 1.592, 36, - 1.973, + 1.975, 38, - 0.707, + 0.708, 39, - 0.886, + 0.889, 42, - 0.762, + 0.765, 43, - 1.297, + 1.302, 46, - 1.591, + 1.592, 49, - 2.657, + 2.662, 52, - 1.156, + 1.16, 54, - 1.186, + 1.191, 55, - 2.014, + 2.021, 56, - 0.972, + 0.976, 57, - 1.451, + 1.452, 59, - 0.977, + 0.978, 60, - 0.695, + 0.698, 63, - 2.035, + 2.042, 69, - 1.174, + 1.179, 70, - 2.68, + 2.687, 77, - 1.469, + 1.473, 79, 0.928, 84, - 1.798, + 1.805, 90, - 1.516, + 1.52, 97, - 2.051, + 2.056, 99, - 1.051, + 1.052, 100, - 1.442, + 1.445, 101, - 2.035, + 2.042, 102, 0.642, 103, - 0.967, + 0.97, 104, - 1.281, + 1.271, 105, - 1.003, + 1.007, 106, - 1.832, + 1.834, 107, - 1.845, + 1.847, 108, - 1.234, + 1.239, 109, - 0.937, + 0.935, 110, - 0.987, + 0.991, 113, - 1.539, + 1.543, 122, - 0.778, + 0.781, 126, - 0.496, + 0.498, 141, - 2.354, + 2.36, 142, - 0.743, + 0.746, 148, - 1.89, + 1.893, 150, - 0.633, + 0.635, 151, - 1.739, + 1.731, 153, - 2.457, + 2.459, 160, - 2.799, + 2.788, 165, - 2.707, + 2.711, 169, - 1.498, + 1.5, 171, - 3.637, + 3.646, 178, - 0.931, + 0.935, 194, - 1.958, + 1.96, 196, - 0.864, + 0.868, 197, - 0.858, + 0.862, 198, - 2.509, + 2.513, 199, - 1.798, + 1.805, 201, - 1.43, + 1.433, 202, - 0.816, + 0.815, 206, - 2.632, + 2.64, 208, - 2.798, + 2.806, 210, - 2.196, + 2.202, 211, - 1.119, + 1.124, 212, - 2.961, + 2.968, 216, - 2.803, + 2.809, 229, - 1.497, + 1.5, 238, - 2.359, + 2.367, 239, - 1.099, + 1.103, 240, - 0.71, + 0.713, 241, - 1.519, + 1.523, 243, - 2.08, + 2.087, 244, - 0.965, + 0.962, 250, - 1.622, + 1.627, 256, - 0.943, + 0.947, 260, - 1.415, + 1.42, 261, - 1.783, + 1.789, 263, - 1.255, + 1.26, 266, - 1.863, + 1.87, 268, - 2.02, - 269, 2.023, + 269, + 2.026, 271, - 1.297, + 1.286, 273, - 1.751, + 1.755, 274, - 3.195, + 3.205, 280, - 2.129, + 2.135, 285, - 3.839, + 3.846, 286, - 3.751, + 3.762, 289, - 4.244, + 4.254, 294, - 1.425, + 1.431, 323, - 2.512, + 2.521, 330, - 2.45, + 2.455, 332, - 0.832, + 0.835, 333, - 2.173, + 2.177, 351, - 2.818, + 2.826, 353, - 1.003, + 0.999, 359, - 2.85, + 2.806, 368, - 2.322, + 2.327, 382, - 1.511, + 1.516, 387, - 0.881, + 0.885, 389, - 1.384, + 1.39, 392, - 0.875, + 0.879, 429, - 3.724, + 3.732, 439, - 1.684, + 1.691, 442, - 1.119, + 1.124, 452, - 2.374, + 2.379, 453, - 1.447, + 1.453, 465, - 2.144, + 2.153, 469, - 1.266, + 1.271, 471, - 1.455, + 1.46, 473, - 1.099, + 1.103, 481, - 2.431, + 2.403, 499, - 1.772, + 1.78, 504, - 1.266, + 1.257, 506, - 1.521, + 1.527, 510, - 1.542, + 1.548, 521, - 0.87, + 0.873, 522, - 2.08, + 2.087, 524, - 2.376, + 2.381, 534, - 1.973, + 1.98, 550, - 1.953, + 1.96, 552, - 0.743, + 0.746, 553, - 1.941, + 1.946, 554, - 0.937, + 0.941, 555, - 2.222, + 2.214, 556, - 2.615, + 2.621, 561, - 1.721, + 1.726, 564, - 2.039, + 2.047, 575, - 2.9, + 2.91, 577, - 2.495, + 2.501, 582, - 1.521, + 1.527, 594, - 1.934, + 1.941, 598, - 1.611, + 1.618, 600, - 2.604, + 2.612, 601, - 1.521, + 1.526, 602, - 1.698, + 1.704, 603, - 1.044, + 1.048, 608, - 1.238, + 1.243, 629, - 1.262, + 1.267, 631, - 1.238, + 1.243, 633, - 1.266, + 1.271, 634, - 0.987, + 0.991, 644, - 1.238, + 1.243, 648, - 2.632, + 2.64, 666, - 1.646, + 1.653, 672, - 1.953, + 1.941, 673, - 3.685, + 3.695, 675, - 0.958, + 0.962, 681, - 2.66, + 2.668, 692, - 1.575, + 1.581, 701, - 2.206, + 2.213, 703, - 2.495, + 2.501, 705, - 1.646, + 1.653, 744, - 4.699, + 4.706, 745, - 2.9, + 2.91, 747, - 1.404, + 1.41, 751, - 1.01, + 1.015, 765, - 1.471, + 1.476, 773, - 0.905, + 0.909, 775, - 1.384, + 1.39, 793, - 1.953, + 1.96, 826, - 1.313, + 1.318, 832, - 1.198, + 1.203, 866, - 0.931, + 0.935, 891, - 1.842, + 1.847, 895, - 1.198, + 1.203, 898, - 0.887, + 0.891, 900, - 1.955, + 1.963, 904, - 3.852, + 3.863, 908, - 1.885, + 1.893, 915, - 1.61, + 1.615, 919, - 1.281, + 1.286, 923, - 2.66, + 2.668, 931, - 1.162, + 1.153, 944, - 2.784, + 2.792, 948, - 2.514, + 2.521, 958, - 1.825, + 1.832, 961, - 3.751, + 3.762, 962, - 1.174, + 1.179, 963, - 1.365, + 1.371, 972, - 1.611, + 1.618, 977, - 2.234, + 2.242, 1001, - 2.144, + 2.153, 1002, - 3.152, + 3.16, 1003, - 1.825, + 1.832, 1009, - 1.684, + 1.691, 1010, - 1.725, + 1.731, 1014, - 2.707, + 2.717, 1034, - 0.958, + 0.962, 1040, - 1.495, + 1.501, 1043, - 1.08, + 1.084, 1055, - 1.425, + 1.431, 1064, - 1.224, + 1.229, 1090, - 1.953, + 1.96, 1104, - 3.697, + 3.7, 1126, - 1.252, + 1.243, 1134, - 1.579, + 1.585, 1135, - 1.684, + 1.691, 1136, - 4.763, + 4.773, 1140, - 1.151, + 1.156, 1141, - 3.305, + 3.315, 1146, - 1.08, + 1.084, 1153, - 1.174, + 1.179, 1159, - 1.955, + 1.963, 1162, - 1.772, + 1.78, 1248, - 5.634, + 5.644, 1270, - 1.955, + 1.963, 1286, - 2.978, + 2.989, 1287, - 1.772, + 1.78, 1296, - 0.931, + 0.935, 1304, - 2.47, + 2.479, 1322, - 3.262, + 3.271, 1327, - 1.684, + 1.691, 1332, - 1.01, + 1.015, 1349, - 3.602, + 3.615, 1378, - 1.521, + 1.527, 1401, - 2.556, + 2.565, 1428, - 2.294, + 2.302, 1437, - 1.885, + 1.893, 1457, - 2.47, + 2.479, 1459, - 1.711, + 1.717, 1475, - 1.772, + 1.78, 1497, - 1.955, + 1.963, 1505, - 2.144, + 2.153, 1507, - 1.549, + 1.555, 1532, - 1.611, + 1.618, 1541, - 1.347, + 1.352, 1579, - 3.066, + 3.077, 1584, - 2.359, + 2.367, 1594, - 3.097, + 3.106, 1600, - 3.807, + 3.817, 1602, - 2.66, + 2.668, 1623, - 2.9, + 2.91, 1627, - 1.772, + 1.78, 1648, - 1.425, + 1.431, 1649, - 3.727, + 3.736, 1661, - 1.252, + 1.257, 1662, - 4.165, + 4.171, 1696, - 1.521, + 1.527, 1697, - 4.574, + 4.585, 1713, - 1.313, + 1.318, 1724, - 1.186, + 1.191, 1756, - 2.144, + 2.153, 1767, - 1.47, + 1.476, 1772, - 2.144, + 2.153, 1773, - 1.646, + 1.653, 1790, - 2.978, + 2.989, 1844, - 3.602, + 3.615, 1848, - 1.579, + 1.585, 1852, - 2.285, + 2.294, 1853, - 2.285, + 2.294, 1854, - 4.965, + 4.98, 1866, - 1.425, + 1.431, 1871, - 2.632, + 2.64, 1879, - 1.266, + 1.271, 1889, - 2.556, + 2.565, 1906, - 2.9, + 2.91, 1928, - 1.347, + 1.352, 1932, - 1.646, + 1.653, 1933, - 1.329, + 1.335, 1934, - 3.284, + 3.296, 1935, - 2.144, + 2.153, 1936, - 1.384, + 1.39, 1937, - 1.955, + 1.963, 1968, - 1.329, + 1.335, 1984, - 1.885, + 1.893, 2006, - 1.313, + 1.318, 2015, - 1.684, + 1.691, 2042, - 3.008, + 3.017, 2051, - 4.096, + 4.108, 2066, - 1.684, + 1.653, 2121, - 3.744, + 3.754, 2136, - 1.646, + 1.653, 2160, - 1.684, + 1.691, 2238, - 4.43, + 4.444, 2244, - 1.726, + 1.733, 2268, - 5.158, + 5.165, 2300, - 1.726, + 1.733, 2332, - 2.285, + 2.294, 2343, - 4.978, + 4.991, 2433, - 4.597, + 4.606, 2434, - 7.535, + 7.542, 2441, - 1.313, + 1.318, 2451, - 3.167, + 3.178, 2455, - 4.248, + 4.26, 2581, - 3.167, + 3.178, 2630, - 1.885, + 1.893, 2631, - 6.712, + 6.718, 2657, - 2.359, + 2.367, 2801, - 1.825, + 1.832, 2871, - 1.425, + 1.431, 3074, - 2.9, + 2.91, 3134, - 1.495, + 1.501, 3311, - 1.579, + 1.585, 3320, - 1.825, + 1.832, 3338, - 3.602, + 3.615, 3501, - 1.955, + 1.963, 3621, - 1.955, + 1.963, 3727, - 1.495, + 1.501, 4214, - 1.955, + 1.963, 4227, - 1.955, + 1.963, 4353, - 1.955, + 1.963, 4424, - 2.039, + 2.047, 4538, - 3.167, + 3.178, 4551, - 2.039, + 2.047, 4583, - 2.144, + 2.153, 4616, - 2.285, + 2.294, 4745, - 2.556, + 2.565, 4766, - 2.285, + 2.294, 4922, - 8.318, + 8.329, 4934, - 5.192, + 5.205, 4967, - 2.285, + 2.294, 4968, - 1.955, + 1.963, 4969, - 1.885, + 1.893, 5168, - 3.602, + 3.615, 5223, - 2.039, + 2.047, 5535, - 2.039, + 2.047, 5559, - 3.426, + 3.437, 5627, - 3.602, + 3.615, 5751, - 2.285, + 2.294, 5859, - 2.498, + 2.509, 5860, - 2.144, + 2.153, 5861, - 2.285, + 2.294, 5862, - 4.198, + 4.213, 5863, - 4.198, + 4.213, 5864, - 3.839, + 3.852, 5865, - 4.198, + 4.213, 5866, - 4.198, + 4.213, 5867, - 4.198, + 4.213, 5868, - 2.498, + 2.509, 5869, - 2.498, + 2.509, 5870, - 4.659, + 4.673, 5871, - 2.144, + 2.153, 5872, - 4.198, + 4.213, 5873, - 4.198, + 4.213, 5874, - 4.198, + 4.213, 5875, - 4.198, + 4.213, 5876, - 2.285, + 2.294, 5877, - 2.498, + 2.509, 5878, - 2.498, + 2.509, 5879, - 4.198, + 4.213, 5880, - 2.498, + 2.509, 5881, - 4.43, + 4.444, 5882, - 3.839, + 3.852, 5883, - 2.498, + 2.509, 5884, - 2.498, + 2.509, 5885, - 2.285, + 2.294, 5886, - 2.498, + 2.509, 5887, - 2.498, + 2.509, 5888, - 4.198, + 4.213, 5889, - 2.039, + 2.047, 5890, - 4.198, + 4.213, 5891, - 2.498, + 2.509, 5892, - 2.498, + 2.509, 5893, - 2.285, + 2.294, 5894, - 2.498, + 2.509, 5895, - 2.498, + 2.509, 5896, - 2.498 + 2.509 ] ], [ @@ -53173,355 +53173,355 @@ "data/manuals/gui-script", [ 0, - 0.633, + 0.635, 1, - 1.322, + 1.326, 2, - 1.309, + 1.312, 3, - 1.357, + 1.36, 4, - 1.357, + 1.36, 5, - 1.364, + 1.367, 6, - 1.364, + 1.367, 7, 1.536, 8, - 1.446, + 1.45, 10, - 1.604, + 1.607, 11, - 1.873, + 1.878, 18, - 1.125, + 1.126, 20, - 1.389, + 1.39, 30, - 1.953, + 1.959, 36, - 1.031, + 1.033, 43, - 2.682, + 2.689, 46, - 1.238, + 1.24, 47, - 4.821, + 4.825, 49, - 1.787, + 1.792, 57, - 1.11, + 1.112, 58, - 5.715, + 5.719, 59, - 1.012, + 1.013, 60, - 1.438, + 1.442, 70, - 2.177, + 2.183, 72, - 1.72, + 1.725, 73, - 2.993, + 3.001, 79, 0.953, 90, - 1.232, + 1.235, 94, - 3.452, + 3.458, 95, - 5.218, + 5.221, 96, - 2.351, + 2.356, 97, - 3.112, + 3.114, 99, - 1.069, + 1.07, 100, - 0.97, + 0.972, 103, - 1.19, + 1.193, 106, - 1.698, + 1.7, 107, - 0.983, + 0.986, 110, - 2.042, + 2.048, 113, - 1.738, + 1.741, 119, - 4.804, + 4.81, 122, - 1.609, + 1.614, 125, - 1.572, + 1.576, 126, - 1.472, + 1.475, 132, - 2.548, + 2.553, 139, - 2.993, + 3.001, 146, - 2.533, + 2.539, 148, - 1.522, + 1.525, 149, - 2.824, + 2.829, 151, - 2.141, + 2.13, 153, - 2.151, + 2.154, 154, - 3.266, + 3.275, 158, - 2.169, + 2.173, 160, - 2.803, + 2.791, 165, - 2.481, + 2.485, 166, - 2.429, + 2.436, 167, - 2.09, + 2.096, 168, - 2.715, + 2.723, 169, - 1.411, + 1.412, 170, - 3.85, + 3.854, 177, - 2.655, + 2.659, 178, - 1.926, + 1.931, 193, - 5.379, + 5.387, 194, - 1.73, + 1.732, 196, - 1.787, + 1.792, 197, - 1.776, + 1.78, 198, - 1.408, + 1.411, 199, - 2.214, + 2.22, 201, - 2.13, + 2.133, 216, - 2.042, + 2.048, 226, - 2.414, + 2.418, 239, - 2.273, + 2.279, 240, - 2.109, + 2.113, 241, - 1.858, + 1.861, 247, - 1.709, + 1.714, 248, - 3.092, + 3.101, 256, - 1.161, + 1.164, 268, - 1.055, + 1.058, 269, - 1.969, + 1.972, 273, - 1.831, + 1.834, 330, - 1.648, + 1.652, 332, - 2.469, + 2.474, 382, - 1.86, + 1.865, 433, - 2.107, + 2.113, 436, - 3.405, + 3.414, 452, - 2.919, + 2.922, 454, - 2.953, + 2.959, 469, - 2.619, + 2.626, 485, - 3.899, + 3.909, 500, - 1.886, + 1.891, 524, - 3.811, + 3.813, 526, - 6.246, + 6.253, 544, - 3.57, + 3.58, 548, - 3.405, + 3.414, 553, - 1.847, + 1.852, 555, - 1.619, + 1.614, 570, - 3.667, + 3.677, 579, - 2.589, + 2.596, 600, - 4.162, + 4.168, 636, - 2.844, + 2.85, 672, - 2.405, + 2.388, 691, - 2.27, + 2.274, 692, - 1.939, + 1.945, 703, - 2.027, + 2.032, 760, - 3.667, + 3.677, 774, - 2.337, + 2.343, 895, - 4.162, + 4.168, 898, - 1.835, + 1.84, 909, - 3.333, + 3.342, 914, - 2.159, + 2.165, 931, - 2.401, + 2.379, 978, - 2.042, + 2.048, 997, - 3.775, + 3.785, 1014, - 3.333, + 3.342, 1016, - 4.687, + 4.697, 1034, - 2.844, + 2.85, 1043, - 2.233, + 2.239, 1044, - 3.775, + 3.785, 1155, - 2.505, + 2.512, 1267, - 3.57, + 3.58, 1304, - 3.041, + 3.05, 1403, - 2.454, + 2.46, 1434, - 2.589, + 2.596, 1600, - 3.092, + 3.101, 1604, - 3.897, + 3.905, 1616, - 3.266, + 3.275, 1629, - 2.315, + 2.321, 1648, - 4.948, + 4.956, 1667, - 3.899, + 3.909, 1672, - 3.999, + 4.006, 1713, - 2.715, + 2.723, 1767, - 3.041, + 3.05, 1936, - 2.863, + 2.871, 2128, - 3.899, + 3.909, 2352, - 3.899, + 3.909, 2372, - 4.044, + 4.054, 2399, - 3.899, + 3.909, 2458, - 4.217, + 4.229, 2507, - 4.438, + 4.447, 2558, - 3.57, + 3.58, 2587, - 4.435, + 4.447, 2588, - 4.435, + 4.447, 2600, - 4.435, + 4.447, 2601, - 4.435, + 4.447, 2822, - 3.147, + 3.155, 3073, - 3.899, + 3.909, 3306, - 3.899, + 3.909, 3387, - 6.365, + 6.377, 3427, - 4.044, + 4.054, 3476, - 3.57, + 3.58, 3657, - 4.435, + 4.447, 3897, - 3.266, + 3.275, 4042, - 7.08, + 7.09, 4745, - 3.147, + 3.155, 5161, - 4.044, + 4.054, 5897, - 5.169, + 5.182, 5898, - 5.169, + 5.182, 5899, - 4.435, + 4.447, 5900, - 10.039, + 10.05, 5901, - 8.676, + 8.689, 5902, - 7.418, + 7.432, 5903, - 4.726, + 4.739, 5904, - 5.169, + 5.182, 5905, - 7.934, + 7.946, 5906, - 7.934, + 7.946, 5907, - 5.169, + 5.182, 5908, - 5.169, + 5.182, 5909, - 5.169, + 5.182, 5910, - 8.676, + 8.689, 5911, - 5.169, + 5.182, 5912, - 6.783, + 6.796, 5913, - 7.418, + 7.432, 5914, - 7.418, + 7.432, 5915, - 5.169, + 5.182, 5916, - 7.418, + 7.432, 5917, - 4.726 + 4.739 ] ], [ @@ -53537,173 +53537,173 @@ 7, 1.57, 11, - 2.577, + 2.581, 18, 1.107, 20, - 1.441, + 1.442, 30, - 3.487, + 3.491, 36, - 1.419, + 1.421, 38, - 1.025, + 1.026, 46, - 1.461, + 1.462, 57, - 1.387, + 1.388, 59, - 1.057, + 1.058, 60, - 1.979, + 1.982, 62, - 2.353, + 2.357, 79, - 0.954, + 0.955, 86, - 2.996, + 3.0, 96, - 2.925, + 2.928, 97, - 2.668, + 2.671, 99, - 0.819, + 0.82, 100, - 1.335, + 1.337, 103, - 1.638, + 1.64, 106, - 1.274, + 1.276, 126, - 1.412, + 1.414, 143, - 3.448, + 3.454, 144, - 3.737, + 3.743, 153, - 2.094, + 2.096, 169, - 1.671, + 1.672, 178, - 2.65, + 2.654, 197, - 2.444, + 2.448, 229, - 1.987, + 1.988, 257, - 2.811, + 2.815, 260, - 2.397, + 2.401, 263, - 3.063, + 3.065, 264, - 4.33, + 4.338, 268, - 1.452, + 1.455, 269, - 1.614, + 1.617, 273, - 1.756, + 1.759, 274, - 5.43, + 5.436, 333, - 3.255, + 3.257, 341, - 4.966, + 4.917, 387, - 2.509, + 2.513, 429, - 4.473, + 4.478, 434, - 3.31, + 3.315, 452, - 2.068, + 2.071, 509, - 5.829, + 5.832, 511, - 3.785, + 3.791, 513, - 4.789, + 4.794, 521, - 2.476, + 2.48, 534, - 4.337, + 4.342, 561, - 2.925, + 2.928, 601, - 3.344, + 3.347, 629, - 2.139, + 2.143, 634, - 3.646, + 3.65, 683, - 3.021, + 3.026, 728, - 3.485, + 3.491, 773, - 2.577, + 2.581, 793, - 3.31, + 3.315, 799, - 4.33, + 4.338, 939, - 3.524, + 3.53, 978, - 4.047, + 4.05, 979, - 3.216, + 3.221, 1047, - 4.381, + 4.386, 1172, - 3.605, + 3.611, 1188, - 3.485, + 3.491, 1224, - 3.412, + 3.418, 1599, - 4.495, + 4.502, 1650, - 4.256, + 4.263, 1687, - 4.41, + 4.417, 1763, - 7.482, + 7.488, 1793, - 5.951, + 5.957, 1931, - 3.835, + 3.841, 2286, - 5.721, + 5.727, 2379, - 4.587, + 4.594, 2747, - 5.366, + 5.375, 3479, - 7.727, + 7.733, 3704, - 6.505, + 6.515, 3705, - 6.505, + 6.515, 3727, - 4.256, + 4.263, 4347, - 6.104, + 6.114, 4409, - 5.565, + 5.574, 5573, - 5.366, + 5.375, 5918, - 7.113, + 7.125, 5919, - 7.113, + 7.125, 5920, - 5.804, + 5.814, 5921, - 7.113, + 7.125, 5922, - 7.113, + 7.125, 5923, - 5.046 + 5.055 ] ], [ @@ -53723,9 +53723,9 @@ 2, 2.515, 3, - 2.607, + 2.608, 4, - 2.607, + 2.608, 5, 2.621, 6, @@ -53743,497 +53743,497 @@ "data/manuals/model", [ 0, - 0.472, + 0.474, 1, - 0.985, + 0.989, 2, - 0.975, + 0.979, 3, - 1.011, + 1.015, 4, - 1.011, + 1.015, 5, - 1.016, + 1.02, 6, - 1.016, + 1.02, 7, - 1.575, + 1.576, 8, - 2.733, + 2.737, 9, - 2.02, + 2.026, 10, - 0.833, + 0.836, 18, 1.131, 20, - 1.341, + 1.343, 36, - 1.634, + 1.637, 38, - 1.175, + 1.176, 41, - 2.024, + 2.031, 42, - 1.082, + 1.085, 44, - 1.609, + 1.614, 46, - 1.44, + 1.441, 48, - 2.231, + 2.239, 49, - 2.06, + 2.065, 57, - 1.354, + 1.355, 59, - 1.0, + 1.001, 62, - 2.409, + 2.414, 72, - 2.95, + 2.954, 73, - 2.231, + 2.239, 74, - 2.434, + 2.443, 75, - 1.694, + 1.7, 76, - 2.05, + 2.057, 77, - 0.798, + 0.8, 79, - 0.961, + 0.962, 86, - 2.365, + 2.37, 90, - 2.329, + 2.331, 92, - 4.05, + 4.055, 94, - 1.792, + 1.799, 96, - 2.598, + 2.602, 97, - 2.106, + 2.11, 99, 1.051, 100, - 1.944, + 1.946, 101, - 5.022, + 5.027, 102, - 0.99, + 0.989, 104, - 3.735, + 3.699, 105, - 1.546, + 1.551, 106, - 1.896, + 1.897, 108, - 1.132, + 1.136, 111, - 1.609, + 1.614, 112, - 4.603, + 4.613, 113, - 1.459, + 1.462, 121, - 1.97, + 1.975, 125, - 2.216, + 2.22, 126, - 1.446, + 1.449, 141, - 1.425, + 1.43, 142, - 2.635, + 2.639, 147, - 2.267, + 2.275, 148, - 2.004, + 2.007, 149, - 2.268, + 2.274, 150, - 2.075, + 2.079, 151, - 3.395, + 3.374, 152, - 3.841, + 3.851, 153, - 2.567, + 2.569, 154, - 3.764, + 3.774, 155, - 2.434, + 2.443, 156, - 4.286, + 4.295, 160, - 2.153, + 2.146, 165, - 1.703, + 1.708, 166, - 1.81, + 1.817, 167, - 1.558, + 1.563, 169, - 1.394, + 1.396, 170, - 1.477, + 1.482, 174, - 2.428, + 2.435, 175, - 4.259, + 4.264, 178, - 2.219, + 2.225, 185, - 3.423, + 3.43, 194, - 1.087, + 1.09, 197, - 2.047, + 2.052, 198, - 2.749, + 2.752, 201, - 1.338, + 1.342, 208, - 1.694, + 1.7, 210, - 1.558, + 1.563, 211, - 1.725, + 1.731, 212, - 1.792, + 1.799, 215, - 5.669, + 5.673, 226, - 1.657, + 1.662, 229, - 1.718, + 1.72, 236, - 1.93, + 1.936, 239, - 2.62, + 2.627, 240, - 1.095, + 1.099, 250, - 1.488, + 1.493, 251, - 1.775, + 1.781, 256, - 1.842, + 1.845, 257, - 2.878, + 2.884, 258, - 2.538, + 2.546, 260, - 1.298, + 1.303, 268, - 1.216, + 1.219, 269, - 1.352, + 1.355, 273, - 0.951, + 0.954, 290, - 1.499, + 1.504, 306, - 1.694, + 1.7, 311, - 2.484, + 2.492, 318, - 3.014, + 3.024, 320, - 2.305, + 2.313, 330, - 1.228, + 1.232, 333, - 1.089, + 1.093, 350, - 3.564, + 3.574, 359, - 2.668, + 2.627, 371, - 2.024, + 2.031, 380, - 1.368, + 1.372, 382, - 1.386, + 1.391, 392, - 1.35, + 1.354, 429, - 3.973, + 3.98, 433, - 1.57, + 1.576, 452, - 1.732, + 1.736, 500, - 1.405, + 1.41, 509, - 1.999, + 2.006, 510, - 1.415, + 1.42, 524, - 1.29, + 1.295, 533, - 2.134, + 2.141, 541, - 2.05, + 2.057, 555, - 1.206, + 1.203, 561, - 1.221, + 1.225, 573, - 2.235, + 2.241, 577, - 2.336, + 2.342, 591, - 2.538, + 2.546, 595, - 2.077, + 2.084, 598, - 2.484, + 2.492, 614, - 1.51, + 1.516, 629, - 1.158, + 1.162, 660, - 2.305, + 2.313, 677, - 1.775, + 1.781, 683, - 1.636, + 1.642, 691, - 1.823, + 1.827, 699, - 2.596, + 2.605, 703, - 2.336, + 2.342, 710, - 3.531, + 3.538, 724, - 3.564, + 3.574, 752, - 1.775, + 1.781, 758, - 1.71, + 1.715, 773, - 2.639, + 2.645, 792, - 2.197, + 2.204, 793, - 1.792, + 1.799, 826, - 2.024, + 2.031, 854, - 2.134, + 2.141, 866, - 1.435, + 1.44, 880, - 1.867, + 1.874, 894, - 1.522, + 1.527, 914, - 1.609, + 1.614, 924, - 1.829, + 1.835, 931, - 2.453, + 2.43, 941, - 1.51, + 1.516, 954, - 3.014, + 3.024, 959, - 3.17, + 3.178, 973, - 2.906, + 2.916, 1007, - 1.35, + 1.354, 1010, - 1.583, + 1.588, 1017, - 4.226, + 4.237, 1019, - 2.753, + 2.758, 1029, - 1.887, + 1.874, 1034, - 1.477, + 1.482, 1065, - 3.143, + 3.154, 1079, - 2.888, + 2.895, 1104, - 1.341, + 1.345, 1144, - 2.197, + 2.204, 1157, - 2.024, + 2.031, 1169, - 3.522, + 3.534, 1180, - 2.105, + 2.112, 1188, - 4.343, + 4.349, 1220, - 2.388, + 2.396, 1224, - 1.848, + 1.854, 1228, - 5.839, + 5.848, 1253, - 4.98, + 4.988, 1254, - 3.45, + 3.459, 1255, - 2.661, + 2.67, 1256, - 2.388, + 2.396, 1257, - 2.388, + 2.396, 1258, - 2.538, + 2.546, 1259, - 2.434, + 2.443, 1332, - 1.558, + 1.563, 1525, - 2.434, + 2.443, 1599, - 2.434, + 2.443, 1604, - 2.024, + 2.031, 1672, - 2.077, + 2.084, 1675, - 6.201, + 6.205, 1676, - 3.764, + 3.774, 1681, - 1.65, + 1.656, 1725, - 5.179, + 5.189, 1730, - 5.111, + 5.125, 1741, - 3.305, + 3.317, 1746, - 3.305, + 3.317, 1748, - 3.522, + 3.534, 1749, - 3.143, + 3.154, 1848, - 2.434, + 2.443, 1879, - 1.952, + 1.959, 1884, - 2.53, + 2.537, 1932, - 2.538, + 2.546, 1968, - 2.05, + 2.057, 2078, - 3.764, + 3.774, 2086, - 2.814, + 2.823, 2121, - 2.267, + 2.275, 2131, - 2.814, + 2.823, 2217, - 2.345, + 2.353, 2503, - 2.538, + 2.546, 2579, - 2.733, + 2.742, 2614, - 2.906, + 2.916, 2690, - 2.231, + 2.239, 2717, - 2.814, + 2.823, 2831, - 2.906, + 2.916, 2952, - 2.077, + 2.084, 3084, - 2.661, + 2.67, 3087, - 2.484, + 2.492, 3476, - 2.661, + 2.67, 3482, - 2.814, + 2.823, 3784, - 2.906, + 2.916, 3787, - 2.814, + 2.823, 3802, - 2.814, + 2.823, 3809, - 5.974, + 5.983, 3810, - 2.538, + 2.546, 3811, - 3.014, + 3.024, 3812, - 3.143, + 3.154, 3813, - 3.143, + 3.154, 3850, - 2.906, + 2.916, 3890, - 2.596, + 2.605, 4501, - 6.25, + 6.263, 4503, - 2.814, + 2.823, 4508, - 5.698, + 5.711, 4509, - 5.943, + 5.956, 4513, - 4.66, + 4.673, 4519, - 3.305, + 3.317, 4527, - 3.014, + 3.024, 4581, - 7.646, + 7.656, 4810, - 3.143, + 3.154, 5215, - 3.305, + 3.317, 5283, - 3.305, + 3.317, 5638, - 3.143, + 3.154, 5924, - 3.852, + 3.865, 5925, - 5.957, + 5.973, 5926, - 3.522, + 3.534, 5927, - 3.522, + 3.534, 5928, - 3.852, + 3.865, 5929, - 3.852, + 3.865, 5930, - 3.852, + 3.865, 5931, - 3.852, + 3.865, 5932, - 3.852, + 3.865, 5933, - 3.852, + 3.865, 5934, - 5.957, + 5.973, 5935, - 3.522, + 3.534, 5936, - 3.852 + 3.865 ] ], [ @@ -54253,9 +54253,9 @@ 2, 2.515, 3, - 2.607, + 2.608, 4, - 2.607, + 2.608, 5, 2.621, 6, @@ -54273,151 +54273,151 @@ "data/manuals/extensions-cocoapods", [ 0, - 0.962, + 0.963, 1, - 2.008, + 2.011, 2, - 1.988, + 1.99, 3, - 2.061, + 2.064, 4, - 2.061, + 2.064, 5, - 2.072, + 2.074, 6, - 2.072, + 2.074, 7, 1.504, 8, - 2.197, + 2.199, 18, - 1.081, + 1.082, 20, - 1.306, + 1.307, 38, - 1.091, + 1.092, 39, - 1.657, + 1.659, 42, - 1.426, + 1.428, 46, - 1.402, + 1.403, 52, - 2.705, + 2.707, 59, 1.066, 61, - 7.177, + 7.179, 79, - 0.835, + 0.836, 99, - 0.998, + 0.999, 102, - 2.019, + 2.011, 103, - 2.263, + 2.265, 107, - 1.494, + 1.496, 113, - 1.573, + 1.575, 116, - 3.056, + 3.06, 148, - 1.611, + 1.613, 204, - 5.923, + 5.93, 205, - 5.923, + 5.93, 229, - 1.439, + 1.441, 231, - 2.946, + 2.95, 256, - 2.208, + 2.21, 260, - 2.646, + 2.65, 269, - 1.782, + 1.784, 273, - 1.938, + 1.94, 282, - 3.89, + 3.895, 313, - 3.854, + 3.857, 510, - 2.884, + 2.888, 646, - 4.98, + 4.984, 675, - 3.011, + 3.015, 683, - 4.174, + 4.178, 692, - 2.946, + 2.95, 808, - 5.229, + 5.233, 837, - 6.337, + 6.342, 924, - 3.728, + 3.732, 996, - 4.98, + 4.984, 1047, - 3.728, + 3.732, 1066, - 3.854, + 3.857, 1067, - 2.565, + 2.568, 1104, - 2.733, + 2.736, 1920, - 4.573, + 4.577, 1989, - 4.478, + 4.484, 2089, - 4.412, + 4.418, 2114, - 4.962, + 4.968, 2169, - 5.292, + 5.299, 2264, - 6.143, + 6.15, 2928, - 5.57, + 5.577, 2941, - 6.972, + 6.978, 3252, - 6.624, + 6.629, 3391, - 6.407, + 6.415, 3610, - 4.233, + 4.238, 4737, - 8.987, + 8.994, 5553, - 6.143, + 6.15, 5937, - 7.852, + 7.861, 5938, - 7.852, + 7.861, 5939, - 7.852, + 7.861, 5940, - 9.828, + 9.835, 5941, - 7.852, + 7.861, 5942, - 7.852, + 7.861, 5943, - 7.852, + 7.861, 5944, - 8.987, + 8.994, 5945, - 7.852, + 7.861, 5946, - 9.828, + 9.835, 5947, - 7.852 + 7.861 ] ], [ @@ -54431,261 +54431,261 @@ "data/manuals/design", [ 7, - 0.859, + 0.86, 9, - 2.321, + 2.325, 10, - 1.945, + 1.948, 18, - 1.063, + 1.064, 20, - 1.336, + 1.337, 38, - 1.232, + 1.233, 39, - 1.445, + 1.447, 42, - 1.634, + 1.636, 46, - 1.434, + 1.435, 49, - 2.367, + 2.371, 52, - 2.477, + 2.48, 57, - 1.366, + 1.367, 59, - 1.063, + 1.064, 76, - 3.642, + 3.648, 77, - 1.864, + 1.866, 78, - 3.037, + 3.043, 79, - 0.854, + 0.855, 99, 1.046, 100, - 1.284, + 1.287, 102, - 1.76, + 1.754, 104, - 3.509, + 3.474, 113, - 1.803, + 1.805, 126, - 2.304, + 2.305, 148, - 1.404, + 1.407, 149, - 2.605, + 2.61, 151, - 2.835, + 2.817, 153, - 2.281, + 2.283, 169, - 1.496, + 1.497, 172, - 3.01, + 2.989, 174, - 3.668, + 3.672, 193, - 4.243, + 4.251, 194, - 1.949, + 1.95, 195, - 3.964, + 3.971, 216, - 2.704, + 2.709, 230, - 2.382, + 2.386, 231, - 2.568, + 2.573, 254, - 4.509, + 4.517, 260, - 2.307, + 2.311, 268, - 1.397, + 1.4, 332, - 2.278, + 2.282, 353, - 3.611, + 3.587, 380, - 2.43, + 2.434, 390, - 2.883, + 2.888, 414, - 4.509, + 4.517, 436, - 6.623, + 6.629, 452, - 1.99, + 1.993, 454, - 3.583, + 3.587, 490, - 2.859, + 2.864, 523, - 3.552, + 3.558, 552, - 2.035, + 2.038, 555, - 2.144, + 2.135, 575, - 4.728, + 4.736, 583, - 4.243, + 4.251, 587, - 4.613, + 4.621, 608, - 3.391, + 3.397, 633, - 3.468, + 3.474, 634, - 2.704, + 2.709, 660, - 4.095, + 4.102, 677, - 4.633, + 4.637, 680, - 3.596, + 3.602, 703, - 2.684, + 2.688, 707, - 4.999, + 5.008, 762, - 3.123, + 3.1, 787, - 4.999, + 5.008, 799, - 4.167, + 4.174, 898, - 2.43, + 2.434, 907, - 4.509, + 4.517, 931, - 1.894, + 1.877, 938, - 4.325, + 4.333, 1025, - 2.704, + 2.709, 1047, - 4.773, + 4.777, 1104, - 2.382, + 2.386, 1139, - 3.846, + 3.853, 1166, - 3.964, + 3.971, 1354, - 4.999, + 5.008, 1546, - 3.552, + 3.558, 1598, - 5.584, + 5.594, 1662, - 3.01, + 3.015, 1696, - 4.167, + 4.174, 1716, - 4.855, + 4.864, 1770, - 4.167, + 4.174, 1870, - 5.584, + 5.594, 1948, - 5.349, + 5.354, 2249, - 4.613, + 4.621, 2292, - 5.873, + 5.883, 2377, - 4.855, + 4.736, 2546, - 4.999, + 5.008, 2550, - 3.964, + 3.971, 2718, - 4.855, + 4.864, 2748, - 5.873, + 5.883, 2955, - 6.091, + 6.095, 3074, - 4.728, + 4.736, 3107, - 4.728, + 4.736, 3134, - 4.095, + 4.102, 3141, - 5.354, + 5.364, 3361, - 5.584, + 5.594, 3382, - 5.873, + 5.883, 3417, - 5.873, + 5.883, 3488, - 5.873, + 5.883, 3574, - 4.999, + 5.008, 3795, - 5.584, + 5.594, 3830, - 5.584, + 5.594, 4358, - 5.873, + 5.883, 4397, - 5.354, + 5.364, 4406, - 5.873, + 5.883, 4533, - 4.855, + 4.864, 4572, - 5.354, + 5.364, 4709, - 6.258, + 6.269, 4880, - 6.573, + 6.58, 5142, - 5.873, + 5.883, 5222, - 6.258, + 6.269, 5365, - 5.354, + 5.364, 5607, - 6.258, + 6.269, 5685, - 6.258, + 6.269, 5948, - 8.999, + 9.009, 5949, - 6.844, + 6.856, 5950, - 6.844, + 6.856, 5951, - 6.844, + 6.856, 5952, - 6.844, + 6.856, 5953, - 6.844, + 6.856, 5954, - 6.844, + 6.856, 5955, - 6.844, + 6.856, 5956, - 6.844, + 6.856, 5957, - 5.354, + 5.364, 5958, - 6.258, + 6.269, 5959, - 6.844, + 6.856, 5960, - 6.258, + 6.269, 5961, - 6.844 + 6.856 ] ], [ @@ -54699,793 +54699,793 @@ "data/manuals/input", [ 0, - 0.281, + 0.282, 1, - 0.586, + 0.589, 2, - 0.58, + 0.583, 3, - 0.602, + 0.604, 4, - 0.602, + 0.604, 5, - 0.605, + 0.607, 6, - 0.605, + 0.607, 7, 1.528, 8, - 2.408, + 2.413, 9, - 2.041, + 2.047, 10, - 2.036, + 2.039, 11, - 0.83, + 0.834, 16, - 1.674, + 1.681, 18, 1.136, 20, - 1.398, + 1.399, 22, - 1.604, + 1.61, 36, - 1.563, + 1.566, 38, - 0.87, + 0.872, 39, - 0.484, + 0.486, 41, - 1.204, + 1.209, 42, - 0.709, + 0.711, 44, - 0.957, + 0.961, 46, - 1.529, + 1.53, 47, - 3.023, + 3.03, 49, - 0.793, + 0.796, 52, - 1.858, + 1.862, 56, - 1.984, + 1.99, 57, - 1.331, + 1.332, 59, - 1.024, + 1.025, 60, - 1.878, + 1.882, 62, - 1.291, + 1.296, 63, - 1.111, + 1.116, 69, - 3.172, + 3.18, 70, - 2.147, + 2.153, 72, - 0.763, + 0.766, 73, - 2.26, + 2.268, 77, - 1.398, + 1.401, 78, - 1.017, + 1.021, 79, - 0.959, + 0.96, 85, - 1.371, + 1.377, 86, - 1.267, + 1.272, 90, - 0.546, + 0.549, 91, - 1.74, + 1.745, 94, - 1.066, + 1.071, 95, - 2.8, + 2.808, 96, - 2.986, + 2.99, 97, - 2.489, + 2.493, 99, 1.053, 100, - 1.266, + 1.269, 102, 0.589, 103, - 0.899, + 0.902, 105, - 2.045, + 2.052, 106, - 1.758, + 1.761, 107, - 1.284, + 1.287, 108, - 1.147, + 1.152, 110, - 0.906, + 0.909, 111, - 0.957, + 0.961, 113, - 1.471, + 1.475, 121, - 0.758, + 0.761, 122, - 2.101, + 2.107, 125, - 1.55, + 1.555, 126, - 1.77, + 1.773, 141, - 1.885, + 1.891, 148, - 1.766, + 1.769, 149, - 1.486, + 1.491, 151, - 0.949, + 0.946, 153, - 1.778, + 1.782, 160, - 2.317, + 2.309, 165, - 2.241, + 2.246, 167, - 2.97, + 2.977, 168, - 1.204, + 1.209, 169, - 0.758, + 0.761, 172, - 2.968, + 2.949, 177, - 2.247, + 2.252, 178, - 3.509, + 3.515, 194, - 1.822, + 1.824, 196, - 1.35, + 1.354, 197, - 1.341, + 1.346, 198, - 1.639, + 1.643, 199, - 1.672, + 1.678, 201, - 0.877, + 0.88, 202, - 1.275, + 1.272, 206, - 2.471, + 2.479, 207, - 2.747, + 2.752, 208, - 1.008, + 1.012, 210, - 0.927, + 0.931, 211, - 2.695, + 2.703, 216, - 2.377, + 2.384, 225, - 1.545, + 1.551, 226, - 1.674, + 1.679, 229, - 1.83, + 1.833, 230, - 1.358, + 1.363, 236, - 1.148, + 1.153, 237, - 1.056, + 1.061, 238, - 1.288, + 1.293, 240, - 1.449, + 1.454, 241, - 0.491, + 0.493, 243, - 1.135, + 1.14, 244, - 1.969, + 1.961, 247, - 1.686, + 1.691, 250, - 0.885, + 0.889, 253, - 1.955, + 1.962, 256, - 1.145, + 1.149, 257, - 0.906, + 0.909, 261, - 0.973, + 0.978, 263, - 1.167, + 1.171, 266, - 5.499, + 5.501, 268, - 1.966, + 1.969, 269, - 1.873, + 1.876, 271, - 1.189, + 1.18, 273, - 0.566, + 0.568, 276, - 2.944, + 2.955, 277, - 3.349, + 3.361, 280, - 0.899, + 0.903, 288, - 1.235, + 1.241, 294, - 2.226, + 2.234, 295, - 1.798, + 1.805, 332, - 1.299, + 1.304, 333, - 0.648, + 0.651, 367, - 1.87, + 1.878, 368, - 1.711, + 1.716, 380, - 1.386, + 1.391, 382, - 1.834, + 1.84, 387, - 1.798, + 1.803, 389, - 2.823, + 2.832, 392, - 1.367, + 1.372, 419, - 1.448, + 1.454, 433, - 0.934, + 0.938, 446, - 1.148, + 1.153, 452, - 1.135, + 1.139, 454, - 0.913, + 0.916, 457, - 0.814, + 0.817, 460, - 1.674, + 1.681, 469, - 1.161, + 1.166, 471, - 0.614, + 0.617, 473, - 1.716, + 1.723, 484, - 1.967, + 1.975, 490, - 0.957, + 0.961, 498, - 1.729, + 1.736, 500, - 0.836, + 0.84, 505, - 2.001, + 2.008, 510, - 0.842, + 0.846, 521, - 2.094, + 2.1, 522, - 2.981, + 2.989, 524, - 2.459, + 2.465, 526, - 3.964, + 3.975, 543, - 2.045, + 2.052, 550, - 1.066, + 1.071, 552, - 1.16, + 1.165, 553, - 0.819, + 0.823, 554, - 1.464, + 1.47, 555, - 1.885, + 1.879, 561, - 0.726, + 0.73, 573, - 1.464, + 1.47, 574, - 2.886, + 2.894, 577, - 1.53, + 1.536, 582, - 1.395, + 1.401, 594, - 1.056, + 1.061, 595, - 1.235, + 1.241, 600, - 3.237, + 3.245, 601, - 0.83, + 0.834, 602, - 0.927, + 0.931, 603, - 0.957, + 0.961, 615, - 2.077, + 2.084, 629, - 2.208, + 2.213, 631, - 1.933, + 1.94, 634, - 0.906, + 0.909, 635, - 1.51, + 1.516, 636, - 0.879, + 0.883, 672, - 1.066, + 1.061, 677, - 1.056, + 1.061, 679, - 1.748, + 1.754, 681, - 3.84, + 3.848, 687, - 1.349, + 1.354, 691, - 0.701, + 0.704, 695, - 1.036, + 1.041, 704, - 1.478, + 1.484, 712, - 2.631, + 2.64, 713, - 1.219, + 1.209, 716, - 3.432, + 3.441, 748, - 2.096, + 2.105, 749, - 1.252, + 1.258, 751, - 1.578, + 1.584, 752, - 2.349, + 2.356, 753, - 4.269, + 4.281, 758, - 1.017, + 1.021, 765, - 0.803, + 0.806, 771, - 1.066, + 1.071, 772, - 2.696, + 2.706, 785, - 3.849, + 3.859, 786, - 1.327, + 1.333, 801, - 2.497, + 2.505, 811, - 1.933, + 1.94, 813, - 3.569, + 3.582, 819, - 1.349, + 1.354, 823, - 3.358, + 3.368, 827, - 2.26, + 2.268, 832, - 1.099, + 1.104, 859, - 2.553, + 2.561, 860, - 3.42, + 3.428, 866, - 1.899, + 1.905, 891, - 1.729, + 1.734, 894, - 1.542, + 1.548, 898, - 0.814, + 0.817, 903, - 1.235, + 1.241, 910, - 1.219, + 1.225, 914, - 1.63, + 1.636, 917, - 1.036, + 1.041, 924, - 1.088, + 1.093, 931, - 2.284, + 2.264, 939, - 1.135, + 1.14, 941, - 0.899, + 0.903, 944, - 1.175, + 1.18, 947, - 3.546, + 3.555, 972, - 1.478, + 1.484, 975, - 1.099, + 1.104, 978, - 3.629, + 3.634, 987, - 1.219, + 1.225, 999, - 1.056, + 1.061, 1007, - 0.803, + 0.806, 1009, - 5.802, + 5.813, 1016, - 2.466, + 2.475, 1019, - 2.55, + 2.557, 1025, - 2.666, + 2.673, 1034, - 0.879, + 0.883, 1043, - 0.99, + 0.995, 1064, - 1.912, + 1.919, 1066, - 1.53, + 1.536, 1134, - 1.448, + 1.454, 1135, - 5.563, + 5.574, 1136, - 1.421, + 1.427, 1146, - 0.99, + 0.995, 1148, - 2.096, + 2.105, 1153, - 1.077, + 1.082, 1155, - 1.111, + 1.116, 1158, - 1.056, + 1.061, 1173, - 1.123, + 1.128, 1198, - 2.226, + 2.234, 1216, - 1.235, + 1.225, 1224, - 1.099, + 1.104, 1272, - 2.262, + 2.269, 1279, - 6.147, + 6.154, 1295, - 1.912, + 1.918, 1296, - 1.454, + 1.459, 1301, - 4.269, + 4.281, 1310, - 4.373, + 4.387, 1322, - 1.175, + 1.18, 1332, - 0.927, + 0.931, 1354, - 2.851, + 2.861, 1364, - 1.349, + 1.354, 1412, - 1.545, + 1.551, 1455, - 1.626, + 1.633, 1459, - 1.591, + 1.597, 1472, - 1.027, + 1.031, 1541, - 1.235, + 1.241, 1546, - 1.189, + 1.194, 1560, - 1.51, + 1.516, 1571, - 1.967, + 1.975, 1584, - 2.193, + 2.201, 1588, - 1.912, + 1.919, 1589, - 1.545, + 1.551, 1594, - 3.849, + 3.859, 1604, - 2.05, + 2.058, 1607, - 1.327, + 1.333, 1608, - 2.335, + 2.344, 1609, - 1.327, + 1.333, 1621, - 1.978, + 1.985, 1622, - 4.269, + 4.281, 1623, - 2.696, + 2.706, 1625, - 1.583, + 1.59, 1628, - 2.493, + 2.5, 1637, - 1.478, + 1.484, 1642, - 4.159, + 4.172, 1649, - 1.204, + 1.209, 1656, - 3.723, + 3.734, 1661, - 1.148, + 1.153, 1684, - 1.327, + 1.333, 1685, - 1.729, + 1.736, 1691, - 1.626, + 1.633, 1700, - 1.793, + 1.801, 1718, - 2.096, + 2.105, 1772, - 1.967, + 1.975, 1773, - 5.671, + 5.681, 1774, - 1.161, + 1.166, 1797, - 1.478, + 1.484, 1803, - 2.696, + 2.706, 1807, - 1.099, + 1.104, 1838, - 3.184, + 3.196, 1840, - 2.226, + 2.234, 1841, - 3.485, + 3.495, 1874, - 1.349, + 1.354, 1878, - 4.265, + 4.275, 1884, - 0.973, + 0.978, 1885, - 2.26, + 2.268, 1894, - 2.571, + 2.58, 1895, - 5.953, + 5.961, 1896, - 2.631, + 2.64, 1897, - 1.793, + 1.801, 1902, - 5.671, + 5.681, 1903, - 6.288, + 6.299, 1904, - 4.708, + 4.721, 1908, - 1.764, + 1.771, 1911, - 2.613, + 2.622, 1920, - 2.372, + 2.379, 1928, - 2.748, + 2.756, 1930, - 5.54, + 5.552, 1932, - 1.51, + 1.516, 1973, - 1.371, + 1.377, 1979, - 1.395, + 1.401, 2024, - 2.304, + 2.311, 2027, - 3.343, + 3.352, 2030, - 3.435, + 3.446, 2042, - 2.162, + 2.17, 2160, - 3.435, + 3.446, 2268, - 1.219, + 1.225, 2437, - 1.87, + 1.878, 2507, - 1.371, + 1.377, 2523, - 1.87, + 1.878, 2548, - 1.349, + 1.354, 2648, - 5.791, + 5.805, 2649, - 1.371, + 1.377, 2684, - 1.349, + 1.354, 2808, - 1.87, + 1.878, 2827, - 3.184, + 3.196, 2834, - 1.729, + 1.736, 2871, - 1.307, + 1.313, 2916, - 1.448, + 1.454, 2925, - 2.517, + 2.526, 3006, - 1.674, + 1.681, 3144, - 1.545, + 1.551, 3236, - 1.793, + 1.801, 3319, - 4.373, + 4.387, 3342, - 1.421, + 1.427, 3363, - 1.583, + 1.59, 3621, - 3.053, + 3.064, 3650, - 1.967, + 1.975, 3658, - 4.661, + 4.675, 3784, - 1.729, + 1.736, 3795, - 1.87, + 1.878, 3884, - 2.096, + 2.105, 3972, - 1.235, + 1.241, 4002, - 3.053, + 3.064, 4020, - 1.87, + 1.878, 4130, - 1.967, + 1.975, 4242, - 1.626, + 1.633, 4429, - 1.87, + 1.878, 4430, - 2.851, + 2.861, 4456, - 4.91, + 4.924, 4457, - 2.096, + 2.105, 4464, - 2.769, + 2.779, 4465, - 1.545, + 1.551, 4466, - 5.073, + 5.084, 4472, - 5.364, + 5.376, 4474, - 3.569, + 3.582, 4475, - 3.569, + 3.582, 4558, - 1.967, + 1.975, 4576, - 1.967, + 1.975, 4706, - 1.967, + 1.975, 4723, - 1.967, + 1.878, 4726, - 1.967, + 1.975, 4745, - 6.631, + 6.637, 4934, - 1.87, + 1.878, 4989, - 2.096, + 2.105, 5113, - 1.87, + 1.878, 5146, - 4.708, + 4.721, 5147, - 1.967, + 1.975, 5167, - 2.096, + 2.105, 5962, - 2.292, + 2.302, 5963, - 2.292, + 2.302, 5964, - 3.903, + 3.917, 5965, - 2.292, + 2.302, 5966, - 3.569, + 3.582, 5967, - 2.292, + 2.302, 5968, - 2.292, + 2.302, 5969, - 2.292, + 2.302, 5970, - 5.163, + 5.178, 5971, - 3.349, + 3.361, 5972, - 2.292, + 2.302, 5973, - 6.017, + 6.034, 5974, - 1.87, + 1.878, 5975, - 2.096, + 2.105, 5976, - 2.292, + 2.302, 5977, - 4.373, + 4.387, 5978, - 1.967, + 1.975, 5979, - 1.967, + 1.975, 5980, - 2.292, + 2.302, 5981, - 2.096, + 2.105, 5982, - 1.967, + 1.975, 5983, - 2.292, + 2.302, 5984, - 3.903, + 3.917, 5985, - 3.903, + 3.917, 5986, - 5.097, + 5.113, 5987, - 2.292, + 2.302, 5988, - 3.903 + 3.917 ] ], [ @@ -55499,195 +55499,195 @@ "data/manuals/sony-playstation", [ 0, - 0.851, + 0.853, 1, - 1.777, + 1.78, 2, - 1.759, + 1.762, 3, - 1.823, + 1.827, 4, - 1.823, + 1.827, 5, - 1.833, + 1.836, 6, - 1.833, + 1.836, 7, 1.556, 10, - 1.502, + 1.504, 18, - 1.088, + 1.089, 20, - 1.208, + 1.209, 38, - 1.009, + 1.01, 42, - 1.951, + 1.952, 46, - 1.296, + 1.298, 49, - 2.402, + 2.406, 57, - 1.163, + 1.164, 59, - 1.032, + 1.033, 76, - 4.835, + 4.841, 77, - 1.439, + 1.441, 79, - 0.59, + 0.591, 99, 1.079, 103, - 1.599, + 1.602, 105, - 2.788, + 2.792, 106, - 1.244, + 1.246, 113, - 1.392, + 1.394, 126, - 1.379, + 1.381, 153, - 2.529, + 2.531, 158, - 2.657, + 2.66, 169, - 1.507, + 1.508, 194, - 1.658, + 1.66, 198, - 1.892, + 1.895, 201, - 1.561, + 1.564, 206, - 3.368, + 3.373, 260, - 2.341, + 2.345, 269, - 2.298, + 2.3, 271, - 3.605, + 3.568, 273, - 2.243, + 2.245, 292, - 4.602, + 4.605, 313, - 2.724, + 2.729, 380, - 2.466, + 2.471, 392, - 2.434, + 2.438, 452, - 2.642, + 2.645, 454, - 4.032, + 4.036, 457, - 2.466, + 2.471, 489, - 3.232, + 3.238, 537, - 3.962, + 3.969, 552, - 2.702, + 2.705, 600, - 3.332, + 3.338, 603, - 2.902, + 2.907, 604, - 3.52, + 3.526, 614, - 3.563, + 3.567, 673, - 4.023, + 4.03, 679, - 3.111, + 3.117, 680, - 3.65, + 3.656, 683, - 2.951, + 2.956, 685, - 2.832, + 2.837, 691, - 2.125, + 2.129, 735, - 3.332, + 3.338, 809, - 5.106, + 5.112, 895, - 5.589, + 5.591, 902, - 3.962, + 3.969, 910, - 4.835, + 4.841, 932, - 4.928, + 4.937, 934, - 4.928, + 4.937, 941, - 3.563, + 3.567, 1059, - 5.668, + 5.678, 1067, - 2.269, + 2.273, 1092, - 6.352, + 6.363, 1104, - 3.525, + 3.528, 1146, - 3.002, + 3.007, 1274, - 6.352, + 6.363, 1629, - 3.111, + 3.117, 1681, - 2.976, + 2.981, 1767, - 4.088, + 4.095, 1929, - 3.696, + 3.656, 2006, - 3.65, + 3.656, 2078, - 4.39, + 4.398, 2335, - 4.48, + 4.487, 2346, - 4.088, + 4.095, 2431, - 5.961, + 5.971, 2548, - 4.088, + 4.095, 2955, - 3.962, + 3.969, 3014, - 5.435, + 5.444, 3415, - 4.965, + 4.97, 3792, - 7.797, + 7.806, 3794, - 5.961, + 5.971, 3799, - 5.961, + 5.971, 3800, - 6.352, + 6.363, 3801, - 6.352, + 6.363, 4086, - 8.309, + 8.319, 5989, - 9.087, + 9.097, 5990, - 6.947, + 6.959, 5991, - 11.436, + 11.441, 5992, - 11.651, + 11.656, 5993, - 7.109 + 7.117 ] ], [ @@ -55701,635 +55701,635 @@ "data/manuals/building-blocks", [ 0, - 0.359, + 0.36, 1, - 0.749, + 0.752, 2, - 0.742, + 0.745, 3, - 0.769, + 0.772, 4, - 0.769, + 0.772, 5, - 0.773, + 0.776, 6, - 0.773, + 0.776, 7, - 1.503, + 1.504, 8, - 3.172, + 3.174, 9, - 2.061, + 2.067, 10, - 2.399, + 2.401, 11, - 1.736, + 1.741, 12, - 1.337, + 1.342, 18, 1.116, 20, - 1.449, + 1.45, 28, - 1.42, + 1.426, 36, - 2.125, + 2.127, 38, - 0.675, + 0.677, 39, - 0.618, + 0.621, 41, - 1.539, + 1.545, 42, - 0.87, + 0.873, 46, 1.69, 48, - 1.697, + 1.703, 49, - 2.428, + 2.433, 50, - 3.367, + 3.376, 52, - 1.673, + 1.677, 56, - 1.14, + 1.145, 57, - 1.467, + 1.468, 59, 1.002, 60, - 1.691, + 1.696, 62, - 1.584, + 1.59, 70, - 2.018, + 2.024, 72, - 2.023, + 2.028, 75, - 2.107, + 2.114, 77, - 1.816, + 1.819, 79, - 1.024, + 1.025, 86, - 0.951, + 0.955, 90, - 0.698, + 0.701, 91, - 1.0, + 1.004, 93, - 1.889, + 1.896, 96, - 2.634, + 2.639, 97, - 1.757, + 1.762, 99, - 1.048, + 1.049, 100, - 0.55, + 0.552, 102, - 2.136, + 2.129, 103, - 1.616, + 1.62, 106, - 1.823, + 1.825, 107, - 1.669, + 1.672, 108, - 1.787, + 1.791, 109, - 1.099, + 1.096, 110, - 3.741, + 3.746, 111, - 1.224, + 1.228, 113, - 0.587, + 0.589, 116, - 1.14, + 1.145, 119, - 3.923, + 3.931, 121, - 0.969, + 0.973, 122, - 1.892, + 1.897, 126, - 1.536, + 1.54, 133, - 4.999, + 5.007, 146, - 1.435, + 1.441, 148, - 2.046, + 2.049, 149, - 1.115, + 1.12, 150, - 0.742, + 0.745, 151, - 2.518, + 2.504, 153, - 2.386, + 2.389, 158, - 1.4, + 1.405, 160, - 1.797, + 1.791, 169, - 1.152, + 1.154, 170, - 2.692, + 2.698, 193, - 1.816, + 1.823, 194, - 2.209, + 2.21, 195, - 1.697, + 1.703, 196, - 1.013, + 1.017, 197, - 1.006, + 1.01, 198, - 1.912, + 1.916, 199, - 3.316, + 3.323, 200, - 1.783, + 1.79, 201, - 1.867, + 1.871, 206, - 2.322, + 2.33, 208, - 2.107, + 2.114, 210, - 1.937, + 1.944, 211, - 2.146, + 2.153, 226, - 1.953, + 1.958, 227, - 3.52, + 3.529, 228, - 2.581, + 2.567, 229, - 1.287, + 1.29, 230, - 2.694, + 2.7, 231, - 2.904, + 2.91, 234, - 1.671, + 1.677, 241, - 1.878, + 1.881, 244, - 1.851, + 1.843, 246, - 1.93, + 1.938, 247, - 0.969, + 0.973, 249, - 1.405, + 1.411, 250, - 2.99, + 2.996, 251, - 2.8, + 2.808, 256, - 1.366, + 1.369, 257, - 1.157, + 1.162, 258, - 1.93, + 1.938, 260, - 1.615, + 1.62, 262, - 3.748, + 3.76, 269, - 1.087, + 1.09, 290, - 1.14, + 1.145, 306, - 1.288, + 1.294, 313, - 1.878, + 1.884, 328, - 1.753, + 1.76, 332, - 0.975, + 0.979, 333, - 0.829, + 0.832, 351, - 1.52, + 1.526, 368, - 1.362, + 1.367, 382, - 1.724, + 1.729, 390, - 2.018, + 2.024, 402, - 2.549, + 2.557, 428, - 4.631, + 4.641, 433, - 1.194, + 1.199, 434, - 1.363, + 1.369, 452, - 1.767, + 1.772, 454, - 1.166, + 1.171, 459, - 2.229, + 2.236, 471, - 1.284, + 1.288, 473, - 2.673, + 2.68, 474, - 2.14, + 2.148, 487, - 4.311, + 4.323, 521, - 1.02, + 1.024, 523, - 1.52, + 1.526, 524, - 2.592, + 2.598, 527, - 8.139, + 8.149, 529, - 2.39, + 2.4, 532, - 5.128, + 5.14, 534, - 2.251, + 2.259, 535, - 2.14, + 2.148, 536, - 1.93, + 1.938, 537, - 1.671, + 1.677, 538, - 2.679, + 2.689, 541, - 2.549, + 2.557, 544, - 3.309, + 3.32, 547, - 1.724, + 1.731, 552, - 0.871, + 0.874, 556, - 1.204, + 1.209, 561, - 2.453, + 2.458, 573, - 1.099, + 1.104, 574, - 2.298, + 2.305, 577, - 1.149, + 1.153, 579, - 1.468, + 1.473, 581, - 2.582, + 2.591, 594, - 2.8, + 2.808, 595, - 1.579, + 1.585, 601, - 1.061, + 1.066, 602, - 1.185, + 1.189, 629, - 1.441, + 1.445, 631, - 2.373, + 2.381, 635, - 1.93, + 1.938, 675, - 1.123, + 1.128, 676, - 1.337, + 1.342, 677, - 1.35, + 1.355, 683, - 1.244, + 1.249, 689, - 1.312, + 1.317, 691, - 1.859, + 1.864, 692, - 1.797, + 1.803, 703, - 1.878, + 1.884, 704, - 1.889, + 1.896, 713, - 1.559, + 1.545, 751, - 1.185, + 1.189, 765, - 1.678, + 1.684, 787, - 3.499, + 3.51, 792, - 1.671, + 1.677, 808, - 1.559, + 1.565, 828, - 1.724, + 1.731, 834, - 1.451, + 1.457, 848, - 1.451, + 1.457, 854, - 4.288, + 4.297, 856, - 1.176, + 1.18, 859, - 1.468, + 1.473, 885, - 1.783, + 1.79, 894, - 1.157, + 1.162, 901, - 2.07, + 2.077, 903, - 1.579, + 1.585, 908, - 2.21, + 2.219, 914, - 3.233, + 3.24, 917, - 1.324, + 1.33, 919, - 1.502, + 1.508, 923, - 2.347, + 2.355, 931, - 3.174, + 3.142, 944, - 2.456, + 2.464, 948, - 1.157, + 1.162, 950, - 5.474, + 5.484, 975, - 1.405, + 1.411, 977, - 1.559, + 1.565, 978, - 3.058, + 3.065, 979, - 1.324, + 1.33, 981, - 2.916, + 2.926, 987, - 1.559, + 1.565, 991, - 1.783, + 1.79, 993, - 2.692, + 2.701, 1007, - 3.888, + 3.891, 1016, - 1.851, + 1.859, 1025, - 1.157, + 1.162, 1079, - 1.42, + 1.426, 1115, - 2.514, + 2.524, 1141, - 2.916, + 2.926, 1155, - 3.752, + 3.76, 1158, - 2.207, + 2.214, 1193, - 1.753, + 1.76, 1253, - 1.646, + 1.653, 1289, - 1.816, + 1.823, 1291, - 1.753, + 1.76, 1296, - 1.785, + 1.79, 1306, - 3.027, + 3.037, 1332, - 1.937, + 1.944, 1337, - 1.889, + 1.896, 1382, - 1.623, + 1.629, 1426, - 3.7, + 3.71, 1445, - 2.078, + 2.086, 1455, - 2.078, + 2.086, 1499, - 1.753, + 1.76, 1513, - 2.39, + 2.4, 1544, - 1.816, + 1.823, 1546, - 1.52, + 1.526, 1559, - 2.97, + 2.979, 1574, - 1.783, + 1.79, 1584, - 1.646, + 1.653, 1589, - 3.229, + 3.239, 1594, - 1.671, + 1.677, 1597, - 3.52, + 3.529, 1599, - 3.84, + 3.851, 1600, - 1.753, + 1.76, 1604, - 1.539, + 1.545, 1617, - 2.292, + 2.301, 1622, - 2.078, + 2.086, 1623, - 2.024, + 2.032, 1628, - 4.839, + 4.842, 1661, - 1.468, + 1.473, 1662, - 2.107, + 2.114, 1725, - 1.851, + 1.859, 1774, - 1.485, + 1.49, 1804, - 1.405, + 1.411, 1871, - 1.42, + 1.426, 1874, - 1.724, + 1.731, 1936, - 1.623, + 1.629, 2078, - 1.851, + 1.859, 2080, - 1.975, + 1.982, 2082, - 2.078, + 2.086, 2093, - 2.21, + 2.219, 2114, - 3.84, + 3.851, 2116, - 1.671, + 1.677, 2121, - 3.576, + 3.586, 2128, - 2.21, + 2.219, 2175, - 1.93, + 1.938, 2184, - 2.21, + 2.219, 2316, - 2.14, + 2.148, 2436, - 2.514, + 2.524, 2506, - 5.672, + 5.681, 2507, - 2.866, + 2.875, 2524, - 4.991, + 5.002, 2532, - 1.889, + 1.896, 2544, - 1.889, + 1.896, 2631, - 1.851, + 1.859, 2649, - 1.753, + 1.76, 2668, - 2.679, + 2.689, 2670, - 4.111, + 4.124, 2695, - 2.514, + 2.524, 2738, - 1.889, + 1.896, 2952, - 1.579, + 1.585, 3075, - 2.679, + 2.689, 3084, - 2.024, + 2.032, 3087, - 1.889, + 1.896, 3117, - 2.21, + 2.219, 3379, - 2.292, + 2.301, 3394, - 2.514, + 2.524, 3401, - 5.728, + 5.742, 3427, - 2.292, + 2.301, 3429, - 2.679, + 2.689, 3438, - 2.14, + 2.148, 3476, - 2.024, + 2.032, 3581, - 2.292, + 2.301, 3623, - 2.292, + 2.301, 3787, - 2.14, + 2.148, 3866, - 2.39, + 2.4, 3897, - 1.851, + 1.859, 4134, - 1.93, + 1.938, 4445, - 2.39, + 2.4, 4540, - 2.514, + 2.524, 4559, - 2.679, + 2.689, 4560, - 2.679, + 2.689, 5116, - 2.39, + 2.4, 5365, - 2.292, + 2.301, 5638, - 2.39, + 2.4, 5844, - 2.39, + 2.4, 5994, - 2.93, + 2.941, 5995, - 2.93, + 2.941, 5996, - 2.93, + 2.941, 5997, - 2.93, + 2.941, 5998, - 2.93, + 2.941, 5999, - 2.93, + 2.941, 6000, - 2.93, + 2.941, 6001, - 2.93, + 2.941, 6002, - 2.93, + 2.941, 6003, - 2.679, + 2.689, 6004, - 2.93, + 2.941, 6005, - 2.93, + 2.941, 6006, - 2.93, + 2.941, 6007, - 2.93, + 2.941, 6008, - 2.93, + 2.941, 6009, - 2.93, + 2.941, 6010, - 2.93, + 2.941, 6011, - 2.679, + 2.689, 6012, - 2.679, + 2.689, 6013, - 2.679, + 2.689, 6014, - 2.39, + 2.4, 6015, - 2.93, + 2.941, 6016, - 2.679, + 2.689, 6017, - 4.111, + 4.124, 6018, - 2.93, + 2.941, 6019, - 2.93, + 2.941, 6020, - 2.93 + 2.941 ] ], [ @@ -56343,339 +56343,339 @@ "data/manuals/material", [ 7, - 1.42, + 1.421, 8, - 1.608, + 1.612, 10, - 1.242, + 1.245, 11, - 3.601, + 3.605, 15, - 8.174, + 8.181, 18, - 1.131, + 1.132, 19, - 8.407, + 8.418, 20, - 1.063, + 1.064, 22, - 2.362, + 2.367, 24, - 5.052, + 5.061, 30, - 3.475, + 3.479, 31, - 5.756, + 5.762, 32, - 8.826, + 8.832, 36, - 1.146, + 1.149, 38, - 0.888, + 0.889, 46, - 1.49, + 1.492, 57, 1.42, 59, - 0.976, + 0.977, 77, - 1.656, + 1.659, 79, - 0.844, + 0.845, 86, - 3.603, + 3.605, 90, - 2.191, + 2.194, 97, - 1.661, + 1.665, 99, - 0.96, + 0.961, 100, - 1.078, + 1.081, 103, - 1.323, + 1.326, 104, - 2.947, + 2.919, 105, - 2.306, + 2.312, 106, - 1.647, + 1.649, 107, - 1.521, + 1.524, 111, - 2.4, + 2.406, 113, - 1.151, + 1.154, 116, - 3.112, + 3.117, 117, - 4.705, + 4.713, 120, - 3.439, + 3.447, 122, - 1.789, + 1.794, 126, - 1.587, + 1.59, 144, - 3.019, + 3.027, 148, - 1.64, + 1.643, 150, - 1.455, + 1.458, 153, - 1.814, + 1.817, 160, - 2.364, + 2.354, 169, - 1.19, + 1.192, 177, - 1.758, + 1.763, 185, - 4.321, + 4.326, 201, - 1.291, + 1.294, 203, - 3.098, + 3.105, 207, - 2.661, + 2.665, 226, - 2.225, + 2.228, 241, - 2.128, + 2.13, 249, - 3.835, + 3.842, 260, - 2.695, + 2.699, 261, - 2.441, + 2.447, 263, - 2.391, + 2.395, 268, - 1.173, + 1.176, 269, - 2.086, + 2.089, 273, - 1.973, + 1.977, 279, - 4.689, + 4.7, 289, - 3.439, + 3.447, 330, - 2.549, + 2.553, 333, - 2.811, + 2.814, 342, - 2.574, + 2.58, 345, - 2.786, + 2.793, 358, - 2.648, + 2.654, 361, - 4.493, + 4.5, 429, - 2.786, + 2.793, 477, - 5.523, + 5.532, 479, - 2.156, + 2.161, 515, - 3.563, + 3.571, 550, - 2.674, + 2.681, 575, - 3.97, + 3.979, 588, - 2.982, + 2.989, 596, - 3.14, + 3.147, 601, - 2.082, + 2.087, 602, - 2.324, + 2.33, 636, - 2.204, + 2.209, 656, - 3.632, + 3.64, 660, - 3.439, + 3.447, 675, - 3.526, + 3.53, 679, - 2.574, + 2.58, 751, - 2.324, + 2.33, 758, - 2.551, + 2.557, 769, - 3.706, + 3.715, 774, - 2.598, + 2.604, 786, - 3.328, + 3.336, 793, - 3.72, + 3.726, 856, - 2.306, + 2.312, 894, - 2.271, + 2.276, 898, - 2.839, + 2.843, 917, - 2.598, + 2.604, 928, - 3.97, + 3.979, 986, - 3.874, + 3.883, 1039, - 3.098, + 3.105, 1041, - 4.493, + 4.498, 1042, - 3.786, + 3.795, 1144, - 6.328, + 6.332, 1228, - 3.786, + 3.795, 1257, - 3.563, + 3.571, 1295, - 2.156, + 2.161, 1332, - 2.324, + 2.33, 1385, - 4.077, + 4.087, 1452, - 4.496, + 4.507, 1499, - 3.439, + 3.447, 1507, - 3.563, + 3.571, 1544, - 3.563, + 3.571, 1549, - 4.689, + 4.7, 1606, - 3.382, + 3.39, 1699, - 4.689, + 4.7, 1749, - 4.689, + 4.7, 1790, - 4.077, + 4.087, 1797, - 3.706, + 3.715, 1864, - 3.786, + 3.795, 1875, - 4.077, + 4.087, 1879, - 2.912, + 2.919, 1912, - 4.335, + 4.346, 1927, - 4.931, + 4.943, 1948, - 3.058, + 3.065, 2066, - 3.874, + 3.795, 2162, - 4.931, + 4.943, 2236, - 3.563, + 3.571, 2613, - 3.97, + 3.979, 2622, - 4.496, + 4.507, 2633, - 4.714, + 4.72, 2635, - 4.931, + 4.943, 2657, - 3.23, + 3.237, 2676, - 4.689, + 4.7, 2775, - 3.098, + 3.105, 3192, - 4.198, + 4.208, 3193, - 5.255, + 5.268, 3527, - 3.874, + 3.883, 3779, - 7.193, + 7.202, 3780, - 7.193, + 7.202, 4207, - 5.523, + 5.532, 4258, - 7.776, + 7.784, 4404, - 4.931, + 4.943, 4414, - 5.255, + 5.268, 4505, - 6.715, + 6.724, 5294, - 4.931, + 4.943, 6021, - 5.747, + 5.761, 6022, - 5.747, + 5.761, 6023, - 5.747, + 5.761, 6024, - 5.747, + 5.761, 6025, - 5.747, + 5.761, 6026, - 4.198, + 4.208, 6027, - 5.747, + 5.761, 6028, - 5.747, + 5.761, 6029, - 5.747, + 5.761, 6030, - 5.747, + 5.761, 6031, - 5.255, + 5.268, 6032, - 5.747, + 5.761, 6033, - 5.747, + 5.761, 6034, - 5.747, + 5.761, 6035, - 5.255, + 5.268, 6036, - 6.86, + 6.872, 6037, - 5.747, + 5.761, 6038, - 5.747, + 5.761, 6039, - 5.747, + 5.761, 6040, - 7.995, + 8.008, 6041, - 7.995, + 8.008, 6042, - 5.255, + 5.268, 6043, - 4.198, + 4.208, 6044, - 7.995, + 8.008, 6045, - 5.747, + 5.761, 6046, - 5.747, + 5.761, 6047, - 5.747, + 5.761, 6048, - 5.255, + 5.268, 6049, - 5.255 + 5.268 ] ], [ @@ -56689,653 +56689,653 @@ "data/manuals/android", [ 0, - 0.383, + 0.385, 1, - 0.801, + 0.804, 2, - 0.792, + 0.796, 3, - 0.822, + 0.825, 4, - 0.822, + 0.825, 5, - 0.826, + 0.829, 6, - 0.826, + 0.829, 7, - 1.543, + 1.544, 8, - 2.711, + 2.715, 9, - 1.062, + 1.066, 10, - 1.578, + 1.582, 12, - 1.429, + 1.434, 18, 1.118, 20, - 1.323, + 1.324, 22, - 1.286, + 1.291, 23, - 1.415, + 1.42, 28, - 1.517, + 1.523, 36, - 1.871, + 1.874, 38, - 1.105, + 1.107, 42, - 1.556, + 1.559, 44, - 1.307, + 1.312, 46, - 1.525, + 1.527, 49, - 2.771, + 2.776, 52, - 1.392, + 1.396, 54, - 1.486, + 1.492, 57, - 1.154, + 1.155, 59, 1.06, 60, - 0.871, + 0.874, 65, - 2.062, + 2.07, 66, - 2.018, + 2.026, 79, - 0.974, + 0.975, 86, - 1.016, + 1.02, 90, - 0.746, + 0.749, 91, - 1.069, + 1.073, 99, - 1.06, + 1.061, 100, - 1.37, + 1.373, 102, - 0.805, + 0.804, 103, - 1.681, + 1.685, 106, - 0.561, + 0.563, 107, - 1.844, + 1.847, 108, - 1.87, + 1.874, 109, - 1.897, + 1.889, 113, - 1.942, + 1.944, 116, - 1.218, + 1.223, 125, - 0.952, + 0.956, 126, - 1.975, + 1.978, 135, - 1.813, + 1.82, 139, - 1.813, + 1.82, 142, - 0.931, + 0.934, 148, - 2.042, + 2.044, 149, - 1.924, + 1.93, 150, - 2.376, + 2.379, 153, - 2.664, + 2.666, 169, - 1.086, + 1.089, 172, - 4.127, + 4.097, 177, - 1.547, + 1.552, 194, - 0.571, + 0.573, 197, - 2.185, + 2.19, 198, - 2.824, + 2.827, 201, - 1.8, + 1.804, 207, - 1.042, + 1.046, 208, - 2.223, + 2.23, 216, - 1.237, + 1.241, 226, - 2.384, + 2.388, 229, - 1.469, + 1.472, 230, - 1.089, + 1.094, 231, - 1.174, + 1.179, 238, - 1.759, + 1.766, 239, - 2.223, + 2.23, 241, - 2.221, + 2.223, 253, - 1.568, + 1.574, 256, - 1.8, + 1.804, 268, - 1.979, + 1.981, 269, - 2.199, + 2.202, 270, - 3.692, + 3.704, 271, - 1.624, + 1.611, 273, - 0.773, + 0.776, 280, - 1.227, + 1.232, 285, - 1.402, + 1.407, 332, - 1.683, + 1.688, 334, - 2.801, + 2.809, 380, - 1.111, + 1.116, 390, - 1.318, + 1.323, 392, - 1.097, + 1.101, 402, - 1.666, + 1.672, 414, - 2.062, + 2.07, 433, - 2.592, + 2.599, 451, - 2.286, + 2.295, 452, - 1.849, + 1.853, 457, - 1.111, + 1.116, 459, - 1.457, + 1.462, 464, - 2.449, + 2.458, 471, - 1.705, + 1.709, 473, - 1.377, + 1.382, 481, - 2.928, + 2.892, 490, - 1.307, + 1.312, 492, - 1.813, + 1.82, 511, - 1.666, + 1.672, 514, - 2.162, + 2.171, 522, - 1.551, + 1.557, 523, - 1.624, + 1.631, 537, - 1.785, + 1.792, 543, - 2.552, + 2.558, 552, - 1.503, + 1.508, 554, - 1.897, + 1.903, 561, - 0.992, + 0.996, 573, - 1.897, + 1.903, 592, - 2.018, + 2.026, 596, - 1.71, + 1.717, 607, - 2.554, + 2.564, 614, - 3.142, + 3.148, 623, - 4.417, + 4.422, 629, - 0.941, + 0.945, 633, - 2.562, + 2.57, 636, - 1.2, + 1.205, 640, - 2.221, + 2.229, 642, - 5.418, + 5.423, 649, - 4.368, + 4.378, 656, - 1.978, + 1.986, 660, - 3.025, + 3.034, 673, - 1.813, + 1.82, 674, - 1.568, + 1.574, 675, - 1.939, + 1.944, 676, - 2.902, + 2.91, 681, - 1.534, + 1.54, 683, - 2.701, + 2.708, 685, - 2.061, + 2.067, 686, - 1.687, + 1.694, 689, - 1.402, + 1.407, 691, - 0.958, + 0.961, 695, - 1.415, + 1.42, 698, - 2.686, + 2.696, 702, - 2.533, + 2.54, 707, - 2.286, + 2.295, 708, - 2.221, + 2.229, 710, - 2.451, + 2.458, 712, - 4.286, + 4.297, 719, - 2.686, + 2.696, 744, - 3.083, + 3.091, 746, - 2.162, + 2.171, 751, - 2.045, + 2.051, 771, - 1.457, + 1.462, 773, - 1.134, + 1.138, 807, - 1.813, + 1.82, 809, - 1.759, + 1.766, 831, - 3.025, + 3.034, 848, - 1.551, + 1.557, 856, - 1.256, + 1.261, 864, - 2.162, + 2.171, 874, - 1.605, + 1.611, 890, - 2.624, + 2.632, 895, - 3.05, + 3.058, 901, - 1.353, + 1.358, 910, - 1.666, + 1.672, 917, - 2.285, + 2.292, 924, - 3.804, + 3.811, 925, - 2.062, + 2.07, 932, - 2.221, + 2.229, 934, - 2.221, + 2.229, 960, - 1.429, + 1.42, 968, - 2.686, + 2.696, 969, - 1.906, + 1.913, 996, - 1.586, + 1.592, 1010, - 1.286, + 1.291, 1040, - 1.873, + 1.88, 1043, - 1.353, + 1.358, 1064, - 1.534, + 1.54, 1067, - 1.652, + 1.657, 1068, - 1.978, + 1.986, 1090, - 2.959, + 2.967, 1104, - 1.76, + 1.765, 1120, - 1.842, + 1.849, 1131, - 4.801, + 4.808, 1176, - 2.11, + 2.118, 1198, - 1.785, + 1.792, 1283, - 1.71, + 1.717, 1284, - 2.018, + 2.026, 1306, - 1.978, + 1.986, 1412, - 2.11, + 2.118, 1432, - 1.759, + 1.766, 1460, - 1.759, + 1.766, 1479, - 1.842, + 1.849, 1484, - 2.361, + 2.37, 1492, - 1.941, + 1.948, 1495, - 1.734, + 1.741, 1499, - 1.873, + 1.88, 1511, - 1.687, + 1.694, 1548, - 1.687, + 1.694, 1556, - 7.311, + 7.321, 1562, - 2.062, + 2.07, 1570, - 2.11, + 2.118, 1655, - 1.645, + 1.651, 1667, - 2.361, + 2.37, 1684, - 1.813, + 1.82, 1700, - 3.955, + 3.967, 1769, - 4.324, + 4.33, 1774, - 1.586, + 1.592, 1807, - 2.425, + 2.432, 1882, - 2.244, + 2.251, 1884, - 1.33, + 1.335, 1893, - 1.873, + 1.88, 1908, - 2.285, + 2.292, 1925, - 2.554, + 2.564, 1933, - 2.69, + 2.698, 1961, - 4.878, + 4.887, 1993, - 4.286, + 4.297, 2022, - 6.264, + 6.278, 2024, - 4.766, + 4.77, 2025, - 2.554, + 2.564, 2026, - 3.33, + 3.341, 2027, - 4.245, + 4.252, 2075, - 1.873, + 1.88, 2096, - 1.734, + 1.741, 2101, - 3.134, + 3.144, 2148, - 2.554, + 2.564, 2164, - 1.353, + 1.358, 2194, - 5.613, + 5.62, 2267, - 2.554, + 2.564, 2320, - 2.361, + 2.37, 2373, - 1.978, + 1.986, 2388, - 2.686, + 2.696, 2420, - 2.11, + 2.118, 2433, - 1.873, + 1.88, 2469, - 2.221, + 2.229, 2522, - 2.449, + 2.458, 2683, - 2.221, + 2.229, 2709, - 2.11, + 2.118, 2822, - 1.906, + 1.913, 2916, - 1.978, + 1.986, 2956, - 5.4, + 5.411, 2957, - 7.054, + 7.065, 2962, - 6.044, + 6.056, 2974, - 3.955, + 3.967, 2975, - 4.125, + 4.138, 2981, - 3.492, + 3.503, 2983, - 2.862, + 2.873, 2984, - 2.862, + 2.873, 2985, - 5.507, + 5.52, 2986, - 2.554, + 2.564, 2991, - 2.361, + 2.37, 3006, - 2.286, + 2.295, 3069, - 4.623, + 4.637, 3107, - 2.162, + 2.171, 3159, - 2.449, + 2.458, 3166, - 2.554, + 2.564, 3185, - 6.802, + 6.813, 3186, - 7.327, + 7.341, 3196, - 10.486, + 10.493, 3200, - 2.286, + 2.295, 3213, - 3.955, + 3.967, 3224, - 2.062, + 2.07, 3306, - 2.361, + 2.37, 3363, - 2.162, + 2.171, 3608, - 2.686, + 2.696, 3610, - 1.687, + 1.694, 3651, - 2.554, + 2.564, 3655, - 2.862, + 2.873, 3681, - 5.852, + 5.863, 3695, - 3.692, + 3.704, 4012, - 2.554, + 2.564, 4020, - 2.554, + 2.564, 4292, - 2.862, + 2.873, 4384, - 2.286, + 2.295, 4483, - 2.221, + 2.229, 4554, - 2.862, + 2.873, 4720, - 2.686, + 2.564, 4857, - 1.813, + 1.82, 4876, - 2.286, + 2.295, 5155, - 2.862, + 2.873, 5250, - 2.449, + 2.458, 5254, - 2.862, + 2.873, 5448, - 2.862, + 2.873, 5588, - 2.862, + 2.873, 5589, - 2.862, + 2.873, 5660, - 2.862, + 2.873, 6050, - 3.13, + 3.142, 6051, - 3.13, + 3.142, 6052, - 3.13, + 3.142, 6053, - 3.13, + 3.142, 6054, - 3.13, + 3.142, 6055, - 3.13, + 3.142, 6056, - 3.13, + 3.142, 6057, - 3.13, + 3.142, 6058, - 3.13, + 3.142, 6059, - 3.13, + 3.142, 6060, - 3.13, + 3.142, 6061, - 3.13, + 3.142, 6062, - 3.13, + 3.142, 6063, - 3.13, + 3.142, 6064, - 3.13, + 3.142, 6065, - 3.13, + 3.142, 6066, - 5.055, + 5.071, 6067, - 3.13, + 3.142, 6068, - 5.055, + 5.071, 6069, - 5.055, + 5.071, 6070, - 3.13, + 3.142, 6071, - 3.13, + 3.142, 6072, - 3.13, + 3.142, 6073, - 5.055, + 5.071, 6074, - 2.686, + 2.696, 6075, - 2.686, + 2.696, 6076, - 3.13, + 3.142, 6077, - 3.13, + 3.142, 6078, - 2.449, + 2.458, 6079, - 5.055, + 5.071, 6080, - 3.13, + 3.142, 6081, - 3.13, + 3.142, 6082, - 3.13, + 3.142, 6083, - 3.13, + 3.142, 6084, - 3.13, + 3.142, 6085, - 3.13, + 3.142, 6086, - 3.13, + 3.142, 6087, - 3.13, + 3.142, 6088, - 3.13, + 3.142, 6089, - 3.13, + 3.142, 6090, - 4.338, + 4.351, 6091, - 3.13, + 3.142, 6092, - 3.13, + 3.142, 6093, - 3.13, + 3.142, 6094, - 4.623, + 4.637, 6095, - 2.862, + 2.873, 6096, - 8.012, + 8.028, 6097, - 3.13, + 3.142, 6098, - 3.13 + 3.142 ] ], [ @@ -57355,15 +57355,15 @@ 113, 1.981, 208, - 4.348, + 4.349, 561, - 3.133, + 3.134, 681, - 4.844, + 4.845, 2089, 5.556, 4104, - 6.129 + 6.13 ] ], [ @@ -57377,79 +57377,79 @@ "data/examples/gui/drag", [ 7, - 1.128, + 1.129, 18, 1.063, 20, 1.419, 39, - 2.253, + 2.254, 47, - 4.026, + 4.028, 56, - 3.498, + 3.5, 57, - 1.365, + 1.366, 58, - 4.665, + 4.668, 59, - 0.811, + 0.812, 67, - 4.503, + 4.506, 77, - 2.21, + 2.211, 79, - 1.0, + 1.001, 83, - 5.796, + 5.8, 95, - 4.183, + 4.185, 99, 0.948, 100, - 1.687, + 1.688, 106, - 1.61, + 1.611, 107, - 1.71, + 1.711, 121, - 2.973, + 2.975, 126, - 1.784, + 1.785, 148, - 1.844, + 1.845, 206, - 4.357, + 4.36, 207, - 2.992, + 2.993, 237, - 5.426, + 5.427, 240, - 2.556, + 2.558, 249, - 4.312, + 4.314, 268, - 1.835, + 1.836, 276, - 6.781, + 6.785, 600, - 4.312, + 4.314, 675, - 3.447, + 3.449, 746, - 6.209, + 6.213, 785, - 5.127, + 5.13, 1159, - 7.032, + 7.037, 1166, - 5.206, + 5.209, 1214, - 6.377, + 6.381, 4464, - 6.377, + 6.381, 6012, - 8.22 + 8.225 ] ], [ @@ -57476,77 +57476,77 @@ 7, 1.51, 10, - 1.947, + 1.949, 18, 1.064, 20, - 1.197, + 1.198, 23, - 4.072, + 4.075, 28, - 4.367, + 4.369, 42, - 1.636, + 1.637, 46, - 1.625, + 1.626, 47, - 4.035, + 4.037, 59, 0.813, 79, - 0.765, + 0.766, 99, 0.8, 106, 1.614, 114, - 9.17, + 9.173, 132, - 3.671, + 3.673, 150, - 2.281, + 2.282, 199, - 3.859, + 3.861, 229, - 1.651, + 1.652, 239, - 3.962, + 3.964, 244, - 3.48, + 3.456, 250, - 3.48, + 3.482, 392, - 3.156, + 3.158, 396, - 7.35, + 7.355, 398, - 7.35, + 7.355, 449, - 5.39, + 5.393, 454, - 3.587, + 3.589, 614, - 3.532, + 3.534, 615, - 4.793, + 4.796, 692, - 3.38, + 3.382, 780, - 7.73, + 7.734, 826, - 4.733, + 4.736, 834, - 4.463, + 4.465, 894, - 3.559, + 3.561, 925, - 5.935, + 5.938, 1324, - 4.675, + 4.678, 2259, - 8.595, + 8.597, 3059, - 6.391 + 6.395 ] ], [ @@ -57560,67 +57560,67 @@ "data/examples/gui/button", [ 7, - 1.336, + 1.337, 8, - 2.504, + 2.505, 18, 1.127, 38, - 1.182, + 1.183, 46, - 1.277, + 1.278, 47, - 5.089, + 5.091, 59, 0.808, 72, - 3.782, + 3.783, 79, - 0.904, + 0.905, 95, - 4.953, + 4.955, 96, - 2.837, + 2.838, 97, - 2.588, + 2.589, 99, 0.795, 107, - 1.703, + 1.704, 169, 1.332, 194, - 1.633, + 1.634, 216, - 4.49, + 4.491, 237, - 4.124, + 4.127, 240, - 2.545, + 2.547, 290, - 3.483, + 3.485, 471, - 2.399, + 2.401, 600, - 5.641, + 5.642, 901, - 3.867, + 3.87, 931, - 2.477, + 2.452, 1273, - 5.267, + 5.27, 1296, - 3.334, + 3.337, 1600, - 5.355, + 5.358, 1724, - 4.249, + 4.252, 1936, - 4.958, + 4.961, 6099, - 10.645, + 10.649, 6100, - 8.95 + 8.956 ] ], [ @@ -57634,67 +57634,67 @@ "data/examples/gui/pointer_over", [ 7, - 1.336, + 1.337, 8, - 2.504, + 2.505, 18, 1.127, 38, - 1.182, + 1.183, 46, - 1.277, + 1.278, 47, - 5.089, + 5.091, 59, 0.808, 72, - 3.782, + 3.783, 79, - 0.904, + 0.905, 95, - 4.953, + 4.955, 96, - 2.837, + 2.838, 97, - 2.588, + 2.589, 99, 0.795, 107, - 1.703, + 1.704, 169, 1.332, 194, - 1.633, + 1.634, 216, - 4.49, + 4.491, 237, - 4.124, + 4.127, 240, - 2.545, + 2.547, 290, - 3.483, + 3.485, 471, - 2.399, + 2.401, 600, - 5.641, + 5.642, 901, - 3.867, + 3.87, 931, - 2.477, + 2.452, 1273, - 5.267, + 5.27, 1296, - 3.334, + 3.337, 1600, - 5.355, + 5.358, 1724, - 4.249, + 4.252, 1936, - 4.958, + 4.961, 6101, - 10.645, + 10.649, 6102, - 8.95 + 8.956 ] ], [ @@ -57723,49 +57723,49 @@ 18, 1.075, 20, - 1.237, + 1.238, 39, - 1.965, + 1.966, 47, - 4.17, + 4.172, 57, 1.394, 58, - 5.995, + 5.996, 59, - 0.84, + 0.841, 67, - 4.665, + 4.667, 99, 0.827, 121, - 3.08, + 3.081, 133, - 5.087, + 5.089, 150, - 2.357, + 2.358, 212, - 4.332, + 4.334, 257, - 3.679, + 3.68, 269, 2.113, 272, - 7.024, + 7.027, 320, - 6.519, + 6.521, 322, - 8.525, + 8.527, 323, - 5.571, + 5.573, 2584, - 7.989, + 7.993, 3247, - 6.801, + 6.803, 5019, - 7.989, + 7.993, 5715, - 7.597 + 7.601 ] ], [ @@ -57790,113 +57790,113 @@ "data/examples/gui/slice9", [ 0, - 1.012, + 1.013, 7, - 1.474, + 1.475, 12, - 3.768, + 3.772, 18, 1.06, 38, - 0.917, + 0.918, 47, - 5.126, + 5.127, 57, - 1.056, + 1.057, 59, 1.033, 72, - 2.748, + 2.751, 79, 1.016, 90, - 2.615, + 2.616, 92, - 3.313, + 3.317, 95, - 5.325, + 5.327, 97, - 2.931, + 2.933, 99, 1.016, 107, - 1.571, + 1.573, 118, - 5.324, + 5.33, 124, - 3.599, + 3.603, 131, - 6.229, + 6.235, 132, - 3.483, + 3.486, 148, - 1.694, + 1.696, 150, - 2.091, + 2.093, 185, - 4.765, + 4.768, 186, - 4.782, + 4.787, 207, - 2.748, + 2.751, 237, - 4.672, + 4.675, 244, - 3.19, + 3.169, 256, - 1.855, + 1.857, 290, - 3.946, + 3.948, 297, - 7.785, + 7.788, 298, - 6.934, + 6.937, 368, - 2.348, + 2.35, 442, - 3.698, + 3.702, 454, - 4.037, + 4.04, 573, - 3.098, + 3.101, 1107, - 4.091, + 4.095, 1170, - 6.46, + 6.466, 1324, - 4.285, + 4.289, 1628, - 3.421, + 3.424, 1724, - 3.92, + 3.924, 2156, - 5.027, + 5.032, 2236, - 5.119, + 5.124, 2260, - 6.031, + 6.037, 3059, - 5.858, + 5.864, 3474, - 5.704, + 5.71, 4837, - 7.085, + 7.092, 6103, - 10.139, + 10.146, 6104, - 8.257, + 8.265, 6105, - 8.257, + 8.265, 6106, - 7.551, + 7.558, 6107, - 8.257, + 8.265, 6108, - 8.257, + 8.265, 6109, - 8.257, + 8.265, 6110, - 8.257 + 8.265 ] ], [ @@ -57912,73 +57912,73 @@ 7, 1.316, 8, - 2.441, + 2.443, 18, 1.128, 38, 1.295, 46, - 1.245, + 1.246, 47, - 5.034, + 5.036, 59, - 0.946, + 0.947, 72, - 3.741, + 3.742, 79, 0.891, 95, - 5.23, + 5.232, 96, - 2.765, + 2.767, 97, - 2.522, + 2.524, 99, 0.775, 107, - 1.66, + 1.661, 169, - 1.298, + 1.299, 194, - 1.592, + 1.593, 216, - 4.441, + 4.442, 237, - 4.831, + 4.833, 240, - 2.481, + 2.483, 290, - 3.396, + 3.398, 471, - 2.339, + 2.34, 600, - 5.593, + 5.595, 860, - 4.421, + 4.425, 901, - 3.77, + 3.773, 931, - 2.415, + 2.391, 935, - 5.194, + 5.196, 1273, - 5.134, + 5.138, 1296, - 3.25, + 3.253, 1600, - 5.22, + 5.224, 1724, - 4.142, + 4.145, 1936, - 5.808, + 5.811, 2182, - 4.474, + 4.477, 6111, - 10.484, + 10.489, 6112, - 8.725, + 8.731, 6113, - 8.725 + 8.731 ] ], [ @@ -57992,65 +57992,65 @@ "data/examples/gui/progress", [ 7, - 1.14, + 1.141, 18, - 0.82, + 0.821, 39, - 1.918, + 1.919, 57, 1.163, 59, - 0.82, + 0.821, 67, - 4.552, + 4.555, 79, 1.049, 95, - 5.321, + 5.322, 149, - 4.353, + 4.354, 150, - 2.895, + 2.896, 169, - 1.352, + 1.353, 185, - 4.271, + 4.273, 216, - 4.244, + 4.246, 218, - 6.447, + 6.45, 219, - 7.109, + 7.113, 237, - 4.187, + 4.189, 297, - 6.447, + 6.45, 298, - 5.742, + 5.746, 328, - 5.437, + 5.44, 333, - 2.57, + 2.571, 374, - 5.859, + 5.863, 573, - 3.41, + 3.411, 574, - 4.359, + 4.361, 581, - 4.899, + 4.901, 601, - 3.292, + 3.294, 602, - 3.675, + 3.677, 2186, - 10.14, + 10.142, 2399, - 6.855, + 6.859, 5923, - 6.447, + 6.45, 6114, - 7.415 + 7.419 ] ], [ @@ -58080,151 +58080,151 @@ 7, 1.505, 12, - 3.597, + 3.601, 18, 0.97, 20, - 1.309, + 1.31, 21, - 5.312, + 5.319, 22, - 3.239, + 3.243, 38, - 0.875, + 0.876, 39, - 2.268, + 2.27, 47, - 4.412, + 4.416, 57, - 1.375, + 1.376, 58, - 5.112, + 5.116, 59, 1.046, 67, - 4.935, + 4.939, 70, - 3.32, + 3.324, 72, - 2.623, + 2.626, 77, - 1.632, + 1.634, 79, 0.913, 88, - 4.194, + 4.199, 95, - 4.584, + 4.587, 96, - 3.406, + 3.408, 97, - 2.848, + 2.85, 99, - 0.7, + 0.701, 106, - 1.412, + 1.413, 107, - 1.5, + 1.502, 110, - 3.114, + 3.118, 122, - 3.067, + 3.07, 126, - 1.564, + 1.566, 132, - 2.708, + 2.711, 133, - 4.306, + 4.311, 145, - 4.886, + 4.892, 148, - 1.617, + 1.619, 169, - 1.724, + 1.725, 194, - 1.438, + 1.44, 196, - 3.406, + 3.409, 198, - 2.146, + 2.149, 226, - 2.741, + 2.743, 229, - 1.445, + 1.447, 237, - 3.632, + 3.636, 295, - 3.632, + 3.636, 302, - 6.989, + 6.994, 306, - 4.333, + 4.336, 307, - 4.565, + 4.57, 357, - 5.312, + 5.319, 361, - 4.429, + 4.434, 365, - 6.166, + 6.174, 366, - 6.166, + 6.174, 370, - 5.946, + 5.953, 383, - 5.192, + 5.199, 390, - 3.32, + 3.324, 425, - 4.495, + 4.501, 428, - 4.716, + 4.721, 450, - 6.431, + 6.439, 573, - 3.696, + 3.699, 602, - 3.984, + 3.987, 898, - 2.798, + 2.802, 923, - 3.862, + 3.867, 928, - 6.805, + 6.81, 931, - 2.181, + 2.161, 1323, - 4.115, + 4.118, 1341, - 5.591, + 5.598, 1628, - 4.081, + 4.084, 2399, - 5.946, + 5.953, 2904, - 6.431, + 6.439, 3059, - 5.591, + 5.598, 3142, - 7.207, + 7.216, 3366, - 5.591, + 5.598, 4180, - 5.946, + 5.953, 5161, - 8.407, + 8.412, 6115, - 7.882, + 7.891, 6116, - 7.882, + 7.891, 6117, - 7.882, + 7.891, 6118, - 7.882, + 7.891, 6119, - 7.882, + 7.891, 6120, - 7.882 + 7.891 ] ], [ @@ -58238,113 +58238,113 @@ "data/examples/movement/look_at", [ 7, - 1.274, + 1.275, 11, - 2.998, + 3.001, 18, 1.134, 20, - 1.349, + 1.35, 36, - 1.65, + 1.652, 38, 1.22, 39, - 2.143, + 2.144, 46, - 1.448, + 1.449, 57, - 1.058, + 1.06, 59, - 0.916, + 0.917, 67, - 4.145, + 4.149, 69, - 3.888, + 3.892, 74, - 5.228, + 5.234, 79, - 0.703, + 0.704, 90, - 1.972, + 1.974, 99, 1.076, 100, - 1.905, + 1.906, 102, - 2.127, + 2.118, 107, - 1.574, + 1.576, 121, - 2.736, + 2.739, 165, - 2.366, + 2.368, 194, - 1.852, + 1.854, 250, - 3.922, + 3.924, 251, - 3.812, + 3.816, 280, - 3.244, + 3.247, 306, - 4.465, + 4.468, 307, - 4.792, + 4.796, 316, - 6.415, + 6.419, 359, - 3.706, + 3.642, 368, - 3.123, + 3.124, 371, - 4.347, + 4.351, 459, - 3.85, + 3.854, 522, - 4.099, + 4.103, 675, - 3.173, + 3.176, 785, - 6.264, + 6.267, 898, - 2.937, + 2.94, 931, - 2.809, + 2.781, 948, - 3.269, + 3.272, 1000, - 5.869, + 5.875, 1007, - 2.899, + 2.902, 1077, - 7.566, + 7.573, 1188, - 4.054, + 4.058, 1193, - 4.95, + 4.955, 1223, - 5.577, + 5.582, 1463, - 6.686, + 6.689, 1681, - 3.544, + 3.548, 1902, - 5.451, + 5.456, 2217, - 5.037, + 5.042, 3400, - 6.043, + 6.049, 3809, - 5.577, + 5.582, 3988, - 5.577, + 5.582, 4832, - 5.577, + 5.582, 6121, - 7.566, + 7.573, 6122, - 7.566 + 7.573 ] ], [ @@ -58383,183 +58383,183 @@ "data/examples/movement/look_rotation", [ 7, - 1.317, + 1.318, 10, - 1.618, + 1.62, 18, 1.12, 20, - 1.267, + 1.268, 36, - 1.493, + 1.495, 38, - 0.831, + 0.832, 39, - 2.013, + 2.014, 42, - 1.359, + 1.361, 46, - 1.664, + 1.665, 59, - 0.947, + 0.948, 60, - 2.083, + 2.085, 67, - 3.75, + 3.755, 74, - 4.73, + 4.736, 79, - 0.891, + 0.892, 86, - 2.43, + 2.434, 99, - 1.013, + 1.014, 100, - 2.141, + 2.142, 102, - 1.924, + 1.917, 105, - 3.003, + 3.007, 106, - 1.708, + 1.709, 107, - 1.424, + 1.426, 108, - 3.085, + 3.087, 113, - 1.91, + 1.912, 121, - 2.475, + 2.479, 148, - 1.535, + 1.538, 149, - 2.849, + 2.853, 150, - 1.895, + 1.898, 153, - 2.163, + 2.165, 165, - 3.0, + 3.002, 172, - 3.292, + 3.267, 194, - 1.915, + 1.916, 198, - 2.038, + 2.041, 201, - 2.142, + 2.144, 203, - 4.035, + 4.04, 207, - 2.491, + 2.495, 251, - 4.394, + 4.398, 307, - 4.335, + 4.341, 330, - 3.523, + 3.525, 332, - 2.491, + 2.495, 333, - 2.697, + 2.699, 368, - 2.128, + 2.131, 392, - 2.622, + 2.626, 454, - 2.98, + 2.984, 467, - 4.931, + 4.938, 489, - 4.437, + 4.441, 509, - 3.884, + 3.89, 522, - 3.708, + 3.713, 553, - 3.408, + 3.411, 600, - 3.59, + 3.595, 620, - 3.884, + 3.89, 723, - 4.556, + 4.563, 785, - 4.269, + 4.275, 856, - 3.003, + 3.007, 931, - 2.904, + 2.875, 1093, - 4.404, + 4.411, 1098, - 4.64, + 4.647, 1099, - 5.045, + 5.052, 1121, - 6.587, + 6.593, 1133, - 3.932, + 3.938, 1155, - 3.628, + 3.633, 1188, - 3.667, + 3.673, 1286, - 5.31, + 5.317, 1296, - 2.788, + 2.792, 1423, - 6.844, + 6.854, 1463, - 4.556, + 4.563, 1725, - 4.73, + 4.736, 1804, - 3.59, + 3.595, 1811, - 5.467, + 5.474, 1847, - 5.467, + 5.474, 2013, - 5.17, + 5.178, 2156, - 4.556, + 4.563, 2409, - 6.107, + 6.116, 2494, - 5.855, + 5.864, 2554, - 4.478, + 4.484, 2630, - 5.646, + 5.654, 2775, - 4.035, + 4.04, 2876, - 6.587, + 6.593, 4152, - 6.422, + 6.431, 4430, - 5.467, + 5.474, 5174, - 8.182, + 8.189, 5993, - 5.855, + 5.864, 6123, - 7.484, + 7.495, 6124, - 7.484, + 7.495, 6125, - 7.484, + 7.495, 6126, - 7.484, + 7.495, 6127, - 5.31, + 5.178, 6128, - 7.484, + 7.495, 6129, - 6.107, + 6.116, 6130, - 6.107 + 6.116 ] ], [ @@ -58616,73 +58616,73 @@ 18, 1.112, 20, - 1.192, + 1.193, 46, 1.679, 49, - 3.686, + 3.687, 59, 0.962, 70, - 3.778, + 3.78, 79, 0.906, 90, - 2.138, + 2.139, 105, - 3.599, + 3.601, 106, - 1.607, + 1.608, 107, - 1.707, + 1.708, 126, - 1.78, + 1.781, 133, - 5.824, + 5.826, 149, - 3.414, + 3.416, 153, - 2.035, + 2.036, 194, - 1.945, + 1.946, 201, - 2.015, + 2.017, 207, - 2.985, + 2.987, 268, - 1.831, + 1.832, 387, - 3.163, + 3.165, 428, - 6.377, + 6.38, 521, - 3.122, + 3.124, 535, - 6.551, + 6.555, 536, - 5.909, + 5.913, 553, - 3.206, + 3.208, 636, - 3.439, + 3.441, 931, - 2.482, + 2.457, 1007, - 3.142, + 3.144, 1321, - 7.696, + 7.701, 1323, - 3.746, + 3.749, 1382, - 4.969, + 4.972, 1599, - 5.668, + 5.672, 1628, - 4.416, + 4.417, 4445, - 7.319, + 7.323, 6131, - 8.969 + 8.975 ] ], [ @@ -58712,7 +58712,7 @@ 7, 1.169, 9, - 3.158, + 3.159, 18, 1.043, 20, @@ -58720,35 +58720,35 @@ 79, 0.791, 90, - 2.219, + 2.22, 107, 1.772, 194, 2.108, 250, - 4.209, + 4.21, 330, - 2.969, + 2.97, 333, - 2.633, + 2.634, 347, - 6.004, + 6.006, 368, 3.099, 509, - 5.655, + 5.656, 534, - 4.376, + 4.378, 561, - 2.951, + 2.952, 931, - 3.197, + 3.164, 979, - 4.926, + 4.927, 1908, - 4.926, + 4.927, 6132, - 9.964 + 9.967 ] ], [ @@ -58764,61 +58764,61 @@ 7, 1.364, 8, - 2.593, + 2.594, 18, 0.981, 20, - 1.232, + 1.233, 39, 1.957, 59, 1.041, 79, - 1.01, + 1.011, 99, 0.823, 108, - 2.725, + 2.726, 150, - 2.347, + 2.348, 160, - 2.74, + 2.726, 169, - 1.379, + 1.38, 172, - 4.077, + 4.043, 211, - 4.152, + 4.154, 263, - 3.25, + 3.251, 269, - 2.103, + 2.104, 918, - 4.446, + 4.448, 1253, - 5.209, + 5.211, 1295, - 3.478, + 3.48, 1871, - 4.493, + 4.495, 1908, - 4.19, + 4.192, 2182, - 4.753, + 4.755, 2514, - 5.064, + 5.067, 3021, - 5.747, + 5.749, 3366, - 6.576, + 6.579, 4844, - 7.954, + 7.957, 4845, - 7.954, + 7.957, 4849, - 6.992, + 6.996, 6133, - 9.269 + 9.273 ] ], [ @@ -58842,33 +58842,33 @@ 52, 2.628, 169, - 1.42, + 1.421, 229, - 1.75, + 1.751, 281, - 5.918, + 5.92, 368, 3.144, 453, - 5.528, + 5.53, 931, - 2.642, + 2.614, 962, - 5.196, + 5.197, 963, - 5.215, + 5.217, 1002, - 4.729, + 4.73, 2057, - 6.032, + 6.034, 2871, - 5.444, + 5.446, 4091, - 8.191, + 8.193, 6134, - 8.729, + 8.732, 6135, - 8.191 + 8.193 ] ], [ @@ -58886,29 +58886,29 @@ 18, 0.874, 20, - 1.286, + 1.287, 38, 1.238, 46, 1.381, 62, - 3.201, + 3.202, 629, 3.53, 715, - 5.085, + 5.086, 773, - 3.507, + 3.508, 903, - 5.218, + 5.219, 1184, - 6.117, + 6.118, 1858, - 6.377, + 6.378, 2217, - 5.893, + 5.894, 4164, - 8.851 + 8.853 ] ], [ @@ -58922,249 +58922,249 @@ "data/examples/particles/confetti", [ 7, - 1.27, + 1.271, 10, - 1.499, + 1.502, 11, - 2.513, + 2.517, 18, 1.109, 20, - 1.345, + 1.346, 36, - 2.018, + 2.02, 38, - 1.008, + 1.009, 39, - 1.464, + 1.466, 46, - 1.443, + 1.445, 52, - 2.499, + 2.501, 57, - 1.425, + 1.426, 59, - 0.626, + 0.627, 60, - 1.93, + 1.933, 75, - 3.05, + 3.056, 79, 0.947, 86, - 2.252, + 2.256, 90, - 1.653, + 1.656, 92, - 3.642, + 3.646, 97, - 2.005, + 2.009, 99, 1.061, 100, - 1.301, + 1.304, 102, - 1.783, + 1.777, 103, - 1.597, + 1.6, 106, - 1.242, + 1.244, 107, - 1.925, + 1.927, 108, - 2.039, + 2.042, 113, - 1.39, + 1.392, 124, - 3.023, + 3.028, 131, - 5.232, + 5.241, 132, - 2.383, + 2.387, 142, - 2.062, + 2.066, 144, - 3.644, + 3.65, 169, - 1.351, + 1.352, 172, - 3.05, + 3.028, 182, - 3.69, + 3.697, 194, - 1.266, + 1.268, 202, - 2.266, + 2.256, 226, - 1.93, + 1.933, 229, - 1.855, + 1.857, 232, - 6.666, + 6.672, 234, - 3.955, + 3.962, 240, - 2.581, + 2.584, 251, - 3.196, + 3.201, 260, - 2.337, + 2.341, 306, - 3.05, + 3.056, 320, - 5.431, + 5.437, 344, - 4.222, + 4.229, 368, - 1.972, + 1.976, 387, - 2.446, + 2.45, 452, - 2.016, + 2.02, 454, - 2.761, + 2.766, 457, - 3.593, + 3.596, 473, - 3.05, + 3.056, 522, - 3.436, + 3.442, 523, - 3.599, + 3.605, 573, - 2.602, + 2.607, 600, - 3.327, + 3.332, 602, - 2.805, + 2.81, 605, - 3.955, + 3.962, 743, - 5.066, + 5.074, 785, - 3.955, + 3.962, 859, - 3.474, + 3.48, 897, - 4.472, + 4.48, 903, - 3.739, + 3.745, 917, - 3.135, + 3.141, 935, - 3.436, + 3.442, 990, - 7.672, + 7.676, 992, - 6.63, + 6.637, 1016, - 4.383, + 4.39, 1105, - 4.569, + 4.577, 1107, - 3.436, + 3.442, 1108, - 5.659, + 5.669, 1110, - 5.659, + 5.669, 1121, - 4.791, + 4.799, 1139, - 5.686, + 5.691, 1146, - 2.997, + 3.002, 1150, - 3.897, + 3.904, 1172, - 3.515, + 3.521, 1180, - 3.789, + 3.796, 1181, - 5.951, + 5.961, 1214, - 4.92, + 4.929, 1217, - 5.232, + 5.241, 1219, - 5.526, + 5.532, 1220, - 4.3, + 4.307, 1221, - 3.436, + 3.442, 1225, - 7.179, + 7.185, 1226, - 5.177, + 5.183, 1234, - 5.659, + 5.669, 1332, - 2.805, + 2.81, 1463, - 4.222, + 4.229, 1557, - 4.149, + 4.157, 1584, - 3.897, + 3.904, 1629, - 3.106, + 3.112, 1650, - 4.149, + 4.157, 1857, - 5.232, + 5.241, 1931, - 3.739, + 3.745, 2070, - 4.383, + 4.39, 2213, - 5.951, + 5.961, 2262, - 5.426, + 5.435, 2390, - 4.791, + 4.799, 2568, - 4.383, + 4.39, 2697, - 5.426, + 5.435, 2775, - 3.739, + 3.745, 2871, - 3.955, + 3.962, 3856, - 5.426, + 5.435, 3924, - 5.066, + 5.074, 4464, - 4.92, + 4.929, 4487, - 5.951, + 5.961, 4541, - 7.789, + 7.798, 5174, - 5.951, + 5.961, 5425, - 4.472, + 4.48, 5912, - 6.342, + 6.353, 6043, - 5.066, + 5.074, 6136, - 9.077, + 9.087, 6137, - 6.342, + 6.353, 6138, - 6.935, + 6.947, 6139, - 6.935, + 6.947, 6140, - 5.659, + 5.669, 6141, - 6.935, + 6.947, 6142, - 6.935, + 6.947, 6143, - 7.407, + 7.415, 6144, - 4.92 + 4.929 ] ], [ @@ -59178,111 +59178,111 @@ "data/examples/particles/modifiers", [ 7, - 1.447, + 1.448, 10, - 1.825, + 1.827, 11, - 3.059, + 3.061, 18, 1.123, 20, - 1.122, + 1.123, 46, - 1.204, + 1.205, 57, - 1.08, + 1.081, 59, 0.928, 77, - 1.748, + 1.75, 79, - 0.873, + 0.874, 99, 1.024, 107, - 1.606, + 1.608, 122, - 2.628, + 2.631, 169, - 1.256, + 1.257, 182, - 4.492, + 4.496, 196, - 2.919, + 2.922, 199, - 3.616, + 3.62, 201, - 1.897, + 1.898, 234, - 4.814, + 4.819, 237, - 3.89, + 3.893, 280, - 3.31, + 3.313, 343, - 5.233, + 5.238, 375, - 6.604, + 6.61, 441, - 4.229, + 4.233, 457, - 2.997, + 3.0, 460, - 6.166, + 6.171, 521, - 2.938, + 2.941, 555, - 2.644, + 2.631, 574, - 4.049, + 4.053, 629, - 2.539, + 2.541, 674, - 4.229, + 4.233, 692, - 3.856, + 3.858, 894, - 3.335, + 3.338, 923, - 4.136, + 4.14, 948, - 3.335, + 3.338, 990, - 7.3, + 7.302, 992, - 7.506, + 7.51, 1110, - 6.888, + 6.894, 1111, - 7.719, + 7.726, 1117, - 10.132, + 10.136, 1121, - 7.099, + 7.103, 1226, - 6.319, + 6.322, 1233, - 7.719, + 7.726, 1234, - 6.888, + 6.894, 1242, - 10.132, + 10.136, 1244, - 6.888, + 6.894, 1460, - 4.744, + 4.748, 1872, - 5.139, + 5.144, 2871, - 4.814, + 4.819, 4405, - 7.243, + 7.25, 5139, - 7.243, + 7.25, 5483, - 7.719, + 7.726, 6145, - 8.441 + 8.449 ] ], [ @@ -59310,153 +59310,153 @@ "data/examples/particles/fireworks", [ 7, - 1.026, + 1.027, 9, - 2.773, + 2.776, 10, - 2.179, + 2.18, 11, - 2.962, + 2.965, 12, - 3.731, + 3.735, 18, - 1.029, + 1.03, 20, - 1.339, + 1.34, 36, - 2.01, + 2.011, 38, - 1.119, + 1.12, 39, - 1.726, + 1.728, 46, - 1.558, + 1.559, 57, - 1.046, + 1.047, 59, 0.91, 60, - 2.275, + 2.277, 79, - 0.928, + 0.929, 97, - 2.364, + 2.366, 99, - 0.726, + 0.727, 100, - 1.891, + 1.892, 103, - 1.882, + 1.884, 106, - 1.464, + 1.466, 107, - 1.556, + 1.557, 108, - 2.404, + 2.406, 110, - 3.23, + 3.234, 113, - 1.638, + 1.64, 126, - 1.623, + 1.624, 169, - 1.499, + 1.5, 172, - 3.596, + 3.568, 182, - 5.362, + 5.366, 229, - 1.499, + 1.5, 232, - 6.639, + 6.644, 234, - 6.231, + 6.234, 240, - 2.325, + 2.327, 359, - 3.662, + 3.6, 471, - 2.192, + 2.194, 523, - 4.243, + 4.247, 556, - 3.36, + 3.363, 573, - 3.068, + 3.071, 581, - 4.407, + 4.412, 590, - 4.175, + 4.178, 600, - 3.922, + 3.926, 602, - 3.307, + 3.31, 765, - 2.864, + 2.867, 785, - 4.663, + 4.668, 859, - 4.096, + 4.1, 880, - 3.963, + 3.968, 897, - 5.272, + 5.278, 913, - 5.167, + 5.172, 935, - 4.05, + 4.055, 990, - 6.639, + 6.644, 993, - 4.594, + 4.599, 1093, - 4.811, + 4.816, 1107, - 4.05, + 4.055, 1108, - 6.671, + 6.678, 1150, - 4.594, + 4.599, 1221, - 4.05, + 4.055, 1226, - 4.663, + 4.668, 1655, - 4.296, + 4.3, 2184, - 6.168, + 6.174, 2317, - 5.972, + 5.978, 2390, - 5.648, + 5.654, 3311, - 5.167, + 5.172, 3924, - 5.972, + 5.978, 4464, - 5.8, + 5.806, 4487, - 7.016, + 7.023, 6137, - 7.476, + 7.484, 6143, - 8.223, + 8.229, 6144, - 5.8, + 5.806, 6146, - 9.99, + 9.995, 6147, - 8.176, + 8.185, 6148, - 8.176, + 8.185, 6149, - 7.476, + 7.484, 6150, - 8.176, + 8.185, 6151, - 7.476, + 7.484, 6152, - 5.972 + 5.978 ] ], [ @@ -59470,237 +59470,237 @@ "data/examples/particles/fire_and_smoke", [ 7, - 1.554, + 1.555, 11, - 3.344, + 3.348, 18, - 0.9, + 0.901, 20, - 1.392, + 1.393, 38, - 1.278, + 1.279, 46, - 0.826, + 0.827, 52, - 1.593, + 1.597, 57, - 1.275, + 1.277, 59, - 0.945, + 0.946, 75, - 3.533, + 3.539, 77, - 1.664, + 1.667, 79, - 0.944, + 0.945, 86, - 2.609, + 2.613, 92, - 4.203, + 4.206, 99, - 0.93, + 0.931, 107, - 1.756, + 1.758, 113, - 1.997, + 1.999, 122, - 1.802, + 1.806, 124, - 3.502, + 3.508, 131, - 6.06, + 6.07, 132, - 3.724, + 3.727, 144, - 4.221, + 4.228, 169, - 1.483, + 1.485, 182, - 3.079, + 3.086, 202, - 2.625, + 2.613, 215, - 4.025, + 4.031, 232, - 3.812, + 3.821, 234, - 5.263, + 5.27, 240, - 2.978, + 2.981, 244, - 2.235, + 2.224, 250, - 3.103, + 3.109, 251, - 4.594, + 4.598, 303, - 6.06, + 6.07, 306, - 4.385, + 4.389, 320, - 6.486, + 6.49, 330, - 2.942, + 2.946, 344, - 4.891, + 4.899, 368, - 2.624, + 2.627, 371, - 4.848, + 4.854, 407, - 3.657, + 3.666, 457, - 2.852, + 2.857, 466, - 6.555, + 6.566, 496, - 2.693, + 2.699, 507, - 4.365, + 4.376, 509, - 4.169, + 4.176, 522, - 2.867, + 2.874, 523, - 4.169, + 4.176, 555, - 2.516, + 2.506, 580, - 3.657, + 3.666, 590, - 3.328, + 3.334, 601, - 2.097, + 2.102, 603, - 2.417, + 2.423, 604, - 2.933, + 2.94, 620, - 3.003, + 3.01, 691, - 2.458, + 2.462, 692, - 2.171, + 2.176, 765, - 2.027, + 2.032, 897, - 3.732, + 3.74, 935, - 2.867, + 2.874, 942, - 4.365, + 4.376, 979, - 3.632, + 3.638, 992, - 8.279, + 8.283, 1016, - 3.657, + 3.666, 1107, - 2.867, + 2.874, 1108, - 7.53, + 7.539, 1110, - 7.53, + 7.539, 1139, - 6.369, + 6.373, 1161, - 4.722, + 4.733, 1172, - 4.071, + 4.078, 1175, - 8.135, + 8.143, 1176, - 3.901, + 3.91, 1203, - 6.894, + 6.905, 1217, - 6.06, + 6.07, 1219, - 4.891, + 4.899, 1220, - 4.981, + 4.989, 1224, - 2.776, + 2.782, 1225, - 8.041, + 8.046, 1226, - 4.582, + 4.589, 1234, - 6.555, + 6.566, 1238, - 7.346, + 7.358, 1244, - 8.135, + 8.143, 1257, - 3.588, + 3.596, 1258, - 3.812, + 3.821, 1428, - 4.389, + 4.397, 1441, - 5.868, + 5.877, 1485, - 5.293, + 5.301, 1672, - 5.646, + 5.651, 1791, - 6.894, + 6.905, 1793, - 5.18, + 5.189, 1882, - 2.568, + 2.574, 1949, - 6.06, + 6.07, 2070, - 7.163, + 7.167, 2180, - 3.812, + 3.821, 2190, - 3.352, + 3.359, 2317, - 5.868, + 5.877, 2821, - 6.74, + 6.749, 2879, - 4.722, + 4.733, 2954, - 5.415, + 5.424, 3781, - 4.966, + 4.977, 3850, - 4.365, + 4.376, 4552, - 8.194, + 8.201, 4585, - 8.845, + 8.851, 5535, - 4.722, + 4.733, 6043, - 5.868, + 5.877, 6140, - 8.135, + 8.143, 6153, - 5.787, + 5.801, 6154, - 8.034, + 8.047, 6155, - 8.034, + 8.047, 6156, - 8.034, + 8.047, 6157, - 5.292, + 5.304, 6158, - 6.06, + 6.07, 6159, - 5.292, + 5.304, 6160, - 5.787, + 5.801, 6161, - 8.034, + 8.047, 6162, - 4.966, + 4.977, 6163, - 5.787 + 5.801 ] ], [ @@ -59714,103 +59714,103 @@ "data/examples/sprite/tint", [ 7, - 1.298, + 1.299, 18, - 1.1, + 1.101, 20, - 1.479, + 1.48, 39, - 1.8, + 1.802, 42, - 1.549, + 1.55, 46, 1.691, 57, - 1.091, + 1.092, 59, 0.77, 79, 1.007, 97, - 2.466, + 2.468, 99, - 0.988, + 0.989, 101, - 4.134, + 4.138, 102, - 2.193, + 2.183, 106, - 1.527, + 1.529, 107, - 1.968, + 1.969, 113, - 1.709, + 1.71, 122, - 2.655, + 2.658, 139, - 4.939, + 4.943, 177, - 2.609, + 2.611, 185, - 4.008, + 4.011, 212, - 4.812, + 4.814, 229, - 1.563, + 1.565, 263, - 2.55, + 2.552, 269, - 1.935, + 1.937, 286, - 5.891, + 5.896, 289, - 6.187, + 6.19, 556, - 4.249, + 4.252, 573, - 3.2, + 3.203, 675, - 3.27, + 3.273, 689, - 3.82, + 3.823, 775, - 4.724, + 4.728, 857, - 4.864, + 4.868, 921, - 5.499, + 5.504, 979, - 4.675, + 4.677, 981, - 5.192, + 5.196, 1079, - 4.134, + 4.138, 1228, - 7.332, + 7.335, 1693, - 5.748, + 5.753, 1862, - 6.959, + 6.965, 1879, - 4.322, + 4.325, 1925, - 6.959, + 6.965, 2232, - 7.318, + 7.324, 2383, - 6.411, + 6.414, 2633, - 4.373, + 4.376, 2657, - 4.792, + 4.796, 2815, - 7.798, + 7.805, 3638, - 6.433, + 6.439, 4499, - 7.798, + 7.805, 6164, - 8.528 + 8.535 ] ], [ @@ -59830,77 +59830,77 @@ 38, 1.156, 57, - 1.102, + 1.103, 59, - 0.939, + 0.94, 72, - 2.868, + 2.87, 79, 1.01, 86, - 2.798, + 2.8, 90, - 2.48, + 2.481, 97, - 3.232, + 3.233, 99, 0.924, 125, - 2.621, + 2.623, 126, - 1.71, + 1.712, 169, - 1.282, + 1.283, 194, - 2.169, + 2.17, 211, - 3.859, + 3.862, 213, - 5.556, + 5.561, 215, - 5.213, + 5.216, 216, - 4.111, + 4.113, 256, - 1.936, + 1.938, 268, - 1.759, + 1.761, 333, - 2.437, + 2.439, 358, - 3.97, + 3.974, 534, - 4.049, + 4.053, 601, - 4.051, + 4.052, 675, - 3.304, + 3.307, 931, - 2.88, + 2.85, 979, - 5.054, + 5.056, 1007, - 3.019, + 3.021, 1107, - 4.269, + 4.272, 1406, - 3.932, + 3.935, 1589, - 7.014, + 7.017, 1724, - 4.091, + 4.094, 1908, - 3.895, + 3.898, 3059, - 6.113, + 6.118, 5619, - 8.929, + 8.933, 6165, - 7.393, + 7.399, 6166, - 9.593, + 9.596, 6167, - 8.616 + 8.623 ] ], [ @@ -59916,45 +59916,45 @@ 7, 1.391, 18, - 0.865, + 0.866, 39, - 2.024, + 2.025, 59, - 0.865, + 0.866, 126, - 1.903, + 1.904, 148, - 1.967, + 1.968, 150, - 2.428, + 2.429, 169, 1.427, 194, 1.75, 241, - 2.053, + 2.054, 629, - 2.884, + 2.885, 647, - 5.554, + 5.555, 692, - 3.598, + 3.599, 997, - 7.004, + 7.006, 999, - 4.419, + 4.42, 1007, - 3.36, + 3.361, 1403, - 4.553, + 4.554, 3087, - 6.184, + 6.185, 6143, - 7.825, + 7.827, 6168, - 8.229, + 8.231, 6169, - 9.59 + 9.593 ] ], [ @@ -59970,7 +59970,7 @@ 7, 1.364, 11, - 3.358, + 3.36, 18, 1.094, 39, @@ -59980,47 +59980,47 @@ 59, 0.981, 67, - 4.644, + 4.646, 72, - 3.085, + 3.086, 79, - 0.923, + 0.924, 96, - 2.938, + 2.939, 97, - 2.68, + 2.681, 99, 0.823, 106, - 1.66, + 1.661, 107, - 1.764, + 1.765, 122, - 2.886, + 2.887, 132, - 3.734, + 3.735, 169, - 1.379, + 1.38, 194, - 1.983, + 1.984, 229, - 1.699, + 1.7, 561, - 2.938, + 2.939, 675, - 3.554, + 3.556, 801, - 4.542, + 4.544, 979, - 4.19, + 4.192, 1007, - 3.808, + 3.809, 1273, - 5.455, + 5.457, 3400, - 6.77, + 6.773, 5619, - 7.954 + 7.957 ] ], [ @@ -60036,89 +60036,89 @@ 7, 1.516, 11, - 3.122, + 3.124, 18, 1.048, 20, - 1.145, + 1.146, 23, - 4.704, + 4.707, 46, - 1.229, + 1.23, 47, - 3.859, + 3.862, 57, - 1.331, + 1.332, 58, - 4.471, + 4.475, 59, 1.048, 72, - 3.721, + 3.722, 77, - 1.784, + 1.786, 79, - 0.986, + 0.987, 97, - 2.491, + 2.493, 100, 1.953, 106, - 1.864, + 1.865, 169, - 1.282, + 1.283, 194, - 1.572, + 1.574, 216, - 3.404, + 3.407, 237, - 3.97, + 3.974, 353, - 3.457, + 3.433, 582, - 5.246, + 5.25, 681, - 5.099, + 5.101, 723, - 5.246, + 5.25, 751, - 3.485, + 3.487, 846, - 9.515, + 9.52, 856, - 3.457, + 3.46, 975, - 4.133, + 4.136, 1007, - 3.019, + 3.021, 1107, - 4.269, + 4.272, 1628, - 4.924, + 4.926, 1637, - 6.71, + 6.713, 1724, - 4.091, + 4.094, 2082, - 6.113, + 6.118, 2182, - 4.418, + 4.422, 2506, - 6.451, + 6.454, 3021, - 5.342, + 5.346, 5223, - 7.031, + 7.036, 5714, - 7.031, + 7.036, 6170, - 8.616, + 8.623, 6171, - 7.031, + 7.036, 6172, - 7.879, + 7.885, 6173, - 8.616 + 8.623 ] ], [ @@ -60136,113 +60136,113 @@ 18, 1.097, 20, - 1.06, + 1.061, 46, - 1.137, + 1.139, 47, - 4.444, + 4.447, 57, - 1.446, + 1.447, 58, - 4.137, + 4.142, 59, - 1.049, + 1.05, 72, - 3.762, + 3.764, 77, - 1.651, + 1.653, 79, - 1.021, + 1.022, 97, - 3.123, + 3.125, 99, 1.004, 100, - 1.862, + 1.863, 106, - 1.935, + 1.936, 169, - 1.476, + 1.477, 194, - 1.81, + 1.812, 216, - 3.15, + 3.154, 229, - 1.462, + 1.463, 235, - 5.038, + 5.044, 237, - 3.673, + 3.678, 353, - 3.199, + 3.178, 581, - 4.298, + 4.303, 582, - 6.04, + 6.045, 681, - 5.293, + 5.296, 723, - 6.04, + 6.045, 728, - 4.862, + 4.865, 751, - 3.224, + 3.228, 795, - 5.141, + 5.147, 801, - 3.906, + 3.911, 856, - 3.199, + 3.203, 917, - 3.604, + 3.608, 975, - 3.824, + 3.829, 1007, - 2.793, + 2.796, 1025, - 3.15, + 3.154, 1107, - 3.949, + 3.954, 1134, - 5.038, + 5.044, 1574, - 4.853, + 4.859, 1602, - 3.906, + 3.911, 1621, - 4.04, + 4.045, 1628, - 4.817, + 4.819, 1637, - 6.398, + 6.402, 1724, - 3.785, + 3.789, 1936, - 5.496, + 5.5, 2082, - 5.656, + 5.662, 2175, - 5.252, + 5.258, 2182, - 4.088, + 4.092, 2506, - 6.697, + 6.7, 3021, - 4.942, + 4.948, 3946, - 7.29, + 7.299, 5223, - 6.505, + 6.513, 5714, - 6.505, + 6.513, 6171, - 6.505, + 6.513, 6172, - 7.29, + 7.299, 6174, - 10.802, + 10.808, 6175, - 7.972 + 7.981 ] ], [ @@ -60256,95 +60256,95 @@ "data/examples/collection/timestep", [ 7, - 1.383, + 1.384, 10, - 1.803, + 1.805, 18, 1.121, 20, - 1.108, + 1.11, 46, - 1.455, + 1.456, 57, - 1.41, + 1.411, 59, 0.995, 72, - 3.668, + 3.67, 79, 1.001, 97, - 3.186, + 3.188, 99, - 0.74, + 0.741, 100, - 1.914, + 1.915, 106, - 1.974, + 1.975, 120, - 4.99, + 4.995, 150, - 2.583, + 2.584, 169, - 1.241, + 1.242, 194, - 2.095, + 2.096, 243, - 4.132, + 4.136, 258, - 7.261, + 7.264, 353, - 3.346, + 3.324, 577, - 3.27, + 3.273, 723, - 5.077, + 5.082, 751, - 3.373, + 3.376, 765, - 3.574, + 3.576, 856, - 3.346, + 3.35, 915, - 3.198, + 3.201, 919, - 4.276, + 4.28, 931, - 2.308, + 2.286, 959, - 4.438, + 4.442, 1007, - 3.574, + 3.576, 1025, - 3.295, + 3.298, 1107, - 4.132, + 4.136, 1588, - 4.086, + 4.09, 1602, - 4.086, + 4.09, 1628, - 4.226, + 4.229, 1724, - 3.959, + 3.963, 2082, - 5.917, + 5.922, 2182, - 4.276, + 4.28, 2268, - 5.428, + 5.431, 3087, - 5.378, + 5.383, 3651, - 6.805, + 6.812, 4722, - 7.156, + 7.163, 5966, - 7.626, + 7.634, 6176, - 11.022, + 11.026, 6177, - 11.483 + 11.487 ] ], [ @@ -60362,41 +60362,41 @@ 8, 3.089, 10, - 2.059, + 2.06, 18, - 0.996, + 0.997, 52, 2.622, 57, - 1.218, + 1.219, 77, - 1.972, + 1.973, 96, - 3.019, + 3.02, 106, 2.089, 107, - 1.812, + 1.813, 194, 1.738, 506, - 5.798, + 5.8, 675, - 3.652, + 3.653, 1007, - 3.337, + 3.338, 2509, - 5.698, + 5.7, 2524, - 6.141, + 6.143, 5076, - 7.451, + 7.453, 6178, - 9.524, + 9.527, 6179, - 9.524, + 9.527, 6180, - 8.172 + 8.175 ] ], [ @@ -60410,117 +60410,117 @@ "data/examples/factory/bullets", [ 7, - 1.239, + 1.24, 11, - 2.867, + 2.87, 18, 1.118, 20, - 1.052, + 1.053, 38, 1.097, 39, - 2.084, + 2.086, 57, - 1.377, + 1.378, 59, - 1.017, + 1.018, 67, - 3.964, + 3.968, 72, - 3.286, + 3.289, 73, - 4.582, + 4.587, 79, 1.031, 96, - 3.677, + 3.678, 97, - 2.287, + 2.29, 99, 1.03, 100, - 1.853, + 1.854, 106, - 1.417, + 1.419, 108, - 2.326, + 2.329, 113, - 1.585, + 1.587, 121, - 3.266, + 3.268, 150, - 2.5, + 2.502, 169, 1.602, 194, - 2.057, + 2.058, 201, - 1.778, + 1.78, 226, - 2.201, + 2.204, 290, - 3.843, + 3.846, 353, - 3.175, + 3.154, 368, - 2.25, + 2.252, 389, - 4.383, + 4.388, 521, - 2.754, + 2.757, 561, - 3.13, + 3.132, 979, - 4.464, + 4.467, 991, - 4.816, + 4.822, 1002, - 3.919, + 3.924, 1007, - 3.771, + 3.774, 1107, - 3.919, + 3.924, 1114, - 5.102, + 5.108, 1193, - 4.734, + 4.739, 1219, - 6.011, + 6.016, 1257, - 4.905, + 4.911, 1319, - 6.789, + 6.797, 1584, - 6.049, + 6.053, 1724, - 3.756, + 3.761, 1814, - 3.577, + 3.548, 1910, - 6.789, + 6.797, 2089, - 4.446, + 4.451, 2310, - 8.642, + 8.644, 2316, - 7.212, + 7.218, 2507, - 4.734, + 4.739, 2509, - 6.441, + 6.444, 2540, - 4.383, + 4.388, 4264, - 6.19, + 6.197, 6181, - 7.912, + 7.921, 6182, - 7.912, + 7.921, 6183, - 7.912, + 7.921, 6184, - 6.789 + 6.797 ] ], [ @@ -60534,149 +60534,149 @@ "data/examples/factory/dynamic", [ 7, - 0.984, + 0.985, 10, - 2.317, + 2.318, 18, 1.093, 20, - 1.305, + 1.306, 39, - 1.654, + 1.656, 46, - 1.4, + 1.401, 52, - 2.702, + 2.704, 57, - 1.003, + 1.004, 59, - 0.707, + 0.708, 67, - 3.926, + 3.931, 72, - 2.608, + 2.612, 77, - 1.623, + 1.625, 79, 1.038, 96, - 3.741, + 3.742, 97, - 2.266, + 2.269, 99, 0.998, 100, - 1.842, + 1.843, 102, - 2.524, + 2.513, 106, - 1.404, + 1.405, 107, - 1.491, + 1.493, 121, - 2.592, + 2.595, 146, - 3.84, + 3.845, 150, - 1.984, + 1.987, 169, - 1.166, + 1.167, 194, - 1.791, + 1.793, 201, - 2.206, + 2.207, 240, - 2.229, + 2.231, 257, - 3.097, + 3.1, 260, - 2.641, + 2.645, 269, - 1.778, + 1.78, 273, - 1.934, + 1.937, 290, - 3.05, + 3.054, 313, - 3.073, + 3.077, 368, - 2.229, + 2.231, 389, - 4.342, + 4.347, 473, - 3.447, + 3.451, 497, - 4.018, + 4.023, 534, - 3.683, + 3.688, 574, - 3.759, + 3.764, 774, - 3.543, + 3.547, 860, - 3.971, + 3.976, 901, - 3.387, + 3.391, 918, - 3.759, + 3.764, 931, - 2.169, + 2.148, 979, - 3.543, + 3.547, 997, - 5.724, + 5.731, 1007, - 2.746, + 2.749, 1010, - 3.22, + 3.224, 1101, - 4.612, + 4.617, 1114, - 5.053, + 5.06, 1141, - 4.771, + 4.777, 1219, - 4.771, + 4.777, 1257, - 4.859, + 4.865, 1264, - 5.163, + 5.169, 1532, - 5.053, + 5.06, 1544, - 4.859, + 4.865, 1628, - 4.793, + 4.795, 1684, - 4.539, + 4.544, 1814, - 3.543, + 3.514, 1878, - 6.773, + 6.777, 1908, - 3.543, + 3.547, 2173, - 4.612, + 4.617, 2310, - 8.206, + 8.21, 2316, - 7.17, + 7.175, 2359, - 5.912, + 5.919, 2509, - 6.413, + 6.417, 2524, - 6.33, + 6.335, 3378, - 8.423, + 8.43, 4264, - 7.68, + 7.686, 6171, - 6.395, + 6.403, 6184, - 6.725, + 6.733, 6185, - 7.837 + 7.847 ] ], [ @@ -60692,17 +60692,17 @@ 7, 1.247, 59, - 0.896, + 0.897, 201, 2.232, 345, - 4.815, + 4.816, 533, 5.503, 983, - 6.405, + 6.406, 1579, - 7.255 + 7.256 ] ], [ @@ -60720,9 +60720,9 @@ 201, 2.243, 345, - 4.838, + 4.839, 533, - 5.529, + 5.53, 983, 6.436 ] @@ -60738,87 +60738,87 @@ "data/examples/render/camera", [ 7, - 1.383, + 1.384, 18, 1.131, 36, - 1.663, + 1.665, 57, - 1.067, + 1.068, 59, 0.921, 72, - 3.395, + 3.397, 79, 0.976, 96, 3.799, 97, - 3.186, + 3.188, 99, - 0.74, + 0.741, 103, - 1.92, + 1.922, 106, - 1.974, + 1.975, 107, - 1.587, + 1.588, 120, - 4.99, + 4.995, 125, - 2.537, + 2.539, 148, - 1.711, + 1.713, 169, - 1.241, + 1.242, 194, - 2.011, + 2.012, 240, - 2.372, + 2.374, 269, - 1.892, + 1.894, 271, - 4.328, + 4.28, 273, - 2.059, + 2.061, 290, - 3.246, + 3.249, 429, - 4.043, + 4.047, 561, - 3.233, + 3.235, 594, - 3.843, + 3.847, 637, - 6.578, + 6.582, 717, - 4.908, + 4.912, 827, - 4.83, + 4.835, 931, - 3.05, + 3.019, 979, - 3.77, + 3.774, 1107, - 4.132, + 4.136, 1133, - 6.525, + 6.526, 1621, - 4.226, + 4.23, 1687, - 6.325, + 6.328, 1724, - 3.959, + 3.963, 1908, - 3.77, + 3.774, 1973, - 4.99, + 4.995, 2646, - 6.525, + 6.531, 3482, - 6.091, + 6.097, 6166, - 9.853 + 9.857 ] ], [ @@ -60832,241 +60832,241 @@ "data/examples/render/orbit_camera", [ 7, - 1.063, + 1.064, 10, - 1.351, + 1.353, 11, - 2.264, + 2.268, 18, 1.152, 20, - 1.125, + 1.127, 23, - 2.824, + 2.83, 30, - 3.63, + 3.634, 36, - 1.689, + 1.691, 38, - 0.694, + 0.695, 39, - 1.787, + 1.79, 46, - 1.535, + 1.536, 57, - 1.229, + 1.23, 59, - 1.077, + 1.078, 73, - 5.563, + 5.569, 74, - 3.948, + 3.956, 77, - 1.294, + 1.297, 79, 0.875, 92, - 2.507, + 2.512, 97, - 3.208, + 3.21, 99, 1.025, 100, - 1.802, + 1.804, 102, - 2.177, + 2.169, 105, - 2.507, + 2.512, 106, - 1.517, + 1.519, 107, - 1.828, + 1.83, 113, - 2.063, + 2.065, 120, - 3.738, + 3.746, 129, - 5.361, + 5.372, 141, - 2.311, + 2.316, 150, - 1.582, + 1.585, 165, - 1.786, + 1.79, 166, - 2.936, + 2.942, 196, - 2.16, + 2.165, 199, - 3.627, + 3.632, 203, - 3.368, + 3.375, 207, - 2.079, + 2.084, 226, - 1.738, + 1.742, 228, - 2.654, + 2.637, 229, - 1.761, + 1.763, 241, - 1.338, + 1.341, 243, - 4.195, + 4.201, 244, - 2.413, + 2.401, 250, - 3.271, + 3.276, 251, - 4.744, + 4.748, 256, - 1.404, + 1.407, 266, - 4.263, + 4.267, 269, - 1.921, + 1.924, 300, - 3.461, + 3.468, 358, - 2.879, + 2.885, 359, - 3.792, + 3.729, 361, - 3.511, + 3.518, 368, - 1.777, + 1.78, 412, - 7.648, + 7.652, 454, - 4.1, + 4.103, 521, - 2.175, + 2.179, 573, - 3.177, + 3.182, 587, - 4.211, + 4.22, 620, - 3.242, + 3.249, 709, - 3.948, + 3.956, 717, - 3.677, + 3.684, 723, - 3.804, + 3.812, 765, - 2.189, + 2.193, 772, - 4.316, + 4.325, 785, - 5.872, + 5.877, 816, - 4.713, + 4.723, 915, - 3.247, + 3.251, 917, - 3.828, + 3.833, 931, - 2.343, + 2.322, 960, - 2.851, + 2.83, 1007, - 2.189, + 2.193, 1010, - 2.567, + 2.573, 1029, - 3.061, + 3.035, 1133, - 6.396, + 6.398, 1139, - 3.511, + 3.518, 1150, - 3.511, + 3.518, 1159, - 4.888, + 4.898, 1164, - 5.066, + 5.073, 1188, - 3.061, + 3.068, 1193, - 3.738, + 3.746, 1226, - 5.478, + 5.484, 1441, - 4.563, + 4.573, 1601, - 4.713, + 4.723, 1628, - 2.588, + 2.594, 1661, - 3.13, + 3.137, 1675, - 3.368, + 3.375, 1687, - 3.873, + 3.881, 1773, - 4.116, + 4.125, 1841, - 3.618, + 3.626, 1902, - 4.116, + 4.125, 2134, - 5.713, + 5.725, 2160, - 4.211, + 4.22, 2228, - 4.888, + 4.898, 2643, - 6.387, + 6.397, 3236, - 4.888, + 4.898, 3780, - 4.888, + 4.898, 4242, - 6.007, + 6.015, 4299, - 5.361, + 5.372, 4726, - 5.361, + 5.372, 5261, - 5.361, + 5.372, 5421, - 5.713, + 5.725, 5982, - 5.361, + 5.372, 5993, - 4.888, + 4.898, 6129, - 5.098, + 5.109, 6130, - 5.098, + 5.109, 6186, - 6.248, + 6.261, 6187, - 6.248, + 6.261, 6188, - 5.361, + 5.372, 6189, - 6.248, + 6.261, 6190, - 6.248, + 6.261, 6191, - 6.248, + 6.261, 6192, - 9.605, + 9.615, 6193, - 8.783, + 8.792, 6194, - 5.713, + 5.725, 6195, - 5.713, + 5.725, 6196, - 8.467, + 8.479, 6197, - 6.248, + 6.261, 6198, - 6.248, + 6.261, 6199, - 6.248 + 6.261 ] ], [ @@ -61084,7 +61084,7 @@ 18, 0.858, 23, - 4.296, + 4.297, 59, 0.995, 79, @@ -61094,33 +61094,33 @@ 113, 1.904, 116, - 3.698, + 3.699, 165, - 2.717, + 2.718, 471, - 2.547, + 2.548, 594, - 4.378, + 4.38, 596, - 5.192, + 5.193, 675, - 4.228, + 4.229, 786, - 6.386, + 6.387, 1133, - 4.992, + 4.994, 1155, - 4.606, + 4.608, 1158, - 4.378, + 4.38, 1687, - 5.891, + 5.893, 2123, - 5.419, + 5.421, 3458, - 8.689, + 8.692, 6200, - 9.502 + 9.505 ] ], [ @@ -61134,129 +61134,129 @@ "data/examples/physics/knockback", [ 7, - 1.384, + 1.385, 18, - 1.114, + 1.115, 20, - 1.391, + 1.392, 38, - 1.162, + 1.163, 39, - 2.006, + 2.008, 57, - 1.216, + 1.217, 59, - 0.672, + 0.673, 62, - 2.462, + 2.466, 67, - 3.729, + 3.735, 69, - 3.499, + 3.504, 72, - 3.484, + 3.486, 79, 1.054, 90, - 2.265, + 2.267, 96, - 3.692, + 3.694, 97, - 2.747, + 2.75, 99, - 1.051, + 1.052, 100, - 1.397, + 1.399, 103, - 1.714, + 1.716, 106, - 1.333, + 1.335, 107, - 1.808, + 1.81, 121, - 3.143, + 3.146, 150, - 1.885, + 1.887, 169, 1.641, 182, - 3.961, + 3.967, 194, - 1.734, + 1.736, 201, - 1.673, + 1.675, 202, - 3.104, + 3.088, 226, - 2.071, + 2.074, 229, - 1.365, + 1.367, 240, - 2.702, + 2.705, 290, - 4.434, + 4.435, 314, - 5.122, + 5.127, 368, - 2.702, + 2.705, 389, - 4.124, + 4.13, 561, - 3.317, + 3.32, 581, - 4.013, + 4.019, 931, - 2.63, + 2.604, 962, - 4.466, + 4.47, 979, - 4.732, + 4.735, 991, - 4.532, + 4.539, 1003, - 5.437, + 5.445, 1006, - 6.741, + 6.747, 1007, - 3.329, + 3.332, 1107, - 3.688, + 3.693, 1114, - 4.8, + 4.807, 1187, - 6.564, + 6.57, 1219, - 5.785, + 5.79, 1257, - 4.615, + 4.622, 1579, - 6.94, + 6.947, 1584, - 5.882, + 5.886, 1724, - 3.534, + 3.539, 1814, - 4.296, + 4.26, 1889, - 4.532, + 4.539, 1890, - 5.503, + 5.508, 1910, - 6.388, + 6.397, 2310, - 8.321, + 8.324, 2316, - 7.645, + 7.65, 2509, - 5.685, + 5.691, 2814, - 6.388, + 6.397, 4264, - 7.434, + 7.441, 6184, - 8.154, + 8.161, 6201, - 7.444 + 7.455 ] ], [ @@ -61270,153 +61270,153 @@ "data/examples/physics/pendulum", [ 7, - 1.412, + 1.413, 10, - 2.002, + 2.004, 18, 1.144, 20, - 1.495, + 1.496, 57, 1.39, 59, - 0.645, + 0.646, 72, - 3.418, + 3.42, 75, - 3.145, + 3.15, 77, - 1.481, + 1.483, 79, 1.021, 90, - 2.588, + 2.59, 96, - 3.718, + 3.719, 97, - 2.067, + 2.07, 99, 1.09, 106, - 1.281, + 1.283, 108, - 2.102, + 2.105, 116, - 2.783, + 2.787, 146, - 3.503, + 3.509, 169, - 1.528, + 1.529, 175, - 3.117, + 3.122, 194, - 1.874, + 1.875, 195, - 5.362, + 5.368, 199, - 4.399, + 4.402, 201, - 1.607, + 1.609, 202, - 3.355, + 3.337, 237, - 4.732, + 4.735, 240, - 2.033, + 2.036, 241, - 1.531, + 1.533, 266, - 3.173, + 3.178, 290, - 4.227, + 4.229, 308, - 5.222, + 5.231, 314, - 4.991, + 4.996, 357, - 6.241, + 6.247, 387, - 2.522, + 2.526, 511, - 3.804, + 3.811, 594, - 3.295, + 3.3, 603, - 2.986, + 2.991, 648, - 3.466, + 3.472, 751, - 2.892, + 2.896, 792, - 4.078, + 4.084, 795, - 4.61, + 4.618, 858, - 5.54, + 5.546, 885, - 4.353, + 4.36, 915, - 3.55, + 3.554, 931, - 2.842, + 2.814, 962, - 4.826, + 4.83, 963, - 3.906, + 3.913, 978, - 2.825, + 2.83, 979, - 4.91, + 4.913, 1002, - 4.587, + 4.592, 1007, - 3.244, + 3.247, 1107, - 3.542, + 3.548, 1121, - 4.939, + 4.947, 1175, - 5.834, + 5.843, 1224, - 3.43, + 3.435, 1273, - 4.207, + 4.214, 1724, - 4.396, + 4.4, 1857, - 5.394, + 5.402, 1890, - 5.362, + 5.368, 2261, - 4.018, + 4.024, 2837, - 4.518, + 4.526, 3839, - 6.135, + 6.145, 3856, - 5.594, + 5.603, 4599, - 6.985, + 6.992, 5338, - 7.555, + 7.563, 6202, - 5.834, + 5.843, 6203, - 7.244, + 7.251, 6204, - 6.538, + 6.549, 6205, - 7.15, + 7.161, 6206, - 6.135, + 6.145, 6207, - 6.538, + 6.549, 6208, - 7.15, + 7.161, 6209, - 6.538, + 6.549, 6210, - 7.15 + 7.161 ] ], [ @@ -61432,69 +61432,69 @@ 7, 1.412, 11, - 3.168, + 3.17, 18, 1.106, 57, - 1.439, + 1.44, 72, - 3.494, + 3.495, 79, 1.014, 90, - 2.084, + 2.085, 96, - 3.566, + 3.567, 97, - 2.528, + 2.53, 99, 0.932, 106, - 1.566, + 1.567, 113, - 1.752, + 1.753, 169, 1.674, 194, 1.916, 250, - 4.055, + 4.057, 266, - 3.88, + 3.883, 290, - 4.085, + 4.087, 568, - 4.913, + 4.917, 573, - 3.281, + 3.283, 858, - 6.281, + 6.284, 931, - 2.905, + 2.876, 962, - 4.109, + 4.112, 976, - 6.84, + 6.845, 979, - 4.746, + 4.748, 1007, - 3.063, + 3.065, 1107, - 4.331, + 4.335, 1658, - 6.203, + 6.207, 1724, - 4.151, + 4.154, 2837, - 5.525, + 5.529, 4476, - 7.995, + 8.001, 6166, - 9.653, + 9.656, 6203, - 9.129, + 9.131, 6211, - 8.743 + 8.75 ] ], [ @@ -61508,131 +61508,131 @@ "data/examples/physics/kinematic", [ 7, - 1.38, + 1.381, 10, - 2.045, + 2.047, 18, 1.139, 20, 1.511, 57, - 1.335, + 1.336, 59, - 0.667, + 0.668, 72, - 3.472, + 3.474, 75, - 3.251, + 3.256, 79, 1.017, 90, - 2.709, + 2.71, 96, - 3.685, + 3.687, 97, - 2.137, + 2.14, 99, 1.089, 106, - 1.324, + 1.326, 108, - 2.173, + 2.176, 116, - 2.877, + 2.881, 146, - 3.622, + 3.627, 169, - 1.407, + 1.409, 175, - 3.222, + 3.227, 194, - 1.904, + 1.905, 195, - 4.281, + 4.287, 199, - 4.469, + 4.472, 202, - 3.408, + 3.389, 209, - 5.576, + 5.584, 237, - 4.807, + 4.81, 240, - 2.102, + 2.105, 290, - 4.28, + 4.282, 308, - 5.399, + 5.407, 314, - 5.099, + 5.104, 330, - 2.357, + 2.36, 392, - 2.59, + 2.593, 511, - 3.933, + 3.939, 581, - 3.984, + 3.99, 594, - 3.406, + 3.411, 603, - 3.087, + 3.092, 648, - 3.583, + 3.588, 751, - 2.989, + 2.994, 858, - 6.801, + 6.804, 885, - 4.5, + 4.506, 915, - 2.834, + 2.838, 931, - 3.044, + 3.013, 962, - 4.903, + 4.906, 963, - 4.038, + 4.044, 978, - 3.737, + 3.741, 979, - 4.972, + 4.974, 1002, - 3.662, + 3.667, 1006, - 5.244, + 5.251, 1007, - 2.59, + 2.593, 1107, - 3.662, + 3.667, 1159, - 5.783, + 5.791, 1724, - 4.491, + 4.495, 1857, - 5.576, + 5.584, 1890, - 5.478, + 5.483, 2261, - 4.154, + 4.16, 2285, - 5.783, + 5.791, 2298, - 5.576, + 5.584, 2738, - 4.766, + 4.773, 2837, - 4.671, + 4.678, 4599, - 7.136, + 7.142, 5147, - 6.342, + 6.352, 6202, - 6.031, + 6.04, 6203, - 8.604, + 8.608, 6212, - 6.759 + 6.769 ] ], [ @@ -61648,89 +61648,89 @@ 7, 1.387, 11, - 3.04, + 3.043, 18, 1.122, 20, 1.469, 57, - 1.073, + 1.074, 59, - 0.757, + 0.758, 72, - 3.408, + 3.41, 79, 1.02, 90, - 2.44, + 2.442, 96, - 3.647, + 3.648, 97, - 2.426, + 2.428, 99, 1.048, 103, - 1.932, + 1.934, 106, - 1.503, + 1.504, 107, - 1.597, + 1.598, 146, - 4.111, + 4.115, 169, - 1.523, + 1.524, 194, - 1.531, + 1.532, 199, - 4.386, + 4.389, 202, - 3.345, + 3.326, 237, - 3.866, + 3.87, 240, - 2.386, + 2.388, 250, - 3.241, + 3.244, 290, - 3.985, + 3.987, 314, - 5.52, + 5.523, 931, - 2.834, + 2.805, 962, - 4.812, + 4.815, 978, - 4.046, + 4.048, 979, - 4.629, + 4.632, 1002, - 4.157, + 4.16, 1007, - 2.94, + 2.942, 1072, - 6.846, + 6.853, 1107, - 4.157, + 4.16, 1187, - 5.796, + 5.801, 1602, - 4.111, + 4.115, 1724, - 3.983, + 3.987, 1890, - 4.859, + 4.864, 1928, - 6.203, + 6.205, 6132, - 10.105, + 10.109, 6168, - 7.199, + 7.206, 6206, - 7.199, + 7.206, 6213, - 7.672, + 7.68, 6214, - 8.39 + 8.398 ] ], [ @@ -61746,161 +61746,161 @@ 7, 1.404, 10, - 1.977, + 1.98, 18, 1.144, 20, - 1.486, + 1.487, 57, - 1.431, + 1.432, 59, 0.826, 72, - 3.387, + 3.39, 75, - 3.086, + 3.091, 77, - 1.453, + 1.456, 79, - 1.017, + 1.018, 90, - 2.665, + 2.667, 96, - 3.635, + 3.636, 97, - 2.029, + 2.032, 99, 1.098, 106, - 1.257, + 1.259, 108, - 2.063, + 2.066, 116, - 2.731, + 2.736, 146, - 4.482, + 4.487, 169, - 1.514, + 1.515, 175, - 3.059, + 3.064, 194, - 1.857, + 1.858, 195, - 4.064, + 4.071, 199, - 4.36, + 4.363, 201, - 1.577, + 1.579, 202, - 3.325, + 3.307, 237, - 4.689, + 4.693, 240, - 1.995, + 1.999, 241, - 1.503, + 1.505, 251, - 3.233, + 3.239, 266, - 3.114, + 3.12, 290, - 4.197, + 4.199, 308, - 5.125, + 5.134, 314, - 4.931, + 4.936, 387, - 2.475, + 2.479, 511, - 3.734, + 3.74, 594, - 3.233, + 3.239, 603, - 2.931, + 2.936, 648, - 3.402, + 3.407, 751, - 2.838, + 2.843, 792, - 4.002, + 4.009, 795, - 4.525, + 4.532, 858, - 5.473, + 5.479, 885, - 4.272, + 4.279, 915, - 3.507, + 3.511, 931, - 2.816, + 2.789, 962, - 4.783, + 4.787, 963, - 3.834, + 3.84, 978, - 3.614, + 3.618, 979, - 4.875, + 4.878, 1002, - 3.476, + 3.482, 1007, - 3.205, + 3.208, 1107, - 3.476, + 3.482, 1121, - 4.847, + 4.856, 1175, - 5.726, + 5.735, 1224, - 3.366, + 3.372, 1273, - 4.129, + 4.136, 1724, - 4.343, + 4.347, 1857, - 5.294, + 5.302, 1890, - 5.297, + 5.303, 2261, - 3.943, + 3.95, 2285, - 5.49, + 5.499, 2297, - 5.898, + 5.905, 2298, - 5.294, + 5.302, 2837, - 4.434, + 4.442, 3841, - 5.726, + 5.735, 3850, - 5.294, + 5.302, 4242, - 6.489, + 6.496, 4599, - 6.9, + 6.908, 5118, - 6.417, + 6.428, 5338, - 7.464, + 7.472, 6202, - 5.726, + 5.735, 6203, - 7.156, + 7.164, 6204, - 6.417, + 6.428, 6206, - 6.021, + 6.031, 6207, - 6.417, + 6.428, 6209, - 6.417, + 6.428, 6215, - 7.017, + 7.029, 6216, - 7.017, + 7.029, 6217, - 7.017 + 7.029 ] ], [ @@ -61914,127 +61914,127 @@ "data/examples/physics/dynamic", [ 7, - 1.425, + 1.426, 10, - 2.04, + 2.042, 18, 1.133, 20, - 1.544, + 1.545, 57, - 1.332, + 1.333, 59, - 0.852, + 0.853, 72, - 3.466, + 3.469, 75, - 3.239, + 3.244, 79, - 1.003, + 1.004, 90, - 2.769, + 2.77, 96, - 3.682, + 3.683, 99, 1.095, 107, - 1.401, + 1.404, 108, - 2.165, + 2.168, 116, - 2.866, + 2.871, 146, - 4.624, + 4.629, 169, - 1.404, + 1.405, 175, - 3.211, + 3.215, 194, - 1.722, + 1.724, 195, - 4.266, + 4.272, 199, - 4.461, + 4.465, 202, - 3.402, + 3.384, 209, - 5.556, + 5.564, 237, - 4.799, + 4.802, 240, - 2.094, + 2.098, 269, - 1.671, + 1.674, 290, - 4.274, + 4.277, 308, - 5.379, + 5.387, 314, - 5.088, + 5.092, 330, - 3.009, + 3.012, 511, - 3.919, + 3.925, 581, - 3.97, + 3.976, 594, - 3.394, + 3.399, 603, - 3.076, + 3.081, 648, - 3.57, + 3.576, 751, - 2.979, + 2.983, 858, - 6.571, + 6.575, 885, - 4.484, + 4.491, 931, - 2.882, + 2.853, 962, - 4.894, + 4.898, 963, - 4.024, + 4.03, 978, - 3.729, + 3.732, 979, - 4.965, + 4.968, 1002, - 3.649, + 3.654, 1007, - 2.58, + 2.584, 1107, - 3.649, + 3.654, 1724, - 4.481, + 4.485, 1857, - 5.556, + 5.564, 1890, - 5.466, + 5.471, 2261, - 4.139, + 4.145, 2284, - 6.01, + 6.019, 2285, - 7.384, + 7.391, 2298, - 7.119, + 7.126, 2738, - 6.086, + 6.091, 2837, - 4.654, + 4.661, 4599, - 7.119, + 7.126, 6202, - 6.01, + 6.019, 6203, - 8.592, + 8.597, 6212, - 6.735, + 6.745, 6218, - 7.365, + 7.376, 6219, - 6.735 + 6.745 ] ], [ @@ -62048,163 +62048,163 @@ "data/examples/sound/panning", [ 7, - 1.369, + 1.37, 18, - 1.115, + 1.116, 20, - 0.962, + 0.963, 23, - 4.219, + 4.223, 38, - 1.036, + 1.037, 46, - 1.032, + 1.034, 57, - 1.194, + 1.195, 59, 1.044, 70, - 3.048, + 3.053, 72, - 3.106, + 3.109, 77, - 1.933, + 1.935, 79, 1.023, 83, - 4.667, + 4.674, 86, - 2.35, + 2.353, 90, - 2.691, + 2.693, 96, - 3.579, + 3.581, 97, - 2.092, + 2.096, 99, 1.003, 100, - 1.358, + 1.36, 102, - 1.861, + 1.854, 106, - 1.671, + 1.673, 107, - 1.377, + 1.379, 113, - 1.87, + 1.872, 146, - 3.546, + 3.552, 148, - 1.485, + 1.487, 158, - 2.116, + 2.119, 169, - 1.623, + 1.624, 175, - 3.155, + 3.16, 194, - 1.703, + 1.705, 195, - 4.191, + 4.198, 202, - 2.364, + 2.353, 207, - 3.106, + 3.109, 215, - 3.626, + 3.631, 229, - 1.893, + 1.895, 237, - 3.335, + 3.34, 250, - 2.796, + 2.8, 256, - 2.097, + 2.099, 263, - 3.088, + 3.091, 295, - 3.335, + 3.34, 300, - 4.009, + 4.015, 305, - 5.404, + 5.41, 306, - 4.104, + 4.108, 314, - 3.901, + 3.907, 454, - 3.715, + 3.719, 457, - 2.569, + 2.573, 513, - 4.843, + 4.848, 521, - 2.519, + 2.523, 555, - 2.267, + 2.257, 603, - 3.023, + 3.028, 735, - 3.471, + 3.477, 773, - 2.622, + 2.626, 931, - 2.583, + 2.558, 962, - 5.307, + 5.31, 963, - 3.954, + 3.96, 978, - 2.859, + 2.864, 979, - 3.272, + 3.277, 1107, - 3.585, + 3.591, 1131, - 3.585, + 3.591, 1139, - 4.067, + 4.073, 1187, - 4.999, + 5.007, 1193, - 4.33, + 4.337, 1229, - 6.148, + 6.154, 1548, - 3.901, + 3.907, 1724, - 3.436, + 3.441, 1948, - 4.965, + 4.97, 2116, - 6.223, + 6.226, 2136, - 4.768, + 4.775, 2312, - 5.459, + 5.468, 2738, - 6.017, + 6.023, 3021, - 4.487, + 4.494, 3046, - 5.662, + 5.671, 3059, - 5.134, + 5.142, 3506, - 8.427, + 8.434, 3507, - 8.007, + 8.015, 4318, - 9.922, + 9.926, 4319, - 6.21, + 6.22, 4599, - 8.231, + 8.236, 5275, - 6.618, + 6.628, 6220, - 7.614 + 7.622 ] ], [ @@ -62252,53 +62252,53 @@ 42, 1.684, 46, - 1.322, + 1.323, 57, 1.186, 72, - 3.085, + 3.086, 79, - 1.01, + 1.011, 96, - 2.938, + 2.939, 99, 0.823, 100, - 1.739, + 1.74, 113, - 1.857, + 1.858, 169, - 1.379, + 1.38, 194, - 1.691, + 1.692, 229, - 1.699, + 1.7, 240, - 2.636, + 2.637, 314, - 4.997, + 4.999, 471, - 2.485, + 2.486, 675, - 3.554, + 3.556, 754, - 5.546, + 5.548, 931, - 2.565, + 2.539, 1675, - 6.216, + 6.217, 2667, - 6.77, + 6.773, 2681, - 9.325, + 9.328, 3988, - 6.248, + 6.251, 5059, - 8.476, + 8.48, 6221, - 9.269, + 9.273, 6222, - 9.269 + 9.273 ] ], [ @@ -62314,77 +62314,77 @@ 7, 1.126, 11, - 3.862, + 3.863, 18, 0.962, 39, - 1.893, + 1.894, 42, - 1.629, + 1.63, 46, 1.28, 57, 1.148, 59, - 0.809, + 0.81, 67, - 4.494, + 4.496, 79, 1.021, 95, - 4.96, + 4.962, 99, - 0.946, + 0.947, 121, - 2.967, + 2.968, 149, - 4.057, + 4.059, 150, - 2.699, + 2.7, 169, - 1.334, + 1.335, 216, - 4.212, + 4.213, 218, - 6.363, + 6.367, 219, - 7.017, + 7.022, 256, - 2.015, + 2.017, 333, - 2.537, + 2.538, 504, - 4.545, + 4.496, 601, - 3.25, + 3.252, 675, - 3.439, + 3.441, 717, - 5.278, + 5.281, 765, - 3.734, + 3.736, 945, - 5.784, + 5.787, 1079, - 4.348, + 4.351, 1160, - 5.367, + 5.37, 1526, - 7.785, + 7.788, 3134, - 5.367, + 5.37, 5923, - 6.363, + 6.367, 6114, - 8.697, + 8.701, 6144, - 7.562, + 7.565, 6223, - 8.202, + 8.207, 6224, - 8.969, + 8.975, 6225, - 7.696 + 7.701 ] ], [ @@ -62400,79 +62400,79 @@ 7, 1.114, 11, - 3.215, + 3.217, 18, - 1.081, + 1.082, 39, - 1.873, + 1.874, 42, - 1.612, + 1.613, 46, - 1.266, + 1.267, 57, - 1.355, + 1.356, 59, 0.956, 67, - 4.446, + 4.449, 79, 0.962, 95, - 4.928, + 4.93, 99, - 0.94, + 0.941, 107, - 1.689, + 1.69, 121, - 2.935, + 2.937, 149, - 3.378, + 3.38, 150, - 2.247, + 2.248, 169, - 1.32, + 1.321, 206, - 4.302, + 4.304, 216, - 4.473, + 4.475, 256, - 1.994, + 1.995, 333, - 2.51, + 2.511, 504, - 5.367, + 5.308, 601, - 3.215, + 3.217, 675, - 3.403, + 3.405, 773, - 3.215, + 3.217, 980, - 5.722, + 5.726, 1009, - 5.981, + 5.985, 1010, - 3.646, + 3.649, 1079, - 4.302, + 4.304, 1379, - 4.129, + 4.092, 1526, - 7.736, + 7.739, 1819, - 6.942, + 6.947, 1928, - 5.709, + 5.712, 2547, - 8.642, + 8.645, 3857, - 8.114, + 8.12, 6114, - 7.241, + 7.246, 6144, - 8.032, + 8.034, 6225, - 9.088 + 9.092 ] ], [ @@ -62486,95 +62486,95 @@ "data/examples/timer/cancel_timer", [ 7, - 1.111, + 1.112, 11, - 3.208, + 3.21, 18, 1.058, 20, 1.406, 39, - 1.869, + 1.87, 42, - 1.608, + 1.609, 46, - 1.263, + 1.264, 47, - 3.966, + 3.969, 59, 0.955, 67, - 4.436, + 4.439, 79, 0.899, 95, - 4.922, + 4.924, 99, - 0.939, + 0.94, 106, - 1.586, + 1.587, 121, - 2.929, + 2.931, 126, - 1.758, + 1.759, 148, - 1.817, + 1.818, 153, - 2.009, + 2.01, 169, - 1.317, + 1.318, 206, - 4.292, + 4.295, 216, - 3.499, + 3.501, 232, - 6.968, + 6.971, 234, - 5.05, + 5.054, 241, - 1.896, + 1.897, 256, - 1.99, + 1.991, 333, - 2.504, + 2.506, 504, - 5.36, + 5.301, 601, - 3.208, + 3.21, 675, - 3.395, + 3.398, 773, - 3.208, + 3.21, 989, - 5.968, + 5.972, 1079, - 4.292, + 4.295, 1281, - 6.282, + 6.286, 1324, - 4.595, + 4.598, 1436, - 7.979, + 7.983, 1819, - 6.928, + 6.932, 2495, - 6.928, + 6.932, 2503, - 5.833, + 5.837, 2863, - 6.928, + 6.932, 3474, - 6.117, + 6.121, 6114, - 7.225, + 7.23, 6144, - 7.504, + 7.507, 6225, - 9.076, + 9.08, 6226, - 8.855, + 8.861, 6227, - 8.855 + 8.861 ] ], [ @@ -62588,59 +62588,59 @@ "data/examples/resource/modify_atlas", [ 18, - 1.045, + 1.046, 38, 1.041, 39, 1.979, 41, - 4.925, + 4.927, 46, - 1.337, + 1.338, 57, - 1.199, + 1.2, 59, 0.846, 62, - 3.1, + 3.102, 77, - 1.941, + 1.942, 79, - 0.796, + 0.797, 99, - 0.832, + 0.833, 107, 1.784, 174, - 3.821, + 3.823, 186, - 5.429, + 5.431, 194, - 1.71, + 1.711, 241, - 2.342, + 2.343, 290, - 4.257, + 4.258, 500, - 3.42, + 3.421, 675, - 3.594, + 3.596, 729, - 5.429, + 5.431, 793, - 4.362, + 4.363, 1103, - 6.175, + 6.178, 1104, - 3.263, + 3.264, 2023, - 8.252, + 8.254, 2420, - 6.318, + 6.321, 2532, - 6.044, + 6.047, 5195, - 8.043 + 8.046 ] ], [ @@ -62739,35 +62739,35 @@ 18, 1.003, 20, - 1.28, + 1.281, 46, 1.586, 79, - 0.818, + 0.819, 90, - 2.296, + 2.297, 96, 3.054, 106, 1.726, 186, - 5.58, + 5.581, 194, 1.758, 215, - 4.827, + 4.828, 241, 2.063, 521, - 3.353, + 3.354, 675, - 3.694, + 3.695, 931, - 2.666, + 2.639, 946, - 7.037, + 7.039, 979, - 4.355 + 4.357 ] ], [ @@ -62805,27 +62805,27 @@ 46, 1.592, 100, - 1.82, + 1.821, 175, - 4.229, + 4.23, 382, - 3.491, + 3.492, 554, - 3.64, + 3.641, 573, - 3.64, + 3.641, 629, 2.918, 959, - 5.162, + 5.163, 1034, - 3.72, + 3.721, 1884, - 4.121, + 4.122, 3776, - 7.319, + 7.32, 5093, - 8.325 + 8.327 ] ], [ @@ -62864,65 +62864,65 @@ "data/examples/animation/cursor", [ 7, - 1.348, + 1.349, 18, 1.123, 39, - 1.918, + 1.919, 59, 1.032, 67, - 4.552, + 4.555, 72, - 3.024, + 3.026, 79, 0.913, 96, - 2.88, + 2.882, 97, - 2.627, + 2.629, 99, 0.807, 106, - 1.628, + 1.629, 169, - 1.352, + 1.353, 194, - 1.96, + 1.961, 215, - 4.552, + 4.555, 229, - 1.666, + 1.667, 263, - 3.212, + 3.213, 358, - 4.187, + 4.189, 561, - 2.88, + 2.882, 675, - 3.484, + 3.486, 801, - 4.453, + 4.455, 931, - 2.973, + 2.942, 979, - 4.108, + 4.11, 1149, - 8.103, + 8.106, 1273, - 6.321, + 6.323, 1340, - 6.447, + 6.45, 2186, - 7.797, + 7.802, 3805, - 7.797, + 7.802, 3809, - 6.125, + 6.128, 3810, - 5.986, + 5.99, 6168, - 7.797 + 7.802 ] ], [ @@ -62936,123 +62936,123 @@ "data/examples/material/noise", [ 7, - 1.04, + 1.041, 11, - 3.004, + 3.007, 16, - 7.424, + 7.428, 18, 1.13, 20, - 1.351, + 1.352, 23, - 4.595, + 4.598, 36, - 1.653, + 1.655, 39, - 1.75, + 1.752, 46, - 1.183, + 1.184, 57, - 1.3, + 1.301, 59, - 0.748, + 0.749, 72, - 2.759, + 2.762, 79, 0.999, 82, - 5.588, + 5.593, 96, - 3.221, + 3.223, 99, 1.044, 100, - 1.907, + 1.908, 106, - 1.485, + 1.486, 108, - 2.437, + 2.44, 111, - 3.463, + 3.466, 113, - 1.661, + 1.663, 169, - 1.233, + 1.235, 182, - 4.411, + 4.415, 194, - 1.855, + 1.856, 196, - 2.867, + 2.869, 201, - 1.863, + 1.865, 226, - 2.307, + 2.309, 263, - 2.479, + 2.481, 333, - 2.875, + 2.876, 471, - 2.222, + 2.224, 518, - 6.486, + 6.492, 675, - 3.179, + 3.182, 765, - 2.904, + 2.907, 931, - 2.813, + 2.785, 977, - 4.411, + 4.415, 1192, - 5.139, + 5.145, 1193, - 4.96, + 4.965, 1223, - 5.588, + 5.593, 1307, - 5.139, + 5.052, 1326, - 5.047, + 5.052, 1332, - 3.353, + 3.356, 1463, - 5.047, + 5.052, 1675, - 5.479, + 5.483, 1676, - 6.423, + 6.427, 1679, - 5.461, + 5.467, 1879, - 5.151, + 5.154, 2007, - 5.239, + 5.244, 2156, - 5.047, + 5.052, 2353, - 5.346, + 5.351, 2686, - 6.254, + 6.26, 3854, - 6.254, + 6.26, 4556, - 6.764, + 6.771, 4585, - 6.764, + 6.771, 4591, - 7.113, + 7.12, 5269, - 7.581, + 7.588, 6228, - 7.581, + 7.588, 6229, - 8.29, + 8.298, 6230, - 8.29, + 8.298, 6231, - 8.29 + 8.298 ] ], [ @@ -63066,175 +63066,175 @@ "data/examples/material/unlit", [ 7, - 1.318, + 1.319, 10, - 1.621, + 1.623, 18, - 1.083, + 1.084, 20, 1.596, 36, - 1.904, + 1.905, 38, - 1.166, + 1.167, 39, - 2.217, + 2.218, 42, - 1.362, + 1.364, 46, - 1.498, + 1.499, 59, 0.998, 72, - 2.495, + 2.499, 79, - 0.939, + 0.94, 97, - 2.168, + 2.171, 99, 1.014, 100, - 1.971, + 1.972, 101, - 5.091, + 5.094, 102, - 2.454, + 2.444, 106, - 1.98, + 1.981, 107, - 1.816, + 1.818, 112, - 4.738, + 4.745, 113, - 2.104, + 2.106, 120, - 4.486, + 4.492, 125, - 2.281, + 2.284, 168, - 3.939, + 3.945, 169, - 1.116, + 1.117, 177, - 2.294, + 2.297, 185, - 3.524, + 3.529, 194, - 1.368, + 1.37, 199, - 3.212, + 3.217, 201, - 1.685, + 1.687, 203, - 4.042, + 4.048, 212, - 3.489, + 3.494, 226, - 2.086, + 2.089, 229, - 1.75, + 1.752, 240, - 2.132, + 2.135, 241, - 2.044, + 2.046, 273, - 2.592, + 2.594, 345, - 3.635, + 3.64, 359, - 3.358, + 3.302, 382, - 2.698, + 2.702, 434, - 3.489, + 3.494, 452, - 2.18, + 2.183, 454, - 2.985, + 2.99, 471, - 2.01, + 2.013, 541, - 3.99, + 3.995, 636, - 2.875, + 2.879, 648, - 3.635, + 3.64, 676, - 4.357, + 4.36, 677, - 3.455, + 3.46, 761, - 5.319, + 5.327, 793, - 3.489, + 3.494, 816, - 7.201, + 7.208, 931, - 2.075, + 2.056, 993, - 5.364, + 5.369, 1029, - 3.674, + 3.64, 1133, - 5.015, + 5.02, 1245, - 5.054, + 5.061, 1296, - 2.793, + 2.797, 1458, - 6.434, + 6.443, 1471, - 3.714, + 3.72, 1675, - 5.661, + 5.665, 1879, - 3.8, + 3.805, 2219, - 6.434, + 6.443, 2382, - 4.648, + 4.655, 2383, - 4.648, + 4.655, 2384, - 5.918, + 5.923, 2385, - 5.656, + 5.664, 2389, - 4.342, + 4.349, 2710, - 6.434, + 6.443, 3486, - 5.18, + 5.187, 4152, - 6.434, + 6.443, 4365, - 6.856, + 6.866, 4592, - 8.569, + 8.575, 5993, - 5.866, + 5.874, 6129, - 6.118, + 6.127, 6130, - 6.118, + 6.127, 6188, - 6.434, + 6.443, 6232, - 7.498, + 7.509, 6233, - 9.546, + 9.555, 6234, - 7.498, + 7.509, 6235, - 7.498, + 7.509, 6236, - 7.498, + 7.509, 6237, - 7.498, + 7.509, 6238, - 6.856, + 6.866, 6239, - 6.856 + 6.866 ] ], [ @@ -63248,237 +63248,237 @@ "data/examples/material/screenspace", [ 7, - 1.319, + 1.32, 10, - 1.421, + 1.424, 11, - 3.175, + 3.179, 18, - 1.111, + 1.112, 20, - 1.455, + 1.456, 23, - 3.961, + 3.966, 36, - 1.311, + 1.313, 38, - 0.73, + 0.731, 39, - 2.08, + 2.082, 42, - 1.194, + 1.196, 46, 1.64, 57, - 0.841, + 0.843, 59, - 0.988, + 0.989, 77, - 1.361, + 1.364, 79, 0.977, 90, - 1.567, + 1.57, 92, - 2.638, + 2.643, 97, - 1.9, + 1.904, 99, - 1.093, + 1.094, 100, - 1.644, + 1.646, 101, - 5.095, + 5.099, 102, - 2.534, + 2.523, 106, - 1.177, + 1.18, 107, - 1.667, + 1.669, 113, - 1.975, + 1.976, 118, - 4.239, + 4.247, 120, - 3.933, + 3.941, 126, - 1.739, + 1.741, 132, - 2.258, + 2.263, 140, - 3.029, + 3.035, 156, - 3.868, + 3.876, 158, - 1.922, + 1.925, 160, - 1.943, + 1.936, 168, - 3.454, + 3.46, 169, - 0.978, + 0.98, 177, - 3.015, + 3.018, 182, - 3.498, + 3.504, 185, - 3.089, + 3.095, 194, - 1.2, + 1.202, 199, - 4.69, + 4.693, 203, - 3.544, + 3.55, 212, - 4.077, + 4.082, 226, - 1.829, + 1.833, 228, - 3.722, + 3.695, 229, - 1.606, + 1.608, 243, - 3.257, + 3.263, 250, - 3.385, + 3.389, 260, - 2.216, + 2.22, 263, - 1.966, + 1.969, 315, - 5.432, + 5.439, 330, - 2.794, + 2.797, 382, - 2.366, + 2.37, 403, - 4.663, + 4.672, 404, - 4.154, + 4.162, 427, - 5.364, + 5.374, 432, - 4.663, + 4.672, 452, - 1.911, + 1.915, 454, - 4.649, + 4.651, 471, - 2.642, + 2.644, 505, - 3.371, + 3.377, 524, - 2.202, + 2.206, 555, - 2.059, + 2.051, 634, - 2.597, + 2.602, 678, - 4.431, + 4.439, 686, - 3.544, + 3.55, 754, - 3.933, + 3.941, 786, - 5.074, + 5.081, 857, - 3.749, + 3.756, 915, - 2.521, + 2.526, 960, - 3.0, + 2.978, 1007, - 3.07, + 3.074, 1133, - 4.603, + 4.609, 1155, - 3.187, + 3.193, 1188, - 4.293, + 4.299, 1221, - 3.257, + 3.263, 1256, - 5.432, + 5.439, 1296, - 2.449, + 2.454, 1499, - 3.933, + 3.941, 1502, - 4.492, + 4.498, 1675, - 4.723, + 4.729, 1681, - 2.816, + 2.821, 1725, - 5.537, + 5.544, 1790, - 4.663, + 4.672, 1879, - 5.548, + 5.552, 1931, - 3.544, + 3.55, 1948, - 3.498, + 3.504, 2060, - 4.959, + 4.968, 2118, - 5.143, + 5.153, 2123, - 3.749, + 3.756, 2128, - 4.959, + 4.968, 2382, - 5.432, + 5.439, 2383, - 6.11, + 6.116, 2384, - 4.075, + 4.083, 2385, - 4.959, + 4.968, 2389, - 3.807, + 3.814, 2400, - 6.011, + 6.023, 2441, - 3.454, + 3.46, 2622, - 5.143, + 5.153, 2667, - 4.801, + 4.811, 2710, - 5.641, + 5.651, 3209, - 7.518, + 7.528, 3415, - 3.592, + 3.598, 3451, - 5.641, + 5.651, 3486, - 4.541, + 4.55, 4940, - 5.641, + 5.651, 4968, - 5.143, + 5.153, 5993, - 5.143, + 5.153, 6043, - 4.801, + 4.811, 6129, - 5.364, + 5.374, 6130, - 5.364, + 5.374, 6188, - 5.641, + 5.651, 6238, - 6.011, + 6.023, 6239, - 6.011, + 6.023, 6240, - 10.511, + 10.519, 6241, - 5.641, + 5.651, 6242, - 6.574 + 6.586 ] ], [ @@ -63492,109 +63492,109 @@ "data/examples/material/uvgradient", [ 7, - 1.062, + 1.063, 18, 1.123, 20, 1.534, 23, - 4.652, + 4.654, 39, - 1.785, + 1.787, 57, - 1.082, + 1.083, 59, - 0.763, + 0.764, 72, - 2.815, + 2.818, 79, 1.022, 82, - 5.701, + 5.706, 96, - 3.261, + 3.263, 99, - 0.751, + 0.752, 100, - 1.931, + 1.932, 103, - 1.948, + 1.949, 106, - 1.515, + 1.516, 150, - 2.142, + 2.143, 169, - 1.531, + 1.532, 194, - 1.878, + 1.879, 196, - 2.925, + 2.928, 201, - 1.901, + 1.902, 212, - 4.788, + 4.791, 228, - 3.593, + 3.566, 229, - 1.551, + 1.552, 250, - 3.268, + 3.27, 333, - 2.91, + 2.912, 358, - 3.898, + 3.901, 359, - 3.789, + 3.724, 434, - 3.936, + 3.939, 471, - 2.267, + 2.269, 501, - 6.381, + 6.387, 675, - 3.244, + 3.246, 676, - 3.86, + 3.864, 931, - 2.848, + 2.819, 993, - 4.753, + 4.758, 1029, - 4.145, + 4.104, 1192, - 5.244, + 5.249, 1223, - 5.701, + 5.706, 1289, - 5.244, + 5.249, 1326, - 5.15, + 5.154, 1541, - 4.56, + 4.564, 1675, - 5.547, + 5.55, 1676, - 6.502, + 6.506, 1879, - 5.214, + 5.217, 2007, - 5.345, + 5.35, 2200, - 6.178, + 6.184, 2383, - 5.244, + 5.249, 2686, - 6.381, + 6.387, 3854, - 6.381, + 6.387, 3916, - 7.735, + 7.742, 4591, - 7.258, + 7.265, 6228, - 7.735, + 7.742, 6243, - 8.459 + 8.466 ] ], [ @@ -63608,69 +63608,69 @@ "data/examples/material/vertexcolor", [ 7, - 1.14, + 1.141, 18, 1.129, 38, - 1.009, + 1.01, 46, - 1.296, + 1.297, 57, 1.163, 99, 0.807, 101, - 5.207, + 5.209, 108, - 3.158, + 3.159, 126, - 1.804, + 1.805, 148, - 1.864, + 1.865, 182, - 4.835, + 4.838, 201, - 2.042, + 2.043, 206, - 4.405, + 4.407, 215, - 4.552, + 4.555, 240, - 2.584, + 2.585, 241, - 1.946, + 1.947, 256, - 2.042, + 2.043, 258, - 5.986, + 5.99, 290, - 3.536, + 3.538, 324, - 5.183, + 5.185, 358, - 4.187, + 4.189, 471, - 2.436, + 2.437, 856, - 4.31, + 4.312, 981, - 5.532, + 5.535, 1629, - 4.07, + 4.072, 2382, - 6.659, + 6.662, 2384, - 5.634, + 5.637, 2621, - 6.637, + 6.641, 2655, - 8.765, + 8.768, 6244, - 9.087, + 9.092, 6245, - 10.742, + 10.745, 6246, - 9.087 + 9.092 ] ], [ @@ -63688,27 +63688,27 @@ 57, 1.247, 99, - 0.865, + 0.866, 256, - 2.19, + 2.191, 615, - 5.186, + 5.187, 1010, - 4.005, + 4.006, 1226, - 5.559, + 5.56, 1545, - 7.626, + 7.627, 1681, 4.176, 2173, - 5.736, + 5.737, 2182, - 4.998, + 4.999, 4304, - 8.913, + 8.915, 6247, - 11.19 + 11.191 ] ], [ @@ -63734,33 +63734,33 @@ 79, 1.02, 100, - 1.791, + 1.792, 229, - 1.75, + 1.751, 313, - 3.743, + 3.744, 552, - 2.838, + 2.839, 1066, - 3.743, + 3.744, 1067, 3.119, 1411, - 4.736, + 4.737, 1934, - 7.468, + 7.47, 2293, - 8.729, + 8.732, 3008, - 8.191, + 8.193, 6248, - 9.546, + 9.549, 6249, - 9.546, + 9.549, 6250, - 9.546, + 9.549, 6251, - 9.546 + 9.549 ] ], [ @@ -63780,23 +63780,23 @@ 60, 2.706, 91, - 3.319, + 3.32, 99, - 0.863, + 0.864, 194, 2.039, 256, 2.185, 550, - 4.525, + 4.526, 939, 5.536, 2952, - 6.024, + 6.025, 6151, - 10.218, + 10.22, 6252, - 9.724 + 9.726 ] ], [ @@ -63812,7 +63812,7 @@ 18, 0.856, 23, - 4.978, + 4.979, 59, 0.856, 79, @@ -63820,39 +63820,39 @@ 99, 0.978, 107, - 1.804, + 1.805, 182, - 5.045, + 5.046, 194, - 1.73, + 1.731, 226, - 2.638, + 2.639, 324, - 5.407, + 5.409, 567, - 4.92, + 4.922, 637, - 6.113, + 6.115, 735, - 4.548, + 4.549, 786, - 5.491, + 5.493, 931, - 2.624, + 2.597, 1133, - 4.981, + 4.983, 1158, - 4.369, + 4.37, 2123, - 5.407, + 5.409, 3482, - 8.501, + 8.502, 3490, - 8.669, + 8.672, 6194, - 8.669, + 8.672, 6253, - 8.135 + 8.138 ] ], [ @@ -63870,31 +63870,31 @@ 79, 0.826, 99, - 0.863, + 0.864, 216, - 4.415, + 4.416, 226, 2.706, 228, - 4.13, + 4.097, 229, 1.783, 241, - 2.082, + 2.083, 782, - 8.892, + 8.894, 810, - 7.935, + 7.936, 894, - 3.842, + 3.843, 1953, - 8.892, + 8.894, 6254, - 9.724, + 9.726, 6255, - 7.935, + 7.936, 6256, - 8.892 + 8.894 ] ], [ @@ -63908,15 +63908,15 @@ "data/assets/webmonetization", [ 18, - 1.028, + 1.029, 20, - 1.197, + 1.198, 36, - 2.131, + 2.132, 54, - 4.277, + 4.279, 57, - 1.152, + 1.153, 59, 0.813, 79, @@ -63924,67 +63924,67 @@ 99, 1.012, 100, - 1.69, + 1.691, 113, - 1.805, + 1.806, 194, - 1.644, + 1.645, 240, - 2.562, + 2.563, 241, - 1.929, + 1.93, 268, - 1.839, + 1.84, 273, - 2.224, + 2.225, 433, - 4.356, + 4.358, 471, - 2.415, + 2.416, 659, - 5.138, + 5.141, 715, - 4.733, + 4.736, 735, - 4.321, + 4.324, 746, - 6.223, + 6.227, 807, - 5.217, + 5.22, 839, - 6.796, + 6.8, 911, - 4.99, + 4.993, 915, - 3.454, + 3.456, 1067, - 2.943, + 2.945, 1584, - 5.062, + 5.065, 1973, - 5.39, + 5.393, 2276, - 8.237, + 8.242, 2315, - 7.35, + 7.355, 2335, - 5.809, + 5.812, 2888, - 8.061, + 8.064, 5035, - 7.73, + 7.734, 6257, - 10.686, + 10.69, 6258, - 9.008, + 9.014, 6259, - 10.686, + 10.69, 6260, - 8.237, + 8.242, 6261, - 9.008, + 9.014, 6262, - 9.008 + 9.014 ] ], [ @@ -64000,41 +64000,41 @@ 42, 1.73, 47, - 4.266, + 4.267, 49, - 3.818, + 3.819, 58, - 4.942, + 4.944, 79, 0.809, 84, - 4.08, + 4.081, 94, - 4.432, + 4.433, 97, - 3.192, + 3.193, 99, - 0.98, + 0.981, 203, - 5.134, + 5.136, 351, - 4.942, + 4.944, 681, - 4.667, + 4.668, 691, - 2.914, + 2.915, 695, - 4.306, + 4.307, 706, - 6.956, + 6.958, 2121, - 5.604, + 5.606, 2783, - 6.757, + 6.759, 4595, - 7.12, + 6.978, 6263, - 10.662 + 10.664 ] ], [ @@ -64056,25 +64056,25 @@ 97, 3.231, 99, - 0.863, + 0.864, 141, - 3.597, + 3.598, 160, - 2.875, + 2.859, 261, - 4.13, + 4.131, 895, - 4.665, + 4.666, 914, 4.668, 1090, - 4.525, + 4.526, 1806, - 6.718, + 6.719, 3139, - 7.336, + 7.337, 6264, - 9.724 + 9.726 ] ], [ @@ -64094,21 +64094,21 @@ 79, 0.834, 1032, - 5.363, + 5.364, 1047, - 4.66, + 4.661, 1681, - 4.205, + 4.206, 2173, - 5.776, + 5.777, 2550, - 5.685, + 5.686, 4090, - 7.17, + 7.171, 6265, - 9.816, + 9.818, 6266, - 11.235 + 11.236 ] ], [ @@ -64122,39 +64122,39 @@ "data/assets/defold-mobilehtml5-typing", [ 38, - 1.067, + 1.068, 42, 2.016, 79, 0.817, 99, - 0.853, + 0.854, 158, - 2.81, + 2.811, 160, - 2.842, + 2.827, 216, 4.386, 229, - 1.762, + 1.763, 266, - 4.926, + 4.927, 615, - 5.114, + 5.116, 739, - 7.843, + 7.845, 837, - 6.198, + 6.2, 1269, - 5.325, + 5.326, 1393, - 7.52, + 7.522, 1840, - 6.331, - 1894, 6.332, + 1894, + 6.334, 6267, - 9.612 + 9.615 ] ], [ @@ -64172,15 +64172,15 @@ 623, 4.388, 891, - 3.353, + 3.354, 1066, 3.877, 1263, - 7.221, + 7.222, 2336, 7.979, 4738, - 8.483 + 8.484 ] ], [ @@ -64196,7 +64196,7 @@ 42, 1.758, 100, - 1.816, + 1.817, 106, 1.734, 150, @@ -64204,29 +64204,29 @@ 169, 1.44, 198, - 2.636, + 2.637, 229, - 1.774, + 1.775, 231, - 3.632, + 3.633, 695, - 4.376, + 4.377, 1075, - 6.001, + 6.002, 3853, - 7.898, + 7.9, 3902, - 6.117, + 6.118, 4821, - 7.898, + 7.9, 6268, - 11.145, + 11.146, 6269, - 9.679, + 9.681, 6270, - 9.679, + 9.681, 6271, - 9.679 + 9.681 ] ], [ @@ -64240,13 +64240,13 @@ "data/assets/defbuild", [ 10, - 2.325, + 2.326, 28, - 4.415, + 4.417, 38, - 1.011, + 1.012, 42, - 1.654, + 1.655, 59, 0.971, 79, @@ -64254,59 +64254,59 @@ 99, 0.955, 148, - 1.868, + 1.869, 150, - 2.306, + 2.307, 153, - 2.683, + 2.684, 169, - 1.355, + 1.356, 177, - 2.786, + 2.788, 229, 1.67, 268, - 1.859, + 1.86, 313, - 3.571, + 3.573, 471, - 2.441, + 2.442, 629, - 2.739, + 2.74, 647, - 5.274, + 5.277, 677, - 4.196, + 4.199, 685, - 3.712, + 3.714, 690, - 5.755, + 5.758, 808, - 4.846, + 4.848, 1590, - 5.449, + 5.452, 1655, - 6.014, + 6.015, 1920, - 4.238, + 4.24, 1961, - 5.544, + 5.547, 1966, - 6.138, + 6.142, 1989, - 5.194, + 5.197, 2013, - 6.291, + 6.294, 2024, - 4.117, + 4.119, 6272, - 11.446, + 11.449, 6273, - 9.107, + 9.112, 6274, - 7.814, + 7.819, 6275, - 9.107 + 9.112 ] ], [ @@ -64324,17 +64324,17 @@ 38, 1.095, 42, - 1.791, + 1.792, 241, 2.112, 1090, - 4.589, + 4.59, 1133, 5.182, 3482, - 7.204, + 7.205, 6276, - 11.826 + 11.827 ] ], [ @@ -64352,17 +64352,17 @@ 758, 4.388, 894, - 3.906, + 3.907, 1067, 3.23, 1291, - 5.915, + 5.916, 1411, - 4.235, + 4.236, 3674, 8.51, 6277, - 9.886 + 9.887 ] ], [ @@ -64380,21 +64380,21 @@ 59, 1.014, 169, - 1.46, + 1.461, 256, 2.206, 335, - 6.467, + 6.468, 6278, - 11.235, + 11.236, 6279, - 9.816, + 9.818, 6280, - 9.816, + 9.818, 6281, - 8.976, + 8.978, 6282, - 9.816 + 9.818 ] ], [ @@ -64408,7 +64408,7 @@ "data/assets/whdefrouter", [ 23, - 4.501, + 4.502, 79, 0.846, 1932, @@ -64438,13 +64438,13 @@ 97, 2.845, 313, - 3.858, + 3.859, 837, - 6.345, + 6.346, 1083, - 7.698, + 7.699, 2029, - 7.187, + 7.188, 6284, 11.815 ] @@ -64466,19 +64466,19 @@ 99, 0.87, 1090, - 4.557, + 4.558, 1602, 4.799, 2097, - 6.765, + 6.766, 3796, - 8.955, + 8.957, 3899, - 6.601, + 6.602, 6285, - 10.26, + 10.261, 6286, - 8.955 + 8.957 ] ], [ @@ -64494,11 +64494,11 @@ 18, 0.991, 20, - 1.254, + 1.255, 46, - 1.346, + 1.347, 57, - 1.207, + 1.208, 79, 0.933, 99, @@ -64506,37 +64506,37 @@ 194, 2.004, 457, - 3.351, + 3.352, 673, - 5.466, + 5.468, 761, - 6.695, + 6.698, 1428, - 5.156, + 5.158, 1975, 1.196, 2117, - 6.217, + 6.22, 2550, - 5.466, + 5.468, 4279, - 7.701, + 7.703, 4548, - 7.119, + 7.122, 6152, - 8.022, + 8.023, 6287, - 9.438, + 9.441, 6288, - 10.983, + 10.985, 6289, - 10.983, + 10.985, 6290, - 8.63, + 8.633, 6291, - 9.438, + 9.441, 6292, - 8.63 + 8.633 ] ], [ @@ -64550,53 +64550,53 @@ "data/assets/defoldinput", [ 42, - 1.722, + 1.723, 59, 0.994, 77, - 1.963, + 1.964, 99, 0.842, 160, - 2.803, + 2.788, 172, - 4.17, + 4.134, 194, - 1.73, + 1.731, 266, - 5.165, + 5.166, 915, - 3.635, + 3.637, 1007, - 3.322, + 3.323, 1097, - 5.878, + 5.88, 1140, - 4.369, + 4.37, 1261, - 5.772, + 5.674, 1323, - 3.96, + 3.961, 1604, - 4.981, + 4.983, 2312, - 7.152, + 7.154, 3094, - 6.549, + 6.551, 3140, - 6.549, + 6.551, 3680, - 7.736, + 7.738, 4472, - 6.925, + 6.927, 6293, - 9.481, + 9.484, 6294, - 9.481, + 9.484, 6295, - 9.481, + 9.484, 6296, - 9.481 + 9.484 ] ], [ @@ -64618,7 +64618,7 @@ 6297, 11.327, 6298, - 9.957 + 9.958 ] ], [ @@ -64636,9 +64636,9 @@ 42, 2.049, 3197, - 9.04, + 9.041, 6299, - 9.886, + 9.887, 6300, 11.281, 6301, @@ -64664,17 +64664,17 @@ 201, 2.206, 216, - 3.878, + 3.879, 878, 7.245, 1263, - 7.17, + 7.171, 6255, - 8.01, + 8.011, 6302, - 11.235, + 11.236, 6303, - 9.816 + 9.818 ] ], [ @@ -64688,35 +64688,35 @@ "data/assets/defold-persist", [ 38, - 1.067, + 1.068, 42, 2.185, 46, - 1.371, + 1.372, 59, - 0.867, + 0.868, 79, 0.943, 91, - 3.281, + 3.282, 194, 1.754, 552, - 2.858, + 2.859, 677, - 4.429, + 4.43, 758, - 4.266, + 4.267, 891, - 3.26, + 3.261, 1590, - 5.751, + 5.753, 2182, - 4.928, + 4.93, 4849, - 7.251, + 7.253, 6304, - 10.702 + 10.704 ] ], [ @@ -64730,25 +64730,25 @@ "data/assets/truetilecollisions", [ 106, - 1.762, + 1.763, 256, 2.211, 291, - 5.698, + 5.699, 866, 3.666, 894, 3.888, 962, - 5.287, + 5.288, 963, - 5.376, + 5.377, 1889, - 5.99, + 5.991, 4211, - 8.443, + 8.444, 6305, - 9.839 + 9.841 ] ], [ @@ -64762,43 +64762,43 @@ "data/assets/colyseus", [ 18, - 0.869, + 0.87, 42, 1.75, 59, - 0.869, + 0.87, 99, - 0.855, + 0.856, 194, 1.758, 198, 2.624, 229, - 1.766, + 1.767, 292, - 4.127, + 4.128, 692, - 3.615, + 3.616, 703, - 3.778, + 3.779, 771, - 4.483, + 4.484, 1032, - 5.264, + 5.265, 1807, - 4.621, + 4.623, 2355, - 7.537, + 7.539, 2448, - 6.347, + 6.349, 4105, - 7.861, + 7.863, 6306, - 11.115, + 11.116, 6307, - 7.861, + 7.863, 6308, - 9.634 + 9.637 ] ], [ @@ -64812,27 +64812,27 @@ "data/assets/screenshot", [ 36, - 2.237, + 2.238, 77, 2.028, 446, - 4.906, + 4.907, 740, - 4.963, + 4.964, 823, - 6.452, + 6.453, 936, - 6.452, + 6.453, 1041, - 4.427, + 4.428, 2236, - 6.071, + 6.072, 3669, - 7.662, + 7.663, 4938, - 8.955, + 8.957, 5053, - 10.26 + 10.261 ] ], [ @@ -64848,17 +64848,17 @@ 59, 0.894, 891, - 3.361, + 3.362, 1295, - 3.718, + 3.719, 4116, - 9.062, + 9.063, 4596, - 8.086, + 8.087, 6152, - 8.25, + 8.251, 6309, - 9.91 + 9.911 ] ], [ @@ -64878,17 +64878,17 @@ 79, 0.834, 106, - 1.758, + 1.759, 351, - 5.094, + 5.095, 567, - 5.094, + 5.095, 614, - 3.849, + 3.85, 1090, 4.568, 2088, - 7.17, + 7.171, 6310, 11.804 ] @@ -64912,43 +64912,43 @@ 99, 0.844, 100, - 1.783, + 1.784, 132, - 3.265, + 3.266, 150, - 2.406, + 2.407, 201, - 2.135, + 2.136, 229, - 1.742, + 1.743, 231, - 3.565, + 3.567, 995, - 6.005, + 6.007, 1067, - 3.104, + 3.105, 1131, - 4.707, + 4.709, 1650, - 5.685, + 5.687, 1652, - 7.434, + 7.436, 2094, - 6.94, + 6.943, 2194, - 5.503, + 5.505, 3185, - 8.318, + 8.32, 3653, - 8.154, + 8.156, 6311, - 11.026, + 11.029, 6312, - 9.502, + 9.505, 6313, - 9.502, + 9.505, 6314, - 9.502 + 9.505 ] ], [ @@ -64962,13 +64962,13 @@ "data/assets/gyro", [ 891, - 3.385, + 3.386, 1884, - 4.239, + 4.24, 6315, - 11.342, + 11.343, 6316, - 9.981 + 9.982 ] ], [ @@ -64984,21 +64984,21 @@ 18, 0.844, 20, - 1.538, + 1.539, 36, - 1.865, + 1.866, 38, - 1.213, + 1.214, 91, - 3.193, + 3.194, 99, 0.97, 103, - 2.153, + 2.154, 109, - 3.509, + 3.486, 228, - 3.973, + 3.941, 241, 2.003, 256, @@ -65006,29 +65006,29 @@ 273, 2.309, 291, - 5.417, + 5.419, 368, - 2.66, + 2.661, 567, - 4.854, + 4.856, 648, - 4.534, + 4.536, 982, - 5.596, + 5.598, 1411, - 4.68, + 4.681, 1933, - 4.976, + 4.979, 1934, - 8.547, + 8.549, 3890, - 6.304, + 6.307, 4496, - 8.552, + 8.556, 5257, - 8.025, + 8.028, 6317, - 11.574 + 11.576 ] ], [ @@ -65044,51 +65044,51 @@ 18, 0.856, 46, - 1.352, + 1.353, 52, - 2.61, + 2.611, 57, 1.213, 79, - 0.805, + 0.806, 99, 0.842, 198, - 2.582, + 2.583, 212, - 4.411, + 4.413, 226, - 2.638, + 2.639, 240, - 2.696, + 2.697, 433, - 3.865, + 3.866, 629, - 2.851, + 2.852, 713, - 5.045, + 4.983, 715, - 4.981, + 4.983, 1774, - 5.58, + 5.581, 1968, - 5.045, + 5.046, 2164, - 4.097, + 4.098, 2390, - 8.04, + 8.041, 3777, - 8.135, + 8.138, 4732, - 8.135, + 8.138, 6318, - 9.481, + 9.484, 6319, - 9.481, + 9.484, 6320, - 8.135, + 8.138, 6321, - 9.481 + 9.484 ] ], [ @@ -65102,33 +65102,33 @@ "data/assets/defold-colors", [ 42, - 2.188, + 2.189, 46, 1.378, 59, 0.872, 79, - 0.82, + 0.821, 91, - 3.296, + 3.297, 194, - 1.762, + 1.763, 212, - 4.493, + 4.494, 552, - 2.871, + 2.872, 758, - 4.286, + 4.287, 1088, - 7.879, + 7.881, 1460, - 5.427, + 5.428, 2390, - 8.1, + 8.101, 5957, - 7.555, + 7.557, 6322, - 9.657 + 9.659 ] ], [ @@ -65146,57 +65146,57 @@ 36, 2.173, 57, - 1.191, + 1.192, 66, - 6.004, + 6.006, 99, 0.827, 143, - 4.513, + 4.515, 153, 2.113, 169, - 1.385, + 1.386, 198, - 2.536, + 2.537, 201, - 2.092, + 2.093, 249, - 4.466, + 4.468, 281, - 5.772, + 5.775, 449, - 6.519, + 6.521, 854, - 5.158, + 5.16, 1590, - 5.571, + 5.573, 2373, - 5.884, + 5.886, 2399, - 7.024, + 7.027, 2403, - 6.605, + 6.608, 2687, - 8.514, + 8.518, 3415, - 5.953, + 5.955, 4533, - 6.605, + 6.608, 4869, - 8.514, + 8.518, 4876, - 6.801, + 6.803, 5091, - 8.514, + 8.518, 6223, - 8.514, + 8.518, 6323, - 10.896, + 10.899, 6324, - 9.311, + 9.315, 6325, - 9.311 + 9.315 ] ], [ @@ -65212,33 +65212,33 @@ 38, 1.08, 42, - 1.766, + 1.767, 100, 1.825, 151, - 4.029, + 3.997, 159, - 5.722, + 5.724, 169, 1.447, 241, - 2.082, + 2.083, 368, - 2.765, + 2.766, 433, - 3.964, + 3.965, 629, - 2.924, + 2.925, 966, - 8.344, + 8.346, 1067, 3.177, 2822, - 5.92, + 5.921, 6326, - 11.175, + 11.176, 6327, - 9.724 + 9.726 ] ], [ @@ -65256,15 +65256,15 @@ 38, 1.101, 456, - 5.342, + 5.343, 735, 4.754, 879, - 5.831, + 5.832, 1060, 5.569, 6328, - 11.296 + 11.297 ] ], [ @@ -65282,9 +65282,9 @@ 42, 1.796, 104, - 5.069, + 5.011, 216, - 3.906, + 3.907, 1066, 3.877, 1067, @@ -65308,71 +65308,71 @@ 20, 1.224, 36, - 1.836, + 1.837, 46, - 1.313, + 1.314, 57, - 1.178, + 1.179, 77, - 1.907, + 1.908, 79, 0.92, 97, - 2.662, + 2.663, 99, 0.818, 100, - 2.031, + 2.032, 107, - 1.752, + 1.753, 108, - 2.707, + 2.708, 194, - 1.68, + 1.681, 201, - 2.069, + 2.07, 210, - 3.724, + 3.726, 241, - 1.972, + 1.973, 373, - 5.606, + 5.608, 394, - 7.68, + 7.682, 429, - 4.464, + 4.466, 456, - 4.964, + 4.966, 594, - 4.243, + 4.245, 704, - 5.937, + 5.94, 723, - 5.606, + 5.608, 931, - 2.548, + 2.522, 1062, - 5.031, + 5.033, 1158, - 4.243, + 4.245, 1180, - 5.031, + 5.033, 1188, - 4.512, + 4.514, 1452, - 7.204, + 7.207, 1872, - 5.606, + 5.608, 1883, - 7.513, + 7.517, 5520, - 8.42, + 8.424, 6042, - 8.42, + 8.424, 6330, - 10.826, + 10.829, 6331, - 9.208 + 9.212 ] ], [ @@ -65392,9 +65392,9 @@ 1067, 3.222, 2953, - 7.782, + 7.783, 6332, - 11.826 + 11.827 ] ], [ @@ -65416,17 +65416,17 @@ 79, 0.836, 652, - 7.583, + 7.584, 676, - 4.49, + 4.491, 707, - 7.187, + 7.188, 1269, - 5.451, + 5.452, 3140, - 6.797, + 6.798, 6333, - 9.839 + 9.841 ] ], [ @@ -65442,31 +65442,31 @@ 42, 2.187, 46, - 1.374, + 1.375, 59, - 0.869, + 0.87, 79, 0.944, 91, - 3.289, + 3.29, 194, 1.758, 429, - 4.67, + 4.671, 552, - 2.864, + 2.865, 575, - 6.655, + 6.657, 758, - 4.276, + 4.277, 1133, - 5.062, + 5.063, 4957, - 8.81, + 8.812, 6334, - 11.715, + 11.716, 6335, - 9.634 + 9.637 ] ], [ @@ -65484,21 +65484,21 @@ 42, 2.142, 160, - 2.895, + 2.88, 169, 1.457, 710, - 4.747, + 4.748, 931, - 2.71, + 2.682, 1191, - 7.388, + 7.389, 2786, - 7.662, + 7.663, 6336, - 11.22, + 11.221, 6337, - 9.793 + 9.795 ] ], [ @@ -65516,13 +65516,13 @@ 79, 0.844, 90, - 2.367, + 2.368, 1034, 3.809, 1094, - 7.493, + 7.494, 6338, - 11.311 + 11.312 ] ], [ @@ -65542,15 +65542,15 @@ 106, 1.754, 351, - 5.082, + 5.083, 521, 3.409, 3243, - 7.388, + 7.389, 3726, - 9.155, + 9.156, 6339, - 9.793 + 9.795 ] ], [ @@ -65568,13 +65568,13 @@ 38, 1.284, 42, - 1.695, + 1.696, 59, 0.985, 77, 2.26, 78, - 4.141, + 4.143, 79, 0.982, 99, @@ -65582,29 +65582,29 @@ 229, 1.711, 646, - 4.729, + 4.731, 676, - 4.259, + 4.261, 729, - 6.319, + 6.32, 735, - 4.476, + 4.478, 758, - 4.141, + 4.143, 891, - 3.165, + 3.166, 1066, - 3.659, + 3.661, 1574, - 5.681, + 5.683, 2327, - 6.895, + 6.896, 4483, - 6.62, + 6.623, 6340, - 11.919, + 11.921, 6341, - 8.533 + 8.537 ] ], [ @@ -65620,11 +65620,11 @@ 18, 0.991, 20, - 1.254, + 1.255, 46, - 1.346, + 1.347, 57, - 1.207, + 1.208, 79, 0.933, 99, @@ -65632,39 +65632,39 @@ 194, 2.004, 457, - 3.351, + 3.352, 673, - 5.466, + 5.468, 761, - 6.695, + 6.698, 1047, - 4.481, + 4.482, 1158, - 5.061, + 5.062, 1428, - 5.156, + 5.158, 2117, - 6.217, + 6.22, 2550, - 5.466, + 5.468, 4279, - 7.701, + 7.703, 4548, - 7.119, + 7.122, 6152, - 6.893, + 6.896, 6290, - 8.63, + 8.633, 6292, - 8.63, + 8.633, 6342, - 9.438, + 9.441, 6343, - 10.983, + 10.985, 6344, - 9.438, + 9.441, 6345, - 9.438 + 9.441 ] ], [ @@ -65682,19 +65682,19 @@ 150, 2.491, 643, - 7.423, + 7.424, 703, - 3.858, + 3.859, 1192, 6.975, 5130, - 7.423, + 7.424, 6307, - 8.029, + 8.03, 6346, - 11.25, + 11.251, 6347, - 9.839 + 9.841 ] ], [ @@ -65714,19 +65714,19 @@ 79, 0.836, 1034, - 3.773, + 3.774, 1269, - 5.451, + 5.452, 1681, - 4.215, + 4.216, 3118, - 7.423, + 7.424, 3845, - 7.423, + 7.424, 6348, - 11.25, + 11.251, 6349, - 9.839 + 9.841 ] ], [ @@ -65740,71 +65740,71 @@ "data/assets/nakama", [ 18, - 0.978, + 0.979, 20, 1.227, 59, 1.039, 99, - 0.819, + 0.82, 100, 1.732, 169, - 1.373, + 1.374, 241, - 1.976, + 1.977, 292, - 3.953, + 3.955, 317, - 5.43, + 5.433, 629, - 2.775, + 2.776, 646, - 5.493, + 5.495, 683, - 3.92, + 3.922, 735, - 4.427, + 4.429, 740, - 4.676, + 4.679, 771, - 4.294, + 4.296, 915, - 3.539, + 3.54, 1055, - 5.263, + 5.266, 1403, - 4.381, + 4.383, 1460, - 5.186, + 5.188, 1681, - 3.953, + 3.955, 2212, - 7.918, + 7.922, 2836, - 7.22, + 7.223, 2971, - 6.961, + 6.965, 3055, - 7.53, + 7.533, 3584, - 6.547, + 6.55, 3845, - 6.961, + 6.965, 4022, - 8.438, + 8.442, 4105, - 7.53, + 7.533, 4107, - 8.438, + 8.442, 6350, - 11.51, + 11.512, 6351, - 8.438, + 8.442, 6352, - 9.228, + 9.233, 6353, - 9.228 + 9.233 ] ], [ @@ -65822,33 +65822,33 @@ 79, 0.822, 91, - 3.304, + 3.305, 99, - 0.859, + 0.86, 121, - 3.201, + 3.202, 150, 2.451, 201, 2.175, 1769, - 5.135, + 5.136, 1968, - 5.15, + 5.151, 2275, - 7.898, + 7.9, 3071, - 6.524, + 6.526, 3474, - 6.686, + 6.688, 6354, - 9.679, + 9.681, 6355, - 9.679, + 9.681, 6356, - 9.679, + 9.681, 6357, - 9.679 + 9.681 ] ], [ @@ -65868,25 +65868,25 @@ 59, 0.882, 614, - 3.831, + 3.832, 2024, - 4.417, + 4.418, 2072, - 6.585, + 6.587, 3312, - 7.972, + 7.973, 4150, - 7.136, + 7.137, 6358, - 9.77, + 9.772, 6359, - 7.136, + 7.137, 6360, - 11.205, + 11.206, 6361, - 9.77, + 9.772, 6362, - 9.77 + 9.772 ] ], [ @@ -65906,13 +65906,13 @@ 629, 2.973, 722, - 8.067, + 8.068, 758, 4.388, 1188, - 4.844, + 4.845, 6193, - 9.04, + 9.041, 6363, 11.281 ] @@ -65930,39 +65930,39 @@ 18, 0.999, 36, - 1.908, + 1.909, 45, - 6.449, + 6.451, 54, - 4.542, + 4.544, 59, - 0.863, + 0.864, 99, 0.983, 169, 1.424, 547, - 5.63, + 5.632, 565, - 8.086, + 8.087, 614, - 3.752, + 3.753, 1032, - 5.227, + 5.229, 1616, - 6.046, + 6.048, 1769, - 4.409, + 4.41, 2063, - 8.532, + 8.533, 2336, - 6.449, + 6.451, 3576, - 7.485, + 7.488, 3577, - 8.21, + 8.212, 6364, - 9.568 + 9.571 ] ], [ @@ -65982,15 +65982,15 @@ 59, 0.888, 3161, - 6.482, + 6.483, 4209, 9.18, 6365, - 9.243, + 9.244, 6366, - 8.997, + 8.999, 6367, - 8.997 + 8.999 ] ], [ @@ -66008,9 +66008,9 @@ 46, 1.368, 49, - 3.316, + 3.317, 59, - 0.865, + 0.866, 79, 0.815, 99, @@ -66018,31 +66018,31 @@ 106, 1.718, 206, - 4.649, + 4.65, 256, 2.155, 561, - 3.039, + 3.04, 567, - 4.977, + 4.978, 979, - 4.335, + 4.337, 983, - 7.148, + 7.149, 986, - 6.464, + 6.466, 2129, - 7.503, + 7.505, 2952, - 5.17, + 5.171, 6253, - 8.229, + 8.231, 6368, - 9.59, + 9.593, 6369, - 9.59, + 9.593, 6370, - 9.59 + 9.593 ] ], [ @@ -66076,25 +66076,25 @@ 79, 0.83, 99, - 0.867, + 0.868, 121, - 3.231, + 3.232, 169, 1.454, 226, - 2.718, + 2.719, 677, - 4.502, + 4.503, 2075, - 6.704, + 6.705, 6372, - 9.77, + 9.772, 6373, - 11.205, + 11.206, 6374, - 11.205, + 11.206, 6375, - 9.77 + 9.772 ] ], [ @@ -66108,127 +66108,127 @@ "data/assets/firebase-remoteconfig", [ 10, - 1.744, + 1.745, 18, - 1.024, + 1.025, 20, - 1.072, + 1.073, 30, - 3.777, + 3.779, 36, - 1.993, + 1.994, 38, 1.206, 46, - 1.426, + 1.427, 52, - 2.22, + 2.222, 57, - 1.389, + 1.39, 59, - 1.024, + 1.025, 79, - 0.849, + 0.85, 86, - 3.245, + 3.247, 99, - 0.887, + 0.888, 103, - 2.301, + 2.302, 106, - 1.79, + 1.791, 107, - 1.535, + 1.536, 120, - 4.825, + 4.831, 148, - 2.05, + 2.051, 150, - 2.042, + 2.044, 153, - 2.464, + 2.465, 169, - 1.2, + 1.201, 198, - 3.091, + 3.092, 207, - 2.684, + 2.687, 226, - 2.244, + 2.247, 229, - 1.479, + 1.48, 241, - 1.727, + 1.729, 243, - 3.995, + 4.0, 245, - 8.154, + 8.16, 256, - 1.812, + 1.814, 257, - 3.187, + 3.19, 280, - 3.162, + 3.166, 309, - 5.881, + 5.885, 312, - 6.92, + 6.928, 442, - 3.612, + 3.616, 515, - 5.0, + 5.006, 541, - 4.291, + 4.296, 608, - 3.995, + 4.0, 650, - 7.477, + 7.48, 673, - 4.671, + 4.676, 692, - 3.026, + 3.029, 717, - 5.881, + 5.885, 915, - 3.093, + 3.096, 1010, - 3.314, + 3.318, 1061, - 7.477, + 7.48, 1543, - 4.746, + 4.751, 1716, - 5.722, + 5.728, 1769, - 5.553, + 5.554, 2019, - 5.436, + 5.442, 2049, - 6.315, + 6.319, 2054, - 4.6, + 4.605, 2156, - 4.91, + 4.915, 2353, - 5.2, + 5.206, 2854, - 5.2, + 5.206, 3079, - 5.891, + 5.897, 3651, - 6.581, + 6.588, 4090, - 5.891, + 5.897, 4111, - 9.261, + 9.265, 4214, - 6.31, + 6.317, 4801, - 6.92, + 6.928, 6376, - 7.375, + 7.383, 6377, - 7.375 + 7.383 ] ], [ @@ -66242,19 +66242,19 @@ "data/assets/pcgrandom", [ 142, - 2.939, + 2.94, 1066, 3.877, 1067, 3.23, 1176, - 7.603, + 7.604, 6378, - 9.886, + 9.887, 6379, - 10.315, + 10.316, 6380, - 7.734 + 7.735 ] ], [ @@ -66280,33 +66280,33 @@ 194, 1.742, 198, - 2.6, + 2.601, 313, - 3.743, + 3.744, 642, - 4.837, + 4.839, 744, - 4.627, + 4.629, 977, - 5.883, + 5.884, 1104, - 4.062, + 4.063, 1994, - 8.075, + 8.076, 2002, - 7.468, + 7.47, 2029, - 6.972, + 6.974, 2981, - 6.594, + 6.596, 3160, - 8.191, + 8.193, 4890, - 8.191, + 8.193, 6381, - 8.191, + 8.193, 6382, - 8.729 + 8.732 ] ], [ @@ -66328,9 +66328,9 @@ 1032, 6.172, 1067, - 3.237, + 3.238, 6383, - 9.91 + 9.911 ] ], [ @@ -66344,7 +66344,7 @@ "data/assets/defork", [ 31, - 5.632, + 5.633, 59, 0.878, 150, @@ -66354,25 +66354,25 @@ 573, 3.649, 891, - 3.298, + 3.299, 1075, - 6.029, + 6.03, 1262, - 7.103, + 7.104, 1471, - 4.817, + 4.818, 1655, - 5.109, + 5.11, 6384, - 11.175, + 11.176, 6385, - 9.724, + 9.726, 6386, - 9.724, + 9.726, 6387, - 9.724, + 9.726, 6388, - 9.724 + 9.726 ] ], [ @@ -66390,45 +66390,45 @@ 38, 1.053, 42, - 1.722, + 1.723, 46, - 1.352, + 1.353, 59, 0.856, 79, - 0.805, + 0.806, 99, 0.842, 201, - 2.13, + 2.131, 215, - 4.75, + 4.751, 226, - 2.638, + 2.639, 228, - 4.027, + 3.994, 256, - 2.474, + 2.475, 345, - 4.596, + 4.597, 436, - 6.246, + 6.248, 765, - 3.322, + 3.323, 1093, - 5.579, + 5.581, 1262, - 6.925, + 6.927, 1678, - 11.15, + 11.151, 1933, - 5.045, + 5.046, 2568, - 5.991, + 5.993, 5094, - 7.736, + 7.738, 6389, - 9.481 + 9.484 ] ], [ @@ -66448,15 +66448,15 @@ 169, 1.464, 608, - 4.874, + 4.875, 1126, - 4.929, + 4.875, 3693, - 7.254, + 7.255, 3909, - 8.029, + 8.03, 6390, - 9.839 + 9.841 ] ], [ @@ -66476,15 +66476,15 @@ 1032, 6.449, 1066, - 3.849, + 3.85, 1067, 3.207, 1681, 4.813, 6391, - 9.816, + 9.818, 6392, - 11.235 + 11.236 ] ], [ @@ -66498,15 +66498,15 @@ "data/assets/scene3d", [ 18, - 0.84, + 0.841, 42, - 1.691, + 1.692, 55, - 4.466, + 4.468, 57, - 1.191, + 1.192, 59, - 0.84, + 0.841, 79, 0.791, 99, @@ -66514,49 +66514,49 @@ 153, 2.113, 169, - 1.385, + 1.386, 194, - 1.988, + 1.989, 256, - 2.092, + 2.093, 552, - 2.768, + 2.769, 647, - 5.392, + 5.395, 939, - 4.613, + 4.615, 948, - 3.679, + 3.68, 1101, - 5.479, + 5.481, 1188, - 4.562, + 4.564, 1457, - 5.479, + 5.481, 1628, - 3.857, + 3.859, 1681, - 3.989, + 3.99, 1868, - 6.004, + 6.006, 2175, - 6.134, + 6.136, 2524, - 6.004, + 6.006, 2951, - 7.284, + 7.287, 3379, - 7.284, + 7.287, 3581, - 8.525, + 8.527, 4540, - 7.989, + 7.993, 6393, - 10.896, + 10.899, 6394, - 9.311, + 9.315, 6395, - 9.311 + 9.315 ] ], [ @@ -66576,19 +66576,19 @@ 79, 0.834, 169, - 1.46, + 1.461, 729, - 5.685, + 5.686, 1032, - 5.363, + 5.364, 1066, - 3.849, + 3.85, 1067, 3.207, 2269, - 10.128, + 10.129, 3669, - 7.68 + 7.681 ] ], [ @@ -66610,13 +66610,13 @@ 623, 4.367, 1493, - 6.797, + 6.798, 3161, - 6.482, + 6.483, 6365, - 9.243, + 9.244, 6396, - 11.25 + 11.251 ] ], [ @@ -66632,27 +66632,27 @@ 18, 0.88, 38, - 1.082, + 1.083, 42, - 1.77, + 1.771, 169, 1.45, 623, - 4.326, + 4.327, 1052, - 5.121, + 5.122, 2019, - 6.57, + 6.571, 2353, - 6.285, + 6.286, 3161, - 6.421, + 6.423, 3727, - 5.832, + 5.833, 6365, - 9.208, + 9.209, 6376, - 10.232 + 10.233 ] ], [ @@ -66666,11 +66666,11 @@ "data/assets/ts-defold", [ 18, - 0.867, + 0.868, 20, 1.278, 38, - 1.067, + 1.068, 42, 2.185, 106, @@ -66678,23 +66678,23 @@ 194, 1.754, 241, - 2.058, + 2.059, 433, - 3.918, + 3.919, 552, - 2.858, + 2.859, 899, - 6.332, + 6.334, 1104, 3.346, 5617, - 8.79, + 8.792, 6381, - 8.248, + 8.25, 6397, - 11.704, + 11.705, 6398, - 11.1 + 11.102 ] ], [ @@ -66708,71 +66708,71 @@ "data/assets/googleplaygameservices", [ 38, - 1.027, + 1.028, 46, - 1.319, + 1.32, 57, - 1.183, + 1.184, 59, 0.98, 79, 0.922, 99, - 0.821, + 0.822, 100, - 1.735, + 1.736, 194, 1.688, 206, - 4.483, + 4.485, 230, - 3.219, + 3.221, 256, - 2.078, + 2.079, 513, - 4.8, + 4.802, 695, - 4.181, + 4.183, 894, - 3.654, + 3.656, 910, - 4.921, + 4.923, 1067, - 3.021, + 3.023, 1071, - 5.275, + 5.2, 1131, - 5.377, + 5.378, 1186, - 4.532, + 4.534, 1460, - 5.197, + 5.2, 1681, - 3.962, + 3.964, 2014, - 7.936, + 7.94, 2020, - 7.928, + 7.93, 2194, - 6.286, + 6.288, 2315, - 7.547, + 7.55, 2353, - 5.964, + 5.967, 2514, - 5.053, + 5.055, 2533, - 6.234, + 6.237, 2956, - 6.234, + 6.237, 4108, - 8.457, + 8.461, 4109, - 7.547, + 7.55, 6399, - 9.249, + 9.253, 6400, - 9.249 + 9.253 ] ], [ @@ -66800,11 +66800,11 @@ 1032, 5.351, 1067, - 3.199, + 3.2, 6401, - 11.792, + 11.793, 6402, - 9.793 + 9.795 ] ], [ @@ -66828,11 +66828,11 @@ 1269, 5.464, 6403, - 11.826, + 11.827, 6404, - 9.863, + 9.864, 6405, - 8.463 + 8.464 ] ], [ @@ -66846,35 +66846,35 @@ "data/assets/gooey", [ 20, - 1.289, + 1.29, 47, - 4.345, + 4.346, 56, - 3.776, + 3.777, 59, 0.876, 79, 0.824, 169, - 1.443, + 1.444, 216, - 3.833, + 3.834, 266, - 4.306, + 4.307, 323, - 5.805, + 5.806, 582, - 5.906, + 5.908, 600, - 4.654, + 4.655, 614, - 3.804, + 3.805, 894, - 3.833, + 3.834, 6406, - 11.748, + 11.749, 6407, - 9.702 + 9.704 ] ], [ @@ -66892,23 +66892,23 @@ 49, 4.059, 97, - 3.393, + 3.394, 99, - 0.859, + 0.86, 368, - 2.752, + 2.753, 573, - 3.632, + 3.633, 771, - 4.504, + 4.505, 857, - 5.52, + 5.522, 879, - 6.558, + 6.559, 1275, 8.327, 6408, - 9.679 + 9.681 ] ], [ @@ -66926,21 +66926,21 @@ 99, 0.876, 182, - 5.248, + 5.249, 256, 2.216, 567, - 5.118, + 5.119, 5957, - 7.716, + 7.717, 6146, - 9.019, + 9.02, 6409, - 9.863, + 9.864, 6410, - 9.863, + 9.864, 6411, - 9.863 + 9.864 ] ], [ @@ -66958,69 +66958,69 @@ 38, 1.196, 44, - 3.812, + 3.814, 59, 0.972, 92, - 3.662, + 3.664, 99, - 0.956, + 0.957, 106, - 1.635, + 1.636, 148, - 1.872, + 1.873, 153, - 2.071, + 2.072, 172, - 4.014, + 3.981, 194, - 1.665, + 1.666, 198, - 2.933, + 2.934, 229, - 1.673, + 1.674, 425, - 5.205, + 5.208, 713, - 4.856, + 4.798, 758, - 4.051, + 4.053, 793, - 4.247, + 4.249, 815, - 5.658, + 5.661, 915, - 3.5, + 3.502, 1032, - 4.987, + 4.989, 1071, - 6.534, + 6.44, 1817, - 7.447, + 7.451, 1867, - 7.447, + 7.451, 1874, - 5.371, + 5.374, 1907, - 7.447, + 7.451, 2194, - 6.237, + 6.239, 2281, - 8.425, + 8.428, 2308, - 6.305, + 6.308, 2329, - 7.831, + 7.836, 2952, - 4.92, + 4.923, 4111, - 8.787, + 8.79, 6412, - 9.127, + 9.132, 6413, - 9.127, + 9.132, 6414, - 9.127 + 9.132 ] ], [ @@ -67038,23 +67038,23 @@ 99, 0.874, 457, - 3.493, + 3.494, 567, - 5.106, + 5.107, 959, - 5.235, + 5.236, 1043, 4.252, 1131, - 4.874, + 4.875, 1926, - 6.482, + 6.346, 4240, - 8.443, + 8.444, 6359, - 7.187, + 7.188, 6415, - 9.839 + 9.841 ] ], [ @@ -67070,33 +67070,33 @@ 59, 0.876, 100, - 1.82, + 1.821, 153, - 2.201, + 2.202, 169, - 1.443, + 1.444, 231, - 3.64, + 3.641, 692, - 3.64, + 3.641, 710, - 4.703, + 4.704, 1067, - 3.169, + 3.17, 1364, - 5.709, + 5.71, 2097, - 6.702, + 6.703, 2194, - 5.619, + 5.62, 3899, - 6.539, + 6.541, 6285, - 8.872, + 8.873, 6286, - 10.743, + 10.744, 6416, - 7.916 + 7.918 ] ], [ @@ -67112,43 +67112,43 @@ 42, 1.726, 47, - 4.256, + 4.257, 49, - 3.813, + 3.814, 58, - 4.931, + 4.933, 79, - 0.807, + 0.808, 84, - 4.071, + 4.072, 94, - 4.422, + 4.423, 97, 3.188, 99, 0.979, 203, - 5.122, + 5.124, 351, - 4.931, + 4.933, 681, - 4.656, + 4.658, 691, - 2.907, + 2.908, 695, - 4.296, + 4.297, 706, - 6.94, + 6.943, 2121, - 5.592, + 5.593, 2783, - 6.741, + 6.743, 3047, - 9.505, + 9.507, 4595, - 7.11, + 6.969, 6417, - 9.502 + 9.505 ] ], [ @@ -67168,13 +67168,13 @@ 59, 0.886, 144, - 6.201, + 6.202, 1920, 4.568, 2024, 4.438, 3161, - 6.467, + 6.468, 6418, 10.794 ] @@ -67194,15 +67194,15 @@ 42, 1.787, 194, - 1.795, + 1.796, 552, - 2.925, + 2.926, 1032, 6.147, 1066, - 3.858, + 3.859, 1067, - 3.214, + 3.215, 6419, 11.815 ] @@ -67218,13 +67218,13 @@ "data/assets/steamworks", [ 10, - 2.059, + 2.06, 36, - 1.899, + 1.9, 46, 1.359, 57, - 1.218, + 1.219, 79, 0.809, 99, @@ -67232,37 +67232,37 @@ 194, 1.738, 198, - 2.594, + 2.595, 229, - 1.746, + 1.747, 241, - 2.039, + 2.04, 471, - 2.553, + 2.554, 513, - 4.942, + 4.944, 623, - 4.227, + 4.228, 758, - 4.227, + 4.228, 1032, - 5.203, + 5.205, 1457, - 5.604, + 5.606, 1460, - 5.352, + 5.354, 1765, - 7.771, + 7.774, 2188, - 6.956, + 6.958, 3845, - 7.185, + 7.187, 4110, - 8.172, + 8.175, 4264, - 7.451, + 7.453, 5836, - 10.662 + 10.664 ] ], [ @@ -67280,29 +67280,29 @@ 59, 0.874, 72, - 3.221, + 3.222, 99, - 0.859, + 0.86, 100, - 1.816, + 1.817, 169, 1.44, 194, - 1.766, + 1.767, 216, - 4.403, + 4.404, 224, - 7.043, + 7.044, 313, - 3.795, + 3.796, 939, - 4.795, + 4.796, 6420, - 9.679, + 9.681, 6421, - 10.191, + 10.192, 6422, - 9.094 + 9.095 ] ], [ @@ -67318,25 +67318,25 @@ 18, 1.01, 20, - 1.295, + 1.296, 38, - 1.082, + 1.083, 42, - 1.77, + 1.771, 194, 1.779, 552, - 2.898, + 2.899, 729, - 5.645, + 5.646, 1032, - 5.325, + 5.326, 2750, - 6.16, + 6.161, 6423, - 11.19, + 11.191, 6424, - 11.77 + 11.771 ] ], [ @@ -67354,35 +67354,35 @@ 59, 0.874, 194, - 1.766, + 1.767, 594, - 4.46, + 4.461, 882, - 7.302, + 7.303, 1289, - 6.001, + 6.002, 1581, - 8.851, + 8.853, 1936, - 5.362, + 5.363, 2175, - 6.377, + 6.378, 2524, - 7.186, + 7.187, 3355, - 7.572, + 7.574, 3413, - 8.305, + 8.307, 3486, - 6.686, + 6.688, 6425, - 9.679, + 9.681, 6426, - 9.679, + 9.681, 6427, - 9.679, + 9.681, 6428, - 9.679 + 9.681 ] ], [ @@ -67402,21 +67402,21 @@ 99, 0.87, 160, - 2.895, + 2.88, 169, 1.457, 231, 3.675, 475, - 7.991, + 7.992, 1131, - 4.851, + 4.852, 1693, - 6.601, + 6.602, 3598, 10.119, 3903, - 7.153 + 7.154 ] ], [ @@ -67432,23 +67432,23 @@ 57, 1.256, 79, - 0.954, + 0.955, 90, - 2.339, + 2.34, 169, - 1.46, + 1.461, 879, - 5.776, + 5.777, 1034, - 3.764, + 3.765, 1269, - 5.438, + 5.439, 1465, - 3.962, + 3.963, 6359, - 7.17, + 7.171, 6429, - 9.816 + 9.818 ] ], [ @@ -67462,9 +67462,9 @@ "data/assets/cjson", [ 46, - 1.374, + 1.375, 59, - 0.869, + 0.87, 99, 0.987, 100, @@ -67472,25 +67472,25 @@ 153, 2.186, 160, - 3.286, + 3.268, 631, - 4.773, + 4.774, 1066, - 3.778, + 3.779, 1067, - 3.147, + 3.148, 1075, - 6.891, + 6.892, 1295, - 4.17, + 4.171, 1364, - 5.669, + 5.671, 2097, - 6.655, + 6.657, 3899, - 6.494, + 6.495, 6430, - 11.115 + 11.116 ] ], [ @@ -67506,73 +67506,73 @@ 18, 1.064, 42, - 1.64, + 1.641, 59, 0.966, 62, - 2.986, + 2.988, 70, - 3.802, + 3.805, 99, 0.95, 107, - 1.718, + 1.719, 153, - 2.428, + 2.429, 169, - 1.343, + 1.344, 194, 1.953, 215, - 5.361, + 5.362, 257, - 3.567, + 3.569, 273, - 2.228, + 2.23, 350, - 6.402, + 6.404, 368, - 2.567, + 2.569, 457, - 3.205, + 3.207, 497, - 4.629, + 4.632, 504, - 4.575, + 4.525, 521, - 3.142, + 3.144, 547, - 5.312, + 5.316, 555, - 2.828, + 2.813, 629, - 2.715, + 2.716, 636, - 3.462, + 3.464, 699, - 6.085, + 6.089, 703, - 3.54, + 3.542, 834, - 4.472, + 4.475, 959, - 5.693, + 5.695, 1104, - 3.724, + 3.726, 1226, - 5.149, + 5.152, 1807, - 5.133, + 5.134, 2006, - 4.743, + 4.746, 4969, - 6.81, + 6.814, 6431, - 10.429, + 10.431, 6432, - 8.255, + 8.26, 6433, - 9.028 + 9.033 ] ], [ @@ -67594,21 +67594,21 @@ 552, 2.919, 952, - 6.964, + 6.965, 979, 4.438, 2118, - 7.68, + 7.681, 2591, - 6.616, + 6.617, 6253, - 8.423, + 8.424, 6434, - 9.816, + 9.818, 6435, - 9.816, + 9.818, 6436, - 9.816 + 9.818 ] ], [ @@ -67622,7 +67622,7 @@ "data/assets/chrono", [ 228, - 4.229, + 4.194, 646, 5.046, 765, @@ -67630,7 +67630,7 @@ 6437, 11.327, 6438, - 9.957 + 9.958 ] ], [ @@ -67646,65 +67646,65 @@ 36, 1.853, 46, - 1.325, + 1.326, 57, 1.189, 59, 1.042, 77, - 1.924, + 1.925, 79, - 0.789, + 0.79, 99, 0.825, 100, - 1.743, + 1.744, 153, - 2.108, + 2.109, 194, 1.986, 198, - 2.53, + 2.531, 200, - 5.656, + 5.658, 226, - 2.585, + 2.586, 568, - 5.221, + 5.223, 573, - 3.486, + 3.487, 678, - 6.262, + 6.264, 692, - 3.486, + 3.487, 975, - 4.456, + 4.458, 1007, - 3.813, + 3.814, 1269, - 5.146, + 5.149, 1689, - 6.591, + 6.593, 2169, - 6.262, + 6.264, 2181, - 7.971, + 7.975, 2851, - 7.008, + 7.011, 4533, - 6.591, + 6.593, 5533, - 7.971, + 7.975, 5957, - 7.268, + 7.271, 6439, - 10.882, + 10.885, 6440, - 9.29, + 9.294, 6441, - 9.29, + 9.294, 6442, - 7.971 + 7.975 ] ], [ @@ -67718,13 +67718,13 @@ "data/assets/err", [ 672, - 4.644, + 4.599, 1076, 7.809, 3599, - 6.575, + 6.576, 6443, - 9.732 + 9.733 ] ], [ @@ -67738,7 +67738,7 @@ "data/assets/pigeon", [ 42, - 1.791, + 1.792, 46, 1.407, 59, @@ -67748,13 +67748,13 @@ 1655, 5.182, 2169, - 6.648, + 6.649, 3412, - 8.048, + 8.049, 5168, - 8.463, + 8.464, 6444, - 11.265 + 11.266 ] ], [ @@ -67768,61 +67768,61 @@ "data/assets/narrator", [ 2, - 2.357, + 2.358, 18, 1.043, 38, 1.034, 59, - 0.983, + 0.984, 77, - 1.928, + 1.929, 79, 0.791, 99, - 0.967, + 0.968, 107, 1.772, 151, - 3.857, + 3.828, 214, - 7.024, + 7.027, 433, - 3.795, + 3.797, 660, - 5.571, + 5.573, 1067, - 3.042, + 3.043, 1131, - 4.613, + 4.615, 1262, - 6.801, + 6.803, 1604, - 4.892, + 4.894, 1681, - 3.989, + 3.99, 1886, - 7.024, + 7.027, 2123, - 5.31, + 5.312, 2217, - 5.668, + 5.671, 6422, - 8.891, + 8.893, 6445, - 10.564, + 10.566, 6446, - 9.311, + 9.315, 6447, - 9.311, + 9.315, 6448, - 9.311, + 9.315, 6449, - 8.514, + 8.518, 6450, - 9.311, + 9.315, 6451, - 8.514 + 8.518 ] ], [ @@ -67840,37 +67840,37 @@ 38, 1.065, 42, - 2.013, + 2.014, 46, 1.368, 79, 0.815, 99, - 0.851, + 0.852, 151, - 3.973, + 3.942, 198, 2.612, 226, - 2.668, + 2.669, 241, - 2.053, + 2.054, 1262, - 7.004, + 7.006, 1655, - 5.038, + 5.04, 1681, - 4.108, + 4.109, 6452, - 11.693, + 11.694, 6453, - 11.085, + 11.087, 6454, - 9.59, + 9.593, 6455, - 9.59, + 9.593, 6456, - 9.59 + 9.593 ] ], [ @@ -67884,7 +67884,7 @@ "data/assets/photoshopguiexporter", [ 1, - 2.453, + 2.454, 42, 1.742, 46, @@ -67892,29 +67892,29 @@ 47, 5.385, 48, - 5.554, + 5.555, 59, - 1.0, + 1.001, 79, 0.942, 107, 1.825, 113, - 1.921, + 1.922, 436, - 6.318, + 6.319, 446, - 4.804, + 4.806, 555, - 3.004, + 2.987, 787, - 7.004, + 7.006, 4506, - 7.503, + 7.505, 6457, - 9.59, + 9.593, 6458, - 11.085 + 11.087 ] ], [ @@ -67930,71 +67930,71 @@ 18, 0.822, 57, - 1.464, + 1.465, 59, 0.971, 60, - 2.534, + 2.535, 62, - 3.012, + 3.014, 72, - 3.031, + 3.033, 73, - 5.274, + 5.277, 77, - 1.886, + 1.887, 79, - 0.972, + 0.973, 99, 0.955, 100, 2.148, 107, - 1.733, + 1.734, 154, - 5.755, + 5.758, 169, - 1.355, + 1.356, 194, - 1.662, + 1.663, 226, - 2.534, + 2.535, 293, - 7.125, + 7.129, 314, - 4.909, + 4.912, 368, - 2.59, + 2.591, 411, - 4.726, + 4.729, 565, - 6.652, + 6.655, 744, - 4.415, + 4.417, 765, - 3.191, + 3.192, 982, - 5.449, + 5.452, 1007, - 3.191, + 3.192, 1034, - 3.492, + 3.494, 1152, - 6.652, + 6.655, 1158, - 4.196, + 4.199, 1269, - 5.045, + 5.048, 1655, - 4.785, + 4.787, 3117, - 8.635, + 8.637, 6459, - 10.756, + 10.759, 6460, - 9.107, + 9.112, 6461, - 9.107 + 9.112 ] ], [ @@ -68008,33 +68008,33 @@ "data/assets/sfmt", [ 38, - 1.067, + 1.068, 42, 1.746, 142, - 3.3, + 3.301, 1067, - 3.14, + 3.141, 1176, - 7.889, + 7.89, 1191, - 7.251, + 7.253, 4880, - 7.021, + 7.022, 6380, - 8.684, + 8.685, 6462, - 12.031, + 12.032, 6463, - 7.843, + 7.845, 6464, - 9.612, + 9.615, 6465, - 9.612, + 9.615, 6466, - 9.612, + 9.615, 6467, - 9.612 + 9.615 ] ], [ @@ -68048,29 +68048,29 @@ "data/assets/yoga", [ 1, - 2.487, + 2.488, 42, 2.03, 79, 0.949, 160, - 2.875, + 2.859, 1066, - 3.813, + 3.814, 1067, 3.177, 1090, - 4.525, + 4.526, 1446, - 7.935, + 7.936, 1807, - 4.665, + 4.666, 6468, - 11.759, + 11.76, 6469, - 9.724, + 9.726, 6470, - 9.724 + 9.726 ] ], [ @@ -68086,33 +68086,33 @@ 38, 1.236, 59, - 1.004, + 1.005, 79, - 0.82, + 0.821, 150, 2.445, 788, - 8.83, + 8.832, 978, - 3.815, + 3.816, 1060, - 5.427, + 5.428, 1066, - 4.364, + 4.365, 1067, 3.155, 1440, - 5.879, + 5.88, 1920, - 4.493, + 4.494, 2024, - 4.366, + 4.367, 4913, - 10.177, + 10.179, 6471, - 9.657, + 9.659, 6472, - 9.657 + 9.659 ] ], [ @@ -68134,29 +68134,29 @@ 169, 1.44, 449, - 5.791, + 5.792, 500, - 3.531, + 3.532, 533, - 5.362, + 5.363, 785, - 5.52, + 5.522, 1188, - 4.743, + 4.744, 1681, - 4.146, + 4.147, 3809, - 6.524, + 6.526, 4864, - 8.407, + 8.141, 6473, - 6.174, + 6.175, 6474, - 8.305, + 8.307, 6475, - 9.679, + 9.681, 6476, - 9.679 + 9.681 ] ], [ @@ -68172,35 +68172,35 @@ 42, 1.746, 46, - 1.583, + 1.584, 99, - 0.853, + 0.854, 229, - 1.762, + 1.763, 471, - 2.576, + 2.577, 758, - 4.266, + 4.267, 890, - 4.988, + 4.989, 895, - 4.611, + 4.612, 1060, - 5.401, + 5.403, 1066, - 3.769, + 3.77, 1067, - 3.14, + 3.141, 1769, - 5.393, + 5.394, 2024, - 4.345, + 4.347, 2275, - 7.843, + 7.845, 6477, - 11.704, + 11.705, 6478, - 9.612 + 9.615 ] ], [ @@ -68218,19 +68218,19 @@ 79, 0.838, 152, - 6.36, + 6.361, 832, - 4.731, + 4.732, 1034, 3.782, 1295, 3.701, 1311, - 6.36, + 6.361, 6479, - 11.265, + 11.266, 6480, - 9.863 + 9.864 ] ], [ @@ -68254,29 +68254,29 @@ 96, 3.068, 194, - 1.766, + 1.767, 201, 2.175, 228, - 4.111, + 4.078, 552, 2.878, 977, - 5.15, + 5.151, 1080, - 7.302, + 7.303, 1090, - 4.504, + 4.505, 1604, - 5.085, + 5.086, 1994, - 7.07, + 7.071, 6256, - 8.851, + 8.853, 6481, - 11.145, + 11.146, 6482, - 9.679 + 9.681 ] ], [ @@ -68294,19 +68294,19 @@ 59, 0.89, 169, - 1.467, + 1.468, 614, - 3.867, + 3.868, 1385, - 6.997, + 6.998, 2487, - 8.463, + 8.464, 2928, - 6.997, + 6.998, 4719, - 9.019, + 9.02, 6483, - 11.265 + 11.266 ] ], [ @@ -68320,15 +68320,15 @@ "data/assets/defcon", [ 18, - 0.865, + 0.866, 36, - 1.912, + 1.913, 42, 1.742, 79, 0.942, 99, - 0.851, + 0.852, 153, 2.176, 169, @@ -68336,27 +68336,27 @@ 194, 1.75, 229, - 1.758, + 1.759, 433, - 3.909, + 3.91, 577, - 3.76, + 3.761, 659, - 5.469, + 5.471, 673, - 6.42, + 6.421, 902, - 5.469, + 5.471, 1008, - 6.803, + 6.805, 1570, - 6.464, + 6.466, 1662, - 4.218, + 4.219, 2027, - 4.751, + 4.752, 6484, - 11.085 + 11.087 ] ], [ @@ -68374,13 +68374,13 @@ 42, 1.783, 1066, - 3.849, + 3.85, 1067, 3.207, 3022, - 9.167, + 9.168, 4384, - 8.621, + 8.622, 6365, 9.235 ] @@ -68400,21 +68400,21 @@ 79, 0.83, 915, - 3.746, + 3.747, 1090, - 4.546, + 4.547, 1590, - 5.846, + 5.847, 2200, - 7.136, + 7.137, 2952, - 5.267, + 5.268, 6485, - 11.781, + 11.782, 6486, - 11.781, + 11.782, 6487, - 9.77 + 9.772 ] ], [ @@ -68432,13 +68432,13 @@ 1067, 3.245, 1584, - 6.356, + 6.357, 6488, - 9.933, + 9.934, 6489, - 9.933, + 9.934, 6490, - 9.933 + 9.934 ] ], [ @@ -68472,23 +68472,23 @@ 79, 0.836, 993, - 5.529, + 5.53, 1332, - 3.979, + 3.98, 1628, - 4.076, + 4.077, 2080, - 6.632, + 6.633, 2116, - 5.612, + 5.613, 2219, - 8.443, + 8.444, 6491, - 9.839, + 9.841, 6492, - 9.839, + 9.841, 6493, - 9.839 + 9.841 ] ], [ @@ -68502,7 +68502,7 @@ "data/assets/acidrain", [ 8, - 2.746, + 2.747, 38, 1.09, 42, @@ -68510,21 +68510,21 @@ 79, 0.834, 160, - 2.902, + 2.886, 211, 4.397, 234, - 5.598, + 5.599, 894, - 3.878, + 3.879, 1494, - 8.423, + 8.424, 4586, - 8.976, + 8.978, 6494, - 9.816, + 9.818, 6495, - 9.816 + 9.818 ] ], [ @@ -68542,23 +68542,23 @@ 42, 1.775, 577, - 3.831, + 3.832, 712, - 6.585, + 6.587, 2142, - 6.436, + 6.438, 2143, - 6.436, + 6.438, 3161, - 6.436, + 6.438, 6365, - 9.217, + 9.218, 6496, - 10.246, + 10.247, 6497, - 9.77, + 9.772, 6498, - 8.934 + 8.936 ] ], [ @@ -68572,33 +68572,33 @@ "data/assets/googleplayinstant", [ 107, - 1.846, + 1.847, 148, - 1.99, + 1.991, 169, - 1.443, + 1.444, 194, - 1.77, + 1.771, 198, - 2.642, + 2.643, 256, 2.18, 442, - 4.345, + 4.346, 500, - 3.539, + 3.54, 1131, - 5.528, + 5.529, 2065, - 8.418, + 8.419, 2194, - 6.463, + 6.464, 2985, - 7.319, + 7.32, 3576, - 7.59, + 7.592, 6499, - 9.702 + 9.704 ] ], [ @@ -68616,29 +68616,29 @@ 59, 1.002, 91, - 3.281, + 3.282, 99, 0.986, 169, - 1.651, + 1.652, 198, 2.618, 229, - 1.762, + 1.763, 256, 2.16, 313, - 3.769, + 3.77, 703, - 3.769, + 3.77, 1104, 3.346, 1596, - 5.114, + 5.116, 6500, - 11.704, + 11.705, 6501, - 9.612 + 9.615 ] ], [ @@ -68656,31 +68656,31 @@ 18, 0.872, 42, - 2.021, + 2.022, 99, - 0.857, + 0.858, 151, - 4.001, + 3.969, 228, - 4.102, + 4.068, 229, - 1.77, + 1.771, 231, - 3.623, + 3.624, 241, 2.068, 729, - 5.593, + 5.594, 997, - 7.053, + 7.055, 1074, - 7.285, + 7.286, 1075, - 5.987, + 5.988, 6422, - 9.831, + 9.832, 6445, - 8.83 + 8.832 ] ], [ @@ -68696,11 +68696,11 @@ 38, 1.058, 42, - 2.005, + 2.006, 49, - 3.293, + 3.294, 57, - 1.218, + 1.219, 59, 0.86, 79, @@ -68708,35 +68708,35 @@ 99, 0.846, 198, - 2.594, + 2.595, 240, - 2.708, + 2.709, 256, - 2.14, + 2.141, 435, - 8.709, + 8.712, 555, - 2.983, + 2.966, 567, - 4.942, + 4.944, 917, - 4.306, + 4.307, 983, - 6.141, + 6.143, 986, - 6.419, + 6.421, 2249, - 6.419, + 6.421, 2952, - 5.134, + 5.136, 3161, - 6.274, + 6.276, 3337, - 7.771, + 7.774, 4506, - 7.451, + 7.453, 4606, - 10.005 + 10.006 ] ], [ @@ -68754,63 +68754,63 @@ 20, 1.224, 36, - 1.836, + 1.837, 38, 1.023, 46, - 1.313, + 1.314, 59, 0.831, 77, - 2.381, + 2.382, 78, - 4.086, + 4.088, 79, - 0.782, + 0.783, 101, - 5.248, + 5.249, 118, - 5.937, + 5.94, 132, - 3.163, + 3.165, 148, - 1.889, + 1.89, 153, - 2.089, + 2.09, 182, - 5.76, + 5.762, 229, - 1.688, + 1.689, 250, - 3.557, + 3.559, 316, - 5.819, + 5.821, 676, - 4.202, + 4.204, 677, - 4.243, + 4.245, 692, - 3.455, + 3.457, 880, - 4.464, + 4.466, 979, - 4.163, + 4.165, 1144, - 5.251, + 5.254, 1323, - 3.846, + 3.848, 1807, - 4.417, + 4.419, 1879, - 5.486, + 5.487, 3084, - 6.361, + 6.364, 3087, - 5.937, + 5.94, 6502, - 11.868, + 11.87, 6503, - 9.208 + 9.212 ] ], [ @@ -68828,13 +68828,13 @@ 42, 1.8, 1032, - 5.414, + 5.415, 1066, 3.886, 1067, - 3.237, + 3.238, 6504, - 11.848 + 11.849 ] ], [ @@ -68852,9 +68852,9 @@ 894, 3.925, 1459, - 4.049, + 4.05, 3342, - 6.158, + 6.159, 6505, 11.86 ] @@ -68872,9 +68872,9 @@ 18, 0.995, 38, - 1.055, + 1.056, 48, - 5.503, + 5.505, 59, 0.858, 90, @@ -68882,39 +68882,39 @@ 99, 0.979, 101, - 4.606, + 4.608, 198, - 2.588, + 2.589, 229, - 1.742, + 1.743, 256, - 2.135, + 2.136, 648, - 4.606, + 4.608, 791, - 6.94, + 6.943, 854, - 5.264, + 5.266, 958, - 6.94, + 6.943, 1171, - 8.154, + 8.156, 1188, - 4.656, + 4.658, 1676, - 6.005, + 6.007, 1681, - 4.071, + 4.072, 1929, - 5.056, + 4.994, 2533, - 6.405, + 6.407, 2876, - 6.564, + 6.566, 4545, - 9.461, + 9.463, 4592, - 7.753 + 7.756 ] ], [ @@ -68934,17 +68934,17 @@ 894, 3.888, 1225, - 6.98, + 6.981, 2640, - 6.98, + 6.981, 5161, - 7.698, + 7.699, 6506, - 9.839, + 9.841, 6507, - 9.839, + 9.841, 6508, - 11.25 + 11.251 ] ], [ @@ -68958,37 +68958,37 @@ "data/assets/editorscriptatlas", [ 49, - 3.833, + 3.834, 77, 2.296, 78, - 4.256, + 4.257, 79, 0.815, 85, - 5.738, + 5.739, 97, 3.205, 99, 0.984, 110, - 3.789, + 3.79, 113, - 1.921, + 1.922, 177, - 2.934, + 2.935, 186, - 6.42, + 6.421, 226, - 2.668, + 2.669, 241, - 2.053, + 2.054, 561, - 3.039, + 3.04, 935, 5.492, 6509, - 9.59 + 9.593 ] ], [ @@ -69002,9 +69002,9 @@ "data/assets/admob-defold", [ 42, - 1.77, + 1.771, 46, - 1.39, + 1.391, 59, 0.88, 169, @@ -69012,21 +69012,21 @@ 198, 2.655, 1769, - 5.156, + 5.157, 1840, - 5.559, + 5.56, 2072, - 6.57, + 6.571, 2194, - 5.645, + 5.646, 2266, - 9.13, + 9.131, 6510, - 9.747, + 9.749, 6511, - 9.747, + 9.749, 6512, - 9.747 + 9.749 ] ], [ @@ -69042,33 +69042,33 @@ 79, 0.947, 99, - 0.859, + 0.86, 148, 1.986, 149, - 3.684, + 3.685, 153, - 2.196, + 2.197, 169, 1.44, 211, - 4.335, + 4.336, 285, - 4.335, + 4.336, 452, - 2.814, + 2.815, 600, - 5.346, + 5.347, 1025, - 3.824, + 3.825, 1382, - 5.362, + 5.363, 1621, - 4.905, + 4.906, 2088, - 7.07, + 7.071, 6513, - 11.145 + 11.146 ] ], [ @@ -69088,25 +69088,25 @@ 99, 0.992, 194, - 1.774, + 1.775, 198, - 2.648, + 2.649, 256, 2.185, 615, - 5.174, + 5.175, 1616, - 6.145, + 6.146, 1975, 1.232, 4533, - 6.899, + 6.9, 6514, - 11.175, + 11.176, 6515, - 9.724, + 9.726, 6516, - 9.724 + 9.726 ] ], [ @@ -69122,83 +69122,83 @@ 18, 0.967, 20, - 1.202, + 1.203, 36, - 1.804, + 1.805, 38, 1.19, 59, 0.817, 79, - 0.91, + 0.911, 99, - 0.803, + 0.804, 100, - 2.01, + 2.011, 102, - 2.326, + 2.316, 108, - 2.66, + 2.661, 148, - 1.856, + 1.857, 170, - 4.108, + 4.11, 196, - 3.129, + 3.13, 229, - 1.659, + 1.66, 241, - 1.937, + 1.938, 256, - 2.033, + 2.034, 335, - 7.058, + 7.061, 442, - 4.052, + 4.055, 473, - 3.979, + 3.982, 695, - 4.09, + 4.093, 773, - 3.278, + 3.28, 915, - 4.108, + 4.11, 1067, - 2.956, + 2.957, 1143, - 5.834, + 5.837, 1769, - 4.169, + 4.171, 1920, - 4.21, + 4.212, 2027, - 4.482, + 4.485, 2074, - 7.078, + 7.082, 3603, - 5.717, + 5.721, 4006, - 8.273, + 8.278, 4514, - 5.834, + 5.837, 5664, - 8.273, + 8.278, 6140, - 7.382, + 7.387, 6307, - 7.382, + 7.387, 6442, - 7.763, + 7.768, 6517, - 9.047, + 9.053, 6518, - 9.797, + 9.801, 6519, - 9.047, + 9.053, 6520, - 7.763, + 7.768, 6521, - 9.047 + 9.053 ] ], [ @@ -69212,7 +69212,7 @@ "data/assets/magiclinker", [ 18, - 0.869, + 0.87, 20, 1.477, 57, @@ -69220,29 +69220,29 @@ 79, 0.944, 90, - 2.296, + 2.297, 99, - 0.855, + 0.856, 194, 1.758, 392, - 3.375, + 3.376, 677, - 4.439, + 4.44, 789, - 7.268, + 7.27, 2448, - 6.347, + 6.349, 4681, - 7.861, + 7.863, 6522, - 9.634, + 9.637, 6523, - 10.712, + 10.714, 6524, - 8.81, + 8.812, 6525, - 9.634 + 9.637 ] ], [ @@ -69256,69 +69256,69 @@ "data/assets/facebookinstantgames", [ 9, - 3.137, + 3.138, 10, - 1.999, + 2.0, 18, 0.98, 20, - 1.229, + 1.23, 36, - 1.844, + 1.845, 46, - 1.319, + 1.32, 59, 0.835, 60, - 2.573, + 2.575, 70, - 3.895, + 3.897, 99, - 0.821, + 0.822, 229, 1.696, 332, - 3.078, + 3.08, 567, - 4.8, + 4.802, 765, - 3.24, + 3.242, 1131, - 4.582, + 4.584, 1681, - 5.091, + 5.092, 1839, - 6.561, + 6.564, 1840, - 5.275, + 5.277, 2027, - 4.582, + 4.584, 2054, - 5.275, + 5.277, 2063, - 7.928, + 7.93, 2065, - 8.188, + 8.19, 3159, - 7.236, + 7.239, 3576, - 7.236, + 7.239, 5173, - 8.457, + 8.461, 5742, - 8.457, + 8.461, 6351, - 8.457, + 8.461, 6526, - 9.249, + 9.253, 6527, - 9.249, + 9.253, 6528, - 9.249, + 9.253, 6529, - 9.249, + 9.253, 6530, - 8.457 + 8.461 ] ], [ @@ -69334,33 +69334,33 @@ 42, 2.126, 46, - 1.371, + 1.372, 59, - 0.867, + 0.868, 79, 0.817, 91, - 3.281, + 3.282, 194, 1.754, 228, - 4.083, + 4.05, 552, 3.48, 758, - 4.266, + 4.267, 952, - 8.303, + 8.304, 1088, - 7.843, + 7.845, 1193, - 5.751, + 5.753, 1386, - 7.021, + 7.022, 1460, - 5.401, + 5.403, 6531, - 9.612 + 9.615 ] ], [ @@ -69376,19 +69376,19 @@ 226, 2.751, 228, - 4.199, + 4.164, 229, - 1.812, + 1.813, 1180, - 5.401, + 5.402, 3833, - 8.067, + 8.068, 5261, - 8.483, + 8.484, 6532, 11.281, 6533, - 9.886 + 9.887 ] ], [ @@ -69404,7 +69404,7 @@ 38, 1.095, 42, - 1.791, + 1.792, 1188, 4.833, 1725, @@ -69412,7 +69412,7 @@ 1879, 5.993, 6534, - 11.826 + 11.827 ] ], [ @@ -69430,15 +69430,15 @@ 42, 1.787, 194, - 1.795, + 1.796, 552, - 2.925, + 2.926, 1032, 6.147, 1066, - 3.858, + 3.859, 1067, - 3.214, + 3.215, 2061, 10.138 ] @@ -69456,31 +69456,31 @@ 18, 0.874, 20, - 1.286, + 1.287, 79, 0.822, 99, - 0.859, + 0.86, 100, - 1.816, + 1.817, 113, - 1.939, + 1.94, 1500, - 7.699, + 7.7, 2458, - 7.898, + 7.9, 3568, - 9.577, + 9.578, 5903, - 8.851, + 8.853, 6535, - 9.679, + 9.681, 6536, - 11.145, + 11.146, 6537, - 9.679, + 9.681, 6538, - 9.679 + 9.681 ] ], [ @@ -69498,17 +69498,17 @@ 38, 1.098, 552, - 2.939, + 2.94, 1066, 3.877, 1067, 3.23, 1920, - 4.6, + 4.601, 6539, 11.281, 6540, - 9.886 + 9.887 ] ], [ @@ -69526,21 +69526,21 @@ 42, 2.136, 449, - 5.818, + 5.819, 469, - 4.928, + 4.929, 1067, 3.177, 1101, - 5.722, + 5.724, 1173, - 4.765, + 4.766, 2951, - 7.608, + 7.609, 6541, - 11.759, + 11.76, 6542, - 11.175 + 11.176 ] ], [ @@ -69554,29 +69554,29 @@ "data/assets/defold-nuklear", [ 20, - 1.295, + 1.296, 42, - 2.032, + 2.033, 79, 0.828, 124, - 4.249, + 4.25, 915, 3.738, 1140, - 4.491, + 4.492, 1590, - 5.832, + 5.833, 2200, - 7.119, + 7.121, 2934, - 7.953, + 7.955, 5352, - 8.913, + 8.915, 6381, - 8.364, + 8.365, 6543, - 11.77 + 11.771 ] ], [ @@ -69590,35 +69590,35 @@ "data/assets/defsave", [ 7, - 1.22, + 1.221, 59, 0.878, 79, 0.826, 99, - 0.863, + 0.864, 153, - 2.206, + 2.207, 891, - 3.298, + 3.299, 898, 3.453, 916, - 7.103, + 7.104, 918, - 4.665, + 4.666, 1061, - 6.406, + 6.408, 1269, - 5.387, + 5.388, 1457, - 5.722, + 5.724, 1584, - 5.465, + 5.466, 2514, - 5.313, + 5.314, 6281, - 10.218 + 10.22 ] ], [ @@ -69638,13 +69638,13 @@ 735, 5.662, 1100, - 7.68, + 7.681, 3161, - 6.467, + 6.468, 6544, - 11.235, + 11.236, 6545, - 9.816 + 9.818 ] ], [ @@ -69664,13 +69664,13 @@ 186, 5.726, 351, - 5.13, + 5.131, 614, 3.877, 2164, 4.272, 6546, - 11.837 + 11.838 ] ], [ @@ -69684,39 +69684,39 @@ "data/assets/colorpicker", [ 18, - 0.869, + 0.87, 38, 1.07, 42, 1.75, 59, - 0.869, + 0.87, 79, - 0.818, + 0.819, 106, 1.991, 330, - 3.072, + 3.073, 333, 2.725, 675, - 3.694, + 3.695, 1289, - 5.973, + 5.974, 2390, - 6.655, + 6.657, 2697, - 7.537, + 7.539, 2749, - 8.267, + 8.269, 5163, - 7.537, + 7.539, 6547, - 11.715, + 11.716, 6548, - 9.634, + 9.637, 6549, - 9.634 + 9.637 ] ], [ @@ -69730,19 +69730,19 @@ "data/assets/resource-encryption", [ 18, - 0.865, + 0.866, 38, 1.065, 57, 1.227, 77, - 1.986, + 1.987, 102, - 2.466, + 2.454, 126, - 1.903, + 1.904, 148, - 1.967, + 1.968, 174, 4.767, 194, @@ -69750,19 +69750,19 @@ 198, 2.612, 359, - 4.295, + 4.219, 471, 2.571, 713, - 5.103, + 5.04, 1029, - 4.699, + 4.65, 3043, - 9.406, + 9.407, 3161, - 6.318, + 6.319, 3207, - 8.229 + 8.231 ] ], [ @@ -69780,27 +69780,27 @@ 42, 1.758, 50, - 6.502, + 6.503, 59, 0.874, 150, 2.451, 223, - 7.898, + 7.9, 424, - 7.302, + 7.303, 677, - 4.46, + 4.461, 1188, 5.461, 1725, - 6.117, + 6.118, 1879, 5.948, 2818, - 7.898, + 7.9, 5519, - 8.305 + 8.307 ] ], [ @@ -69816,11 +69816,11 @@ 79, 0.846, 552, - 2.96, + 2.961, 581, 5.368, 2261, - 5.595, + 5.596, 6550, 11.327 ] @@ -69838,21 +69838,21 @@ 59, 0.89, 645, - 6.629, + 6.63, 646, - 4.998, + 4.999, 677, 4.545, 1066, - 3.867, + 3.868, 1067, 3.222, 2222, - 8.463, + 8.464, 3584, - 6.997, + 6.998, 6551, - 9.863 + 9.864 ] ], [ @@ -69868,17 +69868,17 @@ 18, 0.892, 158, - 2.89, + 2.891, 159, 5.818, 328, - 5.915, + 5.916, 640, 7.014, 1694, - 6.829, + 6.83, 4174, - 7.734, + 7.735, 6552, 11.281 ] @@ -69896,35 +69896,35 @@ 42, 1.758, 52, - 2.664, + 2.665, 59, 0.874, 99, - 0.859, + 0.86, 107, 2.121, 169, 1.44, 198, - 2.636, + 2.637, 226, - 2.693, + 2.694, 289, - 5.791, + 5.792, 699, - 6.524, + 6.526, 986, - 6.524, + 6.526, 1511, - 5.218, + 5.219, 2218, - 8.851, + 8.853, 2550, - 5.606, + 5.607, 6553, - 11.145, + 11.146, 6554, - 7.898 + 7.9 ] ], [ @@ -69944,39 +69944,39 @@ 42, 1.734, 49, - 3.301, + 3.302, 59, 0.998, 77, - 1.977, + 1.978, 97, - 2.76, + 2.761, 99, 0.848, 107, - 1.816, + 1.817, 169, - 1.42, + 1.421, 194, 1.742, 198, - 2.6, + 2.601, 436, - 6.289, + 6.291, 917, - 4.315, + 4.317, 1052, - 5.015, + 5.017, 1628, - 3.955, + 3.956, 2130, - 7.789, + 7.791, 2249, - 6.434, + 6.436, 6555, - 11.671, + 11.673, 6556, - 9.546 + 9.549 ] ], [ @@ -69996,17 +69996,17 @@ 2952, 5.317, 3329, - 9.019, + 9.02, 4548, - 7.44, + 7.441, 6152, - 7.204, + 7.205, 6557, - 11.265, + 11.266, 6558, - 9.863, + 9.864, 6559, - 9.863 + 9.864 ] ], [ @@ -70024,17 +70024,17 @@ 1879, 5.022, 4279, - 8.086, + 8.087, 6560, - 9.91, + 9.911, 6561, - 9.91, + 9.911, 6562, - 9.91, + 9.911, 6563, - 9.91, + 9.911, 6564, - 9.91 + 9.911 ] ], [ @@ -70052,25 +70052,25 @@ 59, 0.884, 828, - 5.763, + 5.764, 1006, 7.96, 1188, 4.799, 1681, - 4.195, + 4.196, 3355, - 7.662, + 7.663, 4571, - 7.991, + 7.992, 5201, - 7.991, + 7.992, 6565, - 9.793, + 9.795, 6566, - 9.793, + 9.795, 6567, - 8.955 + 8.957 ] ], [ @@ -70092,13 +70092,13 @@ 231, 3.692, 728, - 4.821, + 4.822, 1075, - 6.1, + 6.101, 4972, - 7.698, + 7.699, 6568, - 11.25 + 11.251 ] ], [ @@ -70112,33 +70112,33 @@ "data/assets/daabbcc", [ 20, - 1.295, + 1.296, 59, 0.88, 79, 0.828, 98, - 6.915, + 6.916, 100, 1.829, 146, - 4.776, + 4.777, 169, 1.45, 193, - 6.043, + 6.044, 1066, - 3.822, + 3.823, 1067, - 3.184, + 3.185, 4535, - 7.353, + 7.354, 5655, - 8.913, + 8.915, 6569, - 11.19, + 11.191, 6570, - 9.747 + 9.749 ] ], [ @@ -70156,11 +70156,11 @@ 182, 5.273, 981, - 6.033, + 6.034, 989, 7.614, 6571, - 11.848 + 11.849 ] ], [ @@ -70182,17 +70182,17 @@ 91, 3.312, 194, - 1.77, + 1.771, 552, 2.885, 758, - 4.306, + 4.307, 977, - 5.162, + 5.163, 6144, - 8.56, + 8.561, 6572, - 9.702 + 9.704 ] ], [ @@ -70210,15 +70210,15 @@ 59, 0.894, 935, - 4.909, + 4.91, 936, 7.442, 2097, 6.846, 3899, - 6.679, + 6.68, 6573, - 9.91 + 9.911 ] ], [ @@ -70232,17 +70232,17 @@ "data/assets/editor-script-check-dependencies-versions", [ 4, - 2.511, + 2.512, 9, - 3.245, + 3.246, 10, - 2.068, + 2.069, 49, - 3.828, + 3.829, 60, - 2.662, + 2.663, 61, - 7.242, + 7.243, 62, 3.165, 97, @@ -70250,21 +70250,21 @@ 99, 0.85, 130, - 5.825, + 5.826, 198, 2.606, 268, 1.954, 280, - 4.341, + 4.342, 690, - 6.996, + 6.997, 717, - 5.63, + 5.632, 2028, - 6.449, + 6.451, 2344, - 7.807 + 7.809 ] ], [ @@ -70282,7 +70282,7 @@ 59, 0.872, 79, - 0.82, + 0.821, 99, 0.988, 169, @@ -70290,17 +70290,17 @@ 256, 2.17, 313, - 4.364, + 4.365, 1933, - 5.922, + 5.923, 2071, - 10.062, + 10.063, 2072, 7.904, 2533, - 6.509, + 6.51, 6382, - 8.83 + 8.832 ] ], [ @@ -70318,23 +70318,23 @@ 79, 0.834, 111, - 4.1, + 4.101, 194, 1.791, 198, - 2.673, + 2.674, 614, - 3.849, + 3.85, 1269, - 5.438, + 5.439, 1655, - 5.157, + 5.158, 4821, - 8.01, + 8.011, 6016, - 8.976, + 8.978, 6574, - 11.235 + 11.236 ] ], [ @@ -70350,23 +70350,23 @@ 59, 0.888, 185, - 4.624, + 4.625, 289, - 5.887, + 5.888, 293, - 7.698, + 7.699, 555, - 3.082, + 3.064, 677, - 4.534, + 4.535, 1041, - 4.448, + 4.449, 2236, 6.975, 4608, - 8.029, + 8.03, 6575, - 9.839 + 9.841 ] ], [ @@ -70384,15 +70384,15 @@ 42, 2.146, 160, - 2.909, + 2.893, 194, - 1.795, + 1.796, 552, - 2.925, + 2.926, 1031, - 8.629, + 8.63, 4472, - 7.187 + 7.188 ] ], [ @@ -70406,47 +70406,47 @@ "data/assets/visual-novel-template-ink", [ 2, - 2.395, + 2.396, 20, - 1.257, + 1.258, 38, - 1.05, + 1.051, 42, - 1.718, + 1.719, 59, 0.854, 60, - 2.632, + 2.633, 91, - 3.229, + 3.23, 100, - 1.775, + 1.776, 151, - 3.919, + 3.888, 160, - 2.797, + 2.782, 224, - 7.348, + 7.349, 228, - 4.018, + 3.985, 229, - 1.734, + 1.735, 761, - 6.71, + 6.713, 977, - 5.852, + 5.853, 1080, - 7.136, + 7.138, 1681, - 4.052, + 4.054, 2217, - 5.759, + 5.761, 6422, - 9.768, + 9.769, 6576, - 10.997, + 11.0, 6577, - 8.65 + 8.653 ] ], [ @@ -70460,15 +70460,15 @@ "data/assets/defold-saver", [ 8, - 2.772, + 2.773, 42, 2.152, 2514, - 5.414, + 5.415, 2928, - 7.03, + 7.031, 6578, - 11.296 + 11.297 ] ], [ @@ -70482,55 +70482,55 @@ "data/assets/defold-tile-raycast", [ 20, - 1.251, + 1.252, 36, 1.878, 38, 1.046, 42, - 1.992, + 1.993, 46, - 1.343, + 1.344, 60, - 2.62, + 2.621, 69, - 4.425, + 4.427, 107, 1.792, 150, - 2.384, + 2.385, 228, - 4.0, + 3.967, 291, - 6.722, + 6.723, 434, - 4.381, + 4.383, 522, - 4.665, + 4.666, 1000, - 6.68, + 6.683, 1332, - 3.808, + 3.81, 1681, - 4.034, + 4.035, 2354, - 6.68, + 6.683, 2519, - 8.274, + 8.276, 4535, - 7.103, + 7.106, 4606, - 8.08, + 8.083, 5690, - 9.411, + 9.414, 6122, - 8.61, + 8.614, 6579, - 9.416, + 9.42, 6580, - 9.416, + 9.42, 6581, - 8.08 + 8.083 ] ], [ @@ -70544,11 +70544,11 @@ "data/assets/dashdocsetfordefold", [ 20, - 1.283, + 1.284, 38, 1.236, 42, - 2.021, + 2.022, 59, 0.872, 169, @@ -70558,23 +70558,23 @@ 614, 3.787, 659, - 5.507, + 5.509, 735, - 4.632, + 4.633, 1104, - 3.361, + 3.362, 1282, - 8.286, + 8.288, 1638, - 6.102, + 6.104, 2928, - 6.851, + 6.852, 6582, - 9.657, + 9.659, 6583, - 10.177, + 10.179, 6584, - 9.657 + 9.659 ] ], [ @@ -70590,17 +70590,17 @@ 59, 0.894, 1104, - 3.449, + 3.45, 2097, 6.846, 3899, - 6.679, + 6.68, 4154, - 7.238, + 7.239, 6585, - 9.91, + 9.911, 6586, - 11.296 + 11.297 ] ], [ @@ -70614,71 +70614,71 @@ "data/assets/ump", [ 18, - 0.968, + 0.969, 38, - 1.007, + 1.008, 42, - 1.948, + 1.949, 59, - 0.818, + 0.819, 99, 0.953, 100, - 1.701, + 1.702, 107, - 1.725, + 1.726, 153, - 2.434, + 2.435, 194, 1.655, 198, - 2.469, + 2.471, 229, - 1.662, + 1.663, 280, - 3.555, + 3.557, 433, - 3.696, + 3.698, 555, - 2.84, + 2.825, 773, - 3.285, + 3.287, 801, - 4.443, + 4.445, 915, - 4.381, + 4.382, 945, - 5.847, + 5.85, 998, - 5.251, + 5.254, 1047, - 5.093, + 5.095, 1067, - 2.962, + 2.964, 2024, - 4.85, + 4.851, 2072, - 6.112, + 6.115, 2169, - 6.112, + 6.115, 2194, - 5.251, + 5.254, 2264, - 7.094, + 7.098, 3415, - 4.954, + 4.957, 4174, - 7.094, + 7.098, 4533, - 6.433, + 6.436, 5149, - 8.754, + 8.756, 5501, - 8.291, + 8.296, 6587, - 11.425, + 11.428, 6588, - 11.809 + 11.811 ] ], [ @@ -70692,37 +70692,37 @@ "data/assets/lua-language-server", [ 2, - 2.96, + 2.961, 18, - 0.865, + 0.866, 38, 1.065, 42, 1.742, 49, - 3.316, + 3.317, 59, - 0.865, + 0.866, 160, - 3.457, + 3.438, 169, 1.427, 351, - 4.977, + 4.978, 629, - 2.884, + 2.885, 646, 5.926, 1040, - 5.738, + 5.739, 1962, - 7.004, + 7.006, 2008, - 7.825, + 7.827, 2273, - 8.229, + 8.231, 5437, - 8.769 + 8.772 ] ], [ @@ -70738,23 +70738,23 @@ 42, 1.787, 49, - 3.402, + 3.403, 59, 0.888, 226, 2.738, 962, - 4.624, + 4.625, 963, - 5.376, + 5.377, 2121, - 5.79, + 5.791, 4555, 9.18, 5518, - 8.997, + 8.999, 6589, - 9.839 + 9.841 ] ], [ @@ -70772,33 +70772,33 @@ 79, 0.947, 99, - 0.859, + 0.86, 313, - 3.795, + 3.796, 332, - 3.221, + 3.222, 425, - 6.356, + 6.357, 765, - 3.391, + 3.392, 915, 3.712, 978, - 3.824, + 3.825, 1090, - 4.504, + 4.505, 1590, - 5.791, + 5.792, 2200, - 7.07, + 7.071, 3107, - 6.686, + 6.688, 6255, - 7.898, + 7.9, 6590, - 9.679, + 9.681, 6591, - 9.679 + 9.681 ] ], [ @@ -70814,11 +70814,11 @@ 150, 2.521, 160, - 2.944, + 2.928, 4113, 10.855, 4118, - 9.105 + 9.106 ] ], [ @@ -70836,17 +70836,17 @@ 99, 0.876, 895, - 4.731, + 4.732, 1097, 6.115, 1968, - 5.248, + 5.249, 2360, 5.317, 2946, - 10.814, + 10.815, 2947, - 8.463 + 8.464 ] ], [ @@ -70866,21 +70866,21 @@ 194, 2.045, 978, - 3.86, + 3.861, 1676, - 6.174, + 6.175, 1975, 1.42, 3243, - 7.37, + 7.372, 4506, - 8.766, + 8.767, 4818, - 8.934, + 8.936, 6592, - 9.77, + 9.772, 6593, - 9.77 + 9.772 ] ], [ @@ -70894,17 +70894,17 @@ "data/assets/gog-galaxy", [ 106, - 1.758, + 1.759, 150, - 2.485, + 2.486, 1032, - 5.363, + 5.364, 1067, 3.207, 3055, - 8.01, + 8.011, 4109, - 8.01, + 8.011, 6594, 11.804, 6595, @@ -70922,31 +70922,31 @@ "data/assets/lowrezjamtemplate", [ 24, - 6.174, + 6.175, 38, 1.085, 57, 1.25, 91, - 3.335, + 3.336, 224, 7.081, 807, - 5.658, + 5.659, 1681, - 4.185, + 4.186, 1872, - 5.948, + 5.949, 2250, - 8.934, + 8.936, 4548, - 7.37, + 7.372, 6596, - 9.77, + 9.772, 6597, - 9.77, + 9.772, 6598, - 9.77 + 9.772 ] ], [ @@ -70964,15 +70964,15 @@ 79, 0.84, 142, - 2.939, + 2.94, 3499, - 9.04, + 9.041, 6380, - 7.734, + 7.735, 6599, - 11.837, + 11.838, 6600, - 9.886 + 9.887 ] ], [ @@ -70990,15 +70990,15 @@ 229, 1.817, 1681, - 4.245, + 4.246, 4946, - 9.062, + 9.063, 6255, - 8.086, + 8.087, 6601, - 11.296, + 11.297, 6602, - 9.91 + 9.911 ] ], [ @@ -71022,19 +71022,19 @@ 91, 3.312, 194, - 1.77, + 1.771, 216, - 3.833, + 3.834, 552, 2.885, 758, - 4.306, + 4.307, 6106, - 8.872, + 8.873, 6603, - 11.748, + 11.749, 6604, - 9.702 + 9.704 ] ], [ @@ -71048,73 +71048,73 @@ "data/assets/def-behavior-tree", [ 20, - 1.218, + 1.219, 38, - 1.018, + 1.019, 46, - 1.54, + 1.541, 59, - 0.974, + 0.975, 60, - 3.004, + 3.005, 95, - 4.266, + 4.268, 99, 0.814, 106, - 1.642, + 1.643, 107, - 1.744, + 1.745, 148, - 1.881, + 1.882, 153, - 2.45, + 2.451, 193, - 6.694, + 6.696, 194, - 1.673, + 1.674, 198, - 2.497, + 2.498, 309, - 6.354, + 6.356, 471, - 2.457, + 2.458, 472, - 4.224, + 4.226, 676, - 4.184, + 4.186, 918, - 4.397, + 4.4, 1090, - 4.266, + 4.268, 1364, - 5.394, + 5.397, 1385, - 6.503, + 6.507, 1655, - 5.673, + 5.675, 2169, - 6.179, + 6.182, 2514, - 5.009, + 5.011, 2582, - 5.309, + 5.231, 3720, - 7.866, + 7.87, 4571, - 7.48, + 7.484, 4572, - 7.172, + 7.176, 4593, - 7.866, + 7.87, 5273, - 8.383, + 8.387, 6359, - 7.886, + 7.889, 6605, - 9.167, + 9.172, 6606, - 9.167 + 9.172 ] ], [ @@ -71132,49 +71132,49 @@ 59, 0.856, 72, - 3.155, + 3.156, 91, - 3.236, + 3.237, 100, - 1.779, + 1.78, 106, - 1.698, + 1.699, 140, - 4.369, + 4.37, 147, - 5.579, + 5.581, 153, - 2.151, + 2.152, 194, - 1.73, + 1.731, 198, - 2.582, + 2.583, 269, - 2.151, + 2.152, 963, - 5.18, + 5.182, 1188, - 5.396, + 5.397, 1270, - 7.417, + 7.42, 1289, - 5.878, + 5.88, 1322, - 4.861, + 4.863, 1457, - 5.579, + 5.581, 1675, - 5.111, + 5.112, 2390, - 6.549, + 6.551, 2524, - 6.113, + 6.115, 4150, - 6.925, + 6.927, 4810, - 7.736, + 7.738, 6607, - 11.012 + 11.014 ] ], [ @@ -71190,13 +71190,13 @@ 38, 1.039, 42, - 1.984, + 1.985, 44, - 3.907, + 3.908, 49, - 3.234, + 3.235, 52, - 2.574, + 2.576, 57, 1.197, 59, @@ -71204,43 +71204,43 @@ 79, 0.928, 97, - 2.704, + 2.705, 99, - 0.83, + 0.831, 100, - 1.755, + 1.756, 106, - 1.675, + 1.676, 150, - 2.368, + 2.369, 194, 1.707, 198, - 2.547, + 2.548, 241, - 2.339, + 2.34, 516, - 6.43, + 6.431, 543, - 3.753, + 3.754, 567, - 4.854, + 4.856, 620, - 4.854, + 4.856, 758, - 4.151, + 4.152, 762, - 4.268, + 4.23, 793, - 4.352, + 4.354, 808, - 4.976, + 4.979, 895, - 4.486, + 4.488, 1067, - 3.055, + 3.057, 1269, - 5.181 + 5.183 ] ], [ @@ -71258,27 +71258,27 @@ 230, 3.409, 290, - 3.811, + 3.812, 555, - 3.067, + 3.05, 882, - 7.388, + 7.389, 931, - 2.71, + 2.682, 935, - 4.851, + 4.852, 936, - 6.452, + 6.453, 1041, - 4.427, + 4.428, 2532, - 6.315, + 6.316, 3393, - 7.991, + 7.992, 6608, - 9.793, + 9.795, 6609, - 9.793 + 9.795 ] ], [ @@ -71296,31 +71296,31 @@ 38, 1.08, 42, - 1.766, + 1.767, 100, 1.825, 194, - 1.774, + 1.775, 433, - 3.964, + 3.965, 552, - 2.891, + 2.892, 614, - 3.813, + 3.814, 899, - 6.406, + 6.408, 1090, - 4.525, + 4.526, 1104, 3.385, 3224, - 6.406, + 6.408, 6610, - 9.724, + 9.726, 6611, - 11.175, + 11.176, 6612, - 9.724 + 9.726 ] ], [ @@ -71334,61 +71334,61 @@ "data/assets/push", [ 10, - 2.026, + 2.027, 18, 0.846, 59, - 1.045, + 1.046, 77, - 1.941, + 1.942, 79, - 0.796, + 0.797, 99, - 0.832, + 0.833, 150, - 2.373, + 2.374, 194, - 1.71, + 1.711, 198, - 2.553, + 2.554, 229, - 1.718, + 1.719, 382, - 3.373, + 3.375, 554, - 3.517, + 3.519, 717, - 5.516, + 5.518, 834, - 4.644, + 4.646, 1066, - 3.676, + 3.677, 1067, - 3.062, + 3.063, 1364, - 5.516, + 5.518, 1584, - 5.268, + 5.27, 1841, - 5.429, + 5.431, 1920, - 4.362, + 4.363, 2024, - 4.238, + 4.239, 2194, - 5.429, + 5.431, 2353, - 6.044, + 6.047, 3022, - 7.649, + 7.652, 4111, - 7.649, + 7.652, 4328, - 8.043, + 8.046, 4384, - 8.461, + 8.463, 5149, - 7.649 + 7.652 ] ], [ @@ -71412,13 +71412,13 @@ 1090, 5.221, 2222, - 9.627, + 9.628, 6613, - 9.793, + 9.795, 6614, - 11.22, + 11.221, 6615, - 9.793 + 9.795 ] ], [ @@ -71432,13 +71432,13 @@ "data/assets/iap", [ 10, - 1.995, + 1.996, 36, - 1.84, + 1.841, 38, 1.025, 42, - 1.676, + 1.677, 46, 1.642, 59, @@ -71446,53 +71446,53 @@ 79, 0.784, 99, - 0.962, + 0.963, 194, - 1.684, + 1.685, 229, - 1.692, + 1.693, 256, 2.074, 677, - 4.252, + 4.254, 679, - 4.133, + 4.135, 758, - 4.096, + 4.097, 780, - 9.301, + 9.304, 1590, - 5.521, + 5.524, 1769, - 5.303, + 5.305, 1841, - 5.344, + 5.347, 1920, - 4.294, + 4.296, 2024, - 4.172, + 4.174, 2063, - 7.917, + 7.919, 2194, - 5.344, + 5.347, 2275, - 8.845, + 8.847, 6274, - 7.918, + 7.922, 6496, - 8.438, + 8.442, 6498, - 8.438, + 8.442, 6616, - 9.228, + 9.233, 6617, - 9.228, + 9.233, 6618, - 9.228, + 9.233, 6619, - 9.228, + 9.233, 6620, - 9.228 + 9.233 ] ], [ @@ -71510,29 +71510,29 @@ 59, 0.876, 99, - 0.861, + 0.862, 229, 1.779, 471, - 2.6, + 2.601, 758, - 4.306, + 4.307, 895, - 4.654, + 4.655, 1066, - 3.804, + 3.805, 1067, - 3.169, + 3.17, 1721, - 7.709, + 7.71, 1920, - 4.514, + 4.515, 2024, - 4.386, + 4.387, 2269, 10.081, 6621, - 8.872 + 8.873 ] ], [ @@ -71554,13 +71554,13 @@ 917, 4.459, 2640, - 6.997, + 6.998, 6622, - 9.863, + 9.864, 6623, - 9.863, + 9.864, 6624, - 9.863 + 9.864 ] ], [ @@ -71576,59 +71576,59 @@ 20, 1.235, 42, - 1.687, + 1.688, 57, 1.189, 60, - 2.585, + 2.586, 79, - 0.789, + 0.79, 99, 1.057, 106, - 1.664, + 1.665, 113, - 1.861, + 1.862, 169, - 1.382, + 1.383, 194, 1.986, 202, - 3.035, + 3.018, 256, - 2.087, + 2.088, 457, - 3.298, + 3.3, 552, - 2.762, + 2.763, 567, - 5.647, + 5.649, 808, - 4.943, + 4.945, 1681, - 3.98, + 3.982, 1872, - 5.656, + 5.658, 2143, - 6.12, + 6.123, 2961, - 6.785, + 6.788, 3141, - 8.514, + 8.516, 3615, - 7.008, + 7.011, 4105, - 8.879, + 8.882, 6625, - 9.29, + 9.294, 6626, - 10.882, + 10.885, 6627, - 9.29, + 9.294, 6628, - 9.29, + 9.294, 6629, - 9.29 + 9.294 ] ], [ @@ -71644,97 +71644,97 @@ 18, 0.801, 42, - 2.056, + 2.057, 57, - 1.355, + 1.356, 59, 1.022, 77, - 1.838, + 1.839, 79, 0.754, 99, 0.788, 116, - 3.453, + 3.456, 194, 2.14, 228, - 3.769, + 3.74, 241, - 1.9, + 1.901, 256, - 1.994, + 1.995, 290, - 3.453, + 3.456, 535, - 6.481, + 6.486, 552, - 3.149, + 3.15, 681, - 4.348, + 4.351, 915, - 3.403, + 3.405, 931, - 2.456, + 2.431, 975, - 4.257, + 4.259, 1002, - 4.396, + 4.399, 1007, - 3.109, + 3.111, 1096, - 6.481, + 6.486, 1180, - 4.848, + 4.851, 1193, - 5.309, + 5.313, 1218, - 6.295, + 6.299, 1291, - 5.309, + 5.313, 1323, - 3.707, + 3.709, 1460, - 4.987, + 4.99, 1534, - 8.114, + 8.12, 1546, - 4.605, + 4.608, 1590, - 5.309, + 5.313, 1889, - 5.402, + 5.406, 2175, - 5.846, + 5.85, 2286, - 5.501, + 5.505, 2818, - 7.241, + 7.246, 2955, - 5.061, + 5.064, 3204, - 6.694, + 6.699, 3610, - 4.784, + 4.787, 5098, - 8.114, + 8.12, 5149, - 7.241, + 7.246, 5596, - 9.685, + 9.689, 5599, - 8.114, + 8.12, 6011, - 8.114, + 8.12, 6630, - 8.874, + 8.88, 6631, - 8.874, + 8.88, 6632, - 8.874, + 8.88, 6633, - 8.874 + 8.88 ] ], [ @@ -71760,19 +71760,19 @@ 90, 2.329, 100, - 1.833, + 1.834, 112, - 6.174, + 6.175, 157, - 6.585, + 6.587, 488, - 6.174, + 6.175, 750, - 4.736, + 4.737, 2384, - 6.057, + 6.058, 6634, - 11.205 + 11.206 ] ], [ @@ -71790,19 +71790,19 @@ 256, 2.211, 456, - 5.304, + 5.305, 1066, - 3.858, + 3.859, 1920, - 4.578, + 4.579, 2024, - 4.448, + 4.449, 4209, 9.18, 6366, - 8.997, + 8.999, 6367, - 8.997 + 8.999 ] ], [ @@ -71822,11 +71822,11 @@ 42, 1.804, 1263, - 7.255, + 7.256, 6635, - 11.311, + 11.312, 6636, - 8.105 + 8.106 ] ], [ @@ -71842,9 +71842,9 @@ 1060, 5.609, 1180, - 5.453, + 5.454, 6637, - 11.882 + 11.883 ] ], [ @@ -71860,11 +71860,11 @@ 42, 2.154, 3599, - 6.544, + 6.545, 4821, - 8.105, + 8.106, 6638, - 11.311 + 11.312 ] ], [ @@ -71880,11 +71880,11 @@ 42, 2.15, 228, - 4.199, + 4.164, 1090, - 4.6, + 4.601, 4520, - 9.04, + 9.041, 6144, 7.014, 6639, @@ -71908,25 +71908,25 @@ 59, 0.882, 99, - 0.867, + 0.868, 160, - 2.888, + 2.873, 747, - 5.49, + 5.491, 1032, - 5.338, + 5.339, 1104, 3.401, 1616, - 6.174, + 6.175, 4017, - 7.644, + 7.645, 6640, - 11.205, + 11.206, 6641, - 9.77, + 9.772, 6642, - 9.77 + 9.772 ] ], [ @@ -71940,35 +71940,35 @@ "data/assets/lpeg", [ 20, - 1.289, + 1.29, 79, 0.824, 201, 2.18, 228, - 4.121, + 4.087, 229, 1.779, 678, - 6.539, + 6.541, 1074, - 7.319, + 7.32, 1090, - 4.514, + 4.515, 1890, - 5.619, + 5.62, 4538, - 7.319, + 7.32, 5186, - 8.872, + 8.873, 5187, - 8.872, + 8.873, 6451, - 10.743, + 10.744, 6643, - 9.702, + 9.704, 6644, - 9.702 + 9.704 ] ], [ @@ -71990,29 +71990,29 @@ 79, 0.813, 142, - 3.291, + 3.292, 463, - 6.449, + 6.451, 729, - 5.541, + 5.543, 1067, - 3.126, + 3.127, 1176, 8.098, 2418, - 7.807, + 7.809, 3610, - 5.158, + 5.159, 6379, - 10.986, + 10.987, 6380, - 7.485, + 7.488, 6463, - 7.807, + 7.809, 6645, - 9.568, + 9.571, 6646, - 9.568 + 9.571 ] ], [ @@ -72034,23 +72034,23 @@ 91, 3.312, 151, - 4.019, + 3.988, 194, - 1.77, + 1.771, 291, - 5.619, + 5.62, 552, 2.885, 758, - 4.306, + 4.307, 959, - 5.162, + 5.163, 983, - 7.196, + 7.197, 6647, - 9.702, + 9.704, 6648, - 11.16 + 11.161 ] ], [ @@ -72068,13 +72068,13 @@ 38, 1.101, 1032, - 5.414, + 5.415, 1066, 3.886, 1067, - 3.237, + 3.238, 6649, - 11.848 + 11.849 ] ], [ @@ -72096,11 +72096,11 @@ 602, 3.97, 735, - 5.389, + 5.39, 6650, - 9.816, + 9.818, 6651, - 11.235 + 11.236 ] ], [ @@ -72120,29 +72120,29 @@ 57, 1.233, 59, - 0.869, + 0.87, 79, - 0.818, + 0.819, 169, - 1.433, + 1.434, 533, - 5.337, + 5.338, 989, - 7.492, + 7.493, 1324, - 5.0, + 5.001, 1604, - 5.062, + 5.063, 1681, - 4.127, + 4.128, 2384, - 5.973, + 5.974, 2619, - 8.267, + 8.269, 3160, - 10.052, + 10.053, 6652, - 11.115 + 11.116 ] ], [ @@ -72162,17 +72162,17 @@ 113, 1.962, 198, - 2.667, + 2.668, 225, - 7.948, + 7.949, 226, 2.725, 231, 3.675, 713, - 5.211, + 5.146, 960, - 4.469 + 4.428 ] ], [ @@ -72192,19 +72192,19 @@ 79, 0.834, 290, - 4.372, + 4.373, 898, - 3.485, + 3.486, 1807, 4.709, 3141, - 7.68, + 7.681, 6653, - 11.235, + 11.236, 6654, - 9.816, + 9.818, 6655, - 9.816 + 9.818 ] ], [ @@ -72218,39 +72218,39 @@ "data/assets/asefold", [ 8, - 2.683, + 2.684, 36, - 1.912, + 1.913, 38, 1.231, 42, - 2.013, + 2.014, 59, - 0.865, + 0.866, 231, - 3.598, + 3.599, 555, - 3.004, + 2.987, 1067, - 3.133, + 3.134, 2129, - 7.503, + 7.505, 2164, - 4.144, + 4.145, 2189, - 5.313, + 5.314, 4843, - 8.769, + 8.772, 6127, - 6.803, + 6.626, 6656, - 11.085, + 11.087, 6657, - 11.693, + 11.694, 6658, - 9.59, + 9.593, 6659, - 9.59 + 9.593 ] ], [ @@ -72266,13 +72266,13 @@ 42, 2.15, 894, - 3.906, + 3.907, 1126, - 4.953, + 4.898, 2582, - 6.855, + 6.751, 4850, - 7.221 + 7.222 ] ], [ @@ -72286,11 +72286,11 @@ "data/assets/defos", [ 879, - 5.859, + 5.86, 1034, 3.818, 1066, - 3.904, + 3.905, 1440, 6.062, 6660, @@ -72316,7 +72316,7 @@ 6661, 11.86, 6662, - 9.933 + 9.934 ] ], [ @@ -72330,21 +72330,21 @@ "data/assets/cas-ai", [ 695, - 4.469, + 4.47, 1173, - 4.844, + 4.845, 2074, - 8.825, + 8.826, 2267, - 8.067, + 8.068, 3413, - 8.483, + 8.484, 6621, - 9.04, + 9.041, 6663, - 9.886, + 9.887, 6664, - 9.886 + 9.887 ] ], [ @@ -72360,7 +72360,7 @@ 194, 1.821, 1032, - 5.453, + 5.454, 2281, 7.809, 4112, @@ -72378,55 +72378,55 @@ "data/assets/apkverifier", [ 20, - 1.251, + 1.252, 36, 1.878, 59, 0.85, 91, - 3.214, + 3.215, 99, 0.836, 100, - 1.767, + 1.768, 103, - 2.168, + 2.169, 158, - 2.753, + 2.754, 169, 1.401, 170, - 4.206, + 4.207, 273, - 2.324, + 2.325, 280, - 3.692, + 3.694, 292, - 4.034, + 4.035, 433, - 3.838, + 3.84, 489, - 4.381, + 4.383, 642, - 5.558, + 5.559, 1067, - 3.076, + 3.077, 1131, - 4.665, + 4.666, 1961, - 5.732, + 5.735, 2100, - 6.878, + 6.88, 2194, - 5.453, + 5.455, 3185, - 9.017, + 9.018, 6665, - 9.416, + 9.42, 6666, - 9.416, + 9.42, 6667, - 9.416 + 9.42 ] ], [ @@ -72444,15 +72444,15 @@ 993, 5.569, 1131, - 4.909, + 4.91, 1893, - 5.929, + 5.93, 2116, 5.652, 5271, - 9.062, + 9.063, 6668, - 11.296 + 11.297 ] ], [ @@ -72470,7 +72470,7 @@ 1235, 6.436, 2630, - 7.529, + 7.53, 3693, 7.314 ] @@ -72488,71 +72488,71 @@ 18, 0.817, 20, - 1.202, + 1.203, 36, - 1.804, + 1.805, 46, 1.291, 57, - 1.157, + 1.158, 79, - 0.91, + 0.911, 99, 1.014, 100, - 2.01, + 2.011, 106, - 1.919, + 1.92, 107, 2.039, 160, - 3.561, + 3.542, 169, - 1.346, + 1.347, 260, - 3.049, + 3.051, 273, - 2.233, + 2.234, 457, - 3.804, + 3.805, 497, - 4.639, + 4.642, 510, - 3.324, + 3.326, 735, - 4.34, + 4.342, 761, - 6.419, + 6.422, 1104, - 3.149, + 3.151, 1269, - 5.012, + 5.015, 1324, - 4.695, + 4.698, 1596, - 4.814, + 4.817, 2228, - 7.078, + 7.082, 2478, - 7.763, + 7.768, 2707, - 7.078, + 7.082, 3131, - 7.382, + 7.387, 5176, - 8.273, + 8.278, 5566, - 8.273, + 8.278, 6669, - 9.047, + 9.053, 6670, - 9.047, + 9.053, 6671, - 11.801, + 11.803, 6672, - 9.047, + 9.053, 6673, - 9.047 + 9.053 ] ], [ @@ -72568,31 +72568,31 @@ 59, 0.882, 771, - 4.546, + 4.547, 1047, - 4.638, + 4.639, 1066, - 3.831, + 3.832, 1263, - 7.136, + 7.137, 1997, - 5.572, + 5.573, 1999, - 5.412, + 5.413, 2514, - 5.338, + 5.339, 3607, - 7.136, + 7.137, 4850, - 7.136, + 7.137, 6359, - 7.136, + 7.137, 6674, - 9.77, + 9.772, 6675, - 9.77, + 9.772, 6676, - 8.934 + 8.936 ] ], [ @@ -72612,41 +72612,41 @@ 42, 2.173, 57, - 1.207, + 1.208, 79, 0.802, 99, 0.838, 194, - 1.722, + 1.723, 292, - 4.043, + 4.044, 382, - 3.396, + 3.397, 561, - 2.991, + 2.992, 677, - 4.349, + 4.35, 771, - 4.391, + 4.393, 837, - 6.086, + 6.088, 1173, - 4.624, + 4.626, 1933, - 5.022, + 5.023, 2279, - 7.119, + 7.122, 3165, - 7.701, + 7.703, 4572, - 7.383, + 7.386, 6677, - 12.179, + 12.18, 6678, - 9.438, + 9.441, 6679, - 9.438 + 9.441 ] ], [ @@ -72666,15 +72666,15 @@ 79, 0.84, 1090, - 4.6, + 4.601, 2088, - 7.221, + 7.222, 6680, - 9.886, + 9.887, 6681, 9.68, 6682, - 9.886 + 9.887 ] ], [ @@ -72690,9 +72690,9 @@ 1879, 5.748, 6683, - 9.981, + 9.982, 6684, - 11.342 + 11.343 ] ], [ @@ -72706,35 +72706,35 @@ "data/assets/defmnu", [ 7, - 1.223, + 1.224, 59, 0.88, 681, - 4.776, + 4.777, 1047, 4.628, 1066, - 3.822, + 3.823, 1090, - 4.535, + 4.536, 1126, - 4.883, + 4.83, 1769, - 4.491, + 4.492, 1999, - 5.4, + 5.401, 3607, - 7.119, + 7.121, 4850, - 7.119, + 7.121, 6359, - 7.119, + 7.121, 6676, - 8.913, + 8.915, 6685, - 9.747, + 9.749, 6686, - 9.747 + 9.749 ] ], [ @@ -72752,15 +72752,15 @@ 150, 2.509, 160, - 2.93, + 2.914, 169, - 1.474, + 1.475, 1008, - 7.03, + 7.031, 1858, - 6.528, + 6.529, 6687, - 11.296 + 11.297 ] ], [ @@ -72778,23 +72778,23 @@ 59, 0.886, 1133, - 5.157, + 5.158, 1188, - 4.81, + 4.811, 1193, - 5.873, + 5.874, 1681, - 4.205, + 4.206, 3355, - 7.68, + 7.681, 5201, - 8.01, + 8.011, 5753, - 8.206, + 8.207, 6567, - 8.976, + 8.978, 6688, - 9.816 + 9.818 ] ], [ @@ -72814,11 +72814,11 @@ 614, 3.886, 2019, - 6.679, + 6.68, 2027, - 4.909, + 4.91, 6689, - 11.848 + 11.849 ] ], [ @@ -72832,33 +72832,33 @@ "data/assets/defquest", [ 36, - 1.939, + 1.94, 59, 0.878, 228, - 4.13, + 4.097, 229, 1.783, 280, - 3.813, + 3.814, 646, - 4.928, + 4.929, 765, 3.915, 1158, - 4.481, + 4.482, 1440, - 5.92, + 5.921, 1616, - 6.145, + 6.146, 1724, - 4.617, + 4.618, 2568, - 6.145, + 6.146, 6690, - 11.175, + 11.176, 6691, - 9.724 + 9.726 ] ], [ @@ -72876,25 +72876,25 @@ 42, 2.134, 99, - 0.861, + 0.862, 169, - 1.66, + 1.661, 521, 3.377, 614, - 3.804, + 3.805, 677, - 4.47, + 4.471, 1002, - 4.806, + 4.807, 5365, - 7.59, + 7.592, 5594, - 10.205, + 10.206, 6692, - 10.205, + 10.206, 6693, - 9.702 + 9.704 ] ], [ @@ -72910,65 +72910,65 @@ 18, 1.089, 20, - 1.21, + 1.211, 54, - 4.324, + 4.326, 57, - 1.165, + 1.166, 69, - 4.28, + 4.282, 79, 0.774, 99, 0.809, 169, - 1.6, + 1.601, 194, - 1.662, + 1.663, 229, 1.67, 550, - 5.005, + 5.006, 615, - 4.846, + 4.848, 715, - 5.651, + 5.653, 799, - 5.544, + 5.547, 1047, - 5.106, + 5.108, 1507, - 5.646, + 5.649, 1681, - 3.901, + 3.903, 2049, - 5.755, + 5.758, 2075, - 5.449, + 5.452, 2108, - 9.835, + 9.838, 2122, - 6.87, + 6.874, 2335, - 5.872, + 5.876, 4850, - 6.652, + 6.655, 6694, - 12.066, + 12.068, 6695, - 9.107, + 9.112, 6696, - 9.107, + 9.112, 6697, - 9.107, + 9.112, 6698, - 8.328, + 8.332, 6699, - 9.107, + 9.112, 6700, - 10.756, + 10.759, 6701, - 9.107 + 9.112 ] ], [ @@ -72990,15 +72990,15 @@ 1180, 5.389, 1889, - 6.858, + 6.859, 3393, - 8.048, + 8.049, 5578, - 9.019, + 9.02, 6702, - 9.863, + 9.864, 6703, - 9.863 + 9.864 ] ], [ @@ -73016,47 +73016,47 @@ 59, 0.862, 77, - 1.977, + 1.978, 79, 0.811, 99, 0.982, 158, - 2.791, + 2.792, 256, - 2.145, + 2.146, 623, - 4.237, + 4.238, 677, - 4.399, + 4.4, 758, - 4.237, + 4.238, 773, - 3.459, + 3.46, 1323, - 3.987, + 3.988, 1503, - 7.468, + 7.47, 1590, - 5.711, + 5.713, 1769, - 4.399, + 4.4, 1961, - 5.811, + 5.813, 4180, - 7.201, + 7.203, 5844, - 7.789, + 7.791, 6274, - 8.191, + 8.193, 6704, - 9.546, + 9.549, 6705, - 9.546, + 9.549, 6706, - 8.729, + 8.732, 6707, - 9.546 + 9.549 ] ], [ @@ -73070,13 +73070,13 @@ "data/assets/webgl-memory", [ 18, - 0.863, + 0.864, 42, 1.738, 57, 1.224, 59, - 0.863, + 0.864, 79, 0.813, 99, @@ -73086,29 +73086,29 @@ 198, 2.606, 229, - 1.754, + 1.755, 567, - 4.965, + 4.967, 615, - 5.091, + 5.092, 622, - 5.663, + 5.664, 701, - 5.027, + 5.028, 730, - 10.123, + 10.125, 948, - 3.78, + 3.781, 1043, - 4.134, + 4.136, 1047, - 4.542, + 4.544, 2088, - 6.988, + 6.99, 2189, - 5.3, + 5.302, 2331, - 8.21 + 8.212 ] ], [ @@ -73122,27 +73122,27 @@ "data/assets/defblend", [ 150, - 2.485, + 2.486, 169, - 1.46, + 1.461, 198, - 2.673, + 2.674, 344, - 5.976, + 5.977, 381, - 6.086, + 6.087, 981, - 5.976, + 5.977, 1291, - 5.873, + 5.874, 2390, - 6.781, + 6.782, 5182, - 8.976, + 8.978, 6043, - 7.17, + 7.171, 6708, - 11.235 + 11.236 ] ], [ @@ -73164,21 +73164,21 @@ 150, 2.468, 801, - 4.776, + 4.777, 935, - 4.829, + 4.83, 1066, - 3.822, + 3.823, 1132, - 7.626, + 7.627, 1133, 6.349, 1716, - 6.915, + 6.916, 2173, - 5.736, + 5.737, 4287, - 7.626 + 7.627 ] ], [ @@ -73194,11 +73194,11 @@ 552, 2.968, 1180, - 5.453, + 5.454, 6709, - 11.342, + 11.343, 6710, - 9.127 + 9.128 ] ], [ @@ -73218,35 +73218,35 @@ 59, 0.872, 79, - 0.82, + 0.821, 99, - 0.857, + 0.858, 160, - 2.855, + 2.84, 894, - 3.815, + 3.816, 895, - 4.632, + 4.633, 1043, - 4.173, + 4.174, 1426, - 5.879, + 5.88, 1714, - 7.053, + 7.055, 2346, - 5.683, + 5.684, 2621, - 7.053, + 7.055, 6636, - 7.879, + 7.881, 6711, - 9.657, + 9.659, 6712, - 9.657, + 9.659, 6713, - 9.657, + 9.659, 6714, - 9.657 + 9.659 ] ], [ @@ -73260,7 +73260,7 @@ "data/assets/siwa", [ 38, - 1.055, + 1.056, 46, 1.662, 59, @@ -73268,33 +73268,33 @@ 99, 0.979, 107, - 1.808, + 1.809, 140, - 4.378, + 4.38, 150, - 2.406, + 2.407, 169, 1.641, 170, - 3.644, + 3.645, 198, - 2.588, + 2.589, 324, - 5.419, + 5.421, 567, - 4.931, + 4.933, 2049, - 6.005, + 6.007, 2953, - 8.047, + 8.048, 2956, - 7.852, + 7.853, 2971, - 7.168, + 7.17, 6715, - 9.502, + 9.505, 6716, - 9.502 + 9.505 ] ], [ @@ -73312,15 +73312,15 @@ 79, 0.84, 1090, - 4.6, + 4.601, 1681, - 4.235, + 4.236, 2821, - 7.221, + 7.222, 3599, - 6.513, + 6.514, 4493, - 9.04, + 9.041, 6717, 11.281 ] @@ -73336,7 +73336,7 @@ "data/assets/fmod", [ 20, - 1.243, + 1.244, 38, 1.039, 57, @@ -73346,47 +73346,47 @@ 79, 0.795, 106, - 1.675, + 1.676, 229, 1.715, 552, - 3.248, + 3.249, 572, - 7.631, + 7.635, 712, - 6.304, + 6.307, 938, - 5.91, + 5.913, 993, - 5.256, + 5.258, 1045, - 6.161, + 6.164, 1131, - 4.633, + 4.635, 1173, - 4.583, + 4.585, 1681, - 4.007, + 4.008, 1933, - 4.976, + 4.979, 2080, - 6.304, + 6.307, 2116, - 6.231, + 6.232, 3342, - 5.798, + 5.801, 4150, - 6.831, + 6.834, 4472, - 6.831, + 6.834, 5712, - 10.235, + 10.236, 6718, - 9.353, + 9.356, 6719, - 9.353, + 9.356, 6720, - 9.353 + 9.356 ] ], [ @@ -73400,43 +73400,43 @@ "data/assets/editor-script-components", [ 18, - 0.863, + 0.864, 46, 1.365, 49, - 3.828, + 3.829, 50, - 5.3, + 5.302, 79, 0.813, 97, - 3.377, + 3.378, 99, 0.85, 100, - 1.795, + 1.796, 177, - 2.927, + 2.928, 198, 2.606, 226, - 2.662, + 2.663, 229, - 1.754, + 1.755, 351, - 4.965, + 4.967, 681, - 4.688, + 4.69, 762, - 4.367, + 4.327, 826, - 5.027, + 5.028, 978, - 4.374, + 4.375, 1413, - 5.825, + 5.826, 4595, - 6.17 + 6.048 ] ], [ @@ -73452,15 +73452,15 @@ 801, 4.879, 2072, - 6.711, + 6.712, 4150, 7.273, 6359, 7.273, 6721, - 9.957, + 9.958, 6722, - 9.957 + 9.958 ] ], [ @@ -73474,31 +73474,31 @@ "data/assets/defold-cognito", [ 38, - 1.077, + 1.078, 42, 2.134, 99, - 0.861, + 0.862, 471, - 2.6, + 2.601, 758, - 4.306, + 4.307, 832, - 4.654, + 4.655, 895, - 4.654, + 4.655, 915, - 3.72, + 3.721, 1066, - 3.804, + 3.805, 1067, - 3.169, + 3.17, 3313, - 7.916, + 7.918, 6723, - 11.748, + 11.749, 6724, - 9.702 + 9.704 ] ], [ @@ -73516,21 +73516,21 @@ 42, 1.783, 151, - 4.654, + 4.617, 194, 1.791, 215, 4.918, 350, - 5.873, + 5.874, 552, 2.919, 2616, - 7.17, + 7.171, 6431, 10.274, 6725, - 9.816 + 9.818 ] ], [ @@ -73544,7 +73544,7 @@ "data/assets/defold-runtime-atlas", [ 42, - 1.77, + 1.771, 57, 1.432, 79, @@ -73554,15 +73554,15 @@ 113, 1.953, 151, - 4.876, + 4.837, 186, 6.817, 241, 2.087, 807, - 5.645, + 5.646, 935, - 4.829 + 4.83 ] ], [ @@ -73576,19 +73576,19 @@ "data/assets/facebookads", [ 1067, - 3.214, + 3.215, 2024, 5.086, 2063, - 8.217, + 8.218, 2072, - 6.632, + 6.633, 2075, - 6.731, + 6.732, 6726, - 9.839, + 9.841, 6727, - 11.25 + 11.251 ] ], [ @@ -73602,45 +73602,45 @@ "data/assets/endlessrunner", [ 18, - 0.865, + 0.866, 20, 1.275, 59, - 0.865, + 0.866, 77, 2.296, 79, 0.815, 99, - 0.851, + 0.852, 109, - 3.598, + 3.574, 194, 1.75, 229, - 1.758, + 1.759, 392, - 3.36, + 3.361, 680, - 5.038, + 5.04, 1173, - 4.699, + 4.7, 3784, - 7.234, + 7.236, 4319, - 8.229, + 8.231, 5553, - 7.503, + 7.505, 6524, - 8.769, + 8.772, 6692, - 10.137, + 10.138, 6728, - 9.59, + 9.593, 6729, - 9.59, + 9.593, 6730, - 9.59 + 9.593 ] ], [ @@ -73660,19 +73660,19 @@ 59, 0.884, 939, - 4.851, + 4.852, 1104, 3.409, 1721, - 6.765, + 6.766, 2550, - 5.672, + 5.673, 3568, - 9.155, + 9.156, 6710, - 10.26, + 10.261, 6731, - 9.793 + 9.795 ] ], [ @@ -73690,17 +73690,17 @@ 79, 0.836, 260, - 3.316, + 3.317, 614, - 3.858, + 3.859, 677, - 4.534, + 4.535, 722, - 8.029, + 8.03, 1090, - 4.578, + 4.579, 6581, - 8.443, + 8.444, 6732, 11.815 ] @@ -73720,9 +73720,9 @@ 79, 0.844, 1090, - 4.622, + 4.623, 5178, - 8.105, + 8.106, 6733, 11.86 ] @@ -73738,23 +73738,23 @@ "data/assets/md5", [ 46, - 1.4, + 1.401, 100, 1.842, 113, 1.967, 153, - 2.227, + 2.228, 433, - 4.001, + 4.002, 1066, - 3.849, + 3.85, 1067, 3.207, 1465, 3.462, 3988, - 6.616, + 6.617, 6734, 10.794 ] @@ -73770,25 +73770,25 @@ "data/assets/lightandshadows", [ 48, - 5.698, + 5.699, 57, 1.259, 59, 1.015, 791, - 7.187, + 7.188, 974, - 8.443, + 8.444, 1724, - 4.671, + 4.672, 2089, - 5.529, + 5.53, 2384, - 6.1, + 6.101, 6152, - 7.187, + 7.188, 6735, - 9.839 + 9.841 ] ], [ @@ -73802,7 +73802,7 @@ "data/assets/druid", [ 36, - 1.865, + 1.866, 42, 1.699, 57, @@ -73812,55 +73812,55 @@ 79, 0.795, 96, - 2.964, + 2.965, 99, - 0.83, + 0.831, 106, - 1.675, + 1.676, 140, - 4.31, + 4.311, 194, 1.707, 201, - 2.101, + 2.102, 226, - 2.602, + 2.603, 437, - 7.631, + 7.635, 449, - 5.596, + 5.598, 460, - 6.831, + 6.834, 513, - 4.854, + 4.856, 713, - 4.976, + 4.916, 941, - 3.667, + 3.669, 978, - 4.317, + 4.318, 1717, - 7.317, + 7.32, 1932, - 6.161, + 6.164, 2335, - 6.031, + 6.033, 5957, - 7.317, + 7.32, 6307, - 7.631, + 7.635, 6736, - 11.574, + 11.576, 6737, - 9.353, + 9.356, 6738, - 9.353, + 9.356, 6739, - 9.353, + 9.356, 6740, - 9.353, + 9.356, 6741, - 9.353 + 9.356 ] ], [ @@ -73874,69 +73874,69 @@ "data/assets/adswrapper", [ 20, - 1.221, + 1.222, 38, 1.201, 59, - 0.829, + 0.83, 77, - 1.903, + 1.904, 79, 0.781, 99, 0.816, 107, - 1.748, + 1.749, 113, - 1.841, + 1.842, 144, - 4.827, + 4.829, 153, - 2.085, + 2.086, 256, - 2.064, + 2.065, 433, - 3.745, + 3.747, 561, - 2.912, + 2.913, 573, - 4.057, + 4.058, 695, - 4.153, + 4.156, 801, - 4.502, + 4.504, 958, - 6.71, + 6.714, 1291, - 5.497, + 5.5, 1323, - 3.838, + 3.839, 1446, - 9.374, + 9.376, 1590, - 5.497, + 5.5, 1820, - 7.883, + 7.887, 2020, - 8.391, + 8.393, 2061, - 7.883, + 7.887, 2072, - 7.994, + 7.995, 2266, - 7.497, + 7.5, 2270, - 8.401, + 8.405, 6418, - 8.401, + 8.405, 6518, - 8.401, + 8.405, 6742, - 9.187, + 9.192, 6743, - 9.187, + 9.192, 6744, - 9.187 + 9.192 ] ], [ @@ -73952,13 +73952,13 @@ 91, 3.391, 3071, - 6.695, + 6.696, 3486, 7.814, 6745, - 9.933, + 9.934, 6746, - 11.311 + 11.312 ] ], [ @@ -73972,7 +73972,7 @@ "data/assets/matchanovel", [ 20, - 1.286, + 1.287, 38, 1.075, 59, @@ -73980,29 +73980,29 @@ 241, 2.073, 292, - 4.146, + 4.147, 441, - 4.849, + 4.85, 552, 2.878, 771, - 4.504, + 4.505, 977, - 5.15, + 5.151, 1332, - 3.914, + 3.915, 1681, - 4.146, + 4.147, 6421, - 8.851, + 8.853, 6449, - 8.851, + 8.853, 6747, - 11.737, + 11.738, 6748, - 9.679, + 9.681, 6749, - 9.679 + 9.681 ] ], [ @@ -74020,29 +74020,29 @@ 18, 0.876, 99, - 0.861, + 0.862, 158, - 2.836, + 2.837, 229, 1.779, 388, - 8.872, + 8.873, 433, - 3.955, + 3.956, 902, - 5.533, + 5.534, 1067, - 3.169, + 3.17, 2024, - 5.045, + 5.046, 3415, - 6.097, + 6.098, 4861, - 10.205, + 10.206, 6750, - 9.702, + 9.704, 6751, - 9.702 + 9.704 ] ], [ @@ -74064,19 +74064,19 @@ 150, 2.468, 160, - 2.882, + 2.866, 729, - 5.645, + 5.646, 2194, 6.817, 2281, - 9.208, + 9.209, 6416, - 7.953, + 7.955, 6752, - 9.747, + 9.749, 6753, - 8.913 + 8.915 ] ], [ @@ -74090,31 +74090,31 @@ "data/assets/defoldandroidpermissions", [ 20, - 1.295, + 1.296, 38, - 1.082, + 1.083, 42, - 1.77, + 1.771, 100, 1.829, 106, 1.746, 151, - 4.038, + 4.006, 351, - 5.058, + 5.059, 614, - 3.822, + 3.823, 1066, - 3.822, + 3.823, 1067, - 3.184, + 3.185, 2024, 5.059, 3681, - 8.173, + 8.174, 6754, - 9.747 + 9.749 ] ], [ @@ -74136,7 +74136,7 @@ 113, 1.944, 158, - 2.836, + 2.837, 201, 2.18, 229, @@ -74144,17 +74144,17 @@ 387, 3.936, 679, - 4.345, + 4.346, 680, - 5.097, + 5.098, 1176, - 6.539, + 6.541, 1401, - 5.906, + 5.908, 6755, - 11.16, + 11.161, 6756, - 8.872 + 8.873 ] ], [ @@ -74170,11 +74170,11 @@ 1140, 4.599, 3724, - 8.144, + 8.145, 4247, - 8.144, + 8.145, 6757, - 11.342 + 11.343 ] ], [ @@ -74194,17 +74194,17 @@ 231, 3.701, 1066, - 3.867, + 3.868, 1067, 3.222, 2112, - 8.048, + 8.049, 2113, - 8.463, + 8.464, 6758, - 11.265, + 11.266, 6759, - 9.019 + 9.02 ] ], [ @@ -74218,763 +74218,763 @@ "data/ref/stable/dmGraphics", [ 7, - 1.255, + 1.257, 18, 1.154, 20, - 0.876, + 0.879, 30, - 1.249, + 1.254, 36, - 0.377, + 0.379, 38, - 0.914, + 0.916, 46, - 1.388, + 1.39, 56, - 1.286, + 1.291, 57, - 1.467, + 1.468, 59, - 0.397, + 0.399, 60, - 2.616, + 2.62, 61, - 1.172, + 1.177, 72, - 1.1, + 1.104, 77, - 0.391, + 0.393, 79, - 0.977, + 0.978, 83, - 1.219, + 1.224, 84, - 1.416, + 1.421, 88, - 1.006, + 1.01, 89, - 1.033, + 1.037, 90, - 2.093, + 2.096, 98, - 1.341, + 1.347, 99, - 1.018, + 1.019, 100, - 0.355, + 0.356, 102, - 0.85, + 0.848, 106, - 0.946, + 0.949, 113, - 1.708, + 1.711, 121, - 1.093, + 1.097, 122, - 1.029, + 1.033, 125, - 1.824, + 1.83, 126, - 1.743, + 1.746, 132, - 2.829, + 2.834, 141, - 1.629, + 1.634, 142, - 2.74, + 2.745, 144, - 3.465, + 3.474, 158, - 3.204, + 3.207, 165, - 1.51, + 1.514, 169, - 1.056, + 1.059, 170, - 3.73, + 3.736, 177, - 2.172, + 2.177, 185, - 4.946, + 4.951, 201, - 0.742, + 0.745, 202, - 2.583, + 2.573, 212, - 0.879, + 0.883, 226, - 2.291, + 2.296, 227, - 1.914, + 1.921, 229, - 0.606, + 0.608, 230, - 3.273, + 3.278, 241, - 1.131, + 1.134, 247, - 1.456, + 1.461, 253, - 2.645, + 2.654, 256, - 0.425, + 0.427, 257, - 0.747, + 0.75, 263, - 0.565, + 0.568, 266, - 0.839, + 0.843, 268, - 1.74, + 1.743, 273, - 0.816, + 0.819, 280, - 1.726, + 1.732, 289, - 3.946, + 3.956, 297, - 3.123, + 3.134, 306, - 0.831, + 0.835, 311, - 1.219, + 1.224, 330, - 2.264, + 2.269, 332, - 0.629, + 0.632, 338, - 1.38, + 1.387, 344, - 1.151, + 1.156, 345, - 2.134, + 2.142, 351, - 1.715, + 1.721, 358, - 0.871, + 0.875, 371, - 0.993, + 0.997, 379, - 1.274, + 1.28, 392, - 1.158, + 1.162, 429, - 4.468, + 4.475, 456, - 1.781, + 1.788, 479, - 1.981, + 1.987, 490, - 1.839, + 1.845, 513, - 1.715, + 1.721, 516, - 5.673, + 5.679, 552, - 0.562, + 0.564, 555, - 2.67, + 2.659, 575, - 2.283, + 2.292, 590, - 0.783, + 0.786, 622, - 0.916, + 0.92, 634, - 2.606, + 2.612, 640, - 1.341, + 1.347, 649, - 1.131, + 1.136, 675, - 0.725, + 0.728, 679, - 3.18, + 3.187, 735, - 0.907, + 0.911, 773, - 0.685, + 0.688, 811, - 0.936, + 0.94, 823, - 1.245, + 1.251, 866, - 2.234, + 2.241, 874, - 4.37, + 4.378, 890, - 2.285, + 2.293, 891, - 3.539, + 3.543, 894, - 1.306, + 1.311, 895, - 2.533, + 2.541, 898, - 1.173, + 1.178, 901, - 0.817, + 0.82, 931, - 1.218, + 1.21, 941, - 0.741, + 0.744, 948, - 0.747, + 0.75, 950, - 1.245, + 1.251, 951, - 2.591, + 2.6, 978, - 1.306, + 1.311, 982, - 3.159, + 3.169, 996, - 0.958, + 0.962, 999, - 0.871, + 0.875, 1019, - 1.249, + 1.254, 1041, - 5.446, + 5.449, 1042, - 1.245, + 1.251, 1046, - 1.131, + 1.136, 1047, - 4.464, + 4.471, 1051, - 3.123, + 3.134, 1066, - 4.321, + 4.324, 1067, - 2.154, + 2.16, 1120, - 1.112, + 1.117, 1126, - 5.796, + 5.735, 1139, - 1.857, + 1.864, 1140, - 2.029, + 2.036, 1153, - 0.888, + 0.892, 1164, - 4.927, + 4.936, 1172, - 1.674, + 1.681, 1186, - 4.691, + 4.698, 1272, - 4.173, + 4.18, 1322, - 0.969, + 0.973, 1323, - 0.789, + 0.793, 1335, - 1.728, + 1.736, 1447, - 2.696, + 2.707, 1459, - 0.77, + 0.774, 1502, - 2.257, + 2.265, 1510, - 2.131, + 2.139, 1645, - 1.622, + 1.629, 1660, - 2.585, + 2.595, 1662, - 0.831, + 0.835, 1684, - 1.095, + 1.099, 1694, - 1.306, + 1.311, 1696, - 2.68, + 2.69, 1701, - 3.216, + 3.227, 1769, - 0.871, + 0.875, 1770, - 1.151, + 1.156, 1803, - 4.143, + 4.155, 1804, - 4.088, + 4.096, 1814, - 5.216, + 5.171, 1864, - 2.177, + 2.185, 1879, - 2.231, + 2.239, 1896, - 2.227, + 2.236, 1920, - 2.049, + 2.056, 1930, - 3.321, + 3.333, 1987, - 2.835, + 2.846, 1988, - 8.526, + 8.533, 1993, - 1.274, + 1.28, 1997, - 1.885, + 1.892, 1999, - 1.83, + 1.838, 2007, - 1.194, + 1.2, 2024, - 2.711, + 2.719, 2085, - 3.592, + 3.605, 2164, - 2.85, + 2.857, 2189, - 2.925, + 2.934, 2268, - 2.809, + 2.818, 2343, - 2.585, + 2.595, 2360, - 3.233, + 3.242, 2382, - 7.152, + 7.157, 2383, - 1.172, + 1.177, 2410, - 2.696, + 2.707, 2423, - 2.493, + 2.502, 2472, - 2.227, + 2.236, 2540, - 3.322, + 3.332, 2563, - 1.341, + 1.347, 2566, - 1.245, + 1.251, 2613, - 1.306, + 1.311, 2628, - 2.835, + 2.846, 2633, - 1.694, + 1.701, 2637, - 4.996, + 5.007, 2657, - 3.37, + 3.38, 2692, - 2.413, + 2.423, 2718, - 7.635, + 7.642, 2736, - 4.934, + 4.943, 2748, - 1.622, + 1.629, 2775, - 1.781, + 1.788, 2779, - 2.285, + 2.293, 2878, - 2.344, + 2.353, 2886, - 1.38, + 1.387, 2888, - 8.062, + 8.07, 2897, - 1.38, + 1.387, 2950, - 1.426, + 1.432, 3237, - 2.344, + 2.353, 3261, - 2.493, + 2.502, 3411, - 1.274, + 1.251, 3607, - 3.216, + 3.227, 3646, - 2.343, + 2.351, 3712, - 3.441, + 3.45, 3810, - 2.177, + 2.185, 3938, - 1.274, + 1.251, 4090, - 1.38, + 1.387, 4098, - 3.718, + 3.729, 4251, - 3.022, + 3.033, 4266, - 1.542, + 1.549, 4698, - 2.227, + 2.236, 4746, - 1.172, + 1.177, 5338, - 2.696, + 2.707, 5434, - 3.022, + 3.033, 6036, - 1.622, + 1.629, 6473, - 2.925, + 2.934, 6761, - 4.403, + 4.418, 6762, - 11.469, + 11.476, 6763, - 6.52, + 6.525, 6764, - 5.28, + 5.297, 6765, - 3.022, + 3.033, 6766, - 2.344, + 2.353, 6767, - 1.89, + 1.898, 6768, - 1.89, + 1.898, 6769, - 1.89, + 1.898, 6770, - 1.89, + 1.898, 6771, - 1.89, + 1.898, 6772, - 1.89, + 1.898, 6773, - 1.89, + 1.898, 6774, - 1.89, + 1.898, 6775, - 7.099, + 7.117, 6776, - 1.89, + 1.898, 6777, - 7.907, + 7.923, 6778, - 1.89, + 1.898, 6779, - 5.997, + 6.014, 6780, - 1.89, + 1.898, 6781, - 5.997, + 6.014, 6782, - 1.89, + 1.898, 6783, - 9.404, + 9.418, 6784, - 1.89, + 1.898, 6785, - 3.022, + 3.033, 6786, - 1.89, + 1.898, 6787, - 1.89, + 1.898, 6788, - 1.89, + 1.898, 6789, - 1.89, + 1.898, 6790, - 1.89, + 1.898, 6791, - 4.403, + 4.418, 6792, - 1.89, + 1.898, 6793, - 1.89, + 1.898, 6794, - 4.403, + 4.418, 6795, - 1.89, + 1.898, 6796, - 1.89, + 1.898, 6797, - 3.304, + 3.317, 6798, - 1.622, + 1.629, 6799, - 1.89, + 1.898, 6800, - 1.89, + 1.898, 6801, - 1.89, + 1.898, 6802, - 1.89, + 1.898, 6803, - 1.89, + 1.898, 6804, - 1.89, + 1.898, 6805, - 1.89, + 1.898, 6806, - 1.89, + 1.898, 6807, - 1.89, + 1.898, 6808, - 1.89, + 1.898, 6809, - 1.89, + 1.898, 6810, - 1.89, + 1.898, 6811, - 1.89, + 1.898, 6812, - 1.89, + 1.898, 6813, - 1.89, + 1.898, 6814, - 1.89, + 1.898, 6815, - 1.89, + 1.898, 6816, - 1.89, + 1.898, 6817, - 1.89, + 1.898, 6818, - 1.89, + 1.898, 6819, - 1.728, + 1.736, 6820, - 1.89, + 1.898, 6821, - 3.304, + 3.317, 6822, - 1.89, + 1.898, 6823, - 1.89, + 1.898, 6824, - 3.304, + 3.317, 6825, - 1.89, + 1.898, 6826, - 1.89, + 1.898, 6827, - 1.89, + 1.898, 6828, - 3.304, + 3.317, 6829, - 1.89, + 1.898, 6830, - 1.89, + 1.898, 6831, - 1.89, + 1.898, 6832, - 1.89, + 1.898, 6833, - 1.89, + 1.898, 6834, - 1.89, + 1.898, 6835, - 1.89, + 1.898, 6836, - 1.89, + 1.898, 6837, - 6.092, + 6.106, 6838, - 5.997, + 6.014, 6839, - 1.89, + 1.898, 6840, - 6.492, + 6.508, 6841, - 1.89, + 1.898, 6842, - 1.89, + 1.898, 6843, - 1.89, + 1.898, 6844, - 1.89, + 1.898, 6845, - 4.403, + 4.418, 6846, - 1.89, + 1.898, 6847, - 1.89, + 1.898, 6848, - 1.542, + 1.549, 6849, - 1.89, + 1.898, 6850, - 1.89, + 1.898, 6851, - 1.89, + 1.898, 6852, - 1.89, + 1.898, 6853, - 1.89, + 1.898, 6854, - 1.89, + 1.898, 6855, - 1.89, + 1.898, 6856, - 3.304, + 3.317, 6857, - 5.28, + 5.297, 6858, - 3.304, + 3.317, 6859, - 1.89, + 1.898, 6860, - 1.89, + 1.898, 6861, - 1.89, + 1.898, 6862, - 1.89, + 1.898, 6863, - 1.89, + 1.898, 6864, - 1.89, + 1.898, 6865, - 1.89, + 1.898, 6866, - 1.89, + 1.898, 6867, - 1.89, + 1.898, 6868, - 1.89, + 1.898, 6869, - 1.89, + 1.898, 6870, - 1.89, + 1.898, 6871, - 3.304, + 3.317, 6872, - 1.89, + 1.898, 6873, - 2.835, + 2.846, 6874, - 1.89, + 1.898, 6875, - 4.403, + 4.418, 6876, - 1.89, + 1.898, 6877, - 5.28, + 5.297, 6878, - 1.89, + 1.898, 6879, - 3.304, + 3.317, 6880, - 4.026, + 4.04, 6881, - 1.728, + 1.736, 6882, - 3.304, + 3.317, 6883, - 2.835, + 2.846, 6884, - 3.304, + 3.317, 6885, - 1.89, + 1.898, 6886, - 1.89, + 1.898, 6887, - 1.89, + 1.898, 6888, - 1.89, + 1.898, 6889, - 1.89, + 1.898, 6890, - 3.304, + 3.317, 6891, - 1.89, + 1.898, 6892, - 1.89, + 1.898, 6893, - 1.89, + 1.898, 6894, - 1.89, + 1.898, 6895, - 1.89, + 1.898, 6896, - 1.89, + 1.898, 6897, - 1.728, + 1.736, 6898, - 1.89, + 1.898, 6899, - 1.89, + 1.898, 6900, - 1.89, + 1.898, 6901, - 1.89, + 1.898, 6902, - 1.89, + 1.898, 6903, - 3.304, + 3.317, 6904, - 1.89, + 1.898, 6905, - 1.89, + 1.898, 6906, - 1.89, + 1.898, 6907, - 1.89, + 1.898, 6908, - 1.89, + 1.898, 6909, - 1.89, + 1.898, 6910, - 1.89, + 1.898, 6911, - 3.304, + 3.317, 6912, - 1.89, + 1.898, 6913, - 3.304, + 3.317, 6914, - 1.89, + 1.898, 6915, - 1.89, + 1.898, 6916, - 3.304, + 3.317, 6917, - 3.022, + 3.033, 6918, - 1.89, + 1.898, 6919, - 1.89, + 1.898, 6920, - 3.022, + 3.033, 6921, - 1.89, + 1.898, 6922, - 3.304, + 3.317, 6923, - 1.542, + 1.549, 6924, - 1.89, + 1.898, 6925, - 1.89, + 1.898, 6926, - 1.89, + 1.898, 6927, - 1.89, + 1.898, 6928, - 1.89, + 1.898, 6929, - 1.89, + 1.898, 6930, - 1.89, + 1.898, 6931, - 1.89, + 1.898, 6932, - 1.89, + 1.898, 6933, - 1.89, + 1.898, 6934, - 3.304, + 3.317, 6935, - 1.89 + 1.898 ] ], [ @@ -74988,257 +74988,257 @@ "data/ref/stable/table", [ 7, - 1.168, + 1.169, 10, - 1.27, + 1.273, 11, - 2.129, + 2.134, 18, 1.141, 20, 1.613, 22, - 3.337, + 3.342, 31, - 3.404, + 3.411, 36, - 1.619, + 1.622, 38, - 1.17, + 1.171, 46, - 1.327, + 1.329, 52, - 1.618, + 1.621, 57, - 1.477, + 1.478, 59, - 0.733, + 0.734, 79, - 0.895, + 0.896, 86, - 3.42, + 3.423, 99, - 0.891, + 0.892, 100, - 1.103, + 1.105, 102, - 1.511, + 1.507, 103, - 1.353, + 1.356, 106, - 1.886, + 1.888, 107, - 1.118, + 1.121, 113, - 1.627, + 1.63, 126, - 1.612, + 1.614, 140, - 2.708, + 2.714, 160, - 1.737, + 1.732, 165, - 2.322, + 2.325, 178, - 2.189, + 2.195, 196, - 3.217, + 3.221, 201, - 1.825, + 1.827, 207, - 2.703, + 2.707, 230, - 2.826, + 2.831, 240, - 1.671, + 1.675, 241, - 1.258, + 1.261, 244, - 2.27, + 2.259, 250, - 3.137, + 3.142, 263, - 3.149, + 3.152, 268, - 2.224, + 2.225, 269, - 1.333, + 1.336, 273, - 2.296, + 2.299, 306, - 2.585, + 2.591, 332, - 1.956, + 1.96, 333, - 1.662, + 1.666, 341, - 3.936, + 3.901, 342, - 2.632, + 2.638, 368, - 2.646, + 2.649, 385, - 3.303, + 3.31, 392, - 3.516, + 3.519, 407, - 3.714, + 3.722, 413, - 5.043, + 5.054, 452, - 1.709, + 1.712, 483, - 3.872, + 3.881, 496, - 2.735, + 2.741, 500, - 2.144, + 2.149, 505, - 3.013, + 3.02, 510, - 2.159, + 2.164, 516, - 3.168, + 3.175, 521, - 2.045, + 2.05, 522, - 2.911, + 2.918, 523, - 3.05, + 3.057, 553, - 2.101, + 2.105, 556, - 3.337, + 3.342, 634, - 2.322, + 2.327, 636, - 2.254, + 2.259, 769, - 7.023, + 7.028, 771, - 2.735, + 2.741, 848, - 4.023, + 4.029, 854, - 3.256, + 3.263, 866, - 3.025, + 3.03, 909, - 5.236, + 5.244, 1039, - 3.168, + 3.175, 1081, - 3.578, + 3.586, 1155, - 3.936, + 3.943, 1186, - 2.88, + 2.886, 1216, - 3.168, + 3.134, 1221, - 2.911, + 2.918, 1295, - 4.611, + 4.613, 1307, - 3.643, + 3.586, 1311, - 3.79, + 3.798, 1329, - 6.004, + 6.01, 1401, - 3.578, + 3.586, 1459, - 4.293, + 4.297, 1465, - 2.864, + 2.868, 1525, - 6.342, + 6.348, 1622, - 7.119, + 7.126, 1625, - 4.06, + 4.069, 2035, - 5.034, + 5.042, 2066, - 3.961, + 3.881, 2095, - 3.516, + 3.524, 2626, - 4.795, + 4.806, 2684, - 3.458, + 3.466, 2897, - 4.292, + 4.302, 2933, - 4.795, + 4.806, 3057, - 4.06, + 4.069, 3511, - 7.851, + 7.859, 3972, - 5.871, + 5.876, 3984, - 5.639, + 5.565, 4001, - 8.508, + 8.518, 4126, - 6.353, + 6.363, 4266, - 4.795, + 4.806, 4322, - 6.968, + 6.979, 4535, - 4.433, + 4.444, 4832, - 5.473, + 5.482, 5120, - 4.292, + 4.302, 5211, - 5.879, + 5.887, 5721, - 5.931, + 5.94, 5753, - 4.292, + 4.302, 5923, - 5.761, + 5.77, 6936, - 5.877, + 5.89, 6937, - 5.877, + 5.89, 6938, - 5.877, + 5.89, 6939, - 5.877, + 5.89, 6940, - 5.877, + 5.89, 6941, - 8.12, + 8.133, 6942, - 8.12, + 8.133, 6943, - 5.877, + 5.89, 6944, - 5.877, + 5.89, 6945, - 5.877, + 5.89, 6946, - 5.877, + 5.89, 6947, - 5.043, + 5.054, 6948, - 8.12, + 8.133, 6949, - 5.877, + 5.89, 6950, - 5.877, + 5.89, 6951, - 5.877, + 5.89, 6952, - 5.877, + 5.89, 6953, - 5.877, + 5.89, 6954, - 5.043 + 5.054 ] ], [ @@ -75254,319 +75254,319 @@ 18, 1.156, 20, - 1.582, + 1.583, 30, - 2.381, + 2.387, 38, - 0.946, + 0.947, 46, - 0.591, + 0.593, 49, - 1.433, + 1.438, 57, - 1.559, + 1.56, 59, - 0.374, + 0.375, 60, - 1.153, + 1.157, 62, - 1.371, + 1.375, 69, - 1.947, + 1.954, 70, - 1.745, + 1.751, 75, - 2.771, + 2.778, 79, - 0.878, + 0.879, 84, - 3.648, + 3.654, 86, - 2.045, + 2.051, 90, - 2.299, + 2.302, 92, - 1.663, + 1.668, 96, - 2.416, + 2.42, 97, - 1.198, + 1.202, 99, 1.019, 100, - 1.598, + 1.6, 101, - 3.054, + 3.061, 102, - 1.62, + 1.615, 103, - 2.221, + 2.224, 104, - 3.23, + 3.2, 105, - 1.663, + 1.668, 106, - 1.992, + 1.994, 107, - 1.908, + 1.91, 109, - 2.364, + 2.353, 113, - 1.262, + 1.265, 121, - 1.371, + 1.375, 124, - 2.746, + 2.753, 125, - 2.786, + 2.79, 126, - 1.914, + 1.917, 132, - 3.147, + 3.151, 141, - 3.15, + 3.155, 142, - 2.981, + 2.984, 148, - 0.85, + 0.853, 165, - 2.435, + 2.439, 167, - 2.548, + 2.554, 169, - 1.134, + 1.136, 170, - 3.699, + 3.703, 175, - 4.613, + 4.617, 185, - 2.961, + 2.968, 201, - 1.913, + 1.916, 202, - 3.375, + 3.358, 213, - 5.491, + 5.5, 215, - 6.012, + 6.015, 229, - 0.76, + 0.762, 233, - 2.793, + 2.802, 240, - 2.167, + 2.172, 241, - 1.823, + 1.826, 244, - 3.991, + 3.966, 247, - 1.371, + 1.375, 256, - 0.931, + 0.934, 263, - 1.884, + 1.888, 268, - 2.161, + 2.163, 269, - 2.078, + 2.081, 273, - 2.261, + 2.264, 290, - 2.452, + 2.458, 291, - 4.931, + 4.94, 295, - 1.909, + 1.916, 297, - 5.407, + 5.418, 328, - 2.479, + 2.487, 330, - 1.321, + 1.326, 332, - 1.379, + 1.384, 349, - 3.027, + 3.036, 358, - 2.903, + 2.91, 373, - 2.523, + 2.531, 374, - 2.672, + 2.681, 380, - 1.471, + 1.476, 381, - 2.569, + 2.577, 389, - 2.296, + 2.303, 457, - 2.706, + 2.711, 471, - 1.111, + 1.114, 490, - 2.631, + 2.638, 492, - 3.649, + 3.658, 502, - 4.15, + 4.16, 541, - 2.205, + 2.212, 553, - 1.481, + 1.486, 554, - 1.555, + 1.56, 556, - 1.703, + 1.708, 587, - 2.793, + 2.802, 629, - 1.246, + 1.25, 634, - 1.637, + 1.643, 691, - 2.332, + 2.337, 724, - 4.56, + 4.569, 732, - 6.034, + 6.043, 752, - 2.903, + 2.91, 773, - 2.283, + 2.288, 849, - 4.281, + 4.286, 866, - 2.347, + 2.353, 911, - 2.296, + 2.303, 912, - 2.672, + 2.681, 919, - 2.125, + 2.132, 931, - 1.743, + 1.729, 951, - 2.438, + 2.446, 959, - 5.335, + 5.341, 979, - 5.445, + 5.447, 1019, - 4.146, + 4.149, 1025, - 4.181, + 4.185, 1105, - 5.021, + 5.031, 1109, - 3.054, + 3.061, 1131, - 4.778, + 4.784, 1134, - 3.981, + 3.991, 1137, - 5.48, + 5.488, 1139, - 2.329, + 2.336, 1146, - 3.293, + 3.3, 1152, - 4.601, + 4.613, 1153, - 1.947, + 1.954, 1164, - 2.479, + 2.487, 1172, - 2.1, + 2.107, 1220, - 4.725, + 4.735, 1254, - 2.4, + 2.408, 1295, - 2.86, + 2.865, 1296, - 1.544, + 1.549, 1332, - 2.548, + 2.554, 1379, - 2.931, + 2.91, 1406, - 2.875, + 2.882, 1465, - 3.003, + 3.008, 1471, - 3.121, + 3.129, 1588, - 3.735, + 3.742, 1608, - 3.769, + 3.779, 1609, - 4.414, + 4.423, 1631, - 2.569, + 2.577, 1884, - 2.676, + 2.682, 1929, - 4.531, + 4.481, 2089, - 2.329, + 2.336, 2323, - 3.54, + 3.549, 2474, - 3.126, + 3.136, 2475, - 3.126, + 3.136, 2493, - 3.242, + 3.252, 2503, - 2.73, + 2.739, 2594, - 3.381, + 3.392, 2876, - 2.862, + 2.872, 2877, - 3.126, + 3.136, 2925, - 2.672, + 2.681, 3363, - 4.352, + 4.363, 3805, - 5.406, + 5.419, 3806, - 3.789, + 3.802, 3807, - 3.789, + 3.802, 3808, - 7.306, + 7.319, 3809, - 5.137, + 5.147, 3810, - 4.15, + 4.16, 3811, - 5.963, + 5.975, 4832, - 2.793, + 2.802, 6165, - 5.406, + 5.419, 6955, - 7.622, + 7.637, 6956, - 7.622, + 7.637, 6957, - 4.144, + 4.157, 6958, - 4.601, + 4.613, 6959, - 3.381, + 3.392, 6960, - 3.789, + 3.802, 6961, - 4.144, + 4.157, 6962, - 3.556, + 3.567, 6963, - 3.789, + 3.802, 6964, - 3.789 + 3.802 ] ], [ @@ -75580,105 +75580,105 @@ "data/ref/stable/dmMutex", [ 18, - 0.967, + 0.968, 20, - 1.305, + 1.306, 44, - 3.273, + 3.278, 57, - 1.003, + 1.004, 59, - 0.886, + 0.887, 79, - 1.017, + 1.018, 99, 1.048, 107, - 1.868, + 1.869, 177, - 3.279, + 3.281, 178, - 2.92, + 2.923, 268, - 2.188, + 2.19, 269, - 2.432, + 2.433, 368, - 2.229, + 2.231, 442, - 3.51, + 3.514, 469, - 4.974, + 4.978, 490, - 3.273, + 3.278, 563, - 4.952, + 4.865, 620, - 4.067, + 4.072, 752, - 4.523, + 4.527, 858, - 4.689, + 4.695, 866, - 2.92, + 2.923, 1049, - 10.668, + 10.67, 1248, - 4.952, + 4.959, 1272, - 3.478, + 3.482, 1649, - 4.118, + 4.123, 1652, - 6.131, + 6.139, 1727, - 6.395, + 6.403, 1814, - 5.336, + 5.288, 2305, - 8.386, + 8.39, 2358, - 4.859, + 4.865, 2440, - 3.799, + 3.804, 2540, - 5.438, + 5.442, 3712, - 3.799, + 3.804, 4746, - 4.859, + 4.865, 4864, - 9.035, + 8.75, 6474, - 6.725, + 6.733, 6965, - 7.837, + 7.847, 6966, - 10.274, + 10.278, 6967, - 10.952, + 10.955, 6968, - 7.837, + 7.847, 6969, - 11.804, + 11.807, 6970, - 5.724, + 5.731, 6971, - 11.977, + 11.98, 6972, - 5.912, + 5.919, 6973, - 7.837, + 7.847, 6974, - 7.837, + 7.847, 6975, - 7.837, + 7.847, 6976, - 7.837, + 7.847, 6977, - 7.837, + 7.847, 6978, - 7.837 + 7.847 ] ], [ @@ -75702,19 +75702,19 @@ 113, 1.962, 699, - 6.601, + 6.602, 891, 3.322, 1007, - 3.431, + 3.432, 1034, - 3.755, + 3.756, 2249, - 6.601, + 6.602, 6979, - 9.793, + 9.795, 6980, - 9.793 + 9.795 ] ], [ @@ -75728,779 +75728,849 @@ "data/ref/stable/vmath", [ 7, - 0.905, + 1.105, 10, - 1.475, + 1.515, 11, - 2.612, + 2.54, 18, - 1.139, + 1.138, 20, - 1.441, + 1.459, 22, - 1.557, + 2.098, 28, - 0.758, + 0.718, 30, - 3.248, + 3.256, 31, - 0.906, + 0.858, 36, - 1.566, + 1.582, 38, - 1.126, + 1.11, 46, - 1.368, + 1.463, 52, - 1.879, + 1.823, 57, - 1.443, + 1.43, 59, - 0.84, + 0.825, 60, - 0.435, + 0.412, 63, - 0.758, + 0.718, 69, - 1.781, + 1.705, 70, - 1.942, + 1.865, 74, - 2.395, + 2.292, 75, - 3.171, + 3.083, 77, - 1.626, + 1.643, 79, - 0.999, + 0.995, 90, - 1.937, + 1.891, 91, - 0.534, + 0.506, 94, - 0.728, + 0.69, 99, - 1.036, + 1.038, 100, - 1.104, + 1.067, + 102, + 0.379, 104, - 1.943, + 1.838, 106, - 1.144, + 1.108, 107, - 0.877, + 0.843, 108, - 0.46, + 0.436, 113, - 2.125, + 2.099, 122, - 0.487, + 0.461, 125, - 0.476, + 0.451, 126, - 1.355, + 1.52, 128, - 0.775, + 0.726, 132, - 0.537, + 0.509, + 137, + 0.999, 140, - 0.721, + 0.683, 142, - 3.476, + 3.489, 144, - 1.469, + 1.399, 148, - 0.321, + 0.304, 149, - 0.595, + 0.564, 153, - 0.634, + 0.604, 165, - 2.159, + 2.102, 169, - 1.406, + 1.403, 177, - 3.378, + 3.344, 201, - 1.826, + 1.783, 202, - 0.913, + 0.865, 207, - 1.261, + 1.207, 210, - 0.633, + 0.599, 226, - 0.778, + 0.741, + 228, + 0.624, 229, - 0.287, + 0.488, 230, - 0.544, + 0.516, 240, - 1.078, + 1.031, 241, - 0.812, + 0.948, + 244, + 0.568, 246, - 3.875, + 3.745, 250, - 2.046, + 1.972, 251, - 4.711, + 4.858, 256, - 0.628, + 0.598, 260, - 1.277, + 1.223, 263, - 2.827, + 2.778, 266, - 2.046, + 1.965, 268, - 1.541, + 1.564, 269, - 0.634, + 0.604, 273, - 1.779, + 1.73, 285, - 0.701, + 0.664, 288, - 1.507, + 1.436, 292, - 0.67, + 1.141, 295, - 1.746, + 1.671, 300, - 5.311, + 5.422, 304, - 1.803, + 1.717, 305, - 3.407, + 3.292, 306, - 3.574, + 3.873, 307, - 5.922, + 5.984, 316, - 6.344, + 6.428, 317, - 1.645, + 1.567, 325, - 1.18, + 1.118, 330, - 2.918, + 2.863, 332, - 0.93, + 0.886, 333, - 2.367, + 2.314, 334, - 2.554, + 2.453, + 341, + 0.711, 342, - 2.065, + 1.984, 359, - 1.698, + 1.595, 361, - 0.879, + 0.833, 368, - 1.506, + 1.759, 371, - 4.269, + 4.627, 373, - 0.952, + 0.902, 387, - 1.868, + 1.801, 389, - 2.1, + 2.009, 392, - 0.979, + 0.933, 403, - 1.11, + 1.051, 404, - 0.989, + 0.936, 407, - 0.989, + 0.936, 421, - 6.882, + 6.741, 430, - 2.399, + 2.285, 452, - 1.34, + 1.287, 463, - 1.054, + 0.999, 471, - 1.712, + 1.775, 472, - 1.288, + 1.227, 479, - 1.049, + 0.999, + 481, + 0.845, 489, - 1.301, + 1.239, 496, - 0.728, + 0.69, 500, - 2.754, + 2.794, 504, - 1.417, + 1.334, 509, - 4.217, + 4.57, 510, - 2.161, + 2.088, 513, - 0.812, + 0.769, 521, - 0.544, + 0.516, 523, - 0.812, + 0.769, 534, - 1.781, + 1.705, 536, - 2.497, + 2.39, 540, - 0.97, + 0.919, 541, - 0.832, + 0.789, 543, - 0.628, + 0.595, 550, - 1.301, + 1.239, 553, - 1.355, + 1.296, + 555, + 0.829, 561, - 1.461, + 1.404, 579, - 0.784, + 0.742, 581, - 0.843, + 0.799, 594, - 2.124, + 2.041, 595, - 2.485, + 2.387, 598, - 1.803, + 1.717, 620, - 5.21, + 5.134, 629, - 1.14, + 1.091, + 672, + 1.227, 691, - 0.479, + 0.453, 692, - 0.587, + 0.556, 737, - 1.054, + 0.999, 740, - 0.793, + 0.751, 749, - 0.855, + 0.81, 750, - 0.758, + 0.718, 765, - 0.979, + 0.933, 783, - 2.281, + 2.173, 786, - 1.619, + 1.542, 803, - 1.081, + 1.024, 832, - 3.063, + 2.967, 854, - 0.867, + 0.821, 856, - 2.36, + 2.281, 873, - 1.931, + 1.84, 880, - 0.758, + 0.718, 894, - 0.618, + 0.586, 898, - 3.189, + 3.126, 901, - 0.676, + 0.64, 922, - 2.555, + 2.445, 931, - 0.774, + 0.729, 951, - 0.921, + 0.872, 960, - 1.73, + 1.64, 972, - 1.803, + 1.717, 978, - 3.307, + 3.234, 987, - 0.832, + 0.789, 1014, - 3.416, + 3.292, 1048, - 2.187, + 2.084, 1093, - 7.067, + 7.029, 1098, - 6.993, + 6.931, 1099, - 7.948, + 7.981, 1116, - 1.18, + 1.118, 1121, - 3.185, + 3.059, 1133, - 1.991, + 1.906, 1155, - 1.355, + 1.291, 1181, - 2.399, + 2.285, 1186, - 3.532, + 3.435, 1187, - 1.931, + 1.84, 1192, - 3.284, + 3.165, 1202, - 1.799, + 1.722, 1221, - 3.571, + 3.473, 1224, - 0.75, + 0.711, 1229, - 1.842, + 5.391, 1235, - 3.416, + 3.292, 1244, - 1.276, + 1.209, 1254, - 6.06, + 5.984, 1256, - 2.35, + 2.249, 1272, - 0.694, + 0.658, 1295, - 1.73, + 1.662, 1324, - 0.812, + 0.769, 1329, - 2.268, + 2.17, 1332, - 0.633, + 0.599, 1401, - 0.952, + 0.902, 1411, - 1.975, + 1.897, 1434, - 2.31, + 2.219, 1459, - 1.879, + 1.805, 1463, - 2.307, + 2.208, 1514, - 1.18, + 1.118, 1606, - 3.758, + 3.64, 1625, - 2.618, + 2.506, 1658, - 1.11, + 1.051, 1679, - 6.736, + 6.643, 1687, - 3.959, + 3.835, 1691, - 1.11, + 1.051, 1763, - 3.367, + 3.235, 1788, - 2.399, + 2.285, 1790, - 3.27, + 3.142, 1812, - 1.931, + 1.795, + 1814, + 0.664, 1847, - 6.905, + 6.785, 1863, - 2.965, + 2.838, 1883, - 1.276, + 1.209, 1908, - 0.707, + 0.67, + 1926, + 0.956, + 1929, + 0.779, + 1982, + 0.734, + 2066, + 1.755, 2100, - 1.143, + 1.082, 2188, - 1.143, + 1.082, 2220, - 0.936, + 0.887, 2286, - 0.97, + 0.919, 2323, - 6.429, + 6.427, 2360, - 2.856, + 2.752, 2440, - 0.758, + 0.718, + 2498, + 0.936, 2554, - 5.374, + 5.269, + 2589, + 4.638, 2590, - 1.276, + 4.166, 2591, - 1.884, + 1.795, 2610, - 2.556, + 2.435, 2623, - 2.965, + 2.838, 2633, - 0.802, + 0.76, 2645, - 3.869, + 3.729, 2653, - 3.252, + 3.112, 2691, - 2.187, + 2.084, 2699, - 3.252, + 3.112, 2709, - 2.555, + 2.445, 2775, - 3.171, + 3.064, 2822, - 2.806, + 2.696, 2837, - 0.989, + 0.936, 2854, - 3.416, + 3.292, 2916, - 1.767, + 1.683, 2934, - 2.281, + 2.173, 2956, - 1.054, + 0.999, 2989, - 5.48, + 5.308, 3021, - 4.231, + 4.106, 3093, - 1.276, + 1.209, 3124, - 2.618, + 2.506, 3226, - 5.695, + 5.547, 3251, - 1.276, + 1.209, 3324, - 6.549, + 6.403, + 3411, + 1.755, 3436, - 1.43, + 1.355, 3437, - 2.399, + 2.285, 3438, - 2.042, + 1.945, 3442, - 1.11, + 1.051, 3459, - 1.342, + 1.272, 3460, - 2.556, + 2.435, 3479, - 3.996, + 3.851, 3482, - 2.042, + 1.945, 3486, - 1.931, + 1.84, 3487, - 7.147, + 7.061, 3667, - 1.18, + 1.118, 3691, - 1.081, + 1.024, 3709, - 3.996, + 3.729, 3715, - 1.43, + 1.355, 3779, - 4.145, + 3.994, 3780, - 2.187, + 2.084, 3783, - 1.342, + 1.272, 3810, - 2.497, + 2.918, 3851, - 2.399, + 2.285, + 3855, + 1.355, 3882, - 3.607, + 3.465, 3912, - 5.48, + 5.308, 3972, - 3.443, + 3.335, 3984, - 4.704, + 4.534, 3986, - 1.43, + 1.355, 3987, - 1.43, + 1.355, 3988, - 3.107, + 2.985, 4207, - 1.081, + 1.024, 4299, - 3.252, + 3.112, 4409, - 1.224, + 1.159, + 4431, + 1.272, 4505, - 4.664, + 4.518, 4556, - 1.276, + 1.209, 4802, - 1.342, + 1.272, 4832, - 1.054, + 0.999, 4850, - 3.367, + 3.235, + 4864, + 1.082, 5171, - 1.276, + 1.209, 5211, - 3.348, + 3.226, + 5400, + 1.082, 5573, - 6.775, + 6.643, 5577, - 2.556, + 2.435, 5656, - 1.43, + 1.355, 5803, - 2.281, + 2.173, 5861, - 1.43, + 1.355, 5920, - 1.276, + 1.209, 6014, - 2.281, + 2.173, 6026, - 2.042, + 1.945, + 6127, + 1.84, 6149, - 2.556, + 2.435, 6162, - 2.399, + 3.8, 6195, - 2.556, + 2.435, 6220, - 2.281, + 2.173, 6241, - 2.399, + 2.285, 6958, - 1.143, + 1.082, 6959, - 2.281, + 2.173, 6981, - 1.564, + 1.482, 6982, - 11.498, + 11.464, 6983, - 6.24, + 6.057, 6984, - 3.79, + 3.627, 6985, - 2.796, + 2.663, 6986, - 1.564, + 1.482, 6987, - 1.564, + 1.482, 6988, - 1.43, + 1.355, 6989, - 3.466, + 3.317, 6990, - 2.796, + 2.663, 6991, - 1.564, + 1.482, 6992, - 6.186, + 6.015, 6993, - 1.564, + 1.482, 6994, - 1.564, + 1.482, 6995, - 2.796, + 2.663, 6996, - 1.564, + 1.482, 6997, - 5.883, + 5.198, 6998, - 1.564, + 1.482, 6999, - 2.556, + 2.435, 7000, - 4.61, + 4.429, 7001, - 5.913, + 1.482, 7002, - 5.298, + 1.482, 7003, - 2.796, + 1.482, 7004, - 1.564, + 1.482, 7005, - 1.564, + 2.663, 7006, - 2.556, + 5.817, 7007, - 1.564, + 5.105, 7008, - 4.996, + 2.663, 7009, - 1.564, + 1.482, 7010, - 1.564, + 1.482, 7011, - 7.655, + 2.435, 7012, - 2.796, + 1.482, 7013, - 3.79, + 4.839, 7014, - 4.61, + 1.482, 7015, - 1.564, + 1.482, 7016, - 3.79, + 7.483, 7017, - 1.564, + 2.663, 7018, - 1.564, + 3.627, 7019, - 6.357, + 4.429, 7020, - 1.564, + 1.482, 7021, - 1.564, + 3.627, 7022, - 1.564, + 1.482, 7023, - 1.564, + 1.482, 7024, - 1.564, + 6.208, 7025, - 1.564, + 1.482, 7026, - 1.564, + 1.482, 7027, - 1.564, + 1.482, 7028, - 1.564, + 1.482, 7029, - 1.564, + 1.482, 7030, - 1.564, + 1.482, 7031, - 1.564, + 1.482, 7032, - 1.564, + 1.482, 7033, - 1.564, + 1.482, 7034, - 1.564, + 1.482, 7035, - 1.564, + 1.482, 7036, - 1.564, + 1.482, 7037, - 1.564, + 1.482, 7038, - 1.564, + 1.482, 7039, - 1.564, + 1.482, 7040, - 1.564, + 1.482, 7041, - 3.79, + 1.482, 7042, - 3.79, + 1.482, 7043, - 1.564, + 1.482, 7044, - 1.564, + 1.482, 7045, - 1.564, + 1.482, 7046, - 1.564, + 3.627, 7047, - 1.564, + 3.627, 7048, - 2.796, + 1.482, 7049, - 1.564, + 1.482, 7050, - 1.43, + 1.482, 7051, - 1.43, + 1.482, 7052, - 1.43, + 1.482, 7053, - 1.43, + 2.663, 7054, - 1.43, + 1.482, 7055, - 1.43, + 1.355, 7056, - 1.43, + 1.355, 7057, - 1.43, + 1.355, 7058, - 1.564, + 1.355, 7059, - 1.43, + 1.355, 7060, - 1.43, + 1.355, 7061, - 1.564, + 1.355, 7062, - 2.796, + 1.355, 7063, - 4.215, + 1.482, 7064, - 1.564, + 1.355, 7065, - 1.564, + 1.355, 7066, - 1.564, + 1.482, 7067, - 1.564, + 2.663, 7068, - 1.564, + 4.05, 7069, - 1.564, + 1.482, 7070, - 2.796, + 1.482, 7071, - 1.564, + 1.482, 7072, - 1.564, + 1.482, 7073, - 1.564, + 1.482, 7074, - 1.564, + 1.482, 7075, - 1.564, + 2.663, 7076, - 1.564, + 1.482, 7077, - 1.564, + 1.482, 7078, - 1.564, + 1.482, 7079, - 1.564, + 1.482, 7080, - 7.181, + 1.482, 7081, - 1.564, + 1.482, 7082, - 1.564, + 1.482, 7083, - 1.564, + 1.482, 7084, - 2.796, + 1.482, 7085, - 4.61, + 1.482, 7086, - 2.796, + 2.663, 7087, - 2.796, + 2.435, 7088, - 1.342 + 1.355, + 7089, + 1.482, + 7090, + 1.482, + 7091, + 1.482, + 7092, + 1.482, + 7093, + 1.482, + 7094, + 7.004, + 7095, + 1.482, + 7096, + 1.482, + 7097, + 1.482, + 7098, + 2.663, + 7099, + 4.429, + 7100, + 2.663, + 7101, + 2.663, + 7102, + 1.209 ] ], [ @@ -76514,701 +76584,701 @@ "data/ref/stable/string", [ 7, - 1.284, + 1.286, 9, - 1.492, + 1.498, 10, - 2.032, + 2.035, 11, - 0.958, + 0.961, 18, 1.13, 20, - 1.547, + 1.548, 29, - 1.994, + 2.002, 30, - 1.663, + 1.669, 36, - 1.576, + 1.579, 38, - 1.117, + 1.119, 39, - 0.929, + 0.932, 46, - 1.501, + 1.503, 52, - 2.588, + 2.592, 57, - 1.458, + 1.459, 59, - 0.971, + 0.972, 60, - 0.735, + 0.738, 62, - 0.874, + 0.878, 63, - 1.281, + 1.286, 77, - 2.179, + 2.181, 78, - 1.173, + 1.178, 79, - 1.025, + 1.026, 86, - 2.14, + 2.146, 99, - 0.857, + 0.858, 100, - 1.647, + 1.65, 102, - 1.453, + 1.45, 103, - 0.608, + 0.611, 105, - 2.268, + 2.275, 106, - 1.768, + 1.77, 107, - 1.67, + 1.673, 108, - 1.294, + 1.298, 113, - 1.584, + 1.587, 122, - 1.76, + 1.765, 126, - 1.809, + 1.812, 128, - 1.309, + 1.3, 136, - 2.156, + 2.165, 137, - 1.826, + 1.789, 141, - 1.628, + 1.633, 142, - 2.177, + 2.182, 143, - 1.281, + 1.286, 148, - 1.352, + 1.356, 150, - 0.669, + 0.672, 160, - 1.671, + 1.667, 165, - 2.877, + 2.88, 166, - 2.657, + 2.665, 169, - 1.399, + 1.401, 171, - 1.355, + 1.361, 172, - 2.486, + 2.472, 177, - 1.346, + 1.351, 178, - 2.106, + 2.112, 196, - 1.955, + 1.961, 201, - 1.645, + 1.649, 207, - 3.405, + 3.409, 211, - 1.184, + 1.189, 229, - 1.036, + 1.039, 230, - 1.532, + 1.537, 240, - 1.874, + 1.879, 241, - 1.692, + 1.696, 244, - 3.391, + 3.372, 247, - 0.874, + 0.878, 263, - 2.811, + 2.815, 268, - 2.12, + 2.123, 269, - 0.998, + 1.002, 273, - 1.807, + 1.811, 285, - 1.184, + 1.189, 295, - 2.028, + 2.034, 298, - 1.67, + 1.677, 306, - 4.5, + 4.505, 330, - 1.403, + 1.408, 332, - 2.631, + 2.636, 333, - 2.235, + 2.24, 336, - 3.319, + 3.331, 341, - 1.281, + 1.273, 343, - 1.638, + 1.645, 353, - 1.06, + 1.057, 368, - 1.251, + 1.256, 370, - 1.994, + 2.002, 380, - 1.562, + 1.568, 387, - 1.552, + 1.557, 390, - 1.853, + 1.86, 392, - 1.981, + 1.986, 405, - 2.156, + 2.165, 407, - 3.572, + 3.583, 410, - 2.156, + 2.165, 441, - 1.324, + 1.329, 442, - 1.184, + 1.189, 452, - 0.768, + 0.771, 471, - 1.962, + 1.967, 492, - 1.531, + 1.537, 496, - 1.23, + 1.235, 500, - 2.671, + 2.677, 504, - 2.23, + 2.212, 510, - 2.077, + 2.083, 523, - 2.283, + 2.291, 524, - 0.885, + 0.889, 550, - 2.047, + 2.054, 553, - 2.021, + 2.027, 555, - 0.828, + 0.826, 556, - 2.709, + 2.716, 561, - 1.395, + 1.399, 590, - 2.342, + 2.349, 595, - 1.425, + 1.431, 604, - 1.339, + 1.345, 629, - 0.795, + 0.798, 636, - 1.687, + 1.693, 678, - 6.781, + 6.79, 679, - 1.184, + 1.189, 680, - 2.312, + 2.32, 685, - 1.794, + 1.8, 691, - 0.809, + 0.812, 701, - 2.97, + 2.979, 710, - 1.281, + 1.286, 728, - 1.295, + 1.3, 749, - 3.602, + 3.611, 752, - 1.218, + 1.223, 765, - 1.542, + 1.547, 774, - 2.556, + 2.563, 811, - 2.18, + 2.187, 819, - 2.589, + 2.598, 828, - 3.327, + 3.336, 830, - 2.417, + 2.427, 848, - 1.309, + 1.315, 856, - 1.06, + 1.065, 864, - 1.826, + 1.833, 866, - 0.985, + 0.989, 879, - 1.555, - 898, 1.562, + 898, + 1.568, 914, - 1.104, + 1.108, 915, - 1.687, + 1.693, 919, - 2.256, + 2.264, 923, - 1.295, + 1.3, 928, - 1.826, + 1.833, 938, - 1.67, + 1.677, 945, - 2.837, + 2.847, 950, - 1.741, + 1.748, 1034, - 1.013, + 1.018, 1062, - 2.404, + 2.412, 1096, - 1.93, + 1.938, 1104, - 0.92, + 0.924, 1109, - 2.74, + 2.748, 1120, - 1.555, + 1.562, 1150, - 1.485, + 1.491, 1158, - 3.037, + 3.045, 1186, - 1.295, + 1.3, 1218, - 1.875, + 1.883, 1221, - 1.309, + 1.315, 1256, - 5.65, + 5.659, 1267, - 3.905, + 3.917, 1272, - 1.953, + 1.959, 1295, - 2.747, + 2.753, 1296, - 1.639, + 1.645, 1307, - 4.087, + 4.023, 1311, - 4.721, + 4.731, 1322, - 2.256, + 2.264, 1361, - 1.741, + 1.748, 1387, - 1.704, + 1.711, 1403, - 1.255, + 1.26, 1415, - 1.826, + 1.833, 1421, - 2.679, + 2.688, 1434, - 2.832, + 2.84, 1438, - 2.068, + 2.076, 1459, - 4.503, + 4.506, 1465, - 4.285, + 4.286, 1472, - 2.532, + 2.539, 1496, - 1.826, + 1.833, 1521, - 2.417, + 2.427, 1525, - 5.296, + 5.306, 1543, - 1.555, + 1.562, 1553, - 3.776, + 3.788, 1559, - 4.087, + 4.097, 1562, - 2.899, + 2.909, 1563, - 4.851, + 4.865, 1564, - 2.268, + 2.277, 1565, - 4.851, + 4.865, 1629, - 1.184, + 1.189, 1636, - 1.531, + 1.537, 1649, - 1.389, + 1.394, 1654, - 3.59, + 3.603, 1690, - 1.781, + 1.789, 1717, - 4.423, + 4.436, 1869, - 1.741, + 1.748, 1875, - 1.875, + 1.883, 1884, - 1.123, + 1.127, 1890, - 1.531, + 1.537, 1907, - 6.838, + 6.851, 1908, - 1.989, + 1.996, 1926, - 3.724, + 3.656, 1982, - 4.199, + 4.159, 2004, - 4.024, + 4.037, 2035, - 5.196, + 5.205, 2087, - 1.67, + 1.677, 2089, - 1.485, + 1.491, 2105, - 1.741, + 1.748, 2142, - 2.899, + 2.909, 2164, - 1.901, + 1.908, 2217, - 1.609, + 1.616, 2220, - 1.581, + 1.588, 2261, - 5.75, + 5.756, 2299, - 1.826, + 1.833, 2360, - 3.553, + 3.563, 2389, - 2.548, + 2.557, 2403, - 1.875, + 1.883, 2418, - 2.156, + 2.165, 2440, - 2.74, + 2.748, 2476, - 1.93, + 1.938, 2566, - 2.899, + 2.909, 2638, - 2.268, + 2.277, 2647, - 1.93, + 1.938, 2684, - 1.555, + 1.562, 2690, - 1.531, + 1.537, 2700, - 3.214, + 3.225, 2709, - 2.966, + 2.976, 2852, - 3.214, + 3.225, 2875, - 4.812, + 4.822, 2897, - 3.214, + 3.225, 2915, - 2.068, + 2.076, 2916, - 6.925, + 6.931, 3057, - 1.826, + 1.833, 3204, - 3.319, + 3.331, 3209, - 2.268, + 2.277, 3223, - 2.417, + 2.427, 3224, - 1.741, + 1.748, 3226, - 1.994, + 2.002, 3237, - 1.875, + 1.883, 3317, - 1.994, + 2.002, 3412, - 2.156, + 2.165, 3610, - 2.372, + 2.38, 3646, - 1.406, + 1.412, 3710, - 2.156, + 2.165, 3972, - 4.261, + 4.27, 3984, - 4.71, + 4.651, 4126, - 5.728, + 5.741, 4134, - 1.741, + 1.748, 4154, - 4.129, + 4.141, 4241, - 5.17, + 5.185, 4287, - 2.068, + 2.076, 4349, - 2.156, + 2.165, 4374, - 2.268, + 2.277, 4423, - 2.268, + 2.277, 4698, - 1.781, + 1.789, 4711, - 2.156, + 2.165, 4750, - 2.417, + 2.427, 4753, - 2.268, + 2.277, 4783, - 3.214, + 3.225, 4835, - 5.17, + 5.185, 4875, - 1.93, + 1.938, 4918, - 2.068, + 2.076, 5076, - 2.068, + 2.076, 5211, - 3.572, + 3.583, 5425, - 1.704, + 1.711, 5559, - 2.156, + 2.165, 5682, - 1.826, + 1.833, 5860, - 2.268, + 2.277, 5923, - 5.607, + 5.619, 5958, - 5.17, + 5.185, 5960, - 2.417, + 2.427, 5974, - 2.156, + 2.165, 6523, - 2.417, + 2.427, 6636, - 3.59, + 3.603, 6958, - 4.129, + 4.141, 6992, - 5.656, - 7089, - 2.643, - 7090, - 2.643, - 7091, - 2.643, - 7092, - 2.643, - 7093, - 4.024, - 7094, - 2.643, - 7095, - 2.068, - 7096, - 2.643, - 7097, - 4.024, - 7098, - 2.643, - 7099, - 2.643, - 7100, - 4.024, - 7101, - 2.268, - 7102, - 2.268, + 5.671, 7103, - 2.268, + 2.654, 7104, - 5.17, + 2.654, 7105, - 3.776, + 2.654, 7106, - 2.268, + 2.654, 7107, - 2.643, + 4.037, 7108, - 2.268, + 2.654, 7109, - 4.4, + 2.076, 7110, - 2.417, + 2.654, 7111, - 5.17, + 4.037, 7112, - 2.643, + 2.654, 7113, - 2.643, + 2.654, 7114, - 2.643, + 4.037, 7115, - 2.643, + 2.277, 7116, - 2.643, + 2.277, 7117, - 2.643, + 2.277, 7118, - 2.643, + 5.185, 7119, - 2.643, + 3.788, 7120, - 2.643, + 2.277, 7121, - 5.653, + 2.654, 7122, - 2.643, + 2.277, 7123, - 1.994, + 4.415, 7124, - 7.904, + 2.427, 7125, - 5.653, + 5.185, 7126, - 2.643, + 2.654, 7127, - 2.643, + 2.654, 7128, - 2.643, + 2.654, 7129, - 9.869, + 2.654, 7130, - 2.643, + 2.654, 7131, - 8.381, + 2.654, 7132, - 4.4, + 2.654, 7133, - 2.643, + 2.654, 7134, - 6.592, + 2.654, 7135, - 7.321, + 5.67, 7136, - 2.417, + 2.654, 7137, - 2.643, + 2.002, 7138, - 6.592, + 7.92, 7139, - 2.643, + 5.67, 7140, - 4.4, + 2.654, 7141, - 6.184, + 2.654, 7142, - 2.643, + 2.654, 7143, - 2.643, + 9.881, 7144, - 2.643, + 2.654, 7145, - 2.643, + 8.396, 7146, - 2.643, + 4.415, 7147, - 2.643, + 2.654, 7148, - 4.4, + 6.609, 7149, - 2.643, + 7.338, 7150, - 2.417, + 2.427, 7151, - 2.643, + 2.654, 7152, - 2.643, + 6.609, 7153, - 4.4, + 2.654, 7154, - 2.643, + 4.415, 7155, - 2.643, + 6.196, 7156, - 2.643, + 2.654, 7157, - 2.643, + 2.654, 7158, - 2.643, + 2.654, 7159, - 2.643, + 2.654, 7160, - 2.643, + 2.654, 7161, - 2.643, + 2.654, 7162, - 2.643, + 4.415, 7163, - 2.643, + 2.654, 7164, - 4.4, + 2.427, 7165, - 4.024, + 2.654, 7166, - 2.643, + 2.654, 7167, - 2.643, + 4.415, 7168, - 2.643, + 2.654, 7169, - 2.417, + 2.654, 7170, - 2.643, + 2.654, 7171, - 2.643, + 2.654, 7172, - 5.17, + 2.654, 7173, - 2.156, + 2.654, 7174, - 2.268, + 2.654, 7175, - 2.643, + 2.654, 7176, - 2.643 + 2.654, + 7177, + 2.654, + 7178, + 4.415, + 7179, + 4.037, + 7180, + 2.654, + 7181, + 2.654, + 7182, + 2.654, + 7183, + 2.427, + 7184, + 2.654, + 7185, + 2.654, + 7186, + 5.185, + 7187, + 2.165, + 7188, + 2.277, + 7189, + 2.654, + 7190, + 2.654 ] ], [ @@ -77222,291 +77292,291 @@ "data/ref/stable/factory", [ 7, - 0.911, + 0.913, 10, - 1.57, + 1.573, 18, 1.147, 20, 1.576, 22, - 2.062, + 2.068, 36, - 1.979, + 1.981, 38, - 0.948, + 0.949, 46, - 1.334, + 1.336, 57, 1.481, 59, - 0.453, + 0.454, 62, - 1.66, + 1.665, 63, - 2.433, + 2.44, 75, - 3.194, + 3.201, 77, - 1.937, + 1.939, 79, - 0.725, + 0.726, 86, - 2.771, + 2.775, 92, - 3.753, + 3.758, 96, - 3.463, + 3.465, 97, - 2.1, + 2.104, 99, 0.919, 100, - 1.862, + 1.864, 102, - 2.194, + 2.186, 103, - 2.153, + 2.156, 106, - 1.301, + 1.303, 113, - 1.455, + 1.458, 119, - 3.68, + 3.688, 122, - 1.563, + 1.567, 125, - 2.209, + 2.214, 126, - 1.856, + 1.859, 133, - 2.742, + 2.75, 141, - 1.857, + 1.862, 142, - 1.492, + 1.496, 146, - 4.583, + 4.589, 148, - 1.03, + 1.032, 149, - 3.249, + 3.254, 150, - 1.271, + 1.274, 158, - 1.467, + 1.471, 161, - 3.383, + 3.392, 165, - 2.838, + 2.841, 167, - 2.937, + 2.943, 169, - 0.747, + 0.749, 170, - 1.924, + 1.93, 174, - 2.96, + 2.966, 177, - 3.036, + 3.04, 194, - 2.131, + 2.132, 201, - 2.102, + 2.104, 226, - 2.602, + 2.606, 229, - 1.331, + 1.334, 241, - 1.075, + 1.078, 244, - 1.939, + 1.93, 250, - 2.805, + 2.811, 251, - 3.346, + 3.353, 260, - 1.691, + 1.696, 263, - 2.552, + 2.556, 268, - 2.112, + 2.114, 269, - 1.936, + 1.939, 273, - 2.106, + 2.11, 330, - 1.6, + 1.605, 383, - 3.306, + 3.316, 387, - 1.77, + 1.775, 411, - 2.604, + 2.612, 442, - 2.248, + 2.254, 459, - 2.335, + 2.342, 471, - 1.947, + 1.951, 479, - 2.725, + 2.73, 510, - 2.668, + 2.673, 553, - 1.794, + 1.799, 556, - 2.062, + 2.068, 577, - 1.968, + 1.973, 608, - 2.486, + 2.493, 623, - 2.227, + 2.234, 629, - 1.509, + 1.513, 634, - 1.983, + 1.988, 762, - 4.529, + 4.491, 773, - 1.818, + 1.823, 834, - 2.486, + 2.493, 849, - 5.017, + 5.02, 860, - 5.029, + 5.035, 866, - 1.87, + 1.875, 918, - 4.094, + 4.1, 931, - 3.281, + 3.247, 960, - 3.314, + 3.29, 991, - 3.055, + 3.064, 1010, - 2.062, + 2.068, 1019, - 3.91, + 3.913, 1099, - 3.383, + 3.392, 1124, - 3.236, + 3.245, 1153, - 3.413, + 3.42, 1172, - 2.543, + 2.55, 1186, - 2.459, + 2.466, 1202, - 2.383, + 2.389, 1295, - 1.883, + 1.888, 1296, - 1.87, + 1.875, 1306, - 3.172, + 3.18, 1379, - 2.335, + 2.319, 1406, - 2.29, + 2.297, 1411, - 2.15, + 2.156, 1459, - 2.96, + 2.966, 1465, - 3.649, + 3.652, 1472, - 4.445, + 4.45, 1485, - 3.306, + 3.316, 1544, - 3.111, + 3.12, 1600, - 3.003, + 3.011, 1604, - 2.637, + 2.644, 1606, - 2.953, + 2.962, 1628, - 2.079, + 2.085, 1649, - 2.637, + 2.644, 1682, - 3.172, + 3.18, 1713, - 5.435, + 5.441, 1823, - 3.055, + 3.011, 1906, - 6.461, + 6.469, 1908, - 2.269, + 2.275, 2182, - 4.796, + 4.802, 2323, - 4.081, + 4.089, 2358, - 3.111, + 3.12, 2509, - 7.362, + 7.364, 2524, - 4.683, + 4.692, 2535, - 3.786, + 3.797, 2543, - 5.478, + 5.489, 2544, - 4.683, + 4.692, 2555, - 4.589, + 4.598, 2633, - 2.573, + 2.581, 2822, - 3.055, + 3.064, 2908, - 3.467, + 3.477, 3415, - 4.663, + 4.67, 3632, - 4.095, + 4.107, 4296, - 7.317, + 7.327, 4342, - 6.641, + 6.654, 4343, - 7.804, + 7.816, 4344, - 4.589, + 4.602, 5120, - 3.666, + 3.676, 5461, - 4.306, + 4.318, 5720, - 3.926, + 3.937, 6554, - 4.095, - 7177, - 5.019, - 7178, - 4.589, - 7179, - 8.534, - 7180, - 7.262, - 7181, - 7.262, - 7182, - 4.589, - 7183, - 4.589, - 7184, - 4.589, - 7185, - 4.589 + 4.107, + 7191, + 5.033, + 7192, + 4.602, + 7193, + 8.547, + 7194, + 7.277, + 7195, + 7.277, + 7196, + 4.602, + 7197, + 4.602, + 7198, + 4.602, + 7199, + 4.602 ] ], [ @@ -77524,17 +77594,17 @@ 314, 5.317, 962, - 4.635, + 4.636, 1180, 6.155, 1814, - 5.093, + 5.046, 5519, - 8.463, - 7186, - 9.863, - 7187, - 9.863 + 8.464, + 7200, + 9.864, + 7201, + 9.864 ] ], [ @@ -77548,343 +77618,343 @@ "data/ref/stable/window", [ 7, - 0.81, + 0.812, 18, - 1.136, + 1.137, 20, 1.566, 23, - 5.064, + 5.068, 30, - 1.618, + 1.623, 36, - 2.282, + 2.283, 38, - 0.961, + 0.963, 46, - 1.235, + 1.237, 57, - 1.249, + 1.251, 59, - 0.583, + 0.584, 68, - 3.493, + 3.504, 77, - 0.886, + 0.889, 79, - 1.027, + 1.028, 84, - 1.834, + 1.839, 88, - 4.606, + 4.614, 89, - 4.73, + 4.737, 90, - 1.539, + 1.542, 97, - 1.237, + 1.241, 99, - 1.016, + 1.017, 100, - 2.074, + 2.076, 102, - 1.999, + 1.992, 103, - 2.249, + 2.251, 106, - 1.551, + 1.553, 108, - 1.258, + 1.262, 116, - 2.513, + 2.519, 124, - 4.883, + 4.887, 125, - 2.826, + 2.83, 126, - 1.543, + 1.546, 132, - 2.218, + 2.223, 134, - 3.126, + 3.136, 141, - 3.202, + 3.208, 142, - 2.574, + 2.578, 143, - 2.075, + 2.081, 148, - 0.878, + 0.881, 153, - 0.971, + 0.974, 165, - 2.475, + 2.479, 167, - 2.611, + 2.617, 177, - 1.31, + 1.314, 182, - 2.277, + 2.285, 194, - 1.949, + 1.95, 202, - 1.398, + 1.394, 229, - 1.79, + 1.793, 240, - 2.211, + 2.215, 241, - 1.382, + 1.386, 243, - 3.851, + 3.858, 250, - 1.653, + 1.659, 260, - 1.443, + 1.447, 263, - 1.28, + 1.284, 268, - 0.874, + 0.877, 269, - 1.465, + 1.468, 273, - 2.576, + 2.578, 282, - 2.12, + 2.127, 305, - 2.479, + 2.487, 331, - 3.037, + 3.046, 332, - 2.149, + 2.154, 347, - 2.76, + 2.769, 358, - 2.975, + 2.982, 359, - 1.917, + 1.889, 361, - 2.405, + 2.413, 368, - 1.217, + 1.221, 423, - 3.229, + 3.239, 442, - 4.161, + 4.167, 455, - 4.87, + 4.882, 456, - 6.623, + 6.625, 459, - 1.992, + 1.998, 471, - 1.731, + 1.735, 496, - 4.544, + 4.55, 510, - 2.372, + 2.377, 514, - 2.957, + 2.966, 537, - 2.441, + 2.449, 552, - 1.273, + 1.277, 554, - 1.606, + 1.611, 561, - 1.357, + 1.361, 592, - 2.76, + 2.769, 614, - 3.048, + 3.054, 623, - 2.865, + 2.872, 656, - 2.705, + 2.713, 680, - 3.392, + 3.4, 691, - 1.31, + 1.314, 709, - 2.705, + 2.713, 716, - 2.441, + 2.449, 717, - 2.519, + 2.527, 750, - 2.075, + 2.081, 785, - 5.298, + 5.306, 811, - 2.12, + 2.127, 827, - 5.38, + 5.388, 848, - 2.12, + 2.127, 891, - 2.936, + 2.941, 915, - 3.562, + 3.567, 931, - 1.185, + 1.176, 1047, - 3.065, + 3.072, 1071, - 2.441, + 2.413, 1124, - 2.76, + 2.769, 1140, - 3.989, + 3.995, 1295, - 2.422, + 2.428, 1307, - 2.654, + 2.614, 1343, - 2.371, + 2.379, 1378, - 5.656, + 5.663, 1379, - 3.004, + 2.982, 1381, - 3.037, + 3.046, 1406, - 2.946, + 2.954, 1434, - 2.144, + 2.151, 1459, - 3.169, + 3.175, 1472, - 3.877, + 3.884, 1502, - 2.195, + 2.202, 1588, - 4.967, + 4.973, 1604, - 2.249, + 2.256, 1662, - 1.883, + 1.889, 1713, - 2.249, + 2.256, 1769, - 4.281, + 4.287, 1773, - 5.703, + 5.712, 1840, - 5.951, + 5.957, 1882, - 2.865, + 2.872, 2027, - 5.29, + 5.295, 2111, - 3.914, + 3.926, 2305, - 3.349, + 3.359, 2356, - 3.914, + 3.926, 2440, - 3.13, + 3.137, 2542, - 2.654, + 2.662, 2582, - 6.822, + 6.721, 2633, - 3.986, + 3.994, 2875, - 3.93, + 3.94, 3121, - 3.349, + 3.359, 3451, - 3.673, + 3.684, 3603, - 2.705, + 2.713, 3809, - 6.262, + 6.27, 3924, - 3.126, + 3.136, 4399, - 3.914, + 3.684, 4720, - 3.673, + 3.504, 4864, - 5.864, + 5.689, 5673, - 6.833, + 6.686, 5681, - 3.229, + 3.239, 6095, - 10.361, + 10.368, 6474, - 3.673, - 7188, - 7.774, - 7189, - 4.28, - 7190, - 8.931, - 7191, - 7.971, - 7192, - 7.774, - 7193, - 4.28, - 7194, - 7.774, - 7195, - 4.28, - 7196, - 4.28, - 7197, - 4.28, - 7198, - 4.28, - 7199, - 4.28, - 7200, - 3.914, - 7201, - 4.28, + 3.684, 7202, - 4.28, + 7.789, 7203, - 4.28, + 4.294, 7204, - 3.914, + 8.941, 7205, - 6.456, + 7.982, 7206, - 5.904, + 7.789, 7207, - 6.456, + 4.294, 7208, - 4.28, + 7.789, 7209, - 6.456, + 4.294, 7210, - 4.28, + 4.294, 7211, - 4.28, + 4.294, 7212, - 4.28, + 4.294, 7213, - 4.28, + 4.294, 7214, - 4.28, + 3.926, 7215, - 6.456, + 4.294, 7216, - 4.28, + 4.294, 7217, - 4.28, + 4.294, 7218, - 4.28, + 3.684, 7219, - 4.28, + 6.472, 7220, - 4.28, + 5.918, 7221, - 4.28, + 6.472, 7222, - 4.28 + 4.294, + 7223, + 6.472, + 7224, + 4.294, + 7225, + 4.294, + 7226, + 4.294, + 7227, + 4.294, + 7228, + 4.294, + 7229, + 6.472, + 7230, + 4.294, + 7231, + 4.294, + 7232, + 4.294, + 7233, + 4.294, + 7234, + 4.294, + 7235, + 4.294, + 7236, + 4.294 ] ], [ @@ -77898,373 +77968,373 @@ "data/ref/stable/math", [ 7, - 1.391, + 1.392, 11, - 2.47, + 2.475, 18, 1.135, 20, - 1.193, + 1.195, 21, - 3.102, + 3.111, 22, - 3.336, + 3.342, 27, - 3.947, + 3.956, 28, - 2.231, + 2.238, 36, - 1.79, + 1.792, 38, - 0.757, + 0.759, 46, - 1.667, + 1.668, 57, 1.56, 59, - 0.81, + 0.811, 60, - 1.281, + 1.284, 77, - 0.953, + 0.956, 79, - 0.762, + 0.764, 92, - 1.847, + 1.852, 94, - 2.142, + 2.148, 99, 0.984, 100, - 1.523, + 1.526, 103, - 2.066, + 2.069, 106, - 1.221, + 1.224, 107, - 0.876, + 0.878, 108, - 2.386, + 2.391, 125, - 1.4, + 1.404, 126, - 1.902, + 1.904, 142, - 2.027, + 2.031, 143, - 2.231, + 2.238, 144, - 2.418, + 2.425, 145, - 2.853, + 2.862, 148, - 1.665, + 1.668, 153, - 1.546, + 1.55, 165, - 1.949, + 1.953, 169, - 1.014, + 1.016, 201, - 1.532, + 1.535, 230, - 1.602, + 1.607, 241, - 1.922, + 1.924, 244, - 3.136, + 3.118, 256, - 1.532, + 1.535, 260, - 1.551, + 1.556, 263, - 3.361, + 3.363, 306, - 5.362, + 5.364, 316, - 4.307, + 4.317, 332, - 1.532, + 1.536, 333, - 1.928, + 1.932, 358, - 2.121, + 2.127, 371, - 2.418, + 2.425, 407, - 6.055, + 6.062, 409, - 3.755, + 3.767, 413, - 3.949, + 3.961, 442, - 2.061, + 2.068, 479, - 1.727, + 1.732, 489, - 2.142, + 2.148, 513, - 4.657, + 4.664, 631, - 3.377, + 3.384, 652, - 6.763, + 6.77, 675, - 1.765, + 1.77, 677, - 2.121, + 2.127, 701, - 2.418, + 2.425, 723, - 2.802, + 2.81, 749, - 4.435, + 4.443, 829, - 3.755, + 3.767, 880, - 2.231, + 2.238, 951, - 4.777, + 4.785, 1094, - 9.331, + 9.333, 1176, - 6.763, + 6.77, 1186, - 4.397, + 4.404, 1211, - 4.978, + 4.989, 1229, - 4.49, + 4.5, 1296, - 3.024, + 3.03, 1323, - 1.922, + 1.928, 1341, - 3.265, + 3.275, 1361, - 3.032, + 3.041, 1401, - 4.942, + 4.951, 1459, - 5.032, + 5.033, 1525, - 4.307, + 4.317, 1590, - 2.754, + 2.762, 1672, - 2.481, + 2.488, 1793, - 2.968, + 2.977, 1929, - 2.449, + 2.425, 1979, - 4.149, + 4.159, 2568, - 2.908, + 2.917, 2613, - 4.708, + 4.719, 2647, - 3.361, + 3.372, 2791, - 6.233, + 6.247, 2837, - 2.908, + 2.917, 2854, - 2.968, + 2.977, 3204, - 6.124, + 6.134, 3535, - 4.208, + 4.221, 3549, - 4.208, + 4.221, 3610, - 2.481, + 2.488, 3693, - 2.968, + 2.977, 3713, - 6.274, + 6.28, 3790, - 3.949, + 3.961, 3972, - 4.376, + 4.384, 4300, - 7.423, + 7.436, 4538, - 5.142, + 5.153, 5712, - 3.949, + 3.961, 5801, - 4.208, + 4.221, 5923, - 3.265, + 3.275, 6026, - 3.361, + 3.372, 6121, - 4.208, + 4.221, 6380, - 5.332, + 5.344, 6432, - 4.208, + 4.221, 6756, - 4.208, + 4.221, 6999, - 4.208, - 7019, - 8.52, - 7060, - 4.208, - 7174, - 6.965, - 7223, - 4.602, - 7224, - 3.949, - 7225, - 4.602, - 7226, - 4.602, - 7227, - 8.974, - 7228, - 8.118, - 7229, - 4.602, - 7230, - 4.602, - 7231, - 6.965, - 7232, - 4.602, - 7233, - 4.602, - 7234, - 8.974, - 7235, - 4.602, - 7236, - 4.602, + 4.221, + 7024, + 8.527, + 7065, + 4.221, + 7188, + 6.978, 7237, - 4.602, + 4.616, 7238, - 4.602, + 3.961, 7239, - 4.602, + 4.616, 7240, - 4.602, + 4.616, 7241, - 4.602, + 8.987, 7242, - 4.602, + 8.132, 7243, - 4.602, + 4.616, 7244, - 8.118, + 4.616, 7245, - 4.602, + 6.978, 7246, - 4.602, + 4.616, 7247, - 4.602, + 4.616, 7248, - 4.602, + 8.987, 7249, - 4.602, + 4.616, 7250, - 4.602, + 4.616, 7251, - 4.602, + 4.616, 7252, - 4.602, + 4.616, 7253, - 4.602, + 4.616, 7254, - 4.602, + 4.616, 7255, - 4.602, + 4.616, 7256, - 4.602, + 4.616, 7257, - 4.602, + 4.616, 7258, - 6.816, + 8.132, 7259, - 4.602, + 4.616, 7260, - 4.602, + 4.616, 7261, - 4.602, + 4.616, 7262, - 4.602, + 4.616, 7263, - 4.602, + 4.616, 7264, - 4.208, + 4.616, 7265, - 6.816, + 4.616, 7266, - 4.602, + 4.616, 7267, - 4.602, + 4.616, 7268, - 4.602, + 4.616, 7269, - 4.602, + 4.616, 7270, - 4.602, + 4.616, 7271, - 4.602, + 4.616, 7272, - 4.602, + 6.831, 7273, - 4.602, + 4.616, 7274, - 4.602, + 4.616, 7275, - 4.602, + 4.616, 7276, - 4.602, + 4.616, 7277, - 4.602, + 4.616, 7278, - 9.581, + 4.221, 7279, - 4.602, + 6.831, 7280, - 4.208, + 4.616, 7281, - 4.602, + 4.616, 7282, - 4.602, + 4.616, 7283, - 4.208, + 4.616, 7284, - 4.602, + 4.616, 7285, - 4.602, + 4.616, 7286, - 4.602, + 4.616, 7287, - 4.602, + 4.616, 7288, - 4.602, + 4.616, 7289, - 4.602, + 4.616, 7290, - 4.602, + 4.616, 7291, - 4.602, + 4.616, 7292, - 4.602, + 9.593, 7293, - 4.602, + 4.616, 7294, - 4.602, + 4.221, 7295, - 4.602, + 4.616, 7296, - 4.602, + 4.616, 7297, - 4.602 + 4.221, + 7298, + 4.616, + 7299, + 4.616, + 7300, + 4.616, + 7301, + 4.616, + 7302, + 4.616, + 7303, + 4.616, + 7304, + 4.616, + 7305, + 4.616, + 7306, + 4.616, + 7307, + 4.616, + 7308, + 4.616, + 7309, + 4.616, + 7310, + 4.616, + 7311, + 4.616 ] ], [ @@ -78278,265 +78348,265 @@ "data/ref/stable/dmMessage", [ 7, - 0.75, + 0.752, 18, - 1.118, + 1.119, 20, - 1.344, + 1.345, 30, - 2.259, + 2.264, 36, - 1.638, + 1.641, 38, - 1.043, + 1.044, 46, - 1.172, + 1.174, 57, - 1.401, + 1.402, 79, 0.953, 86, - 1.941, + 1.945, 90, - 2.409, + 2.411, 99, 0.898, 102, - 1.537, + 1.533, 103, - 1.376, + 1.38, 106, - 1.071, + 1.073, 107, - 1.563, + 1.566, 122, - 1.861, + 1.866, 126, - 1.863, + 1.866, 132, - 2.054, + 2.059, 143, - 2.898, + 2.905, 158, - 3.098, + 3.1, 170, - 2.292, + 2.298, 229, - 1.096, + 1.098, 247, - 3.343, + 3.347, 248, - 3.577, + 3.585, 268, - 2.29, + 2.291, 269, - 1.356, + 1.359, 273, - 2.703, + 2.704, 330, - 3.223, + 3.226, 333, - 1.691, + 1.695, 368, - 1.7, + 1.704, 479, - 3.083, + 3.088, 490, - 3.432, + 3.437, 496, - 3.823, + 3.829, 505, - 3.065, + 3.072, 553, - 2.137, + 2.142, 555, - 1.872, + 1.866, 601, - 2.166, + 2.171, 602, - 2.418, + 2.423, 603, - 2.497, + 2.503, 604, - 3.03, + 3.036, 605, - 3.41, + 3.417, 644, - 2.962, + 2.968, 849, - 5.3, + 5.302, 856, - 2.399, + 2.404, 874, - 3.065, + 3.072, 891, - 3.594, + 3.597, 913, - 3.778, + 3.786, 915, - 3.6, + 3.604, 931, - 1.654, + 1.641, 945, - 3.855, + 3.864, 999, - 3.786, + 3.792, 1019, - 3.105, + 3.11, 1025, - 4.752, + 4.753, 1041, - 2.703, + 2.709, 1055, - 6.9, + 6.903, 1062, - 3.266, + 3.274, 1074, - 4.51, + 4.52, 1202, - 2.838, + 2.845, 1208, - 3.64, + 3.648, 1250, - 3.36, + 3.367, 1296, - 2.227, + 2.232, 1322, - 3.065, + 3.072, 1367, - 4.51, + 4.376, 1379, - 3.823, + 3.792, 1411, - 4.33, + 4.335, 1465, - 3.565, + 3.568, 1548, - 4.429, + 4.436, 1602, - 4.026, + 4.032, 1609, - 3.462, + 3.47, 1632, - 3.778, + 3.786, 1640, - 4.677, + 4.688, 1642, - 4.878, + 4.889, 1656, - 6.001, + 6.01, 1698, - 3.706, + 3.715, 1814, - 2.703, + 2.684, 2123, - 3.41, + 3.417, 2164, - 3.55, + 3.556, 2383, - 6.267, + 6.273, 2779, - 4.264, + 4.27, 3599, - 3.938, + 3.947, 3646, - 4.372, + 4.379, 3712, - 2.898, + 2.905, 3721, - 5.13, + 5.141, 3726, - 4.878, + 4.889, 3969, - 7.66, + 7.669, 3972, - 3.223, + 3.23, 3984, - 5.276, + 5.207, 4746, - 5.094, + 5.102, 4857, - 3.462, + 3.47, 4997, - 5.467, + 5.479, 5130, - 4.51, + 4.52, 5250, - 4.677, + 4.688, 5626, - 4.878, + 4.889, 5761, - 4.878, + 4.889, 6078, - 4.677, + 4.688, 6473, - 4.552, + 4.559, 6798, - 5.13, - 7298, - 5.467, - 7299, - 9.388, - 7300, - 8.216, - 7301, - 5.978, - 7302, - 5.978, - 7303, - 9.803, - 7304, - 5.978, - 7305, - 5.978, - 7306, - 5.978, - 7307, - 5.978, - 7308, - 5.978, - 7309, - 5.978, - 7310, - 5.978, - 7311, - 6.981, + 5.141, 7312, - 5.467, + 5.479, 7313, - 5.467, + 9.399, 7314, - 9.69, + 8.229, 7315, - 5.978, + 5.992, 7316, - 5.978, + 5.992, 7317, - 5.978, + 9.808, 7318, - 5.978, + 5.992, 7319, - 5.13, + 5.992, 7320, - 4.51, + 5.992, 7321, - 5.978, + 5.992, 7322, - 5.978, + 5.992, 7323, - 4.241, + 5.992, 7324, - 5.978, + 5.992, 7325, - 5.978, + 6.987, 7326, - 4.51, + 5.479, 7327, - 5.978, + 5.479, 7328, - 5.978, + 9.698, 7329, - 5.978 + 5.992, + 7330, + 5.992, + 7331, + 5.992, + 7332, + 5.992, + 7333, + 5.141, + 7334, + 4.52, + 7335, + 5.992, + 7336, + 5.992, + 7337, + 4.251, + 7338, + 5.992, + 7339, + 5.992, + 7340, + 4.52, + 7341, + 5.992, + 7342, + 5.992, + 7343, + 5.992 ] ], [ @@ -78550,353 +78620,353 @@ "data/ref/stable/collectionfactory", [ 7, - 0.881, + 0.883, 8, - 1.341, + 1.345, 10, - 1.518, + 1.522, 18, 1.135, 20, - 1.463, + 1.464, 22, - 1.97, + 1.975, 30, - 1.811, + 1.817, 36, - 1.401, + 1.404, 38, - 1.082, + 1.083, 46, - 0.684, + 0.686, 57, - 1.171, + 1.173, 59, - 0.826, + 0.827, 60, - 1.334, + 1.338, 62, - 1.585, + 1.59, 69, - 2.253, + 2.259, 72, - 1.595, + 1.6, 75, - 2.108, + 2.114, 77, - 2.234, + 2.236, 79, - 0.865, + 0.866, 92, - 3.672, + 3.677, 96, - 3.488, + 3.491, 97, - 2.403, + 2.407, 99, 1.073, 100, - 1.828, + 1.83, 102, - 1.806, + 1.8, 103, - 2.344, + 2.346, 106, - 1.489, + 1.491, 113, - 1.407, + 1.41, 115, - 5.13, + 5.141, 119, - 3.559, + 3.567, 122, - 2.85, + 2.854, 125, - 2.136, + 2.141, 126, - 1.934, + 1.936, 133, - 2.619, + 2.626, 140, - 2.209, + 2.215, 141, - 1.773, + 1.778, 142, - 1.425, + 1.429, 146, - 4.484, + 4.491, 148, - 0.983, + 0.986, 149, - 1.825, + 1.83, 150, - 1.214, + 1.217, 158, - 2.053, + 2.058, 161, - 3.231, + 3.24, 165, - 2.911, + 2.914, 167, - 2.84, + 2.846, 169, - 1.045, + 1.047, 170, - 2.693, + 2.699, 172, - 2.108, + 2.096, 174, - 3.388, + 3.394, 175, - 2.089, + 2.096, 177, - 2.543, + 2.547, 194, - 1.858, + 1.86, 199, - 2.053, + 2.059, 201, - 1.077, + 1.08, 226, - 2.313, + 2.317, 227, - 2.776, + 2.784, 229, - 1.288, + 1.29, 248, - 2.868, + 2.876, 250, - 2.713, + 2.719, 251, - 3.236, + 3.243, 260, - 1.615, + 1.62, 261, - 2.036, + 2.042, 263, - 1.433, + 1.437, 268, - 1.697, + 1.7, 269, - 1.886, + 1.889, 273, - 2.052, + 2.055, 328, - 2.868, + 2.876, 330, - 1.528, + 1.533, 380, - 1.702, + 1.707, 442, - 2.147, + 2.153, 459, - 2.23, + 2.237, 471, - 1.285, + 1.289, 479, - 2.635, + 2.641, 490, - 2.002, + 2.008, 492, - 2.776, + 2.784, 500, - 1.749, + 1.754, 510, - 2.58, + 2.586, 541, - 2.55, + 2.558, 546, - 2.584, + 2.591, 553, - 1.713, + 1.718, 556, - 1.97, + 1.975, 577, - 1.88, + 1.885, 595, - 2.584, + 2.591, 608, - 2.375, + 2.381, 623, - 2.127, + 2.133, 629, - 1.441, + 1.446, 634, - 1.894, + 1.899, 636, - 1.838, + 1.843, 728, - 2.349, + 2.355, 762, - 4.177, + 4.143, 773, - 1.737, + 1.742, 834, - 2.375, + 2.381, 849, - 4.965, + 4.968, 860, - 5.159, + 5.164, 866, - 1.786, + 1.791, 880, - 2.324, + 2.33, 914, - 3.472, + 3.478, 917, - 2.167, + 2.173, 918, - 3.987, + 3.994, 931, - 2.818, + 2.79, 944, - 2.458, + 2.465, 951, - 2.821, + 2.829, 991, - 6.404, + 6.409, 1007, - 2.461, + 2.466, 1010, - 1.97, + 1.975, 1019, - 4.077, + 4.08, 1099, - 3.231, + 3.24, 1114, - 4.529, + 4.538, 1124, - 3.091, + 3.1, 1153, - 2.253, + 2.259, 1172, - 2.429, + 2.436, 1186, - 2.349, + 2.355, 1295, - 3.947, + 3.95, 1296, - 1.786, + 1.791, 1298, - 3.029, + 3.038, 1311, - 3.091, + 3.1, 1406, - 2.188, + 2.194, 1411, - 3.009, + 3.015, 1459, - 3.388, + 3.394, 1465, - 3.591, + 3.594, 1472, - 3.723, + 3.729, 1485, - 3.158, + 3.167, 1544, - 2.972, + 2.98, 1606, - 2.821, + 2.829, 1628, - 4.961, + 4.963, 1649, - 2.518, + 2.526, 1682, - 3.029, + 3.038, 1713, - 4.808, + 4.815, 1901, - 2.776, + 2.784, 1906, - 6.322, + 6.331, 2065, - 3.616, + 3.626, 2156, - 2.918, + 2.927, 2182, - 4.693, + 4.699, 2323, - 2.694, + 2.701, 2358, - 2.972, + 2.98, 2509, - 6.989, + 6.993, 2524, - 5.901, + 5.91, 2525, - 6.026, + 6.039, 2535, - 3.616, + 3.626, 2539, - 10.064, + 10.071, 2543, - 5.298, + 5.309, 2544, - 4.529, + 4.538, 2545, - 6.422, + 6.436, 2551, - 7.601, + 7.614, 2555, - 4.438, + 4.448, 2556, - 4.383, + 4.396, 2558, - 3.311, + 3.321, 2633, - 2.458, + 2.465, 2822, - 2.918, + 2.927, 2908, - 3.311, + 3.321, 3317, - 3.616, + 3.626, 3415, - 4.541, + 4.549, 3572, - 3.616, + 3.626, 3632, - 3.911, + 3.922, 4416, - 6.503, + 6.514, 4578, - 4.383, + 4.396, 4812, - 3.911, + 3.922, 5120, - 3.501, + 3.511, 5461, - 4.113, + 4.125, 5720, - 3.75, - 7001, - 2.918, - 7178, - 4.383, - 7182, - 4.383, - 7183, - 4.383, - 7184, - 4.383, - 7185, - 4.383, - 7330, - 4.793, - 7331, - 4.793, - 7332, - 6.422, - 7333, - 4.793, - 7334, - 4.793, - 7335, - 7.023, - 7336, - 7.023, - 7337, - 7.023 + 3.761, + 7006, + 2.927, + 7192, + 4.396, + 7196, + 4.396, + 7197, + 4.396, + 7198, + 4.396, + 7199, + 4.396, + 7344, + 4.807, + 7345, + 4.807, + 7346, + 6.436, + 7347, + 4.807, + 7348, + 4.807, + 7349, + 7.038, + 7350, + 7.038, + 7351, + 7.038 ] ], [ @@ -78910,33 +78980,33 @@ "data/ref/stable/dmAlign", [ 57, - 1.218, + 1.219, 79, 0.938, 99, 1.065, 142, - 2.832, + 2.833, 263, - 3.301, + 3.302, 874, - 4.883, + 4.885, 891, - 3.23, + 3.231, 1035, - 7.833, + 7.834, 1426, - 5.798, + 5.8, 4621, - 7.229, + 7.23, 5127, - 10.096, + 10.098, 6263, - 10.662, - 7338, - 9.524, - 7339, - 8.709 + 10.664, + 7352, + 9.527, + 7353, + 8.712 ] ], [ @@ -78952,115 +79022,115 @@ 18, 1.031, 20, - 1.343, + 1.344, 57, - 1.527, + 1.528, 59, - 0.741, + 0.742, 79, - 0.97, + 0.971, 99, - 0.897, + 0.898, 106, - 1.809, + 1.811, 125, - 2.497, + 2.499, 126, - 2.005, + 2.006, 132, - 3.471, + 3.473, 169, - 1.221, + 1.222, 201, - 2.27, + 2.271, 229, - 1.505, + 1.506, 241, - 1.758, + 1.759, 263, - 2.454, + 2.457, 268, - 2.063, + 2.064, 273, - 2.026, + 2.028, 330, - 2.617, + 2.62, 333, - 2.321, + 2.324, 369, - 5.533, + 5.538, 392, - 2.876, + 2.879, 471, - 2.2, + 2.202, 479, - 4.106, + 4.108, 490, - 4.22, + 4.222, 553, - 2.934, + 2.937, 601, - 3.66, + 3.663, 622, - 5.684, + 5.686, 856, - 3.294, + 3.297, 858, - 6.044, + 6.048, 874, - 4.209, + 4.213, 901, - 3.547, + 3.551, 948, - 3.243, + 3.247, 1035, - 8.102, + 8.105, 1434, - 4.112, + 4.116, 1459, - 3.346, + 3.349, 1597, - 4.754, + 4.759, 2469, - 5.823, + 5.829, 2563, - 5.823, + 5.829, 2565, - 6.809, + 6.814, 2637, - 5.187, + 5.192, 2736, - 6.15, + 6.153, 2836, - 7.904, + 7.909, 3713, - 4.83, + 4.835, 4857, - 4.754, + 4.759, 6473, - 6.063, + 6.066, 6763, - 5.762, - 7323, - 5.823, - 7340, - 8.208, - 7341, - 7.506, - 7342, - 10.102, - 7343, - 8.208, - 7344, - 7.043, - 7345, - 7.043, - 7346, - 9.238, - 7347, - 8.208, - 7348, - 8.208 + 5.765, + 7337, + 5.829, + 7354, + 8.217, + 7355, + 7.514, + 7356, + 10.109, + 7357, + 8.217, + 7358, + 7.05, + 7359, + 7.05, + 7360, + 9.244, + 7361, + 8.217, + 7362, + 8.217 ] ], [ @@ -79074,237 +79144,237 @@ "data/ref/stable/timer", [ 0, - 0.733, + 0.735, 7, - 1.032, + 1.034, 18, - 1.107, + 1.108, 20, - 1.491, + 1.492, 36, - 1.64, + 1.643, 38, - 0.913, + 0.915, 44, - 2.501, + 2.506, 46, - 1.34, + 1.342, 57, - 1.052, + 1.054, 59, - 0.742, + 0.743, 79, 1.022, 90, - 1.427, + 1.43, 97, - 2.716, + 2.719, 99, - 0.73, + 0.731, 103, - 1.378, + 1.382, 106, - 1.683, + 1.685, 107, - 1.139, + 1.142, 113, - 1.648, + 1.65, 122, - 1.864, + 1.868, 126, - 1.188, + 1.191, 141, - 2.215, + 2.22, 142, - 3.007, + 3.01, 148, - 1.228, + 1.231, 149, - 3.131, + 3.136, 150, - 1.516, + 1.519, 153, - 2.132, + 2.134, 158, - 1.75, + 1.754, 165, - 2.352, + 2.355, 167, - 3.326, + 3.331, 169, - 0.891, + 0.893, 201, - 2.111, + 2.113, 226, - 2.288, + 2.292, 229, - 1.508, + 1.51, 239, - 2.633, + 2.639, 241, - 1.282, + 1.285, 248, - 3.582, + 3.59, 249, - 2.872, + 2.878, 268, - 2.291, + 2.292, 269, - 1.866, + 1.869, 273, - 1.478, + 1.481, 330, - 1.909, + 1.913, 351, - 3.107, + 3.114, 368, - 1.702, + 1.706, 380, - 2.126, + 2.13, 411, - 4.268, + 4.275, 469, - 4.761, + 4.767, 479, - 2.246, + 2.251, 490, - 3.435, + 3.441, 500, - 2.184, + 2.189, 505, - 3.07, + 3.077, 543, - 2.402, + 2.408, 554, - 2.246, + 2.251, 556, - 2.46, + 2.466, 561, - 2.607, + 2.611, 629, - 1.8, + 1.804, 634, - 3.25, + 3.255, 648, - 2.902, + 2.909, 689, - 3.684, + 3.689, 752, - 4.661, + 4.665, 765, - 3.931, + 3.933, 773, - 2.169, + 2.174, 866, - 3.5, + 3.504, 891, - 2.031, + 2.035, 897, - 6.522, + 6.528, 931, - 2.276, + 2.255, 1009, - 5.544, + 5.552, 1010, - 2.46, + 2.466, 1034, - 2.296, + 2.301, 1143, - 3.86, + 3.869, 1153, - 3.865, + 3.871, 1160, - 3.582, + 3.59, 1198, - 3.415, + 3.422, 1250, - 3.364, + 3.372, 1281, - 7.176, + 7.182, 1295, - 3.525, + 3.529, 1322, - 4.217, + 4.224, 1379, - 4.707, + 4.665, 1406, - 4.616, + 4.62, 1434, - 4.707, + 4.712, 1459, - 3.353, + 3.358, 1472, - 3.684, + 3.689, 1474, - 8.062, + 8.071, 1649, - 4.936, + 4.942, 1814, - 5.166, + 5.121, 1928, - 5.065, + 5.071, 1973, - 4.921, + 4.928, 2440, - 2.902, + 2.909, 2452, - 4.247, + 4.257, 2550, - 4.763, + 4.771, 3559, - 6.434, + 6.444, 3561, - 7.057, + 7.068, 3713, - 6.239, + 6.244, 3938, - 4.035, + 3.953, 4553, - 6.711, + 6.721, 4876, - 4.373, + 4.383, 5681, - 4.516, + 4.526, 6144, - 8.971, - 7349, - 5.987, - 7350, - 5.987, - 7351, - 10.954, - 7352, - 5.987, - 7353, - 9.395, - 7354, - 5.987, - 7355, - 8.225, - 7356, - 5.137, - 7357, - 8.225, - 7358, - 5.987, - 7359, - 5.987, - 7360, - 5.987, - 7361, - 5.987, - 7362, - 4.885, + 8.973, 7363, - 5.987, + 6.0, 7364, - 5.987, + 6.0, 7365, - 5.987, + 10.961, 7366, - 5.987, + 6.0, 7367, - 5.475 + 9.406, + 7368, + 6.0, + 7369, + 8.237, + 7370, + 5.149, + 7371, + 8.237, + 7372, + 6.0, + 7373, + 6.0, + 7374, + 6.0, + 7375, + 6.0, + 7376, + 4.896, + 7377, + 6.0, + 7378, + 6.0, + 7379, + 6.0, + 7380, + 6.0, + 7381, + 5.487 ] ], [ @@ -79318,473 +79388,473 @@ "data/ref/stable/dmVMath", [ 7, - 1.406, + 1.407, 11, - 4.011, + 4.014, 18, 1.156, 20, - 0.539, + 0.541, 31, - 4.879, + 4.887, 57, - 1.313, + 1.315, 59, - 0.366, + 0.368, 74, - 3.919, + 3.929, 75, - 2.727, + 2.734, 79, - 1.008, + 1.009, 90, - 1.478, + 1.482, 99, - 0.85, + 0.851, 126, - 0.806, + 0.808, 128, - 4.496, + 4.453, 150, - 1.028, + 1.031, 169, - 1.12, + 1.122, 178, - 3.381, + 3.386, 241, - 1.328, + 1.331, 251, - 4.73, + 4.735, 263, - 1.214, + 1.218, 295, - 1.87, + 1.876, 305, - 2.351, + 2.358, 307, - 2.351, + 2.358, 316, - 2.565, + 2.573, 330, - 3.051, + 3.055, 333, - 2.975, + 2.978, 354, - 5.677, + 5.688, 459, - 2.885, + 2.893, 471, - 1.088, + 1.092, 479, - 4.154, + 4.157, 481, - 2.351, + 2.323, 500, - 3.073, + 3.079, 590, - 3.76, + 3.765, 602, - 2.508, + 2.514, 603, - 3.519, + 3.525, 765, - 3.18, + 3.184, 898, - 3.644, + 3.648, 1093, - 7.397, + 7.399, 1098, - 7.021, + 7.025, 1099, - 7.874, + 7.878, 1192, - 5.626, + 5.635, 1221, - 4.173, + 4.181, 1254, - 6.766, + 6.769, 1256, - 2.516, + 2.525, 1272, - 1.801, + 1.807, 1329, - 5.956, + 5.962, 1411, - 1.739, + 1.745, 1429, - 4.18, + 4.19, 1459, - 1.655, + 1.66, 1631, - 2.516, + 2.525, 1847, - 7.972, + 7.978, 1979, - 2.471, + 2.479, 2286, - 3.844, + 3.854, 2323, - 6.912, + 6.914, 2591, - 2.736, + 2.745, 2613, - 2.804, + 2.813, 2699, - 7.229, + 7.241, 2709, - 4.18, + 4.19, 2780, - 6.947, + 6.952, 2989, - 7.787, + 7.799, 3021, - 2.516, + 2.525, 3487, - 7.091, + 7.097, 3709, - 7.218, + 6.997, 3780, - 3.175, + 3.186, 3810, - 4.957, + 4.968, 3854, - 3.062, + 3.072, 3882, - 7.485, + 7.495, 3912, - 7.787, + 7.799, 3984, - 6.67, + 6.578, 3988, - 6.449, + 6.457, 4423, - 5.321, + 5.334, 4850, - 4.529, + 4.541, 4875, - 2.965, + 2.974, 5211, - 6.996, + 7.001, 5893, - 5.671, + 5.685, 6220, - 7.807, + 7.817, 6988, - 3.712, + 3.724, 6989, - 3.712, + 3.724, 6992, - 3.483, - 7006, - 5.671, - 7008, - 3.175, + 3.494, 7011, - 5.671, - 7052, - 5.671, - 7053, - 5.671, - 7054, - 5.671, - 7055, - 5.671, - 7056, - 5.671, + 5.685, + 7013, + 3.186, + 7016, + 5.685, 7057, - 5.671, - 7080, - 6.881, - 7224, - 6.457, - 7368, - 4.059, - 7369, - 7.525, - 7370, - 7.525, - 7371, - 6.201, - 7372, - 6.201, - 7373, - 6.201, - 7374, - 6.201, - 7375, - 4.059, - 7376, - 9.075, - 7377, - 9.075, - 7378, - 6.201, - 7379, - 6.201, - 7380, - 8.424, - 7381, - 4.059, + 5.685, + 7058, + 5.685, + 7059, + 5.685, + 7060, + 5.685, + 7061, + 5.685, + 7062, + 5.685, + 7094, + 6.895, + 7238, + 6.47, 7382, - 4.059, + 4.072, 7383, - 4.059, + 7.54, 7384, - 4.059, + 7.54, 7385, - 4.059, + 6.217, 7386, - 4.059, + 6.217, 7387, - 4.059, + 6.217, 7388, - 4.059, + 6.217, 7389, - 4.059, + 4.072, 7390, - 3.712, + 9.089, 7391, - 8.424, + 9.089, 7392, - 4.059, + 6.217, 7393, - 6.201, + 6.217, 7394, - 4.059, + 8.439, 7395, - 8.424 - ] - ], - [ - "type/ref/stable/dmLog", - [ - 6760, - 1.837 - ] - ], - [ - "data/ref/stable/dmLog", - [ - 7, - 1.381, + 4.072, + 7396, + 4.072, + 7397, + 4.072, + 7398, + 4.072, + 7399, + 4.072, + 7400, + 4.072, + 7401, + 4.072, + 7402, + 4.072, + 7403, + 4.072, + 7404, + 3.724, + 7405, + 7.717, + 7406, + 4.072, + 7407, + 6.217, + 7408, + 4.072, + 7409, + 8.439 + ] + ], + [ + "type/ref/stable/dmLog", + [ + 6760, + 1.837 + ] + ], + [ + "data/ref/stable/dmLog", + [ + 7, + 1.382, 10, - 2.378, + 2.38, 18, - 0.918, + 0.919, 20, - 1.104, + 1.106, 38, - 1.222, + 1.223, 46, - 1.35, + 1.352, 52, - 1.672, + 1.676, 56, - 4.282, + 4.285, 57, - 1.063, + 1.064, 59, - 0.75, + 0.751, 79, 0.865, 86, - 1.972, + 1.977, 90, - 1.448, + 1.451, 99, - 0.738, + 0.739, 100, - 1.14, + 1.142, 102, - 2.896, + 2.883, 103, - 1.913, + 1.915, 113, - 1.217, + 1.22, 126, - 1.206, + 1.208, 148, - 1.246, + 1.249, 158, - 1.776, + 1.78, 160, - 1.796, + 1.79, 165, - 1.737, + 1.741, 169, - 0.904, + 0.906, 202, - 1.984, + 1.977, 227, - 4.811, + 4.818, 240, - 2.362, + 2.366, 241, - 1.779, + 1.781, 256, - 2.472, + 2.474, 263, - 1.816, + 1.82, 268, - 1.24, + 1.243, 269, - 1.378, + 1.381, 309, - 4.888, + 4.895, 392, - 2.91, + 2.915, 471, - 1.628, + 1.632, 496, - 2.826, + 2.833, 497, - 3.115, + 3.121, 554, - 2.279, + 2.284, 561, - 3.487, + 3.489, 612, - 3.634, + 3.642, 642, - 3.078, + 3.085, 672, - 4.405, + 4.367, 687, - 4.888, + 4.895, 716, - 3.464, + 3.472, 744, - 4.027, + 4.033, 747, - 3.413, + 3.421, 758, - 2.696, + 2.702, 773, - 2.201, + 2.206, 815, - 5.15, + 5.158, 894, - 3.282, + 3.287, 917, - 3.755, + 3.761, 960, - 3.791, + 3.761, 1034, - 3.185, + 3.19, 1076, - 8.608, + 8.613, 1304, - 3.574, + 3.582, 1419, - 9.441, + 9.447, 1465, - 4.252, + 4.253, 1519, - 8.977, + 8.983, 1602, - 5.391, + 5.395, 1911, - 3.115, + 3.121, 1939, - 6.067, + 6.076, 2030, - 4.094, + 4.103, 2050, - 5.212, + 5.224, 2164, - 5.174, + 5.176, 2335, - 5.356, + 5.364, 2433, - 4.97, + 4.977, 2440, - 2.945, + 2.951, 2690, - 6.372, + 6.376, 2736, - 6.183, + 6.187, 2779, - 5.951, + 5.954, 2973, - 6.778, + 6.788, 3074, - 4.196, + 4.205, 3603, - 3.839, + 3.847, 3646, - 6.102, + 6.105, 3693, - 7.263, + 7.267, 4328, - 7.128, + 7.138, 4553, - 8.977, + 8.983, 4837, - 5.212, + 5.224, 5469, - 4.752, + 4.763, 5673, - 7.183, + 7.026, 5682, - 5.738, - 7396, - 8.307, - 7397, - 8.307, - 7398, - 6.074, - 7399, - 8.307, - 7400, - 6.074, - 7401, - 8.307, - 7402, - 8.307, - 7403, - 9.466, - 7404, - 4.437, - 7405, - 6.074, - 7406, - 6.074, - 7407, - 9.441, - 7408, - 6.074, - 7409, - 6.074, + 5.747, 7410, - 6.074, + 8.319, 7411, - 6.074, + 8.319, 7412, - 6.074, + 6.088, 7413, - 6.074, + 8.319, 7414, - 6.074, + 6.088, 7415, - 6.074, + 8.319, 7416, - 6.074, + 8.319, 7417, - 6.074, + 9.477, 7418, - 6.074, + 4.446, 7419, - 6.074, + 6.088, 7420, - 5.555, + 6.088, 7421, - 6.074, + 9.447, 7422, - 6.074, + 6.088, 7423, - 6.074, + 6.088, 7424, - 6.074 + 6.088, + 7425, + 6.088, + 7426, + 6.088, + 7427, + 6.088, + 7428, + 6.088, + 7429, + 6.088, + 7430, + 6.088, + 7431, + 6.088, + 7432, + 6.088, + 7433, + 6.088, + 7434, + 5.567, + 7435, + 6.088, + 7436, + 6.088, + 7437, + 6.088, + 7438, + 6.088 ] ], [ @@ -79798,291 +79868,291 @@ "data/ref/stable/dmArray", [ 7, - 1.283, + 1.285, 10, - 0.797, + 0.8, 11, - 1.336, + 1.341, 18, 1.148, 20, - 1.577, + 1.578, 22, - 3.29, + 3.296, 27, - 4.637, + 4.646, 30, - 1.394, + 1.399, 36, - 1.148, + 1.152, 38, - 0.787, + 0.789, 46, - 1.313, + 1.315, 52, - 1.585, + 1.59, 54, - 2.734, + 2.742, 57, 1.569, 59, - 0.784, + 0.785, 60, - 1.602, + 1.607, 77, - 1.193, + 1.196, 79, - 0.602, + 0.603, 84, - 1.58, + 1.585, 90, - 1.373, + 1.376, 99, 1.087, 102, - 2.059, + 2.052, 103, - 2.119, + 2.122, 106, - 1.434, + 1.437, 107, - 1.348, + 1.351, 110, - 3.164, + 3.17, 119, - 5.398, + 5.403, 122, - 1.793, + 1.798, 126, - 2.075, + 2.077, 132, - 3.95, + 3.952, 142, - 1.097, + 1.1, 146, - 2.822, + 2.83, 148, - 1.181, + 1.185, 158, - 1.078, + 1.082, 165, - 1.647, + 1.651, 169, - 1.292, + 1.294, 177, - 2.45, + 2.454, 178, - 4.032, + 4.036, 201, - 2.235, + 2.238, 202, - 1.205, + 1.202, 210, - 1.492, + 1.497, 229, - 0.676, + 0.678, 241, - 1.714, + 1.718, 257, - 2.275, + 2.282, 268, - 2.087, + 2.09, 269, - 1.817, + 1.82, 280, - 2.258, + 2.264, 333, - 2.004, + 2.008, 341, - 2.792, + 2.77, 368, - 2.617, + 2.621, 385, - 3.236, + 3.245, 407, - 3.639, + 3.649, 479, - 2.161, + 2.167, 500, - 2.921, + 2.927, 501, - 4.344, + 4.356, 505, - 4.453, + 4.46, 507, - 4.344, + 4.356, 508, - 5.266, + 5.281, 511, - 3.064, + 3.073, 516, - 5.511, + 5.517, 553, - 1.318, + 1.323, 590, - 3.317, + 3.323, 622, - 4.462, + 4.468, 627, - 4.637, + 4.646, 691, - 2.816, + 2.82, 728, - 2.822, + 2.83, 740, - 4.058, + 4.065, 752, - 1.699, + 1.705, 769, - 6.869, + 6.876, 792, - 2.103, + 2.111, 811, - 1.827, + 1.833, 834, - 2.853, + 2.861, 848, - 4.302, + 4.31, 856, - 2.843, + 2.849, 866, - 2.146, + 2.151, 901, - 2.489, + 2.495, 911, - 3.19, + 3.199, 915, - 3.687, + 3.692, 960, - 1.683, + 1.673, 982, - 3.446, + 3.455, 1039, - 6.597, + 6.599, 1097, - 2.286, + 2.294, 1126, - 1.848, + 1.833, 1139, - 5.172, + 5.18, 1152, - 6.343, + 6.354, 1164, - 2.207, + 2.214, 1172, - 1.869, + 1.876, 1186, - 2.822, + 2.83, 1216, - 4.682, + 4.629, 1296, - 1.374, + 1.379, 1329, - 7.177, + 7.18, 1379, - 1.716, + 1.705, 1387, - 3.713, + 3.724, 1406, - 2.628, + 2.635, 1510, - 5.6, + 5.609, 1544, - 2.286, + 2.294, 1815, - 4.506, + 4.518, 1869, - 3.794, + 3.804, 1882, - 2.556, + 2.563, 2066, - 3.882, + 3.804, 2095, - 3.446, + 3.455, 2423, - 5.345, + 5.357, 2498, - 2.378, + 2.339, 2507, - 2.207, + 2.214, 2565, - 7.295, + 7.301, 2637, - 6.607, + 6.614, 2682, - 4.942, + 4.955, 2779, - 5.694, + 5.698, 2827, - 3.009, + 3.02, 3224, - 4.668, + 4.678, 3411, - 4.775, + 4.678, 3610, - 1.988, + 1.995, 3660, - 3.009, + 3.02, 3712, - 1.788, + 1.794, 4384, - 2.694, + 2.703, 4514, - 3.713, + 3.724, 5151, - 2.616, + 2.626, 5211, - 7.213, + 7.217, 5297, - 7.087, + 7.098, 5753, - 4.206, + 4.218, 6473, - 5.511, + 5.518, 6763, - 6.332, - 7001, - 2.245, - 7341, - 3.373, - 7346, - 5.266, - 7362, - 3.009, - 7425, - 4.699, - 7426, - 11.497, - 7427, - 3.688, - 7428, - 8.793, - 7429, - 3.165, - 7430, - 3.688, - 7431, - 3.688, - 7432, - 3.688, - 7433, - 3.688, - 7434, - 5.759, - 7435, - 5.345, - 7436, - 4.942, - 7437, - 5.266, - 7438, - 3.688, + 6.337, + 7006, + 2.253, + 7355, + 3.384, + 7360, + 5.281, + 7376, + 3.02, 7439, - 3.165, + 4.712, 7440, - 3.688, + 11.504, 7441, - 3.688 + 3.701, + 7442, + 8.804, + 7443, + 3.176, + 7444, + 3.701, + 7445, + 3.701, + 7446, + 3.701, + 7447, + 3.701, + 7448, + 5.775, + 7449, + 5.357, + 7450, + 4.955, + 7451, + 5.281, + 7452, + 3.701, + 7453, + 3.176, + 7454, + 3.701, + 7455, + 3.701 ] ], [ @@ -80096,1025 +80166,1025 @@ "data/ref/stable/physics", [ 7, - 0.908, + 0.91, 9, - 0.384, + 0.386, 10, - 1.563, + 1.567, 11, - 1.719, + 1.725, 18, 1.148, 20, - 1.357, + 1.358, 30, - 1.359, + 1.364, 31, - 1.677, + 1.684, 36, - 0.839, + 0.842, 38, - 1.248, + 1.249, 41, - 1.095, + 1.1, 46, - 1.607, + 1.608, 49, - 0.391, + 0.393, 52, - 1.306, + 1.311, 56, - 0.44, + 0.443, 57, - 1.539, + 1.54, 59, - 0.775, + 0.776, 60, - 0.315, + 0.316, 62, - 2.306, + 2.312, 66, - 0.73, + 0.733, 72, - 0.693, + 0.697, 77, - 1.248, + 1.252, 79, - 0.998, + 0.999, 84, - 2.419, + 2.426, 86, - 0.367, + 0.369, 89, - 1.138, + 1.143, 90, - 1.661, + 1.666, 92, - 2.998, + 3.005, 96, - 1.911, + 1.916, 97, - 1.04, + 1.044, 99, - 0.998, + 0.999, 100, - 1.709, + 1.712, 102, - 1.22, + 1.218, 103, - 2.009, + 2.013, 105, - 2.683, + 2.69, 106, - 1.378, + 1.381, 107, - 1.422, + 1.425, 109, - 0.425, + 0.424, 111, - 1.502, + 1.508, 113, - 1.582, + 1.586, 116, - 0.44, + 0.443, 119, - 1.056, + 1.061, 121, - 0.689, + 0.692, 122, - 0.902, + 0.905, 125, - 2.034, + 2.039, 126, - 2.013, + 2.016, 127, - 1.404, + 1.411, 128, - 3.312, + 3.285, 130, - 2.889, + 2.899, 135, - 1.677, + 1.684, 140, - 0.96, + 0.964, 141, - 1.33, + 1.336, 142, - 3.198, + 3.201, 145, - 2.23, + 2.238, 146, - 1.419, + 1.425, 148, - 1.484, + 1.487, 149, - 1.602, + 1.607, 151, - 0.863, + 0.86, 158, - 1.387, + 1.392, 160, - 0.856, + 0.855, 165, - 2.41, + 2.414, 167, - 1.171, + 1.176, 168, - 0.594, + 0.597, 169, - 1.229, + 1.232, 170, - 3.492, + 3.498, 175, - 0.493, + 0.496, 177, - 1.1, + 1.105, 178, - 2.491, + 2.497, 195, - 1.207, + 1.212, 200, - 2.889, + 2.899, 201, - 0.651, + 0.653, 202, - 2.277, + 2.269, 207, - 0.693, + 0.697, 213, - 2.319, + 2.328, 226, - 0.315, + 0.316, 228, - 0.481, + 0.479, 229, - 1.105, + 1.108, 230, - 1.652, - 237, 1.657, + 237, + 1.664, 240, - 1.982, + 1.987, 241, - 1.432, + 1.435, 244, - 2.017, + 2.009, 247, - 1.868, + 1.873, 250, - 3.256, + 3.262, 251, - 1.657, + 1.664, 256, - 0.468, + 0.47, 257, - 0.823, + 0.827, 261, - 0.885, + 0.889, 263, - 2.163, + 2.168, 268, - 1.86, + 1.863, 269, - 1.695, + 1.699, 273, - 1.488, + 1.492, 280, - 2.734, + 2.74, 300, - 0.627, + 0.63, 305, - 0.655, + 0.659, 307, - 1.207, + 1.212, 314, - 4.455, + 4.464, 316, - 3.81, + 3.821, 330, - 2.032, + 2.038, 332, - 1.879, + 1.885, 333, - 1.342, + 1.347, 334, - 2.629, + 2.638, 342, - 1.611, + 1.617, 358, - 1.334, + 1.34, 359, - 2.125, + 2.094, 370, - 0.854, + 0.858, 379, - 0.763, + 0.766, 380, - 1.685, + 1.69, 382, - 2.689, + 2.695, 385, - 1.627, + 1.634, 387, - 1.268, + 1.273, 390, - 0.477, + 0.479, 391, - 1.292, + 1.298, 392, - 2.233, + 2.239, 404, - 1.83, + 1.837, 420, - 0.782, + 0.785, 426, - 2.627, + 2.637, 446, - 1.451, + 1.457, 452, - 0.329, + 0.331, 453, - 3.491, + 3.501, 459, - 1.347, + 1.353, 469, - 1.056, + 1.061, 471, - 1.708, + 1.713, 479, - 0.782, + 0.785, 480, - 0.745, + 0.749, 488, - 1.317, + 1.323, 490, - 1.757, + 1.764, 496, - 0.527, + 0.529, 500, - 0.76, + 0.764, 504, - 1.467, + 1.457, 509, - 1.081, + 1.086, 513, - 0.587, + 0.59, 514, - 1.439, + 1.446, 521, - 0.394, + 0.396, 523, - 0.587, + 0.59, 524, - 2.502, + 2.508, 533, - 0.627, + 0.63, 534, - 1.977, + 1.985, 541, - 1.109, + 1.114, 543, - 1.688, + 1.694, 552, - 0.336, + 0.338, 553, - 0.404, + 0.406, 554, - 0.782, + 0.785, 561, - 1.14, + 1.144, 568, - 5.585, + 5.592, 573, - 0.425, + 0.427, 574, - 2.018, + 2.026, 577, - 0.817, + 0.821, 580, - 0.715, + 0.719, 590, - 1.2, + 1.205, 604, - 0.573, + 0.576, 629, - 1.082, + 1.086, 636, - 0.799, + 0.803, 644, - 1.032, + 1.037, 647, - 2.083, + 2.091, 652, - 1.952, + 1.96, 669, - 0.701, + 0.705, 679, - 2.7, + 2.708, 689, - 0.933, + 0.937, 691, - 2.914, + 2.918, 692, - 1.086, + 1.091, 713, - 1.541, + 1.528, 717, - 1.704, + 1.711, 727, - 0.923, + 0.928, 728, - 1.419, + 1.425, 740, - 1.056, + 1.061, 750, - 3.241, + 3.25, 752, - 2.406, + 2.414, 765, - 0.73, + 0.733, 773, - 2.422, + 2.429, 775, - 0.627, + 0.63, 815, - 0.701, + 0.705, 826, - 0.594, + 0.597, 849, - 3.589, + 3.597, 856, - 2.095, + 2.102, 866, - 2.104, + 2.11, 883, - 1.572, + 1.579, 891, - 2.96, + 2.965, 898, - 1.854, + 1.86, 900, - 2.265, + 2.275, 903, - 3.436, + 3.445, 914, - 2.359, + 2.366, 925, - 1.373, + 1.379, 926, - 0.826, + 0.831, 931, - 3.323, + 3.289, 941, - 0.817, + 0.821, 960, - 0.516, + 0.514, 961, - 1.439, + 1.446, 962, - 5.638, + 5.641, 963, - 3.085, + 3.094, 978, - 0.447, + 0.449, 987, - 0.602, + 0.605, 1000, - 5.603, + 5.615, 1001, - 1.788, + 1.796, 1002, - 5.438, + 5.443, 1003, - 4.883, + 4.896, 1005, - 1.788, + 1.796, 1006, - 1.478, + 1.485, 1007, - 2.833, + 2.839, 1010, - 0.856, + 0.86, 1012, - 2.935, + 2.946, 1014, - 1.343, + 1.35, 1019, - 4.136, + 4.139, 1022, - 1.035, + 1.04, 1024, - 3.086, + 3.098, 1025, - 3.391, + 3.397, 1027, - 2.935, + 2.946, 1093, - 2.476, + 2.485, 1109, - 0.549, + 0.551, 1116, - 3.939, + 3.952, 1124, - 0.73, + 0.733, 1140, - 0.96, + 0.964, 1146, - 2.05, + 2.057, 1153, - 2.23, + 2.238, 1155, - 1.404, + 1.41, 1157, - 2.493, + 2.501, 1158, - 4.021, + 4.028, 1179, - 3.086, + 3.098, 1180, - 3.294, + 3.303, 1186, - 0.554, + 0.557, 1187, - 2.907, + 2.917, 1188, - 1.021, + 1.026, 1192, - 1.292, + 1.298, 1198, - 1.188, + 1.194, 1221, - 2.797, + 2.806, 1223, - 1.404, + 1.411, 1225, - 0.803, + 0.807, 1226, - 3.438, + 3.448, 1231, - 2.363, + 2.373, 1245, - 0.763, + 0.766, 1261, - 0.689, + 0.68, 1272, - 2.317, + 2.325, 1279, - 2.152, + 2.16, 1293, - 3.174, + 3.186, 1295, - 3.574, + 3.579, 1296, - 0.776, + 0.78, 1306, - 1.317, + 1.323, 1307, - 0.701, + 0.692, 1309, - 0.618, + 0.621, 1323, - 1.209, + 1.215, 1324, - 0.587, + 0.59, 1327, - 0.763, + 0.766, 1339, - 0.854, + 0.858, 1378, - 2.889, + 2.899, 1379, - 1.958, + 1.946, 1386, - 0.826, + 0.831, 1403, - 0.537, + 0.54, 1406, - 3.604, + 3.612, 1434, - 1.451, + 1.457, 1459, - 1.934, + 1.941, 1465, - 3.391, + 3.396, 1472, - 1.297, + 1.302, 1493, - 0.782, + 0.785, 1525, - 1.83, + 1.837, 1548, - 1.123, + 1.128, 1588, - 3.544, + 3.552, 1600, - 1.247, + 1.252, 1601, - 0.854, + 0.858, 1602, - 1.419, + 1.425, 1607, - 1.677, + 1.684, 1609, - 1.207, + 1.212, 1628, - 1.2, + 1.205, 1629, - 0.933, + 0.937, 1631, - 0.701, + 0.705, 1636, - 0.655, + 0.659, 1638, - 0.715, + 0.719, 1644, - 4.071, + 4.085, 1650, - 2.517, + 2.527, 1651, - 1.247, + 1.252, 1661, - 0.567, + 0.57, 1672, - 1.939, + 1.946, 1682, - 0.715, + 0.719, 1690, - 1.404, + 1.411, 1698, - 0.701, + 0.705, 1713, - 0.594, + 0.597, 1807, - 0.999, + 1.004, 1823, - 1.268, + 1.252, 1884, - 3.174, + 3.181, 1889, - 1.268, + 1.274, 1892, - 3.174, + 3.186, 1902, - 0.745, + 0.749, 1903, - 1.522, + 1.529, 1904, - 0.885, + 0.89, 1908, - 1.626, + 1.632, 1928, - 1.939, + 1.946, 1968, - 1.541, + 1.547, 2026, - 1.373, + 1.379, 2033, - 2.485, + 2.495, 2036, - 2.485, + 2.495, 2039, - 1.035, + 1.04, 2040, - 4.845, + 4.86, 2042, - 1.154, + 1.159, 2070, - 0.715, + 0.719, 2087, - 0.715, + 0.719, 2089, - 1.171, + 1.176, 2156, - 0.689, + 0.692, 2211, - 0.971, + 0.976, 2220, - 0.677, + 0.68, 2286, - 4.896, + 4.907, 2296, - 6.599, + 6.612, 2297, - 0.73, + 0.733, 2299, - 1.439, + 1.446, 2300, - 5.314, + 5.326, 2307, - 0.803, + 0.807, 2321, - 1.035, + 1.04, 2322, - 1.035, + 1.04, 2323, - 5.499, + 5.506, 2324, - 1.035, + 1.04, 2325, - 1.035, + 1.04, 2326, - 6.277, + 6.291, 2327, - 0.715, + 0.719, 2435, - 3.872, + 3.885, 2440, - 1.01, + 1.015, 2469, - 1.478, + 1.485, 2498, - 0.73, + 0.719, 2582, - 3.024, + 2.988, 2633, - 0.58, + 0.583, 2645, - 4.124, + 4.137, 2775, - 0.61, + 0.613, 2780, - 0.701, + 0.705, 2835, - 0.971, + 0.976, 2873, - 1.788, + 1.796, 2874, - 0.826, + 0.831, 2907, - 0.885, + 0.89, 2925, - 1.867, + 1.875, 3200, - 3.466, + 3.478, 3246, - 0.803, + 0.807, 3325, - 0.826, + 0.831, 3366, - 2.551, + 2.561, 3615, - 0.854, + 0.858, 3673, - 0.854, + 0.858, 3717, - 0.923, + 0.928, 3790, - 2.485, + 2.495, 3846, - 4.339, + 4.354, 3856, - 4.418, + 4.431, 3861, - 2.184, + 2.193, 3974, - 1.788, + 1.796, 3984, - 1.627, + 1.611, 4098, - 2.23, + 2.238, 4104, - 0.701, + 0.705, 4252, - 2.551, + 2.561, 4257, - 3.073, + 3.084, 4347, - 0.971, + 0.976, 4364, - 0.803, + 0.807, 4514, - 1.343, + 1.35, 4564, - 1.63, + 1.637, 4603, - 1.572, + 1.579, 4832, - 1.404, + 1.411, 4860, - 1.035, + 1.04, 4874, - 2.363, + 2.373, 4875, - 1.522, + 1.529, 5094, - 1.7, + 1.708, 5171, - 2.363, + 2.373, 5497, - 0.971, + 0.976, 5521, - 3.289, + 3.302, 5522, - 3.289, + 3.302, 5524, - 2.648, + 2.659, 5525, - 0.971, + 0.976, 5528, - 2.648, + 2.659, 5531, - 2.648, + 2.659, 5673, - 1.952, + 1.916, 5674, - 3.289, + 3.302, 5677, - 1.788, + 1.796, 5679, - 1.905, + 1.914, 5680, - 2.648, + 2.659, 5682, - 0.782, + 0.785, 5687, - 1.905, + 1.914, 5690, - 1.788, + 1.796, 5693, - 1.035, + 1.04, 5694, - 2.648, + 2.659, 5697, - 5.513, + 5.529, 5698, - 0.971, + 0.976, 5707, - 0.971, + 0.976, 5710, - 1.035, + 1.04, 5774, - 1.035, + 1.04, 5775, - 9.907, + 9.917, 5777, - 3.289, + 3.302, 5778, - 1.035, + 1.04, 5780, - 1.035, + 1.04, 5781, - 1.035, + 1.04, 5783, - 2.648, + 2.659, 5784, - 3.289, + 3.302, 5789, - 1.035, + 1.04, 5793, - 1.035, + 1.04, 5796, - 4.775, + 4.79, 5798, - 6.114, + 6.13, 5802, - 1.035, + 1.04, 5803, - 3.872, + 3.885, 6134, - 1.905, + 1.914, 6241, - 0.971, + 0.976, 6963, - 1.035, + 1.04, 6964, - 1.035, - 7001, - 1.268, - 7019, - 4.716, - 7191, - 0.971, - 7204, - 1.035, - 7264, - 1.035, - 7345, - 0.971, - 7367, - 1.035, - 7442, - 1.905, - 7443, - 2.814, - 7444, - 1.132, - 7445, - 1.035, - 7446, - 1.132, - 7447, - 2.084, - 7448, - 2.896, - 7449, - 1.132, - 7450, - 2.896, - 7451, - 1.905, - 7452, - 2.084, - 7453, - 2.896, - 7454, - 3.086, - 7455, - 1.132, + 1.04, + 7006, + 1.274, + 7024, + 4.73, + 7205, + 0.976, + 7218, + 0.976, + 7278, + 1.04, + 7359, + 0.976, + 7381, + 1.04, 7456, - 1.132, + 1.914, 7457, - 0.923, + 2.825, 7458, - 2.896, + 1.137, 7459, - 2.648, + 1.04, 7460, - 1.132, + 1.137, 7461, - 1.035, + 2.093, 7462, - 1.132, + 2.908, 7463, - 1.132, + 1.137, 7464, - 2.084, + 2.908, 7465, - 1.132, + 1.914, 7466, - 1.132, + 2.093, 7467, - 6.028, + 2.908, 7468, - 2.084, + 3.098, 7469, - 1.132, + 1.137, 7470, - 1.132, + 1.137, 7471, - 1.132, + 0.928, 7472, - 1.132, + 2.908, 7473, - 1.132, + 2.659, 7474, - 1.132, + 1.137, 7475, - 2.084, + 1.04, 7476, - 1.132, + 1.137, 7477, - 3.596, + 1.137, 7478, - 1.132, + 2.093, 7479, - 3.596, + 1.137, 7480, - 2.084, + 1.137, 7481, - 2.896, + 6.046, 7482, - 1.132, + 2.093, 7483, - 2.084, + 1.137, 7484, - 1.132, + 1.137, 7485, - 1.132, + 1.137, 7486, - 2.084, + 1.137, 7487, - 1.132, + 1.137, 7488, - 2.084, + 1.137, 7489, - 1.132, + 2.093, 7490, - 2.084, + 1.137, 7491, - 1.7, + 3.61, 7492, - 4.745, + 1.137, 7493, - 2.084, + 3.61, 7494, - 1.132, + 2.093, 7495, - 1.132, + 2.908, 7496, - 1.132, + 1.137, 7497, - 2.896, + 2.093, 7498, - 2.084, + 1.137, 7499, - 2.896, + 1.137, 7500, - 2.896, + 2.093, 7501, - 2.896, + 1.137, 7502, - 2.084, + 2.093, 7503, - 1.132, + 1.137, 7504, - 2.084, + 2.093, 7505, - 1.905, + 1.708, 7506, - 2.084, + 4.761, 7507, - 2.896, + 2.093, 7508, - 1.132, + 1.137, 7509, - 1.788, + 1.137, 7510, - 1.132, + 1.137, 7511, - 1.132, + 2.908, 7512, - 1.132, + 2.093, 7513, - 1.132, + 2.908, 7514, - 2.084, + 2.908, 7515, - 1.132, + 2.908, 7516, - 1.132, + 2.093, 7517, - 1.132, + 1.137, 7518, - 1.132, + 2.093, 7519, - 1.132, + 1.914, 7520, - 2.084, + 2.093, 7521, - 1.132, + 2.908, 7522, - 1.132, + 1.137, 7523, - 1.132, + 1.796, 7524, - 1.132, + 1.137, 7525, - 1.132, + 1.137, 7526, - 1.132, + 1.137, 7527, - 1.132, + 1.137, 7528, - 2.896, + 2.093, 7529, - 2.084, + 1.137, 7530, - 1.132, + 1.137, 7531, - 1.132, + 1.137, 7532, - 1.132, + 1.137, 7533, - 1.132, + 1.137, 7534, - 1.132, + 2.093, 7535, - 1.132, + 1.137, 7536, - 1.132, + 1.137, 7537, - 1.132, + 1.137, 7538, - 1.132, + 1.137, 7539, - 1.132, + 1.137, 7540, - 1.132, + 1.137, 7541, - 1.132, + 1.137, 7542, - 1.132, + 2.908, 7543, - 2.084, + 2.093, 7544, - 1.132, + 1.137, 7545, - 1.132, + 1.137, 7546, - 1.132, + 1.137, 7547, - 1.035, + 1.137, 7548, - 1.132, + 1.137, 7549, - 1.035, + 1.137, 7550, - 1.035, + 1.137, 7551, - 1.132, + 1.137, 7552, - 2.084 + 1.137, + 7553, + 1.137, + 7554, + 1.137, + 7555, + 1.137, + 7556, + 1.137, + 7557, + 2.093, + 7558, + 1.137, + 7559, + 1.137, + 7560, + 1.137, + 7561, + 1.04, + 7562, + 1.137, + 7563, + 1.04, + 7564, + 1.04, + 7565, + 1.137, + 7566, + 2.093 ] ], [ @@ -81128,2263 +81198,2287 @@ "data/ref/stable/gui", [ 1, - 0.665, + 0.663, 7, - 0.727, + 0.726, 8, - 0.474, + 0.473, 9, - 0.574, + 0.573, 10, - 1.253, + 1.251, 11, - 0.614, + 0.612, 12, - 1.186, + 1.183, 16, - 0.451, + 0.45, 17, - 0.416, + 0.415, 18, 1.141, 20, 1.491, 22, - 0.254, + 0.253, 23, - 2.793, + 2.788, 28, - 0.572, + 0.57, 30, - 1.746, + 1.743, 31, - 0.358, + 0.357, 36, - 1.753, + 1.751, 38, - 1.228, + 1.227, 44, - 0.258, + 0.257, 46, - 1.532, + 1.531, 47, - 5.46, + 5.468, 48, - 4.201, + 4.195, 49, - 1.598, + 1.595, 50, - 2.56, + 2.555, 52, - 0.715, + 0.714, 54, - 0.56, + 0.559, 55, - 1.038, + 1.036, 56, 0.24, 57, - 1.436, + 1.437, 58, - 4.403, + 4.399, 59, - 0.717, + 0.716, 60, - 1.034, + 1.032, 62, - 1.697, + 1.694, 63, - 1.049, + 1.047, 66, - 0.398, + 0.397, 67, 0.309, 69, - 1.017, + 1.015, 70, - 0.26, + 0.259, 72, - 0.393, + 0.392, 73, - 0.981, + 0.978, 75, - 2.148, + 2.144, 77, - 1.446, + 1.444, 78, - 0.524, + 0.522, 79, 0.966, 83, - 2.397, + 2.392, 84, - 0.927, + 0.925, 86, - 1.207, + 1.204, 87, - 0.745, + 0.743, 88, - 1.152, + 1.149, 89, - 1.183, + 1.18, 90, - 2.491, + 2.489, 91, - 0.887, + 0.885, 92, - 1.204, + 1.201, 94, - 0.549, + 0.547, 95, - 5.816, + 5.817, 96, - 1.464, + 1.462, 97, - 1.254, + 1.252, 99, - 1.066, + 1.067, 100, - 1.733, + 1.731, 101, - 3.452, + 3.447, 102, - 1.758, + 1.746, 103, - 1.78, + 1.778, 104, - 0.868, + 0.856, 105, - 0.473, + 0.472, 106, - 1.168, + 1.167, 107, - 1.328, + 1.327, 108, - 0.636, + 0.635, 112, - 0.745, + 0.743, 113, - 1.883, + 1.892, 116, - 0.459, + 0.458, 118, - 3.983, + 3.977, 119, - 1.884, + 1.88, 121, - 2.158, + 2.154, 123, - 1.325, + 1.321, 124, - 4.141, + 4.138, 125, - 1.406, + 1.403, 126, - 1.914, + 1.913, 127, - 0.416, + 0.415, 128, - 0.306, + 0.302, 131, - 0.89, + 0.888, 132, - 2.943, + 2.94, 133, - 2.207, + 2.202, 140, - 0.998, + 0.995, 141, - 1.375, + 1.372, 142, - 2.728, + 2.726, 143, - 0.572, + 0.57, 147, - 0.694, + 0.692, 148, - 1.189, + 1.187, 149, - 0.989, + 0.987, 150, - 0.658, + 0.656, 153, - 1.359, + 1.357, 154, - 0.745, + 0.743, 155, - 0.745, + 0.743, 156, - 0.694, + 0.692, 157, - 0.795, + 0.793, 158, - 2.609, + 2.626, 159, - 2.187, + 2.183, 160, - 0.349, + 0.346, 165, - 2.21, + 2.208, 166, - 0.29, + 0.289, 167, - 1.051, + 1.049, 168, - 1.576, + 1.573, 169, - 0.798, + 0.797, 170, - 3.189, + 3.219, 172, - 1.143, + 1.13, 174, - 0.481, + 0.48, 175, - 3.8, + 3.796, 177, - 2.179, + 2.176, 178, - 0.23, + 0.229, 185, - 3.779, + 3.775, 186, - 0.683, + 0.681, 193, - 0.383, + 0.382, 194, - 0.474, + 0.473, 195, - 0.358, + 0.357, 196, - 0.214, + 0.213, 197, - 0.744, + 0.742, 201, - 1.388, + 1.386, 202, - 1.319, + 2.003, 207, - 0.206, + 0.205, 208, - 0.272, + 0.271, 209, - 0.466, + 0.465, 210, - 0.685, + 0.683, 211, - 1.344, + 1.341, 212, - 3.87, + 3.866, 213, - 0.761, + 0.759, 215, - 3.873, + 3.868, 216, - 3.353, + 3.381, 218, - 5.484, + 5.554, 223, - 1.766, + 1.762, 226, - 0.835, + 0.833, 227, - 0.358, + 0.357, 228, - 0.92, + 0.91, 229, - 1.474, + 1.472, 230, - 0.905, + 0.902, 232, - 0.407, + 0.775, 233, - 0.416, + 0.415, 234, - 3.06, + 3.055, 235, - 0.39, + 0.389, 237, - 1.713, + 1.857, 239, - 0.272, + 0.271, 240, - 1.148, + 1.146, 241, - 1.149, + 1.147, 244, - 1.887, + 1.869, 247, - 0.716, + 0.714, 248, - 0.369, + 0.368, 249, - 0.296, + 0.295, 250, - 3.106, + 3.103, 251, - 3.342, + 3.338, 253, - 0.591, + 0.589, 256, - 1.466, + 1.464, 257, - 1.469, + 1.466, 258, - 1.116, + 1.113, 259, - 1.536, + 1.532, 260, - 0.398, + 0.397, 261, - 1.432, + 1.429, 263, - 2.778, + 2.776, 264, - 2.459, + 2.454, 266, - 3.329, + 3.325, 267, - 0.565, + 0.563, 268, - 1.823, + 1.821, 269, - 1.824, + 1.822, 271, - 1.123, + 1.107, 273, - 1.822, + 1.819, 274, - 1.765, + 1.761, 276, - 0.466, + 0.465, 277, - 0.53, + 0.528, 278, - 0.565, + 0.563, 280, - 0.242, + 0.241, 281, - 2.504, + 2.499, 282, - 0.306, + 0.305, 283, - 0.565, + 0.563, 284, - 0.565, + 0.563, 285, - 1.344, + 1.341, 286, - 1.495, + 1.492, 288, - 0.636, + 0.634, 290, - 0.659, + 0.657, 295, - 0.285, + 0.284, 300, - 0.653, + 0.652, 302, - 2.128, + 2.123, 303, - 2.804, + 2.798, 304, - 1.396, + 1.393, 305, - 0.683, + 0.681, 306, - 3.071, + 3.066, 307, - 0.683, + 0.681, 308, - 2.191, + 2.186, 310, - 1.012, + 1.01, 311, - 0.761, + 0.759, 315, - 0.731, + 0.729, 316, - 1.896, + 1.891, 320, - 3.342, + 3.337, 322, - 1.694, + 1.69, 327, - 2.997, + 2.992, 328, - 1.555, + 1.551, 329, - 1.581, + 1.577, 330, - 0.829, + 0.827, 332, - 0.564, + 0.562, 333, - 0.848, + 0.847, 335, - 2.859, + 2.853, 336, - 0.466, + 0.465, 338, - 2.191, + 2.186, 339, - 0.483, + 0.482, 341, - 1.049, + 1.036, 342, - 1.51, + 1.507, 344, - 2.263, + 2.258, 346, - 1.012, + 1.01, 347, - 0.761, + 0.759, 353, - 0.473, + 0.468, 354, - 0.466, + 0.465, 357, - 3.765, + 3.759, 358, - 3.08, + 3.075, 361, - 0.347, + 0.346, 363, - 1.382, + 1.378, 364, - 1.382, + 1.378, 365, - 1.325, + 1.321, 366, - 1.325, + 1.321, 367, - 3.033, + 3.027, 370, - 4.519, + 4.512, 371, - 3.427, + 3.422, 373, - 0.376, + 0.375, 378, - 0.398, + 0.397, 380, 0.219, 382, - 0.609, + 0.608, 383, - 0.407, + 0.406, 389, - 0.653, + 0.652, 392, - 0.758, + 0.757, 394, - 2.392, + 2.387, 400, - 0.416, + 0.415, 402, - 0.329, + 0.328, 410, - 0.504, + 0.502, 411, - 0.612, + 0.611, 412, - 0.416, + 0.415, 416, - 0.451, + 0.45, 418, - 0.565, + 0.563, 419, - 1.07, + 1.067, 421, - 4.833, + 4.826, 424, - 0.466, + 0.465, 427, - 2.448, + 2.442, 428, - 0.369, + 0.368, 429, - 0.821, + 0.819, 433, - 0.252, + 0.251, 441, - 0.591, + 0.589, 446, - 0.848, + 0.846, 452, - 0.343, + 0.342, 453, - 0.358, + 0.357, 457, - 0.923, + 0.921, 467, - 0.407, + 0.406, 469, - 0.598, + 0.596, 471, - 2.374, + 2.39, 472, - 0.285, + 0.284, 479, - 0.232, + 0.231, 481, - 0.358, + 0.351, 483, - 0.407, + 0.406, 489, 0.287, 490, - 1.687, + 1.684, 492, - 0.358, + 0.357, 499, - 1.201, + 1.198, 500, - 1.23, + 1.227, 502, - 0.407, + 0.406, 504, - 0.598, + 0.589, 505, - 0.317, + 0.316, 509, - 1.123, + 1.121, 510, - 0.433, + 0.432, 511, - 0.901, + 0.899, 513, 0.32, 516, - 2.491, + 2.486, 517, - 1.012, + 1.01, 521, - 0.411, + 0.409, 522, - 0.306, + 0.305, 524, - 0.567, + 0.566, 526, - 0.407, + 0.406, 530, - 0.565, + 0.563, 531, - 0.565, + 0.563, 543, - 0.473, + 0.472, 544, - 2.072, + 2.068, 547, - 0.363, + 0.362, 552, - 1.201, + 1.198, 553, - 2.208, + 2.205, 554, - 0.635, + 0.634, 555, - 0.53, + 0.526, 556, - 0.485, + 0.483, 559, - 2.121, + 2.116, 561, - 1.28, + 1.277, 573, - 1.265, + 1.262, 574, - 0.296, + 0.295, 577, - 0.242, + 0.241, 582, - 0.376, + 0.375, 588, 0.32, 595, - 0.913, + 0.911, 599, - 0.451, + 0.45, 603, - 0.258, + 0.257, 627, - 0.358, + 0.357, 629, - 0.782, + 0.78, 648, 0.299, 668, - 0.504, + 0.502, 669, - 0.383, + 0.382, 674, 0.309, 675, - 0.237, + 0.236, 679, - 1.164, + 1.161, 686, - 0.636, + 0.634, 687, - 0.363, + 0.362, 689, - 0.277, + 0.276, 691, - 2.136, + 2.133, 692, - 0.635, + 0.634, 702, 0.309, 703, - 0.849, + 0.847, 724, - 1.555, + 1.551, 728, - 1.273, + 1.27, 732, - 1.426, + 1.423, 738, - 0.369, + 0.368, 750, - 0.572, + 0.57, 752, - 2.129, + 2.125, 753, - 0.837, + 0.835, 762, - 0.282, + 0.278, 765, 0.216, 773, - 0.784, + 0.782, 775, - 0.342, + 0.341, 785, - 1.482, + 1.479, 792, - 0.966, + 0.963, 793, - 0.287, + 0.786, 801, - 0.578, + 0.576, 807, - 0.358, + 0.357, 811, - 0.306, + 0.305, 819, - 0.363, + 0.362, 827, - 1.737, + 1.734, 832, - 2.343, + 2.339, 834, - 0.306, + 0.305, 848, - 0.306, + 0.305, 856, - 2.404, + 2.4, 859, 0.309, 860, - 0.313, + 0.312, 866, - 1.912, + 1.909, 880, - 0.572, + 0.57, 891, - 2.095, + 2.092, 894, - 0.244, + 0.243, 897, - 0.398, + 0.397, 898, 0.219, 903, - 0.333, + 0.332, 910, - 0.329, + 0.328, 912, - 0.398, + 0.397, 914, - 1.812, + 1.809, 915, - 0.83, + 0.828, 919, - 0.868, + 0.866, 923, - 0.303, + 0.302, 924, - 0.293, + 0.292, 931, - 1.279, + 1.263, 935, - 0.306, + 0.305, 941, - 0.463, + 0.461, 944, - 0.605, + 0.603, 946, - 3.567, + 3.561, 948, - 3.177, + 3.173, 950, - 0.407, + 0.406, 959, - 1.978, + 1.974, 960, - 0.773, + 0.764, 969, - 1.031, + 1.028, 975, - 0.566, + 0.564, 978, - 0.855, + 0.853, 980, - 0.761, + 0.759, 989, - 4.038, + 4.032, 990, - 0.407, + 0.406, 991, - 0.376, + 0.375, 992, - 1.898, + 1.894, 1010, - 1.068, + 1.065, 1014, - 0.398, + 0.397, 1019, - 3.237, + 3.234, 1025, - 1.826, + 1.822, 1028, - 0.923, + 0.92, 1029, - 0.578, + 0.57, 1034, - 0.237, + 0.236, 1039, - 1.401, + 1.398, 1040, - 0.369, + 0.368, 1041, - 0.279, + 0.278, 1043, - 0.267, + 0.266, 1046, - 0.369, + 0.368, 1052, - 0.89, + 0.887, 1060, - 0.347, + 0.346, 1064, - 0.303, + 0.302, 1093, - 0.694, + 0.692, 1098, - 1.05, + 1.047, 1099, - 2.022, + 2.017, 1109, - 1.634, + 1.631, 1126, - 0.309, + 0.305, 1131, - 0.584, + 0.583, 1136, - 0.731, + 0.729, 1137, - 0.369, + 0.368, 1139, - 0.952, + 0.949, 1140, - 3.15, + 3.145, 1141, - 0.376, + 0.375, 1144, - 1.711, + 1.707, 1146, - 0.732, + 0.73, 1147, - 0.466, + 0.465, 1149, - 0.89, + 0.888, 1150, - 0.952, + 0.949, 1153, - 1.747, + 1.743, 1155, - 1.049, + 1.047, 1160, - 0.706, + 0.704, 1164, - 0.369, + 0.368, 1170, - 0.483, + 0.482, 1172, - 0.598, + 0.596, 1193, - 1.555, + 1.551, 1198, - 0.352, + 0.351, 1202, - 1.601, + 1.597, 1207, - 0.451, + 0.45, 1208, - 0.718, + 0.716, 1211, - 0.451, + 0.45, 1216, - 0.333, + 0.328, 1220, - 1.611, + 1.607, 1221, - 1.072, + 1.07, 1224, - 0.812, + 0.81, 1228, - 0.777, + 0.775, 1229, - 0.407, + 0.406, 1245, - 0.416, + 0.415, 1250, - 0.663, + 0.661, 1254, - 4.043, + 4.038, 1256, - 1.05, + 1.047, 1257, - 0.731, + 0.729, 1258, - 0.777, + 0.775, 1259, - 0.745, + 0.743, 1260, - 0.694, + 0.692, 1261, - 0.376, + 0.368, 1272, - 0.524, + 0.522, 1279, - 1.795, + 1.791, 1281, - 0.438, + 0.437, 1295, - 2.722, + 2.718, 1296, - 1.617, + 1.613, 1301, - 0.438, + 0.437, 1309, - 1.42, + 1.635, 1323, - 1.086, + 1.083, 1329, - 0.706, + 0.704, 1343, - 1.44, + 1.436, 1379, - 1.73, + 1.709, 1387, - 0.398, + 0.397, 1403, - 1.765, + 1.761, 1406, - 3.186, + 3.182, 1411, - 0.505, + 0.504, 1415, - 0.427, + 0.425, 1434, - 0.848, + 0.846, 1459, - 3.195, + 3.191, 1465, - 2.687, + 2.684, 1471, - 0.306, + 0.305, 1472, - 2.069, + 2.184, 1492, - 0.383, + 0.382, 1495, - 1.199, + 1.196, 1502, - 0.868, + 0.866, 1518, - 0.565, + 0.563, 1520, - 0.565, + 0.563, 1556, - 0.466, + 0.465, 1559, - 0.383, + 0.382, 1562, - 0.777, + 0.775, 1588, - 1.061, + 1.058, 1597, - 0.358, + 0.357, 1599, - 0.39, + 0.389, 1600, - 0.369, + 0.368, 1606, - 0.694, + 0.692, 1607, - 0.358, + 0.357, 1609, - 0.358, + 0.357, 1611, - 0.504, + 0.502, 1621, - 0.313, + 0.312, 1629, - 0.528, + 0.527, 1630, - 0.466, + 0.465, 1636, - 1.254, + 1.251, 1638, - 0.745, + 0.743, 1648, - 0.673, + 0.671, 1649, 0.324, 1661, - 0.591, + 0.589, 1662, - 0.519, + 0.517, 1679, - 1.426, + 1.423, 1689, - 0.837, + 0.835, 1690, - 0.416, + 0.415, 1696, - 1.031, + 1.028, 1699, - 0.504, + 0.502, 1713, 0.324, 1773, - 0.777, + 0.775, 1774, - 0.598, + 0.596, 1788, - 0.53, + 0.528, 1790, - 1.201, + 1.198, 1797, - 0.761, + 0.759, 1804, - 0.296, + 0.295, 1806, - 1.17, + 1.167, 1830, - 0.53, + 0.528, 1847, - 1.581, + 1.577, 1871, 0.299, 1873, - 0.53, + 0.528, 1882, - 0.752, + 0.75, 1885, - 0.358, + 0.357, 1894, - 3.044, + 3.038, 1895, - 0.745, + 0.743, 1896, - 3.459, + 3.453, 1902, - 1.116, + 1.113, 1903, - 0.862, + 0.859, 1906, - 0.427, + 0.425, 1908, - 0.979, + 0.976, 1911, - 0.317, + 0.316, 1912, - 1.277, + 1.274, 1914, - 0.565, + 0.563, 1920, 0.287, 1929, - 0.901, + 0.887, 1931, - 0.333, + 0.332, 1942, - 0.663, + 0.661, 1982, - 0.591, + 0.583, 2007, - 0.745, + 0.743, 2024, - 0.279, + 0.278, 2027, - 2.42, + 2.415, 2057, - 0.745, + 0.743, 2089, - 0.663, + 0.661, 2123, - 0.352, + 0.351, 2160, - 0.416, + 0.415, 2164, - 0.267, + 0.266, 2173, - 0.363, + 0.362, 2174, - 0.53, + 0.528, 2187, - 1.549, + 1.545, 2228, - 0.483, + 0.482, 2261, - 0.663, + 0.661, 2263, - 0.483, + 0.482, 2268, - 0.329, + 0.328, 2284, - 1.766, + 1.762, 2323, - 4.076, + 4.071, 2330, - 0.407, + 0.406, 2362, - 0.565, + 0.563, 2363, - 0.565, + 0.563, 2375, - 0.483, + 0.482, 2377, - 0.438, + 0.425, 2382, - 0.731, + 0.729, 2440, - 0.572, + 0.57, 2474, - 0.466, + 0.465, 2475, - 0.466, + 0.465, 2478, - 0.53, + 0.528, 2488, - 0.504, + 0.502, 2501, - 1.079, + 1.076, 2503, - 0.407, + 0.406, 2507, - 2.416, + 2.411, 2540, - 0.653, + 0.652, 2548, - 0.694, + 0.692, 2555, - 0.745, + 0.743, 2558, - 1.495, + 1.492, 2566, - 0.407, + 0.406, 2583, - 1.549, + 1.545, 2584, - 1.453, + 1.449, 2585, - 0.565, + 0.563, 2586, - 0.565, + 0.563, 2587, - 1.012, + 1.01, 2588, - 1.012, + 1.01, 2589, - 3.465, + 3.289, 2590, - 0.963, + 0.96, 2591, - 0.795, + 0.793, 2592, - 0.565, + 0.563, 2593, - 1.079, + 1.076, 2595, - 1.079, + 1.076, 2596, - 1.079, + 1.076, 2597, - 3.375, + 3.368, 2598, - 0.565, + 0.563, 2599, - 0.565, + 0.563, 2600, - 0.53, + 0.528, 2601, - 1.012, + 1.01, 2602, - 2.23, + 2.225, 2604, - 0.53, + 0.528, 2605, - 0.565, + 0.563, 2606, - 2.23, + 2.225, 2607, - 0.565, + 0.563, 2608, - 0.565, + 0.563, 2609, - 4.225, + 4.217, 2611, - 0.565, + 0.563, 2612, - 0.565, + 0.563, 2630, - 0.466, + 0.465, 2633, - 4.392, + 4.427, 2639, - 0.963, + 0.96, 2649, - 0.369, + 0.368, 2674, - 0.53, + 0.528, 2695, - 0.53, + 0.528, 2697, - 1.694, + 1.69, 2775, - 0.636, + 0.634, 2855, - 0.483, + 0.482, 2871, - 0.352, + 0.351, 2874, - 0.862, + 0.859, 2875, - 2.263, + 2.258, 2876, - 1.17, + 1.167, 2877, - 1.277, + 1.274, 2886, - 1.581, + 1.577, 2924, - 0.565, + 0.563, 2930, - 1.012, + 1.01, 2954, - 0.416, + 0.415, 2955, - 0.352, + 0.351, 2994, - 0.407, + 0.406, 3084, - 1.17, + 1.167, 3111, - 1.012, + 1.01, 3118, - 0.466, + 0.465, 3121, - 0.923, + 0.92, 3139, - 0.466, + 0.465, 3144, - 0.416, + 0.415, 3205, - 0.53, + 0.528, 3242, - 0.89, + 0.888, 3246, - 4.11, + 4.104, 3272, - 0.504, + 0.502, 3342, - 0.731, + 0.729, 3352, - 0.53, + 0.528, 3354, - 0.53, + 0.502, 3365, - 0.89, + 0.888, 3387, - 1.453, + 1.449, 3503, - 0.53, + 0.528, 3505, - 0.483, + 0.482, 3536, - 1.012, + 1.01, 3597, - 0.438, + 0.437, 3603, - 1.368, + 1.365, 3616, - 0.451, + 0.45, 3691, - 0.427, + 0.425, 3709, - 0.466, + 0.45, 3713, - 0.997, + 1.271, 3735, - 0.565, + 0.563, 3736, - 0.565, + 0.563, 3737, - 0.565, + 0.563, 3738, - 0.565, + 0.563, 3739, - 0.565, + 0.563, 3740, - 0.565, + 0.563, 3741, - 0.565, + 0.563, 3742, - 0.565, + 0.563, 3743, - 0.565, + 0.563, 3744, - 0.565, + 0.563, 3745, - 0.565, + 0.563, 3746, - 0.565, + 0.563, 3747, - 0.565, + 0.563, 3748, - 0.565, + 0.563, 3749, - 0.565, + 0.563, 3750, - 0.53, + 0.528, 3751, - 0.565, + 0.563, 3752, - 0.565, + 0.563, 3753, - 0.565, + 0.563, 3754, - 0.565, + 0.563, 3755, - 0.565, + 0.563, 3756, - 0.565, + 0.563, 3757, - 0.565, + 0.563, 3758, - 0.565, + 0.563, 3759, - 0.565, + 0.563, 3760, - 0.565, + 0.563, 3761, - 0.565, + 0.563, 3762, - 0.565, + 0.563, 3763, - 0.565, + 0.563, 3764, - 0.565, + 0.563, 3765, - 0.565, + 0.563, 3766, - 0.565, + 0.563, 3767, - 0.565, + 0.563, 3768, - 0.565, + 0.563, 3769, - 0.565, + 0.563, 3770, - 0.565, + 0.563, 3771, - 0.565, + 0.563, 3772, - 0.565, + 0.563, 3773, - 0.565, + 0.563, 3774, - 0.565, + 0.563, 3775, - 0.565, + 0.563, 3776, - 0.466, + 0.465, 3809, - 2.722, + 2.717, 3810, - 1.116, + 1.113, 3811, - 0.483, + 0.482, 3838, - 0.451, + 0.45, 3866, - 0.963, + 0.96, 3897, - 0.39, + 0.389, 3899, - 1.459, + 1.456, 3972, - 0.333, + 0.332, 4042, - 2.751, + 2.745, 4098, - 0.383, + 0.382, 4154, - 0.451, + 0.45, 4208, - 0.53, + 0.528, 4235, - 0.504, + 0.502, 4369, - 0.483, + 0.482, 4386, - 1.012, + 1.01, 4445, - 0.504, + 0.502, 4454, - 0.483, + 0.482, 4456, - 1.382, + 1.378, 4464, - 1.844, + 1.839, 4465, - 1.752, + 1.748, 4466, - 2.79, + 2.784, 4486, - 0.504, + 0.502, 4498, - 1.382, + 1.378, 4505, - 0.451, + 0.45, 4514, - 1.934, + 1.93, 4524, - 1.766, + 1.762, 4648, - 0.565, + 0.563, 4698, - 0.795, + 0.793, 4713, - 0.53, + 0.528, 4729, - 0.963, + 0.96, 4745, - 1.031, + 1.028, 4812, - 0.963, + 0.96, 4832, - 0.795, + 0.793, 5011, - 1.079, + 1.076, 5015, - 0.565, + 0.563, 5016, - 0.565, + 0.563, 5017, - 0.565, + 0.563, 5018, - 1.549, + 1.545, 5019, - 1.012, + 1.01, 5020, - 1.079, + 1.076, 5130, - 0.466, + 0.465, 5146, - 0.483, + 0.482, 5151, - 0.438, + 0.437, 5159, - 0.53, + 0.528, 5184, - 0.53, + 0.528, 5297, - 0.504, + 0.502, 5364, - 0.565, + 0.563, 5425, - 0.761, + 0.759, 5556, - 0.923, + 0.92, 5628, - 1.079, + 1.076, 5651, - 0.53, + 0.528, 5673, - 0.416, + 0.406, 5766, - 0.483, + 0.482, 5807, - 0.53, + 0.528, 5830, - 0.466, + 0.465, 5905, - 1.079, + 1.076, 5906, - 1.079, + 1.076, 5917, - 0.565, + 0.563, 5970, - 1.012, + 1.01, 5971, - 0.53, + 0.528, 5977, - 0.53, + 0.528, 5979, - 1.012, + 1.01, 6003, - 1.549, + 1.545, 6014, - 0.504, + 0.502, 6017, - 0.53, + 0.528, 6043, - 1.898, + 1.894, 6213, - 0.565, + 0.563, 6473, - 2.237, + 2.233, 6520, - 0.53, + 0.528, 6554, - 0.504, + 0.502, 6765, - 0.565, + 0.563, 6960, - 0.565, + 0.563, 6970, - 0.451, - 7001, - 4.493, - 7008, - 0.483, - 7063, - 1.079, - 7102, - 0.53, - 7200, - 0.565, - 7231, - 1.858, - 7326, - 1.277, - 7435, - 0.466, - 7442, - 1.98, - 7505, - 0.565, - 7553, - 0.53, - 7554, - 2.574, - 7555, - 1.693, - 7556, - 0.618, - 7557, - 1.693, - 7558, - 0.618, - 7559, - 0.618, - 7560, - 1.693, - 7561, - 0.618, - 7562, - 0.565, - 7563, - 1.693, - 7564, - 0.618, - 7565, - 1.693, - 7566, - 0.618, + 0.45, + 7006, + 4.487, + 7013, + 0.482, + 7068, + 1.076, + 7116, + 0.528, + 7214, + 0.563, + 7245, + 1.853, + 7340, + 1.274, + 7449, + 0.465, + 7456, + 1.975, + 7519, + 0.563, 7567, - 2.599, + 0.528, 7568, - 0.618, + 2.568, 7569, - 1.693, + 1.689, 7570, - 0.618, + 0.616, 7571, - 1.693, + 1.689, 7572, - 0.618, + 0.616, 7573, - 1.18, + 0.616, 7574, - 0.565, + 1.689, 7575, - 0.618, + 0.616, 7576, - 0.618, + 0.563, 7577, - 0.565, + 1.689, 7578, - 0.565, + 0.616, 7579, - 0.618, + 1.689, 7580, - 1.18, + 0.616, 7581, - 1.18, + 2.593, 7582, - 1.18, + 0.616, 7583, - 1.18, + 1.689, 7584, - 1.18, + 0.616, 7585, - 1.18, + 1.689, 7586, - 1.18, + 0.616, 7587, - 1.18, + 1.176, 7588, - 1.18, + 0.563, 7589, - 1.18, + 0.616, 7590, - 1.18, + 0.616, 7591, - 1.18, + 0.563, 7592, - 1.18, + 0.563, 7593, - 0.618, + 0.616, 7594, - 1.18, + 1.176, 7595, - 1.18, + 1.176, 7596, - 1.18, + 1.176, 7597, - 1.18, + 1.176, 7598, - 1.18, + 1.176, 7599, - 1.693, + 1.176, 7600, - 0.618, + 1.176, 7601, - 1.18, + 1.176, 7602, - 1.693, + 1.176, 7603, - 0.618, + 1.176, 7604, - 1.693, + 1.176, 7605, - 0.618, + 1.176, 7606, - 1.693, + 1.176, 7607, - 0.618, + 0.616, 7608, - 1.693, + 1.176, 7609, - 0.618, + 1.176, 7610, - 0.618, + 1.176, 7611, - 0.618, + 1.176, 7612, - 0.618, + 1.176, 7613, - 0.565, + 1.689, 7614, - 1.693, + 0.616, 7615, - 0.618, + 1.176, 7616, - 1.693, + 1.689, 7617, - 0.618, + 0.616, 7618, - 1.693, + 1.689, 7619, - 0.618, + 0.616, 7620, - 0.565, + 1.689, 7621, - 0.618, + 0.616, 7622, - 0.618, + 1.689, 7623, - 0.618, + 0.616, 7624, - 0.963, + 0.616, 7625, - 0.618, + 0.616, 7626, - 0.618, + 0.616, 7627, - 0.565, + 0.563, 7628, - 0.565, + 1.689, 7629, - 0.565, + 0.616, 7630, - 1.98, + 1.689, 7631, - 0.565, + 0.616, 7632, - 1.98, + 1.689, 7633, - 0.565, + 0.616, 7634, - 1.98, + 0.563, 7635, - 0.565, + 0.616, 7636, - 1.98, + 0.616, 7637, - 0.565, + 0.616, 7638, - 0.565, + 0.96, 7639, - 0.565, + 0.616, 7640, - 0.565, + 0.616, 7641, - 0.565, + 0.563, 7642, - 0.565, + 0.563, 7643, - 0.565, + 0.563, 7644, - 1.98, + 1.975, 7645, - 0.565, + 0.563, 7646, - 1.98, + 1.975, 7647, - 0.565, + 0.563, 7648, - 1.98, + 1.975, 7649, - 0.565, + 0.563, 7650, - 0.565, + 1.975, 7651, - 0.565, + 0.563, 7652, - 0.565, + 0.563, 7653, - 0.565, + 0.563, 7654, - 0.565, + 0.563, 7655, - 0.565, + 0.563, 7656, - 0.565, + 0.563, 7657, - 0.565, + 0.563, 7658, - 0.565, + 1.975, 7659, - 0.565, + 0.563, 7660, - 0.565, + 1.975, 7661, - 0.565, + 0.563, 7662, - 0.565, + 1.975, 7663, - 0.565, + 0.563, 7664, - 0.565, + 0.563, 7665, - 0.565, + 0.563, 7666, - 0.565, + 0.563, 7667, - 0.565, + 0.563, 7668, - 0.565, + 0.563, 7669, - 0.565, + 0.563, 7670, - 0.565, + 0.563, 7671, - 0.565, + 0.563, 7672, - 0.565, + 0.563, 7673, - 0.565, + 0.563, 7674, - 0.565, + 0.563, 7675, - 1.18, + 0.563, 7676, - 0.618, + 0.563, 7677, - 1.18, + 0.563, 7678, - 0.618, + 0.563, 7679, - 0.618, + 0.563, 7680, - 0.618, + 0.563, 7681, - 0.618, + 0.563, 7682, - 0.618, + 0.563, 7683, - 0.618, + 0.563, 7684, - 0.618, + 0.563, 7685, - 0.618, + 0.563, 7686, - 0.618, + 0.563, 7687, - 0.618, + 0.563, 7688, - 0.618, + 0.563, 7689, - 0.618, + 1.176, 7690, - 0.618, + 0.616, 7691, - 0.618, + 1.176, 7692, - 0.618, + 0.616, 7693, - 0.618, + 0.616, 7694, - 2.165, + 0.616, 7695, - 0.618, + 0.616, 7696, - 0.618, + 0.616, 7697, - 0.618, + 0.616, 7698, - 0.618, + 0.616, 7699, - 0.618, + 0.616, 7700, - 0.618, + 0.616, 7701, - 0.618, + 0.616, 7702, - 0.618, + 0.616, 7703, - 0.618, + 0.616, 7704, - 0.618, + 0.616, 7705, - 0.618, + 0.616, 7706, - 0.565, + 0.616, 7707, - 0.618, + 0.616, 7708, - 0.565, + 2.16, 7709, - 1.012, + 0.616, 7710, - 0.618, + 0.616, 7711, - 0.565, + 0.616, 7712, - 0.618, + 0.616, 7713, - 0.618, + 0.616, 7714, - 0.618, + 0.616, 7715, - 0.618, + 0.616, 7716, - 0.618, + 0.616, 7717, - 0.618, + 0.616, 7718, - 0.618, + 0.616, 7719, - 0.618, + 0.616, 7720, - 0.618, + 0.563, 7721, - 0.618, + 0.616, 7722, - 0.618, + 0.563, 7723, - 0.618, + 1.01, 7724, - 0.618, + 0.616, 7725, - 0.618, + 0.563, 7726, - 0.618, + 0.616, 7727, - 0.618, + 0.616, 7728, - 1.693, + 0.616, 7729, - 0.618, + 0.616, 7730, - 0.618, + 0.616, 7731, - 0.565, + 0.616, 7732, - 0.618, + 0.616, 7733, - 0.618, + 0.616, 7734, - 1.693, + 0.616, 7735, - 0.618, + 0.616, 7736, - 0.618, + 0.616, 7737, - 0.618, + 0.616, 7738, - 1.693, + 0.616, 7739, - 1.693, + 0.616, 7740, - 1.693, + 0.616, 7741, - 1.693, + 0.616, 7742, - 1.693, + 1.689, 7743, - 1.693, + 0.616, 7744, - 1.693, + 0.616, 7745, - 1.693, + 0.563, 7746, - 1.693, + 0.616, 7747, - 0.53, + 0.616, 7748, - 0.565, + 1.689, 7749, - 0.565, + 0.616, 7750, - 0.618, + 0.616, 7751, - 0.618, + 0.616, 7752, - 0.53, + 1.689, 7753, - 0.618, + 1.689, 7754, - 0.618, + 1.689, 7755, - 0.618, + 1.689, 7756, - 1.693, + 1.689, 7757, - 1.693, + 1.689, 7758, - 0.618, + 1.689, 7759, - 0.565, + 1.689, 7760, - 0.618, + 1.689, 7761, - 0.618, + 0.528, 7762, - 0.618, + 0.563, 7763, - 0.618, + 0.563, 7764, - 0.618, + 0.616, 7765, - 0.618, + 0.616, 7766, - 0.618, + 0.528, 7767, - 0.618, + 0.616, 7768, - 0.565, + 0.616, 7769, - 0.618, + 0.616, 7770, - 0.618, + 1.689, 7771, - 0.618, + 1.689, 7772, - 0.618, + 0.616, 7773, - 0.618, + 0.563, 7774, - 0.618, + 0.616, 7775, - 0.618, + 0.616, 7776, - 1.18, + 0.616, 7777, - 1.18, + 0.616, 7778, - 0.618, + 0.616, 7779, - 1.18, + 0.616, 7780, - 0.618, + 0.616, 7781, - 1.18, + 0.563, 7782, - 0.618, + 1.176, 7783, - 1.18, + 1.176, 7784, - 0.618, + 1.176, 7785, - 0.618, + 1.176, 7786, - 0.618, + 1.176, 7787, - 0.618, + 0.616, 7788, - 0.618, + 0.616, 7789, - 0.618, + 0.563, 7790, - 0.618, + 0.616, 7791, - 0.618, + 0.616, 7792, - 0.618, + 0.616, 7793, - 0.618, + 0.616, 7794, - 0.618, + 0.616, 7795, - 2.165, + 0.616, 7796, - 0.618, + 0.616, 7797, - 1.079, + 1.176, 7798, - 0.618, + 1.176, 7799, - 0.504, + 0.616, 7800, - 0.618, + 1.176, 7801, - 0.618, + 0.616, 7802, - 0.618, + 1.176, 7803, - 0.618, + 0.616, 7804, - 0.618, + 1.176, 7805, - 0.618, + 0.616, 7806, - 0.618, + 0.616, 7807, - 0.618, + 0.616, 7808, - 0.618, + 0.616, 7809, - 0.618, + 0.616, 7810, - 0.618, + 0.616, 7811, - 0.618, + 0.616, 7812, - 0.618, + 0.616, 7813, - 0.618, + 0.616, 7814, - 0.565, + 0.616, 7815, - 0.565, + 0.616, 7816, - 0.565, + 2.16, 7817, - 0.565, + 0.616, 7818, - 0.565, + 1.076, 7819, - 0.565, + 0.616, 7820, - 0.565, + 0.502, 7821, - 0.565, + 0.616, 7822, - 0.565, + 0.616, 7823, - 0.565, + 0.616, 7824, - 0.618, + 0.616, 7825, - 0.618, + 0.616, 7826, - 0.618, + 0.616, 7827, - 0.618, + 0.616, 7828, - 0.618, + 0.616, 7829, - 0.618, + 0.616, 7830, - 0.618, + 0.616, 7831, - 0.618, + 0.616, 7832, - 0.618, + 0.616, 7833, - 0.618, + 0.616, 7834, - 0.618, + 0.616, 7835, - 0.618, + 0.563, 7836, - 0.618, + 0.563, 7837, - 0.618, + 0.563, 7838, - 0.618, + 0.563, 7839, - 1.18, + 0.563, 7840, - 0.618, + 0.563, 7841, - 0.618, + 0.563, 7842, - 0.618, + 0.563, 7843, - 0.618, + 0.563, 7844, - 0.618, + 0.563, 7845, - 0.618, + 0.616, 7846, - 0.618, + 0.616, 7847, - 0.618, + 0.616, 7848, - 0.618, + 0.616, 7849, - 0.618, + 0.616, 7850, - 0.618, + 0.616, 7851, - 3.717, + 0.616, 7852, - 0.618, + 0.616, 7853, - 0.565, + 0.616, 7854, - 0.618, + 0.616, 7855, - 1.18, + 0.616, 7856, - 1.18, + 0.616, 7857, - 1.18, + 0.616, 7858, - 0.618, + 0.616, 7859, - 0.618, + 0.616, 7860, - 0.618, + 1.176, 7861, - 0.618, + 0.616, 7862, - 0.618, + 0.616, 7863, - 0.618, + 0.616, 7864, - 0.618, + 0.616, 7865, - 0.618, + 0.616, 7866, - 0.618, + 0.616, 7867, - 0.618, + 0.616, 7868, - 0.618, + 0.616, 7869, - 0.618, + 0.616, 7870, - 0.618, + 0.616, 7871, - 0.618, + 0.616, 7872, - 0.618, + 3.709, 7873, - 0.618, + 0.616, 7874, - 0.618, + 0.563, 7875, - 0.618, + 0.616, 7876, - 0.618, + 1.176, 7877, - 0.618, + 1.176, 7878, - 0.618, + 1.176, 7879, - 0.618, + 0.616, 7880, - 0.618, + 0.616, 7881, - 0.618, + 0.616, 7882, - 0.618, + 0.616, 7883, - 0.618, + 0.616, 7884, - 0.618, + 0.616, 7885, - 0.618, + 0.616, 7886, - 0.618, + 0.616, 7887, - 0.618, + 0.616, 7888, - 0.618, + 0.616, 7889, - 0.618, + 0.616, 7890, - 0.618, + 0.616, 7891, - 0.618, + 0.616, 7892, - 0.618, + 0.616, 7893, - 0.618, + 0.616, 7894, - 0.618, + 0.616, 7895, - 0.618, + 0.616, 7896, - 0.618, + 0.616, 7897, - 0.618, + 0.616, 7898, - 0.618, + 0.616, 7899, - 0.618, + 0.616, 7900, - 0.618, + 0.616, 7901, - 0.618, + 0.616, 7902, - 0.618, + 0.616, 7903, - 0.618, + 0.616, 7904, - 0.618, + 0.616, 7905, - 0.565, + 0.616, 7906, - 0.618, + 0.616, 7907, - 0.618, + 0.616, 7908, - 1.012, + 0.616, 7909, - 0.565, + 0.616, 7910, - 0.565, + 0.616, 7911, - 0.618, + 0.616, 7912, - 0.618, + 0.616, 7913, - 0.618, + 0.616, 7914, - 0.618, + 0.616, 7915, - 1.18, + 0.616, 7916, - 0.618, + 0.616, 7917, - 0.618, + 0.616, 7918, - 0.618, + 0.616, 7919, - 0.565, + 0.616, 7920, - 0.618, + 0.616, 7921, - 0.618, + 0.616, 7922, - 0.618, + 0.616, 7923, - 0.618, + 0.616, 7924, - 0.618, + 0.616, 7925, - 0.618, + 0.616, 7926, - 0.565, + 0.563, 7927, - 0.618, + 0.616, 7928, - 0.618, + 0.616, 7929, - 0.618, + 1.01, 7930, - 0.618, + 0.563, 7931, - 0.618, + 0.563, 7932, - 0.618, + 0.616, 7933, - 0.618, + 0.616, 7934, - 0.618, + 0.616, 7935, - 0.483, + 0.616, 7936, - 0.504, + 1.176, 7937, - 0.565, + 0.616, 7938, - 1.079, + 0.616, 7939, - 0.565, + 0.616, 7940, - 0.565, + 0.563, 7941, - 0.565, + 0.616, 7942, - 1.012, + 0.616, 7943, - 1.012, + 0.616, 7944, - 0.565, + 0.616, 7945, - 0.565, + 0.616, 7946, - 0.565, + 0.616, 7947, - 0.565, + 0.563, 7948, - 0.565, + 0.616, 7949, - 0.565, + 0.616, 7950, - 0.565 + 0.616, + 7951, + 0.616, + 7952, + 0.616, + 7953, + 0.616, + 7954, + 0.616, + 7955, + 0.616, + 7956, + 0.616, + 7957, + 0.616, + 7958, + 0.616, + 7959, + 0.616, + 7960, + 0.616, + 7961, + 0.482, + 7962, + 0.502, + 7963, + 0.563, + 7964, + 1.076, + 7965, + 0.563, + 7966, + 0.563, + 7967, + 0.563, + 7968, + 1.01, + 7969, + 1.01, + 7970, + 0.563, + 7971, + 0.563, + 7972, + 0.563, + 7973, + 0.563, + 7974, + 0.563, + 7975, + 0.563, + 7976, + 0.563 ] ], [ @@ -83398,469 +83492,469 @@ "data/ref/stable/collectionproxy", [ 7, - 0.43, + 0.432, 9, - 1.163, + 1.167, 10, - 0.741, + 0.744, 18, 1.139, 20, - 1.483, + 1.484, 22, - 2.235, + 2.241, 36, - 1.673, + 1.676, 38, - 1.278, + 1.279, 44, - 2.272, + 2.278, 46, - 1.425, + 1.427, 55, - 3.69, + 3.697, 56, - 1.335, + 1.34, 57, - 1.31, + 1.311, 59, - 0.973, + 0.974, 60, - 0.954, + 0.958, 62, - 1.799, + 1.804, 63, - 1.663, + 1.669, 77, - 1.126, + 1.13, 79, - 0.983, + 0.984, 90, - 1.296, + 1.3, 96, - 3.167, + 3.171, 97, - 2.425, + 2.429, 99, 1.094, 100, - 2.05, + 2.052, 102, - 1.398, + 1.395, 103, - 2.357, + 2.359, 106, - 1.738, + 1.74, 107, - 1.464, + 1.467, 117, - 3.201, + 3.21, 121, - 1.799, + 1.804, 122, - 2.611, + 2.616, 124, - 2.946, + 2.953, 125, - 2.056, + 2.061, 126, - 2.253, + 2.254, 135, - 3.15, + 3.159, 142, - 2.01, + 2.014, 148, - 1.387, + 1.39, 150, - 0.868, + 0.871, 153, - 1.234, + 1.238, 166, - 3.615, + 3.622, 169, - 1.248, + 1.25, 174, - 3.136, + 3.142, 177, - 1.049, + 1.053, 194, - 1.53, + 1.533, 196, - 1.186, + 1.19, 201, - 1.519, + 1.522, 207, - 2.249, + 2.255, 210, - 1.387, + 1.392, 229, - 0.997, + 1.0, 240, - 2.187, + 2.192, 241, - 2.003, + 2.005, 243, - 1.699, + 1.705, 256, - 1.222, + 1.226, 257, - 3.039, + 3.045, 261, - 1.457, + 1.462, 268, - 1.712, + 1.716, 269, - 2.025, + 2.028, 271, - 2.822, + 2.797, 273, - 1.668, + 1.672, 280, - 2.65, + 2.657, 298, - 3.437, + 3.447, 317, - 2.018, + 2.026, 323, - 2.052, + 2.059, 328, - 4.602, + 4.612, 330, - 2.453, + 2.458, 333, - 1.538, + 1.543, 341, - 2.637, + 2.616, 347, - 2.211, + 2.22, 349, - 3.973, + 3.984, 368, - 0.975, + 0.979, 392, - 1.202, + 1.206, 446, - 1.718, + 1.724, 452, - 0.997, + 1.001, 459, - 1.596, + 1.602, 469, - 1.738, + 1.744, 471, - 2.062, + 2.066, 479, - 1.287, + 1.292, 490, - 2.823, + 2.83, 492, - 1.986, + 1.993, 499, - 3.858, + 3.87, 543, - 1.376, + 1.381, 553, - 1.944, + 1.95, 556, - 1.409, + 1.414, 561, - 2.142, + 2.147, 590, - 2.8, + 2.807, 599, - 2.505, + 2.514, 623, - 2.414, + 2.421, 638, - 2.167, + 2.175, 642, - 2.756, + 2.764, 644, - 1.699, + 1.705, 691, - 1.049, + 1.053, 718, - 2.369, + 2.378, 728, - 4.373, + 4.38, 732, - 4.453, + 4.463, 740, - 1.738, + 1.744, 743, - 2.505, + 2.514, 758, - 1.522, + 1.528, 762, - 4.428, + 4.392, 765, - 3.501, + 3.505, 766, - 4.255, + 4.267, 775, - 1.9, + 1.907, 781, - 3.136, + 3.148, 787, - 4.937, + 4.948, 827, - 1.986, + 1.993, 832, - 2.609, + 2.616, 845, - 3.666, + 3.677, 848, - 1.699, + 1.705, 849, - 3.0, + 3.007, 860, - 4.523, + 4.53, 891, - 1.845, + 1.85, 917, - 1.55, + 1.556, 918, - 3.69, + 3.697, 941, - 2.133, + 2.139, 978, - 3.039, + 3.045, 993, - 1.927, + 1.934, 1007, - 2.695, + 2.7, 1010, - 1.409, + 1.414, 1019, - 1.296, + 1.301, 1025, - 4.484, + 4.487, 1039, - 1.849, + 1.856, 1060, - 3.798, + 3.807, 1153, - 3.176, + 3.184, 1173, - 1.68, + 1.687, 1202, - 1.628, + 1.634, 1206, - 2.433, + 2.442, 1272, - 2.414, + 2.421, 1295, - 2.536, + 2.542, 1306, - 2.167, + 2.175, 1332, - 1.387, + 1.392, 1382, - 1.9, + 1.907, 1406, - 1.565, + 1.571, 1411, - 1.469, + 1.475, 1421, - 2.088, + 2.096, 1429, - 3.666, + 3.677, 1449, - 5.288, + 5.3, 1465, - 2.713, + 2.718, 1472, - 3.027, + 3.034, 1493, - 2.369, + 2.378, 1502, - 1.759, + 1.765, 1508, - 2.587, + 2.597, 1532, - 2.211, + 2.22, 1541, - 1.849, + 1.856, 1544, - 6.476, + 6.483, 1574, - 2.088, + 2.096, 1588, - 4.11, + 4.117, 1628, - 5.105, + 5.106, 1629, - 1.536, + 1.542, 1630, - 4.103, + 4.115, 1631, - 6.015, + 6.022, 1638, - 3.437, + 3.447, 1690, - 2.312, + 2.32, 1693, - 2.312, + 2.32, 1694, - 5.314, + 5.325, 1878, - 7.314, + 7.318, 1882, - 1.522, + 1.528, 1931, - 1.849, + 1.856, 1949, - 2.587, + 2.597, 1966, - 2.312, + 2.32, 1968, - 4.463, + 4.471, 2042, - 3.013, + 3.022, 2083, - 4.669, + 4.68, 2089, - 3.056, + 3.065, 2094, - 4.937, + 4.948, 2171, - 2.369, + 2.378, 2173, - 2.018, + 2.026, 2182, - 4.3, + 4.308, 2220, - 2.052, + 2.059, 2262, - 2.683, + 2.693, 2268, - 5.162, + 5.169, 2290, - 4.438, + 4.451, 2307, - 2.433, + 2.442, 2311, - 4.667, + 4.68, 2433, - 2.052, + 2.059, 2472, - 4.556, + 4.567, 2518, - 5.288, + 5.3, 2543, - 5.099, + 5.111, 2568, - 3.437, + 3.447, 2876, - 2.369, + 2.378, 3057, - 2.369, + 2.378, 3572, - 2.587, + 2.597, 3616, - 2.505, + 2.514, 3668, - 2.798, + 2.809, 3680, - 2.798, + 2.809, 3691, - 5.314, + 5.325, 3845, - 2.587, + 2.597, 3850, - 2.587, + 2.597, 3861, - 2.587, + 2.597, 3903, - 5.618, + 5.63, 3956, - 3.136, + 3.148, 3957, - 2.943, + 2.954, 3971, - 6.18, + 6.195, 4134, - 3.583, + 3.593, 4139, - 3.136, + 3.148, 4154, - 2.505, + 2.514, 4383, - 2.943, + 2.954, 4722, - 2.943, + 2.954, 4866, - 3.136, + 3.148, 4880, - 2.505, + 2.514, 5046, - 3.136, + 3.148, 5094, - 2.798, + 2.809, 5139, - 2.943, + 2.954, 5425, - 2.211, + 2.22, 5480, - 2.943, + 2.954, 5714, - 4.438, + 4.451, 5720, - 2.683, - 7344, - 2.943, - 7799, - 2.798, - 7951, - 3.43, - 7952, - 3.43, - 7953, - 9.702, - 7954, - 3.43, - 7955, - 4.667, - 7956, - 3.43, - 7957, - 3.43, - 7958, - 3.43, - 7959, - 3.43, - 7960, - 3.43, - 7961, - 3.43, - 7962, - 3.43, - 7963, - 3.43, - 7964, - 3.43, - 7965, - 3.43, - 7966, - 2.798, - 7967, - 3.43, - 7968, - 2.798, - 7969, - 2.943, - 7970, - 5.439, - 7971, - 3.43, - 7972, - 6.759, - 7973, - 3.43, - 7974, - 3.43, - 7975, - 3.43 + 2.693, + 7358, + 2.954, + 7820, + 2.809, + 7977, + 3.442, + 7978, + 3.442, + 7979, + 9.714, + 7980, + 3.442, + 7981, + 4.68, + 7982, + 3.442, + 7983, + 3.442, + 7984, + 3.442, + 7985, + 3.442, + 7986, + 3.442, + 7987, + 3.442, + 7988, + 3.442, + 7989, + 3.442, + 7990, + 3.442, + 7991, + 3.442, + 7992, + 2.809, + 7993, + 3.442, + 7994, + 2.809, + 7995, + 2.954, + 7996, + 5.455, + 7997, + 3.442, + 7998, + 6.775, + 7999, + 3.442, + 8000, + 3.442, + 8001, + 3.442 ] ], [ @@ -83874,81 +83968,81 @@ "data/ref/stable/dmEngine", [ 7, - 1.427, + 1.428, 8, - 2.806, + 2.808, 18, 1.141, 38, - 1.209, + 1.21, 91, - 2.769, + 2.772, 99, 1.01, 158, - 3.325, + 3.326, 194, - 1.987, + 1.988, 425, - 6.209, + 6.212, 646, - 5.082, + 5.086, 711, - 6.514, + 6.517, 715, - 5.269, + 5.273, 744, - 3.932, + 3.937, 931, - 2.776, + 2.748, 1061, - 6.607, + 6.612, 1063, - 7.115, + 7.12, 1067, - 3.715, + 3.717, 1126, - 5.024, + 4.972, 1588, - 5.573, + 5.575, 1769, - 5.241, + 5.243, 1814, - 4.534, + 4.495, 1911, - 4.159, + 4.164, 1957, - 6.619, + 6.626, 2878, - 8.068, + 8.072, 4758, - 10.4, - 7976, - 8.112, - 7977, - 8.112, - 7978, - 8.112, - 7979, - 8.112, - 7980, - 12.19, - 7981, - 8.112, - 7982, - 8.112, - 7983, - 7.418, - 7984, - 8.112, - 7985, - 9.171, - 7986, - 7.418, - 7987, - 8.112, - 7988, - 8.112 + 10.404, + 8002, + 8.121, + 8003, + 8.121, + 8004, + 8.121, + 8005, + 8.121, + 8006, + 12.192, + 8007, + 8.121, + 8008, + 8.121, + 8009, + 7.426, + 8010, + 8.121, + 8011, + 9.177, + 8012, + 7.426, + 8013, + 8.121, + 8014, + 8.121 ] ], [ @@ -83962,71 +84056,71 @@ "data/ref/stable/dmMath", [ 11, - 3.141, + 3.144, 18, - 0.782, + 0.783, 30, - 3.277, + 3.279, 38, - 0.963, + 0.964, 57, 1.489, 59, - 0.782, + 0.783, 79, 1.012, 99, 0.77, 103, - 1.996, + 1.998, 165, - 2.987, + 2.988, 208, - 4.594, + 4.596, 229, - 1.589, + 1.591, 263, - 3.479, + 3.48, 268, - 2.133, + 2.134, 306, - 5.118, + 5.119, 330, - 2.764, + 2.767, 479, - 3.919, + 3.921, 534, - 4.075, + 4.078, 561, - 2.748, + 2.75, 647, - 6.492, + 6.494, 664, - 6.333, + 6.338, 826, - 4.555, + 4.559, 1979, - 5.278, + 5.282, 2286, - 7.382, + 7.384, 2440, - 4.203, + 4.206, 2956, - 5.844, + 5.849, 4442, - 9.147, + 9.15, 5211, - 7.797, + 7.799, 6026, - 8.188, - 7141, - 6.783, - 7224, - 8.962, - 7989, - 8.67, - 7990, - 7.44 + 8.19, + 7155, + 6.788, + 7238, + 8.967, + 8015, + 8.677, + 8016, + 7.445 ] ], [ @@ -84040,141 +84134,141 @@ "data/ref/stable/dmAndroid", [ 9, - 3.19, + 3.193, 10, - 2.033, + 2.035, 18, 1.112, 20, - 1.25, + 1.251, 59, 0.938, 79, - 0.799, + 0.8, 102, - 2.418, + 2.408, 111, - 3.929, + 3.932, 113, - 1.468, + 1.47, 165, - 2.689, + 2.692, 169, - 1.399, + 1.401, 202, - 3.073, + 3.057, 241, - 2.427, + 2.428, 268, - 2.121, + 2.123, 332, - 2.438, + 2.442, 479, - 3.898, + 3.901, 490, - 3.929, + 3.932, 752, - 3.376, + 3.381, 859, - 3.67, + 3.676, 866, - 3.504, + 3.507, 882, - 7.095, + 7.102, 918, - 4.512, + 4.516, 1066, - 3.688, + 3.692, 1071, - 4.178, + 4.123, 1309, - 5.139, + 5.144, 1379, - 5.398, + 5.348, 1510, - 6.065, + 6.071, 1548, - 5.07, + 5.075, 1600, - 5.627, + 5.633, 1769, - 4.334, + 4.338, 2015, - 7.819, + 7.822, 2736, - 4.117, + 4.123, 2779, - 4.881, + 4.886, 3178, - 5.527, + 5.535, 3628, - 6.286, + 6.296, 3646, - 5.005, + 5.009, 3712, - 4.559, + 4.564, 4286, - 10.927, + 10.93, 4442, - 8.944, + 8.949, 4746, - 4.542, + 4.549, 5146, - 7.358, + 7.366, 5151, - 5.197, + 5.205, 5469, - 7.358, + 7.366, 5673, - 7.388, + 7.225, 5870, - 6.286, + 6.296, 6785, - 9.499, - 7420, - 8.601, - 7429, - 6.286, - 7991, - 9.406, - 7992, - 10.388, - 7993, - 7.326, - 7994, - 7.326, - 7995, - 6.699, - 7996, - 11.336, - 7997, - 7.326, - 7998, - 9.406, - 7999, - 9.406, - 8000, - 7.326, - 8001, - 10.388, - 8002, - 9.406, - 8003, - 9.406, - 8004, - 7.326, - 8005, - 7.326, - 8006, - 9.406, - 8007, - 9.406, - 8008, - 7.095, - 8009, - 9.406, - 8010, - 7.326 + 9.506, + 7434, + 8.609, + 7443, + 6.296, + 8017, + 9.415, + 8018, + 10.396, + 8019, + 7.337, + 8020, + 7.337, + 8021, + 6.709, + 8022, + 11.341, + 8023, + 7.337, + 8024, + 9.415, + 8025, + 9.415, + 8026, + 7.337, + 8027, + 10.396, + 8028, + 9.415, + 8029, + 9.415, + 8030, + 7.337, + 8031, + 7.337, + 8032, + 9.415, + 8033, + 9.415, + 8034, + 7.102, + 8035, + 9.415, + 8036, + 7.337 ] ], [ @@ -84188,219 +84282,219 @@ "data/ref/stable/dmGameSystem", [ 7, - 0.699, + 0.701, 18, 1.155, 20, - 0.74, + 0.742, 30, - 3.417, + 3.421, 46, - 1.569, + 1.57, 47, - 3.504, + 3.51, 57, 1.496, 79, - 0.993, + 0.994, 86, - 1.809, + 1.813, 90, - 2.552, + 2.554, 95, - 3.64, + 3.646, 96, - 1.765, + 1.77, 99, - 1.013, + 1.014, 101, - 4.383, + 4.389, 102, - 2.011, + 2.004, 113, - 1.567, + 1.57, 126, - 1.794, + 1.797, 142, - 2.688, + 2.692, 158, - 2.643, + 2.647, 165, - 2.237, + 2.241, 175, - 2.428, + 2.434, 177, - 2.393, + 2.397, 201, - 2.031, + 2.034, 202, - 2.555, + 2.544, 226, - 2.177, + 2.18, 241, - 1.193, + 1.196, 247, - 3.774, + 3.776, 248, - 3.333, + 3.341, 263, - 2.932, + 2.935, 268, - 2.187, + 2.188, 273, - 1.375, + 1.378, 280, - 2.184, + 2.19, 330, - 2.883, + 2.887, 392, - 2.741, + 2.745, 429, - 5.803, + 5.806, 452, - 1.619, + 1.623, 469, - 2.823, + 2.83, 490, - 2.327, + 2.332, 513, - 2.891, + 2.898, 516, - 5.285, + 5.291, 523, - 4.059, + 4.066, 553, - 3.232, + 3.236, 634, - 3.091, + 3.096, 866, - 2.075, + 2.08, 878, - 5.044, + 5.053, 890, - 4.059, + 4.066, 931, - 2.165, + 2.145, 1010, - 2.289, + 2.295, 1019, - 2.105, + 2.11, 1039, - 4.217, + 4.224, 1041, - 3.536, + 3.542, 1046, - 3.333, + 3.341, 1140, - 2.567, + 2.573, 1144, - 6.991, + 6.993, 1157, - 4.75, + 4.756, 1186, - 3.833, + 3.84, 1329, - 3.333, + 3.341, 1337, - 6.322, + 6.329, 1459, - 3.189, + 3.194, 1471, - 3.875, + 3.882, 1485, - 3.669, + 3.679, 1814, - 2.518, + 2.501, 2095, - 3.333, + 3.341, 2633, - 6.236, + 6.238, 2779, - 4.059, + 4.066, 2925, - 6.322, + 6.329, 3252, - 3.754, + 3.764, 3610, - 4.217, + 4.224, 3646, - 2.964, + 2.971, 3712, - 2.7, + 2.707, 3717, - 4.545, + 4.556, 4603, - 4.202, + 4.212, 4621, - 4.85, + 4.858, 5469, - 4.358, + 4.368, 5721, - 4.068, + 4.078, 6473, - 5.008, + 5.015, 6763, - 5.89, - 7311, - 6.459, - 8011, - 5.57, - 8012, - 11.69, - 8013, - 5.57, - 8014, - 5.57, - 8015, - 5.57, - 8016, - 7.822, - 8017, - 5.57, - 8018, - 5.57, - 8019, - 5.57, - 8020, - 7.822, - 8021, - 5.57, - 8022, - 6.712, - 8023, - 5.57, - 8024, - 5.57, - 8025, - 9.041, - 8026, - 5.57, - 8027, - 5.093, - 8028, - 7.822, - 8029, - 5.57, - 8030, - 5.093, - 8031, - 5.57, - 8032, - 5.57, - 8033, - 4.545, - 8034, - 5.093, - 8035, - 7.822, - 8036, - 5.093, + 5.896, + 7325, + 6.466, 8037, - 5.093, + 5.584, 8038, - 5.57, + 11.696, 8039, - 4.358 + 5.584, + 8040, + 5.584, + 8041, + 5.584, + 8042, + 7.836, + 8043, + 5.584, + 8044, + 5.584, + 8045, + 5.584, + 8046, + 7.836, + 8047, + 5.584, + 8048, + 6.724, + 8049, + 5.584, + 8050, + 5.584, + 8051, + 9.053, + 8052, + 5.584, + 8053, + 5.106, + 8054, + 7.836, + 8055, + 5.584, + 8056, + 5.106, + 8057, + 5.584, + 8058, + 5.584, + 8059, + 4.556, + 8060, + 5.106, + 8061, + 7.836, + 8062, + 5.106, + 8063, + 5.106, + 8064, + 5.584, + 8065, + 4.368 ] ], [ @@ -84416,369 +84510,369 @@ 7, 1.541, 10, - 1.781, + 1.784, 16, - 2.84, + 2.849, 18, - 1.151, + 1.152, 20, - 1.41, + 1.411, 28, - 1.885, + 1.891, 30, - 2.267, + 2.273, 36, - 0.775, + 0.778, 38, - 1.089, + 1.09, 46, - 1.342, + 1.344, 52, - 2.017, + 2.021, 57, 1.557, 59, 0.975, 62, - 2.423, + 2.428, 63, - 1.885, + 1.891, 70, - 1.638, + 1.643, 71, - 5.061, + 5.072, 74, - 4.63, + 4.64, 77, - 1.243, + 1.246, 79, - 0.86, + 0.861, 83, - 4.724, + 4.734, 88, - 3.192, + 3.201, 89, - 3.278, + 3.287, 90, - 1.746, + 1.75, 99, - 0.942, + 0.943, 100, - 0.73, + 0.732, 101, - 2.908, + 2.916, 102, - 1.543, + 1.539, 103, - 1.381, + 1.385, 104, - 3.076, + 3.048, 106, - 1.312, + 1.315, 107, - 1.567, + 1.57, 109, - 1.459, + 1.453, 111, - 1.624, + 1.63, 125, - 1.825, + 1.83, 126, - 1.454, + 1.457, 127, - 2.621, + 2.63, 132, - 1.336, + 1.34, 142, - 3.4, + 3.402, 148, - 0.798, + 0.8, 149, - 1.48, + 1.485, 150, - 0.984, + 0.988, 153, - 0.882, + 0.885, 154, - 2.457, + 2.465, 158, - 2.142, + 2.146, 165, - 1.112, + 1.115, 169, - 1.09, + 1.092, 175, - 2.615, + 2.622, 177, - 1.836, + 1.841, 196, - 2.075, + 2.08, 201, - 2.113, + 2.116, 202, - 1.96, + 1.953, 213, - 5.739, + 5.748, 240, - 1.106, + 1.109, 247, - 3.348, + 3.352, 249, - 1.865, + 1.871, 250, - 3.182, + 3.188, 251, - 3.376, + 3.383, 261, - 1.651, + 1.657, 268, - 0.794, + 0.797, 273, - 0.96, + 0.963, 281, - 2.41, + 2.419, 291, - 7.254, + 7.256, 292, - 1.666, + 1.671, 295, - 3.795, + 3.802, 301, - 2.933, + 2.943, 306, - 3.915, + 3.921, 330, - 2.336, + 2.341, 333, - 2.66, + 2.664, 338, - 8.28, + 8.285, 358, - 1.792, + 1.798, 368, - 2.342, + 2.346, 371, - 4.676, + 4.683, 389, - 3.324, + 3.332, 392, - 1.362, + 1.367, 446, - 1.948, + 1.954, 459, - 1.809, + 1.815, 471, - 1.964, + 1.968, 500, - 1.418, + 1.423, 506, - 2.367, + 2.375, 511, - 2.069, + 2.076, 516, - 5.458, + 5.464, 518, - 4.694, + 4.706, 540, - 2.41, + 2.419, 541, - 2.069, + 2.076, 543, - 1.56, + 1.565, 553, - 1.39, + 1.394, 555, - 1.879, + 1.873, 561, - 2.322, + 2.327, 599, - 5.351, + 5.362, 601, - 1.409, + 1.414, 648, - 1.885, + 1.891, 773, - 1.409, + 1.414, 786, - 4.77, + 4.779, 849, - 4.61, + 4.615, 856, - 2.94, + 2.946, 880, - 3.551, + 3.559, 964, - 6.963, + 6.974, 982, - 6.984, + 6.987, 983, - 7.373, + 7.377, 1019, - 4.196, + 4.199, 1029, - 2.94, + 2.916, 1109, - 1.885, + 1.891, 1144, - 3.422, + 3.431, 1224, - 1.865, + 1.871, 1229, - 4.826, + 4.837, 1295, - 3.091, + 3.096, 1339, - 2.933, + 2.943, 1347, - 5.978, + 5.991, 1348, - 3.336, + 3.348, 1406, - 1.774, + 1.78, 1459, - 2.446, + 2.452, 1465, - 3.808, + 3.812, 1485, - 3.953, + 3.963, 1625, - 2.686, + 2.695, 1679, - 6.67, + 6.677, 1683, - 3.173, + 3.183, 1690, - 2.621, + 2.63, 1696, - 2.367, + 2.375, 1875, - 2.758, + 2.768, 1901, - 2.252, + 2.259, 2078, - 3.792, + 3.801, 2352, - 2.933, + 2.943, 2379, - 2.507, + 2.516, 2420, - 2.621, + 2.63, 2554, - 2.326, + 2.334, 2603, - 6.721, + 6.733, 2643, - 6.214, + 6.225, 2866, - 5.148, + 5.162, 2874, - 2.84, + 2.849, 2954, - 2.621, + 2.63, 3021, - 2.41, + 2.419, 3363, - 6.148, + 6.158, 3905, - 3.555, + 3.567, 3977, - 3.336, + 3.348, 4434, - 3.555, + 3.567, 4440, - 6.699, + 6.714, 4441, - 3.173, + 3.183, 4698, - 4.044, + 4.055, 5535, - 3.173, + 3.183, 5556, - 3.042, + 3.052, 6162, - 3.336, - 7283, - 3.555, - 7326, - 2.933, - 7709, - 3.336, - 7926, - 3.555, - 8037, - 3.555, - 8040, - 6.0, - 8041, - 3.888, - 8042, - 3.888, - 8043, - 3.888, - 8044, - 3.888, - 8045, - 3.888, - 8046, - 3.888, - 8047, - 3.888, - 8048, - 3.888, - 8049, - 6.0, - 8050, - 3.888, - 8051, - 6.0, - 8052, - 3.888, - 8053, - 6.0, - 8054, - 3.888, - 8055, - 3.888, - 8056, - 6.0, - 8057, - 3.888, - 8058, - 3.888, - 8059, - 3.888, - 8060, - 3.888, - 8061, - 3.888, - 8062, - 3.888, + 3.348, + 7297, + 3.567, + 7340, + 2.943, + 7723, + 3.348, + 7947, + 3.567, 8063, - 3.888, - 8064, - 3.888, - 8065, - 3.888, + 3.567, 8066, - 3.888, + 6.016, 8067, - 3.888, + 3.901, 8068, - 3.888, + 3.901, 8069, - 3.888, + 3.901, 8070, - 3.888, + 3.901, 8071, - 3.888, + 3.901, 8072, - 3.336, + 3.901, 8073, - 6.0, + 3.901, 8074, - 3.888, + 3.901, 8075, - 3.888 + 6.016, + 8076, + 3.901, + 8077, + 6.016, + 8078, + 3.901, + 8079, + 6.016, + 8080, + 3.901, + 8081, + 3.901, + 8082, + 6.016, + 8083, + 3.901, + 8084, + 3.901, + 8085, + 3.901, + 8086, + 3.901, + 8087, + 3.901, + 8088, + 3.901, + 8089, + 3.901, + 8090, + 3.901, + 8091, + 3.901, + 8092, + 3.901, + 8093, + 3.901, + 8094, + 3.901, + 8095, + 3.901, + 8096, + 3.901, + 8097, + 3.901, + 8098, + 3.348, + 8099, + 6.016, + 8100, + 3.901, + 8101, + 3.901 ] ], [ @@ -84792,301 +84886,301 @@ "data/ref/stable/buffer", [ 7, - 0.576, + 0.578, 18, 1.137, 20, - 0.61, + 0.612, 28, - 2.226, + 2.233, 30, - 3.789, + 3.793, 36, - 1.788, + 1.79, 38, - 0.9, + 0.902, 46, - 1.366, + 1.367, 52, - 1.873, + 1.877, 57, - 1.514, + 1.515, 59, - 0.905, + 0.906, 77, - 1.409, + 1.412, 79, - 1.011, + 1.012, 90, - 1.622, + 1.625, 99, - 1.02, + 1.021, 100, - 0.862, + 0.864, 102, - 1.181, + 1.178, 103, - 1.867, + 1.87, 107, - 0.874, + 0.876, 113, - 2.181, + 2.182, 122, - 2.524, + 2.529, 125, - 2.466, + 2.47, 126, - 1.351, + 1.354, 132, - 2.338, + 2.343, 142, - 3.381, + 3.383, 148, - 1.663, + 1.666, 158, - 2.798, + 2.802, 160, - 2.012, + 2.005, 169, - 1.012, + 1.015, 177, - 2.082, + 2.087, 202, - 3.67, + 3.65, 211, - 2.057, + 2.063, 212, - 2.137, + 2.143, 226, - 1.893, + 1.898, 229, - 1.247, + 1.25, 241, - 0.983, + 0.986, 244, - 1.774, + 1.766, 247, - 3.316, + 3.319, 250, - 1.774, + 1.779, 263, - 2.862, + 2.866, 268, - 0.938, + 0.94, 273, - 1.133, + 1.137, 292, - 4.445, + 4.449, 305, - 2.66, + 2.668, 333, - 1.925, + 1.929, 334, - 2.544, + 2.552, 387, - 2.4, + 2.405, 392, - 1.609, + 1.614, 452, - 1.335, + 1.339, 500, - 1.675, + 1.68, 510, - 1.687, + 1.692, 534, - 3.198, + 3.205, 553, - 2.898, + 2.903, 561, - 2.569, + 2.574, 579, - 2.301, + 2.307, 590, - 3.714, + 3.719, 601, - 2.466, + 2.471, 603, - 3.386, + 3.392, 620, - 2.383, + 2.39, 627, - 2.66, + 2.668, 629, - 1.381, + 1.385, 676, - 2.096, + 2.102, 717, - 2.702, + 2.71, 769, - 4.388, + 4.398, 832, - 2.203, + 2.209, 856, - 3.597, + 3.602, 874, - 5.464, + 5.468, 891, - 3.963, + 3.965, 898, - 1.63, + 1.635, 901, - 1.984, + 1.99, 913, - 2.902, + 2.911, 914, - 1.918, + 1.924, 944, - 3.489, + 3.497, 955, - 3.94, + 3.952, 1019, - 3.618, + 3.622, 1039, - 3.668, + 3.676, 1041, - 5.68, + 5.681, 1064, - 2.25, + 2.257, 1157, - 2.413, + 2.42, 1164, - 5.364, + 5.372, 1172, - 3.448, + 3.456, 1295, - 3.762, + 3.766, 1329, - 4.071, + 4.081, 1465, - 3.659, + 3.663, 1472, - 4.015, + 4.021, 1493, - 3.172, + 3.182, 1557, - 4.071, + 4.081, 1698, - 2.847, + 2.855, 1774, - 2.327, + 2.334, 1890, - 2.66, + 2.668, 1908, - 2.076, + 2.082, 1909, - 3.94, + 3.952, 2042, - 5.748, + 5.754, 2261, - 4.556, + 4.564, 2360, - 5.16, + 5.167, 2382, - 4.219, + 4.228, 2633, - 4.157, + 4.164, 2747, - 3.464, + 3.475, 2780, - 2.847, + 2.855, 2831, - 6.763, + 6.773, 2885, - 3.464, + 3.475, 2887, - 4.199, + 4.212, 2888, - 8.667, + 8.672, 2889, - 3.94, + 3.952, 3134, - 2.748, + 2.756, 3237, - 4.828, + 4.838, 3324, - 3.593, + 3.603, 3442, - 4.828, + 4.838, 3695, - 6.548, + 6.557, 3713, - 6.27, + 6.276, 3897, - 4.3, + 4.31, 3972, - 2.475, + 2.483, 4069, - 6.757, + 6.765, 5459, - 9.143, + 9.151, 5649, - 4.199, + 4.212, 5657, - 4.199, + 4.212, 5830, - 6.763, + 6.773, 6341, - 4.199, + 4.212, 6883, - 9.143, - 7050, - 4.199, - 7443, - 6.342, - 8076, - 4.592, - 8077, - 4.592, - 8078, - 4.592, - 8079, - 4.592, - 8080, - 8.107, - 8081, - 4.592, - 8082, - 4.592, - 8083, - 4.592, - 8084, - 4.592, - 8085, - 4.592, - 8086, - 4.592, - 8087, - 4.592, - 8088, - 4.592, - 8089, - 4.592, - 8090, - 4.592, - 8091, - 4.592, - 8092, - 4.592, - 8093, - 4.592, - 8094, - 4.592, - 8095, - 4.592, - 8096, - 4.592, - 8097, - 4.592, - 8098, - 4.592, - 8099, - 4.592, - 8100, - 4.592, - 8101, - 4.592, + 9.151, + 7055, + 4.212, + 7457, + 6.354, 8102, - 4.592 + 4.606, + 8103, + 4.606, + 8104, + 4.606, + 8105, + 4.606, + 8106, + 8.121, + 8107, + 4.606, + 8108, + 4.606, + 8109, + 4.606, + 8110, + 4.606, + 8111, + 4.606, + 8112, + 4.606, + 8113, + 4.606, + 8114, + 4.606, + 8115, + 4.606, + 8116, + 4.606, + 8117, + 4.606, + 8118, + 4.606, + 8119, + 4.606, + 8120, + 4.606, + 8121, + 4.606, + 8122, + 4.606, + 8123, + 4.606, + 8124, + 4.606, + 8125, + 4.606, + 8126, + 4.606, + 8127, + 4.606, + 8128, + 4.606 ] ], [ @@ -85102,301 +85196,301 @@ 18, 1.149, 20, - 1.375, + 1.376, 36, - 1.702, + 1.704, 38, - 0.462, + 0.464, 47, - 5.558, + 5.56, 48, - 6.927, + 6.93, 57, - 1.355, + 1.357, 69, - 1.955, + 1.962, 77, - 0.862, + 0.864, 79, 1.036, 84, - 1.782, + 1.788, 90, - 2.393, + 2.395, 95, - 5.812, + 5.814, 97, - 1.827, + 1.831, 99, - 0.975, + 0.976, 100, - 1.186, + 1.189, 102, - 1.625, + 1.62, 107, - 0.792, + 0.794, 113, - 0.834, + 0.836, 118, - 4.075, + 4.085, 124, - 2.755, + 2.761, 126, - 1.516, + 1.519, 128, - 2.061, + 2.045, 132, - 1.429, + 1.434, 133, - 4.662, + 4.67, 139, - 2.409, + 2.417, 141, - 1.539, + 1.544, 146, - 2.039, + 2.045, 148, - 0.853, + 0.856, 149, - 2.908, + 2.914, 158, - 3.024, + 3.027, 160, - 1.23, + 1.227, 168, - 2.186, + 2.193, 170, - 3.518, + 3.523, 174, - 3.74, + 3.746, 175, - 4.0, + 4.005, 177, - 1.273, + 1.277, 185, - 4.979, + 4.984, 201, - 1.42, + 1.423, 202, - 3.718, + 3.697, 207, - 1.385, + 1.389, 226, - 1.158, + 1.161, 244, - 1.607, + 1.6, 250, - 2.441, + 2.447, 263, - 1.889, + 1.894, 268, - 2.112, + 2.114, 292, - 1.782, + 1.788, 298, - 3.993, + 4.003, 330, - 3.08, + 3.084, 332, - 2.103, + 2.108, 333, - 2.413, + 2.417, 390, - 1.752, + 1.758, 428, - 4.571, + 4.58, 471, - 1.115, + 1.119, 479, - 2.371, + 2.377, 500, - 3.113, + 3.118, 601, - 3.091, + 3.097, 602, - 2.556, + 2.562, 603, - 2.639, + 2.646, 604, - 3.872, + 3.879, 605, - 4.358, + 4.366, 612, - 2.489, + 2.497, 629, - 1.251, + 1.255, 634, - 1.644, + 1.649, 724, - 2.489, + 2.497, 793, - 4.672, + 4.677, 866, - 2.846, + 2.852, 891, - 2.591, + 2.597, 917, - 1.881, + 1.887, 1019, - 2.388, + 2.394, 1067, - 1.359, + 1.364, 1126, - 2.084, + 2.068, 1140, - 1.917, + 1.923, 1158, - 1.917, + 1.923, 1202, - 1.975, + 1.982, 1309, - 4.174, + 4.183, 1322, - 3.24, + 3.248, 1367, - 5.764, + 5.592, 1557, - 3.781, + 3.79, 1672, - 3.406, + 3.415, 1814, - 4.367, + 4.332, 2540, - 3.501, + 3.509, 2579, - 5.42, + 5.431, 2736, - 4.293, + 4.302, 3213, - 4.944, + 4.956, 3377, - 3.804, + 3.817, 3597, - 2.951, + 2.961, 3710, - 3.395, + 3.406, 3712, - 3.704, + 3.711, 3797, - 2.683, + 2.691, 3938, - 2.804, + 2.75, 4177, - 3.804, + 3.817, 4405, - 3.57, + 3.581, 4503, - 6.232, + 6.242, 4698, - 2.804, + 2.813, 4744, - 3.57, + 3.581, 4745, - 2.533, + 2.541, 5425, - 4.075, + 4.085, 6171, - 3.395, + 3.406, 6473, - 4.233, + 4.241, 6763, - 3.604, + 3.613, 6840, - 3.804, + 3.817, 6848, - 3.395, + 3.406, 6954, - 10.536, - 7311, - 6.364, - 7711, - 3.804, - 7799, - 3.395, - 8039, - 4.944, - 8103, - 6.319, - 8104, - 4.16, - 8105, - 4.16, - 8106, - 11.855, - 8107, - 11.728, - 8108, - 4.16, - 8109, - 4.16, - 8110, - 6.987, - 8111, - 7.64, - 8112, - 6.319, - 8113, - 10.04, - 8114, - 4.16, - 8115, - 4.16, - 8116, - 4.16, - 8117, - 4.16, - 8118, - 6.319, - 8119, - 4.16, - 8120, - 4.16, - 8121, - 4.16, - 8122, - 4.16, - 8123, - 3.804, - 8124, - 4.16, - 8125, - 4.16, - 8126, - 4.16, - 8127, - 3.395, - 8128, - 3.255, + 10.539, + 7325, + 6.372, + 7725, + 3.817, + 7820, + 3.406, + 8065, + 4.956, 8129, - 4.16, + 6.335, 8130, - 4.16, + 4.174, 8131, - 4.16, + 4.174, 8132, - 6.319, + 11.86, 8133, - 4.16, + 11.734, 8134, - 4.16, + 4.174, 8135, - 4.16, + 4.174, 8136, - 4.16, + 7.0, 8137, - 4.16, + 7.656, 8138, - 4.16, + 6.335, 8139, - 4.16, + 10.051, 8140, - 4.16, + 4.174, 8141, - 4.16, + 4.174, 8142, - 6.319, + 4.174, 8143, - 4.16 + 4.174, + 8144, + 6.335, + 8145, + 4.174, + 8146, + 4.174, + 8147, + 4.174, + 8148, + 4.174, + 8149, + 3.817, + 8150, + 4.174, + 8151, + 4.174, + 8152, + 4.174, + 8153, + 3.406, + 8154, + 3.265, + 8155, + 4.174, + 8156, + 4.174, + 8157, + 4.174, + 8158, + 6.335, + 8159, + 4.174, + 8160, + 4.174, + 8161, + 4.174, + 8162, + 4.174, + 8163, + 4.174, + 8164, + 4.174, + 8165, + 4.174, + 8166, + 4.174, + 8167, + 4.174, + 8168, + 6.335, + 8169, + 4.174 ] ], [ @@ -85410,91 +85504,91 @@ "data/ref/stable/dmFileDescriptor", [ 8, - 3.262, + 3.263, 18, - 0.726, + 0.727, 38, 1.26, 59, - 0.726, + 0.727, 90, - 2.586, + 2.587, 99, 1.081, 113, - 1.613, + 1.615, 169, - 1.198, + 1.199, 229, - 1.989, + 1.99, 263, - 2.407, + 2.41, 268, - 2.038, + 2.039, 280, - 3.914, + 3.917, 330, - 2.567, + 2.569, 333, - 2.823, + 2.825, 479, - 3.02, + 3.024, 672, - 4.644, + 4.602, 866, - 2.999, + 3.002, 1046, - 5.972, + 5.976, 1071, - 4.591, + 4.528, 1162, - 7.081, + 7.086, 1208, - 4.9, + 4.906, 1471, - 3.988, + 3.992, 1502, - 4.127, + 4.132, 1696, - 7.099, + 7.101, 2582, - 7.049, + 6.944, 2736, - 6.097, + 6.1, 3083, - 9.127, + 9.133, 3594, - 7.29, + 7.295, 3595, - 5.879, + 5.886, 3712, - 3.902, + 3.906, 4244, - 5.879, + 5.886, 4621, - 7.032, + 7.034, 4857, - 4.662, + 4.667, 4968, - 6.297, + 6.304, 6958, - 5.879, - 7320, - 8.796, - 8144, - 12.566, - 8145, - 8.049, - 8146, - 11.342, - 8147, - 8.049, - 8148, - 8.049, - 8149, - 8.049, - 8150, - 8.049 + 5.886, + 7334, + 8.799, + 8170, + 12.568, + 8171, + 8.058, + 8172, + 11.347, + 8173, + 8.058, + 8174, + 8.058, + 8175, + 8.058, + 8176, + 8.058 ] ], [ @@ -85508,135 +85602,135 @@ "data/ref/stable/dmCrypt", [ 18, - 1.14, + 1.141, 46, - 1.728, + 1.729, 57, - 1.503, + 1.504, 79, - 0.702, + 0.703, 99, 0.975, 150, - 2.569, + 2.571, 172, - 5.108, + 5.065, 268, - 1.688, + 1.69, 292, - 5.123, + 5.125, 330, - 1.923, + 1.927, 479, - 3.807, + 3.81, 854, - 4.579, + 4.586, 866, - 3.079, + 3.084, 874, - 6.211, + 6.213, 891, - 4.181, + 4.182, 948, - 3.266, + 3.271, 1019, - 4.326, + 4.329, 1041, - 5.407, + 5.409, 1465, - 2.915, + 2.919, 2070, - 3.811, + 3.819, 2097, - 4.166, + 4.175, 2117, - 3.973, + 3.982, 2120, - 4.549, + 4.559, 2135, - 5.864, + 5.873, 2190, - 3.492, + 3.5, 2191, - 4.166, + 4.175, 2779, - 6.156, + 6.159, 3043, - 6.466, + 6.476, 3203, - 4.718, + 4.728, 3712, - 4.007, + 4.013, 3899, - 6.356, + 6.364, 3984, - 6.807, + 6.713, 4069, - 7.716, + 7.72, 4141, - 7.558, + 7.57, 4142, - 7.558, + 7.57, 4535, - 7.653, + 7.661, 4623, - 7.558, + 7.57, 5652, - 4.921, + 4.931, 6734, - 5.514, + 5.527, 6759, - 5.514, + 5.527, 6763, - 6.821, + 6.823, 6923, - 9.981, - 8151, - 5.571, - 8152, - 6.03, - 8153, - 11.448, - 8154, - 6.03, - 8155, - 5.174, - 8156, - 7.092, - 8157, - 6.03, - 8158, - 6.03, - 8159, - 6.03, - 8160, - 8.265, - 8161, - 5.514, - 8162, - 8.265, - 8163, - 6.03, - 8164, - 6.03, - 8165, - 6.03, - 8166, - 6.03, - 8167, - 6.03, - 8168, - 6.03, - 8169, - 6.03, - 8170, - 6.03, - 8171, - 6.03, - 8172, - 6.03, - 8173, - 6.03 + 9.984, + 8177, + 5.58, + 8178, + 6.044, + 8179, + 11.454, + 8180, + 6.044, + 8181, + 5.186, + 8182, + 7.103, + 8183, + 6.044, + 8184, + 6.044, + 8185, + 6.044, + 8186, + 8.278, + 8187, + 5.527, + 8188, + 8.278, + 8189, + 6.044, + 8190, + 6.044, + 8191, + 6.044, + 8192, + 6.044, + 8193, + 6.044, + 8194, + 6.044, + 8195, + 6.044, + 8196, + 6.044, + 8197, + 6.044, + 8198, + 6.044, + 8199, + 6.044 ] ], [ @@ -85650,11 +85744,11 @@ "data/ref/stable/graphics", [ 18, - 1.101, + 1.102, 104, - 3.77, + 3.734, 107, - 2.322, + 2.323, 126, 2.438, 268, @@ -85662,445 +85756,445 @@ 345, 6.259, 614, - 4.786, + 4.787, 634, - 4.852, + 4.854, 679, - 3.293, + 3.3, 709, - 7.712, + 7.715, 718, - 5.079, + 5.09, 1472, - 5.501, + 5.502, 2165, - 3.575, + 3.588, 2168, - 3.355, + 3.366, 2387, - 9.207, - 8174, - 3.575, - 8175, - 3.91, - 8176, - 3.575, - 8177, - 3.91, - 8178, - 3.575, - 8179, - 3.91, - 8180, - 3.575, - 8181, - 3.91, - 8182, - 3.575, - 8183, - 3.91, - 8184, - 3.575, - 8185, - 3.91, - 8186, - 3.575, - 8187, - 3.91, - 8188, - 3.575, - 8189, - 3.91, - 8190, - 3.575, - 8191, - 3.91, - 8192, - 3.575, - 8193, - 3.91, - 8194, - 3.575, - 8195, - 3.91, - 8196, - 3.575, - 8197, - 3.91, - 8198, - 3.575, - 8199, - 3.91, + 9.21, 8200, - 3.575, + 3.588, 8201, - 3.91, + 3.923, 8202, - 3.575, + 3.588, 8203, - 3.91, + 3.923, 8204, - 3.575, + 3.588, 8205, - 3.91, + 3.923, 8206, - 3.575, + 3.588, 8207, - 3.575, + 3.923, 8208, - 7.352, + 3.588, 8209, - 3.575, + 3.923, 8210, - 3.575, + 3.588, 8211, - 3.575, + 3.923, 8212, - 3.575, + 3.588, 8213, - 3.575, + 3.923, 8214, - 3.91, + 3.588, 8215, - 3.575, + 3.923, 8216, - 3.91, + 3.588, 8217, - 3.575, + 3.923, 8218, - 3.91, + 3.588, 8219, - 3.575, + 3.923, 8220, - 3.91, + 3.588, 8221, - 3.575, + 3.923, 8222, - 3.91, + 3.588, 8223, - 3.575, + 3.923, 8224, - 3.91, + 3.588, 8225, - 3.575, + 3.923, 8226, - 3.91, + 3.588, 8227, - 3.575, + 3.923, 8228, - 3.91, + 3.588, 8229, - 3.575, + 3.923, 8230, - 3.91, + 3.588, 8231, - 3.575, + 3.923, 8232, - 3.91, + 3.588, 8233, - 3.91, + 3.588, 8234, - 3.91, + 7.368, 8235, - 3.91, + 3.588, 8236, - 3.575, + 3.588, 8237, - 3.575, + 3.588, 8238, - 3.91, + 3.588, 8239, - 3.91, + 3.588, 8240, - 3.91, + 3.923, 8241, - 3.91, + 3.588, 8242, - 3.575, + 3.923, 8243, - 3.91, + 3.588, 8244, - 3.575, + 3.923, 8245, - 3.91, + 3.588, 8246, - 3.575, + 3.923, 8247, - 3.91, + 3.588, 8248, - 3.575, + 3.923, 8249, - 3.91, + 3.588, 8250, - 3.91, + 3.923, 8251, - 3.91, + 3.588, 8252, - 3.575, + 3.923, 8253, - 3.91, + 3.588, 8254, - 3.575, + 3.923, 8255, - 3.91, + 3.588, 8256, - 3.575, + 3.923, 8257, - 3.91, + 3.588, 8258, - 3.575, + 3.923, 8259, - 3.91, + 3.923, 8260, - 3.91, + 3.923, 8261, - 3.91, + 3.923, 8262, - 3.575, + 3.588, 8263, - 3.91, + 3.588, 8264, - 3.575, + 3.923, 8265, - 3.91, + 3.923, 8266, - 3.575, + 3.923, 8267, - 3.91, + 3.923, 8268, - 3.575, + 3.588, 8269, - 3.91, + 3.923, 8270, - 3.575, + 3.588, 8271, - 3.91, + 3.923, 8272, - 3.575, + 3.588, 8273, - 3.91, + 3.923, 8274, - 3.575, + 3.588, 8275, - 3.91, + 3.923, 8276, - 3.575, + 3.923, 8277, - 3.91, + 3.923, 8278, - 3.575, + 3.588, 8279, - 3.91, + 3.923, 8280, - 3.91, + 3.588, 8281, - 3.91, + 3.923, 8282, - 3.91, + 3.588, 8283, - 3.91, + 3.923, 8284, - 3.91, + 3.588, 8285, - 3.91, + 3.923, 8286, - 3.91, + 3.923, 8287, - 3.91, + 3.923, 8288, - 3.91, + 3.588, 8289, - 3.91, + 3.923, 8290, - 3.91, + 3.588, 8291, - 3.91, + 3.923, 8292, - 3.91, + 3.588, 8293, - 3.91, + 3.923, 8294, - 3.91, + 3.588, 8295, - 3.91, + 3.923, 8296, - 3.91, + 3.588, 8297, - 3.91, + 3.923, 8298, - 3.575, + 3.588, 8299, - 3.91, + 3.923, 8300, - 3.91, + 3.588, 8301, - 3.91, + 3.923, 8302, - 3.575, + 3.588, 8303, - 3.91, + 3.923, 8304, - 3.575, + 3.588, 8305, - 3.91, + 3.923, 8306, - 3.91, + 3.923, 8307, - 3.91, + 3.923, 8308, - 3.575, + 3.923, 8309, - 3.91, + 3.923, 8310, - 3.91, + 3.923, 8311, - 3.91, + 3.923, 8312, - 3.575, + 3.923, 8313, - 3.91, + 3.923, 8314, - 3.575, + 3.923, 8315, - 3.91, + 3.923, 8316, - 3.575, + 3.923, 8317, - 3.91, + 3.923, 8318, - 3.91, + 3.923, 8319, - 3.91, + 3.923, 8320, - 3.575, + 3.923, 8321, - 3.91, + 3.923, 8322, - 3.575, + 3.923, 8323, - 3.91, + 3.923, 8324, - 3.575, + 3.588, 8325, - 3.91, + 3.923, 8326, - 3.91, + 3.923, 8327, - 3.91, + 3.923, 8328, - 3.575, + 3.588, 8329, - 3.91, + 3.923, 8330, - 3.575, + 3.588, 8331, - 3.91, + 3.923, 8332, - 3.575, + 3.923, 8333, - 3.91, + 3.923, 8334, - 3.575, + 3.588, 8335, - 3.91, + 3.923, 8336, - 3.575, + 3.923, 8337, - 3.575, + 3.923, 8338, - 3.91, + 3.588, 8339, - 3.575, + 3.923, 8340, - 3.91, + 3.588, 8341, - 3.91, + 3.923, 8342, - 3.91, + 3.588, 8343, - 3.91, + 3.923, 8344, - 3.91, + 3.923, 8345, - 3.575, + 3.923, 8346, - 3.91, + 3.588, 8347, - 3.575, + 3.923, 8348, - 3.91, + 3.588, 8349, - 3.575, + 3.923, 8350, - 3.91, + 3.588, 8351, - 3.575, + 3.923, 8352, - 3.91, + 3.923, 8353, - 3.575, + 3.923, 8354, - 3.91, + 3.588, 8355, - 3.575, + 3.923, 8356, - 3.91, + 3.588, 8357, - 3.91, + 3.923, 8358, - 3.91, + 3.588, 8359, - 3.575, + 3.923, 8360, - 3.91, + 3.588, 8361, - 3.575, + 3.923, 8362, - 3.91, + 3.588, 8363, - 3.575, + 3.588, 8364, - 3.91, + 3.923, 8365, - 3.575, + 3.588, 8366, - 3.91, + 3.923, 8367, - 3.91, + 3.923, 8368, - 3.91, + 3.923, 8369, - 3.91, + 3.923, 8370, - 3.91, + 3.923, 8371, - 3.575, + 3.588, 8372, - 3.91, + 3.923, 8373, - 3.575, + 3.588, 8374, - 3.91, + 3.923, 8375, - 3.575, + 3.588, 8376, - 3.91, + 3.923, 8377, - 3.91, + 3.588, 8378, - 3.91, + 3.923, 8379, - 3.91, + 3.588, 8380, - 3.91, + 3.923, 8381, - 3.91, + 3.588, 8382, - 3.91, + 3.923, 8383, - 3.91, + 3.923, 8384, - 3.91 + 3.923, + 8385, + 3.588, + 8386, + 3.923, + 8387, + 3.588, + 8388, + 3.923, + 8389, + 3.588, + 8390, + 3.923, + 8391, + 3.588, + 8392, + 3.923, + 8393, + 3.923, + 8394, + 3.923, + 8395, + 3.923, + 8396, + 3.923, + 8397, + 3.588, + 8398, + 3.923, + 8399, + 3.588, + 8400, + 3.923, + 8401, + 3.588, + 8402, + 3.923, + 8403, + 3.923, + 8404, + 3.923, + 8405, + 3.923, + 8406, + 3.923, + 8407, + 3.923, + 8408, + 3.923, + 8409, + 3.923, + 8410, + 3.923 ] ], [ @@ -86114,401 +86208,401 @@ "data/ref/stable/dmResource", [ 8, - 2.885, + 2.888, 10, - 1.299, + 1.303, 18, 1.13, 20, - 1.158, + 1.16, 38, - 1.01, + 1.011, 46, - 1.242, + 1.244, 52, - 1.301, + 1.306, 57, - 1.455, + 1.456, 59, - 0.627, + 0.629, 60, - 2.294, + 2.299, 77, - 0.979, + 0.982, 78, - 1.279, + 1.284, 79, 0.994, 84, - 2.979, + 2.986, 99, - 1.021, + 1.022, 100, - 1.818, + 1.82, 102, - 1.216, + 1.213, 103, - 1.089, + 1.092, 106, - 1.245, + 1.248, 113, - 2.098, + 2.101, 126, - 2.011, + 2.013, 132, - 3.234, + 3.239, 148, - 1.692, + 1.695, 149, - 3.461, + 3.466, 153, - 1.364, + 1.367, 158, - 3.015, + 3.018, 165, - 3.163, + 3.166, 169, - 1.227, + 1.229, 174, - 5.16, + 5.161, 177, - 0.882, + 0.886, 201, - 0.648, + 0.65, 202, - 3.421, + 3.404, 226, - 2.294, + 2.299, 229, - 2.085, + 2.087, 240, - 1.344, + 1.349, 247, - 3.283, + 3.287, 256, - 1.35, + 1.354, 268, - 1.856, + 1.859, 269, - 1.364, + 1.367, 273, - 1.483, + 1.488, 340, - 4.39, + 4.402, 351, - 3.119, + 3.127, 368, - 0.82, + 0.823, 390, - 2.531, + 2.538, 479, - 1.082, + 1.086, 500, - 2.193, + 2.199, 537, - 3.428, + 3.437, 543, - 3.309, + 3.315, 552, - 1.787, + 1.792, 553, - 2.148, + 2.154, 554, - 2.609, + 2.615, 574, - 1.383, + 1.388, 577, - 2.357, + 2.363, 718, - 4.152, + 4.163, 760, - 3.354, + 3.365, 762, - 4.296, + 4.262, 773, - 2.519, + 2.525, 793, - 2.2, + 2.207, 807, - 1.67, + 1.676, 823, - 3.115, + 3.125, 831, - 3.596, + 3.606, 854, - 1.597, + 1.603, 860, - 4.771, + 4.777, 863, - 2.175, + 2.183, 874, - 3.935, + 3.944, 879, - 1.696, + 1.703, 880, - 4.563, + 4.57, 891, - 2.603, + 2.609, 894, - 3.258, + 3.264, 898, - 2.134, + 2.14, 910, - 3.198, + 3.207, 918, - 2.883, + 2.891, 948, - 1.868, + 1.874, 998, - 3.481, + 3.49, 1019, - 2.901, + 2.907, 1034, - 2.305, + 2.311, 1041, - 3.143, + 3.151, 1044, - 2.106, + 2.114, 1063, - 2.045, + 2.053, 1067, - 0.942, + 0.946, 1082, - 3.798, + 3.808, 1089, - 1.899, + 1.907, 1126, - 2.369, + 2.35, 1296, - 3.698, + 3.702, 1379, - 1.341, + 1.334, 1411, - 4.653, + 4.657, 1429, - 1.943, + 1.951, 1434, - 3.483, + 3.491, 1459, - 1.927, + 1.934, 1551, - 4.702, + 4.715, 1558, - 1.787, + 1.794, 1629, - 2.118, + 2.124, 1636, - 1.67, + 1.676, 1648, - 3.428, + 3.437, 1724, - 1.369, + 1.374, 1814, - 5.223, + 5.178, 1911, - 3.935, + 3.944, 2094, - 4.39, + 4.402, 2358, - 3.726, + 3.736, 2377, - 3.354, + 3.277, 2509, - 6.999, + 7.003, 2542, - 5.399, + 5.409, 2644, - 2.474, + 2.483, 2656, - 3.567, + 3.578, 2700, - 2.106, + 2.114, 2718, - 2.045, + 2.053, 2736, - 6.163, + 6.168, 2750, - 3.798, + 3.808, 2752, - 2.255, + 2.264, 2779, - 5.509, + 5.515, 2822, - 3.659, + 3.669, 2952, - 2.549, + 2.557, 3237, - 2.045, + 2.053, 3411, - 4.051, + 3.97, 3646, - 5.391, + 5.397, 3712, - 2.913, + 2.921, 3797, - 4.483, + 4.494, 3923, - 5.157, + 5.171, 4104, - 3.726, + 3.736, 4857, - 6.458, + 6.463, 5425, - 3.049, + 3.058, 5469, - 3.699, + 3.711, 5598, - 2.352, + 2.362, 5626, - 2.352, + 2.362, 5721, - 4.39, + 4.402, 5761, - 4.904, + 4.917, 6473, - 4.252, + 4.261, 6763, - 4.967, - 7311, - 6.202, - 7312, - 2.636, - 7320, - 5.245, - 7323, - 7.623, - 8161, - 6.358, - 8385, - 4.728, - 8386, - 5.496, - 8387, - 5.496, - 8388, - 7.675, - 8389, - 6.953, - 8390, - 10.861, - 8391, - 10.861, - 8392, - 2.883, - 8393, - 2.883, - 8394, - 2.883, - 8395, - 4.728, - 8396, - 2.883, - 8397, - 2.883, - 8398, - 2.883, - 8399, - 2.883, - 8400, - 2.883, - 8401, - 2.883, - 8402, - 6.01, - 8403, - 2.883, - 8404, - 4.728, - 8405, - 2.883, - 8406, - 4.728, - 8407, - 4.728, - 8408, - 2.883, - 8409, - 2.883, - 8410, - 2.883, + 4.976, + 7325, + 6.211, + 7326, + 2.647, + 7334, + 5.257, + 7337, + 7.63, + 8187, + 6.373, 8411, - 4.728, + 4.743, 8412, - 2.883, + 5.511, 8413, - 2.883, + 5.511, 8414, - 2.883, + 7.691, 8415, - 4.728, + 6.969, 8416, - 5.157, + 10.871, 8417, - 9.414, + 10.871, 8418, - 5.496, + 2.894, 8419, - 6.01, + 2.894, 8420, - 2.883, + 2.894, 8421, - 4.728, + 4.743, 8422, - 2.883, + 2.894, 8423, - 4.728, + 2.894, 8424, - 2.883, + 2.894, 8425, - 2.883, + 2.894, 8426, - 2.883, + 2.894, 8427, - 2.883, + 2.894, 8428, - 2.883, + 6.026, 8429, - 2.883, + 2.894, 8430, - 2.883, + 4.743, 8431, - 2.883, + 2.894, 8432, - 2.883, + 4.743, 8433, - 2.883, + 4.743, 8434, - 2.883, + 2.894, 8435, - 2.883, + 2.894, 8436, - 2.883, + 2.894, 8437, - 2.883, + 4.743, 8438, - 2.883, + 2.894, 8439, - 2.883, + 2.894, 8440, - 2.883, + 2.894, 8441, - 2.883, + 4.743, 8442, - 4.728, + 5.171, 8443, - 4.728, + 9.427, 8444, - 2.883, + 5.511, 8445, - 2.883, + 6.026, 8446, - 2.883, + 2.894, 8447, - 2.883, + 4.743, 8448, - 2.883, + 2.894, 8449, - 2.883 + 4.743, + 8450, + 2.894, + 8451, + 2.894, + 8452, + 2.894, + 8453, + 2.894, + 8454, + 2.894, + 8455, + 2.894, + 8456, + 2.894, + 8457, + 2.894, + 8458, + 2.894, + 8459, + 2.894, + 8460, + 2.894, + 8461, + 2.894, + 8462, + 2.894, + 8463, + 2.894, + 8464, + 2.894, + 8465, + 2.894, + 8466, + 2.894, + 8467, + 2.894, + 8468, + 4.743, + 8469, + 4.743, + 8470, + 2.894, + 8471, + 2.894, + 8472, + 2.894, + 8473, + 2.894, + 8474, + 2.894, + 8475, + 2.894 ] ], [ @@ -86522,1483 +86616,1533 @@ "data/ref/stable/render", [ 1, - 0.276, + 0.272, 7, - 1.25, + 1.245, 8, - 0.302, + 0.297, 9, - 0.366, + 0.361, 10, - 1.911, + 1.901, 11, - 0.723, + 0.995, 12, - 1.854, + 1.833, 16, - 0.789, + 0.777, 18, 1.139, 20, - 1.549, + 1.546, 22, - 1.424, + 1.406, 23, - 1.258, + 1.241, 24, - 4.3, + 4.265, 28, - 1.969, + 1.947, 30, - 3.063, + 3.107, 32, - 0.881, + 0.868, 36, - 1.909, + 1.917, 38, - 1.081, + 1.077, 39, - 0.228, + 0.224, 44, - 0.834, + 0.822, 46, - 1.487, + 1.482, 52, - 1.873, + 1.996, 55, - 0.518, + 0.51, 57, - 1.346, + 1.348, 59, - 0.927, + 0.933, 60, - 0.774, + 0.764, 62, - 1.146, + 1.132, 63, - 0.523, + 0.515, 69, - 0.938, + 0.925, 70, - 0.84, + 0.829, 71, - 1.378, + 1.359, 72, - 0.359, + 0.354, 75, - 2.411, + 2.388, 77, - 1.746, + 1.735, 78, - 0.479, + 0.472, 79, 0.945, 82, - 0.728, + 0.717, 84, - 1.74, + 1.72, 85, - 0.646, + 0.636, 86, - 2.015, + 1.997, 88, - 3.888, + 3.859, 89, - 3.992, + 3.963, 90, - 2.107, + 2.125, 92, - 1.39, + 1.373, 96, - 0.882, + 0.87, 97, - 1.327, + 1.448, 98, - 2.882, + 2.849, 99, 1.042, 100, - 1.371, + 1.361, 101, - 2.454, + 2.428, 102, - 2.273, + 2.249, 103, - 1.866, + 1.929, 104, - 2.811, + 3.42, 105, - 2.2, + 2.179, 106, - 1.771, + 1.776, 107, - 1.043, + 1.033, 108, - 0.317, + 0.313, + 109, + 0.396, 111, - 2.449, + 2.426, 112, - 2.189, + 2.163, 113, - 1.509, + 1.498, 116, - 1.348, + 1.332, 117, - 1.637, + 1.616, 119, - 2.327, + 2.301, 120, - 0.646, + 0.636, 122, - 1.265, + 1.25, 124, - 0.87, + 0.858, 125, - 2.07, + 2.053, 126, - 2.079, + 2.082, 128, - 0.535, + 0.521, 132, - 2.014, + 1.995, 135, - 1.611, + 1.59, 141, - 2.028, + 2.009, 142, - 2.94, + 2.927, 143, - 0.523, + 0.515, 145, - 1.725, + 1.702, 147, - 2.039, + 2.014, 148, - 1.787, + 1.829, 149, - 2.232, + 2.211, 150, - 0.877, + 0.866, 153, - 1.408, + 1.396, 156, - 0.635, + 0.626, 160, - 0.319, + 0.313, 165, - 2.212, + 2.252, 166, - 0.507, + 0.5, 167, - 0.437, + 1.11, 168, - 0.567, + 0.559, 169, - 1.334, + 1.327, 170, - 1.067, + 1.053, 172, - 0.878, + 0.858, 174, - 2.235, + 2.213, 177, - 2.082, + 2.065, 178, - 1.291, + 1.275, 185, - 3.961, + 3.937, 194, - 0.197, + 0.194, 199, - 0.855, + 0.843, 201, - 1.821, + 1.81, 202, - 1.5, + 1.627, 203, - 0.582, + 0.573, 207, - 0.359, + 0.354, 210, - 2.51, + 2.488, 212, - 4.225, + 4.203, 216, - 1.369, + 1.352, 226, - 0.964, + 0.952, 228, - 0.848, + 0.829, 229, - 1.38, + 1.371, 230, - 0.376, + 0.37, 239, - 0.878, + 1.207, 240, - 1.667, + 1.652, 241, - 0.87, + 0.86, 243, - 0.989, + 0.975, 244, - 0.771, + 0.754, 247, - 1.674, + 1.657, 250, - 0.417, + 0.411, 252, - 0.987, + 0.972, 253, - 0.541, + 0.533, 254, - 0.711, + 0.701, 256, - 1.465, + 1.452, 257, - 1.814, + 1.794, 260, - 1.168, + 1.354, 261, - 1.472, + 1.454, 263, - 3.284, + 3.275, 266, - 0.886, + 0.873, 268, - 2.047, + 2.052, 269, - 1.755, + 1.743, 271, - 3.908, + 3.833, 273, - 1.353, + 1.34, 274, - 1.174, + 1.158, 280, - 0.782, + 0.771, 282, - 0.535, + 1.36, 285, - 1.82, + 1.799, 287, - 1.378, + 1.359, 288, - 0.582, + 0.573, 289, - 3.028, + 2.997, 292, - 1.74, + 1.72, 293, - 3.592, + 3.553, 295, - 1.282, + 1.265, 306, - 1.524, + 1.505, 311, - 0.696, + 0.686, 320, - 0.646, + 0.636, 325, - 0.815, + 0.802, 330, - 2.078, + 2.061, 332, - 1.528, + 1.511, 333, - 0.98, + 0.968, 337, - 0.682, + 0.672, 341, - 0.523, + 0.51, 342, - 1.246, + 1.23, 344, - 0.657, + 0.647, 345, - 0.523, + 1.331, 346, - 0.927, + 0.912, 347, - 0.696, + 0.686, 348, - 0.987, + 0.972, 353, - 0.433, + 0.423, 358, - 2.86, + 2.834, 359, - 0.894, + 0.865, 368, - 0.567, + 0.559, 371, - 1.048, + 1.034, 379, - 1.345, + 1.326, 380, - 0.708, + 0.698, 382, - 1.973, + 1.954, 384, - 0.766, + 0.754, 387, - 1.619, + 1.602, 389, - 1.541, + 1.521, 390, - 1.459, + 1.441, 391, - 1.237, + 1.22, 392, - 2.174, + 2.155, 393, - 2.711, + 2.677, 402, - 0.575, + 0.566, 407, - 2.189, + 2.163, 409, - 0.881, + 0.868, 419, - 3.705, + 3.67, 420, - 0.746, + 0.735, 424, - 7.902, + 7.875, 426, - 6.991, + 6.959, 429, - 5.691, + 5.699, 441, - 0.541, + 0.533, 446, - 1.0, + 0.986, 452, - 0.809, + 0.798, 453, - 1.156, + 1.139, 455, - 1.505, + 1.484, 456, - 4.37, + 4.342, 459, - 0.929, + 0.915, 469, - 1.011, + 0.997, 471, - 1.959, + 1.944, 473, - 0.475, + 0.468, 487, - 0.766, + 0.754, 489, - 1.294, + 1.277, 490, - 0.451, + 0.822, 499, - 3.591, + 3.554, 500, - 0.394, + 0.388, 506, - 0.657, + 0.647, 507, - 0.815, + 0.802, 509, - 1.036, + 1.021, 510, - 0.397, + 0.391, 513, - 1.036, + 1.021, 515, - 1.237, + 1.22, 521, - 0.376, + 0.37, 524, - 0.932, + 0.919, 533, - 0.598, + 0.589, 534, - 0.507, + 0.5, 541, - 1.062, + 1.047, 543, - 0.801, + 0.789, 550, - 0.929, + 0.915, 553, - 1.238, + 1.223, 555, - 1.085, + 1.066, 556, - 1.424, + 1.406, 558, - 0.881, + 0.868, 568, - 2.283, + 2.257, 570, - 3.257, + 3.222, 573, - 1.044, + 1.03, 574, - 1.662, + 1.642, 577, - 0.423, + 0.417, 581, - 1.076, + 1.061, 588, - 1.444, + 1.425, 590, - 0.447, + 0.441, 594, - 2.332, + 2.308, 595, - 2.19, + 2.165, 596, - 1.09, + 1.075, 597, - 0.987, + 0.972, 598, - 0.696, + 0.686, 599, - 0.789, + 0.777, 602, - 0.437, + 0.43, 603, - 0.451, + 0.444, 605, - 0.616, + 0.606, 614, - 1.359, + 1.342, 620, - 0.56, + 0.552, 634, - 0.427, + 0.42, 643, - 1.505, + 1.484, 647, - 4.48, + 4.449, 656, - 0.682, + 0.672, 666, - 0.711, + 0.701, 675, - 0.414, + 0.408, 676, - 0.493, + 0.485, 679, - 1.246, + 1.23, 680, - 0.567, + 0.559, 687, - 0.635, + 0.626, 691, - 1.405, + 1.661, 692, - 0.405, + 0.399, 695, - 0.488, + 0.481, 709, - 0.682, + 0.672, 710, - 1.349, + 1.331, 728, - 0.529, + 0.521, 729, - 1.156, + 1.139, 744, - 0.523, + 0.515, 749, - 1.52, + 1.5, 751, - 2.047, + 2.026, 752, - 1.596, + 1.577, + 762, + 0.889, 765, - 0.378, + 0.373, 769, - 0.696, + 0.686, 774, - 0.488, + 0.481, 786, - 1.156, + 1.139, 795, - 0.696, + 0.686, 803, - 0.746, + 0.735, 811, - 1.378, + 1.36, 826, - 1.048, + 1.034, 827, - 2.007, + 1.982, 832, - 0.957, + 0.944, 834, - 0.535, + 0.527, 849, - 0.479, + 0.472, 856, - 3.021, + 3.0, 862, - 4.343, + 4.299, 866, - 1.711, + 1.692, 880, - 1.969, + 1.947, 894, - 0.788, + 0.777, 898, - 1.23, + 1.215, 899, - 2.677, + 2.646, 901, - 2.533, + 2.51, 905, - 0.635, + 0.626, 915, - 0.765, + 0.754, 924, - 0.947, + 0.934, 928, - 0.746, + 0.735, + 931, + 0.291, 935, - 0.989, + 0.975, 941, - 0.782, + 0.771, 942, - 1.505, + 1.484, 944, - 0.554, + 0.545, 948, - 0.427, + 0.42, 960, - 1.581, + 1.547, 972, - 0.696, + 0.686, 977, - 0.575, + 0.566, 978, - 2.0, + 1.979, 987, - 1.062, + 1.047, 1002, - 0.535, + 0.527, 1007, - 0.975, + 0.962, 1019, - 2.215, + 2.195, 1041, - 4.836, + 4.821, 1042, - 3.612, + 3.577, 1064, - 0.529, + 0.521, + 1071, + 1.106, 1089, - 0.711, + 0.701, 1097, - 0.669, + 0.659, 1098, - 3.634, + 3.601, 1109, - 3.65, + 3.624, 1120, - 0.635, + 0.626, + 1126, + 0.975, 1133, - 2.412, + 2.386, 1139, - 2.844, + 2.815, 1140, - 1.872, + 1.851, + 1142, + 1.605, 1144, - 4.412, + 4.382, 1153, - 1.628, + 1.608, 1157, - 0.567, + 0.559, 1164, - 3.28, + 3.249, 1184, - 6.248, + 6.222, 1186, - 0.978, + 0.964, 1188, - 0.529, + 0.521, 1192, - 2.148, + 2.122, 1202, - 0.947, + 0.934, 1208, - 1.215, + 1.198, + 1216, + 1.047, 1221, - 0.535, + 0.527, 1251, - 0.927, + 0.912, 1254, - 1.611, + 1.59, 1257, - 0.669, + 0.659, 1258, - 0.711, + 0.701, 1259, - 1.758, + 1.735, + 1261, + 0.636, 1279, - 1.664, + 1.643, 1295, - 3.407, + 3.389, + 1307, + 0.647, 1323, - 0.834, + 0.822, 1327, - 0.728, + 0.717, 1331, - 0.881, + 0.868, 1332, - 0.437, + 0.43, 1343, - 0.598, + 0.589, 1355, - 0.987, + 0.972, 1361, - 0.711, + 0.701, + 1379, + 0.49, 1387, - 0.696, + 0.686, 1403, - 0.513, + 0.505, 1406, - 2.095, + 2.073, 1428, - 2.508, + 2.481, 1452, - 1.561, + 1.539, 1459, - 2.063, + 2.042, 1465, - 2.299, + 2.38, 1471, - 0.989, + 0.975, 1472, - 2.456, + 2.755, + 1476, + 0.832, 1482, - 2.531, + 2.499, 1502, - 0.554, + 1.009, 1525, - 1.758, + 1.735, 1548, - 0.582, + 0.573, 1552, - 0.845, + 0.832, 1557, - 0.646, + 0.636, 1558, - 0.669, + 0.659, 1602, - 0.529, + 0.521, 1606, - 1.174, + 1.158, 1629, - 2.456, + 2.432, 1630, - 0.815, + 0.802, 1632, - 1.261, + 1.243, 1636, - 1.611, + 1.59, 1649, - 1.462, + 1.442, 1650, - 0.646, + 0.636, 1651, - 1.194, + 1.177, 1656, - 1.458, + 1.437, 1657, - 6.614, + 6.572, 1661, - 0.541, + 0.533, 1662, - 0.475, + 0.468, 1684, - 1.611, + 1.59, 1686, - 1.505, + 1.484, 1687, - 2.519, + 2.49, 1694, - 4.503, + 4.465, 1696, - 2.795, + 2.765, 1697, - 0.696, + 0.686, 1698, - 3.138, + 3.106, 1699, - 5.064, + 5.019, 1713, - 0.567, + 0.559, 1730, - 0.927, + 0.912, 1731, - 0.987, + 0.972, 1733, - 0.987, + 0.972, 1736, - 0.987, + 0.972, 1739, - 0.987, + 0.972, 1741, - 0.927, + 0.912, 1743, - 0.987, + 0.972, 1746, - 0.927, + 0.912, 1749, - 2.827, + 2.792, 1751, - 0.987, + 0.972, 1756, - 0.927, + 0.912, 1774, - 1.011, + 0.997, 1777, - 0.987, + 0.972, 1779, - 0.927, + 0.912, 1796, - 0.987, + 0.972, 1799, - 0.987, + 0.972, 1801, - 1.825, + 1.799, 1802, - 0.987, + 0.972, 1803, - 1.378, + 1.359, 1804, - 4.743, + 4.723, 1808, - 0.927, + 0.912, 1811, - 2.032, + 2.005, 1814, - 1.258, + 1.23, 1822, - 2.099, + 2.071, 1823, - 2.109, + 2.047, 1839, - 1.416, + 1.396, 1840, - 0.616, + 0.606, 1841, - 1.156, + 1.139, 1844, - 1.712, + 1.688, 1848, - 1.758, + 1.735, 1866, - 0.616, + 0.606, 1869, - 0.711, + 0.701, 1870, - 1.628, + 1.605, 1871, - 0.967, + 0.954, 1875, - 0.766, + 0.754, 1879, - 2.059, + 2.035, 1881, - 0.987, + 0.972, 1882, - 1.538, + 1.519, 1885, - 1.611, + 1.59, 1890, - 0.625, + 0.616, 1891, - 0.987, + 0.972, 1895, - 0.682, + 0.672, 1901, - 2.353, + 2.326, 1908, - 0.902, + 0.889, 1920, - 0.929, + 0.915, 1926, - 0.711, + 0.686, 1929, - 2.693, + 2.632, 1930, - 2.614, + 2.582, 1942, - 1.563, + 1.543, 1966, - 1.345, + 1.326, 1968, - 1.843, + 1.821, 1973, - 0.646, + 0.636, 1982, - 0.541, + 0.527, 2007, - 0.682, + 0.672, 2024, - 0.902, + 0.889, 2027, - 1.716, + 1.695, 2035, - 0.669, + 0.659, 2066, - 1.345, + 1.296, 2074, - 2.176, + 2.148, 2078, - 1.261, + 1.243, 2100, - 0.789, + 0.777, 2131, - 0.789, + 0.777, 2139, - 0.815, + 0.802, 2164, - 0.862, + 0.85, 2191, - 0.746, + 0.735, 2236, - 0.669, + 0.659, 2243, - 3.746, + 3.706, 2261, - 1.121, + 1.106, 2307, - 1.974, + 1.948, 2323, - 1.563, + 1.543, + 2377, + 0.735, 2384, - 0.669, + 0.659, 2389, - 2.353, + 2.326, 2398, - 0.881, + 0.868, 2409, - 0.881, + 0.868, 2433, - 1.194, + 1.177, 2459, - 0.815, + 0.802, 2512, - 0.927, + 0.912, 2540, - 1.105, + 1.09, 2544, - 1.287, + 1.269, + 2582, + 0.606, 2613, - 3.787, + 3.751, 2628, - 1.712, + 1.688, 2633, - 4.467, + 4.442, 2657, - 2.58, + 2.552, 2667, - 3.353, + 3.317, 2678, - 0.845, + 0.832, 2690, - 0.625, + 0.616, 2691, - 0.845, + 0.832, 2700, - 0.789, + 0.777, 2701, - 0.927, + 0.912, 2703, - 0.987, + 0.972, 2775, - 1.5, + 1.48, 2799, - 0.815, + 0.802, 2809, - 2.544, + 2.511, 2875, - 4.142, + 4.109, 2886, - 2.032, + 2.005, 2914, - 0.987, + 0.972, 2915, - 0.845, + 0.832, 2918, - 1.505, + 1.484, 2935, - 1.712, + 1.688, 2978, - 0.766, + 0.754, 3057, - 0.746, + 0.735, 3064, - 1.712, + 1.688, 3120, - 2.711, + 2.677, 3124, - 5.476, + 5.44, 3133, - 0.987, + 0.972, 3134, - 0.646, + 0.636, 3242, - 0.815, + 0.802, 3246, - 0.766, + 0.754, 3311, - 1.261, + 1.243, 3411, - 1.345, + 1.296, 3450, - 0.987, + 0.972, 3453, - 0.987, + 0.972, 3475, - 0.881, + 0.868, 3487, - 2.335, + 2.307, 3518, - 0.927, + 0.912, 3527, - 0.728, + 0.717, 3558, - 0.881, + 0.868, 3648, - 0.881, + 0.868, 3650, - 0.927, + 0.912, 3713, - 0.635, + 0.626, 3727, - 1.194, + 1.177, 3803, - 0.927, + 0.912, 3838, - 0.789, + 0.777, 3894, - 0.987, + 0.972, + 3938, + 1.296, 3988, - 0.728, + 0.717, 3997, - 1.825, + 1.799, 4069, - 2.738, + 2.707, 4091, - 0.927, + 0.912, 4098, - 0.669, + 0.659, 4131, - 0.927, + 0.912, 4201, - 0.987, + 0.972, 4252, - 0.766, + 0.754, 4326, - 0.927, + 0.912, 4364, - 1.416, + 1.396, 4376, - 2.973, + 2.936, + 4399, + 0.912, 4400, - 1.416, + 1.396, 4514, - 2.234, + 2.207, 4551, - 0.881, + 0.868, 4555, - 4.474, + 4.43, 4595, - 1.287, + 1.243, 4608, - 0.881, + 0.868, 4621, - 1.237, + 1.22, 4646, - 0.789, + 0.777, + 4720, + 0.868, 5065, - 3.179, + 3.142, 5100, - 1.561, + 1.539, 5102, - 0.987, + 0.972, 5120, - 1.458, + 1.437, 5130, - 0.815, + 0.802, 5279, - 0.987, + 0.972, 5285, - 0.987, + 0.972, 5292, - 0.987, + 0.972, 5293, - 0.987, + 0.972, 5294, - 0.927, + 0.912, 5335, - 0.987, + 0.972, 5573, - 0.815, + 0.802, 5574, - 1.628, + 1.605, 5650, - 0.987, + 0.972, 5653, - 1.825, + 1.799, + 5673, + 1.296, 5753, - 0.789, + 0.777, 5830, - 2.099, + 2.071, 5864, - 0.987, + 0.972, 5920, - 0.881, + 0.868, 5935, - 0.987, + 0.972, 5981, - 4.198, + 4.153, 6026, - 2.967, + 2.933, 6043, - 0.789, + 0.777, 6048, - 0.987, + 0.972, 6049, - 0.987, + 0.972, 6140, - 0.881, + 0.868, 6405, - 0.927, + 0.912, 6753, - 0.987, + 0.972, 6819, - 0.987, + 0.972, 6837, - 2.387, + 2.356, 6873, - 4.705, + 4.659, 6954, - 1.712, + 1.688, 6959, - 1.628, + 1.605, 6970, - 0.789, + 0.777, 6983, - 1.825, - 7001, - 1.215, - 7141, - 1.561, - 7454, - 0.927, - 7706, - 0.987, - 7768, - 0.987, - 8072, - 0.927, - 8174, - 0.987, - 8176, - 0.987, - 8178, - 0.987, - 8180, - 0.987, - 8182, - 0.987, - 8184, - 0.987, - 8186, - 0.987, - 8188, - 0.987, - 8190, - 0.987, - 8192, - 1.825, - 8194, - 0.987, - 8196, - 1.825, - 8198, - 0.987, + 1.799, + 7006, + 1.198, + 7155, + 1.539, + 7218, + 0.912, + 7468, + 0.912, + 7720, + 0.972, + 7789, + 0.972, + 8098, + 0.912, 8200, - 0.987, + 0.972, 8202, - 0.987, + 0.972, 8204, - 4.628, + 0.972, 8206, - 1.825, - 8207, - 0.987, - 8209, - 0.987, + 0.972, + 8208, + 0.972, 8210, - 0.987, - 8211, - 0.987, + 0.972, 8212, - 0.987, - 8213, - 3.715, - 8215, - 3.715, - 8217, - 2.544, - 8219, - 1.825, - 8221, - 1.825, - 8223, - 1.825, - 8225, - 1.825, - 8227, - 2.544, - 8229, - 1.825, - 8231, - 1.825, - 8242, - 1.825, - 8244, - 0.987, - 8246, - 1.825, - 8248, - 1.825, - 8252, - 1.825, - 8254, - 1.825, - 8256, - 1.825, - 8258, - 2.544, - 8262, - 1.825, - 8264, - 0.987, - 8266, - 0.987, - 8268, - 0.987, - 8270, - 0.987, - 8272, - 0.987, - 8274, - 1.825, - 8276, - 0.987, - 8278, - 0.987, - 8450, - 2.544, - 8451, - 0.927, - 8452, - 3.465, - 8453, - 1.08, - 8454, - 1.08, - 8455, - 4.628, - 8456, - 1.08, - 8457, - 1.08, - 8458, - 1.08, - 8459, - 1.08, - 8460, - 1.08, - 8461, - 1.08, - 8462, - 0.987, - 8463, - 1.825, - 8464, - 1.996, - 8465, - 4.063, - 8466, - 2.782, - 8467, - 1.08, - 8468, - 1.08, - 8469, - 1.08, - 8470, - 1.08, - 8471, - 1.08, - 8472, - 1.08, - 8473, - 1.08, - 8474, - 1.08, - 8475, - 1.08, + 0.972, + 8214, + 0.972, + 8216, + 0.972, + 8218, + 1.799, + 8220, + 0.972, + 8222, + 1.799, + 8224, + 0.972, + 8226, + 0.972, + 8228, + 0.972, + 8230, + 4.581, + 8232, + 1.799, + 8233, + 0.972, + 8235, + 0.972, + 8236, + 0.972, + 8237, + 0.972, + 8238, + 0.972, + 8239, + 3.672, + 8241, + 3.672, + 8243, + 2.511, + 8245, + 1.799, + 8247, + 1.799, + 8249, + 1.799, + 8251, + 1.799, + 8253, + 2.511, + 8255, + 1.799, + 8257, + 1.799, + 8268, + 1.799, + 8270, + 0.972, + 8272, + 1.799, + 8274, + 1.799, + 8278, + 1.799, + 8280, + 1.799, + 8282, + 1.799, + 8284, + 2.511, + 8288, + 1.799, + 8290, + 0.972, + 8292, + 0.972, + 8294, + 0.972, + 8296, + 0.972, + 8298, + 0.972, + 8300, + 1.799, + 8302, + 0.972, + 8304, + 0.972, 8476, - 1.08, + 2.511, 8477, - 1.08, + 0.912, 8478, - 1.08, + 3.422, 8479, - 1.996, + 1.063, 8480, - 1.08, + 1.063, 8481, - 1.08, + 4.581, 8482, - 1.08, + 1.063, 8483, - 1.08, + 1.063, 8484, - 2.782, + 1.063, 8485, - 1.08, + 1.063, 8486, - 1.08, + 1.063, 8487, - 1.08, + 1.063, 8488, - 1.996, + 0.972, 8489, - 1.08, + 1.799, 8490, - 1.08, + 1.967, 8491, - 1.996, + 4.016, 8492, - 1.08, + 2.745, 8493, - 1.08, + 1.063, 8494, - 1.08, + 1.063, 8495, - 1.08, + 1.063, 8496, - 1.08, + 1.063, 8497, - 1.08, + 1.063, 8498, - 1.08, + 1.063, 8499, - 1.08, + 1.063, 8500, - 1.08, + 1.063, 8501, - 1.08, + 1.063, 8502, - 1.08, + 1.063, 8503, - 2.782, + 1.063, 8504, - 1.08, + 1.063, 8505, - 1.08, + 1.967, 8506, - 1.08, + 1.063, 8507, - 1.08, + 1.063, 8508, - 1.08, + 1.063, 8509, - 1.08, + 1.063, 8510, - 1.996, + 2.745, 8511, - 0.987, + 1.063, 8512, - 0.987, + 1.063, 8513, - 1.08, + 1.063, 8514, - 1.08, + 1.967, 8515, - 5.062, + 1.063, 8516, - 1.996, + 1.063, 8517, - 1.996, + 1.967, 8518, - 1.996, + 1.063, 8519, - 1.996, + 1.063, 8520, - 1.996, + 1.063, 8521, - 1.08, + 1.063, 8522, - 2.782, + 1.063, 8523, - 0.987, + 1.063, 8524, - 1.996, + 1.063, 8525, - 1.08, + 1.063, 8526, - 1.08, + 1.063, 8527, - 0.987, + 1.063, 8528, - 1.08, + 1.063, 8529, - 1.996, + 2.745, 8530, - 1.08, + 1.063, 8531, - 1.08, + 1.063, 8532, - 1.08, + 1.063, 8533, - 1.996, + 1.063, 8534, - 1.08, + 1.063, 8535, - 1.08, + 1.063, 8536, - 1.08, + 1.967, 8537, - 1.08, + 0.972, 8538, - 1.08, + 0.972, 8539, - 1.08, + 1.063, 8540, - 1.996, + 1.063, 8541, - 0.987, + 5.01, 8542, - 1.996, + 1.967, 8543, - 1.08, + 1.967, 8544, - 1.08, + 1.967, 8545, - 0.987, + 1.967, 8546, - 2.973, + 1.967, 8547, - 1.08, + 1.063, 8548, - 1.08, + 2.745, 8549, - 1.08, + 0.972, 8550, - 1.08, + 1.967, 8551, - 1.996, + 1.063, 8552, - 1.08, + 1.063, 8553, - 1.08, + 0.972, 8554, - 1.08, + 1.063, 8555, - 4.343, + 1.967, 8556, - 1.08, + 1.063, 8557, - 1.08, + 1.063, 8558, - 1.08, + 1.063, 8559, - 1.08, + 1.967, 8560, - 1.08, + 1.063, 8561, - 1.996, + 1.063, 8562, - 1.08, + 1.063, 8563, - 0.987, + 1.063, 8564, - 1.08, + 1.063, 8565, - 1.08, + 1.063, 8566, - 2.782, + 1.967, 8567, - 3.168, + 0.972, 8568, - 1.08, + 1.967, 8569, - 0.987, + 1.063, 8570, - 1.08, + 1.063, 8571, - 1.08, + 0.972, 8572, - 2.782, + 2.936, 8573, - 1.08, + 1.063, 8574, - 1.996, + 1.063, 8575, - 0.987, + 1.063, 8576, - 1.996, + 1.063, 8577, - 1.996, + 1.967, 8578, - 5.325, + 1.063, 8579, - 0.927, + 1.063, 8580, - 1.08, + 1.063, 8581, - 1.996, + 4.299, 8582, - 6.804, + 1.063, 8583, - 1.08, + 1.063, 8584, - 1.08, + 1.063, 8585, - 1.08, + 1.063, 8586, - 1.08, + 1.967, 8587, - 1.08, + 1.063, 8588, - 1.996, + 1.967, 8589, - 2.782, + 1.967, 8590, - 1.996, + 1.063, 8591, - 1.08, + 1.063, 8592, - 1.08, + 1.063, 8593, - 1.996, + 1.063, 8594, - 1.996, + 1.967, 8595, - 1.08, + 1.063, 8596, - 1.08, + 0.972, 8597, - 1.08, + 1.063, 8598, - 1.08 + 1.063, + 8599, + 2.745, + 8600, + 3.129, + 8601, + 1.063, + 8602, + 0.972, + 8603, + 1.063, + 8604, + 1.063, + 8605, + 2.745, + 8606, + 1.063, + 8607, + 1.967, + 8608, + 0.972, + 8609, + 1.967, + 8610, + 1.967, + 8611, + 5.278, + 8612, + 0.912, + 8613, + 1.063, + 8614, + 1.967, + 8615, + 6.749, + 8616, + 1.063, + 8617, + 1.063, + 8618, + 1.063, + 8619, + 1.063, + 8620, + 1.063, + 8621, + 1.967, + 8622, + 2.745, + 8623, + 1.967, + 8624, + 1.063, + 8625, + 1.063, + 8626, + 1.967, + 8627, + 1.967, + 8628, + 1.063, + 8629, + 1.063, + 8630, + 1.063, + 8631, + 1.063 ] ], [ @@ -88012,285 +88156,285 @@ "data/ref/stable/bit", [ 7, - 1.148, + 1.15, 10, - 2.37, + 2.372, 11, - 2.756, + 2.762, 18, 1.135, 20, - 1.011, + 1.013, 22, - 3.126, + 3.132, 36, - 1.517, + 1.52, 38, - 0.459, + 0.46, 46, - 1.213, + 1.215, 52, - 2.518, + 2.522, 57, - 1.584, + 1.585, 59, 0.932, 70, - 4.218, + 4.223, 74, - 3.972, + 3.982, 77, - 1.576, + 1.579, 79, - 0.646, + 0.648, 86, - 1.341, + 1.346, 99, 0.999, 100, - 1.179, + 1.182, 102, - 2.575, + 2.565, 105, - 3.053, + 3.059, 106, - 1.363, + 1.365, 107, - 1.448, + 1.451, 126, - 0.82, + 0.823, 140, - 1.904, + 1.91, 142, 3.787, 148, - 0.848, + 0.85, 165, - 1.181, + 1.185, 201, - 2.463, + 2.465, 229, - 1.559, + 1.561, 230, - 2.188, + 2.193, 241, - 1.346, + 1.349, 244, - 4.234, + 4.207, 251, - 2.896, + 2.903, 263, - 1.235, + 1.239, 266, - 1.834, + 1.84, 273, - 1.878, + 1.882, 295, - 3.918, + 3.924, 306, - 1.817, + 1.823, 330, - 2.004, + 2.009, 333, - 1.168, + 1.172, 393, - 7.537, + 7.547, 469, - 2.094, + 2.1, 500, - 3.766, + 3.769, 513, - 5.0, + 5.006, 561, - 1.992, + 1.997, 604, - 4.635, + 4.642, 629, - 2.288, + 2.292, 686, - 2.227, + 2.234, 689, - 1.85, + 1.856, 691, - 2.948, + 2.951, 702, - 2.07, + 2.077, 728, - 3.08, + 3.087, 749, - 5.892, + 5.897, 874, - 2.118, + 2.125, 898, - 1.467, + 1.472, 903, - 2.227, + 2.234, 948, - 2.483, + 2.49, 1097, - 3.897, + 3.906, 1109, - 2.003, + 2.009, 1172, - 4.635, + 4.642, 1221, - 4.773, + 4.779, 1236, - 7.849, + 7.86, 1272, - 1.834, + 1.84, 1331, - 5.129, + 5.141, 1401, - 5.176, + 5.185, 1428, - 6.401, + 6.404, 1459, - 4.468, + 4.472, 1465, - 2.683, + 2.688, 1500, - 5.873, + 5.883, 1510, - 4.906, + 4.915, 1557, - 3.761, + 3.77, 1558, - 2.561, + 2.57, 1563, - 5.393, + 5.407, 1565, - 3.545, + 3.557, 1690, - 6.165, + 6.174, 1893, - 4.552, + 4.561, 1929, - 4.048, + 4.005, 1979, - 2.515, + 2.523, 1982, - 5.791, + 5.73, 2123, - 3.585, + 3.594, 2190, - 3.64, + 3.649, 2591, - 4.237, + 4.247, 2821, - 3.018, + 3.027, 2916, - 4.808, + 4.817, 2956, - 2.785, + 2.794, 3442, - 2.931, + 2.94, 3810, - 2.722, + 2.731, 3851, - 3.545, + 3.557, 3896, - 3.778, + 3.79, 3972, - 5.194, + 5.2, 4184, - 3.371, + 3.382, 4185, - 3.371, + 3.382, 4429, - 8.627, + 8.635, 4832, - 2.785, + 2.794, 5830, - 4.742, + 4.753, 6127, - 2.931, + 2.863, 6220, - 5.129, + 5.141, 6320, - 8.267, + 8.277, 6405, - 10.11, + 10.115, 6958, - 3.018, - 7059, - 3.778, - 7955, - 3.545, - 8072, - 6.528, - 8546, - 10.162, - 8599, - 4.131, - 8600, - 4.131, - 8601, - 4.131, - 8602, - 9.147, - 8603, - 10.016, - 8604, - 4.131, - 8605, - 4.131, - 8606, - 4.131, - 8607, - 4.131, - 8608, - 4.131, - 8609, - 4.131, - 8610, - 4.131, - 8611, - 4.131, - 8612, - 3.778, - 8613, - 6.286, - 8614, - 3.778, - 8615, - 4.131, - 8616, - 4.131, - 8617, - 6.286, - 8618, - 4.131, - 8619, - 4.131, - 8620, - 6.286, - 8621, - 6.286, - 8622, - 4.131, - 8623, - 4.131, - 8624, - 4.131, - 8625, - 4.131, - 8626, - 4.131, - 8627, - 4.131, - 8628, - 4.131, - 8629, - 4.131, - 8630, - 4.131, - 8631, - 4.131, + 3.027, + 7064, + 3.79, + 7981, + 3.557, + 8098, + 6.541, + 8572, + 10.167, 8632, - 8.364, + 4.145, 8633, - 4.131 + 4.145, + 8634, + 4.145, + 8635, + 9.16, + 8636, + 10.027, + 8637, + 4.145, + 8638, + 4.145, + 8639, + 4.145, + 8640, + 4.145, + 8641, + 4.145, + 8642, + 4.145, + 8643, + 4.145, + 8644, + 4.145, + 8645, + 3.79, + 8646, + 6.301, + 8647, + 3.79, + 8648, + 4.145, + 8649, + 4.145, + 8650, + 6.301, + 8651, + 4.145, + 8652, + 4.145, + 8653, + 6.301, + 8654, + 6.301, + 8655, + 4.145, + 8656, + 4.145, + 8657, + 4.145, + 8658, + 4.145, + 8659, + 4.145, + 8660, + 4.145, + 8661, + 4.145, + 8662, + 4.145, + 8663, + 4.145, + 8664, + 4.145, + 8665, + 8.376, + 8666, + 4.145 ] ], [ @@ -88306,97 +88450,97 @@ 18, 1.001, 46, - 1.207, + 1.208, 57, 1.419, 59, - 0.763, + 0.764, 99, 0.914, 132, - 2.906, + 2.909, 142, - 2.515, + 2.517, 229, - 1.551, + 1.552, 241, - 1.811, + 1.813, 253, - 4.238, + 4.241, 266, - 3.754, + 3.757, 479, - 4.33, + 4.331, 581, - 4.56, + 4.564, 849, - 4.567, + 4.569, 874, - 4.337, + 4.341, 948, - 3.342, + 3.345, 1041, - 5.217, + 5.218, 1074, - 7.762, + 7.767, 1411, - 3.624, + 3.627, 1465, - 2.983, + 2.986, 1658, - 6.001, + 6.006, 1691, - 7.868, + 7.871, 1929, - 4.501, + 4.448, 2097, - 5.843, + 5.848, 2120, - 6.381, + 6.387, 2154, - 6.902, + 6.908, 2389, - 4.899, + 4.903, 2441, - 4.444, + 4.448, 2779, - 5.755, + 5.757, 2998, - 6.381, + 6.387, 3646, - 6.293, + 6.294, 3899, - 6.936, + 6.939, 3969, - 9.415, + 9.418, 4069, - 5.701, + 5.706, 4857, - 4.899, + 4.903, 4972, - 8.676, + 8.68, 5652, - 6.902, + 6.908, 6763, - 5.869, - 7001, - 5.15, - 8155, - 7.258, - 8634, - 8.459, - 8635, - 11.826, - 8636, - 8.459, - 8637, - 8.459, - 8638, - 8.459, - 8639, - 10.29, - 8640, - 8.459 + 5.872, + 7006, + 5.154, + 8181, + 7.265, + 8667, + 8.466, + 8668, + 11.829, + 8669, + 8.466, + 8670, + 8.466, + 8671, + 8.466, + 8672, + 10.295, + 8673, + 8.466 ] ], [ @@ -88412,9 +88556,9 @@ 18, 0.956, 44, - 3.707, + 3.709, 57, - 1.135, + 1.136, 59, 0.801, 79, @@ -88422,45 +88566,45 @@ 99, 1.041, 107, - 1.689, + 1.69, 119, - 4.497, + 4.5, 166, - 4.17, + 4.173, 178, - 3.306, + 3.308, 269, - 2.013, + 2.015, 368, - 2.523, + 2.525, 563, - 5.608, + 5.505, 4864, - 9.039, + 8.754, 6966, - 10.723, + 10.725, 6972, - 6.694, - 7968, - 8.642, - 8641, - 8.874, - 8642, - 12.532, - 8643, - 11.983, - 8644, - 8.874, - 8645, - 11.726, - 8646, - 8.874, - 8647, - 8.874, - 8648, - 8.874, - 8649, - 8.874 + 6.699, + 7994, + 8.645, + 8674, + 8.88, + 8675, + 12.533, + 8676, + 11.985, + 8677, + 8.88, + 8678, + 11.729, + 8679, + 8.88, + 8680, + 8.88, + 8681, + 8.88, + 8682, + 8.88 ] ], [ @@ -88474,393 +88618,393 @@ "data/ref/stable/crash", [ 0, - 0.601, + 0.603, 2, - 1.809, + 1.812, 8, - 1.373, + 1.376, 9, - 1.664, + 1.669, 10, - 1.061, + 1.064, 18, 1.079, 20, - 1.23, + 1.232, 22, - 2.016, + 2.022, 36, - 1.425, + 1.428, 38, - 0.793, + 0.795, 46, - 1.019, + 1.021, 52, - 1.351, + 1.354, 57, - 1.258, + 1.26, 59, - 0.645, + 0.646, 77, - 2.329, + 2.331, 79, - 0.996, + 0.997, 86, - 1.593, + 1.598, 90, - 1.703, + 1.706, 99, - 0.941, + 0.942, 100, - 0.921, + 0.923, 103, - 1.13, + 1.133, 106, - 1.28, + 1.282, 107, - 0.934, + 0.936, 113, - 1.971, + 1.973, 122, - 1.528, + 1.532, 126, - 2.037, + 2.039, 132, - 1.686, + 1.69, 142, - 3.554, + 3.556, 144, - 4.426, + 4.433, 148, - 1.728, + 1.731, 158, - 1.434, + 1.438, 165, - 1.403, + 1.407, 169, - 1.063, + 1.065, 196, - 1.697, + 1.701, 201, - 2.44, + 2.442, 211, - 2.198, + 2.204, 216, - 1.939, + 1.944, 247, - 2.363, + 2.368, 253, - 2.458, + 2.465, 256, - 1.102, + 1.106, 260, - 2.408, + 2.413, 263, - 2.767, + 2.771, 268, - 1.72, + 1.723, 269, - 1.911, + 1.915, 273, - 1.211, + 1.214, 313, - 1.924, + 1.929, 330, - 2.278, + 2.283, 332, - 1.633, + 1.638, 368, - 1.395, + 1.399, 387, - 1.73, + 1.735, 433, - 2.0, + 2.006, 452, - 1.426, + 1.43, 470, - 3.838, + 3.849, 490, - 2.049, + 2.055, 516, - 3.851, + 3.859, 543, - 1.969, + 1.974, 552, - 2.505, + 2.509, 553, - 1.754, + 1.759, 556, - 2.016, + 2.022, 561, - 1.555, + 1.559, 599, - 5.218, + 5.229, 638, - 3.1, + 3.109, 648, - 2.378, + 2.385, 685, - 3.434, + 3.44, 686, - 2.645, + 2.652, 750, - 4.486, + 4.492, 817, - 3.701, + 3.712, 832, - 2.353, + 2.36, 860, - 5.202, + 5.207, 890, - 3.707, + 3.715, 891, - 3.139, + 3.143, 894, - 4.186, + 4.19, 901, - 2.12, + 2.126, 915, - 4.063, + 4.066, 918, - 2.353, + 2.36, 941, - 2.801, + 2.807, 950, - 3.232, + 3.241, 969, - 2.987, + 2.995, 999, - 2.261, + 2.267, 1019, - 1.854, + 1.859, 1047, - 3.392, + 3.399, 1064, - 2.404, + 2.411, 1157, - 2.578, + 2.585, 1198, - 4.074, + 4.083, 1248, - 3.1, + 3.109, 1269, - 2.718, + 2.726, 1295, - 3.851, + 3.855, 1298, - 3.1, + 3.109, 1367, - 3.701, + 3.594, 1411, - 3.06, + 3.067, 1434, - 2.458, + 2.465, 1459, - 2.0, + 2.006, 1465, - 3.737, + 3.74, 1472, - 4.145, + 4.15, 1559, - 3.042, + 3.05, 1597, - 2.841, + 2.85, 1658, - 3.481, + 3.491, 1675, - 2.645, + 2.652, 1814, - 4.908, + 4.867, 1884, - 3.578, + 3.584, 1908, - 3.809, + 3.815, 1911, - 3.663, + 3.67, 1938, - 10.295, + 10.297, 1941, - 3.838, + 3.849, 2024, - 2.218, + 2.224, 2027, - 4.173, + 4.18, 2066, - 3.307, + 3.241, 2095, - 2.936, + 2.944, 2158, - 3.307, + 3.316, 2164, - 2.12, + 2.126, 2182, - 2.516, + 2.523, 2190, - 2.841, + 2.85, 2299, - 3.389, + 3.399, 2330, - 3.232, + 3.241, 2344, - 4.003, + 4.015, 2389, - 2.841, + 2.85, 2657, - 2.757, + 2.765, 2683, - 3.481, + 3.491, 2750, - 3.1, + 3.109, 3140, - 3.389, + 3.399, 3351, - 3.838, + 3.849, 3365, - 5.389, + 5.4, 3400, - 5.218, + 5.229, 3411, - 3.307, + 3.241, 3700, - 4.21, + 4.222, 3717, - 4.003, + 4.015, 3803, - 7.229, + 7.24, 3902, - 3.1, + 3.109, 4553, - 4.003, + 4.015, 4745, - 2.987, + 2.995, 4918, - 9.352, + 9.356, 5425, - 3.164, - 7332, - 4.486, - 7509, - 9.091, - 8511, - 4.486, - 8650, - 4.906, - 8651, - 4.906, - 8652, - 4.486, - 8653, - 4.906, - 8654, - 4.906, - 8655, - 4.486, - 8656, - 4.486, - 8657, - 4.906, - 8658, - 4.906, - 8659, - 4.906, - 8660, - 4.906, - 8661, - 4.906, - 8662, - 4.906, - 8663, - 7.144, - 8664, - 6.533, - 8665, - 4.906, - 8666, - 4.906, - 8667, - 7.144, - 8668, - 4.906, - 8669, - 4.906, - 8670, - 4.906, - 8671, - 4.906, - 8672, - 4.906, - 8673, - 4.906, - 8674, - 4.906, - 8675, - 4.906, - 8676, - 4.906, - 8677, - 4.906, - 8678, - 4.906, - 8679, - 4.906, - 8680, - 4.906, - 8681, - 4.906, - 8682, - 9.688, + 3.173, + 7346, + 4.499, + 7523, + 9.099, + 8537, + 4.499, 8683, - 4.906, + 4.92, 8684, - 4.906, + 4.92, 8685, - 4.906, + 4.499, 8686, - 4.906, + 4.92, 8687, - 4.906, + 4.92, 8688, - 4.906, + 4.499, 8689, - 4.906, + 4.499, 8690, - 4.906, + 4.92, 8691, - 4.906, + 4.92, 8692, - 4.906, + 4.92, 8693, - 4.906, + 4.92, 8694, - 4.906, + 4.92, 8695, - 4.906, + 4.92, 8696, - 4.906, + 7.159, 8697, - 4.906, + 6.546, 8698, - 4.906, + 4.92, 8699, - 4.906, + 4.92, 8700, - 4.906, + 7.159, 8701, - 4.486, + 4.92, 8702, - 4.906, + 4.92, 8703, - 4.906, + 4.92, 8704, - 4.906, + 4.92, 8705, - 4.906, + 4.92, 8706, - 4.906, + 4.92, 8707, - 4.906, + 4.92, 8708, - 4.21 + 4.92, + 8709, + 4.92, + 8710, + 4.92, + 8711, + 4.92, + 8712, + 4.92, + 8713, + 4.92, + 8714, + 4.92, + 8715, + 9.697, + 8716, + 4.92, + 8717, + 4.92, + 8718, + 4.92, + 8719, + 4.92, + 8720, + 4.92, + 8721, + 4.92, + 8722, + 4.92, + 8723, + 4.92, + 8724, + 4.92, + 8725, + 4.92, + 8726, + 4.92, + 8727, + 4.92, + 8728, + 4.92, + 8729, + 4.92, + 8730, + 4.92, + 8731, + 4.92, + 8732, + 4.92, + 8733, + 4.92, + 8734, + 4.499, + 8735, + 4.92, + 8736, + 4.92, + 8737, + 4.92, + 8738, + 4.92, + 8739, + 4.92, + 8740, + 4.92, + 8741, + 4.222 ] ], [ @@ -88874,217 +89018,217 @@ "data/ref/stable/coroutine", [ 7, - 1.311, + 1.312, 9, - 1.949, + 1.954, 10, - 1.988, + 1.99, 18, 1.137, 20, - 1.475, + 1.476, 30, - 3.948, + 3.952, 36, - 2.157, + 2.159, 46, - 1.141, + 1.142, 57, - 1.272, + 1.273, 59, - 0.519, + 0.52, 60, - 3.01, + 3.012, 77, - 2.164, + 2.166, 79, 0.989, 99, - 0.985, + 0.986, 100, - 1.078, + 1.081, 103, - 1.323, + 1.326, 106, - 1.647, + 1.649, 107, - 2.111, + 2.113, 113, - 1.151, + 1.154, 122, - 1.789, + 1.794, 126, - 1.825, + 1.827, 153, - 1.304, + 1.307, 160, - 2.364, + 2.354, 165, - 3.235, + 3.237, 169, - 1.479, + 1.48, 177, - 2.813, + 2.817, 201, - 2.066, + 2.069, 202, - 1.877, + 1.87, 226, - 1.599, + 1.603, 240, - 2.971, + 2.973, 241, - 1.969, + 1.971, 244, - 3.089, + 3.071, 260, - 1.937, + 1.942, 268, - 2.401, + 2.402, 273, - 1.973, + 1.977, 287, - 3.97, + 3.979, 334, - 3.184, + 3.191, 387, - 2.027, + 2.032, 442, - 2.574, + 2.58, 489, - 2.674, + 2.681, 500, - 2.917, + 2.922, 534, - 2.701, + 2.707, 553, - 2.858, + 2.862, 556, - 2.362, + 2.367, 620, - 4.149, + 4.156, 672, - 4.861, + 4.818, 747, - 3.23, + 3.237, 749, - 5.431, + 5.436, 752, - 2.648, + 2.654, 765, - 2.801, + 2.806, 811, - 5.176, + 5.18, 859, - 2.879, + 2.886, 866, - 2.141, + 2.146, 879, - 4.705, + 4.713, 912, - 3.706, + 3.715, 919, - 4.1, + 4.106, 931, - 1.59, + 1.577, 987, - 3.058, + 3.065, 1025, - 2.271, + 2.276, 1082, - 5.052, + 5.061, 1138, - 4.931, + 4.943, 1218, - 7.051, + 7.059, 1296, - 3.425, + 3.43, 1336, - 4.689, + 4.7, 1406, - 2.623, + 2.629, 1415, - 3.97, + 3.979, 1434, - 4.005, + 4.012, 1459, - 4.523, + 4.526, 1465, - 2.027, + 2.032, 1472, - 2.574, + 2.58, 1475, - 4.077, + 4.087, 1497, - 4.496, + 4.507, 1662, - 4.977, + 4.98, 1713, - 3.019, + 3.027, 1973, - 3.439, + 3.447, 2297, - 6.975, + 6.98, 2631, - 5.052, + 5.061, 2994, - 5.267, + 5.276, 3251, - 4.689, + 4.7, 3415, - 5.023, + 5.03, 3501, - 4.496, + 4.507, 3569, - 3.97, + 3.979, 3610, - 3.098, + 3.105, 4207, - 5.523, + 5.532, 4339, - 5.255, + 5.268, 4723, - 9.709, + 9.238, 5178, - 10.192, + 10.194, 5534, - 8.965, + 8.972, 5974, - 4.689, - 7123, - 4.335, - 8709, - 5.747, - 8710, - 5.747, - 8711, - 7.995, - 8712, - 7.995, - 8713, - 5.747, - 8714, - 4.496, - 8715, - 5.747, - 8716, - 5.747, - 8717, - 7.995, - 8718, - 5.747, - 8719, - 5.747, - 8720, - 5.747, - 8721, - 5.255, - 8722, - 5.747, - 8723, - 5.747, - 8724, - 5.255 + 4.7, + 7137, + 4.346, + 8742, + 5.761, + 8743, + 5.761, + 8744, + 8.008, + 8745, + 8.008, + 8746, + 5.761, + 8747, + 4.507, + 8748, + 5.761, + 8749, + 5.761, + 8750, + 8.008, + 8751, + 5.761, + 8752, + 5.761, + 8753, + 5.761, + 8754, + 5.268, + 8755, + 5.761, + 8756, + 5.761, + 8757, + 5.268 ] ], [ @@ -89098,139 +89242,139 @@ "data/ref/stable/dmSSLSocket", [ 18, - 1.047, + 1.048, 38, - 0.815, + 0.816, 46, - 1.047, + 1.049, 57, - 1.403, + 1.404, 79, 1.003, 90, - 1.749, + 1.752, 99, 1.072, 142, - 2.8, + 2.802, 177, - 2.881, + 2.884, 202, - 2.398, + 2.387, 226, - 2.042, + 2.045, 229, - 2.213, + 2.214, 247, - 2.427, + 2.431, 273, - 1.812, + 1.814, 287, - 5.07, + 5.077, 330, - 2.34, + 2.344, 479, - 4.115, + 4.118, 483, - 6.203, + 6.209, 510, - 2.696, + 2.7, 716, - 6.619, + 6.622, 874, - 4.828, + 4.833, 891, - 3.194, + 3.197, 1025, - 3.72, + 3.724, 1041, - 4.959, + 4.961, 1055, - 7.116, + 7.117, 1078, - 8.755, + 8.759, 1202, - 3.484, + 3.49, 1588, - 3.596, + 3.602, 1621, - 5.748, + 5.75, 1714, - 5.36, + 5.369, 1814, - 3.318, + 3.292, 2540, - 5.216, + 5.221, 2548, - 4.319, + 4.325, 2779, - 3.809, + 3.814, 3067, - 5.742, + 5.75, 3594, - 7.594, + 7.599, 3646, - 3.905, + 3.911, 3984, - 5.291, + 5.221, 4198, - 6.297, + 6.307, 4783, - 5.36, + 5.369, 4857, - 6.352, + 6.356, 6473, - 4.066, + 4.072, 6766, - 6.68, - 8151, - 4.947, - 8725, - 7.339, - 8726, - 7.339, - 8727, - 6.711, - 8728, - 8.61, - 8729, - 8.08, - 8730, - 7.339, - 8731, - 11.606, - 8732, - 10.03, - 8733, - 7.339, - 8734, - 6.711, - 8735, - 7.339, - 8736, - 7.339, - 8737, - 5.36, - 8738, - 7.339, - 8739, - 7.339, - 8740, - 6.711, - 8741, - 7.339, - 8742, - 7.339, - 8743, - 7.339, - 8744, - 7.339, - 8745, - 7.339, - 8746, - 7.339, - 8747, - 7.339 + 6.687, + 8177, + 4.954, + 8758, + 7.35, + 8759, + 7.35, + 8760, + 6.721, + 8761, + 8.619, + 8762, + 8.088, + 8763, + 7.35, + 8764, + 11.611, + 8765, + 10.035, + 8766, + 7.35, + 8767, + 6.721, + 8768, + 7.35, + 8769, + 7.35, + 8770, + 5.369, + 8771, + 7.35, + 8772, + 7.35, + 8773, + 6.721, + 8774, + 7.35, + 8775, + 7.35, + 8776, + 7.35, + 8777, + 7.35, + 8778, + 7.35, + 8779, + 7.35, + 8780, + 7.35 ] ], [ @@ -89246,217 +89390,217 @@ 18, 1.157, 36, - 2.013, + 2.015, 38, - 0.71, + 0.712, 46, - 0.912, + 0.914, 56, - 1.644, + 1.649, 57, - 1.473, + 1.474, 79, 1.032, 86, - 3.521, + 3.524, 90, - 2.405, + 2.408, 99, - 0.945, + 0.946, 110, - 3.839, + 3.844, 122, - 3.142, + 3.146, 126, - 1.269, + 1.272, 133, - 5.514, + 5.52, 141, - 1.563, + 1.568, 175, - 5.498, + 5.499, 201, - 1.932, + 1.935, 202, - 3.297, + 3.28, 210, - 4.081, + 4.086, 216, - 1.669, + 1.674, 241, - 0.904, + 0.907, 244, - 1.632, + 1.625, 247, - 3.214, + 3.218, 263, - 3.743, + 3.744, 324, - 5.756, + 5.762, 330, - 1.347, + 1.351, 351, - 3.317, + 3.325, 553, - 1.51, + 1.515, 563, - 5.837, + 5.734, 568, - 5.979, + 5.984, 590, - 1.75, + 1.755, 608, - 2.092, + 2.099, 634, - 1.669, + 1.674, 711, - 3.824, + 3.834, 819, - 5.718, + 5.725, 878, - 7.784, + 7.787, 1019, - 1.596, + 1.601, 1109, - 4.892, + 4.897, 1126, - 2.116, + 2.099, 1153, - 4.884, + 4.889, 1208, - 6.327, + 6.333, 1434, - 2.116, + 2.123, 1465, - 1.49, + 1.494, 1621, - 2.14, + 2.147, 1636, - 6.019, + 6.025, 1814, - 1.909, + 1.898, 1858, - 2.783, + 2.791, 1911, - 4.409, + 4.416, 1982, - 2.116, + 2.099, 1991, - 3.085, + 3.095, 2083, - 4.415, + 4.426, 2155, - 4.972, + 4.982, 2164, - 1.825, + 1.831, 2656, - 8.026, + 8.033, 2690, - 2.446, + 2.454, 2779, - 5.719, + 5.723, 2780, - 6.024, + 6.032, 3105, - 3.304, + 3.315, 3425, - 3.304, + 3.315, 3646, - 5.864, + 5.868, 3712, - 4.168, + 4.175, 4262, - 7.378, + 7.39, 4465, - 2.847, + 2.856, 4646, - 7.371, + 7.379, 6473, - 2.34, + 2.347, 6763, - 6.444, + 6.449, 6766, - 6.893, - 7311, - 2.783, - 7425, - 5.215, - 8008, - 7.33, - 8748, - 4.224, - 8749, - 6.392, - 8750, - 6.392, - 8751, - 4.224, - 8752, - 4.224, - 8753, - 4.224, - 8754, - 4.224, - 8755, - 4.224, - 8756, - 4.224, - 8757, - 4.224, - 8758, - 4.224, - 8759, - 9.717, - 8760, - 4.224, - 8761, - 4.224, - 8762, - 4.224, - 8763, - 10.092, - 8764, - 10.092, - 8765, - 11.413, - 8766, - 4.224, - 8767, - 4.224, - 8768, - 4.224, - 8769, - 4.224, - 8770, - 4.224, - 8771, - 4.224, - 8772, - 4.224, - 8773, - 4.224, - 8774, - 4.224, - 8775, - 4.224, - 8776, - 4.224, - 8777, - 4.224, - 8778, - 4.224, - 8779, - 4.224, - 8780, - 4.224, + 6.902, + 7325, + 2.791, + 7439, + 5.228, + 8034, + 7.339, 8781, - 4.224, + 4.237, 8782, - 4.224, + 6.407, 8783, - 4.224, + 6.407, 8784, - 4.224 + 4.237, + 8785, + 4.237, + 8786, + 4.237, + 8787, + 4.237, + 8788, + 4.237, + 8789, + 4.237, + 8790, + 4.237, + 8791, + 4.237, + 8792, + 9.729, + 8793, + 4.237, + 8794, + 4.237, + 8795, + 4.237, + 8796, + 10.103, + 8797, + 10.103, + 8798, + 11.42, + 8799, + 4.237, + 8800, + 4.237, + 8801, + 4.237, + 8802, + 4.237, + 8803, + 4.237, + 8804, + 4.237, + 8805, + 4.237, + 8806, + 4.237, + 8807, + 4.237, + 8808, + 4.237, + 8809, + 4.237, + 8810, + 4.237, + 8811, + 4.237, + 8812, + 4.237, + 8813, + 4.237, + 8814, + 4.237, + 8815, + 4.237, + 8816, + 4.237, + 8817, + 4.237 ] ], [ @@ -89470,1363 +89614,1505 @@ "data/ref/stable/editor", [ 0, - 0.105, + 0.094, 1, - 2.038, + 1.943, 7, - 1.078, + 1.034, 8, - 1.997, + 1.89, 9, - 0.548, + 0.494, 10, - 0.84, + 0.773, 15, - 0.673, + 0.603, 18, - 1.116, + 1.11, 20, - 1.375, + 1.412, 30, - 0.61, + 1.179, 36, - 2.055, + 2.019, 38, - 1.124, + 1.12, 42, - 0.414, + 0.376, 46, - 1.407, + 1.444, 49, - 3.993, + 4.006, 50, - 1.593, + 1.452, 52, - 1.49, + 1.388, 54, - 3.561, + 3.381, 55, - 0.774, + 0.698, 57, - 1.378, + 1.348, 59, - 0.719, + 0.685, 60, - 1.81, + 1.825, 62, - 1.43, + 1.32, 67, - 0.431, + 0.386, 69, - 1.602, + 1.467, 70, - 1.637, + 1.506, 77, 0.977, 78, - 0.382, + 0.342, 79, - 1.031, + 1.029, 80, - 1.385, + 1.249, 83, - 5.311, + 5.076, 85, - 2.326, + 2.139, 86, - 1.262, + 2.255, 90, - 1.492, + 1.697, 91, - 1.327, + 2.921, 92, - 0.345, + 0.584, 93, - 1.471, + 1.334, 94, - 1.338, + 1.22, 95, - 1.586, + 1.452, 96, - 3.762, + 3.717, 97, - 1.469, + 1.365, 99, - 1.031, + 1.019, 100, - 1.89, + 1.93, 102, - 1.213, + 1.821, 103, - 0.995, + 0.919, 106, - 1.165, + 1.137, 107, - 0.74, + 0.68, 109, - 0.606, + 0.542, 111, - 0.359, + 0.322, 113, - 1.202, + 1.178, 122, - 0.895, + 0.972, 123, - 0.673, + 0.603, 124, - 0.995, + 0.902, 125, - 2.505, + 2.471, 126, - 2.17, + 2.142, + 128, + 2.618, 130, - 1.75, + 1.596, 133, - 0.47, + 0.421, 141, - 0.844, + 0.97, 142, - 1.285, + 1.499, 148, - 1.284, + 1.206, 149, - 0.615, + 0.554, 150, - 0.984, + 0.905, + 151, + 0.317, 153, - 0.652, + 0.595, 158, - 0.667, + 0.912, + 160, + 0.227, 165, - 2.424, + 2.322, 166, - 0.404, + 0.362, 168, - 3.941, + 3.741, 169, - 1.338, + 1.301, 170, - 1.307, + 1.197, + 172, + 1.558, 174, - 3.357, + 3.209, 175, - 2.359, + 2.329, 177, - 1.043, + 1.094, 196, - 0.558, + 0.503, 201, - 1.285, + 1.2, + 202, + 0.25, 207, - 0.286, + 0.256, 208, - 1.003, + 0.91, 210, - 4.132, + 4.205, 211, - 1.526, + 1.398, 212, - 2.195, + 2.033, 216, - 3.202, + 3.057, 226, - 0.8, + 0.729, 228, - 0.969, + 0.871, 229, - 1.273, + 1.51, 230, - 0.794, + 0.72, 231, - 1.279, + 1.171, 237, - 0.744, + 0.671, 238, - 0.483, + 0.433, 240, - 0.459, + 0.588, 241, - 1.393, + 1.31, 244, - 3.275, + 3.159, 247, - 1.56, + 1.445, 249, - 3.751, + 3.643, 254, - 1.894, + 1.727, 256, - 0.766, + 0.701, 257, - 1.864, + 1.727, 260, - 0.544, + 0.491, 263, - 2.135, + 2.943, 266, - 3.47, + 3.304, 268, - 2.137, + 2.093, 269, - 1.897, + 1.815, 273, - 0.71, + 0.647, 280, - 0.895, + 0.811, 285, - 1.022, + 0.927, 295, - 1.791, + 1.647, 301, - 1.721, + 1.561, 309, - 0.95, + 0.857, 313, - 0.337, + 0.302, 315, - 4.752, + 4.518, 323, - 0.515, + 0.461, 327, - 0.594, + 0.532, 329, - 2.1, + 1.914, 332, - 0.759, + 0.689, 337, - 5.683, + 5.469, 341, - 0.417, + 0.37, 342, - 0.385, + 0.345, 349, - 1.179, + 1.063, 351, - 0.446, + 0.4, 353, - 1.154, + 1.044, + 359, + 0.339, 361, - 1.915, + 1.754, 368, - 0.245, + 0.219, 369, - 0.58, + 0.519, 373, - 4.85, + 4.624, 374, - 5.226, + 4.989, 378, - 1.041, + 0.939, 380, - 2.13, + 1.995, 382, - 2.814, + 2.679, 383, - 1.894, + 1.727, 385, - 0.483, + 0.433, 387, - 0.569, + 2.073, 389, - 1.593, + 1.452, 392, - 0.566, + 0.725, 399, - 0.61, + 0.547, 411, - 5.714, + 5.601, 422, - 0.702, + 0.629, 428, - 3.039, + 2.824, 433, - 0.658, + 0.593, 442, - 0.723, + 0.652, 449, - 6.772, + 6.658, 450, - 0.702, + 0.629, 451, - 0.628, + 0.563, 456, - 1.837, + 1.682, 457, - 0.305, + 0.274, 472, - 0.396, + 0.355, 473, - 0.71, + 0.64, 479, - 1.906, + 1.771, 483, - 0.567, + 0.508, 489, - 0.4, + 0.359, 490, - 0.953, + 0.864, 496, - 1.809, + 1.663, 497, - 0.828, + 0.746, 502, - 0.567, + 0.508, + 504, + 2.676, 510, - 0.316, + 0.283, 515, - 1.001, + 0.903, 521, - 0.299, + 0.268, 523, - 0.446, + 0.4, 524, - 0.963, + 0.878, 533, - 0.476, + 0.427, 534, - 0.759, + 0.684, 543, - 0.648, + 0.584, 544, - 3.509, + 3.26, 546, - 0.464, + 0.415, 552, - 0.256, + 0.229, 553, - 3.413, + 3.326, 554, - 0.606, + 0.546, 556, - 0.353, + 0.317, 558, - 0.702, + 0.629, 561, - 0.723, + 0.656, + 563, + 3.645, 573, - 0.323, + 0.289, 574, - 0.413, + 0.37, 579, - 1.143, + 3.066, 590, - 0.356, + 0.319, 592, - 3.489, + 3.252, 594, - 1.325, + 1.208, 596, - 0.47, + 0.421, 600, - 2.073, + 1.914, 601, - 0.312, + 0.279, + 619, + 0.563, 631, - 0.426, + 0.382, 633, - 0.818, + 0.738, 634, - 1.346, + 1.233, 636, - 0.33, + 0.295, 638, - 0.544, + 0.487, 656, - 1.442, + 1.307, 666, - 1.503, + 1.363, 672, - 2.913, + 2.709, 673, - 0.935, + 0.843, 679, - 1.288, + 1.174, 685, - 0.658, + 0.593, 691, - 2.942, + 2.847, 692, - 0.606, + 0.546, 703, - 0.337, + 0.302, 708, - 1.145, + 1.033, + 713, + 0.405, 716, - 3.086, + 2.876, 740, - 0.436, + 0.391, 749, - 2.361, + 2.18, 750, - 2.095, + 1.934, 751, - 0.348, + 0.312, 761, - 0.61, + 0.547, 762, - 1.973, + 1.804, 771, - 1.062, + 0.963, 772, - 1.115, + 1.006, 773, - 0.585, + 0.527, 774, - 2.133, + 1.976, 784, - 2.1, + 1.914, 796, - 0.628, + 0.563, 801, - 1.409, + 1.284, 811, - 1.926, + 1.771, 827, - 1.321, + 1.198, 832, - 4.511, + 4.394, 834, - 1.688, + 1.546, 848, - 0.426, + 0.382, 856, - 1.154, + 1.052, 866, - 0.85, + 0.976, + 877, + 0.959, 891, - 0.975, + 0.889, 894, - 1.136, + 1.036, 898, - 1.021, + 0.931, 905, - 0.506, + 0.453, 915, - 1.307, + 1.197, 917, - 0.389, + 0.348, 919, - 0.441, + 0.395, 921, - 0.555, + 0.497, 925, - 0.567, + 0.508, + 931, + 0.566, 945, - 1.041, + 0.939, 948, - 0.901, + 0.817, 952, - 7.811, + 7.657, + 960, + 0.935, 977, - 0.458, + 0.41, 978, - 3.873, + 3.755, 996, - 2.19, + 2.022, 1025, - 2.659, + 2.507, 1029, - 1.409, + 1.271, 1034, - 0.619, + 0.558, 1035, - 4.775, + 4.502, 1039, - 2.096, + 2.544, 1046, - 1.365, + 1.568, 1047, - 0.766, + 0.691, 1052, - 0.848, + 0.765, 1062, - 1.571, + 1.432, 1067, - 0.527, + 0.476, 1081, - 0.983, + 0.886, 1104, - 0.299, + 0.268, 1109, - 3.791, + 4.24, 1139, - 1.282, + 1.163, 1140, - 2.634, + 2.462, 1155, - 3.993, + 3.816, 1157, - 0.452, + 0.405, 1166, - 0.498, + 0.446, 1173, - 4.608, + 4.451, 1180, - 0.47, - 1186, 0.421, + 1186, + 0.378, 1202, - 2.714, + 2.668, 1208, - 0.524, + 0.469, 1250, - 0.483, + 0.433, 1261, - 2.631, + 2.387, 1264, - 1.064, + 0.959, 1272, - 1.013, + 0.918, 1273, - 2.776, + 2.572, 1276, - 1.476, + 1.331, 1277, - 1.476, + 1.331, 1278, - 2.781, + 2.546, 1279, - 0.515, + 0.461, 1280, - 2.086, + 1.892, 1281, - 0.61, + 0.547, 1283, - 2.578, + 2.388, 1284, - 5.311, + 5.076, 1286, - 1.145, + 1.033, 1287, - 2.04, + 1.859, 1295, - 3.608, + 3.766, 1296, - 0.32, + 0.287, 1297, - 7.276, + 6.969, 1298, - 1.817, + 1.656, 1305, - 0.649, + 0.581, 1313, - 8.731, + 8.444, 1315, - 0.786, + 0.705, 1316, - 0.786, + 0.705, 1324, - 1.492, + 1.36, 1325, - 2.629, + 2.397, 1326, - 1.75, + 1.596, 1328, - 0.649, + 0.581, 1337, - 6.863, + 6.705, 1338, - 1.785, + 1.619, 1340, - 0.61, + 0.547, 1342, - 6.381, + 6.075, 1347, - 5.977, + 5.666, 1348, - 6.286, + 5.958, 1349, - 1.958, + 1.775, 1356, - 0.786, + 0.705, 1357, - 0.786, + 0.705, 1359, - 0.786, + 0.705, 1365, - 1.476, + 1.331, + 1367, + 1.063, 1370, - 1.476, + 1.331, 1371, - 1.476, + 1.331, 1372, - 3.709, + 3.423, 1373, - 1.385, + 1.249, 1379, - 2.195, + 2.014, 1390, - 0.786, + 0.705, 1391, - 2.629, + 2.397, 1392, - 0.786, + 0.705, 1396, - 0.786, + 0.705, 1397, - 0.786, + 0.705, 1398, - 0.786, + 0.705, 1402, - 0.786, + 0.705, 1403, - 1.365, + 1.244, 1404, - 0.649, + 0.581, 1405, - 0.786, + 0.705, 1406, - 1.973, + 2.301, 1407, - 0.786, + 0.705, 1409, - 1.785, + 1.619, 1410, - 0.786, + 0.705, 1411, - 3.853, + 3.822, 1413, - 2.631, + 2.429, 1414, - 0.786, + 0.705, 1417, - 0.786, + 0.705, 1418, - 4.314, + 3.996, 1419, - 3.709, + 3.423, 1426, - 1.75, + 1.596, 1427, - 0.594, + 0.532, 1429, - 1.088, + 0.981, 1430, - 0.786, + 0.705, 1432, - 0.907, + 0.818, 1433, - 0.786, + 0.705, 1434, - 1.441, + 1.313, 1435, - 0.673, + 0.603, 1437, - 0.649, + 0.581, 1438, - 0.673, + 0.603, 1440, - 0.983, + 0.886, 1442, - 0.702, + 0.629, 1443, - 0.786, + 0.705, 1447, - 1.862, + 1.688, 1456, - 2.924, + 2.678, 1459, - 1.585, + 1.457, 1462, - 2.086, + 1.892, 1463, - 0.524, + 0.469, 1465, - 3.367, + 3.414, 1467, - 0.786, + 0.705, 1468, - 0.786, + 0.705, 1469, - 0.786, + 0.705, 1470, - 0.786, + 0.705, 1471, - 1.424, + 1.298, 1472, - 2.687, + 2.741, 1477, - 1.476, + 1.331, 1478, - 1.218, + 1.098, 1496, - 1.115, + 1.006, 1502, - 0.828, + 0.746, 1503, - 0.673, + 0.603, 1504, - 0.702, + 0.629, 1505, - 0.738, + 0.661, 1516, - 1.476, + 1.331, 1517, - 1.476, + 1.331, 1519, - 1.317, + 1.188, 1523, - 2.086, + 1.892, 1528, - 0.786, + 0.705, 1530, - 0.786, + 0.705, 1532, - 1.041, + 0.939, 1549, - 1.317, + 1.188, 1569, - 0.786, + 0.705, 1628, - 0.669, + 0.603, 1638, - 0.544, + 0.487, 1661, - 0.809, + 0.729, 1667, - 2.169, + 1.977, 1696, - 0.983, + 0.886, 1769, - 0.396, + 0.355, 1770, - 0.524, + 0.469, 1773, - 1.503, + 1.363, + 1812, + 0.519, + 1823, + 0.871, 1848, - 1.02, + 0.92, 1884, - 0.365, + 0.327, 1885, - 0.498, + 0.446, 1901, - 2.942, + 2.734, 1912, - 0.649, + 0.581, 1928, - 0.87, + 0.785, 1929, - 0.458, + 0.405, 1942, - 0.907, + 0.818, 1946, - 1.179, + 1.063, 1979, - 1.389, + 1.26, 1982, - 0.431, + 0.382, 1989, - 0.921, + 0.83, 1997, - 0.491, + 0.44, 2006, - 3.004, + 3.55, 2042, - 0.476, + 0.427, 2043, - 0.628, + 0.563, 2050, - 2.467, + 2.249, 2057, - 4.387, + 4.144, 2078, - 0.544, + 0.487, 2123, - 0.491, + 0.44, 2142, - 0.567, + 0.508, 2143, - 0.567, + 0.508, 2158, - 1.538, + 1.395, + 2226, + 0.487, 2268, - 1.214, + 1.101, 2346, - 3.827, + 3.601, 2357, - 0.673, + 0.603, 2420, - 0.58, + 0.519, 2440, - 1.106, + 1.271, 2441, - 3.152, + 2.953, 2451, - 0.649, + 0.581, 2452, - 1.145, + 1.033, 2514, - 0.47, + 0.421, 2540, - 0.894, + 0.806, 2613, - 1.115, + 1.006, 2657, - 0.483, + 0.433, 2684, - 1.343, + 1.218, + 2719, + 1.688, 2752, - 0.673, + 0.603, 2770, - 0.702, + 0.629, 2775, - 0.87, + 0.785, 2777, - 1.218, + 1.098, 2834, - 0.649, + 2.697, 2851, - 1.218, + 1.098, 2863, - 1.263, + 1.139, 2978, - 0.61, + 0.547, 2994, - 1.064, + 0.959, 2999, - 0.649, + 0.581, 3155, - 1.476, + 1.331, 3176, - 2.571, + 2.354, 3177, - 2.933, + 2.697, 3182, - 1.218, + 1.098, 3203, - 1.263, + 1.139, 3224, - 0.567, + 0.508, 3252, - 0.58, + 0.519, 3253, - 1.785, + 1.619, 3261, - 0.649, + 0.581, 3273, - 0.702, + 0.629, 3340, - 0.786, + 0.705, + 3354, + 0.629, 3363, - 0.594, + 0.532, 3423, - 2.571, + 2.354, 3558, - 1.317, + 1.188, 3583, - 0.61, + 0.547, + 3630, + 1.331, 3674, - 1.721, + 1.561, + 3709, + 1.063, 3713, - 0.506, + 1.218, 3902, - 1.02, + 0.92, 3976, - 0.786, + 0.705, + 3984, + 0.427, + 4095, + 7.164, 4206, - 2.086, + 1.892, 4252, - 1.618, + 1.468, 4254, - 0.673, + 0.603, 4258, - 3.041, + 2.797, 4287, - 2.666, + 2.441, 4379, - 1.476, + 1.331, 4387, - 2.086, + 1.892, 4415, - 2.086, + 1.892, 4524, - 1.317, + 1.188, + 4595, + 0.92, 4698, - 1.088, + 0.981, 4832, - 6.339, + 6.123, 4862, - 1.958, + 1.775, 5345, - 0.786, + 0.705, 5359, - 0.786, + 0.705, 5360, - 0.786, + 0.705, 5361, - 0.786, + 0.705, 5362, - 0.786, + 0.705, 5363, - 1.476, + 1.331, 5366, - 2.346, + 2.139, 5367, - 2.629, + 2.397, 5372, - 0.786, + 0.705, 5374, - 0.786, + 0.705, 5375, - 1.476, + 1.331, 5376, - 1.476, + 1.331, 5377, - 2.629, + 2.397, 5379, - 1.385, + 1.249, 5380, - 0.786, + 0.705, 5381, - 2.629, + 2.397, 5382, - 0.786, + 0.705, 5384, - 2.467, + 2.249, 5385, - 0.786, + 0.705, + 5391, + 6.179, 5394, - 1.476, + 1.331, 5403, - 0.786, + 0.705, 5409, - 0.786, + 0.705, + 5454, + 7.427, + 5458, + 9.136, + 5463, + 0.705, + 5465, + 0.705, + 5466, + 0.705, + 5468, + 0.705, + 5470, + 0.705, + 5474, + 0.705, 5481, - 0.786, + 0.705, 5488, - 4.645, + 4.316, 5782, - 1.385, + 1.249, 6127, - 0.61, + 0.532, 6180, - 0.738, + 0.661, 6304, - 0.786, + 0.705, 6443, - 0.738, + 0.661, 6958, - 2.839, - 7001, - 0.524, - 7095, - 0.673, - 7110, - 1.476, - 7435, - 0.649, - 7491, - 1.317, - 8416, - 1.385, - 8451, - 1.385, - 8785, - 0.86, - 8786, - 0.86, - 8787, - 0.86, - 8788, - 0.86, - 8789, - 0.86, - 8790, - 0.86, - 8791, - 0.86, - 8792, - 1.958, - 8793, - 0.86, - 8794, - 0.86, - 8795, - 0.86, - 8796, - 0.86, - 8797, - 1.614, - 8798, - 1.614, - 8799, - 1.614, - 8800, - 1.476, - 8801, - 0.786, - 8802, - 0.86, - 8803, - 0.86, - 8804, - 0.86, - 8805, - 0.86, - 8806, - 0.86, - 8807, - 0.86, - 8808, - 0.86, - 8809, - 0.86, - 8810, - 2.281, - 8811, - 0.86, - 8812, - 0.86, - 8813, - 0.86, - 8814, - 0.86, - 8815, - 0.86, - 8816, - 1.614, - 8817, - 0.86, + 2.611, + 6997, + 0.705, + 7006, + 0.469, + 7102, + 0.629, + 7109, + 0.603, + 7124, + 1.331, + 7405, + 1.892, + 7449, + 0.581, + 7505, + 1.188, + 8442, + 1.249, + 8477, + 1.249, 8818, - 0.86, + 0.771, 8819, - 0.86, + 0.771, 8820, - 0.86, + 0.771, 8821, - 0.86, + 0.771, 8822, - 0.86, + 0.771, 8823, - 0.86, + 0.771, 8824, - 0.86, + 0.771, 8825, - 7.14, + 1.775, 8826, - 0.86, + 0.771, 8827, - 0.86, + 0.771, 8828, - 0.86, + 0.771, 8829, - 0.86, + 0.771, 8830, - 0.86, + 1.456, 8831, - 0.86, + 1.456, 8832, - 3.408, + 1.456, 8833, - 3.408, + 1.331, 8834, - 3.408, + 0.705, 8835, - 0.86, + 0.771, 8836, - 1.614, + 0.771, 8837, - 0.86, + 0.771, 8838, - 9.083, + 0.771, 8839, - 4.718, + 0.771, 8840, - 6.942, + 1.456, 8841, - 6.942, + 0.771, 8842, - 7.326, + 0.771, 8843, - 9.405, + 0.771, 8844, - 9.405, + 5.342, 8845, - 7.326, + 5.342, 8846, - 0.86, + 5.62, 8847, - 0.86, + 5.342, 8848, - 1.614, + 0.771, 8849, - 0.86, + 0.771, 8850, - 0.86, + 0.771, 8851, - 4.322, + 0.771, 8852, - 4.718, + 0.771, 8853, - 4.322, + 0.771, 8854, - 4.322, + 0.771, 8855, - 4.322, + 1.456, 8856, - 4.718, + 0.771, 8857, - 4.322, + 0.771, 8858, - 0.86, + 0.771, 8859, - 0.86, + 0.771, 8860, - 0.86, + 0.771, 8861, - 2.875, + 0.771, 8862, - 0.86, + 1.456, 8863, - 0.86, + 0.771, 8864, - 0.86, + 0.771, 8865, - 0.86, + 0.771, 8866, - 2.875, + 1.456, 8867, - 0.86, + 0.771, 8868, - 1.614, + 0.771, 8869, - 1.614, + 0.771, 8870, - 0.86, + 0.771, 8871, - 2.281, + 0.771, 8872, - 1.614, + 0.771, 8873, - 0.86, + 0.771, 8874, - 0.86, + 0.771, 8875, - 0.86, + 0.771, 8876, - 1.614, + 0.771, 8877, - 0.86, + 0.771, 8878, - 0.86, + 2.069, 8879, - 0.86, + 0.771, 8880, - 0.86, + 0.771, 8881, - 0.86, + 0.771, 8882, - 3.408, + 0.771, 8883, - 1.614, + 0.771, 8884, - 1.614, + 1.456, 8885, - 1.614, + 0.771, 8886, - 1.614, + 0.771, 8887, - 1.614, + 0.771, 8888, - 1.476, + 0.771, 8889, - 1.614, + 0.771, 8890, - 0.86, + 0.771, 8891, - 0.86, + 0.771, 8892, - 0.86, + 0.771, 8893, - 1.614, + 6.757, 8894, - 0.86, + 0.771, 8895, - 0.86, + 0.771, 8896, - 0.86, + 0.771, 8897, - 0.86, + 0.771, 8898, - 3.888, + 0.771, 8899, - 2.281, + 0.771, 8900, - 2.281, + 3.121, 8901, - 2.281, + 3.121, 8902, - 2.281, + 3.121, 8903, - 2.281, + 0.771, 8904, - 2.281, + 1.456, 8905, - 1.614, + 0.771, 8906, - 0.86, + 8.748, 8907, - 0.86, + 4.37, 8908, - 1.614, + 6.558, 8909, - 0.86, + 6.558, 8910, - 0.86, + 6.944, 8911, - 4.718, + 9.085, 8912, - 0.86, + 9.085, 8913, - 0.86, + 6.944, 8914, - 0.86, + 0.771, 8915, - 1.614, + 0.771, 8916, - 1.614, + 1.456, 8917, - 0.86, + 0.771, 8918, - 1.614, + 0.771, 8919, - 0.86, + 3.99, 8920, - 1.614, + 4.37, 8921, - 0.86, + 3.99, 8922, - 1.614, + 3.99, 8923, - 0.86, + 3.99, 8924, - 0.86, + 4.37, 8925, - 0.86, + 3.99, 8926, - 0.86, + 0.771, 8927, - 0.86, + 0.771, 8928, - 1.614, + 0.771, 8929, - 0.86, + 2.621, 8930, - 0.86, + 0.771, 8931, - 2.281, + 0.771, 8932, - 2.281, + 0.771, 8933, - 1.614, + 0.771, 8934, - 0.86, + 2.621, 8935, - 0.86, + 0.771, 8936, - 0.86, + 1.456, 8937, - 0.86, + 1.456, 8938, - 1.614, + 0.771, 8939, - 1.614, + 2.069, 8940, - 0.86, + 1.456, 8941, - 0.86, + 0.771, 8942, - 0.86, + 0.771, 8943, - 0.86, + 0.771, 8944, - 0.86, + 1.456, 8945, - 0.86, + 0.771, 8946, - 0.86, + 0.771, 8947, - 1.614, + 0.771, 8948, - 0.86, + 0.771, 8949, - 1.614, + 0.771, 8950, - 2.281, + 3.121, 8951, - 0.86, + 1.456, 8952, - 0.86, + 1.456, 8953, - 0.86, + 1.456, 8954, - 0.86, + 1.456, 8955, - 0.86, + 1.456, 8956, - 0.86, + 1.331, 8957, - 0.86, + 1.456, 8958, - 0.86, + 0.771, 8959, - 0.86, + 0.771, 8960, - 0.86, + 0.771, 8961, - 0.86, + 1.456, 8962, - 0.86, + 0.771, 8963, - 0.86, + 0.771, 8964, - 0.86, + 0.771, 8965, - 2.875, + 0.771, 8966, - 2.875, + 3.575, 8967, - 0.86, + 2.069, 8968, - 0.86, + 2.069, 8969, - 1.614, + 2.069, 8970, - 1.614, + 2.069, 8971, - 0.86, + 2.069, 8972, - 0.86, + 2.069, 8973, - 0.86, + 1.456, 8974, - 0.86, + 0.771, 8975, - 0.86, + 0.771, 8976, - 0.86, + 1.456, 8977, - 0.86, + 0.771, 8978, - 0.86, + 0.771, 8979, - 0.86, + 4.37, 8980, - 2.875, + 0.771, 8981, - 0.86, + 0.771, 8982, - 1.614, + 0.771, 8983, - 0.86, + 1.456, 8984, - 0.86, + 1.456, 8985, - 0.86, + 0.771, 8986, - 0.86, + 1.456, 8987, - 2.281 + 0.771, + 8988, + 1.456, + 8989, + 0.771, + 8990, + 1.456, + 8991, + 0.771, + 8992, + 0.771, + 8993, + 0.771, + 8994, + 0.771, + 8995, + 0.771, + 8996, + 1.456, + 8997, + 0.771, + 8998, + 0.771, + 8999, + 2.069, + 9000, + 2.069, + 9001, + 1.456, + 9002, + 0.771, + 9003, + 0.771, + 9004, + 0.771, + 9005, + 0.771, + 9006, + 1.456, + 9007, + 1.456, + 9008, + 0.771, + 9009, + 0.771, + 9010, + 0.771, + 9011, + 0.771, + 9012, + 0.771, + 9013, + 0.771, + 9014, + 0.771, + 9015, + 1.456, + 9016, + 0.771, + 9017, + 1.456, + 9018, + 2.069, + 9019, + 0.771, + 9020, + 0.771, + 9021, + 0.771, + 9022, + 0.771, + 9023, + 0.771, + 9024, + 0.771, + 9025, + 0.771, + 9026, + 0.771, + 9027, + 0.771, + 9028, + 0.771, + 9029, + 0.771, + 9030, + 0.771, + 9031, + 0.771, + 9032, + 0.771, + 9033, + 2.621, + 9034, + 2.621, + 9035, + 0.771, + 9036, + 0.771, + 9037, + 1.456, + 9038, + 1.456, + 9039, + 0.771, + 9040, + 0.771, + 9041, + 0.771, + 9042, + 0.771, + 9043, + 0.771, + 9044, + 0.771, + 9045, + 0.771, + 9046, + 0.771, + 9047, + 0.771, + 9048, + 2.621, + 9049, + 0.771, + 9050, + 1.456, + 9051, + 0.771, + 9052, + 0.771, + 9053, + 0.771, + 9054, + 0.771, + 9055, + 2.069 ] ], [ @@ -90852,77 +91138,77 @@ 79, 0.74, 99, - 0.773, + 0.774, 158, - 2.545, + 2.547, 169, 1.734, 241, - 1.864, + 1.866, 342, - 3.9, + 3.903, 394, - 6.177, + 6.181, 574, - 4.176, + 4.18, 928, - 7.233, + 7.237, 962, - 4.092, + 4.095, 1019, - 4.403, + 4.405, 1295, - 4.372, + 4.373, 1428, - 4.757, + 4.761, 1515, - 7.962, + 7.968, 1901, - 6.504, + 6.506, 2190, - 5.042, + 5.046, 2360, - 4.693, + 4.697, 2477, - 7.962, + 7.968, 4802, - 9.636, + 9.639, 4805, - 7.471, + 7.476, 5598, - 7.104, + 7.11, 5944, - 7.962, + 7.968, 6763, - 4.966, + 4.969, 6766, - 6.177, - 7123, - 8.79, - 7437, - 7.962, - 8988, - 8.707, - 8989, - 7.962, - 8990, - 8.707, - 8991, - 8.707, - 8992, - 8.707, - 8993, - 7.471, - 8994, - 8.707, - 8995, - 8.707, - 8996, - 8.707, - 8997, - 10.471, - 8998, - 8.707 + 6.181, + 7137, + 8.792, + 7451, + 7.968, + 9056, + 8.713, + 9057, + 7.968, + 9058, + 8.713, + 9059, + 8.713, + 9060, + 8.713, + 9061, + 7.476, + 9062, + 8.713, + 9063, + 8.713, + 9064, + 8.713, + 9065, + 10.476, + 9066, + 8.713 ] ], [ @@ -90936,87 +91222,87 @@ "data/ref/stable/dmAtomic", [ 18, - 0.66, + 0.661, 20, - 0.972, + 0.973, 36, - 1.874, + 1.875, 57, - 1.528, + 1.529, 90, - 2.611, + 2.612, 99, - 1.125, + 1.126, 110, - 3.712, + 3.716, 113, - 1.882, + 1.884, 141, - 2.705, + 2.71, 158, - 2.747, + 2.749, 241, 2.661, 263, - 3.7, + 3.701, 268, - 1.493, + 1.495, 407, - 4.622, + 4.629, 555, - 2.943, + 2.928, 560, - 7.327, + 7.33, 890, - 4.875, + 4.88, 1428, - 3.996, + 4.002, 2100, - 5.342, + 5.35, 2190, - 4.236, + 4.242, 2871, - 4.171, + 4.177, 3695, - 5.342, + 5.35, 3713, - 4.304, + 4.31, 6473, - 6.533, + 6.535, 6798, - 6.275, - 8008, - 9.291, - 8999, - 7.313, - 9000, - 11.945, - 9001, - 12.675, - 9002, - 7.313, - 9003, - 9.395, - 9004, - 7.313, - 9005, - 7.313, - 9006, - 9.395, - 9007, - 7.313, - 9008, - 7.313, - 9009, - 9.395, - 9010, - 7.313, - 9011, - 7.313, - 9012, - 7.313, - 9013, - 9.395 + 6.285, + 8034, + 9.293, + 9067, + 7.324, + 9068, + 11.949, + 9069, + 12.676, + 9070, + 7.324, + 9071, + 9.404, + 9072, + 7.324, + 9073, + 7.324, + 9074, + 9.404, + 9075, + 7.324, + 9076, + 7.324, + 9077, + 9.404, + 9078, + 7.324, + 9079, + 7.324, + 9080, + 7.324, + 9081, + 9.404 ] ], [ @@ -91030,197 +91316,197 @@ "data/ref/stable/dmDDF", [ 7, - 0.813, + 0.815, 8, - 2.428, + 2.431, 18, - 0.943, + 0.944, 46, - 1.491, + 1.492, 52, - 1.784, + 1.788, 57, - 0.829, + 0.831, 77, - 1.342, + 1.345, 79, 0.926, 99, - 1.033, + 1.034, 100, - 1.216, + 1.219, 103, - 1.492, + 1.495, 106, - 1.161, + 1.163, 113, - 2.247, + 2.248, 132, - 3.591, + 3.594, 140, - 2.987, + 2.992, 158, - 1.895, + 1.899, 165, - 1.853, + 1.857, 169, - 0.964, + 0.966, 202, - 2.835, + 2.822, 224, - 4.096, + 4.104, 229, - 2.056, + 2.057, 247, - 3.237, + 3.24, 263, - 1.938, + 1.942, 266, - 4.977, + 4.98, 268, - 1.772, + 1.774, 273, - 1.6, + 1.603, 330, - 3.12, + 3.123, 333, - 2.455, + 2.458, 452, - 1.884, + 1.888, 479, - 3.257, + 3.261, 490, - 2.707, + 2.713, 554, - 2.432, + 2.437, 555, - 2.03, + 2.022, 601, - 2.348, + 2.353, 602, - 2.621, + 2.626, 603, - 2.707, + 2.713, 604, - 3.284, + 3.291, 702, - 3.247, + 3.253, 860, - 4.398, + 4.404, 874, - 5.017, + 5.022, 890, - 3.363, + 3.37, 901, - 2.801, + 2.806, 948, - 4.305, + 4.308, 999, - 2.987, + 2.992, 1017, - 4.598, + 4.607, 1019, - 3.28, + 3.284, 1025, - 4.876, + 4.877, 1039, - 3.494, + 3.501, 1041, - 5.385, + 5.387, 1164, - 5.193, + 5.2, 1403, - 3.077, + 3.083, 1597, - 3.754, + 3.761, 1602, - 3.176, + 3.182, 1698, - 4.018, + 4.026, 1955, - 4.598, + 4.607, 1991, - 4.734, + 4.743, 2007, - 4.096, + 4.104, 2360, - 3.494, + 3.501, 2514, - 4.742, + 4.748, 2542, - 4.018, + 4.026, 2723, - 5.289, + 5.299, 2736, - 6.625, + 6.627, 2779, - 5.655, + 5.658, 2854, - 4.179, + 4.188, 2952, - 3.494, + 3.501, 3134, - 3.878, + 3.886, 3273, - 5.289, + 5.299, 3603, - 4.096, + 4.104, 3646, - 3.449, + 3.456, 4069, - 7.045, + 7.05, 4098, - 4.018, + 4.026, 4857, - 6.495, + 6.499, 4877, - 5.927, + 5.938, 5211, - 4.096, + 4.104, 5598, - 8.528, + 8.535, 6473, - 6.036, + 6.04, 6763, - 6.215, - 7311, - 4.27, - 7320, - 8.64, - 7428, - 5.927, - 8151, - 4.369, - 9014, - 6.481, - 9015, - 6.481, - 9016, - 11.215, - 9017, - 9.786, - 9018, - 10.452, - 9019, - 10.78, - 9020, - 8.679, - 9021, - 6.481, - 9022, - 6.481, - 9023, - 6.481, - 9024, - 6.481, - 9025, - 6.481, - 9026, - 6.481, - 9027, - 6.481, - 9028, - 6.481 + 6.219, + 7325, + 4.278, + 7334, + 8.645, + 7442, + 5.938, + 8177, + 4.377, + 9082, + 6.494, + 9083, + 6.494, + 9084, + 11.221, + 9085, + 9.795, + 9086, + 10.46, + 9087, + 10.784, + 9088, + 8.691, + 9089, + 6.494, + 9090, + 6.494, + 9091, + 6.494, + 9092, + 6.494, + 9093, + 6.494, + 9094, + 6.494, + 9095, + 6.494, + 9096, + 6.494 ] ], [ @@ -91236,35 +91522,35 @@ 20, 1.582, 79, - 0.924, + 0.925, 99, 0.966, 160, - 3.217, + 3.2, 229, 1.995, 672, - 5.538, + 5.485, 1041, 5.381, 1465, 4.198, - 9029, - 9.29, - 9030, - 10.882, - 9031, - 10.882, - 9032, - 8.879, - 9033, - 9.29, - 9034, - 9.29, - 9035, - 10.882, - 9036, - 9.29 + 9097, + 9.294, + 9098, + 10.885, + 9099, + 10.885, + 9100, + 8.882, + 9101, + 9.294, + 9102, + 9.294, + 9103, + 10.885, + 9104, + 9.294 ] ], [ @@ -91278,205 +91564,205 @@ "data/ref/stable/dmConfigFile", [ 8, - 3.343, + 3.345, 18, - 1.022, + 1.023, 20, - 1.445, + 1.446, 30, - 2.434, + 2.44, 36, - 1.945, + 1.948, 38, - 1.208, + 1.209, 46, - 1.551, + 1.552, 52, - 1.773, + 1.777, 57, - 0.546, + 0.548, 59, - 0.7, + 0.702, 60, - 1.792, + 1.797, 77, - 2.02, + 2.023, 79, - 0.829, + 0.83, 86, - 3.896, + 3.898, 99, - 0.981, + 0.982, 100, - 0.801, + 0.803, 103, - 2.246, + 2.249, 106, - 1.154, + 1.156, 107, - 1.226, + 1.229, 113, - 1.954, + 1.957, 122, - 2.416, + 2.421, 125, - 1.298, + 1.302, 132, - 1.466, + 1.471, 143, - 2.068, + 2.075, 149, - 1.624, + 1.629, 158, - 2.961, + 2.964, 165, - 1.22, + 1.224, 172, - 5.461, + 5.414, 175, - 3.768, + 3.774, 177, - 1.306, + 1.31, 194, - 1.175, + 1.178, 211, - 2.885, + 2.892, 240, - 1.832, + 1.836, 241, - 0.914, + 0.917, 263, - 3.664, + 3.666, 264, - 2.598, + 2.606, 268, - 2.476, + 2.477, 294, - 6.202, + 6.207, 332, - 3.619, + 3.622, 358, - 1.966, + 1.972, 392, - 3.028, + 3.033, 479, - 3.243, + 3.248, 490, - 3.61, + 3.616, 552, - 1.269, + 1.273, 553, - 1.525, + 1.53, 622, - 2.068, + 2.075, 718, - 8.029, + 8.034, 752, - 1.966, + 1.972, 866, - 3.456, + 3.461, 880, - 3.122, + 3.13, 901, - 3.735, + 3.741, 916, - 4.705, + 4.716, 948, - 3.415, + 3.421, 999, - 5.66, + 5.661, 1061, - 8.034, + 8.036, 1063, - 3.027, + 3.037, 1067, - 3.308, + 3.312, 1272, - 4.968, + 4.972, 1296, - 3.634, + 3.639, 1341, - 3.027, + 3.037, 1459, - 3.977, + 3.981, 1465, - 2.736, + 2.742, 1636, - 2.471, + 2.479, 1814, - 5.061, + 5.018, 1982, - 4.33, + 4.289, 2164, - 4.699, + 4.703, 2440, - 2.068, + 2.075, 2469, - 6.132, + 6.142, 2542, - 3.993, + 4.003, 2555, - 2.696, + 2.705, 2656, - 3.219, + 3.229, 2779, - 6.032, + 6.035, 2780, - 6.463, + 6.47, 2908, - 4.45, + 4.46, 2952, - 2.3, + 2.308, 3646, - 6.185, + 6.188, 3712, - 4.19, + 4.197, 3713, - 4.566, + 4.575, 3797, - 2.751, + 2.76, 4146, - 3.902, + 3.914, 5889, - 3.482, - 8008, - 8.203, - 8655, - 3.902, - 9037, - 4.267, - 9038, - 4.267, - 9039, - 11.323, - 9040, - 9.33, - 9041, - 4.267, - 9042, - 4.267, - 9043, - 4.267, - 9044, - 4.267, - 9045, - 6.441, - 9046, - 4.267, - 9047, - 4.267, - 9048, - 3.482, - 9049, - 4.267, - 9050, - 4.267, - 9051, - 4.267, - 9052, - 4.267, - 9053, - 6.441 + 3.493, + 8034, + 8.209, + 8688, + 3.914, + 9105, + 4.281, + 9106, + 4.281, + 9107, + 11.331, + 9108, + 9.338, + 9109, + 4.281, + 9110, + 4.281, + 9111, + 4.281, + 9112, + 4.281, + 9113, + 6.457, + 9114, + 4.281, + 9115, + 4.281, + 9116, + 3.493, + 9117, + 4.281, + 9118, + 4.281, + 9119, + 4.281, + 9120, + 4.281, + 9121, + 6.457 ] ], [ @@ -91490,1307 +91776,1307 @@ "data/ref/stable/dmGameObject", [ 7, - 0.279, + 0.281, 8, - 0.861, + 0.865, 9, - 0.413, + 0.415, 10, - 0.823, + 0.826, 11, - 0.441, + 0.443, 18, 1.145, 20, - 1.388, + 1.389, 28, - 0.59, + 0.592, 30, - 0.46, + 0.462, 36, - 0.243, + 0.244, 38, - 1.117, + 1.118, 46, - 0.991, + 0.993, 48, - 3.641, + 3.652, 52, - 1.99, + 1.995, 55, - 1.477, + 1.483, 56, - 0.866, + 0.87, 57, - 1.484, + 1.485, 58, - 0.631, + 0.634, 59, - 0.45, + 0.452, 60, - 0.619, + 0.622, 69, - 0.572, + 0.574, 75, - 3.398, + 3.405, 77, - 1.551, + 1.554, 79, 0.968, 90, - 2.608, + 2.611, 92, - 2.662, + 2.669, 94, - 0.566, + 0.569, 95, - 3.232, + 3.24, 96, - 3.825, + 3.826, 97, - 1.442, + 1.447, 99, - 1.026, + 1.027, 100, - 1.303, + 1.307, 102, - 1.141, + 1.139, 103, - 2.147, + 2.15, 105, - 0.488, + 0.49, 106, - 1.295, + 1.298, 107, - 1.041, + 1.045, 108, - 0.358, + 0.359, 110, - 2.621, + 2.628, 111, - 0.508, + 0.51, 113, - 1.096, + 1.1, 115, - 1.626, + 1.633, 116, - 0.473, + 0.476, 117, - 0.716, + 0.719, 119, - 0.616, + 0.619, 121, - 0.736, + 0.74, 122, - 1.838, + 1.843, 125, - 1.796, + 1.801, 126, - 1.248, + 1.251, 128, - 1.886, + 1.873, 132, - 0.418, + 0.42, 133, - 2.08, + 2.088, 137, - 0.84, + 0.824, 140, - 0.56, + 0.563, 141, - 1.408, + 1.414, 142, - 1.132, + 1.136, 143, - 1.492, + 1.498, 144, - 1.617, + 1.624, 148, - 0.457, + 0.459, 149, - 1.689, + 1.695, 155, - 0.769, + 0.772, 156, - 0.716, + 0.719, 158, - 2.533, + 2.538, 165, - 2.56, + 2.565, 166, - 1.046, + 1.051, 168, - 0.639, + 0.642, 169, - 0.878, + 0.881, 170, - 3.261, + 3.267, 172, - 0.979, + 0.975, 174, - 1.809, + 1.815, 175, - 5.093, + 5.096, 177, - 2.212, + 2.217, 194, - 1.608, + 1.611, 196, - 0.421, + 0.423, 197, - 0.765, + 0.768, 201, - 0.273, + 0.275, 202, - 3.776, + 3.756, 203, - 0.656, + 0.659, 205, - 1.679, + 1.687, 207, - 0.405, + 0.407, 216, - 1.216, + 1.221, 226, - 1.642, + 1.647, 227, - 3.419, + 3.429, 228, - 0.946, + 0.942, 229, - 1.71, + 1.712, 239, - 0.535, + 0.538, 240, - 0.346, + 0.348, 241, - 1.264, + 1.268, 244, - 0.86, + 0.857, 247, - 1.468, + 1.473, 248, - 0.728, + 0.731, 249, - 0.583, + 0.586, 250, - 2.683, + 2.69, 251, - 2.522, + 2.53, 256, - 0.273, + 0.275, 258, - 0.801, + 0.805, 261, - 0.946, + 0.95, 263, - 2.881, + 2.885, 264, - 0.74, + 0.744, 266, - 2.944, + 2.952, 268, - 2.004, + 2.007, 269, - 0.276, + 0.277, 271, - 1.155, + 1.147, 273, - 0.76, + 0.763, 280, - 0.477, + 0.479, 313, - 0.477, + 0.479, 315, - 0.754, + 0.758, 328, - 0.728, + 0.731, 330, - 1.214, + 1.219, 333, - 0.344, + 0.346, 337, - 0.769, + 0.772, 340, - 0.888, + 0.893, 341, - 2.418, + 2.4, 359, - 0.997, + 0.984, 368, - 0.633, + 0.636, 387, - 0.429, + 0.431, 390, - 0.512, + 0.515, 419, - 0.769, + 0.772, 428, - 2.278, + 2.287, 429, - 1.846, + 1.853, 446, - 0.609, + 0.612, 452, - 0.647, + 0.65, 453, - 0.704, + 0.708, 454, - 0.484, + 0.487, 459, - 0.566, + 0.569, 471, - 0.825, + 0.829, 479, - 2.359, + 2.366, 490, - 2.286, + 2.293, 492, - 1.289, + 1.295, 496, - 1.432, + 1.438, 500, - 1.619, + 1.625, 505, - 0.624, + 0.627, 510, - 0.447, + 0.449, 515, - 1.38, + 1.386, 516, - 4.827, + 4.836, 521, - 0.423, + 0.425, 524, - 1.275, + 1.28, 533, - 0.674, + 0.677, 540, - 3.898, + 3.909, 541, - 0.647, + 0.65, 542, - 1.044, + 1.049, 543, - 1.235, + 1.24, 544, - 1.538, + 1.545, 546, - 0.656, + 0.659, 550, - 0.566, + 0.569, 553, - 0.796, + 0.799, 554, - 1.428, + 1.434, 555, 0.381, 556, - 0.5, + 0.502, 562, - 0.917, + 0.922, 574, - 1.826, + 1.833, 577, - 0.477, + 0.479, 602, - 0.492, + 0.494, 603, - 0.93, + 0.934, 612, - 1.332, + 1.338, 620, - 0.631, + 0.634, 622, - 1.079, + 1.084, 625, - 1.044, + 1.049, 634, - 0.481, + 0.483, 638, - 0.769, + 0.772, 656, - 0.769, + 0.772, 672, - 0.566, + 0.563, 677, - 0.56, + 0.563, 679, - 0.545, + 0.547, 689, - 0.545, + 0.547, 691, - 1.358, + 1.362, 708, - 0.863, + 0.867, 717, - 1.31, + 1.316, 724, - 1.332, + 1.338, 732, - 0.801, + 0.805, 740, - 0.616, + 0.619, 752, - 1.026, + 1.03, 762, - 1.016, + 1.011, 765, - 1.747, + 1.753, 769, - 0.784, + 0.788, 773, - 0.807, + 0.81, 807, - 1.289, + 1.295, 819, - 0.716, + 0.719, 827, - 1.783, + 1.79, 849, - 1.69, + 1.696, 856, - 1.528, + 1.533, 859, - 0.609, + 0.612, 866, - 2.342, + 2.349, 880, - 4.799, + 4.805, 890, - 0.631, + 0.634, 891, - 2.884, + 2.89, 898, - 0.432, + 0.434, 903, - 0.656, + 0.659, 904, - 1.579, + 1.586, 909, - 1.436, + 1.442, 914, - 4.913, + 4.915, 915, - 3.618, + 3.623, 922, - 0.82, + 0.824, 931, - 2.478, + 2.456, 944, - 1.141, + 1.147, 948, - 1.971, + 1.977, 951, - 3.7, + 3.71, 960, - 0.555, + 0.552, 978, - 1.753, + 1.759, 991, - 2.701, + 2.711, 999, - 1.419, + 1.424, 1007, - 0.78, + 0.783, 1010, - 3.96, + 3.965, 1011, - 0.784, + 0.788, 1017, - 0.863, + 0.867, 1019, - 1.163, + 1.168, 1025, - 2.621, + 2.628, 1029, - 0.596, + 0.592, 1034, - 0.466, + 0.469, 1039, - 2.392, + 2.401, 1043, - 0.526, + 0.528, 1054, - 1.742, + 1.749, 1055, - 1.27, + 1.275, 1061, - 0.801, + 0.805, 1062, - 1.682, + 1.689, 1063, - 1.579, + 1.586, 1089, - 0.801, + 0.805, 1098, - 0.754, + 0.758, 1101, - 0.716, + 0.719, 1126, - 4.614, + 4.57, 1139, - 0.683, + 0.687, 1140, - 1.026, + 1.03, 1143, - 2.455, + 2.464, 1146, - 0.526, + 0.528, 1153, - 1.447, + 1.453, 1158, - 4.666, + 4.672, 1160, - 0.728, + 0.731, 1172, - 1.128, + 1.133, 1173, - 0.596, + 0.599, 1184, - 1.945, + 1.953, 1186, - 0.596, + 0.599, 1202, - 1.057, + 1.062, 1211, - 0.888, + 0.893, 1216, - 0.656, + 0.65, 1219, - 0.74, + 0.744, 1221, - 0.603, + 0.605, 1225, - 0.863, + 0.867, 1250, - 0.683, + 0.687, 1254, - 1.289, + 1.295, 1261, - 0.74, + 0.731, 1272, - 0.54, + 0.542, 1296, - 3.624, + 3.629, 1302, - 0.888, + 0.893, 1304, - 0.716, + 0.719, 1306, - 1.945, + 1.953, 1309, - 0.664, + 0.668, 1311, - 0.784, + 0.788, 1322, - 1.141, + 1.147, 1329, - 0.728, + 0.731, 1337, - 6.574, + 6.582, 1367, - 2.872, + 2.791, 1379, - 5.228, + 5.181, 1403, - 1.057, + 1.062, 1406, - 1.016, + 1.021, 1426, - 1.355, + 1.361, 1465, - 0.429, + 0.431, 1471, - 1.103, + 1.108, 1543, - 0.716, + 0.719, 1548, - 0.656, + 0.659, 1588, - 1.091, + 1.096, 1596, - 0.647, + 0.65, 1599, - 2.406, + 2.415, 1602, - 0.596, + 0.599, 1604, - 0.639, + 0.642, 1606, - 0.716, + 0.719, 1607, - 0.704, + 0.708, 1609, - 1.289, + 1.295, 1621, - 0.616, + 0.619, 1624, - 1.626, + 1.633, 1628, - 4.067, + 4.072, 1629, - 0.545, + 0.547, 1631, - 1.38, + 1.386, 1636, - 0.704, + 0.708, 1651, - 0.728, + 0.731, 1657, - 0.992, + 0.997, 1661, - 2.223, + 2.231, 1684, - 0.704, + 0.708, 1693, - 0.82, + 0.824, 1694, - 0.84, + 0.844, 1698, - 1.38, + 1.386, 1806, - 0.84, + 0.844, 1807, - 1.068, + 1.073, 1814, - 4.312, + 4.278, 1821, - 8.168, + 8.177, 1823, - 2.318, + 2.287, 1877, - 0.992, + 0.997, 1885, - 0.704, + 0.708, 1928, - 0.656, + 0.659, 1929, - 0.647, + 0.642, 1931, - 0.656, + 0.659, 1942, - 0.683, + 0.687, 1955, - 2.701, + 2.711, 1982, - 0.609, + 0.605, 2006, - 0.639, + 0.642, 2135, - 0.863, + 0.867, 2226, - 0.784, + 0.772, 2268, - 0.647, + 0.65, 2323, - 0.683, + 0.687, 2377, - 2.184, + 2.135, 2440, - 0.59, + 0.592, 2476, - 0.888, + 0.893, 2509, - 1.332, + 1.338, 2524, - 2.455, + 2.464, 2540, - 2.109, + 2.117, 2542, - 3.393, + 3.403, 2555, - 1.407, + 1.413, 2558, - 0.84, + 0.844, 2563, - 0.863, + 0.867, 2565, - 0.82, + 0.824, 2637, - 4.389, + 4.4, 2690, - 0.704, + 0.708, 2692, - 0.888, + 0.893, 2717, - 0.888, + 0.893, 2723, - 4.465, + 4.479, 2736, - 2.494, + 2.502, 2775, - 1.66, + 1.666, 2779, - 4.715, + 4.723, 2780, - 3.66, + 3.67, 2854, - 0.784, + 0.788, 2878, - 0.863, + 0.867, 2925, - 1.436, + 1.442, 2948, - 1.91, + 1.919, 3144, - 0.82, + 0.824, 3236, - 0.952, + 0.956, 3242, - 2.322, + 2.332, 3243, - 0.917, + 0.922, 3411, - 0.82, + 0.805, 3437, - 1.044, + 1.049, 3438, - 0.888, + 0.893, 3487, - 0.82, + 0.824, 3569, - 1.538, + 1.545, 3599, - 0.801, + 0.805, 3603, - 1.945, + 1.953, 3646, - 2.026, + 2.033, 3679, - 1.679, + 1.687, 3712, - 3.745, + 3.753, 3797, - 0.784, + 0.788, 3902, - 0.769, + 0.772, 3938, - 0.82, + 0.805, 3972, - 1.2, + 1.205, 3984, - 1.251, + 1.239, 4007, - 0.992, + 0.997, 4019, - 1.044, + 1.049, 4098, - 2.36, + 2.369, 4134, - 2.028, + 2.036, 4254, - 5.859, + 5.872, 4349, - 0.992, + 0.997, 4364, - 0.863, + 0.867, 4406, - 1.044, + 1.049, 4416, - 0.952, + 0.956, 4430, - 1.626, + 1.633, 4465, - 0.82, + 0.824, 4503, - 3.241, + 3.252, 4512, - 2.512, + 2.522, 4514, - 2.861, + 2.871, 4595, - 1.436, + 1.413, 4603, - 3.347, + 3.359, 4621, - 1.38, + 1.386, 4649, - 1.044, + 1.049, 4746, - 2.751, + 2.761, 4857, - 4.337, + 4.347, 4905, - 1.044, + 1.049, 5076, - 0.952, + 0.956, 5100, - 0.952, + 0.956, 5425, - 2.455, + 2.464, 5557, - 1.044, + 1.049, 5654, - 2.815, + 2.827, 5681, - 0.917, + 0.922, 5682, - 0.84, + 0.844, 5766, - 0.952, + 0.956, 6143, - 0.992, + 0.997, 6463, - 0.992, + 0.997, 6473, - 4.401, + 4.41, 6681, - 1.044, + 1.049, 6763, - 2.531, + 2.54, 6897, - 1.112, + 1.118, 6947, - 1.91, - 7008, - 0.952, - 7088, - 1.91, - 7123, - 6.144, - 7303, - 1.91, - 7311, - 5.366, - 7314, - 1.112, - 7319, - 1.91, - 7323, - 2.184, - 7356, - 1.044, - 7435, - 0.917, - 7574, - 1.112, - 7624, - 2.512, - 7752, - 4.696, - 7966, - 1.817, - 7983, - 2.036, - 8033, - 0.992, - 8110, - 1.112, - 8123, - 1.112, - 8128, - 1.742, - 8151, - 0.82, - 8578, - 1.044, - 8656, - 2.036, - 8708, - 1.044, - 8989, - 1.112, - 8993, - 1.91, - 9019, - 1.112, - 9054, - 1.216, - 9055, - 1.216, - 9056, - 1.216, + 1.919, + 7013, + 0.956, + 7102, + 1.825, + 7137, + 6.157, + 7317, + 1.919, + 7325, + 5.377, + 7328, + 1.118, + 7333, + 1.919, + 7337, + 2.193, + 7370, + 1.049, + 7449, + 0.922, + 7588, + 1.118, + 7638, + 2.522, + 7766, + 4.711, + 7992, + 1.825, + 8009, + 2.045, + 8059, + 0.997, + 8136, + 1.118, + 8149, + 1.118, + 8154, + 1.749, + 8177, + 0.824, + 8611, + 1.049, + 8689, + 2.045, + 8741, + 1.049, 9057, - 8.309, - 9058, - 3.078, - 9059, - 1.216, - 9060, - 5.473, + 1.118, 9061, - 5.903, - 9062, - 1.216, - 9063, - 3.078, - 9064, - 1.216, - 9065, - 1.216, - 9066, - 3.807, - 9067, - 3.078, - 9068, - 1.216, - 9069, - 1.216, - 9070, - 3.078, - 9071, - 1.216, - 9072, - 1.216, - 9073, - 1.216, - 9074, - 3.078, - 9075, - 1.216, - 9076, - 1.216, - 9077, - 3.078, - 9078, - 1.112, - 9079, - 1.216, - 9080, - 1.216, - 9081, - 3.078, - 9082, - 2.226, - 9083, - 1.216, - 9084, - 1.216, - 9085, - 3.078, - 9086, - 3.078, + 1.919, 9087, - 1.216, - 9088, - 3.078, - 9089, - 1.216, - 9090, - 1.216, - 9091, - 1.216, - 9092, - 1.216, - 9093, - 3.078, - 9094, - 3.078, - 9095, - 1.216, - 9096, - 1.216, - 9097, - 1.216, - 9098, - 2.226, - 9099, - 3.078, - 9100, - 1.216, - 9101, - 2.226, - 9102, - 1.216, - 9103, - 3.078, - 9104, - 1.216, - 9105, - 4.437, - 9106, - 4.988, - 9107, - 1.216, - 9108, - 3.078, - 9109, - 1.216, - 9110, - 1.216, - 9111, - 3.078, - 9112, - 1.216, - 9113, - 1.216, - 9114, - 3.078, - 9115, - 1.216, - 9116, - 1.216, - 9117, - 2.226, - 9118, - 2.226, - 9119, - 2.226, - 9120, - 3.078, - 9121, - 1.216, + 1.118, 9122, - 1.216, + 1.222, 9123, - 3.078, + 1.222, 9124, - 1.216, + 1.222, 9125, - 1.216, + 8.322, 9126, - 3.807, + 3.091, 9127, - 1.216, + 1.222, 9128, - 1.216, + 5.49, 9129, - 1.216, + 5.92, 9130, - 1.216, + 1.222, 9131, - 1.216, + 3.091, 9132, - 9.636, + 1.222, 9133, - 1.216, + 1.222, 9134, - 1.216, + 3.822, 9135, - 1.216, + 3.091, 9136, - 1.216, + 1.222, 9137, - 1.216, + 1.222, 9138, - 1.216, + 3.091, 9139, - 1.216, + 1.222, 9140, - 1.216, + 1.222, 9141, - 1.216, + 1.222, 9142, - 1.216, + 3.091, 9143, - 1.216, + 1.222, 9144, - 1.216, + 1.222, 9145, - 3.481, + 3.091, 9146, - 1.216, + 1.118, 9147, - 1.216, + 1.222, 9148, - 1.216, + 1.222, 9149, - 1.216, + 3.091, 9150, - 1.216, + 2.236, 9151, - 1.216, + 1.222, 9152, - 1.216, + 1.222, 9153, - 1.216, + 3.091, 9154, - 1.216, + 3.091, 9155, - 1.112, + 1.222, 9156, - 1.216, + 3.091, 9157, - 1.216, + 1.222, 9158, - 1.216, + 1.222, 9159, - 2.226, + 1.222, 9160, - 1.216, + 1.222, 9161, - 1.216, + 3.091, 9162, - 1.216, + 3.091, 9163, - 1.216, + 1.222, 9164, - 1.216, + 1.222, 9165, - 1.216, + 1.222, 9166, - 1.216, + 2.236, 9167, - 1.216, + 3.091, 9168, - 1.216, + 1.222, 9169, - 1.216, + 2.236, 9170, - 3.807, + 1.222, 9171, - 1.216, + 3.091, 9172, - 1.216, + 1.222, 9173, - 4.988, + 4.453, 9174, - 1.112, + 5.004, 9175, - 3.078, + 1.222, 9176, - 1.216, + 3.091, 9177, - 2.036, + 1.222, 9178, - 1.216, + 1.222, 9179, - 1.216, + 3.091, 9180, - 1.216, + 1.222, 9181, - 3.807, + 1.222, 9182, - 1.216, + 3.091, 9183, - 1.216, + 1.222, 9184, - 1.216, + 1.222, 9185, - 1.112, + 2.236, 9186, - 1.216, + 2.236, 9187, - 1.216, + 2.236, 9188, - 1.216, + 3.091, 9189, - 1.216, + 1.222, 9190, - 1.216, + 1.222, 9191, - 2.226, + 3.091, 9192, - 1.216, + 1.222, 9193, - 1.216, + 1.222, 9194, - 1.216, + 3.822, 9195, - 1.216, + 1.222, 9196, - 1.216, + 1.222, 9197, - 1.216, + 1.222, 9198, - 1.216, + 1.222, 9199, - 1.216, + 1.222, 9200, - 3.078, + 9.65, 9201, - 1.112, + 1.222, 9202, - 2.226, + 1.222, 9203, - 1.112, + 1.222, 9204, - 2.226, + 1.222, 9205, - 1.112, + 1.222, 9206, - 1.216, + 1.222, 9207, - 1.216, + 1.222, 9208, - 1.216, + 1.222, 9209, - 1.216, + 1.222, 9210, - 1.216, + 1.222, 9211, - 1.216, + 1.222, 9212, - 2.036, + 1.222, 9213, - 1.216, + 3.495, 9214, - 2.226, + 1.222, 9215, - 1.216, + 1.222, 9216, - 1.216, + 1.222, 9217, - 1.216, + 1.222, 9218, - 1.216, + 1.222, 9219, - 6.633, + 1.222, 9220, - 1.216, + 1.222, 9221, - 6.946, + 1.222, 9222, - 2.226, + 1.222, 9223, - 1.216, + 1.118, 9224, - 1.216, + 1.222, 9225, - 1.216, + 1.222, 9226, - 1.216, + 1.222, 9227, - 1.216, + 2.236, 9228, - 1.216, + 1.222, 9229, - 1.216, + 1.222, 9230, - 3.078, + 1.222, 9231, - 1.216, + 1.222, 9232, - 1.216, + 1.222, 9233, - 1.216, + 1.222, 9234, - 1.216, + 1.222, 9235, - 1.216, + 1.222, 9236, - 1.216, + 1.222, 9237, - 1.216, + 1.222, 9238, - 1.216, + 3.822, 9239, - 1.216, + 1.222, 9240, - 1.216, + 1.222, 9241, - 1.216, + 5.004, 9242, - 1.216, + 1.118, 9243, - 1.216, + 3.091, 9244, - 1.216, + 1.222, 9245, - 1.216, + 2.045, 9246, - 1.216, + 1.222, 9247, - 2.226, + 1.222, 9248, - 1.216, + 1.222, 9249, - 1.216, + 3.822, 9250, - 1.216, + 1.222, 9251, - 1.216, + 1.222, 9252, - 1.216, + 1.222, 9253, - 1.216, + 1.118, 9254, - 1.216, + 1.222, 9255, - 2.226, + 1.222, 9256, - 1.216, + 1.222, 9257, - 1.216, + 1.222, 9258, - 1.216, + 1.222, 9259, - 1.112, + 2.236, 9260, - 2.226, + 1.222, 9261, - 1.216, + 1.222, 9262, - 1.216, + 1.222, 9263, - 1.216, + 1.222, 9264, - 1.216, + 1.222, 9265, - 1.216, + 1.222, 9266, - 1.216, + 1.222, 9267, - 1.216, + 1.222, 9268, - 1.216, + 3.091, 9269, - 4.437, + 1.118, 9270, - 1.216, + 2.236, 9271, - 1.216, + 1.118, 9272, - 2.226, + 2.236, 9273, - 1.216, + 1.118, 9274, - 1.216, + 1.222, 9275, - 1.216, + 1.222, 9276, - 1.216, + 1.222, 9277, - 1.216, + 1.222, 9278, - 1.216, + 1.222, 9279, - 1.216, + 1.222, 9280, - 1.216, + 2.045, 9281, - 1.216, + 1.222, 9282, - 1.216, + 2.236, 9283, - 1.216, + 1.222, 9284, - 2.226, + 1.222, 9285, - 1.216, + 1.222, 9286, - 1.216, + 1.222, 9287, - 1.216, + 6.651, 9288, - 1.112, + 1.222, 9289, - 2.036, + 6.963, 9290, - 1.216, + 2.236, 9291, - 1.216, + 1.222, 9292, - 1.044, + 1.222, 9293, - 1.112, + 1.222, 9294, - 1.216, + 1.222, 9295, - 1.216, + 1.222, 9296, - 2.226, + 1.222, 9297, - 1.216, + 1.222, 9298, - 1.216, + 3.091, 9299, - 1.216, + 1.222, 9300, - 1.216, + 1.222, 9301, - 1.216 + 1.222, + 9302, + 1.222, + 9303, + 1.222, + 9304, + 1.222, + 9305, + 1.222, + 9306, + 1.222, + 9307, + 1.222, + 9308, + 1.222, + 9309, + 1.222, + 9310, + 1.222, + 9311, + 1.222, + 9312, + 1.222, + 9313, + 1.222, + 9314, + 1.222, + 9315, + 2.236, + 9316, + 1.222, + 9317, + 1.222, + 9318, + 1.222, + 9319, + 1.222, + 9320, + 1.222, + 9321, + 1.222, + 9322, + 1.222, + 9323, + 2.236, + 9324, + 1.222, + 9325, + 1.222, + 9326, + 1.222, + 9327, + 1.118, + 9328, + 2.236, + 9329, + 1.222, + 9330, + 1.222, + 9331, + 1.222, + 9332, + 1.222, + 9333, + 1.222, + 9334, + 1.222, + 9335, + 1.222, + 9336, + 1.222, + 9337, + 4.453, + 9338, + 1.222, + 9339, + 1.222, + 9340, + 2.236, + 9341, + 1.222, + 9342, + 1.222, + 9343, + 1.222, + 9344, + 1.222, + 9345, + 1.222, + 9346, + 1.222, + 9347, + 1.222, + 9348, + 1.222, + 9349, + 1.222, + 9350, + 1.222, + 9351, + 1.222, + 9352, + 2.236, + 9353, + 1.222, + 9354, + 1.222, + 9355, + 1.222, + 9356, + 1.118, + 9357, + 2.045, + 9358, + 1.222, + 9359, + 1.222, + 9360, + 1.049, + 9361, + 1.118, + 9362, + 1.222, + 9363, + 1.222, + 9364, + 2.236, + 9365, + 1.222, + 9366, + 1.222, + 9367, + 1.222, + 9368, + 1.222, + 9369, + 1.222 ] ], [ @@ -92804,499 +93090,499 @@ "data/ref/stable/package", [ 7, - 1.236, + 1.238, 8, - 1.946, + 1.95, 9, - 1.215, + 1.22, 10, - 0.775, + 0.777, 18, 1.138, 20, - 1.482, + 1.483, 30, - 1.354, + 1.359, 36, - 1.572, + 1.575, 38, - 1.307, + 1.308, 39, - 0.756, + 0.759, 44, - 1.497, + 1.502, 46, - 1.555, + 1.556, 52, - 0.986, + 0.99, 57, - 1.26, + 1.262, 59, - 0.914, + 0.915, 60, - 1.567, + 1.571, 77, - 2.04, + 2.043, 79, 1.035, 86, - 2.258, + 2.263, 94, - 1.667, + 1.673, 99, 1.016, 100, - 1.984, + 1.986, 102, - 2.445, + 2.436, 103, - 1.601, + 1.605, 106, - 1.629, + 1.631, 107, - 2.074, + 2.076, 113, - 0.718, + 0.72, 116, - 1.395, + 1.4, 121, - 1.185, + 1.189, 122, - 2.962, + 2.966, 126, - 1.805, + 1.808, 146, - 1.756, + 1.762, 148, - 1.155, + 1.158, 150, - 1.761, + 1.765, 153, - 0.813, + 0.816, 160, - 2.912, + 2.9, 165, - 3.155, + 3.157, 169, - 1.573, + 1.574, 196, - 2.405, + 2.41, 201, - 2.415, + 2.417, 207, - 1.874, + 1.879, 211, - 1.605, + 1.611, 224, - 3.558, + 3.568, 225, - 2.415, + 2.424, 229, - 1.032, + 1.035, 230, - 1.247, + 1.252, 231, - 2.113, + 2.118, 240, - 1.601, + 1.606, 241, - 1.688, + 1.691, 243, - 2.789, + 2.797, 244, - 3.045, + 3.028, 247, - 3.497, + 3.5, 257, - 1.416, + 1.421, 263, - 2.08, + 2.084, 268, - 2.011, + 2.014, 269, - 2.063, + 2.066, 273, - 2.245, + 2.248, 306, - 1.576, + 1.582, 341, - 3.371, + 3.344, 351, - 1.86, + 1.866, 353, - 1.438, + 1.432, 358, - 1.651, + 1.657, 368, - 1.601, + 1.606, 382, - 1.289, + 1.294, 387, - 1.264, + 1.268, 392, - 1.255, + 1.26, 411, - 2.922, + 2.93, 443, - 2.924, + 2.934, 469, - 1.816, + 1.822, 471, - 1.864, + 1.868, 484, - 3.075, + 3.086, 492, - 2.075, + 2.083, 500, - 2.537, + 2.543, 510, - 2.068, + 2.074, 521, - 1.96, + 1.965, 534, - 1.684, + 1.69, 539, - 3.277, + 3.288, 546, - 1.932, + 1.939, 553, - 2.486, + 2.492, 555, - 1.763, + 1.758, 561, - 1.785, + 1.789, 583, - 6.282, + 6.289, 590, - 1.484, + 1.49, 593, - 2.803, + 2.813, 614, - 1.405, + 1.41, 623, - 1.59, + 1.596, 634, - 1.416, + 1.421, 637, - 2.311, + 2.319, 675, - 1.374, + 1.379, 679, - 1.605, + 1.611, 680, - 1.883, + 1.889, 691, - 1.096, + 1.1, 701, - 2.958, + 2.966, 738, - 2.144, + 2.152, 750, - 1.737, + 1.743, 752, - 1.651, + 1.657, 766, - 2.803, + 2.813, 771, - 3.986, + 3.993, 774, - 1.62, + 1.626, 789, - 4.247, + 4.259, 795, - 2.311, + 2.319, 812, - 2.542, + 2.551, 816, - 2.703, + 2.713, 845, - 2.415, + 2.424, 860, - 2.853, + 2.861, 877, - 2.415, + 2.369, 882, - 7.431, + 7.44, 890, - 1.86, + 1.866, 894, - 1.416, + 1.421, 901, - 2.433, + 2.44, 909, - 2.311, + 2.319, 914, - 3.292, + 3.299, 917, - 1.62, + 1.626, 918, - 1.719, + 1.725, 941, - 1.405, + 1.41, 960, - 3.174, + 3.151, 975, - 1.719, + 1.725, 996, - 1.816, + 1.822, 999, - 1.651, + 1.657, 1034, - 1.374, + 1.379, 1043, - 1.548, + 1.554, 1045, - 2.361, + 2.369, 1067, - 1.171, + 1.175, 1090, - 5.0, + 5.005, 1146, - 1.548, + 1.554, 1221, - 1.775, + 1.781, 1269, - 6.237, + 6.241, 1272, - 1.59, + 1.596, 1295, - 3.412, + 3.417, 1323, - 2.352, + 2.358, 1382, - 3.119, + 3.128, 1387, - 4.485, + 4.495, 1411, - 4.823, + 4.826, 1421, - 5.215, + 5.224, 1431, - 2.803, + 2.813, 1440, - 2.181, + 2.189, 1442, - 2.924, + 2.934, 1459, - 2.295, + 2.302, 1465, - 2.78, + 2.785, 1472, - 1.605, + 1.611, 1490, - 2.803, + 2.813, 1606, - 2.109, + 2.116, 1652, - 4.405, + 4.417, 1823, - 3.428, + 3.378, 1868, - 4.485, + 4.495, 1872, - 2.181, + 2.189, 1926, - 2.361, + 2.319, 1946, - 2.617, + 2.627, 1948, - 1.907, + 1.913, 1982, - 1.795, + 1.781, 1997, - 2.044, + 2.051, 1999, - 1.985, + 1.992, 2015, - 6.129, + 6.139, 2042, - 1.985, + 1.992, 2095, - 2.144, + 2.152, 2142, - 2.361, + 2.369, 2220, - 2.144, + 2.152, 2346, - 2.109, + 2.116, 2360, - 1.932, + 1.939, 2372, - 2.803, + 2.813, 2507, - 2.144, + 2.152, 2516, - 3.994, + 4.005, 2544, - 2.311, + 2.319, 2550, - 2.075, + 2.083, 2554, - 2.144, + 2.152, 2657, - 2.014, + 2.021, 2684, - 2.109, + 2.116, 2690, - 5.267, + 5.275, 2852, - 5.757, + 5.768, 2967, - 6.675, + 6.683, 2994, - 2.361, + 2.369, 3140, - 4.804, + 4.815, 3317, - 2.703, + 2.713, 3610, - 6.069, + 6.073, 3709, - 4.247, + 4.124, 3972, - 3.749, + 3.758, 4214, - 2.803, + 2.813, 4409, - 2.803, + 2.813, 4681, - 2.924, + 2.934, 5063, - 3.277, + 3.288, 5193, - 3.277, + 3.288, 5568, - 2.924, + 2.934, 5747, - 3.277, + 3.288, 5860, - 3.075, + 3.086, 6152, - 2.617, + 2.627, 6416, - 2.924, + 2.934, 6706, - 3.277, - 7100, - 3.277, - 7102, - 3.075, - 7280, - 3.277, - 7969, - 6.763, - 8737, - 2.617, - 8888, - 3.277, - 9302, - 6.36, - 9303, - 3.583, - 9304, - 6.36, - 9305, - 3.583, - 9306, - 5.63, - 9307, - 3.277, - 9308, - 3.277, - 9309, - 3.277, - 9310, - 3.277, - 9311, - 5.63, - 9312, - 9.851, - 9313, - 3.583, - 9314, - 3.583, - 9315, - 3.583, - 9316, - 5.63, - 9317, - 3.583, - 9318, - 5.149, - 9319, - 3.583, - 9320, - 5.63, - 9321, - 3.583, - 9322, - 3.583, - 9323, - 3.583, - 9324, - 3.583, - 9325, - 3.583, - 9326, - 3.583, - 9327, - 3.583, - 9328, - 5.63, - 9329, - 3.583, - 9330, - 3.277, - 9331, - 3.583, - 9332, - 3.583, - 9333, - 5.63, - 9334, - 3.583, - 9335, - 3.583, - 9336, - 3.583, - 9337, - 3.277, - 9338, - 3.277, - 9339, - 5.63, - 9340, - 3.583, - 9341, - 3.583, - 9342, - 3.583, - 9343, - 3.583, - 9344, - 5.63, - 9345, - 6.955, - 9346, - 3.583, - 9347, - 3.583, - 9348, - 3.583, - 9349, - 3.075, - 9350, - 3.583, - 9351, - 3.583, - 9352, - 3.583, - 9353, - 3.583, - 9354, - 3.583, - 9355, - 3.075 + 3.288, + 7114, + 3.288, + 7116, + 3.086, + 7294, + 3.288, + 7995, + 6.776, + 8770, + 2.627, + 8956, + 3.288, + 9370, + 6.374, + 9371, + 3.596, + 9372, + 6.374, + 9373, + 3.596, + 9374, + 5.646, + 9375, + 3.288, + 9376, + 3.288, + 9377, + 3.288, + 9378, + 3.288, + 9379, + 5.646, + 9380, + 9.863, + 9381, + 3.596, + 9382, + 3.596, + 9383, + 3.596, + 9384, + 5.646, + 9385, + 3.596, + 9386, + 5.163, + 9387, + 3.596, + 9388, + 5.646, + 9389, + 3.596, + 9390, + 3.596, + 9391, + 3.596, + 9392, + 3.596, + 9393, + 3.596, + 9394, + 3.596, + 9395, + 3.596, + 9396, + 5.646, + 9397, + 3.596, + 9398, + 3.288, + 9399, + 3.596, + 9400, + 3.596, + 9401, + 5.646, + 9402, + 3.596, + 9403, + 3.596, + 9404, + 3.596, + 9405, + 3.288, + 9406, + 3.288, + 9407, + 5.646, + 9408, + 3.596, + 9409, + 3.596, + 9410, + 3.596, + 9411, + 3.596, + 9412, + 5.646, + 9413, + 6.971, + 9414, + 3.596, + 9415, + 3.596, + 9416, + 3.596, + 9417, + 3.086, + 9418, + 3.596, + 9419, + 3.596, + 9420, + 3.596, + 9421, + 3.596, + 9422, + 3.596, + 9423, + 3.086 ] ], [ @@ -93310,203 +93596,203 @@ "data/ref/stable/engine", [ 7, - 0.929, + 0.931, 8, - 2.071, + 2.074, 10, - 2.047, + 2.049, 18, - 1.107, + 1.108, 20, 1.512, 30, - 3.579, + 3.582, 38, - 1.159, + 1.16, 46, - 1.351, + 1.352, 59, 0.855, 79, 0.805, 86, - 3.39, + 3.392, 90, - 1.765, + 1.767, 91, - 3.233, + 3.236, 92, - 2.971, + 2.976, 99, 1.01, 100, - 1.777, + 1.779, 103, - 2.18, + 2.182, 107, - 1.409, + 1.411, 146, - 3.628, + 3.633, 150, - 2.398, + 2.4, 169, - 1.409, + 1.41, 172, - 3.257, + 3.233, 194, - 1.351, + 1.353, 201, - 1.664, + 1.666, 229, - 1.357, + 1.359, 263, - 3.122, + 3.124, 268, - 1.512, + 1.514, 269, - 1.68, + 1.682, 330, - 3.329, + 3.331, 332, - 2.464, + 2.468, 333, - 2.094, + 2.097, 340, - 6.917, + 6.923, 345, - 3.589, + 3.595, 471, - 2.538, + 2.541, 515, - 4.59, + 4.597, 546, - 5.105, + 5.11, 552, - 2.816, + 2.818, 645, - 4.357, + 4.364, 646, - 3.752, + 3.758, 659, - 4.223, + 4.229, 672, - 3.445, + 3.417, 676, - 3.379, + 3.384, 711, - 6.247, + 6.251, 715, - 3.89, + 3.896, 742, - 6.354, + 6.363, 743, - 5.408, + 5.416, 744, - 4.591, + 4.595, 745, - 5.115, + 5.123, 752, - 3.412, + 3.417, 831, - 4.43, + 4.437, 856, - 2.971, + 2.976, 866, - 2.759, + 2.763, 898, - 3.362, + 3.365, 941, - 2.903, + 2.908, 1040, - 4.43, + 4.437, 1061, - 6.239, + 6.244, 1062, - 4.046, + 4.051, 1202, - 4.496, + 4.5, 1286, - 5.253, + 5.261, 1438, - 5.793, + 5.801, 1465, - 2.611, + 2.615, 1511, - 3.992, + 3.997, 1548, - 5.105, + 5.11, 1662, - 3.257, + 3.261, 1701, - 5.408, + 5.416, 1769, - 3.412, + 3.417, 1835, - 6.771, + 6.781, 1858, - 4.878, + 4.885, 1911, - 3.797, + 3.802, 1966, - 6.383, + 6.389, 1968, - 3.94, + 3.946, 2019, - 4.991, + 4.998, 2104, - 6.354, + 6.363, 2164, - 3.2, + 3.204, 2307, - 5.253, + 5.261, 2346, - 4.357, + 4.364, 2465, - 6.917, + 6.923, 2514, - 4.046, + 4.051, 2981, - 5.115, + 5.123, 3081, - 6.771, + 6.781, 3295, - 6.771, + 6.781, 3343, - 5.793, + 5.801, 3693, - 4.775, + 4.782, 4483, - 5.253, - 7095, - 7.409, - 9040, - 6.354, - 9356, - 7.405, - 9357, - 7.405, - 9358, - 7.405, - 9359, - 6.771, - 9360, - 7.405, - 9361, - 9.47, - 9362, - 7.405, - 9363, - 7.405, - 9364, - 7.405, - 9365, - 7.405, - 9366, - 7.405, - 9367, - 7.405, - 9368, - 7.405 + 5.261, + 7109, + 7.416, + 9108, + 6.363, + 9424, + 7.415, + 9425, + 7.415, + 9426, + 7.415, + 9427, + 6.781, + 9428, + 7.415, + 9429, + 9.479, + 9430, + 7.415, + 9431, + 7.415, + 9432, + 7.415, + 9433, + 7.415, + 9434, + 7.415, + 9435, + 7.415, + 9436, + 7.415 ] ], [ @@ -93520,169 +93806,169 @@ "data/ref/stable/dmIntersection", [ 7, - 0.969, + 0.971, 10, - 2.301, + 2.303, 18, 1.155, 38, - 0.607, + 0.609, 46, - 1.101, + 1.103, 57, - 1.552, + 1.553, 59, 1.009, 69, - 2.57, + 2.576, 70, - 2.303, + 2.309, 71, - 5.333, + 5.343, 79, 1.026, 84, - 2.342, + 2.348, 96, - 2.447, + 2.451, 113, - 1.095, + 1.098, 125, - 1.663, + 1.667, 126, - 1.776, + 1.779, 145, - 3.39, + 3.398, 237, - 2.519, + 2.526, 241, - 1.653, + 1.656, 250, - 4.317, + 4.319, 268, - 2.42, + 2.421, 295, - 2.519, + 2.526, 303, - 7.336, + 7.344, 333, - 2.184, + 2.187, 359, - 2.449, + 2.411, 361, - 5.465, + 5.471, 389, - 3.029, + 3.036, 400, - 3.685, + 3.695, 420, - 7.354, + 7.36, 488, - 4.879, + 4.888, 524, - 2.586, + 2.59, 540, - 3.39, + 3.398, 553, - 2.76, + 2.765, 866, - 4.416, + 4.418, 898, - 3.967, + 3.97, 903, - 2.947, + 2.955, 931, - 2.137, + 2.118, 1005, - 9.134, + 9.142, 1007, - 3.73, + 3.733, 1098, - 5.549, + 5.556, 1155, - 3.743, + 3.749, 1158, - 2.519, + 2.526, 1187, - 8.123, + 8.127, 1191, - 4.124, + 4.135, 1256, - 4.787, + 4.795, 1341, - 3.879, + 3.889, 1459, - 4.46, + 4.463, 1763, - 3.993, + 4.004, 2441, - 2.873, + 2.88, 2780, - 6.359, + 6.365, 2835, - 6.625, + 6.637, 3093, - 4.461, + 4.473, 3124, - 8.504, + 8.507, 3213, - 4.277, + 4.288, 3479, - 4.124, + 4.135, 3712, - 5.747, + 5.749, 3810, - 3.602, + 3.611, 3882, - 6.04, + 6.051, 4746, - 3.39, + 3.398, 5130, - 8.031, + 8.037, 5573, - 8.031, + 8.037, 5574, - 8.686, + 8.693, 6135, - 4.691, - 8039, - 7.002, - 8127, - 7.935, - 8128, - 6.04, - 8523, - 5.0, - 9369, - 5.467, - 9370, - 11.175, - 9371, - 5.467, - 9372, - 5.467, - 9373, - 7.06, - 9374, - 5.467, - 9375, - 5.467, - 9376, - 5.467, - 9377, - 5.467, - 9378, - 10.645, - 9379, - 7.721, - 9380, - 10.645, - 9381, - 5.467, - 9382, - 7.721, - 9383, - 7.721 + 4.703, + 8065, + 7.012, + 8153, + 7.944, + 8154, + 6.051, + 8549, + 5.012, + 9437, + 5.481, + 9438, + 11.182, + 9439, + 5.481, + 9440, + 5.481, + 9441, + 7.073, + 9442, + 5.481, + 9443, + 5.481, + 9444, + 5.481, + 9445, + 5.481, + 9446, + 10.654, + 9447, + 7.734, + 9448, + 10.654, + 9449, + 5.481, + 9450, + 7.734, + 9451, + 7.734 ] ], [ @@ -93696,505 +93982,505 @@ "data/ref/stable/io", [ 7, - 1.261, + 1.262, 8, - 3.465, + 3.466, 9, - 1.656, + 1.662, 10, - 1.539, + 1.543, 11, - 1.087, + 1.091, 18, 1.14, 20, - 1.592, + 1.593, 30, - 1.133, + 1.138, 36, - 1.958, + 1.96, 38, - 1.025, + 1.027, 44, - 2.58, + 2.587, 45, - 4.163, + 4.174, 46, - 1.563, + 1.564, 52, - 2.157, + 2.162, 57, - 1.499, + 1.5, 59, - 0.925, + 0.926, 60, - 1.981, + 1.985, 62, - 0.992, + 0.996, 63, - 1.454, + 1.46, 77, - 1.474, + 1.478, 79, - 0.999, + 1.0, 86, - 3.385, + 3.388, 90, - 1.164, + 1.168, 99, - 1.004, + 1.005, 100, - 1.985, + 1.987, 102, - 0.771, + 0.77, 103, - 2.313, + 2.316, 105, - 1.203, + 1.208, 106, - 1.654, + 1.656, 107, - 2.063, + 2.065, 108, - 0.882, + 0.885, 113, - 1.683, + 1.686, 122, - 2.217, + 2.222, 124, - 4.776, + 4.78, 126, - 0.969, + 0.972, 132, - 2.446, + 2.452, 140, - 1.382, + 1.387, 141, - 2.634, + 2.64, 142, - 2.498, + 2.503, 148, - 1.267, + 1.27, 153, - 1.108, + 1.111, 165, - 2.873, + 2.876, 169, - 1.25, + 1.252, 177, - 1.89, + 1.895, 178, - 3.942, + 3.945, 201, - 1.097, + 1.101, 202, - 0.98, + 0.978, 216, - 1.185, + 1.19, 229, - 1.437, + 1.44, 230, - 1.044, + 1.048, 231, - 1.832, + 1.838, 241, - 2.045, + 2.047, 244, - 2.386, + 2.375, 247, - 2.043, + 2.048, 250, - 3.688, + 3.694, 256, - 1.097, + 1.101, 260, - 1.646, + 1.651, 263, - 1.46, + 1.465, 266, - 3.729, + 3.736, 268, - 1.885, + 1.888, 269, - 1.108, + 1.111, 273, - 1.757, + 1.761, 285, - 4.277, + 4.283, 288, - 1.617, + 1.623, 330, - 1.969, + 1.975, 332, - 2.056, + 2.061, 342, - 2.187, + 2.194, 343, - 1.859, + 1.867, 353, - 1.959, + 1.95, 358, - 3.871, + 3.878, 362, - 2.022, + 2.029, 368, - 1.756, + 1.761, 380, - 1.065, + 1.069, 381, - 1.859, + 1.867, 382, - 2.223, + 2.229, 390, - 2.057, + 2.063, 442, - 3.189, + 3.196, 452, - 0.872, + 0.875, 468, - 2.128, + 2.136, 471, - 1.309, + 1.313, 479, - 1.125, + 1.13, 483, - 4.069, + 4.08, 489, - 3.313, + 3.32, 505, - 1.538, + 1.544, 510, - 1.794, + 1.8, 521, - 1.044, + 1.048, 543, - 1.203, + 1.208, 550, - 3.647, + 3.654, 553, - 1.072, + 1.076, 556, - 2.926, + 2.932, 560, - 3.903, + 3.914, 581, - 1.617, + 1.623, 596, - 1.639, + 1.645, 624, - 2.447, + 2.457, 627, - 1.737, + 1.744, 633, - 1.52, + 1.526, 636, - 1.873, + 1.878, 672, - 3.313, + 3.288, 675, - 1.15, + 1.155, 680, - 1.576, + 1.582, 687, - 1.765, + 1.772, 691, - 1.89, + 1.895, 702, - 1.503, + 1.508, 723, - 1.826, + 1.833, 737, - 4.163, + 4.174, 740, - 3.13, + 3.138, 747, - 2.744, + 2.753, 749, - 2.668, + 2.676, 754, - 1.795, + 1.801, 765, - 2.164, + 2.17, 771, - 2.874, + 2.882, 792, - 1.711, + 1.717, 827, - 1.737, + 1.744, 844, - 2.574, + 2.584, 845, - 2.022, + 2.029, 848, - 2.419, + 2.427, 856, - 2.478, + 2.485, 874, - 2.504, + 2.512, 877, - 2.022, + 1.984, 880, - 1.454, + 1.46, 891, - 3.004, + 3.009, 894, - 1.185, + 1.19, 899, - 1.976, + 1.984, 919, - 1.538, + 1.544, 924, - 1.424, + 1.429, 938, - 3.903, + 3.914, 987, - 1.596, + 1.602, 1010, - 2.926, + 2.932, 1025, - 1.185, + 1.19, 1029, - 1.47, + 1.46, 1041, - 2.208, + 2.215, 1045, - 1.976, + 1.984, 1081, - 1.826, + 1.833, 1104, - 1.044, + 1.048, 1141, - 1.826, + 1.833, 1150, - 3.471, + 3.48, 1164, - 2.922, + 2.931, 1186, - 1.47, + 1.475, 1256, - 3.829, + 3.839, 1296, - 3.13, + 3.136, 1309, - 1.639, + 1.645, 1311, - 1.934, + 1.942, 1322, - 2.504, + 2.512, 1323, - 1.253, + 1.258, 1343, - 1.662, + 1.668, 1382, - 1.662, + 1.668, 1401, - 1.826, + 1.833, 1431, - 2.346, + 2.356, 1435, - 4.832, + 4.845, 1439, - 5.3, + 5.314, 1459, - 4.545, + 4.549, 1465, - 3.614, + 3.618, 1472, - 4.136, + 4.142, 1492, - 1.859, + 1.867, 1509, - 4.918, + 4.929, 1510, - 1.934, + 1.942, 1525, - 1.895, + 1.903, 1529, - 2.447, + 2.457, 1548, - 1.617, + 1.623, 1559, - 3.027, + 3.037, 1562, - 1.976, + 1.984, 1596, - 4.471, + 4.479, 1649, - 1.576, + 1.582, 1774, - 1.52, + 1.526, 1814, - 4.438, + 4.402, 1848, - 4.952, + 4.963, 1869, - 3.217, + 3.227, 1875, - 3.464, + 3.475, 1884, - 3.922, + 3.928, 1931, - 1.617, + 1.623, 2007, - 1.895, + 1.903, 2027, - 1.486, + 1.492, 2028, - 2.022, + 2.029, 2095, - 1.795, + 1.801, 2105, - 1.976, + 1.984, 2131, - 2.191, + 2.199, 2164, - 3.387, + 3.393, 2286, - 1.859, + 1.867, 2297, - 3.149, + 3.159, 2341, - 2.263, + 2.271, 2389, - 1.737, + 1.744, 2441, - 5.017, + 5.024, 2498, - 5.054, + 4.963, 2544, - 1.934, + 1.942, 2632, - 2.447, + 2.457, 2657, - 4.001, + 4.01, 2684, - 1.765, + 1.772, 2854, - 4.591, + 4.601, 2875, - 1.826, + 1.833, 2918, - 4.659, + 4.672, 2973, - 2.447, + 2.457, 2990, - 2.743, + 2.753, 2994, - 4.069, + 4.08, 3088, - 2.263, + 2.271, 3400, - 6.47, + 6.48, 3596, - 2.743, + 2.753, 3610, - 1.617, + 1.623, 3677, - 8.198, + 8.208, 3696, - 2.447, + 2.457, 3972, - 3.33, + 3.339, 4364, - 2.128, + 2.136, 4400, - 2.128, + 2.136, 4803, - 2.743, + 2.753, 4804, - 2.574, + 2.584, 4857, - 1.737, + 1.744, 4910, - 4.465, + 4.48, 5347, - 2.574, + 2.584, 5370, - 2.743, + 2.753, 5400, - 2.263, + 2.199, 5416, - 2.743, + 2.753, 5419, - 4.465, + 4.48, 5484, - 2.743, + 2.753, 5490, - 5.04, + 5.053, 5805, - 2.346, + 2.356, 5975, - 2.743, - 7101, - 5.3, - 7105, - 2.574, - 7123, - 4.659, - 7443, - 3.82, - 8450, - 2.743, - 8575, - 6.51, - 9155, - 4.465, - 9384, - 4.883, - 9385, - 4.883, - 9386, - 4.465, - 9387, - 7.119, - 9388, - 2.999, - 9389, - 7.119, - 9390, - 4.883, - 9391, - 4.883, - 9392, - 2.999, - 9393, - 2.999, - 9394, - 2.743, - 9395, - 2.999, - 9396, - 2.999, - 9397, - 7.119, - 9398, - 2.447, - 9399, - 2.743, - 9400, - 4.465, - 9401, - 2.999, - 9402, - 2.999, - 9403, - 4.883, - 9404, - 2.999, - 9405, - 2.999, - 9406, - 2.999, - 9407, - 2.999, - 9408, - 2.999, - 9409, - 2.999, - 9410, - 7.119, - 9411, - 2.999 + 2.753, + 7115, + 5.314, + 7119, + 2.584, + 7137, + 4.672, + 7457, + 3.833, + 8476, + 2.753, + 8608, + 6.525, + 9223, + 4.48, + 9452, + 4.899, + 9453, + 4.899, + 9454, + 4.48, + 9455, + 7.136, + 9456, + 3.011, + 9457, + 7.136, + 9458, + 4.899, + 9459, + 4.899, + 9460, + 3.011, + 9461, + 3.011, + 9462, + 2.753, + 9463, + 3.011, + 9464, + 3.011, + 9465, + 7.136, + 9466, + 2.457, + 9467, + 2.753, + 9468, + 4.48, + 9469, + 3.011, + 9470, + 3.011, + 9471, + 4.899, + 9472, + 3.011, + 9473, + 3.011, + 9474, + 3.011, + 9475, + 3.011, + 9476, + 3.011, + 9477, + 3.011, + 9478, + 7.136, + 9479, + 3.011 ] ], [ @@ -94208,339 +94494,339 @@ "data/ref/stable/dmHid", [ 7, - 0.512, + 0.514, 18, - 1.098, + 1.099, 23, - 3.818, + 3.825, 36, - 1.241, + 1.244, 38, - 0.453, + 0.454, 46, - 1.467, + 1.468, 57, - 1.543, + 1.544, 72, - 2.512, + 2.517, 79, - 1.004, + 1.005, 99, - 0.984, + 0.985, 107, - 0.776, + 0.779, 110, - 1.612, + 1.617, 113, - 1.247, + 1.25, 141, - 4.1, + 4.103, 142, - 3.132, + 3.135, 144, - 2.143, + 2.15, 145, - 6.373, + 6.38, 165, - 1.166, + 1.17, 168, - 2.143, + 2.15, 170, - 2.894, + 2.9, 172, - 4.0, + 3.971, 178, - 1.52, + 1.525, 202, - 3.927, + 3.905, 206, - 1.977, + 1.984, 211, - 2.788, + 2.795, 216, - 1.612, + 1.617, 240, - 1.16, + 1.164, 250, - 3.513, + 3.519, 263, - 1.861, + 1.866, 266, - 2.762, + 2.769, 268, - 2.036, + 2.038, 273, - 2.366, + 2.369, 306, - 3.715, + 3.721, 307, - 4.891, + 4.9, 330, - 1.985, + 1.99, 333, - 1.76, + 1.765, 351, - 2.117, + 2.124, 358, - 4.417, + 4.423, 371, - 4.437, + 4.445, 382, - 3.039, + 3.044, 471, - 2.438, + 2.441, 490, - 2.6, + 2.606, 516, - 4.553, + 4.561, 582, - 2.483, + 2.491, 600, - 5.155, + 5.16, 679, - 4.605, + 4.609, 701, - 4.437, + 4.445, 753, - 8.241, + 8.245, 785, - 6.465, + 6.469, 819, - 2.4, + 2.408, 828, - 2.4, + 2.408, 866, - 1.52, + 1.525, 891, - 2.56, + 2.565, 915, - 2.387, + 2.393, 941, - 1.599, + 1.605, 948, - 1.612, + 1.617, 1047, - 1.936, + 1.943, 1064, - 3.05, + 3.058, 1126, - 5.62, + 5.561, 1140, - 5.107, + 5.111, 1143, - 2.63, + 2.639, 1155, - 4.094, + 4.101, 1202, - 1.936, + 1.943, 1306, - 2.577, + 2.586, 1309, - 4.969, + 4.976, 1406, - 1.861, + 1.868, 1559, - 2.529, + 2.537, 1679, - 5.564, + 5.573, 1814, - 5.47, + 5.422, 1841, - 2.362, + 2.37, 1894, - 6.315, + 6.323, 1918, - 3.73, + 3.742, 1982, - 2.043, + 2.027, 2027, - 5.667, + 5.671, 2358, - 2.529, + 2.537, 2469, - 6.452, + 6.462, 2582, - 2.362, + 2.334, 2736, - 2.292, + 2.3, 2780, - 2.529, + 2.537, 3712, - 4.409, + 4.415, 3938, - 5.693, + 5.573, 4242, - 4.416, + 4.427, 4464, - 2.894, + 2.903, 4466, - 7.749, + 7.754, 4498, - 3.328, + 3.339, 4514, - 4.014, + 4.024, 4558, - 3.5, + 3.511, 4621, - 2.529, + 2.537, 5982, - 3.5, + 3.511, 6763, - 6.707, + 6.71, 6848, - 3.328, + 3.339, 6923, - 6.892, - 7425, - 3.328, - 7936, - 3.328, - 7942, - 5.341, - 7943, - 5.341, - 7985, - 5.692, - 7986, - 8.766, - 8008, - 6.861, - 8151, - 5.087, - 9412, - 4.079, - 9413, - 4.079, - 9414, - 4.079, - 9415, - 8.446, - 9416, - 6.902, - 9417, - 4.079, - 9418, - 11.929, - 9419, - 9.586, - 9420, - 6.224, - 9421, - 8.446, - 9422, - 6.224, - 9423, - 9.971, - 9424, - 6.224, - 9425, - 6.224, - 9426, - 6.224, - 9427, - 4.079, - 9428, - 6.224, - 9429, - 4.079, - 9430, - 6.224, - 9431, - 4.079, - 9432, - 4.079, - 9433, - 4.079, - 9434, - 4.079, - 9435, - 4.079, - 9436, - 4.079, - 9437, - 6.224, - 9438, - 4.079, - 9439, - 6.224, - 9440, - 4.079, - 9441, - 4.079, - 9442, - 4.079, - 9443, - 4.079, - 9444, - 4.079, - 9445, - 4.079, - 9446, - 4.079, - 9447, - 4.079, - 9448, - 4.079, - 9449, - 4.079, - 9450, - 4.079, - 9451, - 4.079, - 9452, - 4.079, - 9453, - 4.079, - 9454, - 4.079, - 9455, - 4.079, - 9456, - 4.079, - 9457, - 6.224, - 9458, - 4.079, - 9459, - 4.079, - 9460, - 4.079, - 9461, - 4.079, - 9462, - 8.766, - 9463, - 6.224, - 9464, - 6.224, - 9465, - 4.079, - 9466, - 4.079, - 9467, - 4.079, - 9468, - 4.079, - 9469, - 4.079, - 9470, - 4.079, - 9471, - 4.079, - 9472, - 4.079, - 9473, - 4.079, - 9474, - 4.079, - 9475, - 4.079, - 9476, - 4.079, - 9477, - 4.079, - 9478, - 4.079 + 6.903, + 7439, + 3.339, + 7962, + 3.339, + 7968, + 5.354, + 7969, + 5.354, + 8011, + 5.706, + 8012, + 8.777, + 8034, + 6.871, + 8177, + 5.098, + 9480, + 4.092, + 9481, + 4.092, + 9482, + 4.092, + 9483, + 8.46, + 9484, + 6.916, + 9485, + 4.092, + 9486, + 11.935, + 9487, + 9.599, + 9488, + 6.24, + 9489, + 8.46, + 9490, + 6.24, + 9491, + 9.982, + 9492, + 6.24, + 9493, + 6.24, + 9494, + 6.24, + 9495, + 4.092, + 9496, + 6.24, + 9497, + 4.092, + 9498, + 6.24, + 9499, + 4.092, + 9500, + 4.092, + 9501, + 4.092, + 9502, + 4.092, + 9503, + 4.092, + 9504, + 4.092, + 9505, + 6.24, + 9506, + 4.092, + 9507, + 6.24, + 9508, + 4.092, + 9509, + 4.092, + 9510, + 4.092, + 9511, + 4.092, + 9512, + 4.092, + 9513, + 4.092, + 9514, + 4.092, + 9515, + 4.092, + 9516, + 4.092, + 9517, + 4.092, + 9518, + 4.092, + 9519, + 4.092, + 9520, + 4.092, + 9521, + 4.092, + 9522, + 4.092, + 9523, + 4.092, + 9524, + 4.092, + 9525, + 6.24, + 9526, + 4.092, + 9527, + 4.092, + 9528, + 4.092, + 9529, + 4.092, + 9530, + 8.777, + 9531, + 6.24, + 9532, + 6.24, + 9533, + 4.092, + 9534, + 4.092, + 9535, + 4.092, + 9536, + 4.092, + 9537, + 4.092, + 9538, + 4.092, + 9539, + 4.092, + 9540, + 4.092, + 9541, + 4.092, + 9542, + 4.092, + 9543, + 4.092, + 9544, + 4.092, + 9545, + 4.092, + 9546, + 4.092 ] ], [ @@ -94554,483 +94840,483 @@ "data/ref/stable/debug", [ 7, - 1.233, + 1.235, 9, - 2.535, + 2.541, 10, - 0.705, + 0.707, 12, - 1.488, + 1.493, 18, - 1.15, + 1.151, 20, - 1.534, + 1.535, 22, - 1.34, + 1.345, 27, - 1.888, + 1.895, 30, - 1.974, + 1.98, 36, - 1.491, + 1.494, 38, - 0.969, + 0.971, 46, - 0.745, + 0.747, 52, - 1.799, + 1.804, 57, 1.499, 59, - 1.006, + 1.007, 60, - 0.907, + 0.911, 77, - 1.694, + 1.697, 79, - 0.999, + 1.0, 86, - 1.696, + 1.701, 90, - 0.777, + 0.78, 99, - 0.931, + 0.932, 100, - 1.638, + 1.64, 103, - 2.01, + 2.013, 105, - 1.308, + 1.313, 106, - 1.465, + 1.468, 107, - 1.244, + 1.247, 108, - 0.958, + 0.962, 113, - 1.309, + 1.313, 122, - 1.015, + 1.019, 124, - 1.421, + 1.427, 126, - 1.297, + 1.3, 136, - 2.66, + 2.67, 137, - 2.252, + 2.206, 140, - 1.502, + 1.508, 141, - 3.229, + 3.234, 142, - 2.595, + 2.599, 148, - 2.016, + 2.018, 150, - 0.825, + 0.828, 153, - 1.856, + 1.859, 158, - 1.527, + 1.532, 160, - 2.21, + 2.202, 165, - 3.456, + 3.457, 169, - 1.718, + 1.719, 171, - 2.678, + 2.686, 177, - 1.598, + 1.603, 196, - 2.828, + 2.834, 201, - 1.174, + 1.177, 207, - 1.085, + 1.089, 229, - 1.198, + 1.201, 230, - 1.135, + 1.139, 240, - 1.485, + 1.49, 241, - 1.751, + 1.755, 243, - 1.615, + 1.621, 244, - 2.887, + 2.872, 247, - 3.032, + 3.037, 249, - 1.564, + 1.57, 257, - 1.288, + 1.293, 263, - 2.741, + 2.745, 268, - 2.006, + 2.009, 269, - 1.185, + 1.189, 273, - 1.289, + 1.293, 280, - 2.048, + 2.054, 285, - 3.663, + 3.67, 315, - 2.021, + 2.029, 330, - 1.666, + 1.671, 332, - 2.722, + 2.727, 333, - 2.114, + 2.118, 351, - 2.711, + 2.719, 358, - 3.012, + 3.019, 368, - 2.326, + 2.33, 380, - 1.158, + 1.162, 382, - 1.88, + 1.885, 390, - 2.2, + 2.207, 411, - 1.692, + 1.698, 426, - 4.774, + 4.786, 442, - 1.46, + 1.466, 452, - 1.9, + 1.905, 471, - 2.003, + 2.008, 472, - 1.502, + 1.508, 489, - 1.517, + 1.523, 496, - 1.517, + 1.523, 500, - 1.906, + 1.911, 504, - 3.788, + 3.753, 505, - 1.672, + 1.678, 506, - 1.985, + 1.992, 510, - 1.198, + 1.202, 513, - 2.711, + 2.719, 516, - 5.297, + 5.304, 521, - 1.818, + 1.824, 524, - 3.449, + 3.453, 546, - 1.758, + 1.764, 547, - 3.074, + 3.083, 554, - 2.452, + 2.458, 556, - 4.038, + 4.043, 573, - 1.223, + 1.228, 581, - 1.758, + 1.764, 590, - 1.351, + 1.356, 601, - 1.181, + 1.186, 629, - 0.98, + 0.984, 634, - 1.288, + 1.293, 672, - 2.431, + 2.414, 677, - 1.502, + 1.508, 691, - 1.598, + 1.603, 744, - 5.353, + 5.357, 749, - 1.781, + 1.788, 750, - 2.532, + 2.54, 765, - 2.29, + 2.296, 771, - 1.517, + 1.523, 773, - 2.708, + 2.714, 774, - 2.362, + 2.369, 827, - 3.025, + 3.034, 891, - 1.106, + 1.11, 895, - 1.564, + 1.57, 904, - 2.313, + 2.322, 914, - 1.362, + 1.367, 915, - 2.506, + 2.512, 917, - 4.992, + 4.996, 931, - 2.264, + 2.244, 944, - 1.672, + 1.678, 948, - 2.064, + 2.07, 999, - 1.502, + 1.508, 1025, - 1.288, + 1.293, 1029, - 1.597, + 1.586, 1034, - 1.25, + 1.255, 1062, - 1.781, + 1.788, 1071, - 1.859, + 1.839, 1082, - 3.301, + 3.311, 1104, - 1.135, + 1.139, 1109, - 2.532, + 2.54, 1150, - 1.832, + 1.839, 1172, - 4.145, + 4.153, 1186, - 1.597, + 1.603, 1198, - 2.979, + 2.988, 1218, - 2.313, + 2.322, 1221, - 1.615, + 1.621, 1255, - 2.252, + 2.261, 1262, - 2.381, + 2.39, 1272, - 3.874, + 3.88, 1295, - 3.687, + 3.692, 1296, - 3.756, + 3.76, 1309, - 1.781, + 1.788, 1373, - 2.797, + 2.808, 1383, - 2.981, + 2.992, 1415, - 2.252, + 2.261, 1434, - 2.617, + 2.625, 1436, - 2.459, + 2.469, 1459, - 4.618, + 4.621, 1465, - 3.233, + 3.238, 1472, - 4.106, + 4.112, 1478, - 8.243, + 8.25, 1495, - 2.894, + 2.902, 1509, - 2.252, + 2.261, 1511, - 1.758, + 1.764, 1548, - 4.029, + 4.038, 1559, - 2.021, + 2.029, 1562, - 3.441, + 3.452, 1606, - 3.846, + 3.856, 1649, - 1.713, + 1.719, 1662, - 2.875, + 2.882, 1697, - 4.82, + 4.83, 1713, - 1.713, + 1.719, 1774, - 2.647, + 2.655, 1823, - 1.985, + 1.958, 1848, - 3.301, + 3.311, 1863, - 2.551, + 2.56, 1885, - 1.888, + 1.895, 1908, - 1.474, + 1.479, 1973, - 3.125, + 3.135, 2015, - 3.521, + 3.531, 2225, - 2.66, + 2.67, 2272, - 2.66, + 2.67, 2440, - 2.532, + 2.54, 2582, - 3.025, + 2.988, 2631, - 2.06, + 2.068, 2646, - 2.551, + 2.56, 2690, - 5.517, + 5.525, 2918, - 2.459, + 2.469, 3182, - 3.941, + 3.952, 3224, - 2.148, + 2.156, 3246, - 3.706, + 3.717, 3247, - 2.381, + 2.39, 3337, - 2.66, + 2.67, 3610, - 2.816, + 2.824, 3938, - 2.197, + 2.156, 3972, - 5.653, + 5.659, 4019, - 2.797, + 2.808, 4538, - 3.941, + 3.952, 4745, - 4.55, + 4.56, 5116, - 2.66, + 2.67, 5260, - 4.777, + 4.791, 5400, - 3.941, + 3.827, 5627, - 2.797, + 2.808, 5689, - 5.608, + 5.622, 5746, - 2.797, + 2.808, 5767, - 2.981, + 2.992, 5882, - 2.981, + 2.992, 5899, - 7.018, + 7.031, 5974, - 2.66, - 7103, - 2.797, - 8579, - 5.608, - 9048, - 2.66, - 9355, - 5.608, - 9398, - 4.262, - 9479, - 5.224, - 9480, - 3.26, - 9481, - 3.26, - 9482, - 3.26, - 9483, - 2.981, - 9484, - 3.26, - 9485, - 3.26, - 9486, - 6.536, - 9487, - 7.474, - 9488, - 9.527, - 9489, - 3.26, - 9490, - 3.26, - 9491, - 3.26, - 9492, - 3.26, - 9493, - 3.26, - 9494, - 3.26, - 9495, - 3.26, - 9496, - 3.26, - 9497, - 2.981, - 9498, - 3.26, - 9499, - 3.26, - 9500, - 3.26, - 9501, - 3.26, - 9502, - 8.179, - 9503, - 3.26, - 9504, - 2.981, - 9505, - 3.26, - 9506, - 6.536, - 9507, - 3.26, - 9508, - 3.26, - 9509, - 4.777, - 9510, - 3.26, - 9511, - 3.26, - 9512, - 3.26, - 9513, - 3.26, - 9514, - 3.26 + 2.67, + 7117, + 2.808, + 8612, + 5.622, + 9116, + 2.67, + 9423, + 5.622, + 9466, + 4.275, + 9547, + 5.239, + 9548, + 3.272, + 9549, + 3.272, + 9550, + 3.272, + 9551, + 2.992, + 9552, + 3.272, + 9553, + 3.272, + 9554, + 6.552, + 9555, + 7.49, + 9556, + 9.54, + 9557, + 3.272, + 9558, + 3.272, + 9559, + 3.272, + 9560, + 3.272, + 9561, + 3.272, + 9562, + 3.272, + 9563, + 3.272, + 9564, + 3.272, + 9565, + 2.992, + 9566, + 3.272, + 9567, + 3.272, + 9568, + 3.272, + 9569, + 3.272, + 9570, + 8.195, + 9571, + 3.272, + 9572, + 2.992, + 9573, + 3.272, + 9574, + 6.552, + 9575, + 3.272, + 9576, + 3.272, + 9577, + 4.791, + 9578, + 3.272, + 9579, + 3.272, + 9580, + 3.272, + 9581, + 3.272, + 9582, + 3.272 ] ], [ @@ -95050,15 +95336,15 @@ 7, 0.882, 8, - 2.753, + 2.754, 9, 1.143, 10, - 1.159, + 1.16, 11, 1.221, 12, - 3.206, + 3.207, 17, 0.913, 18, @@ -95084,7 +95370,7 @@ 52, 1.32, 55, - 1.616, + 1.617, 56, 1.611, 57, @@ -95104,7 +95390,7 @@ 79, 0.938, 84, - 1.443, + 1.444, 86, 2.7, 88, @@ -95114,19 +95400,21 @@ 90, 1.815, 91, - 0.838, + 0.839, 94, 1.143, 97, 0.392, 99, - 1.061, + 1.062, 100, - 1.847, + 1.864, 102, - 0.632, + 0.628, 103, 1.104, + 104, + 0.687, 105, 0.986, 106, @@ -95134,7 +95422,7 @@ 107, 0.258, 109, - 0.508, + 0.505, 110, 0.535, 111, @@ -95148,11 +95436,11 @@ 124, 1.469, 126, - 2.063, + 2.076, 128, - 1.669, + 1.651, 130, - 1.495, + 1.496, 132, 0.844, 133, @@ -95162,19 +95450,19 @@ 142, 2.472, 148, - 1.615, + 1.662, 149, 0.516, 150, 0.622, 151, - 1.018, + 1.01, 153, 1.594, 158, 1.84, 160, - 1.861, + 1.851, 165, 2.098, 167, @@ -95184,7 +95472,7 @@ 170, 0.52, 172, - 2.938, + 2.913, 174, 3.61, 177, @@ -95194,7 +95482,7 @@ 194, 1.219, 196, - 0.849, + 0.85, 197, 1.422, 198, @@ -95202,7 +95490,7 @@ 201, 1.414, 203, - 0.73, + 0.731, 207, 0.451, 211, @@ -95210,13 +95498,13 @@ 226, 0.377, 228, - 1.043, + 1.035, 229, 1.852, 230, 1.173, 231, - 2.012, + 2.013, 239, 0.596, 240, @@ -95248,13 +95536,13 @@ 273, 2.186, 280, - 1.88, + 1.881, 285, 1.509, 290, 0.956, 292, - 1.443, + 1.444, 296, 5.401, 306, @@ -95264,23 +95552,23 @@ 330, 2.007, 332, - 2.223, + 2.224, 333, 1.517, 335, - 1.618, + 1.619, 341, - 1.633, + 1.617, 342, 1.1, 350, - 2.476, + 2.477, 358, 0.624, 368, 1.177, 373, - 1.495, + 1.496, 380, 1.703, 382, @@ -95288,13 +95576,13 @@ 387, 1.46, 392, - 1.18, + 1.181, 402, 0.721, 407, 0.856, 419, - 1.552, + 1.553, 425, 0.773, 433, @@ -95306,9 +95594,9 @@ 453, 1.423, 454, - 0.539, + 0.54, 456, - 2.585, + 2.586, 457, 0.481, 459, @@ -95326,9 +95614,9 @@ 500, 0.896, 504, - 2.43, + 2.403, 507, - 3.122, + 3.123, 510, 2.152, 513, @@ -95342,19 +95630,19 @@ 552, 2.633, 553, - 1.204, + 1.205, 555, - 1.502, + 1.493, 561, - 0.429, + 0.43, 563, - 0.856, + 0.84, 577, 1.321, 601, 1.738, 602, - 0.993, + 0.994, 603, 1.026, 604, @@ -95370,9 +95658,9 @@ 623, 3.118, 633, - 1.707, + 1.708, 634, - 1.635, + 1.636, 640, 0.961, 643, @@ -95386,7 +95674,7 @@ 659, 0.773, 672, - 3.269, + 3.238, 674, 0.679, 675, @@ -95394,13 +95682,13 @@ 679, 2.148, 680, - 1.77, + 1.771, 683, 1.431, 685, 1.955, 691, - 2.408, + 2.479, 692, 1.553, 703, @@ -95432,51 +95720,51 @@ 749, 3.439, 751, - 3.514, + 3.515, 752, 1.907, 759, 0.874, 762, - 1.538, + 1.524, 765, 1.68, 771, 1.568, 773, - 2.122, + 2.123, 774, - 1.11, + 1.111, 793, - 2.231, + 2.232, 826, 1.291, 828, 1.983, 832, - 1.616, + 1.617, 845, 0.913, 848, 0.671, 849, - 2.793, + 2.794, 856, 1.661, 859, 1.231, 860, - 3.189, + 3.19, 861, 0.913, 866, 1.542, 891, - 2.669, + 2.67, 894, - 3.201, + 3.285, 913, - 2.615, + 2.616, 915, 0.942, 918, @@ -95488,13 +95776,13 @@ 924, 2.988, 931, - 0.68, + 0.673, 941, 0.963, 944, 1.728, 960, - 0.618, + 0.613, 962, 0.637, 963, @@ -95508,29 +95796,29 @@ 1002, 1.217, 1010, - 1.009, + 1.01, 1025, - 3.11, + 3.202, 1029, - 1.204, + 1.191, 1039, - 1.816, + 1.817, 1040, 0.811, 1041, 3.847, 1042, - 4.628, + 4.629, 1046, - 2.869, + 2.87, 1047, 1.6, 1052, - 2.519, + 2.52, 1055, - 3.59, + 3.811, 1061, - 4.401, + 4.402, 1064, 0.664, 1066, @@ -95544,7 +95832,7 @@ 1124, 0.874, 1126, - 0.679, + 0.671, 1143, 0.874, 1147, @@ -95560,7 +95848,7 @@ 1192, 0.84, 1198, - 2.36, + 2.361, 1202, 0.643, 1220, @@ -95574,7 +95862,7 @@ 1255, 0.936, 1261, - 0.825, + 0.811, 1272, 2.38, 1275, @@ -95588,9 +95876,9 @@ 1296, 0.915, 1298, - 2.129, + 2.13, 1306, - 1.552, + 1.553, 1312, 0.99, 1326, @@ -95600,9 +95888,9 @@ 1337, 0.874, 1347, - 2.004, + 2.005, 1379, - 0.63, + 0.624, 1401, 0.825, 1403, @@ -95612,13 +95900,13 @@ 1409, 1.06, 1411, - 3.645, + 3.646, 1416, 1.697, 1428, 1.342, 1432, - 0.761, + 0.762, 1434, 0.679, 1440, @@ -95634,29 +95922,29 @@ 1472, 2.992, 1486, - 2.39, + 2.391, 1491, - 2.004, + 2.005, 1498, 1.697, 1511, - 0.73, + 0.731, 1532, 1.584, 1541, - 0.73, + 0.731, 1543, - 1.445, + 1.446, 1548, - 0.73, + 0.731, 1557, 0.811, 1574, 0.825, 1584, - 0.761, + 0.762, 1588, - 3.084, + 3.274, 1590, 2.016, 1596, @@ -95674,7 +95962,7 @@ 1662, 1.482, 1682, - 1.552, + 1.553, 1685, 1.853, 1692, @@ -95684,27 +95972,27 @@ 1713, 0.712, 1767, - 1.445, + 1.446, 1769, 1.553, 1797, 0.874, 1804, - 2.572, + 2.573, 1813, 0.961, 1814, - 1.11, + 1.1, 1839, - 2.39, + 2.391, 1840, 1.922, 1858, - 3.533, + 3.534, 1860, 1.239, 1868, - 3.458, + 3.459, 1884, 1.431, 1890, @@ -95724,9 +96012,9 @@ 1939, 0.99, 1942, - 1.893, + 1.894, 1949, - 3.122, + 3.123, 1962, 2.461, 1973, @@ -95734,7 +96022,7 @@ 1974, 1.106, 1982, - 3.815, + 3.773, 1990, 0.893, 1993, @@ -95748,7 +96036,7 @@ 2008, 1.106, 2024, - 2.424, + 2.425, 2026, 2.22, 2027, @@ -95758,15 +96046,15 @@ 2042, 0.751, 2043, - 3.917, + 3.918, 2073, 1.022, 2075, 3.766, 2087, - 1.552, + 1.553, 2114, - 1.552, + 1.553, 2117, 0.893, 2139, @@ -95774,9 +96062,9 @@ 2158, 1.656, 2164, - 2.072, + 2.073, 2182, - 1.259, + 1.26, 2190, 0.785, 2299, @@ -95786,13 +96074,13 @@ 2307, 1.743, 2327, - 2.129, + 2.13, 2330, - 1.618, + 1.619, 2341, 1.022, 2346, - 3.447, + 3.448, 2358, 0.84, 2387, @@ -95812,13 +96100,13 @@ 2442, 0.99, 2463, - 3.081, + 3.082, 2469, 0.961, 2472, 0.913, 2498, - 2.669, + 2.616, 2503, 0.893, 2514, @@ -95830,7 +96118,7 @@ 2568, 0.856, 2582, - 1.423, + 1.401, 2621, 0.99, 2633, @@ -95838,7 +96126,7 @@ 2655, 1.106, 2709, - 4.242, + 4.243, 2721, 1.239, 2775, @@ -95852,7 +96140,7 @@ 2871, 0.773, 2872, - 2.39, + 2.391, 2875, 0.825, 2907, @@ -95866,7 +96154,7 @@ 2955, 0.773, 2967, - 1.618, + 1.619, 2994, 0.893, 2998, @@ -95884,7 +96172,7 @@ 3243, 1.853, 3248, - 2.246, + 2.247, 3254, 1.163, 3311, @@ -95900,9 +96188,9 @@ 3400, 1.794, 3415, - 2.93, + 2.931, 3559, - 5.496, + 5.497, 3561, 2.108, 3566, @@ -95918,11 +96206,11 @@ 3712, 0.657, 3713, - 2.435, + 2.436, 3861, - 3.122, + 3.123, 3902, - 1.552, + 1.553, 3924, 1.794, 3936, @@ -95934,7 +96222,7 @@ 4098, 0.84, 4150, - 5.358, + 5.359, 4174, 1.06, 4233, @@ -95963,12 +96251,14 @@ 1.239, 4716, 1.239, + 4723, + 1.106, 4745, 0.825, 4774, - 3.551, + 3.552, 4844, - 2.891, + 2.892, 4845, 2.108, 4849, @@ -95978,7 +96268,7 @@ 4867, 5.401, 5109, - 2.246, + 2.247, 5156, 1.853, 5169, @@ -95986,7 +96276,7 @@ 5170, 1.239, 5190, - 2.004, + 2.005, 5228, 4.115, 5251, @@ -95996,9 +96286,9 @@ 5557, 2.108, 5568, - 2.749, + 2.75, 5670, - 2.246, + 2.247, 5682, 0.936, 5691, @@ -96006,11 +96296,11 @@ 5761, 1.106, 5852, - 2.246, + 2.247, 5889, 1.106, 5899, - 2.891, + 2.892, 6090, 2.108, 6135, @@ -96022,197 +96312,61 @@ 6583, 1.239, 6959, - 2.004, - 7001, - 2.051, - 7136, - 2.246, - 7191, + 2.005, + 7006, + 2.052, + 7150, + 2.247, + 7205, 1.163, - 7435, + 7449, 1.853, - 7436, + 7450, 1.163, - 7562, + 7576, 1.239, - 7624, - 2.749, - 7936, + 7638, + 2.75, + 7962, 1.106, - 8527, - 3.081, - 8612, - 3.784, - 8682, + 8553, + 3.082, + 8645, + 3.785, + 8715, 1.239, - 8701, + 8734, 1.239, - 8708, + 8741, 1.163, - 8714, + 8747, 1.922, - 8737, + 8770, 2.461, - 9040, - 2.891, - 9259, - 1.239, - 9359, - 5.755, - 9515, - 2.456, - 9516, - 2.456, - 9517, - 5.363, - 9518, - 2.456, - 9519, - 2.456, - 9520, - 1.355, - 9521, - 2.456, - 9522, - 2.004, - 9523, - 1.355, - 9524, - 1.355, - 9525, - 1.355, - 9526, - 1.355, - 9527, - 1.355, - 9528, - 2.456, - 9529, - 1.355, - 9530, - 1.355, - 9531, - 1.355, - 9532, - 1.355, - 9533, - 1.355, - 9534, - 1.355, - 9535, - 2.456, - 9536, - 10.327, - 9537, - 2.456, - 9538, - 1.355, - 9539, - 2.456, - 9540, - 1.355, - 9541, - 1.355, - 9542, - 1.355, - 9543, - 1.355, - 9544, - 2.456, - 9545, - 1.239, - 9546, - 1.355, - 9547, - 1.355, - 9548, - 1.355, - 9549, - 1.355, - 9550, - 3.369, - 9551, - 1.355, - 9552, - 1.355, - 9553, - 1.355, - 9554, - 1.355, - 9555, - 1.355, - 9556, - 3.369, - 9557, - 2.456, - 9558, - 2.456, - 9559, - 3.369, - 9560, - 1.355, - 9561, - 1.355, - 9562, - 1.355, - 9563, - 1.355, - 9564, - 1.355, - 9565, - 1.355, - 9566, - 1.355, - 9567, - 1.355, - 9568, + 9108, + 2.892, + 9327, 1.239, - 9569, - 1.355, - 9570, - 1.355, - 9571, - 1.355, - 9572, - 1.355, - 9573, - 2.456, - 9574, - 2.456, - 9575, - 1.355, - 9576, - 1.355, - 9577, - 1.355, - 9578, - 1.355, - 9579, - 4.139, - 9580, - 2.456, - 9581, - 1.355, - 9582, - 1.355, + 9427, + 6.11, 9583, - 1.355, + 2.457, 9584, 1.355, 9585, - 1.355, + 2.457, 9586, - 1.355, + 5.364, 9587, - 1.355, + 2.457, 9588, - 1.355, + 2.457, 9589, 1.355, 9590, - 1.355, + 2.457, 9591, - 1.355, + 2.005, 9592, 1.355, 9593, @@ -96224,7 +96378,7 @@ 9596, 1.355, 9597, - 1.355, + 2.457, 9598, 1.355, 9599, @@ -96234,19 +96388,19 @@ 9601, 1.355, 9602, - 3.369, + 1.355, 9603, - 1.239, + 1.355, 9604, - 2.246, + 2.457, 9605, - 2.456, + 10.328, 9606, - 3.369, + 2.457, 9607, - 3.369, - 9608, 1.355, + 9608, + 2.457, 9609, 1.355, 9610, @@ -96256,9 +96410,9 @@ 9612, 1.355, 9613, - 1.355, + 2.457, 9614, - 1.355, + 1.239, 9615, 1.355, 9616, @@ -96268,7 +96422,7 @@ 9618, 1.355, 9619, - 1.355, + 3.37, 9620, 1.355, 9621, @@ -96280,19 +96434,19 @@ 9624, 1.355, 9625, - 1.355, + 3.37, 9626, - 1.355, + 2.457, 9627, - 1.355, + 2.457, 9628, - 1.355, + 3.37, 9629, 1.355, 9630, 1.355, 9631, - 3.369, + 1.355, 9632, 1.355, 9633, @@ -96304,7 +96458,7 @@ 9636, 1.355, 9637, - 1.355, + 1.239, 9638, 1.355, 9639, @@ -96312,27 +96466,27 @@ 9640, 1.355, 9641, - 2.246, - 9642, 1.355, + 9642, + 2.457, 9643, - 1.355, + 2.457, 9644, 1.355, 9645, - 1.163, + 1.355, 9646, 1.355, 9647, 1.355, 9648, - 1.355, + 4.139, 9649, - 1.355, + 2.457, 9650, 1.355, 9651, - 2.456, + 1.355, 9652, 1.355, 9653, @@ -96340,6 +96494,144 @@ 9654, 1.355, 9655, + 1.355, + 9656, + 1.355, + 9657, + 1.355, + 9658, + 1.355, + 9659, + 1.355, + 9660, + 1.355, + 9661, + 1.355, + 9662, + 1.355, + 9663, + 1.355, + 9664, + 1.355, + 9665, + 1.355, + 9666, + 1.355, + 9667, + 1.355, + 9668, + 1.355, + 9669, + 1.355, + 9670, + 1.355, + 9671, + 3.37, + 9672, + 1.239, + 9673, + 2.247, + 9674, + 2.457, + 9675, + 3.37, + 9676, + 3.37, + 9677, + 1.355, + 9678, + 1.355, + 9679, + 1.355, + 9680, + 1.355, + 9681, + 1.355, + 9682, + 1.355, + 9683, + 1.355, + 9684, + 1.355, + 9685, + 1.355, + 9686, + 1.355, + 9687, + 1.355, + 9688, + 1.355, + 9689, + 1.355, + 9690, + 1.355, + 9691, + 1.355, + 9692, + 1.355, + 9693, + 1.355, + 9694, + 1.355, + 9695, + 1.355, + 9696, + 1.355, + 9697, + 1.355, + 9698, + 1.355, + 9699, + 1.355, + 9700, + 3.37, + 9701, + 1.355, + 9702, + 1.355, + 9703, + 1.355, + 9704, + 1.355, + 9705, + 1.355, + 9706, + 1.355, + 9707, + 1.355, + 9708, + 1.355, + 9709, + 1.355, + 9710, + 2.247, + 9711, + 1.355, + 9712, + 1.355, + 9713, + 1.355, + 9714, + 1.163, + 9715, + 1.355, + 9716, + 1.355, + 9717, + 1.355, + 9718, + 1.355, + 9719, + 1.355, + 9720, + 2.457, + 9721, + 1.355, + 9722, + 1.355, + 9723, + 1.355, + 9724, 1.355 ] ], @@ -96354,281 +96646,281 @@ "data/ref/stable/dmStringFunc", [ 7, - 1.248, + 1.311, 10, - 1.244, + 1.242, 18, 1.092, 20, - 1.438, + 1.437, 22, - 3.289, + 3.285, 36, - 1.596, + 1.594, 38, - 0.889, + 0.888, 46, - 0.821, + 0.82, 57, - 1.505, + 1.504, 59, - 0.519, + 0.518, 77, - 1.657, + 1.655, 79, - 0.68, + 0.679, 99, 1.074, 100, - 1.08, + 1.078, 106, - 1.031, + 1.029, 107, - 1.095, + 1.093, 125, - 1.751, + 1.748, 126, - 1.974, + 1.972, 132, - 4.076, + 4.075, 144, - 4.834, + 4.83, 149, - 3.046, + 3.043, 268, - 2.266, + 2.265, 269, - 2.257, + 2.255, 273, - 1.975, + 1.973, 292, - 3.428, + 3.424, 295, - 2.652, + 2.647, 330, - 3.333, + 3.331, 332, - 1.915, + 1.912, 333, - 2.602, + 2.6, 362, - 3.879, + 3.872, 368, - 2.276, + 2.273, 378, - 3.711, + 3.704, 387, - 2.822, + 2.819, 407, - 3.637, + 3.63, 459, - 3.724, + 3.719, 489, - 2.678, + 2.673, 496, - 2.678, + 2.673, 500, - 2.92, + 2.916, 510, - 2.114, + 2.11, 556, - 3.289, + 3.285, 612, - 6.254, + 6.25, 629, - 1.731, + 1.728, 672, - 4.281, + 4.236, 683, - 2.444, + 2.44, 685, - 2.346, + 2.342, 686, - 4.314, + 4.309, 740, - 2.916, + 2.911, 806, - 5.262, + 5.253, 824, - 4.502, + 4.494, 874, - 2.951, + 2.946, 999, - 2.652, + 2.647, 1025, - 3.635, + 3.632, 1041, - 4.726, + 4.723, 1062, - 3.144, + 3.139, 1081, - 3.504, + 3.497, 1082, - 5.057, + 5.051, 1104, - 2.003, + 2.0, 1140, - 2.652, + 2.647, 1155, - 2.79, + 2.785, 1186, - 2.82, + 2.815, 1221, - 2.851, + 2.846, 1322, - 2.951, + 2.946, 1324, - 2.987, + 2.981, 1375, - 4.203, + 4.196, 1424, - 4.696, + 4.688, 1431, - 4.502, + 4.494, 1444, - 5.262, + 5.253, 1446, - 4.696, + 4.688, 1459, - 4.054, + 4.051, 1465, - 4.414, + 4.413, 1482, - 4.203, + 4.196, 1502, - 2.951, + 2.946, 1559, - 4.962, + 4.955, 1596, - 3.062, + 3.057, 1908, - 2.602, + 2.597, 2066, - 3.879, + 3.785, 2100, - 5.845, + 5.838, 2164, - 2.487, + 2.482, 2360, - 3.102, + 3.097, 2410, - 8.115, + 8.109, 2440, - 2.79, + 2.785, 2498, - 3.711, + 3.63, 2514, - 3.144, + 3.139, 2544, - 3.711, + 3.704, 2554, - 4.788, + 4.782, 2831, - 4.341, + 4.334, 3237, - 4.083, + 4.076, 3247, - 5.845, + 5.838, 3411, - 3.879, + 3.785, 3713, - 3.387, + 3.381, 3984, - 4.497, + 4.428, 4069, - 6.703, + 6.698, 4134, - 3.791, + 3.785, 4376, - 6.867, + 6.859, 4751, - 7.318, + 8.406, 4876, - 4.203, + 4.196, 5120, - 4.203, + 4.196, 5682, - 5.528, + 5.522, 6078, - 6.261, + 6.253, 6473, - 5.097, + 5.092, 6917, - 8.414, - 7141, - 6.261, - 7169, - 5.262, - 7404, - 6.72, - 7439, - 4.938, - 8714, - 6.261, - 9349, - 4.938, - 9656, - 5.755, - 9657, - 9.201, - 9658, - 5.755, - 9659, - 5.755, - 9660, - 5.755, - 9661, - 5.755, - 9662, - 5.755, - 9663, - 5.755, - 9664, - 5.755, - 9665, - 5.262, - 9666, - 5.262, - 9667, - 5.755, - 9668, - 5.755, - 9669, - 5.755, - 9670, - 5.755, - 9671, - 8.003, - 9672, - 8.003, - 9673, - 5.755, - 9674, - 5.755, - 9675, - 11.496, - 9676, - 5.755, - 9677, - 8.003, - 9678, - 8.003, - 9679, - 8.003, - 9680, - 5.755, - 9681, - 5.755, - 9682, - 9.201, - 9683, - 8.003, - 9684, - 5.755, - 9685, - 5.755, - 9686, - 5.755 + 9.087, + 7155, + 6.253, + 7183, + 5.253, + 7418, + 6.714, + 7453, + 4.929, + 8747, + 6.253, + 9417, + 4.929, + 9725, + 5.745, + 9726, + 9.192, + 9727, + 5.745, + 9728, + 5.745, + 9729, + 5.745, + 9730, + 5.745, + 9731, + 5.745, + 9732, + 5.745, + 9733, + 5.745, + 9734, + 5.253, + 9735, + 5.253, + 9736, + 5.745, + 9737, + 5.745, + 9738, + 5.745, + 9739, + 5.745, + 9740, + 7.993, + 9741, + 7.993, + 9742, + 5.745, + 9743, + 5.745, + 9744, + 11.491, + 9745, + 5.745, + 9746, + 7.993, + 9747, + 7.993, + 9748, + 7.993, + 9749, + 5.745, + 9750, + 5.745, + 9751, + 9.192, + 9752, + 7.993, + 9753, + 5.745, + 9754, + 5.745, + 9755, + 5.745 ] ], [ @@ -96642,159 +96934,159 @@ "data/ref/stable/label", [ 0, - 0.75, + 0.751, 7, - 0.768, + 0.77, 18, 1.162, 20, 1.622, 36, - 1.22, + 1.223, 46, - 1.356, + 1.357, 50, - 4.625, + 4.632, 57, 1.597, 75, - 4.179, + 4.184, 79, - 0.807, + 0.808, 90, - 1.99, + 1.993, 96, - 2.646, + 2.65, 99, - 0.906, + 0.907, 100, - 1.915, + 1.917, 101, - 4.047, + 4.053, 102, - 2.747, + 2.735, 103, - 1.922, + 1.925, 104, - 4.281, + 4.237, 106, - 1.495, + 1.498, 113, - 1.673, + 1.675, 118, - 5.383, + 5.391, 125, - 1.861, + 1.865, 126, - 1.215, + 1.217, 132, - 3.265, + 3.268, 142, - 2.825, + 2.828, 158, - 1.789, + 1.793, 159, - 4.913, + 4.92, 175, - 5.136, + 5.138, 202, - 3.849, + 3.827, 212, - 4.75, + 4.754, 216, - 4.603, + 4.605, 263, - 3.052, + 3.055, 268, - 1.249, + 1.252, 269, - 1.894, + 1.897, 271, - 3.175, + 3.144, 285, - 4.256, + 4.261, 286, - 5.767, + 5.776, 327, - 5.767, + 5.776, 329, - 6.94, + 6.948, 335, - 5.5, + 5.508, 358, - 2.82, + 2.826, 373, - 5.082, + 5.09, 382, - 2.202, + 2.207, 452, - 1.779, + 1.783, 472, - 2.82, + 2.826, 496, - 2.847, + 2.853, 623, - 2.716, + 2.722, 629, - 1.84, + 1.844, 675, - 2.346, + 2.351, 773, - 2.217, + 2.222, 849, - 3.705, + 3.711, 907, - 4.031, + 4.04, 951, - 4.913, + 4.92, 1019, - 3.858, + 3.861, 1025, - 2.418, + 2.423, 1254, - 5.503, + 5.509, 1273, - 7.24, + 7.242, 1309, - 3.343, + 3.35, 1406, - 2.793, + 2.799, 1459, - 2.494, + 2.5, 1465, - 3.6, + 3.603, 1471, - 3.031, + 3.038, 1559, - 5.176, + 5.183, 1602, - 2.998, + 3.005, 1656, - 4.469, + 4.479, 2268, - 3.256, + 3.263, 2323, - 4.691, + 4.698, 2597, - 6.098, + 6.107, 2633, - 3.137, + 3.144, 3311, - 3.867, + 3.875, 3864, - 4.787, + 4.798, 5621, - 5.595, + 5.608, 5776, - 5.595, - 7759, - 5.595, - 7919, - 5.595, - 9687, - 6.119, - 9688, - 5.595 + 5.608, + 7773, + 5.608, + 7940, + 5.608, + 9756, + 6.132, + 9757, + 5.608 ] ], [ @@ -96810,177 +97102,177 @@ 8, 3.359, 18, - 1.109, + 1.11, 20, - 0.997, + 0.998, 36, - 1.904, + 1.905, 38, - 0.833, + 0.834, 55, - 3.597, + 3.602, 57, - 0.959, + 0.961, 59, - 0.677, + 0.678, 73, - 4.342, + 4.349, 79, - 0.939, + 0.94, 99, 1.053, 126, - 1.895, + 1.896, 132, - 2.576, + 2.58, 226, - 2.086, + 2.089, 229, - 1.925, + 1.927, 268, - 2.144, + 2.146, 269, - 1.701, + 1.704, 292, - 3.212, + 3.217, 298, - 4.738, + 4.745, 330, - 2.391, + 2.394, 333, - 2.121, + 2.124, 471, - 2.01, + 2.013, 479, - 3.941, + 3.943, 491, - 5.866, + 5.874, 505, - 4.895, + 4.899, 601, - 2.717, + 2.721, 602, - 3.032, + 3.037, 603, - 3.132, + 3.136, 604, - 3.8, + 3.805, 605, - 4.276, + 4.282, 721, - 5.866, + 5.874, 765, - 3.344, + 3.347, 866, - 2.793, + 2.797, 895, - 3.597, + 3.602, 905, - 5.617, + 5.622, 1017, - 5.319, + 5.327, 1046, - 5.711, + 5.717, 1104, - 2.61, + 2.613, 1216, - 5.146, + 5.084, 1343, - 4.154, + 4.16, 1411, - 5.081, + 5.082, 1557, - 4.486, + 4.492, 1672, - 4.042, + 4.048, 1693, - 5.054, + 5.061, 2028, - 5.054, + 5.061, 2070, - 4.738, + 4.745, 2117, - 4.94, + 4.947, 2190, - 4.342, + 4.349, 2346, - 6.18, + 6.184, 2389, - 4.342, + 4.349, 2579, - 5.319, + 5.327, 2684, - 4.412, + 4.418, 2779, - 5.737, + 5.74, 2850, - 5.656, + 5.664, 3171, - 6.856, + 6.866, 3281, - 6.118, + 6.127, 3299, - 6.434, + 6.443, 3415, - 4.097, + 4.102, 3603, - 4.738, + 4.745, 3646, - 5.883, + 5.886, 3712, - 3.635, + 3.64, 3898, - 6.856, + 6.866, 4069, - 6.434, + 6.44, 4154, - 5.476, + 5.484, 4351, - 6.434, + 6.443, 4646, - 5.476, + 5.484, 4857, - 6.082, + 6.086, 5425, - 4.835, + 4.842, 6075, - 6.434, + 6.443, 6158, - 5.656, - 7323, - 5.319, - 7908, - 6.434, - 9689, - 7.498, - 9690, - 7.498, - 9691, - 6.856, - 9692, - 6.434, - 9693, - 6.856, - 9694, - 7.498, - 9695, - 6.856, - 9696, - 6.434, - 9697, - 6.856, - 9698, - 6.856, - 9699, - 6.856, - 9700, - 6.434, - 9701, - 7.498, - 9702, - 7.498, - 9703, - 7.498 + 5.664, + 7337, + 5.327, + 7929, + 6.443, + 9758, + 7.509, + 9759, + 7.509, + 9760, + 6.866, + 9761, + 6.443, + 9762, + 6.866, + 9763, + 7.509, + 9764, + 6.866, + 9765, + 6.443, + 9766, + 6.866, + 9767, + 6.866, + 9768, + 6.866, + 9769, + 6.443, + 9770, + 7.509, + 9771, + 7.509, + 9772, + 7.509 ] ], [ @@ -96994,531 +97286,531 @@ "data/ref/stable/liveupdate", [ 8, - 2.551, + 2.554, 10, - 1.857, + 1.86, 18, - 1.147, + 1.148, 20, - 1.484, + 1.485, 22, - 1.481, + 1.487, 27, - 2.088, + 2.095, 36, - 1.818, + 1.821, 38, - 0.878, + 0.88, 39, - 0.761, + 0.764, 46, - 1.128, + 1.13, 49, - 1.247, + 1.251, 54, - 1.711, + 1.718, 57, - 1.428, + 1.43, 59, - 0.937, + 0.938, 60, - 1.943, + 1.947, 62, - 1.192, + 1.197, 77, - 1.172, + 1.175, 78, - 1.6, + 1.606, 79, 0.966, 84, - 3.388, + 3.394, 99, 1.036, 100, - 1.612, + 1.615, 102, - 1.795, + 1.79, 103, - 1.303, + 1.306, 106, - 1.708, + 1.71, 107, - 1.635, + 1.638, 109, - 1.353, + 1.348, 110, - 2.235, + 2.241, 113, - 1.721, + 1.724, 119, - 2.867, + 2.875, 125, - 2.124, + 2.129, 126, - 1.959, + 1.962, 130, - 3.444, + 3.454, 141, - 3.178, + 3.184, 142, - 2.351, + 2.356, 143, - 1.748, + 1.754, 148, - 1.161, + 1.164, 149, - 1.372, + 1.377, 150, - 1.432, + 1.436, 151, - 1.493, + 1.487, 158, - 1.054, + 1.058, 165, - 2.823, + 2.826, 167, - 3.687, + 3.693, 169, - 0.842, + 0.844, 172, - 1.586, + 1.577, 174, - 4.552, + 4.555, 177, - 2.629, + 2.633, 194, - 1.274, + 1.277, 199, - 1.544, + 1.55, 201, - 1.569, + 1.572, 226, - 1.003, + 1.007, 229, - 1.037, + 1.04, 240, - 2.249, + 2.253, 241, - 1.211, + 1.215, 247, - 1.871, + 1.876, 248, - 3.385, + 3.394, 253, - 1.806, + 1.812, 256, - 0.81, + 0.813, 260, - 1.215, + 1.219, 268, - 1.615, + 1.618, 269, - 1.584, + 1.588, 273, - 1.952, + 1.956, 280, - 1.414, + 1.419, 332, - 1.2, + 1.204, 337, - 2.278, + 2.286, 342, - 1.615, + 1.62, 351, - 1.871, + 1.877, 382, - 1.297, + 1.302, 433, - 1.47, + 1.475, 479, - 2.123, + 2.129, 481, - 4.58, + 4.519, 489, - 2.632, + 2.64, 490, - 3.808, + 3.814, 492, - 2.088, + 2.095, 496, - 3.249, + 3.256, 510, - 1.324, + 1.329, 516, - 1.943, + 1.95, 543, - 2.27, + 2.276, 550, - 1.677, + 1.683, 552, - 2.834, + 2.838, 556, - 1.481, + 1.487, 573, - 2.123, + 2.129, 577, - 2.218, + 2.224, 596, - 1.97, + 1.977, 622, - 1.748, + 1.754, 633, - 1.827, + 1.833, 642, - 4.354, + 4.361, 645, - 2.121, + 2.129, 664, - 4.132, + 4.143, 672, - 1.677, + 1.667, 675, - 1.382, + 1.387, 679, - 3.127, + 3.134, 685, - 3.502, + 3.508, 690, - 2.278, + 2.286, 693, - 2.633, + 2.642, 695, - 1.63, + 1.636, 702, - 1.806, + 1.812, 732, - 3.727, + 3.737, 745, - 2.49, + 2.499, 762, - 4.633, + 4.595, 765, - 1.263, + 1.267, 774, - 1.63, + 1.636, 775, - 1.997, + 2.004, 811, - 1.786, + 1.792, 827, - 2.088, + 2.095, 860, - 4.354, + 4.361, 866, - 2.108, + 2.113, 879, - 2.121, + 2.129, 880, - 1.748, + 1.754, 890, - 4.104, + 4.112, 891, - 3.092, + 3.097, 894, - 2.235, + 2.241, 898, - 3.604, + 3.608, 901, - 3.94, + 3.945, 902, - 2.056, + 2.063, 905, - 2.121, + 2.129, 918, - 2.714, + 2.721, 919, - 1.848, + 1.855, 926, - 2.633, + 2.642, 931, - 2.523, + 2.5, 948, - 1.424, + 1.429, 998, - 3.276, + 3.285, 999, - 1.661, + 1.667, 1010, - 2.869, + 2.876, 1019, - 1.362, + 1.367, 1039, - 3.764, + 3.772, 1041, - 2.557, + 2.565, 1062, - 1.97, + 1.977, 1103, - 5.66, + 5.67, 1109, - 1.748, + 1.754, 1124, - 2.325, + 2.333, 1146, - 3.017, + 3.024, 1189, - 2.82, + 2.83, 1216, - 1.943, + 1.925, 1272, - 1.6, + 1.606, 1295, - 2.123, + 2.129, 1322, - 1.848, + 1.855, 1379, - 3.68, + 3.651, 1406, - 2.582, + 2.589, 1411, - 2.423, + 2.43, 1425, - 2.942, + 2.952, 1427, - 2.49, + 2.499, 1429, - 2.43, + 2.438, 1463, - 2.195, + 2.202, 1465, - 3.482, + 3.486, 1471, - 1.786, + 1.792, 1511, - 3.05, + 3.058, 1629, - 2.534, + 2.541, 1661, - 1.806, + 1.812, 1662, - 3.071, + 3.078, 1693, - 2.43, + 2.438, 1698, - 4.329, + 4.338, 1813, - 2.557, + 2.567, 1869, - 4.6, + 4.61, 1982, - 1.806, + 1.792, 2006, - 1.894, + 1.901, 2023, - 5.267, + 5.279, 2027, - 1.786, + 1.792, 2083, - 2.49, + 2.499, 2094, - 8.641, + 8.645, 2101, - 7.269, + 7.272, 2105, - 2.375, + 2.383, 2114, - 3.575, + 3.585, 2164, - 1.558, + 1.563, 2173, - 3.329, + 3.338, 2182, - 1.848, + 1.855, 2337, - 5.61, + 5.621, 2358, - 2.235, + 2.243, 2359, - 2.719, + 2.729, 2452, - 4.953, + 4.965, 2516, - 2.557, + 2.567, 2546, - 2.633, + 2.642, 2565, - 2.43, + 2.438, 2633, - 2.901, + 2.909, 2637, - 2.278, + 2.286, 2638, - 3.093, + 3.104, 2683, - 2.557, + 2.567, 2775, - 1.943, + 1.95, 2801, - 2.633, + 2.642, 2822, - 2.195, + 2.202, 2965, - 7.372, + 7.385, 2998, - 5.267, + 5.279, 3144, - 2.43, + 2.438, 3331, - 8.283, + 8.293, 3335, - 6.384, + 6.399, 3366, - 2.557, + 2.567, 3415, - 5.393, + 5.4, 3631, - 3.297, + 3.308, 3649, - 7.856, + 7.87, 3670, - 2.942, + 2.952, 3695, - 2.633, + 2.642, 3712, - 1.748, + 1.754, 3713, - 2.121, + 2.129, 3902, - 2.278, + 2.286, 3920, - 3.297, + 3.308, 3921, - 3.297, + 3.308, 3922, - 3.297, + 3.308, 3923, - 6.785, + 6.799, 3925, - 4.268, + 4.279, 3938, - 4.706, + 4.61, 3943, - 5.173, + 5.187, 3957, - 3.093, + 3.104, 3969, - 2.942, + 2.952, 4181, - 3.297, + 3.308, 4200, - 3.093, + 3.104, 4774, - 3.093, + 3.104, 4972, - 2.82, + 2.83, 5821, - 5.173, - 7362, - 2.942, - 7554, - 3.093, - 7990, - 3.093, - 8386, - 5.173, - 8387, - 5.173, - 8545, - 5.173, - 9545, - 3.297, - 9604, - 3.297, - 9704, - 3.605, - 9705, - 3.605, - 9706, - 3.605, - 9707, - 3.605, - 9708, - 3.605, - 9709, - 3.605, - 9710, - 3.605, - 9711, - 5.657, - 9712, - 3.605, - 9713, - 5.657, - 9714, - 3.605, - 9715, - 5.657, - 9716, - 3.605, - 9717, - 3.605, - 9718, - 3.605, - 9719, - 3.605, - 9720, - 3.605, - 9721, - 5.657, - 9722, - 3.605, - 9723, - 3.605, - 9724, - 3.605, - 9725, - 3.605, - 9726, - 3.605, - 9727, - 3.297, - 9728, - 5.657, - 9729, - 5.657, - 9730, - 3.605, - 9731, - 3.605, - 9732, - 5.657, - 9733, - 3.605, - 9734, - 5.657, - 9735, - 3.605, - 9736, - 3.605, - 9737, - 3.605, - 9738, - 5.657, - 9739, - 3.605, - 9740, - 3.605, - 9741, - 3.605, - 9742, - 3.605, - 9743, - 3.297, - 9744, - 5.657, - 9745, - 3.605, - 9746, - 3.605, - 9747, - 3.605, - 9748, - 3.605, - 9749, - 3.605, - 9750, - 3.605 + 5.187, + 7376, + 2.952, + 7568, + 3.104, + 8016, + 3.104, + 8412, + 5.187, + 8413, + 5.187, + 8571, + 5.187, + 9614, + 3.308, + 9673, + 3.308, + 9773, + 3.618, + 9774, + 3.618, + 9775, + 3.618, + 9776, + 3.618, + 9777, + 3.618, + 9778, + 3.618, + 9779, + 3.618, + 9780, + 5.673, + 9781, + 3.618, + 9782, + 5.673, + 9783, + 3.618, + 9784, + 5.673, + 9785, + 3.618, + 9786, + 3.618, + 9787, + 3.618, + 9788, + 3.618, + 9789, + 3.618, + 9790, + 5.673, + 9791, + 3.618, + 9792, + 3.618, + 9793, + 3.618, + 9794, + 3.618, + 9795, + 3.618, + 9796, + 3.308, + 9797, + 5.673, + 9798, + 5.673, + 9799, + 3.618, + 9800, + 3.618, + 9801, + 5.673, + 9802, + 3.618, + 9803, + 5.673, + 9804, + 3.618, + 9805, + 3.618, + 9806, + 3.308, + 9807, + 5.673, + 9808, + 3.618, + 9809, + 3.618, + 9810, + 3.618, + 9811, + 3.618, + 9812, + 3.308, + 9813, + 5.673, + 9814, + 3.618, + 9815, + 3.618, + 9816, + 3.618, + 9817, + 3.618, + 9818, + 3.618, + 9819, + 3.618 ] ], [ @@ -97532,333 +97824,333 @@ "data/ref/stable/model", [ 7, - 0.805, + 0.807, 18, 1.153, 20, - 1.554, + 1.555, 31, - 2.459, + 2.467, 36, - 1.543, + 1.546, 38, - 1.156, + 1.157, 46, - 0.606, + 0.608, 52, - 1.169, + 1.172, 57, - 1.528, + 1.529, 59, - 0.698, + 0.699, 77, - 0.879, + 0.882, 79, - 0.937, + 0.938, 90, - 1.012, + 1.015, 92, - 2.575, + 2.581, 96, - 2.732, + 2.737, 97, - 1.855, + 1.86, 99, - 0.964, + 0.965, 100, - 1.451, + 1.454, 101, - 3.11, + 3.118, 102, - 1.989, + 1.982, 103, - 2.328, + 2.33, 104, - 2.177, + 2.158, 105, - 1.703, + 1.709, 106, - 1.864, + 1.866, 107, - 0.808, + 0.81, 124, - 3.758, + 3.764, 125, - 1.952, + 1.957, 126, - 2.066, + 2.068, 135, - 2.459, + 2.467, 141, - 2.861, + 2.867, 142, - 2.895, + 2.898, 148, - 1.587, + 1.59, 158, - 1.241, + 1.245, 165, - 2.784, + 2.787, 167, - 2.595, + 2.601, 169, - 1.504, + 1.506, 170, - 3.991, + 3.995, 175, - 3.758, + 3.764, 177, - 1.299, + 1.303, 185, - 3.016, + 3.023, 194, - 1.573, + 1.576, 202, - 2.816, + 2.804, 215, - 6.106, + 6.108, 229, - 1.418, + 1.421, 233, - 2.861, + 2.871, 240, - 2.451, + 2.455, 241, - 1.374, + 1.377, 247, - 1.404, + 1.409, 263, - 1.269, + 1.273, 268, - 2.064, + 2.066, 269, - 1.456, + 1.459, 271, - 2.203, + 2.184, 273, - 1.909, + 1.913, 281, - 3.978, + 3.988, 330, - 1.354, + 1.358, 332, - 2.574, + 2.579, 344, - 2.584, + 2.593, 349, - 3.101, + 3.111, 380, - 2.278, + 2.284, 381, - 3.978, + 3.988, 392, - 1.487, + 1.492, 471, - 2.073, + 2.077, 481, - 2.459, + 2.429, 490, - 3.231, + 3.237, 540, - 2.632, + 2.64, 553, - 1.517, + 1.522, 554, - 1.593, + 1.598, 556, - 1.744, + 1.75, 595, - 3.459, + 3.467, 634, - 1.677, + 1.683, 691, - 1.963, + 1.968, 724, - 6.375, + 6.38, 728, - 2.08, + 2.087, 732, - 6.098, + 6.107, 752, - 2.957, + 2.964, 773, - 1.538, + 1.543, 849, - 4.62, + 4.624, 856, - 1.703, + 1.709, 866, - 2.39, + 2.396, 880, - 2.058, + 2.065, 898, - 1.507, + 1.512, 912, - 4.988, + 4.997, 919, - 2.177, + 2.184, 931, - 2.562, + 2.538, 959, - 3.414, + 3.422, 1007, - 1.487, + 1.492, 1019, - 4.389, + 4.391, 1025, - 4.291, + 4.294, 1071, - 2.421, + 2.393, 1105, - 5.679, + 5.689, 1109, - 3.11, + 3.118, 1131, - 4.586, + 4.592, 1137, - 4.628, + 4.637, 1139, - 2.386, + 2.393, 1140, - 1.956, + 1.962, 1149, - 3.202, + 3.213, 1164, - 2.54, + 2.548, 1192, - 2.632, + 2.64, 1220, - 4.795, + 4.805, 1250, - 2.386, + 2.393, 1281, - 4.552, + 4.563, 1295, - 3.235, + 3.24, 1296, - 2.882, + 2.887, 1309, - 2.319, + 2.327, 1379, - 4.307, + 4.271, 1406, - 2.928, + 2.935, 1434, - 2.127, + 2.134, 1465, - 3.758, + 3.761, 1474, - 5.506, + 5.519, 1511, - 2.289, + 2.296, 1525, - 4.055, + 4.065, 1588, - 4.954, + 4.959, 1608, - 3.839, + 3.848, 1609, - 3.716, + 3.725, 1675, - 6.438, + 6.441, 1676, - 6.152, + 6.16, 1929, - 3.414, + 3.379, 1968, - 2.259, + 2.266, 2440, - 2.058, + 2.065, 2503, - 2.797, + 2.806, 2594, - 3.464, + 3.475, 2633, - 3.966, + 3.974, 3113, - 3.643, + 3.654, 3224, - 2.797, + 2.806, 3476, - 2.933, + 2.942, 3569, - 2.933, + 2.942, 3787, - 3.101, + 3.111, 3809, - 5.811, + 5.82, 3810, - 4.227, + 4.237, 3811, - 5.02, + 5.032, 4104, - 2.632, + 2.64, 4501, - 3.643, + 3.654, 4503, - 5.65, + 5.661, 4512, - 3.464, + 3.475, 4513, - 6.052, + 6.063, 4517, - 3.882, + 3.894, 4527, - 6.052, + 6.063, 4528, - 6.637, + 6.65, 4529, - 6.637, + 6.65, 4530, - 3.643, + 3.654, 4531, - 3.643, + 3.654, 4552, - 3.321, + 3.332, 4698, - 2.861, + 2.871, 4713, - 3.643, + 3.654, 4832, - 2.861, + 2.871, 5556, - 3.321, + 3.332, 5926, - 3.882, + 3.894, 5927, - 3.882, + 3.894, 6962, - 3.643, - 7001, - 2.584, - 7613, - 3.882, - 9751, - 7.735, - 9752, - 4.245, - 9753, - 4.245, - 9754, - 3.643, - 9755, - 4.245, - 9756, - 4.245, - 9757, - 4.245, - 9758, - 7.735, - 9759, - 4.245, - 9760, - 4.245, - 9761, - 4.245, - 9762, - 4.245, - 9763, - 4.245 + 3.654, + 7006, + 2.593, + 7627, + 3.894, + 9820, + 7.75, + 9821, + 4.259, + 9822, + 4.259, + 9823, + 3.654, + 9824, + 4.259, + 9825, + 4.259, + 9826, + 4.259, + 9827, + 7.75, + 9828, + 4.259, + 9829, + 4.259, + 9830, + 4.259, + 9831, + 4.259, + 9832, + 4.259 ] ], [ @@ -97872,51 +98164,65 @@ "data/ref/stable/dmTime", [ 7, - 1.174, + 1.129, 46, - 1.651, + 1.716, 99, - 0.83, + 0.799, 141, - 4.042, + 3.95, 158, - 2.734, + 3.121, 169, - 1.391, + 1.338, 333, - 2.645, + 2.544, + 353, + 3.581, + 359, + 3.956, 689, - 4.189, + 4.782, 765, - 4.055, + 4.213, + 1029, + 4.36, 1082, - 5.91, + 5.684, 1672, - 5.042, + 4.849, 1872, - 5.694, + 5.476, 2747, - 7.055, + 6.785, 4244, - 6.831, + 6.569, 6766, - 6.635, - 8729, - 9.931, - 9764, - 9.353, - 9765, - 10.925, - 9766, - 8.552, - 9767, - 9.353, - 9768, - 8.552, - 9769, - 9.353, - 9770, - 9.931 + 7.574, + 8762, + 10.319, + 9806, + 8.225, + 9833, + 8.994, + 9834, + 11.387, + 9835, + 8.994, + 9836, + 10.677, + 9837, + 8.994, + 9838, + 8.225, + 9839, + 8.994, + 9840, + 8.225, + 9841, + 8.994, + 9842, + 9.77 ] ], [ @@ -97930,273 +98236,273 @@ "data/ref/stable/dmTransform", [ 7, - 1.239, + 1.24, 10, - 1.071, + 1.074, 11, - 2.606, + 2.612, 18, 1.135, 20, - 1.235, + 1.237, 30, - 2.718, + 2.724, 38, - 0.799, + 0.8, 46, - 1.516, + 1.517, 57, - 1.263, + 1.264, 60, - 1.378, + 1.382, 70, - 3.03, + 3.036, 74, - 3.13, + 3.139, 75, - 5.022, + 5.025, 77, - 1.49, + 1.493, 79, - 1.005, + 1.006, 90, - 2.215, + 2.218, 96, - 3.264, + 3.267, 99, - 0.943, + 0.944, 100, - 1.744, + 1.746, 106, - 1.517, + 1.52, 113, - 0.992, + 0.995, 158, - 2.476, + 2.48, 169, - 1.26, + 1.262, 201, - 1.903, + 1.906, 207, - 1.648, + 1.653, 223, - 4.042, + 4.053, 229, - 1.888, + 1.89, 241, - 1.061, + 1.064, 246, - 3.263, + 3.272, 260, - 2.424, + 2.429, 263, - 1.481, + 1.485, 269, - 1.124, + 1.127, 273, - 2.091, + 2.094, 292, - 3.082, + 3.088, 295, - 3.315, + 3.321, 328, - 6.513, + 6.518, 354, - 3.736, + 3.747, 359, - 4.876, + 4.791, 387, - 2.537, + 2.542, 430, - 4.25, + 4.262, 442, - 4.163, + 4.169, 454, - 1.972, + 1.978, 457, - 1.759, + 1.763, 472, - 2.282, + 2.289, 500, - 1.807, + 1.812, 509, - 5.344, + 5.35, 540, - 7.811, + 7.813, 541, - 4.507, + 4.514, 555, - 2.253, + 2.244, 602, - 2.003, + 2.009, 603, - 2.069, + 2.075, 747, - 2.783, + 2.791, 861, - 4.848, + 4.858, 951, - 5.809, + 5.816, 972, - 3.194, + 3.203, 978, - 3.347, + 3.352, 1093, - 6.253, + 6.258, 1098, - 7.224, + 7.228, 1140, - 2.282, + 2.289, 1221, - 2.454, + 2.461, 1413, - 3.015, + 3.024, 1471, - 3.564, + 3.571, 1479, - 2.915, + 2.923, 1768, - 4.25, + 4.262, 1804, - 2.376, + 2.383, 1908, - 2.239, + 2.245, 1979, - 3.015, + 3.024, 2123, - 5.301, + 5.308, 2156, - 6.27, + 6.276, 2373, - 3.13, + 3.139, 2487, - 4.25, + 4.262, 2554, - 2.963, + 2.972, 2582, - 2.869, + 2.833, 2591, - 3.339, + 3.348, 2613, - 3.422, + 3.431, 2623, - 3.875, + 3.886, 2645, - 7.761, + 7.768, 2779, - 5.649, + 5.654, 2780, - 4.46, + 4.469, 2808, - 4.042, + 4.053, 2855, - 8.313, + 8.32, 3021, - 4.46, + 4.469, 3226, - 8.212, + 8.218, 3459, - 4.25, + 4.262, 3487, - 3.339, + 3.348, 3600, - 4.042, + 4.053, 3890, - 6.265, + 6.274, 4588, - 4.25, + 4.262, 4746, - 3.071, + 3.079, 5151, - 6.009, + 6.019, 5211, - 3.13, + 3.139, + 7087, + 4.542, 7088, - 4.25, - 7190, - 4.529, - 7344, - 4.25, - 7752, - 7.268, - 7968, - 4.042, - 8127, - 7.585, - 8128, - 9.032, - 8462, - 4.529, - 9201, - 4.529, - 9203, - 4.529, - 9205, - 4.529, - 9212, - 10.556, - 9288, - 4.529, - 9289, - 4.529, - 9292, - 7.976, - 9665, - 4.529, - 9666, - 4.529, - 9771, - 7.193, - 9772, - 7.193, - 9773, - 4.953, - 9774, - 7.193, - 9775, - 4.953, - 9776, - 4.953, - 9777, - 4.953, - 9778, - 7.193, - 9779, - 4.953, - 9780, - 9.872, - 9781, - 7.193, - 9782, - 8.47, - 9783, - 7.193, - 9784, - 4.953, - 9785, - 4.953, - 9786, - 4.953, - 9787, - 4.953, - 9788, - 4.529, - 9789, - 4.953, - 9790, - 4.953, - 9791, - 7.745, - 9792, - 7.745, - 9793, - 4.953, - 9794, - 4.953, - 9795, - 4.953, - 9796, - 4.953 + 4.542, + 7102, + 4.053, + 7204, + 4.542, + 7358, + 4.262, + 7766, + 7.28, + 7994, + 4.053, + 8153, + 7.595, + 8154, + 9.037, + 8488, + 4.542, + 9269, + 4.542, + 9271, + 4.542, + 9273, + 4.542, + 9280, + 10.562, + 9356, + 4.542, + 9357, + 4.542, + 9360, + 7.986, + 9734, + 4.542, + 9735, + 4.542, + 9843, + 7.208, + 9844, + 7.208, + 9845, + 4.967, + 9846, + 7.208, + 9847, + 4.967, + 9848, + 4.967, + 9849, + 4.967, + 9850, + 7.208, + 9851, + 4.967, + 9852, + 9.883, + 9853, + 7.208, + 9854, + 8.484, + 9855, + 7.208, + 9856, + 4.967, + 9857, + 4.967, + 9858, + 4.967, + 9859, + 4.967, + 9860, + 4.542, + 9861, + 4.967, + 9862, + 4.967, + 9863, + 7.758, + 9864, + 7.758, + 9865, + 4.967, + 9866, + 4.967 ] ], [ @@ -98210,333 +98516,333 @@ "data/ref/stable/dmExtension", [ 7, - 1.156, + 1.157, 10, - 1.533, + 1.536, 12, - 3.235, + 3.242, 18, - 1.112, + 1.113, 20, - 1.528, + 1.529, 28, - 2.353, + 2.36, 38, - 1.136, + 1.137, 46, - 0.693, + 0.695, 52, - 2.696, + 2.699, 57, - 1.071, + 1.073, 59, - 0.977, + 0.978, 62, - 2.345, + 2.35, 79, - 0.711, + 0.713, 90, - 2.437, + 2.44, 91, - 2.42, + 2.425, 99, 0.938, 100, - 1.571, + 1.574, 102, - 2.153, + 2.145, 103, - 2.355, + 2.357, 111, - 2.961, + 2.967, 113, - 0.973, + 0.975, 122, - 1.512, + 1.516, 126, - 2.03, + 2.032, 132, - 1.668, + 1.673, 141, - 1.796, + 1.801, 143, - 4.059, + 4.066, 144, - 4.399, + 4.407, 160, - 2.096, + 2.088, 165, - 3.251, + 3.253, 166, - 3.332, + 3.339, 169, - 0.722, + 0.724, 170, - 3.921, + 3.925, 174, - 2.89, + 2.896, 177, - 2.169, + 2.173, 194, - 1.787, + 1.789, 201, - 1.091, + 1.094, 202, - 2.316, + 2.307, 229, - 1.795, + 1.797, 241, - 2.435, + 2.436, 247, - 1.606, + 1.61, 256, - 1.091, + 1.094, 268, - 2.322, + 2.323, 273, - 1.75, + 1.753, 330, - 2.26, + 2.265, 340, - 5.178, + 5.189, 368, - 1.381, + 1.384, 382, - 3.313, + 3.318, 479, - 3.142, + 3.147, 543, - 1.948, + 1.954, 546, - 2.617, + 2.625, 552, - 2.912, + 2.915, 612, - 5.509, + 5.517, 615, - 2.583, + 2.591, 623, - 4.086, + 4.092, 634, - 4.041, + 4.045, 679, - 3.175, + 3.182, 691, - 2.817, + 2.821, 717, - 2.857, + 2.865, 811, - 3.512, + 3.519, 863, - 3.662, + 3.673, 874, - 3.635, + 3.642, 879, - 4.172, + 4.18, 880, - 3.436, + 3.444, 996, - 2.46, + 2.467, 1010, - 1.995, + 2.001, 1034, - 3.211, + 3.216, 1041, - 3.205, + 3.212, 1044, - 3.546, + 3.556, 1047, - 4.855, + 4.86, 1062, - 2.652, + 2.66, 1063, - 5.94, + 5.95, 1067, - 3.45, + 3.453, 1140, - 3.267, + 3.273, 1153, - 2.282, + 2.288, 1166, - 2.812, + 2.82, 1296, - 2.641, + 2.647, 1307, - 3.01, + 2.964, 1379, - 5.138, + 5.091, 1558, - 3.01, + 3.018, 1559, - 3.01, + 3.018, 1769, - 4.513, + 4.518, 1823, - 4.316, + 4.25, 1920, - 4.759, + 4.763, 1931, - 2.617, + 2.625, 1997, - 2.769, + 2.777, 1999, - 2.689, + 2.697, 2024, - 2.195, + 2.201, 2117, - 3.198, + 3.207, 2135, - 6.948, + 6.956, 2190, - 4.106, + 4.114, 2345, - 5.178, + 5.189, 2509, - 4.241, + 4.25, 2516, - 5.029, + 5.04, 2582, - 5.672, + 5.592, 2656, - 5.348, + 5.359, 2718, - 3.444, + 3.454, 2736, - 4.706, + 4.713, 2750, - 4.48, + 4.489, 2779, - 3.679, + 3.687, 2878, - 3.444, + 3.454, 2879, - 3.961, + 3.973, 2948, - 7.185, + 7.197, 3194, - 6.482, + 6.496, 3253, - 3.798, + 3.809, 3262, - 4.166, + 4.178, 3599, - 3.198, + 3.207, 3607, - 3.546, + 3.556, 3646, - 3.772, + 3.78, 3691, - 3.354, + 3.363, 3797, - 4.571, + 4.581, 4132, - 4.439, + 4.452, 4430, - 3.546, + 3.556, 4678, - 6.482, + 6.496, 4739, - 6.482, + 6.496, 4775, - 4.439, + 4.452, 4776, - 4.439, + 4.452, 4777, - 4.439, + 4.452, 4778, - 4.439, + 4.452, 4779, - 4.439, + 4.452, 4780, - 4.439, + 4.452, 5455, - 4.439, + 4.452, 5626, - 3.961, + 3.973, 5766, - 3.798, + 3.809, 6972, - 5.348, - 7553, - 6.083, - 7966, - 3.961, - 8151, - 6.206, - 8156, - 8.403, - 9797, - 4.855, - 9798, - 9.208, - 9799, - 4.855, - 9800, - 4.855, - 9801, - 7.089, - 9802, - 7.089, - 9803, - 4.855, - 9804, - 4.855, - 9805, - 4.855, - 9806, - 10.227, - 9807, - 7.089, - 9808, - 7.089, - 9809, - 7.089, - 9810, - 4.855, - 9811, - 4.855, - 9812, - 7.089, - 9813, - 4.855, - 9814, - 9.208, - 9815, - 7.089, - 9816, - 7.089, - 9817, - 7.089, - 9818, - 4.855, - 9819, - 9.208, - 9820, - 7.089, - 9821, - 7.089, - 9822, - 7.089, - 9823, - 10.826, - 9824, - 4.855, - 9825, - 7.089, - 9826, - 4.855, - 9827, - 8.374, - 9828, - 9.793, - 9829, - 4.855, - 9830, - 4.855, - 9831, - 4.855, - 9832, - 4.855 + 5.359, + 7567, + 6.096, + 7992, + 3.973, + 8177, + 6.215, + 8182, + 8.413, + 9867, + 4.869, + 9868, + 9.22, + 9869, + 4.869, + 9870, + 4.869, + 9871, + 7.104, + 9872, + 7.104, + 9873, + 4.869, + 9874, + 4.869, + 9875, + 4.869, + 9876, + 10.237, + 9877, + 7.104, + 9878, + 7.104, + 9879, + 7.104, + 9880, + 4.869, + 9881, + 4.869, + 9882, + 7.104, + 9883, + 4.869, + 9884, + 9.22, + 9885, + 7.104, + 9886, + 7.104, + 9887, + 7.104, + 9888, + 4.869, + 9889, + 9.22, + 9890, + 7.104, + 9891, + 7.104, + 9892, + 7.104, + 9893, + 10.834, + 9894, + 4.869, + 9895, + 7.104, + 9896, + 4.869, + 9897, + 8.387, + 9898, + 9.805, + 9899, + 4.869, + 9900, + 4.869, + 9901, + 4.869, + 9902, + 4.869 ] ], [ @@ -98552,101 +98858,101 @@ 18, 1.055, 20, - 1.078, + 1.079, 38, - 0.901, + 0.902, 52, - 2.233, + 2.235, 57, - 1.283, + 1.284, 59, - 0.732, + 0.733, 79, - 0.966, + 0.967, 99, - 0.72, + 0.721, 100, - 1.522, + 1.524, 125, - 2.468, + 2.47, 126, - 1.61, + 1.612, 143, - 3.932, + 3.937, 165, - 2.32, + 2.322, 169, - 1.207, + 1.208, 177, - 3.331, + 3.333, 201, - 2.254, + 2.255, 226, - 2.257, + 2.26, 368, - 2.307, + 2.309, 561, - 2.571, + 2.574, 571, - 7.325, + 7.33, 1049, - 8.606, + 8.612, 1162, - 7.115, + 7.12, 1296, - 3.022, + 3.026, 1558, - 5.029, + 5.035, 1814, - 5.382, + 5.334, 2305, - 6.347, + 6.353, 2540, - 5.556, + 5.56, 2690, - 6.768, + 6.77, 3219, - 8.606, + 8.612, 3365, - 7.566, + 7.571, 3595, - 5.925, + 5.932, 4746, - 5.029, + 5.035, 5881, - 9.536, + 9.539, 6967, - 7.418, + 7.426, 6970, - 5.925, + 5.932, 6972, - 6.12, - 7935, - 7.846, - 9522, - 8.184, - 9833, - 8.112, - 9834, - 11.905, - 9835, - 10.029, - 9836, - 9.171, - 9837, - 11.905, - 9838, - 11.905, - 9839, - 8.112, - 9840, - 11.373, - 9841, - 8.112, - 9842, - 8.112, - 9843, - 8.112 + 6.126, + 7961, + 7.852, + 9591, + 8.189, + 9903, + 8.121, + 9904, + 11.908, + 9905, + 10.036, + 9906, + 9.177, + 9907, + 11.908, + 9908, + 11.908, + 9909, + 8.121, + 9910, + 11.378, + 9911, + 8.121, + 9912, + 8.121, + 9913, + 8.121 ] ], [ @@ -98660,1513 +98966,1513 @@ "data/ref/stable/go", [ 0, - 0.133, + 0.134, 7, - 0.999, + 1.001, 8, - 0.563, + 0.565, 10, - 1.416, + 1.42, 11, - 0.395, + 0.397, 17, - 0.734, + 0.738, 18, 1.147, 20, - 1.51, + 1.511, 22, - 0.448, + 0.45, 23, - 1.577, + 1.583, 31, - 0.631, + 0.634, 36, - 1.816, + 1.819, 38, - 1.218, + 1.219, 44, - 0.455, + 0.457, 46, - 1.586, + 1.587, 47, - 0.901, + 0.905, 48, - 1.165, + 1.17, 49, - 0.696, + 0.699, 52, - 0.96, + 0.964, 56, - 0.783, + 0.786, 57, - 1.535, + 1.536, 59, - 0.701, + 0.702, 60, - 2.103, + 2.108, 62, - 2.063, + 2.069, 63, - 0.528, + 0.531, 69, - 0.512, + 0.514, 72, - 0.362, + 0.364, 73, - 0.631, + 0.634, 75, - 3.954, + 3.961, 77, - 0.722, + 0.725, 79, - 0.949, + 0.95, 84, - 1.201, + 1.206, 86, - 2.641, + 2.647, 90, - 1.802, + 1.806, 92, - 1.854, + 1.86, 95, - 0.507, + 0.509, 96, - 2.68, + 2.686, 97, - 2.923, + 2.927, 99, 1.063, 100, - 1.931, + 1.933, 101, - 0.528, + 0.531, 102, - 1.997, + 1.991, 103, - 1.689, + 1.693, 105, - 0.807, + 0.811, 106, - 1.541, + 1.544, 107, - 1.688, + 1.691, 113, - 1.25, + 1.253, 119, - 2.794, + 2.802, 121, - 1.528, + 1.533, 124, - 0.475, + 0.477, 125, - 1.061, + 1.065, 126, - 2.073, + 2.076, 127, - 3.431, + 3.443, 128, - 0.54, + 0.536, 130, - 0.663, + 0.666, 133, - 5.144, + 5.152, 135, - 1.623, + 1.63, 141, - 0.744, + 0.747, 142, - 2.11, + 2.115, 143, - 0.528, + 0.531, 148, - 1.593, + 1.597, 150, - 0.71, + 0.713, 153, - 0.928, + 0.931, 155, - 0.688, + 0.692, 156, - 0.641, + 0.644, 158, - 2.145, + 2.15, 160, 0.322, 161, - 0.734, + 0.738, 163, - 0.935, + 0.939, 165, - 2.664, + 2.668, 166, - 0.945, + 0.95, 167, - 1.133, + 1.138, 169, - 0.417, + 0.419, 170, - 3.712, + 3.717, 172, - 1.233, + 1.227, 174, - 1.142, + 1.147, 175, - 4.145, + 4.151, 177, - 1.067, + 1.072, 178, - 2.195, + 2.202, 182, - 0.58, + 0.582, 188, - 0.935, + 0.939, 194, - 1.955, + 1.957, 196, - 0.377, + 0.378, 197, - 1.199, + 1.203, 201, - 2.193, + 2.196, 202, - 1.14, + 1.137, 207, - 0.362, + 0.364, 210, - 0.813, + 0.817, 211, - 0.488, + 0.49, 215, - 3.424, + 3.433, 227, - 1.165, + 1.17, 228, - 0.854, + 0.851, 229, - 1.143, + 1.147, 230, - 0.7, + 0.703, 234, - 1.598, + 1.605, 240, - 1.448, + 1.452, 241, - 1.09, + 1.094, 244, - 1.967, + 1.959, 247, - 0.665, + 0.668, 250, - 3.0, + 3.006, 251, - 3.483, + 3.491, 253, - 1.008, + 1.012, 256, - 1.536, + 1.54, 257, - 2.011, + 2.018, 258, - 2.694, + 2.704, 261, - 0.463, + 0.465, 263, - 2.529, + 2.534, 264, - 0.663, + 0.666, 266, - 4.459, + 4.464, 268, - 2.101, + 2.103, 269, - 2.091, + 2.094, 271, - 1.81, + 1.796, 273, - 1.617, + 1.621, 280, - 0.789, + 0.792, 288, - 0.587, + 0.59, 291, - 1.165, + 1.17, 294, - 1.147, + 1.152, 304, - 0.702, + 0.706, 306, - 2.743, + 2.751, 330, - 0.894, + 0.897, 332, - 1.161, + 1.166, 333, - 1.306, + 1.311, 337, - 2.205, + 2.213, 341, - 0.528, + 0.525, 342, - 0.488, + 0.49, 353, - 0.437, + 0.436, 358, - 1.291, + 1.297, 362, - 0.734, + 0.738, 368, - 1.773, + 1.778, 371, - 3.277, + 3.286, 382, - 0.392, + 0.394, 385, - 3.841, + 3.851, 387, - 0.384, + 0.386, 391, - 0.675, + 0.679, 419, - 1.271, + 1.277, 420, - 0.752, + 0.756, 428, - 1.203, + 1.209, 441, - 0.546, + 0.548, 446, - 1.404, + 1.41, 452, - 0.317, + 0.318, 457, - 0.714, + 0.717, 467, - 0.718, + 0.721, 469, - 0.552, + 0.555, 471, - 2.343, + 2.347, 472, - 1.884, + 1.891, 473, - 1.233, + 1.238, 481, - 0.631, + 0.624, 489, - 1.623, + 1.63, 490, - 1.929, + 1.936, 500, - 1.022, + 1.027, 504, - 1.019, + 1.012, 505, - 1.031, + 1.036, 506, - 0.663, + 0.666, 509, - 0.565, + 0.568, 511, - 0.58, + 0.582, 516, - 2.204, + 2.213, 521, - 0.379, + 0.381, 522, - 0.54, + 0.542, 540, - 2.535, + 2.545, 543, - 0.437, + 0.439, 548, - 0.718, + 0.721, 552, - 1.947, + 1.952, 553, - 0.719, + 0.722, 554, - 0.755, + 0.758, 555, - 0.63, + 0.629, 556, - 0.827, + 0.83, 560, - 3.217, + 3.228, 561, - 1.296, + 1.301, 577, - 0.789, + 0.792, 582, - 0.663, + 0.666, 588, - 0.565, + 0.568, 596, - 0.595, + 0.598, 627, - 0.631, + 0.634, 629, - 1.23, + 1.234, 631, - 0.996, + 1.001, 644, - 0.54, + 0.542, 648, - 0.528, + 0.531, 669, - 0.675, + 0.679, 675, - 1.075, + 1.079, 679, - 0.488, + 0.49, 686, - 1.084, + 1.089, 687, - 0.641, + 0.644, 691, - 1.067, + 1.072, 692, - 0.755, + 0.758, 695, - 0.909, + 0.913, 716, - 1.99, + 1.997, 717, - 1.184, + 1.189, 724, - 1.203, + 1.209, 728, - 2.004, + 2.011, 732, - 1.325, + 1.331, 738, - 0.652, + 0.655, 750, - 0.975, + 0.98, 751, - 1.133, + 1.138, 752, - 1.291, + 1.297, 753, - 1.427, + 1.433, 765, - 0.705, + 0.708, 773, - 1.264, + 1.269, 785, - 2.332, + 2.341, 792, - 1.147, + 1.152, 811, - 0.996, + 1.001, 817, - 0.822, + 0.826, 819, - 0.641, + 0.644, 848, - 0.54, + 0.542, 849, - 4.459, + 4.464, 856, - 2.628, + 2.635, 866, - 2.054, + 2.06, 873, - 2.41, + 2.419, 880, - 0.528, + 0.531, 891, - 2.318, + 2.324, 894, - 0.795, + 0.798, 897, - 0.702, + 0.706, 900, - 1.574, + 1.581, 901, - 0.471, + 0.473, 903, - 0.587, + 0.59, 914, - 4.764, + 4.767, 915, - 2.621, + 2.628, 919, - 0.558, + 0.561, 923, - 0.534, + 0.536, 924, - 0.517, + 0.52, 931, - 3.017, + 2.987, 947, - 0.572, + 0.575, 948, - 3.791, + 3.797, 951, - 2.996, + 3.006, 952, - 1.427, + 1.433, 959, - 1.07, + 1.075, 960, - 0.497, + 0.495, 962, - 0.945, + 0.95, 975, - 0.522, + 0.525, 978, - 1.378, + 1.384, 979, - 0.909, + 0.913, 987, - 1.491, + 1.498, 989, - 1.889, + 1.897, 990, - 1.325, + 1.331, 991, - 0.663, + 0.666, 998, - 0.631, + 0.634, 1002, - 1.728, + 1.735, 1007, - 1.222, + 1.227, 1010, - 2.265, + 2.272, 1019, - 3.821, + 3.826, 1025, - 3.504, + 3.51, 1029, - 0.534, + 0.531, 1034, - 0.418, + 0.42, 1039, - 1.084, + 1.089, 1043, - 0.471, + 0.473, 1046, - 1.677, + 1.684, 1062, - 1.099, + 1.104, 1064, - 0.986, + 0.99, 1093, - 2.406, + 2.415, 1098, - 1.247, + 1.253, 1099, - 3.114, + 3.124, 1105, - 0.718, + 0.721, 1109, - 4.299, + 4.307, 1113, - 0.852, + 0.856, 1133, - 1.057, + 1.062, 1136, - 2.163, + 2.171, 1137, - 1.203, + 1.209, 1139, - 0.612, + 0.615, 1140, - 3.018, + 3.026, 1141, - 1.225, + 1.23, 1143, - 0.702, + 0.706, 1144, - 0.621, + 0.624, 1146, - 1.211, + 1.216, 1149, - 1.517, + 1.524, 1150, - 1.575, + 1.582, 1153, - 3.823, + 3.831, 1155, - 2.672, + 2.681, 1156, - 1.839, + 1.848, 1157, - 1.833, + 1.84, 1158, - 4.293, + 4.3, 1160, - 1.203, + 1.209, 1163, - 1.726, + 1.734, 1165, - 2.287, + 2.296, 1188, - 1.709, + 1.716, 1193, - 2.447, + 2.456, 1198, - 0.621, + 0.624, 1202, - 2.193, + 2.201, 1207, - 0.795, + 0.799, 1224, - 0.522, + 0.525, 1229, - 0.718, + 0.721, 1245, - 0.734, + 0.738, 1247, - 0.935, + 0.939, 1250, - 0.612, + 0.615, 1253, - 0.612, + 0.615, 1254, - 1.165, + 1.17, 1261, - 0.663, + 0.655, 1272, - 2.05, + 2.057, 1273, - 1.184, + 1.189, 1279, - 2.764, + 2.773, 1281, - 0.773, + 0.776, 1289, - 1.247, + 1.253, 1295, - 2.914, + 2.92, 1296, - 2.323, + 2.33, 1301, - 0.773, + 0.776, 1307, - 1.247, + 1.23, 1309, - 0.595, + 0.598, 1322, - 0.558, + 0.561, 1323, - 0.455, + 0.457, 1329, - 1.203, + 1.209, 1332, - 1.133, + 1.138, 1343, - 0.603, + 0.606, 1376, - 0.795, + 0.799, 1379, - 2.742, + 2.723, 1387, - 0.702, + 0.706, 1403, - 0.955, + 0.959, 1406, - 2.323, + 2.331, 1411, - 1.494, + 1.5, 1434, - 1.008, + 1.012, 1455, - 0.773, + 0.776, 1459, - 0.82, + 0.824, 1465, - 3.353, + 3.358, 1471, - 0.54, + 0.542, 1472, - 1.563, + 1.569, 1495, - 1.114, + 1.119, 1509, - 0.752, + 0.756, 1510, - 0.702, + 0.706, 1543, - 0.641, + 0.644, 1546, - 0.565, + 0.568, 1588, - 2.004, + 2.011, 1589, - 0.734, + 0.738, 1597, - 0.631, + 0.634, 1599, - 1.271, + 1.277, 1600, - 0.652, + 0.655, 1602, - 0.534, + 0.536, 1604, - 0.572, + 0.575, 1606, - 1.184, + 1.189, 1607, - 0.631, + 0.634, 1609, - 1.165, + 1.17, 1621, - 1.42, + 1.426, 1623, - 1.39, + 1.396, 1628, - 0.833, + 0.837, 1629, - 0.901, + 0.905, 1631, - 1.247, + 1.253, 1636, - 2.02, + 2.028, 1638, - 1.271, + 1.277, 1648, - 6.493, + 6.498, 1649, - 1.472, + 1.479, 1661, - 1.008, + 1.012, 1675, - 1.881, + 1.888, 1676, - 1.271, + 1.277, 1677, - 1.839, + 1.848, 1679, - 1.325, + 1.331, 1682, - 1.771, + 1.779, 1684, - 0.631, + 0.634, 1689, - 0.773, + 0.776, 1694, - 4.902, + 4.914, 1713, - 4.181, + 4.189, 1714, - 0.795, + 0.799, 1773, - 3.043, + 3.054, 1774, - 1.019, + 1.024, 1804, - 0.522, + 0.525, 1823, - 2.812, + 2.773, 1878, - 1.271, + 1.277, 1893, - 0.652, + 0.655, 1894, - 0.718, + 0.721, 1895, - 1.771, + 1.779, 1896, - 2.351, + 2.361, 1902, - 2.298, + 2.307, 1903, - 1.469, + 1.476, 1908, - 2.492, + 2.5, 1911, - 1.031, + 1.036, 1912, - 2.114, + 2.123, 1929, - 0.58, + 0.575, 1931, - 1.084, + 1.089, 1936, - 0.603, + 0.606, 1966, - 0.734, + 0.738, 1968, - 0.58, + 0.582, 1979, - 1.225, + 1.23, 1991, - 0.795, + 0.799, 2027, - 2.919, + 2.928, 2089, - 0.612, + 0.615, 2095, - 0.652, + 0.655, 2096, - 2.265, + 2.274, 2114, - 0.688, + 0.692, 2116, - 1.598, + 1.605, 2123, - 1.147, + 1.152, 2173, - 0.641, + 0.644, 2226, - 2.25, + 2.213, 2268, - 1.07, + 1.075, 2284, - 2.847, + 2.858, 2307, - 0.773, + 0.776, 2323, - 3.841, + 3.851, 2330, - 0.718, + 0.721, 2375, - 0.852, + 0.856, 2377, - 0.773, + 0.756, 2469, - 0.773, + 0.776, 2474, - 1.517, + 1.524, 2475, - 1.517, + 1.524, 2506, - 0.675, + 0.679, 2522, - 0.852, + 0.856, 2530, - 0.935, + 0.939, 2540, - 2.265, + 2.274, 2546, - 0.795, + 0.799, 2548, - 1.184, + 1.189, 2550, - 0.631, + 0.634, 2555, - 0.688, + 0.692, 2589, - 2.405, + 2.296, 2590, - 1.641, + 1.649, 2633, - 1.789, + 1.796, 2649, - 0.652, + 0.655, 2739, - 0.996, + 1.001, 2875, - 1.225, + 1.23, 2876, - 1.39, + 1.396, 2877, - 1.517, + 1.524, 2916, - 1.271, + 1.277, 2955, - 0.621, + 0.624, 3084, - 1.936, + 1.944, 3087, - 1.297, + 1.303, 3093, - 0.889, + 0.893, 3094, - 0.752, + 0.756, 3108, - 0.795, + 0.799, 3117, - 1.517, + 1.524, 3118, - 0.822, + 0.826, 3144, - 1.356, + 1.362, 3246, - 5.509, + 5.521, 3272, - 0.889, + 0.893, 3363, - 0.752, + 0.756, 3365, - 1.517, + 1.524, 3427, - 0.852, + 0.856, 3487, - 1.889, + 1.897, 3505, - 0.852, + 0.856, 3513, - 0.935, + 0.939, 3559, - 0.852, + 0.856, 3597, - 0.773, + 0.776, 3621, - 0.852, + 0.856, 3691, - 0.752, + 0.756, 3712, - 0.528, + 0.531, 3713, - 1.184, + 1.189, 3776, - 0.822, + 0.826, 3783, - 0.935, + 0.939, 3787, - 1.469, + 1.476, 3816, - 0.889, + 0.893, 3859, - 0.996, + 1.001, 3861, - 0.822, + 0.826, 3862, - 1.726, + 1.734, 3863, - 0.996, + 1.001, 3865, - 0.889, + 0.893, 3888, - 0.795, + 0.799, 3890, - 0.734, + 0.738, 3897, - 0.688, + 0.692, 3972, - 0.587, + 0.59, 4002, - 0.852, + 0.856, 4097, - 1.726, + 1.734, 4129, - 1.839, + 1.848, 4208, - 0.935, + 0.939, 4348, - 0.996, + 1.001, 4349, - 0.889, + 0.893, 4369, - 3.199, + 3.211, 4454, - 0.852, + 0.856, 4456, - 2.287, + 2.296, 4464, - 2.901, + 2.912, 4465, - 2.756, + 2.766, 4466, - 3.517, + 3.528, 4483, - 1.427, + 1.433, 4486, - 0.889, + 0.893, 4498, - 2.287, + 2.296, 4505, - 0.795, + 0.799, 4514, - 3.555, + 3.566, 4519, - 0.935, + 0.939, 4523, - 0.996, + 1.001, 4524, - 1.641, + 1.649, 4525, - 0.996, + 1.001, 4527, - 1.574, + 1.581, 4528, - 1.726, + 1.734, 4529, - 1.726, + 1.734, 4530, - 1.726, + 1.734, 4531, - 1.726, + 1.734, 4745, - 1.706, + 1.713, 4943, - 1.726, + 1.734, 5010, - 1.839, + 1.848, 5120, - 0.795, + 0.799, 5146, - 0.852, + 0.856, 5151, - 0.773, + 0.776, 5184, - 0.935, + 0.939, 5478, - 0.996, + 1.001, 5490, - 0.889, + 0.893, 5638, - 0.889, + 0.893, 5651, - 0.935, + 0.939, 5673, - 0.734, + 0.721, 5766, - 0.852, + 0.856, 5769, - 1.839, + 1.848, 5807, - 0.935, + 0.939, 5885, - 0.996, + 1.001, 5923, - 0.773, + 0.776, 5970, - 2.993, + 3.005, 5971, - 1.726, + 1.734, 5977, - 1.726, + 1.734, 5979, - 1.726, + 1.734, 6014, - 4.154, + 4.168, 6017, - 2.405, + 2.415, 6026, - 0.795, + 0.799, 6473, - 3.264, + 3.274, 6520, - 0.935, - 7001, - 0.663, - 7231, - 2.993, - 7553, - 0.935, - 7554, - 4.368, - 7577, - 1.839, - 7578, - 0.996, - 7624, - 0.889, - 7627, - 0.996, - 7628, - 0.996, - 7629, - 0.996, - 7630, - 3.19, - 7631, - 0.996, - 7632, - 3.19, - 7633, - 0.996, - 7634, - 3.19, - 7635, - 0.996, - 7636, - 3.19, - 7637, - 0.996, + 0.939, + 7006, + 0.666, + 7245, + 3.005, + 7567, + 0.939, + 7568, + 4.383, + 7591, + 1.848, + 7592, + 1.001, 7638, - 0.996, - 7639, - 0.996, - 7640, - 0.996, + 0.893, 7641, - 0.996, + 1.001, 7642, - 0.996, + 1.001, 7643, - 0.996, + 1.001, 7644, - 3.19, + 3.203, 7645, - 0.996, + 1.001, 7646, - 3.19, + 3.203, 7647, - 0.996, + 1.001, 7648, - 3.19, + 3.203, 7649, - 0.996, + 1.001, 7650, - 0.996, + 3.203, 7651, - 0.996, + 1.001, 7652, - 0.996, + 1.001, 7653, - 0.996, + 1.001, 7654, - 0.996, + 1.001, 7655, - 0.996, + 1.001, 7656, - 0.996, + 1.001, 7657, - 0.996, + 1.001, 7658, - 0.996, + 3.203, 7659, - 0.996, + 1.001, 7660, - 0.996, + 3.203, 7661, - 0.996, + 1.001, 7662, - 0.996, + 3.203, 7663, - 0.996, + 1.001, 7664, - 0.996, + 1.001, 7665, - 0.996, + 1.001, 7666, - 0.996, + 1.001, 7667, - 0.996, + 1.001, 7668, - 0.996, + 1.001, 7669, - 0.996, + 1.001, 7670, - 0.996, + 1.001, 7671, - 0.996, + 1.001, 7672, - 0.996, + 1.001, 7673, - 0.996, + 1.001, 7674, - 0.996, - 7708, - 0.996, - 7731, - 0.996, - 7747, - 0.935, - 7748, - 0.996, - 7749, - 0.996, - 7818, - 0.996, - 7819, - 0.996, - 7820, - 0.996, - 7821, - 0.996, - 7822, - 0.996, - 7823, - 0.996, - 7905, - 0.996, - 7909, - 0.996, - 7910, - 0.996, - 7936, - 0.889, - 7937, - 0.996, - 7938, - 1.839, - 7939, - 0.996, - 7940, - 0.996, - 7941, - 0.996, - 7942, - 1.726, - 7943, - 1.726, - 7944, - 0.996, - 7945, - 0.996, - 7946, - 0.996, - 7947, - 0.996, - 7948, - 0.996, - 7949, - 0.996, - 7950, - 0.996, - 9174, - 2.563, - 9400, - 0.996, - 9844, - 1.089, - 9845, - 1.089, - 9846, - 1.089, - 9847, - 1.089, - 9848, - 2.011, - 9849, - 1.089, - 9850, - 1.089, - 9851, - 1.089, - 9852, - 1.089, - 9853, - 1.089, - 9854, - 1.089, - 9855, - 1.089, - 9856, - 1.089, - 9857, - 1.089, - 9858, - 1.089, - 9859, - 1.089, - 9860, - 1.089, - 9861, - 1.089, - 9862, - 1.089, - 9863, - 1.089, - 9864, - 1.089, - 9865, - 1.089, - 9866, - 1.089, - 9867, - 1.089, - 9868, - 1.089, - 9869, - 1.089, - 9870, - 1.089, - 9871, - 1.089, - 9872, - 1.089, - 9873, - 1.089, - 9874, - 1.089, - 9875, - 1.089, - 9876, - 1.089, - 9877, - 1.089, - 9878, - 1.089, - 9879, - 1.089, - 9880, - 1.089, - 9881, - 1.089, - 9882, - 1.089, - 9883, - 1.089, - 9884, - 1.089, - 9885, - 1.089, - 9886, - 1.089, - 9887, - 1.089, - 9888, - 1.089, - 9889, - 1.089, - 9890, - 1.089, - 9891, - 2.011, - 9892, - 2.011, - 9893, - 2.011, - 9894, - 2.011, - 9895, - 2.011, - 9896, - 2.011, - 9897, - 1.089, - 9898, - 1.089, - 9899, - 1.089, - 9900, - 1.089, - 9901, - 1.089, - 9902, - 1.089, - 9903, - 2.011, - 9904, - 1.089, - 9905, - 1.089, - 9906, - 1.089, - 9907, - 1.089, - 9908, - 1.089, - 9909, - 1.089, - 9910, - 1.089, - 9911, - 1.089, - 9912, - 1.089, - 9913, - 1.089, - 9914, - 1.089, - 9915, - 1.089 - ] - ], - [ - "type/ref/stable/b2d", - [ - 6760, - 1.837 - ] - ], - [ - "data/ref/stable/b2d", - [ - 18, - 1.114, - 79, - 0.77, - 96, - 2.874, - 99, - 0.805, - 113, - 2.149, - 141, - 3.354, - 158, - 3.136, - 194, - 1.655, - 268, - 2.19, - 849, - 4.761, - 931, - 2.969, - 962, - 5.042, - 1019, - 3.427, - 1031, - 7.836, - 1158, - 4.943, - 1465, - 3.198, - 1472, - 4.805, - 1628, - 3.756, - 2297, - 6.918, - 2440, - 5.2, - 5425, - 6.918, - 9916, - 9.067, - 9917, - 9.81, - 9918, - 9.067, - 9919, - 8.291, - 9920, - 9.067, - 9921, - 8.291, - 9922, - 8.291 - ] - ], - [ - "type/ref/stable/builtins", - [ - 6760, - 1.837 - ] - ], - [ - "data/ref/stable/builtins", + 1.001, + 7675, + 1.001, + 7676, + 1.001, + 7677, + 1.001, + 7678, + 1.001, + 7679, + 1.001, + 7680, + 1.001, + 7681, + 1.001, + 7682, + 1.001, + 7683, + 1.001, + 7684, + 1.001, + 7685, + 1.001, + 7686, + 1.001, + 7687, + 1.001, + 7688, + 1.001, + 7722, + 1.001, + 7745, + 1.001, + 7761, + 0.939, + 7762, + 1.001, + 7763, + 1.001, + 7839, + 1.001, + 7840, + 1.001, + 7841, + 1.001, + 7842, + 1.001, + 7843, + 1.001, + 7844, + 1.001, + 7926, + 1.001, + 7930, + 1.001, + 7931, + 1.001, + 7962, + 0.893, + 7963, + 1.001, + 7964, + 1.848, + 7965, + 1.001, + 7966, + 1.001, + 7967, + 1.001, + 7968, + 1.734, + 7969, + 1.734, + 7970, + 1.001, + 7971, + 1.001, + 7972, + 1.001, + 7973, + 1.001, + 7974, + 1.001, + 7975, + 1.001, + 7976, + 1.001, + 9242, + 2.574, + 9468, + 1.001, + 9914, + 1.095, + 9915, + 1.095, + 9916, + 1.095, + 9917, + 1.095, + 9918, + 2.021, + 9919, + 1.095, + 9920, + 1.095, + 9921, + 1.095, + 9922, + 1.095, + 9923, + 1.095, + 9924, + 1.095, + 9925, + 1.095, + 9926, + 1.095, + 9927, + 1.095, + 9928, + 1.095, + 9929, + 1.095, + 9930, + 1.095, + 9931, + 1.095, + 9932, + 1.095, + 9933, + 1.095, + 9934, + 1.095, + 9935, + 1.095, + 9936, + 1.095, + 9937, + 1.095, + 9938, + 1.095, + 9939, + 1.095, + 9940, + 1.095, + 9941, + 1.095, + 9942, + 1.095, + 9943, + 1.095, + 9944, + 1.095, + 9945, + 1.095, + 9946, + 1.095, + 9947, + 1.095, + 9948, + 1.095, + 9949, + 1.095, + 9950, + 1.095, + 9951, + 1.095, + 9952, + 1.095, + 9953, + 1.095, + 9954, + 1.095, + 9955, + 1.095, + 9956, + 1.095, + 9957, + 1.095, + 9958, + 1.095, + 9959, + 1.095, + 9960, + 1.095, + 9961, + 2.021, + 9962, + 2.021, + 9963, + 2.021, + 9964, + 2.021, + 9965, + 2.021, + 9966, + 2.021, + 9967, + 1.095, + 9968, + 1.095, + 9969, + 1.095, + 9970, + 1.095, + 9971, + 1.095, + 9972, + 1.095, + 9973, + 2.021, + 9974, + 1.095, + 9975, + 1.095, + 9976, + 1.095, + 9977, + 1.095, + 9978, + 1.095, + 9979, + 1.095, + 9980, + 1.095, + 9981, + 1.095, + 9982, + 1.095, + 9983, + 1.095, + 9984, + 1.095, + 9985, + 1.095 + ] + ], + [ + "type/ref/stable/b2d", + [ + 6760, + 1.837 + ] + ], + [ + "data/ref/stable/b2d", + [ + 18, + 1.114, + 79, + 0.771, + 96, + 2.875, + 99, + 0.806, + 113, + 2.15, + 141, + 3.356, + 158, + 3.137, + 194, + 1.655, + 268, + 2.191, + 849, + 4.763, + 931, + 2.938, + 962, + 5.043, + 1019, + 3.429, + 1031, + 7.838, + 1158, + 4.945, + 1465, + 3.2, + 1472, + 4.807, + 1628, + 3.758, + 2297, + 6.92, + 2440, + 5.202, + 5425, + 6.92, + 9986, + 9.072, + 9987, + 9.813, + 9988, + 9.072, + 9989, + 8.296, + 9990, + 9.072, + 9991, + 8.296, + 9992, + 8.296 + ] + ], + [ + "type/ref/stable/builtins", + [ + 6760, + 1.837 + ] + ], + [ + "data/ref/stable/builtins", [ 7, - 1.004, + 1.006, 9, - 2.714, + 2.718, 10, - 1.73, + 1.732, 18, 1.022, 20, - 1.322, + 1.323, 30, - 3.759, + 3.761, 38, - 0.889, + 0.89, 46, - 1.419, + 1.42, 52, - 2.203, + 2.205, 57, - 1.384, + 1.385, 59, - 0.722, + 0.723, 60, - 2.227, + 2.229, 77, - 1.657, + 1.659, 79, 1.008, 99, 1.054, 100, - 1.502, + 1.503, 107, - 1.523, + 1.525, 108, - 2.353, + 2.355, 121, - 2.647, + 2.65, 126, - 1.974, + 1.975, 148, - 1.642, + 1.644, 158, - 2.34, + 2.342, 160, - 2.94, + 2.926, 165, - 2.844, + 2.846, 169, - 1.48, + 1.481, 170, - 3.069, + 3.072, 171, - 5.548, + 5.551, 196, - 2.767, + 2.771, 241, - 1.714, + 1.716, 260, - 2.697, + 2.7, 263, - 3.236, + 3.237, 269, - 2.257, + 2.258, 327, - 5.528, + 5.535, 459, - 3.724, + 3.728, 543, - 3.211, + 3.215, 552, - 2.379, + 2.382, 555, - 2.507, + 2.495, 644, - 3.965, + 3.969, 692, - 3.003, + 3.006, 1019, - 4.547, + 4.548, 1298, - 5.057, + 5.063, 1343, - 4.433, + 4.438, 1434, - 4.009, + 4.014, 1459, - 3.262, + 3.266, 1465, - 4.243, + 4.244, 1650, - 4.788, + 4.794, 1765, - 6.53, + 6.538, 1812, - 5.528, + 5.4, 2558, - 5.528, + 5.535, 2839, - 7.318, + 7.326, 2925, - 6.413, + 6.418, 3241, - 6.53, + 6.538, 4134, - 6.552, + 6.557, 5162, - 6.867, + 6.875, 5163, - 7.781, + 7.786, 5559, - 6.53, + 6.538, 5684, - 6.867, + 6.875, 5844, - 6.53, + 6.538, 6320, - 8.534, - 7111, - 7.318, - 7955, - 6.867, - 8033, - 6.53, - 9923, - 8.003, - 9924, - 9.945 + 8.54, + 7125, + 7.326, + 7981, + 6.875, + 8059, + 6.538, + 9993, + 8.012, + 9994, + 9.952 ] ], [ @@ -100180,16 +100486,16 @@ "data/ref/stable/dmImage", [ 202, - 3.67, + 3.648, 330, - 3.582, + 3.583, 333, - 3.177, + 3.178, 479, - 4.215, + 4.216, 601, 4.071, - 8151, + 8177, 7.573 ] ], @@ -100204,501 +100510,501 @@ "data/ref/stable/os", [ 7, - 1.411, + 1.412, 8, - 2.896, + 2.899, 18, 1.138, 20, - 1.576, + 1.577, 36, - 1.892, + 1.895, 38, - 0.949, + 0.95, 44, - 1.488, + 1.493, 46, - 1.294, + 1.296, 52, - 1.543, + 1.547, 57, - 1.35, + 1.352, 59, - 1.015, + 1.016, 62, - 1.853, + 1.859, 77, - 1.627, + 1.63, 79, - 0.994, + 0.995, 86, - 1.82, + 1.825, 90, - 1.336, + 1.339, 99, - 1.028, + 1.029, 100, - 2.013, + 2.015, 102, - 1.781, + 1.776, 103, - 2.088, + 2.092, 106, - 1.407, + 1.41, 107, - 1.871, + 1.873, 108, - 1.047, + 1.051, 109, - 1.336, + 1.332, 113, - 0.714, + 0.716, 116, - 1.386, + 1.391, 126, - 1.951, + 1.954, 141, - 3.511, + 3.515, 142, - 2.54, + 2.544, 148, - 1.15, + 1.153, 150, - 0.902, + 0.905, 153, - 1.572, + 1.575, 165, - 3.018, + 3.021, 169, - 1.463, + 1.464, 177, - 1.09, + 1.094, 194, - 0.65, + 0.652, 198, - 1.526, + 1.53, 201, - 1.919, + 1.923, 207, - 2.614, + 2.62, 226, - 0.991, + 0.995, 229, - 1.566, + 1.569, 230, - 2.411, + 2.417, 241, - 1.942, + 1.945, 244, - 1.376, + 1.371, 247, - 3.0, + 3.005, 256, - 1.765, + 1.769, 257, - 1.407, + 1.412, 263, - 2.554, + 2.559, 268, - 2.222, + 2.224, 269, - 1.271, + 1.275, 273, - 2.108, + 2.112, 282, - 1.764, + 1.771, 288, - 3.021, + 3.029, 330, - 2.505, + 2.51, 332, - 1.185, + 1.19, 333, - 1.959, + 1.964, 353, - 3.152, + 3.134, 358, - 1.641, + 1.647, 380, - 1.265, + 1.269, 382, - 1.282, + 1.286, 387, - 1.256, + 1.261, 439, - 2.401, + 2.409, 442, - 2.51, + 2.517, 452, - 2.014, + 2.019, 468, - 2.527, + 2.536, 471, - 2.29, + 2.294, 486, - 2.787, + 2.797, 496, - 1.657, + 1.663, 497, - 1.826, + 1.833, 500, - 1.299, + 1.304, 506, - 3.411, + 3.421, 510, - 1.308, + 1.313, 514, - 2.46, + 2.469, 543, - 1.429, + 1.434, 546, - 1.92, + 1.927, 552, - 1.059, + 1.063, 553, - 2.476, + 2.482, 590, - 1.476, + 1.481, 620, - 1.848, + 1.855, 627, - 2.063, + 2.07, 633, - 1.805, + 1.811, 634, - 2.737, + 2.744, 636, - 2.149, + 2.155, 666, - 2.346, + 2.355, 672, - 2.608, + 2.589, 676, - 1.626, + 1.631, 689, - 1.595, + 1.601, 691, - 1.715, + 1.719, 702, - 1.784, + 1.791, 703, - 1.397, + 1.402, 729, - 2.063, + 2.07, 749, - 3.062, + 3.07, 765, - 3.973, + 3.976, 771, - 1.657, + 1.663, 795, - 2.297, + 2.305, 828, - 2.096, + 2.103, 848, - 2.776, + 2.784, 856, - 2.249, + 2.255, 894, - 3.584, + 3.589, 898, - 1.265, + 1.269, 919, - 1.826, + 1.833, 938, - 2.251, + 2.259, 960, - 2.557, + 2.54, 987, - 1.895, + 1.902, 998, - 2.063, + 2.07, 1025, - 1.407, + 1.412, 1043, - 1.539, + 1.545, 1045, - 5.175, + 5.185, 1066, - 1.397, + 1.402, 1083, - 2.787, + 2.797, 1104, - 3.157, + 3.162, 1109, - 3.358, + 3.366, 1160, - 4.145, + 4.155, 1186, - 1.745, + 1.751, 1198, - 4.48, + 4.489, 1216, - 3.021, + 2.99, 1283, - 3.062, + 3.07, 1295, - 2.948, + 2.953, 1296, - 2.581, + 2.587, 1304, - 2.096, + 2.103, 1406, - 1.626, + 1.631, 1434, - 2.807, + 2.815, 1440, - 6.426, + 6.432, 1459, - 4.54, + 4.544, 1465, - 3.722, + 3.726, 1472, - 3.826, + 3.833, 1473, - 2.527, + 2.536, 1492, - 3.474, + 3.484, 1496, - 2.46, + 2.469, 1594, - 2.031, + 2.039, 1632, - 2.251, + 2.259, 1636, - 3.245, + 3.255, 1657, - 2.906, + 2.917, 1713, - 1.871, + 1.878, 1774, - 1.805, + 1.811, 1781, - 3.056, + 3.067, 1806, - 2.46, + 2.469, 1866, - 2.031, + 2.039, 1908, - 1.61, + 1.616, 1941, - 2.787, + 2.797, 1942, - 2.002, + 2.009, 1971, - 4.384, + 4.396, 1982, - 3.471, + 3.44, 1999, - 3.104, + 3.113, 2015, - 2.401, + 2.409, 2043, - 6.625, + 6.635, 2095, - 3.353, + 3.362, 2164, - 3.395, + 3.401, 2192, - 2.46, + 2.469, 2225, - 2.906, + 2.917, 2341, - 2.687, + 2.696, 2346, - 3.298, + 3.307, 2373, - 2.251, + 2.259, 2440, - 2.716, + 2.724, 2452, - 2.527, + 2.536, 2498, - 3.613, + 3.551, 2561, - 2.906, + 2.917, 2566, - 3.692, + 3.702, 2632, - 2.906, + 2.917, 2657, - 4.414, + 4.423, 2684, - 2.096, + 2.103, 2690, - 3.245, + 3.255, 2850, - 2.687, + 2.696, 2958, - 6.335, + 6.35, 2973, - 2.906, + 2.917, 2994, - 3.692, + 3.702, 3021, - 2.208, + 2.216, 3104, - 2.906, + 2.917, 3177, - 4.227, + 4.239, 3246, - 2.527, + 2.536, 3342, - 2.208, + 2.216, 3415, - 1.946, + 1.953, 3442, - 2.527, + 2.536, 3610, - 4.89, + 4.897, 3672, - 2.906, + 2.917, 3674, - 2.687, + 2.696, 3681, - 2.601, + 2.611, 3972, - 4.605, + 4.613, 4098, - 2.208, + 2.216, 4134, - 2.346, + 2.355, 4400, - 3.975, + 3.987, 4704, - 6.335, + 6.35, 4849, - 2.687, + 2.696, 4857, - 2.063, + 2.07, 4927, - 6.741, + 6.754, 5211, - 3.541, + 3.551, 5344, - 3.257, + 3.269, 5346, - 3.257, + 3.269, 5347, - 3.056, + 3.067, 5348, - 3.257, + 3.269, 5350, - 5.124, + 5.139, 5351, - 3.257, + 3.269, 5400, - 5.226, + 5.072, 5418, - 7.183, + 7.198, 5482, - 3.257, + 3.269, 5721, - 2.601, + 2.611, 5787, - 9.651, + 9.661, 5871, - 4.808, + 4.822, 6026, - 4.093, + 4.104, 6698, - 5.124, + 5.139, 6970, - 2.601, - 7101, - 3.056, - 7106, - 6.741, - 7150, - 3.257, - 7165, - 9.812, - 7173, - 2.906, - 7345, - 3.056, - 7995, - 3.257, - 8632, - 3.257, - 8737, - 4.093, - 9691, - 6.335, - 9692, - 3.056, - 9696, - 3.056, - 9700, - 3.056, - 9791, - 5.124, - 9792, - 5.124, - 9925, - 3.562, - 9926, - 3.562, - 9927, - 3.257, - 9928, - 5.604, - 9929, - 3.562, - 9930, - 5.604, - 9931, - 3.562, - 9932, - 5.604, - 9933, - 3.562, - 9934, - 3.562, - 9935, - 3.562, - 9936, - 3.562, - 9937, - 3.562, - 9938, - 5.604, - 9939, - 3.562, - 9940, - 3.562, - 9941, - 3.562, - 9942, - 5.604, - 9943, - 3.562, - 9944, - 3.562, - 9945, - 3.562, - 9946, - 3.562, - 9947, - 3.562, - 9948, - 3.562, - 9949, - 3.562, - 9950, - 3.562, - 9951, - 3.562, - 9952, - 3.562, - 9953, - 3.562, - 9954, - 3.257, - 9955, - 3.562, - 9956, - 3.562 + 2.611, + 7115, + 3.067, + 7120, + 6.754, + 7164, + 3.269, + 7179, + 9.821, + 7187, + 2.917, + 7359, + 3.067, + 8021, + 3.269, + 8665, + 3.269, + 8770, + 4.104, + 9760, + 6.35, + 9761, + 3.067, + 9765, + 3.067, + 9769, + 3.067, + 9863, + 5.139, + 9864, + 5.139, + 9995, + 3.575, + 9996, + 3.575, + 9997, + 3.269, + 9998, + 5.62, + 9999, + 3.575, + 10000, + 5.62, + 10001, + 3.575, + 10002, + 5.62, + 10003, + 3.575, + 10004, + 3.575, + 10005, + 3.575, + 10006, + 3.575, + 10007, + 3.575, + 10008, + 5.62, + 10009, + 3.575, + 10010, + 3.575, + 10011, + 3.575, + 10012, + 5.62, + 10013, + 3.575, + 10014, + 3.575, + 10015, + 3.575, + 10016, + 3.575, + 10017, + 3.575, + 10018, + 3.575, + 10019, + 3.575, + 10020, + 3.575, + 10021, + 3.575, + 10022, + 3.575, + 10023, + 3.575, + 10024, + 3.269, + 10025, + 3.575, + 10026, + 3.575 ] ], [ @@ -100712,233 +101018,233 @@ "data/ref/stable/dmConnectionPool", [ 17, - 4.217, + 4.226, 18, - 1.042, + 1.043, 38, - 1.196, + 1.197, 46, - 1.583, + 1.584, 52, - 1.722, + 1.726, 57, - 0.801, + 0.802, 59, - 0.93, + 0.931, 79, 0.817, 86, - 2.032, + 2.036, 90, - 1.491, + 1.494, 99, - 0.956, + 0.957, 100, - 1.174, + 1.177, 107, - 1.191, + 1.193, 126, - 1.242, + 1.245, 139, - 3.624, + 3.631, 142, - 1.86, + 1.864, 144, - 4.453, + 4.46, 148, - 1.284, + 1.286, 158, - 2.478, + 2.481, 165, - 2.748, + 2.751, 177, - 2.941, + 2.944, 202, - 2.044, + 2.036, 226, - 1.741, + 1.745, 229, - 2.146, + 2.147, 241, - 1.34, + 1.343, 256, - 2.16, + 2.162, 268, - 1.278, + 1.28, 269, - 1.42, + 1.423, 273, - 1.544, + 1.548, 330, - 1.995, + 1.999, 332, - 2.082, + 2.087, 333, - 1.77, + 1.773, 387, - 2.207, + 2.211, 457, - 2.222, + 2.226, 479, - 3.866, + 3.869, 483, - 5.584, + 5.592, 522, - 3.1, + 3.106, 601, - 2.267, + 2.272, 602, - 2.531, + 2.536, 603, - 2.614, + 2.619, 612, - 3.744, + 3.752, 629, - 1.882, + 1.886, 645, - 3.682, + 3.69, 672, - 2.912, + 2.889, 765, - 2.192, + 2.197, 771, - 2.912, + 2.918, 807, - 3.624, + 3.631, 858, - 3.744, + 3.752, 866, - 3.158, + 3.162, 880, - 3.033, + 3.04, 948, - 4.071, + 4.074, 998, - 3.624, + 3.631, 1054, - 9.614, + 9.617, 1055, - 6.141, + 6.145, 1056, - 6.191, + 6.2, 1078, - 4.72, + 4.73, 1104, - 2.95, + 2.954, 1160, - 5.751, + 5.757, 1272, - 3.762, + 3.767, 1296, - 2.331, + 2.336, 1459, - 2.551, + 2.556, 1502, - 3.208, + 3.215, 1506, - 5.369, + 5.38, 1649, - 3.287, + 3.294, 1814, - 3.832, + 3.802, 1971, - 7.52, + 7.528, 1991, - 4.57, + 4.58, 2327, - 7.766, + 7.768, 2465, - 6.191, + 6.2, 2468, - 4.895, + 4.906, 2540, - 4.695, + 4.702, 2779, - 4.399, + 4.405, 2842, - 5.106, + 5.116, 2878, - 4.439, + 4.448, 3067, - 8.06, + 8.067, 3594, - 6.191, + 6.2, 3646, - 4.51, + 4.516, 3712, - 4.109, + 4.115, 4198, - 7.273, + 7.283, 4621, - 5.959, + 5.966, 4857, - 6.429, + 6.433, 5171, - 5.106, + 5.116, 5250, - 4.895, - 7313, - 5.722, - 8151, - 4.217, - 8728, - 5.722, - 8732, - 5.722, - 8737, - 6.191, - 8993, - 7.273, - 9293, - 7.751, - 9957, - 6.257, - 9958, - 11.94, - 9959, - 11.704, - 9960, - 11.1, - 9961, - 6.257, - 9962, - 6.257, - 9963, - 8.476, - 9964, - 8.476, - 9965, - 8.476, - 9966, - 8.476, - 9967, - 8.476, - 9968, - 6.257, - 9969, - 6.257, - 9970, - 6.257, - 9971, - 6.257, - 9972, - 6.257, - 9973, - 5.722, - 9974, - 6.257, - 9975, - 6.257, - 9976, - 6.257, - 9977, - 5.722, - 9978, - 6.257, - 9979, - 6.257, - 9980, - 6.257 + 4.906, + 7327, + 5.734, + 8177, + 4.226, + 8761, + 5.734, + 8765, + 5.734, + 8770, + 6.2, + 9061, + 7.283, + 9361, + 7.762, + 10027, + 6.27, + 10028, + 11.945, + 10029, + 11.709, + 10030, + 11.107, + 10031, + 6.27, + 10032, + 6.27, + 10033, + 8.488, + 10034, + 8.488, + 10035, + 8.488, + 10036, + 8.488, + 10037, + 8.488, + 10038, + 6.27, + 10039, + 6.27, + 10040, + 6.27, + 10041, + 6.27, + 10042, + 6.27, + 10043, + 5.734, + 10044, + 6.27, + 10045, + 6.27, + 10046, + 6.27, + 10047, + 5.734, + 10048, + 6.27, + 10049, + 6.27, + 10050, + 6.27 ] ], [ @@ -100952,373 +101258,373 @@ "data/ref/stable/dmSocket", [ 7, - 0.783, + 0.785, 8, - 1.745, + 1.75, 18, - 0.563, + 0.564, 20, - 0.544, + 0.545, 36, - 1.687, + 1.69, 38, - 1.214, + 1.215, 46, - 1.207, + 1.209, 52, - 1.126, + 1.13, 57, - 1.082, + 1.084, 59, - 0.563, + 0.564, 77, - 1.292, + 1.295, 79, - 0.929, + 0.93, 80, - 10.036, + 10.042, 86, - 1.328, + 1.333, 90, - 2.77, + 2.771, 99, - 1.111, + 1.112, 135, - 2.369, + 2.377, 142, - 1.855, + 1.859, 158, - 2.473, + 2.477, 165, - 1.784, + 1.788, 169, - 0.609, + 0.611, 177, - 1.909, + 1.913, 201, - 1.402, + 1.405, 202, - 3.362, + 3.345, 208, - 2.744, + 2.751, 226, - 1.138, + 1.142, 229, - 2.252, + 2.253, 241, - 0.876, + 0.879, 247, - 2.063, + 2.068, 260, - 1.379, + 1.383, 263, - 1.865, + 1.87, 268, - 1.859, + 1.862, 269, - 0.928, + 0.931, 273, - 2.088, + 2.091, 280, - 2.446, + 2.452, 298, - 2.585, + 2.594, 330, - 1.304, + 1.309, 332, - 1.361, + 1.366, 333, - 1.764, + 1.769, 341, - 1.983, + 1.969, 349, - 4.556, + 4.568, 479, - 4.542, + 4.543, 483, - 4.11, + 4.12, 490, - 1.709, + 1.714, 491, - 3.2, + 3.211, 523, - 2.123, + 2.13, 556, - 1.681, + 1.687, 601, - 1.482, + 1.487, 602, - 1.654, + 1.66, 603, - 1.709, + 1.714, 604, - 2.073, + 2.08, 605, - 2.333, + 2.341, 612, - 2.448, + 2.456, 614, - 1.604, + 1.609, 631, - 2.027, + 2.033, 680, - 3.278, + 3.286, 686, - 3.363, + 3.371, 716, - 5.474, + 5.481, 721, - 3.2, + 3.211, 752, - 1.885, + 1.891, 774, - 4.117, + 4.123, 827, - 4.899, + 4.907, 858, - 2.448, + 2.456, 866, - 3.393, + 3.398, 874, - 3.199, + 3.207, 891, - 2.565, + 2.57, 897, - 2.638, + 2.646, 976, - 3.2, + 3.211, 1016, - 2.585, + 2.594, 1017, - 2.902, + 2.912, 1025, - 2.465, + 2.471, 1041, - 3.824, + 3.831, 1055, - 7.236, + 7.237, 1062, - 2.235, + 2.242, 1343, - 4.686, + 4.694, 1465, - 2.2, + 2.206, 1471, - 2.027, + 2.033, 1485, - 2.695, + 2.704, 1502, - 2.098, + 2.104, 1557, - 2.448, + 2.456, 1588, - 2.004, + 2.011, 1597, - 6.333, + 6.338, 1621, - 4.864, + 4.87, 1672, - 2.205, + 2.212, 1696, - 5.544, + 5.552, 1714, - 2.988, + 2.998, 1812, - 2.826, + 2.766, 1814, - 1.849, + 1.838, 1971, - 7.125, + 7.135, 2070, - 2.585, + 2.594, 2075, - 3.733, + 3.742, 2088, - 2.988, + 2.998, 2123, - 3.558, + 3.567, 2190, - 2.369, + 2.377, 2327, - 5.345, + 5.354, 2448, - 4.982, + 4.992, 2465, - 2.988, + 2.998, 2540, - 3.456, + 3.465, 2548, - 2.407, + 2.415, 2579, - 2.902, + 2.912, 2736, - 5.118, + 5.125, 2750, - 2.585, + 2.594, 2779, - 3.924, + 3.932, 2799, - 6.381, + 6.392, 2852, - 6.178, + 6.189, 3252, - 4.205, + 4.215, 3281, - 3.338, + 3.349, 3287, - 3.741, + 3.753, 3299, - 3.51, + 3.522, 3351, - 7.125, + 7.135, 3594, - 7.516, + 7.523, 3595, - 5.523, + 5.534, 3597, - 6.001, + 6.011, 3646, - 4.023, + 4.032, 3712, - 5.214, + 5.218, 3938, - 2.757, + 2.704, 3984, - 3.506, + 3.465, 4134, - 2.695, + 2.704, 4351, - 3.51, + 3.522, 4382, - 3.51, + 3.522, 4621, - 6.379, + 6.386, 4746, - 2.536, + 2.544, 4783, - 2.988, + 2.998, 4857, - 6.629, + 6.633, 5036, - 5.705, + 5.719, 5248, - 5.353, + 5.366, 5249, - 6.488, + 6.501, 6075, - 3.51, + 3.522, 6158, - 3.086, + 3.096, 6416, - 6.902, + 6.914, 6473, - 2.266, + 2.274, 6763, - 2.333, + 2.341, 6766, - 5.364, - 7320, - 4.706, - 7323, - 8.186, - 7908, - 3.51, - 7935, - 4.881, - 8727, - 3.741, - 8729, - 7.258, - 8734, - 3.741, - 8737, - 6.178, - 8740, - 3.741, - 9349, - 5.353, - 9645, - 5.353, - 9692, - 3.51, - 9693, - 3.741, - 9695, - 3.741, - 9696, - 3.51, - 9697, - 3.741, - 9698, - 3.741, - 9699, - 3.741, - 9700, - 3.51, - 9981, - 6.238, - 9982, - 3.741, - 9983, - 4.091, - 9984, - 6.238, - 9985, - 4.091, - 9986, - 4.091, - 9987, - 4.091, - 9988, - 4.091, - 9989, - 4.091, - 9990, - 4.091, - 9991, - 4.091, - 9992, - 8.459, - 9993, - 4.091, - 9994, - 4.091, - 9995, - 4.091, - 9996, - 4.091, - 9997, - 4.091, - 9998, - 4.091, - 9999, - 4.091, - 10000, - 4.091, - 10001, - 4.091, - 10002, - 4.091, - 10003, - 6.238, - 10004, - 4.091, - 10005, - 6.238, - 10006, - 4.091, - 10007, - 4.091, - 10008, - 4.091, - 10009, - 4.091, - 10010, - 4.091, - 10011, - 6.238, - 10012, - 4.091 + 5.375, + 7334, + 4.718, + 7337, + 8.191, + 7929, + 3.522, + 7961, + 4.893, + 8760, + 3.753, + 8762, + 7.27, + 8767, + 3.753, + 8770, + 6.189, + 8773, + 3.753, + 9417, + 5.366, + 9714, + 5.366, + 9761, + 3.522, + 9762, + 3.753, + 9764, + 3.753, + 9765, + 3.522, + 9766, + 3.753, + 9767, + 3.753, + 9768, + 3.753, + 9769, + 3.522, + 10051, + 6.254, + 10052, + 3.753, + 10053, + 4.104, + 10054, + 6.254, + 10055, + 4.104, + 10056, + 4.104, + 10057, + 4.104, + 10058, + 4.104, + 10059, + 4.104, + 10060, + 4.104, + 10061, + 4.104, + 10062, + 8.473, + 10063, + 4.104, + 10064, + 4.104, + 10065, + 4.104, + 10066, + 4.104, + 10067, + 4.104, + 10068, + 4.104, + 10069, + 4.104, + 10070, + 4.104, + 10071, + 4.104, + 10072, + 4.104, + 10073, + 6.254, + 10074, + 4.104, + 10075, + 6.254, + 10076, + 4.104, + 10077, + 4.104, + 10078, + 4.104, + 10079, + 4.104, + 10080, + 4.104, + 10081, + 6.254, + 10082, + 4.104 ] ], [ @@ -101332,143 +101638,143 @@ "data/ref/stable/dmWebServer", [ 18, - 1.007, + 1.008, 38, - 1.126, + 1.127, 54, - 3.309, + 3.315, 57, - 0.892, + 0.893, 79, - 0.774, + 0.775, 90, - 2.17, + 2.173, 99, - 1.016, + 1.017, 100, - 1.308, + 1.31, 110, - 2.754, + 2.759, 125, - 2.12, + 2.124, 132, - 2.395, + 2.399, 142, - 2.072, + 2.076, 158, - 2.038, + 2.041, 172, - 4.461, + 4.425, 174, - 2.841, + 2.846, 177, - 2.133, + 2.136, 229, - 2.098, + 2.099, 247, - 2.305, + 2.309, 253, - 3.492, + 3.498, 263, - 3.033, + 3.036, 268, - 1.423, + 1.426, 471, - 1.868, + 1.872, 479, - 4.437, + 4.439, 612, - 4.17, + 4.177, 645, - 4.102, + 4.109, 646, - 5.45, + 5.454, 669, - 5.646, + 5.652, 709, - 4.405, + 4.412, 715, - 5.329, + 5.334, 716, - 5.785, + 5.79, 874, - 3.574, + 3.58, 880, - 4.415, + 4.42, 891, - 4.011, + 4.013, 915, - 3.492, + 3.496, 998, - 7.23, + 7.231, 1041, - 4.117, + 4.122, 1046, - 4.17, + 4.177, 1062, - 3.808, + 3.815, 1104, - 3.17, + 3.173, 1216, - 4.909, + 4.851, 1275, - 4.945, + 4.953, 1379, - 4.238, + 4.201, 1427, - 8.055, + 8.058, 1621, - 5.45, + 5.454, 1624, - 5.091, + 5.1, 1814, - 5.271, + 5.225, 2548, - 4.102, + 4.109, 2655, - 5.687, + 5.697, 2736, - 6.044, + 6.048, 2779, - 5.94, + 5.943, 3311, - 4.405, + 4.412, 3317, - 6.87, + 6.878, 3415, - 4.976, + 4.981, 3646, - 6.09, + 6.093, 3984, - 3.917, + 3.868, 4154, - 5.091, + 5.1, 4621, - 4.321, + 4.329, 4857, - 6.629, + 6.632, 5156, - 8.635, + 8.639, 6763, - 5.785, - 7323, - 8.12, - 10013, - 6.97, - 10014, - 10.143, - 10015, - 9.107, - 10016, - 6.97, - 10017, - 6.97, - 10018, - 6.97, - 10019, - 6.97, - 10020, - 6.97 + 5.79, + 7337, + 8.124, + 10083, + 6.982, + 10084, + 10.152, + 10085, + 9.117, + 10086, + 6.982, + 10087, + 6.982, + 10088, + 6.982, + 10089, + 6.982, + 10090, + 6.982 ] ], [ @@ -101482,587 +101788,587 @@ "data/ref/stable/b2d.body", [ 7, - 0.795, + 0.798, 10, - 1.169, + 1.172, 18, 1.149, 20, - 1.256, + 1.258, 23, - 1.123, + 1.127, 31, - 4.952, + 4.961, 36, - 1.078, + 1.081, 38, - 0.276, + 0.277, 46, - 1.589, + 1.591, 52, - 1.488, + 1.493, 55, - 1.191, + 1.196, 56, - 1.626, + 1.631, 57, 1.563, 59, - 0.853, + 0.854, 60, - 0.691, + 0.694, 75, - 2.788, + 2.795, 79, 0.968, 90, - 2.252, + 2.255, 92, - 1.676, + 1.682, 99, - 0.951, + 0.952, 100, - 2.062, + 2.064, 107, - 1.029, + 1.032, 108, - 0.73, + 0.733, 113, - 0.498, + 0.5, 124, - 2.357, + 2.364, 125, - 1.644, + 1.649, 126, - 1.876, + 1.878, 133, - 1.357, + 1.363, 135, - 2.419, + 2.428, 141, - 0.919, + 0.923, 142, - 2.989, + 2.993, 146, - 1.217, + 1.222, 148, - 0.509, + 0.512, 153, - 1.738, + 1.741, 158, - 3.213, + 3.216, 169, - 0.369, + 0.371, 171, - 1.273, + 1.279, 177, - 1.278, + 1.282, 195, - 1.438, + 1.444, 197, - 0.853, + 0.857, 199, - 1.064, + 1.068, 201, - 0.558, + 0.56, 202, - 2.071, + 2.063, 229, - 1.162, + 1.165, 230, - 0.864, + 0.868, 240, - 0.706, + 0.709, 241, - 1.64, + 1.643, 250, - 3.65, + 3.655, 251, - 3.529, + 3.537, 262, - 1.943, + 1.951, 268, - 2.016, + 2.019, 269, - 1.94, + 1.943, 273, - 1.745, + 1.749, 282, - 1.23, + 1.235, 304, - 2.693, + 2.703, 307, - 1.438, + 1.444, 309, - 1.461, + 1.468, 316, - 2.64, + 2.649, 359, - 4.75, + 4.669, 361, - 5.437, + 5.445, 368, - 1.802, + 1.807, 379, - 1.674, + 1.681, 385, - 3.038, + 3.047, 387, - 1.473, + 1.478, 399, - 1.762, + 1.769, 434, - 1.156, + 1.16, 442, - 1.112, + 1.117, 452, - 1.214, + 1.219, 493, - 1.943, + 1.951, 509, - 1.289, + 1.294, 510, - 1.534, - 515, 1.54, + 515, + 1.546, 521, - 2.461, + 2.467, 524, - 3.307, + 3.312, 540, - 1.54, + 1.546, 541, - 1.321, + 1.327, 554, - 1.567, + 1.573, 564, - 2.026, + 2.035, 570, - 1.762, + 1.769, 595, - 2.252, + 2.26, 611, - 3.584, + 3.597, 623, - 2.399, + 2.406, 629, - 0.747, + 0.75, 634, - 2.136, + 2.142, 652, - 1.674, + 1.681, 752, - 2.921, + 2.928, 786, - 5.323, + 5.331, 866, - 3.185, + 3.191, 903, - 4.129, + 4.138, 931, - 0.687, + 0.683, 948, - 0.981, + 0.985, 962, - 1.167, + 1.172, 987, - 1.321, + 1.327, 1000, - 1.762, + 1.769, 1006, - 1.762, + 1.769, 1027, - 2.026, + 2.035, 1069, - 2.271, + 2.28, 1093, - 5.409, + 5.417, 1116, - 8.001, + 8.009, 1118, - 2.271, + 2.28, 1124, - 1.601, + 1.608, 1140, - 2.921, + 2.928, 1141, - 1.512, + 1.518, 1158, - 5.248, + 5.251, 1160, - 1.486, + 1.492, 1208, - 1.512, + 1.518, 1231, - 7.71, + 7.721, 1248, - 1.569, + 1.576, 1296, - 1.556, + 1.562, 1302, - 1.814, + 1.821, 1304, - 1.461, + 1.468, 1309, - 2.282, + 2.29, 1310, - 2.131, + 2.14, 1322, - 2.142, + 2.149, 1332, - 1.004, + 1.009, 1471, - 1.23, + 1.235, 1502, - 2.142, + 2.149, 1510, - 2.693, + 2.703, 1525, - 4.005, + 4.016, 1600, - 1.486, + 1.492, 1684, - 1.438, + 1.444, 1872, - 1.512, + 1.518, 1889, - 1.512, + 1.518, 1893, - 1.486, + 1.492, 1973, - 3.792, + 3.802, 2026, - 1.636, + 1.643, 2036, - 2.131, + 2.14, 2087, - 1.569, + 1.576, 2095, - 1.486, + 1.492, 2156, - 4.304, + 4.314, 2192, - 2.885, + 2.896, 2226, - 4.559, + 4.478, 2289, - 3.82, + 3.833, 2290, - 2.026, + 2.035, 2296, - 6.977, + 6.989, 2297, - 8.224, + 8.225, 2310, - 4.629, + 4.642, 2311, - 2.131, + 2.14, 2312, - 1.873, + 1.881, 2323, - 6.22, + 6.225, 2326, - 8.654, + 8.663, 2440, - 1.204, + 1.209, 2441, - 1.305, + 1.31, 2555, - 1.569, + 1.576, 2643, - 6.71, + 6.721, 2648, - 2.131, + 2.14, 2649, - 1.486, + 1.492, 3200, - 5.164, + 5.176, 3247, - 1.814, + 1.821, 3615, - 1.873, + 1.881, 3693, - 1.601, + 1.608, 3712, - 4.456, + 4.463, 3841, - 4.411, + 4.424, 3847, - 2.131, + 2.14, 3856, - 3.268, + 3.279, 3972, - 3.417, + 3.426, 3977, - 2.131, + 2.14, 4098, - 3.351, + 3.362, 4134, - 1.636, + 1.643, 4918, - 1.943, + 1.951, 5677, - 6.066, + 6.081, 5715, - 2.026, + 2.035, 5803, - 4.411, + 4.424, 6013, - 2.271, + 2.28, 6094, - 6.465, - 7019, - 3.268, - 7326, - 1.873, - 7443, - 1.943, - 7445, - 2.271, - 7454, - 4.639, + 6.48, + 7024, + 3.279, + 7340, + 1.881, + 7457, + 1.951, 7459, - 3.82, - 7547, - 7.447, - 7549, - 6.465, - 7550, - 2.271, - 7747, - 2.131, - 9416, - 3.82, - 9754, - 2.131, - 9770, - 6.066, - 9917, - 11.005, - 9919, - 10.964, - 9921, - 2.271, - 9922, - 3.82, - 10021, - 2.483, - 10022, - 2.483, - 10023, - 2.483, - 10024, - 2.483, - 10025, - 4.177, - 10026, - 2.483, - 10027, - 2.483, - 10028, - 2.483, - 10029, - 2.483, - 10030, - 4.177, - 10031, - 2.483, - 10032, - 2.483, - 10033, - 2.483, - 10034, - 2.483, - 10035, - 2.483, - 10036, - 2.483, - 10037, - 2.483, - 10038, - 2.483, - 10039, - 2.483, - 10040, - 2.483, - 10041, - 2.483, - 10042, - 2.483, - 10043, - 2.483, - 10044, - 2.483, - 10045, - 2.483, - 10046, - 4.177, - 10047, - 2.483, - 10048, - 2.483, - 10049, - 2.483, - 10050, - 2.483, - 10051, - 4.177, - 10052, - 4.177, - 10053, - 2.483, - 10054, - 2.483, - 10055, - 2.483, - 10056, - 2.483, - 10057, - 2.483, - 10058, - 2.483, - 10059, - 2.483, - 10060, - 2.483, - 10061, - 2.483, - 10062, - 2.483, - 10063, - 2.483, - 10064, - 2.483, - 10065, - 2.483, - 10066, - 8.55, - 10067, - 2.483, - 10068, - 2.483, - 10069, - 2.483, - 10070, - 2.483, - 10071, - 2.483, - 10072, - 2.483, - 10073, - 2.483, - 10074, - 2.483, - 10075, - 2.483, - 10076, - 4.177, - 10077, - 2.483, - 10078, - 4.177, - 10079, - 4.177, - 10080, - 2.483, - 10081, - 2.483, - 10082, - 2.483, - 10083, - 2.483, - 10084, - 2.483, - 10085, - 2.483, - 10086, - 2.483, - 10087, - 2.483, - 10088, - 2.483, - 10089, - 2.483, - 10090, - 2.483, + 2.28, + 7468, + 4.653, + 7473, + 3.833, + 7561, + 7.462, + 7563, + 6.48, + 7564, + 2.28, + 7761, + 2.14, + 7781, + 2.28, + 9484, + 3.833, + 9823, + 2.14, + 9842, + 6.081, + 9987, + 11.01, + 9989, + 10.969, + 9991, + 2.28, + 9992, + 3.833, 10091, - 2.483, + 2.494, 10092, - 2.483, + 2.494, 10093, - 2.483, + 2.494, 10094, - 2.483, + 2.494, 10095, - 2.483, + 4.192, 10096, - 2.483, + 2.494, 10097, - 2.483, + 2.494, 10098, - 7.659, + 2.494, 10099, - 2.483, + 2.494, 10100, - 2.483, + 4.192, 10101, - 2.483, + 2.494, 10102, - 4.177, + 2.494, 10103, - 4.177, + 2.494, 10104, - 2.483, + 2.494, 10105, - 2.483, + 2.494, 10106, - 2.483, + 2.494, 10107, - 2.271, + 2.494, 10108, - 2.483, + 2.494, 10109, - 2.483, + 2.494, 10110, - 2.483, + 2.494, 10111, - 2.483, + 2.494, 10112, - 2.483, + 2.494, 10113, - 2.483, + 2.494, 10114, - 2.483, + 2.494, 10115, - 2.483, + 2.494, 10116, - 2.483, + 4.192, 10117, - 2.483, + 2.494, 10118, - 2.483, + 2.494, 10119, - 2.483, + 2.494, 10120, - 2.483, + 2.494, 10121, - 2.483, + 4.192, 10122, - 2.483, + 4.192, 10123, - 2.483, + 2.494, 10124, - 2.483, + 2.494, 10125, - 2.483, + 2.494, 10126, - 2.483, + 2.494, 10127, - 2.483, + 2.494, 10128, - 2.483, + 2.494, 10129, - 2.483 + 2.494, + 10130, + 2.494, + 10131, + 2.494, + 10132, + 2.494, + 10133, + 2.494, + 10134, + 2.494, + 10135, + 2.494, + 10136, + 8.565, + 10137, + 2.494, + 10138, + 2.494, + 10139, + 2.494, + 10140, + 2.494, + 10141, + 2.494, + 10142, + 2.494, + 10143, + 2.494, + 10144, + 2.494, + 10145, + 4.192, + 10146, + 2.494, + 10147, + 4.192, + 10148, + 4.192, + 10149, + 2.494, + 10150, + 2.494, + 10151, + 2.494, + 10152, + 2.494, + 10153, + 2.494, + 10154, + 2.494, + 10155, + 2.494, + 10156, + 2.494, + 10157, + 2.494, + 10158, + 2.494, + 10159, + 2.494, + 10160, + 2.494, + 10161, + 2.494, + 10162, + 2.494, + 10163, + 2.494, + 10164, + 2.494, + 10165, + 2.494, + 10166, + 2.494, + 10167, + 7.675, + 10168, + 2.494, + 10169, + 2.494, + 10170, + 2.494, + 10171, + 4.192, + 10172, + 4.192, + 10173, + 2.494, + 10174, + 2.494, + 10175, + 2.494, + 10176, + 2.28, + 10177, + 2.494, + 10178, + 2.494, + 10179, + 2.494, + 10180, + 2.494, + 10181, + 2.494, + 10182, + 2.494, + 10183, + 2.494, + 10184, + 2.494, + 10185, + 2.494, + 10186, + 2.494, + 10187, + 2.494, + 10188, + 2.494, + 10189, + 2.494, + 10190, + 2.494, + 10191, + 2.494, + 10192, + 2.494, + 10193, + 2.494, + 10194, + 2.494, + 10195, + 2.494, + 10196, + 2.494, + 10197, + 2.494, + 10198, + 2.494 ] ], [ @@ -102078,159 +102384,159 @@ 18, 1.115, 20, - 1.487, + 1.488, 36, - 2.127, + 2.128, 77, - 2.317, + 2.318, 79, 0.98, 90, - 1.847, + 1.849, 97, - 2.24, + 2.243, 99, 0.947, 100, - 1.829, + 1.83, 103, - 1.784, + 1.787, 106, - 1.388, + 1.39, 113, - 1.553, + 1.555, 126, - 1.538, + 1.54, 148, - 1.59, + 1.592, 150, - 1.962, + 1.964, 153, - 1.758, + 1.761, 160, - 2.291, + 2.281, 165, - 3.199, + 3.201, 167, - 3.942, + 3.945, 169, - 1.153, + 1.154, 201, - 1.741, + 1.743, 207, - 2.579, + 2.582, 235, - 4.897, + 4.903, 241, - 1.659, + 1.661, 268, - 1.582, + 1.584, 269, - 2.212, + 2.213, 332, - 2.579, + 2.582, 411, - 4.022, + 4.027, 479, - 3.657, + 3.66, 500, - 2.827, + 2.831, 514, - 5.353, + 5.36, 537, - 4.42, + 4.425, 556, - 4.005, + 4.009, 590, - 3.21, + 3.215, 615, - 5.186, + 5.191, 659, - 4.42, + 4.425, 666, - 5.105, + 5.112, 703, - 3.822, + 3.825, 715, - 4.071, + 4.077, 716, - 4.42, + 4.425, 759, - 4.997, + 5.003, 765, - 2.715, + 2.718, 839, - 8.441, + 8.445, 848, - 3.839, + 3.844, 915, - 2.972, + 2.975, 931, - 2.145, + 2.124, 1104, - 2.697, + 2.701, 1137, - 4.637, + 4.643, 1332, - 3.134, + 3.138, 1378, - 5.934, + 5.939, 1379, - 4.962, + 4.917, 1381, - 5.498, + 5.505, 1393, - 6.063, + 6.071, 1409, - 7.626, + 7.632, 1434, - 3.882, + 3.887, 1465, - 4.151, + 4.152, 1472, - 4.366, + 4.369, 1502, - 3.973, + 3.979, 1713, - 4.071, + 4.077, 1813, - 5.498, + 5.505, 1895, - 4.897, + 4.903, 2080, - 5.223, + 5.23, 3595, - 5.66, + 5.667, 3671, - 7.086, + 7.095, 4564, - 6.063, + 6.071, 4864, - 5.846, + 5.667, 5280, - 6.063, + 6.071, 5673, - 5.223, + 5.112, 6473, - 4.293, - 7001, - 4.718, - 10130, - 7.749, - 10131, - 7.749, - 10132, - 7.749, - 10133, - 7.749, - 10134, - 7.749, - 10135, - 7.749, - 10136, - 7.749, - 10137, - 7.749 + 4.298, + 7006, + 4.724, + 10199, + 7.759, + 10200, + 7.759, + 10201, + 7.759, + 10202, + 7.759, + 10203, + 7.759, + 10204, + 7.759, + 10205, + 7.759, + 10206, + 7.759 ] ], [ @@ -102244,247 +102550,247 @@ "data/ref/stable/dmHash", [ 7, - 1.285, + 1.286, 18, 1.065, 20, - 1.424, + 1.425, 30, - 1.522, + 1.527, 36, - 2.042, + 2.044, 38, - 1.102, + 1.104, 46, - 0.879, + 0.882, 57, - 1.37, + 1.372, 59, - 0.861, + 0.862, 72, - 2.052, + 2.057, 79, - 0.91, + 0.911, 99, - 1.057, + 1.058, 102, - 2.754, + 2.742, 106, - 1.104, + 1.107, 107, - 1.948, + 1.95, 113, - 1.681, + 1.684, 126, - 1.224, + 1.227, 132, - 1.384, + 1.388, 144, - 2.116, + 2.123, 148, - 1.265, + 1.268, 247, - 1.332, + 1.336, 263, - 3.489, + 3.491, 268, - 2.349, + 2.351, 292, - 3.594, + 3.601, 330, - 1.966, + 1.971, 332, - 2.052, + 2.057, 419, - 5.302, + 5.311, 420, - 4.258, + 4.269, 459, - 3.904, + 3.911, 492, - 6.548, + 6.553, 521, - 2.92, + 2.925, 555, - 1.261, + 1.258, 612, - 6.409, + 6.414, 622, - 3.63, + 3.638, 629, - 1.854, + 1.858, 664, - 4.502, + 4.514, 762, - 4.353, + 4.318, 866, - 3.126, + 3.131, 878, - 2.597, + 2.606, 891, - 2.846, + 2.851, 986, - 4.155, + 4.166, 999, - 4.395, + 4.401, 1019, - 4.735, + 4.736, 1041, - 5.202, + 5.205, 1042, - 5.528, + 5.537, 1046, - 3.688, + 3.698, 1081, - 2.452, + 2.46, 1109, - 2.988, + 2.996, 1126, - 3.088, + 3.062, 1140, - 5.437, + 5.44, 1361, - 5.528, + 5.537, 1428, - 5.852, + 5.857, 1434, - 3.088, + 3.096, 1459, - 4.366, + 4.37, 1465, - 4.161, + 4.163, 1479, - 3.627, + 3.637, 1548, - 3.323, + 3.331, 1911, - 4.891, + 4.897, 1968, - 4.465, + 4.472, 1982, - 3.088, + 3.062, 2190, - 5.238, + 5.245, 2191, - 6.247, + 6.257, 2476, - 8.259, + 8.264, 2563, - 5.313, + 5.324, 2565, - 2.715, + 2.724, 2580, - 7.196, + 7.205, 2736, - 4.715, + 4.723, 2779, - 5.735, + 5.739, 3046, - 4.823, + 4.835, 3407, - 10.522, + 10.529, 3411, - 4.155, + 4.071, 3412, - 6.111, + 6.123, 3610, - 3.323, + 3.331, 3646, - 5.448, + 5.454, 3712, - 3.63, + 3.638, 3984, - 5.36, + 5.291, 3988, - 5.655, + 5.665, 4042, - 5.03, + 5.043, 4745, - 3.753, + 3.762, 4746, - 2.497, + 2.505, 4753, - 5.289, + 5.303, 6473, - 4.648, + 4.656, 6530, - 5.637, + 5.651, 6763, - 6.303, + 6.307, 6766, - 7.042, + 7.051, 6972, - 3.038, - 7311, - 4.061, - 7404, - 7.479, - 7457, - 5.03, - 7966, - 5.03, - 7968, - 5.03, - 8034, - 9.077, - 9727, - 8.722, - 10138, - 4.027, - 10139, - 4.027, - 10140, - 7.489, - 10141, - 3.683, - 10142, - 4.027, - 10143, - 4.027, - 10144, - 4.027, - 10145, - 11.307, - 10146, - 8.39, - 10147, - 4.027, - 10148, - 9.927, - 10149, - 4.027, - 10150, - 4.027, - 10151, - 4.027, - 10152, - 4.027, - 10153, - 4.027, - 10154, - 6.164, - 10155, - 6.164, - 10156, - 4.027, - 10157, - 6.164, - 10158, - 4.027, - 10159, - 8.39, - 10160, - 6.164, - 10161, - 4.027, - 10162, - 4.027, - 10163, - 4.027, - 10164, - 4.027, - 10165, - 4.027 + 3.048, + 7325, + 4.071, + 7418, + 7.487, + 7471, + 5.043, + 7992, + 5.043, + 7994, + 5.043, + 8060, + 9.088, + 9796, + 8.734, + 10207, + 4.041, + 10208, + 4.041, + 10209, + 7.504, + 10210, + 3.695, + 10211, + 4.041, + 10212, + 4.041, + 10213, + 4.041, + 10214, + 11.315, + 10215, + 8.405, + 10216, + 4.041, + 10217, + 9.938, + 10218, + 4.041, + 10219, + 4.041, + 10220, + 4.041, + 10221, + 4.041, + 10222, + 4.041, + 10223, + 6.18, + 10224, + 6.18, + 10225, + 4.041, + 10226, + 6.18, + 10227, + 4.041, + 10228, + 8.405, + 10229, + 6.18, + 10230, + 4.041, + 10231, + 4.041, + 10232, + 4.041, + 10233, + 4.041, + 10234, + 4.041 ] ], [ @@ -102498,253 +102804,253 @@ "data/ref/stable/http", [ 7, - 0.788, + 0.789, 8, - 2.376, + 2.379, 18, - 1.109, + 1.11, 20, 1.536, 22, - 2.579, + 2.584, 27, - 3.635, + 3.642, 38, - 1.146, + 1.147, 46, - 1.373, + 1.375, 52, - 1.728, + 1.731, 57, - 1.32, + 1.321, 60, - 1.746, + 1.75, 72, - 2.089, + 2.093, 79, 0.916, 90, - 1.496, + 1.499, 97, - 1.814, + 1.818, 99, - 0.916, + 0.917, 102, - 1.614, + 1.609, 103, - 1.445, + 1.448, 106, - 1.124, + 1.126, 107, - 1.194, + 1.197, 125, - 1.909, + 1.913, 126, - 1.686, + 1.688, 142, - 3.067, + 3.07, 158, - 2.483, + 2.486, 165, - 2.753, + 2.756, 167, - 3.435, + 3.44, 169, - 1.264, + 1.265, 170, - 3.257, + 3.261, 229, - 1.557, + 1.559, 256, - 1.908, + 1.911, 263, - 2.879, + 2.882, 268, - 2.391, + 2.392, 269, - 1.424, + 1.427, 273, - 2.66, + 2.662, 313, - 3.33, + 3.335, 330, - 2.001, + 2.005, 332, - 2.089, + 2.093, 337, - 3.966, + 3.974, 382, - 3.056, + 3.061, 392, - 2.199, + 2.203, 454, - 2.499, + 2.504, 471, - 1.682, + 1.686, 555, - 1.966, + 1.958, 615, - 4.519, + 4.526, 627, - 5.575, + 5.581, 636, - 2.407, + 2.412, 645, - 3.693, + 3.701, 669, - 7.043, + 7.046, 672, - 2.92, + 2.898, 679, - 2.811, + 2.817, 691, - 2.945, + 2.949, 738, - 3.755, + 3.763, 747, - 3.527, + 3.534, 774, - 3.84, + 3.845, 793, - 2.92, + 2.926, 811, - 4.208, + 4.213, 849, - 2.785, + 2.791, 866, - 3.843, + 3.846, 874, - 4.936, + 4.941, 880, - 3.042, + 3.049, 891, - 3.499, + 3.502, 901, - 2.712, + 2.718, 914, - 2.621, + 2.627, 931, - 1.737, + 1.722, 998, - 6.434, + 6.438, 1019, - 2.372, + 2.377, 1025, - 2.48, + 2.485, 1052, - 3.297, + 3.304, 1062, - 3.429, + 3.436, 1064, - 3.075, + 3.082, 1100, - 7.532, + 7.54, 1109, - 4.667, + 4.672, 1143, - 4.047, + 4.055, 1160, - 3.755, + 3.763, 1189, - 7.532, + 7.54, 1198, - 3.579, + 3.587, 1202, - 4.032, + 4.038, 1272, - 2.785, + 2.791, 1295, - 4.169, + 4.171, 1379, - 3.952, + 3.919, 1406, - 4.394, + 4.398, 1411, - 4.759, + 4.762, 1432, - 3.527, + 3.534, 1434, - 3.144, + 3.151, 1445, - 4.452, + 4.462, 1465, - 4.006, + 4.009, 1588, - 3.075, + 3.082, 1621, - 3.18, + 3.187, 1631, - 3.891, + 3.899, 1804, - 3.01, + 3.017, 1979, - 3.821, + 3.829, 2051, - 4.734, + 4.744, 2054, - 3.579, + 3.587, 2078, - 3.966, + 3.974, 2087, - 3.966, + 3.974, 2120, - 4.734, + 4.744, 2357, - 4.91, + 4.92, 2442, - 6.203, + 6.212, 2548, - 3.693, + 3.701, 2649, - 3.755, + 3.763, 3066, - 5.739, + 5.751, 3311, - 3.966, + 3.974, 3415, - 5.26, + 5.265, 3594, - 7.534, + 7.541, 3670, - 5.121, + 5.132, 3730, - 5.385, + 5.396, 3902, - 3.966, + 3.974, 3965, - 5.739, + 5.751, 3967, - 5.739, + 5.751, 5251, - 5.121, + 5.132, 5682, - 4.335, - 10166, - 8.493, - 10167, - 6.276, - 10168, - 6.276, - 10169, - 6.276, - 10170, - 6.276, - 10171, - 9.627, - 10172, - 6.276, - 10173, - 6.276, - 10174, - 6.276, - 10175, - 6.276, - 10176, - 6.276, - 10177, - 5.739, - 10178, - 6.276 + 4.344, + 10235, + 8.505, + 10236, + 6.289, + 10237, + 6.289, + 10238, + 6.289, + 10239, + 6.289, + 10240, + 9.637, + 10241, + 6.289, + 10242, + 6.289, + 10243, + 6.289, + 10244, + 6.289, + 10245, + 6.289, + 10246, + 5.751, + 10247, + 6.289 ] ], [ @@ -102758,267 +103064,267 @@ "data/ref/stable/particlefx", [ 7, - 0.606, + 0.608, 10, - 1.043, + 1.046, 18, 1.141, 20, - 1.465, + 1.466, 36, - 0.963, + 0.965, 38, - 1.171, + 1.172, 46, - 1.504, + 1.505, 57, - 1.383, + 1.384, 59, - 0.436, + 0.437, 60, - 2.555, + 2.558, 79, - 1.007, + 1.008, 90, - 2.188, + 2.191, 96, - 3.235, + 3.238, 99, - 1.008, + 1.009, 100, - 2.028, + 2.03, 101, - 4.451, + 4.457, 102, - 1.241, + 1.238, 103, - 1.921, + 1.925, 106, - 1.936, + 1.937, 107, - 1.343, + 1.346, 113, - 1.414, + 1.417, 125, - 2.793, + 2.797, 126, - 2.092, + 2.094, 141, - 1.786, + 1.791, 148, - 0.99, + 0.993, 153, - 1.095, + 1.098, 165, - 2.626, + 2.629, 167, - 2.855, + 2.861, 168, - 3.709, + 3.717, 170, - 3.913, + 3.917, 177, - 1.477, + 1.481, 194, - 0.881, + 0.883, 197, - 1.658, + 1.663, 201, - 2.063, + 2.066, 229, - 0.885, + 0.887, 232, - 7.263, + 7.268, 234, - 6.837, + 6.839, 240, - 2.373, + 2.377, 241, - 1.033, + 1.036, 247, - 2.335, + 2.34, 260, - 2.379, + 2.384, 261, - 2.05, + 2.056, 263, - 2.746, + 2.749, 268, - 1.441, + 1.444, 269, - 2.392, + 2.394, 273, - 2.412, + 2.414, 282, - 2.391, + 2.398, 358, - 2.224, + 2.23, 452, - 2.426, + 2.43, 469, - 2.446, + 2.453, 471, - 2.461, + 2.465, 497, - 2.475, + 2.482, 510, - 2.593, + 2.599, 515, - 2.992, + 3.001, 543, - 1.937, + 1.942, 553, - 2.523, + 2.528, 556, - 1.983, + 1.989, 577, - 3.272, + 3.278, 590, - 2.924, + 2.931, 619, - 3.641, + 3.535, 629, - 1.451, + 1.456, 679, - 2.162, + 2.168, 765, - 1.691, + 1.696, 826, - 2.536, + 2.543, 834, - 2.391, + 2.398, 849, - 4.797, + 4.801, 897, - 3.112, + 3.121, 912, - 4.552, + 4.561, 919, - 2.475, + 2.482, 931, - 2.31, + 2.289, 960, - 3.809, + 3.779, 989, - 8.08, + 8.083, 990, - 7.382, + 7.386, 991, - 4.297, + 4.306, 992, - 8.71, + 8.714, 1019, - 4.234, + 4.237, 1043, - 2.086, + 2.092, 1109, - 2.34, + 2.346, 1114, - 5.381, + 5.39, 1131, - 3.497, + 3.504, 1136, - 5.693, + 5.7, 1137, - 5.494, + 5.501, 1140, - 4.857, + 4.862, 1147, - 3.641, + 3.652, 1161, - 3.938, + 3.95, 1163, - 4.142, + 4.153, 1208, - 4.297, + 4.306, 1216, - 2.602, + 2.576, 1219, - 2.938, + 2.947, 1246, - 4.414, + 4.426, 1247, - 7.161, + 7.173, 1248, - 3.05, + 3.059, 1249, - 3.776, + 3.787, 1250, - 2.712, + 2.72, 1251, - 4.142, + 4.153, 1252, - 6.455, + 6.468, 1254, - 2.795, + 2.803, 1295, - 1.811, + 1.816, 1296, - 2.63, + 2.635, 1379, - 2.246, + 2.23, 1403, - 3.351, + 3.358, 1406, - 2.203, + 2.209, 1465, - 3.812, + 3.815, 1600, - 2.888, + 2.896, 1629, - 3.162, + 3.168, 1649, - 2.536, + 2.543, 1696, - 4.297, + 4.306, 1879, - 3.577, + 3.585, 2096, - 2.674, + 2.682, 2633, - 6.041, + 6.044, 2908, - 3.334, + 3.344, 3363, - 6.343, + 6.352, 3501, - 3.776, + 3.787, 3503, - 6.057, + 6.07, 4315, - 4.414, + 4.426, 5113, - 3.938, + 3.95, 5715, - 3.938, + 3.95, 6554, - 3.938, - 7326, - 3.641, - 7814, - 6.455, - 7815, - 6.455, - 7816, - 6.455, - 7817, - 6.455, - 9973, - 4.414, - 10179, - 4.827, - 10180, - 4.827, - 10181, - 4.827, - 10182, - 4.827, - 10183, - 4.827, - 10184, - 4.827, - 10185, - 4.827 + 3.95, + 7340, + 3.652, + 7835, + 6.468, + 7836, + 6.468, + 7837, + 6.468, + 7838, + 6.468, + 10043, + 4.426, + 10248, + 4.841, + 10249, + 4.841, + 10250, + 4.841, + 10251, + 4.841, + 10252, + 4.841, + 10253, + 4.841, + 10254, + 4.841 ] ], [ @@ -103032,91 +103338,91 @@ "data/ref/stable/json", [ 8, - 2.239, + 2.241, 18, - 0.722, + 0.723, 20, - 1.504, + 1.505, 36, - 1.983, + 1.985, 38, - 1.104, + 1.105, 57, - 1.024, + 1.025, 77, - 2.06, + 2.061, 79, 1.033, 86, - 3.229, + 3.231, 99, 1.005, 113, - 1.603, + 1.605, 160, - 3.441, + 3.423, 169, - 1.48, + 1.481, 241, - 2.13, + 2.131, 263, - 2.393, + 2.396, 555, - 2.507, + 2.495, 612, - 6.474, + 6.478, 672, - 4.628, + 4.586, 747, - 5.589, + 5.593, 848, - 3.965, + 3.969, 891, - 3.373, + 3.376, 931, - 2.752, + 2.725, 1039, - 4.314, + 4.319, 1051, - 5.677, + 5.684, 1075, - 7.694, + 7.695, 1295, - 4.631, + 4.632, 1403, - 4.722, + 4.725, 1429, - 5.394, + 5.4, 1465, - 4.105, + 4.107, 1472, - 4.454, + 4.458, 1962, - 7.264, + 7.269, 2097, - 7.819, + 7.822, 3712, - 3.879, + 3.884, 3899, - 7.846, + 7.849, 3933, - 7.318, + 7.326, 5652, - 6.53, - 8155, - 6.867, - 9032, - 8.115, - 10186, - 8.003, - 10187, - 9.094, - 10188, - 9.945, - 10189, - 8.003, - 10190, - 8.003 + 6.538, + 8181, + 6.875, + 9100, + 8.121, + 10255, + 8.012, + 10256, + 9.101, + 10257, + 9.952, + 10258, + 8.012, + 10259, + 8.012 ] ], [ @@ -103130,675 +103436,675 @@ "data/ref/stable/profiler", [ 7, - 0.462, + 0.468, 8, - 1.029, + 1.043, 10, - 0.795, + 0.806, 12, - 1.679, + 1.701, 18, 1.144, 20, - 1.49, + 1.479, 23, - 4.343, + 4.364, 30, - 1.39, + 1.409, 36, - 1.833, + 1.844, 38, - 0.963, + 0.969, 41, - 3.019, + 3.051, 46, - 1.639, + 1.643, 51, - 2.687, + 2.722, 52, - 1.582, + 1.598, 57, - 1.362, + 1.367, 59, - 0.961, + 0.964, 62, - 1.217, + 1.233, 67, - 4.812, + 4.836, 69, - 1.729, + 1.752, 77, - 1.989, + 1.999, 78, - 3.139, + 3.166, 79, - 0.868, + 0.871, 84, - 3.03, + 3.056, 86, - 2.596, + 2.615, 87, - 4.47, + 4.508, 90, - 2.191, + 2.203, 99, - 1.027, + 1.029, 100, - 1.998, + 2.004, 102, - 1.818, + 1.825, 103, - 1.323, + 0.858, 106, - 1.432, + 1.442, 107, - 1.651, + 1.661, 108, - 2.351, + 2.097, 109, - 1.38, + 1.389, 113, - 1.417, + 1.429, 121, - 1.901, + 1.921, 122, - 2.489, + 2.507, 124, - 4.715, + 4.657, 126, - 1.141, + 1.153, 128, - 1.822, + 1.826, 135, - 2.13, + 2.159, 137, - 2.541, + 2.512, 141, - 2.617, + 2.639, 142, - 2.734, + 2.749, 148, - 1.64, + 1.652, 153, - 1.814, + 1.827, 158, - 2.068, + 2.085, 165, - 2.022, + 2.04, 174, - 1.499, + 1.519, 177, - 1.125, + 1.14, 178, - 1.37, + 1.389, 194, - 1.291, + 1.302, 196, - 1.987, + 2.008, 198, - 1.926, + 1.943, 201, - 2.348, + 2.356, 203, - 1.983, + 2.009, 210, - 1.488, + 1.507, 216, - 1.453, + 1.473, 217, - 4.077, + 4.119, 229, - 2.055, + 2.061, 241, - 0.788, + 0.798, 247, - 1.217, + 1.233, 256, - 0.826, + 0.838, 260, - 1.937, + 1.957, 261, - 2.441, + 1.583, 263, - 1.1, + 1.115, 265, - 2.423, + 2.456, 268, - 1.173, + 1.186, 269, - 0.835, + 0.846, 271, - 1.909, + 1.911, 273, - 1.973, + 1.988, 317, - 2.165, + 2.193, 333, - 1.04, + 1.054, 335, - 2.423, + 2.456, 353, - 1.476, + 1.484, 368, - 1.046, + 1.06, 380, - 2.04, + 2.062, 382, - 2.877, + 2.898, 385, - 2.067, + 2.095, 392, - 1.289, + 1.306, 419, - 2.324, + 2.355, 434, - 1.712, + 1.734, 439, - 2.479, + 2.512, 449, - 6.112, + 6.137, 471, - 1.896, + 1.912, 472, - 1.695, + 1.718, 488, - 2.324, + 2.355, 497, - 1.886, + 1.911, 500, - 1.342, + 1.36, 504, - 1.864, + 1.867, 505, - 1.886, + 1.911, 510, - 1.351, + 1.369, 516, - 1.983, + 2.009, 522, - 1.822, + 1.847, 552, - 2.377, + 2.394, 561, - 1.166, + 1.181, 563, - 5.052, + 4.992, 573, - 1.38, + 1.399, 590, - 1.524, + 1.544, 594, - 2.648, + 2.676, 596, - 2.01, + 2.037, 608, - 1.822, + 1.847, 615, - 3.763, + 3.796, 620, - 1.909, + 1.934, 622, - 2.786, + 2.815, 623, - 3.548, + 3.574, 627, - 2.13, + 2.159, 680, - 1.933, + 1.958, 683, - 1.562, + 1.583, 685, - 2.343, + 2.367, 691, - 1.758, + 1.777, 703, - 1.442, + 1.462, 740, - 1.864, + 1.889, 744, - 1.783, + 1.807, 751, - 1.488, + 1.507, 752, - 2.648, + 2.676, 765, - 3.66, + 3.674, 773, - 1.333, + 1.351, 801, - 4.505, + 4.53, 826, - 1.933, + 1.958, 832, - 1.764, + 1.788, 866, - 2.141, + 2.163, 874, - 1.886, + 1.911, 880, - 1.783, + 1.807, 898, - 1.306, + 1.323, 919, - 1.886, + 1.911, 924, - 1.746, + 1.77, 980, - 5.156, + 5.193, 993, - 2.067, + 2.095, 1034, - 1.41, + 1.429, 1040, - 2.201, + 2.23, 1041, - 4.157, + 3.946, 1062, - 2.01, + 2.037, 1124, - 2.372, + 2.404, 1135, - 4.767, + 4.808, 1136, - 2.28, + 2.311, 1147, - 2.775, + 2.812, 1153, - 5.526, + 5.537, 1162, - 2.61, + 2.644, 1164, - 2.201, + 2.23, 1166, - 2.13, + 2.159, 1186, - 2.816, + 2.845, 1295, - 2.156, + 2.179, 1323, - 1.536, + 1.557, 1340, - 2.61, + 2.644, 1401, - 2.239, + 2.269, 1406, - 2.623, + 2.65, 1427, - 3.97, + 4.011, 1440, - 4.867, + 4.903, 1465, - 2.494, + 2.516, 1621, - 2.912, + 2.943, 1651, - 3.439, + 3.474, 1661, - 1.843, + 1.867, 1698, - 2.28, + 2.311, 1858, - 8.06, + 8.07, 1911, - 2.947, + 2.977, 1920, - 1.712, + 1.734, 1933, - 1.957, + 1.983, 1936, - 3.184, + 3.217, 1968, - 1.957, + 1.983, 1979, - 2.239, + 2.269, 1997, - 3.278, + 3.312, 1999, - 3.184, + 3.217, 2013, - 3.97, + 4.011, 2024, - 1.663, + 1.685, 2155, - 5.156, + 5.193, 2189, - 3.184, + 3.217, 2192, - 4.886, + 4.928, 2437, - 3.001, + 3.041, 2472, - 6.475, + 6.507, 2562, - 4.335, + 4.38, 2568, - 2.324, + 2.355, 2631, - 2.324, + 2.355, 2633, - 2.947, + 2.977, 2797, - 3.364, + 3.408, 2872, - 4.077, + 4.119, 3071, - 2.479, + 2.512, 3074, - 2.541, + 2.575, 3117, - 2.775, + 2.812, 3352, - 4.931, + 4.983, 3521, - 4.931, + 4.983, 3620, - 2.878, + 2.916, 3668, - 3.001, + 3.041, 3727, - 3.439, + 3.474, 4227, - 2.878, + 2.916, 4228, - 3.364, + 3.408, 4230, - 3.364, + 3.408, 4231, - 3.364, + 3.408, 4232, - 3.364, + 3.408, 4244, - 2.687, + 2.722, 4245, - 5.771, + 5.82, 4576, - 3.156, + 3.198, 4841, - 3.364, + 3.408, 4867, - 7.443, + 7.489, 5190, - 3.001, + 3.041, 5228, - 8.965, + 8.801, 5876, - 3.364, - 7439, - 3.156, - 7509, - 4.931, - 8022, - 3.156, - 8451, - 4.931, - 8555, - 3.156, - 8664, - 9.089, - 9522, - 3.001, - 10191, - 3.678, - 10192, - 3.678, - 10193, - 3.678, - 10194, - 3.678, - 10195, - 3.678, - 10196, - 3.678, - 10197, - 3.678, - 10198, - 3.678, - 10199, - 3.678, - 10200, - 3.678, - 10201, - 3.678, - 10202, - 3.678, - 10203, - 3.678, - 10204, - 3.678, - 10205, - 3.678, - 10206, - 5.747, - 10207, - 5.747, - 10208, - 5.747, - 10209, - 3.678, - 10210, - 5.747, - 10211, - 5.747, - 10212, - 5.747, - 10213, - 5.747, - 10214, - 5.747, - 10215, - 3.678, - 10216, - 3.678, - 10217, - 3.678, - 10218, - 3.678, - 10219, - 3.678, - 10220, - 3.678, - 10221, - 3.678, - 10222, - 7.073, - 10223, - 3.678, - 10224, - 5.747, - 10225, - 3.678, - 10226, - 5.747, - 10227, - 5.747, - 10228, - 5.747, - 10229, - 3.678, - 10230, - 3.678, - 10231, - 4.931, - 10232, - 3.678, - 10233, - 3.678, - 10234, - 3.678, - 10235, - 3.678, - 10236, - 3.678, - 10237, - 3.678, - 10238, - 3.678 - ] - ], - [ - "type/ref/stable/dmThread", - [ - 6760, - 1.837 - ] - ], - [ - "data/ref/stable/dmThread", - [ - 7, - 0.936, - 10, - 1.612, - 18, - 1.093, - 38, - 1.056, - 44, - 3.115, - 62, - 2.467, - 79, - 0.808, - 90, - 1.777, - 99, - 1.012, - 103, - 1.717, - 106, - 1.336, - 126, - 1.48, - 132, - 2.562, - 141, - 3.875, - 158, - 2.18, - 165, - 2.132, - 169, - 1.11, - 172, - 5.013, - 177, - 2.911, - 197, - 2.562, - 201, - 2.138, - 207, - 2.482, - 226, - 2.075, - 240, - 2.121, - 244, - 2.881, - 247, - 3.465, - 263, - 2.23, - 268, - 1.523, - 358, - 3.436, - 442, - 3.34, - 469, - 3.779, - 524, - 3.186, - 534, - 3.505, - 553, - 2.666, - 728, - 3.654, + 3.408, + 7453, + 3.198, + 7523, + 4.983, + 8048, + 3.198, + 8477, + 3.198, + 8581, + 3.198, + 8697, + 9.13, + 9591, + 3.041, + 10260, + 3.727, + 10261, + 3.727, + 10262, + 3.727, + 10263, + 3.727, + 10264, + 3.727, + 10265, + 3.727, + 10266, + 3.727, + 10267, + 3.727, + 10268, + 3.727, + 10269, + 3.727, + 10270, + 3.727, + 10271, + 3.727, + 10272, + 3.727, + 10273, + 3.727, + 10274, + 3.727, + 10275, + 5.807, + 10276, + 5.807, + 10277, + 5.807, + 10278, + 3.727, + 10279, + 5.807, + 10280, + 5.807, + 10281, + 5.807, + 10282, + 5.807, + 10283, + 3.727, + 10284, + 3.727, + 10285, + 3.727, + 10286, + 3.727, + 10287, + 3.727, + 10288, + 3.727, + 10289, + 3.727, + 10290, + 3.727, + 10291, + 7.133, + 10292, + 3.727, + 10293, + 5.807, + 10294, + 3.727, + 10295, + 5.807, + 10296, + 5.807, + 10297, + 5.807, + 10298, + 3.727, + 10299, + 3.727, + 10300, + 4.983, + 10301, + 3.727, + 10302, + 3.727, + 10303, + 3.727, + 10304, + 3.727, + 10305, + 3.727, + 10306, + 3.727, + 10307, + 3.727 + ] + ], + [ + "type/ref/stable/dmThread", + [ + 6760, + 1.837 + ] + ], + [ + "data/ref/stable/dmThread", + [ + 7, + 0.937, + 10, + 1.615, + 18, + 1.093, + 38, + 1.057, + 44, + 3.12, + 62, + 2.47, + 79, + 0.809, + 90, + 1.78, + 99, + 1.012, + 103, + 1.72, + 106, + 1.338, + 126, + 1.482, + 132, + 2.566, + 141, + 3.878, + 158, + 2.183, + 165, + 2.135, + 169, + 1.111, + 172, + 4.971, + 177, + 2.913, + 197, + 2.566, + 201, + 2.14, + 207, + 2.486, + 226, + 2.078, + 240, + 2.124, + 244, + 2.864, + 247, + 3.467, + 263, + 2.233, + 268, + 1.525, + 358, + 3.441, + 442, + 3.345, + 469, + 3.785, + 524, + 3.189, + 534, + 3.51, + 553, + 2.669, + 728, + 3.659, 762, - 3.403, + 3.376, 856, - 3.817, + 3.821, 891, - 3.227, + 3.23, 894, - 2.947, + 2.951, 941, - 3.73, + 3.734, 1082, - 8.054, + 8.055, 1141, - 4.54, + 4.547, 1309, - 4.075, + 4.08, 1459, - 3.04, + 3.044, 1774, - 3.779, + 3.785, 1814, - 3.371, + 3.345, 1982, - 3.736, + 3.7, 2042, - 4.131, + 4.137, 2563, - 5.291, + 5.298, 2637, - 6.012, + 6.017, 2952, - 4.02, + 4.026, 4097, - 6.399, + 6.408, 4465, - 5.027, + 5.034, 4745, - 4.54, + 4.547, 5565, - 10.423, + 10.427, 5870, - 9.468, + 9.473, 5871, - 6.399, - 7404, - 6.948, - 8714, - 5.834, - 10231, - 6.399, - 10239, - 7.458, - 10240, - 12.109, - 10241, - 7.458, - 10242, - 7.458, - 10243, - 7.458, - 10244, - 7.458, - 10245, - 7.458, - 10246, - 7.458, - 10247, - 7.458, - 10248, - 7.458, - 10249, - 7.458, - 10250, - 7.458, - 10251, - 7.458, - 10252, - 7.458, - 10253, - 7.458, - 10254, - 7.458, - 10255, - 7.458 + 6.408, + 7418, + 6.955, + 8747, + 5.843, + 10300, + 6.408, + 10308, + 7.468, + 10309, + 12.112, + 10310, + 7.468, + 10311, + 7.468, + 10312, + 7.468, + 10313, + 7.468, + 10314, + 7.468, + 10315, + 7.468, + 10316, + 7.468, + 10317, + 7.468, + 10318, + 7.468, + 10319, + 7.468, + 10320, + 7.468, + 10321, + 7.468, + 10322, + 7.468, + 10323, + 7.468, + 10324, + 7.468 ] ], [ @@ -103812,73 +104118,73 @@ "data/ref/stable/dmStaticAssert", [ 18, - 0.829, + 0.83, 20, 1.437, 55, - 4.407, + 4.409, 59, - 0.829, + 0.83, 77, - 1.903, + 1.904, 79, - 0.918, + 0.919, 84, - 3.936, + 3.938, 99, 0.96, 100, - 1.724, + 1.725, 102, - 2.362, + 2.351, 106, 1.646, 107, - 2.057, + 2.058, 126, 1.824, 150, - 2.737, + 2.738, 165, - 2.627, + 2.628, 229, - 1.684, + 1.685, 256, - 2.064, + 2.065, 280, - 3.603, + 3.604, 563, - 5.806, + 5.699, 614, - 3.603, + 3.604, 680, - 4.827, + 4.829, 1323, - 3.838, + 3.839, 1465, - 3.24, + 3.242, 2006, - 4.827, + 4.829, 2440, - 4.454, + 4.456, 3438, - 6.71, + 6.714, 3610, - 4.953, + 4.955, 3712, - 4.454, + 4.456, 4538, - 8.156, + 8.158, 5881, - 7.497, - 10256, - 9.187, - 10257, - 10.811, - 10258, - 9.187, - 10259, - 9.187 + 7.5, + 10325, + 9.192, + 10326, + 10.815, + 10327, + 9.192, + 10328, + 9.192 ] ], [ @@ -103892,247 +104198,253 @@ "data/ref/stable/camera", [ 18, - 1.142, + 1.141, 20, - 1.499, + 1.513, 23, - 2.247, + 2.209, 46, - 1.029, + 1.016, 52, - 1.985, + 1.96, 57, - 1.558, + 1.555, 59, - 0.651, + 0.643, 70, - 2.094, + 2.058, 77, - 1.029, + 1.012, 79, - 0.791, + 0.785, 88, - 3.837, + 3.79, 89, - 3.94, + 3.891, 90, - 2.535, + 2.522, 92, - 1.995, + 1.96, 96, - 1.575, + 1.549, 99, - 0.754, + 0.746, 100, - 1.353, + 1.336, 102, - 1.278, + 1.25, 103, - 1.954, + 1.935, 106, - 0.89, + 0.875, 113, - 1.445, + 1.427, 127, - 4.861, + 4.8, 142, - 3.495, + 3.485, 150, - 2.357, + 2.338, 158, - 3.11, + 3.17, 165, - 1.421, + 1.397, 169, - 1.073, + 1.06, 170, - 4.43, + 4.457, 175, - 4.637, + 4.613, 201, - 1.117, + 1.098, 202, - 3.475, + 3.436, 241, - 2.117, + 2.102, 244, - 1.92, + 1.873, 250, - 2.786, + 2.751, 256, - 1.117, + 1.098, 268, - 1.473, + 1.716, + 271, + 3.652, 295, - 2.29, + 2.251, 305, - 4.177, + 4.125, 316, - 3.141, + 3.087, 368, - 1.414, + 1.389, 373, - 3.026, + 2.974, 385, - 4.053, + 4.002, 403, - 7.014, + 6.965, 404, - 6.516, + 6.477, 412, - 6.276, + 6.225, 421, - 5.642, + 5.572, 429, - 2.41, + 2.368, 452, - 1.445, + 1.42, 477, - 3.434, + 3.375, 488, - 4.557, + 4.501, 509, - 5.854, + 5.831, 594, - 5.198, + 5.178, 691, - 2.207, + 2.179, 703, - 1.949, + 1.916, 750, - 4.998, + 4.969, 765, - 1.742, + 1.712, 849, - 5.127, + 5.159, 866, - 2.687, + 3.131, 898, - 2.561, + 2.529, 917, - 3.26, + 3.22, 1025, - 1.964, + 1.93, 1098, - 6.392, + 6.354, 1126, - 2.49, + 2.42, 1133, - 6.621, + 6.633, 1295, - 3.185, + 3.153, 1406, - 3.291, + 3.25, 1459, - 2.026, + 1.992, 1472, - 5.174, + 5.206, 1629, - 2.226, + 2.188, 1631, - 3.082, + 3.029, 1687, - 6.994, + 6.966, 1763, - 7.531, + 7.486, 1814, - 5.223, + 5.206, 1884, - 3.063, + 3.025, 2398, - 4.056, + 3.987, 2780, - 5.772, + 5.726, 3106, - 6.595, + 6.513, 3124, - 5.863, + 5.806, 3477, - 4.545, + 4.468, 3478, - 4.545, + 4.468, 3479, - 7.778, + 7.732, 3480, - 4.545, + 4.468, 3481, - 4.545, + 4.468, 3482, - 7.77, + 7.729, 3483, - 4.545, + 4.468, 3485, - 3.889, + 3.822, 3486, - 3.434, + 3.375, 3487, - 6.276, + 6.225, 3712, - 2.41, + 3.452, 3797, - 3.205, + 3.15, 4871, - 4.545, + 4.468, 5573, - 7.024, - 7019, - 3.889, - 7443, - 3.889, - 8541, - 4.545, - 10260, - 4.971, - 10261, - 4.971, - 10262, - 4.971, - 10263, - 4.971, - 10264, - 4.971, - 10265, - 4.971, - 10266, - 4.971, - 10267, - 4.971, - 10268, - 4.971, - 10269, - 4.971, - 10270, - 4.971, - 10271, - 4.971, - 10272, - 4.971, - 10273, - 4.971, - 10274, - 4.971, - 10275, - 4.971, - 10276, - 4.971, - 10277, - 4.971, - 10278, - 4.971, - 10279, - 4.971, - 10280, - 4.971, - 10281, - 4.971, - 10282, - 4.971, - 10283, - 4.971, - 10284, - 4.971, - 10285, - 4.971 + 6.967, + 7024, + 3.822, + 7457, + 3.822, + 8567, + 4.468, + 10329, + 4.886, + 10330, + 4.886, + 10331, + 4.886, + 10332, + 4.886, + 10333, + 4.886, + 10334, + 4.886, + 10335, + 4.886, + 10336, + 4.886, + 10337, + 4.886, + 10338, + 4.886, + 10339, + 4.886, + 10340, + 4.886, + 10341, + 4.886, + 10342, + 4.886, + 10343, + 4.886, + 10344, + 4.886, + 10345, + 4.886, + 10346, + 4.886, + 10347, + 4.886, + 10348, + 4.886, + 10349, + 4.886, + 10350, + 4.886, + 10351, + 4.886, + 10352, + 4.886, + 10353, + 4.886, + 10354, + 4.886, + 10355, + 4.886, + 10356, + 4.886 ] ], [ @@ -104146,151 +104458,151 @@ "data/ref/stable/image", [ 18, - 1.105, + 1.106, 20, - 1.158, + 1.16, 36, - 2.089, + 2.091, 38, - 0.968, + 0.969, 62, - 2.157, + 2.161, 79, - 0.834, + 0.835, 88, - 5.575, + 5.58, 89, - 5.725, + 5.729, 97, - 1.886, + 1.889, 99, 0.97, 106, - 1.168, + 1.17, 113, - 1.746, + 1.749, 121, - 2.157, + 2.161, 125, - 3.187, + 3.19, 126, - 2.08, + 2.081, 142, - 3.115, + 3.118, 169, - 1.297, + 1.298, 202, - 3.808, + 3.786, 212, - 4.056, + 4.061, 241, - 1.866, + 1.869, 256, - 1.465, + 1.468, 268, - 2.294, + 2.295, 290, - 4.919, + 4.92, 320, - 5.215, + 5.222, 337, - 6.621, + 6.626, 380, - 3.094, + 3.098, 555, - 2.73, + 2.717, 679, - 3.904, + 3.909, 752, - 4.828, + 4.832, 823, - 4.297, + 4.305, 866, - 3.904, + 3.907, 880, - 4.225, + 4.231, 891, - 3.554, + 3.557, 905, - 5.129, + 5.136, 918, - 4.709, + 4.713, 931, - 2.9, + 2.871, 936, - 5.742, + 5.749, 937, - 7.112, + 7.121, 978, - 3.444, + 3.448, 1041, - 5.336, + 5.338, 1109, - 4.225, + 4.231, 1198, - 4.971, + 4.977, 1295, - 4.374, + 4.375, 1406, - 4.782, + 4.786, 1465, - 3.695, + 3.698, 1472, - 4.693, + 4.697, 1908, - 3.94, + 3.945, 2098, - 5.964, + 5.976, 2163, - 7.97, + 7.98, 2182, - 5.372, + 5.377, 2542, - 4.043, + 4.051, 2633, - 4.469, + 4.475, 2697, - 5.103, + 5.112, 2874, - 6.366, + 6.374, 2885, - 4.92, + 4.93, 2886, - 4.764, + 4.773, 3902, - 5.508, + 5.515, 4400, - 6.183, + 6.191, 6165, - 7.479, - 7797, - 7.97, - 9603, - 5.964, - 10286, - 8.716, - 10287, - 8.716, - 10288, - 9.816, - 10289, - 9.816, - 10290, - 9.816, - 10291, - 9.816, - 10292, - 6.522, - 10293, - 6.522, - 10294, - 6.522, - 10295, - 6.522, - 10296, - 6.522, - 10297, - 6.522 + 7.488, + 7818, + 7.98, + 9672, + 5.976, + 10357, + 8.727, + 10358, + 8.727, + 10359, + 9.826, + 10360, + 9.826, + 10361, + 9.826, + 10362, + 9.826, + 10363, + 6.535, + 10364, + 6.535, + 10365, + 6.535, + 10366, + 6.535, + 10367, + 6.535, + 10368, + 6.535 ] ], [ @@ -104304,1057 +104616,1057 @@ "data/ref/stable/resource", [ 7, - 1.075, + 1.077, 9, - 0.675, + 0.678, 10, - 1.266, + 1.269, 11, - 1.831, + 1.837, 15, - 1.558, + 1.565, 18, 1.152, 20, - 1.479, + 1.48, 22, - 1.421, + 1.427, 24, - 3.194, + 3.204, 27, - 2.003, + 2.011, 30, - 2.993, + 2.999, 31, - 0.624, + 0.627, 36, - 1.456, + 1.459, 38, - 1.007, + 1.009, 44, - 1.16, + 1.165, 46, - 1.566, + 1.567, 51, - 0.787, + 0.791, 56, - 2.927, + 2.934, 57, - 1.521, + 1.522, 59, - 0.746, + 0.747, 60, - 1.275, + 1.28, 62, - 0.356, + 0.358, 69, - 0.506, + 0.509, 70, - 0.839, + 0.843, 71, - 1.918, + 1.926, 72, - 0.663, + 0.666, 77, - 1.774, + 1.778, 79, 1.018, 84, - 0.853, + 0.857, 86, - 2.734, + 2.74, 88, - 4.632, + 4.64, 89, - 3.988, + 3.997, 90, - 0.824, + 0.827, 97, - 1.461, + 1.466, 98, - 0.764, + 0.768, 99, 1.052, 100, - 1.551, + 1.554, 101, - 0.965, + 0.97, 102, - 2.361, + 2.352, 103, - 1.565, + 1.569, 104, - 1.021, + 1.014, 105, - 2.349, + 2.356, 106, - 1.794, + 1.797, 107, - 0.872, + 0.875, 108, - 1.017, + 1.021, 111, - 0.45, + 0.452, 113, - 1.414, + 1.418, 116, - 2.645, + 2.652, 119, - 2.323, + 2.331, 121, - 1.672, + 1.677, 122, - 1.077, + 1.081, 124, - 0.868, + 0.872, 125, - 1.234, + 1.238, 126, - 2.185, + 2.187, 142, - 2.959, + 2.963, 143, - 0.522, + 0.525, 144, - 1.046, + 1.051, 148, - 1.883, + 1.887, 149, - 2.587, + 2.594, 150, - 0.273, + 0.274, 153, - 0.92, + 0.924, 158, - 0.315, + 0.316, 159, - 1.634, + 1.641, 160, - 1.832, + 1.827, 161, - 3.406, + 3.418, 163, - 0.924, + 0.929, 165, - 2.804, + 2.808, 169, - 1.178, + 1.181, 170, - 1.758, + 1.764, 174, - 4.929, + 4.931, 177, - 2.364, + 2.37, 178, - 1.034, + 1.039, 180, - 0.985, + 0.99, 182, - 0.573, + 0.576, 185, - 5.54, + 5.543, 186, - 5.116, + 5.125, 188, - 0.924, + 0.929, 197, - 0.684, + 0.687, 201, - 1.586, + 1.59, 202, - 2.457, + 2.448, 207, - 0.924, + 0.928, 210, - 0.805, + 0.809, 213, - 2.23, + 2.239, 215, - 4.141, + 4.149, 216, - 1.366, + 1.372, 226, - 1.523, + 1.528, 228, - 1.469, + 1.462, 229, - 0.84, + 0.843, 230, - 0.375, + 0.377, 240, - 1.303, + 1.308, 241, - 1.511, + 1.515, 247, - 0.659, + 0.662, 248, - 2.069, + 2.077, 249, - 2.424, + 2.432, 256, - 1.03, + 1.034, 259, - 0.764, + 0.768, 260, - 1.166, + 1.17, 261, - 1.469, + 1.475, 263, - 1.947, + 1.952, 268, - 1.777, + 1.781, 269, - 2.058, + 2.062, 273, - 2.181, + 2.184, 285, - 0.483, + 0.485, 290, - 1.784, + 1.79, 292, - 0.462, + 0.464, 295, - 1.279, + 1.285, 296, - 2.967, + 2.979, 306, - 1.221, + 1.226, 311, - 2.615, + 2.625, 313, - 1.356, + 1.361, 327, - 1.376, + 1.382, 330, - 1.103, + 1.107, 332, - 1.948, + 1.954, 333, - 1.296, + 1.301, 335, - 1.312, + 1.318, 337, - 2.563, + 2.572, 342, - 1.549, + 1.555, 345, - 0.965, + 0.97, 353, - 1.388, + 1.382, 357, - 1.342, + 1.348, 358, - 1.593, + 1.6, 368, - 0.983, + 0.987, 371, - 1.459, + 1.465, 380, - 1.794, + 1.8, 382, - 1.244, + 1.249, 387, - 1.617, + 1.622, 389, - 1.103, + 1.108, 392, - 0.698, + 0.701, 429, - 2.45, + 2.458, 441, - 0.54, + 0.542, 442, - 1.244, + 1.249, 446, - 1.732, + 1.739, 452, - 1.179, + 1.183, 457, - 0.382, + 0.384, 468, - 0.764, + 0.768, 469, - 1.407, + 1.413, 471, - 1.087, + 1.091, 472, - 0.918, + 0.922, 481, - 0.624, + 0.617, 496, - 0.927, + 0.931, 500, - 0.726, + 0.73, 505, - 1.021, + 1.026, 506, - 2.105, + 2.114, 513, - 1.795, + 1.802, 516, - 1.864, + 1.872, 534, - 0.936, + 0.94, 543, - 0.432, + 0.434, 546, - 2.724, + 2.733, 550, - 0.927, + 0.931, 552, - 0.32, + 0.322, 553, - 2.762, + 2.768, 554, - 2.196, + 2.203, 555, - 0.624, + 0.623, 556, - 0.443, + 0.445, 559, - 0.879, + 0.883, 561, - 0.631, + 0.634, 564, - 0.879, + 0.883, 571, - 0.787, + 0.791, 581, - 0.581, + 0.584, 584, - 1.821, + 1.829, 588, - 0.559, + 0.562, 605, - 1.136, + 1.141, 608, - 0.534, + 0.536, 614, - 1.089, + 1.093, 620, - 1.795, + 1.802, 622, - 0.965, + 0.97, 627, - 0.624, + 0.627, 631, - 2.504, + 2.512, 634, - 0.787, + 0.79, 647, - 1.608, + 1.615, 648, - 0.522, + 0.525, 649, - 1.191, + 1.197, 660, - 0.645, + 0.648, 672, - 1.887, + 1.876, 676, - 2.306, + 2.314, 679, - 4.159, + 4.165, 685, - 3.066, + 3.073, 687, - 0.634, + 0.637, 689, - 0.483, + 0.485, 691, - 2.079, + 2.085, 695, - 2.285, + 2.292, 703, - 1.982, + 1.988, 713, - 0.573, + 0.569, 724, - 2.069, + 2.077, 735, - 0.517, + 0.519, 750, - 1.346, + 1.352, 752, - 2.523, + 2.531, 762, - 0.492, + 0.489, 763, - 1.821, + 1.829, 765, - 2.281, + 2.287, 775, - 1.538, + 1.545, 784, - 1.454, + 1.461, 786, - 2.003, + 2.011, 793, - 0.501, + 0.504, 803, - 0.744, + 0.748, 807, - 1.153, + 1.158, 811, - 1.375, + 1.381, 831, - 1.191, + 1.197, 848, - 0.986, + 0.991, 856, - 2.197, + 2.204, 866, - 1.034, + 1.039, 880, - 0.522, + 0.525, 883, - 0.813, + 0.817, 891, - 3.244, + 3.249, 898, - 0.986, + 0.99, 901, - 1.2, + 1.205, 907, - 1.312, + 1.318, 913, - 0.681, + 0.684, 918, - 2.626, + 2.634, 924, - 1.318, + 1.324, 931, - 1.715, + 1.702, 938, - 1.754, + 1.762, 941, - 2.147, + 2.153, 943, - 0.744, + 0.748, 945, - 2.956, + 2.966, 959, - 2.689, + 2.698, 979, - 0.9, + 0.904, 982, - 3.024, + 3.034, 998, - 1.153, + 1.158, 1007, - 0.377, + 0.379, 1010, - 0.818, + 0.822, 1019, - 3.857, + 3.861, 1040, - 1.661, + 1.668, 1041, - 5.017, + 5.021, 1043, - 1.494, + 1.5, 1047, - 0.511, + 0.514, 1059, - 1.625, + 1.632, 1062, - 0.589, + 0.591, 1067, - 1.13, + 1.134, 1082, - 0.681, + 0.684, 1109, - 4.501, + 4.508, 1139, - 1.119, + 1.124, 1141, - 1.212, + 1.218, 1144, - 1.583, + 1.59, 1155, - 1.676, + 1.683, 1164, - 1.191, + 1.197, 1167, - 0.843, + 0.847, 1172, - 0.546, + 0.549, 1180, - 1.088, + 1.093, 1183, - 1.558, + 1.565, 1184, - 2.185, + 2.194, 1186, - 0.976, + 0.98, 1189, - 0.843, + 0.847, 1192, - 1.234, + 1.24, 1198, - 2.313, + 2.322, 1202, - 1.925, + 1.933, 1250, - 1.119, + 1.124, 1255, - 0.744, + 0.748, 1272, - 2.43, + 2.437, 1295, - 3.807, + 3.811, 1296, - 1.883, + 1.889, 1304, - 1.172, + 1.177, 1309, - 1.889, + 1.897, 1314, - 0.726, + 0.73, 1328, - 0.813, + 0.817, 1332, - 2.044, + 2.051, 1339, - 1.502, + 1.509, 1361, - 0.71, + 0.713, 1367, - 2.094, + 2.036, 1382, - 0.597, + 0.6, 1387, - 0.695, + 0.698, 1406, - 2.306, + 2.314, 1411, - 4.66, + 4.665, 1416, - 0.744, + 0.748, 1429, - 2.331, + 2.34, 1459, - 1.41, + 1.415, 1465, - 3.556, + 3.561, 1471, - 0.986, + 0.991, 1472, - 2.053, + 2.06, 1498, - 0.744, + 0.748, 1502, - 0.552, + 0.555, 1548, - 2.471, + 2.48, 1558, - 0.668, + 0.671, 1596, - 1.06, + 1.064, 1628, - 0.825, + 0.829, 1629, - 1.244, + 1.249, 1632, - 0.681, + 0.684, 1636, - 0.624, + 0.627, 1651, - 0.645, + 0.648, 1661, - 2.296, + 2.304, 1662, - 1.221, + 1.226, 1683, - 2.265, + 2.275, 1691, - 0.764, + 0.768, 1714, - 0.787, + 0.791, 1793, - 1.284, + 1.29, 1803, - 0.744, + 0.748, 1804, - 2.199, + 2.206, 1807, - 0.517, + 0.519, 1812, - 0.744, + 0.73, 1813, - 0.764, + 0.768, 1814, - 3.661, + 3.635, 1815, - 0.843, + 0.847, 1825, - 1.625, + 1.632, 1829, - 0.924, + 0.929, 1830, - 0.924, + 0.929, 1867, - 0.879, + 0.883, 1869, - 0.71, + 0.713, 1876, - 0.879, + 0.883, 1879, - 2.055, + 2.063, 1890, - 0.624, + 0.627, 1908, - 2.943, + 2.951, 1911, - 1.021, + 1.026, 1928, - 1.497, + 1.503, 1942, - 2.576, + 2.585, 1969, - 3.348, + 3.36, 1982, - 0.998, + 0.991, 2006, - 1.459, + 1.465, 2027, - 2.9, + 2.909, 2078, - 0.681, + 0.684, 2095, - 1.191, + 1.197, 2096, - 0.597, + 0.6, 2103, - 1.709, + 1.716, 2104, - 0.924, + 0.929, 2105, - 3.607, + 3.618, 2116, - 1.136, + 1.141, 2162, - 3.933, + 3.947, 2164, - 2.53, + 2.537, 2167, - 2.539, + 2.55, 2168, - 2.382, + 2.392, 2182, - 2.591, + 2.6, 2189, - 0.597, + 0.6, 2217, - 0.656, + 0.659, 2232, - 2.382, + 2.392, 2236, - 3.394, + 3.405, 2243, - 0.879, + 0.883, 2245, - 0.924, + 0.929, 2260, - 0.787, + 0.791, 2360, - 1.073, + 1.078, 2382, - 0.668, + 0.671, 2388, - 1.709, + 1.716, 2532, - 0.695, + 0.698, 2542, - 1.721, + 1.729, 2553, - 1.709, + 1.716, 2555, - 1.258, + 1.264, 2633, - 1.021, + 1.026, 2637, - 1.258, + 1.264, 2667, - 0.787, + 0.791, 2682, - 1.709, + 1.716, 2686, - 2.094, + 2.103, 2717, - 0.787, + 0.791, 2723, - 2.265, + 2.275, 2738, - 0.695, + 0.698, 2740, - 0.879, + 0.883, 2775, - 3.341, + 3.35, 2822, - 2.469, + 2.478, 2831, - 0.813, + 0.817, 2838, - 0.924, + 0.929, 2866, - 1.709, + 1.716, 2872, - 2.453, + 2.463, 2874, - 1.454, + 1.461, 2885, - 0.813, + 0.817, 2893, - 1.821, + 1.829, 2894, - 1.821, + 1.829, 2895, - 4.621, + 4.637, 2896, - 2.382, + 2.392, 2897, - 4.276, + 4.288, 2900, - 0.985, + 0.99, 2925, - 0.695, + 0.698, 3064, - 4.336, + 4.351, 3088, - 1.502, + 1.509, 3111, - 2.382, + 2.392, 3192, - 0.787, + 0.791, 3234, - 1.821, + 1.829, 3564, - 0.985, + 0.99, 3569, - 0.744, + 0.748, 3603, - 4.114, + 4.125, 3660, - 3.309, + 3.322, 3673, - 0.813, + 0.817, 3713, - 4.955, + 4.965, 3797, - 1.79, + 1.798, 3838, - 1.454, + 1.461, 3902, - 4.294, + 4.305, 3909, - 1.625, + 1.632, 3925, - 1.502, + 1.509, 3988, - 0.726, + 0.73, 4069, - 1.871, + 1.879, 4098, - 1.721, + 1.729, 4257, - 0.787, + 0.791, 4438, - 0.985, + 0.99, 4441, - 0.879, + 0.883, 4465, - 0.726, + 0.73, 4527, - 1.558, + 1.565, 4542, - 2.967, + 2.979, 4546, - 0.985, + 0.99, 4556, - 0.879, + 0.883, 4608, - 6.462, + 6.476, 4646, - 3.348, + 3.36, 4706, - 1.709, + 1.716, 4875, - 1.454, + 1.461, 4876, - 2.028, + 2.036, 5151, - 3.585, + 3.597, 5204, - 0.985, + 0.99, 5297, - 0.879, + 0.883, 5329, - 0.985, + 0.99, 5480, - 0.924, + 0.929, 5646, - 0.985, + 0.99, 5805, - 1.558, + 1.565, 6036, - 2.967, + 2.979, 6078, - 0.843, + 0.847, 6158, - 1.502, + 1.509, 6577, - 1.821, + 1.829, 6837, - 2.382, + 2.392, 6873, - 1.709, - 7093, - 0.985, - 7853, - 2.539, - 8236, - 2.539, - 8237, - 2.539, - 8298, - 2.539, - 8302, - 2.539, - 8304, - 2.539, - 8308, - 2.539, - 8312, - 2.539, - 8314, - 2.539, - 8316, - 2.539, - 8320, - 2.539, - 8322, - 2.539, + 1.716, + 7107, + 0.99, + 7874, + 2.55, + 8262, + 2.55, + 8263, + 2.55, 8324, - 2.539, + 2.55, 8328, - 2.539, + 2.55, 8330, - 2.539, - 8332, - 2.539, + 2.55, 8334, - 2.539, - 8336, - 2.539, - 8337, - 4.191, - 8339, - 2.539, - 8345, - 2.539, - 8347, - 2.539, - 8349, - 2.539, - 8351, - 2.539, - 8353, - 2.539, - 8355, - 2.539, - 8359, - 3.709, - 8361, - 1.821, + 2.55, + 8338, + 2.55, + 8340, + 2.55, + 8342, + 2.55, + 8346, + 2.55, + 8348, + 2.55, + 8350, + 2.55, + 8354, + 2.55, + 8356, + 2.55, + 8358, + 2.55, + 8360, + 2.55, + 8362, + 2.55, 8363, - 3.709, + 4.206, 8365, - 1.821, + 2.55, 8371, - 1.821, + 2.55, 8373, - 2.539, + 2.55, 8375, - 1.821, - 8416, - 0.924, - 8418, - 0.985, - 8455, - 0.985, - 8555, - 0.924, - 8567, - 1.821, - 9032, - 0.879, - 9688, - 1.821, - 10187, - 1.821, - 10298, - 1.077, - 10299, - 1.077, - 10300, - 2.776, - 10301, - 1.077, - 10302, - 1.077, - 10303, - 1.077, - 10304, - 1.077, - 10305, - 1.991, - 10306, - 1.991, - 10307, - 1.821, - 10308, - 1.991, - 10309, - 1.991, - 10310, - 1.077, - 10311, - 1.991, - 10312, - 1.077, - 10313, - 1.991, - 10314, - 1.991, - 10315, - 1.991, - 10316, - 1.991, - 10317, - 1.991, - 10318, - 1.991, - 10319, - 1.991, - 10320, - 1.991, - 10321, - 1.991, - 10322, - 1.821, - 10323, - 1.991, - 10324, - 1.991, - 10325, - 1.991, - 10326, - 1.991, - 10327, - 1.991, - 10328, - 1.991, - 10329, - 1.077, - 10330, - 1.077, - 10331, - 4.056, - 10332, - 1.077, - 10333, - 1.077, - 10334, - 1.077, - 10335, - 0.985, - 10336, - 1.077, - 10337, - 2.776, - 10338, - 1.991, - 10339, - 1.991, - 10340, - 1.991, - 10341, - 1.991, - 10342, - 1.991, - 10343, - 3.458, - 10344, - 1.077, - 10345, - 1.077, - 10346, - 1.077, - 10347, - 1.077, - 10348, - 1.077, - 10349, - 1.077, - 10350, - 1.077, - 10351, - 1.077, - 10352, - 1.077, - 10353, - 1.077, - 10354, - 1.077, - 10355, - 1.077, - 10356, - 1.077, - 10357, - 1.077, - 10358, - 1.077, - 10359, - 1.077, - 10360, - 1.077, - 10361, - 1.077, - 10362, - 1.077, - 10363, - 1.077, - 10364, - 1.077, - 10365, - 1.077, - 10366, - 1.077, - 10367, - 1.077, - 10368, - 1.077, + 2.55, + 8377, + 2.55, + 8379, + 2.55, + 8381, + 2.55, + 8385, + 3.722, + 8387, + 1.829, + 8389, + 3.722, + 8391, + 1.829, + 8397, + 1.829, + 8399, + 2.55, + 8401, + 1.829, + 8442, + 0.929, + 8444, + 0.99, + 8481, + 0.99, + 8581, + 0.929, + 8600, + 1.829, + 9100, + 0.883, + 9757, + 1.829, + 10256, + 1.829, 10369, - 1.077, + 1.083, 10370, - 1.077, + 1.083, 10371, - 1.077, + 2.788, 10372, - 1.077, + 1.083, 10373, - 1.077, + 1.083, 10374, - 1.077, + 1.083, 10375, - 1.077, + 1.083, 10376, - 1.077, + 2.0, 10377, - 1.077, + 2.0, 10378, - 1.077 + 1.829, + 10379, + 2.0, + 10380, + 2.0, + 10381, + 1.083, + 10382, + 2.0, + 10383, + 1.083, + 10384, + 2.0, + 10385, + 2.0, + 10386, + 2.0, + 10387, + 2.0, + 10388, + 2.0, + 10389, + 2.0, + 10390, + 2.0, + 10391, + 2.0, + 10392, + 2.0, + 10393, + 1.829, + 10394, + 2.0, + 10395, + 2.0, + 10396, + 2.0, + 10397, + 2.0, + 10398, + 2.0, + 10399, + 2.0, + 10400, + 1.083, + 10401, + 1.083, + 10402, + 4.071, + 10403, + 1.083, + 10404, + 1.083, + 10405, + 1.083, + 10406, + 0.99, + 10407, + 1.083, + 10408, + 2.788, + 10409, + 2.0, + 10410, + 2.0, + 10411, + 2.0, + 10412, + 2.0, + 10413, + 2.0, + 10414, + 3.472, + 10415, + 1.083, + 10416, + 1.083, + 10417, + 1.083, + 10418, + 1.083, + 10419, + 1.083, + 10420, + 1.083, + 10421, + 1.083, + 10422, + 1.083, + 10423, + 1.083, + 10424, + 1.083, + 10425, + 1.083, + 10426, + 1.083, + 10427, + 1.083, + 10428, + 1.083, + 10429, + 1.083, + 10430, + 1.083, + 10431, + 1.083, + 10432, + 1.083, + 10433, + 1.083, + 10434, + 1.083, + 10435, + 1.083, + 10436, + 1.083, + 10437, + 1.083, + 10438, + 1.083, + 10439, + 1.083, + 10440, + 1.083, + 10441, + 1.083, + 10442, + 1.083, + 10443, + 1.083, + 10444, + 1.083, + 10445, + 1.083, + 10446, + 1.083, + 10447, + 1.083, + 10448, + 1.083, + 10449, + 1.083 ] ], [ @@ -105368,127 +105680,127 @@ "data/ref/stable/dmHttpClient", [ 7, - 1.248, + 1.249, 9, - 2.714, + 2.718, 18, - 1.097, + 1.098, 20, - 1.064, + 1.065, 38, 1.202, 57, - 1.272, + 1.273, 59, 0.898, 79, - 0.68, + 0.681, 99, - 0.883, + 0.884, 105, - 3.211, + 3.215, 122, - 3.097, + 3.099, 126, - 1.588, + 1.59, 165, - 3.094, + 3.096, 172, - 3.52, + 3.493, 263, - 2.393, + 2.396, 268, - 1.634, + 1.636, 330, - 2.552, + 2.555, 332, - 2.664, + 2.667, 333, - 2.263, + 2.266, 457, - 2.841, + 2.845, 479, - 3.732, + 3.734, 553, - 2.86, + 2.864, 590, - 4.12, + 4.123, 607, - 6.53, + 6.538, 612, - 4.788, + 4.794, 629, - 2.407, + 2.409, 645, - 5.852, + 5.857, 669, - 4.961, + 4.967, 685, - 3.262, + 3.266, 866, - 2.982, + 2.985, 891, - 3.839, + 3.841, 915, - 3.069, + 3.072, 1100, - 6.261, + 6.268, 1164, - 5.95, + 5.955, 1379, - 5.035, + 4.989, 1381, - 7.056, + 7.061, 1427, - 6.87, + 6.875, 1465, - 2.822, + 2.826, 2042, - 4.433, + 4.438, 2297, - 6.413, + 6.418, 2736, - 6.761, + 6.763, 2779, - 5.874, + 5.876, 3366, - 5.677, + 5.684, 3415, - 4.372, + 4.377, 3646, - 6.023, + 6.025, 3712, - 3.879, + 3.884, 4621, - 7.017, + 7.02, 4972, - 8.466, - 7404, - 5.845, - 8151, - 5.394, - 9078, - 9.895, - 10379, - 8.003, - 10380, - 8.003, - 10381, - 8.003, - 10382, - 8.003, - 10383, - 8.003, - 10384, - 8.003, - 10385, - 8.003, - 10386, - 8.003, - 10387, - 8.003, - 10388, - 8.003 + 8.47, + 7418, + 5.852, + 8177, + 5.4, + 9146, + 9.9, + 10450, + 8.012, + 10451, + 8.012, + 10452, + 8.012, + 10453, + 8.012, + 10454, + 8.012, + 10455, + 8.012, + 10456, + 8.012, + 10457, + 8.012, + 10458, + 8.012, + 10459, + 8.012 ] ], [ @@ -105502,1497 +105814,1497 @@ "data/ref/stable/socket", [ 7, - 1.037, + 1.039, 8, - 0.875, + 0.879, 9, - 1.555, + 1.561, 10, - 2.077, + 2.08, 11, - 0.563, + 0.565, 18, 1.145, 20, - 1.509, + 1.51, 22, - 1.548, + 1.554, 27, - 0.899, + 0.904, 28, - 1.346, + 1.352, 29, - 3.641, + 3.653, 30, - 2.569, + 2.575, 36, - 2.244, + 2.246, 38, - 1.12, + 1.121, 44, - 1.574, + 1.58, 46, - 1.575, + 1.576, 52, - 1.75, + 1.755, 56, - 0.775, + 0.779, 57, - 1.472, + 1.473, 59, - 0.996, + 0.997, 60, - 2.322, + 2.327, 62, - 0.918, + 0.922, 67, - 0.281, + 0.283, 72, - 0.359, + 0.36, 77, - 1.317, + 1.32, 79, - 0.994, + 0.995, 84, - 0.462, + 0.464, 86, - 1.405, + 1.411, 90, - 1.74, + 1.744, 97, - 0.449, + 0.451, 98, - 2.673, + 2.683, 99, 1.057, 100, - 1.608, + 1.611, 102, - 1.782, + 1.777, 103, - 0.867, + 0.871, 105, - 0.623, + 0.626, 106, - 1.481, + 1.484, 107, - 1.471, + 1.474, 108, - 0.816, + 0.82, 109, - 0.583, + 0.581, 110, - 0.787, + 0.791, 111, - 0.45, + 0.452, 113, - 1.463, + 1.466, 116, - 0.604, + 0.607, 120, - 0.645, + 0.648, 122, - 0.747, + 0.75, 124, - 1.508, + 1.514, 125, - 1.538, + 1.543, 126, - 1.833, + 1.836, 132, - 1.811, + 1.817, 136, - 0.879, + 0.884, 141, - 1.027, + 1.032, 142, - 3.179, + 3.182, 145, - 2.336, + 2.345, 148, - 1.712, + 1.715, 149, - 0.214, + 0.215, 150, - 0.876, + 0.879, 153, - 1.196, + 1.2, 158, - 0.582, + 0.585, 160, - 1.199, + 1.197, 165, - 2.429, + 2.434, 169, - 1.341, + 1.344, 177, - 1.546, + 1.552, 178, - 0.401, + 0.403, 182, - 1.665, + 1.672, 197, - 0.684, + 0.687, 198, - 0.293, + 0.295, 201, - 2.026, + 2.029, 207, - 0.359, + 0.36, 208, - 1.521, + 1.527, 210, - 0.227, + 0.228, 211, - 0.695, + 0.699, 216, - 0.222, + 0.223, 229, - 1.702, + 1.705, 230, - 1.835, + 1.84, 239, - 0.247, + 0.248, 240, - 1.612, + 1.617, 241, - 2.084, + 2.087, 247, - 2.523, + 2.529, 249, - 0.745, + 0.748, 256, - 1.136, + 1.14, 257, - 0.948, + 0.952, 259, - 1.101, + 1.107, 261, - 1.469, + 1.475, 263, - 2.82, + 2.824, 264, - 1.46, + 1.467, 268, - 2.09, + 2.092, 269, - 1.656, + 1.66, 273, - 1.742, + 1.747, 280, - 0.609, + 0.612, 285, - 0.892, + 0.896, 288, - 0.303, + 0.304, 324, - 0.615, + 0.618, 330, - 0.495, + 0.497, 332, - 2.919, + 2.925, 333, - 2.064, + 2.069, 334, - 0.311, + 0.313, 338, - 2.028, + 2.037, 342, - 0.892, + 0.896, 353, 0.225, 358, - 1.994, + 2.002, 368, - 0.442, + 0.444, 380, - 0.707, + 0.71, 381, - 0.963, + 0.967, 382, - 1.737, + 1.743, 385, - 0.606, + 0.609, 387, - 1.104, + 1.108, 394, - 1.101, + 1.107, 399, - 0.764, + 0.768, 402, - 0.573, + 0.576, 420, - 1.073, + 1.078, 433, - 1.764, + 1.771, 441, - 0.281, + 0.283, 442, - 0.252, + 0.253, 452, - 1.333, + 1.338, 459, - 0.261, + 0.263, 463, - 0.379, + 0.381, 468, - 0.764, + 0.768, 471, - 1.617, + 1.621, 473, - 1.376, + 1.382, 474, - 0.787, + 0.791, 479, - 0.583, + 0.585, 483, - 4.566, + 4.577, 487, - 0.399, + 0.401, 489, - 4.344, + 4.351, 490, - 2.111, + 2.118, 496, - 0.722, + 0.726, 497, - 0.288, + 0.29, 500, - 0.727, + 0.73, 505, - 0.553, + 0.555, 510, - 0.881, + 0.885, 513, - 0.559, + 0.562, 514, - 1.073, + 1.078, 516, - 1.074, + 1.079, 521, - 1.204, + 1.209, 522, - 0.534, + 0.536, 523, - 0.806, + 0.81, 524, - 2.653, + 2.658, 533, - 1.916, + 1.924, 534, - 0.506, + 0.509, 543, - 2.349, + 2.356, 546, - 1.497, + 1.503, 547, - 1.412, + 1.418, 548, - 1.023, + 1.028, 550, - 0.501, + 0.504, 553, - 0.385, + 0.387, 554, - 0.404, + 0.406, 555, - 1.18, + 1.178, 556, - 2.613, + 2.62, 561, - 0.631, + 0.634, 568, - 1.561, + 1.567, 571, - 0.41, + 0.413, 577, - 0.423, + 0.425, 580, - 0.355, + 0.357, 587, - 0.379, + 0.381, 588, - 0.806, + 0.81, 596, - 0.848, + 0.852, 601, - 0.204, + 0.205, 608, - 1.376, + 1.382, 614, - 0.781, + 0.785, 620, - 1.441, + 1.447, 627, - 3.855, + 3.866, 629, - 0.324, + 0.326, 631, - 0.278, + 0.28, 633, - 1.407, + 1.413, 634, - 0.787, + 0.791, 637, - 0.362, + 0.364, 646, - 1.753, + 1.76, 647, - 0.899, + 0.904, 648, - 0.522, + 0.525, 650, - 1.312, + 1.318, 663, - 0.44, + 0.442, 672, - 5.183, + 5.137, 674, - 0.998, + 1.002, 675, - 1.065, + 1.069, 678, - 1.617, + 1.624, 679, - 0.483, + 0.485, 685, - 0.229, + 0.23, 689, - 1.687, + 1.694, 691, - 1.992, + 1.998, 692, - 0.747, + 0.751, 700, - 1.42, + 1.427, 702, - 1.887, + 1.895, 704, - 0.362, + 0.364, 710, - 0.272, + 0.274, 712, - 2.539, + 2.549, 716, - 3.123, + 3.133, 729, - 0.624, + 0.627, 732, - 0.71, + 0.713, 737, - 1.047, + 1.052, 738, - 0.929, + 0.933, 740, - 0.546, + 0.549, 747, - 0.606, + 0.609, 749, - 1.311, + 1.316, 750, - 0.522, + 0.525, 752, - 1.105, + 1.11, 762, - 1.095, + 1.089, 765, - 2.896, + 2.902, 773, - 2.185, + 2.192, 774, - 3.661, + 3.669, 775, - 1.103, + 1.108, 789, - 0.813, + 0.817, 799, - 0.342, + 0.344, 803, - 0.388, + 0.39, 807, - 0.624, + 0.627, 811, - 1.376, + 1.382, 826, - 0.295, + 0.297, 827, - 1.389, + 1.395, 828, - 0.634, + 0.637, 832, - 1.501, + 1.507, 834, - 1.55, + 1.557, 848, - 0.534, + 0.536, 856, - 2.671, + 2.678, 857, - 1.368, + 1.374, 858, - 4.368, + 4.378, 866, - 1.798, + 1.804, 874, - 3.485, + 3.494, 879, - 0.331, + 0.332, 880, - 0.272, + 0.274, 891, - 1.555, + 1.561, 894, - 2.63, + 2.637, 898, - 0.199, + 0.201, 899, - 0.71, + 0.713, 903, - 0.303, + 0.304, 905, - 0.634, + 0.637, 915, - 0.215, + 0.217, 917, - 0.9, + 0.905, 923, - 0.275, + 0.277, 924, - 0.267, + 0.268, 926, - 1.134, + 1.139, 931, - 2.991, + 2.962, 941, - 0.423, + 0.425, 960, - 0.256, + 0.255, 975, - 0.745, + 0.748, 985, - 0.787, + 0.791, 987, - 0.299, + 0.301, 999, - 0.259, + 0.26, 1007, - 2.113, + 2.119, 1025, - 3.328, + 3.334, 1029, - 0.275, + 0.274, 1034, - 1.2, + 1.205, 1039, - 0.581, + 0.584, 1041, - 1.255, + 1.261, 1043, - 0.671, + 0.674, 1045, - 1.58, + 1.587, 1052, - 0.295, + 0.297, 1055, - 5.714, + 5.722, 1056, - 0.787, + 0.791, 1058, - 2.193, + 2.203, 1062, - 2.365, + 2.374, 1068, - 0.355, + 0.357, 1081, - 0.342, + 0.344, 1090, - 0.722, + 0.726, 1096, - 0.41, + 0.413, 1097, - 3.268, + 3.278, 1101, - 0.331, + 0.332, 1104, - 0.835, + 0.839, 1105, - 1.023, + 1.028, 1109, - 2.34, + 2.348, 1134, - 0.681, + 0.684, 1140, - 0.715, + 0.719, 1141, - 1.46, + 1.467, 1146, - 1.2, + 1.205, 1150, - 1.348, + 1.354, 1160, - 3.392, + 3.403, 1162, - 1.97, + 1.979, 1166, - 0.624, + 0.627, 1173, - 1.175, + 1.181, 1186, - 0.528, + 0.531, 1198, - 1.136, + 1.141, 1209, - 0.985, + 0.99, 1245, - 1.617, + 1.624, 1248, - 0.681, + 0.684, 1264, - 1.829, + 1.837, 1272, - 1.672, + 1.678, 1279, - 0.645, + 0.648, 1295, - 2.326, + 2.332, 1296, - 0.894, + 0.898, 1298, - 0.981, + 0.986, 1304, - 0.914, + 0.918, 1307, - 4.037, + 3.975, 1309, - 1.088, + 1.093, 1324, - 0.292, + 0.293, 1326, - 0.945, + 0.95, 1332, - 0.227, + 0.228, 1364, - 1.412, + 1.418, 1376, - 0.41, + 0.413, 1382, - 0.86, + 0.864, 1387, - 1.001, + 1.006, 1403, - 1.926, + 1.933, 1406, - 2.588, + 2.596, 1413, - 0.342, + 0.344, 1415, - 1.918, + 1.927, 1427, - 0.744, + 0.748, 1434, - 2.841, + 2.849, 1435, - 5.522, + 5.536, 1439, - 2.058, + 2.067, 1440, - 2.293, + 2.302, 1445, - 2.454, + 2.464, 1459, - 3.37, + 3.376, 1465, - 3.872, + 3.875, 1471, - 0.987, + 0.991, 1472, - 5.127, + 5.131, 1479, - 2.698, + 2.707, 1492, - 0.348, + 0.35, 1496, - 1.376, + 1.382, 1498, - 0.744, + 0.748, 1500, - 0.388, + 0.39, 1502, - 0.288, + 0.29, 1509, - 0.388, + 0.39, 1510, - 1.791, + 1.798, 1513, - 0.458, + 0.461, 1514, - 0.424, + 0.426, 1525, - 1.978, + 1.986, 1551, - 0.44, + 0.442, 1559, - 0.963, + 0.967, 1562, - 0.37, + 0.372, 1574, - 1.905, + 1.913, 1588, - 2.778, + 2.787, 1590, - 2.069, + 2.078, 1596, - 0.299, + 0.301, 1597, - 5.876, + 5.883, 1602, - 1.361, + 1.367, 1606, - 1.634, + 1.641, 1621, - 2.775, + 2.784, 1624, - 1.752, + 1.76, 1627, - 0.399, + 0.401, 1629, - 1.074, + 1.079, 1630, - 0.424, + 0.426, 1632, - 0.355, + 0.357, 1633, - 0.925, + 0.929, 1636, - 1.153, + 1.159, 1645, - 0.482, + 0.485, 1649, - 2.536, + 2.544, 1650, - 2.59, + 2.599, 1651, - 0.336, + 0.338, 1658, - 0.399, + 0.401, 1661, - 0.778, + 0.782, 1672, - 0.303, + 0.304, 1684, - 1.153, + 1.159, 1697, - 0.362, + 0.364, 1713, - 0.816, + 0.82, 1714, - 1.752, + 1.76, 1765, - 0.879, + 0.884, 1767, - 0.634, + 0.637, 1797, - 0.695, + 0.698, 1803, - 2.602, + 2.612, 1814, - 2.182, + 2.169, 1838, - 0.879, + 0.884, 1866, - 0.615, + 0.618, 1868, - 2.018, + 2.026, 1869, - 2.482, + 2.491, 1872, - 1.46, + 1.467, 1876, - 1.267, + 1.273, 1882, - 0.689, + 0.692, 1884, - 1.6, + 1.606, 1885, - 2.003, + 2.011, 1901, - 0.624, + 0.627, 1908, - 0.254, + 0.255, 1913, - 0.514, + 0.516, 1929, - 1.06, + 1.051, 1930, - 0.813, + 0.817, 1942, - 1.561, + 1.567, 1946, - 0.787, + 0.791, 1966, - 0.726, + 0.73, 1982, - 1.391, + 1.382, 1999, - 0.311, + 0.313, 2019, - 0.379, + 0.381, 2026, - 3.973, + 3.985, 2035, - 1.235, + 1.24, 2066, - 1.047, + 1.028, 2073, - 2.609, + 2.62, 2078, - 0.681, + 0.684, 2087, - 1.259, + 1.264, 2092, - 0.925, + 0.929, 2095, - 0.336, + 0.338, 2106, - 0.482, + 0.485, 2135, - 0.399, + 0.401, 2143, - 0.71, + 0.713, 2160, - 3.253, + 3.264, 2164, - 0.243, + 0.244, 2173, - 0.634, + 0.637, 2188, - 0.41, + 0.413, 2191, - 0.388, + 0.39, 2247, - 0.514, + 0.516, 2286, - 0.963, + 0.967, 2299, - 1.376, + 1.382, 2307, - 0.764, + 0.768, 2317, - 0.787, + 0.791, 2327, - 3.583, + 3.594, 2358, - 0.348, + 0.35, 2360, - 0.581, + 0.584, 2373, - 0.355, + 0.357, 2418, - 4.301, + 4.315, 2440, - 1.677, + 1.683, 2441, - 0.295, + 0.297, 2448, - 2.482, + 2.491, 2458, - 0.879, + 0.884, 2459, - 3.06, + 3.072, 2460, - 5.456, + 5.471, 2465, - 5.571, + 5.584, 2468, - 0.843, + 0.847, 2496, - 0.424, + 0.426, 2498, - 0.362, + 0.357, 2520, - 0.879, + 0.884, 2533, - 1.617, + 1.624, 2548, - 2.974, + 2.984, 2566, - 0.37, + 0.372, 2619, - 0.925, + 0.929, 2631, - 0.355, + 0.357, 2633, - 1.424, + 1.43, 2645, - 0.41, + 0.413, 2657, - 0.316, + 0.317, 2684, - 1.172, + 1.177, 2747, - 1.171, + 1.177, 2775, - 0.581, + 0.584, 2783, - 1.101, + 1.107, 2794, - 0.925, + 0.929, 2799, - 1.502, + 1.509, 2848, - 1.267, + 1.273, 2851, - 0.813, + 0.817, 2855, - 0.843, + 0.847, 2875, - 2.635, + 2.645, 2897, - 0.41, + 0.413, 2907, - 1.215, + 1.221, 2950, - 0.813, + 0.817, 2978, - 0.764, + 0.768, 2991, - 2.095, + 2.104, 3021, - 0.348, + 0.35, 3055, - 0.458, + 0.461, 3057, - 0.744, + 0.748, 3088, - 1.809, + 1.818, 3237, - 1.101, + 1.107, 3243, - 0.424, + 0.426, 3281, - 0.458, + 0.461, 3311, - 5.622, + 5.632, 3342, - 0.963, + 0.967, 3351, - 3.174, + 3.186, 3399, - 0.388, + 0.39, 3400, - 1.134, + 1.139, 3415, - 1.517, + 1.524, 3419, - 0.985, + 0.99, 3425, - 0.843, + 0.847, 3442, - 0.399, + 0.401, 3504, - 3.741, + 3.754, 3517, - 0.985, + 0.99, 3581, - 0.843, + 0.847, 3582, - 7.559, + 7.574, 3583, - 1.101, + 1.107, 3584, - 4.022, + 4.035, 3585, - 0.514, + 0.516, 3589, - 0.514, + 0.516, 3590, - 0.514, + 0.516, 3592, - 0.514, + 0.516, 3593, - 7.879, + 7.892, 3594, - 6.854, + 6.864, 3595, - 2.028, + 2.037, 3598, - 3.481, + 3.494, 3628, - 2.058, + 2.067, 3669, - 0.44, + 0.442, 3670, - 3.938, + 3.952, 3673, - 0.424, + 0.426, 3680, - 0.879, + 0.884, 3724, - 0.879, + 0.884, 3726, - 0.458, + 0.461, 3730, - 3.714, + 3.728, 3733, - 4.974, + 4.988, 3888, - 0.787, + 0.791, 3972, - 0.837, + 0.841, 4017, - 0.44, + 0.442, 4126, - 1.215, + 1.221, 4184, - 0.879, + 0.884, 4185, - 0.879, + 0.884, 4243, - 0.925, + 0.929, 4276, - 1.709, + 1.717, 4350, - 0.482, + 0.485, 4364, - 1.101, + 1.107, 4472, - 0.787, + 0.791, 4483, - 1.413, + 1.42, 4535, - 0.813, + 0.817, 4561, - 1.709, + 1.717, 4567, - 2.539, + 2.55, 4572, - 0.44, + 0.442, 4588, - 0.925, + 0.929, 4691, - 0.514, + 0.516, 4857, - 2.003, + 2.011, 4874, - 1.625, + 1.633, 4875, - 2.028, + 2.037, 4876, - 0.41, + 0.413, 4934, - 0.458, + 0.461, 5177, - 0.482, + 0.485, 5206, - 1.42, + 1.427, 5211, - 0.981, + 0.986, 5212, - 0.514, + 0.516, 5248, - 4.337, + 4.352, 5249, - 5.712, + 5.727, 5250, - 5.094, + 5.108, 5251, - 0.879, + 0.884, 5349, - 1.42, + 1.427, 5379, - 0.925, + 0.929, 5400, - 0.424, + 0.413, 5490, - 1.267, + 1.273, 5681, - 2.095, + 2.104, 5682, - 5.196, + 5.209, 5753, - 0.41, + 0.413, 5772, - 0.514, + 0.516, 5782, - 0.925, + 0.929, 5805, - 1.877, + 1.885, 5832, - 0.514, + 0.516, 5881, - 1.267, + 1.273, 5978, - 1.332, + 1.339, 6035, - 1.821, + 1.83, 6074, - 0.925, + 0.929, 6090, - 0.925, + 0.929, 6127, - 1.702, + 1.664, 6158, - 0.813, + 0.817, 6219, - 0.514, + 0.516, 6377, - 0.514, + 0.516, 6442, - 0.482, + 0.485, 6636, - 2.266, + 2.276, 6681, - 0.482, + 0.485, 6958, - 2.028, - 7001, - 1.691, - 7095, - 0.843, - 7103, - 0.925, - 7104, - 0.514, - 7108, - 1.332, - 7172, - 0.514, - 7173, - 0.458, - 7320, - 4.277, - 7326, - 1.171, - 7356, - 2.383, - 7362, - 0.458, - 7404, - 0.41, - 7429, - 0.925, - 7435, - 0.424, - 7436, - 0.925, - 7451, - 0.985, - 7457, - 0.879, - 7461, - 0.985, - 7491, - 0.879, - 7709, - 0.482, - 7935, - 2.173, - 8569, - 0.514, - 8737, - 5.332, - 8792, - 0.925, - 8800, - 1.821, - 9032, - 0.458, - 9318, - 0.514, - 9330, - 0.514, - 9394, - 0.514, + 2.037, + 7006, + 1.698, + 7109, + 0.847, + 7117, + 0.929, + 7118, + 0.516, + 7122, + 1.339, + 7186, + 0.516, + 7187, + 0.461, + 7334, + 4.291, + 7340, + 1.177, + 7370, + 2.393, + 7376, + 0.461, + 7418, + 0.413, + 7443, + 0.929, + 7449, + 0.426, + 7450, + 0.929, + 7465, + 0.99, + 7471, + 0.884, + 7475, + 0.99, + 7505, + 0.884, + 7723, + 0.485, + 7961, + 2.182, + 8602, + 0.516, + 8770, + 5.345, + 8825, + 0.929, + 8833, + 1.83, + 9100, + 0.461, + 9386, + 0.516, 9398, - 0.458, + 0.516, 9462, - 0.985, - 9522, - 1.625, - 9568, - 0.985, - 9645, - 1.709, - 9766, - 0.514, - 9768, - 0.514, - 9770, - 0.925, - 9836, - 2.539, - 9954, - 0.985, - 9977, - 0.514, - 9982, - 0.514, - 10177, - 1.42, - 10231, - 0.482, - 10335, - 0.514, - 10389, - 0.562, - 10390, - 2.399, - 10391, - 0.562, - 10392, - 2.777, - 10393, - 0.562, - 10394, - 0.562, - 10395, - 1.078, - 10396, - 1.992, - 10397, - 1.992, - 10398, - 3.459, - 10399, - 1.992, - 10400, - 0.562, - 10401, - 5.67, - 10402, - 4.056, - 10403, - 5.055, - 10404, - 0.562, - 10405, - 0.562, + 0.516, + 9466, + 0.461, + 9530, + 0.99, + 9591, + 1.633, + 9637, + 0.99, + 9714, + 1.717, + 9838, + 0.516, + 9840, + 0.516, + 9842, + 0.929, + 9906, + 2.55, + 10024, + 0.99, + 10047, + 0.516, + 10052, + 0.516, + 10246, + 1.427, + 10300, + 0.485, 10406, - 2.777, - 10407, - 2.777, - 10408, - 2.777, - 10409, - 2.777, - 10410, - 1.078, - 10411, - 1.078, - 10412, - 0.562, - 10413, - 1.553, - 10414, - 1.992, - 10415, - 0.562, - 10416, - 1.553, - 10417, - 1.078, - 10418, - 1.078, - 10419, - 1.553, - 10420, - 1.992, - 10421, - 1.078, - 10422, - 3.459, - 10423, - 1.992, - 10424, - 0.562, - 10425, - 4.826, - 10426, - 1.553, - 10427, - 3.767, - 10428, - 0.562, - 10429, - 0.562, - 10430, - 1.553, - 10431, - 0.562, - 10432, - 0.562, - 10433, - 1.078, - 10434, - 1.992, - 10435, - 2.777, - 10436, - 6.797, - 10437, - 1.992, - 10438, - 3.459, - 10439, - 0.562, - 10440, - 4.585, - 10441, - 0.562, - 10442, - 2.399, - 10443, - 3.459, - 10444, - 2.777, - 10445, - 1.078, - 10446, - 0.562, - 10447, - 7.3, - 10448, - 5.055, - 10449, - 1.078, - 10450, - 1.078, - 10451, - 1.078, - 10452, - 0.562, - 10453, - 1.078, - 10454, - 1.078, - 10455, - 1.078, - 10456, - 1.078, - 10457, - 1.078, - 10458, - 1.078, - 10459, - 4.056, + 0.516, 10460, - 1.078, + 0.565, 10461, - 1.078, + 2.409, 10462, - 1.078, + 0.565, 10463, - 1.078, + 2.789, 10464, - 1.078, + 0.565, 10465, - 1.992, + 0.565, 10466, - 0.562, + 1.083, 10467, - 1.078, + 2.001, 10468, - 2.777, + 2.001, 10469, - 1.078, + 3.473, 10470, - 0.562, + 2.001, 10471, - 0.562, + 0.565, 10472, - 1.078, + 5.688, 10473, - 0.562, + 4.072, 10474, - 1.553, + 5.072, 10475, - 1.078, + 0.565, 10476, - 1.078, + 0.565, 10477, - 0.562, + 2.789, 10478, - 0.562, + 2.789, 10479, - 1.078, + 2.789, 10480, - 1.992, + 2.789, 10481, - 0.562, + 1.083, 10482, - 1.078, + 1.083, 10483, - 1.078, + 0.565, 10484, - 0.562, + 1.56, 10485, - 0.562, + 2.001, 10486, - 0.562, + 0.565, 10487, - 0.562, + 1.56, 10488, - 0.562, + 1.083, 10489, - 0.562, + 1.083, 10490, - 1.553, + 1.56, 10491, - 0.562, + 2.001, 10492, - 0.562, + 1.083, 10493, - 0.562, + 3.473, 10494, - 0.562, + 2.001, 10495, - 0.562, + 0.565, 10496, - 1.553, + 4.843, 10497, - 1.078, + 1.56, 10498, - 0.562, + 3.782, 10499, - 0.562, + 0.565, 10500, - 0.562, + 0.565, 10501, - 0.562, + 1.56, 10502, - 1.078, + 0.565, 10503, - 0.562, + 0.565, 10504, - 0.562, + 1.083, 10505, - 0.562, + 2.001, 10506, - 0.562, + 2.789, 10507, - 0.562, + 6.814, 10508, - 1.078, + 2.001, 10509, - 0.562, + 3.473, 10510, - 0.562, + 0.565, 10511, - 0.514, + 4.601, 10512, - 0.562, + 0.565, 10513, - 0.562, + 2.409, 10514, - 1.078, + 3.473, 10515, - 0.562, + 2.789, 10516, - 0.562, + 1.083, 10517, - 1.078, + 0.565, 10518, - 0.562, + 7.317, 10519, - 0.562, + 5.072, 10520, - 0.562, + 1.083, 10521, - 0.562, + 1.083, 10522, - 0.562, + 1.083, 10523, - 0.562, + 0.565, 10524, - 0.562, + 1.083, 10525, - 0.562, + 1.083, 10526, - 0.562, + 1.083, 10527, - 1.078, + 1.083, 10528, - 1.078, + 1.083, 10529, - 0.562, + 1.083, 10530, - 0.562, + 4.072, 10531, - 0.562, + 1.083, 10532, - 0.562, + 1.083, 10533, - 0.562, + 1.083, 10534, - 0.514, + 1.083, 10535, - 0.562, + 1.083, 10536, - 1.078, + 2.001, 10537, - 0.562, + 0.565, 10538, - 0.514, + 1.083, 10539, - 1.078, + 2.789, 10540, - 0.562, + 1.083, 10541, - 0.562, + 0.565, 10542, - 0.562, + 0.565, 10543, - 0.562, + 1.083, 10544, - 0.562, + 0.565, 10545, - 0.562, + 1.56, 10546, - 0.562, + 1.083, 10547, - 1.078, + 1.083, 10548, - 0.562, + 0.565, 10549, - 0.562, + 0.565, 10550, - 0.562, + 1.083, 10551, - 0.562, + 2.001, 10552, - 0.562, + 0.565, 10553, - 0.562, + 1.083, 10554, - 0.562, + 1.083, 10555, - 1.078, + 0.565, 10556, - 1.992, + 0.565, 10557, - 0.562, + 0.565, 10558, - 0.562, + 0.565, 10559, - 0.562, + 0.565, 10560, - 0.562, + 0.565, 10561, - 1.078, + 1.56, 10562, - 0.562, + 0.565, 10563, - 0.562, + 0.565, 10564, - 0.562, + 0.565, 10565, - 0.562, + 0.565, 10566, - 0.562, + 0.565, 10567, - 0.562, + 1.56, 10568, - 0.562 + 1.083, + 10569, + 0.565, + 10570, + 0.565, + 10571, + 0.565, + 10572, + 0.565, + 10573, + 1.083, + 10574, + 0.565, + 10575, + 0.565, + 10576, + 0.565, + 10577, + 0.565, + 10578, + 0.565, + 10579, + 1.083, + 10580, + 0.565, + 10581, + 0.565, + 10582, + 0.516, + 10583, + 0.565, + 10584, + 0.565, + 10585, + 1.083, + 10586, + 0.565, + 10587, + 0.565, + 10588, + 1.083, + 10589, + 0.565, + 10590, + 0.565, + 10591, + 0.565, + 10592, + 0.565, + 10593, + 0.565, + 10594, + 0.565, + 10595, + 0.565, + 10596, + 0.565, + 10597, + 0.565, + 10598, + 1.083, + 10599, + 1.083, + 10600, + 0.565, + 10601, + 0.565, + 10602, + 0.565, + 10603, + 0.565, + 10604, + 0.565, + 10605, + 0.516, + 10606, + 0.565, + 10607, + 1.083, + 10608, + 0.565, + 10609, + 0.516, + 10610, + 1.083, + 10611, + 0.565, + 10612, + 0.565, + 10613, + 0.565, + 10614, + 0.565, + 10615, + 0.565, + 10616, + 0.565, + 10617, + 0.565, + 10618, + 1.083, + 10619, + 0.565, + 10620, + 0.565, + 10621, + 0.565, + 10622, + 0.565, + 10623, + 0.565, + 10624, + 0.565, + 10625, + 0.565, + 10626, + 1.083, + 10627, + 2.001, + 10628, + 0.565, + 10629, + 0.565, + 10630, + 0.565, + 10631, + 0.565, + 10632, + 1.083, + 10633, + 0.565, + 10634, + 0.565, + 10635, + 0.565, + 10636, + 0.565, + 10637, + 0.565, + 10638, + 0.565, + 10639, + 0.565 ] ], [ @@ -107006,359 +107318,359 @@ "data/ref/stable/dmBuffer", [ 7, - 1.037, + 1.039, 18, 1.135, 20, - 1.253, + 1.255, 28, - 1.897, + 1.904, 30, - 3.934, + 3.938, 36, - 0.78, + 0.783, 38, - 1.091, + 1.093, 46, - 1.049, + 1.052, 52, - 2.025, + 2.029, 55, - 2.893, + 2.9, 57, - 1.503, + 1.504, 59, - 0.544, + 0.546, 77, - 1.849, + 1.852, 79, 1.032, 86, - 1.271, + 1.275, 96, - 1.24, + 1.245, 99, 1.086, 102, - 1.006, + 1.004, 107, - 0.745, + 0.747, 113, - 1.474, + 1.477, 116, - 1.523, + 1.528, 125, - 1.191, + 1.195, 126, - 1.772, + 1.775, 132, - 2.527, + 2.533, 141, - 2.231, + 2.237, 142, - 3.16, + 3.163, 144, - 2.056, + 2.063, 148, - 0.803, + 0.806, 158, - 2.416, + 2.421, 169, - 0.897, + 0.9, 177, - 1.845, + 1.85, 199, - 1.677, + 1.682, 202, - 3.672, + 3.653, 226, - 1.678, + 1.682, 240, - 1.113, + 1.117, 241, - 0.838, + 0.841, 247, - 2.953, + 2.957, 256, - 0.879, + 0.882, 263, - 3.112, + 3.115, 268, - 2.27, + 2.272, 269, - 0.888, + 0.891, 282, - 1.939, + 1.945, 369, - 2.638, + 2.647, 387, - 1.38, + 1.385, 392, - 3.724, + 3.727, 411, - 2.031, + 2.038, 479, - 3.35, + 3.355, 490, - 3.939, + 3.944, 534, - 1.839, + 1.846, 561, - 1.24, + 1.245, 573, - 1.468, + 1.473, 602, - 2.975, + 2.981, 612, - 4.402, + 4.411, 620, - 2.031, + 2.038, 622, - 1.897, + 1.904, 634, - 2.907, + 2.913, 644, - 1.939, + 1.945, 685, - 1.595, + 1.601, 773, - 1.418, + 1.423, 866, - 1.458, + 1.463, 874, - 3.092, + 3.1, 890, - 5.402, + 5.407, 891, - 2.495, + 2.5, 901, - 2.606, + 2.613, 941, - 1.535, + 1.54, 978, - 1.546, + 1.552, 1010, - 2.478, + 2.484, 1019, - 3.374, + 3.379, 1039, - 5.297, + 5.303, 1041, - 5.461, + 5.463, 1042, - 2.578, + 2.587, 1062, - 2.138, + 2.146, 1155, - 1.897, + 1.904, 1172, - 4.98, + 4.986, 1202, - 4.477, + 4.483, 1266, - 3.193, + 3.204, 1306, - 2.473, + 2.482, 1309, - 5.369, + 5.375, 1311, - 2.524, + 2.532, 1329, - 3.608, + 3.617, 1426, - 2.383, + 2.391, 1434, - 1.961, + 1.967, 1459, - 2.999, + 3.005, 1465, - 2.915, + 2.92, 1548, - 3.251, + 3.259, 1597, - 2.267, + 2.274, 1629, - 1.753, + 1.759, 1814, - 4.706, + 4.667, 2028, - 2.638, + 2.647, 2042, - 4.945, + 4.953, 2084, - 2.524, + 2.532, 2117, - 2.578, + 2.587, 2135, - 5.219, + 5.23, 2323, - 4.134, + 4.143, 2358, - 5.847, + 5.854, 2360, - 3.966, + 3.974, 2382, - 3.739, + 3.748, 2441, - 2.056, + 2.063, 2517, - 5.55, + 5.561, 2563, - 2.776, + 2.786, 2565, - 4.065, + 4.075, 2718, - 4.278, + 4.289, 2736, - 5.017, + 5.024, 2779, - 3.818, + 3.826, 2780, - 3.739, + 3.748, 2888, - 8.562, + 8.568, 2952, - 2.11, + 2.117, 3237, - 4.278, + 4.289, 3646, - 3.209, + 3.217, 3712, - 1.897, + 1.904, 3897, - 2.473, + 2.482, 4197, - 5.514, + 5.529, 4416, - 3.062, + 3.072, 4514, - 2.524, + 2.532, 4603, - 2.952, + 2.962, 4646, - 2.859, + 2.868, 4746, - 4.561, + 4.57, 5076, - 3.062, + 3.072, 5459, - 8.092, + 8.103, 6078, - 3.062, + 3.072, 6127, - 4.278, + 4.177, 6473, - 5.888, + 5.894, 6763, - 6.411, + 6.416, 6880, - 6.727, + 6.741, 6883, - 6.312, + 6.326, 6923, - 3.193, + 3.204, 6972, - 2.952, - 7311, - 5.445, - 7323, - 2.776, - 8022, - 3.358, - 8151, - 4.065, - 8156, - 6.312, - 10569, - 3.914, - 10570, - 11.613, - 10571, - 8.985, - 10572, - 10.379, - 10573, - 10.146, - 10574, - 10.629, - 10575, - 3.914, - 10576, - 3.914, - 10577, - 6.03, - 10578, - 6.03, - 10579, - 3.914, - 10580, - 3.914, - 10581, - 3.914, - 10582, - 3.914, - 10583, - 3.914, - 10584, - 3.914, - 10585, - 3.914, - 10586, - 3.914, - 10587, - 3.914, - 10588, - 3.914, - 10589, - 3.914, - 10590, - 3.914, - 10591, - 8.927, - 10592, - 3.914, - 10593, - 3.914, - 10594, - 3.914, - 10595, - 3.914, - 10596, - 3.914, - 10597, - 3.914, - 10598, - 6.03, - 10599, - 3.914, - 10600, - 3.914, - 10601, - 3.914, - 10602, - 3.914, - 10603, - 3.914, - 10604, - 3.914, - 10605, - 3.914, - 10606, - 3.914, - 10607, - 3.914, - 10608, - 7.357, - 10609, - 3.914, - 10610, - 3.914, - 10611, - 3.914, - 10612, - 3.914, - 10613, - 3.914 + 2.962, + 7325, + 5.455, + 7337, + 2.786, + 8048, + 3.37, + 8177, + 4.075, + 8182, + 6.326, + 10640, + 3.927, + 10641, + 11.62, + 10642, + 8.996, + 10643, + 10.386, + 10644, + 10.157, + 10645, + 10.639, + 10646, + 3.927, + 10647, + 3.927, + 10648, + 6.046, + 10649, + 6.046, + 10650, + 3.927, + 10651, + 3.927, + 10652, + 3.927, + 10653, + 3.927, + 10654, + 3.927, + 10655, + 3.927, + 10656, + 3.927, + 10657, + 3.927, + 10658, + 3.927, + 10659, + 3.927, + 10660, + 3.927, + 10661, + 3.927, + 10662, + 8.941, + 10663, + 3.927, + 10664, + 3.927, + 10665, + 3.927, + 10666, + 3.927, + 10667, + 3.927, + 10668, + 3.927, + 10669, + 6.046, + 10670, + 3.927, + 10671, + 3.927, + 10672, + 3.927, + 10673, + 3.927, + 10674, + 3.927, + 10675, + 3.927, + 10676, + 3.927, + 10677, + 3.927, + 10678, + 3.927, + 10679, + 7.372, + 10680, + 3.927, + 10681, + 3.927, + 10682, + 3.927, + 10683, + 3.927, + 10684, + 3.927 ] ], [ @@ -107372,913 +107684,913 @@ "data/ref/stable/base", [ 7, - 1.308, + 1.31, 8, - 1.16, + 1.165, 9, - 1.697, + 1.703, 10, - 1.235, + 1.238, 18, 1.142, 20, - 1.561, + 1.562, 27, - 1.014, + 1.019, 30, - 2.383, + 2.389, 36, - 1.746, + 1.749, 38, - 1.158, + 1.159, 45, - 1.181, + 1.186, 46, - 1.565, + 1.567, 52, - 1.995, + 1.999, 56, - 0.682, + 0.685, 57, - 1.455, + 1.456, 59, - 0.948, + 0.949, 60, - 2.758, + 2.762, 62, - 1.022, + 1.026, 63, - 0.849, + 0.853, 77, - 2.027, + 2.029, 78, - 0.777, + 0.781, 79, - 1.023, + 1.024, 86, - 2.047, + 2.053, 90, - 0.417, + 0.419, 96, - 0.98, + 0.984, 99, - 1.01, + 1.011, 100, - 1.921, + 1.924, 102, - 0.795, + 0.794, 103, - 1.668, + 1.672, 106, - 1.753, + 1.755, 107, - 1.707, + 1.71, 108, - 1.679, + 1.684, 109, - 0.657, + 0.655, 113, - 1.654, + 1.657, 115, - 1.279, + 1.285, 121, - 1.372, + 1.377, 122, - 1.291, + 1.296, 124, - 1.808, + 1.815, 125, - 0.533, + 0.535, 126, - 1.639, + 1.642, 132, - 1.062, + 1.066, 140, - 0.807, + 0.811, 141, - 1.851, + 1.857, 142, - 2.603, + 2.608, 148, - 1.487, + 1.49, 150, - 1.446, + 1.45, 153, - 1.644, + 1.648, 158, - 0.904, + 0.907, 160, - 2.353, + 2.345, 165, - 3.241, + 3.244, 168, - 0.92, + 0.924, 169, - 1.363, + 1.365, 171, - 1.585, + 1.591, 172, - 1.359, + 1.353, 177, - 1.929, + 1.934, 178, - 1.545, + 1.551, 196, - 1.975, + 1.981, 201, - 1.855, + 1.859, 202, - 1.355, + 1.352, 207, - 2.267, + 2.272, 208, - 1.359, + 1.365, 210, - 0.708, + 0.712, 211, - 0.784, + 0.788, 228, - 0.744, + 0.741, 229, - 0.567, + 0.569, 230, - 1.076, + 1.08, 239, - 0.77, + 0.774, 240, - 1.624, + 1.629, 241, - 1.875, + 1.878, 243, - 1.531, + 1.537, 244, - 3.727, + 3.705, 247, - 2.731, + 2.736, 250, - 1.933, + 1.939, 256, - 1.714, + 1.717, 257, - 1.639, + 1.645, 260, - 1.398, + 1.403, 263, - 3.297, + 3.3, 266, - 1.372, + 1.377, 268, - 2.204, + 2.206, 269, - 0.701, + 0.704, 273, - 2.161, + 2.165, 280, - 0.687, + 0.69, 288, - 0.944, + 0.948, 309, - 1.031, + 1.035, 330, - 1.595, + 1.601, 332, - 1.901, + 1.906, 333, - 1.615, + 1.62, 336, - 1.321, + 1.327, 337, - 2.621, + 2.631, 341, - 1.498, + 1.488, 342, - 1.384, + 1.39, 351, - 0.909, + 0.913, 353, - 0.703, + 0.701, 358, - 3.138, + 3.146, 368, - 1.423, + 1.428, 380, - 0.622, + 0.625, 392, - 1.453, + 1.458, 402, - 0.932, + 0.936, 407, - 1.107, + 1.112, 411, - 1.604, + 1.61, 433, - 0.714, + 0.717, 442, - 2.824, + 2.832, 443, - 1.429, + 1.436, 452, - 0.899, + 0.902, 453, - 1.014, + 1.019, 454, - 0.697, + 0.701, 469, - 2.102, + 2.11, 471, - 1.341, + 1.346, 472, - 0.807, + 0.811, 473, - 0.77, + 0.774, 479, - 2.555, + 2.562, 489, - 3.549, + 3.556, 490, - 1.291, + 1.296, 492, - 1.79, + 1.797, 496, - 2.328, + 2.336, 497, - 0.898, + 0.902, 500, - 2.644, + 2.65, 505, - 2.127, + 2.134, 509, - 0.909, + 0.913, 510, - 1.838, + 1.844, 516, - 4.111, + 4.12, 521, - 0.61, + 0.612, 541, - 0.932, + 0.936, 546, - 3.079, + 3.088, 550, - 1.93, + 1.937, 553, - 2.041, + 2.047, 554, - 0.657, + 0.66, 555, - 0.549, + 0.548, 556, - 2.591, + 2.598, 560, - 2.621, + 2.631, 561, - 0.98, + 0.984, 573, - 1.16, + 1.164, 574, - 0.84, + 0.844, 581, - 1.666, + 1.673, 583, - 5.282, + 5.291, 595, - 0.944, + 0.948, 601, - 1.12, + 1.124, 620, - 2.153, + 2.16, 622, - 0.849, + 0.853, 629, - 0.527, + 0.529, 631, - 1.531, + 1.537, 634, - 1.977, + 1.983, 636, - 1.185, + 1.19, 638, - 1.107, + 1.112, 664, - 1.279, + 1.285, 672, - 4.992, + 4.948, 675, - 0.672, + 0.675, 685, - 0.714, + 0.717, 691, - 1.747, + 1.752, 692, - 0.657, + 0.66, 701, - 2.179, + 2.187, 703, - 1.212, + 1.217, 705, - 1.154, + 1.159, 716, - 0.999, + 1.003, 721, - 1.37, + 1.376, 740, - 1.566, + 1.573, 744, - 0.849, + 0.853, 747, - 2.812, + 2.821, 749, - 3.445, + 3.454, 750, - 3.056, + 3.065, 752, - 2.306, + 2.313, 754, - 1.048, + 1.053, 769, - 1.993, + 2.001, 773, - 1.503, + 1.508, 774, - 1.397, + 1.403, 775, - 0.97, + 0.975, 792, - 1.763, + 1.77, 801, - 0.858, + 0.862, 827, - 2.402, + 2.411, 834, - 0.868, + 0.872, 845, - 1.181, + 1.186, 848, - 2.055, + 2.062, 856, - 1.24, + 1.245, 860, - 0.888, + 0.892, 866, - 1.864, + 1.87, 873, - 1.21, + 1.215, 877, - 1.181, + 1.159, 879, - 1.031, + 1.035, 882, - 6.228, + 6.24, 898, - 0.622, + 0.625, 901, - 1.792, + 1.799, 903, - 0.944, + 0.948, 905, - 2.441, + 2.45, 907, - 1.154, + 1.159, 914, - 0.732, + 0.735, 917, - 3.276, + 3.284, 918, - 2.739, + 2.747, 919, - 0.898, + 0.902, 928, - 3.457, + 3.468, 931, - 1.148, + 1.14, 955, - 1.503, + 1.51, 960, - 0.799, + 0.795, 978, - 0.692, + 0.695, 984, - 1.321, + 1.327, 987, - 1.645, + 1.651, 999, - 0.807, + 0.811, 1025, - 2.863, + 2.87, 1034, - 0.672, + 0.675, 1039, - 1.666, + 1.673, 1043, - 1.336, + 1.341, 1052, - 0.92, + 0.924, 1053, - 1.242, + 1.248, 1081, - 1.066, + 1.071, 1082, - 1.953, + 1.961, 1104, - 1.988, + 1.994, 1109, - 2.011, + 2.018, 1120, - 1.819, + 1.826, 1124, - 1.129, + 1.135, 1135, - 2.083, + 2.092, 1136, - 1.086, + 1.091, 1138, - 1.503, + 1.51, 1139, - 0.984, + 0.989, 1146, - 0.757, + 0.76, 1147, - 1.321, + 1.327, 1157, - 0.92, + 0.924, 1172, - 0.888, + 0.892, 1198, - 2.366, + 2.374, 1206, - 1.242, + 1.248, 1218, - 5.41, + 5.422, 1221, - 2.055, + 2.062, 1224, - 1.483, + 1.488, 1269, - 5.263, + 5.271, 1272, - 1.841, + 1.848, 1285, - 1.321, + 1.327, 1295, - 4.05, + 4.054, 1296, - 2.537, + 2.544, 1298, - 1.107, + 1.112, 1307, - 1.916, + 1.889, 1309, - 2.266, + 2.274, 1312, - 1.279, + 1.285, 1322, - 3.91, + 3.919, 1323, - 0.732, + 0.735, 1328, - 1.321, + 1.327, 1343, - 2.298, + 2.306, 1401, - 1.066, + 1.071, 1403, - 0.831, + 0.835, 1406, - 2.284, + 2.291, 1411, - 1.324, + 1.329, 1415, - 2.135, + 2.144, 1421, - 1.066, + 1.071, 1429, - 2.083, + 2.092, 1434, - 2.078, + 2.086, 1459, - 4.636, + 4.639, 1465, - 3.005, + 3.01, 1471, - 1.531, + 1.537, 1472, - 4.017, + 4.024, 1479, - 2.441, + 2.45, 1495, - 1.712, + 1.719, 1509, - 1.21, + 1.215, 1529, - 3.385, + 3.397, 1551, - 3.245, + 3.257, 1589, - 1.181, + 1.186, 1590, - 1.048, + 1.053, 1602, - 0.858, + 0.862, 1628, - 1.718, + 1.725, 1652, - 3.245, + 3.257, 1658, - 2.943, + 2.953, 1661, - 1.548, + 1.555, 1662, - 1.359, + 1.365, 1672, - 2.236, + 2.244, 1684, - 1.014, + 1.019, 1690, - 1.181, + 1.186, 1696, - 1.066, + 1.071, 1713, - 1.624, + 1.63, 1774, - 0.888, + 0.892, 1823, - 4.412, + 4.346, 1875, - 2.193, + 2.201, 1908, - 0.792, + 0.795, 1931, - 0.944, + 0.948, 1982, - 4.591, + 4.547, 2015, - 5.14, + 5.152, 2028, - 1.181, + 1.186, 2035, - 1.086, + 1.091, 2042, - 0.97, + 0.975, 2087, - 1.953, + 1.961, 2088, - 1.279, + 1.285, 2114, - 1.107, + 1.112, 2123, - 1.763, + 1.77, 2164, - 0.757, + 0.76, 2182, - 0.898, + 0.902, 2225, - 1.429, + 1.436, 2226, - 1.129, + 1.112, 2268, - 3.624, + 3.633, 2286, - 1.916, + 1.924, 2297, - 1.993, + 2.001, 2379, - 1.129, + 1.135, 2389, - 1.014, + 1.019, 2433, - 1.048, + 1.053, 2440, - 3.859, + 3.867, 2441, - 1.624, + 1.63, 2471, - 1.429, + 1.436, 2498, - 1.129, + 1.112, 2532, - 1.993, + 2.001, 2542, - 1.916, + 1.924, 2548, - 1.031, + 1.035, 2550, - 1.014, + 1.019, 2568, - 1.953, + 1.961, 2594, - 1.429, + 1.436, 2640, - 1.242, + 1.248, 2657, - 0.984, + 0.989, 2683, - 1.242, + 1.248, 2684, - 1.819, + 1.826, 2690, - 2.898, + 2.907, 2709, - 1.181, + 1.186, 2775, - 0.944, + 0.948, 2777, - 1.321, + 1.327, 2822, - 1.882, + 1.889, 2854, - 2.675, + 2.684, 2871, - 0.999, + 1.003, 2875, - 3.046, + 3.056, 2897, - 2.257, + 2.266, 2916, - 1.107, + 1.112, 2967, - 1.154, + 1.159, 2994, - 2.733, + 2.742, 3021, - 1.086, + 1.091, 3088, - 4.308, + 4.321, 3090, - 4.9, + 4.915, 3131, - 1.429, + 1.436, 3204, - 2.331, + 2.341, 3241, - 1.429, + 1.436, 3308, - 1.503, + 1.51, 3388, - 1.503, + 1.51, 3410, - 1.429, + 1.436, 3415, - 2.734, + 2.743, 3442, - 2.193, + 2.201, 3527, - 2.796, + 2.806, 3569, - 1.21, + 1.215, 3610, - 2.236, + 2.244, 3702, - 2.826, + 2.838, 3713, - 1.819, + 1.826, 3925, - 1.321, + 1.327, 3972, - 4.94, + 4.947, 3984, - 1.737, + 1.719, 4126, - 1.37, + 1.376, 4184, - 1.429, + 1.436, 4185, - 1.429, + 1.436, 4207, - 3.457, + 3.468, 4260, - 1.503, + 1.51, 4400, - 2.193, + 2.201, 4565, - 1.602, + 1.609, 4580, - 1.503, + 1.51, 4697, - 1.503, + 1.51, 4703, - 2.652, + 2.663, 4727, - 2.826, + 2.838, 4745, - 1.882, + 1.889, 4875, - 1.279, + 1.285, 5156, - 2.331, + 2.341, 5177, - 2.652, + 2.663, 5210, - 6.626, + 6.642, 5211, - 5.217, + 5.227, 5214, - 1.602, + 1.609, 5280, - 2.418, + 2.428, 5366, - 1.429, + 1.436, 5384, - 1.503, + 1.51, 5553, - 1.37, + 1.376, 5711, - 1.602, + 1.609, 5721, - 1.279, + 1.285, 5746, - 1.503, + 1.51, 5753, - 1.279, + 1.285, 5830, - 1.321, + 1.327, 5920, - 1.429, + 1.436, 5923, - 1.242, + 1.248, 6074, - 4.294, + 4.308, 6127, - 1.242, + 1.215, 6157, - 1.602, + 1.609, 6443, - 3.559, + 3.572, 6947, - 2.652, - 7095, - 1.37, - 7097, - 2.826, - 7105, - 2.652, - 7106, - 2.652, - 7108, - 1.503, - 7123, - 1.321, - 7173, - 4.66, - 7407, - 4.294, - 7457, - 1.429, - 7491, - 1.429, - 7969, - 1.503, - 8563, - 2.826, - 8579, - 2.652, - 8714, - 1.37, - 8721, - 1.602, - 8724, - 3.793, - 8801, - 1.602, - 9048, - 1.429, - 9302, - 1.602, - 9304, - 1.602, - 9307, - 1.602, - 9308, - 2.826, - 9309, - 4.576, - 9310, - 2.826, - 9337, - 2.826, - 9338, - 1.602, - 9355, - 6.544, - 9386, - 2.826, - 9398, - 1.429, - 9483, - 3.793, - 9497, - 1.602, - 9504, - 5.765, - 9509, - 2.826, - 9743, - 1.602, - 9754, - 1.503, - 10307, - 1.602, - 10322, - 1.602, - 10511, - 1.602, - 10534, - 2.826, - 10614, - 3.091, - 10615, - 1.751, - 10616, - 1.751, - 10617, - 1.751, - 10618, - 1.751, - 10619, - 1.751, - 10620, - 1.751, - 10621, - 1.751, - 10622, - 5.004, - 10623, - 1.751, - 10624, - 3.091, - 10625, - 1.751, - 10626, - 1.751, - 10627, - 1.751, - 10628, - 1.751, - 10629, - 3.091, - 10630, - 3.091, - 10631, - 1.751, - 10632, - 1.751, - 10633, - 4.148, - 10634, - 1.751, - 10635, - 1.751, - 10636, - 1.751, - 10637, - 1.751, - 10638, - 1.751, - 10639, - 1.751, - 10640, - 1.751, - 10641, - 1.751, - 10642, - 5.222, - 10643, - 2.826, - 10644, - 1.751, - 10645, - 1.751, - 10646, - 1.751, - 10647, - 3.091, - 10648, - 1.751, - 10649, - 1.751, - 10650, - 1.751, - 10651, - 1.751, - 10652, - 1.751, - 10653, - 1.751, - 10654, - 3.091, - 10655, - 1.751, - 10656, - 1.751, - 10657, - 1.751, - 10658, - 1.751, - 10659, - 1.751, - 10660, - 1.751, - 10661, - 5.711 + 2.663, + 7109, + 1.376, + 7111, + 2.838, + 7119, + 2.663, + 7120, + 2.663, + 7122, + 1.51, + 7137, + 1.327, + 7187, + 4.674, + 7421, + 4.308, + 7471, + 1.436, + 7505, + 1.436, + 7995, + 1.51, + 8596, + 2.838, + 8612, + 2.663, + 8747, + 1.376, + 8754, + 1.609, + 8757, + 3.807, + 8834, + 1.609, + 9116, + 1.436, + 9370, + 1.609, + 9372, + 1.609, + 9375, + 1.609, + 9376, + 2.838, + 9377, + 4.59, + 9378, + 2.838, + 9405, + 2.838, + 9406, + 1.609, + 9423, + 6.558, + 9454, + 2.838, + 9466, + 1.436, + 9551, + 3.807, + 9565, + 1.609, + 9572, + 5.781, + 9577, + 2.838, + 9812, + 1.609, + 9823, + 1.51, + 10378, + 1.609, + 10393, + 1.609, + 10582, + 1.609, + 10605, + 2.838, + 10685, + 3.103, + 10686, + 1.759, + 10687, + 1.759, + 10688, + 1.759, + 10689, + 1.759, + 10690, + 1.759, + 10691, + 1.759, + 10692, + 1.759, + 10693, + 5.02, + 10694, + 1.759, + 10695, + 3.103, + 10696, + 1.759, + 10697, + 1.759, + 10698, + 1.759, + 10699, + 1.759, + 10700, + 3.103, + 10701, + 3.103, + 10702, + 1.759, + 10703, + 1.759, + 10704, + 4.163, + 10705, + 1.759, + 10706, + 1.759, + 10707, + 1.759, + 10708, + 1.759, + 10709, + 1.759, + 10710, + 1.759, + 10711, + 1.759, + 10712, + 1.759, + 10713, + 5.238, + 10714, + 2.838, + 10715, + 1.759, + 10716, + 1.759, + 10717, + 1.759, + 10718, + 3.103, + 10719, + 1.759, + 10720, + 1.759, + 10721, + 1.759, + 10722, + 1.759, + 10723, + 1.759, + 10724, + 1.759, + 10725, + 3.103, + 10726, + 1.759, + 10727, + 1.759, + 10728, + 1.759, + 10729, + 1.759, + 10730, + 1.759, + 10731, + 1.759, + 10732, + 5.728 ] ], [ @@ -108294,67 +108606,67 @@ 20, 1.655, 60, - 3.295, + 3.296, 99, - 1.051, + 1.052, 202, - 4.14, + 4.115, 268, 2.543, 280, - 4.883, + 4.884, 574, - 5.68, + 5.681, 811, - 6.169, + 6.17, 849, - 4.217, + 4.221, 866, - 4.411, + 4.413, 1019, - 3.591, + 3.594, 1093, - 5.592, + 5.597, 1099, - 6.405, + 6.411, 1254, - 5.503, + 5.508, 1406, - 5.404, + 5.405, 2323, - 5.34, + 5.345, 2690, - 6.857, + 6.86, 3487, - 6.405, - 10662, - 7.444, - 10663, - 7.444, - 10664, - 7.444, - 10665, - 7.444, - 10666, - 7.444, - 10667, - 7.444, - 10668, - 7.444, - 10669, - 7.444, - 10670, - 7.444, - 10671, - 7.444, - 10672, - 7.444, - 10673, - 7.444, - 10674, - 7.444, - 10675, - 7.444 + 6.411, + 10733, + 7.455, + 10734, + 7.455, + 10735, + 7.455, + 10736, + 7.455, + 10737, + 7.455, + 10738, + 7.455, + 10739, + 7.455, + 10740, + 7.455, + 10741, + 7.455, + 10742, + 7.455, + 10743, + 7.455, + 10744, + 7.455, + 10745, + 7.455, + 10746, + 7.455 ] ], [ @@ -108368,177 +108680,177 @@ "data/ref/stable/msg", [ 7, - 1.392, + 1.393, 9, - 2.119, + 2.124, 10, - 1.83, + 1.833, 18, - 1.14, + 1.141, 20, - 1.534, + 1.535, 36, - 2.053, + 2.055, 46, - 1.37, + 1.372, 52, - 1.72, + 1.723, 57, - 1.497, + 1.498, 79, 1.048, 96, - 3.517, + 3.519, 97, - 2.448, + 2.451, 99, - 1.05, + 1.051, 100, - 1.172, + 1.175, 103, - 1.438, + 1.442, 113, - 1.697, + 1.699, 126, - 2.136, + 2.137, 132, - 2.146, + 2.151, 141, - 3.981, + 3.984, 148, - 1.282, + 1.284, 160, - 1.847, + 1.841, 169, - 0.93, + 0.931, 170, - 3.683, + 3.687, 177, - 3.15, + 3.153, 194, - 1.753, + 1.754, 210, - 2.527, + 2.532, 226, - 1.738, + 1.742, 227, - 3.618, + 3.626, 241, - 1.338, + 1.341, 247, - 2.066, + 2.071, 268, - 1.276, + 1.278, 380, - 3.006, + 3.01, 382, - 3.047, + 3.051, 385, - 3.511, + 3.518, 471, - 2.575, + 2.577, 489, - 2.907, + 2.913, 553, - 3.433, + 3.437, 579, - 3.13, + 3.137, 601, - 2.264, + 2.268, 620, - 4.394, + 4.4, 631, - 3.095, + 3.102, 645, - 3.677, + 3.684, 686, - 3.368, + 3.375, 749, - 3.413, + 3.421, 849, - 5.524, + 5.525, 880, - 3.029, + 3.035, 914, - 3.537, + 3.542, 931, - 2.849, + 2.822, 978, - 2.469, + 2.474, 1019, - 4.067, + 4.07, 1025, - 4.068, + 4.072, 1055, - 4.829, + 4.836, 1158, - 2.879, + 2.885, 1293, - 4.713, + 4.723, 1295, - 3.604, + 3.608, 1343, - 3.461, + 3.468, 1411, - 3.627, + 3.632, 1465, - 4.242, + 4.244, 1472, - 3.792, + 3.798, 1546, - 3.242, + 3.249, 1548, - 3.368, + 3.375, 1594, - 3.563, + 3.571, 1602, - 3.061, + 3.068, 1606, - 3.677, + 3.684, 1621, - 4.291, + 4.297, 1628, - 2.588, + 2.594, 1631, - 5.249, + 5.257, 1650, - 3.738, + 3.746, 1663, - 9.415, + 9.423, 1713, - 3.282, + 3.289, 1823, - 3.804, + 3.746, 2164, - 3.659, + 3.664, 2220, - 3.738, + 3.746, 2383, - 5.249, + 5.257, 2498, - 4.029, + 3.956, 2871, - 3.563, + 3.571, 2925, - 5.46, + 5.468, 3073, - 4.713, + 4.723, 3108, - 7.86, + 7.866, 3395, - 7.743, + 7.754, 4483, - 4.432, + 4.442, 5978, - 5.361, - 7319, - 8.241, - 7935, - 4.888, - 10676, - 6.248, - 10677, - 6.248 + 5.372, + 7333, + 8.25, + 7961, + 4.898, + 10747, + 6.261, + 10748, + 6.261 ] ], [ @@ -108552,561 +108864,561 @@ "data/ref/stable/sound", [ 7, - 1.279, + 1.281, 9, - 1.29, + 1.295, 10, - 0.822, + 0.825, 18, 1.14, 20, - 1.58, + 1.581, 22, - 1.563, + 1.568, 27, - 2.202, + 2.21, 28, - 1.078, + 1.082, 30, - 0.84, + 0.844, 31, - 5.977, + 5.983, 36, - 1.176, + 1.179, 38, - 0.904, + 0.906, 46, - 1.544, + 1.545, 52, - 2.241, + 2.245, 57, - 1.422, + 1.423, 59, 1.009, 60, - 1.386, + 1.391, 70, - 2.484, + 2.491, 75, - 3.875, + 3.881, 77, - 0.46, + 0.462, 78, - 0.987, + 0.991, 79, 0.979, 86, - 2.346, + 2.351, 90, - 1.94, + 1.944, 92, - 1.526, + 1.532, 94, - 1.769, + 1.776, 96, - 3.082, + 3.086, 97, - 0.643, + 0.646, 99, 1.047, 100, - 1.912, + 1.915, 102, - 1.281, + 1.279, 103, - 1.778, + 1.781, 105, - 3.535, + 3.541, 106, - 1.742, + 1.744, 107, - 1.122, + 1.125, 108, - 0.654, + 0.656, 111, - 1.588, + 1.594, 113, - 2.113, + 2.115, 124, - 0.969, + 0.973, 125, - 2.198, + 2.203, 126, - 1.964, + 1.967, 128, - 1.884, + 1.87, 141, - 0.822, + 0.826, 142, - 3.264, + 3.267, 148, - 1.36, + 1.363, 153, - 1.504, + 1.508, 158, - 2.787, + 2.791, 165, - 2.665, + 2.669, 166, - 1.045, + 1.049, 167, - 1.538, + 1.544, 169, - 1.075, + 1.077, 170, - 1.458, + 1.464, 175, - 0.969, + 0.973, 194, - 1.209, + 1.213, 198, - 1.606, + 1.611, 201, - 0.854, + 0.858, 202, - 0.726, + 0.725, 210, - 0.899, + 0.903, 229, - 1.615, + 1.618, 230, - 0.774, + 0.777, 233, - 1.499, + 1.505, 239, - 0.978, + 0.982, 240, - 1.417, + 1.421, 241, - 1.419, + 1.423, 244, - 1.469, + 1.464, 247, - 2.692, + 2.698, 256, - 2.185, + 2.188, 263, - 3.419, + 3.421, 268, - 2.02, + 2.023, 269, - 1.928, + 1.932, 273, - 0.939, + 0.942, 295, - 2.718, + 2.725, 330, - 3.155, + 3.159, 333, - 2.882, + 2.886, 334, - 2.107, + 2.114, 347, - 1.434, + 1.44, 356, - 7.06, + 7.075, 387, - 0.784, + 0.787, 392, - 1.332, + 1.337, 432, - 2.698, + 2.708, 441, - 1.114, + 1.119, 456, - 3.573, + 3.582, 457, - 1.769, + 1.775, 459, - 1.769, + 1.776, 471, - 1.336, + 1.34, 489, - 1.035, + 1.039, 490, - 3.225, + 3.232, 497, - 3.024, + 3.033, 510, - 1.397, + 1.402, 513, - 1.973, + 1.981, 543, - 1.999, + 2.006, 547, - 1.308, + 1.314, 554, - 1.427, + 1.432, 556, - 3.173, + 3.179, 561, - 0.705, + 0.708, 568, - 5.561, + 5.568, 601, - 0.806, + 0.809, 623, - 0.987, + 0.991, 648, - 1.078, + 1.082, 679, - 1.703, + 1.71, 680, - 1.998, + 2.005, 691, - 1.163, + 1.168, 701, - 4.056, + 4.065, 716, - 1.268, + 1.273, 728, - 1.863, + 1.87, 752, - 3.054, + 3.062, 765, - 0.779, + 0.782, 773, - 0.806, + 0.809, 819, - 2.238, + 2.246, 849, - 3.206, + 3.214, 856, - 1.999, + 2.006, 859, - 1.114, + 1.119, 866, - 1.856, + 1.862, 891, - 0.754, + 0.757, 897, - 3.213, + 3.223, 898, - 3.513, + 3.518, 913, - 1.405, + 1.411, 914, - 0.929, + 0.933, 919, - 1.95, + 1.957, 931, - 1.632, + 1.619, 948, - 0.878, + 0.882, 1019, - 3.603, + 3.608, 1025, - 3.842, + 3.847, 1030, - 2.033, + 2.042, 1032, - 1.215, + 1.22, 1079, - 1.078, + 1.082, 1105, - 3.283, + 3.293, 1109, - 1.843, + 1.85, 1120, - 2.238, + 2.246, 1131, - 4.033, + 4.04, 1135, - 3.975, + 3.987, 1136, - 4.479, + 4.489, 1137, - 5.921, + 5.928, 1140, - 1.752, + 1.759, 1143, - 3.803, + 3.814, 1160, - 3.529, + 3.539, 1186, - 1.089, + 1.094, 1202, - 1.056, + 1.06, 1226, - 5.438, + 5.445, 1229, - 3.885, + 3.896, 1248, - 2.403, + 2.412, 1249, - 2.975, + 2.986, 1250, - 2.137, + 2.145, 1272, - 2.617, + 2.625, 1295, - 3.054, + 3.06, 1312, - 2.778, + 2.788, 1379, - 1.769, + 1.759, 1406, - 1.736, + 1.742, 1434, - 1.905, + 1.912, 1436, - 1.677, + 1.684, 1465, - 3.362, + 3.367, 1471, - 1.884, + 1.891, 1495, - 1.232, + 1.237, 1507, - 1.378, + 1.384, 1548, - 2.05, + 2.058, 1588, - 1.863, + 1.87, 1607, - 1.288, + 1.293, 1608, - 2.275, + 2.284, 1609, - 3.416, + 3.425, 1621, - 1.127, + 1.132, 1628, - 0.921, + 0.925, 1629, - 0.996, + 1.0, 1631, - 3.089, + 3.099, 1640, - 2.975, + 2.986, 1649, - 1.168, + 1.173, 1650, - 2.275, + 2.284, 1651, - 2.275, + 2.284, 1793, - 2.452, + 2.461, 1807, - 1.066, + 1.071, 1840, - 2.169, + 2.177, 1882, - 0.987, + 0.991, 1885, - 2.202, + 2.21, 1911, - 1.14, + 1.145, 1920, - 1.035, + 1.039, 1929, - 2.651, + 2.626, 1931, - 3.179, + 3.188, 1942, - 3.314, + 3.324, 1973, - 5.085, + 5.094, 2024, - 2.253, + 2.26, 2028, - 2.563, + 2.573, 2070, - 4.879, + 4.889, 2080, - 4.468, + 4.479, 2096, - 2.76, + 2.769, 2115, - 3.103, + 3.114, 2116, - 6.949, + 6.951, 2136, - 2.505, + 2.514, 2190, - 2.202, + 2.21, 2238, - 3.103, + 3.114, 2287, - 7.935, + 7.946, 2433, - 1.33, + 1.336, 2440, - 1.843, + 1.85, 2476, - 1.624, + 1.631, 2503, - 1.465, + 1.471, 2548, - 1.308, + 1.314, 2580, - 1.677, + 1.684, 2582, - 1.288, + 1.273, 2616, - 2.778, + 2.788, 2738, - 5.249, + 5.259, 2837, - 2.403, + 2.412, 2871, - 1.268, + 1.273, 2944, - 1.739, + 1.747, 2955, - 1.268, + 1.273, 3021, - 2.358, + 2.366, 3115, - 10.183, + 10.188, 3134, - 1.33, + 1.336, 3365, - 1.677, + 1.684, 3501, - 4.614, + 4.627, 3504, - 3.103, + 3.114, 3506, - 6.3, + 6.313, 3507, - 5.061, + 5.075, 3508, - 4.556, + 4.571, 3513, - 4.276, + 4.289, 3514, - 3.477, + 3.49, 3515, - 2.033, + 2.042, 3516, - 2.033, + 2.042, 3518, - 8.491, + 8.502, 3519, - 5.393, + 5.409, 3521, - 5.061, + 5.075, 3525, - 2.033, + 2.042, 3528, - 2.033, + 2.042, 3529, - 7.06, + 7.075, 3533, - 2.033, + 2.042, 3534, - 2.033, + 2.042, 3536, - 5.061, + 5.075, 3539, - 2.033, + 2.042, 3546, - 2.033, + 2.042, 3569, - 3.442, + 3.453, 3583, - 2.698, + 2.708, 3693, - 4.978, + 4.989, 3712, - 1.078, + 1.082, 3882, - 1.739, + 1.747, 3972, - 2.05, + 2.058, 3984, - 2.137, + 2.114, 5477, - 2.033, + 2.042, 5673, - 1.499, + 1.471, 5889, - 1.814, + 1.822, 6031, - 2.033, + 2.042, 6159, - 3.477, + 3.49, 6581, - 3.263, + 3.275, 6881, - 2.033, + 2.042, 6962, - 1.908, - 7001, - 2.315, - 7051, - 2.033, - 7206, - 2.033, - 7620, - 3.477, - 8033, - 1.814, - 8614, - 2.033, - 9927, - 3.477, - 10678, - 6.628, - 10679, - 8.81, - 10680, - 7.721, - 10681, - 3.803, - 10682, - 7.225, - 10683, - 4.983, - 10684, - 4.983, - 10685, - 2.223, - 10686, - 3.803, - 10687, - 2.223, - 10688, - 2.223, - 10689, - 2.223, - 10690, - 2.223, - 10691, - 2.223, - 10692, - 2.223, - 10693, - 2.223, - 10694, - 2.223, - 10695, - 2.223, - 10696, - 2.223, - 10697, - 2.223, - 10698, - 2.223, - 10699, - 2.223, - 10700, - 2.223, - 10701, - 5.898, - 10702, - 2.223, - 10703, - 2.223, - 10704, - 2.223, - 10705, - 2.223, - 10706, - 2.223, - 10707, - 4.983 + 1.916, + 7006, + 2.324, + 7056, + 2.042, + 7220, + 2.042, + 7634, + 3.49, + 8059, + 1.822, + 8647, + 2.042, + 9997, + 3.49, + 10749, + 6.645, + 10750, + 8.825, + 10751, + 7.737, + 10752, + 3.817, + 10753, + 7.241, + 10754, + 4.999, + 10755, + 4.999, + 10756, + 2.233, + 10757, + 3.817, + 10758, + 2.233, + 10759, + 2.233, + 10760, + 2.233, + 10761, + 2.233, + 10762, + 2.233, + 10763, + 2.233, + 10764, + 2.233, + 10765, + 2.233, + 10766, + 2.233, + 10767, + 2.233, + 10768, + 2.233, + 10769, + 2.233, + 10770, + 2.233, + 10771, + 2.233, + 10772, + 5.915, + 10773, + 2.233, + 10774, + 2.233, + 10775, + 2.233, + 10776, + 2.233, + 10777, + 2.233, + 10778, + 4.999 ] ], [ @@ -109120,873 +109432,873 @@ "data/ref/stable/dmScript", [ 0, - 0.208, + 0.209, 7, - 1.199, + 1.201, 10, - 0.649, + 0.652, 18, 1.145, 20, - 1.499, + 1.5, 28, - 1.456, + 1.462, 30, - 0.641, + 0.644, 36, - 1.724, + 1.727, 38, - 0.449, + 0.451, 46, - 1.418, + 1.42, 47, - 0.759, + 0.763, 55, - 1.939, + 1.946, 56, - 0.66, + 0.663, 57, - 1.469, + 1.47, 59, - 0.834, + 0.835, 60, - 0.472, + 0.474, 62, - 1.617, + 1.622, 69, - 2.298, + 2.305, 72, - 0.564, + 0.567, 77, - 1.385, + 1.389, 79, 1.014, 86, - 1.313, + 1.318, 90, - 1.332, + 1.337, 96, - 1.55, + 1.555, 97, - 1.787, + 1.792, 99, - 0.994, + 0.995, 100, - 1.049, + 1.052, 102, - 1.039, + 1.038, 103, - 1.126, + 1.129, 106, - 1.458, + 1.461, 107, - 1.687, + 1.689, 108, - 0.883, + 0.887, 109, - 0.636, + 0.635, 113, - 1.815, + 1.818, 119, - 3.611, + 3.62, 125, - 1.23, + 1.234, 126, - 1.834, + 1.837, 130, - 1.032, + 1.037, 132, - 1.68, + 1.685, 141, - 2.474, + 2.481, 142, - 1.838, + 1.843, 148, - 0.616, + 0.619, 149, - 0.645, + 0.648, 150, - 0.76, + 0.764, 153, - 0.385, + 0.387, 158, - 2.083, + 2.088, 160, - 3.642, + 3.623, 165, - 1.599, + 1.603, 167, - 1.215, + 1.22, 169, - 1.06, + 1.063, 174, - 1.648, + 1.654, 177, - 0.519, + 0.521, 178, - 0.632, + 0.635, 194, - 0.309, + 0.311, 196, - 0.586, + 0.589, 201, - 1.762, + 1.766, 202, - 1.597, + 1.593, 227, - 1.74, + 1.747, 229, - 1.777, + 1.779, 240, - 1.39, + 1.395, 241, - 1.324, + 1.328, 256, - 0.381, + 0.383, 263, - 3.611, + 3.612, 268, - 2.345, + 2.346, 269, - 2.133, + 2.137, 273, - 2.009, + 2.013, 280, - 3.851, + 3.856, 300, - 0.939, + 0.944, 330, - 2.757, + 2.762, 333, - 2.218, + 2.223, 342, - 0.759, + 0.763, 358, - 1.384, + 1.39, 368, - 2.858, + 2.862, 390, - 0.714, + 0.717, 392, - 0.594, + 0.597, 405, - 2.451, + 2.461, 441, - 0.85, + 0.853, 452, - 1.625, + 1.63, 457, - 0.602, + 0.605, 459, - 0.789, + 0.793, 471, - 1.084, + 1.088, 479, - 0.636, + 0.639, 481, - 1.74, + 1.72, 482, - 1.384, + 1.39, 489, - 1.881, + 1.888, 490, - 0.708, + 0.712, 496, - 0.789, + 0.793, 510, - 0.623, + 0.626, 516, - 6.306, + 6.31, 521, - 0.59, + 0.593, 523, - 0.88, + 0.884, 524, - 0.568, + 0.571, 533, - 0.939, + 0.944, 534, - 0.797, + 0.801, 536, - 3.683, + 3.694, 543, - 0.68, + 0.684, 550, - 0.789, + 0.793, 553, - 1.074, + 1.078, 554, - 0.636, + 0.639, 555, - 1.531, + 1.527, 556, - 1.661, + 1.667, 560, - 1.072, + 1.076, 563, - 1.072, + 1.056, 574, - 0.813, + 0.817, 588, - 0.88, + 0.884, 601, - 1.088, + 1.093, 602, - 0.686, + 0.689, 603, - 0.708, + 0.712, 612, - 1.797, + 1.804, 620, - 1.559, + 1.565, 631, - 0.84, + 0.844, 634, - 1.597, + 1.603, 666, - 1.117, + 1.122, 672, - 3.112, + 3.09, 679, - 0.759, + 0.763, 691, - 0.919, + 0.923, 702, - 0.85, + 0.853, 713, - 0.902, + 0.895, 716, - 0.967, + 0.972, 745, - 1.171, + 1.177, 749, - 0.926, + 0.931, 754, - 1.015, + 1.019, 760, - 4.745, + 4.757, 773, - 0.614, + 0.617, 803, - 1.171, + 1.177, 811, - 0.84, + 0.844, 832, - 0.813, + 0.817, 849, - 3.481, + 3.488, 854, - 0.939, + 0.944, 856, - 0.68, + 0.684, 859, - 2.026, + 2.033, 863, - 2.266, + 2.275, 866, - 1.506, + 1.512, 874, - 0.869, + 0.873, 890, - 0.88, + 0.884, 891, - 1.658, + 1.664, 913, - 1.072, + 1.076, 914, - 3.99, + 3.996, 915, - 0.65, + 0.653, 931, - 1.547, + 1.535, 944, - 0.869, + 0.873, 948, - 1.597, + 1.603, 987, - 0.902, + 0.906, 999, - 0.781, + 0.785, 1019, - 3.268, + 3.274, 1040, - 1.015, + 1.019, 1041, - 4.44, + 4.446, 1055, - 1.713, + 1.72, 1067, - 0.554, + 0.557, 1075, - 3.466, + 3.477, 1081, - 1.032, + 1.037, 1082, - 2.555, + 2.564, 1099, - 1.143, + 1.148, 1104, - 1.045, + 1.05, 1126, - 3.097, + 3.071, 1140, - 5.44, + 5.443, 1146, - 0.733, + 0.736, 1158, - 0.781, + 0.785, 1166, - 1.74, + 1.747, 1202, - 2.321, + 2.329, 1250, - 1.688, + 1.695, 1254, - 0.982, + 0.987, 1295, - 3.637, + 3.642, 1296, - 0.632, + 0.635, 1309, - 2.209, + 2.217, 1379, - 4.124, + 4.091, 1406, - 0.774, + 0.777, 1411, - 1.287, + 1.292, 1425, - 3.989, + 4.003, 1459, - 3.197, + 3.204, 1465, - 3.195, + 3.2, 1471, - 0.84, + 0.844, 1479, - 1.767, + 1.775, 1484, - 2.266, + 2.275, 1492, - 1.051, + 1.056, 1500, - 2.793, + 2.803, 1519, - 1.384, + 1.39, 1541, - 0.914, + 0.918, 1548, - 4.047, + 4.056, 1553, - 1.455, + 1.462, 1592, - 4.386, + 4.398, 1602, - 0.831, + 0.835, 1604, - 0.891, + 0.895, 1628, - 0.702, + 0.706, 1629, - 2.504, + 2.512, 1632, - 1.072, + 1.076, 1649, - 0.891, + 0.895, 1724, - 0.805, + 0.809, 1814, - 0.767, + 0.763, 1821, - 3.163, + 3.175, 1823, - 2.976, + 2.935, 1871, - 0.822, + 0.826, 1901, - 0.982, + 0.987, 1982, - 0.85, + 0.844, 2030, - 1.143, + 1.148, 2042, - 2.24, + 2.248, 2043, - 2.194, + 2.203, 2060, - 1.279, + 1.285, 2086, - 1.239, + 1.244, 2095, - 1.797, + 1.804, 2096, - 0.939, + 0.944, 2117, - 1.117, + 1.122, 2123, - 1.713, + 1.72, 2136, - 3.221, + 3.232, 2164, - 1.747, + 1.753, 2323, - 1.688, + 1.695, 2344, - 1.384, + 1.39, 2383, - 1.051, + 1.056, 2389, - 0.982, + 0.987, 2440, - 1.96, + 1.967, 2441, - 1.578, + 1.584, 2452, - 1.203, + 1.209, 2459, - 1.279, + 1.285, 2542, - 1.051, + 1.056, 2555, - 1.898, + 1.906, 2560, - 1.455, + 1.462, 2565, - 2.025, + 2.033, 2582, - 0.982, + 0.972, 2683, - 2.868, + 2.879, 2690, - 0.982, + 0.987, 2736, - 0.953, + 0.957, 2750, - 1.072, + 1.076, 2779, - 3.209, + 3.217, 2871, - 0.967, + 0.972, 2925, - 1.093, + 1.098, 2952, - 0.914, + 0.918, 2994, - 1.117, + 1.122, 3094, - 1.171, + 1.177, 3273, - 1.384, + 1.39, 3311, - 2.555, + 2.564, 3325, - 2.194, + 2.203, 3411, - 1.143, + 1.122, 3414, - 1.455, + 1.462, 3423, - 2.266, + 2.275, 3487, - 1.143, + 1.148, 3603, - 2.555, + 2.564, 3610, - 1.619, + 1.626, 3632, - 1.384, + 1.39, 3646, - 4.332, + 4.341, 3660, - 2.451, + 2.461, 3712, - 1.456, + 1.462, 3784, - 2.266, + 2.275, 3897, - 1.072, + 1.076, 3984, - 2.272, + 2.248, 4133, - 1.551, + 1.558, 4207, - 1.171, + 1.177, 4360, - 1.455, + 1.462, 4383, - 1.455, + 1.462, 4384, - 5.946, + 5.958, 4400, - 2.131, + 2.14, 4416, - 1.327, + 1.333, 4465, - 1.143, + 1.148, 4483, - 1.203, + 1.209, 4514, - 3.987, + 3.998, 4541, - 1.455, + 1.462, 4595, - 1.093, + 1.076, 4621, - 6.687, + 6.693, 4744, - 9.741, + 9.748, 4745, - 6.866, + 6.871, 4746, - 4.862, + 4.873, 4747, - 2.747, + 2.758, 4847, - 1.455, + 1.462, 5065, - 1.327, + 1.333, 5156, - 1.279, + 1.285, 5178, - 1.384, + 1.39, 5183, - 1.551, + 1.558, 5211, - 1.898, + 1.906, 5280, - 1.327, + 1.333, 5425, - 2.607, + 2.617, 5805, - 1.327, + 1.333, 6127, - 1.203, + 1.177, 6180, - 1.455, + 1.462, 6463, - 1.384, + 1.39, 6473, - 4.79, + 4.799, 6763, - 2.788, + 2.798, 6848, - 1.384, + 1.39, 6970, - 2.194, - 7001, - 5.724, - 7008, - 1.327, - 7141, - 1.327, - 7174, - 1.455, - 7298, - 1.551, - 7303, - 4.797, - 7311, - 1.979, - 7339, - 1.551, - 7390, - 1.551, + 2.203, + 7006, + 5.733, + 7013, + 1.333, + 7155, + 1.333, + 7188, + 1.462, + 7312, + 1.558, + 7317, + 4.812, + 7325, + 1.987, + 7353, + 1.558, 7404, - 1.239, - 7407, - 3.469, - 7799, - 1.384, - 7990, - 1.455, - 8039, - 5.575, - 8128, - 5.873, - 8578, - 4.797, - 8652, - 1.551, - 8792, - 1.455, - 9057, - 2.747, - 9145, - 1.551, - 9177, - 10.413, - 9185, - 1.551, - 9292, - 6.114, - 9373, - 6.516, - 9641, - 1.551, - 9788, - 1.551, - 10107, - 3.697, - 10141, - 2.747, - 10538, - 1.551, - 10571, - 4.471, - 10572, - 3.697, + 1.558, + 7418, + 1.244, + 7421, + 3.482, + 7820, + 1.39, + 8016, + 1.462, + 8065, + 5.588, + 8154, + 5.886, + 8611, + 4.812, + 8685, + 1.558, + 8825, + 1.462, + 9125, + 2.758, + 9213, + 1.558, + 9245, + 10.42, + 9253, + 1.558, + 9360, + 6.129, + 9441, + 6.531, + 9710, + 1.558, + 9860, + 1.558, + 10176, + 3.711, + 10210, + 2.758, + 10609, + 1.558, 10642, - 2.747, + 4.485, 10643, - 2.747, - 10708, - 1.696, - 10709, - 3.004, - 10710, - 1.696, - 10711, - 1.696, - 10712, - 1.696, + 3.711, 10713, - 1.696, + 2.758, 10714, - 1.696, - 10715, - 3.004, - 10716, - 1.696, - 10717, - 1.696, - 10718, - 3.004, - 10719, - 1.696, - 10720, - 1.696, - 10721, - 1.696, - 10722, - 1.696, - 10723, - 7.843, - 10724, - 5.591, - 10725, - 1.696, - 10726, - 1.696, - 10727, - 1.696, - 10728, - 1.696, - 10729, - 1.696, - 10730, - 1.696, - 10731, - 1.696, - 10732, - 1.696, - 10733, - 1.696, - 10734, - 1.696, - 10735, - 1.696, - 10736, - 1.696, - 10737, - 1.696, - 10738, - 1.696, - 10739, - 1.696, - 10740, - 1.696, - 10741, - 1.696, - 10742, - 1.696, - 10743, - 1.696, - 10744, - 1.696, - 10745, - 4.889, - 10746, - 3.004, - 10747, - 1.696, - 10748, - 1.696, - 10749, - 1.696, - 10750, - 1.696, - 10751, - 1.696, - 10752, - 4.043, - 10753, - 1.696, - 10754, - 1.696, - 10755, - 1.696, - 10756, - 1.696, - 10757, - 1.696, - 10758, - 1.696, - 10759, - 1.696, - 10760, - 1.696, - 10761, - 1.696, - 10762, - 3.004, - 10763, - 1.696, - 10764, - 1.696, - 10765, - 1.696, - 10766, - 1.696, - 10767, - 1.696, - 10768, - 1.696, - 10769, - 1.696, - 10770, - 1.696, - 10771, - 1.696, - 10772, - 1.696, - 10773, - 1.696, - 10774, - 1.696, - 10775, - 1.696, - 10776, - 3.004, - 10777, - 4.889, - 10778, - 1.696, + 2.758, 10779, - 1.696, + 1.704, 10780, - 1.696, + 3.016, 10781, - 1.696, + 1.704, 10782, - 1.696, + 1.704, 10783, - 1.696, + 1.704, 10784, - 1.696, + 1.704, 10785, - 1.696, + 1.704, 10786, - 1.696, + 3.016, 10787, - 1.696, + 1.704, 10788, - 1.696, + 1.704, 10789, - 1.696, + 3.016, 10790, - 1.696, + 1.704, 10791, - 1.696, + 1.704, 10792, - 1.696, + 1.704, 10793, - 1.696, + 1.704, 10794, - 1.696, + 7.86, 10795, - 1.696, + 5.608, 10796, - 3.004, + 1.704, 10797, - 3.004, + 1.704, 10798, - 1.696, + 1.704, 10799, - 1.696, + 1.704, 10800, - 1.696, + 1.704, 10801, - 1.696, + 1.704, 10802, - 1.696, + 1.704, 10803, - 1.696, + 1.704, 10804, - 1.696, + 1.704, 10805, - 1.696, + 1.704, 10806, - 1.696, + 1.704, 10807, - 1.696, + 1.704, 10808, - 1.696, + 1.704, 10809, - 1.696, + 1.704, 10810, - 1.696, + 1.704, 10811, - 1.696, + 1.704, 10812, - 1.696, + 1.704, 10813, - 1.696, + 1.704, 10814, - 1.696, + 1.704, 10815, - 1.696, + 1.704, 10816, - 1.696, + 4.905, 10817, - 1.696, + 3.016, 10818, - 1.696, + 1.704, 10819, - 1.696, + 1.704, 10820, - 1.696, + 1.704, 10821, - 1.696, + 1.704, 10822, - 1.696, + 1.704, 10823, - 4.043, + 4.058, 10824, - 1.696, + 1.704, 10825, - 1.696, + 1.704, 10826, - 3.004, + 1.704, 10827, - 3.004, + 1.704, 10828, - 3.004, + 1.704, 10829, - 1.696, + 1.704, 10830, - 1.696, + 1.704, 10831, - 1.696 + 1.704, + 10832, + 1.704, + 10833, + 3.016, + 10834, + 1.704, + 10835, + 1.704, + 10836, + 1.704, + 10837, + 1.704, + 10838, + 1.704, + 10839, + 1.704, + 10840, + 1.704, + 10841, + 1.704, + 10842, + 1.704, + 10843, + 1.704, + 10844, + 1.704, + 10845, + 1.704, + 10846, + 1.704, + 10847, + 3.016, + 10848, + 4.905, + 10849, + 1.704, + 10850, + 1.704, + 10851, + 1.704, + 10852, + 1.704, + 10853, + 1.704, + 10854, + 1.704, + 10855, + 1.704, + 10856, + 1.704, + 10857, + 1.704, + 10858, + 1.704, + 10859, + 1.704, + 10860, + 1.704, + 10861, + 1.704, + 10862, + 1.704, + 10863, + 1.704, + 10864, + 1.704, + 10865, + 1.704, + 10866, + 1.704, + 10867, + 3.016, + 10868, + 3.016, + 10869, + 1.704, + 10870, + 1.704, + 10871, + 1.704, + 10872, + 1.704, + 10873, + 1.704, + 10874, + 1.704, + 10875, + 1.704, + 10876, + 1.704, + 10877, + 1.704, + 10878, + 1.704, + 10879, + 1.704, + 10880, + 1.704, + 10881, + 1.704, + 10882, + 1.704, + 10883, + 1.704, + 10884, + 1.704, + 10885, + 1.704, + 10886, + 1.704, + 10887, + 1.704, + 10888, + 1.704, + 10889, + 1.704, + 10890, + 1.704, + 10891, + 1.704, + 10892, + 1.704, + 10893, + 1.704, + 10894, + 4.058, + 10895, + 1.704, + 10896, + 1.704, + 10897, + 3.016, + 10898, + 3.016, + 10899, + 3.016, + 10900, + 1.704, + 10901, + 1.704, + 10902, + 1.704 ] ], [ @@ -110000,555 +110312,555 @@ "data/ref/stable/dmRender", [ 7, - 0.956, + 0.958, 10, - 1.009, + 1.013, 18, 1.16, 20, - 0.621, + 0.623, 30, - 3.881, + 3.885, 36, - 1.374, + 1.377, 38, - 0.66, + 0.662, 46, - 1.086, + 1.088, 47, - 2.091, + 2.098, 52, - 0.782, + 0.785, 56, - 3.186, + 3.192, 57, - 1.499, + 1.5, 58, - 1.474, + 1.479, 59, - 0.687, + 0.689, 60, - 0.79, + 0.793, 72, - 0.945, + 0.949, 79, - 0.969, + 0.97, 84, - 2.548, + 2.555, 90, - 0.677, + 0.679, 99, - 0.926, + 0.927, 101, - 4.381, + 4.388, 102, - 2.105, + 2.098, 103, - 0.654, + 0.656, 105, - 1.139, + 1.144, 108, - 0.835, + 0.838, 113, - 1.38, + 1.384, 116, - 1.105, + 1.109, 122, - 1.454, + 1.459, 125, - 0.864, + 0.867, 126, - 1.625, + 1.628, 132, - 0.976, + 0.979, 141, - 2.2, + 2.206, 142, - 2.866, + 2.87, 145, - 1.76, + 1.767, 147, - 2.748, + 2.757, 148, - 0.583, + 0.585, 158, - 0.83, + 0.833, 159, - 1.671, + 1.678, 165, - 2.936, + 2.94, 169, - 1.133, + 1.135, 172, - 3.348, + 3.326, 178, - 2.216, + 2.222, 185, - 1.334, + 1.34, 194, - 0.518, + 0.52, 201, - 1.336, + 1.34, 202, - 3.149, + 3.134, 207, - 1.979, + 1.985, 211, - 1.272, + 1.277, 228, - 1.983, + 1.973, 229, - 1.263, + 1.266, 241, - 1.0, + 1.003, 246, - 1.871, + 1.878, 247, - 3.336, + 3.34, 249, - 1.362, + 1.367, 250, - 1.804, + 1.81, 253, - 3.451, + 3.46, 256, - 1.548, + 1.552, 261, - 1.206, + 1.211, 263, - 2.06, + 2.065, 268, - 1.554, + 1.558, 269, - 1.563, + 1.567, 273, - 1.701, + 1.705, 289, - 3.558, + 3.568, 292, - 1.216, + 1.221, 330, - 0.905, + 0.909, 341, - 2.883, + 2.861, 344, - 3.62, + 3.63, 351, - 2.423, + 2.431, 358, - 3.987, + 3.994, 368, - 0.807, + 0.811, 382, - 1.022, + 1.026, 392, - 0.995, + 0.999, 424, - 5.197, + 5.21, 429, - 5.587, + 5.591, 479, - 2.857, + 2.863, 509, - 1.474, + 1.479, 516, - 4.104, + 4.113, 521, - 0.988, + 0.992, 524, - 0.951, + 0.955, 540, - 2.895, + 2.904, 550, - 1.321, + 1.327, 555, - 0.889, + 0.888, 556, - 2.444, + 2.451, 561, - 1.48, + 1.485, 562, - 6.818, + 6.829, 588, - 1.474, + 1.479, 590, - 2.464, + 2.471, 606, - 4.007, + 4.02, 612, - 4.122, + 4.132, 620, - 1.474, + 1.479, 625, - 4.007, + 4.02, 629, - 1.404, + 1.409, 634, - 3.008, + 3.015, 647, - 2.704, + 2.713, 675, - 1.089, + 1.093, 679, - 1.272, + 1.277, 691, - 1.429, + 1.433, 773, - 1.029, + 1.033, 856, - 1.139, + 1.144, 862, - 2.437, + 2.446, 866, - 2.216, + 2.222, 891, - 2.337, + 2.342, 903, - 1.531, + 1.537, 914, - 1.186, + 1.191, 915, - 2.28, + 2.287, 931, - 2.266, + 2.246, 941, - 1.113, + 1.118, 948, - 3.235, + 3.241, 951, - 1.671, + 1.678, 979, - 1.284, + 1.289, 982, - 1.699, + 1.706, 1007, - 2.414, + 2.42, 1019, - 1.765, + 1.77, 1039, - 5.325, + 5.332, 1041, - 5.211, + 5.214, 1051, - 2.014, + 2.022, 1063, - 4.219, + 4.231, 1098, - 1.76, + 1.767, 1126, - 4.335, + 4.294, 1144, - 6.388, + 6.392, 1150, - 1.596, + 1.602, 1153, - 2.795, + 2.803, 1155, - 2.264, + 2.271, 1158, - 3.175, + 3.182, 1172, - 1.439, + 1.445, 1184, - 2.951, + 2.96, 1202, - 1.348, + 1.353, 1255, - 1.962, + 1.969, 1309, - 5.115, + 5.122, 1379, - 5.087, + 5.041, 1403, - 1.348, + 1.353, 1428, - 1.551, + 1.558, 1429, - 3.147, + 3.158, 1434, - 1.423, + 1.428, 1502, - 3.049, + 3.058, 1511, - 1.531, + 1.537, 1557, - 1.699, + 1.706, 1656, - 6.838, + 6.848, 1694, - 3.226, + 3.236, 1698, - 1.76, + 1.767, 1724, - 1.348, + 1.353, 1728, - 4.27, + 4.284, 1763, - 2.074, + 2.082, 1774, - 4.885, + 4.891, 1814, - 3.701, + 3.674, 1822, - 3.522, + 3.534, 1862, - 2.317, + 2.326, 1869, - 5.016, + 5.026, 1871, - 2.264, + 2.271, 1873, - 4.007, + 4.02, 1879, - 5.634, + 5.638, 1882, - 2.072, + 2.079, 2042, - 3.294, + 3.304, 2100, - 2.074, + 2.082, 2382, - 5.075, + 5.085, 2440, - 1.376, + 1.382, 2459, - 3.522, + 3.534, 2542, - 1.76, + 1.767, 2563, - 2.014, + 2.022, 2633, - 6.221, + 6.224, 2657, - 5.079, + 5.087, 2718, - 2.014, + 2.022, 2736, - 4.601, + 4.609, 2775, - 1.531, + 1.537, 2878, - 4.219, + 4.231, 3046, - 2.222, + 2.23, 3120, - 2.222, + 2.23, 3124, - 5.259, + 5.27, 3415, - 1.551, + 1.558, 3479, - 2.142, + 2.151, 3511, - 4.653, + 4.666, 3712, - 2.883, + 2.891, 3797, - 3.011, + 3.021, 3893, - 2.597, + 2.607, 3897, - 1.794, + 1.802, 3902, - 4.811, + 4.821, 4069, - 1.914, + 1.922, 4151, - 5.438, + 5.453, 4430, - 2.074, + 2.082, 4746, - 1.76, + 1.767, 5366, - 2.317, + 2.326, 5497, - 2.437, + 2.446, 5553, - 2.222, + 2.23, 5556, - 5.39, + 5.403, 5574, - 3.81, + 3.823, 5721, - 2.074, + 2.082, 6763, - 5.857, + 5.863, 6766, - 2.014, + 2.022, 6920, - 2.597, + 2.607, 6970, - 3.411, - 7311, - 6.507, - 7425, - 3.81, - 8008, - 2.142, - 8027, - 2.597, - 8030, - 9.033, - 8036, - 2.597, - 8039, - 6.769, - 8127, - 2.317, - 8463, - 2.597, - 8512, - 2.597, - 8546, - 2.437, - 9048, - 2.317, - 9399, - 2.597, - 10832, - 2.84, - 10833, - 6.889, - 10834, - 4.669, - 10835, - 2.84, - 10836, - 10.086, - 10837, - 2.84, - 10838, - 2.84, - 10839, - 2.84, - 10840, - 4.669, - 10841, - 2.84, - 10842, - 2.84, - 10843, - 2.84, - 10844, - 5.947, - 10845, - 2.84, - 10846, - 2.84, - 10847, - 2.84, - 10848, - 2.84, - 10849, - 4.669, - 10850, - 2.84, - 10851, - 6.889, - 10852, - 2.84, - 10853, - 2.84, - 10854, - 2.84, - 10855, - 2.84, - 10856, - 4.669, - 10857, - 2.84, - 10858, - 2.84, - 10859, - 2.84, - 10860, - 2.84, - 10861, - 2.84, - 10862, - 2.84, - 10863, - 2.84, - 10864, - 2.84, - 10865, - 4.669, - 10866, - 4.669, - 10867, - 2.84, - 10868, - 2.84, - 10869, - 2.84, - 10870, - 2.84, - 10871, - 5.947, - 10872, - 4.669, - 10873, - 4.669, - 10874, - 2.84, - 10875, - 5.947, - 10876, - 2.84, - 10877, - 2.84, - 10878, - 2.84, - 10879, - 2.84, - 10880, - 2.84, - 10881, - 4.669, - 10882, - 2.84, - 10883, - 2.84, - 10884, - 2.84, - 10885, - 4.669, - 10886, - 2.84, - 10887, - 2.84, - 10888, - 2.84, - 10889, - 2.84, - 10890, - 2.84, - 10891, - 2.84, - 10892, - 2.84, - 10893, - 2.84, - 10894, - 2.84, - 10895, - 2.84, - 10896, - 2.84, - 10897, - 2.84, - 10898, - 4.669, - 10899, - 2.84, - 10900, - 2.84, - 10901, - 2.84, - 10902, - 2.84, + 3.422, + 7325, + 6.516, + 7439, + 3.823, + 8034, + 2.151, + 8053, + 2.607, + 8056, + 9.044, + 8062, + 2.607, + 8065, + 6.781, + 8153, + 2.326, + 8489, + 2.607, + 8538, + 2.607, + 8572, + 2.446, + 9116, + 2.326, + 9467, + 2.607, 10903, - 2.84 + 2.851, + 10904, + 6.906, + 10905, + 4.685, + 10906, + 2.851, + 10907, + 10.098, + 10908, + 2.851, + 10909, + 2.851, + 10910, + 2.851, + 10911, + 4.685, + 10912, + 2.851, + 10913, + 2.851, + 10914, + 2.851, + 10915, + 5.963, + 10916, + 2.851, + 10917, + 2.851, + 10918, + 2.851, + 10919, + 2.851, + 10920, + 4.685, + 10921, + 2.851, + 10922, + 6.906, + 10923, + 2.851, + 10924, + 2.851, + 10925, + 2.851, + 10926, + 2.851, + 10927, + 4.685, + 10928, + 2.851, + 10929, + 2.851, + 10930, + 2.851, + 10931, + 2.851, + 10932, + 2.851, + 10933, + 2.851, + 10934, + 2.851, + 10935, + 2.851, + 10936, + 4.685, + 10937, + 4.685, + 10938, + 2.851, + 10939, + 2.851, + 10940, + 2.851, + 10941, + 2.851, + 10942, + 5.963, + 10943, + 4.685, + 10944, + 4.685, + 10945, + 2.851, + 10946, + 5.963, + 10947, + 2.851, + 10948, + 2.851, + 10949, + 2.851, + 10950, + 2.851, + 10951, + 2.851, + 10952, + 4.685, + 10953, + 2.851, + 10954, + 2.851, + 10955, + 2.851, + 10956, + 4.685, + 10957, + 2.851, + 10958, + 2.851, + 10959, + 2.851, + 10960, + 2.851, + 10961, + 2.851, + 10962, + 2.851, + 10963, + 2.851, + 10964, + 2.851, + 10965, + 2.851, + 10966, + 2.851, + 10967, + 2.851, + 10968, + 2.851, + 10969, + 4.685, + 10970, + 2.851, + 10971, + 2.851, + 10972, + 2.851, + 10973, + 2.851, + 10974, + 2.851 ] ] ], @@ -110942,7 +111254,7 @@ [ "0"", { - "_index": 7144, + "_index": 7158, "data": { "ref/stable/string": {} }, @@ -110965,7 +111277,7 @@ [ "0,0,0,0", { - "_index": 8514, + "_index": 8540, "data": { "ref/stable/render": {} }, @@ -110975,7 +111287,7 @@ [ "0,1", { - "_index": 7283, + "_index": 7297, "data": { "ref/stable/math": {}, "ref/stable/tilemap": {} @@ -110996,7 +111308,7 @@ [ "0,2", { - "_index": 8062, + "_index": 8088, "data": { "ref/stable/tilemap": {} }, @@ -111006,7 +111318,7 @@ [ "0,255", { - "_index": 7510, + "_index": 7524, "data": { "ref/stable/physics": {} }, @@ -111016,7 +111328,7 @@ [ "0,3", { - "_index": 8037, + "_index": 8063, "data": { "ref/stable/dmGameSystem": {}, "ref/stable/tilemap": {} @@ -111038,7 +111350,7 @@ [ "0..3", { - "_index": 8479, + "_index": 8505, "data": { "ref/stable/render": {} }, @@ -111048,7 +111360,7 @@ [ "0..31", { - "_index": 8602, + "_index": 8635, "data": { "ref/stable/bit": {} }, @@ -111058,7 +111370,7 @@ [ "0..64k", { - "_index": 10476, + "_index": 10547, "data": { "ref/stable/socket": {} }, @@ -111088,12 +111400,23 @@ "type": {} } ], + [ + "0.001", + { + "_index": 7003, + "data": { + "ref/stable/vmath": {} + }, + "type": {} + } + ], [ "0.02", { "_index": 3855, "data": { - "manuals/physics": {} + "manuals/physics": {}, + "ref/stable/vmath": {} }, "type": {} } @@ -111101,7 +111424,7 @@ [ "0.0f", { - "_index": 7352, + "_index": 7366, "data": { "ref/stable/timer": {} }, @@ -111182,7 +111505,7 @@ [ "0.566", { - "_index": 10696, + "_index": 10767, "data": { "ref/stable/sound": {} }, @@ -111224,7 +111547,7 @@ [ "0060183cce2e29dbd09c85ece83cbb72068ee050", { - "_index": 9563, + "_index": 9632, "data": { "ref/stable/sys": {} }, @@ -111295,7 +111618,7 @@ [ "0xffffffff", { - "_index": 9098, + "_index": 9166, "data": { "ref/stable/dmGameObject": {} }, @@ -111422,7 +111745,7 @@ [ "1"", { - "_index": 7140, + "_index": 7154, "data": { "ref/stable/string": {} }, @@ -111432,7 +111755,7 @@ [ "1's", { - "_index": 8581, + "_index": 8614, "data": { "ref/stable/render": {} }, @@ -111442,7 +111765,7 @@ [ "1,\"n", { - "_index": 9491, + "_index": 9559, "data": { "ref/stable/debug": {} }, @@ -111452,7 +111775,7 @@ [ "1,0", { - "_index": 8068, + "_index": 8094, "data": { "ref/stable/tilemap": {} }, @@ -111462,7 +111785,7 @@ [ "1,0,0,1", { - "_index": 7856, + "_index": 7877, "data": { "ref/stable/gui": {} }, @@ -111484,7 +111807,7 @@ [ "1,1,1,1", { - "_index": 8515, + "_index": 8541, "data": { "ref/stable/render": {} }, @@ -111494,7 +111817,7 @@ [ "1,2", { - "_index": 8063, + "_index": 8089, "data": { "ref/stable/tilemap": {} }, @@ -111514,7 +111837,7 @@ [ "1,3", { - "_index": 8059, + "_index": 8085, "data": { "ref/stable/tilemap": {} }, @@ -111524,7 +111847,7 @@ [ "1,t[1", { - "_index": 10626, + "_index": 10697, "data": { "ref/stable/base": {} }, @@ -111625,7 +111948,7 @@ [ "1.2.96", { - "_index": 9561, + "_index": 9630, "data": { "ref/stable/sys": {} }, @@ -111771,7 +112094,7 @@ [ "1.94", { - "_index": 10694, + "_index": 10765, "data": { "ref/stable/sound": {} }, @@ -111801,7 +112124,7 @@ [ "1/60", { - "_index": 7975, + "_index": 8001, "data": { "ref/stable/collectionproxy": {} }, @@ -111811,7 +112134,7 @@ [ "1/sqrt", { - "_index": 10695, + "_index": 10766, "data": { "ref/stable/sound": {} }, @@ -111922,7 +112245,7 @@ [ "101", { - "_index": 9986, + "_index": 10056, "data": { "ref/stable/dmSocket": {} }, @@ -111955,7 +112278,7 @@ [ "103", { - "_index": 9987, + "_index": 10057, "data": { "ref/stable/dmSocket": {} }, @@ -111975,7 +112298,7 @@ [ "10_12_3", { - "_index": 9596, + "_index": 9665, "data": { "ref/stable/sys": {} }, @@ -111985,7 +112308,7 @@ [ "10db/20", { - "_index": 10680, + "_index": 10751, "data": { "ref/stable/sound": {} }, @@ -112019,7 +112342,7 @@ [ "12", { - "_index": 9692, + "_index": 9761, "data": { "ref/stable/dmSocket": {}, "ref/stable/dmSys": {}, @@ -112117,7 +112440,7 @@ [ "14", { - "_index": 9693, + "_index": 9762, "data": { "ref/stable/dmSocket": {}, "ref/stable/dmSys": {} @@ -112148,7 +112471,7 @@ [ "15", { - "_index": 7908, + "_index": 7929, "data": { "ref/stable/dmSocket": {}, "ref/stable/dmSys": {}, @@ -112180,7 +112503,7 @@ [ "15924", { - "_index": 9582, + "_index": 9651, "data": { "ref/stable/sys": {} }, @@ -112230,7 +112553,7 @@ [ "16/32", { - "_index": 10892, + "_index": 10963, "data": { "ref/stable/dmRender": {} }, @@ -112240,7 +112563,7 @@ [ "1601", { - "_index": 10529, + "_index": 10600, "data": { "ref/stable/socket": {} }, @@ -112260,7 +112583,7 @@ [ "16384", { - "_index": 9262, + "_index": 9330, "data": { "ref/stable/dmGameObject": {} }, @@ -112281,7 +112604,7 @@ [ "16kb", { - "_index": 10178, + "_index": 10247, "data": { "ref/stable/http": {} }, @@ -112359,7 +112682,7 @@ [ "19", { - "_index": 9694, + "_index": 9763, "data": { "ref/stable/dmSys": {} }, @@ -112379,7 +112702,7 @@ [ "1970", { - "_index": 9768, + "_index": 9840, "data": { "ref/stable/dmTime": {}, "ref/stable/socket": {} @@ -112432,7 +112755,7 @@ [ "1x1", { - "_index": 10346, + "_index": 10417, "data": { "ref/stable/resource": {} }, @@ -112518,7 +112841,7 @@ [ "2,0", { - "_index": 8069, + "_index": 8095, "data": { "ref/stable/tilemap": {} }, @@ -112538,7 +112861,7 @@ [ "2,1", { - "_index": 8066, + "_index": 8092, "data": { "ref/stable/tilemap": {} }, @@ -112548,7 +112871,7 @@ [ "2,2", { - "_index": 8064, + "_index": 8090, "data": { "ref/stable/tilemap": {} }, @@ -112558,7 +112881,7 @@ [ "2,3", { - "_index": 8060, + "_index": 8086, "data": { "ref/stable/tilemap": {} }, @@ -112568,7 +112891,7 @@ [ "2,t[2", { - "_index": 10627, + "_index": 10698, "data": { "ref/stable/base": {} }, @@ -112614,7 +112937,7 @@ [ "2.4", { - "_index": 9672, + "_index": 9741, "data": { "ref/stable/dmStringFunc": {} }, @@ -112691,7 +113014,7 @@ [ "2000", { - "_index": 8743, + "_index": 8776, "data": { "ref/stable/dmSSLSocket": {} }, @@ -112701,7 +113024,7 @@ [ "2001", { - "_index": 8744, + "_index": 8777, "data": { "ref/stable/dmSSLSocket": {} }, @@ -112711,7 +113034,7 @@ [ "2002", { - "_index": 8745, + "_index": 8778, "data": { "ref/stable/dmSSLSocket": {} }, @@ -112721,7 +113044,7 @@ [ "2003", { - "_index": 8746, + "_index": 8779, "data": { "ref/stable/dmSSLSocket": {} }, @@ -112842,7 +113165,7 @@ [ "22", { - "_index": 9695, + "_index": 9764, "data": { "ref/stable/dmSocket": {}, "ref/stable/dmSys": {} @@ -112873,7 +113196,7 @@ [ "23", { - "_index": 9696, + "_index": 9765, "data": { "ref/stable/dmSocket": {}, "ref/stable/dmSys": {}, @@ -112892,6 +113215,16 @@ "type": {} } ], + [ + "231", + { + "_index": 7004, + "data": { + "ref/stable/vmath": {} + }, + "type": {} + } + ], [ "24", { @@ -112939,7 +113272,7 @@ [ "255", { - "_index": 8511, + "_index": 8537, "data": { "ref/stable/crash": {}, "ref/stable/render": {} @@ -112950,7 +113283,7 @@ [ "256", { - "_index": 10580, + "_index": 10651, "data": { "ref/stable/dmBuffer": {} }, @@ -113001,7 +113334,7 @@ [ "26", { - "_index": 9697, + "_index": 9766, "data": { "ref/stable/dmSocket": {}, "ref/stable/dmSys": {} @@ -113024,7 +113357,7 @@ [ "270", { - "_index": 8055, + "_index": 8081, "data": { "ref/stable/tilemap": {} }, @@ -113054,7 +113387,7 @@ [ "28", { - "_index": 9698, + "_index": 9767, "data": { "ref/stable/dmSocket": {}, "ref/stable/dmSys": {} @@ -113065,7 +113398,7 @@ [ "29", { - "_index": 9699, + "_index": 9768, "data": { "ref/stable/dmSocket": {}, "ref/stable/dmSys": {} @@ -113086,7 +113419,7 @@ [ "2^14", { - "_index": 9261, + "_index": 9329, "data": { "ref/stable/dmGameObject": {} }, @@ -113137,7 +113470,7 @@ [ "2mc", { - "_index": 8508, + "_index": 8534, "data": { "ref/stable/render": {} }, @@ -113147,7 +113480,7 @@ [ "2n", { - "_index": 8580, + "_index": 8613, "data": { "ref/stable/render": {} }, @@ -113248,7 +113581,7 @@ [ "3,0", { - "_index": 8070, + "_index": 8096, "data": { "ref/stable/tilemap": {} }, @@ -113258,7 +113591,7 @@ [ "3,1", { - "_index": 8067, + "_index": 8093, "data": { "ref/stable/tilemap": {} }, @@ -113268,7 +113601,7 @@ [ "3,2", { - "_index": 8065, + "_index": 8091, "data": { "ref/stable/tilemap": {} }, @@ -113278,7 +113611,7 @@ [ "3,3", { - "_index": 8061, + "_index": 8087, "data": { "ref/stable/tilemap": {} }, @@ -113396,7 +113729,7 @@ [ "31", { - "_index": 9700, + "_index": 9769, "data": { "ref/stable/dmSocket": {}, "ref/stable/dmSys": {}, @@ -113408,7 +113741,7 @@ [ "3166", { - "_index": 9585, + "_index": 9654, "data": { "ref/stable/sys": {} }, @@ -113526,7 +113859,7 @@ [ "36", { - "_index": 10653, + "_index": 10724, "data": { "ref/stable/base": {} }, @@ -113557,7 +113890,7 @@ [ "39;%q'", { - "_index": 7113, + "_index": 7127, "data": { "ref/stable/string": {} }, @@ -113567,7 +113900,7 @@ [ "39;a", { - "_index": 7114, + "_index": 7128, "data": { "ref/stable/string": {} }, @@ -113638,7 +113971,7 @@ [ "3x3", { - "_index": 7378, + "_index": 7392, "data": { "ref/stable/dmVMath": {} }, @@ -113705,7 +114038,7 @@ [ "4*|n", { - "_index": 8633, + "_index": 8666, "data": { "ref/stable/bit": {} }, @@ -113715,7 +114048,7 @@ [ "4+5$"", { - "_index": 7154, + "_index": 7168, "data": { "ref/stable/string": {} }, @@ -113971,7 +114304,7 @@ [ "4x4", { - "_index": 7379, + "_index": 7393, "data": { "ref/stable/dmVMath": {} }, @@ -114031,7 +114364,7 @@ [ "5.1.tar.gz"", { - "_index": 7161, + "_index": 7175, "data": { "ref/stable/string": {} }, @@ -114099,7 +114432,7 @@ [ "512kb", { - "_index": 9636, + "_index": 9705, "data": { "ref/stable/sys": {} }, @@ -114129,7 +114462,7 @@ [ "59", { - "_index": 9931, + "_index": 10001, "data": { "ref/stable/os": {} }, @@ -114212,7 +114545,7 @@ [ "61", { - "_index": 9933, + "_index": 10003, "data": { "ref/stable/os": {} }, @@ -114262,7 +114595,7 @@ [ "639", { - "_index": 9580, + "_index": 9649, "data": { "ref/stable/sys": {} }, @@ -114300,7 +114633,7 @@ [ "64k", { - "_index": 10455, + "_index": 10526, "data": { "ref/stable/socket": {} }, @@ -114330,7 +114663,7 @@ [ "65535", { - "_index": 9361, + "_index": 9429, "data": { "ref/stable/engine": {} }, @@ -114340,7 +114673,7 @@ [ "65536", { - "_index": 9637, + "_index": 9706, "data": { "ref/stable/sys": {} }, @@ -114492,7 +114825,7 @@ [ "8001", { - "_index": 9366, + "_index": 9434, "data": { "ref/stable/engine": {} }, @@ -114532,13 +114865,23 @@ [ "8192", { - "_index": 10451, + "_index": 10522, "data": { "ref/stable/socket": {} }, "type": {} } ], + [ + "88.85", + { + "_index": 7091, + "data": { + "ref/stable/vmath": {} + }, + "type": {} + } + ], [ "8d1b912", { @@ -114574,7 +114917,7 @@ [ "9"", { - "_index": 7155, + "_index": 7169, "data": { "ref/stable/string": {} }, @@ -114747,7 +115090,7 @@ [ "__metatable", { - "_index": 10624, + "_index": 10695, "data": { "ref/stable/base": {} }, @@ -114767,7 +115110,7 @@ [ "__tostring", { - "_index": 10657, + "_index": 10728, "data": { "ref/stable/base": {} }, @@ -114797,7 +115140,7 @@ [ "_blank", { - "_index": 9624, + "_index": 9693, "data": { "ref/stable/sys": {} }, @@ -114937,7 +115280,7 @@ [ "_g", { - "_index": 10614, + "_index": 10685, "data": { "ref/stable/base": {} }, @@ -114947,7 +115290,7 @@ [ "_g._g", { - "_index": 10615, + "_index": 10686, "data": { "ref/stable/base": {} }, @@ -115027,7 +115370,7 @@ [ "_parent", { - "_index": 9625, + "_index": 9694, "data": { "ref/stable/sys": {} }, @@ -115097,7 +115440,7 @@ [ "_self", { - "_index": 9623, + "_index": 9692, "data": { "ref/stable/sys": {} }, @@ -115107,7 +115450,7 @@ [ "_setsize", { - "_index": 10509, + "_index": 10580, "data": { "ref/stable/socket": {} }, @@ -115167,7 +115510,7 @@ [ "_top", { - "_index": 9626, + "_index": 9695, "data": { "ref/stable/sys": {} }, @@ -115197,7 +115540,7 @@ [ "_version", { - "_index": 10511, + "_index": 10582, "data": { "ref/stable/base": {}, "ref/stable/socket": {} @@ -115640,7 +115983,7 @@ [ "a.b.c", { - "_index": 9338, + "_index": 9406, "data": { "ref/stable/base": {}, "ref/stable/package": {} @@ -115651,7 +115994,7 @@ [ "a.v1", { - "_index": 9334, + "_index": 9402, "data": { "ref/stable/package": {} }, @@ -115661,7 +116004,7 @@ [ "a.w", { - "_index": 7381, + "_index": 7395, "data": { "ref/stable/dmVMath": {} }, @@ -115671,7 +116014,7 @@ [ "a.w/b.w", { - "_index": 7375, + "_index": 7389, "data": { "ref/stable/dmVMath": {} }, @@ -115681,7 +116024,7 @@ [ "a.x", { - "_index": 7052, + "_index": 7057, "data": { "ref/stable/dmVMath": {}, "ref/stable/vmath": {} @@ -115692,7 +116035,7 @@ [ "a.x/b.x", { - "_index": 7372, + "_index": 7386, "data": { "ref/stable/dmVMath": {} }, @@ -115702,7 +116045,7 @@ [ "a.y", { - "_index": 7054, + "_index": 7059, "data": { "ref/stable/dmVMath": {}, "ref/stable/vmath": {} @@ -115713,7 +116056,7 @@ [ "a.y/b.y", { - "_index": 7373, + "_index": 7387, "data": { "ref/stable/dmVMath": {} }, @@ -115723,7 +116066,7 @@ [ "a.z", { - "_index": 7056, + "_index": 7061, "data": { "ref/stable/dmVMath": {}, "ref/stable/vmath": {} @@ -115734,7 +116077,7 @@ [ "a.z/b.z", { - "_index": 7374, + "_index": 7388, "data": { "ref/stable/dmVMath": {} }, @@ -115754,7 +116097,7 @@ [ "a\\000bc\\000", { - "_index": 7163, + "_index": 7177, "data": { "ref/stable/string": {} }, @@ -116023,7 +116366,7 @@ [ "abs", { - "_index": 7224, + "_index": 7238, "data": { "ref/stable/dmMath": {}, "ref/stable/dmVMath": {}, @@ -116035,7 +116378,7 @@ [ "absent", { - "_index": 7173, + "_index": 7187, "data": { "ref/stable/base": {}, "ref/stable/os": {}, @@ -116093,7 +116436,7 @@ [ "ac,ac,ac,ac", { - "_index": 8520, + "_index": 8546, "data": { "ref/stable/render": {} }, @@ -116113,7 +116456,7 @@ [ "acc_x", { - "_index": 7948, + "_index": 7974, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -116124,7 +116467,7 @@ [ "acc_y", { - "_index": 7949, + "_index": 7975, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -116135,7 +116478,7 @@ [ "acc_z", { - "_index": 7950, + "_index": 7976, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -116208,7 +116551,7 @@ [ "accepted", { - "_index": 7457, + "_index": 7471, "data": { "ref/stable/base": {}, "ref/stable/dmHash": {}, @@ -116425,7 +116768,7 @@ [ "accounting", { - "_index": 10406, + "_index": 10477, "data": { "ref/stable/socket": {} }, @@ -116579,7 +116922,7 @@ [ "ack", { - "_index": 10006, + "_index": 10076, "data": { "ref/stable/dmSocket": {} }, @@ -116599,7 +116942,7 @@ [ "acos", { - "_index": 7226, + "_index": 7240, "data": { "ref/stable/math": {} }, @@ -116645,7 +116988,7 @@ [ "acquireinstanceindex", { - "_index": 9054, + "_index": 9122, "data": { "ref/stable/dmGameObject": {} }, @@ -116714,7 +117057,7 @@ [ "acting", { - "_index": 7776, + "_index": 7797, "data": { "ref/stable/gui": {} }, @@ -116941,7 +117284,7 @@ [ "activelines", { - "_index": 9490, + "_index": 9558, "data": { "ref/stable/debug": {} }, @@ -117039,7 +117382,7 @@ [ "ad/ka,ad/ka,ad/ka,ad/ka", { - "_index": 8519, + "_index": 8545, "data": { "ref/stable/render": {} }, @@ -117178,7 +117521,7 @@ [ "add_mount", { - "_index": 9704, + "_index": 9773, "data": { "ref/stable/liveupdate": {} }, @@ -117252,7 +117595,7 @@ [ "addfile", { - "_index": 8385, + "_index": 8411, "data": { "ref/stable/dmResource": {} }, @@ -117262,7 +117605,7 @@ [ "addhandler", { - "_index": 10013, + "_index": 10083, "data": { "ref/stable/dmWebServer": {} }, @@ -117366,7 +117709,7 @@ [ "additive", { - "_index": 7601, + "_index": 7615, "data": { "ref/stable/gui": {} }, @@ -117376,7 +117719,7 @@ [ "addkeyboardchar", { - "_index": 9412, + "_index": 9480, "data": { "ref/stable/dmHid": {} }, @@ -117396,7 +117739,7 @@ [ "addr", { - "_index": 10517, + "_index": 10588, "data": { "ref/stable/socket": {} }, @@ -117518,7 +117861,7 @@ [ "addtorender", { - "_index": 10832, + "_index": 10903, "data": { "ref/stable/dmRender": {} }, @@ -117528,7 +117871,7 @@ [ "addtouch", { - "_index": 9414, + "_index": 9482, "data": { "ref/stable/dmHid": {} }, @@ -117599,7 +117942,7 @@ [ "adjust_fit", { - "_index": 7556, + "_index": 7570, "data": { "ref/stable/gui": {} }, @@ -117609,7 +117952,7 @@ [ "adjust_stretch", { - "_index": 7558, + "_index": 7572, "data": { "ref/stable/gui": {} }, @@ -117619,7 +117962,7 @@ [ "adjust_zoom", { - "_index": 7561, + "_index": 7575, "data": { "ref/stable/gui": {} }, @@ -117665,7 +118008,7 @@ [ "adjustmode", { - "_index": 8103, + "_index": 8129, "data": { "ref/stable/dmGui": {} }, @@ -117675,7 +118018,7 @@ [ "adjustreference", { - "_index": 8104, + "_index": 8130, "data": { "ref/stable/dmGui": {} }, @@ -117926,7 +118269,7 @@ [ "affine", { - "_index": 7387, + "_index": 7401, "data": { "ref/stable/dmVMath": {} }, @@ -118037,7 +118380,7 @@ [ "age", { - "_index": 10409, + "_index": 10480, "data": { "ref/stable/socket": {} }, @@ -118273,7 +118616,7 @@ [ "alignedfree", { - "_index": 7340, + "_index": 7354, "data": { "ref/stable/dmMemory": {} }, @@ -118283,7 +118626,7 @@ [ "alignedmalloc", { - "_index": 7343, + "_index": 7357, "data": { "ref/stable/dmMemory": {} }, @@ -118310,7 +118653,7 @@ [ "alive", { - "_index": 9973, + "_index": 10043, "data": { "ref/stable/dmConnectionPool": {}, "ref/stable/particlefx": {} @@ -118491,7 +118834,7 @@ [ "allocation", { - "_index": 7346, + "_index": 7360, "data": { "ref/stable/dmArray": {}, "ref/stable/dmMemory": {} @@ -118512,7 +118855,7 @@ [ "allocator", { - "_index": 10159, + "_index": 10228, "data": { "ref/stable/dmHash": {} }, @@ -118522,7 +118865,7 @@ [ "alloctls", { - "_index": 10241, + "_index": 10310, "data": { "ref/stable/dmThread": {} }, @@ -118983,7 +119326,7 @@ [ "alters", { - "_index": 7442, + "_index": 7456, "data": { "ref/stable/gui": {}, "ref/stable/physics": {} @@ -119267,7 +119610,7 @@ [ "amp", { - "_index": 8582, + "_index": 8615, "data": { "ref/stable/render": {} }, @@ -119469,7 +119812,7 @@ [ "analogue", { - "_index": 7939, + "_index": 7965, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -119529,7 +119872,7 @@ [ "anativeactivity", { - "_index": 7994, + "_index": 8020, "data": { "ref/stable/dmAndroid": {} }, @@ -119564,7 +119907,7 @@ [ "anchor_bottom", { - "_index": 7564, + "_index": 7578, "data": { "ref/stable/gui": {} }, @@ -119574,7 +119917,7 @@ [ "anchor_left", { - "_index": 7566, + "_index": 7580, "data": { "ref/stable/gui": {} }, @@ -119584,7 +119927,7 @@ [ "anchor_none", { - "_index": 7568, + "_index": 7582, "data": { "ref/stable/gui": {} }, @@ -119594,7 +119937,7 @@ [ "anchor_right", { - "_index": 7570, + "_index": 7584, "data": { "ref/stable/gui": {} }, @@ -119604,7 +119947,7 @@ [ "anchor_top", { - "_index": 7572, + "_index": 7586, "data": { "ref/stable/gui": {} }, @@ -120018,7 +120361,7 @@ [ "anded", { - "_index": 8484, + "_index": 8510, "data": { "ref/stable/render": {} }, @@ -120166,7 +120509,7 @@ [ "android_id", { - "_index": 9591, + "_index": 9660, "data": { "ref/stable/sys": {} }, @@ -120419,7 +120762,7 @@ [ "animation_id", { - "_index": 9759, + "_index": 9828, "data": { "ref/stable/model": {} }, @@ -120578,7 +120921,7 @@ [ "ansi", { - "_index": 7280, + "_index": 7294, "data": { "ref/stable/math": {}, "ref/stable/package": {} @@ -120737,10 +121080,40 @@ "type": {} } ], + [ + "any[]allowed", + { + "_index": 8850, + "data": { + "ref/stable/editor": {} + }, + "type": {} + } + ], [ "any[]array", { - "_index": 8958, + "_index": 9026, + "data": { + "ref/stable/editor": {} + }, + "type": {} + } + ], + [ + "any[]default", + { + "_index": 8874, + "data": { + "ref/stable/editor": {} + }, + "type": {} + } + ], + [ + "anydefault", + { + "_index": 8851, "data": { "ref/stable/editor": {} }, @@ -120776,7 +121149,7 @@ [ "anyselected", { - "_index": 8955, + "_index": 9023, "data": { "ref/stable/editor": {} }, @@ -120817,7 +121190,7 @@ [ "anyvalue", { - "_index": 8874, + "_index": 8942, "data": { "ref/stable/editor": {} }, @@ -120827,7 +121200,7 @@ [ "anyvalueon_value_changed", { - "_index": 8931, + "_index": 8999, "data": { "ref/stable/editor": {} }, @@ -120939,7 +121312,7 @@ [ "api_version", { - "_index": 9578, + "_index": 9647, "data": { "ref/stable/sys": {} }, @@ -121100,7 +121473,7 @@ [ "app_string", { - "_index": 9544, + "_index": 9613, "data": { "ref/stable/sys": {} }, @@ -121173,7 +121546,7 @@ [ "appears", { - "_index": 8450, + "_index": 8476, "data": { "ref/stable/io": {}, "ref/stable/render": {} @@ -121195,7 +121568,7 @@ [ "appended", { - "_index": 9514, + "_index": 9582, "data": { "ref/stable/debug": {} }, @@ -121205,7 +121578,7 @@ [ "appends", { - "_index": 9674, + "_index": 9743, "data": { "ref/stable/dmStringFunc": {} }, @@ -121215,7 +121588,7 @@ [ "appendscale", { - "_index": 7368, + "_index": 7382, "data": { "ref/stable/dmVMath": {} }, @@ -121274,7 +121647,7 @@ [ "applewebkit/602.4.8", { - "_index": 9597, + "_index": 9666, "data": { "ref/stable/sys": {} }, @@ -121572,7 +121945,7 @@ [ "apply_angular_impulse", { - "_index": 10022, + "_index": 10092, "data": { "ref/stable/b2d.body": {} }, @@ -121582,7 +121955,7 @@ [ "apply_force", { - "_index": 7445, + "_index": 7459, "data": { "ref/stable/b2d.body": {}, "ref/stable/physics": {} @@ -121593,7 +121966,7 @@ [ "apply_force_to_center", { - "_index": 10027, + "_index": 10097, "data": { "ref/stable/b2d.body": {} }, @@ -121603,7 +121976,7 @@ [ "apply_linear_impulse", { - "_index": 10029, + "_index": 10099, "data": { "ref/stable/b2d.body": {} }, @@ -121613,7 +121986,7 @@ [ "apply_torque", { - "_index": 10033, + "_index": 10103, "data": { "ref/stable/b2d.body": {} }, @@ -121635,7 +122008,7 @@ [ "applynoscalez", { - "_index": 9772, + "_index": 9844, "data": { "ref/stable/dmTransform": {} }, @@ -121739,7 +122112,7 @@ [ "approximation", { - "_index": 9927, + "_index": 9997, "data": { "ref/stable/os": {}, "ref/stable/sound": {} @@ -121846,7 +122219,7 @@ [ "arc", { - "_index": 7227, + "_index": 7241, "data": { "ref/stable/math": {} }, @@ -122209,7 +122582,7 @@ [ "arerenderconstantsupdated", { - "_index": 8011, + "_index": 8037, "data": { "ref/stable/dmGameSystem": {} }, @@ -122219,7 +122592,7 @@ [ "arg", { - "_index": 7407, + "_index": 7421, "data": { "ref/stable/base": {}, "ref/stable/dmLog": {}, @@ -122284,7 +122657,8 @@ "ref/stable/resource": {}, "ref/stable/socket": {}, "ref/stable/string": {}, - "ref/stable/sys": {} + "ref/stable/sys": {}, + "ref/stable/vmath": {} }, "type": {} } @@ -122333,7 +122707,7 @@ [ "arithmetic", { - "_index": 8072, + "_index": 8098, "data": { "ref/stable/bit": {}, "ref/stable/render": {}, @@ -122499,7 +122873,7 @@ [ "arrays", { - "_index": 7435, + "_index": 7449, "data": { "ref/stable/dmArray": {}, "ref/stable/dmGameObject": {}, @@ -122511,10 +122885,20 @@ "type": {} } ], + [ + "arrived", + { + "_index": 8585, + "data": { + "ref/stable/render": {} + }, + "type": {} + } + ], [ "arrives", { - "_index": 10472, + "_index": 10543, "data": { "ref/stable/socket": {} }, @@ -122545,7 +122929,7 @@ [ "arshift", { - "_index": 8600, + "_index": 8633, "data": { "ref/stable/bit": {} }, @@ -122797,7 +123181,7 @@ [ "as/ka,as/ka,as/ka,as/ka", { - "_index": 8518, + "_index": 8544, "data": { "ref/stable/render": {} }, @@ -122817,7 +123201,7 @@ [ "ascending", { - "_index": 9314, + "_index": 9382, "data": { "ref/stable/package": {} }, @@ -122827,7 +123211,7 @@ [ "ascii", { - "_index": 10411, + "_index": 10482, "data": { "ref/stable/socket": {} }, @@ -122877,7 +123261,7 @@ [ "asin", { - "_index": 7230, + "_index": 7244, "data": { "ref/stable/math": {} }, @@ -122887,7 +123271,7 @@ [ "asis", { - "_index": 7044, + "_index": 7049, "data": { "ref/stable/vmath": {} }, @@ -122940,7 +123324,7 @@ [ "asleep", { - "_index": 7546, + "_index": 7560, "data": { "ref/stable/physics": {} }, @@ -123011,7 +123395,7 @@ [ "assertion", { - "_index": 10616, + "_index": 10687, "data": { "ref/stable/base": {} }, @@ -123469,7 +123853,7 @@ [ "assigninstanceindex", { - "_index": 9056, + "_index": 9124, "data": { "ref/stable/dmGameObject": {} }, @@ -123489,7 +123873,7 @@ [ "assigns", { - "_index": 9509, + "_index": 9577, "data": { "ref/stable/base": {}, "ref/stable/debug": {} @@ -123500,7 +123884,7 @@ [ "assocciated", { - "_index": 10154, + "_index": 10223, "data": { "ref/stable/dmHash": {} }, @@ -123546,7 +123930,7 @@ [ "association", { - "_index": 10470, + "_index": 10541, "data": { "ref/stable/socket": {} }, @@ -123556,7 +123940,7 @@ [ "associative", { - "_index": 9795, + "_index": 9865, "data": { "ref/stable/dmTransform": {} }, @@ -123576,7 +123960,7 @@ [ "assumed", { - "_index": 7174, + "_index": 7188, "data": { "ref/stable/dmScript": {}, "ref/stable/math": {}, @@ -123630,7 +124014,7 @@ [ "async_load", { - "_index": 7951, + "_index": 7977, "data": { "ref/stable/collectionproxy": {} }, @@ -123669,7 +124053,7 @@ [ "asyncronous", { - "_index": 9631, + "_index": 9700, "data": { "ref/stable/sys": {} }, @@ -123795,7 +124179,7 @@ [ "atan", { - "_index": 7233, + "_index": 7247, "data": { "ref/stable/math": {} }, @@ -123805,7 +124189,7 @@ [ "atan2", { - "_index": 7235, + "_index": 7249, "data": { "ref/stable/math": {} }, @@ -123860,7 +124244,7 @@ [ "atomic", { - "_index": 9000, + "_index": 9068, "data": { "ref/stable/dmAtomic": {} }, @@ -123933,7 +124317,7 @@ [ "attaching", { - "_index": 8010, + "_index": 8036, "data": { "ref/stable/dmAndroid": {} }, @@ -124000,7 +124384,7 @@ [ "attempted", { - "_index": 8545, + "_index": 8571, "data": { "ref/stable/liveupdate": {}, "ref/stable/render": {} @@ -124316,7 +124700,7 @@ [ "automatically:grow", { - "_index": 8864, + "_index": 8932, "data": { "ref/stable/editor": {} }, @@ -124453,7 +124837,7 @@ [ "avalable", { - "_index": 9807, + "_index": 9877, "data": { "ref/stable/dmExtension": {} }, @@ -124540,7 +124924,7 @@ [ "await", { - "_index": 8966, + "_index": 9034, "data": { "ref/stable/editor": {} }, @@ -124550,7 +124934,7 @@ [ "awake", { - "_index": 10089, + "_index": 10158, "data": { "ref/stable/b2d.body": {} }, @@ -124697,7 +125081,7 @@ [ "b.c", { - "_index": 9335, + "_index": 9403, "data": { "ref/stable/package": {} }, @@ -124707,7 +125091,7 @@ [ "b.w", { - "_index": 7382, + "_index": 7396, "data": { "ref/stable/dmVMath": {} }, @@ -124717,7 +125101,7 @@ [ "b.x", { - "_index": 7053, + "_index": 7058, "data": { "ref/stable/dmVMath": {}, "ref/stable/vmath": {} @@ -124728,7 +125112,7 @@ [ "b.y", { - "_index": 7055, + "_index": 7060, "data": { "ref/stable/dmVMath": {}, "ref/stable/vmath": {} @@ -124739,7 +125123,7 @@ [ "b.z", { - "_index": 7057, + "_index": 7062, "data": { "ref/stable/dmVMath": {}, "ref/stable/vmath": {} @@ -124750,7 +125134,7 @@ [ "b2_dynamic_body", { - "_index": 10035, + "_index": 10105, "data": { "ref/stable/b2d.body": {} }, @@ -124760,7 +125144,7 @@ [ "b2_kinematic_body", { - "_index": 10037, + "_index": 10107, "data": { "ref/stable/b2d.body": {} }, @@ -124770,7 +125154,7 @@ [ "b2_static_body", { - "_index": 10039, + "_index": 10109, "data": { "ref/stable/b2d.body": {} }, @@ -124780,7 +125164,7 @@ [ "b2body", { - "_index": 9919, + "_index": 9989, "data": { "ref/stable/b2d": {}, "ref/stable/b2d.body": {} @@ -124791,7 +125175,7 @@ [ "b2bodytype", { - "_index": 10076, + "_index": 10145, "data": { "ref/stable/b2d.body": {} }, @@ -124801,7 +125185,7 @@ [ "b2d", { - "_index": 9917, + "_index": 9987, "data": { "ref/stable/b2d": {}, "ref/stable/b2d.body": {} @@ -124812,7 +125196,7 @@ [ "b2d.body.apply_angular_impulse", { - "_index": 10021, + "_index": 10091, "data": { "ref/stable/b2d.body": {} }, @@ -124822,7 +125206,7 @@ [ "b2d.body.apply_force", { - "_index": 10024, + "_index": 10094, "data": { "ref/stable/b2d.body": {} }, @@ -124832,7 +125216,7 @@ [ "b2d.body.apply_force_to_center", { - "_index": 10026, + "_index": 10096, "data": { "ref/stable/b2d.body": {} }, @@ -124842,7 +125226,7 @@ [ "b2d.body.apply_linear_impulse", { - "_index": 10028, + "_index": 10098, "data": { "ref/stable/b2d.body": {} }, @@ -124852,7 +125236,7 @@ [ "b2d.body.apply_torque", { - "_index": 10032, + "_index": 10102, "data": { "ref/stable/b2d.body": {} }, @@ -124862,7 +125246,7 @@ [ "b2d.body.b2_dynamic_body", { - "_index": 10034, + "_index": 10104, "data": { "ref/stable/b2d.body": {} }, @@ -124872,7 +125256,7 @@ [ "b2d.body.b2_kinematic_body", { - "_index": 10036, + "_index": 10106, "data": { "ref/stable/b2d.body": {} }, @@ -124882,7 +125266,7 @@ [ "b2d.body.b2_static_body", { - "_index": 10038, + "_index": 10108, "data": { "ref/stable/b2d.body": {} }, @@ -124892,7 +125276,7 @@ [ "b2d.body.dump", { - "_index": 10041, + "_index": 10111, "data": { "ref/stable/b2d.body": {} }, @@ -124902,7 +125286,7 @@ [ "b2d.body.get_angular_damping", { - "_index": 10042, + "_index": 10112, "data": { "ref/stable/b2d.body": {} }, @@ -124912,7 +125296,7 @@ [ "b2d.body.get_angular_velocity", { - "_index": 10044, + "_index": 10114, "data": { "ref/stable/b2d.body": {} }, @@ -124922,7 +125306,7 @@ [ "b2d.body.get_gravity_scale", { - "_index": 10047, + "_index": 10117, "data": { "ref/stable/b2d.body": {} }, @@ -124932,7 +125316,7 @@ [ "b2d.body.get_inertia", { - "_index": 10049, + "_index": 10119, "data": { "ref/stable/b2d.body": {} }, @@ -124942,7 +125326,7 @@ [ "b2d.body.get_linear_damping", { - "_index": 10054, + "_index": 10124, "data": { "ref/stable/b2d.body": {} }, @@ -124952,7 +125336,7 @@ [ "b2d.body.get_linear_velocity", { - "_index": 10056, + "_index": 10126, "data": { "ref/stable/b2d.body": {} }, @@ -124962,7 +125346,7 @@ [ "b2d.body.get_linear_velocity_from_local_point", { - "_index": 10058, + "_index": 10128, "data": { "ref/stable/b2d.body": {} }, @@ -124972,7 +125356,7 @@ [ "b2d.body.get_linear_velocity_from_world_point", { - "_index": 10060, + "_index": 10130, "data": { "ref/stable/b2d.body": {} }, @@ -124982,7 +125366,7 @@ [ "b2d.body.get_local_center", { - "_index": 10062, + "_index": 10132, "data": { "ref/stable/b2d.body": {} }, @@ -124992,7 +125376,7 @@ [ "b2d.body.get_local_point", { - "_index": 10064, + "_index": 10134, "data": { "ref/stable/b2d.body": {} }, @@ -125002,7 +125386,7 @@ [ "b2d.body.get_local_vector", { - "_index": 10067, + "_index": 10137, "data": { "ref/stable/b2d.body": {} }, @@ -125012,7 +125396,7 @@ [ "b2d.body.get_mass", { - "_index": 10069, + "_index": 10139, "data": { "ref/stable/b2d.body": {} }, @@ -125022,7 +125406,7 @@ [ "b2d.body.get_next", { - "_index": 10071, + "_index": 10141, "data": { "ref/stable/b2d.body": {} }, @@ -125032,7 +125416,7 @@ [ "b2d.body.get_position", { - "_index": 10073, + "_index": 10143, "data": { "ref/stable/b2d.body": {} }, @@ -125042,7 +125426,7 @@ [ "b2d.body.get_type", { - "_index": 10074, + "_index": 10144, "data": { "ref/stable/b2d.body": {} }, @@ -125052,7 +125436,7 @@ [ "b2d.body.get_world", { - "_index": 10077, + "_index": 10146, "data": { "ref/stable/b2d.body": {} }, @@ -125062,7 +125446,7 @@ [ "b2d.body.get_world_center", { - "_index": 10078, + "_index": 10147, "data": { "ref/stable/b2d.body": {} }, @@ -125072,7 +125456,7 @@ [ "b2d.body.get_world_point", { - "_index": 10080, + "_index": 10149, "data": { "ref/stable/b2d.body": {} }, @@ -125082,7 +125466,7 @@ [ "b2d.body.get_world_vector", { - "_index": 10083, + "_index": 10152, "data": { "ref/stable/b2d.body": {} }, @@ -125092,7 +125476,7 @@ [ "b2d.body.is_active", { - "_index": 10085, + "_index": 10154, "data": { "ref/stable/b2d.body": {} }, @@ -125102,7 +125486,7 @@ [ "b2d.body.is_awake", { - "_index": 10087, + "_index": 10156, "data": { "ref/stable/b2d.body": {} }, @@ -125112,7 +125496,7 @@ [ "b2d.body.is_bullet", { - "_index": 10090, + "_index": 10159, "data": { "ref/stable/b2d.body": {} }, @@ -125122,7 +125506,7 @@ [ "b2d.body.is_fixed_rotation", { - "_index": 10092, + "_index": 10161, "data": { "ref/stable/b2d.body": {} }, @@ -125132,7 +125516,7 @@ [ "b2d.body.is_sleeping_allowed", { - "_index": 10094, + "_index": 10163, "data": { "ref/stable/b2d.body": {} }, @@ -125142,7 +125526,7 @@ [ "b2d.body.reset_mass_data", { - "_index": 10096, + "_index": 10165, "data": { "ref/stable/b2d.body": {} }, @@ -125152,7 +125536,7 @@ [ "b2d.body.set_active", { - "_index": 10100, + "_index": 10169, "data": { "ref/stable/b2d.body": {} }, @@ -125162,7 +125546,7 @@ [ "b2d.body.set_angular_damping", { - "_index": 10108, + "_index": 10177, "data": { "ref/stable/b2d.body": {} }, @@ -125172,7 +125556,7 @@ [ "b2d.body.set_angular_velocity", { - "_index": 10110, + "_index": 10179, "data": { "ref/stable/b2d.body": {} }, @@ -125182,7 +125566,7 @@ [ "b2d.body.set_awake", { - "_index": 10112, + "_index": 10181, "data": { "ref/stable/b2d.body": {} }, @@ -125192,7 +125576,7 @@ [ "b2d.body.set_bullet", { - "_index": 10114, + "_index": 10183, "data": { "ref/stable/b2d.body": {} }, @@ -125202,7 +125586,7 @@ [ "b2d.body.set_fixed_rotation", { - "_index": 10116, + "_index": 10185, "data": { "ref/stable/b2d.body": {} }, @@ -125212,7 +125596,7 @@ [ "b2d.body.set_gravity_scale", { - "_index": 10118, + "_index": 10187, "data": { "ref/stable/b2d.body": {} }, @@ -125222,7 +125606,7 @@ [ "b2d.body.set_linear_damping", { - "_index": 10120, + "_index": 10189, "data": { "ref/stable/b2d.body": {} }, @@ -125232,7 +125616,7 @@ [ "b2d.body.set_linear_velocity", { - "_index": 10122, + "_index": 10191, "data": { "ref/stable/b2d.body": {} }, @@ -125242,7 +125626,7 @@ [ "b2d.body.set_sleeping_allowed", { - "_index": 10124, + "_index": 10193, "data": { "ref/stable/b2d.body": {} }, @@ -125252,7 +125636,7 @@ [ "b2d.body.set_transform", { - "_index": 10126, + "_index": 10195, "data": { "ref/stable/b2d.body": {} }, @@ -125262,7 +125646,7 @@ [ "b2d.body.set_type", { - "_index": 10128, + "_index": 10197, "data": { "ref/stable/b2d.body": {} }, @@ -125272,7 +125656,7 @@ [ "b2d.get_body", { - "_index": 9916, + "_index": 9986, "data": { "ref/stable/b2d": {} }, @@ -125282,7 +125666,7 @@ [ "b2d.get_world", { - "_index": 9920, + "_index": 9990, "data": { "ref/stable/b2d": {} }, @@ -125292,7 +125676,7 @@ [ "b2world", { - "_index": 9922, + "_index": 9992, "data": { "ref/stable/b2d": {}, "ref/stable/b2d.body": {} @@ -125403,7 +125787,7 @@ [ "backslashes", { - "_index": 7112, + "_index": 7126, "data": { "ref/stable/string": {} }, @@ -125413,7 +125797,7 @@ [ "backtrace", { - "_index": 8652, + "_index": 8685, "data": { "ref/stable/crash": {}, "ref/stable/dmScript": {} @@ -125502,7 +125886,7 @@ [ "band", { - "_index": 8605, + "_index": 8638, "data": { "ref/stable/bit": {} }, @@ -125512,7 +125896,7 @@ [ "bandwidth", { - "_index": 10408, + "_index": 10479, "data": { "ref/stable/socket": {} }, @@ -125662,7 +126046,7 @@ [ "base64decode", { - "_index": 8154, + "_index": 8180, "data": { "ref/stable/dmCrypt": {} }, @@ -125672,7 +126056,7 @@ [ "base64encode", { - "_index": 8158, + "_index": 8184, "data": { "ref/stable/dmCrypt": {} }, @@ -125739,7 +126123,8 @@ "ref/stable/physics": {}, "ref/stable/render": {}, "ref/stable/resource": {}, - "ref/stable/sys": {} + "ref/stable/sys": {}, + "ref/stable/vmath": {} }, "type": {} } @@ -125757,7 +126142,7 @@ [ "bases", { - "_index": 10654, + "_index": 10725, "data": { "ref/stable/base": {} }, @@ -125907,7 +126292,7 @@ [ "bd", { - "_index": 8533, + "_index": 8559, "data": { "ref/stable/render": {} }, @@ -126245,7 +126630,8 @@ "manuals/application-security": {}, "manuals/editor-scripts-ui": {}, "manuals/porting-guidelines": {}, - "manuals/version-control": {} + "manuals/version-control": {}, + "ref/stable/render": {} }, "type": {} } @@ -126415,7 +126801,8 @@ { "_index": 3630, "data": { - "manuals/extensions-best-practices": {} + "manuals/extensions-best-practices": {}, + "ref/stable/editor": {} }, "type": {} } @@ -126423,7 +126810,7 @@ [ "begin", { - "_index": 7425, + "_index": 7439, "data": { "ref/stable/dmArray": {}, "ref/stable/dmHid": {}, @@ -126436,7 +126823,7 @@ [ "beginframe", { - "_index": 8748, + "_index": 8781, "data": { "ref/stable/dmProfile": {} }, @@ -126876,7 +127263,7 @@ [ "beware", { - "_index": 10537, + "_index": 10608, "data": { "ref/stable/socket": {} }, @@ -127061,7 +127448,7 @@ [ "bit.arshift", { - "_index": 8599, + "_index": 8632, "data": { "ref/stable/bit": {} }, @@ -127071,7 +127458,7 @@ [ "bit.band", { - "_index": 8604, + "_index": 8637, "data": { "ref/stable/bit": {} }, @@ -127081,7 +127468,7 @@ [ "bit.bnot", { - "_index": 8606, + "_index": 8639, "data": { "ref/stable/bit": {} }, @@ -127091,7 +127478,7 @@ [ "bit.bor", { - "_index": 8608, + "_index": 8641, "data": { "ref/stable/bit": {} }, @@ -127101,7 +127488,7 @@ [ "bit.bswap", { - "_index": 8610, + "_index": 8643, "data": { "ref/stable/bit": {} }, @@ -127111,7 +127498,7 @@ [ "bit.bxor", { - "_index": 8615, + "_index": 8648, "data": { "ref/stable/bit": {} }, @@ -127121,7 +127508,7 @@ [ "bit.lshift", { - "_index": 8618, + "_index": 8651, "data": { "ref/stable/bit": {} }, @@ -127131,7 +127518,7 @@ [ "bit.rol", { - "_index": 8622, + "_index": 8655, "data": { "ref/stable/bit": {} }, @@ -127141,7 +127528,7 @@ [ "bit.ror", { - "_index": 8624, + "_index": 8657, "data": { "ref/stable/bit": {} }, @@ -127151,7 +127538,7 @@ [ "bit.rshift", { - "_index": 8626, + "_index": 8659, "data": { "ref/stable/bit": {} }, @@ -127161,7 +127548,7 @@ [ "bit.tobit", { - "_index": 8628, + "_index": 8661, "data": { "ref/stable/bit": {} }, @@ -127171,7 +127558,7 @@ [ "bit.tohex", { - "_index": 8630, + "_index": 8663, "data": { "ref/stable/bit": {} }, @@ -127214,7 +127601,7 @@ [ "bitmask", { - "_index": 8071, + "_index": 8097, "data": { "ref/stable/tilemap": {} }, @@ -127234,7 +127621,7 @@ [ "bitplanes", { - "_index": 8510, + "_index": 8536, "data": { "ref/stable/render": {} }, @@ -127244,7 +127631,7 @@ [ "bits", { - "_index": 8546, + "_index": 8572, "data": { "ref/stable/bit": {}, "ref/stable/dmRender": {}, @@ -127302,7 +127689,7 @@ [ "blanks", { - "_index": 9521, + "_index": 9590, "data": { "ref/stable/sys": {} }, @@ -127366,7 +127753,7 @@ [ "blend_add", { - "_index": 7600, + "_index": 7614, "data": { "ref/stable/gui": {} }, @@ -127376,7 +127763,7 @@ [ "blend_add_alpha", { - "_index": 7603, + "_index": 7617, "data": { "ref/stable/gui": {} }, @@ -127386,7 +127773,7 @@ [ "blend_alpha", { - "_index": 7605, + "_index": 7619, "data": { "ref/stable/gui": {} }, @@ -127407,7 +127794,7 @@ [ "blend_factor_constant_alpha", { - "_index": 8175, + "_index": 8201, "data": { "ref/stable/graphics": {} }, @@ -127417,7 +127804,7 @@ [ "blend_factor_constant_color", { - "_index": 8177, + "_index": 8203, "data": { "ref/stable/graphics": {} }, @@ -127427,7 +127814,7 @@ [ "blend_factor_dst_alpha", { - "_index": 8179, + "_index": 8205, "data": { "ref/stable/graphics": {} }, @@ -127437,7 +127824,7 @@ [ "blend_factor_dst_color", { - "_index": 8181, + "_index": 8207, "data": { "ref/stable/graphics": {} }, @@ -127447,7 +127834,7 @@ [ "blend_factor_one", { - "_index": 8183, + "_index": 8209, "data": { "ref/stable/graphics": {} }, @@ -127457,7 +127844,7 @@ [ "blend_factor_one_minus_constant_alpha", { - "_index": 8185, + "_index": 8211, "data": { "ref/stable/graphics": {} }, @@ -127467,7 +127854,7 @@ [ "blend_factor_one_minus_constant_color", { - "_index": 8187, + "_index": 8213, "data": { "ref/stable/graphics": {} }, @@ -127477,7 +127864,7 @@ [ "blend_factor_one_minus_dst_alpha", { - "_index": 8189, + "_index": 8215, "data": { "ref/stable/graphics": {} }, @@ -127487,7 +127874,7 @@ [ "blend_factor_one_minus_dst_color", { - "_index": 8191, + "_index": 8217, "data": { "ref/stable/graphics": {} }, @@ -127497,7 +127884,7 @@ [ "blend_factor_one_minus_src_alpha", { - "_index": 8193, + "_index": 8219, "data": { "ref/stable/graphics": {} }, @@ -127507,7 +127894,7 @@ [ "blend_factor_one_minus_src_color", { - "_index": 8195, + "_index": 8221, "data": { "ref/stable/graphics": {} }, @@ -127517,7 +127904,7 @@ [ "blend_factor_src_alpha", { - "_index": 8197, + "_index": 8223, "data": { "ref/stable/graphics": {} }, @@ -127527,7 +127914,7 @@ [ "blend_factor_src_alpha_saturate", { - "_index": 8199, + "_index": 8225, "data": { "ref/stable/graphics": {} }, @@ -127537,7 +127924,7 @@ [ "blend_factor_src_color", { - "_index": 8201, + "_index": 8227, "data": { "ref/stable/graphics": {} }, @@ -127547,7 +127934,7 @@ [ "blend_factor_zero", { - "_index": 8203, + "_index": 8229, "data": { "ref/stable/graphics": {} }, @@ -127557,7 +127944,7 @@ [ "blend_mult", { - "_index": 7607, + "_index": 7621, "data": { "ref/stable/gui": {} }, @@ -127567,7 +127954,7 @@ [ "blend_screen", { - "_index": 7609, + "_index": 7623, "data": { "ref/stable/gui": {} }, @@ -127577,7 +127964,7 @@ [ "blendcolor", { - "_index": 8502, + "_index": 8528, "data": { "ref/stable/render": {} }, @@ -127667,7 +128054,7 @@ [ "blob", { - "_index": 8655, + "_index": 8688, "data": { "ref/stable/crash": {}, "ref/stable/dmConfigFile": {} @@ -127724,7 +128111,7 @@ [ "blocked", { - "_index": 9836, + "_index": 9906, "data": { "ref/stable/dmConditionVariable": {}, "ref/stable/socket": {} @@ -127891,7 +128278,7 @@ [ "bnot", { - "_index": 8607, + "_index": 8640, "data": { "ref/stable/bit": {} }, @@ -127951,7 +128338,7 @@ [ "bodies", { - "_index": 7459, + "_index": 7473, "data": { "ref/stable/b2d.body": {}, "ref/stable/physics": {} @@ -127983,7 +128370,7 @@ [ "body's", { - "_index": 10066, + "_index": 10136, "data": { "ref/stable/b2d.body": {} }, @@ -127993,7 +128380,7 @@ [ "body_cbk", { - "_index": 10386, + "_index": 10457, "data": { "ref/stable/dmHttpClient": {} }, @@ -128024,7 +128411,7 @@ [ "bodya_angle", { - "_index": 7496, + "_index": 7510, "data": { "ref/stable/physics": {} }, @@ -128045,7 +128432,7 @@ [ "bodyb_angle", { - "_index": 7495, + "_index": 7509, "data": { "ref/stable/physics": {} }, @@ -128224,10 +128611,20 @@ "type": {} } ], + [ + "booleandefault", + { + "_index": 8849, + "data": { + "ref/stable/editor": {} + }, + "type": {} + } + ], [ "booleandetermines", { - "_index": 8838, + "_index": 8906, "data": { "ref/stable/editor": {} }, @@ -128237,7 +128634,7 @@ [ "booleanif", { - "_index": 8876, + "_index": 8944, "data": { "ref/stable/editor": {} }, @@ -128258,7 +128655,7 @@ [ "booleanwhether", { - "_index": 8810, + "_index": 8878, "data": { "ref/stable/editor": {} }, @@ -128325,7 +128722,7 @@ [ "bor", { - "_index": 8609, + "_index": 8642, "data": { "ref/stable/bit": {} }, @@ -128460,7 +128857,7 @@ [ "bottom_left", { - "_index": 8821, + "_index": 8889, "data": { "ref/stable/editor": {} }, @@ -128470,7 +128867,7 @@ [ "bottom_right", { - "_index": 8823, + "_index": 8891, "data": { "ref/stable/editor": {} }, @@ -128543,7 +128940,7 @@ [ "bounded", { - "_index": 9657, + "_index": 9726, "data": { "ref/stable/dmStringFunc": {} }, @@ -128749,7 +129146,7 @@ [ "breadcrumb", { - "_index": 8675, + "_index": 8708, "data": { "ref/stable/crash": {} }, @@ -128918,7 +129315,7 @@ [ "broad", { - "_index": 10103, + "_index": 10172, "data": { "ref/stable/b2d.body": {} }, @@ -128928,7 +129325,7 @@ [ "broadcast", { - "_index": 7935, + "_index": 7961, "data": { "ref/stable/dmConditionVariable": {}, "ref/stable/dmSocket": {}, @@ -128942,7 +129339,7 @@ [ "broadcasted", { - "_index": 7448, + "_index": 7462, "data": { "ref/stable/physics": {} }, @@ -129049,7 +129446,7 @@ [ "bs", { - "_index": 8535, + "_index": 8561, "data": { "ref/stable/render": {} }, @@ -129059,7 +129456,7 @@ [ "bsd", { - "_index": 9349, + "_index": 9417, "data": { "ref/stable/dmSocket": {}, "ref/stable/dmStringFunc": {}, @@ -129071,7 +129468,7 @@ [ "bswap", { - "_index": 8611, + "_index": 8644, "data": { "ref/stable/bit": {} }, @@ -129193,7 +129590,7 @@ [ "buffer.copy_buffer", { - "_index": 8076, + "_index": 8102, "data": { "ref/stable/buffer": {} }, @@ -129203,7 +129600,7 @@ [ "buffer.copy_stream", { - "_index": 8078, + "_index": 8104, "data": { "ref/stable/buffer": {} }, @@ -129228,7 +129625,7 @@ [ "buffer.get_bytes", { - "_index": 8081, + "_index": 8107, "data": { "ref/stable/buffer": {} }, @@ -129238,7 +129635,7 @@ [ "buffer.get_metadata", { - "_index": 8083, + "_index": 8109, "data": { "ref/stable/buffer": {} }, @@ -129282,7 +129679,7 @@ [ "buffer.value_type_int16", { - "_index": 8088, + "_index": 8114, "data": { "ref/stable/buffer": {} }, @@ -129292,7 +129689,7 @@ [ "buffer.value_type_int32", { - "_index": 8090, + "_index": 8116, "data": { "ref/stable/buffer": {} }, @@ -129302,7 +129699,7 @@ [ "buffer.value_type_int64", { - "_index": 8092, + "_index": 8118, "data": { "ref/stable/buffer": {} }, @@ -129312,7 +129709,7 @@ [ "buffer.value_type_int8", { - "_index": 8094, + "_index": 8120, "data": { "ref/stable/buffer": {} }, @@ -129322,7 +129719,7 @@ [ "buffer.value_type_uint16", { - "_index": 8096, + "_index": 8122, "data": { "ref/stable/buffer": {} }, @@ -129332,7 +129729,7 @@ [ "buffer.value_type_uint32", { - "_index": 8098, + "_index": 8124, "data": { "ref/stable/buffer": {} }, @@ -129342,7 +129739,7 @@ [ "buffer.value_type_uint64", { - "_index": 8100, + "_index": 8126, "data": { "ref/stable/buffer": {} }, @@ -129363,7 +129760,7 @@ [ "buffer_ok", { - "_index": 10573, + "_index": 10644, "data": { "ref/stable/dmBuffer": {} }, @@ -129373,7 +129770,7 @@ [ "buffer_type", { - "_index": 10353, + "_index": 10424, "data": { "ref/stable/resource": {} }, @@ -129383,7 +129780,7 @@ [ "buffer_type_color0_bit", { - "_index": 8205, + "_index": 8231, "data": { "ref/stable/graphics": {} }, @@ -129393,7 +129790,7 @@ [ "buffer_type_color1_bit", { - "_index": 8207, + "_index": 8233, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -129404,7 +129801,7 @@ [ "buffer_type_color2_bit", { - "_index": 8210, + "_index": 8236, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -129415,7 +129812,7 @@ [ "buffer_type_color3_bit", { - "_index": 8212, + "_index": 8238, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -129426,7 +129823,7 @@ [ "buffer_type_depth_bit", { - "_index": 8214, + "_index": 8240, "data": { "ref/stable/graphics": {} }, @@ -129436,7 +129833,7 @@ [ "buffer_type_stencil_bit", { - "_index": 8216, + "_index": 8242, "data": { "ref/stable/graphics": {} }, @@ -129456,7 +129853,7 @@ [ "bufferc", { - "_index": 10332, + "_index": 10403, "data": { "ref/stable/resource": {} }, @@ -129466,7 +129863,7 @@ [ "buffered", { - "_index": 9394, + "_index": 9462, "data": { "ref/stable/io": {}, "ref/stable/socket": {} @@ -129477,7 +129874,7 @@ [ "buffering", { - "_index": 8575, + "_index": 8608, "data": { "ref/stable/io": {}, "ref/stable/render": {} @@ -129508,7 +129905,7 @@ [ "bufferstream", { - "_index": 8080, + "_index": 8106, "data": { "ref/stable/buffer": {} }, @@ -129680,7 +130077,7 @@ [ "build/default/game.projectc", { - "_index": 9368, + "_index": 9436, "data": { "ref/stable/engine": {} }, @@ -130445,7 +130842,7 @@ [ "buttoncancel", { - "_index": 8877, + "_index": 8945, "data": { "ref/stable/editor": {} }, @@ -130465,7 +130862,7 @@ [ "buttonenabled", { - "_index": 8878, + "_index": 8946, "data": { "ref/stable/editor": {} }, @@ -130499,7 +130896,7 @@ [ "buttontext", { - "_index": 8831, + "_index": 8899, "data": { "ref/stable/editor": {} }, @@ -130509,7 +130906,7 @@ [ "bxor", { - "_index": 8616, + "_index": 8649, "data": { "ref/stable/bit": {} }, @@ -130681,7 +131078,7 @@ [ "bypass", { - "_index": 10460, + "_index": 10531, "data": { "ref/stable/socket": {} }, @@ -130691,7 +131088,7 @@ [ "bypasses", { - "_index": 9346, + "_index": 9414, "data": { "ref/stable/package": {} }, @@ -130765,7 +131162,7 @@ [ "bytes_received", { - "_index": 10169, + "_index": 10238, "data": { "ref/stable/http": {} }, @@ -130775,7 +131172,7 @@ [ "bytes_total", { - "_index": 10172, + "_index": 10241, "data": { "ref/stable/http": {} }, @@ -130817,7 +131214,7 @@ [ "c++11", { - "_index": 10257, + "_index": 10326, "data": { "ref/stable/dmStaticAssert": {} }, @@ -130925,7 +131322,7 @@ [ "caches", { - "_index": 8985, + "_index": 9053, "data": { "ref/stable/editor": {} }, @@ -130935,7 +131332,7 @@ [ "caching", { - "_index": 9612, + "_index": 9681, "data": { "ref/stable/sys": {} }, @@ -131123,7 +131520,7 @@ [ "callaback", { - "_index": 10134, + "_index": 10203, "data": { "ref/stable/html5": {} }, @@ -131166,6 +131563,7 @@ "ref/stable/model": {}, "ref/stable/particlefx": {}, "ref/stable/physics": {}, + "ref/stable/render": {}, "ref/stable/sound": {}, "ref/stable/sprite": {}, "ref/stable/sys": {}, @@ -131195,7 +131593,7 @@ [ "callbacktype", { - "_index": 9797, + "_index": 9867, "data": { "ref/stable/dmExtension": {} }, @@ -131277,7 +131675,7 @@ [ "caller", { - "_index": 9048, + "_index": 9116, "data": { "ref/stable/base": {}, "ref/stable/debug": {}, @@ -131411,7 +131809,7 @@ [ "camera.get_aspect_ratio", { - "_index": 10260, + "_index": 10329, "data": { "ref/stable/camera": {} }, @@ -131421,7 +131819,17 @@ [ "camera.get_cameras", { - "_index": 10262, + "_index": 10331, + "data": { + "ref/stable/camera": {} + }, + "type": {} + } + ], + [ + "camera.get_enabled", + { + "_index": 10333, "data": { "ref/stable/camera": {} }, @@ -131431,7 +131839,7 @@ [ "camera.get_far_z", { - "_index": 10264, + "_index": 10335, "data": { "ref/stable/camera": {} }, @@ -131441,7 +131849,7 @@ [ "camera.get_fov", { - "_index": 10266, + "_index": 10337, "data": { "ref/stable/camera": {} }, @@ -131451,7 +131859,7 @@ [ "camera.get_near_z", { - "_index": 10268, + "_index": 10339, "data": { "ref/stable/camera": {} }, @@ -131461,7 +131869,7 @@ [ "camera.get_orthographic_zoom", { - "_index": 10270, + "_index": 10341, "data": { "ref/stable/camera": {} }, @@ -131471,7 +131879,7 @@ [ "camera.get_projection", { - "_index": 10272, + "_index": 10343, "data": { "ref/stable/camera": {} }, @@ -131481,7 +131889,7 @@ [ "camera.get_view", { - "_index": 10274, + "_index": 10345, "data": { "ref/stable/camera": {} }, @@ -131491,7 +131899,7 @@ [ "camera.set_aspect_ratio", { - "_index": 10276, + "_index": 10347, "data": { "ref/stable/camera": {} }, @@ -131501,7 +131909,7 @@ [ "camera.set_far_z", { - "_index": 10278, + "_index": 10349, "data": { "ref/stable/camera": {} }, @@ -131511,7 +131919,7 @@ [ "camera.set_fov", { - "_index": 10280, + "_index": 10351, "data": { "ref/stable/camera": {} }, @@ -131521,7 +131929,7 @@ [ "camera.set_near_z", { - "_index": 10282, + "_index": 10353, "data": { "ref/stable/camera": {} }, @@ -131531,7 +131939,7 @@ [ "camera.set_orthographic_zoom", { - "_index": 10284, + "_index": 10355, "data": { "ref/stable/camera": {} }, @@ -131867,7 +132275,7 @@ [ "can_get", { - "_index": 8789, + "_index": 8822, "data": { "ref/stable/editor": {} }, @@ -131887,7 +132295,7 @@ [ "can_set", { - "_index": 8790, + "_index": 8823, "data": { "ref/stable/editor": {} }, @@ -131924,7 +132332,7 @@ [ "cancel_animation", { - "_index": 7610, + "_index": 7624, "data": { "ref/stable/gui": {} }, @@ -131934,7 +132342,7 @@ [ "cancel_animations", { - "_index": 9847, + "_index": 9917, "data": { "ref/stable/go": {} }, @@ -131944,7 +132352,7 @@ [ "cancel_flipbook", { - "_index": 7612, + "_index": 7626, "data": { "ref/stable/gui": {} }, @@ -131954,7 +132362,7 @@ [ "cancelability", { - "_index": 9985, + "_index": 10055, "data": { "ref/stable/dmSocket": {} }, @@ -131989,7 +132397,7 @@ [ "cancelled/completed", { - "_index": 7360, + "_index": 7374, "data": { "ref/stable/timer": {} }, @@ -131999,7 +132407,7 @@ [ "cancelling", { - "_index": 7350, + "_index": 7364, "data": { "ref/stable/timer": {} }, @@ -132009,7 +132417,7 @@ [ "cancels", { - "_index": 7613, + "_index": 7627, "data": { "ref/stable/gui": {}, "ref/stable/model": {} @@ -132053,7 +132461,7 @@ [ "canonic", { - "_index": 10524, + "_index": 10595, "data": { "ref/stable/socket": {} }, @@ -132063,7 +132471,7 @@ [ "canonical", { - "_index": 8404, + "_index": 8430, "data": { "ref/stable/dmResource": {} }, @@ -132085,7 +132493,7 @@ [ "cap", { - "_index": 9517, + "_index": 9586, "data": { "ref/stable/sys": {} }, @@ -132126,7 +132534,7 @@ [ "capacity", { - "_index": 7426, + "_index": 7440, "data": { "ref/stable/dmArray": {} }, @@ -132157,7 +132565,7 @@ [ "capsules", { - "_index": 7526, + "_index": 7540, "data": { "ref/stable/physics": {} }, @@ -132272,7 +132680,7 @@ [ "carries", { - "_index": 9669, + "_index": 9738, "data": { "ref/stable/dmStringFunc": {} }, @@ -132480,7 +132888,7 @@ [ "catch", { - "_index": 10536, + "_index": 10607, "data": { "ref/stable/socket": {} }, @@ -132490,7 +132898,7 @@ [ "catches", { - "_index": 10534, + "_index": 10605, "data": { "ref/stable/base": {}, "ref/stable/socket": {} @@ -132679,7 +133087,7 @@ [ "ceil", { - "_index": 7240, + "_index": 7254, "data": { "ref/stable/math": {} }, @@ -132700,7 +133108,7 @@ [ "cellular", { - "_index": 9559, + "_index": 9628, "data": { "ref/stable/sys": {} }, @@ -132853,7 +133261,7 @@ [ "chance", { - "_index": 9844, + "_index": 9914, "data": { "ref/stable/go": {} }, @@ -132927,7 +133335,7 @@ [ "change_collision_group", { - "_index": 7516, + "_index": 7530, "data": { "ref/stable/physics": {} }, @@ -133094,7 +133502,7 @@ [ "char[1024", { - "_index": 9277, + "_index": 9345, "data": { "ref/stable/dmGameObject": {} }, @@ -133330,7 +133738,7 @@ [ "check_is_enemy", { - "_index": 7466, + "_index": 7480, "data": { "ref/stable/physics": {} }, @@ -133365,7 +133773,7 @@ [ "checkbuffer", { - "_index": 10722, + "_index": 10793, "data": { "ref/stable/dmScript": {} }, @@ -133375,7 +133783,7 @@ [ "checkbuffernoerror", { - "_index": 10726, + "_index": 10797, "data": { "ref/stable/dmScript": {} }, @@ -133385,7 +133793,7 @@ [ "checkbufferunpack", { - "_index": 10728, + "_index": 10799, "data": { "ref/stable/dmScript": {} }, @@ -133395,7 +133803,7 @@ [ "checkbufferunpacknoerror", { - "_index": 10730, + "_index": 10801, "data": { "ref/stable/dmScript": {} }, @@ -133405,7 +133813,7 @@ [ "checkcollection", { - "_index": 10708, + "_index": 10779, "data": { "ref/stable/dmScript": {} }, @@ -133436,7 +133844,7 @@ [ "checkedon_value_changed", { - "_index": 8847, + "_index": 8915, "data": { "ref/stable/editor": {} }, @@ -133446,7 +133854,7 @@ [ "checkgoinstance", { - "_index": 10709, + "_index": 10780, "data": { "ref/stable/dmScript": {} }, @@ -133456,7 +133864,7 @@ [ "checkhash", { - "_index": 10732, + "_index": 10803, "data": { "ref/stable/dmScript": {} }, @@ -133466,7 +133874,7 @@ [ "checkhashorstring", { - "_index": 10734, + "_index": 10805, "data": { "ref/stable/dmScript": {} }, @@ -133511,7 +133919,7 @@ [ "checkmatrix4", { - "_index": 10736, + "_index": 10807, "data": { "ref/stable/dmScript": {} }, @@ -133531,7 +133939,7 @@ [ "checkquat", { - "_index": 10738, + "_index": 10809, "data": { "ref/stable/dmScript": {} }, @@ -133580,7 +133988,7 @@ [ "checktable", { - "_index": 10711, + "_index": 10782, "data": { "ref/stable/dmScript": {} }, @@ -133590,7 +133998,7 @@ [ "checkvector3", { - "_index": 10740, + "_index": 10811, "data": { "ref/stable/dmScript": {} }, @@ -133600,7 +134008,7 @@ [ "checkvector4", { - "_index": 10742, + "_index": 10813, "data": { "ref/stable/dmScript": {} }, @@ -133875,7 +134283,7 @@ [ "chunked", { - "_index": 10176, + "_index": 10245, "data": { "ref/stable/http": {} }, @@ -133885,7 +134293,7 @@ [ "chunked_transfer", { - "_index": 10175, + "_index": 10244, "data": { "ref/stable/http": {} }, @@ -133895,7 +134303,7 @@ [ "chunkname", { - "_index": 10630, + "_index": 10701, "data": { "ref/stable/base": {} }, @@ -133959,7 +134367,7 @@ [ "circlic", { - "_index": 7630, + "_index": 7644, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -134166,7 +134574,7 @@ [ "cleared", { - "_index": 8451, + "_index": 8477, "data": { "ref/stable/editor": {}, "ref/stable/profiler": {}, @@ -134199,7 +134607,7 @@ [ "clearnamedconstantbuffer", { - "_index": 10835, + "_index": 10906, "data": { "ref/stable/dmRender": {} }, @@ -134209,7 +134617,7 @@ [ "clearrenderconstant", { - "_index": 8013, + "_index": 8039, "data": { "ref/stable/dmGameSystem": {} }, @@ -134345,7 +134753,7 @@ [ "client:close", { - "_index": 10389, + "_index": 10460, "data": { "ref/stable/socket": {} }, @@ -134365,7 +134773,7 @@ [ "client:dirty", { - "_index": 10391, + "_index": 10462, "data": { "ref/stable/socket": {} }, @@ -134375,7 +134783,7 @@ [ "client:getfd", { - "_index": 10393, + "_index": 10464, "data": { "ref/stable/socket": {} }, @@ -134385,7 +134793,7 @@ [ "client:getoption", { - "_index": 10394, + "_index": 10465, "data": { "ref/stable/socket": {} }, @@ -134395,7 +134803,7 @@ [ "client:getpeername", { - "_index": 10400, + "_index": 10471, "data": { "ref/stable/socket": {} }, @@ -134405,7 +134813,7 @@ [ "client:getsockname", { - "_index": 10404, + "_index": 10475, "data": { "ref/stable/socket": {} }, @@ -134415,7 +134823,7 @@ [ "client:getstats", { - "_index": 10405, + "_index": 10476, "data": { "ref/stable/socket": {} }, @@ -134447,7 +134855,7 @@ [ "client:setfd", { - "_index": 10415, + "_index": 10486, "data": { "ref/stable/socket": {} }, @@ -134457,7 +134865,7 @@ [ "client:setoption", { - "_index": 10395, + "_index": 10466, "data": { "ref/stable/socket": {} }, @@ -134467,7 +134875,7 @@ [ "client:setstats", { - "_index": 10424, + "_index": 10495, "data": { "ref/stable/socket": {} }, @@ -134488,7 +134896,7 @@ [ "client:shutdown", { - "_index": 10428, + "_index": 10499, "data": { "ref/stable/socket": {} }, @@ -134566,7 +134974,7 @@ [ "clipping_mode_none", { - "_index": 7615, + "_index": 7629, "data": { "ref/stable/gui": {} }, @@ -134576,7 +134984,7 @@ [ "clipping_mode_stencil", { - "_index": 7617, + "_index": 7631, "data": { "ref/stable/gui": {} }, @@ -134598,7 +135006,7 @@ [ "clock", { - "_index": 9926, + "_index": 9996, "data": { "ref/stable/os": {} }, @@ -134634,7 +135042,7 @@ [ "clone_tree", { - "_index": 7621, + "_index": 7635, "data": { "ref/stable/gui": {} }, @@ -134644,7 +135052,7 @@ [ "cloned", { - "_index": 7618, + "_index": 7632, "data": { "ref/stable/gui": {} }, @@ -134654,7 +135062,7 @@ [ "cloning", { - "_index": 10374, + "_index": 10445, "data": { "ref/stable/resource": {} }, @@ -134838,7 +135246,7 @@ [ "co", { - "_index": 8711, + "_index": 8744, "data": { "ref/stable/coroutine": {} }, @@ -134980,7 +135388,7 @@ [ "codec", { - "_index": 9525, + "_index": 9594, "data": { "ref/stable/sys": {} }, @@ -135147,7 +135555,7 @@ [ "collapsed", { - "_index": 8042, + "_index": 8068, "data": { "ref/stable/tilemap": {} }, @@ -135167,7 +135575,7 @@ [ "collate", { - "_index": 9950, + "_index": 10020, "data": { "ref/stable/os": {} }, @@ -135328,7 +135736,7 @@ [ "collectionfactory.get_status", { - "_index": 7333, + "_index": 7347, "data": { "ref/stable/collectionfactory": {} }, @@ -135360,7 +135768,7 @@ [ "collectionfactory.status_loaded", { - "_index": 7337, + "_index": 7351, "data": { "ref/stable/collectionfactory": {} }, @@ -135370,7 +135778,7 @@ [ "collectionfactory.status_loading", { - "_index": 7336, + "_index": 7350, "data": { "ref/stable/collectionfactory": {} }, @@ -135380,7 +135788,7 @@ [ "collectionfactory.status_unloaded", { - "_index": 7335, + "_index": 7349, "data": { "ref/stable/collectionfactory": {} }, @@ -135401,7 +135809,7 @@ [ "collectionproxy", { - "_index": 7953, + "_index": 7979, "data": { "ref/stable/collectionproxy": {} }, @@ -135411,7 +135819,7 @@ [ "collectionproxy.get_resources", { - "_index": 7952, + "_index": 7978, "data": { "ref/stable/collectionproxy": {} }, @@ -135433,7 +135841,7 @@ [ "collectionproxy.result_", { - "_index": 7965, + "_index": 7991, "data": { "ref/stable/collectionproxy": {} }, @@ -135443,7 +135851,7 @@ [ "collectionproxy.result_already_loaded", { - "_index": 7957, + "_index": 7983, "data": { "ref/stable/collectionproxy": {} }, @@ -135453,7 +135861,7 @@ [ "collectionproxy.result_loading", { - "_index": 7959, + "_index": 7985, "data": { "ref/stable/collectionproxy": {} }, @@ -135463,7 +135871,7 @@ [ "collectionproxy.result_not_excluded", { - "_index": 7961, + "_index": 7987, "data": { "ref/stable/collectionproxy": {} }, @@ -135473,7 +135881,7 @@ [ "collectionproxy.set_collection", { - "_index": 7963, + "_index": 7989, "data": { "ref/stable/collectionproxy": {} }, @@ -135546,7 +135954,7 @@ [ "collide_connected", { - "_index": 7458, + "_index": 7472, "data": { "ref/stable/physics": {} }, @@ -135568,7 +135976,7 @@ [ "collides", { - "_index": 7449, + "_index": 7463, "data": { "ref/stable/physics": {} }, @@ -135645,7 +136053,7 @@ [ "collision_response", { - "_index": 7447, + "_index": 7461, "data": { "ref/stable/physics": {} }, @@ -135766,7 +136174,7 @@ [ "color.w", { - "_index": 7576, + "_index": 7590, "data": { "ref/stable/gui": {} }, @@ -135894,7 +136302,7 @@ [ "column:grow", { - "_index": 8896, + "_index": 8964, "data": { "ref/stable/editor": {} }, @@ -136164,7 +136572,7 @@ [ "coming", { - "_index": 10449, + "_index": 10520, "data": { "ref/stable/socket": {} }, @@ -136242,7 +136650,7 @@ [ "commect", { - "_index": 10475, + "_index": 10546, "data": { "ref/stable/socket": {} }, @@ -136429,7 +136837,7 @@ [ "comp_collection_factory_status_loaded", { - "_index": 7334, + "_index": 7348, "data": { "ref/stable/collectionfactory": {} }, @@ -136459,7 +136867,7 @@ [ "comparand", { - "_index": 9004, + "_index": 9072, "data": { "ref/stable/dmAtomic": {} }, @@ -136485,7 +136893,7 @@ [ "compare_func_always", { - "_index": 8218, + "_index": 8244, "data": { "ref/stable/graphics": {} }, @@ -136495,7 +136903,7 @@ [ "compare_func_equal", { - "_index": 8220, + "_index": 8246, "data": { "ref/stable/graphics": {} }, @@ -136505,7 +136913,7 @@ [ "compare_func_gequal", { - "_index": 8222, + "_index": 8248, "data": { "ref/stable/graphics": {} }, @@ -136515,7 +136923,7 @@ [ "compare_func_greater", { - "_index": 8224, + "_index": 8250, "data": { "ref/stable/graphics": {} }, @@ -136525,7 +136933,7 @@ [ "compare_func_lequal", { - "_index": 8226, + "_index": 8252, "data": { "ref/stable/graphics": {} }, @@ -136535,7 +136943,7 @@ [ "compare_func_less", { - "_index": 8228, + "_index": 8254, "data": { "ref/stable/graphics": {} }, @@ -136545,7 +136953,7 @@ [ "compare_func_never", { - "_index": 8230, + "_index": 8256, "data": { "ref/stable/graphics": {} }, @@ -136555,7 +136963,7 @@ [ "compare_func_notequal", { - "_index": 8232, + "_index": 8258, "data": { "ref/stable/graphics": {} }, @@ -136587,7 +136995,7 @@ [ "comparing", { - "_index": 7004, + "_index": 7009, "data": { "ref/stable/vmath": {} }, @@ -136683,7 +137091,7 @@ [ "compgetconstantcallback", { - "_index": 8014, + "_index": 8040, "data": { "ref/stable/dmGameSystem": {} }, @@ -136810,7 +137218,7 @@ [ "complete_function", { - "_index": 7577, + "_index": 7591, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -137076,7 +137484,7 @@ [ "component[][]array", { - "_index": 8891, + "_index": 8959, "data": { "ref/stable/editor": {} }, @@ -137086,7 +137494,7 @@ [ "component[]array", { - "_index": 8871, + "_index": 8939, "data": { "ref/stable/editor": {} }, @@ -137096,7 +137504,7 @@ [ "componentaddtoupdate", { - "_index": 9058, + "_index": 9126, "data": { "ref/stable/dmGameObject": {} }, @@ -137106,7 +137514,7 @@ [ "componentaddtoupdateparams", { - "_index": 9062, + "_index": 9130, "data": { "ref/stable/dmGameObject": {} }, @@ -137116,7 +137524,7 @@ [ "componentcontent", { - "_index": 8869, + "_index": 8937, "data": { "ref/stable/editor": {} }, @@ -137126,7 +137534,7 @@ [ "componentcreate", { - "_index": 9063, + "_index": 9131, "data": { "ref/stable/dmGameObject": {} }, @@ -137136,7 +137544,7 @@ [ "componentcreateparams", { - "_index": 9065, + "_index": 9133, "data": { "ref/stable/dmGameObject": {} }, @@ -137146,7 +137554,7 @@ [ "componentdeleteworld", { - "_index": 9067, + "_index": 9135, "data": { "ref/stable/dmGameObject": {} }, @@ -137156,7 +137564,7 @@ [ "componentdeleteworldparams", { - "_index": 9069, + "_index": 9137, "data": { "ref/stable/dmGameObject": {} }, @@ -137166,7 +137574,7 @@ [ "componentdestroy", { - "_index": 9070, + "_index": 9138, "data": { "ref/stable/dmGameObject": {} }, @@ -137176,7 +137584,7 @@ [ "componentdestroyparams", { - "_index": 9073, + "_index": 9141, "data": { "ref/stable/dmGameObject": {} }, @@ -137186,7 +137594,7 @@ [ "componentfinal", { - "_index": 9074, + "_index": 9142, "data": { "ref/stable/dmGameObject": {} }, @@ -137196,7 +137604,7 @@ [ "componentfinalparams", { - "_index": 9076, + "_index": 9144, "data": { "ref/stable/dmGameObject": {} }, @@ -137206,7 +137614,7 @@ [ "componentget", { - "_index": 9077, + "_index": 9145, "data": { "ref/stable/dmGameObject": {} }, @@ -137216,7 +137624,7 @@ [ "componentgetparams", { - "_index": 9080, + "_index": 9148, "data": { "ref/stable/dmGameObject": {} }, @@ -137226,7 +137634,7 @@ [ "componentgetproperty", { - "_index": 9081, + "_index": 9149, "data": { "ref/stable/dmGameObject": {} }, @@ -137236,7 +137644,7 @@ [ "componentgetpropertyparams", { - "_index": 9087, + "_index": 9155, "data": { "ref/stable/dmGameObject": {} }, @@ -137246,7 +137654,7 @@ [ "componentinit", { - "_index": 9088, + "_index": 9156, "data": { "ref/stable/dmGameObject": {} }, @@ -137256,7 +137664,7 @@ [ "componentinitparams", { - "_index": 9090, + "_index": 9158, "data": { "ref/stable/dmGameObject": {} }, @@ -137266,7 +137674,7 @@ [ "componentiterproperties", { - "_index": 9091, + "_index": 9159, "data": { "ref/stable/dmGameObject": {} }, @@ -137276,7 +137684,7 @@ [ "componentnewworld", { - "_index": 9066, + "_index": 9134, "data": { "ref/stable/dmGameObject": {} }, @@ -137286,7 +137694,7 @@ [ "componentnewworldparams", { - "_index": 9096, + "_index": 9164, "data": { "ref/stable/dmGameObject": {} }, @@ -137296,7 +137704,7 @@ [ "componentoninput", { - "_index": 9099, + "_index": 9167, "data": { "ref/stable/dmGameObject": {} }, @@ -137306,7 +137714,7 @@ [ "componentoninputparams", { - "_index": 9102, + "_index": 9170, "data": { "ref/stable/dmGameObject": {} }, @@ -137316,7 +137724,7 @@ [ "componentonmessage", { - "_index": 9103, + "_index": 9171, "data": { "ref/stable/dmGameObject": {} }, @@ -137326,7 +137734,7 @@ [ "componentonmessageparams", { - "_index": 9107, + "_index": 9175, "data": { "ref/stable/dmGameObject": {} }, @@ -137336,7 +137744,7 @@ [ "componentonreload", { - "_index": 9108, + "_index": 9176, "data": { "ref/stable/dmGameObject": {} }, @@ -137346,7 +137754,7 @@ [ "componentonreloadparams", { - "_index": 9110, + "_index": 9178, "data": { "ref/stable/dmGameObject": {} }, @@ -137420,7 +137828,7 @@ [ "componentsetproperties", { - "_index": 9111, + "_index": 9179, "data": { "ref/stable/dmGameObject": {} }, @@ -137430,7 +137838,7 @@ [ "componentsetpropertiesparams", { - "_index": 9113, + "_index": 9181, "data": { "ref/stable/dmGameObject": {} }, @@ -137440,7 +137848,7 @@ [ "componentsetproperty", { - "_index": 9114, + "_index": 9182, "data": { "ref/stable/dmGameObject": {} }, @@ -137450,7 +137858,7 @@ [ "componentsetpropertyparams", { - "_index": 9116, + "_index": 9184, "data": { "ref/stable/dmGameObject": {} }, @@ -137460,7 +137868,7 @@ [ "componentsfixedupdate", { - "_index": 9117, + "_index": 9185, "data": { "ref/stable/dmGameObject": {} }, @@ -137470,7 +137878,7 @@ [ "componentspadding", { - "_index": 8922, + "_index": 8990, "data": { "ref/stable/editor": {} }, @@ -137480,7 +137888,7 @@ [ "componentspostupdate", { - "_index": 9120, + "_index": 9188, "data": { "ref/stable/dmGameObject": {} }, @@ -137490,7 +137898,7 @@ [ "componentspostupdateparams", { - "_index": 9122, + "_index": 9190, "data": { "ref/stable/dmGameObject": {} }, @@ -137500,7 +137908,7 @@ [ "componentsrender", { - "_index": 9123, + "_index": 9191, "data": { "ref/stable/dmGameObject": {} }, @@ -137510,7 +137918,7 @@ [ "componentsrenderparams", { - "_index": 9125, + "_index": 9193, "data": { "ref/stable/dmGameObject": {} }, @@ -137520,7 +137928,7 @@ [ "componentsrows", { - "_index": 8892, + "_index": 8960, "data": { "ref/stable/editor": {} }, @@ -137530,7 +137938,7 @@ [ "componentsupdate", { - "_index": 9126, + "_index": 9194, "data": { "ref/stable/dmGameObject": {} }, @@ -137540,7 +137948,7 @@ [ "componentsupdateparams", { - "_index": 9127, + "_index": 9195, "data": { "ref/stable/dmGameObject": {} }, @@ -137550,7 +137958,7 @@ [ "componentsupdateresult", { - "_index": 9128, + "_index": 9196, "data": { "ref/stable/dmGameObject": {} }, @@ -137560,7 +137968,7 @@ [ "componenttop", { - "_index": 8867, + "_index": 8935, "data": { "ref/stable/editor": {} }, @@ -137570,7 +137978,7 @@ [ "componenttypecreatectx", { - "_index": 9129, + "_index": 9197, "data": { "ref/stable/dmGameObject": {} }, @@ -137580,7 +137988,7 @@ [ "componenttypegetcontext", { - "_index": 9131, + "_index": 9199, "data": { "ref/stable/dmGameObject": {} }, @@ -137590,7 +137998,7 @@ [ "componenttypegettypeindex", { - "_index": 9133, + "_index": 9201, "data": { "ref/stable/dmGameObject": {} }, @@ -137600,7 +138008,7 @@ [ "componenttypesetaddtoupdatefn", { - "_index": 9136, + "_index": 9204, "data": { "ref/stable/dmGameObject": {} }, @@ -137610,7 +138018,7 @@ [ "componenttypesetchilditeratorfn", { - "_index": 9138, + "_index": 9206, "data": { "ref/stable/dmGameObject": {} }, @@ -137620,7 +138028,7 @@ [ "componenttypesetcontext", { - "_index": 9140, + "_index": 9208, "data": { "ref/stable/dmGameObject": {} }, @@ -137630,7 +138038,7 @@ [ "componenttypesetcreatefn", { - "_index": 9141, + "_index": 9209, "data": { "ref/stable/dmGameObject": {} }, @@ -137640,7 +138048,7 @@ [ "componenttypesetdeleteworldfn", { - "_index": 9142, + "_index": 9210, "data": { "ref/stable/dmGameObject": {} }, @@ -137650,7 +138058,7 @@ [ "componenttypesetdestroyfn", { - "_index": 9143, + "_index": 9211, "data": { "ref/stable/dmGameObject": {} }, @@ -137660,7 +138068,7 @@ [ "componenttypesetfinalfn", { - "_index": 9144, + "_index": 9212, "data": { "ref/stable/dmGameObject": {} }, @@ -137670,7 +138078,7 @@ [ "componenttypesetfixedupdatefn", { - "_index": 9146, + "_index": 9214, "data": { "ref/stable/dmGameObject": {} }, @@ -137680,7 +138088,7 @@ [ "componenttypesetgetfn", { - "_index": 9147, + "_index": 9215, "data": { "ref/stable/dmGameObject": {} }, @@ -137690,7 +138098,7 @@ [ "componenttypesetgetpropertyfn", { - "_index": 9148, + "_index": 9216, "data": { "ref/stable/dmGameObject": {} }, @@ -137700,7 +138108,7 @@ [ "componenttypesethasuserdata", { - "_index": 9149, + "_index": 9217, "data": { "ref/stable/dmGameObject": {} }, @@ -137710,7 +138118,7 @@ [ "componenttypesetinitfn", { - "_index": 9150, + "_index": 9218, "data": { "ref/stable/dmGameObject": {} }, @@ -137720,7 +138128,7 @@ [ "componenttypesetnewworldfn", { - "_index": 9152, + "_index": 9220, "data": { "ref/stable/dmGameObject": {} }, @@ -137730,7 +138138,7 @@ [ "componenttypesetoninputfn", { - "_index": 9153, + "_index": 9221, "data": { "ref/stable/dmGameObject": {} }, @@ -137740,7 +138148,7 @@ [ "componenttypesetonmessagefn", { - "_index": 9154, + "_index": 9222, "data": { "ref/stable/dmGameObject": {} }, @@ -137750,7 +138158,7 @@ [ "componenttypesetonreloadfn", { - "_index": 9156, + "_index": 9224, "data": { "ref/stable/dmGameObject": {} }, @@ -137760,7 +138168,7 @@ [ "componenttypesetpostupdatefn", { - "_index": 9157, + "_index": 9225, "data": { "ref/stable/dmGameObject": {} }, @@ -137770,7 +138178,7 @@ [ "componenttypesetprio", { - "_index": 9158, + "_index": 9226, "data": { "ref/stable/dmGameObject": {} }, @@ -137780,7 +138188,7 @@ [ "componenttypesetpropertyiteratorfn", { - "_index": 9160, + "_index": 9228, "data": { "ref/stable/dmGameObject": {} }, @@ -137790,7 +138198,7 @@ [ "componenttypesetreadstransforms", { - "_index": 9162, + "_index": 9230, "data": { "ref/stable/dmGameObject": {} }, @@ -137800,7 +138208,7 @@ [ "componenttypesetrenderfn", { - "_index": 9164, + "_index": 9232, "data": { "ref/stable/dmGameObject": {} }, @@ -137810,7 +138218,7 @@ [ "componenttypesetsetpropertiesfn", { - "_index": 9165, + "_index": 9233, "data": { "ref/stable/dmGameObject": {} }, @@ -137820,7 +138228,7 @@ [ "componenttypesetsetpropertyfn", { - "_index": 9167, + "_index": 9235, "data": { "ref/stable/dmGameObject": {} }, @@ -137830,7 +138238,7 @@ [ "componenttypesetupdatefn", { - "_index": 9168, + "_index": 9236, "data": { "ref/stable/dmGameObject": {} }, @@ -137872,7 +138280,7 @@ [ "composite", { - "_index": 7574, + "_index": 7588, "data": { "ref/stable/dmGameObject": {}, "ref/stable/gui": {} @@ -137957,7 +138365,7 @@ [ "compression_type_basis_etc1s", { - "_index": 8234, + "_index": 8260, "data": { "ref/stable/graphics": {} }, @@ -137979,7 +138387,7 @@ [ "compression_type_default", { - "_index": 8237, + "_index": 8263, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -137990,7 +138398,7 @@ [ "compression_type_webp", { - "_index": 8239, + "_index": 8265, "data": { "ref/stable/graphics": {} }, @@ -138000,7 +138408,7 @@ [ "compression_type_webp_lossy", { - "_index": 8241, + "_index": 8267, "data": { "ref/stable/graphics": {} }, @@ -138020,7 +138428,7 @@ [ "compsetconstantcallback", { - "_index": 8017, + "_index": 8043, "data": { "ref/stable/dmGameSystem": {} }, @@ -138053,7 +138461,7 @@ [ "computationally", { - "_index": 7082, + "_index": 7096, "data": { "ref/stable/vmath": {} }, @@ -138132,6 +138540,16 @@ "type": {} } ], + [ + "computereditor.prefs.scope.project", + { + "_index": 8847, + "data": { + "ref/stable/editor": {} + }, + "type": {} + } + ], [ "computers", { @@ -138157,7 +138575,7 @@ [ "computing", { - "_index": 8497, + "_index": 8523, "data": { "ref/stable/render": {} }, @@ -138188,7 +138606,7 @@ [ "concatenated", { - "_index": 9330, + "_index": 9398, "data": { "ref/stable/package": {}, "ref/stable/socket": {} @@ -138199,7 +138617,7 @@ [ "concatenates", { - "_index": 10628, + "_index": 10699, "data": { "ref/stable/base": {} }, @@ -138209,7 +138627,7 @@ [ "concatenation", { - "_index": 7169, + "_index": 7183, "data": { "ref/stable/dmStringFunc": {}, "ref/stable/string": {} @@ -138326,7 +138744,7 @@ [ "conditionvariable", { - "_index": 9837, + "_index": 9907, "data": { "ref/stable/dmConditionVariable": {} }, @@ -138408,7 +138826,7 @@ [ "configfileextensiondescbuffersize", { - "_index": 9037, + "_index": 9105, "data": { "ref/stable/dmConfigFile": {} }, @@ -138418,7 +138836,7 @@ [ "configfilegetfloat", { - "_index": 9038, + "_index": 9106, "data": { "ref/stable/dmConfigFile": {} }, @@ -138428,7 +138846,7 @@ [ "configfilegetint", { - "_index": 9041, + "_index": 9109, "data": { "ref/stable/dmConfigFile": {} }, @@ -138438,7 +138856,7 @@ [ "configfilegetstring", { - "_index": 9042, + "_index": 9110, "data": { "ref/stable/dmConfigFile": {} }, @@ -138715,7 +139133,7 @@ [ "connected:close", { - "_index": 10431, + "_index": 10502, "data": { "ref/stable/socket": {} }, @@ -138725,7 +139143,7 @@ [ "connected:getoption", { - "_index": 10432, + "_index": 10503, "data": { "ref/stable/socket": {} }, @@ -138735,7 +139153,7 @@ [ "connected:getpeername", { - "_index": 10439, + "_index": 10510, "data": { "ref/stable/socket": {} }, @@ -138745,7 +139163,7 @@ [ "connected:getsockname", { - "_index": 10441, + "_index": 10512, "data": { "ref/stable/socket": {} }, @@ -138755,7 +139173,7 @@ [ "connected:receive", { - "_index": 10446, + "_index": 10517, "data": { "ref/stable/socket": {} }, @@ -138765,7 +139183,7 @@ [ "connected:send", { - "_index": 10452, + "_index": 10523, "data": { "ref/stable/socket": {} }, @@ -138775,7 +139193,7 @@ [ "connected:setoption", { - "_index": 10433, + "_index": 10504, "data": { "ref/stable/socket": {} }, @@ -138785,7 +139203,7 @@ [ "connected:setpeername", { - "_index": 10466, + "_index": 10537, "data": { "ref/stable/socket": {} }, @@ -138795,7 +139213,7 @@ [ "connected:settimeout", { - "_index": 10471, + "_index": 10542, "data": { "ref/stable/socket": {} }, @@ -138877,7 +139295,7 @@ [ "connnection", { - "_index": 9962, + "_index": 10032, "data": { "ref/stable/dmConnectionPool": {} }, @@ -139172,7 +139590,7 @@ [ "constant's", { - "_index": 8016, + "_index": 8042, "data": { "ref/stable/dmGameSystem": {} }, @@ -139182,7 +139600,7 @@ [ "constant_buffer", { - "_index": 8452, + "_index": 8478, "data": { "ref/stable/render": {} }, @@ -139305,7 +139723,7 @@ [ "constrained", { - "_index": 7494, + "_index": 7508, "data": { "ref/stable/physics": {} }, @@ -139376,7 +139794,7 @@ [ "constructinstanceid", { - "_index": 9169, + "_index": 9237, "data": { "ref/stable/dmGameObject": {} }, @@ -139386,7 +139804,7 @@ [ "construction", { - "_index": 9386, + "_index": 9454, "data": { "ref/stable/base": {}, "ref/stable/io": {} @@ -139414,7 +139832,7 @@ [ "constructors", { - "_index": 9908, + "_index": 9978, "data": { "ref/stable/go": {} }, @@ -139497,7 +139915,7 @@ [ "cont", { - "_index": 9480, + "_index": 9548, "data": { "ref/stable/debug": {} }, @@ -139640,7 +140058,7 @@ [ "container.column_span", { - "_index": 8845, + "_index": 8913, "data": { "ref/stable/editor": {} }, @@ -139650,7 +140068,7 @@ [ "containerrow_span", { - "_index": 8842, + "_index": 8910, "data": { "ref/stable/editor": {} }, @@ -139853,7 +140271,7 @@ [ "contentis_directory", { - "_index": 8812, + "_index": 8880, "data": { "ref/stable/editor": {} }, @@ -139929,6 +140347,7 @@ "ref/stable/dmResource": {}, "ref/stable/dmScript": {}, "ref/stable/gui": {}, + "ref/stable/render": {}, "ref/stable/sys": {} }, "type": {} @@ -139951,7 +140370,7 @@ [ "contextx", { - "_index": 9130, + "_index": 9198, "data": { "ref/stable/dmGameObject": {} }, @@ -139961,7 +140380,7 @@ [ "continously", { - "_index": 10212, + "_index": 10281, "data": { "ref/stable/profiler": {} }, @@ -140189,7 +140608,7 @@ [ "convenience", { - "_index": 9461, + "_index": 9529, "data": { "ref/stable/dmHid": {} }, @@ -140313,7 +140732,7 @@ [ "converter", { - "_index": 9530, + "_index": 9599, "data": { "ref/stable/sys": {} }, @@ -140323,7 +140742,7 @@ [ "convertible", { - "_index": 10651, + "_index": 10722, "data": { "ref/stable/base": {} }, @@ -140354,7 +140773,8 @@ "ref/stable/dmBuffer": {}, "ref/stable/dmScript": {}, "ref/stable/editor": {}, - "ref/stable/socket": {} + "ref/stable/socket": {}, + "ref/stable/vmath": {} }, "type": {} } @@ -140423,7 +140843,7 @@ [ "coordinated", { - "_index": 9929, + "_index": 9999, "data": { "ref/stable/os": {} }, @@ -140470,7 +140890,7 @@ [ "coords", { - "_index": 10311, + "_index": 10382, "data": { "ref/stable/resource": {} }, @@ -140550,7 +140970,7 @@ [ "copy_buffer", { - "_index": 8077, + "_index": 8103, "data": { "ref/stable/buffer": {} }, @@ -140560,7 +140980,7 @@ [ "copy_stream", { - "_index": 8079, + "_index": 8105, "data": { "ref/stable/buffer": {} }, @@ -140700,7 +141120,7 @@ [ "coroutine.create", { - "_index": 8709, + "_index": 8742, "data": { "ref/stable/coroutine": {} }, @@ -140710,7 +141130,7 @@ [ "coroutine.resume", { - "_index": 8710, + "_index": 8743, "data": { "ref/stable/coroutine": {} }, @@ -140720,7 +141140,7 @@ [ "coroutine.running", { - "_index": 8715, + "_index": 8748, "data": { "ref/stable/coroutine": {} }, @@ -140730,7 +141150,7 @@ [ "coroutine.status", { - "_index": 8716, + "_index": 8749, "data": { "ref/stable/coroutine": {} }, @@ -140740,7 +141160,7 @@ [ "coroutine.wrap", { - "_index": 8719, + "_index": 8752, "data": { "ref/stable/coroutine": {} }, @@ -140750,7 +141170,7 @@ [ "coroutine.yield", { - "_index": 8722, + "_index": 8755, "data": { "ref/stable/coroutine": {} }, @@ -140906,7 +141326,7 @@ [ "cosh", { - "_index": 7243, + "_index": 7257, "data": { "ref/stable/math": {} }, @@ -140916,7 +141336,7 @@ [ "cosine", { - "_index": 7228, + "_index": 7242, "data": { "ref/stable/math": {} }, @@ -140941,7 +141361,7 @@ [ "costly", { - "_index": 7525, + "_index": 7539, "data": { "ref/stable/physics": {} }, @@ -141192,7 +141612,7 @@ [ "cpath", { - "_index": 9303, + "_index": 9371, "data": { "ref/stable/package": {} }, @@ -141230,7 +141650,7 @@ [ "cr", { - "_index": 10413, + "_index": 10484, "data": { "ref/stable/socket": {} }, @@ -141263,7 +141683,7 @@ [ "crash.get_backtrace", { - "_index": 8650, + "_index": 8683, "data": { "ref/stable/crash": {} }, @@ -141273,7 +141693,7 @@ [ "crash.get_extra_data", { - "_index": 8653, + "_index": 8686, "data": { "ref/stable/crash": {} }, @@ -141283,7 +141703,7 @@ [ "crash.get_modules", { - "_index": 8657, + "_index": 8690, "data": { "ref/stable/crash": {} }, @@ -141293,7 +141713,7 @@ [ "crash.get_signum", { - "_index": 8659, + "_index": 8692, "data": { "ref/stable/crash": {} }, @@ -141303,7 +141723,7 @@ [ "crash.get_sys_field", { - "_index": 8661, + "_index": 8694, "data": { "ref/stable/crash": {} }, @@ -141313,7 +141733,7 @@ [ "crash.get_user_field", { - "_index": 8665, + "_index": 8698, "data": { "ref/stable/crash": {} }, @@ -141323,7 +141743,7 @@ [ "crash.load_previous", { - "_index": 8667, + "_index": 8700, "data": { "ref/stable/crash": {} }, @@ -141333,7 +141753,7 @@ [ "crash.release", { - "_index": 8669, + "_index": 8702, "data": { "ref/stable/crash": {} }, @@ -141343,7 +141763,7 @@ [ "crash.set_file_path", { - "_index": 8670, + "_index": 8703, "data": { "ref/stable/crash": {} }, @@ -141353,7 +141773,7 @@ [ "crash.set_user_field", { - "_index": 8673, + "_index": 8706, "data": { "ref/stable/crash": {} }, @@ -141363,7 +141783,7 @@ [ "crash.sysfield_android_build_fingerprint", { - "_index": 8677, + "_index": 8710, "data": { "ref/stable/crash": {} }, @@ -141373,7 +141793,7 @@ [ "crash.sysfield_device_language", { - "_index": 8680, + "_index": 8713, "data": { "ref/stable/crash": {} }, @@ -141383,7 +141803,7 @@ [ "crash.sysfield_device_model", { - "_index": 8683, + "_index": 8716, "data": { "ref/stable/crash": {} }, @@ -141393,7 +141813,7 @@ [ "crash.sysfield_engine_hash", { - "_index": 8685, + "_index": 8718, "data": { "ref/stable/crash": {} }, @@ -141403,7 +141823,7 @@ [ "crash.sysfield_engine_version", { - "_index": 8687, + "_index": 8720, "data": { "ref/stable/crash": {} }, @@ -141413,7 +141833,7 @@ [ "crash.sysfield_language", { - "_index": 8689, + "_index": 8722, "data": { "ref/stable/crash": {} }, @@ -141423,7 +141843,7 @@ [ "crash.sysfield_manufacturer", { - "_index": 8691, + "_index": 8724, "data": { "ref/stable/crash": {} }, @@ -141433,7 +141853,7 @@ [ "crash.sysfield_max", { - "_index": 8663, + "_index": 8696, "data": { "ref/stable/crash": {} }, @@ -141443,7 +141863,7 @@ [ "crash.sysfield_system_name", { - "_index": 8695, + "_index": 8728, "data": { "ref/stable/crash": {} }, @@ -141453,7 +141873,7 @@ [ "crash.sysfield_system_version", { - "_index": 8697, + "_index": 8730, "data": { "ref/stable/crash": {} }, @@ -141463,7 +141883,7 @@ [ "crash.sysfield_territory", { - "_index": 8699, + "_index": 8732, "data": { "ref/stable/crash": {} }, @@ -141473,7 +141893,7 @@ [ "crash.userfield_max", { - "_index": 8702, + "_index": 8735, "data": { "ref/stable/crash": {} }, @@ -141483,7 +141903,7 @@ [ "crash.userfield_size", { - "_index": 8704, + "_index": 8737, "data": { "ref/stable/crash": {} }, @@ -141493,7 +141913,7 @@ [ "crash.write_dump", { - "_index": 8706, + "_index": 8739, "data": { "ref/stable/crash": {} }, @@ -141667,7 +142087,7 @@ [ "create#index", { - "_index": 9228, + "_index": 9296, "data": { "ref/stable/dmGameObject": {} }, @@ -141677,7 +142097,7 @@ [ "create/destroy", { - "_index": 10105, + "_index": 10174, "data": { "ref/stable/b2d.body": {} }, @@ -141687,7 +142107,7 @@ [ "create_atlas", { - "_index": 10299, + "_index": 10370, "data": { "ref/stable/resource": {} }, @@ -141697,7 +142117,7 @@ [ "create_buffer", { - "_index": 10329, + "_index": 10400, "data": { "ref/stable/resource": {} }, @@ -141717,7 +142137,7 @@ [ "create_directory", { - "_index": 8791, + "_index": 8824, "data": { "ref/stable/editor": {} }, @@ -141778,7 +142198,7 @@ [ "create_result_ok", { - "_index": 9060, + "_index": 9128, "data": { "ref/stable/dmGameObject": {} }, @@ -141798,7 +142218,7 @@ [ "create_texture", { - "_index": 10336, + "_index": 10407, "data": { "ref/stable/resource": {} }, @@ -141808,7 +142228,7 @@ [ "create_texture_async", { - "_index": 10345, + "_index": 10416, "data": { "ref/stable/resource": {} }, @@ -141828,7 +142248,7 @@ [ "createcallback", { - "_index": 10744, + "_index": 10815, "data": { "ref/stable/dmScript": {} }, @@ -141907,7 +142327,7 @@ [ "createfrustumfrommatrix", { - "_index": 9369, + "_index": 9437, "data": { "ref/stable/dmIntersection": {} }, @@ -141917,7 +142337,7 @@ [ "createrenderconstants", { - "_index": 8019, + "_index": 8045, "data": { "ref/stable/dmGameSystem": {} }, @@ -141927,7 +142347,7 @@ [ "createresult", { - "_index": 9061, + "_index": 9129, "data": { "ref/stable/dmGameObject": {} }, @@ -142056,7 +142476,7 @@ [ "creator", { - "_index": 8446, + "_index": 8472, "data": { "ref/stable/dmResource": {} }, @@ -142269,7 +142689,7 @@ [ "ctx", { - "_index": 10866, + "_index": 10937, "data": { "ref/stable/dmRender": {} }, @@ -142279,7 +142699,7 @@ [ "ctype", { - "_index": 9951, + "_index": 10021, "data": { "ref/stable/os": {} }, @@ -142333,7 +142753,7 @@ [ "cubic", { - "_index": 7632, + "_index": 7646, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -142380,7 +142800,7 @@ [ "cur", { - "_index": 9391, + "_index": 9459, "data": { "ref/stable/io": {} }, @@ -142397,6 +142817,16 @@ "type": {} } ], + [ + "currenly", + { + "_index": 8584, + "data": { + "ref/stable/render": {} + }, + "type": {} + } + ], [ "current", { @@ -142642,7 +143072,7 @@ [ "custom_resources", { - "_index": 9606, + "_index": 9675, "data": { "ref/stable/sys": {} }, @@ -142712,7 +143142,8 @@ "_index": 4431, "data": { "manuals/porting-guidelines": {}, - "manuals/tilemap": {} + "manuals/tilemap": {}, + "ref/stable/vmath": {} }, "type": {} } @@ -142742,7 +143173,7 @@ [ "cyrl", { - "_index": 9583, + "_index": 9652, "data": { "ref/stable/sys": {} }, @@ -142768,7 +143199,7 @@ [ "d+1", { - "_index": 10549, + "_index": 10620, "data": { "ref/stable/socket": {} }, @@ -142778,7 +143209,7 @@ [ "d+2", { - "_index": 10550, + "_index": 10621, "data": { "ref/stable/socket": {} }, @@ -142798,7 +143229,7 @@ [ "da", { - "_index": 8538, + "_index": 8564, "data": { "ref/stable/render": {} }, @@ -142843,7 +143274,7 @@ [ "damper", { - "_index": 7499, + "_index": 7513, "data": { "ref/stable/physics": {} }, @@ -142981,7 +143412,7 @@ [ "dashes", { - "_index": 8786, + "_index": 8819, "data": { "ref/stable/editor": {} }, @@ -143117,7 +143548,7 @@ [ "data.diameter", { - "_index": 7529, + "_index": 7543, "data": { "ref/stable/physics": {} }, @@ -143127,7 +143558,7 @@ [ "data.dimensions", { - "_index": 7532, + "_index": 7546, "data": { "ref/stable/physics": {} }, @@ -143137,7 +143568,7 @@ [ "data.height", { - "_index": 7530, + "_index": 7544, "data": { "ref/stable/physics": {} }, @@ -143147,7 +143578,7 @@ [ "data.type", { - "_index": 7528, + "_index": 7542, "data": { "ref/stable/physics": {} }, @@ -143187,7 +143618,7 @@ [ "datagram", { - "_index": 10447, + "_index": 10518, "data": { "ref/stable/socket": {} }, @@ -143197,7 +143628,7 @@ [ "datagrams", { - "_index": 10448, + "_index": 10519, "data": { "ref/stable/socket": {} }, @@ -143239,7 +143670,7 @@ [ "daylight", { - "_index": 9939, + "_index": 10009, "data": { "ref/stable/os": {} }, @@ -143301,7 +143732,7 @@ [ "ddf", { - "_index": 9019, + "_index": 9087, "data": { "ref/stable/dmDDF": {}, "ref/stable/dmGameObject": {} @@ -143345,7 +143776,7 @@ [ "deallocate", { - "_index": 9071, + "_index": 9139, "data": { "ref/stable/dmGameObject": {} }, @@ -143355,7 +143786,7 @@ [ "deallocated", { - "_index": 8407, + "_index": 8433, "data": { "ref/stable/dmResource": {} }, @@ -143365,7 +143796,7 @@ [ "deallocates", { - "_index": 9240, + "_index": 9308, "data": { "ref/stable/dmGameObject": {} }, @@ -143447,7 +143878,7 @@ [ "debug.debug", { - "_index": 9479, + "_index": 9547, "data": { "ref/stable/debug": {} }, @@ -143457,7 +143888,7 @@ [ "debug.getfenv", { - "_index": 9482, + "_index": 9550, "data": { "ref/stable/debug": {} }, @@ -143467,7 +143898,7 @@ [ "debug.gethook", { - "_index": 9484, + "_index": 9552, "data": { "ref/stable/debug": {} }, @@ -143477,7 +143908,7 @@ [ "debug.getinfo", { - "_index": 9487, + "_index": 9555, "data": { "ref/stable/debug": {} }, @@ -143487,7 +143918,7 @@ [ "debug.getlocal", { - "_index": 9492, + "_index": 9560, "data": { "ref/stable/debug": {} }, @@ -143497,7 +143928,7 @@ [ "debug.getmetatable", { - "_index": 9496, + "_index": 9564, "data": { "ref/stable/debug": {} }, @@ -143507,7 +143938,7 @@ [ "debug.getregistry", { - "_index": 9498, + "_index": 9566, "data": { "ref/stable/debug": {} }, @@ -143517,7 +143948,7 @@ [ "debug.getupvalue", { - "_index": 9500, + "_index": 9568, "data": { "ref/stable/debug": {} }, @@ -143527,7 +143958,7 @@ [ "debug.setfenv", { - "_index": 9503, + "_index": 9571, "data": { "ref/stable/debug": {} }, @@ -143537,7 +143968,7 @@ [ "debug.sethook", { - "_index": 9486, + "_index": 9554, "data": { "ref/stable/debug": {} }, @@ -143547,7 +143978,7 @@ [ "debug.setlocal", { - "_index": 9507, + "_index": 9575, "data": { "ref/stable/debug": {} }, @@ -143557,7 +143988,7 @@ [ "debug.setmetatable", { - "_index": 9510, + "_index": 9578, "data": { "ref/stable/debug": {} }, @@ -143567,7 +143998,7 @@ [ "debug.setupvalue", { - "_index": 9511, + "_index": 9579, "data": { "ref/stable/debug": {} }, @@ -143577,7 +144008,7 @@ [ "debug.traceback", { - "_index": 9513, + "_index": 9581, "data": { "ref/stable/debug": {} }, @@ -143681,7 +144112,7 @@ [ "decals", { - "_index": 8560, + "_index": 8593, "data": { "ref/stable/render": {} }, @@ -143737,7 +144168,7 @@ [ "decimal", { - "_index": 10655, + "_index": 10726, "data": { "ref/stable/base": {} }, @@ -143769,7 +144200,7 @@ [ "decl", { - "_index": 10579, + "_index": 10650, "data": { "ref/stable/dmBuffer": {} }, @@ -143796,7 +144227,7 @@ [ "declarations", { - "_index": 10577, + "_index": 10648, "data": { "ref/stable/dmBuffer": {} }, @@ -143851,7 +144282,7 @@ [ "decode_null_as_userdata", { - "_index": 10186, + "_index": 10255, "data": { "ref/stable/json": {} }, @@ -143861,7 +144292,7 @@ [ "decoded", { - "_index": 8155, + "_index": 8181, "data": { "ref/stable/dmCrypt": {}, "ref/stable/dmURI": {}, @@ -143883,7 +144314,7 @@ [ "decodes", { - "_index": 8636, + "_index": 8669, "data": { "ref/stable/dmURI": {} }, @@ -143904,7 +144335,7 @@ [ "decomposing", { - "_index": 9902, + "_index": 9972, "data": { "ref/stable/go": {} }, @@ -143924,7 +144355,7 @@ [ "decompressed", { - "_index": 10293, + "_index": 10364, "data": { "ref/stable/image": {} }, @@ -143944,7 +144375,7 @@ [ "decorated", { - "_index": 8865, + "_index": 8933, "data": { "ref/stable/editor": {} }, @@ -143998,7 +144429,7 @@ [ "decreasing", { - "_index": 10304, + "_index": 10375, "data": { "ref/stable/resource": {} }, @@ -144019,7 +144450,7 @@ [ "decrement", { - "_index": 9006, + "_index": 9074, "data": { "ref/stable/dmAtomic": {} }, @@ -144029,7 +144460,7 @@ [ "decrementing", { - "_index": 8591, + "_index": 8624, "data": { "ref/stable/render": {} }, @@ -144039,7 +144470,7 @@ [ "decrements", { - "_index": 8590, + "_index": 8623, "data": { "ref/stable/render": {} }, @@ -144060,7 +144491,7 @@ [ "decryption", { - "_index": 8161, + "_index": 8187, "data": { "ref/stable/dmCrypt": {}, "ref/stable/dmResource": {} @@ -144071,7 +144502,7 @@ [ "decrypts", { - "_index": 8394, + "_index": 8420, "data": { "ref/stable/dmResource": {} }, @@ -144274,7 +144705,7 @@ [ "default_value", { - "_index": 9550, + "_index": 9619, "data": { "ref/stable/sys": {} }, @@ -144485,6 +144916,7 @@ "ref/stable/dmArray": {}, "ref/stable/dmGameObject": {}, "ref/stable/dmLog": {}, + "ref/stable/editor": {}, "ref/stable/factory": {}, "ref/stable/go": {}, "ref/stable/gui": {}, @@ -144576,7 +145008,7 @@ [ "deflate", { - "_index": 9031, + "_index": 9099, "data": { "ref/stable/zlib": {} }, @@ -144586,7 +145018,7 @@ [ "deflated", { - "_index": 9033, + "_index": 9101, "data": { "ref/stable/zlib": {} }, @@ -145265,7 +145697,7 @@ [ "deg", { - "_index": 7246, + "_index": 7260, "data": { "ref/stable/math": {} }, @@ -145357,7 +145789,7 @@ [ "delegate", { - "_index": 9819, + "_index": 9889, "data": { "ref/stable/dmExtension": {} }, @@ -145367,7 +145799,7 @@ [ "delegates", { - "_index": 9820, + "_index": 9890, "data": { "ref/stable/dmExtension": {} }, @@ -145407,7 +145839,7 @@ [ "delete_directory", { - "_index": 8793, + "_index": 8826, "data": { "ref/stable/editor": {} }, @@ -145417,7 +145849,7 @@ [ "delete_node", { - "_index": 7623, + "_index": 7637, "data": { "ref/stable/gui": {} }, @@ -145427,7 +145859,7 @@ [ "delete_render_target", { - "_index": 8454, + "_index": 8480, "data": { "ref/stable/render": {} }, @@ -145437,7 +145869,7 @@ [ "delete_texture", { - "_index": 7626, + "_index": 7640, "data": { "ref/stable/gui": {} }, @@ -145447,7 +145879,7 @@ [ "deletebones", { - "_index": 9172, + "_index": 9240, "data": { "ref/stable/dmGameObject": {} }, @@ -145457,7 +145889,7 @@ [ "deleteconstant", { - "_index": 10837, + "_index": 10908, "data": { "ref/stable/dmRender": {} }, @@ -145506,7 +145938,7 @@ [ "deletenamedconstantbuffer", { - "_index": 10838, + "_index": 10909, "data": { "ref/stable/dmRender": {} }, @@ -145516,7 +145948,7 @@ [ "deletenode", { - "_index": 8105, + "_index": 8131, "data": { "ref/stable/dmGui": {} }, @@ -145583,7 +146015,7 @@ [ "deletion", { - "_index": 9174, + "_index": 9242, "data": { "ref/stable/dmGameObject": {}, "ref/stable/go": {} @@ -145604,7 +146036,7 @@ [ "delimiter", { - "_index": 9686, + "_index": 9755, "data": { "ref/stable/dmStringFunc": {} }, @@ -145636,7 +146068,7 @@ [ "delivered", { - "_index": 10463, + "_index": 10534, "data": { "ref/stable/socket": {} }, @@ -145680,7 +146112,7 @@ [ "demands", { - "_index": 7973, + "_index": 7999, "data": { "ref/stable/collectionproxy": {} }, @@ -145735,7 +146167,7 @@ [ "density", { - "_index": 7542, + "_index": 7556, "data": { "ref/stable/physics": {} }, @@ -145959,7 +146391,7 @@ [ "deregister", { - "_index": 9825, + "_index": 9895, "data": { "ref/stable/dmExtension": {} }, @@ -145989,7 +146421,7 @@ [ "derived", { - "_index": 9901, + "_index": 9971, "data": { "ref/stable/go": {} }, @@ -146066,7 +146498,8 @@ "ref/stable/debug": {}, "ref/stable/io": {}, "ref/stable/os": {}, - "ref/stable/socket": {} + "ref/stable/socket": {}, + "ref/stable/vmath": {} }, "type": {} } @@ -146112,7 +146545,7 @@ [ "descriptor", { - "_index": 7320, + "_index": 7334, "data": { "ref/stable/dmDDF": {}, "ref/stable/dmFileDescriptor": {}, @@ -146127,7 +146560,7 @@ [ "deserialize", { - "_index": 9537, + "_index": 9606, "data": { "ref/stable/sys": {} }, @@ -146137,7 +146570,7 @@ [ "deserialized", { - "_index": 9539, + "_index": 9608, "data": { "ref/stable/sys": {} }, @@ -146147,7 +146580,7 @@ [ "deserializes", { - "_index": 9538, + "_index": 9607, "data": { "ref/stable/sys": {} }, @@ -146177,7 +146610,7 @@ [ "designated", { - "_index": 9359, + "_index": 9427, "data": { "ref/stable/engine": {}, "ref/stable/sys": {} @@ -146285,7 +146718,7 @@ [ "destination_factor", { - "_index": 8499, + "_index": 8525, "data": { "ref/stable/render": {} }, @@ -146310,7 +146743,7 @@ [ "destroy_joint", { - "_index": 7460, + "_index": 7474, "data": { "ref/stable/physics": {} }, @@ -146320,7 +146753,7 @@ [ "destroycallback", { - "_index": 10746, + "_index": 10817, "data": { "ref/stable/dmScript": {} }, @@ -146364,7 +146797,7 @@ [ "destroyrenderconstants", { - "_index": 8021, + "_index": 8047, "data": { "ref/stable/dmGameSystem": {} }, @@ -146374,7 +146807,7 @@ [ "destroys", { - "_index": 8022, + "_index": 8048, "data": { "ref/stable/dmBuffer": {}, "ref/stable/dmGameSystem": {}, @@ -146386,7 +146819,7 @@ [ "destruction", { - "_index": 10390, + "_index": 10461, "data": { "ref/stable/socket": {} }, @@ -146420,7 +146853,7 @@ [ "detaches", { - "_index": 7991, + "_index": 8017, "data": { "ref/stable/dmAndroid": {} }, @@ -146578,7 +147011,7 @@ [ "deteriorate", { - "_index": 10457, + "_index": 10528, "data": { "ref/stable/socket": {} }, @@ -146854,7 +147287,7 @@ [ "device_ident", { - "_index": 9574, + "_index": 9643, "data": { "ref/stable/sys": {} }, @@ -146864,7 +147297,7 @@ [ "device_language", { - "_index": 9581, + "_index": 9650, "data": { "ref/stable/sys": {} }, @@ -146874,7 +147307,7 @@ [ "device_model", { - "_index": 9575, + "_index": 9644, "data": { "ref/stable/sys": {} }, @@ -146884,7 +147317,7 @@ [ "devicehandle", { - "_index": 9434, + "_index": 9502, "data": { "ref/stable/dmHid": {} }, @@ -146951,7 +147384,7 @@ [ "dg", { - "_index": 8532, + "_index": 8558, "data": { "ref/stable/render": {} }, @@ -146961,7 +147394,7 @@ [ "dhmash_t", { - "_index": 9195, + "_index": 9263, "data": { "ref/stable/dmGameObject": {} }, @@ -146992,7 +147425,7 @@ [ "dial", { - "_index": 9964, + "_index": 10034, "data": { "ref/stable/dmConnectionPool": {} }, @@ -147034,7 +147467,7 @@ [ "dialogbuttons", { - "_index": 8870, + "_index": 8938, "data": { "ref/stable/editor": {} }, @@ -147150,7 +147583,7 @@ [ "die", { - "_index": 7354, + "_index": 7368, "data": { "ref/stable/timer": {} }, @@ -147306,7 +147739,7 @@ [ "differnt", { - "_index": 8471, + "_index": 8497, "data": { "ref/stable/render": {} }, @@ -147329,7 +147762,7 @@ [ "difftime", { - "_index": 9942, + "_index": 10012, "data": { "ref/stable/os": {} }, @@ -147379,7 +147812,7 @@ [ "digits", { - "_index": 8632, + "_index": 8665, "data": { "ref/stable/bit": {}, "ref/stable/os": {} @@ -147390,7 +147823,7 @@ [ "dim", { - "_index": 7190, + "_index": 7204, "data": { "ref/stable/dmTransform": {}, "ref/stable/window": {} @@ -147441,7 +147874,7 @@ [ "dimming_off", { - "_index": 7189, + "_index": 7203, "data": { "ref/stable/window": {} }, @@ -147451,7 +147884,7 @@ [ "dimming_on", { - "_index": 7193, + "_index": 7207, "data": { "ref/stable/window": {} }, @@ -147461,7 +147894,7 @@ [ "dimming_unknown", { - "_index": 7195, + "_index": 7209, "data": { "ref/stable/window": {} }, @@ -147532,7 +147965,7 @@ [ "directions", { - "_index": 7070, + "_index": 7075, "data": { "ref/stable/vmath": {} }, @@ -147674,7 +148107,7 @@ [ "disable_material", { - "_index": 8456, + "_index": 8482, "data": { "ref/stable/render": {} }, @@ -147684,7 +148117,7 @@ [ "disable_state", { - "_index": 8457, + "_index": 8483, "data": { "ref/stable/render": {} }, @@ -147694,7 +148127,7 @@ [ "disable_texture", { - "_index": 8459, + "_index": 8485, "data": { "ref/stable/render": {} }, @@ -147754,7 +148187,7 @@ [ "disallow", { - "_index": 10430, + "_index": 10501, "data": { "ref/stable/socket": {} }, @@ -147799,7 +148232,7 @@ [ "discarded", { - "_index": 8800, + "_index": 8833, "data": { "ref/stable/editor": {}, "ref/stable/socket": {} @@ -147810,7 +148243,7 @@ [ "discards", { - "_index": 8576, + "_index": 8609, "data": { "ref/stable/render": {} }, @@ -147861,7 +148294,7 @@ [ "discrete", { - "_index": 7972, + "_index": 7998, "data": { "ref/stable/collectionproxy": {} }, @@ -147960,7 +148393,7 @@ [ "dispatches", { - "_index": 8461, + "_index": 8487, "data": { "ref/stable/render": {} }, @@ -148004,7 +148437,7 @@ [ "display.update_frequency", { - "_index": 9518, + "_index": 9587, "data": { "ref/stable/sys": {} }, @@ -148125,7 +148558,7 @@ [ "distancetoplane", { - "_index": 9374, + "_index": 9442, "data": { "ref/stable/dmIntersection": {} }, @@ -148155,7 +148588,7 @@ [ "distinguish", { - "_index": 10685, + "_index": 10756, "data": { "ref/stable/sound": {} }, @@ -148246,7 +148679,7 @@ [ "dividend", { - "_index": 7370, + "_index": 7384, "data": { "ref/stable/dmVMath": {} }, @@ -148266,7 +148699,7 @@ [ "division", { - "_index": 7060, + "_index": 7065, "data": { "ref/stable/math": {}, "ref/stable/vmath": {} @@ -148277,7 +148710,7 @@ [ "divperelem", { - "_index": 7371, + "_index": 7385, "data": { "ref/stable/dmVMath": {} }, @@ -148287,7 +148720,7 @@ [ "dlfcn", { - "_index": 9350, + "_index": 9418, "data": { "ref/stable/package": {} }, @@ -148297,7 +148730,7 @@ [ "dlib_log_domain", { - "_index": 7396, + "_index": 7410, "data": { "ref/stable/dmLog": {} }, @@ -148317,7 +148750,7 @@ [ "dm_align", { - "_index": 7338, + "_index": 7352, "data": { "ref/stable/dmAlign": {} }, @@ -148327,7 +148760,7 @@ [ "dm_aligned", { - "_index": 7339, + "_index": 7353, "data": { "ref/stable/dmAlign": {}, "ref/stable/dmScript": {} @@ -148338,7 +148771,7 @@ [ "dm_array_size", { - "_index": 7427, + "_index": 7441, "data": { "ref/stable/dmArray": {} }, @@ -148348,7 +148781,7 @@ [ "dm_debug", { - "_index": 7976, + "_index": 8002, "data": { "ref/stable/dmEngine": {} }, @@ -148358,7 +148791,7 @@ [ "dm_declare_compgui_type", { - "_index": 8023, + "_index": 8049, "data": { "ref/stable/dmGameSystem": {} }, @@ -148390,7 +148823,7 @@ [ "dm_declare_resource_type", { - "_index": 8392, + "_index": 8418, "data": { "ref/stable/dmResource": {} }, @@ -148430,7 +148863,7 @@ [ "dm_hash_reverse_mem", { - "_index": 10138, + "_index": 10207, "data": { "ref/stable/dmHash": {} }, @@ -148440,7 +148873,7 @@ [ "dm_headless", { - "_index": 7977, + "_index": 8003, "data": { "ref/stable/dmEngine": {} }, @@ -148450,7 +148883,7 @@ [ "dm_log_port", { - "_index": 9358, + "_index": 9426, "data": { "ref/stable/engine": {} }, @@ -148460,7 +148893,7 @@ [ "dm_lua_error", { - "_index": 10715, + "_index": 10786, "data": { "ref/stable/dmScript": {} }, @@ -148557,7 +148990,7 @@ [ "dm_profile", { - "_index": 8751, + "_index": 8784, "data": { "ref/stable/dmProfile": {} }, @@ -148567,7 +149000,7 @@ [ "dm_profile_dyn", { - "_index": 8752, + "_index": 8785, "data": { "ref/stable/dmProfile": {} }, @@ -148577,7 +149010,7 @@ [ "dm_profile_text", { - "_index": 8753, + "_index": 8786, "data": { "ref/stable/dmProfile": {} }, @@ -148587,7 +149020,7 @@ [ "dm_property_add_f32", { - "_index": 8755, + "_index": 8788, "data": { "ref/stable/dmProfile": {} }, @@ -148597,7 +149030,7 @@ [ "dm_property_add_f64", { - "_index": 8756, + "_index": 8789, "data": { "ref/stable/dmProfile": {} }, @@ -148607,7 +149040,7 @@ [ "dm_property_add_s32", { - "_index": 8757, + "_index": 8790, "data": { "ref/stable/dmProfile": {} }, @@ -148617,7 +149050,7 @@ [ "dm_property_add_s64", { - "_index": 8758, + "_index": 8791, "data": { "ref/stable/dmProfile": {} }, @@ -148627,7 +149060,7 @@ [ "dm_property_add_u32", { - "_index": 8760, + "_index": 8793, "data": { "ref/stable/dmProfile": {} }, @@ -148637,7 +149070,7 @@ [ "dm_property_add_u64", { - "_index": 8761, + "_index": 8794, "data": { "ref/stable/dmProfile": {} }, @@ -148647,7 +149080,7 @@ [ "dm_property_bool", { - "_index": 8762, + "_index": 8795, "data": { "ref/stable/dmProfile": {} }, @@ -148657,7 +149090,7 @@ [ "dm_property_extern", { - "_index": 8766, + "_index": 8799, "data": { "ref/stable/dmProfile": {} }, @@ -148667,7 +149100,7 @@ [ "dm_property_f32", { - "_index": 8768, + "_index": 8801, "data": { "ref/stable/dmProfile": {} }, @@ -148677,7 +149110,7 @@ [ "dm_property_f64", { - "_index": 8769, + "_index": 8802, "data": { "ref/stable/dmProfile": {} }, @@ -148687,7 +149120,7 @@ [ "dm_property_group", { - "_index": 8770, + "_index": 8803, "data": { "ref/stable/dmProfile": {} }, @@ -148697,7 +149130,7 @@ [ "dm_property_reset", { - "_index": 8771, + "_index": 8804, "data": { "ref/stable/dmProfile": {} }, @@ -148707,7 +149140,7 @@ [ "dm_property_s32", { - "_index": 8772, + "_index": 8805, "data": { "ref/stable/dmProfile": {} }, @@ -148717,7 +149150,7 @@ [ "dm_property_s64", { - "_index": 8773, + "_index": 8806, "data": { "ref/stable/dmProfile": {} }, @@ -148727,7 +149160,7 @@ [ "dm_property_set_bool", { - "_index": 8774, + "_index": 8807, "data": { "ref/stable/dmProfile": {} }, @@ -148737,7 +149170,7 @@ [ "dm_property_set_f32", { - "_index": 8775, + "_index": 8808, "data": { "ref/stable/dmProfile": {} }, @@ -148747,7 +149180,7 @@ [ "dm_property_set_f64", { - "_index": 8776, + "_index": 8809, "data": { "ref/stable/dmProfile": {} }, @@ -148757,7 +149190,7 @@ [ "dm_property_set_s32", { - "_index": 8777, + "_index": 8810, "data": { "ref/stable/dmProfile": {} }, @@ -148767,7 +149200,7 @@ [ "dm_property_set_s64", { - "_index": 8778, + "_index": 8811, "data": { "ref/stable/dmProfile": {} }, @@ -148777,7 +149210,7 @@ [ "dm_property_set_u32", { - "_index": 8779, + "_index": 8812, "data": { "ref/stable/dmProfile": {} }, @@ -148787,7 +149220,7 @@ [ "dm_property_set_u64", { - "_index": 8780, + "_index": 8813, "data": { "ref/stable/dmProfile": {} }, @@ -148797,7 +149230,7 @@ [ "dm_property_u32", { - "_index": 8781, + "_index": 8814, "data": { "ref/stable/dmProfile": {} }, @@ -148807,7 +149240,7 @@ [ "dm_property_u64", { - "_index": 8782, + "_index": 8815, "data": { "ref/stable/dmProfile": {} }, @@ -148817,7 +149250,7 @@ [ "dm_quit_on_esc", { - "_index": 9362, + "_index": 9430, "data": { "ref/stable/engine": {} }, @@ -148827,7 +149260,7 @@ [ "dm_release", { - "_index": 7978, + "_index": 8004, "data": { "ref/stable/dmEngine": {} }, @@ -148837,7 +149270,7 @@ [ "dm_save_home", { - "_index": 9364, + "_index": 9432, "data": { "ref/stable/engine": {} }, @@ -148847,7 +149280,7 @@ [ "dm_service_port", { - "_index": 9365, + "_index": 9433, "data": { "ref/stable/engine": {} }, @@ -148857,7 +149290,7 @@ [ "dm_spinlock_scoped_lock", { - "_index": 8641, + "_index": 8674, "data": { "ref/stable/dmSpinlock": {} }, @@ -148867,7 +149300,7 @@ [ "dm_static_assert", { - "_index": 10256, + "_index": 10325, "data": { "ref/stable/dmStaticAssert": {} }, @@ -148877,7 +149310,7 @@ [ "dmallocator", { - "_index": 10140, + "_index": 10209, "data": { "ref/stable/dmHash": {} }, @@ -148887,7 +149320,7 @@ [ "dmarray", { - "_index": 7428, + "_index": 7442, "data": { "ref/stable/dmArray": {}, "ref/stable/dmDDF": {} @@ -148898,7 +149331,7 @@ [ "dmatomicadd32", { - "_index": 8999, + "_index": 9067, "data": { "ref/stable/dmAtomic": {} }, @@ -148908,7 +149341,7 @@ [ "dmatomiccomparestore32", { - "_index": 9002, + "_index": 9070, "data": { "ref/stable/dmAtomic": {} }, @@ -148918,7 +149351,7 @@ [ "dmatomicdecrement32", { - "_index": 9005, + "_index": 9073, "data": { "ref/stable/dmAtomic": {} }, @@ -148928,7 +149361,7 @@ [ "dmatomicget32", { - "_index": 9007, + "_index": 9075, "data": { "ref/stable/dmAtomic": {} }, @@ -148938,7 +149371,7 @@ [ "dmatomicincrement32", { - "_index": 9008, + "_index": 9076, "data": { "ref/stable/dmAtomic": {} }, @@ -148948,7 +149381,7 @@ [ "dmatomicstore32", { - "_index": 9010, + "_index": 9078, "data": { "ref/stable/dmAtomic": {} }, @@ -148958,7 +149391,7 @@ [ "dmatomicsub32", { - "_index": 9011, + "_index": 9079, "data": { "ref/stable/dmAtomic": {} }, @@ -148968,7 +149401,7 @@ [ "dmbuffer", { - "_index": 10570, + "_index": 10641, "data": { "ref/stable/dmBuffer": {} }, @@ -148978,7 +149411,7 @@ [ "dmbuffer::copy", { - "_index": 10569, + "_index": 10640, "data": { "ref/stable/dmBuffer": {} }, @@ -148988,7 +149421,7 @@ [ "dmbuffer::create", { - "_index": 10575, + "_index": 10646, "data": { "ref/stable/dmBuffer": {} }, @@ -148998,7 +149431,7 @@ [ "dmbuffer::destroy", { - "_index": 10581, + "_index": 10652, "data": { "ref/stable/dmBuffer": {} }, @@ -149008,7 +149441,7 @@ [ "dmbuffer::getbytes", { - "_index": 10582, + "_index": 10653, "data": { "ref/stable/dmBuffer": {} }, @@ -149018,7 +149451,7 @@ [ "dmbuffer::getcontentversion", { - "_index": 10585, + "_index": 10656, "data": { "ref/stable/dmBuffer": {} }, @@ -149028,7 +149461,7 @@ [ "dmbuffer::getcount", { - "_index": 10587, + "_index": 10658, "data": { "ref/stable/dmBuffer": {} }, @@ -149038,7 +149471,7 @@ [ "dmbuffer::getmetadata", { - "_index": 10589, + "_index": 10660, "data": { "ref/stable/dmBuffer": {} }, @@ -149048,7 +149481,7 @@ [ "dmbuffer::getresultstring", { - "_index": 10592, + "_index": 10663, "data": { "ref/stable/dmBuffer": {} }, @@ -149058,7 +149491,7 @@ [ "dmbuffer::getsizeforvaluetype", { - "_index": 10594, + "_index": 10665, "data": { "ref/stable/dmBuffer": {} }, @@ -149068,7 +149501,7 @@ [ "dmbuffer::getstream", { - "_index": 10596, + "_index": 10667, "data": { "ref/stable/dmBuffer": {} }, @@ -149078,7 +149511,7 @@ [ "dmbuffer::getstreamtype", { - "_index": 10599, + "_index": 10670, "data": { "ref/stable/dmBuffer": {} }, @@ -149088,7 +149521,7 @@ [ "dmbuffer::getvaluetypestring", { - "_index": 10601, + "_index": 10672, "data": { "ref/stable/dmBuffer": {} }, @@ -149098,7 +149531,7 @@ [ "dmbuffer::hbuffer", { - "_index": 10572, + "_index": 10643, "data": { "ref/stable/dmBuffer": {}, "ref/stable/dmScript": {} @@ -149109,7 +149542,7 @@ [ "dmbuffer::isbuffervalid", { - "_index": 10603, + "_index": 10674, "data": { "ref/stable/dmBuffer": {} }, @@ -149119,7 +149552,7 @@ [ "dmbuffer::result", { - "_index": 10574, + "_index": 10645, "data": { "ref/stable/dmBuffer": {} }, @@ -149129,7 +149562,7 @@ [ "dmbuffer::setmetadata", { - "_index": 10605, + "_index": 10676, "data": { "ref/stable/dmBuffer": {} }, @@ -149139,7 +149572,7 @@ [ "dmbuffer::streamdeclaration", { - "_index": 10578, + "_index": 10649, "data": { "ref/stable/dmBuffer": {} }, @@ -149149,7 +149582,7 @@ [ "dmbuffer::updatecontentversion", { - "_index": 10610, + "_index": 10681, "data": { "ref/stable/dmBuffer": {} }, @@ -149159,7 +149592,7 @@ [ "dmbuffer::validatebuffer", { - "_index": 10612, + "_index": 10683, "data": { "ref/stable/dmBuffer": {} }, @@ -149169,7 +149602,7 @@ [ "dmbuffer::valuetype", { - "_index": 10591, + "_index": 10662, "data": { "ref/stable/dmBuffer": {} }, @@ -149179,7 +149612,7 @@ [ "dmconditionvariable", { - "_index": 9834, + "_index": 9904, "data": { "ref/stable/dmConditionVariable": {} }, @@ -149189,7 +149622,7 @@ [ "dmconditionvariable::broadcast", { - "_index": 9833, + "_index": 9903, "data": { "ref/stable/dmConditionVariable": {} }, @@ -149199,7 +149632,7 @@ [ "dmconditionvariable::delete", { - "_index": 9839, + "_index": 9909, "data": { "ref/stable/dmConditionVariable": {} }, @@ -149209,7 +149642,7 @@ [ "dmconditionvariable::hconditionvariable", { - "_index": 9838, + "_index": 9908, "data": { "ref/stable/dmConditionVariable": {} }, @@ -149219,7 +149652,7 @@ [ "dmconditionvariable::new", { - "_index": 9841, + "_index": 9911, "data": { "ref/stable/dmConditionVariable": {} }, @@ -149229,7 +149662,7 @@ [ "dmconditionvariable::signal", { - "_index": 9842, + "_index": 9912, "data": { "ref/stable/dmConditionVariable": {} }, @@ -149239,7 +149672,7 @@ [ "dmconditionvariable::wait", { - "_index": 9843, + "_index": 9913, "data": { "ref/stable/dmConditionVariable": {} }, @@ -149249,7 +149682,7 @@ [ "dmconfigfile::hconfig", { - "_index": 7981, + "_index": 8007, "data": { "ref/stable/dmEngine": {} }, @@ -149259,7 +149692,7 @@ [ "dmconnectionpool", { - "_index": 9958, + "_index": 10028, "data": { "ref/stable/dmConnectionPool": {} }, @@ -149269,7 +149702,7 @@ [ "dmconnectionpool::close", { - "_index": 9957, + "_index": 10027, "data": { "ref/stable/dmConnectionPool": {} }, @@ -149279,7 +149712,7 @@ [ "dmconnectionpool::delete", { - "_index": 9961, + "_index": 10031, "data": { "ref/stable/dmConnectionPool": {} }, @@ -149289,7 +149722,7 @@ [ "dmconnectionpool::dial", { - "_index": 9963, + "_index": 10033, "data": { "ref/stable/dmConnectionPool": {} }, @@ -149299,7 +149732,7 @@ [ "dmconnectionpool::getsocket", { - "_index": 9968, + "_index": 10038, "data": { "ref/stable/dmConnectionPool": {} }, @@ -149309,7 +149742,7 @@ [ "dmconnectionpool::getsslsocket", { - "_index": 9969, + "_index": 10039, "data": { "ref/stable/dmConnectionPool": {} }, @@ -149319,7 +149752,7 @@ [ "dmconnectionpool::hconnection", { - "_index": 9960, + "_index": 10030, "data": { "ref/stable/dmConnectionPool": {} }, @@ -149329,7 +149762,7 @@ [ "dmconnectionpool::hpool", { - "_index": 9959, + "_index": 10029, "data": { "ref/stable/dmConnectionPool": {} }, @@ -149339,7 +149772,7 @@ [ "dmconnectionpool::new", { - "_index": 9971, + "_index": 10041, "data": { "ref/stable/dmConnectionPool": {} }, @@ -149349,7 +149782,7 @@ [ "dmconnectionpool::params", { - "_index": 9972, + "_index": 10042, "data": { "ref/stable/dmConnectionPool": {} }, @@ -149359,7 +149792,7 @@ [ "dmconnectionpool::result", { - "_index": 9974, + "_index": 10044, "data": { "ref/stable/dmConnectionPool": {} }, @@ -149369,7 +149802,7 @@ [ "dmconnectionpool::return", { - "_index": 9975, + "_index": 10045, "data": { "ref/stable/dmConnectionPool": {} }, @@ -149379,7 +149812,7 @@ [ "dmconnectionpool::shutdown", { - "_index": 9976, + "_index": 10046, "data": { "ref/stable/dmConnectionPool": {} }, @@ -149399,7 +149832,7 @@ [ "dmcrypt", { - "_index": 8153, + "_index": 8179, "data": { "ref/stable/dmCrypt": {} }, @@ -149409,7 +149842,7 @@ [ "dmcrypt::algorithm", { - "_index": 8160, + "_index": 8186, "data": { "ref/stable/dmCrypt": {} }, @@ -149419,7 +149852,7 @@ [ "dmcrypt::base64decode", { - "_index": 8152, + "_index": 8178, "data": { "ref/stable/dmCrypt": {} }, @@ -149429,7 +149862,7 @@ [ "dmcrypt::base64encode", { - "_index": 8157, + "_index": 8183, "data": { "ref/stable/dmCrypt": {} }, @@ -149439,7 +149872,7 @@ [ "dmcrypt::decrypt", { - "_index": 8159, + "_index": 8185, "data": { "ref/stable/dmCrypt": {} }, @@ -149449,7 +149882,7 @@ [ "dmcrypt::encrypt", { - "_index": 8163, + "_index": 8189, "data": { "ref/stable/dmCrypt": {} }, @@ -149459,7 +149892,7 @@ [ "dmcrypt::hashmd5", { - "_index": 8164, + "_index": 8190, "data": { "ref/stable/dmCrypt": {} }, @@ -149469,7 +149902,7 @@ [ "dmcrypt::hashsha1", { - "_index": 8166, + "_index": 8192, "data": { "ref/stable/dmCrypt": {} }, @@ -149479,7 +149912,7 @@ [ "dmcrypt::hashsha256", { - "_index": 8168, + "_index": 8194, "data": { "ref/stable/dmCrypt": {} }, @@ -149489,7 +149922,7 @@ [ "dmcrypt::hashsha512", { - "_index": 8171, + "_index": 8197, "data": { "ref/stable/dmCrypt": {} }, @@ -149499,7 +149932,7 @@ [ "dmcrypt::result", { - "_index": 8162, + "_index": 8188, "data": { "ref/stable/dmCrypt": {} }, @@ -149509,7 +149942,7 @@ [ "dmddf::descriptor", { - "_index": 9016, + "_index": 9084, "data": { "ref/stable/dmDDF": {} }, @@ -149519,7 +149952,7 @@ [ "dmddf::option_offset_pointers", { - "_index": 9020, + "_index": 9088, "data": { "ref/stable/dmDDF": {} }, @@ -149580,7 +150013,7 @@ [ "dmextension::appinitialize", { - "_index": 7980, + "_index": 8006, "data": { "ref/stable/dmEngine": {} }, @@ -149631,7 +150064,7 @@ [ "dmgameobject::componentaddtoupdateparams", { - "_index": 9059, + "_index": 9127, "data": { "ref/stable/dmGameObject": {} }, @@ -149641,7 +150074,7 @@ [ "dmgameobject::componentcreateparams", { - "_index": 9064, + "_index": 9132, "data": { "ref/stable/dmGameObject": {} }, @@ -149651,7 +150084,7 @@ [ "dmgameobject::componentdeleteworldparams", { - "_index": 9068, + "_index": 9136, "data": { "ref/stable/dmGameObject": {} }, @@ -149661,7 +150094,7 @@ [ "dmgameobject::componentdestroyparams", { - "_index": 9072, + "_index": 9140, "data": { "ref/stable/dmGameObject": {} }, @@ -149671,7 +150104,7 @@ [ "dmgameobject::componentfinalparams", { - "_index": 9075, + "_index": 9143, "data": { "ref/stable/dmGameObject": {} }, @@ -149681,7 +150114,7 @@ [ "dmgameobject::componentgetparams", { - "_index": 9079, + "_index": 9147, "data": { "ref/stable/dmGameObject": {} }, @@ -149691,7 +150124,7 @@ [ "dmgameobject::componentgetpropertyparams", { - "_index": 9083, + "_index": 9151, "data": { "ref/stable/dmGameObject": {} }, @@ -149701,7 +150134,7 @@ [ "dmgameobject::componentinitparams", { - "_index": 9089, + "_index": 9157, "data": { "ref/stable/dmGameObject": {} }, @@ -149711,7 +150144,7 @@ [ "dmgameobject::componentnewworldparams", { - "_index": 9095, + "_index": 9163, "data": { "ref/stable/dmGameObject": {} }, @@ -149721,7 +150154,7 @@ [ "dmgameobject::componentoninputparams", { - "_index": 9100, + "_index": 9168, "data": { "ref/stable/dmGameObject": {} }, @@ -149731,7 +150164,7 @@ [ "dmgameobject::componentonmessageparams", { - "_index": 9104, + "_index": 9172, "data": { "ref/stable/dmGameObject": {} }, @@ -149741,7 +150174,7 @@ [ "dmgameobject::componentonreloadparams", { - "_index": 9109, + "_index": 9177, "data": { "ref/stable/dmGameObject": {} }, @@ -149751,7 +150184,7 @@ [ "dmgameobject::componentsetpropertiesparams", { - "_index": 9112, + "_index": 9180, "data": { "ref/stable/dmGameObject": {} }, @@ -149761,7 +150194,7 @@ [ "dmgameobject::componentsetpropertyparams", { - "_index": 9115, + "_index": 9183, "data": { "ref/stable/dmGameObject": {} }, @@ -149771,7 +150204,7 @@ [ "dmgameobject::componentspostupdateparams", { - "_index": 9121, + "_index": 9189, "data": { "ref/stable/dmGameObject": {} }, @@ -149781,7 +150214,7 @@ [ "dmgameobject::componentsrenderparams", { - "_index": 9124, + "_index": 9192, "data": { "ref/stable/dmGameObject": {} }, @@ -149791,7 +150224,7 @@ [ "dmgameobject::componentsupdateparams", { - "_index": 9118, + "_index": 9186, "data": { "ref/stable/dmGameObject": {} }, @@ -149801,7 +150234,7 @@ [ "dmgameobject::componentsupdateresult", { - "_index": 9119, + "_index": 9187, "data": { "ref/stable/dmGameObject": {} }, @@ -149811,7 +150244,7 @@ [ "dmgameobject::getworld", { - "_index": 9134, + "_index": 9202, "data": { "ref/stable/dmGameObject": {} }, @@ -149821,7 +150254,7 @@ [ "dmgameobject::hcolleciton", { - "_index": 9055, + "_index": 9123, "data": { "ref/stable/dmGameObject": {} }, @@ -149831,7 +150264,7 @@ [ "dmgameobject::hcollection", { - "_index": 9170, + "_index": 9238, "data": { "ref/stable/dmGameObject": {} }, @@ -149841,7 +150274,7 @@ [ "dmgameobject::hcomponent", { - "_index": 10817, + "_index": 10888, "data": { "ref/stable/dmScript": {} }, @@ -149851,7 +150284,7 @@ [ "dmgameobject::hcomponentworld", { - "_index": 10816, + "_index": 10887, "data": { "ref/stable/dmScript": {} }, @@ -149861,7 +150294,7 @@ [ "dmgameobject::hinstance", { - "_index": 9057, + "_index": 9125, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmScript": {} @@ -149872,7 +150305,7 @@ [ "dmgameobject::hregister", { - "_index": 7983, + "_index": 8009, "data": { "ref/stable/dmEngine": {}, "ref/stable/dmGameObject": {} @@ -149883,7 +150316,7 @@ [ "dmgameobject::matrix4", { - "_index": 9207, + "_index": 9275, "data": { "ref/stable/dmGameObject": {} }, @@ -149893,7 +150326,7 @@ [ "dmgameobject::point3", { - "_index": 9200, + "_index": 9268, "data": { "ref/stable/dmGameObject": {} }, @@ -149903,7 +150336,7 @@ [ "dmgameobject::propertydesc", { - "_index": 9084, + "_index": 9152, "data": { "ref/stable/dmGameObject": {} }, @@ -149913,7 +150346,7 @@ [ "dmgameobject::propertyresult", { - "_index": 9086, + "_index": 9154, "data": { "ref/stable/dmGameObject": {} }, @@ -149923,7 +150356,7 @@ [ "dmgameobject::propertyvar", { - "_index": 8038, + "_index": 8064, "data": { "ref/stable/dmGameSystem": {} }, @@ -149933,7 +150366,7 @@ [ "dmgameobject::quat", { - "_index": 9202, + "_index": 9270, "data": { "ref/stable/dmGameObject": {} }, @@ -149943,7 +150376,7 @@ [ "dmgameobject::result", { - "_index": 9191, + "_index": 9259, "data": { "ref/stable/dmGameObject": {} }, @@ -149953,7 +150386,7 @@ [ "dmgameobject::scenenode", { - "_index": 9094, + "_index": 9162, "data": { "ref/stable/dmGameObject": {} }, @@ -149963,7 +150396,7 @@ [ "dmgameobject::scenenodeiterator", { - "_index": 9296, + "_index": 9364, "data": { "ref/stable/dmGameObject": {} }, @@ -149973,7 +150406,7 @@ [ "dmgameobject::scenenodepropertyiterator", { - "_index": 9093, + "_index": 9161, "data": { "ref/stable/dmGameObject": {} }, @@ -149983,7 +150416,7 @@ [ "dmgameobject::unnamed_identifier", { - "_index": 9197, + "_index": 9265, "data": { "ref/stable/dmGameObject": {} }, @@ -149993,7 +150426,7 @@ [ "dmgameobject::updatetransforms", { - "_index": 9163, + "_index": 9231, "data": { "ref/stable/dmGameObject": {} }, @@ -150003,7 +150436,7 @@ [ "dmgameobject::vector3", { - "_index": 9204, + "_index": 9272, "data": { "ref/stable/dmGameObject": {} }, @@ -150013,7 +150446,7 @@ [ "dmgamesystem::hcomponentrenderconstants", { - "_index": 8012, + "_index": 8038, "data": { "ref/stable/dmGameSystem": {} }, @@ -150023,7 +150456,7 @@ [ "dmgamesystem::texturesetresource", { - "_index": 8143, + "_index": 8169, "data": { "ref/stable/dmGui": {} }, @@ -150033,7 +150466,7 @@ [ "dmgamesystemddf::scriptmessage", { - "_index": 9179, + "_index": 9247, "data": { "ref/stable/dmGameObject": {} }, @@ -150263,7 +150696,7 @@ [ "dmgraphics::hmaterial", { - "_index": 10855, + "_index": 10926, "data": { "ref/stable/dmRender": {} }, @@ -150425,7 +150858,7 @@ [ "dmgui::hnode", { - "_index": 8107, + "_index": 8133, "data": { "ref/stable/dmGui": {} }, @@ -150435,7 +150868,7 @@ [ "dmgui::hscene", { - "_index": 8106, + "_index": 8132, "data": { "ref/stable/dmGui": {} }, @@ -150445,7 +150878,7 @@ [ "dmgui::node_type_custom", { - "_index": 8131, + "_index": 8157, "data": { "ref/stable/dmGui": {} }, @@ -150455,7 +150888,7 @@ [ "dmgui::nodetype", { - "_index": 8129, + "_index": 8155, "data": { "ref/stable/dmGui": {} }, @@ -150465,7 +150898,7 @@ [ "dmgui::property", { - "_index": 8118, + "_index": 8144, "data": { "ref/stable/dmGui": {} }, @@ -150475,7 +150908,7 @@ [ "dmgui::result", { - "_index": 8140, + "_index": 8166, "data": { "ref/stable/dmGui": {} }, @@ -150485,7 +150918,7 @@ [ "dmgui::result_ok", { - "_index": 8139, + "_index": 8165, "data": { "ref/stable/dmGui": {} }, @@ -150495,7 +150928,7 @@ [ "dmhash_max_reverse_length", { - "_index": 10146, + "_index": 10215, "data": { "ref/stable/dmHash": {} }, @@ -150505,7 +150938,7 @@ [ "dmhash_t", { - "_index": 7311, + "_index": 7325, "data": { "ref/stable/dmBuffer": {}, "ref/stable/dmDDF": {}, @@ -150525,7 +150958,7 @@ [ "dmhashbuffer32", { - "_index": 10142, + "_index": 10211, "data": { "ref/stable/dmHash": {} }, @@ -150535,7 +150968,7 @@ [ "dmhashbuffer64", { - "_index": 10143, + "_index": 10212, "data": { "ref/stable/dmHash": {} }, @@ -150545,7 +150978,7 @@ [ "dmhashclone32", { - "_index": 10144, + "_index": 10213, "data": { "ref/stable/dmHash": {} }, @@ -150555,7 +150988,7 @@ [ "dmhashclone64", { - "_index": 10147, + "_index": 10216, "data": { "ref/stable/dmHash": {} }, @@ -150565,7 +150998,7 @@ [ "dmhashfinal32", { - "_index": 10149, + "_index": 10218, "data": { "ref/stable/dmHash": {} }, @@ -150575,7 +151008,7 @@ [ "dmhashfinal64", { - "_index": 10150, + "_index": 10219, "data": { "ref/stable/dmHash": {} }, @@ -150585,7 +151018,7 @@ [ "dmhashinit32", { - "_index": 10151, + "_index": 10220, "data": { "ref/stable/dmHash": {} }, @@ -150595,7 +151028,7 @@ [ "dmhashinit64", { - "_index": 10152, + "_index": 10221, "data": { "ref/stable/dmHash": {} }, @@ -150605,7 +151038,7 @@ [ "dmhashrelease32", { - "_index": 10153, + "_index": 10222, "data": { "ref/stable/dmHash": {} }, @@ -150615,7 +151048,7 @@ [ "dmhashrelease64", { - "_index": 10156, + "_index": 10225, "data": { "ref/stable/dmHash": {} }, @@ -150625,7 +151058,7 @@ [ "dmhashreversesafe32", { - "_index": 10157, + "_index": 10226, "data": { "ref/stable/dmHash": {} }, @@ -150635,7 +151068,7 @@ [ "dmhashreversesafe32alloc", { - "_index": 10158, + "_index": 10227, "data": { "ref/stable/dmHash": {} }, @@ -150645,7 +151078,7 @@ [ "dmhashreversesafe64", { - "_index": 10160, + "_index": 10229, "data": { "ref/stable/dmHash": {} }, @@ -150655,7 +151088,7 @@ [ "dmhashreversesafe64alloc", { - "_index": 10161, + "_index": 10230, "data": { "ref/stable/dmHash": {} }, @@ -150665,7 +151098,7 @@ [ "dmhashstring", { - "_index": 9193, + "_index": 9261, "data": { "ref/stable/dmGameObject": {} }, @@ -150675,7 +151108,7 @@ [ "dmhashstring32", { - "_index": 10162, + "_index": 10231, "data": { "ref/stable/dmHash": {} }, @@ -150685,7 +151118,7 @@ [ "dmhashstring64", { - "_index": 10163, + "_index": 10232, "data": { "ref/stable/dmHash": {} }, @@ -150695,7 +151128,7 @@ [ "dmhashtable", { - "_index": 8988, + "_index": 9056, "data": { "ref/stable/dmHashTable": {} }, @@ -150705,7 +151138,7 @@ [ "dmhashtable16", { - "_index": 8992, + "_index": 9060, "data": { "ref/stable/dmHashTable": {} }, @@ -150715,7 +151148,7 @@ [ "dmhashtable32", { - "_index": 8994, + "_index": 9062, "data": { "ref/stable/dmHashTable": {} }, @@ -150725,7 +151158,7 @@ [ "dmhashtable64", { - "_index": 8995, + "_index": 9063, "data": { "ref/stable/dmHashTable": {} }, @@ -150735,7 +151168,7 @@ [ "dmhashtable::iterator", { - "_index": 8998, + "_index": 9066, "data": { "ref/stable/dmHashTable": {} }, @@ -150745,7 +151178,7 @@ [ "dmhashupdatebuffer32", { - "_index": 10164, + "_index": 10233, "data": { "ref/stable/dmHash": {} }, @@ -150755,7 +151188,7 @@ [ "dmhashupdatebuffer64", { - "_index": 10165, + "_index": 10234, "data": { "ref/stable/dmHash": {} }, @@ -150765,7 +151198,7 @@ [ "dmhid", { - "_index": 9418, + "_index": 9486, "data": { "ref/stable/dmHid": {} }, @@ -150775,7 +151208,7 @@ [ "dmhid::hcontext", { - "_index": 7986, + "_index": 8012, "data": { "ref/stable/dmEngine": {}, "ref/stable/dmHid": {} @@ -150786,7 +151219,7 @@ [ "dmhid::hgamepad", { - "_index": 9419, + "_index": 9487, "data": { "ref/stable/dmHid": {} }, @@ -150796,7 +151229,7 @@ [ "dmhid::hkeyboard", { - "_index": 9421, + "_index": 9489, "data": { "ref/stable/dmHid": {} }, @@ -150806,7 +151239,7 @@ [ "dmhid::hmouse", { - "_index": 9423, + "_index": 9491, "data": { "ref/stable/dmHid": {} }, @@ -150816,7 +151249,7 @@ [ "dmhid::htouchdevice", { - "_index": 9415, + "_index": 9483, "data": { "ref/stable/dmHid": {} }, @@ -150826,7 +151259,7 @@ [ "dmhid::invalid_gamepad_handle", { - "_index": 9426, + "_index": 9494, "data": { "ref/stable/dmHid": {} }, @@ -150836,7 +151269,7 @@ [ "dmhid::invalid_keyboard_handle", { - "_index": 9428, + "_index": 9496, "data": { "ref/stable/dmHid": {} }, @@ -150846,7 +151279,7 @@ [ "dmhid::invalid_mouse_handle", { - "_index": 9430, + "_index": 9498, "data": { "ref/stable/dmHid": {} }, @@ -150856,7 +151289,7 @@ [ "dmhid::invalid_touch_device_handle", { - "_index": 9468, + "_index": 9536, "data": { "ref/stable/dmHid": {} }, @@ -150866,7 +151299,7 @@ [ "dmhid::invalid_touchdevice_handle", { - "_index": 9432, + "_index": 9500, "data": { "ref/stable/dmHid": {} }, @@ -150876,7 +151309,7 @@ [ "dmhid::key", { - "_index": 9475, + "_index": 9543, "data": { "ref/stable/dmHid": {} }, @@ -150886,7 +151319,7 @@ [ "dmhid::max_char_count", { - "_index": 9435, + "_index": 9503, "data": { "ref/stable/dmHid": {} }, @@ -150896,7 +151329,7 @@ [ "dmhid::max_gamepad_axis_count", { - "_index": 9437, + "_index": 9505, "data": { "ref/stable/dmHid": {} }, @@ -150906,7 +151339,7 @@ [ "dmhid::max_gamepad_button_count", { - "_index": 9439, + "_index": 9507, "data": { "ref/stable/dmHid": {} }, @@ -150916,7 +151349,7 @@ [ "dmhid::max_gamepad_count", { - "_index": 9441, + "_index": 9509, "data": { "ref/stable/dmHid": {} }, @@ -150926,7 +151359,7 @@ [ "dmhid::max_gamepad_hat_count", { - "_index": 9443, + "_index": 9511, "data": { "ref/stable/dmHid": {} }, @@ -150936,7 +151369,7 @@ [ "dmhid::max_keyboard_count", { - "_index": 9446, + "_index": 9514, "data": { "ref/stable/dmHid": {} }, @@ -150946,7 +151379,7 @@ [ "dmhid::max_mouse_count", { - "_index": 9448, + "_index": 9516, "data": { "ref/stable/dmHid": {} }, @@ -150956,7 +151389,7 @@ [ "dmhid::max_touch_count", { - "_index": 9451, + "_index": 9519, "data": { "ref/stable/dmHid": {} }, @@ -150966,7 +151399,7 @@ [ "dmhid::max_touch_device_count", { - "_index": 9454, + "_index": 9522, "data": { "ref/stable/dmHid": {} }, @@ -150976,7 +151409,7 @@ [ "dmhid::mousebutton", { - "_index": 9464, + "_index": 9532, "data": { "ref/stable/dmHid": {} }, @@ -150986,7 +151419,7 @@ [ "dmhid::mousepacket", { - "_index": 9463, + "_index": 9531, "data": { "ref/stable/dmHid": {} }, @@ -150996,7 +151429,7 @@ [ "dmhid::phase", { - "_index": 9417, + "_index": 9485, "data": { "ref/stable/dmHid": {} }, @@ -151006,7 +151439,7 @@ [ "dmhttpclient::parseresult", { - "_index": 10387, + "_index": 10458, "data": { "ref/stable/dmHttpClient": {} }, @@ -151026,7 +151459,7 @@ [ "dmintersection::frustum", { - "_index": 9370, + "_index": 9438, "data": { "ref/stable/dmIntersection": {} }, @@ -151036,7 +151469,7 @@ [ "dmintersection::plane", { - "_index": 9376, + "_index": 9444, "data": { "ref/stable/dmIntersection": {} }, @@ -151056,7 +151489,7 @@ [ "dmlog", { - "_index": 7399, + "_index": 7413, "data": { "ref/stable/dmLog": {} }, @@ -151066,7 +151499,7 @@ [ "dmlog:loglistener", { - "_index": 7398, + "_index": 7412, "data": { "ref/stable/dmLog": {} }, @@ -151076,7 +151509,7 @@ [ "dmlogdebug", { - "_index": 7405, + "_index": 7419, "data": { "ref/stable/dmLog": {} }, @@ -151086,7 +151519,7 @@ [ "dmlogerror", { - "_index": 7408, + "_index": 7422, "data": { "ref/stable/dmLog": {} }, @@ -151096,7 +151529,7 @@ [ "dmlogfatal", { - "_index": 7411, + "_index": 7425, "data": { "ref/stable/dmLog": {} }, @@ -151106,7 +151539,7 @@ [ "dmloggetlevel", { - "_index": 7415, + "_index": 7429, "data": { "ref/stable/dmLog": {} }, @@ -151116,7 +151549,7 @@ [ "dmloginfo", { - "_index": 7416, + "_index": 7430, "data": { "ref/stable/dmLog": {} }, @@ -151126,7 +151559,7 @@ [ "dmlogoncedebug", { - "_index": 7406, + "_index": 7420, "data": { "ref/stable/dmLog": {} }, @@ -151136,7 +151569,7 @@ [ "dmlogonceerror", { - "_index": 7410, + "_index": 7424, "data": { "ref/stable/dmLog": {} }, @@ -151146,7 +151579,7 @@ [ "dmlogoncefatal", { - "_index": 7414, + "_index": 7428, "data": { "ref/stable/dmLog": {} }, @@ -151156,7 +151589,7 @@ [ "dmlogonceinfo", { - "_index": 7417, + "_index": 7431, "data": { "ref/stable/dmLog": {} }, @@ -151166,7 +151599,7 @@ [ "dmlogonceuserdebug", { - "_index": 7422, + "_index": 7436, "data": { "ref/stable/dmLog": {} }, @@ -151176,7 +151609,7 @@ [ "dmlogoncewarning", { - "_index": 7424, + "_index": 7438, "data": { "ref/stable/dmLog": {} }, @@ -151186,7 +151619,7 @@ [ "dmlogregisterlistener", { - "_index": 7401, + "_index": 7415, "data": { "ref/stable/dmLog": {} }, @@ -151196,7 +151629,7 @@ [ "dmlogsetlevel", { - "_index": 7419, + "_index": 7433, "data": { "ref/stable/dmLog": {} }, @@ -151206,7 +151639,7 @@ [ "dmlogunregisterlistener", { - "_index": 7402, + "_index": 7416, "data": { "ref/stable/dmLog": {} }, @@ -151216,7 +151649,7 @@ [ "dmloguserdebug", { - "_index": 7421, + "_index": 7435, "data": { "ref/stable/dmLog": {} }, @@ -151226,7 +151659,7 @@ [ "dmlogwarning", { - "_index": 7423, + "_index": 7437, "data": { "ref/stable/dmLog": {} }, @@ -151236,7 +151669,7 @@ [ "dmmemory::alignedmalloc", { - "_index": 7342, + "_index": 7356, "data": { "ref/stable/dmMemory": {} }, @@ -151246,7 +151679,7 @@ [ "dmmessage", { - "_index": 7299, + "_index": 7313, "data": { "ref/stable/dmMessage": {} }, @@ -151256,7 +151689,7 @@ [ "dmmessage::hsocket", { - "_index": 7314, + "_index": 7328, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmMessage": {} @@ -151267,7 +151700,7 @@ [ "dmmessage::message", { - "_index": 9181, + "_index": 9249, "data": { "ref/stable/dmGameObject": {} }, @@ -151277,7 +151710,7 @@ [ "dmmessage::result", { - "_index": 7298, + "_index": 7312, "data": { "ref/stable/dmMessage": {}, "ref/stable/dmScript": {} @@ -151288,7 +151721,7 @@ [ "dmmessage::result_ok", { - "_index": 10829, + "_index": 10900, "data": { "ref/stable/dmScript": {} }, @@ -151298,7 +151731,7 @@ [ "dmmessage::stringurl", { - "_index": 7300, + "_index": 7314, "data": { "ref/stable/dmMessage": {} }, @@ -151308,7 +151741,7 @@ [ "dmmessage::url", { - "_index": 7303, + "_index": 7317, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmMessage": {}, @@ -151320,7 +151753,7 @@ [ "dmmmessage", { - "_index": 7306, + "_index": 7320, "data": { "ref/stable/dmMessage": {} }, @@ -151330,7 +151763,7 @@ [ "dmmmessage::messagedestroycallback", { - "_index": 7305, + "_index": 7319, "data": { "ref/stable/dmMessage": {} }, @@ -151411,7 +151844,7 @@ [ "dmprofile::hprofile", { - "_index": 8750, + "_index": 8783, "data": { "ref/stable/dmProfile": {} }, @@ -151421,7 +151854,7 @@ [ "dmrender", { - "_index": 10840, + "_index": 10911, "data": { "ref/stable/dmRender": {} }, @@ -151431,7 +151864,7 @@ [ "dmrender::constant", { - "_index": 8029, + "_index": 8055, "data": { "ref/stable/dmGameSystem": {} }, @@ -151441,7 +151874,7 @@ [ "dmrender::getmaterialvertexspace", { - "_index": 10839, + "_index": 10910, "data": { "ref/stable/dmRender": {} }, @@ -151451,7 +151884,7 @@ [ "dmrender::hconstant", { - "_index": 8030, + "_index": 8056, "data": { "ref/stable/dmGameSystem": {}, "ref/stable/dmRender": {} @@ -151462,7 +151895,7 @@ [ "dmrender::hmaterial", { - "_index": 8036, + "_index": 8062, "data": { "ref/stable/dmGameSystem": {}, "ref/stable/dmRender": {} @@ -151473,7 +151906,7 @@ [ "dmrender::hnamedconstantbuffer", { - "_index": 10836, + "_index": 10907, "data": { "ref/stable/dmRender": {} }, @@ -151483,7 +151916,7 @@ [ "dmrender::hrendercontext", { - "_index": 10833, + "_index": 10904, "data": { "ref/stable/dmRender": {} }, @@ -151493,7 +151926,7 @@ [ "dmrender::hrenderlistdispatch", { - "_index": 10885, + "_index": 10956, "data": { "ref/stable/dmRender": {} }, @@ -151503,7 +151936,7 @@ [ "dmrender::renderlistdispatchfn", { - "_index": 10887, + "_index": 10958, "data": { "ref/stable/dmRender": {} }, @@ -151513,7 +151946,7 @@ [ "dmrender::renderlistdispatchparams", { - "_index": 10873, + "_index": 10944, "data": { "ref/stable/dmRender": {} }, @@ -151523,7 +151956,7 @@ [ "dmrender::renderlistentry", { - "_index": 10871, + "_index": 10942, "data": { "ref/stable/dmRender": {} }, @@ -151533,7 +151966,7 @@ [ "dmrender::renderlistvisibilityfn", { - "_index": 10888, + "_index": 10959, "data": { "ref/stable/dmRender": {} }, @@ -151543,7 +151976,7 @@ [ "dmrender::renderobject", { - "_index": 8027, + "_index": 8053, "data": { "ref/stable/dmGameSystem": {}, "ref/stable/dmRender": {} @@ -151554,7 +151987,7 @@ [ "dmrender::renderobject::max_texture_count", { - "_index": 10843, + "_index": 10914, "data": { "ref/stable/dmRender": {} }, @@ -151564,7 +151997,7 @@ [ "dmrender::result", { - "_index": 10834, + "_index": 10905, "data": { "ref/stable/dmRender": {} }, @@ -151574,7 +152007,7 @@ [ "dmrenderddf::materialdesc::constant_type_user", { - "_index": 10899, + "_index": 10970, "data": { "ref/stable/dmRender": {} }, @@ -151584,7 +152017,7 @@ [ "dmrenderddf::materialdesc::constant_type_user_matrix4", { - "_index": 10900, + "_index": 10971, "data": { "ref/stable/dmRender": {} }, @@ -151594,7 +152027,7 @@ [ "dmrenderddf::materialdesc::constanttype", { - "_index": 10851, + "_index": 10922, "data": { "ref/stable/dmRender": {} }, @@ -151604,7 +152037,7 @@ [ "dmrenderddf::materialdesc::vertexspace", { - "_index": 10842, + "_index": 10913, "data": { "ref/stable/dmRender": {} }, @@ -151614,7 +152047,7 @@ [ "dmresource::fdecryptresource", { - "_index": 8421, + "_index": 8447, "data": { "ref/stable/dmResource": {} }, @@ -151624,7 +152057,7 @@ [ "dmresource::hfactory", { - "_index": 8388, + "_index": 8414, "data": { "ref/stable/dmResource": {} }, @@ -151634,7 +152067,7 @@ [ "dmresource::hresourcepreloadhintinfo", { - "_index": 8419, + "_index": 8445, "data": { "ref/stable/dmResource": {} }, @@ -151644,7 +152077,7 @@ [ "dmresource::result", { - "_index": 8389, + "_index": 8415, "data": { "ref/stable/dmResource": {} }, @@ -151654,7 +152087,7 @@ [ "dmscript", { - "_index": 9177, + "_index": 9245, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmScript": {} @@ -151665,7 +152098,7 @@ [ "dmscript::checkbuffer", { - "_index": 10721, + "_index": 10792, "data": { "ref/stable/dmScript": {} }, @@ -151675,7 +152108,7 @@ [ "dmscript::checkbuffernoerror", { - "_index": 10725, + "_index": 10796, "data": { "ref/stable/dmScript": {} }, @@ -151685,7 +152118,7 @@ [ "dmscript::checkbufferunpack", { - "_index": 10727, + "_index": 10798, "data": { "ref/stable/dmScript": {} }, @@ -151695,7 +152128,7 @@ [ "dmscript::checkbufferunpacknoerror", { - "_index": 10729, + "_index": 10800, "data": { "ref/stable/dmScript": {} }, @@ -151705,7 +152138,7 @@ [ "dmscript::checkhash", { - "_index": 10731, + "_index": 10802, "data": { "ref/stable/dmScript": {} }, @@ -151715,7 +152148,7 @@ [ "dmscript::checkhashorstring", { - "_index": 10733, + "_index": 10804, "data": { "ref/stable/dmScript": {} }, @@ -151725,7 +152158,7 @@ [ "dmscript::checkmatrix4", { - "_index": 10735, + "_index": 10806, "data": { "ref/stable/dmScript": {} }, @@ -151735,7 +152168,7 @@ [ "dmscript::checkquat", { - "_index": 10737, + "_index": 10808, "data": { "ref/stable/dmScript": {} }, @@ -151745,7 +152178,7 @@ [ "dmscript::checkvector3", { - "_index": 10739, + "_index": 10810, "data": { "ref/stable/dmScript": {} }, @@ -151755,7 +152188,7 @@ [ "dmscript::checkvector4", { - "_index": 10741, + "_index": 10812, "data": { "ref/stable/dmScript": {} }, @@ -151765,7 +152198,7 @@ [ "dmscript::createcallback", { - "_index": 10743, + "_index": 10814, "data": { "ref/stable/dmScript": {} }, @@ -151775,7 +152208,7 @@ [ "dmscript::destroycallback", { - "_index": 10747, + "_index": 10818, "data": { "ref/stable/dmScript": {} }, @@ -151785,7 +152218,7 @@ [ "dmscript::getcallbackluacontext", { - "_index": 10748, + "_index": 10819, "data": { "ref/stable/dmScript": {} }, @@ -151795,7 +152228,7 @@ [ "dmscript::getinstance", { - "_index": 10750, + "_index": 10821, "data": { "ref/stable/dmScript": {} }, @@ -151805,7 +152238,7 @@ [ "dmscript::getmainthread", { - "_index": 10752, + "_index": 10823, "data": { "ref/stable/dmScript": {} }, @@ -151815,7 +152248,7 @@ [ "dmscript::isbuffer", { - "_index": 10754, + "_index": 10825, "data": { "ref/stable/dmScript": {} }, @@ -151825,7 +152258,7 @@ [ "dmscript::iscallbackvalid", { - "_index": 10756, + "_index": 10827, "data": { "ref/stable/dmScript": {} }, @@ -151835,7 +152268,7 @@ [ "dmscript::ishash", { - "_index": 10758, + "_index": 10829, "data": { "ref/stable/dmScript": {} }, @@ -151845,7 +152278,7 @@ [ "dmscript::isinstancevalid", { - "_index": 10760, + "_index": 10831, "data": { "ref/stable/dmScript": {} }, @@ -151855,7 +152288,7 @@ [ "dmscript::ismatrix4", { - "_index": 10763, + "_index": 10834, "data": { "ref/stable/dmScript": {} }, @@ -151865,7 +152298,7 @@ [ "dmscript::isquat", { - "_index": 10765, + "_index": 10836, "data": { "ref/stable/dmScript": {} }, @@ -151875,7 +152308,7 @@ [ "dmscript::isvector3", { - "_index": 10767, + "_index": 10838, "data": { "ref/stable/dmScript": {} }, @@ -151885,7 +152318,7 @@ [ "dmscript::isvector4", { - "_index": 10769, + "_index": 10840, "data": { "ref/stable/dmScript": {} }, @@ -151895,7 +152328,7 @@ [ "dmscript::jsontolua", { - "_index": 10771, + "_index": 10842, "data": { "ref/stable/dmScript": {} }, @@ -151905,7 +152338,7 @@ [ "dmscript::luacallbackinfo", { - "_index": 10773, + "_index": 10844, "data": { "ref/stable/dmScript": {} }, @@ -151915,7 +152348,7 @@ [ "dmscript::luahbuffer", { - "_index": 10724, + "_index": 10795, "data": { "ref/stable/dmScript": {} }, @@ -151925,7 +152358,7 @@ [ "dmscript::luatojson", { - "_index": 10778, + "_index": 10849, "data": { "ref/stable/dmScript": {} }, @@ -151935,7 +152368,7 @@ [ "dmscript::pcall", { - "_index": 9185, + "_index": 9253, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmScript": {} @@ -151946,7 +152379,7 @@ [ "dmscript::postddf", { - "_index": 9176, + "_index": 9244, "data": { "ref/stable/dmGameObject": {} }, @@ -151956,7 +152389,7 @@ [ "dmscript::postscriptunrefmessage", { - "_index": 9186, + "_index": 9254, "data": { "ref/stable/dmGameObject": {} }, @@ -151966,7 +152399,7 @@ [ "dmscript::pushbuffer", { - "_index": 10783, + "_index": 10854, "data": { "ref/stable/dmScript": {} }, @@ -151976,7 +152409,7 @@ [ "dmscript::pushhash", { - "_index": 10785, + "_index": 10856, "data": { "ref/stable/dmScript": {} }, @@ -151986,7 +152419,7 @@ [ "dmscript::pushmatrix4", { - "_index": 10787, + "_index": 10858, "data": { "ref/stable/dmScript": {} }, @@ -151996,7 +152429,7 @@ [ "dmscript::pushquat", { - "_index": 10789, + "_index": 10860, "data": { "ref/stable/dmScript": {} }, @@ -152006,7 +152439,7 @@ [ "dmscript::pushvector3", { - "_index": 10791, + "_index": 10862, "data": { "ref/stable/dmScript": {} }, @@ -152016,7 +152449,7 @@ [ "dmscript::pushvector4", { - "_index": 10793, + "_index": 10864, "data": { "ref/stable/dmScript": {} }, @@ -152026,7 +152459,7 @@ [ "dmscript::ref", { - "_index": 10795, + "_index": 10866, "data": { "ref/stable/dmScript": {} }, @@ -152036,7 +152469,7 @@ [ "dmscript::setinstance", { - "_index": 10762, + "_index": 10833, "data": { "ref/stable/dmScript": {} }, @@ -152046,7 +152479,7 @@ [ "dmscript::setupcallback", { - "_index": 10798, + "_index": 10869, "data": { "ref/stable/dmScript": {} }, @@ -152056,7 +152489,7 @@ [ "dmscript::teardowncallback", { - "_index": 10800, + "_index": 10871, "data": { "ref/stable/dmScript": {} }, @@ -152066,7 +152499,7 @@ [ "dmscript::tohash", { - "_index": 10802, + "_index": 10873, "data": { "ref/stable/dmScript": {} }, @@ -152076,7 +152509,7 @@ [ "dmscript::tomatrix4", { - "_index": 10804, + "_index": 10875, "data": { "ref/stable/dmScript": {} }, @@ -152086,7 +152519,7 @@ [ "dmscript::toquat", { - "_index": 10805, + "_index": 10876, "data": { "ref/stable/dmScript": {} }, @@ -152096,7 +152529,7 @@ [ "dmscript::tovector3", { - "_index": 10807, + "_index": 10878, "data": { "ref/stable/dmScript": {} }, @@ -152106,7 +152539,7 @@ [ "dmscript::tovector4", { - "_index": 10809, + "_index": 10880, "data": { "ref/stable/dmScript": {} }, @@ -152116,7 +152549,7 @@ [ "dmscript::unref", { - "_index": 10811, + "_index": 10882, "data": { "ref/stable/dmScript": {} }, @@ -152126,7 +152559,7 @@ [ "dmscript::unrefininstance", { - "_index": 9183, + "_index": 9251, "data": { "ref/stable/dmGameObject": {} }, @@ -152136,7 +152569,7 @@ [ "dmsnprintf", { - "_index": 9656, + "_index": 9725, "data": { "ref/stable/dmStringFunc": {} }, @@ -152146,7 +152579,7 @@ [ "dmsocket", { - "_index": 8726, + "_index": 8759, "data": { "ref/stable/dmSSLSocket": {} }, @@ -152156,7 +152589,7 @@ [ "dmsocket::result", { - "_index": 9967, + "_index": 10037, "data": { "ref/stable/dmConnectionPool": {} }, @@ -152166,7 +152599,7 @@ [ "dmsocket::setreceivetimeout", { - "_index": 8725, + "_index": 8758, "data": { "ref/stable/dmSSLSocket": {} }, @@ -152176,7 +152609,7 @@ [ "dmsocket::shutdowntype", { - "_index": 9978, + "_index": 10048, "data": { "ref/stable/dmConnectionPool": {} }, @@ -152186,7 +152619,7 @@ [ "dmsocket::socket", { - "_index": 8728, + "_index": 8761, "data": { "ref/stable/dmConnectionPool": {}, "ref/stable/dmSSLSocket": {} @@ -152197,7 +152630,7 @@ [ "dmspinlock", { - "_index": 8645, + "_index": 8678, "data": { "ref/stable/dmSpinlock": {} }, @@ -152207,7 +152640,7 @@ [ "dmspinlock::init", { - "_index": 8644, + "_index": 8677, "data": { "ref/stable/dmSpinlock": {} }, @@ -152217,7 +152650,7 @@ [ "dmspinlock::lock", { - "_index": 8646, + "_index": 8679, "data": { "ref/stable/dmSpinlock": {} }, @@ -152227,7 +152660,7 @@ [ "dmspinlock::spinlock", { - "_index": 8643, + "_index": 8676, "data": { "ref/stable/dmSpinlock": {} }, @@ -152237,7 +152670,7 @@ [ "dmspinlock::unlock", { - "_index": 8649, + "_index": 8682, "data": { "ref/stable/dmSpinlock": {} }, @@ -152247,7 +152680,7 @@ [ "dmsslsocket", { - "_index": 8731, + "_index": 8764, "data": { "ref/stable/dmSSLSocket": {} }, @@ -152257,7 +152690,7 @@ [ "dmsslsocket::delete", { - "_index": 8730, + "_index": 8763, "data": { "ref/stable/dmSSLSocket": {} }, @@ -152267,7 +152700,7 @@ [ "dmsslsocket::invalid_socket_handle", { - "_index": 8733, + "_index": 8766, "data": { "ref/stable/dmSSLSocket": {} }, @@ -152277,7 +152710,7 @@ [ "dmsslsocket::new", { - "_index": 8736, + "_index": 8769, "data": { "ref/stable/dmSSLSocket": {} }, @@ -152287,7 +152720,7 @@ [ "dmsslsocket::receive", { - "_index": 8741, + "_index": 8774, "data": { "ref/stable/dmSSLSocket": {} }, @@ -152297,7 +152730,7 @@ [ "dmsslsocket::result", { - "_index": 8742, + "_index": 8775, "data": { "ref/stable/dmSSLSocket": {} }, @@ -152307,7 +152740,7 @@ [ "dmsslsocket::send", { - "_index": 8747, + "_index": 8780, "data": { "ref/stable/dmSSLSocket": {} }, @@ -152317,7 +152750,7 @@ [ "dmsslsocket::socket", { - "_index": 8732, + "_index": 8765, "data": { "ref/stable/dmConnectionPool": {}, "ref/stable/dmSSLSocket": {} @@ -152328,7 +152761,7 @@ [ "dmstrcasecmp", { - "_index": 9662, + "_index": 9731, "data": { "ref/stable/dmStringFunc": {} }, @@ -152338,7 +152771,7 @@ [ "dmstrerror", { - "_index": 9667, + "_index": 9736, "data": { "ref/stable/dmStringFunc": {} }, @@ -152348,7 +152781,7 @@ [ "dmstrlcat", { - "_index": 9670, + "_index": 9739, "data": { "ref/stable/dmStringFunc": {} }, @@ -152358,7 +152791,7 @@ [ "dmstrlcpy", { - "_index": 9680, + "_index": 9749, "data": { "ref/stable/dmStringFunc": {} }, @@ -152368,7 +152801,7 @@ [ "dmstrtok", { - "_index": 9682, + "_index": 9751, "data": { "ref/stable/dmStringFunc": {} }, @@ -152378,7 +152811,7 @@ [ "dmsys::result", { - "_index": 9703, + "_index": 9772, "data": { "ref/stable/dmSys": {} }, @@ -152388,7 +152821,7 @@ [ "dmthread", { - "_index": 10240, + "_index": 10309, "data": { "ref/stable/dmThread": {} }, @@ -152398,7 +152831,7 @@ [ "dmthread::alloctls", { - "_index": 10239, + "_index": 10308, "data": { "ref/stable/dmThread": {} }, @@ -152408,7 +152841,7 @@ [ "dmthread::detach", { - "_index": 10242, + "_index": 10311, "data": { "ref/stable/dmThread": {} }, @@ -152418,7 +152851,7 @@ [ "dmthread::freetls", { - "_index": 10243, + "_index": 10312, "data": { "ref/stable/dmThread": {} }, @@ -152428,7 +152861,7 @@ [ "dmthread::getcurrentthread", { - "_index": 10245, + "_index": 10314, "data": { "ref/stable/dmThread": {} }, @@ -152438,7 +152871,7 @@ [ "dmthread::gettlsvalue", { - "_index": 10247, + "_index": 10316, "data": { "ref/stable/dmThread": {} }, @@ -152448,7 +152881,7 @@ [ "dmthread::join", { - "_index": 10249, + "_index": 10318, "data": { "ref/stable/dmThread": {} }, @@ -152458,7 +152891,7 @@ [ "dmthread::new", { - "_index": 10251, + "_index": 10320, "data": { "ref/stable/dmThread": {} }, @@ -152468,7 +152901,7 @@ [ "dmthread::setthreadname", { - "_index": 10252, + "_index": 10321, "data": { "ref/stable/dmThread": {} }, @@ -152478,7 +152911,7 @@ [ "dmthread::settlsvalue", { - "_index": 10254, + "_index": 10323, "data": { "ref/stable/dmThread": {} }, @@ -152488,7 +152921,17 @@ [ "dmtime", { - "_index": 9765, + "_index": 9834, + "data": { + "ref/stable/dmTime": {} + }, + "type": {} + } + ], + [ + "dmtime::getmonotonictime", + { + "_index": 9833, "data": { "ref/stable/dmTime": {} }, @@ -152498,7 +152941,7 @@ [ "dmtime::gettime", { - "_index": 9764, + "_index": 9837, "data": { "ref/stable/dmTime": {} }, @@ -152508,7 +152951,7 @@ [ "dmtime::sleep", { - "_index": 9769, + "_index": 9841, "data": { "ref/stable/dmTime": {} }, @@ -152518,7 +152961,7 @@ [ "dmtransform::transform", { - "_index": 9212, + "_index": 9280, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmTransform": {} @@ -152529,7 +152972,7 @@ [ "dmuri", { - "_index": 8635, + "_index": 8668, "data": { "ref/stable/dmURI": {} }, @@ -152539,7 +152982,7 @@ [ "dmuri::decode", { - "_index": 8634, + "_index": 8667, "data": { "ref/stable/dmURI": {} }, @@ -152549,7 +152992,7 @@ [ "dmuri::encode", { - "_index": 8637, + "_index": 8670, "data": { "ref/stable/dmURI": {} }, @@ -152559,7 +153002,7 @@ [ "dmuri::parse", { - "_index": 8638, + "_index": 8671, "data": { "ref/stable/dmURI": {} }, @@ -152569,7 +153012,7 @@ [ "dmuri::parts", { - "_index": 8639, + "_index": 8672, "data": { "ref/stable/dmURI": {} }, @@ -152579,7 +153022,7 @@ [ "dmuri::result", { - "_index": 8640, + "_index": 8673, "data": { "ref/stable/dmURI": {} }, @@ -152589,7 +153032,7 @@ [ "dmvmath::matrix", { - "_index": 9780, + "_index": 9852, "data": { "ref/stable/dmTransform": {} }, @@ -152599,7 +153042,7 @@ [ "dmvmath::matrix4", { - "_index": 9373, + "_index": 9441, "data": { "ref/stable/dmIntersection": {}, "ref/stable/dmScript": {} @@ -152610,7 +153053,7 @@ [ "dmvmath::point3", { - "_index": 8127, + "_index": 8153, "data": { "ref/stable/dmGui": {}, "ref/stable/dmIntersection": {}, @@ -152623,7 +153066,7 @@ [ "dmvmath::quat", { - "_index": 9292, + "_index": 9360, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmScript": {}, @@ -152635,7 +153078,7 @@ [ "dmvmath::vector3", { - "_index": 8128, + "_index": 8154, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmGui": {}, @@ -152649,7 +153092,7 @@ [ "dmvmath::vector4", { - "_index": 8039, + "_index": 8065, "data": { "ref/stable/dmGameSystem": {}, "ref/stable/dmGui": {}, @@ -152663,7 +153106,7 @@ [ "dmwebserver::hserver", { - "_index": 7988, + "_index": 8014, "data": { "ref/stable/dmEngine": {} }, @@ -152910,7 +153353,7 @@ [ "doens't", { - "_index": 9533, + "_index": 9602, "data": { "ref/stable/sys": {} }, @@ -153028,7 +153471,7 @@ [ "dofile", { - "_index": 10622, + "_index": 10693, "data": { "ref/stable/base": {} }, @@ -153058,7 +153501,7 @@ [ "dom", { - "_index": 10136, + "_index": 10205, "data": { "ref/stable/html5": {} }, @@ -153159,7 +153602,7 @@ [ "dontroute", { - "_index": 10434, + "_index": 10505, "data": { "ref/stable/socket": {} }, @@ -153205,6 +153648,7 @@ "manuals/editor-scripts": {}, "manuals/project-settings": {}, "ref/stable/dmVMath": {}, + "ref/stable/editor": {}, "ref/stable/gui": {}, "ref/stable/package": {}, "ref/stable/vmath": {} @@ -153215,7 +153659,7 @@ [ "dots", { - "_index": 10637, + "_index": 10708, "data": { "ref/stable/base": {} }, @@ -153251,7 +153695,7 @@ [ "doubly", { - "_index": 10539, + "_index": 10610, "data": { "ref/stable/socket": {} }, @@ -153455,7 +153899,7 @@ [ "dpfail", { - "_index": 8594, + "_index": 8627, "data": { "ref/stable/render": {} }, @@ -153476,7 +153920,7 @@ [ "dppass", { - "_index": 8593, + "_index": 8626, "data": { "ref/stable/render": {} }, @@ -153486,7 +153930,7 @@ [ "dr", { - "_index": 8528, + "_index": 8554, "data": { "ref/stable/render": {} }, @@ -153496,7 +153940,7 @@ [ "dr,dg,db,da", { - "_index": 8505, + "_index": 8531, "data": { "ref/stable/render": {} }, @@ -153595,7 +154039,7 @@ [ "draw_debug3d", { - "_index": 8467, + "_index": 8493, "data": { "ref/stable/render": {} }, @@ -153849,7 +154293,7 @@ [ "drops", { - "_index": 10544, + "_index": 10615, "data": { "ref/stable/socket": {} }, @@ -153979,7 +154423,7 @@ [ "dummy", { - "_index": 10545, + "_index": 10616, "data": { "ref/stable/socket": {} }, @@ -154023,7 +154467,7 @@ [ "duplex", { - "_index": 10429, + "_index": 10500, "data": { "ref/stable/socket": {} }, @@ -154033,7 +154477,7 @@ [ "duplicate", { - "_index": 10462, + "_index": 10533, "data": { "ref/stable/socket": {} }, @@ -154116,7 +154560,7 @@ [ "dwarf", { - "_index": 10232, + "_index": 10301, "data": { "ref/stable/profiler": {} }, @@ -154136,7 +154580,7 @@ [ "dx", { - "_index": 7942, + "_index": 7968, "data": { "ref/stable/dmHid": {}, "ref/stable/go": {}, @@ -154148,7 +154592,7 @@ [ "dy", { - "_index": 7943, + "_index": 7969, "data": { "ref/stable/dmHid": {}, "ref/stable/go": {}, @@ -154245,7 +154689,7 @@ [ "dz", { - "_index": 8561, + "_index": 8594, "data": { "ref/stable/render": {} }, @@ -154517,7 +154961,7 @@ [ "easing_inback", { - "_index": 7627, + "_index": 7641, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154528,7 +154972,7 @@ [ "easing_inbounce", { - "_index": 7628, + "_index": 7642, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154539,7 +154983,7 @@ [ "easing_incirc", { - "_index": 7629, + "_index": 7643, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154550,7 +154994,7 @@ [ "easing_incubic", { - "_index": 7631, + "_index": 7645, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154561,7 +155005,7 @@ [ "easing_inelastic", { - "_index": 7633, + "_index": 7647, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154572,7 +155016,7 @@ [ "easing_inexpo", { - "_index": 7635, + "_index": 7649, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154583,7 +155027,7 @@ [ "easing_inoutback", { - "_index": 7637, + "_index": 7651, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154594,7 +155038,7 @@ [ "easing_inoutbounce", { - "_index": 7638, + "_index": 7652, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154605,7 +155049,7 @@ [ "easing_inoutcirc", { - "_index": 7639, + "_index": 7653, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154616,7 +155060,7 @@ [ "easing_inoutcubic", { - "_index": 7640, + "_index": 7654, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154627,7 +155071,7 @@ [ "easing_inoutelastic", { - "_index": 7641, + "_index": 7655, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154638,7 +155082,7 @@ [ "easing_inoutexpo", { - "_index": 7642, + "_index": 7656, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154649,7 +155093,7 @@ [ "easing_inoutquad", { - "_index": 7643, + "_index": 7657, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154660,7 +155104,7 @@ [ "easing_inoutquart", { - "_index": 7645, + "_index": 7659, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154671,7 +155115,7 @@ [ "easing_inoutquint", { - "_index": 7647, + "_index": 7661, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154682,7 +155126,7 @@ [ "easing_inoutsine", { - "_index": 7649, + "_index": 7663, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154693,7 +155137,7 @@ [ "easing_inquad", { - "_index": 7650, + "_index": 7664, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154704,7 +155148,7 @@ [ "easing_inquart", { - "_index": 7651, + "_index": 7665, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154715,7 +155159,7 @@ [ "easing_inquint", { - "_index": 7652, + "_index": 7666, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154726,7 +155170,7 @@ [ "easing_insine", { - "_index": 7653, + "_index": 7667, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154737,7 +155181,7 @@ [ "easing_linear", { - "_index": 7654, + "_index": 7668, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154748,7 +155192,7 @@ [ "easing_outback", { - "_index": 7655, + "_index": 7669, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154759,7 +155203,7 @@ [ "easing_outbounce", { - "_index": 7656, + "_index": 7670, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154770,7 +155214,7 @@ [ "easing_outcirc", { - "_index": 7657, + "_index": 7671, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154781,7 +155225,7 @@ [ "easing_outcubic", { - "_index": 7658, + "_index": 7672, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154792,7 +155236,7 @@ [ "easing_outelastic", { - "_index": 7659, + "_index": 7673, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154803,7 +155247,7 @@ [ "easing_outexpo", { - "_index": 7660, + "_index": 7674, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154814,7 +155258,7 @@ [ "easing_outinback", { - "_index": 7661, + "_index": 7675, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154825,7 +155269,7 @@ [ "easing_outinbounce", { - "_index": 7662, + "_index": 7676, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154836,7 +155280,7 @@ [ "easing_outincirc", { - "_index": 7663, + "_index": 7677, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154847,7 +155291,7 @@ [ "easing_outincubic", { - "_index": 7664, + "_index": 7678, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154858,7 +155302,7 @@ [ "easing_outinelastic", { - "_index": 7665, + "_index": 7679, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154869,7 +155313,7 @@ [ "easing_outinexpo", { - "_index": 7666, + "_index": 7680, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154880,7 +155324,7 @@ [ "easing_outinquad", { - "_index": 7667, + "_index": 7681, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154891,7 +155335,7 @@ [ "easing_outinquart", { - "_index": 7668, + "_index": 7682, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154902,7 +155346,7 @@ [ "easing_outinquint", { - "_index": 7669, + "_index": 7683, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154913,7 +155357,7 @@ [ "easing_outinsine", { - "_index": 7670, + "_index": 7684, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154924,7 +155368,7 @@ [ "easing_outquad", { - "_index": 7671, + "_index": 7685, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154935,7 +155379,7 @@ [ "easing_outquart", { - "_index": 7672, + "_index": 7686, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154946,7 +155390,7 @@ [ "easing_outquint", { - "_index": 7673, + "_index": 7687, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154957,7 +155401,7 @@ [ "easing_outsine", { - "_index": 7674, + "_index": 7688, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -155267,7 +155711,7 @@ [ "editor.bob", { - "_index": 8785, + "_index": 8818, "data": { "ref/stable/editor": {} }, @@ -155364,7 +155808,7 @@ [ "editor.external_file_attributes", { - "_index": 8803, + "_index": 8836, "data": { "ref/stable/editor": {} }, @@ -155408,7 +155852,28 @@ { "_index": 5470, "data": { - "manuals/editor-scripts": {} + "manuals/editor-scripts": {}, + "ref/stable/editor": {} + }, + "type": {} + } + ], + [ + "editor.prefs.schema.array", + { + "_index": 8841, + "data": { + "ref/stable/editor": {} + }, + "type": {} + } + ], + [ + "editor.prefs.schema.boolean", + { + "_index": 8848, + "data": { + "ref/stable/editor": {} }, "type": {} } @@ -155418,7 +155883,8 @@ { "_index": 5468, "data": { - "manuals/editor-scripts": {} + "manuals/editor-scripts": {}, + "ref/stable/editor": {} }, "type": {} } @@ -155428,7 +155894,58 @@ { "_index": 5465, "data": { - "manuals/editor-scripts": {} + "manuals/editor-scripts": {}, + "ref/stable/editor": {} + }, + "type": {} + } + ], + [ + "editor.prefs.schema.keyword", + { + "_index": 8853, + "data": { + "ref/stable/editor": {} + }, + "type": {} + } + ], + [ + "editor.prefs.schema.number", + { + "_index": 8856, + "data": { + "ref/stable/editor": {} + }, + "type": {} + } + ], + [ + "editor.prefs.schema.object", + { + "_index": 8858, + "data": { + "ref/stable/editor": {} + }, + "type": {} + } + ], + [ + "editor.prefs.schema.object_of", + { + "_index": 8863, + "data": { + "ref/stable/editor": {} + }, + "type": {} + } + ], + [ + "editor.prefs.schema.set", + { + "_index": 8868, + "data": { + "ref/stable/editor": {} }, "type": {} } @@ -155438,7 +155955,28 @@ { "_index": 5463, "data": { - "manuals/editor-scripts": {} + "manuals/editor-scripts": {}, + "ref/stable/editor": {} + }, + "type": {} + } + ], + [ + "editor.prefs.schema.tuple", + { + "_index": 8872, + "data": { + "ref/stable/editor": {} + }, + "type": {} + } + ], + [ + "editor.prefs.scope.global", + { + "_index": 8846, + "data": { + "ref/stable/editor": {} }, "type": {} } @@ -155448,7 +155986,8 @@ { "_index": 5466, "data": { - "manuals/editor-scripts": {} + "manuals/editor-scripts": {}, + "ref/stable/editor": {} }, "type": {} } @@ -155458,7 +155997,8 @@ { "_index": 5474, "data": { - "manuals/editor-scripts": {} + "manuals/editor-scripts": {}, + "ref/stable/editor": {} }, "type": {} } @@ -155466,7 +156006,7 @@ [ "editor.resource_attributes", { - "_index": 8807, + "_index": 8875, "data": { "ref/stable/editor": {} }, @@ -155498,7 +156038,7 @@ [ "editor.tx", { - "_index": 8815, + "_index": 8883, "data": { "ref/stable/editor": {} }, @@ -155529,7 +156069,7 @@ [ "editor.ui.alignment.bottom", { - "_index": 8819, + "_index": 8887, "data": { "ref/stable/editor": {} }, @@ -155539,7 +156079,7 @@ [ "editor.ui.alignment.bottom_left", { - "_index": 8820, + "_index": 8888, "data": { "ref/stable/editor": {} }, @@ -155549,7 +156089,7 @@ [ "editor.ui.alignment.bottom_right", { - "_index": 8822, + "_index": 8890, "data": { "ref/stable/editor": {} }, @@ -155592,7 +156132,7 @@ [ "editor.ui.alignment.top", { - "_index": 8824, + "_index": 8892, "data": { "ref/stable/editor": {} }, @@ -155602,7 +156142,7 @@ [ "editor.ui.alignment.top_left", { - "_index": 8825, + "_index": 8893, "data": { "ref/stable/editor": {} }, @@ -155612,7 +156152,7 @@ [ "editor.ui.alignment.top_lefteditor.ui.alignment.topeditor.ui.alignment.top_righteditor.ui.alignment.lefteditor.ui.alignment.centereditor.ui.alignment.righteditor.ui.alignment.bottom_lefteditor.ui.alignment.bottomeditor.ui.alignment.bottom_rightgrow", { - "_index": 8841, + "_index": 8909, "data": { "ref/stable/editor": {} }, @@ -155622,7 +156162,7 @@ [ "editor.ui.alignment.top_right", { - "_index": 8827, + "_index": 8895, "data": { "ref/stable/editor": {} }, @@ -155632,7 +156172,7 @@ [ "editor.ui.button", { - "_index": 8829, + "_index": 8897, "data": { "ref/stable/editor": {} }, @@ -155642,7 +156182,7 @@ [ "editor.ui.check_box", { - "_index": 8846, + "_index": 8914, "data": { "ref/stable/editor": {} }, @@ -155652,7 +156192,7 @@ [ "editor.ui.color.error", { - "_index": 8858, + "_index": 8926, "data": { "ref/stable/editor": {} }, @@ -155662,7 +156202,7 @@ [ "editor.ui.color.hint", { - "_index": 8859, + "_index": 8927, "data": { "ref/stable/editor": {} }, @@ -155672,7 +156212,7 @@ [ "editor.ui.color.override", { - "_index": 8860, + "_index": 8928, "data": { "ref/stable/editor": {} }, @@ -155682,7 +156222,7 @@ [ "editor.ui.color.text", { - "_index": 8861, + "_index": 8929, "data": { "ref/stable/editor": {} }, @@ -155692,7 +156232,7 @@ [ "editor.ui.color.texteditor.ui.color.hinteditor.ui.color.overrideeditor.ui.color.warningeditor.ui.color.errortooltip", { - "_index": 8934, + "_index": 9002, "data": { "ref/stable/editor": {} }, @@ -155702,7 +156242,7 @@ [ "editor.ui.color.texteditor.ui.color.hinteditor.ui.color.overrideeditor.ui.color.warningeditor.ui.color.errorword_wrap", { - "_index": 8905, + "_index": 8973, "data": { "ref/stable/editor": {} }, @@ -155712,7 +156252,7 @@ [ "editor.ui.color.warning", { - "_index": 8862, + "_index": 8930, "data": { "ref/stable/editor": {} }, @@ -155755,7 +156295,7 @@ [ "editor.ui.external_file_field", { - "_index": 8879, + "_index": 8947, "data": { "ref/stable/editor": {} }, @@ -155776,7 +156316,7 @@ [ "editor.ui.heading", { - "_index": 8868, + "_index": 8936, "data": { "ref/stable/editor": {} }, @@ -155796,7 +156336,7 @@ [ "editor.ui.heading_style.dialog", { - "_index": 8910, + "_index": 8978, "data": { "ref/stable/editor": {} }, @@ -155806,7 +156346,7 @@ [ "editor.ui.heading_style.form", { - "_index": 8912, + "_index": 8980, "data": { "ref/stable/editor": {} }, @@ -155816,7 +156356,7 @@ [ "editor.ui.heading_style.h1", { - "_index": 8913, + "_index": 8981, "data": { "ref/stable/editor": {} }, @@ -155826,7 +156366,7 @@ [ "editor.ui.heading_style.h1editor.ui.heading_style.h2editor.ui.heading_style.h3editor.ui.heading_style.h4editor.ui.heading_style.h5editor.ui.heading_style.h6editor.ui.heading_style.dialogeditor.ui.heading_style.formalignment", { - "_index": 8909, + "_index": 8977, "data": { "ref/stable/editor": {} }, @@ -155836,7 +156376,7 @@ [ "editor.ui.heading_style.h2", { - "_index": 8914, + "_index": 8982, "data": { "ref/stable/editor": {} }, @@ -155846,7 +156386,7 @@ [ "editor.ui.heading_style.h3", { - "_index": 8908, + "_index": 8976, "data": { "ref/stable/editor": {} }, @@ -155856,7 +156396,7 @@ [ "editor.ui.heading_style.h4", { - "_index": 8917, + "_index": 8985, "data": { "ref/stable/editor": {} }, @@ -155866,7 +156406,7 @@ [ "editor.ui.heading_style.h5", { - "_index": 8919, + "_index": 8987, "data": { "ref/stable/editor": {} }, @@ -155876,7 +156416,7 @@ [ "editor.ui.heading_style.h6", { - "_index": 8921, + "_index": 8989, "data": { "ref/stable/editor": {} }, @@ -155897,7 +156437,7 @@ [ "editor.ui.icon", { - "_index": 8923, + "_index": 8991, "data": { "ref/stable/editor": {} }, @@ -155907,7 +156447,7 @@ [ "editor.ui.icon.clear", { - "_index": 8925, + "_index": 8993, "data": { "ref/stable/editor": {} }, @@ -155917,7 +156457,7 @@ [ "editor.ui.icon.minus", { - "_index": 8926, + "_index": 8994, "data": { "ref/stable/editor": {} }, @@ -155927,7 +156467,7 @@ [ "editor.ui.icon.open_resource", { - "_index": 8927, + "_index": 8995, "data": { "ref/stable/editor": {} }, @@ -155937,7 +156477,7 @@ [ "editor.ui.icon.open_resourceeditor.ui.icon.pluseditor.ui.icon.minuseditor.ui.icon.clear", { - "_index": 8924, + "_index": 8992, "data": { "ref/stable/editor": {} }, @@ -155947,7 +156487,7 @@ [ "editor.ui.icon.open_resourceeditor.ui.icon.pluseditor.ui.icon.minuseditor.ui.icon.clearenabled", { - "_index": 8837, + "_index": 8905, "data": { "ref/stable/editor": {} }, @@ -155957,7 +156497,7 @@ [ "editor.ui.icon.plus", { - "_index": 8929, + "_index": 8997, "data": { "ref/stable/editor": {} }, @@ -155967,7 +156507,7 @@ [ "editor.ui.integer_field", { - "_index": 8930, + "_index": 8998, "data": { "ref/stable/editor": {} }, @@ -155988,7 +156528,7 @@ [ "editor.ui.issue_severity.errormessage", { - "_index": 8853, + "_index": 8921, "data": { "ref/stable/editor": {} }, @@ -156020,7 +156560,7 @@ [ "editor.ui.number_field", { - "_index": 8936, + "_index": 9004, "data": { "ref/stable/editor": {} }, @@ -156030,7 +156570,7 @@ [ "editor.ui.open_resource", { - "_index": 8937, + "_index": 9005, "data": { "ref/stable/editor": {} }, @@ -156040,7 +156580,7 @@ [ "editor.ui.orientation.horizontal", { - "_index": 8938, + "_index": 9006, "data": { "ref/stable/editor": {} }, @@ -156050,7 +156590,7 @@ [ "editor.ui.orientation.vertical", { - "_index": 8939, + "_index": 9007, "data": { "ref/stable/editor": {} }, @@ -156060,7 +156600,7 @@ [ "editor.ui.orientation.verticaleditor.ui.orientation.horizontalalignment", { - "_index": 8964, + "_index": 9032, "data": { "ref/stable/editor": {} }, @@ -156081,7 +156621,7 @@ [ "editor.ui.padding.medium", { - "_index": 8940, + "_index": 9008, "data": { "ref/stable/editor": {} }, @@ -156091,7 +156631,7 @@ [ "editor.ui.padding.none", { - "_index": 8941, + "_index": 9009, "data": { "ref/stable/editor": {} }, @@ -156101,7 +156641,7 @@ [ "editor.ui.padding.noneeditor.ui.padding.smalleditor.ui.padding.mediumeditor.ui.padding.largenon", { - "_index": 8899, + "_index": 8967, "data": { "ref/stable/editor": {} }, @@ -156111,7 +156651,7 @@ [ "editor.ui.padding.small", { - "_index": 8942, + "_index": 9010, "data": { "ref/stable/editor": {} }, @@ -156121,7 +156661,7 @@ [ "editor.ui.paragraph", { - "_index": 8943, + "_index": 9011, "data": { "ref/stable/editor": {} }, @@ -156131,7 +156671,7 @@ [ "editor.ui.resource_field", { - "_index": 8945, + "_index": 9013, "data": { "ref/stable/editor": {} }, @@ -156141,7 +156681,7 @@ [ "editor.ui.scroll", { - "_index": 8952, + "_index": 9020, "data": { "ref/stable/editor": {} }, @@ -156151,7 +156691,7 @@ [ "editor.ui.select_box", { - "_index": 8954, + "_index": 9022, "data": { "ref/stable/editor": {} }, @@ -156161,7 +156701,7 @@ [ "editor.ui.separator", { - "_index": 8962, + "_index": 9030, "data": { "ref/stable/editor": {} }, @@ -156182,7 +156722,7 @@ [ "editor.ui.show_external_directory_dialog", { - "_index": 8967, + "_index": 9035, "data": { "ref/stable/editor": {} }, @@ -156192,7 +156732,7 @@ [ "editor.ui.show_external_file_dialog", { - "_index": 8971, + "_index": 9039, "data": { "ref/stable/editor": {} }, @@ -156202,7 +156742,7 @@ [ "editor.ui.show_resource_dialog", { - "_index": 8973, + "_index": 9041, "data": { "ref/stable/editor": {} }, @@ -156212,7 +156752,7 @@ [ "editor.ui.spacing.large", { - "_index": 8977, + "_index": 9045, "data": { "ref/stable/editor": {} }, @@ -156233,7 +156773,7 @@ [ "editor.ui.spacing.none", { - "_index": 8978, + "_index": 9046, "data": { "ref/stable/editor": {} }, @@ -156243,7 +156783,7 @@ [ "editor.ui.spacing.noneeditor.ui.spacing.smalleditor.ui.spacing.mediumeditor.ui.spacing.largenon", { - "_index": 8901, + "_index": 8969, "data": { "ref/stable/editor": {} }, @@ -156275,7 +156815,7 @@ [ "editor.ui.text_alignment.center", { - "_index": 8979, + "_index": 9047, "data": { "ref/stable/editor": {} }, @@ -156285,7 +156825,7 @@ [ "editor.ui.text_alignment.justify", { - "_index": 8981, + "_index": 9049, "data": { "ref/stable/editor": {} }, @@ -156295,7 +156835,7 @@ [ "editor.ui.text_alignment.left", { - "_index": 8983, + "_index": 9051, "data": { "ref/stable/editor": {} }, @@ -156305,7 +156845,7 @@ [ "editor.ui.text_alignment.lefteditor.ui.text_alignment.centereditor.ui.text_alignment.righteditor.ui.text_alignment.justifycolor", { - "_index": 8903, + "_index": 8971, "data": { "ref/stable/editor": {} }, @@ -156315,7 +156855,7 @@ [ "editor.ui.text_alignment.lefteditor.ui.text_alignment.centereditor.ui.text_alignment.righteditor.ui.text_alignment.justifyicon", { - "_index": 8835, + "_index": 8903, "data": { "ref/stable/editor": {} }, @@ -156325,7 +156865,7 @@ [ "editor.ui.text_alignment.lefteditor.ui.text_alignment.centereditor.ui.text_alignment.righteditor.ui.text_alignment.justifyissue", { - "_index": 8850, + "_index": 8918, "data": { "ref/stable/editor": {} }, @@ -156335,7 +156875,7 @@ [ "editor.ui.text_alignment.right", { - "_index": 8984, + "_index": 9052, "data": { "ref/stable/editor": {} }, @@ -156355,7 +156895,7 @@ [ "editor.ui.use_", { - "_index": 8863, + "_index": 8931, "data": { "ref/stable/editor": {} }, @@ -156419,7 +156959,7 @@ [ "editor_sha1", { - "_index": 8794, + "_index": 8827, "data": { "ref/stable/editor": {} }, @@ -156561,7 +157101,7 @@ [ "efficiency", { - "_index": 7548, + "_index": 7562, "data": { "ref/stable/physics": {} }, @@ -156739,7 +157279,7 @@ [ "elapsed", { - "_index": 7356, + "_index": 7370, "data": { "ref/stable/dmGameObject": {}, "ref/stable/socket": {}, @@ -156751,7 +157291,7 @@ [ "elastic", { - "_index": 7634, + "_index": 7648, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -156808,7 +157348,7 @@ [ "eliminate", { - "_index": 9782, + "_index": 9854, "data": { "ref/stable/dmTransform": {} }, @@ -156818,7 +157358,7 @@ [ "eliminates", { - "_index": 7007, + "_index": 7012, "data": { "ref/stable/vmath": {} }, @@ -156858,7 +157398,7 @@ [ "elliptical", { - "_index": 7802, + "_index": 7823, "data": { "ref/stable/gui": {} }, @@ -157034,7 +157574,7 @@ [ "emitter_state_postspawn", { - "_index": 10179, + "_index": 10248, "data": { "ref/stable/particlefx": {} }, @@ -157044,7 +157584,7 @@ [ "emitter_state_prespawn", { - "_index": 10180, + "_index": 10249, "data": { "ref/stable/particlefx": {} }, @@ -157054,7 +157594,7 @@ [ "emitter_state_sleeping", { - "_index": 10181, + "_index": 10250, "data": { "ref/stable/particlefx": {} }, @@ -157064,7 +157604,7 @@ [ "emitter_state_spawning", { - "_index": 10183, + "_index": 10252, "data": { "ref/stable/particlefx": {} }, @@ -157384,7 +157924,7 @@ [ "enable/disable", { - "_index": 7497, + "_index": 7511, "data": { "ref/stable/physics": {} }, @@ -157394,7 +157934,7 @@ [ "enable_material", { - "_index": 8468, + "_index": 8494, "data": { "ref/stable/render": {} }, @@ -157404,7 +157944,7 @@ [ "enable_state", { - "_index": 8469, + "_index": 8495, "data": { "ref/stable/render": {} }, @@ -157414,7 +157954,7 @@ [ "enable_texture", { - "_index": 8470, + "_index": 8496, "data": { "ref/stable/render": {} }, @@ -157424,7 +157964,7 @@ [ "enable_ui", { - "_index": 10191, + "_index": 10260, "data": { "ref/stable/profiler": {} }, @@ -157454,6 +157994,7 @@ "manuals/optimization-size": {}, "manuals/sony-playstation": {}, "manuals/zerobrane": {}, + "ref/stable/camera": {}, "ref/stable/collectionproxy": {}, "ref/stable/dmGameObject": {}, "ref/stable/go": {}, @@ -157469,7 +158010,7 @@ [ "enabled/disabled", { - "_index": 7871, + "_index": 7892, "data": { "ref/stable/gui": {} }, @@ -157479,7 +158020,7 @@ [ "enablerenderobjectconstants", { - "_index": 8026, + "_index": 8052, "data": { "ref/stable/dmGameSystem": {} }, @@ -157570,7 +158111,7 @@ [ "encode_empty_table_as_object", { - "_index": 10190, + "_index": 10259, "data": { "ref/stable/json": {} }, @@ -157688,7 +158229,7 @@ [ "encrypts", { - "_index": 8398, + "_index": 8424, "data": { "ref/stable/dmResource": {} }, @@ -157791,7 +158332,7 @@ [ "endframe", { - "_index": 8749, + "_index": 8782, "data": { "ref/stable/dmProfile": {} }, @@ -157801,7 +158342,7 @@ [ "endian", { - "_index": 8613, + "_index": 8646, "data": { "ref/stable/bit": {} }, @@ -157868,7 +158409,7 @@ [ "ends", { - "_index": 7101, + "_index": 7115, "data": { "ref/stable/io": {}, "ref/stable/os": {}, @@ -158068,7 +158609,7 @@ [ "engine_sha1", { - "_index": 8795, + "_index": 8828, "data": { "ref/stable/editor": {} }, @@ -158206,7 +158747,7 @@ [ "ensuring", { - "_index": 9746, + "_index": 9815, "data": { "ref/stable/liveupdate": {} }, @@ -158422,6 +158963,7 @@ "ref/stable/dmGameObject": {}, "ref/stable/dmGui": {}, "ref/stable/dmMessage": {}, + "ref/stable/editor": {}, "ref/stable/resource": {} }, "type": {} @@ -158430,7 +158972,7 @@ [ "enumerated", { - "_index": 10640, + "_index": 10711, "data": { "ref/stable/base": {} }, @@ -158440,7 +158982,7 @@ [ "enumeration", { - "_index": 8151, + "_index": 8177, "data": { "ref/stable/dmBuffer": {}, "ref/stable/dmConnectionPool": {}, @@ -158511,7 +159053,7 @@ [ "ephemeral", { - "_index": 10444, + "_index": 10515, "data": { "ref/stable/socket": {} }, @@ -158521,7 +159063,7 @@ [ "epoch", { - "_index": 9954, + "_index": 10024, "data": { "ref/stable/os": {}, "ref/stable/socket": {} @@ -158554,7 +159096,7 @@ [ "equaling", { - "_index": 7579, + "_index": 7593, "data": { "ref/stable/gui": {} }, @@ -158564,7 +159106,7 @@ [ "equally", { - "_index": 10698, + "_index": 10769, "data": { "ref/stable/sound": {} }, @@ -158584,7 +159126,7 @@ [ "equation", { - "_index": 9375, + "_index": 9443, "data": { "ref/stable/dmIntersection": {} }, @@ -158594,7 +159136,7 @@ [ "equations", { - "_index": 8523, + "_index": 8549, "data": { "ref/stable/dmIntersection": {}, "ref/stable/render": {} @@ -158629,7 +159171,8 @@ "ref/stable/os": {}, "ref/stable/physics": {}, "ref/stable/socket": {}, - "ref/stable/sys": {} + "ref/stable/sys": {}, + "ref/stable/vmath": {} }, "type": {} } @@ -158658,7 +159201,7 @@ [ "erased", { - "_index": 9401, + "_index": 9469, "data": { "ref/stable/io": {} }, @@ -158678,7 +159221,7 @@ [ "eraseswap", { - "_index": 7431, + "_index": 7445, "data": { "ref/stable/dmArray": {} }, @@ -158688,7 +159231,7 @@ [ "eraseswapref", { - "_index": 7432, + "_index": 7446, "data": { "ref/stable/dmArray": {} }, @@ -158710,7 +159253,7 @@ [ "errno", { - "_index": 8150, + "_index": 8176, "data": { "ref/stable/dmFileDescriptor": {} }, @@ -158757,6 +159300,7 @@ "ref/stable/resource": {}, "ref/stable/socket": {}, "ref/stable/sys": {}, + "ref/stable/vmath": {}, "ref/stable/zlib": {} }, "type": {} @@ -158977,7 +159521,7 @@ [ "euclidean", { - "_index": 7047, + "_index": 7052, "data": { "ref/stable/vmath": {} }, @@ -158991,7 +159535,18 @@ "data": { "manuals/properties": {}, "ref/stable/go": {}, - "ref/stable/gui": {} + "ref/stable/gui": {}, + "ref/stable/vmath": {} + }, + "type": {} + } + ], + [ + "euler_to_quat", + { + "_index": 7002, + "data": { + "ref/stable/vmath": {} }, "type": {} } @@ -159012,7 +159567,7 @@ [ "eval", { - "_index": 10131, + "_index": 10200, "data": { "ref/stable/html5": {} }, @@ -159127,6 +159682,7 @@ "ref/stable/dmScript": {}, "ref/stable/dmTransform": {}, "ref/stable/physics": {}, + "ref/stable/render": {}, "ref/stable/sound": {}, "ref/stable/sys": {}, "ref/stable/window": {} @@ -159137,7 +159693,7 @@ [ "event_id_deiconifyapp", { - "_index": 9802, + "_index": 9872, "data": { "ref/stable/dmExtension": {} }, @@ -159147,17 +159703,27 @@ [ "event_id_iconifyapp", { - "_index": 9801, + "_index": 9871, "data": { "ref/stable/dmExtension": {} }, "type": {} } ], + [ + "event_type", + { + "_index": 8589, + "data": { + "ref/stable/render": {} + }, + "type": {} + } + ], [ "eventid", { - "_index": 9800, + "_index": 9870, "data": { "ref/stable/dmExtension": {} }, @@ -159187,6 +159753,7 @@ "ref/stable/dmAndroid": {}, "ref/stable/dmFileDescriptor": {}, "ref/stable/model": {}, + "ref/stable/render": {}, "ref/stable/window": {} }, "type": {} @@ -159240,6 +159807,7 @@ "manuals/particlefx": {}, "manuals/render": {}, "ref/stable/debug": {}, + "ref/stable/editor": {}, "ref/stable/go": {}, "ref/stable/gui": {}, "ref/stable/physics": {}, @@ -159292,7 +159860,7 @@ [ "ex", { - "_index": 7249, + "_index": 7263, "data": { "ref/stable/math": {} }, @@ -159558,7 +160126,7 @@ [ "exceed", { - "_index": 7562, + "_index": 7576, "data": { "ref/stable/gui": {}, "ref/stable/sys": {} @@ -159598,7 +160166,7 @@ [ "exception", { - "_index": 7429, + "_index": 7443, "data": { "ref/stable/dmAndroid": {}, "ref/stable/dmArray": {}, @@ -159622,7 +160190,7 @@ [ "excess", { - "_index": 10450, + "_index": 10521, "data": { "ref/stable/socket": {} }, @@ -159642,7 +160210,7 @@ [ "exchange", { - "_index": 9003, + "_index": 9071, "data": { "ref/stable/dmAtomic": {} }, @@ -159672,7 +160240,7 @@ [ "excl", { - "_index": 9659, + "_index": 9728, "data": { "ref/stable/dmStringFunc": {} }, @@ -159738,7 +160306,7 @@ [ "excludes", { - "_index": 9771, + "_index": 9843, "data": { "ref/stable/dmTransform": {} }, @@ -159770,7 +160338,7 @@ [ "exclusively", { - "_index": 8568, + "_index": 8601, "data": { "ref/stable/render": {} }, @@ -159780,7 +160348,7 @@ [ "excuding", { - "_index": 10234, + "_index": 10303, "data": { "ref/stable/profiler": {} }, @@ -160082,7 +160650,7 @@ [ "exp", { - "_index": 7248, + "_index": 7262, "data": { "ref/stable/math": {} }, @@ -160158,7 +160726,8 @@ "ref/stable/gui": {}, "ref/stable/liveupdate": {}, "ref/stable/model": {}, - "ref/stable/resource": {} + "ref/stable/resource": {}, + "ref/stable/vmath": {} }, "type": {} } @@ -160179,7 +160748,7 @@ [ "expensive", { - "_index": 7083, + "_index": 7097, "data": { "ref/stable/vmath": {} }, @@ -160222,7 +160791,7 @@ [ "experimentally", { - "_index": 10618, + "_index": 10689, "data": { "ref/stable/base": {} }, @@ -160272,7 +160841,7 @@ [ "explaining", { - "_index": 8888, + "_index": 8956, "data": { "ref/stable/editor": {}, "ref/stable/package": {} @@ -160373,7 +160942,7 @@ [ "exponent", { - "_index": 10656, + "_index": 10727, "data": { "ref/stable/base": {} }, @@ -160383,7 +160952,7 @@ [ "exponential", { - "_index": 7636, + "_index": 7650, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -160634,7 +161203,7 @@ [ "extended", { - "_index": 7440, + "_index": 7454, "data": { "ref/stable/dmArray": {} }, @@ -160738,7 +161307,7 @@ [ "extensioin", { - "_index": 9809, + "_index": 9879, "data": { "ref/stable/dmExtension": {} }, @@ -160850,7 +161419,7 @@ [ "extension_result_ok", { - "_index": 9828, + "_index": 9898, "data": { "ref/stable/dmExtension": {} }, @@ -160860,7 +161429,7 @@ [ "extensionappparams", { - "_index": 9827, + "_index": 9897, "data": { "ref/stable/dmExtension": {} }, @@ -160870,7 +161439,7 @@ [ "extensioncallbacktype", { - "_index": 9803, + "_index": 9873, "data": { "ref/stable/dmExtension": {} }, @@ -160880,7 +161449,7 @@ [ "extensiondescbuffersize", { - "_index": 9804, + "_index": 9874, "data": { "ref/stable/dmExtension": {} }, @@ -160900,7 +161469,7 @@ [ "extensionevent", { - "_index": 9830, + "_index": 9900, "data": { "ref/stable/dmExtension": {} }, @@ -160910,7 +161479,7 @@ [ "extensioneventid", { - "_index": 9805, + "_index": 9875, "data": { "ref/stable/dmExtension": {} }, @@ -160920,7 +161489,7 @@ [ "extensionparams", { - "_index": 9806, + "_index": 9876, "data": { "ref/stable/dmExtension": {} }, @@ -160930,7 +161499,7 @@ [ "extensionregister", { - "_index": 9810, + "_index": 9880, "data": { "ref/stable/dmExtension": {} }, @@ -160940,7 +161509,7 @@ [ "extensionregisteriosuiapplicationdelegate", { - "_index": 9818, + "_index": 9888, "data": { "ref/stable/dmExtension": {} }, @@ -160950,7 +161519,7 @@ [ "extensionresult", { - "_index": 9823, + "_index": 9893, "data": { "ref/stable/dmExtension": {} }, @@ -160997,7 +161566,7 @@ [ "extensionunregisteriosuiapplicationdelegate", { - "_index": 9824, + "_index": 9894, "data": { "ref/stable/dmExtension": {} }, @@ -161018,7 +161587,7 @@ [ "extent", { - "_index": 7062, + "_index": 7067, "data": { "ref/stable/vmath": {} }, @@ -161028,7 +161597,7 @@ [ "extern", { - "_index": 8767, + "_index": 8800, "data": { "ref/stable/dmProfile": {} }, @@ -161062,7 +161631,7 @@ [ "external_file_attributes", { - "_index": 8804, + "_index": 8837, "data": { "ref/stable/editor": {} }, @@ -161093,7 +161662,7 @@ [ "externally", { - "_index": 9254, + "_index": 9322, "data": { "ref/stable/dmGameObject": {} }, @@ -161164,7 +161733,7 @@ [ "extractscale", { - "_index": 9773, + "_index": 9845, "data": { "ref/stable/dmTransform": {} }, @@ -161207,7 +161776,7 @@ [ "eye", { - "_index": 7028, + "_index": 7033, "data": { "ref/stable/vmath": {} }, @@ -161257,7 +161826,7 @@ [ "face_type", { - "_index": 8552, + "_index": 8578, "data": { "ref/stable/render": {} }, @@ -161267,7 +161836,7 @@ [ "face_type_back", { - "_index": 8243, + "_index": 8269, "data": { "ref/stable/graphics": {} }, @@ -161277,7 +161846,7 @@ [ "face_type_front", { - "_index": 8245, + "_index": 8271, "data": { "ref/stable/graphics": {} }, @@ -161287,7 +161856,7 @@ [ "face_type_front_and_back", { - "_index": 8247, + "_index": 8273, "data": { "ref/stable/graphics": {} }, @@ -161373,7 +161942,7 @@ [ "facilities", { - "_index": 7103, + "_index": 7117, "data": { "ref/stable/debug": {}, "ref/stable/socket": {}, @@ -161385,7 +161954,7 @@ [ "facility", { - "_index": 9328, + "_index": 9396, "data": { "ref/stable/package": {} }, @@ -161395,7 +161964,7 @@ [ "facing", { - "_index": 8550, + "_index": 8576, "data": { "ref/stable/render": {} }, @@ -161473,7 +162042,7 @@ [ "factors", { - "_index": 8512, + "_index": 8538, "data": { "ref/stable/dmRender": {}, "ref/stable/render": {} @@ -161523,7 +162092,7 @@ [ "factory.get_status", { - "_index": 7177, + "_index": 7191, "data": { "ref/stable/factory": {} }, @@ -161565,7 +162134,7 @@ [ "factory.status_loaded", { - "_index": 7179, + "_index": 7193, "data": { "ref/stable/factory": {} }, @@ -161575,7 +162144,7 @@ [ "factory.status_loading", { - "_index": 7181, + "_index": 7195, "data": { "ref/stable/factory": {} }, @@ -161585,7 +162154,7 @@ [ "factory.status_unloaded", { - "_index": 7180, + "_index": 7194, "data": { "ref/stable/factory": {} }, @@ -161606,7 +162175,7 @@ [ "factoryc", { - "_index": 10815, + "_index": 10886, "data": { "ref/stable/dmScript": {} }, @@ -161685,7 +162254,7 @@ [ "failure", { - "_index": 9293, + "_index": 9361, "data": { "ref/stable/dmConnectionPool": {}, "ref/stable/dmGameObject": {} @@ -161893,7 +162462,7 @@ [ "farthest", { - "_index": 8539, + "_index": 8565, "data": { "ref/stable/render": {} }, @@ -161934,7 +162503,7 @@ [ "fatal", { - "_index": 7412, + "_index": 7426, "data": { "ref/stable/dmLog": {} }, @@ -161995,7 +162564,7 @@ [ "fcallback", { - "_index": 9826, + "_index": 9896, "data": { "ref/stable/dmExtension": {} }, @@ -162005,7 +162574,7 @@ [ "fconfigfilecreate", { - "_index": 9043, + "_index": 9111, "data": { "ref/stable/dmConfigFile": {} }, @@ -162015,7 +162584,7 @@ [ "fconfigfiledestroy", { - "_index": 9044, + "_index": 9112, "data": { "ref/stable/dmConfigFile": {} }, @@ -162025,7 +162594,7 @@ [ "fconfigfilegetfloat", { - "_index": 9045, + "_index": 9113, "data": { "ref/stable/dmConfigFile": {} }, @@ -162035,7 +162604,7 @@ [ "fconfigfilegetint", { - "_index": 9046, + "_index": 9114, "data": { "ref/stable/dmConfigFile": {} }, @@ -162045,7 +162614,7 @@ [ "fconfigfilegetstring", { - "_index": 9047, + "_index": 9115, "data": { "ref/stable/dmConfigFile": {} }, @@ -162055,7 +162624,7 @@ [ "fd", { - "_index": 9983, + "_index": 10053, "data": { "ref/stable/dmSocket": {} }, @@ -162065,7 +162634,7 @@ [ "fd_clr", { - "_index": 9991, + "_index": 10061, "data": { "ref/stable/dmSocket": {} }, @@ -162075,7 +162644,7 @@ [ "fd_isset", { - "_index": 9994, + "_index": 10064, "data": { "ref/stable/dmSocket": {} }, @@ -162085,7 +162654,7 @@ [ "fd_set", { - "_index": 9996, + "_index": 10066, "data": { "ref/stable/dmSocket": {} }, @@ -162095,7 +162664,7 @@ [ "fd_zero", { - "_index": 9998, + "_index": 10068, "data": { "ref/stable/dmSocket": {} }, @@ -162105,7 +162674,7 @@ [ "fdecryptresource", { - "_index": 8393, + "_index": 8419, "data": { "ref/stable/dmResource": {} }, @@ -162266,7 +162835,7 @@ [ "fextensionappfinalize", { - "_index": 9813, + "_index": 9883, "data": { "ref/stable/dmExtension": {} }, @@ -162276,7 +162845,7 @@ [ "fextensionappinitialize", { - "_index": 9812, + "_index": 9882, "data": { "ref/stable/dmExtension": {} }, @@ -162286,7 +162855,7 @@ [ "fextensioncallback", { - "_index": 9829, + "_index": 9899, "data": { "ref/stable/dmExtension": {} }, @@ -162296,7 +162865,7 @@ [ "fextensionfinalize", { - "_index": 9815, + "_index": 9885, "data": { "ref/stable/dmExtension": {} }, @@ -162306,7 +162875,7 @@ [ "fextensioninitialize", { - "_index": 9814, + "_index": 9884, "data": { "ref/stable/dmExtension": {} }, @@ -162316,7 +162885,7 @@ [ "fextensiononevent", { - "_index": 9817, + "_index": 9887, "data": { "ref/stable/dmExtension": {} }, @@ -162326,7 +162895,7 @@ [ "fextensionupdate", { - "_index": 9816, + "_index": 9886, "data": { "ref/stable/dmExtension": {} }, @@ -162604,7 +163173,7 @@ [ "file:flush", { - "_index": 9384, + "_index": 9452, "data": { "ref/stable/io": {} }, @@ -162614,7 +163183,7 @@ [ "file:lines", { - "_index": 9385, + "_index": 9453, "data": { "ref/stable/io": {} }, @@ -162624,7 +163193,7 @@ [ "file:read", { - "_index": 9388, + "_index": 9456, "data": { "ref/stable/io": {} }, @@ -162634,7 +163203,7 @@ [ "file:seek", { - "_index": 9389, + "_index": 9457, "data": { "ref/stable/io": {} }, @@ -162644,7 +163213,7 @@ [ "file:setvbuf", { - "_index": 9393, + "_index": 9461, "data": { "ref/stable/io": {} }, @@ -162939,7 +163508,7 @@ [ "filtered", { - "_index": 7506, + "_index": 7520, "data": { "ref/stable/physics": {} }, @@ -163022,7 +163591,7 @@ [ "finalize", { - "_index": 7966, + "_index": 7992, "data": { "ref/stable/collectionproxy": {}, "ref/stable/dmExtension": {}, @@ -163035,7 +163604,7 @@ [ "finalized", { - "_index": 7553, + "_index": 7567, "data": { "ref/stable/dmExtension": {}, "ref/stable/go": {}, @@ -163057,7 +163626,7 @@ [ "finalizer", { - "_index": 10532, + "_index": 10603, "data": { "ref/stable/socket": {} }, @@ -163067,7 +163636,7 @@ [ "finalizes", { - "_index": 7967, + "_index": 7993, "data": { "ref/stable/collectionproxy": {} }, @@ -163172,7 +163741,7 @@ [ "finds", { - "_index": 7100, + "_index": 7114, "data": { "ref/stable/package": {}, "ref/stable/string": {} @@ -163216,7 +163785,7 @@ [ "fingerprint", { - "_index": 8679, + "_index": 8712, "data": { "ref/stable/crash": {} }, @@ -163335,7 +163904,7 @@ [ "fires", { - "_index": 7363, + "_index": 7377, "data": { "ref/stable/timer": {} }, @@ -163492,7 +164061,7 @@ [ "fiteratorchildren", { - "_index": 9139, + "_index": 9207, "data": { "ref/stable/dmGameObject": {} }, @@ -163502,7 +164071,7 @@ [ "fiteratorproperties", { - "_index": 9161, + "_index": 9229, "data": { "ref/stable/dmGameObject": {} }, @@ -163512,7 +164081,7 @@ [ "fits", { - "_index": 9661, + "_index": 9730, "data": { "ref/stable/dmStringFunc": {} }, @@ -163566,6 +164135,7 @@ "ref/stable/b2d.body": {}, "ref/stable/base": {}, "ref/stable/dmGameObject": {}, + "ref/stable/editor": {}, "ref/stable/go": {} }, "type": {} @@ -163585,7 +164155,7 @@ [ "fixedupdate", { - "_index": 9301, + "_index": 9369, "data": { "ref/stable/dmGameObject": {} }, @@ -163595,7 +164165,7 @@ [ "fixtures", { - "_index": 10098, + "_index": 10167, "data": { "ref/stable/b2d.body": {} }, @@ -163628,7 +164198,7 @@ [ "flagged", { - "_index": 9173, + "_index": 9241, "data": { "ref/stable/dmGameObject": {} }, @@ -163837,7 +164407,7 @@ [ "flip_horizontal", { - "_index": 10309, + "_index": 10380, "data": { "ref/stable/resource": {} }, @@ -163847,7 +164417,7 @@ [ "flip_vertical", { - "_index": 10308, + "_index": 10379, "data": { "ref/stable/resource": {} }, @@ -163857,7 +164427,7 @@ [ "flip_vertically", { - "_index": 10287, + "_index": 10358, "data": { "ref/stable/image": {} }, @@ -163952,7 +164522,7 @@ [ "float3", { - "_index": 9251, + "_index": 9319, "data": { "ref/stable/dmGameObject": {} }, @@ -163962,7 +164532,7 @@ [ "float4", { - "_index": 9247, + "_index": 9315, "data": { "ref/stable/dmGameObject": {} }, @@ -163983,10 +164553,11 @@ [ "floating", { - "_index": 7088, + "_index": 7102, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmTransform": {}, + "ref/stable/editor": {}, "ref/stable/vmath": {} }, "type": {} @@ -164016,7 +164587,7 @@ [ "floglistener", { - "_index": 7418, + "_index": 7432, "data": { "ref/stable/dmLog": {} }, @@ -164026,7 +164597,7 @@ [ "floor", { - "_index": 7251, + "_index": 7265, "data": { "ref/stable/math": {} }, @@ -164073,7 +164644,7 @@ [ "flush", { - "_index": 9155, + "_index": 9223, "data": { "ref/stable/dmGameObject": {}, "ref/stable/io": {} @@ -164273,7 +164844,7 @@ [ "followed", { - "_index": 7436, + "_index": 7450, "data": { "ref/stable/dmArray": {}, "ref/stable/socket": {}, @@ -164452,7 +165023,7 @@ [ "foo", { - "_index": 9320, + "_index": 9388, "data": { "ref/stable/package": {} }, @@ -164462,7 +165033,7 @@ [ "foo.dll", { - "_index": 9326, + "_index": 9394, "data": { "ref/stable/package": {} }, @@ -164472,7 +165043,7 @@ [ "foo.lc", { - "_index": 9322, + "_index": 9390, "data": { "ref/stable/package": {} }, @@ -164482,7 +165053,7 @@ [ "foo.lua", { - "_index": 9321, + "_index": 9389, "data": { "ref/stable/package": {} }, @@ -164492,7 +165063,7 @@ [ "foo.so", { - "_index": 9325, + "_index": 9393, "data": { "ref/stable/package": {} }, @@ -164524,7 +165095,7 @@ [ "footer", { - "_index": 8872, + "_index": 8940, "data": { "ref/stable/editor": {} }, @@ -164545,7 +165116,7 @@ [ "fopen", { - "_index": 9402, + "_index": 9470, "data": { "ref/stable/io": {} }, @@ -165032,7 +165603,7 @@ [ "formating", { - "_index": 9658, + "_index": 9727, "data": { "ref/stable/dmStringFunc": {} }, @@ -165064,7 +165635,7 @@ [ "formatted", { - "_index": 7106, + "_index": 7120, "data": { "ref/stable/base": {}, "ref/stable/os": {}, @@ -165262,7 +165833,7 @@ [ "fourth", { - "_index": 7102, + "_index": 7116, "data": { "ref/stable/gui": {}, "ref/stable/package": {}, @@ -165302,7 +165873,7 @@ [ "fr,fg,fb,fa", { - "_index": 8513, + "_index": 8539, "data": { "ref/stable/render": {} }, @@ -165334,7 +165905,7 @@ [ "fractional", { - "_index": 7272, + "_index": 7286, "data": { "ref/stable/math": {} }, @@ -165367,7 +165938,7 @@ [ "fragment's", { - "_index": 8559, + "_index": 8592, "data": { "ref/stable/render": {} }, @@ -165387,7 +165958,7 @@ [ "fragmented", { - "_index": 10456, + "_index": 10527, "data": { "ref/stable/socket": {} }, @@ -165483,7 +166054,7 @@ [ "framereset", { - "_index": 8765, + "_index": 8798, "data": { "ref/stable/dmProfile": {} }, @@ -165512,7 +166083,7 @@ [ "framesets", { - "_index": 9627, + "_index": 9696, "data": { "ref/stable/sys": {} }, @@ -165578,7 +166149,7 @@ [ "freeing", { - "_index": 7308, + "_index": 7322, "data": { "ref/stable/dmMessage": {} }, @@ -165599,7 +166170,7 @@ [ "freemessage", { - "_index": 9014, + "_index": 9082, "data": { "ref/stable/dmDDF": {} }, @@ -165609,7 +166180,7 @@ [ "frees", { - "_index": 7341, + "_index": 7355, "data": { "ref/stable/dmArray": {}, "ref/stable/dmMemory": {} @@ -165620,7 +166191,7 @@ [ "freetls", { - "_index": 10244, + "_index": 10313, "data": { "ref/stable/dmThread": {} }, @@ -165630,7 +166201,7 @@ [ "freezes", { - "_index": 10552, + "_index": 10623, "data": { "ref/stable/socket": {} }, @@ -165640,7 +166211,7 @@ [ "freloadedcallback", { - "_index": 8396, + "_index": 8422, "data": { "ref/stable/dmResource": {} }, @@ -165697,7 +166268,7 @@ [ "fresourcedecrypt", { - "_index": 8397, + "_index": 8423, "data": { "ref/stable/dmResource": {} }, @@ -165707,7 +166278,7 @@ [ "fresourcereloadedcallback", { - "_index": 8399, + "_index": 8425, "data": { "ref/stable/dmResource": {} }, @@ -165717,7 +166288,7 @@ [ "frexp", { - "_index": 7257, + "_index": 7271, "data": { "ref/stable/math": {} }, @@ -165961,7 +166532,7 @@ [ "from"", { - "_index": 7147, + "_index": 7161, "data": { "ref/stable/string": {} }, @@ -166024,7 +166595,7 @@ [ "frustum_planes", { - "_index": 8464, + "_index": 8490, "data": { "ref/stable/render": {} }, @@ -166034,7 +166605,7 @@ [ "frustum_planes_all", { - "_index": 8472, + "_index": 8498, "data": { "ref/stable/render": {} }, @@ -166044,7 +166615,7 @@ [ "frustum_planes_sides", { - "_index": 8473, + "_index": 8499, "data": { "ref/stable/render": {} }, @@ -166054,7 +166625,7 @@ [ "frustumoptions", { - "_index": 10846, + "_index": 10917, "data": { "ref/stable/dmRender": {} }, @@ -166064,7 +166635,7 @@ [ "frustumplanes", { - "_index": 10847, + "_index": 10918, "data": { "ref/stable/dmRender": {} }, @@ -166162,7 +166733,7 @@ [ "func", { - "_index": 8579, + "_index": 8612, "data": { "ref/stable/base": {}, "ref/stable/debug": {}, @@ -166174,7 +166745,7 @@ [ "funcname", { - "_index": 9345, + "_index": 9413, "data": { "ref/stable/package": {} }, @@ -166309,7 +166880,7 @@ [ "function_ref", { - "_index": 9184, + "_index": 9252, "data": { "ref/stable/dmGameObject": {} }, @@ -166371,7 +166942,7 @@ [ "functionbutton", { - "_index": 8830, + "_index": 8898, "data": { "ref/stable/editor": {} }, @@ -166381,7 +166952,7 @@ [ "functionchange", { - "_index": 8848, + "_index": 8916, "data": { "ref/stable/editor": {} }, @@ -166391,7 +166962,7 @@ [ "functionfunction", { - "_index": 8960, + "_index": 9028, "data": { "ref/stable/editor": {} }, @@ -166479,7 +167050,7 @@ [ "functionvalue", { - "_index": 8882, + "_index": 8950, "data": { "ref/stable/editor": {} }, @@ -166965,7 +167536,7 @@ [ "game.projec,t", { - "_index": 9053, + "_index": 9121, "data": { "ref/stable/dmConfigFile": {} }, @@ -167036,7 +167607,7 @@ [ "game.project\"issue", { - "_index": 8890, + "_index": 8958, "data": { "ref/stable/editor": {} }, @@ -167152,7 +167723,7 @@ [ "gameobject's", { - "_index": 9145, + "_index": 9213, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmScript": {} @@ -167163,7 +167734,7 @@ [ "gameobject_props.h", { - "_index": 9220, + "_index": 9288, "data": { "ref/stable/dmGameObject": {} }, @@ -167173,7 +167744,7 @@ [ "gameobjects", { - "_index": 10710, + "_index": 10781, "data": { "ref/stable/dmScript": {} }, @@ -167200,7 +167771,7 @@ [ "gamepadpacket", { - "_index": 9456, + "_index": 9524, "data": { "ref/stable/dmHid": {} }, @@ -167296,7 +167867,7 @@ [ "gamesys_ddf.proto", { - "_index": 9227, + "_index": 9295, "data": { "ref/stable/dmGameObject": {} }, @@ -167373,7 +167944,7 @@ [ "gathered", { - "_index": 10201, + "_index": 10270, "data": { "ref/stable/profiler": {} }, @@ -167403,7 +167974,7 @@ [ "gced", { - "_index": 10823, + "_index": 10894, "data": { "ref/stable/dmScript": {} }, @@ -167423,7 +167994,7 @@ [ "gd", { - "_index": 8529, + "_index": 8555, "data": { "ref/stable/render": {} }, @@ -167433,7 +168004,7 @@ [ "gecko", { - "_index": 9599, + "_index": 9668, "data": { "ref/stable/sys": {} }, @@ -167820,7 +168391,7 @@ [ "get_adjust_mode", { - "_index": 7679, + "_index": 7693, "data": { "ref/stable/gui": {} }, @@ -167830,7 +168401,7 @@ [ "get_alpha", { - "_index": 7681, + "_index": 7695, "data": { "ref/stable/gui": {} }, @@ -167840,7 +168411,7 @@ [ "get_angular_damping", { - "_index": 10043, + "_index": 10113, "data": { "ref/stable/b2d.body": {} }, @@ -167850,7 +168421,7 @@ [ "get_angular_velocity", { - "_index": 10045, + "_index": 10115, "data": { "ref/stable/b2d.body": {} }, @@ -167860,7 +168431,7 @@ [ "get_application_info", { - "_index": 9543, + "_index": 9612, "data": { "ref/stable/sys": {} }, @@ -167870,7 +168441,7 @@ [ "get_application_path", { - "_index": 9548, + "_index": 9617, "data": { "ref/stable/sys": {} }, @@ -167880,7 +168451,7 @@ [ "get_aspect_ratio", { - "_index": 10261, + "_index": 10330, "data": { "ref/stable/camera": {} }, @@ -167890,7 +168461,7 @@ [ "get_atlas", { - "_index": 10348, + "_index": 10419, "data": { "ref/stable/resource": {} }, @@ -167900,7 +168471,7 @@ [ "get_backtrace", { - "_index": 8651, + "_index": 8684, "data": { "ref/stable/crash": {} }, @@ -167910,7 +168481,7 @@ [ "get_blend_mode", { - "_index": 7683, + "_index": 7697, "data": { "ref/stable/gui": {} }, @@ -167920,7 +168491,7 @@ [ "get_body", { - "_index": 9918, + "_index": 9988, "data": { "ref/stable/b2d": {} }, @@ -167930,7 +168501,7 @@ [ "get_bounds", { - "_index": 8041, + "_index": 8067, "data": { "ref/stable/tilemap": {} }, @@ -167940,7 +168511,7 @@ [ "get_buffer", { - "_index": 10350, + "_index": 10421, "data": { "ref/stable/resource": {} }, @@ -167950,7 +168521,7 @@ [ "get_bytes", { - "_index": 8082, + "_index": 8108, "data": { "ref/stable/buffer": {} }, @@ -167960,7 +168531,7 @@ [ "get_cameras", { - "_index": 10263, + "_index": 10332, "data": { "ref/stable/camera": {} }, @@ -167970,7 +168541,7 @@ [ "get_clipping_inverted", { - "_index": 7685, + "_index": 7699, "data": { "ref/stable/gui": {} }, @@ -167980,7 +168551,7 @@ [ "get_clipping_mode", { - "_index": 7687, + "_index": 7701, "data": { "ref/stable/gui": {} }, @@ -167990,7 +168561,7 @@ [ "get_clipping_visible", { - "_index": 7689, + "_index": 7703, "data": { "ref/stable/gui": {} }, @@ -168000,7 +168571,7 @@ [ "get_color", { - "_index": 7690, + "_index": 7704, "data": { "ref/stable/gui": {} }, @@ -168020,7 +168591,7 @@ [ "get_config_int", { - "_index": 9549, + "_index": 9618, "data": { "ref/stable/sys": {} }, @@ -168030,7 +168601,7 @@ [ "get_config_number", { - "_index": 9552, + "_index": 9621, "data": { "ref/stable/sys": {} }, @@ -168040,7 +168611,7 @@ [ "get_config_string", { - "_index": 9553, + "_index": 9622, "data": { "ref/stable/sys": {} }, @@ -168050,7 +168621,7 @@ [ "get_connectivity", { - "_index": 9555, + "_index": 9624, "data": { "ref/stable/sys": {} }, @@ -168060,7 +168631,7 @@ [ "get_cpu_usage", { - "_index": 10194, + "_index": 10263, "data": { "ref/stable/profiler": {} }, @@ -168070,7 +168641,7 @@ [ "get_current_manifest", { - "_index": 9707, + "_index": 9776, "data": { "ref/stable/liveupdate": {} }, @@ -168080,17 +168651,27 @@ [ "get_dim_mode", { - "_index": 7197, + "_index": 7211, "data": { "ref/stable/window": {} }, "type": {} } ], + [ + "get_enabled", + { + "_index": 10334, + "data": { + "ref/stable/camera": {} + }, + "type": {} + } + ], [ "get_engine_info", { - "_index": 9560, + "_index": 9629, "data": { "ref/stable/sys": {} }, @@ -168100,7 +168681,7 @@ [ "get_euler", { - "_index": 7692, + "_index": 7706, "data": { "ref/stable/gui": {} }, @@ -168110,7 +168691,7 @@ [ "get_extra_data", { - "_index": 8654, + "_index": 8687, "data": { "ref/stable/crash": {} }, @@ -168120,7 +168701,7 @@ [ "get_far_z", { - "_index": 10265, + "_index": 10336, "data": { "ref/stable/camera": {} }, @@ -168130,7 +168711,7 @@ [ "get_fill_angle", { - "_index": 7693, + "_index": 7707, "data": { "ref/stable/gui": {} }, @@ -168140,7 +168721,7 @@ [ "get_flipbook", { - "_index": 7696, + "_index": 7710, "data": { "ref/stable/gui": {} }, @@ -168150,7 +168731,7 @@ [ "get_flipbook_cursor", { - "_index": 7698, + "_index": 7712, "data": { "ref/stable/gui": {} }, @@ -168160,7 +168741,7 @@ [ "get_flipbook_playback_rate", { - "_index": 7700, + "_index": 7714, "data": { "ref/stable/gui": {} }, @@ -168170,7 +168751,7 @@ [ "get_font", { - "_index": 7702, + "_index": 7716, "data": { "ref/stable/gui": {} }, @@ -168180,7 +168761,7 @@ [ "get_font_resource", { - "_index": 7704, + "_index": 7718, "data": { "ref/stable/gui": {} }, @@ -168190,7 +168771,7 @@ [ "get_fov", { - "_index": 10267, + "_index": 10338, "data": { "ref/stable/camera": {} }, @@ -168200,7 +168781,7 @@ [ "get_go", { - "_index": 9752, + "_index": 9821, "data": { "ref/stable/model": {} }, @@ -168210,7 +168791,7 @@ [ "get_gravity", { - "_index": 7463, + "_index": 7477, "data": { "ref/stable/physics": {} }, @@ -168220,7 +168801,7 @@ [ "get_gravity_scale", { - "_index": 10048, + "_index": 10118, "data": { "ref/stable/b2d.body": {} }, @@ -168230,7 +168811,7 @@ [ "get_group", { - "_index": 7465, + "_index": 7479, "data": { "ref/stable/physics": {} }, @@ -168240,7 +168821,7 @@ [ "get_group_gain", { - "_index": 10687, + "_index": 10758, "data": { "ref/stable/sound": {} }, @@ -168250,7 +168831,7 @@ [ "get_group_name", { - "_index": 10688, + "_index": 10759, "data": { "ref/stable/sound": {} }, @@ -168260,7 +168841,7 @@ [ "get_groups", { - "_index": 10690, + "_index": 10761, "data": { "ref/stable/sound": {} }, @@ -168280,7 +168861,7 @@ [ "get_height", { - "_index": 7706, + "_index": 7720, "data": { "ref/stable/gui": {}, "ref/stable/render": {} @@ -168291,7 +168872,7 @@ [ "get_host_path", { - "_index": 9565, + "_index": 9634, "data": { "ref/stable/sys": {} }, @@ -168301,7 +168882,7 @@ [ "get_id", { - "_index": 7708, + "_index": 7722, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -168312,7 +168893,7 @@ [ "get_ifaddrs", { - "_index": 9567, + "_index": 9636, "data": { "ref/stable/sys": {} }, @@ -168322,7 +168903,7 @@ [ "get_index", { - "_index": 7710, + "_index": 7724, "data": { "ref/stable/gui": {} }, @@ -168332,7 +168913,7 @@ [ "get_inertia", { - "_index": 10050, + "_index": 10120, "data": { "ref/stable/b2d.body": {} }, @@ -168342,7 +168923,7 @@ [ "get_info", { - "_index": 7359, + "_index": 7373, "data": { "ref/stable/timer": {} }, @@ -168352,7 +168933,7 @@ [ "get_inherit_alpha", { - "_index": 7713, + "_index": 7727, "data": { "ref/stable/gui": {} }, @@ -168362,7 +168943,7 @@ [ "get_inner_radius", { - "_index": 7714, + "_index": 7728, "data": { "ref/stable/gui": {} }, @@ -168372,7 +168953,7 @@ [ "get_joint_properties", { - "_index": 7469, + "_index": 7483, "data": { "ref/stable/physics": {} }, @@ -168382,7 +168963,7 @@ [ "get_joint_reaction_force", { - "_index": 7471, + "_index": 7485, "data": { "ref/stable/physics": {} }, @@ -168392,7 +168973,7 @@ [ "get_joint_reaction_torque", { - "_index": 7473, + "_index": 7487, "data": { "ref/stable/physics": {} }, @@ -168412,7 +168993,7 @@ [ "get_layer", { - "_index": 7716, + "_index": 7730, "data": { "ref/stable/gui": {} }, @@ -168422,7 +169003,7 @@ [ "get_layout", { - "_index": 7718, + "_index": 7732, "data": { "ref/stable/gui": {} }, @@ -168432,7 +169013,7 @@ [ "get_leading", { - "_index": 7720, + "_index": 7734, "data": { "ref/stable/gui": {} }, @@ -168442,7 +169023,7 @@ [ "get_line_break", { - "_index": 7722, + "_index": 7736, "data": { "ref/stable/gui": {} }, @@ -168452,7 +169033,7 @@ [ "get_linear_damping", { - "_index": 10055, + "_index": 10125, "data": { "ref/stable/b2d.body": {} }, @@ -168462,7 +169043,7 @@ [ "get_linear_velocity", { - "_index": 10057, + "_index": 10127, "data": { "ref/stable/b2d.body": {} }, @@ -168472,7 +169053,7 @@ [ "get_linear_velocity_from_local_point", { - "_index": 10059, + "_index": 10129, "data": { "ref/stable/b2d.body": {} }, @@ -168482,7 +169063,7 @@ [ "get_linear_velocity_from_world_point", { - "_index": 10061, + "_index": 10131, "data": { "ref/stable/b2d.body": {} }, @@ -168492,7 +169073,7 @@ [ "get_local_center", { - "_index": 10063, + "_index": 10133, "data": { "ref/stable/b2d.body": {} }, @@ -168502,7 +169083,7 @@ [ "get_local_point", { - "_index": 10065, + "_index": 10135, "data": { "ref/stable/b2d.body": {} }, @@ -168512,7 +169093,7 @@ [ "get_local_vector", { - "_index": 10068, + "_index": 10138, "data": { "ref/stable/b2d.body": {} }, @@ -168542,7 +169123,7 @@ [ "get_maskbit", { - "_index": 7476, + "_index": 7490, "data": { "ref/stable/physics": {} }, @@ -168552,7 +169133,7 @@ [ "get_mass", { - "_index": 10070, + "_index": 10140, "data": { "ref/stable/b2d.body": {} }, @@ -168562,7 +169143,7 @@ [ "get_material", { - "_index": 7724, + "_index": 7738, "data": { "ref/stable/gui": {} }, @@ -168572,7 +169153,7 @@ [ "get_memory_usage", { - "_index": 10199, + "_index": 10268, "data": { "ref/stable/profiler": {} }, @@ -168582,7 +169163,7 @@ [ "get_mesh_enabled", { - "_index": 9756, + "_index": 9825, "data": { "ref/stable/model": {} }, @@ -168592,7 +169173,7 @@ [ "get_metadata", { - "_index": 8084, + "_index": 8110, "data": { "ref/stable/buffer": {} }, @@ -168602,7 +169183,7 @@ [ "get_modules", { - "_index": 8658, + "_index": 8691, "data": { "ref/stable/crash": {} }, @@ -168612,7 +169193,7 @@ [ "get_mounts", { - "_index": 9708, + "_index": 9777, "data": { "ref/stable/liveupdate": {} }, @@ -168622,7 +169203,7 @@ [ "get_mouse_lock", { - "_index": 7199, + "_index": 7213, "data": { "ref/stable/window": {} }, @@ -168632,7 +169213,7 @@ [ "get_near_z", { - "_index": 10269, + "_index": 10340, "data": { "ref/stable/camera": {} }, @@ -168642,7 +169223,7 @@ [ "get_next", { - "_index": 10072, + "_index": 10142, "data": { "ref/stable/b2d.body": {} }, @@ -168652,7 +169233,7 @@ [ "get_node", { - "_index": 7725, + "_index": 7739, "data": { "ref/stable/gui": {} }, @@ -168662,7 +169243,7 @@ [ "get_orthographic_zoom", { - "_index": 10271, + "_index": 10342, "data": { "ref/stable/camera": {} }, @@ -168672,7 +169253,7 @@ [ "get_outer_bounds", { - "_index": 7727, + "_index": 7741, "data": { "ref/stable/gui": {} }, @@ -168682,7 +169263,7 @@ [ "get_outline", { - "_index": 7729, + "_index": 7743, "data": { "ref/stable/gui": {} }, @@ -168692,7 +169273,7 @@ [ "get_parent", { - "_index": 7731, + "_index": 7745, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -168703,7 +169284,7 @@ [ "get_particlefx", { - "_index": 7733, + "_index": 7747, "data": { "ref/stable/gui": {} }, @@ -168713,7 +169294,7 @@ [ "get_peak", { - "_index": 10691, + "_index": 10762, "data": { "ref/stable/sound": {} }, @@ -168723,7 +169304,7 @@ [ "get_perimeter_vertices", { - "_index": 7735, + "_index": 7749, "data": { "ref/stable/gui": {} }, @@ -168733,7 +169314,7 @@ [ "get_pivot", { - "_index": 7737, + "_index": 7751, "data": { "ref/stable/gui": {} }, @@ -168743,7 +169324,7 @@ [ "get_position", { - "_index": 7747, + "_index": 7761, "data": { "ref/stable/b2d.body": {}, "ref/stable/go": {}, @@ -168755,7 +169336,7 @@ [ "get_projection", { - "_index": 10273, + "_index": 10344, "data": { "ref/stable/camera": {} }, @@ -168785,7 +169366,7 @@ [ "get_render_target_height", { - "_index": 8475, + "_index": 8501, "data": { "ref/stable/render": {} }, @@ -168795,7 +169376,7 @@ [ "get_render_target_info", { - "_index": 10352, + "_index": 10423, "data": { "ref/stable/resource": {} }, @@ -168805,7 +169386,7 @@ [ "get_render_target_width", { - "_index": 8477, + "_index": 8503, "data": { "ref/stable/render": {} }, @@ -168815,7 +169396,7 @@ [ "get_resources", { - "_index": 7954, + "_index": 7980, "data": { "ref/stable/collectionproxy": {} }, @@ -168825,7 +169406,7 @@ [ "get_rms", { - "_index": 10692, + "_index": 10763, "data": { "ref/stable/sound": {} }, @@ -168835,7 +169416,7 @@ [ "get_rotation", { - "_index": 7748, + "_index": 7762, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -168846,7 +169427,7 @@ [ "get_save_file", { - "_index": 9569, + "_index": 9638, "data": { "ref/stable/sys": {} }, @@ -168856,7 +169437,7 @@ [ "get_scale", { - "_index": 7749, + "_index": 7763, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -168867,7 +169448,7 @@ [ "get_scale_uniform", { - "_index": 9897, + "_index": 9967, "data": { "ref/stable/go": {} }, @@ -168877,7 +169458,7 @@ [ "get_screen_position", { - "_index": 7751, + "_index": 7765, "data": { "ref/stable/gui": {} }, @@ -168887,7 +169468,7 @@ [ "get_shadow", { - "_index": 7753, + "_index": 7767, "data": { "ref/stable/gui": {} }, @@ -168897,7 +169478,7 @@ [ "get_shape", { - "_index": 7482, + "_index": 7496, "data": { "ref/stable/physics": {} }, @@ -168907,7 +169488,7 @@ [ "get_shape_meta", { - "_index": 7485, + "_index": 7499, "data": { "ref/stable/physics": {} }, @@ -168917,7 +169498,7 @@ [ "get_signum", { - "_index": 8660, + "_index": 8693, "data": { "ref/stable/crash": {} }, @@ -168927,7 +169508,7 @@ [ "get_size", { - "_index": 7200, + "_index": 7214, "data": { "ref/stable/gui": {}, "ref/stable/window": {} @@ -168938,7 +169519,7 @@ [ "get_size_mode", { - "_index": 7755, + "_index": 7769, "data": { "ref/stable/gui": {} }, @@ -168948,7 +169529,7 @@ [ "get_slice9", { - "_index": 7758, + "_index": 7772, "data": { "ref/stable/gui": {} }, @@ -168958,7 +169539,7 @@ [ "get_status", { - "_index": 7178, + "_index": 7192, "data": { "ref/stable/collectionfactory": {}, "ref/stable/factory": {} @@ -168979,7 +169560,7 @@ [ "get_stream", { - "_index": 8085, + "_index": 8111, "data": { "ref/stable/buffer": {} }, @@ -168999,7 +169580,7 @@ [ "get_sys_field", { - "_index": 8662, + "_index": 8695, "data": { "ref/stable/crash": {} }, @@ -169009,7 +169590,7 @@ [ "get_sys_info", { - "_index": 9570, + "_index": 9639, "data": { "ref/stable/sys": {} }, @@ -169019,7 +169600,7 @@ [ "get_text", { - "_index": 7759, + "_index": 7773, "data": { "ref/stable/gui": {}, "ref/stable/label": {} @@ -169030,7 +169611,7 @@ [ "get_text_metrics", { - "_index": 10361, + "_index": 10432, "data": { "ref/stable/resource": {} }, @@ -169040,7 +169621,7 @@ [ "get_texture", { - "_index": 7761, + "_index": 7775, "data": { "ref/stable/gui": {} }, @@ -169050,7 +169631,7 @@ [ "get_texture_info", { - "_index": 10364, + "_index": 10435, "data": { "ref/stable/resource": {} }, @@ -169060,7 +169641,7 @@ [ "get_tile", { - "_index": 8043, + "_index": 8069, "data": { "ref/stable/tilemap": {} }, @@ -169070,7 +169651,7 @@ [ "get_tile_info", { - "_index": 8045, + "_index": 8071, "data": { "ref/stable/tilemap": {} }, @@ -169080,7 +169661,7 @@ [ "get_tiles", { - "_index": 8047, + "_index": 8073, "data": { "ref/stable/tilemap": {} }, @@ -169090,7 +169671,7 @@ [ "get_tracking", { - "_index": 7763, + "_index": 7777, "data": { "ref/stable/gui": {} }, @@ -169100,7 +169681,7 @@ [ "get_tree", { - "_index": 7765, + "_index": 7779, "data": { "ref/stable/gui": {} }, @@ -169110,9 +169691,10 @@ [ "get_type", { - "_index": 10075, + "_index": 7781, "data": { - "ref/stable/b2d.body": {} + "ref/stable/b2d.body": {}, + "ref/stable/gui": {} }, "type": {} } @@ -169120,7 +169702,7 @@ [ "get_user_field", { - "_index": 8666, + "_index": 8699, "data": { "ref/stable/crash": {} }, @@ -169130,7 +169712,7 @@ [ "get_view", { - "_index": 10275, + "_index": 10346, "data": { "ref/stable/camera": {} }, @@ -169140,7 +169722,7 @@ [ "get_visible", { - "_index": 7766, + "_index": 7787, "data": { "ref/stable/gui": {} }, @@ -169150,7 +169732,7 @@ [ "get_width", { - "_index": 7768, + "_index": 7789, "data": { "ref/stable/gui": {}, "ref/stable/render": {} @@ -169161,7 +169743,7 @@ [ "get_window_height", { - "_index": 8481, + "_index": 8507, "data": { "ref/stable/render": {} }, @@ -169171,7 +169753,7 @@ [ "get_window_width", { - "_index": 8483, + "_index": 8509, "data": { "ref/stable/render": {} }, @@ -169181,7 +169763,7 @@ [ "get_world", { - "_index": 9921, + "_index": 9991, "data": { "ref/stable/b2d": {}, "ref/stable/b2d.body": {} @@ -169192,7 +169774,7 @@ [ "get_world_center", { - "_index": 10079, + "_index": 10148, "data": { "ref/stable/b2d.body": {} }, @@ -169202,7 +169784,7 @@ [ "get_world_point", { - "_index": 10081, + "_index": 10150, "data": { "ref/stable/b2d.body": {} }, @@ -169212,7 +169794,7 @@ [ "get_world_position", { - "_index": 9898, + "_index": 9968, "data": { "ref/stable/go": {} }, @@ -169222,7 +169804,7 @@ [ "get_world_rotation", { - "_index": 9899, + "_index": 9969, "data": { "ref/stable/go": {} }, @@ -169232,7 +169814,7 @@ [ "get_world_scale", { - "_index": 9900, + "_index": 9970, "data": { "ref/stable/go": {} }, @@ -169242,7 +169824,7 @@ [ "get_world_scale_uniform", { - "_index": 9904, + "_index": 9974, "data": { "ref/stable/go": {} }, @@ -169252,7 +169834,7 @@ [ "get_world_transform", { - "_index": 9906, + "_index": 9976, "data": { "ref/stable/go": {} }, @@ -169262,7 +169844,7 @@ [ "get_world_vector", { - "_index": 10084, + "_index": 10153, "data": { "ref/stable/b2d.body": {} }, @@ -169272,7 +169854,7 @@ [ "get_xanchor", { - "_index": 7770, + "_index": 7791, "data": { "ref/stable/gui": {} }, @@ -169282,7 +169864,7 @@ [ "get_yanchor", { - "_index": 7772, + "_index": 7793, "data": { "ref/stable/gui": {} }, @@ -169292,7 +169874,7 @@ [ "getactivity", { - "_index": 7993, + "_index": 8019, "data": { "ref/stable/dmAndroid": {} }, @@ -169302,7 +169884,7 @@ [ "getaddrinfo", { - "_index": 10516, + "_index": 10587, "data": { "ref/stable/socket": {} }, @@ -169312,7 +169894,7 @@ [ "getbyhash", { - "_index": 8400, + "_index": 8426, "data": { "ref/stable/dmResource": {} }, @@ -169322,7 +169904,7 @@ [ "getbytes", { - "_index": 10583, + "_index": 10654, "data": { "ref/stable/dmBuffer": {} }, @@ -169332,7 +169914,7 @@ [ "getcallbackluacontext", { - "_index": 10749, + "_index": 10820, "data": { "ref/stable/dmScript": {} }, @@ -169342,7 +169924,7 @@ [ "getcollection", { - "_index": 9189, + "_index": 9257, "data": { "ref/stable/dmGameObject": {} }, @@ -169352,7 +169934,7 @@ [ "getcomponentfromlua", { - "_index": 10814, + "_index": 10885, "data": { "ref/stable/dmScript": {} }, @@ -169362,7 +169944,7 @@ [ "getcomponentid", { - "_index": 9190, + "_index": 9258, "data": { "ref/stable/dmGameObject": {} }, @@ -169372,7 +169954,7 @@ [ "getcomponenttypeindex", { - "_index": 9192, + "_index": 9260, "data": { "ref/stable/dmGameObject": {} }, @@ -169382,7 +169964,7 @@ [ "getconfigfile", { - "_index": 7979, + "_index": 8005, "data": { "ref/stable/dmEngine": {} }, @@ -169392,7 +169974,7 @@ [ "getconstantlocation", { - "_index": 10848, + "_index": 10919, "data": { "ref/stable/dmRender": {} }, @@ -169402,7 +169984,7 @@ [ "getconstantname", { - "_index": 10849, + "_index": 10920, "data": { "ref/stable/dmRender": {} }, @@ -169412,7 +169994,7 @@ [ "getconstanttype", { - "_index": 10850, + "_index": 10921, "data": { "ref/stable/dmRender": {} }, @@ -169422,7 +170004,7 @@ [ "getconstantvalues", { - "_index": 10852, + "_index": 10923, "data": { "ref/stable/dmRender": {} }, @@ -169432,7 +170014,7 @@ [ "getcontentversion", { - "_index": 10586, + "_index": 10657, "data": { "ref/stable/dmBuffer": {} }, @@ -169442,7 +170024,7 @@ [ "getcontext", { - "_index": 9135, + "_index": 9203, "data": { "ref/stable/dmGameObject": {} }, @@ -169452,7 +170034,7 @@ [ "getcount", { - "_index": 10588, + "_index": 10659, "data": { "ref/stable/dmBuffer": {} }, @@ -169462,7 +170044,7 @@ [ "getcurrentthread", { - "_index": 10246, + "_index": 10315, "data": { "ref/stable/dmThread": {} }, @@ -169472,7 +170054,7 @@ [ "getdescriptor", { - "_index": 8401, + "_index": 8427, "data": { "ref/stable/dmResource": {} }, @@ -169482,7 +170064,7 @@ [ "getdescriptorbyhash", { - "_index": 8403, + "_index": 8429, "data": { "ref/stable/dmResource": {} }, @@ -169492,7 +170074,7 @@ [ "getdescriptorfromhash", { - "_index": 9015, + "_index": 9083, "data": { "ref/stable/dmDDF": {} }, @@ -169502,7 +170084,7 @@ [ "getenv", { - "_index": 7995, + "_index": 8021, "data": { "ref/stable/dmAndroid": {}, "ref/stable/os": {} @@ -169513,7 +170095,7 @@ [ "getfd", { - "_index": 9982, + "_index": 10052, "data": { "ref/stable/dmSocket": {}, "ref/stable/socket": {} @@ -169524,7 +170106,7 @@ [ "getfenv", { - "_index": 9483, + "_index": 9551, "data": { "ref/stable/base": {}, "ref/stable/debug": {} @@ -169535,7 +170117,7 @@ [ "getfirstchildnode", { - "_index": 8108, + "_index": 8134, "data": { "ref/stable/dmGui": {} }, @@ -169545,7 +170127,7 @@ [ "getfloat", { - "_index": 9049, + "_index": 9117, "data": { "ref/stable/dmConfigFile": {} }, @@ -169555,7 +170137,7 @@ [ "getfragment", { - "_index": 7310, + "_index": 7324, "data": { "ref/stable/dmMessage": {} }, @@ -169565,7 +170147,7 @@ [ "getgameobjectregister", { - "_index": 7982, + "_index": 8008, "data": { "ref/stable/dmEngine": {} }, @@ -169575,7 +170157,7 @@ [ "getgamepad", { - "_index": 9457, + "_index": 9525, "data": { "ref/stable/dmHid": {} }, @@ -169585,7 +170167,7 @@ [ "getheader", { - "_index": 10016, + "_index": 10086, "data": { "ref/stable/dmWebServer": {} }, @@ -169595,7 +170177,7 @@ [ "gethidcontext", { - "_index": 7984, + "_index": 8010, "data": { "ref/stable/dmEngine": {} }, @@ -169605,7 +170187,7 @@ [ "gethook", { - "_index": 9485, + "_index": 9553, "data": { "ref/stable/debug": {} }, @@ -169615,7 +170197,7 @@ [ "gethostbyname", { - "_index": 9984, + "_index": 10054, "data": { "ref/stable/dmSocket": {} }, @@ -169625,7 +170207,7 @@ [ "gethostname", { - "_index": 10519, + "_index": 10590, "data": { "ref/stable/socket": {} }, @@ -169635,7 +170217,7 @@ [ "getidentifier", { - "_index": 9196, + "_index": 9264, "data": { "ref/stable/dmGameObject": {} }, @@ -169645,7 +170227,7 @@ [ "getinfo", { - "_index": 9488, + "_index": 9556, "data": { "ref/stable/debug": {} }, @@ -169655,7 +170237,7 @@ [ "getinstance", { - "_index": 10751, + "_index": 10822, "data": { "ref/stable/dmScript": {} }, @@ -169665,7 +170247,7 @@ [ "getint", { - "_index": 9050, + "_index": 9118, "data": { "ref/stable/dmConfigFile": {} }, @@ -169675,7 +170257,7 @@ [ "getiterator", { - "_index": 8996, + "_index": 9064, "data": { "ref/stable/dmHashTable": {} }, @@ -169685,7 +170267,7 @@ [ "getkeyboard", { - "_index": 9458, + "_index": 9526, "data": { "ref/stable/dmHid": {} }, @@ -169695,7 +170277,7 @@ [ "getlocal", { - "_index": 9493, + "_index": 9561, "data": { "ref/stable/debug": {} }, @@ -169705,7 +170287,7 @@ [ "getmainthread", { - "_index": 10753, + "_index": 10824, "data": { "ref/stable/dmScript": {} }, @@ -169715,7 +170297,7 @@ [ "getmaterialconstant", { - "_index": 8015, + "_index": 8041, "data": { "ref/stable/dmGameSystem": {} }, @@ -169725,7 +170307,7 @@ [ "getmaterialtaglistkey", { - "_index": 10854, + "_index": 10925, "data": { "ref/stable/dmRender": {} }, @@ -169735,7 +170317,7 @@ [ "getmaterialvertexspace", { - "_index": 10841, + "_index": 10912, "data": { "ref/stable/dmRender": {} }, @@ -169765,7 +170347,7 @@ [ "getmessagesocket", { - "_index": 9198, + "_index": 9266, "data": { "ref/stable/dmGameObject": {} }, @@ -169775,7 +170357,7 @@ [ "getmetadata", { - "_index": 10590, + "_index": 10661, "data": { "ref/stable/dmBuffer": {} }, @@ -169785,7 +170367,7 @@ [ "getmetatable", { - "_index": 9497, + "_index": 9565, "data": { "ref/stable/base": {}, "ref/stable/debug": {} @@ -169793,10 +170375,20 @@ "type": {} } ], + [ + "getmonotonictime", + { + "_index": 9835, + "data": { + "ref/stable/dmTime": {} + }, + "type": {} + } + ], [ "getmouse", { - "_index": 9459, + "_index": 9527, "data": { "ref/stable/dmHid": {} }, @@ -169806,7 +170398,7 @@ [ "getmousebutton", { - "_index": 9460, + "_index": 9528, "data": { "ref/stable/dmHid": {} }, @@ -169816,7 +170408,7 @@ [ "getmousepacket", { - "_index": 9465, + "_index": 9533, "data": { "ref/stable/dmHid": {} }, @@ -169826,7 +170418,7 @@ [ "getnamedconstant", { - "_index": 10856, + "_index": 10927, "data": { "ref/stable/dmRender": {} }, @@ -169836,7 +170428,7 @@ [ "getnamedconstantcount", { - "_index": 10857, + "_index": 10928, "data": { "ref/stable/dmRender": {} }, @@ -169846,7 +170438,7 @@ [ "getnameinfo", { - "_index": 10521, + "_index": 10592, "data": { "ref/stable/socket": {} }, @@ -170006,7 +170598,7 @@ [ "getnextnode", { - "_index": 8109, + "_index": 8135, "data": { "ref/stable/dmGui": {} }, @@ -170016,7 +170608,7 @@ [ "getnodecustomdata", { - "_index": 8112, + "_index": 8138, "data": { "ref/stable/dmGui": {} }, @@ -170026,7 +170618,7 @@ [ "getnodeid", { - "_index": 8114, + "_index": 8140, "data": { "ref/stable/dmGui": {} }, @@ -170036,7 +170628,7 @@ [ "getnodeisbone", { - "_index": 8115, + "_index": 8141, "data": { "ref/stable/dmGui": {} }, @@ -170046,7 +170638,7 @@ [ "getnodeparent", { - "_index": 8116, + "_index": 8142, "data": { "ref/stable/dmGui": {} }, @@ -170056,7 +170648,7 @@ [ "getnodeproperty", { - "_index": 8117, + "_index": 8143, "data": { "ref/stable/dmGui": {} }, @@ -170066,7 +170658,7 @@ [ "getnodetextureid", { - "_index": 8119, + "_index": 8145, "data": { "ref/stable/dmGui": {} }, @@ -170086,7 +170678,7 @@ [ "getoption", { - "_index": 10555, + "_index": 10626, "data": { "ref/stable/socket": {} }, @@ -170096,7 +170688,7 @@ [ "getpath", { - "_index": 7312, + "_index": 7326, "data": { "ref/stable/dmMessage": {}, "ref/stable/dmResource": {} @@ -170107,7 +170699,7 @@ [ "getpeername", { - "_index": 10481, + "_index": 10552, "data": { "ref/stable/socket": {} }, @@ -170117,7 +170709,7 @@ [ "getposition", { - "_index": 9199, + "_index": 9267, "data": { "ref/stable/dmGameObject": {} }, @@ -170127,7 +170719,7 @@ [ "getraw", { - "_index": 8405, + "_index": 8431, "data": { "ref/stable/dmResource": {} }, @@ -170137,7 +170729,7 @@ [ "getregistry", { - "_index": 9499, + "_index": 9567, "data": { "ref/stable/debug": {} }, @@ -170147,7 +170739,7 @@ [ "getrenderconstant", { - "_index": 8028, + "_index": 8054, "data": { "ref/stable/dmGameSystem": {} }, @@ -170157,7 +170749,7 @@ [ "getrenderconstantcount", { - "_index": 8031, + "_index": 8057, "data": { "ref/stable/dmGameSystem": {} }, @@ -170177,7 +170769,7 @@ [ "getresource", { - "_index": 8120, + "_index": 8146, "data": { "ref/stable/dmGui": {} }, @@ -170187,7 +170779,7 @@ [ "getresultstring", { - "_index": 10593, + "_index": 10664, "data": { "ref/stable/dmBuffer": {} }, @@ -170197,7 +170789,7 @@ [ "getrotation", { - "_index": 9201, + "_index": 9269, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmTransform": {} @@ -170239,7 +170831,7 @@ [ "getscale", { - "_index": 9203, + "_index": 9271, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmTransform": {} @@ -170250,7 +170842,7 @@ [ "getsizeforvaluetype", { - "_index": 10595, + "_index": 10666, "data": { "ref/stable/dmBuffer": {} }, @@ -170260,7 +170852,7 @@ [ "getsocket", { - "_index": 7313, + "_index": 7327, "data": { "ref/stable/dmConnectionPool": {}, "ref/stable/dmMessage": {} @@ -170271,7 +170863,7 @@ [ "getsocketname", { - "_index": 7315, + "_index": 7329, "data": { "ref/stable/dmMessage": {} }, @@ -170281,7 +170873,7 @@ [ "getsocketnamehash", { - "_index": 7316, + "_index": 7330, "data": { "ref/stable/dmMessage": {} }, @@ -170291,7 +170883,7 @@ [ "getsockname", { - "_index": 10480, + "_index": 10551, "data": { "ref/stable/socket": {} }, @@ -170301,7 +170893,7 @@ [ "getsslsocket", { - "_index": 9970, + "_index": 10040, "data": { "ref/stable/dmConnectionPool": {} }, @@ -170311,7 +170903,7 @@ [ "getstream", { - "_index": 10597, + "_index": 10668, "data": { "ref/stable/dmBuffer": {} }, @@ -170321,7 +170913,7 @@ [ "getstreamtype", { - "_index": 10600, + "_index": 10671, "data": { "ref/stable/dmBuffer": {} }, @@ -170331,7 +170923,7 @@ [ "getstring", { - "_index": 9051, + "_index": 9119, "data": { "ref/stable/dmConfigFile": {} }, @@ -170341,7 +170933,7 @@ [ "getstringfromhashorstring", { - "_index": 10818, + "_index": 10889, "data": { "ref/stable/dmScript": {} }, @@ -170361,7 +170953,7 @@ [ "getters", { - "_index": 7676, + "_index": 7690, "data": { "ref/stable/gui": {} }, @@ -170381,7 +170973,7 @@ [ "gettime", { - "_index": 9766, + "_index": 9838, "data": { "ref/stable/dmTime": {}, "ref/stable/socket": {} @@ -170410,7 +171002,7 @@ [ "getting/setting", { - "_index": 9763, + "_index": 9832, "data": { "ref/stable/model": {} }, @@ -170420,7 +171012,7 @@ [ "gettlsvalue", { - "_index": 10248, + "_index": 10317, "data": { "ref/stable/dmThread": {} }, @@ -170430,7 +171022,7 @@ [ "gettouchdevice", { - "_index": 9467, + "_index": 9535, "data": { "ref/stable/dmHid": {} }, @@ -170440,7 +171032,7 @@ [ "gettranslation", { - "_index": 9775, + "_index": 9847, "data": { "ref/stable/dmTransform": {} }, @@ -170450,7 +171042,7 @@ [ "getuniformscale", { - "_index": 9205, + "_index": 9273, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmTransform": {} @@ -170461,7 +171053,7 @@ [ "getupvalue", { - "_index": 9501, + "_index": 9569, "data": { "ref/stable/debug": {} }, @@ -170471,7 +171063,7 @@ [ "getvaluetypestring", { - "_index": 10602, + "_index": 10673, "data": { "ref/stable/dmBuffer": {} }, @@ -170491,7 +171083,7 @@ [ "getwebserver", { - "_index": 7987, + "_index": 8013, "data": { "ref/stable/dmEngine": {} }, @@ -170501,7 +171093,7 @@ [ "getworld", { - "_index": 9097, + "_index": 9165, "data": { "ref/stable/dmGameObject": {} }, @@ -170511,7 +171103,7 @@ [ "getworldmatrix", { - "_index": 9206, + "_index": 9274, "data": { "ref/stable/dmGameObject": {} }, @@ -170521,7 +171113,7 @@ [ "getworldposition", { - "_index": 9208, + "_index": 9276, "data": { "ref/stable/dmGameObject": {} }, @@ -170531,7 +171123,7 @@ [ "getworldrotation", { - "_index": 9209, + "_index": 9277, "data": { "ref/stable/dmGameObject": {} }, @@ -170541,7 +171133,7 @@ [ "getworldscale", { - "_index": 9210, + "_index": 9278, "data": { "ref/stable/dmGameObject": {} }, @@ -170551,7 +171143,7 @@ [ "getworldtransform", { - "_index": 9211, + "_index": 9279, "data": { "ref/stable/dmGameObject": {} }, @@ -170561,13 +171153,23 @@ [ "getworlduniformscale", { - "_index": 9213, + "_index": 9281, "data": { "ref/stable/dmGameObject": {} }, "type": {} } ], + [ + "gimbal", + { + "_index": 7089, + "data": { + "ref/stable/vmath": {} + }, + "type": {} + } + ], [ "git", { @@ -170884,7 +171486,7 @@ [ "glgeterror", { - "_index": 9356, + "_index": 9424, "data": { "ref/stable/engine": {} }, @@ -170925,6 +171527,7 @@ "ref/stable/dmExtension": {}, "ref/stable/dmGameObject": {}, "ref/stable/dmScript": {}, + "ref/stable/editor": {}, "ref/stable/factory": {}, "ref/stable/go": {}, "ref/stable/msg": {}, @@ -171009,7 +171612,7 @@ [ "gmatch", { - "_index": 7122, + "_index": 7136, "data": { "ref/stable/string": {} }, @@ -171019,7 +171622,7 @@ [ "gmt", { - "_index": 9587, + "_index": 9656, "data": { "ref/stable/sys": {} }, @@ -171029,7 +171632,7 @@ [ "gmt_offset", { - "_index": 9586, + "_index": 9655, "data": { "ref/stable/sys": {} }, @@ -171067,7 +171670,7 @@ [ "go\"}issue", { - "_index": 8951, + "_index": 9019, "data": { "ref/stable/editor": {} }, @@ -171077,7 +171680,7 @@ [ "go\"}selection", { - "_index": 8975, + "_index": 9043, "data": { "ref/stable/editor": {} }, @@ -171151,7 +171754,7 @@ [ "go.easing_inback", { - "_index": 9850, + "_index": 9920, "data": { "ref/stable/go": {} }, @@ -171161,7 +171764,7 @@ [ "go.easing_inbounce", { - "_index": 9851, + "_index": 9921, "data": { "ref/stable/go": {} }, @@ -171171,7 +171774,7 @@ [ "go.easing_incirc", { - "_index": 9852, + "_index": 9922, "data": { "ref/stable/go": {} }, @@ -171181,7 +171784,7 @@ [ "go.easing_incubic", { - "_index": 9853, + "_index": 9923, "data": { "ref/stable/go": {} }, @@ -171191,7 +171794,7 @@ [ "go.easing_inelastic", { - "_index": 9854, + "_index": 9924, "data": { "ref/stable/go": {} }, @@ -171201,7 +171804,7 @@ [ "go.easing_inexpo", { - "_index": 9855, + "_index": 9925, "data": { "ref/stable/go": {} }, @@ -171211,7 +171814,7 @@ [ "go.easing_inoutback", { - "_index": 9856, + "_index": 9926, "data": { "ref/stable/go": {} }, @@ -171221,7 +171824,7 @@ [ "go.easing_inoutbounce", { - "_index": 9857, + "_index": 9927, "data": { "ref/stable/go": {} }, @@ -171231,7 +171834,7 @@ [ "go.easing_inoutcirc", { - "_index": 9858, + "_index": 9928, "data": { "ref/stable/go": {} }, @@ -171241,7 +171844,7 @@ [ "go.easing_inoutcubic", { - "_index": 9859, + "_index": 9929, "data": { "ref/stable/go": {} }, @@ -171251,7 +171854,7 @@ [ "go.easing_inoutelastic", { - "_index": 9860, + "_index": 9930, "data": { "ref/stable/go": {} }, @@ -171261,7 +171864,7 @@ [ "go.easing_inoutexpo", { - "_index": 9861, + "_index": 9931, "data": { "ref/stable/go": {} }, @@ -171282,7 +171885,7 @@ [ "go.easing_inoutquart", { - "_index": 9862, + "_index": 9932, "data": { "ref/stable/go": {} }, @@ -171292,7 +171895,7 @@ [ "go.easing_inoutquint", { - "_index": 9863, + "_index": 9933, "data": { "ref/stable/go": {} }, @@ -171302,7 +171905,7 @@ [ "go.easing_inoutsine", { - "_index": 9864, + "_index": 9934, "data": { "ref/stable/go": {} }, @@ -171312,7 +171915,7 @@ [ "go.easing_inquad", { - "_index": 9865, + "_index": 9935, "data": { "ref/stable/go": {} }, @@ -171322,7 +171925,7 @@ [ "go.easing_inquart", { - "_index": 9866, + "_index": 9936, "data": { "ref/stable/go": {} }, @@ -171332,7 +171935,7 @@ [ "go.easing_inquint", { - "_index": 9867, + "_index": 9937, "data": { "ref/stable/go": {} }, @@ -171342,7 +171945,7 @@ [ "go.easing_insine", { - "_index": 9868, + "_index": 9938, "data": { "ref/stable/go": {} }, @@ -171365,7 +171968,7 @@ [ "go.easing_outback", { - "_index": 9869, + "_index": 9939, "data": { "ref/stable/go": {} }, @@ -171375,7 +171978,7 @@ [ "go.easing_outbounce", { - "_index": 9870, + "_index": 9940, "data": { "ref/stable/go": {} }, @@ -171385,7 +171988,7 @@ [ "go.easing_outcirc", { - "_index": 9871, + "_index": 9941, "data": { "ref/stable/go": {} }, @@ -171395,7 +171998,7 @@ [ "go.easing_outcubic", { - "_index": 9872, + "_index": 9942, "data": { "ref/stable/go": {} }, @@ -171405,7 +172008,7 @@ [ "go.easing_outelastic", { - "_index": 9873, + "_index": 9943, "data": { "ref/stable/go": {} }, @@ -171415,7 +172018,7 @@ [ "go.easing_outexpo", { - "_index": 9874, + "_index": 9944, "data": { "ref/stable/go": {} }, @@ -171425,7 +172028,7 @@ [ "go.easing_outinback", { - "_index": 9875, + "_index": 9945, "data": { "ref/stable/go": {} }, @@ -171435,7 +172038,7 @@ [ "go.easing_outinbounce", { - "_index": 9876, + "_index": 9946, "data": { "ref/stable/go": {} }, @@ -171445,7 +172048,7 @@ [ "go.easing_outincirc", { - "_index": 9877, + "_index": 9947, "data": { "ref/stable/go": {} }, @@ -171455,7 +172058,7 @@ [ "go.easing_outincubic", { - "_index": 9878, + "_index": 9948, "data": { "ref/stable/go": {} }, @@ -171465,7 +172068,7 @@ [ "go.easing_outinelastic", { - "_index": 9879, + "_index": 9949, "data": { "ref/stable/go": {} }, @@ -171475,7 +172078,7 @@ [ "go.easing_outinexpo", { - "_index": 9880, + "_index": 9950, "data": { "ref/stable/go": {} }, @@ -171485,7 +172088,7 @@ [ "go.easing_outinquad", { - "_index": 9881, + "_index": 9951, "data": { "ref/stable/go": {} }, @@ -171495,7 +172098,7 @@ [ "go.easing_outinquart", { - "_index": 9882, + "_index": 9952, "data": { "ref/stable/go": {} }, @@ -171505,7 +172108,7 @@ [ "go.easing_outinquint", { - "_index": 9883, + "_index": 9953, "data": { "ref/stable/go": {} }, @@ -171515,7 +172118,7 @@ [ "go.easing_outinsine", { - "_index": 9884, + "_index": 9954, "data": { "ref/stable/go": {} }, @@ -171525,7 +172128,7 @@ [ "go.easing_outquad", { - "_index": 9885, + "_index": 9955, "data": { "ref/stable/go": {} }, @@ -171535,7 +172138,7 @@ [ "go.easing_outquart", { - "_index": 9886, + "_index": 9956, "data": { "ref/stable/go": {} }, @@ -171545,7 +172148,7 @@ [ "go.easing_outquint", { - "_index": 9887, + "_index": 9957, "data": { "ref/stable/go": {} }, @@ -171555,7 +172158,7 @@ [ "go.easing_outsine", { - "_index": 9888, + "_index": 9958, "data": { "ref/stable/go": {} }, @@ -171565,7 +172168,7 @@ [ "go.exists", { - "_index": 9889, + "_index": 9959, "data": { "ref/stable/go": {} }, @@ -171611,7 +172214,7 @@ [ "go.get_parent", { - "_index": 9890, + "_index": 9960, "data": { "ref/stable/go": {} }, @@ -171639,7 +172242,7 @@ [ "go.get_rotation", { - "_index": 9892, + "_index": 9962, "data": { "ref/stable/go": {} }, @@ -171649,7 +172252,7 @@ [ "go.get_scale", { - "_index": 9894, + "_index": 9964, "data": { "ref/stable/go": {} }, @@ -171659,7 +172262,7 @@ [ "go.get_scale_uniform", { - "_index": 9896, + "_index": 9966, "data": { "ref/stable/go": {} }, @@ -171669,7 +172272,7 @@ [ "go.get_world_position", { - "_index": 9891, + "_index": 9961, "data": { "ref/stable/go": {} }, @@ -171679,7 +172282,7 @@ [ "go.get_world_rotation", { - "_index": 9893, + "_index": 9963, "data": { "ref/stable/go": {} }, @@ -171689,7 +172292,7 @@ [ "go.get_world_scale", { - "_index": 9895, + "_index": 9965, "data": { "ref/stable/go": {} }, @@ -171699,7 +172302,7 @@ [ "go.get_world_scale_uniform", { - "_index": 9903, + "_index": 9973, "data": { "ref/stable/go": {} }, @@ -171709,7 +172312,7 @@ [ "go.get_world_transform", { - "_index": 9905, + "_index": 9975, "data": { "ref/stable/go": {} }, @@ -171854,7 +172457,7 @@ [ "go.set_parent", { - "_index": 9909, + "_index": 9979, "data": { "ref/stable/go": {} }, @@ -171878,7 +172481,7 @@ [ "go.set_rotation", { - "_index": 9910, + "_index": 9980, "data": { "ref/stable/go": {} }, @@ -171888,7 +172491,7 @@ [ "go.set_scale", { - "_index": 9911, + "_index": 9981, "data": { "ref/stable/go": {} }, @@ -171898,7 +172501,7 @@ [ "go.world_to_local_position", { - "_index": 9912, + "_index": 9982, "data": { "ref/stable/go": {} }, @@ -171908,7 +172511,7 @@ [ "go.world_to_local_transform", { - "_index": 9914, + "_index": 9984, "data": { "ref/stable/go": {} }, @@ -171959,7 +172562,7 @@ [ "goc", { - "_index": 9290, + "_index": 9358, "data": { "ref/stable/dmGameObject": {} }, @@ -172171,7 +172774,7 @@ [ "graceful", { - "_index": 9944, + "_index": 10014, "data": { "ref/stable/os": {} }, @@ -172358,7 +172961,7 @@ [ "graphics.blend_factor_constant_alpha", { - "_index": 8174, + "_index": 8200, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172369,7 +172972,7 @@ [ "graphics.blend_factor_constant_color", { - "_index": 8176, + "_index": 8202, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172380,7 +172983,7 @@ [ "graphics.blend_factor_dst_alpha", { - "_index": 8178, + "_index": 8204, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172391,7 +172994,7 @@ [ "graphics.blend_factor_dst_color", { - "_index": 8180, + "_index": 8206, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172402,7 +173005,7 @@ [ "graphics.blend_factor_one", { - "_index": 8182, + "_index": 8208, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172413,7 +173016,7 @@ [ "graphics.blend_factor_one_minus_constant_alpha", { - "_index": 8184, + "_index": 8210, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172424,7 +173027,7 @@ [ "graphics.blend_factor_one_minus_constant_color", { - "_index": 8186, + "_index": 8212, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172435,7 +173038,7 @@ [ "graphics.blend_factor_one_minus_dst_alpha", { - "_index": 8188, + "_index": 8214, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172446,7 +173049,7 @@ [ "graphics.blend_factor_one_minus_dst_color", { - "_index": 8190, + "_index": 8216, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172457,7 +173060,7 @@ [ "graphics.blend_factor_one_minus_src_alpha", { - "_index": 8192, + "_index": 8218, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172468,7 +173071,7 @@ [ "graphics.blend_factor_one_minus_src_color", { - "_index": 8194, + "_index": 8220, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172479,7 +173082,7 @@ [ "graphics.blend_factor_src_alpha", { - "_index": 8196, + "_index": 8222, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172490,7 +173093,7 @@ [ "graphics.blend_factor_src_alpha_saturate", { - "_index": 8198, + "_index": 8224, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172501,7 +173104,7 @@ [ "graphics.blend_factor_src_color", { - "_index": 8200, + "_index": 8226, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172512,7 +173115,7 @@ [ "graphics.blend_factor_zero", { - "_index": 8202, + "_index": 8228, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172523,7 +173126,7 @@ [ "graphics.buffer_type_color0_bit", { - "_index": 8204, + "_index": 8230, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172534,7 +173137,7 @@ [ "graphics.buffer_type_color1_bit", { - "_index": 8206, + "_index": 8232, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172545,7 +173148,7 @@ [ "graphics.buffer_type_color2_bit", { - "_index": 8209, + "_index": 8235, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172556,7 +173159,7 @@ [ "graphics.buffer_type_color3_bit", { - "_index": 8211, + "_index": 8237, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172567,7 +173170,7 @@ [ "graphics.buffer_type_color[x]_bit", { - "_index": 8478, + "_index": 8504, "data": { "ref/stable/render": {} }, @@ -172577,7 +173180,7 @@ [ "graphics.buffer_type_colorx_bit", { - "_index": 8494, + "_index": 8520, "data": { "ref/stable/render": {} }, @@ -172587,7 +173190,7 @@ [ "graphics.buffer_type_depth_bit", { - "_index": 8213, + "_index": 8239, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172598,7 +173201,7 @@ [ "graphics.buffer_type_stencil_bit", { - "_index": 8215, + "_index": 8241, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172609,7 +173212,7 @@ [ "graphics.compare_func_always", { - "_index": 8217, + "_index": 8243, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172620,7 +173223,7 @@ [ "graphics.compare_func_equal", { - "_index": 8219, + "_index": 8245, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172631,7 +173234,7 @@ [ "graphics.compare_func_gequal", { - "_index": 8221, + "_index": 8247, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172642,7 +173245,7 @@ [ "graphics.compare_func_greater", { - "_index": 8223, + "_index": 8249, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172653,7 +173256,7 @@ [ "graphics.compare_func_lequal", { - "_index": 8225, + "_index": 8251, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172664,7 +173267,7 @@ [ "graphics.compare_func_less", { - "_index": 8227, + "_index": 8253, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172675,7 +173278,7 @@ [ "graphics.compare_func_never", { - "_index": 8229, + "_index": 8255, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172686,7 +173289,7 @@ [ "graphics.compare_func_notequal", { - "_index": 8231, + "_index": 8257, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172697,7 +173300,7 @@ [ "graphics.compression_type_basis_etc1s", { - "_index": 8233, + "_index": 8259, "data": { "ref/stable/graphics": {} }, @@ -172707,7 +173310,7 @@ [ "graphics.compression_type_basis_uastc", { - "_index": 8235, + "_index": 8261, "data": { "ref/stable/graphics": {} }, @@ -172717,7 +173320,7 @@ [ "graphics.compression_type_default", { - "_index": 8236, + "_index": 8262, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -172728,7 +173331,7 @@ [ "graphics.compression_type_webp", { - "_index": 8238, + "_index": 8264, "data": { "ref/stable/graphics": {} }, @@ -172738,7 +173341,7 @@ [ "graphics.compression_type_webp_lossy", { - "_index": 8240, + "_index": 8266, "data": { "ref/stable/graphics": {} }, @@ -172748,7 +173351,7 @@ [ "graphics.face_type_back", { - "_index": 8242, + "_index": 8268, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172759,7 +173362,7 @@ [ "graphics.face_type_front", { - "_index": 8244, + "_index": 8270, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172770,7 +173373,7 @@ [ "graphics.face_type_front_and_back", { - "_index": 8246, + "_index": 8272, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172781,7 +173384,7 @@ [ "graphics.state_alpha_test", { - "_index": 8248, + "_index": 8274, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172792,7 +173395,7 @@ [ "graphics.state_alpha_test_supported", { - "_index": 8250, + "_index": 8276, "data": { "ref/stable/graphics": {} }, @@ -172802,7 +173405,7 @@ [ "graphics.state_blend", { - "_index": 8252, + "_index": 8278, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172813,7 +173416,7 @@ [ "graphics.state_cull_face", { - "_index": 8254, + "_index": 8280, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172824,7 +173427,7 @@ [ "graphics.state_depth_test", { - "_index": 8256, + "_index": 8282, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172835,7 +173438,7 @@ [ "graphics.state_polygon_offset_fill", { - "_index": 8258, + "_index": 8284, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172846,7 +173449,7 @@ [ "graphics.state_scissor_test", { - "_index": 8260, + "_index": 8286, "data": { "ref/stable/graphics": {} }, @@ -172856,7 +173459,7 @@ [ "graphics.state_stencil_test", { - "_index": 8262, + "_index": 8288, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172867,7 +173470,7 @@ [ "graphics.stencil_op_decr", { - "_index": 8264, + "_index": 8290, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172878,7 +173481,7 @@ [ "graphics.stencil_op_decr_wrap", { - "_index": 8266, + "_index": 8292, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172889,7 +173492,7 @@ [ "graphics.stencil_op_incr", { - "_index": 8268, + "_index": 8294, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172900,7 +173503,7 @@ [ "graphics.stencil_op_incr_wrap", { - "_index": 8270, + "_index": 8296, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172911,7 +173514,7 @@ [ "graphics.stencil_op_invert", { - "_index": 8272, + "_index": 8298, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172922,7 +173525,7 @@ [ "graphics.stencil_op_keep", { - "_index": 8274, + "_index": 8300, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172933,7 +173536,7 @@ [ "graphics.stencil_op_replace", { - "_index": 8276, + "_index": 8302, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172944,7 +173547,7 @@ [ "graphics.stencil_op_zero", { - "_index": 8278, + "_index": 8304, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172955,7 +173558,7 @@ [ "graphics.texture_filter_default", { - "_index": 8280, + "_index": 8306, "data": { "ref/stable/graphics": {} }, @@ -172965,7 +173568,7 @@ [ "graphics.texture_filter_linear", { - "_index": 8282, + "_index": 8308, "data": { "ref/stable/graphics": {} }, @@ -172975,7 +173578,7 @@ [ "graphics.texture_filter_linear_mipmap_linear", { - "_index": 8284, + "_index": 8310, "data": { "ref/stable/graphics": {} }, @@ -172985,7 +173588,7 @@ [ "graphics.texture_filter_linear_mipmap_nearest", { - "_index": 8286, + "_index": 8312, "data": { "ref/stable/graphics": {} }, @@ -172995,7 +173598,7 @@ [ "graphics.texture_filter_lineargraphics.texture_filter_nearest", { - "_index": 8488, + "_index": 8514, "data": { "ref/stable/render": {} }, @@ -173005,7 +173608,7 @@ [ "graphics.texture_filter_nearest", { - "_index": 8288, + "_index": 8314, "data": { "ref/stable/graphics": {} }, @@ -173015,7 +173618,7 @@ [ "graphics.texture_filter_nearest_mipmap_linear", { - "_index": 8290, + "_index": 8316, "data": { "ref/stable/graphics": {} }, @@ -173025,7 +173628,7 @@ [ "graphics.texture_filter_nearest_mipmap_nearest", { - "_index": 8292, + "_index": 8318, "data": { "ref/stable/graphics": {} }, @@ -173035,7 +173638,7 @@ [ "graphics.texture_format_bgra8u", { - "_index": 8294, + "_index": 8320, "data": { "ref/stable/graphics": {} }, @@ -173045,7 +173648,7 @@ [ "graphics.texture_format_depth", { - "_index": 8296, + "_index": 8322, "data": { "ref/stable/graphics": {} }, @@ -173055,7 +173658,7 @@ [ "graphics.texture_format_luminance", { - "_index": 8298, + "_index": 8324, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173066,7 +173669,7 @@ [ "graphics.texture_format_luminance_alpha", { - "_index": 8300, + "_index": 8326, "data": { "ref/stable/graphics": {} }, @@ -173076,7 +173679,7 @@ [ "graphics.texture_format_luminancegraphics.texture_format_rgbgraphics.texture_format_rgbagraphics.texture_format_depthgraphics.texture_format_stencilgraphics.texture_format_rgba32fgraphics.texture_format_rgba16f", { - "_index": 8486, + "_index": 8512, "data": { "ref/stable/render": {} }, @@ -173086,7 +173689,7 @@ [ "graphics.texture_format_r16f", { - "_index": 8302, + "_index": 8328, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173097,7 +173700,7 @@ [ "graphics.texture_format_r32f", { - "_index": 8304, + "_index": 8330, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173108,7 +173711,7 @@ [ "graphics.texture_format_r32ui", { - "_index": 8306, + "_index": 8332, "data": { "ref/stable/graphics": {} }, @@ -173118,7 +173721,7 @@ [ "graphics.texture_format_r_bc4", { - "_index": 8308, + "_index": 8334, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173129,7 +173732,7 @@ [ "graphics.texture_format_r_etc2", { - "_index": 8310, + "_index": 8336, "data": { "ref/stable/graphics": {} }, @@ -173139,7 +173742,7 @@ [ "graphics.texture_format_rg16f", { - "_index": 8312, + "_index": 8338, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173150,7 +173753,7 @@ [ "graphics.texture_format_rg32f", { - "_index": 8314, + "_index": 8340, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173161,7 +173764,7 @@ [ "graphics.texture_format_rg_bc5", { - "_index": 8316, + "_index": 8342, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173172,7 +173775,7 @@ [ "graphics.texture_format_rg_etc2", { - "_index": 8318, + "_index": 8344, "data": { "ref/stable/graphics": {} }, @@ -173182,7 +173785,7 @@ [ "graphics.texture_format_rgb", { - "_index": 8320, + "_index": 8346, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173193,7 +173796,7 @@ [ "graphics.texture_format_rgb16f", { - "_index": 8322, + "_index": 8348, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173204,7 +173807,7 @@ [ "graphics.texture_format_rgb32f", { - "_index": 8324, + "_index": 8350, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173215,7 +173818,7 @@ [ "graphics.texture_format_rgb_16bpp", { - "_index": 8326, + "_index": 8352, "data": { "ref/stable/graphics": {} }, @@ -173225,7 +173828,7 @@ [ "graphics.texture_format_rgb_bc1", { - "_index": 8328, + "_index": 8354, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173236,7 +173839,7 @@ [ "graphics.texture_format_rgb_etc1", { - "_index": 8330, + "_index": 8356, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173247,7 +173850,7 @@ [ "graphics.texture_format_rgb_pvrtc_2bppv1", { - "_index": 8332, + "_index": 8358, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173258,7 +173861,7 @@ [ "graphics.texture_format_rgb_pvrtc_4bppv1", { - "_index": 8334, + "_index": 8360, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173269,7 +173872,7 @@ [ "graphics.texture_format_rgba", { - "_index": 8336, + "_index": 8362, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173280,7 +173883,7 @@ [ "graphics.texture_format_rgba16f", { - "_index": 8337, + "_index": 8363, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173291,7 +173894,7 @@ [ "graphics.texture_format_rgba32f", { - "_index": 8339, + "_index": 8365, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173302,7 +173905,7 @@ [ "graphics.texture_format_rgba32ui", { - "_index": 8341, + "_index": 8367, "data": { "ref/stable/graphics": {} }, @@ -173312,7 +173915,7 @@ [ "graphics.texture_format_rgba_16bpp", { - "_index": 8343, + "_index": 8369, "data": { "ref/stable/graphics": {} }, @@ -173322,7 +173925,7 @@ [ "graphics.texture_format_rgba_astc_4x4", { - "_index": 8345, + "_index": 8371, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173333,7 +173936,7 @@ [ "graphics.texture_format_rgba_bc3", { - "_index": 8347, + "_index": 8373, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173344,7 +173947,7 @@ [ "graphics.texture_format_rgba_bc7", { - "_index": 8349, + "_index": 8375, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173355,7 +173958,7 @@ [ "graphics.texture_format_rgba_etc2", { - "_index": 8351, + "_index": 8377, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173366,7 +173969,7 @@ [ "graphics.texture_format_rgba_pvrtc_2bppv1", { - "_index": 8353, + "_index": 8379, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173377,7 +173980,7 @@ [ "graphics.texture_format_rgba_pvrtc_4bppv1", { - "_index": 8355, + "_index": 8381, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173388,7 +173991,7 @@ [ "graphics.texture_format_stencil", { - "_index": 8357, + "_index": 8383, "data": { "ref/stable/graphics": {} }, @@ -173398,7 +174001,7 @@ [ "graphics.texture_type_2d", { - "_index": 8359, + "_index": 8385, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173409,7 +174012,7 @@ [ "graphics.texture_type_2d_array", { - "_index": 8361, + "_index": 8387, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173420,7 +174023,7 @@ [ "graphics.texture_type_cube_map", { - "_index": 8363, + "_index": 8389, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173431,7 +174034,7 @@ [ "graphics.texture_type_image_2d", { - "_index": 8365, + "_index": 8391, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173442,7 +174045,7 @@ [ "graphics.texture_usage_flag_color", { - "_index": 8367, + "_index": 8393, "data": { "ref/stable/graphics": {} }, @@ -173452,7 +174055,7 @@ [ "graphics.texture_usage_flag_input", { - "_index": 8369, + "_index": 8395, "data": { "ref/stable/graphics": {} }, @@ -173462,7 +174065,7 @@ [ "graphics.texture_usage_flag_memoryless", { - "_index": 8371, + "_index": 8397, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173473,7 +174076,7 @@ [ "graphics.texture_usage_flag_sample", { - "_index": 8373, + "_index": 8399, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173484,7 +174087,7 @@ [ "graphics.texture_usage_flag_storage", { - "_index": 8375, + "_index": 8401, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173495,7 +174098,7 @@ [ "graphics.texture_wrap_clamp_to_border", { - "_index": 8377, + "_index": 8403, "data": { "ref/stable/graphics": {} }, @@ -173505,7 +174108,7 @@ [ "graphics.texture_wrap_clamp_to_bordergraphics.texture_wrap_clamp_to_edgegraphics.texture_wrap_mirrored_repeatgraphics.texture_wrap_repeat", { - "_index": 8491, + "_index": 8517, "data": { "ref/stable/render": {} }, @@ -173515,7 +174118,7 @@ [ "graphics.texture_wrap_clamp_to_edge", { - "_index": 8379, + "_index": 8405, "data": { "ref/stable/graphics": {} }, @@ -173525,7 +174128,7 @@ [ "graphics.texture_wrap_mirrored_repeat", { - "_index": 8381, + "_index": 8407, "data": { "ref/stable/graphics": {} }, @@ -173535,7 +174138,7 @@ [ "graphics.texture_wrap_repeat", { - "_index": 8383, + "_index": 8409, "data": { "ref/stable/graphics": {} }, @@ -173654,7 +174257,7 @@ [ "greenwich", { - "_index": 9588, + "_index": 9657, "data": { "ref/stable/sys": {} }, @@ -173846,7 +174449,7 @@ [ "gs", { - "_index": 8530, + "_index": 8556, "data": { "ref/stable/render": {} }, @@ -173856,7 +174459,7 @@ [ "gsub", { - "_index": 7132, + "_index": 7146, "data": { "ref/stable/string": {} }, @@ -173866,7 +174469,7 @@ [ "gt", { - "_index": 7141, + "_index": 7155, "data": { "ref/stable/dmMath": {}, "ref/stable/dmScript": {}, @@ -173909,7 +174512,8 @@ "ref/stable/dmResource": {}, "ref/stable/dmScript": {}, "ref/stable/dmStringFunc": {}, - "ref/stable/render": {} + "ref/stable/render": {}, + "ref/stable/vmath": {} }, "type": {} } @@ -173917,7 +174521,7 @@ [ "guarantees", { - "_index": 7281, + "_index": 7295, "data": { "ref/stable/math": {} }, @@ -173927,7 +174531,7 @@ [ "guard", { - "_index": 10719, + "_index": 10790, "data": { "ref/stable/dmScript": {} }, @@ -174016,7 +174620,7 @@ [ "gui.adjust_fit", { - "_index": 7555, + "_index": 7569, "data": { "ref/stable/gui": {} }, @@ -174026,7 +174630,7 @@ [ "gui.adjust_stretch", { - "_index": 7557, + "_index": 7571, "data": { "ref/stable/gui": {} }, @@ -174036,7 +174640,7 @@ [ "gui.adjust_zoom", { - "_index": 7560, + "_index": 7574, "data": { "ref/stable/gui": {} }, @@ -174046,7 +174650,7 @@ [ "gui.anchor_bottom", { - "_index": 7563, + "_index": 7577, "data": { "ref/stable/gui": {} }, @@ -174056,7 +174660,7 @@ [ "gui.anchor_left", { - "_index": 7565, + "_index": 7579, "data": { "ref/stable/gui": {} }, @@ -174066,7 +174670,7 @@ [ "gui.anchor_none", { - "_index": 7567, + "_index": 7581, "data": { "ref/stable/gui": {} }, @@ -174076,7 +174680,7 @@ [ "gui.anchor_right", { - "_index": 7569, + "_index": 7583, "data": { "ref/stable/gui": {} }, @@ -174086,7 +174690,7 @@ [ "gui.anchor_top", { - "_index": 7571, + "_index": 7585, "data": { "ref/stable/gui": {} }, @@ -174108,7 +174712,7 @@ [ "gui.blend_add", { - "_index": 7599, + "_index": 7613, "data": { "ref/stable/gui": {} }, @@ -174118,7 +174722,7 @@ [ "gui.blend_add_alpha", { - "_index": 7602, + "_index": 7616, "data": { "ref/stable/gui": {} }, @@ -174128,7 +174732,7 @@ [ "gui.blend_alpha", { - "_index": 7604, + "_index": 7618, "data": { "ref/stable/gui": {} }, @@ -174138,7 +174742,7 @@ [ "gui.blend_mult", { - "_index": 7606, + "_index": 7620, "data": { "ref/stable/gui": {} }, @@ -174148,7 +174752,7 @@ [ "gui.blend_screen", { - "_index": 7608, + "_index": 7622, "data": { "ref/stable/gui": {} }, @@ -174158,7 +174762,7 @@ [ "gui.cancel_animation", { - "_index": 7573, + "_index": 7587, "data": { "ref/stable/gui": {} }, @@ -174168,7 +174772,7 @@ [ "gui.cancel_flipbook", { - "_index": 7611, + "_index": 7625, "data": { "ref/stable/gui": {} }, @@ -174178,7 +174782,7 @@ [ "gui.clipping_mode_none", { - "_index": 7614, + "_index": 7628, "data": { "ref/stable/gui": {} }, @@ -174188,7 +174792,7 @@ [ "gui.clipping_mode_stencil", { - "_index": 7616, + "_index": 7630, "data": { "ref/stable/gui": {} }, @@ -174220,7 +174824,7 @@ [ "gui.delete_node", { - "_index": 7622, + "_index": 7636, "data": { "ref/stable/gui": {} }, @@ -174230,7 +174834,7 @@ [ "gui.delete_texture", { - "_index": 7625, + "_index": 7639, "data": { "ref/stable/gui": {} }, @@ -174240,7 +174844,7 @@ [ "gui.easing_", { - "_index": 7593, + "_index": 7607, "data": { "ref/stable/gui": {} }, @@ -174702,7 +175306,7 @@ [ "gui.get", { - "_index": 7675, + "_index": 7689, "data": { "ref/stable/gui": {} }, @@ -174712,7 +175316,7 @@ [ "gui.get_adjust_mode", { - "_index": 7678, + "_index": 7692, "data": { "ref/stable/gui": {} }, @@ -174722,7 +175326,7 @@ [ "gui.get_alpha", { - "_index": 7680, + "_index": 7694, "data": { "ref/stable/gui": {} }, @@ -174732,7 +175336,7 @@ [ "gui.get_blend_mode", { - "_index": 7682, + "_index": 7696, "data": { "ref/stable/gui": {} }, @@ -174742,7 +175346,7 @@ [ "gui.get_clipping_inverted", { - "_index": 7684, + "_index": 7698, "data": { "ref/stable/gui": {} }, @@ -174752,7 +175356,7 @@ [ "gui.get_clipping_mode", { - "_index": 7686, + "_index": 7700, "data": { "ref/stable/gui": {} }, @@ -174762,7 +175366,7 @@ [ "gui.get_clipping_visible", { - "_index": 7688, + "_index": 7702, "data": { "ref/stable/gui": {} }, @@ -174783,7 +175387,7 @@ [ "gui.get_euler", { - "_index": 7691, + "_index": 7705, "data": { "ref/stable/gui": {} }, @@ -174805,7 +175409,7 @@ [ "gui.get_flipbook", { - "_index": 7695, + "_index": 7709, "data": { "ref/stable/gui": {} }, @@ -174815,7 +175419,7 @@ [ "gui.get_flipbook_cursor", { - "_index": 7697, + "_index": 7711, "data": { "ref/stable/gui": {} }, @@ -174825,7 +175429,7 @@ [ "gui.get_flipbook_playback_rate", { - "_index": 7699, + "_index": 7713, "data": { "ref/stable/gui": {} }, @@ -174835,7 +175439,7 @@ [ "gui.get_font", { - "_index": 7701, + "_index": 7715, "data": { "ref/stable/gui": {} }, @@ -174845,7 +175449,7 @@ [ "gui.get_font_resource", { - "_index": 7703, + "_index": 7717, "data": { "ref/stable/gui": {} }, @@ -174855,7 +175459,7 @@ [ "gui.get_height", { - "_index": 7705, + "_index": 7719, "data": { "ref/stable/gui": {} }, @@ -174865,7 +175469,7 @@ [ "gui.get_id", { - "_index": 7707, + "_index": 7721, "data": { "ref/stable/gui": {} }, @@ -174886,7 +175490,7 @@ [ "gui.get_inherit_alpha", { - "_index": 7712, + "_index": 7726, "data": { "ref/stable/gui": {} }, @@ -174907,7 +175511,7 @@ [ "gui.get_layer", { - "_index": 7715, + "_index": 7729, "data": { "ref/stable/gui": {} }, @@ -174917,7 +175521,7 @@ [ "gui.get_layout", { - "_index": 7717, + "_index": 7731, "data": { "ref/stable/gui": {} }, @@ -174927,7 +175531,7 @@ [ "gui.get_leading", { - "_index": 7719, + "_index": 7733, "data": { "ref/stable/gui": {} }, @@ -174937,7 +175541,7 @@ [ "gui.get_line_break", { - "_index": 7721, + "_index": 7735, "data": { "ref/stable/gui": {} }, @@ -174947,7 +175551,7 @@ [ "gui.get_material", { - "_index": 7723, + "_index": 7737, "data": { "ref/stable/gui": {} }, @@ -174977,7 +175581,7 @@ [ "gui.get_outer_bounds", { - "_index": 7726, + "_index": 7740, "data": { "ref/stable/gui": {} }, @@ -174998,7 +175602,7 @@ [ "gui.get_parent", { - "_index": 7730, + "_index": 7744, "data": { "ref/stable/gui": {} }, @@ -175008,7 +175612,7 @@ [ "gui.get_particlefx", { - "_index": 7732, + "_index": 7746, "data": { "ref/stable/gui": {} }, @@ -175029,7 +175633,7 @@ [ "gui.get_pivot", { - "_index": 7736, + "_index": 7750, "data": { "ref/stable/gui": {} }, @@ -175073,7 +175677,7 @@ [ "gui.get_screen_position", { - "_index": 7750, + "_index": 7764, "data": { "ref/stable/gui": {} }, @@ -175106,7 +175710,7 @@ [ "gui.get_size_mode", { - "_index": 7754, + "_index": 7768, "data": { "ref/stable/gui": {} }, @@ -175138,7 +175742,7 @@ [ "gui.get_texture", { - "_index": 7760, + "_index": 7774, "data": { "ref/stable/gui": {} }, @@ -175148,7 +175752,7 @@ [ "gui.get_tracking", { - "_index": 7762, + "_index": 7776, "data": { "ref/stable/gui": {} }, @@ -175158,7 +175762,17 @@ [ "gui.get_tree", { - "_index": 7764, + "_index": 7778, + "data": { + "ref/stable/gui": {} + }, + "type": {} + } + ], + [ + "gui.get_type", + { + "_index": 7780, "data": { "ref/stable/gui": {} }, @@ -175179,7 +175793,7 @@ [ "gui.get_width", { - "_index": 7767, + "_index": 7788, "data": { "ref/stable/gui": {} }, @@ -175189,7 +175803,7 @@ [ "gui.get_xanchor", { - "_index": 7769, + "_index": 7790, "data": { "ref/stable/gui": {} }, @@ -175199,7 +175813,7 @@ [ "gui.get_yanchor", { - "_index": 7771, + "_index": 7792, "data": { "ref/stable/gui": {} }, @@ -175209,7 +175823,7 @@ [ "gui.hide_keyboard", { - "_index": 7773, + "_index": 7794, "data": { "ref/stable/gui": {} }, @@ -175230,7 +175844,7 @@ [ "gui.keyboard_type_default", { - "_index": 7777, + "_index": 7798, "data": { "ref/stable/gui": {} }, @@ -175240,7 +175854,7 @@ [ "gui.keyboard_type_email", { - "_index": 7779, + "_index": 7800, "data": { "ref/stable/gui": {} }, @@ -175250,7 +175864,7 @@ [ "gui.keyboard_type_number_pad", { - "_index": 7781, + "_index": 7802, "data": { "ref/stable/gui": {} }, @@ -175260,7 +175874,7 @@ [ "gui.keyboard_type_password", { - "_index": 7783, + "_index": 7804, "data": { "ref/stable/gui": {} }, @@ -175281,7 +175895,7 @@ [ "gui.move_below", { - "_index": 7786, + "_index": 7807, "data": { "ref/stable/gui": {} }, @@ -175301,7 +175915,7 @@ [ "gui.new_*_node", { - "_index": 7883, + "_index": 7904, "data": { "ref/stable/gui": {} }, @@ -175321,7 +175935,7 @@ [ "gui.new_box_node", { - "_index": 7788, + "_index": 7809, "data": { "ref/stable/gui": {} }, @@ -175331,7 +175945,7 @@ [ "gui.new_particlefx_node", { - "_index": 7790, + "_index": 7811, "data": { "ref/stable/gui": {} }, @@ -175341,7 +175955,7 @@ [ "gui.new_pie_node", { - "_index": 7792, + "_index": 7813, "data": { "ref/stable/gui": {} }, @@ -175362,7 +175976,7 @@ [ "gui.new_texture", { - "_index": 7795, + "_index": 7816, "data": { "ref/stable/gui": {} }, @@ -175387,7 +176001,7 @@ [ "gui.piebounds_ellipse", { - "_index": 7728, + "_index": 7742, "data": { "ref/stable/gui": {} }, @@ -175408,7 +176022,7 @@ [ "gui.pivot_center", { - "_index": 7738, + "_index": 7752, "data": { "ref/stable/gui": {} }, @@ -175418,7 +176032,7 @@ [ "gui.pivot_e", { - "_index": 7741, + "_index": 7755, "data": { "ref/stable/gui": {} }, @@ -175428,7 +176042,7 @@ [ "gui.pivot_n", { - "_index": 7739, + "_index": 7753, "data": { "ref/stable/gui": {} }, @@ -175438,7 +176052,7 @@ [ "gui.pivot_ne", { - "_index": 7740, + "_index": 7754, "data": { "ref/stable/gui": {} }, @@ -175448,7 +176062,7 @@ [ "gui.pivot_nw", { - "_index": 7746, + "_index": 7760, "data": { "ref/stable/gui": {} }, @@ -175458,7 +176072,7 @@ [ "gui.pivot_s", { - "_index": 7743, + "_index": 7757, "data": { "ref/stable/gui": {} }, @@ -175468,7 +176082,7 @@ [ "gui.pivot_se", { - "_index": 7742, + "_index": 7756, "data": { "ref/stable/gui": {} }, @@ -175478,7 +176092,7 @@ [ "gui.pivot_sw", { - "_index": 7744, + "_index": 7758, "data": { "ref/stable/gui": {} }, @@ -175488,7 +176102,7 @@ [ "gui.pivot_w", { - "_index": 7745, + "_index": 7759, "data": { "ref/stable/gui": {} }, @@ -175520,7 +176134,7 @@ [ "gui.playback_loop_backward", { - "_index": 7598, + "_index": 7612, "data": { "ref/stable/gui": {} }, @@ -175530,7 +176144,7 @@ [ "gui.playback_loop_forward", { - "_index": 7597, + "_index": 7611, "data": { "ref/stable/gui": {} }, @@ -175551,7 +176165,7 @@ [ "gui.playback_once_backward", { - "_index": 7595, + "_index": 7609, "data": { "ref/stable/gui": {} }, @@ -175561,7 +176175,7 @@ [ "gui.playback_once_forward", { - "_index": 7594, + "_index": 7608, "data": { "ref/stable/gui": {} }, @@ -175571,7 +176185,7 @@ [ "gui.playback_once_pingpong", { - "_index": 7596, + "_index": 7610, "data": { "ref/stable/gui": {} }, @@ -175581,7 +176195,7 @@ [ "gui.prop_color", { - "_index": 7584, + "_index": 7598, "data": { "ref/stable/gui": {} }, @@ -175591,7 +176205,7 @@ [ "gui.prop_euler", { - "_index": 7582, + "_index": 7596, "data": { "ref/stable/gui": {} }, @@ -175601,7 +176215,7 @@ [ "gui.prop_fill_angle", { - "_index": 7588, + "_index": 7602, "data": { "ref/stable/gui": {} }, @@ -175611,7 +176225,7 @@ [ "gui.prop_inner_radius", { - "_index": 7589, + "_index": 7603, "data": { "ref/stable/gui": {} }, @@ -175621,7 +176235,7 @@ [ "gui.prop_leading", { - "_index": 7590, + "_index": 7604, "data": { "ref/stable/gui": {} }, @@ -175631,7 +176245,7 @@ [ "gui.prop_outline", { - "_index": 7585, + "_index": 7599, "data": { "ref/stable/gui": {} }, @@ -175641,7 +176255,7 @@ [ "gui.prop_position", { - "_index": 7580, + "_index": 7594, "data": { "ref/stable/gui": {} }, @@ -175651,7 +176265,7 @@ [ "gui.prop_rotation", { - "_index": 7581, + "_index": 7595, "data": { "ref/stable/gui": {} }, @@ -175661,7 +176275,7 @@ [ "gui.prop_scale", { - "_index": 7583, + "_index": 7597, "data": { "ref/stable/gui": {} }, @@ -175671,7 +176285,7 @@ [ "gui.prop_shadow", { - "_index": 7586, + "_index": 7600, "data": { "ref/stable/gui": {} }, @@ -175681,7 +176295,7 @@ [ "gui.prop_size", { - "_index": 7587, + "_index": 7601, "data": { "ref/stable/gui": {} }, @@ -175691,7 +176305,7 @@ [ "gui.prop_slice9", { - "_index": 7592, + "_index": 7606, "data": { "ref/stable/gui": {} }, @@ -175701,7 +176315,7 @@ [ "gui.prop_tracking", { - "_index": 7591, + "_index": 7605, "data": { "ref/stable/gui": {} }, @@ -175711,7 +176325,7 @@ [ "gui.reset_keyboard", { - "_index": 7837, + "_index": 7858, "data": { "ref/stable/gui": {} }, @@ -175721,7 +176335,7 @@ [ "gui.reset_material", { - "_index": 7839, + "_index": 7860, "data": { "ref/stable/gui": {} }, @@ -175731,7 +176345,7 @@ [ "gui.reset_nodes", { - "_index": 7841, + "_index": 7862, "data": { "ref/stable/gui": {} }, @@ -175741,7 +176355,7 @@ [ "gui.result_", { - "_index": 7798, + "_index": 7819, "data": { "ref/stable/gui": {} }, @@ -175751,7 +176365,7 @@ [ "gui.result_data_error", { - "_index": 7843, + "_index": 7864, "data": { "ref/stable/gui": {} }, @@ -175761,7 +176375,7 @@ [ "gui.result_out_of_resources", { - "_index": 7845, + "_index": 7866, "data": { "ref/stable/gui": {} }, @@ -175771,7 +176385,7 @@ [ "gui.result_texture_already_exists", { - "_index": 7847, + "_index": 7868, "data": { "ref/stable/gui": {} }, @@ -175781,7 +176395,7 @@ [ "gui.screen_to_local", { - "_index": 7849, + "_index": 7870, "data": { "ref/stable/gui": {} }, @@ -175791,7 +176405,7 @@ [ "gui.set", { - "_index": 7851, + "_index": 7872, "data": { "ref/stable/gui": {} }, @@ -175801,7 +176415,7 @@ [ "gui.set_adjust_mode", { - "_index": 7858, + "_index": 7879, "data": { "ref/stable/gui": {} }, @@ -175811,7 +176425,7 @@ [ "gui.set_alpha", { - "_index": 7860, + "_index": 7881, "data": { "ref/stable/gui": {} }, @@ -175821,7 +176435,7 @@ [ "gui.set_blend_mode", { - "_index": 7862, + "_index": 7883, "data": { "ref/stable/gui": {} }, @@ -175831,7 +176445,7 @@ [ "gui.set_clipping_inverted", { - "_index": 7864, + "_index": 7885, "data": { "ref/stable/gui": {} }, @@ -175841,7 +176455,7 @@ [ "gui.set_clipping_mode", { - "_index": 7866, + "_index": 7887, "data": { "ref/stable/gui": {} }, @@ -175851,7 +176465,7 @@ [ "gui.set_clipping_visible", { - "_index": 7868, + "_index": 7889, "data": { "ref/stable/gui": {} }, @@ -175885,7 +176499,7 @@ [ "gui.set_euler", { - "_index": 7872, + "_index": 7893, "data": { "ref/stable/gui": {} }, @@ -175906,7 +176520,7 @@ [ "gui.set_flipbook_cursor", { - "_index": 7875, + "_index": 7896, "data": { "ref/stable/gui": {} }, @@ -175916,7 +176530,7 @@ [ "gui.set_flipbook_playback_rate", { - "_index": 7877, + "_index": 7898, "data": { "ref/stable/gui": {} }, @@ -175926,7 +176540,7 @@ [ "gui.set_font", { - "_index": 7879, + "_index": 7900, "data": { "ref/stable/gui": {} }, @@ -175936,7 +176550,7 @@ [ "gui.set_id", { - "_index": 7881, + "_index": 7902, "data": { "ref/stable/gui": {} }, @@ -175946,7 +176560,7 @@ [ "gui.set_inherit_alpha", { - "_index": 7885, + "_index": 7906, "data": { "ref/stable/gui": {} }, @@ -175967,7 +176581,7 @@ [ "gui.set_layer", { - "_index": 7888, + "_index": 7909, "data": { "ref/stable/gui": {} }, @@ -175977,7 +176591,7 @@ [ "gui.set_leading", { - "_index": 7890, + "_index": 7911, "data": { "ref/stable/gui": {} }, @@ -175987,7 +176601,7 @@ [ "gui.set_line_break", { - "_index": 7892, + "_index": 7913, "data": { "ref/stable/gui": {} }, @@ -175997,7 +176611,7 @@ [ "gui.set_material", { - "_index": 7894, + "_index": 7915, "data": { "ref/stable/gui": {} }, @@ -176029,7 +176643,7 @@ [ "gui.set_parent", { - "_index": 7898, + "_index": 7919, "data": { "ref/stable/gui": {} }, @@ -176039,7 +176653,7 @@ [ "gui.set_particlefx", { - "_index": 7900, + "_index": 7921, "data": { "ref/stable/gui": {} }, @@ -176060,7 +176674,7 @@ [ "gui.set_pivot", { - "_index": 7903, + "_index": 7924, "data": { "ref/stable/gui": {} }, @@ -176082,7 +176696,7 @@ [ "gui.set_render_order", { - "_index": 7906, + "_index": 7927, "data": { "ref/stable/gui": {} }, @@ -176114,7 +176728,7 @@ [ "gui.set_screen_position", { - "_index": 7911, + "_index": 7932, "data": { "ref/stable/gui": {} }, @@ -176147,7 +176761,7 @@ [ "gui.set_size_mode", { - "_index": 7916, + "_index": 7937, "data": { "ref/stable/gui": {} }, @@ -176181,7 +176795,7 @@ [ "gui.set_texture", { - "_index": 7920, + "_index": 7941, "data": { "ref/stable/gui": {} }, @@ -176191,7 +176805,7 @@ [ "gui.set_texture_data", { - "_index": 7922, + "_index": 7943, "data": { "ref/stable/gui": {} }, @@ -176201,7 +176815,7 @@ [ "gui.set_tracking", { - "_index": 7924, + "_index": 7945, "data": { "ref/stable/gui": {} }, @@ -176222,7 +176836,7 @@ [ "gui.set_xanchor", { - "_index": 7927, + "_index": 7948, "data": { "ref/stable/gui": {} }, @@ -176232,7 +176846,7 @@ [ "gui.set_yanchor", { - "_index": 7929, + "_index": 7950, "data": { "ref/stable/gui": {} }, @@ -176242,7 +176856,7 @@ [ "gui.show_keyboard", { - "_index": 7931, + "_index": 7952, "data": { "ref/stable/gui": {} }, @@ -176252,7 +176866,7 @@ [ "gui.size_mode_auto", { - "_index": 7757, + "_index": 7771, "data": { "ref/stable/gui": {} }, @@ -176262,7 +176876,7 @@ [ "gui.size_mode_manual", { - "_index": 7756, + "_index": 7770, "data": { "ref/stable/gui": {} }, @@ -176280,6 +176894,56 @@ "type": {} } ], + [ + "gui.type_box", + { + "_index": 7782, + "data": { + "ref/stable/gui": {} + }, + "type": {} + } + ], + [ + "gui.type_custom", + { + "_index": 7786, + "data": { + "ref/stable/gui": {} + }, + "type": {} + } + ], + [ + "gui.type_particlefx", + { + "_index": 7785, + "data": { + "ref/stable/gui": {} + }, + "type": {} + } + ], + [ + "gui.type_pie", + { + "_index": 7784, + "data": { + "ref/stable/gui": {} + }, + "type": {} + } + ], + [ + "gui.type_text", + { + "_index": 7783, + "data": { + "ref/stable/gui": {} + }, + "type": {} + } + ], [ "gui_script", { @@ -176304,7 +176968,7 @@ [ "guic", { - "_index": 9194, + "_index": 9262, "data": { "ref/stable/dmGameObject": {} }, @@ -176328,7 +176992,7 @@ [ "guided", { - "_index": 10649, + "_index": 10720, "data": { "ref/stable/base": {} }, @@ -176349,7 +177013,7 @@ [ "guinodetypecreatefunction", { - "_index": 8024, + "_index": 8050, "data": { "ref/stable/dmGameSystem": {} }, @@ -176359,7 +177023,7 @@ [ "guinodetypedestroyfunction", { - "_index": 8025, + "_index": 8051, "data": { "ref/stable/dmGameSystem": {} }, @@ -176425,7 +177089,7 @@ [ "h2", { - "_index": 8915, + "_index": 8983, "data": { "ref/stable/editor": {} }, @@ -176435,7 +177099,7 @@ [ "h3", { - "_index": 8916, + "_index": 8984, "data": { "ref/stable/editor": {} }, @@ -176445,7 +177109,7 @@ [ "h4", { - "_index": 8918, + "_index": 8986, "data": { "ref/stable/editor": {} }, @@ -176455,7 +177119,7 @@ [ "h5", { - "_index": 8920, + "_index": 8988, "data": { "ref/stable/editor": {} }, @@ -176476,7 +177140,7 @@ [ "h_flip", { - "_index": 8050, + "_index": 8076, "data": { "ref/stable/tilemap": {} }, @@ -176622,7 +177286,8 @@ "ref/stable/resource": {}, "ref/stable/socket": {}, "ref/stable/sys": {}, - "ref/stable/timer": {} + "ref/stable/timer": {}, + "ref/stable/vmath": {} }, "type": {} } @@ -176674,7 +177339,7 @@ [ "handlerparams", { - "_index": 10015, + "_index": 10085, "data": { "ref/stable/dmWebServer": {} }, @@ -176778,7 +177443,7 @@ [ "happened", { - "_index": 7450, + "_index": 7464, "data": { "ref/stable/physics": {} }, @@ -177071,7 +177736,7 @@ [ "hash_to_hex", { - "_index": 9923, + "_index": 9993, "data": { "ref/stable/builtins": {} }, @@ -177102,7 +177767,7 @@ [ "hashes", { - "_index": 8033, + "_index": 8059, "data": { "ref/stable/builtins": {}, "ref/stable/dmGameObject": {}, @@ -177126,7 +177791,7 @@ [ "hashmd5", { - "_index": 8165, + "_index": 8191, "data": { "ref/stable/dmCrypt": {} }, @@ -177136,7 +177801,7 @@ [ "hashrenderconstants", { - "_index": 8032, + "_index": 8058, "data": { "ref/stable/dmGameSystem": {} }, @@ -177146,7 +177811,7 @@ [ "hashsha1", { - "_index": 8167, + "_index": 8193, "data": { "ref/stable/dmCrypt": {} }, @@ -177156,7 +177821,7 @@ [ "hashsha256", { - "_index": 8169, + "_index": 8195, "data": { "ref/stable/dmCrypt": {} }, @@ -177166,7 +177831,7 @@ [ "hashsha512", { - "_index": 8172, + "_index": 8198, "data": { "ref/stable/dmCrypt": {} }, @@ -177176,7 +177841,7 @@ [ "hashstate32", { - "_index": 8034, + "_index": 8060, "data": { "ref/stable/dmGameSystem": {}, "ref/stable/dmHash": {} @@ -177187,7 +177852,7 @@ [ "hashstate64", { - "_index": 10148, + "_index": 10217, "data": { "ref/stable/dmHash": {} }, @@ -177197,7 +177862,7 @@ [ "hashtable", { - "_index": 8989, + "_index": 9057, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmHashTable": {} @@ -177208,7 +177873,7 @@ [ "hasn't", { - "_index": 10716, + "_index": 10787, "data": { "ref/stable/dmScript": {} }, @@ -177238,7 +177903,7 @@ [ "hats", { - "_index": 9445, + "_index": 9513, "data": { "ref/stable/dmHid": {} }, @@ -177402,7 +178067,7 @@ [ "hbuffer", { - "_index": 10571, + "_index": 10642, "data": { "ref/stable/dmBuffer": {}, "ref/stable/dmScript": {} @@ -177413,7 +178078,7 @@ [ "hcollection", { - "_index": 9214, + "_index": 9282, "data": { "ref/stable/dmGameObject": {} }, @@ -177423,7 +178088,7 @@ [ "hcollisionshape2d", { - "_index": 7186, + "_index": 7200, "data": { "ref/stable/dmPhysics": {} }, @@ -177433,7 +178098,7 @@ [ "hcomponent", { - "_index": 9215, + "_index": 9283, "data": { "ref/stable/dmGameObject": {} }, @@ -177443,7 +178108,7 @@ [ "hcomponentinternal", { - "_index": 9216, + "_index": 9284, "data": { "ref/stable/dmGameObject": {} }, @@ -177453,7 +178118,7 @@ [ "hcomponentrenderconstants", { - "_index": 8020, + "_index": 8046, "data": { "ref/stable/dmGameSystem": {} }, @@ -177463,7 +178128,7 @@ [ "hcomponenttype", { - "_index": 9132, + "_index": 9200, "data": { "ref/stable/dmGameObject": {} }, @@ -177473,7 +178138,7 @@ [ "hcomponentworld", { - "_index": 9217, + "_index": 9285, "data": { "ref/stable/dmGameObject": {} }, @@ -177493,7 +178158,7 @@ [ "hconditionvariable", { - "_index": 9840, + "_index": 9910, "data": { "ref/stable/dmConditionVariable": {} }, @@ -177503,7 +178168,7 @@ [ "hconfig", { - "_index": 9052, + "_index": 9120, "data": { "ref/stable/dmConfigFile": {} }, @@ -177513,7 +178178,7 @@ [ "hconfigfile", { - "_index": 9039, + "_index": 9107, "data": { "ref/stable/dmConfigFile": {} }, @@ -177523,7 +178188,7 @@ [ "hconnection", { - "_index": 9979, + "_index": 10049, "data": { "ref/stable/dmConnectionPool": {} }, @@ -177533,7 +178198,7 @@ [ "hconstant", { - "_index": 10858, + "_index": 10929, "data": { "ref/stable/dmRender": {} }, @@ -177556,7 +178221,7 @@ [ "hdescriptor", { - "_index": 8408, + "_index": 8434, "data": { "ref/stable/dmResource": {} }, @@ -177595,7 +178260,7 @@ [ "header/value", { - "_index": 10384, + "_index": 10455, "data": { "ref/stable/dmHttpClient": {} }, @@ -177605,7 +178270,7 @@ [ "header/version", { - "_index": 10380, + "_index": 10451, "data": { "ref/stable/dmHttpClient": {} }, @@ -177615,7 +178280,7 @@ [ "header_cbk", { - "_index": 10385, + "_index": 10456, "data": { "ref/stable/dmHttpClient": {} }, @@ -177650,7 +178315,7 @@ [ "heading_style", { - "_index": 8911, + "_index": 8979, "data": { "ref/stable/editor": {} }, @@ -178004,7 +178669,7 @@ [ "hertz", { - "_index": 7500, + "_index": 7514, "data": { "ref/stable/physics": {} }, @@ -178021,6 +178686,16 @@ "type": {} } ], + [ + "heterogeneous", + { + "_index": 8859, + "data": { + "ref/stable/editor": {} + }, + "type": {} + } + ], [ "hex", { @@ -178036,7 +178711,7 @@ [ "hexadecimal", { - "_index": 7955, + "_index": 7981, "data": { "ref/stable/bit": {}, "ref/stable/builtins": {}, @@ -178059,7 +178734,7 @@ [ "hfactory", { - "_index": 8409, + "_index": 8435, "data": { "ref/stable/dmResource": {} }, @@ -178069,7 +178744,7 @@ [ "hfont", { - "_index": 10859, + "_index": 10930, "data": { "ref/stable/dmRender": {} }, @@ -178089,7 +178764,7 @@ [ "hgamepad", { - "_index": 9420, + "_index": 9488, "data": { "ref/stable/dmHid": {} }, @@ -178109,7 +178784,7 @@ [ "hhullset2d", { - "_index": 7187, + "_index": 7201, "data": { "ref/stable/dmPhysics": {} }, @@ -178119,7 +178794,7 @@ [ "hid", { - "_index": 7985, + "_index": 8011, "data": { "ref/stable/dmEngine": {}, "ref/stable/dmHid": {} @@ -178154,7 +178829,7 @@ [ "hide_keyboard", { - "_index": 7774, + "_index": 7795, "data": { "ref/stable/gui": {} }, @@ -178164,7 +178839,7 @@ [ "hideen", { - "_index": 9762, + "_index": 9831, "data": { "ref/stable/model": {} }, @@ -178186,7 +178861,7 @@ [ "hiding", { - "_index": 10233, + "_index": 10302, "data": { "ref/stable/profiler": {} }, @@ -178196,7 +178871,7 @@ [ "hiearchy", { - "_index": 9849, + "_index": 9919, "data": { "ref/stable/go": {} }, @@ -178361,7 +179036,7 @@ [ "himstance", { - "_index": 9230, + "_index": 9298, "data": { "ref/stable/dmGameObject": {} }, @@ -178421,7 +179096,7 @@ [ "hinstance", { - "_index": 9175, + "_index": 9243, "data": { "ref/stable/dmGameObject": {} }, @@ -178431,7 +179106,7 @@ [ "hint", { - "_index": 8416, + "_index": 8442, "data": { "ref/stable/dmResource": {}, "ref/stable/editor": {}, @@ -178443,7 +179118,7 @@ [ "hints", { - "_index": 10365, + "_index": 10436, "data": { "ref/stable/resource": {} }, @@ -178533,7 +179208,7 @@ [ "hkeyboard", { - "_index": 9422, + "_index": 9490, "data": { "ref/stable/dmHid": {} }, @@ -178543,7 +179218,7 @@ [ "hmaterial", { - "_index": 10860, + "_index": 10931, "data": { "ref/stable/dmRender": {} }, @@ -178553,7 +179228,7 @@ [ "hmouse", { - "_index": 9424, + "_index": 9492, "data": { "ref/stable/dmHid": {} }, @@ -178573,7 +179248,7 @@ [ "hnamedconstantbuffer", { - "_index": 10861, + "_index": 10932, "data": { "ref/stable/dmRender": {} }, @@ -178583,7 +179258,7 @@ [ "hnode", { - "_index": 8113, + "_index": 8139, "data": { "ref/stable/dmGui": {} }, @@ -178692,7 +179367,7 @@ [ "home/roberto", { - "_index": 7151, + "_index": 7165, "data": { "ref/stable/string": {} }, @@ -178719,10 +179394,20 @@ "type": {} } ], + [ + "homogeneous", + { + "_index": 8865, + "data": { + "ref/stable/editor": {} + }, + "type": {} + } + ], [ "honored", { - "_index": 9953, + "_index": 10023, "data": { "ref/stable/os": {} }, @@ -178885,7 +179570,7 @@ [ "host", { - "_index": 8737, + "_index": 8770, "data": { "ref/stable/dmConnectionPool": {}, "ref/stable/dmSSLSocket": {}, @@ -178901,7 +179586,7 @@ [ "host/port", { - "_index": 9965, + "_index": 10035, "data": { "ref/stable/dmConnectionPool": {} }, @@ -178923,7 +179608,7 @@ [ "hostname", { - "_index": 9645, + "_index": 9714, "data": { "ref/stable/dmSocket": {}, "ref/stable/socket": {}, @@ -178961,7 +179646,7 @@ [ "hour", { - "_index": 9930, + "_index": 10000, "data": { "ref/stable/os": {} }, @@ -178982,7 +179667,7 @@ [ "hoveralignment", { - "_index": 8935, + "_index": 9003, "data": { "ref/stable/editor": {} }, @@ -178992,7 +179677,7 @@ [ "hoverenabled", { - "_index": 8857, + "_index": 8925, "data": { "ref/stable/editor": {} }, @@ -179145,7 +179830,7 @@ [ "hpool", { - "_index": 9980, + "_index": 10050, "data": { "ref/stable/dmConnectionPool": {} }, @@ -179155,7 +179840,7 @@ [ "hpreloadhintinfo", { - "_index": 8410, + "_index": 8436, "data": { "ref/stable/dmResource": {} }, @@ -179165,7 +179850,7 @@ [ "hprofile", { - "_index": 8783, + "_index": 8816, "data": { "ref/stable/dmProfile": {} }, @@ -179185,7 +179870,7 @@ [ "hproperties", { - "_index": 9218, + "_index": 9286, "data": { "ref/stable/dmGameObject": {} }, @@ -179195,7 +179880,7 @@ [ "hpropertycontainer", { - "_index": 9219, + "_index": 9287, "data": { "ref/stable/dmGameObject": {} }, @@ -179205,7 +179890,7 @@ [ "hpropertycontainerbuilder", { - "_index": 9221, + "_index": 9289, "data": { "ref/stable/dmGameObject": {} }, @@ -179215,7 +179900,7 @@ [ "hprototype", { - "_index": 9222, + "_index": 9290, "data": { "ref/stable/dmGameObject": {} }, @@ -179225,7 +179910,7 @@ [ "hregister", { - "_index": 9223, + "_index": 9291, "data": { "ref/stable/dmGameObject": {} }, @@ -179235,7 +179920,7 @@ [ "hrendercontext", { - "_index": 10862, + "_index": 10933, "data": { "ref/stable/dmRender": {} }, @@ -179245,7 +179930,7 @@ [ "hrenderlistdispatch", { - "_index": 10863, + "_index": 10934, "data": { "ref/stable/dmRender": {} }, @@ -179265,7 +179950,7 @@ [ "hresourcedescriptor", { - "_index": 8402, + "_index": 8428, "data": { "ref/stable/dmResource": {} }, @@ -179275,7 +179960,7 @@ [ "hresourcefactory", { - "_index": 8390, + "_index": 8416, "data": { "ref/stable/dmResource": {} }, @@ -179285,7 +179970,7 @@ [ "hresourcepreloadhintinfo", { - "_index": 8412, + "_index": 8438, "data": { "ref/stable/dmResource": {} }, @@ -179295,7 +179980,7 @@ [ "hresourcetype", { - "_index": 8413, + "_index": 8439, "data": { "ref/stable/dmResource": {} }, @@ -179305,7 +179990,7 @@ [ "hresourcetypecontext", { - "_index": 8414, + "_index": 8440, "data": { "ref/stable/dmResource": {} }, @@ -179315,7 +180000,7 @@ [ "hscene", { - "_index": 8122, + "_index": 8148, "data": { "ref/stable/dmGui": {} }, @@ -179325,7 +180010,7 @@ [ "hscript", { - "_index": 8123, + "_index": 8149, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmGui": {} @@ -179336,7 +180021,7 @@ [ "hscriptinstance", { - "_index": 9224, + "_index": 9292, "data": { "ref/stable/dmGameObject": {} }, @@ -179346,7 +180031,7 @@ [ "hserver", { - "_index": 10014, + "_index": 10084, "data": { "ref/stable/dmWebServer": {} }, @@ -179356,7 +180041,7 @@ [ "hsocket", { - "_index": 7317, + "_index": 7331, "data": { "ref/stable/dmMessage": {} }, @@ -179396,7 +180081,7 @@ [ "htexturesource", { - "_index": 8124, + "_index": 8150, "data": { "ref/stable/dmGui": {} }, @@ -179503,7 +180188,7 @@ [ "html5.run", { - "_index": 10130, + "_index": 10199, "data": { "ref/stable/html5": {} }, @@ -179523,7 +180208,7 @@ [ "html5.set_interaction_listener", { - "_index": 10132, + "_index": 10201, "data": { "ref/stable/html5": {} }, @@ -179543,7 +180228,7 @@ [ "htouchdevice", { - "_index": 9425, + "_index": 9493, "data": { "ref/stable/dmHid": {} }, @@ -179600,7 +180285,7 @@ [ "http/https", { - "_index": 10166, + "_index": 10235, "data": { "ref/stable/http": {} }, @@ -179610,7 +180295,7 @@ [ "http://<device", { - "_index": 9654, + "_index": 9723, "data": { "ref/stable/sys": {} }, @@ -179780,7 +180465,7 @@ [ "httpbin.org", { - "_index": 8738, + "_index": 8771, "data": { "ref/stable/dmSSLSocket": {} }, @@ -179811,7 +180496,7 @@ [ "https://developer.apple.com/documentation/uikit/uiapplicationdelegate?language", { - "_index": 9822, + "_index": 9892, "data": { "ref/stable/dmExtension": {} }, @@ -180122,7 +180807,7 @@ [ "huge_val", { - "_index": 7260, + "_index": 7274, "data": { "ref/stable/math": {} }, @@ -180275,7 +180960,7 @@ [ "hyperbolic", { - "_index": 7244, + "_index": 7258, "data": { "ref/stable/math": {} }, @@ -180295,7 +180980,7 @@ [ "hyphen", { - "_index": 9333, + "_index": 9401, "data": { "ref/stable/package": {} }, @@ -180349,7 +181034,7 @@ [ "i,i,i,1", { - "_index": 8521, + "_index": 8547, "data": { "ref/stable/render": {} }, @@ -180359,7 +181044,7 @@ [ "i,v", { - "_index": 10625, + "_index": 10696, "data": { "ref/stable/base": {} }, @@ -180424,7 +181109,7 @@ [ "i0", { - "_index": 10324, + "_index": 10395, "data": { "ref/stable/resource": {} }, @@ -180434,7 +181119,7 @@ [ "i1", { - "_index": 10325, + "_index": 10396, "data": { "ref/stable/resource": {} }, @@ -180454,7 +181139,7 @@ [ "i2", { - "_index": 10326, + "_index": 10397, "data": { "ref/stable/resource": {} }, @@ -180685,7 +181370,7 @@ [ "iconified", { - "_index": 7215, + "_index": 7229, "data": { "ref/stable/window": {} }, @@ -180810,7 +181495,7 @@ [ "id:s", { - "_index": 7332, + "_index": 7346, "data": { "ref/stable/collectionfactory": {}, "ref/stable/crash": {} @@ -180868,7 +181553,7 @@ [ "identical", { - "_index": 7619, + "_index": 7633, "data": { "ref/stable/gui": {} }, @@ -180878,7 +181563,7 @@ [ "identification", { - "_index": 7511, + "_index": 7525, "data": { "ref/stable/physics": {} }, @@ -180927,7 +181612,7 @@ [ "identifierforvendor", { - "_index": 9590, + "_index": 9659, "data": { "ref/stable/sys": {} }, @@ -180941,6 +181626,7 @@ "data": { "manuals/addressing": {}, "manuals/extensions": {}, + "ref/stable/editor": {}, "ref/stable/gui": {} }, "type": {} @@ -181025,7 +181711,7 @@ [ "idiom", { - "_index": 10632, + "_index": 10703, "data": { "ref/stable/base": {} }, @@ -181304,7 +181990,7 @@ [ "ignore_cache", { - "_index": 10174, + "_index": 10243, "data": { "ref/stable/http": {} }, @@ -181314,7 +182000,7 @@ [ "ignore_secure", { - "_index": 9571, + "_index": 9640, "data": { "ref/stable/sys": {} }, @@ -181342,7 +182028,7 @@ [ "ignores", { - "_index": 9572, + "_index": 9641, "data": { "ref/stable/sys": {} }, @@ -181494,7 +182180,7 @@ [ "image.load_buffer", { - "_index": 10292, + "_index": 10363, "data": { "ref/stable/image": {} }, @@ -181504,7 +182190,7 @@ [ "image.type_luminance", { - "_index": 10290, + "_index": 10361, "data": { "ref/stable/image": {} }, @@ -181514,7 +182200,7 @@ [ "image.type_luminance_alpha", { - "_index": 10291, + "_index": 10362, "data": { "ref/stable/image": {} }, @@ -181524,7 +182210,7 @@ [ "image.type_rgb", { - "_index": 10288, + "_index": 10359, "data": { "ref/stable/image": {} }, @@ -181534,7 +182220,7 @@ [ "image.type_rgba", { - "_index": 10289, + "_index": 10360, "data": { "ref/stable/image": {} }, @@ -181544,7 +182230,7 @@ [ "image/animation", { - "_index": 7921, + "_index": 7942, "data": { "ref/stable/gui": {} }, @@ -181739,7 +182425,7 @@ [ "immovable", { - "_index": 10040, + "_index": 10110, "data": { "ref/stable/b2d.body": {} }, @@ -181879,7 +182565,7 @@ [ "implic", { - "_index": 9611, + "_index": 9680, "data": { "ref/stable/sys": {} }, @@ -182368,7 +183054,7 @@ [ "inactive", { - "_index": 7547, + "_index": 7561, "data": { "ref/stable/b2d.body": {}, "ref/stable/physics": {} @@ -182379,7 +183065,7 @@ [ "inaddr_any", { - "_index": 10474, + "_index": 10545, "data": { "ref/stable/socket": {} }, @@ -182516,7 +183202,7 @@ [ "inclusive", { - "_index": 10307, + "_index": 10378, "data": { "ref/stable/base": {}, "ref/stable/resource": {} @@ -182527,7 +183213,7 @@ [ "incoming", { - "_index": 8555, + "_index": 8581, "data": { "ref/stable/profiler": {}, "ref/stable/render": {}, @@ -182631,7 +183317,7 @@ [ "increment", { - "_index": 9009, + "_index": 9077, "data": { "ref/stable/dmAtomic": {} }, @@ -182651,7 +183337,7 @@ [ "incremental", { - "_index": 10145, + "_index": 10214, "data": { "ref/stable/dmHash": {} }, @@ -182661,7 +183347,7 @@ [ "incremented", { - "_index": 7971, + "_index": 7997, "data": { "ref/stable/collectionproxy": {} }, @@ -182682,7 +183368,7 @@ [ "increments", { - "_index": 8588, + "_index": 8621, "data": { "ref/stable/render": {} }, @@ -182931,7 +183617,7 @@ [ "indicies", { - "_index": 8990, + "_index": 9058, "data": { "ref/stable/dmHashTable": {} }, @@ -183001,7 +183687,7 @@ [ "inertia", { - "_index": 10052, + "_index": 10122, "data": { "ref/stable/b2d.body": {} }, @@ -183011,7 +183697,7 @@ [ "inet", { - "_index": 10402, + "_index": 10473, "data": { "ref/stable/socket": {} }, @@ -183021,7 +183707,7 @@ [ "inet6", { - "_index": 10403, + "_index": 10474, "data": { "ref/stable/socket": {} }, @@ -183041,7 +183727,7 @@ [ "inflate", { - "_index": 9035, + "_index": 9103, "data": { "ref/stable/zlib": {} }, @@ -183051,7 +183737,7 @@ [ "inflated", { - "_index": 9036, + "_index": 9104, "data": { "ref/stable/zlib": {} }, @@ -183375,7 +184061,7 @@ [ "initialization", { - "_index": 9151, + "_index": 9219, "data": { "ref/stable/dmGameObject": {} }, @@ -183385,7 +184071,7 @@ [ "initialize", { - "_index": 7968, + "_index": 7994, "data": { "ref/stable/collectionproxy": {}, "ref/stable/dmHash": {}, @@ -183437,7 +184123,7 @@ [ "initializes", { - "_index": 7969, + "_index": 7995, "data": { "ref/stable/base": {}, "ref/stable/collectionproxy": {}, @@ -183470,7 +184156,7 @@ [ "initiate", { - "_index": 9981, + "_index": 10051, "data": { "ref/stable/dmSocket": {} }, @@ -183495,7 +184181,7 @@ [ "initiating", { - "_index": 7330, + "_index": 7344, "data": { "ref/stable/collectionfactory": {} }, @@ -183660,7 +184346,7 @@ [ "input/output", { - "_index": 8395, + "_index": 8421, "data": { "ref/stable/dmResource": {} }, @@ -183670,7 +184356,7 @@ [ "input_binding", { - "_index": 7938, + "_index": 7964, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -183701,7 +184387,7 @@ [ "inputaction", { - "_index": 9225, + "_index": 9293, "data": { "ref/stable/dmGameObject": {} }, @@ -183711,7 +184397,7 @@ [ "inputresult", { - "_index": 9101, + "_index": 9169, "data": { "ref/stable/dmGameObject": {} }, @@ -183738,7 +184424,7 @@ [ "inputtitle", { - "_index": 8883, + "_index": 8951, "data": { "ref/stable/editor": {} }, @@ -183758,7 +184444,7 @@ [ "insensitive", { - "_index": 9663, + "_index": 9732, "data": { "ref/stable/dmStringFunc": {} }, @@ -183884,7 +184570,7 @@ [ "inspection", { - "_index": 8656, + "_index": 8689, "data": { "ref/stable/crash": {}, "ref/stable/dmGameObject": {} @@ -183927,7 +184613,7 @@ [ "instal", { - "_index": 9137, + "_index": 9205, "data": { "ref/stable/dmGameObject": {} }, @@ -184338,7 +185024,7 @@ [ "int/out", { - "_index": 9027, + "_index": 9095, "data": { "ref/stable/dmDDF": {} }, @@ -184348,7 +185034,7 @@ [ "int32_atomic_t", { - "_index": 9001, + "_index": 9069, "data": { "ref/stable/dmAtomic": {} }, @@ -184358,7 +185044,7 @@ [ "int32_t", { - "_index": 8008, + "_index": 8034, "data": { "ref/stable/dmAndroid": {}, "ref/stable/dmAtomic": {}, @@ -184373,7 +185059,7 @@ [ "int64_t", { - "_index": 8759, + "_index": 8792, "data": { "ref/stable/dmProfile": {} }, @@ -184427,6 +185113,16 @@ "type": {} } ], + [ + "integerdefault", + { + "_index": 8852, + "data": { + "ref/stable/editor": {} + }, + "type": {} + } + ], [ "integeres", { @@ -184440,7 +185136,7 @@ [ "integerhow", { - "_index": 8843, + "_index": 8911, "data": { "ref/stable/editor": {} }, @@ -184450,7 +185146,7 @@ [ "integers", { - "_index": 7095, + "_index": 7109, "data": { "ref/stable/base": {}, "ref/stable/editor": {}, @@ -184464,7 +185160,7 @@ [ "integral", { - "_index": 7271, + "_index": 7285, "data": { "ref/stable/math": {} }, @@ -184543,7 +185239,7 @@ [ "intel", { - "_index": 9595, + "_index": 9664, "data": { "ref/stable/sys": {} }, @@ -184602,7 +185298,7 @@ [ "intention", { - "_index": 7853, + "_index": 7874, "data": { "ref/stable/gui": {}, "ref/stable/resource": {} @@ -184811,7 +185507,7 @@ [ "interleaved", { - "_index": 10584, + "_index": 10655, "data": { "ref/stable/dmBuffer": {} }, @@ -184821,7 +185517,7 @@ [ "intermediate", { - "_index": 10155, + "_index": 10224, "data": { "ref/stable/dmHash": {} }, @@ -184906,6 +185602,16 @@ "type": {} } ], + [ + "interned", + { + "_index": 8854, + "data": { + "ref/stable/editor": {} + }, + "type": {} + } + ], [ "internet", { @@ -184977,7 +185683,7 @@ [ "interpolations", { - "_index": 7015, + "_index": 7020, "data": { "ref/stable/vmath": {} }, @@ -184998,7 +185704,7 @@ [ "interpreted", { - "_index": 10639, + "_index": 10710, "data": { "ref/stable/base": {} }, @@ -185008,7 +185714,7 @@ [ "interpreter", { - "_index": 7108, + "_index": 7122, "data": { "ref/stable/base": {}, "ref/stable/socket": {}, @@ -185020,7 +185726,7 @@ [ "interrogation", { - "_index": 9317, + "_index": 9385, "data": { "ref/stable/package": {} }, @@ -185042,7 +185748,7 @@ [ "intersection", { - "_index": 9378, + "_index": 9446, "data": { "ref/stable/dmIntersection": {} }, @@ -185087,7 +185793,7 @@ [ "intervalls", { - "_index": 10197, + "_index": 10266, "data": { "ref/stable/profiler": {} }, @@ -185209,7 +185915,8 @@ "ref/stable/socket": {}, "ref/stable/string": {}, "ref/stable/sys": {}, - "ref/stable/tilemap": {} + "ref/stable/tilemap": {}, + "ref/stable/vmath": {} }, "type": {} } @@ -185413,6 +186120,7 @@ "ref/stable/dmHid": {}, "ref/stable/dmSocket": {}, "ref/stable/liveupdate": {}, + "ref/stable/render": {}, "ref/stable/timer": {} }, "type": {} @@ -185421,7 +186129,7 @@ [ "invalid_gamepad_handle", { - "_index": 9427, + "_index": 9495, "data": { "ref/stable/dmHid": {} }, @@ -185431,7 +186139,7 @@ [ "invalid_handle", { - "_index": 8111, + "_index": 8137, "data": { "ref/stable/dmGui": {} }, @@ -185441,7 +186149,7 @@ [ "invalid_instance_pool_index", { - "_index": 9226, + "_index": 9294, "data": { "ref/stable/dmGameObject": {} }, @@ -185451,7 +186159,7 @@ [ "invalid_keyboard_handle", { - "_index": 9429, + "_index": 9497, "data": { "ref/stable/dmHid": {} }, @@ -185461,7 +186169,7 @@ [ "invalid_mouse_handle", { - "_index": 9431, + "_index": 9499, "data": { "ref/stable/dmHid": {} }, @@ -185471,7 +186179,7 @@ [ "invalid_socket_handle", { - "_index": 8734, + "_index": 8767, "data": { "ref/stable/dmSSLSocket": {}, "ref/stable/dmSocket": {} @@ -185492,7 +186200,7 @@ [ "invalid_timer_handle", { - "_index": 7365, + "_index": 7379, "data": { "ref/stable/timer": {} }, @@ -185502,7 +186210,7 @@ [ "invalid_touchdevice_handle", { - "_index": 9433, + "_index": 9501, "data": { "ref/stable/dmHid": {} }, @@ -185560,7 +186268,7 @@ [ "inverts", { - "_index": 8592, + "_index": 8625, "data": { "ref/stable/render": {} }, @@ -185580,7 +186288,7 @@ [ "invincible", { - "_index": 7480, + "_index": 7494, "data": { "ref/stable/physics": {} }, @@ -185732,7 +186440,7 @@ [ "io.close", { - "_index": 9395, + "_index": 9463, "data": { "ref/stable/io": {} }, @@ -185742,7 +186450,7 @@ [ "io.flush", { - "_index": 9396, + "_index": 9464, "data": { "ref/stable/io": {} }, @@ -185752,7 +186460,7 @@ [ "io.input", { - "_index": 9397, + "_index": 9465, "data": { "ref/stable/io": {} }, @@ -185762,7 +186470,7 @@ [ "io.lines", { - "_index": 9387, + "_index": 9455, "data": { "ref/stable/io": {} }, @@ -185783,7 +186491,7 @@ [ "io.output", { - "_index": 9403, + "_index": 9471, "data": { "ref/stable/io": {} }, @@ -185793,7 +186501,7 @@ [ "io.popen", { - "_index": 9404, + "_index": 9472, "data": { "ref/stable/io": {} }, @@ -185803,7 +186511,7 @@ [ "io.read", { - "_index": 9407, + "_index": 9475, "data": { "ref/stable/io": {} }, @@ -185825,7 +186533,7 @@ [ "io.type", { - "_index": 9409, + "_index": 9477, "data": { "ref/stable/io": {} }, @@ -185835,7 +186543,7 @@ [ "io.write", { - "_index": 9411, + "_index": 9479, "data": { "ref/stable/io": {} }, @@ -185912,7 +186620,7 @@ [ "ip>:8002", { - "_index": 9655, + "_index": 9724, "data": { "ref/stable/sys": {} }, @@ -185998,7 +186706,7 @@ [ "iphoneos", { - "_index": 9799, + "_index": 9869, "data": { "ref/stable/dmExtension": {} }, @@ -186348,7 +187056,7 @@ [ "is_active", { - "_index": 10086, + "_index": 10155, "data": { "ref/stable/b2d.body": {} }, @@ -186358,7 +187066,7 @@ [ "is_awake", { - "_index": 10088, + "_index": 10157, "data": { "ref/stable/b2d.body": {} }, @@ -186368,7 +187076,7 @@ [ "is_bullet", { - "_index": 10091, + "_index": 10160, "data": { "ref/stable/b2d.body": {} }, @@ -186389,7 +187097,7 @@ [ "is_directory", { - "_index": 8806, + "_index": 8839, "data": { "ref/stable/editor": {} }, @@ -186399,7 +187107,7 @@ [ "is_enabled", { - "_index": 7775, + "_index": 7796, "data": { "ref/stable/gui": {} }, @@ -186409,7 +187117,7 @@ [ "is_file", { - "_index": 8805, + "_index": 8838, "data": { "ref/stable/editor": {} }, @@ -186419,7 +187127,7 @@ [ "is_fixed_rotation", { - "_index": 10093, + "_index": 10162, "data": { "ref/stable/b2d.body": {} }, @@ -186429,7 +187137,7 @@ [ "is_hash", { - "_index": 10663, + "_index": 10734, "data": { "ref/stable/types": {} }, @@ -186439,7 +187147,7 @@ [ "is_invincible", { - "_index": 7478, + "_index": 7492, "data": { "ref/stable/physics": {} }, @@ -186449,7 +187157,7 @@ [ "is_matrix4", { - "_index": 10665, + "_index": 10736, "data": { "ref/stable/types": {} }, @@ -186459,7 +187167,7 @@ [ "is_music_playing", { - "_index": 10697, + "_index": 10768, "data": { "ref/stable/sound": {} }, @@ -186469,7 +187177,7 @@ [ "is_phone_call_active", { - "_index": 10700, + "_index": 10771, "data": { "ref/stable/sound": {} }, @@ -186479,7 +187187,7 @@ [ "is_quat", { - "_index": 10667, + "_index": 10738, "data": { "ref/stable/types": {} }, @@ -186489,7 +187197,7 @@ [ "is_sleeping_allowed", { - "_index": 10095, + "_index": 10164, "data": { "ref/stable/b2d.body": {} }, @@ -186499,7 +187207,7 @@ [ "is_url", { - "_index": 10669, + "_index": 10740, "data": { "ref/stable/types": {} }, @@ -186509,7 +187217,7 @@ [ "is_using_liveupdate_data", { - "_index": 9710, + "_index": 9779, "data": { "ref/stable/liveupdate": {} }, @@ -186519,7 +187227,7 @@ [ "is_vector", { - "_index": 10671, + "_index": 10742, "data": { "ref/stable/types": {} }, @@ -186529,7 +187237,7 @@ [ "is_vector3", { - "_index": 10673, + "_index": 10744, "data": { "ref/stable/types": {} }, @@ -186539,7 +187247,7 @@ [ "is_vector4", { - "_index": 10675, + "_index": 10746, "data": { "ref/stable/types": {} }, @@ -186549,7 +187257,7 @@ [ "isattached", { - "_index": 7997, + "_index": 8023, "data": { "ref/stable/dmAndroid": {} }, @@ -186559,7 +187267,7 @@ [ "isbone", { - "_index": 9229, + "_index": 9297, "data": { "ref/stable/dmGameObject": {} }, @@ -186569,7 +187277,7 @@ [ "isbuffer", { - "_index": 10755, + "_index": 10826, "data": { "ref/stable/dmScript": {} }, @@ -186579,7 +187287,7 @@ [ "isbuffervalid", { - "_index": 10604, + "_index": 10675, "data": { "ref/stable/dmBuffer": {} }, @@ -186589,7 +187297,7 @@ [ "iscallbackvalid", { - "_index": 10757, + "_index": 10828, "data": { "ref/stable/dmScript": {} }, @@ -186599,7 +187307,7 @@ [ "isdst", { - "_index": 9938, + "_index": 10008, "data": { "ref/stable/os": {} }, @@ -186619,7 +187327,7 @@ [ "ishash", { - "_index": 10759, + "_index": 10830, "data": { "ref/stable/dmScript": {} }, @@ -186639,7 +187347,7 @@ [ "isinstancevalid", { - "_index": 10761, + "_index": 10832, "data": { "ref/stable/dmScript": {} }, @@ -186649,7 +187357,7 @@ [ "ismatrix4", { - "_index": 10764, + "_index": 10835, "data": { "ref/stable/dmScript": {} }, @@ -186687,7 +187395,7 @@ [ "iso", { - "_index": 9579, + "_index": 9648, "data": { "ref/stable/sys": {} }, @@ -186697,7 +187405,7 @@ [ "isquat", { - "_index": 10766, + "_index": 10837, "data": { "ref/stable/dmScript": {} }, @@ -186707,7 +187415,7 @@ [ "issocketvalid", { - "_index": 7318, + "_index": 7332, "data": { "ref/stable/dmMessage": {} }, @@ -186735,7 +187443,7 @@ [ "issue_severity", { - "_index": 8933, + "_index": 9001, "data": { "ref/stable/editor": {} }, @@ -186745,7 +187453,7 @@ [ "issued", { - "_index": 7461, + "_index": 7475, "data": { "ref/stable/physics": {}, "ref/stable/socket": {} @@ -186796,7 +187504,7 @@ [ "issuing", { - "_index": 9610, + "_index": 9679, "data": { "ref/stable/sys": {} }, @@ -186816,7 +187524,7 @@ [ "isvector3", { - "_index": 10768, + "_index": 10839, "data": { "ref/stable/dmScript": {} }, @@ -186826,7 +187534,7 @@ [ "isvector4", { - "_index": 10770, + "_index": 10841, "data": { "ref/stable/dmScript": {} }, @@ -187075,7 +187783,7 @@ [ "it.by", { - "_index": 8796, + "_index": 8829, "data": { "ref/stable/editor": {} }, @@ -187127,6 +187835,16 @@ "type": {} } ], + [ + "item[]default", + { + "_index": 8843, + "data": { + "ref/stable/editor": {} + }, + "type": {} + } + ], [ "items", { @@ -187143,6 +187861,7 @@ "manuals/glossary": {}, "ref/stable/dmGameObject": {}, "ref/stable/dmScript": {}, + "ref/stable/editor": {}, "ref/stable/render": {} }, "type": {} @@ -187168,7 +187887,7 @@ [ "iteratenamedconstants", { - "_index": 10864, + "_index": 10935, "data": { "ref/stable/dmRender": {} }, @@ -187178,7 +187897,7 @@ [ "iterates", { - "_index": 9399, + "_index": 9467, "data": { "ref/stable/dmRender": {}, "ref/stable/io": {} @@ -187189,7 +187908,7 @@ [ "iterating", { - "_index": 9092, + "_index": 9160, "data": { "ref/stable/dmGameObject": {} }, @@ -187222,7 +187941,7 @@ [ "iterator", { - "_index": 7123, + "_index": 7137, "data": { "ref/stable/base": {}, "ref/stable/coroutine": {}, @@ -187306,7 +188025,8 @@ "ref/stable/sound": {}, "ref/stable/sprite": {}, "ref/stable/string": {}, - "ref/stable/table": {} + "ref/stable/table": {}, + "ref/stable/vmath": {} }, "type": {} } @@ -187379,7 +188099,7 @@ [ "ivf", { - "_index": 9526, + "_index": 9595, "data": { "ref/stable/sys": {} }, @@ -187423,7 +188143,7 @@ [ "jan", { - "_index": 9767, + "_index": 9839, "data": { "ref/stable/dmTime": {} }, @@ -187433,7 +188153,7 @@ [ "january", { - "_index": 10527, + "_index": 10598, "data": { "ref/stable/socket": {} }, @@ -187545,7 +188265,7 @@ [ "jclass", { - "_index": 7999, + "_index": 8025, "data": { "ref/stable/dmAndroid": {} }, @@ -187585,7 +188305,7 @@ [ "jni", { - "_index": 7992, + "_index": 8018, "data": { "ref/stable/dmAndroid": {} }, @@ -187595,7 +188315,7 @@ [ "jnienv", { - "_index": 7996, + "_index": 8022, "data": { "ref/stable/dmAndroid": {} }, @@ -187672,7 +188392,7 @@ [ "joinable", { - "_index": 10250, + "_index": 10319, "data": { "ref/stable/dmThread": {} }, @@ -187703,7 +188423,7 @@ [ "joins", { - "_index": 10464, + "_index": 10535, "data": { "ref/stable/socket": {} }, @@ -187724,7 +188444,7 @@ [ "joint_type_fixed", { - "_index": 7488, + "_index": 7502, "data": { "ref/stable/physics": {} }, @@ -187734,7 +188454,7 @@ [ "joint_type_hinge", { - "_index": 7490, + "_index": 7504, "data": { "ref/stable/physics": {} }, @@ -187744,7 +188464,7 @@ [ "joint_type_slider", { - "_index": 7493, + "_index": 7507, "data": { "ref/stable/physics": {} }, @@ -187754,7 +188474,7 @@ [ "joint_type_spring", { - "_index": 7498, + "_index": 7512, "data": { "ref/stable/physics": {} }, @@ -187764,7 +188484,7 @@ [ "joint_type_weld", { - "_index": 7502, + "_index": 7516, "data": { "ref/stable/physics": {} }, @@ -187774,7 +188494,7 @@ [ "joint_type_wheel", { - "_index": 7504, + "_index": 7518, "data": { "ref/stable/physics": {} }, @@ -187885,7 +188605,7 @@ [ "json.encode", { - "_index": 10189, + "_index": 10258, "data": { "ref/stable/json": {} }, @@ -187895,7 +188615,7 @@ [ "json.null", { - "_index": 10188, + "_index": 10257, "data": { "ref/stable/json": {} }, @@ -187915,7 +188635,7 @@ [ "jsontolua", { - "_index": 10772, + "_index": 10843, "data": { "ref/stable/dmScript": {} }, @@ -188011,7 +188731,7 @@ [ "justify", { - "_index": 8982, + "_index": 9050, "data": { "ref/stable/editor": {} }, @@ -188031,7 +188751,7 @@ [ "k", { - "_index": 7128, + "_index": 7142, "data": { "ref/stable/string": {} }, @@ -188051,7 +188771,7 @@ [ "k,v", { - "_index": 10641, + "_index": 10712, "data": { "ref/stable/base": {} }, @@ -188061,7 +188781,7 @@ [ "ka", { - "_index": 8522, + "_index": 8548, "data": { "ref/stable/render": {} }, @@ -188081,7 +188801,7 @@ [ "kb", { - "_index": 8534, + "_index": 8560, "data": { "ref/stable/render": {} }, @@ -188101,7 +188821,7 @@ [ "kbytes", { - "_index": 10617, + "_index": 10688, "data": { "ref/stable/base": {} }, @@ -188111,7 +188831,7 @@ [ "kc", { - "_index": 8507, + "_index": 8533, "data": { "ref/stable/render": {} }, @@ -188121,7 +188841,7 @@ [ "kebab", { - "_index": 8788, + "_index": 8821, "data": { "ref/stable/editor": {} }, @@ -188158,7 +188878,7 @@ [ "keepalive", { - "_index": 10396, + "_index": 10467, "data": { "ref/stable/socket": {} }, @@ -188293,6 +189013,7 @@ "ref/stable/dmRender": {}, "ref/stable/dmThread": {}, "ref/stable/dmWebServer": {}, + "ref/stable/editor": {}, "ref/stable/engine": {}, "ref/stable/go": {}, "ref/stable/gui": {}, @@ -188317,7 +189038,7 @@ [ "key/value", { - "_index": 8997, + "_index": 9065, "data": { "ref/stable/dmHashTable": {} }, @@ -188367,7 +189088,7 @@ [ "keyboard_type_default", { - "_index": 7778, + "_index": 7799, "data": { "ref/stable/gui": {} }, @@ -188377,7 +189098,7 @@ [ "keyboard_type_email", { - "_index": 7780, + "_index": 7801, "data": { "ref/stable/gui": {} }, @@ -188387,7 +189108,7 @@ [ "keyboard_type_number_pad", { - "_index": 7782, + "_index": 7803, "data": { "ref/stable/gui": {} }, @@ -188397,7 +189118,7 @@ [ "keyboard_type_password", { - "_index": 7784, + "_index": 7805, "data": { "ref/stable/gui": {} }, @@ -188407,7 +189128,7 @@ [ "keyboardpacket", { - "_index": 9469, + "_index": 9537, "data": { "ref/stable/dmHid": {} }, @@ -188528,7 +189249,7 @@ [ "keys:description", { - "_index": 8886, + "_index": 8954, "data": { "ref/stable/editor": {} }, @@ -188538,7 +189259,7 @@ [ "keys:exists", { - "_index": 8809, + "_index": 8877, "data": { "ref/stable/editor": {} }, @@ -188573,7 +189294,8 @@ "data": { "manuals/extensions-best-practices": {}, "manuals/lua": {}, - "manuals/shader": {} + "manuals/shader": {}, + "ref/stable/editor": {} }, "type": {} } @@ -188592,7 +189314,7 @@ [ "kg", { - "_index": 7454, + "_index": 7468, "data": { "ref/stable/b2d.body": {}, "ref/stable/physics": {}, @@ -188604,7 +189326,7 @@ [ "kgmm/s", { - "_index": 10023, + "_index": 10093, "data": { "ref/stable/b2d.body": {} }, @@ -188614,7 +189336,7 @@ [ "khtml", { - "_index": 9598, + "_index": 9667, "data": { "ref/stable/sys": {} }, @@ -188624,7 +189346,7 @@ [ "kilobyte", { - "_index": 10676, + "_index": 10747, "data": { "ref/stable/msg": {} }, @@ -188828,7 +189550,7 @@ [ "kr", { - "_index": 8525, + "_index": 8551, "data": { "ref/stable/render": {} }, @@ -188838,7 +189560,7 @@ [ "kr,kg,kb,ka", { - "_index": 8506, + "_index": 8532, "data": { "ref/stable/render": {} }, @@ -188934,7 +189656,7 @@ [ "label.get_text", { - "_index": 9687, + "_index": 9756, "data": { "ref/stable/label": {} }, @@ -189330,7 +190052,7 @@ [ "latn", { - "_index": 9584, + "_index": 9653, "data": { "ref/stable/sys": {} }, @@ -189358,7 +190080,7 @@ [ "launch_project", { - "_index": 9367, + "_index": 9435, "data": { "ref/stable/engine": {} }, @@ -189657,7 +190379,7 @@ [ "ldexp", { - "_index": 7262, + "_index": 7276, "data": { "ref/stable/math": {} }, @@ -189717,7 +190439,7 @@ [ "leaf", { - "_index": 9171, + "_index": 9239, "data": { "ref/stable/dmGameObject": {} }, @@ -189960,7 +190682,7 @@ [ "lenght", { - "_index": 10018, + "_index": 10088, "data": { "ref/stable/dmWebServer": {} }, @@ -189987,6 +190709,7 @@ "ref/stable/dmStringFunc": {}, "ref/stable/dmVMath": {}, "ref/stable/dmWebServer": {}, + "ref/stable/editor": {}, "ref/stable/physics": {}, "ref/stable/sound": {}, "ref/stable/string": {}, @@ -189999,7 +190722,7 @@ [ "length_sqr", { - "_index": 7010, + "_index": 7015, "data": { "ref/stable/vmath": {} }, @@ -190009,7 +190732,7 @@ [ "lengths", { - "_index": 7005, + "_index": 7010, "data": { "ref/stable/vmath": {} }, @@ -190040,7 +190763,7 @@ [ "lerp", { - "_index": 7011, + "_index": 7016, "data": { "ref/stable/dmVMath": {}, "ref/stable/vmath": {} @@ -190051,7 +190774,7 @@ [ "lerped", { - "_index": 7013, + "_index": 7018, "data": { "ref/stable/vmath": {} }, @@ -190072,7 +190795,8 @@ "ref/stable/dmStringFunc": {}, "ref/stable/render": {}, "ref/stable/socket": {}, - "ref/stable/table": {} + "ref/stable/table": {}, + "ref/stable/vmath": {} }, "type": {} } @@ -190136,7 +190860,7 @@ [ "letters", { - "_index": 7164, + "_index": 7178, "data": { "ref/stable/string": {} }, @@ -190295,7 +191019,7 @@ [ "lexically", { - "_index": 9481, + "_index": 9549, "data": { "ref/stable/debug": {} }, @@ -190305,7 +191029,7 @@ [ "lexicographically", { - "_index": 9664, + "_index": 9733, "data": { "ref/stable/dmStringFunc": {} }, @@ -190315,7 +191039,7 @@ [ "lf", { - "_index": 10410, + "_index": 10481, "data": { "ref/stable/socket": {} }, @@ -190377,7 +191101,7 @@ [ "libname", { - "_index": 9344, + "_index": 9412, "data": { "ref/stable/package": {} }, @@ -190860,7 +191584,7 @@ [ "line'", { - "_index": 7116, + "_index": 7130, "data": { "ref/stable/string": {} }, @@ -190870,7 +191594,7 @@ [ "line"", { - "_index": 7119, + "_index": 7133, "data": { "ref/stable/string": {} }, @@ -190880,7 +191604,7 @@ [ "line_break", { - "_index": 9688, + "_index": 9757, "data": { "ref/stable/label": {}, "ref/stable/resource": {} @@ -190996,7 +191720,7 @@ [ "linger", { - "_index": 10397, + "_index": 10468, "data": { "ref/stable/socket": {} }, @@ -191232,7 +191956,7 @@ [ "list[i", { - "_index": 10658, + "_index": 10729, "data": { "ref/stable/base": {} }, @@ -191242,7 +191966,7 @@ [ "list[i+1", { - "_index": 10659, + "_index": 10730, "data": { "ref/stable/base": {} }, @@ -191252,7 +191976,7 @@ [ "list[j", { - "_index": 10660, + "_index": 10731, "data": { "ref/stable/base": {} }, @@ -191300,6 +192024,7 @@ "ref/stable/gui": {}, "ref/stable/html5": {}, "ref/stable/physics": {}, + "ref/stable/render": {}, "ref/stable/sound": {}, "ref/stable/window": {} }, @@ -191490,7 +192215,7 @@ [ "liveupdate.get_current_manifest", { - "_index": 9706, + "_index": 9775, "data": { "ref/stable/liveupdate": {} }, @@ -191511,7 +192236,7 @@ [ "liveupdate.is_using_liveupdate_data", { - "_index": 9709, + "_index": 9778, "data": { "ref/stable/liveupdate": {} }, @@ -191521,7 +192246,7 @@ [ "liveupdate.liveupdate_bundled_resource_mismatch", { - "_index": 9711, + "_index": 9780, "data": { "ref/stable/liveupdate": {} }, @@ -191531,7 +192256,7 @@ [ "liveupdate.liveupdate_engine_version_mismatch", { - "_index": 9713, + "_index": 9782, "data": { "ref/stable/liveupdate": {} }, @@ -191541,7 +192266,7 @@ [ "liveupdate.liveupdate_format_error", { - "_index": 9715, + "_index": 9784, "data": { "ref/stable/liveupdate": {} }, @@ -191551,7 +192276,7 @@ [ "liveupdate.liveupdate_inval", { - "_index": 9717, + "_index": 9786, "data": { "ref/stable/liveupdate": {} }, @@ -191561,7 +192286,7 @@ [ "liveupdate.liveupdate_invalid_header", { - "_index": 9719, + "_index": 9788, "data": { "ref/stable/liveupdate": {} }, @@ -191571,7 +192296,7 @@ [ "liveupdate.liveupdate_invalid_resource", { - "_index": 9721, + "_index": 9790, "data": { "ref/stable/liveupdate": {} }, @@ -191581,7 +192306,7 @@ [ "liveupdate.liveupdate_io_error", { - "_index": 9723, + "_index": 9792, "data": { "ref/stable/liveupdate": {} }, @@ -191591,7 +192316,7 @@ [ "liveupdate.liveupdate_mem_error", { - "_index": 9725, + "_index": 9794, "data": { "ref/stable/liveupdate": {} }, @@ -191601,7 +192326,7 @@ [ "liveupdate.liveupdate_ok", { - "_index": 9728, + "_index": 9797, "data": { "ref/stable/liveupdate": {} }, @@ -191611,7 +192336,7 @@ [ "liveupdate.liveupdate_scheme_mismatch", { - "_index": 9730, + "_index": 9799, "data": { "ref/stable/liveupdate": {} }, @@ -191621,7 +192346,7 @@ [ "liveupdate.liveupdate_signature_mismatch", { - "_index": 9732, + "_index": 9801, "data": { "ref/stable/liveupdate": {} }, @@ -191631,7 +192356,7 @@ [ "liveupdate.liveupdate_unknown", { - "_index": 9735, + "_index": 9804, "data": { "ref/stable/liveupdate": {} }, @@ -191641,7 +192366,7 @@ [ "liveupdate.liveupdate_version_mismatch", { - "_index": 9738, + "_index": 9807, "data": { "ref/stable/liveupdate": {} }, @@ -191672,7 +192397,7 @@ [ "liveupdate.store_archive", { - "_index": 9741, + "_index": 9810, "data": { "ref/stable/liveupdate": {} }, @@ -191682,7 +192407,7 @@ [ "liveupdate.store_manifest", { - "_index": 9744, + "_index": 9813, "data": { "ref/stable/liveupdate": {} }, @@ -191692,7 +192417,7 @@ [ "liveupdate.store_resource", { - "_index": 9749, + "_index": 9818, "data": { "ref/stable/liveupdate": {} }, @@ -191702,7 +192427,7 @@ [ "liveupdate_bundled_resource_mismatch", { - "_index": 9712, + "_index": 9781, "data": { "ref/stable/liveupdate": {} }, @@ -191712,7 +192437,7 @@ [ "liveupdate_engine_version_mismatch", { - "_index": 9714, + "_index": 9783, "data": { "ref/stable/liveupdate": {} }, @@ -191722,7 +192447,7 @@ [ "liveupdate_format_error", { - "_index": 9716, + "_index": 9785, "data": { "ref/stable/liveupdate": {} }, @@ -191732,7 +192457,7 @@ [ "liveupdate_inval", { - "_index": 9718, + "_index": 9787, "data": { "ref/stable/liveupdate": {} }, @@ -191742,7 +192467,7 @@ [ "liveupdate_invalid_header", { - "_index": 9720, + "_index": 9789, "data": { "ref/stable/liveupdate": {} }, @@ -191752,7 +192477,7 @@ [ "liveupdate_invalid_resource", { - "_index": 9722, + "_index": 9791, "data": { "ref/stable/liveupdate": {} }, @@ -191762,7 +192487,7 @@ [ "liveupdate_io_error", { - "_index": 9724, + "_index": 9793, "data": { "ref/stable/liveupdate": {} }, @@ -191772,7 +192497,7 @@ [ "liveupdate_mem_error", { - "_index": 9726, + "_index": 9795, "data": { "ref/stable/liveupdate": {} }, @@ -191782,7 +192507,7 @@ [ "liveupdate_ok", { - "_index": 9729, + "_index": 9798, "data": { "ref/stable/liveupdate": {} }, @@ -191792,7 +192517,7 @@ [ "liveupdate_scheme_mismatch", { - "_index": 9731, + "_index": 9800, "data": { "ref/stable/liveupdate": {} }, @@ -191802,7 +192527,7 @@ [ "liveupdate_signature_mismatch", { - "_index": 9733, + "_index": 9802, "data": { "ref/stable/liveupdate": {} }, @@ -191812,7 +192537,7 @@ [ "liveupdate_unknown", { - "_index": 9736, + "_index": 9805, "data": { "ref/stable/liveupdate": {} }, @@ -191822,7 +192547,7 @@ [ "liveupdate_version_mismatch", { - "_index": 9739, + "_index": 9808, "data": { "ref/stable/liveupdate": {} }, @@ -191832,7 +192557,7 @@ [ "living", { - "_index": 10182, + "_index": 10251, "data": { "ref/stable/particlefx": {} }, @@ -191916,7 +192641,7 @@ [ "load/decode", { - "_index": 9018, + "_index": 9086, "data": { "ref/stable/dmDDF": {} }, @@ -191926,7 +192651,7 @@ [ "load_buffer", { - "_index": 9603, + "_index": 9672, "data": { "ref/stable/image": {}, "ref/stable/sys": {} @@ -191937,7 +192662,7 @@ [ "load_buffer_async", { - "_index": 9609, + "_index": 9678, "data": { "ref/stable/sys": {} }, @@ -191978,7 +192703,7 @@ [ "load_previous", { - "_index": 8668, + "_index": 8701, "data": { "ref/stable/crash": {} }, @@ -191988,7 +192713,7 @@ [ "load_resource", { - "_index": 9617, + "_index": 9686, "data": { "ref/stable/sys": {} }, @@ -192018,7 +192743,7 @@ [ "loadclass", { - "_index": 7998, + "_index": 8024, "data": { "ref/stable/dmAndroid": {} }, @@ -192090,7 +192815,7 @@ [ "loaders", { - "_index": 9311, + "_index": 9379, "data": { "ref/stable/package": {} }, @@ -192100,7 +192825,7 @@ [ "loadfile", { - "_index": 10631, + "_index": 10702, "data": { "ref/stable/base": {} }, @@ -192146,7 +192871,7 @@ [ "loadlib", { - "_index": 9343, + "_index": 9411, "data": { "ref/stable/package": {} }, @@ -192156,7 +192881,7 @@ [ "loadmessage", { - "_index": 9017, + "_index": 9085, "data": { "ref/stable/dmDDF": {} }, @@ -192166,7 +192891,7 @@ [ "loadmessagefromfile", { - "_index": 9021, + "_index": 9089, "data": { "ref/stable/dmDDF": {} }, @@ -192197,7 +192922,7 @@ [ "loadstring", { - "_index": 7097, + "_index": 7111, "data": { "ref/stable/base": {}, "ref/stable/string": {} @@ -192208,7 +192933,7 @@ [ "locaddr", { - "_index": 10512, + "_index": 10583, "data": { "ref/stable/socket": {} }, @@ -192346,7 +193071,7 @@ [ "locale", { - "_index": 7165, + "_index": 7179, "data": { "ref/stable/os": {}, "ref/stable/string": {} @@ -192450,7 +193175,7 @@ [ "localpoint", { - "_index": 10082, + "_index": 10151, "data": { "ref/stable/b2d.body": {} }, @@ -192566,6 +193291,7 @@ "ref/stable/dmMutex": {}, "ref/stable/dmSpinlock": {}, "ref/stable/html5": {}, + "ref/stable/vmath": {}, "ref/stable/window": {} }, "type": {} @@ -192600,7 +193326,7 @@ [ "locks", { - "_index": 7212, + "_index": 7226, "data": { "ref/stable/window": {} }, @@ -192610,7 +193336,7 @@ [ "locport", { - "_index": 10513, + "_index": 10584, "data": { "ref/stable/socket": {} }, @@ -192652,7 +193378,7 @@ [ "log10", { - "_index": 7266, + "_index": 7280, "data": { "ref/stable/math": {} }, @@ -192662,7 +193388,7 @@ [ "log_text", { - "_index": 10205, + "_index": 10274, "data": { "ref/stable/profiler": {} }, @@ -192672,7 +193398,7 @@ [ "logarithm", { - "_index": 7265, + "_index": 7279, "data": { "ref/stable/math": {} }, @@ -192911,7 +193637,7 @@ [ "logseverity", { - "_index": 7403, + "_index": 7417, "data": { "ref/stable/dmLog": {} }, @@ -192990,7 +193716,7 @@ [ "looked", { - "_index": 10820, + "_index": 10891, "data": { "ref/stable/dmScript": {} }, @@ -193184,6 +193910,7 @@ "data": { "manuals/android": {}, "manuals/collection-proxy": {}, + "ref/stable/render": {}, "ref/stable/window": {} }, "type": {} @@ -193330,7 +194057,7 @@ [ "lsapplicationqueriesschemes", { - "_index": 9546, + "_index": 9615, "data": { "ref/stable/sys": {} }, @@ -193340,7 +194067,7 @@ [ "lshift", { - "_index": 8619, + "_index": 8652, "data": { "ref/stable/bit": {} }, @@ -193372,7 +194099,7 @@ [ "lt;<", { - "_index": 9024, + "_index": 9092, "data": { "ref/stable/dmDDF": {} }, @@ -193382,7 +194109,7 @@ [ "lt;..native", { - "_index": 8647, + "_index": 8680, "data": { "ref/stable/dmSpinlock": {} }, @@ -193392,7 +194119,7 @@ [ "lt;0", { - "_index": 10780, + "_index": 10851, "data": { "ref/stable/dmScript": {} }, @@ -193510,6 +194237,7 @@ "ref/stable/dmGui": {}, "ref/stable/dmLog": {}, "ref/stable/dmScript": {}, + "ref/stable/editor": {}, "ref/stable/go": {}, "ref/stable/gui": {}, "ref/stable/html5": {}, @@ -193531,7 +194259,7 @@ [ "lua"", { - "_index": 7125, + "_index": 7139, "data": { "ref/stable/string": {} }, @@ -193551,7 +194279,7 @@ [ "lua_cpath", { - "_index": 9305, + "_index": 9373, "data": { "ref/stable/package": {} }, @@ -193561,7 +194289,7 @@ [ "lua_getinfo", { - "_index": 9489, + "_index": 9557, "data": { "ref/stable/debug": {} }, @@ -193571,7 +194299,7 @@ [ "lua_gettop", { - "_index": 10720, + "_index": 10791, "data": { "ref/stable/dmScript": {} }, @@ -193581,7 +194309,7 @@ [ "lua_noref", { - "_index": 10828, + "_index": 10899, "data": { "ref/stable/dmScript": {} }, @@ -193591,7 +194319,7 @@ [ "lua_path", { - "_index": 9351, + "_index": 9419, "data": { "ref/stable/package": {} }, @@ -193601,7 +194329,7 @@ [ "lua_pcall", { - "_index": 10781, + "_index": 10852, "data": { "ref/stable/dmScript": {} }, @@ -193611,7 +194339,7 @@ [ "lua_registryindex", { - "_index": 10797, + "_index": 10868, "data": { "ref/stable/dmScript": {} }, @@ -193633,7 +194361,7 @@ [ "lua_tboolean", { - "_index": 10712, + "_index": 10783, "data": { "ref/stable/dmScript": {} }, @@ -193643,7 +194371,7 @@ [ "lua_tnumber", { - "_index": 10713, + "_index": 10784, "data": { "ref/stable/dmScript": {} }, @@ -193653,7 +194381,7 @@ [ "lua_tstring", { - "_index": 10714, + "_index": 10785, "data": { "ref/stable/dmScript": {} }, @@ -193663,7 +194391,7 @@ [ "luabufferownership", { - "_index": 10821, + "_index": 10892, "data": { "ref/stable/dmScript": {} }, @@ -193673,7 +194401,7 @@ [ "luacallbackinfo", { - "_index": 10774, + "_index": 10845, "data": { "ref/stable/dmScript": {} }, @@ -193704,7 +194432,7 @@ [ "luaconf.h", { - "_index": 9306, + "_index": 9374, "data": { "ref/stable/package": {} }, @@ -193734,7 +194462,7 @@ [ "luahbuffer", { - "_index": 10723, + "_index": 10794, "data": { "ref/stable/dmScript": {} }, @@ -193765,7 +194493,7 @@ [ "lual_error", { - "_index": 10718, + "_index": 10789, "data": { "ref/stable/dmScript": {} }, @@ -193775,7 +194503,7 @@ [ "lual_ref", { - "_index": 10813, + "_index": 10884, "data": { "ref/stable/dmScript": {} }, @@ -193795,7 +194523,7 @@ [ "luaopen_", { - "_index": 9329, + "_index": 9397, "data": { "ref/stable/package": {} }, @@ -193805,7 +194533,7 @@ [ "luaopen_a_b_c", { - "_index": 9340, + "_index": 9408, "data": { "ref/stable/package": {} }, @@ -193815,7 +194543,7 @@ [ "luaopen_b_c", { - "_index": 9336, + "_index": 9404, "data": { "ref/stable/package": {} }, @@ -193825,7 +194553,7 @@ [ "luapushnode", { - "_index": 8125, + "_index": 8151, "data": { "ref/stable/dmGui": {} }, @@ -193857,7 +194585,7 @@ [ "luatojson", { - "_index": 10779, + "_index": 10850, "data": { "ref/stable/dmScript": {} }, @@ -193867,7 +194595,7 @@ [ "luminance", { - "_index": 7797, + "_index": 7818, "data": { "ref/stable/gui": {}, "ref/stable/image": {} @@ -194008,7 +194736,7 @@ [ "m/s", { - "_index": 10031, + "_index": 10101, "data": { "ref/stable/b2d.body": {} }, @@ -194018,7 +194746,7 @@ [ "m2", { - "_index": 9779, + "_index": 9851, "data": { "ref/stable/dmTransform": {} }, @@ -194028,7 +194756,7 @@ [ "m2e", { - "_index": 7258, + "_index": 7272, "data": { "ref/stable/math": {} }, @@ -194058,7 +194786,7 @@ [ "m^2", { - "_index": 10053, + "_index": 10123, "data": { "ref/stable/b2d.body": {} }, @@ -194068,7 +194796,7 @@ [ "m_begin", { - "_index": 10877, + "_index": 10948, "data": { "ref/stable/dmRender": {} }, @@ -194078,7 +194806,7 @@ [ "m_bool", { - "_index": 9279, + "_index": 9347, "data": { "ref/stable/dmGameObject": {} }, @@ -194088,7 +194816,7 @@ [ "m_boolcount", { - "_index": 9231, + "_index": 9299, "data": { "ref/stable/dmGameObject": {} }, @@ -194098,7 +194826,7 @@ [ "m_buf", { - "_index": 10876, + "_index": 10947, "data": { "ref/stable/dmRender": {} }, @@ -194108,7 +194836,7 @@ [ "m_buffer", { - "_index": 10777, + "_index": 10848, "data": { "ref/stable/dmScript": {} }, @@ -194118,7 +194846,7 @@ [ "m_bufferres", { - "_index": 10776, + "_index": 10847, "data": { "ref/stable/dmScript": {} }, @@ -194128,7 +194856,7 @@ [ "m_elementcount", { - "_index": 9257, + "_index": 9325, "data": { "ref/stable/dmGameObject": {} }, @@ -194138,7 +194866,7 @@ [ "m_end", { - "_index": 10878, + "_index": 10949, "data": { "ref/stable/dmRender": {} }, @@ -194148,7 +194876,7 @@ [ "m_hash", { - "_index": 9275, + "_index": 9343, "data": { "ref/stable/dmGameObject": {} }, @@ -194158,7 +194886,7 @@ [ "m_key", { - "_index": 9265, + "_index": 9333, "data": { "ref/stable/dmGameObject": {} }, @@ -194178,7 +194906,7 @@ [ "m_majororder", { - "_index": 10880, + "_index": 10951, "data": { "ref/stable/dmRender": {} }, @@ -194188,7 +194916,7 @@ [ "m_number", { - "_index": 9274, + "_index": 9342, "data": { "ref/stable/dmGameObject": {} }, @@ -194198,7 +194926,7 @@ [ "m_order", { - "_index": 10883, + "_index": 10954, "data": { "ref/stable/dmRender": {} }, @@ -194208,7 +194936,7 @@ [ "m_text", { - "_index": 9280, + "_index": 9348, "data": { "ref/stable/dmGameObject": {} }, @@ -194218,7 +194946,7 @@ [ "m_texture", { - "_index": 8133, + "_index": 8159, "data": { "ref/stable/dmGui": {} }, @@ -194228,7 +194956,7 @@ [ "m_url", { - "_index": 9276, + "_index": 9344, "data": { "ref/stable/dmGameObject": {} }, @@ -194238,7 +194966,7 @@ [ "m_v4", { - "_index": 9278, + "_index": 9346, "data": { "ref/stable/dmGameObject": {} }, @@ -194248,7 +194976,7 @@ [ "m_valueptr", { - "_index": 9256, + "_index": 9324, "data": { "ref/stable/dmGameObject": {} }, @@ -194258,7 +194986,7 @@ [ "m_variant", { - "_index": 9258, + "_index": 9326, "data": { "ref/stable/dmGameObject": {} }, @@ -194304,7 +195032,7 @@ [ "macintosh", { - "_index": 9594, + "_index": 9663, "data": { "ref/stable/sys": {} }, @@ -194342,7 +195070,7 @@ [ "macosandroid", { - "_index": 10202, + "_index": 10271, "data": { "ref/stable/profiler": {} }, @@ -194417,7 +195145,7 @@ [ "mag_filter", { - "_index": 8489, + "_index": 8515, "data": { "ref/stable/render": {} }, @@ -194572,7 +195300,7 @@ [ "main/data/,assets/level_data.json", { - "_index": 9607, + "_index": 9676, "data": { "ref/stable/sys": {} }, @@ -194673,7 +195401,7 @@ [ "main/my_texture.texturec", { - "_index": 10305, + "_index": 10376, "data": { "ref/stable/resource": {} }, @@ -194873,7 +195601,7 @@ [ "make_invincible", { - "_index": 7523, + "_index": 7537, "data": { "ref/stable/physics": {} }, @@ -195780,7 +196508,7 @@ [ "margins", { - "_index": 10371, + "_index": 10442, "data": { "ref/stable/resource": {} }, @@ -195880,7 +196608,7 @@ [ "maskbit", { - "_index": 7477, + "_index": 7491, "data": { "ref/stable/physics": {} }, @@ -195890,7 +196618,7 @@ [ "masking", { - "_index": 7522, + "_index": 7536, "data": { "ref/stable/physics": {} }, @@ -195957,7 +196685,7 @@ [ "master:bind", { - "_index": 10473, + "_index": 10544, "data": { "ref/stable/socket": {} }, @@ -195967,7 +196695,7 @@ [ "master:close", { - "_index": 10477, + "_index": 10548, "data": { "ref/stable/socket": {} }, @@ -195977,7 +196705,7 @@ [ "master:connect", { - "_index": 10478, + "_index": 10549, "data": { "ref/stable/socket": {} }, @@ -195987,7 +196715,7 @@ [ "master:dirty", { - "_index": 10484, + "_index": 10555, "data": { "ref/stable/socket": {} }, @@ -195997,7 +196725,7 @@ [ "master:getfd", { - "_index": 10485, + "_index": 10556, "data": { "ref/stable/socket": {} }, @@ -196007,7 +196735,7 @@ [ "master:getsockname", { - "_index": 10486, + "_index": 10557, "data": { "ref/stable/socket": {} }, @@ -196017,7 +196745,7 @@ [ "master:getstats", { - "_index": 10487, + "_index": 10558, "data": { "ref/stable/socket": {} }, @@ -196027,7 +196755,7 @@ [ "master:listen", { - "_index": 10488, + "_index": 10559, "data": { "ref/stable/socket": {} }, @@ -196037,7 +196765,7 @@ [ "master:setfd", { - "_index": 10492, + "_index": 10563, "data": { "ref/stable/socket": {} }, @@ -196047,7 +196775,7 @@ [ "master:setstats", { - "_index": 10493, + "_index": 10564, "data": { "ref/stable/socket": {} }, @@ -196057,7 +196785,7 @@ [ "master:settimeout", { - "_index": 10494, + "_index": 10565, "data": { "ref/stable/socket": {} }, @@ -196265,7 +196993,7 @@ [ "math.abs", { - "_index": 7223, + "_index": 7237, "data": { "ref/stable/math": {} }, @@ -196275,7 +197003,7 @@ [ "math.acos", { - "_index": 7225, + "_index": 7239, "data": { "ref/stable/math": {} }, @@ -196285,7 +197013,7 @@ [ "math.asin", { - "_index": 7229, + "_index": 7243, "data": { "ref/stable/math": {} }, @@ -196295,7 +197023,7 @@ [ "math.atan", { - "_index": 7232, + "_index": 7246, "data": { "ref/stable/math": {} }, @@ -196316,7 +197044,7 @@ [ "math.ceil", { - "_index": 7239, + "_index": 7253, "data": { "ref/stable/math": {} }, @@ -196326,7 +197054,7 @@ [ "math.cos", { - "_index": 7241, + "_index": 7255, "data": { "ref/stable/math": {} }, @@ -196336,7 +197064,7 @@ [ "math.cosh", { - "_index": 7242, + "_index": 7256, "data": { "ref/stable/math": {} }, @@ -196346,7 +197074,7 @@ [ "math.deg", { - "_index": 7245, + "_index": 7259, "data": { "ref/stable/math": {} }, @@ -196356,7 +197084,7 @@ [ "math.exp", { - "_index": 7247, + "_index": 7261, "data": { "ref/stable/math": {} }, @@ -196366,7 +197094,7 @@ [ "math.floor", { - "_index": 7250, + "_index": 7264, "data": { "ref/stable/math": {} }, @@ -196376,7 +197104,7 @@ [ "math.fmod", { - "_index": 7252, + "_index": 7266, "data": { "ref/stable/math": {} }, @@ -196386,7 +197114,7 @@ [ "math.frexp", { - "_index": 7256, + "_index": 7270, "data": { "ref/stable/math": {} }, @@ -196396,7 +197124,7 @@ [ "math.huge", { - "_index": 7259, + "_index": 7273, "data": { "ref/stable/math": {} }, @@ -196406,7 +197134,7 @@ [ "math.ldexp", { - "_index": 7261, + "_index": 7275, "data": { "ref/stable/math": {} }, @@ -196416,7 +197144,7 @@ [ "math.log", { - "_index": 7263, + "_index": 7277, "data": { "ref/stable/math": {} }, @@ -196437,7 +197165,7 @@ [ "math.max", { - "_index": 7267, + "_index": 7281, "data": { "ref/stable/math": {} }, @@ -196447,7 +197175,7 @@ [ "math.min", { - "_index": 7268, + "_index": 7282, "data": { "ref/stable/math": {} }, @@ -196457,7 +197185,7 @@ [ "math.modf", { - "_index": 7269, + "_index": 7283, "data": { "ref/stable/math": {} }, @@ -196489,7 +197217,7 @@ [ "math.rad", { - "_index": 7276, + "_index": 7290, "data": { "ref/stable/math": {} }, @@ -196510,7 +197238,7 @@ [ "math.randomseed", { - "_index": 7284, + "_index": 7298, "data": { "ref/stable/math": {} }, @@ -196520,7 +197248,7 @@ [ "math.sin", { - "_index": 7287, + "_index": 7301, "data": { "ref/stable/math": {} }, @@ -196530,7 +197258,7 @@ [ "math.sinh", { - "_index": 7289, + "_index": 7303, "data": { "ref/stable/math": {} }, @@ -196540,7 +197268,7 @@ [ "math.sqrt", { - "_index": 7291, + "_index": 7305, "data": { "ref/stable/math": {} }, @@ -196550,7 +197278,7 @@ [ "math.tan", { - "_index": 7294, + "_index": 7308, "data": { "ref/stable/math": {} }, @@ -196560,7 +197288,7 @@ [ "math.tanh", { - "_index": 7296, + "_index": 7310, "data": { "ref/stable/math": {} }, @@ -196618,7 +197346,7 @@ [ "matrix3", { - "_index": 7376, + "_index": 7390, "data": { "ref/stable/dmVMath": {} }, @@ -196647,7 +197375,7 @@ [ "matrix4_axis_angle", { - "_index": 7018, + "_index": 7023, "data": { "ref/stable/vmath": {} }, @@ -196657,7 +197385,7 @@ [ "matrix4_compose", { - "_index": 7021, + "_index": 7026, "data": { "ref/stable/vmath": {} }, @@ -196667,7 +197395,7 @@ [ "matrix4_frustum", { - "_index": 7025, + "_index": 7030, "data": { "ref/stable/vmath": {} }, @@ -196677,7 +197405,7 @@ [ "matrix4_look_at", { - "_index": 7027, + "_index": 7032, "data": { "ref/stable/vmath": {} }, @@ -196687,7 +197415,7 @@ [ "matrix4_orthographic", { - "_index": 7030, + "_index": 7035, "data": { "ref/stable/vmath": {} }, @@ -196697,7 +197425,7 @@ [ "matrix4_perspective", { - "_index": 7032, + "_index": 7037, "data": { "ref/stable/vmath": {} }, @@ -196707,7 +197435,7 @@ [ "matrix4_quat", { - "_index": 7034, + "_index": 7039, "data": { "ref/stable/vmath": {} }, @@ -196717,7 +197445,7 @@ [ "matrix4_rotation_x", { - "_index": 7036, + "_index": 7041, "data": { "ref/stable/vmath": {} }, @@ -196727,7 +197455,7 @@ [ "matrix4_rotation_y", { - "_index": 7038, + "_index": 7043, "data": { "ref/stable/vmath": {} }, @@ -196737,7 +197465,7 @@ [ "matrix4_rotation_z", { - "_index": 7040, + "_index": 7045, "data": { "ref/stable/vmath": {} }, @@ -196747,7 +197475,7 @@ [ "matrix4_scale", { - "_index": 7042, + "_index": 7047, "data": { "ref/stable/vmath": {} }, @@ -196757,7 +197485,7 @@ [ "matrix4_translation", { - "_index": 7046, + "_index": 7051, "data": { "ref/stable/vmath": {} }, @@ -196849,7 +197577,7 @@ [ "max_ascent", { - "_index": 10362, + "_index": 10433, "data": { "ref/stable/resource": {} }, @@ -196869,7 +197597,7 @@ [ "max_char_count", { - "_index": 9436, + "_index": 9504, "data": { "ref/stable/dmHid": {} }, @@ -196879,7 +197607,7 @@ [ "max_descent", { - "_index": 10363, + "_index": 10434, "data": { "ref/stable/resource": {} }, @@ -196889,7 +197617,7 @@ [ "max_gamepad_axis_count", { - "_index": 9438, + "_index": 9506, "data": { "ref/stable/dmHid": {} }, @@ -196899,7 +197627,7 @@ [ "max_gamepad_button_count", { - "_index": 9440, + "_index": 9508, "data": { "ref/stable/dmHid": {} }, @@ -196909,7 +197637,7 @@ [ "max_gamepad_count", { - "_index": 9442, + "_index": 9510, "data": { "ref/stable/dmHid": {} }, @@ -196919,7 +197647,7 @@ [ "max_gamepad_hat_count", { - "_index": 9444, + "_index": 9512, "data": { "ref/stable/dmHid": {} }, @@ -196940,7 +197668,7 @@ [ "max_keyboard_count", { - "_index": 9447, + "_index": 9515, "data": { "ref/stable/dmHid": {} }, @@ -196971,7 +197699,7 @@ [ "max_mipmaps", { - "_index": 10342, + "_index": 10413, "data": { "ref/stable/resource": {} }, @@ -196981,7 +197709,7 @@ [ "max_mouse_count", { - "_index": 9449, + "_index": 9517, "data": { "ref/stable/dmHid": {} }, @@ -197001,7 +197729,7 @@ [ "max_texture_count", { - "_index": 10845, + "_index": 10916, "data": { "ref/stable/dmRender": {} }, @@ -197011,7 +197739,7 @@ [ "max_touch_count", { - "_index": 9452, + "_index": 9520, "data": { "ref/stable/dmHid": {} }, @@ -197021,7 +197749,7 @@ [ "max_touch_device_count", { - "_index": 9455, + "_index": 9523, "data": { "ref/stable/dmHid": {} }, @@ -197158,7 +197886,7 @@ [ "mc", { - "_index": 8509, + "_index": 8535, "data": { "ref/stable/render": {} }, @@ -197301,7 +198029,7 @@ [ "measured", { - "_index": 7443, + "_index": 7457, "data": { "ref/stable/b2d.body": {}, "ref/stable/buffer": {}, @@ -197465,7 +198193,7 @@ [ "membership", { - "_index": 10438, + "_index": 10509, "data": { "ref/stable/socket": {} }, @@ -197475,7 +198203,7 @@ [ "memcpy", { - "_index": 7437, + "_index": 7451, "data": { "ref/stable/dmArray": {}, "ref/stable/dmHashTable": {} @@ -197527,7 +198255,7 @@ [ "memoryless", { - "_index": 10341, + "_index": 10412, "data": { "ref/stable/resource": {} }, @@ -198016,7 +198744,7 @@ [ "messagedestroycallback", { - "_index": 7307, + "_index": 7321, "data": { "ref/stable/dmMessage": {} }, @@ -198118,7 +198846,7 @@ [ "meta_get_instance_context_table_ref", { - "_index": 10827, + "_index": 10898, "data": { "ref/stable/dmScript": {} }, @@ -198163,7 +198891,7 @@ [ "metamethod", { - "_index": 8724, + "_index": 8757, "data": { "ref/stable/base": {}, "ref/stable/coroutine": {} @@ -198184,7 +198912,7 @@ [ "metatable", { - "_index": 9355, + "_index": 9423, "data": { "ref/stable/base": {}, "ref/stable/debug": {}, @@ -198286,7 +199014,7 @@ [ "mice", { - "_index": 9450, + "_index": 9518, "data": { "ref/stable/dmHid": {} }, @@ -198296,7 +199024,7 @@ [ "micro", { - "_index": 9966, + "_index": 10036, "data": { "ref/stable/dmConnectionPool": {} }, @@ -198316,7 +199044,7 @@ [ "microseconds", { - "_index": 8729, + "_index": 8762, "data": { "ref/stable/dmSSLSocket": {}, "ref/stable/dmSocket": {}, @@ -198413,7 +199141,7 @@ [ "migrating", { - "_index": 7854, + "_index": 7875, "data": { "ref/stable/gui": {} }, @@ -198470,7 +199198,7 @@ [ "mimimal", { - "_index": 10238, + "_index": 10307, "data": { "ref/stable/profiler": {} }, @@ -198517,7 +199245,7 @@ [ "min_filter", { - "_index": 8487, + "_index": 8513, "data": { "ref/stable/render": {} }, @@ -198656,7 +199384,7 @@ [ "minimized", { - "_index": 10226, + "_index": 10295, "data": { "ref/stable/profiler": {} }, @@ -198683,7 +199411,7 @@ [ "minor", { - "_index": 10382, + "_index": 10453, "data": { "ref/stable/dmHttpClient": {} }, @@ -198703,7 +199431,7 @@ [ "minus", { - "_index": 7491, + "_index": 7505, "data": { "ref/stable/base": {}, "ref/stable/editor": {}, @@ -198716,7 +199444,7 @@ [ "minutes", { - "_index": 9589, + "_index": 9658, "data": { "ref/stable/sys": {} }, @@ -198760,7 +199488,7 @@ [ "miro", { - "_index": 9529, + "_index": 9598, "data": { "ref/stable/sys": {} }, @@ -199075,7 +199803,7 @@ [ "modal", { - "_index": 8965, + "_index": 9033, "data": { "ref/stable/editor": {} }, @@ -199137,7 +199865,7 @@ [ "mode_pause", { - "_index": 10207, + "_index": 10276, "data": { "ref/stable/profiler": {} }, @@ -199147,7 +199875,7 @@ [ "mode_record", { - "_index": 10209, + "_index": 10278, "data": { "ref/stable/profiler": {} }, @@ -199157,7 +199885,7 @@ [ "mode_run", { - "_index": 10211, + "_index": 10280, "data": { "ref/stable/profiler": {} }, @@ -199167,7 +199895,7 @@ [ "mode_show_peak_frame", { - "_index": 10214, + "_index": 10283, "data": { "ref/stable/profiler": {} }, @@ -199219,7 +199947,7 @@ [ "model.cancel", { - "_index": 9751, + "_index": 9820, "data": { "ref/stable/model": {} }, @@ -199240,7 +199968,7 @@ [ "model.get_mesh_enabled", { - "_index": 9755, + "_index": 9824, "data": { "ref/stable/model": {} }, @@ -199272,7 +200000,7 @@ [ "model.set_mesh_enabled", { - "_index": 9760, + "_index": 9829, "data": { "ref/stable/model": {} }, @@ -199282,7 +200010,7 @@ [ "model_animation_done", { - "_index": 9758, + "_index": 9827, "data": { "ref/stable/model": {} }, @@ -199382,7 +200110,7 @@ [ "modf", { - "_index": 7270, + "_index": 7284, "data": { "ref/stable/math": {} }, @@ -199459,7 +200187,7 @@ [ "modifies", { - "_index": 10030, + "_index": 10100, "data": { "ref/stable/b2d.body": {} }, @@ -199511,7 +200239,7 @@ [ "modname", { - "_index": 9308, + "_index": 9376, "data": { "ref/stable/base": {}, "ref/stable/package": {} @@ -199652,7 +200380,7 @@ [ "monetary", { - "_index": 9952, + "_index": 10022, "data": { "ref/stable/os": {} }, @@ -199706,7 +200434,7 @@ [ "monitors", { - "_index": 8005, + "_index": 8031, "data": { "ref/stable/dmAndroid": {} }, @@ -199724,6 +200452,16 @@ "type": {} } ], + [ + "monotonic", + { + "_index": 9836, + "data": { + "ref/stable/dmTime": {} + }, + "type": {} + } + ], [ "monsters", { @@ -199854,7 +200592,7 @@ [ "moreover", { - "_index": 9332, + "_index": 9400, "data": { "ref/stable/package": {} }, @@ -199997,7 +200735,7 @@ [ "mounted", { - "_index": 9604, + "_index": 9673, "data": { "ref/stable/liveupdate": {}, "ref/stable/sys": {} @@ -200139,7 +200877,7 @@ [ "mousebutton", { - "_index": 9470, + "_index": 9538, "data": { "ref/stable/dmHid": {} }, @@ -200159,7 +200897,7 @@ [ "mousepacket", { - "_index": 9471, + "_index": 9539, "data": { "ref/stable/dmHid": {} }, @@ -200196,7 +200934,7 @@ [ "move_above", { - "_index": 7785, + "_index": 7806, "data": { "ref/stable/gui": {} }, @@ -200206,7 +200944,7 @@ [ "move_below", { - "_index": 7787, + "_index": 7808, "data": { "ref/stable/gui": {} }, @@ -200315,7 +201053,7 @@ [ "mozilla/5.0", { - "_index": 9593, + "_index": 9662, "data": { "ref/stable/sys": {} }, @@ -200527,7 +201265,7 @@ [ "mul", { - "_index": 9777, + "_index": 9849, "data": { "ref/stable/dmTransform": {} }, @@ -200537,7 +201275,7 @@ [ "mul_per_elem", { - "_index": 7049, + "_index": 7054, "data": { "ref/stable/vmath": {} }, @@ -200547,7 +201285,7 @@ [ "mulnoscalez", { - "_index": 9778, + "_index": 9850, "data": { "ref/stable/dmTransform": {} }, @@ -200557,7 +201295,7 @@ [ "mulperelem", { - "_index": 7380, + "_index": 7394, "data": { "ref/stable/dmVMath": {} }, @@ -200583,7 +201321,7 @@ [ "multiaddr", { - "_index": 10465, + "_index": 10536, "data": { "ref/stable/socket": {} }, @@ -200593,7 +201331,7 @@ [ "multicast", { - "_index": 10436, + "_index": 10507, "data": { "ref/stable/socket": {} }, @@ -200683,7 +201421,7 @@ [ "multiplication", { - "_index": 7051, + "_index": 7056, "data": { "ref/stable/sound": {}, "ref/stable/vmath": {} @@ -200747,7 +201485,7 @@ [ "multitarget", { - "_index": 8208, + "_index": 8234, "data": { "ref/stable/graphics": {} }, @@ -200858,7 +201596,7 @@ [ "mutable", { - "_index": 9255, + "_index": 9323, "data": { "ref/stable/dmGameObject": {} }, @@ -200888,7 +201626,7 @@ [ "muted", { - "_index": 10702, + "_index": 10773, "data": { "ref/stable/sound": {} }, @@ -201728,7 +202466,7 @@ [ "n*m", { - "_index": 7474, + "_index": 7488, "data": { "ref/stable/physics": {} }, @@ -201758,7 +202496,7 @@ [ "nagle's", { - "_index": 10421, + "_index": 10492, "data": { "ref/stable/socket": {} }, @@ -201908,7 +202646,7 @@ [ "name_hash", { - "_index": 10865, + "_index": 10936, "data": { "ref/stable/dmRender": {} }, @@ -202154,7 +202892,7 @@ [ "natural", { - "_index": 7264, + "_index": 7278, "data": { "ref/stable/math": {}, "ref/stable/physics": {} @@ -202234,7 +202972,7 @@ [ "near+far", { - "_index": 9380, + "_index": 9448, "data": { "ref/stable/dmIntersection": {} }, @@ -202288,7 +203026,7 @@ [ "necessarily", { - "_index": 7093, + "_index": 7107, "data": { "ref/stable/resource": {}, "ref/stable/string": {} @@ -202636,7 +203374,7 @@ [ "network.http_timeout", { - "_index": 10167, + "_index": 10236, "data": { "ref/stable/http": {} }, @@ -202646,7 +203384,7 @@ [ "network_connected", { - "_index": 9618, + "_index": 9687, "data": { "ref/stable/sys": {} }, @@ -202656,7 +203394,7 @@ [ "network_connected_cellular", { - "_index": 9619, + "_index": 9688, "data": { "ref/stable/sys": {} }, @@ -202666,7 +203404,7 @@ [ "network_disconnected", { - "_index": 9620, + "_index": 9689, "data": { "ref/stable/sys": {} }, @@ -202839,7 +203577,7 @@ [ "new_box_node", { - "_index": 7789, + "_index": 7810, "data": { "ref/stable/gui": {} }, @@ -202869,7 +203607,7 @@ [ "new_particlefx_node", { - "_index": 7791, + "_index": 7812, "data": { "ref/stable/gui": {} }, @@ -202879,7 +203617,7 @@ [ "new_pie_node", { - "_index": 7793, + "_index": 7814, "data": { "ref/stable/gui": {} }, @@ -202910,7 +203648,7 @@ [ "new_text_node", { - "_index": 7794, + "_index": 7815, "data": { "ref/stable/gui": {} }, @@ -202930,7 +203668,7 @@ [ "new_texture", { - "_index": 7796, + "_index": 7817, "data": { "ref/stable/gui": {} }, @@ -202940,7 +203678,7 @@ [ "newconstant", { - "_index": 10867, + "_index": 10938, "data": { "ref/stable/dmRender": {} }, @@ -202982,7 +203720,7 @@ [ "newlines", { - "_index": 7110, + "_index": 7124, "data": { "ref/stable/editor": {}, "ref/stable/string": {} @@ -203007,7 +203745,7 @@ [ "newname", { - "_index": 9948, + "_index": 10018, "data": { "ref/stable/os": {} }, @@ -203017,7 +203755,7 @@ [ "newnamedconstantbuffer", { - "_index": 10868, + "_index": 10939, "data": { "ref/stable/dmRender": {} }, @@ -203027,7 +203765,7 @@ [ "newnode", { - "_index": 8126, + "_index": 8152, "data": { "ref/stable/dmGui": {} }, @@ -203047,7 +203785,7 @@ [ "newton", { - "_index": 7446, + "_index": 7460, "data": { "ref/stable/physics": {} }, @@ -203068,7 +203806,7 @@ [ "newtons", { - "_index": 10025, + "_index": 10095, "data": { "ref/stable/b2d.body": {} }, @@ -203078,7 +203816,7 @@ [ "newtry", { - "_index": 10531, + "_index": 10602, "data": { "ref/stable/socket": {} }, @@ -203439,7 +204177,7 @@ [ "node_type", { - "_index": 8130, + "_index": 8156, "data": { "ref/stable/dmGui": {} }, @@ -203449,7 +204187,7 @@ [ "nodelay", { - "_index": 10399, + "_index": 10470, "data": { "ref/stable/socket": {} }, @@ -203494,7 +204232,7 @@ [ "nodetexturetype", { - "_index": 8132, + "_index": 8158, "data": { "ref/stable/dmGui": {} }, @@ -203514,7 +204252,7 @@ [ "noflags", { - "_index": 8764, + "_index": 8797, "data": { "ref/stable/dmProfile": {} }, @@ -203604,7 +204342,7 @@ [ "nonzero", { - "_index": 9943, + "_index": 10013, "data": { "ref/stable/os": {} }, @@ -203710,7 +204448,7 @@ [ "normalizes", { - "_index": 7059, + "_index": 7064, "data": { "ref/stable/bit": {}, "ref/stable/vmath": {} @@ -203721,7 +204459,7 @@ [ "normalizezscale", { - "_index": 9781, + "_index": 9853, "data": { "ref/stable/dmTransform": {} }, @@ -203912,7 +204650,7 @@ [ "notably", { - "_index": 7677, + "_index": 7691, "data": { "ref/stable/gui": {} }, @@ -204127,7 +204865,7 @@ [ "notified", { - "_index": 7451, + "_index": 7465, "data": { "ref/stable/physics": {}, "ref/stable/socket": {} @@ -204170,7 +204908,7 @@ [ "notoriously", { - "_index": 9357, + "_index": 9425, "data": { "ref/stable/engine": {} }, @@ -204315,7 +205053,7 @@ [ "nth", { - "_index": 9532, + "_index": 9601, "data": { "ref/stable/sys": {} }, @@ -204345,7 +205083,7 @@ [ "nul", { - "_index": 9677, + "_index": 9746, "data": { "ref/stable/dmStringFunc": {} }, @@ -204380,7 +205118,7 @@ [ "num_values", { - "_index": 10853, + "_index": 10924, "data": { "ref/stable/dmRender": {} }, @@ -204390,7 +205128,7 @@ [ "numa", { - "_index": 8991, + "_index": 9059, "data": { "ref/stable/dmHashTable": {} }, @@ -204516,10 +205254,20 @@ "type": {} } ], + [ + "numberdefault", + { + "_index": 8857, + "data": { + "ref/stable/editor": {} + }, + "type": {} + } + ], [ "numberempty", { - "_index": 8898, + "_index": 8966, "data": { "ref/stable/editor": {} }, @@ -204563,7 +205311,7 @@ [ "numeral", { - "_index": 10652, + "_index": 10723, "data": { "ref/stable/base": {} }, @@ -204637,7 +205385,7 @@ [ "obb", { - "_index": 9379, + "_index": 9447, "data": { "ref/stable/dmIntersection": {} }, @@ -204709,7 +205457,7 @@ [ "obj", { - "_index": 9410, + "_index": 9478, "data": { "ref/stable/io": {} }, @@ -204844,6 +205592,7 @@ "ref/stable/dmMessage": {}, "ref/stable/dmRender": {}, "ref/stable/dmScript": {}, + "ref/stable/editor": {}, "ref/stable/factory": {}, "ref/stable/go": {}, "ref/stable/gui": {}, @@ -204856,6 +205605,7 @@ "ref/stable/msg": {}, "ref/stable/particlefx": {}, "ref/stable/physics": {}, + "ref/stable/render": {}, "ref/stable/resource": {}, "ref/stable/socket": {}, "ref/stable/sound": {}, @@ -204897,6 +205647,16 @@ "type": {} } ], + [ + "object_of", + { + "_index": 8864, + "data": { + "ref/stable/editor": {} + }, + "type": {} + } + ], [ "objective", { @@ -205033,7 +205793,7 @@ [ "observed", { - "_index": 7453, + "_index": 7467, "data": { "ref/stable/physics": {} }, @@ -205053,7 +205813,7 @@ [ "obtain", { - "_index": 7936, + "_index": 7962, "data": { "ref/stable/dmHid": {}, "ref/stable/go": {}, @@ -205131,7 +205891,7 @@ [ "occured", { - "_index": 8708, + "_index": 8741, "data": { "ref/stable/crash": {}, "ref/stable/dmGameObject": {}, @@ -205143,7 +205903,7 @@ [ "occuring", { - "_index": 8672, + "_index": 8705, "data": { "ref/stable/crash": {} }, @@ -205182,7 +205942,7 @@ [ "occurrences", { - "_index": 7133, + "_index": 7147, "data": { "ref/stable/string": {} }, @@ -205502,7 +206262,8 @@ "ref/stable/debug": {}, "ref/stable/dmGameObject": {}, "ref/stable/profiler": {}, - "ref/stable/string": {} + "ref/stable/string": {}, + "ref/stable/vmath": {} }, "type": {} } @@ -205584,7 +206345,7 @@ [ "offsetcapacity", { - "_index": 7433, + "_index": 7447, "data": { "ref/stable/dmArray": {} }, @@ -205594,7 +206355,7 @@ [ "offsets", { - "_index": 9026, + "_index": 9094, "data": { "ref/stable/dmDDF": {} }, @@ -205705,7 +206466,7 @@ [ "oldname", { - "_index": 9947, + "_index": 10017, "data": { "ref/stable/os": {} }, @@ -206115,7 +206876,7 @@ [ "onactivitycreate", { - "_index": 8000, + "_index": 8026, "data": { "ref/stable/dmAndroid": {} }, @@ -206125,7 +206886,7 @@ [ "onactivityresult", { - "_index": 8004, + "_index": 8030, "data": { "ref/stable/dmAndroid": {} }, @@ -206188,7 +206949,7 @@ [ "oncreate", { - "_index": 8001, + "_index": 8027, "data": { "ref/stable/dmAndroid": {} }, @@ -206426,7 +207187,7 @@ [ "onlycurrent", { - "_index": 7492, + "_index": 7506, "data": { "ref/stable/physics": {} }, @@ -206436,7 +207197,7 @@ [ "onlythe", { - "_index": 7503, + "_index": 7517, "data": { "ref/stable/physics": {} }, @@ -206534,7 +207295,7 @@ [ "open_resource", { - "_index": 8928, + "_index": 8996, "data": { "ref/stable/editor": {} }, @@ -206544,7 +207305,7 @@ [ "open_url", { - "_index": 9622, + "_index": 9691, "data": { "ref/stable/sys": {} }, @@ -206564,7 +207325,7 @@ [ "openbsd", { - "_index": 9671, + "_index": 9740, "data": { "ref/stable/dmStringFunc": {} }, @@ -206678,7 +207439,7 @@ [ "operand", { - "_index": 7369, + "_index": 7383, "data": { "ref/stable/dmVMath": {} }, @@ -206688,7 +207449,7 @@ [ "operate", { - "_index": 9783, + "_index": 9855, "data": { "ref/stable/dmTransform": {} }, @@ -206793,7 +207554,7 @@ [ "operators", { - "_index": 8596, + "_index": 8629, "data": { "ref/stable/render": {} }, @@ -206826,7 +207587,7 @@ [ "opt", { - "_index": 9743, + "_index": 9812, "data": { "ref/stable/base": {}, "ref/stable/liveupdate": {} @@ -206978,7 +207739,7 @@ [ "option_offset_pointers", { - "_index": 9022, + "_index": 9090, "data": { "ref/stable/dmDDF": {} }, @@ -207089,7 +207850,7 @@ [ "options/modifiers", { - "_index": 7107, + "_index": 7121, "data": { "ref/stable/string": {} }, @@ -207099,7 +207860,7 @@ [ "optionsto_string", { - "_index": 8959, + "_index": 9027, "data": { "ref/stable/editor": {} }, @@ -207111,7 +207872,8 @@ { "_index": 5391, "data": { - "manuals/editor-scripts": {} + "manuals/editor-scripts": {}, + "ref/stable/editor": {} }, "type": {} } @@ -207373,7 +208135,8 @@ "ref/stable/render": {}, "ref/stable/string": {}, "ref/stable/sys": {}, - "ref/stable/table": {} + "ref/stable/table": {}, + "ref/stable/vmath": {} }, "type": {} } @@ -207567,7 +208330,7 @@ [ "ortho", { - "_index": 7002, + "_index": 7007, "data": { "ref/stable/vmath": {} }, @@ -207577,7 +208340,7 @@ [ "ortho_inv", { - "_index": 7061, + "_index": 7066, "data": { "ref/stable/vmath": {} }, @@ -207587,7 +208350,7 @@ [ "orthogonal", { - "_index": 7388, + "_index": 7402, "data": { "ref/stable/dmVMath": {} }, @@ -207624,7 +208387,7 @@ [ "orthoinverse", { - "_index": 7386, + "_index": 7400, "data": { "ref/stable/dmVMath": {} }, @@ -207658,7 +208421,7 @@ [ "os.clock", { - "_index": 9925, + "_index": 9995, "data": { "ref/stable/os": {} }, @@ -207679,7 +208442,7 @@ [ "os.difftime", { - "_index": 9941, + "_index": 10011, "data": { "ref/stable/os": {} }, @@ -207711,7 +208474,7 @@ [ "os.getenv", { - "_index": 7150, + "_index": 7164, "data": { "ref/stable/os": {}, "ref/stable/string": {} @@ -207755,7 +208518,7 @@ [ "os.time", { - "_index": 9928, + "_index": 9998, "data": { "ref/stable/os": {} }, @@ -207792,7 +208555,7 @@ [ "ot", { - "_index": 8137, + "_index": 8163, "data": { "ref/stable/dmGui": {} }, @@ -208106,7 +208869,7 @@ [ "outcome", { - "_index": 8577, + "_index": 8610, "data": { "ref/stable/render": {} }, @@ -208132,7 +208895,7 @@ [ "outgoing", { - "_index": 10459, + "_index": 10530, "data": { "ref/stable/socket": {} }, @@ -208398,7 +209161,7 @@ [ "overflow", { - "_index": 8953, + "_index": 9021, "data": { "ref/stable/editor": {} }, @@ -208528,7 +209291,7 @@ [ "overruled", { - "_index": 10330, + "_index": 10401, "data": { "ref/stable/resource": {} }, @@ -208565,7 +209328,7 @@ [ "overwrites", { - "_index": 10173, + "_index": 10242, "data": { "ref/stable/http": {} }, @@ -208575,7 +209338,7 @@ [ "overwritten", { - "_index": 9689, + "_index": 9758, "data": { "ref/stable/dmSys": {} }, @@ -208585,7 +209348,7 @@ [ "ow", { - "_index": 10010, + "_index": 10080, "data": { "ref/stable/dmSocket": {} }, @@ -208619,6 +209382,7 @@ "manuals/modules": {}, "manuals/test": {}, "ref/stable/dmScript": {}, + "ref/stable/editor": {}, "ref/stable/physics": {}, "ref/stable/resource": {} }, @@ -208638,7 +209402,7 @@ [ "owned", { - "_index": 10107, + "_index": 10176, "data": { "ref/stable/b2d.body": {}, "ref/stable/dmScript": {} @@ -208659,7 +209423,7 @@ [ "owner_c", { - "_index": 10822, + "_index": 10893, "data": { "ref/stable/dmScript": {} }, @@ -208669,7 +209433,7 @@ [ "owner_lua", { - "_index": 10824, + "_index": 10895, "data": { "ref/stable/dmScript": {} }, @@ -208679,7 +209443,7 @@ [ "owner_res", { - "_index": 10825, + "_index": 10896, "data": { "ref/stable/dmScript": {} }, @@ -208714,7 +209478,7 @@ [ "owns", { - "_index": 10775, + "_index": 10846, "data": { "ref/stable/dmScript": {} }, @@ -208805,7 +209569,7 @@ [ "package.cpath", { - "_index": 9302, + "_index": 9370, "data": { "ref/stable/base": {}, "ref/stable/package": {} @@ -208816,7 +209580,7 @@ [ "package.loaded", { - "_index": 9307, + "_index": 9375, "data": { "ref/stable/base": {}, "ref/stable/package": {} @@ -208827,7 +209591,7 @@ [ "package.loaded[modname", { - "_index": 9309, + "_index": 9377, "data": { "ref/stable/base": {}, "ref/stable/package": {} @@ -208838,7 +209602,7 @@ [ "package.loaded[name", { - "_index": 10633, + "_index": 10704, "data": { "ref/stable/base": {} }, @@ -208848,7 +209612,7 @@ [ "package.loaders", { - "_index": 9310, + "_index": 9378, "data": { "ref/stable/base": {}, "ref/stable/package": {} @@ -208859,7 +209623,7 @@ [ "package.loadlib", { - "_index": 9342, + "_index": 9410, "data": { "ref/stable/package": {} }, @@ -208869,7 +209633,7 @@ [ "package.path", { - "_index": 9304, + "_index": 9372, "data": { "ref/stable/base": {}, "ref/stable/package": {} @@ -208880,7 +209644,7 @@ [ "package.preload", { - "_index": 9316, + "_index": 9384, "data": { "ref/stable/package": {} }, @@ -208890,7 +209654,7 @@ [ "package.preload[modname", { - "_index": 10650, + "_index": 10721, "data": { "ref/stable/base": {} }, @@ -208900,7 +209664,7 @@ [ "package.seeall", { - "_index": 9353, + "_index": 9421, "data": { "ref/stable/package": {} }, @@ -208933,7 +209697,7 @@ [ "packet", { - "_index": 9462, + "_index": 9530, "data": { "ref/stable/dmHid": {}, "ref/stable/socket": {} @@ -208944,7 +209708,7 @@ [ "packets", { - "_index": 10423, + "_index": 10494, "data": { "ref/stable/socket": {} }, @@ -209194,7 +209958,7 @@ [ "panning", { - "_index": 10707, + "_index": 10778, "data": { "ref/stable/sound": {} }, @@ -209413,7 +210177,7 @@ [ "parentheses", { - "_index": 9494, + "_index": 9562, "data": { "ref/stable/debug": {} }, @@ -209423,7 +210187,7 @@ [ "parenting", { - "_index": 9753, + "_index": 9822, "data": { "ref/stable/model": {} }, @@ -209445,7 +210209,7 @@ [ "paricle", { - "_index": 7734, + "_index": 7748, "data": { "ref/stable/gui": {} }, @@ -209491,7 +210255,7 @@ [ "parseheader", { - "_index": 10379, + "_index": 10450, "data": { "ref/stable/dmHttpClient": {} }, @@ -209511,7 +210275,7 @@ [ "parseresult", { - "_index": 10388, + "_index": 10459, "data": { "ref/stable/dmHttpClient": {} }, @@ -209521,7 +210285,7 @@ [ "parseurl", { - "_index": 7321, + "_index": 7335, "data": { "ref/stable/dmMessage": {} }, @@ -209611,7 +210375,7 @@ [ "participate", { - "_index": 10106, + "_index": 10175, "data": { "ref/stable/b2d.body": {} }, @@ -209680,7 +210444,7 @@ [ "particlefx.emitter_state_postspawn", { - "_index": 7817, + "_index": 7838, "data": { "ref/stable/gui": {}, "ref/stable/particlefx": {} @@ -209691,7 +210455,7 @@ [ "particlefx.emitter_state_prespawn", { - "_index": 7815, + "_index": 7836, "data": { "ref/stable/gui": {}, "ref/stable/particlefx": {} @@ -209702,7 +210466,7 @@ [ "particlefx.emitter_state_sleeping", { - "_index": 7814, + "_index": 7835, "data": { "ref/stable/gui": {}, "ref/stable/particlefx": {} @@ -209713,7 +210477,7 @@ [ "particlefx.emitter_state_spawning", { - "_index": 7816, + "_index": 7837, "data": { "ref/stable/gui": {}, "ref/stable/particlefx": {} @@ -209970,7 +210734,7 @@ [ "passeed", { - "_index": 8447, + "_index": 8473, "data": { "ref/stable/dmResource": {} }, @@ -210136,7 +210900,7 @@ [ "path/my_atlas", { - "_index": 10302, + "_index": 10373, "data": { "ref/stable/resource": {} }, @@ -210146,7 +210910,7 @@ [ "path/my_atlas.texturesetc", { - "_index": 10303, + "_index": 10374, "data": { "ref/stable/resource": {} }, @@ -210156,7 +210920,7 @@ [ "path/my_buffer", { - "_index": 10333, + "_index": 10404, "data": { "ref/stable/resource": {} }, @@ -210166,7 +210930,7 @@ [ "path/my_buffer.bufferc", { - "_index": 10334, + "_index": 10405, "data": { "ref/stable/resource": {} }, @@ -210176,7 +210940,7 @@ [ "path/my_texture", { - "_index": 10339, + "_index": 10410, "data": { "ref/stable/resource": {} }, @@ -210186,7 +210950,7 @@ [ "path/my_texture.texturec", { - "_index": 10340, + "_index": 10411, "data": { "ref/stable/resource": {} }, @@ -210246,7 +211010,7 @@ [ "path[#fragment", { - "_index": 7322, + "_index": 7336, "data": { "ref/stable/dmMessage": {} }, @@ -210356,7 +211120,8 @@ "data": { "manuals/debugging-native-code-ios": {}, "manuals/particlefx": {}, - "manuals/porting-guidelines": {} + "manuals/porting-guidelines": {}, + "ref/stable/render": {} }, "type": {} } @@ -210374,7 +211139,7 @@ [ "pauses", { - "_index": 10222, + "_index": 10291, "data": { "ref/stable/profiler": {} }, @@ -210469,7 +211234,7 @@ [ "pcall", { - "_index": 10642, + "_index": 10713, "data": { "ref/stable/base": {}, "ref/stable/dmScript": {} @@ -210513,7 +211278,7 @@ [ "peer", { - "_index": 10401, + "_index": 10472, "data": { "ref/stable/socket": {} }, @@ -210523,7 +211288,7 @@ [ "peers", { - "_index": 10467, + "_index": 10538, "data": { "ref/stable/socket": {} }, @@ -210553,7 +211318,7 @@ [ "pending", { - "_index": 9989, + "_index": 10059, "data": { "ref/stable/dmSocket": {} }, @@ -210622,6 +211387,7 @@ "ref/stable/dmGameObject": {}, "ref/stable/dmGui": {}, "ref/stable/dmVMath": {}, + "ref/stable/editor": {}, "ref/stable/go": {}, "ref/stable/gui": {}, "ref/stable/physics": {}, @@ -210638,7 +211404,7 @@ [ "percent", { - "_index": 10195, + "_index": 10264, "data": { "ref/stable/profiler": {} }, @@ -210816,7 +211582,7 @@ [ "period", { - "_index": 7191, + "_index": 7205, "data": { "ref/stable/physics": {}, "ref/stable/sys": {}, @@ -210828,7 +211594,7 @@ [ "periodic", { - "_index": 10417, + "_index": 10488, "data": { "ref/stable/socket": {} }, @@ -210906,7 +211672,7 @@ [ "permitted", { - "_index": 9259, + "_index": 9327, "data": { "ref/stable/dmGameObject": {}, "ref/stable/sys": {} @@ -210928,7 +211694,7 @@ [ "perserved", { - "_index": 7899, + "_index": 7920, "data": { "ref/stable/gui": {} }, @@ -210949,7 +211715,7 @@ [ "persisted", { - "_index": 8386, + "_index": 8412, "data": { "ref/stable/dmResource": {}, "ref/stable/liveupdate": {} @@ -211030,7 +211796,7 @@ [ "phase", { - "_index": 9416, + "_index": 9484, "data": { "ref/stable/b2d.body": {}, "ref/stable/dmHid": {} @@ -211051,7 +211817,7 @@ [ "phone", { - "_index": 10701, + "_index": 10772, "data": { "ref/stable/sound": {} }, @@ -211161,7 +211927,7 @@ [ "physics.debug", { - "_index": 9653, + "_index": 9722, "data": { "ref/stable/sys": {} }, @@ -211182,7 +211948,7 @@ [ "physics.get_gravity", { - "_index": 7462, + "_index": 7476, "data": { "ref/stable/physics": {} }, @@ -211192,7 +211958,7 @@ [ "physics.get_group", { - "_index": 7464, + "_index": 7478, "data": { "ref/stable/physics": {} }, @@ -211213,7 +211979,7 @@ [ "physics.get_joint_reaction_force", { - "_index": 7470, + "_index": 7484, "data": { "ref/stable/physics": {} }, @@ -211223,7 +211989,7 @@ [ "physics.get_joint_reaction_torque", { - "_index": 7472, + "_index": 7486, "data": { "ref/stable/physics": {} }, @@ -211233,7 +211999,7 @@ [ "physics.get_maskbit", { - "_index": 7475, + "_index": 7489, "data": { "ref/stable/physics": {} }, @@ -211243,7 +212009,7 @@ [ "physics.get_shape", { - "_index": 7481, + "_index": 7495, "data": { "ref/stable/physics": {} }, @@ -211265,7 +212031,7 @@ [ "physics.joint_type_hinge", { - "_index": 7489, + "_index": 7503, "data": { "ref/stable/physics": {} }, @@ -211330,7 +212096,7 @@ [ "physics.raycast_async", { - "_index": 7507, + "_index": 7521, "data": { "ref/stable/physics": {} }, @@ -211340,7 +212106,7 @@ [ "physics.set_gravity", { - "_index": 7512, + "_index": 7526, "data": { "ref/stable/physics": {} }, @@ -211350,7 +212116,7 @@ [ "physics.set_group", { - "_index": 7514, + "_index": 7528, "data": { "ref/stable/physics": {} }, @@ -211360,7 +212126,7 @@ [ "physics.set_hflip", { - "_index": 7517, + "_index": 7531, "data": { "ref/stable/physics": {} }, @@ -211392,7 +212158,7 @@ [ "physics.set_maskbit", { - "_index": 7520, + "_index": 7534, "data": { "ref/stable/physics": {} }, @@ -211413,7 +212179,7 @@ [ "physics.set_vflip", { - "_index": 7534, + "_index": 7548, "data": { "ref/stable/physics": {} }, @@ -211445,7 +212211,7 @@ [ "physics.shape_type_hull", { - "_index": 7483, + "_index": 7497, "data": { "ref/stable/physics": {} }, @@ -211466,7 +212232,7 @@ [ "physics.update_mass", { - "_index": 7539, + "_index": 7553, "data": { "ref/stable/physics": {} }, @@ -211476,7 +212242,7 @@ [ "physics.wakeup", { - "_index": 7543, + "_index": 7557, "data": { "ref/stable/physics": {} }, @@ -211541,7 +212307,7 @@ [ "pick_node", { - "_index": 7800, + "_index": 7821, "data": { "ref/stable/gui": {} }, @@ -211601,7 +212367,7 @@ [ "piebounds_ellipse", { - "_index": 7801, + "_index": 7822, "data": { "ref/stable/gui": {} }, @@ -211611,7 +212377,7 @@ [ "piebounds_rectangle", { - "_index": 7803, + "_index": 7824, "data": { "ref/stable/gui": {} }, @@ -211693,7 +212459,7 @@ [ "pipe", { - "_index": 8797, + "_index": 8830, "data": { "ref/stable/editor": {} }, @@ -211703,7 +212469,7 @@ [ "piped", { - "_index": 8798, + "_index": 8831, "data": { "ref/stable/editor": {} }, @@ -211793,7 +212559,7 @@ [ "pivot_center", { - "_index": 7804, + "_index": 7825, "data": { "ref/stable/gui": {} }, @@ -211803,7 +212569,7 @@ [ "pivot_e", { - "_index": 7805, + "_index": 7826, "data": { "ref/stable/gui": {} }, @@ -211813,7 +212579,7 @@ [ "pivot_n", { - "_index": 7806, + "_index": 7827, "data": { "ref/stable/gui": {} }, @@ -211823,7 +212589,7 @@ [ "pivot_ne", { - "_index": 7807, + "_index": 7828, "data": { "ref/stable/gui": {} }, @@ -211833,7 +212599,7 @@ [ "pivot_nw", { - "_index": 7808, + "_index": 7829, "data": { "ref/stable/gui": {} }, @@ -211843,7 +212609,7 @@ [ "pivot_s", { - "_index": 7809, + "_index": 7830, "data": { "ref/stable/gui": {} }, @@ -211853,7 +212619,7 @@ [ "pivot_se", { - "_index": 7810, + "_index": 7831, "data": { "ref/stable/gui": {} }, @@ -211863,7 +212629,7 @@ [ "pivot_sw", { - "_index": 7811, + "_index": 7832, "data": { "ref/stable/gui": {} }, @@ -211873,7 +212639,7 @@ [ "pivot_w", { - "_index": 7812, + "_index": 7833, "data": { "ref/stable/gui": {} }, @@ -211883,7 +212649,7 @@ [ "pivot_x", { - "_index": 10310, + "_index": 10381, "data": { "ref/stable/resource": {} }, @@ -211893,7 +212659,7 @@ [ "pivot_y", { - "_index": 10312, + "_index": 10383, "data": { "ref/stable/resource": {} }, @@ -211935,7 +212701,7 @@ [ "pixel's", { - "_index": 8586, + "_index": 8619, "data": { "ref/stable/render": {} }, @@ -211978,7 +212744,7 @@ [ "pixels/s", { - "_index": 7456, + "_index": 7470, "data": { "ref/stable/physics": {} }, @@ -211988,7 +212754,7 @@ [ "pixelsalignment", { - "_index": 8902, + "_index": 8970, "data": { "ref/stable/editor": {} }, @@ -211998,7 +212764,7 @@ [ "pixelsspacing", { - "_index": 8900, + "_index": 8968, "data": { "ref/stable/editor": {} }, @@ -212365,7 +213131,7 @@ [ "play_anim", { - "_index": 9757, + "_index": 9826, "data": { "ref/stable/model": {} }, @@ -212396,7 +213162,7 @@ [ "play_id", { - "_index": 10682, + "_index": 10753, "data": { "ref/stable/sound": {} }, @@ -212416,7 +213182,7 @@ [ "play_particlefx", { - "_index": 7813, + "_index": 7834, "data": { "ref/stable/gui": {} }, @@ -212436,7 +213202,7 @@ [ "play_sound", { - "_index": 10678, + "_index": 10749, "data": { "ref/stable/sound": {} }, @@ -212483,7 +213249,7 @@ [ "playback_loop_backward", { - "_index": 7818, + "_index": 7839, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -212494,7 +213260,7 @@ [ "playback_loop_forward", { - "_index": 7819, + "_index": 7840, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -212505,7 +213271,7 @@ [ "playback_loop_pingpong", { - "_index": 7820, + "_index": 7841, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -212516,7 +213282,7 @@ [ "playback_none", { - "_index": 9907, + "_index": 9977, "data": { "ref/stable/go": {} }, @@ -212526,7 +213292,7 @@ [ "playback_once_backward", { - "_index": 7821, + "_index": 7842, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -212537,7 +213303,7 @@ [ "playback_once_forward", { - "_index": 7822, + "_index": 7843, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -212548,7 +213314,7 @@ [ "playback_once_pingpong", { - "_index": 7823, + "_index": 7844, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -212923,7 +213689,9 @@ "ref/stable/b2d.body": {}, "ref/stable/dmGameObject": {}, "ref/stable/dmIntersection": {}, + "ref/stable/dmTime": {}, "ref/stable/dmTransform": {}, + "ref/stable/editor": {}, "ref/stable/physics": {}, "ref/stable/render": {}, "ref/stable/vmath": {}, @@ -212945,7 +213713,7 @@ [ "point3", { - "_index": 7390, + "_index": 7404, "data": { "ref/stable/dmScript": {}, "ref/stable/dmVMath": {} @@ -213070,7 +213838,7 @@ [ "poles", { - "_index": 7484, + "_index": 7498, "data": { "ref/stable/physics": {} }, @@ -213122,7 +213890,7 @@ [ "poller", { - "_index": 8144, + "_index": 8170, "data": { "ref/stable/dmFileDescriptor": {} }, @@ -213132,7 +213900,7 @@ [ "pollerclearevent", { - "_index": 8145, + "_index": 8171, "data": { "ref/stable/dmFileDescriptor": {} }, @@ -213142,7 +213910,7 @@ [ "pollerhasevent", { - "_index": 8147, + "_index": 8173, "data": { "ref/stable/dmFileDescriptor": {} }, @@ -213152,7 +213920,7 @@ [ "pollerreset", { - "_index": 8148, + "_index": 8174, "data": { "ref/stable/dmFileDescriptor": {} }, @@ -213162,7 +213930,7 @@ [ "pollersetevent", { - "_index": 8149, + "_index": 8175, "data": { "ref/stable/dmFileDescriptor": {} }, @@ -213172,7 +213940,7 @@ [ "pollevent", { - "_index": 8146, + "_index": 8172, "data": { "ref/stable/dmFileDescriptor": {} }, @@ -213205,7 +213973,7 @@ [ "polygons", { - "_index": 8551, + "_index": 8577, "data": { "ref/stable/render": {} }, @@ -213277,7 +214045,7 @@ [ "popen", { - "_index": 9405, + "_index": 9473, "data": { "ref/stable/io": {} }, @@ -213287,7 +214055,7 @@ [ "popped", { - "_index": 10782, + "_index": 10853, "data": { "ref/stable/dmScript": {} }, @@ -213297,7 +214065,7 @@ [ "pops", { - "_index": 10796, + "_index": 10867, "data": { "ref/stable/dmScript": {} }, @@ -213684,7 +214452,7 @@ [ "positiveness", { - "_index": 7989, + "_index": 8015, "data": { "ref/stable/dmMath": {} }, @@ -213694,7 +214462,7 @@ [ "posix", { - "_index": 9691, + "_index": 9760, "data": { "ref/stable/dmSys": {}, "ref/stable/os": {} @@ -213765,6 +214533,7 @@ "ref/stable/os": {}, "ref/stable/physics": {}, "ref/stable/profiler": {}, + "ref/stable/render": {}, "ref/stable/socket": {}, "ref/stable/sprite": {}, "ref/stable/sys": {}, @@ -213815,7 +214584,7 @@ [ "postddf", { - "_index": 9178, + "_index": 9246, "data": { "ref/stable/dmGameObject": {} }, @@ -213882,7 +214651,7 @@ [ "postscriptunrefmessage", { - "_index": 9187, + "_index": 9255, "data": { "ref/stable/dmGameObject": {} }, @@ -213916,7 +214685,7 @@ [ "pow", { - "_index": 7273, + "_index": 7287, "data": { "ref/stable/math": {} }, @@ -214029,7 +214798,7 @@ [ "practise", { - "_index": 7956, + "_index": 7982, "data": { "ref/stable/collectionproxy": {} }, @@ -214063,7 +214832,7 @@ [ "preallocated", { - "_index": 9237, + "_index": 9305, "data": { "ref/stable/dmGameObject": {} }, @@ -214105,7 +214874,7 @@ [ "preceded", { - "_index": 10412, + "_index": 10483, "data": { "ref/stable/socket": {} }, @@ -214151,7 +214920,7 @@ [ "precreated", { - "_index": 10343, + "_index": 10414, "data": { "ref/stable/resource": {} }, @@ -214247,6 +215016,16 @@ "type": {} } ], + [ + "pref", + { + "_index": 8840, + "data": { + "ref/stable/editor": {} + }, + "type": {} + } + ], [ "prefabs", { @@ -214297,7 +215076,7 @@ [ "prefered", { - "_index": 10717, + "_index": 10788, "data": { "ref/stable/dmScript": {} }, @@ -214310,7 +215089,8 @@ "_index": 4095, "data": { "manuals/editor-scripts": {}, - "manuals/extender-local-setup": {} + "manuals/extender-local-setup": {}, + "ref/stable/editor": {} }, "type": {} } @@ -214377,7 +215157,8 @@ { "_index": 5454, "data": { - "manuals/editor-scripts": {} + "manuals/editor-scripts": {}, + "ref/stable/editor": {} }, "type": {} } @@ -214395,7 +215176,7 @@ [ "preload", { - "_index": 9352, + "_index": 9420, "data": { "ref/stable/package": {} }, @@ -214405,7 +215186,7 @@ [ "preloader", { - "_index": 8417, + "_index": 8443, "data": { "ref/stable/dmResource": {} }, @@ -214415,7 +215196,7 @@ [ "preloadhint", { - "_index": 8415, + "_index": 8441, "data": { "ref/stable/dmResource": {} }, @@ -214425,7 +215206,7 @@ [ "preloading", { - "_index": 8411, + "_index": 8437, "data": { "ref/stable/dmResource": {} }, @@ -214435,7 +215216,7 @@ [ "premultiplied", { - "_index": 10286, + "_index": 10357, "data": { "ref/stable/image": {} }, @@ -214511,7 +215292,7 @@ [ "prescedence", { - "_index": 9705, + "_index": 9774, "data": { "ref/stable/liveupdate": {} }, @@ -214521,7 +215302,7 @@ [ "presedence", { - "_index": 9242, + "_index": 9310, "data": { "ref/stable/dmGameObject": {} }, @@ -214609,7 +215390,7 @@ [ "preserved", { - "_index": 9400, + "_index": 9468, "data": { "ref/stable/go": {}, "ref/stable/io": {} @@ -214676,7 +215457,7 @@ [ "presseddefault", { - "_index": 8875, + "_index": 8943, "data": { "ref/stable/editor": {} }, @@ -214807,7 +215588,7 @@ [ "previourly", { - "_index": 8460, + "_index": 8486, "data": { "ref/stable/render": {} }, @@ -214959,7 +215740,7 @@ [ "print/pprint", { - "_index": 7400, + "_index": 7414, "data": { "ref/stable/dmLog": {} }, @@ -214969,7 +215750,7 @@ [ "printable", { - "_index": 10819, + "_index": 10890, "data": { "ref/stable/dmScript": {} }, @@ -214979,7 +215760,7 @@ [ "printed", { - "_index": 7397, + "_index": 7411, "data": { "ref/stable/dmLog": {} }, @@ -215037,7 +215818,7 @@ [ "prio", { - "_index": 9159, + "_index": 9227, "data": { "ref/stable/dmGameObject": {} }, @@ -215225,7 +216006,7 @@ [ "procedure", { - "_index": 8739, + "_index": 8772, "data": { "ref/stable/dmSSLSocket": {} }, @@ -215512,7 +216293,7 @@ [ "profiler.get_cpu_usage", { - "_index": 10193, + "_index": 10262, "data": { "ref/stable/profiler": {} }, @@ -215522,7 +216303,7 @@ [ "profiler.get_memory_usage", { - "_index": 10198, + "_index": 10267, "data": { "ref/stable/profiler": {} }, @@ -215542,7 +216323,7 @@ [ "profiler.log_text", { - "_index": 10204, + "_index": 10273, "data": { "ref/stable/profiler": {} }, @@ -215552,7 +216333,7 @@ [ "profiler.mode_pause", { - "_index": 10206, + "_index": 10275, "data": { "ref/stable/profiler": {} }, @@ -215562,7 +216343,7 @@ [ "profiler.mode_record", { - "_index": 10208, + "_index": 10277, "data": { "ref/stable/profiler": {} }, @@ -215572,7 +216353,7 @@ [ "profiler.mode_run", { - "_index": 10210, + "_index": 10279, "data": { "ref/stable/profiler": {} }, @@ -215582,7 +216363,7 @@ [ "profiler.mode_show_peak_frame", { - "_index": 10213, + "_index": 10282, "data": { "ref/stable/profiler": {} }, @@ -215592,7 +216373,7 @@ [ "profiler.recorded_frame_count", { - "_index": 10215, + "_index": 10284, "data": { "ref/stable/profiler": {} }, @@ -215602,7 +216383,7 @@ [ "profiler.scope_begin", { - "_index": 10217, + "_index": 10286, "data": { "ref/stable/profiler": {} }, @@ -215612,7 +216393,7 @@ [ "profiler.scope_end", { - "_index": 10219, + "_index": 10288, "data": { "ref/stable/profiler": {} }, @@ -215644,7 +216425,7 @@ [ "profiler.set_ui_vsync_wait_visible", { - "_index": 10229, + "_index": 10298, "data": { "ref/stable/profiler": {} }, @@ -215654,7 +216435,7 @@ [ "profiler.view_mode_full", { - "_index": 10227, + "_index": 10296, "data": { "ref/stable/profiler": {} }, @@ -215664,7 +216445,7 @@ [ "profiler.view_mode_minimized", { - "_index": 10228, + "_index": 10297, "data": { "ref/stable/profiler": {} }, @@ -215722,7 +216503,7 @@ [ "prog", { - "_index": 9406, + "_index": 9474, "data": { "ref/stable/io": {} }, @@ -216029,7 +216810,7 @@ [ "projectis_file", { - "_index": 8811, + "_index": 8879, "data": { "ref/stable/editor": {} }, @@ -216125,7 +216906,7 @@ [ "prop_color", { - "_index": 7824, + "_index": 7845, "data": { "ref/stable/gui": {} }, @@ -216135,7 +216916,7 @@ [ "prop_euler", { - "_index": 7825, + "_index": 7846, "data": { "ref/stable/gui": {} }, @@ -216145,7 +216926,7 @@ [ "prop_fill_angle", { - "_index": 7826, + "_index": 7847, "data": { "ref/stable/gui": {} }, @@ -216155,7 +216936,7 @@ [ "prop_inner_radius", { - "_index": 7827, + "_index": 7848, "data": { "ref/stable/gui": {} }, @@ -216165,7 +216946,7 @@ [ "prop_leading", { - "_index": 7828, + "_index": 7849, "data": { "ref/stable/gui": {} }, @@ -216175,7 +216956,7 @@ [ "prop_outline", { - "_index": 7829, + "_index": 7850, "data": { "ref/stable/gui": {} }, @@ -216185,7 +216966,7 @@ [ "prop_position", { - "_index": 7830, + "_index": 7851, "data": { "ref/stable/gui": {} }, @@ -216195,7 +216976,7 @@ [ "prop_rotation", { - "_index": 7831, + "_index": 7852, "data": { "ref/stable/gui": {} }, @@ -216205,7 +216986,7 @@ [ "prop_scale", { - "_index": 7832, + "_index": 7853, "data": { "ref/stable/gui": {} }, @@ -216215,7 +216996,7 @@ [ "prop_shadow", { - "_index": 7833, + "_index": 7854, "data": { "ref/stable/gui": {} }, @@ -216225,7 +217006,7 @@ [ "prop_size", { - "_index": 7834, + "_index": 7855, "data": { "ref/stable/gui": {} }, @@ -216235,7 +217016,7 @@ [ "prop_slice9", { - "_index": 7835, + "_index": 7856, "data": { "ref/stable/gui": {} }, @@ -216245,7 +217026,7 @@ [ "prop_tracking", { - "_index": 7836, + "_index": 7857, "data": { "ref/stable/gui": {} }, @@ -216255,7 +217036,7 @@ [ "propagate", { - "_index": 7331, + "_index": 7345, "data": { "ref/stable/collectionfactory": {} }, @@ -216276,7 +217057,7 @@ [ "propagates", { - "_index": 8721, + "_index": 8754, "data": { "ref/stable/base": {}, "ref/stable/coroutine": {} @@ -216434,7 +217215,7 @@ [ "property_result_ok", { - "_index": 9085, + "_index": 9153, "data": { "ref/stable/dmGameObject": {} }, @@ -216444,7 +217225,7 @@ [ "propertycontainerbuilderparams", { - "_index": 9238, + "_index": 9306, "data": { "ref/stable/dmGameObject": {} }, @@ -216454,7 +217235,7 @@ [ "propertycontainercopy", { - "_index": 9234, + "_index": 9302, "data": { "ref/stable/dmGameObject": {} }, @@ -216464,7 +217245,7 @@ [ "propertycontainercreate", { - "_index": 9235, + "_index": 9303, "data": { "ref/stable/dmGameObject": {} }, @@ -216474,7 +217255,7 @@ [ "propertycontainercreatebuilder", { - "_index": 9236, + "_index": 9304, "data": { "ref/stable/dmGameObject": {} }, @@ -216484,7 +217265,7 @@ [ "propertycontainerdestroy", { - "_index": 9239, + "_index": 9307, "data": { "ref/stable/dmGameObject": {} }, @@ -216494,7 +217275,7 @@ [ "propertycontainermerge", { - "_index": 9241, + "_index": 9309, "data": { "ref/stable/dmGameObject": {} }, @@ -216504,7 +217285,7 @@ [ "propertycontainerpushbool", { - "_index": 9243, + "_index": 9311, "data": { "ref/stable/dmGameObject": {} }, @@ -216514,7 +217295,7 @@ [ "propertycontainerpushfloat", { - "_index": 9244, + "_index": 9312, "data": { "ref/stable/dmGameObject": {} }, @@ -216524,7 +217305,7 @@ [ "propertycontainerpushhash", { - "_index": 9245, + "_index": 9313, "data": { "ref/stable/dmGameObject": {} }, @@ -216534,7 +217315,7 @@ [ "propertycontainerpushquat", { - "_index": 9246, + "_index": 9314, "data": { "ref/stable/dmGameObject": {} }, @@ -216544,7 +217325,7 @@ [ "propertycontainerpushurl", { - "_index": 9248, + "_index": 9316, "data": { "ref/stable/dmGameObject": {} }, @@ -216554,7 +217335,7 @@ [ "propertycontainerpushurlstring", { - "_index": 9249, + "_index": 9317, "data": { "ref/stable/dmGameObject": {} }, @@ -216564,7 +217345,7 @@ [ "propertycontainerpushvector3", { - "_index": 9250, + "_index": 9318, "data": { "ref/stable/dmGameObject": {} }, @@ -216574,7 +217355,7 @@ [ "propertycontainerpushvector4", { - "_index": 9252, + "_index": 9320, "data": { "ref/stable/dmGameObject": {} }, @@ -216584,7 +217365,7 @@ [ "propertydesc", { - "_index": 9253, + "_index": 9321, "data": { "ref/stable/dmGameObject": {} }, @@ -216594,7 +217375,7 @@ [ "propertyoptions", { - "_index": 9263, + "_index": 9331, "data": { "ref/stable/dmGameObject": {} }, @@ -216604,7 +217385,7 @@ [ "propertyresult", { - "_index": 9266, + "_index": 9334, "data": { "ref/stable/dmGameObject": {} }, @@ -216614,7 +217395,7 @@ [ "propertys", { - "_index": 9264, + "_index": 9332, "data": { "ref/stable/dmGameObject": {} }, @@ -216624,7 +217405,7 @@ [ "propertytype", { - "_index": 9267, + "_index": 9335, "data": { "ref/stable/dmGameObject": {} }, @@ -216634,7 +217415,7 @@ [ "propertyvaluetype", { - "_index": 9260, + "_index": 9328, "data": { "ref/stable/dmGameObject": {} }, @@ -216644,7 +217425,7 @@ [ "propertyvar", { - "_index": 9268, + "_index": 9336, "data": { "ref/stable/dmGameObject": {} }, @@ -216938,7 +217719,8 @@ "ref/stable/render": {}, "ref/stable/socket": {}, "ref/stable/sound": {}, - "ref/stable/sprite": {} + "ref/stable/sprite": {}, + "ref/stable/vmath": {} }, "type": {} } @@ -217121,7 +217903,7 @@ [ "proxy_unloaded", { - "_index": 7970, + "_index": 7996, "data": { "ref/stable/collectionproxy": {} }, @@ -217171,7 +217953,7 @@ [ "pseudo", { - "_index": 7278, + "_index": 7292, "data": { "ref/stable/math": {} }, @@ -217220,7 +218002,7 @@ [ "public/private", { - "_index": 9747, + "_index": 9816, "data": { "ref/stable/liveupdate": {} }, @@ -217319,7 +218101,7 @@ [ "pulses", { - "_index": 7974, + "_index": 8000, "data": { "ref/stable/collectionproxy": {} }, @@ -217438,7 +218220,7 @@ [ "pusharray", { - "_index": 7438, + "_index": 7452, "data": { "ref/stable/dmArray": {} }, @@ -217448,7 +218230,7 @@ [ "pushbuffer", { - "_index": 10784, + "_index": 10855, "data": { "ref/stable/dmScript": {} }, @@ -217470,7 +218252,7 @@ [ "pushhash", { - "_index": 10786, + "_index": 10857, "data": { "ref/stable/dmScript": {} }, @@ -217490,7 +218272,7 @@ [ "pushmatrix4", { - "_index": 10788, + "_index": 10859, "data": { "ref/stable/dmScript": {} }, @@ -217500,7 +218282,7 @@ [ "pushquat", { - "_index": 10790, + "_index": 10861, "data": { "ref/stable/dmScript": {} }, @@ -217510,7 +218292,7 @@ [ "pushvector3", { - "_index": 10792, + "_index": 10863, "data": { "ref/stable/dmScript": {} }, @@ -217520,7 +218302,7 @@ [ "pushvector4", { - "_index": 10794, + "_index": 10865, "data": { "ref/stable/dmScript": {} }, @@ -217599,7 +218381,7 @@ [ "px0", { - "_index": 10313, + "_index": 10384, "data": { "ref/stable/resource": {} }, @@ -217609,7 +218391,7 @@ [ "px1", { - "_index": 10315, + "_index": 10386, "data": { "ref/stable/resource": {} }, @@ -217619,7 +218401,7 @@ [ "pxn", { - "_index": 10317, + "_index": 10388, "data": { "ref/stable/resource": {} }, @@ -217629,7 +218411,7 @@ [ "py0", { - "_index": 10314, + "_index": 10385, "data": { "ref/stable/resource": {} }, @@ -217639,7 +218421,7 @@ [ "py1", { - "_index": 10316, + "_index": 10387, "data": { "ref/stable/resource": {} }, @@ -217649,7 +218431,7 @@ [ "pyn", { - "_index": 10318, + "_index": 10389, "data": { "ref/stable/resource": {} }, @@ -217743,7 +218525,7 @@ [ "quadrant", { - "_index": 7238, + "_index": 7252, "data": { "ref/stable/math": {} }, @@ -217753,7 +218535,7 @@ [ "quadratic", { - "_index": 7644, + "_index": 7658, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -217800,7 +218582,7 @@ [ "quartic", { - "_index": 7646, + "_index": 7660, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -217811,7 +218593,7 @@ [ "quat", { - "_index": 7008, + "_index": 7013, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmScript": {}, @@ -217825,7 +218607,7 @@ [ "quat_axis_angle", { - "_index": 7065, + "_index": 7070, "data": { "ref/stable/vmath": {} }, @@ -217835,7 +218617,7 @@ [ "quat_basis", { - "_index": 7067, + "_index": 7072, "data": { "ref/stable/vmath": {} }, @@ -217845,7 +218627,7 @@ [ "quat_from_to", { - "_index": 7069, + "_index": 7074, "data": { "ref/stable/vmath": {} }, @@ -217865,7 +218647,7 @@ [ "quat_matrix4", { - "_index": 7072, + "_index": 7077, "data": { "ref/stable/vmath": {} }, @@ -217875,7 +218657,7 @@ [ "quat_rotation_x", { - "_index": 7074, + "_index": 7079, "data": { "ref/stable/vmath": {} }, @@ -217885,7 +218667,7 @@ [ "quat_rotation_y", { - "_index": 7076, + "_index": 7081, "data": { "ref/stable/vmath": {} }, @@ -217895,7 +218677,17 @@ [ "quat_rotation_z", { - "_index": 7078, + "_index": 7083, + "data": { + "ref/stable/vmath": {} + }, + "type": {} + } + ], + [ + "quat_to_euler", + { + "_index": 7085, "data": { "ref/stable/vmath": {} }, @@ -217924,7 +218716,7 @@ [ "quaternions", { - "_index": 7006, + "_index": 7011, "data": { "ref/stable/dmVMath": {}, "ref/stable/vmath": {} @@ -217935,7 +218727,7 @@ [ "queried", { - "_index": 7136, + "_index": 7150, "data": { "ref/stable/string": {}, "ref/stable/sys": {} @@ -217946,7 +218738,7 @@ [ "queries", { - "_index": 9754, + "_index": 9823, "data": { "ref/stable/b2d.body": {}, "ref/stable/base": {}, @@ -218041,7 +218833,7 @@ [ "queued", { - "_index": 10419, + "_index": 10490, "data": { "ref/stable/socket": {} }, @@ -218091,7 +218883,7 @@ [ "quintic", { - "_index": 7648, + "_index": 7662, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -218132,7 +218924,7 @@ [ "quitting", { - "_index": 9363, + "_index": 9431, "data": { "ref/stable/engine": {} }, @@ -218142,7 +218934,7 @@ [ "quot", { - "_index": 7129, + "_index": 7143, "data": { "ref/stable/string": {} }, @@ -218152,7 +218944,7 @@ [ "quot;#collisionobject"", { - "_index": 7467, + "_index": 7481, "data": { "ref/stable/physics": {} }, @@ -218162,7 +218954,7 @@ [ "quot;$name", { - "_index": 7158, + "_index": 7172, "data": { "ref/stable/string": {} }, @@ -218172,7 +218964,7 @@ [ "quot;%0", { - "_index": 7143, + "_index": 7157, "data": { "ref/stable/string": {} }, @@ -218182,7 +218974,7 @@ [ "quot;%1", { - "_index": 7139, + "_index": 7153, "data": { "ref/stable/string": {} }, @@ -218192,7 +218984,7 @@ [ "quot;%2", { - "_index": 7145, + "_index": 7159, "data": { "ref/stable/string": {} }, @@ -218202,7 +218994,7 @@ [ "quot;%a+"", { - "_index": 7126, + "_index": 7140, "data": { "ref/stable/string": {} }, @@ -218212,7 +219004,7 @@ [ "quot;%w+"", { - "_index": 7142, + "_index": 7156, "data": { "ref/stable/string": {} }, @@ -218222,7 +219014,7 @@ [ "quot;./?.lua;./?.lc;/usr/local/?/init.lua"", { - "_index": 9319, + "_index": 9387, "data": { "ref/stable/package": {} }, @@ -218232,7 +219024,7 @@ [ "quot;./?.so;./?.dll;/usr/local/?/init.so"", { - "_index": 9324, + "_index": 9392, "data": { "ref/stable/package": {} }, @@ -218242,7 +219034,7 @@ [ "quot;4+5", { - "_index": 7153, + "_index": 7167, "data": { "ref/stable/string": {} }, @@ -218252,7 +219044,7 @@ [ "quot;5.1"", { - "_index": 7157, + "_index": 7171, "data": { "ref/stable/string": {} }, @@ -218262,7 +219054,7 @@ [ "quot;a", { - "_index": 7117, + "_index": 7131, "data": { "ref/stable/string": {} }, @@ -218272,7 +219064,7 @@ [ "quot;bullet"", { - "_index": 7479, + "_index": 7493, "data": { "ref/stable/physics": {} }, @@ -218282,7 +219074,7 @@ [ "quot;enemy"", { - "_index": 7468, + "_index": 7482, "data": { "ref/stable/physics": {} }, @@ -218292,7 +219084,7 @@ [ "quot;from", { - "_index": 7127, + "_index": 7141, "data": { "ref/stable/string": {} }, @@ -218302,7 +219094,7 @@ [ "quot;hello", { - "_index": 7124, + "_index": 7138, "data": { "ref/stable/string": {} }, @@ -218312,7 +219104,7 @@ [ "quot;home", { - "_index": 7148, + "_index": 7162, "data": { "ref/stable/string": {} }, @@ -218322,7 +219114,7 @@ [ "quot;lua", { - "_index": 7160, + "_index": 7174, "data": { "ref/stable/string": {} }, @@ -218332,7 +219124,7 @@ [ "quot;lua"", { - "_index": 7156, + "_index": 7170, "data": { "ref/stable/string": {} }, @@ -218342,7 +219134,7 @@ [ "quot;my_box_shape"", { - "_index": 7533, + "_index": 7547, "data": { "ref/stable/physics": {} }, @@ -218352,7 +219144,7 @@ [ "quot;my_capsule_shape"", { - "_index": 7531, + "_index": 7545, "data": { "ref/stable/physics": {} }, @@ -218362,7 +219154,7 @@ [ "quot;my_sphere_shape"", { - "_index": 7486, + "_index": 7500, "data": { "ref/stable/physics": {} }, @@ -218372,7 +219164,7 @@ [ "quot;quotes"", { - "_index": 7115, + "_index": 7129, "data": { "ref/stable/string": {} }, @@ -218382,7 +219174,7 @@ [ "quot;quotes\\"", { - "_index": 7118, + "_index": 7132, "data": { "ref/stable/string": {} }, @@ -218392,7 +219184,7 @@ [ "quot;test"", { - "_index": 7551, + "_index": 7565, "data": { "ref/stable/physics": {} }, @@ -218402,7 +219194,7 @@ [ "quot;world", { - "_index": 7146, + "_index": 7160, "data": { "ref/stable/string": {} }, @@ -218422,7 +219214,7 @@ [ "quotes", { - "_index": 7109, + "_index": 7123, "data": { "ref/stable/string": {} }, @@ -218432,7 +219224,7 @@ [ "quotient", { - "_index": 7255, + "_index": 7269, "data": { "ref/stable/math": {} }, @@ -218454,12 +219246,23 @@ "type": {} } ], + [ + "r0", + { + "_index": 7086, + "data": { + "ref/stable/vmath": {} + }, + "type": {} + } + ], [ "r1", { - "_index": 9793, + "_index": 7087, "data": { - "ref/stable/dmTransform": {} + "ref/stable/dmTransform": {}, + "ref/stable/vmath": {} }, "type": {} } @@ -218467,9 +219270,10 @@ [ "r2", { - "_index": 9794, + "_index": 7088, "data": { - "ref/stable/dmTransform": {} + "ref/stable/dmTransform": {}, + "ref/stable/vmath": {} }, "type": {} } @@ -218487,7 +219291,7 @@ [ "rad", { - "_index": 7277, + "_index": 7291, "data": { "ref/stable/math": {} }, @@ -218518,7 +219322,7 @@ [ "radians", { - "_index": 7019, + "_index": 7024, "data": { "ref/stable/b2d.body": {}, "ref/stable/camera": {}, @@ -218532,7 +219336,7 @@ [ "radians/s", { - "_index": 7444, + "_index": 7458, "data": { "ref/stable/physics": {} }, @@ -218542,7 +219346,7 @@ [ "radians/second", { - "_index": 10046, + "_index": 10116, "data": { "ref/stable/b2d.body": {} }, @@ -218588,7 +219392,7 @@ [ "raise", { - "_index": 10335, + "_index": 10406, "data": { "ref/stable/resource": {}, "ref/stable/socket": {} @@ -218599,7 +219403,7 @@ [ "raised", { - "_index": 9032, + "_index": 9100, "data": { "ref/stable/json": {}, "ref/stable/resource": {}, @@ -218612,7 +219416,7 @@ [ "raises", { - "_index": 9398, + "_index": 9466, "data": { "ref/stable/base": {}, "ref/stable/debug": {}, @@ -218635,7 +219439,7 @@ [ "rand", { - "_index": 7279, + "_index": 7293, "data": { "ref/stable/math": {} }, @@ -218684,7 +219488,7 @@ [ "randomseed", { - "_index": 7285, + "_index": 7299, "data": { "ref/stable/math": {} }, @@ -218847,7 +219651,7 @@ [ "rawequal", { - "_index": 10644, + "_index": 10715, "data": { "ref/stable/base": {} }, @@ -218857,7 +219661,7 @@ [ "rawget", { - "_index": 10646, + "_index": 10717, "data": { "ref/stable/base": {} }, @@ -218867,7 +219671,7 @@ [ "rawset", { - "_index": 10648, + "_index": 10719, "data": { "ref/stable/base": {} }, @@ -218915,7 +219719,7 @@ [ "ray_cast_request", { - "_index": 7552, + "_index": 7566, "data": { "ref/stable/physics": {} }, @@ -218959,7 +219763,7 @@ [ "raycast_async", { - "_index": 7508, + "_index": 7522, "data": { "ref/stable/physics": {} }, @@ -218989,7 +219793,7 @@ [ "rc,gc,bc,ac", { - "_index": 8503, + "_index": 8529, "data": { "ref/stable/render": {} }, @@ -218999,7 +219803,7 @@ [ "rd", { - "_index": 8524, + "_index": 8550, "data": { "ref/stable/render": {} }, @@ -219009,7 +219813,7 @@ [ "rd,gd,bd,ad", { - "_index": 8501, + "_index": 8527, "data": { "ref/stable/render": {} }, @@ -219019,7 +219823,7 @@ [ "rd/kr,gd/kg,bd/kb,ad/ka", { - "_index": 8517, + "_index": 8543, "data": { "ref/stable/render": {} }, @@ -219057,7 +219861,7 @@ [ "reached", { - "_index": 7937, + "_index": 7963, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -219106,7 +219910,7 @@ [ "reacting", { - "_index": 9845, + "_index": 9915, "data": { "ref/stable/go": {} }, @@ -219248,7 +220052,7 @@ [ "readble", { - "_index": 9811, + "_index": 9881, "data": { "ref/stable/dmExtension": {} }, @@ -219442,7 +220246,7 @@ [ "rebooted", { - "_index": 9748, + "_index": 9817, "data": { "ref/stable/liveupdate": {} }, @@ -219452,7 +220256,7 @@ [ "reboots", { - "_index": 9515, + "_index": 9583, "data": { "ref/stable/sys": {} }, @@ -219472,7 +220276,7 @@ [ "recalculates", { - "_index": 7541, + "_index": 7555, "data": { "ref/stable/physics": {} }, @@ -219536,7 +220340,7 @@ [ "received/sent", { - "_index": 10170, + "_index": 10239, "data": { "ref/stable/http": {} }, @@ -219546,7 +220350,7 @@ [ "receivefrom", { - "_index": 10468, + "_index": 10539, "data": { "ref/stable/socket": {} }, @@ -219556,7 +220360,7 @@ [ "receiver", { - "_index": 7319, + "_index": 7333, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmMessage": {}, @@ -219580,6 +220384,7 @@ "ref/stable/dmExtension": {}, "ref/stable/go": {}, "ref/stable/physics": {}, + "ref/stable/render": {}, "ref/stable/socket": {}, "ref/stable/string": {}, "ref/stable/table": {}, @@ -219733,7 +220538,7 @@ [ "recomputed", { - "_index": 8986, + "_index": 9054, "data": { "ref/stable/editor": {} }, @@ -219766,7 +220571,7 @@ [ "recorded", { - "_index": 8664, + "_index": 8697, "data": { "ref/stable/crash": {}, "ref/stable/profiler": {} @@ -219777,7 +220582,7 @@ [ "recorded_frame_count", { - "_index": 10216, + "_index": 10285, "data": { "ref/stable/profiler": {} }, @@ -219799,7 +220604,7 @@ [ "records", { - "_index": 10223, + "_index": 10292, "data": { "ref/stable/profiler": {} }, @@ -219819,7 +220624,7 @@ [ "recoverable", { - "_index": 7409, + "_index": 7423, "data": { "ref/stable/dmLog": {} }, @@ -219894,7 +220699,7 @@ [ "recurse", { - "_index": 9924, + "_index": 9994, "data": { "ref/stable/builtins": {} }, @@ -219904,7 +220709,7 @@ [ "recursively", { - "_index": 7624, + "_index": 7638, "data": { "ref/stable/dmGameObject": {}, "ref/stable/go": {}, @@ -219917,7 +220722,7 @@ [ "recvt", { - "_index": 10497, + "_index": 10568, "data": { "ref/stable/socket": {} }, @@ -219980,7 +220785,7 @@ [ "redirected", { - "_index": 8802, + "_index": 8835, "data": { "ref/stable/editor": {} }, @@ -220008,7 +220813,7 @@ [ "reduced", { - "_index": 7220, + "_index": 7234, "data": { "ref/stable/window": {} }, @@ -220042,7 +220847,7 @@ [ "ref", { - "_index": 8578, + "_index": 8611, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmScript": {}, @@ -220320,7 +221125,7 @@ [ "refininstance", { - "_index": 10826, + "_index": 10897, "data": { "ref/stable/dmScript": {} }, @@ -220340,7 +221145,7 @@ [ "reflecting", { - "_index": 9466, + "_index": 9534, "data": { "ref/stable/dmHid": {} }, @@ -220404,7 +221209,7 @@ [ "refused", { - "_index": 10491, + "_index": 10562, "data": { "ref/stable/socket": {} }, @@ -220414,7 +221219,7 @@ [ "refuses", { - "_index": 10454, + "_index": 10525, "data": { "ref/stable/socket": {} }, @@ -220486,7 +221291,7 @@ [ "registercallback", { - "_index": 9798, + "_index": 9868, "data": { "ref/stable/dmExtension": {} }, @@ -220529,7 +221334,7 @@ [ "registeriosuiapplicationdelegate", { - "_index": 9831, + "_index": 9901, "data": { "ref/stable/dmExtension": {} }, @@ -220539,7 +221344,7 @@ [ "registeronactivitycreatelistener", { - "_index": 8002, + "_index": 8028, "data": { "ref/stable/dmAndroid": {} }, @@ -220549,7 +221354,7 @@ [ "registeronactivityresultlistener", { - "_index": 8006, + "_index": 8032, "data": { "ref/stable/dmAndroid": {} }, @@ -220559,7 +221364,7 @@ [ "registerresourcedecryptionfunction", { - "_index": 8420, + "_index": 8446, "data": { "ref/stable/dmResource": {} }, @@ -220583,7 +221388,7 @@ [ "registertype", { - "_index": 8422, + "_index": 8448, "data": { "ref/stable/dmResource": {} }, @@ -220673,6 +221478,7 @@ "ref/stable/go": {}, "ref/stable/gui": {}, "ref/stable/physics": {}, + "ref/stable/render": {}, "ref/stable/sys": {} }, "type": {} @@ -220768,7 +221574,7 @@ [ "relativeon_value_changed", { - "_index": 8881, + "_index": 8949, "data": { "ref/stable/editor": {} }, @@ -220778,7 +221584,7 @@ [ "relativetitle", { - "_index": 8970, + "_index": 9038, "data": { "ref/stable/editor": {} }, @@ -220909,7 +221715,7 @@ [ "reliability", { - "_index": 10458, + "_index": 10529, "data": { "ref/stable/socket": {} }, @@ -220996,7 +221802,8 @@ "ref/stable/dmGameObject": {}, "ref/stable/dmResource": {}, "ref/stable/go": {}, - "ref/stable/gui": {} + "ref/stable/gui": {}, + "ref/stable/render": {} }, "type": {} } @@ -221025,7 +221832,7 @@ [ "remainder", { - "_index": 7253, + "_index": 7267, "data": { "ref/stable/math": {} }, @@ -221035,7 +221842,7 @@ [ "remaining", { - "_index": 7362, + "_index": 7376, "data": { "ref/stable/dmArray": {}, "ref/stable/liveupdate": {}, @@ -221171,6 +221978,7 @@ "ref/stable/liveupdate": {}, "ref/stable/os": {}, "ref/stable/particlefx": {}, + "ref/stable/render": {}, "ref/stable/table": {} }, "type": {} @@ -221179,7 +221987,7 @@ [ "remove_mount", { - "_index": 9740, + "_index": 9809, "data": { "ref/stable/liveupdate": {} }, @@ -221224,7 +222032,7 @@ [ "removefile", { - "_index": 8423, + "_index": 8449, "data": { "ref/stable/dmResource": {} }, @@ -221234,7 +222042,7 @@ [ "removehandler", { - "_index": 10017, + "_index": 10087, "data": { "ref/stable/dmWebServer": {} }, @@ -221244,7 +222052,7 @@ [ "removenamedconstant", { - "_index": 10869, + "_index": 10940, "data": { "ref/stable/dmRender": {} }, @@ -221296,7 +222104,7 @@ [ "renames", { - "_index": 9946, + "_index": 10016, "data": { "ref/stable/os": {} }, @@ -221397,10 +222205,30 @@ "type": {} } ], + [ + "render.context_event_context_lost", + { + "_index": 8586, + "data": { + "ref/stable/render": {} + }, + "type": {} + } + ], + [ + "render.context_event_context_restored", + { + "_index": 8588, + "data": { + "ref/stable/render": {} + }, + "type": {} + } + ], [ "render.delete_render_target", { - "_index": 8453, + "_index": 8479, "data": { "ref/stable/render": {} }, @@ -221432,7 +222260,7 @@ [ "render.disable_texture", { - "_index": 8458, + "_index": 8484, "data": { "ref/stable/render": {} }, @@ -221513,7 +222341,7 @@ [ "render.frustum_planes_all", { - "_index": 8466, + "_index": 8492, "data": { "ref/stable/render": {} }, @@ -221523,7 +222351,7 @@ [ "render.frustum_planes_sides", { - "_index": 8465, + "_index": 8491, "data": { "ref/stable/render": {} }, @@ -221544,7 +222372,7 @@ [ "render.get_render_target_height", { - "_index": 8474, + "_index": 8500, "data": { "ref/stable/render": {} }, @@ -221554,7 +222382,7 @@ [ "render.get_render_target_width", { - "_index": 8476, + "_index": 8502, "data": { "ref/stable/render": {} }, @@ -221575,7 +222403,7 @@ [ "render.get_window_height", { - "_index": 8480, + "_index": 8506, "data": { "ref/stable/render": {} }, @@ -221585,7 +222413,7 @@ [ "render.get_window_width", { - "_index": 8482, + "_index": 8508, "data": { "ref/stable/render": {} }, @@ -221606,7 +222434,7 @@ [ "render.render_target", { - "_index": 8485, + "_index": 8511, "data": { "ref/stable/render": {} }, @@ -221638,7 +222466,7 @@ [ "render.set_camera", { - "_index": 8540, + "_index": 8566, "data": { "ref/stable/render": {} }, @@ -221648,7 +222476,7 @@ [ "render.set_color_mask", { - "_index": 8543, + "_index": 8569, "data": { "ref/stable/render": {} }, @@ -221679,7 +222507,7 @@ [ "render.set_cull_face", { - "_index": 8548, + "_index": 8574, "data": { "ref/stable/render": {} }, @@ -221689,7 +222517,7 @@ [ "render.set_depth_func", { - "_index": 8553, + "_index": 8579, "data": { "ref/stable/render": {} }, @@ -221708,10 +222536,20 @@ "type": {} } ], + [ + "render.set_listener", + { + "_index": 8583, + "data": { + "ref/stable/render": {} + }, + "type": {} + } + ], [ "render.set_polygon_offset", { - "_index": 8557, + "_index": 8590, "data": { "ref/stable/render": {} }, @@ -221744,7 +222582,7 @@ [ "render.set_render_target_size", { - "_index": 8570, + "_index": 8603, "data": { "ref/stable/render": {} }, @@ -221754,7 +222592,7 @@ [ "render.set_stencil_func", { - "_index": 8572, + "_index": 8605, "data": { "ref/stable/render": {} }, @@ -221775,7 +222613,7 @@ [ "render.set_stencil_op", { - "_index": 8584, + "_index": 8617, "data": { "ref/stable/render": {} }, @@ -221848,7 +222686,7 @@ [ "render.texture_bit", { - "_index": 8493, + "_index": 8519, "data": { "ref/stable/render": {} }, @@ -221858,7 +222696,7 @@ [ "render_order_world", { - "_index": 10881, + "_index": 10952, "data": { "ref/stable/dmRender": {} }, @@ -221879,7 +222717,7 @@ [ "render_target", { - "_index": 8455, + "_index": 8481, "data": { "ref/stable/render": {}, "ref/stable/resource": {} @@ -221890,7 +222728,7 @@ [ "render_target_default", { - "_index": 8495, + "_index": 8521, "data": { "ref/stable/render": {} }, @@ -221900,7 +222738,7 @@ [ "renderable", { - "_index": 8463, + "_index": 8489, "data": { "ref/stable/dmRender": {}, "ref/stable/render": {} @@ -221989,6 +222827,7 @@ "ref/stable/render": {}, "ref/stable/resource": {}, "ref/stable/sprite": {}, + "ref/stable/sys": {}, "ref/stable/tilemap": {}, "ref/stable/vmath": {} }, @@ -221998,7 +222837,7 @@ [ "renderlistalloc", { - "_index": 10870, + "_index": 10941, "data": { "ref/stable/dmRender": {} }, @@ -222008,7 +222847,7 @@ [ "renderlistdispatchfn", { - "_index": 10872, + "_index": 10943, "data": { "ref/stable/dmRender": {} }, @@ -222018,7 +222857,7 @@ [ "renderlistdispatchparams", { - "_index": 10874, + "_index": 10945, "data": { "ref/stable/dmRender": {} }, @@ -222028,7 +222867,7 @@ [ "renderlistentry", { - "_index": 10879, + "_index": 10950, "data": { "ref/stable/dmRender": {} }, @@ -222038,7 +222877,7 @@ [ "renderlistmakedispatch", { - "_index": 10875, + "_index": 10946, "data": { "ref/stable/dmRender": {} }, @@ -222048,7 +222887,7 @@ [ "renderlistoperation", { - "_index": 10889, + "_index": 10960, "data": { "ref/stable/dmRender": {} }, @@ -222058,7 +222897,7 @@ [ "renderlistsubmit", { - "_index": 10890, + "_index": 10961, "data": { "ref/stable/dmRender": {} }, @@ -222068,7 +222907,7 @@ [ "renderlistvisibilityparams", { - "_index": 10891, + "_index": 10962, "data": { "ref/stable/dmRender": {} }, @@ -222078,7 +222917,7 @@ [ "renderobject", { - "_index": 10844, + "_index": 10915, "data": { "ref/stable/dmRender": {} }, @@ -222088,7 +222927,7 @@ [ "renderorder", { - "_index": 10893, + "_index": 10964, "data": { "ref/stable/dmRender": {} }, @@ -222128,6 +222967,16 @@ "type": {} } ], + [ + "rending", + { + "_index": 8587, + "data": { + "ref/stable/render": {} + }, + "type": {} + } + ], [ "rendy", { @@ -222161,7 +223010,7 @@ [ "rep", { - "_index": 7168, + "_index": 7182, "data": { "ref/stable/string": {} }, @@ -222181,7 +223030,7 @@ [ "repeat", { - "_index": 7353, + "_index": 7367, "data": { "ref/stable/timer": {} }, @@ -222219,7 +223068,7 @@ [ "repeating", { - "_index": 7364, + "_index": 7378, "data": { "ref/stable/timer": {} }, @@ -222239,7 +223088,7 @@ [ "repl", { - "_index": 7135, + "_index": 7149, "data": { "ref/stable/string": {} }, @@ -222289,7 +223138,7 @@ [ "replacement", { - "_index": 7134, + "_index": 7148, "data": { "ref/stable/string": {} }, @@ -222341,7 +223190,7 @@ [ "replicates", { - "_index": 8601, + "_index": 8634, "data": { "ref/stable/bit": {} }, @@ -222381,7 +223230,7 @@ [ "report_progress", { - "_index": 10171, + "_index": 10240, "data": { "ref/stable/http": {} }, @@ -222391,7 +223240,7 @@ [ "reported", { - "_index": 7509, + "_index": 7523, "data": { "ref/stable/crash": {}, "ref/stable/physics": {}, @@ -222499,7 +223348,7 @@ [ "representable", { - "_index": 8589, + "_index": 8622, "data": { "ref/stable/render": {} }, @@ -222538,6 +223387,7 @@ "manuals/render": {}, "ref/stable/builtins": {}, "ref/stable/dmSocket": {}, + "ref/stable/editor": {}, "ref/stable/resource": {}, "ref/stable/vmath": {} }, @@ -222637,7 +223487,7 @@ [ "request_status_error_io_error", { - "_index": 9630, + "_index": 9699, "data": { "ref/stable/sys": {} }, @@ -222647,7 +223497,7 @@ [ "request_status_error_not_found", { - "_index": 9633, + "_index": 9702, "data": { "ref/stable/sys": {} }, @@ -222657,7 +223507,7 @@ [ "request_status_finished", { - "_index": 9635, + "_index": 9704, "data": { "ref/stable/sys": {} }, @@ -222684,7 +223534,7 @@ [ "requesting", { - "_index": 10137, + "_index": 10206, "data": { "ref/stable/html5": {} }, @@ -222860,7 +223710,7 @@ [ "reserved", { - "_index": 10609, + "_index": 10680, "data": { "ref/stable/dmBuffer": {} }, @@ -222894,7 +223744,7 @@ [ "reset_constant", { - "_index": 10184, + "_index": 10253, "data": { "ref/stable/particlefx": {} }, @@ -222904,7 +223754,7 @@ [ "reset_keyboard", { - "_index": 7838, + "_index": 7859, "data": { "ref/stable/gui": {} }, @@ -222914,7 +223764,7 @@ [ "reset_mass_data", { - "_index": 10097, + "_index": 10166, "data": { "ref/stable/b2d.body": {} }, @@ -222924,7 +223774,7 @@ [ "reset_material", { - "_index": 7840, + "_index": 7861, "data": { "ref/stable/gui": {} }, @@ -222934,7 +223784,7 @@ [ "reset_nodes", { - "_index": 7842, + "_index": 7863, "data": { "ref/stable/gui": {} }, @@ -222944,7 +223794,7 @@ [ "resets", { - "_index": 7326, + "_index": 7340, "data": { "ref/stable/b2d.body": {}, "ref/stable/dmMessage": {}, @@ -222959,7 +223809,7 @@ [ "resetscale", { - "_index": 9784, + "_index": 9856, "data": { "ref/stable/dmTransform": {} }, @@ -222980,7 +223830,7 @@ [ "reseturl", { - "_index": 7325, + "_index": 7339, "data": { "ref/stable/dmMessage": {} }, @@ -223001,7 +223851,7 @@ [ "resident", { - "_index": 10203, + "_index": 10272, "data": { "ref/stable/profiler": {} }, @@ -223011,7 +223861,7 @@ [ "resident/working", { - "_index": 10200, + "_index": 10269, "data": { "ref/stable/profiler": {} }, @@ -223092,7 +223942,7 @@ [ "resolvable", { - "_index": 8564, + "_index": 8597, "data": { "ref/stable/render": {} }, @@ -223136,7 +223986,7 @@ [ "resolvepointers", { - "_index": 9025, + "_index": 9093, "data": { "ref/stable/dmDDF": {} }, @@ -223146,7 +223996,7 @@ [ "resolver", { - "_index": 10427, + "_index": 10498, "data": { "ref/stable/socket": {} }, @@ -223242,7 +224092,7 @@ [ "resource\"extensions", { - "_index": 8948, + "_index": 9016, "data": { "ref/stable/editor": {} }, @@ -223274,7 +224124,7 @@ [ "resource.buffer", { - "_index": 10298, + "_index": 10369, "data": { "ref/stable/resource": {} }, @@ -223284,7 +224134,7 @@ [ "resource.buffer_type_color0", { - "_index": 10354, + "_index": 10425, "data": { "ref/stable/resource": {} }, @@ -223294,7 +224144,7 @@ [ "resource.buffer_type_color1", { - "_index": 10355, + "_index": 10426, "data": { "ref/stable/resource": {} }, @@ -223304,7 +224154,7 @@ [ "resource.buffer_type_color2", { - "_index": 10356, + "_index": 10427, "data": { "ref/stable/resource": {} }, @@ -223314,7 +224164,7 @@ [ "resource.buffer_type_color3", { - "_index": 10357, + "_index": 10428, "data": { "ref/stable/resource": {} }, @@ -223324,7 +224174,7 @@ [ "resource.buffer_type_depth", { - "_index": 10358, + "_index": 10429, "data": { "ref/stable/resource": {} }, @@ -223334,7 +224184,7 @@ [ "resource.buffer_type_stencil", { - "_index": 10359, + "_index": 10430, "data": { "ref/stable/resource": {} }, @@ -223355,7 +224205,7 @@ [ "resource.create_buffer", { - "_index": 10328, + "_index": 10399, "data": { "ref/stable/resource": {} }, @@ -223378,7 +224228,7 @@ [ "resource.create_texture_async", { - "_index": 10344, + "_index": 10415, "data": { "ref/stable/resource": {} }, @@ -223400,7 +224250,7 @@ [ "resource.get_atlas", { - "_index": 10347, + "_index": 10418, "data": { "ref/stable/resource": {} }, @@ -223410,7 +224260,7 @@ [ "resource.get_buffer", { - "_index": 10349, + "_index": 10420, "data": { "ref/stable/resource": {} }, @@ -223420,7 +224270,7 @@ [ "resource.get_render_target_info", { - "_index": 10351, + "_index": 10422, "data": { "ref/stable/resource": {} }, @@ -223430,7 +224280,7 @@ [ "resource.get_text_metrics", { - "_index": 10360, + "_index": 10431, "data": { "ref/stable/resource": {} }, @@ -223452,7 +224302,7 @@ [ "resource.load", { - "_index": 10366, + "_index": 10437, "data": { "ref/stable/resource": {} }, @@ -223473,7 +224323,7 @@ [ "resource.release", { - "_index": 10367, + "_index": 10438, "data": { "ref/stable/resource": {} }, @@ -223483,7 +224333,7 @@ [ "resource.render_target", { - "_index": 10368, + "_index": 10439, "data": { "ref/stable/resource": {} }, @@ -223493,7 +224343,7 @@ [ "resource.request_status_error_io_error", { - "_index": 9614, + "_index": 9683, "data": { "ref/stable/sys": {} }, @@ -223503,7 +224353,7 @@ [ "resource.request_status_error_not_found", { - "_index": 9615, + "_index": 9684, "data": { "ref/stable/sys": {} }, @@ -223513,7 +224363,7 @@ [ "resource.request_status_finished", { - "_index": 9613, + "_index": 9682, "data": { "ref/stable/sys": {} }, @@ -223523,7 +224373,7 @@ [ "resource.set", { - "_index": 10369, + "_index": 10440, "data": { "ref/stable/resource": {} }, @@ -223533,7 +224383,7 @@ [ "resource.set_atlas", { - "_index": 10300, + "_index": 10371, "data": { "ref/stable/resource": {} }, @@ -223543,7 +224393,7 @@ [ "resource.set_buffer", { - "_index": 10372, + "_index": 10443, "data": { "ref/stable/resource": {} }, @@ -223564,7 +224414,7 @@ [ "resource.set_texture", { - "_index": 10337, + "_index": 10408, "data": { "ref/stable/resource": {} }, @@ -223645,7 +224495,7 @@ [ "resource.tile_source", { - "_index": 10378, + "_index": 10449, "data": { "ref/stable/resource": {} }, @@ -223655,7 +224505,7 @@ [ "resource_attributes", { - "_index": 8808, + "_index": 8876, "data": { "ref/stable/editor": {} }, @@ -223686,7 +224536,7 @@ [ "resourceaddfile", { - "_index": 8424, + "_index": 8450, "data": { "ref/stable/dmResource": {} }, @@ -223696,7 +224546,7 @@ [ "resourcecreate", { - "_index": 8426, + "_index": 8452, "data": { "ref/stable/dmResource": {} }, @@ -223706,7 +224556,7 @@ [ "resourcecreateparams", { - "_index": 8425, + "_index": 8451, "data": { "ref/stable/dmResource": {} }, @@ -223716,7 +224566,7 @@ [ "resourcedestroy", { - "_index": 8428, + "_index": 8454, "data": { "ref/stable/dmResource": {} }, @@ -223726,7 +224576,7 @@ [ "resourcedestroyparams", { - "_index": 8427, + "_index": 8453, "data": { "ref/stable/dmResource": {} }, @@ -223736,7 +224586,7 @@ [ "resourceget", { - "_index": 8429, + "_index": 8455, "data": { "ref/stable/dmResource": {} }, @@ -223746,7 +224596,7 @@ [ "resourcegetbyhash", { - "_index": 8430, + "_index": 8456, "data": { "ref/stable/dmResource": {} }, @@ -223756,7 +224606,7 @@ [ "resourcegetpath", { - "_index": 8431, + "_index": 8457, "data": { "ref/stable/dmResource": {} }, @@ -223766,7 +224616,7 @@ [ "resourcegetraw", { - "_index": 8432, + "_index": 8458, "data": { "ref/stable/dmResource": {} }, @@ -223776,7 +224626,7 @@ [ "resourcepostcreate", { - "_index": 8434, + "_index": 8460, "data": { "ref/stable/dmResource": {} }, @@ -223786,7 +224636,7 @@ [ "resourcepostcreateparams", { - "_index": 8433, + "_index": 8459, "data": { "ref/stable/dmResource": {} }, @@ -223796,7 +224646,7 @@ [ "resourcepreload", { - "_index": 8437, + "_index": 8463, "data": { "ref/stable/dmResource": {} }, @@ -223806,7 +224656,7 @@ [ "resourcepreloadhint", { - "_index": 8435, + "_index": 8461, "data": { "ref/stable/dmResource": {} }, @@ -223816,7 +224666,7 @@ [ "resourcepreloadparams", { - "_index": 8436, + "_index": 8462, "data": { "ref/stable/dmResource": {} }, @@ -223826,7 +224676,7 @@ [ "resourcerecreate", { - "_index": 8439, + "_index": 8465, "data": { "ref/stable/dmResource": {} }, @@ -223836,7 +224686,7 @@ [ "resourcerecreateparams", { - "_index": 8438, + "_index": 8464, "data": { "ref/stable/dmResource": {} }, @@ -223846,7 +224696,7 @@ [ "resourceregisterdecryptionfunction", { - "_index": 8440, + "_index": 8466, "data": { "ref/stable/dmResource": {} }, @@ -223856,7 +224706,7 @@ [ "resourceregistertypecreatordesc", { - "_index": 8448, + "_index": 8474, "data": { "ref/stable/dmResource": {} }, @@ -223866,7 +224716,7 @@ [ "resourcerelease", { - "_index": 8441, + "_index": 8467, "data": { "ref/stable/dmResource": {} }, @@ -223876,7 +224726,7 @@ [ "resourcereloaded", { - "_index": 8443, + "_index": 8469, "data": { "ref/stable/dmResource": {} }, @@ -223886,7 +224736,7 @@ [ "resourcereloadedparams", { - "_index": 8442, + "_index": 8468, "data": { "ref/stable/dmResource": {} }, @@ -223896,7 +224746,7 @@ [ "resourceremovefile", { - "_index": 8444, + "_index": 8470, "data": { "ref/stable/dmResource": {} }, @@ -223906,7 +224756,7 @@ [ "resourceresult", { - "_index": 8391, + "_index": 8417, "data": { "ref/stable/dmResource": {} }, @@ -223953,6 +224803,7 @@ "ref/stable/factory": {}, "ref/stable/gui": {}, "ref/stable/liveupdate": {}, + "ref/stable/render": {}, "ref/stable/resource": {}, "ref/stable/socket": {}, "ref/stable/sys": {} @@ -223963,7 +224814,7 @@ [ "resources/memory", { - "_index": 7309, + "_index": 7323, "data": { "ref/stable/dmMessage": {} }, @@ -223973,7 +224824,7 @@ [ "resourcetypecreatordescbuffersize", { - "_index": 8445, + "_index": 8471, "data": { "ref/stable/dmResource": {} }, @@ -224210,6 +225061,7 @@ "_index": 4399, "data": { "manuals/version-control": {}, + "ref/stable/render": {}, "ref/stable/window": {} }, "type": {} @@ -224348,7 +225200,7 @@ [ "result_already_loaded", { - "_index": 7958, + "_index": 7984, "data": { "ref/stable/collectionproxy": {} }, @@ -224358,7 +225210,7 @@ [ "result_data_error", { - "_index": 7844, + "_index": 7865, "data": { "ref/stable/gui": {} }, @@ -224368,7 +225220,7 @@ [ "result_inval", { - "_index": 7347, + "_index": 7361, "data": { "ref/stable/dmMemory": {} }, @@ -224378,7 +225230,7 @@ [ "result_loading", { - "_index": 7960, + "_index": 7986, "data": { "ref/stable/collectionproxy": {} }, @@ -224388,7 +225240,7 @@ [ "result_malformed_url", { - "_index": 7324, + "_index": 7338, "data": { "ref/stable/dmMessage": {} }, @@ -224398,7 +225250,7 @@ [ "result_nomem", { - "_index": 7348, + "_index": 7362, "data": { "ref/stable/dmMemory": {} }, @@ -224408,7 +225260,7 @@ [ "result_not_excluded", { - "_index": 7962, + "_index": 7988, "data": { "ref/stable/collectionproxy": {} }, @@ -224418,7 +225270,7 @@ [ "result_ok", { - "_index": 7323, + "_index": 7337, "data": { "ref/stable/dmBuffer": {}, "ref/stable/dmGameObject": {}, @@ -224435,7 +225287,7 @@ [ "result_out_of_resources", { - "_index": 7846, + "_index": 7867, "data": { "ref/stable/gui": {} }, @@ -224445,7 +225297,7 @@ [ "result_texture_already_exists", { - "_index": 7848, + "_index": 7869, "data": { "ref/stable/gui": {} }, @@ -224455,7 +225307,7 @@ [ "resulted", { - "_index": 7452, + "_index": 7466, "data": { "ref/stable/physics": {} }, @@ -224508,7 +225360,7 @@ [ "resulttostring", { - "_index": 9988, + "_index": 10058, "data": { "ref/stable/dmSocket": {} }, @@ -224522,7 +225374,18 @@ "data": { "manuals/collection-proxy": {}, "manuals/input": {}, - "ref/stable/coroutine": {} + "ref/stable/coroutine": {}, + "ref/stable/sys": {} + }, + "type": {} + } + ], + [ + "resume_rendering", + { + "_index": 9584, + "data": { + "ref/stable/sys": {} }, "type": {} } @@ -224530,7 +225393,7 @@ [ "resumed", { - "_index": 8718, + "_index": 8751, "data": { "ref/stable/coroutine": {} }, @@ -224550,7 +225413,7 @@ [ "resumes", { - "_index": 8720, + "_index": 8753, "data": { "ref/stable/coroutine": {} }, @@ -224570,7 +225433,7 @@ [ "ret1", { - "_index": 10546, + "_index": 10617, "data": { "ref/stable/socket": {} }, @@ -224590,7 +225453,7 @@ [ "retd+1", { - "_index": 10548, + "_index": 10619, "data": { "ref/stable/socket": {} }, @@ -224610,7 +225473,7 @@ [ "retn", { - "_index": 10547, + "_index": 10618, "data": { "ref/stable/socket": {} }, @@ -224657,7 +225520,7 @@ [ "retrieves", { - "_index": 7709, + "_index": 7723, "data": { "ref/stable/gui": {}, "ref/stable/socket": {}, @@ -224669,7 +225532,7 @@ [ "retrieving", { - "_index": 9082, + "_index": 9150, "data": { "ref/stable/dmGameObject": {} }, @@ -224862,7 +225725,7 @@ [ "retval", { - "_index": 9678, + "_index": 9747, "data": { "ref/stable/dmStringFunc": {} }, @@ -224897,7 +225760,7 @@ [ "reuseaddr", { - "_index": 10398, + "_index": 10469, "data": { "ref/stable/socket": {} }, @@ -224919,7 +225782,7 @@ [ "reuseport", { - "_index": 10435, + "_index": 10506, "data": { "ref/stable/socket": {} }, @@ -224929,7 +225792,7 @@ [ "reuses", { - "_index": 10638, + "_index": 10709, "data": { "ref/stable/base": {} }, @@ -224985,7 +225848,7 @@ [ "reversed", { - "_index": 7171, + "_index": 7185, "data": { "ref/stable/string": {} }, @@ -224995,7 +225858,7 @@ [ "reversing", { - "_index": 10139, + "_index": 10208, "data": { "ref/stable/dmHash": {} }, @@ -225284,7 +226147,7 @@ [ "risks", { - "_index": 9956, + "_index": 10026, "data": { "ref/stable/os": {} }, @@ -225346,7 +226209,7 @@ [ "roation", { - "_index": 7022, + "_index": 7027, "data": { "ref/stable/vmath": {} }, @@ -225367,7 +226230,7 @@ [ "roberto"", { - "_index": 7152, + "_index": 7166, "data": { "ref/stable/string": {} }, @@ -225377,7 +226240,7 @@ [ "rol", { - "_index": 8623, + "_index": 8656, "data": { "ref/stable/bit": {} }, @@ -225473,7 +226336,7 @@ [ "ror", { - "_index": 8625, + "_index": 8658, "data": { "ref/stable/bit": {} }, @@ -225505,7 +226368,7 @@ [ "rotate_180", { - "_index": 8052, + "_index": 8078, "data": { "ref/stable/tilemap": {} }, @@ -225515,7 +226378,7 @@ [ "rotate_270", { - "_index": 8054, + "_index": 8080, "data": { "ref/stable/tilemap": {} }, @@ -225525,7 +226388,7 @@ [ "rotate_90", { - "_index": 8057, + "_index": 8083, "data": { "ref/stable/tilemap": {} }, @@ -225576,7 +226439,7 @@ [ "rotatiom", { - "_index": 9774, + "_index": 9846, "data": { "ref/stable/dmTransform": {} }, @@ -225642,7 +226505,7 @@ [ "rotational", { - "_index": 10051, + "_index": 10121, "data": { "ref/stable/b2d.body": {} }, @@ -225652,7 +226515,7 @@ [ "rotations", { - "_index": 7014, + "_index": 7019, "data": { "ref/stable/vmath": {} }, @@ -225672,7 +226535,7 @@ [ "rounded", { - "_index": 7087, + "_index": 7101, "data": { "ref/stable/vmath": {} }, @@ -225682,7 +226545,7 @@ [ "rounding", { - "_index": 9776, + "_index": 9848, "data": { "ref/stable/dmTransform": {} }, @@ -225692,7 +226555,7 @@ [ "rounds", { - "_index": 7254, + "_index": 7268, "data": { "ref/stable/math": {} }, @@ -225702,7 +226565,7 @@ [ "routing", { - "_index": 10461, + "_index": 10532, "data": { "ref/stable/socket": {} }, @@ -225723,7 +226586,7 @@ [ "row:grow", { - "_index": 8894, + "_index": 8962, "data": { "ref/stable/editor": {} }, @@ -225766,7 +226629,7 @@ [ "rs", { - "_index": 8526, + "_index": 8552, "data": { "ref/stable/render": {} }, @@ -225776,7 +226639,7 @@ [ "rs,gs,bs,as", { - "_index": 8500, + "_index": 8526, "data": { "ref/stable/render": {} }, @@ -225786,7 +226649,7 @@ [ "rs/kr,gs/kg,bs/kb,as/ka", { - "_index": 8516, + "_index": 8542, "data": { "ref/stable/render": {} }, @@ -225806,7 +226669,7 @@ [ "rshift", { - "_index": 8627, + "_index": 8660, "data": { "ref/stable/bit": {} }, @@ -226077,6 +226940,7 @@ "manuals/sprite": {}, "manuals/tilemap": {}, "manuals/writing-code": {}, + "ref/stable/editor": {}, "ref/stable/liveupdate": {}, "ref/stable/physics": {}, "ref/stable/sys": {} @@ -226133,7 +226997,7 @@ [ "s,1,j", { - "_index": 7175, + "_index": 7189, "data": { "ref/stable/string": {} }, @@ -226143,7 +227007,7 @@ [ "s1", { - "_index": 9665, + "_index": 9734, "data": { "ref/stable/dmStringFunc": {}, "ref/stable/dmTransform": {} @@ -226154,7 +227018,7 @@ [ "s2", { - "_index": 9666, + "_index": 9735, "data": { "ref/stable/dmStringFunc": {}, "ref/stable/dmTransform": {} @@ -226177,7 +227041,7 @@ [ "s[i", { - "_index": 7090, + "_index": 7104, "data": { "ref/stable/string": {} }, @@ -226187,7 +227051,7 @@ [ "s[i+1", { - "_index": 7091, + "_index": 7105, "data": { "ref/stable/string": {} }, @@ -226197,7 +227061,7 @@ [ "s[j", { - "_index": 7092, + "_index": 7106, "data": { "ref/stable/string": {} }, @@ -226207,7 +227071,7 @@ [ "sa", { - "_index": 8537, + "_index": 8563, "data": { "ref/stable/render": {} }, @@ -226227,7 +227091,7 @@ [ "safari/602.4.8", { - "_index": 9601, + "_index": 9670, "data": { "ref/stable/sys": {} }, @@ -226600,7 +227464,7 @@ [ "savemessagetoarray", { - "_index": 9028, + "_index": 9096, "data": { "ref/stable/dmDDF": {} }, @@ -226657,7 +227521,7 @@ [ "say", { - "_index": 9315, + "_index": 9383, "data": { "ref/stable/package": {} }, @@ -226677,7 +227541,7 @@ [ "sb", { - "_index": 8536, + "_index": 8562, "data": { "ref/stable/render": {} }, @@ -226689,6 +227553,7 @@ { "_index": 6997, "data": { + "ref/stable/editor": {}, "ref/stable/vmath": {} }, "type": {} @@ -226829,7 +227694,7 @@ [ "sceen", { - "_index": 10192, + "_index": 10261, "data": { "ref/stable/profiler": {} }, @@ -226898,7 +227763,7 @@ [ "scenenode", { - "_index": 9270, + "_index": 9338, "data": { "ref/stable/dmGameObject": {} }, @@ -226908,7 +227773,7 @@ [ "scenenodeiterator", { - "_index": 9271, + "_index": 9339, "data": { "ref/stable/dmGameObject": {} }, @@ -226918,7 +227783,7 @@ [ "scenenodeproperty", { - "_index": 9273, + "_index": 9341, "data": { "ref/stable/dmGameObject": {} }, @@ -226928,7 +227793,7 @@ [ "scenenodepropertyiterator", { - "_index": 9281, + "_index": 9349, "data": { "ref/stable/dmGameObject": {} }, @@ -226938,7 +227803,7 @@ [ "scenenodepropertytype", { - "_index": 9282, + "_index": 9350, "data": { "ref/stable/dmGameObject": {} }, @@ -226960,7 +227825,7 @@ [ "scheduled", { - "_index": 9848, + "_index": 9918, "data": { "ref/stable/go": {} }, @@ -226982,7 +227847,58 @@ { "_index": 5458, "data": { - "manuals/editor-scripts": {} + "manuals/editor-scripts": {}, + "ref/stable/editor": {} + }, + "type": {} + } + ], + [ + "schema>a", + { + "_index": 8861, + "data": { + "ref/stable/editor": {} + }, + "type": {} + } + ], + [ + "schema[]schemas", + { + "_index": 8873, + "data": { + "ref/stable/editor": {} + }, + "type": {} + } + ], + [ + "schemaarray", + { + "_index": 8842, + "data": { + "ref/stable/editor": {} + }, + "type": {} + } + ], + [ + "schemaset", + { + "_index": 8869, + "data": { + "ref/stable/editor": {} + }, + "type": {} + } + ], + [ + "schematable", + { + "_index": 8866, + "data": { + "ref/stable/editor": {} }, "type": {} } @@ -226997,6 +227913,16 @@ "type": {} } ], + [ + "schemaval", + { + "_index": 8867, + "data": { + "ref/stable/editor": {} + }, + "type": {} + } + ], [ "scheme", { @@ -227015,7 +227941,7 @@ [ "schemes", { - "_index": 9545, + "_index": 9614, "data": { "ref/stable/liveupdate": {}, "ref/stable/sys": {} @@ -227037,7 +227963,7 @@ [ "sclae", { - "_index": 7043, + "_index": 7048, "data": { "ref/stable/vmath": {} }, @@ -227060,6 +227986,7 @@ "ref/stable/dmScript": {}, "ref/stable/dmSpinlock": {}, "ref/stable/dmStaticAssert": {}, + "ref/stable/editor": {}, "ref/stable/profiler": {}, "ref/stable/sys": {} }, @@ -227069,7 +227996,7 @@ [ "scope_begin", { - "_index": 10218, + "_index": 10287, "data": { "ref/stable/profiler": {} }, @@ -227079,7 +228006,7 @@ [ "scope_end", { - "_index": 10220, + "_index": 10289, "data": { "ref/stable/profiler": {} }, @@ -227212,7 +228139,7 @@ [ "screen_dx", { - "_index": 7944, + "_index": 7970, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -227223,7 +228150,7 @@ [ "screen_dy", { - "_index": 7945, + "_index": 7971, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -227244,7 +228171,7 @@ [ "screen_to_local", { - "_index": 7850, + "_index": 7871, "data": { "ref/stable/gui": {} }, @@ -227265,7 +228192,7 @@ [ "screen_x", { - "_index": 7940, + "_index": 7966, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -227276,7 +228203,7 @@ [ "screen_y", { - "_index": 7941, + "_index": 7967, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -227660,7 +228587,7 @@ [ "searcher", { - "_index": 9312, + "_index": 9380, "data": { "ref/stable/package": {} }, @@ -227670,7 +228597,7 @@ [ "searchers", { - "_index": 9313, + "_index": 9381, "data": { "ref/stable/package": {} }, @@ -227680,7 +228607,7 @@ [ "searches", { - "_index": 9337, + "_index": 9405, "data": { "ref/stable/base": {}, "ref/stable/package": {} @@ -227691,7 +228618,7 @@ [ "searching", { - "_index": 9347, + "_index": 9415, "data": { "ref/stable/package": {} }, @@ -227711,7 +228638,7 @@ [ "sec", { - "_index": 9932, + "_index": 10002, "data": { "ref/stable/os": {} }, @@ -227843,7 +228770,7 @@ [ "section.key", { - "_index": 9040, + "_index": 9108, "data": { "ref/stable/dmConfigFile": {}, "ref/stable/engine": {}, @@ -227867,7 +228794,7 @@ [ "sector", { - "_index": 7694, + "_index": 7708, "data": { "ref/stable/gui": {} }, @@ -227892,7 +228819,7 @@ [ "secured", { - "_index": 9573, + "_index": 9642, "data": { "ref/stable/sys": {} }, @@ -228015,7 +228942,7 @@ [ "seeall", { - "_index": 9354, + "_index": 9422, "data": { "ref/stable/package": {} }, @@ -228025,7 +228952,7 @@ [ "seed", { - "_index": 7286, + "_index": 7300, "data": { "ref/stable/math": {} }, @@ -228046,7 +228973,7 @@ [ "seek", { - "_index": 9392, + "_index": 9460, "data": { "ref/stable/io": {} }, @@ -228168,7 +229095,7 @@ [ "selectable", { - "_index": 8950, + "_index": 9018, "data": { "ref/stable/editor": {} }, @@ -228260,7 +229187,7 @@ [ "selectorclear", { - "_index": 9990, + "_index": 10060, "data": { "ref/stable/dmSocket": {} }, @@ -228270,7 +229197,7 @@ [ "selectorisset", { - "_index": 9993, + "_index": 10063, "data": { "ref/stable/dmSocket": {} }, @@ -228280,7 +229207,7 @@ [ "selectorkind", { - "_index": 9992, + "_index": 10062, "data": { "ref/stable/dmSocket": {} }, @@ -228290,7 +229217,7 @@ [ "selectorset", { - "_index": 9995, + "_index": 10065, "data": { "ref/stable/dmSocket": {} }, @@ -228300,7 +229227,7 @@ [ "selectorzero", { - "_index": 9997, + "_index": 10067, "data": { "ref/stable/dmSocket": {} }, @@ -228873,7 +229800,7 @@ [ "sendattribute", { - "_index": 10019, + "_index": 10089, "data": { "ref/stable/dmWebServer": {} }, @@ -228910,7 +229837,7 @@ [ "sender/receiver", { - "_index": 7304, + "_index": 7318, "data": { "ref/stable/dmMessage": {} }, @@ -228960,7 +229887,7 @@ [ "sendt", { - "_index": 10540, + "_index": 10611, "data": { "ref/stable/socket": {} }, @@ -228970,7 +229897,7 @@ [ "sendto", { - "_index": 10443, + "_index": 10514, "data": { "ref/stable/socket": {} }, @@ -229149,6 +230076,7 @@ "manuals/physics-objects": {}, "manuals/physics-resolving-collisions": {}, "ref/stable/base": {}, + "ref/stable/editor": {}, "ref/stable/io": {}, "ref/stable/package": {} }, @@ -229218,7 +230146,8 @@ "manuals/tilesource": {}, "ref/stable/package": {}, "ref/stable/render": {}, - "ref/stable/string": {} + "ref/stable/string": {}, + "ref/stable/vmath": {} }, "type": {} } @@ -229226,7 +230155,7 @@ [ "sequenced", { - "_index": 7578, + "_index": 7592, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -229250,7 +230179,7 @@ [ "sequential", { - "_index": 7620, + "_index": 7634, "data": { "ref/stable/gui": {}, "ref/stable/sound": {} @@ -229291,7 +230220,7 @@ [ "serialize", { - "_index": 9641, + "_index": 9710, "data": { "ref/stable/dmScript": {}, "ref/stable/sys": {} @@ -229302,7 +230231,7 @@ [ "serialized", { - "_index": 9642, + "_index": 9711, "data": { "ref/stable/sys": {} }, @@ -229312,7 +230241,7 @@ [ "serializing", { - "_index": 9023, + "_index": 9091, "data": { "ref/stable/dmDDF": {} }, @@ -229424,7 +230353,7 @@ [ "server:accept", { - "_index": 10495, + "_index": 10566, "data": { "ref/stable/socket": {} }, @@ -229434,7 +230363,7 @@ [ "server:close", { - "_index": 10498, + "_index": 10569, "data": { "ref/stable/socket": {} }, @@ -229444,7 +230373,7 @@ [ "server:dirty", { - "_index": 10499, + "_index": 10570, "data": { "ref/stable/socket": {} }, @@ -229454,7 +230383,7 @@ [ "server:getfd", { - "_index": 10500, + "_index": 10571, "data": { "ref/stable/socket": {} }, @@ -229464,7 +230393,7 @@ [ "server:getoption", { - "_index": 10501, + "_index": 10572, "data": { "ref/stable/socket": {} }, @@ -229474,7 +230403,7 @@ [ "server:getsockname", { - "_index": 10503, + "_index": 10574, "data": { "ref/stable/socket": {} }, @@ -229484,7 +230413,7 @@ [ "server:getstats", { - "_index": 10504, + "_index": 10575, "data": { "ref/stable/socket": {} }, @@ -229494,7 +230423,7 @@ [ "server:setfd", { - "_index": 10505, + "_index": 10576, "data": { "ref/stable/socket": {} }, @@ -229504,7 +230433,7 @@ [ "server:setoption", { - "_index": 10502, + "_index": 10573, "data": { "ref/stable/socket": {} }, @@ -229514,7 +230443,7 @@ [ "server:setstats", { - "_index": 10506, + "_index": 10577, "data": { "ref/stable/socket": {} }, @@ -229524,7 +230453,7 @@ [ "server:settimeout", { - "_index": 10507, + "_index": 10578, "data": { "ref/stable/socket": {} }, @@ -229649,7 +230578,7 @@ [ "sessions", { - "_index": 8387, + "_index": 8413, "data": { "ref/stable/dmResource": {}, "ref/stable/liveupdate": {} @@ -229810,7 +230739,7 @@ [ "set_active", { - "_index": 10101, + "_index": 10170, "data": { "ref/stable/b2d.body": {} }, @@ -229820,7 +230749,7 @@ [ "set_adjust_mode", { - "_index": 7859, + "_index": 7880, "data": { "ref/stable/gui": {} }, @@ -229830,7 +230759,7 @@ [ "set_alpha", { - "_index": 7861, + "_index": 7882, "data": { "ref/stable/gui": {} }, @@ -229840,7 +230769,7 @@ [ "set_angular_damping", { - "_index": 10109, + "_index": 10178, "data": { "ref/stable/b2d.body": {} }, @@ -229850,7 +230779,7 @@ [ "set_angular_velocity", { - "_index": 10111, + "_index": 10180, "data": { "ref/stable/b2d.body": {} }, @@ -229860,7 +230789,7 @@ [ "set_aspect_ratio", { - "_index": 10277, + "_index": 10348, "data": { "ref/stable/camera": {} }, @@ -229870,7 +230799,7 @@ [ "set_atlas", { - "_index": 10370, + "_index": 10441, "data": { "ref/stable/resource": {} }, @@ -229880,7 +230809,7 @@ [ "set_awake", { - "_index": 10113, + "_index": 10182, "data": { "ref/stable/b2d.body": {} }, @@ -229900,7 +230829,7 @@ [ "set_blend_func", { - "_index": 8496, + "_index": 8522, "data": { "ref/stable/render": {} }, @@ -229910,7 +230839,7 @@ [ "set_blend_mode", { - "_index": 7863, + "_index": 7884, "data": { "ref/stable/gui": {} }, @@ -229920,7 +230849,7 @@ [ "set_buffer", { - "_index": 10373, + "_index": 10444, "data": { "ref/stable/resource": {} }, @@ -229930,7 +230859,7 @@ [ "set_bullet", { - "_index": 10115, + "_index": 10184, "data": { "ref/stable/b2d.body": {} }, @@ -229940,7 +230869,7 @@ [ "set_camera", { - "_index": 8541, + "_index": 8567, "data": { "ref/stable/camera": {}, "ref/stable/render": {} @@ -229951,7 +230880,7 @@ [ "set_clipping_inverted", { - "_index": 7865, + "_index": 7886, "data": { "ref/stable/gui": {} }, @@ -229961,7 +230890,7 @@ [ "set_clipping_mode", { - "_index": 7867, + "_index": 7888, "data": { "ref/stable/gui": {} }, @@ -229971,7 +230900,7 @@ [ "set_clipping_visible", { - "_index": 7869, + "_index": 7890, "data": { "ref/stable/gui": {} }, @@ -229981,7 +230910,7 @@ [ "set_collection", { - "_index": 7964, + "_index": 7990, "data": { "ref/stable/collectionproxy": {} }, @@ -229991,7 +230920,7 @@ [ "set_color", { - "_index": 7870, + "_index": 7891, "data": { "ref/stable/gui": {} }, @@ -230001,7 +230930,7 @@ [ "set_color_mask", { - "_index": 8544, + "_index": 8570, "data": { "ref/stable/render": {} }, @@ -230011,7 +230940,7 @@ [ "set_compute", { - "_index": 8547, + "_index": 8573, "data": { "ref/stable/render": {} }, @@ -230021,7 +230950,7 @@ [ "set_connectivity_host", { - "_index": 9644, + "_index": 9713, "data": { "ref/stable/sys": {} }, @@ -230031,7 +230960,7 @@ [ "set_constant", { - "_index": 10185, + "_index": 10254, "data": { "ref/stable/particlefx": {} }, @@ -230051,7 +230980,7 @@ [ "set_cull_face", { - "_index": 8549, + "_index": 8575, "data": { "ref/stable/render": {} }, @@ -230061,7 +230990,7 @@ [ "set_depth_func", { - "_index": 8554, + "_index": 8580, "data": { "ref/stable/render": {} }, @@ -230071,7 +231000,7 @@ [ "set_depth_mask", { - "_index": 8556, + "_index": 8582, "data": { "ref/stable/render": {} }, @@ -230081,7 +231010,7 @@ [ "set_dim_mode", { - "_index": 7202, + "_index": 7216, "data": { "ref/stable/window": {} }, @@ -230102,7 +231031,7 @@ [ "set_error_handler", { - "_index": 9647, + "_index": 9716, "data": { "ref/stable/sys": {} }, @@ -230112,7 +231041,7 @@ [ "set_euler", { - "_index": 7873, + "_index": 7894, "data": { "ref/stable/gui": {} }, @@ -230122,7 +231051,7 @@ [ "set_far_z", { - "_index": 10279, + "_index": 10350, "data": { "ref/stable/camera": {} }, @@ -230132,7 +231061,7 @@ [ "set_file_path", { - "_index": 8671, + "_index": 8704, "data": { "ref/stable/crash": {} }, @@ -230142,7 +231071,7 @@ [ "set_fill_angle", { - "_index": 7874, + "_index": 7895, "data": { "ref/stable/gui": {} }, @@ -230152,7 +231081,7 @@ [ "set_fixed_rotation", { - "_index": 10117, + "_index": 10186, "data": { "ref/stable/b2d.body": {} }, @@ -230162,7 +231091,7 @@ [ "set_flipbook_cursor", { - "_index": 7876, + "_index": 7897, "data": { "ref/stable/gui": {} }, @@ -230172,7 +231101,7 @@ [ "set_flipbook_playback_rate", { - "_index": 7878, + "_index": 7899, "data": { "ref/stable/gui": {} }, @@ -230182,7 +231111,7 @@ [ "set_font", { - "_index": 7880, + "_index": 7901, "data": { "ref/stable/gui": {} }, @@ -230192,7 +231121,7 @@ [ "set_fov", { - "_index": 10281, + "_index": 10352, "data": { "ref/stable/camera": {} }, @@ -230202,7 +231131,7 @@ [ "set_gain", { - "_index": 10686, + "_index": 10757, "data": { "ref/stable/sound": {} }, @@ -230212,7 +231141,7 @@ [ "set_gravity", { - "_index": 7513, + "_index": 7527, "data": { "ref/stable/physics": {} }, @@ -230222,7 +231151,7 @@ [ "set_gravity_scale", { - "_index": 10119, + "_index": 10188, "data": { "ref/stable/b2d.body": {} }, @@ -230232,7 +231161,7 @@ [ "set_group", { - "_index": 7515, + "_index": 7529, "data": { "ref/stable/physics": {} }, @@ -230242,7 +231171,7 @@ [ "set_group_gain", { - "_index": 10704, + "_index": 10775, "data": { "ref/stable/sound": {} }, @@ -230274,7 +231203,7 @@ [ "set_inherit_alpha", { - "_index": 7886, + "_index": 7907, "data": { "ref/stable/gui": {} }, @@ -230284,7 +231213,7 @@ [ "set_inner_radius", { - "_index": 7887, + "_index": 7908, "data": { "ref/stable/gui": {} }, @@ -230294,7 +231223,7 @@ [ "set_interaction_listener", { - "_index": 10133, + "_index": 10202, "data": { "ref/stable/html5": {} }, @@ -230304,7 +231233,7 @@ [ "set_joint_properties", { - "_index": 7518, + "_index": 7532, "data": { "ref/stable/physics": {} }, @@ -230314,7 +231243,7 @@ [ "set_layer", { - "_index": 7889, + "_index": 7910, "data": { "ref/stable/gui": {} }, @@ -230324,7 +231253,7 @@ [ "set_leading", { - "_index": 7891, + "_index": 7912, "data": { "ref/stable/gui": {} }, @@ -230334,7 +231263,7 @@ [ "set_line_break", { - "_index": 7893, + "_index": 7914, "data": { "ref/stable/gui": {} }, @@ -230344,7 +231273,7 @@ [ "set_linear_damping", { - "_index": 10121, + "_index": 10190, "data": { "ref/stable/b2d.body": {} }, @@ -230354,7 +231283,7 @@ [ "set_linear_velocity", { - "_index": 10123, + "_index": 10192, "data": { "ref/stable/b2d.body": {} }, @@ -230364,9 +231293,10 @@ [ "set_listener", { - "_index": 7204, + "_index": 7218, "data": { "ref/stable/physics": {}, + "ref/stable/render": {}, "ref/stable/window": {} }, "type": {} @@ -230375,7 +231305,7 @@ [ "set_maskbit", { - "_index": 7521, + "_index": 7535, "data": { "ref/stable/physics": {} }, @@ -230385,7 +231315,7 @@ [ "set_material", { - "_index": 7895, + "_index": 7916, "data": { "ref/stable/gui": {} }, @@ -230395,7 +231325,7 @@ [ "set_mesh_enabled", { - "_index": 9761, + "_index": 9830, "data": { "ref/stable/model": {} }, @@ -230405,7 +231335,7 @@ [ "set_metadata", { - "_index": 8086, + "_index": 8112, "data": { "ref/stable/buffer": {} }, @@ -230415,7 +231345,7 @@ [ "set_mouse_lock", { - "_index": 7211, + "_index": 7225, "data": { "ref/stable/window": {} }, @@ -230435,7 +231365,7 @@ [ "set_near_z", { - "_index": 10283, + "_index": 10354, "data": { "ref/stable/camera": {} }, @@ -230445,7 +231375,7 @@ [ "set_orthographic_zoom", { - "_index": 10285, + "_index": 10356, "data": { "ref/stable/camera": {} }, @@ -230455,7 +231385,7 @@ [ "set_outer_bounds", { - "_index": 7896, + "_index": 7917, "data": { "ref/stable/gui": {} }, @@ -230465,7 +231395,7 @@ [ "set_outline", { - "_index": 7897, + "_index": 7918, "data": { "ref/stable/gui": {} }, @@ -230475,7 +231405,7 @@ [ "set_pan", { - "_index": 10706, + "_index": 10777, "data": { "ref/stable/sound": {} }, @@ -230497,7 +231427,7 @@ [ "set_particlefx", { - "_index": 7901, + "_index": 7922, "data": { "ref/stable/gui": {} }, @@ -230517,7 +231447,7 @@ [ "set_perimeter_vertices", { - "_index": 7902, + "_index": 7923, "data": { "ref/stable/gui": {} }, @@ -230527,7 +231457,7 @@ [ "set_pivot", { - "_index": 7904, + "_index": 7925, "data": { "ref/stable/gui": {} }, @@ -230537,7 +231467,7 @@ [ "set_polygon_offset", { - "_index": 8558, + "_index": 8591, "data": { "ref/stable/render": {} }, @@ -230547,7 +231477,7 @@ [ "set_position", { - "_index": 7905, + "_index": 7926, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -230558,7 +231488,7 @@ [ "set_projection", { - "_index": 8565, + "_index": 8598, "data": { "ref/stable/render": {} }, @@ -230568,7 +231498,7 @@ [ "set_prototype", { - "_index": 7182, + "_index": 7196, "data": { "ref/stable/collectionfactory": {}, "ref/stable/factory": {} @@ -230579,7 +231509,7 @@ [ "set_render_order", { - "_index": 7907, + "_index": 7928, "data": { "ref/stable/gui": {} }, @@ -230589,7 +231519,7 @@ [ "set_render_target", { - "_index": 8566, + "_index": 8599, "data": { "ref/stable/render": {} }, @@ -230599,7 +231529,7 @@ [ "set_render_target_size", { - "_index": 8571, + "_index": 8604, "data": { "ref/stable/render": {} }, @@ -230609,7 +231539,7 @@ [ "set_rotation", { - "_index": 7909, + "_index": 7930, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -230620,7 +231550,7 @@ [ "set_scale", { - "_index": 7910, + "_index": 7931, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -230641,7 +231571,7 @@ [ "set_screen_position", { - "_index": 7912, + "_index": 7933, "data": { "ref/stable/gui": {} }, @@ -230651,7 +231581,7 @@ [ "set_shadow", { - "_index": 7913, + "_index": 7934, "data": { "ref/stable/gui": {} }, @@ -230661,7 +231591,7 @@ [ "set_shape", { - "_index": 7524, + "_index": 7538, "data": { "ref/stable/physics": {} }, @@ -230671,7 +231601,7 @@ [ "set_shape_data", { - "_index": 7527, + "_index": 7541, "data": { "ref/stable/physics": {} }, @@ -230681,7 +231611,7 @@ [ "set_size", { - "_index": 7914, + "_index": 7935, "data": { "ref/stable/gui": {} }, @@ -230691,7 +231621,7 @@ [ "set_size_mode", { - "_index": 7917, + "_index": 7938, "data": { "ref/stable/gui": {} }, @@ -230701,7 +231631,7 @@ [ "set_sleeping_allowed", { - "_index": 10125, + "_index": 10194, "data": { "ref/stable/b2d.body": {} }, @@ -230711,7 +231641,7 @@ [ "set_slice9", { - "_index": 7918, + "_index": 7939, "data": { "ref/stable/gui": {} }, @@ -230721,7 +231651,7 @@ [ "set_sound", { - "_index": 10376, + "_index": 10447, "data": { "ref/stable/resource": {} }, @@ -230731,7 +231661,7 @@ [ "set_state", { - "_index": 8987, + "_index": 9055, "data": { "ref/stable/editor": {} }, @@ -230741,7 +231671,7 @@ [ "set_stencil_func", { - "_index": 8573, + "_index": 8606, "data": { "ref/stable/render": {} }, @@ -230751,7 +231681,7 @@ [ "set_stencil_mask", { - "_index": 8583, + "_index": 8616, "data": { "ref/stable/render": {} }, @@ -230761,7 +231691,7 @@ [ "set_stencil_op", { - "_index": 8585, + "_index": 8618, "data": { "ref/stable/render": {} }, @@ -230771,7 +231701,7 @@ [ "set_text", { - "_index": 7919, + "_index": 7940, "data": { "ref/stable/gui": {}, "ref/stable/label": {} @@ -230794,7 +231724,7 @@ [ "set_texture_data", { - "_index": 7923, + "_index": 7944, "data": { "ref/stable/gui": {} }, @@ -230804,7 +231734,7 @@ [ "set_tile", { - "_index": 8058, + "_index": 8084, "data": { "ref/stable/tilemap": {} }, @@ -230826,7 +231756,7 @@ [ "set_tracking", { - "_index": 7925, + "_index": 7946, "data": { "ref/stable/gui": {} }, @@ -230836,7 +231766,7 @@ [ "set_transform", { - "_index": 10127, + "_index": 10196, "data": { "ref/stable/b2d.body": {} }, @@ -230846,7 +231776,7 @@ [ "set_type", { - "_index": 10129, + "_index": 10198, "data": { "ref/stable/b2d.body": {} }, @@ -230856,7 +231786,7 @@ [ "set_ui_mode", { - "_index": 10221, + "_index": 10290, "data": { "ref/stable/profiler": {} }, @@ -230866,7 +231796,7 @@ [ "set_ui_view_mode", { - "_index": 10225, + "_index": 10294, "data": { "ref/stable/profiler": {} }, @@ -230876,7 +231806,7 @@ [ "set_ui_vsync_wait_visible", { - "_index": 10230, + "_index": 10299, "data": { "ref/stable/profiler": {} }, @@ -230886,7 +231816,7 @@ [ "set_update_frequency", { - "_index": 9516, + "_index": 9585, "data": { "ref/stable/sys": {} }, @@ -230906,7 +231836,7 @@ [ "set_user_field", { - "_index": 8674, + "_index": 8707, "data": { "ref/stable/crash": {} }, @@ -230937,7 +231867,7 @@ [ "set_view", { - "_index": 8597, + "_index": 8630, "data": { "ref/stable/render": {} }, @@ -230957,7 +231887,7 @@ [ "set_viewport", { - "_index": 8598, + "_index": 8631, "data": { "ref/stable/render": {} }, @@ -230967,7 +231897,7 @@ [ "set_visible", { - "_index": 7926, + "_index": 7947, "data": { "ref/stable/gui": {}, "ref/stable/tilemap": {} @@ -230978,7 +231908,7 @@ [ "set_vsync", { - "_index": 9520, + "_index": 9589, "data": { "ref/stable/sys": {} }, @@ -230988,7 +231918,7 @@ [ "set_vsync_swap_interval", { - "_index": 9650, + "_index": 9719, "data": { "ref/stable/sys": {} }, @@ -230998,7 +231928,7 @@ [ "set_xanchor", { - "_index": 7928, + "_index": 7949, "data": { "ref/stable/gui": {} }, @@ -231008,7 +231938,7 @@ [ "set_yanchor", { - "_index": 7930, + "_index": 7951, "data": { "ref/stable/gui": {} }, @@ -231018,7 +231948,7 @@ [ "setblocking", { - "_index": 9999, + "_index": 10069, "data": { "ref/stable/dmSocket": {} }, @@ -231028,7 +231958,7 @@ [ "setbone", { - "_index": 9283, + "_index": 9351, "data": { "ref/stable/dmGameObject": {} }, @@ -231038,7 +231968,7 @@ [ "setbonetransforms", { - "_index": 9284, + "_index": 9352, "data": { "ref/stable/dmGameObject": {} }, @@ -231048,7 +231978,7 @@ [ "setbroadcast", { - "_index": 10000, + "_index": 10070, "data": { "ref/stable/dmSocket": {} }, @@ -231058,7 +231988,7 @@ [ "setcapacity", { - "_index": 7434, + "_index": 7448, "data": { "ref/stable/dmArray": {} }, @@ -231068,7 +231998,7 @@ [ "setconstantlocation", { - "_index": 10894, + "_index": 10965, "data": { "ref/stable/dmRender": {} }, @@ -231078,7 +232008,7 @@ [ "setconstanttype", { - "_index": 10895, + "_index": 10966, "data": { "ref/stable/dmRender": {} }, @@ -231088,7 +232018,7 @@ [ "setconstantvalues", { - "_index": 10896, + "_index": 10967, "data": { "ref/stable/dmRender": {} }, @@ -231098,7 +232028,7 @@ [ "setfenv", { - "_index": 9504, + "_index": 9572, "data": { "ref/stable/base": {}, "ref/stable/debug": {} @@ -231109,7 +232039,7 @@ [ "setfragment", { - "_index": 7327, + "_index": 7341, "data": { "ref/stable/dmMessage": {} }, @@ -231119,7 +232049,7 @@ [ "setgamepadaxis", { - "_index": 9472, + "_index": 9540, "data": { "ref/stable/dmHid": {} }, @@ -231129,7 +232059,7 @@ [ "setgamepadbutton", { - "_index": 9473, + "_index": 9541, "data": { "ref/stable/dmHid": {} }, @@ -231139,7 +232069,7 @@ [ "sethook", { - "_index": 9505, + "_index": 9573, "data": { "ref/stable/debug": {} }, @@ -231149,7 +232079,7 @@ [ "setidentifier", { - "_index": 9286, + "_index": 9354, "data": { "ref/stable/dmGameObject": {} }, @@ -231159,7 +232089,7 @@ [ "setidentity", { - "_index": 9785, + "_index": 9857, "data": { "ref/stable/dmTransform": {} }, @@ -231189,7 +232119,7 @@ [ "setinstance", { - "_index": 10745, + "_index": 10816, "data": { "ref/stable/dmScript": {} }, @@ -231199,7 +232129,7 @@ [ "setkey", { - "_index": 9474, + "_index": 9542, "data": { "ref/stable/dmHid": {} }, @@ -231209,7 +232139,7 @@ [ "setlocal", { - "_index": 9508, + "_index": 9576, "data": { "ref/stable/debug": {} }, @@ -231219,7 +232149,7 @@ [ "setlocale", { - "_index": 9949, + "_index": 10019, "data": { "ref/stable/os": {} }, @@ -231229,7 +232159,7 @@ [ "setmassdata", { - "_index": 10099, + "_index": 10168, "data": { "ref/stable/b2d.body": {} }, @@ -231239,7 +232169,7 @@ [ "setmaterialconstant", { - "_index": 8018, + "_index": 8044, "data": { "ref/stable/dmGameSystem": {} }, @@ -231249,7 +232179,7 @@ [ "setmetadata", { - "_index": 10606, + "_index": 10677, "data": { "ref/stable/dmBuffer": {} }, @@ -231271,7 +232201,7 @@ [ "setmousebutton", { - "_index": 9476, + "_index": 9544, "data": { "ref/stable/dmHid": {} }, @@ -231281,7 +232211,7 @@ [ "setmouseposition", { - "_index": 9477, + "_index": 9545, "data": { "ref/stable/dmHid": {} }, @@ -231291,7 +232221,7 @@ [ "setmousewheel", { - "_index": 9478, + "_index": 9546, "data": { "ref/stable/dmHid": {} }, @@ -231301,7 +232231,7 @@ [ "setnamedconstant", { - "_index": 10898, + "_index": 10969, "data": { "ref/stable/dmRender": {} }, @@ -231311,7 +232241,7 @@ [ "setnamedconstantatindex", { - "_index": 10901, + "_index": 10972, "data": { "ref/stable/dmRender": {} }, @@ -231321,7 +232251,7 @@ [ "setnamedconstants", { - "_index": 10902, + "_index": 10973, "data": { "ref/stable/dmRender": {} }, @@ -231331,7 +232261,7 @@ [ "setnodeadjustmode", { - "_index": 8134, + "_index": 8160, "data": { "ref/stable/dmGui": {} }, @@ -231341,7 +232271,7 @@ [ "setnodeid", { - "_index": 8135, + "_index": 8161, "data": { "ref/stable/dmGui": {} }, @@ -231351,7 +232281,7 @@ [ "setnodeisbone", { - "_index": 8136, + "_index": 8162, "data": { "ref/stable/dmGui": {} }, @@ -231361,7 +232291,7 @@ [ "setnodelay", { - "_index": 10002, + "_index": 10072, "data": { "ref/stable/dmSocket": {} }, @@ -231371,7 +232301,7 @@ [ "setnodeparent", { - "_index": 8138, + "_index": 8164, "data": { "ref/stable/dmGui": {} }, @@ -231381,7 +232311,7 @@ [ "setnodeproperty", { - "_index": 8141, + "_index": 8167, "data": { "ref/stable/dmGui": {} }, @@ -231391,7 +232321,7 @@ [ "setnodetexture", { - "_index": 8142, + "_index": 8168, "data": { "ref/stable/dmGui": {} }, @@ -231401,7 +232331,7 @@ [ "setoption", { - "_index": 10490, + "_index": 10561, "data": { "ref/stable/socket": {} }, @@ -231411,7 +232341,7 @@ [ "setpath", { - "_index": 7328, + "_index": 7342, "data": { "ref/stable/dmMessage": {} }, @@ -231421,7 +232351,7 @@ [ "setpause", { - "_index": 10620, + "_index": 10691, "data": { "ref/stable/base": {} }, @@ -231431,7 +232361,7 @@ [ "setpeername", { - "_index": 10556, + "_index": 10627, "data": { "ref/stable/socket": {} }, @@ -231441,7 +232371,7 @@ [ "setposition", { - "_index": 9287, + "_index": 9355, "data": { "ref/stable/dmGameObject": {} }, @@ -231451,7 +232381,7 @@ [ "setquickack", { - "_index": 10004, + "_index": 10074, "data": { "ref/stable/dmSocket": {} }, @@ -231461,7 +232391,7 @@ [ "setreceivetimeout", { - "_index": 8727, + "_index": 8760, "data": { "ref/stable/dmSSLSocket": {}, "ref/stable/dmSocket": {} @@ -231472,7 +232402,7 @@ [ "setrenderconstant", { - "_index": 8035, + "_index": 8061, "data": { "ref/stable/dmGameSystem": {} }, @@ -231482,7 +232412,7 @@ [ "setreuseaddress", { - "_index": 10007, + "_index": 10077, "data": { "ref/stable/dmSocket": {} }, @@ -231492,7 +232422,7 @@ [ "setrotation", { - "_index": 9288, + "_index": 9356, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmTransform": {} @@ -231549,7 +232479,7 @@ [ "setscale", { - "_index": 9289, + "_index": 9357, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmTransform": {} @@ -231560,7 +232490,7 @@ [ "setsendtimeout", { - "_index": 10009, + "_index": 10079, "data": { "ref/stable/dmSocket": {} }, @@ -231570,7 +232500,7 @@ [ "setsize", { - "_index": 7441, + "_index": 7455, "data": { "ref/stable/dmArray": {} }, @@ -231580,7 +232510,7 @@ [ "setsocket", { - "_index": 7329, + "_index": 7343, "data": { "ref/stable/dmMessage": {} }, @@ -231590,7 +232520,7 @@ [ "setsockname", { - "_index": 10442, + "_index": 10513, "data": { "ref/stable/socket": {} }, @@ -231600,7 +232530,7 @@ [ "setstatuscode", { - "_index": 10020, + "_index": 10090, "data": { "ref/stable/dmWebServer": {} }, @@ -231610,7 +232540,7 @@ [ "setstepmul", { - "_index": 10621, + "_index": 10692, "data": { "ref/stable/base": {} }, @@ -231630,7 +232560,7 @@ [ "setteres", { - "_index": 7852, + "_index": 7873, "data": { "ref/stable/gui": {} }, @@ -231640,7 +232570,7 @@ [ "setthreadname", { - "_index": 10253, + "_index": 10322, "data": { "ref/stable/dmThread": {} }, @@ -231650,7 +232580,7 @@ [ "settimeout", { - "_index": 10425, + "_index": 10496, "data": { "ref/stable/socket": {} }, @@ -231762,7 +232692,7 @@ [ "settlsvalue", { - "_index": 10255, + "_index": 10324, "data": { "ref/stable/dmThread": {} }, @@ -231772,7 +232702,7 @@ [ "settranslation", { - "_index": 9786, + "_index": 9858, "data": { "ref/stable/dmTransform": {} }, @@ -231782,7 +232712,7 @@ [ "setuniformscale", { - "_index": 9787, + "_index": 9859, "data": { "ref/stable/dmTransform": {} }, @@ -231835,7 +232765,7 @@ [ "setupcallback", { - "_index": 10799, + "_index": 10870, "data": { "ref/stable/dmScript": {} }, @@ -231845,7 +232775,7 @@ [ "setuptype", { - "_index": 8449, + "_index": 8475, "data": { "ref/stable/dmResource": {} }, @@ -231855,7 +232785,7 @@ [ "setupvalue", { - "_index": 9512, + "_index": 9580, "data": { "ref/stable/debug": {} }, @@ -231949,7 +232879,7 @@ [ "sfail", { - "_index": 8587, + "_index": 8620, "data": { "ref/stable/render": {} }, @@ -231969,7 +232899,7 @@ [ "sg", { - "_index": 8531, + "_index": 8557, "data": { "ref/stable/render": {} }, @@ -232006,7 +232936,7 @@ [ "sha256", { - "_index": 8170, + "_index": 8196, "data": { "ref/stable/dmCrypt": {} }, @@ -232016,7 +232946,7 @@ [ "sha512", { - "_index": 8173, + "_index": 8199, "data": { "ref/stable/dmCrypt": {} }, @@ -232229,7 +233159,7 @@ [ "shape_type_box", { - "_index": 7535, + "_index": 7549, "data": { "ref/stable/physics": {} }, @@ -232239,7 +233169,7 @@ [ "shape_type_capsule", { - "_index": 7536, + "_index": 7550, "data": { "ref/stable/physics": {} }, @@ -232249,7 +233179,7 @@ [ "shape_type_hull", { - "_index": 7537, + "_index": 7551, "data": { "ref/stable/physics": {} }, @@ -232259,7 +233189,7 @@ [ "shape_type_sphere", { - "_index": 7538, + "_index": 7552, "data": { "ref/stable/physics": {} }, @@ -232612,7 +233542,7 @@ [ "shearing", { - "_index": 9790, + "_index": 9862, "data": { "ref/stable/dmTransform": {} }, @@ -232725,7 +233655,7 @@ [ "shifted", { - "_index": 8603, + "_index": 8636, "data": { "ref/stable/bit": {} }, @@ -232755,7 +233685,7 @@ [ "shifts", { - "_index": 8620, + "_index": 8653, "data": { "ref/stable/bit": {} }, @@ -232816,6 +233746,7 @@ "manuals/html5": {}, "manuals/lua": {}, "manuals/optimization-speed": {}, + "ref/stable/editor": {}, "ref/stable/particlefx": {} }, "type": {} @@ -232824,7 +233755,7 @@ [ "shortcut", { - "_index": 10483, + "_index": 10554, "data": { "ref/stable/socket": {} }, @@ -232855,7 +233786,7 @@ [ "shortest", { - "_index": 7394, + "_index": 7408, "data": { "ref/stable/dmVMath": {} }, @@ -233075,7 +234006,7 @@ [ "show_external_directory_dialog", { - "_index": 8968, + "_index": 9036, "data": { "ref/stable/editor": {} }, @@ -233085,7 +234016,7 @@ [ "show_external_file_dialog", { - "_index": 8972, + "_index": 9040, "data": { "ref/stable/editor": {} }, @@ -233095,7 +234026,7 @@ [ "show_keyboard", { - "_index": 7932, + "_index": 7953, "data": { "ref/stable/gui": {} }, @@ -233105,7 +234036,7 @@ [ "show_resource_dialog", { - "_index": 8974, + "_index": 9042, "data": { "ref/stable/editor": {} }, @@ -233228,7 +234159,7 @@ [ "shutdowntype", { - "_index": 10011, + "_index": 10081, "data": { "ref/stable/dmSocket": {} }, @@ -233238,7 +234169,7 @@ [ "shuts", { - "_index": 9977, + "_index": 10047, "data": { "ref/stable/dmConnectionPool": {}, "ref/stable/socket": {} @@ -233259,7 +234190,7 @@ [ "sibling", { - "_index": 8110, + "_index": 8136, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmGui": {} @@ -233270,7 +234201,7 @@ [ "siblings", { - "_index": 7711, + "_index": 7725, "data": { "ref/stable/dmGui": {}, "ref/stable/gui": {} @@ -233376,7 +234307,7 @@ [ "signals", { - "_index": 10629, + "_index": 10700, "data": { "ref/stable/base": {} }, @@ -233386,7 +234317,7 @@ [ "signature", { - "_index": 9734, + "_index": 9803, "data": { "ref/stable/liveupdate": {} }, @@ -233440,7 +234371,7 @@ [ "signs", { - "_index": 7237, + "_index": 7251, "data": { "ref/stable/math": {} }, @@ -233470,7 +234401,7 @@ [ "silently", { - "_index": 8569, + "_index": 8602, "data": { "ref/stable/render": {}, "ref/stable/socket": {} @@ -233786,7 +234717,7 @@ [ "simultaneous", { - "_index": 9453, + "_index": 9521, "data": { "ref/stable/dmHid": {} }, @@ -233809,7 +234740,7 @@ [ "sin", { - "_index": 7288, + "_index": 7302, "data": { "ref/stable/math": {} }, @@ -233868,7 +234799,7 @@ [ "sine", { - "_index": 7231, + "_index": 7245, "data": { "ref/stable/go": {}, "ref/stable/gui": {}, @@ -233880,7 +234811,7 @@ [ "sinewave", { - "_index": 10693, + "_index": 10764, "data": { "ref/stable/sound": {} }, @@ -233939,7 +234870,7 @@ [ "single\"title", { - "_index": 8976, + "_index": 9044, "data": { "ref/stable/editor": {} }, @@ -233956,10 +234887,20 @@ "type": {} } ], + [ + "singularity", + { + "_index": 7090, + "data": { + "ref/stable/vmath": {} + }, + "type": {} + } + ], [ "sinh", { - "_index": 7290, + "_index": 7304, "data": { "ref/stable/math": {} }, @@ -234036,7 +234977,7 @@ [ "siz", { - "_index": 9675, + "_index": 9744, "data": { "ref/stable/dmStringFunc": {} }, @@ -234140,7 +235081,7 @@ [ "size_mode_auto", { - "_index": 7933, + "_index": 7954, "data": { "ref/stable/gui": {} }, @@ -234150,7 +235091,7 @@ [ "size_mode_manual", { - "_index": 7915, + "_index": 7936, "data": { "ref/stable/gui": {} }, @@ -234160,7 +235101,7 @@ [ "size_t", { - "_index": 10141, + "_index": 10210, "data": { "ref/stable/dmHash": {}, "ref/stable/dmScript": {} @@ -234183,7 +235124,7 @@ [ "sizeof", { - "_index": 10598, + "_index": 10669, "data": { "ref/stable/dmBuffer": {} }, @@ -234233,7 +235174,7 @@ [ "skeletons", { - "_index": 9285, + "_index": 9353, "data": { "ref/stable/dmGameObject": {} }, @@ -234336,7 +235277,7 @@ [ "sleep", { - "_index": 9770, + "_index": 9842, "data": { "ref/stable/b2d.body": {}, "ref/stable/dmTime": {}, @@ -234359,7 +235300,7 @@ [ "slerp", { - "_index": 7080, + "_index": 7094, "data": { "ref/stable/dmVMath": {}, "ref/stable/vmath": {} @@ -234370,7 +235311,7 @@ [ "slerped", { - "_index": 7084, + "_index": 7098, "data": { "ref/stable/vmath": {} }, @@ -234443,7 +235384,7 @@ [ "slope", { - "_index": 8562, + "_index": 8595, "data": { "ref/stable/render": {} }, @@ -234465,7 +235406,7 @@ [ "slots", { - "_index": 8676, + "_index": 8709, "data": { "ref/stable/crash": {} }, @@ -234638,7 +235579,7 @@ [ "snake_case", { - "_index": 8787, + "_index": 8820, "data": { "ref/stable/editor": {} }, @@ -234656,10 +235597,20 @@ "type": {} } ], + [ + "snaps", + { + "_index": 7092, + "data": { + "ref/stable/vmath": {} + }, + "type": {} + } + ], [ "snapshot", { - "_index": 8784, + "_index": 8817, "data": { "ref/stable/dmProfile": {} }, @@ -234785,7 +235736,7 @@ [ "so_broadcast", { - "_index": 10001, + "_index": 10071, "data": { "ref/stable/dmSocket": {} }, @@ -234795,7 +235746,7 @@ [ "so_reuseaddr", { - "_index": 10008, + "_index": 10078, "data": { "ref/stable/dmSocket": {} }, @@ -234844,7 +235795,7 @@ [ "socket._setsize", { - "_index": 10508, + "_index": 10579, "data": { "ref/stable/socket": {} }, @@ -234854,7 +235805,7 @@ [ "socket._version", { - "_index": 10510, + "_index": 10581, "data": { "ref/stable/socket": {} }, @@ -234864,7 +235815,7 @@ [ "socket.connect", { - "_index": 10482, + "_index": 10553, "data": { "ref/stable/socket": {} }, @@ -234874,7 +235825,7 @@ [ "socket.dns.getaddrinfo", { - "_index": 10515, + "_index": 10586, "data": { "ref/stable/socket": {} }, @@ -234884,7 +235835,7 @@ [ "socket.dns.gethostname", { - "_index": 10518, + "_index": 10589, "data": { "ref/stable/socket": {} }, @@ -234894,7 +235845,7 @@ [ "socket.dns.getnameinfo", { - "_index": 10520, + "_index": 10591, "data": { "ref/stable/socket": {} }, @@ -234904,7 +235855,7 @@ [ "socket.dns.tohostname", { - "_index": 10522, + "_index": 10593, "data": { "ref/stable/socket": {} }, @@ -234914,7 +235865,7 @@ [ "socket.dns.toip", { - "_index": 10525, + "_index": 10596, "data": { "ref/stable/socket": {} }, @@ -234935,7 +235886,7 @@ [ "socket.newtry", { - "_index": 10530, + "_index": 10601, "data": { "ref/stable/socket": {} }, @@ -234945,7 +235896,7 @@ [ "socket.protect", { - "_index": 10533, + "_index": 10604, "data": { "ref/stable/socket": {} }, @@ -234955,7 +235906,7 @@ [ "socket.select", { - "_index": 10496, + "_index": 10567, "data": { "ref/stable/socket": {} }, @@ -234965,7 +235916,7 @@ [ "socket.skip", { - "_index": 10543, + "_index": 10614, "data": { "ref/stable/socket": {} }, @@ -234975,7 +235926,7 @@ [ "socket.sleep", { - "_index": 10551, + "_index": 10622, "data": { "ref/stable/socket": {} }, @@ -234996,7 +235947,7 @@ [ "socket.tcp6", { - "_index": 10553, + "_index": 10624, "data": { "ref/stable/socket": {} }, @@ -235006,7 +235957,7 @@ [ "socket.udp", { - "_index": 10554, + "_index": 10625, "data": { "ref/stable/socket": {} }, @@ -235016,7 +235967,7 @@ [ "socket.udp6", { - "_index": 10557, + "_index": 10628, "data": { "ref/stable/socket": {} }, @@ -235026,7 +235977,7 @@ [ "socket:][path][#fragment", { - "_index": 10677, + "_index": 10748, "data": { "ref/stable/msg": {} }, @@ -235036,7 +235987,7 @@ [ "socket:path#fragment", { - "_index": 7302, + "_index": 7316, "data": { "ref/stable/dmMessage": {} }, @@ -235046,7 +235997,7 @@ [ "socket_timeout", { - "_index": 10012, + "_index": 10082, "data": { "ref/stable/dmSocket": {} }, @@ -235081,7 +236032,7 @@ [ "softness", { - "_index": 7501, + "_index": 7515, "data": { "ref/stable/physics": {} }, @@ -235116,7 +236067,7 @@ [ "solaris", { - "_index": 9348, + "_index": 9416, "data": { "ref/stable/package": {} }, @@ -235285,6 +236236,7 @@ "manuals/version-control": {}, "manuals/zerobrane": {}, "ref/stable/base": {}, + "ref/stable/dmTime": {}, "ref/stable/editor": {}, "ref/stable/go": {}, "ref/stable/gui": {}, @@ -235548,7 +236500,7 @@ [ "sound.is_phone_call_active", { - "_index": 10699, + "_index": 10770, "data": { "ref/stable/sound": {} }, @@ -235558,7 +236510,7 @@ [ "sound.pause", { - "_index": 10703, + "_index": 10774, "data": { "ref/stable/sound": {} }, @@ -235601,7 +236553,7 @@ [ "sound.set_pan", { - "_index": 10705, + "_index": 10776, "data": { "ref/stable/sound": {} }, @@ -235623,7 +236575,7 @@ [ "sound_done", { - "_index": 10683, + "_index": 10754, "data": { "ref/stable/sound": {} }, @@ -235633,7 +236585,7 @@ [ "sound_stopped", { - "_index": 10684, + "_index": 10755, "data": { "ref/stable/sound": {} }, @@ -235726,7 +236678,7 @@ [ "source_factor", { - "_index": 8498, + "_index": 8524, "data": { "ref/stable/render": {} }, @@ -235826,7 +236778,7 @@ [ "spacecolumns", { - "_index": 8895, + "_index": 8963, "data": { "ref/stable/editor": {} }, @@ -235846,7 +236798,7 @@ [ "spacepadding", { - "_index": 8897, + "_index": 8965, "data": { "ref/stable/editor": {} }, @@ -235916,7 +236868,7 @@ [ "spans", { - "_index": 8844, + "_index": 8912, "data": { "ref/stable/editor": {} }, @@ -235946,7 +236898,7 @@ [ "sparse", { - "_index": 9639, + "_index": 9708, "data": { "ref/stable/sys": {} }, @@ -235967,7 +236919,7 @@ [ "spawed", { - "_index": 9291, + "_index": 9359, "data": { "ref/stable/dmGameObject": {} }, @@ -236136,7 +237088,7 @@ [ "specicied", { - "_index": 7882, + "_index": 7903, "data": { "ref/stable/gui": {} }, @@ -236247,7 +237199,7 @@ [ "specifics", { - "_index": 9519, + "_index": 9588, "data": { "ref/stable/sys": {} }, @@ -236488,7 +237440,7 @@ [ "sphere.diameter", { - "_index": 7487, + "_index": 7501, "data": { "ref/stable/physics": {} }, @@ -236518,7 +237470,7 @@ [ "spherical", { - "_index": 7393, + "_index": 7407, "data": { "ref/stable/dmVMath": {} }, @@ -236528,7 +237480,7 @@ [ "spherically", { - "_index": 7081, + "_index": 7095, "data": { "ref/stable/vmath": {} }, @@ -236549,7 +237501,7 @@ [ "spinescenec", { - "_index": 8121, + "_index": 8147, "data": { "ref/stable/dmGui": {} }, @@ -236559,7 +237511,7 @@ [ "spinlock", { - "_index": 8642, + "_index": 8675, "data": { "ref/stable/dmSpinlock": {} }, @@ -236787,7 +237739,7 @@ [ "sprite.play_animation", { - "_index": 10306, + "_index": 10377, "data": { "ref/stable/resource": {} }, @@ -236897,7 +237849,7 @@ [ "spwned", { - "_index": 9166, + "_index": 9234, "data": { "ref/stable/dmGameObject": {} }, @@ -236917,7 +237869,7 @@ [ "sqrt", { - "_index": 7292, + "_index": 7306, "data": { "ref/stable/math": {} }, @@ -236983,7 +237935,7 @@ [ "sr", { - "_index": 8527, + "_index": 8553, "data": { "ref/stable/render": {}, "ref/stable/sys": {} @@ -236994,7 +237946,7 @@ [ "sr,sg,sb,sa", { - "_index": 8504, + "_index": 8530, "data": { "ref/stable/render": {} }, @@ -237061,7 +238013,7 @@ [ "sslsocket", { - "_index": 8735, + "_index": 8768, "data": { "ref/stable/dmSSLSocket": {} }, @@ -237395,7 +238347,7 @@ [ "start_record", { - "_index": 9523, + "_index": 9592, "data": { "ref/stable/sys": {} }, @@ -237452,6 +238404,7 @@ "manuals/zerobrane": {}, "ref/stable/debug": {}, "ref/stable/dmGameObject": {}, + "ref/stable/dmTime": {}, "ref/stable/editor": {}, "ref/stable/go": {}, "ref/stable/gui": {}, @@ -237684,7 +238637,7 @@ [ "state_alpha_test", { - "_index": 8249, + "_index": 8275, "data": { "ref/stable/graphics": {} }, @@ -237694,7 +238647,7 @@ [ "state_alpha_test_supported", { - "_index": 8251, + "_index": 8277, "data": { "ref/stable/graphics": {} }, @@ -237704,7 +238657,7 @@ [ "state_blend", { - "_index": 8253, + "_index": 8279, "data": { "ref/stable/graphics": {} }, @@ -237714,7 +238667,7 @@ [ "state_cull_face", { - "_index": 8255, + "_index": 8281, "data": { "ref/stable/graphics": {} }, @@ -237724,7 +238677,7 @@ [ "state_depth_test", { - "_index": 8257, + "_index": 8283, "data": { "ref/stable/graphics": {} }, @@ -237734,7 +238687,7 @@ [ "state_polygon_offset_fill", { - "_index": 8259, + "_index": 8285, "data": { "ref/stable/graphics": {} }, @@ -237744,7 +238697,7 @@ [ "state_scissor_test", { - "_index": 8261, + "_index": 8287, "data": { "ref/stable/graphics": {} }, @@ -237754,7 +238707,7 @@ [ "state_stencil_test", { - "_index": 8263, + "_index": 8289, "data": { "ref/stable/graphics": {} }, @@ -237862,7 +238815,7 @@ [ "static_assert", { - "_index": 10258, + "_index": 10327, "data": { "ref/stable/dmStaticAssert": {} }, @@ -237884,7 +238837,7 @@ [ "statinfo", { - "_index": 9701, + "_index": 9770, "data": { "ref/stable/dmSys": {} }, @@ -237894,7 +238847,7 @@ [ "statistical", { - "_index": 7282, + "_index": 7296, "data": { "ref/stable/math": {} }, @@ -237945,7 +238898,7 @@ [ "status_loaded", { - "_index": 7183, + "_index": 7197, "data": { "ref/stable/collectionfactory": {}, "ref/stable/factory": {} @@ -237956,7 +238909,7 @@ [ "status_loading", { - "_index": 7184, + "_index": 7198, "data": { "ref/stable/collectionfactory": {}, "ref/stable/factory": {} @@ -237967,7 +238920,7 @@ [ "status_str", { - "_index": 10383, + "_index": 10454, "data": { "ref/stable/dmHttpClient": {} }, @@ -237977,7 +238930,7 @@ [ "status_unloaded", { - "_index": 7185, + "_index": 7199, "data": { "ref/stable/collectionfactory": {}, "ref/stable/factory": {} @@ -238031,7 +238984,7 @@ [ "stdin", { - "_index": 10623, + "_index": 10694, "data": { "ref/stable/base": {} }, @@ -238061,7 +239014,7 @@ [ "stdout", { - "_index": 8801, + "_index": 8834, "data": { "ref/stable/base": {}, "ref/stable/editor": {} @@ -238110,7 +239063,7 @@ [ "stencil_op_decr", { - "_index": 8265, + "_index": 8291, "data": { "ref/stable/graphics": {} }, @@ -238120,7 +239073,7 @@ [ "stencil_op_decr_wrap", { - "_index": 8267, + "_index": 8293, "data": { "ref/stable/graphics": {} }, @@ -238130,7 +239083,7 @@ [ "stencil_op_incr", { - "_index": 8269, + "_index": 8295, "data": { "ref/stable/graphics": {} }, @@ -238140,7 +239093,7 @@ [ "stencil_op_incr_wrap", { - "_index": 8271, + "_index": 8297, "data": { "ref/stable/graphics": {} }, @@ -238150,7 +239103,7 @@ [ "stencil_op_invert", { - "_index": 8273, + "_index": 8299, "data": { "ref/stable/graphics": {} }, @@ -238160,7 +239113,7 @@ [ "stencil_op_keep", { - "_index": 8275, + "_index": 8301, "data": { "ref/stable/graphics": {} }, @@ -238170,7 +239123,7 @@ [ "stencil_op_replace", { - "_index": 8277, + "_index": 8303, "data": { "ref/stable/graphics": {} }, @@ -238180,7 +239133,7 @@ [ "stencil_op_zero", { - "_index": 8279, + "_index": 8305, "data": { "ref/stable/graphics": {} }, @@ -238190,7 +239143,7 @@ [ "stenciling", { - "_index": 8574, + "_index": 8607, "data": { "ref/stable/render": {} }, @@ -238210,7 +239163,7 @@ [ "stenciltestparams", { - "_index": 10903, + "_index": 10974, "data": { "ref/stable/dmRender": {} }, @@ -238421,7 +239374,7 @@ [ "stop_particlefx", { - "_index": 7934, + "_index": 7955, "data": { "ref/stable/gui": {} }, @@ -238431,7 +239384,7 @@ [ "stop_record", { - "_index": 9534, + "_index": 9603, "data": { "ref/stable/sys": {} }, @@ -238441,7 +239394,7 @@ [ "stop_sound", { - "_index": 10681, + "_index": 10752, "data": { "ref/stable/sound": {} }, @@ -238549,7 +239502,7 @@ [ "store_archive", { - "_index": 9742, + "_index": 9811, "data": { "ref/stable/liveupdate": {} }, @@ -238559,7 +239512,7 @@ [ "store_manifest", { - "_index": 9745, + "_index": 9814, "data": { "ref/stable/liveupdate": {} }, @@ -238569,7 +239522,7 @@ [ "store_resource", { - "_index": 9750, + "_index": 9819, "data": { "ref/stable/liveupdate": {} }, @@ -238679,7 +239632,7 @@ [ "storing", { - "_index": 7554, + "_index": 7568, "data": { "ref/stable/go": {}, "ref/stable/gui": {}, @@ -238732,7 +239685,7 @@ [ "straightest", { - "_index": 7086, + "_index": 7100, "data": { "ref/stable/vmath": {} }, @@ -238789,7 +239742,7 @@ [ "streamdeclaration", { - "_index": 10607, + "_index": 10678, "data": { "ref/stable/dmBuffer": {} }, @@ -238842,7 +239795,7 @@ [ "strerror_s/r", { - "_index": 9668, + "_index": 9737, "data": { "ref/stable/dmStringFunc": {} }, @@ -238909,7 +239862,7 @@ [ "strftime", { - "_index": 9940, + "_index": 10010, "data": { "ref/stable/os": {} }, @@ -239040,7 +239993,7 @@ [ "string.byte", { - "_index": 7089, + "_index": 7103, "data": { "ref/stable/string": {} }, @@ -239050,7 +240003,7 @@ [ "string.char", { - "_index": 7094, + "_index": 7108, "data": { "ref/stable/string": {} }, @@ -239060,7 +240013,7 @@ [ "string.dump", { - "_index": 7096, + "_index": 7110, "data": { "ref/stable/string": {} }, @@ -239070,7 +240023,7 @@ [ "string.find", { - "_index": 7099, + "_index": 7113, "data": { "ref/stable/string": {} }, @@ -239080,7 +240033,7 @@ [ "string.format", { - "_index": 7105, + "_index": 7119, "data": { "ref/stable/base": {}, "ref/stable/io": {}, @@ -239092,7 +240045,7 @@ [ "string.gmatch", { - "_index": 7121, + "_index": 7135, "data": { "ref/stable/string": {} }, @@ -239102,7 +240055,7 @@ [ "string.gsub", { - "_index": 7131, + "_index": 7145, "data": { "ref/stable/string": {} }, @@ -239112,7 +240065,7 @@ [ "string.len", { - "_index": 7162, + "_index": 7176, "data": { "ref/stable/string": {} }, @@ -239133,7 +240086,7 @@ [ "string.match", { - "_index": 7166, + "_index": 7180, "data": { "ref/stable/string": {} }, @@ -239143,7 +240096,7 @@ [ "string.rep", { - "_index": 7167, + "_index": 7181, "data": { "ref/stable/string": {} }, @@ -239153,7 +240106,7 @@ [ "string.reverse", { - "_index": 7170, + "_index": 7184, "data": { "ref/stable/string": {} }, @@ -239163,7 +240116,7 @@ [ "string.sub", { - "_index": 7172, + "_index": 7186, "data": { "ref/stable/socket": {}, "ref/stable/string": {} @@ -239174,7 +240127,7 @@ [ "string.upper", { - "_index": 7176, + "_index": 7190, "data": { "ref/stable/string": {} }, @@ -239184,7 +240137,7 @@ [ "string[]array", { - "_index": 8889, + "_index": 8957, "data": { "ref/stable/editor": {} }, @@ -239194,7 +240147,7 @@ [ "string[]if", { - "_index": 8949, + "_index": 9017, "data": { "ref/stable/editor": {} }, @@ -239225,7 +240178,7 @@ [ "stringalignment", { - "_index": 8840, + "_index": 8908, "data": { "ref/stable/editor": {} }, @@ -239235,7 +240188,17 @@ [ "stringbutton", { - "_index": 8873, + "_index": 8941, + "data": { + "ref/stable/editor": {} + }, + "type": {} + } + ], + [ + "stringdefault", + { + "_index": 8855, "data": { "ref/stable/editor": {} }, @@ -239245,7 +240208,7 @@ [ "stringdialog", { - "_index": 8947, + "_index": 9015, "data": { "ref/stable/editor": {} }, @@ -239255,7 +240218,7 @@ [ "stringeither", { - "_index": 8852, + "_index": 8920, "data": { "ref/stable/editor": {} }, @@ -239265,7 +240228,7 @@ [ "stringfile", { - "_index": 8880, + "_index": 8948, "data": { "ref/stable/editor": {} }, @@ -239275,7 +240238,7 @@ [ "stringheading", { - "_index": 8907, + "_index": 8975, "data": { "ref/stable/editor": {} }, @@ -239285,7 +240248,7 @@ [ "stringinitial", { - "_index": 8969, + "_index": 9037, "data": { "ref/stable/editor": {} }, @@ -239295,7 +240258,7 @@ [ "stringissue", { - "_index": 8854, + "_index": 8922, "data": { "ref/stable/editor": {} }, @@ -239305,7 +240268,7 @@ [ "stringos", { - "_index": 8866, + "_index": 8934, "data": { "ref/stable/editor": {} }, @@ -239315,7 +240278,17 @@ [ "stringpredefined", { - "_index": 8836, + "_index": 8904, + "data": { + "ref/stable/editor": {} + }, + "type": {} + } + ], + [ + "stringpreference", + { + "_index": 8845, "data": { "ref/stable/editor": {} }, @@ -239325,7 +240298,7 @@ [ "stringresource", { - "_index": 8946, + "_index": 9014, "data": { "ref/stable/editor": {} }, @@ -239359,7 +240332,7 @@ [ "stringsemantic", { - "_index": 8904, + "_index": 8972, "data": { "ref/stable/editor": {} }, @@ -239369,7 +240342,7 @@ [ "stringseparator", { - "_index": 8963, + "_index": 9031, "data": { "ref/stable/editor": {} }, @@ -239379,7 +240352,7 @@ [ "stringstring", { - "_index": 8887, + "_index": 8955, "data": { "ref/stable/editor": {} }, @@ -239389,7 +240362,7 @@ [ "stringtext", { - "_index": 8834, + "_index": 8902, "data": { "ref/stable/editor": {} }, @@ -239399,7 +240372,7 @@ [ "stringthe", { - "_index": 8832, + "_index": 8900, "data": { "ref/stable/editor": {} }, @@ -239409,7 +240382,7 @@ [ "stringtooltip", { - "_index": 8856, + "_index": 8924, "data": { "ref/stable/editor": {} }, @@ -239419,7 +240392,7 @@ [ "stringurl", { - "_index": 7301, + "_index": 7315, "data": { "ref/stable/dmMessage": {} }, @@ -239470,7 +240443,7 @@ [ "strlcat", { - "_index": 9673, + "_index": 9742, "data": { "ref/stable/dmStringFunc": {} }, @@ -239480,7 +240453,7 @@ [ "strlcpy", { - "_index": 9681, + "_index": 9750, "data": { "ref/stable/dmStringFunc": {} }, @@ -239501,7 +240474,7 @@ [ "strncat", { - "_index": 9676, + "_index": 9745, "data": { "ref/stable/dmStringFunc": {} }, @@ -239522,7 +240495,7 @@ [ "strsep_r", { - "_index": 9684, + "_index": 9753, "data": { "ref/stable/dmStringFunc": {} }, @@ -239532,7 +240505,7 @@ [ "strtok", { - "_index": 9685, + "_index": 9754, "data": { "ref/stable/dmStringFunc": {} }, @@ -239565,7 +240538,7 @@ [ "structs", { - "_index": 10576, + "_index": 10647, "data": { "ref/stable/dmBuffer": {} }, @@ -239808,7 +240781,7 @@ [ "submatrix", { - "_index": 7389, + "_index": 7403, "data": { "ref/stable/dmVMath": {} }, @@ -239859,7 +240832,7 @@ [ "submodule", { - "_index": 9339, + "_index": 9407, "data": { "ref/stable/package": {} }, @@ -239869,7 +240842,7 @@ [ "submodules", { - "_index": 9341, + "_index": 9409, "data": { "ref/stable/package": {} }, @@ -239966,7 +240939,7 @@ [ "substring", { - "_index": 7104, + "_index": 7118, "data": { "ref/stable/socket": {}, "ref/stable/string": {} @@ -239977,7 +240950,7 @@ [ "substrings", { - "_index": 7137, + "_index": 7151, "data": { "ref/stable/string": {} }, @@ -240007,7 +240980,7 @@ [ "subtract", { - "_index": 9013, + "_index": 9081, "data": { "ref/stable/dmAtomic": {} }, @@ -240017,7 +240990,7 @@ [ "subtraction", { - "_index": 9012, + "_index": 9080, "data": { "ref/stable/dmAtomic": {} }, @@ -240027,7 +241000,7 @@ [ "succcess", { - "_index": 8740, + "_index": 8773, "data": { "ref/stable/dmSSLSocket": {}, "ref/stable/dmSocket": {} @@ -240038,7 +241011,7 @@ [ "succeed", { - "_index": 8595, + "_index": 8628, "data": { "ref/stable/render": {} }, @@ -240048,7 +241021,7 @@ [ "succeeded", { - "_index": 7990, + "_index": 8016, "data": { "ref/stable/dmMath": {}, "ref/stable/dmScript": {}, @@ -240060,7 +241033,7 @@ [ "succeeds", { - "_index": 10643, + "_index": 10714, "data": { "ref/stable/base": {}, "ref/stable/dmScript": {} @@ -240119,7 +241092,7 @@ [ "successfull", { - "_index": 9616, + "_index": 9685, "data": { "ref/stable/sys": {} }, @@ -240285,7 +241258,7 @@ [ "suffixing", { - "_index": 7575, + "_index": 7589, "data": { "ref/stable/gui": {} }, @@ -240373,7 +241346,7 @@ [ "sunday", { - "_index": 9936, + "_index": 10006, "data": { "ref/stable/os": {} }, @@ -240405,7 +241378,7 @@ [ "supplied", { - "_index": 7001, + "_index": 7006, "data": { "ref/stable/collectionfactory": {}, "ref/stable/dmArray": {}, @@ -240575,7 +241548,7 @@ [ "supporting", { - "_index": 9638, + "_index": 9707, "data": { "ref/stable/sys": {} }, @@ -240747,7 +241720,7 @@ [ "suspended", { - "_index": 8717, + "_index": 8750, "data": { "ref/stable/coroutine": {} }, @@ -240757,7 +241730,7 @@ [ "suspends", { - "_index": 8723, + "_index": 8756, "data": { "ref/stable/coroutine": {} }, @@ -240802,7 +241775,7 @@ [ "swapped", { - "_index": 8614, + "_index": 8647, "data": { "ref/stable/bit": {}, "ref/stable/sound": {} @@ -240824,7 +241797,7 @@ [ "swaps", { - "_index": 8612, + "_index": 8645, "data": { "ref/stable/bit": {}, "ref/stable/sys": {} @@ -240955,7 +241928,7 @@ [ "symbol/name", { - "_index": 8763, + "_index": 8796, "data": { "ref/stable/dmProfile": {} }, @@ -241102,7 +242075,7 @@ [ "sys", { - "_index": 9536, + "_index": 9605, "data": { "ref/stable/sys": {} }, @@ -241112,7 +242085,7 @@ [ "sys.deserialize", { - "_index": 9535, + "_index": 9604, "data": { "ref/stable/sys": {} }, @@ -241122,7 +242095,7 @@ [ "sys.exists", { - "_index": 9540, + "_index": 9609, "data": { "ref/stable/sys": {} }, @@ -241132,7 +242105,7 @@ [ "sys.exit", { - "_index": 9541, + "_index": 9610, "data": { "ref/stable/sys": {} }, @@ -241142,7 +242115,7 @@ [ "sys.get_application_info", { - "_index": 9542, + "_index": 9611, "data": { "ref/stable/sys": {} }, @@ -241152,7 +242125,7 @@ [ "sys.get_application_path", { - "_index": 9547, + "_index": 9616, "data": { "ref/stable/sys": {} }, @@ -241184,7 +242157,7 @@ [ "sys.get_config_number", { - "_index": 9551, + "_index": 9620, "data": { "ref/stable/sys": {} }, @@ -241206,7 +242179,7 @@ [ "sys.get_connectivity", { - "_index": 9554, + "_index": 9623, "data": { "ref/stable/sys": {} }, @@ -241227,7 +242200,7 @@ [ "sys.get_host_path", { - "_index": 9564, + "_index": 9633, "data": { "ref/stable/sys": {} }, @@ -241237,7 +242210,7 @@ [ "sys.get_ifaddrs", { - "_index": 9566, + "_index": 9635, "data": { "ref/stable/sys": {} }, @@ -241271,7 +242244,7 @@ [ "sys.get_sys_info", { - "_index": 8682, + "_index": 8715, "data": { "ref/stable/crash": {}, "ref/stable/sys": {} @@ -241294,7 +242267,7 @@ [ "sys.load_buffer", { - "_index": 9602, + "_index": 9671, "data": { "ref/stable/sys": {} }, @@ -241304,7 +242277,7 @@ [ "sys.load_buffer_async", { - "_index": 9608, + "_index": 9677, "data": { "ref/stable/sys": {} }, @@ -241326,7 +242299,7 @@ [ "sys.network_connected", { - "_index": 9556, + "_index": 9625, "data": { "ref/stable/sys": {} }, @@ -241336,7 +242309,7 @@ [ "sys.network_connected_cellular", { - "_index": 9558, + "_index": 9627, "data": { "ref/stable/sys": {} }, @@ -241346,7 +242319,7 @@ [ "sys.network_disconnected", { - "_index": 9557, + "_index": 9626, "data": { "ref/stable/sys": {} }, @@ -241356,7 +242329,7 @@ [ "sys.open_url", { - "_index": 9621, + "_index": 9690, "data": { "ref/stable/sys": {} }, @@ -241366,7 +242339,7 @@ [ "sys.reboot", { - "_index": 9628, + "_index": 9697, "data": { "ref/stable/sys": {} }, @@ -241376,7 +242349,7 @@ [ "sys.request_status_error_io_error", { - "_index": 9629, + "_index": 9698, "data": { "ref/stable/sys": {} }, @@ -241386,7 +242359,7 @@ [ "sys.request_status_error_not_found", { - "_index": 9632, + "_index": 9701, "data": { "ref/stable/sys": {} }, @@ -241396,7 +242369,7 @@ [ "sys.request_status_finished", { - "_index": 9634, + "_index": 9703, "data": { "ref/stable/sys": {} }, @@ -241418,7 +242391,7 @@ [ "sys.serialize", { - "_index": 9640, + "_index": 9709, "data": { "ref/stable/sys": {} }, @@ -241428,7 +242401,7 @@ [ "sys.set_connectivity_host", { - "_index": 9643, + "_index": 9712, "data": { "ref/stable/sys": {} }, @@ -241438,7 +242411,7 @@ [ "sys.set_error_handler", { - "_index": 9646, + "_index": 9715, "data": { "ref/stable/sys": {} }, @@ -241448,7 +242421,7 @@ [ "sys.set_update_frequency", { - "_index": 9648, + "_index": 9717, "data": { "ref/stable/sys": {} }, @@ -241458,7 +242431,7 @@ [ "sys.set_vsync_swap_interval", { - "_index": 9649, + "_index": 9718, "data": { "ref/stable/sys": {} }, @@ -241468,7 +242441,7 @@ [ "sysfield_android_build_fingerprint", { - "_index": 8678, + "_index": 8711, "data": { "ref/stable/crash": {} }, @@ -241478,7 +242451,7 @@ [ "sysfield_device_language", { - "_index": 8681, + "_index": 8714, "data": { "ref/stable/crash": {} }, @@ -241488,7 +242461,7 @@ [ "sysfield_device_model", { - "_index": 8684, + "_index": 8717, "data": { "ref/stable/crash": {} }, @@ -241498,7 +242471,7 @@ [ "sysfield_engine_hash", { - "_index": 8686, + "_index": 8719, "data": { "ref/stable/crash": {} }, @@ -241508,7 +242481,7 @@ [ "sysfield_engine_version", { - "_index": 8688, + "_index": 8721, "data": { "ref/stable/crash": {} }, @@ -241518,7 +242491,7 @@ [ "sysfield_language", { - "_index": 8690, + "_index": 8723, "data": { "ref/stable/crash": {} }, @@ -241528,7 +242501,7 @@ [ "sysfield_manufacturer", { - "_index": 8692, + "_index": 8725, "data": { "ref/stable/crash": {} }, @@ -241538,7 +242511,7 @@ [ "sysfield_max", { - "_index": 8693, + "_index": 8726, "data": { "ref/stable/crash": {} }, @@ -241548,7 +242521,7 @@ [ "sysfield_system_name", { - "_index": 8696, + "_index": 8729, "data": { "ref/stable/crash": {} }, @@ -241558,7 +242531,7 @@ [ "sysfield_system_version", { - "_index": 8698, + "_index": 8731, "data": { "ref/stable/crash": {} }, @@ -241568,7 +242541,7 @@ [ "sysfield_territory", { - "_index": 8700, + "_index": 8733, "data": { "ref/stable/crash": {} }, @@ -241578,7 +242551,7 @@ [ "sysfields", { - "_index": 8694, + "_index": 8727, "data": { "ref/stable/crash": {} }, @@ -241652,7 +242625,7 @@ [ "system_name", { - "_index": 9576, + "_index": 9645, "data": { "ref/stable/sys": {} }, @@ -241662,7 +242635,7 @@ [ "system_version", { - "_index": 9577, + "_index": 9646, "data": { "ref/stable/sys": {} }, @@ -241744,7 +242717,7 @@ [ "t._m", { - "_index": 10635, + "_index": 10706, "data": { "ref/stable/base": {} }, @@ -241754,7 +242727,7 @@ [ "t._name", { - "_index": 10634, + "_index": 10705, "data": { "ref/stable/base": {} }, @@ -241764,7 +242737,7 @@ [ "t._package", { - "_index": 10636, + "_index": 10707, "data": { "ref/stable/base": {} }, @@ -241774,7 +242747,7 @@ [ "t1", { - "_index": 9791, + "_index": 9863, "data": { "ref/stable/dmTransform": {}, "ref/stable/os": {} @@ -241785,7 +242758,7 @@ [ "t1*t2", { - "_index": 9796, + "_index": 9866, "data": { "ref/stable/dmTransform": {} }, @@ -241795,7 +242768,7 @@ [ "t2", { - "_index": 9792, + "_index": 9864, "data": { "ref/stable/dmTransform": {}, "ref/stable/os": {} @@ -241806,7 +242779,7 @@ [ "t[k", { - "_index": 7130, + "_index": 7144, "data": { "ref/stable/string": {} }, @@ -241917,6 +242890,26 @@ "type": {} } ], + [ + "table<item", + { + "_index": 8870, + "data": { + "ref/stable/editor": {} + }, + "type": {} + } + ], + [ + "table<string", + { + "_index": 8860, + "data": { + "ref/stable/editor": {} + }, + "type": {} + } + ], [ "table.concat", { @@ -241982,7 +242975,7 @@ [ "table[]array", { - "_index": 8893, + "_index": 8961, "data": { "ref/stable/editor": {} }, @@ -241992,7 +242985,7 @@ [ "table[]file", { - "_index": 8885, + "_index": 8953, "data": { "ref/stable/editor": {} }, @@ -242012,7 +243005,7 @@ [ "table[index", { - "_index": 10647, + "_index": 10718, "data": { "ref/stable/base": {} }, @@ -242029,10 +243022,20 @@ "type": {} } ], + [ + "tabledefault", + { + "_index": 8862, + "data": { + "ref/stable/editor": {} + }, + "type": {} + } + ], [ "tableissue", { - "_index": 8851, + "_index": 8919, "data": { "ref/stable/editor": {} }, @@ -242120,7 +243123,7 @@ [ "tail", { - "_index": 9506, + "_index": 9574, "data": { "ref/stable/debug": {} }, @@ -242268,7 +243271,7 @@ [ "tan", { - "_index": 7295, + "_index": 7309, "data": { "ref/stable/math": {} }, @@ -242278,7 +243281,7 @@ [ "tangent", { - "_index": 7234, + "_index": 7248, "data": { "ref/stable/math": {} }, @@ -242298,7 +243301,7 @@ [ "tanh", { - "_index": 7297, + "_index": 7311, "data": { "ref/stable/math": {} }, @@ -242321,7 +243324,7 @@ [ "tap_count", { - "_index": 7946, + "_index": 7972, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -242342,7 +243345,7 @@ [ "taps", { - "_index": 7947, + "_index": 7973, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -242518,7 +243521,7 @@ [ "tcp6", { - "_index": 10514, + "_index": 10585, "data": { "ref/stable/socket": {} }, @@ -242528,7 +243531,7 @@ [ "tcp_nodelay", { - "_index": 10003, + "_index": 10073, "data": { "ref/stable/dmSocket": {} }, @@ -242538,7 +243541,7 @@ [ "tcp_quickack", { - "_index": 10005, + "_index": 10075, "data": { "ref/stable/dmSocket": {} }, @@ -242548,7 +243551,7 @@ [ "tddftype", { - "_index": 9180, + "_index": 9248, "data": { "ref/stable/dmGameObject": {} }, @@ -242676,7 +243679,7 @@ [ "teardowncallback", { - "_index": 10801, + "_index": 10872, "data": { "ref/stable/dmScript": {} }, @@ -242776,7 +243779,7 @@ [ "telnet", { - "_index": 9360, + "_index": 9428, "data": { "ref/stable/engine": {} }, @@ -242887,7 +243890,7 @@ [ "temporaries", { - "_index": 9495, + "_index": 9563, "data": { "ref/stable/debug": {} }, @@ -242923,7 +243926,7 @@ [ "tend", { - "_index": 7545, + "_index": 7559, "data": { "ref/stable/physics": {} }, @@ -242990,7 +243993,7 @@ [ "terminated", { - "_index": 7404, + "_index": 7418, "data": { "ref/stable/dmHash": {}, "ref/stable/dmHttpClient": {}, @@ -243006,7 +244009,7 @@ [ "terminates", { - "_index": 8714, + "_index": 8747, "data": { "ref/stable/base": {}, "ref/stable/coroutine": {}, @@ -243020,7 +244023,7 @@ [ "terminating", { - "_index": 9660, + "_index": 9729, "data": { "ref/stable/dmStringFunc": {} }, @@ -243062,7 +244065,7 @@ [ "territory", { - "_index": 8701, + "_index": 8734, "data": { "ref/stable/crash": {}, "ref/stable/sys": {} @@ -243120,7 +244123,7 @@ [ "tested", { - "_index": 7505, + "_index": 7519, "data": { "ref/stable/gui": {}, "ref/stable/physics": {} @@ -243141,7 +244144,7 @@ [ "testfrustumobb", { - "_index": 9377, + "_index": 9445, "data": { "ref/stable/dmIntersection": {} }, @@ -243151,7 +244154,7 @@ [ "testfrustumpoint", { - "_index": 9381, + "_index": 9449, "data": { "ref/stable/dmIntersection": {} }, @@ -243161,7 +244164,7 @@ [ "testfrustumsphere", { - "_index": 9382, + "_index": 9450, "data": { "ref/stable/dmIntersection": {} }, @@ -243171,7 +244174,7 @@ [ "testfrustumspheresq", { - "_index": 9383, + "_index": 9451, "data": { "ref/stable/dmIntersection": {} }, @@ -243416,7 +244419,7 @@ [ "text_alignment", { - "_index": 8980, + "_index": 9048, "data": { "ref/stable/editor": {} }, @@ -243446,7 +244449,7 @@ [ "texttext_alignment", { - "_index": 8833, + "_index": 8901, "data": { "ref/stable/editor": {} }, @@ -243541,7 +244544,7 @@ [ "texture_filter_default", { - "_index": 8281, + "_index": 8307, "data": { "ref/stable/graphics": {} }, @@ -243551,7 +244554,7 @@ [ "texture_filter_linear", { - "_index": 8283, + "_index": 8309, "data": { "ref/stable/graphics": {} }, @@ -243561,7 +244564,7 @@ [ "texture_filter_linear_mipmap_linear", { - "_index": 8285, + "_index": 8311, "data": { "ref/stable/graphics": {} }, @@ -243571,7 +244574,7 @@ [ "texture_filter_linear_mipmap_nearest", { - "_index": 8287, + "_index": 8313, "data": { "ref/stable/graphics": {} }, @@ -243581,7 +244584,7 @@ [ "texture_filter_nearest", { - "_index": 8289, + "_index": 8315, "data": { "ref/stable/graphics": {} }, @@ -243591,7 +244594,7 @@ [ "texture_filter_nearest_mipmap_linear", { - "_index": 8291, + "_index": 8317, "data": { "ref/stable/graphics": {} }, @@ -243601,7 +244604,7 @@ [ "texture_filter_nearest_mipmap_nearest", { - "_index": 8293, + "_index": 8319, "data": { "ref/stable/graphics": {} }, @@ -243611,7 +244614,7 @@ [ "texture_format_bgra8u", { - "_index": 8295, + "_index": 8321, "data": { "ref/stable/graphics": {} }, @@ -243621,7 +244624,7 @@ [ "texture_format_depth", { - "_index": 8297, + "_index": 8323, "data": { "ref/stable/graphics": {} }, @@ -243631,7 +244634,7 @@ [ "texture_format_luminance", { - "_index": 8299, + "_index": 8325, "data": { "ref/stable/graphics": {} }, @@ -243641,7 +244644,7 @@ [ "texture_format_luminance_alpha", { - "_index": 8301, + "_index": 8327, "data": { "ref/stable/graphics": {} }, @@ -243651,7 +244654,7 @@ [ "texture_format_r16f", { - "_index": 8303, + "_index": 8329, "data": { "ref/stable/graphics": {} }, @@ -243661,7 +244664,7 @@ [ "texture_format_r32f", { - "_index": 8305, + "_index": 8331, "data": { "ref/stable/graphics": {} }, @@ -243671,7 +244674,7 @@ [ "texture_format_r32ui", { - "_index": 8307, + "_index": 8333, "data": { "ref/stable/graphics": {} }, @@ -243681,7 +244684,7 @@ [ "texture_format_r_bc4", { - "_index": 8309, + "_index": 8335, "data": { "ref/stable/graphics": {} }, @@ -243691,7 +244694,7 @@ [ "texture_format_r_etc2", { - "_index": 8311, + "_index": 8337, "data": { "ref/stable/graphics": {} }, @@ -243701,7 +244704,7 @@ [ "texture_format_rg16f", { - "_index": 8313, + "_index": 8339, "data": { "ref/stable/graphics": {} }, @@ -243711,7 +244714,7 @@ [ "texture_format_rg32f", { - "_index": 8315, + "_index": 8341, "data": { "ref/stable/graphics": {} }, @@ -243721,7 +244724,7 @@ [ "texture_format_rg_bc5", { - "_index": 8317, + "_index": 8343, "data": { "ref/stable/graphics": {} }, @@ -243731,7 +244734,7 @@ [ "texture_format_rg_etc2", { - "_index": 8319, + "_index": 8345, "data": { "ref/stable/graphics": {} }, @@ -243741,7 +244744,7 @@ [ "texture_format_rgb", { - "_index": 8321, + "_index": 8347, "data": { "ref/stable/graphics": {} }, @@ -243751,7 +244754,7 @@ [ "texture_format_rgb16f", { - "_index": 8323, + "_index": 8349, "data": { "ref/stable/graphics": {} }, @@ -243761,7 +244764,7 @@ [ "texture_format_rgb32f", { - "_index": 8325, + "_index": 8351, "data": { "ref/stable/graphics": {} }, @@ -243771,7 +244774,7 @@ [ "texture_format_rgb_16bpp", { - "_index": 8327, + "_index": 8353, "data": { "ref/stable/graphics": {} }, @@ -243781,7 +244784,7 @@ [ "texture_format_rgb_bc1", { - "_index": 8329, + "_index": 8355, "data": { "ref/stable/graphics": {} }, @@ -243791,7 +244794,7 @@ [ "texture_format_rgb_etc1", { - "_index": 8331, + "_index": 8357, "data": { "ref/stable/graphics": {} }, @@ -243801,7 +244804,7 @@ [ "texture_format_rgb_pvrtc_2bppv1", { - "_index": 8333, + "_index": 8359, "data": { "ref/stable/graphics": {} }, @@ -243811,7 +244814,7 @@ [ "texture_format_rgb_pvrtc_4bppv1", { - "_index": 8335, + "_index": 8361, "data": { "ref/stable/graphics": {} }, @@ -243832,7 +244835,7 @@ [ "texture_format_rgba16f", { - "_index": 8338, + "_index": 8364, "data": { "ref/stable/graphics": {} }, @@ -243842,7 +244845,7 @@ [ "texture_format_rgba32f", { - "_index": 8340, + "_index": 8366, "data": { "ref/stable/graphics": {} }, @@ -243852,7 +244855,7 @@ [ "texture_format_rgba32ui", { - "_index": 8342, + "_index": 8368, "data": { "ref/stable/graphics": {} }, @@ -243862,7 +244865,7 @@ [ "texture_format_rgba_16bpp", { - "_index": 8344, + "_index": 8370, "data": { "ref/stable/graphics": {} }, @@ -243872,7 +244875,7 @@ [ "texture_format_rgba_astc_4x4", { - "_index": 8346, + "_index": 8372, "data": { "ref/stable/graphics": {} }, @@ -243882,7 +244885,7 @@ [ "texture_format_rgba_bc3", { - "_index": 8348, + "_index": 8374, "data": { "ref/stable/graphics": {} }, @@ -243892,7 +244895,7 @@ [ "texture_format_rgba_bc7", { - "_index": 8350, + "_index": 8376, "data": { "ref/stable/graphics": {} }, @@ -243902,7 +244905,7 @@ [ "texture_format_rgba_etc2", { - "_index": 8352, + "_index": 8378, "data": { "ref/stable/graphics": {} }, @@ -243912,7 +244915,7 @@ [ "texture_format_rgba_pvrtc_2bppv1", { - "_index": 8354, + "_index": 8380, "data": { "ref/stable/graphics": {} }, @@ -243922,7 +244925,7 @@ [ "texture_format_rgba_pvrtc_4bppv1", { - "_index": 8356, + "_index": 8382, "data": { "ref/stable/graphics": {} }, @@ -243932,7 +244935,7 @@ [ "texture_format_stencil", { - "_index": 8358, + "_index": 8384, "data": { "ref/stable/graphics": {} }, @@ -244032,7 +245035,7 @@ [ "texture_type_2d", { - "_index": 8360, + "_index": 8386, "data": { "ref/stable/graphics": {} }, @@ -244042,7 +245045,7 @@ [ "texture_type_2d_array", { - "_index": 8362, + "_index": 8388, "data": { "ref/stable/graphics": {} }, @@ -244052,7 +245055,7 @@ [ "texture_type_cube_map", { - "_index": 8364, + "_index": 8390, "data": { "ref/stable/graphics": {} }, @@ -244062,7 +245065,7 @@ [ "texture_type_image_2d", { - "_index": 8366, + "_index": 8392, "data": { "ref/stable/graphics": {} }, @@ -244072,7 +245075,7 @@ [ "texture_usage_flag_color", { - "_index": 8368, + "_index": 8394, "data": { "ref/stable/graphics": {} }, @@ -244082,7 +245085,7 @@ [ "texture_usage_flag_input", { - "_index": 8370, + "_index": 8396, "data": { "ref/stable/graphics": {} }, @@ -244092,7 +245095,7 @@ [ "texture_usage_flag_memoryless", { - "_index": 8372, + "_index": 8398, "data": { "ref/stable/graphics": {} }, @@ -244102,7 +245105,7 @@ [ "texture_usage_flag_sample", { - "_index": 8374, + "_index": 8400, "data": { "ref/stable/graphics": {} }, @@ -244112,7 +245115,7 @@ [ "texture_usage_flag_storage", { - "_index": 8376, + "_index": 8402, "data": { "ref/stable/graphics": {} }, @@ -244122,7 +245125,7 @@ [ "texture_wrap_clamp_to_border", { - "_index": 8378, + "_index": 8404, "data": { "ref/stable/graphics": {} }, @@ -244132,7 +245135,7 @@ [ "texture_wrap_clamp_to_edge", { - "_index": 8380, + "_index": 8406, "data": { "ref/stable/graphics": {} }, @@ -244142,7 +245145,7 @@ [ "texture_wrap_mirrored_repeat", { - "_index": 8382, + "_index": 8408, "data": { "ref/stable/graphics": {} }, @@ -244152,7 +245155,7 @@ [ "texture_wrap_repeat", { - "_index": 8384, + "_index": 8410, "data": { "ref/stable/graphics": {} }, @@ -244162,7 +245165,7 @@ [ "texturec", { - "_index": 10338, + "_index": 10409, "data": { "ref/stable/resource": {} }, @@ -244243,7 +245246,7 @@ [ "texturesetc", { - "_index": 10301, + "_index": 10372, "data": { "ref/stable/resource": {} }, @@ -245827,7 +246830,7 @@ [ "threadattacher", { - "_index": 8009, + "_index": 8035, "data": { "ref/stable/dmAndroid": {} }, @@ -245891,7 +246894,7 @@ [ "throttling", { - "_index": 10407, + "_index": 10478, "data": { "ref/stable/socket": {} }, @@ -245990,7 +246993,7 @@ [ "throwing", { - "_index": 10538, + "_index": 10609, "data": { "ref/stable/dmScript": {}, "ref/stable/socket": {} @@ -246001,7 +247004,7 @@ [ "thrown", { - "_index": 10535, + "_index": 10606, "data": { "ref/stable/socket": {} }, @@ -246011,7 +247014,7 @@ [ "throws", { - "_index": 8792, + "_index": 8825, "data": { "ref/stable/dmScript": {}, "ref/stable/editor": {}, @@ -246048,7 +247051,7 @@ [ "ticking", { - "_index": 9846, + "_index": 9916, "data": { "ref/stable/go": {} }, @@ -246161,7 +247164,7 @@ [ "tilemap.get_bounds", { - "_index": 8040, + "_index": 8066, "data": { "ref/stable/tilemap": {} }, @@ -246182,7 +247185,7 @@ [ "tilemap.get_tile_info", { - "_index": 8044, + "_index": 8070, "data": { "ref/stable/tilemap": {} }, @@ -246192,7 +247195,7 @@ [ "tilemap.get_tiles", { - "_index": 8046, + "_index": 8072, "data": { "ref/stable/tilemap": {} }, @@ -246202,7 +247205,7 @@ [ "tilemap.h_flip", { - "_index": 8049, + "_index": 8075, "data": { "ref/stable/tilemap": {} }, @@ -246212,7 +247215,7 @@ [ "tilemap.rotate_180", { - "_index": 8051, + "_index": 8077, "data": { "ref/stable/tilemap": {} }, @@ -246222,7 +247225,7 @@ [ "tilemap.rotate_270", { - "_index": 8053, + "_index": 8079, "data": { "ref/stable/tilemap": {} }, @@ -246232,7 +247235,7 @@ [ "tilemap.rotate_90", { - "_index": 8056, + "_index": 8082, "data": { "ref/stable/tilemap": {} }, @@ -246253,7 +247256,7 @@ [ "tilemap.set_visible", { - "_index": 8074, + "_index": 8100, "data": { "ref/stable/tilemap": {} }, @@ -246263,7 +247266,7 @@ [ "tilemap.v_flip", { - "_index": 8073, + "_index": 8099, "data": { "ref/stable/tilemap": {} }, @@ -246310,7 +247313,7 @@ [ "tiles[row_index][column_index", { - "_index": 8048, + "_index": 8074, "data": { "ref/stable/tilemap": {} }, @@ -246446,7 +247449,7 @@ [ "time_elapsed", { - "_index": 7355, + "_index": 7369, "data": { "ref/stable/timer": {} }, @@ -246456,7 +247459,7 @@ [ "time_remaining", { - "_index": 7361, + "_index": 7375, "data": { "ref/stable/timer": {} }, @@ -246511,7 +247514,7 @@ [ "timer.cancel", { - "_index": 7349, + "_index": 7363, "data": { "ref/stable/timer": {} }, @@ -246521,7 +247524,7 @@ [ "timer.delay", { - "_index": 7351, + "_index": 7365, "data": { "ref/stable/timer": {} }, @@ -246531,7 +247534,7 @@ [ "timer.get_info", { - "_index": 7358, + "_index": 7372, "data": { "ref/stable/timer": {} }, @@ -246541,7 +247544,7 @@ [ "timer.invalid_timer_handle", { - "_index": 7357, + "_index": 7371, "data": { "ref/stable/timer": {} }, @@ -246551,7 +247554,7 @@ [ "timer.trigger", { - "_index": 7366, + "_index": 7380, "data": { "ref/stable/timer": {} }, @@ -246681,7 +247684,7 @@ [ "tint_array", { - "_index": 7857, + "_index": 7878, "data": { "ref/stable/gui": {} }, @@ -246787,7 +247790,7 @@ [ "titlefilters", { - "_index": 8884, + "_index": 8952, "data": { "ref/stable/editor": {} }, @@ -246817,7 +247820,7 @@ [ "tmpfile", { - "_index": 9408, + "_index": 9476, "data": { "ref/stable/io": {} }, @@ -246827,7 +247830,7 @@ [ "tmpname", { - "_index": 9955, + "_index": 10025, "data": { "ref/stable/os": {} }, @@ -247201,7 +248204,7 @@ [ "tobit", { - "_index": 8629, + "_index": 8662, "data": { "ref/stable/bit": {} }, @@ -247432,7 +248435,7 @@ [ "toggles", { - "_index": 9651, + "_index": 9720, "data": { "ref/stable/sys": {} }, @@ -247453,7 +248456,7 @@ [ "tohash", { - "_index": 10803, + "_index": 10874, "data": { "ref/stable/dmScript": {} }, @@ -247463,7 +248466,7 @@ [ "tohex", { - "_index": 8631, + "_index": 8664, "data": { "ref/stable/bit": {} }, @@ -247473,7 +248476,7 @@ [ "tohostname", { - "_index": 10523, + "_index": 10594, "data": { "ref/stable/socket": {} }, @@ -247483,7 +248486,7 @@ [ "toip", { - "_index": 10526, + "_index": 10597, "data": { "ref/stable/socket": {} }, @@ -247507,7 +248510,7 @@ [ "tokenize", { - "_index": 9683, + "_index": 9752, "data": { "ref/stable/dmStringFunc": {} }, @@ -247528,7 +248531,7 @@ [ "tomatrix4", { - "_index": 9788, + "_index": 9860, "data": { "ref/stable/dmScript": {}, "ref/stable/dmTransform": {} @@ -247612,7 +248615,7 @@ [ "tooling", { - "_index": 10689, + "_index": 10760, "data": { "ref/stable/sound": {} }, @@ -247698,7 +248701,7 @@ [ "tooltiptooltip", { - "_index": 8855, + "_index": 8923, "data": { "ref/stable/editor": {} }, @@ -247762,7 +248765,7 @@ [ "top_left", { - "_index": 8826, + "_index": 8894, "data": { "ref/stable/editor": {} }, @@ -247772,7 +248775,7 @@ [ "top_right", { - "_index": 8828, + "_index": 8896, "data": { "ref/stable/editor": {} }, @@ -247782,7 +248785,7 @@ [ "toquat", { - "_index": 10806, + "_index": 10877, "data": { "ref/stable/dmScript": {} }, @@ -247818,7 +248821,7 @@ [ "tostringissue", { - "_index": 8961, + "_index": 9029, "data": { "ref/stable/editor": {} }, @@ -247860,7 +248863,7 @@ [ "totransform", { - "_index": 9789, + "_index": 9861, "data": { "ref/stable/dmTransform": {} }, @@ -247940,7 +248943,7 @@ [ "touching", { - "_index": 10135, + "_index": 10204, "data": { "ref/stable/html5": {} }, @@ -247960,7 +248963,7 @@ [ "tovector3", { - "_index": 10808, + "_index": 10879, "data": { "ref/stable/dmScript": {} }, @@ -247970,7 +248973,7 @@ [ "tovector4", { - "_index": 10810, + "_index": 10881, "data": { "ref/stable/dmScript": {} }, @@ -248087,7 +249090,7 @@ [ "track_cpu", { - "_index": 10196, + "_index": 10265, "data": { "ref/stable/profiler": {} }, @@ -248183,7 +249186,7 @@ [ "transact", { - "_index": 8814, + "_index": 8882, "data": { "ref/stable/editor": {} }, @@ -248193,7 +249196,7 @@ [ "transacted", { - "_index": 8818, + "_index": 8886, "data": { "ref/stable/editor": {} }, @@ -248214,7 +249217,7 @@ [ "transaction_step", { - "_index": 8816, + "_index": 8884, "data": { "ref/stable/editor": {} }, @@ -248274,7 +249277,7 @@ [ "transfer", { - "_index": 10177, + "_index": 10246, "data": { "ref/stable/http": {}, "ref/stable/socket": {} @@ -248285,7 +249288,7 @@ [ "transfer_ownership", { - "_index": 10331, + "_index": 10402, "data": { "ref/stable/resource": {} }, @@ -248295,7 +249298,7 @@ [ "transferred", { - "_index": 7430, + "_index": 7444, "data": { "ref/stable/dmArray": {} }, @@ -248305,7 +249308,7 @@ [ "transferring", { - "_index": 10375, + "_index": 10446, "data": { "ref/stable/resource": {} }, @@ -248386,7 +249389,7 @@ [ "transforming", { - "_index": 10479, + "_index": 10550, "data": { "ref/stable/socket": {} }, @@ -248396,7 +249399,7 @@ [ "transforms", { - "_index": 7752, + "_index": 7766, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmTransform": {}, @@ -248408,7 +249411,7 @@ [ "transient", { - "_index": 8567, + "_index": 8600, "data": { "ref/stable/render": {}, "ref/stable/resource": {} @@ -248441,7 +249444,7 @@ [ "transitions", { - "_index": 7012, + "_index": 7017, "data": { "ref/stable/vmath": {} }, @@ -248538,7 +249541,7 @@ [ "transmission", { - "_index": 10414, + "_index": 10485, "data": { "ref/stable/socket": {} }, @@ -248548,7 +249551,7 @@ [ "transmissions", { - "_index": 10469, + "_index": 10540, "data": { "ref/stable/socket": {} }, @@ -248558,7 +249561,7 @@ [ "transmit", { - "_index": 9568, + "_index": 9637, "data": { "ref/stable/socket": {}, "ref/stable/sys": {} @@ -248645,7 +249648,7 @@ [ "transport", { - "_index": 10453, + "_index": 10524, "data": { "ref/stable/socket": {} }, @@ -248655,7 +249658,7 @@ [ "transpose", { - "_index": 7395, + "_index": 7409, "data": { "ref/stable/dmVMath": {} }, @@ -248665,7 +249668,7 @@ [ "transposed", { - "_index": 7377, + "_index": 7391, "data": { "ref/stable/dmVMath": {} }, @@ -248675,7 +249678,7 @@ [ "travels", { - "_index": 7085, + "_index": 7099, "data": { "ref/stable/vmath": {} }, @@ -248697,7 +249700,7 @@ [ "traverse", { - "_index": 8563, + "_index": 8596, "data": { "ref/stable/base": {}, "ref/stable/render": {} @@ -248708,7 +249711,7 @@ [ "traversegetroot", { - "_index": 9294, + "_index": 9362, "data": { "ref/stable/dmGameObject": {} }, @@ -248718,7 +249721,7 @@ [ "traverseiteratechildren", { - "_index": 9295, + "_index": 9363, "data": { "ref/stable/dmGameObject": {} }, @@ -248728,7 +249731,7 @@ [ "traverseiteratenext", { - "_index": 9297, + "_index": 9365, "data": { "ref/stable/dmGameObject": {} }, @@ -248738,7 +249741,7 @@ [ "traverseiterateproperties", { - "_index": 9298, + "_index": 9366, "data": { "ref/stable/dmGameObject": {} }, @@ -248748,7 +249751,7 @@ [ "traverseiteratepropertiesnext", { - "_index": 9299, + "_index": 9367, "data": { "ref/stable/dmGameObject": {} }, @@ -248758,7 +249761,7 @@ [ "traversing", { - "_index": 9272, + "_index": 9340, "data": { "ref/stable/dmGameObject": {} }, @@ -248768,7 +249771,7 @@ [ "tray", { - "_index": 7221, + "_index": 7235, "data": { "ref/stable/window": {} }, @@ -248788,7 +249791,7 @@ [ "treat", { - "_index": 8621, + "_index": 8654, "data": { "ref/stable/bit": {} }, @@ -248925,7 +249928,7 @@ [ "tried", { - "_index": 9605, + "_index": 9674, "data": { "ref/stable/sys": {} }, @@ -249028,7 +250031,7 @@ [ "triggering", { - "_index": 7367, + "_index": 7381, "data": { "ref/stable/physics": {}, "ref/stable/timer": {} @@ -249069,7 +250072,7 @@ [ "trimmed", { - "_index": 8799, + "_index": 8832, "data": { "ref/stable/editor": {} }, @@ -249089,7 +250092,7 @@ [ "tripe", { - "_index": 10327, + "_index": 10398, "data": { "ref/stable/resource": {} }, @@ -249198,10 +250201,20 @@ "type": {} } ], + [ + "true>default", + { + "_index": 8871, + "data": { + "ref/stable/editor": {} + }, + "type": {} + } + ], [ "truealignment", { - "_index": 8944, + "_index": 9012, "data": { "ref/stable/editor": {} }, @@ -249211,7 +250224,7 @@ [ "truestyle", { - "_index": 8906, + "_index": 8974, "data": { "ref/stable/editor": {} }, @@ -249253,7 +250266,7 @@ [ "truncated", { - "_index": 7439, + "_index": 7453, "data": { "ref/stable/dmArray": {}, "ref/stable/dmStringFunc": {}, @@ -249265,7 +250278,7 @@ [ "truncation", { - "_index": 9679, + "_index": 9748, "data": { "ref/stable/dmStringFunc": {} }, @@ -249338,7 +250351,7 @@ [ "ttl", { - "_index": 10437, + "_index": 10508, "data": { "ref/stable/socket": {} }, @@ -249348,7 +250361,7 @@ [ "tune", { - "_index": 10619, + "_index": 10690, "data": { "ref/stable/base": {} }, @@ -249368,7 +250381,7 @@ [ "tuning", { - "_index": 10426, + "_index": 10497, "data": { "ref/stable/socket": {} }, @@ -249378,9 +250391,10 @@ [ "tuple", { - "_index": 7391, + "_index": 7405, "data": { - "ref/stable/dmVMath": {} + "ref/stable/dmVMath": {}, + "ref/stable/editor": {} }, "type": {} } @@ -249613,7 +250627,7 @@ [ "tx", { - "_index": 8817, + "_index": 8885, "data": { "ref/stable/editor": {} }, @@ -249708,6 +250722,7 @@ "ref/stable/dmSSLSocket": {}, "ref/stable/dmScript": {}, "ref/stable/dmSocket": {}, + "ref/stable/editor": {}, "ref/stable/go": {}, "ref/stable/gui": {}, "ref/stable/image": {}, @@ -249730,7 +250745,7 @@ [ "type..>", { - "_index": 8648, + "_index": 8681, "data": { "ref/stable/dmSpinlock": {} }, @@ -249740,7 +250755,7 @@ [ "type:int32_t", { - "_index": 9232, + "_index": 9300, "data": { "ref/stable/dmGameObject": {} }, @@ -249757,10 +250772,30 @@ "type": {} } ], + [ + "type_box", + { + "_index": 7956, + "data": { + "ref/stable/gui": {} + }, + "type": {} + } + ], + [ + "type_custom", + { + "_index": 7957, + "data": { + "ref/stable/gui": {} + }, + "type": {} + } + ], [ "type_luminance", { - "_index": 10294, + "_index": 10365, "data": { "ref/stable/image": {} }, @@ -249770,17 +250805,37 @@ [ "type_luminance_alpha", { - "_index": 10295, + "_index": 10366, "data": { "ref/stable/image": {} }, "type": {} } ], + [ + "type_particlefx", + { + "_index": 7958, + "data": { + "ref/stable/gui": {} + }, + "type": {} + } + ], + [ + "type_pie", + { + "_index": 7959, + "data": { + "ref/stable/gui": {} + }, + "type": {} + } + ], [ "type_rgb", { - "_index": 10296, + "_index": 10367, "data": { "ref/stable/image": {} }, @@ -249790,13 +250845,23 @@ [ "type_rgba", { - "_index": 10297, + "_index": 10368, "data": { "ref/stable/image": {} }, "type": {} } ], + [ + "type_text", + { + "_index": 7960, + "data": { + "ref/stable/gui": {} + }, + "type": {} + } + ], [ "typed", { @@ -249889,7 +250954,7 @@ [ "types.is_hash", { - "_index": 10662, + "_index": 10733, "data": { "ref/stable/types": {} }, @@ -249899,7 +250964,7 @@ [ "types.is_matrix4", { - "_index": 10664, + "_index": 10735, "data": { "ref/stable/types": {} }, @@ -249909,7 +250974,7 @@ [ "types.is_quat", { - "_index": 10666, + "_index": 10737, "data": { "ref/stable/types": {} }, @@ -249919,7 +250984,7 @@ [ "types.is_url", { - "_index": 10668, + "_index": 10739, "data": { "ref/stable/types": {} }, @@ -249929,7 +250994,7 @@ [ "types.is_vector", { - "_index": 10670, + "_index": 10741, "data": { "ref/stable/types": {} }, @@ -249939,7 +251004,7 @@ [ "types.is_vector3", { - "_index": 10672, + "_index": 10743, "data": { "ref/stable/types": {} }, @@ -249949,7 +251014,7 @@ [ "types.is_vector4", { - "_index": 10674, + "_index": 10745, "data": { "ref/stable/types": {} }, @@ -250051,7 +251116,7 @@ [ "u0", { - "_index": 10319, + "_index": 10390, "data": { "ref/stable/resource": {} }, @@ -250061,7 +251126,7 @@ [ "u1", { - "_index": 10321, + "_index": 10392, "data": { "ref/stable/resource": {} }, @@ -250071,7 +251136,7 @@ [ "u_wrap", { - "_index": 8490, + "_index": 8516, "data": { "ref/stable/render": {} }, @@ -250103,7 +251168,7 @@ [ "udp6", { - "_index": 10558, + "_index": 10629, "data": { "ref/stable/socket": {} }, @@ -250148,7 +251213,7 @@ [ "uiapplicationdelegate", { - "_index": 9821, + "_index": 9891, "data": { "ref/stable/dmExtension": {} }, @@ -250168,7 +251233,7 @@ [ "uint16_t", { - "_index": 8993, + "_index": 9061, "data": { "ref/stable/dmConnectionPool": {}, "ref/stable/dmGameObject": {}, @@ -250208,7 +251273,7 @@ [ "uint32_t:2", { - "_index": 10884, + "_index": 10955, "data": { "ref/stable/dmRender": {} }, @@ -250218,7 +251283,7 @@ [ "uint32_t:4", { - "_index": 10882, + "_index": 10953, "data": { "ref/stable/dmRender": {} }, @@ -250228,7 +251293,7 @@ [ "uint32_t:8", { - "_index": 10886, + "_index": 10957, "data": { "ref/stable/dmRender": {} }, @@ -250308,7 +251373,7 @@ [ "un", { - "_index": 10323, + "_index": 10394, "data": { "ref/stable/resource": {} }, @@ -250339,7 +251404,7 @@ [ "unaffected", { - "_index": 10104, + "_index": 10173, "data": { "ref/stable/b2d.body": {} }, @@ -250380,7 +251445,7 @@ [ "unblocks", { - "_index": 9835, + "_index": 9905, "data": { "ref/stable/dmConditionVariable": {} }, @@ -250448,7 +251513,7 @@ [ "unconnected", { - "_index": 10440, + "_index": 10511, "data": { "ref/stable/socket": {} }, @@ -250458,7 +251523,7 @@ [ "unconnected:close", { - "_index": 10559, + "_index": 10630, "data": { "ref/stable/socket": {} }, @@ -250468,7 +251533,7 @@ [ "unconnected:getoption", { - "_index": 10560, + "_index": 10631, "data": { "ref/stable/socket": {} }, @@ -250478,7 +251543,7 @@ [ "unconnected:getsockname", { - "_index": 10562, + "_index": 10633, "data": { "ref/stable/socket": {} }, @@ -250488,7 +251553,7 @@ [ "unconnected:receive", { - "_index": 10563, + "_index": 10634, "data": { "ref/stable/socket": {} }, @@ -250498,7 +251563,7 @@ [ "unconnected:receivefrom", { - "_index": 10564, + "_index": 10635, "data": { "ref/stable/socket": {} }, @@ -250508,7 +251573,7 @@ [ "unconnected:sendto", { - "_index": 10565, + "_index": 10636, "data": { "ref/stable/socket": {} }, @@ -250518,7 +251583,7 @@ [ "unconnected:setoption", { - "_index": 10561, + "_index": 10632, "data": { "ref/stable/socket": {} }, @@ -250528,7 +251593,7 @@ [ "unconnected:setpeername", { - "_index": 10566, + "_index": 10637, "data": { "ref/stable/socket": {} }, @@ -250538,7 +251603,7 @@ [ "unconnected:setsockname", { - "_index": 10567, + "_index": 10638, "data": { "ref/stable/socket": {} }, @@ -250548,7 +251613,7 @@ [ "unconnected:settimeout", { - "_index": 10568, + "_index": 10639, "data": { "ref/stable/socket": {} }, @@ -250603,7 +251668,7 @@ [ "underling", { - "_index": 10416, + "_index": 10487, "data": { "ref/stable/socket": {} }, @@ -250629,7 +251694,7 @@ [ "underscore", { - "_index": 9331, + "_index": 9399, "data": { "ref/stable/package": {} }, @@ -250727,7 +251792,7 @@ [ "unforeseen", { - "_index": 10168, + "_index": 10237, "data": { "ref/stable/http": {} }, @@ -250748,7 +251813,7 @@ [ "unicode", { - "_index": 9413, + "_index": 9481, "data": { "ref/stable/dmHid": {} }, @@ -250796,7 +251861,7 @@ [ "uniformally", { - "_index": 7559, + "_index": 7573, "data": { "ref/stable/gui": {} }, @@ -250831,7 +251896,7 @@ [ "uninitialized", { - "_index": 7344, + "_index": 7358, "data": { "ref/stable/collectionproxy": {}, "ref/stable/dmMemory": {}, @@ -250873,7 +251938,7 @@ [ "union", { - "_index": 9269, + "_index": 9337, "data": { "ref/stable/dmGameObject": {} }, @@ -250921,7 +251986,7 @@ [ "uniqueness", { - "_index": 7884, + "_index": 7905, "data": { "ref/stable/gui": {} }, @@ -251001,7 +252066,7 @@ [ "units/s", { - "_index": 7455, + "_index": 7469, "data": { "ref/stable/physics": {} }, @@ -251046,7 +252111,7 @@ [ "unix", { - "_index": 9318, + "_index": 9386, "data": { "ref/stable/package": {}, "ref/stable/socket": {} @@ -251107,7 +252172,7 @@ [ "unlikely", { - "_index": 10392, + "_index": 10463, "data": { "ref/stable/socket": {} }, @@ -251127,7 +252192,7 @@ [ "unlink", { - "_index": 9702, + "_index": 9771, "data": { "ref/stable/dmSys": {} }, @@ -251137,7 +252202,7 @@ [ "unlinked", { - "_index": 9690, + "_index": 9759, "data": { "ref/stable/dmSys": {} }, @@ -251230,7 +252295,7 @@ [ "unlocks", { - "_index": 7213, + "_index": 7227, "data": { "ref/stable/window": {} }, @@ -251324,7 +252389,7 @@ [ "unrecoverable", { - "_index": 7413, + "_index": 7427, "data": { "ref/stable/dmLog": {} }, @@ -251334,7 +252399,7 @@ [ "unref", { - "_index": 10812, + "_index": 10883, "data": { "ref/stable/dmScript": {} }, @@ -251344,7 +252409,7 @@ [ "unreference", { - "_index": 9188, + "_index": 9256, "data": { "ref/stable/dmGameObject": {} }, @@ -251354,7 +252419,7 @@ [ "unrefininstance", { - "_index": 10830, + "_index": 10901, "data": { "ref/stable/dmScript": {} }, @@ -251364,7 +252429,7 @@ [ "unregistered", { - "_index": 8406, + "_index": 8432, "data": { "ref/stable/dmResource": {} }, @@ -251374,7 +252439,7 @@ [ "unregistering", { - "_index": 9808, + "_index": 9878, "data": { "ref/stable/dmExtension": {} }, @@ -251384,7 +252449,7 @@ [ "unregisteriosuiapplicationdelegate", { - "_index": 9832, + "_index": 9902, "data": { "ref/stable/dmExtension": {} }, @@ -251394,7 +252459,7 @@ [ "unregisteronactivitycreatelistener", { - "_index": 8003, + "_index": 8029, "data": { "ref/stable/dmAndroid": {} }, @@ -251404,7 +252469,7 @@ [ "unregisteronactivityresultlistener", { - "_index": 8007, + "_index": 8033, "data": { "ref/stable/dmAndroid": {} }, @@ -251414,7 +252479,7 @@ [ "unregisters", { - "_index": 7420, + "_index": 7434, "data": { "ref/stable/dmAndroid": {}, "ref/stable/dmLog": {} @@ -251445,7 +252510,7 @@ [ "unsaved", { - "_index": 8813, + "_index": 8881, "data": { "ref/stable/editor": {} }, @@ -251467,7 +252532,7 @@ [ "unsent", { - "_index": 10418, + "_index": 10489, "data": { "ref/stable/socket": {} }, @@ -251502,8 +252567,9 @@ [ "unspecified", { - "_index": 9737, + "_index": 9806, "data": { + "ref/stable/dmTime": {}, "ref/stable/liveupdate": {} }, "type": {} @@ -251523,7 +252589,7 @@ [ "unsuccessful", { - "_index": 7799, + "_index": 7820, "data": { "ref/stable/collectionproxy": {}, "ref/stable/dmGui": {}, @@ -251806,7 +252872,7 @@ [ "update_mass", { - "_index": 7540, + "_index": 7554, "data": { "ref/stable/physics": {} }, @@ -251826,7 +252892,7 @@ [ "update_result_ok", { - "_index": 9105, + "_index": 9173, "data": { "ref/stable/dmGameObject": {} }, @@ -251856,7 +252922,7 @@ [ "updatecontentversion", { - "_index": 10611, + "_index": 10682, "data": { "ref/stable/dmBuffer": {} }, @@ -251866,7 +252932,7 @@ [ "updatecontext", { - "_index": 9300, + "_index": 9368, "data": { "ref/stable/dmGameObject": {} }, @@ -251898,7 +252964,7 @@ [ "updated/changed", { - "_index": 7519, + "_index": 7533, "data": { "ref/stable/physics": {} }, @@ -251919,7 +252985,7 @@ [ "updateresult", { - "_index": 9106, + "_index": 9174, "data": { "ref/stable/dmGameObject": {} }, @@ -252146,7 +253212,7 @@ [ "upvalue", { - "_index": 9502, + "_index": 9570, "data": { "ref/stable/debug": {} }, @@ -252156,7 +253222,7 @@ [ "upvalues", { - "_index": 7098, + "_index": 7112, "data": { "ref/stable/string": {} }, @@ -252282,7 +253348,7 @@ [ "urltostring", { - "_index": 10831, + "_index": 10902, "data": { "ref/stable/dmScript": {} }, @@ -252539,7 +253605,7 @@ [ "use_frustum", { - "_index": 8542, + "_index": 8568, "data": { "ref/stable/render": {} }, @@ -252698,6 +253764,7 @@ "ref/stable/sys": {}, "ref/stable/table": {}, "ref/stable/tilemap": {}, + "ref/stable/vmath": {}, "ref/stable/window": {} }, "type": {} @@ -252816,7 +253883,7 @@ [ "user"", { - "_index": 7149, + "_index": 7163, "data": { "ref/stable/string": {} }, @@ -252850,7 +253917,7 @@ [ "user_agent", { - "_index": 9592, + "_index": 9661, "data": { "ref/stable/sys": {} }, @@ -252860,7 +253927,7 @@ [ "user_data", { - "_index": 9078, + "_index": 9146, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmHttpClient": {} @@ -252914,7 +253981,7 @@ [ "userfield_max", { - "_index": 8703, + "_index": 8736, "data": { "ref/stable/crash": {} }, @@ -252924,7 +253991,7 @@ [ "userfield_size", { - "_index": 8705, + "_index": 8738, "data": { "ref/stable/crash": {} }, @@ -253277,7 +254344,7 @@ [ "usr/local/foo/init.lua", { - "_index": 9323, + "_index": 9391, "data": { "ref/stable/package": {} }, @@ -253287,7 +254354,7 @@ [ "usr/local/foo/init.so", { - "_index": 9327, + "_index": 9395, "data": { "ref/stable/package": {} }, @@ -253344,7 +254411,7 @@ [ "utc", { - "_index": 10528, + "_index": 10599, "data": { "ref/stable/socket": {} }, @@ -253453,7 +254520,7 @@ [ "v.x", { - "_index": 7383, + "_index": 7397, "data": { "ref/stable/dmVMath": {} }, @@ -253463,7 +254530,7 @@ [ "v.y", { - "_index": 7384, + "_index": 7398, "data": { "ref/stable/dmVMath": {} }, @@ -253473,7 +254540,7 @@ [ "v.z", { - "_index": 7385, + "_index": 7399, "data": { "ref/stable/dmVMath": {} }, @@ -253483,7 +254550,7 @@ [ "v0", { - "_index": 10320, + "_index": 10391, "data": { "ref/stable/resource": {} }, @@ -253503,7 +254570,7 @@ [ "v1", { - "_index": 10322, + "_index": 10393, "data": { "ref/stable/base": {}, "ref/stable/resource": {} @@ -253524,7 +254591,7 @@ [ "v2", { - "_index": 10645, + "_index": 10716, "data": { "ref/stable/base": {} }, @@ -253534,7 +254601,7 @@ [ "v6only", { - "_index": 10422, + "_index": 10493, "data": { "ref/stable/socket": {} }, @@ -253564,7 +254631,7 @@ [ "v_flip", { - "_index": 8075, + "_index": 8101, "data": { "ref/stable/tilemap": {} }, @@ -253574,7 +254641,7 @@ [ "v_wrap", { - "_index": 8492, + "_index": 8518, "data": { "ref/stable/render": {} }, @@ -253594,7 +254661,7 @@ [ "va_list", { - "_index": 8754, + "_index": 8787, "data": { "ref/stable/dmProfile": {} }, @@ -253614,7 +254681,7 @@ [ "val1", { - "_index": 8712, + "_index": 8745, "data": { "ref/stable/coroutine": {} }, @@ -253677,7 +254744,7 @@ [ "validatebuffer", { - "_index": 10613, + "_index": 10684, "data": { "ref/stable/dmBuffer": {} }, @@ -253687,7 +254754,7 @@ [ "validating", { - "_index": 10420, + "_index": 10491, "data": { "ref/stable/socket": {} }, @@ -253836,7 +254903,7 @@ [ "value_type_float32", { - "_index": 8087, + "_index": 8113, "data": { "ref/stable/buffer": {} }, @@ -253846,7 +254913,7 @@ [ "value_type_int16", { - "_index": 8089, + "_index": 8115, "data": { "ref/stable/buffer": {} }, @@ -253856,7 +254923,7 @@ [ "value_type_int32", { - "_index": 8091, + "_index": 8117, "data": { "ref/stable/buffer": {} }, @@ -253866,7 +254933,7 @@ [ "value_type_int64", { - "_index": 8093, + "_index": 8119, "data": { "ref/stable/buffer": {} }, @@ -253876,7 +254943,7 @@ [ "value_type_int8", { - "_index": 8095, + "_index": 8121, "data": { "ref/stable/buffer": {} }, @@ -253886,7 +254953,7 @@ [ "value_type_uint16", { - "_index": 8097, + "_index": 8123, "data": { "ref/stable/buffer": {} }, @@ -253896,7 +254963,7 @@ [ "value_type_uint32", { - "_index": 8099, + "_index": 8125, "data": { "ref/stable/buffer": {} }, @@ -253906,7 +254973,7 @@ [ "value_type_uint64", { - "_index": 8101, + "_index": 8127, "data": { "ref/stable/buffer": {} }, @@ -253916,7 +254983,7 @@ [ "value_type_uint8", { - "_index": 8102, + "_index": 8128, "data": { "ref/stable/buffer": {} }, @@ -253926,7 +254993,7 @@ [ "valueissue", { - "_index": 8932, + "_index": 9000, "data": { "ref/stable/editor": {} }, @@ -253936,7 +255003,7 @@ [ "valueon_value_changed", { - "_index": 8956, + "_index": 9024, "data": { "ref/stable/editor": {} }, @@ -253946,7 +255013,7 @@ [ "valueoptions", { - "_index": 8957, + "_index": 9025, "data": { "ref/stable/editor": {} }, @@ -254023,10 +255090,20 @@ "type": {} } ], + [ + "valuescope", + { + "_index": 8844, + "data": { + "ref/stable/editor": {} + }, + "type": {} + } + ], [ "valuetext", { - "_index": 8849, + "_index": 8917, "data": { "ref/stable/editor": {} }, @@ -254036,7 +255113,7 @@ [ "valuetype", { - "_index": 10608, + "_index": 10679, "data": { "ref/stable/dmBuffer": {} }, @@ -254269,7 +255346,7 @@ [ "varname", { - "_index": 9945, + "_index": 10015, "data": { "ref/stable/os": {} }, @@ -254343,7 +255420,7 @@ [ "vecto4", { - "_index": 7023, + "_index": 7028, "data": { "ref/stable/vmath": {} }, @@ -254455,7 +255532,7 @@ [ "vector4's", { - "_index": 10897, + "_index": 10968, "data": { "ref/stable/dmRender": {} }, @@ -254683,7 +255760,7 @@ [ "version.tar.gz"", { - "_index": 7159, + "_index": 7173, "data": { "ref/stable/string": {} }, @@ -254693,7 +255770,7 @@ [ "version/10.0.3", { - "_index": 9600, + "_index": 9669, "data": { "ref/stable/sys": {} }, @@ -254713,7 +255790,7 @@ [ "version_cbk", { - "_index": 10381, + "_index": 10452, "data": { "ref/stable/dmHttpClient": {} }, @@ -254743,7 +255820,7 @@ [ "version_sha1", { - "_index": 9562, + "_index": 9631, "data": { "ref/stable/sys": {} }, @@ -255132,7 +256209,7 @@ [ "view*projection", { - "_index": 9371, + "_index": 9439, "data": { "ref/stable/dmIntersection": {} }, @@ -255152,7 +256229,7 @@ [ "view_mode_full", { - "_index": 10236, + "_index": 10305, "data": { "ref/stable/profiler": {} }, @@ -255162,7 +256239,7 @@ [ "view_mode_minimized", { - "_index": 10237, + "_index": 10306, "data": { "ref/stable/profiler": {} }, @@ -255182,7 +256259,7 @@ [ "view_recorded_frame", { - "_index": 10224, + "_index": 10293, "data": { "ref/stable/profiler": {} }, @@ -255203,7 +256280,7 @@ [ "viewing", { - "_index": 10235, + "_index": 10304, "data": { "ref/stable/profiler": {} }, @@ -255224,7 +256301,7 @@ [ "viewproj", { - "_index": 9372, + "_index": 9440, "data": { "ref/stable/dmIntersection": {} }, @@ -255389,7 +256466,7 @@ [ "visualizes", { - "_index": 9652, + "_index": 9721, "data": { "ref/stable/sys": {} }, @@ -255462,7 +256539,7 @@ [ "vlc", { - "_index": 9528, + "_index": 9597, "data": { "ref/stable/sys": {} }, @@ -255529,6 +256606,16 @@ "type": {} } ], + [ + "vmath.euler_to_quat", + { + "_index": 7001, + "data": { + "ref/stable/vmath": {} + }, + "type": {} + } + ], [ "vmath.inv", { @@ -255554,7 +256641,7 @@ [ "vmath.length_sqr", { - "_index": 7009, + "_index": 7014, "data": { "ref/stable/vmath": {} }, @@ -255588,7 +256675,7 @@ [ "vmath.matrix4_axis_angle", { - "_index": 7017, + "_index": 7022, "data": { "ref/stable/vmath": {} }, @@ -255598,7 +256685,7 @@ [ "vmath.matrix4_compose", { - "_index": 7020, + "_index": 7025, "data": { "ref/stable/vmath": {} }, @@ -255608,7 +256695,7 @@ [ "vmath.matrix4_frustum", { - "_index": 7024, + "_index": 7029, "data": { "ref/stable/vmath": {} }, @@ -255618,7 +256705,7 @@ [ "vmath.matrix4_look_at", { - "_index": 7026, + "_index": 7031, "data": { "ref/stable/vmath": {} }, @@ -255628,7 +256715,7 @@ [ "vmath.matrix4_orthographic", { - "_index": 7029, + "_index": 7034, "data": { "ref/stable/vmath": {} }, @@ -255638,7 +256725,7 @@ [ "vmath.matrix4_perspective", { - "_index": 7031, + "_index": 7036, "data": { "ref/stable/vmath": {} }, @@ -255648,7 +256735,7 @@ [ "vmath.matrix4_quat", { - "_index": 7033, + "_index": 7038, "data": { "ref/stable/vmath": {} }, @@ -255658,7 +256745,7 @@ [ "vmath.matrix4_rotation_x", { - "_index": 7035, + "_index": 7040, "data": { "ref/stable/vmath": {} }, @@ -255668,7 +256755,7 @@ [ "vmath.matrix4_rotation_y", { - "_index": 7037, + "_index": 7042, "data": { "ref/stable/vmath": {} }, @@ -255678,7 +256765,7 @@ [ "vmath.matrix4_rotation_z", { - "_index": 7039, + "_index": 7044, "data": { "ref/stable/vmath": {} }, @@ -255688,7 +256775,7 @@ [ "vmath.matrix4_scale", { - "_index": 7041, + "_index": 7046, "data": { "ref/stable/vmath": {} }, @@ -255698,7 +256785,7 @@ [ "vmath.matrix4_translation", { - "_index": 7045, + "_index": 7050, "data": { "ref/stable/vmath": {} }, @@ -255708,7 +256795,7 @@ [ "vmath.mul_per_elem", { - "_index": 7048, + "_index": 7053, "data": { "ref/stable/vmath": {} }, @@ -255718,7 +256805,7 @@ [ "vmath.normalize", { - "_index": 7058, + "_index": 7063, "data": { "ref/stable/vmath": {} }, @@ -255728,7 +256815,7 @@ [ "vmath.ortho_inv", { - "_index": 7003, + "_index": 7008, "data": { "ref/stable/vmath": {} }, @@ -255749,7 +256836,7 @@ [ "vmath.quat", { - "_index": 7063, + "_index": 7068, "data": { "ref/stable/gui": {}, "ref/stable/vmath": {} @@ -255760,7 +256847,7 @@ [ "vmath.quat_axis_angle", { - "_index": 7064, + "_index": 7069, "data": { "ref/stable/vmath": {} }, @@ -255770,7 +256857,7 @@ [ "vmath.quat_basis", { - "_index": 7066, + "_index": 7071, "data": { "ref/stable/vmath": {} }, @@ -255780,7 +256867,7 @@ [ "vmath.quat_from_to", { - "_index": 7068, + "_index": 7073, "data": { "ref/stable/vmath": {} }, @@ -255790,7 +256877,7 @@ [ "vmath.quat_matrix4", { - "_index": 7071, + "_index": 7076, "data": { "ref/stable/vmath": {} }, @@ -255800,7 +256887,7 @@ [ "vmath.quat_rotation_x", { - "_index": 7073, + "_index": 7078, "data": { "ref/stable/vmath": {} }, @@ -255810,7 +256897,7 @@ [ "vmath.quat_rotation_y", { - "_index": 7075, + "_index": 7080, "data": { "ref/stable/vmath": {} }, @@ -255820,7 +256907,17 @@ [ "vmath.quat_rotation_z", { - "_index": 7077, + "_index": 7082, + "data": { + "ref/stable/vmath": {} + }, + "type": {} + } + ], + [ + "vmath.quat_to_euler", + { + "_index": 7084, "data": { "ref/stable/vmath": {} }, @@ -255830,7 +256927,7 @@ [ "vmath.rotate", { - "_index": 7079, + "_index": 7093, "data": { "ref/stable/vmath": {} }, @@ -255840,7 +256937,7 @@ [ "vmath.slerp", { - "_index": 7016, + "_index": 7021, "data": { "ref/stable/vmath": {} }, @@ -255850,7 +256947,7 @@ [ "vmath.vec4", { - "_index": 7855, + "_index": 7876, "data": { "ref/stable/gui": {} }, @@ -255932,7 +257029,7 @@ [ "voices", { - "_index": 10679, + "_index": 10750, "data": { "ref/stable/sound": {} }, @@ -256032,7 +257129,7 @@ [ "vp8", { - "_index": 9524, + "_index": 9593, "data": { "ref/stable/sys": {} }, @@ -256042,7 +257139,7 @@ [ "vp8/ivf", { - "_index": 9531, + "_index": 9600, "data": { "ref/stable/sys": {} }, @@ -256392,7 +257489,7 @@ [ "waiting", { - "_index": 9522, + "_index": 9591, "data": { "ref/stable/dmConditionVariable": {}, "ref/stable/profiler": {}, @@ -256405,7 +257502,7 @@ [ "waits", { - "_index": 10231, + "_index": 10300, "data": { "ref/stable/dmThread": {}, "ref/stable/profiler": {}, @@ -256417,7 +257514,7 @@ [ "wake", { - "_index": 7550, + "_index": 7564, "data": { "ref/stable/b2d.body": {}, "ref/stable/physics": {} @@ -256448,7 +257545,7 @@ [ "wakes", { - "_index": 7549, + "_index": 7563, "data": { "ref/stable/b2d.body": {}, "ref/stable/physics": {} @@ -256459,7 +257556,7 @@ [ "wakeup", { - "_index": 7544, + "_index": 7558, "data": { "ref/stable/physics": {} }, @@ -256555,7 +257652,7 @@ [ "wanted", { - "_index": 9233, + "_index": 9301, "data": { "ref/stable/dmGameObject": {} }, @@ -256718,7 +257815,7 @@ [ "wasn't", { - "_index": 9727, + "_index": 9796, "data": { "ref/stable/dmHash": {}, "ref/stable/liveupdate": {} @@ -256760,7 +257857,7 @@ [ "watched", { - "_index": 10542, + "_index": 10613, "data": { "ref/stable/socket": {} }, @@ -256792,7 +257889,7 @@ [ "wavc/oggc", { - "_index": 10377, + "_index": 10448, "data": { "ref/stable/resource": {} }, @@ -256876,7 +257973,7 @@ [ "wday", { - "_index": 9934, + "_index": 10004, "data": { "ref/stable/os": {} }, @@ -257154,7 +258251,7 @@ [ "weekday", { - "_index": 9935, + "_index": 10005, "data": { "ref/stable/os": {} }, @@ -257306,7 +258403,7 @@ [ "went", { - "_index": 8156, + "_index": 8182, "data": { "ref/stable/dmBuffer": {}, "ref/stable/dmCrypt": {}, @@ -257363,7 +258460,7 @@ [ "wether", { - "_index": 10187, + "_index": 10256, "data": { "ref/stable/json": {}, "ref/stable/resource": {} @@ -257678,7 +258775,7 @@ [ "whence", { - "_index": 9390, + "_index": 9458, "data": { "ref/stable/io": {} }, @@ -257788,7 +258885,7 @@ [ "whereas", { - "_index": 7120, + "_index": 7134, "data": { "ref/stable/string": {} }, @@ -258035,7 +259132,7 @@ [ "whithin", { - "_index": 10259, + "_index": 10328, "data": { "ref/stable/dmStaticAssert": {} }, @@ -258087,7 +259184,7 @@ [ "whose", { - "_index": 7345, + "_index": 7359, "data": { "ref/stable/dmMemory": {}, "ref/stable/os": {}, @@ -258265,7 +259362,7 @@ [ "wil", { - "_index": 9182, + "_index": 9250, "data": { "ref/stable/dmGameObject": {} }, @@ -258275,7 +259372,7 @@ [ "wild", { - "_index": 10445, + "_index": 10516, "data": { "ref/stable/socket": {} }, @@ -258455,7 +259552,7 @@ [ "willing", { - "_index": 10489, + "_index": 10560, "data": { "ref/stable/socket": {} }, @@ -258542,7 +259639,7 @@ [ "window.dimming_off", { - "_index": 7188, + "_index": 7202, "data": { "ref/stable/window": {} }, @@ -258552,7 +259649,7 @@ [ "window.dimming_on", { - "_index": 7192, + "_index": 7206, "data": { "ref/stable/window": {} }, @@ -258562,7 +259659,7 @@ [ "window.dimming_unknown", { - "_index": 7194, + "_index": 7208, "data": { "ref/stable/window": {} }, @@ -258572,7 +259669,7 @@ [ "window.get_dim_mode", { - "_index": 7196, + "_index": 7210, "data": { "ref/stable/window": {} }, @@ -258582,7 +259679,7 @@ [ "window.get_mouse_lock", { - "_index": 7198, + "_index": 7212, "data": { "ref/stable/window": {} }, @@ -258604,7 +259701,7 @@ [ "window.set_dim_mode", { - "_index": 7201, + "_index": 7215, "data": { "ref/stable/window": {} }, @@ -258614,7 +259711,7 @@ [ "window.set_listener", { - "_index": 7203, + "_index": 7217, "data": { "ref/stable/window": {} }, @@ -258624,7 +259721,7 @@ [ "window.set_mouse_lock", { - "_index": 7210, + "_index": 7224, "data": { "ref/stable/window": {} }, @@ -258634,7 +259731,7 @@ [ "window.window_event_deiconified", { - "_index": 7209, + "_index": 7223, "data": { "ref/stable/window": {} }, @@ -258644,7 +259741,7 @@ [ "window.window_event_focus_gained", { - "_index": 7206, + "_index": 7220, "data": { "ref/stable/sound": {}, "ref/stable/window": {} @@ -258655,7 +259752,7 @@ [ "window.window_event_focus_lost", { - "_index": 7205, + "_index": 7219, "data": { "ref/stable/window": {} }, @@ -258665,7 +259762,7 @@ [ "window.window_event_iconfied", { - "_index": 7218, + "_index": 7232, "data": { "ref/stable/window": {} }, @@ -258675,7 +259772,7 @@ [ "window.window_event_iconified", { - "_index": 7208, + "_index": 7222, "data": { "ref/stable/window": {} }, @@ -258685,7 +259782,7 @@ [ "window.window_event_resized", { - "_index": 7207, + "_index": 7221, "data": { "ref/stable/window": {} }, @@ -258695,7 +259792,7 @@ [ "window_event_deiconified", { - "_index": 7214, + "_index": 7228, "data": { "ref/stable/window": {} }, @@ -258705,7 +259802,7 @@ [ "window_event_focus_gained", { - "_index": 7216, + "_index": 7230, "data": { "ref/stable/window": {} }, @@ -258715,7 +259812,7 @@ [ "window_event_focus_lost", { - "_index": 7217, + "_index": 7231, "data": { "ref/stable/window": {} }, @@ -258725,7 +259822,7 @@ [ "window_event_iconfied", { - "_index": 7219, + "_index": 7233, "data": { "ref/stable/window": {} }, @@ -258735,7 +259832,7 @@ [ "window_event_resized", { - "_index": 7222, + "_index": 7236, "data": { "ref/stable/window": {} }, @@ -258817,7 +259914,7 @@ [ "winsock", { - "_index": 10541, + "_index": 10612, "data": { "ref/stable/socket": {} }, @@ -258857,7 +259954,7 @@ [ "wise", { - "_index": 7050, + "_index": 7055, "data": { "ref/stable/buffer": {}, "ref/stable/vmath": {} @@ -259146,7 +260243,7 @@ [ "withalignment", { - "_index": 8839, + "_index": 8907, "data": { "ref/stable/editor": {} }, @@ -259247,7 +260344,7 @@ [ "woken", { - "_index": 10102, + "_index": 10171, "data": { "ref/stable/b2d.body": {} }, @@ -259387,7 +260484,7 @@ [ "worker", { - "_index": 8418, + "_index": 8444, "data": { "ref/stable/dmResource": {}, "ref/stable/resource": {} @@ -259544,7 +260641,7 @@ [ "world"", { - "_index": 7138, + "_index": 7152, "data": { "ref/stable/string": {} }, @@ -259566,7 +260663,7 @@ [ "world_to_local_position", { - "_index": 9913, + "_index": 9983, "data": { "ref/stable/go": {} }, @@ -259576,7 +260673,7 @@ [ "world_to_local_transform", { - "_index": 9915, + "_index": 9985, "data": { "ref/stable/go": {} }, @@ -259770,7 +260867,7 @@ [ "write_dump", { - "_index": 8707, + "_index": 8740, "data": { "ref/stable/crash": {} }, @@ -259964,7 +261061,7 @@ [ "x,y,z", { - "_index": 8462, + "_index": 8488, "data": { "ref/stable/dmTransform": {}, "ref/stable/render": {} @@ -260082,7 +261179,7 @@ [ "x^0.5", { - "_index": 7293, + "_index": 7307, "data": { "ref/stable/math": {} }, @@ -260092,7 +261189,7 @@ [ "x^y", { - "_index": 7275, + "_index": 7289, "data": { "ref/stable/math": {} }, @@ -260154,7 +261251,7 @@ [ "xor", { - "_index": 8617, + "_index": 8650, "data": { "ref/stable/bit": {} }, @@ -260184,7 +261281,7 @@ [ "xpcall", { - "_index": 10661, + "_index": 10732, "data": { "ref/stable/base": {} }, @@ -260214,7 +261311,7 @@ [ "xy", { - "_index": 7274, + "_index": 7288, "data": { "ref/stable/math": {} }, @@ -260224,7 +261321,7 @@ [ "xyz", { - "_index": 7392, + "_index": 7406, "data": { "ref/stable/dmVMath": {} }, @@ -260268,7 +261365,7 @@ [ "y/x", { - "_index": 7236, + "_index": 7250, "data": { "ref/stable/math": {} }, @@ -260350,7 +261447,7 @@ [ "yday", { - "_index": 9937, + "_index": 10007, "data": { "ref/stable/os": {} }, @@ -260418,7 +261515,7 @@ [ "yielded", { - "_index": 8713, + "_index": 8746, "data": { "ref/stable/coroutine": {} }, @@ -260806,13 +261903,23 @@ [ "youtube", { - "_index": 9527, + "_index": 9596, "data": { "ref/stable/sys": {} }, "type": {} } ], + [ + "yzx", + { + "_index": 7005, + "data": { + "ref/stable/vmath": {} + }, + "type": {} + } + ], [ "z", { @@ -260911,7 +262018,7 @@ [ "zeros", { - "_index": 7111, + "_index": 7125, "data": { "ref/stable/builtins": {}, "ref/stable/string": {} @@ -260949,7 +262056,7 @@ [ "zlib", { - "_index": 9030, + "_index": 9098, "data": { "ref/stable/zlib": {} }, @@ -260959,7 +262066,7 @@ [ "zlib.deflate", { - "_index": 9029, + "_index": 9097, "data": { "ref/stable/zlib": {} }, @@ -260969,7 +262076,7 @@ [ "zlib.inflate", { - "_index": 9034, + "_index": 9102, "data": { "ref/stable/zlib": {} }, From f12e792e16a6116f9399fb1b8a8de923058adc90 Mon Sep 17 00:00:00 2001 From: "services@defold.se" Date: Thu, 19 Dec 2024 07:31:08 +0000 Subject: [PATCH 5/8] Site changes [skip-ci] --- manuals/font.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/manuals/font.md b/manuals/font.md index 1a94b959a..6eaa50da7 100644 --- a/manuals/font.md +++ b/manuals/font.md @@ -2,7 +2,7 @@ layout: manual language: en github: https://github.com/defold/doc -toc: ["Font files","Runtime generated fonts","Creating a font","Properties","Distance field fonts","Bitmap BMFonts","Artifacts and best practices","Font Cache"] +toc: ["Font files","Creating a font","Properties","Distance field fonts","Bitmap BMFonts","Artifacts and best practices","Font Cache"] title: Fonts in Defold manual brief: This manual describes how Defold handles fonts and how to bring fonts onto the screen in your games. --- @@ -20,11 +20,10 @@ Fonts added to your project are automatically converted into a texture format th - Bitmap - Distance field -## Runtime generated fonts - -For the developers that are looking to minimize the download size and runtime consumption, we have recently added a way to generate font glyphs at runtime using a .ttf font. +
+It is possible to [generate font glyphs at runtime](/extension-fontgen) from a bundled TrueType font instead of generating and including a font texture in the application bundle. This approach can greatly reduce the download size and runtime memory consumption of a Defold game. +
-[Runtime Fonts](/extension-fontgen) - Use a .ttf font at runtime ## Creating a font From aaea44fb9eff9eb27ebf358ba3a38b98c617787a Mon Sep 17 00:00:00 2001 From: "services@defold.se" Date: Thu, 19 Dec 2024 07:39:16 +0000 Subject: [PATCH 6/8] Site changes [skip-ci] --- manuals/font.md | 4 ++-- manuals/images/font/new_font.png | Bin 41445 -> 136360 bytes manuals/images/font/new_font@2x.png | Bin 101178 -> 218632 bytes 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manuals/font.md b/manuals/font.md index 6eaa50da7..2620346ad 100644 --- a/manuals/font.md +++ b/manuals/font.md @@ -87,8 +87,8 @@ Shadow support is enabled by the built-in font material shaders and handles both *Shadow X/Y* : The horizontal and vertical offset in pixels of the generated shadow. This setting will only affect the glyph shadow when the Render Mode is set to `MODE_MULTI_LAYER`. -*Extra Characters* -: By default the font will include the ASCII printable characters (character codes 32-126). To manually include additional characters, list them in this property field. +*Characters* +: Which characters to include in the font. By default this field include the ASCII printable characters (character codes 32-126). You can add or remove characters from this field to include more or less characters in the font..
The ASCII printable characters are: diff --git a/manuals/images/font/new_font.png b/manuals/images/font/new_font.png index 07f91c953c65f1134b3acd1282d87aa11fba885a..405f0f0afcddd8e867ba050cab4e41dc1beaaaeb 100644 GIT binary patch literal 136360 zcmY(qWmubA(*_Eqg#x9x6nEF+P^3kI)8I~l;>F!tT!Xt6f@^UJ?he7--QDG+d++x< z=j6|mYq72;Yi5nybI%a+RRMs8LWlwf2ZtstC9VVq_j(=bl?#qV{`wDU0mWendVy^YOKf--8hbtVpDStu#NyU!> z_mlX|COsUSJx&xD4vriE|Nk!a0YyQt{#*L*@Bg=iHweAYnC}6U*bMr>4iW|aNjxl6 z6NxcCxN$VtIc!3c;O4H?2L?r|?6_r;4qVq}uDn=z2QGSDvLXEQ$`p_NOtwfDMX4GLoo7=am#7)<6qrDG#HyL2Whh#2E zjrHVfhlA%-S@rJ6n0HrMWDn`H!+O7uQ{SRNcAV+A%?lARg|duQ!#dJtuSY))_MEEJ z#E{%4bsr3J3-g2TJDb;@E&E4A1&ou27%NW0jq=#ExwfWct-s4{c|}ZJY%-p;@ZPu| zXw0e?8Sm|F*pzG(e!an<#0?Sud!G9YJDj3-$dS+>iGxnVmN-TcZ48|4{rxR6f-f}W z^jzfh{@J^U%+ad_08u{Z_m$k47`8-3KIII@!cW33J|wnW^aHm)FHvVta>7WP1*OvO1sFNRNM}r6^ctwNE$4gXo z{CbwXe-TD2)m6BdPv+c#>1_0xJcU?WjMbOLj27r!FpvNR{JWWkrvQ zJaHa!{W0_O+{tKmSLd!+LvO3%gNe4oXsN*f(=trB%XC>=obbs2$~&&Xfr zIXu*L-+&}72HU<_(phg8sa61>e12LyfQ>1x`r)tcO&uFvBwZI)Z~ zl^TBzBs(Mqi*e8?q%YOGJ;d!*EkCTrGR;_9EwvPTchX)f91np5CA-puJ3_cB^AR!&w6=$%`v_?OL%6L6;*z$IaUZvS)NI%cEWI;||=TJIOz_4R<{JDfs(QhJK4EJ`QLF2 z+Xg{P4{mM`V1=cJ*x!|WZYCp-+=9KdquH-&*4u$ewGs;>RsvVHj<#0#E5(|{pwf94 zdHKNuUgq|x?pX0SlU4T!ExDwW`FEEnW;o(?p_-2n6gS8vOd^|u~ z@C4C22g5e?jp2Ti(Tvt`X@ztP zPXW$i)?;C|C+qQO)Gu_@AU0Ok?eP3B>Bavam+NQI)%j#rqg!pQXy(f7NJy&NYJD}| ziLDftV67x$jKey@tQES}mb1l1eUzqMYkwBlTy=qWNtS_uK~VW^SfNxC-#1;k@m1_c zro{E?l6B37i$rT-c2`HN?rD-n^Eg2VYt50Ssrxbd7A9RtcBbEJKn;)Xfk0#4QV;PX z0^dA?We`h&CK9oimp~CF148ytwEZ>uYbso?su}A=Xn^FZc}?z`^GpUpPD=HLuG zrt-dQLh0k+$}=~E+ecFJPd;b+O>bmv4`a6x!USsKt_Ql_A7}O9P}SAZ@D7>*+iywC-Iv7dls4^J;WYvB?}i&QM?eY+ zY<-NHAPO87z1onkIGG8p^b248e}qVK5bwPSlT=93g4lCgRjN?m7s}dBQjrg76~Y%E zD>Q11ST}-iUJ}lrK#v!jMQCefKG5?Ro(j~WmJ=;gIA^Z88EY~Px_#`3A*wsBX#TqH zp93_)(yBXpYpW#Ueu$IQ==?I%Hx{-A1j@C?JS^O|Defct0F+ zLuSe6etzjzT5ojI5{pPY+?V2U$GB&Pwjtd7QSe{+r7n%~z!cHf&I&?E;mo=X@xwu` zcJ#V6p!cj^LE$XA6{>#y;n_3@|?7{1=bWXp_!X|JFZoI0K8aWLZb4vD43#3j$jJYiQ3zl4TD(ys!GM$R1P{P8MW#k80`;+TX5W>FX z5P+(i0<;7KY&ZRz0xahegWEQYiCOdlImmaFE(Er5MXqpA6MuaB6o03bJ)?F6IkP4> zpKZ%@ttykE=G$M(uTy2LmrmpedTz6B6dF(v{F3o&t?4YlJ+oU~sjQ_%^Ty5G2K$X* z`BJ_7t)_rY7M^`2DkcZ*P_n+pK2d?GZCtVvD~m?8Tq-RKJ)`jq<#fS-iN_6Dqtgz& zgx>doaI*kHyu~?a_r>m+GOzU#4Xv@Js|qtJkIjH~-8aOz%8yK+@QXrc`{>a5JnzzDwv*@z_MP@+r7ibPj)!e=$=vsj=J^N;jZJ++=` z%RW|_CL&tKJkpHrroqWuN4+o$Vic#V)9%i+oZq82TkC~idH--KfDv}9VRKQ4I+wpz6of_HQeSeOwV$ufmer%8_z2lSv6_K3)+olE}Qq`0|; z4{yTIXd~sOvdi35#iHR=LYwSxI+?y#h9;Weu|<78LXs z+y_FFmZjfM#RvHmq$Y}_67er2a}%d5TW<&US#J=_$3qmy@E1{J{7E@N!6}8c@@46< zskO$K3#aF#iTkwE-{_dk^Gd%iz01f!5>w?ccq2iCgwM%@Rn35^A>rtU53b!oJEWGL^Xrf6O04vXHg*IazQQJAwB z_re)3P%1sA?+SPxVNUfRd-&B6r%8Hf<3pwHye?)5gq2zL)$~dm7B0)~JBQ;vBYui1 zmR1c@c$&r{g|qIK77xFAw=^UguDjB>iax4t*x$Wb3W&GjA0tlHoNLryXyWH#L2B%j zvl}qw<@sm5 z?&4SPdpNkCMx)SdDK9T(>7!FyW^+adH(7S2j7rT%!_wLoKIVh5ukUC1O#NhJ5iRtwf>^=t*AzyV$2wU~1zbJ=f_snUDPaP#I`ykPo>0>6Bc z$rUkvI?B6{r?{|DG)aF_;|Ol<{G}3jq!eRzU~(>QBpK z)vP_K9rFrWwyYicRaKF-T=!sG9-xm5d0vlrL^3lEAql*w(9U>#m+ zHpJR|whXA$BibiTA6%>2f4>DVhgq-fa}>BOni9~dVa!wB_~{_#GpklQ3v)@+)%C-P z&uRbdZ8fKAdgEQgmdo;!t+h3Se0Z8;Po`?}S%RVz9Nel6IY75&4MP0WCzKc$SOT7n zvrKcGhDz1UD@SaLD^*l-^5MuU3^zX=2UR)9+Lu=Fll?t-A24-_tzLf?GI-Pz!Tx^Z zP9t!1Yx+l|?IAbP;5*(wE?-RoQNw_FQ>G$53==V zFC9`PqmKff$oErG5dJvasaNTFmo9Uksjobq9^HsoZe1*#cwg^H+Y#yeJZy}%KHoiL zzC`pmlqSafwMpDjs8;FKEzyxn>?XAH7TUQv(cEm?D3W{>38ylPrUq~s?cO&_hKIxW zO*s$`UbZ3>J|?l`5iI8wuz@S6JxCXH$7Bg=xy9N6C6K`VeEv~WVQjx&eM;;k(Rksm zUELm`0k6Xkm`cDuxHiNsoR)H$JpNHeZ0v*s_tOL5Oi862HU#a?4euaF!%Jjevyg-< zO9MB&7%6#LNT^U0O#y`}1>9RPQ<10my- z)|VYCt;K&`431npqF%UvdI5z!xpHDsex!Mu-sff68Rl(pa4hZ$&W*i+Jhg<2ta>Mo znPKCp_zeHKVFSgy1EG9A(^U_T7egBC%)7o)Ve&urb#@ z?&zZePv9Y_Yh&?_>m6ap7UkV=SRC=2zs!|rSP?yO9et4myU>S)=!8Bz?k}mI%^8sh zk%{^;M_X9Okxl_ z``%k6LpPT1SzmZsai8SUx?7S#VqRn0Ofp(c08olt%Ja{?w+R|gipbSL8KyWIuiGd6 zr)kVsn^TuH$-WTdxlWcznknbd3_|HidYnsaJ}Lk{bB%Gj$V|{LAJB5t{PTj z5({Hi_-jZp)4c&eQQCnmVx$7;nd);X%G0i81++8{vB`y78=tlRK& zEv{aZ=2ax?8B1C?0YUGlq-HYH8Oiy^>B!%ST)#o^Q+C6pxzd#+Bj8M8`q;K~k*|D) zw++1x7N=|n{)I_G@>rHCymBsE583O{Wsgxy-5+vR$UuzYy;G_8d8n52H)O4@E%jwy zoBJbv`QgG`K<~JA=I)QibD~K-k|x#sZ)g~oX-$tvbo6;#6TCkux+-->S@etNiWOYqa?fw%5eoabmX@xaK#7&8aXV1vY;_eMi71 z&WI)C#P@G`qXACKem}N8NA>Da)ZPC>j7V#ML{(@Mv2%h-Ju1Lt-{HnaCN@ zU!3Gqyvw@b2g?j?Kb7I(65b;L$J#&cO9?`135=(L6jmh4xh6Kk-W6Od9$<}P0v)WZO#Y$@FNvbX5@C;vk z+PPTAzNVzf)iJy@I6v+lKcHu98T7+S<^B5+nKQlP`HrE*fsRo4+G$3CRyve7AIJgf*9LZ!gh>abQ$IHv+D?|%I^Z~}Bn(75NT^zgagE@pv`4&AwIVNw&pk@^wRo?% zr8apZ_syo|<@%uo-oUC;olzTc6n8p~_lEaM@c}Wg`DPjt?r+mRe_wXy)yw+mShRmV zaTgCk&)g%10GEV4%j)sEXg<}KR3viD=3Fgp%vQPK4y%^>xt0Qv_nN|rcT{UdbMk2M zWYYe?XyWL#f7L;$&LyIR|Ksb!n+GJ8_xx(*&H~ZOf!&+<7>Eo|aN_WnZEdj3+g!g` zq?K)#qdEPVvBd=u;>4&918Z++so+hyUaQl~T5or5yiJSc_VFI)O@!=1HR8UX#90lw z|3!BVzRdnwP?#}Vl2*F`hp6jz;L)9GX~UL$a1{k+g}WRiz`w$v*$d(GS0q4U{ia;F zptzry0Dm`JpjV_+zvegLa|<8eC%nMw zTCH3R+TXH%uYr<=os3j#qel;l^j5aj)mcH3c2;!7QhUs02h=IN4jUuW?Xot_kAy;x zrCo%$A+G`dP>}9LlujgbzJ?V|;^c>GoOfdCq!CNECE2+me4kA2JiI?5a75`7{VuL_ zsny(?6ybBfxPBTxFKT{x9|Y(*zw$D<-uHPLeR=Nnc{(Y7>N)u_U)ec7{kd1uu!BY; zv1`T9qa)iCwP?m_3F34DW$^(0Sn~MsRO@9+jtwISKjUxkilo+Gb)QZ}X0IzZ$G3g+ zvi%*DKM#e{&{7snrCGv;ZDlVEFm{RhYov&Hg; z8s&=k46i#c{5o!~Kmgs#*2?pN;`3p7t@X-qmb>0ELy#O~7Cn$gDx9^2p4q~}ELeGe zeSht6T>$})MkgV#E>c8ce)mezJ^xs|hqf5sC%$~=k-O!f?zr3Gn6MQ%Ju9}9zU$9b z2Kt|J5f5glwkq5U5p;BfCT6U`*rNqQrST!Wzxm0Hc z+2Em3?tM{0QS#rn+p^`#?PfP?Rb4AB4?Th^(_YZFpCaeKVjE7W`3TdKJ|k21bQWMR zqk^+cDH(-Xyq=uT6*`S#s+B+2=A^!=!ySHtM5b|b@MMO8$_o$NmT^>j-sUC$A^5fz$`M+QoAdWdN=ofK>=%z8bm4R z5j<)B>zTqR7^<4BN@a+}`(vfmYo%f-NWo^_j-A7caCzb_(F+0wB6E&2}^cxEPeddHMO~U(0~|$ufwvXnTMK{w#gAN*7jFY-8WjL8_o3EcnjO^!3UCl9-Phjd9!)MwztD< zM9?5wo|7;Z4;If!O7+0#X>ut|#DI5>9CLL(mc+nr&EiQZ|;<;irlQp5c z!3(dlo}jp$fITrt5c;WN?j3SLQ?#-t&of!Hy9_CV`X|r4w#A`=D+UH*YAj^XzvLxf zD4s?j(gw&AXy|w*ara)xb+3JOD+p#ecKhsDXe(ZHTpvk!z_aMwHi@D+7ubL^iaSJo zd16#se=WzN zk*5qE+Ose_k8kJFr>4F9jC~6az>pjwo1mO}T`1O-2gh`qf_21eAbD$+3l?-WY6QF! zMj)z5g?Lbm$LfMf_yHiixf`Kq0A$uL0S;-PDm$F3807a0>c27y2R?Y+Jl!J&o&k)^ zOW}y8LM1++pp88BcS7g<$TVhc1KcHuJAUQ$;I&bE_>W7cvG|4L)AV!Fa!}DSP%#T2 zkN8uNMRIYN2B}I)cIBDQN7UKMI4E^POb*@e(*vUd47lYw9xvp(|QN-$vz`$eR>dd zIq^9W3;P`voGd#N6EiVfdWc)1`|Qld*Br+j8Z3x!-X68vIITfyaM(F1R7!(WQ=LoB?>8qVo4x( zbM3JWtGuMlYAh9y`n+&EM|-2kFQf&PZEEj9SRaas&=gE6w;?opDKh9;4VO`x1K(!j z^#$61wLd66Urw3ouSyd9Ch5OXf>X-1|C&%XqVknqFz!pLPF!@Fk{Z==Nkpj-9uxb} zx4!Am$)@oN6s$1V{~y4X^aYFO##~5}=>GKo*B}jmY1Nn!f{jk2m^_WY%M@RRghE%^ zez=AYb^&V;0YL!T_oM=nR1^$Hbv`GNrxFIh;LDTeHT~zc%;(bVB9L-8tc9qcc8w^8 zow~I_KV)8K!EKNx6kGS_bx2G%&t`nrmu#Uk?+`;(83Fj**(9JH17W0!8$@s2sjA*u zM+Q&Gq=&ZqN;eoWXkPg~bW%0O+f74G(EVwmWe=k9`!@SeK_YD-fi?l{Npj<`pGi26 z^es{lxWvEwNL)aOnL_WEYKxn@JJMG${U?DCCCT3#GZB~1J%x+SAAZ}iLI2Mi4>AoMlKQuIS--D_*v7S|gz6mv#uK!`Di=W+| zWtb*lLFII{4_fy*XF`A!X(c6ZgfZ?_ehOfLpjQf20!9t_D zK-`WkbY{Z(AL5IF1vArGyF<2t4A$QaHDR{mA4 z@8PN)`(8RzbANxy^OR=ijg!Y^vb8WqWRzt84^a}ir4 z@jcWR@<;<4BWd`o6i@-NdmA#{^MQx+qru|{iOR8+8 zFP~(k)W^Z-#(&epC)-j`XG6|hR34#+lQ}Uxa(6%Mfy8yzXn@JlL@MCf)R+e}09wZT z1(bHCdqmb+FIb%^WPL;>nnvHXboKWofJ%9B0uuIf;fG`9_AJ!XvAC?YqKU;iCN_ z@V#4CiGO@6G)#(Gs{)Jo-^mtR9DZfd?j^Bi(OLt7R}yeM`?x?z@P94_rLhqxx|(pb z#WCm=dN_Yb<*~{CecUs=!0qI?^iIBXZWuZ>9M*|0|HFh$zud+wOTKL5QA)P^LH8Ai zvAq}vWBTWAX9HgmIqz8kSJ6V?Wf&NRcwN!Zzp^!~IUT{npPZ0*yq{rdN$nDHVy2vl zl|6I-D`Hni_dG!02Pfbx!?i332va@#$vPv(^c8d@k}D1YY^i zui==p&+O6o6_7YD@vnC@%8~ln_g|!q#@_xwL}WW$@*zO2&MIVK5n6!GO^o+YFw(9) zc0UTbknwQUbY#O(Y&doK%R#CafoY-ya&zb6#Ycq1#&D;SaGcOV7{YY#1%5++uMaWi zJ!?Gt_(g)|Z$agB4TZ8r8wNGjyJMw$9O_`sRSBYJe7su~^91hVRQTkTMp#g|48VXY zGUzW;;0yk@N3P>E4v2TvrDSX$3;@S<|pu+n6Z2b;}t z`5r+#et^V6P`M;sj@yHoxlX3|{_1MSaz0=bmy(cpKT~2y7aw!&hs}wZfk_q)Ye$lh zwuV>PpPuFAUsWsK`OMS_u}d4dxe=33BG<>h4OSPwHtJu(jTph22{7O?Ff_F2_i;jy zfHVTVS8!2wQPC}CM~7RXWWI3n7V?m$ps@M#^2b44r09<@7>nBnY=eViB|{sTVY#pQ z%q=;oF@D#WBI&TSdjpL)t;hF3-u)(^t>jiFkFS`{?{hY;>VOS?X>R871X<5065}@8 z8BRFs7B{%{wy13vL3NQp=8}_N!&tw4K%9v0WE6vj>am)IX{Fqfq%USmfAfMQ$J!8O z$Gg4Ee_1f&%jLY#=aT`w`b&$gdg=l)m3~S@(CD%i?E#dTn;~JNW@f&V_D_v5Ll*}& zEp_YVFVEzuH;yLegUw+bZ?sRWdz2CbEk>$1Zi%ZBxjq!%iLqE-QCL;|HZIWr%qthO z+bVlvDlf?FhDL|RIFY?+_V%CdioMF>^uvMLessC_zY*9u&^wTV2kB6T~;l8rgX-@NrwN0Yumw*`y1Df`9=9eVk`9jPBZR4P}Tra z;f!hoT0mwID2mpyJ{y+d$4^7{B$NIp`df*4!rVPMAlc+%VjiU_E#2n;g-qenUs-=Q zi*dRCwYiu$aM3UZOv<0?8ad-iIm)9{Q;Uf_7nXj*S$3RsJP|wx=$$M`x@_FXY&YnN)&O9K0F}a;MW{GDmR!_B7TR$CHuT__hsVK-y7KJr^US8;QFwXZ-D!G>ucD0Sae@Inu(v<8#vs zBh)IO@#19b!ft|4uucbQJI`)Ct_buHbGe)mUL8XxGz`Qwq1|{Fsjyt{WV3KBgy09J z0uxnF-bXClq_z+CKcN2=To1n7k3K#|)1;=dpk0s9B7wxeAg&)e6D;uA)bOBab@lSW z`Db+h_LxQuhmIv^GNlt5vD-Y{&T)}bmY7#(S#L2G0~XbX7mW^O;_n~L@|S40lI{GK zg5N9=n*^p$V7&STocfZr%AYG!v58R1#fZ{vUn9)*u|@iZ^FZllG;v%*6~wyO-*}U! zFzr>8JI$|&5BJkwqHv8cPw`KZIUZNqZ>U%tvAj2kC(xlG=E;T33^=l-yJdzEOBGuo za$G-C1y*aHP>Rj&bg!K2^H0#?MR#9QlZ1ooBFh!Mp^yR5@&hic+uhd2;1py*J#*R4 z&eg4dd!(*-@PT91A$Ap7B zy+<5a3gZV1W79qcYG>f>HE)_h&veU+aLaX0PSH2#hZyeeeAVrX%hV@i%n%$R(}I1= z^LY1*_jU@Wf|@Fy2AU0gCj2d1jXH_U@||wq)Nnd^)>H;Nz?vhl9_Bm#6gJm`iMy)< znta^eQc0OPd#B%-4k{ie=`M-psVe&-d*RBCk9XOuW=V3>KuoV&Xc6yI z-=mV~e+JHR57bI@$}O}i9i1%pGrz_RKPm4q4L#^Cd%Gk{*S|(}4p^$FvR z-WZPjLNqJ(%_Z0h`qF%sb)C=fC@i9RBaN>3R|#xR86HEt4N`}KT%@79-9X~rub z+&G@yoT&Iphs^kWq}Dx&rvlpk7-`5CZtq9&KSqfx`uT}fR)4lp7>5pAn84eUlLZ6HgS2%YVI$qU@A)kV zmCVoj)kVCoHpnu)FDCF;UatFRL?WzaGnne*=fB!nRQ93Miukc~Ul4_=KB>5$WF9uZ zaa2(!Di={td(@h8<=jdm?+^J5C0N8f&cefqNBaTrO`f ztI82gjc1BB#5us+6>8b(^u*Y&bf2eX+P(i$rDDdt0a zTdurf8SV#M#ULbR6(TG`B*zOrvz~vX`}aH# zYr$y}s7J8*qmQkx0u60BgY} z9og${HCI_FKheIpX)miyN63bPq%SY8cj9l)oK)UY_+xyL0yK2_axXlXpi!0LV`ma# z#*1#pe#n_(Qb!F7M~##zc$VSTf)jFZx+>9LpkU+)8PL;z!2keeu9xm9D}rCI_r$}^lNeNf^C}1i(q1xzT%EUwIwd2_Q%xm zV>c7tV3pflXN9H%PCkrg=c*{&$h}~SKbVgU(Lb9n^(dE3EXO85D!Y^+!Ja8P>SD+n zE!K7^(W=V$iT;{}OSnV3SWEW8bn z=&oCS=)1lX$p(%0wZ?6i&PNamR@hakJt|YO!6uH3cU+F3bj%+!-fxKk0Y>?3OVu{V11xd3w7J~LtriRO>AgGU%L&{+-^_0F#(r7D4j#wvR6=^ zLaK4sP*%%BHqGG8p&+02<9BN+F0Rn)51c!cb+3`oNj4M`n6;;xB#4%kf|}h1uUQtH zd90>W=5=xG+S*F=d((sm-=2cfJ^BmF^r{SIPot|Zk9cii)2Nm+R{LWW#i(Y-68dWzY-h?IA1gc1YM%Cw5f6{aWcP$OCl*p$-7h@j(sO1kzRs|V}z z>{6{d{YuBJX9NH}1&_CDd6;2LXCQv8#|DpD>DJten9@~v!C9N13!{o zsN0b7n=2$P``x24{FrMYT7fzM6trsHd?c%!3qP4?Ym zRB+-=NaY@PI0>fK?1iTo)`s83?G{Y6>xnjw0fmF&CM5|5iENr7E-!1AGq5p~jZuOu zD+oyB@v^*Z$$k8ndG^Z7?I^3R2L>6RtLvkP)Y=x0hfZTAwF%#pmY4SY ze1*(>Ydm!k=k<4V*#kQ6L-iq!qHISy4vmd&7a!~|Vd-{p0g&lA((Ah0cV^V9c)_>e ze7F`Tocwe|7Np%V+wZnq3|??KzPoA9E_v(#+2LJMT+{4Fb(_L!5fs5EF zi8Mk9hu!-~dR@V$`sp>xag*{6>8F{QmFK>iZ8nXL^q1R<*8I^lF&~r=vLf)=G@)+m z@3$|jQi?0z&@)%pIk5BOGSf4l%zVs&-+T&HW3 z{g|!qR@0EZj>%yvn=SLA(~`uCY<|9%cZhqv3PV3~o}07MX%hutE4jGCftnZ&KxD@0 zedL(R5XKPGN~s5X;SRx;Qa!hFIHYm`^G*Q#@!C5*1f$gQOJC{vI`&AHcd{L z24b~t<9JKSa5BSp58<=waYO`{m1-nT+!6TP;SOnj6Nu`r@gnaA_vk{-66CYU3czLt zT8=vQk`rotrV7uteIq12W%L*LEU5xU&Ye9hw2G+`VEu2m`dWayHwdi+vrKAf&;gN(0k*KKJI^z-1Eo ze3`6`eb$s-nWVGhe0EKZ<)m9-hXXjDm7EnC+5Tpio^oJ7QgKvClIIt{-TC5awxOl` zj|s&S&pDg6Z{giVpv34hl+o$ivmGA})aV3Kp@+vn5b3=Hpm@es+*Pei3oujyOa+nh zIZkd;%gb#?!Rx9 z0WzTmE5AB-4tuMY+lDkR#`;#rq>eKkA~QcdoYCn=%~C%EM2`LP|DJUveK6@@Ou5y! z&cVDXTNabhEvs(Z85EhpXSYvGrOfyP54$51S!(=Tz;d5Th&i&j#gjX;%Tf?v7%)3*U>y2I|2~b3lCGmQ$MFkxer!z zc~tY#lsI`KNt|{A;clpjtU8t1@(&}ic_W_UB=Uc>WAF!aFY6}Hn~V#<-vv43$XD5Z zN({L=-JCi&+^oeXrFi4>p4{HzBz%-nxFf3q|C78A;fY&v@-o)?d zrPVlY1cx{b-JJVEmG?y12U19kjlrfN`9qntwrCN}NLy?gRbb!l^}|Eb$I0)2GcxDZ zE?Zj(8KF5g>SluwnXBD+>4eeEGZ3jrH;#<>Tau44(lu6zWjrL!-n@eD@xMDbxy$rC zVn1X}XADPx<`r4Fx9YzO${%hJg+nS`#~0mDhn1R#hPZD$x`-^N^FP6hK z9pnWy<%>)sKzfx#6J6B&{KfXFL4RzyAe1aaxzw@dAN|t>5YI! z+4$D2c#(0}2)*amO9-cIj--6vUIf1K=3XQ)u46F&5Qlw{wC%V(kg`yqI}@UAQg`lt zHBW?!&sOz9K$0$GWjCCnp!0UeJ+1*VDO&SU>H{Vlc{y;+n{hj6 zLg_*zF*j(owjFx%?XA zi4pKR^dB0h>bccYp1E4ejpY~zT|pE-UR656Ko_N3&^?G@8@<_ z{=AKn&YTypoqW6OAEGR+g|+CqvE4thQ(|0@=y7$do?phv5i7FN=(aGy**3Yg{tIt# zu&a+C@W*syO@y>u#`LCo!_;JTkEHnU(A2Te{p0OKYr0NTlD^Dcu{2NRPYfoOwV=3X zg=7IgN$23t-I^SI%v5sI)sx^eWOn??F8W-|)!A9`0|oZAwovgyTR+f87cNV)GAK}3 z3{UiH&>pL|exBFVkCcBK^1JT)Y==)?&Tfh-V1pcr@W((D3yGr8ADgK zLT-3&U((_ySV79H%n|f`Cpn`8Y!vwAEheLHZ2qW`U&*Ck42KK42N$-uydeh5=GP_n zvK+MJrU8~Ly~*_K$}{9blOawMx#HU7Gmg4co0XP}Id#74KA;i*)?>gR!BU{SHlO?E zuJlEYD-}l5bI-!2mcDyKSwE8!kK7t-B6(Q-k2?#_gQ;-2m-<_r@qF9MS%!P|quA?2 zy)vtc2adtd9Ko6n^)4np!jj^NN!P$_oIJ&2E!({u{$^a_;{)$VXLo^My|UmmNKNI8Lh7EErrjNf4NSHRJjyjT!(Eb3lF69H75z5s(>e8~b~Ok)*sK;`IFE zdR~Y_$*p`sV7KpbO7>btJ%^DiTD{BGKsEQlR#b zjAvNs)LfZLsVGU}rq1^YVx?hFJ|K-xFfD?OOr<)7o2?xPrB8!6CwexbYH1T4HZ8Vc6%QAj4` zDtX}_RU|h|cA0K^cBB)MbghD;U#hF$l?`qklJzd4)7cC7B|!-i=8AF-ET)||?W_Md z?K`kde)FY2Ku|A+!j01HS$LDk`FG{)j$&8j7aXa#%~#-PK^pGt1(2=OfO(NtfMmcZ zD5hUdX1Gm?>S#Qv5G{4gEG7;8=ljdouc!*@3yv_tE@O0P=qDP$=)U?a9<4oepQaaq zf1UCz1qoV2aC2QB-Wy|5hTnN=05rO{Xpt0%34)c~akqgIJwigV9}HwngeZ70Ik5Ur zc=$8>Hyvp*%)K#En$6v?s>`J*P>HHf01A+o*U@a%!Y9R23qoY=KzulE4?;jeF zKA5&~zPSV=2=RyY+N|yx7j9keDACU7Mslqp7IT>H;$9qb4j~A z|Fn9OQ{-{l&A#M;zwVnof=`xS-FyhDKfEFFA~%s$5|2CFC966q_{UwNKr(<~bvx$= zYB4kBEyb=Gk))XZj|2^JnOp=@IquUSjjG(87dSfm#wRni|A(}<0E(mg*1g{ZB7^`z zLV^s0-~So(p)aU-RA| z2>+Rs01)^0x_~)K4ova;j`2SKdl@mz02})AQjGQ1@kW^;V!XwBb;9+%Huzh#y(h}= zU^Cxc$VXT>1S0k#G%(a((%&C)e@kR#VP}TsX*}gv3IF@OdVS}m9ZnnY(>qnuid!qr zQ!AH)_dv0=`Nu(b&DRy*Ly^r;1kOvAkB>bI{+{+0XVXZoAyn$ysUs?7yC?e6GR{{> zOm`+D*Cpw94l=esm+i?65@5Y~ymvYF991hP!!tW*s{Hpb1Hb9*^yY@;t;tt1$N#(? zxexdH_ar@9t?Z*N7KMP9x=^|SWcFR-A%#%vgL`8SzAadJFNAdq-SA36Kev3+Y+h*j z2K?~3w+yHso3%MI0>%;!t4a0mu330B-7WQWIuZ@ww|+wHukKHs5B!WhOo2Q9`^MPX zjds!GwlkOsVx#rMnl-i0mv{;*on#mjRb%b`Y{^onQsFt@+~3<9@ae6Bq`Qroj^>1R z97W_Pw(vDaUaOMgx*X2%EZT2@74uYvScpp2)WB9z3$U^Tb0s(-MLFr8b2o^@^I+Wn!jmv`8y zGyYWXFX*t0W<~Ik#DsgE2L&(xXxxlO_T?#~;i5+%E&9~3g z1qcOIDNDi#v)VG=(otM%?Y}?@+8e9a{3Oi3nvYzuPN~#dA&`kIk~0K8$pGlw$9ASn85CSpGwzB=4m+G$Rw z2cJ>@rZ5W$HwoaMEiYeV;{`=`wC5C0Ib_;*r4$#Zyp-Rwi<%+aV=lB>fi353v$?ok zO)7q=C^sFm4h)c}G{6?CME6;a9wdPT2QEh?*Pp4o?P9myeG#Hos}tpRjm)MR!C|sK zKNv8YxoJe<)K;1z_g|&xrU2!JRt5ZXCWe@S|J zZ(OY^n5Et+D_h^qX1$N+O9fR-U}cmKq_aKet3b!G$#xr8r2hu|9Ou~IS*JlK0ziwZ zcUxYWC)sYXMbfobx#Y*pJFH_FnoQt8Gr1Bq4ibWa1Pptmpx|}WTYxdy2#ObKm1#x4 zl<Y>HbM1S1mbEXQ%rrsiNr%`WK;&EEcv}R&d=ynNx{5nIWm89u1gUe=^&hYTD7! z_Lw3R9QgCV*le=SwxhQSv(Glw{ZQiGOS$r3d28*<<-sPZtMjvnW58%I?pSdSpM{* z)@9ovKo&Sd@y9%RZm?Cj8H}WIt-w?_C^eu0F-V~}?XULJzj5_@fe=z|zfe@`b%iuT z6|*kUmkT4tCuv44Hrn1?$KP4o3xdpD?iBDSZ)_k+sRtw!Ihk3KOqpq>m_JMDP_1$3j5xjZMP8@M z>mxr_98j&Y-|TF3_ro}Pf{&^W-ENNvam}Gp1&8q^~Hn~0NM_9 z-r`TJAo>blDvjp){V?rddYh%BVLpANHuYt+kyy*Q`FwZBiKCnh19f~GU-`kL#<)qx zf8wQ%%r2h@^eGlk*10n~4+ch?bdY9>$1yNcbH?*01spPy1UYQOTo)G7NZ3sNhmOz{ zo_j4JDhZX#W!D1CtLiQ%J-DTg^J&0K0*h=Y;B!A05Q~XS!e#cLgQA+8mi;d>0+ZRO z*>TLSYW1$!R3T$kz0=fZFXd(kt9uOU0*LKALRP)epsjR~&=}aIEfjM+8!w(7P19AZ z9LRT*A4;kpEs$#FbbsmwP}`g#4F>Wq!H~pxPdD44A%YdXck|3BEQXw+zQ)I!hthG+ z`mrM_Oo#3WCY@ihSPxfnxT2hG#4Bedzzqvu(r(q?x1gGYvTp67>v751i1J~RN+q|F zXLO0bbI9HAj01t~2YRR$-n9A+`NfCD^}covTolM~8b(U24znmy%c5>3NtsFjxgYjy z8My(FP?Ye7p0Tm#LS)3CKP44bN$e>JvnFr9Y!keA`W3dAH~uFY&>zko6X?=Sb4$dJ z;xaiIeS&UCgA>OV0mWFQJ4RREVf<)0R^5hyC8N#edFp_{kR^>M^G$dsX*Cgxg0>1F ze=?sB<-X-d6t4iOIdXLna^`YwI8!y+&c3dY0>AV=#~Yjbsvg9~BZ-gsO?S1wx+gf71!L|J4cJ zE&w`#1h~?~{#i;?AL>vNW9Z?0?dhYAmYVl%oLX*s&T}^%41=0AUn}MsoK5%d_-5h~ z>rvuWryTd@gbXe4s7M>dt#;buaV%$uBqfbkHddT(R+Jguc4gySsnd;mYx*uB_YCY! zHQpCNEiGp%PiLp`sa4AokaIV$@!eduPMm|2%QYkc)k^9*vuC8F*&}i~U1Y>Vranz!PS(8J!P>#I7R4(Pr8}bYX<0%#OK9Clnv& za@GF?9iP8|O0cRjEb9P{2BD<`}5lH6le{fE*>Y7KT{OruGF zckmH-Kg=+p;P4yZHAmjO20Y*I=>u;u>wO+@Pb<73@*tXJ$=4}Ghs#6vTjPyT>2LEtq)ipVzPTU?k?0kxRYBqcAWR?* zs|~Ug5v?V$STQhRBff{5Uq>K`WQqYYEyvN%!x56~k5T;u2vQc;$&Ora**wr}$>VuM z2@d`6-39&JpCPAK;GjbpSf$jcSr{U&*VSwy@I8+@nr{8_Xbr4Yz+v~4m7L`C?6qTA zeF~_JuG@>tnr^!kJRu3hC^b4`Dh0e=zJy5 zb|nd@AP{u?hFUcz8caKy&$t~BTcXrvXn(PRFs`(eE=NAnZJx1bVDce)$kG0UH6~F7 z>Oo(thE~dTb3vnkfQ%GM;&`RE4oM)-pqjShXA}AQeH6=cRbWv4~bYb8%tx8uSq;h#-jD|mO_jl_Lvlaw^eND4gOR> za1nmYFQnY+e>ZwEtW@t}KAkChEL$RZ`|~S91$Q|4d#V)niKs`BU#jr)mA55Fx2fmd zzF7yI?Qp6z*+re&59X zZ&$UsVIK)%tX5cz$5t$9>-@dcT2LcU*0R6VT8^l|rZix*z#doMV;J!Ag5TqoVW`J%xyHLX>gN zAhDE5Ov@@2w9cvL#bdkkwB^L8wThv!l|rCA8!C>jkcPP7G#uKyMtESeAaY$gE~nv-)C`WkM_|pRNQOXRXWal@o2-In@Eb3?eW<~(JJG; ze4cx!kNd)X8BKNows7$F>3Z1j9aEGgNWI2_)Rx~=Aun8!z1De}`Zd*1f7Oee!{OQw z)hF0-VoP>ybF#oqVlm$9)lWPh@#l-+R4-e7CkuE9$lKX<(MRG@>kPVJOvx?@h1kln zflm9NeEs@jv)2`NBTWQ8y5UL=KIB5+-tPj$-W;B&zI>m1N*z~YH9ed4CPnAUXZrwM zSLve}{PvaG=>ST0adckF{ngODzDDlsjCABdgT)7V4!e~a)QKU^dlEKiOQw`Lh{c35 zh(aME2EM?-&U(Q4EucT^dx!2Y#sK&_vbpVDHq)Y$awxrDemyTuxs1G(Hm}cHpv0!FN& zNK{fL)31Hglw5n9F8I2j9f+7ztB-ohk#QNK{xN655(8engK)G`y8{5HcSGLSK`lIm z?~XUhWP^vyZ@{CDT#-tW!lD^=@v8|eq7H9Fs_`Rt$i&30?GD0lw@)Tc&0h#T2@3Ae6%u>nbVDYw49HF zPq5!m(SSv>sAY+jt^D0NfWOmd2~b#JCMJBdQc zz*Cz|K3uHVU9;u(CcAZmGbvb+)`iW5KY}|4$a;yt8Lk&| zh*L*l;(4Lab8`9+eN487k*0u%BjckIyut;ivS?*-n9^WGtoZ+cHW1(iKUqsp6JTx< z*NT4AQU3+~q?_!cSd+*$JgdHTr6;>p31BFf_#?M!!x$1Qc93+j2UL;cp=pb>Yj$%9 ze8Hb>hwl>kVE);@U*ju!Lm)aS1{`T{&qA>g+Vwt?%?ybb@uv$j&F$h!m&ur8Uh@E! zmj2AauqQdJyq$yG5h@TFU)R|6sU+v%iAw*PN8c9{+F_E z^ACt(_8r@0!|i5u5@m;{G|V+#8chx0rDUayQZBb&2%h0tyFIq(ynBRoIrof6D_V;*T=>_Fqmr- zXH<>Nm`nCC`o#YZ&l7nve@{>|8@WzypjB09PAu0YbAUK6bEgf<78hD z@!Y>SLorIJlY91fE~f5lE&B1e14cio*0#8KkYvFRUeT22ckMN(tRVPB7NnEw zYL3b()mr?i)~10P;;%tsF=<@n@6!8u(CS1Dus4ij=2D0Ni6fj>en5zrUMLC~QOa?xVPW`Df2%RO!PDJvE)Fo@U%S{dk8jy-=FpXuEA<@RQSebvG#wrB zff~|ubTYQ5qy-snx5zJFFvG+9P8q-n@^>Do8Khwo0OcvGqQZYkJ!Gk1QI&{-(L80S z_Q<$-{Yiko=sRTOpr+K(#e&nV(R+Dpgu>nG7$J64K+y*ldl`Bay-K50Sc7_G3dH^76ve5Ixpp#eDOpZ*A7K+U=ozR7Z%CHB=?!3R5i0Ftw!B;G^~;ZRLnjnG)_+ zy-p^Ji4(s_#;f~8Nay^s-w!s~IXE!o5EOwu+jFcyHQnI37pSP%;G*?OgLVxQ4O8~L zhr^TzEmd*!RIY#n3|@SgiPy;KrR6Q$?r=T<3Rn1`y(ycX0g`I{@z0yFX~2hDZMQtv zu+&pkFo7HzjDj3OBHJ56(0N9#CMiT2FhHQA;RSt52nsH=5o@@*c#_DMReW~=4h+&k zMGdzGvDxoVTWSHph{c|V5}9ARE*g{B%y6FVIe-*_cfhz^Y;%a<*u))2w54D-%qtGF zv??yesK^*YD*7Rw7VOGuZ;$mAM7~w-sLLqosPpN`3t^Z0R}?&aD=cLFoq|R#fyMAL z-JUH&CvtYSv0mR`(GO4*MjfqQyhL7q8mx-8U;{Z-pK{!;x7w9F35FUGWGiMZeNe)8 z9t60-4;?Vq2|u;^rBAHyOB^=Cj)KuD!46`f4wA)|pBeRjQUJ6+>y?XzATiQIw!$SBJj8)(|6_7EX9i#pxDtLJ+P{kEhJIRTUvVt zN_K1j*tp&S0k+d_r>f;_gZ=ew=!0`ycbSB$xY>iAxg@NHFQ>R*ys(Qo*ym}+p0>1` zB?>|afM8dO661C!-ocQ0tTI4Uh0!MD;GFQpxY6XGWY%uawub0S~10FSvvy|&hs z*?cVg(VOB~TGPpFpvEY((SooHw|2B;Z&!n3pvK ziwq_=Z(QTwPc{f7=8u6`+TYVOtf72xIY09oGiB9|OPPCAd4LXzGCe^>-8sy%yK%7Jkg59zL)KB=px)w_|Iu1@|}AWK=F4cxe_@? z-jvkO2MkQvWz!2(17gycW*(T#a}*f78l6<0OO9tNR&X;<4OAICFf~U|XIFuZB0YQl z3h&69BGa)nq2z=rA@QUNi*tlQojP*NI;{Z+uwS&_W3<{WUIz4xHeu^Q%-y;pJH&A_ zz@AO5ICQsPU>n`l2f0hnh^5wK4i(9d6gS>x0tvgOaNJ{e)P>L`%)4EmIda`B?>f$> zayYi`up&C_vzF?v&q?jM0adEw=i+arQfsXMLVCW-rB)Fm8=`{r)Ns{mN!4=xZew}K za4@AS4he^m)#GSqO%bYDf4Am`?+K(IF=1of8(&l?IxrBBa{yUmiu?WX^oEj&Oy+f` zexIQXHvY(-T4feCE>+R zN|n0wx=Wh*}Wg5MdoCxC?VFjMF($J!_RddAQ2qM$~z#R>8zKX#Ra^jo)f z;cSEeqg4rDt^187(*j9{DrVod)?fu8uy4g0TwG}kVL_;&hT~BaCy{PHj_Q#xm zc1^$le~~*N=K*!)Cmk0K04p~ndH83haUV_dorkak-eIr&wngJPYKn4BabGdVwdcjA z<}#@`pkU4$rg}<@Gq6FwIi0Y$F`5cfC;PpIsFhlg*Ny|bVEV^>$ATS1fHf+B9>^!a z*I;-t3j&ZBN8Y|W_T3SqW0YVeJsT;?lVp=yf(5D&+^dXOI+K}9{kC8OxTl6Wnfj%t z8~)+C*3#7kxA=e6-uSG|tt|k=pUY1}_&bSU-{A)XV+<>NLx|`7&lY03^;X|daA=~H z(B%g-E!i7z8j8D7Op4J(KF9M@LJ5E;c|=@(&K90xVE=x41{N>IWL4?GLAvJ2X;`)b zN#eH|>w!^$IjbZGzUA+$p*HYG+5jIiLvLV*yIQuNIV~f^E|z>LHYDqIdMBM%18A zsko!H0aeUC`u1xSTp(4sTzcd9O-a~0#=}z_X2XGaDJ_rA;KUk-+qKlY!&Ja^`0-0r zns8+TA7BDwb-hD-R6xuD^1K;_MPOy(Vsp6kzuZQ7WLXsAxzJnJO}f3oWHK`|Hk+d@ zciVicColG#!sc1d>GYUCf_mW=K#xeC&liwI-lCNMY> zKa#KNrnuc2Gv{`QVmDdF1c~DtxFX}w@3xXElq&t4#XuJnQicma$fb|9&}&RD^=HB4 zOP7mFpMPC~r*}u16ZV<-da6naGZk)xKVGQU(b3ewj=D~DcQv2pr@oN#_VXvZFs^#t za}W0KABGx@)>^Uo_RKv`Nuxl-psT599Hz*I!_EPELmD)|0z9{| z(J@gRp8`)RnL=#kaA+`_;fxsbDwGV5FKe#}PAG;_UBrQ*VxL=qo!1fYfq8!++_2jF zZW{Y`F%Jef8ptO@f<<()H=^=ny@0nm=2DQRCd*4dIletTqrq-- z;zYtgN|H4{CVf9&@Oy6kuq|Uaowxp3ei|7dDh#d{P9&-cD~7uX_E#?lHKE(^rl@JJ_)wa>2~z>^_Ax6`Mti(_ zHPGN1GdSvKiWNX`cyY|8lby<9%w-goW;)>I%FWS{oh{>tR2r`9_q2T=i48QJM#UI#06 z`9q~)2;tJ!gT)#|!ph3btgDWOf1f{t%%4*=@nU3!RB!1+g3=xODfK%^vMLG%zG^t^ zvHr83={r6$QZgU*9ZQVqoku?-v1>s4l3!9v+|*agqL&+M9`oqNdM=~_-zh(>Y;BDd zi{YbXieoY6sc0x0KCeNtFu16}s{A+|iKMPH?*GJwb!B6t*INYeqejRQkBJCSE9L%^=4!8+*DIJiMk`-#Zuko%2IQfDr018utUqf@X8& zw=+I{g-oNhVkk1P^KR$pav-$4J%u8w9%bPqlXnp(ny8IxEv*;9(X9^$cYg3`7q$T?6Q6db*~_-gPf!I8yQvLg)xLvw z!gOK`)@dfu`RT2=t2SDmr$Az!zG19r$tV_!(FR}>iGKnZ`U0x9nX;J8zN>e2<$O%6 zl$eHC?73wQ4aL_V^j0wghI(3qov$5YF^SHZh;OKLhh!c*3@BB*oqpP`69Q7Bv~x4M zBwvTTZL~Tpci3eEQtjLU`T2ul37gH%Xc>A=BBQ0mQk0l2+!Byj`3>$>R1xGT6~&Ob z693Hgk?QJAj zTh(ELiIeZ}U3U0ggAJ92F}eL|*Qj)RTqAdZoNejP+nO4e3PeQBzM@Fp#tWN4rnL4m zu5Kcnz=XKL6M|f&JcZ{P>O&n(>xi#Svzg7r%Pb}=8pXxnNKq=V$eG`zFoCKL{S1X< zJrY-<1kZ>5PzR$)o#8~e%lGL~p~Es70D)l?3{)+LP>!hBU~Qj97V^FY<+ z+>)rnFfNO|joX7GWGkDqA2Tqnf498=jy8_(6i8(PQJDsR19bg>0XoeSl-qoo%#52> zj<iButje{Yb|AjW9#$mZX`PZz=|yO8h?EOENJ97lN<26rH#g=#3Awv@-@x@Q#D3ua41=-!WnqEy zqcHB~a+oy1Z*Ip6rnplAF8uE)#%D>=y?Ngq(Y^-c$t}kev>to0*_Z5htG%(1{I?gz z{C|%u#NA$8+}_(;-bH_fhIz{ZSqIF2Z+}uFW-B^GBqvV)t@-KbS0T3G~Pb(_W zk)>C4kDZ8t4#2#hp`nj~8WG>I7F%>bE+&F)A{Hc-Q;)-6_DI@_x({fJ~pe1PkH?Dinc!mIv&C zO#QRw+%Cvr7TD^yy$fI?=TmurCnR54o(QFZ}t}mWMCpq2s)v~z$klC{6QxWQs zudBV*Nr`uVwzh)l>~IyZRu>TpA(1WBjRRiGHrqq7wr4dkFO8Sy#hj-?#AQN)|m8OdFlgC+=Cr9Ab@gO_CHsUe zM;VA4txeiU@-~TI9mEJC!_sE{64gP~sv_5U0-$U_mxIe0knm!X=;w#B*{iLaJ)~Z% zKi5mehu9U~LxjVsJwD9ioBbU`l zZLi0j(>Ntm9eE}G3z0ZGUAb7*GTqzPj)Pp|0!pguK{71kWnPFWY7Ss*Ky*QWNZAGw zRh^u!+M*#3NSGn#LI}vi6kDCLPwtV5pv&r*;L3CkVxm#V|B`Uz zFn`zfkj3I3Ai;2(k&ga+Be*Hy<<`+_)8cujJ`JHBx1;LfFQ!0U33%#ajknnyGB7eS z(k7)mCWpZ680-;>w!QWf5pmJuBjis=2bvN>&N!ghnL>d?1a!cmK&M|mi}H&@Z74MT zwfz80k%_D%&P~@PQXy!3ADhjcwm5>#W*D$^eeotlmreY{F%6iynl_7Po!tOS5P3)f z${>ED#d$#7S2?<@KBj$|6!y@sdiP1F+YZSsl83l-#XuBEC%O1@bA!0GTg3Lk?a5V7 zMqU(<2k&uN`=%m@BsjUrXr`YyQ{)53^><+759FFBH93J|#Ip8=LtKM8hmOvWDBg0I zU#{IQh9CBmQ`y%lfa>U-2K@t?=XQIGfKFaE)`yu=SesU<~bLr^6@xllUL<~SIdl|0g$SR1XQawOM#T~$jd^t zu|>d!H0QRBS*TPyo~aa4POaLMFeoV0%px_U>GcKNe*B*0 z8S?q8J8V`??cKCV-#KpR*7750ahQ!IIUUA#E&+izE-}+5YDaT-NMjQAHS^?0_k~6y zz2RUItNB#r<~aW2x#4aC@E@;xFBF1pPc+co4g=CeF@h5UkEFF90B9UhZ5QCJqD!qX z`flb2J_Ydc=hva44CL=E04ts`7L`bW4DI%(l1HyAh;FSqI;o}{_t~OgAAg?B(#3;% z7sd+Y@L8>qM`R@|e)NMnxGI7=LzByD&cEGQ)5kEFj~O4$L?^o<@l$Tb#LKt5>nB;g zzN)}PWS%s%;sLxxF=jK@+pA2wx_cXln247$*YyHfSY9s6bi>k^w17glDhBj$^SJ6s zrm+@y!;H_2qPd()5)y!PcQDf2oxs#A95~!1qS*;;eriOPeNQ!dJBx4Nhs+&S`$D3 zr^BH)Uj!IYk3V36RJTV`}3 z;vZ6~cY)c7?r|qk7OQ=0!g^VIH%lT!=1^=eYX8URwhV&!9>$lBuM#dX-_=QlnAZ}< z^OXG(37$-O8liSHR`+Q)labkXjP6bCVdm_@EORq5K3t9gW3C0xjSR|xO8v-Igc5j! zB`S8C?{hh|XM$01!7g`8`j0(;8VU}VTifup&TVm~CfHI*VAq{?EN?!)&_r3`_=p}{ zI))O%{U+u)C)e{ixa`5|D2R-zn8Rov=?}_G29NI;M@g|IGYh*w;S8EahXFl)U;>si z5m$3u-*ad1xLbt+HB%7G`rZXJXF_87->v@Gfaw}2c|LbCH6I0XNghJG^qXz6bOC$Q zl1H`OBKJF}!X)!XWnJ-N%rYWk8JBsAIUZ)b*ptG6y2=`4)U@uG1=k~ql_cst~ys&Qpn9mph@|0W)+UdXrop6S8Ho zaP&?+l&f-!EN>7;kcURcS5OEAqzfbTexs3ZzdD5jY(oL}6Y3=FMq6MFVUK+I<|Xk4eZ@!8sINHXn5MkB208z1= z*VdDN!e+DEH+72$R4cFAaqs=!FoIc>T%m*brC+5Qbx}`3eQ*5E2B$`CU4zU5s1ai3 z*heIPMkj#b+)}Qp9IMX#%y1R3j(-<1If;~NCi+>w|4P(Y)N0_d0ExcKqK-&EwlL5% zQulNgAOv3 z+#5wkVj4O;#6l)ZrDd}#kSX$x+-b>_z*n*3(!#8HPz@|y=$s{_xz*N3HeKnl$M?C^a@KWem``-4FB6W#1A2D3pDYRV9{er&=J zjDd1oSSIU-I66^}D(Q;qJv>fI>nJW4iV%z+GE%C5DCL6Ot!+)18QYLG`6cQyb+_K2 z+#mJ!QfAL+7R`6ePTAtk?J;yb+(uwHX9mqe1aVfle@YWFr9~269%V5-*gR+c$zQoW zSKKbDf$W$mM6f*g2Ov-?>BJsQm`^*72;WlKG9o}y*==u6q0dE^(A$|25*RH{f%*r9 z%1~>dfCA7Gac8`dImC3r(g4?cNqU*{dI`tG)Nn|-MeP%qjny?l-VIO&P6r&hcBdNg zXNiYcbykcFJci3n2A(2Y+b_4g)+}ahFdCJ*zd)f^biUT(X}e*TF+rc!_Q9rk1o`dGV?uzfi^HPvX7 zLg7JS4>+bhCL-=u&g@A6@+t22czzcJn}NvmI?Ke=-qx0YF?FX>jsk~mH+R1RZPcS@ zK7x-F_4I-(0jVpFh}Jy?3TdIT7En15*Sx>4!<}D)<9i=ZV&VvWy{UF~4S712w_R>@ zcmzPt2&h`6UTtjwxvU{&b*F63kV=gcmMLm83iZ zgL{gc#;4JG0Qg$zilT`9`>TY*n$&6sTX^`areqBVBh`puy+;jp8g*u`4|~V9fubV% zS!$xrgzt5o^_2o`Hno@>dj@D2bcaVqK73Zu9N#w|sU~zyjhJ0UTcRn>;C}Y*ZyH}T zM1~^>X$k{Y{f;VMq#yR<;O)qF)ud9n;P)!^9kA5Od}Dr8R#YQH@tarEdP$$Z-PbY1 z%ZQIP0ruWk==4!oUW)WP?lkABj)?lKj+J`QXc?a>EuG3A@N#VtUX`Z=@jdX8)2h`} z>UC~a=BaNhI&ycP4XyJwL?jrbkW!s-Wr2^;G4TerzYFyJ?^@E#Dr7uD7`={*?i;w6clST*3l^A) zeNmPv=%GBaltIoNT4IY4ZE^<4iL^jl9Fh3=%WDmwPfq9dIsQI|jD`7t()jY_z##1D z&S6rJ``S)Q$OnFR4?bP0I+M`(&NZedIZb(&L-WU;c()EPImMu> zO(o8adS51~M1orfuxvs1e~!$REu?$syMRZxxA!QrUW~ld^2wc}nL6c+%N-FgkH~oF z0S**QwW%}>mlbf)ZkFj&)x_)gGPDtHAs3$DxVRPYL(3ni2>DQ#5oj2+vQajgD#${8 z$DP?lvk+Z>b=!cI@aFy*j1CT@vi1&bOuTljL9bx z3mpUX3O@r?9PQIAD{7M^Q{gtE8CV$w7^RORGAveer&D{7Q#oxd_+%58WQ9TsDhMeG z)EFlhPmzj%S`EJjY9%)&#jbWJn#qMqLQ+CnVl-t)`gVdTkudIVwOG<3u`xc_V65c!tWHP=rRUjEM-Oi0mR+X5ss2@*ki>@JRbV~4 z*YGd_QzF}|z&u`iY1hD2mim!v1fZW5<9xSMzfdT%Udp52r^Oc!N+%|M4dXxkYCM4g zl4n~;_mYgA_s=$DqI%2Z5GQIdEiTH)lZ)93J+`7k?`CP^|9q%TF1q|D1E4= z`A;`YH|5RP6Fsts8JmM}oc+QNA3$_wa=S(JiQmgAc?<3Z;Bcu^otKNd3^$A%olc~w zS=Mia)2IBiuhf5NmZ?;-=3~nHkjOG>UJOq#nN8*2u`jM1CnijD-glHVUEXWD9c`}b z9EwK|NQ8SoRM>2B4bSKWT8Klp=W>c07Lmu~dKQj&;KZuH*a3<(Y8AR0-F-spV2{f+ z_de!*%`)fv-lAtCli^>UM)e!3mYYncjZGuZ(n2Nf+wlWmYeTja--KkHh`BDb3f-TD z-gBN^j9{<(LT*|^J*urom_o*KQ8;dDo`xHhqxADxRqV|aC)%spjnRy+(fI=;4oL|eX6DAT;7~HBMhC8Y!Kz*-fjO7Io39oE;hcepf+F> z2es*Yl*$#+6Qa?$d+@VoA}ThK`2mI!vJX$0InVnmXgF_o5U*G)W-?Rn zb|&ihC!ByvM>Ne>*-y)y>OSQFGl^|oJ^Q1ga06RHhFW{^EL*U$vHke3+rteljg}S< z4c(%JW#OFdH0{TacWj?X4?!$A4-Qt*iwnzZG2|3yohE!a&bMjKo2^>%i~QEAsj%ob z^I=tyCvL{eH_=y!X;$UAHlypz)LV)%IN&W;u8W?Zhmk3+cdLL%-7|bz1vG}Y^gQ>o zKOLZHJQB1O^BcT?3xAyA^-ie6;9TxyS!|4QR%WG*a26r1#8mR!R>DvX_}6qd+MqeH zcQ6IQ^BJijpV(v@P04uOeD7GexP^mx0ql(N|nU1wk zDm9swXP(OoafVA%I$X(}Mt|;`er3;b{`~_W`ob2n05kkfKn^3z=}A!a{><@x>irS4 z>G;e3{Xq^>y&|HpMyhnp2+B(C{4yf($fO=c!OrM#E*^g4$&vMl;h4bk<{mrS!xg50 z237>s!4~;4Ti=0-6Vl8}Td!%R#*O;C{JO;JR1DWjrWEFDdB1qUiAt6#0d50FMfaT5 zqLT7*(V`L;H$mXq6xgU@&~t|3j;H5umABJFInPE>Ja3LuZ*~+V26lIo5u1*xEaRKw zfw8OTAzrpfnX|e$R9vs5P8n-3a_CF9 zqU6}jPpk&H$kk)bI(5x-UKUi=h9@ZKtFp6h9X_pEW3?I0sxX)Ul3>i%3cuGGUbmy1AFbAFbjD?J>323v zVe{CsPwr#3FaGIfs9sN_WuYU-&uT)Ay_uYDGKen8F4Z+LcQIp2(@@w-1)a-#CUm~X zmMJ5j!FjV03C5z+dBU{K4KWF99+(**GipCE&o{H!yz&t7>&qz$p6iunX1&@3W=7z( zsLb!xci!&XJGuHoTeOy}!zvkD4R?)F-LNgDn8rh>p)N^k3r94FZLOt zvi%0ht|@agL3G{j+Cm~`3|P@W4|(G<1~FhrK5Yy5M6~I;9ZdyZM&f^*R)Z?B+0fHK zK7k(?@2P2=AKDS0p+k-R#9O*z?AFVl>s7VVpiBMS>vXmBj24^9?^~r)v+-Nnf&E(v zP(8ox42Y#WgXVceqgy{b$0rqadU3C-xmuvNEf7~+_Dfg52V1f0wMS)N<-QLgdzs#2 zMbvuA`hrsEgL!c|0aGXqLr$@XV5vJu`MIcxnD1w4X`M_7fBo_>T?$=fj6=- z2{cKM$Z&sn7g>QC&@#&E8>X9i6OS2yu%HLV`74U^=`w^5uAx5k^8U7&FCqpxdsvxP z$OQ6NNxr>{1FD6e0f#-b)W!H6_WkO434|K|v)Qf@>O&y(5QID&(Q^N@!W8Fe`n%8G zr?~XC_Y$nO2I4Q7hxPE8JX99!fXgg#JwVj*QOQqDJaUKN|MbAy1IDk?0oI#+x31xFtafpjQu*&pZnOGB1Ij@ zru_;Q{Uxd8W*p>xjgo!#)aTP~A_4+xbo8Ev#+`P!_47TB0grga#l=O$v6<8WmD~^? z2^SB2Y5PPXk@M8`T=D7s;)SX)>2Cp$??Z5v**t+b+4??c;zfUW#h1zQgN<}odKc;nJ7#QM$r`}px z@_I+U%g|d?^L}`a1=LZ{a%}Ks!XcQlofwagP5~&ui?&7fiw~wj@+UjsWBnz>apLA` z+?HE^%qUFt9H*psyfxmy9w5uz!c~q_yCs7b&V3s8@*gz!q%E(R;A9ATVW=Q2q0ILt zKX0R%s?f}L07AJ_jWpQap2ItouX43m{M<%tyKhTAQ=o&SzI%^(k83|wWjj&DbT3(4 zlmkh*gQ~F_{6bpj@Hi|8+jz5~|AXf3hTp)DhkKI7XRsA-FT&QwJS)|Mui?F(acHp%w8-$Xp~) z3d~u3a~B`PtQD*sei&(rui4;$V!ghh5w@;;#RNg$%B!hmCHJCKthT2N2tc2uocB)*#SV5ZqV(0+Iq<3Ij znU}mulEp^;fBz%!M37)ye7*D`Eg{^j!^^K4xEVWn2Oq#j!AqXHJ4OUFRZ>k}Q)!dz zA3S}O@Pue)Q&qN&Y;WUEXfJQAa&W;iikH{5_(JKmIkK)*-A-Ms_??yADkobhYJEmf zmj^Fb4?ghf6-L%WTcuUJO6(2exgHO-~Wx3HqG)!yj;PFroCV zhrm6bzUB{&uo^c4vkY2aXQN*XFyO^86`_if|C0+0<%YIdb0(vFGXw*ZW^7L>K%4O! z(ww7yjK1h{qFOQrAtLAqwNWQmulozCm*eSILHLWbM1Er7!L0J>D+@&Z)8ykwspd6Q z@ZxxLY)}k_Dn~5CHF238p?W%mq+5fB{Xc9;H#AzHXu4~2H1+(Wu=dp2{Vk<`qJWC| z-)h~xwM~Q17|e#p?^eh8&p($11A^s+7ylhg|MQ^3j~02M<1ibqwdC>L?}&9E;=l|J z&f)UL<_#`Dfs!5Kkyw*L&Cu3eO!)1kA2zI+>xuf*KF0t!go|L?3~Hiw`P=n?MEpBE`MEDA~B=$h2jQK)i(wHan$3}X&P z`RJ5NFeS1wLfULv+vG7s;&$hF#%g725lXFXER51FFc2z>PhpsOm|&yC4*Z1x6O|`r zV`4B1B)6>Pc{Lejmk~c1?vA=8nJ5s2OknMO>SBC!Gl5RJ7-8U z35LzHVX^MKCT&T+v99eT^|P>W4}}%f5VZIV;lFLr1`%Mazw_06teXIc)_da>4=bey z_a}n`pQI?8%hdDbrG@5&1$P9%$qL0dci`c#Jjpp?sH894<}g@{1A>PC93)^`!t$RV z7Nw#)ClUdKUM&nzb?d7_KtBDSD^-nAzsROq@N7&}?$)$d#oY#V`Cl)ReoPq>X%&=R zJl>42ZqNVA3x#4>yv44sjmsvd$^OfvkEs5;*7!dz`Zu3Y49ex3V0`!~rS5HZito!G z5Flq)kH2`uqcv(&qwu2r3ecl+qdrC<`S+Yjn~YQlDe37y^)`0SN7@1mR_2t2jX4U4 z&sy3BY}@m|gZQ;T5Fne}KqDge(JGO@&AA+rJ&j*C{DJr2MPx&wdL!HltLUIP1gz85 zf09nRg+{yo%y!0x{Fu1qK;KkOz=!&F@PtstT916wu>0Z2&S8p!cCtFURVX>D3JVL5 z&nx-Mkct~_welCVWRIxEr3HoXM;|hb^bIeh+frv%z6z(LY&&dzW&iR73+l*RtyEbmRHU&*c=w52zp5%7&wh1#xVCL!~KZN znM4(D6k|%izqMMtB?RS~oiokOgc~8qWUE@3O0&-_2ovI*C4_V2HDIlm`+9B`ake3v zjh3wEw$L#)uD}rO76qzPD9 z*vjM!lpYo1Dx!Rz2m$V5KnwIdhE38eqO%lx8F&D?tlR2jgceZ?Psje0RmvGo_k0@h zXb~7H3R=Pl>lINpgYmq!uNm;=iaJa%&dM;F?EykknwbuGImo9N>6}HA1dj?^wa}vX zw{Xu>KMOlP2NYh|q$$Zk4#8u@m2H|I($Tr#0HX%R9$&x$yw>Riv8`Xc*Fzoc8$q?Q zj!4VpQ?fC06^lkvZ^c~jU`(ceV!IFcA3M(KNXXjvbl0}Ljn-_od);b=LghS3|72?$ zP3(dnE~0K)k(P6c!ds=5=3qvHf<9+m=Aw=o-larkd01IV8?c!Y2yt0hzc|k7nVvod zyj5^VPx~1WqWQ99JT*nYa&Cg}P{dhtP*-madmn(Q8KO}(`bq3=+_N`X-+!g_`efKG zVPNH=X8pe_BptB0Z!l@IPe)=BC!0>sUfVLWv7^;-&Ka%rn8G`9Z*=#0bSU^1bUaco zeXLfhnuDRj1=+1OU>q#$7DXKvyY)I}P$H1GC&XmI+lCj(!#N`F({}>9n3tEaSGcAQ0pT=oG~{bYR%gRT<|`+a2ze7)lnG_Hb{)nn?wy%>5I|Hi3bIF3$Ih3oN+; zzRT6#geq%&*GCfoo(CwXXd5>-_t*E==*kNJ(MbrH@_l$!AC1Q~-|gMqpU>B~xcoxX z%#kPZXgb(L$Zf6NX4%yo0F9vKe4#LY*@A*%;NM(-#?ZvLip6gC$JzP$;r{-^#d7DM zFc)Doq^9)=_PaWk?M2N*2r8 zFn}dx@p~hGGn;B?%pwy0tI_LhciXJ7T0BLH$*kXcUqPRV=L;pSTxyUsepf0SC2ay& z94}9Y=kK@nPVYvZ@`5+m6wOW7)PPd0w>WkzCd0FcWE()C-}!2z8WJ)0w%uVjA3*PT zI_HHN9r+Z5C0VXYel(8F`SK+3e#UG2*$W30yWRcWx_sWA&*oJgP8s_rb=(OrY{6F4 zOLf(pnt}B|52TeKoKTTMB`kb7+2(9R&@j7xPlo^)P4=5D-kZ-qsMcLxlK@fg^aebu z#q{MuwTG`f#t{!LD$w2}pdIG+c3;K9!h_@b`Wk@r4+RvI8YcRL2a#g}`mORix;WteZ@pEmRJ zk>lg*jf~=3?RQ5hm2&sL*Ih7>7R1GeMS@BJq6gIdv=H@#25{>A^YjQMn-$xp2J2tH z{zGd-9T!AKjy4=uhD+LTvl3wwQ{SR2U7Vk1W@k$>$;(UUHCSb4wf)I~oy-P6TL*$^ z0r*df8GA#EhN@pJY5RnN8>4`Ejb_IfXlR(2slvg*QtVnUm0qW%sM6Ms633 zj={X$Ud@pHiKQEDfr-8 zPAqghcBcbXZ*R&N1n#g`5IV@b0>1{H+@O~2jwiqGPq%3f(zhykmKCB?R7-6uYc@??pw5XBPQzBwB~LY^+SvIeSctpSphZ_Lgcx8K8Wj z6`eZl$VhNQO~5&0QlBeV(ZC}|xW25dzW6QYjLg5@?h@PkM^RN3PupK2-;GQ^6rS*5 zICUB3tzF^GeJ{_*&ri6Fc?4=OA|d~XEs0)$n46C7;%YN?QlrYBuyID@^WCxbI=UJ; z`7xouTB}VdCRYc*Z3hLJ)`&XYNk^tukrA=_nu!Mmt_u3T zo^-^3bfaRz3Hi+f4u&kNRApU#Kj8EACI88m16wHIqJx87Qz9_+CBao*Ywvy%z_E zPchGAZZm_m^1H0){>H%#h)|QZnB55k!={60z1dkWa4^6MIO)Ls#8FWq&hxj+!6|b- zD!T(f@A88-D_?+Q7}Ps3?hEL!);2e5i`w{zh+OZFuyUkkr+hF7#F(+&?G|6PE^tZh;e>i9)hQP>w5R%aH2uwT^B03#(G9d?KY ze)tRLpVHG#H)LK!gptaDf*i;x9_-`LN}f~m%Z(eEB?3MV#M%fRS}RMwRN?z;glqJ-qQ<(Nw}| zGv6Zb?OWNBt^Ff0w7>*}%k;o%D?j{izrer~krwt3Ekie0IZcF!{SqAWwvUz;%x8LOhA!C!k>Sz!Vu-N{6dGk^u z%7o2g3IHewE7hBFur(Dsno=5synYeCe!kQ4Ed%W&gch~lqXGN zhSg9F0PM6D8-XH-PTx_2%$jab@Oef2CzFpV0jC8v{l}}N_RW##&9Sz?hjU^w$69Yp^|<$M z%)r93_m{mts^I7GF!}upGONl=31a?i;ELsTTDpy|Cqw zv4LUGtgNsLHsiKt;oyK(=r!w-2;3SSAIIWRs|JMV!ZHw{VO2BKfLgI4&$v+oE_Zr9 z%39Bfiw6`ORevs)b(r-9{NtBisK%HOUtH$Xu8L(f`dik!Vl5f9$RfPaG)>XSo~R6Z zh3<)9Vj9@^9xs-2NkwKVJD^&O&PS$sr!zq%1q0nbOIB;PKh~?jwq!QI9)VOh;QNBc zz=#1VCs6*{kizJU@5wkRnAk7|#!5E54BfvzN(rT*14Lf5Z+6OL9M+FubYaI!1!0j> zXtVh0W^|xNKui9q%5H8kbMb{EPIS0L!t&7!%*@H4DGFX-B1whk%qgTVh!zxcv#*&( zf-^rA5Eur#K(0b~c(Kr>5KiBuKE-RMvP#-+pB2%0Q=}3x#WYguai!^*I#ftX3A|Gy zN3H{hrt&UqXWVd)H-bUN6fcEj6BuNd5jLp4>Mt%_h}b+R%VyyjAF!4RWi?qAW~crT zurSs$NOw3~0GwA!e1Y0C)vMQQ7_FtPPH<~Pa*UM@cfNrfz~!12jkQ|Ms5 zWlX5&7<^vw$^cufz(Slav;hF_{KRL{z37T;_k|WUvVje*4`S+*?_)s<@E-3tRaRG5 z=}tZSzPoiS)nKcuCRVkcggAy9wz?8CTv-wP@tG!lq=-cO=*lb10SqYMEcyM0PXVIQXXed$YYx%27v(~ z<8}?e(S`UgBSY|Ksj`Rvn-(yp$l`X%Npgb9vDD7wb(qf+9{ll$#!fY&xQFd3cX5maPzS*wC0o~Ajv?Tt9E)^FZbDQ#pRq8aZVOW=Dhqt+H6 zhNvx*dHME`I28qH6Q9Fv>zeUO5^7FFG%;jkJ_+fSzn~DzE>hO(S z_tdz0y<1fMXGJA0sFt~Vxq4$&j>KkTZ6IYh78frd08C@~ZEA_`N8$Jg3yL?4g|14` zF6!eTCpRoK!|Zn)+2gugMY}*C;8T^^=`mlb#)ZwtAOE~Aomhg1#bvvGuf}P=W5zY- z^f^@Crz9aQONO1k>aYU|2KE!%-3gR<$ze9)uA{-Z(ZjMO9~J4!8pn zHso#rh>pYZkL%&Y4-^sefEJe)nN_?OeEI;8>ys%<8fUkuQQ z{Mkr+z70bCmCa(-iTaCc*xKB%h}|{4dFEXgX_C;3dR+`xor!^B*sb=(p~_7lDY`F-u>Cgg;a4?ya{w z^hMto$z@&<@cF4W`&#j?clf%w`3We+vHr|f6D`E*OM^-`6UhXAyS|9T*wFWdh-V6Lsiavh`%q*xEmyKBjCO|Z0^v+q3+7I`+q_)zUz zb~f!>;>J*1*BlhPe=W{(;rFNnp9!^%djQqCDY1pc_TZ&~lmUG{SA; zVPi;#GY>)tp`>Aw!$x!}x&lbCddLx$ok9VHk< ztn8;yV1e}1!F$sc`V!Jy94sybOl0C;-l`6L$MQ4N35|q}J_O6mXZa4Q*#0p9R1Z>r z1y$}m*T0CeTR{7;+K2DHhOUmxbkcEYFA^tV@^Q0opP|3`Hy)mAUcCg)u;siYkz@+} zfcBc9G1HHjk;Sa*?xZv9GLM&cr^!mv?>;e?o`jliXbeNQ6qvQ_7tfn(VL+JI{BUZn z(}^wKMy_hSDJWM)+~g9>94QCm*r>LB92rh^d;0@}w>Bh9k?KPzf!`F7#^&0)*g-aj zFUIqE4DYr1FliDlP+E}4ljp|pvev&uRs(^Tbw-%0Mb5GY1~yDi?dvVU@4Hz&10<_k zH50Cj@w@C32WV;g<|l+Xy$BQ5ZJra1vu;#zY+)jsC51oFuyB#t?i<;L(P(?(mT$IP z0d7_ptQ~R|kOGbeMb%)A6~2)_zmc^m62jD#AEx9NDTT<5cGw~vZB%WMU!p?`V|WN8 zn*Unb84N9DZTh15@6hBkzP}I}E%$9RcV=Ai9qE4ZKTuKFp?gqZdYd7jON@4 zu#XQ3C=qgHrcIMvm%+nxdvrQcg{b)c{a8=g9(WiOe0WJ`x5DM$s^jCBq758Vh**dhN|eFFw_xGH!z+Wpcw?eegz&tZen*k zl&2^d#Cqs&{r0<8$)#VUu~`C!BzRw+^&<{^XjMD=SlPVEc04G5ROv83I*VpnwwUI5 z{)Qy*yUiahv2V`iv0MO=WX*)TX@9upx$PUYWSx%*>H%;%dJN2)h$r47!gBi8Lkh1J zK)5Ev&k*xBZk21lP5yfjQfSBZ+lL=7nyRW!6{#8w6CK1g)6P8#$il-^R#+WR(1=w6 zMR8Ogt2{DGUdSj3YN@}1+;P;71!I1Q$Vu+|W5+|V?yv!oim1|V4fiTTF4f@Uz4ag` z!c3-u2&fz)e8t7@wm)_~IP4_5Y3V}O244+QNz_-B40^Y1l;A_%?41}o=cvv9!4zMs z6+|+V@)D!ux<6EIk%s>u$vp$XErjeB+sYo8LSp{LaM0#V(VS`< zW`UP?T-0^i3O^xAVZT++%a*zBxYW1jj8}>Bfj@>;bH6igrazaK9jD#0XE%{lF6K+w z3FW6xq+KZ$7L}OF_NF{k#>yPXfzG(_2ehuSF*P*2Q5Bgn3Awy24{BAjM?Nq|3)~&C zlF~3lq6Y_rKKNm(k0vf2;+SqUkp^gXOcHc?a>V2;{9ZPDI$I=4mtTD2+qT5gSrf*W zZCX=pBX}gWS*DP*>QT+LLd0RSY`a5DRB;rNXTxXeUAc{x$B`}cFeGZ$dD}6agD#X@ zoL5m?IFC%jCiFXUI-6&QPLdbBTbQghi)ObFSIb*bf+R{u?a9Gm{|y3l0lm)C&TZSF z6;O~WrH8(H7SSoAwr-(Smuke{CLm_dyv(j7P{hkMaks3>{t1T|3=3x#otpAy=_9dg z1S2Wwa$cl|_Je+CxuT4G}YpOOK zb3hu;BkR4D&dCNhre*((u zvuC~gi|)!GX^P2~d#ad}@rA&HWimka4cwldGHqF$ zwvU=^;;5anffqoB;Jzyjz9cN?!ckipP}c5sP+lTeuUF2J=5rhkAwuJPK2=#WN0hJA zXja{FKkAus~)NU(yB*7p&;PPYSXK8exiho{tQ=*F{#z_#J=)Zl1di`L39AmIXk z@qW>DtM8S?m{7)VH?)9FFz(NU2OOo_+Q#e@IQI>V)xD>$Lamkb0CsaR(ggKM zg@DGW4AD5ZQ0`^UoDq%1&Y+$bq#tMpMq(~dfivy*wWN~FKCMt!wh7I40+k>IiC10V z!8BNF`jV(1z%S_46K}{jr(Tqaay%v%^^;?x+XvI?hkuvP77!$qxnz2hXNfzfi(~Yq z*6=&YltYvwX{tmTtwMD=Uk%P7HAqCs^n zdul7RBI1)oq~S^k)7!RUUgfm|27>lzQ&oSF*@-k6NN*U6iV{^S1-#`T%6GZhZ#j^L z$Qs!}jyg^jRtM-n!F}_3 zuPjOYS;oMK1p%uqzt)_Ny&9%-bZh8^dBe^Jy4t~Aax=|~coi8ug2s%5O1xe~ z>muDc+4J9$vh8qh#R|=Y0Wx8g6;2VnQIc^3kx#^h11Ro;+ zn7Yeh5|COQ*2DcN;PHGdV$drkISA5@}hU5Nkc@Fk6_NfK}T zTGi&fd)2bb4UGGJ>hQy<8JyZ?#y(QQv*k3}1xTlm|B($MNd%a4w#)r%KB5enRxAyo z-E#O5wQM_`?TrMo_`$dYw~28x4zynBiNG2vbnfmK4UKtj+Q2J)+#*@UT*YZX&{sFo zJDH%^r>f6<1s6ZmC-9uh=O36KYBij4HSveUdzQfToWo-?){QpSzk9>d9j4QDAPJNI zyEVQ6H0uFVPX+%sjxUQ~n*YLamGf_*l)+qW%p&+K{}0N#WqW904}ZAzTV_5dBp1H- zR(K={7CixH@kNpjmCu0=4hk?0fk`V7rOWm#^BL^Y4Rhd%w7ZlzI<4t`gysxCuX#xbA|?%WSbbAnJW+pw-*~C-L1Hd&lz$l)nkt?XrT~_F z;(*`e7XGeM1T+$r8v^CQ(&CJaZrLOC`EKH2@0@U@Us<5~wzSh8oGORKH3&?9(V&v& zpndOGP4qepxOZ4=1W$}T43kbob){3#3?~Ny-4S{O1Cn1>#sb29`mA67sTeA9D*O(% z#C%@=;3MotSh%C2Lb3C7f9TbpK4RN^2xu;v)9RkO7RX*~Vjo|lrS4}QA`?3ZYy4{%JTwiW+e)OEcJ*D_OfRpnRAStF0GD_)!M|S&Fm|g z%qA(>HUIE^h9%X~5g=me!#lbBJk`?_nWE~C+$#`qvRL8w%4mR3zdP1Mg&r^Vs_4K4 ztAF=mLMC$H+3^&Phcy3~S=|tSg~M(*HUZ4%_yzq`3x~t0IwTs4*Jnv00`$jiL17XG z;CISmS)joykDx_Cyl?v@uRCx0VHw(jvN|ZZ-M;*Xpw@BPdS1_;H&3q`CUfkmiFIOl zF1R`=-U5?=VwWknT|?mZi(rxx>55U9V2(SEQ&cqc-Pp&qjn~WOQhJ`c&lfHB1)xQZ zD|^14+vOzI=^~X1#`2z}a0OY&exs)<(H(F(c~SF105=&Eb;j9-66iTO(AV3RADbG@}7#nT-OkVMoIBS@cr%L+|V$IWp zeFY-K+|6xmnhq>vyRRPtDEtJ%2AdN^p-&o&*q%ghRufBh3j9~LZ*buQ@8s>|s7j)p z;*L32ag$FH;!9j_(*AeR16BFjQq&Pfp@@&R4U{w_3>;JEr8KFbmF_` z(^Av%Hqa&9lBDQapz?I`>$f^)_d)xCsfNeYv>=xc|GTqErxZmag40&n*O`|RL_H+?cQsYylN>wbh>MAKsK!wm{m5B z(gzU4vrhYi;mOw87=P(%a7dk$C|e*I*LJ_u7EhW#HP-obyjw-A4>_LFON5oR`yh4c z@eXxSYnNx+&cor*G3nqrvEGfp^Z?8l7)(f^zw9wwFXwFkCLHUF;%6hQ**JX{F4`3_og`GhZ-k7*DXQ60n9)qh7HV zYxp-=5qZuWDgEnFEP|&e=+EMxxVJi3F@tc+%}`7SfWKT>8N#CI7o39neIzTZ+MSt6JSIgqMzX6W3;6#amMFnH-;t+MGGKz{ ziKT)==RjGgKOE+dRWmsF>xnJf)BnIc*7X zS7j|A`A1=jRgD)`iXI8afwTU45{Q^XQSx_xD5%T~ z8q4L1$w#%$98W>qO1Q4|Z)c@TD}Oz_DN>O&mBTm8 z_(FTld@>tH`R~ULm#UDgT-l5k79Nb#D7)NK=Th>jJwQ#t!UFTMqk1|*amthhG5gi8SDeM?YN9}RS!kd{r&(0Dp z40^^>bmF%n(3?O6J`m3ZE!TR#7JKoTuGZ2=bKmBFH0S@oQqiYUPx9l@M?S#NR^7(_ zeC9%!UV+6%2IYS0SS9;eWScL&29j%+)CBg!l_BS1y1b#|^;K(@& z`BoF|C5yKWX;xCSk&Cjbc2A~#=vaIz%2irxN3N>=DYVD|(_jNTjs%TRXQp^2x47J^ z1h`WSka4IM)$B<(B+)a~M{+5vLwA5)PA7kZG^OghlMnL=;_0x@`={XiU?`ipqC55b zIjk0${W+ZWXbWG+gETL7Y;2O2#G`gS5aSs}rM+gmR13kMXfu|zuXtipVjUNu^C1U} zG7h1KQmA^9=dTjMN|P_CgJBQWMdRt z@a2%Cd+GS!>wdKA(#+|i6}pys|kqp&M)0v-fr^`rEjR8 zg+}R3n23xrjOKhpyOV;WYcyaV99Z!x!o&+q`Pg4%L2w_oS0*lc*U)i`B%|<^<6*r? z61o_J3W_S~hH7{2{P|gIHgf2%NRzk>zbsoSOWSCnBSlAhubjXQBGSew24q#KdJ#?KIiA)#f>cw2zO>)s#Hf!$q; zG{p69=nN{j0Tk?u` zX8-*eOP=J^OaV&A7;-#}X+WHVL}9Jj4_wTgl3_4XigY=K?_SK%UO1OgS`U~GCXO85 zYe?%PyYl%;rbF!3O`V6D&e`0^OjOiD1&#gd0@`y@!lnr_0`O|svuiv55205OZbuznI(fsqqMi3~JZ->xC6_(ioHcHDzN}p2W&8?MW znvA%H@kd{b5h%d62xNc!2i3L9S7W^K94EIG{<+Of#rm0wQ-(%woo%!u{@V6?+3D6u z?EM|+pDdCa*&j&=Wt{E!TzsnUG-*&(2U1tTrGRsX$s>;J#%|4!!KqYw}%0ty5b!u&X6&w2CpH1WypTUKf9uvbw+^DjD_Eswsv` zv=Bk~{W}m4vr-qPXD44|6m)dhe81mO=3omr>w?rgViDChdP~c@qC#fxpv#h0=fG2s zYtSUk$8L}QvV7Qd@5~;9mllPgy%?xMc2w0D{zNHa>uN^0vr$TM{QZ7v;Q5xKb2=9} z%05h=Z7OWVY8m{pe%c3$z=hTulQ&fxdq``g6X8OFZy^;DCauy^KT#Q*GADYlq6dE}0=EkUZc>I^TfK2#tpyXDBrV zLXL$JK=N)+(11ngJsp9c+@Id>Z;wlg^J;_#`t8ed&9;D#WE_X*{wfzuaax4f3Y?}b zwpm%*)88#8LEXB|fhg<||8&wiM4?&vzL=#eB*Jsm)F{zP@)23GqJB#+jFgJ|Qmc|K zV22S<#?T^2&%0>Zv8>5bBb6di)t9{HRG;M$@f0zs(bi@ZhjQnyTu`03u@#Ee1t1BX zpClF)T9V_@bNjF2n!=9uKi3>Uhx1y8Q{CHeIzHO?7gFD$djA~ec070Bwr>3HtU@uP zN{Db(M2V)+%rHNG|Dw%m`sJ8Z1Je+JX;vSDV>_=?&;4N1WErMdz1`&EpY%PV2z^1u zhJ3d@(RX6drx|hnS33$N0A$Z35=`NGG$&65Dzm$DjjuH8H^lSd&*#-oI5zf&;nG?3 z1#4BwB|GUbyi@N{O%?dU1tT>SRH$JJCx#m_`Ah*pc^5d(!eo^8eZ0uFK>r(vBs~IZ z#8;Pn`6-2>4Zd0C(+I_QM*;z;-%jy&7ci~Az5*9{d6)GE=6$K|UNf*aSuV|@y(ay4 zk_`FrN(E*Pfb+8?BwH_qkzXKLKu)B3*x&t z&qkzRvaD#)Gu{|PxooXl-sZFkzQ?&jEl>2OqzXM(*Ah`^f|#~TrINqIrgx>0P1K5O zUfGy$lV`p&+^4W!ZeQ@NSd|;SeM(NHEc{lq_8sMMDa*!3}C;WLCvhC{|Z#FXF`C^Ra&F6fxsw%?{{z{6}-=>a3Va{Z{Rk z6d(q;F$h?Ep9bIGxv_!|2M;w}Pe~6ox_5=NkTLpRm;8yX+sz8O%j*{E+D>Yxp|Lo< z7c{=>zksVv6nbx?U~Ao&d>+B_8|A22TNQHIzmEyO&DP599M30cpPoIuf(yr&O@Vq} z?=O2_mw&o`{3Y3j>-GyDD&uc@Js5rVsyzh0`vL*?-r=)pygzsGYPLx9L4`9!)o^$$ zT^_yc!KK%fA%J4%#;~sbHV3COUf;UOzPxpXvNE8q7O0HNvBL0*+9~dPHiMB2FBU;r z%q=v|`*y@y7Gby3G(3vuVoVp*5WP8xx@R;pRY+IZT#u@pUfsHr<2(4RQM41IJWZ#- zYNye2_3V{t%Tw;7$GoZD$THT(gkl;nA*NkG@6LZ7$BWU93S)LqxZE;FCTB?^G!aDL zG!#-{f5iR!i==iC17^5A#o*%cf!lG8HhOT`wCzN# z{!Hkbhj*pTGLWn4$!6){r8HteLZ)|;dBpd9BjI}Y!aGlZ4XxfZGeWcBx5N{_chu|U(efkDN8x9FPZ1#03jmc~5Yp#NL3)6z%ecoUA$<%GwFzY)Eovq= zrCUTAmCc7S*aO0NybT1(zZToJU9S`0?Gbu}$!hSdBDiq) zDG5CDf$TYGi{@0%vHo25$azRR>Gj=6YXC$AWjgoIOY9%G{j}tt(E67t)=D=2;e79y za)+As6A88Z1-6(Iw@CjC>hgKEZQ9zdm|7({mvqa4mVFV?zxH(8HAr;+g8?R z{XEfeV5kG?Kv+56*WzetsRmxzktbW+uzepR8F`;zWHxg7vHHGO@|+8ET3GODMds&d zb@Jd?R)-kKnK>H)JsP@B(Q?&&)_ey^VAa)L0}$Vn9aLL358#$XHkEF_-0^hLAYd#Y zQ-S-qC}>KaCO~qkG!91{)EyK!oQB%rSC@wCeeQXuYnzE1EIHuaz)Uc2dOifYKdP*J zIU=8+5RqvqX*=?5GMSbXc&}^+^$*c5%kHdtO)w;&83GeIN{x@NTU$EKXM33H`_U#d z_8jlH+)ViKhB-9gHzaJpZUirITu@$^V71jvKj@9NMh7HmY`4U@p;hr%p4?Gpxs5wn z=(?Uq!_M@+Khu|7BXRxyR%@N+`=%>f9>Q+n%d=R)1;+BtR(5|OLVH+D8uU_8HIl^qs zffy9Z2ooi3do|uc>r?c|8KDTco%G=>fJ%LQ+SQ9%vekeM+9_KsLm9@8AMVIIxeou7c&sf0C~lIQe(m`=+TdQ`s6ZC864~UTz(-7Dm+TG%AIJ9 z`5UBzYxlFikevG^kbiTZ(%jOcD?!WzB*hji8cn+(_l`^@{8w?tUGzY#)6esoPk=^c zR1bnycbprn^P)gXhQ9AgPynA;8gp)zu8Q=7)b&k9ly>uCMxZ7-3kNtvo@t|-$NeB( zL3LE%>2u1^&i6mP!5a5QGk>3s=1;-Y*qmFhO146<|?Evit1B389v*JHR;en@kw`l44 z*f|Tj8z~+U?DZ&^3^!m8b-rgflSJ8D%GoJz&>7%EKpejR2>!&r9%)j6Z6|H@5%a9+ zX!G-S^KI2T7?b1sHhsIWp1R}tI$z3z#cgil=vs;Y?C3LPg}LQ;O3HiVR+s$+u-VSN z4Bjlhi=*{l*Is*3$R-rJev{jjIWFmmy#HEuze5QZJ7+Jv@tD3gxL-h(*rJeb?qycM z8GWA`XL~=FSZ6W0VDflUs4m+v^_}Vlaz9CP-Q$+?!_R9{29@%}OE2G#tC}V&d{_T6 zWrh}xjI#t4j@aA1#SP3G7t|vUXpnhAs{#}rj|rBYWg zDR84iirxuTA!Cxph8nqe8z4dDyt8(hG>mb;Nj*xV>4Eq{LC15?ukJVSpY zLx+pK{wFl>-VqQPs)B8==~d-|b-T-h8~0 zHk71n0{;#D@E_7Cqc{dqu8cc~4obtQe5nQgy}m&Z`i?64ZfN9|J|*_l`S|ldu`yLk z3j5aWnP$&qwch6ZsK=fQrT)Hxj*_YVQ37uso&a-8w+rb#b-G$SoR{4n!@RO7Ny4@t z;LvyUi^OV7Xbyy|DK3gb{ucqq)zRy(HU5`*68^_qlM}-doqOo;OmU1{=EE}2*CW~` znt#x4vcz*5ppDgtPswO`P!S4(Up{%+ok0dKY=y`jV-NEQ>?Nh+b7#;rv!zgeR7SSt zxm}!%Z44c2NG$@*^gRtom|5!1`$@#e_cS`jJsZYP8j!bU8>}mRoGRFwgX!s0(N)c*nYI5aJY=Wqg`w$GB+sSD9LvZa0JN}C z7uLpEmjZ#1c+K);i;RA8esInzQ~eR~jn@0FJ*Ix{xBpxi@3kV@n36@^XYbVQA^ZAHS)Jy(jX(WTXW)7;=6ar0 z*Yw||cD`ZoCgi(HTeR=Etfw!r-EG~?SfZM=p&~tj%>DU{tX&#V+8`fg84-Ngl12D_ zz7cdjQX1`f*rDX7XNv~ZbQ+puYkO?q2zVO2xH|T4nZpx%<@U;^*RF$I4r)zA*YCfG zgA1)?)2AV!Q4To+^cF=*?1iBW%7mfT)olV8Tm`TNc}%s}-{Nj~i#4a}Yl;twp(z-c zQX1;|6Uiy^=Q7BmJVoq#hD~dDYjoRg{mQST-oRYd@pGlU;K)oUW%Bb8daHU?QTO4 zCG+5ht~N@U%SerFSRI>SZYT0+$VYfcRAafFC%iL#+>itGC`cH}*@$(nyIVK;yq&tD z_HxRRL+i6Ege!CvlquyWFl3Wr>%x%Vot#uCZC5J97~g8DTXuHNXxiZuLxKvMtvSyR zl995-IgJEUy2upe`zKERPPCYpo93{n$?mbWr#3ApV4z1tZRopb8TUykOpH%+(Jg(w z6G*Ftf5W|cc{+Q-?8`cOFb_Gu@V|KL8O0f2;LPqTN&ZeLgXpV_Hl8@;ySYl*HM>8u z^XxtmhfCJuQKlj1i`7m(Ife-%E0^Shk#Pb}-1txvwSg|@>7wwkENihX!oqv}eM?zS zaPhZ>vE!A6xsQ5diJK5yI2upuQ=>Dj$eFGYqKGaY)}RgLc;{%ix_6`!_?M4uA4E$m zF^`-{TJ+NyR&u!h0E^0txWBm^v42`OnRoLwa< z*8vJ0p?pO`C``eCD$t0Qg;nkQj!TD@zL4X2>apEO#%>%s91NTAJC)c85XtH(@R)$G zJxg67etK6FgNw>$A^*Z9&hdWl#pzaDT<~`ErmO_kVNjR*qzFg~cA4IqJ*u@TaJnVt zaczr;*xzU_jNOkF!@6d!7-~tIkslrEG}O(Psa$Gy2r=gDSgt4O$z1M!^fSvlo0<=6 zA%)AfJ9|@SmG-?a4Vf6aj?-7ETb`$G4+N&ScwPHtmG+$;m-sJmc)=V$hXw)zNiZ=x z{{#C#1i!f8Q3&(sQ_ruQ{MV2C&7b@^ztgiWxxtm4e6xerX*X6HVA*I54H z=nIR%(UGIZIlkq#xlcdyLKTkw$I-{0@aEg^nH?rV8;-Wi62Z|y8!ibPt&S7!qb-J` zmg$O)e^f;@x3Bo?xMCee1RD3@gQGSW`xZs1&^~}D9wtg{D&JZ-`lULA(4b_~MPQRQ ztrMsVNU+h`;59Y>9KKt`mp%8~FC5_9PIM4^HWCJQAAcU^1!h$_!QB`k%tba*%U((F*35UO?}55cTY&eFyc6#ajJSJwW-Nq$?i#K*jiYtZagLpZ3NXkepKV;}=4s|86 zF7x>IJM2nu^i#)WgGUS;IIKJA#7i|}DRDn;Y>Jn3QD_r3BDP$H?o#}h=t+b<<&-n~ zL(~o7sOGADZ$ex3*i%d&zG(iPcSACf8u!>^-?VUd!~_cny+#dv^t(qKaST+WB>@#n z*coS>BQR+#*a(91v2{o|aP;OHIQm_1lo=}Etv)WUuADMuTg??ye|VMRouZ*a!jUZV z{4TM#Pp*|yQ_K!+MblBzGC_a~7d~M4X-U09Jt3-gy}+GPuR$>E@3^A_76$Ql=g8{4 zVq!CPr9A^7i00`6(lbt$;-G$s(F9Sz4lt@nBTm(lo1qD+r3|30?8U%{S*#!fb z@}*zu7Qij3NWvI*msr!$am2;Z3XCUg{V5hO%i6ec#lq>O9j=UYaJ(3{+G=|Nnf1{| z<2Q%6_SxrvAdL$0|IttBg9dbO{Evkb)7W3`^gWI0`g_;Uz5Y6GFcUSqJ%#&&w64}k zD|3mgOX&ay(hrIf#4T33DJy`7M>jftgebM4%%P zl{!V%H6ZE5=qOQvEJwhzyXsOsuge1I8gtq83N=bc3N&3@PuBgQLe|A@z{N$@mAW(W zy(H=J7G9L5vu%rGxp5*HjLr&KHxchx=?wst?0ILb4k7IZ$%W2$iJc2i9&*Hqy?d{I_3ig=Id#Xt(P9YQ^ML8FYZ$y|UVOb6 zNPkvy0Uqz6N1o&W4gQ)r_fOh-d4{7_%aC=Sd*S5{-_feFDGhbjIp@9h#ydIYF7eVU zZ#cl?ZEireeMj4+(xG}*MC<0^sG-6svc+(e>%Vnj^tg==pMK=g$DRm$`s;YixJ~+2 zB`v`oK3s6LOfB{2)kAV3WVDvP$UBi}!pvyTlL+4KRpN+HpR+KCEn%Z7@i40=Kk>;= zefHVsUZS{-gck#yos7t+wn-gfizRMW^N!9zhm&o*gdg-w0zt{RK=2|zK?|{~2-InZ zb^)s;F;x=~8H8=RR7HkBe8PZw?cB;3Ix`x=AzDpj?VsJBqWXLEfM%^gh z;1*j>@vA|eTT<%3J&Fm}l*>|x*QPw{P%u)6tjw*$hmT#Y>d}C7Y9v4rU6xM5x4)`) z>#cVbSeQVpHSZmu#0q4-i#VbV9sg*qYj;3AY8R7f_rQ=>vy!zAdzyT zWAX&-SvFo9hL_g1wrbD_aQG}yHL5ZYkgc0BPPGdGU-7Rh>hc$Kp%3+Pls)Y6y28PW)Ba{9C6OH#@O)QzC# zF1zfh+P=5JQsDCeEqILYtA!no0w95+bb*243|tDOaKGmSp>yROWkK!8JE|;U-cfeu z>C=zA_r8ZP6f{d9C8nL%lQ{vym$cK z63S=@hqQz;0t@X~y?U=f(--5p?==WHMOz%=(QwpJ#{t77lo6*AUoD-FJuBl@%c%M1 zKKErnItBel{O5d&@{3>o22M5z2_)|A(mI-5(tt6MK~^2j?8%$g1sPzXEBSCw7*>sw z_w%3svT%!p3geq?)?}2X#9lgbASW*#fpkyJc<~e(#f;hhNBJ2 zfI-9m9EQC5cIHiBDH&X_a4)&x&VTxwf4t(>dk#D5l&YKPxd^(`k3H?+nJ2J$BH}tJ zE2&7lfB$EH-En-?Z4S=4?4}E@zGIIArisvd^WBe6-gXy$q{}NDHBe&+eevbjo_X#? z2aKgGE<)eo0YRRh|KeAzNY20g?kB`GsI>5q;mann?pmv@*^aEc9F__yTyFrV*<>-- zT526lI-}KTOgEY~W0pM+0l;SLuj6SmkK)}Y#Q#ypeE8s~J;sJa8BhMUjSU+yrnN*G ztAmIawoH)~#L=bsE;%ix&zMEcf8t4}l2n4_Y`VCP44ZrGvCj@W?wU;W2}HqcD+s4w z)z(SinJCHL)d5EZ*1uzZ2!{zPB7s3@ibZ7iHv&Y0{&8y|z5T!cTZvXmT!`t9FCSqj zAt)?W;8Osn#}W}(R|q}6i1hC-!LCqtOFU2PtYeNjfuK_|7A|E;+?2x)pGlVLuz_Hl zUVjt5UxsCqa8&z~kWxt&C-U^j!Xs^Ud@Ln-2&nMmn-n-I-t5Fl+eA!vO-lVI6te>! zFT-X8G6v5pue_FtyQh>e8|X*9*<~RVYKq3-AFepzgi{6lARvmO>@N!sDc^#U3%bLW zg5?CIB#(|5B(Cp{C|i>y;!JQo_RsKpJqJV~4uUa){ltLp0#fYZhab^NgFv1J!(#O! zDc*3yEk!`2QekWL$=NST&)FlV9H=JORAfw^-R02R5>E$aN)&wf$MWC@b`0(bxy6V8Xb zxX?$nt!E;;xAb6{N){-7r@#4i2W$qYOfKiU^AHBfIQ<5k8ytzc z;ncv2*mx0eZyM*E+2>n87yy%5=gqg?l~u9~r!JF$B`&u?ZfDtV|3fak=u#`HVGJ2Y zvz9jb@lSpZC0g4JC)*Gzsg)VokJS8@7q-+rd+I!{RCPI zi{;mUs!@V7n`pF?ehmfV^wZDI+XGe|(`w-=SEu%R z77%mC;F&e+SSfP|Ji+93aI~Vnp+O`1+nQ(0JX${UlIAx)Cg@j1N8E;^-IO83Rw+Zl z%grWjYx>9(s=+60KJ~~G&(UT39CGB$6V6Hy-E*(J_245;#K_(M@S}UJ+IQ7e`|iHq zVWJlC6qWjA_x%q)VA?VN@(=$!ezVCZ&%WZM*_Um<+kVbW*nEn|E|;N<081@{t?7e{N`@9RKczNTk_nvy@g%wxo8|6sL^NvdIk<^s! zvV4`Xx|J{JkYS^m%sc90{(VM88;&+A$q|Riz^?e(Yj2VKM4OO#A0oBtwH&1|z!KUL zIWz8^k{<}eh-^kYiuU@U2OlM<$xWJ!qqWf*5#C?}R621WrcFD7N9b<5?G4=8yioyR zO9G8dq@m$SW-xKmR%>=;pDfHbLH|U}O>}-vq*-Ecx1dueiRse%@$#yTI!O8fiJ8kd z!U=~%$`s(IM9DAFQy9}UY^yfixSzqvKznNPt6%?5@twT zbXgg?#s(9gYjS;UaZ)xEH!fn?4G{AaM29)amm(eszZ7#c=W6iA8bSe)FN*OHdD=^b5F>m$0Hi6TjI`R2 zX5dH0VW_;G^S}dzuU>(>V!BM2u!T=!eU-t8)yTbR5G$1qO>39ok^C!+W`IY)gHUIN zr7r?tyr@e`HdPv}%CCRjVef^P=sR#R^a9$ypx@?2Y+pg|x8624*5Jg{G51e9{VX;~ zo1dxzMZlp01};lqg207Za?d^Yt4X~pR3a(~=Je=ePsO32~%|(S#Z}aaGz0*I6s*s)0P=RB!Gj?($ zHgaO{)IRg(El8eT_)|w`Fx#Y<<+-0omRllq1&+GXV-e;v0B~{fdj+WuO)2QtE2!Z# zTCVX-JD17s6FOT*Sw7#Z% z*A(qWv&Pq8(xk1VW+Bki?1-x*?4MZQF~8Ts(a?hIeV1Qx?ajB`LA7MB{I8@+`ocDS z?*m@iWb(6i-qC;ftG}!03;J&uZ&CwNOd|&?{^u$vyCLi14hB&AvUS_ns#G%uS6>u9?yez79bln_wX6Bs$|_0{B?{97&ov*aCDsy1sr8|iwCA17s83O zWLv^I1_*7mEkq`^J@Tk*5Nr;F54vQj!?QY^yeNmb4cj)Hi{n_;iSTCA1r%+2Hdlfa z3GagsDjDRc()}bXO2km1Q;=_oHQiyY$Pg@|jHslm?4#;)>~SaG|G>k9)FgP^|A0g6 z^n4C$354Fo<;?T1y6QUef%g*c3YG}d2@dg=R>9F^b!S{6AE;_X7OrUcUCrbZ*8-Ug zj2np>sz^vP^N6FPsMbo$6poTvlTlVfz3{@zT*aD(qZ=k(^X+BLryh8006NbQ;*!KvGxo6~GvXMTRaEQ-ez6 z6_FTV(V!!BAnC%EMC3(niyK@CpC%%%*HP0jo|{K5tBqr{K!A zCts1F>vq?a>uYZ$zm6U~KIRnP#cD0=tvZv!#r?t$Cu5i!ZzA zlFQvlBTzosjf{lhX4msFk`5Q_p#&@r_6ln!Ybtcn3>>|Fk>Nd)!Wv#3JdK0@$`4nzgE09ml(beP)Wh?6RxvaVEtMJ1&-Y z)MIUqyh8;hWViP;wDbJrZy4RQ8<`a8JHER@Avj+Qq+!rdQJK!XY)rQ-EKIMWC}mC+ zI2yf7oN@*8Q-O?-vMp*BHhdda^GkOdjtZ^|RhIucmM1BmrGtl#UgRcv9s2H&;bRa+ zVwa;O&#}U+>e$KL>w%K1V*&>(EthaK%h9U6!1aIlxBpn>U;b^SKmW^rwct4a(G`2U zK1Qt-~&M`j$6OxyH%m_lufs#2{5?gjATZ@ zpyOF*kKB3Z-8H6+n*7RaV|Fj{miQcA9f(yQgOpcZf?@C}inLvJ*^+mZ9Ldrv+DF9S zZczucGjJ&C6nQj;S^8!QU7K#`RS<#>b@6e>pByE3UKGI{Mp9Heude--pvfNCx2lp* zTGfCFvP$gmt^g#EpgSSB-Y~+5B&tX8gJnr(a%o*JHzK1-d`GPL+0TB(GC=y|JK7{1 z)j_PIi?r_*ILgfuk#(8EQ6+Gck6$G3NRZMnbO%QvC4nOgLHYj0FMsVhCAY1Ux~v*{s$*0~4wllx`MAcV>Z$OG6n&;0=(IIK#w!iU5Vut@xTIY}KWgT^YY!>%;YJb81v6()i0VOOE?KE=G2od$bXd0$>%c6Hcfh&_OzKCBeaZ_7 z#*m6_F+OwlxfckDYzJhDKf#sj4n%_0ec_OM9SjT!M;}od&7#LA)vnmw3>$5t8z zwg(ck9(dppn{E;t@=6z725*oom>1>MDUJbb?`50SfF9xrj75U`XZLLt9MvoU&x=*@ z$SVZDA&!g!n0vxz39*Bv$=xgR0hz-W`Lt!n)J@6rx#wMf{Vl9Rx8E@z%aNqj*!i`8Zg5-vo9!cw5wZ&;P+}+*Go_od9)cZ zJ-3s~nTD|JbZ$oV|Ezwp5|%PMnB1GdRV=Xuj-rLL>4nUk(q*`pQr>#2z|l=!e&u!J zq5jJHA`Q|TZ&XY}Wc0vM7VktV>Jq!=z>F}pwPd)9JtpZv=4XwB+0yL(nslN`B|>${ zy%AtWrKQxrH=fn>YXtrN;iA`wzsYimp31BWJk(C-+#8u5cbc)N(@4vh)Cf2ct})XU zAQnpk8d<0NF`4s2hK!^?;{R;zD(zO*kpET101VL-cH*TK;8Y7oDJEQ8?kbFF;lPgYc?)g73aqgiirx+ z8_doxMTqzf^f%t2?>-=3U&5Znz0IujWYU+%_C-2_mJtG5dl=+i>*vS=w;4U5c5M z@spV}#02sG6$k$7q@P?+u;^03QOk$KK@ji}vyR2WW%(31H^qNDl_QTj?u3(0JLR;q zp(dNthXRfkO47p*KY_rO^2j4k+J@tl*wPoRXVN~8de=)+z4>NU9BRKqN1Vd z`Pj&y=wSju*^_#-Y>;@!4JDKX>j9}qkNkdekrS;n1-_!fe4)0@)5saRi{XgYfTu0EoDqO_4L^^^go zusrzc#~y!bpM4K9Aj<>GxIi)$!r+=BXU*57;Ig9d!g_jseh?-th4 zlB!hDAfF6-6FSWWwI!IAc_Ahl-n&^to8#-6n29ldZc5(O;ACQkpl69pw;PtG3Tq!{jt^ zU-{}cT&bSa6N;tp$3OZh1j~Y_!t|ju1+H%xCSZ)1QkKf}sbbZ_Wo=A12o|zj7vDw2 z+mW2@6iX97Ja)hE<*H=b)W${bNJrOVD(&$WRH>|e1i>LY_> z`|WozVALT2hf=o$0rIh&);vmqNR3#E8?RtQWk?jexKq5JJj8lvuMzS}$GMV=4S(rg zz1QR;XWOz+7?ZVgR&k*IHe3tK<(FT@)fP)Xv#HB@VHB~!qV$`68KRlgoMMbL`ZA_n z{sJ*_f}?je8i*~pTM_Y^3Og{9efSkdm=FVTG`PuY%&J?>%6i%01uFhe#7{y!UUI?-c^ zgApHVO?*Tp0-4Ybf(Hs;#EFqOE~6&?r0v;DZRDtiX+vsen(x*&VGC*5#`4v|SdYqq@sDA-Yc(dMi`N@&bC-+UWE`R=>#l@&uElT%MS8&y&p znl;TU4pJ*7GE0Ov`s=t%qSD}4qoc=8KwiM2r`4K2|873j-hShaw}}rVt`f+a`P*>T zd(JSR6u6x`?=A}n1|yd2^y#zcr)(tMu?hzc9wz5dX%;bxvRpK8d&f2x7>4zA&YU~% zs@7aMUp!TTjw{@ru4W~iDPV!PtiD$$Cb&oe4*9zZ;WmE47TURq@m6VGGe}IhQh(!3 zdp5%-r@#s|BXCs8E}FqsX)PB;xNXhkjmD%UJEQHOe(rQxe{bAon;oSEwo)ZZ7Cd(F z!P7K&T3B0U^D;igpgQ=F=|*^9vunyyGk(Hm{ReK?W%p?!yNrFRdSzwD%#+!KDQYuo z>Wk~CGw70J3qv(e6E*N*@qylgL2$u^mr!1O>|^&WSg_E*6Vl8!J)lOP=)j)n`Souc zKYsHOBgR=Jj2tzunN4jt+Ab}Hqko8T<)v*nsXk$ z`jFp&pQ#7)`J8Fv?$zm<;5w{V1BjK6EIw$^aQGq3<$7<=6FBn-zT%5o+l&SI5M)__ z!iIYG*%z@c*{r%V1jTQS^ByZ!SauwiBn)iccGueMFU`!065dwWNf^(U#ubo*rGz)X zpK7N!ONVk@cBVVDk7vlb9tI<$J#!PwGpp(E(7)b7fJ63>o52`kPg`S+_1LwlB;jst zK`Pl~$#7lL8~fx&Sah*hukWN{7Lc&*&8ahi6?nE_mI%O0q`9yTFdTWQzmA>hGLerS zVR{moBk%PWyrdOU9~boa-b`>tD%*zX%!Dg`uP12ya9fndi&$yTC7lJH;4Zrq1MHBY zBawJnnS6`)cBdiI2!1vAT}kN%11KoaSPyHhRngEjIkVDqwLROfiPgTuf2R9G7_Q0O zGpe-Ya#@<*8PiH!UI$6d!f0t_uGmO__DieQefK|P9fM0jP!WTL!xa(Aa`CB8eNMty zLoS_Sie;i@%y+*orTaQYpgCA(O`gzY@v9r-{M<~?sW7Omz;fqgQX6=tMtutyd)>Zq zt@ZM>Wi>+DaI_6avnl@}idVPcXtlHvX@h`Ob=S8fvToxN;@pQWvTi9!5t*{g#QhLo zJ6@!Hx;@#1RG0j3l(p}?`*C_`2|{g|>4>G^jHLwzHn242SFcv0^j$;=TdWQ1QE>}B zNH?0W`LoZykZkhYTu(jiOiJi_d9++VdhEvRigfnCl3!;;`WRwCr;@F7hMWW{%-ZmC{l_^nXw`vSelx=O%xX| z{f#LZ{ECA`6<)v0i*ifL*P?{FDZiHYmMS&BjJPIubxrf#Of4MvOqHZvwwQXp<5>bMaihYL`wwyiR0E+0E%z}|re9*V+UvT-8s zVDJhqfc~lhv9dAD6ZA zZdcI1y}Z)uo^#vE@~8HXj2AE1k2R;R1Rv7Wct#ogHavfuJ}*Wcq6_OBqWszX61$1v zsNpCk^MkJG8N)(ZGy^ak9fsyc3I2@7dk~H`Gqd4#Ab}{^(G2>IO1MX$R>IMqh=rDD zBno04oLQnTx!Pn#YI{h(9LnA(>A}ID?iy%=$5wy+&+!gedY(jC$E=9Xekc;xZ`c+u zF7nQeGC~r$;rK#f73l>8mc=x~2o*XiHM(w+8)P4KKbc%$QWLB+=B#cRK!?jspAbP^ zc9Oy|BX8lx8Duu#7-zIvC9J}3hbsxqbhqWHq>(YH3Xh@$ zeUXTvHOQ;z8H?GkR&rnFAcgruE+@%%>WoieKn?t;b_H4>1d21iM8%O zc!KJQ`&E_S?6HDK^=Ng7ALFZ6?=f@@tHU&1NUsd5NgN$1ihKR~!~Oe@_wGAHP*?DY zMY!5<9${F82?r_1m#^MZ`!sv*!eZ`U@*7iY;?huxdU{I5E;x%9FTHy87X49CpVH@+ z!r+OjMkR{Ck#Zb3aP;lFkCggTC_y_hnneNG(VxHmVp~PEIkyohzHq8wI4bQrIpvId zK@3M_K%|Fc7xy4saEVp=YHk!oq-bu*3Gbfy1XS$Y@Dag;18W&f zaSFVDhYQXts816K)0&MNw{bqMUc1pmSwm;0sH;Rbv32`yY_X}{zj5;}zFDVFUpR8) z1lKesBGHP*&1E<$BBjM}RFWObjAS#@FAVFZm}-0K>O(g>@sFI&JpkDYK?cpEE5(52Uf(S^u$j zRatWDKy)>)(K53ehw1md7uZ#JH=)nqPdJOobyuQMLq%%vOhD&UU~HA{EwEKJRKI4< z^!ise6S%bsi2r-E3==fr~cf7ZMG8pbP->%5eIGZ`Ad18Fj8ad(-U$@IxF45NE3KbXsr zU*Fp-3gVcg6~-N-#lqj;W%mD-GjfRrq|*_b9u2M|!lE3hh(w?$C%DCXgL~URM034R zyDO5Ux_kH0%U5sTfB5|I)7K|Yp8xm%?RM97nrup8V4RdyRfhx4DXU2kWY>NiQ_g@G zMU9C0LE0#>*;^|J!aOfV5*MBUjpY>GA}7a`lY_w?fMhB*E4CfA?PyZAuW!O1ph3X4 zqg#m;+m2E#g_FZjqPXbyedPoSP;wdSX8BOK;YyFy#ZceJR`A$ldc3!Hf*I?W4~~Nk zh*b4*oUyIz#p;GQ1>>~5T#%^?T&SCKrh*b$Yx->rR-PaC`j>J_UhCEf#GNmWLj-O^j3H*V{u_17Eo8i`M*EI6>bET(fEMAA_PH7!vnL7P5x;) zd{&zZ$dK)RkWrYpC{UQ@pXCx4u`JJr2!u4y^H)^Hq%IQ}>*=|Zj}lUd5`z)ip~w_Z zLei}MJ1^@GVM1R7%ZhL#%=yONSvbd$JA3?JImR$ElkG4w!@DpXvmwmP%p5Z_Q(|Uj zX0{JLJMGh3Z}xoQr0Ta-s;Tje)ZOZCN&Qu8*3vupQhN37&&kS2X>>!OweAv^7T=Ar!&o-y$3x#ebJA9K!~%m`?__TB`HmL zTW66zZTFeOo?dB|19J-#_T)&AaP2Y#~}gV9B8N z?LYX?q2ny!P+a&kE12VGjtpq~+VxvVSomhaZ1?Wa}tzDJM^z zMIp3R+V0V--w!|jitP~F!O?{(;%UyY|hPIS+JAeWM79DA;{+M@QG=$4}3lx2SjTfjSDBN8t>|j;oRQ-^E3lvY$?jHEY&^PjEb5 zL4V)A!|ZD)GXbKy_vriG_djDM&6JE~XKR~XY?085g9nc~I<*fLK*GB9o4R!EtqdVn z?$v96mDLVr0GdnBzbpGX z=wv=b4o%+^sbwoYq~)(Qa`-rhW;{z0s^b5Y8x6_>g$`iHZ`?2HMMaK4UHT+ zY|O`>e1VUNNI;II%U0dF`_SFP``&$9K*;kR*=1b3|G{TWr0MBdZEb%wHnvh48k+0s zn_61_NK4N$GoQ@&nN<7Fyy(1ni*Mh#FPcFWAQMKeCg*Fxhlo9W#$1McWo0eO$;&I; zzyB};5dVMG9K|$U=nfVK`l6qv#@3>u(%rlF^L>{Linq1@%V0+^hD>#JJr08^3JOXr zt#;rWuT~X8iv5=(M^8q_#1|HpR8-c~);84DHP+QN!5XKvw|8RZ!Hr)WG>T7tsPoCR zv`m~3`pwO4$;s)=fyxzMdojUL6C8az)_)l|YAU8;f};wn3>oR;8&FeI&l18yRa@7< z)o7tYX=w#;sJ9mOb?erfm4?rOl9SUKn_4<=3;o8%mekbDDN|>m5Vbx@Jhy1^3ZlJ& zf?}!0O2(2#X>Mw*uWurlNJ>hxvDw9Mml4%bA3W*d;mva>H#9b9W#xYL)kfC%E*fk@ zwz1>P39Jcv5D5w?De23Xuc1P>?!Dno&>Rz!z;oD%cvPczQn*(#6T|={z%%+X!v(!z z*`VOCr+X^RA)cC=v3A{NV2PaSB-HrrcWWXrXi|X`fqy{o(4nItCEpg3shBl;en@D9 zNQETjS=~W3s7P$VRyXOUPT(kHbv7Dnh6V_F6lH+fs4-@sO|n}b ze)Pqp$ul6U35M|XSQDEPTYT{0rzFtMox4<0QZDME4zCt2T81*!X;omx*>jhQi_3Xi zSy=;CBp)d8jU2@7(L;wp zjz_djv`x5)43<{gb8`zYQ(avHo)6v|IB+;*Ro6hCr%s|aDMp6o{qx> zI!rqoH*brIiX$?XA(NbvzG~H4h73bYxN933efI1*ke64a#Ad$+82t0kmKhm2JQSmZ zgoIC@fi1e}W5rKC>&hVuFK<85DwPY1N{<~sP4B=1_6{yY=i*n!i{6AlADM+zcx?bj zZEYQq0V_9YGhs<-1zt^o^^jqs6@nE_f~CKL4Uem)G+hDI#$m!Q5gh zlXF#dogfyroOr0~{+F)>^}$PxeeA;a4O=a59gZ?)S@M)%3_2D#V%b*+N7Y9VXqbua zpDC!Vwe?T@M6L{E_USlx@bYj}wn#EEvV|;Hps5Ltn&7Ajj>_*XiMizmc)2(I=#ipGVo%t*a^?R~0rUlTA~^yt8Y*cGII4&ADl*&@ua0=f2FxF z&CJYQw_%Hdqo04-6Tm>&ff}iR!h=J?aSu!&I0}$VoJ~&!r?H|32ZxhU6lB#^gGnkS z0vF;)O(z4i5WI6ZYK{iPMxrrr3#nS7K!A`A_3hdRt`os1)WoLfP~hmri&ua>A{AHo zk`TidoUo;>z|jjAuK+WkK!8Q^cG&Q-l6s|I%)emK`1mA!ACn^Na4mZ6>FGm?TM!6W z3iCDTnv#+V5loqeKb5xS28e<`EM2||%rCiUp)lTTGMG>a-;s5T-0&G2DZ8%S`bZN4 zjcGCqQ$xP|NtZ!rlc&u5?4Q%Za-}152Sq8DXldrAgP&jpf@3S|o%(PzC@8GCS;Ne# z81qai2!N9i)CwH6vDpdg<~bDbe5}B812{?!9GOJ`MjW|%PVwP^8#irZqXdFH#};?* zJtSeG{7RcBx|mx`2@iiPYNRIPV(eJ+5hKSEbc#c=PqBKn4on(>qXKA$jPUl>4O;|& zJEj>tWE8n{28D=(^RSnJ@}-H4WpasRvxP6!fLj|jZiSkK#Z=A&LQMtq7phCqod;w9y-P; z67pS$$_P~%V@Xr@?Kgze2e>6P^Ye=s9U#Ex`h6_&ex!oG{q{$CN4bCB7PE?7zyqDb zQDMZ)gA4{k1K~mS9MF(Wx7Uy$)se+^^X4!0@bm!#!;}Q_vgNDgjKJ%FqgWY6;v~#+ zd-ffCN8l()>DqtbD0>RluNsaDoo+q)9zSu0Z3|S*5MahAEvX=d&Ol(tEiNvR-A4AL zj2>!up^SYy9K{t=Q%!L6)x*)QJ^EtP=l!=LG+|%w%dWk<_3YQZSO1s$mnwY?D0f=9 z4+8%$!%=~qJ^Kvo%f~5v7BP4PSMGVD-byhQQ!&BOQG7$f`oX#=Fo}4SFvXw{?hsxR z*l~E3b8h-@G))6YG?c6z)r>YLCIAEyy9*qZxP)YBL`0Nur@6>bsb#&$wvmH^8tZ7K z4g%eg&sG`v`~ZWuw;#b1O<4AFa|{0kjy4L~Aw&~6ip(E<^aa3=W1@5usgMm8inWNr z6OoyqnG_cF4Klit9pxagP>@0^5s3nd$jHoDw|ES42FI&cbrAhO;i!rdL^fCuot!**mV>zb7z{E5 z1coRRP^gJb$uKK8N;gF?iRp=BrcIwsauvx1j-J181x&~*tnB9IDR2~&#g&{@SomXo z4NF!NMt4=WXN}4)D(?TAdckJEzim}z&7(*5!dE;5Q=U0{ftrdh z-iu`cGnDM?{G#GAY}cwGC^?}gaFk6Ja{h2ZlVxSP!i}64&>x$6Z>u52IqCr#90it; zNfzu>TiZxd=xI25=Ilk9OC1e%>fq={AAdQ2!BUPf3m1$+lGe;(iU3PFXUmNVw zy1Q=#w`2)KaZiA_Zrqh5XoLg_Bv{<=I1qQ+joZE(cUgCLw^#o5xqX;J&z+ge0K-4~ zOYS`N+^46zy1L|4)%n&jW5l4>TuvFXgOZsuXUFLKG|+ha?RP_ZQ8%r&{%o_|K#z#r zsd^@Pco%BjWtTle-9R189e!L{vZ-xk(DrMtSy?dOfXWbh%fGe4n7qxUkmP627wq*9 zYe+{`(o%y&^*s8~4_J-t{75}lz0zyKgp-Jum1z{HJ=2nCW){~>0k)+cn{PRN##z7m z)$ihjqPBF@TNYkCBHd;ch)M02j!BT2`a9X79i4LKHcu7}bB#vEBac1-jq6p`B4Geh zd!tNu%9_?VrL*hi;V9}#I2zJX`OB}jeuHjWfd*=?RqgUCnvZ4zj+UjPWjNZ(kJhfI zRYjNj5cy{S^2)sX-Jhf<-s_;-;Va*r(P9BBI{7$dZj|OLeHYj_cCX z#hVL95#Cl?_wC(hn`Wn{ozYWy+8mDB0t^`k2mJ>P>(9^Jz+sVGyW_s6jSy)))!}Ge zI%@w24t$?APYchKPGD*oE>>Dv zG}Zh{=8r1djE3d;a?4V$25+Uda4J0D{5uNSh zCm;`MWJfkJ1p1!+y$>n$6 zc`w0fqW1s*?0Z?9;<{o&RUl9UhBV@Ykf)tKdzWJR44m>p9MP16DI`xb=E|Jh4SZHv;(bwPjmOFtYPd|M| z2>Qw?ybyQl(nDrS^8Z!Hc&Ra;e)<_917|@R&?suoy$bz>VB#lEJUQn@=nFW{GQ`2t z@3iyoPd)W)&Nxk52-p;>L@WjRGmm&A1hDfidxl$M6Nl}qR+zk|aIRGGuZeF}H1v5q z#L$jt*FjixOS5n^q`uUowbUnqjGL~yydNPFhOZ{e{}l51V~-o>(b~elP@2%;r=5OA z9J|zpqcIS`*eRz@rM;O*o6-uE>A(EBqCFdDRS?Uz+Ya1tBE+yI-gURV>?VZ6M;$%3 z*i(#4tyf}|)Bm=nze_SJJu2gGh!gmY_{G?E=*lrFCQ2EOXOp$2OPM zPAhauG4f}EV{5=sRu4W@sflv3=4($^bvQ~U=_{Z4Z9XMnDrQ7eg$HzbX@dFMYd(?@i!jK^^jm(=%jbE2qQabHFc>DZB zlst0GZm39s<#&PMPk!{1M~|B_@$}iB`}7z5>weR(Y-l)&M0u3_+~?c3EB;(p(Yaka z9({4+PPFIbZ!0(&Sd=(4fN0a?zNhkRt}E*4t((>wj@IF518@B^_=JRq$c59(CTZZ7 zTW*&CsSHO0AmQiu#l_h>_^E!k?;sE^n52+hkg)OlA3J5RoAAbwM~&Tb>;AYC9H(E9 zl~@Lc%6|zC(!1*eM`cJS`>KQ|U`58f&?cRmD1L5_z4o<6cq)&aEqT@j19XTy8Y|mw zyYG!*jgR6oYs1k{)*Ui*B#z<8qmI)LDFnkaK}Y@j5A}&qU~5A-8lo-f#TQ>;>DRS; zFHCtMTER*G)6?2;G|+5_BKc?uKCD?d8an~%f^z~ihInfEit7l(AZ_XJBaUTIT9VoR zdD*fnj7V@=RdCctK~O{gr7vw&c!(Wx>Z#Md|NS4QghvKWtsH zP#ZzNt-&Y3CYslzc?gEs4b<`LWnZ{NlvYJ;K4_0!_jy*9CXX?U7i}E5VWlo z9;sEcM;<}jRx@f2F+*dKv@2P2)Q4(=U#n$q=$X=DTvattKl4V;&3l+a^x0}VOOU-! z@&JoLbiNg2Rs)Vwv7s0rY7{E3G&Q&4trbz#;V5#|WANUY=PzBj{Pyz}uUNd|j$_78 z0XVnlLj+pFlZA3D${#v%rxQ*-!y{8{y8*+NUU$##Up@rrnsEB;8D}r};ukgnWqbAB z*6S*-`~Z^yBYPmcCel|qzxc&XzkKk~SKs>Jp~p`2X*aj)KUB%P?tM`E_MOcF`;i3} z0QN3rRG*tV=i;*$T>b8L?bJ&06&d`>(7m8B#cnt_8d$VlyZ^vyuDtHXIdjiZrC7j| z&fOtbSh4bkop#y1UAqsOGS=bshokhObw0h^{sBH~rfoSk?=KB`>!o@!zGws4uQeR4 z!_jcesLsyasg_lxWDA*P~U#{|cg zoSQMo#8J(0W5*Rp!@rw1g`?p#i11UjeS(r+vv4%!56Y1$PC+_$v%&wMw25j?sN{JX z*=od4i4^DG1iuw?puepJ9M$=wM(=XZJ@+LeSSas(W#q^mQ(Dqya5N;?fBRSA@TTJb zY23I;wh&UdP^IP*D5}vC9A$6mX(YCw2Oe~IX!OBOP2s4qGn8am-z|9VV21GDV~-yn zBZUlbfmanTrVNS__0Zv?kfjV&a1>Y~R1B`&Q)Z5=M z|Hg@XeUWfJkXyw25yT}7n`Mv+z1&l2`3@dB^4Vu!_}4%G+gtD+pbi!A_RKjMfiSTr z*_YE6oNN0IUGbxi5A=+LjG3N>A|F=*${$ zl*d%eca2#YH3xcWVdzr2A++BQJ@hE^#iO;<*F{SO9IYuGO@H7jh9G0c>C)F<{}zu> zC{rO0r_?-bP$fe!e*8(Dx@;CmYy$-a)!x=1a0>*48iKQ9AG|_rO%!>l4 z-tZc2>V-tQ1{}Tcq6HQuhbeYF_RrGu&%b=dmDjMCb>7sHgfp~W$BrH67>iB^43B^% zy+jq_^2@KDIO!Cy%}1+1EJs%0AM$wZ^>3;z-5)N&$B&<^st-Q=*xy=)qkc(ZO`Jmy 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

?QeEBKA$x+BT1`FhY;p~LxkD_dS>46 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

    l%o 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�Y9i!21OtQE3~ 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∋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 VtDKrt=;E=uaNgXg;GFB-{{wT+aR~qb literal 101178 zcmb@ubzIcZ(?1HLq9PztE-fkD(x9{;At|kN!_plhQoD3_cS!ew#M0dzOZSpX-$lRA z?>^6cUibcWdA*i%K67T~oHH|LK0D|Af*?hCDa;o{FHlfWFh5C)E1{sELs3v3(>+5& zQXur_(N6+$>`W-z3D-Zt%M;8yecg%Np zcj>>I=^0ogq-3wJuMdyU>E1ChGO^to(H$}=XJBMyWMXGy=VoE$ zJUctPy}jk-6;xJH=j7rQ6#B@_%rQ7PB(I=EL(6b*aPaxF0t^P*+1Z(!o9plIXJBNL zl9n~Mu;SwvYH4ZJ(A3`A+EVe2^59safJ3T$^?1Ua49~+yPiit~gcX!9d z#oIeLhKENoGV_#IR3s;-I61jUNJ!V!)qDH=sI00gDJf-S7Hnu}^z!m{clQhk4D$2) zNzbWLT~m{gn6$94;P@Nzo`uuJ)y>aBNt%U2-_VRnHk>a2lJPs1?!BJzXYOpUgD@Kh zy^P(-pJ0s;2m_bAJ}-N&xdPkoJAPsDfU*{Pv(&s31mJTdBdaJ61Ix)-i!>jX$8X3x z0SmR?kjnF`5Bi}DYThi`;bGdmT^Cp4)d+0{W+gWEjNhqp-jzQTdBv?$)D=Oj{8Fu8 zox9PN?0BE-P%B3XZl|V;9Crh52~`ChtBl`yrZJGr-@g>a1T~yugcOY&G$fCXhxKjT z;KxPyU$Vm;G-$OOwZwQ#e?x-I1f%W1LgtWju;#^Z>RZp2?f~AmygxI4+uz^M_(oUx z{XyW_&p3F1#5(V#!&>bPwVY27zQeb9zH)=<$+`+s7~dKKoJ}M}gadgP<`>q_@?9yY zIf11Je;u%F!VOdSD0%YQ{rxV)@2hqG%xJR3X@lkoq)aNQCE)tjHXt2-9F!j%pFDE? z=R2RU-+8e-D+l$v`}@_qvdpTvn;mC4@^|7bz;Kn=k@oSa``GmC<~g15E79zgvFY22 z+JQnpDq$4VfU{5HA5~mt_vZCXl}$*X@VEl^1hn-TFxK;z^nEF#NjfhMteqR#hjsS! zLC*|0UlKfBc%efBt_DtWDap)Ej|Qt!y1hN)x|{iG{={#*K}0iBKP0Ce-=fd-_j2dr zMbm&;dyttX!k%~r&23-uqlk7Z&gRSe?wPsO%x>G;QcWTZ_ z7WSqT!;^TxW$ewjx6Kqmf${Jkt=H&JMsiIAiRcsHm76U|(3X2@uNaPtIfdJb;*IvH zb%s3t2r2GfMyv%{`8DYlR2V{ktw96+S0pT3HzBn3c zl{aFFsL4?2VPJl3<~k z>pSywYQ3~(x)6lXLNQwfN{YDpWFOu+n5maqedP$XT6uacRM8Sfy_|H?JNLZ*y!Ym@ zQqPy^;_UGkL4%2BlU;p>sq2H&A+J$3Qb4S3MmSM6YRQ3xbTHEAU#0w4gN%LD@ONad z$zOB|Kdnhosq88dAm;}xU8zcwW(tU98kt_#stdIdydjzOIt-@JREKI&_KsWA!E)A| zY_>bPA%2HFHyG&?j7hp54y)2osg4ux&YXn(Y`gWS;`U8{avxmG?xGW&x-qd#18Ox1 z?V{YUA#=qus@lLjSTQe-svPt>{n*k0b;WIj>sJ*+HJ_8?ESj8SO){MLcY|v65bsG( zxZxny-h3g1H=IjvG-BR~?|x zu3)iAipLdrG6G&2IGV4((2HQ!F`(i7#b>WIzggK}Q~=U~6)g!QsnGGm+-j^t2NPdo zm9L7c2m!)$$G6`<8Ve+4T?AiWyl>kHn{*TZ0!2Ib;J_n&GI~Z?Xp(Z42^0PmhLI`r zun*s04(qFs6Iof=G`eplf)_7a``h|Bbf>+N_OD4e<;87Gp=T5eN2evdbtaejCSf~? zjIeUAs4Gjq;Y#^1vR-F>`B$om@K2mddQwnQd!>5Rd<-LwQg^FG9M%LN)Ujq(#F?b}({3D=beSBLW2}=K!1~cVbKgf2^zt)XX}au(QowAA_X6#ms>l55Xrm zJd}k{P@bEA`EI>C&jEcL(EcUU5Pyrb496f{p-TriYG()CwMCd_v`TXmG z6I8ib={eTzG$azPoI*Q4U?qK4$5A?_3(`Y=BbkVUCw^IW{(i!Pwi52nL#8DFYwszs znL$7Ss`2nr=}rK)ak$LJ1#3PERr35w*iza_Z)jfpzN*nw%lbRp+XdN-8!C$CNMN&Y z(mbK}qkh*APHP_FxiPy=M$#J&HOj&^PzY~w!4=oh*J5uTmQ#r2u=n0Viv{j?lGc^1 zKJfACG6gDQCrG|jrvi^I@9sHiLnGc#rQfrZDyytjG)l#R=}%?M?omR1uw;gW2h&Rs zW+;i9EM2htl#z)F_VeF-OC8rpwHt69=^mD4*fawuAiR1xQ40y!I+tl!7XXA|l;nCg zc4okNZS{f$#HK$1?i;2CTrO@_&*37Ri+oPZWLrn3c+0%Tf^rk>aRqf>TuDYh3$43z zdX0+&3{JRA??=J?CEWt344ZUH+ccR;j|poHHT?>l01tR|T@}e68$5h;e-?aTxrJGK7{ubj2*I+r{L( zj-(7KR%Ew~X%geUpph41cV*lppp-U%u>e9FX57si^}vk`A=b!wQ>lg zqB2NErzVDQs=hF9a-{Ln)nztGAufdiC}5Ry>(b2@AEBss46vS#0yir}TNfVOFq?x% zuqhUjJeV1ErfFrzkm{IO6H8-eqhuXw=7N_B9&M?VmefeJHb} zz?~6}@l${o1MlRZMSLh|z03FEXcVw+ULTMj2(6pE`9YqJUArP&lw2I{&{6 z-x!x+DZTpTi-ID9&8>1oad%&$`=s1*ERt&>K>-B)2ty&Fi@W%JfNTW7Xr?4!3zA`8 zQ*D?J^lg4|LaY%3$_$c-9N@xA2M+W4Ku3@tn{*%w*bj=z6$<4>lK*SyL75ctGsR1U z&hM)GnJ*Q|oxbuFNndOMXVBWamyZ>r17mv8U+IVjz2;bdQQtp*|4geUAp^|*t5x6W zY>CFpv35B+kQHN5)okWC>n+`b8|3p5Vr`ARLfJQ8yLuj+w2H5ed1ze!J|$DeD;s7= zVo1`;ho45A+JdRtgR6SnPWo3&*qVEle?_d*p;ukZ`h7Ss9Ej4%00AL{R!W==@U&=x zvQGAy*F(Y&cX zU@-fYjP3A`yFzIy%O#kAwIdt-*hv(M4D*}VV0*kJ%9RiQ_W62fZX;OFEky3t=)k3M z0hn6nOJ|Mp!qB6%?t8|a8rO;MUquK^#xwWMsA3}v2e1N^dZ{j=UyJbq?ee;s|L?|r zuj=mo0KH8>r$17E0~ZjGf0)XH33lZ=x5GrH!@(F?S>g3K}H}x={Q5Ru266~^ma%)lh>n53(FtKsp7sh$4}Kc?Nd`+)z<#Sc=zw{Zlg@U_mkeRAJNO!EHQ$UB(Zn<@5#0qn(k zD|->xUuW758hNmTr0f-o-AI-op-~UcPg^QLSEaSVI@T}3Fa5`+$Pc?paHCTQ01m<$ zr7wj3G5RwF09#CQ4oEG|OuX3t(r%0nL-msy22n!ECEg#iV^3cA{4ip|c})NI&(Dsa z*L2HoUXMxGnJTSIf50=77uCS6nRuM{f(tvx%(SpE^WC$E51NmetU9+;P%-l*qGFq0 z%9#U9`%OowWkx!Fp0j0V$n6X|d+uwKbg|bM5F@;>Lp{NVyJ_}A^_#CF_bqnF$c%WH zvj=M@s!#;H)g-gNuorsAuu&=aXBw=HoV-mXO`V+;SD&DV{p65;rm9Z}0xj*fTSZ zU?BVM7{98iwTbsm#gMZT_WL+H#u9ioX^%$=ZoG1l!DBo5`s8D`IaGa{BlJIFJL3pO zd(89r)k?CRLmS7liwkUaWo@$5;@(iw{ikHUSwPz-F26WJgBeE$U1Az3sm1f#bUF!* zJZVPOc>k?gHU?;A?lH59F|X(efaErImt<3ochfAGdU%ROu}1;0QL|&Uq$-iTPrMCZ?G|&YP5j_T`~khl$H_P*3m#w0Nu~EZ~j`}?XG|8L&p{)xR-ZA&)=tqLQ{;hGMr6RbCEAurP&g^ z$I63sukk2;mX#=dDO_NA`y__?Ts04b+spfwS_*Knl?%mXd;Gc3fwqg8x%rp0jldtP zaL#qluMXjF6Bk!A}gG4_zloEw-6v!_$XC&pUem%!u&J0_g zOYBv0G%&4o+SmH|(JzUr{Z8*#aF~ud-?DQ`t+Y@L`|Qhu8#&~q7fn1C@g4JCl_0OF z%624Soo8oa%yns6pHEz0K=0w0<74&>VNsQ-(SFEG39F}S-LBC0Fh+7W0)Jq_8>@}yWD1Y;a&Dc9wP zW&zi9SSgd&S9HEl=0pQg`E|*RrdgF*@^uFs879Owkbd2JYDz}(eLKMeMj6Eh6Pf;x zA{y%$X80yleXk<7s-vVhIqQ+lsmDGEz|A=)78ub3vXGsh*Un?!l%0oqp&bpC`jVr5 z^N7xA2jUqAtS>c3p{0?3|A`EH*A*LH`>&!vDcIcmB>msn9J=i3XBDdX>4V*0dO}ar zcv7vQUmC;Te|4a1`z_{-Wy9MJ3VYexqUV8qL@(Q?A&Ber&ra*pcR8ld^p;+jy^s9{ zohvS|y4QC&sr;T)$$Kt+f|*v}|lr{0`Q8S*ni_DRyOb-u-y-X|EYh&kEM zXPv6{&g&FZ(QsbmF%YaxDxZA=fv6SJ!n4VB}|0}eof8p6_3;FLV|Q_>b+DJp8J?LSMX>(yJk0Y#xL;rg;B5gxH?kTi3x%w`{7k`lcx zoEHjRnRFyk>6?T(Pld9*XMb`5cS0-G z>B`xwIt6o(VIwDR>f=@7gj6^I!Yc9-fdUGnsiSse79mCPn?0r^+~+S;6;~D|7(!#s z0D3h)0V3Ax>UV)t?GqpoLBGCnNF0uFzqQB{Tjy7tUQ4AV79s&lDF&lo-iY`C2*c3N z?%yhMLN2oCT|gpyj<3mj%8)_Z6A#AeMR*|XearC~UHyLU&73j~JBN<1FIQgAqlD>f#-yas0fOz+jPd$-2biS} zB97+y?of_cbJY>3cgRDB5PS#%ce{CLRGni}eqZ8pE<6sI4#yFrMomZW@>gn7o@fvK zLbIindqi*}f^xBH>~YgS&nKMN2K#=_7&oq`45f#`k#CEh-J%`Fl92vTs(^tiAJMzf zic(O0ZfXw5f*8`|Y;sl6(1l@4BHS`Smy2@OKmGi2;Z`7ZyAOg90ix2l3-MDA4H)w6 z`o1=wSRRxVws)v7;L%J}Yn7JK1N@g7j&BMZbO>pawgEH6H#tUOSkO2wSbI4@3K!+k zaKPt*x>r6&gyeTJ9yXgf~(^Z}t!HjTmOnTyt9%T+vnn)A7E2+KmBJQO;j$4#7}Q_w>f zg0M(`ZJ@GyI|9Oar*TI|{{f1Mv&MU1xyo3-@V=vA<-11>sKx#ATnW{XyOPqP4igT79RU@$ei=^{C~|$vzJQCVo$`8R z2I8eYwNJyJ_l})%{uU#9t|W)L_PDBQT|zsSxWLj{Oss$P=}TChy#2Pzcm8J0nJfAB z{a$KcPX9)og1?ms`Y61iYM^-z9GXnM$Yi+MmC* z4VxIWIdqrfk9>~PWzFi}vg#uUX4RE~dAH?GXrQA7U-|yGVv28uafh6_tDZ&wQx&#V zKLw{<8-?fSQydzN+qp9xsQ+c;jSiLV&H{xy$1_C+D&+s0rAu=`ubAiUX5fuCRHozB z|LRC4<)I#quY`GZpZwTts_HN7ZVn79`N!_vH5V>WA|sO;uVgkQ>7ms5w^E-GU_q<5 z)d%3u6ms}JZPGN7sB*Ay6$n-+_$Ou3bsLURTmCX0*OhJ+#_-pM{loCZaM>Pz3;!vb z2%b?$AhyciRZdHFNi@VR*=6(yZ6~Jc{w+(tZG>VhNK25_sccDd75p>C9x0(42kcrd~k(35W6mYrVm-g1O z#Og;JI@tYmz28{icM6}(-*hW}r7RyX5vy3*zPpN;g+k%a{APrxbpxG;-RT^UKK8%- z$f-L!UL6?;62q$x(C&9{)$463tpnk5!0a{R3bZCU`gk8>@GUgr!~sQ(o2raF9d<{9 zL4M(303d+Q5b9nLRtpki(&*9a^9I);uc2BoD~$h@6|~BU#KiAgB(N zCsw=9{SWJVZD_ge(|N`;@WcU&4h@X={*lKI!TeJ)Ko`5(hdDpI>x75ftb0)?K<8>j zne+pcef22??AyxA570lCgeVVeD1bPiAqnz1kKYHx*>E}#NbCbL_&*%zU0;zW1b`ln zT%sg&Q@;a~HwxMP43(|4eVW`;2Rd27FbQi{OYufkibM_!U&d`KIs?%EJ}5$WA?gpZ zqF#kI)z-ojsD{Zd0FkG2$St%-0V$1}$`Ukq(IC@&S;M)dY@wT#p#u@J~Kb=-TZQ6=c=kdFSw5q(<38PPgL@J@PJq=tRyHB+)&% zVJ`*mo}i$l15HVY&{0rKZ{Q<{sPvb2>R{HS5V^BqUKA9f0B8ohvk0EInF%34GJSvz z^KxNb3uc{~u1=vbV$$!JRQFb%7@2L<0AON#^7h{g*2ul!f6-jg2! z16fG?p{OX|%*>i{FDxTCWz}KZV&Vq}Ntx^u9p?%yT(^UvD*;Eat&SLG;#KUZw}g~nG1?@Z8uB^it??mzSD4s zNk~LD3C86#8W=0TrN&#uD279}!-`)`y??nYhu&cDw52nb9|eW!BiNh27_s)-M*iH> zYbRZuo9w1*dXIMN+voG~fM^*Jd92r$eWwWSRE}87=Quqb72LuWZ^k+d3DjW9<3=*C zg{A4Y>*Trk4ymmBl4`hj`;21x9xV8Eo=D`&eopQowav@yYc#%kt+@*30UgG=o!H@*?P~yWzk;O)@ zg@hQp`db9U(%>R_(w(IW&ya_Aw&!8+hN|vZof$pn>-Q6k0@q(T_$-r7sn@9iE#C+( zQs?+pMP!?^1YDztLnd!~l7!~@C&MF8>iWlzq@6itG+t`p>}^V%(uJRCbCt4^d@-bf zU`dT{hW>1ijn2Ub$3Y{X=R%0r2T%`!Pr-`8ChGB=DuGgMwVQcx?z25)kf5M6<-yTN zf2~$U_sGHYZEF8$3-;F|aKsP|BL+l=ubK5ItuN0855G`~Oa)alip{*tD|YfCzDatQ z(_nT&ae2Eoq+!!26J-Q$A@j%Dgo#rK)11#=up7E#xD=4eLrNPzo<*(V_xy zr&#f`N)wh-ekJz$6MH*a@bt6iR@?biI#Qbkev^R0d$qpQ_`$orhragljg|IPj$ zd_Ols`uK32NDC&S;{F+?FRcap{9fkVwHCEG&#TmQD&w8bGTF!?{uz-vfr$ZuF`YCf z-_*0kiGaC1*z)OnY3UPa*i8&6Jk>rHk9fLF!q?VB&S5m1 z5-`!4e7LXg2~PO6EZL7Wg9{^G~lW;dJd5KrX& z#T8gB>vnl?)51e{jMwO3%H_RD;b-+cSe8tY*_T=gOHnQ|O1Fe15gE!^Ez4GUqY=yb z`d^M63nH;2V`YSPOm0G4;!427C{MRg_CYaafqwLHDCrmKz9Bs9+MT^!>B;+Hk{iaTkJoKX!x+; zDdMaCkO_`D?!h*jXk#lpo?W@^1*Y$dk5AeRqDJ7RTrel)=&O5OBlKGuIPoi!(L_j?FPBH|gx zcrcmfUQRiN=$F+Te9f)*7uWa43N=#~M4#!QhD$?#?vmml-qw2emz&KfXpz9Peb+`B z7OyFb{>UQu+df1^qibT7d&zBT!}+k0Hm+7k^ETv+#I+j_wUzJ)i*mft~hfPyjJ) z7me{iuXp zAin8%QNWM{-yQKJe%SDH?iGy z&3nwsVFQ^{5iuc@N7^liYCN9>U`2AQjw~e&<$f(|{^*xK?v|FV-#igA_E<$LahaNM z>AWbLO`}rq@cx5UinuG+>*hr{WrfkTKq6G#GF$|f=oaXfKL5IvGCd9@f zM~KX!oPg^_VJb^<>+#ji-}U<>qpF^=t3N7tB0YPTBzF>zCoklv{7Nc$4=1ZnB<~lE z=9^|dr^)IKHKdLt)^7H1dCR%=BE&89ny$^8R>MSiS^PA55T0>BZ(k5vtLzYBV#M3~ zdc{di5RqH?g3!050kL{TVSH0zmTTxC=e2_)MX;I)|1^WVo0{RmG!Vv`r!g7=)p3(q z3Q4&rga*bmoKM%BP0dzlgp@&dQ#cWD(!H3;}@+3nQy!g5FR0{P%GF4tl_@~=Tzy8X!cIJ$~vHm-bmPyk8oh@uQh5F2Ojtm30 zk}0m=?TdKio}>E*k=cWvC3G~KqlAjqA_a=3Elrtuy1cMWJ56{gE#1Wd>DWm32(}jX z0GUw#BGM`BupOV%hBg1h$eTUI+sm64#joMBbmNbHN(8g<(=7aSHo{@ex22 z3Yei_xw_72jWY8YA8bMd%&B*d42N(a$0FM8D-G}UAsgW(4=*iBc_^w6C<=~>+mMEg z>h8a_5(A(pX5jht_8b$v}rJGanfLXN$n%fRGFQT~g1(7;l_$L401j2 z9j+iW``mP@)b3CF^UZT;Qjm}f)lUBN9`VoER+`V48y!Pv1Z4F#LY;MRbt2$_o_3WKa~cCPXp3IW*B$eEQJ)FUmvvV0Va$TeX91l{8% z+FRh#WQ}j?YCSO)}#e^3b=l6I?|YL`88jQW@pT8VT8`o6TIP=tHwKILR@DHHBe4x?>Jv z1`R`?MIKCiD_yo)ajZ9Er%jh%doR|$9jeqmZrOVNi+~fk8_@{3`{P6R&Yi2-wUm;G z*Y0Kg;;}KK3sW!}fK5RM2)(PH1un*M_q7Z-)Nz>y6lrY7cO8~%*O}#+ptqZd#~6)@ zW$URO?0pU4IN2X%w;~Ym<12_*uWw`sm_vru@_h7I-mY6jU~U=vi2qGciF+ zHwBg=^94y=V4XP!7&Xyy++4xWkvkaZ>Ys8-I?TbICQChZ@FPh<>vmvRLm+z5ujUl{u!}k%!_+hzVc4|mQevIR$aMIT z)Z`kK2uDO8_e&LXXx812dKMN~LV3@Qu|fGOTf$>9fL<@ZwSU1cUUeY z&sN?VkcO=*K;p;Z_Dbd*)mQ5(?@h;5XlE?O^B1Bl*(Vd`%H5r)%K-SP@Jzy*Vs9g2 z0J@J973{FaC66j1{to9RdcftI{q4EYt;1U-t!_ln$-#nUK-tz;?D9j&S}bhK3#aKe z@BF2vdMWgUm;`tt+J=4`zOv_W5j)XAB&gB3e5t2yEQVhGq8?ltPpJW3gD#yJH3}f2 znmMt+tGzG;#rBbC{PUq(sybTRJc*+;Gn(m^(8o!q%XfUDrtLt{m1QTsUZC$r>}sS6 zc%~T)jB=c+;~rV(dOjDaooUu@ZLby#es?96r2GY*Mu1<2Kj%%9KmX<6!b2Augabno8i zTzIdQ_sgog_YapAt!~3En}O`Q?f&der#W{?(Lkwda34;|djO{!Ws;NGEK13zFw-7( znHG%+=p8Y4(#}_y!-)z@W_8rbwRtZm@qNUa_AuhcRE9+1_nP2LT@kRzm~}v9>W*no zH>VYiQe2Y+e_vf=quqp;QC?3-^my&#St&E+rHxEa<9IYz^>z^B_zWIF9LJ8a-I|y9 zD>Q(c=t|I^-+{)45aq3QK=3!Pvb*08$$9cr2lvkDk~G4?(!HR^27*KsklqW&pmT4T z`gl7km6j_dN}U~Gbp0b_=wy9itapd{C>{t_ zwMw1}`~mfAH0P!~^&KH(kpipxzm^FWw3R5MJ`p0scuu<+WKjdt_3kSyk@ zRSx9++&;N{0(X90Y#Un_5jD|gkei?zZeJ?|lqW43uG3Y`!B~BD(dL!u7-n&GiwC6Z zBx>1(MSEMf6~J0cq<*q_N83ftV$jrGrkl&Dx2SXkEqgIv<(mV+?wfzhw6EAihpJgS zT)B{tm;vfMV*_XbS}Anw7HU$nP*z?zWL65jlyurTCCkbyVyc9H=bKuW(O|}+bLO9M zF(YbW{CNv}Q&HaJC5HFRi&ccM6xvdu$GQ1~Zm_f+yxD~=;XC|D)gjf?sW5U8FD<+&gaz1_=AKCJ?;V$rsi66u$bz>ya%GyI zn$9NTrC{&-%x_#oH138D<4oQU7VJMS=OWfC1j74?2s6Cgg%V!{a5mY_Pw>hnh`gxH zg!)%sL{J|%08{%@Y`MMk*r;eMw5N%jyUvX6t`2^x!$9v!;Z`>6X*YKz3j9Q9qyv8~ zf)1vOsq3=%I%9r5$IH|G%ZZyTo2Sn%hE)|JzBk-N6n4Nazuu;4tLJL2tv;6-NJCVs z76Zn0JGYc95w5M3&?tlpn!t$BgAHMAHo;p}nkF#=iSRZ6G8(YKQ;rv7bl*t8 zUm)P&zDfKO`Py)fw)sQRErE_$+c^9 zqHc^)?{q=i+~4wsG7KFthB1#LkSSA=es8g@mBr=EA=c%EEGjcxaYAw4z-tA&oZ`s5dNwR408yZHm zY2GUX+y1O;7MjCEzD8N;t(*pgRSqc>;;O?0`AS}XVuVUX%_;Sn2`2WWg#-=@C8WJd ztDqqb81al(g{DQ|6P57?gjwYN__tcyYb)?ju&K9-PHvP zGzTl4)T$3cMFbN_WTkiNh%>Iv;(`*-N4XZ8l9+Y5h((B>B`bFY+o1Up7qSsQYhp)x zNZp#I+I`m3Yo<*+#?#44L}7O2%0`<{21$<0JvaxzoW*cm{)A#iDzG}d=H1WIj)h6u z=VU!(;r&txc@;o;KY9teP>>t97bw&q5>b7%Y#xjZ#Yiy5SsU+&B#*)ih2-OsA5T|5 zjf#A_+~9WC!fUJGF2(+oB)noize+ghkf%QKWafOK*B*95%m8l0`Eiv~8kY^WC zZc7ydGo41v_)Igwl^n#yv- zlny(ccx|s|a(DK>7k12LvL!KJ*XU6v>AKRR@QIunAS8iIF_qG8vhC-ZpBqL5Ch`lPz%FZpd7y6gM*mqZ2p* zr?2LpFB0S!&g&*f6fqHgzlLzbypMSwMek;s@OS~S)7ZyNMN*Y z%YE?VFPhRM$d!5{85+FV{vAoj_mB(OeLz}Jj=a%{yn$S$HnS_ZLrMQTw07jE(wO8MV_ z%YPSd;$mp!L`9yke~8Y5qd&lwB_1KC^SS?hvCtC4B-gl04jGY=G%z%L#YdIdvl3}P z_{Nw04>iCK{8I9LuzhR&Mjm1=mtf9srZ*y(9FddV+-8vQjABgbAFM;D zH^*K-&2W)(BWD^$coW4H7O=wk&&}{QUm96a1kyY@xfIl>ew-kU_8%R|Sk$hFt;Ud~ ztCmye8Ib@A;T9|kPUtN}^uA}me28MX1C1tYBp=eqe(%U7AIYVMZ*7_|VIBjg(jUyb$h=J4 zQow)aiZh;ZC?pe^rgy6Ij({HTCXG<1EyEimTlf4!e})QlD0D zqFd2!Poq0FQ&LAkpB)H2u-5TBXg;MIR3V@j?!k*n6=WSIqg^2Uk2>=Q72c~q=mJk} zO~$%5@Bx*$3p@uPBSf;Y>1$0ztzcfEqiCzXmAL5}!cSHbZbY>$yj9Jq!u*rBMqKhJ zM`ce*5X4d$f@9ql!;g95Aic+AW$39N3Wr@< z2k53gb9!VCBbt^}D;)ZR%7TpWNa~QF$V&)2*PWJ`AjibFtz09rvpQ+lT)(UhP~iM@ zi++Lz8e5!1*S_A5fU-o%eEYcRM9D6^ABU%}`s}7$gD$R^J!OW8`GY}&MjDIMuZJ+w zWb;7UWI8H=eaOG=iB)^Hf~Wb4B!bD*slogLqt0e^V`XvGPCn+v%4SsfJA=uLbLHc1 zzcS)4@+*hNjA4RLWC)M_*ym^Ue;{6fiRbC)R-B}z!o3N>A&PkxZ1sD$pK=uCGcu(5 zChRH8H7D)iUuPLsJ?L6Q!hIPKl*(=!u5O>(4~HEu+`OE zl3L`m8Q`AANQz^vuo9Dz0eM#Wx%&P@`Yo5<=Y!gLR@;-3*sMg6(%m>J(I3z-RE&`L zruFucizc_C`s9tO80Vh9$I+V(tPt0({u7>=lT9`>Un*KwmO(75*Z+~xzI@cnZ_wTP zOd_v?9U}u&=EjQ~KBwGUS_|K`&A@%`jS0q}GS;JXH6gB=^V^a=u8&pIAS+JAQ zN)ja?IOimjBc{>9^?@$HE>Te{x))=yj}ZiA*#kD~v658R-m zO(k83vnG1FHt$Ql%NlGUY3GET4l!8cA6}%rvm&R_%}9EWy)|p>>?>osoj3~e@_o1O zU8MGiRbxwYYmTYPMc+_eG~{mzg)d3L20u+j%M?u1tl7y3S?dlo7N}hCuYjJ7yaLDX zPSLl*Mtelwhkt7GuwPIu60&0erwKjI+;JKuy97Z?>IKr_UH*Ve{V=V34mnSK*>%$I zC2AJkd8xY0{C7AQ0;`|r9UGk|5OiGfg@)zx3<=!$iMnE6-7_$Wn=XHB({S0vcBaXF z+~Ubo8flg3f_XIAXQvTEUe1p6T7{!?c`<~rZs?3H8G4e|Nw=^T zz%NU3!|kNk7R4Pi={BBGCzbTXMX5TsGFU`7=v8pBC%8!X+;C39U~!ktbV_sM0`{yt1JoVQc&C1!<~-Ucr?#K_acn!PEc5W_;qYY5}bGpy$Q zKRtBs`c4eF&Lp(2uOb%0eJJ163c6dG3zFHM@HM#_0Bv>7I>!Q<^?tIwj=qMTn2rQ4 zzGzXdOs{cGwQ)4U33zy`iNRVzphyH3RW1)YV-IrECfwPm*7S7OSI-|F&l(o2szz~~ zu%_uYz+)`SZu;KUFF!HW9VOw=ufS;3hIKic1zB-%n>>2lW#C7WdhosU+?)oJCvMkC zw(4qpp_hr*lr-=P5?9?GUt+EjcUqIhgjK2ghxp)+)q=JI>{mA7U=a?cr(}BK3W_Gf z5^1kQTbQ%jqNo_ra+y;g?(6QEy+%gfm#%X%gZI&ip9YFF-P`O8(+0fpL&VtH^*K#3 zueK@|WcG1l`sn)RVTTYAIh!R1xyu zVZCM4KO5%eN~@upF%uT6yhXTqJALC?@%O@#B3tx(~*;^~b7IQTtm&&?N^wPL%3^>+gIp-WqY85)tl7 z{ielg92b-L)WxeOAEZz$xG6@l9{yXyGH5cwrZnlwHmpw{SO!v<;Ju$SxdV-N_5`U3 z1$n0fmGZ;YE3bYD+#_D0O;M&&?#HOa?^+Ko<^E9687l|!^hdhsshM;vb*$!jT-tx? zwIj}yP5Du%p#FnZw4}vORzs*dj~5P(yPU|!ZxU>;R~1^3p&tw*+4G%(>STj#QV}7BCyL|`X{zYtA(?}=@Lw)*FjL~<}!6J!PL8pt* z!_*O9Pu+X}eRaOT0_k}5tgauUKZG04cw&xz8ixGt!ZkRIu*rm52xS6mF3g6A&>!*f z)icn-rd40Y4vR%R*^DXtrbmierk&(UoMQaJOWu->S$&-O{{ovpWWQzivUY+dj+u_v zmer)K*HI!KR>@lktWMRAK2J66r?kkuYMi$Hc*w*a1dj-!Zecp2c=dYL3zseXtPv6h=ES4mH-QugZzeXjq zkF$lago_v`oKFp+gVZ_I#EjhlEZ8h{?@XdKQ1oBcIg^lBS!Haw>1 zSf>Wv?x2|0Hl!?cKtGtYl)Lu0AZV%12kY<^5D&hlS!{Qs(LoVtNqPdj-q5b2+t@QL z2nB?n3h?zDr*V6>$3CHf;TVk*$eU5I6&$?=8-5Iss@nEA2RzyaMH_tQzkxNuv}Q;r{tGTh`QyeNXcy~qzL78Fxw zX#BU*_;&`s3IFqt@F!?o9%yzDjq6_?b|%Kyv(0gGa*>+Ift>KENnm2pB!n_s~(as=(pl_18f=BoCrn})o z{WfQL8wUo>9{RoO`CFe}d!?&J4Io1sgft)g4T8+=5bi8#-qqfT14YMgx?wlB2d+$T zxYAp-{pFok>NdhM<@;X*lF$K(u%zMCL_<;z%i=4WzK47s2BRrEpM1x>kaoP$aVzt=&`rPz-VW7TM6*X}+!aNO18&dI zG#U9} z%6XK=t?`?Img{)BnQm!Z7`ZjESYR;Ai6e1L&1md-8Wh(KEi%(!^)BgMfuyEcYTH09 zzKkORq~w+dj6I1rd#|(dR4SfTw`h0RZo|wk5`MJG7K4k1BRY2SXruBRv8HPC!f%rl z0;`;68dR2*X`O!&D4-j4t`KQahEc{4<>S!TQoU=j7Rd+Vp+eG7N3 zM((}js&}-(*CHku8fR#nq4D2B<2bU*VmAY$9nsKqdF{on;ve=@Bt7bO*zDe5 zp*foBgKW!h=OdDF-Q#5n?Tw9lFy z)(N{4%|&P@Z&>hnv6?(ako$_|8ki_j_B!bcQbd0w1S}j}>3hI}0;n1i5mISfS*tX; zSL$)Aygf)l5*tr=`5&h7Z&phe0;`?kYb`@iB#gInV-INHqVQ79P5B%Wm5337ls_>m zgt<~l{>7I*=(a|}>HB#RD7fK89-B{SJXzEtPp~}h7~Bv6&rX*1G+)dSkoe_Dj!I^}#a;kd&>8RQXP>#%iAdjfZM>3rk>P)o z#s?_A@3jrCfmQ1ave`-E90T5Uw}^`#}(WV7uTKN8_1j)17t510pk`J3+ozxGIBr~;1u>&vW zNL}Bw`Vk?CTU-oM!w|SR+_2E@-o&kpHO|mDL*u`N#&HY{SksvF?Kp1Jqd*?JiglaG zL6q@DwOn^N`W90hyI21{U~I6BL%)?myyivmgaslk^IQoYxpbK~-vCKqkmO!T zRgO5qm(fCLt|iql_6=RCzX}rbvtV<>(c$fsk1Ek(K)1k>1}~ydSPjQ4$N#o7)?PQ% zKL}Yg>sO9z_t+bm%+lPNUDY>#ax=Z5%&h$R8c7v69cS~_7V!7Zl8g@(J ziM#1+Duub`^UF0cB+|bmfW~FwnqQCLIXs3B}Fnzolx*0dCjWv4F_OFOMA`P zVg4>iNxRw7dy< zvY@Czal5qWCyNuCC#dUNS`=kQ>P_r@-x97C8;$(zCI-Yn1Cj{VJw_B6AKZfynV?Ra zqk#k@K=}Z@z-+VNalAb2(YQ(x9}d7qfi?tdXZJ5HNX%nN4SUtuBK?{NSH7y-&tyUr zG*CdAU&E2TH!C*Ps?Y4co1tg^IH^q)$M|I9PKCNP0^-lm_&KD>8BSQ8bs)a=8E|;= ziCPQfu76s{Wdf2KnFjL18iGy}Dcgy?uf*!Q0pT<#rP#(wU3Z(+($P3xz{M9gBmWuL zi^zziQZmrB1swY*BVit=3KBWIperYzDun2y4_lDHQncunqW;1%#$$NTOt_LbqBpB- zUUHbm1)LV5@s8;Md^E>!P^k|o5pJ|(t@_gnWG2&h!zVb8fFRWYc5-p-vJw4Jz-BcdCgJ{JC6Z_5+q}*<6oA-OEY7N*d zoU2Z~H#uG0>D^Z;aD#q94X#J=(x)8dz46rEvLR)(V+NK!4K@oNs6N*}CHA7EkIfE{ z&rW0T4K|?qg3FeCRPRU9 z{_0BsxoN_sfTb@&$y)R@{#_{3$oqI1bU=KkgG>iD3o9OkywsJ^?)tYxZeZM!d70-+~#fjxm-5aXL?|^hnScrQphrAKwG|gD@cg~3s7-V?!}Xf zY7)7kU zA3O@lxKL`YQw;g7r^K-yg({lrdEFfOBQy@762I+=i&FKVMJRa#4<-p4C-9j+#7K$A zw0?)E-KCAY1@$X z&inT)F5sA#*LgNet40gu?NLo=5Z-+Af`ctvGqFyvAL)He;Kg-H%VI%J$Dsfg@lEC$ z4#GhFj}K;!fT3}Q#u*y_|PJ6p=+-@TnvP&!@F)t@7Pqv zI$^CVwWD4Jus8L+o(VJse}=|I!Fx6EWKTWzmnmXBf2be@mAYwsXaORO#3!ii><9WF zp(wByEqL^USGz)ZdhUWM1oSkH!@|e*m_=eXH7w3p#l_w-hmIKqn-V{e|8Jq8UIBPh z!0trSK26ykI7Z_tzE6#4JZiCuzuu})lVyNZ0Y*@nppeABg-{WHHED5$KuR%}OO+f) zztJc>?3(Zo(D#QbHEgeOy*S)J?So_c@WIjvMgppHxaZ4&YY)rb1RT{jScow+&d@kR z<6i)FdgBrhdv0&OZdIaWljDgtbpdWg*D-OG*m?^!(IM(6r;;oxJjr4YS|2N_i!${t za*%p$XqylccSKgkMyC*Xo6@fT@ww9n zMB@$pwVgVpeBBzi%0a{jNoBhtKA}hs?prBJwUdiD2igj`n1Qwu6n#6E8)A_@+ui7B zp_Z6BweFx&r73l>>9~@(-Rwf2iUf%DzWQe*wFgvr~V30s<+h2lupeT7~fM{sC<Bi`<>;4~`_&7R;J@Kw^*>4e z`^6S7=$m0z_oSBD-i{-N{0^Y;X3}!_`yw_pepO2Tq;VC$)&=DPDmZ+0*aKph{Rmatir@kbY__1l5~X2V zOI=a#Bhnvb9Sx}arlGpG?KYH88g+e~dia`EQ3}fC0?zC{xKSyHi>VP#I0F_6+SIF# zI>pF6M$p@~YdU>Tg8{aP>BaGxWv2j%2js~dOJXZGZNCbK1T%Z7A zD*fTw=>j>*cV|hUaP78bVu`1M1By}O{XE!gR0yZnKs8|{y^aJO-~zk%v|)q8G^{C) z(m2>t?*#HEbm~)7IEdA0&Rx81dkQvE%BzwGyg7%iN@I%+$n6%i5R~JP{h;qTijOxs zAaO+FZTj*r^uUz{pRk6!8s9CkLjR56&=UweM`p$G?O<9Jb(oFE3`cAa9EpuX0AX1K z8o$W;zn)BRDbyvh4k?myx{!k7UxNT|n_9w#%(w^VHsph8T#aZPyggr~agnmFhH=~} zReV9>NG^T-B@bbE(=w)@EXqaYSiF^UIn(>HMxHWe&)v4-X4$t(hQ=8hXK4IWqDks>A;WpmK>mb0+=>m7|c;4m<4f!p3^<-I>sB}29@l(hiLAU~bZ(sktgW;eRE-RWebRL7PH zT@5vy84s1#kQRS8sSI0vkVSt;*h6kaZtR}TzjYp_eWAdUZJ71r{X_KL*vEC`b2l)UZdDd0Gvj>K_q59GXmaH_+yB*i+R zRyWv(itmEnNBc3vW!u&eWn78CEIX^*@3j$p3patM>}(E=_l==(hQ=8h{}jR6q={*K zNu8i@^|cg`)9bs9Dd6b9o(gwE&SM*nD)B_DpWjnzxN*ctM~H8<-*>Ja7aI^VNF9z*6Vr#sJlcmt4Yc+CXPLA1wn~hLmB97m%+?*Gnql{* zq+Q2bP!GDc+2cHrd>tnqd~(><^FK-Bpzn_&|4Z|3F{N5wF0=&?&hJ0$AK_~jkp2WQ z>(!3hnc#@z!@zS+Nf5-Zq4A*QMZdAezf9xgd4F-|-8j{cRZS4`bc^}A!PcfK5X0w0 z{PQCTX9ORDFsKCT%=L9bR-BDs@d1gO6P$VRufY*J$58`olME@O{!|p$!FdimwiP9%ja{*3d-T5-~K+ z&^SZmp8_YA0gbmuyZPW^nNJPm6l%TOn1UGWwuR!v$0nbR`g%QVmABKQ*y=M$S>OiO z96CRMXk0%Vox$+`5{;+pK;u9KXFD`LMl`M-{iN}8=tQvKo8s4coX!B_xf>xT=BLW&j8JZ$_*$=dzKSEi?C zs7CFS$K!UF|9%2fDuCTt-&K7smpvYrJ2kqPd79z#jtGGMFpU$UG#0pZQe)~yCo09Q z4N3a)u+hw68V7p4L-s4R1|SAU=8T)mJd*rn);OYZ+&*8Ajhk`Ze8_9BWkkpBTk{md zZ1%chNpnCz=D$8h<5&_2+JTv!{3il8kVImi*)I_;!dS!d(xzvW7VKEt=$Epvtn<*@ z2_rQa&!``_`@NT4AtPSm97#n5kW(z)ge89ZCyS$ntg#2tBQ4Yypvu`)5&xsUhc=>b z&S25U&^SZm42^$=&7{I^wCg*A5T}+v@$&7iQ{>shqZbm;V%uRawoc{tpYTnhP$@hg zSmfeAkNGV~pL|gajO-i4ooDZ)2yVT9O5^=HMBn%8rGfo`X*?);x8Ll^;zff}hLs+X z^oBsZkPssjkUuL^)!--#IX_*r&QDx59%76us^xI00^fxLr?KS@EBpDn#Q;U#y?4u> znqUGH`dbh}WW!*+8-zrm($-#?um2*AlbEES)h^I>8`L)PwNWi}WAbqP6gyr$rK^(@ zYDInwg5(GYBs~8$G!Ay{6Dqx1TH#uQUxQ%NrqB)k!){&yN9jU^cOj;9j}-7w;O8if zgZF2RX#6Gq<^F-%YLkK+in2V_e#r(Sq$0K)TyfbQb=3|_*F6;gq@h7-9psIFAaWc) z!sTBmi?mJM1jxvMFa4-MZ&T@TwlWKTHW^fe3nRTIq^RCfx9o*jyNN4BO3y10vz`(R zjWaaP&^Rq{emJJ_!5)o6c5AyqB_|SPm^+|0`qlwvjW0d3pNN(m5-HT~GTFArveDuN zQY{<1vke}T3p@dAvZR~H8E0F>JLaC0gDS?HeIF|K5PJD|mBz{|LgenOns1S%;;Fy(yRno)zw1H-y zf+LpPAE)t+-L<#p91c7nIb$&d3W5XJimPC%|6lgLJ*c(&T94y;G$cm|aWse`A%uj` zAPIy(LZU*vh2Q`Z???xb#N%*yb9fnuN$!o4*s-0llX2p>bso32s#Mi_9gxv zC%ok|hV1${y+&NiQ|X}WFd^r`jGER)5i6zKvL4d&6JhU?;o3#Q_^r3!`_+5D+H*d7 zPEh*P8$UUY-#mT^hYy^<<3L6D}yRi*`x(vMW`FhaqW!`QBr8-b&`LA) zn?A{9Gc6mCvBR10WErHb;K_Q9z7$$x6>|p=T(P)F7=P-?A|W1oE7P+-`t7IBUI@In z{`2Ic7oIITj=y|94@9OjUkr?Y{k?a-Qg|7Ea4^ngGJ^5gZ0eWLZt@MdtW79PCpym8 zkwsVmvdJ%2|0JwHPeKhlFu|Ejtxj%J%9*2eyd})#Vcr>pE?Pj4t``G$?!EDW>EbLf zevK$^p3?d;>N)2Wprer}tX%1e5szBNQ_d%rmXrNwXlK=!?=H~ldt5WMSSu`SiDdMO3Om2 zJ;6obk+gt83aRpkan{d+iW^A=Qz18pU{&|UVeI0mLnm30`4zrJ=$&JQd6TS6v%@$G zF3F=9H7v|Av}Fcf;$V0YCMJ0YD>4RQ8H+`ELz+`wf}Jw5T|l282m!pr!BgKJy<7o~vIbAo@83Z3QYNM`je+H!pv`4ItA$6-uE^_WQ?7inH@|rp zC+o+Rn;k(l6v~%C!;1FwWyyPp+@PbQrY*sGO&NMzqMdiQ4Iby^FKGLImUma1UQbDIWAiIP)d8 zi+ba;jk+wo{X-VB#nd}(;G%jU$S}^sq9X4zuH5hw_$){j)fKY*v+-ApihlSO!1uXV zkUc-10Zbn|8%#wojsT3)BbBNkpWri}Pd0x0*CiaED0%mDl#GA5q~w1QoG<;X@G}0O zV7z@rfbpp`F$zVw#qYO_oQ$Jj8hh36ZxDCPuFrPNc#p%?8TWw03du2->tve^>||b5 zC$?B4v4zAGwyB)h%U9%;)~0DE=1I?naUHv?)z&Yh$iFlPf+YXqC^xZoch7cx*wcwF zCf<2&!L}3oR95#4ZS`7=)y}cC;m$Bght88Y##y^-%FTX*rBSC6yG}3HDZ%IsO-t`j zrF>fEi2d3`M_|K9lK(6{B#B z&kD~|UlfdMkA2qS08vejxi~Dk)~uBTLYuR^RLf)`$|dy><~r!8*gvXFAZ_vtxmOoFdSTI;zN<#n?^wns51uLYfmxAPAtv}&V0TWE zMN1-Ig~Y5&cJIUMTzC&#H(z!v&6#Ui3fZ;1Vf?et z7QM`+Z{2e!uD=63zw=BLJ?5Xc%D?`#mp}J0+VWhruHf}IdieBHe1Fu896ovG z{9#;n`+FrN|Gi_e2uS|Zrwe7bUS0V9r?HlOrR3eq+Ik)^zIP)n_U<=~S5)5=VBD9k zD9({IHI_lD8jr;e&Q*q$<)!0T>kirI)(~vkSW3jkR(&TaV0*h0TW)L~90?*3Y^4H~ zcKRA0ZuAcJR5!MdFJ*^u6OZvs43C;q#8@}2B*x0s1R2?m4k^QRZG03>#Yk~8Tsz$$ z$XDs?3dtMW$kZZu#&Rqv2G(aMAxa(vAuB!j9Z}3 z4j8Xrc8;{qHPCb+qS@TDdcCSbn=!LC_N?$sz2M|;HyQga2B&XuymfN2)iLOE8ff|> z_t318BiR*}emT7#nXN7bOO?pFLkE*i7~5ld!(LF;GqufzzR|i3G3zAJ%Vr}|$%aWk zJ2!x7KU<|sa^g4Pa|B6*`sHS^N<2F!;QZtzu(O)sdO(#P7a(sKf3c|OQw1ElCyI)` z^Ju{%|G4OjgrofPiLVt=;9pODvS^l?=nVA*xBm=%@5E2!;vCqL0mff=lb`%P_qlPD z_vzK2`{Sa&e4C&6o3d|kU;cBJ zdpf&G_7S5>*QeG;H=4SeHb!A`Elp{XK{~YsoO*DnU48TQ!!~qJk$o+#n9J=sfR~Ie zl=w<%8W@rU6=|v6V2@J6DsiJ}^X+VnNw%JPwH2yeb`=k=0n%Fr!4Ezo?k|j+7jSN3 z7&}vCGzmCpU@MD57|#|H3wj0%vWtRofxv~lwj-y?1}NvNlLy@q$mYT)eaBpt>C>R? zYKB|7M-PQHvtaI-9mdUU7S!3-c5}*cG`)BbXlrY02`u#P%o?gIG@0HN^bzMv)yD!w zGHq8+>*D4>_xwzKO-=m_RDs&o-6M*e?NU&YfGG;|#xqJenT*YQ8;9fqS6bKIvfgY| z!Ra1~N}Ka^9Ux&anYuJZ{VPON)ok=dwnHYJ{qd8(zu?Utj~}k>rAa2+`&&mt_!8F# z#xp6{D^M4hTxiP|#(5n% z4_rtW)tlSIDBfni??rWVGml~X9=w2M$sq6WQZ=bRT|3#<#Zn+_mLd*Oxl#};mFuI{ z*umcV!n`Xi4dVz6S)sCUhUmSzn<|y$a3*72>(=?OlBQlORQ7@q!(_*P$QBPrAbcpw4fHjhyOxN#qs<{AM1p*FQ7~>_ zC7V(0U??5C@9rM1;bbU9- zAJtIh2`qhSO@L)uIH*yjNzTJ)yUcrS0|RZ-=5#8ZadmvODYkYnd72)IiTrl+>|RU# zP`)sJ`$>XsA#S}=^w{&MFkaU6rJ|RgzHQVMJOVi0d%ocIs|2#CFn+6ofV-=_Lev|- zRY8GL{C_Pf`q|?JPyH3=)qIr4-Y+ZH0miW%N5kWH%CHdl!RPSeH(z^8SMU^4@}CzZ z&wM`FIK%M^-zxcHVd1SmDS7vw7XDQU2h#I@S@QS)?0?Wd|J?Lv^y90PvD@FkCd9ix zFXTOb_a;C5-AjcJTuArE$Hg!{e*b&pg8MP~b)!&y51}}Y>)gu~w3rjy$ozyHjTg*{ zlSm~G`5_6(ESGTS;c%!9S#VYumo+2h*L#q8CyS37Urenh^A#E2fB=7LFXmJ2$Y_0| z^Fh}H-S5Js*3jDGY_;@K#n^LmKN2MYbG;m)_iil?f_r{10VsftOsDkJI0rM_$q1FM zk1RC@R5g=>GqU*sNaJ8R)NlmAM_GMiuSc5=$L}+YYbyq0x6#&aYb|EkhQP7TRtw*W0)wE1ns`%PV zuo$pJ5!A`ghH*53NMF|$sf$=$owcyNiN@o#HZSDzyO%l!PtUUpi#oP8#fN%&v;MFX zD_8k(pw8{8tJz$E*inwX{_UAcrFx=%41~SRK;PKB5(p7*MIHAJ$CldKHewKkz#7Xn zK;H^k`W<9mi9(ha>WayCp5`ymp$eTq!#ADMxz(YEmj=61=@F&lFe%bi#|5Q@)ZT$F?k}sUV_>aE} z7zg>SB7Qq(7y-pf7p}uK>YLnO;G=M;e#5$<}B^;y$=D!O;yG)9%UH6 z_fYh&&>&A;hgeDz{AApIXm(m+CoouHCk=$Uf?x#2Z0w@1-6+8#meDYoUXC06$xT=w z#E_VV?ATCJ8Rh9+O|@?kIgA{{HL&Q3b>7|KW-^(?t!s)M$%Kg4t?hEz^_~LR2aGJZ zY-yIJYiU%}4nW6PG-J&nBaJPp3;-Gk_E1K3^KedlxXqDPW>jdq${R;gLSQu?9*p;l zq(&n$;R}tfet|C8Haet-25xXDZr_!>BO-o%sy9D$Dp0 z$IklL^3wcasmBww9oDQZ-(1ZE;zCJ%z@@}HS|^2o9AMnP0Z8MJi-I5PE4}jzH<4JU zoJvMqaJGJR^!K~R)*|$&_C!lNJ3C8Zpd;*SZQJpaI{%rWxIVsosF!1wBUv2J1eSq$ zYZSmugpW{vs*`TSfh1x49z%wnxOr+D5{m(^j+SFe|%e53=}YoqZ`f?cQnV7b$A_+{TcI* zxLuz(^Z8`sU;T~K{T^WWcL3#E4CA++`gO?{K3)E3Az&P}_UCU?CjQf3e&vO~E%`Ch z@#p^SyYHyDoBnOu10ep*uM~dc%OyX4a7WcL(b1Phjq&>r<95^FIl#C=27w9;@(hcO zEx1gomq!4qQoEIn_@{4x=psM9tr45KX`!`;yoNKqordW(t6Cpg@97fG!UUUPIXf;< z7VC%Z83Zxm3azT}kHV=Md3v2(I^-56~=i<03w?@ID9x9p=V+mc2x$eUo6< zwS~@hmTTtUr#>wk$0$;)J~1&)`3VgGusy$g1WXc8k=lSt7BL|*vl2h`@q~kZx|OV^Xb*Yi&9Ip^5&!cK8{c*81Z8I z!ZUH$G`cg`+}~x-yfkQ-+=xWg@%mkVm7*{g80X1)4!tPwP^e1Pbq9_bc=0E8&u6{E ztyV*8N6Z>mQkDO(Z)SeJZ>W<+mxu-4y)b_L?1d*g724!fDUwz>MCp3YxxPlda9Wl{ zqXJiCf8E_PlI|JEl0UR)t+cL9Vro7E_&OKnZF+gWFb>P3=E>!)nxRq;etp|H!1xan zQ)U&fo`!L4I*jX{$OXo~Q;g_&zTnnpj#KJe=yiWvIEom?vH#yZnuPJP*8$-OdXWle zKEG@{5#KFLz<9FM4jBJeRB``x$xi{<_J2|G33_-NUr|oVzbTaApQfeSUzB{}|2(j? zIAF6>dz>5N_aDYJs;L{t*Hii zmD;*LZO&BW)@Y6W&Lg0{hi|3`R24uPlK52-cuqRl43iYvym0waWVtONFY~ZvC9b`= z)!^GCuWH!D^7OSJFVZng18la~g0tKtHkPdRt@JLYL`#Tr{E5(3V4)-R83^xOWJn0H zB3Pn_g>4PGvtj&ZHQd|I9mWAC{>3JjQcorxQfC-(FV{adX z$3tTr$GYr=a+2U$^1$fM=ZL+7_E}EzpsGu}* zxINnK4NrK3^|7_K<&KVy<;}J3nmVd?v;G~maI%N2plT5FAabR3e;xYf(xEjvmupDZ z;3VS0?|2%guR(|1DyK!}fnzmIiCw0xXm{=n(7;~4FkaSZ*lxjhRIiR(Lroib!Z`Zj zJa5K3+DKbVEnb0j;FxShVk340KrFBE+896eSBcx|CS(rnF+?f`fdDp zj>^S4h+odmx_pZzX?z3F8^sz$ba+EM#l~#6l~u#d(Qcyba8?1bxNRsD+dr5zm!G!(CnO!+GDG4Ss`Pv!6V|n;%1v^ZW(4OJx8P6b!dVj zL1G|>uX=OF!aj|bA?WPVfueY9LM_;QWLX@^{7~waUm<$lHCamUa-QlFBD)m`)U3p) z%wFjo*v2HfLR`|_uc=Fkp;9hjPPm3rw+DyY3>S*xS80Nugjn1B2@v|wz&P92u5S%R z^~5N*q>m9w!Z_xkYBqZZ8;pufYd0CL|JZ<6t&Fq@8FUUXj?eI9AQlYP4{VNh>~0^e ztgP(pjU8;p4olVa6@WC&@a7JVCW3Ju*P~(1fj(;-Y`d|^Da?GBX;{taTRCX5hLv1& zM-@tT##QKQ*qM(iA^igXKSh=os=5q|-CmL~N-S+bv7GjogTR{M%JznoAcxxOM+Z^Z zPrO2gxLVdfxX?WmRm<~+@sX*qZu)F1ZD z9KkRyV6pb=Ib`D)eq)Xszesidz41FgLcjazOfddU0{j1v0^|0#pDjV8z_{$Qe|-t# zncCxf9}f8!*)_KS8cuz_@)$d;2i8jrH&JIN1-75Qsf7aFvTd&Rj`TMh9^9= z^V9ySlp`_}wi}Mx`a0F^VfV=4GxW^$xA!-gor5cjEn73gUT#NEfCG`Fcge2xqvFI1Gpn`J zRTpd7bJ7)(9bfhK*|D`?DeV`@Zq3W*CMN^dE6gTrq|h}MJC9oGU7&}OBqPmkpgMGT zV|UzqJ)In=AnrS=PxP&s>2Mg@%M0uZHt#VRM~a=33-d!P1Vsa9JU4!i!N$f2p*fbn z{0p!Yk)va2elwn*1{4YR2lEg6r*50@zW z=G>y^sBK8;A)`zjG0h=+@SqztcRfxT+*%7^UK(SXcDKA#;N5N(7u8KhCouq0LZ9GE zDbpg{eW5U}t8%azX)wu!`0&8E%-As57OGY1(Q=s@k)nd}Xjfc_Xf#?$qQaFEHfyji zwmCN2eoFRKGdCF+j;m{HMg^hV9AF%w=z@BQ!Q3;~K2l}m;kNR|>vI-^d$NP+Yh0cl z$5h3MPzpCIK77RD0KT!%84XS8f8TXW3h08dVRQti*>=ATN_1Bdv07 zx6MRq!)g%xNT4xH1%E6oL*1j}rFn$Zn^WPGZmVvv5nmS;d>)^LPQ^eW0fWs%`G#$e} z!SBn&CI{hMfN?O@GQqeCN%-eKP1}A^^uw3VhVj=P<$RyB@x+_fvK~zre^JP~*hq#%TC>r` z*a!p>6vQ(n1D;;oeVm!Hi%){zWF^p4GrzRkkho!zwPZ)EZ(wxAAj-vA0ef*^*qahI z&ghhtwXW3d)}bYT;e|!gE3bZ=?Q}TOVSM>M!MLhy)p5{=5=UjQ?Pyi{b;h2_KvOch z=WBx2T9C+;V2~X+dN3N5I^Ez~p6Mjbz?D^AzUBnulHh5tc26%2qbfvP`Y}wYpHLpR zAtr=4?wfa|9})E%40MqQZueBy?l|TeoGrs~93L|jl79)iadoP9qb`c8Wed))-B?;{ zs;_fJIU|pTmcgX2kfp024&pl$)`Ozwoo|_L9VBw4Z_2TKFc7SbyJ}h%+G3p&E@(N& z_1S|^6s@>Z&Fjv2AnpJW9!Qd5Hf+no<|G%EJn4~%a= zE4+&E`>i`KG98@==a?IN?xBiPFwU!i&%f36#4jM^qB|SLUw*&q&X1VlmOS(MW#i0P z`(jQoej9wZmni)f!8qbe-@1hHQ!zgN;m}k^$Z%tnBahAt#>?qOg67#+Px2O{Dx2yK zBL{49<{~VEVG_eSZbs~_;t?!QJA+F*&0xN#4r8sXp^+YU1#9Z-Yl1cs^QZ@?%C7Z* zfvc<}U2EAjBRq?tkiM~AoY;?SRlMQO`Gr&(5NL6ZK)s8mossIU_W zCI4a*)I(OIA}+RM2p;ajO+3r*&J;ivJQ+0EQ*-{g=Gpb#BN(_Q7Z9t1V~Y;MTvb7e z;FW3h=ECM$O2jZIMEv(qY%BGNjYZ2vw#EgC7xhHbVA`!Zccyyqf?!-$c71Sp2F9~s zQ?K+GrT-+*IW@SQ!hcSud#ZJNVZYB6rP{I$3PONZv1w|Re>!Fhhq*w_oAQBiCUIFD z3w^|afH7?=`rK(SuJ;5-TN_00L0prmrF^+&C7U6TLRQv32~!lkI)cf5jl{LG>w4DP z>aB4#hQ?zHD?WqYJ-AJaTMtc7OhmeuZ=R}Xl~qrT)|0U>sP;p{(3az<2_3phqu$u) zq+@K&MWdB%?t6#v^5*TWAsXVR#l`++{xE)vkXeY|@MC1<6r;}q#<{kR_|B&Z#yNxm zwa@-S&|mu%V4Tqy@z~E#!8i|$bI|zs*}ZWNhVkT?&oLWkHP$4I1F0op{Ck4n`iopt zXTccS|F6kZ<@Xks)+l!!1mj^>ewkXMyLYBm?M<;U)ioj`R(fpk)6VHeCRn3*Y;`sD z!$U}ci2N1V+_8uXh`cy3_pa5I0=@MVN_d6<987j?*VLLV?6D2Bws*;{Re`F6%t2J% zMIM6geSElOO5B~pOzUh%J>}vMP#;B3Rj8_<<5NDauASd&u1W=wRhBUcyY{D~ZbxFG z6g0528LRO49K$#~&eF@8uv>xrg_v?Q=W|!5m-#iSM!#ccIwgQtVd5>fb);_JTgTOq z4%QDZJ{5B#Mw22ZsB9*Me0da_ed)l(3l;&!{nFVYrVxT2!78TUd%f?~%r48VOmz+Oke0!{<&7CItK|62)=;0(h(0?F7^qYev5Ou0gvbZRK?q~taydzx z?mDZ|V4NM|R=YABPlkDoh+0qPDee*J<10`s9~&lrH{u6KEHE|YmYZaOLb}BJix8u^ zc2#R6`PUe!Gs#KB2bL+~e4I6)`X`sWNhya5X+n@P4Ms(}7g{aN>r40z;(`vsJx0ZK zHz+hAE57@9Z+WY@3C7+GoxSfDm<03iXIVS-GlCE*CDH0umV&Nm*h9AF;Zkz` zfhaMC2yMH`Q8y@fp|Bgal7Xq1C-3ZtfsaeZBfGx-E)9mys?0|l zhZDrSbw2h+%vW9rP?gj^YB0r`_Bb2pY@9TQ%CQk&%j1 zC)Mbn8QPE%0D?FvwNDy~Q=ce?BYT#xo8}zbr{bos$C#5$ugtkstHwxNnzd`1ikm-+ zireG`skq5>)xL$8H>_kTTB9cCk2ltg#_Hl`-}+LpRw*Y7pS>QFJt=BB6$sUW^F7)+ zmz0Ld2gZ>Jmo?mMiO^@SEesw1E*oCl2SbhjTaMuAJ4*l?%#p%EPcIz7OX*GC=|0QgShGXPx* zlkWEG_$JZw{P5PD_GgUABbJGe{@lY4w_~?l-pHMYA8t%O=nofQ)OZre zNr%>1GScwc!KUv`RdR$E_B6n-HEAiCEwnfm2oOfry8YbGz)`>xbs?4$nizknej~hgG z7#gj6tuv_^E*aG*z2^kuY*m_25zjyJ5@Thj>5Wqn*duT0vjf`v^;Fh9Y?+yZ9~kF31@rnmvAQu9*O1_K@H{?%F#>{S<|UQ3VyY=l!oJz;PZcbQRC-0; zS%2V{_&b2`>DZ)Pe4=g(;>Ag8B)b+SF>9et8bJe&gVJ|;?CdBoP#?5{5Ell{f{y2{ ztKS+uqVH7$o6vT~NX{r99#2KTdoQqtPJKLA6}S9@VO$(KQ~FD=;Xa3SHhleMSR_r) z01D$Qu8S}3?k)=~?(XjH?(Vj@ySuwD11#PR?7)Sn$cD#g@>t+p^8J3l&zVDl+G+s*Ywd4`)c4Eoup@MkOOp~ap$Z*UaL{4* zhx9nRc5-}iO_5h4zTWn5$XaI|>y{JdogFT2C{N>vsj`%29Jvv}%dZ5q$D-Pa3~jR} zg|321JsaHzzGZA}POgoAl)KIBSgU3l4A;xb;%^n2ku{y*Vw(*fJ4vokDr3wI#$k$< z_5DgcwG@*2@`>~8s!BH*cOTApWV8a)qe#?4dG|Fx?nDmzdTAegd|i!tY)yR!d}u}N zHjp|uy`amTddpFe&&u<2`P{i}Zq%gsaxUn#qM{~Sqg+Cq()@7oaf)<({U`PORQ44op4bn8NWdNEgqE=!;f zzgx#k<;sKBAQP~9;}h&uagmd0a8Y*@b6)LuM4C(A$2$LjGl;xlw~B)^M`>_~*!bSL z+APs}gk6Di8+h3SjO=1X3Q$0}U@JlrQK_m`=8kPvqQ)&)oG(RKLtWn42T4EA(c4+r z_Zb^24NcFc=MWKwPYSRv84tlgjP<3VyGR+Ferg;KF0mzgb8n5p+6sGj1tfTu?mo1f zM1vdq*xJ|`WWrIUKyn@PoibnZ;(NI`BYq>*Dr+LDezwPoN8HvEE_}UKugAl= z>FD9v8H%UiDy_|eSw8ZAp!0Dsvs6*8vfs3OB87T&h$8uMgjBaPnp6n2hW-pM)9h6+ zm{>eS`5D4S+y2Hk4HCNNmIkASZiT-<(~*-~B@bN&Mqfp6*?ZB^^(P^r)f~_CGy)md zqIup#exK`-G%`N7TB%Z;Z!h9prgR&arS-^>btznp+Wzx-M{Fz*wv6ec30Tb$8Rch| zBQY!wZRjfnT1;ej$8LI1W%M#C5B@@L{zG5Dl{x<-=z<|&MS~PPMS}A-t60b$o6e;W zQNe>cJxZBq04S7y8$9I%3sjvpLZy?N&F&e$^84?`+ zHqtq_*P48mW^x!gO(5HktBwlBIIk9p>XW3xE{hO}VrUFPo@m`P)LmE-uViTthMHySuD>L0^E3m1MiAD6q|7HLgJX#rYmE%11jnjl{WFRg!7 zqnpZ9=~olqqfY?AO4VX zfG3Sqt9Y?!k!ZkI03W3VlZGLRPFx8 z!qzWibq+MrE#?zDqvynfZ$Q~mEj;CU)G6eg3`~n^FDe%b==-^F+NjGkD5!>&+!*1E zJo*_*kZNw0kyrolZT-l&1pNp|J$!|Sr{=4w91eMLIeDVN-Th;@;{_3CXVl@jkfw@@ zH%qsi6l ng`UXv0C-g>pel!q+qlJ=_aWr6e6*0df)(gCTy?{FZ|eO9$T?7oPhu zTrm$cE}X4y@?ki9t&p5vZsuLO*_p0NPu|uZmVBwKXsbc=9KN@5xmUfxDyC@CB%=K~5<^UC3?^1fYNf z+lq*`s3%KVd(iZrPDhLZSF-P7%z;g5xV%%7jk$lh6v zUMSX;)+iZiAs>I7JKAR}CV!}6!9aCEQ**Q=*4oi%i>t^FS6<68E_%#EI0a1Z-Y;Ou z6f>4LBTNxh*@B`>aS-z5@IauM&Mi}%ut+QukHG-xk7MA$Y2lS0JI_nS(fN&5(u#SD z=YOz4)GU^xFwW=;nS_e%LwL9hd_Ua&eDVB82d}oigB{Ce_YpJ&aQMpp?ZIU94r00v z5;yTn?P5IIgKR%Erikh`WjW}cih@@aLRB7Zj#4D*^B0-0nMm=+DIz$@EM)UbU z04&=Z(Qpr*MUm5a)0`+)f31`=TA(OIgVbryZ_@lVJrK@Yw3Vc|_X{l069o zfz>*GRmo>G7R=xISqD+;zf%Wq5k}-ec2E( zCcWiFWXz~hw3T|z{q+0_p^YGEkcboP@Y8r&B%D$%S2<7bFD7aA_BqHFedSwyLmwSsF3U<%@Uf{ zs>+CN^21~=$5fNom^0joHHD|V!vklfBGx5MWe%)7rddl0iv5pDekRn&wJY=F*#R*u zqj|Vjnfs5$m8PvSF(*c5#{E4-)|*hHH5NXP`cBWL1_nkqlRi;}Twk3MMo-?;aLK1Y zQy)DvqX{f=66a7S`|*Yklwocr1X03oX)^dR*T0!?eOtvvaVWSjHGZAu){qyplSvn^8CDrNg?!OpRMW z;dZK}qNn01PXZ3aCSc7%D6{2b8;pCsRArj;8RMh?W*evW&O)J3e4oJd8ulc`hK&|g z=c?D$)jd7D6ddN>9@P`uf+%tO-f0djD&j4IU$fPvNfao39G1i$e(o`K$SE<%Fkj`R znp;v&#bvfj+cMN3aq&!HFOSt&(`Ibmk3zP*}Gsp{ln6et6L{oC*e z6KIvI73ow7biy9)5I~5v3AIu`<@pSFtb3g{ZUv)m2qB7V57>zgDTg)#}WC6@RHX@dqRkl3n^gpNXk~p ze=~!71GyGQDjdV_dWZ6DnjHN%g@NsLVivV(wD+rD6^-TdP2iW-;|p_q>k?GOUOwRk z5QW^^u1ev@#K{1U!q2Bl#AxAf%eLk?L=PkQWPQ&o5jVS%#l9iyaW4C5O6r^>)OJ5v z^A`Vl84|oZvM{5vo?`1$3aCmH6upP|(NVSuMq}y9N$u1StHV7%W2Gfy8-mQV;D7+Z z*koEq){5K%SU^ieUWMiwLI5+xY0GDD!@*v7a*J<_JX8PxBhnT@Ck);B<_17 zZXs@v6GZoSlDfkGYk#84_6?)PU8JRyeZjdFpfB|kIv|TCvePKxWBgyivu}&~B_@jH zgR?|W4+1wjIyRrfFm6=QYOHnr;dW`~cRw1k92^Hj0#u!wb)JYux^;LOv1WpD3UIHou?yNKRf#Yh%4%DpNU($h@L(`RwRvl943uRs|r zP!L`-rZI^u+kFACw$0=dM$1Fj)q=y^$g?*lBp_?$lChsXgU_Ny6yL?PIeUUof^Ktzt^iL_>0t3`dQ_J4MB1n{LT7Z6L0m4Hn1vWW@{p z{`>PE4CL3#sP|#;`3Whtl|~Eg8GlXLhPhw%!X*kiOvg8m5#L5E*lsoxQz$Sb?V1*+Hua2xM|_g*qe2Hfxlk?Y zZQqhr)U4{ObA};jZemL6R1Zx{EzHMaqP<+l&oxT8FF|_ysC<5feQ$~r)px)6cHb$X zdw?jTze7&5f#UATeOBZkDMvixIah%w(|@eNPdV@`WV87cXSd(?E9x$3l)}Q2(18JR zy|~BMV!hK+u;!?bttfJZ`ICxj<)z*3kOGixmh~s6(3riZ08rsjrBA%ExKCoDM@VAw zU8SC(TJ`Bf)%Ux=Zb>RjufU0bNAzF<5UXhllWe@f@DhV}a^&Bjzc=ycJhOZ#h1IEa z#d526pMb~~)C8%jcRJv}V}!sEeab`CUh>tvc@RXIM7F}7j&^v19NsnywrENM2bQ=t zD$pN7SC|KlD>rC;)xoY>cgFSCR#j=sOah;p?;%-u-c!-hJ?dv1sm1AsdGaEV=c&8z z5L|7kxkt~^tl+iA#`bVVCak}H;}eyQJ})oZ(8q&)Bsz}GTKbg)`MLsn&!3;hH zag4)ohwM{;LRs>MDh^1R;s!$f=np&(11bec$pf`&qkhp*Os0+oFXQhNQf5sug{#4z zbm>;o>4O8Vb{B2j=Df41*|8I27%#79;^24NT+rv0*qj`22DfF3!E85Eihcb{W3DM4 z;;0G$x4BP^Vjq(;%*gox(QPE8%2Jak0<^eS!#X5)S9sVNhLLv`dkjM>$Xrq>mO`+A z5d!rwQe!a%&cO~k?0)?r-SF@pKXAFex=3#h+er70F^w>{m59{bFvgM_0 z8}XbSbzon~yMPrPRhePV^F?N_f3QRLs6}wNW2rLvgB>S5+-)l^jyMYE zJ>#U65fd8haBd!p zfbL;;O%6G3AzF79_F;X-{@(VK#yzZmdvNA0$_H^XZ!|nhjY|hqO^8S8aZa?@bZVW` zLneE!fU-wq&mX5uN5_R-;>cfm@tMSyTNzCedSHcE$hRo3jd+v%V`4Vx+Jj{dQlB~v zJ-wkVJ5@U~b2g4)T8pb6>>4A1-{_9{4kDZ?=Pya-kRob7F5{y|Q1Pr1+cQp3n+If> zkqvwoyyU6%WfX2l$|Ib8_oj`g+XoC2-Bbe%F~X!*4vhVgSfPK7p^~7d{z#gb`^~*r z1#9^*A2fR0?JVFrCXrBq4$WXy>ja%)T*d$Mfp0{_^Xx!E8J{W^-{?K~SkXwtBXC}Z zh(0(Y{1C1 zvq8;Tu}Jy|y)&q|E$~aXx1;%pN;YP}e)FeSbo3f3oaYu zNg=}9-H5*nn(w%15asFPw)NC1;$LxCLbVKi7qROz?KUD*ZYm~9l{;~S9kvy8V_VVg zyhZ~74)4r;b&1Xu(7RDF40wbj`=r{O=D>(zRVH`}s9&J0agvRgCx)c{ts5mq@GlGR zul}XRn=GLZaFN!Q#-dqKE1Jz4wB0Bk^3kL{U*sMw>idDg2C>< ztKz-w3QQQi((dBXR{*K|LiKj?GU1y0M9C5Yvmiq(!lPL%5df}9;_J;~@VN+v+`i4< zupVdW6DPy6xa1JZIpTO?!3>9)G1~|4GlG>`H1+^GDw1%5DovU(yLz%aT}meG^FV)H zx}JdeyMPo))&>n03_6@hu1h@;l=O9e`owqYbb)egGrnb?yWcn8U&K0ex(?hF1z}b-Y;CuhTbncN+o3oBpFTpSry^4jy}Ti{3$2q30&FBR@gY#a zq&D6TQ=*Sbu|!?OeYEdQkHkog$5hUEZs?gAEk5=-{mQJ=6==(~)*M;!F6_e}lqX>x zdHWE)A+2A%TBYb*))PK=?XDT>;&YH&Q7;$Wzz?BePuLI&;O+_3>uzPL&U2-{YZ*K1 zz?F6xY4>6$Ir!yiZexLcM!`agN{Hdsg!xYi>KB_I z)-{`rNID+GvmR7xb0~m$&F;=>+xtGNQ(Avj`%<;WaVbc>Qw;o$6Pmlu2`WcSpIuIL zG4C_)543RqDX>@4*5uO1(uj{IGZ_bEV&pZZPWZlRpezNg>`wjCcP?)Uu|%3X-Os|w zI~qcSNW&(GlSf-R6}?IaeqvU4^-X7m!8g3NA4_L2aMek~@oE}ied9$PRU2P|$is*j$Tal5Z1TIzSD7f;yJAw#BTxq_ zSUoQWxTdlxf9q;|O7robb8NOLTdH=i!Pk!d!9Syj0#f9Der%MW*99NK9l?qoKe~o-=(R=Tya6AZ9l|;Hxl>^>t?f^RV_ri zRMt#H?hGN0wOWsx?=qPs8?{*32n^+I|u7}Y)*wNg8|7~mWBK&f?3`?eUR>yT3|h%DV5pBVX`Kl;V$9oTYfP zf@%*KQf5@jEG9D--w0x)cqmNu@+CHC>|xg4V8ob0H4l@7-gACG|H_89v5FQcMEz&zq zT1Q|Yx(A$Sm6E?SR~%{LMH*L9(1hu}CuBk*vU|}JxGobt!NYbhwf# zvu>ifs-_R0EPqwEV^1Xx=VBeV>kMEE9@@G<_>vRp_pfszWzw~3mzQ=ZqT3afyh`pe z1ZALZAPB`Km)j=YSTEOGDfi0S_o6uza@rV)x2gUQTPy_s#EYd6LW4W=RHPV#tX31}UFGJp}Rf{i+m3uwB)p{%ZtkDoZ@vpF*qk0xX zKM&4yX0UZviXK7ix{OcIsUZT|1BQ#~m7@en02``X(+rA-$}sQW?*%^yS;YQD-Bp)> zWbWg{ngwT0T%PaAxs8id0F(mvwP-2D#Gj{k2;jeSh@?~NJLVZVQytFE8ZL?9+{h|R2cs`3$N0YZEe~%(s!h-g*reNHcLLSs-}qj z-4Y@)QPm*@9OP|k%+U6MSGB6Ofc~YxJ!$nAIw`lIED>x0Yvm3NCz;i^rr*YQ5}zIP z3jFiG1o51!mPd&SkeMQhLr-DN4OR1_NOD5;ABz^sluN2K!S{(L(G#S=E+t2ss6+hU zQB1(_uTz{7upjBrX13$%HJM%s+kr`g{EAI&-T^iR!7ZTek5z5sM=bxClS#1Ht#;Ei^K&T6d7q*LMJ6IMv5+dRWWi%o2 zD%_g4I;DvZ8e}7Kw#n4o`mcH%pdF(^F*m#~&afz>aJL0E>o1EV{l^=ZZ=grb04u3= z`Ug;pOgu9M!ldJ!Y@Zr$mIjg>ExOGzgWgPGR5OghUc z`E?^BwG(ZlZPLmj2eoQCch`RXfgU`tk&`bk_FtH7yp#CVoQEy_HJGnnzV?vBxsYAb~7bS@{yBa}X&JerhZX2Er; z-=QzV$~5N6utNKBF-lcxt;Cb3qU9$s+vs}%69pEfuoI@m z^Ej2VGP{Gk4{?02?J%jH@P;8&7cn?nGKY{W8Jn!|i?c<^b-9|XOV!(crc26#!t$J@ z82w>Bn9LW41RU*9Kg^25yZF3U&ELYhMRRlXx=(g4Q64E~rN({t6DGLo>c@s%&eIeb zrm|6qyX2!Od^uwm1d0dl*7N9uE{?y2?A0NYI3Hxb%V8LU*3`k2|AH zuoE0>{L^IpjTXwXOB1XH{VHuZ=M$g6!5^D1$D1o-<-z`~E{?=vi&`BG%%Rb> zvL&<5_R8-E`GHQg<0~iiW<7vgjCd1s<~9<^4f_V?8%H3o-meyGa~zac5o|cDKu=z} zKE%*_IpcOm;MHE>7?8#R^JyC0JXp2O7d?xq=|HpZY&G8bJvz5(EXJqWI}}h?skz0a zED>Z4<6=6dr_alSo5zO=gF|fM&mEEKi2`)JWXNBv&`j-hva0@ljLnEb^P9t5m*>aB znmupSq6D(!rXq&nS}z14M39PJ!_MHR!|xGBi%b0U(do%MGmp-+x=&3<>{zpnr?sV2 zB}UtUUq{?3xH)U3wn`YEvg79ienhq+eg{BkA?FHKY4A=}BFKC;Tx-98$U?bHl0Oo8am?Z4x4+~T8QI9gZbY%2a<&33KYZ_lsMXGOP%RZAK# zoj2GTl^hk)$GalG+}h+m0;^6O*-+5{S=xK z_(v)E7FaL*}uo`01&w8 z=HaLO(qWG0%-V<_U2wnQ&-ocs*ev9JSq)bqP|wb|=kcj>@v2FS>87mGgXmRf8^_Uw zGd?Ho_C&nhS2Z( z?9|#2oY}cRr$YQwGVF5a^i^du+;blnZI<~hdJb#g59O6SEBF&KPYe;-w z{HcV<&_g(u3yp&<8+eltw;&u=;?VuAAogrjbMsFOW&hGCRlUg~Hp8p5;0mSwo5LVC zpyExNA&}m4@D>{82~%Ma-0+dcDA`Ezz6OQpFaHZFD<3pzPA+E;2**eWR!ZXGgpYo(0xOS*P-lp?mp)9_LcbQp>#`c-MWsq{Xq77+&)N+JddPpF7&s9Fr>G*Eq2~t9B=AY1ayu|rrrizqp zZAuk64DFZb{qyLw#JA0Xaf`9cdJfuCTF*5U^!!rq6pWP%{m#svV47e=embpK8_+l?|SCfYj{xn757L)uO@`tv~c-Y|h9?&J3cQx-A?y`C(9p-yZOw6~2@e;1PDvWiI?<$9p9iM)WT{-p%T(xJ;P{h7|y= zUEsei%Z<(jXESI>@}a2ogW}FO43WL8L%WPfUnoS0$}T8+Gi{le?dGvrUMEkj2vcek zwwq zNC*lT?5Cwtsh4YFNvlI@H|5gLpwv~C$d=Ar313z4>YBXqc6V70!8Hi=CJlIo7M^(( z4$A(|bQvHAQX1Qv-Nc?YlX;Tp)uwA^l;gKK%a;1LUBysVh8<;?prmRx-tS+rVUgdz>_S=V-F?Zuoy4d^LM~F)8ghfsG0Ytwyv9 z_26G^p+s!`NZBzA@dH>tivE=@nl&^G9g-z|bsmG^<3v?zF_T#c*RXUiyHhN~v1f3x zI+X>$@VExaiigZ8gkW*3^fx>m`FYR*4(ne8^H5MSbyCuD05rE_mF#+D;E@!XcBQ*H7nJ1t3(wvSTz9)%{LAorD!_BV&_q zrab4S?T5UZv`YM+1J z4JH4-wq#r>{r#^4BHt&tm^wZA~!Z|DGcJcOft(02|}Rg~f#hW0ePtgMR(r6)f=v=?~@1CMA#< z2xce;C{9+u!+%nLdqGB$d@AuM{RF-IcF8khO?KwkdS0QC#;OD&|2Vxb&AgjUuuK{EDUYU=vW-H0aRCjS6&Xz3 zg1?As=^!Kkealg;EdzKf3lRMwr~K(<@HMCSXD`+#%9Iz_XmP4k{kgBhAw>JX?z2x# zl>h2fJCw3*m#|%?9335n!Ir%99^dn)-OA5edD2sf*GzS+Dfc@IWsZAx2Z;FFxl0Dd zLIxh-uJk_oy`SC1me=>SKJZK%>iT2dB+S$_c`ag{IAYTgGo{j^HM2U4O06r#g9@DJ#D)Iu6Hykov&oDiT;Q z_t&8W&BkZ)xM$WB?$=O%PTq7!PmxzhZNF_0dDg7m09&gww6)@u zg_B4Rf4Yo$AO&)58)9jhh9pj!eDJcv*^_FV#=QSxu*b^pfD$DT!HeQpx>#Y3dPskb%tj{0 zY9|n9xLa&~iw6-6cYpc(oex-fW^Z!%b{FGb2Vi66T6$P}e)j-R@*L|{`fsecPGp#o z?i%};p}AjZQGc9iUD|ZMism&`aG&}##N&jtfBeVG00g#0Ll^K%j@xQ*Yug(&HC%svcM(9E~ z)1hOcC6dun-w<2x34Qrj1?48S;=AXLckh(s*>bYUYOHK2Xe_~g7UQJ@PX2tMMFQZU zAc8=d$;+J}=D34?5~Idp#9{ou&>YME6%a5I5Ctm#s|o`BWS1vK{q_s^3kX%@1OaM< zNA-W@|A7B{00OhigX-Z?p?(9^`oHr3tNZ@~|Np%cga{M6{By$py=||eYJ~1WpUiXKOdMrkp{O>*>h!Y26fSZG^9s*|s zhT|)A-H}yf2&u(i-i3JX^ zX`AyX;U(;%s~KhDFe@S>Cj{p*3}ZPaZ5>{>d#O2eN4yvJ_vR)r%VnAg=4mZBYU?FaQHrAqp8OvsKE(nJdt|Ic)Z~83w#zM)gq`eHO`eS;< zs0y8*mfD0bBFJZPG?L8~F)kO{#L~r@v4scQso_RB`KPUae7CK0Y$m@QrB{|RJ6ZQ? zLz{hGIM#Ld^pm8I|8KMivt^Wp>eZd0QpWQn9nvFCj=1IX#MWuZ*~o%(Sru}iVdEe> zyVU6kLJ4M+`Feu`ihp2592TvW=Ov^yspBajSwkkC4rkD2Q#^=d}Mx9eWYYmB9_(>Q47Rrrfz~ z)wa75y??x4+q&0sJ|$A7)6Ru;)+}0PU?&qc;7$B{(x{-$m$O@?18z|0FEl9&80Tah zINLY%G+=s$&>^gakgD0^DQr!v{7#yr1qX6AEuhwOLpT-m^vdR^^r_Wn{o;jtFc92C z%O^=ysm_tqv^kg$%kuFnn39MRn{i?^0Dm%*kEu{21DFiFurrL(-pj0OucQNIZTN3H zZ45lp^r>RiB~RIcCBzI}8~@de&Wq=YNGpdA+3wp=Gad{F#6$7NidU)JxQTqKg^8QB za5yodO*FcTqKAQ!@VPqK#G!Wx++!VYwN`vbe9gbmMCwWpoD`rusv(CqkY>>Lyl7-- z+Fa|n+;cNSuY8@Db8$>5;PmIhtm2G7repfwEHEh^&yzH-?czKQ^W4PsX1raa)mg`( zY_V7i<{Iz%Z`<1M5UefhXlHjAF7glW#%(7o>kOaWpDbjzX%PqLB>2f6u$Qti!1e)w zIs%ln&@Hv{J3<*#+mkBN<){X*Y~C_{+&67asZV=BJA?^3z|W99pGsSMp}bApMbLyK zIKcDJ?>ZWy?U=@&hMO!Mo52<;M^FK}=eB238gBdceu~V4fcy3oeU)0%d6A0<8(sxRb!ht_+hnFsWO>)U z`N+Rf`$nC@{G~o)r5=y7Q;U6zi_#6y+B@sUU|KB0uHEQZig9W^un(3PeQr?{Kz<^c z`q@&+MWSTnMkQj?$_8C5?Hl8D2ANKZo2!jZyCMNNV}2rh6Yi-0RoUjs?MPehKADF~{W zWXNgvzVPTdhu7=oH+sE|v1&j?%5R5VoL5Lf4P1oGnpBGaz85CL7QF~r%5oGyI%DIL zK`P7ba?Hd&l25fkjMZU&7bDRJtCoe(sS3?9hVv?YHi=NRDPpWkZ*#+-XFUlOI(&Cb*|1lqIP)JR~PfnzB++sy8$AVFS&pB zOR*v;aLDl_e4H8IAb5Ju>d8eVAT2Px4BqBk?-hx;>36c z2EcEH*845kM+YsvZpx7qoPE_!hV7mzvuDeaq5MgOCK8>>K;lYY?lQ5R1@8F@Wsmlk zbFUtjW^S2<7GB6N1AH{Zp(_BB6W0T!U!89c}tilaaDVGpMr)A~R_PS%6ArvRK_`QFXosbTgKFKH@rx9I;0xH3XGgN5f!{D?UGv{<# zT?<|8$6uL%R2wT@yUwdzniKh}aRABblcjF4q@2M`av^${08-1%+pg{d0xU=mvh>x9 zBQsSlPayoDpBSB@dawyQ^svlnr^?@Twc}8|WQ0%HS;DhOE%hIKW{4vb_pyDBGzUtn zCuaQK*}5S*{~qH5`zRlx0WYrN{x`GRRW^p&DNfW{@*QC)8?3F+nF`_Uwup}CUeuxb z$K!jCtx{lfM}Rum8KY1)oR7M9224E3 zn)|r;@27np{}S@`gtx*L@6|Rg=8WPLHXiBx;e4UR<6ZQJ^7-BT41mwcjtI+*=g8-W zmg@1g!$y4Zqgn0#xfSB!#LAg98E`}~mN`vG8;@E@kAMXRax5xz1Rr1zBHarf$!cVR zy8C`pt}SKJ3W-zW#oRUJejo>*zfn_;>h!gxrHP;PA~CbX{>%pOdnis z{Ow;wcoF;WOYsj>d=|NMIXLy~z_)FG?r;^Re9Q1+Exws)>41j(u&(~YjYDNLRmPI- zt?sCQX)3UJw@3bG=s)uEm^Nl=K)yKo@%|Bj+_Fe)Q+fviekcvwRpqKv+Y4{?X{aTk z#Wsuje(;z0tM)!DtT4p6yRDZ(1saUiU!=mJl~io@6g_GQi6Ukgn6)i!R}7mgRvEvT zU$>Jc@O-%B9#A%yJH0EuH5W7z^-e^E(-PZF`rY_bB)|2RgENF!C|>{Zb)*z7XWI}T zVsK5;&+=lf;B)%QdD^!7Q*45M;?IQK4TU{J*0>!Rw&RUT&N}*6#wJIkN|W2+$OxW8 zI#bAr7nyshjs1VKBoL<(xl6B*Op2uNWqW83Mdh`##LX}3nWlCr(AS}Evsr>{{@218 zk55q>*f8BfdDigvy&X@2a$1egcEqdZRPW8FEjJ+W`g-EzdeKei*wK5CeuFp@kC(Rzq#kYRG>sbtLCM!uXkBMD8jX~ zCo7t+z1>e4>OomZ{83`1xCISZWQR{D;q7c&K3bm}JqrH)o82+HJBN+jXw8dS#J3ZA z2L|(GV9e~rwHdDf-nKaY`gU#kBRHD)C9v3X3_gPgj^J-{j5Ah`bPOCD&M+>C@(JvXh-bc;PU;;bb@1KijN7%jN{R!hA*KwO} z@HVqmKw>D>=?HEM9#ZeP62LHA$TL9;OdbEBpAci!^%lD$bdMEg}G7}uPd;3Rr%~a&)C#Z-6n3~O)IpO$q=BajX50bHS z8z)-VDMI@nSg(>+Q(PF6D^DELZyg_|N-EdFq(|{-)BCsF$X+J1*fio#C}PJPf(St_ zmV|uzI6z=b^<7M`1XbH1fuHPj>NzP@4_9fMRKRY{XG&0kU?H}>P2&t3NKO;QPyY`~Zy6Bf_jL^`oucFb z1Bi4F-5?+g(%lWxHFWc%YXAZ1?hd6}KnCgV5{B;Xc<28<_t)#&waz}f&faUqobh(l zy}ZrBLX_2$cY0*t=r0HC4dc@tjX-~;pqlP#NQYW=*2ciTv^s}or?mBZ6m{Mk6DE0i z8v~_j7vR0GwF)QV@UW6A1Jqza;E#|2sn@<#c@>Q3i$iN4c`t!|Oy3ipG(f~@q;_!&@DZ()fke~8 z@+P&DM}8M;e*6$CRf{sqJdH%8-PuG~(oDc8f$Vfl<)zG)YY~n=A7YU;5X}!R6)SXn zOwBS4T+&MGQsf#J5Wxuy?z$u5?{gsL`O5DT0=&JYg7i7u`^Rz=ok1im4NiEVIJgH{{ zlg@Dfio7$xyqb+uD{Baer)3Y;v*aXph+xa-5ydc)GTt#)dtB4gda907nJz5c5%(yX z)9ycS$>_skBiVd=BC~QavW$o8GF)B6r$GHz(R(gH337B11NkNL$6Mn{Uw^Fxr=a0GQt@%X8`Ej_C z@9D@-=~!OEf57%-qy#uAV!)O1c0e2RRp??3inQn0B{=N!Sdt0jf%^UIPmN0#wZ)C? z`r5S~AFVHN^!WE0VZoU&mXUZc_Rl>oRTI9{FHhr>A_%5N$g0JDlr*)eM>4V|@EO~3bJhs3X7(r`0 zD+>uuwVTue#3uXVD+Q7KI*9GC} zb(yKd6}$ibg|W+Ol6;8_m5rK_#3H0qvyYCEtR`eq#V$Ae*!X=$Xo+{}lZ_sM)z5)C z0@}AY3ib+5bOZo2SkE=IwiXw;r?cld@#E+J-h^*F@~?D%+Vzf^#g{jTKA7Wi$~cWk zcl_C^nS5}Yrz(|1n~EeWSbBB3c$u7h1(57KSyxES@&ii%E~z%?y+HrG>Mu2F`{4M(=J110}03 zgsD51j}#cL$bA}w@42r!@c+|vpx7ZdFc z)_y%&TNg#j!ZI@;7ZHTW+FY-WF(B4GJ4FirF!Buj@cfu5rsgy}MU9dblJi#x@r2b4BWW$#oK-;r}6-ZIVT*C^g+T2{p>y7bCNC2%X*1@41^9 zyD;LC#x*MBj7vIdJqVgmQfSgyMED zv{$HgNAO_P;q!_A4jPk2BOq1U{&A8{5+PX_x-!E;nyJ&UcW6YFlhfDCT847cd8P7; zX!XxYRLL(;oEAfoVQZpyOA_X-c2FRl<&LIrpt)-Eg(noEk=*RyA*gHg=eA?_H*yhb zZEf$A=G=mJL`uD6HhjjBp4am_mde|^VV!x)0nslroU-dbxqmFc3N`C1(n{^XMv=%D zJX4XQs5k}@P#VRGhAO*J2rw;K#y`@RwLGGDp%K9h!G?R03*im|^RfFizP&-Q8=&3?ySrQzE9N zFIu1zQP)S3l8z^>e;hs`W*ok6cNK1jTwYs7jd0*iFPbJgm8BY@A9W~U=Sr#jHE+bS zcWdgabw>6p1h>ZYh($jIn(G3<5ALLMzsf%1r9oK-Tz#X>KCJ{lmZ-L~wV+&hFDv<~ zrqr?B>GMLa!=lc8av_ThW0R(f|D69e+F|(uOwkD<{z<&g0vZ=CJd^Sf$(1YT~*= zaxf=U9xcPLun)QNa_kdeUatvFRvZZDJuLqjXQ|yfc}MTvPxoc${e(GMnDITF{Jx*j ziC8izE}s=@{(kh%9@+WWjX#5uzR_3t18&TZqn*FZO;C$T!AyK_vu3arD;`{C@N-y| ztQIAYkuEt&^YCZnVhi+E_6f8tjhBOi^ym1v zHWWc|_dWxB^`xijwKf@hrEDzU2zB|CAf*>YMA&!TU;f0==iV7{_d@(ll7}%LthJ!GwpsBth(-if8RX9+Z zD6$Rm@X%YI#!;Ww7e@xNWMClcMZm=8jvJ<0#8>JKsAxpII7 zb4v!zB{%L~tw6|-r0!26VJx+ZN00b5Fi}76%v&++bE?JOPs7FdaO;NU&-5|vQ=Lq( z{k@L~aSEumlo%q6aK&ycCMM-m~6(j65ueytnm&Ogk7|Cz9=Fb9kt_aY_(|? zmQ`CcZcGnb+_?XW4>>)`s8#Jd$;^KLwwI%mLk%a`1q9fJ)UUe#ru`!DF2 zuwWD&fMB~W(ynoXCM_?eQ&615iC&qK03p$y`8jqjLaDVngzR~?pLbi%T2^t~zfCT# zulX0+>Z5$RI?AvY(W`H3bu4>OucIgb(*Zq z6SqZBZrxf)d|Gb|v*kL?O=n_QQHy^vq~%eP@MjQ6h>7gwSOG)oeb|* zdt7$-6mn`53q!axvnO(xfW5Jvr|8d6$^he-2t}d%8wazeZ;UP(JXY@8k{`e}Q)EdW z26{~8QRY5LgSy04s|v%Z6AzqGJ#`q7;c4>zWBtnV9m^@nP+u~CJ5^Dis{37p?Nw3V zz9>W|F0ER~sf|Rpn!sX$T4okC_av z1HFgUXVz>>X42Vg4WR4!q(0i*9lZzRmdPNHDyzcpo3nSDttfN|rrai7KxHwFip){A zzuXRxx6=>Z)#X|(opyC;FZk)|IU|qdfx(fvSa>M=%VOJ7#FScjLx$E^GOWk$!~Qmm zH#Gj~mX3C&0w&-*++4g>iJ|zK#2F_t``d=gJfii(ueXx&TT`t+B9F7x_e&9mHPDh# zsMUY>NEplSVW2=wd|MOWj+cP%TM2Ob>2b1|lAC^f$mRwAubXgnsAX9nV}GCkunuZj z5*iM?kAI$MB3>_o5d(fB#idN0OC%5keH^8Y{f1Z1tbmR|tXlW=s(#H&Y?!kFl`p+SEs4SpK0|-|XvRi&buV;hY!B=X^ z%o#_|>ZM)i;GmN|89qr!8oEQu-*r=R0b(ydefzK9gS0_`K=6}6&)VT#9-V@(T5 zmz+rA_a#om4pZ z`#!MOI=x#YpA<$+Eep!{tdXPM6N?Zo^5@y*gLIOY-}|8Pu?uJBwfI2$tWKC67&s3f zP@DLbVP2wH`$*+?cNZv0!)6^q0S(A~+5d-CW?##DpPwC5+0?g}*6UnRPN7T9u@H6h z!v$y>Dm%+>ISp#I6hN`JyJ9CD=wt;W{k;{XU`x;TAkh)atPET-jod`%s;ONq8FHW8 zTZa{t&$^#H{KsqS;seZ33upU{-uP2wkz8$whqn<)m;60In|{`Pw9~K5iX^eWW(Xz_ zYVN7}F@{;}el!53=x?K&2U0x_P&w7RV46b1=Mjk1HR_GFf0u6b|YRx*L&z*4K z&J$~2d{n6Nl+r?!n1}Y1;u@j-tS2t37 zM#b!GLG(FkP3&0ffW8EaT)O+;9Ivo7F3@cvyKBCK1;qfkpf{hm6 zardA9VR5lb!*pa6!rt|TVykM@``dB99~8Vy%V?>J5Vl4sf-vxScjS=P%?|0XhMA7= zC}yJTr@3AJ4tcYLUBP7a#SPX@^r^jfdgUKmi z0-uR$R}Bi3@0Y53mcfQ1A|d_%eRyVX%LEUPs8hYU$@Y*TdbnwqKa{^c<9X)hPiM8z z<=TkpoCFeo01Iw%ufUP9EdPi?EHV!lKL0=WFDT5MV~L5jDo$G!|ew&~}E+0U$cj+px1+C~IzMM7x^JJ*xbKu2GpMZk*Z7qX5V1~45XlNU*H>h;buQ^4@OKq4;^boC@+ z&m-@R+T&1vFuQMaZ8l?6hwSq%d0}}GG2uyTeQCOXyY*uxSqDTW+l`VeRLMpHM+$*3 zPra5_{soI-!ml~BBdiE8r&xewRFQZ8s&e)&3`~Sx0*RmzOBw$wbcXr`I*QT4!R=o< zMFU*MBraJ2U_CNiv7N0P-(O5r4z%3ZlvH~Pbexo;0IaX)6H6(Eh`M#_U_`?d_#vcE z!Q?!zM|M#Cab)39!;zK*C`(8~{>6+RZ~0durS0Wei7aW+uBhr{daC z5LQDDnHXzz9_o>_=`Wt!TLjJa{?8l4BV3ghP~=jPL&>vY5+Y+4nz<8i&!*t&Js^K6 ziEG1jZ_LsA>8lEfh8#z@OmzPuEwG~4<{?#=~ z;6irqh#a*@ev$F|%0>1%+Z=E!cU~A+{so23JOz#(o^ z1LTCvHA&UKL>(nm9BXj9sD#Qil}ci`H7a~xgDsTLd0H*x95#mSQk&vaqA7zjB0ZPw zgUx?)WD@KH%Q z3Uv!YcB|Rud~hpupytzWrL;Jy%L|eR&}6F2<|27-@fSLTJNq@r&BNNU^9CVOb%W&Z9z#}E&ynsMb-M%7-u5gW+1lrzh znskfz=p*zSRAv%F`u=TS0N;eY1=kzXzevSTK~)sms|-&)$D>yUqyQ4xE?yepM7xE) z*r@m;c@tZ1u6mb7vK;IWWq?Xqs8srDHyvpyG)$M0M$7t~U?q~51pY&0cSpEBwJYMQ z5%n*IQRtyvzcMHK$xP2cp~|snsU6UNt-~&hs0D_;<4~m4EG$~6>Lghdh0snYF$3_M z*?rc>7?R&Go=TPuqvkTt5BmHZ3Dxu}A7?x1SCbv-lQ;Cjf}OW+@Q*kDk~~%iDHUjr z%bNXZ$`y`}9h^P)))-*Hg;NF8)|>?TW!xr=$G?)iyspMm^^pMvXf&bP+Wn@$<`N&W z;PjGq?+kQ`pS351B_DATogZ-8 z%uEPTTJZF|F6kU}d7Y0Ks?4>>7VEGoF1Xs8=tQ}s9-Wnav0$d#Lz(QVe}1(M4G4_a zNE5srNSF$n7|Na{Fe(=^G6lR|cGpx^BG)7jKY-UOAFZAwZttC5;L{y|T2&FXNdO)m zzZU09j>%J4`KYHmMQFbHRk*TxfEd(V_AlSyj|R6(8{WN(h0O1=gTQ4tMYAm@JGtbV zY0y}|@B7x(95a0VML>kCBS?n(?$&h%A@{J^p}mvX2rJTS3mi(s9!2VIjHKCI$Y61pOZr3(c(HA53;DYLt zG%P(Rj`cQgR91tNF>fK*iT)LNSa1b%oa>gTe4ohXa3UK1?^KwlBf{0T3EdaU$v$z+o9zM680W#jo8M#ddeK%5# z5c#R_H1Zq1Sg@&}LpX}(Bk>X`HrdarI50SJL$8I<=vJ90xupnHNIu85iIJWX?&dnZ z?DycA!S}uxPk06H?I~nKCgY8{fe9GsojGUx;#eq5Q1_V`8@}-IVXx}b&WXwz|Ag>~ zJ;p@IP=v>r9D)@TVV2LzzjUv6s2cd^pPnjfpK_^-*Y0)^-?zG-XS4EmXr3bGlmoA4 zwL5b~|Fm3TP(IlH)9=!rVtIM04Ep<84T6SjvamezYC^lw0l8#_n6V*W2Nmt@5O3SL zAK({TmTk{}Wqx1<+LF1NL5@`Y)buG~KT-cXNckd_nCki!s*b(Dwq?t`d%#AM4jZ7c z=5~r?iGqY@Sh+5T20BEGG&Q2+hV-GI&ia1&j0QuW8DOE6yKs98nIGUl`PN4o-qE1v zemiX8;Am^N2t67}a&6)JOg9oxv`H0vphKz5K#t#n_D8|q-|4YpeO++T8Z^0I1A_K_ z*UaSoXBzG0mn#` zGE*DC?rQD23vJJvR^TbbhbOk{m+2aznR)ptpN_p~_|d*u{haH|{liHEJPunJQ~;r3 zc34wlt}T^3u&;IveowH`kv0Wlo-n3zF;fx%mTpz-#!^*-&rdW|ieg75|C2ZY4kRmx zOY!~LYRfI)%j`*)WRM&K3gL*OR$;mLS)YfKKgpUK%WKmDGLNVjzIEn6u|0fNOV6QU zP8GQHykeg%Xh$xES6w9X?4c~BaU4yRe_C9$GP_u^Yk!SZ!VTZrzWalg9}IGQhOCn0 zK2Hv~zy7J;3&egiJ`Wkqgr4X6KTPJ%`R~Ttb-mI&46{GSaJ+2t!tQB`+>lpE_Qcn{ z`*Ux$yI=JwF3yQUAnBX4OLvd|L44huyu@-QVthKoz`yEpykww-w>}T{p*OET3H~HS z->+{q(UoLr??thbz=JtQoQ5^Z3q5GH2d%SgJ>S_I60M!SO6Xxbw zxauYYyM(O^E2_odjn@+Wxu^Q1;ZNG|9MXtY;AdH-mKf#H+E$tfj!cDM6+ytjY)HC& zhsZ=ZG#p|mdH*bsKgy#voSr7TPJa69-BdIU*o9)U&UaWZp5(+fcUffrmjAx(zU9NXm z0HMQ#wal~Y*w9k5`X=3WF%w6fDRo+Mpy8oEEWF;HguO@Cj`|T62P^|Y>(1!$5fll! zh~E931<&q6N`VLMDe;JaJmLY|Va08qHz)L*8Wna6paLSJiSZF<|%D2i_^w| zWipk%e2v{W{p}EUe)@jwgW+oi02eyFZlM#A;q~XGu&vv#__x<6c(j8Pw>Hr~QRz0$ z4xSy)WaJ>=ONH20FH8tmFvA2n)mbPCW*Q<=YE~KkcO1D(oy^Z$0eMI$j`G%|^- zxfD&cN;{_N0Jry!1PGXv`|i}Jp)u(vNgM3}Hf*OW6!Ey@r_~Hh|B#3sLUv8BpyGd8 z)-F6a9WkM9V281zUyGKGot9pXrEQMczSt*y^y>Nb%zH);D|U|z`j7$H@QAIMr;Y%j zots8}Qajy#lPvOIacA8B{emHCDi|d%mtJu6hnk@j?nN9DFG_)WbeGc6OKQgYGytE^ z!?cMiASol{RN&o z@Be(8wf>6GK~A!Fp?K9c0R}$ok9R)+0#!{q(qHbhDKvy%QIsDZl9bn5)%<<77mD({ z8l9dxe+w*SBL#gadGrbJdM~D3maEi<{csN&<4IIt`jAy1L2%T=B9Fvh%R^cr0yW2! zQBNb=odEIlEqln#!j#RGg^cZyn(ejz*oNMWGkn2kf^HiK^)I~tp`v9>+z{i&5ipg?q0cB+Y= zPju3t(iCx@71H5`MA0R6?bSHn%--GN%4pDm!sfsfSvsW{5^%HB;!bu}2@FAa@K+&8^W!1CUW3BYZ zf+cg-r|EQmu8|dmd8_`mA^yt!eZ7E~G;xEc0-jp;qvAc3ru4tJXRbpSA9>_V`+WfgD z2zNCDa?x2y7FhrhBxzcN1%5Q_q&b3{XhNpyX- zEf1WN5U`9(GPO-TnMr{|&%L;$Qw|H;hRB**@PS zGHH<4p8liMB!oZ1S35S21b`KRl6|CIu}JX$n#9__Fmch?q?=p1IajUEQ>vlqSvw|@ zjk&>G$j828X_;k#CvMnJ4`;(3m=uhaRx(|SJ9<kgTIXnIDa6?BeG^)MqO8qvw|VXsvY3rA z1;Q$gpB{)_3jPQfh1sp#O;^p~dE37%?|1@Y`Gmg{6A?0FfxT56QDRZ)Griw;4LwC<@N5#B zkMFoD2K?a#g4X2M3g1!(;6-mfuz9frga{>kFefutZ&yaT$N09TYDsE~qhc&3+9AaupaHW$H@SCtRXAaEymS zSP`o$8B0EtYi_N%jciFoEwf^n@Vxg^2lCdNq+!OooY3aJZY;~H_Rj6JpE)0iVa-lH z7BIPVBPY+9bi>2_$@0VL^W)*{ptz{idoxq2E{YMI)mYw&Q61s9dG1eCmI(t;-p>>v z1D@!$^B}?PzPSN7TCfJ23|0l~Cg<-(Z*;5^5|TW(|5gk=22l`%vCnx0g9-G$Izf2- zIn9}Y{O3;p9d?|9f8Pu<;i3XfV*KYWBUf7eJqYN{m@bzAo zwRn61_Aq{1X#FYXw34)?ul9kFFKJ4JDqA&M&Y$)TxQ+bbi*hV1IlO9OFjs*;Bh3~X zK@ZwuOkR=lF8^JCSkHTiYGQ5mx+2)py*cK$GmQ z{U+<;FLc9QAWzMZLje>=qBm~}0QD0a;4k;m(*;`m?Xf%ELD>D-rS@sdW1|ezS6}8UfbI8aUG2IpQ znYMiAb7eVowKdAKZ#tfNHNJoSyjqvT`&X$aeW2=5FRAJpDzZX;_VN@kf8E(NzpAu6 z$#~J(FL-dfdH!UeJ1T0_%}z&?Dnwvjh5IJxyw%XU#uuBy(zZ`swCT!&2MfQR#Hh0H z!^W1Yw~Wkg;~3cUh78HvwlC^5faOZ^O9hQWPXG?Iu=(-h#)jd8itPMA06QI-?FApU z%J1mF_F=Q#mJAo_2$a6o=xYwn6FsBs{`PgYYLwPj@{Jb;(ndwyWeKh7$WzDS_^pWh zXY+{L&2XW%a~~Y=KGruOS0f7TIK^8HQf=#MW&V3n!G9g?!KV)00IR+N>dL1&zqiS< zwE%u-meFWe5y5OpnEEB{jn4Tt9bx~+87edW7vnchl%f9uZF>c>3|_8w*I(S?@Yl1zkiaLZ?=86R3Od%Cs?gUR!yUcX-% z0VLwevb0IMH>-*Y?72svZSuub8?TyL@!#*Y30MuPXXAS^Wco#_h6C{F9IQ_+^0ne* zniBXW~GdfM1=yK6LVpAp>6HRob6v(p&N`pPcMo3o2%q*m0Sk-A(;UG;rss zk`+G8Ov7cbB!np@m&Do1#~RofM9ccoaVksK{eE6^F7fZ=@w|Xw_l^~9@2Y>YB}|(K z1$PFrK*`G-Bi`9BA4_*=L*Xqhq&xMde_-T~sp(UNzH~bAnAKk=y|)-jq^OB<=~azu zA1!R>sPabdlbF(^$ODKY55Vkt)Gmmtf-!?{a8L$ z|F0%;kpj|2VW%B;W)xu=a00}GDa-pQuxGE?8hs5n?kd0D_%a7YD@J^x)0 z#Y*7Q-;x3h$r=mpQXeKi*(r8fPQQW;1Y$s?l5Ui7sh0vD+XJ7tLF_ND|J7MnDh;{@ zUk5ViyuJmBzcvSsOYgmg2VCWL%?4fwkDZsk-cs$=KA+$jl)aR`-j7~2dqBu*U83bL zVS(<2s+4`}=%AQB;nE-6uKK8jDgMN;x7K&s=Y(yYjzmFGD*#HQ#*+a~_KARgZ)BS9 z*^Bk+Zl@OzGB!{gsp`EH((qGZAz0bfvcN9k`A@&M&Qk}cxuQX+W`+#o(LsKkk&#S* z(TtgAK*uDFJ|_Op4rn3OeWD{^9tv*3&&YzE{+veyz5&AoYqoCipN8{t2*Q%inFORF zR=ziq?N}94QqQ}RV&dI4YcHiR1hdHVt_cPNC@iK{DOY_hrIN`274hBIwCFm=asm2^ zVmOcv_T}1ZAVChFfd{!G>k}`&fL}GC=z5;NVl=UEkCM9dXcBD7;G)6bAiI_%N{9tVkYx!Z-|OP?_I5vN;#awzluS= zq4v9KDP(UlyD^Xq_Ej|pTSB*^i>|^oT`o|iD4ar!rJM?C-qtKga*;RfnZYVD6KiY5 z4V(NY^NTU7ueG@p`vXCZO;Hbj`J-2wJ7w&YsK(j=4%erq%*TYa_c2NaI)9@rDeTLz zVHd!7gH07Z1R~)qBJl$L z)wP`$e!apkCL+hVvds$U#OeunQ|vR&8hCoBC_dByaTXCoRF>LMNYO0ANW8O7igMS? zyOICac1;XS%*gRPKnxO3>1qix{h|az-k50qCO|wo8cY5d8~4-DaL<<}1Qmbtq4|HO z>3B=qCp{5WV@L%|!Jo(vNZ>umG46kHCWlw_x0h;uCQ84Xx{ac1`Rks|KgRf0w3$Ik zd)kiZbX#Cs_C~c;v`Cd2%RLuRJED80yVGXo*DG86hHi+W`dAs&jkWgt%N4`}cx;3^ z8JWxqS?X@qL%c^H307`Qs@iF?QqlR128P5670h&?r9wE;N58mGw8K!B{HH^IQ_xN( z$`7lCD$`$5es<2W?$`W7WWod>X z9{fB!AAeG)$|Hpj3tR;ZgcN)f`V#xiF_j%RHx$yaw?{So!lYv>DdoUGKFfl!f>f8d zhYkPBWN}O+ zz3Rf>zEJB8F-^hwfBe$b?_6hM%AEghS^(MG|G*N1^XFJ|Dd>#31eBpzJR*ZFx93*iH{p5G-D zapc}y-2%$1ZR3r3^Xaey_CfXa=da^9I6W!fvxR=!{YRZf$RcmWV^+4c1u; zG&$znqe-@`B0xKXjVB&f?{ktFwy(d=7oOcX(sl`(W@TZjCH**JN3agt>aKn%mFBqZ zcSBAw=%dcG*(D$Q!%627C#SRJXAClFyT1xD;srq~>rcQ(7p2x=qmOq8qp&di=+fsz zhWVZjDi28A#5M=Qy7PQsaI zQnw=@Xfp>=^WAP-ZY6KsqLR1PuoVP|djgLL;Ecd<-_1rQHF*N&=j!BSuBtnguozdujr z91G`Vrt%Jycu9&f6lk~^?`iq$OM_GYZ#t3zLz#)rXQA_rLoOg9#d}5G#+?xwGaIam zE`3K1?aO^4s&8+#k-NR0fZFD?;%KbL_%RN=0mYe?^Sv;wh=w1pqB`nLF3H$18D=JE z9LGUWLXOLz_MW>Y))!qS*4w?L#E-C+1fTYM+EYh9hP&{^9~#GL`Yty5<_0R4j&`Je zvjYRy6WG7`M^{>TOfif{e4nhjrrUqo)3T(+cztgKe1MDTufQc`23$r%UN;AKJaTLU z1nt9^{Mr4K)zr`7k%8^lZB8M-1%?a$oJtHU7jkFX73VB6QeL-SF6LQ?9@}CahV(B5?`Vs@AI{l{PHLXNe5~I9BJ?`zGGz3)jfLwhN0qBV zaU03l=@gPNbXQB)J%0g(D3_mTA^WZuSyW^wFwMDAo`;D;%H!;iUvI;75Oawe3z6f+ z{Ln&{j~q#=Q9)RMqt37HF5TdzZjC+u@{{PZw}rlkn#SN~KJpS^KiQF?oWptoXBNpT zG4ZdqZSE1;j&P(qF&*=j+8L3rGdA z_iMuha_ju`hN%?ueMJt2m&7sQ1Pmla9P|mx_cdM4Mh$rq=)4CKCcx7!c}fRRrr`o# zJ090BV!*)P0dG0FXiKsK$2kt>H7h00ZXWiu;U^)ed7Fj+&)?lyEVGUNaw|9+5uX(FFR)7)vQHZ6TNIXj_9pBS zJTPr0ziY~PKArUX?c-4NL|)$mf?MKjZ2WPCn^JcV4c_=F4=3xhVX&<|Upx$jjGbS? zwJQ=&7f(Lg_>tRcZ++Z4@6L7^3+MO3PF0YB38vnNf!3RKv9ffT6ba?aQJSvYbE(+Wh)wXuwcStj38s*WCf9D`{!uL5H9Ve>g9}J^nz>x~r#<()EyK@P_!W!0j!W#k z?fym=L`^>nDL!1LPpE4PlGbZQ&$w7(YY_kQRZ2E-it$~mJ54^e7^|7&WzWEG)FT$K zPMavo`bD#>sLLXw=z2NRi+a{N!0T_)!BiZ_jwzPoRtIoOqaGCL$Uw-k9-4HNeh0nS z^$DnqI?z8|pPc8NVFDu33q2bf&@Pkoj`+AsMErXCoDs1E*HUevb8DP=av`Pz6(%jX zzDc=0+o`8{qqH_5acK9E18kddk_O^Iw4-hOT=F*>xdt2TJl1Sme1@tG=X%5V1gNbX0$XLBC1iN;(;BLaqs->yOOC@MT7;! zbs!lKP@uxrpC(=teaB&A`VRocm^u4~{G>L$PkPY7c8R%x+$Vs!AUi>uq(7Cf7rCR{ zxD-20NgE!)=Fx|@aq|cvBuhamlUMiT@>xa?g(&>jmIKppvcNr%5?YFEgAUq8rU1FH z(ZzfR9Dz5KlWzV$|Gl&I;WsbVI3%hV44oMk6P=yxQL6BiOCcc2c8E3YE?*&1z@}kI zv_^?ZZj!QH`7xY+;VTzpz&ftF3^GHIx->BuvxIZy3^E-ghFeM45%o?1J?_#g?|s_S zCz!FC=3(T&J}lO_0pY(MVBiG9vc;8n#IszEISP~3>a%R`){r- zIi`i#=&vaw8ZoezCOZGt)Syzh>*6TCCO6N>`UYFXy4xmv>08Y)oMD-W?4c*38St3p z9KKW4_Vr}*$<~yv%=$WAvFb|=L6g)TS51~qm7CJ7`5UGEn=zWCzQ{)5wU1j%s+6Oa zA`v`g>{9S=I+-lSN>HY4aMSh3yAIrcd9TFPG*6zPtfu#}KZwVy_s+pIz>?wX5J=IC z`Sp(nrj8l(cnF{UN&sx;ymON!d`b?GD)~P*A?EvZeUR$fixv+FLIoSi3x~=SQ)OK6 zlz_2AdIgLKjh8lUu4#rBjADv}f)iw;4g;T4Mqc199m$0}1b@BYLLkw?EPT)7mJYnc9V=t7<3w^jdl+wmWpLJ?;+HNax(5`m@nzTaTu9{PE0Wo2OQ z1iQ0%vGvL=zptKo)mI&*o4|6oHxBm3O{4>2&eYlpP(U7d&4v3dwy8qZ)1rlu`e z%Acc|@TolRYj36@xm$nV;9h`CgGy_=jG>P+0BlQaYxTf*LoBaP;y4h_Ec;|8&Oxmp zkvzE(5SwhDv@n>$ES4SBi3eY>o7^KUnibV(yNg@?SG;!Ilw;q5LqLz}-vphFm!mIa zF61Ru+=^GBp@*kAJ(~dwWIT(Zd{u*^_q%ki24E7ofv5Y(a8`oc3k_1rx3&i%81i z-iH(NTm;?D`N$D9pOD-23h)+Eu=-Lsn9;`hD_KF2VGmXcosuS6Jc+aZ<{hNuv;|TP zwgOTMjSNb^)Cx;DwkIwBKc@aNDvsxA+=mH-KyZS)1q<$OL4&)y2VdMtAowos8rnBAG0>aMQt>aOYQq1m_2VM2Mak4rQvejPH?MPkIT z%ks)7@4q2U<1#{y1;#$fWK|Dc;jbG@tQIkGK8DPVk9!RR(Pw?_20H=*0+VIP7sWIT zMPf4l=B)~WvHks#Ne_m{CLRKK^_yK@I+OhtV}5}?d?f~DS5jz+#5a+P4Sw}G0g8N7 z>z}6pZ>`Ec#9w1CmpQt%w5<(Cj{fo+CzfS49Fl(^>j8GI+a;BrtqQP{i?N)INYBk2 zdv#z2zQa;eOEuGy-Pml1_}iQZI_9l~|Ft$M8NJr{xWgUB{o}Mc+tu)|G4gMmG%I**qAZoEe|j^O+fb z|AypxN8o7gC6s?01JEosyNRsDeW*O>Gb7EbUh$<~HqDA&z%Leg|329A3vOvQx$L-@ z7-QAr?wT$0yN@}F-H9qYD00u3pCJC_u#QnKfr&KF`_}*T+NY`!*Ojv0IQQ!D!P?0U zi7~*yXKZBOwu=N}r}V3(nQ_Q=Bjd%%&(~NV^E6k?nDpto^(g*PZ6bb0a@Tqd!NPZp zG+D@HJdh*id3Z2z6u#?C-%ixCwz0BBPzEcemdEuOmj7{<{;S>Z_KV$osgPgScPSJ1 z;FTn_8=K^^a6cCBhgx-%O_aOxQ#t+dQrX7(SZTVC>cVZLqfk$bANmAVnHW~?Q<4O_ zmi|}}ml;f|B8;o0MaY133I7^P)_Wd`zE=J($TxS(oZqEB0~M$Sb%yx;D<)LM4CTg@gH^Tb{O3_XHtdyS&TzLT zG=Ig1SYbA|$dxMjGw4SER#gt$+-TV#nX3P}RW8~-I5h8_IVly8WG%KyIINKYbAfj@ zFEe!C?)rBieDb26ZGfAj`Zv@s2Bp6Kk%A{eu$CbO(Yaq15g_IxPOM|e@o)EU>2WbG z+as2psB&7P`*&sUcMYwHPu&>3r)0;t&NxR%r*ZMO;m~*t%!_@FnB}LIGW)4hQ(aO1 zW882?=)!M5adaHTgRKDH z3-6BzW$#+qMoX}2s)m{&5?gHSG5I?{n>wXVMQ5K5b5cynbDScWt7$MO4aFda&?U#t z9ck2K5bpbgL*%KsxFQ>if*b(6MrgFvSYB7Vhe;E`e@dTS057*W`-C4r0OZqE6`R9B znyep}F4kOJMj1UgD!;i?NBm;$zXUJmmLszEKf!^`Ox(opGVD(i!H?!Ums<|l;f4nO zBb8IhU#}t`)uN9Z8a?}nC$&X4MAVQSN`rvW*^ihl$I-3x?wWylkwSvz)S8At&?%Iv1y69kHF{ z($b9gX67<_BnZchA^1WGmW5zGW%?h&D6|(F0xBy(_>OF8SGOF%j@4<-y?u#3w*S|o zkX+UXpe`qkYLyNL{RBK~(Q47&J+r*kb-urb%_h)9Od5;z`4LBux~Lne+ADin5Xvl* zLxzPE9S+!<<(oxfrn?F_#(=WGbe^&4LKD^j(F0arQgB*yp9Sg5@xRkmGI>JHm>U&x zy?@q$qCd$5->I%@FAL6-4E=1uG$ob)xdU>HRi*SSMMVd`{gON*BL_`OkjQ51kqE)E z!3I+GW9l1AsW9Oo{HVt>cF6s0d#GeWxUp$H1|puNzTOpTG-rZ{x%xdbsDsdN05_tj zaS6X0k#4hYlANLVs^kjoEv3xgfq3w$W2*x1!%w>wfRjw?NE}>2zC_OqU^br~5p$Ft zx9gr;fLyzG#nB6)?0bj;-)Dhj#}CRnGO!q)YA_Y-?RLk%=UL$QECd$%@WT`T5D}6= z>2=#*X)BimGmn!y9}*>cAVkaVOPr4Lo_h3wqJ2C5=N}?v>YLNqJm?Kmef$|6t4Kf9 zN1J&c_TI-m==!C1m$3@`CFQ-A0CM3MPuCu(PURYf^LRo#nP^E=7T>OKf4eU=46fMc zV*5d1gTJ;|OQ#-T1%vaw0(CVD4y|qx1_$oD`j!c{LMVBl!UJ}Jf-fu&n>m&d;4|9+ zRt`Ay56j>WI5RDLs3wu|bT-D=X38-&4!t6mnINmIC8HvbbQDrAWbZvd51OZ5%QZOW~cPLt@R%fM7Q?6 zPUpyzJj>~l9|A#|Pn9uqxQD8J5G;+IKi?xXprlRQC-Hhmi7K}-89yhct5(rW64tJf zk1n+|G&pg;5r=*5yLY{AM#g(Jh*FufJexd6bzkx>#6*S&-6yMLmH$F3&1(^?DK0sOhK@10qqJJ_@jgBQ3M1>XrGVBYSD?=VLmyX%9ObABxM zozMBh1zMbHbdH2_ie_ipy)>xWg7_`-g|n+Ea8i{Plv0h_qsSZ#Jc`vwn}c<}DKQt#(+8chYV2AlD8{rZNd z*Y#z~KX(G&f($7{bbZsKMWvh12mVG=B#HwMi@Uw|&k_^Qkcy(yA&UQ^_{;$J}jR7?E7nu~hWD1>7AU^RK z@oyKTK6C;?bP;fa0S$g_3iqqp^IkjFH_zg%iCxL^LZo>VzA9+9`1_?O#{t^{C`wNs zvI&Or^Z`2IE>M5KM=4~Fr}2Ws!yXYD|X~svR)gxs=wj9^ws!;LG=CCe-4eWJMe#Kkm4)YL%+(Z>Ib5k-- zb`sw}dg^~*o4kKV2e-IcC3i?#q&PZcx|C(FH-oqJ>t@`4A%+LdJvZ$Sr}H;bfaw{q zsry0d;n#|Nj==HItE1V_hTlEoA2?b%T59bLjZI#ByKlT*I!3HKuX-%CJu=V8V=nl- zI*l^6444AfZ6}T#nmcA%_dn#Fz6?wawDXQp^40~zigRl=vEV$MJ%(n>3-M0ICY5-y zFm8L6gLUwC2zo4MC~um_LF8`7L7$PJ@xO3BH2qLaB<{G+R$K{vLN9R47f3f}TbNyr`@b1Q*xJH>CahZJ+@tp@6u-#*p%n7<8(=H5QTXPtgyI$1pK!@Q<^mbn~%LU`%i5{u~+pO2b8 zdwJ%)EC1*CvH3d&8ImO_5$tdXjzce+9%)vheefq2%UBHdA&moA!j4+>SKiixN$7{b z4L?U81-X7-5rHOpS-w6PFWeXBTh?LYB0GW-kb|Z(3 z<&yS$61BkJnktXTv=7L4J?xF*0pj33PecC|cN>9~QRCh{=;L4fama-X(SFOVM=mM% zujLTIra1sDxr55*59kQ5C!ET>_wJreKk>^k~xn16>H`(W5q#NcdX z575lO#GT(d4e$;DIy09!l2!1zd(t*DXx8@PprJQ4&XFwJHB7YXLtiaZ@q}#hYdXw{ zh-AU>fLdCQp-t>Jvp`|}jJ&b*jA9=^p3)D&Z;li#kM@?tvC$PlfteX zD+6iEoP%cd{qpGM+4Bld9E!@w$8gX0uAYt`5wHEReH-C>@LaEJ=0#qb|@^Ke}m zPBQiv-QTh{F`g7e2Bs^$rn$AumLd8}qHceKN2aCp46(~gxgJSz{(v>=3`fp_9w2q?U_?*`!e*j5C>NX33iVNLXJ(TO0J2`(znrV;NX}Np<845_ZQ}0 zAU5O00N9&$XNf^5s6CQko#Jgn@}kyPL^xAv&cLkfbU4 zy(xI8N{)($`t6^IW;j1D9m|>5>?62&3Tk?_IZ;8{cB#8X8PQ9=GGffXgX0_)g*+?1 zKxrYGYs2?G(5+{pc%R$3G_XdjiE_hGZXk9W(p{J52!A+mpOC6NDJ5L}Ihq8n*I=sk zJjL5DX7_0!m54$#_vAXa6XGTe8IgS@xPHPIN+vnE`s<(tASzZGGB2flgHFB2@;MaTt9|TtqzZh+p_#Aj#EumPusi&cQd+4 zN$PDh&PosnW~nB1CpaN1%LWwLN8i&araSx7AisX>zN)$KNw_li8`-r@V5Qoa%3Qt5 zujvu)5xrY&jfw`!UW;REY;tPDAR|w9DH|*>u``U@0-v}fS$woooSE;&Y$45dvBCn zK-du+R^c6Rti!~x$%QD0`E}a`Lf!%8pyLuHvM!y(=7U3?@dMxSoK8~oi)CnICPR@j zmlJba{=1$qIuht5vQ2l~~XBtyT&L(hl3O}N%? z9tnPq>Ao}l-2n|CIuAq2&`zcJQblhGZaNjaLdriGntCBx5M5gGYZUk@yIMYIzE@IK zwoyHC5(j;?T1D#y^1#42rhkbx61hC?paiG)v*G!ZV!E7=YLjGbaK+n;^C}M~QP10r z=B(dFg&8z&hSk%{i>8n3#)U}5QegYTCN3wrAcT6wV=N%BoJ`aNhvZ_T#S**_D^(h6 zzh0u2(R2BjDq9a}v5Orv*W`TNO*(ewTpt3eymthnQgP*U4WZh=DN{kZf#Ft>>MVS* zty*5QOTV^Lxo+v`>J6fJ>(fjzMA!X#e>5sxUQmD3&F=&K zEWyc6U^Ym?VW|t3=%M8e#%PM!2ctLFJ`Fu82pkxnh{6Rt9myyVny{{2w&?^Gvg)j_ zSBL#14j#Ez7;oKLENaGUA){e{L^{-|GjeJo{phpwSMuKi!dOUHD}WN!e*vS2Lu){< z;a0C&5RDTYc+J!kg6R{0lV*v_++I-O;sBhYK*bseBP~&O?18VPXojXbDC&Qd6-)opbfp+HA9+VC zO!M!&jD192NJo~Wy&qvrq(tb|Y3mkp*#}wn&L||CRgrZW@VhLS68uDBY{dkwv1aYK zJ^1rJ-@)# zef!VBN8gb?MPcviuuvqMOLLPn9so>0mH6`C6`!I9fnVDjU04$Jr0%;+ zxpSY|<@TV&tbpk~JxXd6xw7zQm_0T8=NRHokPiu#^Z4wZBgxM?AHoa55YRI*B_Q7x z7nG!St7nzGB=ZeFQLbT>a|ZTB{ifWF&^pGuSzYbqrKOW=!q#4XCa^DBzS47bKk4-! zxrVb$`5s&RYnxz3_est|;)7+Eu2JXhOFJ0qp#=S$I^n#8V3Vz@`sFh@3}%3X{P_>) zVvkZ_!A%4h);^vmrFDB7(1*-3)MCFn-Vv7R^s|?Y_w@a?c7f7}>ihozYq*uYHR9rC zQ=^1@YRruC^Lu*0T4!KuTA#p^daCXJfpjjo7Wfm~I@B!UAR}m}Bz?mI5XrAChs9b6 z8GQnx-~400-Bi_at-4g$s7H z`;z>JeZ3vym*57?pVM)!%Kd>w$noT3caQk%3=G8czJE#|g7!rdvakS1^-U(+QW9r4 zP_V4?CP}Xk~kltoFX&3&ztC=YB<`I$p!5Z_D>c zwS86+k62=*L-)QH?q0qd%rEP|lY8sO3r;!RgZ4IJkh3|H3M75TM%$wK?{Psv91%q; zdA|HO42Y57jrX5p3-8cA>1&OhthK3Q*QvHzKA0Ort|&iS7A`L;_00UHnscl`=yQch z4*j3x-QSikISwJV&lBSDvq;(R{|$BtQH8Tmr&2XuNCw4$-@O-M)5ht!Ew|NAcGPLY z{dr+T^*^~13Ev*7v#s)>E$|=bV_qu7DZkj@bZ=g=_X~h}maX%aC;KY}Psxm{|F6m} z+~)b$r~Q3qu&_ZrYXlf6!bCsCT^HNu8pgz+;r68BQKmKu`Ja$6+y)*0R})CdpG3>R z*u9-$ zMWg?&e`VxWeldk1X)JkS7}}C7P?y(C*;^}EN@?V|xH_mI$?A;GVbm(vOhqVVhBA51 zffQ;4jfu<61bU0V5m$M+MWhXC>#&PRJ72C}twULwdyp)o&!<5g`QB0}h&H)*CE|TR%?PqHa%Y1(Q-HA%mutz0T5kZYiV4T;lVxgAl z|3>wP!LiGcpxQ}EC_lc$3V^C_+wqY=h|IR0YT^wEcqsrT8hk~9hfw4N+h1W1A zIb%BiA5j^)*eBtige@DYi#Gt+=7&4h9lW8sbh(}B+NeCKe*Txq zUhgtB!IV@312CN@P_cchp|>gTxX(mpI>|S0ISK&D9sdWsBBu980fk7Tr0BN0Q5?|; zldG8HwzEBe`pU)$wa-+sSam5*9U7&#U}V zAZ95wsN^=rM;IhYJw3#Hl`C&QCvvASuf(FFa-L1S6;WN&{JA_5xO%CJ|FK8{blxg- zuu$Ttk}-Ac8J2Sk7;-kFkK(#o)}=pN8VRez7@d5cym+<^qn{JVE=HBEkl0AyKVYbH zo@Y(LiV(FUBO^m>=bQd6Q}>%E=Lheke@SP$esKDEGWiO+=T~xujc&QBeCd@Yr|1S7 z{aT}F30{A)g&27vX*P6|g9GI5c;D&OpNgw~gneBfax7?^we4BkFOJ0-)}lKerH%cvJRg^6R4p+!iHty=}*%nw>^nu#cGoa z-Nun04Eu*|s9N@K)$c^W#!=lwlh>Oo84BE4PtV~~;c<$*OT3`h8DbjauJ&9#1r9y< z^5Ms8^nRxYaFXxee#K}?&<~#5vs-bq;6JIr$y%q{AU-6r?!K8_>HSAIyd=4DwFb{@ z?ccJ)-dz>PsEirqVe7% z23)!L2QK*u7B>#Y94CqynZ@NVIGF5b+gp9qC0uM2ivh>S%?p1%qAST$%hC7$*E!r3 zNVq6WL&i zW8%((sgu$cL*hd;HTbo)YT~)qs~ju;p^(vrWnaH4<;Gn-BJ#aZl}r_Yzq`9Zd?_@| zC%~UAWFu&2)4MUlmoUw)M!lun=f7S2`C*@Xf+|2A=lp69FIjo-8fapiKXYoo0fLrx z_qXC|^$&B#SfLc+zK&kb_f_nLd8y3X02<5zNd6%`m3Dzzk{W3!A7@|?)8p5gUDauna+!>1oF zQ)0uNT})QR7Z~?8y#Dz3^_ns>U7D9D6R93Oen*u+{(Q7_e;Dtv<26i*R!^vH02N1g zVU=+Jv{3&M1k^_p`=-V8J6q_ECWVw&HK=s!ZB6vQL~T!a|Z z(lj0Sw{gX^9%=c>%gf8Apf|_K0$nCy;C^s$xGP^WEGeH)DkYxl*HB5p64m7;O2=wfT3*HlCrtv2BRkWyW3wJVv>rF6DBepn zQ7R3!wJ`r4o6IwzGD%^XXn_s;q?3CG84=D$?F1cT>Dlk5OcyUxq;Wt7BZY$hf2AQY zTvclT_lcqf{wdqe!Ow3c{%qAFyj_vs;fOv;l8r^T5-{*>0j~<|#fuiEI7yDYCg#rS zw4FMym&Nzxeky@dI-bg2t3{kK$kOhD}9A^4j} z&7_l15z)W$9Lez^yR7}^kWs-Z*JX$dGyz8d^dzK=*Oeo1Df{Q*kKk(ZaE`znTVpJB z*UD#fRCw=3W1`httefrj-P=Ms^|mYa%kcIH9igutHBwDEhbB^OB}EgLrh|sMQt(~;JT1%ngyhitv_jKheuMD;=QrA& z@A})D7_vwWA8*Rw#{iY>aZ%t(XvJ!AUczjj)Y&Ic4Xp^-@sf+f#SuI-!G6UxL;ePs z@>ME^+$~I?Z@bB`1;UPWZ?}_|iWf+(x=D z-V#&`%J!*MPqB)%xOLydKL(VBSjuaY7{dLc*{K7gkDT#d8~%^pCD6>wTFV`Vw;@c!tn6F)&aoQLhL=pEd4SoATkh z`6JCd$Y_O31$K~u3zfzqvHbU4!oq(?X!j2qH`Dvy0HP_p{Az3c0Ti1&m-{I76|^1b z^5p|4)aF;LILq~P;t^W#_e(Su-6_Ll{8(2!iDMr`K}?cFK%IIvctdh?)sF~0_7_uJ ztRXE&8W=spcnpuneCg^~w}E@L1Jmnk!>Mz2!AYKc(~{lL=1QPOQiFR~dPWrQL3@T? zG0z_&wnXX!TFWpjUO5)=e;p!sDDTl{f0rejgCI4$mbG`@Wn~5^XpV88d0HQ{ zXjnVMmay1`t}1ej7mhblP8FSofAasa+ht6Z%5i}GVV`{0A+(?Goi6e~!>iPp3-z4F zHQG@DPt32Q#Xw`kwWNP!F;Te)ea0<<#+t)t5LK=QVSKnU$ZWguDngYLJ*9b-aCflu z2Vq2$0FL${vM}_&4(l3Cj5ZaAS#;eqLCl0CPaS71p}H&{|8|W`VB79h!n$XyC&PZ zn&yvMU&?O$fo~P##B7ctqM}yLF8UsPk95rmiY7Lz@p5y(d}tbdKv2P5p84qh&Q`;( zUi+E!*U-xpEzLgZ;A)0Adl2{N-E=GUd>NlqzH7Jrnian0lE}f{zpck_^t6LalfK>` zd=osfd}GF^`C6&=UQU?xaDILk5{dDJw>@{7isV`OC;Xv|LvF>vS)$6d*;XmCj8T}t zej%G0*`|Xv`wQ09eHTv%dK!V=2EUiYODbg=J^xhimpAbIZq!NBX$VtM1wgV0#TmrS z|1egvz&{{fzO>2se7>RZeLicZlfS1+4;**p0t;tz)4{ujE>||WA?&PUXhe|cz*CvxK2CEY*8-@J$iKq-4{8J+Ku|YXGVdeW( z?pG#d=)gaa%V=&KjAmwM^^P&c``K-}HNB?aY4?z~WOx-BhV^Sl5z0%oBeg5nv=>m} zVlcW!Af&Ev(}lFhXiEezITr%Fha4+eiB)8#VqLes*k*?DMrV9$CHv=#82;>-+^Bxd z{B2S)p?GYaDF}_OMSAz!GX9ZBY{9PL@2fz25>6)2&;W`P0%tDW8u31t5g`8U+wKJbjjDyR+>6itOhX4kzu8>Vtj;qyqXn9RQl&LO zQ#?_Y!hXb8Yq9V;0~Hd~?i)WXA0<}C-j*$0n-?IKu-M(_`?J^E%gsh_Pv8qh^+urK zTI%!E!rSGY7#V1+ZEp0dx~1@Io2{Wf!=V&6I!>+QOYo^K5I7_@YBJsWqnIzoDIawT zVSqRn2u{SrGQ6$o1cBe}U2h?Whgl&__)sxAYGF1;YBXOL*MukbZDPp3Iz5%Ks`XKD zPP-56OjoXE`F)QkaGe+Fs+LRk{C8p7mL1ssi;_v)SJ#Hf{*8K&eVltCbGE7+6q}*H zI~xOU)Ap_W!n*k?lib`G#d|@YwBkU2cQrMNnTLJ*x>lzvFF*Um;>90D_w%aq4vAPN zn9MIcp$xn)gyHJ>Waf_X{X1Xhx+1UMIg*SQ?a=pM5>xwv`2=Lqn#$P7VkzLD8TZOo1RzeykC+1AnQmE5!1obZO#qgt>TW;43lMt|ma z(yD%$I_4bSmW>0wYjwZraC_%;?R1&L{zfJ3AdR8Ahva;%r`N8FohQ6uzXrT0{ERi| zXI#gX=aa<*1u|vo29FZ80(ukGk8QJwX7LQ2^B!eB+|lX;k)1CVV{XYKRG(|9^7D4& z#1={t^eB~$DSs?_A`NLMuwRLoV8>pQ2og@CPS;B(>C;{ekZGd)natje1i#d`(a(UL z;0@xAwe$N0yh*mu6VC(z`vW9cOUR;w7>+i6wx8?l4VM9wsR8jb5hS zo>n5G-cTwCQ(rbPGg04cY@sF_?;2o{wi?gtQ_r90l_5Jr*0;e?6zIK8HB^&6u8(+X z?fYVS!G4KrL(TWqt~MQcMtl;9vgRDc{MDyBCQ8tPj}R!t)S2$P25c4Ta%_B$$_Rni z=Fo|pW~8V&qziKs^l?qYA=%LuSfbK$lxqvk+AFUy8zg_m3z3<@^g^E zO2gg?MJu^a40hru$?7v z`9$5|!DYfaxQB=4q`QVMxYAY~Lt4*>8X(kgIUwvsIB}Q6CDdHpWgt_H<_C zZYiolIoC2^KV>L9YhZ8d>r#(Ub%n6fgr31j4DneKMxr0MxIkrz?EyEf=&b3{bTatG zp`BiHtb3gdnS7&cZ%0bM-@}7XTiJ+&^gzC^&e4s&(CJKX#5d{vGI>*2S?gnk<}qvE z4Dvx`rAF>XZPE280_>e$wn)>rb}Pw3=am)5{j#T&^o%S-*ZB~pjvHZ)z`1j*rD|qt zsb-5tROK!WqeES0PgDEsud*G6;qScKCI%gCR2ElewmrO5Zt-Vc1n7ldq#}Jer|*T- z4^_nXNbcg<-X;iq*k5Njz!Cvf+E88L0P%_twoY$G_Semog+S=HQzny+TTo3FHUt?Q z$}<^3Tb2q30scIV|M%odR2BS&Jnzl-dVy-O%H=!sg_O+omQB7sg#(LDWhT^&RKVc2 zGeH}OTSmyXj73a(6W8z{rR(92Wa*%2SQj+z;W6g1$JC(UZcF}&~4Y}*Xa_JBCWPt2XtPg%T zV1~i!eK4pI{4!r7lanLYyBso0x&uv(S?K1aMW}#1{wj}ae0G$l0iVZ% zKIHT~`Qqfb#`4WM_dKliyrOk)s{+q?H;Qy&lWsicf!7jKDoul@H+NzO9Gz-88bRkF ze9?LyzH9;F4b5RO_P!C&6^ek1wv7#zu=DevA6G{2!N*v@AXGeM6KVdy4-7xIL9n83 zGW|3F9s2>`6RJ}X-FHQO5mh|$Nv(}0i5rV~hiw;VXR{w_*1{*+K*CemSEzNd5C|Yd ziu>AdOkVG92GWy%PxBA2A#~<7!dM}*{_*CM)l16LyIV zYm$x{7V%Y)2H#rx$c)HHmzh30q~Nm9T~;-R=n8*|Y*}J%*9_`E$B3eJ%Fn?9ZzPaQ zk1p#J&QPpY`MhS%EQo8LL6iB4KKl>m5njAp)JU98DVX?W8s|&qA#Efji2Ai~m%P&4 zqR~DbvB~YXIo{{uagbZ(zJ^@{y;b?C&kT7@Q9$@!kC)ku|3I!_MxARSh6A40QAtum z8_E>~ze8$?rgk)WGuDM0gfqgVbN*=2iT=$xu+SCbdxIybw1o~s_;Le2u5q^!DcGz( zK}u~I&+hRHh1w@l&-Kp)cL=zxBAuLjM`!D4DpPw5q~mqDg4;^DRu!_xaU%@Td3T_^ z_7~*A44FGD1E^?2gX#^}C@^ncq*L;cv32~AQNX2T*fU-S*=D5oE{3JBAw?ob&y>aL z7?KuFcM%)>d}JNpSt1woT}dtQ-G!r8spRA?%MOw1sc53l9P9NVd-X?8bqngV+5lU6 zpp3|*7y)sZiIIaF`*&S?C-bUD^z@<;qK0t(m;hHr-I|)*e)dPr08%3Ox-G>yoc`85 zzdR z@FzVN*%rV8W3rpYHhKD)V> zSdM!zfve=MtCqUM@piKaI;7UME1hdd0d~C%xXU3!avqyZymO!(t^u1Nh*(;|W!oh+ zpLrly+PwnBGr_e139{w~f?_CqLJv<_I>lH!!nZ zw!=L&k%D=ajlkr;6NlitLbfio7=YGA#msr&ZnK(!6vyCS2X2grx0AC|uSJ*V*IaDV z3cH-QhHDYkOq?!I)O?U`FrYW^4n*ubOK|2&_;wG<&^fEyx)hC>GnRGz8?#6 zJMDpr-yFT&Z>O`1`g4L2fP^t(FNN)uT;Z2I#8+E*{P1ubzrX4eLZGLfTgW5~wr4xw z-|7`=%bmL>#;!=3=>F%e{6LHF-0V3JJO_U6(8W(JJ42+4wyYwLHM?^sGx-sZ7`KgN z4whC_!yu6m6{6w*myZbxXEGB5)lkxv1D@d(!xCivJDQ!o6!m(p(UiDUQ|}h4v)?MY zqx)GC<@%+okugj&5FH5e$|7CgS!aiE(fZ;^PIlVGhWlX0W%t~oZEhl6VRq%LSyou% zl75+&62oU^s$n+V5ISyCP4BBZcp zAp#&V)H%46J{<6QM&SEKdA~R4utL50PZbK}+DN|h?I4=Rc_XnqjNLHw@5>WU*4dl# zV+eu0@hh#eS`;)E03%p4zWf@zuerbl+^bwD+FKHQ>iIAWb0;t_a(7+&KyJ6Hj82Pw zJw8Gh6ox$jEs24CkXCs|Sc2;uy~$CDl)(rRSA zq->daH2EA$n;Tl3{MqBqU%ILHWJ&tv*dM`zNt&u#1Q)SZ9Z2C3Lmx|h{NV^lxBrmM z)6burU#Bsf04WbQf?(V6xsio=gKW%t<(2n8eR)6d!fQ%M>a00d{PwQ-q%yC}VM;hv z%qbm`7}AhF{iHf3YS=Bu+pMwyq+bRLYup&so$O^R_RhIX5)N%mh%{s_-d4+s=?P*l zk-$QguYFB_T@s5wU%@Rr3bx+xwTz#iImhhPdp2~jFAFU>YB3%CDe5YvhcVZXAh_CB z=A=o*JA!xxA=g1V16`0OS^*D1G^h_F7#eioXgMD{`D-ZL$?0z6?LbSojS?tn1HPY^ zmHTr)JH%h9s|Re^OR4%g#Ldtdz4VI1-tE3k;e#e`Ur%>FZrY1-AKFc$!rXCoZgAt7 z_66YnlQ4Xq9-M+Zp%GJ&*H+K{QEMd}w`c+TWT{{hS{?4Ufudy%hjH0GY}yJbMOT?p zdewHzjlMk~T%J&kj$vrm=NuO_@bqBR+lMYvW6|TzSJxG}m+^A$FfQHXe5TQkMQyM| zWT^gl>hxQPY}Z~_F6jzuDYVk+OO3+e%yEFi+27WqX}`ZE;8w+z>9aHPRmI=>j@8{f zoPG2C_QWCOQPK!i9JuXlyS7NFv!AQrcZ8kY$}wj!BXAx6L7SWEECcVgim=0w5ri zcht<^^zuEh9@pr+EibwXDChRP}Od%5Ar_PI#b z;<-yj^oo?JGyZxLQL{SnjH<#o5`c#Z&J9XFTD#bxW)FPZXp?DJd2>yX_n5FqYMqbd zaY{vkRQF-MVef|k#&aE1!xP5%+#>53dxqZepN&9XJ1E5_(Or`dAhDY*)orrJ|_Z7U4pu0jp7tKp>TizClCUOJ{{5brO zDh^T5gK>eEPcIF9+7XUR9>GadPq!y3D!hAyvlMLhsM>%sKD9R!BvW-cV#y8T1;@u7 zE$iE1YO`X`{TsMxc27lQyn9^qHEH3yusy$=HD9$P<#lI^Y1UJ3R8$x;3>XowVo*!P zhnU`}X}|c*eSO7(Oo=&h$4JHrvf#9HUhOe$Q1QO>nO2~;WP`FjOr#2J9hHz9w#QnUp zZieyt0|O(gl8$NIDeL2Z3!&L(QKg2ne9Z0BPWyW$;{5;|yuVF(6xnoX zNELe--!suxqH*{pcy}<5hQ^PhM{YNLQd^0t)|jdzSTK8*|NTh`0`Sc`RpQYe&6q!b z*xnSwYSwaAh}WP8YP?sPw>RXDQG6I7lr0j(>r6g)9r(wETLbw#lzi04Gs#N&h2xcO z1!f!z1V5qeUe!iVn8FF^D|+m&woe4ukldJ0eBmExol+VsIvK)l<(eQYYhxt0yo-R~ z9YGaOD@OOuM1N&MFAOM*ro*z}vzE)GOt$}N%gFaJro}b2o5nvpyEq13G(+IbrRI)6 zWGNj|_8ln=*YgLhIQsGOS^Ygfj#k(mYm8+|!wcaLx`o;COAq?&R25F{p}MCFH$dSK z(PRW(;&?ClPbDGp} zEh(})2hgc2b?liXY7^i~H7uC3@=hPqply<-a1N;jJpALsR{72!Fb7fjwvpT$Q|w;4 zhM$26Fq`{K%7;8w5$v)do~jc2f#2qLyxD!sfvs_Edv-v4r%F2f5ITFRfLh5wt0c}X z{bPV!{U3r3A%lPL5Ia22PU*<@PQspd)%Z8gCvH-^Fiwo25Aj1K_44Z_>hF$bc!=RZ zI{uK0@A)7kOOR<+Y&vz-?<3@My}tcGR*6Us8kgoPV-;1}w!m?&tGDXn0Q6oT^km5rn zY@_NqY_t*I(ADw72@uVQl5XNC&e(ino6^w%{))il@}O#V`+F;c+W{Vkq$ECZe-v_? z3;k-Jp^k-xuvzv?sNM(q2qa$?PE8#=(Lu(Ji+DZmEc=K~M2BbB07EwP#jpe2FR`46Q zC5}fMhceAzQDNW4LYi(&VwZq}rWhuwHcC~{i1{;E$VIHjV4W{U_WfBBS`dnX2+R05!|CE{<384tQ?L+l;eRl=kc;uygMOS@hCJYaz z4~0xc5e7XHB3%n2`TGX1E2d%de=y$aLUP*=21FdiYeA^)Ch1tvce?9tmTs>G`A_w( zWFSC}Mh&=c-{%<2GJ(2o$dp&11LfJ~l)x|3v^tM&iFtxyM{|It_MZn(e7M1J4S7#( zT{yfAr6`O1Cwv!;|BJm8yoepPHv$AmRN^!)*a z*H-X%*>k2Sn}Xki^({FB)%_BbBcV_?^=hjQ7XZ+g8F1>_|d&b;UL5JXupFgl= zw?`ftA*v7J6^=)%Y>lHI$JOlJ>nZ05KO~=Y z3>bcx9bdc@Agnt|{{H#xq1RcxgTRga_9Wt$3QBO@`Q&ZSak7P9ht3oZM910DeYz9M z&r2m07~O804G&QxpgBUbDt6%Gl zhW)qZOyw$;Ms(bxR|RLsil|yha(_oot>ohtF^2OjtA9Wl()7q{6JGjg^ZoY zM>F3p9$|?q!clsrzDKC^2)f3L39_rnOj&JcEMo1`UrH)l*zSN=Yq(8beseN5J#A#1 z@zCg6OAJTrA7S0s7F2(-XuyXU*x=JO!uL$_bBM+e z|10dR!Pk6?bWY;O-DKxHf2j z0Kb!7*L^?FE1&n}5B6j;J7;&#?0#ovPi7h^@Z)Bt0~;6`?&NX@b>BO>>1T_p9cyY6 zlw_6Ir_uG&T1&*$mwfJ1v<>BEj&Xf{yE1sn@_RaqQ*8o%L6*^%>dT)su%6kz4e}Ph zCf_*z##R1{VzOuZs&Oh@PItY(_ZCIzT-fUlDuRe8As*w?r7UMAD=*`l9v9s3N#FPR z25|tY_cJQ$jCAMsO%)vC!QSMMSB6*@j@oUFR}kB7MK@uLslt$usAbhL3&DLuACb>1 z#pQmz{dAqy(C#AL-(e8@dkMaZ1G{|qlR1;!gdL4E%go%I+BFqBgYLCMB>mAQFwfk% z52(lAS2u3Z>Dg&HuQ}@5%c#DRlJbau5piQydd=iU)^68P^tjDc`ivXiYyP_3VS4q6 z$f}eBva#90n*I49qbXNU!@;*Lz)yd%$?~$$5yh#k;p>B%T@KSPdJQeo+V8dJS$WASuq{=`~3sknmp8b7JIYD z6AC(MQg(eNS?usK{#>dBp++j}v!0+4Vjrw5m@zw7V(GG`HJ+EHJXfZk$ zuT)o;S5UXTCqHl0mK^_WOuJMXadHtq5w0%*1f#ZcO-1HJmI7P=&x z%64YM4$3PZbb&T7J`=u7VBcfQM?>D2)ZSz-7v-CW;F<3$U-CD$W@1*gUkZk;tlHX4 zj=w(d`K+ml|3=sd+WYI1sEaVhsH&v3fT4+t=F}_#qA?<41!g%2j zxh5WK37v)02$g5Ed*eOMQFpiVq*zf}PP5G4pE=$FQclQL${n#!HE?ibEQIM!e*Lvm zvuvxSUw$rZqdu{lz$Gwg>ve;31{jN%UuRk)k zSbfe)>FnxGRIJNrM19*ElHDxK!O2%^RlVUGC4g5I>3?IuJf=;btETg&zrWv)M@WUK zUpa%J5o_n&zieG=mv!YMcO!yYsG{c?R&5`gI!iw%+ggabOH$`~B&$^IPTXwcaV@Om z?#&iy8n&vf7lVf&UvdE}Ty z+<$W*mSSYO7$5TS1Kl(sB~ui|13Rg%r|{9Z2}n#|@8IgkGpn>Z+KFvD$8e_XsvLIc zCqu5zqMuyUMQa|zH}pk#&0FeLm%JvJ9EtjP+zHK@g}Lg789A%4LRgIzLLi3WICT&S zF|99YBg^N%o+}ki>oUV%L*1h#La^0$2p4%icM&@ z>aD?}HRC+D8?$-ss|0#519(yGxn=ZCqd>a9f<2GEuWcl>p$alnJD*yTbi2a}Y^W6# zNo>!)F_87%H>R%61Aa+YT2#aEh$rmPZTl2QW^&~iqlx6`ZC__K&p%|B$egX78x|~I zCRIICbgeR;ydpi-P>AXL_TgSFVQ;Yxbz&8RKUEX29!*<}rEWgWWod-tlF0N%b23+zpuiuRN?2J4= ziVoXqi**#34hQ`qWDR%N90G^4jrm!GHEDxn%Q^Q6skDnUk}I6A92tbylPacpPwQ{7 z6CPE`*J~dO>-kDxeK8a1FW$wZ z1+?m6&XGC%uBqan4>hhD&Isy5RlW(0%Q8N`tuD>z_a@5Le`4UwUU%iyEeI3@h5m5t z-z#!-%y$Z5X&M%yE-FwZTIdE|pK?tN6zVN)S~Yd1d1kCjlJ<9BrG|<>ZD$pLC)5ue z;PAw%^t^MdWax9_R2>i&@@cWF%V^8)ZYtq4##~PejHXH?GUHsl;H8OX7cvhf1}R(q z9Nj6uBQb$@i$wJ8gRmVA6`p6-k?kV>O20hz(KB7pUuN(_pRp~I>F2^4Q{=(2G+w(h^iy=FI;&`=PynJs^sya7*o>sf$X5n@Sumhy&n>Dbt zS)9Cy99|HEJ6M$Y&tq_;R5kigmC40*G{kav(s=cGP2|du#HH?Btj!>@fgpl%Ec9I(a=eZ*>l0z^!a~(-~)>dpZU;OxiW8#}k$kfPc7)QeDEf6eJ zoG09Qx3X|4s#r*D?Nhd=kfZECM_LZ7;{e&GG}yXvQjN!T^)XU@j^;UZTav^0&`7yI z*512eXgBfG@ATB)OP-Q~o_5;9$?-RQ_!om}2XS_#V3H9Jq#r!ES9V-4<{g7-y+h>k ztigYb08y~-N}p8n;mvcge8%HR^JkSPXh^#f!s*_YjBWJFi=?$Tea2yyh&MW|MrR=I za6w#aYVL5*H5C`(Pa%u-BD)nEst!u3?Gky9#+>N|>c?;X|^ouXuF%TR1HE|KTJDc~d! z&wcQLTXY@-IDkgpIdHd3&Qb4H-zeYD)2zXXj^b&ob(^t5n+$v@cnY$x>$F(EEG!gY zykpOz>bdPPC?M=8vGu-}?AJ(%6yf=NV<}@zXw8F~0`KNV@*J_$yy|E8$Vd%k;nb2j zp&o+Lr^hE;mZV~M2eUHSu3jT)BKt&5xzq?L@_=FP)0>(&J9rzG-Of`crzl7oRESf# z60PelW-8(D0VzMUY%2M>dvE{GmNi8Sckp1KX`#E*%4UZ9&||(V3+XgxWfrTtr@_0o z5ZtfWFJhFF(SMhSF7N0vj9sY2IhKq3M$8)(pt?9jRdk6f<6cc~w_OFm5 zUD)Lh-S#8`ic~p*ra503xN}kHrg2>= z1}rbUGCZ)22&+?@O?endjS!c%<9hkQKl!M0kycy%hAO#a72P=h4Lg!>+*C7fhkg+Zj!o%Z(Ms@m_FSY9^l4OS+Nekt)b- z>wcU#@#w_mqO}eRfe)Hgu2A|(A&HMgkq^hfpFvWQr$cD*DlX!9qab9a%$LL$h1|eT z7N3{AFBv+{L=14bXef*A+*a~23bY+;rL-0OLi;Yvl{4$dXCbRa`WyvDHewWOTY*~~ zOj6p>CJ1aU!@e{xl$TKXgYv>C!ce%S22^vtErDEdYq}+>k7G?O3S+&SudR$z^pk@r zt)2vitJ)-MNLn%Eluc^P`tfr!-O62!>@?2AOv-F8vTw0WMtuf&&o5|{Y}zS1Yk0h@ zKn{BG?lR+Eoj3We!{Nua6$;U)P`H!)XZk$IEl(m?*r5cnYZm9X83FD~Q*nNn1Aab( zWcI6CJK==)LlIVa7Qe5)!e6;*>(FXfX$*qzeg+=vEnrC^WKL_TCzFk}RIEa|5#}2H zy2j6{w$`7NKv1~E8_~QsV5M>CH=wsf0U-yb&62;KoIQ%;XZ$N^Ze6m-%f%%7@uW9( z>dKLyr}FvewvAzGIM1K&Y3|LuQ1xeo+?zhXbFc;6Y7EU90P<&i`EIK*aKO3HXoHJz z^M+hofjd#IomDF`C67M4+4thq$X+KzG@jSIw*_!liyqGm5*yp-<+6ndHv25VGJ8(lcHKL((UZlrk*&}ai?Yw zB?g{&I$T8PhriaihDZ zlE!j*CexCT;=M<=JaK_3v&LwO!di$(p1F$|#9H0v9cebp|8RVJsy zzCx!6@(y&E(?%OyuA$32A>Jt@`szQO<|AQHp(vTXJ)L7qK9j~F7eS=Aa>BAL)gV}z zwj|fKn;x7)Zi6UrNu|2qVO+eJ_yL}wF4r0Z`P*@n64AGWaVe?wpmK$mm(ho}8RR+( zCZ=B3)CEYKJD#%LC`6H4QEMPSRSugaQ;)MAb|w=}F5dy9RT-H^o|xL?P^cff${%kk z=WBBMF&WBA7n(_;z0jXhgP=25Gs&Di2^)k{iliXwW{mg{XO)5aPVbAazrB?&P5+ z1FEu5oaW!w=@PcHiscFye~oM8tSqT>pBA~MH93CtZyPnFV{u+~F;|kGy#b6oOrIz_ zJ#l1HwcKJ)G4@@j}8yf>37`W~IsR|JYN1}-!s}jvIZTO-|xVs0YN`dUu z4)V_%+&df#^c<}p{xl@ z6Ih-FIvxP|r>XcR&C~N`V@~lgOV=lSGv9&tJdQBPF=lz z+9$ISdN@Tgcfm_xaJdn~nS^%}==w^TZs7gRSPvZ&dN=6%yWCFQ0} z@}=@O@t0=o{D!;a$oFd6?8HFu^Ct%Esa-?AT|2buNQQX=>bcxMyB|*oYxJ<{3b&VX zAu)S8?4P_?a^k8d2JE$ay7l!0yj9`S<>&T&V6GT6bD{IFV5bQ`{(a<0nM5d@s2_IQ zHcDSN3&m@-h#eGj#CKITba3^A~Rk26^7x_wM#UOmPS zWkS$f>AL+;{Yoae50CfM>SfFtu>ZFAno^gcB+3Z>?3L3@6H6hgDlc`)9e$s;Ux4|U z=XfKJ$zS$YMn1LY%j6KI8pRlh`{tWjLgea4wmp3V7K`qxc8MAfJWd6F;gzQH?Bsg_ z907x!X^o;`nO*@zVJl{0T^Sb@Ji~HOR;Ah0kV`WR8!NmQp43_KAsqWy4#<&9--e1S z3b{PzdOZxelj}E>w$I%SakUU@ornp9ba=iviAS~d zomOOhWp7V5xPdgJeiG=@Q@i!Mc6r=G6CRIbrJeab;$L{g%Y{7GDerCXy`S)dF?cot zH}sHgFJ)?d++&&QkXO7QaiNpo7O+CPq@eDp-H(cP&3tMFkRY9=RsRjKhPf*)aTa8* zY$F?M7tMMIjo&Z-y<4=c_U>l7O4PTIn*IBx0=gaC_J42RQL7hw(eF~Hemd^q0H4!^ zOYS?pQY-D+U#sXAjF@tOGyGkPT?WuX&~UZWJ<{MDV{c7lOcP~k4Pny~i5mZK!;1wX zq4e0N<4hl5|19Q9i^d_(5zp9mt$0+|f*!1JXFjPt@Wl1CKux3pTD(Mi`*OB672LG| zr%TYx`DZ9V2>e%>xxd}gC7cxXC`vVtikG~&6~lxmSj|=rxEu~824WCJ?S!cGj{?6G zi$>qcO>CcUsoQWhR_RysM;Nc?llpqi9n#&n5FUodr1wn@s#}aZ<9`k?#fn#8Y zjR(TGpp=KdN%H;OQ&{25Og?|QIvK})Ucg79a82UA7l5z+U_SIcblQ3Ucz{kYqw%)- zq!`bjzmyj1$v{8srP8H22Hlvi!}WKRbZpHFU&KmLqRLsQhtx z=!8r1lOS@4wkoMg0)NePCBag_V?;><2pWe&84tvTdkZ(yg_{9!5`j;Y_&^~AzhMg0 z=>Ah+zX#$g{$J`T<595?zd$H%S1q&`{1MuAh-HIih>xX=1TLh2R%mY^L>z7xxC8jN-Yh1NQ1_gMxpd5 zONVEBJhoNLs9yq=9DcHJlS)6O{F;Xxge2I0i!dOWrnlpOSa^R2^S6L)wI-!hc-yV; zBmdBwA`KPs#>szE68wmMb!5J&>Xu;&alHHM3GeI|1n*EV+0D<79zWlytey-tedejM z9MJ>GYf&Bs>C9KrxUp}WZAK5N+JeYfzv)+fdUP&zgc;aK*Xo`y{~EHB-GcvvbH9(8 zXh&brYr%8y$rzYhaccS99qh%xZHqu+F_;>13|!;?B#_uT8N`Ty#uAI=L4eC#_+2c~ zJRhv{{Bhfp(FX*K=O%bYDk;GCC~_bJ6-&OOLLQSnadj;K(%e_ZmVyNg^TeKG^tz5% z{^*X$T2eYL9SW!p-qHzcAhDAQS1PnK)xS4#7;lg>X!+!RI;7BlO7P2)pI35H*(0$o z$zhKxWhiJ@=29PU(^;T8bNex>MT+`9FddZ9q59W^2sI?YCl#bL(R}%*ZE|6{1J#9b z=1x7zLq&O?&ZqKU;J-a`H*UlQE%>c#mhPSdU7+C_q$hbn@Ijq1Fp|(l&|eCiEHAU3 zgFA_~5DV_-;S|V3Ro$67D1`KGaVU6U1X{^>#qMkt!PWSlxak+}-hD#YOa#jf4%Kw8fc$m*0HIfA?Tyy_t_R=F=;7o+WvbgHI{vOHa-m+4g3~h zb?Zst`sjT8?A@7hI*UqZ%xsm7gJ9LT-fe{O`+Jj7ZnLq!3riBcs(4s=^guOocV{D= z{ezRJVYw$ZbVB(e3=DMscD&NC(;icwy7g5}^QiEP$Y`?;F>|VU8bkh)>yBDVrYC_e zJXC|3-%CEhl}>JX+}z(=c$m(=j_?Xz?DukNTGXA5?wsc8Su5}phTXbW?lT2(9~VbS zlG?!5N0;OIZZzlFVC+c!zT|%Ek-S03@ykl^Y_RK+oi7{_ia|a$0PXY6KC<9fggqAP zsoix^(uT>{W zDoH%&IBLq|E~#H)C`A$}yoLp|bPY~cM|nN(G<*b%picF|JIz(5Foi;X#&-iN~^w>$j`YG=!&dtS<9&mi;chVwwD1>s^F z%nM9{>+AVfvyPu-Voes}9#wyXKKwPMlJF_QMrknfs`+LcGCI>GP^O?~Zvy=Z(}24X z8xCN1{Pw2Ereq3W>tNqMoCm=G{){@=g&W!E`X@^_HpWp}MuXG;?KbKdT2 zBey6GWrAhq^1~sns_rAZ>%_MTAd5Q4HRp6VO{3lQXP7}AL`<4!03+Xmd3=xX6cE9zO z*o8+CW^e~)V{jUKvzU{Q{OdF|>a|Ws3a3(!4cM+f$kXuW?;j zLHg^yo~KTVJwDRXReigkm>@65Ghcx6y1sy=tq|Y3vd6qUK#iTMs_$pReJuqO-wI>p zF7*rOv;?9Yy_Re<;-PhC92sZd53d?4W-vt-@LiUvAFHDFdLDk;{TWGieM$9FY*zsk zk(!B$qCTG^zLkd>SxEU}p5Jo5sb1489;UmdCSLxGeYB>(9ADO0 z3dV|m4qqH|M{eVJKu15=@Fd1qyddj9JuUfoPCZ*aE?NPPu_*=_yfmKHY6Z0%?RQ<0 zGBRD~bjHIQ`l@wv;Z2sh>q`UZD*`NIKxT4K<>2t18?R2$AHv{;l(F2%=U$^__(@#c z{Nw8=7%fi`i+Hyly-p_~+iRssZdX08wD?!`g=#dVaB^k1!vwm~BRC}D^O(o}yXOa0 z)MW`tbTASB3vz43#b-`Sgq8;!yYuso)iS~&NWSD<9Tmr)jNWvzn?P^HWb~wdgqL-O zO(ilhXWuq`;IM$8`3<-4t&VXwv7&sZ>(-T%a?bxkE~A(4C;tR2O%S$EKCC{O2wRwk zF|XXTgNR4yn7X7>i>mI)A%{JUvE-JMf%>8C7&o|SQwaD8Vh5iR zZVO#;%}-Vr(7qw(fL8HHLyu_eN*c}(h2r=zunJoK9rnh zclX0R)QE7cConS^W9>h7g4_=M)2njEkb{D5)fh|Nk$1H~PF&Hu4AMsik|om%qa3!7%shBA3;kSS2qX8_bB@T0-M_fPM*; z=3+}<4BXW!1;iML@n2R$UTt#Td~1cVwWWH5FKR`N_Hf^w@JPFi^TZ2j*0-kCEq_o7 znuOVpfzRl?-6Ln{iEkTz_+fvq<4YmfGzRy<%FP=Y_Zyg+M0xdYd&Q*Y1=;8aw7!}2$`O7`pMGIQwon9_ccrK5r&(kPW1EnAAk<;WP`LUj220bDUC0zr>1+*Y~rCK}CuU%zddl*NJBaR4GFl%4?SG(`hq7{^t3(;{>OM0lw~9 zDDE2uhh%P)RocApKl3WQEidF1HJmBK|Uwnq1 zleQ>$_HXOMZvd*_D-PNb8E41Zd~|VY>9l_rm>$U?ECUw@sbTd;)S0PZaBT+vN9Z6I zQncL;f*XlSFbApt1rTkTx>xY_uU?5&7O{#ZHCA&3VwM8&iQ}=_+h0`^t3dwMB>(&6 zKl&vQ=3Dpwu4Z0O)uc^UZ-c{;3jxxGjbDC>x1QYR`1&)67GZ{)@OV&rs-uFyFjpQ>H5VhAjaoMAm}lrNQeIKe4xXBBXSbrm}0JDP!x){f#|c?fSwQ>dL(vC z*Z`ft2ylRSp+GRte@kqbP{Mx*0d*LMk`W;NUxfc*stCW4Ej(>HJ(be*?&m42I&j=v5nH=K-^mO)2jLyHpPFeaeJ0(nnVtIW+$l?0K# zsVLOkoc45|hQ1}7x5U@QN&pX_YKle4|C%TlrC4LEzMA7o<)7ygc6$b<%USDt5oBNp z7}n*qxRm%G^?N*?TCADHUM)i4yanT7oT9zf#|OC%1o+I^u&s{!Z7T2>s`1`^;Ri|X z3Y&4wAu$u2J{PXf!5Ceu%^FQ|T$R7R3cr?z0|JyD zpMy%~8GY7+7VTdlcRkt5>7J3_o~W-oEs8}=E5x{73-Ox9+}($?$qx^VaeMI!b)(a& zQ(+vbB^wtTTS-ST&N)_1Hk4_XJbn(WaY^C+zR&&+F9yY?#wI`^{0(yY>Dn?(D7V52 zcWrKhfX|nAqlO8&URBST*I^u4nzzqjRhSO7aTTFj zp#o+3rfU?h_f90&g;iHg3Fiwt9a|qqZGO$QK+v5em1kd-m${bkj*lkF?39Q*r5-XJ<^3Ur-e>eh}5rRGJ0r>fAQ0_ODln@)df z*gqZAJ!rVMtN0DYI2lN;?=w6Dj^LQrU+t;Ryn#8f%n`1h{MpUs#qGB-=doq4S0(Zk zd1dR)DNJ*%KiOTqaooa_9qi2{;8q79i}>{1}NsnhWxg1}Dy8*9M*obLzRh4?`q=f5a#$ zRl*-74$|3Dbd@tmvwX6GhEmDhv~hbMer>*grIi%=8;3CHk*ov@gUibgoYPvwn~P6f zUe#~ztVCCZ5xye5HmsuQBd!#y{G81|+^$_lhPg*bCiw?<McirNSS@ngE%SdbL z2+Vx8FT@-~fau#k6*YtWtlCgku^KRRWqJ|K}TZbYxgGbwV_8Ftt95vKN?J z_F|n)ru@~al?*8??Q`8Odj-G^oB?U%R)4l4dyJUw`S~tOvsgdxTTW7g8gKly&s4q! zYrKO6lhL1J#7=9XNVL~{Qey2y*W{YCU*1t)ua{B7KV7?Ca9PchqokYgjg`XW13=jt z((eJzp-gKWOGry|m(>H{3^QdWD6cqyMKY0te_bm7cw7LS!#ZC6mrLcp_5b6&_{Zb& zFV#N{un_pKCk9&&AYm`mSpw@#>BV9z7@GPY7YjY$R{?N_9tpT-a2Zp96aqLc(+z2H zd6{e<+uTWUQFtR_()dqjDnoecRDz#sYcBFiTdm7VbicI0lY)fik+i>kbn7wA_3d{n z1+I3#g~ih{oz017rj3o;Q}GF%Sx%cOE+OV*n*ZSTKhTUr$%+N`zi^IKW3U+q{sDGG zm@Fz&_1__*uGx_cinsm_{{MAYf89|3bxi$d8vY*@l=x^~O1kDTZ%mg0c6Jr@;WqfF zjqg!Wj3^&fKu7raI104{FD)yh3TW^YIX{_#5?#B(y{%!F`>~DNdWe?lH&|a2&hCJR zoq#qW(<>x$x5q<6C-}o)(pkU}^zWor@*$s%KGeB{H3g#)dr$+tqE5J}-}CjxEXoCH zpP?2VG2qUc@Z7C3jaNOZGe?StT=N6h@I%`o5=mDEO)>z?tj zi|}nsn<+okp_rVe51pWk(y{7~1GJG*7f|UM-Dt!Llx|P*RA;yLzS(P@_#UZiW^Q8{aQSF|$wIHeDbX(&-LkR6ZLE47gA0=I56_s9a%F6BzpGTiS0eR1ZS}>QBIRfh~O5_xf^B3s|MnD)3S_iA%J7 z912$8J?3ZpRcx`YTgeUP`{AUqaW21vli96gYU1;Lu%K%P?UDS_u}0B+_5G7uoL67E zPdm*HzamyJw17&76PXGvT%493(_XBu?We&tDG8jNl*)|B$(i{{8DVkaWYBVdp-1v@ zLU{jp&j(sO{i2a-J0&M>{j>gS#=;YfNbkShd4FjpE}^)_u?I&K{V`vrP3{EdcwBpA z@;2J2jziyHD5|)%85E%>pm3Gpwc30w(TSn;MgZA7elR0nL*LaG?&`wtd)F`Q;x~X; z5wUY;&`!A>ZJG1>7Y68W-oVc?|hzbTkJ;FHs20SMJ_umWL5mdNE~5Lc$?ke<{Q(-pRd}i1+{#5 z=TFD-n{;h^XL62?70{J-@1zdx6ZOAOrO8~)q1#(D`#%FZix{%?(H1GD^-mUFf~pS^Q_i&{@{ba9WAEXv@~BSt=m-x(Q@}A(exuNjnuYtzi}2g z1C&2rXQa{GJ8!<4-*a)@QwnP+6RDx_r%3kIOI3%vMkKYk6(hGZvF5@^G$hu5u%@No z$8%hVY7j$dVffb?{Xog7adEpuxSC<3yX(6XvWGN zJx3N~7=MI(yMM+qz)Up~b?bQ&D!Vi@HkQ;a|F2P!rUxG%Q6<9~9Oy5DfJ^>=86$u7 z|Njr`1J~%ZCV_S<`rw;v z$y}sAWR5A=8t)fr%{kuj8P_JsfA#p*9oySq<)k7zkx>77Jv*;wODB6AY>T_fD2lCqYF%%4E+0WeUl#Pryfcd zdlP%U0bnQq6fK;79ai9F0Ra_`sU!sM-qwM#g3qH2% zB8-~byO{TIGfYy`p|{=E1EdE4N1PHYQQe?0MaTC2(q|tzCl0Cz^mgzrjk6X!oCrxP&CX0UQ&9e9X9J(-xN!B6hr%@ z`wlt}Y#s;gd#9cP$xXpjGB2dSj(9kPTvzp=v^v%}3%)E=8E-DcSFM2E>=o;_B{fU{ zfsSA4l8#2P;w-*Jmgb|5Dy5NqYvI9yUNIm|vd$I#iM=*n^Q<}b1@yr-=Pd2f2%E-b zKbr>5#x0n87OJ~(%(;yId%}FV6^6i%Y7*RRK9SE(fK;*e>Cl`IdW*!tx%`1bf9rbh z?fGVntGTSs)9aT|sa|ZJFn}#M)bAKCHiDJq>?J=kQ!MljqtKQ6y@2b@|o>d{a(EeZ5dUF(joxPye#_DM&?|KC!K-Lp~A2Kl<~T@weW3=4q6Hd z3sOrVafa|f`-;e4rur*dYmsmQgWxU=7WGChmQa-2JLZx>mQ{u^G^7|5Uzyi#E}PLW zCHJ(qI-~!~e&9V}HR9r|QS`&d@c1V82(nKOG^A)%g)|rE5gw9uuH(Ki!O4Uutt3h)WHd4QHpEolY?XYxdWFNcwY)i=O zzsp07rCqfZX-PSt{eAXDk3f^u^Yv@3lsMEkVeW+}6El@&-#sorW{a8`_x@-?{>s~btj6peVI*@Bhm)(; z+(+a>f;>yiet=q*u7B7Vf1$0JAE~v^%Yxu|+~u0Dg2$>uq#9;sxKj0p{c0SzU^Yd~ z7t!$T*Z{r50`r3qy7+_1^4l?u_fMjp&2g2UeuR^9&6|KGPk6WpaacdW8^&w1z|4>D z+ksfa0)_0gD{~=?$L-NF$ZEdJkUq1x1D)6$t=X^5QE(xy`4UL3J zoCZ{Cv6Ef{AwVoG{b~KKEimp-_k_*6{C!!9ZQ_LMP3YQD>WBx5*L&#AB~!|lB{fcZ zDVJ~}dA>h-dX@<8lBg2|-xn6roP9W6JKzy@{AGFMdtUtb>}2)ereV!$D^F2xQ&Guz zZ4H;-fy1>?N6rEH-wD4;%-_pfpCL+)?a257hje)HQ!v;4PJN+6J<7*6^W9H$l5BH> z+s}0T)SuS|+(%#u!Nu9gQaJXoV;plf5kacf&KfUp-y;;dnme>&M#vw-?WYsH&EH?| z*`qCZ3QOy%W=;$Sj*ee)mk8Nkp;6_f8PwQaWk@MyDaROrqn}V930Sfe3Jm!j^fU5 zHjo72JA&Gec5lgD7w@SDSu5`vwMy_4h(0&c@Y-LdK9#B#F`?G^|2uoHQ3}P{mH$|W zX#c;K-hYnRvG(9I08$Wt&AxxkK&(B8J%~r+W4~=PF!%8#z;S^Y^Qj;z`Q-^3WD6GiPsKYvxWf#JUdj4`FlaK4RNNJz^8N(6<9hn z3Xcu~;O%K-4e-$vqfhCt{2BU}{4a6_H4^YlVF3{8JyVXQzM!xPTV2c%TlDi_nW2}K9vM8TsFLzL`})CA zSItw)k0!b$%po}Dr1?qZ?!Cz;inIG)!8X;R*y$rGMXXy<=hmIu9Qm}_z-IsDUYwT} zG0%JC>kvwCp~>Y?yg&e%@Cm?TyuZk?;vrj~+VSMZ*;m()|7mb-Zof};-pt$a^%6g3 zrs8jlHcfAfv5~2VUzh4OCGRi1XCVyZ`$^&8HBM&apz(ohhE6#{#E7VgIM7Y<5!YPa z-FNI_i+L1HmTr>4VJ~c;B&N*Xqh=YJk|Sx#7}CpTP8es%c8=`xa8Coa^}dz9KF{uM z&x3wSi;oaPYKln%^6hb7=ys*f05r%&Y`Lzkg9;h!Le z7+NFUdQrX3+6RR<;rs7MHulC%-3xLbw}ROSZy>`Bb*oEEbe~5pjWrgXTq>J2e zFU=WXzqfb#5(kN;f(itpBxZJXO2Lj)bmxy9X^`g7&lf`X1`Gu$!f}zrY{Eknyk%gv zc@d&VxLesAk7;S`kLZw2%ypkom{l~_?rsE&QmMN&*+dtyK|lJrsWSoAmgP()JXOMyb2shy1LDA~hH zG}u?M9e;rYnIi;DBi+WPL1Q4oLxg+!cFs=g5$p9}z;xTXV@6KcA8P(~B1-O)PK}A7ZyV#5(|`&h)UT zsNEAuuKDO!z=*cz)nROqEa_vvAquMg1AzvZwdK z4`P^~K5yJ8QOQaold&-=9Aj7W%rA?uuj>;gf;iTmp_FVgpg0~YW^FYTeHffC1VgL{@Of!r6jIWIN87Rj$!^QFbJZ`xhhQCRp6`Uh#1oTUiz zUbnKgI4|Fp^cs&VoKVW{xoI*}nR{ziBuy?%gKwb7_g8}VE9|JYs$DNW<9mF>_t?k? zqBUwfu=}C>Q&zouEe5kJqzAk=M|kltnbTq(*Pu8qqQcrKDC2?-t(j0-K!c2}?`av% zn!kR@RX3pfY2M;JJvgsd;vRXHMjof@y+93Z!VR^iY^Hmq2nK^4ucPT7Sg^mIr4w?NsAVUP)111@( zyxF;2^q9svUWX#SQsbw$vV!$VIg5$UyDBAIH9^Zas-CG3+tkb?#QV%iS<@=UCd|V^ z=Wlmi`BLQiTi8`;DCp3of`YBMf;h-(`R`OOho!@%|KzLp8DehsG$hFwSFzDnu-S%l z%^DvQgm65BpSonUt~lkKQKrw1{<@CY+}yNqq9tE#th@Q}{eUVUzu~iF|FENZHV(TL z&kt&bqL}?kPXz5UQOuc|nkGJajzU+*nebYcu{awsm(kR~1Ljz9wShr8$(>SQse$cv z{@@V(!GXFPBc5v=^79W=8u`48|8W56d0O66JnVOJ4;mp4dC!=k+A>8!SMJQG*2T=R zyBag*gVy@tAXvzL)`|KI{e%x}Qi$rs8?=izD6YY9ISG;H+)S*J$ol(pa1TFm3$4+X z?~k@`pZ99+QtWqeKbzaNK;n((u&2Ciex8UAr|CeqY_%!g6Tagpi39w}NGeK{h#7wV EKV|(2X#fBK From 3432c82ef73b765214a94818c493db98ddb7e76c Mon Sep 17 00:00:00 2001 From: "services@defold.se" Date: Thu, 19 Dec 2024 07:42:49 +0000 Subject: [PATCH 7/8] Site changes [skip-ci] --- manuals/font.md | 2 +- manuals/images/font/df_font.png | Bin 41479 -> 106509 bytes manuals/images/font/df_font@2x.png | Bin 100183 -> 164621 bytes 3 files changed, 1 insertion(+), 1 deletion(-) diff --git a/manuals/font.md b/manuals/font.md index 2620346ad..32c0dd432 100644 --- a/manuals/font.md +++ b/manuals/font.md @@ -20,7 +20,7 @@ Fonts added to your project are automatically converted into a texture format th - Bitmap - Distance field -

    +
    It is possible to [generate font glyphs at runtime](/extension-fontgen) from a bundled TrueType font instead of generating and including a font texture in the application bundle. This approach can greatly reduce the download size and runtime memory consumption of a Defold game.
    diff --git a/manuals/images/font/df_font.png b/manuals/images/font/df_font.png index a5cdc7988711580115c2e6502d8f3e291786e408..d99264b5acc41517db775cccfd44498c301e7d84 100644 GIT binary patch literal 106509 zcmYJaWk6d^v^5-@7Hx3|?i4K=2v)pBOAE!V#XY!Np%e&OG`PDJDK5n!xVyW%f9Z4Y z_ul+CCvxV@oHcu|z1QqXsH(CY&P(!_0000-L0JC)|HW&Q)hC06-XH1oVGLdtY2Y1_ZDT0RWtE zGa&t9#T`-cdR}ON5m1}^5v&Q?q!4p(SZrozAQpjVF=|W2-j`BEX8esXJyP{!iJ}Wk z{PSVrhVuh5qPw<7PzV&};dQ^~&f{g_`()?KNi=@V@J1kCc`-us80?eqIhyemL!}1W zo|w;aW7FQ*WfI|dXrW%~_1DU~8PB}~?(3b(ti68I_14o54^+?H+XF8E@v|aWD?()) zI0n2r<~)&ZrhN4AgNPS)jHF@h_u9mN?*|7TSYY3_^bYfP`=wV2b;`ysHK)b%?XE99 z6&fBU{fXf(up)U9v$$aq$+rxQuU~8fKxt*r;CN9c%3F`SSzo252XRqeyjhk_yB~!Q z$Y&R)AyVkrlU>7KK=(!)ln!){Eqg;qiv(&EED8C1hi!Y6NPuLL#64W?Q!d0QxVxg!+GVp zpP9*9q_~F`2UjWp^T0QN@))r9al?jmt$VlC?ZZo-LkfP4~wh#a;J_&SJuO zy0w?Zj`SP0O6RVQL{@fA$HNj#oeq}<+Gly`*vixsj_xY#IbL*D;Wx7m0*OlS#%-~A z64_N>Nv|<}vFrG4v;0SEK)|0C9mn~HNTYk5?fmLcqxe$GJvWCa1)L|5uE0o2ck;DZ zi5XTE4;VaQJ{7R_BeB2HcbJ#BcXvGhc!gHVYF_9Z!;lN^M)&tmKe>j6%)jT7XMmxk zC(;?W6Xky5`0RlHf>-Xj|1JYR+cYCvEKpXarv`g8MKYBef-T7zDxIYg2BE>1`W^U@ za=S#iK~HS=WZJ}~CD6s=8?}XQJBVlQty>^i@gAxNO%-}{eLmshGH5l3i7$*J2Rr@! zWmU%wcgl~H4PYWB_^Uw(jH%hfE2$hnR7On^p7Uw^4$mA**O{9O=l8m2?p zYol+U;jEDV^~snD%@1zHoyPlq9ncqtqLE<-oq>GIes&uSIhvqg!gcX+sx1QF@CO z;@%)cs&k#@u}2+q6z`g-HP^agz1R5?UI-hOl!c&a`>~WSKdpA;7Q1DGEVqvykHsF` zFXwPxgjWA5lEiODeSu59bYqupuElIzx%&cyyZad}zuEy(U@+J#dO6n5ssG?AO)O=5{|_v>RiMz{ zKcV{-mE%)K!aU-|ZpLd1O_L%orw^HM$9CM34QRducC*`V>NQ-D%iA(DOl(l&zo%_hCMk&v$jG4QI7borT$dBh79+0Rf|#1m zp^O|gua4Hg$ZMa(TCUI5#n*srJsID>hmGGvf?3_E&`c_obo5)@w};cc zov$9gamb(qE%@Fzt#2Jhrnj)O>d9=(MTjuib0?JPE;nDVG=2Xd_Ix()iI;XD?v^7{ zTx*-=bMYW8-DA+~b6?HX0`fTc6sB=_cR`Jcl?rm*ok%)ofHEm2_aAy*QKDMlQiB|} z7P`1v?%r_s^>rS1mwL_}J$#MO7&awBmBGbm>KhzXlvmscXU>ZKS;O`Q;XepgGFRe{ zdI3rz>-!M*(Iw(gh@^B`lq(w_rS5`Uh>nJv@RCX>28I_FOR`^6ih%%ok45DJ2m3KSoYyRW;mT?r=>*if^ez&p`-AwK_04JT8i)%ouauWDz zp!s7P(_KBIvz2yNvO2wbBht9?GXZQ|WIqZEdmIyfd+P-a7Uo+WDeeSKsJ1i5MTxpy z3=+PI$lnW}tETT!jt@3|v7pIO;W$N9Wi2{z{?S-<$N`cFbwuxsP^8b0%H^=c4WN`X9a7A znd^zV9*dVv7QCQxLNfe)({vk_*6LO40N*SYtXav-X6DopVy3scUA*6b>}loKd9OW! z{zaG93S!LQ?x9J@NkLz3%C+Vo1-Fcv;nwPrsMo^9n9@D}`#u)!kW7jYGL(}SK7$*x zXjZPt95`Tv*FVQWpnWp-}cK3ybmrPP>5*ezGS zsm`=mX^&0X9WBN)9jHycSYr9S-bpQ<5(|#R1Ve(Ll<#nWG+BcsKn^Zxv7W9@%{OYE zX9tYIftGda%y2^}P{e|=Gk^Un`mZz9vc%$1#01v7cnJtOT`Sw)%rpnY+JREoGM)#(s4!~6NB{-*~LT2-;ODJ;YZm~AI!%68{s3$WM zR@SHA5eO5;RXY~jGYL{vR30EXQcG^xP*f?NARKV&H>QcU~L+uA!> zh{8gxrfR+O$uB9{JJBtjcc)_Q)+_SNj(rwh<69ddp-d&$dz@aXbeHqU`^PWoEBzI!cSHVEVm;SHM2}A@LrJj=95!z0Gg(X>zW+jD=jGJyW*FS0wE3DJ{A!I@ zo}TVMsw~)ZfI4r?bsT)mD`H=Cx(afw<#_bh0vSv?Rgq#qfbfrOU^X$|A>06U zQ;rp8`D%MDR;F(jwzBQoVSV&i8zVCWF* zSWZyb+gYH(wR0zYnkoi1OMuQX5?sO zkYJeM?ej`uGws*Op|I-!#8>cjXw0r(s#KgEiN7NOM?P9OkiYWv2ma%O(4x27G})Ww zlF(Wx$Gr3Is2z)v2zKa}BA7;%`qg5I=Q1rj7PbI49{Ek?Qd$F^<>Z{x4m_Y>hM2P9 z^2KOMwsA@|KuTIi!Iei$xP_=LWN(NQZkyV0O@G^IEr{r2hrV0~>kMbY^ABjA^;>zI zr<4qN2$XW4ktEmpSCJn~B9Qpm8HrR8ysmqjkIt+?IJ#t@fp>edG)hcxF{)Ljoo1*v zNFG!vM*LV(cl7jpu!sgZ??nnZjY~>GCXQvCbsWTJ;pOFB|G>%%x&M45wJ7n2lI>v~ zrvR5~_UEIMPqtQZf3%DKe&rNGDt?KE^Au*wrGxZ;R~m&ll%4hk=KtcGvzSUmQ?taK za`A4?>s4@)h?{lENM!>~4)ht`X$q04JQLr#44q9G)DmethK>PJO@uOu_)7~|WZ-d| zT9T$crO642kH1g=fF0P!Ll*1bqK&-DSfe)w(S55=@nrJu+`PojYPWVsgVYE`35dr_ zMe#e{M#xlzhTH)n&cYag{VBv5@c|(+0RY7B|3oH2ZC0Sxr~kVz@Snc?-yh&)6>e64 z{`}LL0AaK7D{6ytYQ1ynz`~xXhnnPPuYvN@BS!+He~n6X)Hh~opMP?@eIsmo%O2Vf zKfq3yebccrsWx)@kPsy-_@Abg*cPgNu1|h0V!1h&tM>J#d+zBu_f6}6I<1rr^z{Ny z*8i@y)#t2i^<}>w&Og7`r!E&=wyGDr)I<7j@TsxGE^y}L=R3vc^q(-5T0XI**_-Kn z;WqMF);=M&l|Ioc;1^sDM6QkP2`yap|oxgrL2XICbI%{2*g7ItS{Iv8E%Dk06> zy=lk!A9m4v?sUZ$=^Oz7H&n!QY@Gp-2dWqB`Q}o?ulu{R_1uT7mQIQ^n{D6DriWi+ zJf2c4oy3c{wq`!I5HL9qhwN6p@8DZ2#RT|SIw|Yg<*D=dO~&h1LoAgmS~jH>o;J&u zZs!gI%aimT!&f1RWPx!rwmSpaTHs_35#E z`uKw1DMSDP@~ONHM~|>}dsn_C3h2|an;qX03GdEjPq}BOj_vYexBYJ`5!!!NwKW1t zafzBrv3rwj$C0e1@z!hLxS+tSl*K}~7=k^3%Pul;MF*v5wqE?Wx3dKODew8u z{7&Rup*Hs_RRNlUSe;A4UoH)wQug?oc=bX$lPRdk z&06Jx>%x(A05@F8sUs+2z-|0`ivk($#5cMY0JBqF3xxNaWMDD#fW=P(a?!<415Gq1 z;ScF=hBhhvSjRyN!-!iZb}0NMcz%8QQNl4ZEQJ{}0_1`_?E(mo``2G$FDTz^aB9-9 zuw9fhz4~z-!}0UpKV$gkg?p3!(uCH2q{_ZCRngu3o$SA!mgb>^0`b%RB$BNB&tWkDs*}B}dRueK z1;z6$ebru#vwJndoh~Y^ULFCt`2?lorLkq|D!16KY*+93wPL*M<<2kV27OC%^S9>jfs0d(e9j1v7KXLJ02;@BtH}$C zX0h67c+<|F)Z^|qPLfB}^WL(&Ag18F5T?G{zZ&{ZZ$1lcQoL_SqUpK+{#s|l zee~04(CBZF0;N*E<2L4hJU55|Fcfh7D-GrRoKmXqyw+Y4W9b|mk(DA)yRY>|0c%u( zt494f0XM^i*e!t1h|dP9&YbkWLn1{CDNdtAhRLx=UFdFGZA@CBlclw8H#ZZ-X~x(p zWWpg*cspi7YZlJ>X^R|SxHtzxkmUL=&5}Pxx$(tBhmtYGo3(#}aL3#4UKN@6W6kh= zS60tAPL1UkaUUHQ|GIQARc&+VE^Q(3p0yW(gP7EFRKUVu=n$8T!dRAY^f*gH0wJ8S zCYw4(nE01)^1Cff4!skZR5Tam(~^8qtHT@LloXd_JMk<{y_TouEJYOc6}C6L=|~l} zIDivO&^DPBlw$W=qhMJt5oGBAyc72BF~bM8_XSglR*69=KX%fJXcwrL<#jYw*LpcF z?z1k}+I-(^@DSNt?Pp8h*H96h)WM^kCGVoh!@!h8)-m|iG><#wkUQy+n-^#J_WEQP zv2J&x#h-oIj}i>0Ws*MitN7wLiU%S8Id0x6*EyXVU+unx-IBAq&;@)yAApYw!faLCUKpj9$+siTUc}} z*}ls=h_O(&CY+aBlH4$wlhDgksm>l^+zI(;QePzK)>7!1v8!&QX**anGg)B@DGO}Is>YNw zJ?&R&&r3Xrv5}d)Pdo>c6ZS5_-7mLbXQ|Eu)3(lzPJz>m9ADt7=Lu!3B}p}M5WLf$ArEr zqQ{qCN|vC($L#Khu>S%vjD;JM;cT8@VZKbHASWcwoqT=UNbG*mX}RR)nyj4kmgQGjZ#huuQLJouac63gg2x}ENb>j@5S_+L~F{`OFmK#rJX6y0wy8r{C4uqTt zZPzz;v}?1W<1uq6O8LXIy^44CV+$)kvKOausg6o!v|3wBn`<7|7NUNHQY+HDUPCpo z6rN32Q@tF|+=KqI6|ZNkJCI&3Z7^9RYNS|E{@Qw5=n>&g{x`~O0#M|NX zg7zmEa@)~3seT(LOli4hn@7P#qDt(F#n=4jv%}bm~%K~EdhK&xv?Km@vjK~yj-RQqu2agmsemX2;KdgL!R7_XS!0| zr^D+Z0NYu2)vabEA?J;%i&yU_42T^uEgDgVwH~+~hs%huK_ ziq>k6Ls>J;z{y5?bl~@ycWmVEa2WEv_Ny?t|lq>C39C3^qMT`S-+a1k4d=977M2a27YjP z(R5jI=;Zl;!qoEoO58zmk_tm)n_f>dQ(};D&6OYKw-z(sJ*?JT{_VcK)9b;$XS0tW zKdQ6)voUgjA{@?p+xIri(!9xf3*?!s?C^poM2BYU)1i&6RqNjrWMQ(3(sjpMxJPT7 z>XSy%6N0cXhsg;3nWh_b9y_p3rLA{rr+tqI{T!@ZGO(M8HB!V{wg{g9N7`Q{mtjj@s4W7f#1FetK=?}98rSlcv$Ngw)L}70a z3V+E-As$jlyb?jNqt&4S{hkX3yrFUz*xy^40R(v}1DC?Mx2Z0_Dg`oHFMt3DWktBH@P;AEfqbQEw7XgOG!^NFCKb zR!=dL7bC-ytIx@bY$mM9mRfyRNqqUsGf;{Dwn`@&R~ArOHg&JiZ-aRI9JK5Bso$eiuC^mZc1Jhy zKk+XvyAU(A-TO*&6bet*O2_VW=4eZ`f{62!M)${8dQm#c3MFF50h~(p+|3_pIlsfX#h-cA+tM z=gDq%y4ws^;ZXFyiJ9hY8B5-mID5Wq*L)6lF}IvWVj<|?K%`a8=l%Pc(WhR;IkyAb zTzUhHy~DfbuD7`K1NsD*s2|hm@ezm?uK~H$@g^Op^VTG>cP-f*-mr1HZw3$IkfG@~ zzSp!HRMxKtiiSAizT`CzSN?i(RnrZA$Co{c5y> z3?q@%v|Zlz-@>bgU}AFi@=`b4PAJ%p1Krg>`LT4L_vNdP0ZOAkTTgW-R;B+kRGQ|N zbxzI_Nd**%M%V*d0XA%L1y06%XBot$GZK`Tp_V-j0Wp{z*?^QxXkv$!W=BVD zCc6=tCCQaQ`kGuH%fnpAN=oLtJjLW%Q2xc&XPZPkRQr5H8K;5;* z(`WjA&w|NS=$~&Q2Zu0lR|q1Ui~geuRFiFxVIu#9JkG>MR9SFL=UT~me>S{0a-K_E zT1Vn8QFt}`WJj9#@zdUVkig3#-rqtPn?boo-X{A?kIsCAeeNeavA$2!&kTBpfm|B1WyRYtl-73Vz2` znw4m2(U4+SMf`>A6F zA39-tdFi=0qL7K(o)fPoPms`rDg8H3!jOg;C0gK$<(;%_SN`rLl{7BZPjU)@v36!* z=Tl3UX(L6>!o&CZN;R}txc3$UIxj(7G3 z2I14q0;>F{H?hOCAm97z=LbRGYZX49^*UeQ@%X_|b>KTCwS=+-c?CW5;~Y&di-V&v zbM+e>>8@PqZYCYSiNLQLyPL&7fLI=hk-?@`Ic0zTz-j1lnbvptF%Eyk6;V3NAz=N( zpYXEy8eg_TgUm|SRi((G;xmo&OEZwqY|DJQ8OijSQ-SP{5BS)`hW4ZF+LMm zKb!y+VId5%cZIoFIFnNGVC8LF>cvs7wOl26w;??o--JLcX;;*l#r?} zLC^ZF-R}8_I&(w9F+nOcL`@Eeup$oe;IO;K2u&gD1Drcw_gtW&3G}RR5!cm^m=4v z!cn0(hyU}JuE?$mL~s-FJQd5rLCkN@ux|bLD70A-?^RB5J|4ETbx02+@x}7oixQ8- zcR(#rWyR?wUbi95TLH8f6z1Dn`R8L`|NQg*ta;1VNtNLd2UO(t>cZjG8q}}dlS94H zwT&Ty$5i@mY5yoOrY`R+*<3Z(uaUedAQ?C|sp|OUK4$b&b@`=DD%9Dx^EB-E>hk!%Pkp|@Z9QmxhJn|k8Y+Yy(=5fbapMr&0 zUx4!1MPT!=|KfSx9R0-6f_CsDAS;W_WpK%AR0xgUK6*(uQlro+=O^nZdeZm7N<>D7 zFri-)Ccha$txpeAv8uc0@20E%p*zP{ufMd@K0K(k^H?KE24tW4Z(iF z*#aX$8#G%{Gr`S{X91gWMOK?qZF%V4qTT5rp~`GAi8{nRhcgmxs;BC7sJ{5Qd&;G5H9 zsSH|qHBTM|gw?uR$+|&DdH)jriq-t2t&dZ@DlalYc(`VY$t&|KPNVq*{Euk=Y6`RP z{ruHD#~iXg@q(bB&wn*zqoRMC?YX<+vp9p?8v~2n!Fu>bz5BgnJjj`Yjty#}Y-^97@Kyuo&BN${g>So41|*%Nz$(Vx$SEDi?u;r5rql;4Z(VkjIP}Ip+5*Q zZ2{D1U(;1P;-E+bZPtKwBuhtmO{qS$ZWM`m?{}~8^?e{?d;Am?S~`dl)U4i+RZ(fR z@^w{y0(HK+wJxVY^X!CIVr}}{UsUH}nLoD+z?{~bgV@`rhH2ULz(Os)J*bPt0EBQ~ zLQS%vU0GXv+>enbqn$NXw@Scu%HnN~kB)t$&8p6Gr9q z1V%1bZ28|{hd(T7SAy(Hf709Z=^*l>fNh*K4Mt%$=ZFnD zw*f@T`Duy#e#4M9qLI8CCA+MTEcpPn5|M04jcM<%nlwL>94~lYoSf!wbLopZ=RwBf zvERg)T(+x?;2liNFcZ>Ed#}gxk{qWtUr6|e^EiX^$`!-=PV#Gj7?meu>kl8CH zBYx)!qX%Mm-fU(*8+`CIg4RA}@kTY6UZiCobja4e zWOj}qd8T*Oq=;_(ojYh+ma>HMe*M5wx5o6bTS-Ui9X-fnfLS0m9E77 z5%hYbm(N_hc-1B%p}jOBJY0wh4==COC~;>?+nLUh*>z4&EcESEl=ZE3>PP2;`04ng zg1d>s7LJQ~5%rs*4vWG#V+Y(c6o8rW5;@}3Ho>oAm-{(j)c69f`htL$P|W+oi6>L; z`s+_7lR~(~r$o~SBHLM%o4-`0o^wixE@@8-H^2OTkkuj|8nIP2EQ=YFi>NQnR!!$E z20l`JK9tCL;xMBb=FO!`Ze|JJSOEd-1w=#K5k(s}C?->J+2q>98^wuM2>KY7?JB=3 zM0R&5Z!l8F^zgS(H`Cz$QJ7(QII_a(hO%}i1mNd^Xcr~PuZwEOBbV zxEfSZ6_YjUBLn0FvFZ(hBi8D3oCet_zsXniDd!CDDMt7CW5lrHwFt37dm5VuYZNc$@UOCV*&t< zzs7iq=)pQ+Ajn`^&YhTc6nzAbwIfBKa6yW&+1XJ01ghrAm%dj6kaZA1LT}flwPs3( zt$eRQ00C_j?<85S6I=E#qO!fOwjx89ElfEwm+^73?i889PZMDtSe<>kj)Ve?>!4jm zjA10dL2%EYj_37bWX*fIdzJly+O1Neq&jo}cX`l@n(0CF$&}m|*0q0UEBm{Q*PZ=W zzk>CYkg_Wj3MvJv5&ccjvUnaIogBJ~e>y}ueF{lW4%W9QbB3sfAPQ!2&_r0X>C_&J zS=O1B0x=RPv_neLcxnT)t~*(2YY>Kb^nJ+S#_!cjLEo!e!Tm!?dfN|nPM`kmMH+oa zX+!Z7am9v$bIDEzA^{w8gq5`dPFsX?&x#s8Q|y;st<-b8B{BJeN6Ax3U(_Md zo)M*L$O7&kh_!%C#Kig|Iz69a;2;(+=_!RmJznqj<*wiSDxqO=mpdfR`<{!7CN2HZ-Pb(hY_u0W_0 z7=@W#F_E6<{s2)*=POB%zCJj@Ox>+Qe*Q9cubFODyBeboCtKpP3~R5{{B1551G#R- z^SQg7er%73p+?|C!&S6C2dzLc2xNZ02}arc*=`w0YmeO%4FsE&VP?5`0tlJY46XxW zrMJ`K<F>A|T~=1oXCUBUlK4FU%hByu!;FP3xN$xD8kVA&dtQgoPr_3E2YWW!Th^Ny{lX zbEakU=;KdKVrIMbpDwvYNPUJMU|iBz7gQDoYOSQjjOOo3dndQ3(A$PYKW>Z%KIZa5 zAw~ouJ6TG%{tbx@t(JqO+t?>CLPSkkLJTaIU6<9*P9!6PgY)Yn=;J2?ov*{AlZ|_O zqI>Ery1zdOpK8z*ugg$s_m*Z}K~pg}Ta6Q<3Dn1ioJJaV<*sU)@1f@D9ymR&hhkqy zpSQy=>+Ut~f(V`r%9=bP9RkTromdaPFIEMTOt>5gyUlKj2s&5Pwdv!(0VU|xN==U! z(BC3J5JL>64KnwbV%xI*q;uq#->NHps1@2G%X&#CbEWAG(#Q^g$;$fNOs#T|??I zTq7F)d(A`MTwhnF9*9O;sq`nR>*e1KUR}TkV~U>6U9Za$n~kkT7k=epO%cPjX2mi@ zBC1n$n=m6W4S~hG$#vY_?V~t^e~S|LS2mQTkCy+)d3ArvDozf8Fdz%OSE6WyTt9Uy z*&K^|ky8@b8Jn)I?iQ;dO}e35(@19Ql-cSlYBk!9kFMvd3D_+7}S#rRqyY&tT%va^xLr2zh6 zZ&kUWUuL^R`ta_)ikfnf?*pD0iAvv*iSPg*G!zHJsy;RHyG})iQcB%G`x(^-s9tM7 zyDaH)y?Y86S$9?U;T#iL*yY>MLy1_FzW3}a-wmH9y)>{Vzg@d=<+GkpNW!4-ANTXp z`8MCPED9esShjTNYsU9+EVtr6I}i(>U!V3y58sb|N%3OJogfj$xvgrO`=fxYkA#A* z>8AvFPKQ&0%pc2r=x5T(TX={myxzk?IjI%g=&_2;%6&p2)A-)r(XoOk6B#sLOmVOu zN+-k#gj-DtOnbjyfnSdp(MP5V1=6kT-D{g>r6g)|%UH*k>+-rj(GlXJHqjy^G{4tc z5!Va7Bji-$uNQyV$C{#lWg^j2L*CQ8#3XPjwVRr&&D~jmvX)Ty%Phm0AM5{kV)?}# z_R8JxUkD##(PdrM>Lid!I_ zSb&wF`aN+8t6l|@wsG>YH<$3=}lUrW&7M>*SSVl zjxrywfUDD037L@G&od*?9#F`QkAV+)Y-K5sxsR2sdTY?&kB8{sVBK=cN&ijZIB#>4 z$QOZXlEv|2QD=IokjS6m&;)y3du82sXG8PXcvNC(2?ht$Bi{*yB3ue6Uy+HJpPY=+ zzM>Gc85r!3{n4ssl2Y|ki$cIA75oi-z~0Hp1k7BAKM_>rJkP1|QH@`)K#tlcCZ^uH zYmcaS$_4L0iJW4Fp6=}ybNZ}%K*?0eA|@7}-P78{MP+zUuuR!}#W#c;dc?r4thKl` zx#ZY8GRrrLb~x=*v|IQ~zA;q^sk;b2jbczt;^8&x>@Fo>QkJosm`VP1O)bPA#)H^W zcF7HD_Q25m1fOmChB51e3>HHNNyJTDI2=*6u$v$@!5cE*8f_LiZxU7SPg)@x{PlM_ zn9y6sMQ6t@I9Gsm8pWveCMl+*F|I@)vyoEt^0i^F+a>X7awWe3q-SNVZ@${tB00U$ zD4#u98RgZ8NrctfK5ogW=rb_ol6h-{{CXyatshdX>`#*!t}j>4$L(r?ZoBjvt~ZAJ z76`ZyIc;WORA6$viGh(=if8R(Zi0Y5q?Ojan zn{xeDJ$_Frdc(Aox})QH-$cT<5-Vk*7>StZ>r({GDxH7@<1f4>-xguK8+(-m`C9X- zo{>V`HX<&^bIs|8CEC^gtl3f>ICY&d;bO%&AI^E;TFowGlItsfd38d^MW8 z_|bSxO)ctT`Pj{YO*K|a|Hnl(eUgKnt=I=Op}g|UKQOqu9Py75`|`Dzml{u7k-kH4 zjc&65#RM25>@ZbTehfE0rtFFb4)$i?3D{PjsB7FZJ z?>hqBDP~m)d?GHaa~U+a?;C{R$PX%+@VLYU!FI1Ez=2@6h&QEe`1?%6Z&CD=YKVb zLJ|2U#}dn=5^^220J5h9zy9*!?I!96zjoCi6dvBXmkWSAh7qHZLrdsgXtBE>&NvdUOkMh+^BHF@Wik zRljsHF#p&Rzt3t<5r6vr9#1wnlJxNftoo1xUbvjW8hru#gEd+>IO+h8w-Na+^NO+z z1&z=7{s=`FM=>RuF`;1F{~A9P$okHUg*@JSb8kpNJx`rYO7A7ex$YSJ*Kj=kFa+D% z603LU4RX4WP(zi^*3pvZ$x(BUDo@UQv|8Tbg<*27dUdb{VR1O6;HxiajUDpto7Til z-rH%S_qeM`C7@kY0JoIC#+t}mHrwMCsVF@}@q5c2)sS=z`0;)RsZBR3CSHi-@}@70 zQxEx@jTzj3p#`u~>FO=g#?gT5my!77fY`P{?(y#85Ucpg%wxoXone|Rh40tqi&%8& zxFf6`aKJ2tq_Od1`7z)=NFdcF~iqn343y-dXrFo7v7U(VAXh+A~>`;n;RZYtS zQ@LYbq6OOPlU&8#zkqK|-P7(#%yBD%G9C#k{^^HU)9xiMSqTE24>o=nn_z%Y!Mv(mf!vrBhJ8s@Q!~d*L`q zLBl9}AnGC}zH!11Q2s;jiR;;bdZGQx;=^a@} z2yL{YJ)8$6JxgkUyVzw>cH^5`PY32Dn>|;D1vcXMfR ze+4*1Bwx4wWrMTI@$O}t`R=XtMmQ3;SSW-=(RjUM)en*;<~iA@!Y#~4l7YKTxUnG#5vZ^J5x$T9Gal-d#gCaag!JD<5)d^I3Zq>jLJm) zgNUA>K<$cb&_!#mSkHJ5_3yy8!=%*f+u<)GthYCC&lC#aI`>4dK$Ry^Iu?eG z)ex82)#52xkS^>UPp7Att zAano5Qi0S23YqF8`aEeEcr=DO#ad{>a_4*Zz+Z|+ngiS7^1Uai5%lnej<9;DbK#@) zeG2$NCFY@w)`~CIfTW2AQcR71F%;l<^^n_qk7q%q#ViYbxxSgWLpY<`ogfxeipET0Z*MhUh%1dm9oLQn7=cgf&q()j=i}t#OS&$1d-vs)$YB~Wy0*g=x zZ;q$`3Q*x)AZ~+c1*K(_DnMXO4%J6?;Cdc?9>tWv7DpKK`yTyK*`;N*Ty(^_29T6n zG9QeLD;=2X%-gNJB9XBhG`uQLK`QuoDAW@*|03cCtpx}BTjD4bUH_%q&tf5=4~IBZ z0x#Q9CdC#5?}CDQB-Z^hxG`UZ;qDQ!tIGX9(hKbXr9-#Y$MQ$y{p@8_U#jLi(1)$i z(vF{*DZNSLx0go!q*85K+u6BJ|GHaSXMQ}wMp_zK*e1{BP&>FQSFMiIPcTl`WBWfC}lK_CfssJNv$- zOd@Fvw0G>GiD`uF+%a{Ltv6sAF@7-3lRs(#qAq@N!n$H}aHF6I^4dUEH98$5(p{{C zlphdE1Z2QOe92sP8mR}rzn~3-0tIZ5j@9_B(moM~njJJZJ<@nZr8Zs}Nm<~mFFzVu zem#lS#}x_4Njj)U zQ4vXFk69m{O;S`y2!R~V*h^oLqOus%Lq7Dg88khtN1HHbu7nS<*JD`$zA5y@78Y(E zw}U*8b)Fxx-exF^$hoS%q~ECMV$A!Uhv&bM>HWUKdVfd2;Vk?`Y`)ZD+g>=3QcYEN zsq#ZqvD`f_lHMs971SDGJlzXmGO6dg0m_4sw}Y}Tcl5ZC(n-~ltJ!Jk7Gjdc3CC_ z0rz-Q%QeOqGR;Pva;F|XvcfmcbUSr5R!Z%nJfcEDY`$zR_H_K*iaG6k-!Fw+o$mT# zimy24vO3-5nI;QHjTHJUKGI9`^31)K|0DiklVXJNc(St6hH(M2IY-TqgH-ThcmC<{ zJ$v$OEDCXY)LZ)z?o!KKsrQz_PO2GQ0WIoYRa*5V<^(M44+9kMY8pKm^G#2vsML8s z#M8QF{>6fRpT6ftmizlgwQ?ilBt9`NIVv%rP4^T|-S22WnQKKO_jgW6#f>A`JUfsL z1-Zd~8LyUp--vG9fo{qEgA9IiQ(@<-OE_tYw%2V0kJ;xspLGwMA57A*jr*<}yBc{p%iC`a^XKyTP`jj4h*=!z^ZfcNR?)KS-|B)i|8OnqqEWA* zqSd~%HM@s5WBw+!!6W9>HZ_@kxf75pP)uouOq8lCG#kC@qAH=f@I6$qC)BO8RMm*o zUW8CG6UICofcAj^G!j=+>(j#D^r>07Q;x>$yRD^dALEBNo<2{quyZ8c)$-nvw$Axu zO-ZP2=#EdX`#4u7Z`R%aOOXlTYG>k|AXMj^54X3jM=RI*;mo=i?R7!DbO1bW)IisG zXak(lbXU0hSl8RUaDT=so-@k{?|{*$p#{uC5Y0%-LVa`l#ns+EI^AoX`gTLP3oz=t zr(WcG*WQm)){hxxF@cJDX?Jz>?vD*4cE-t@1s&6DHZ0?AJ+;J_cpptYZl9n56i~IJ zKCf(^aW-DD>Z-3#WaVHbu60T>JGuDoz#RAZrIi(h{q9k{&9lIs5^_6+N5e?5C~c2* zr~i+xzYL12dEUoi0t5-}9vl+fVR3hdKyY_w(clijgS)$1a3{FCJ1p+5|IK~hpYN}p z7ta*6Rc!4!XUzCwaTeov2+kx{)y;E z@Geso%Q^F#MCJ((kvto_R=d$te~v|^{Mi>*fj4sxzj(EczLX4Bp1sQ1T2F zEBj%R!-IV6-uTu%7&-MF?>-#Alt)6^WX=-#=NZ(k8Ai|LA%k6>@*(5RWMHThGzri- z<(j)mI_}Ep9eYg8cubj?`uCpp@Q=fbN5!v1AD}=}LxR+=8gW<+bKpCx|C7H%H@7TE z_3&*f_n$PLI&+BXHT=I_sr?Af_W38l2iL2WeF#_NHxKMTi9yK|HJKjhtOd2SGJw;^ z+uA+TmVYjVvXf$CgrKtqsiv3isKIhaZL>?^YYZQ5dCCvL8-WA)!7=Q3>r0vq>&>{; zuJr|I(nG|F)2pX;V+rF9WkPLFcdsBjfj7yyL1p=nOU;@S(aWO+yH3`He}*8(p0Fy% zskWoJwf1*I%kKt9^q5L4D*_&&`ekzzO`Wx)(&L%2sH3}Hp=w@D*Ia2x=NTxhL5zvuM` zE~%?-QqGzuw!NKKQQ`A?YFqO%bv@0RSn-OF#{_-h3kM#pG^?@T`ftyWvr^8!czwUZ zD0sKoQt!8m)FbTV@qVrC2GH2aN&VX#1c8{V|&cyIOFXSHvWVW zNfTT0YLrrK5jB=nEfh7YMSYYNdnxbI`p(eNeJw=*QLr}0sbXjytLIzK#mLBC;1jF~ z;E;Kj)N9Fn-6fxlE@Ir&i}V@6*;Kz(5YG%2LvhYP`Qk0abYiX z6y%KnFX5T{3&d}ivEFpLE0gbTkJt?*Ok#o9nz@aVjrm2fhtss*T8iL4p>-Bsu))h< zU{CMO8CwB<(adH;_q4aGe5IGK)@YNZ{B&hS4l)OHhrUNYOq})HA=;QMh#scPMj$e- zK8W4P@D0SFD0nUN$v|R%r=cBJN>@?)U)Nv}$WhJ((b6pGiL`3ZXwRrGz6w{xSH>6v)jCtcDd-_b6ASQ zmYmolU(aJ}8a57}tUZ!ius9cuj!a4JEY)|xOyPZ3xCSoq;~5(?E2IV%UjC{Oa)T!| z>v6&B)Dc#uq|o8#r5Q3S(8DGd!1=-4Q%7JgSqG$`5%~d5MC4ytq1=oRkdwL_~0UNaR~(qVE&M zZzuPjsc5&+^;E$1|D*wVD8B%>_9IfQ?Qy9M%kBm2{p@=FWHn#D!pF9s!N@9{3#(S8 zHj@Iag2xt0#PVCh91&Msgoq8IUcV&3pPq#T_9>v7$#DC`0zpl^ zN^_)p2y0pxz}3udVR?SE)w)Fv1byCeK4Q}^uI&Y|Bf&g3Ct`){ZANM5t&n$HWzg)vgo`V zc;XqD@xHKz(#NY|3{}xVQ;%dG*KTFcDxi*hbiWb(t@DeN;!Ax#ne#n%*pOf3QlYat z8-J&ZbmE@JUYDFjd~viw;K4}$@2@ITZLzmc-V)YZ(0Sh7ItF9Dbo?ncID3734y;25 z6^{2j01v%&Zn_K=+>0bKmCgs_pXUoM2na37FLN)W%L={J#A83`F^&9Jd|w?z4I*gTlTH^uUs6`7lrYnCSa@qDoofiHA+ zZBXgAy3g~v3}^gS>uZZOTIOplNF&%FwtkglgP}IE{h7z$2@`5AP?W0t=8twSbnJP| zw$Msh(}3>>vC^!@^9&ll)mw^&^}|=+<+0DvdXs*6$nkUc3&Rl%PPdD~)h{SFYf?({ z^vy;DAn!F?p0r}NDg5yyp1it!dQrbqSK^}Ap;4?nm{Gcb@I@Kj}9uJHJ zj-TmW8T&ypT_qs^M$o*x=$P|o-X8FR$$&ewHv9{(t`p#((qvO^qDx0dKEb2Yqn|w zQ>t>D;d3N@Bh!y0T>**zZN|uIV)oYibRJ%BrHvsG8Br$bu7a)2BO9T5w`!xC%nzUH zOzx(UWH>yVo-!Dpk@1myU;?lA%}UDFA05xG7Gf{dDx}AhRQBn0-@AX^5+i=*YjFHi zde-mz^^!IZHcInx9^?fZDV%=Eij9TLZjYHgxHjT*>XF9nj8LIc$W`RmuH_uiZPY<| z?$>ud%%~tB5w)7A(P{!Rao>q?l1cddwe|}RE|jM4_bzqCZYR?wG{4{&prR@NVujt_ zApPS7?v}wYvZ~|I=d4~;27Q##xJDG21y#DIZkh6>A4;QUF=hQ&?)JahlBioNe;Sb` z9oh>cZ~Ve~#x>|ulj4yO#cPk`yOTHB{rWpuB46g`P2*sqjN`ipOrQlu-(ClOM-1$A zfdsx;NbJN=O}}18bh6)yo&W_8!-y85m_CHIpRytA-Ux=1x44Z-XZYQ4gJF@><$Scw7DTPr_Dm{-N4u{EW)TBI8}`!`^;q^giuoy(crNZHrGL`0-;UUf#mO zpK>c!2jt@>B(<@#nkzO?qJGf`IULZw^2VLPm|@`T;KrHJnkU6gS~GQW&wQ2vK%`cS0r$=Z3Ft;@j5C$uI^FX*;G|V()BPsU$>2da zYCS%$(Y#1-z*c5mj@gr}wQ6w4V|tjPw@wPD&UK{K{c6l-uLp_+{a4{{y+UzjF3@CJF{&HtDGEzUFPm4}N@Icu$~>9umurU)dn5 zkiXNB@Pl`3z%U*Wb1D7v@>bI3Dw@l>w5G1GJ1OUWogJ|zeo*`8T$Vt3|17a>1wEeb z9K`&#Cqan#l69H{z`f|Yt-@nX9&(HD*=7iF+OdktSNZAbshyV1zCyp6>LHE^&GR8W zYCW+cY4;KX;HlD5FjCTbLJ6XQ#So_cS$#5S7dwoGCzfKT5G2a&{ z&Ix0$=M~##Nt^T2MFzVU3SBBvmv}hM4fQ%}UIT|_%qFxBh-b&wr?7%ZdnI;gTsq>{ z+t^Dye|~w@pBE!kEgu3^ziqxO8_zZ~^q^ zf88zyLPeBZNQ((dW*zwT_D^^oU)Q^2co>v$`rPuohA0SrC_`pnbA?L+$?=8AbWz3e%rY5ie^JKstMV7KF- zU(R%0GyChtiY!(0gJgu1Z0wI6rlgY!ImZKTCD@o91F8$cX3}5GslDA^rqg;O*}UuzaeYXp6hOKYH~Yy zUSsxXl>9pNX?7llD?A`{sI95Yai1SSixD&IvALY*3l4F3xW)QbZz}`B^*o0oFNioSPKp&sg4q-Tn(`S`$Gv#rySkA;hL{oMSPPPv z=18&d$TW58W@|g|rdTPctk{Um7rH<+^$W{m)L+4&hGT-riLX;87owSt-*HlY zzFeW8YKL~W`YbMh<9eR`I|G7ML?Xg37?B`|d^oZ4J1e!ffuMbe1`sE^)&harQU0rd z9g=E54lGP#l}eR^pyG3~H&p9AVg{2%>fQLH@;KoCG=t4v=-(b#@D?*Tl_|~U^eh*k z3Qty-1FrI;AHny%-%b|sm>kh%lcUz2e7|FtySr`{f0a}MTJLq7+$!j=b=9ZfccME% zM_3pve7c#=u_DIh31xD)LuV7rQ5Q|;S8ZizueN}tH+Y^cQAy+)m`X{H%QVr5qt=PL z){%2U)R%^U+9Zfr`}v3Y)E{agl=C|?LHJhs^DZI0WG-5){ZA=vUG8xqnO*HiY6pa$ zHt?V0q>A>&U2l|O%z)}cEl{=hEzs0)QY}S8OCh6pR&jI-9kC0@26agEv3t)JhY!g^ z^6rf`%z$4TcDXXZJzDW7X;AgOUSmJ8IVq2`tU)yG9rJk^_0CA4%GG@&bOb939DP9D zB#&Gv+mnEkPE6+leNZqK6_tfA>z@3{q1gB+RDho4ML^~_m`y^VWa^jCAMgi+GRjXLNX zkHA}6N6h_Sz(@}HCyhg8CNTfX>Cm;GTk;{-p~%=O{gegeHlgjv;bH--8_YZs8@2aT z#L}fqVwG-(rB0GrLK7A|Ig$PIURle8CdViX&RN*ff^2Q<6#!*&#iV_dtP)75Do~I+nV+T z+P^?7leZ%!VCj{ZuPo-hsuU=*b1Dd&I(;aQ^}YgPTj4p_N8aQtJD-KkHZ+`5Lc1OW zHy*^3j$52bj%!?nnVc}dD~!3yQ-FM>1R42MVu;0(z{a-#Xi!dVUM}1H*FEbvDa`6~ zR3Y>M+{MKb{Mq{DuBDcI46vLKJ$-aIW0&w!-p~_Q^b(+5tLOHm0zJj%c2DY(6{Dsl z|I-91mk{US(E>D#uVO0&;h%nMHi=A&!sww|0}MXG2Y|g@ZVjUz&ig9VudYCwn{YR8 zh)Ndz*5?`V8)1B*;*P`ZxIWRUF;Vv2Wwdqu1Vkgl&mxZ+)Pq8IBfIOF4X{lgsK^4+ zuWdh5pCyN`3OJ7IapVN=z;A)cyFwLt;eFFZMkINdAl8xT=<>o`kX{H;sHUdcQ`$0k z+|Q0b)AfgG3D4|Z8Ci30SJfFZx_@OrNDHdZ^5scdwO07tKaS<~g-it#AVHO6>=Tt% z#Apud-#AlUBI0xcVJ~mI!Nnti6EmT>U-9}0L_#xu=c_14Mz~D^8e1DtZ?!z%{khq6 zvwb}eLC+EEqRF*M2-%ugp%}cmOM*R4+O=f$F@2`o$ua8Jzim5x&(8a&7uVjqhV4V3 z#;M-vt68rdj+Rt#SDo7$ESf{F{%zZ<3HS7hA^>>##C~ogOt}diJkf%}Vbm%=nmr|m z&&lX>(&GLam(Rf0TZ1iZ^uRl4MvGr+w1Ao}+y1l`86d9kfoKc$hy{r3m!Sm+$k{=c z8C5f7Yo=haL(*E`p+k=u6)mqrNv1WCIGummpOUhPoga8HIv3jBnJj*;z{gJcoriZoxE=BALN5b$C;m`KY%8?7u|lf z8<7vs4NTKU+B;s7@@45oJl@MW1v2sOW;Q5LCDNICrgX@>UB|K}Fq zqeagSB`TL;-M96BH71u1^p^NB><}WmVFE$`j=p5?#{5UnvM)03plaSB zP#6L|!jm&Q!fWmbMPs(HJq|AXBFwmfY$QZ5N;}Wg3j$?4;qFe!TmCTNUzzx!@I|th zu?gcO$?}`!W&_7&T+uvbqP3LT_sfA_ zm%g7s-65uVh)qlWq+M9y0cdTApLRWXN4S@G&BBphca+0#d5bL9qqKJG7vDhmM7gZA=I^rqCxdOY+(Av_e)G zaj|Xf?XNn;1JI-seJ?7}f8yoG9qbvFnx~0co%EWFKPnE4cYloc$KS06yA*5j#z`+2 z5`mMoK_bUs&NI1GZj5;(?TpZ3@9@OR8x+g)6U&=B1o6?uCLzsHoWw@8BJZ82$W(W{ zS0P66bI3>N3tD4(*rx{=NJnm$GY;=<)x1W5O$i72!?^!862ecYkb_$zd>Pu8@LQ9h zC#2LaqYu|4N=Q|HRZ8v1G*gJ5<#!72zF)llx!@5*vn|mn12eV_U4Zj&-xTnAp6Gpt32LY~;HS-@zNYBdfs@-($+plq~n zj#j7-oBcCzifb8SEdL?08yND%i9RwIn=3A->^KpUHaEOmf3|-Byv~vzw*mBNhadq5bHW^-0GC)0GVdo{+-uY%REUsugogbJ9P99vZ zDc~w{lKu~}MZO!-*LbhPr{+A3%pyT0#LCEE0<3nN_B*x zyAY3jm@#R(1?Y(?Toc3usCjQoev?H*Gv!bBcdH-s@M%nl0lDx*c=#gN@g2=gth*a4 z9$G2#C}|NI0tdiQH?dC7wq3{Kve88!GKx}ss z3H>AQ++daj!ou)jOF!bDkg%di;qP1C8hLy%wqMh~`Y>t{u0VaI!UTou0kk5n>AxWb zKeC@OCAiqBH9{2!bvaroyM00yz) zlLo8lK4E4IDOA8@DWO_@nLqeMcU@X>K})YOf14}zxj{}(uRc4-%SCn=TZI!>lThUM zg=*vE&GwEJXKs0!K|rp_nq;wX(ha*YA1?}_mxjx zJ~iJMV`KRGJ~gS7LeD#~$9+Ae1P+XT)0+Ty#OWPFof3ZE@2FlLL|a-egbrp)Ih6Yg zont%&pigAu*Nt%_MRu*cy z&DwVC-|D7Ps5TakGP3KhBut;WhJQ!IDR^?+S~pu)WQ@qub-uP{me-aylsA=o0M{u7 zRR^u}EgWn(oyTjn#+Ye*8AF6DuU1aMl^0Cr1a_+xJFX2v1v@rgBLcyM?_lR0#KAv~ zLNF7U8#rA9q8R)Qn6vM1&uH2fKh$4wT9;XO@BC%<%Lv$_zxFg{x;IY$Hu8HHMzocXQ4a7buZa$L;wob$s8c>+wG z2H_Mn8-(LTAm@CjET_?dbC>uCB7LtOM$&YdwAQ%&(W-ksYkB(Hk*z@9d0}A#P`I}u z|AmexxxH{fsS-3Gw3uM`+gRUtVo*1=;p8p0lc6P*=KU*y)2ifz5JW~E@!xSw_c_T3 za{ab2e}{6G2`#+3wiYm8@0tWBMIw}oit^cYbqyYKd0W@@eD3`AUhlyhRNh!b+UU0) zTNt?R-fwrpbH6O(;^#2%qn~wQ^|N=mA)EC>av2wDG>9A{DL1!$bcc5cw-_1Y655hPiU8xE4q#Que#gY->~m^OAHRA?boQBYgYo_@G+i{|=x zOKAYeWtOlM;N<=7ii*N7MBP_S39J$ACe+kL6B48)XNHSTO>7<#byd_^A&?L5%t0OU zu1>lQr8-AaSDuv${4RSl-+N;nO1nY~!Ts?J)9UfGb9!O;r82P)qgRQp?+A@qeG~hu zFl>Rp8)YT3{MnIG+1yGM5EWpp;N=-mIFVfEHgx5%W8|cqn^vWV`W_dT*4bLFoOgIy z$X?Eyuo94~h+gcfCjx0Z$IBa}reUnD#c`z7)RF%&*=6`>wcIA%-@lhpubtUr{KWvK(2a}t_6~lR^04!LQwdUmQ2;+^Ar}ZKLiQR! z2I;RQLLMy&st+T9^CyAJ1)>r_dEBklwzrfY2I}cIH8i}gQd*&Y1}61IvvB~O@Ap5( zo0AGsBuCXJbGRO6_G6qpH;dVkkiy)ZMW=VAFcVseh9A8Q`_b`bn`J#XYphry*YKD* zclt8*Vb%66_jeoTyW2l}2eQ)A((+K5h33`4R`msT_-&0^7#PS9uTnqx76et;2^Jqp z0t<{`?hd2T&@egrM`x8=TcnQXR!V^Oc9Rg4D=u%3RquB%uh9Z857)5KnH6DrJZ=Y) z%lAZFj(f{m(1V|M11}|IP!t3h&mlBj&S(^5He`Lr{Esf~;H#_aK@*Bu>cK(6cENun0FJ6UMj;kZe}`}DJ&!&hjF){VcE}qL z7mN5z3@{bmHK&JOogO6T1~Z8LH|XBY7rq(otQJOa1k?S9!MINkA+-%_>77;{w?h86 zOMjTGtNpt51M1U%#g9EM(%~|K1<*k!Bh|p}yw=1+&QjdKV$XXuIX(iCKx@FS{i$Mv z=EqPM`!S1Di48Hk0}RHQ1+T8AGl}goF9rqzCc-O| z&+vVwCVpq8{?7dAVRM0-BA_5aDb95Nw75HLIlXgcethZA9FK|0+wW2+tY>+gGYb-C zMnl=r@fLD=_4^xS>*#SIl#B5>b|f&dcG1*LDii75!%!VuutpsynyqHqyoH83ux!dc ze6i^(^mk5ea5nbrWPMiGguwS16NnGe0Xk%U!)64g=JM92wjmm#UF7kyop0iOJJfwQ zXLhp%$0Tb<%QZC)am|K*NStTYfcas!&&1xE$}M#gi~$#+%x@n^hef9q3JzHgiu_)F zM1AJjDzo$c-oX8#5%#N?isnYZ!K@vV7*FTC6?j<#osFE1}` z*aEf|yJ$oQRNhhlO^v2VV$vntjJpg5DoW^wy_)0{jWI2Jy_$DKkJTQ&Na?@}@-K8& z6q3>tYcoz{ro$(j7Y-E3q@NY>4f3dDvl`3a785>>U>vHbuFuYQ9SqeS$abU@DQw2P z1*jERGi-SL!osPN)~F^6!`Wnykv#+y+(p@bDLx7S9h6|x&{(B%d39_l_9AKh=FG4( z#gzCF!`Vs@rI6WdKi`uONnQ0vE-idkXtYm0!-#j)$+fp8Qp>ga$98yGowSEj6pLAD z=`k^w2HQ8O=XPtyjB}$yL~*0~{2`1Lnt;P}vzXW8oP7BeO1R95;O))s{q`|wqr(Fv zq_4R6GvTsvy*Zrd=1O6Pf3BJi%nVK0AFr_ql*S??=_sy9DY+XJMdoEYEPdZRJve zTToDtSPSuoMz*U^-^mrxRhYr$n&KQTyP$!XI6);F=p+pKTue zObE>HKGle=&)IswLI+*B&f6@hMRwMke{{$ z|MS{%Yg{Vl&U4Es9;2fzFZgr$_ffzI`ZUZvai7gie#&(cWlUM2s#@9HWArPMle`>X zPXGxQg+J|~!EVHB{7r$41U(@*B9(-()9od2ak6@poL@d;$~8 z?s-eWrx(z@`*^(ZzO%p5NUe~er1UNPOV24YTdkl+dZ+!L1x7ActL}&tH~@}p8lTCx zQP17Qp?v~7+MS@aeS4#kdx4kT-NWlNR!8Z^bFzde32+?=^&fN;Y_)&7R2EY0T+U5= z$E74?a|$fZh5F`d_sYNtMF%d=X8{XojZ`3@x#$E16=j~yCno_&@Un@W)p|AopRwS- zj9w{R8JU%^8PFV2`w0Q6c(|UTo1I)E`*E$kzuBwRrAvd&@gYKx-kZh(|NgkmHuOv*Jb2-`j)zO?aq!uM_-_nPNQEk z>1go7)+maFon$-;|5F4MV0SPlul^jk^;24ycJ24^j>5YgNwbY{xxt}*q=M}JS8+uf zuQ*LefuplmiK>+ew2VByg5JD{h*86}XkRUzyx9coe}>mdo}hS@oC#t|4eP5)yh(DH+p>nwVVe(SA?H3;rT1a<{pM9B~FE0vJM{PdphS%c_o#pWMh;Rx(<1xlb z5;4Q|`0=A)7k#9%y5?We4OAz&otFfpHS3G5P02JDB!pQ22+fsTBDa|G{*WsRFc_n>bp`y-g28%~~QL5{>c3nK9^dRy__?9xhbiFgJX8R{G)Gra&g*ak!I9_qErH!NR;quGvL%XQdL;HIbkFP4XmH_>;9mMmPp8!U z-R0Y~_qVKfnIMR(`7f#&G4a9^@Jcm4k1L(Db|EKRqu9!`)e(byD$XkxHp!0{Q*pDU zg<@Kf%S*kBeNS-{oeVTf@(8yxs=`EPV|mmQ@IUTZ4VBn0LS6LnBK5p)y=-1}Aw}_N zIXH-lE3AYy3_dsqUjuT1zD1b2uyd#P^MJu*wb1dymw!&c1H!1KY}sPiimBJZ6J^RG z3lMkl1O)zLHuWw1Bzk;^xZ4Gm5`M`zVfKg?0S@0cB;$eoH(D6wUf(NQr##jaiw6N- z%LKWB?$6${q>6P8ltsw5Vp|r4!bgfBsas5|`q12RhuAb4*Tnu$xgC(bu=hlPJbfyO z0f}Xetag#y<6h4M71{~DGBch#^EEp~aVqny&C>#lUro4;LQtH@{J`ZaE z<0^GM5DYMwEw!~*F(E}IpMnwDV6q5JOiM8p1NA3SjXE|X?D*4$=#>B=Km~wf@|C&i;(3>mDBHehUK$CArxh`9t zha-Izq|9|WW7ueYzv$}j?^|&_Y4!qr7>*omRJMU{`e3=d5Pm?IEkfYM{pJ~!(T?z5 zZEc;=j2=fkBw#WH$RPapK+6+kijnLm#j{RKEDg|FRzmhARMy*~$ev_n-Y_YGxe?W& zN^aDH^WRN?vamiZAklogRN-iY=;hP%#9Np9Bl{;kfAsM6%j=8mAD>Xmd;#_OZD|>> zHCO^v)GiJcG7rEO__gGg|E?Q3jr&A=dIB>xY7>^Q&&=FlyVN~98oUL)kL@B`$#N4q zXC`>N1~yF0r*3E8pOpN3`Ppir@8fe#VKja1_KW4eU}us!Ya*URBIJ{G2$u3c%v=>^ z-8GPNOH7;}fezlD)&hjdddU09ESk`*UI__`s^P$|iTm$s&LGE=iu4eC3b`h&Z~I!W z2P!5a`4Pa%v>SXWr(hh>LDcPA)BA=Mxdp&K<0AT`TCm$~U9FIAZ`Kd>P@$T}PKLwb~^4UtT45If^t57uHoov$m~$^Cc#p0bMz z=VL|a?rYApVXRdzaF73X{sMO4?@Lr%&o94cOkNDuaQted`fnEy0-L58P=s=M6oi%X zV527xNnILk(%fbTm%$nCf6s>NvC3Y%o$nf7|1&+jKDr7cJ62v%PUQLG4@SS0xVHa& z3<-G50y*VDO|4DtAA>}pKT2eqF#)-9F)%nOzfz7dl8BD~*Ps1ELZKs6IOPyu#%H%j z=v>RIPtu&W<5V&>UQb{yAYR*7sC;C<|BR~q%6gI)Z|8y)4}RFGTziMx-7oU0qxsH< zX*CYQz2bgXz)3)#z#*a8)cQW4aC>eff#p zn6+=$+DsA#4@KS9MW94z7Wuz}k+*?pJKUT1&WNog7u=yP5qK}4_t;&r{)rU`QHz~QW?l82&(7Ln!(29@|1xsAqV{{ z#s|CH66&k-6Jt=G%{E}{&ij2ARd3$rmSys7Z=EiK+}$A;sQdm%_%U~HPm%XSNkAF- z?Z2`HzB1&8AqPj){5$V#&^_AKSJ%I**MZjubfXaLenr@S3sG(XAPH%*e^Lz4cHcY! zBNrxe)Zrud;!)v$7Q5#zFOco0DN9igLW+~c(~0K}&h}7FTp&dx7Kqz8W}C`qgpj8AWe-Wk4I=E0xl=5+wKf!30d*fyoT@o zZ^-ht%YHVDW(Kw*GRKXl`WXSOh9;+>`5LuOCezER=8ovPCJFd*jIJoe zy5hGKZVu%|V7DZ^elXwOH*g(8(uI=|gIDfRaw^z1dLAbYt z{HAR~Q$~7wrqaEym#?vkS|+J;J1ukV45`+f-|VI!4Ep!_ z==V$xUOI_Dk*Lp}f$gsz0WS3CkL-p_i~1VE_}pe*E|=AQy_4uhxl{|pt=gK+8}su+ zGdwZwsJz`e=Cu+?uNdvx?Rd~J}yNchV~Hazm6;$3blEs*Ou@56qp0H4Qs zo&x_f4XYJ`=3ZBKo_b|_foS-!L0zr*sXJ{5Y+D=DgAvqxrR5q@ zXXfTcW=67#<~eF5PV>28DKYphR}X5G(DDW(qEb)+nh5_Q4F4S>Zg{ysmwBR$MmFz3 zUsCHl96E*7Z?3cb{T~8MbWEqBmV0@uP^il%`aQY@hUme1P+N1pq2B2h0=&i27eZ($ za1A^zVGn!->m@ZE-~(ijk$#mov&#Nt zDy-5p_gH5ZeU%5fQxtZ?BIaN$Bag>p2bJA|D%DJ3=W@Cf%3)@ISrOsq9#v=cYChie z+!opEN`KV^3ww>AuXFnNB-&xdtR~SvjTQ-M*nZF!K0tb$kxSlbN_pe+A^x zo>CU@T>5Ojq6qxyPvLTZ8kzyctF!9IT;`AuWbwVjSy~b#e9f;{{N~J;kucuf`vE~F z#OoP_+?)S-J8i}Fb8^Z`tdQ&VDbLNo1RmGo!^xuz7}8@2bbaUq9M=P*vQPs8R9kEo z2C}?|WTySYW|!WU!vFsRX^#B=ZW`b@$YX==hYJBBr?;oHG(*q})h^woib!Iv{({Fa zvp1#Ub4{z68cY=deO1q1^Ld5_V?1n@+Jxe$Lq`4NvXY;B3k3rsqBA(`EFkMhBMZlL zdf*AEh*|6h`{`Ezkol{K&it?jamkr+-?Tf-ze&3|h|Tt;xbs+=(QAhp=B)f;FOlsD zBjWI1W5d^VygZssK~PgY5xBl~gdKO}FDeob=$*N;nKB<0JkkLVIt}Xg6|UNW=bP)Q z&Zm7?(a@lTfP~0Abb(iWGca}uE^B%=JV(GLpTe>;An@MaWDFbk7tjZD z1Lt491kr*kJd&9&yIu^<+%K{9_shAzy-C1JeZ`l)7%_MCZFaeqj&6JXr7GJ?U@czdW0Qgs1=_x}KfCZ~4Ir!bV--g=Rb=o}xTsa9D zX{?6nR^xQEqe56+hwyI{ZgZ~VOzD_d>$XP`k0?E5*_O;Hu{;30y-S}RCl0#s(h{sV z4LXf6Px_0&8xfhlylk@n8WLX&afi^443R4WTa;%eq&4w5qR43}C0HQ$ zh+w=+mSm0*jOiiZ3}Z;S@JfuK1b*6^4VnxXv`kLb+=g?G8UGNqnyj(7%+o{!E;S=o_15hSC2&gUjv&EZZ2a#uCFj?_|5vqJ~77sw%X?{<5H zDM;#8n;-5Joo8_abqmrPrUCgWTcAZiQz;D`p!t!D^)IW(9T=l_J>ysXJYL~?R-cN2 z=DamzT<>!m10bO#ExW%!OvD zbev;)BQqdL8Df$u4p{8d=|=wip7gDr&il2njR=!eKVZ)O<&%V-I3nj31}E4h^()1c zcNLm3NVTTm@)$rSa>*7b!6=uMTPwahlbbMfT=!GGa&0isjR%}Nc}O^1;`}~TpX2b< zRv=v*lOEjJ$LaZHLGAl|Q~N$sT)f(;#E_yzWTQ>M-Bq^W z1IkI$4=c|x)7w;v7t{h{CSb?Y6Rbb08Ds7@RgTnBhHTkPS34`CPq=IwZfU93w~^0a ze`|%hkX@%oGz6uHhm6A@r+W;WH0TRu-uvDjj?oV4mvcDgyln!`jXmGVS6Brq(LWC1 z<(BNAFEnvI)RN(UM8tZ^PqOHzW+j0}tMq)uN9Jpo=(g^T`3i#xq0g~JRU3+`aTc0yI% zFBRVk(?CR>>sYz;J6dmuy7C500fCzG$ev`}PB!w#`NGksN1HWX)sOzjQvfbNdZf}* zAU=ddRA&AKeu}DjICNLu^$%q%9c<8k9{$A^ok&!%b}CXGdN)cuZ(EJTzGrk|Q>M(8Ddyb6qKd4nmy z&;OtIO?M3JC%aTYMK?$Jl;LoYCEg(!5Ntpj0T3}@)0BidUMonulB%x}Cs66o$Z9p= z?Qv@AhKm|36E<7JE3;~>uP2v5`f6y*B+RFbs*;i#!Nm{%seEu$k|=;QSQ2xu|7LQm zi?)W09u8Lmgp+8LHYgvJ$3?#m_O-qpp}V_SY3n(z|+QkhAu+SooozJ;3A{LcLf zgIl4E75%-%;hN}#q@48U@2Te6(x|529Tq!;VLHF3_9)KL~>~7BMAf;qw!Vi8-!e=8qq+#n`rJ z1Qmw$A(dLFugw1Ds;#szkf)ixLUy6nk!~zW;Hbm_80$?wE0xE+^WB4Ch3Bt4 zk_TTzL10__AH3u*mLup!;tYn}*xs|+Te}=^gCW1TrHZWt5vzCaJ#Sc~q*#=qVM7*c`)_c|Fs;lG!M;79>1d7?ZdUdKOpX2uP=cg~Dk48->~v4i7|F4EoUFG{e9@01_= z${&w2p#GLC{TnKk0p-aL{tp~V1^(2Y0#{-D=U%PKVW(|@dZY>Ve6ZkfCSGE|wYe2f zcNJ4KN5bDqjN@A=Ucy#9&b_*`9U4d%Mq;N5{KX9o3J1*3^9`#Uh|oTNB1K`-<`ULD z9z$+k-hpboBHf~*aAU;?tUUO*yo4yORu9;}8zD-tzi+^>5=7^#w&Y%7^Fm?qGe>FF z-qF^V)R(;P5P#^>U*l6=Gzb9Z7pPjP$Ds~kK30A>yxbDQ;LI<3y=(Bpyi$3g7hXFQL-h)UQ6{ z{T~H=2u`^Ld5KrDUu!^^>PBU%&oP zRznzchC%()@@Hy{_JFIKTxnh34rinBz1zVQr0JCn*jG-?Yjh@ya`^nk+c$4NJ$~{+ zn|gH%bu)hR_T$@kpC3GYMjcO#XJZ?LJs8gXCFg*g835b&nW;3WxR@{N5z^A!PK7KX zECcMdd9JRm`Aw!6GgQ#dU$|lZ`bJ)7QtGN{CX{en4Dcd2$4di(yg<=mIUFq_QM$$? z!h?M;Td)?E00vU6KDGJcsa=KW68V@RnGJ)oT7*PA&vK1W|C-4n>=`gj*ngx^JGMw5 zb_bus(Y$KLoZHTvO9hm8lrgPLZE!TJ3TqJq<>YLE+=5+P7F9hSjOI9tv_W+g4<5Xp zN_Pn7&~c`%Bk{aboC{epQE(41MuBiFBf@~nEijJ?f=ejqpgl$FX2NCZ-$}tad7}Vw zcITFOvUj1IbWYMa2Yy$Wkibaiq`zC+5Jz`#%y6-{awr7k8mF*9>fOiY5Bx(=#PxbQ_&Giz%bM}hk( zb$a?HR@U~A86HW~00FI(R5bVOJ#g{TRaaLpDyX880J!f}Txu=B27ppiDZQWPWD(|h zdk5s^7FAW%HMbnEsI1A)FAfS0S5j6NXkejRcqKX}VZL{X0K0|F7D7x=;PMq~o;`bs zEM2ymyyT|DJOLC;Os!6wINjRXdFs?zGjkj6aR1Yfz|qFa+M%+t_Ta%Xe9pfL^Pc=s zuS-GgRBdb>lakVslQX!GcnO#O`L7BF2BrxKseAVxXlgoEQBi~2aS;HHW->m63z2d> z4Gs=ZNy$h{%SNH6m!G1Nx(o|dR@NjfgMz|Vui0?$P+4Q+(dwG|&0BUPB%}~El1&<7 za;>9lWV4bsv!B!xcxFeG4+;gg=8jgVsuL&*r@ zuerHxe0&Oz7;!Q}7a}9$B<-cuGN!Dp9U03zckZpOt}m~sE+{Ao3yab-Fu`C!_(^8I z`!Sl+5R|{W4i1S_QDvdwBYPlzbe7)X?S_Vy{rit(Wi2tcu$}k0>}C-+8TEW+!^VP= z(yc33t;6}uqA;kREY50qO*n(+1CubSq%gS1unYB10b8%u~dSFmE zt4mn8a2gjeC3ZwGA|kf5bZc#GV^j07Lx;+iE?ec`=*CbI6pIlN8=E9jDOi=X|R|y@X3pgf3mWHZU;!^5xsLYd0#qht9dt7~d)?KpStqLGm~dn_~)Ujfil(SQHPf7I1Cy?pi7)6?(gzxS-MRCC-qA;U2bbS3XeRRtRov0h{o%tW|Ns97^w-0~S7??o2IR4O_kPS69i1pH z*#bn6cw0uGb7&Ck$j#lWy}kSO>o#_Q#NsGVx%l+oQT#wNR&3V*xhg8EySjRB-n?UL z=S*kC2}wu}iFfSSNgm-tLOC%pP4?coa~}XF;hf@(BAX9D$;+3oy?WK!(b3c0-QU+Y z^e)fWYu9ddclQkrj!aI@&d&Y|<-;T6Jw5%TNz?>FB22X$B&*yH$=C^-#bMpqi@M2qg*N5!g1=y6u`af`g@&9$7R6#&WQ0eYY zix7}d1nF)CMX`ehK?zB_1q8&z?qlmYdhG6Q&;PS~^FC*N_kCB&qu_GQ^c zGxPn<9pk**aiap0U-@iT8#Zio8Z~}8bLKq%Wz%I}|MuIz+ke`VQo=Tx~ z{q>ukd+x=_lczRo-nLn@HuNfS6dfezZw1fs_j9lme5!r8J3%mo*$)I~}L3cVLU z^i_6;Ya{5XK7j0Dow|XZh3JrOsa3na<8YXRaZ8Dks!U_RLb#N$!^ zi|zOo$uU?11`P|FH_}+8S{>RXT*5dKZ-72nwEuqd&3CG|@rIiWQ%HC=CGL9o5hk6I zRXb)-h@v(I>7rWkcGZqLXC|*eFi1j3PBg(ZId{RLmtJ~Jei@<(k}9d*s#O=8!ZKsd zWC;%TQrQX>`&Ih48s)43&k3|m#X4{PLgJUo@YOe(2^K5=tFOM39)J8PQW}gXS~_y% z*r%TQlXj_z(NPDPW3U_<^f=GcxnMTT#`{caP%$Xd0YeCm&@S6|YpbN58Mm>89@6B{#jV#rJg z6#+IK@SKp?82zLB4KkFzCDLj_P(S=IMO+DhG4cTi?$f7VjFHL&>mELQ^y7~|ZSfCj z^x>0FKJ!;OWXU2%q*b6>_ugLWp$fnK%bE;OaOE^oG zEW?|bM4>l;(Le9;cNJ`3KTLJ*JUl5p*)k^*PP4FCm$`5o-r0z6$j1r=NcATp1&}|Ne)eH;~IhV}k^eKq$NB(@#Hp z*WLHM^6DEf+08d^Zq%qnHlPem2vdqpn{Kgx+t=}yY12+~=%_Mm*p{zY-K<3$)s{1x z=U{HyrFE)w=wV$6Kyf@LP_o{5`sqK}-Q`!$guN815+^f;LswtDM$NT!@sj0src6c@ zhwezAcG2Nbf3X*0{s9>2#?D=j7&ve!!~ptSc;Tf8K(;H0dg^)B^Kpc~D|(Bm|MKOl z0rcmee+iv~&on9wqOevXL|lm?@mR26(Y4pDgQ7sI5Ki4olf&ZCAW}0Ll(Yn|;uLr^bDNCepw+zM%4@ZbOa_l4>fh%% zFzW;*1T)tJEbECUp7B@mQbvppbwcJPRbpI6-5OBU?6_drstFS(vr1aA;zG)(g$ozc z1E>a703*PgZn`bXOp1N#=|8>p`dcwgaJF;LJ>QYAKBsYQ-KHaq8zoZ(oO#ytQKQBy z7QjV&v_fS#Ch3zD3vJpGF8}=Vudx~vK^F}lF=p}NW#F&Oe;uHrs7{6>iXPkAz=qoz zx=_jSqVQ$nvbB8y)BM)74R+_hKcqI_f55<@&ph)ior&(6a{Nhjk4{5~rPYjd5j?EM zY8=fmOs4#8x83M@ zDjdrci^MqeG0JSumM&efY}u--ufC29#CgFdAAfFjvgDdX_JZ;RplwG=8-gK`0jnte z|Jt?d4K$4nVT;2Wb!HCg+Yl9u%lhfW$_K*Wq1kuiO}92})}~^zR`1l5=Q-wVi4vu2 z*K6FlN8jdc4*vab_9PfJYBwA?XZP{)ufMfN0)GLyoCW$Vg9oUBxA*+{ z=c&VEk3Yq9tyb-Zapnzgb?@Fgu`3JXnF9Ku4y_-0=n)&O0@+GElSSQFk# zLIo7bbF?cr&q?~n{;^=;;&okaH1bT)} zOd*k!X$8>X>o?q}57iun?$xU=OkA~UEz^p+Ce*gL3ZJO(Tvq|8Iy4f0c;s;q@+7`O?g#;X)xAgW(@#H}IjcUQ?4|vv zSHG#F7V}zn>2v&3Ta1qC_3C}J2~I+2&sber9)}JaeeAKvUvcF%q|5U=?zl&v$08F8 zo&WlY;jl{F|G>j^XenmC>1MK#WK-Lt@tpK%l0anMqFSd;BUR!igzJ(YtL~Fe{xOzZ z(x{hkc-2rc0YkAY-KL>p)ql{S;Y@->Rq+a=K%ax>ShSHS3`#hbgAVF+`swGe)>9cJ zSh%>-{TNoYd7k6EtYnGOz4{MZxcb`Z=dGT5!R5!FF?T;^+YOtab?%D8x*b`%bUABO z0+`~1>j=Y4(T86$&xsX4%#1zu*khkk<)H{O(dYm9-@V(m>*xc(vwM^Ce9GIc<#`UT zl4bTzTOEJv0-n<&EW2#dZQBLUsSfZtfRD4}bIzFst2x}oG^U+=8j~{~FE(kr-8s`| zv$9~D1T)zt!F?5Qpvd%ya>>#1`VE_CEgU_vqi`x;dfy7QYBdl=z>e!H25kTRzrS+= z`oi-szy8MC#|#(>@7k3EZP;`zTLA%W#v3=@7zg=|rCFo-O89~B+)YSMQFdzwYnRq( zW7=-5Xr2=w11wO_luqoecergFnAk)WV=LIEZAYl$yKn!ZD~>;5n&*W!ewDW;wd-&w zj1FJIE`WlrgG7M_s)J@N+9EkcX`(8%?{Fx;5lz1Lz6ZG-hnvtYq|6~gv^0cG!;Ng% zL~UtW$3vfe?ggUa#2N)cHV#Ou5qOEfe*hMFn{@2)G5XOVb?c@AL)p6g7G;&k(Ren` z@ga-=byx5Q`y3AGV4Kr|ZU;u`YCyM;^T;o=B%8<(gvwWD6Qe|#aR3T8K4}s5Ix$A# zYXmGBN<@w%zx~eps`PBpJm)Qgc-duFifXmzUZqOzQw~M{ICR$orqzIf!>Aoh1Qdmwr&R~_ z*v3qpG+Cc}DISh6C{veCn|3;p)*@Z4uaxg7)K^Eb+Is0#&oyfDB)1UAoViv*5n_9ujQ=YWG|}=>OcQ zT)IEe8^IOsz4t*Z1tIiy-d2c{l8aOCctU+`!g`V6P#FVl5fgJI#dE&-3sq0+HXXwC zu4&WOH{N)w`Tp`Nug{n>eoWf;vUa6PRg`Spjec-ZOKt>$Ytpo}ULvk|K59fPOO@HrbFGkp zco+zS6$e`h&xxai6#1!0P^+JC!ZcD5Djnw(4I4G9uv1k!d7eYGNKSRet1GYWH+0-S zCCjvEbMU~ClWNv!Xs~|wo8NP53>!9QAO2RTxWE5Ozxwb0t0i<^?FPU7)$i;$zgV6_ zfb9|W8#KB1{)gwxTY%X7!$1Asq+_StbKgUE+;!jD>o+=XGkJGUq0Of}&&l(gh(o~i z#oozw;)*M-sh^5NP_a|zZtTTB`|K+SNxXryMg`id?flPf=SWY1c57#Zwzu?u-=hw4 zUTD_@+~K?l6DHfLk)psx&ddAt8w`2ap6$oZ!Vw`6&thNXP=Pps1%Uq1{RcqE@w_hCZiy zaYk#5Oi;2QMLl~Rl_O|DVom3$6=?)4c$)xTD4DM^kC)V;Z2A2UJ@oMFu3M)A^&1!p z-!mEFxm09q?x?xA)z3el;-8N8LB=rp+EtV}Y73d+X*y@ahMO8RXci+I{Y)Y*-F}I{ftR%Q8iNf#46`J$jYgD*nW*#4WeCj>o=jA z*29L??C_HdFS?XC#jMfN6Hh$Fi4QLEhd(^VR!{?j%%G`i6@r?{bIc=}nNp=ID8ZqX z<{QUPKl{>vI*pAu6{ZeGU;R}HZ%>SQvUv{iP+Oy~{tBmrS8|wW zwrzi~WoqXxN_n1RAnG<~w)m2DJ&zs&rkB{e)Lwg*bf8eHZsU_@oZr0lL2Wv8I&=QA zGv_ZqYyR@H7p!d9wDn%UFEM7yY3D3lHGSc#A!DcbNtNn#et|qk*HL%tG+{H}|L`*> zxjr{*-ujt8J2kIK2Mtdcq0!YaLx+LF_RL?#SK*F~^I$$8pd<{ym@yM8?_cBeGtRa{ zhhKiHHXUvGs72SVJs_&sL4%gqtyvZ^WVhowNVZ>k1vGHYwQJR9&%Mex9~Jq>e$P39 zeF%?>IB|Eb9HvK-lDi+#$JUz|x%m)4p-?0M!HBg>h@^S*7CJf35jzVs(PS+G<3!Mc zM??9O!_AS(Li{?$_kN-upx8pDYcilK+$5OoK_onp!j|vV*WQF(L{);JVJ|o}(^moL zH!j)>&?{MAK^Pbm1Eg(rW613h5oyQE%%ZoCQVO?V@jBnEJmpn17@PF7&+K>0mE_Be{(pk$0RBX~yGa39h0 zNHGkA+?X|MK1qu}ZFk&pFJsOCsfnjJ0162DmVZv;Caoyz5VInA&X}~_nxg3aC^?~d za>Bg_xra5NAF8&7 z$Kb|9;F#oF$o|@E*TS+bTXh&aZXz{~H#$K;I8D8n`xG6P5iJT^RtlvWHR~z_S<>(r zpiE<`nBcJr={gyLYYFLIq=#D)@6I%j7n#&|-g$3k^tnih<_grKo)W*&NsSpnuEHnE za-@>n`jIYbPnKY6XjSnrI~gF~ieScK&C$tOXU#-5#Ig&o6`gOGsPB0BV+g9D10$ew zmV}2_V1_rtQI+qi0B$pyvpl_Y$py=jb;}C^sRjSYSY-!z9?*f&M3TG+m@x zJyA{ZPRuoniIXX&uvXeQK`5kyl{t&&%royo&*oeVi4ChrrvTg+W!{NAC(m=j0&UOV z?lpYE)TNhgIO*&K9S`eXVy{vTdg?Z8cHV{89o(gt3LM;}XZ^-4k(|?JFM--eOgQoE zb61$WjheNczHs%ShxaK}Ds0<+K|IF{!d~>oj9GIx-+njq-Rn1O^54S_>-y*CUt#&| z^RgAIZ@%>oAL`U?m3tpaj@!=&(_1*KUAv;w_x%`}H4WBe%PUKF3yS>lN_L{td2) zqPBO5vT7(L=eRNp?<-`jE!pui0$_J%ibmn%aCG5uV${$F|hJf0ob=p|mmK>0jWmK3pDc?~vpi{nheNI4L0KzRU5%$WNG*735 z=LDmp(_przTYP)jZfT-mf4SN+gxptHi$S)*QeG&ruoS z+C2BIHtvWgC19$Og;E#-?Zhx^EnBvK_~Az(QEmz5U7+F6hnV4~o_1D5lrr@F`VVHS zgRvkFx{J&hVn57Ay(}1^I~ozP{rTr# z0+%jFg85?NByxhy3N!e{=U?Lz;;rE)qEHm4&jD=>w?Twf{q@gZKsHP|4>`0;=&4v7 zF^zMyuadwq!GI$Pd4#$OJ2d=(u&G8`r&L6r_c^j3cpA2Li8f5l6CZcL)M39@0J}j3 zyhv9&o>;N+LOl>gnVx7^=w@Z$%(G9a3goj~g#$u>Bb);jO5=>I3*uP9>Wq7pAIcW`ST!&5Up#lp z(6i@JD%PN3Q4*kNwXSFI3JiosCBl{i=!E=-!QT431N|ubN(XoO#L|D1%V);X7$f$VA@h65H%D~~O$lW0Zu}Gd1lb1w= zg`RSBQP$w@tdx&KP=|{SSDe%5EM0Qx`pKux@?ZWr^H*GTP-piXq?}KB^&2*4>18ti z?$^IRXThqmQ%*aiYp=Ekcjdz~@uah5s9v-FFN)__a)0yNeW0MHo_X%jPF*+NaPx*6 zZqg6_En2et@hAW2LaLi?xt-&sC(a*tVF}EqJkPNl7fQQ7&q)I{t+VNZAa+nNrBX3Y zqTo)Fk|){mi|t;NKl_%gjP1Y{P{^9K8#rpGJjidm)4mHNL8Yb2R7md3N&ItUj@w9V z=M+cGD#X0byok_G46~aka3q9>(LZ`KdCF8_aM7C^Z@h)s46`wyhtWAm2k1Zv;q(38 zdmqJ#wcXvtg^JaD4jwcfAf}ViY}G_Y>!jkKd1VLlE{F*8Jib7QG9jlLt#a?)eIcYU zAUS5hkmU4QV*@?AkP$P4=2=5UEMORd-H7A2V~;x?8>Bsm8~T_hIgxcjERGz@A{`R0 z@Ss2QCtrCkflxJT*WW%`qB-^IHMSXeS7vJ5w58$R8OofHy6Pm5Z6uuJa->8Q6TKPm zCt6zY92a!bZwPB4LKJEczpanonu0`5Dp5tMlWDFU|Q>^;9+mT^Xe4C78OdoFy zDxz>QMi@>!@l-+8l6dGGc#N9Jf$zQl5#vdo*&rYYyJRVzv&BD$b}l@>L-RvnVz^BN zG55?PpK1Ss2EgkquNpUQ8P$mJeL!j`OXWd7=%D-r{tk0THN>*w4x-Fv5^OY{pNUDQ z3CtbE6fPH{n9&vbYU+un;2~a-K>yIpkgJFk95#n^N2EH`Use_R4Z2YL5Z5v^el9V8 zN(Lx7ZE-VD_<0&(&)+n7Qa;iXC+5_|xZ1J7;09enW+8 z<9_zb;W;D_RM1@;H{G&)#f3iHbo1tG*Ie(zzx>;8&Rewfu6rJM?1^Wd{^Os``ov;+ zS55hp_s_9S+6*k#{`zb+xBu<-_k>nRd+M)WzsbgFpGF?SEWUDaW<}}0#ob34pusvT zgtXwZ03{eFlrs-MT!JAD)Fq~^2tNVo5+knD&q&4OvGK<>4nBY{PX3&K3z!T3CQgLh&?WM?c+5M*OSErvuT+%Mrdh6zsyo@2x} z-FS;bZlejEL!vu{=Y)A4Q=c==I0tA`CWb7!H+UK>w9wgny?RZ=m1edCoxk|PD-jkC z1Yf!8qK1uH#Cf6q>DO`ryf!Ll`58+m4VVGL~S| z@I%wgPe1vBI<(NOR+4)1aAQ9iq~iGkeGVq$zkY&0lU~jALq9hkVdzjLkv;QT<}c_j z(n$?Tk%5i@O3XxQCTGl?bK!-TX!UvLE#VPI>T+n?jJR;s7hQCzczO)y;#SiPN?gOT z)Mbd!~vQs?opxP!~A|(FOrKr5wfkxtH z?og(_Hp*@m0_$15)~@4qW=C?vY_%yf_^Hz#eE6~GnGHAGeCy`Bd_anJ zNgS9@d3{bC*w=5^6g)y{{Pj7d&na8UarJJ@bHXTv-HS6$4)?$i^swFGx#A{AaLty_ zuEq{+D}~PO>-KD+OWts6;YXi&4!7x2OH6Y3YO7{iIKNS{MwA;^nF_|T6L4XbKof8*dh{u@tHrbI8le&mt;w{?8u&L8NI9~8)? znMs*ph0Qf0j!#7OtA$LRZN7aDl{ZSi_Euf-QkEM`rth3ALrI*o;icDyWX=f zG5Z#HFjS_d11(3#j)z@z@nxY%K}3%{>KIrb(j`1PgsBe#qdsx+;_X-s3yPOseoZsY zESH~98F?;J79Tm}D(>YJrhpytXRfmEW$H*&f>ICkZZ6tWtfzjp9mKdU4`VAR7@uYJ^CLn|;(=UhT zm=qQSp$>8HlTST^N2rhkVyvMwS6p@N4L9BzJjX)%kwua6u#&K?hB2&I5W+5Q3L zlTJF7H?#fQ>zHID2yfd0ITScJrQ;@jn%wu2Tb~nQtQ?I)fvV>`DLcB9$|TIk7&UL% zRs@*1!6SN1iW4bE`<(A}%jV5@-*($wlp%4oC5R*XttamF1C<V517f9gMhPLt;9(Z9FHCD@KiOk(>yGb^ZDqP;1*;5f%#t$~WJtgTM5a zty_20+i{hR&Nm~(0Hh5d&tHC-VomfLj?Xa%+OY7656zqB))@}=x}YaTi@*}G)9Awx$YA%fj&!fB_S zZGu=U24}<}xcHJQ;t*$B;}BTA4f;pvpw$*?TIIwYaVMla&q=7xz7^Ya?0noQGX+>X z;f%S>T6HX4x_r$#jmAtqtxo->eFu*@;mmncPMaNn-5mPA|M5Sax*s+5%z0DKnm=^h z@ds9o2n4?%o)ZG>6eAT#`XB$--`j4#d*h~?eK0#X=iuik5b|@?HETVzuI^$|mrr?~ zL&VFM-@ielW+O(8<1|vYUL!k)zdnx`J-$xrzs<%^+--SIC}BV-?jN>!L3?2)PqxFH zAfTjE?Wdo4*3KGnknOwnY@a{-{7XP8c6a|3&Xs+Ib40zG+|YlDKK#0@iCbeweBv#}^VyL{sUt}!ce z_XW(#)0)l%%wl5(&N9FY?o{M&a~GaLrK*5gC^3JV*>ldNq$;Fa3oj1wEdpD!r8(n_ z>F6Ir0_y_hSQ1wnl}$Y96Nj-16%L?9On44IpQ_bsLyb~_ej|NFX~hH4C&C#z6YLQz zj(CIF!R3O4L<~BRPTxA+r|26kp!bg&cg~E z?Nnxv&mdrGXp}eIcx%uSObK{pe-%-o!~35ki&UmFgBKw}f_5m}G(_0we-io^ak}|( zgu;j8(CP~>jp?sl2@w*h%o`zQz&*lkshiC{!YY9Ep&1xAeo|t189!&vCq}d0} zVqUAW$o15}$O#QhsARePv8IF0>9qA^cJkb}k39MW3sU{&S7giz#??o}He*2>7Q6zd zVh={~g;AJsbYhug-Vo3v8))L{$OdT%Hk;^kD1;3bR&2uBn6O#Z7P%o)pF=DYeGap? zVZ%qE{okZ{jygn3{S6HdYJq#`3UAj}%-)jwbHs+xjb@MmRkFc~_$3TAseqi#^Kl5oa4%OWu|so| zzz)qw{qr7w2OjPDyS+V3{uxKNQJ31Mtj{w1`#=5*i?v_m{W+l@t`(uBXU>{?*4ZlYDENXE;H(<8HyYhtwYIqIA|Q zvN6cdld3+v*G>Kg@7af z;@Au8ENE|Fx^PTV;n~41B? zKv}WTKzarUZ_mBUv}<=r!gDAvd1t`{aU`FFxl>O{0J32;X;-*&2yQMz1m#nd0yAe# z`0~X=HPN~Q4yYO075#5y>4Nqyv9Erh%}_Tk;P9ot*cxn#l@Y=?7XS?@;*tpC92nFs zx+}av_+@bsp`UR~;8&s@#3d)1?>ecVekUT+JnpW%{Pn2(LuuZ~_F8GvqJ@x$twMBK7S%AVPlSAjYU8mnY*TiGj97ZofY%ND+eS z(wotv$BT$)I8u}JtM7=Jj>jtA%Y6K~;mAy$M1TP$aFkMc_G#2yjLKZ) zsb}=CvlV@K^DUblyO@9&BW@p}m82ld$bh3__bheodIWUkVM6)fRKY4f{NNLU${N;x zc^;~*!9`zDXfA3Zuh31Y4F4Rv6>HmN%T`(dQC|z)Ew^lDEJt)js&Fddxycf@$Hrx& z3C|&fEDXiq3fD(YkCbw8K4RTw80>t6C?Yn*l2!B9Uws>%gm#Lw)FtpT z>H8m8^Q38~CHI6fHg;U~W84#(=Q%-jIH^_>CbU-l0}CQVdjcU7JE9#K|Vu-J+D-Z<}cOeh{2YjUTUxJ>{Zy*gybNCAuB727r#%@+{nIOdqa z+>7nd_FeYwI86EoFa=)y4PTvLR<>aqyhC)G?r(p$kG6=rYD@0jr@y1za8_|bFOCol z%Fc}uh0xN_Nkkly`MAkb)nq#sGWjD)k`kcUxTp~&%W+znnCS;Kf=(WAN}A!89ceqN zAz7XE2?H%i2)==d9XW#(o=1l4+mqV0J6O;sC<)znklp8~eibTKY1{4)!LkBwiZkX` z&4g!C+A#JbJbIYM61F2wqy-xX(~$}w7{wyD78ilD9O{z_sP3VM9~(S)gkSlsY!cfu z{|$wh3OfN2<$||2rU&Y&vqNznBXBdbv|ukdhW>XbZn%ZjBH_?2XETX3`Z<>;G7xbx zxK)Ul7dKNeqXHRC#+m^~1aPlj*X6Kt=FCUZg0~2gR;@<8&<(1j^YXAy6Xd#iYS5`h zt1>qaqa(k9bd&gXp&Y}SIMS$Rgl0}fSPnhp_XM>8hq{QHjDphtRH%TW)KD>T8cga? zBB2~eMa)X8r4)`vp`}4wdCH{+=v(0{)D|YrBvdMcv+)l>8%T?33yvG^9QT9@Mz5b` z2F)>KCa+QXLh&TRx(o-SNI_2c>kCtX5`Xf^7imEM2|hq^K?Zo}v4*9`V4annJm)zh zZiKd2(5M_E+OmPRM(M^SOIP$tMS5&rxpK9zh>Ji4*~)X(;L_HoPya&>>FU28CYG7% zIez?co!>T zoMbuu37!+Ah3M9=-&FHW2OeCsZJ~418$_C|De;>zbFL~yOmO<8frExys2vWPj12j( zdhy&07CB6K4xYdCf|Z_k>eP)MSQGqK2|CTCJz2pFa;7}b$)~>w&k2a>zAr0z%t}

    LC&9MQE%!-l4?p+!0=6g+!1mFMuzPXcJ3T}Ajd(@HaJDJVXf5r?1aFD_rduE+PA1#k=h@bS9Xoak zi@3CMsZDXprNnC`aF4DKkS&Q+mV-?t2~+hq#~nd{R5&p!974*bbFw)bhRj???HV;OOAXMIkN|h{C-T{AHnhC|Ch>*AHVHArNFTeB7`|ygm z<5HDGaMnQ0bSmL+0RmQe??q{-ZbprsaK@SEAQc)L6b0&y&exMMI^)J4M_l8)-^E1Y z93<#78AO#Iza?9$!%^Zh&YaFQPS|&IHsXbtO~Si{ZWgNNzU#x z4~fFT91O0QyeMW+qI%LB!jZxEx$n=JT5wOOC4xS-$a_K)wi7x-Yq&nAZWXwKajenT zR}o^)w*XBl)$+IKg!1`od1SFBVzoXIG=$ z>KY@CS45b&$Q=D(m@qd(Nd@g)GSKjNk#R(B@rSrmOHXpFa$w|C1&h#Wdc!G_K@1%r zgGOAG@;qGitcS*kZxx=S{D>+cgsw<^f|6?mVN+(&o$&P2&#JSwlc;Xpd-*o>Hu_dGRaJmQb1Do$DVnS>iIdn*pYl8>&vWu= zcTIVo6W$KVU564MVm2xz_bKbI&lYZMTfr`$O!n_QLQ~4&!pr%3pDxopTqt zH3ocfcLbMi{x-m?eb;X4fO+=p`A)&T4u#XMh!Vy`N1oWurHCHJa~GOy(5QLtAZfXM z=$)0ii!j_67{fpq#g!HY9^7WacL-Q?bR9nTJBzq#H7hCX1p!F#UokwV(!mFJQj_R; zzy+n>p^!3JJSW1VDPNR}Y@QS92!6>yLNbU!u@Mo}aNYGAV@%;E;4joW(j$*N5u$>C zg(wPQrUJ>8FNBboNy&AP?rL;S54k$hW@AYzB9Fh>{|FCfB*QJim&D9NR%ApDY9w8n zkcct6GMSU`65-Df2|4i>IdLZsfr)ER;{F_JknnR0@lc>*d6n>=(b!;&!dJ|gF&8(B z1DcRPlMd^P2zxpw{7L*bf=a{6fOr8Il7rj|Ut#`+{wIe(dXWzpra`eT9ei+S7kW}wSmgD5=v#89xGmS= zu6PFQvby)^!wo4^M%ZQ$DmBc#P*{;PQ_bmEl4xv628TqbS489JaL{3tRDL4Po-h*3 zP}#*{q_bw9D}Xf~i+V9rBpz{xDLtY7x4LR68KZV{QJC=x(WOpwZL27SKF7I6xba9K zT9OY=qlDnc$AX{hZGKS0hK<6R={b#KWQ)*wp%)^1YVJHshs32lvL#c@hqzLf^|G85 zliB@aq&&~br##Qer@Y-->9Q5eR;ZkI+Gbx-kea5#Nf%1?zk?3xJn`7$+1uF3c2|9l z=5uj@w47}VLAE3MoCsdT2FX!3?U18)kRp9JeYb&%}is zOxh;lAuy5aup>_)YkBDucaui^Txr}hgk2VL7xbjJnSbv2EILBr!#Ko&Wt@OUPz1;r z0uww6JbLcWF9KCgso4=ZiuRN3j)^SdJ~#S^%E}_BTo!7KUX{q}In!sq{nmSc!fl)H z)c-rzS{=~Q=gyc(cn&MXFkTW*78uRG3xB7CEaw0~M}*56Sz+`F8O6mtm2_Flm#;<@ zNMO&NN9GPV8>mY}0kF>?sxx&TfdQ=X;ZdWQR0b0;lmS8 zK6CDZ^Kk~=M=S|hNMc;RmE=#7pKFDH$kbm3E4=XeKd1u$N1{Ts=x`ikdmTu}3RG2# z?8(GE23DrTAhfR454SF37k7^$U7q7ANXw_6rd&jVr31UbDT3zQGe8sfbLvp%JdqUkd9NRF$15{LLAZ%^uQP$vifTPD#*p9Y`TQd)wu&z=Qs zN1w;fg(orx0|#%p3+ufPMLW3simPeEvgdMoq+%7i*@)<8bD82dC}MVfw3;#1oH+|r z#&pvy)VACbDsRQA6=X~b^^UM?R5bCHsDJL1bfCx|v{INMSMOj@xnG^B&!KP@iH?R% zzzhM_)FghJgm4goA89e}babpDO;Qfx7PKbKTKVhv1{v1pqG|ifz|1KRgG`4M4mgOA z)+M9tY9sPbkeIMCj1=X?a(e&$4;yzPe@GB?^4(uKqbT>1NGZgT;al#g!d9 z7}WrDXqmnt#EG>hh!Zab(4Reb(XcyxRVbjtSLEoU2XN$o6y2c0WZYS1;DFq3H1>^} zv;gj1qlut`&ap}RDtz4g_C1D%M??hnQ4B&@WysvJWqTjQbmm6VrArU>)EnDJ7l{W8 zJz5l}q}Y!0S49O9&5pF@&Wf<>lapi5PPbO~>hPO~kcuNY$<3Q*pEK*tH{XR9*`K&6 zWoK!Y;uTK5iGiTcMn6cGx)mZ?LZxx40iCbDW)1O+!~WdF(xElr&c6kM7mWaLgyCAZ zImow#e#>JXe<0hfib?1S8LJG%9$39mqvmlPWRXcBiVB;nkZPt@f-AUlhUFnUD9$!i zd2Gxm7@f-JmfNT*$u#M}Q$=NppN{e_CPrM;#7x&lT%Cp9*s&9J=Ke*Y>M#M-+d=~1 zs}2bCC-rQvUVY8Sto$jjJg?>gWNzyA+%Ygry#-KQT^F^926uON4VEr58$wdTfEV8x(I(uweDE&~s(yUrAOv zok>v2+MQm0P&T8Iz0II@h_>erpP^fZbqP)5U&)4e)hTj(uARTiNp#iRA441Pg5qt` zr%=&Ww}PEEsl>_paT`}d9kBD8yUHecBXYyzGfV~QpX-mm%VR?oay9%Vs2$m4>T4H;Xi@qz(^YEOP&h74c0^O98G}h6_ zpDH5YvTp*t&Q8b9zh^ka@^F|;)FaJ55Xl7mB2z?G)BL<6{fL~_zdj7jB#J=3g2$o* zd#JzHGyA;I#nj>th*o&LJ%^$3u}vQK1&OjXE&c52``m76%~%452nQWg8TA;`&{#$u z&wWr2)s}D!4rGo29ab~dsJh5jR^rz?2I%c%tvi4dIpV8R;*hc;*2$Opmhsa~DNY{6 z_cV3`HQva(wrgd2xNA;Eu~u2}yEUb3WNKmZlx1z=v+(7F98__XLJd2QFa2_oLvEVC z9(KbMm%>Sx#Q!GIKm3xSk4vlg(4vl`EUXC^=D|XO%^kW*Psb2iiHgD!%DJoY8!jJv z;Y&nOfhl>3DMDK+R`~@E7lqnG)Ctjy(v@|?8uF>WVnL=0qU#ZW>kiDTRBY^)l+YxJ zYf2~(l3t1#wIv{aC3?*+l<$cpQ?FBFy+}7|Ut>NfVt6+f;lYngADG0I+qGo1XG8ot zOq%#aV6->SaR$G}do3~nx=PnaUAg(GyGSR2@XD?GIYb@T{GqRrA9hns|B?>Z&%a3fd-1#HbfYXT{M=N zY&B)om$iHCK!JFivI!J2Q$Z+5pT2i}|Mw^5pXp^3wH{Ut7FMTr)L0Tk-HGTC-Hj3& z{$#$!09+QlaWRx=niIq@*nt#e+}_i%8;l`hJRufO3s(948txpYVNB0sb3jDwdbDa= zYNT#QX`=sIW<%$j#@bUX{0I)ms8La6uQo;Fz#@DKG8CDFKIz_QA{Ue6S#~Ht16FQ8 zyjpVqrEiwG{7?Om$qK!vUR9>+EeuzM7g|Z7E67m>=?zVr@G>DkW*77Ci@L6)d~yB* zanc+~8QVQ(T!{<`yF;jqrbNAe^^^V{S0}pBwsCg%tBSZ^-j|Q()gFICeWyxA*L~ps zV^|UsgH4n*5L&ktg_D!&{S)W7nUtG4++Qs}l;=BT?)MIMnR=10|I3p(Vxo)jvw}-~ zo|fpTH1mK z0(+1{j(~k&bb3I$NACA;B=pj36+6fT1j$xcD%3h#oz%@4BqA*l5qSGhZ}$2boI8%| zMooS=j@Oh$rzA6ZeA2eR^-o?hC1Ky0n~*m$^Ikj($mvQ^z~z&w;X`iS6E$HbObwqi zE+nz3$9!w&7^&Pp)y7YL;rjN2ebJzqO%1oSmc=*vPb^C=KAY|ct<7LVtpGJ_r0Bjz zF63nlM{lEo_oz3nO>(5vhq@-jO=hRscHCMyJQ$ei_+ono)J&f#XID-JlAk}hRpXw? zK}G%0`#rwrJGzPRo4}$xQ}5l+S^_W=u|-+-Ky3>ZXh3oIB( z_%_-qw3!tzSn!rYntk^yg48r=wks-+R2EG=|D^gX3%9Iw96B=YO)Kj&u^c<$spp0W z4~C2%s{^N#yep)<#Hjr8o*Bo@6E({@BR1s-%}TOxdj3HA@J44i8ciIi&93J?@BM< zO!nyNan}yR4E5Ij8f+FXnbc`Sjeu+aD>r>cfU5H`vM+02mdoac&w6%Z=xa(;+;et& z{Xtnb^FFN!aV*?jc_Ron~F z`AAMw0+`tm=%Gc$AYu8Qoi}2}^wPBnu!LiLacgs1MjIN}L(!T1CB~h`dMdeFeNjdJ zd}*ckbe2Qwd8m9Hr_d&7hQ8z`a3V$ZxJm7qoBZDe@XWoQDPi7oT8~O!Ey;6)*5A{A z9Mu}>H0802S5sbg=WBR8lx70y#f}T)Zm++< z^ZUxHw!+xc5d~NgBXXHEGggOa{0tvjhpR?!lWM!;cJq_|M2~dpbMXsyYO!=p+q3^h zh0E~$YV6h}RT(W1eamT3NjL&a?JxOp;tmVUPC5-=8U_25#7yT@urJJj2L5;hf)j17 zC@P$-AoN6RiDgkTV>k5U`k>33w6PE6gN*t$Nj45wC^cuvxi*!Gvj99WM|-%%I2kJ; zrqkG|$7M>=syrJzoK%^2^vN=77$A{@yJ;N-kAS;>EE-v%%Xf- zr7E>g4SH1-t!w9orQr*CY}c2sx7DLlPmgA;(wC&{7NLeH$rGam+z;Jcx&mM0iJUx| z44rx@GI%ek>BsXxM2 z&c{T6FI9cH6z+7?fTXG#nt!Ecc?MHGzrN=29T~dNRhj7rRKn$*2%1+xYM1B6hbeoG zteScJ!FA+BYXAJ+9}Bj#m%o&Kg*W;nmBlpp2Q1%PVVd*yALsZ#Nu*fW1wUYE2A%_%m%`t;rNwq{j=Lb&K+_dRx6<919R}?lHww^ta=&v2WWdJ$UwyQS*;to-vM0FU4 z0lWo(c+tUsIz3uLyW+7q(KI{acbKx!{8_fv&}n#2;7$GYTO+xr<~uwJezifgFZl?$aMukXKX z1d5knicX+H=IFcuRMPgB#T^y4udOihu%DSv+yih%j%(V44U!4wYrA?3$q7*&1Ws@M zPIYYNvkULG!8^WF&dG91n<*=PPBnd>=^`nw{qVr_PEBOBE>e+rBn@a%PS zAh9$Jxb1&67PvfwL=Mv3nKF4E%$`oPo!!m>|5U!)ehp@=n)yn1qdE2=K_W_J;=S%R z_w&N@76|l)@Wm!YoQPj$nBZmqjHFpluT+_=I1P@6LABQ!5jSMy`ew#oxBiM6#u+#Z zKet#ptvYJ#G0DckR?>{~4fY<%s3-8yT zH|O=vEoYmH*{L6&i>n&K}tZ>y@ z06TBeg^xn(YDT5&VLQ5(!uv#y>_>3j)2oLVR!Tf=mg9%xKj2OtEz`i|PIhERUL3IC zkEa>1;4@&MCobXWdf7j&?b3LwZd#kFQ~Og@%&HR=T5Md1-(=gVq1L)LC4=Is@c)$| zr}KU$hlP)K zVX>cjFfX&C{$W&VSHfTA`iu}AZL)QSW-PmZroD4*2pwxDPMXQH;!`K|EQ1c&^2u?iG+n?4u8fJ zlN`kRzQ=G<$Sg$3x9Sd{_GsxCMAH)DDkAY&FSp0G?IzbKaKZBbn>q%ZMw9t{#*8)Q z^2mdR0ruZ6pF{nxmw(s?m5wF%>dMg}pb?+V-(jYFUv>Sgil}_ZULpyl%}M%c={S5K zI?bxNX)vI|xm8=(|9*@cJVlnV!r!R%Z}M5k@+KK#-+t-V6={DK5XVuL_B(bzK?Ne%rL&AqcSQG>1KCzmvK+Fvv^*j&YB}y#>Jqe$4A$6prez zfBeeA(1rdUJ8$}B#+1h}e1rSzd)n|r#uU}PP0+!~QfQ921z#J+$) z39}2*oMf3wI-y!^v2Wkp6BaB>#>*<=NI?KO*^lY-?kGnW`nJYKJ}}>xgX@15+e zg;L_4D`nf%LM!1b5Gm#odaCWX2jOdqcC5zW3W<3p+{QQu~M>)WG;5PCNFNIJYV(B^WZ> z@67&FCixOMO7exf&qxGRWKX`CGR6pf_#}2_Ojc&lMx|bq7c6viYLiD$#w6 zY4B9c(fJ^4UnpnD21XAH5V+_j{`-YYfZXl%mINqGrhtz4*J@p|aSnFM5Zp7NRAGOO zl(CC1*I)ApU5=LECb^qv^1{|tc89T?XbiE)RV7(Q;u!{{5LHX)i}t!~qaa14ws+Ra zUw`L4RBl8$htv4!23}=w0krfqjP-Yq@yy$`*4y5Yl_rt?O#LAdhAC)yVcHjw^#>g_ zt5uWhQ+Ja7AUi7yB&|ow5b}U(xsJqMc_l zA&1Rw4@S^(?J^=!IBX(bq4sEXwal4g$c1nV6ir&kn2@Zy3X&mZ0xFs;V8 z1&GVc8pcA(!bUV})xsmO&hlX>Q7T~3`MEm}wnxKJiOP{=$d@RtSauJ<^wr?RR|It8 z2?w*W^vE0X#T*JC3LY=~HtSp#od=cEO%?72Z&^?Xbps6>9tw&j{s6AeL4aR2kyDQm zMkt!Z2;AQ?&GWuJ(yMR@6$2tSrOR;@kMmzXcX70+0OnNb_Lq_4p6H+8GE^GmwM=2u z2I&Oq3mCo0cP}RXY`oPAEYob`LJ9{|dQ9KS_Y_S1k5D+G^K;vQM23XzE^m4X`p{hBv z2VM7DbZLek9VY8KWiSpF{8hn*zEh~C%e5P#yRk3r0FR}$02BNXuCw4I^CNe0Nx->I zb!&u2B`8&4T>MrnP`lBG?m<2619I16>Uh=3kowPTQr$r(s&WP*%hhH&qHCO2kk=U8 zTA6%AS*q88>gGkCcM`ibUBBFlP}fr?uROXdW*Q-%l~^QEQNy`MSvdBLnCtV?u{~Np zaHj6XGaNQYHp7iI;&PtB@f>m-%n^kzoj{(tF3Vg;*OKM~8*3fdh>!bf9UyMF2)~6` zN#h*yKkm-Fu9AW~2tN$rcXU&RRsFZnaQH%6VR*IVa=z85`6qt&HF2;Q&kXnS+)+kS zP;IgsF^w8c<##yd;BpDUDoUoshyfb}V!gFg7<8F$H*#x(!Z?=YmO z_La6LqL~%%zEH99$LHN9@08J~Jbc(9((yEz;R$V%<)gBbIeMnA+$oAVL&xB5&+Qdz z?^?i}-SK?W*AaOM#4Lkj)0W*usxR7A$B@u;aEj-u)D z9T4Z=Y0|miE{h!ALissRfoHX)Ws;R|{ zn!@jrc6v~~1B&?Msr~kVG)P2%!4&;;CnSwz%;<5^lfyJA=zm;&zdx>57Q1K`9554)oTiW?Z zeq}(LvF3z(C0|hz>v{U`m0tcd5{ev|R8jOUD3j>boXhX(kf12YYUw|gC5?8Bs-HT^ z_G0nq3Bxsd1x#;S7R?0c>`D{j5=%@{Gilkal!EO zj0WK2v~mV~kM~;lR3I&>dmUZpV69{Ijuo)4M`8csc{}$5u(`+vnWEJ}tlL`azZ@R=(dFDuPS3RUH{(G*(Vk#i>U7X_;2W zNDWk8hYtO}xm^xq3l0lsG8)3b1k(A#T0w+XlNa*`O9kW`PH?cm9?Mxg zqjr_Y=117DNrJ%9zl`Em(1~iNb$ZE^4Ee3U45PTTgshg!)01AH5*{=sxfT1U)(_z5 z<_)A}%pLq+9!#-O_-visqJ;GD zF#h>;*WafKinV5h6?7}!bP)u?5M*NjFuvcYo}6F7sGK5Hd_S1>BXyGakW|qx+DI$2 z&;5uW53xT*Qs08IhyL`TN(1yn~Sp~?My9rI5`fm4+tgo_WFzPQHU_SdL z0)=01S&W48ffEQl$7v*^J}h9=#7R=YeI(X+N!vkW8l?!%&mdg!5bH6P9Z zW}oy>yQ88Ay4m*_^!V-YOws9Aof% z$(6Uq_J6%L%cex;sS66eZ}?sGFvx3vZ0rmfNvE%j-3e%39+C?$W4ppMcob2({HL<+ zb#1ULZWy;M@j+rHmS=_ZsLYdhrXLAf;}^Ym@1MBu>TDHI1GT-8Xa($uSxJ}9WG26# zIn3H(`)=xccLK%2vEQ>@n%XHbT(0aKL!f1*yjX8YMlVaT* zZ11$E+xHjZ45p;rB9$~|z-X+~Xe8BWkPMl0eyY1=rnCiLXa7fxJ4F`^_m?eYUkmh@ zzqs3%Rlc-!3iX_50`l~L^YUA^AfiN49$Hv7mKOdrnvJcu+c%^;_@M~etinOg1@?aD zT(2h;sIu{-4gqeq=GC*ZY(-z?pn`Ao<{}w_4Agh~ge4B;I(qE|U)mb}Rti0Ix-7{X zwmc!sV0y(}Vp|e^`|<1%hYt5}gW3+m^Z8H)wtdI~VKEnhRoO%NCf`2v03KJ=&0OJ& zQuk#D^oUtwn2Dz$iYdBVX2K{+Ind;GQ3m&>2b0 zs3wLEo`&OGY`**#aSLY^3By3m*Mgj!^@~o*#FArV5>hnFs)g(!{#nq51q^Lis25}2 z8ulX{1e(5^TlHk>B)hXgz55G)9PmSEiaKYrfUxj9JhzUM_QMcW9SJf;K71dXa#!FL z20=P`=yeP@faCY>%C3!Y-2;+F>7j&~2?48!=YBdmf5Pr(FAOu~#*k-F2OKthN<~sr zRp$lv0UwhauoerZsZ1lvkWCNeRQrJk^l*;C2TP#fKP;%MF`TJc>*?g>-$FLwDJAtU z*b+UZbj=*5En8DoQDYrz`hMsnp+emAiimE7uG{ajW0B|Y`b>78fH_weMk^@8#TX`M z|BRWMk^hLx%=z`;h1YE2vvX^3%+N0etPiujQN%(0n$tJ z;ZFQUU%#xHJ9;t}p)PByF~!>XqFwKo)eL^bL&JcM5NlE`++O_`({|$t4W7EVpH`U- z4~v!kQ9j%5sYmtD>zz=QiO5wJqxSre45m37J($|LuT(65(8>pt`g1-5 z$j=`-0>?z*{QJ6xlNEDmm{u>@9B7aeOvODW$nF1Z$mimeZHIeIKyP|n3R)yXp8E0M z=2y;_)?k05lJl$U0CS)dAfK-&1iu%R^dRfcz20W;V1E7*0f~^nRQVT^QyXt(iVCRAe~65c@F zb2bA?d-qS}yab848R7yu<5pW`h>Ozl}yh{uEQV>Du#c|(| zB5>BRfDm2_7SKTpXw&UQ7VT{kmaD}CF};{ax9CGFG(YD4LtW6BGAIVrJI;% znAA6>v+ffl;{3?Umht<+iZ<5lm`oVI=6dhDjl2osVp+XG4X4|qMCu2FhVXO@k996v zLm(kC*^ApI5-1en%H&=TANLzj!Gy-sP=oq>aN2bTqNU0>3`)jGawlZ8R+*^uB`9&` z;0zIfmR`!qpeRH{CeN|Yi&z>-I$?zm;Ra`m(Mgs4Bpv*2JgR&6EGUEa>KgPfI-Y=z z_h()>@l2H>b=dhTAgODzd!HLr=;c9=)--RGi52=kS8mknqCR2WnM)dw?_1C*q#lac z_$=hUj-&#^vfi%WrOCXnkSr!vylZ_opRIY1hOL4|wF})~Z_KZ({(!T)R>P-~RoJ*l zxIu00M7xn>_$n9w41Pi^CpyhoQke|azu#oUs{W_SuiM!Y?1O+7s@4-HM*{;LQ^B6# z^D2s}O}0e1FoR=Z+7>s{4uk5ZEj+{Pm`L*oE@kj12F3KTtJ1KQgSeAVUSpC82E?D< zJ~xWiWg6OM_Bh*|8YUKfzPsx&hHOMYY!-W+HR&HwRt(%8wOp|o8%+hn+2j}cyhlhA zk6m&uOv2rdPanEubAyXHzlaO(xo4>+(^oe~<8Fgqa&T)v%(Yg;*iS^~X36-MtJHBp zlVf!9XDa}lq9E|YQ`H{}@qblt15DCheQ&XbLF}?hj9;j&iA1x}n^#3e7_&=pmiw$anX>NLS(`j;h#XtZN?1^KNbonw~(>(AAi}3sAWXpu#x1BAr7XG z3}^Koyp#zd3`P%WX8*#(05?Q;EE&?>h5qSji*VhdCpufZAeE*iH-P)OgGF`FGCe)J zN5aMNS6A})m1J5bK@Wv^&OrdFw_M#XfgtJ-2{%+DOl{Uc9TeHbBIg+RTz#=~ykd`! z&`7Xn#08ajoMqwp>Wk#L$z?7h=l+vaIYZdz(YF!WuO(`b(|u4<)JJu;Kj(f?)9W_g zAe`i=J+L`OUtVKyn}>syCpa}+RMNy464v8BXUG)DG*is`qXlx3SXwJu z%vWnh(Dso31pqIIk&M7YqM7~c`zBkZwt-13varPdJ^R;*>y7iT%dI_=JUr8O_XX2a zW0UWkS1u;KrR;IE;+}d9x&{wgSJe$X1?%CZW+6yKA5E(GqvIjOMoGU;^Pk9XeRFYs zexSgQmG+}tWP>r6mlQ54o*kp0nRdyAs7}0``@eu4OUDEOEMd9D`1`Bl%4`%?%4X=8nWc?~o9zR>j+PS@nOlj=0RGQ?@M3@RPd zzj?n~43_ms&tZ#0x&uh?6abM!LToqo_oc@uBF8(_%w`IkF>!ITB*PYH6ur!7IJh!7wZ9P}F8`{^5Mpp;;g4*pug zHeb)kir(dgsEvY6ErDRCSES)|N3Sfr!__0=)lfc*7x3%RhImom&o?j*)T752{x z?%lE>pN$Y))D!lO?bXP1GlMbCumvG41s-w41<{l36Ih3F_U=@<$&2yj7p<-&86lw~ z0~h%`HaEeL2hk3VZs$gi0jQ6%Ot>(9#Y7WE)S5i|P>;qatJu_jnaIwgcXjH};2!88 z2<@HyHZMFl()sw}D6;FSIcqMX-X=1zvkY4p#mZq@uJk~3hg|0dZj_E8E<>;33{f0f zT7(#kWnY~N@tdypuI+E1#Efvwx8I2rMq2O>^Mf?|C}+$(5dm zl|2tz)}Gji4_Tg4>OkZT zWCHA+R~73G;oo^C(-q-MOX6_M3U}HrtRvlHl?{P)(5Z>ZFE`Yx}Fyq5n`89?lFLBtnO%8kKNFHFcDUITA$Z)n(O~v z6uCH-)1X%%_xt7d_md2&XXI zKyN6$81vNWOW12#xXLwZE=~;l!4D5&Rim+-rtU!BX8maF)B|VK0@)AwU^S29M*leo zVZZst0wh47;F^gu!KI7~_|5-2yu<^{jjaK-!Sn%7uov!vP;Q zjSH6ke#3GR+e={@N_prFniw!EWL8Pu?^s4psbF4;_+dy28I^!SMBN^_i`tJ)D8)T_O0)gcf6zVjG~+e>UvcX?Yq>?N}#?%B26x+zpTPT?&Pgi$A(a3)dr zmXqGw9lFt_si2ffQGT^m{N$YBn1dxp>ZfRk-}NQ7>nA9;>~3Mh2XZP{wVnEfBdUDu zQ!peu0#c+T7mPQ$Pbsk#Rx6t39crc@`if75y7Rq@EeUdfZ(phyr<&a#CSZs#n)1*iJ5whcp-lsll_8ddZny0D)^~G=hP?8y&I5}g}@;x2HxkV zW{tPo^Y?o9_bs%{=F}(1sI%sYd)HF(c&>6^D@tNE%7Puau;0_!Tp{ zlaW8jL|Jrp@Xe*Fh zv^(G*az8_Qnh#cs_`H7nr?dGRmL$@#2X>la(tO7)ZM5TvJQF;#7 z@qU=Nm4+Skk^XV_#Dj?WC76r|e8{;t(1~emMnZ0@^{=iBQlm1CB6gqL zT=C0E<#1$U!9udQn&AxmXkTL98V{Z0$W>9nR3IWjizl1zQ5C3$*4r%A2&pPI@oiQ8 z%_>fO6JJP|q|{*RMMx$}Z}K>(snW`d>6Sbmg)9DgEYCkT36O+^95~l2eR?JS!P&?j zqINy}vtMd?Jc)!Xh0unqE(xBa)DJABd8xr=sOsV)fdZ(5c!;%!i%Oj2NITuLA^p6G zs%?k}PvM+dzI(yBr`v)u$!an-I6{a!qW*nZ6lk28{Q`f-L)tOHk(43Z>X@>+1j)S_ zq4WgVC`Bg*8S5?3Oyngz9t$-nv6c7c_jOXdm*1l;{fq@kE79&u9Duax4?!7>L89<* zHBaUxTHo6__bUW5aor$DNOwX(VJFzxAtl6an4WvED?(J(^qjNO>$bK2X39EFVNjPf z3PO7i5nQ7t+k^{`pW^@&O8Jtb2>`;}XL))Kpu2X7AXIGcKe_m_;*wup$-QUoXHDLs zDwoM;;ql6~|Gf3iEs)I~BIbe9n{2v=|PkYhE3@DApQP% zk*#_%x&GZk!1d1LUFhuw#68hfr*U8CgTEC3y$hbUs}73-%vBsaJX)_^?{6Zg49UCt zf8DtK9_-&QRQ?J*eujJexd1s4b}Y7)b$o8)qi3?vKU|)Y%5Zn2Ut#Enia_8pH#aS9 z^5v5q{JwM2699c??3q#x4&+WZ4zWinV`H_tdj$=fVb#%ldll0OB0!-X|Js$*pXmS2 zc=7k0&vG_qx-bAD7%p{?Fy`^Y_;BLT1l)1IXGTty)cha;dSXLnO@egy@ZFBtDZ>7^ zGu_w$jdgraCfd5x;rv>o3ObpmG*Ah^zO)Tw=$sgXY2c4+3LB%9C+X3PrSBe5V`k@+ z(-bO@;jx@;AG_bFE*IfPxau_=VuJ%byJfL~EB(q5ushyozTNt=-p2L+uoj-n2*l?! zHhV)1R8`FSQ-uGMn;voV`Frfk=^2k<=IELxWc=lYIinOdDrP@C4f6GIO2c(EhxzMy zD4Sh6(7>j;9+g{AagSgO!X_pAgl2yc5SOJ6;Nscui2KKzz!7VxjuXaz(2A@hhf!vU z$w}?Z#WP(L5LsR!>KVe|`r}k8Eii1eFj_tV8c$gUQ8vF1vGvy=x#zCjKo}$#0-v^p z>n1@>o8U4;sDy>Y+HWYn8G8bZ>OoOH>i}{+8s0QMU#VkPz|PowQWSHgd2$w+Rr;=2 zsx_p=r@sXm76$?!vMTMz690Z0wfKz6ME8xJ9!Ju7=9=0wZe5zGr32_He9snSL<=@_ z$w8O&+v}I8-TYzkajfLYItl%JBH4lti#dX8WB7_huv9AAZ74YN`xWVEsEy-4<5kao zBwu5!Aw_b26)IW!Py$;zu%mgP8C~|cR{Jvck6L>v8b)m(n~L+)v<>pig^fN2XS$N) zv|Sy66gY$|wnn}xu!G(UcyCFXetCo32j;?EPTB6Dc%xAfT+bdU-Y+=BQBcXbTNE>{ znkVaLO7i%BeC*v3wH>kgLsSI)YKaY#ybt2O$fgvOGVe?D89lX_1&#$@y_PbrQ|D|a zV+1C_s(Hb?Ck+J;ZTmbOkGa3-f^Xq}2~7n0*5n1*b!Rh_!lV!wnk_(ecmF5qr-Y(??g15yJp z^b>2_0raWua5O9qN|@V0zCmBqhhSm>x9FzsmGkymk$grY-e*63tGN#YCU85%sfvvO zkpoJsUZQ5Gc7)Tat2sVb`1dCMj~`)0Uv{{G5H&EcNdEM8PR zlg}}@SHWzR%pa65hVIDR*A+BrGl}pWKO*P(-lafxIg4C??x>;=!E%Hos|j>N{C&;W zKe@Z%Cy!aQy^S=2gF1Dr!mKB`jk zVY6#gGQ#o}k@|=gTZepx8fzK>1QS3Pq<1>+w;b#O zcjOY6Ci5q^B(09Rd)cT-UsgTh-gs)K>SlPp^%+F78!lYdk-vt;7`UERXV4-v0p6_t zhBmE*Lly%7WLHaQi!7QY&EK0Mj^T0x|2R64h?KwSXylEVAkxFb__ea$?ph zoVqnJ`qBID==c-;-47VaS?0rk z)`ugrH8W87-!1ZnoxdT{S(bDOL-s*d$Npbh8b?_`!ct0_>VaI9Ve^r%-z)`Z@u>Ue z%f4nx(00NGKTu!u5&bU(lWw=}bad5#ES`AWgTg$y;AW)7zU4KC7%-pc$;HWO+j$Ny@-GPSPD+%a28j)ubxwF^{fstCAXkA9xvP|QS;iRk0m;6#H$mZMw zTv;QV?vno-7FNID@CRhkBhQ?6k$367Ee9FXcll_IJWk=|k+<<~cm5$(kG=Ezn(^Ax z!(EXx{%;Eb>&-GD|1NiVkn z066=u+e?sXh{Hx++sRd6VO%k7Pq=^B8;JfVo#w9P?&0-H0(z;?(f#EJrEs%Rp zWhb=bdyfg{9_JB^f6kw`d&#r{*RALOWH+>5c|w^Jc4V46$&<_mf%g?%Z#oZnIwkxf%*j_^yPxWm zsxd$>_9=>ZT){J5G~p^7Cov6}R!3#``bjj#lU^maB2B+c{A0n4Y(!%ScI2(H=q}(= z_!dI)g(??^al9Tuqaz?-QgGoH0N-^oMM{Fr`Y>!Uhr@21nfFZqvP}#>IB0wJ+c@~2 zE{7DKFZ#5Uhb8$@zuXw=m8lFa7*-Iie=J>fi>uHf=*257Q#4l4zxM^q6Eo^5NFYOk zgVVXh614@gyn|IbKt*9RS~M=W$Nd~>M06F|L5oc&PIw)ZjupUJx(X1=^)f#hxb&6i z{WW<1YwsTc6lQIV;K(T(OP(2mF3Gx{DO36Y%hX?YWEjrFDZD*UX4j-N*dGPS{kIRd zX#Np1iP0!-H4_~!i3m|-&LQf5G~RYRQSMR(69jD$)9L==v*k~^`!kWd6}I}TzX(Pr zvZacY&uU+4H1*WrP{MB;d18{hGI)$n#O5pK4QJS{!9Tu5qS!vHW7N=<3=3s~l|HOU zniRrUo7`(%d_bJJloTYy0crAE?{zL8a+|ju^V$6z*#~9WcL~_hdz^R+mOjT11M$>S zdV1qagrL#t@lIGhiFFRpoE90+*C)J-j7JA3h5zY*EW1fKTbkP(08{C^aI6k9t*kJKleI*tv|YW zd)90H_@v>zP_?F7sSS&0$Pxwyy5I-CjSHJ6Mhd>nQHa{3v-nVF7;zVFeJp@C1>{aDUF3q7rE*}T#kQ3 zHI5LZY#vG@<)J+La=W16MN-;@P@*T_kK;QQ^GhXg`zc-v60k_FH@w_lIUT2yT1WNj^oAQj*xo(#1T&~`fhl0;P_qj zp4wBnKa@iq^><;nG0Z=O;hAXkJiL?*cn@XNR{C$}`L;As^ldBRYaZ8|!Tu4G{zfG` z=Nn!tIY{7oLHa4kp6A}&Cr(lcitodHEH%yiyV}WUO)K6~l$5X^BNxA`uV)JE_Fx`R z{2f&PrGg`O<-DX0B^suXq|<+C=NuZ);hx_KrofX_V#U7uCEJQo=KFc~4+0ocp>L

    +^{{E%wy_2on69qrPM$T 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 literal 100183 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 Date: Sat, 21 Dec 2024 07:41:47 +0000 Subject: [PATCH 8/8] Site changes [skip-ci] --- manuals/gui-template.md | 6 - pl/manuals/gui-template.md | 6 - ru/manuals/gui-template.md | 6 - searchindex.json | 47173 +++++++++++++++++------------------ zh/manuals/gui-template.md | 6 - 5 files changed, 23549 insertions(+), 23648 deletions(-) diff --git a/manuals/gui-template.md b/manuals/gui-template.md index cbbe85116..e4f3dd2a6 100644 --- a/manuals/gui-template.md +++ b/manuals/gui-template.md @@ -45,12 +45,6 @@ The template instance is listed as a collapsible entry in the *Outline* view. Ho Nodes that are part of a template instance are automatically named with a prefix and a slash (`"/"`) attached to their *Id*. The prefix is the *Id* set in the template instance. -

    - ## Modifying templates in runtime Scripts that manipulate or query nodes added through the templating mechanism only need to consider the naming of instance nodes and include the template instance *Id* as a node name prefix: diff --git a/pl/manuals/gui-template.md b/pl/manuals/gui-template.md index 4901ad13f..e777bcc6a 100644 --- a/pl/manuals/gui-template.md +++ b/pl/manuals/gui-template.md @@ -45,12 +45,6 @@ Instancja szablonu jest wylistowana jako składana pozycja w widoku *Outline*. J Węzły, które są częścią instancji szablonu, są automatycznie nazwane przyrostkiem i ukośnikiem (`"/"`) do ich *Id*. Przyrostek ten to *Id* ustawione w instancji szablonu. -
    -Zastępowanie właściwości węzłów instancji szablonu w *Layouts* nie działa obecnie w Edytorze. - -Zobacz https://github.com/defold/editor2-issues/issues/1124 -
    - ## Modyfikowanie szablonów w czasie działania programu Skrypty, które manipulują lub sprawdzają węzły dodane za pomocą szablonów, muszą uwzględniać tylko nazwy węzłów instancji i uwzględniać *Id* instancji szablonu jako prefiks nazwy węzła: diff --git a/ru/manuals/gui-template.md b/ru/manuals/gui-template.md index c3a49f678..0aafe9e7b 100644 --- a/ru/manuals/gui-template.md +++ b/ru/manuals/gui-template.md @@ -45,12 +45,6 @@ GUI-шаблон --- это обычная GUI-сцена, поэтому он Ноды, являющиеся частью экземпляра шаблона, автоматически именуются с префиксом и слэшем (`"/"`), прикрепленным к их *Id*. Префикс --- это *Id*, установленный в экземпляре шаблона. -
    -Переопределение значений нод экземпляра шаблона в *Layouts* в настоящее время не работает в Editor 2. Если необходимо использовать макеты в сочетании с шаблонами, пожалуйста, используйте Editor 1, пока эта проблема не будет решена. - -См. https://github.com/defold/editor2-issues/issues/1124 -
    - ## Изменение шаблонов в рантайме Скрипты, которые манипулируют или запрашивают ноды, добавленные через механизм шаблонов, должны учитывать только именование нод экземпляра и включать *Id* экземпляра шаблона в качестве префикса имени ноды: diff --git a/searchindex.json b/searchindex.json index 351423f4c..d2042d958 100644 --- a/searchindex.json +++ b/searchindex.json @@ -31,7 +31,7 @@ 9, 2.999, 10, - 1.912, + 1.911, 11, 3.204, 12, @@ -45,7 +45,7 @@ 16, 7.719, 17, - 7.124, + 7.123, 18, 1.08, 19, @@ -71,7 +71,7 @@ 29, 6.67, 30, - 3.342, + 3.366, 31, 5.121, 32, @@ -93,7 +93,7 @@ 40, 7.587, 41, - 4.646 + 4.645 ] ], [ @@ -163,11 +163,11 @@ 23, 3.268, 24, - 2.804, + 2.803, 28, 1.079, 30, - 2.068, + 2.083, 31, 0.704, 36, @@ -181,7 +181,7 @@ 42, 0.404, 43, - 2.303, + 2.302, 44, 0.508, 45, @@ -189,7 +189,7 @@ 46, 1.473, 47, - 4.596, + 4.595, 48, 4.717, 49, @@ -207,7 +207,7 @@ 55, 1.068, 56, - 1.482, + 1.481, 57, 1.448, 58, @@ -215,11 +215,11 @@ 59, 1.009, 60, - 1.235, + 1.234, 61, 2.36, 62, - 2.866, + 2.883, 63, 1.845, 64, @@ -241,9 +241,9 @@ 72, 0.405, 73, - 1.783, + 1.782, 74, - 1.407, + 1.406, 75, 1.674, 76, @@ -261,15 +261,15 @@ 82, 0.82, 83, - 2.455, + 2.454, 84, - 1.901, + 1.917, 85, - 0.728, + 0.727, 86, 2.255, 87, - 1.407, + 1.406, 88, 2.361, 89, @@ -299,9 +299,9 @@ 101, 3.63, 102, - 1.697, + 1.696, 103, - 1.665, + 1.664, 104, 2.248, 105, @@ -319,29 +319,29 @@ 111, 0.508, 112, - 3.152, + 3.151, 113, 1.669, 114, - 5.395, + 5.394, 115, 1.626, 116, - 1.482, + 1.481, 117, - 0.716, + 0.715, 118, - 4.662, + 4.661, 119, 1.56, 120, - 2.655, + 2.654, 121, - 1.65, + 1.649, 122, 1.838, 123, - 5.656, + 5.655, 124, 3.707, 125, @@ -381,15 +381,15 @@ 142, 1.627, 143, - 0.59, + 0.589, 144, - 1.17, + 1.169, 145, 1.38, 146, 0.596, 147, - 2.935, + 2.934, 148, 1.913, 149, @@ -417,7 +417,7 @@ 160, 1.119, 161, - 2.075, + 2.074, 162, 2.226, 163, @@ -427,7 +427,7 @@ 165, 0.88, 166, - 1.447, + 1.446, 167, 1.245, 168, @@ -439,7 +439,7 @@ 171, 2.557, 172, - 2.741, + 2.74, 173, 1.216, 174, @@ -459,15 +459,15 @@ 181, 2.226, 182, - 3.141, + 3.14, 183, 1.216, 184, 1.216, 185, - 3.398, + 3.397, 186, - 1.783, + 1.782, 187, 2.226, 188, @@ -475,7 +475,7 @@ 189, 2.226, 190, - 4.07, + 4.069, 191, 1.216, 192, @@ -493,7 +493,7 @@ 198, 0.606, 199, - 0.954, + 0.953, 200, 1.355, 201, @@ -519,7 +519,7 @@ 211, 0.545, 212, - 2.065, + 2.064, 213, 0.784, 214, @@ -527,7 +527,7 @@ 215, 1.115, 216, - 3.685, + 3.684, 217, 0.863, 218, @@ -543,7 +543,7 @@ 223, 1.816, 224, - 2.804, + 2.803, 225, 0.82, 226, @@ -551,7 +551,7 @@ 227, 0.704, 228, - 0.938, + 0.937, 229, 1.456, 230, @@ -563,13 +563,13 @@ 233, 0.82, 234, - 1.27, + 1.269, 235, 0.768, 236, 1.542, 237, - 4.187, + 4.186, 238, 1.251, 239, @@ -591,7 +591,7 @@ 247, 0.736, 248, - 0.728, + 0.727, 249, 0.583, 250, @@ -607,11 +607,11 @@ 255, 1.216, 256, - 1.624, + 1.632, 257, 2.621, 258, - 3.286, + 3.285, 259, 1.579, 260, @@ -637,7 +637,7 @@ 270, 0.888, 271, - 0.624, + 0.623, 272, 1.679, 273, @@ -667,11 +667,11 @@ 285, 1.705, 286, - 2.63, + 2.629, 287, 0.84, 288, - 0.656, + 0.655, 289, 4.873, 290, @@ -679,11 +679,11 @@ 291, 1.289, 292, - 0.954, + 0.953, 293, - 1.742, + 1.741, 294, - 0.694, + 0.693, 295, 3.753, 296, @@ -713,7 +713,7 @@ 308, 1.626, 309, - 0.716, + 0.715, 310, 1.043, 311, @@ -723,27 +723,27 @@ 313, 0.477, 314, - 0.656, + 0.655, 315, 0.754, 316, 0.768, 317, - 0.716, + 0.715, 318, 0.951, 319, 1.216, 320, - 3.532, + 3.531, 321, 1.216, 322, 2.408, 323, - 0.728, + 0.727, 324, - 1.756, + 1.755, 325, 0.917, 326, @@ -751,7 +751,7 @@ 327, 0.84, 328, - 1.842, + 1.841, 329, 2.78, 330, @@ -761,7 +761,7 @@ 332, 0.741, 333, - 1.077, + 1.082, 334, 1.705, 335, @@ -771,31 +771,31 @@ 337, 0.768, 338, - 5.802, + 5.801, 339, - 1.742, + 1.741, 340, 0.888, 341, - 3.332, + 3.331, 342, 0.997, 343, 0.754, 344, - 2.318, + 2.317, 345, 2.861, 346, 1.043, 347, - 3.529, + 3.528, 348, 1.112, 349, 2.248, 350, - 1.842, + 1.841, 351, 1.155, 352, @@ -813,7 +813,7 @@ 358, 2.298, 359, - 3.055, + 3.054, 360, 0.951, 361, @@ -835,7 +835,7 @@ 369, 2.566, 370, - 5.004, + 5.003, 371, 2.0, 372, @@ -849,7 +849,7 @@ 376, 4.057, 377, - 5.398, + 5.397, 378, 2.861, 379, @@ -863,15 +863,15 @@ 383, 2.508, 384, - 2.184, + 2.183, 385, 1.73, 386, 3.481, 387, - 2.082, + 2.081, 388, - 2.036, + 2.035, 389, 2.763, 390, @@ -895,7 +895,7 @@ 399, 0.863, 400, - 3.362, + 3.361, 401, 0.951, 402, @@ -909,7 +909,7 @@ 406, 1.216, 407, - 1.407, + 1.406, 408, 2.226, 409, @@ -945,13 +945,13 @@ 424, 3.347, 425, - 0.694, + 0.693, 426, 1.626, 427, 0.992, 428, - 2.655, + 2.654, 429, 1.845, 430, @@ -993,7 +993,7 @@ 448, 2.226, 449, - 0.728, + 0.727, 450, 4.465, 451, @@ -1001,7 +1001,7 @@ 452, 0.647, 453, - 1.783, + 1.782, 454, 2.641, 455, @@ -1017,9 +1017,9 @@ 460, 0.888, 461, - 2.036, + 2.035, 462, - 2.036, + 2.035, 463, 0.82, 464, @@ -1049,7 +1049,7 @@ 476, 1.216, 477, - 2.63, + 2.629, 478, 1.112, 479, @@ -1057,7 +1057,7 @@ 480, 0.801, 481, - 0.694, + 0.693, 482, 1.816, 483, @@ -1071,13 +1071,13 @@ 487, 0.863, 488, - 1.407, + 1.406, 489, 0.566, 490, 0.508, 491, - 1.742, + 1.741, 492, 0.704, 493, @@ -1089,11 +1089,11 @@ 496, 0.566, 497, - 0.624, + 0.623, 498, 0.917, 499, - 3.148, + 3.147, 500, 0.812, 501, @@ -1143,7 +1143,7 @@ 523, 0.631, 524, - 0.746, + 0.745, 525, 3.078, 526, @@ -1155,7 +1155,7 @@ 529, 0.992, 530, - 2.036, + 2.035, 531, 1.112, 532, @@ -1169,7 +1169,7 @@ 536, 0.801, 537, - 0.694, + 0.693, 538, 1.112, 539, @@ -1189,7 +1189,7 @@ 546, 2.392, 547, - 0.716, + 0.715, 548, 0.801, 549, @@ -1245,7 +1245,7 @@ 574, 1.068, 575, - 1.538, + 1.537, 576, 1.216, 577, @@ -1257,13 +1257,13 @@ 580, 0.768, 581, - 0.656, + 0.655, 582, 0.74, 583, 0.754, 584, - 2.036, + 2.035, 585, 1.112, 586, @@ -1285,7 +1285,7 @@ 594, 0.56, 595, - 0.656, + 0.655, 596, 0.664, 597, @@ -1297,7 +1297,7 @@ 600, 2.831, 601, - 1.115, + 1.123, 602, 1.245, 603, @@ -1305,7 +1305,7 @@ 604, 0.616, 605, - 0.694, + 0.693, 606, 1.043, 607, @@ -1319,7 +1319,7 @@ 611, 1.91, 612, - 0.728 + 0.727 ] ], [ @@ -1361,19 +1361,19 @@ 20, 1.554, 21, - 2.551, + 2.55, 22, - 2.039, + 2.038, 23, 2.656, 28, 1.834, 30, - 1.43, + 1.44, 36, 1.807, 38, - 1.17, + 1.169, 39, 1.24, 42, @@ -1393,9 +1393,9 @@ 60, 1.38, 62, - 2.185, + 2.198, 63, - 1.072, + 1.071, 75, 3.386, 77, @@ -1405,9 +1405,9 @@ 79, 0.925, 84, - 0.947, + 0.955, 86, - 1.908, + 1.907, 87, 2.391, 88, @@ -1421,15 +1421,15 @@ 99, 1.051, 100, - 1.934, + 1.933, 101, - 1.072, + 1.071, 102, 0.968, 103, 2.086, 106, - 1.519, + 1.518, 107, 1.88, 108, @@ -1441,7 +1441,7 @@ 113, 1.443, 116, - 2.287, + 2.286, 119, 1.12, 121, @@ -1461,7 +1461,7 @@ 137, 1.49, 140, - 1.019, + 1.018, 141, 0.818, 142, @@ -1483,11 +1483,11 @@ 169, 1.145, 170, - 0.848, + 0.847, 172, - 0.964, + 0.963, 190, - 3.088, + 3.087, 194, 1.604, 196, @@ -1499,9 +1499,9 @@ 201, 1.905, 202, - 1.229, + 1.228, 206, - 1.072, + 1.071, 208, 1.664, 210, @@ -1509,7 +1509,7 @@ 216, 0.873, 224, - 3.713, + 3.712, 226, 2.004, 229, @@ -1523,13 +1523,13 @@ 239, 1.664, 240, - 0.629, + 0.628, 241, 1.414, 247, - 1.252, + 1.251, 256, - 1.115, + 1.12, 257, 1.495, 260, @@ -1541,15 +1541,15 @@ 266, 0.981, 268, - 2.078, + 2.077, 269, - 1.924, + 1.923, 273, 1.63, 280, 0.867, 290, - 1.473, + 1.472, 294, 3.767, 302, @@ -1565,7 +1565,7 @@ 332, 1.651, 333, - 0.625, + 0.628, 341, 1.06, 343, @@ -1577,17 +1577,17 @@ 353, 0.88, 368, - 0.629, + 0.628, 378, - 4.644, + 4.643, 380, 0.785, 381, 2.346, 382, - 1.362, + 1.361, 387, - 1.335, + 1.334, 395, 1.729, 411, @@ -1595,11 +1595,11 @@ 414, 1.456, 416, - 3.624, + 3.623, 433, 0.901, 434, - 1.029, + 1.028, 442, 0.99, 446, @@ -1611,25 +1611,25 @@ 457, 1.761, 459, - 1.029, + 1.028, 468, 1.568, 471, 1.93, 481, - 1.261, + 1.26, 486, 1.729, 489, - 1.761, + 1.76, 492, 2.873, 496, - 1.761, + 1.76, 497, 1.133, 502, - 2.493, + 2.492, 504, 1.107, 510, @@ -1637,15 +1637,15 @@ 521, 0.769, 523, - 1.964, + 1.963, 524, 0.74, 533, - 1.225, + 1.224, 537, - 1.261, + 1.26, 543, - 1.991, + 1.99, 546, 2.04, 552, @@ -1665,27 +1665,27 @@ 600, 1.815, 601, - 1.371, + 1.38, 602, 0.894, 612, - 1.323, + 1.322, 613, - 4.537, + 4.536, 614, 1.484, 615, - 5.546, + 5.545, 616, 2.21, 617, - 1.897, + 1.896, 618, 2.21, 619, 1.614, 620, - 1.964, + 1.963, 621, 2.21, 622, @@ -1693,9 +1693,9 @@ 623, 3.196, 624, - 1.804, + 1.803, 625, - 1.897, + 1.896, 626, 2.21, 627, @@ -1711,11 +1711,11 @@ 632, 2.021, 633, - 1.918, + 1.917, 634, 1.495, 635, - 2.493, + 2.492, 636, 1.902, 637, @@ -1731,41 +1731,41 @@ 642, 4.296, 643, - 3.743, + 3.742, 644, 1.095, 645, 2.919, 646, - 3.65, + 3.649, 647, 2.191, 648, - 1.072, + 1.071, 649, - 1.323, + 1.322, 650, 1.456, 651, - 5.668, + 5.667, 652, 3.344, 653, 2.021, 654, - 3.784, + 3.783, 655, 2.21, 656, 2.391, 657, - 1.897, + 1.896, 658, 5.875, 659, 4.63, 660, - 1.323, + 1.322, 661, 5.041, 662, @@ -1773,33 +1773,33 @@ 663, 2.96, 664, - 2.764, + 2.763, 665, 2.21, 666, 1.456, 667, - 6.586, + 6.585, 668, - 1.804, + 1.803, 669, 1.37, 670, - 3.784, + 3.783, 671, - 3.784, + 3.783, 672, - 1.019, + 1.018, 673, 2.191, 674, 1.107, 675, - 0.848, + 0.847, 676, 1.727, 677, - 1.019, + 1.018, 678, 1.49, 679, @@ -1809,7 +1809,7 @@ 681, 1.083, 682, - 4.537, + 4.536, 683, 2.495, 684, @@ -1817,7 +1817,7 @@ 685, 2.395, 686, - 1.192, + 1.191, 687, 1.301, 688, @@ -1831,17 +1831,17 @@ 692, 0.829, 693, - 2.764, + 2.763, 694, 1.614, 695, 0.999, 696, - 1.897, + 1.896, 697, 2.021, 698, - 1.897, + 1.896, 699, 1.49, 700, @@ -1849,7 +1849,7 @@ 701, 1.161, 702, - 1.896, + 1.895, 703, 1.484, 704, @@ -1859,7 +1859,7 @@ 706, 1.614, 707, - 2.764, + 2.763, 708, 2.684, 709, @@ -1869,7 +1869,7 @@ 711, 2.968, 712, - 2.551, + 2.55, 713, 1.161, 714, @@ -1877,29 +1877,29 @@ 715, 1.988, 716, - 1.261, + 1.26, 717, 1.301, 718, 1.527, 719, - 3.247, + 3.246, 720, - 3.784, + 3.783, 721, 2.96, 722, 4.048, 723, - 1.346, + 1.345, 724, - 1.323, + 1.322, 725, 2.21, 726, 2.21, 727, - 1.804, + 1.803, 728, 1.083, 729, @@ -1921,17 +1921,17 @@ 737, 1.49, 738, - 1.323, + 1.322, 739, - 1.804, + 1.803, 740, 2.514, 741, 2.21, 742, - 3.247, + 3.246, 743, - 2.764, + 2.763, 744, 1.834, 745, @@ -1949,17 +1949,17 @@ 751, 3.762, 752, - 1.744, + 1.743, 753, 1.568, 754, - 1.323, + 1.322, 755, 2.021, 756, 2.21, 757, - 1.804, + 1.803, 758, 1.679, 759, @@ -1987,39 +1987,39 @@ 770, 2.96, 771, - 1.761, + 1.76, 772, 1.527, 773, 1.371, 774, - 1.711, + 1.71, 775, 2.096, 776, 2.21, 777, - 3.247, + 3.246, 778, - 1.897, + 1.896, 779, 2.21, 780, - 6.606, + 6.605, 781, 2.021, 782, 2.021, 783, - 1.804, + 1.803, 784, 1.614, 785, - 1.261, + 1.26, 786, 1.28, 787, - 2.764, + 2.763, 788, 2.021, 789, @@ -2027,23 +2027,23 @@ 790, 2.021, 791, - 2.764, + 2.763, 792, 2.158, 793, - 2.734, + 2.733, 794, 5.875, 795, 1.425, 796, - 2.764, + 2.763, 797, - 1.804, + 1.803, 798, 3.46, 799, - 1.346, + 1.345, 800, 4.961, 801, @@ -2065,9 +2065,9 @@ 809, 1.242, 810, - 4.794, + 4.793, 811, - 1.875, + 1.874, 812, 1.568, 813, @@ -2085,15 +2085,15 @@ 819, 1.301, 820, - 3.784, + 3.783, 821, 2.21, 822, - 3.784, + 3.783, 823, 5.348, 824, - 6.633, + 6.632, 825, 6.351, 826, @@ -2101,13 +2101,13 @@ 827, 1.28, 828, - 2.227, + 2.226, 829, - 3.088, + 3.087, 830, 3.46, 831, - 1.323, + 1.322, 832, 1.06, 833, @@ -2115,9 +2115,9 @@ 834, 1.095, 835, - 1.804, + 1.803, 836, - 1.897, + 1.896, 837, 1.425, 838, @@ -2127,13 +2127,13 @@ 840, 2.21, 841, - 3.247, + 3.246, 842, 2.21, 843, 5.875, 844, - 1.897, + 1.896, 845, 1.49, 846, @@ -2145,23 +2145,23 @@ 849, 0.981, 850, - 1.804, + 1.803, 851, 2.21, 852, 1.527, 853, - 3.784, + 3.783, 854, - 1.225, + 1.224, 855, - 3.247, + 3.246, 856, - 1.991, + 1.99, 857, 2.158, 858, - 1.323, + 1.322, 859, 1.107, 860, @@ -2169,7 +2169,7 @@ 861, 1.49, 862, - 1.897, + 1.896, 863, 1.667, 864, @@ -2203,25 +2203,25 @@ 878, 1.425, 879, - 2.227, + 2.226, 880, 1.834, 881, - 3.784, + 3.783, 882, 1.667, 883, 1.667, 884, - 3.784, + 3.783, 885, - 1.346, + 1.345, 886, 2.21, 887, 2.21, 888, - 3.784, + 3.783, 889, 2.21, 890, @@ -2229,9 +2229,9 @@ 891, 0.75, 892, - 1.897, + 1.896, 893, - 1.897, + 1.896, 894, 0.873, 895, @@ -2249,9 +2249,9 @@ 901, 0.955, 902, - 1.261, + 1.26, 903, - 1.192, + 1.191, 904, 1.568, 905, @@ -2275,7 +2275,7 @@ 914, 0.923, 915, - 0.848, + 0.847, 916, 1.614, 917, @@ -2303,9 +2303,9 @@ 928, 1.527, 929, - 3.784, + 3.783, 930, - 3.784, + 3.783, 931, 0.605, 932, @@ -2367,7 +2367,7 @@ 46, 1.626, 47, - 3.344, + 3.343, 56, 2.029, 57, @@ -2379,7 +2379,7 @@ 70, 2.196, 72, - 1.736, + 1.735, 79, 1.013, 96, @@ -2387,7 +2387,7 @@ 99, 0.958, 100, - 0.979, + 0.978, 102, 2.23, 103, @@ -2415,7 +2415,7 @@ 157, 5.877, 159, - 5.602, + 5.601, 174, 3.043, 185, @@ -2425,9 +2425,9 @@ 195, 3.02, 197, - 1.792, + 1.791, 200, - 3.175, + 3.174, 201, 1.172, 202, @@ -2441,7 +2441,7 @@ 226, 2.077, 229, - 1.369, + 1.368, 230, 1.815, 231, @@ -2455,13 +2455,13 @@ 241, 2.038, 244, - 2.0, + 1.999, 256, - 2.139, + 2.149, 260, - 1.758, + 1.757, 282, - 4.32, + 4.319, 290, 4.437, 291, @@ -2469,7 +2469,7 @@ 292, 4.49, 332, - 1.736, + 1.735, 345, 2.528, 358, @@ -2479,7 +2479,7 @@ 452, 1.516, 469, - 2.643, + 2.642, 471, 1.398, 473, @@ -2499,13 +2499,13 @@ 555, 2.715, 573, - 1.957, + 1.956, 574, 2.501, 579, 2.612, 585, - 4.769, + 4.768, 588, 3.874, 608, @@ -2523,7 +2523,7 @@ 873, 5.157, 910, - 2.775, + 2.774, 935, 5.468, 936, @@ -2531,47 +2531,47 @@ 937, 4.255, 938, - 4.718, + 4.717, 939, - 4.32, + 4.319, 940, 4.255, 941, 2.045, 942, - 3.934, + 3.933, 943, 5.157, 944, - 3.828, + 3.827, 945, - 3.363, + 3.362, 946, - 7.358, + 7.357, 947, 5.67, 948, 2.06, 949, - 6.406, + 6.405, 950, 3.435, 951, - 3.069, + 3.068, 952, 3.699, 953, - 4.769, + 4.768, 954, - 4.08, + 4.079, 955, - 4.475, + 4.474, 956, - 5.215, + 5.214, 957, - 5.215, + 5.214, 958, - 6.369, + 6.368, 959, 3.972, 960, @@ -2581,55 +2581,55 @@ 962, 3.508, 963, - 4.079, + 4.078, 964, 5.84, 965, - 7.115, + 7.114, 966, - 4.475, + 4.474, 967, - 4.475, + 4.474, 968, - 4.475, + 4.474, 969, - 3.175, + 3.174, 970, - 4.475, + 4.474, 971, - 4.475, + 4.474, 972, - 3.363, + 3.362, 973, - 3.934, + 3.933, 974, - 4.475, + 4.474, 975, 2.501, 976, - 4.08, + 4.079, 977, - 2.775, + 2.774, 978, 2.06, 979, 2.357, 980, - 3.363, + 3.362, 981, - 3.175, + 3.174, 982, - 4.467, + 4.466, 983, - 3.363, + 3.362, 984, - 3.934, + 3.933, 985, - 3.809, + 3.808, 986, 3.515, 987, - 2.775, + 2.774, 988, 4.255, 989, @@ -2637,9 +2637,9 @@ 990, 3.435, 991, - 3.175, + 3.174, 992, - 3.809, + 3.808, 993, 2.93 ] @@ -2697,13 +2697,13 @@ 502, 6.15, 596, - 5.101, + 5.1, 672, 4.302, 747, 6.133, 819, - 5.494, + 5.493, 994, 6.623, 995, @@ -2725,15 +2725,15 @@ 1, 2.442, 2, - 2.418, + 2.417, 3, 2.506, 4, 2.506, 5, - 2.52, + 2.519, 6, - 2.52, + 2.519, 7, 1.465, 18, @@ -2749,7 +2749,7 @@ 241, 2.045, 629, - 2.872, + 2.871, 645, 5.619, 729, @@ -2797,7 +2797,7 @@ 20, 1.053, 30, - 2.993, + 3.015, 38, 0.88, 46, @@ -2809,9 +2809,9 @@ 59, 0.715, 62, - 2.62, + 2.636, 79, - 0.84, + 0.839, 99, 0.703, 100, @@ -2839,7 +2839,7 @@ 171, 4.061, 178, - 3.682, + 3.681, 195, 4.587, 207, @@ -2875,21 +2875,21 @@ 944, 4.061, 962, - 3.723, + 3.722, 998, 4.587, 1000, 8.001, 1001, - 6.797, + 6.796, 1002, 3.924, 1003, - 7.218, + 7.217, 1004, 7.921, 1005, - 6.797, + 6.796, 1006, 5.619, 1007, @@ -2901,7 +2901,7 @@ 1010, 3.255, 1011, - 5.108, + 5.107, 1012, 6.463, 1013, @@ -2911,13 +2911,13 @@ 1015, 9.882, 1016, - 5.006, + 5.005, 1017, 7.01, 1018, 9.882, 1019, - 3.735, + 3.734, 1020, 7.921, 1021, @@ -2927,7 +2927,7 @@ 1023, 7.243, 1024, - 6.797, + 6.796, 1025, 3.13, 1026, @@ -2959,11 +2959,11 @@ 1, 1.457, 2, - 1.443, + 1.442, 3, - 1.496, + 1.495, 4, - 1.496, + 1.495, 5, 1.503, 6, @@ -2981,7 +2981,7 @@ 38, 1.377, 42, - 1.444, + 1.443, 46, 1.306, 49, @@ -3005,7 +3005,7 @@ 108, 1.675, 116, - 2.218, + 2.217, 122, 1.774, 148, @@ -3027,21 +3027,21 @@ 228, 2.4, 229, - 1.045, + 1.044, 231, 2.982, 256, - 1.786, + 1.794, 266, 2.529, 345, - 3.853, + 3.852, 380, 2.023, 552, 2.363, 579, - 2.855, + 2.854, 602, 3.214, 603, @@ -3049,17 +3049,17 @@ 645, 3.353, 646, - 4.028, + 4.027, 676, 2.6, 677, 2.625, 685, - 2.323, + 2.322, 715, - 4.176, + 4.175, 723, - 3.469, + 3.468, 735, 5.895, 751, @@ -3071,15 +3071,15 @@ 765, 1.996, 799, - 3.469, + 3.468, 807, 4.603, 812, 4.042, 859, - 2.855, + 2.854, 891, - 1.933, + 1.932, 895, 2.733, 898, @@ -3097,31 +3097,31 @@ 1032, 4.342, 1033, - 5.698, + 5.697, 1034, 4.633, 1035, 4.042, 1036, - 5.698, + 5.697, 1037, - 5.698, + 5.697, 1038, - 5.698, + 5.697, 1039, - 3.072, + 3.071, 1040, 3.409, 1041, 3.593, 1042, - 3.754, + 3.753, 1043, 2.462, 1044, - 4.162, + 4.161, 1045, - 3.754, + 3.753, 1046, 3.409, 1047, @@ -3129,23 +3129,23 @@ 1048, 7.16, 1049, - 6.82, + 6.819, 1050, - 6.82, + 6.819, 1051, 5.638, 1052, - 4.176, + 4.175, 1053, 4.042, 1054, - 4.458, + 4.457, 1055, - 5.22, + 5.219, 1056, - 4.162, + 4.161, 1057, - 5.698, + 5.697, 1058, 5.21, 1059, @@ -3153,7 +3153,7 @@ 1060, 3.202, 1061, - 3.754, + 3.753, 1062, 3.113, 1063, @@ -3167,9 +3167,9 @@ 1067, 1.861, 1068, - 3.601, + 3.6, 1069, - 7.268, + 7.267, 1070, 5.21, 1071, @@ -3177,13 +3177,13 @@ 1072, 4.649, 1073, - 5.698, + 5.697, 1074, 4.298, 1075, 3.532, 1076, - 4.458, + 4.457, 1077, 5.21, 1078, @@ -3193,27 +3193,27 @@ 1080, 4.298, 1081, - 3.469, + 3.468, 1082, - 3.601, + 3.6, 1083, - 4.458, + 4.457, 1084, 5.21, 1085, - 5.698, + 5.697, 1086, - 5.698, + 5.697, 1087, - 5.698, + 5.697, 1088, 4.649, 1089, - 3.754, + 3.753, 1090, 3.698, 1091, - 5.698, + 5.697, 1092, 5.21, 1093, @@ -3223,25 +3223,25 @@ 1095, 4.649, 1096, - 6.685, + 6.684, 1097, 5.674, 1098, 3.532, 1099, - 3.841, + 3.84, 1100, - 6.218, + 6.217, 1101, 3.353, 1102, - 5.698, + 5.697, 1103, - 3.754, + 3.753, 1104, 1.983, 1105, - 3.754, + 3.753, 1106, 4.889 ] @@ -3277,7 +3277,7 @@ 9, 0.768, 10, - 1.852, + 1.851, 11, 0.82, 18, @@ -3285,7 +3285,7 @@ 20, 1.361, 30, - 1.909, + 1.923, 36, 1.708, 38, @@ -3297,7 +3297,7 @@ 49, 2.317, 50, - 2.14, + 2.139, 52, 1.39, 57, @@ -3307,11 +3307,11 @@ 60, 0.63, 62, - 1.671, + 1.681, 63, - 1.098, + 1.097, 65, - 1.492, + 1.491, 67, 1.134, 69, @@ -3319,7 +3319,7 @@ 70, 0.954, 72, - 0.754, + 0.753, 73, 1.311, 75, @@ -3339,9 +3339,9 @@ 88, 2.055, 89, - 2.76, + 2.759, 90, - 0.921, + 0.92, 91, 0.773, 92, @@ -3357,7 +3357,7 @@ 100, 1.12, 101, - 2.894, + 2.893, 102, 1.527, 103, @@ -3367,7 +3367,7 @@ 107, 0.961, 110, - 2.359, + 2.358, 113, 1.922, 116, @@ -3407,7 +3407,7 @@ 145, 1.404, 148, - 1.375, + 1.374, 150, 1.279, 153, @@ -3417,7 +3417,7 @@ 160, 0.666, 169, - 0.752, + 0.751, 170, 0.868, 172, @@ -3437,11 +3437,11 @@ 199, 0.97, 201, - 1.506, + 1.505, 202, 1.254, 206, - 2.894, + 2.893, 208, 3.209, 210, @@ -3449,9 +3449,9 @@ 211, 1.014, 212, - 2.778, + 2.777, 215, - 3.357, + 3.356, 219, 1.771, 229, @@ -3459,7 +3459,7 @@ 230, 0.788, 232, - 1.492, + 1.491, 233, 1.526, 234, @@ -3473,9 +3473,9 @@ 241, 1.562, 243, - 1.914, + 1.913, 244, - 2.798, + 2.797, 247, 0.749, 249, @@ -3483,13 +3483,13 @@ 250, 1.492, 251, - 2.751, + 2.75, 253, - 3.357, + 3.356, 254, 4.414, 256, - 1.341, + 1.348, 259, 1.606, 261, @@ -3517,7 +3517,7 @@ 292, 2.164, 300, - 2.14, + 2.139, 305, 1.311, 306, @@ -3531,7 +3531,7 @@ 320, 2.311, 322, - 3.022, + 3.021, 344, 3.075, 354, @@ -3541,7 +3541,7 @@ 359, 1.699, 361, - 2.171, + 2.17, 368, 1.436, 371, @@ -3549,7 +3549,7 @@ 380, 1.793, 381, - 2.395, + 2.394, 382, 2.148, 384, @@ -3557,15 +3557,15 @@ 385, 2.838, 387, - 0.799, + 0.798, 389, 1.254, 410, - 1.848, + 1.847, 411, 3.477, 412, - 2.604, + 2.603, 416, 5.329, 420, @@ -3573,7 +3573,7 @@ 428, 1.355, 429, - 1.098, + 1.097, 452, 0.658, 453, @@ -3581,19 +3581,19 @@ 457, 0.804, 466, - 1.848, + 1.847, 467, - 1.492, + 1.491, 471, 1.354, 479, - 0.85, + 0.849, 488, 2.441, 496, 1.797, 497, - 1.981, + 1.98, 504, 1.134, 509, @@ -3607,11 +3607,11 @@ 524, 0.758, 540, - 2.395, + 2.394, 541, 1.205, 543, - 0.909, + 0.908, 550, 3.985, 555, @@ -3627,7 +3627,7 @@ 594, 3.087, 595, - 1.221, + 1.22, 600, 1.853, 602, @@ -3637,7 +3637,7 @@ 629, 0.681, 634, - 0.895, + 0.894, 656, 1.431, 659, @@ -3645,13 +3645,13 @@ 676, 1.033, 681, - 1.893, + 1.892, 683, 0.962, 691, 1.826, 692, - 0.85, + 0.849, 743, 1.654, 751, @@ -3659,11 +3659,11 @@ 765, 2.091, 771, - 1.054, + 1.053, 773, 0.82, 775, - 2.14, + 2.139, 795, 1.46, 819, @@ -3703,21 +3703,21 @@ 1048, 1.771, 1052, - 1.19, + 1.189, 1065, - 1.848, + 1.847, 1107, 1.122, 1108, - 3.152, + 3.151, 1109, - 1.098, + 1.097, 1110, - 4.871, + 4.87, 1111, - 6.672, + 6.671, 1112, - 2.071, + 2.07, 1113, 1.771, 1114, @@ -3725,11 +3725,11 @@ 1115, 3.314, 1116, - 7.378, + 7.377, 1117, 7.832, 1118, - 5.459, + 5.458, 1119, 2.264, 1120, @@ -3741,7 +3741,7 @@ 1123, 2.264, 1124, - 2.491, + 2.49, 1125, 2.264, 1126, @@ -3759,13 +3759,13 @@ 1132, 1.771, 1133, - 1.19, + 1.189, 1134, 2.441, 1135, 1.526, 1136, - 3.701, + 3.7, 1137, 1.355, 1138, @@ -3777,13 +3777,13 @@ 1141, 1.378, 1142, - 1.848, + 1.847, 1143, 1.46, 1144, - 2.881, + 2.88, 1145, - 3.863, + 3.862, 1146, 0.978, 1147, @@ -3803,19 +3803,19 @@ 1154, 2.264, 1155, - 2.449, + 2.448, 1156, - 2.071, + 2.07, 1157, 2.029, 1158, 1.78, 1159, - 3.022, + 3.021, 1160, - 3.572, + 3.571, 1161, - 4.122, + 4.121, 1162, 1.606, 1163, @@ -3823,7 +3823,7 @@ 1164, 1.355, 1165, - 1.848, + 1.847, 1166, 1.311, 1167, @@ -3831,7 +3831,7 @@ 1168, 2.264, 1169, - 2.071, + 2.07, 1170, 1.771, 1171, @@ -3841,29 +3841,29 @@ 1173, 1.109, 1174, - 2.071, + 2.07, 1175, - 4.122, + 4.121, 1176, 4.516, 1177, 6.7, 1178, - 3.863, + 3.862, 1179, 4.334, 1180, 2.11, 1181, - 6.685, + 6.684, 1182, - 2.071, + 2.07, 1183, 1.771, 1184, 1.431, 1185, - 2.071, + 2.07, 1186, 1.109, 1187, @@ -3871,9 +3871,9 @@ 1188, 1.109, 1189, - 3.022, + 3.021, 1190, - 3.863, + 3.862, 1191, 1.708, 1192, @@ -3883,15 +3883,15 @@ 1194, 2.264, 1195, - 1.848, + 1.847, 1196, - 1.848, + 1.847, 1197, 2.264, 1198, 1.291, 1199, - 5.051, + 5.05, 1200, 2.264, 1201, @@ -3909,15 +3909,15 @@ 1207, 5.69, 1208, - 2.352, + 2.351, 1209, - 5.459, + 5.458, 1210, - 2.071, + 2.07, 1211, 1.654, 1212, - 1.848, + 1.847, 1213, 1.708, 1214, @@ -3947,21 +3947,21 @@ 1226, 1.291, 1227, - 3.863, + 3.862, 1228, - 4.807, + 4.806, 1229, - 2.545, + 2.544, 1230, 3.532, 1231, - 4.871, + 4.87, 1232, - 3.863, + 3.862, 1233, 6.127, 1234, - 4.122, + 4.121, 1235, 1.46, 1236, @@ -3971,7 +3971,7 @@ 1238, 3.532, 1239, - 2.071, + 2.07, 1240, 2.264, 1241, @@ -3981,11 +3981,11 @@ 1243, 2.264, 1244, - 1.848, + 1.847, 1245, 1.526, 1246, - 2.071, + 2.07, 1247, 1.943, 1248, @@ -3997,9 +3997,9 @@ 1251, 1.943, 1252, - 2.071, + 2.07, 1253, - 2.171, + 2.17, 1254, 2.237, 1255, @@ -4009,7 +4009,7 @@ 1257, 1.404, 1258, - 1.492, + 1.491, 1259, 1.431, 1260, @@ -4061,7 +4061,7 @@ 1, 1.248, 2, - 0.352, + 0.351, 3, 0.364, 4, @@ -4085,11 +4085,11 @@ 20, 1.501, 22, - 0.571, + 0.57, 28, 0.673, 36, - 1.633, + 1.632, 38, 1.025, 39, @@ -4119,11 +4119,11 @@ 61, 0.861, 62, - 1.137, + 1.144, 65, 0.915, 67, - 0.696, + 0.695, 77, 1.473, 78, @@ -4133,13 +4133,13 @@ 83, 3.146, 84, - 1.076, + 1.085, 86, 2.31, 88, 0.739, 89, - 0.759, + 0.758, 90, 0.819, 91, @@ -4159,7 +4159,7 @@ 103, 2.092, 104, - 0.704, + 0.703, 106, 1.758, 107, @@ -4173,15 +4173,15 @@ 111, 0.58, 113, - 1.192, + 1.191, 116, 0.54, 117, 1.478, 119, - 0.704, + 0.703, 121, - 1.395, + 1.394, 122, 0.432, 125, @@ -4197,17 +4197,17 @@ 146, 0.68, 148, - 1.31, + 1.309, 149, 1.605, 150, - 0.871, + 0.87, 153, 1.748, 158, 0.406, 160, - 2.183, + 2.182, 165, 3.126, 168, @@ -4269,9 +4269,9 @@ 247, 2.777, 249, - 1.205, + 1.204, 256, - 1.599, + 1.606, 257, 1.928, 260, @@ -4281,9 +4281,9 @@ 263, 1.909, 264, - 4.122, + 4.121, 266, - 3.419, + 3.418, 268, 1.624, 269, @@ -4295,15 +4295,15 @@ 280, 0.544, 281, - 2.132, + 2.131, 285, - 1.889, + 1.888, 287, 0.959, 300, 0.769, 301, - 3.181, + 3.18, 313, 0.544, 315, @@ -4311,15 +4311,15 @@ 317, 0.817, 329, - 5.197, + 5.196, 330, 0.443, 332, 0.462, 333, - 1.193, + 1.199, 336, - 1.895, + 1.894, 337, 0.877, 341, @@ -4327,7 +4327,7 @@ 342, 1.54, 351, - 0.721, + 0.72, 353, 1.369, 368, @@ -4345,11 +4345,11 @@ 382, 0.5, 387, - 1.213, + 1.212, 392, - 1.205, + 1.204, 399, - 1.782, + 1.781, 401, 1.086, 405, @@ -4357,17 +4357,17 @@ 407, 0.877, 411, - 0.721, + 0.72, 416, 1.014, 419, 0.877, 422, - 2.806, + 2.805, 423, - 1.895, + 1.894, 425, - 3.392, + 3.391, 428, 2.919, 429, @@ -4421,7 +4421,7 @@ 510, 1.263, 511, - 1.83, + 1.829, 523, 1.303, 524, @@ -4433,17 +4433,17 @@ 543, 0.557, 544, - 4.41, + 4.409, 550, 0.646, 553, - 2.282, + 2.281, 554, 0.521, 555, 0.782, 556, - 2.24, + 2.239, 560, 0.877, 561, @@ -4453,9 +4453,9 @@ 580, 1.587, 582, - 4.122, + 4.121, 588, - 0.721, + 0.72, 590, 0.575, 592, @@ -4465,9 +4465,9 @@ 600, 3.062, 601, - 1.528, + 1.538, 602, - 1.391, + 1.39, 603, 1.436, 604, @@ -4479,7 +4479,7 @@ 614, 0.985, 620, - 0.721, + 0.72, 629, 0.755, 631, @@ -4495,7 +4495,7 @@ 656, 1.587, 666, - 1.655, + 1.654, 673, 0.804, 676, @@ -4535,11 +4535,11 @@ 737, 1.693, 738, - 3.261, + 3.26, 740, - 0.704, + 0.703, 749, - 1.879, + 1.878, 750, 2.044, 752, @@ -4559,13 +4559,13 @@ 775, 0.769, 784, - 5.197, + 5.196, 793, 0.646, 796, 1.834, 801, - 1.231, + 1.23, 803, 0.959, 807, @@ -4589,9 +4589,9 @@ 856, 0.557, 859, - 1.723, + 1.722, 866, - 3.201, + 3.2, 891, 1.43, 898, @@ -4611,7 +4611,7 @@ 923, 1.685, 925, - 1.655, + 1.654, 941, 0.544, 945, @@ -4625,23 +4625,23 @@ 960, 0.628, 978, - 4.077, + 4.076, 993, 0.78, 1008, 0.985, 1025, - 1.359, + 1.358, 1034, 2.09, 1035, - 4.219, + 4.218, 1039, 0.748, 1040, 0.831, 1046, - 1.503, + 1.502, 1052, 0.729, 1060, @@ -4651,7 +4651,7 @@ 1079, 2.044, 1080, - 1.895, + 1.894, 1081, 0.845, 1088, @@ -4661,7 +4661,7 @@ 1096, 1.014, 1104, - 1.468, + 1.467, 1107, 0.688, 1126, @@ -4681,9 +4681,9 @@ 1166, 0.804, 1172, - 1.273, + 1.272, 1180, - 0.759, + 0.758, 1202, 2.316, 1208, @@ -4699,7 +4699,7 @@ 1263, 1.834, 1264, - 2.778, + 2.777, 1265, 1.133, 1266, @@ -4713,17 +4713,17 @@ 1270, 1.086, 1271, - 1.27, + 1.269, 1272, 3.531, 1273, 2.871, 1274, - 2.297, + 2.296, 1275, 0.985, 1276, - 4.462, + 4.461, 1277, 3.144, 1278, @@ -4731,7 +4731,7 @@ 1279, 2.057, 1280, - 4.984, + 4.983, 1281, 5.047, 1282, @@ -4739,9 +4739,9 @@ 1283, 1.372, 1284, - 6.262, + 6.261, 1285, - 2.594, + 2.593, 1286, 0.985, 1287, @@ -4753,9 +4753,9 @@ 1290, 1.086, 1291, - 2.523, + 2.522, 1292, - 1.27, + 1.269, 1293, 1.047, 1294, @@ -4763,13 +4763,13 @@ 1295, 2.54, 1296, - 0.936, + 0.935, 1297, - 7.525, + 7.524, 1298, - 2.173, + 2.172, 1299, - 4.217, + 4.216, 1300, 2.511, 1301, @@ -4783,7 +4783,7 @@ 1305, 5.107, 1306, - 2.173, + 2.172, 1307, 1.529, 1308, @@ -4797,17 +4797,17 @@ 1312, 1.014, 1313, - 5.438, + 5.437, 1314, 0.936, 1315, - 4.462, + 4.461, 1316, 3.144, 1317, 1.388, 1318, - 1.27, + 1.269, 1319, 1.191, 1320, @@ -4821,7 +4821,7 @@ 1324, 2.828, 1325, - 3.856, + 3.855, 1326, 2.093, 1327, @@ -4835,13 +4835,13 @@ 1331, 1.133, 1332, - 1.391, + 1.39, 1333, 1.191, 1334, 1.388, 1335, - 1.27, + 1.269, 1336, 1.133, 1337, @@ -4849,19 +4849,19 @@ 1338, 1.086, 1339, - 1.895, + 1.894, 1340, 0.985, 1341, 0.985, 1342, - 4.447, + 4.446, 1343, 0.769, 1344, - 1.27, + 1.269, 1345, - 1.27, + 1.269, 1346, 1.388, 1347, @@ -4877,19 +4877,19 @@ 1352, 1.388, 1353, - 1.27, + 1.269, 1354, 1.014, 1355, - 1.27, + 1.269, 1356, - 1.27, + 1.269, 1357, 3.144, 1358, 1.388, 1359, - 3.856, + 3.855, 1360, 1.388, 1361, @@ -4897,11 +4897,11 @@ 1362, 3.438, 1363, - 1.965, + 1.964, 1364, 2.023, 1365, - 3.856, + 3.855, 1366, 1.388, 1367, @@ -4911,15 +4911,15 @@ 1369, 1.388, 1370, - 1.27, + 1.269, 1371, - 1.27, + 1.269, 1372, 2.95, 1373, 1.191, 1374, - 1.27, + 1.269, 1375, 1.834, 1376, @@ -4937,7 +4937,7 @@ 1382, 0.769, 1383, - 1.27, + 1.269, 1384, 2.511, 1385, @@ -4947,27 +4947,27 @@ 1387, 0.895, 1388, - 5.947, + 5.946, 1389, 2.511, 1390, - 2.297, + 2.296, 1391, - 1.27, + 1.269, 1392, - 1.27, + 1.269, 1393, 2.69, 1394, 1.388, 1395, - 2.297, + 2.296, 1396, - 1.27, + 1.269, 1397, - 1.27, + 1.269, 1398, - 1.27, + 1.269, 1399, 1.388, 1400, @@ -4975,23 +4975,23 @@ 1401, 0.845, 1402, - 1.27, + 1.269, 1403, 0.659, 1404, 1.047, 1405, - 1.27, + 1.269, 1406, 1.146, 1407, - 2.297, + 2.296, 1408, 1.388, 1409, 3.817, 1410, - 1.27, + 1.269, 1411, 0.595, 1412, @@ -4999,15 +4999,15 @@ 1413, 0.845, 1414, - 1.27, + 1.269, 1415, 0.959, 1416, - 3.765, + 3.866, 1417, - 1.27, + 1.269, 1418, - 2.297, + 2.296, 1419, 1.191, 1420, @@ -5015,9 +5015,9 @@ 1421, 0.845, 1422, - 1.27, + 1.269, 1423, - 1.27, + 1.269, 1424, 1.133, 1425, @@ -5027,11 +5027,11 @@ 1427, 1.735, 1428, - 0.759, + 0.758, 1429, 0.936, 1430, - 1.27, + 1.269, 1431, 1.086, 1432, @@ -5043,9 +5043,9 @@ 1435, 1.086, 1436, - 1.895, + 1.894, 1437, - 1.895, + 1.894, 1438, 1.086, 1439, @@ -5057,11 +5057,11 @@ 1442, 1.133, 1443, - 1.27, + 1.269, 1444, - 1.27, + 1.269, 1445, - 1.782, + 1.781, 1446, 1.133, 1447, @@ -5073,11 +5073,11 @@ 1450, 1.388, 1451, - 6.506, + 6.505, 1452, 1.086, 1453, - 1.27, + 1.269, 1454, 1.388, 1455, @@ -5105,19 +5105,19 @@ 1466, 2.511, 1467, - 6.789, + 6.788, 1468, - 1.27, + 1.269, 1469, - 1.27, + 1.269, 1470, - 1.27, + 1.269, 1471, 0.688, 1472, 0.622, 1473, - 1.782, + 1.781, 1474, 1.191, 1475, @@ -5125,13 +5125,13 @@ 1476, 1.086, 1477, - 4.462, + 4.461, 1478, 4.111, 1479, 0.817, 1480, - 4.217, + 4.216, 1481, 1.388, 1482, @@ -5147,7 +5147,7 @@ 1487, 1.047, 1488, - 1.27, + 1.269, 1489, 1.388, 1490, @@ -5201,13 +5201,13 @@ 1514, 1.047, 1515, - 1.27, + 1.269, 1516, - 4.984, + 4.983, 1517, - 5.438, + 5.437, 1518, - 1.27, + 1.269, 1519, 2.049, 1520, @@ -5217,7 +5217,7 @@ 1522, 3.438, 1523, - 2.297, + 2.296, 1524, 3.438, 1525, @@ -5227,29 +5227,29 @@ 1527, 3.438, 1528, - 1.27, + 1.269, 1529, 1.133, 1530, - 1.27, + 1.269, 1531, 2.511, 1532, 0.895, 1533, - 4.217, + 4.216, 1534, - 1.27, + 1.269, 1535, - 2.297, + 2.296, 1536, 2.511, 1537, - 4.217, + 4.216, 1538, 2.511, 1539, - 4.217, + 4.216, 1540, 2.511, 1541, @@ -5263,13 +5263,13 @@ 1545, 1.086, 1546, - 0.721, + 0.72, 1547, - 1.27, + 1.269, 1548, - 1.854, + 1.853, 1549, - 2.806, + 2.805, 1550, 1.388, 1551, @@ -5285,7 +5285,7 @@ 1556, 5.811, 1557, - 1.503, + 1.502, 1558, 2.614, 1559, @@ -5303,13 +5303,13 @@ 1565, 1.191, 1566, - 1.895, + 1.894, 1567, 1.388, 1568, 1.388, 1569, - 1.27, + 1.269, 1570, 0.936, 1571, @@ -5361,15 +5361,15 @@ 60, 1.001, 62, - 1.19, + 1.198, 77, 1.444, 79, 0.948, 90, - 1.347, + 1.346, 94, - 1.675, + 1.674, 96, 2.721, 97, @@ -5379,7 +5379,7 @@ 100, 1.904, 102, - 0.921, + 0.92, 103, 1.301, 106, @@ -5405,15 +5405,15 @@ 142, 1.07, 148, - 1.955, + 1.954, 153, 1.582, 160, - 2.901, + 2.9, 165, 2.821, 166, - 4.282, + 4.281, 167, 3.853, 169, @@ -5423,13 +5423,13 @@ 172, 1.569, 177, - 3.019, + 3.018, 178, 3.868, 194, - 1.567, + 1.566, 196, - 1.245, + 1.244, 199, 1.542, 201, @@ -5453,17 +5453,17 @@ 268, 1.86, 269, - 1.793, + 1.792, 271, 1.845, 273, - 1.395, + 1.394, 330, 2.224, 333, - 1.973, + 1.983, 351, - 1.868, + 1.867, 368, 1.023, 380, @@ -5471,7 +5471,7 @@ 384, 2.553, 385, - 2.023, + 2.022, 387, 1.269, 402, @@ -5479,7 +5479,7 @@ 414, 2.371, 429, - 1.745, + 1.744, 439, 2.426, 454, @@ -5489,7 +5489,7 @@ 480, 2.371, 489, - 1.675, + 1.674, 500, 1.313, 524, @@ -5503,15 +5503,15 @@ 552, 2.552, 556, - 2.322, + 2.321, 571, - 2.629, + 2.628, 577, 2.215, 601, - 1.304, + 1.313, 602, - 1.456, + 1.455, 603, 1.503, 604, @@ -5533,7 +5533,7 @@ 710, 2.739, 750, - 1.745, + 1.744, 811, 2.799, 848, @@ -5557,9 +5557,9 @@ 999, 1.658, 1010, - 4.766, + 4.765, 1011, - 2.321, + 2.32, 1016, 3.57, 1019, @@ -5567,19 +5567,19 @@ 1025, 4.608, 1029, - 1.745, + 1.744, 1055, - 2.053, + 2.052, 1104, 1.966, 1120, 2.118, 1150, - 2.023, + 2.022, 1153, 1.691, 1158, - 3.214, + 3.213, 1166, 3.272, 1173, @@ -5591,15 +5591,15 @@ 1296, 1.341, 1332, - 1.456, + 1.455, 1387, - 2.321, + 2.32, 1455, 2.553, 1457, 2.118, 1482, - 2.629, + 2.628, 1484, 2.715, 1502, @@ -5607,13 +5607,13 @@ 1526, 5.094, 1546, - 1.868, + 1.867, 1560, 2.371, 1573, 3.088, 1574, - 3.44, + 3.439, 1575, 3.291, 1576, @@ -5627,7 +5627,7 @@ 1580, 3.599, 1581, - 6.378, + 6.377, 1582, 3.599, 1583, @@ -5639,7 +5639,7 @@ 1586, 3.599, 1587, - 8.585, + 8.584, 1588, 3.417, 1589, @@ -5651,17 +5651,17 @@ 1592, 2.553, 1593, - 6.975, + 6.974, 1594, 4.896, 1595, - 5.65, + 5.649, 1596, 1.915, 1597, 3.272, 1598, - 2.937, + 2.936, 1599, 2.274, 1600, @@ -5677,7 +5677,7 @@ 1605, 3.599, 1606, - 3.325, + 3.324, 1607, 4.972, 1608, @@ -5685,7 +5685,7 @@ 1609, 4.972, 1610, - 7.901, + 7.9, 1611, 4.61, 1612, @@ -5693,19 +5693,19 @@ 1613, 3.599, 1614, - 7.901, + 7.9, 1615, - 2.937, + 2.936, 1616, 3.57, 1617, - 2.816, + 2.815, 1618, 3.088, 1619, 3.599, 1620, - 7.901, + 7.9, 1621, 2.863, 1622, @@ -5713,21 +5713,21 @@ 1623, 2.486, 1624, - 2.629, + 2.628, 1625, - 3.903, + 3.902, 1626, - 6.975, + 6.974, 1627, 2.553, 1628, 1.491, 1629, - 2.531, + 2.53, 1630, 2.715, 1631, - 3.503, + 3.502, 1632, 2.274, 1633, @@ -5739,13 +5739,13 @@ 1636, 2.084, 1637, - 2.321, + 2.32, 1638, 2.274, 1639, - 5.65, + 5.649, 1640, - 2.816, + 2.815, 1641, 3.291, 1642, @@ -5755,25 +5755,25 @@ 1644, 3.088, 1645, - 7.818, + 7.817, 1646, - 4.848, + 4.847, 1647, 3.599, 1648, - 2.053, + 2.052, 1649, - 1.891, + 1.915, 1650, 3.38, 1651, 2.153, 1652, - 2.816, + 2.815, 1653, 3.599, 1654, - 2.937, + 2.936, 1655, 1.891, 1656, @@ -5785,17 +5785,17 @@ 1659, 3.599, 1660, - 2.816, + 2.815, 1661, 2.83, 1662, 2.485, 1663, - 6.378, + 6.377, 1664, - 8.585, + 8.584, 1665, - 8.585, + 8.584, 1666, 2.231, 1667, @@ -5809,9 +5809,9 @@ 1671, 3.599, 1672, - 3.046, + 3.045, 1673, - 8.585 + 8.584 ] ], [ @@ -5867,9 +5867,9 @@ 10, 1.964, 11, - 1.156, + 1.155, 12, - 1.456, + 1.455, 17, 1.223, 18, @@ -5881,7 +5881,7 @@ 28, 0.88, 30, - 0.686, + 0.691, 36, 1.385, 38, @@ -5901,7 +5901,7 @@ 52, 0.878, 56, - 2.275, + 2.274, 57, 1.345, 58, @@ -5915,11 +5915,11 @@ 69, 1.499, 70, - 0.765, + 0.764, 71, 2.947, 72, - 1.062, + 1.061, 73, 1.051, 75, @@ -5931,19 +5931,19 @@ 81, 1.481, 84, - 1.366, + 1.378, 86, 0.589, 88, 1.697, 89, - 1.743, + 1.742, 90, 1.223, 91, 0.62, 95, - 2.72, + 2.719, 96, 2.339, 97, @@ -5993,7 +5993,7 @@ 132, 1.096, 134, - 2.33, + 2.329, 139, 1.051, 140, @@ -6005,7 +6005,7 @@ 147, 1.068, 148, - 1.72, + 1.719, 149, 0.691, 150, @@ -6021,11 +6021,11 @@ 166, 2.412, 167, - 2.605, + 2.604, 168, - 0.954, + 0.953, 169, - 1.204, + 1.203, 171, 0.931, 174, @@ -6035,7 +6035,7 @@ 178, 3.22, 185, - 4.062, + 4.061, 186, 1.847, 194, @@ -6047,9 +6047,9 @@ 198, 1.398, 201, - 1.818, + 1.817, 202, - 1.036, + 1.035, 207, 2.143, 210, @@ -6057,15 +6057,15 @@ 211, 0.813, 212, - 2.72, + 2.719, 216, 2.916, 218, - 1.288, + 1.287, 226, 0.887, 228, - 0.765, + 0.764, 229, 1.422, 230, @@ -6073,9 +6073,9 @@ 234, 2.433, 237, - 1.47, + 1.469, 240, - 2.458, + 2.457, 241, 1.099, 244, @@ -6085,7 +6085,7 @@ 254, 1.196, 256, - 1.561, + 1.568, 257, 2.309, 260, @@ -6103,25 +6103,25 @@ 273, 1.267, 274, - 3.79, + 3.789, 285, - 1.429, + 1.428, 286, 1.254, 288, - 0.979, + 0.978, 289, 5.916, 291, - 2.471, + 2.47, 292, 1.366, 293, 2.495, 295, - 1.47, + 1.469, 300, - 1.006, + 1.005, 315, 1.125, 324, @@ -6131,7 +6131,7 @@ 332, 1.945, 333, - 1.821, + 1.831, 341, 0.871, 344, @@ -6139,13 +6139,13 @@ 345, 1.546, 353, - 2.044, + 2.043, 359, 0.798, 368, 0.516, 380, - 1.515, + 1.514, 382, 0.653, 387, @@ -6153,7 +6153,7 @@ 389, 1.767, 390, - 0.765, + 0.764, 391, 1.125, 392, @@ -6179,15 +6179,15 @@ 454, 1.27, 456, - 2.767, + 2.766, 457, 0.644, 459, - 0.845, + 0.844, 467, 1.196, 471, - 1.567, + 1.566, 472, 2.365, 473, @@ -6195,13 +6195,13 @@ 479, 0.681, 489, - 0.845, + 0.844, 490, 0.758, 496, - 0.845, + 0.844, 499, - 5.504, + 5.503, 501, 1.369, 504, @@ -6219,9 +6219,9 @@ 532, 3.116, 546, - 3.472, + 3.471, 550, - 0.845, + 0.844, 551, 1.254, 552, @@ -6231,15 +6231,15 @@ 555, 2.298, 556, - 2.402, + 2.401, 558, - 2.603, + 2.602, 560, - 2.016, + 2.015, 561, 0.575, 562, - 4.409, + 4.408, 565, 1.326, 566, @@ -6251,9 +6251,9 @@ 569, 1.66, 570, - 1.288, + 1.287, 571, - 2.33, + 2.329, 572, 1.481, 573, @@ -6271,7 +6271,7 @@ 596, 0.992, 606, - 1.558, + 1.557, 629, 1.543, 631, @@ -6291,21 +6291,21 @@ 677, 0.836, 679, - 1.429, + 1.428, 683, 0.771, 685, 0.74, 686, - 0.979, + 0.978, 691, 1.305, 692, 0.681, 695, - 0.821, + 0.82, 701, - 0.954, + 0.953, 716, 1.035, 723, @@ -6327,7 +6327,7 @@ 770, 1.42, 773, - 1.86, + 1.859, 786, 1.051, 792, @@ -6335,17 +6335,17 @@ 793, 1.484, 799, - 1.942, + 1.941, 815, 1.125, 823, 1.196, 826, - 0.954, + 0.953, 834, 2.113, 854, - 1.006, + 1.005, 866, 1.589, 891, @@ -6353,11 +6353,11 @@ 894, 3.196, 898, - 1.515, + 1.514, 902, 1.035, 903, - 2.767, + 2.766, 907, 1.196, 908, @@ -6365,7 +6365,7 @@ 909, 1.17, 911, - 1.006, + 1.005, 931, 1.405, 944, @@ -6377,17 +6377,17 @@ 977, 0.966, 978, - 3.415, + 3.414, 979, - 1.929, + 1.928, 981, - 1.942, + 1.941, 983, - 2.057, + 2.056, 988, - 2.603, + 2.602, 989, - 2.15, + 2.149, 990, 1.196, 1007, @@ -6397,7 +6397,7 @@ 1014, 2.751, 1017, - 2.263, + 2.262, 1019, 2.434, 1025, @@ -6411,7 +6411,7 @@ 1044, 1.326, 1045, - 2.811, + 2.81, 1055, 2.433, 1064, @@ -6427,7 +6427,7 @@ 1124, 1.17, 1133, - 4.541, + 4.54, 1140, 4.09, 1144, @@ -6439,11 +6439,11 @@ 1155, 3.122, 1157, - 0.954, + 0.953, 1158, 3.575, 1164, - 2.553, + 2.552, 1173, 0.889, 1188, @@ -6459,7 +6459,7 @@ 1267, 1.254, 1272, - 0.806, + 0.805, 1273, 1.068, 1283, @@ -6483,7 +6483,7 @@ 1376, 1.326, 1411, - 0.778, + 0.777, 1452, 2.495, 1471, @@ -6491,7 +6491,7 @@ 1479, 1.068, 1495, - 1.006, + 1.005, 1496, 3.545, 1502, @@ -6499,7 +6499,7 @@ 1514, 1.369, 1541, - 0.979, + 0.978, 1544, 1.125, 1546, @@ -6507,7 +6507,7 @@ 1560, 1.196, 1588, - 2.864, + 2.863, 1594, 2.927, 1600, @@ -6515,29 +6515,29 @@ 1602, 2.515, 1607, - 3.385, + 3.384, 1608, - 4.156, + 4.155, 1621, 2.601, 1622, - 2.263, + 2.262, 1624, 1.326, 1627, - 1.288, + 1.287, 1628, 1.321, 1629, - 1.429, + 1.428, 1661, 0.909, 1674, 5.526, 1675, - 2.767, + 2.766, 1676, - 2.016, + 2.015, 1677, 1.66, 1678, @@ -6547,7 +6547,7 @@ 1680, 1.815, 1681, - 0.778, + 0.777, 1682, 1.147, 1683, @@ -6563,31 +6563,31 @@ 1688, 1.815, 1689, - 1.288, + 1.287, 1690, 1.223, 1691, - 3.027, + 3.026, 1692, - 1.558, + 1.557, 1693, - 2.15, + 2.149, 1694, 1.254, 1695, 4.266, 1696, - 3.125, + 3.124, 1697, 1.17, 1698, - 2.645, + 2.644, 1699, - 4.769, + 4.768, 1700, 2.495, 1701, - 4.269, + 4.268, 1702, 3.189, 1703, @@ -6611,13 +6611,13 @@ 1712, 3.189, 1713, - 0.954, + 0.953, 1714, 1.326, 1715, - 2.737, + 2.736, 1716, - 3.027, + 3.026, 1717, 1.42, 1718, @@ -6635,17 +6635,17 @@ 1724, 0.862, 1725, - 2.016, + 2.015, 1726, 1.815, 1727, 1.481, 1728, - 2.917, + 2.916, 1729, 1.815, 1730, - 3.661, + 3.66, 1731, 1.66, 1732, @@ -6663,15 +6663,15 @@ 1738, 1.815, 1739, - 2.917, + 2.916, 1740, 1.815, 1741, - 2.737, + 2.736, 1742, 1.815, 1743, - 2.917, + 2.916, 1744, 3.189, 1745, @@ -6683,7 +6683,7 @@ 1748, 4.693, 1749, - 5.668, + 5.667, 1750, 1.815, 1751, @@ -6697,7 +6697,7 @@ 1755, 1.815, 1756, - 2.737, + 2.736, 1757, 1.815, 1758, @@ -6713,15 +6713,15 @@ 1763, 1.326, 1764, - 1.558, + 1.557, 1765, 1.481, 1766, - 2.917, + 2.916, 1767, 1.068, 1768, - 1.558, + 1.557, 1769, 0.836, 1770, @@ -6729,9 +6729,9 @@ 1771, 1.815, 1772, - 2.737, + 2.736, 1773, - 2.811, + 2.81, 1774, 0.92, 1775, @@ -6739,15 +6739,15 @@ 1776, 3.189, 1777, - 2.917, + 2.916, 1778, 4.266, 1779, - 3.661, + 3.66, 1780, 3.189, 1781, - 1.558, + 1.557, 1782, 1.815, 1783, @@ -6761,13 +6761,13 @@ 1787, 1.815, 1788, - 1.558, + 1.557, 1789, 1.815, 1790, - 2.263, + 2.262, 1791, - 1.558, + 1.557, 1792, 1.66, 1793, @@ -6783,7 +6783,7 @@ 1798, 4.266, 1799, - 2.917, + 2.916, 1800, 1.815, 1801, @@ -6801,7 +6801,7 @@ 1807, 0.871, 1808, - 2.737, + 2.736, 1809, 1.815, 1810, @@ -6811,7 +6811,7 @@ 1812, 1.223, 1813, - 1.288, + 1.287, 1814, 2.299, 1815, @@ -6821,13 +6821,13 @@ 1817, 1.481, 1818, - 1.558, + 1.557, 1819, 1.42, 1820, - 1.558, + 1.557, 1821, - 3.338, + 3.337, 1822, 2.406, 1823, @@ -6843,15 +6843,15 @@ 1828, 3.189, 1829, - 1.558, + 1.557, 1830, - 2.737, + 2.736, 1831, 1.815, 1832, 1.66, 1833, - 2.917, + 2.916, 1834, 1.815, 1835, @@ -6863,7 +6863,7 @@ 1838, 1.481, 1839, - 1.288, + 1.287, 1840, 1.035, 1841, @@ -6873,7 +6873,7 @@ 1843, 1.66, 1844, - 2.737, + 2.736, 1845, 1.815, 1846, @@ -6893,7 +6893,7 @@ 1853, 1.66, 1854, - 2.917, + 2.916, 1855, 1.815, 1856, @@ -6903,7 +6903,7 @@ 1858, 1.196, 1859, - 1.558, + 1.557, 1860, 1.66, 1861, @@ -6929,19 +6929,19 @@ 1871, 2.068, 1872, - 1.942, + 1.941, 1873, - 1.558, + 1.557, 1874, 1.068, 1875, - 1.288, + 1.287, 1876, - 2.603, + 2.602, 1877, 1.481, 1878, - 2.016, + 2.015, 1879, 0.92, 1880, @@ -6949,7 +6949,7 @@ 1881, 1.66, 1882, - 0.806, + 0.805, 1883, 1.481, 1884, @@ -6969,7 +6969,7 @@ 0, 1.104, 1, - 2.306, + 2.305, 2, 2.282, 3, @@ -6995,7 +6995,7 @@ 99, 0.949, 102, - 2.306, + 2.305, 103, 2.075, 106, @@ -7013,7 +7013,7 @@ 269, 2.045, 426, - 6.584, + 6.583, 552, 2.68, 568, @@ -7033,13 +7033,13 @@ 1378, 5.487, 1455, - 6.395, + 6.394, 1681, 3.861, 1885, 5.22, 1886, - 6.8, + 6.799, 1887, 8.242, 1888, @@ -7051,7 +7051,7 @@ 1891, 8.242, 1892, - 6.8, + 6.799, 1893, 5.393 ] @@ -7101,13 +7101,13 @@ 46, 0.817, 56, - 2.23, + 2.229, 57, 1.418, 59, 0.828, 62, - 1.895, + 1.907, 63, 2.777, 69, @@ -7115,7 +7115,7 @@ 79, 0.887, 84, - 2.454, + 2.475, 87, 3.62, 90, @@ -7161,7 +7161,7 @@ 202, 2.59, 207, - 3.304, + 3.303, 211, 3.573, 216, @@ -7171,7 +7171,7 @@ 247, 3.283, 256, - 1.287, + 1.293, 266, 4.631, 268, @@ -7179,17 +7179,17 @@ 269, 1.3, 295, - 4.23, + 4.229, 332, 1.907, 334, - 3.174, + 3.173, 358, - 4.23, + 4.229, 368, 1.629, 382, - 2.062, + 2.061, 392, 2.007, 432, @@ -7209,7 +7209,7 @@ 579, 4.598, 582, - 3.488, + 3.487, 590, 2.373, 595, @@ -7219,11 +7219,11 @@ 691, 1.753, 750, - 4.45, + 4.449, 828, 5.401, 829, - 4.675, + 4.674, 852, 6.857, 878, @@ -7235,7 +7235,7 @@ 972, 5.144, 982, - 3.428, + 3.427, 1009, 7.472, 1019, @@ -7243,13 +7243,13 @@ 1034, 2.197, 1136, - 3.552, + 3.551, 1193, - 3.428, + 3.427, 1279, - 7.032, + 7.031, 1295, - 2.15, + 2.149, 1301, 4.064, 1332, @@ -7257,71 +7257,71 @@ 1364, 3.371, 1464, - 6.846, + 6.845, 1465, - 2.021, + 2.02, 1560, 3.774, 1588, 3.909, 1611, - 4.675, + 4.674, 1689, - 5.66, + 5.659, 1803, - 3.958, + 3.957, 1884, - 3.389, + 3.388, 1894, 6.539, 1895, 3.62, 1896, - 3.862, + 3.861, 1897, 4.482, 1898, 5.729, 1899, - 5.239, + 5.238, 1900, 5.729, 1901, 3.318, 1902, - 5.256, + 5.255, 1903, 7.25, 1904, 4.482, 1905, - 4.916, + 4.915, 1906, 6.857, 1907, - 4.675, + 4.674, 1908, 2.59, 1909, - 6.846, + 6.845, 1910, - 4.916, + 4.915, 1911, - 2.938, + 2.937, 1912, - 4.322, + 4.321, 1913, - 5.239, + 5.238, 1914, - 5.239, + 5.238, 1915, 5.729, 1916, - 4.916, + 4.915, 1917, 5.729, 1918, - 5.239, + 5.238, 1919, 5.729, 1920, @@ -7331,21 +7331,21 @@ 1922, 5.729, 1923, - 5.239, + 5.238, 1924, 5.729, 1925, - 4.675, + 4.674, 1926, 5.144, 1927, - 4.916, + 4.915, 1928, 3.088, 1929, 3.01, 1930, - 4.322, + 4.321, 1931, 3.088 ] @@ -7365,7 +7365,7 @@ 1, 2.286, 2, - 2.263, + 2.262, 3, 2.346, 4, @@ -7397,7 +7397,7 @@ 106, 1.601, 107, - 1.701, + 1.7, 108, 2.627, 148, @@ -7433,21 +7433,21 @@ 1933, 4.755, 1934, - 6.992, + 6.991, 1935, 7.668, 1936, 4.951, 1937, - 6.992, + 6.991, 1938, 7.292, 1939, 6.527, 1940, - 8.937, + 8.936, 1941, - 6.992 + 6.991 ] ], [ @@ -7465,7 +7465,7 @@ 10, 1.644, 18, - 1.087, + 1.086, 20, 1.28, 36, @@ -7475,9 +7475,9 @@ 42, 1.749, 49, - 3.331, + 3.33, 55, - 3.648, + 3.647, 56, 2.959, 57, @@ -7485,13 +7485,13 @@ 59, 1.003, 65, - 5.01, + 5.009, 77, 1.575, 79, 0.944, 97, - 2.785, + 2.784, 99, 1.04, 106, @@ -7499,11 +7499,11 @@ 107, 1.833, 108, - 2.236, + 2.235, 109, 2.833, 113, - 1.524, + 1.523, 121, 2.515, 153, @@ -7521,9 +7521,9 @@ 238, 4.273, 256, - 2.375, + 2.387, 268, - 1.967, + 1.966, 313, 3.777, 315, @@ -7535,7 +7535,7 @@ 390, 3.203, 454, - 3.028, + 3.027, 471, 2.038, 497, @@ -7565,7 +7565,7 @@ 744, 4.669, 754, - 4.55, + 4.549, 947, 3.995, 948, @@ -7581,7 +7581,7 @@ 1104, 2.647, 1105, - 5.01, + 5.009, 1127, 5.554, 1152, @@ -7591,9 +7591,9 @@ 1393, 5.949, 1473, - 5.395, + 5.394, 1651, - 4.55, + 4.549, 1713, 3.995, 1885, @@ -7631,13 +7631,13 @@ 1954, 7.604, 1955, - 5.395, + 5.394, 1956, 6.953, 1957, - 6.205, + 6.204, 1958, - 9.632, + 9.631, 1959, 7.604, 1960, @@ -7707,7 +7707,7 @@ 106, 1.749, 113, - 1.558, + 1.557, 125, 2.365, 140, @@ -7715,7 +7715,7 @@ 142, 2.311, 148, - 2.004, + 2.003, 153, 1.764, 168, @@ -7735,7 +7735,7 @@ 273, 1.919, 274, - 4.575, + 4.574, 289, 4.651, 290, @@ -7755,7 +7755,7 @@ 345, 3.768, 452, - 3.105, + 3.104, 459, 4.544, 467, @@ -7765,13 +7765,13 @@ 497, 3.986, 506, - 4.733, + 4.732, 536, 5.121, 541, 4.136, 546, - 4.191, + 4.19, 551, 5.37, 562, @@ -7807,9 +7807,9 @@ 1822, 5.864, 1964, - 7.109, + 7.108, 1965, - 7.109 + 7.108 ] ], [ @@ -7839,7 +7839,7 @@ 7, 1.561, 8, - 3.124, + 3.123, 12, 1.821, 18, @@ -7855,7 +7855,7 @@ 42, 1.352, 46, - 1.551, + 1.55, 49, 3.94, 52, @@ -7871,7 +7871,7 @@ 77, 1.268, 78, - 2.717, + 2.716, 79, 0.908, 85, @@ -7897,7 +7897,7 @@ 107, 1.417, 108, - 1.8, + 1.799, 109, 1.487, 110, @@ -7927,13 +7927,13 @@ 169, 0.911, 172, - 1.74, + 1.739, 185, 1.875, 194, 1.117, 196, - 2.117, + 2.116, 197, 2.103, 198, @@ -7945,7 +7945,7 @@ 231, 2.794, 236, - 3.067, + 3.066, 241, 1.311, 247, @@ -7953,15 +7953,15 @@ 253, 1.999, 256, - 2.136, + 2.146, 260, 1.345, 268, - 1.941, + 1.94, 269, 2.156, 271, - 3.139, + 3.138, 273, 0.985, 285, @@ -7973,7 +7973,7 @@ 345, 1.934, 368, - 1.741, + 1.74, 380, 2.173, 401, @@ -7981,15 +7981,15 @@ 411, 2.071, 419, - 2.522, + 2.521, 452, - 1.78, + 1.779, 471, 1.996, 496, 1.857, 533, - 2.211, + 2.21, 552, 1.186, 553, @@ -8017,13 +8017,13 @@ 703, 2.4, 704, - 4.802, + 4.801, 711, 4.455, 712, - 2.69, + 2.689, 713, - 2.097, + 2.096, 749, 3.344, 765, @@ -8039,29 +8039,29 @@ 808, 3.257, 809, - 2.243, + 2.242, 811, 1.977, 824, - 4.789, + 4.788, 828, 2.348, 834, 3.032, 845, - 4.126, + 4.125, 849, - 2.717, + 2.716, 857, 2.276, 880, 1.934, 894, - 3.559, + 3.558, 895, - 4.006, + 4.005, 911, - 2.211, + 2.21, 914, 1.667, 918, @@ -8075,7 +8075,7 @@ 977, 3.257, 994, - 4.343, + 4.342, 996, 3.102, 1061, @@ -8085,13 +8085,13 @@ 1079, 1.934, 1100, - 4.789, + 4.788, 1104, 3.308, 1213, 3.01, 1275, - 4.343, + 4.342, 1283, 3.344, 1307, @@ -8099,9 +8099,9 @@ 1326, 2.429, 1343, - 2.211, + 2.21, 1375, - 2.915, + 2.914, 1387, 3.947, 1411, @@ -8117,51 +8117,51 @@ 1566, 5.617, 1616, - 2.522, + 2.521, 1632, - 2.522, + 2.521, 1662, 2.692, 1697, 2.573, 1769, - 2.821, + 2.82, 1770, 4.533, 1773, - 4.033, + 4.032, 1804, 2.936, 1848, - 2.522, + 2.521, 1871, 1.934, 1908, 2.767, 1920, - 3.886, + 3.885, 1933, 3.257, 1961, - 3.727, + 3.726, 1966, 5.628, 1967, - 3.991, + 3.99, 1968, 2.123, 1969, - 2.915, + 2.914, 1970, - 3.991, + 3.99, 1971, 3.122, 1972, - 3.991, + 3.99, 1973, - 2.388, + 2.387, 1974, - 4.995, + 4.994, 1975, 0.944, 1976, @@ -8171,19 +8171,19 @@ 1978, 3.649, 1979, - 3.727, + 3.726, 1980, 3.649, 1981, - 3.991, + 3.99, 1982, 1.977, 1983, - 3.991, + 3.99, 1984, 3.01, 1985, - 3.991, + 3.99, 1986, 3.649, 1987, @@ -8193,41 +8193,41 @@ 1989, 4.247, 1990, - 4.033, + 4.032, 1991, - 2.915, + 2.914, 1992, - 3.991, + 3.99, 1993, 6.669, 1994, - 5.439, + 5.438, 1995, - 3.991, + 3.99, 1996, - 3.991, + 3.99, 1997, 2.276, 1998, - 3.991, + 3.99, 1999, - 2.211, + 2.21, 2000, - 3.991, + 3.99, 2001, - 3.991, + 3.99, 2002, 3.122, 2003, - 3.991, + 3.99, 2004, 3.649, 2005, - 3.991, + 3.99, 2006, 3.216, 2007, - 2.522, + 2.521, 2008, 3.256, 2009, @@ -8235,45 +8235,45 @@ 2010, 3.256, 2011, - 3.991, + 3.99, 2012, 3.122, 2013, - 2.757, + 2.756, 2014, 3.424, 2015, - 2.69, + 2.689, 2016, - 3.991, + 3.99, 2017, - 3.991, + 3.99, 2018, - 3.991, + 3.99, 2019, - 2.69, + 2.689, 2020, - 2.915, + 2.914, 2021, 3.256, 2022, 7.728, 2023, - 4.618, + 4.617, 2024, 2.767, 2025, 3.256, 2026, - 4.033, + 4.032, 2027, 1.977, 2028, - 4.126, + 4.125, 2029, - 5.439, + 5.438, 2030, - 2.69, + 2.689, 2031, 3.122, 2032, @@ -8291,15 +8291,15 @@ "data/manuals/physics-messages", [ 0, - 0.846, + 0.845, 1, 1.765, 2, 1.747, 3, - 1.812, + 1.811, 4, - 1.812, + 1.811, 5, 1.821, 6, @@ -8349,7 +8349,7 @@ 230, 2.402, 240, - 1.963, + 1.962, 241, 1.937, 268, @@ -8379,11 +8379,11 @@ 561, 2.187, 568, - 5.085, + 5.084, 629, 2.721, 669, - 4.279, + 4.278, 752, 3.18, 866, @@ -8409,9 +8409,9 @@ 1287, 4.896, 1378, - 4.202, + 4.201, 1406, - 3.15, + 3.149, 1473, 4.896, 1486, @@ -8421,37 +8421,37 @@ 1607, 5.24, 1608, - 6.411, + 6.41, 1609, 5.24, 1666, - 4.279, + 4.278, 1672, - 4.878, + 4.877, 1928, 5.442, 2033, - 5.922, + 5.921, 2034, 6.901, 2035, 6.258, 2036, - 7.764, + 7.763, 2037, 6.901, 2038, 6.901, 2039, - 8.274, + 8.273, 2040, - 7.764, + 7.763, 2041, 6.901, 2042, 5.012, 2043, - 6.609, + 6.608, 2044, 6.901, 2045, @@ -8503,15 +8503,15 @@ 20, 1.399, 21, - 2.97, + 2.969, 22, 3.011, 27, - 3.278, + 3.277, 28, - 2.136, + 2.135, 36, - 1.752, + 1.751, 38, 1.118, 42, @@ -8523,7 +8523,7 @@ 52, 1.213, 54, - 3.479, + 3.478, 56, 1.03, 57, @@ -8533,9 +8533,9 @@ 60, 1.226, 62, - 0.875, + 0.881, 65, - 1.744, + 1.743, 75, 2.489, 77, @@ -8563,13 +8563,13 @@ 109, 0.986, 111, - 1.106, + 1.105, 113, 1.468, 116, - 1.715, + 1.714, 117, - 1.558, + 1.557, 121, 1.457, 125, @@ -8593,7 +8593,7 @@ 153, 2.525, 157, - 2.97, + 2.969, 158, 1.929, 169, @@ -8605,13 +8605,13 @@ 185, 4.128, 186, - 4.244, + 4.243, 193, 1.641, 194, 1.921, 196, - 1.524, + 1.523, 197, 1.944, 198, @@ -8621,7 +8621,7 @@ 201, 1.884, 205, - 1.997, + 1.996, 207, 0.881, 210, @@ -8639,9 +8639,9 @@ 241, 1.413, 256, - 2.114, + 2.124, 260, - 2.47, + 2.469, 268, 1.862, 269, @@ -8653,29 +8653,29 @@ 280, 1.038, 282, - 2.183, + 2.182, 288, 2.375, 290, - 2.203, + 2.202, 313, 2.587, 323, 2.636, 324, - 1.51, + 1.509, 328, - 1.584, + 1.583, 332, 0.881, 333, - 0.749, + 0.753, 334, 1.466, 342, - 1.186, + 1.185, 345, - 2.136, + 2.135, 347, 1.707, 350, @@ -8687,9 +8687,9 @@ 384, 1.878, 390, - 3.332, + 3.331, 392, - 1.544, + 1.543, 432, 1.878, 433, @@ -8701,7 +8701,7 @@ 454, 1.754, 455, - 1.997, + 1.996, 457, 1.564, 463, @@ -8713,9 +8713,9 @@ 474, 1.933, 480, - 1.744, + 1.743, 490, - 1.106, + 1.105, 500, 1.607, 504, @@ -8723,11 +8723,11 @@ 510, 2.079, 513, - 1.374, + 1.373, 521, - 2.297, + 2.296, 522, - 2.183, + 2.182, 534, 1.244, 543, @@ -8735,9 +8735,9 @@ 545, 6.561, 551, - 5.062, + 5.061, 552, - 2.179, + 2.178, 553, 2.023, 554, @@ -8751,15 +8751,15 @@ 596, 1.446, 601, - 1.596, + 1.607, 602, 1.782, 603, - 1.106, + 1.105, 604, - 3.344, + 3.343, 605, - 2.513, + 2.512, 614, 2.219, 615, @@ -8783,7 +8783,7 @@ 644, 1.311, 680, - 2.315, + 2.314, 683, 1.871, 691, @@ -8791,21 +8791,21 @@ 692, 1.653, 695, - 1.197, + 1.196, 702, 2.207, 703, 1.038, 711, - 1.584, + 1.583, 715, - 1.391, + 1.39, 751, 1.07, 752, - 1.22, + 1.219, 757, - 2.16, + 2.159, 758, 1.175, 759, @@ -8817,7 +8817,7 @@ 809, 2.476, 826, - 1.391, + 1.39, 852, 1.828, 856, @@ -8827,15 +8827,15 @@ 866, 0.986, 883, - 1.997, + 1.996, 894, 2.236, 898, 1.564, 900, - 2.071, + 2.07, 902, - 1.51, + 1.509, 903, 2.375, 904, @@ -8843,11 +8843,11 @@ 917, 1.992, 918, - 1.27, + 1.269, 921, 1.707, 924, - 2.092, + 2.091, 931, 0.725, 935, @@ -8857,19 +8857,19 @@ 941, 1.038, 943, - 5.062, + 5.061, 947, - 1.391, + 1.39, 960, - 1.197, + 1.196, 975, - 2.715, + 2.714, 978, 1.046, 993, 1.487, 1002, - 2.804, + 2.803, 1010, 1.088, 1029, @@ -8881,9 +8881,9 @@ 1060, 1.487, 1101, - 2.593, + 2.592, 1131, - 2.183, + 2.182, 1139, 3.18, 1146, @@ -8899,19 +8899,19 @@ 1235, 1.707, 1260, - 1.558, + 1.557, 1293, - 1.997, + 1.996, 1296, 0.986, 1309, 1.446, 1314, - 3.815, + 3.814, 1323, - 1.106, + 1.105, 1324, - 1.374, + 1.373, 1326, 2.682, 1327, @@ -8923,7 +8923,7 @@ 1375, 1.933, 1403, - 1.257, + 1.256, 1428, 3.092, 1441, @@ -8931,7 +8931,7 @@ 1458, 2.271, 1487, - 1.997, + 1.996, 1488, 2.42, 1511, @@ -8941,7 +8941,7 @@ 1544, 2.731, 1546, - 1.374, + 1.373, 1558, 1.641, 1559, @@ -8949,9 +8949,9 @@ 1592, 1.878, 1604, - 1.391, + 1.39, 1628, - 3.036, + 3.035, 1637, 1.707, 1681, @@ -8965,25 +8965,25 @@ 1698, 2.731, 1719, - 2.071, + 2.07, 1769, - 1.22, + 1.219, 1770, 2.682, 1797, 2.841, 1807, - 1.27, + 1.269, 1841, 1.533, 1868, 1.707, 1871, - 2.136, + 2.135, 1872, 1.611, 1874, - 1.558, + 1.557, 1882, 1.175, 1884, @@ -8999,29 +8999,29 @@ 1961, 1.611, 1969, - 4.134, + 4.133, 1975, 0.558, 2006, - 2.315, + 2.314, 2007, 3.576, 2024, - 2.559, + 2.558, 2025, - 2.16, + 2.159, 2031, - 3.447, + 3.446, 2049, - 1.673, + 1.672, 2050, 2.271, 2051, - 1.997, + 1.996, 2052, 7.327, 2053, - 2.071, + 2.07, 2054, 4.179, 2055, @@ -9029,25 +9029,25 @@ 2056, 2.647, 2057, - 1.673, + 1.672, 2058, 2.647, 2059, 2.647, 2060, - 1.997, + 1.996, 2061, 2.271, 2062, - 1.997, + 1.996, 2063, 3.218, 2064, 2.647, 2065, - 1.997, + 1.996, 2066, - 2.903, + 2.902, 2067, 2.647, 2068, @@ -9055,41 +9055,41 @@ 2069, 2.647, 2070, - 1.673, + 1.672, 2071, 2.271, 2072, 1.784, 2073, - 3.324, + 3.323, 2074, - 2.071, + 2.07, 2075, - 1.584, + 1.583, 2076, 2.647, 2077, - 5.662, + 5.661, 2078, - 1.673, + 1.672, 2079, 2.42, 2080, - 5.653, + 5.652, 2081, 2.647, 2082, - 3.126, + 3.125, 2083, - 3.044, + 3.043, 2084, 2.841, 2085, - 2.16, + 2.159, 2086, 1.933, 2087, - 1.673, + 1.672, 2088, 1.933, 2089, @@ -9101,7 +9101,7 @@ 2092, 2.271, 2093, - 1.997, + 1.996, 2094, 3.218, 2095, @@ -9125,7 +9125,7 @@ 2104, 2.271, 2105, - 1.744, + 1.743, 2106, 2.271, 2107, @@ -9135,33 +9135,33 @@ 2109, 2.647, 2110, - 4.618, + 4.617, 2111, 2.42, 2112, - 4.618, + 4.617, 2113, 4.856, 2114, - 1.673, + 1.672, 2115, - 2.16, + 2.159, 2116, - 2.513, + 2.512, 2117, - 1.744, + 1.743, 2118, - 2.071, + 2.07, 2119, 2.42, 2120, - 1.997, + 1.996, 2121, - 1.558, + 1.557, 2122, - 1.997, + 1.996, 2123, - 1.51, + 1.509, 2124, 2.271, 2125, @@ -9171,11 +9171,11 @@ 2127, 2.271, 2128, - 1.997, + 1.996, 2129, - 2.071, + 2.07, 2130, - 2.16, + 2.159, 2131, 1.933, 2132, @@ -9187,31 +9187,31 @@ 2135, 1.878, 2136, - 1.744, + 1.743, 2137, 2.647, 2138, 3.595, 2139, - 1.997, + 1.996, 2140, 2.647, 2141, 2.647, 2142, - 1.744, + 1.743, 2143, - 1.744, + 1.743, 2144, 2.647, 2145, - 4.406, + 4.405, 2146, - 4.406, + 4.405, 2147, 2.42, 2148, - 2.16, + 2.159, 2149, 2.42, 2150, @@ -9257,15 +9257,15 @@ 2170, 2.647, 2171, - 3.91, + 3.909, 2172, 5.659, 2173, - 1.558, + 1.557, 2174, 2.271, 2175, - 1.744, + 1.743, 2176, 2.647, 2177, @@ -9275,7 +9275,7 @@ 2179, 2.647, 2180, - 1.744, + 1.743, 2181, 2.271, 2182, @@ -9283,7 +9283,7 @@ 2183, 2.647, 2184, - 1.997, + 1.996, 2185, 2.647, 2186, @@ -9299,15 +9299,15 @@ 2191, 1.828, 2192, - 3.91, + 3.909, 2193, 3.595, 2194, - 2.552, + 2.551, 2195, 2.271, 2196, - 2.16, + 2.159, 2197, 2.42 ] @@ -9355,7 +9355,7 @@ 23, 4.919, 24, - 3.008, + 3.007, 28, 1.409, 31, @@ -9397,7 +9397,7 @@ 60, 0.809, 62, - 1.574, + 1.584, 63, 1.409, 69, @@ -9415,7 +9415,7 @@ 86, 0.944, 87, - 1.837, + 1.836, 88, 2.532, 89, @@ -9453,13 +9453,13 @@ 118, 3.069, 120, - 2.848, + 2.847, 121, 1.574, 122, 0.905, 124, - 2.635, + 2.634, 125, 0.884, 126, @@ -9481,7 +9481,7 @@ 150, 1.205, 153, - 2.414, + 2.413, 158, 0.85, 160, @@ -9501,7 +9501,7 @@ 201, 1.358, 203, - 1.567, + 1.566, 208, 1.278, 210, @@ -9509,7 +9509,7 @@ 212, 1.352, 217, - 2.062, + 2.061, 226, 2.145, 229, @@ -9519,31 +9519,31 @@ 240, 1.353, 241, - 1.773, + 1.772, 245, 2.371, 250, 1.123, 254, - 4.603, + 4.602, 256, - 1.069, + 1.074, 257, 1.88, 260, 1.604, 261, - 2.968, + 2.967, 263, 0.869, 264, 1.769, 265, - 1.915, + 1.914, 268, - 1.427, + 1.426, 269, - 2.258, + 2.257, 273, 0.717, 274, @@ -9557,13 +9557,13 @@ 300, 1.61, 324, - 1.658, + 1.657, 341, 1.394, 342, 1.302, 345, - 5.275, + 5.274, 357, 3.208, 359, @@ -9579,11 +9579,11 @@ 374, 3.069, 375, - 2.274, + 2.273, 376, - 6.389, + 6.388, 377, - 2.658, + 2.657, 378, 3.069, 379, @@ -9591,27 +9591,27 @@ 380, 1.032, 387, - 2.132, + 2.131, 389, 1.61, 390, - 2.546, + 2.545, 391, 1.802, 393, - 2.274, + 2.273, 394, 7.793, 403, - 4.957, + 4.956, 404, 4.415, 412, - 4.074, + 4.073, 416, - 2.123, + 2.122, 419, - 1.837, + 1.836, 429, 4.013, 433, @@ -9619,17 +9619,17 @@ 434, 1.352, 436, - 1.915, + 1.914, 437, 3.883, 439, 1.959, 445, - 2.274, + 2.273, 446, 1.456, 452, - 1.384, + 1.383, 454, 3.296, 455, @@ -9639,7 +9639,7 @@ 457, 1.69, 459, - 2.215, + 2.214, 463, 1.959, 470, @@ -9651,7 +9651,7 @@ 473, 1.278, 478, - 2.658, + 2.657, 479, 1.786, 482, @@ -9669,7 +9669,7 @@ 537, 2.714, 547, - 2.801, + 2.8, 554, 2.268, 559, @@ -9677,7 +9677,7 @@ 561, 1.508, 573, - 2.622, + 2.621, 582, 1.769, 603, @@ -9711,7 +9711,7 @@ 692, 1.786, 694, - 2.123, + 2.122, 695, 1.314, 728, @@ -9723,17 +9723,17 @@ 751, 3.348, 761, - 4.288, + 4.287, 774, - 2.152, + 2.151, 792, - 1.658, + 1.657, 793, 1.352, 795, 1.874, 798, - 5.527, + 5.526, 799, 5.914, 801, @@ -9763,15 +9763,15 @@ 914, 1.214, 920, - 2.274, + 2.273, 925, 3.135, 935, 1.44, 947, - 2.501, + 2.5, 950, - 1.915, + 1.914, 965, 2.371, 975, @@ -9781,7 +9781,7 @@ 981, 2.897, 995, - 1.837, + 1.836, 1041, 1.314, 1043, @@ -9807,15 +9807,15 @@ 1332, 1.925, 1333, - 2.494, + 2.493, 1376, - 2.123, + 2.122, 1421, 2.897, 1428, 4.211, 1445, - 2.062, + 2.061, 1463, 4.253, 1484, @@ -9825,7 +9825,7 @@ 1499, 1.739, 1541, - 2.566, + 2.565, 1557, 1.739, 1584, @@ -9835,7 +9835,7 @@ 1604, 1.527, 1651, - 2.848, + 2.847, 1655, 1.527, 1662, @@ -9843,7 +9843,7 @@ 1666, 1.802, 1675, - 1.567, + 1.566, 1681, 2.039, 1684, @@ -9851,21 +9851,21 @@ 1687, 1.802, 1719, - 2.274, + 2.273, 1724, 1.38, 1725, - 3.008, + 3.007, 1767, 1.71, 1797, 1.874, 1840, - 1.658, + 1.657, 1841, 1.683, 1864, - 1.915, + 1.914, 1872, 2.897, 1874, @@ -9881,29 +9881,29 @@ 1968, 1.546, 2012, - 2.274, + 2.273, 2027, 2.994, 2057, - 3.008, + 3.007, 2071, - 2.494, + 2.493, 2073, 2.192, 2191, - 2.008, + 2.007, 2198, - 6.987, + 6.986, 2199, 4.759, 2200, 3.476, 2201, - 2.494, + 2.493, 2202, - 2.494, + 2.493, 2203, - 2.658, + 2.657, 2204, 2.906, 2205, @@ -9913,47 +9913,47 @@ 2207, 2.906, 2208, - 6.044, + 6.043, 2209, 2.906, 2210, 2.906, 2211, - 2.494, + 2.493, 2212, 5.995, 2213, - 5.186, + 5.185, 2214, 2.906, 2215, - 6.044, + 6.043, 2216, 2.906, 2217, 2.897, 2218, - 2.658, + 2.657, 2219, - 4.084, + 4.083, 2220, 1.739, 2221, - 2.658, + 2.657, 2222, - 2.494, + 2.493, 2223, - 2.658, + 2.657, 2224, 2.906, 2225, 2.371, 2226, - 1.837, + 1.836, 2227, 2.906, 2228, - 2.274, + 2.273, 2229, 2.906, 2230, @@ -9961,23 +9961,23 @@ 2231, 2.906, 2232, - 2.494, + 2.493, 2233, 2.906, 2234, - 2.658, + 2.657, 2235, - 2.658, + 2.657, 2236, - 2.951, + 2.95, 2237, 2.906, 2238, 2.371, 2239, - 2.658, + 2.657, 2240, - 2.658, + 2.657, 2241, 2.906, 2242, @@ -9985,19 +9985,19 @@ 2243, 3.883, 2244, - 2.008, + 2.007, 2245, - 2.494, + 2.493, 2246, 4.759, 2247, - 2.658, + 2.657, 2248, 2.906, 2249, 1.959, 2250, - 2.658, + 2.657, 2251, 2.906, 2252, @@ -10009,13 +10009,13 @@ 2255, 2.906, 2256, - 5.527, + 5.526, 2257, 2.906, 2258, - 6.044, + 6.043, 2259, - 3.59, + 3.723, 2260, 3.476, 2261, @@ -10023,7 +10023,7 @@ 2262, 3.723, 2263, - 2.274 + 2.273 ] ], [ @@ -10041,11 +10041,11 @@ 1, 1.759, 2, - 1.742, + 1.741, 3, - 1.806, + 1.805, 4, - 1.806, + 1.805, 5, 1.815, 6, @@ -10057,7 +10057,7 @@ 10, 1.487, 18, - 1.077, + 1.076, 20, 1.2, 38, @@ -10071,7 +10071,7 @@ 72, 2.289, 77, - 1.425, + 1.424, 79, 0.767, 91, @@ -10123,21 +10123,21 @@ 471, 1.844, 480, - 4.532, + 4.531, 500, - 2.51, + 2.509, 556, - 2.827, + 2.826, 573, 2.581, 629, - 2.069, + 2.068, 636, - 2.638, + 2.637, 637, - 4.436, + 4.435, 660, - 4.116, + 4.115, 695, 3.11, 762, @@ -10145,19 +10145,19 @@ 801, 5.445, 911, - 3.811, + 3.81, 918, - 3.3, + 3.299, 939, - 3.408, + 3.407, 941, 2.697, 947, - 4.744, + 4.743, 975, - 3.3, + 3.299, 1034, - 2.638, + 2.637, 1067, 2.247, 1120, @@ -10165,17 +10165,17 @@ 1146, 2.972, 1173, - 3.371, + 3.37, 1327, 4.636, 1546, - 3.57, + 3.569, 1631, - 4.265, + 4.264, 1681, 2.947, 1769, - 3.17, + 3.169, 1840, 3.923, 1975, @@ -10183,7 +10183,7 @@ 2032, 5.902, 2053, - 5.382, + 5.381, 2063, 5.024, 2065, @@ -10199,17 +10199,17 @@ 2127, 5.902, 2189, - 3.811, + 3.81, 2194, 5.229, 2264, 7.885, 2265, - 6.879, + 6.878, 2266, 7.367, 2267, - 5.613, + 5.612, 2268, 3.66, 2269, @@ -10217,29 +10217,29 @@ 2270, 6.29, 2271, - 5.382, + 5.381, 2272, - 5.613, + 5.612, 2273, 5.902, 2274, - 6.879, + 6.878, 2275, - 5.613, + 5.612, 2276, 6.29, 2277, - 6.879, + 6.878, 2278, - 6.879, + 6.878, 2279, 5.189, 2280, - 6.879, + 6.878, 2281, - 5.382, + 5.381, 2282, - 6.879 + 6.878 ] ], [ @@ -10267,7 +10267,7 @@ 27, 2.89, 30, - 3.742, + 3.769, 31, 5.98, 36, @@ -10285,9 +10285,9 @@ 59, 1.019, 62, - 1.651, + 1.661, 77, - 1.034, + 1.033, 79, 0.927, 90, @@ -10295,7 +10295,7 @@ 92, 2.902, 96, - 2.957, + 2.956, 99, 0.917, 100, @@ -10321,7 +10321,7 @@ 138, 4.072, 141, - 2.676, + 2.675, 142, 2.773, 146, @@ -10335,21 +10335,21 @@ 153, 2.343, 155, - 3.154, + 3.153, 156, - 2.937, + 2.936, 169, 1.388, 175, 3.708, 182, - 3.849, + 3.848, 194, 1.32, 198, 1.97, 200, - 5.179, + 5.178, 202, 1.62, 229, @@ -10363,7 +10363,7 @@ 245, 4.072, 247, - 2.814, + 2.813, 251, 3.333, 260, @@ -10389,7 +10389,7 @@ 332, 1.661, 333, - 2.046, + 2.057, 368, 2.057, 378, @@ -10401,25 +10401,25 @@ 390, 2.102, 420, - 3.448, + 3.447, 426, - 5.283, + 5.282, 441, 2.5, 452, 1.451, 468, - 3.541, + 3.54, 471, 1.338, 473, 2.195, 487, - 3.541, + 3.54, 523, 2.59, 547, - 2.937, + 2.936, 561, 1.582, 568, @@ -10429,7 +10429,7 @@ 577, 1.957, 580, - 3.154, + 3.153, 608, 2.472, 675, @@ -10437,7 +10437,7 @@ 691, 2.213, 692, - 1.873, + 1.872, 703, 1.957, 750, @@ -10447,9 +10447,9 @@ 848, 2.472, 864, - 3.448, + 3.447, 877, - 3.288, + 3.287, 898, 3.312, 924, @@ -10457,13 +10457,13 @@ 931, 3.131, 942, - 3.765, + 3.764, 960, 2.256, 962, 5.433, 963, - 2.727, + 2.726, 982, 2.986, 1002, @@ -10477,9 +10477,9 @@ 1116, 7.789, 1158, - 2.3, + 2.299, 1231, - 8.08, + 8.079, 1236, 6.206, 1324, @@ -10487,7 +10487,7 @@ 1332, 2.925, 1416, - 3.448, + 3.54, 1548, 3.899, 1589, @@ -10501,7 +10501,7 @@ 1684, 2.89, 1689, - 3.541, + 3.54, 1797, 3.218, 1882, @@ -10517,77 +10517,77 @@ 1966, 3.364, 2117, - 3.288, + 3.287, 2138, 4.072, 2148, 4.072, 2226, - 3.154, + 3.153, 2268, 4.526, 2283, - 4.991, + 4.99, 2284, - 5.902, + 5.901, 2285, - 5.659, + 5.658, 2286, 3.094, 2287, 4.072, 2288, - 4.991, + 4.99, 2289, - 4.564, + 4.563, 2290, 4.072, 2291, - 4.991, + 4.99, 2292, 4.282, 2293, - 4.564, + 4.563, 2294, - 4.991, + 4.99, 2295, - 4.991, + 4.99, 2296, 9.332, 2297, 4.664, 2298, - 3.765, + 3.764, 2299, - 3.448, + 3.447, 2300, - 3.448, + 3.447, 2301, - 4.991, + 4.99, 2302, - 4.991, + 4.99, 2303, - 4.991, + 4.99, 2304, - 4.991, + 4.99, 2305, 3.904, 2306, - 4.991, + 4.99, 2307, - 3.541, + 3.54, 2308, - 3.448, + 3.447, 2309, 4.282, 2310, - 5.283, + 5.282, 2311, 4.282, 2312, - 3.765, + 3.764, 2313, - 4.991, + 4.99, 2314, 3.904, 2315, @@ -10597,23 +10597,23 @@ 2317, 3.645, 2318, - 4.991, + 4.99, 2319, 4.282, 2320, - 3.765, + 3.764, 2321, - 4.564, + 4.563, 2322, - 4.564, + 4.563, 2323, - 4.065, + 4.064, 2324, - 4.564, + 4.563, 2325, - 4.564, + 4.563, 2326, - 5.902 + 5.901 ] ], [ @@ -10631,7 +10631,7 @@ 1, 1.286, 2, - 1.273, + 1.272, 3, 1.319, 4, @@ -10641,11 +10641,11 @@ 6, 1.326, 7, - 1.438, + 1.437, 8, 1.406, 10, - 1.847, + 1.846, 18, 1.113, 20, @@ -10657,11 +10657,11 @@ 42, 1.985, 44, - 2.1, + 2.099, 46, 1.417, 49, - 2.954, + 2.953, 57, 1.324, 59, @@ -10673,11 +10673,11 @@ 72, 3.115, 77, - 2.057, + 2.056, 79, 1.019, 85, - 3.008, + 3.007, 91, 3.802, 99, @@ -10693,7 +10693,7 @@ 110, 3.698, 111, - 2.1, + 2.099, 113, 1.711, 116, @@ -10701,7 +10701,7 @@ 126, 1.695, 141, - 2.69, + 2.689, 148, 2.285, 150, @@ -10709,7 +10709,7 @@ 153, 2.707, 158, - 2.126, + 2.125, 169, 0.748, 177, @@ -10717,7 +10717,7 @@ 194, 0.917, 197, - 2.935, + 2.934, 198, 2.704, 207, @@ -10729,13 +10729,13 @@ 229, 1.716, 230, - 1.75, + 1.749, 231, 2.728, 241, 2.004, 256, - 1.129, + 1.135, 257, 1.986, 259, @@ -10745,7 +10745,7 @@ 269, 2.124, 273, - 1.795, + 1.794, 292, 2.153, 313, @@ -10761,7 +10761,7 @@ 452, 1.461, 457, - 1.785, + 1.784, 471, 1.347, 472, @@ -10785,17 +10785,17 @@ 646, 4.328, 651, - 6.239, + 6.238, 652, 3.388, 653, - 4.597, + 4.596, 674, 2.518, 681, 2.463, 690, - 3.177, + 3.176, 691, 1.538, 692, @@ -10807,13 +10807,13 @@ 701, 2.641, 705, - 3.312, + 3.311, 710, 3.524, 711, - 3.008, + 3.007, 719, - 6.239, + 6.238, 728, 2.463, 751, @@ -10821,13 +10821,13 @@ 758, 2.231, 765, - 2.993, + 2.992, 774, 2.272, 793, 3.974, 808, - 2.675, + 2.674, 836, 4.313, 837, @@ -10835,11 +10835,11 @@ 894, 3.375, 903, - 2.71, + 2.709, 939, 2.49, 995, - 3.177, + 3.176, 996, 4.743, 1010, @@ -10847,7 +10847,7 @@ 1053, 3.566, 1060, - 2.825, + 2.824, 1066, 4.185, 1067, @@ -10857,7 +10857,7 @@ 1090, 3.383, 1104, - 3.258, + 3.257, 1106, 4.313, 1146, @@ -10865,17 +10865,17 @@ 1162, 3.566, 1166, - 4.211, + 4.21, 1186, 2.463, 1216, - 2.675, + 2.674, 1296, - 2.709, + 2.708, 1416, - 6.86, + 7.044, 1432, - 2.825, + 2.824, 1482, 3.671, 1486, @@ -10893,45 +10893,45 @@ 1724, 2.386, 1819, - 3.933, + 3.932, 1882, 2.231, 1928, - 2.71, + 2.709, 1974, - 4.102, + 4.101, 2042, - 2.785, + 2.784, 2054, - 4.147, + 4.146, 2073, 3.792, 2096, - 4.028, + 4.027, 2114, - 3.177, + 3.176, 2279, - 5.485, + 5.484, 2327, 4.594, 2328, - 5.027, + 5.026, 2329, 4.313, 2330, 5.627, 2331, - 6.239, + 6.238, 2332, - 4.597, + 4.596, 2333, - 8.542, + 8.541, 2334, - 5.027, + 5.026, 2335, 4.688, 2336, - 4.901, + 4.9, 2337, 3.566, 2338, @@ -10939,29 +10939,29 @@ 2339, 4.313, 2340, - 5.027, + 5.026, 2341, 3.792, 2342, - 4.597, + 4.596, 2343, - 3.933, + 3.932, 2344, - 4.102, + 4.101, 2345, 3.671, 2346, 4.278, 2347, - 5.027, + 5.026, 2348, - 5.027, + 5.026, 2349, - 5.027, + 5.026, 2350, - 5.027, + 5.026, 2351, - 5.027, + 5.026, 2352, 3.792, 2353, @@ -10969,9 +10969,9 @@ 2354, 3.566, 2355, - 3.933, + 3.932, 2356, - 4.597, + 4.596, 2357, 5.688, 2358, @@ -10979,7 +10979,7 @@ 2359, 3.792, 2360, - 2.71 + 2.709 ] ], [ @@ -11017,7 +11017,7 @@ 59, 0.796, 62, - 2.918, + 2.937, 79, 0.75, 95, @@ -11089,15 +11089,15 @@ 57, 0.926, 59, - 1.044, + 1.043, 62, - 2.393, + 2.408, 79, 0.927, 96, 2.293, 97, - 2.698, + 2.697, 99, 0.828, 100, @@ -11119,9 +11119,9 @@ 160, 2.743, 165, - 3.12, + 3.119, 167, - 3.774, + 3.773, 171, 5.295, 177, @@ -11143,9 +11143,9 @@ 309, 4.258, 345, - 3.508, + 3.507, 368, - 2.058, + 2.057, 399, 5.133, 425, @@ -11155,13 +11155,13 @@ 446, 3.625, 471, - 1.94, + 1.939, 497, 3.71, 504, 3.625, 522, - 3.585, + 3.584, 524, 3.125, 552, @@ -11181,7 +11181,7 @@ 773, 2.622, 792, - 5.322, + 5.321, 832, 3.471, 891, @@ -11199,7 +11199,7 @@ 1046, 4.329, 1104, - 3.595, + 3.594, 1272, 3.211, 1295, @@ -11213,7 +11213,7 @@ 1602, 3.545, 1655, - 3.802, + 3.801, 1672, 5.03, 1724, @@ -11221,7 +11221,7 @@ 1864, 4.767, 1871, - 3.508, + 3.507, 1872, 4.405, 1879, @@ -11231,39 +11231,39 @@ 2364, 10.327, 2365, - 7.236, + 7.235, 2366, - 9.331, + 9.33, 2367, - 7.236, + 7.235, 2368, - 7.236, + 7.235, 2369, - 7.236, + 7.235, 2370, - 9.444, + 9.443, 2371, - 7.236, + 7.235, 2372, 5.661, 2373, 4.572, 2374, - 6.209, + 6.208, 2375, - 8.08, + 8.079, 2376, - 7.236, + 7.235, 2377, 4.998, 2378, - 7.236, + 7.235, 2379, 4.666, 2380, - 7.236, + 7.235, 2381, - 7.236, + 7.235, 2382, 4.486, 2383, @@ -11271,15 +11271,15 @@ 2384, 4.486, 2385, - 7.039, + 7.038, 2386, - 7.236, + 7.235, 2387, 5.458, 2388, - 6.209, + 6.208, 2389, - 4.191 + 4.19 ] ], [ @@ -11311,7 +11311,7 @@ 10, 1.546, 11, - 1.781, + 1.78, 18, 1.04, 20, @@ -11385,7 +11385,7 @@ 241, 1.052, 256, - 1.104, + 1.11, 268, 1.003, 269, @@ -11405,11 +11405,11 @@ 451, 3.589, 462, - 4.494, + 4.493, 471, 1.317, 480, - 3.238, + 3.237, 524, 2.395, 555, @@ -11421,7 +11421,7 @@ 582, 2.992, 604, - 3.625, + 3.624, 675, 1.884, 686, @@ -11431,13 +11431,13 @@ 723, 2.992, 747, - 2.762, + 2.761, 750, 2.382, 772, 3.395, 790, - 8.469, + 8.468, 791, 7.188, 792, @@ -11455,7 +11455,7 @@ 989, 6.633, 999, - 2.265, + 2.264, 1095, 4.01, 1104, @@ -11463,15 +11463,15 @@ 1263, 3.589, 1289, - 3.047, + 3.046, 1329, 2.94, 1332, - 2.893, + 2.892, 1338, - 3.845, + 3.844, 1363, - 5.596, + 5.595, 1424, 4.01, 1463, @@ -11479,25 +11479,25 @@ 1672, 5.714, 1897, - 3.845, + 3.844, 1999, 2.722, 2070, 6.219, 2126, - 8.469, + 8.468, 2149, 8.999, 2249, 3.312, 2390, - 4.941, + 4.94, 2391, - 12.017, + 12.016, 2392, 9.261, 2393, - 11.732, + 11.731, 2394, 9.841, 2395, @@ -11511,7 +11511,7 @@ 2399, 3.707, 2400, - 4.494, + 4.493, 2401, 7.152, 2402, @@ -11527,11 +11527,11 @@ 2407, 4.914, 2408, - 4.494, + 4.493, 2409, - 6.881, + 6.88, 2410, - 6.881, + 6.88, 2411, 4.914, 2412, @@ -11569,7 +11569,7 @@ 2428, 4.914, 2429, - 3.845 + 3.844 ] ], [ @@ -11599,7 +11599,7 @@ 7, 1.524, 8, - 2.82, + 2.819, 12, 1.92, 18, @@ -11609,7 +11609,7 @@ 36, 1.271, 38, - 1.078, + 1.077, 42, 1.397, 43, @@ -11627,7 +11627,7 @@ 60, 1.773, 62, - 1.392, + 1.4, 77, 1.32, 79, @@ -11639,7 +11639,7 @@ 91, 3.312, 97, - 1.843, + 1.842, 99, 1.096, 100, @@ -11647,7 +11647,7 @@ 103, 1.771, 106, - 1.142, + 1.141, 107, 2.148, 108, @@ -11659,13 +11659,13 @@ 113, 1.541, 125, - 1.939, + 1.938, 126, 2.109, 141, - 2.358, + 2.357, 143, - 2.04, + 2.039, 148, 1.892, 153, @@ -11679,29 +11679,29 @@ 194, 1.163, 197, - 1.446, + 1.445, 198, 2.642, 199, 1.802, 201, - 1.729, + 1.728, 203, 2.268, 208, - 3.384, + 3.383, 229, 1.168, 230, - 2.678, + 2.677, 231, 3.22, 240, - 2.188, + 2.187, 241, 0.901, 256, - 0.945, + 0.95, 257, 2.518, 260, @@ -11719,7 +11719,7 @@ 292, 1.802, 324, - 2.4, + 2.399, 332, 1.4, 334, @@ -11729,9 +11729,9 @@ 353, 1.675, 359, - 1.851, + 1.85, 368, - 2.188, + 2.187, 380, 1.494, 382, @@ -11761,7 +11761,7 @@ 500, 1.535, 521, - 2.678, + 2.677, 522, 2.084, 533, @@ -11785,29 +11785,29 @@ 623, 4.473, 635, - 2.772, + 2.771, 644, 3.811, 646, 5.26, 648, - 2.04, + 2.039, 650, - 5.654, + 5.653, 656, - 2.659, + 2.658, 672, - 1.939, + 1.938, 674, 2.108, 681, - 3.123, + 3.122, 685, 1.715, 691, 1.95, 692, - 1.579, + 1.578, 694, 3.073, 702, @@ -11817,25 +11817,25 @@ 744, 3.729, 751, - 1.702, + 1.701, 771, - 4.291, + 4.29, 774, 1.902, 834, 2.084, 857, - 2.4, + 2.399, 866, - 1.568, + 1.567, 895, 2.018, 904, - 2.985, + 2.984, 909, 2.713, 912, - 5.946, + 5.945, 915, 2.444, 916, @@ -11845,11 +11845,11 @@ 924, 1.997, 995, - 2.659, + 2.658, 998, - 2.437, + 2.436, 999, - 2.937, + 2.936, 1029, 3.729, 1034, @@ -11857,11 +11857,11 @@ 1052, 4.042, 1056, - 4.655, + 4.654, 1064, - 2.062, + 2.061, 1079, - 2.04, + 2.039, 1104, 2.218, 1126, @@ -11871,15 +11871,15 @@ 1146, 1.818, 1216, - 2.239, + 2.238, 1224, 2.018, 1248, - 2.659, + 2.658, 1283, 3.482, 1296, - 1.568, + 1.567, 1311, 2.713, 1322, @@ -11895,27 +11895,27 @@ 1460, 2.364, 1486, - 2.985, + 2.984, 1597, - 2.437, + 2.436, 1624, 3.073, 1629, 2.854, 1630, - 4.808, + 4.807, 1661, 3.193, 1662, 2.803, 1667, - 4.808, + 4.807, 1682, - 2.659, + 2.658, 1840, - 2.4, + 2.399, 1866, - 4.388, + 4.387, 1868, 2.713, 1882, @@ -11931,7 +11931,7 @@ 2075, 3.813, 2096, - 3.531, + 3.53, 2121, 2.476, 2160, @@ -11945,13 +11945,13 @@ 2327, 4.861, 2341, - 4.808, + 4.807, 2346, 4.527, 2429, - 3.292, + 3.291, 2430, - 11.01, + 11.009, 2431, 3.61, 2432, @@ -11959,7 +11959,7 @@ 2433, 7.137, 2434, - 5.458, + 5.457, 2435, 3.433, 2436, @@ -11969,11 +11969,11 @@ 2438, 3.61, 2439, - 8.582, + 8.581, 2440, 3.089, 2441, - 2.211, + 2.21, 2442, 3.073, 2443, @@ -11987,21 +11987,21 @@ 2447, 4.207, 2448, - 4.199, + 4.198, 2449, 6.373, 2450, - 5.828, + 5.827, 2451, 3.174, 2452, - 2.985, + 2.984, 2453, 4.207, 2454, 6.373, 2455, - 3.292, + 3.291, 2456, 4.207, 2457, @@ -12011,7 +12011,7 @@ 2459, 3.174, 2460, - 5.469, + 5.468, 2461, 4.207, 2462, @@ -12027,9 +12027,9 @@ 2467, 4.207, 2468, - 3.292, + 3.291, 2469, - 2.985, + 2.984, 2470, 4.207, 2471, @@ -12053,9 +12053,9 @@ 2, 1.148, 3, - 1.191, + 1.19, 4, - 1.191, + 1.19, 5, 1.197, 6, @@ -12079,7 +12079,7 @@ 47, 3.605, 52, - 1.249, + 1.248, 57, 1.14, 58, @@ -12087,9 +12087,9 @@ 59, 0.901, 62, - 2.23, + 2.244, 63, - 3.269, + 3.268, 77, 1.845, 79, @@ -12111,11 +12111,11 @@ 102, 1.16, 103, - 1.553, + 1.552, 106, 1.706, 111, - 1.895, + 1.894, 113, 1.351, 124, @@ -12129,7 +12129,7 @@ 148, 1.651, 149, - 1.727, + 1.726, 151, 3.662, 153, @@ -12141,7 +12141,7 @@ 166, 3.782, 167, - 4.18, + 4.179, 169, 1.003, 177, @@ -12153,7 +12153,7 @@ 194, 0.828, 196, - 2.332, + 2.331, 198, 1.235, 207, @@ -12161,13 +12161,13 @@ 213, 4.348, 214, - 5.087, + 5.086, 215, 5.841, 229, - 0.832, + 0.831, 237, - 3.709, + 3.708, 238, 2.549, 240, @@ -12177,7 +12177,7 @@ 243, 2.247, 256, - 1.515, + 1.522, 260, 1.529, 266, @@ -12197,7 +12197,7 @@ 292, 3.817, 339, - 3.549, + 3.548, 341, 2.176, 352, @@ -12233,7 +12233,7 @@ 526, 4.442, 550, - 2.111, + 2.11, 561, 2.137, 573, @@ -12253,7 +12253,7 @@ 724, 2.714, 728, - 3.944, + 3.943, 752, 2.09, 758, @@ -12265,7 +12265,7 @@ 795, 2.925, 828, - 6.082, + 6.081, 831, 4.034, 866, @@ -12273,7 +12273,7 @@ 935, 2.247, 941, - 1.779, + 1.778, 946, 3.313, 948, @@ -12281,7 +12281,7 @@ 959, 5.499, 977, - 2.414, + 2.413, 979, 4.305, 981, @@ -12321,21 +12321,21 @@ 1560, 2.988, 1584, - 5.352, + 5.351, 1594, - 3.846, + 3.845, 1648, 2.587, 1649, - 3.543, + 3.588, 1660, - 3.549, + 3.548, 1661, 3.378, 1684, 2.627, 1720, - 3.549, + 3.548, 1871, 2.199, 1882, @@ -12345,7 +12345,7 @@ 1903, 4.925, 1904, - 3.549, + 3.548, 1905, 3.892, 1926, @@ -12355,9 +12355,9 @@ 1936, 2.513, 1948, - 2.414, + 2.413, 1950, - 6.166, + 6.165, 1982, 2.247, 2089, @@ -12365,41 +12365,41 @@ 2472, 3.057, 2473, - 4.536, + 4.535, 2474, - 3.422, + 3.421, 2475, - 3.422, + 3.421, 2476, 3.313, 2477, - 4.148, + 4.147, 2478, 3.892, 2479, 3.701, 2480, - 4.536, + 4.535, 2481, - 6.166, + 6.165, 2482, 6.567, 2483, - 6.743, + 6.742, 2484, 9.523, 2485, - 4.536, + 4.535, 2486, - 6.743, + 6.742, 2487, - 5.786, + 5.785, 2488, 5.502, 2489, - 6.743, + 6.742, 2490, - 6.743, + 6.742, 2491, 8.048, 2492, @@ -12407,29 +12407,29 @@ 2493, 7.808, 2494, - 3.549, + 3.548, 2495, - 3.549, + 3.548, 2496, - 3.422, + 3.421, 2497, 3.892, 2498, 2.866, 2499, - 6.743, + 6.742, 2500, - 4.536, + 4.535, 2501, - 7.36, + 7.359, 2502, 8.048, 2503, 2.988, 2504, - 8.911, + 8.91, 2505, - 6.743 + 6.742 ] ], [ @@ -12475,7 +12475,7 @@ 39, 0.817, 43, - 2.01, + 2.009, 46, 1.48, 49, @@ -12487,7 +12487,7 @@ 59, 0.847, 62, - 1.281, + 1.289, 72, 1.289, 77, @@ -12497,13 +12497,13 @@ 86, 1.257, 90, - 1.742, + 1.741, 92, 2.932, 96, 3.359, 97, - 1.12, + 1.119, 99, 0.958, 100, @@ -12517,7 +12517,7 @@ 107, 1.138, 109, - 1.443, + 1.442, 110, 1.53, 111, @@ -12531,7 +12531,7 @@ 126, 1.45, 133, - 3.993, + 3.992, 143, 1.877, 146, @@ -12551,7 +12551,7 @@ 166, 3.434, 167, - 3.798, + 3.797, 169, 1.322, 170, @@ -12565,7 +12565,7 @@ 196, 2.068, 198, - 1.055, + 1.054, 201, 1.642, 207, @@ -12573,7 +12573,7 @@ 226, 2.287, 227, - 2.243, + 2.242, 228, 1.631, 229, @@ -12581,9 +12581,9 @@ 237, 2.756, 239, - 2.631, + 2.63, 256, - 1.642, + 1.65, 257, 2.887, 268, @@ -12599,15 +12599,15 @@ 313, 1.518, 323, - 3.579, + 3.578, 324, - 2.209, + 2.208, 332, 2.735, 395, - 3.03, + 3.029, 411, - 2.01, + 2.009, 428, 2.317, 434, @@ -12619,11 +12619,11 @@ 452, 1.126, 454, - 2.91, + 2.909, 471, 1.603, 473, - 2.631, + 2.63, 479, 1.453, 480, @@ -12633,9 +12633,9 @@ 524, 2.003, 527, - 3.16, + 3.159, 529, - 6.707, + 6.706, 552, 1.778, 555, @@ -12651,15 +12651,15 @@ 590, 1.604, 596, - 2.116, + 2.115, 604, 1.962, 629, - 1.165, + 1.164, 634, 1.53, 636, - 2.294, + 2.293, 648, 1.877, 689, @@ -12679,15 +12679,15 @@ 808, 2.06, 828, - 3.52, + 3.519, 832, - 1.858, + 1.857, 849, 3.243, 860, - 4.759, + 4.758, 866, - 1.443, + 1.442, 880, 1.877, 885, @@ -12695,7 +12695,7 @@ 898, 1.375, 905, - 2.279, + 2.278, 914, 2.498, 918, @@ -12715,13 +12715,13 @@ 1025, 1.53, 1040, - 3.579, + 3.578, 1055, - 2.209, + 2.208, 1114, 6.055, 1129, - 3.323, + 3.322, 1141, 2.357, 1158, @@ -12729,41 +12729,41 @@ 1172, 1.962, 1219, - 5.717, + 5.716, 1250, 3.361, 1264, 2.551, 1296, - 1.443, + 1.442, 1304, - 2.279, + 2.278, 1324, - 2.01, + 2.009, 1379, 1.784, 1403, 1.838, 1479, - 2.279, + 2.278, 1492, - 2.401, + 2.4, 1532, - 3.857, + 3.856, 1579, 2.828, 1599, - 3.78, + 3.779, 1617, - 3.03, + 3.029, 1628, 4.928, 1682, 2.447, 1713, - 4.668, + 4.667, 1821, - 3.03, + 3.029, 1878, 4.618, 1931, @@ -12779,25 +12779,25 @@ 2308, 2.675, 2479, - 3.16, + 3.159, 2506, - 2.401, + 2.4, 2507, - 3.579, + 3.578, 2508, 3.872, 2509, - 7.118, + 7.117, 2510, 3.872, 2511, - 3.323, + 3.322, 2512, - 3.323, + 3.322, 2513, - 3.323, + 3.322, 2514, - 2.116, + 2.115, 2515, 5.981, 2516, @@ -12805,19 +12805,19 @@ 2517, 2.921, 2518, - 3.03, + 3.029, 2519, 2.921, 2520, - 3.16, + 3.159, 2521, 3.872, 2522, - 3.03, + 3.029, 2523, - 3.16, + 3.159, 2524, - 6.52, + 6.519, 2525, 7.623, 2526, @@ -12835,7 +12835,7 @@ 2532, 2.497, 2533, - 4.926, + 4.925, 2534, 3.541, 2535, @@ -12855,7 +12855,7 @@ 2542, 4.53, 2543, - 5.513, + 5.512, 2544, 2.497, 2545, @@ -12863,19 +12863,19 @@ 2546, 2.828, 2547, - 3.16, + 3.159, 2548, - 2.279, + 2.278, 2549, 5.469, 2550, - 2.243, + 2.242, 2551, 3.541, 2552, 3.541, 2553, - 3.323, + 3.322, 2554, 2.317, 2555, @@ -12887,11 +12887,11 @@ 2558, 2.675, 2559, - 3.323, + 3.322, 2560, - 3.323, + 3.322, 2561, - 3.16 + 3.159 ] ], [ @@ -12929,7 +12929,7 @@ 20, 1.464, 30, - 2.807, + 2.828, 38, 0.825, 42, @@ -12947,7 +12947,7 @@ 79, 0.631, 95, - 4.416, + 4.415, 96, 3.492, 99, @@ -12983,7 +12983,7 @@ 229, 1.362, 256, - 2.132, + 2.143, 261, 3.155, 269, @@ -12991,7 +12991,7 @@ 390, 3.129, 545, - 8.181, + 8.18, 551, 6.555, 554, @@ -13005,7 +13005,7 @@ 691, 2.273, 702, - 3.722, + 3.721, 750, 3.601, 751, @@ -13013,7 +13013,7 @@ 762, 4.29, 773, - 2.692, + 2.691, 801, 3.64, 978, @@ -13027,23 +13027,23 @@ 1253, 4.174, 1291, - 4.445, + 4.444, 1628, 3.077, 2189, 4.115, 2228, - 5.812, + 5.811, 2244, - 5.132, + 5.131, 2561, 6.061, 2562, - 7.159, + 7.158, 2563, 5.27, 2564, - 7.429, + 7.428, 2565, 5.007, 2566, @@ -13053,9 +13053,9 @@ 2568, 4.694, 2569, - 7.429, + 7.428, 2570, - 7.429 + 7.428 ] ], [ @@ -13095,11 +13095,11 @@ 229, 1.578, 256, - 1.934, + 1.943, 330, 2.744, 333, - 2.434, + 2.447, 432, 6.105, 471, @@ -13107,11 +13107,11 @@ 600, 4.128, 601, - 3.118, + 3.139, 602, 3.48, 603, - 3.595, + 3.594, 604, 4.361, 605, @@ -13119,7 +13119,7 @@ 647, 4.984, 753, - 7.377, + 7.376, 890, 4.466, 948, @@ -13135,21 +13135,21 @@ 2194, 4.984, 2571, - 8.606, + 8.605, 2572, - 8.606, + 8.605, 2573, - 8.606, + 8.605, 2574, - 8.606, + 8.605, 2575, - 8.606, + 8.605, 2576, - 8.606, + 8.605, 2577, - 8.606, + 8.605, 2578, - 8.606, + 8.605, 2579, 6.105, 2580, @@ -13211,15 +13211,15 @@ 305, 4.01, 307, - 5.252, + 5.251, 315, - 4.293, + 4.292, 316, - 4.376, + 4.375, 477, 4.783, 1229, - 5.974, + 5.973, 1254, 6.213, 1526, @@ -13231,13 +13231,13 @@ 2409, 5.65, 2583, - 6.332, + 6.331, 2584, 5.941, 2585, - 6.332, + 6.331, 2586, - 6.332, + 6.331, 2587, 5.941, 2588, @@ -13249,21 +13249,21 @@ 2591, 4.667, 2592, - 6.332, + 6.331, 2593, - 6.332, + 6.331, 2594, 5.65, 2595, - 6.332, + 6.331, 2596, - 6.332, + 6.331, 2597, 6.623, 2598, - 6.332, + 6.331, 2599, - 6.332, + 6.331, 2600, 5.941, 2601, @@ -13275,21 +13275,21 @@ 2604, 5.941, 2605, - 6.332, + 6.331, 2606, 5.941, 2607, - 6.332, + 6.331, 2608, - 6.332, + 6.331, 2609, - 8.292, + 8.291, 2610, - 6.332, + 6.331, 2611, - 6.332, + 6.331, 2612, - 6.332 + 6.331 ] ], [ @@ -13313,13 +13313,13 @@ 4, 0.361, 5, - 0.363, + 0.362, 6, - 0.363, + 0.362, 7, 1.559, 8, - 1.98, + 1.979, 9, 0.844, 10, @@ -13333,13 +13333,13 @@ 20, 1.548, 22, - 0.565, + 0.564, 23, 3.043, 24, 2.154, 30, - 1.83, + 1.843, 36, 1.342, 38, @@ -13369,7 +13369,7 @@ 60, 1.765, 62, - 0.823, + 0.828, 66, 0.886, 67, @@ -13395,7 +13395,7 @@ 90, 1.29, 91, - 1.848, + 1.847, 94, 1.157, 95, @@ -13413,7 +13413,7 @@ 103, 0.573, 104, - 1.261, + 1.26, 105, 0.551, 106, @@ -13431,13 +13431,13 @@ 113, 1.783, 116, - 1.327, + 1.326, 117, - 2.006, + 2.005, 121, 1.79, 122, - 2.538, + 2.537, 125, 1.646, 126, @@ -13457,7 +13457,7 @@ 150, 0.863, 151, - 0.565, + 0.564, 153, 2.145, 155, @@ -13479,7 +13479,7 @@ 185, 4.105, 194, - 0.988, + 0.987, 196, 0.86, 197, @@ -13487,7 +13487,7 @@ 198, 1.139, 199, - 1.066, + 1.065, 201, 1.216, 202, @@ -13505,15 +13505,15 @@ 229, 1.686, 230, - 1.686, + 1.685, 231, 1.817, 232, 0.905, 234, - 0.784, + 0.783, 236, - 1.708, + 1.707, 239, 1.094, 240, @@ -13529,7 +13529,7 @@ 254, 0.905, 256, - 1.66, + 1.668, 257, 0.543, 260, @@ -13543,7 +13543,7 @@ 268, 0.696, 269, - 1.606, + 1.605, 273, 1.955, 274, @@ -13551,7 +13551,7 @@ 275, 2.134, 282, - 0.681, + 0.68, 289, 0.822, 290, @@ -13559,13 +13559,13 @@ 292, 1.46, 294, - 0.784, + 0.783, 297, - 1.765, + 1.764, 304, 0.886, 311, - 4.341, + 4.34, 313, 0.539, 314, @@ -13581,7 +13581,7 @@ 332, 1.134, 333, - 0.704, + 0.707, 334, 0.761, 341, @@ -13613,9 +13613,9 @@ 401, 1.075, 402, - 1.324, + 1.323, 425, - 1.419, + 1.418, 429, 1.652, 433, @@ -13645,9 +13645,9 @@ 474, 1.003, 479, - 0.516, + 0.515, 487, - 0.975, + 0.974, 488, 1.572, 489, @@ -13671,11 +13671,11 @@ 536, 2.245, 537, - 0.784, + 0.783, 540, 2.113, 541, - 1.324, + 1.323, 543, 0.551, 552, @@ -13683,9 +13683,9 @@ 553, 1.731, 554, - 0.516, + 0.515, 555, - 1.976, + 1.975, 556, 1.022, 573, @@ -13695,7 +13695,7 @@ 575, 4.65, 577, - 1.337, + 1.336, 579, 1.246, 588, @@ -13703,23 +13703,23 @@ 594, 2.494, 601, - 0.901, + 0.907, 602, 0.556, 603, 1.039, 605, - 0.784, + 0.783, 608, - 0.681, + 0.68, 614, 0.975, 629, 1.025, 631, - 0.681, + 0.68, 633, - 1.261, + 1.26, 634, 0.543, 636, @@ -13727,25 +13727,25 @@ 638, 1.572, 644, - 0.681, + 0.68, 648, - 2.028, + 2.027, 663, - 2.667, + 2.666, 674, 0.688, 677, - 1.571, + 1.57, 680, 1.307, 683, - 3.781, + 3.78, 685, 2.744, 686, 1.837, 689, - 1.527, + 1.526, 691, 1.28, 692, @@ -13765,7 +13765,7 @@ 709, 0.868, 710, - 2.028, + 2.027, 737, 0.926, 738, @@ -13781,9 +13781,9 @@ 797, 1.121, 811, - 0.681, + 0.68, 812, - 0.975, + 0.974, 819, 0.808, 826, @@ -13799,7 +13799,7 @@ 856, 0.551, 858, - 2.503, + 2.502, 859, 2.711, 861, @@ -13813,7 +13813,7 @@ 885, 1.514, 891, - 1.643, + 1.642, 894, 0.543, 895, @@ -13825,7 +13825,7 @@ 901, 1.473, 903, - 0.741, + 0.74, 905, 1.464, 909, @@ -13885,7 +13885,7 @@ 986, 2.819, 987, - 1.324, + 1.323, 993, 0.772, 999, @@ -13895,7 +13895,7 @@ 1034, 1.307, 1039, - 0.741, + 0.74, 1041, 0.621, 1042, @@ -13903,7 +13903,7 @@ 1045, 0.905, 1051, - 0.975, + 0.974, 1064, 0.673, 1067, @@ -13911,7 +13911,7 @@ 1079, 1.652, 1094, - 1.877, + 1.876, 1095, 1.121, 1098, @@ -13919,11 +13919,11 @@ 1104, 2.343, 1107, - 0.681, + 0.68, 1120, 0.808, 1126, - 0.681, + 0.68, 1133, 1.791, 1134, @@ -13939,7 +13939,7 @@ 1157, 0.722, 1158, - 3.943, + 3.942, 1167, 1.946, 1171, @@ -13953,13 +13953,13 @@ 1186, 0.673, 1188, - 2.05, + 2.049, 1193, 0.822, 1202, 0.652, 1228, - 1.639, + 1.638, 1235, 0.886, 1257, @@ -13971,11 +13971,11 @@ 1291, 0.822, 1295, - 0.516, + 0.515, 1296, 0.927, 1301, - 1.765, + 1.764, 1304, 0.808, 1311, @@ -14003,11 +14003,11 @@ 1463, 0.836, 1471, - 0.681, + 0.68, 1475, - 0.975, + 0.974, 1479, - 2.006, + 2.005, 1484, 1.036, 1490, @@ -14019,7 +14019,7 @@ 1502, 1.275, 1541, - 0.741, + 0.74, 1546, 1.291, 1552, @@ -14029,11 +14029,11 @@ 1570, 0.926, 1596, - 1.814, + 1.813, 1624, 1.003, 1625, - 2.355, + 2.354, 1628, 0.569, 1629, @@ -14045,25 +14045,25 @@ 1662, 0.604, 1675, - 2.611, + 2.61, 1676, 0.868, 1679, - 2.756, + 2.755, 1682, 0.868, 1685, - 1.877, + 1.876, 1687, 2.113, 1697, - 4.341, + 4.34, 1701, 3.953, 1715, 3.589, 1716, - 0.975, + 0.974, 1717, 1.075, 1720, @@ -14081,9 +14081,9 @@ 1819, 1.075, 1839, - 0.975, + 0.974, 1840, - 0.784, + 0.783, 1841, 0.796, 1863, @@ -14095,9 +14095,9 @@ 1876, 1.121, 1879, - 5.683, + 5.682, 1884, - 0.584, + 0.583, 1929, 0.722, 1931, @@ -14111,7 +14111,7 @@ 1979, 1.514, 1984, - 4.083, + 4.082, 2006, 1.307, 2086, @@ -14149,13 +14149,13 @@ 2379, 0.886, 2382, - 6.764, + 6.763, 2383, - 5.934, + 5.933, 2384, 6.182, 2385, - 7.303, + 7.302, 2387, 1.036, 2389, @@ -14177,7 +14177,7 @@ 2540, 0.761, 2550, - 1.441, + 1.44, 2554, 0.822, 2580, @@ -14201,21 +14201,21 @@ 2621, 3.537, 2622, - 3.789, + 3.788, 2623, - 2.667, + 2.666, 2624, - 4.843, + 4.842, 2625, - 6.754, + 6.753, 2626, - 2.03, + 2.029, 2627, 1.179, 2628, 1.179, 2629, - 4.843, + 4.842, 2630, 1.036, 2631, @@ -14225,9 +14225,9 @@ 2633, 2.483, 2634, - 3.117, + 3.116, 2635, - 4.156, + 4.155, 2636, 4.428, 2637, @@ -14237,13 +14237,13 @@ 2639, 1.121, 2640, - 0.975, + 0.974, 2641, 1.179, 2642, - 4.183, + 4.182, 2643, - 1.877, + 1.876, 2644, 1.179, 2645, @@ -14259,7 +14259,7 @@ 2650, 1.374, 2651, - 2.488, + 2.487, 2652, 1.374, 2653, @@ -14267,13 +14267,13 @@ 2654, 1.374, 2655, - 3.952, + 3.951, 2656, - 1.877, + 1.876, 2657, - 4.151, + 4.15, 2658, - 5.909, + 5.908, 2659, 1.374, 2660, @@ -14289,7 +14289,7 @@ 2665, 1.179, 2666, - 2.925, + 2.924, 2667, 3.055, 2668, @@ -14305,13 +14305,13 @@ 2673, 1.374, 2674, - 8.213, + 8.212, 2675, - 2.03, + 2.029, 2676, 2.781, 2677, - 2.488, + 2.487, 2678, 1.946, 2679, @@ -14323,13 +14323,13 @@ 2682, 2.134, 2683, - 0.975, + 0.974, 2684, 0.808, 2685, 1.374, 2686, - 5.078, + 5.077, 2687, 1.256, 2688, @@ -14349,7 +14349,7 @@ 2695, 1.179, 2696, - 5.909, + 5.908, 2697, 1.075, 2698, @@ -14367,7 +14367,7 @@ 2704, 1.374, 2705, - 2.488, + 2.487, 2706, 1.374, 2707, @@ -14393,27 +14393,27 @@ 2717, 1.003, 2718, - 0.975, + 0.974, 2719, - 2.03, + 2.029, 2720, - 3.409, + 3.408, 2721, 1.256, 2722, - 4.183, + 4.182, 2723, - 2.03, + 2.029, 2724, 1.374, 2725, 1.374, 2726, - 2.488, + 2.487, 2727, 1.374, 2728, - 4.183, + 4.182, 2729, 1.374, 2730, @@ -14421,11 +14421,11 @@ 2731, 5.412, 2732, - 2.488, + 2.487, 2733, - 2.488, + 2.487, 2734, - 2.488, + 2.487, 2735, 1.374, 2736, @@ -14433,23 +14433,23 @@ 2737, 2.134, 2738, - 4.341, + 4.34, 2739, 1.256, 2740, 4.416, 2741, - 4.183, + 4.182, 2742, - 2.488, + 2.487, 2743, - 2.488, + 2.487, 2744, - 3.409, + 3.408, 2745, - 2.488, + 2.487, 2746, - 2.488, + 2.487, 2747, 2.571, 2748, @@ -14469,27 +14469,27 @@ 2755, 1.374, 2756, - 3.409, + 3.408, 2757, - 3.825, + 3.824, 2758, - 4.183, + 4.182, 2759, 1.374, 2760, - 2.488, + 2.487, 2761, 1.374, 2762, - 2.488, + 2.487, 2763, 1.374, 2764, - 2.488, + 2.487, 2765, 1.374, 2766, - 2.275, + 2.274, 2767, 1.374, 2768, @@ -14499,13 +14499,13 @@ 2770, 1.121, 2771, - 2.488, + 2.487, 2772, - 2.488, + 2.487, 2773, - 5.909, + 5.908, 2774, - 3.409, + 3.408, 2775, 1.341, 2776, @@ -14521,9 +14521,9 @@ 2781, 1.374, 2782, - 4.843, + 4.842, 2783, - 0.975, + 0.974, 2784, 1.374, 2785, @@ -14533,23 +14533,23 @@ 2787, 1.121, 2788, - 2.488, + 2.487, 2789, - 2.488, + 2.487, 2790, - 4.843, + 4.842, 2791, - 3.825, + 3.824, 2792, - 2.488, + 2.487, 2793, - 2.488, + 2.487, 2794, 1.179, 2795, 1.374, 2796, - 3.409, + 3.408, 2797, 1.256, 2798, @@ -14561,9 +14561,9 @@ 2801, 1.003, 2802, - 3.409, + 3.408, 2803, - 3.409, + 3.408, 2804, 1.374, 2805, @@ -14579,11 +14579,11 @@ 2810, 1.256, 2811, - 2.488, + 2.487, 2812, 1.374, 2813, - 2.275, + 2.274, 2814, 1.179, 2815, @@ -14603,7 +14603,7 @@ 2822, 0.836, 2823, - 2.275, + 2.274, 2824, 1.374, 2825, @@ -14621,11 +14621,11 @@ "data/manuals/atlas", [ 0, - 0.338, + 0.337, 1, 0.705, 2, - 0.698, + 0.697, 3, 0.723, 4, @@ -14667,21 +14667,21 @@ 52, 0.758, 56, - 1.773, + 1.772, 57, 1.481, 59, 0.959, 62, - 1.506, + 1.516, 63, - 1.336, + 1.335, 67, 1.38, 69, 1.295, 70, - 2.849, + 2.848, 72, 0.917, 77, @@ -14703,7 +14703,7 @@ 92, 3.583, 93, - 1.777, + 1.776, 94, 2.119, 96, @@ -14717,7 +14717,7 @@ 103, 1.557, 105, - 1.828, + 1.827, 106, 1.445, 107, @@ -14737,9 +14737,9 @@ 115, 2.012, 116, - 1.773, + 1.772, 118, - 1.777, + 1.776, 121, 1.926, 122, @@ -14783,7 +14783,7 @@ 169, 1.2, 170, - 2.594, + 2.593, 174, 2.757, 175, @@ -14795,7 +14795,7 @@ 186, 6.4, 197, - 0.947, + 0.946, 199, 2.897, 201, @@ -14807,7 +14807,7 @@ 207, 2.251, 208, - 2.975, + 2.974, 209, 2.078, 211, @@ -14829,19 +14829,19 @@ 239, 1.212, 240, - 1.656, + 1.655, 241, 2.043, 247, 2.668, 256, - 1.308, + 1.314, 268, 1.189, 269, - 1.535, + 1.534, 271, - 1.413, + 1.412, 273, 1.124, 274, @@ -14863,7 +14863,7 @@ 302, 1.954, 304, - 1.777, + 1.776, 306, 2.003, 311, @@ -14875,11 +14875,11 @@ 330, 2.952, 333, - 2.415, + 2.428, 353, 1.097, 357, - 4.559, + 4.558, 359, 2.003, 360, @@ -14893,9 +14893,9 @@ 373, 1.677, 374, - 1.777, + 1.776, 378, - 1.777, + 1.776, 382, 0.991, 383, @@ -14919,19 +14919,19 @@ 483, 1.815, 492, - 1.596, + 1.595, 498, 2.078, 500, 3.48, 505, - 4.137, + 4.136, 510, 1.673, 511, 1.466, 513, - 1.43, + 1.429, 516, 1.485, 519, @@ -14941,7 +14941,7 @@ 521, 0.959, 524, - 3.101, + 3.1, 550, 1.282, 553, @@ -14961,13 +14961,13 @@ 583, 1.708, 588, - 1.43, + 1.429, 591, 1.815, 594, 2.683, 601, - 0.998, + 1.005, 603, 2.825, 629, @@ -14981,7 +14981,7 @@ 644, 1.365, 676, - 2.079, + 2.078, 678, 3.07, 681, @@ -14995,7 +14995,7 @@ 702, 1.38, 710, - 1.336, + 1.335, 724, 2.725, 728, @@ -15011,13 +15011,13 @@ 784, 2.012, 795, - 1.777, + 1.776, 807, - 1.596, + 1.595, 831, 1.648, 832, - 1.322, + 1.321, 848, 2.884, 877, @@ -15033,15 +15033,15 @@ 943, 1.903, 945, - 1.777, + 1.776, 946, - 3.327, + 3.326, 959, 3.098, 979, - 4.423, + 4.422, 980, - 1.777, + 1.776, 981, 1.677, 994, @@ -15053,7 +15053,7 @@ 1019, 1.721, 1029, - 1.336, + 1.335, 1126, 2.884, 1131, @@ -15061,9 +15061,9 @@ 1132, 3.563, 1146, - 2.923, + 2.922, 1150, - 3.272, + 3.271, 1153, 1.295, 1155, @@ -15079,17 +15079,17 @@ 1226, 1.571, 1284, - 1.777, + 1.776, 1286, 1.954, 1339, 2.078, 1354, - 3.327, + 3.326, 1411, 1.18, 1413, - 2.773, + 2.772, 1471, 2.256, 1495, @@ -15121,9 +15121,9 @@ 1882, 1.223, 1884, - 1.935, + 1.934, 1890, - 1.596, + 1.595, 1894, 1.815, 1968, @@ -15159,9 +15159,9 @@ 2472, 1.857, 2474, - 3.436, + 3.435, 2475, - 3.436, + 3.435, 2493, 2.155, 2554, @@ -15197,13 +15197,13 @@ 2838, 2.364, 2839, - 4.165, + 4.164, 2840, 2.519, 2841, 2.755, 2842, - 5.519, + 5.518, 2843, 2.755, 2844, @@ -15219,15 +15219,15 @@ 2849, 2.755, 2850, - 3.436, + 3.435, 2851, 4.392, 2852, - 3.327, + 3.326, 2853, 2.755, 2854, - 1.777, + 1.776, 2855, 2.155, 2856, @@ -15255,7 +15255,7 @@ 2867, 2.519, 2868, - 4.165, + 4.164, 2869, 2.248, 2870, @@ -15273,29 +15273,29 @@ 2876, 3.146, 2877, - 3.436, + 3.435, 2878, 4.798, 2879, - 5.519, + 5.518, 2880, 2.755, 2881, 2.755, 2882, - 4.555, + 4.554, 2883, 2.755, 2884, - 4.165, + 4.164, 2885, 2.078, 2886, - 3.327, + 3.326, 2887, 2.519, 2888, - 3.436, + 3.435, 2889, 2.364, 2890, @@ -15303,7 +15303,7 @@ 2891, 2.755, 2892, - 4.555, + 4.554, 2893, 2.519, 2894, @@ -15317,7 +15317,7 @@ 2898, 2.755, 2899, - 4.555, + 4.554, 2900, 2.519, 2901, @@ -15341,9 +15341,9 @@ 2, 0.966, 3, - 1.002, + 1.001, 4, - 1.002, + 1.001, 5, 1.007, 6, @@ -15351,7 +15351,7 @@ 7, 1.451, 8, - 1.068, + 1.067, 9, 2.006, 10, @@ -15373,7 +15373,7 @@ 46, 1.557, 47, - 4.507, + 4.506, 48, 4.193, 50, @@ -15381,7 +15381,7 @@ 52, 1.628, 54, - 1.812, + 1.811, 57, 1.375, 58, @@ -15395,7 +15395,7 @@ 66, 3.813, 68, - 3.114, + 3.113, 70, 1.607, 72, @@ -15407,7 +15407,7 @@ 79, 1.004, 84, - 3.494, + 3.524, 85, 6.181, 86, @@ -15415,15 +15415,15 @@ 87, 6.358, 90, - 1.726, + 1.725, 91, - 1.303, + 1.302, 92, 3.272, 95, 4.106, 97, - 2.358, + 2.357, 99, 1.039, 100, @@ -15449,7 +15449,7 @@ 126, 1.619, 127, - 3.986, + 3.985, 134, 2.787, 137, @@ -15457,7 +15457,7 @@ 141, 2.678, 146, - 3.548, + 3.547, 148, 1.81, 151, @@ -15469,7 +15469,7 @@ 165, 1.691, 167, - 2.392, + 2.391, 169, 1.497, 170, @@ -15485,7 +15485,7 @@ 196, 1.319, 197, - 2.032, + 2.031, 198, 2.403, 201, @@ -15493,13 +15493,13 @@ 203, 2.057, 206, - 2.867, + 2.866, 207, - 2.41, + 2.409, 208, 3.184, 210, - 2.392, + 2.391, 226, 1.645, 229, @@ -15515,7 +15515,7 @@ 254, 6.414, 256, - 1.329, + 1.335, 257, 3.486, 261, @@ -15537,9 +15537,9 @@ 332, 2.937, 333, - 1.079, + 1.085, 378, - 2.461, + 2.46, 380, 1.355, 387, @@ -15557,7 +15557,7 @@ 416, 2.787, 429, - 2.867, + 2.866, 456, 4.396, 463, @@ -15575,29 +15575,29 @@ 494, 3.489, 515, - 2.366, + 2.365, 521, 1.328, 552, - 2.425, + 2.424, 555, 1.188, 579, - 1.912, + 1.911, 592, - 2.461, + 2.46, 594, 2.725, 600, 1.83, 601, - 1.383, + 1.392, 602, 1.543, 603, 1.594, 604, - 1.934, + 1.933, 636, 1.463, 689, @@ -15613,21 +15613,21 @@ 751, 1.543, 771, - 1.776, + 1.775, 826, 2.005, 834, - 3.587, + 3.586, 861, 2.572, 898, 1.355, 924, - 1.812, + 1.811, 944, - 1.957, + 1.956, 978, - 1.508, + 1.507, 987, 2.03, 999, @@ -15643,7 +15643,7 @@ 1208, 3.6, 1213, - 4.461, + 4.46, 1216, 2.03, 1223, @@ -15655,19 +15655,19 @@ 1307, 2.323, 1322, - 1.957, + 1.956, 1345, 3.489, 1404, - 2.879, + 2.878, 1413, 3.6, 1424, - 3.114, + 3.113, 1496, 2.636, 1502, - 1.957, + 1.956, 1507, 3.666, 1560, @@ -15675,11 +15675,11 @@ 1583, 4.825, 1602, - 1.87, + 1.869, 1604, 2.005, 1607, - 3.425, + 3.424, 1608, 5.279, 1609, @@ -15687,15 +15687,15 @@ 1640, 2.985, 1649, - 2.005, + 2.03, 1675, - 3.188, + 3.187, 1687, - 2.366, + 2.365, 1693, 2.572, 1724, - 1.812, + 1.811, 1779, 3.274, 1842, @@ -15703,13 +15703,13 @@ 1843, 3.489, 1890, - 3.425, + 3.424, 1906, 4.085, 1936, 3.276, 1984, - 4.461, + 4.46, 2013, 2.636, 2027, @@ -15717,7 +15717,7 @@ 2155, 6.278, 2259, - 5.462, + 5.664, 2261, 2.144, 2507, @@ -15725,33 +15725,33 @@ 2540, 3.276, 2831, - 4.461, + 4.46, 2832, 5.407, 2871, 2.176, 2902, - 5.462, + 5.461, 2903, - 3.816, + 3.815, 2904, - 3.114, + 3.113, 2905, 3.489, 2906, - 3.816, + 3.815, 2907, 2.985, 2908, - 5.002, + 5.001, 2909, - 3.816, + 3.815, 2910, - 3.816, + 3.815, 2911, - 3.816, + 3.815, 2912, - 3.816, + 3.815, 2913, 3.489, 2914, @@ -15761,31 +15761,31 @@ 2916, 3.737, 2917, - 3.816, + 3.815, 2918, - 2.879, + 2.878, 2919, - 3.816, + 3.815, 2920, - 3.816, + 3.815, 2921, - 5.914, + 5.913, 2922, - 3.816, + 3.815, 2923, - 3.816, + 3.815, 2924, - 6.621, + 6.62, 2925, - 2.461, + 2.46, 2926, - 5.914, + 5.913, 2927, - 5.914, + 5.913, 2928, 2.707, 2929, - 3.816, + 3.815, 2930, 3.274 ] @@ -15865,7 +15865,7 @@ 551, 5.687, 608, - 4.079, + 4.078, 622, 4.906, 642, @@ -15875,7 +15875,7 @@ 1047, 4.805, 1095, - 6.718, + 6.717, 1153, 3.869, 1220, @@ -15891,9 +15891,9 @@ 1864, 5.424, 2078, - 5.203, + 5.202, 2122, - 6.211, + 6.21, 2189, 5.607, 2192, @@ -15903,9 +15903,9 @@ 2932, 8.233, 2933, - 6.718, + 6.717, 2934, - 6.718, + 6.717, 2935, 7.064, 2936, @@ -15927,7 +15927,7 @@ 7, 1.545, 8, - 2.717, + 2.716, 10, 1.223, 12, @@ -15947,7 +15947,7 @@ 42, 1.503, 43, - 1.871, + 1.87, 44, 1.986, 46, @@ -15961,19 +15961,19 @@ 59, 1.055, 60, - 1.943, + 1.942, 62, - 0.691, + 0.695, 67, - 1.047, + 1.046, 70, 1.518, 72, 0.695, 76, - 1.112, + 1.111, 77, - 1.638, + 1.637, 78, 1.6, 79, @@ -15981,7 +15981,7 @@ 90, 0.859, 91, - 3.42, + 3.419, 96, 1.142, 99, @@ -15997,29 +15997,29 @@ 106, 1.013, 107, - 1.777, + 1.776, 108, 0.614, 110, - 1.879, + 1.878, 113, - 1.658, + 1.657, 116, 0.813, 119, - 1.827, + 1.826, 124, - 0.911, + 0.91, 126, 1.569, 142, - 1.414, + 1.413, 148, 1.956, 149, 2.43, 150, - 1.768, + 1.767, 153, 2.678, 158, @@ -16047,7 +16047,7 @@ 202, 0.678, 206, - 4.3, + 4.299, 207, 1.582, 208, @@ -16055,13 +16055,13 @@ 211, 2.129, 226, - 2.537, + 2.536, 228, 0.88, 229, 1.748, 230, - 1.255, + 1.254, 231, 1.352, 236, @@ -16081,13 +16081,13 @@ 253, 2.834, 256, - 1.777, + 1.785, 257, 0.825, 260, 0.704, 268, - 1.615, + 1.614, 269, 2.163, 273, @@ -16105,11 +16105,11 @@ 313, 3.575, 323, - 2.157, + 2.156, 333, - 1.345, + 1.352, 342, - 0.936, + 0.935, 350, 1.25, 353, @@ -16133,7 +16133,7 @@ 441, 1.806, 446, - 1.047, + 1.046, 449, 1.25, 452, @@ -16149,7 +16149,7 @@ 471, 1.274, 472, - 0.963, + 0.962, 473, 0.919, 500, @@ -16159,9 +16159,9 @@ 510, 0.767, 511, - 1.112, + 1.111, 521, - 1.255, + 1.254, 536, 1.376, 546, @@ -16185,7 +16185,7 @@ 573, 0.784, 588, - 1.871, + 1.87, 590, 1.493, 591, @@ -16197,13 +16197,13 @@ 600, 1.002, 601, - 1.306, + 1.315, 602, 1.458, 603, - 0.873, + 0.872, 604, - 1.059, + 1.058, 605, 1.191, 614, @@ -16223,9 +16223,9 @@ 643, 1.576, 646, - 1.059, + 1.058, 648, - 1.013, + 1.012, 649, 1.25, 656, @@ -16239,15 +16239,15 @@ 676, 2.17, 679, - 0.936, + 0.935, 681, - 1.024, + 1.023, 683, 2.711, 689, - 0.936, + 0.935, 691, - 1.455, + 1.454, 694, 1.526, 698, @@ -16257,17 +16257,17 @@ 701, 2.972, 702, - 1.047, + 1.046, 710, 1.747, 744, - 1.013, + 1.012, 746, 1.443, 750, - 2.305, + 2.304, 751, - 2.582, + 2.581, 759, 1.347, 762, @@ -16277,11 +16277,11 @@ 771, 2.97, 773, - 1.723, + 1.722, 774, 0.944, 801, - 2.33, + 2.329, 831, 1.25, 834, @@ -16295,9 +16295,9 @@ 878, 1.347, 890, - 3.883, + 3.882, 902, - 3.641, + 3.64, 905, 1.229, 910, @@ -16315,7 +16315,7 @@ 934, 1.482, 935, - 1.786, + 1.785, 941, 0.819, 975, @@ -16325,7 +16325,7 @@ 984, 1.576, 999, - 0.963, + 0.962, 1043, 2.444, 1053, @@ -16333,7 +16333,7 @@ 1078, 1.576, 1079, - 1.013, + 1.012, 1101, 1.229, 1104, @@ -16341,7 +16341,7 @@ 1134, 1.32, 1143, - 4.825, + 4.824, 1146, 2.054, 1152, @@ -16351,7 +16351,7 @@ 1166, 1.21, 1214, - 3.373, + 3.372, 1224, 1.002, 1248, @@ -16361,7 +16361,7 @@ 1273, 1.229, 1283, - 2.598, + 2.597, 1284, 2.324, 1287, @@ -16369,13 +16369,13 @@ 1289, 1.295, 1322, - 2.438, + 2.437, 1329, 1.25, 1340, 1.482, 1363, - 3.72, + 3.719, 1382, 1.157, 1404, @@ -16383,13 +16383,13 @@ 1411, 0.895, 1412, - 2.43, + 2.429, 1416, - 1.443, + 1.482, 1428, 1.969, 1432, - 2.026, + 2.025, 1465, 0.737, 1543, @@ -16407,9 +16407,9 @@ 1638, 1.32, 1649, - 1.098, + 1.111, 1655, - 1.098, + 1.097, 1672, 1.126, 1686, @@ -16421,7 +16421,7 @@ 1804, 1.002, 1807, - 2.281, + 2.28, 1840, 1.191, 1841, @@ -16435,15 +16435,15 @@ 1920, 5.008, 1933, - 3.01, + 3.009, 1955, 1.482, 1961, 5.4, 1968, - 1.112, + 1.111, 1973, - 2.157, + 2.156, 1975, 0.809, 1976, @@ -16451,17 +16451,17 @@ 1989, 1.191, 1993, - 3.813, + 3.812, 2006, - 1.098, + 1.097, 2026, - 2.375, + 2.374, 2027, - 5.198, + 5.197, 2029, - 2.633, + 2.632, 2031, - 3.72, + 3.719, 2053, 4.425, 2096, @@ -16469,7 +16469,7 @@ 2106, 1.792, 2155, - 3.066, + 3.065, 2158, 1.408, 2169, @@ -16479,19 +16479,19 @@ 2191, 1.443, 2193, - 1.705, + 1.704, 2196, 2.941, 2244, 2.49, 2249, - 2.43, + 2.429, 2260, 1.526, 2268, 1.918, 2330, - 2.375, + 2.374, 2360, 4.033, 2379, @@ -16499,11 +16499,11 @@ 2434, 1.482, 2435, - 1.705, + 1.704, 2440, - 1.013, + 1.012, 2448, - 2.375, + 2.374, 2496, 1.576, 2533, @@ -16511,9 +16511,9 @@ 2579, 2.557, 2640, - 3.373, + 3.372, 2649, - 2.157, + 2.156, 2657, 1.174, 2692, @@ -16521,15 +16521,15 @@ 2707, 1.634, 2717, - 3.473, + 3.472, 2750, 1.32, 2775, 1.126, 2842, - 1.705, + 1.704, 2938, - 6.384, + 6.383, 2939, 1.792, 2940, @@ -16537,11 +16537,11 @@ 2941, 7.003, 2942, - 4.348, + 4.347, 2943, 4.754, 2944, - 3.72, + 3.719, 2945, 1.91, 2946, @@ -16561,19 +16561,19 @@ 2953, 2.49, 2954, - 2.43, + 2.429, 2955, 1.191, 2956, - 4.706, + 4.705, 2957, 2.82, 2958, 1.91, 2959, - 4.854, + 4.853, 2960, - 3.605, + 3.604, 2961, 1.526, 2962, @@ -16581,7 +16581,7 @@ 2963, 1.792, 2964, - 1.705, + 1.704, 2965, 1.792, 2966, @@ -16599,11 +16599,11 @@ 2972, 2.089, 2973, - 1.705, + 1.704, 2974, 1.634, 2975, - 1.705, + 1.704, 2976, 1.792, 2977, @@ -16611,11 +16611,11 @@ 2978, 1.482, 2979, - 3.605, + 3.604, 2980, 4.754, 2981, - 3.908, + 3.907, 2982, 8.273, 2983, @@ -16625,7 +16625,7 @@ 2985, 2.719, 2986, - 1.705, + 1.704, 2987, 2.089, 2988, @@ -16633,9 +16633,9 @@ 2989, 6.785, 2990, - 5.173, + 5.172, 2991, - 3.587, + 3.586, 2992, 4.754, 2993, @@ -16643,11 +16643,11 @@ 2994, 1.376, 2995, - 3.605, + 3.604, 2996, 2.089, 2997, - 1.705, + 1.704, 2998, 2.719, 2999, @@ -16671,7 +16671,7 @@ 3008, 3.093, 3009, - 3.605, + 3.604, 3010, 2.089, 3011, @@ -16697,7 +16697,7 @@ 3021, 1.295, 3022, - 1.705, + 1.704, 3023, 2.089, 3024, @@ -16713,21 +16713,21 @@ 3029, 1.792, 3030, - 1.705, + 1.704, 3031, - 5.173, + 5.172, 3032, - 5.657, + 5.656, 3033, - 3.605, + 3.604, 3034, - 3.605, + 3.604, 3035, 2.089, 3036, 1.91, 3037, - 1.705, + 1.704, 3038, 1.91, 3039, @@ -16753,7 +16753,7 @@ 3049, 2.089, 3050, - 3.605, + 3.604, 3051, 1.91, 3052, @@ -16763,7 +16763,7 @@ 3054, 2.089, 3055, - 1.705, + 1.704, 3056, 2.089, 3057, @@ -16773,7 +16773,7 @@ 3059, 1.482, 3060, - 3.605, + 3.604, 3061, 2.089, 3062, @@ -16831,13 +16831,13 @@ 20, 1.332, 28, - 1.68, + 1.679, 30, - 2.571, + 2.59, 36, 2.089, 38, - 0.996, + 0.995, 42, 0.629, 44, @@ -16845,7 +16845,7 @@ 46, 1.542, 48, - 3.176, + 3.175, 52, 1.509, 55, @@ -16861,9 +16861,9 @@ 77, 2.076, 79, - 1.0, + 0.999, 84, - 1.484, + 1.497, 86, 1.125, 96, @@ -16885,7 +16885,7 @@ 107, 1.853, 108, - 1.019, + 1.018, 109, 2.882, 121, @@ -16897,11 +16897,11 @@ 126, 1.933, 135, - 3.941, + 3.94, 140, - 1.597, + 1.596, 143, - 1.68, + 1.679, 148, 2.186, 150, @@ -16923,7 +16923,7 @@ 170, 2.609, 178, - 3.628, + 3.627, 194, 1.829, 198, @@ -16935,7 +16935,7 @@ 207, 2.805, 209, - 2.614, + 2.613, 226, 0.964, 229, @@ -16943,13 +16943,13 @@ 230, 1.206, 237, - 1.597, + 1.596, 241, 1.174, 250, 1.338, 256, - 1.894, + 1.903, 257, 1.369, 266, @@ -16961,7 +16961,7 @@ 281, 2.148, 289, - 3.281, + 3.28, 317, 2.039, 353, @@ -16991,7 +16991,7 @@ 459, 1.612, 463, - 3.696, + 3.695, 465, 2.973, 471, @@ -17003,9 +17003,9 @@ 500, 1.264, 504, - 3.876, + 3.875, 511, - 2.918, + 2.917, 521, 1.206, 524, @@ -17013,7 +17013,7 @@ 543, 1.39, 545, - 2.711, + 2.71, 546, 2.956, 550, @@ -17025,7 +17025,7 @@ 554, 2.057, 555, - 2.119, + 2.118, 563, 3.399, 567, @@ -17035,33 +17035,33 @@ 590, 1.435, 596, - 4.227, + 4.226, 608, - 4.176, + 4.175, 619, - 2.531, + 2.53, 629, 2.046, 636, - 2.967, + 2.966, 676, 2.502, 685, 1.412, 687, - 3.227, + 3.226, 690, - 2.19, + 2.189, 702, 3.409, 703, - 1.359, + 1.358, 737, 2.335, 738, 2.073, 746, - 2.394, + 2.393, 765, 3.411, 775, @@ -17069,21 +17069,21 @@ 799, 4.142, 834, - 1.717, + 1.716, 849, 3.02, 873, - 2.394, + 2.393, 894, 1.369, 907, - 2.283, + 2.282, 914, 1.447, 921, 2.234, 926, - 2.531, + 2.53, 931, 2.118, 947, @@ -17097,9 +17097,9 @@ 978, 1.369, 999, - 1.597, + 1.596, 1002, - 1.717, + 1.716, 1007, 2.953, 1010, @@ -17111,27 +17111,27 @@ 1025, 3.71, 1028, - 2.711, + 2.71, 1071, 1.947, 1081, 3.338, 1104, - 2.693, + 2.692, 1146, 2.94, 1153, 4.413, 1167, - 4.29, + 4.289, 1170, - 2.711, + 2.71, 1173, 1.698, 1180, 1.893, 1221, - 1.717, + 1.716, 1224, 1.662, 1226, @@ -17141,9 +17141,9 @@ 1279, 2.073, 1298, - 4.3, + 4.299, 1305, - 2.614, + 2.613, 1314, 4.586, 1323, @@ -17153,7 +17153,7 @@ 1343, 1.919, 1379, - 1.597, + 1.596, 1432, 3.081, 1451, @@ -17169,15 +17169,15 @@ 1507, 3.399, 1514, - 2.614, + 2.613, 1545, - 2.711, + 2.71, 1560, 3.612, 1574, 2.109, 1579, - 6.157, + 6.156, 1592, 2.458, 1594, @@ -17185,11 +17185,11 @@ 1602, 1.698, 1607, - 3.176, + 3.175, 1608, 5.363, 1609, - 5.192, + 5.191, 1622, 6.359, 1623, @@ -17203,43 +17203,43 @@ 1666, 4.796, 1685, - 2.614, + 2.613, 1700, - 2.711, + 2.71, 1813, 2.458, 1821, - 2.711, + 2.71, 1841, - 3.176, + 3.175, 1858, - 4.483, + 4.482, 1866, 3.127, 1868, - 3.536, + 3.535, 1871, - 1.68, + 1.679, 1872, 3.338, 1874, 2.039, 1879, - 2.779, + 2.778, 1884, 2.329, 1895, - 2.19, + 2.189, 1902, - 2.283, + 2.282, 1928, 2.956, 1968, - 2.918, + 2.917, 1991, - 2.531, + 2.53, 2002, - 2.711, + 2.71, 2077, 6.638, 2079, @@ -17247,7 +17247,7 @@ 2084, 2.234, 2096, - 3.038, + 3.037, 2101, 2.148, 2110, @@ -17259,53 +17259,53 @@ 2235, 3.168, 2357, - 2.711, + 2.71, 2373, - 2.19, + 2.189, 2384, 3.399, 2385, - 2.614, + 2.613, 2532, 2.234, 2548, 2.039, 2558, - 2.394, + 2.393, 2566, - 2.283, + 2.282, 2631, 3.465, 2646, - 2.711, + 2.71, 2747, 4.136, 2813, 3.168, 2821, - 2.531, + 2.53, 2851, - 2.614, + 2.613, 2925, - 4.388, + 4.387, 3071, - 3.696, + 3.695, 3072, - 3.465, + 3.464, 3073, 4.136, 3074, - 2.394, + 2.393, 3075, 3.168, 3076, - 3.465, + 3.464, 3077, 3.168, 3078, - 2.711, + 2.71, 3079, - 2.531, + 2.53, 3080, 3.168, 3081, @@ -17315,27 +17315,27 @@ 3083, 3.168, 3084, - 2.394, + 2.393, 3085, 2.973, 3086, - 3.465, + 3.464, 3087, 2.234, 3088, 4.136, 3089, - 3.465, + 3.464, 3090, 2.973, 3091, - 3.465, + 3.464, 3092, - 2.711, + 2.71, 3093, 2.827, 3094, - 3.788, + 3.787, 3095, 3.168, 3096, @@ -17351,9 +17351,9 @@ 3101, 3.168, 3102, - 3.465, + 3.464, 3103, - 3.465, + 3.464, 3104, 2.827, 3105, @@ -17361,37 +17361,37 @@ 3106, 6.222, 3107, - 2.394, + 2.393, 3108, - 4.005, + 4.004, 3109, 5.483, 3110, - 3.465, + 3.464, 3111, 2.973, 3112, - 3.465, + 3.464, 3113, - 5.839, + 5.838, 3114, - 3.465, + 3.464, 3115, 2.973, 3116, - 3.465, + 3.464, 3117, 4.136, 3118, - 2.614, + 2.613, 3119, - 3.465, + 3.464, 3120, 5.323, 3121, - 2.711, + 2.71, 3122, - 3.465, + 3.464, 3123, 3.168, 3124, @@ -17463,7 +17463,7 @@ 148, 1.968, 149, - 3.652, + 3.651, 150, 2.429, 151, @@ -17491,7 +17491,7 @@ 0, 1.025, 1, - 2.14, + 2.139, 2, 2.118, 3, @@ -17563,9 +17563,9 @@ 1774, 4.239, 1989, - 4.771, + 4.77, 1997, - 4.771, + 4.77, 1999, 4.634, 2010, @@ -17579,15 +17579,15 @@ 3125, 11.036, 3126, - 8.365, + 8.364, 3127, - 8.365, + 8.364, 3128, - 8.365, + 8.364, 3129, - 8.365, + 8.364, 3130, - 8.365 + 8.364 ] ], [ @@ -17621,13 +17621,13 @@ 10, 1.421, 12, - 2.001, + 2.0, 18, 1.109, 20, 1.164, 30, - 1.657, + 1.669, 36, 0.874, 38, @@ -17651,9 +17651,9 @@ 60, 1.22, 61, - 2.718, + 2.717, 62, - 1.45, + 1.459, 65, 2.888, 72, @@ -17661,7 +17661,7 @@ 77, 1.633, 78, - 1.946, + 1.945, 79, 0.868, 91, @@ -17687,11 +17687,11 @@ 113, 1.317, 119, - 2.222, + 2.221, 121, 1.45, 125, - 1.334, + 1.333, 126, 0.87, 141, @@ -17733,7 +17733,7 @@ 241, 1.689, 256, - 1.969, + 1.978, 260, 1.477, 269, @@ -17741,7 +17741,7 @@ 270, 3.202, 273, - 1.947, + 1.946, 285, 2.944, 290, @@ -17753,11 +17753,11 @@ 380, 2.334, 382, - 2.366, + 2.365, 425, 2.5, 433, - 2.68, + 2.679, 472, 2.02, 510, @@ -17767,23 +17767,23 @@ 554, 2.466, 583, - 2.718, + 2.717, 608, - 2.172, + 2.171, 614, 1.719, 629, 2.635, 637, - 2.827, + 2.826, 675, - 2.521, + 2.52, 680, 2.303, 685, 1.787, 687, - 2.58, + 2.579, 688, 3.11, 690, @@ -17809,19 +17809,19 @@ 758, 2.917, 771, - 3.059, + 3.058, 773, - 2.382, + 2.381, 778, - 3.762, + 3.761, 797, 3.577, 801, 3.221, 808, - 2.333, + 2.332, 809, - 2.464, + 2.463, 826, 2.303, 831, @@ -17831,21 +17831,21 @@ 899, 5.772, 911, - 2.429, + 2.428, 941, - 2.578, + 2.577, 947, - 3.454, + 3.453, 960, 1.982, 977, - 3.498, + 3.497, 996, 3.331, 997, 3.202, 1028, - 3.43, + 3.429, 1029, 2.125, 1034, @@ -17853,13 +17853,13 @@ 1047, 3.744, 1052, - 3.454, + 3.453, 1060, 3.694, 1064, 2.148, 1066, - 3.436, + 3.435, 1067, 2.147, 1079, @@ -17867,9 +17867,9 @@ 1104, 4.156, 1105, - 4.331, + 4.33, 1132, - 3.43, + 3.429, 1155, 2.125, 1161, @@ -17877,13 +17877,13 @@ 1166, 2.539, 1253, - 2.464, + 2.463, 1272, - 1.946, + 1.945, 1286, 3.11, 1289, - 2.718, + 2.717, 1323, 1.831, 1332, @@ -17897,11 +17897,11 @@ 1441, 3.202, 1460, - 2.464, + 2.463, 1495, - 3.642, + 3.641, 1532, - 2.827, + 2.826, 1546, 2.275, 1596, @@ -17917,7 +17917,7 @@ 1804, 3.153, 1832, - 4.009, + 4.008, 1840, 2.5, 1841, @@ -17925,7 +17925,7 @@ 1848, 2.77, 1865, - 4.009, + 4.008, 1866, 2.5, 1882, @@ -17935,17 +17935,17 @@ 1929, 2.303, 1936, - 2.429, + 2.428, 1948, - 3.498, + 3.497, 1961, 2.669, 1962, 3.202, 1977, - 7.212, + 7.211, 1993, - 2.955, + 2.954, 1994, 4.801, 2008, @@ -17953,13 +17953,13 @@ 2026, 2.888, 2030, - 2.955, + 2.954, 2049, 2.77, 2085, 3.577, 2121, - 2.58, + 2.579, 2244, 3.028, 2352, @@ -17967,37 +17967,37 @@ 2389, 2.539, 2408, - 4.009, + 4.008, 2433, 2.623, 2455, - 3.43, + 3.429, 2497, - 3.762, + 3.761, 2787, - 5.364, + 5.363, 2836, - 3.43, + 3.429, 2916, 2.77, 2985, 3.307, 3087, - 2.827, + 2.826, 3131, 3.577, 3132, - 4.009, + 4.008, 3133, - 4.009, + 4.008, 3134, 2.623, 3135, - 4.384, + 4.383, 3136, - 4.384, + 4.383, 3137, - 4.384, + 4.383, 3138, 6.573, 3139, @@ -18005,53 +18005,53 @@ 3140, 3.028, 3141, - 3.43, + 3.429, 3142, - 4.009, + 4.008, 3143, - 4.384, + 4.383, 3144, - 2.955, + 2.954, 3145, 6.573, 3146, - 4.009, + 4.008, 3147, 6.573, 3148, - 4.009, + 4.008, 3149, - 4.384, + 4.383, 3150, 6.573, 3151, - 4.384, + 4.383, 3152, - 4.384, + 4.383, 3153, 7.886, 3154, - 4.384, + 4.383, 3155, - 6.011, + 6.01, 3156, - 4.384, + 4.383, 3157, - 4.384, + 4.383, 3158, - 4.009, + 4.008, 3159, - 3.43, + 3.429, 3160, 6.767, 3161, 2.888, 3162, - 4.384, + 4.383, 3163, 6.573, 3164, - 4.384, + 4.383, 3165, 3.577, 3166, @@ -18097,9 +18097,9 @@ 751, 3.897, 932, - 6.837, + 6.836, 934, - 6.837, + 6.836, 3167, 9.637 ] @@ -18135,13 +18135,13 @@ 10, 1.172, 12, - 2.474, + 2.473, 18, 1.088, 20, 1.378, 22, - 1.722, + 1.721, 36, 1.53, 38, @@ -18185,9 +18185,9 @@ 100, 0.786, 102, - 1.072, + 1.071, 103, - 1.972, + 1.971, 106, 0.971, 107, @@ -18201,7 +18201,7 @@ 125, 0.758, 126, - 0.832, + 0.831, 141, 2.005, 142, @@ -18219,7 +18219,7 @@ 158, 0.729, 160, - 2.083, + 2.082, 169, 1.325, 172, @@ -18245,29 +18245,29 @@ 226, 1.166, 229, - 0.994, + 0.993, 231, - 2.384, + 2.383, 236, 2.099, 239, - 1.843, + 1.842, 241, 0.534, 246, 2.76, 247, - 1.793, + 1.792, 253, - 1.249, + 1.248, 256, - 2.489, + 2.501, 257, 0.985, 261, - 1.78, + 1.779, 263, - 1.621, + 1.62, 266, 1.859, 268, @@ -18277,21 +18277,21 @@ 285, 1.116, 288, - 1.344, + 1.343, 292, 2.721, 295, - 1.931, + 1.93, 306, - 3.918, + 3.917, 313, 4.56, 332, 0.829, 333, - 2.969, + 2.985, 342, - 3.99, + 3.989, 345, 1.208, 380, @@ -18345,11 +18345,11 @@ 660, 1.491, 661, - 2.139, + 2.138, 680, 1.309, 683, - 1.059, + 1.058, 685, 2.888, 690, @@ -18357,15 +18357,15 @@ 703, 1.643, 711, - 3.243, + 3.242, 715, - 3.338, + 3.337, 721, 1.95, 738, 1.491, 744, - 4.462, + 4.461, 751, 1.008, 762, @@ -18373,7 +18373,7 @@ 774, 3.469, 777, - 2.139, + 2.138, 784, 1.82, 808, @@ -18381,11 +18381,11 @@ 809, 3.981, 810, - 3.419, + 3.418, 824, 1.95, 848, - 1.235, + 1.234, 849, 1.106, 852, @@ -18395,17 +18395,17 @@ 861, 1.68, 877, - 3.571, + 3.57, 878, 1.607, 885, 1.517, 891, - 2.155, + 2.154, 895, - 2.01, + 2.009, 911, - 1.381, + 1.38, 915, 2.078, 924, @@ -18419,11 +18419,11 @@ 996, 1.263, 1016, - 2.648, + 2.647, 1025, 0.985, 1032, - 1.362, + 1.361, 1035, 1.768, 1047, @@ -18449,19 +18449,19 @@ 1172, 1.263, 1283, - 1.362, + 1.361, 1403, 1.183, 1411, 1.795, 1420, - 6.969, + 6.968, 1421, 1.517, 1427, 2.894, 1428, - 4.867, + 4.866, 1457, 3.189, 1465, @@ -18469,17 +18469,17 @@ 1502, 2.779, 1510, - 2.702, + 2.701, 1551, 1.95, 1556, - 4.089, + 4.088, 1557, 1.491, 1562, 1.642, 1564, - 2.139, + 2.138, 1566, 1.88, 1588, @@ -18487,7 +18487,7 @@ 1648, 1.421, 1674, - 2.139, + 2.138, 1770, 1.517, 1774, @@ -18503,13 +18503,13 @@ 1926, 1.607, 1936, - 1.381, + 1.38, 1955, - 5.026, + 5.025, 1957, - 2.034, + 2.033, 1969, - 4.64, + 4.639, 1980, 3.831, 1982, @@ -18529,7 +18529,7 @@ 2024, 4.379, 2025, - 2.034, + 2.033, 2035, 1.545, 2054, @@ -18557,13 +18557,13 @@ 2190, 3.139, 2191, - 5.301, + 5.3, 2192, - 1.722, + 1.721, 2193, - 7.51, + 7.509, 2319, - 4.651, + 4.65, 2330, 5.055, 2346, @@ -18585,45 +18585,45 @@ 2709, 2.824, 2749, - 2.139, + 2.138, 2875, 1.517, 2902, 3.16, 2918, - 6.72, + 6.719, 2953, - 1.722, + 1.721, 2956, 2.824, 2957, 1.95, 2962, - 4.089, + 4.088, 2977, 2.279, 2999, - 4.089, + 4.088, 3000, 6.382, 3001, - 4.651, + 4.65, 3006, 1.82, 3105, 6.699, 3107, - 1.722, + 1.721, 3168, 2.492, 3169, - 4.19, + 4.189, 3170, - 6.353, + 6.352, 3171, 3.831, 3172, - 5.809, + 5.808, 3173, 2.492, 3174, @@ -18639,11 +18639,11 @@ 3179, 2.492, 3180, - 4.651, + 4.65, 3181, - 4.97, + 4.969, 3182, - 4.089, + 4.088, 3183, 2.492, 3184, @@ -18659,7 +18659,7 @@ 3189, 2.492, 3190, - 4.19, + 4.189, 3191, 2.492, 3192, @@ -18681,7 +18681,7 @@ 3200, 3.06, 3201, - 4.19, + 4.189, 3202, 2.492, 3203, @@ -18689,15 +18689,15 @@ 3204, 1.88, 3205, - 3.595, + 3.594, 3206, 2.492, 3207, - 2.139, + 2.138, 3208, 2.279, 3209, - 2.139, + 2.138, 3210, 2.492, 3211, @@ -18705,7 +18705,7 @@ 3212, 2.492, 3213, - 3.278, + 3.277, 3214, 2.492, 3215, @@ -18717,13 +18717,13 @@ 3218, 2.972, 3219, - 3.595, + 3.594, 3220, 2.279, 3221, - 4.19, + 4.189, 3222, - 4.19, + 4.189, 3223, 3.831, 3224, @@ -18737,9 +18737,9 @@ 3228, 2.492, 3229, - 3.595, + 3.594, 3230, - 5.809, + 5.808, 3231, 2.492, 3232, @@ -18751,25 +18751,25 @@ 3235, 2.279, 3236, - 3.278, + 3.277, 3237, 2.972, 3238, - 5.42, + 5.419, 3239, 2.492, 3240, 2.279, 3241, - 2.034, + 2.033, 3242, 1.88, 3243, 1.88, 3244, - 4.19, + 4.189, 3245, - 4.19, + 4.189, 3246, 1.768, 3247, @@ -18781,17 +18781,17 @@ 3250, 2.492, 3251, - 2.034, + 2.033, 3252, 3.653, 3253, 5.542, 3254, - 6.584, + 6.583, 3255, - 4.19, + 4.189, 3256, - 4.19, + 4.189, 3257, 3.831, 3258, @@ -18799,11 +18799,11 @@ 3259, 2.492, 3260, - 2.139, + 2.138, 3261, 3.16, 3262, - 3.595, + 3.594, 3263, 2.492, 3264, @@ -18815,33 +18815,33 @@ 3267, 2.279, 3268, - 3.419, + 3.418, 3269, - 2.139, + 2.138, 3270, 2.492, 3271, 2.492, 3272, - 2.034, + 2.033, 3273, - 2.034, + 2.033, 3274, 2.492, 3275, 3.831, 3276, - 2.139, + 2.138, 3277, 2.492, 3278, 2.492, 3279, - 8.908, + 8.907, 3280, - 8.908, + 8.907, 3281, - 2.034, + 2.033, 3282, 9.886, 3283, @@ -18857,7 +18857,7 @@ 3288, 2.492, 3289, - 6.353, + 6.352, 3290, 2.492, 3291, @@ -18877,7 +18877,7 @@ 3298, 2.492, 3299, - 2.139, + 2.138, 3300, 2.492, 3301, @@ -18933,13 +18933,13 @@ 39, 1.451, 42, - 1.418, + 1.417, 43, 3.568, 44, 2.319, 45, - 2.373, + 2.372, 46, 1.614, 49, @@ -18949,7 +18949,7 @@ 54, 4.285, 55, - 1.689, + 1.688, 56, 1.37, 57, @@ -18961,7 +18961,7 @@ 61, 2.182, 62, - 1.164, + 1.171, 72, 2.288, 77, @@ -18969,13 +18969,13 @@ 79, 0.961, 84, - 2.379, + 2.399, 90, 0.839, 91, 3.225, 92, - 1.413, + 1.412, 96, 1.116, 99, @@ -18991,7 +18991,7 @@ 108, 1.632, 109, - 1.312, + 1.311, 110, 1.391, 111, @@ -19003,23 +19003,23 @@ 122, 2.43, 124, - 1.535, + 1.534, 126, 1.549, 141, 1.302, 148, - 2.009, + 2.008, 150, 0.891, 153, - 2.222, + 2.221, 169, 1.264, 171, 2.847, 174, - 3.463, + 3.462, 190, 2.872, 194, @@ -19029,15 +19029,15 @@ 198, 1.872, 201, - 1.909, + 1.908, 203, 3.706, 206, - 1.707, + 1.706, 207, - 1.172, + 1.171, 208, - 3.433, + 3.432, 210, 1.424, 211, @@ -19051,23 +19051,23 @@ 231, 2.083, 235, - 2.225, + 2.224, 236, - 2.782, + 2.781, 239, 2.442, 241, 1.819, 243, - 2.751, + 2.75, 247, 1.836, 249, - 1.689, + 1.688, 253, 3.91, 256, - 0.791, + 0.795, 260, 1.186, 261, @@ -19091,7 +19091,7 @@ 323, 3.322, 341, - 1.689, + 1.688, 359, 1.548, 368, @@ -19105,21 +19105,21 @@ 433, 2.263, 441, - 1.764, + 1.763, 449, 2.106, 452, 1.999, 454, - 2.211, + 2.21, 456, 2.993, 471, - 0.944, + 0.943, 473, 1.548, 481, - 2.008, + 2.007, 510, 1.293, 521, @@ -19129,9 +19129,9 @@ 534, 1.654, 537, - 2.008, + 2.007, 544, - 2.432, + 2.431, 550, 1.638, 552, @@ -19143,11 +19143,11 @@ 567, 1.827, 573, - 2.58, + 2.579, 575, - 2.432, + 2.431, 579, - 1.764, + 1.763, 590, 2.3, 614, @@ -19155,13 +19155,13 @@ 620, 1.827, 622, - 1.707, + 1.706, 623, 4.472, 629, 1.67, 635, - 3.658, + 3.657, 642, 5.228, 644, @@ -19171,7 +19171,7 @@ 649, 3.322, 673, - 3.216, + 3.215, 676, 2.534, 685, @@ -19181,11 +19181,11 @@ 695, 1.591, 699, - 2.373, + 2.372, 703, 1.38, 715, - 1.85, + 1.849, 751, 1.424, 762, @@ -19199,11 +19199,11 @@ 809, 4.386, 819, - 2.072, + 2.071, 826, - 1.85, + 1.849, 856, - 1.413, + 1.412, 890, 2.881, 891, @@ -19211,11 +19211,11 @@ 894, 1.391, 895, - 1.689, + 1.688, 901, 1.521, 902, - 2.008, + 2.007, 910, 1.873, 917, @@ -19231,7 +19231,7 @@ 969, 3.38, 975, - 1.689, + 1.688, 999, 2.558, 1010, @@ -19245,29 +19245,29 @@ 1047, 1.671, 1064, - 2.721, + 2.72, 1075, 2.182, 1101, - 2.072, + 2.071, 1103, 4.529, 1224, - 1.689, + 1.688, 1283, 1.923, 1284, 2.27, 1305, - 2.656, + 2.655, 1323, 2.319, 1382, 3.076, 1404, - 2.656, + 2.655, 1411, - 3.344, + 3.343, 1432, 1.978, 1485, @@ -19275,7 +19275,7 @@ 1499, 3.322, 1511, - 1.898, + 1.897, 1544, 2.182, 1574, @@ -19283,7 +19283,7 @@ 1628, 3.739, 1648, - 2.008, + 2.007, 1662, 2.442, 1724, @@ -19291,9 +19291,9 @@ 1766, 3.219, 1871, - 1.707, + 1.706, 1878, - 4.345, + 4.344, 1882, 1.562, 1884, @@ -19305,13 +19305,13 @@ 1990, 2.319, 2019, - 2.373, + 2.372, 2023, - 4.189, + 4.188, 2042, 1.95, 2054, - 3.167, + 3.166, 2083, 6.96, 2101, @@ -19319,13 +19319,13 @@ 2131, 2.571, 2154, - 5.61, + 5.609, 2155, 2.27, 2160, - 2.373, + 2.372, 2171, - 2.432, + 2.431, 2173, 6.467, 2182, @@ -19333,7 +19333,7 @@ 2189, 1.95, 2320, - 2.656, + 2.655, 2337, 7.464, 2433, @@ -19343,39 +19343,39 @@ 2442, 2.571, 2496, - 2.656, + 2.655, 2507, 2.106, 2518, - 4.344, + 4.343, 2566, 2.319, 2637, - 3.509, + 3.508, 2646, - 4.344, + 4.343, 2649, 2.106, 2777, - 2.656, + 2.655, 2778, 4.529, 2854, 3.58, 2954, - 2.373, + 2.372, 2955, - 2.008, + 2.007, 2967, 4.529, 3074, - 2.432, + 2.431, 3117, - 2.656, + 2.655, 3134, 2.106, 3177, - 2.656, + 2.655, 3207, 6.697, 3302, @@ -19387,33 +19387,33 @@ 3305, 5.552, 3306, - 2.656, + 2.655, 3307, 3.219, 3308, - 3.021, + 3.02, 3309, 3.52, 3310, - 3.021, + 3.02, 3311, - 2.225, + 2.224, 3312, - 5.61, + 5.609, 3313, - 5.61, + 5.609, 3314, - 3.021, + 3.02, 3315, 5.077, 3316, 3.219, 3317, - 2.656, + 2.655, 3318, 2.754, 3319, - 3.021, + 3.02, 3320, 2.571, 3321, @@ -19451,7 +19451,7 @@ 3337, 2.872, 3338, - 3.021, + 3.02, 3339, 3.52, 3340, @@ -19481,7 +19481,7 @@ 0, 0.245, 1, - 0.512, + 0.511, 2, 0.506, 3, @@ -19497,11 +19497,11 @@ 8, 0.971, 9, - 1.863, + 1.862, 10, - 1.582, + 1.581, 11, - 1.99, + 1.989, 17, 1.348, 18, @@ -19513,7 +19513,7 @@ 28, 1.683, 30, - 1.312, + 1.321, 36, 1.739, 38, @@ -19521,19 +19521,19 @@ 39, 1.159, 42, - 0.631, + 0.63, 43, - 2.85, + 2.849, 44, - 2.294, + 2.293, 46, 1.588, 49, 2.149, 52, - 1.512, + 1.511, 54, - 2.184, + 2.183, 57, 1.374, 59, @@ -19541,7 +19541,7 @@ 60, 0.966, 62, - 0.662, + 0.666, 70, 0.842, 72, @@ -19549,7 +19549,7 @@ 77, 1.984, 78, - 1.541, + 1.54, 79, 0.959, 90, @@ -19585,11 +19585,11 @@ 116, 1.351, 120, - 1.197, + 1.196, 121, - 0.662, + 0.661, 122, - 2.527, + 2.526, 125, 1.399, 126, @@ -19597,7 +19597,7 @@ 135, 3.599, 140, - 1.6, + 1.599, 141, 1.701, 142, @@ -19605,7 +19605,7 @@ 148, 1.886, 151, - 1.427, + 1.426, 153, 2.538, 154, @@ -19643,7 +19643,7 @@ 196, 1.2, 197, - 1.887, + 1.886, 198, 0.945, 199, @@ -19663,7 +19663,7 @@ 225, 1.348, 226, - 1.896, + 1.895, 228, 0.842, 229, @@ -19679,7 +19679,7 @@ 241, 2.012, 244, - 1.764, + 1.763, 246, 4.094, 247, @@ -19689,7 +19689,7 @@ 249, 2.634, 256, - 1.531, + 1.538, 257, 0.79, 260, @@ -19699,7 +19699,7 @@ 268, 1.78, 269, - 1.979, + 1.978, 270, 1.461, 273, @@ -19707,7 +19707,7 @@ 279, 1.632, 282, - 1.72, + 1.719, 313, 1.803, 324, @@ -19717,19 +19717,19 @@ 332, 1.155, 333, - 0.982, + 0.987, 335, - 1.318, + 1.317, 343, 1.24, 345, - 0.97, + 0.969, 349, 1.461, 353, 0.796, 360, - 2.716, + 2.715, 368, 1.937, 380, @@ -19743,15 +19743,15 @@ 392, 1.216, 401, - 1.565, + 1.564, 411, 1.038, 433, 0.815, 434, - 0.931, + 0.93, 440, - 1.565, + 1.564, 441, 1.739, 442, @@ -19763,7 +19763,7 @@ 452, 1.596, 454, - 3.084, + 3.083, 457, 1.232, 459, @@ -19771,19 +19771,19 @@ 471, 1.233, 472, - 0.922, + 0.921, 481, - 1.141, + 1.14, 482, 1.632, 487, - 2.463, + 2.462, 489, - 0.931, + 0.93, 500, 0.73, 502, - 1.318, + 1.317, 510, 0.735, 511, @@ -19793,15 +19793,15 @@ 524, 1.839, 527, - 7.816, + 7.815, 529, - 3.753, + 3.752, 532, 1.461, 534, 1.631, 543, - 0.803, + 0.802, 547, 3.231, 552, @@ -19827,31 +19827,31 @@ 596, 1.093, 601, - 0.725, + 0.73, 603, 0.835, 620, - 2.85, + 2.849, 629, 1.044, 631, 2.278, 635, - 1.318, + 1.317, 636, 2.383, 640, 1.419, 644, - 1.72, + 1.719, 648, - 0.97, + 0.969, 672, - 0.922, + 0.921, 675, 1.331, 683, - 0.85, + 0.849, 686, 1.871, 687, @@ -19859,7 +19859,7 @@ 689, 2.06, 692, - 1.303, + 1.302, 701, 1.051, 703, @@ -19867,21 +19867,21 @@ 710, 2.662, 716, - 1.141, + 1.14, 728, 0.98, 737, 1.348, 740, - 2.783, + 2.782, 754, - 1.197, + 1.196, 758, - 0.888, + 0.887, 773, 0.725, 793, - 0.931, + 0.93, 812, 1.419, 828, @@ -19901,7 +19901,7 @@ 860, 1.759, 880, - 0.97, + 0.969, 890, 1.038, 901, @@ -19909,7 +19909,7 @@ 905, 1.177, 909, - 1.29, + 1.289, 914, 2.596, 917, @@ -19921,7 +19921,7 @@ 923, 0.98, 924, - 3.677, + 3.676, 931, 3.033, 941, @@ -19929,13 +19929,13 @@ 948, 1.817, 972, - 1.29, + 1.289, 978, - 2.17, + 2.169, 979, 3.501, 981, - 1.218, + 1.217, 985, 1.461, 995, @@ -19949,7 +19949,7 @@ 1025, 3.06, 1029, - 0.97, + 0.969, 1034, 0.767, 1043, @@ -19961,9 +19961,9 @@ 1064, 1.701, 1079, - 0.97, + 0.969, 1081, - 1.218, + 1.217, 1097, 1.24, 1104, @@ -19975,7 +19975,7 @@ 1134, 1.264, 1140, - 1.6, + 1.599, 1143, 5.44, 1146, @@ -19983,7 +19983,7 @@ 1157, 1.051, 1158, - 1.6, + 1.599, 1166, 1.158, 1206, @@ -19995,13 +19995,13 @@ 1248, 1.264, 1249, - 1.565, + 1.564, 1253, 1.124, 1267, - 1.382, + 1.381, 1272, - 0.888, + 0.887, 1285, 1.509, 1296, @@ -20015,25 +20015,25 @@ 1411, 1.97, 1421, - 1.218, + 1.217, 1426, - 1.218, + 1.217, 1432, - 1.951, + 1.95, 1442, 1.632, 1463, 2.113, 1465, - 2.403, + 2.402, 1499, - 1.197, + 1.196, 1508, 1.509, 1541, 1.871, 1543, - 2.043, + 2.042, 1548, 1.078, 1574, @@ -20055,7 +20055,7 @@ 1599, 1.264, 1602, - 2.254, + 2.253, 1618, 1.716, 1621, @@ -20071,7 +20071,7 @@ 1632, 1.264, 1648, - 1.141, + 1.14, 1655, 1.824, 1662, @@ -20081,47 +20081,47 @@ 1691, 1.419, 1719, - 1.565, + 1.564, 1720, - 1.565, + 1.564, 1724, 1.648, 1774, - 2.331, + 2.33, 1804, 3.715, 1817, - 3.753, + 3.752, 1818, 1.716, 1868, - 1.29, + 1.289, 1871, 1.683, 1874, 1.177, 1882, - 0.888, + 0.887, 1885, 2.01, 1889, - 1.218, + 1.217, 1932, - 1.318, + 1.317, 1948, 1.064, 1968, 1.064, 1973, - 1.197, + 1.196, 1979, 4.147, 1982, 0.991, 2082, - 4.409, + 4.408, 2220, - 2.752, + 2.751, 2221, 1.829, 2226, @@ -20129,29 +20129,29 @@ 2234, 1.829, 2263, - 1.565, + 1.564, 2297, - 4.994, + 4.993, 2300, - 1.382, + 1.381, 2308, - 1.382, + 1.381, 2320, 1.509, 2330, - 1.318, + 1.317, 2383, 1.24, 2436, 1.716, 2479, - 3.753, + 3.752, 2481, 1.829, 2488, 1.632, 2506, - 4.224, + 4.223, 2514, 1.093, 2550, @@ -20161,23 +20161,23 @@ 2647, 1.461, 2649, - 1.197, + 1.196, 2683, - 2.463, + 2.462, 2753, - 1.565, + 1.564, 2770, - 2.833, + 2.832, 2799, - 3.47, + 3.469, 2905, 1.829, 2925, 3.541, 2928, - 6.365, + 6.364, 2961, - 4.011, + 4.01, 3052, 1.829, 3073, @@ -20203,15 +20203,15 @@ 3350, 1.716, 3351, - 1.565, + 1.564, 3352, 1.716, 3353, 2.0, 3354, - 5.071, + 5.07, 3355, - 7.494, + 7.493, 3356, 2.0, 3357, @@ -20237,7 +20237,7 @@ 3367, 4.599, 3368, - 8.437, + 8.436, 3369, 1.829, 3370, @@ -20259,7 +20259,7 @@ 3378, 1.716, 3379, - 1.565, + 1.564, 3380, 1.829, 3381, @@ -20273,7 +20273,7 @@ 3385, 4.599, 3386, - 6.813, + 6.812, 3387, 1.716, 3388, @@ -20289,7 +20289,7 @@ 3393, 1.632, 3394, - 2.979, + 2.978, 3395, 3.174, 3396, @@ -20299,7 +20299,7 @@ 3398, 2.0, 3399, - 1.382, + 1.381, 3400, 1.461, 3401, @@ -20323,7 +20323,7 @@ 3410, 1.632, 3411, - 1.318, + 1.317, 3412, 1.632, 3413, @@ -20347,15 +20347,15 @@ 3422, 2.0, 3423, - 1.509, + 1.564, 3424, 2.0, 3425, - 1.565, + 1.564, 3426, 3.471, 3427, - 1.565, + 1.564, 3428, 2.0, 3429, @@ -20365,7 +20365,7 @@ 3431, 1.716, 3432, - 6.215, + 6.214, 3433, 3.471, 3434, @@ -20377,9 +20377,9 @@ 3437, 1.716, 3438, - 2.536, + 2.535, 3439, - 6.813, + 6.812, 3440, 3.471, 3441, @@ -20427,13 +20427,13 @@ 59, 0.95, 62, - 1.749, + 1.76, 77, 1.095, 79, 0.86, 88, - 4.012, + 4.011, 89, 4.119, 92, @@ -20449,19 +20449,19 @@ 108, 1.554, 113, - 1.761, + 1.76, 121, 1.749, 126, 1.496, 127, - 5.082, + 5.081, 142, 3.222, 148, - 1.803, + 1.802, 150, - 1.339, + 1.338, 151, 3.098, 152, @@ -20471,7 +20471,7 @@ 154, 3.341, 155, - 5.553, + 5.552, 156, 3.111, 165, @@ -20485,17 +20485,17 @@ 201, 1.694, 240, - 1.504, + 1.503, 256, - 2.152, + 2.163, 263, 2.254, 306, - 3.865, + 3.864, 317, 3.111, 333, - 2.485, + 2.499, 371, 4.616, 380, @@ -20503,7 +20503,7 @@ 404, 3.341, 412, - 3.564, + 3.563, 456, 4.064, 473, @@ -20521,7 +20521,7 @@ 594, 5.105, 601, - 3.184, + 3.205, 629, 1.59, 636, @@ -20529,11 +20529,11 @@ 691, 2.688, 693, - 3.862, + 3.861, 750, 2.563, 758, - 2.347, + 2.346, 786, 4.366, 898, @@ -20551,7 +20551,7 @@ 1180, 4.119, 1188, - 2.591, + 2.59, 1253, 2.971, 1272, @@ -20565,13 +20565,13 @@ 1546, 2.744, 1602, - 2.591, + 2.59, 1679, - 5.789, + 5.788, 1687, 6.868, 1763, - 3.862, + 3.861, 1884, 3.202, 1975, @@ -20581,7 +20581,7 @@ 2123, 3.015, 2124, - 4.537, + 4.536, 2142, 3.483, 2143, @@ -20599,29 +20599,29 @@ 3448, 10.836, 3449, - 8.787, + 8.786, 3450, - 4.835, + 4.834, 3451, 6.469, 3452, - 8.787, + 8.786, 3453, - 4.835, + 4.834, 3454, 7.539, 3455, - 8.787, + 8.786, 3456, - 8.787, + 8.786, 3457, - 8.787, + 8.786, 3458, - 4.835, + 4.834, 3459, - 4.537, + 4.536, 3460, - 4.835, + 4.834, 3461, 5.287, 3462, @@ -20655,33 +20655,33 @@ 3476, 3.652, 3477, - 4.835, + 4.834, 3478, - 4.835, + 4.834, 3479, - 3.989, + 3.988, 3480, - 4.835, + 4.834, 3481, - 4.835, + 4.834, 3482, - 3.862, + 3.861, 3483, - 4.835, + 4.834, 3484, - 7.54, + 7.539, 3485, 4.136, 3486, 3.652, 3487, - 5.082, + 5.081, 3488, 6.469, 3489, - 4.537, + 4.536, 3490, - 4.835, + 4.834, 3491, 4.314, 3492, @@ -20705,7 +20705,7 @@ "data/manuals/sound", [ 0, - 0.35, + 0.349, 1, 0.73, 2, @@ -20723,11 +20723,11 @@ 8, 1.669, 9, - 0.968, + 0.967, 10, - 1.494, + 1.493, 11, - 1.034, + 1.033, 18, 1.134, 20, @@ -20735,7 +20735,7 @@ 22, 1.172, 30, - 1.078, + 1.086, 31, 1.652, 36, @@ -20759,7 +20759,7 @@ 60, 0.794, 62, - 1.973, + 1.985, 63, 2.272, 70, @@ -20771,7 +20771,7 @@ 86, 0.926, 87, - 1.803, + 1.802, 90, 2.524, 91, @@ -20799,7 +20799,7 @@ 116, 1.11, 121, - 0.944, + 0.943, 122, 1.459, 125, @@ -20821,7 +20821,7 @@ 155, 2.962, 156, - 1.679, + 1.678, 158, 2.231, 160, @@ -20829,11 +20829,11 @@ 165, 1.975, 166, - 1.341, + 1.34, 167, - 1.896, + 1.895, 168, - 2.463, + 2.462, 169, 1.221, 171, @@ -20841,7 +20841,7 @@ 174, 1.911, 175, - 1.244, + 1.243, 178, 2.574, 182, @@ -20857,23 +20857,23 @@ 207, 1.56, 229, - 1.852, + 1.851, 231, 1.07, 233, 1.923, 240, - 1.965, + 1.964, 241, 0.611, 244, 1.094, 247, - 2.868, + 2.867, 249, 2.248, 256, - 1.053, + 1.058, 257, 1.127, 263, @@ -20883,19 +20883,19 @@ 269, 2.128, 273, - 1.473, + 1.472, 295, 3.517, 313, - 1.119, + 1.118, 325, 2.152, 330, - 2.434, + 2.433, 333, - 2.159, + 2.17, 334, - 2.597, + 2.596, 353, 1.866, 368, @@ -20905,11 +20905,11 @@ 380, 1.013, 382, - 2.747, + 2.746, 387, 2.894, 391, - 1.769, + 1.768, 433, 1.911, 434, @@ -20923,9 +20923,9 @@ 471, 1.599, 472, - 1.315, + 1.314, 473, - 2.062, + 2.061, 479, 1.759, 497, @@ -20937,9 +20937,9 @@ 522, 2.322, 524, - 2.904, + 2.903, 534, - 1.341, + 1.34, 537, 1.627, 543, @@ -20957,11 +20957,11 @@ 605, 1.627, 629, - 1.41, + 1.409, 636, 2.288, 647, - 2.715, + 2.714, 673, 1.652, 689, @@ -20971,17 +20971,17 @@ 692, 1.07, 695, - 1.29, + 1.289, 699, 1.923, 703, - 1.119, + 1.118, 711, 1.707, 728, - 2.297, + 2.296, 740, - 1.446, + 1.445, 744, 1.383, 747, @@ -21003,7 +21003,7 @@ 894, 1.127, 897, - 1.84, + 1.839, 898, 2.118, 901, @@ -21013,19 +21013,19 @@ 924, 1.354, 926, - 2.084, + 2.083, 928, - 1.971, + 1.97, 931, 0.781, 978, 1.127, 995, - 1.803, + 1.802, 1010, 1.172, 1011, - 1.84, + 1.839, 1019, 2.255, 1025, @@ -21049,29 +21049,29 @@ 1136, 2.906, 1137, - 4.134, + 4.133, 1146, 1.233, 1150, 1.603, 1153, - 1.341, + 1.34, 1160, 1.707, 1172, 2.375, 1184, - 1.803, + 1.802, 1216, 1.518, 1220, - 1.769, + 1.768, 1226, 5.642, 1229, 4.551, 1248, - 1.803, + 1.802, 1249, 2.232, 1250, @@ -21087,15 +21087,15 @@ 1305, 2.152, 1312, - 2.084, + 2.083, 1364, 2.758, 1382, 1.58, 1411, - 3.27, + 3.269, 1428, - 1.559, + 1.558, 1432, 2.634, 1436, @@ -21103,15 +21103,15 @@ 1459, 1.163, 1465, - 2.437, + 2.436, 1492, - 3.699, + 3.698, 1499, 1.707, 1511, 3.216, 1532, - 1.84, + 1.839, 1584, 1.603, 1588, @@ -21123,21 +21123,21 @@ 1629, 1.278, 1649, - 3.63, + 3.676, 1651, - 3.57, + 3.569, 1655, 1.499, 1662, 1.255, 1672, - 2.527, + 2.526, 1713, 1.499, 1719, 2.232, 1791, - 2.448, + 2.447, 1793, 3.847, 1804, @@ -21159,15 +21159,15 @@ 2080, 3.159, 2092, - 2.448, + 2.447, 2115, - 2.328, + 2.327, 2116, 6.996, 2118, 2.232, 2119, - 2.609, + 2.608, 2123, 2.673, 2164, @@ -21175,73 +21175,73 @@ 2175, 3.088, 2238, - 3.825, + 3.824, 2287, - 2.328, + 2.327, 2314, 2.232, 2441, 1.499, 2442, - 2.084, + 2.083, 2482, - 3.825, + 3.824, 2503, - 3.931, + 3.93, 2511, - 2.448, + 2.447, 2582, 2.673, 2616, - 3.424, + 3.423, 2649, 1.707, 2657, 1.603, 2684, - 1.679, + 1.678, 2701, - 2.448, + 2.447, 2738, 4.921, 2837, - 1.803, + 1.802, 2955, 1.627, 3095, - 2.609, + 2.608, 3115, - 9.743, + 9.742, 3192, - 2.084, + 2.083, 3320, - 2.084, + 2.083, 3363, - 1.971, + 1.97, 3399, - 1.971, + 1.97, 3408, - 2.448, + 2.447, 3431, - 2.448, + 2.447, 3476, - 1.971, + 1.97, 3489, - 2.448, + 2.447, 3496, - 2.853, + 2.852, 3497, - 2.853, + 2.852, 3498, - 2.853, + 2.852, 3499, - 2.609, + 2.608, 3500, - 2.853, + 2.852, 3501, 3.667, 3502, - 2.853, + 2.852, 3503, 4.022, 3504, @@ -21257,103 +21257,103 @@ 3509, 4.687, 3510, - 2.853, + 2.852, 3511, 2.232, 3512, 4.687, 3513, - 2.448, + 2.447, 3514, - 2.609, + 2.608, 3515, - 2.609, + 2.608, 3516, - 5.456, + 5.455, 3517, - 2.609, + 2.608, 3518, 5.928, 3519, 4.286, 3520, - 2.853, + 2.852, 3521, 4.022, 3522, - 2.853, + 2.852, 3523, - 2.853, + 2.852, 3524, - 2.853, + 2.852, 3525, - 2.609, + 2.608, 3526, - 8.67, + 8.669, 3527, 3.159, 3528, 4.286, 3529, - 2.609, + 2.608, 3530, - 2.853, + 2.852, 3531, 4.687, 3532, - 2.853, + 2.852, 3533, - 2.609, + 2.608, 3534, - 2.609, + 2.608, 3535, 6.979, 3536, - 2.448, + 2.447, 3537, 4.687, 3538, 4.687, 3539, - 2.609, + 2.608, 3540, 4.687, 3541, 4.687, 3542, - 2.853, + 2.852, 3543, - 2.853, + 2.852, 3544, 4.687, 3545, 4.687, 3546, - 2.609, + 2.608, 3547, - 2.853, + 2.852, 3548, - 2.853, + 2.852, 3549, - 2.609, + 2.608, 3550, - 2.853, + 2.852, 3551, - 2.853, + 2.852, 3552, - 2.609, + 2.608, 3553, - 2.853, + 2.852, 3554, - 2.853, + 2.852, 3555, - 2.853, + 2.852, 3556, - 2.609, + 2.608, 3557, - 2.853, + 2.852, 3558, - 2.328, + 2.327, 3559, 3.667, 3560, @@ -21363,15 +21363,15 @@ 3562, 5.966, 3563, - 2.853, + 2.852, 3564, 4.286, 3565, 4.687, 3566, - 2.448, + 2.447, 3567, - 2.853 + 2.852 ] ], [ @@ -21415,7 +21415,7 @@ 46, 1.382, 52, - 1.75, + 1.749, 56, 3.771, 57, @@ -21439,13 +21439,13 @@ 107, 1.973, 108, - 1.869, + 1.868, 113, - 2.078, + 2.077, 125, 1.933, 126, - 1.262, + 1.261, 148, 1.304, 150, @@ -21467,15 +21467,15 @@ 206, 3.081, 226, - 2.384, + 2.383, 229, 1.984, 230, 2.212, 231, - 4.062, + 4.061, 235, - 4.017, + 4.016, 240, 1.807, 241, @@ -21485,7 +21485,7 @@ 253, 3.184, 256, - 1.428, + 1.435, 269, 2.353, 324, @@ -21493,17 +21493,17 @@ 332, 2.851, 333, - 1.798, + 1.807, 342, 2.847, 434, - 2.958, + 2.957, 439, 5.774, 452, 2.49, 457, - 2.257, + 2.256, 469, 3.221, 506, @@ -21517,11 +21517,11 @@ 591, 4.187, 601, - 2.303, + 2.319, 602, - 2.571, + 2.57, 638, - 4.017, + 4.016, 648, 3.081, 649, @@ -21547,13 +21547,13 @@ 837, 6.248, 894, - 3.385, + 3.384, 1043, - 2.747, + 2.746, 1146, - 3.702, + 3.701, 1250, - 3.572, + 3.571, 1260, 3.74, 1323, @@ -21563,7 +21563,7 @@ 1412, 4.284, 1616, - 4.017, + 4.016, 1629, 2.847, 1807, @@ -21581,9 +21581,9 @@ 2272, 5.186, 2273, - 5.454, + 5.453, 2341, - 4.795, + 4.794, 2345, 4.642, 2778, @@ -21599,13 +21599,13 @@ 3568, 5.186, 3569, - 4.391, + 4.39, 3570, 5.812, 3571, 6.356, 3572, - 4.795, + 4.794, 3573, 6.356, 3574, @@ -21613,9 +21613,9 @@ 3575, 5.812, 3576, - 4.973, + 4.972, 3577, - 5.454, + 5.453, 3578, 8.566, 3579, @@ -21623,7 +21623,7 @@ 3580, 6.356, 3581, - 4.973 + 4.972 ] ], [ @@ -21671,7 +21671,7 @@ 60, 2.049, 72, - 2.451, + 2.45, 79, 0.965, 90, @@ -21681,7 +21681,7 @@ 100, 1.382, 105, - 2.955, + 2.954, 106, 1.319, 107, @@ -21699,7 +21699,7 @@ 169, 1.404, 226, - 2.626, + 2.625, 269, 2.492, 285, @@ -21741,7 +21741,7 @@ 944, 3.775, 947, - 3.869, + 3.868, 1055, 6.625, 1056, @@ -21759,27 +21759,27 @@ 1465, 2.597, 1471, - 3.648, + 3.647, 1562, - 4.851, + 4.85, 1574, - 4.483, + 4.482, 1621, 3.731, 1807, 3.532, 1884, - 3.128, + 3.127, 2089, - 5.852, + 5.851, 2327, 4.653, 2448, - 4.851, + 4.85, 2450, 6.733, 2460, - 8.097, + 8.096, 2465, 5.378, 2806, @@ -21791,9 +21791,9 @@ 3582, 6.733, 3583, - 5.224, + 5.223, 3584, - 5.224, + 5.223, 3585, 6.733, 3586, @@ -21807,7 +21807,7 @@ 3590, 6.733, 3591, - 8.097, + 8.096, 3592, 6.733, 3593, @@ -21819,11 +21819,11 @@ 3596, 6.733, 3597, - 5.224, + 5.223, 3598, 6.318, 3599, - 4.851 + 4.85 ] ], [ @@ -21889,7 +21889,7 @@ 3342, 5.801, 3600, - 7.635, + 7.634, 3601, 9.356 ] @@ -21931,7 +21931,7 @@ 22, 1.564, 28, - 1.845, + 1.844, 36, 1.859, 38, @@ -21951,7 +21951,7 @@ 60, 2.266, 61, - 4.481, + 4.48, 77, 1.825, 78, @@ -21959,7 +21959,7 @@ 79, 0.939, 86, - 1.236, + 1.235, 91, 2.014, 99, @@ -21985,7 +21985,7 @@ 116, 1.481, 121, - 1.259, + 1.258, 122, 1.185, 126, @@ -21995,9 +21995,9 @@ 141, 1.408, 143, - 1.845, + 1.844, 148, - 1.211, + 1.21, 150, 2.231, 151, @@ -22005,7 +22005,7 @@ 153, 2.207, 169, - 1.212, + 1.211, 177, 1.164, 194, @@ -22013,7 +22013,7 @@ 195, 2.204, 196, - 2.041, + 2.04, 197, 1.307, 198, @@ -22025,17 +22025,17 @@ 203, 2.051, 204, - 2.871, + 2.87, 210, 1.539, 224, - 2.405, + 2.404, 225, 3.977, 229, 1.709, 230, - 1.325, + 1.324, 231, 1.428, 236, @@ -22043,21 +22043,21 @@ 240, 1.082, 241, - 1.548, + 1.547, 247, - 1.259, + 1.258, 256, - 2.37, + 2.381, 257, - 1.504, + 1.503, 260, - 1.283, + 1.282, 265, 2.507, 268, 1.476, 269, - 1.848, + 1.847, 273, 0.939, 282, @@ -22069,11 +22069,11 @@ 317, 2.239, 332, - 2.406, + 2.405, 342, 2.643, 353, - 2.35, + 2.349, 380, 1.351, 390, @@ -22085,7 +22085,7 @@ 457, 3.129, 459, - 1.771, + 1.77, 479, 1.428, 510, @@ -22095,7 +22095,7 @@ 546, 2.051, 551, - 2.629, + 2.628, 552, 2.62, 555, @@ -22115,7 +22115,7 @@ 623, 1.689, 629, - 1.775, + 1.774, 634, 3.217, 636, @@ -22145,9 +22145,9 @@ 705, 2.507, 709, - 2.405, + 2.404, 710, - 1.845, + 1.844, 751, 1.539, 765, @@ -22155,19 +22155,19 @@ 771, 2.746, 805, - 3.48, + 3.479, 808, 2.025, 812, - 5.128, + 5.127, 815, 2.359, 816, - 2.871, + 2.87, 834, 1.885, 864, - 2.629, + 2.628, 879, 3.472, 891, @@ -22177,17 +22177,17 @@ 899, 2.507, 914, - 1.59, + 1.589, 941, 2.314, 945, 2.454, 948, - 1.504, + 1.503, 985, 2.779, 995, - 2.405, + 2.404, 996, 2.99, 1034, @@ -22199,7 +22199,7 @@ 1060, 2.138, 1064, - 1.865, + 1.864, 1066, 2.314, 1067, @@ -22207,29 +22207,29 @@ 1068, 5.892, 1079, - 1.845, + 1.844, 1081, - 2.317, + 2.316, 1090, - 4.101, + 4.1, 1094, - 2.871, + 2.87, 1104, 3.067, 1120, 2.239, 1121, - 2.629, + 2.628, 1134, - 2.405, + 2.404, 1140, 1.753, 1173, - 1.865, + 1.864, 1192, 2.359, 1202, - 1.807, + 1.806, 1260, 3.472, 1314, @@ -22255,15 +22255,15 @@ 1546, 1.975, 1616, - 2.405, + 2.404, 1651, - 3.531, + 3.53, 1661, 1.906, 1666, 2.359, 1686, - 2.871, + 2.87, 1769, 1.753, 1882, @@ -22277,15 +22277,15 @@ 1948, 2.025, 1990, - 5.806, + 5.805, 1997, 2.17, 2024, - 3.268, + 3.267, 2084, 2.454, 2093, - 2.871, + 2.87, 2095, 2.277, 2110, @@ -22293,11 +22293,11 @@ 2133, 3.265, 2135, - 2.7, + 2.699, 2143, - 4.762, + 4.761, 2157, - 3.48, + 3.479, 2180, 2.507, 2195, @@ -22307,7 +22307,7 @@ 2345, 4.31, 2373, - 2.405, + 2.404, 2374, 3.265, 2494, @@ -22315,11 +22315,11 @@ 2544, 3.805, 2625, - 3.48, + 3.479, 2649, 2.277, 2678, - 4.617, + 4.616, 2684, 2.239, 2719, @@ -22327,17 +22327,17 @@ 2779, 3.062, 2783, - 2.7, + 2.699, 2931, - 3.48, + 3.479, 2933, 3.105, 2955, 2.17, 2999, - 6.143, + 6.142, 3000, - 4.617, + 4.616, 3085, 3.265, 3092, @@ -22345,9 +22345,9 @@ 3134, 2.277, 3253, - 6.371, + 6.37, 3261, - 4.452, + 4.451, 3262, 3.265, 3388, @@ -22357,13 +22357,13 @@ 3504, 3.105, 3552, - 3.48, + 3.479, 3599, 2.507, 3602, - 3.48, + 3.479, 3603, - 2.405, + 2.404, 3604, 3.805, 3605, @@ -22375,9 +22375,9 @@ 3608, 3.265, 3609, - 5.901, + 5.9, 3610, - 5.79, + 5.789, 3611, 3.805, 3612, @@ -22387,7 +22387,7 @@ 3614, 3.805, 3615, - 4.452, + 4.451, 3616, 5.279, 3617, @@ -22395,9 +22395,9 @@ 3618, 8.143, 3619, - 5.396, + 5.9, 3620, - 5.655, + 5.654, 3621, 2.977, 3622, @@ -22417,13 +22417,13 @@ 3629, 3.105, 3630, - 3.48, + 3.479, 3631, - 3.48, + 3.479, 3632, 3.105, 3633, - 5.901, + 5.9, 3634, 8.143, 3635, @@ -22433,7 +22433,7 @@ 3637, 3.805, 3638, - 2.871, + 2.87, 3639, 3.805, 3640, @@ -22451,11 +22451,11 @@ 3646, 3.14, 3647, - 5.901, + 5.9, 3648, 3.105, 3649, - 3.48, + 3.479, 3650, 3.265, 3651, @@ -22467,15 +22467,15 @@ 3654, 3.805, 3655, - 3.48, + 3.479, 3656, 3.805, 3657, 3.265, 3658, - 3.48, + 3.479, 3659, - 3.48, + 3.479, 3660, 3.105, 3661, @@ -22483,7 +22483,7 @@ 3662, 3.805, 3663, - 3.48, + 3.479, 3664, 3.805, 3665, @@ -22523,9 +22523,9 @@ 59, 0.98, 60, - 1.788, + 1.787, 62, - 2.125, + 2.138, 72, 2.138, 79, @@ -22563,13 +22563,13 @@ 236, 3.218, 256, - 1.939, + 1.948, 260, 2.908, 273, 1.586, 282, - 3.183, + 3.182, 332, 3.242, 353, @@ -22585,13 +22585,13 @@ 496, 2.989, 524, - 2.152, + 2.151, 577, 2.519, 614, 2.519, 615, - 5.184, + 5.183, 634, 2.538, 645, @@ -22601,11 +22601,11 @@ 691, 2.64, 710, - 4.183, + 4.182, 711, 5.162, 735, - 3.082, + 3.081, 739, 5.242, 775, @@ -22621,9 +22621,9 @@ 891, 2.179, 892, - 5.513, + 5.512, 893, - 5.513, + 5.512, 894, 4.59, 895, @@ -22633,19 +22633,19 @@ 901, 3.728, 906, - 5.875, + 5.874, 916, 4.692, 918, 4.139, 939, - 3.183, + 3.182, 972, - 4.143, + 4.142, 975, - 3.082, + 3.081, 996, - 3.256, + 3.255, 1034, 3.308, 1043, @@ -22665,7 +22665,7 @@ 1146, 2.776, 1224, - 3.082, + 3.081, 1226, 3.664, 1269, @@ -22681,17 +22681,17 @@ 1584, 3.61, 1662, - 2.826, + 2.825, 1674, 8.936, 1692, - 5.513, + 5.512, 1884, 2.729, 1979, - 5.253, + 5.252, 2007, - 4.06, + 4.059, 2089, 3.61, 2105, @@ -22711,13 +22711,13 @@ 3670, 5.242, 3671, - 5.875, + 5.874, 3672, 7.04, 3673, - 6.509, + 6.508, 3674, - 6.509, + 6.508, 3675, 6.424, 3676, @@ -22787,9 +22787,9 @@ 38, 0.609, 42, - 0.996, + 0.995, 44, - 2.29, + 2.289, 46, 1.562, 49, @@ -22807,7 +22807,7 @@ 63, 2.657, 70, - 2.309, + 2.308, 79, 0.966, 86, @@ -22815,15 +22815,15 @@ 99, 1.067, 100, - 1.029, + 1.028, 105, 2.199, 106, 0.982, 107, - 1.853, + 1.852, 111, - 2.29, + 2.289, 113, 1.796, 121, @@ -22847,7 +22847,7 @@ 198, 2.651, 201, - 1.232, + 1.231, 206, 3.749, 207, @@ -22861,7 +22861,7 @@ 240, 1.559, 256, - 1.738, + 1.746, 261, 2.328, 268, @@ -22871,13 +22871,13 @@ 273, 1.353, 333, - 1.55, + 1.559, 380, 1.946, 382, 1.972, 452, - 1.594, + 1.593, 456, 2.955, 471, @@ -22885,21 +22885,21 @@ 552, 1.63, 565, - 4.004, + 4.003, 590, 2.271, 592, 3.534, 601, - 1.986, + 1.999, 619, - 4.004, + 4.003, 642, 4.542, 644, 2.715, 677, - 2.526, + 2.525, 683, 2.328, 685, @@ -22913,7 +22913,7 @@ 751, 2.217, 771, - 2.551, + 2.55, 801, 2.686, 809, @@ -22931,27 +22931,27 @@ 961, 6.191, 1146, - 2.369, + 2.368, 1267, 3.786, 1284, 3.534, 1296, - 2.882, + 2.881, 1337, 5.779, 1403, 2.602, 1412, - 3.695, + 3.694, 1440, 3.337, 1509, 3.786, 1596, - 2.917, + 2.916, 1615, - 4.473, + 4.472, 1629, 2.455, 1648, @@ -22959,7 +22959,7 @@ 1662, 3.402, 1667, - 4.135, + 4.134, 1668, 4.703, 1669, @@ -22973,13 +22973,13 @@ 1920, 4.777, 1933, - 2.917, + 2.916, 1939, - 4.004, + 4.003, 1961, - 4.709, + 4.708, 1968, - 2.917, + 2.916, 1989, 4.411, 1993, @@ -22989,19 +22989,19 @@ 2027, 5.424, 2029, - 4.004, + 4.003, 2030, - 3.695, + 3.694, 2054, 3.126, 2057, - 3.464, + 3.463, 2116, 3.126, 2155, 4.987, 2158, - 3.695, + 3.694, 2182, 2.81, 2389, @@ -23025,11 +23025,11 @@ 2953, 3.786, 2959, - 6.637, + 6.636, 2967, 3.611, 2971, - 4.135, + 4.134, 2981, 3.786, 3008, @@ -23037,15 +23037,15 @@ 3029, 4.703, 3030, - 4.473, + 4.472, 3583, - 3.889, + 3.888, 3600, 6.311, 3682, 5.481, 3683, - 10.267, + 10.266, 3684, 10.654, 3685, @@ -23069,11 +23069,11 @@ 3694, 7.69, 3695, - 4.004, + 4.003, 3696, - 4.473, + 4.472, 3697, - 8.196, + 8.195, 3698, 5.481, 3699, @@ -23103,9 +23103,9 @@ 18, 1.122, 20, - 1.139, + 1.138, 30, - 2.402, + 2.419, 36, 1.708, 38, @@ -23123,23 +23123,23 @@ 59, 0.874, 60, - 1.769, + 1.768, 77, 2.007, 79, 0.92, 84, - 2.723, + 2.746, 86, 2.781, 90, 1.515, 91, - 3.54, + 3.539, 92, 2.55, 94, - 2.958, + 2.957, 99, 0.761, 100, @@ -23157,7 +23157,7 @@ 125, 1.933, 126, - 2.149, + 2.148, 142, 1.89, 144, @@ -23167,7 +23167,7 @@ 150, 1.609, 160, - 1.869, + 1.868, 169, 0.946, 174, @@ -23179,7 +23179,7 @@ 202, 2.064, 216, - 3.385, + 3.384, 241, 1.361, 260, @@ -23189,13 +23189,13 @@ 268, 1.298, 269, - 1.944, + 1.943, 273, 1.569, 330, - 2.027, + 2.026, 333, - 2.423, + 2.436, 368, 1.807, 380, @@ -23203,7 +23203,7 @@ 382, 2.287, 387, - 2.242, + 2.241, 425, 3.625, 473, @@ -23213,7 +23213,7 @@ 553, 2.272, 561, - 2.015, + 2.014, 623, 2.821, 633, @@ -23227,15 +23227,15 @@ 683, 2.7, 691, - 2.965, + 2.964, 751, 3.464, 793, - 4.509, + 4.508, 809, - 3.572, + 3.571, 859, - 4.292, + 4.291, 915, 2.437, 927, @@ -23247,15 +23247,15 @@ 1067, 2.076, 1074, - 4.795, + 4.794, 1172, 3.221, 1213, - 4.795, + 4.794, 1322, 3.259, 1332, - 2.571, + 2.57, 1406, 2.901, 1421, @@ -23279,15 +23279,15 @@ 2096, 3.521, 2164, - 4.678, + 4.677, 2621, - 6.257, + 6.256, 2684, 3.74, 3181, 7.58, 3217, - 6.99, + 6.989, 3325, 4.642, 3701, @@ -23329,9 +23329,9 @@ 3719, 6.356, 3720, - 5.454, + 5.453, 3721, - 5.454, + 5.453, 3722, 5.812 ] @@ -23389,7 +23389,7 @@ 7, 1.371, 8, - 1.66, + 1.659, 10, 2.42, 18, @@ -23411,7 +23411,7 @@ 59, 0.909, 76, - 4.349, + 4.348, 77, 1.936, 78, @@ -23419,15 +23419,15 @@ 79, 0.898, 84, - 3.501, + 3.531, 90, 1.414, 91, - 3.192, + 3.191, 99, 0.938, 100, - 1.534, + 1.533, 103, 1.882, 106, @@ -23463,7 +23463,7 @@ 229, 2.002, 231, - 3.067, + 3.066, 241, 2.157, 244, @@ -23475,11 +23475,11 @@ 269, 1.346, 271, - 4.191, + 4.19, 273, 1.464, 285, - 3.661, + 3.66, 292, 2.541, 313, @@ -23509,19 +23509,19 @@ 645, 4.809, 646, - 4.142, + 4.141, 650, 7.196, 685, 2.418, 690, - 3.749, + 3.748, 691, - 2.501, + 2.5, 774, 3.695, 808, - 4.349, + 4.348, 898, 2.106, 901, @@ -23531,9 +23531,9 @@ 905, 4.809, 910, - 3.157, + 3.156, 939, - 5.545, + 5.544, 998, 4.733, 1053, @@ -23543,7 +23543,7 @@ 1109, 3.962, 1216, - 3.157, + 3.156, 1221, 2.939, 1283, @@ -23557,7 +23557,7 @@ 1770, 4.975, 1885, - 3.436, + 3.435, 2075, 3.549, 2096, @@ -23565,17 +23565,17 @@ 2142, 3.908, 2197, - 5.425, + 5.424, 2335, 3.825, 2357, 6.394, 2517, - 7.601, + 7.6, 2649, 3.549, 2954, - 3.999, + 3.998, 2969, 4.475, 3105, @@ -23583,25 +23583,25 @@ 3178, 6.165, 3180, - 7.013, + 7.012, 3181, 6.394, 3268, - 6.669, + 6.668, 3723, - 8.173, + 8.172, 3724, - 4.841, + 4.84, 3725, 5.932, 3726, - 4.841, + 4.84, 3727, - 3.549, + 3.611, 3728, 5.932, 3729, - 8.173, + 8.172, 3730, 5.09, 3731, @@ -23611,7 +23611,7 @@ 3733, 4.641, 3734, - 5.425 + 5.424 ] ], [ @@ -23629,11 +23629,11 @@ 18, 1.078, 30, - 4.229, + 4.259, 38, 0.61, 39, - 1.636, + 1.635, 46, 1.105, 57, @@ -23649,7 +23649,7 @@ 103, 1.265, 113, - 1.553, + 1.552, 141, 2.033, 148, @@ -23675,13 +23675,13 @@ 263, 2.317, 288, - 2.963, + 2.962, 304, - 3.544, + 3.543, 330, 4.023, 333, - 3.568, + 3.588, 342, 2.461, 371, @@ -23689,7 +23689,7 @@ 380, 2.751, 399, - 3.899, + 3.898, 453, 3.183, 524, @@ -23699,7 +23699,7 @@ 590, 2.277, 793, - 3.606, + 3.605, 796, 4.014, 898, @@ -23713,9 +23713,9 @@ 1144, 3.134, 1207, - 6.556, + 6.555, 1217, - 4.146, + 4.145, 1224, 2.636, 1648, @@ -23723,7 +23723,7 @@ 1792, 5.025, 1793, - 3.544, + 3.543, 1804, 2.636, 2051, @@ -23735,11 +23735,11 @@ 2837, 3.473, 3087, - 3.544, + 3.543, 3251, 4.484, 3485, - 4.3, + 4.299, 3735, 5.025, 3736, @@ -23771,7 +23771,7 @@ 3749, 5.025, 3750, - 4.716, + 4.715, 3751, 5.025, 3752, @@ -23823,27 +23823,27 @@ 3775, 5.025, 3776, - 6.771, + 6.77, 3777, - 4.716, + 4.715, 3778, 5.025, 3779, - 4.3, + 4.299, 3780, - 4.3, + 4.299, 3781, 6.649, 3782, - 5.496, + 5.495, 3783, 6.649, 3784, - 4.146, + 4.145, 3785, - 7.749, + 7.748, 3786, - 5.496, + 5.495, 3787, 4.014 ] @@ -23903,7 +23903,7 @@ 3361, 7.484, 3727, - 5.488, + 5.584, 3788, 12.251, 3789, @@ -24007,7 +24007,7 @@ 273, 2.253, 292, - 4.614, + 4.613, 313, 2.742, 380, @@ -24025,7 +24025,7 @@ 521, 2.434, 537, - 3.989, + 3.988, 552, 2.714, 614, @@ -24035,33 +24035,33 @@ 679, 3.132, 683, - 2.971, + 2.97, 685, 2.851, 735, 3.355, 759, - 4.51, + 4.509, 809, 5.129, 895, 5.74, 902, - 5.795, + 5.794, 910, 4.856, 932, - 4.962, + 4.961, 934, - 4.962, + 4.961, 941, 3.579, 1047, 3.32, 1059, - 5.707, + 5.706, 1063, - 4.962, + 4.961, 1067, 2.285, 1104, @@ -24073,7 +24073,7 @@ 1681, 2.996, 1767, - 4.116, + 4.115, 2006, 3.674, 2012, @@ -24083,23 +24083,23 @@ 2956, 4.714, 3014, - 5.472, + 5.471, 3205, 6.001, 3415, 3.821, 3491, - 5.707, + 5.706, 3792, 6.001, 3794, - 7.832, + 7.831, 3796, 6.395, 3797, - 4.51, + 4.509, 3798, - 6.994, + 6.993, 3799, 6.001, 3800, @@ -24157,7 +24157,7 @@ 46, 1.525, 49, - 1.294, + 1.293, 55, 2.793, 57, @@ -24173,7 +24173,7 @@ 79, 0.964, 84, - 2.495, + 2.516, 90, 2.502, 91, @@ -24187,7 +24187,7 @@ 100, 1.737, 101, - 5.089, + 5.088, 102, 1.489, 103, @@ -24195,7 +24195,7 @@ 104, 2.951, 105, - 2.337, + 2.336, 106, 1.043, 107, @@ -24203,7 +24203,7 @@ 108, 1.1, 111, - 1.563, + 1.562, 113, 1.937, 117, @@ -24213,7 +24213,7 @@ 124, 3.517, 126, - 1.919, + 1.918, 132, 3.321, 134, @@ -24223,7 +24223,7 @@ 147, 4.207, 148, - 2.107, + 2.106, 150, 1.81, 151, @@ -24239,21 +24239,21 @@ 156, 4.207, 158, - 1.094, + 1.093, 168, 1.965, 169, - 0.557, + 0.556, 170, 1.434, 174, 2.914, 175, - 3.117, + 3.116, 185, 4.698, 186, - 4.141, + 4.14, 196, 2.79, 198, @@ -24265,7 +24265,7 @@ 211, 1.675, 212, - 1.741, + 1.74, 215, 5.259, 229, @@ -24277,15 +24277,15 @@ 250, 1.445, 251, - 1.724, + 1.723, 256, - 2.08, + 2.09, 257, - 2.301, + 2.3, 259, - 2.654, + 2.653, 268, - 1.974, + 1.973, 269, 1.831, 270, @@ -24293,17 +24293,17 @@ 273, 0.923, 290, - 3.403, + 3.402, 291, 2.166, 292, - 1.603, + 1.602, 297, - 2.654, + 2.653, 298, - 3.68, + 3.679, 299, - 3.421, + 3.42, 300, 2.072, 301, @@ -24313,9 +24313,9 @@ 311, 2.412, 314, - 2.017, + 2.016, 318, - 2.927, + 2.926, 320, 2.238, 344, @@ -24345,7 +24345,7 @@ 471, 1.003, 496, - 1.741, + 1.74, 500, 2.608, 509, @@ -24353,7 +24353,7 @@ 515, 2.319, 521, - 2.027, + 2.026, 523, 1.941, 534, @@ -24363,7 +24363,7 @@ 556, 1.537, 561, - 1.186, + 1.185, 573, 3.027, 577, @@ -24381,15 +24381,15 @@ 675, 1.434, 683, - 3.037, + 3.036, 688, - 2.654, + 2.653, 689, 1.675, 691, - 1.782, + 1.781, 692, - 1.404, + 1.403, 703, 2.803, 724, @@ -24403,7 +24403,7 @@ 786, 2.166, 793, - 1.741, + 1.74, 801, 2.853, 811, @@ -24419,7 +24419,7 @@ 901, 1.616, 914, - 1.563, + 1.562, 935, 3.542, 941, @@ -24441,9 +24441,9 @@ 987, 1.99, 999, - 1.724, + 1.723, 1019, - 2.201, + 2.2, 1029, 1.813, 1034, @@ -24469,7 +24469,7 @@ 1223, 2.521, 1228, - 5.76, + 5.759, 1253, 4.534, 1254, @@ -24501,7 +24501,7 @@ 1498, 2.584, 1541, - 2.017, + 2.016, 1774, 2.951, 1874, @@ -24513,11 +24513,11 @@ 1942, 2.102, 1964, - 3.421, + 3.42, 1965, - 3.421, + 3.42, 2129, - 4.556, + 4.555, 2158, 2.521, 2220, @@ -24525,7 +24525,7 @@ 2261, 3.272, 2317, - 5.222, + 5.221, 2323, 3.272, 2382, @@ -24533,25 +24533,25 @@ 2440, 1.813, 2493, - 2.927, + 2.926, 2558, 2.584, 2580, 2.822, 2621, - 6.386, + 6.385, 2667, - 5.222, + 5.221, 2686, 2.822, 2690, 2.166, 2850, - 4.393, + 4.392, 2851, 2.822, 2872, - 2.654, + 2.653, 2875, 2.277, 2896, @@ -24559,73 +24559,73 @@ 2908, 4.022, 3078, - 2.927, + 2.926, 3350, - 3.21, + 3.209, 3476, 2.584, 3484, - 3.21, + 3.209, 3802, 2.732, 3803, 4.996, 3804, - 3.741, + 3.74, 3805, 4.996, 3806, - 3.421, + 3.42, 3807, - 3.421, + 3.42, 3808, - 3.21, + 3.209, 3809, - 3.925, + 3.924, 3810, 2.464, 3811, - 2.927, + 2.926, 3812, 3.052, 3813, 3.052, 3814, - 3.741, + 3.74, 3815, - 5.823, + 5.822, 3816, 4.751, 3817, - 3.741, + 3.74, 3818, - 3.741, + 3.74, 3819, - 3.741, + 3.74, 3820, - 3.741, + 3.74, 3821, - 3.741, + 3.74, 3822, - 3.741, + 3.74, 3823, - 3.741, + 3.74, 3824, - 3.741, + 3.74, 3825, - 3.741, + 3.74, 3826, - 3.741, + 3.74, 3827, - 3.741, + 3.74, 3828, - 3.741, + 3.74, 3829, - 3.741, + 3.74, 3830, 3.052, 3831, - 3.741 + 3.74 ] ], [ @@ -24673,11 +24673,11 @@ 24, 2.517, 27, - 2.307, + 2.306, 31, - 2.307, + 2.306, 36, - 1.664, + 1.663, 38, 1.162, 42, @@ -24697,7 +24697,7 @@ 69, 3.495, 70, - 1.678, + 1.677, 75, 2.688, 77, @@ -24707,7 +24707,7 @@ 79, 1.014, 86, - 1.985, + 1.984, 92, 1.598, 96, @@ -24733,7 +24733,7 @@ 113, 1.225, 121, - 2.022, + 2.021, 122, 2.316, 126, @@ -24759,9 +24759,9 @@ 194, 1.733, 195, - 2.307, + 2.306, 196, - 2.114, + 2.113, 198, 1.085, 200, @@ -24769,13 +24769,13 @@ 201, 1.874, 207, - 1.326, + 1.325, 210, 1.611, 211, 1.784, 229, - 1.364, + 1.363, 230, 2.589, 240, @@ -24783,7 +24783,7 @@ 244, 1.527, 256, - 1.874, + 1.883, 257, 1.574, 260, @@ -24801,13 +24801,13 @@ 294, 3.486, 305, - 2.307, + 2.306, 314, 4.009, 333, - 1.729, + 1.738, 362, - 2.685, + 2.684, 368, 2.115, 379, @@ -24819,7 +24819,7 @@ 425, 3.486, 433, - 1.624, + 1.623, 434, 1.853, 441, @@ -24831,7 +24831,7 @@ 467, 2.624, 471, - 1.068, + 1.067, 473, 1.752, 474, @@ -24851,7 +24851,7 @@ 552, 3.175, 553, - 1.424, + 1.423, 555, 1.24, 561, @@ -24863,7 +24863,7 @@ 573, 1.494, 574, - 1.911, + 1.91, 577, 1.562, 579, @@ -24871,7 +24871,7 @@ 598, 2.568, 603, - 1.664, + 1.663, 629, 1.838, 636, @@ -24879,9 +24879,9 @@ 674, 1.995, 685, - 2.492, + 2.491, 691, - 1.219, + 1.218, 692, 2.293, 704, @@ -24895,17 +24895,17 @@ 718, 2.751, 751, - 3.374, + 3.373, 778, - 3.418, + 3.417, 796, 2.909, 807, - 2.307, + 2.306, 832, - 1.911, + 1.91, 857, - 2.272, + 2.271, 859, 1.995, 898, @@ -24915,7 +24915,7 @@ 917, 3.362, 918, - 1.911, + 1.91, 921, 2.568, 924, @@ -24927,9 +24927,9 @@ 962, 5.397, 963, - 3.34, + 3.339, 975, - 1.911, + 1.91, 978, 1.574, 987, @@ -24941,7 +24941,7 @@ 1007, 3.862, 1008, - 2.826, + 2.825, 1010, 3.056, 1011, @@ -24951,11 +24951,11 @@ 1040, 2.383, 1051, - 2.826, + 2.825, 1067, 1.301, 1128, - 3.418, + 3.417, 1153, 1.872, 1158, @@ -24967,11 +24967,11 @@ 1180, 2.176, 1188, - 1.952, + 1.951, 1192, 2.469, 1206, - 2.826, + 2.825, 1220, 2.469, 1235, @@ -25017,49 +25017,49 @@ 1689, 4.336, 1807, - 1.911, + 1.91, 1866, 4.242, 1884, 2.596, 1886, - 3.005, + 3.004, 1889, 3.721, 1892, - 4.611, + 4.61, 2006, - 2.093, + 2.092, 2051, - 5.611, + 5.61, 2060, - 3.005, + 3.004, 2084, 2.568, 2093, - 3.005, + 3.004, 2156, 2.425, 2220, 4.45, 2226, - 3.863, + 3.862, 2236, 4.611, 2262, 3.116, 2298, - 3.005, + 3.004, 2310, 2.909, 2314, - 4.782, + 4.781, 2359, - 3.005, + 3.004, 2448, 2.624, 2519, - 3.005, + 3.004, 2632, 3.25, 2639, @@ -25067,17 +25067,17 @@ 2675, 3.25, 2777, - 3.005, + 3.004, 2871, - 2.272, + 2.271, 2933, 3.25, 2935, - 3.418, + 3.417, 3074, 2.751, 3144, - 2.685, + 2.684, 3200, 2.909, 3369, @@ -25099,7 +25099,7 @@ 3838, 2.909, 3839, - 3.418, + 3.417, 3840, 3.642, 3841, @@ -25111,25 +25111,25 @@ 3844, 3.983, 3845, - 3.005, + 3.004, 3846, - 8.229, + 8.228, 3847, - 3.418, + 3.417, 3848, 3.983, 3849, 3.983, 3850, - 3.005, + 3.004, 3851, - 3.418, + 3.417, 3852, 3.983, 3853, 3.25, 3854, - 3.005, + 3.004, 3855, 3.642, 3856, @@ -25143,9 +25143,9 @@ 3860, 3.983, 3861, - 3.005, + 3.004, 3862, - 3.418, + 3.417, 3863, 3.642, 3864, @@ -25199,7 +25199,7 @@ 8, 1.96, 10, - 1.515, + 1.514, 11, 1.313, 18, @@ -25211,9 +25211,9 @@ 23, 2.568, 30, - 1.37, + 1.379, 36, - 1.582, + 1.581, 38, 1.015, 39, @@ -25221,11 +25221,11 @@ 42, 1.564, 46, - 1.595, + 1.594, 50, 3.147, 52, - 0.998, + 0.997, 56, 1.41, 57, @@ -25233,11 +25233,11 @@ 59, 0.998, 62, - 1.199, + 1.206, 70, 1.526, 72, - 1.891, + 1.89, 76, 1.928, 77, @@ -25247,9 +25247,9 @@ 79, 1.006, 88, - 3.728, + 3.727, 89, - 3.828, + 3.827, 90, 1.89, 91, @@ -25265,7 +25265,7 @@ 103, 2.104, 104, - 2.879, + 2.878, 105, 1.454, 106, @@ -25277,13 +25277,13 @@ 113, 1.831, 116, - 2.727, + 2.726, 122, 2.469, 125, 1.102, 126, - 1.814, + 1.813, 132, 3.282, 140, @@ -25291,7 +25291,7 @@ 143, 1.757, 147, - 2.133, + 2.132, 148, 1.874, 151, @@ -25315,7 +25315,7 @@ 196, 1.253, 197, - 1.952, + 1.951, 198, 0.987, 201, @@ -25327,7 +25327,7 @@ 226, 1.949, 228, - 2.393, + 2.392, 229, 1.284, 230, @@ -25335,7 +25335,7 @@ 231, 2.976, 236, - 1.816, + 1.815, 239, 1.594, 241, @@ -25345,7 +25345,7 @@ 249, 1.738, 256, - 1.574, + 1.582, 260, 2.361, 268, @@ -25361,17 +25361,17 @@ 282, 1.795, 288, - 1.954, + 1.953, 290, 1.41, 292, - 1.553, + 1.552, 320, 2.168, 328, - 3.399, + 3.398, 332, - 1.891, + 1.89, 345, 1.757, 353, @@ -25389,17 +25389,17 @@ 392, 1.27, 404, - 3.59, + 3.589, 412, - 2.443, + 2.442, 429, - 2.754, + 2.753, 434, 1.686, 457, 1.287, 463, - 2.443, + 2.442, 471, 1.878, 472, @@ -25419,7 +25419,7 @@ 521, 2.438, 522, - 3.471, + 3.47, 524, 1.214, 552, @@ -25427,13 +25427,13 @@ 554, 2.131, 561, - 1.149, + 1.148, 574, 1.738, 577, 1.421, 595, - 1.954, + 1.953, 603, 1.514, 608, @@ -25449,7 +25449,7 @@ 649, 2.168, 674, - 1.816, + 1.815, 683, 1.539, 685, @@ -25471,9 +25471,9 @@ 786, 2.099, 815, - 2.247, + 2.246, 883, - 2.734, + 2.733, 885, 2.206, 891, @@ -25491,83 +25491,83 @@ 941, 1.421, 949, - 3.11, + 3.109, 963, 1.98, 965, - 8.489, + 8.488, 966, 6.805, 967, 4.874, 968, - 3.11, + 3.109, 969, 4.828, 970, - 3.11, + 3.109, 971, - 3.11, + 3.109, 972, 2.337, 973, - 2.734, + 2.733, 974, - 3.11, + 3.109, 975, 1.738, 978, 1.432, 993, - 2.037, + 2.036, 999, 1.67, 1093, - 2.133, + 2.132, 1107, 1.795, 1150, - 2.037, + 2.036, 1157, 1.904, 1186, 1.776, 1217, - 2.734, + 2.733, 1224, 1.738, 1289, - 2.247, + 2.246, 1296, 2.116, 1323, 1.514, 1324, - 1.881, + 1.88, 1342, 2.957, 1375, 2.647, 1382, - 2.008, + 2.007, 1403, - 1.721, + 1.72, 1432, 3.192, 1507, - 3.522, + 3.521, 1541, - 1.954, + 1.953, 1572, - 3.11, + 3.109, 1592, 2.571, 1596, 1.928, 1651, - 3.399, + 3.398, 1672, - 1.954, + 1.953, 1696, 2.206, 1769, @@ -25581,23 +25581,23 @@ 1864, 2.387, 1874, - 2.133, + 2.132, 1879, 4.63, 1893, - 4.192, + 4.191, 1908, 1.638, 1928, - 1.954, + 1.953, 1929, - 2.985, + 2.984, 1933, 4.583, 1966, - 2.443, + 2.442, 1989, - 3.996, + 3.995, 1999, 3.147, 2131, @@ -25607,11 +25607,11 @@ 2148, 2.957, 2164, - 2.455, + 2.454, 2236, - 4.917, + 4.916, 2383, - 2.247, + 2.246, 2440, 1.757, 2488, @@ -25629,17 +25629,17 @@ 2647, 2.647, 2780, - 2.247, + 2.246, 2871, - 3.24, + 3.239, 2952, - 1.954, + 1.953, 3071, - 3.829, + 3.828, 3105, 8.549, 3178, - 2.734, + 2.733, 3192, 4.149, 3393, @@ -25647,15 +25647,15 @@ 3485, 2.835, 3570, - 3.314, + 3.313, 3603, 2.29, 3629, 2.957, 3667, - 2.734, + 2.733, 3778, - 3.314, + 3.313, 3854, 6.497, 3867, @@ -25663,15 +25663,15 @@ 3868, 3.624, 3869, - 3.11, + 3.109, 3870, 5.194, 3871, - 7.931, + 7.93, 3872, 9.889, 3873, - 5.681, + 5.68, 3874, 2.835, 3875, @@ -25685,7 +25685,7 @@ 3879, 3.624, 3880, - 5.681, + 5.68, 3881, 3.624, 3882, @@ -25693,19 +25693,19 @@ 3883, 3.624, 3884, - 3.314, + 3.313, 3885, 3.624, 3886, 3.624, 3887, - 3.11, + 3.109, 3888, 2.647, 3889, 3.624, 3890, - 2.443, + 2.442, 3891, 3.624, 3892, @@ -25713,17 +25713,17 @@ 3893, 5.194, 3894, - 3.314, + 3.313, 3895, 3.624, 3896, - 3.314, + 3.313, 3897, 2.29, 3898, - 3.314, + 3.313, 3899, - 2.443, + 2.442, 3900, 3.624, 3901, @@ -25755,9 +25755,9 @@ 3914, 3.624, 3915, - 5.681, + 5.68, 3916, - 3.314, + 3.313, 3917, 3.624, 3918, @@ -25779,7 +25779,7 @@ 7, 1.536, 8, - 2.407, + 2.406, 9, 2.686, 10, @@ -25795,7 +25795,7 @@ 38, 0.879, 39, - 1.197, + 1.196, 44, 1.51, 46, @@ -25825,7 +25825,7 @@ 100, 1.614, 102, - 0.925, + 0.924, 103, 0.832, 106, @@ -25835,17 +25835,17 @@ 111, 1.51, 113, - 1.724, + 1.723, 121, - 1.196, + 1.195, 122, 1.765, 125, - 1.1, + 1.099, 126, 1.707, 130, - 2.201, + 2.2, 148, 1.625, 149, @@ -25855,9 +25855,9 @@ 153, 2.165, 158, - 2.045, + 2.044, 160, - 1.667, + 1.666, 165, 2.825, 166, @@ -25875,7 +25875,7 @@ 178, 4.162, 194, - 0.66, + 0.659, 196, 2.418, 197, @@ -25899,9 +25899,9 @@ 247, 3.019, 248, - 2.163, + 2.162, 256, - 1.274, + 1.28, 261, 1.535, 268, @@ -25915,11 +25915,11 @@ 282, 2.808, 330, - 1.153, + 1.152, 332, 2.636, 333, - 1.022, + 1.028, 334, 2.002, 368, @@ -25955,7 +25955,7 @@ 550, 1.682, 552, - 2.355, + 2.354, 556, 1.485, 561, @@ -25965,7 +25965,7 @@ 580, 2.284, 601, - 1.31, + 1.319, 602, 1.462, 603, @@ -25973,7 +25973,7 @@ 604, 1.832, 605, - 2.062, + 2.061, 623, 1.604, 629, @@ -25989,7 +25989,7 @@ 647, 2.093, 660, - 2.163, + 2.162, 664, 2.64, 669, @@ -26019,13 +26019,13 @@ 809, 2.031, 817, - 2.727, + 2.726, 831, - 2.163, + 2.162, 834, - 1.791, + 1.79, 849, - 3.515, + 3.514, 854, 2.002, 856, @@ -26041,7 +26041,7 @@ 901, 1.562, 902, - 2.062, + 2.061, 917, 3.58, 918, @@ -26049,7 +26049,7 @@ 924, 1.716, 939, - 1.791, + 1.79, 998, 3.283, 1010, @@ -26065,17 +26065,17 @@ 1075, 2.241, 1080, - 4.277, + 4.276, 1103, 7.36, 1104, 1.973, 1107, - 1.791, + 1.79, 1134, 3.582, 1141, - 2.201, + 2.2, 1150, 2.031, 1202, @@ -26091,39 +26091,39 @@ 1304, 2.127, 1305, - 2.727, + 2.726, 1322, 1.853, 1379, 2.612, 1411, - 3.393, + 3.392, 1426, - 2.201, + 2.2, 1432, 2.031, 1472, - 3.133, + 3.132, 1473, - 4.962, + 4.961, 1548, - 1.949, + 1.948, 1557, - 2.163, + 2.162, 1560, - 3.735, + 3.734, 1574, - 2.201, + 2.2, 1594, - 5.206, + 5.205, 1601, - 2.727, + 2.726, 1607, 2.093, 1608, 4.738, 1609, - 4.051, + 4.05, 1616, 2.284, 1621, @@ -26133,21 +26133,21 @@ 1629, 1.619, 1637, - 2.331, + 2.33, 1662, 3.076, 1672, - 1.949, + 1.948, 1797, - 2.331, + 2.33, 1807, 1.734, 1866, - 2.062, + 2.061, 1868, - 3.656, + 3.655, 1878, - 5.005, + 5.004, 1882, 1.604, 1908, @@ -26159,9 +26159,9 @@ 2015, 2.436, 2051, - 2.727, + 2.726, 2054, - 5.443, + 5.442, 2083, 4.831, 2094, @@ -26169,23 +26169,23 @@ 2164, 1.562, 2173, - 4.116, + 4.115, 2182, - 2.907, + 2.906, 2279, - 2.727, + 2.726, 2337, - 4.962, + 4.961, 2459, - 2.727, + 2.726, 2471, - 4.626, + 4.625, 2495, 2.828, 2579, 2.564, 2581, - 2.727, + 2.726, 2637, 2.284, 2783, @@ -26195,9 +26195,9 @@ 3078, 2.828, 3134, - 2.163, + 2.162, 3314, - 3.102, + 3.101, 3320, 2.64, 3321, @@ -26209,103 +26209,103 @@ 3343, 2.828, 3350, - 3.102, + 3.101, 3415, 3.097, 3527, 2.436, 3566, - 3.102, + 3.101, 3603, - 5.005, + 5.004, 3903, 5.108, 3920, - 7.242, + 7.241, 3921, - 5.184, + 5.183, 3922, - 5.184, + 5.183, 3923, - 7.382, + 7.381, 3924, - 4.141, + 4.14, 3925, - 2.727, + 2.726, 3926, - 3.615, + 3.614, 3927, - 3.615, + 3.614, 3928, - 3.615, + 3.614, 3929, - 6.994, + 6.993, 3930, - 3.615, + 3.614, 3931, - 8.603, + 8.602, 3932, - 3.615, + 3.614, 3933, 3.305, 3934, - 3.615, + 3.614, 3935, - 3.615, + 3.614, 3936, 3.305, 3937, - 3.615, + 3.614, 3938, 2.381, 3939, - 3.615, + 3.614, 3940, 3.305, 3941, - 5.669, + 5.668, 3942, - 3.615, + 3.614, 3943, - 7.242, + 7.241, 3944, - 3.615, + 3.614, 3945, - 7.92, + 7.919, 3946, - 6.396, + 6.395, 3947, - 3.615, + 3.614, 3948, - 5.669, + 5.668, 3949, - 5.669, + 5.668, 3950, - 5.669, + 5.668, 3951, - 5.669, + 5.668, 3952, - 5.669, + 5.668, 3953, - 3.102, + 3.101, 3954, - 3.615, + 3.614, 3955, - 6.994, + 6.993, 3956, - 5.184, + 5.183, 3957, - 3.102, + 3.101, 3958, - 5.669, + 5.668, 3959, - 5.669, + 5.668, 3960, - 6.994, + 6.993, 3961, - 5.669, + 5.668, 3962, - 8.603, + 8.602, 3963, 3.305, 3964, @@ -26313,19 +26313,19 @@ 3965, 3.305, 3966, - 5.669, + 5.668, 3967, 3.305, 3968, - 3.615, + 3.614, 3969, 2.949, 3970, - 3.615, + 3.614, 3971, 3.305, 3972, - 1.949, + 1.948, 3973, 3.305 ] @@ -26419,7 +26419,7 @@ 153, 2.093, 158, - 2.079, + 2.078, 160, 1.433, 165, @@ -26433,7 +26433,7 @@ 178, 3.815, 197, - 1.675, + 1.674, 201, 2.435, 207, @@ -26441,7 +26441,7 @@ 210, 1.971, 221, - 6.101, + 6.1, 240, 1.386, 241, @@ -26459,13 +26459,13 @@ 280, 1.911, 288, - 3.833, + 3.832, 295, 2.246, 330, 1.554, 333, - 2.011, + 2.022, 341, 2.338, 359, @@ -26487,11 +26487,11 @@ 479, 1.829, 488, - 5.304, + 5.303, 500, 2.594, 510, - 1.791, + 1.79, 524, 2.381, 536, @@ -26505,7 +26505,7 @@ 579, 2.442, 601, - 1.766, + 1.778, 602, 1.971, 603, @@ -26531,7 +26531,7 @@ 877, 3.211, 909, - 4.585, + 4.584, 931, 2.895, 948, @@ -26539,13 +26539,13 @@ 962, 3.944, 972, - 4.585, + 4.584, 975, 2.338, 999, 2.246, 1002, - 2.415, + 2.414, 1007, 1.708, 1010, @@ -26553,7 +26553,7 @@ 1011, 3.143, 1014, - 4.585, + 4.584, 1019, 1.842, 1025, @@ -26565,7 +26565,7 @@ 1093, 6.837, 1104, - 1.697, + 1.696, 1153, 3.341, 1186, @@ -26601,15 +26601,15 @@ 1871, 2.363, 1899, - 7.675, + 7.674, 1931, - 2.628, + 2.627, 1942, 2.739, 2033, - 6.101, + 6.1, 2077, - 4.183, + 4.182, 2087, 3.08, 2156, @@ -26633,7 +26633,7 @@ 2554, 2.916, 2814, - 7.202, + 7.201, 2904, 3.977, 3603, @@ -26645,7 +26645,7 @@ 3976, 8.436, 3977, - 4.183, + 4.182, 3978, 4.874, 3979, @@ -26657,7 +26657,7 @@ 3982, 4.874, 3983, - 10.574, + 10.573, 3984, 4.649, 3985, @@ -26671,13 +26671,13 @@ 3989, 4.874, 3990, - 7.11, + 7.109, 3991, 11.052, 3992, 4.874, 3993, - 7.11, + 7.109, 3994, 9.809, 3995, @@ -26685,15 +26685,15 @@ 3996, 9.225, 3997, - 7.675, + 7.674, 3998, - 7.11, + 7.109, 3999, 4.874, 4000, 4.874, 4001, - 7.675, + 7.674, 4002, 3.813 ] @@ -26735,7 +26735,7 @@ 38, 0.96, 39, - 1.084, + 1.083, 42, 0.579, 43, @@ -26751,7 +26751,7 @@ 59, 0.992, 62, - 1.698, + 1.708, 63, 3.122, 76, @@ -26765,11 +26765,11 @@ 90, 2.06, 91, - 2.199, + 2.198, 99, 1.06, 100, - 0.599, + 0.598, 102, 0.816, 103, @@ -26783,7 +26783,7 @@ 113, 1.028, 116, - 1.242, + 1.241, 121, 1.698, 124, @@ -26797,7 +26797,7 @@ 153, 2.272, 158, - 1.501, + 1.5, 169, 0.958, 171, @@ -26821,7 +26821,7 @@ 231, 1.926, 238, - 1.793, + 1.792, 239, 1.403, 247, @@ -26829,7 +26829,7 @@ 253, 3.698, 256, - 2.124, + 2.134, 263, 0.954, 268, @@ -26837,11 +26837,11 @@ 285, 1.429, 290, - 1.242, + 1.241, 313, 4.352, 333, - 1.822, + 1.831, 334, 1.767, 342, @@ -26851,11 +26851,11 @@ 368, 1.46, 380, - 1.133, + 1.132, 390, - 1.344, + 1.343, 392, - 1.118, + 1.117, 442, 1.429, 452, @@ -26863,7 +26863,7 @@ 454, 3.221, 457, - 1.133, + 1.132, 471, 0.855, 490, @@ -26883,19 +26883,19 @@ 590, 2.668, 601, - 1.156, + 1.164, 602, 1.29, 603, 1.332, 604, - 1.617, + 1.616, 623, 2.278, 629, 0.959, 633, - 1.617, + 1.616, 637, 3.31, 638, @@ -26909,17 +26909,17 @@ 674, 1.598, 685, - 3.853, + 3.852, 690, - 5.462, + 5.461, 703, 3.172, 711, - 1.909, + 1.908, 715, 3.878, 745, - 2.204, + 2.203, 759, 2.057, 762, @@ -26931,13 +26931,13 @@ 859, 1.598, 914, - 3.796, + 3.795, 917, 1.442, 925, - 3.382, + 3.381, 935, - 3.657, + 3.656, 941, 1.251, 947, @@ -26955,13 +26955,13 @@ 1104, 1.11, 1136, - 1.978, + 1.977, 1146, 1.378, 1202, 1.514, 1218, - 5.237, + 5.236, 1224, 2.462, 1283, @@ -26969,11 +26969,11 @@ 1296, 1.188, 1322, - 1.636, + 1.635, 1323, 1.332, 1337, - 5.217, + 5.216, 1440, 1.942, 1471, @@ -26981,11 +26981,11 @@ 1475, 7.26, 1511, - 1.72, + 1.719, 1570, 2.15, 1597, - 1.848, + 1.847, 1650, 3.071, 1662, @@ -26997,33 +26997,33 @@ 1908, 1.442, 1911, - 1.636, + 1.635, 1920, - 2.389, + 2.388, 1933, 3.427, 1961, 3.125, 1989, - 2.928, + 2.927, 1993, 3.46, 1997, - 2.928, + 2.927, 1999, - 4.482, + 4.481, 2006, 1.676, 2012, 5.039, 2013, - 2.204, + 2.203, 2019, 2.15, 2020, 2.33, 2021, - 8.644, + 8.643, 2024, 3.337, 2049, @@ -27037,7 +27037,7 @@ 2139, 2.406, 2155, - 5.217, + 5.216, 2164, 2.218, 2169, @@ -27049,17 +27049,17 @@ 2239, 2.917, 2244, - 2.204, + 2.203, 2268, 1.697, 2345, - 5.909, + 5.908, 2353, 6.29, 2355, 4.016, 2358, - 1.978, + 1.977, 2359, 2.406, 2533, @@ -27079,7 +27079,7 @@ 2941, 2.263, 2953, - 2.204, + 2.203, 2954, 3.46, 2955, @@ -27087,7 +27087,7 @@ 2967, 4.243, 2974, - 2.496, + 2.495, 2975, 2.603, 2986, @@ -27105,19 +27105,19 @@ 3182, 2.406, 3192, - 5.909, + 5.908, 3218, 4.569, 3226, - 6.103, + 6.102, 3233, - 4.694, + 4.693, 3268, - 7.96, + 7.959, 3269, 2.737, 3276, - 4.405, + 4.404, 3316, 2.917, 3431, @@ -27125,19 +27125,19 @@ 3511, 4.016, 3574, - 4.705, + 4.704, 3577, 2.737, 3599, - 2.102, + 2.101, 3620, 5.039, 3696, 2.603, 3724, - 4.189, + 4.188, 3909, - 4.189, + 4.188, 3925, 2.406, 4003, @@ -27149,7 +27149,7 @@ 4006, 2.917, 4007, - 4.189, + 4.188, 4008, 5.133, 4009, @@ -27169,11 +27169,11 @@ 4016, 5.133, 4017, - 2.496, + 2.495, 4018, 3.19, 4019, - 4.405, + 4.404, 4020, 2.603, 4021, @@ -27183,7 +27183,7 @@ 4023, 3.19, 4024, - 9.087, + 9.086, 4025, 3.19, 4026, @@ -27191,7 +27191,7 @@ 4027, 3.19, 4028, - 7.415, + 7.414, 4029, 8.309, 4030, @@ -27203,7 +27203,7 @@ 4033, 2.917, 4034, - 5.89, + 5.889, 4035, 3.19, 4036, @@ -27219,7 +27219,7 @@ 4041, 3.19, 4042, - 4.189, + 4.188, 4043, 3.19, 4044, @@ -27235,7 +27235,7 @@ 4049, 3.19, 4050, - 9.755, + 9.754, 4051, 5.133, 4052, @@ -27267,7 +27267,7 @@ 4065, 5.133, 4066, - 4.694, + 4.693, 4067, 5.133, 4068, @@ -27283,9 +27283,9 @@ 4073, 5.133, 4074, - 4.694, + 4.693, 4075, - 4.405, + 4.404, 4076, 3.19, 4077, @@ -27303,7 +27303,7 @@ 4083, 5.133, 4084, - 9.451, + 9.45, 4085, 3.19, 4086, @@ -27329,9 +27329,9 @@ 4096, 3.19, 4097, - 4.405, + 4.404, 4098, - 1.978, + 1.977, 4099, 3.19, 4100, @@ -27343,7 +27343,7 @@ 4103, 3.19, 4104, - 1.978 + 2.016 ] ], [ @@ -27393,11 +27393,11 @@ 249, 3.821, 256, - 2.426, + 2.438, 280, 3.124, 497, - 4.085, + 4.084, 614, 3.124, 629, @@ -27421,7 +27421,7 @@ 2514, 5.9, 3229, - 6.836, + 6.835, 3312, 6.5, 3584, @@ -27431,17 +27431,17 @@ 4106, 9.917, 4107, - 7.285, + 7.284, 4108, - 7.285, + 7.284, 4109, 6.5, 4110, - 6.836, + 6.835, 4111, 6.5, 4112, - 7.285 + 7.284 ] ], [ @@ -27455,7 +27455,7 @@ "data/manuals/application-security", [ 0, - 0.298, + 0.297, 1, 0.621, 2, @@ -27483,7 +27483,7 @@ 23, 1.098, 30, - 2.361, + 2.378, 36, 1.87, 38, @@ -27515,9 +27515,9 @@ 79, 0.973, 84, - 1.04, + 1.049, 86, - 0.789, + 0.788, 90, 0.977, 91, @@ -27531,19 +27531,19 @@ 103, 1.743, 105, - 0.975, + 0.974, 106, 1.679, 107, - 1.735, + 1.734, 108, 0.714, 109, 1.527, 110, - 1.62, + 1.619, 113, - 1.879, + 1.878, 121, 0.803, 122, @@ -27553,7 +27553,7 @@ 126, 1.906, 130, - 2.496, + 2.495, 140, 1.889, 142, @@ -27563,13 +27563,13 @@ 147, 1.429, 148, - 1.809, + 1.808, 149, - 2.025, + 2.024, 150, 1.767, 151, - 2.186, + 2.185, 153, 2.179, 160, @@ -27577,13 +27577,13 @@ 165, 1.172, 166, - 1.927, + 1.926, 167, 0.982, 169, 1.126, 171, - 3.204, + 3.203, 172, 1.787, 174, @@ -27603,9 +27603,9 @@ 201, 1.981, 216, - 0.96, + 0.959, 226, - 1.141, + 1.14, 228, 1.023, 229, @@ -27623,11 +27623,11 @@ 253, 1.217, 256, - 2.204, + 2.214, 257, - 0.96, + 0.959, 260, - 0.819, + 0.818, 268, 0.837, 269, @@ -27667,7 +27667,7 @@ 383, 1.6, 387, - 0.857, + 0.856, 392, 1.436, 395, @@ -27691,7 +27691,7 @@ 452, 2.029, 454, - 2.118, + 2.117, 457, 0.862, 471, @@ -27719,9 +27719,9 @@ 543, 2.134, 548, - 2.701, + 2.7, 552, - 2.518, + 2.517, 554, 1.538, 555, @@ -27739,7 +27739,7 @@ 622, 1.177, 623, - 2.361, + 2.36, 629, 1.599, 631, @@ -27747,9 +27747,9 @@ 633, 3.537, 634, - 0.96, + 0.959, 636, - 2.04, + 2.039, 642, 2.077, 645, @@ -27773,7 +27773,7 @@ 689, 1.088, 693, - 4.564, + 4.563, 701, 1.276, 703, @@ -27783,15 +27783,15 @@ 711, 1.453, 713, - 3.283, + 3.282, 728, 1.19, 729, - 1.407, + 1.406, 732, 1.6, 733, - 2.221, + 2.22, 735, 2.551, 751, @@ -27799,7 +27799,7 @@ 754, 1.453, 762, - 2.825, + 2.824, 765, 1.863, 771, @@ -27821,15 +27821,15 @@ 863, 1.832, 864, - 2.832, + 2.831, 873, - 1.678, + 1.677, 890, 1.26, 891, 1.39, 894, - 1.62, + 1.619, 895, 1.165, 901, @@ -27845,13 +27845,13 @@ 911, 1.345, 938, - 1.535, + 1.534, 939, 3.458, 977, 1.292, 978, - 1.62, + 1.619, 986, 1.637, 996, @@ -27865,7 +27865,7 @@ 1029, 1.987, 1034, - 2.04, + 2.039, 1052, 1.276, 1053, @@ -27887,11 +27887,11 @@ 1068, 2.59, 1078, - 5.266, + 5.265, 1079, 1.987, 1081, - 1.479, + 1.478, 1083, 1.9, 1089, @@ -27903,15 +27903,15 @@ 1104, 3.068, 1107, - 2.031, + 2.03, 1141, - 1.479, + 1.478, 1146, 1.049, 1152, 1.774, 1166, - 1.407, + 1.406, 1173, 1.19, 1211, @@ -27921,21 +27921,21 @@ 1226, 2.338, 1267, - 1.678, + 1.677, 1282, 2.084, 1289, - 1.506, + 1.505, 1323, 2.61, 1326, - 2.496, + 2.495, 1343, 2.271, 1412, 1.637, 1413, - 1.479, + 1.478, 1449, 1.9, 1457, @@ -27945,15 +27945,15 @@ 1479, 1.429, 1485, - 2.701, + 2.7, 1495, 2.271, 1498, - 1.678, + 1.677, 1506, 2.084, 1507, - 1.506, + 1.505, 1508, 1.832, 1511, @@ -27969,21 +27969,21 @@ 1584, 1.365, 1588, - 2.009, + 2.008, 1629, 1.836, 1660, 1.9, 1661, - 2.054, + 2.053, 1662, 1.068, 1681, 3.452, 1721, - 1.678, + 1.677, 1806, - 1.678, + 1.677, 1859, 2.084, 1866, @@ -27991,7 +27991,7 @@ 1871, 1.177, 1882, - 2.361, + 2.36, 1884, 2.965, 1901, @@ -28009,9 +28009,9 @@ 1975, 0.959, 2021, - 3.345, + 3.344, 2027, - 2.031, + 2.03, 2028, 1.637, 2054, @@ -28021,11 +28021,11 @@ 2075, 3.738, 2083, - 1.678, + 1.677, 2085, - 1.982, + 1.981, 2101, - 1.506, + 1.505, 2105, 4.598, 2116, @@ -28033,7 +28033,7 @@ 2120, 1.832, 2136, - 2.701, + 2.7, 2142, 3.504, 2143, @@ -28041,7 +28041,7 @@ 2164, 2.298, 2171, - 1.678, + 1.677, 2173, 1.429, 2175, @@ -28049,13 +28049,13 @@ 2202, 2.084, 2217, - 2.496, + 2.495, 2272, - 1.982, + 1.981, 2327, - 1.535, + 1.534, 2335, - 3.43, + 3.429, 2338, 2.084, 2345, @@ -28073,11 +28073,11 @@ 2441, 1.276, 2506, - 1.506, + 1.505, 2519, 1.832, 2550, - 1.407, + 1.406, 2709, 2.763, 2717, @@ -28087,7 +28087,7 @@ 2855, 1.9, 2913, - 2.221, + 2.22, 2952, 2.867, 2955, @@ -28099,25 +28099,25 @@ 2978, 1.723, 2997, - 1.982, + 1.981, 3037, - 1.982, + 1.981, 3043, - 6.305, + 6.304, 3057, - 1.678, + 1.677, 3067, 4.888, 3079, 1.774, 3107, - 2.832, + 2.831, 3161, 3.504, 3176, 1.832, 3217, - 4.34, + 4.339, 3218, 3.773, 3224, @@ -28125,21 +28125,21 @@ 3229, 2.084, 3235, - 2.221, + 2.22, 3260, 2.084, 3313, - 1.982, + 1.981, 3366, 1.723, 3399, - 1.678, + 1.677, 3475, - 1.982, + 1.981, 3488, 3.517, 3491, - 4.34, + 4.339, 3527, 1.637, 3584, @@ -28147,17 +28147,17 @@ 3597, 1.723, 3663, - 2.221, + 2.22, 3667, 1.832, 3668, - 1.982, + 1.981, 3672, - 4.34, + 4.339, 3695, 1.774, 3722, - 2.221, + 2.22, 3733, 1.9, 3789, @@ -28171,39 +28171,39 @@ 3953, 2.084, 4104, - 1.506, + 1.534, 4113, 3.748, 4114, - 2.429, + 2.428, 4115, - 2.429, + 2.428, 4116, - 2.221, + 2.22, 4117, - 2.221, + 2.22, 4118, - 2.221, + 2.22, 4119, - 2.429, + 2.428, 4120, - 2.429, + 2.428, 4121, - 2.429, + 2.428, 4122, - 2.429, + 2.428, 4123, - 2.429, + 2.428, 4124, - 2.429, + 2.428, 4125, - 2.429, + 2.428, 4126, 3.207, 4127, - 2.429, + 2.428, 4128, - 2.429, + 2.428, 4129, 3.748, 4130, @@ -28211,35 +28211,35 @@ 4131, 2.084, 4132, - 2.221, + 2.22, 4133, - 2.221, + 2.22, 4134, 1.6, 4135, - 2.429, + 2.428, 4136, 2.084, 4137, - 2.429, + 2.428, 4138, 4.099, 4139, - 2.221, + 2.22, 4140, 4.099, 4141, - 2.221, + 2.22, 4142, - 2.221, + 2.22, 4143, - 2.429, + 2.428, 4144, - 2.221, + 2.22, 4145, - 2.429, + 2.428, 4146, - 2.221, + 2.22, 4147, 7.571, 4148, @@ -28249,7 +28249,7 @@ 4150, 2.994, 4151, - 2.221, + 2.22, 4152, 3.517, 4153, @@ -28257,147 +28257,147 @@ 4154, 1.774, 4155, - 4.564, + 4.563, 4156, - 2.429, + 2.428, 4157, - 2.429, + 2.428, 4158, - 2.429, + 2.428, 4159, - 2.429, + 2.428, 4160, - 2.429, + 2.428, 4161, - 2.221, + 2.22, 4162, - 2.429, + 2.428, 4163, - 2.429, + 2.428, 4164, - 2.221, + 2.22, 4165, - 2.429, + 2.428, 4166, - 2.429, + 2.428, 4167, - 2.429, + 2.428, 4168, - 2.429, + 2.428, 4169, - 2.221, + 2.22, 4170, - 2.429, + 2.428, 4171, - 2.429, + 2.428, 4172, - 2.429, + 2.428, 4173, - 2.221, + 2.22, 4174, 1.9, 4175, - 2.429, + 2.428, 4176, 4.099, 4177, - 2.221, + 2.22, 4178, - 2.429, + 2.428, 4179, - 2.429, + 2.428, 4180, - 5.266, + 5.265, 4181, - 2.221, + 2.22, 4182, - 2.429, + 2.428, 4183, - 2.429, + 2.428, 4184, - 1.982, + 1.981, 4185, - 1.982, + 1.981, 4186, - 2.221, + 2.22, 4187, - 2.429, + 2.428, 4188, 4.099, 4189, - 2.429, + 2.428, 4190, - 2.429, + 2.428, 4191, - 2.429, + 2.428, 4192, - 2.429, + 2.428, 4193, - 2.429, + 2.428, 4194, - 2.429, + 2.428, 4195, - 1.982, + 1.981, 4196, - 2.429, + 2.428, 4197, - 2.221, + 2.22, 4198, 2.084, 4199, - 2.429, + 2.428, 4200, 3.517, 4201, - 2.221, + 2.22, 4202, - 2.429, + 2.428, 4203, - 2.429, + 2.428, 4204, - 2.429, + 2.428, 4205, - 2.429, + 2.428, 4206, - 2.221, + 2.22, 4207, - 1.678, + 1.677, 4208, 2.084, 4209, - 1.982, + 1.981, 4210, - 2.429, + 2.428, 4211, 2.084, 4212, - 2.429, + 2.428, 4213, - 2.429, + 2.428, 4214, 1.9, 4215, - 2.429, + 2.428, 4216, - 2.429, + 2.428, 4217, - 2.429, + 2.428, 4218, - 2.429, + 2.428, 4219, - 2.429, + 2.428, 4220, - 2.429, + 2.428, 4221, - 2.429, + 2.428, 4222, - 2.429, + 2.428, 4223, - 2.429, + 2.428, 4224, - 2.221, + 2.22, 4225, - 2.429 + 2.428 ] ], [ @@ -28411,7 +28411,7 @@ "data/manuals/profiling", [ 0, - 0.34, + 0.339, 1, 0.709, 2, @@ -28441,7 +28441,7 @@ 38, 0.951, 41, - 2.405, + 2.404, 42, 0.831, 46, @@ -28459,21 +28459,21 @@ 60, 1.627, 62, - 1.514, + 1.523, 67, - 3.765, + 3.764, 69, - 2.748, + 2.747, 70, 1.167, 71, - 1.915, + 1.914, 76, 4.555, 79, 0.984, 84, - 3.219, + 3.247, 85, 1.658, 90, @@ -28481,7 +28481,7 @@ 91, 1.562, 92, - 1.837, + 1.836, 99, 1.037, 100, @@ -28491,7 +28491,7 @@ 103, 1.971, 105, - 1.837, + 1.836, 106, 1.827, 107, @@ -28499,11 +28499,11 @@ 108, 0.815, 109, - 1.033, + 1.032, 110, 1.095, 111, - 1.158, + 1.157, 113, 1.793, 117, @@ -28519,7 +28519,7 @@ 128, 1.358, 132, - 2.582, + 2.581, 140, 1.277, 142, @@ -28545,11 +28545,11 @@ 169, 0.412, 174, - 3.49, + 3.489, 178, - 1.033, + 1.032, 194, - 1.943, + 1.942, 197, 1.572, 198, @@ -28559,11 +28559,11 @@ 202, 1.898, 208, - 2.572, + 2.571, 210, 1.121, 212, - 1.29, + 1.289, 217, 1.966, 226, @@ -28579,13 +28579,13 @@ 238, 1.557, 241, - 1.454, + 1.453, 244, 1.063, 247, 0.917, 256, - 1.818, + 1.827, 257, 1.095, 260, @@ -28605,7 +28605,7 @@ 289, 1.658, 294, - 1.581, + 1.58, 309, 1.631, 313, @@ -28617,9 +28617,9 @@ 331, 1.966, 333, - 1.294, + 1.301, 345, - 2.219, + 2.218, 368, 1.93, 374, @@ -28639,9 +28639,9 @@ 433, 3.298, 434, - 2.13, + 2.129, 440, - 3.581, + 3.58, 452, 0.806, 454, @@ -28653,21 +28653,21 @@ 471, 0.743, 473, - 2.572, + 2.571, 480, 1.826, 485, - 2.091, + 2.09, 513, 1.438, 522, 1.373, 546, - 3.152, + 3.151, 547, 1.631, 550, - 1.29, + 1.289, 552, 2.018, 554, @@ -28687,17 +28687,17 @@ 590, 1.896, 594, - 4.405, + 4.404, 600, 1.329, 601, - 2.118, + 2.133, 608, 1.373, 613, 2.534, 622, - 3.643, + 3.642, 623, 3.335, 629, @@ -28709,15 +28709,15 @@ 642, 2.319, 659, - 3.335, + 3.334, 660, - 2.739, + 2.738, 673, 1.605, 675, 1.063, 681, - 2.243, + 2.242, 686, 1.494, 688, @@ -28747,7 +28747,7 @@ 744, 2.834, 750, - 2.219, + 2.218, 758, 1.23, 759, @@ -28757,19 +28757,19 @@ 762, 4.046, 765, - 2.633, + 2.632, 771, - 3.159, + 3.158, 773, 1.658, 774, 1.253, 785, - 1.581, + 1.58, 791, 2.024, 792, - 1.581, + 1.58, 799, 1.687, 801, @@ -28781,7 +28781,7 @@ 831, 1.658, 832, - 2.805, + 2.804, 849, 1.23, 859, @@ -28793,7 +28793,7 @@ 891, 3.036, 895, - 2.196, + 2.195, 898, 0.984, 902, @@ -28807,7 +28807,7 @@ 912, 1.787, 914, - 1.158, + 1.157, 923, 1.358, 939, @@ -28831,19 +28831,19 @@ 1041, 1.253, 1043, - 1.198, + 1.197, 1064, 1.358, 1068, 1.751, 1079, - 2.219, + 2.218, 1082, - 3.695, + 3.694, 1084, 2.534, 1090, - 1.29, + 1.289, 1104, 2.035, 1135, @@ -28869,9 +28869,9 @@ 1295, 1.717, 1296, - 1.033, + 1.032, 1323, - 1.158, + 1.157, 1332, 1.851, 1361, @@ -28889,9 +28889,9 @@ 1463, 1.687, 1478, - 2.091, + 2.09, 1493, - 1.915, + 1.914, 1494, 2.378, 1495, @@ -28905,7 +28905,7 @@ 1628, 2.812, 1662, - 3.559, + 3.558, 1669, 3.927, 1701, @@ -28913,11 +28913,11 @@ 1770, 2.786, 1804, - 2.805, + 2.804, 1811, 2.024, 1823, - 2.739, + 2.738, 1858, 7.442, 1882, @@ -28927,13 +28927,13 @@ 1907, 2.261, 1920, - 1.29, + 1.289, 1933, 4.305, 1936, 1.535, 1937, - 3.581, + 3.58, 1961, 1.687, 1969, @@ -28943,23 +28943,23 @@ 1994, 2.024, 2013, - 1.915, + 1.914, 2024, 3.069, 2027, 2.896, 2054, - 1.581, + 1.58, 2057, 1.751, 2075, - 2.739, + 2.738, 2096, 1.535, 2116, 2.61, 2122, - 2.091, + 2.09, 2127, 2.378, 2173, @@ -28971,7 +28971,7 @@ 2189, 1.535, 2192, - 1.915, + 1.914, 2260, 2.024, 2261, @@ -28979,7 +28979,7 @@ 2327, 1.751, 2330, - 3.852, + 3.851, 2346, 2.693, 2375, @@ -28987,29 +28987,29 @@ 2384, 1.718, 2387, - 2.091, + 2.09, 2398, - 3.735, + 3.734, 2434, 1.966, 2455, 2.168, 2472, - 3.941, + 3.94, 2506, 1.718, 2517, - 2.091, + 2.09, 2520, 2.261, 2562, - 2.091, + 2.09, 2567, 2.534, 2568, 1.751, 2614, - 2.091, + 2.09, 2631, 1.751, 2665, @@ -29017,19 +29017,19 @@ 2852, 2.024, 2871, - 1.581, + 1.58, 2902, - 3.453, + 3.452, 2941, - 4.816, + 4.815, 2952, 1.494, 2953, - 1.915, + 1.914, 2967, 1.826, 2971, - 2.091, + 2.09, 2976, 2.378, 3043, @@ -29047,7 +29047,7 @@ 3420, 2.378, 3474, - 3.162, + 3.161, 3505, 2.168, 3511, @@ -29057,7 +29057,7 @@ 3685, 2.534, 3691, - 1.915, + 1.914, 3902, 2.892, 3972, @@ -29081,13 +29081,13 @@ 4232, 2.534, 4233, - 4.771, + 4.77, 4234, 4.185, 4235, 2.261, 4236, - 5.847, + 5.846, 4237, 2.771, 4238, @@ -29095,7 +29095,7 @@ 4239, 2.771, 4240, - 5.017, + 5.016, 4241, 2.534, 4242, @@ -29109,11 +29109,11 @@ 4246, 2.771, 4247, - 3.735, + 3.734, 4248, 4.185, 4249, - 4.577, + 4.576, 4250, 2.771, 4251, @@ -29137,11 +29137,11 @@ 4260, 2.378, 4261, - 4.577, + 4.576, 4262, - 5.017, + 5.016, 4263, - 4.577, + 4.576, 4264, 2.168, 4265, @@ -29197,7 +29197,7 @@ 4290, 2.771, 4291, - 4.577, + 4.576, 4292, 4.185, 4293, @@ -29263,7 +29263,7 @@ 52, 1.89, 55, - 1.355, + 1.354, 57, 1.383, 59, @@ -29277,7 +29277,7 @@ 79, 0.995, 84, - 1.21, + 1.22, 86, 0.917, 90, @@ -29289,7 +29289,7 @@ 96, 3.348, 97, - 1.713, + 1.712, 99, 1.012, 100, @@ -29315,7 +29315,7 @@ 125, 0.859, 126, - 1.507, + 1.506, 130, 1.719, 133, @@ -29327,7 +29327,7 @@ 140, 2.142, 142, - 0.84, + 0.839, 143, 1.369, 146, @@ -29343,7 +29343,7 @@ 153, 2.326, 158, - 0.826, + 0.825, 160, 2.828, 161, @@ -29351,7 +29351,7 @@ 165, 2.751, 166, - 2.185, + 2.184, 167, 3.491, 169, @@ -29395,11 +29395,11 @@ 244, 1.083, 256, - 1.543, + 1.55, 257, - 2.341, + 2.34, 260, - 1.997, + 1.996, 261, 1.199, 263, @@ -29421,9 +29421,9 @@ 323, 2.781, 324, - 1.611, + 1.61, 328, - 1.69, + 1.689, 332, 2.285, 335, @@ -29435,15 +29435,15 @@ 359, 1.242, 368, - 1.685, + 1.684, 387, 0.996, 390, 1.189, 402, - 1.503, + 1.502, 441, - 1.415, + 1.414, 442, 1.265, 452, @@ -29455,27 +29455,27 @@ 473, 2.044, 479, - 1.06, + 1.059, 480, 3.062, 489, - 2.757, + 2.756, 504, - 1.415, + 1.414, 510, - 1.708, + 1.707, 522, 1.399, 524, 3.222, 534, - 2.185, + 2.184, 552, 1.761, 555, 0.879, 556, - 2.822, + 2.821, 560, 1.784, 561, @@ -29491,7 +29491,7 @@ 614, 1.107, 634, - 1.837, + 1.836, 636, 1.782, 644, @@ -29505,9 +29505,9 @@ 692, 1.744, 728, - 1.384, + 1.383, 743, - 2.063, + 2.062, 751, 1.142, 760, @@ -29525,49 +29525,49 @@ 849, 3.369, 859, - 1.415, + 1.414, 860, 4.374, 880, 1.369, 885, - 2.83, + 2.829, 890, 2.412, 894, 1.116, 895, - 2.23, + 2.229, 903, 1.522, 907, 1.86, 910, - 1.503, + 1.502, 911, 2.575, 914, 3.41, 917, - 1.277, + 1.276, 918, - 3.917, + 3.916, 931, 2.989, 941, - 1.823, + 1.822, 951, 2.735, 962, 2.784, 963, - 2.54, + 2.539, 978, - 2.341, + 2.34, 979, 2.101, 987, - 1.503, + 1.502, 991, 6.242, 995, @@ -29579,7 +29579,7 @@ 1017, 2.003, 1019, - 1.757, + 1.756, 1025, 2.713, 1040, @@ -29593,7 +29593,7 @@ 1157, 2.442, 1158, - 2.73, + 2.729, 1172, 1.431, 1219, @@ -29601,7 +29601,7 @@ 1250, 3.329, 1261, - 1.69, + 1.689, 1266, 2.304, 1272, @@ -29611,31 +29611,31 @@ 1296, 1.052, 1304, - 1.662, + 1.661, 1332, 1.142, 1379, 1.301, 1403, - 1.341, + 1.34, 1428, 1.543, 1471, - 2.303, + 2.302, 1472, 3.075, 1479, - 1.662, + 1.661, 1492, - 1.751, + 1.75, 1495, 1.564, 1499, - 1.69, + 1.689, 1532, 2.997, 1541, - 2.506, + 2.505, 1543, 2.735, 1546, @@ -29645,7 +29645,7 @@ 1589, 1.903, 1594, - 3.379, + 3.378, 1607, 1.635, 1608, @@ -29655,13 +29655,13 @@ 1621, 1.431, 1623, - 1.951, + 1.95, 1627, 2.003, 1628, 3.576, 1650, - 1.69, + 1.689, 1662, 1.242, 1682, @@ -29669,11 +29669,11 @@ 1713, 3.607, 1804, - 1.355, + 1.354, 1807, - 1.355, + 1.354, 1874, - 1.662, + 1.661, 1878, 1.784, 1928, @@ -29683,7 +29683,7 @@ 1936, 1.564, 2086, - 2.063, + 2.062, 2087, 1.784, 2096, @@ -29695,13 +29695,13 @@ 2189, 1.564, 2220, - 1.69, + 1.689, 2253, 2.304, 2297, 1.821, 2308, - 1.951, + 1.95, 2354, 2.003, 2493, @@ -29709,7 +29709,7 @@ 2496, 2.13, 2507, - 1.69, + 1.689, 2509, 6.739, 2513, @@ -29719,9 +29719,9 @@ 2520, 2.304, 2524, - 5.566, + 5.565, 2530, - 5.892, + 5.891, 2531, 2.582, 2532, @@ -29735,25 +29735,25 @@ 2536, 2.582, 2537, - 4.251, + 4.25, 2540, 4.523, 2541, 5.417, 2542, - 3.673, + 3.672, 2543, - 4.469, + 4.468, 2544, 1.821, 2546, - 2.063, + 2.062, 2547, 2.304, 2548, - 1.662, + 1.661, 2549, - 4.251, + 4.25, 2550, 1.635, 2552, @@ -29761,7 +29761,7 @@ 2553, 2.423, 2554, - 1.69, + 1.689, 2555, 1.784, 2559, @@ -29771,9 +29771,9 @@ 2561, 2.304, 2616, - 2.063, + 2.062, 2647, - 2.063, + 2.062, 2738, 2.997, 2799, @@ -29783,7 +29783,7 @@ 2952, 1.522, 3073, - 4.469, + 4.468, 3108, 5.015, 3226, @@ -29793,7 +29793,7 @@ 3401, 2.304, 3438, - 2.063, + 2.062, 3527, 1.903, 3638, @@ -29805,65 +29805,65 @@ 3890, 1.903, 3924, - 2.063, + 2.062, 4233, 2.304, 4296, 7.714, 4297, - 2.824, + 2.823, 4298, - 2.824, + 2.823, 4299, 2.423, 4300, 2.582, 4301, - 2.824, + 2.823, 4302, - 2.824, + 2.823, 4303, - 2.824, + 2.823, 4304, 2.582, 4305, - 2.824, + 2.823, 4306, 4.648, 4307, - 2.824, + 2.823, 4308, - 2.824, + 2.823, 4309, - 2.824, + 2.823, 4310, 4.648, 4311, - 2.824, + 2.823, 4312, 4.648, 4313, 4.648, 4314, - 2.824, + 2.823, 4315, 2.582, 4316, - 5.924, + 5.923, 4317, 6.866, 4318, 2.423, 4319, - 3.989, + 3.988, 4320, - 2.824, + 2.823, 4321, - 2.824, + 2.823, 4322, 2.423, 4323, - 2.824, + 2.823, 4324, 4.648, 4325, @@ -29871,33 +29871,33 @@ 4326, 2.423, 4327, - 2.824, + 2.823, 4328, 2.423, 4329, - 2.824, + 2.823, 4330, - 2.824, + 2.823, 4331, - 2.824, + 2.823, 4332, - 2.824, + 2.823, 4333, - 2.824, + 2.823, 4334, - 2.824, + 2.823, 4335, 4.648, 4336, - 2.824, + 2.823, 4337, - 2.824, + 2.823, 4338, - 2.824, + 2.823, 4339, 2.582, 4340, - 2.824, + 2.823, 4341, 6.866, 4342, @@ -29905,15 +29905,15 @@ 4343, 2.582, 4344, - 4.251, + 4.25, 4345, - 2.824, + 2.823, 4346, - 2.824, + 2.823, 4347, - 3.989, + 3.988, 4348, - 4.251, + 4.25, 4349, 2.304, 4350, @@ -29925,7 +29925,7 @@ 4353, 2.209, 4354, - 2.824, + 2.823, 4355, 2.582, 4356, @@ -29961,9 +29961,9 @@ 8, 2.829, 9, - 2.232, + 2.231, 10, - 2.309, + 2.308, 11, 1.193, 18, @@ -29987,13 +29987,13 @@ 52, 2.069, 56, - 1.282, + 1.281, 57, 1.321, 59, 1.054, 60, - 2.092, + 2.091, 63, 1.596, 67, @@ -30003,15 +30003,15 @@ 76, 1.752, 77, - 1.363, + 1.362, 79, 0.93, 91, - 3.452, + 3.451, 99, 1.081, 100, - 1.235, + 1.234, 103, 1.515, 106, @@ -30029,11 +30029,11 @@ 121, 1.089, 122, - 2.341, + 2.34, 125, 1.602, 126, - 1.632, + 1.631, 139, 1.907, 148, @@ -30045,7 +30045,7 @@ 169, 1.423, 177, - 1.008, + 1.007, 194, 0.601, 196, @@ -30061,13 +30061,13 @@ 203, 1.775, 206, - 2.553, + 2.552, 208, 3.306, 210, 1.332, 216, - 2.081, + 2.08, 229, 1.607, 230, @@ -30087,13 +30087,13 @@ 243, 1.631, 256, - 2.068, + 2.078, 260, 1.775, 268, 1.879, 273, - 1.856, + 1.855, 280, 1.291, 285, @@ -30107,11 +30107,11 @@ 317, 1.938, 333, - 1.489, + 1.497, 342, 2.947, 343, - 2.042, + 2.041, 353, 1.311, 368, @@ -30123,13 +30123,13 @@ 390, 1.387, 391, - 2.042, + 2.041, 394, 2.336, 402, 2.802, 433, - 2.147, + 2.146, 434, 2.45, 441, @@ -30151,7 +30151,7 @@ 473, 1.448, 479, - 1.236, + 1.235, 490, 1.375, 496, @@ -30159,7 +30159,7 @@ 505, 1.688, 506, - 2.005, + 2.004, 510, 1.934, 513, @@ -30167,7 +30167,7 @@ 521, 1.833, 523, - 2.733, + 2.732, 524, 3.302, 533, @@ -30177,13 +30177,13 @@ 543, 1.321, 554, - 1.236, + 1.235, 555, 1.025, 561, 1.669, 573, - 1.236, + 1.235, 574, 2.526, 577, @@ -30195,11 +30195,11 @@ 593, 2.576, 594, - 3.032, + 3.031, 596, 1.799, 601, - 1.908, + 1.921, 602, 1.332, 603, @@ -30215,7 +30215,7 @@ 633, 2.668, 634, - 2.081, + 2.08, 635, 2.169, 636, @@ -30227,7 +30227,7 @@ 675, 1.263, 681, - 1.614, + 1.613, 685, 3.752, 689, @@ -30235,13 +30235,13 @@ 691, 1.611, 692, - 2.821, + 2.82, 703, 1.291, 710, - 2.553, + 2.552, 738, - 3.151, + 3.15, 774, 1.489, 834, @@ -30253,7 +30253,7 @@ 901, 2.275, 903, - 2.839, + 2.838, 915, 2.019, 921, @@ -30265,13 +30265,13 @@ 937, 2.687, 939, - 2.609, + 2.608, 943, - 2.275, + 2.274, 948, 1.301, 975, - 1.58, + 1.579, 994, 2.336, 1007, @@ -30281,11 +30281,11 @@ 1064, 3.683, 1075, - 2.042, + 2.041, 1079, - 2.553, + 2.552, 1097, - 2.042, + 2.041, 1101, 1.938, 1104, @@ -30305,9 +30305,9 @@ 1226, 1.878, 1248, - 4.158, + 4.157, 1250, - 1.851, + 1.85, 1263, 2.405, 1272, @@ -30327,47 +30327,47 @@ 1324, 1.709, 1326, - 3.206, + 3.205, 1342, 2.687, 1364, 1.938, 1416, - 3.638, + 3.735, 1421, - 2.005, + 2.004, 1476, 2.576, 1491, - 4.297, + 4.296, 1499, - 3.151, + 3.15, 1500, - 3.638, + 3.637, 1507, - 2.042, + 2.041, 1543, - 3.099, + 3.098, 1629, 2.358, 1655, 1.73, 1666, - 2.042, + 2.041, 1693, - 2.22, + 2.219, 1770, - 2.005, + 2.004, 1804, - 1.58, + 1.579, 1814, 1.475, 1871, 3.189, 1872, - 2.005, + 2.004, 1916, - 2.826, + 2.825, 1931, 1.775, 1932, @@ -30391,11 +30391,11 @@ 2263, 2.576, 2309, - 2.826, + 2.825, 2336, - 2.22, + 2.219, 2339, - 2.826, + 2.825, 2354, 2.336, 2360, @@ -30403,19 +30403,19 @@ 2373, 2.081, 2506, - 2.042, + 2.041, 2514, 1.799, 2581, 2.484, 2637, - 3.328, + 3.327, 2683, - 3.736, + 3.735, 2692, 3.846, 2737, - 2.826, + 2.825, 2753, 2.576, 2807, @@ -30425,27 +30425,27 @@ 2998, 2.484, 3020, - 2.826, + 2.825, 3041, 4.815, 3057, - 2.275, + 2.274, 3104, 2.687, 3134, - 3.151, + 3.15, 3252, - 2.22, + 2.219, 3414, - 2.826, + 2.825, 3423, - 4.963, + 5.147, 3572, 2.484, 3574, - 6.984, + 6.983, 3581, - 4.12, + 4.119, 3615, 2.484, 3616, @@ -30455,7 +30455,7 @@ 3629, 2.687, 3727, - 5.245, + 5.337, 3845, 2.484, 3890, @@ -30465,9 +30465,9 @@ 4034, 4.815, 4048, - 5.148, + 5.147, 4155, - 2.826, + 2.825, 4209, 2.687, 4356, @@ -30475,11 +30475,11 @@ 4357, 3.293, 4358, - 2.826, + 2.825, 4359, 3.293, 4360, - 5.646, + 5.645, 4361, 3.011, 4362, @@ -30491,9 +30491,9 @@ 4365, 3.011, 4366, - 7.517, + 7.516, 4367, - 5.266, + 5.265, 4368, 8.22, 4369, @@ -30501,17 +30501,17 @@ 4370, 7.517, 4371, - 5.266, + 5.265, 4372, 3.293, 4373, - 5.266, + 5.265, 4374, - 2.826, + 2.825, 4375, 3.011, 4376, - 2.826, + 2.825, 4377, 3.293, 4378, @@ -30523,21 +30523,21 @@ 4381, 3.293, 4382, - 2.826, + 2.825, 4383, - 2.826, + 2.825, 4384, 6.004, 4385, 3.011, 4386, - 2.826, + 2.825, 4387, 6.874, 4388, 3.293, 4389, - 2.826, + 2.825, 4390, 3.011, 4391, @@ -30553,7 +30553,7 @@ 4396, 3.293, 4397, - 4.12, + 4.119, 4398, 3.293, 4399, @@ -30563,15 +30563,15 @@ 4401, 3.293, 4402, - 5.266, + 5.265, 4403, 3.293, 4404, - 2.826, + 2.825, 4405, - 2.826, + 2.825, 4406, - 2.826, + 2.825, 4407, 3.293 ] @@ -30621,7 +30621,7 @@ 44, 3.197, 45, - 2.292, + 2.291, 46, 1.639, 49, @@ -30637,7 +30637,7 @@ 59, 0.899, 62, - 1.125, + 1.131, 66, 2.192, 69, @@ -30645,7 +30645,7 @@ 70, 3.745, 71, - 3.732, + 3.731, 77, 1.119, 79, @@ -30659,9 +30659,9 @@ 91, 1.844, 92, - 2.168, + 2.167, 93, - 4.334, + 4.333, 94, 3.127, 99, @@ -30675,9 +30675,9 @@ 107, 1.279, 108, - 1.0, + 0.999, 110, - 3.025, + 3.024, 113, 2.046, 115, @@ -30689,7 +30689,7 @@ 122, 3.179, 125, - 2.541, + 2.54, 126, 1.658, 128, @@ -30713,13 +30713,13 @@ 170, 1.304, 175, - 2.355, + 2.354, 177, 2.72, 178, 1.267, 185, - 2.539, + 2.538, 194, 0.986, 197, @@ -30729,19 +30729,19 @@ 199, 2.879, 200, - 3.289, + 3.288, 201, 1.72, 206, - 3.711, + 3.71, 207, - 2.78, + 2.779, 208, 3.673, 212, 3.127, 213, - 4.334, + 4.333, 214, 2.565, 215, @@ -30759,7 +30759,7 @@ 233, 5.993, 235, - 3.414, + 3.413, 239, 1.495, 240, @@ -30771,13 +30771,13 @@ 246, 2.24, 247, - 1.125, + 1.124, 248, 2.034, 253, 2.706, 256, - 1.51, + 1.517, 260, 1.146, 268, @@ -30789,11 +30789,11 @@ 285, 3.01, 287, - 2.349, + 2.348, 290, 4.566, 291, - 7.11, + 7.109, 292, 4.922, 295, @@ -30809,9 +30809,9 @@ 329, 2.483, 333, - 0.962, + 0.967, 345, - 2.619, + 2.618, 368, 1.536, 373, @@ -30823,13 +30823,13 @@ 387, 1.905, 389, - 1.884, + 1.883, 425, 1.939, 452, 2.225, 477, - 2.349, + 2.348, 500, 3.725, 505, @@ -30857,13 +30857,13 @@ 579, 1.703, 590, - 1.409, + 1.408, 600, 1.631, 631, 1.684, 659, - 3.081, + 3.08, 675, 1.304, 676, @@ -30877,7 +30877,7 @@ 728, 3.293, 765, - 2.355, + 2.354, 773, 1.232, 783, @@ -30897,7 +30897,7 @@ 919, 1.743, 924, - 2.565, + 2.564, 939, 2.676, 952, @@ -30909,7 +30909,7 @@ 962, 5.058, 963, - 4.858, + 4.857, 964, 6.956, 969, @@ -30919,7 +30919,7 @@ 983, 2.192, 1016, - 2.149, + 2.148, 1131, 2.676, 1132, @@ -30927,7 +30927,7 @@ 1146, 3.308, 1150, - 3.777, + 3.776, 1153, 1.598, 1173, @@ -30937,15 +30937,15 @@ 1221, 1.684, 1223, - 2.292, + 2.291, 1224, 2.591, 1226, 1.939, 1259, - 2.149, + 2.148, 1306, - 2.149, + 2.148, 1322, 3.446, 1329, @@ -30973,29 +30973,29 @@ 2136, 2.24, 2236, - 4.746, + 4.745, 2249, - 2.292, + 2.291, 2261, - 1.911, + 1.91, 2314, 2.66, 2472, - 2.292, + 2.291, 2474, - 4.075, + 4.074, 2475, - 4.075, + 4.074, 2554, 3.232, 2775, 1.833, 2838, - 2.918, + 2.917, 2840, 3.109, 2842, - 5.484, + 5.483, 2869, 2.774, 2872, @@ -31007,19 +31007,19 @@ 2875, 4.66, 2876, - 3.732, + 3.731, 2877, - 4.075, + 4.074, 2952, 1.833, 2976, - 2.918, + 2.917, 3320, 2.483, 3372, 3.109, 4389, - 2.918, + 2.917, 4408, 3.109, 4409, @@ -31049,9 +31049,9 @@ 4421, 3.4, 4422, - 2.918, + 2.917, 4423, - 2.918, + 2.917, 4424, 2.774, 4425, @@ -31099,7 +31099,7 @@ 44, 1.719, 45, - 2.775, + 2.774, 46, 1.471, 49, @@ -31121,7 +31121,7 @@ 79, 1.042, 82, - 2.775, + 2.774, 85, 2.463, 90, @@ -31133,7 +31133,7 @@ 94, 1.915, 96, - 2.69, + 2.689, 97, 1.19, 99, @@ -31141,7 +31141,7 @@ 100, 1.176, 101, - 4.664, + 4.663, 102, 1.053, 103, @@ -31155,9 +31155,9 @@ 108, 1.843, 109, - 1.534, + 1.533, 110, - 2.477, + 2.476, 111, 1.719, 113, @@ -31179,7 +31179,7 @@ 150, 1.922, 151, - 2.576, + 2.575, 152, 2.654, 153, @@ -31189,11 +31189,11 @@ 155, 2.601, 156, - 4.467, + 4.466, 160, 1.21, 169, - 1.263, + 1.262, 170, 1.578, 174, @@ -31203,9 +31203,9 @@ 177, 2.322, 178, - 1.534, + 1.533, 194, - 1.756, + 1.755, 196, 1.423, 197, @@ -31213,9 +31213,9 @@ 198, 2.311, 201, - 1.706, + 1.705, 206, - 4.114, + 4.113, 207, 2.086, 208, @@ -31245,9 +31245,9 @@ 253, 2.062, 256, - 2.421, + 2.432, 257, - 2.477, + 2.476, 268, 0.84, 291, @@ -31259,7 +31259,7 @@ 320, 2.463, 333, - 1.773, + 1.782, 338, 4.578, 344, @@ -31277,13 +31277,13 @@ 452, 1.197, 509, - 3.253, + 3.252, 521, 1.433, 524, - 1.379, + 1.378, 535, - 3.007, + 3.006, 543, 1.652, 573, @@ -31291,13 +31291,13 @@ 577, 1.614, 591, - 2.712, + 2.711, 594, 1.897, 595, 2.219, 601, - 3.075, + 3.096, 602, 2.535, 603, @@ -31305,13 +31305,13 @@ 636, 1.578, 659, - 2.348, + 2.347, 676, - 1.879, + 1.878, 683, 2.662, 692, - 1.545, + 1.544, 751, 1.665, 792, @@ -31329,49 +31329,49 @@ 941, 1.614, 947, - 2.163, + 2.162, 964, - 7.826, + 7.825, 982, 6.856, 983, - 6.204, + 6.203, 988, - 5.115, + 5.114, 1019, 2.369, 1034, - 2.404, + 2.403, 1043, 1.779, 1052, - 2.163, + 2.162, 1144, - 2.348, + 2.347, 1155, 1.995, 1157, - 2.163, + 2.162, 1195, - 3.359, + 3.358, 1196, - 3.359, + 3.358, 1214, 2.92, 1228, 6.016, 1253, - 4.769, + 4.768, 1254, 3.63, 1255, - 2.844, + 2.843, 1256, 2.552, 1257, 2.552, 1258, - 2.712, + 2.711, 1259, 2.601, 1260, @@ -31399,27 +31399,27 @@ 2129, 3.22, 2203, - 5.732, + 5.731, 2263, - 5.939, + 5.938, 2420, - 2.775, + 2.774, 2507, 2.463, 2603, - 3.359, + 3.358, 2690, 2.384, 3476, - 2.844, + 2.843, 3802, - 3.007, + 3.006, 3808, 5.378, 3812, - 3.359, + 3.358, 3813, - 3.359, + 3.358, 3897, 3.961, 4224, @@ -31429,11 +31429,11 @@ 4426, 10.562, 4427, - 6.268, + 6.267, 4428, - 6.268, + 6.267, 4429, - 5.115, + 5.114, 4430, 5.544, 4431, @@ -31445,9 +31445,9 @@ 4434, 3.764, 4435, - 6.268, + 6.267, 4436, - 5.732, + 5.731, 4437, 3.764, 4438, @@ -31457,7 +31457,7 @@ 4440, 3.764, 4441, - 3.359 + 3.358 ] ], [ @@ -31491,7 +31491,7 @@ 59, 0.857, 62, - 2.461, + 2.477, 70, 3.134, 77, @@ -31525,7 +31525,7 @@ 148, 1.949, 153, - 2.156, + 2.155, 169, 1.557, 178, @@ -31537,7 +31537,7 @@ 239, 3.273, 256, - 1.672, + 1.68, 268, 1.519, 273, @@ -31545,7 +31545,7 @@ 274, 5.59, 282, - 3.687, + 3.686, 285, 3.333, 290, @@ -31557,7 +31557,7 @@ 369, 5.016, 387, - 2.625, + 2.624, 452, 2.163, 521, @@ -31565,9 +31565,9 @@ 555, 2.958, 592, - 4.799, + 4.798, 631, - 3.687, + 3.686, 683, 3.161, 687, @@ -31583,9 +31583,9 @@ 855, 9.46, 903, - 4.012, + 4.011, 935, - 5.771, + 5.77, 948, 2.94, 975, @@ -31599,7 +31599,7 @@ 1338, 5.822, 1343, - 4.123, + 4.122, 1363, 5.822, 1372, @@ -31617,29 +31617,29 @@ 3092, 5.822, 3161, - 4.903, + 4.902, 4266, 6.072, 4442, 8.539, 4443, - 7.442, + 7.441, 4444, - 7.442, + 7.441, 4445, 6.072, 4446, 6.805, 4447, - 7.442, + 7.441, 4448, - 7.442, + 7.441, 4449, - 7.442, + 7.441, 4450, - 7.442, + 7.441, 4451, - 7.442 + 7.441 ] ], [ @@ -31689,7 +31689,7 @@ 199, 3.804, 215, - 4.449, + 4.448, 228, 3.74, 250, @@ -31725,13 +31725,13 @@ 1323, 3.709, 2807, - 6.699, + 6.698, 3084, 6.134, 4452, - 8.88, + 8.879, 4453, - 8.88, + 8.879, 4454, 6.947, 4455, @@ -31791,7 +31791,7 @@ 194, 1.948, 256, - 2.021, + 2.031, 266, 3.992, 268, @@ -31809,7 +31809,7 @@ 947, 4.725, 969, - 5.476, + 5.475, 1071, 5.054, 1840, @@ -31821,7 +31821,7 @@ 2027, 4.456, 2189, - 4.983, + 4.982, 2192, 6.213, 4456, @@ -31859,7 +31859,7 @@ 10, 2.238, 11, - 1.203, + 1.202, 18, 1.115, 20, @@ -31873,7 +31873,7 @@ 38, 1.126, 39, - 0.701, + 0.7, 42, 0.603, 44, @@ -31893,7 +31893,7 @@ 60, 1.84, 62, - 1.098, + 1.105, 63, 1.609, 72, @@ -31907,17 +31907,17 @@ 83, 3.417, 84, - 1.422, + 1.434, 90, 2.097, 95, - 2.466, + 2.465, 96, - 1.68, + 1.679, 97, 1.532, 98, - 2.355, + 2.354, 99, 1.016, 100, @@ -31927,11 +31927,11 @@ 103, 1.22, 106, - 1.353, + 1.352, 107, 1.008, 113, - 1.654, + 1.653, 120, 1.986, 121, @@ -31965,7 +31965,7 @@ 178, 3.856, 194, - 1.85, + 1.849, 197, 1.14, 198, @@ -31975,7 +31975,7 @@ 202, 2.452, 206, - 2.569, + 2.568, 207, 3.073, 210, @@ -32001,17 +32001,17 @@ 253, 1.663, 256, - 1.977, + 1.986, 260, 1.119, 266, - 4.749, + 4.748, 268, 2.018, 269, 1.501, 273, - 2.172, + 2.171, 276, 2.504, 280, @@ -32021,21 +32021,21 @@ 294, 1.893, 295, - 3.048, + 3.047, 306, 1.46, 330, 2.109, 333, - 2.136, + 2.147, 339, - 2.597, + 2.596, 342, - 1.487, + 1.486, 343, - 2.058, + 2.057, 353, - 1.322, + 1.321, 359, 1.46, 368, @@ -32047,11 +32047,11 @@ 387, 1.869, 429, - 2.569, + 2.568, 434, 1.544, 449, - 3.171, + 3.17, 452, 0.965, 453, @@ -32065,19 +32065,19 @@ 510, 1.219, 515, - 2.058, + 2.057, 521, 3.062, 524, 1.775, 548, - 2.187, + 2.186, 549, 2.848, 553, 1.186, 561, - 1.68, + 1.679, 571, 2.424, 573, @@ -32089,15 +32089,15 @@ 599, 2.424, 600, - 4.6, + 4.599, 601, - 1.203, + 1.211, 614, - 2.594, + 2.593, 615, 1.766, 629, - 1.594, + 1.593, 636, 1.273, 637, @@ -32105,7 +32105,7 @@ 687, 1.953, 689, - 1.487, + 1.486, 692, 1.245, 702, @@ -32135,7 +32135,7 @@ 864, 2.293, 866, - 1.237, + 1.236, 891, 1.126, 892, @@ -32145,9 +32145,9 @@ 913, 2.097, 915, - 3.165, + 3.164, 917, - 1.501, + 1.5, 921, 2.14, 931, @@ -32159,7 +32159,7 @@ 962, 3.108, 977, - 2.82, + 2.819, 999, 1.529, 1007, @@ -32171,13 +32171,13 @@ 1014, 3.417, 1019, - 2.5, + 2.499, 1034, 1.273, 1043, 1.434, 1066, - 1.302, + 1.301, 1071, 3.717, 1133, @@ -32185,21 +32185,21 @@ 1155, 3.206, 1158, - 3.048, + 3.047, 1173, 1.626, 1192, - 2.058, + 2.057, 1193, - 5.264, + 5.263, 1198, 1.893, 1206, - 2.355, + 2.354, 1214, - 2.355, + 2.354, 1219, - 2.021, + 2.02, 1224, 1.592, 1235, @@ -32211,29 +32211,29 @@ 1279, 5.737, 1295, - 3.097, + 3.096, 1296, - 1.237, + 1.236, 1301, 4.692, 1323, - 2.763, + 2.762, 1329, - 3.171, + 3.17, 1354, - 6.028, + 6.027, 1364, 1.953, 1378, 5.356, 1401, - 2.021, + 2.02, 1437, 2.504, 1472, - 1.487, + 1.486, 1485, - 2.187, + 2.186, 1487, 2.504, 1525, @@ -32241,15 +32241,15 @@ 1546, 1.722, 1558, - 2.058, + 2.057, 1560, - 2.187, + 2.186, 1584, 1.865, 1588, 1.626, 1616, - 3.349, + 3.348, 1622, 5.357, 1655, @@ -32265,7 +32265,7 @@ 1841, 1.922, 1869, - 2.187, + 2.186, 1871, 1.609, 1874, @@ -32273,19 +32273,19 @@ 1888, 6.734, 1889, - 2.021, + 2.02, 1893, 1.986, 1895, - 5.56, + 5.559, 1897, - 2.597, + 2.596, 1902, - 4.975, + 4.974, 1903, - 7.004, + 7.003, 1904, - 2.597, + 2.596, 1905, 2.848, 1912, @@ -32299,9 +32299,9 @@ 2006, 1.744, 2024, - 1.501, + 1.5, 2035, - 2.058, + 2.057, 2057, 2.097, 2060, @@ -32309,13 +32309,13 @@ 2089, 1.865, 2096, - 1.839, + 1.838, 2123, 3.022, 2138, 2.708, 2354, - 2.355, + 2.354, 2440, 1.609, 2498, @@ -32339,9 +32339,9 @@ 3144, 2.237, 3159, - 2.597, + 2.596, 3236, - 2.597, + 2.596, 3247, 2.424, 3380, @@ -32353,15 +32353,15 @@ 3713, 1.953, 4002, - 2.597, + 2.596, 4242, 5.357, 4296, - 2.597, + 2.596, 4457, 3.035, 4458, - 8.253, + 8.252, 4459, 3.319, 4460, @@ -32379,9 +32379,9 @@ 4466, 7.904, 4467, - 5.299, + 5.298, 4468, - 5.299, + 5.298, 4469, 3.035, 4470, @@ -32393,9 +32393,9 @@ 4473, 3.319, 4474, - 4.846, + 4.845, 4475, - 4.846, + 4.845, 4476, 3.035, 4477, @@ -32411,7 +32411,7 @@ 4482, 3.319, 4483, - 2.355, + 2.354, 4484, 3.319, 4485, @@ -32459,7 +32459,7 @@ 0, 0.64, 1, - 1.336, + 1.335, 2, 1.322, 3, @@ -32487,7 +32487,7 @@ 42, 1.357, 43, - 2.71, + 2.709, 46, 1.54, 57, @@ -32501,7 +32501,7 @@ 79, 0.741, 84, - 2.237, + 2.256, 90, 1.781, 99, @@ -32509,13 +32509,13 @@ 100, 0.98, 102, - 1.336, + 1.335, 103, 1.72, 106, 0.935, 107, - 0.994, + 0.993, 108, 1.535, 111, @@ -32537,7 +32537,7 @@ 150, 1.322, 151, - 2.146, + 2.145, 153, 1.695, 156, @@ -32549,7 +32549,7 @@ 165, 3.157, 166, - 3.512, + 3.511, 167, 3.529, 169, @@ -32559,7 +32559,7 @@ 175, 2.276, 178, - 3.549, + 3.548, 194, 1.738, 197, @@ -32567,13 +32567,13 @@ 201, 1.173, 210, - 2.112, + 2.111, 215, 5.783, 229, 1.6, 231, - 2.804, + 2.803, 233, 3.519, 240, @@ -32585,7 +32585,7 @@ 251, 2.406, 256, - 1.173, + 1.179, 258, 4.922, 260, @@ -32599,7 +32599,7 @@ 330, 2.382, 333, - 2.113, + 2.125, 381, 3.237, 452, @@ -32615,11 +32615,11 @@ 579, 3.743, 588, - 2.71, + 2.709, 590, 3.095, 602, - 2.112, + 2.111, 614, 2.047, 629, @@ -32627,9 +32627,9 @@ 636, 2.865, 644, - 2.587, + 2.586, 679, - 2.339, + 2.338, 691, 1.597, 692, @@ -32639,11 +32639,11 @@ 699, 3.519, 724, - 4.471, + 4.47, 728, 2.558, 832, - 2.505, + 2.504, 856, 2.095, 898, @@ -32675,11 +32675,11 @@ 1150, 2.934, 1170, - 4.085, + 4.084, 1207, - 3.814, + 3.813, 1296, - 2.784, + 2.783, 1379, 3.443, 1381, @@ -32691,9 +32691,9 @@ 1459, 2.128, 1472, - 2.339, + 2.338, 1509, - 3.607, + 3.606, 1599, 3.299, 1608, @@ -32703,17 +32703,17 @@ 1648, 2.978, 1660, - 4.085, + 4.084, 1666, 3.237, 1675, - 6.341, + 6.34, 1684, 3.024, 1725, 3.299, 1807, - 2.505, + 2.504, 1812, 3.519, 1813, @@ -32723,41 +32723,41 @@ 1901, 3.024, 1928, - 2.815, + 2.814, 1948, 2.778, 1982, - 2.587, + 2.586, 2096, 2.892, 2343, - 4.085, + 4.084, 2379, - 3.367, + 3.366, 2482, 4.26, 2503, 4.922, 2623, - 4.085, + 4.084, 2691, - 4.085, + 4.084, 2871, 2.978, 3087, 4.818, 3121, - 4.085, + 4.084, 3139, - 3.939, + 3.938, 3410, 4.26, 3476, - 3.607, + 3.606, 3776, - 3.939, + 3.938, 3779, - 4.085, + 4.084, 3787, 6.373, 3809, @@ -32767,7 +32767,7 @@ 4195, 4.26, 4500, - 9.525, + 9.524, 4501, 8.648, 4502, @@ -32777,13 +32777,13 @@ 4504, 4.774, 4505, - 3.814, + 3.813, 4506, - 4.085, + 4.084, 4507, 4.48, 4508, - 4.085, + 4.084, 4509, 4.26, 4510, @@ -32793,11 +32793,11 @@ 4512, 4.26, 4513, - 4.085, + 4.084, 4514, - 3.367, + 3.366, 4515, - 7.472, + 7.471, 4516, 5.221, 4517, @@ -32819,9 +32819,9 @@ 4525, 4.774, 4526, - 7.472, + 7.471, 4527, - 5.846, + 5.845, 4528, 4.48, 4529, @@ -32853,9 +32853,9 @@ 4, 0.414, 5, - 0.417, + 0.416, 6, - 0.417, + 0.416, 7, 1.549, 8, @@ -32865,7 +32865,7 @@ 10, 2.297, 12, - 0.721, + 0.72, 17, 1.064, 18, @@ -32877,15 +32877,15 @@ 22, 0.649, 23, - 2.675, + 2.674, 24, - 0.998, + 0.997, 27, 0.914, 36, 2.007, 38, - 1.282, + 1.281, 39, 0.333, 41, @@ -32901,7 +32901,7 @@ 49, 1.605, 50, - 0.875, + 0.874, 52, 1.051, 54, @@ -32915,11 +32915,11 @@ 60, 1.291, 62, - 3.492, + 3.514, 69, - 1.325, + 1.324, 72, - 1.545, + 1.544, 76, 0.84, 77, @@ -32929,7 +32929,7 @@ 79, 1.015, 84, - 0.676, + 0.682, 86, 1.24, 87, @@ -32975,7 +32975,7 @@ 116, 1.097, 120, - 0.945, + 0.944, 121, 3.036, 122, @@ -32999,7 +32999,7 @@ 146, 1.381, 147, - 1.659, + 1.658, 148, 1.811, 153, @@ -33035,7 +33035,7 @@ 210, 1.544, 212, - 0.735, + 0.734, 213, 2.462, 214, @@ -33043,9 +33043,9 @@ 215, 2.325, 216, - 1.509, + 1.508, 217, - 2.0, + 1.999, 225, 1.064, 226, @@ -33065,11 +33065,11 @@ 241, 1.624, 243, - 1.892, + 1.891, 254, 1.04, 256, - 1.443, + 1.45, 257, 0.624, 258, @@ -33081,7 +33081,7 @@ 264, 1.716, 266, - 3.215, + 3.214, 268, 0.948, 269, @@ -33099,9 +33099,9 @@ 291, 4.995, 292, - 2.284, + 2.283, 300, - 0.875, + 0.874, 309, 2.247, 313, @@ -33111,7 +33111,7 @@ 318, 1.235, 331, - 2.0, + 1.999, 343, 0.979, 344, @@ -33131,7 +33131,7 @@ 369, 1.064, 378, - 1.818, + 1.817, 379, 1.064, 382, @@ -33141,11 +33141,11 @@ 390, 1.955, 392, - 0.988, + 0.987, 403, 1.12, 404, - 0.998, + 0.997, 411, 0.819, 422, @@ -33159,19 +33159,19 @@ 433, 2.173, 434, - 1.777, + 1.776, 441, 2.325, 446, 0.791, 449, - 0.945, + 0.944, 452, - 2.106, + 2.105, 457, - 0.561, + 0.56, 459, - 0.735, + 0.734, 463, 1.064, 469, @@ -33183,7 +33183,7 @@ 486, 1.235, 489, - 1.312, + 1.311, 499, 1.12, 518, @@ -33193,7 +33193,7 @@ 522, 0.782, 532, - 2.059, + 2.058, 534, 0.742, 547, @@ -33201,17 +33201,17 @@ 552, 0.838, 554, - 1.433, + 1.432, 555, 1.842, 561, 1.21, 573, - 1.433, + 1.432, 574, 0.757, 575, - 1.091, + 1.09, 577, 1.497, 579, @@ -33237,15 +33237,15 @@ 636, 0.605, 644, - 1.892, + 1.891, 675, 0.605, 676, - 1.743, + 1.742, 677, 1.299, 681, - 0.774, + 0.773, 686, 2.502, 687, @@ -33275,29 +33275,29 @@ 744, 0.765, 746, - 1.091, + 1.09, 753, - 2.709, + 2.708, 754, - 0.945, + 0.944, 758, 0.701, 762, 2.098, 765, - 0.988, + 0.987, 769, - 1.818, + 1.817, 770, 1.235, 773, 3.125, 777, - 2.419, + 2.418, 785, 0.9, 793, - 1.312, + 1.311, 796, 1.153, 799, @@ -33305,17 +33305,17 @@ 809, 0.887, 814, - 1.444, + 1.443, 815, 1.747, 831, - 0.945, + 0.944, 832, 2.838, 836, - 1.355, + 1.354, 837, - 1.818, + 1.817, 854, 1.561, 856, @@ -33323,15 +33323,15 @@ 891, 1.808, 898, - 1.356, + 1.355, 901, 0.682, 903, 1.519, 907, - 3.058, + 3.057, 914, - 1.939, + 1.938, 915, 1.464, 917, @@ -33341,13 +33341,13 @@ 923, 1.381, 924, - 0.75, + 0.749, 931, - 2.234, + 2.233, 935, 2.931, 938, - 0.998, + 0.997, 939, 0.782, 941, @@ -33363,9 +33363,9 @@ 954, 1.235, 958, - 3.39, + 3.389, 959, - 2.47, + 2.469, 961, 1.947, 962, @@ -33375,21 +33375,21 @@ 964, 2.205, 967, - 1.355, + 1.354, 970, - 1.355, + 1.354, 971, - 1.355, + 1.354, 975, - 1.832, + 1.831, 976, 2.205, 977, - 2.032, + 2.031, 978, 3.689, 979, - 3.101, + 3.1, 980, 1.018, 981, @@ -33409,15 +33409,15 @@ 993, 2.608, 1002, - 2.641, + 2.64, 1006, - 2.0, + 1.999, 1007, 3.59, 1008, 1.12, 1009, - 2.574, + 2.573, 1010, 0.649, 1025, @@ -33431,9 +33431,9 @@ 1045, 1.857, 1047, - 0.75, + 0.749, 1051, - 2.0, + 1.999, 1053, 1.12, 1054, @@ -33441,9 +33441,9 @@ 1060, 0.887, 1064, - 0.774, + 0.773, 1068, - 0.998, + 0.997, 1071, 0.887, 1079, @@ -33461,13 +33461,13 @@ 1114, 1.018, 1115, - 1.355, + 1.354, 1120, 0.929, 1133, 2.438, 1137, - 0.945, + 0.944, 1155, 1.366, 1158, @@ -33475,11 +33475,11 @@ 1167, 1.235, 1173, - 0.774, + 0.773, 1184, - 0.998, + 0.997, 1188, - 0.774, + 0.773, 1191, 1.191, 1206, @@ -33489,31 +33489,31 @@ 1225, 1.12, 1269, - 0.875, + 0.874, 1273, 2.247, 1291, - 0.945, + 0.944, 1292, - 1.444, + 1.443, 1296, 0.588, 1311, 1.018, 1321, - 1.355, + 1.354, 1324, 0.819, 1332, 2.156, 1353, - 1.444, + 1.443, 1364, - 1.659, + 1.658, 1378, 0.961, 1380, - 1.355, + 1.354, 1382, 1.561, 1386, @@ -33529,25 +33529,25 @@ 1457, 0.929, 1464, - 1.355, + 1.354, 1496, - 1.091, + 1.09, 1497, 1.235, 1499, - 0.945, + 0.944, 1541, 0.851, 1545, 1.235, 1546, - 2.409, + 2.408, 1547, - 1.444, + 1.443, 1559, 0.979, 1584, - 2.996, + 2.995, 1588, 1.381, 1589, @@ -33563,17 +33563,17 @@ 1604, 3.373, 1618, - 1.355, + 1.354, 1621, 0.8, 1625, - 1.091, + 1.09, 1628, 2.841, 1632, 1.781, 1633, - 1.355, + 1.354, 1636, 2.688, 1637, @@ -33585,13 +33585,13 @@ 1675, 2.502, 1676, - 0.998, + 0.997, 1679, 1.04, 1681, 1.207, 1721, - 1.091, + 1.09, 1725, 2.413, 1767, @@ -33599,15 +33599,15 @@ 1769, 1.759, 1781, - 1.355, + 1.354, 1812, 1.064, 1817, 1.288, 1818, - 1.355, + 1.354, 1820, - 2.419, + 2.418, 1822, 1.191, 1838, @@ -33617,7 +33617,7 @@ 1841, 0.914, 1859, - 1.355, + 1.354, 1867, 1.288, 1871, @@ -33647,9 +33647,9 @@ 1930, 2.126, 1932, - 3.058, + 3.057, 1936, - 0.875, + 0.874, 1942, 0.887, 1968, @@ -33657,7 +33657,7 @@ 2006, 0.829, 2027, - 1.892, + 1.891, 2078, 1.781, 2093, @@ -33667,9 +33667,9 @@ 2112, 1.288, 2113, - 1.355, + 1.354, 2114, - 0.998, + 0.997, 2116, 3.374, 2121, @@ -33677,7 +33677,7 @@ 2139, 2.126, 2159, - 1.444, + 1.443, 2173, 0.929, 2175, @@ -33689,15 +33689,15 @@ 2188, 1.153, 2226, - 0.998, + 0.997, 2243, 1.288, 2249, 1.064, 2256, - 1.444, + 1.443, 2259, - 1.191, + 1.235, 2285, 1.235, 2290, @@ -33705,7 +33705,7 @@ 2298, 1.191, 2309, - 1.355, + 1.354, 2316, 1.153, 2336, @@ -33723,11 +33723,11 @@ 2389, 0.914, 2433, - 0.945, + 0.944, 2434, 1.12, 2497, - 1.355, + 1.354, 2503, 1.04, 2506, @@ -33737,7 +33737,7 @@ 2509, 2.777, 2513, - 2.419, + 2.418, 2518, 1.235, 2523, @@ -33749,29 +33749,29 @@ 2566, 1.04, 2568, - 0.998, + 0.997, 2581, 1.191, 2597, 1.153, 2627, - 2.419, + 2.418, 2630, 1.191, 2631, - 0.998, + 0.997, 2649, - 0.945, + 0.944, 2653, - 1.355, + 1.354, 2657, 2.608, 2681, - 2.419, + 2.418, 2700, 1.153, 2786, - 4.629, + 4.628, 2807, 1.191, 2875, @@ -33781,7 +33781,7 @@ 2955, 0.9, 2961, - 2.059, + 2.058, 2974, 1.235, 2975, @@ -33789,19 +33789,19 @@ 3022, 1.288, 3051, - 1.444, + 1.443, 3059, 1.12, 3074, - 1.091, + 1.09, 3096, - 1.355, + 1.354, 3140, - 1.091, + 1.09, 3307, - 1.444, + 1.443, 3308, - 1.355, + 1.354, 3320, 1.153, 3324, @@ -33809,7 +33809,7 @@ 3379, 1.235, 3396, - 1.444, + 1.443, 3399, 3.206, 3438, @@ -33825,17 +33825,17 @@ 3784, 1.191, 3835, - 1.444, + 1.443, 3838, 1.153, 3839, - 1.355, + 1.354, 3840, - 1.444, + 1.443, 3888, - 3.39, + 3.389, 3897, - 0.998, + 0.997, 3972, 0.851, 3988, @@ -33845,33 +33845,33 @@ 4180, 1.191, 4243, - 1.355, + 1.354, 4247, 1.288, 4257, 1.153, 4259, - 1.355, + 1.354, 4260, - 1.355, + 1.354, 4262, 3.276, 4276, - 1.355, + 1.354, 4356, 1.288, 4358, - 1.355, + 1.354, 4397, 1.235, 4424, 1.288, 4436, - 1.444, + 1.443, 4437, - 1.444, + 1.443, 4446, - 1.444, + 1.443, 4503, 1.153, 4508, @@ -33879,47 +33879,47 @@ 4509, 1.288, 4511, - 2.419, + 2.418, 4513, 1.235, 4532, 1.288, 4533, - 2.0, + 1.999, 4534, - 1.579, + 1.578, 4535, 1.191, 4536, - 1.579, + 1.578, 4537, - 1.579, + 1.578, 4538, 1.191, 4539, - 1.579, + 1.578, 4540, - 2.419, + 2.418, 4541, - 2.419, + 2.418, 4542, - 1.355, + 1.354, 4543, - 1.579, + 1.578, 4544, - 1.579, + 1.578, 4545, - 1.355, + 1.354, 4546, - 1.444, + 1.443, 4547, - 1.444, + 1.443, 4548, 1.191, 4549, - 1.579, + 1.578, 4550, - 1.579, + 1.578, 4551, 1.288, 4552, @@ -33927,113 +33927,113 @@ 4553, 1.288, 4554, - 1.444, + 1.443, 4555, - 3.116, + 3.115, 4556, 1.288, 4557, 2.577, 4558, - 2.419, + 2.418, 4559, 2.577, 4560, - 1.444, + 1.443, 4561, - 1.355, + 1.354, 4562, - 1.444, + 1.443, 4563, - 1.579, + 1.578, 4564, 1.235, 4565, - 1.444, + 1.443, 4566, - 1.579, + 1.578, 4567, - 1.444, + 1.443, 4568, - 1.579, + 1.578, 4569, - 1.579, + 1.578, 4570, - 1.444, + 1.443, 4571, 1.288, 4572, 1.235, 4573, - 1.579, + 1.578, 4574, - 1.579, + 1.578, 4575, - 1.579, + 1.578, 4576, - 2.419, + 2.418, 4577, - 1.579, + 1.578, 4578, - 1.444, + 1.443, 4579, 2.577, 4580, - 1.355, + 1.354, 4581, 1.288, 4582, - 1.579, + 1.578, 4583, - 1.355, + 1.354, 4584, - 1.579, + 1.578, 4585, 1.288, 4586, - 1.444, + 1.443, 4587, - 1.579, + 1.578, 4588, - 1.355, + 1.354, 4589, - 1.579, + 1.578, 4590, - 1.444, + 1.443, 4591, - 1.355, + 1.354, 4592, 1.288, 4593, - 1.355, + 1.354, 4594, - 1.579, + 1.578, 4595, - 0.998, + 0.997, 4596, 1.288, 4597, - 1.579, + 1.578, 4598, - 1.579, + 1.578, 4599, 1.191, 4600, - 1.579, + 1.578, 4601, - 1.579, + 1.578, 4602, - 1.444, + 1.443, 4603, 1.191, 4604, - 1.579, + 1.578, 4605, - 1.579, + 1.578, 4606, - 1.355, + 1.354, 4607, - 2.819, + 2.818, 4608, 1.288 ] @@ -34069,7 +34069,7 @@ 20, 1.125, 36, - 1.688, + 1.687, 38, 0.94, 39, @@ -34085,7 +34085,7 @@ 79, 0.874, 86, - 2.748, + 2.747, 90, 1.488, 97, @@ -34097,9 +34097,9 @@ 107, 1.61, 109, - 2.326, + 2.325, 122, - 1.944, + 1.943, 126, 1.239, 139, @@ -34111,27 +34111,27 @@ 153, 2.178, 165, - 2.42, + 2.419, 169, 0.929, 196, 2.158, 198, - 2.305, + 2.304, 199, 2.674, 207, 2.077, 224, - 3.945, + 3.944, 229, 1.144, 247, 2.799, 256, - 1.901, + 1.911, 268, - 1.275, + 1.274, 269, 1.416, 294, @@ -34155,7 +34155,7 @@ 692, 2.342, 713, - 3.28, + 3.279, 729, 3.615, 810, @@ -34167,7 +34167,7 @@ 841, 7.261, 850, - 6.905, + 6.904, 924, 4.017, 1067, @@ -34179,7 +34179,7 @@ 1557, 5.063, 1638, - 3.945, + 3.944, 1721, 4.312, 1774, @@ -34189,13 +34189,13 @@ 1901, 3.615, 1920, - 2.905, + 2.904, 1948, 3.321, 1989, 3.56, 2062, - 4.709, + 4.708, 2101, 7.033, 2261, @@ -34205,11 +34205,11 @@ 2420, 4.207, 2568, - 6.067, + 6.066, 2621, - 6.181, + 6.18, 2854, - 6.191, + 6.19, 3591, 9.734, 3681, @@ -34247,7 +34247,7 @@ 4622, 6.242, 4623, - 8.779, + 8.778, 4624, 8.462, 4625, @@ -34313,7 +34313,7 @@ 6, 1.24, 7, - 1.513, + 1.512, 8, 2.536, 10, @@ -34341,7 +34341,7 @@ 59, 1.041, 60, - 1.308, + 1.307, 76, 3.683, 77, @@ -34353,7 +34353,7 @@ 86, 2.247, 90, - 1.65, + 1.649, 99, 1.041, 100, @@ -34377,7 +34377,7 @@ 122, 2.558, 125, - 2.5, + 2.499, 126, 1.918, 148, @@ -34387,7 +34387,7 @@ 169, 1.03, 174, - 1.916, + 1.915, 194, 0.857, 196, @@ -34409,7 +34409,7 @@ 247, 2.718, 256, - 1.056, + 1.061, 260, 1.584, 264, @@ -34431,11 +34431,11 @@ 387, 1.657, 414, - 3.096, + 3.095, 433, - 1.916, + 1.915, 442, - 2.105, + 2.104, 454, 2.756, 471, @@ -34459,25 +34459,25 @@ 642, 2.381, 649, - 2.812, + 2.811, 663, 5.415, 680, - 3.637, + 3.636, 683, 3.49, 690, - 2.97, + 2.969, 703, - 1.843, + 1.842, 789, - 6.199, + 6.198, 808, 3.683, 811, 3.429, 812, - 3.334, + 3.333, 879, 4.073, 911, @@ -34485,29 +34485,29 @@ 915, 1.802, 923, - 2.303, + 2.302, 941, 2.714, 942, - 3.545, + 3.544, 944, 3.549, 960, 2.124, 969, - 2.861, + 2.86, 996, 2.381, 999, 2.165, 1032, - 3.782, + 3.781, 1047, 4.588, 1052, 2.469, 1053, - 3.334, + 3.333, 1067, 3.504, 1068, @@ -34517,9 +34517,9 @@ 1101, 2.765, 1104, - 1.636, + 1.635, 1126, - 4.071, + 4.07, 1216, 2.5, 1411, @@ -34533,13 +34533,13 @@ 1874, 2.765, 1885, - 4.009, + 4.008, 1901, - 4.009, + 4.008, 1911, 2.409, 1920, - 3.824, + 3.823, 1931, 2.533, 1956, @@ -34551,23 +34551,23 @@ 2101, 7.154, 2156, - 2.861, + 2.86, 2171, 4.781, 2336, 3.167, 2373, - 2.97, + 2.969, 2692, 3.432, 2750, - 2.97, + 2.969, 2953, 3.246, 2967, - 3.096, + 3.095, 2999, - 3.545, + 3.544, 3000, 3.676, 3020, @@ -34575,7 +34575,7 @@ 3094, 3.246, 3118, - 3.545, + 3.544, 3166, 3.834, 3602, @@ -34583,11 +34583,11 @@ 3607, 3.432, 3608, - 7.779, + 7.778, 3610, 3.731, 3679, - 3.545, + 3.544, 3708, 7.397, 3789, @@ -34601,7 +34601,7 @@ 3903, 3.432, 4048, - 6.429, + 6.428, 4258, 3.676, 4409, @@ -34633,7 +34633,7 @@ 4655, 9.065, 4656, - 6.922, + 6.921, 4657, 9.065, 4658, @@ -34647,41 +34647,41 @@ 4662, 9.065, 4663, - 6.922, + 6.921, 4664, - 6.922, + 6.921, 4665, - 6.922, + 6.921, 4666, - 6.922, + 6.921, 4667, - 6.922, + 6.921, 4668, - 6.922, + 6.921, 4669, - 6.922, + 6.921, 4670, - 6.922, + 6.921, 4671, - 6.922, + 6.921, 4672, - 6.922, + 6.921, 4673, - 6.922, + 6.921, 4674, - 6.922, + 6.921, 4675, - 6.922, + 6.921, 4676, - 6.922, + 6.921, 4677, 8.217, 4678, 6.329, 4679, - 6.922, + 6.921, 4680, - 6.922, + 6.921, 4681, 3.834, 4682, @@ -34691,7 +34691,7 @@ 4684, 4.699, 4685, - 6.922, + 6.921, 4686, 4.699, 4687, @@ -34717,345 +34717,313 @@ "data/manuals/gui-template", [ 0, - 0.625, + 0.653, 1, - 1.305, + 1.364, 2, - 1.291, + 1.35, 3, - 1.339, + 1.4, 4, - 1.339, + 1.4, 5, - 1.346, + 1.407, 6, - 1.346, + 1.407, 7, - 1.442, + 1.455, 8, - 1.427, + 1.492, 9, - 1.73, + 1.809, 10, - 1.862, + 1.909, 18, - 1.133, + 1.135, 20, - 1.543, - 30, - 1.927, + 1.523, 36, - 1.465, + 1.513, 38, - 0.816, + 0.843, 44, - 2.13, + 2.228, 46, - 1.639, + 1.584, 47, - 4.473, + 4.551, 48, - 5.784, + 5.885, 49, - 2.978, + 1.844, 50, - 5.22, + 5.328, 52, - 1.404, + 1.468, 57, - 1.404, + 1.421, 58, - 5.398, + 5.48, 59, - 0.968, + 0.98, 60, - 2.622, - 62, - 1.687, + 2.676, 70, - 2.148, + 2.247, 77, - 1.522, + 1.571, 79, - 0.976, - 84, - 2.185, + 0.985, 90, - 2.052, + 2.104, 92, - 2.948, + 3.044, 94, - 2.373, + 2.482, 95, - 5.106, + 5.055, 97, - 2.724, + 2.78, 99, 1.048, 100, - 0.957, + 1.001, 105, - 2.948, + 3.044, 106, - 1.92, + 1.946, 107, - 1.793, + 1.83, 108, - 1.499, + 1.568, 110, - 3.403, + 3.489, 113, - 1.022, + 1.069, 122, - 2.681, + 2.749, 123, - 3.99, + 4.173, 126, - 1.012, + 1.059, 132, - 1.752, + 1.833, 140, - 2.35, + 2.458, 142, - 2.184, + 2.256, 148, - 1.767, + 1.811, 151, - 3.019, + 3.118, 153, - 2.536, + 2.519, 154, - 3.223, + 3.371, 160, - 1.499, + 1.568, 169, - 1.281, + 1.129, 170, - 3.302, + 3.386, 175, - 3.754, + 3.849, 178, - 1.9, + 1.987, 185, - 2.397, + 2.507, 193, - 3.162, + 3.307, 196, - 2.978, + 3.053, 197, - 2.959, + 2.606, 198, - 2.001, + 2.066, 199, - 2.185, + 2.285, 201, - 1.146, + 1.199, 206, - 2.472, + 2.586, 207, - 2.445, + 2.525, 208, - 2.243, + 2.346, 210, - 2.063, + 2.157, 211, - 2.284, + 2.389, 224, - 7.631, + 7.642, 225, - 5.805, + 5.114, 226, - 2.622, + 2.676, 227, - 4.988, + 5.114, 228, - 2.148, + 2.247, 229, - 1.347, + 1.391, 238, - 2.866, + 2.997, 239, - 2.243, + 2.346, 240, - 1.45, + 1.517, 241, - 1.092, + 1.142, 244, - 1.956, + 2.045, 247, - 1.687, + 1.764, 250, - 2.838, - 256, - 1.651, + 2.931, 257, - 2.903, + 2.998, 260, - 1.719, + 1.798, 263, - 2.197, + 2.268, 268, - 1.924, + 1.803, 269, - 1.157, + 1.21, 273, - 2.326, + 2.179, 276, - 3.847, + 4.024, 294, - 2.909, + 3.042, 306, - 2.243, + 2.346, 330, - 2.746, + 2.815, 332, - 1.697, - 333, - 1.442, + 1.775, 368, - 1.45, + 1.517, 371, - 2.68, + 2.802, 385, - 2.866, + 2.997, 392, - 2.574, + 2.658, 402, - 2.714, + 2.838, 452, - 1.483, + 1.551, 498, - 3.847, + 4.024, 510, - 2.699, + 2.787, 515, - 3.162, + 3.307, 526, - 3.36, + 3.514, 561, - 1.617, + 1.691, 577, - 2.0, + 2.092, 594, - 2.35, + 2.458, 595, - 2.749, + 2.875, 600, - 2.446, - 601, - 1.848, + 2.559, 631, - 4.266, + 4.374, 634, - 2.015, + 2.107, 636, - 1.956, + 2.045, 644, - 2.527, + 2.642, 676, - 2.328, + 2.434, 683, - 2.166, + 2.266, 691, - 1.56, + 1.632, 771, - 2.373, + 2.482, 854, - 2.825, + 2.955, 857, - 2.909, + 3.042, 885, - 3.105, + 3.247, 914, - 4.964, + 4.967, 961, - 3.523, + 3.685, 973, - 3.847, + 4.024, 1157, - 2.68, + 2.802, 1208, - 3.105, + 3.247, 1259, - 4.643, + 4.794, 1314, - 3.438, - 1416, - 3.523, + 3.595, 1479, - 3.001, + 3.139, 1495, - 2.825, + 2.955, 1541, - 2.749, + 2.875, 1598, - 4.162, + 4.352, 1600, - 3.052, + 3.191, 1604, - 2.68, - 1649, - 2.68, + 2.802, 1666, - 3.162, + 3.307, 1774, - 2.585, + 2.703, 1906, - 3.523, + 3.685, 1936, - 2.825, + 2.955, 2042, - 2.825, - 2259, - 5.542, + 2.955, 2379, - 3.289, + 3.439, 2514, - 2.787, + 2.914, 2643, - 3.847, + 4.024, 2834, - 3.847, + 4.024, 2908, - 3.523, + 3.685, 3317, - 6.496, + 6.661, 3399, - 3.523, - 3423, - 3.847, - 3619, - 4.664, - 3727, - 3.052, - 4104, - 3.162, + 3.685, 4248, - 4.664, + 4.878, 4353, - 3.99, + 4.173, 4424, - 4.162, + 4.352, 4692, - 5.1, + 5.334, 4693, - 5.1, + 5.334, 4694, - 5.1, + 4.577, 4695, - 5.1, + 3.595, 4696, - 5.1, + 5.334, 4697, - 4.376, + 5.334, 4698, - 3.438, - 4699, - 5.1, - 4700, - 5.1, - 4701, - 5.1 + 5.334 ] ], [ @@ -35073,7 +35041,7 @@ 1, 1.88, 2, - 0.99, + 0.989, 3, 1.026, 4, @@ -35089,7 +35057,7 @@ 9, 1.326, 10, - 1.786, + 1.785, 11, 1.416, 18, @@ -35097,7 +35065,7 @@ 20, 1.494, 30, - 1.477, + 1.488, 36, 1.88, 38, @@ -35105,7 +35073,7 @@ 42, 1.335, 44, - 1.633, + 1.632, 46, 1.586, 49, @@ -35113,7 +35081,7 @@ 52, 2.023, 54, - 1.856, + 1.855, 57, 1.438, 59, @@ -35127,11 +35095,11 @@ 77, 1.522, 78, - 1.735, + 1.734, 79, 0.964, 90, - 0.932, + 0.931, 91, 2.056, 93, @@ -35155,7 +35123,7 @@ 116, 1.521, 125, - 1.833, + 1.832, 126, 1.771, 128, @@ -35163,7 +35131,7 @@ 132, 1.343, 139, - 2.264, + 2.263, 148, 2.015, 150, @@ -35171,9 +35139,9 @@ 153, 2.361, 158, - 1.143, + 1.142, 165, - 1.118, + 1.117, 169, 0.896, 171, @@ -35191,7 +35159,7 @@ 226, 2.298, 229, - 1.348, + 1.347, 230, 1.36, 231, @@ -35205,7 +35173,7 @@ 244, 1.499, 249, - 4.28, + 4.279, 260, 1.317, 261, @@ -35221,25 +35189,25 @@ 273, 2.202, 280, - 1.533, + 1.532, 285, 3.699, 313, 3.498, 323, - 2.339, + 2.338, 332, 2.446, 334, 2.165, 342, - 1.751, + 1.75, 390, 1.646, 393, - 3.058, + 3.057, 434, - 1.819, + 1.818, 452, 1.751, 472, @@ -35247,9 +35215,9 @@ 473, 1.719, 492, - 2.264, + 2.263, 511, - 2.08, + 2.079, 521, 1.36, 537, @@ -35257,7 +35225,7 @@ 546, 2.107, 554, - 1.467, + 1.466, 555, 1.876, 561, @@ -35269,7 +35237,7 @@ 623, 5.036, 629, - 1.812, + 1.811, 631, 1.936, 633, @@ -35287,7 +35255,7 @@ 676, 4.748, 680, - 2.054, + 2.053, 681, 2.952, 683, @@ -35301,13 +35269,13 @@ 711, 5.639, 740, - 1.981, + 1.98, 744, 2.92, 751, 1.581, 754, - 2.339, + 2.338, 774, 3.323, 801, @@ -35317,11 +35285,11 @@ 809, 5.519, 826, - 2.054, + 2.053, 832, 1.875, 849, - 1.735, + 1.734, 850, 3.189, 857, @@ -35333,37 +35301,37 @@ 905, 2.3, 914, - 1.633, + 1.632, 939, 4.669, 941, 2.882, 947, - 2.054, + 2.053, 996, - 1.981, + 1.98, 1019, 2.778, 1047, 4.475, 1052, - 2.054, + 2.053, 1060, 2.196, 1066, - 1.533, + 1.532, 1109, 2.92, 1127, - 2.855, + 2.854, 1202, - 1.856, + 1.855, 1253, 2.196, 1272, - 1.735, + 1.734, 1283, - 4.513, + 4.512, 1284, 2.52, 1324, @@ -35375,7 +35343,7 @@ 1382, 2.165, 1403, - 1.856, + 1.855, 1465, 1.378, 1495, @@ -35383,13 +35351,13 @@ 1508, 2.948, 1529, - 4.916, + 4.915, 1681, - 2.581, + 2.58, 1682, 2.47, 1713, - 2.054, + 2.053, 1724, 2.86, 1769, @@ -35399,11 +35367,11 @@ 1807, 1.875, 1811, - 2.855, + 2.854, 1871, - 1.895, + 1.894, 1882, - 1.735, + 1.734, 1893, 3.604, 1911, @@ -35411,23 +35379,23 @@ 1920, 2.803, 1933, - 2.08, + 2.079, 1948, 3.911, 1969, 4.4, 1989, - 3.436, + 3.435, 1990, 2.575, 1997, - 3.436, + 3.435, 1999, 3.337, 2002, - 3.058, + 3.057, 2006, - 2.054, + 2.053, 2015, 2.634, 2024, @@ -35437,21 +35405,21 @@ 2065, 4.544, 2075, - 2.339, + 2.338, 2103, - 3.354, + 3.353, 2244, - 4.162, + 4.161, 2327, 2.47, 2330, - 3.969, + 3.968, 2337, - 2.773, + 2.772, 2441, 3.862, 2476, - 2.855, + 2.854, 2517, 2.948, 2566, @@ -35465,73 +35433,73 @@ 3006, 4.4, 3030, - 4.916, + 4.915, 3078, - 3.058, + 3.057, 3118, 2.948, 3185, 4.544, 3442, - 2.773, + 2.772, 3620, - 3.058, + 3.057, 3638, 2.948, 3802, - 2.855, + 2.854, 3874, - 3.058, + 3.057, 4104, - 2.423, + 2.47, 4134, 2.575, 4136, - 8.088, + 8.087, 4252, - 4.274, + 4.273, 4253, 3.574, 4374, - 3.354, + 3.353, 4384, - 2.855, + 2.854, 4397, - 3.058, + 3.057, 4557, 3.574, + 4699, + 3.908, + 4700, + 3.353, + 4701, + 5.508, 4702, - 3.909, + 3.908, 4703, - 3.354, + 3.353, 4704, - 5.509, + 3.908, 4705, - 3.909, + 3.908, 4706, - 3.354, + 3.574, 4707, - 3.909, + 3.908, 4708, - 3.909, + 3.189, 4709, - 3.574, + 6.024, 4710, - 3.909, + 3.353, 4711, - 3.189, + 3.908, 4712, - 6.024, - 4713, - 3.354, - 4714, - 3.909, - 4715, 3.574, - 4716, + 4713, 3.574, - 4717, - 3.909 + 4714, + 3.908 ] ], [ @@ -35551,7 +35519,7 @@ 10, 2.055, 11, - 2.219, + 2.218, 18, 1.101, 20, @@ -35567,7 +35535,7 @@ 46, 1.191, 52, - 1.686, + 1.685, 57, 1.367, 59, @@ -35575,7 +35543,7 @@ 60, 1.704, 62, - 2.025, + 2.038, 69, 4.467, 70, @@ -35625,7 +35593,7 @@ 227, 3.546, 229, - 1.123, + 1.122, 230, 2.131, 239, @@ -35633,7 +35601,7 @@ 240, 1.741, 256, - 1.877, + 1.886, 265, 4.034, 266, @@ -35647,13 +35615,13 @@ 330, 2.663, 333, - 2.362, + 2.375, 362, 4.127, 379, 4.127, 387, - 2.16, + 2.159, 436, 4.034, 451, @@ -35667,33 +35635,33 @@ 471, 1.641, 497, - 3.14, + 3.139, 532, 4.472, 552, - 1.821, + 1.82, 555, - 2.601, + 2.6, 561, 2.647, 577, 3.275, 579, - 3.068, + 3.067, 583, 3.796, 620, - 3.178, + 3.177, 622, 4.049, 629, - 2.859, + 2.858, 674, - 3.068, + 3.067, 691, 2.555, 692, - 2.298, + 2.297, 705, 4.034, 765, @@ -35705,7 +35673,7 @@ 898, 2.965, 914, - 2.558, + 2.557, 917, 3.776, 918, @@ -35735,7 +35703,7 @@ 1128, 5.254, 1135, - 5.63, + 5.629, 1158, 4.705, 1173, @@ -35743,33 +35711,33 @@ 1186, 3.0, 1219, - 3.728, + 3.727, 1306, - 3.87, + 3.869, 1307, - 3.728, + 3.727, 1326, - 3.728, + 3.727, 1327, 4.127, 1378, - 3.728, + 3.727, 1386, 4.472, 1546, - 3.178, + 3.177, 1588, 3.0, 1594, - 4.764, + 4.763, 1602, 3.0, 1628, 4.827, 1637, - 6.13, + 6.129, 1694, - 5.77, + 5.769, 1773, 4.034, 1807, @@ -35777,9 +35745,9 @@ 1878, 5.278, 1882, - 2.718, + 2.717, 1889, - 3.728, + 3.727, 1895, 5.278, 1942, @@ -35787,11 +35755,11 @@ 2084, 3.948, 2217, - 3.728, + 3.727, 2268, 3.258, 2343, - 4.791, + 4.79, 2472, 4.127, 2506, @@ -35815,26 +35783,26 @@ 4390, 5.599, 4392, - 4.791, - 4718, + 4.79, + 4715, 6.123, - 4719, + 4716, 5.599, - 4720, + 4717, 4.996, - 4721, + 4718, 8.352, - 4722, - 7.167, - 4723, + 4719, + 7.166, + 4720, 4.996, - 4724, + 4721, 6.123, - 4725, + 4722, 6.123, - 4726, + 4723, 5.254, - 4727, + 4724, 5.599 ] ], @@ -35857,9 +35825,9 @@ 8, 2.702, 9, - 1.052, + 1.051, 10, - 1.942, + 1.941, 12, 1.415, 18, @@ -35871,9 +35839,9 @@ 38, 0.885, 39, - 1.334, + 1.333, 42, - 1.319, + 1.318, 43, 1.609, 46, @@ -35887,9 +35855,9 @@ 60, 2.374, 61, - 3.11, + 3.109, 62, - 1.025, + 1.032, 63, 1.503, 72, @@ -35905,13 +35873,13 @@ 94, 2.334, 96, - 0.983, + 0.982, 97, 2.596, 99, 1.004, 100, - 1.813, + 1.812, 102, 1.616, 103, @@ -35935,7 +35903,7 @@ 142, 0.922, 148, - 1.636, + 1.635, 149, 2.405, 150, @@ -35953,7 +35921,7 @@ 169, 1.391, 171, - 1.59, + 1.589, 177, 1.933, 194, @@ -35971,13 +35939,13 @@ 201, 1.127, 205, - 2.339, + 2.338, 211, - 1.389, + 1.388, 226, 2.02, 229, - 0.92, + 0.919, 230, 1.079, 231, @@ -35997,11 +35965,11 @@ 269, 1.936, 280, - 1.216, + 1.215, 285, - 1.389, + 1.388, 292, - 2.707, + 2.706, 313, 3.788, 330, @@ -36009,17 +35977,17 @@ 332, 1.032, 333, - 1.419, + 1.426, 353, 1.234, 359, - 1.364, + 1.363, 368, - 0.882, + 0.881, 380, 1.781, 382, - 1.116, + 1.115, 387, 1.093, 392, @@ -36031,9 +35999,9 @@ 425, 2.861, 434, - 1.443, + 1.442, 442, - 1.389, + 1.388, 445, 2.425, 452, @@ -36045,9 +36013,9 @@ 456, 1.671, 471, - 1.345, + 1.344, 473, - 1.364, + 1.363, 481, 1.768, 500, @@ -36067,7 +36035,7 @@ 563, 1.922, 577, - 1.216, + 1.215, 588, 1.609, 590, @@ -36081,7 +36049,7 @@ 647, 2.905, 648, - 2.432, + 2.431, 649, 1.855, 675, @@ -36093,7 +36061,7 @@ 693, 2.264, 703, - 1.216, + 1.215, 711, 1.855, 713, @@ -36107,17 +36075,17 @@ 758, 1.376, 762, - 1.402, + 1.401, 773, 1.123, 774, - 1.402, + 1.401, 793, 2.334, 801, 1.519, 808, - 1.65, + 1.649, 849, 1.376, 856, @@ -36129,9 +36097,9 @@ 878, 5.501, 891, - 1.052, + 1.051, 901, - 1.34, + 1.339, 925, 2.042, 931, @@ -36139,25 +36107,25 @@ 939, 1.536, 941, - 1.216, + 1.215, 944, 4.088, 948, 1.225, 960, - 2.268, + 2.267, 975, 1.487, 996, 4.04, 1010, - 3.691, + 3.69, 1029, 1.503, 1032, - 2.741, + 2.74, 1043, - 1.34, + 1.339, 1045, 2.042, 1047, @@ -36175,17 +36143,17 @@ 1079, 1.503, 1089, - 3.305, + 3.304, 1090, - 1.443, + 1.442, 1101, 1.824, 1104, - 3.255, + 3.254, 1107, 1.536, 1146, - 1.34, + 1.339, 1150, 1.742, 1186, @@ -36203,11 +36171,11 @@ 1284, 1.999, 1285, - 2.339, + 2.338, 1291, 3.78, 1296, - 2.354, + 2.353, 1302, 2.264, 1332, @@ -36231,21 +36199,21 @@ 1606, 1.824, 1629, - 1.389, + 1.388, 1716, 2.199, 1866, 1.768, 1908, - 1.402, + 1.401, 1920, - 1.443, + 1.442, 1929, 1.629, 1931, 4.298, 1939, - 3.664, + 3.663, 1971, 2.425, 1982, @@ -36253,21 +36221,21 @@ 1990, 2.042, 2030, - 2.09, + 2.089, 2035, - 3.11, + 3.109, 2042, - 4.417, + 4.416, 2086, 2.264, 2101, - 3.917, + 3.916, 2189, 1.717, 2261, 3.55, 2308, - 2.142, + 2.141, 2338, 2.66, 2353, @@ -36275,17 +36243,17 @@ 2410, 4.093, 2476, - 3.664, + 3.663, 2542, 1.922, 2656, 3.784, 2878, - 3.559, + 3.558, 2916, 3.992, 2950, - 2.339, + 2.338, 2952, 1.671, 2961, @@ -36295,7 +36263,7 @@ 3354, 4.093, 3425, - 4.943, + 4.942, 3607, 2.264, 3610, @@ -36303,27 +36271,27 @@ 3646, 2.669, 3691, - 2.142, + 2.141, 3693, 1.999, 3697, - 2.835, + 2.834, 3708, - 5.924, + 5.923, 3727, - 1.855, + 1.887, 3797, 1.999, 3864, - 4.943, + 4.942, 3901, - 2.53, + 2.529, 4028, - 2.53, + 2.529, 4104, - 1.922, + 1.959, 4254, - 5.68, + 5.679, 4454, 2.425, 4472, @@ -36333,122 +36301,122 @@ 4595, 1.959, 4621, - 3.917, + 3.916, 4649, 5.421, 4653, 2.66, - 4711, - 2.53, - 4728, + 4708, + 2.529, + 4725, + 3.1, + 4726, + 2.529, + 4727, 3.1, + 4728, + 9.35, 4729, - 2.53, + 4.304, 4730, - 3.1, + 2.834, 4731, - 9.351, + 3.1, 4732, - 4.304, + 3.1, 4733, - 2.835, + 6.317, 4734, - 3.1, + 2.834, 4735, - 3.1, + 2.66, 4736, - 6.318, + 7.801, 4737, - 2.835, + 5.016, 4738, - 2.66, + 3.1, 4739, - 7.801, + 5.016, 4740, 5.016, 4741, - 3.1, + 2.66, 4742, - 5.016, + 3.053, 4743, - 5.016, + 1.922, 4744, - 2.66, + 2.834, 4745, - 3.054, + 5.016, 4746, - 1.922, + 3.1, 4747, - 2.835, + 2.834, 4748, - 5.016, + 2.834, 4749, 3.1, 4750, - 2.835, + 2.66, 4751, - 2.835, - 4752, 3.1, + 4752, + 6.317, 4753, - 2.66, + 5.016, 4754, - 3.1, + 5.016, 4755, - 6.318, + 2.834, 4756, 5.016, 4757, - 5.016, + 3.1, 4758, - 2.835, + 6.317, 4759, - 5.016, + 6.317, 4760, - 3.1, + 7.259, 4761, - 6.318, + 3.1, 4762, - 6.318, + 3.1, 4763, - 7.26, + 2.834, 4764, 3.1, 4765, - 3.1, + 5.016, 4766, - 2.835, + 3.1, 4767, 3.1, 4768, - 5.016, + 3.1, 4769, 3.1, 4770, 3.1, 4771, - 3.1, + 2.66, 4772, - 3.1, + 2.834, 4773, - 3.1, + 2.834, 4774, - 2.66, + 2.834, 4775, - 2.835, + 2.834, 4776, - 2.835, + 2.834, 4777, - 2.835, + 2.834, 4778, - 2.835, - 4779, - 2.835, - 4780, - 2.835, - 4781, 3.1, - 4782, + 4779, 3.1 ] ], @@ -36493,11 +36461,11 @@ 1, 1.759, 2, - 1.742, + 1.741, 3, - 1.806, + 1.805, 4, - 1.806, + 1.805, 5, 1.815, 6, @@ -36523,9 +36491,9 @@ 72, 2.289, 77, - 1.425, + 1.424, 86, - 2.932, + 2.931, 90, 1.639, 99, @@ -36547,7 +36515,7 @@ 148, 1.411, 150, - 1.742, + 1.741, 153, 1.561, 169, @@ -36561,7 +36529,7 @@ 247, 2.275, 256, - 1.546, + 1.553, 268, 1.843, 269, @@ -36571,7 +36539,7 @@ 294, 3.923, 333, - 1.945, + 1.956, 380, 3.205, 392, @@ -36587,15 +36555,15 @@ 590, 2.85, 601, - 2.492, + 2.509, 602, 2.782, 617, 5.902, 629, - 2.069, + 2.068, 650, - 4.532, + 4.531, 703, 2.697, 715, @@ -36603,19 +36571,19 @@ 793, 3.201, 811, - 3.408, + 3.407, 849, 4.007, 857, 5.149, 909, - 4.436, + 4.435, 922, 4.636, 1009, 4.636, 1052, - 4.744, + 4.743, 1198, 3.923, 1283, @@ -36623,23 +36591,23 @@ 1332, 2.782, 1337, - 4.436, + 4.435, 1421, - 4.188, + 4.187, 1543, 4.048, 1546, - 3.57, + 3.569, 1662, 3.025, 1807, - 3.3, + 3.299, 1885, 3.984, 1948, 3.66, 1982, - 3.408, + 3.407, 2019, 7.49, 2021, @@ -36651,7 +36619,7 @@ 2164, 2.972, 2267, - 8.224, + 8.223, 2268, 3.66, 2465, @@ -36661,7 +36629,7 @@ 2902, 7.603, 3213, - 5.382, + 5.381, 3218, 4.88, 3310, @@ -36669,7 +36637,7 @@ 4003, 9.785, 4028, - 5.613, + 5.612, 4029, 6.29, 4036, @@ -36683,45 +36651,45 @@ 4081, 6.29, 4254, - 5.382, + 5.381, 4579, 6.29, - 4783, + 4780, 7.361, + 4781, + 6.878, + 4782, + 8.256, + 4783, + 6.878, 4784, - 6.879, + 10.7, 4785, - 8.256, + 10.7, 4786, - 6.879, + 6.878, 4787, - 10.701, + 6.878, 4788, - 10.701, + 9.028, 4789, - 6.879, + 6.878, 4790, - 6.879, + 6.878, 4791, - 9.029, + 6.878, 4792, - 6.879, + 6.878, 4793, - 6.879, + 6.878, 4794, - 6.879, + 6.878, 4795, - 6.879, + 6.878, 4796, - 6.879, + 6.878, 4797, - 6.879, - 4798, - 6.879, - 4799, - 6.879, - 4800, - 6.879 + 6.878 ] ], [ @@ -36781,11 +36749,11 @@ 60, 1.625, 62, - 1.932, + 1.944, 65, - 6.11, + 6.109, 76, - 4.935, + 4.934, 77, 1.21, 79, @@ -36813,7 +36781,7 @@ 126, 2.317, 148, - 2.331, + 2.33, 149, 2.223, 150, @@ -36839,9 +36807,9 @@ 230, 2.033, 231, - 3.756, + 3.755, 256, - 1.312, + 1.319, 257, 2.308, 268, @@ -36851,9 +36819,9 @@ 290, 3.147, 353, - 2.326, + 2.325, 454, - 2.326, + 2.325, 473, 4.402, 510, @@ -36867,7 +36835,7 @@ 554, 3.034, 555, - 2.888, + 2.887, 567, 3.031, 574, @@ -36875,21 +36843,21 @@ 577, 2.29, 594, - 2.692, + 2.691, 629, 2.789, 636, - 3.101, + 3.1, 657, 5.012, 677, - 2.692, + 2.691, 679, 2.616, 689, 2.616, 695, - 2.641, + 2.64, 703, 2.29, 717, @@ -36905,7 +36873,7 @@ 815, 3.621, 834, - 2.894, + 2.893, 864, 4.035, 873, @@ -36915,21 +36883,21 @@ 910, 3.108, 935, - 4.959, + 4.958, 936, 5.327, 937, 4.766, 938, - 5.11, + 5.109, 939, 5.628, 940, - 6.598, + 6.597, 959, 4.302, 976, - 4.57, + 4.569, 977, 3.108, 978, @@ -36937,7 +36905,7 @@ 1071, 3.282, 1131, - 2.894, + 2.893, 1146, 2.524, 1173, @@ -36949,7 +36917,7 @@ 1211, 4.266, 1225, - 4.144, + 4.143, 1264, 3.848, 1291, @@ -36995,32 +36963,32 @@ 2317, 4.266, 2522, - 4.57, + 4.569, 2886, 4.266, 3134, 3.495, 3318, - 4.57, + 4.569, 3727, - 3.495, + 3.556, 4048, - 4.57, + 4.569, 4508, - 4.57, + 4.569, 4581, 4.766, - 4703, + 4700, 5.012, - 4801, + 4798, 5.012, - 4802, + 4799, 5.012, - 4803, + 4800, 5.341, - 4804, + 4801, 5.012, - 4805, + 4802, 5.012 ] ], @@ -37051,11 +37019,11 @@ 7, 1.547, 8, - 2.641, + 2.64, 9, 1.736, 10, - 1.866, + 1.865, 18, 1.118, 20, @@ -37065,7 +37033,7 @@ 38, 0.958, 42, - 1.817, + 1.816, 46, 1.427, 52, @@ -37085,17 +37053,17 @@ 79, 0.977, 84, - 3.156, + 3.183, 85, - 3.063, + 3.062, 92, 2.054, 93, - 3.301, + 3.3, 99, 1.049, 100, - 0.961, + 0.96, 101, 2.481, 102, @@ -37111,7 +37079,7 @@ 111, 2.138, 112, - 3.235, + 3.234, 113, 1.729, 122, @@ -37131,11 +37099,11 @@ 153, 2.659, 158, - 1.497, + 1.496, 185, 4.895, 197, - 1.759, + 1.758, 198, 2.006, 201, @@ -37159,7 +37127,7 @@ 251, 2.359, 256, - 1.939, + 1.948, 258, 3.372, 268, @@ -37171,9 +37139,9 @@ 290, 3.358, 301, - 3.862, + 3.861, 311, - 5.565, + 5.564, 353, 2.038, 368, @@ -37191,7 +37159,7 @@ 469, 2.594, 495, - 4.177, + 4.176, 521, 1.782, 543, @@ -37199,13 +37167,13 @@ 555, 2.939, 579, - 3.691, + 3.69, 590, - 2.121, + 2.12, 595, - 2.76, + 2.759, 614, - 2.889, + 2.888, 629, 1.539, 631, @@ -37217,7 +37185,7 @@ 679, 3.299, 681, - 3.61, + 3.609, 691, 2.64, 692, @@ -37227,31 +37195,31 @@ 699, 7.234, 704, - 3.301, + 3.3, 706, - 3.739, + 3.738, 766, 5.763, 774, 3.33, 786, - 2.965, + 2.964, 815, - 3.174, + 3.173, 831, - 4.408, + 4.407, 879, 3.012, 891, - 2.499, + 2.498, 922, 3.45, 939, 2.536, 940, - 4.177, + 4.176, 944, - 2.625, + 2.624, 959, 5.542, 960, @@ -37259,93 +37227,93 @@ 986, 3.45, 994, - 3.632, + 3.631, 998, - 2.965, + 2.964, 999, 2.359, 1146, 2.212, 1207, - 3.739, + 3.738, 1214, - 3.632, + 3.631, 1216, - 2.724, + 2.723, 1336, - 6.011, + 6.01, 1382, - 2.836, + 2.835, 1385, - 3.632, + 3.631, 1413, 3.116, 1432, - 2.877, + 2.876, 1460, - 4.14, + 4.139, 1541, - 2.76, + 2.759, 1636, - 2.965, + 2.964, 1675, - 6.198, + 6.197, 1676, 5.453, 1717, - 4.005, + 4.004, 1804, 2.455, 1882, 2.272, 1893, - 3.063, + 3.062, 1901, - 2.965, + 2.964, 1948, - 2.724, + 2.723, 2053, - 4.005, + 4.004, 2084, - 3.301, + 3.3, 2130, - 4.177, + 4.176, 2164, 3.183, 2249, 3.45, 2623, - 4.005, + 4.004, 2686, 7.12, 2691, - 4.005, + 4.004, 2717, - 3.739, + 3.738, 2991, - 3.862, + 3.861, 3306, - 3.862, + 3.861, 3779, - 4.005, + 4.004, 3869, 4.392, 3903, - 3.739, + 3.738, 4104, - 3.174, + 3.234, 4257, - 3.739, + 3.738, 4502, 4.392, 4503, - 3.739, + 3.738, 4504, - 4.681, + 4.68, 4505, - 3.739, + 3.738, 4506, - 4.005, + 4.004, 4507, 4.392, 4508, @@ -37357,41 +37325,41 @@ 4511, 4.392, 4512, - 4.177, + 4.176, 4513, - 4.005, + 4.004, 4555, - 4.177, + 4.176, 4581, 8.161, + 4803, + 8.629, + 4804, + 5.118, + 4805, + 5.118, 4806, - 8.63, + 5.118, 4807, - 5.119, + 4.176, 4808, - 5.119, + 5.118, 4809, - 5.119, + 4.176, 4810, - 4.177, + 5.118, 4811, - 5.119, + 5.118, 4812, - 4.177, + 5.118, 4813, - 5.119, + 5.118, 4814, - 5.119, + 5.118, 4815, - 5.119, - 4816, - 5.119, - 4817, - 5.119, - 4818, 6.736, - 4819, - 5.119 + 4816, + 5.118 ] ], [ @@ -37407,13 +37375,13 @@ 0, 0.329, 1, - 0.687, + 0.686, 2, 1.447, 3, - 0.705, + 0.704, 4, - 0.705, + 0.704, 5, 0.708, 6, @@ -37435,11 +37403,11 @@ 23, 4.483, 27, - 1.555, + 1.554, 28, 1.301, 36, - 1.473, + 1.472, 38, 1.199, 39, @@ -37465,7 +37433,7 @@ 66, 2.874, 69, - 1.262, + 1.261, 77, 1.65, 78, @@ -37487,11 +37455,11 @@ 94, 1.249, 97, - 1.653, + 1.652, 99, 1.058, 100, - 1.073, + 1.072, 102, 2.037, 103, @@ -37503,7 +37471,7 @@ 108, 2.171, 109, - 1.661, + 1.66, 112, 1.696, 113, @@ -37523,7 +37491,7 @@ 132, 1.531, 139, - 1.555, + 1.554, 140, 2.054, 148, @@ -37537,13 +37505,13 @@ 160, 0.789, 165, - 1.275, + 1.274, 169, 1.504, 170, 1.029, 178, - 1.661, + 1.66, 194, 2.104, 196, @@ -37555,23 +37523,23 @@ 207, 0.893, 210, - 1.086, + 1.085, 216, - 2.259, + 2.258, 226, 0.747, 229, 1.998, 230, - 1.99, + 1.989, 231, 2.497, 236, 1.345, 239, - 1.181, + 1.18, 240, - 1.268, + 1.267, 241, 1.425, 247, @@ -37579,9 +37547,9 @@ 253, 1.345, 254, - 2.937, + 2.936, 256, - 1.79, + 1.798, 260, 1.502, 266, @@ -37603,13 +37571,13 @@ 332, 0.893, 341, - 1.288, + 1.287, 345, 1.301, 353, 2.65, 359, - 1.181, + 1.18, 361, 1.508, 368, @@ -37619,17 +37587,17 @@ 382, 0.966, 390, - 1.131, + 1.13, 392, - 2.003, + 2.002, 394, - 4.722, + 4.721, 396, 2.19, 398, 2.19, 403, - 5.651, + 5.65, 404, 4.206, 429, @@ -37641,7 +37609,7 @@ 443, 3.637, 446, - 2.864, + 2.863, 452, 0.78, 457, @@ -37689,9 +37657,9 @@ 594, 1.237, 600, - 1.288, + 1.287, 608, - 2.832, + 2.831, 615, 2.372, 622, @@ -37699,15 +37667,15 @@ 623, 2.537, 642, - 2.897, + 2.896, 647, - 2.582, + 2.581, 659, 2.542, 672, 1.237, 673, - 5.31, + 5.309, 674, 5.063, 675, @@ -37731,7 +37699,7 @@ 702, 1.345, 703, - 1.053, + 1.052, 704, 1.731, 710, @@ -37747,13 +37715,13 @@ 744, 1.301, 751, - 2.312, + 2.311, 753, 3.162, 759, 3.686, 773, - 0.973, + 0.972, 817, 2.025, 845, @@ -37767,11 +37735,11 @@ 864, 1.854, 890, - 4.585, + 4.584, 891, - 2.505, + 2.504, 894, - 1.061, + 1.06, 898, 0.953, 901, @@ -37811,7 +37779,7 @@ 1064, 2.801, 1066, - 1.053, + 1.052, 1067, 1.456, 1071, @@ -37819,15 +37787,15 @@ 1097, 2.763, 1103, - 2.937, + 2.936, 1104, - 1.99, + 1.989, 1131, - 2.832, + 2.831, 1133, 3.497, 1135, - 3.853, + 3.852, 1137, 3.982, 1140, @@ -37835,11 +37803,11 @@ 1142, 2.19, 1220, - 3.544, + 3.543, 1235, 1.731, 1239, - 2.455, + 2.454, 1272, 1.191, 1314, @@ -37855,7 +37823,7 @@ 1411, 1.15, 1413, - 2.714, + 2.713, 1460, 1.508, 1473, @@ -37875,17 +37843,17 @@ 1575, 6.086, 1649, - 1.41, + 1.428, 1655, 1.41, 1661, 1.345, 1662, - 1.181, + 1.18, 1681, - 3.785, + 3.784, 1684, - 1.555, + 1.554, 1685, 2.025, 1686, @@ -37899,7 +37867,7 @@ 1804, 2.138, 1807, - 1.288, + 1.287, 1839, 1.904, 1840, @@ -37913,7 +37881,7 @@ 1895, 1.696, 1901, - 1.555, + 1.554, 1911, 1.376, 1920, @@ -37927,9 +37895,9 @@ 2012, 4.472, 2013, - 3.949, + 3.948, 2024, - 1.214, + 1.213, 2026, 1.768, 2049, @@ -37949,19 +37917,19 @@ 2139, 2.025, 2182, - 2.286, + 2.285, 2189, 1.487, 2201, - 3.825, + 3.824, 2223, - 2.455, + 2.454, 2226, 1.696, 2259, - 3.363, + 3.487, 2260, - 1.961, + 1.96, 2264, 3.487, 2300, @@ -37969,29 +37937,29 @@ 2315, 4.664, 2317, - 1.961, + 1.96, 2403, 1.904, 2423, - 3.363, + 3.362, 2442, - 3.256, + 3.255, 2468, 2.1, 2514, 4.352, 2546, - 3.256, + 3.255, 2550, - 1.555, + 1.554, 2582, 1.531, 2690, - 1.555, + 1.554, 2787, 2.19, 2801, - 1.961, + 1.96, 2808, 3.637, 2848, @@ -38003,13 +37971,13 @@ 2962, 2.025, 3079, - 3.256, + 3.255, 3082, - 2.455, + 2.454, 3139, 2.025, 3192, - 1.961, + 1.96, 3217, 2.19, 3218, @@ -38017,7 +37985,7 @@ 3306, 2.025, 3320, - 3.256, + 3.255, 3342, 1.664, 3343, @@ -38035,27 +38003,27 @@ 3597, 1.904, 3599, - 2.937, + 2.936, 3616, - 1.961, + 1.96, 3625, 2.303, 3638, 2.025, 3657, - 3.825, + 3.824, 3659, - 2.455, + 2.454, 3830, 2.19, 3901, 2.19, 3963, - 2.455, + 2.454, 4028, 2.19, 4090, - 1.961, + 1.96, 4109, 2.19, 4155, @@ -38073,17 +38041,23 @@ 4532, 2.19, 4548, - 3.363, + 3.362, 4590, - 2.455, - 4820, + 2.454, + 4817, 2.684, - 4821, + 4818, 2.19, + 4819, + 2.684, + 4820, + 2.454, + 4821, + 2.684, 4822, 2.684, 4823, - 2.455, + 2.684, 4824, 2.684, 4825, @@ -38095,121 +38069,115 @@ 4828, 2.684, 4829, - 2.684, + 1.809, 4830, 2.684, 4831, 2.684, 4832, - 1.809, + 2.454, 4833, 2.684, 4834, - 2.684, + 2.303, 4835, - 2.455, + 2.684, 4836, 2.684, 4837, - 2.303, - 4838, 2.684, + 4838, + 2.454, 4839, 2.684, 4840, - 2.684, + 2.454, 4841, - 2.455, + 4.904, 4842, - 2.684, + 2.303, 4843, - 2.455, + 2.684, 4844, - 4.905, + 3.824, 4845, - 2.303, + 4.457, 4846, - 2.684, + 2.025, 4847, - 3.825, + 1.96, 4848, - 4.458, + 2.684, 4849, - 2.025, + 2.684, 4850, - 1.961, + 5.716, 4851, - 2.684, + 5.716, 4852, - 2.684, + 4.457, 4853, - 5.716, + 2.684, 4854, - 5.716, + 2.581, 4855, - 4.458, + 2.684, 4856, 2.684, 4857, - 2.582, + 2.454, 4858, - 2.684, + 2.454, 4859, - 2.684, + 4.904, 4860, - 2.455, + 4.457, 4861, - 2.455, + 1.96, 4862, - 4.905, + 4.457, 4863, - 4.458, + 2.454, 4864, - 1.961, + 2.303, 4865, - 4.458, + 4.457, 4866, - 2.455, + 6.086, 4867, - 2.303, + 2.684, 4868, - 4.458, + 2.454, 4869, - 6.086, - 4870, 2.684, + 4870, + 4.457, 4871, - 2.455, + 2.19, 4872, - 2.684, + 1.96, 4873, - 4.458, + 1.96, 4874, - 2.19, + 2.454, 4875, - 1.961, + 4.457, 4876, - 1.961, + 2.684, 4877, - 2.455, + 1.96, 4878, - 4.458, + 2.454, 4879, 2.684, 4880, - 1.961, + 2.684, 4881, - 2.455, + 2.684, 4882, 2.684, 4883, - 2.684, - 4884, - 2.684, - 4885, - 2.684, - 4886, - 2.455 + 2.454 ] ], [ @@ -38255,7 +38223,7 @@ 77, 1.637, 79, - 0.839, + 0.838, 91, 3.673, 94, @@ -38301,7 +38269,7 @@ 561, 3.128, 675, - 3.032, + 3.031, 832, 3.792, 931, @@ -38329,14 +38297,14 @@ 2244, 5.461, 3208, - 9.026, + 9.025, 4385, - 7.23, - 4887, - 7.23, - 4888, + 7.229, + 4884, + 7.229, + 4885, 9.87, - 4889, + 4886, 9.87 ] ], @@ -38379,11 +38347,11 @@ 20, 1.274, 22, - 1.893, + 1.892, 27, - 2.668, + 2.667, 29, - 3.475, + 3.474, 36, 1.79, 38, @@ -38391,13 +38359,13 @@ 43, 2.39, 46, - 1.159, + 1.158, 55, - 3.896, + 3.895, 56, - 1.793, + 1.792, 57, - 0.873, + 0.872, 59, 0.865, 77, @@ -38405,9 +38373,9 @@ 79, 0.925, 86, - 1.496, + 1.495, 90, - 1.936, + 1.935, 91, 3.426, 99, @@ -38429,7 +38397,7 @@ 126, 0.914, 135, - 2.668, + 2.667, 142, 1.369, 143, @@ -38437,7 +38405,7 @@ 148, 1.666, 150, - 2.427, + 2.426, 153, 2.277, 158, @@ -38463,13 +38431,13 @@ 207, 1.533, 208, - 3.0, + 2.999, 210, 2.758, 224, - 2.911, + 2.91, 226, - 1.898, + 1.897, 229, 0.844, 236, @@ -38481,17 +38449,17 @@ 247, 2.686, 256, - 1.035, + 1.04, 257, 1.82, 268, 1.658, 272, - 3.475, + 3.474, 273, 1.683, 280, - 3.185, + 3.184, 290, 2.654, 292, @@ -38501,7 +38469,7 @@ 332, 1.533, 333, - 2.539, + 2.553, 341, 2.209, 390, @@ -38531,11 +38499,11 @@ 594, 2.122, 633, - 4.116, + 4.115, 635, 6.314, 640, - 3.268, + 3.267, 642, 3.456, 674, @@ -38543,7 +38511,7 @@ 685, 2.78, 691, - 2.087, + 2.086, 702, 2.307, 744, @@ -38563,7 +38531,7 @@ 809, 2.588, 852, - 6.621, + 6.62, 878, 2.97, 902, @@ -38573,11 +38541,11 @@ 969, 2.804, 982, - 5.372, + 5.371, 996, 2.334, 1047, - 2.187, + 2.186, 1066, 2.674, 1067, @@ -38589,21 +38557,21 @@ 1142, 3.758, 1174, - 4.212, + 4.211, 1176, - 3.105, + 3.104, 1202, - 2.187, + 2.186, 1260, 2.71, 1332, 2.758, 1403, - 2.187, + 2.186, 1411, - 2.922, + 2.921, 1601, - 3.475, + 3.474, 1769, 4.786, 1774, @@ -38615,11 +38583,11 @@ 1884, 1.956, 1896, - 3.105, + 3.104, 1920, - 4.178, + 4.177, 1955, - 3.268, + 3.267, 1961, 2.804, 1989, @@ -38641,7 +38609,7 @@ 2121, 2.71, 2191, - 3.182, + 3.181, 2261, 2.588, 2268, @@ -38659,11 +38627,11 @@ 2514, 2.516, 2580, - 3.475, + 3.474, 2626, - 5.565, + 5.564, 2631, - 2.911, + 2.91, 2775, 2.483, 2941, @@ -38671,13 +38639,13 @@ 2944, 3.603, 2949, - 4.212, + 4.211, 2951, 3.603, 2981, - 3.182, + 3.181, 2998, - 3.475, + 3.474, 3000, 3.603, 3001, @@ -38685,17 +38653,17 @@ 3030, 3.758, 3176, - 3.475, + 3.474, 3178, - 3.475, + 3.474, 3180, 3.952, 3181, 3.603, 3187, - 4.212, + 4.211, 3220, - 4.212, + 4.211, 3254, 3.952, 3269, @@ -38705,81 +38673,81 @@ 4075, 3.952, 4595, - 2.911, - 4890, + 2.91, + 4887, 3.952, + 4888, + 6.819, + 4889, + 4.211, + 4890, + 4.605, 4891, - 6.82, + 4.605, 4892, - 4.212, + 4.605, 4893, - 4.606, + 9.497, 4894, - 4.606, + 4.211, 4895, - 4.606, + 4.605, 4896, - 9.497, + 4.605, 4897, - 4.212, + 6.819, 4898, - 4.606, + 4.605, 4899, - 4.606, + 4.605, 4900, - 6.82, + 4.605, 4901, - 4.606, + 4.605, 4902, - 4.606, + 5.852, 4903, - 4.606, + 8.121, 4904, - 4.606, + 4.605, 4905, - 5.852, + 4.605, 4906, - 8.121, + 4.605, 4907, - 4.606, + 4.211, 4908, - 4.606, + 4.605, 4909, - 4.606, + 4.605, 4910, - 4.212, + 4.211, 4911, - 4.606, + 4.605, 4912, - 4.606, + 4.211, 4913, - 4.212, + 4.211, 4914, - 4.606, + 4.605, 4915, - 4.212, + 3.603, 4916, - 4.212, + 4.605, 4917, - 4.606, + 4.605, 4918, - 3.603, + 4.605, 4919, - 4.606, + 3.952, 4920, - 4.606, + 4.211, 4921, - 4.606, + 8.977, 4922, - 3.952, + 4.605, 4923, - 4.212, - 4924, - 8.978, - 4925, - 4.606, - 4926, - 4.606 + 4.605 ] ], [ @@ -38823,7 +38791,7 @@ 38, 0.785, 39, - 1.021, + 1.02, 42, 1.517, 46, @@ -38837,7 +38805,7 @@ 60, 1.345, 62, - 1.599, + 1.609, 73, 2.8, 77, @@ -38845,7 +38813,7 @@ 79, 1.008, 93, - 3.118, + 3.117, 99, 1.074, 100, @@ -38863,21 +38831,21 @@ 109, 1.801, 110, - 2.793, + 2.792, 111, - 2.02, + 2.019, 113, 1.416, 121, - 2.338, + 2.337, 126, - 1.941, + 1.94, 148, 1.45, 150, 1.789, 153, - 2.503, + 2.502, 169, 0.719, 171, @@ -38899,7 +38867,7 @@ 210, 1.955, 216, - 2.793, + 2.792, 226, 1.345, 229, @@ -38913,11 +38881,11 @@ 249, 2.319, 256, - 1.086, + 1.092, 268, 1.876, 269, - 1.604, + 1.603, 273, 2.413, 309, @@ -38927,7 +38895,7 @@ 324, 2.757, 333, - 1.367, + 1.375, 353, 1.925, 362, @@ -38937,7 +38905,7 @@ 390, 2.977, 402, - 2.573, + 2.572, 434, 2.25, 452, @@ -38959,7 +38927,7 @@ 543, 1.94, 552, - 1.438, + 1.437, 554, 2.652, 555, @@ -38971,7 +38939,7 @@ 581, 2.606, 601, - 1.752, + 1.764, 602, 1.955, 603, @@ -39007,7 +38975,7 @@ 758, 2.146, 770, - 3.783, + 3.782, 772, 3.34, 773, @@ -39039,11 +39007,11 @@ 1064, 2.369, 1076, - 3.783, + 3.782, 1104, 3.554, 1109, - 4.05, + 4.049, 1121, 3.34, 1126, @@ -39055,11 +39023,11 @@ 1267, 4.882, 1278, - 7.499, + 7.498, 1374, 4.421, 1416, - 6.348, + 6.519, 1457, 5.408, 1535, @@ -39067,23 +39035,23 @@ 1541, 2.606, 1631, - 4.382, + 4.381, 1636, 4.093, 1640, - 3.783, + 3.782, 1648, 2.757, 1696, - 4.303, + 4.302, 1767, 2.845, 1863, - 5.53, + 5.529, 1866, 2.757, 1868, - 3.118, + 3.117, 1882, 2.146, 1886, @@ -39099,21 +39067,21 @@ 2062, 3.647, 2220, - 4.229, + 4.228, 2329, - 4.149, + 4.148, 2330, 6.441, 2331, - 4.149, + 4.148, 2336, - 5.631, + 5.63, 2354, 3.43, 2433, - 2.893, + 2.892, 2494, - 3.783, + 3.782, 2591, 3.259, 2852, @@ -39121,9 +39089,9 @@ 2954, 3.259, 2963, - 6.065, + 6.064, 3014, - 3.783, + 3.782, 3040, 4.421, 3242, @@ -39137,63 +39105,63 @@ 3693, 4.557, 3727, - 2.893, + 2.943, 3853, 3.945, 4104, - 2.997, + 3.055, 4252, 3.43, - 4738, - 6.065, + 4735, + 6.064, + 4924, + 4.148, + 4925, + 4.834, + 4926, + 7.067, 4927, - 4.149, + 7.639, 4928, - 4.835, + 4.834, 4929, - 7.068, + 4.834, 4930, - 7.639, + 4.834, 4931, - 4.835, + 7.498, 4932, - 4.835, + 6.462, 4933, - 4.835, + 8.353, 4934, - 7.499, + 7.067, 4935, - 6.463, + 7.639, 4936, - 8.354, + 4.834, 4937, - 7.068, + 4.148, 4938, - 7.639, + 4.834, 4939, - 4.835, + 4.834, 4940, - 4.149, + 4.148, 4941, - 4.835, + 4.834, 4942, - 4.835, + 4.834, 4943, - 4.149, + 6.462, 4944, - 4.835, + 4.834, 4945, - 4.835, + 4.834, 4946, - 6.463, + 4.834, 4947, - 4.835, - 4948, - 4.835, - 4949, - 4.835, - 4950, - 4.835 + 4.834 ] ], [ @@ -39207,7 +39175,7 @@ "data/manuals/windows", [ 0, - 0.96, + 0.959, 1, 2.003, 2, @@ -39217,9 +39185,9 @@ 4, 2.056, 5, - 2.067, + 2.066, 6, - 2.067, + 2.066, 7, 1.572, 8, @@ -39251,7 +39219,7 @@ 113, 1.569, 126, - 1.555, + 1.554, 148, 1.607, 150, @@ -39267,13 +39235,13 @@ 241, 2.101, 256, - 1.76, + 1.768, 290, 3.048, 292, 3.355, 333, - 2.215, + 2.227, 350, 4.686, 368, @@ -39281,7 +39249,7 @@ 380, 2.781, 383, - 5.16, + 5.159, 425, 4.467, 455, @@ -39291,7 +39259,7 @@ 592, 7.243, 601, - 2.838, + 2.857, 602, 3.167, 623, @@ -39301,7 +39269,7 @@ 676, 3.574, 683, - 3.327, + 3.326, 751, 3.167, 932, @@ -39313,7 +39281,7 @@ 1323, 3.271, 1558, - 4.856, + 4.855, 1570, 5.279, 1655, @@ -39321,7 +39289,7 @@ 1933, 5.221, 1961, - 5.974, + 5.973, 1997, 4.467, 1999, @@ -39335,27 +39303,33 @@ 2279, 5.908, 2862, - 7.162, + 7.161, 2964, - 6.391, + 6.39, 4012, - 6.391, + 6.39, 4596, - 6.391, - 4951, + 6.39, + 4948, 11.232, + 4949, + 7.832, + 4950, + 7.832, + 4951, + 7.832, 4952, 7.832, 4953, - 7.832, + 9.812, 4954, - 7.832, + 7.161, 4955, 7.832, 4956, - 9.812, + 7.832, 4957, - 7.162, + 7.832, 4958, 7.832, 4959, @@ -39363,12 +39337,6 @@ 4960, 7.832, 4961, - 7.832, - 4962, - 7.832, - 4963, - 7.832, - 4964, 7.832 ] ], @@ -39421,9 +39389,9 @@ 57, 1.234, 59, - 0.901, + 0.9, 60, - 1.983, + 1.982, 72, 2.902, 77, @@ -39445,7 +39413,7 @@ 107, 2.032, 108, - 2.095, + 2.094, 113, 1.747, 122, @@ -39473,11 +39441,11 @@ 194, 0.679, 196, - 1.287, + 1.286, 198, 2.375, 204, - 2.807, + 2.806, 208, 1.636, 210, @@ -39489,7 +39457,7 @@ 241, 1.867, 256, - 1.96, + 1.969, 268, 1.97, 269, @@ -39499,19 +39467,19 @@ 280, 1.459, 285, - 1.667, + 1.666, 313, 2.274, 323, 2.226, 333, - 2.275, + 2.288, 353, 1.481, 391, - 2.307, + 2.306, 392, - 1.304, + 1.303, 433, 1.517, 434, @@ -39531,7 +39499,7 @@ 472, 1.714, 485, - 2.807, + 2.806, 510, 2.13, 552, @@ -39539,7 +39507,7 @@ 554, 1.396, 555, - 1.159, + 1.158, 556, 1.529, 561, @@ -39557,9 +39525,9 @@ 636, 1.427, 642, - 3.611, + 3.61, 646, - 1.886, + 1.885, 668, 3.036, 673, @@ -39575,19 +39543,19 @@ 709, 2.351, 710, - 1.804, + 1.803, 711, - 4.814, + 4.813, 713, 1.955, 715, - 3.047, + 3.046, 744, 5.258, 773, 2.101, 787, - 2.718, + 2.717, 801, 1.823, 809, @@ -39607,11 +39575,11 @@ 894, 2.291, 905, - 2.19, + 2.189, 910, 1.98, 916, - 2.718, + 2.717, 918, 3.859, 944, @@ -39623,17 +39591,17 @@ 969, 2.265, 996, - 2.939, + 2.938, 1034, - 2.224, + 2.223, 1043, 1.608, 1066, - 3.155, + 3.154, 1104, 1.295, 1131, - 2.873, + 2.872, 1270, 2.911, 1283, @@ -39641,7 +39609,7 @@ 1284, 2.399, 1304, - 2.19, + 2.189, 1323, 1.554, 1337, @@ -39653,11 +39621,11 @@ 1412, 2.508, 1482, - 2.718, + 2.717, 1502, 1.908, 1507, - 2.307, + 2.306, 1511, 2.006, 1570, @@ -39667,7 +39635,7 @@ 1597, 5.587, 1621, - 2.939, + 2.938, 1628, 1.541, 1632, @@ -39691,7 +39659,7 @@ 1866, 2.122, 1874, - 2.19, + 2.189, 1884, 2.463, 1885, @@ -39711,7 +39679,7 @@ 1939, 4.235, 1941, - 4.537, + 4.536, 1942, 2.091, 1989, @@ -39719,19 +39687,19 @@ 1990, 2.451, 1994, - 2.718, + 2.717, 1997, 3.307, 1999, - 4.457, + 4.456, 2022, - 4.976, + 4.975, 2024, - 3.943, + 3.942, 2027, - 3.53, + 3.529, 2029, - 2.718, + 2.717, 2054, 3.307, 2084, @@ -39745,7 +39713,7 @@ 2194, 3.358, 2195, - 3.193, + 3.192, 2196, 3.036, 2261, @@ -39753,13 +39721,13 @@ 2314, 2.911, 2337, - 2.64, + 2.639, 2433, 4.263, 2440, - 1.804, + 1.803, 2441, - 3.047, + 3.046, 2514, 2.033, 2631, @@ -39773,11 +39741,11 @@ 2859, 3.402, 2941, - 2.64, + 2.639, 2944, 2.911, 2971, - 2.807, + 2.806, 2999, 6.069, 3078, @@ -39787,135 +39755,135 @@ 3181, 2.911, 3218, - 2.64, + 2.639, 3224, 4.694, 3240, 3.402, 3261, - 2.807, + 2.806, 3268, 3.036, 3276, - 3.193, + 3.192, 3306, - 2.807, + 2.806, 3342, - 2.307, + 2.306, 3348, 3.402, 3610, 2.006, 3693, - 5.188, + 5.187, 3694, - 3.193, + 3.192, 4098, - 2.307, + 2.306, 4510, - 3.193, + 3.192, 4533, - 2.64, + 2.639, 4621, - 2.307, - 4804, - 3.193, - 4823, + 2.306, + 4801, + 3.192, + 4820, 3.402, - 4847, - 3.193, - 4892, + 4844, + 3.192, + 4889, 3.402, - 4896, + 4893, 3.402, - 4897, + 4894, + 3.402, + 4962, + 3.72, + 4963, + 3.72, + 4964, 3.402, 4965, - 3.721, + 2.911, 4966, - 3.721, + 2.806, 4967, - 3.402, + 7.124, 4968, - 2.911, + 3.72, 4969, - 2.807, + 2.911, 4970, - 7.125, + 3.72, 4971, - 3.721, + 3.72, 4972, - 2.911, + 3.72, 4973, - 3.721, + 9.238, 4974, - 3.721, + 9.124, 4975, - 3.721, + 5.798, 4976, - 9.238, + 5.798, 4977, - 9.124, + 5.798, 4978, - 5.799, + 5.798, 4979, - 5.799, + 3.72, 4980, - 5.799, + 3.72, 4981, - 5.799, + 3.72, 4982, - 3.721, + 3.72, 4983, - 3.721, + 3.402, 4984, - 3.721, + 3.72, 4985, - 3.721, + 3.72, 4986, 3.402, 4987, - 3.721, + 3.72, 4988, - 3.721, + 3.72, 4989, - 3.402, + 3.72, 4990, - 3.721, + 3.72, 4991, - 3.721, + 5.798, 4992, - 3.721, + 3.72, 4993, - 3.721, + 3.72, 4994, - 5.799, + 3.402, 4995, - 3.721, + 7.124, 4996, - 3.721, + 6.515, 4997, - 3.402, + 5.798, 4998, - 7.125, + 3.72, 4999, - 6.515, + 5.798, 5000, - 5.799, + 3.72, 5001, - 3.721, + 3.72, 5002, - 5.799, + 3.72, 5003, - 3.721, + 3.72, 5004, - 3.721, - 5005, - 3.721, - 5006, - 3.721, - 5007, - 3.721 + 3.72 ] ], [ @@ -40007,7 +39975,7 @@ 7, 1.484, 10, - 1.422, + 1.421, 18, 1.141, 20, @@ -40023,7 +39991,7 @@ 60, 1.83, 70, - 2.77, + 2.769, 77, 1.815, 79, @@ -40031,11 +39999,11 @@ 82, 4.432, 83, - 6.779, + 6.778, 90, 1.567, 92, - 3.517, + 3.516, 95, 5.501, 99, @@ -40045,11 +40013,11 @@ 106, 1.178, 113, - 1.318, + 1.317, 121, 2.175, 123, - 5.145, + 5.144, 125, 2.0, 126, @@ -40057,7 +40025,7 @@ 132, 2.259, 142, - 2.606, + 2.605, 151, 2.702, 152, @@ -40079,9 +40047,9 @@ 218, 7.989, 222, - 5.643, + 5.642, 229, - 1.206, + 1.205, 237, 4.038, 248, @@ -40097,7 +40065,7 @@ 290, 2.559, 302, - 6.993, + 6.992, 303, 7.93, 304, @@ -40111,25 +40079,25 @@ 308, 7.997, 310, - 8.458, + 8.457, 311, 7.06, 312, - 5.643, + 5.642, 313, - 2.579, + 2.578, 314, 4.724, 315, - 4.077, + 4.076, 316, 5.538, 317, - 3.87, + 3.869, 330, 2.097, 333, - 1.86, + 1.87, 357, 4.432, 368, @@ -40147,7 +40115,7 @@ 541, 3.499, 601, - 2.383, + 2.399, 691, 2.012, 775, @@ -40155,7 +40123,7 @@ 1016, 4.155, 1029, - 3.188, + 3.187, 1034, 3.36, 1157, @@ -40163,7 +40131,7 @@ 1182, 6.013, 1260, - 3.87, + 3.869, 1472, 2.945, 1526, @@ -40177,48 +40145,48 @@ 2379, 4.24, 2602, - 5.643, + 5.642, 2603, - 5.366, + 5.365, 2604, - 5.643, + 5.642, 2606, - 5.643, + 5.642, 2640, 4.665, 2698, - 8.014, + 8.013, 3084, - 4.543, + 4.542, 3750, - 5.643, + 5.642, 3888, 4.803, + 5005, + 6.575, + 5006, + 6.575, + 5007, + 6.013, 5008, - 6.576, + 6.013, 5009, - 6.576, + 6.575, 5010, - 6.013, + 11.261, 5011, - 6.013, + 6.575, 5012, - 6.576, + 6.013, 5013, - 11.261, + 6.013, 5014, - 6.576, + 6.013, 5015, 6.013, 5016, - 6.013, + 5.642, 5017, - 6.013, - 5018, - 6.013, - 5019, - 5.643, - 5020, 6.013 ] ], @@ -40259,15 +40227,21 @@ 1933, 4.715, 2099, - 8.103, + 8.102, 2120, 6.684, 2122, 6.684, 2554, - 5.302, - 4880, + 5.301, + 4877, 7.729, + 5018, + 8.861, + 5019, + 8.861, + 5020, + 8.861, 5021, 8.861, 5022, @@ -40279,12 +40253,6 @@ 5025, 8.861, 5026, - 8.861, - 5027, - 8.861, - 5028, - 8.861, - 5029, 8.861 ] ], @@ -40329,11 +40297,11 @@ 40, 3.159, 42, - 1.045, + 1.044, 46, 1.458, 49, - 1.989, + 1.988, 52, 2.202, 56, @@ -40343,9 +40311,9 @@ 60, 1.024, 62, - 3.042, + 3.061, 63, - 1.785, + 1.784, 77, 1.191, 79, @@ -40353,7 +40321,7 @@ 91, 1.257, 92, - 2.308, + 2.307, 99, 1.061, 100, @@ -40369,13 +40337,13 @@ 108, 1.082, 109, - 2.637, + 2.636, 110, 3.928, 113, 1.603, 114, - 6.864, + 6.863, 125, 1.12, 126, @@ -40417,13 +40385,13 @@ 203, 3.815, 206, - 2.788, + 2.787, 207, 1.914, 208, 4.373, 216, - 1.455, + 1.454, 226, 2.963, 229, @@ -40443,9 +40411,9 @@ 246, 4.662, 249, - 3.395, + 3.394, 256, - 1.797, + 1.806, 268, 1.174, 269, @@ -40455,7 +40423,7 @@ 295, 2.65, 333, - 1.041, + 1.047, 359, 1.619, 368, @@ -40489,29 +40457,29 @@ 573, 1.381, 577, - 1.444, + 1.443, 588, - 3.673, + 3.672, 600, 3.837, 601, - 1.334, + 1.343, 602, 1.489, 603, 2.402, 604, - 1.866, + 1.865, 605, - 2.1, + 2.099, 615, 1.959, 633, - 1.866, + 1.865, 635, 4.662, 649, - 2.203, + 2.202, 681, 4.252, 685, @@ -40519,7 +40487,7 @@ 689, 1.649, 691, - 1.76, + 1.759, 692, 1.381, 713, @@ -40543,11 +40511,11 @@ 839, 2.777, 857, - 2.1, + 2.099, 890, 1.91, 895, - 5.429, + 5.428, 910, 1.959, 911, @@ -40557,13 +40525,13 @@ 925, 2.425, 941, - 1.444, + 1.443, 944, - 1.888, + 1.887, 961, 2.543, 1010, - 3.78, + 3.779, 1043, 1.591, 1052, @@ -40573,21 +40541,21 @@ 1075, 3.565, 1109, - 1.785, + 1.784, 1264, 4.662, 1265, - 4.693, + 4.692, 1287, - 2.612, + 2.611, 1296, - 1.372, + 1.371, 1322, - 1.888, + 1.887, 1364, 5.106, 1511, - 1.985, + 1.984, 1566, 2.777, 1632, @@ -40609,7 +40577,7 @@ 2049, 3.634, 2054, - 2.1, + 2.099, 2057, 2.326, 2062, @@ -40635,7 +40603,7 @@ 2346, 3.384, 2403, - 2.612, + 2.611, 2451, 4.338, 2778, @@ -40645,11 +40613,11 @@ 2848, 5.774, 3123, - 5.259, + 5.258, 3134, - 2.203, + 2.202, 3312, - 6.527, + 6.526, 3313, 5.774, 3314, @@ -40661,70 +40629,70 @@ 3399, 2.543, 3584, - 4.08, + 4.079, 3681, - 5.169, + 5.168, 3874, 2.88, 3964, - 7.315, + 7.314, 4012, 3.004, 4066, 3.366, 4104, - 4.387, + 4.472, 4466, 2.543, 4514, 4.563, - 4886, - 9.893, - 4927, + 4883, + 9.892, + 4924, 6.072, - 5030, + 5027, 3.681, - 5031, + 5028, 3.681, + 5029, + 7.998, + 5030, + 5.75, + 5031, + 8.677, 5032, - 7.999, + 4.934, 5033, - 5.751, + 5.258, 5034, - 8.677, + 3.681, 5035, - 4.935, + 3.681, 5036, - 5.259, + 7.998, 5037, - 3.681, + 5.75, 5038, - 3.681, + 5.75, 5039, - 7.999, + 3.681, 5040, - 5.751, + 3.681, 5041, - 5.751, + 3.681, 5042, 3.681, 5043, - 3.681, + 3.366, 5044, 3.681, 5045, - 3.681, + 5.75, 5046, - 3.366, - 5047, 3.681, + 5047, + 5.75, 5048, - 5.751, - 5049, - 3.681, - 5050, - 5.751, - 5051, 3.681 ] ], @@ -40767,13 +40735,13 @@ 39, 1.149, 41, - 1.162, + 1.161, 42, 1.69, 43, 0.626, 44, - 1.278, + 1.277, 46, 1.682, 47, @@ -40783,11 +40751,11 @@ 49, 1.716, 50, - 0.669, + 0.668, 52, 1.617, 54, - 1.05, + 1.049, 56, 1.19, 57, @@ -40797,7 +40765,7 @@ 60, 0.336, 62, - 1.801, + 1.812, 63, 4.393, 66, @@ -40807,7 +40775,7 @@ 70, 0.931, 72, - 1.26, + 1.259, 75, 0.972, 77, @@ -40825,9 +40793,9 @@ 90, 1.4, 91, - 1.694, + 1.693, 92, - 1.771, + 1.77, 93, 0.778, 94, @@ -40849,9 +40817,9 @@ 106, 1.574, 107, - 1.371, + 1.37, 108, - 1.113, + 1.112, 110, 0.477, 111, @@ -40865,9 +40833,9 @@ 119, 1.12, 121, - 1.012, + 1.011, 122, - 1.696, + 1.695, 125, 0.367, 126, @@ -40881,7 +40849,7 @@ 140, 1.744, 141, - 1.836, + 1.835, 143, 0.585, 146, @@ -40891,7 +40859,7 @@ 149, 1.889, 150, - 2.005, + 2.004, 151, 0.496, 153, @@ -40911,7 +40879,7 @@ 170, 2.861, 171, - 3.21, + 3.209, 172, 0.964, 175, @@ -40931,7 +40899,7 @@ 198, 1.031, 199, - 2.126, + 2.125, 200, 1.346, 201, @@ -40951,11 +40919,11 @@ 217, 0.856, 221, - 1.036, + 1.035, 226, 0.851, 227, - 2.556, + 2.555, 228, 0.931, 229, @@ -40979,7 +40947,7 @@ 247, 1.252, 248, - 1.323, + 1.322, 249, 1.06, 250, @@ -40987,7 +40955,7 @@ 251, 1.409, 256, - 1.224, + 1.229, 257, 0.873, 259, @@ -41007,7 +40975,7 @@ 269, 1.126, 271, - 1.134, + 1.133, 273, 1.9, 274, @@ -41015,9 +40983,9 @@ 280, 0.867, 281, - 2.736, + 2.735, 285, - 0.541, + 0.54, 290, 0.47, 294, @@ -41029,7 +40997,7 @@ 309, 0.71, 314, - 3.375, + 3.374, 324, 0.688, 330, @@ -41039,21 +41007,21 @@ 332, 0.402, 333, - 1.403, + 1.411, 339, 0.944, 341, 1.06, 342, - 0.541, + 0.54, 343, - 1.371, + 1.37, 345, - 1.483, + 1.482, 347, 0.778, 353, - 0.481, + 0.48, 358, 0.556, 359, @@ -41065,7 +41033,7 @@ 368, 0.629, 371, - 1.162, + 1.161, 380, 0.785, 382, @@ -41075,27 +41043,27 @@ 387, 0.78, 389, - 0.669, + 0.668, 390, 1.594, 392, 1.546, 400, - 0.814, + 0.813, 402, 1.627, 426, - 1.615, + 1.614, 427, 1.804, 428, 0.722, 433, - 1.543, + 1.542, 434, 0.562, 441, - 1.108, + 1.107, 452, 2.36, 453, @@ -41105,23 +41073,23 @@ 456, 1.192, 457, - 0.429, + 0.428, 464, - 1.73, + 1.729, 470, 0.944, 471, - 1.931, + 1.93, 472, 1.409, 473, 0.531, 479, - 0.83, + 0.829, 489, 1.029, 490, - 1.278, + 1.277, 493, 0.944, 497, @@ -41133,7 +41101,7 @@ 501, 0.91, 504, - 1.108, + 1.107, 506, 0.735, 509, @@ -41145,9 +41113,9 @@ 513, 1.147, 516, - 2.675, + 2.674, 517, - 1.036, + 1.035, 521, 1.536, 523, @@ -41155,31 +41123,31 @@ 524, 0.74, 532, - 0.882, + 0.881, 534, 0.567, 535, - 0.882, + 0.881, 536, 0.795, 542, - 1.036, + 1.035, 543, 0.887, 552, 1.312, 554, - 0.83, + 0.829, 555, 1.178, 556, 0.496, 561, - 1.573, + 1.572, 565, - 0.882, + 0.881, 568, - 2.127, + 2.126, 573, 0.453, 574, @@ -41197,11 +41165,11 @@ 591, 0.795, 598, - 1.426, + 1.425, 600, - 2.117, + 2.116, 601, - 0.437, + 0.44, 602, 0.488, 620, @@ -41209,9 +41177,9 @@ 622, 0.585, 629, - 2.081, + 2.08, 630, - 1.104, + 1.103, 644, 0.598, 659, @@ -41231,17 +41199,17 @@ 677, 1.019, 678, - 0.814, + 0.813, 683, 0.513, 685, 0.492, 686, - 2.936, + 2.935, 687, 1.301, 689, - 0.541, + 0.54, 691, 1.666, 692, @@ -41255,9 +41223,9 @@ 710, 0.585, 712, - 0.814, + 0.813, 713, - 1.162, + 1.161, 716, 0.688, 728, @@ -41269,25 +41237,25 @@ 737, 1.49, 744, - 1.483, + 1.482, 746, 2.614, 751, 0.488, 765, - 0.775, + 0.774, 766, 0.944, 773, 1.798, 775, - 0.669, + 0.668, 785, 1.261, 787, - 0.882, + 0.881, 791, - 0.882, + 0.881, 793, 1.029, 827, @@ -41305,19 +41273,19 @@ 852, 2.113, 854, - 0.669, + 0.668, 857, 0.688, 859, - 2.486, + 2.485, 860, 1.55, 861, - 2.551, + 2.55, 866, 0.45, 878, - 1.426, + 1.425, 880, 0.585, 885, @@ -41327,13 +41295,13 @@ 898, 0.785, 901, - 0.522, + 0.521, 905, 1.8, 907, 0.795, 911, - 0.669, + 0.668, 913, 1.933, 914, @@ -41345,9 +41313,9 @@ 918, 0.579, 919, - 1.134, + 1.133, 920, - 1.73, + 1.729, 923, 0.591, 931, @@ -41365,19 +41333,19 @@ 944, 1.568, 946, - 0.882, + 0.881, 948, 0.477, 949, - 1.036, + 1.035, 959, 0.642, 960, 0.546, 962, - 4.604, + 4.603, 963, - 2.068, + 2.067, 969, 1.862, 978, @@ -41389,7 +41357,7 @@ 991, 1.346, 997, - 0.882, + 0.881, 1002, 2.698, 1003, @@ -41397,27 +41365,27 @@ 1006, 1.568, 1007, - 3.516, + 3.515, 1010, 0.496, 1025, 1.495, 1029, - 1.072, + 1.071, 1031, - 0.882, + 0.881, 1034, 2.088, 1039, 0.651, 1043, - 1.322, + 1.321, 1066, 0.473, 1071, - 2.48, + 2.479, 1079, - 1.072, + 1.071, 1090, 0.562, 1093, @@ -41427,17 +41395,17 @@ 1107, 1.515, 1109, - 1.072, + 1.071, 1114, 0.778, 1127, - 0.882, + 0.881, 1129, - 1.036, + 1.035, 1133, 0.634, 1153, - 1.779, + 1.778, 1158, 2.509, 1166, @@ -41451,13 +41419,13 @@ 1184, 1.397, 1185, - 1.104, + 1.103, 1187, 1.527, 1202, - 1.797, + 1.796, 1211, - 0.882, + 0.881, 1219, 0.735, 1221, @@ -41465,9 +41433,9 @@ 1224, 2.38, 1230, - 1.104, + 1.103, 1245, - 0.814, + 0.813, 1253, 1.719, 1257, @@ -41493,9 +41461,9 @@ 1291, 2.264, 1293, - 1.668, + 1.667, 1295, - 1.656, + 1.655, 1296, 2.461, 1298, @@ -41505,17 +41473,17 @@ 1307, 1.346, 1314, - 0.814, + 0.813, 1322, 0.619, 1323, - 1.278, + 1.277, 1327, - 0.814, + 0.813, 1329, 0.722, 1332, - 2.007, + 2.006, 1337, 2.44, 1364, @@ -41525,7 +41493,7 @@ 1379, 1.409, 1385, - 2.685, + 2.684, 1401, 0.735, 1421, @@ -41551,11 +41519,11 @@ 1490, 0.944, 1492, - 1.371, + 1.37, 1511, 0.651, 1512, - 1.036, + 1.035, 1532, 0.778, 1543, @@ -41573,7 +41541,7 @@ 1597, 1.28, 1602, - 1.499, + 1.498, 1604, 0.634, 1606, @@ -41589,9 +41557,9 @@ 1623, 0.834, 1625, - 4.059, + 4.058, 1628, - 3.19, + 3.189, 1629, 1.695, 1637, @@ -41613,33 +41581,33 @@ 1693, 1.49, 1697, - 1.426, + 1.425, 1698, - 1.371, + 1.37, 1713, 0.634, 1720, - 1.73, + 1.729, 1724, 1.452, 1793, 0.778, 1804, - 2.117, + 2.116, 1807, 1.815, 1811, - 0.882, + 0.881, 1812, - 0.814, + 0.813, 1814, - 0.541, + 0.54, 1815, 0.944, 1847, - 0.882, + 0.881, 1871, - 1.835, + 1.834, 1877, 0.985, 1882, @@ -41647,15 +41615,15 @@ 1884, 0.513, 1886, - 1.668, + 1.667, 1887, - 2.022, + 2.021, 1888, 0.985, 1889, - 3.021, + 3.02, 1892, - 1.668, + 1.667, 1893, 0.722, 1894, @@ -41665,9 +41633,9 @@ 1902, 0.795, 1916, - 1.036, + 1.035, 1923, - 1.104, + 1.103, 1926, 0.778, 1928, @@ -41677,17 +41645,17 @@ 1932, 0.795, 1946, - 0.882, + 0.881, 1948, 1.627, 1966, - 0.814, + 0.813, 2006, 1.988, 2028, - 0.814, + 0.813, 2030, - 0.814, + 0.813, 2049, 0.763, 2057, @@ -41695,37 +41663,37 @@ 2082, 0.856, 2095, - 1.323, + 1.322, 2096, - 3.017, + 3.016, 2131, - 1.615, + 1.614, 2147, - 1.104, + 1.103, 2160, - 0.814, + 0.813, 2175, 1.456, 2181, - 1.036, + 1.035, 2182, - 1.134, + 1.133, 2184, - 3.329, + 3.328, 2189, - 0.669, + 0.668, 2192, 0.834, 2200, - 0.882, + 0.881, 2213, - 1.036, + 1.035, 2220, 3.745, 2236, 0.748, 2240, - 1.104, + 1.103, 2262, 0.944, 2271, @@ -41737,7 +41705,7 @@ 2312, 5.433, 2316, - 1.615, + 1.614, 2335, 0.778, 2354, @@ -41753,7 +41721,7 @@ 2441, 0.634, 2472, - 0.814, + 0.813, 2482, 0.985, 2498, @@ -41761,15 +41729,15 @@ 2506, 3.376, 2507, - 1.323, + 1.322, 2509, 2.264, 2511, - 1.036, + 1.035, 2512, - 1.036, + 1.035, 2516, - 2.685, + 2.684, 2518, 0.944, 2524, @@ -41779,11 +41747,11 @@ 2582, 1.744, 2591, - 0.814, + 0.813, 2639, - 2.496, + 2.495, 2670, - 1.036, + 1.035, 2675, 0.985, 2678, @@ -41805,7 +41773,7 @@ 2818, 1.804, 2821, - 0.882, + 0.881, 2837, 0.763, 2869, @@ -41829,15 +41797,15 @@ 3073, 0.91, 3077, - 1.104, + 1.103, 3087, - 1.426, + 1.425, 3094, 1.527, 3101, - 2.022, + 2.021, 3121, - 1.73, + 1.729, 3144, 1.49, 3159, @@ -41847,7 +41815,7 @@ 3241, 0.985, 3252, - 0.814, + 0.813, 3311, 2.788, 3337, @@ -41863,7 +41831,7 @@ 3391, 0.985, 3394, - 1.036, + 1.035, 3401, 0.985, 3410, @@ -41879,13 +41847,13 @@ 3691, 0.834, 3727, - 1.323, + 1.346, 3733, - 1.73, + 1.729, 3776, - 1.668, + 1.667, 3781, - 1.036, + 1.035, 3795, 0.985, 3797, @@ -41901,27 +41869,27 @@ 3901, 0.985, 3924, - 0.882, + 0.881, 3925, 0.91, 3940, - 1.104, + 1.103, 3972, 0.651, 3984, - 0.669, + 0.668, 4002, 0.944, 4007, 1.804, 4011, - 1.104, + 1.103, 4017, 0.944, 4104, - 2.346, + 2.391, 4169, - 1.104, + 1.103, 4207, 0.834, 4227, @@ -41929,17 +41897,17 @@ 4233, 0.985, 4240, - 4.673, + 4.672, 4259, 1.897, 4275, - 2.022, + 2.021, 4283, - 1.104, + 1.103, 4296, 2.393, 4318, - 1.036, + 1.035, 4356, 0.985, 4369, @@ -41947,53 +41915,59 @@ 4392, 0.944, 4442, - 2.496, + 2.495, 4454, 0.944, 4466, 0.834, 4469, - 1.104, + 1.103, 4505, - 0.882, + 0.881, 4507, 6.606, 4532, 0.985, - 4801, - 1.036, - 4887, - 1.104, - 4930, - 1.104, + 4798, + 1.035, + 4884, + 1.103, + 4927, + 1.103, + 5049, + 1.103, + 5050, + 6.04, + 5051, + 7.917, 5052, - 1.104, + 1.207, 5053, - 6.041, + 1.207, 5054, - 7.917, + 9.412, 5055, - 1.207, + 3.784, 5056, - 1.207, + 7.753, 5057, - 9.413, + 1.207, 5058, - 3.784, + 1.207, 5059, - 7.753, - 5060, 1.207, + 5060, + 1.103, 5061, 1.207, 5062, - 1.207, + 0.944, 5063, - 1.104, + 1.207, 5064, 1.207, 5065, - 0.944, + 1.207, 5066, 1.207, 5067, @@ -42003,211 +41977,205 @@ 5069, 1.207, 5070, - 1.207, + 4.412, 5071, 1.207, 5072, - 1.207, + 1.103, 5073, - 4.413, + 0.944, 5074, 1.207, 5075, - 1.104, + 1.207, 5076, - 0.944, + 1.207, 5077, 1.207, 5078, - 1.207, + 2.21, 5079, 1.207, 5080, 1.207, 5081, - 2.211, + 1.207, 5082, 1.207, 5083, - 1.207, + 3.058, 5084, 1.207, 5085, 1.207, 5086, - 3.059, - 5087, 1.207, + 5087, + 3.784, 5088, - 1.207, + 2.021, 5089, - 1.207, + 3.058, 5090, - 3.784, + 1.035, 5091, - 2.022, + 1.804, 5092, - 3.059, + 1.207, 5093, - 1.036, + 1.207, 5094, - 1.804, - 5095, 1.207, + 5095, + 2.021, 5096, 1.207, 5097, - 1.207, + 2.393, 5098, - 2.022, - 5099, 1.207, + 5099, + 1.103, 5100, - 2.393, + 1.207, 5101, 1.207, 5102, - 1.104, + 1.207, 5103, 1.207, 5104, 1.207, 5105, - 1.207, + 3.058, 5106, - 1.207, + 1.103, 5107, 1.207, 5108, - 3.059, + 1.207, 5109, - 1.104, - 5110, 1.207, + 5110, + 0.985, 5111, 1.207, 5112, 1.207, 5113, - 0.985, + 2.495, 5114, - 1.207, + 2.21, 5115, - 1.207, + 2.021, 5116, - 2.496, + 1.207, 5117, - 2.211, + 0.881, 5118, - 2.022, + 1.207, 5119, 1.207, 5120, - 0.882, - 5121, 1.207, + 5121, + 3.784, 5122, - 1.207, + 3.784, 5123, - 1.207, + 2.21, 5124, - 3.784, + 2.796, 5125, - 3.784, + 1.207, 5126, - 2.211, + 2.21, 5127, - 2.797, + 1.667, 5128, 1.207, 5129, - 2.211, + 1.207, 5130, - 1.668, + 1.207, 5131, 1.207, 5132, 1.207, 5133, - 1.207, + 1.103, 5134, 1.207, 5135, 1.207, 5136, - 1.104, + 1.035, 5137, 1.207, 5138, 1.207, 5139, - 1.036, + 1.035, 5140, 1.207, 5141, 1.207, 5142, - 1.036, - 5143, 1.207, + 5143, + 0.944, 5144, - 1.207, + 2.624, 5145, 1.207, 5146, - 0.944, + 0.985, 5147, - 2.625, - 5148, 1.207, + 5148, + 0.856, 5149, - 0.985, - 5150, 1.207, + 5150, + 1.035, 5151, - 0.856, - 5152, 1.207, + 5152, + 1.103, 5153, - 1.036, + 0.91, 5154, 1.207, 5155, - 1.104, + 1.207, 5156, - 0.91, + 1.035, 5157, 1.207, 5158, - 1.207, + 0.944, 5159, - 1.036, + 2.624, 5160, - 1.207, - 5161, 0.944, + 5161, + 3.058, 5162, - 2.625, + 2.21, 5163, - 0.944, + 1.207, 5164, - 3.059, + 1.103, 5165, - 2.211, + 1.035, 5166, - 1.207, + 1.103, 5167, - 1.104, + 2.021, 5168, - 1.036, - 5169, - 1.104, - 5170, - 2.022, - 5171, 0.985, - 5172, - 1.104 + 5169, + 1.103 ] ], [ @@ -42231,15 +42199,15 @@ 4, 0.819, 5, - 0.824, + 0.823, 6, - 0.824, + 0.823, 7, 1.556, 8, 1.775, 9, - 2.153, + 2.152, 10, 2.093, 18, @@ -42257,19 +42225,19 @@ 42, 0.916, 44, - 1.304, + 1.303, 46, 1.576, 47, 1.398, 51, - 2.28, + 2.279, 52, 2.479, 55, 1.497, 56, - 1.215, + 1.214, 57, 1.4, 59, @@ -42277,7 +42245,7 @@ 60, 1.403, 62, - 1.668, + 1.678, 77, 1.044, 78, @@ -42287,7 +42255,7 @@ 90, 0.744, 96, - 2.012, + 2.011, 97, 2.875, 99, @@ -42295,7 +42263,7 @@ 100, 1.866, 103, - 0.719, + 0.718, 106, 1.914, 107, @@ -42305,15 +42273,15 @@ 109, 1.879, 113, - 1.715, + 1.714, 121, 2.099, 122, 2.269, 126, - 1.788, + 1.787, 141, - 1.155, + 1.154, 142, 0.928, 148, @@ -42325,11 +42293,11 @@ 160, 3.248, 161, - 2.104, + 2.103, 165, 2.084, 166, - 2.983, + 2.982, 167, 2.947, 169, @@ -42337,7 +42305,7 @@ 171, 5.098, 178, - 2.981, + 2.98, 194, 1.996, 196, @@ -42345,17 +42313,17 @@ 197, 2.18, 198, - 1.374, + 1.373, 201, 1.426, 210, - 2.04, + 2.039, 214, 2.354, 226, 1.403, 227, - 1.808, + 1.807, 229, 1.467, 230, @@ -42363,13 +42331,13 @@ 231, 1.171, 240, - 0.888, + 0.887, 241, 0.668, 247, 1.032, 256, - 1.923, + 1.932, 260, 1.052, 263, @@ -42381,23 +42349,23 @@ 269, 2.043, 273, - 1.567, + 1.566, 281, 1.935, 285, 2.259, 309, - 5.036, + 5.035, 317, - 1.837, + 1.836, 332, 1.039, 333, - 0.883, + 0.887, 350, 1.867, 351, - 1.62, + 1.619, 353, 2.902, 368, @@ -42421,25 +42389,25 @@ 436, 4.801, 441, - 1.564, + 1.563, 452, 2.119, 453, - 1.808, + 1.807, 454, 2.008, 457, 1.108, 471, - 0.837, + 0.836, 496, 1.452, 497, 1.6, 504, - 1.564, + 1.563, 510, - 1.147, + 1.146, 521, 1.086, 524, @@ -42459,25 +42427,25 @@ 563, 4.518, 567, - 1.62, + 1.619, 573, 1.171, 577, - 2.489, + 2.488, 579, - 2.527, + 2.526, 583, 1.935, 593, - 2.442, + 2.441, 608, 3.61, 619, - 2.28, + 2.279, 622, 2.445, 627, - 1.808, + 1.807, 636, 1.934, 648, @@ -42493,23 +42461,23 @@ 685, 1.272, 687, - 1.837, + 1.836, 689, - 2.843, + 2.842, 691, 1.942, 695, 1.411, 702, - 1.564, + 1.563, 703, - 1.978, + 1.977, 729, - 1.808, + 1.807, 735, 1.497, 740, - 1.582, + 1.581, 744, 1.513, 755, @@ -42521,7 +42489,7 @@ 775, 1.729, 796, - 2.28, + 2.279, 799, 1.9, 803, @@ -42533,19 +42501,19 @@ 858, 1.867, 861, - 2.104, + 2.103, 874, 1.6, 890, - 1.62, + 1.619, 898, - 1.791, + 1.79, 899, 2.056, 901, - 1.349, + 1.348, 907, - 3.323, + 3.322, 908, 2.354, 911, @@ -42561,25 +42529,25 @@ 975, 2.419, 978, - 2.88, + 2.879, 993, 1.754, 996, - 1.582, + 1.581, 1002, 1.546, 1007, 1.767, 1010, - 1.283, + 1.282, 1011, 3.252, 1025, 1.233, 1034, - 2.434, + 2.433, 1044, - 2.28, + 2.279, 1055, 2.876, 1062, @@ -42597,17 +42565,17 @@ 1104, 3.263, 1120, - 1.837, + 1.836, 1140, 2.324, 1153, 2.37, 1165, - 2.547, + 2.546, 1166, - 1.808, + 1.807, 1172, - 1.582, + 1.581, 1186, 1.529, 1224, @@ -42619,11 +42587,11 @@ 1295, 2.381, 1314, - 2.104, + 2.103, 1324, - 1.62, + 1.619, 1326, - 3.864, + 3.863, 1328, 2.354, 1332, @@ -42649,9 +42617,9 @@ 1500, 2.156, 1504, - 2.547, + 2.546, 1507, - 3.127, + 3.126, 1508, 2.354, 1509, @@ -42663,21 +42631,21 @@ 1541, 1.682, 1543, - 1.837, + 1.836, 1546, - 1.62, + 1.619, 1570, - 2.104, + 2.103, 1572, 2.678, 1596, - 2.684, + 2.683, 1604, - 2.65, + 2.649, 1628, 2.629, 1649, - 1.64, + 1.66, 1655, 1.64, 1681, @@ -42687,7 +42655,7 @@ 1721, 2.156, 1724, - 1.482, + 1.481, 1764, 2.678, 1769, @@ -42701,11 +42669,11 @@ 1872, 1.9, 1874, - 4.708, + 4.707, 1875, 2.214, 1884, - 1.326, + 1.325, 1908, 1.411, 1942, @@ -42713,35 +42681,35 @@ 1943, 2.854, 1949, - 3.805, + 3.804, 1962, - 3.684, + 3.683, 2035, 1.935, 2062, 2.354, 2091, - 4.612, + 4.611, 2117, 2.056, 2169, - 2.104, + 2.103, 2217, 1.9, 2253, - 2.547, + 2.546, 2261, 1.754, 2268, - 1.661, + 1.66, 2279, - 3.805, + 3.804, 2336, 3.399, 2379, 2.012, 2389, - 1.808, + 1.807, 2451, 2.354, 2559, @@ -42757,17 +42725,17 @@ 2684, 2.968, 2700, - 2.28, + 2.279, 2707, - 2.442, + 2.441, 2718, 2.214, 2719, 4.115, 2752, - 2.442, + 2.441, 2786, - 2.442, + 2.441, 2806, 2.678, 2822, @@ -42785,7 +42753,7 @@ 2991, 2.354, 3079, - 2.28, + 2.279, 3088, 2.354, 3090, @@ -42795,164 +42763,164 @@ 3131, 4.115, 3132, - 4.612, + 4.611, 3140, 2.156, 3338, - 4.328, + 4.327, 3389, - 2.547, + 2.546, 3408, 2.678, 3527, - 2.104, + 2.103, 3599, - 3.323, + 3.322, 3615, 2.354, 3623, - 2.442, + 2.441, 3629, 4.115, 3677, - 2.547, + 2.546, 3830, - 2.547, + 2.546, 3887, 2.678, 4136, 2.678, 4244, - 2.28, + 2.279, 4326, 2.678, 4350, 2.678, 4353, - 3.946, + 3.945, 4355, 2.854, 4497, 2.854, 4551, - 2.547, + 2.546, 4571, - 2.547, + 2.546, 4593, - 4.328, - 4874, - 2.547, - 5052, + 4.327, + 4871, + 2.546, + 5049, 2.854, - 5163, - 2.442, + 5160, + 2.441, + 5170, + 2.854, + 5171, + 2.678, + 5172, + 3.121, 5173, 2.854, 5174, 2.678, 5175, - 3.121, + 2.546, 5176, - 2.854, + 3.121, 5177, - 2.678, + 5.043, 5178, - 2.547, - 5179, 3.121, + 5179, + 2.854, 5180, - 5.043, + 2.854, 5181, - 3.121, + 2.678, 5182, - 2.854, + 3.121, 5183, 2.854, 5184, - 2.678, + 2.854, 5185, 3.121, 5186, - 2.854, + 3.121, 5187, - 2.854, + 2.546, 5188, 3.121, 5189, 3.121, 5190, - 2.547, + 2.854, 5191, 3.121, 5192, - 3.121, + 2.678, 5193, - 2.854, + 6.346, 5194, 3.121, 5195, - 2.678, + 5.043, 5196, - 6.347, + 5.043, 5197, - 3.121, + 7.287, 5198, - 5.043, + 2.546, 5199, - 5.043, + 3.121, 5200, - 7.288, + 3.121, 5201, - 2.547, + 2.854, 5202, - 3.121, + 2.854, 5203, - 3.121, - 5204, 2.854, + 5204, + 3.121, 5205, - 2.854, + 3.121, 5206, - 2.854, + 5.043, 5207, - 3.121, + 2.854, 5208, - 3.121, + 1.972, 5209, - 5.043, - 5210, 2.854, + 5210, + 3.121, 5211, - 1.972, - 5212, 2.854, + 5212, + 2.678, 5213, - 3.121, + 5.043, 5214, - 2.854, + 3.121, 5215, - 2.678, + 3.121, 5216, - 5.043, + 3.121, 5217, 3.121, 5218, 3.121, 5219, - 3.121, + 2.854, 5220, - 3.121, + 2.546, 5221, 3.121, 5222, - 2.854, - 5223, - 2.547, - 5224, 3.121, - 5225, - 3.121, - 5226, + 5223, 3.121 ] ], @@ -42999,19 +42967,19 @@ 46, 1.457, 52, - 1.946, + 1.945, 57, 1.383, 59, 1.047, 62, - 2.338, + 2.352, 77, 1.001, 79, 0.6, 86, - 3.425, + 3.424, 90, 1.152, 97, @@ -43025,13 +42993,13 @@ 106, 1.751, 111, - 2.02, + 2.019, 113, 2.246, 121, 1.599, 126, - 1.941, + 1.94, 132, 3.157, 148, @@ -43045,11 +43013,11 @@ 247, 3.234, 256, - 2.295, + 2.306, 263, 3.397, 266, - 3.137, + 3.136, 268, 1.443, 269, @@ -43057,15 +43025,15 @@ 273, 1.193, 290, - 2.751, + 2.75, 306, 2.126, 330, - 1.542, + 1.541, 340, 3.531, 342, - 2.166, + 2.165, 345, 3.426, 382, @@ -43089,7 +43057,7 @@ 617, 7.168, 622, - 4.05, + 4.049, 623, 4.339, 627, @@ -43101,7 +43069,7 @@ 667, 4.421, 679, - 3.742, + 3.741, 683, 3.548, 685, @@ -43115,13 +43083,13 @@ 728, 2.369, 742, - 6.065, + 6.064, 750, 4.739, 751, 2.858, 759, - 3.118, + 3.117, 773, 3.542, 774, @@ -43147,21 +43115,21 @@ 1060, 2.717, 1083, - 5.53, + 5.529, 1090, 2.25, 1137, - 2.893, + 2.892, 1139, 2.717, 1269, 3.915, 1341, - 7.245, + 7.244, 1403, 4.363, 1420, - 3.783, + 3.782, 1463, 5.952, 1638, @@ -43181,7 +43149,7 @@ 1988, 7.989, 2024, - 3.777, + 3.776, 2066, 5.503, 2083, @@ -43189,7 +43157,7 @@ 2087, 3.055, 2101, - 4.382, + 4.381, 2116, 4.031, 2171, @@ -43209,61 +43177,61 @@ 3265, 9.338, 3409, - 4.149, + 4.148, 4090, 3.531, 4131, - 6.065, + 6.064, 4150, 3.531, 4653, 8.389, - 4732, - 4.149, - 4745, - 4.303, - 5190, + 4729, + 4.148, + 4742, + 4.302, + 5187, 3.945, + 5224, + 8.353, + 5225, + 4.148, + 5226, + 4.834, 5227, - 8.354, + 4.834, 5228, - 4.149, + 4.834, 5229, - 4.835, + 7.067, 5230, - 4.835, + 4.834, 5231, - 4.835, + 7.067, 5232, - 7.068, + 7.067, 5233, - 4.835, + 4.834, 5234, - 7.068, + 7.067, 5235, - 7.068, + 4.834, 5236, - 4.835, + 4.834, 5237, - 7.068, + 4.834, 5238, - 4.835, + 4.834, 5239, - 4.835, + 4.834, 5240, - 4.835, + 4.834, 5241, - 4.835, + 4.834, 5242, - 4.835, + 4.834, 5243, - 4.835, - 5244, - 4.835, - 5245, - 4.835, - 5246, - 4.835 + 4.834 ] ], [ @@ -43383,13 +43351,13 @@ 38, 1.078, 41, - 4.047, + 4.046, 42, 1.931, 46, 1.517, 56, - 2.998, + 2.997, 57, 1.36, 59, @@ -43397,7 +43365,7 @@ 60, 2.143, 79, - 0.949, + 0.948, 94, 4.948, 99, @@ -43415,9 +43383,9 @@ 167, 3.115, 172, - 3.358, + 3.357, 177, - 2.357, + 2.356, 194, 1.405, 226, @@ -43427,7 +43395,7 @@ 260, 2.596, 269, - 1.748, + 1.747, 271, 3.949, 294, @@ -43437,17 +43405,17 @@ 646, 3.903, 695, - 4.39, + 4.389, 702, - 3.859, + 3.858, 745, - 5.321, + 5.32, 750, 3.734, 751, 3.115, 826, - 4.047, + 4.046, 1056, 7.767, 1078, @@ -43457,11 +43425,11 @@ 1866, 4.393, 1901, - 4.461, + 4.46, 1908, 3.482, 1929, - 4.047, + 4.046, 2075, 4.608, 2327, @@ -43481,28 +43449,28 @@ 3218, 6.888, 3695, - 5.626, + 5.625, 4200, 6.609, - 5247, + 5244, 7.702, + 5245, + 8.331, + 5246, + 8.331, + 5247, + 7.596, 5248, - 8.332, + 7.923, 5249, - 8.332, + 9.71, 5250, - 7.596, + 10.633, 5251, - 7.923, - 5252, - 9.71, - 5253, - 10.634, - 5254, 9.724, - 5255, + 5252, 7.702, - 5256, + 5253, 7.702 ] ], @@ -43519,7 +43487,7 @@ 0, 0.292, 1, - 1.341, + 1.34, 2, 0.603, 3, @@ -43537,7 +43505,7 @@ 9, 2.34, 10, - 1.726, + 1.725, 12, 1.086, 15, @@ -43561,9 +43529,9 @@ 46, 1.528, 48, - 1.379, + 1.378, 49, - 1.394, + 1.393, 52, 0.655, 56, @@ -43575,11 +43543,11 @@ 60, 1.716, 62, - 1.333, + 1.341, 63, 1.154, 70, - 1.003, + 1.002, 72, 1.341, 77, @@ -43587,7 +43555,7 @@ 79, 0.988, 84, - 2.642, + 2.665, 88, 2.144, 89, @@ -43597,7 +43565,7 @@ 96, 1.277, 97, - 2.692, + 2.691, 98, 2.859, 99, @@ -43613,7 +43581,7 @@ 106, 1.566, 107, - 1.772, + 1.771, 108, 1.185, 110, @@ -43623,9 +43591,9 @@ 112, 3.312, 113, - 1.813, + 1.812, 115, - 1.739, + 1.738, 118, 1.535, 119, @@ -43659,17 +43627,17 @@ 158, 0.696, 160, - 2.203, + 2.202, 161, 1.604, 165, - 1.764, + 1.763, 166, 1.894, 167, 2.494, 168, - 1.251, + 1.25, 169, 0.918, 174, @@ -43685,11 +43653,11 @@ 197, 2.574, 198, - 1.098, + 1.097, 200, 4.2, 201, - 1.178, + 1.177, 202, 1.702, 206, @@ -43697,23 +43665,23 @@ 207, 1.744, 208, - 2.713, + 2.712, 212, 2.87, 226, - 2.085, + 2.084, 228, - 1.003, + 1.002, 229, 1.131, 231, 0.893, 234, - 1.358, + 1.357, 236, 1.192, 238, - 1.338, + 1.337, 240, 0.677, 241, @@ -43723,7 +43691,7 @@ 249, 1.142, 256, - 1.386, + 1.392, 260, 1.766, 263, @@ -43735,7 +43703,7 @@ 269, 1.565, 273, - 1.294, + 1.293, 280, 0.933, 287, @@ -43745,19 +43713,19 @@ 290, 2.4, 300, - 1.319, + 1.318, 306, - 1.773, + 1.772, 332, 2.296, 333, - 2.558, + 2.572, 334, - 1.319, + 1.318, 342, 1.066, 345, - 1.954, + 1.953, 353, 0.948, 368, @@ -43769,17 +43737,17 @@ 387, 1.421, 390, - 2.598, + 2.597, 402, - 1.267, + 1.266, 423, 3.04, 425, - 1.358, + 1.357, 429, 4.893, 452, - 1.524, + 1.523, 454, 3.178, 457, @@ -43799,13 +43767,13 @@ 506, 1.449, 510, - 1.481, + 1.48, 521, 0.828, 524, - 2.311, + 2.31, 541, - 1.267, + 1.266, 543, 0.955, 553, @@ -43829,7 +43797,7 @@ 588, 1.235, 598, - 3.38, + 3.379, 614, 1.58, 622, @@ -43841,11 +43809,11 @@ 631, 1.179, 636, - 2.646, + 2.645, 644, 1.179, 659, - 1.358, + 1.357, 674, 1.192, 676, @@ -43857,11 +43825,11 @@ 689, 1.066, 691, - 1.604, + 1.603, 692, 1.512, 694, - 1.739, + 1.738, 695, 2.369, 703, @@ -43877,13 +43845,13 @@ 762, 1.822, 771, - 1.108, + 1.107, 773, 0.862, 791, - 1.739, + 1.738, 793, - 1.108, + 1.107, 799, 1.449, 811, @@ -43921,15 +43889,15 @@ 990, 1.568, 993, - 2.265, + 2.264, 1002, - 1.997, + 1.996, 1007, 0.834, 1010, 0.978, 1019, - 0.9, + 0.899, 1025, 1.592, 1034, @@ -43945,7 +43913,7 @@ 1050, 2.042, 1060, - 2.265, + 2.264, 1082, 1.504, 1089, @@ -43953,13 +43921,13 @@ 1104, 0.828, 1126, - 1.997, + 1.996, 1144, 4.787, 1146, - 1.029, + 1.028, 1155, - 1.954, + 1.953, 1173, 2.568, 1184, @@ -43969,7 +43937,7 @@ 1295, 1.512, 1301, - 1.689, + 1.688, 1326, 1.449, 1331, @@ -43977,7 +43945,7 @@ 1332, 2.494, 1343, - 1.319, + 1.318, 1361, 1.568, 1380, @@ -43997,17 +43965,17 @@ 1503, 1.862, 1543, - 1.401, + 1.4, 1549, 1.942, 1594, 2.298, 1596, - 2.789, + 2.788, 1604, 2.117, 1607, - 1.379, + 1.378, 1608, 2.411, 1642, @@ -44021,13 +43989,13 @@ 1656, 3.828, 1662, - 1.773, + 1.772, 1675, 1.283, 1676, 1.504, 1701, - 4.505, + 4.504, 1715, 3.458, 1774, @@ -44035,9 +44003,9 @@ 1790, 2.859, 1793, - 3.38, + 3.379, 1803, - 4.261, + 4.26, 1804, 1.142, 1807, @@ -44057,49 +44025,49 @@ 1864, 1.568, 1871, - 2.99, + 2.989, 1879, - 5.032, + 5.031, 1882, 1.056, 1884, 1.712, 1948, - 1.267, + 1.266, 1968, - 1.267, + 1.266, 1982, - 1.997, + 1.996, 1987, 2.042, 1988, 4.825, 2035, - 1.476, + 1.475, 2084, 1.535, 2089, - 1.338, + 1.337, 2101, - 1.476, + 1.475, 2114, 1.504, 2135, - 1.689, + 1.688, 2156, 1.449, 2164, 1.741, 2188, - 1.739, + 1.738, 2190, 3.035, 2217, 1.449, 2226, - 2.547, + 2.546, 2236, - 1.476, + 1.475, 2244, 1.644, 2271, @@ -44107,35 +44075,35 @@ 2297, 1.535, 2312, - 1.796, + 1.795, 2336, 1.604, 2384, 5.421, 2385, - 1.796, + 1.795, 2441, 3.936, 2452, - 1.689, + 1.688, 2542, - 1.476, + 1.475, 2613, 8.21, 2614, - 5.205, + 5.204, 2622, 1.862, 2633, 1.22, 2634, - 2.177, + 2.176, 2635, 3.458, 2636, - 2.177, + 2.176, 2637, - 5.717, + 5.716, 2640, 2.859, 2641, @@ -44143,17 +44111,17 @@ 2657, 6.211, 2667, - 1.739, + 1.738, 2674, 5.292, 2700, - 1.739, + 1.738, 2715, - 2.177, + 2.176, 2736, - 1.338, + 1.337, 2738, - 3.38, + 3.379, 2740, 4.276, 2753, @@ -44161,19 +44129,19 @@ 2757, 3.685, 2780, - 2.499, + 2.498, 2785, 1.942, 2810, - 2.177, + 2.176, 2823, - 2.177, + 2.176, 2836, 1.862, 2879, - 7.382, + 7.381, 2978, - 1.689, + 1.688, 3085, 2.042, 3092, @@ -44193,25 +44161,25 @@ 3425, 1.862, 3583, - 1.689, + 1.688, 3584, 2.859, 3727, - 2.411, + 2.453, 3888, - 1.739, + 1.738, 4074, - 2.177, + 2.176, 4090, - 1.739, + 1.738, 4098, - 2.499, + 2.498, 4180, - 1.796, + 1.795, 4235, 1.942, 4257, - 1.739, + 1.738, 4258, 3.153, 4545, @@ -44219,7 +44187,7 @@ 4552, 1.862, 4570, - 2.177, + 2.176, 4580, 2.042, 4583, @@ -44231,105 +44199,111 @@ 4595, 1.504, 4602, - 2.177, + 2.176, 4646, - 2.944, - 4783, - 1.739, - 4969, - 1.796, - 5075, + 2.943, + 4780, + 1.738, + 4966, + 1.795, + 5072, 3.685, - 5093, + 5090, 2.042, - 5113, + 5110, 1.942, - 5136, - 2.177, - 5257, + 5133, + 2.176, + 5254, 2.042, - 5258, + 5255, + 2.38, + 5256, 2.38, + 5257, + 4.792, + 5258, + 2.042, 5259, 2.38, 5260, - 4.793, + 2.176, 5261, - 2.042, + 2.38, 5262, 2.38, 5263, - 2.177, + 2.38, 5264, 2.38, 5265, - 2.38, + 4.03, 5266, - 2.38, + 2.176, 5267, 2.38, 5268, - 4.03, + 2.176, 5269, - 2.177, - 5270, 2.38, + 5270, + 2.176, 5271, - 2.177, - 5272, 2.38, + 5272, + 2.176, 5273, - 2.177, + 2.38, 5274, 2.38, 5275, - 2.177, - 5276, 2.38, + 5276, + 6.85, 5277, - 2.38, + 3.153, 5278, 2.38, 5279, - 6.851, + 2.38, 5280, - 3.153, + 2.042, 5281, 2.38, 5282, - 2.38, + 6.308, 5283, - 2.042, - 5284, 2.38, + 5284, + 4.03, 5285, - 6.309, + 2.38, 5286, 2.38, 5287, - 4.03, + 2.38, 5288, 2.38, 5289, - 2.38, + 4.792, 5290, - 2.38, + 2.176, 5291, - 2.38, + 2.042, 5292, - 4.793, + 2.38, 5293, - 2.177, + 2.38, 5294, - 2.042, + 5.032, 5295, - 2.38, + 6.167, 5296, - 2.38, + 4.03, 5297, - 5.033, + 4.03, 5298, - 6.168, + 4.03, 5299, 4.03, 5300, @@ -44337,29 +44311,29 @@ 5301, 4.03, 5302, - 4.03, + 6.167, 5303, - 4.03, + 2.38, 5304, - 4.03, + 2.38, 5305, - 6.168, + 2.38, 5306, 2.38, 5307, 2.38, 5308, - 2.38, + 6.899, 5309, 2.38, 5310, - 2.38, + 6.167, 5311, - 6.899, - 5312, 2.38, + 5312, + 4.03, 5313, - 6.168, + 4.03, 5314, 2.38, 5315, @@ -44369,9 +44343,9 @@ 5317, 2.38, 5318, - 4.03, + 2.38, 5319, - 4.03, + 2.38, 5320, 2.38, 5321, @@ -44385,34 +44359,28 @@ 5325, 2.38, 5326, - 2.38, + 2.176, 5327, - 2.38, + 5.24, 5328, 2.38, 5329, - 2.177, + 4.03, 5330, - 5.241, + 2.38, 5331, 2.38, 5332, - 4.03, + 2.176, 5333, 2.38, 5334, 2.38, 5335, - 2.177, + 3.288, 5336, 2.38, 5337, - 2.38, - 5338, - 3.288, - 5339, - 2.38, - 5340, 2.38 ] ], @@ -44431,7 +44399,7 @@ 1, 0.285, 2, - 1.19, + 1.189, 3, 0.293, 4, @@ -44445,17 +44413,17 @@ 8, 2.196, 9, - 2.518, + 2.517, 10, - 2.008, + 2.007, 18, 1.07, 20, 1.455, 22, - 0.459, + 0.458, 30, - 0.777, + 0.783, 36, 1.731, 38, @@ -44463,7 +44431,7 @@ 39, 1.567, 41, - 1.081, + 1.08, 42, 0.52, 43, @@ -44479,11 +44447,11 @@ 52, 1.146, 54, - 0.977, + 0.976, 55, - 2.482, + 2.481, 56, - 0.801, + 0.8, 57, 1.387, 58, @@ -44495,13 +44463,13 @@ 61, 1.275, 62, - 1.554, + 1.564, 69, - 0.967, + 0.966, 72, - 0.685, + 0.684, 75, - 0.905, + 0.904, 77, 1.852, 78, @@ -44509,7 +44477,7 @@ 79, 0.994, 84, - 2.709, + 2.732, 85, 3.095, 86, @@ -44551,7 +44519,7 @@ 113, 1.573, 116, - 2.694, + 2.693, 119, 1.042, 121, @@ -44561,7 +44529,7 @@ 124, 2.048, 125, - 1.819, + 1.818, 126, 1.918, 128, @@ -44575,7 +44543,7 @@ 141, 0.761, 148, - 1.965, + 1.964, 150, 1.935, 151, @@ -44585,9 +44553,9 @@ 158, 1.636, 160, - 2.416, + 2.415, 165, - 2.558, + 2.557, 166, 0.524, 167, @@ -44629,7 +44597,7 @@ 211, 1.865, 216, - 3.247, + 3.246, 226, 1.439, 229, @@ -44657,17 +44625,17 @@ 249, 1.372, 250, - 0.795, + 0.794, 251, 0.948, 256, - 1.764, + 1.772, 257, 0.813, 260, 0.376, 263, - 1.891, + 1.89, 264, 1.742, 266, @@ -44695,13 +44663,13 @@ 332, 1.99, 333, - 1.178, + 1.184, 341, 1.997, 342, 1.865, 353, - 2.756, + 2.755, 362, 0.752, 368, @@ -44711,19 +44679,19 @@ 381, 1.275, 382, - 1.03, + 1.029, 387, - 2.109, + 2.108, 390, 1.498, 392, - 1.813, + 1.812, 411, 2.438, 425, 2.68, 428, - 0.668, + 0.667, 439, 0.752, 442, @@ -44747,7 +44715,7 @@ 472, 1.639, 473, - 2.63, + 2.629, 479, 0.419, 481, @@ -44755,7 +44723,7 @@ 485, 0.842, 490, - 1.486, + 1.485, 496, 1.331, 500, @@ -44771,7 +44739,7 @@ 521, 1.449, 524, - 2.406, + 2.405, 534, 0.524, 540, @@ -44779,17 +44747,17 @@ 543, 0.825, 546, - 0.602, + 0.601, 547, - 0.657, + 0.656, 550, 1.331, 552, - 0.612, + 0.611, 553, 0.399, 554, - 1.335, + 1.334, 555, 0.891, 561, @@ -44807,13 +44775,13 @@ 573, 0.772, 574, - 0.987, + 0.986, 579, 0.559, 580, 1.808, 581, - 0.602, + 0.601, 583, 0.692, 587, @@ -44827,11 +44795,11 @@ 595, 1.109, 601, - 1.702, + 1.714, 608, 0.553, 614, - 0.438, + 0.437, 615, 0.594, 622, @@ -44841,17 +44809,17 @@ 627, 0.646, 629, - 1.996, + 1.995, 633, 0.565, 634, - 1.857, + 1.856, 636, - 1.597, + 1.596, 638, 0.705, 642, - 2.837, + 2.836, 644, 1.762, 646, @@ -44865,7 +44833,7 @@ 656, 0.705, 660, - 1.231, + 1.23, 664, 0.815, 666, @@ -44873,7 +44841,7 @@ 669, 2.913, 672, - 1.919, + 1.918, 674, 0.559, 675, @@ -44883,7 +44851,7 @@ 678, 1.386, 679, - 1.282, + 1.281, 680, 0.586, 681, @@ -44893,11 +44861,11 @@ 685, 1.166, 689, - 2.105, + 2.104, 691, 1.829, 692, - 2.373, + 2.372, 695, 0.504, 701, @@ -44905,7 +44873,7 @@ 702, 0.559, 703, - 2.998, + 2.997, 708, 3.333, 709, @@ -44961,7 +44929,7 @@ 827, 1.191, 831, - 0.668, + 0.667, 834, 1.417, 837, @@ -44977,7 +44945,7 @@ 857, 0.636, 858, - 0.668, + 0.667, 860, 1.042, 861, @@ -44995,7 +44963,7 @@ 910, 1.094, 912, - 0.72, + 0.719, 913, 0.705, 914, @@ -45009,21 +44977,21 @@ 924, 1.358, 931, - 0.306, + 0.305, 939, 3.132, 941, - 0.438, + 0.437, 944, 0.572, 948, - 1.131, + 1.13, 950, 0.735, 960, 1.608, 980, - 0.72, + 0.719, 984, 0.842, 985, @@ -45041,27 +45009,27 @@ 1007, 0.391, 1008, - 0.792, + 0.791, 1010, - 0.459, + 0.458, 1023, 1.02, 1034, - 2.545, + 2.544, 1039, 3.017, 1043, 1.799, 1046, - 0.668, + 0.667, 1047, - 2.231, + 2.23, 1048, 0.873, 1064, 0.547, 1067, - 0.365, + 0.364, 1068, 2.969, 1071, @@ -45085,19 +45053,19 @@ 1107, 0.553, 1120, - 0.657, + 0.656, 1126, - 2.328, + 2.327, 1140, 2.165, 1146, 0.482, 1153, - 0.967, + 0.966, 1157, 1.503, 1160, - 0.668, + 0.667, 1166, 2.721, 1173, @@ -45105,7 +45073,7 @@ 1189, 1.609, 1202, - 1.689, + 1.688, 1208, 1.252, 1212, @@ -45129,7 +45097,7 @@ 1271, 1.881, 1272, - 3.393, + 3.392, 1273, 2.45, 1275, @@ -45137,9 +45105,9 @@ 1279, 4.141, 1283, - 5.369, + 5.368, 1291, - 0.668, + 0.667, 1295, 1.941, 1296, @@ -45185,7 +45153,7 @@ 1406, 0.509, 1411, - 3.363, + 3.362, 1412, 0.752, 1413, @@ -45203,17 +45171,17 @@ 1435, 0.873, 1436, - 1.552, + 1.551, 1440, 0.679, 1456, - 5.426, + 5.425, 1459, 1.166, 1460, 0.627, 1465, - 2.109, + 2.108, 1471, 2.563, 1472, @@ -45229,43 +45197,43 @@ 1510, 1.845, 1511, - 0.602, + 0.601, 1525, 0.705, 1544, 0.692, 1548, - 0.602, + 0.601, 1570, 0.752, 1596, - 1.893, + 1.892, 1604, - 4.404, + 4.403, 1628, 0.462, 1636, 0.646, 1650, - 0.668, + 0.667, 1654, 1.678, 1661, 0.559, 1662, - 2.067, + 2.066, 1666, 1.774, 1682, 0.705, 1691, - 0.792, + 0.791, 1696, 0.679, 1713, 0.586, 1767, - 0.657, + 0.656, 1774, 1.042, 1804, @@ -45311,7 +45279,7 @@ 1999, 0.618, 2006, - 1.869, + 1.868, 2007, 0.705, 2019, @@ -45339,21 +45307,21 @@ 2180, 0.735, 2220, - 0.668, + 0.667, 2268, - 1.893, + 1.892, 2271, 0.873, 2308, 0.771, 2337, - 0.792, + 0.791, 2342, 1.02, 2346, 2.45, 2354, - 0.792, + 0.791, 2355, 1.609, 2358, @@ -45369,25 +45337,25 @@ 2429, 3.676, 2441, - 1.869, + 1.868, 2452, - 5.096, + 5.095, 2506, 0.692, 2532, - 0.72, + 0.719, 2540, 0.618, 2544, - 0.72, + 0.719, 2548, - 0.657, + 0.656, 2550, 0.646, 2558, 0.771, 2631, - 2.248, + 2.247, 2657, 1.156, 2665, @@ -45395,17 +45363,17 @@ 2678, 0.873, 2684, - 0.657, + 0.656, 2750, 0.705, 2752, - 3.258, + 3.257, 2775, - 0.602, + 0.601, 2778, 1.355, 2787, - 2.335, + 2.334, 2800, 1.02, 2801, @@ -45445,7 +45413,7 @@ 3176, 0.842, 3177, - 4.77, + 4.769, 3182, 5.221, 3203, @@ -45453,9 +45421,9 @@ 3252, 0.752, 3253, - 2.783, + 2.782, 3261, - 1.552, + 1.551, 3318, 0.873, 3324, @@ -45489,7 +45457,7 @@ 3653, 0.957, 3674, - 1.552, + 1.551, 3677, 0.91, 3679, @@ -45501,7 +45469,7 @@ 3777, 0.957, 3797, - 0.72, + 0.719, 3853, 0.91, 3864, @@ -45513,9 +45481,9 @@ 4013, 1.765, 4095, - 3.052, + 3.051, 4104, - 1.774, + 1.808, 4174, 0.873, 4180, @@ -45527,7 +45495,7 @@ 4244, 0.815, 4287, - 2.239, + 2.238, 4325, 1.765, 4361, @@ -45554,355 +45522,355 @@ 0.91, 4652, 1.02, - 4698, - 3.773, - 4711, + 4695, + 3.772, + 4708, 0.91, - 4729, + 4726, 0.91, - 4783, + 4780, 1.502, - 4849, + 4846, 0.842, - 4857, + 4854, 1.191, - 4880, + 4877, 1.502, - 4935, + 4932, 1.02, - 4943, + 4940, 2.455, - 4999, + 4996, 1.02, - 5116, + 5113, 1.678, - 5156, - 1.552, - 5195, + 5153, + 1.551, + 5192, 0.957, - 5205, + 5202, 1.02, - 5280, + 5277, 0.873, - 5341, + 5338, 1.116, - 5342, + 5339, 1.116, - 5343, + 5340, 1.116, - 5344, + 5341, 1.02, + 5342, + 5.781, + 5343, + 1.02, + 5344, + 0.957, 5345, - 5.782, - 5346, 1.02, + 5346, + 1.881, 5347, - 0.957, + 1.02, 5348, 1.02, 5349, - 1.881, + 5.781, 5350, - 1.02, + 1.116, 5351, - 1.02, + 1.116, 5352, - 5.782, + 2.861, 5353, - 1.116, + 2.057, 5354, - 1.116, + 2.057, 5355, 2.861, 5356, - 2.057, + 3.252, 5357, - 2.057, + 1.02, 5358, - 2.861, + 1.02, 5359, - 3.252, - 5360, 1.02, + 5360, + 5.781, 5361, - 1.02, + 4.296, 5362, - 1.02, + 1.609, 5363, - 5.782, + 1.678, 5364, - 4.297, + 2.616, 5365, - 1.609, + 1.116, 5366, - 1.678, + 1.116, 5367, 2.616, 5368, - 1.116, + 1.02, 5369, - 1.116, + 1.02, 5370, - 2.616, + 1.116, 5371, 1.02, 5372, - 1.02, + 1.881, 5373, - 1.116, + 3.807, 5374, - 1.02, - 5375, 1.881, + 5375, + 1.116, 5376, - 3.808, + 1.765, 5377, - 1.881, + 4.296, 5378, - 1.116, + 1.02, 5379, - 1.765, + 1.881, 5380, - 4.297, + 2.057, 5381, - 1.02, + 1.765, 5382, 1.881, 5383, - 2.057, + 1.116, 5384, - 1.765, + 1.116, 5385, - 1.881, + 2.057, 5386, - 1.116, + 1.02, 5387, - 1.116, + 4.163, 5388, - 2.057, + 8.179, 5389, - 1.02, + 6.921, 5390, - 4.164, + 2.861, 5391, - 8.179, + 4.73, 5392, - 6.921, + 1.116, 5393, - 2.861, + 1.116, 5394, - 4.731, + 2.057, 5395, - 1.116, + 2.057, 5396, 1.116, 5397, - 2.057, + 2.09, 5398, 2.057, 5399, 1.116, 5400, - 2.09, + 6.787, 5401, - 2.057, + 1.116, 5402, 1.116, 5403, - 6.788, - 5404, 1.116, + 5404, + 2.057, 5405, 1.116, 5406, - 1.116, + 2.616, 5407, - 2.057, + 1.116, 5408, 1.116, 5409, - 2.616, - 5410, 1.116, + 5410, + 2.861, 5411, 1.116, 5412, 1.116, 5413, - 2.861, + 1.881, 5414, 1.116, 5415, - 1.116, - 5416, 1.881, + 5416, + 1.02, 5417, 1.116, 5418, - 1.881, - 5419, 1.02, + 5419, + 2.861, 5420, 1.116, 5421, - 1.02, + 1.116, 5422, - 2.861, + 2.293, 5423, - 1.116, + 2.057, 5424, 1.116, 5425, - 2.293, + 1.116, 5426, - 2.057, - 5427, 1.116, + 5427, + 2.057, 5428, - 1.116, + 2.861, 5429, 1.116, 5430, - 2.057, + 1.116, 5431, - 2.861, + 1.02, 5432, 1.116, 5433, - 1.116, + 2.057, 5434, 1.02, 5435, 1.116, 5436, - 2.057, + 1.116, 5437, - 1.02, + 1.116, 5438, 1.116, 5439, 1.116, 5440, - 1.116, + 2.057, 5441, 1.116, 5442, 1.116, 5443, - 2.057, + 1.116, 5444, 1.116, 5445, - 1.116, + 1.02, 5446, 1.116, 5447, 1.116, 5448, - 1.02, + 1.116, 5449, 1.116, 5450, 1.116, 5451, - 1.116, + 2.616, 5452, - 1.116, + 1.02, 5453, 1.116, 5454, - 2.616, + 1.116, 5455, - 1.02, + 2.616, 5456, - 1.116, + 0.957, 5457, - 1.116, + 2.057, 5458, - 2.616, - 5459, 0.957, + 5459, + 1.116, 5460, - 2.057, + 1.02, 5461, - 0.957, - 5462, 1.116, - 5463, + 5462, 1.02, + 5463, + 1.881, 5464, - 1.116, + 2.057, 5465, 1.02, 5466, - 1.881, + 0.873, 5467, - 2.057, + 1.881, 5468, - 1.02, + 1.116, 5469, - 0.873, + 1.116, 5470, - 1.881, - 5471, 1.116, + 5471, + 1.02, 5472, 1.116, 5473, - 1.116, + 1.02, 5474, 1.02, 5475, - 1.116, - 5476, 1.02, + 5476, + 2.057, 5477, - 1.02, + 0.957, 5478, 1.02, 5479, - 2.057, + 1.02, 5480, - 0.957, + 1.02, 5481, 1.02, 5482, - 1.02, + 1.116, 5483, - 1.02, + 1.116, 5484, - 1.02, + 2.057, 5485, - 1.116, + 1.02, 5486, 1.116, 5487, - 2.057, + 1.678, 5488, - 1.02, + 1.116, 5489, 1.116, 5490, - 1.678, + 1.116, 5491, 1.116, 5492, - 1.116, + 2.057, 5493, 1.116, 5494, - 1.116, + 0.957, 5495, - 2.057, + 1.116, 5496, 1.116, 5497, - 0.957, - 5498, - 1.116, - 5499, - 1.116, - 5500, 1.116 ] ], @@ -45921,15 +45889,15 @@ 1, 1.484, 2, - 1.469, + 1.468, 3, - 1.523, + 1.522, 4, - 1.523, + 1.522, 5, - 1.531, + 1.53, 6, - 1.531, + 1.53, 7, 1.589, 8, @@ -45945,7 +45913,7 @@ 38, 1.164, 42, - 1.054, + 1.053, 43, 4.176, 46, @@ -45957,15 +45925,15 @@ 59, 0.726, 62, - 1.919, + 1.93, 77, - 1.667, + 1.666, 78, 2.574, 79, 0.945, 84, - 3.447, + 3.477, 91, 2.747, 99, @@ -45987,13 +45955,13 @@ 122, 2.877, 124, - 2.529, + 2.528, 125, - 1.765, + 1.764, 132, 1.993, 142, - 1.725, + 1.724, 148, 1.19, 149, @@ -46011,7 +45979,7 @@ 201, 1.303, 207, - 1.931, + 1.93, 208, 3.539, 229, @@ -46025,7 +45993,7 @@ 241, 1.723, 247, - 1.919, + 1.918, 261, 2.464, 268, @@ -46055,11 +46023,11 @@ 548, 3.821, 552, - 1.725, + 1.724, 555, - 2.506, + 2.505, 580, - 3.666, + 3.665, 635, 5.301, 642, @@ -46067,17 +46035,17 @@ 648, 2.812, 649, - 3.471, + 3.47, 674, 4.031, 685, - 2.365, + 2.364, 703, - 2.275, + 2.274, 709, - 3.666, + 3.665, 744, - 4.838, + 4.837, 751, 2.346, 765, @@ -46085,7 +46053,7 @@ 774, 2.622, 834, - 2.874, + 2.873, 852, 4.007, 859, @@ -46095,13 +46063,13 @@ 895, 2.782, 901, - 2.507, + 2.506, 904, 4.115, 916, - 4.237, + 4.236, 1066, - 2.275, + 2.274, 1067, 1.895, 1079, @@ -46117,7 +46085,7 @@ 1340, 4.115, 1375, - 4.237, + 4.236, 1411, 4.275, 1428, @@ -46135,9 +46103,9 @@ 1769, 2.673, 1774, - 2.94, + 2.939, 1896, - 3.91, + 3.909, 1990, 5.301, 1994, @@ -46155,9 +46123,9 @@ 2353, 3.74, 2433, - 4.815, + 4.814, 2626, - 8.143, + 8.142, 2770, 4.733, 2955, @@ -46177,63 +46145,63 @@ 3342, 3.596, 3574, - 4.237, + 4.236, 3938, 3.821, 4075, 4.977, 4397, 4.538, - 4812, + 4809, 7.539, - 4890, + 4887, 4.977, - 4905, - 6.905, - 4915, + 4902, + 6.904, + 4912, 5.304, - 4916, + 4913, 5.304, - 4918, + 4915, 4.538, - 4922, + 4919, 4.977, - 4923, + 4920, 5.304, - 4977, + 4974, 5.304, - 4986, + 4983, 5.304, - 5257, + 5254, 4.977, - 5501, + 5498, 5.304, + 5499, + 5.8, + 5500, + 5.8, + 5501, + 5.8, 5502, - 5.801, + 8.047, 5503, - 5.801, + 5.8, 5504, - 5.801, + 5.8, 5505, - 8.047, + 5.8, 5506, - 5.801, + 5.8, 5507, - 5.801, + 5.8, 5508, - 5.801, + 5.8, 5509, - 5.801, + 5.8, 5510, - 5.801, + 5.8, 5511, - 5.801, - 5512, - 5.801, - 5513, - 5.801, - 5514, - 5.801 + 5.8 ] ], [ @@ -46297,7 +46265,7 @@ 75, 4.112, 76, - 4.349, + 4.348, 79, 0.856, 89, @@ -46319,15 +46287,15 @@ 107, 1.129, 113, - 1.189, + 1.188, 125, - 1.805, + 1.804, 126, 2.297, 134, - 4.333, + 4.332, 135, - 3.436, + 3.435, 142, 1.764, 148, @@ -46351,7 +46319,7 @@ 226, 2.803, 229, - 1.088, + 1.087, 237, 2.733, 244, @@ -46359,7 +46327,7 @@ 251, 2.733, 256, - 1.333, + 1.339, 263, 1.774, 268, @@ -46369,11 +46337,11 @@ 294, 3.383, 300, - 5.18, + 5.179, 305, - 3.436, + 3.435, 306, - 3.595, + 3.594, 307, 5.835, 314, @@ -46389,13 +46357,13 @@ 371, 4.294, 409, - 4.841, + 4.84, 469, 3.006, 497, - 3.042, + 3.041, 509, - 3.079, + 3.078, 524, 3.131, 553, @@ -46403,15 +46371,15 @@ 573, 2.226, 601, - 2.149, + 2.164, 604, 3.006, 668, - 4.841, + 4.84, 679, 2.657, 691, - 2.501, + 2.5, 718, 4.098, 751, @@ -46427,7 +46395,7 @@ 962, 5.605, 963, - 6.563, + 6.562, 981, 3.611, 1002, @@ -46437,19 +46405,19 @@ 1014, 3.825, 1157, - 3.117, + 3.116, 1179, - 7.013, + 7.012, 1180, 4.465, 1187, 4.098, 1188, - 4.005, + 4.004, 1210, - 5.425, + 5.424, 1223, - 3.999, + 3.998, 1229, 3.908, 1672, @@ -46461,61 +46429,61 @@ 1866, 3.383, 1890, - 3.436, + 3.435, 2070, - 3.749, + 3.748, 2133, 5.09, 2136, 3.908, 2591, - 5.509, + 5.508, 3838, - 4.333, + 4.332, 4207, 4.098, - 5515, + 5512, 5.932, - 5516, + 5513, 5.932, - 5517, + 5514, 5.932, - 5518, + 5515, 7.473, + 5516, + 7.012, + 5517, + 5.424, + 5518, + 9.213, 5519, - 7.013, + 5.424, 5520, - 5.425, + 8.172, 5521, - 9.213, + 5.424, 5522, - 5.425, + 8.022, 5523, - 8.173, + 5.932, 5524, - 5.425, + 8.172, 5525, - 8.023, + 5.424, 5526, 5.932, 5527, - 8.173, + 8.172, 5528, - 5.425, + 5.424, 5529, 5.932, 5530, - 8.173, - 5531, - 5.425, - 5532, - 5.932, - 5533, 8.645, - 5534, + 5531, 5.09, - 5535, - 4.841 + 5532, + 4.84 ] ], [ @@ -46579,11 +46547,11 @@ 59, 1.032, 62, - 2.294, + 2.308, 79, 0.971, 95, - 4.709, + 4.708, 99, 0.989, 100, @@ -46595,7 +46563,7 @@ 126, 2.269, 133, - 4.96, + 4.959, 148, 1.423, 150, @@ -46605,7 +46573,7 @@ 168, 5.64, 169, - 1.506, + 1.505, 201, 1.558, 240, @@ -46615,7 +46583,7 @@ 268, 2.192, 269, - 2.594, + 2.593, 271, 3.556, 274, @@ -46627,9 +46595,9 @@ 332, 3.021, 333, - 1.962, + 1.972, 338, - 8.629, + 8.628, 341, 5.483, 362, @@ -46663,13 +46631,13 @@ 543, 2.783, 544, - 6.271, + 6.27, 561, 2.198, 598, 4.472, 601, - 2.513, + 2.53, 691, 2.122, 692, @@ -46687,11 +46655,11 @@ 948, 2.74, 1153, - 3.26, + 3.259, 1264, 4.569, 1599, - 6.395, + 6.394, 1877, 5.659, 2597, @@ -46702,20 +46670,20 @@ 5.426, 3616, 6.63, + 5533, + 6.935, + 5534, + 6.935, + 5535, + 9.077, 5536, - 6.936, + 6.935, 5537, - 6.936, - 5538, - 9.078, - 5539, - 6.936, - 5540, 11.431, - 5541, + 5538, 11.646, - 5542, - 6.936 + 5539, + 6.935 ] ], [ @@ -46733,7 +46701,7 @@ 1, 2.286, 2, - 2.263, + 2.262, 3, 2.346, 4, @@ -46761,7 +46729,7 @@ 103, 2.058, 107, - 1.701, + 1.7, 126, 1.774, 149, @@ -46773,7 +46741,7 @@ 240, 3.024, 241, - 1.914, + 1.913, 261, 4.518, 496, @@ -46781,7 +46749,7 @@ 504, 4.477, 555, - 2.783, + 2.782, 765, 3.131, 793, @@ -46799,7 +46767,7 @@ 2121, 5.259, 2429, - 6.992, + 6.991, 2471, 7.292 ] @@ -46899,15 +46867,15 @@ 236, 4.014, 256, - 1.8, + 1.809, 269, 1.818, 285, - 3.589, + 3.588, 313, 4.44, 342, - 3.589, + 3.588, 524, 2.683, 633, @@ -46931,7 +46899,7 @@ 996, 5.043, 1066, - 3.903, + 3.902, 1067, 2.617, 1104, @@ -46939,7 +46907,7 @@ 1283, 4.377, 1323, - 3.347, + 3.346, 1511, 4.319, 1882, @@ -46958,8 +46926,14 @@ 5.4, 3391, 8.121, - 4733, + 4730, 9.9, + 5540, + 8.012, + 5541, + 8.012, + 5542, + 8.012, 5543, 8.012, 5544, @@ -46975,12 +46949,6 @@ 5549, 8.012, 5550, - 8.012, - 5551, - 8.012, - 5552, - 8.012, - 5553, 6.268 ] ], @@ -47015,9 +46983,9 @@ 9, 1.746, 10, - 1.313, + 1.312, 11, - 1.431, + 1.43, 12, 1.06, 18, @@ -47025,7 +46993,7 @@ 20, 1.402, 23, - 2.328, + 2.327, 36, 2.029, 38, @@ -47037,7 +47005,7 @@ 45, 1.566, 46, - 1.683, + 1.682, 48, 3.516, 49, @@ -47045,7 +47013,7 @@ 50, 3.363, 51, - 2.884, + 2.883, 52, 2.036, 54, @@ -47057,7 +47025,7 @@ 59, 1.043, 60, - 1.433, + 1.432, 61, 1.44, 65, @@ -47065,13 +47033,13 @@ 67, 3.408, 68, - 4.954, + 4.953, 69, - 2.42, + 2.419, 70, 3.646, 71, - 3.557, + 3.556, 73, 5.191, 74, @@ -47089,9 +47057,9 @@ 82, 1.566, 84, - 2.206, + 2.224, 85, - 4.426, + 4.425, 86, 0.754, 87, @@ -47103,7 +47071,7 @@ 92, 1.584, 93, - 3.32, + 3.319, 94, 1.081, 96, @@ -47111,7 +47079,7 @@ 99, 1.055, 100, - 1.625, + 1.624, 102, 1.553, 103, @@ -47149,7 +47117,7 @@ 158, 0.679, 169, - 1.101, + 1.1, 172, 2.244, 174, @@ -47165,7 +47133,7 @@ 197, 0.798, 198, - 2.685, + 2.684, 199, 0.995, 201, @@ -47183,13 +47151,13 @@ 208, 3.47, 210, - 0.94, + 0.939, 211, - 1.041, + 1.04, 215, 1.164, 219, - 1.818, + 1.817, 225, 2.661, 226, @@ -47199,7 +47167,7 @@ 230, 0.809, 231, - 3.818, + 3.817, 234, 1.325, 235, @@ -47225,7 +47193,7 @@ 253, 1.978, 256, - 1.529, + 1.536, 257, 0.918, 260, @@ -47243,11 +47211,11 @@ 300, 1.287, 305, - 2.287, + 2.286, 306, 3.652, 307, - 2.287, + 2.286, 313, 0.911, 328, @@ -47255,17 +47223,17 @@ 353, 0.925, 360, - 1.818, + 1.817, 361, 2.893, 368, 1.123, 371, - 4.363, + 4.362, 382, 0.836, 386, - 2.125, + 2.124, 390, 1.663, 392, @@ -47287,15 +47255,15 @@ 457, 0.825, 464, - 1.818, + 1.817, 471, 0.623, 502, - 1.531, + 1.53, 509, 4.309, 519, - 3.388, + 3.387, 521, 1.374, 523, @@ -47321,11 +47289,11 @@ 581, 1.252, 594, - 4.809, + 4.808, 600, 3.548, 601, - 0.842, + 0.847, 614, 0.911, 629, @@ -47333,7 +47301,7 @@ 631, 1.151, 635, - 1.531, + 1.53, 636, 1.974, 648, @@ -47341,9 +47309,9 @@ 659, 2.252, 672, - 1.071, + 1.07, 673, - 2.287, + 2.286, 675, 0.891, 676, @@ -47355,7 +47323,7 @@ 685, 0.947, 689, - 1.041, + 1.04, 691, 0.711, 692, @@ -47369,15 +47337,15 @@ 717, 1.367, 723, - 2.404, + 2.403, 738, 1.39, 740, 1.177, 747, - 1.306, + 1.305, 768, - 2.125, + 2.124, 771, 4.028, 772, @@ -47391,21 +47359,21 @@ 785, 3.88, 789, - 1.753, + 1.752, 793, 1.081, 795, 1.498, 807, - 1.346, + 1.345, 819, - 3.03, + 3.029, 823, - 1.531, + 1.53, 824, - 1.818, + 1.817, 825, - 1.818, + 1.817, 834, 1.151, 845, @@ -47415,9 +47383,9 @@ 859, 1.164, 877, - 1.531, + 1.53, 893, - 1.994, + 1.993, 894, 0.918, 895, @@ -47441,7 +47409,7 @@ 935, 1.151, 939, - 3.008, + 3.007, 941, 0.911, 947, @@ -47451,17 +47419,17 @@ 977, 1.236, 994, - 6.142, + 6.141, 995, 1.468, 996, 1.177, 999, - 1.071, + 1.07, 1007, 2.909, 1010, - 2.116, + 2.115, 1043, 1.004, 1064, @@ -47469,13 +47437,13 @@ 1072, 1.896, 1097, - 3.192, + 3.191, 1107, 1.956, 1112, - 2.125, + 2.124, 1113, - 1.818, + 1.817, 1126, 1.151, 1127, @@ -47485,27 +47453,27 @@ 1155, 1.914, 1188, - 1.935, + 1.934, 1191, 2.978, 1207, 1.697, 1212, - 3.222, + 3.221, 1213, - 1.753, + 1.752, 1214, - 5.248, + 5.247, 1217, - 1.753, + 1.752, 1250, - 1.306, + 1.305, 1256, 1.44, 1258, 2.601, 1265, - 3.222, + 3.221, 1275, 1.648, 1284, @@ -47515,13 +47483,13 @@ 1291, 1.39, 1293, - 1.753, + 1.752, 1323, 0.97, 1332, 1.597, 1344, - 4.708, + 4.707, 1382, 1.287, 1387, @@ -47533,7 +47501,7 @@ 1413, 3.696, 1426, - 2.404, + 2.403, 1441, 1.697, 1479, @@ -47555,15 +47523,15 @@ 1570, 1.566, 1603, - 2.125, + 2.124, 1616, 1.468, 1628, - 1.636, + 1.635, 1629, - 1.041, + 1.04, 1662, - 1.737, + 1.736, 1689, 2.801, 1690, @@ -47597,7 +47565,7 @@ 1948, 1.236, 1974, - 5.551, + 5.55, 1975, 0.294, 1989, @@ -47611,17 +47579,17 @@ 2054, 1.325, 2057, - 3.254, + 3.253, 2080, 1.566, 2130, 1.896, 2136, - 1.531, + 1.53, 2158, 1.566, 2217, - 2.404, + 2.403, 2345, 1.697, 2346, @@ -47629,15 +47597,15 @@ 2360, 1.252, 2423, - 1.753, + 1.752, 2429, - 1.818, + 1.817, 2431, - 1.994, + 1.993, 2434, 1.648, 2441, - 1.221, + 1.22, 2442, 1.697, 2516, @@ -47649,41 +47617,41 @@ 2833, 3.61, 2834, - 3.884, + 3.883, 2837, - 3.254, + 3.253, 2850, - 1.753, + 1.752, 2852, 1.697, 2918, - 1.753, + 1.752, 2961, 1.697, 2969, - 1.753, + 1.752, 2981, 1.605, 2991, 4.58, 3146, - 4.708, + 4.707, 3204, - 1.753, + 1.752, 3420, - 1.994, + 1.993, 3486, 1.605, 3506, 1.896, 3558, - 3.222, + 3.221, 3572, - 1.753, + 1.752, 3574, 3.76, 3575, - 2.125, + 2.124, 3693, 1.498, 3696, @@ -47695,7 +47663,7 @@ 4207, 1.605, 4227, - 1.818, + 1.817, 4234, 3.61, 4242, @@ -47703,89 +47671,95 @@ 4247, 1.896, 4353, - 1.818, + 1.817, 4360, - 3.388, + 3.387, 4363, - 2.125, + 2.124, 4364, 1.648, 4369, - 1.818, + 1.817, 4375, - 2.125, + 2.124, 4389, - 1.994, + 1.993, 4412, - 2.125, + 2.124, 4429, - 3.222, + 3.221, 4595, - 3.837, - 4881, - 2.125, - 4940, - 1.994, - 4968, - 1.818, - 5371, - 2.125, - 5389, - 4.708, - 5476, - 2.125, - 5533, - 1.994, - 5554, + 3.836, + 4878, + 2.124, + 4937, + 1.993, + 4965, + 1.817, + 5368, + 2.124, + 5386, + 4.707, + 5473, + 2.124, + 5530, + 1.993, + 5551, 3.948, - 5555, + 5552, 3.948, + 5553, + 4.027, + 5554, + 1.993, + 5555, + 2.323, 5556, - 4.028, + 1.896, 5557, - 1.994, + 2.323, 5558, 2.323, 5559, - 1.896, + 2.323, 5560, 2.323, 5561, 2.323, 5562, - 2.323, + 2.124, 5563, - 2.323, + 2.124, 5564, 2.323, 5565, - 2.125, + 1.896, 5566, - 2.125, - 5567, 2.323, + 5567, + 3.948, 5568, - 1.896, - 5569, 2.323, - 5570, + 5569, 3.948, + 5570, + 4.58, 5571, - 2.323, + 1.896, 5572, - 3.948, + 2.323, 5573, - 4.58, + 2.323, 5574, - 1.896, + 2.124, 5575, - 2.323, + 2.124, 5576, 2.323, 5577, - 2.125, + 2.323, 5578, - 2.125, + 2.323, 5579, 2.323, 5580, @@ -47795,22 +47769,16 @@ 5582, 2.323, 5583, - 2.323, + 3.948, 5584, 2.323, 5585, - 2.323, + 2.124, 5586, - 3.948, + 2.124, 5587, 2.323, 5588, - 2.125, - 5589, - 2.125, - 5590, - 2.323, - 5591, 2.323 ] ], @@ -47853,7 +47821,7 @@ 36, 1.603, 38, - 0.989, + 0.988, 42, 2.004, 46, @@ -47889,9 +47857,9 @@ 113, 1.906, 116, - 1.762, + 1.761, 119, - 2.294, + 2.293, 121, 3.147, 125, @@ -47923,17 +47891,17 @@ 230, 2.798, 239, - 1.991, + 1.99, 243, 2.242, 244, - 1.736, + 1.735, 256, - 1.017, + 1.022, 260, 2.709, 265, - 2.982, + 2.981, 268, 2.036, 269, @@ -47957,25 +47925,25 @@ 353, 3.2, 359, - 1.991, + 1.99, 368, 1.287, 382, - 2.423, + 2.422, 390, 1.906, 392, - 2.359, + 2.358, 434, 2.106, 436, - 2.982, + 2.981, 440, - 5.267, + 5.266, 441, - 3.373, + 3.372, 446, - 3.373, + 3.372, 452, 2.588, 454, @@ -47983,19 +47951,19 @@ 457, 2.39, 459, - 3.133, + 3.132, 460, 3.306, 471, 1.213, 480, - 2.982, + 2.981, 486, 3.541, 521, 1.575, 548, - 2.982, + 2.981, 550, 2.106, 552, @@ -48005,7 +47973,7 @@ 555, 1.409, 561, - 1.435, + 1.434, 567, 2.349, 573, @@ -48019,21 +47987,21 @@ 596, 2.473, 633, - 2.294, + 2.293, 636, 2.581, 637, - 5.74, + 5.739, 648, 2.194, 651, - 3.884, + 3.883, 674, - 2.268, + 2.267, 676, - 2.066, + 2.065, 677, - 2.086, + 2.085, 692, 2.526, 701, @@ -48049,7 +48017,7 @@ 765, 1.586, 769, - 2.919, + 2.918, 799, 4.098, 808, @@ -48061,9 +48029,9 @@ 917, 3.634, 923, - 3.299, + 3.298, 945, - 2.919, + 2.918, 947, 4.999, 948, @@ -48087,7 +48055,7 @@ 1206, 3.211, 1235, - 2.919, + 2.918, 1260, 2.663, 1290, @@ -48095,7 +48063,7 @@ 1291, 4.028, 1322, - 2.321, + 2.32, 1340, 3.211, 1411, @@ -48107,17 +48075,17 @@ 1445, 5.702, 1457, - 3.962, + 3.961, 1460, - 2.544, + 2.543, 1499, 2.708, 1507, - 4.174, + 4.173, 1511, 2.44, 1512, - 5.777, + 5.776, 1541, 4.798, 1546, @@ -48135,7 +48103,7 @@ 1882, 2.009, 1884, - 2.86, + 2.859, 1936, 2.507, 1948, @@ -48145,7 +48113,7 @@ 2049, 2.86, 2084, - 2.919, + 2.918, 2089, 4.517, 2093, @@ -48155,7 +48123,7 @@ 2253, 3.693, 2308, - 3.127, + 3.126, 2372, 3.541, 2440, @@ -48163,7 +48131,7 @@ 2494, 3.541, 2614, - 5.079, + 5.078, 2649, 2.708, 2786, @@ -48173,73 +48141,79 @@ 2821, 3.306, 2847, - 4.139, + 4.138, 2934, 3.693, 2955, - 3.84, + 3.839, 2974, 3.541, 3014, - 6.289, + 6.288, 3096, - 5.777, + 5.776, 3113, - 3.884, + 3.883, 3158, - 4.139, + 4.138, 3165, 3.693, 3361, 3.693, 3417, - 3.884, + 3.883, 3568, 3.693, 3610, 2.44, 3727, - 4.028, + 4.098, 3734, - 4.139, + 4.138, 3973, - 4.139, + 4.138, 4245, 3.693, 4532, 3.693, 4547, - 4.139, + 4.138, 4552, 3.541, - 4805, - 3.884, - 4880, + 4802, + 3.883, + 4877, 3.306, - 5142, - 3.884, - 5163, + 5139, + 3.883, + 5160, 3.541, - 5172, - 4.139, - 5201, + 5169, + 4.138, + 5198, 3.693, + 5589, + 4.526, + 5590, + 6.732, + 5591, + 4.138, 5592, 4.526, 5593, - 6.732, + 8.7, 5594, - 4.139, + 6.732, 5595, - 4.526, + 3.693, 5596, - 8.7, + 6.156, 5597, - 6.732, + 4.526, 5598, - 3.693, + 4.526, 5599, - 6.156, + 4.526, 5600, 4.526, 5601, @@ -48249,33 +48223,27 @@ 5603, 4.526, 5604, - 4.526, + 4.138, 5605, 4.526, 5606, 4.526, 5607, - 4.139, + 4.526, 5608, 4.526, 5609, - 4.526, + 6.732, 5610, 4.526, 5611, 4.526, 5612, - 6.732, + 4.526, 5613, 4.526, 5614, - 4.526, - 5615, - 4.526, - 5616, - 4.526, - 5617, - 4.139 + 4.138 ] ], [ @@ -48321,7 +48289,7 @@ 50, 5.124, 54, - 2.012, + 2.011, 57, 1.43, 59, @@ -48329,7 +48297,7 @@ 60, 2.15, 62, - 1.401, + 1.41, 63, 2.054, 70, @@ -48337,9 +48305,9 @@ 75, 3.788, 77, - 1.916, + 1.915, 78, - 1.881, + 1.88, 79, 0.961, 86, @@ -48353,17 +48321,17 @@ 92, 3.456, 96, - 3.084, + 3.083, 97, 1.852, 99, 1.06, 100, - 1.826, + 1.825, 101, 4.716, 103, - 0.976, + 0.975, 104, 3.915, 105, @@ -48401,15 +48369,15 @@ 153, 2.207, 154, - 2.678, + 2.677, 155, - 2.678, + 2.677, 156, - 4.547, + 4.546, 159, 5.725, 160, - 1.884, + 1.883, 165, 1.832, 166, @@ -48439,13 +48407,13 @@ 208, 2.818, 210, - 1.714, + 1.713, 212, - 5.132, + 5.131, 216, 4.647, 224, - 2.678, + 2.677, 230, 1.475, 236, @@ -48463,31 +48431,31 @@ 251, 1.952, 256, - 2.186, + 2.197, 257, - 2.532, + 2.531, 261, - 3.929, + 3.928, 263, 1.916, 268, - 1.889, + 1.888, 269, 0.961, 285, - 3.858, + 3.857, 286, - 5.95, + 5.949, 287, 2.927, 295, 2.952, 305, - 3.711, + 3.71, 306, - 1.864, + 1.863, 307, - 3.711, + 3.71, 320, 2.535, 327, @@ -48503,7 +48471,7 @@ 332, 1.41, 333, - 1.198, + 1.205, 335, 2.791, 336, @@ -48513,13 +48481,13 @@ 343, 2.627, 344, - 4.704, + 4.703, 357, 7.012, 359, - 1.864, + 1.863, 361, - 4.342, + 4.341, 363, 3.457, 364, @@ -48531,7 +48499,7 @@ 368, 1.205, 369, - 5.208, + 5.207, 380, 1.504, 381, @@ -48539,31 +48507,31 @@ 387, 2.725, 390, - 1.785, + 1.784, 392, - 1.485, + 1.484, 400, 2.856, 419, - 2.678, + 2.677, 433, 1.727, 457, 2.743, 461, - 5.859, + 5.858, 488, - 2.678, + 2.677, 524, 2.146, 550, - 1.972, + 1.971, 601, - 1.535, + 1.546, 608, 2.099, 659, - 2.417, + 2.416, 674, 3.21, 683, @@ -48571,7 +48539,7 @@ 750, 2.054, 751, - 1.714, + 1.713, 901, 1.831, 931, @@ -48579,7 +48547,7 @@ 939, 2.099, 941, - 1.662, + 1.661, 951, 2.493, 965, @@ -48587,7 +48555,7 @@ 975, 3.073, 1007, - 1.485, + 1.484, 1035, 6.11, 1052, @@ -48601,7 +48569,7 @@ 1196, 3.457, 1216, - 2.255, + 2.254, 1254, 4.988, 1260, @@ -48619,46 +48587,46 @@ 1806, 2.927, 1848, - 2.678, + 2.677, 2323, - 3.601, + 3.6, 2597, - 6.756, + 6.755, 2738, 2.732, 2875, - 2.58, + 2.579, 2886, - 3.095, + 3.094, 2915, 3.315, 3673, 3.196, 3802, - 3.095, + 3.094, 3870, - 3.875, + 3.874, 4325, - 3.636, - 4969, + 3.635, + 4966, 3.196, - 5100, + 5097, 3.315, - 5618, + 5615, 4.237, - 5619, - 6.63, - 5620, + 5616, + 6.629, + 5617, 10.103, - 5621, - 3.875, - 5622, + 5618, + 3.874, + 5619, 4.237, - 5623, + 5620, 4.237, - 5624, + 5621, 6.407, - 5625, + 5622, 6.407 ] ], @@ -48683,11 +48651,11 @@ 4, 1.96, 5, - 1.971, + 1.97, 6, - 1.971, + 1.97, 7, - 1.506, + 1.505, 18, 1.083, 20, @@ -48711,7 +48679,7 @@ 107, 1.421, 111, - 3.12, + 3.119, 126, 1.482, 142, @@ -48737,17 +48705,17 @@ 481, 4.259, 500, - 4.028, + 4.027, 574, 4.567, 588, - 3.876, + 3.875, 735, 3.582, 880, 3.62, 1067, - 3.425, + 3.424, 1221, 5.193, 1272, @@ -48778,11 +48746,11 @@ 4.92, 2950, 9.049, - 4783, + 4780, 5.455, - 4785, + 4782, 6.829, - 5626, + 5623, 9.668 ] ], @@ -48817,13 +48785,13 @@ 18, 1.106, 20, - 1.302, + 1.301, 36, - 1.108, + 1.107, 46, 1.6, 49, - 1.921, + 1.92, 50, 3.077, 57, @@ -48835,11 +48803,11 @@ 77, 1.869, 79, - 0.877, + 0.876, 86, 1.803, 90, - 1.861, + 1.86, 91, 1.896, 92, @@ -48865,15 +48833,15 @@ 109, 2.069, 116, - 2.162, + 2.161, 119, 3.956, 126, 1.102, 148, - 1.602, + 1.601, 149, - 2.972, + 2.971, 150, 1.976, 153, @@ -48907,7 +48875,7 @@ 178, 3.363, 194, - 1.425, + 1.424, 197, 1.908, 201, @@ -48927,7 +48895,7 @@ 247, 1.837, 256, - 1.754, + 1.763, 261, 2.359, 263, @@ -48939,15 +48907,15 @@ 273, 1.927, 290, - 2.162, + 2.161, 298, - 3.51, + 3.509, 333, - 2.769, + 2.785, 368, 1.579, 382, - 1.999, + 1.998, 387, 1.959, 472, @@ -48959,7 +48927,7 @@ 577, 3.061, 587, - 3.744, + 3.743, 588, 2.882, 594, @@ -48975,19 +48943,19 @@ 765, 1.946, 807, - 3.217, + 3.216, 808, 2.955, 811, 2.751, 849, - 3.465, + 3.464, 895, 2.664, 901, 2.4, 914, - 3.771, + 3.77, 915, 2.13, 931, @@ -49007,7 +48975,7 @@ 1011, 3.581, 1016, - 3.51, + 3.509, 1034, 2.13, 1043, @@ -49015,19 +48983,19 @@ 1114, 3.581, 1203, - 4.766, + 4.765, 1208, 3.381, 1259, - 3.51, + 3.509, 1273, 3.268, 1295, 2.084, 1297, - 8.403, + 8.402, 1298, - 3.51, + 3.509, 1332, 2.246, 1472, @@ -49039,7 +49007,7 @@ 1596, 2.955, 1599, - 3.51, + 3.509, 1666, 3.443, 1675, @@ -49047,37 +49015,37 @@ 1804, 2.664, 1806, - 3.837, + 3.836, 1807, 2.664, 1833, - 5.079, + 5.078, 1882, 2.465, 1884, 2.359, 1906, - 3.837, + 3.836, 2121, 3.268, 2509, 5.401, 2517, - 4.19, + 4.189, 2525, - 4.766, + 4.765, 2616, - 4.057, + 4.056, 2649, 3.323, 2890, - 5.079, + 5.078, 2908, - 3.837, + 3.836, 2950, - 4.19, + 4.189, 3084, - 3.837, + 3.836, 3087, 3.581, 3108, @@ -49085,56 +49053,56 @@ 3366, 3.94, 3572, - 4.19, + 4.189, 3679, 5.889, 3721, - 4.766, + 4.765, 3787, - 4.057, + 4.056, 3816, 4.532, 4296, 4.345, 4441, 4.532, - 5161, - 6.108, + 5158, + 6.107, + 5624, + 4.765, + 5625, + 5.078, + 5626, + 7.806, 5627, - 4.766, + 5.554, 5628, - 5.079, + 5.554, 5629, - 7.807, + 10.699, 5630, - 5.554, + 7.806, 5631, 5.554, 5632, - 10.7, + 5.554, 5633, - 7.807, + 7.806, 5634, - 5.554, + 9.792, 5635, - 5.554, + 4.532, 5636, - 7.807, + 5.554, 5637, - 9.792, + 5.554, 5638, - 4.532, + 5.554, 5639, 5.554, 5640, 5.554, 5641, - 5.554, - 5642, - 5.554, - 5643, - 5.554, - 5644, 5.554 ] ], @@ -49173,9 +49141,9 @@ 38, 0.963, 46, - 0.924, + 0.923, 54, - 3.074, + 3.073, 57, 1.465, 58, @@ -49211,7 +49179,7 @@ 151, 2.66, 152, - 4.175, + 4.174, 153, 1.968, 159, @@ -49239,7 +49207,7 @@ 226, 1.801, 256, - 2.197, + 2.208, 257, 4.128, 261, @@ -49257,17 +49225,17 @@ 295, 3.996, 309, - 3.81, + 3.809, 343, - 4.014, + 4.013, 357, - 7.557, + 7.556, 361, 5.496, 363, - 5.283, + 5.282, 364, - 5.283, + 5.282, 365, 5.065, 366, @@ -49293,25 +49261,25 @@ 691, 1.981, 754, - 3.874, + 3.873, 975, 3.105, 980, - 4.175, + 4.174, 1019, - 2.447, + 2.446, 1025, 2.558, 1034, - 3.326, + 3.325, 1035, 6.938, 1157, 3.401, 1260, - 3.81, + 3.809, 1583, - 5.283, + 5.282, 1607, 3.749, 1608, @@ -49319,26 +49287,26 @@ 1609, 3.749, 1611, - 5.283, + 5.282, 1612, 5.92, 1848, 4.091, 2379, - 4.175, + 4.174, 2640, 4.593, 2916, - 5.481, + 5.48, 3888, - 4.729, - 4697, + 4.728, + 4694, 5.555, - 4969, - 4.884, - 5100, + 4966, + 4.883, + 5097, 5.065, - 5645, + 5642, 6.474 ] ], @@ -49405,7 +49373,7 @@ 75, 1.984, 76, - 2.401, + 2.4, 77, 1.968, 79, @@ -49445,13 +49413,13 @@ 126, 1.764, 128, - 2.211, + 2.21, 140, 2.079, 142, 1.341, 146, - 2.211, + 2.21, 148, 1.646, 149, @@ -49461,7 +49429,7 @@ 151, 2.76, 152, - 4.331, + 4.33, 153, 2.341, 154, @@ -49475,7 +49443,7 @@ 170, 1.73, 175, - 2.928, + 2.927, 185, 2.12, 194, @@ -49487,11 +49455,11 @@ 198, 1.829, 202, - 2.181, + 2.18, 208, 1.984, 210, - 1.825, + 1.824, 212, 2.099, 226, @@ -49509,13 +49477,13 @@ 251, 2.079, 256, - 1.803, + 1.811, 261, - 2.853, + 2.852, 263, 1.349, 266, - 2.981, + 2.98, 268, 1.371, 269, @@ -49533,7 +49501,7 @@ 330, 3.901, 333, - 3.417, + 3.436, 334, 4.444, 341, @@ -49557,7 +49525,7 @@ 524, 3.182, 540, - 4.164, + 4.163, 552, 1.341, 595, @@ -49585,7 +49553,7 @@ 891, 3.223, 910, - 2.401, + 2.4, 924, 2.142, 931, @@ -49593,9 +49561,9 @@ 941, 1.769, 978, - 1.783, + 1.782, 1007, - 1.581, + 1.58, 1019, 2.538, 1041, @@ -49603,7 +49571,7 @@ 1042, 2.972, 1051, - 3.201, + 3.2, 1104, 1.57, 1144, @@ -49613,17 +49581,17 @@ 1157, 2.37, 1158, - 3.697, + 3.696, 1172, 2.286, 1183, 5.254, 1228, - 6.26, + 6.259, 1254, - 3.89, + 3.889, 1255, - 3.117, + 3.116, 1256, 2.797, 1257, @@ -49635,7 +49603,7 @@ 1404, 3.403, 1596, - 2.401, + 2.4, 1625, 4.639, 1676, @@ -49647,11 +49615,11 @@ 1864, 2.972, 1879, - 4.066, + 4.065, 1929, 4.215, 2002, - 3.53, + 3.529, 2035, 2.797, 2078, @@ -49661,23 +49629,23 @@ 2121, 2.655, 2382, - 5.891, + 5.89, 2496, 3.403, 2516, - 3.201, + 3.2, 2690, 2.613, 2766, 4.125, 2783, - 3.201, + 3.2, 2884, 7.336, 2885, 3.403, 2888, - 8.318, + 8.317, 2889, 3.871, 2952, @@ -49685,9 +49653,9 @@ 3071, 3.041, 3120, - 3.53, + 3.529, 3124, - 3.117, + 3.116, 3230, 4.125, 3325, @@ -49703,41 +49671,41 @@ 4144, 4.125, 4542, - 5.763, - 4810, + 5.762, + 4807, 3.681, - 5215, + 5212, 3.871, - 5283, + 5280, 3.871, - 5400, + 5397, 3.295, - 5646, + 5643, 4.125, + 5644, + 4.511, + 5645, + 4.511, + 5646, + 6.141, 5647, - 4.512, + 4.125, 5648, - 4.512, + 3.871, 5649, - 6.141, + 3.681, 5650, 4.125, 5651, - 3.871, + 4.125, 5652, - 3.681, + 6.141, 5653, 4.125, 5654, 4.125, 5655, - 6.141, - 5656, - 4.125, - 5657, - 4.125, - 5658, - 4.512 + 4.511 ] ], [ @@ -49775,21 +49743,21 @@ 20, 1.567, 36, - 1.194, + 1.193, 38, 0.987, 42, 0.704, 43, - 3.795, + 3.794, 44, 1.619, 46, 1.397, 49, - 2.844, + 2.843, 54, - 2.842, + 2.841, 57, 0.766, 59, @@ -49797,7 +49765,7 @@ 60, 1.078, 62, - 2.72, + 2.737, 63, 1.879, 77, @@ -49819,7 +49787,7 @@ 107, 1.691, 108, - 1.76, + 1.759, 109, 2.724, 113, @@ -49845,9 +49813,9 @@ 197, 3.364, 198, - 3.022, + 3.021, 203, - 5.279, + 5.278, 208, 3.216, 226, @@ -49857,7 +49825,7 @@ 241, 2.31, 256, - 1.345, + 1.351, 268, 1.493, 269, @@ -49869,7 +49837,7 @@ 313, 2.347, 333, - 1.096, + 1.102, 387, 2.111, 391, @@ -49895,17 +49863,17 @@ 521, 3.408, 550, - 4.136, + 4.135, 553, 1.385, 554, 1.454, 590, - 2.48, + 2.479, 601, - 1.404, + 1.414, 602, - 1.568, + 1.567, 603, 1.619, 604, @@ -49915,27 +49883,27 @@ 634, 1.531, 637, - 3.86, + 3.859, 642, 3.705, 674, - 4.453, + 4.452, 681, 4.029, 685, - 2.981, + 2.98, 689, 1.736, 690, - 4.621, + 4.62, 694, 2.831, 703, 2.347, 744, - 3.545, + 3.544, 771, - 1.804, + 1.803, 774, 1.752, 801, @@ -49943,7 +49911,7 @@ 898, 1.376, 922, - 2.613, + 2.612, 996, 1.964, 1025, @@ -49963,7 +49931,7 @@ 1364, 2.281, 1412, - 5.991, + 5.99, 1590, 2.319, 1662, @@ -49977,21 +49945,21 @@ 1811, 7.387, 1840, - 2.211, + 2.21, 1882, 2.656, 1890, - 2.245, + 2.244, 1920, 4.829, 1955, 4.246, 1961, - 3.644, + 3.643, 1968, - 3.185, + 3.184, 1989, - 5.358, + 5.357, 1993, 4.034, 1997, @@ -50005,17 +49973,17 @@ 2027, 5.995, 2054, - 2.211, + 2.21, 2075, - 4.375, + 4.374, 2142, 2.553, 2143, 2.553, 2217, - 2.36, + 2.359, 2292, - 3.326, + 3.325, 2387, 2.924, 2435, @@ -50025,21 +49993,21 @@ 2938, 3.544, 2939, - 5.136, + 5.135, 2944, 3.032, 2955, - 2.211, + 2.21, 2959, - 3.326, + 3.325, 2962, 2.924, 2981, - 4.135, + 4.134, 2985, 4.515, 3037, - 3.163, + 3.162, 3172, 3.544, 3257, @@ -50049,41 +50017,41 @@ 3620, 3.032, 3672, - 3.163, + 3.162, 3727, - 2.319, + 2.359, 4173, 3.544, 4486, 7.665, + 5656, + 3.875, + 5657, + 10.449, + 5658, + 7.311, 5659, - 3.876, + 7.311, 5660, - 10.449, + 9.393, 5661, - 7.312, + 5.473, 5662, - 7.312, + 5.985, 5663, - 9.394, + 3.875, 5664, - 5.473, + 8.223, 5665, - 5.985, + 3.875, 5666, - 3.876, + 3.875, 5667, - 8.223, + 3.544, 5668, - 3.876, + 3.875, 5669, - 3.876, - 5670, - 3.544, - 5671, - 3.876, - 5672, - 3.876 + 3.875 ] ], [ @@ -50099,7 +50067,7 @@ 0, 0.498, 1, - 1.041, + 1.04, 2, 1.03, 3, @@ -50135,11 +50103,11 @@ 60, 1.132, 77, - 0.843, + 0.842, 79, 0.941, 90, - 0.97, + 0.969, 99, 0.935, 100, @@ -50155,17 +50123,17 @@ 116, 1.583, 121, - 1.346, + 1.345, 122, 2.626, 125, - 1.238, + 1.237, 126, 1.233, 132, 2.589, 138, - 3.32, + 3.319, 142, 2.508, 160, @@ -50173,7 +50141,7 @@ 165, 2.738, 166, - 2.92, + 2.919, 167, 3.674, 169, @@ -50183,13 +50151,13 @@ 178, 3.827, 194, - 1.134, + 1.133, 198, 1.108, 201, 0.914, 207, - 3.316, + 3.315, 230, 2.162, 240, @@ -50199,7 +50167,7 @@ 250, 3.968, 256, - 0.914, + 0.918, 268, 1.722, 269, @@ -50213,11 +50181,11 @@ 332, 1.354, 333, - 1.151, + 1.157, 334, - 4.673, + 4.672, 359, - 3.996, + 3.995, 362, 2.742, 368, @@ -50237,13 +50205,13 @@ 471, 1.665, 472, - 1.875, + 1.874, 488, - 3.926, + 3.925, 490, 1.699, 510, - 1.495, + 1.494, 514, 2.81, 524, @@ -50255,13 +50223,13 @@ 568, 5.772, 601, - 1.474, + 1.484, 602, 1.645, 603, 1.699, 604, - 2.062, + 2.061, 629, 1.223, 634, @@ -50269,15 +50237,15 @@ 669, 3.851, 676, - 1.857, + 1.856, 706, 4.537, 749, 3.394, 752, - 1.875, + 1.874, 758, - 1.806, + 1.805, 773, 2.73, 793, @@ -50287,13 +50255,13 @@ 832, 2.98, 866, - 1.516, + 1.515, 891, 3.843, 898, - 2.676, + 2.675, 914, - 3.795, + 3.794, 923, 1.993, 931, @@ -50303,17 +50271,17 @@ 962, 5.047, 998, - 3.598, + 3.597, 1000, 5.346, 1002, 4.178, 1003, - 7.503, + 7.502, 1007, 3.355, 1012, - 5.069, + 5.068, 1019, 4.321, 1024, @@ -50329,7 +50297,7 @@ 1124, 2.623, 1143, - 4.006, + 4.005, 1158, 4.413, 1202, @@ -50349,15 +50317,15 @@ 1378, 3.782, 1426, - 2.477, + 2.476, 1449, - 3.183, + 3.182, 1472, 2.782, 1495, - 2.254, + 2.253, 1560, - 5.557, + 5.556, 1588, 4.133, 1594, @@ -50365,17 +50333,17 @@ 1607, 2.356, 1608, - 3.717, + 3.716, 1621, - 2.062, + 2.061, 1666, 2.522, 1814, 4.069, 1888, - 3.32, + 3.319, 1889, - 2.477, + 2.476, 1908, 3.813, 1928, @@ -50385,11 +50353,11 @@ 2040, 5.33, 2042, - 2.254, + 2.253, 2043, 2.971, 2189, - 2.254, + 2.253, 2211, 5.33, 2286, @@ -50399,15 +50367,15 @@ 2300, 7.096, 2305, - 3.183, + 3.182, 2323, 5.598, 2326, - 5.069, + 5.068, 2373, 2.571, 2438, - 3.491, + 3.49, 2535, 3.069, 2554, @@ -50425,115 +50393,115 @@ 3108, 4.537, 3485, - 3.183, + 3.182, 3626, - 3.491, + 3.49, 3720, - 3.491, + 3.49, 3833, - 3.32, + 3.319, 3847, - 3.491, + 3.49, 3862, - 3.491, + 3.49, 3974, - 3.491, + 3.49, 3984, - 2.254, + 2.253, 4195, - 3.32, + 3.319, 4252, 2.886, 4257, 5.504, 4564, - 3.183, - 5153, - 3.491, - 5162, + 3.182, + 5150, + 3.49, + 5159, 7.795, - 5365, + 5362, 4.86, - 5525, + 5522, 5.33, + 5670, + 4.092, + 5671, + 6.891, + 5672, + 4.068, 5673, - 4.093, + 4.068, 5674, - 6.891, + 3.49, 5675, 4.068, 5676, - 4.068, + 3.72, 5677, - 3.491, + 5.68, 5678, - 4.068, + 4.686, 5679, - 3.72, + 4.291, 5680, - 5.681, + 4.068, 5681, - 4.686, + 3.49, 5682, - 4.291, + 3.72, 5683, 4.068, 5684, - 3.491, + 5.68, 5685, - 3.72, - 5686, 4.068, + 5686, + 3.49, 5687, - 5.681, + 8.217, 5688, - 4.068, + 5.68, 5689, - 3.491, + 4.068, 5690, - 8.217, + 5.68, 5691, - 5.681, + 5.68, 5692, - 4.068, + 8.434, 5693, - 5.681, + 4.068, 5694, - 5.681, + 5.68, 5695, - 8.435, + 6.466, 5696, - 4.068, + 6.212, 5697, - 5.681, + 4.068, 5698, - 6.466, - 5699, 6.212, - 5700, + 5699, 4.068, - 5701, + 5700, 6.212, - 5702, + 5701, 4.068, - 5703, + 5702, 6.212, - 5704, + 5703, 4.068, + 5704, + 3.49, 5705, - 6.212, - 5706, 4.068, + 5706, + 3.72, 5707, - 3.491, + 5.68, 5708, - 4.068, - 5709, - 3.72, - 5710, - 5.681, - 5711, - 5.681 + 5.68 ] ], [ @@ -50557,13 +50525,13 @@ 4, 1.098, 5, - 1.104, + 1.103, 6, - 1.104, + 1.103, 7, 1.513, 9, - 1.419, + 1.418, 10, 2.294, 11, @@ -50583,13 +50551,13 @@ 42, 1.392, 44, - 3.202, + 3.201, 46, 1.435, 52, 2.355, 54, - 1.986, + 1.985, 57, 1.287, 59, @@ -50597,7 +50565,7 @@ 60, 1.164, 62, - 1.383, + 1.392, 77, 1.772, 79, @@ -50655,7 +50623,7 @@ 174, 4.1, 177, - 1.28, + 1.279, 193, 5.304, 194, @@ -50667,7 +50635,7 @@ 198, 1.139, 199, - 1.792, + 1.791, 201, 2.066, 207, @@ -50689,7 +50657,7 @@ 243, 2.072, 244, - 1.604, + 1.603, 257, 1.652, 260, @@ -50713,7 +50681,7 @@ 332, 1.392, 333, - 1.183, + 1.189, 342, 2.841, 368, @@ -50741,15 +50709,15 @@ 548, 2.755, 549, - 3.589, + 3.588, 550, 1.946, 552, 2.279, 555, - 2.387, + 2.386, 556, - 3.516, + 3.515, 574, 2.006, 577, @@ -50757,7 +50725,7 @@ 593, 3.272, 601, - 1.515, + 1.526, 614, 1.64, 615, @@ -50771,19 +50739,19 @@ 633, 2.119, 642, - 5.377, + 5.376, 659, 2.385, 683, - 2.695, + 2.694, 691, - 1.28, + 1.279, 703, 1.64, 715, 2.197, 751, - 2.566, + 2.565, 762, 5.388, 793, @@ -50795,13 +50763,13 @@ 832, 2.006, 860, - 4.336, + 4.335, 890, 2.17, 891, - 1.419, + 1.418, 914, - 3.202, + 3.201, 918, 4.643, 919, @@ -50823,13 +50791,13 @@ 1046, 2.502, 1047, - 1.986, + 1.985, 1101, 3.733, 1104, - 1.456, + 1.455, 1114, - 2.697, + 2.696, 1158, 1.927, 1186, @@ -50841,7 +50809,7 @@ 1287, 2.967, 1311, - 2.697, + 2.696, 1326, 2.546, 1341, @@ -50851,13 +50819,13 @@ 1382, 2.317, 1403, - 1.986, + 1.985, 1473, 2.967, 1526, - 3.055, + 3.054, 1532, - 2.697, + 2.696, 1544, 6.235, 1627, @@ -50865,15 +50833,15 @@ 1628, 3.544, 1637, - 4.091, + 4.09, 1662, 1.839, 1681, - 1.792, + 1.791, 1770, 2.546, 1797, - 4.091, + 4.09, 1807, 2.006, 1878, @@ -50883,7 +50851,7 @@ 1906, 2.889, 1928, - 2.255, + 2.254, 2023, 3.155, 2054, @@ -50899,7 +50867,7 @@ 2171, 4.382, 2174, - 3.589, + 3.588, 2182, 3.93, 2184, @@ -50907,21 +50875,21 @@ 2320, 3.155, 2353, - 2.697, + 2.696, 2495, 3.272, 2506, 4.752, 2507, - 5.119, + 5.118, 2509, 6.578, 2519, 3.155, 2523, - 3.413, + 3.412, 2532, - 2.697, + 2.696, 2533, 4.276, 2535, @@ -50929,9 +50897,9 @@ 2540, 3.514, 2544, - 4.091, + 4.09, 2547, - 3.413, + 3.412, 2548, 2.461, 2562, @@ -50939,48 +50907,48 @@ 2637, 2.643, 2666, - 3.589, + 3.588, 2675, - 3.413, + 3.412, 2750, 2.643, 2785, - 3.413, + 3.412, 3006, - 3.055, + 3.054, 3378, - 3.589, + 3.588, 4013, - 3.589, + 3.588, 4392, 3.272, 4404, - 3.589, + 3.588, 4430, - 3.055, - 5065, + 3.054, + 5062, 3.272, + 5709, + 3.588, + 5710, + 4.182, + 5711, + 5.176, 5712, - 3.589, + 3.412, 5713, 4.182, 5714, - 5.177, + 4.182, 5715, - 3.413, - 5716, 4.182, + 5716, + 7.664, 5717, - 4.182, + 5.996, 5718, - 4.182, + 3.054, 5719, - 7.665, - 5720, - 5.997, - 5721, - 3.055, - 5722, 4.182 ] ], @@ -50999,13 +50967,13 @@ 9, 1.651, 10, - 1.053, + 1.052, 18, 1.088, 20, 1.512, 22, - 2.001, + 2.0, 36, 1.417, 52, @@ -51019,7 +50987,7 @@ 72, 1.62, 77, - 1.91, + 1.909, 79, 0.967, 99, @@ -51053,29 +51021,29 @@ 169, 1.057, 171, - 4.301, + 4.3, 177, 2.173, 178, 4.183, 196, - 1.684, + 1.683, 197, - 2.441, + 2.44, 199, 3.043, 210, 1.969, 229, - 0.893, + 0.892, 230, - 1.695, + 1.694, 241, 1.521, 244, 1.867, 256, - 2.203, + 2.214, 260, 1.641, 263, @@ -51087,9 +51055,9 @@ 332, 1.62, 333, - 2.372, + 2.385, 342, - 2.181, + 2.18, 438, 4.452, 500, @@ -51097,13 +51065,13 @@ 504, 2.439, 510, - 1.789, + 1.788, 524, 3.999, 534, 2.288, 546, - 2.625, + 2.624, 555, 1.516, 573, @@ -51113,17 +51081,17 @@ 579, 2.439, 583, - 5.2, + 5.199, 611, - 4.178, + 4.177, 622, 2.36, 652, 7.952, 689, - 2.181, + 2.18, 691, - 1.49, + 1.489, 713, 2.558, 758, @@ -51133,15 +51101,15 @@ 811, 2.412, 898, - 1.729, + 1.728, 914, - 2.034, + 2.033, 915, 1.867, 921, 3.139, 923, - 2.386, + 2.385, 1034, 2.724, 1043, @@ -51167,7 +51135,7 @@ 1459, 2.896, 1487, - 5.359, + 5.358, 1492, 4.404, 1502, @@ -51175,11 +51143,11 @@ 1606, 2.865, 1648, - 2.777, + 2.776, 1871, 2.36, 1908, - 3.212, + 3.211, 1982, 4.155, 2010, @@ -51189,123 +51157,123 @@ 2142, 3.207, 2336, - 3.282, + 3.281, 2360, - 2.625, + 2.624, 2420, - 3.282, + 3.281, 2709, 7.755, 2997, - 3.973, + 3.972, 3140, 4.907, 3218, 3.454, 3311, - 3.077, + 3.076, 3399, 3.363, 3489, - 4.178, + 4.177, 3556, 4.452, 3591, - 6.096, + 6.095, 3616, 3.556, 3667, - 3.673, + 3.672, 3733, 3.809, 3890, - 3.282, + 3.281, 4130, - 4.178, + 4.177, 4211, - 4.178, + 4.177, 4322, - 4.178, + 4.177, 4630, - 7.67, - 5151, - 5.04, - 5684, - 4.178, + 7.669, + 5148, + 5.039, + 5681, + 4.177, + 5720, + 4.868, + 5721, + 8.387, + 5722, + 4.868, 5723, - 4.869, + 4.868, 5724, - 8.387, + 4.868, 5725, - 4.869, + 4.868, 5726, - 4.869, + 4.868, 5727, - 4.869, + 4.868, 5728, - 4.869, + 4.868, 5729, - 4.869, + 4.868, 5730, - 4.869, + 7.103, 5731, - 4.869, + 7.103, 5732, - 4.869, + 8.387, 5733, - 7.104, + 7.103, 5734, - 7.104, + 10.237, 5735, 8.387, 5736, - 7.104, - 5737, 10.237, + 5737, + 7.103, 5738, 8.387, 5739, - 10.237, + 4.452, 5740, - 7.104, + 4.868, 5741, 8.387, 5742, - 4.452, + 4.868, 5743, - 4.869, + 4.177, 5744, - 8.387, + 6.495, 5745, - 4.869, + 4.868, 5746, - 4.178, + 4.868, 5747, - 6.496, + 4.868, 5748, - 4.869, + 6.495, 5749, - 4.869, + 4.868, 5750, - 4.869, + 3.556, 5751, - 6.496, + 4.868, 5752, - 4.869, + 4.868, 5753, - 3.556, + 8.387, 5754, - 4.869, + 4.868, 5755, - 4.869, + 4.868, 5756, - 8.387, - 5757, - 4.869, - 5758, - 4.869, - 5759, - 4.869 + 4.868 ] ], [ @@ -51361,7 +51329,7 @@ 166, 3.971, 167, - 4.159, + 4.158, 169, 1.257, 171, @@ -51377,9 +51345,9 @@ 241, 1.809, 256, - 1.898, + 1.908, 268, - 2.1, + 2.099, 273, 2.085, 382, @@ -51391,7 +51359,7 @@ 524, 2.83, 567, - 4.385, + 4.384, 634, 3.338, 735, @@ -51417,22 +51385,22 @@ 1638, 5.339, 2643, - 6.374, + 6.373, 3423, - 6.374, - 5673, + 6.61, + 5670, 6.774, - 5760, + 5757, 10.283, - 5761, + 5758, 6.894, - 5762, + 5759, 8.449, - 5763, + 5760, 8.449, - 5764, + 5761, 8.449, - 5765, + 5762, 8.449 ] ], @@ -51459,7 +51427,7 @@ 41, 4.13, 43, - 4.08, + 4.079, 46, 1.121, 52, @@ -51471,19 +51439,19 @@ 60, 2.187, 62, - 2.6, + 2.616, 79, 0.836, 91, - 2.684, + 2.683, 96, 2.492, 103, - 2.265, + 2.264, 106, 1.762, 107, - 1.872, + 1.871, 122, 2.448, 169, @@ -51493,11 +51461,11 @@ 196, 2.718, 244, - 3.015, + 3.014, 269, 1.784, 343, - 6.098, + 6.097, 459, 3.658, 468, @@ -51507,7 +51475,7 @@ 500, 3.588, 503, - 7.189, + 7.188, 505, 4.031, 521, @@ -51529,7 +51497,7 @@ 1010, 3.23, 1034, - 3.015, + 3.014, 1052, 4.13, 1146, @@ -51551,7 +51519,7 @@ 1637, 5.069, 1646, - 6.746, + 6.745, 1858, 5.179, 1871, @@ -51567,28 +51535,28 @@ 2379, 5.069, 2438, - 6.746, + 6.745, 2543, 5.93, - 5159, - 6.746, - 5689, - 6.746, - 5720, + 5156, + 6.745, + 5686, + 6.745, + 5717, 6.15, - 5766, + 5763, 7.695, + 5764, + 7.188, + 5765, + 7.861, + 5766, + 7.188, 5767, - 7.189, + 7.861, 5768, 7.861, 5769, - 7.189, - 5770, - 7.861, - 5771, - 7.861, - 5772, 8.994 ] ], @@ -51641,9 +51609,9 @@ 79, 1.049, 84, - 2.291, + 2.311, 90, - 1.275, + 1.274, 92, 2.146, 99, @@ -51657,9 +51625,9 @@ 126, 2.098, 128, - 2.621, + 2.62, 145, - 3.316, + 3.315, 148, 2.168, 149, @@ -51669,7 +51637,7 @@ 158, 1.563, 160, - 2.6, + 2.599, 165, 1.529, 167, @@ -51701,7 +51669,7 @@ 269, 1.213, 279, - 4.364, + 4.363, 285, 2.395, 295, @@ -51729,17 +51697,17 @@ 433, 2.18, 488, - 3.38, + 3.379, 500, 1.951, 524, 1.791, 533, - 4.211, + 4.21, 541, - 2.846, + 2.845, 601, - 1.938, + 1.951, 614, 2.097, 676, @@ -51747,19 +51715,19 @@ 691, 1.636, 758, - 2.374, + 2.373, 856, 2.146, 898, - 2.699, + 2.698, 931, 2.636, 962, 5.222, 1007, - 3.374, + 3.373, 1010, - 2.198, + 2.197, 1011, 4.901, 1014, @@ -51811,7 +51779,7 @@ 2468, 4.184, 2555, - 3.38, + 3.379, 2633, 2.742, 2644, @@ -51819,92 +51787,92 @@ 2645, 3.906, 2750, - 3.38, + 3.379, 3200, - 5.552, + 5.551, 3583, 3.794, 3841, - 8.3, + 8.299, 3861, - 5.734, + 5.733, 3984, - 2.963, + 2.962, 4242, 6.273, 4603, 4.034, - 5065, + 5062, 7.533, - 5263, - 6.951, - 5698, + 5260, + 6.95, + 5695, 4.589, - 5707, + 5704, 4.589, - 5709, + 5706, 4.89, + 5770, + 8.842, + 5771, + 4.89, + 5772, + 11.008, 5773, - 8.843, - 5774, 4.89, + 5774, + 9.664, 5775, - 11.008, - 5776, 4.89, + 5776, + 7.6, 5777, - 9.665, + 4.89, 5778, 4.89, 5779, - 7.601, + 4.589, 5780, 4.89, 5781, 4.89, 5782, - 4.589, + 5.348, 5783, - 4.89, + 5.348, 5784, 4.89, 5785, 5.348, 5786, - 5.348, - 5787, 4.89, + 5787, + 10.569, 5788, - 5.348, + 8.842, 5789, - 4.89, + 8.842, 5790, - 10.569, + 4.89, 5791, - 8.843, + 5.348, 5792, - 8.843, + 7.6, 5793, 4.89, 5794, - 5.348, + 7.6, 5795, - 7.601, - 5796, 4.89, + 5796, + 5.348, 5797, - 7.601, + 7.6, 5798, 4.89, 5799, - 5.348, - 5800, - 7.601, - 5801, - 4.89, - 5802, 4.89, - 5803, + 5800, 6.202 ] ], @@ -51923,7 +51891,7 @@ 1, 1.139, 2, - 1.128, + 1.127, 3, 1.169, 4, @@ -51939,7 +51907,7 @@ 10, 2.043, 12, - 2.033, + 2.032, 18, 1.123, 20, @@ -51977,7 +51945,7 @@ 106, 1.426, 107, - 0.848, + 0.847, 108, 1.309, 110, @@ -52001,7 +51969,7 @@ 153, 2.144, 170, - 2.551, + 2.55, 194, 1.809, 197, @@ -52017,15 +51985,15 @@ 231, 2.496, 236, - 3.989, + 3.988, 240, - 1.267, + 1.266, 241, 1.891, 247, 1.473, 256, - 1.001, + 1.006, 273, 1.099, 285, @@ -52035,7 +52003,7 @@ 313, 1.746, 333, - 1.881, + 1.891, 341, 2.136, 350, @@ -52043,17 +52011,17 @@ 353, 1.773, 380, - 2.362, + 2.361, 442, 2.979, 452, 1.295, 457, - 2.362, + 2.361, 471, 1.194, 498, - 3.36, + 3.359, 510, 1.636, 511, @@ -52069,9 +52037,9 @@ 591, 4.382, 592, - 5.134, + 5.133, 601, - 2.41, + 2.427, 602, 1.801, 622, @@ -52085,7 +52053,7 @@ 637, 4.289, 638, - 5.581, + 5.58, 642, 2.257, 644, @@ -52103,7 +52071,7 @@ 686, 2.401, 688, - 3.16, + 3.159, 691, 1.363, 703, @@ -52145,7 +52113,7 @@ 1113, 3.484, 1224, - 3.191, + 3.19, 1245, 3.002, 1253, @@ -52157,25 +52125,25 @@ 1403, 2.114, 1554, - 5.708, + 5.707, 1556, - 3.36, + 3.359, 1566, - 3.36, + 3.359, 1573, - 3.822, + 3.821, 1632, - 2.815, + 2.814, 1655, 2.34, 1681, 1.908, 1686, - 3.36, + 3.359, 1697, - 5.134, + 5.133, 1721, - 3.077, + 3.076, 1767, 2.621, 1769, @@ -52183,9 +52151,9 @@ 1933, 2.37, 1989, - 3.794, + 3.793, 1990, - 5.818, + 5.817, 1991, 3.253, 2006, @@ -52197,31 +52165,31 @@ 2143, 2.934, 2164, - 1.925, + 1.924, 2337, - 3.16, + 3.159, 2360, 2.401, 2941, - 3.16, + 3.159, 2945, - 6.083, + 6.082, 2953, 4.595, 2956, - 4.484, + 4.483, 2962, - 5.018, + 5.017, 2964, 3.634, 3031, - 4.073, + 4.072, 3036, - 4.073, + 4.072, 3037, 3.634, 3038, - 4.073, + 4.072, 3047, 3.634, 3200, @@ -52229,7 +52197,7 @@ 3224, 2.934, 3275, - 4.073, + 4.072, 3318, 3.484, 3491, @@ -52237,147 +52205,147 @@ 3610, 2.401, 3641, - 4.073, + 4.072, 3681, - 7.241, + 7.24, 3793, - 4.073, + 4.072, 3874, 3.484, 4098, 4.124, 4110, - 3.822, + 3.821, 4161, - 4.073, + 4.072, 4214, 3.484, 4562, - 4.073, + 4.072, 4651, - 4.073, + 4.072, 4681, 3.634, - 4729, + 4726, 3.634, - 5035, - 3.822, - 5153, - 5.708, - 5568, - 7.206, - 5681, - 6.662, + 5032, + 3.821, + 5150, + 5.707, + 5565, + 7.205, + 5678, + 6.661, + 5801, + 8.83, + 5802, + 3.484, + 5803, + 7.961, 5804, - 8.831, + 5.707, 5805, - 3.484, + 6.651, 5806, - 7.962, + 4.453, 5807, - 5.708, + 4.453, 5808, - 6.652, + 4.453, 5809, - 4.454, + 4.453, 5810, - 4.454, + 4.453, 5811, - 4.454, + 4.453, 5812, - 4.454, + 4.453, 5813, - 4.454, + 4.453, 5814, - 4.454, + 4.453, 5815, - 4.454, + 4.453, 5816, - 4.454, + 6.651, 5817, - 4.454, + 4.453, 5818, - 4.454, + 8.075, 5819, - 6.652, + 4.453, 5820, - 4.454, + 4.453, 5821, - 8.075, + 4.453, 5822, - 4.454, + 4.453, 5823, - 4.454, + 4.453, 5824, - 4.454, + 8.83, 5825, - 4.454, + 9.913, 5826, - 4.454, + 6.651, 5827, - 8.831, + 5.017, 5828, - 9.913, + 6.651, 5829, - 6.652, + 6.082, 5830, - 5.018, + 6.651, 5831, - 6.652, + 4.453, 5832, - 6.083, + 4.453, 5833, - 6.652, + 4.072, 5834, - 4.454, + 4.453, 5835, - 4.454, + 6.651, 5836, - 4.073, + 4.453, 5837, - 4.454, + 4.453, 5838, - 6.652, + 4.453, 5839, - 4.454, + 7.961, 5840, - 4.454, + 4.453, 5841, - 4.454, + 3.634, 5842, - 7.962, + 4.453, 5843, - 4.454, + 4.453, 5844, - 3.634, + 6.651, 5845, - 4.454, + 4.453, 5846, - 4.454, + 6.651, 5847, - 6.652, + 7.961, 5848, - 4.454, + 4.453, 5849, - 6.652, + 4.072, 5850, - 7.962, + 4.453, 5851, - 4.454, + 4.453, 5852, - 4.073, + 4.453, 5853, - 4.454, + 4.453, 5854, - 4.454, + 4.453, 5855, - 4.454, - 5856, - 4.454, - 5857, - 4.454, - 5858, - 4.454 + 4.453 ] ], [ @@ -52431,9 +52399,9 @@ 2, 0.635, 3, - 0.659, + 0.658, 4, - 0.659, + 0.658, 5, 0.662, 6, @@ -52455,7 +52423,7 @@ 23, 2.884, 30, - 1.592, + 1.603, 36, 1.975, 38, @@ -52471,7 +52439,7 @@ 49, 2.662, 52, - 1.16, + 1.159, 54, 1.191, 55, @@ -52491,11 +52459,11 @@ 70, 2.687, 77, - 1.473, + 1.472, 79, 0.928, 84, - 1.805, + 1.82, 90, 1.52, 97, @@ -52519,13 +52487,13 @@ 107, 1.847, 108, - 1.239, + 1.238, 109, 0.935, 110, 0.991, 113, - 1.543, + 1.542, 122, 0.781, 126, @@ -52555,25 +52523,25 @@ 194, 1.96, 196, - 0.868, + 0.867, 197, 0.862, 198, - 2.513, + 2.512, 199, - 1.805, + 1.804, 201, 1.433, 202, - 0.815, + 0.814, 206, 2.64, 208, - 2.806, + 2.805, 210, 2.202, 211, - 1.124, + 1.123, 212, 2.968, 216, @@ -52587,7 +52555,7 @@ 240, 0.713, 241, - 1.523, + 1.522, 243, 2.087, 244, @@ -52595,7 +52563,7 @@ 250, 1.627, 256, - 0.947, + 0.951, 260, 1.42, 261, @@ -52603,9 +52571,9 @@ 263, 1.26, 266, - 1.87, + 1.869, 268, - 2.023, + 2.022, 269, 2.026, 271, @@ -52613,31 +52581,31 @@ 273, 1.755, 274, - 3.205, + 3.204, 280, 2.135, 285, 3.846, 286, - 3.762, + 3.761, 289, 4.254, 294, 1.431, 323, - 2.521, + 2.52, 330, 2.455, 332, 0.835, 333, - 2.177, + 2.189, 351, 2.826, 353, 0.999, 359, - 2.806, + 2.805, 368, 2.327, 382, @@ -52653,13 +52621,13 @@ 439, 1.691, 442, - 1.124, + 1.123, 452, 2.379, 453, 1.453, 465, - 2.153, + 2.152, 469, 1.271, 471, @@ -52667,7 +52635,7 @@ 473, 1.103, 481, - 2.403, + 2.402, 499, 1.78, 504, @@ -52675,7 +52643,7 @@ 506, 1.527, 510, - 1.548, + 1.547, 521, 0.873, 522, @@ -52709,11 +52677,11 @@ 594, 1.941, 598, - 1.618, + 1.617, 600, 2.612, 601, - 1.526, + 1.537, 602, 1.704, 603, @@ -52733,31 +52701,31 @@ 648, 2.64, 666, - 1.653, + 1.652, 672, 1.941, 673, - 3.695, + 3.694, 675, 0.962, 681, 2.668, 692, - 1.581, + 1.58, 701, 2.213, 703, 2.501, 705, - 1.653, + 1.652, 744, - 4.706, + 4.705, 745, 2.91, 747, 1.41, 751, - 1.015, + 1.014, 765, 1.476, 773, @@ -52779,11 +52747,11 @@ 898, 0.891, 900, - 1.963, + 1.962, 904, 3.863, 908, - 1.893, + 1.892, 915, 1.615, 919, @@ -52795,21 +52763,21 @@ 944, 2.792, 948, - 2.521, + 2.52, 958, 1.832, 961, - 3.762, + 3.761, 962, 1.179, 963, - 1.371, + 1.37, 972, - 1.618, + 1.617, 977, - 2.242, + 2.241, 1001, - 2.153, + 2.152, 1002, 3.16, 1003, @@ -52819,7 +52787,7 @@ 1010, 1.731, 1014, - 2.717, + 2.716, 1034, 0.962, 1040, @@ -52851,15 +52819,15 @@ 1153, 1.179, 1159, - 1.963, + 1.962, 1162, 1.78, 1248, - 5.644, + 5.643, 1270, - 1.963, + 1.962, 1286, - 2.989, + 2.988, 1287, 1.78, 1296, @@ -52871,17 +52839,17 @@ 1327, 1.691, 1332, - 1.015, + 1.014, 1349, - 3.615, + 3.614, 1378, 1.527, 1401, - 2.565, + 2.564, 1428, - 2.302, + 2.301, 1437, - 1.893, + 1.892, 1457, 2.479, 1459, @@ -52889,13 +52857,13 @@ 1475, 1.78, 1497, - 1.963, + 1.962, 1505, - 2.153, + 2.152, 1507, 1.555, 1532, - 1.618, + 1.617, 1541, 1.352, 1579, @@ -52905,7 +52873,7 @@ 1594, 3.106, 1600, - 3.817, + 3.816, 1602, 2.668, 1623, @@ -52915,11 +52883,11 @@ 1648, 1.431, 1649, - 3.736, + 3.783, 1661, 1.257, 1662, - 4.171, + 4.17, 1696, 1.527, 1697, @@ -52929,17 +52897,17 @@ 1724, 1.191, 1756, - 2.153, + 2.152, 1767, 1.476, 1772, - 2.153, + 2.152, 1773, - 1.653, + 1.652, 1790, - 2.989, + 2.988, 1844, - 3.615, + 3.614, 1848, 1.585, 1852, @@ -52947,7 +52915,7 @@ 1853, 2.294, 1854, - 4.98, + 4.979, 1866, 1.431, 1871, @@ -52955,45 +52923,45 @@ 1879, 1.271, 1889, - 2.565, + 2.564, 1906, 2.91, 1928, 1.352, 1932, - 1.653, + 1.652, 1933, 1.335, 1934, - 3.296, + 3.295, 1935, - 2.153, + 2.152, 1936, 1.39, 1937, - 1.963, + 1.962, 1968, 1.335, 1984, - 1.893, + 1.892, 2006, 1.318, 2015, 1.691, 2042, - 3.017, + 3.016, 2051, 4.108, 2066, - 1.653, + 1.652, 2121, 3.754, 2136, - 1.653, + 1.652, 2160, 1.691, 2238, - 4.444, + 4.443, 2244, 1.733, 2268, @@ -53003,7 +52971,7 @@ 2332, 2.294, 2343, - 4.991, + 4.99, 2433, 4.606, 2434, @@ -53017,7 +52985,7 @@ 2581, 3.178, 2630, - 1.893, + 1.892, 2631, 6.718, 2657, @@ -53035,19 +53003,19 @@ 3320, 1.832, 3338, - 3.615, + 3.614, 3501, - 1.963, + 1.962, 3621, - 1.963, + 1.962, 3727, - 1.501, + 1.527, 4214, - 1.963, + 1.962, 4227, - 1.963, + 1.962, 4353, - 1.963, + 1.962, 4424, 2.047, 4538, @@ -53055,111 +53023,111 @@ 4551, 2.047, 4583, - 2.153, + 2.152, 4616, 2.294, - 4745, - 2.565, - 4766, + 4742, + 2.564, + 4763, 2.294, - 4922, + 4919, 8.329, - 4934, + 4931, 5.205, - 4967, + 4964, 2.294, - 4968, - 1.963, - 4969, - 1.893, - 5168, - 3.615, - 5223, + 4965, + 1.962, + 4966, + 1.892, + 5165, + 3.614, + 5220, 2.047, - 5535, + 5532, 2.047, - 5559, + 5556, 3.437, - 5627, - 3.615, - 5751, + 5624, + 3.614, + 5748, + 2.294, + 5856, + 2.508, + 5857, + 2.152, + 5858, 2.294, 5859, - 2.509, + 4.212, 5860, - 2.153, + 4.212, 5861, - 2.294, + 3.852, 5862, - 4.213, + 4.212, 5863, - 4.213, + 4.212, 5864, - 3.852, + 4.212, 5865, - 4.213, + 2.508, 5866, - 4.213, + 2.508, 5867, - 4.213, + 4.672, 5868, - 2.509, + 2.152, 5869, - 2.509, + 4.212, 5870, - 4.673, + 4.212, 5871, - 2.153, + 4.212, 5872, - 4.213, + 4.212, 5873, - 4.213, + 2.294, 5874, - 4.213, + 2.508, 5875, - 4.213, + 2.508, 5876, - 2.294, + 4.212, 5877, - 2.509, + 2.508, 5878, - 2.509, + 4.443, 5879, - 4.213, + 3.852, 5880, - 2.509, + 2.508, 5881, - 4.444, + 2.508, 5882, - 3.852, + 2.294, 5883, - 2.509, + 2.508, 5884, - 2.509, + 2.508, 5885, - 2.294, + 4.212, 5886, - 2.509, + 2.047, 5887, - 2.509, + 4.212, 5888, - 4.213, + 2.508, 5889, - 2.047, + 2.508, 5890, - 4.213, + 2.294, 5891, - 2.509, + 2.508, 5892, - 2.509, + 2.508, 5893, - 2.294, - 5894, - 2.509, - 5895, - 2.509, - 5896, - 2.509 + 2.508 ] ], [ @@ -53175,7 +53143,7 @@ 0, 0.635, 1, - 1.326, + 1.325, 2, 1.312, 3, @@ -53199,13 +53167,13 @@ 20, 1.39, 30, - 1.959, + 1.973, 36, 1.033, 43, 2.689, 46, - 1.24, + 1.239, 47, 4.825, 49, @@ -53233,7 +53201,7 @@ 95, 5.221, 96, - 2.356, + 2.355, 97, 3.114, 99, @@ -53247,13 +53215,13 @@ 107, 0.986, 110, - 2.048, + 2.047, 113, 1.741, 119, 4.81, 122, - 1.614, + 1.613, 125, 1.576, 126, @@ -53269,7 +53237,7 @@ 149, 2.829, 151, - 2.13, + 2.129, 153, 2.154, 154, @@ -53277,11 +53245,11 @@ 158, 2.173, 160, - 2.791, + 2.79, 165, - 2.485, + 2.484, 166, - 2.436, + 2.435, 167, 2.096, 168, @@ -53289,9 +53257,9 @@ 169, 1.412, 170, - 3.854, + 3.853, 177, - 2.659, + 2.658, 178, 1.931, 193, @@ -53309,7 +53277,7 @@ 201, 2.133, 216, - 2.048, + 2.047, 226, 2.418, 239, @@ -53317,31 +53285,31 @@ 240, 2.113, 241, - 1.861, + 1.86, 247, 1.714, 248, - 3.101, + 3.1, 256, - 1.164, + 1.17, 268, 1.058, 269, - 1.972, + 1.971, 273, 1.834, 330, 1.652, 332, - 2.474, + 2.473, 382, 1.865, 433, - 2.113, + 2.112, 436, 3.414, 452, - 2.922, + 2.921, 454, 2.959, 469, @@ -53349,7 +53317,7 @@ 485, 3.909, 500, - 1.891, + 1.89, 524, 3.813, 526, @@ -53361,9 +53329,9 @@ 553, 1.852, 555, - 1.614, + 1.613, 570, - 3.677, + 3.676, 579, 2.596, 600, @@ -53375,11 +53343,11 @@ 691, 2.274, 692, - 1.945, + 1.944, 703, 2.032, 760, - 3.677, + 3.676, 774, 2.343, 895, @@ -53387,19 +53355,19 @@ 898, 1.84, 909, - 3.342, + 3.341, 914, - 2.165, + 2.164, 931, 2.379, 978, - 2.048, + 2.047, 997, 3.785, 1014, - 3.342, + 3.341, 1016, - 4.697, + 4.696, 1034, 2.85, 1043, @@ -53411,15 +53379,15 @@ 1267, 3.58, 1304, - 3.05, + 3.049, 1403, 2.46, 1434, 2.596, 1600, - 3.101, + 3.1, 1604, - 3.905, + 3.904, 1616, 3.275, 1629, @@ -53433,7 +53401,7 @@ 1713, 2.723, 1767, - 3.05, + 3.049, 1936, 2.871, 2128, @@ -53445,19 +53413,19 @@ 2399, 3.909, 2458, - 4.229, + 4.228, 2507, - 4.447, + 4.446, 2558, 3.58, 2587, - 4.447, + 4.446, 2588, - 4.447, + 4.446, 2600, - 4.447, + 4.446, 2601, - 4.447, + 4.446, 2822, 3.155, 3073, @@ -53471,57 +53439,57 @@ 3476, 3.58, 3657, - 4.447, + 4.446, 3897, 3.275, 4042, 7.09, - 4745, + 4742, 3.155, - 5161, + 5158, 4.054, - 5897, + 5894, 5.182, - 5898, + 5895, 5.182, + 5896, + 4.446, + 5897, + 10.049, + 5898, + 8.689, 5899, - 4.447, + 7.432, 5900, - 10.05, + 4.738, 5901, - 8.689, + 5.182, 5902, - 7.432, + 7.945, 5903, - 4.739, + 7.945, 5904, 5.182, 5905, - 7.946, + 5.182, 5906, - 7.946, - 5907, 5.182, + 5907, + 8.689, 5908, 5.182, 5909, - 5.182, + 6.796, 5910, - 8.689, + 7.432, 5911, - 5.182, + 7.432, 5912, - 6.796, + 5.182, 5913, 7.432, 5914, - 7.432, - 5915, - 5.182, - 5916, - 7.432, - 5917, - 4.739 + 4.738 ] ], [ @@ -53543,7 +53511,7 @@ 20, 1.442, 30, - 3.491, + 3.516, 36, 1.421, 38, @@ -53557,11 +53525,11 @@ 60, 1.982, 62, - 2.357, + 2.371, 79, 0.955, 86, - 3.0, + 2.999, 96, 2.928, 97, @@ -53597,17 +53565,17 @@ 263, 3.065, 264, - 4.338, + 4.337, 268, 1.455, 269, - 1.617, + 1.616, 273, 1.759, 274, 5.436, 333, - 3.257, + 3.274, 341, 4.917, 387, @@ -53627,13 +53595,13 @@ 521, 2.48, 534, - 4.342, + 4.341, 561, 2.928, 601, - 3.347, + 3.37, 629, - 2.143, + 2.142, 634, 3.65, 683, @@ -53645,9 +53613,9 @@ 793, 3.315, 799, - 4.338, + 4.337, 939, - 3.53, + 3.529, 978, 4.05, 979, @@ -53655,11 +53623,11 @@ 1047, 4.386, 1172, - 3.611, + 3.61, 1188, 3.491, 1224, - 3.418, + 3.417, 1599, 4.502, 1650, @@ -53667,7 +53635,7 @@ 1687, 4.417, 1763, - 7.488, + 7.487, 1793, 5.957, 1931, @@ -53677,7 +53645,7 @@ 2379, 4.594, 2747, - 5.375, + 5.374, 3479, 7.733, 3704, @@ -53685,25 +53653,25 @@ 3705, 6.515, 3727, - 4.263, + 4.337, 4347, - 6.114, + 6.113, 4409, 5.574, - 5573, - 5.375, + 5570, + 5.374, + 5915, + 7.124, + 5916, + 7.124, + 5917, + 5.813, 5918, - 7.125, + 7.124, 5919, - 7.125, + 7.124, 5920, - 5.814, - 5921, - 7.125, - 5922, - 7.125, - 5923, - 5.055 + 5.054 ] ], [ @@ -53743,15 +53711,15 @@ "data/manuals/model", [ 0, - 0.474, + 0.473, 1, 0.989, 2, - 0.979, + 0.978, 3, - 1.015, + 1.014, 4, - 1.015, + 1.014, 5, 1.02, 6, @@ -53763,7 +53731,7 @@ 9, 2.026, 10, - 0.836, + 0.835, 18, 1.131, 20, @@ -53773,7 +53741,7 @@ 38, 1.176, 41, - 2.031, + 2.03, 42, 1.085, 44, @@ -53781,7 +53749,7 @@ 46, 1.441, 48, - 2.239, + 2.238, 49, 2.065, 57, @@ -53789,17 +53757,17 @@ 59, 1.001, 62, - 2.414, + 2.429, 72, 2.954, 73, - 2.239, + 2.238, 74, - 2.443, + 2.442, 75, 1.7, 76, - 2.057, + 2.056, 77, 0.8, 79, @@ -53809,9 +53777,9 @@ 90, 2.331, 92, - 4.055, + 4.054, 94, - 1.799, + 1.798, 96, 2.602, 97, @@ -53835,7 +53803,7 @@ 111, 1.614, 112, - 4.613, + 4.612, 113, 1.462, 121, @@ -53849,11 +53817,11 @@ 142, 2.639, 147, - 2.275, + 2.274, 148, 2.007, 149, - 2.274, + 2.273, 150, 2.079, 151, @@ -53865,7 +53833,7 @@ 154, 3.774, 155, - 2.443, + 2.442, 156, 4.295, 160, @@ -53873,7 +53841,7 @@ 165, 1.708, 166, - 1.817, + 1.816, 167, 1.563, 169, @@ -53881,7 +53849,7 @@ 170, 1.482, 174, - 2.435, + 2.434, 175, 4.264, 178, @@ -53903,9 +53871,9 @@ 211, 1.731, 212, - 1.799, + 1.798, 215, - 5.673, + 5.672, 226, 1.662, 229, @@ -53921,7 +53889,7 @@ 251, 1.781, 256, - 1.845, + 1.854, 257, 2.884, 258, @@ -53943,17 +53911,17 @@ 318, 3.024, 320, - 2.313, + 2.312, 330, 1.232, 333, - 1.093, + 1.099, 350, - 3.574, + 3.573, 359, 2.627, 371, - 2.031, + 2.03, 380, 1.372, 382, @@ -53963,7 +53931,7 @@ 429, 3.98, 433, - 1.576, + 1.575, 452, 1.736, 500, @@ -53973,11 +53941,11 @@ 510, 1.42, 524, - 1.295, + 1.294, 533, 2.141, 541, - 2.057, + 2.056, 555, 1.203, 561, @@ -53989,15 +53957,15 @@ 591, 2.546, 595, - 2.084, + 2.083, 598, 2.492, 614, - 1.516, + 1.515, 629, 1.162, 660, - 2.313, + 2.312, 677, 1.781, 683, @@ -54011,25 +53979,25 @@ 710, 3.538, 724, - 3.574, + 3.573, 752, 1.781, 758, 1.715, 773, - 2.645, + 2.644, 792, 2.204, 793, - 1.799, + 1.798, 826, - 2.031, + 2.03, 854, 2.141, 866, 1.44, 880, - 1.874, + 1.873, 894, 1.527, 914, @@ -54039,13 +54007,13 @@ 931, 2.43, 941, - 1.516, + 1.515, 954, 3.024, 959, 3.178, 973, - 2.916, + 2.915, 1007, 1.354, 1010, @@ -54055,11 +54023,11 @@ 1019, 2.758, 1029, - 1.874, + 1.873, 1034, 1.482, 1065, - 3.154, + 3.153, 1079, 2.895, 1104, @@ -54067,7 +54035,7 @@ 1144, 2.204, 1157, - 2.031, + 2.03, 1169, 3.534, 1180, @@ -54079,7 +54047,7 @@ 1224, 1.854, 1228, - 5.848, + 5.847, 1253, 4.988, 1254, @@ -54093,51 +54061,51 @@ 1258, 2.546, 1259, - 2.443, + 2.442, 1332, 1.563, 1525, - 2.443, + 2.442, 1599, - 2.443, + 2.442, 1604, - 2.031, + 2.03, 1672, - 2.084, + 2.083, 1675, - 6.205, + 6.204, 1676, 3.774, 1681, 1.656, 1725, - 5.189, + 5.188, 1730, - 5.125, + 5.124, 1741, - 3.317, + 3.316, 1746, - 3.317, + 3.316, 1748, 3.534, 1749, - 3.154, + 3.153, 1848, - 2.443, + 2.442, 1879, - 1.959, + 1.958, 1884, 2.537, 1932, 2.546, 1968, - 2.057, + 2.056, 2078, 3.774, 2086, 2.823, 2121, - 2.275, + 2.274, 2131, 2.823, 2217, @@ -54147,15 +54115,15 @@ 2579, 2.742, 2614, - 2.916, + 2.915, 2690, - 2.239, + 2.238, 2717, 2.823, 2831, - 2.916, + 2.915, 2952, - 2.084, + 2.083, 3084, 2.67, 3087, @@ -54165,7 +54133,7 @@ 3482, 2.823, 3784, - 2.916, + 2.915, 3787, 2.823, 3802, @@ -54177,11 +54145,11 @@ 3811, 3.024, 3812, - 3.154, + 3.153, 3813, - 3.154, + 3.153, 3850, - 2.916, + 2.915, 3890, 2.605, 4501, @@ -54189,33 +54157,39 @@ 4503, 2.823, 4508, - 5.711, + 5.71, 4509, - 5.956, + 5.955, 4513, - 4.673, + 4.672, 4519, - 3.317, + 3.316, 4527, 3.024, 4581, 7.656, - 4810, - 3.154, - 5215, - 3.317, - 5283, - 3.317, - 5638, - 3.154, - 5924, + 4807, + 3.153, + 5212, + 3.316, + 5280, + 3.316, + 5635, + 3.153, + 5921, 3.865, + 5922, + 5.972, + 5923, + 3.534, + 5924, + 3.534, 5925, - 5.973, + 3.865, 5926, - 3.534, + 3.865, 5927, - 3.534, + 3.865, 5928, 3.865, 5929, @@ -54223,16 +54197,10 @@ 5930, 3.865, 5931, - 3.865, + 5.972, 5932, - 3.865, - 5933, - 3.865, - 5934, - 5.973, - 5935, 3.534, - 5936, + 5933, 3.865 ] ], @@ -54279,9 +54247,9 @@ 2, 1.99, 3, - 2.064, + 2.063, 4, - 2.064, + 2.063, 5, 2.074, 6, @@ -54315,13 +54283,13 @@ 102, 2.011, 103, - 2.265, + 2.264, 107, 1.496, 113, 1.575, 116, - 3.06, + 3.059, 148, 1.613, 204, @@ -54333,15 +54301,15 @@ 231, 2.95, 256, - 2.21, + 2.221, 260, - 2.65, + 2.649, 269, 1.784, 273, 1.94, 282, - 3.895, + 3.894, 313, 3.857, 510, @@ -54349,9 +54317,9 @@ 646, 4.984, 675, - 3.015, + 3.014, 683, - 4.178, + 4.177, 692, 2.95, 808, @@ -54371,9 +54339,9 @@ 1104, 2.736, 1920, - 4.577, + 4.576, 1989, - 4.484, + 4.483, 2089, 4.418, 2114, @@ -54385,38 +54353,38 @@ 2928, 5.577, 2941, - 6.978, + 6.977, 3252, 6.629, 3391, - 6.415, + 6.414, 3610, 4.238, - 4737, + 4734, 8.994, - 5553, + 5550, 6.15, - 5937, + 5934, 7.861, + 5935, + 7.861, + 5936, + 7.861, + 5937, + 9.835, 5938, 7.861, 5939, 7.861, 5940, - 9.835, - 5941, 7.861, + 5941, + 8.994, 5942, 7.861, 5943, - 7.861, - 5944, - 8.994, - 5945, - 7.861, - 5946, 9.835, - 5947, + 5944, 7.861 ] ], @@ -54467,7 +54435,7 @@ 99, 1.046, 100, - 1.287, + 1.286, 102, 1.754, 104, @@ -54477,7 +54445,7 @@ 126, 2.305, 148, - 1.407, + 1.406, 149, 2.61, 151, @@ -54491,19 +54459,19 @@ 174, 3.672, 193, - 4.251, + 4.25, 194, 1.95, 195, - 3.971, + 3.97, 216, 2.709, 230, 2.386, 231, - 2.573, + 2.572, 254, - 4.517, + 4.516, 260, 2.311, 268, @@ -54517,7 +54485,7 @@ 390, 2.888, 414, - 4.517, + 4.516, 436, 6.629, 452, @@ -54535,11 +54503,11 @@ 575, 4.736, 583, - 4.251, + 4.25, 587, 4.621, 608, - 3.397, + 3.396, 633, 3.474, 634, @@ -54547,27 +54515,27 @@ 660, 4.102, 677, - 4.637, + 4.636, 680, 3.602, 703, 2.688, 707, - 5.008, + 5.007, 762, - 3.1, + 3.099, 787, - 5.008, + 5.007, 799, 4.174, 898, 2.434, 907, - 4.517, + 4.516, 931, 1.877, 938, - 4.333, + 4.332, 1025, 2.709, 1047, @@ -54577,9 +54545,9 @@ 1139, 3.853, 1166, - 3.971, + 3.97, 1354, - 5.008, + 5.007, 1546, 3.558, 1598, @@ -54603,9 +54571,9 @@ 2377, 4.736, 2546, - 5.008, + 5.007, 2550, - 3.971, + 3.97, 2718, 4.864, 2748, @@ -54629,7 +54597,7 @@ 3488, 5.883, 3574, - 5.008, + 5.007, 3795, 5.594, 3830, @@ -54644,22 +54612,28 @@ 4.864, 4572, 5.364, - 4709, + 4706, 6.269, - 4880, + 4877, 6.58, - 5142, + 5139, 5.883, - 5222, + 5219, 6.269, - 5365, + 5362, 5.364, - 5607, + 5604, 6.269, - 5685, + 5682, 6.269, - 5948, + 5945, 9.009, + 5946, + 6.856, + 5947, + 6.856, + 5948, + 6.856, 5949, 6.856, 5950, @@ -54671,20 +54645,14 @@ 5953, 6.856, 5954, - 6.856, + 5.364, 5955, - 6.856, + 6.269, 5956, 6.856, 5957, - 5.364, - 5958, - 6.269, - 5959, - 6.856, - 5960, 6.269, - 5961, + 5958, 6.856 ] ], @@ -54715,9 +54683,9 @@ 7, 1.528, 8, - 2.413, + 2.412, 9, - 2.047, + 2.046, 10, 2.039, 11, @@ -54729,7 +54697,7 @@ 20, 1.399, 22, - 1.61, + 1.609, 36, 1.566, 38, @@ -54759,11 +54727,11 @@ 60, 1.882, 62, - 1.296, + 1.303, 63, 1.116, 69, - 3.18, + 3.179, 70, 2.153, 72, @@ -54781,13 +54749,13 @@ 86, 1.272, 90, - 0.549, + 0.548, 91, 1.745, 94, 1.071, 95, - 2.808, + 2.807, 96, 2.99, 97, @@ -54801,13 +54769,13 @@ 103, 0.902, 105, - 2.052, + 2.051, 106, - 1.761, + 1.76, 107, 1.287, 108, - 1.152, + 1.151, 110, 0.909, 111, @@ -54817,11 +54785,11 @@ 121, 0.761, 122, - 2.107, + 2.106, 125, 1.555, 126, - 1.773, + 1.772, 141, 1.891, 148, @@ -54835,9 +54803,9 @@ 160, 2.309, 165, - 2.246, + 2.245, 167, - 2.977, + 2.976, 168, 1.209, 169, @@ -54847,13 +54815,13 @@ 177, 2.252, 178, - 3.515, + 3.514, 194, 1.824, 196, 1.354, 197, - 1.346, + 1.345, 198, 1.643, 199, @@ -54863,7 +54831,7 @@ 202, 1.272, 206, - 2.479, + 2.478, 207, 2.752, 208, @@ -54871,7 +54839,7 @@ 210, 0.931, 211, - 2.703, + 2.702, 216, 2.384, 225, @@ -54885,7 +54853,7 @@ 236, 1.153, 237, - 1.061, + 1.06, 238, 1.293, 240, @@ -54895,7 +54863,7 @@ 243, 1.14, 244, - 1.961, + 1.96, 247, 1.691, 250, @@ -54903,11 +54871,11 @@ 253, 1.962, 256, - 1.149, + 1.154, 257, 0.909, 261, - 0.978, + 0.977, 263, 1.171, 266, @@ -54921,11 +54889,11 @@ 273, 0.568, 276, - 2.955, + 2.954, 277, - 3.361, + 3.36, 280, - 0.903, + 0.902, 288, 1.241, 294, @@ -54933,15 +54901,15 @@ 295, 1.805, 332, - 1.304, + 1.303, 333, - 0.651, + 0.654, 367, 1.878, 368, 1.716, 380, - 1.391, + 1.39, 382, 1.84, 387, @@ -54969,7 +54937,7 @@ 471, 0.617, 473, - 1.723, + 1.722, 484, 1.975, 490, @@ -54981,7 +54949,7 @@ 505, 2.008, 510, - 0.846, + 0.845, 521, 2.1, 522, @@ -54991,21 +54959,21 @@ 526, 3.975, 543, - 2.052, + 2.051, 550, 1.071, 552, - 1.165, + 1.164, 553, 0.823, 554, - 1.47, + 1.469, 555, 1.879, 561, - 0.73, + 0.729, 573, - 1.47, + 1.469, 574, 2.894, 577, @@ -55013,13 +54981,13 @@ 582, 1.401, 594, - 1.061, + 1.06, 595, 1.241, 600, 3.245, 601, - 0.834, + 0.84, 602, 0.931, 603, @@ -55035,11 +55003,11 @@ 635, 1.516, 636, - 0.883, + 0.882, 672, - 1.061, + 1.06, 677, - 1.061, + 1.06, 679, 1.754, 681, @@ -55049,7 +55017,7 @@ 691, 0.704, 695, - 1.041, + 1.04, 704, 1.484, 712, @@ -55059,15 +55027,15 @@ 716, 3.441, 748, - 2.105, + 2.104, 749, - 1.258, + 1.257, 751, 1.584, 752, 2.356, 753, - 4.281, + 4.28, 758, 1.021, 765, @@ -55075,9 +55043,9 @@ 771, 1.071, 772, - 2.706, + 2.705, 785, - 3.859, + 3.858, 786, 1.333, 801, @@ -55085,7 +55053,7 @@ 811, 1.94, 813, - 3.582, + 3.581, 819, 1.354, 823, @@ -55103,17 +55071,17 @@ 891, 1.734, 894, - 1.548, + 1.547, 898, 0.817, 903, 1.241, 910, - 1.225, + 1.224, 914, 1.636, 917, - 1.041, + 1.04, 924, 1.093, 931, @@ -55121,11 +55089,11 @@ 939, 1.14, 941, - 0.903, + 0.902, 944, 1.18, 947, - 3.555, + 3.554, 972, 1.484, 975, @@ -55133,13 +55101,13 @@ 978, 3.634, 987, - 1.225, + 1.224, 999, - 1.061, + 1.06, 1007, 0.806, 1009, - 5.813, + 5.812, 1016, 2.475, 1019, @@ -55147,9 +55115,9 @@ 1025, 2.673, 1034, - 0.883, + 0.882, 1043, - 0.995, + 0.994, 1064, 1.919, 1066, @@ -55157,25 +55125,25 @@ 1134, 1.454, 1135, - 5.574, + 5.573, 1136, 1.427, 1146, - 0.995, + 0.994, 1148, - 2.105, + 2.104, 1153, 1.082, 1155, 1.116, 1158, - 1.061, + 1.06, 1173, 1.128, 1198, 2.234, 1216, - 1.225, + 1.224, 1224, 1.104, 1272, @@ -55187,7 +55155,7 @@ 1296, 1.459, 1301, - 4.281, + 4.28, 1310, 4.387, 1322, @@ -55195,7 +55163,7 @@ 1332, 0.931, 1354, - 2.861, + 2.86, 1364, 1.354, 1412, @@ -55203,7 +55171,7 @@ 1455, 1.633, 1459, - 1.597, + 1.596, 1472, 1.031, 1541, @@ -55221,21 +55189,21 @@ 1589, 1.551, 1594, - 3.859, + 3.858, 1604, 2.058, 1607, 1.333, 1608, - 2.344, + 2.343, 1609, 1.333, 1621, 1.985, 1622, - 4.281, + 4.28, 1623, - 2.706, + 2.705, 1625, 1.59, 1628, @@ -55243,9 +55211,9 @@ 1637, 1.484, 1642, - 4.172, + 4.171, 1649, - 1.209, + 1.224, 1656, 3.734, 1661, @@ -55257,9 +55225,9 @@ 1691, 1.633, 1700, - 1.801, + 1.8, 1718, - 2.105, + 2.104, 1772, 1.975, 1773, @@ -55269,7 +55237,7 @@ 1797, 1.484, 1803, - 2.706, + 2.705, 1807, 1.104, 1838, @@ -55277,13 +55245,13 @@ 1840, 2.234, 1841, - 3.495, + 3.494, 1874, 1.354, 1878, 4.275, 1884, - 0.978, + 0.977, 1885, 2.268, 1894, @@ -55293,17 +55261,17 @@ 1896, 2.64, 1897, - 1.801, + 1.8, 1902, 5.681, 1903, - 6.299, + 6.298, 1904, - 4.721, + 4.72, 1908, - 1.771, + 1.77, 1911, - 2.622, + 2.621, 1920, 2.379, 1928, @@ -55319,7 +55287,7 @@ 2024, 2.311, 2027, - 3.352, + 3.351, 2030, 3.446, 2042, @@ -55327,7 +55295,7 @@ 2160, 3.446, 2268, - 1.225, + 1.224, 2437, 1.878, 2507, @@ -55349,17 +55317,17 @@ 2834, 1.736, 2871, - 1.313, + 1.312, 2916, 1.454, 2925, - 2.526, + 2.525, 3006, 1.681, 3144, 1.551, 3236, - 1.801, + 1.8, 3319, 4.387, 3342, @@ -55377,7 +55345,7 @@ 3795, 1.878, 3884, - 2.105, + 2.104, 3972, 1.241, 4002, @@ -55391,101 +55359,101 @@ 4429, 1.878, 4430, - 2.861, + 2.86, 4456, - 4.924, + 4.923, 4457, - 2.105, + 2.104, 4464, - 2.779, + 2.778, 4465, 1.551, 4466, 5.084, 4472, - 5.376, + 5.375, 4474, - 3.582, + 3.581, 4475, - 3.582, + 3.581, 4558, 1.975, 4576, 1.975, - 4706, + 4703, 1.975, - 4723, + 4720, 1.878, - 4726, + 4723, 1.975, - 4745, + 4742, 6.637, - 4934, + 4931, 1.878, - 4989, - 2.105, - 5113, + 4986, + 2.104, + 5110, 1.878, - 5146, - 4.721, - 5147, + 5143, + 4.72, + 5144, 1.975, - 5167, - 2.105, + 5164, + 2.104, + 5959, + 2.301, + 5960, + 2.301, + 5961, + 3.916, 5962, - 2.302, + 2.301, 5963, - 2.302, + 3.581, 5964, - 3.917, + 2.301, 5965, - 2.302, + 2.301, 5966, - 3.582, + 2.301, 5967, - 2.302, + 5.177, 5968, - 2.302, + 3.36, 5969, - 2.302, + 2.301, 5970, - 5.178, + 6.033, 5971, - 3.361, + 1.878, 5972, - 2.302, + 2.104, 5973, - 6.034, + 2.301, 5974, - 1.878, + 4.387, 5975, - 2.105, + 1.975, 5976, - 2.302, + 1.975, 5977, - 4.387, + 2.301, 5978, - 1.975, + 2.104, 5979, 1.975, 5980, - 2.302, + 2.301, 5981, - 2.105, + 3.916, 5982, - 1.975, + 3.916, 5983, - 2.302, + 5.112, 5984, - 3.917, + 2.301, 5985, - 3.917, - 5986, - 5.113, - 5987, - 2.302, - 5988, - 3.917 + 3.916 ] ], [ @@ -55499,15 +55467,15 @@ "data/manuals/sony-playstation", [ 0, - 0.853, + 0.852, 1, 1.78, 2, 1.762, 3, - 1.827, + 1.826, 4, - 1.827, + 1.826, 5, 1.836, 6, @@ -55533,7 +55501,7 @@ 59, 1.033, 76, - 4.841, + 4.84, 77, 1.441, 79, @@ -55553,7 +55521,7 @@ 153, 2.531, 158, - 2.66, + 2.659, 169, 1.508, 194, @@ -55577,15 +55545,15 @@ 313, 2.729, 380, - 2.471, + 2.47, 392, 2.438, 452, 2.645, 454, - 4.036, + 4.035, 457, - 2.471, + 2.47, 489, 3.238, 537, @@ -55595,7 +55563,7 @@ 600, 3.338, 603, - 2.907, + 2.906, 604, 3.526, 614, @@ -55621,11 +55589,11 @@ 902, 3.969, 910, - 4.841, + 4.84, 932, - 4.937, + 4.936, 934, - 4.937, + 4.936, 941, 3.567, 1059, @@ -55651,7 +55619,7 @@ 2006, 3.656, 2078, - 4.398, + 4.397, 2335, 4.487, 2346, @@ -55677,16 +55645,16 @@ 3801, 6.363, 4086, - 8.319, - 5989, + 8.318, + 5986, 9.097, - 5990, - 6.959, - 5991, + 5987, + 6.958, + 5988, 11.441, - 5992, + 5989, 11.656, - 5993, + 5990, 7.117 ] ], @@ -55705,7 +55673,7 @@ 1, 0.752, 2, - 0.745, + 0.744, 3, 0.772, 4, @@ -55715,7 +55683,7 @@ 6, 0.776, 7, - 1.504, + 1.503, 8, 3.174, 9, @@ -55731,7 +55699,7 @@ 20, 1.45, 28, - 1.426, + 1.425, 36, 2.127, 38, @@ -55749,25 +55717,25 @@ 49, 2.433, 50, - 3.376, + 3.375, 52, 1.677, 56, - 1.145, + 1.144, 57, 1.468, 59, 1.002, 60, - 1.696, + 1.695, 62, - 1.59, + 1.599, 70, 2.024, 72, 2.028, 75, - 2.114, + 2.113, 77, 1.819, 79, @@ -55781,7 +55749,7 @@ 93, 1.896, 96, - 2.639, + 2.638, 97, 1.762, 99, @@ -55795,7 +55763,7 @@ 106, 1.825, 107, - 1.672, + 1.671, 108, 1.791, 109, @@ -55807,7 +55775,7 @@ 113, 0.589, 116, - 1.145, + 1.144, 119, 3.931, 121, @@ -55815,21 +55783,21 @@ 122, 1.897, 126, - 1.54, + 1.539, 133, - 5.007, + 5.006, 146, 1.441, 148, 2.049, 149, - 1.12, + 1.119, 150, - 0.745, + 0.744, 151, 2.504, 153, - 2.389, + 2.388, 158, 1.405, 160, @@ -55855,21 +55823,21 @@ 200, 1.79, 201, - 1.871, + 1.87, 206, - 2.33, + 2.329, 208, - 2.114, + 2.113, 210, - 1.944, + 1.943, 211, - 2.153, + 2.152, 226, 1.958, 227, 3.529, 228, - 2.567, + 2.566, 229, 1.29, 230, @@ -55883,7 +55851,7 @@ 244, 1.843, 246, - 1.938, + 1.937, 247, 0.973, 249, @@ -55893,33 +55861,33 @@ 251, 2.808, 256, - 1.369, + 1.376, 257, 1.162, 258, - 1.938, + 1.937, 260, 1.62, 262, - 3.76, + 3.759, 269, 1.09, 290, - 1.145, + 1.144, 306, - 1.294, + 1.293, 313, 1.884, 328, - 1.76, + 1.759, 332, 0.979, 333, - 0.832, + 0.836, 351, 1.526, 368, - 1.367, + 1.366, 382, 1.729, 390, @@ -55931,9 +55899,9 @@ 433, 1.199, 434, - 1.369, + 1.368, 452, - 1.772, + 1.771, 454, 1.171, 459, @@ -55947,23 +55915,23 @@ 487, 4.323, 521, - 1.024, + 1.023, 523, 1.526, 524, 2.598, 527, - 8.149, + 8.148, 529, - 2.4, + 2.399, 532, - 5.14, + 5.139, 534, - 2.259, + 2.258, 535, 2.148, 536, - 1.938, + 1.937, 537, 1.677, 538, @@ -55971,17 +55939,17 @@ 541, 2.557, 544, - 3.32, + 3.319, 547, - 1.731, + 1.73, 552, 0.874, 556, - 1.209, + 1.208, 561, 2.458, 573, - 1.104, + 1.103, 574, 2.305, 577, @@ -55989,13 +55957,13 @@ 579, 1.473, 581, - 2.591, + 2.59, 594, 2.808, 595, 1.585, 601, - 1.066, + 1.073, 602, 1.189, 629, @@ -56003,7 +55971,7 @@ 631, 2.381, 635, - 1.938, + 1.937, 675, 1.128, 676, @@ -56035,7 +56003,7 @@ 808, 1.565, 828, - 1.731, + 1.73, 834, 1.457, 848, @@ -56051,15 +56019,15 @@ 894, 1.162, 901, - 2.077, + 2.076, 903, 1.585, 908, - 2.219, + 2.218, 914, 3.24, 917, - 1.33, + 1.329, 919, 1.508, 923, @@ -56079,59 +56047,59 @@ 978, 3.065, 979, - 1.33, + 1.329, 981, - 2.926, + 2.925, 987, 1.565, 991, 1.79, 993, - 2.701, + 2.7, 1007, 3.891, 1016, - 1.859, + 1.858, 1025, 1.162, 1079, - 1.426, + 1.425, 1115, - 2.524, + 2.523, 1141, - 2.926, + 2.925, 1155, 3.76, 1158, 2.214, 1193, - 1.76, + 1.759, 1253, - 1.653, + 1.652, 1289, 1.823, 1291, - 1.76, + 1.759, 1296, 1.79, 1306, 3.037, 1332, - 1.944, + 1.943, 1337, 1.896, 1382, 1.629, 1426, - 3.71, + 3.709, 1445, 2.086, 1455, 2.086, 1499, - 1.76, + 1.759, 1513, - 2.4, + 2.399, 1544, 1.823, 1546, @@ -56141,7 +56109,7 @@ 1574, 1.79, 1584, - 1.653, + 1.652, 1589, 3.239, 1594, @@ -56149,9 +56117,9 @@ 1597, 3.529, 1599, - 3.851, + 3.85, 1600, - 1.76, + 1.759, 1604, 1.545, 1617, @@ -56159,69 +56127,69 @@ 1622, 2.086, 1623, - 2.032, + 2.031, 1628, - 4.842, + 4.841, 1661, 1.473, 1662, - 2.114, + 2.113, 1725, - 1.859, + 1.858, 1774, 1.49, 1804, 1.411, 1871, - 1.426, + 1.425, 1874, - 1.731, + 1.73, 1936, 1.629, 2078, - 1.859, + 1.858, 2080, 1.982, 2082, 2.086, 2093, - 2.219, + 2.218, 2114, - 3.851, + 3.85, 2116, 1.677, 2121, 3.586, 2128, - 2.219, + 2.218, 2175, - 1.938, + 1.937, 2184, - 2.219, + 2.218, 2316, 2.148, 2436, - 2.524, + 2.523, 2506, 5.681, 2507, 2.875, 2524, - 5.002, + 5.001, 2532, 1.896, 2544, 1.896, 2631, - 1.859, + 1.858, 2649, - 1.76, + 1.759, 2668, 2.689, 2670, - 4.124, + 4.123, 2695, - 2.524, + 2.523, 2738, 1.896, 2952, @@ -56229,17 +56197,17 @@ 3075, 2.689, 3084, - 2.032, + 2.031, 3087, 1.896, 3117, - 2.219, + 2.218, 3379, 2.301, 3394, - 2.524, + 2.523, 3401, - 5.742, + 5.741, 3427, 2.301, 3429, @@ -56247,7 +56215,7 @@ 3438, 2.148, 3476, - 2.032, + 2.031, 3581, 2.301, 3623, @@ -56255,27 +56223,33 @@ 3787, 2.148, 3866, - 2.4, + 2.399, 3897, - 1.859, + 1.858, 4134, - 1.938, + 1.937, 4445, - 2.4, + 2.399, 4540, - 2.524, + 2.523, 4559, 2.689, 4560, 2.689, - 5116, - 2.4, - 5365, + 5113, + 2.399, + 5362, 2.301, - 5638, - 2.4, - 5844, - 2.4, + 5635, + 2.399, + 5841, + 2.399, + 5991, + 2.941, + 5992, + 2.941, + 5993, + 2.941, 5994, 2.941, 5995, @@ -56289,13 +56263,13 @@ 5999, 2.941, 6000, - 2.941, + 2.689, 6001, 2.941, 6002, 2.941, 6003, - 2.689, + 2.941, 6004, 2.941, 6005, @@ -56305,30 +56279,24 @@ 6007, 2.941, 6008, - 2.941, + 2.689, 6009, - 2.941, + 2.689, 6010, - 2.941, - 6011, 2.689, + 6011, + 2.399, 6012, - 2.689, + 2.941, 6013, 2.689, 6014, - 2.4, + 4.123, 6015, 2.941, 6016, - 2.689, - 6017, - 4.124, - 6018, - 2.941, - 6019, 2.941, - 6020, + 6017, 2.941 ] ], @@ -56345,13 +56313,13 @@ 7, 1.421, 8, - 1.612, + 1.611, 10, 1.245, 11, 3.605, 15, - 8.181, + 8.18, 18, 1.132, 19, @@ -56361,9 +56329,9 @@ 22, 2.367, 24, - 5.061, + 5.06, 30, - 3.479, + 3.504, 31, 5.762, 32, @@ -56379,7 +56347,7 @@ 59, 0.977, 77, - 1.659, + 1.658, 79, 0.845, 86, @@ -56397,7 +56365,7 @@ 104, 2.919, 105, - 2.312, + 2.311, 106, 1.649, 107, @@ -56409,15 +56377,15 @@ 116, 3.117, 117, - 4.713, + 4.712, 120, - 3.447, + 3.446, 122, - 1.794, + 1.793, 126, - 1.59, + 1.589, 144, - 3.027, + 3.026, 148, 1.643, 150, @@ -56427,9 +56395,9 @@ 160, 2.354, 169, - 1.192, + 1.191, 177, - 1.763, + 1.762, 185, 4.326, 201, @@ -56443,13 +56411,13 @@ 241, 2.13, 249, - 3.842, + 3.841, 260, 2.699, 261, 2.447, 263, - 2.395, + 2.394, 268, 1.176, 269, @@ -56459,21 +56427,21 @@ 279, 4.7, 289, - 3.447, + 3.446, 330, 2.553, 333, - 2.814, + 2.829, 342, 2.58, 345, - 2.793, + 2.792, 358, 2.654, 361, 4.5, 429, - 2.793, + 2.792, 477, 5.532, 479, @@ -56481,7 +56449,7 @@ 515, 3.571, 550, - 2.681, + 2.68, 575, 3.979, 588, @@ -56489,7 +56457,7 @@ 596, 3.147, 601, - 2.087, + 2.101, 602, 2.33, 636, @@ -56497,7 +56465,7 @@ 656, 3.64, 660, - 3.447, + 3.446, 675, 3.53, 679, @@ -56505,9 +56473,9 @@ 751, 2.33, 758, - 2.557, + 2.556, 769, - 3.715, + 3.714, 774, 2.604, 786, @@ -56515,7 +56483,7 @@ 793, 3.726, 856, - 2.312, + 2.311, 894, 2.276, 898, @@ -56525,7 +56493,7 @@ 928, 3.979, 986, - 3.883, + 3.882, 1039, 3.105, 1041, @@ -56543,11 +56511,11 @@ 1332, 2.33, 1385, - 4.087, + 4.086, 1452, - 4.507, + 4.506, 1499, - 3.447, + 3.446, 1507, 3.571, 1544, @@ -56561,17 +56529,17 @@ 1749, 4.7, 1790, - 4.087, + 4.086, 1797, - 3.715, + 3.714, 1864, 3.795, 1875, - 4.087, + 4.086, 1879, 2.919, 1912, - 4.346, + 4.345, 1927, 4.943, 1948, @@ -56585,7 +56553,7 @@ 2613, 3.979, 2622, - 4.507, + 4.506, 2633, 4.72, 2635, @@ -56597,11 +56565,11 @@ 2775, 3.105, 3192, - 4.208, + 4.207, 3193, - 5.268, + 5.267, 3527, - 3.883, + 3.882, 3779, 7.202, 3780, @@ -56613,69 +56581,69 @@ 4404, 4.943, 4414, - 5.268, + 5.267, 4505, 6.724, - 5294, + 5291, 4.943, + 6018, + 5.76, + 6019, + 5.76, + 6020, + 5.76, 6021, - 5.761, + 5.76, 6022, - 5.761, + 5.76, 6023, - 5.761, + 4.207, 6024, - 5.761, + 5.76, 6025, - 5.761, + 5.76, 6026, - 4.208, + 5.76, 6027, - 5.761, + 5.76, 6028, - 5.761, + 5.267, 6029, - 5.761, + 5.76, 6030, - 5.761, + 5.76, 6031, - 5.268, + 5.76, 6032, - 5.761, + 5.267, 6033, - 5.761, + 6.871, 6034, - 5.761, + 5.76, 6035, - 5.268, + 5.76, 6036, - 6.872, + 5.76, 6037, - 5.761, + 8.008, 6038, - 5.761, + 8.008, 6039, - 5.761, + 5.267, 6040, - 8.008, + 4.207, 6041, 8.008, 6042, - 5.268, + 5.76, 6043, - 4.208, + 5.76, 6044, - 8.008, + 5.76, 6045, - 5.761, + 5.267, 6046, - 5.761, - 6047, - 5.761, - 6048, - 5.268, - 6049, - 5.268 + 5.267 ] ], [ @@ -56693,7 +56661,7 @@ 1, 0.804, 2, - 0.796, + 0.795, 3, 0.825, 4, @@ -56755,7 +56723,7 @@ 90, 0.749, 91, - 1.073, + 1.072, 99, 1.061, 100, @@ -56763,7 +56731,7 @@ 102, 0.804, 103, - 1.685, + 1.684, 106, 0.563, 107, @@ -56781,9 +56749,9 @@ 126, 1.978, 135, - 1.82, + 1.819, 139, - 1.82, + 1.819, 142, 0.934, 148, @@ -56797,9 +56765,9 @@ 169, 1.089, 172, - 4.097, + 4.096, 177, - 1.552, + 1.551, 194, 0.573, 197, @@ -56819,11 +56787,11 @@ 229, 1.472, 230, - 1.094, + 1.093, 231, 1.179, 238, - 1.766, + 1.765, 239, 2.23, 241, @@ -56831,17 +56799,17 @@ 253, 1.574, 256, - 1.804, + 1.812, 268, 1.981, 269, 2.202, 270, - 3.704, + 3.703, 271, 1.611, 273, - 0.776, + 0.775, 280, 1.232, 285, @@ -56851,7 +56819,7 @@ 334, 2.809, 380, - 1.116, + 1.115, 390, 1.323, 392, @@ -56867,7 +56835,7 @@ 452, 1.853, 457, - 1.116, + 1.115, 459, 1.462, 464, @@ -56881,15 +56849,15 @@ 490, 1.312, 492, - 1.82, + 1.819, 511, 1.672, 514, - 2.171, + 2.17, 522, - 1.557, + 1.556, 523, - 1.631, + 1.63, 537, 1.792, 543, @@ -56897,17 +56865,17 @@ 552, 1.508, 554, - 1.903, + 1.902, 561, 0.996, 573, - 1.903, + 1.902, 592, 2.026, 596, - 1.717, + 1.716, 607, - 2.564, + 2.563, 614, 3.148, 623, @@ -56915,7 +56883,7 @@ 629, 0.945, 633, - 2.57, + 2.569, 636, 1.205, 640, @@ -56923,21 +56891,21 @@ 642, 5.423, 649, - 4.378, + 4.377, 656, - 1.986, + 1.985, 660, 3.034, 673, - 1.82, + 1.819, 674, 1.574, 675, 1.944, 676, - 2.91, + 2.909, 681, - 1.54, + 1.539, 683, 2.708, 685, @@ -56965,9 +56933,9 @@ 719, 2.696, 744, - 3.091, + 3.09, 746, - 2.171, + 2.17, 751, 2.051, 771, @@ -56975,21 +56943,21 @@ 773, 1.138, 807, - 1.82, + 1.819, 809, - 1.766, + 1.765, 831, 3.034, 848, - 1.557, + 1.556, 856, 1.261, 864, - 2.171, + 2.17, 874, 1.611, 890, - 2.632, + 2.631, 895, 3.058, 901, @@ -57021,35 +56989,35 @@ 1043, 1.358, 1064, - 1.54, + 1.539, 1067, - 1.657, + 1.656, 1068, - 1.986, + 1.985, 1090, - 2.967, + 2.966, 1104, 1.765, 1120, 1.849, 1131, - 4.808, + 4.807, 1176, 2.118, 1198, 1.792, 1283, - 1.717, + 1.716, 1284, 2.026, 1306, - 1.986, + 1.985, 1412, 2.118, 1432, - 1.766, + 1.765, 1460, - 1.766, + 1.765, 1479, 1.849, 1484, @@ -57057,7 +57025,7 @@ 1492, 1.948, 1495, - 1.741, + 1.74, 1499, 1.88, 1511, @@ -57065,7 +57033,7 @@ 1548, 1.694, 1556, - 7.321, + 7.32, 1562, 2.07, 1570, @@ -57075,7 +57043,7 @@ 1667, 2.37, 1684, - 1.82, + 1.819, 1700, 3.967, 1769, @@ -57085,15 +57053,15 @@ 1807, 2.432, 1882, - 2.251, + 2.25, 1884, - 1.335, + 1.334, 1893, 1.88, 1908, 2.292, 1925, - 2.564, + 2.563, 1933, 2.698, 1961, @@ -57105,29 +57073,29 @@ 2024, 4.77, 2025, - 2.564, + 2.563, 2026, - 3.341, + 3.34, 2027, 4.252, 2075, 1.88, 2096, - 1.741, + 1.74, 2101, - 3.144, + 3.143, 2148, - 2.564, + 2.563, 2164, 1.358, 2194, 5.62, 2267, - 2.564, + 2.563, 2320, 2.37, 2373, - 1.986, + 1.985, 2388, 2.696, 2420, @@ -57145,17 +57113,17 @@ 2822, 1.913, 2916, - 1.986, + 1.985, 2956, 5.411, 2957, 7.065, 2962, - 6.056, + 6.055, 2974, 3.967, 2975, - 4.138, + 4.137, 2981, 3.503, 2983, @@ -57163,9 +57131,9 @@ 2984, 2.873, 2985, - 5.52, + 5.519, 2986, - 2.564, + 2.563, 2991, 2.37, 3006, @@ -57173,17 +57141,17 @@ 3069, 4.637, 3107, - 2.171, + 2.17, 3159, 2.458, 3166, - 2.564, + 2.563, 3185, - 6.813, + 6.812, 3186, - 7.341, + 7.34, 3196, - 10.493, + 10.492, 3200, 2.295, 3213, @@ -57193,23 +57161,23 @@ 3306, 2.37, 3363, - 2.171, + 2.17, 3608, 2.696, 3610, 1.694, 3651, - 2.564, + 2.563, 3655, 2.873, 3681, 5.863, 3695, - 3.704, + 3.703, 4012, - 2.564, + 2.563, 4020, - 2.564, + 2.563, 4292, 2.873, 4384, @@ -57218,26 +57186,32 @@ 2.229, 4554, 2.873, - 4720, - 2.564, - 4857, - 1.82, - 4876, + 4717, + 2.563, + 4854, + 1.819, + 4873, 2.295, - 5155, + 5152, 2.873, - 5250, + 5247, 2.458, - 5254, + 5251, 2.873, - 5448, + 5445, 2.873, - 5588, + 5585, 2.873, - 5589, + 5586, 2.873, - 5660, + 5657, 2.873, + 6047, + 3.142, + 6048, + 3.142, + 6049, + 3.142, 6050, 3.142, 6051, @@ -57265,39 +57239,39 @@ 6062, 3.142, 6063, - 3.142, + 5.07, 6064, 3.142, 6065, - 3.142, + 5.07, 6066, - 5.071, + 5.07, 6067, 3.142, 6068, - 5.071, + 3.142, 6069, - 5.071, - 6070, 3.142, + 6070, + 5.07, 6071, - 3.142, + 2.696, 6072, - 3.142, + 2.696, 6073, - 5.071, + 3.142, 6074, - 2.696, + 3.142, 6075, - 2.696, + 2.458, 6076, - 3.142, + 5.07, 6077, 3.142, 6078, - 2.458, + 3.142, 6079, - 5.071, + 3.142, 6080, 3.142, 6081, @@ -57313,28 +57287,22 @@ 6086, 3.142, 6087, - 3.142, + 4.351, 6088, 3.142, 6089, 3.142, 6090, - 4.351, - 6091, 3.142, + 6091, + 4.637, 6092, - 3.142, + 2.873, 6093, - 3.142, + 8.027, 6094, - 4.637, - 6095, - 2.873, - 6096, - 8.028, - 6097, 3.142, - 6098, + 6095, 3.142 ] ], @@ -57363,7 +57331,7 @@ 2089, 5.556, 4104, - 6.13 + 6.248 ] ], [ @@ -57391,7 +57359,7 @@ 57, 1.366, 58, - 4.668, + 4.667, 59, 0.812, 67, @@ -57441,15 +57409,15 @@ 785, 5.13, 1159, - 7.037, + 7.036, 1166, 5.209, 1214, 6.381, 4464, 6.381, - 6012, - 8.225 + 6009, + 8.224 ] ], [ @@ -57542,11 +57510,11 @@ 925, 5.938, 1324, - 4.678, + 4.677, 2259, - 8.597, + 8.916, 3059, - 6.395 + 6.394 ] ], [ @@ -57600,7 +57568,7 @@ 290, 3.485, 471, - 2.401, + 2.4, 600, 5.642, 901, @@ -57610,16 +57578,16 @@ 1273, 5.27, 1296, - 3.337, + 3.336, 1600, 5.358, 1724, 4.252, 1936, 4.961, - 6099, + 6096, 10.649, - 6100, + 6097, 8.956 ] ], @@ -57674,7 +57642,7 @@ 290, 3.485, 471, - 2.401, + 2.4, 600, 5.642, 901, @@ -57684,16 +57652,16 @@ 1273, 5.27, 1296, - 3.337, + 3.336, 1600, 5.358, 1724, 4.252, 1936, 4.961, - 6101, + 6098, 10.649, - 6102, + 6099, 8.956 ] ], @@ -57735,7 +57703,7 @@ 59, 0.841, 67, - 4.667, + 4.666, 99, 0.827, 121, @@ -57762,10 +57730,10 @@ 7.993, 3247, 6.803, - 5019, + 5016, 7.993, - 5715, - 7.601 + 5712, + 7.6 ] ], [ @@ -57812,7 +57780,7 @@ 90, 2.616, 92, - 3.317, + 3.316, 95, 5.327, 97, @@ -57844,7 +57812,7 @@ 244, 3.169, 256, - 1.857, + 1.866, 290, 3.948, 297, @@ -57856,7 +57824,7 @@ 442, 3.702, 454, - 4.04, + 4.039, 573, 3.101, 1107, @@ -57876,26 +57844,26 @@ 2260, 6.037, 3059, - 5.864, + 5.863, 3474, - 5.71, - 4837, + 5.709, + 4834, 7.092, + 6100, + 10.145, + 6101, + 8.265, + 6102, + 8.265, 6103, - 10.146, + 7.558, 6104, 8.265, 6105, 8.265, 6106, - 7.558, - 6107, - 8.265, - 6108, 8.265, - 6109, - 8.265, - 6110, + 6107, 8.265 ] ], @@ -57973,11 +57941,11 @@ 5.811, 2182, 4.477, - 6111, + 6108, 10.489, - 6112, + 6109, 8.731, - 6113, + 6110, 8.731 ] ], @@ -58016,7 +57984,7 @@ 185, 4.273, 216, - 4.246, + 4.245, 218, 6.45, 219, @@ -58026,11 +57994,11 @@ 297, 6.45, 298, - 5.746, + 5.745, 328, 5.44, 333, - 2.571, + 2.585, 374, 5.863, 573, @@ -58040,16 +58008,16 @@ 581, 4.901, 601, - 3.294, + 3.317, 602, 3.677, 2186, 10.142, 2399, 6.859, - 5923, + 5920, 6.45, - 6114, + 6111, 7.419 ] ], @@ -58092,9 +58060,9 @@ 38, 0.876, 39, - 2.27, + 2.269, 47, - 4.416, + 4.415, 57, 1.376, 58, @@ -58104,7 +58072,7 @@ 67, 4.939, 70, - 3.324, + 3.323, 72, 2.626, 77, @@ -58128,7 +58096,7 @@ 110, 3.118, 122, - 3.07, + 3.069, 126, 1.566, 132, @@ -58166,17 +58134,17 @@ 361, 4.434, 365, - 6.174, + 6.173, 366, - 6.174, + 6.173, 370, 5.953, 383, - 5.199, + 5.198, 390, - 3.324, + 3.323, 425, - 4.501, + 4.5, 428, 4.721, 450, @@ -58188,11 +58156,11 @@ 898, 2.802, 923, - 3.867, + 3.866, 928, 6.81, 931, - 2.161, + 2.16, 1323, 4.118, 1341, @@ -58211,19 +58179,19 @@ 5.598, 4180, 5.953, - 5161, + 5158, 8.412, - 6115, + 6112, 7.891, - 6116, + 6113, 7.891, - 6117, + 6114, 7.891, - 6118, + 6115, 7.891, - 6119, + 6116, 7.891, - 6120, + 6117, 7.891 ] ], @@ -58246,7 +58214,7 @@ 20, 1.35, 36, - 1.652, + 1.651, 38, 1.22, 39, @@ -58262,7 +58230,7 @@ 69, 3.892, 74, - 5.234, + 5.233, 79, 0.704, 90, @@ -58300,13 +58268,13 @@ 371, 4.351, 459, - 3.854, + 3.853, 522, 4.103, 675, 3.176, 785, - 6.267, + 6.266, 898, 2.94, 931, @@ -58316,7 +58284,7 @@ 1000, 5.875, 1007, - 2.902, + 2.901, 1077, 7.573, 1188, @@ -58339,11 +58307,11 @@ 5.582, 3988, 5.582, - 4832, + 4829, 5.582, - 6121, + 6118, 7.573, - 6122, + 6119, 7.573 ] ], @@ -58411,7 +58379,7 @@ 79, 0.892, 86, - 2.434, + 2.433, 99, 1.014, 100, @@ -58435,7 +58403,7 @@ 149, 2.853, 150, - 1.898, + 1.897, 153, 2.165, 165, @@ -58451,17 +58419,17 @@ 203, 4.04, 207, - 2.495, + 2.494, 251, - 4.398, + 4.397, 307, 4.341, 330, 3.525, 332, - 2.495, + 2.494, 333, - 2.699, + 2.714, 368, 2.131, 392, @@ -58469,11 +58437,11 @@ 454, 2.984, 467, - 4.938, + 4.937, 489, 4.441, 509, - 3.89, + 3.889, 522, 3.713, 553, @@ -58481,35 +58449,35 @@ 600, 3.595, 620, - 3.89, + 3.889, 723, 4.563, 785, - 4.275, + 4.274, 856, 3.007, 931, 2.875, 1093, - 4.411, + 4.41, 1098, - 4.647, + 4.646, 1099, 5.052, 1121, - 6.593, + 6.592, 1133, 3.938, 1155, 3.633, 1188, - 3.673, + 3.672, 1286, 5.317, 1296, 2.792, 1423, - 6.854, + 6.853, 1463, 4.563, 1725, @@ -58521,13 +58489,13 @@ 1847, 5.474, 2013, - 5.178, + 5.177, 2156, 4.563, 2409, - 6.116, + 6.115, 2494, - 5.864, + 5.863, 2554, 4.484, 2630, @@ -58535,31 +58503,31 @@ 2775, 4.04, 2876, - 6.593, + 6.592, 4152, 6.431, 4430, 5.474, - 5174, + 5171, 8.189, - 5993, - 5.864, + 5990, + 5.863, + 6120, + 7.495, + 6121, + 7.495, + 6122, + 7.495, 6123, 7.495, 6124, - 7.495, + 5.177, 6125, 7.495, 6126, - 7.495, + 6.115, 6127, - 5.178, - 6128, - 7.495, - 6129, - 6.116, - 6130, - 6.116 + 6.115 ] ], [ @@ -58660,7 +58628,7 @@ 535, 6.555, 536, - 5.913, + 5.912, 553, 3.208, 636, @@ -58676,12 +58644,12 @@ 1382, 4.972, 1599, - 5.672, + 5.671, 1628, 4.417, 4445, 7.323, - 6131, + 6128, 8.975 ] ], @@ -58730,7 +58698,7 @@ 330, 2.97, 333, - 2.634, + 2.649, 347, 6.006, 368, @@ -58747,8 +58715,8 @@ 4.927, 1908, 4.927, - 6132, - 9.967 + 6129, + 9.966 ] ], [ @@ -58786,11 +58754,11 @@ 169, 1.38, 172, - 4.043, + 4.042, 211, - 4.154, + 4.153, 263, - 3.251, + 3.25, 269, 2.104, 918, @@ -58798,7 +58766,7 @@ 1253, 5.211, 1295, - 3.48, + 3.479, 1871, 4.495, 1908, @@ -58811,13 +58779,13 @@ 5.749, 3366, 6.579, - 4844, + 4841, 7.957, - 4845, + 4842, 7.957, - 4849, - 6.996, - 6133, + 4846, + 6.995, + 6130, 9.273 ] ], @@ -58844,7 +58812,7 @@ 169, 1.421, 229, - 1.751, + 1.75, 281, 5.92, 368, @@ -58865,9 +58833,9 @@ 5.446, 4091, 8.193, - 6134, + 6131, 8.732, - 6135, + 6132, 8.193 ] ], @@ -58892,7 +58860,7 @@ 46, 1.381, 62, - 3.202, + 3.222, 629, 3.53, 715, @@ -58948,7 +58916,7 @@ 60, 1.933, 75, - 3.056, + 3.055, 79, 0.947, 86, @@ -58958,7 +58926,7 @@ 92, 3.646, 97, - 2.009, + 2.008, 99, 1.061, 100, @@ -58966,7 +58934,7 @@ 102, 1.777, 103, - 1.6, + 1.599, 106, 1.244, 107, @@ -58978,11 +58946,11 @@ 124, 3.028, 131, - 5.241, + 5.24, 132, 2.387, 142, - 2.066, + 2.065, 144, 3.65, 169, @@ -58990,7 +58958,7 @@ 172, 3.028, 182, - 3.697, + 3.696, 194, 1.268, 202, @@ -59010,13 +58978,13 @@ 260, 2.341, 306, - 3.056, + 3.055, 320, 5.437, 344, 4.229, 368, - 1.976, + 1.975, 387, 2.45, 452, @@ -59024,11 +58992,11 @@ 454, 2.766, 457, - 3.596, + 3.595, 473, - 3.056, + 3.055, 522, - 3.442, + 3.441, 523, 3.605, 573, @@ -59036,7 +59004,7 @@ 600, 3.332, 602, - 2.81, + 2.809, 605, 3.962, 743, @@ -59046,27 +59014,27 @@ 859, 3.48, 897, - 4.48, + 4.479, 903, 3.745, 917, 3.141, 935, - 3.442, + 3.441, 990, - 7.676, + 7.675, 992, 6.637, 1016, 4.39, 1105, - 4.577, + 4.576, 1107, - 3.442, + 3.441, 1108, - 5.669, + 5.668, 1110, - 5.669, + 5.668, 1121, 4.799, 1139, @@ -59076,41 +59044,41 @@ 1150, 3.904, 1172, - 3.521, + 3.52, 1180, - 3.796, + 3.795, 1181, 5.961, 1214, - 4.929, + 4.928, 1217, - 5.241, + 5.24, 1219, 5.532, 1220, 4.307, 1221, - 3.442, + 3.441, 1225, - 7.185, + 7.184, 1226, 5.183, 1234, - 5.669, + 5.668, 1332, - 2.81, + 2.809, 1463, 4.229, 1557, - 4.157, + 4.156, 1584, 3.904, 1629, - 3.112, + 3.111, 1650, - 4.157, + 4.156, 1857, - 5.241, + 5.24, 1931, 3.745, 2070, @@ -59134,37 +59102,37 @@ 3924, 5.074, 4464, - 4.929, + 4.928, 4487, 5.961, 4541, - 7.798, - 5174, + 7.797, + 5171, 5.961, - 5425, - 4.48, - 5912, - 6.353, - 6043, + 5422, + 4.479, + 5909, + 6.352, + 6040, 5.074, - 6136, + 6133, 9.087, + 6134, + 6.352, + 6135, + 6.947, + 6136, + 6.947, 6137, - 6.353, + 5.668, 6138, 6.947, 6139, 6.947, 6140, - 5.669, - 6141, - 6.947, - 6142, - 6.947, - 6143, 7.415, - 6144, - 4.929 + 6141, + 4.928 ] ], [ @@ -59180,7 +59148,7 @@ 7, 1.448, 10, - 1.827, + 1.826, 11, 3.061, 18, @@ -59210,7 +59178,7 @@ 196, 2.922, 199, - 3.62, + 3.619, 201, 1.898, 234, @@ -59277,11 +59245,11 @@ 4.819, 4405, 7.25, - 5139, + 5136, 7.25, - 5483, + 5480, 7.726, - 6145, + 6142, 8.449 ] ], @@ -59328,7 +59296,7 @@ 38, 1.12, 39, - 1.728, + 1.727, 46, 1.559, 57, @@ -59368,7 +59336,7 @@ 229, 1.5, 232, - 6.644, + 6.643, 234, 6.234, 240, @@ -59398,27 +59366,27 @@ 859, 4.1, 880, - 3.968, + 3.967, 897, - 5.278, + 5.277, 913, 5.172, 935, - 4.055, + 4.054, 990, - 6.644, + 6.643, 993, 4.599, 1093, 4.816, 1107, - 4.055, + 4.054, 1108, 6.678, 1150, 4.599, 1221, - 4.055, + 4.054, 1226, 4.668, 1655, @@ -59437,25 +59405,25 @@ 5.806, 4487, 7.023, - 6137, + 6134, 7.484, + 6140, + 8.228, + 6141, + 5.806, 6143, - 8.229, + 9.995, 6144, - 5.806, + 8.184, + 6145, + 8.184, 6146, - 9.995, + 7.484, 6147, - 8.185, + 8.184, 6148, - 8.185, - 6149, - 7.484, - 6150, - 8.185, - 6151, 7.484, - 6152, + 6149, 5.978 ] ], @@ -59490,7 +59458,7 @@ 75, 3.539, 77, - 1.667, + 1.666, 79, 0.945, 86, @@ -59524,13 +59492,13 @@ 232, 3.821, 234, - 5.27, + 5.269, 240, 2.981, 244, 2.224, 250, - 3.109, + 3.108, 251, 4.598, 303, @@ -59548,7 +59516,7 @@ 371, 4.854, 407, - 3.666, + 3.665, 457, 2.857, 466, @@ -59556,25 +59524,25 @@ 496, 2.699, 507, - 4.376, + 4.375, 509, 4.176, 522, - 2.874, + 2.873, 523, 4.176, 555, - 2.506, + 2.505, 580, - 3.666, + 3.665, 590, - 3.334, + 3.333, 601, - 2.102, + 2.116, 603, 2.423, 604, - 2.94, + 2.939, 620, 3.01, 691, @@ -59586,17 +59554,17 @@ 897, 3.74, 935, - 2.874, + 2.873, 942, - 4.376, + 4.375, 979, 3.638, 992, 8.283, 1016, - 3.666, + 3.665, 1107, - 2.874, + 2.873, 1108, 7.539, 1110, @@ -59608,21 +59576,21 @@ 1172, 4.078, 1175, - 8.143, + 8.142, 1176, - 3.91, + 3.909, 1203, - 6.905, + 6.904, 1217, 6.07, 1219, 4.899, 1220, - 4.989, + 4.988, 1224, 2.782, 1225, - 8.046, + 8.045, 1226, 4.589, 1234, @@ -59630,13 +59598,13 @@ 1238, 7.358, 1244, - 8.143, + 8.142, 1257, 3.596, 1258, 3.821, 1428, - 4.397, + 4.396, 1441, 5.877, 1485, @@ -59644,7 +59612,7 @@ 1672, 5.651, 1791, - 6.905, + 6.904, 1793, 5.189, 1882, @@ -59660,7 +59628,7 @@ 2317, 5.877, 2821, - 6.749, + 6.748, 2879, 4.733, 2954, @@ -59668,39 +59636,39 @@ 3781, 4.977, 3850, - 4.376, + 4.375, 4552, 8.201, 4585, 8.851, - 5535, + 5532, 4.733, - 6043, + 6040, 5.877, - 6140, - 8.143, - 6153, - 5.801, - 6154, + 6137, + 8.142, + 6150, + 5.8, + 6151, 8.047, - 6155, + 6152, 8.047, - 6156, + 6153, 8.047, - 6157, + 6154, 5.304, - 6158, + 6155, 6.07, - 6159, + 6156, 5.304, - 6160, - 5.801, - 6161, + 6157, + 5.8, + 6158, 8.047, - 6162, + 6159, 4.977, - 6163, - 5.801 + 6160, + 5.8 ] ], [ @@ -59714,7 +59682,7 @@ "data/examples/sprite/tint", [ 7, - 1.299, + 1.298, 18, 1.101, 20, @@ -59736,7 +59704,7 @@ 99, 0.989, 101, - 4.138, + 4.137, 102, 2.183, 106, @@ -59746,7 +59714,7 @@ 113, 1.71, 122, - 2.658, + 2.657, 139, 4.943, 177, @@ -59768,7 +59736,7 @@ 556, 4.252, 573, - 3.203, + 3.202, 675, 3.273, 689, @@ -59784,17 +59752,17 @@ 981, 5.196, 1079, - 4.138, + 4.137, 1228, 7.335, 1693, 5.753, 1862, - 6.965, + 6.964, 1879, 4.325, 1925, - 6.965, + 6.964, 2232, 7.324, 2383, @@ -59809,7 +59777,7 @@ 6.439, 4499, 7.805, - 6164, + 6161, 8.535 ] ], @@ -59852,27 +59820,27 @@ 169, 1.283, 194, - 2.17, + 2.169, 211, 3.862, 213, - 5.561, + 5.56, 215, 5.216, 216, 4.113, 256, - 1.938, + 1.947, 268, 1.761, 333, - 2.439, + 2.452, 358, - 3.974, + 3.973, 534, 4.053, 601, - 4.052, + 4.08, 675, 3.307, 931, @@ -59892,14 +59860,14 @@ 1908, 3.898, 3059, - 6.118, - 5619, + 6.117, + 5616, 8.933, - 6165, + 6162, 7.399, - 6166, + 6163, 9.596, - 6167, + 6164, 8.623 ] ], @@ -59949,12 +59917,12 @@ 4.554, 3087, 6.185, - 6143, + 6140, 7.827, - 6168, + 6165, 8.231, - 6169, - 9.593 + 6166, + 9.592 ] ], [ @@ -60019,7 +59987,7 @@ 5.457, 3400, 6.773, - 5619, + 5616, 7.957 ] ], @@ -60042,7 +60010,7 @@ 20, 1.146, 23, - 4.707, + 4.706, 46, 1.23, 47, @@ -60068,11 +60036,11 @@ 169, 1.283, 194, - 1.574, + 1.573, 216, 3.407, 237, - 3.974, + 3.973, 353, 3.433, 582, @@ -60094,30 +60062,30 @@ 1107, 4.272, 1628, - 4.926, + 4.925, 1637, 6.713, 1724, 4.094, 2082, - 6.118, + 6.117, 2182, - 4.422, + 4.421, 2506, 6.454, 3021, 5.346, - 5223, + 5220, 7.036, - 5714, + 5711, 7.036, - 6170, + 6167, 8.623, - 6171, + 6168, 7.036, - 6172, + 6169, 7.885, - 6173, + 6170, 8.623 ] ], @@ -60166,7 +60134,7 @@ 194, 1.812, 216, - 3.154, + 3.153, 229, 1.463, 235, @@ -60176,19 +60144,19 @@ 353, 3.178, 581, - 4.303, + 4.302, 582, - 6.045, + 6.044, 681, 5.296, 723, - 6.045, + 6.044, 728, 4.865, 751, 3.228, 795, - 5.147, + 5.146, 801, 3.911, 856, @@ -60196,11 +60164,11 @@ 917, 3.608, 975, - 3.829, + 3.828, 1007, 2.796, 1025, - 3.154, + 3.153, 1107, 3.954, 1134, @@ -60230,18 +60198,18 @@ 3021, 4.948, 3946, - 7.299, - 5223, - 6.513, - 5714, - 6.513, + 7.298, + 5220, + 6.512, + 5711, + 6.512, + 6168, + 6.512, + 6169, + 7.298, 6171, - 6.513, - 6172, - 7.299, - 6174, 10.808, - 6175, + 6172, 7.981 ] ], @@ -60262,7 +60230,7 @@ 18, 1.121, 20, - 1.11, + 1.109, 46, 1.456, 57, @@ -60282,7 +60250,7 @@ 106, 1.975, 120, - 4.995, + 4.994, 150, 2.584, 169, @@ -60290,7 +60258,7 @@ 194, 2.096, 243, - 4.136, + 4.135, 258, 7.264, 353, @@ -60318,7 +60286,7 @@ 1025, 3.298, 1107, - 4.136, + 4.135, 1588, 4.09, 1602, @@ -60336,14 +60304,14 @@ 3087, 5.383, 3651, - 6.812, - 4722, + 6.811, + 4719, 7.163, - 5966, - 7.634, - 6176, + 5963, + 7.633, + 6173, 11.026, - 6177, + 6174, 11.487 ] ], @@ -60372,7 +60340,7 @@ 77, 1.973, 96, - 3.02, + 3.019, 106, 2.089, 107, @@ -60389,13 +60357,13 @@ 5.7, 2524, 6.143, - 5076, + 5073, 7.453, - 6178, + 6175, 9.527, - 6179, + 6176, 9.527, - 6180, + 6177, 8.175 ] ], @@ -60478,33 +60446,33 @@ 1002, 3.924, 1007, - 3.774, + 3.773, 1107, 3.924, 1114, - 5.108, + 5.107, 1193, 4.739, 1219, 6.016, 1257, - 4.911, + 4.91, 1319, - 6.797, + 6.796, 1584, - 6.053, + 6.052, 1724, - 3.761, + 3.76, 1814, 3.548, 1910, - 6.797, + 6.796, 2089, 4.451, 2310, 8.644, 2316, - 7.218, + 7.217, 2507, 4.739, 2509, @@ -60513,14 +60481,14 @@ 4.388, 4264, 6.197, - 6181, + 6178, 7.921, - 6182, + 6179, 7.921, - 6183, + 6180, 7.921, - 6184, - 6.797 + 6181, + 6.796 ] ], [ @@ -60554,7 +60522,7 @@ 67, 3.931, 72, - 2.612, + 2.611, 77, 1.625, 79, @@ -60562,7 +60530,7 @@ 96, 3.742, 97, - 2.269, + 2.268, 99, 0.998, 100, @@ -60578,7 +60546,7 @@ 146, 3.845, 150, - 1.987, + 1.986, 169, 1.167, 194, @@ -60590,7 +60558,7 @@ 257, 3.1, 260, - 2.645, + 2.644, 269, 1.78, 273, @@ -60632,19 +60600,19 @@ 1101, 4.617, 1114, - 5.06, + 5.059, 1141, 4.777, 1219, 4.777, 1257, - 4.865, + 4.864, 1264, 5.169, 1532, - 5.06, + 5.059, 1544, - 4.865, + 4.864, 1628, 4.795, 1684, @@ -60658,7 +60626,7 @@ 2173, 4.617, 2310, - 8.21, + 8.209, 2316, 7.175, 2359, @@ -60666,17 +60634,17 @@ 2509, 6.417, 2524, - 6.335, + 6.334, 3378, - 8.43, + 8.429, 4264, - 7.686, - 6171, - 6.403, - 6184, + 7.685, + 6168, + 6.402, + 6181, 6.733, - 6185, - 7.847 + 6182, + 7.846 ] ], [ @@ -60764,11 +60732,11 @@ 107, 1.588, 120, - 4.995, + 4.994, 125, 2.539, 148, - 1.713, + 1.712, 169, 1.242, 194, @@ -60780,7 +60748,7 @@ 271, 4.28, 273, - 2.061, + 2.06, 290, 3.249, 429, @@ -60788,7 +60756,7 @@ 561, 3.235, 594, - 3.847, + 3.846, 637, 6.582, 717, @@ -60800,7 +60768,7 @@ 979, 3.774, 1107, - 4.136, + 4.135, 1133, 6.526, 1621, @@ -60812,13 +60780,13 @@ 1908, 3.774, 1973, - 4.995, + 4.994, 2646, 6.531, 3482, 6.097, - 6166, - 9.857 + 6163, + 9.856 ] ], [ @@ -60844,7 +60812,7 @@ 23, 2.83, 30, - 3.634, + 3.66, 36, 1.691, 38, @@ -60858,7 +60826,7 @@ 59, 1.078, 73, - 5.569, + 5.568, 74, 3.956, 77, @@ -60910,17 +60878,17 @@ 229, 1.763, 241, - 1.341, + 1.34, 243, - 4.201, + 4.2, 244, 2.401, 250, - 3.276, + 3.275, 251, 4.748, 256, - 1.407, + 1.414, 266, 4.267, 269, @@ -60942,7 +60910,7 @@ 521, 2.179, 573, - 3.182, + 3.181, 587, 4.22, 620, @@ -60952,7 +60920,7 @@ 717, 3.684, 723, - 3.812, + 3.811, 765, 2.193, 772, @@ -60998,17 +60966,17 @@ 1628, 2.594, 1661, - 3.137, + 3.136, 1675, 3.375, 1687, 3.881, 1773, - 4.125, + 4.124, 1841, 3.626, 1902, - 4.125, + 4.124, 2134, 5.725, 2160, @@ -61016,7 +60984,7 @@ 2228, 4.898, 2643, - 6.397, + 6.396, 3236, 4.898, 3780, @@ -61025,48 +60993,48 @@ 6.015, 4299, 5.372, - 4726, + 4723, 5.372, - 5261, + 5258, 5.372, - 5421, + 5418, 5.725, - 5982, + 5979, 5.372, - 5993, + 5990, 4.898, - 6129, - 5.109, - 6130, - 5.109, + 6126, + 5.108, + 6127, + 5.108, + 6183, + 6.26, + 6184, + 6.26, + 6185, + 5.372, 6186, - 6.261, + 6.26, 6187, - 6.261, + 6.26, 6188, - 5.372, + 6.26, 6189, - 6.261, + 9.615, 6190, - 6.261, + 8.792, 6191, - 6.261, + 5.725, 6192, - 9.615, + 5.725, 6193, - 8.792, + 8.479, 6194, - 5.725, + 6.26, 6195, - 5.725, + 6.26, 6196, - 8.479, - 6197, - 6.261, - 6198, - 6.261, - 6199, - 6.261 + 6.26 ] ], [ @@ -61119,7 +61087,7 @@ 5.421, 3458, 8.692, - 6200, + 6197, 9.505 ] ], @@ -61142,17 +61110,17 @@ 38, 1.163, 39, - 2.008, + 2.007, 57, 1.217, 59, 0.673, 62, - 2.466, + 2.481, 67, 3.735, 69, - 3.504, + 3.503, 72, 3.486, 79, @@ -61182,7 +61150,7 @@ 182, 3.967, 194, - 1.736, + 1.735, 201, 1.675, 202, @@ -61212,7 +61180,7 @@ 979, 4.735, 991, - 4.539, + 4.538, 1003, 5.445, 1006, @@ -61238,7 +61206,7 @@ 1814, 4.26, 1889, - 4.539, + 4.538, 1890, 5.508, 1910, @@ -61248,14 +61216,14 @@ 2316, 7.65, 2509, - 5.691, + 5.69, 2814, 6.397, 4264, 7.441, - 6184, + 6181, 8.161, - 6201, + 6198, 7.455 ] ], @@ -61330,7 +61298,7 @@ 290, 4.229, 308, - 5.231, + 5.23, 314, 4.996, 357, @@ -61338,13 +61306,13 @@ 387, 2.526, 511, - 3.811, + 3.81, 594, 3.3, 603, 2.991, 648, - 3.472, + 3.471, 751, 2.896, 792, @@ -61352,7 +61320,7 @@ 795, 4.618, 858, - 5.546, + 5.545, 885, 4.36, 915, @@ -61362,13 +61330,13 @@ 962, 4.83, 963, - 3.913, + 3.912, 978, - 2.83, + 2.829, 979, 4.913, 1002, - 4.592, + 4.591, 1007, 3.247, 1107, @@ -61390,32 +61358,32 @@ 2261, 4.024, 2837, - 4.526, + 4.525, 3839, 6.145, 3856, - 5.603, + 5.602, 4599, 6.992, - 5338, + 5335, 7.563, - 6202, + 6199, 5.843, - 6203, + 6200, 7.251, + 6201, + 6.548, + 6202, + 7.161, + 6203, + 6.145, 6204, - 6.549, + 6.548, 6205, 7.161, 6206, - 6.145, + 6.548, 6207, - 6.549, - 6208, - 7.161, - 6209, - 6.549, - 6210, 7.161 ] ], @@ -61470,7 +61438,7 @@ 858, 6.284, 931, - 2.876, + 2.875, 962, 4.112, 976, @@ -61480,7 +61448,7 @@ 1007, 3.065, 1107, - 4.335, + 4.334, 1658, 6.207, 1724, @@ -61489,12 +61457,12 @@ 5.529, 4476, 8.001, - 6166, + 6163, 9.656, - 6203, + 6200, 9.131, - 6211, - 8.75 + 6208, + 8.749 ] ], [ @@ -61522,7 +61490,7 @@ 72, 3.474, 75, - 3.256, + 3.255, 79, 1.017, 90, @@ -61562,7 +61530,7 @@ 290, 4.282, 308, - 5.407, + 5.406, 314, 5.104, 330, @@ -61570,7 +61538,7 @@ 392, 2.593, 511, - 3.939, + 3.938, 581, 3.99, 594, @@ -61580,7 +61548,7 @@ 648, 3.588, 751, - 2.994, + 2.993, 858, 6.804, 885, @@ -61614,7 +61582,7 @@ 1890, 5.483, 2261, - 4.16, + 4.159, 2285, 5.791, 2298, @@ -61622,17 +61590,17 @@ 2738, 4.773, 2837, - 4.678, + 4.677, 4599, 7.142, - 5147, - 6.352, - 6202, + 5144, + 6.351, + 6199, 6.04, - 6203, + 6200, 8.608, - 6212, - 6.769 + 6209, + 6.768 ] ], [ @@ -61702,13 +61670,13 @@ 978, 4.048, 979, - 4.632, + 4.631, 1002, 4.16, 1007, 2.942, 1072, - 6.853, + 6.852, 1107, 4.16, 1187, @@ -61721,15 +61689,15 @@ 4.864, 1928, 6.205, - 6132, + 6129, 10.109, - 6168, + 6165, 7.206, - 6206, + 6203, 7.206, - 6213, - 7.68, - 6214, + 6210, + 7.679, + 6211, 8.398 ] ], @@ -61776,7 +61744,7 @@ 108, 2.066, 116, - 2.736, + 2.735, 146, 4.487, 169, @@ -61802,7 +61770,7 @@ 251, 3.239, 266, - 3.12, + 3.119, 290, 4.199, 308, @@ -61834,7 +61802,7 @@ 931, 2.789, 962, - 4.787, + 4.786, 963, 3.84, 978, @@ -61848,11 +61816,11 @@ 1107, 3.482, 1121, - 4.856, + 4.855, 1175, 5.735, 1224, - 3.372, + 3.371, 1273, 4.136, 1724, @@ -61866,7 +61834,7 @@ 2285, 5.499, 2297, - 5.905, + 5.904, 2298, 5.302, 2837, @@ -61878,28 +61846,28 @@ 4242, 6.496, 4599, - 6.908, - 5118, - 6.428, - 5338, + 6.907, + 5115, + 6.427, + 5335, 7.472, - 6202, + 6199, 5.735, - 6203, + 6200, 7.164, + 6201, + 6.427, + 6203, + 6.031, 6204, - 6.428, + 6.427, 6206, - 6.031, - 6207, - 6.428, - 6209, - 6.428, - 6215, + 6.427, + 6212, 7.029, - 6216, + 6213, 7.029, - 6217, + 6214, 7.029 ] ], @@ -61926,7 +61894,7 @@ 59, 0.853, 72, - 3.469, + 3.468, 75, 3.244, 79, @@ -61942,7 +61910,7 @@ 108, 2.168, 116, - 2.871, + 2.87, 146, 4.629, 169, @@ -61954,7 +61922,7 @@ 195, 4.272, 199, - 4.465, + 4.464, 202, 3.384, 209, @@ -61962,9 +61930,9 @@ 237, 4.802, 240, - 2.098, + 2.097, 269, - 1.674, + 1.673, 290, 4.277, 308, @@ -61982,13 +61950,13 @@ 603, 3.081, 648, - 3.576, + 3.575, 751, 2.983, 858, 6.575, 885, - 4.491, + 4.49, 931, 2.853, 962, @@ -62014,9 +61982,9 @@ 2261, 4.145, 2284, - 6.019, + 6.018, 2285, - 7.391, + 7.39, 2298, 7.126, 2738, @@ -62025,15 +61993,15 @@ 4.661, 4599, 7.126, - 6202, - 6.019, - 6203, + 6199, + 6.018, + 6200, 8.597, - 6212, + 6209, 6.745, - 6218, + 6215, 7.376, - 6219, + 6216, 6.745 ] ], @@ -62068,7 +62036,7 @@ 72, 3.109, 77, - 1.935, + 1.934, 79, 1.023, 83, @@ -62080,7 +62048,7 @@ 96, 3.581, 97, - 2.096, + 2.095, 99, 1.003, 100, @@ -62094,7 +62062,7 @@ 113, 1.872, 146, - 3.552, + 3.551, 148, 1.487, 158, @@ -62104,7 +62072,7 @@ 175, 3.16, 194, - 1.705, + 1.704, 195, 4.198, 202, @@ -62120,9 +62088,9 @@ 250, 2.8, 256, - 2.099, + 2.109, 263, - 3.091, + 3.09, 295, 3.34, 300, @@ -62138,19 +62106,19 @@ 457, 2.573, 513, - 4.848, + 4.847, 521, 2.523, 555, 2.257, 603, - 3.028, + 3.027, 735, 3.477, 773, 2.626, 931, - 2.558, + 2.557, 962, 5.31, 963, @@ -62186,24 +62154,24 @@ 2738, 6.023, 3021, - 4.494, + 4.493, 3046, - 5.671, + 5.67, 3059, 5.142, 3506, - 8.434, + 8.433, 3507, 8.015, 4318, 9.926, 4319, - 6.22, + 6.219, 4599, - 8.236, - 5275, + 8.235, + 5272, 6.628, - 6220, + 6217, 7.622 ] ], @@ -62292,12 +62260,12 @@ 2681, 9.328, 3988, - 6.251, - 5059, + 6.25, + 5056, 8.48, - 6221, + 6218, 9.273, - 6222, + 6219, 9.273 ] ], @@ -62348,15 +62316,15 @@ 218, 6.367, 219, - 7.022, + 7.021, 256, - 2.017, + 2.026, 333, - 2.538, + 2.552, 504, 4.496, 601, - 3.252, + 3.274, 675, 3.441, 717, @@ -62373,17 +62341,17 @@ 7.788, 3134, 5.37, - 5923, + 5920, 6.367, - 6114, - 8.701, - 6144, - 7.565, - 6223, + 6111, + 8.7, + 6141, + 7.564, + 6220, 8.207, - 6224, + 6221, 8.975, - 6225, + 6222, 7.701 ] ], @@ -62414,7 +62382,7 @@ 59, 0.956, 67, - 4.449, + 4.448, 79, 0.962, 95, @@ -62436,13 +62404,13 @@ 216, 4.475, 256, - 1.995, + 2.005, 333, - 2.511, + 2.525, 504, 5.308, 601, - 3.217, + 3.239, 675, 3.405, 773, @@ -62467,12 +62435,12 @@ 8.645, 3857, 8.12, - 6114, - 7.246, - 6144, + 6111, + 7.245, + 6141, 8.034, - 6225, - 9.092 + 6222, + 9.091 ] ], [ @@ -62530,17 +62498,17 @@ 232, 6.971, 234, - 5.054, + 5.053, 241, 1.897, 256, - 1.991, + 2.001, 333, - 2.506, + 2.52, 504, 5.301, 601, - 3.21, + 3.233, 675, 3.398, 773, @@ -62565,15 +62533,15 @@ 6.932, 3474, 6.121, - 6114, + 6111, 7.23, - 6144, + 6141, 7.507, - 6225, + 6222, 9.08, - 6226, + 6223, 8.861, - 6227, + 6224, 8.861 ] ], @@ -62602,7 +62570,7 @@ 59, 0.846, 62, - 3.102, + 3.121, 77, 1.942, 79, @@ -62639,7 +62607,7 @@ 6.321, 2532, 6.047, - 5195, + 5192, 8.046 ] ], @@ -62763,7 +62731,7 @@ 675, 3.695, 931, - 2.639, + 2.638, 946, 7.039, 979, @@ -62824,8 +62792,8 @@ 4.122, 3776, 7.32, - 5093, - 8.327 + 5090, + 8.326 ] ], [ @@ -62884,7 +62852,7 @@ 99, 0.807, 106, - 1.629, + 1.628, 169, 1.353, 194, @@ -62914,15 +62882,15 @@ 1340, 6.45, 2186, - 7.802, + 7.801, 3805, - 7.802, + 7.801, 3809, 6.128, 3810, 5.99, - 6168, - 7.802 + 6165, + 7.801 ] ], [ @@ -62950,7 +62918,7 @@ 36, 1.655, 39, - 1.752, + 1.751, 46, 1.184, 57, @@ -62972,7 +62940,7 @@ 106, 1.486, 108, - 2.44, + 2.439, 111, 3.466, 113, @@ -62986,13 +62954,13 @@ 196, 2.869, 201, - 1.865, + 1.864, 226, 2.309, 263, 2.481, 333, - 2.876, + 2.892, 471, 2.224, 518, @@ -63006,7 +62974,7 @@ 977, 4.415, 1192, - 5.145, + 5.144, 1193, 4.965, 1223, @@ -63020,7 +62988,7 @@ 1463, 5.052, 1675, - 5.483, + 5.482, 1676, 6.427, 1679, @@ -63043,15 +63011,15 @@ 6.771, 4591, 7.12, - 5269, + 5266, 7.588, - 6228, + 6225, 7.588, - 6229, + 6226, 8.298, - 6230, + 6227, 8.298, - 6231, + 6228, 8.298 ] ], @@ -63122,11 +63090,11 @@ 194, 1.37, 199, - 3.217, + 3.216, 201, 1.687, 203, - 4.048, + 4.047, 212, 3.494, 226, @@ -63150,7 +63118,7 @@ 452, 2.183, 454, - 2.99, + 2.989, 471, 2.013, 541, @@ -63168,7 +63136,7 @@ 793, 3.494, 816, - 7.208, + 7.207, 931, 2.056, 993, @@ -63200,7 +63168,7 @@ 2385, 5.664, 2389, - 4.349, + 4.348, 2710, 6.443, 3486, @@ -63211,29 +63179,29 @@ 6.866, 4592, 8.575, - 5993, + 5990, 5.874, - 6129, - 6.127, - 6130, - 6.127, - 6188, + 6126, + 6.126, + 6127, + 6.126, + 6185, 6.443, + 6229, + 7.508, + 6230, + 9.554, + 6231, + 7.508, 6232, - 7.509, + 7.508, 6233, - 9.555, + 7.508, 6234, - 7.509, + 7.508, 6235, - 7.509, - 6236, - 7.509, - 6237, - 7.509, - 6238, 6.866, - 6239, + 6236, 6.866 ] ], @@ -63252,7 +63220,7 @@ 10, 1.424, 11, - 3.179, + 3.178, 18, 1.112, 20, @@ -63300,7 +63268,7 @@ 118, 4.247, 120, - 3.941, + 3.94, 126, 1.741, 132, @@ -63308,7 +63276,7 @@ 140, 3.035, 156, - 3.876, + 3.875, 158, 1.925, 160, @@ -63332,7 +63300,7 @@ 212, 4.082, 226, - 1.833, + 1.832, 228, 3.695, 229, @@ -63378,23 +63346,23 @@ 686, 3.55, 754, - 3.941, + 3.94, 786, 5.081, 857, 3.756, 915, - 2.526, + 2.525, 960, - 2.978, + 2.977, 1007, - 3.074, + 3.073, 1133, 4.609, 1155, - 3.193, + 3.192, 1188, - 4.299, + 4.298, 1221, 3.263, 1256, @@ -63402,7 +63370,7 @@ 1296, 2.454, 1499, - 3.941, + 3.94, 1502, 4.498, 1675, @@ -63414,7 +63382,7 @@ 1790, 4.672, 1879, - 5.552, + 5.551, 1931, 3.55, 1948, @@ -63422,7 +63390,7 @@ 2060, 4.968, 2118, - 5.153, + 5.152, 2123, 3.756, 2128, @@ -63430,7 +63398,7 @@ 2382, 5.439, 2383, - 6.116, + 6.115, 2384, 4.083, 2385, @@ -63438,46 +63406,46 @@ 2389, 3.814, 2400, - 6.023, + 6.022, 2441, 3.46, 2622, - 5.153, + 5.152, 2667, - 4.811, + 4.81, 2710, 5.651, 3209, - 7.528, + 7.527, 3415, 3.598, 3451, 5.651, 3486, - 4.55, - 4940, + 4.549, + 4937, 5.651, - 4968, - 5.153, - 5993, - 5.153, - 6043, - 4.811, - 6129, + 4965, + 5.152, + 5990, + 5.152, + 6040, + 4.81, + 6126, 5.374, - 6130, + 6127, 5.374, - 6188, + 6185, 5.651, - 6238, - 6.023, - 6239, - 6.023, - 6240, + 6235, + 6.022, + 6236, + 6.022, + 6237, 10.519, - 6241, + 6238, 5.651, - 6242, + 6239, 6.586 ] ], @@ -63528,7 +63496,7 @@ 194, 1.879, 196, - 2.928, + 2.927, 201, 1.902, 212, @@ -63540,17 +63508,17 @@ 250, 3.27, 333, - 2.912, + 2.928, 358, 3.901, 359, - 3.724, + 3.723, 434, 3.939, 471, 2.269, 501, - 6.387, + 6.386, 675, 3.246, 676, @@ -63558,7 +63526,7 @@ 931, 2.819, 993, - 4.758, + 4.757, 1029, 4.104, 1192, @@ -63580,20 +63548,20 @@ 2007, 5.35, 2200, - 6.184, + 6.183, 2383, 5.249, 2686, - 6.387, + 6.386, 3854, - 6.387, + 6.386, 3916, - 7.742, + 7.741, 4591, - 7.265, - 6228, - 7.742, - 6243, + 7.264, + 6225, + 7.741, + 6240, 8.466 ] ], @@ -63640,7 +63608,7 @@ 241, 1.947, 256, - 2.043, + 2.053, 258, 5.99, 290, @@ -63658,18 +63626,18 @@ 1629, 4.072, 2382, - 6.662, + 6.661, 2384, 5.637, 2621, 6.641, 2655, 8.768, - 6244, + 6241, 9.092, - 6245, + 6242, 10.745, - 6246, + 6243, 9.092 ] ], @@ -63690,7 +63658,7 @@ 99, 0.866, 256, - 2.191, + 2.201, 615, 5.187, 1010, @@ -63707,7 +63675,7 @@ 4.999, 4304, 8.915, - 6247, + 6244, 11.191 ] ], @@ -63736,7 +63704,7 @@ 100, 1.792, 229, - 1.751, + 1.75, 313, 3.744, 552, @@ -63753,13 +63721,13 @@ 8.732, 3008, 8.193, - 6248, + 6245, 9.549, - 6249, + 6246, 9.549, - 6250, + 6247, 9.549, - 6251, + 6248, 9.549 ] ], @@ -63786,16 +63754,16 @@ 194, 2.039, 256, - 2.185, + 2.196, 550, 4.526, 939, 5.536, 2952, 6.025, - 6151, - 10.22, - 6252, + 6148, + 10.219, + 6249, 9.726 ] ], @@ -63836,7 +63804,7 @@ 735, 4.549, 786, - 5.493, + 5.492, 931, 2.597, 1133, @@ -63849,9 +63817,9 @@ 8.502, 3490, 8.672, - 6194, + 6191, 8.672, - 6253, + 6250, 8.138 ] ], @@ -63889,11 +63857,11 @@ 3.843, 1953, 8.894, - 6254, + 6251, 9.726, - 6255, + 6252, 7.936, - 6256, + 6253, 8.894 ] ], @@ -63948,11 +63916,11 @@ 735, 4.324, 746, - 6.227, + 6.226, 807, 5.22, 839, - 6.8, + 6.799, 911, 4.993, 915, @@ -63971,20 +63939,20 @@ 5.812, 2888, 8.064, - 5035, + 5032, 7.734, - 6257, + 6254, 10.69, - 6258, - 9.014, - 6259, + 6255, + 9.013, + 6256, 10.69, - 6260, + 6257, 8.242, - 6261, - 9.014, - 6262, - 9.014 + 6258, + 9.013, + 6259, + 9.013 ] ], [ @@ -64008,13 +63976,13 @@ 79, 0.809, 84, - 4.081, + 4.117, 94, 4.433, 97, 3.193, 99, - 0.981, + 0.98, 203, 5.136, 351, @@ -64033,7 +64001,7 @@ 6.759, 4595, 6.978, - 6263, + 6260, 10.664 ] ], @@ -64073,7 +64041,7 @@ 6.719, 3139, 7.337, - 6264, + 6261, 9.726 ] ], @@ -64105,9 +64073,9 @@ 5.686, 4090, 7.171, - 6265, + 6262, 9.818, - 6266, + 6263, 11.236 ] ], @@ -64153,7 +64121,7 @@ 6.332, 1894, 6.334, - 6267, + 6264, 9.615 ] ], @@ -64179,7 +64147,7 @@ 7.222, 2336, 7.979, - 4738, + 4735, 8.484 ] ], @@ -64217,15 +64185,15 @@ 7.9, 3902, 6.118, - 4821, + 4818, 7.9, - 6268, + 6265, 11.146, - 6269, + 6266, 9.681, - 6270, + 6267, 9.681, - 6271, + 6268, 9.681 ] ], @@ -64299,13 +64267,13 @@ 6.294, 2024, 4.119, - 6272, + 6269, 11.449, - 6273, + 6270, 9.112, - 6274, - 7.819, - 6275, + 6271, + 7.818, + 6272, 9.112 ] ], @@ -64333,7 +64301,7 @@ 5.182, 3482, 7.205, - 6276, + 6273, 11.827 ] ], @@ -64361,7 +64329,7 @@ 4.236, 3674, 8.51, - 6277, + 6274, 9.887 ] ], @@ -64382,18 +64350,18 @@ 169, 1.461, 256, - 2.206, + 2.217, 335, 6.468, - 6278, + 6275, 11.236, - 6279, + 6276, 9.818, - 6280, + 6277, 9.818, - 6281, + 6278, 8.978, - 6282, + 6279, 9.818 ] ], @@ -64415,7 +64383,7 @@ 6.56, 2928, 7.064, - 6283, + 6280, 11.327 ] ], @@ -64445,7 +64413,7 @@ 7.699, 2029, 7.188, - 6284, + 6281, 11.815 ] ], @@ -64475,9 +64443,9 @@ 8.957, 3899, 6.602, - 6285, + 6282, 10.261, - 6286, + 6283, 8.957 ] ], @@ -64523,19 +64491,19 @@ 7.703, 4548, 7.122, - 6152, + 6149, 8.023, - 6287, + 6284, 9.441, - 6288, + 6285, 10.985, - 6289, + 6286, 10.985, - 6290, + 6287, 8.633, - 6291, + 6288, 9.441, - 6292, + 6289, 8.633 ] ], @@ -64550,7 +64518,7 @@ "data/assets/defoldinput", [ 42, - 1.723, + 1.722, 59, 0.994, 77, @@ -64570,7 +64538,7 @@ 1007, 3.323, 1097, - 5.88, + 5.879, 1140, 4.37, 1261, @@ -64589,13 +64557,13 @@ 7.738, 4472, 6.927, - 6293, + 6290, 9.484, - 6294, + 6291, 9.484, - 6295, + 6292, 9.484, - 6296, + 6293, 9.484 ] ], @@ -64615,9 +64583,9 @@ 5.958, 988, 8.125, - 6297, + 6294, 11.327, - 6298, + 6295, 9.958 ] ], @@ -64637,11 +64605,11 @@ 2.049, 3197, 9.041, - 6299, + 6296, 9.887, - 6300, + 6297, 11.281, - 6301, + 6298, 11.281 ] ], @@ -64669,11 +64637,11 @@ 7.245, 1263, 7.171, - 6255, + 6252, 8.011, - 6302, + 6299, 11.236, - 6303, + 6300, 9.818 ] ], @@ -64710,12 +64678,12 @@ 891, 3.261, 1590, - 5.753, + 5.752, 2182, 4.93, - 4849, + 4846, 7.253, - 6304, + 6301, 10.704 ] ], @@ -64732,7 +64700,7 @@ 106, 1.763, 256, - 2.211, + 2.222, 291, 5.699, 866, @@ -64747,7 +64715,7 @@ 5.991, 4211, 8.444, - 6305, + 6302, 9.841 ] ], @@ -64793,11 +64761,11 @@ 6.349, 4105, 7.863, - 6306, + 6303, 11.116, - 6307, + 6304, 7.863, - 6308, + 6305, 9.637 ] ], @@ -64829,9 +64797,9 @@ 6.072, 3669, 7.663, - 4938, + 4935, 8.957, - 5053, + 5050, 10.261 ] ], @@ -64855,9 +64823,9 @@ 9.063, 4596, 8.087, - 6152, + 6149, 8.251, - 6309, + 6306, 9.911 ] ], @@ -64878,7 +64846,7 @@ 79, 0.834, 106, - 1.759, + 1.758, 351, 5.095, 567, @@ -64889,7 +64857,7 @@ 4.568, 2088, 7.171, - 6310, + 6307, 11.804 ] ], @@ -64916,13 +64884,13 @@ 132, 3.266, 150, - 2.407, + 2.406, 201, 2.136, 229, 1.743, 231, - 3.567, + 3.566, 995, 6.007, 1067, @@ -64938,16 +64906,16 @@ 2194, 5.505, 3185, - 8.32, + 8.319, 3653, 8.156, - 6311, - 11.029, - 6312, + 6308, + 11.028, + 6309, 9.505, - 6313, + 6310, 9.505, - 6314, + 6311, 9.505 ] ], @@ -64965,9 +64933,9 @@ 3.386, 1884, 4.24, - 6315, + 6312, 11.343, - 6316, + 6313, 9.982 ] ], @@ -64984,7 +64952,7 @@ 18, 0.844, 20, - 1.539, + 1.538, 36, 1.866, 38, @@ -65002,7 +64970,7 @@ 241, 2.003, 256, - 2.455, + 2.467, 273, 2.309, 291, @@ -65010,7 +64978,7 @@ 368, 2.661, 567, - 4.856, + 4.855, 648, 4.536, 982, @@ -65018,16 +64986,16 @@ 1411, 4.681, 1933, - 4.979, + 4.978, 1934, 8.549, 3890, - 6.307, + 6.306, 4496, 8.556, - 5257, + 5254, 8.028, - 6317, + 6314, 11.576 ] ], @@ -65079,15 +65047,15 @@ 8.041, 3777, 8.138, - 4732, + 4729, 8.138, - 6318, + 6315, 9.484, - 6319, + 6316, 9.484, - 6320, + 6317, 8.138, - 6321, + 6318, 9.484 ] ], @@ -65112,7 +65080,7 @@ 91, 3.297, 194, - 1.763, + 1.762, 212, 4.494, 552, @@ -65125,9 +65093,9 @@ 5.428, 2390, 8.101, - 5957, + 5954, 7.557, - 6322, + 6319, 9.659 ] ], @@ -65183,19 +65151,19 @@ 5.955, 4533, 6.608, - 4869, + 4866, 8.518, - 4876, + 4873, 6.803, - 5091, + 5088, 8.518, - 6223, + 6220, 8.518, - 6323, + 6320, 10.899, - 6324, + 6321, 9.315, - 6325, + 6322, 9.315 ] ], @@ -65235,9 +65203,9 @@ 3.177, 2822, 5.921, - 6326, + 6323, 11.176, - 6327, + 6324, 9.726 ] ], @@ -65263,7 +65231,7 @@ 5.832, 1060, 5.569, - 6328, + 6325, 11.297 ] ], @@ -65282,14 +65250,14 @@ 42, 1.796, 104, - 5.011, + 5.01, 216, 3.907, 1066, 3.877, 1067, 3.685, - 6329, + 6326, 11.281 ] ], @@ -65334,7 +65302,7 @@ 210, 3.726, 241, - 1.973, + 1.972, 373, 5.608, 394, @@ -65365,13 +65333,13 @@ 5.608, 1883, 7.517, - 5520, + 5517, 8.424, - 6042, + 6039, 8.424, - 6330, + 6327, 10.829, - 6331, + 6328, 9.212 ] ], @@ -65393,7 +65361,7 @@ 3.222, 2953, 7.783, - 6332, + 6329, 11.827 ] ], @@ -65416,7 +65384,7 @@ 79, 0.836, 652, - 7.584, + 7.583, 676, 4.491, 707, @@ -65425,7 +65393,7 @@ 5.452, 3140, 6.798, - 6333, + 6330, 9.841 ] ], @@ -65461,11 +65429,11 @@ 4.277, 1133, 5.063, - 4957, + 4954, 8.812, - 6334, + 6331, 11.716, - 6335, + 6332, 9.637 ] ], @@ -65484,7 +65452,7 @@ 42, 2.142, 160, - 2.88, + 2.879, 169, 1.457, 710, @@ -65495,9 +65463,9 @@ 7.389, 2786, 7.663, - 6336, + 6333, 11.221, - 6337, + 6334, 9.795 ] ], @@ -65521,7 +65489,7 @@ 3.809, 1094, 7.494, - 6338, + 6335, 11.312 ] ], @@ -65549,7 +65517,7 @@ 7.389, 3726, 9.156, - 6339, + 6336, 9.795 ] ], @@ -65584,7 +65552,7 @@ 646, 4.731, 676, - 4.261, + 4.26, 729, 6.32, 735, @@ -65601,9 +65569,9 @@ 6.896, 4483, 6.623, - 6340, + 6337, 11.921, - 6341, + 6338, 8.537 ] ], @@ -65651,19 +65619,19 @@ 7.703, 4548, 7.122, - 6152, + 6149, 6.896, - 6290, + 6287, 8.633, - 6292, + 6289, 8.633, - 6342, + 6339, 9.441, - 6343, + 6340, 10.985, - 6344, + 6341, 9.441, - 6345, + 6342, 9.441 ] ], @@ -65687,13 +65655,13 @@ 3.859, 1192, 6.975, - 5130, + 5127, 7.424, - 6307, + 6304, 8.03, - 6346, + 6343, 11.251, - 6347, + 6344, 9.841 ] ], @@ -65714,7 +65682,7 @@ 79, 0.836, 1034, - 3.774, + 3.773, 1269, 5.452, 1681, @@ -65723,9 +65691,9 @@ 7.424, 3845, 7.424, - 6348, + 6345, 11.251, - 6349, + 6346, 9.841 ] ], @@ -65762,7 +65730,7 @@ 646, 5.495, 683, - 3.922, + 3.921, 735, 4.429, 740, @@ -65772,7 +65740,7 @@ 915, 3.54, 1055, - 5.266, + 5.265, 1403, 4.383, 1460, @@ -65797,14 +65765,14 @@ 7.533, 4107, 8.442, - 6350, + 6347, 11.512, - 6351, + 6348, 8.442, - 6352, - 9.233, - 6353, - 9.233 + 6349, + 9.232, + 6350, + 9.232 ] ], [ @@ -65838,16 +65806,16 @@ 2275, 7.9, 3071, - 6.526, + 6.525, 3474, 6.688, - 6354, + 6351, 9.681, - 6355, + 6352, 9.681, - 6356, + 6353, 9.681, - 6357, + 6354, 9.681 ] ], @@ -65872,20 +65840,20 @@ 2024, 4.418, 2072, - 6.587, + 6.586, 3312, 7.973, 4150, 7.137, - 6358, + 6355, 9.772, - 6359, + 6356, 7.137, - 6360, + 6357, 11.206, - 6361, + 6358, 9.772, - 6362, + 6359, 9.772 ] ], @@ -65911,9 +65879,9 @@ 4.388, 1188, 4.845, - 6193, + 6190, 9.041, - 6363, + 6360, 11.281 ] ], @@ -65958,11 +65926,11 @@ 2336, 6.451, 3576, - 7.488, + 7.487, 3577, 8.212, - 6364, - 9.571 + 6361, + 9.57 ] ], [ @@ -65985,11 +65953,11 @@ 6.483, 4209, 9.18, - 6365, + 6362, 9.244, - 6366, + 6363, 8.999, - 6367, + 6364, 8.999 ] ], @@ -66020,7 +65988,7 @@ 206, 4.65, 256, - 2.155, + 2.166, 561, 3.04, 567, @@ -66035,14 +66003,14 @@ 7.505, 2952, 5.171, - 6253, + 6250, 8.231, - 6368, - 9.593, - 6369, - 9.593, - 6370, - 9.593 + 6365, + 9.592, + 6366, + 9.592, + 6367, + 9.592 ] ], [ @@ -66059,7 +66027,7 @@ 1.106, 42, 2.057, - 6371, + 6368, 11.871 ] ], @@ -66087,13 +66055,13 @@ 4.503, 2075, 6.705, - 6372, + 6369, 9.772, - 6373, + 6370, 11.206, - 6374, + 6371, 11.206, - 6375, + 6372, 9.772 ] ], @@ -66114,13 +66082,13 @@ 20, 1.073, 30, - 3.779, + 3.807, 36, 1.994, 38, 1.206, 46, - 1.427, + 1.426, 52, 2.222, 57, @@ -66154,7 +66122,7 @@ 207, 2.687, 226, - 2.247, + 2.246, 229, 1.48, 241, @@ -66162,21 +66130,21 @@ 243, 4.0, 245, - 8.16, + 8.159, 256, - 1.814, + 1.823, 257, 3.19, 280, 3.166, 309, - 5.885, + 5.884, 312, 6.928, 442, 3.616, 515, - 5.006, + 5.005, 541, 4.296, 608, @@ -66188,7 +66156,7 @@ 692, 3.029, 717, - 5.885, + 5.884, 915, 3.096, 1010, @@ -66222,12 +66190,12 @@ 4111, 9.265, 4214, - 6.317, - 4801, + 6.316, + 4798, 6.928, - 6376, + 6373, 7.383, - 6377, + 6374, 7.383 ] ], @@ -66249,11 +66217,11 @@ 3.23, 1176, 7.604, - 6378, + 6375, 9.887, - 6379, + 6376, 10.316, - 6380, + 6377, 7.735 ] ], @@ -66280,7 +66248,7 @@ 194, 1.742, 198, - 2.601, + 2.6, 313, 3.744, 642, @@ -66301,11 +66269,11 @@ 6.596, 3160, 8.193, - 4890, + 4887, 8.193, - 6381, + 6378, 8.193, - 6382, + 6379, 8.732 ] ], @@ -66329,7 +66297,7 @@ 6.172, 1067, 3.238, - 6383, + 6380, 9.911 ] ], @@ -66363,15 +66331,15 @@ 4.818, 1655, 5.11, - 6384, + 6381, 11.176, - 6385, + 6382, 9.726, - 6386, + 6383, 9.726, - 6387, + 6384, 9.726, - 6388, + 6385, 9.726 ] ], @@ -66390,7 +66358,7 @@ 38, 1.053, 42, - 1.723, + 1.722, 46, 1.353, 59, @@ -66408,7 +66376,7 @@ 228, 3.994, 256, - 2.475, + 2.487, 345, 4.597, 436, @@ -66425,9 +66393,9 @@ 5.046, 2568, 5.993, - 5094, + 5091, 7.738, - 6389, + 6386, 9.484 ] ], @@ -66455,7 +66423,7 @@ 7.255, 3909, 8.03, - 6390, + 6387, 9.841 ] ], @@ -66481,9 +66449,9 @@ 3.207, 1681, 4.813, - 6391, + 6388, 9.818, - 6392, + 6389, 11.236 ] ], @@ -66518,13 +66486,13 @@ 194, 1.989, 256, - 2.093, + 2.103, 552, 2.769, 647, 5.395, 939, - 4.615, + 4.614, 948, 3.68, 1101, @@ -66551,11 +66519,11 @@ 8.527, 4540, 7.993, - 6393, + 6390, 10.899, - 6394, + 6391, 9.315, - 6395, + 6392, 9.315 ] ], @@ -66613,9 +66581,9 @@ 6.798, 3161, 6.483, - 6365, + 6362, 9.244, - 6396, + 6393, 11.251 ] ], @@ -66648,10 +66616,10 @@ 3161, 6.423, 3727, - 5.833, - 6365, + 5.935, + 6362, 9.209, - 6376, + 6373, 10.233 ] ], @@ -66687,13 +66655,13 @@ 6.334, 1104, 3.346, - 5617, + 5614, 8.792, - 6381, + 6378, 8.25, - 6397, + 6394, 11.705, - 6398, + 6395, 11.102 ] ], @@ -66726,9 +66694,9 @@ 206, 4.485, 230, - 3.221, + 3.22, 256, - 2.079, + 2.089, 513, 4.802, 695, @@ -66750,7 +66718,7 @@ 1681, 3.964, 2014, - 7.94, + 7.939, 2020, 7.93, 2194, @@ -66758,7 +66726,7 @@ 2315, 7.55, 2353, - 5.967, + 5.966, 2514, 5.055, 2533, @@ -66769,9 +66737,9 @@ 8.461, 4109, 7.55, - 6399, + 6396, 9.253, - 6400, + 6397, 9.253 ] ], @@ -66801,9 +66769,9 @@ 5.351, 1067, 3.2, - 6401, + 6398, 11.793, - 6402, + 6399, 9.795 ] ], @@ -66827,11 +66795,11 @@ 6.115, 1269, 5.464, - 6403, + 6400, 11.827, - 6404, + 6401, 9.864, - 6405, + 6402, 8.464 ] ], @@ -66871,9 +66839,9 @@ 3.805, 894, 3.834, - 6406, + 6403, 11.749, - 6407, + 6404, 9.704 ] ], @@ -66907,7 +66875,7 @@ 6.559, 1275, 8.327, - 6408, + 6405, 9.681 ] ], @@ -66928,18 +66896,18 @@ 182, 5.249, 256, - 2.216, + 2.227, 567, 5.119, - 5957, + 5954, 7.717, - 6146, + 6143, 9.02, - 6409, + 6406, 9.864, - 6410, + 6407, 9.864, - 6411, + 6408, 9.864 ] ], @@ -66964,7 +66932,7 @@ 92, 3.664, 99, - 0.957, + 0.956, 106, 1.636, 148, @@ -67010,16 +66978,16 @@ 2308, 6.308, 2329, - 7.836, + 7.835, 2952, 4.923, 4111, 8.79, - 6412, + 6409, 9.132, - 6413, + 6410, 9.132, - 6414, + 6411, 9.132 ] ], @@ -67051,9 +67019,9 @@ 6.346, 4240, 8.444, - 6359, + 6356, 7.188, - 6415, + 6412, 9.841 ] ], @@ -67091,11 +67059,11 @@ 5.62, 3899, 6.541, - 6285, + 6282, 8.873, - 6286, + 6283, 10.744, - 6416, + 6413, 7.918 ] ], @@ -67120,7 +67088,7 @@ 79, 0.808, 84, - 4.072, + 4.107, 94, 4.423, 97, @@ -67132,7 +67100,7 @@ 351, 4.933, 681, - 4.658, + 4.657, 691, 2.908, 695, @@ -67147,7 +67115,7 @@ 9.507, 4595, 6.969, - 6417, + 6414, 9.505 ] ], @@ -67175,7 +67143,7 @@ 4.438, 3161, 6.468, - 6418, + 6415, 10.794 ] ], @@ -67203,7 +67171,7 @@ 3.859, 1067, 3.215, - 6419, + 6416, 11.815 ] ], @@ -67261,7 +67229,7 @@ 8.175, 4264, 7.453, - 5836, + 5833, 10.664 ] ], @@ -67297,11 +67265,11 @@ 3.796, 939, 4.796, - 6420, + 6417, 9.681, - 6421, + 6418, 10.192, - 6422, + 6419, 9.095 ] ], @@ -67333,9 +67301,9 @@ 5.326, 2750, 6.161, - 6423, + 6420, 11.191, - 6424, + 6421, 11.771 ] ], @@ -67375,13 +67343,13 @@ 8.307, 3486, 6.688, - 6425, + 6422, 9.681, - 6426, + 6423, 9.681, - 6427, + 6424, 9.681, - 6428, + 6425, 9.681 ] ], @@ -67402,7 +67370,7 @@ 99, 0.87, 160, - 2.88, + 2.879, 169, 1.457, 231, @@ -67445,9 +67413,9 @@ 5.439, 1465, 3.963, - 6359, + 6356, 7.171, - 6429, + 6426, 9.818 ] ], @@ -67489,7 +67457,7 @@ 6.657, 3899, 6.495, - 6430, + 6427, 11.116 ] ], @@ -67510,7 +67478,7 @@ 59, 0.966, 62, - 2.988, + 3.006, 70, 3.805, 99, @@ -67542,15 +67510,15 @@ 521, 3.144, 547, - 5.316, + 5.315, 555, - 2.813, + 2.812, 629, 2.716, 636, 3.464, 699, - 6.089, + 6.088, 703, 3.542, 834, @@ -67565,13 +67533,13 @@ 5.134, 2006, 4.746, - 4969, + 4966, 6.814, - 6431, + 6428, 10.431, - 6432, + 6429, 8.26, - 6433, + 6430, 9.033 ] ], @@ -67601,13 +67569,13 @@ 7.681, 2591, 6.617, - 6253, + 6250, 8.424, - 6434, + 6431, 9.818, - 6435, + 6432, 9.818, - 6436, + 6433, 9.818 ] ], @@ -67627,9 +67595,9 @@ 5.046, 765, 3.489, - 6437, + 6434, 11.327, - 6438, + 6435, 9.958 ] ], @@ -67693,17 +67661,17 @@ 7.011, 4533, 6.593, - 5533, + 5530, 7.975, - 5957, + 5954, 7.271, - 6439, + 6436, 10.885, - 6440, + 6437, 9.294, - 6441, + 6438, 9.294, - 6442, + 6439, 7.975 ] ], @@ -67723,7 +67691,7 @@ 7.809, 3599, 6.576, - 6443, + 6440, 9.733 ] ], @@ -67751,9 +67719,9 @@ 6.649, 3412, 8.049, - 5168, + 5165, 8.464, - 6444, + 6441, 11.266 ] ], @@ -67794,7 +67762,7 @@ 1067, 3.043, 1131, - 4.615, + 4.614, 1262, 6.803, 1604, @@ -67807,21 +67775,21 @@ 5.312, 2217, 5.671, - 6422, + 6419, 8.893, - 6445, - 10.566, - 6446, + 6442, + 10.565, + 6443, 9.315, - 6447, + 6444, 9.315, - 6448, + 6445, 9.315, - 6449, + 6446, 8.518, - 6450, + 6447, 9.315, - 6451, + 6448, 8.518 ] ], @@ -67861,16 +67829,16 @@ 5.04, 1681, 4.109, - 6452, + 6449, 11.694, - 6453, + 6450, 11.087, - 6454, - 9.593, - 6455, - 9.593, - 6456, - 9.593 + 6451, + 9.592, + 6452, + 9.592, + 6453, + 9.592 ] ], [ @@ -67911,9 +67879,9 @@ 7.006, 4506, 7.505, - 6457, - 9.593, - 6458, + 6454, + 9.592, + 6455, 11.087 ] ], @@ -67936,7 +67904,7 @@ 60, 2.535, 62, - 3.014, + 3.033, 72, 3.033, 73, @@ -67960,13 +67928,13 @@ 226, 2.535, 293, - 7.129, + 7.128, 314, 4.912, 368, 2.591, 411, - 4.729, + 4.728, 565, 6.655, 744, @@ -67989,11 +67957,11 @@ 4.787, 3117, 8.637, - 6459, + 6456, 10.759, - 6460, + 6457, 9.112, - 6461, + 6458, 9.112 ] ], @@ -68019,21 +67987,21 @@ 7.89, 1191, 7.253, - 4880, + 4877, 7.022, - 6380, + 6377, 8.685, - 6462, + 6459, 12.032, - 6463, + 6460, 7.845, - 6464, + 6461, 9.615, - 6465, + 6462, 9.615, - 6466, + 6463, 9.615, - 6467, + 6464, 9.615 ] ], @@ -68065,11 +68033,11 @@ 7.936, 1807, 4.666, - 6468, + 6465, 11.76, - 6469, + 6466, 9.726, - 6470, + 6467, 9.726 ] ], @@ -68107,11 +68075,11 @@ 4.494, 2024, 4.367, - 4913, + 4910, 10.179, - 6471, + 6468, 9.659, - 6472, + 6469, 9.659 ] ], @@ -68146,16 +68114,16 @@ 1681, 4.147, 3809, - 6.526, - 4864, + 6.525, + 4861, 8.141, - 6473, + 6470, 6.175, - 6474, + 6471, 8.307, - 6475, + 6472, 9.681, - 6476, + 6473, 9.681 ] ], @@ -68197,9 +68165,9 @@ 4.347, 2275, 7.845, - 6477, + 6474, 11.705, - 6478, + 6475, 9.615 ] ], @@ -68227,9 +68195,9 @@ 3.701, 1311, 6.361, - 6479, + 6476, 11.266, - 6480, + 6477, 9.864 ] ], @@ -68271,11 +68239,11 @@ 5.086, 1994, 7.071, - 6256, + 6253, 8.853, - 6481, + 6478, 11.146, - 6482, + 6479, 9.681 ] ], @@ -68303,9 +68271,9 @@ 8.464, 2928, 6.998, - 4719, + 4716, 9.02, - 6483, + 6480, 11.266 ] ], @@ -68355,7 +68323,7 @@ 4.219, 2027, 4.752, - 6484, + 6481, 11.087 ] ], @@ -68381,7 +68349,7 @@ 9.168, 4384, 8.622, - 6365, + 6362, 9.235 ] ], @@ -68409,11 +68377,11 @@ 7.137, 2952, 5.268, - 6485, + 6482, 11.782, - 6486, + 6483, 11.782, - 6487, + 6484, 9.772 ] ], @@ -68433,11 +68401,11 @@ 3.245, 1584, 6.357, - 6488, + 6485, 9.934, - 6489, + 6486, 9.934, - 6490, + 6487, 9.934 ] ], @@ -68480,14 +68448,14 @@ 2080, 6.633, 2116, - 5.613, + 5.612, 2219, 8.444, - 6491, + 6488, 9.841, - 6492, + 6489, 9.841, - 6493, + 6490, 9.841 ] ], @@ -68521,9 +68489,9 @@ 8.424, 4586, 8.978, - 6494, + 6491, 9.818, - 6495, + 6492, 9.818 ] ], @@ -68544,20 +68512,20 @@ 577, 3.832, 712, - 6.587, + 6.586, 2142, 6.438, 2143, 6.438, 3161, 6.438, - 6365, + 6362, 9.218, - 6496, + 6493, 10.247, - 6497, + 6494, 9.772, - 6498, + 6495, 8.936 ] ], @@ -68572,7 +68540,7 @@ "data/assets/googleplayinstant", [ 107, - 1.847, + 1.846, 148, 1.991, 169, @@ -68582,7 +68550,7 @@ 198, 2.643, 256, - 2.18, + 2.191, 442, 4.346, 500, @@ -68597,7 +68565,7 @@ 7.32, 3576, 7.592, - 6499, + 6496, 9.704 ] ], @@ -68626,7 +68594,7 @@ 229, 1.763, 256, - 2.16, + 2.171, 313, 3.77, 703, @@ -68635,9 +68603,9 @@ 3.346, 1596, 5.116, - 6500, + 6497, 11.705, - 6501, + 6498, 9.615 ] ], @@ -68677,9 +68645,9 @@ 7.286, 1075, 5.988, - 6422, + 6419, 9.832, - 6445, + 6442, 8.832 ] ], @@ -68712,7 +68680,7 @@ 240, 2.709, 256, - 2.141, + 2.151, 435, 8.712, 555, @@ -68790,7 +68758,7 @@ 677, 4.245, 692, - 3.457, + 3.456, 880, 4.466, 979, @@ -68807,9 +68775,9 @@ 6.364, 3087, 5.94, - 6502, + 6499, 11.87, - 6503, + 6500, 9.212 ] ], @@ -68833,7 +68801,7 @@ 3.886, 1067, 3.238, - 6504, + 6501, 11.849 ] ], @@ -68855,7 +68823,7 @@ 4.05, 3342, 6.159, - 6505, + 6502, 11.86 ] ], @@ -68888,7 +68856,7 @@ 229, 1.743, 256, - 2.136, + 2.146, 648, 4.608, 791, @@ -68900,7 +68868,7 @@ 1171, 8.156, 1188, - 4.658, + 4.657, 1676, 6.007, 1681, @@ -68937,13 +68905,13 @@ 6.981, 2640, 6.981, - 5161, + 5158, 7.699, - 6506, + 6503, 9.841, - 6507, + 6504, 9.841, - 6508, + 6505, 11.251 ] ], @@ -68987,8 +68955,8 @@ 3.04, 935, 5.492, - 6509, - 9.593 + 6506, + 9.592 ] ], [ @@ -69021,11 +68989,11 @@ 5.646, 2266, 9.131, - 6510, + 6507, 9.749, - 6511, + 6508, 9.749, - 6512, + 6509, 9.749 ] ], @@ -69067,7 +69035,7 @@ 4.906, 2088, 7.071, - 6513, + 6510, 11.146 ] ], @@ -69092,7 +69060,7 @@ 198, 2.649, 256, - 2.185, + 2.196, 615, 5.175, 1616, @@ -69101,11 +69069,11 @@ 1.232, 4533, 6.9, - 6514, + 6511, 11.176, - 6515, + 6512, 9.726, - 6516, + 6513, 9.726 ] ], @@ -69130,13 +69098,13 @@ 59, 0.817, 79, - 0.911, + 0.91, 99, 0.804, 100, 2.011, 102, - 2.316, + 2.315, 108, 2.661, 148, @@ -69150,15 +69118,15 @@ 241, 1.938, 256, - 2.034, + 2.044, 335, 7.061, 442, 4.055, 473, - 3.982, + 3.981, 695, - 4.093, + 4.092, 773, 3.28, 915, @@ -69181,24 +69149,24 @@ 8.278, 4514, 5.837, - 5664, + 5661, 8.278, - 6140, - 7.387, - 6307, - 7.387, - 6442, + 6137, + 7.386, + 6304, + 7.386, + 6439, 7.768, + 6514, + 9.052, + 6515, + 9.8, + 6516, + 9.052, 6517, - 9.053, - 6518, - 9.801, - 6519, - 9.053, - 6520, 7.768, - 6521, - 9.053 + 6518, + 9.052 ] ], [ @@ -69235,13 +69203,13 @@ 6.349, 4681, 7.863, - 6522, + 6519, 9.637, - 6523, + 6520, 10.714, - 6524, + 6521, 8.812, - 6525, + 6522, 9.637 ] ], @@ -69278,7 +69246,7 @@ 229, 1.696, 332, - 3.08, + 3.079, 567, 4.802, 765, @@ -69303,21 +69271,21 @@ 7.239, 3576, 7.239, - 5173, + 5170, 8.461, - 5742, + 5739, 8.461, - 6351, + 6348, 8.461, - 6526, + 6523, 9.253, - 6527, + 6524, 9.253, - 6528, + 6525, 9.253, - 6529, + 6526, 9.253, - 6530, + 6527, 8.461 ] ], @@ -69344,7 +69312,7 @@ 194, 1.754, 228, - 4.05, + 4.049, 552, 3.48, 758, @@ -69354,12 +69322,12 @@ 1088, 7.845, 1193, - 5.753, + 5.752, 1386, 7.022, 1460, 5.403, - 6531, + 6528, 9.615 ] ], @@ -69383,11 +69351,11 @@ 5.402, 3833, 8.068, - 5261, + 5258, 8.484, - 6532, + 6529, 11.281, - 6533, + 6530, 9.887 ] ], @@ -69411,7 +69379,7 @@ 6.233, 1879, 5.993, - 6534, + 6531, 11.827 ] ], @@ -69471,15 +69439,15 @@ 7.9, 3568, 9.578, - 5903, + 5900, 8.853, - 6535, + 6532, 9.681, - 6536, + 6533, 11.146, - 6537, + 6534, 9.681, - 6538, + 6535, 9.681 ] ], @@ -69505,9 +69473,9 @@ 3.23, 1920, 4.601, - 6539, + 6536, 11.281, - 6540, + 6537, 9.887 ] ], @@ -69537,9 +69505,9 @@ 4.766, 2951, 7.609, - 6541, + 6538, 11.76, - 6542, + 6539, 11.176 ] ], @@ -69571,11 +69539,11 @@ 7.121, 2934, 7.955, - 5352, + 5349, 8.915, - 6381, + 6378, 8.365, - 6543, + 6540, 11.771 ] ], @@ -69617,8 +69585,8 @@ 5.466, 2514, 5.314, - 6281, - 10.22 + 6278, + 10.219 ] ], [ @@ -69641,9 +69609,9 @@ 7.681, 3161, 6.468, - 6544, + 6541, 11.236, - 6545, + 6542, 9.818 ] ], @@ -69669,7 +69637,7 @@ 3.877, 2164, 4.272, - 6546, + 6543, 11.838 ] ], @@ -69698,7 +69666,7 @@ 330, 3.073, 333, - 2.725, + 2.74, 675, 3.695, 1289, @@ -69709,13 +69677,13 @@ 7.539, 2749, 8.269, - 5163, + 5160, 7.539, - 6547, + 6544, 11.716, - 6548, + 6545, 9.637, - 6549, + 6546, 9.637 ] ], @@ -69799,7 +69767,7 @@ 5.948, 2818, 7.9, - 5519, + 5516, 8.307 ] ], @@ -69821,7 +69789,7 @@ 5.368, 2261, 5.596, - 6550, + 6547, 11.327 ] ], @@ -69851,7 +69819,7 @@ 8.464, 3584, 6.998, - 6551, + 6548, 9.864 ] ], @@ -69868,7 +69836,7 @@ 18, 0.892, 158, - 2.891, + 2.89, 159, 5.818, 328, @@ -69879,7 +69847,7 @@ 6.83, 4174, 7.735, - 6552, + 6549, 11.281 ] ], @@ -69912,18 +69880,18 @@ 289, 5.792, 699, - 6.526, + 6.525, 986, - 6.526, + 6.525, 1511, 5.219, 2218, 8.853, 2550, 5.607, - 6553, + 6550, 11.146, - 6554, + 6551, 7.9 ] ], @@ -69960,7 +69928,7 @@ 194, 1.742, 198, - 2.601, + 2.6, 436, 6.291, 917, @@ -69973,9 +69941,9 @@ 7.791, 2249, 6.436, - 6555, - 11.673, - 6556, + 6552, + 11.672, + 6553, 9.549 ] ], @@ -69999,13 +69967,13 @@ 9.02, 4548, 7.441, - 6152, + 6149, 7.205, - 6557, + 6554, 11.266, - 6558, + 6555, 9.864, - 6559, + 6556, 9.864 ] ], @@ -70025,15 +69993,15 @@ 5.022, 4279, 8.087, - 6560, + 6557, 9.911, - 6561, + 6558, 9.911, - 6562, + 6559, 9.911, - 6563, + 6560, 9.911, - 6564, + 6561, 9.911 ] ], @@ -70063,13 +70031,13 @@ 7.663, 4571, 7.992, - 5201, + 5198, 7.992, - 6565, + 6562, 9.795, - 6566, + 6563, 9.795, - 6567, + 6564, 8.957 ] ], @@ -70095,9 +70063,9 @@ 4.822, 1075, 6.101, - 4972, + 4969, 7.699, - 6568, + 6565, 11.251 ] ], @@ -70133,11 +70101,11 @@ 3.185, 4535, 7.354, - 5655, + 5652, 8.915, - 6569, + 6566, 11.191, - 6570, + 6567, 9.749 ] ], @@ -70159,7 +70127,7 @@ 6.034, 989, 7.614, - 6571, + 6568, 11.849 ] ], @@ -70189,9 +70157,9 @@ 4.307, 977, 5.163, - 6144, + 6141, 8.561, - 6572, + 6569, 9.704 ] ], @@ -70217,7 +70185,7 @@ 6.846, 3899, 6.68, - 6573, + 6570, 9.911 ] ], @@ -70244,7 +70212,7 @@ 61, 7.243, 62, - 3.165, + 3.185, 97, 3.201, 99, @@ -70288,7 +70256,7 @@ 169, 1.437, 256, - 2.17, + 2.181, 313, 4.365, 1933, @@ -70299,7 +70267,7 @@ 7.904, 2533, 6.51, - 6382, + 6379, 8.832 ] ], @@ -70329,11 +70297,11 @@ 5.439, 1655, 5.158, - 4821, + 4818, 8.011, - 6016, + 6013, 8.978, - 6574, + 6571, 11.236 ] ], @@ -70358,14 +70326,14 @@ 555, 3.064, 677, - 4.535, + 4.534, 1041, 4.449, 2236, 6.975, 4608, 8.03, - 6575, + 6572, 9.841 ] ], @@ -70440,13 +70408,13 @@ 1681, 4.054, 2217, - 5.761, - 6422, + 5.76, + 6419, 9.769, - 6576, - 11.0, - 6577, - 8.653 + 6573, + 10.999, + 6574, + 8.652 ] ], [ @@ -70467,7 +70435,7 @@ 5.415, 2928, 7.031, - 6578, + 6575, 11.297 ] ], @@ -70508,28 +70476,28 @@ 522, 4.666, 1000, - 6.683, + 6.682, 1332, - 3.81, + 3.809, 1681, 4.035, 2354, - 6.683, + 6.682, 2519, 8.276, 4535, 7.106, 4606, 8.083, - 5690, - 9.414, - 6122, + 5687, + 9.413, + 6119, 8.614, - 6579, + 6576, 9.42, - 6580, + 6577, 9.42, - 6581, + 6578, 8.083 ] ], @@ -70569,11 +70537,11 @@ 6.104, 2928, 6.852, - 6582, + 6579, 9.659, - 6583, + 6580, 10.179, - 6584, + 6581, 9.659 ] ], @@ -70590,16 +70558,16 @@ 59, 0.894, 1104, - 3.45, + 3.449, 2097, 6.846, 3899, 6.68, 4154, 7.239, - 6585, + 6582, 9.911, - 6586, + 6583, 11.297 ] ], @@ -70614,9 +70582,9 @@ "data/assets/ump", [ 18, - 0.969, + 0.968, 38, - 1.008, + 1.007, 42, 1.949, 59, @@ -70671,13 +70639,13 @@ 7.098, 4533, 6.436, - 5149, + 5146, 8.756, - 5501, + 5498, 8.296, - 6587, + 6584, 11.428, - 6588, + 6585, 11.811 ] ], @@ -70721,7 +70689,7 @@ 7.827, 2273, 8.231, - 5437, + 5434, 8.772 ] ], @@ -70751,9 +70719,9 @@ 5.791, 4555, 9.18, - 5518, + 5515, 8.999, - 6589, + 6586, 9.841 ] ], @@ -70793,11 +70761,11 @@ 7.071, 3107, 6.688, - 6255, + 6252, 7.9, - 6590, + 6587, 9.681, - 6591, + 6588, 9.681 ] ], @@ -70872,14 +70840,14 @@ 1975, 1.42, 3243, - 7.372, + 7.371, 4506, 8.767, - 4818, + 4815, 8.936, - 6592, + 6589, 9.772, - 6593, + 6590, 9.772 ] ], @@ -70894,7 +70862,7 @@ "data/assets/gog-galaxy", [ 106, - 1.759, + 1.758, 150, 2.486, 1032, @@ -70905,9 +70873,9 @@ 8.011, 4109, 8.011, - 6594, + 6591, 11.804, - 6595, + 6592, 11.804 ] ], @@ -70940,12 +70908,12 @@ 2250, 8.936, 4548, - 7.372, - 6596, + 7.371, + 6593, 9.772, - 6597, + 6594, 9.772, - 6598, + 6595, 9.772 ] ], @@ -70967,11 +70935,11 @@ 2.94, 3499, 9.041, - 6380, + 6377, 7.735, - 6599, + 6596, 11.838, - 6600, + 6597, 9.887 ] ], @@ -70991,13 +70959,13 @@ 1.817, 1681, 4.246, - 4946, + 4943, 9.063, - 6255, + 6252, 8.087, - 6601, + 6598, 11.297, - 6602, + 6599, 9.911 ] ], @@ -71029,11 +70997,11 @@ 2.885, 758, 4.307, - 6106, + 6103, 8.873, - 6603, + 6600, 11.749, - 6604, + 6601, 9.704 ] ], @@ -71084,7 +71052,7 @@ 676, 4.186, 918, - 4.4, + 4.399, 1090, 4.268, 1364, @@ -71092,7 +71060,7 @@ 1385, 6.507, 1655, - 5.675, + 5.674, 2169, 6.182, 2514, @@ -71104,16 +71072,16 @@ 4571, 7.484, 4572, - 7.176, + 7.175, 4593, 7.87, - 5273, + 5270, 8.387, - 6359, + 6356, 7.889, - 6605, + 6602, 9.172, - 6606, + 6603, 9.172 ] ], @@ -71152,13 +71120,13 @@ 269, 2.152, 963, - 5.182, + 5.181, 1188, 5.397, 1270, 7.42, 1289, - 5.88, + 5.879, 1322, 4.863, 1457, @@ -71171,9 +71139,9 @@ 6.115, 4150, 6.927, - 4810, + 4807, 7.738, - 6607, + 6604, 11.014 ] ], @@ -71196,7 +71164,7 @@ 49, 3.235, 52, - 2.576, + 2.575, 57, 1.197, 59, @@ -71224,9 +71192,9 @@ 543, 3.754, 567, - 4.856, + 4.855, 620, - 4.856, + 4.855, 758, 4.152, 762, @@ -71234,7 +71202,7 @@ 793, 4.354, 808, - 4.979, + 4.978, 895, 4.488, 1067, @@ -71275,9 +71243,9 @@ 6.316, 3393, 7.992, - 6608, + 6605, 9.795, - 6609, + 6606, 9.795 ] ], @@ -71315,11 +71283,11 @@ 3.385, 3224, 6.408, - 6610, + 6607, 9.726, - 6611, + 6608, 11.176, - 6612, + 6609, 9.726 ] ], @@ -71354,13 +71322,13 @@ 229, 1.719, 382, - 3.375, + 3.374, 554, - 3.519, + 3.518, 717, 5.518, 834, - 4.646, + 4.645, 1066, 3.677, 1067, @@ -71386,8 +71354,8 @@ 4328, 8.046, 4384, - 8.463, - 5149, + 8.462, + 5146, 7.652 ] ], @@ -71413,11 +71381,11 @@ 5.221, 2222, 9.628, - 6613, + 6610, 9.795, - 6614, + 6611, 11.221, - 6615, + 6612, 9.795 ] ], @@ -71452,7 +71420,7 @@ 229, 1.693, 256, - 2.074, + 2.085, 677, 4.254, 679, @@ -71464,7 +71432,7 @@ 1590, 5.524, 1769, - 5.305, + 5.304, 1841, 5.347, 1920, @@ -71477,22 +71445,22 @@ 5.347, 2275, 8.847, - 6274, + 6271, 7.922, - 6496, + 6493, 8.442, - 6498, + 6495, 8.442, + 6613, + 9.232, + 6614, + 9.232, + 6615, + 9.232, 6616, - 9.233, + 9.232, 6617, - 9.233, - 6618, - 9.233, - 6619, - 9.233, - 6620, - 9.233 + 9.232 ] ], [ @@ -71531,7 +71499,7 @@ 4.387, 2269, 10.081, - 6621, + 6618, 8.873 ] ], @@ -71555,11 +71523,11 @@ 4.459, 2640, 6.998, - 6622, + 6619, 9.864, - 6623, + 6620, 9.864, - 6624, + 6621, 9.864 ] ], @@ -71596,7 +71564,7 @@ 202, 3.018, 256, - 2.088, + 2.098, 457, 3.3, 552, @@ -71606,7 +71574,7 @@ 808, 4.945, 1681, - 3.982, + 3.981, 1872, 5.658, 2143, @@ -71619,15 +71587,15 @@ 7.011, 4105, 8.882, - 6625, + 6622, 9.294, - 6626, + 6623, 10.885, - 6627, + 6624, 9.294, - 6628, + 6625, 9.294, - 6629, + 6626, 9.294 ] ], @@ -71664,11 +71632,11 @@ 241, 1.901, 256, - 1.995, + 2.005, 290, 3.456, 535, - 6.486, + 6.485, 552, 3.15, 681, @@ -71684,7 +71652,7 @@ 1007, 3.111, 1096, - 6.486, + 6.485, 1180, 4.851, 1193, @@ -71710,31 +71678,31 @@ 2286, 5.505, 2818, - 7.246, + 7.245, 2955, 5.064, 3204, - 6.699, + 6.698, 3610, 4.787, - 5098, + 5095, 8.12, - 5149, - 7.246, - 5596, + 5146, + 7.245, + 5593, 9.689, - 5599, + 5596, 8.12, - 6011, + 6008, 8.12, + 6627, + 8.879, + 6628, + 8.879, + 6629, + 8.879, 6630, - 8.88, - 6631, - 8.88, - 6632, - 8.88, - 6633, - 8.88 + 8.879 ] ], [ @@ -71764,14 +71732,14 @@ 112, 6.175, 157, - 6.587, + 6.586, 488, 6.175, 750, 4.737, 2384, 6.058, - 6634, + 6631, 11.206 ] ], @@ -71788,7 +71756,7 @@ 59, 1.015, 256, - 2.211, + 2.222, 456, 5.305, 1066, @@ -71799,9 +71767,9 @@ 4.449, 4209, 9.18, - 6366, + 6363, 8.999, - 6367, + 6364, 8.999 ] ], @@ -71823,9 +71791,9 @@ 1.804, 1263, 7.256, - 6635, + 6632, 11.312, - 6636, + 6633, 8.106 ] ], @@ -71843,7 +71811,7 @@ 5.609, 1180, 5.454, - 6637, + 6634, 11.883 ] ], @@ -71861,9 +71829,9 @@ 2.154, 3599, 6.545, - 4821, + 4818, 8.106, - 6638, + 6635, 11.312 ] ], @@ -71885,9 +71853,9 @@ 4.601, 4520, 9.041, - 6144, + 6141, 7.014, - 6639, + 6636, 11.281 ] ], @@ -71921,11 +71889,11 @@ 6.175, 4017, 7.645, - 6640, + 6637, 11.206, - 6641, + 6638, 9.772, - 6642, + 6639, 9.772 ] ], @@ -71959,15 +71927,15 @@ 5.62, 4538, 7.32, - 5186, + 5183, 8.873, - 5187, + 5184, 8.873, - 6451, + 6448, 10.744, - 6643, + 6640, 9.704, - 6644, + 6641, 9.704 ] ], @@ -72003,16 +71971,16 @@ 7.809, 3610, 5.159, - 6379, + 6376, 10.987, - 6380, - 7.488, - 6463, + 6377, + 7.487, + 6460, 7.809, - 6645, - 9.571, - 6646, - 9.571 + 6642, + 9.57, + 6643, + 9.57 ] ], [ @@ -72047,9 +72015,9 @@ 5.163, 983, 7.197, - 6647, + 6644, 9.704, - 6648, + 6645, 11.161 ] ], @@ -72073,7 +72041,7 @@ 3.886, 1067, 3.238, - 6649, + 6646, 11.849 ] ], @@ -72097,9 +72065,9 @@ 3.97, 735, 5.39, - 6650, + 6647, 9.818, - 6651, + 6648, 11.236 ] ], @@ -72141,7 +72109,7 @@ 8.269, 3160, 10.053, - 6652, + 6649, 11.116 ] ], @@ -72162,7 +72130,7 @@ 113, 1.962, 198, - 2.668, + 2.667, 225, 7.949, 226, @@ -72199,11 +72167,11 @@ 4.709, 3141, 7.681, - 6653, + 6650, 11.236, - 6654, + 6651, 9.818, - 6655, + 6652, 9.818 ] ], @@ -72239,18 +72207,18 @@ 4.145, 2189, 5.314, - 4843, + 4840, 8.772, - 6127, + 6124, 6.626, - 6656, + 6653, 11.087, - 6657, + 6654, 11.694, - 6658, - 9.593, - 6659, - 9.593 + 6655, + 9.592, + 6656, + 9.592 ] ], [ @@ -72271,7 +72239,7 @@ 4.898, 2582, 6.751, - 4850, + 4847, 7.222 ] ], @@ -72293,7 +72261,7 @@ 3.905, 1440, 6.062, - 6660, + 6657, 11.327 ] ], @@ -72313,9 +72281,9 @@ 1.804, 614, 3.895, - 6661, + 6658, 11.86, - 6662, + 6659, 9.934 ] ], @@ -72339,11 +72307,11 @@ 8.068, 3413, 8.484, - 6621, + 6618, 9.041, - 6663, + 6660, 9.887, - 6664, + 6661, 9.887 ] ], @@ -72414,18 +72382,18 @@ 1131, 4.666, 1961, - 5.735, + 5.734, 2100, 6.88, 2194, 5.455, 3185, 9.018, - 6665, + 6662, 9.42, - 6666, + 6663, 9.42, - 6667, + 6664, 9.42 ] ], @@ -72449,9 +72417,9 @@ 5.93, 2116, 5.652, - 5271, + 5268, 9.063, - 6668, + 6665, 11.297 ] ], @@ -72496,7 +72464,7 @@ 57, 1.158, 79, - 0.911, + 0.91, 99, 1.014, 100, @@ -72538,21 +72506,21 @@ 2707, 7.082, 3131, - 7.387, - 5176, + 7.386, + 5173, 8.278, - 5566, + 5563, 8.278, + 6666, + 9.052, + 6667, + 9.052, + 6668, + 11.803, 6669, - 9.053, + 9.052, 6670, - 9.053, - 6671, - 11.803, - 6672, - 9.053, - 6673, - 9.053 + 9.052 ] ], [ @@ -72583,15 +72551,15 @@ 5.339, 3607, 7.137, - 4850, + 4847, 7.137, - 6359, + 6356, 7.137, - 6674, + 6671, 9.772, - 6675, + 6672, 9.772, - 6676, + 6673, 8.936 ] ], @@ -72641,11 +72609,11 @@ 7.703, 4572, 7.386, - 6677, + 6674, 12.18, - 6678, + 6675, 9.441, - 6679, + 6676, 9.441 ] ], @@ -72669,11 +72637,11 @@ 4.601, 2088, 7.222, - 6680, + 6677, 9.887, - 6681, + 6678, 9.68, - 6682, + 6679, 9.887 ] ], @@ -72689,9 +72657,9 @@ [ 1879, 5.748, - 6683, + 6680, 9.982, - 6684, + 6681, 11.343 ] ], @@ -72725,15 +72693,15 @@ 5.401, 3607, 7.121, - 4850, + 4847, 7.121, - 6359, + 6356, 7.121, - 6676, + 6673, 8.915, - 6685, + 6682, 9.749, - 6686, + 6683, 9.749 ] ], @@ -72759,7 +72727,7 @@ 7.031, 1858, 6.529, - 6687, + 6684, 11.297 ] ], @@ -72787,13 +72755,13 @@ 4.206, 3355, 7.681, - 5201, + 5198, 8.011, - 5753, + 5750, 8.207, - 6567, + 6564, 8.978, - 6688, + 6685, 9.818 ] ], @@ -72817,7 +72785,7 @@ 6.68, 2027, 4.91, - 6689, + 6686, 11.849 ] ], @@ -72855,9 +72823,9 @@ 4.618, 2568, 6.146, - 6690, + 6687, 11.176, - 6691, + 6688, 9.726 ] ], @@ -72887,13 +72855,13 @@ 4.471, 1002, 4.807, - 5365, + 5362, 7.592, - 5594, + 5591, 10.206, - 6692, + 6689, 10.206, - 6693, + 6690, 9.704 ] ], @@ -72950,24 +72918,24 @@ 2122, 6.874, 2335, - 5.876, - 4850, + 5.875, + 4847, 6.655, - 6694, + 6691, 12.068, - 6695, + 6692, 9.112, - 6696, + 6693, 9.112, - 6697, + 6694, 9.112, - 6698, + 6695, 8.332, - 6699, + 6696, 9.112, - 6700, + 6697, 10.759, - 6701, + 6698, 9.112 ] ], @@ -72993,11 +72961,11 @@ 6.859, 3393, 8.049, - 5578, + 5575, 9.02, - 6702, + 6699, 9.864, - 6703, + 6700, 9.864 ] ], @@ -73022,9 +72990,9 @@ 99, 0.982, 158, - 2.792, + 2.791, 256, - 2.146, + 2.156, 623, 4.238, 677, @@ -73045,17 +73013,17 @@ 5.813, 4180, 7.203, - 5844, + 5841, 7.791, - 6274, + 6271, 8.193, - 6704, + 6701, 9.549, - 6705, + 6702, 9.549, - 6706, + 6703, 8.732, - 6707, + 6704, 9.549 ] ], @@ -73086,7 +73054,7 @@ 198, 2.606, 229, - 1.755, + 1.754, 567, 4.967, 615, @@ -73137,11 +73105,11 @@ 5.874, 2390, 6.782, - 5182, + 5179, 8.978, - 6043, + 6040, 7.171, - 6708, + 6705, 11.236 ] ], @@ -73195,9 +73163,9 @@ 2.968, 1180, 5.454, - 6709, + 6706, 11.343, - 6710, + 6707, 9.128 ] ], @@ -73237,15 +73205,15 @@ 5.684, 2621, 7.055, - 6636, + 6633, 7.881, - 6711, + 6708, 9.659, - 6712, + 6709, 9.659, - 6713, + 6710, 9.659, - 6714, + 6711, 9.659 ] ], @@ -73272,7 +73240,7 @@ 140, 4.38, 150, - 2.407, + 2.406, 169, 1.641, 170, @@ -73291,9 +73259,9 @@ 7.853, 2971, 7.17, - 6715, + 6712, 9.505, - 6716, + 6713, 9.505 ] ], @@ -73321,7 +73289,7 @@ 6.514, 4493, 9.041, - 6717, + 6714, 11.281 ] ], @@ -73352,9 +73320,9 @@ 552, 3.249, 572, - 7.635, + 7.634, 712, - 6.307, + 6.306, 938, 5.913, 993, @@ -73368,9 +73336,9 @@ 1681, 4.008, 1933, - 4.979, + 4.978, 2080, - 6.307, + 6.306, 2116, 6.232, 3342, @@ -73379,13 +73347,13 @@ 6.834, 4472, 6.834, - 5712, + 5709, 10.236, - 6718, + 6715, 9.356, - 6719, + 6716, 9.356, - 6720, + 6717, 9.356 ] ], @@ -73422,11 +73390,11 @@ 226, 2.663, 229, - 1.755, + 1.754, 351, 4.967, 681, - 4.69, + 4.689, 762, 4.327, 826, @@ -73455,11 +73423,11 @@ 6.712, 4150, 7.273, - 6359, + 6356, 7.273, - 6721, + 6718, 9.958, - 6722, + 6719, 9.958 ] ], @@ -73495,9 +73463,9 @@ 3.17, 3313, 7.918, - 6723, + 6720, 11.749, - 6724, + 6721, 9.704 ] ], @@ -73527,9 +73495,9 @@ 2.919, 2616, 7.171, - 6431, + 6428, 10.274, - 6725, + 6722, 9.818 ] ], @@ -73585,9 +73553,9 @@ 6.633, 2075, 6.732, - 6726, + 6723, 9.841, - 6727, + 6724, 11.251 ] ], @@ -73629,18 +73597,18 @@ 7.236, 4319, 8.231, - 5553, + 5550, 7.505, - 6524, + 6521, 8.772, - 6692, + 6689, 10.138, - 6728, - 9.593, - 6729, - 9.593, - 6730, - 9.593 + 6725, + 9.592, + 6726, + 9.592, + 6727, + 9.592 ] ], [ @@ -73669,9 +73637,9 @@ 5.673, 3568, 9.156, - 6710, + 6707, 10.261, - 6731, + 6728, 9.795 ] ], @@ -73694,14 +73662,14 @@ 614, 3.859, 677, - 4.535, + 4.534, 722, 8.03, 1090, 4.579, - 6581, + 6578, 8.444, - 6732, + 6729, 11.815 ] ], @@ -73721,9 +73689,9 @@ 0.844, 1090, 4.623, - 5178, + 5175, 8.106, - 6733, + 6730, 11.86 ] ], @@ -73755,7 +73723,7 @@ 3.462, 3988, 6.617, - 6734, + 6731, 10.794 ] ], @@ -73785,9 +73753,9 @@ 5.53, 2384, 6.101, - 6152, + 6149, 7.188, - 6735, + 6732, 9.841 ] ], @@ -73826,13 +73794,13 @@ 226, 2.603, 437, - 7.635, + 7.634, 449, 5.598, 460, 6.834, 513, - 4.856, + 4.855, 713, 4.916, 941, @@ -73845,21 +73813,21 @@ 6.164, 2335, 6.033, - 5957, + 5954, 7.32, - 6307, - 7.635, - 6736, + 6304, + 7.634, + 6733, 11.576, - 6737, + 6734, 9.356, - 6738, + 6735, 9.356, - 6739, + 6736, 9.356, - 6740, + 6737, 9.356, - 6741, + 6738, 9.356 ] ], @@ -73894,7 +73862,7 @@ 153, 2.086, 256, - 2.065, + 2.075, 433, 3.747, 561, @@ -73902,7 +73870,7 @@ 573, 4.058, 695, - 4.156, + 4.155, 801, 4.504, 958, @@ -73927,15 +73895,15 @@ 7.5, 2270, 8.405, - 6418, + 6415, 8.405, - 6518, + 6515, 8.405, - 6742, + 6739, 9.192, - 6743, + 6740, 9.192, - 6744, + 6741, 9.192 ] ], @@ -73955,9 +73923,9 @@ 6.696, 3486, 7.814, - 6745, + 6742, 9.934, - 6746, + 6743, 11.312 ] ], @@ -73993,15 +73961,15 @@ 3.915, 1681, 4.147, - 6421, + 6418, 8.853, - 6449, + 6446, 8.853, - 6747, + 6744, 11.738, - 6748, + 6745, 9.681, - 6749, + 6746, 9.681 ] ], @@ -74037,11 +74005,11 @@ 5.046, 3415, 6.098, - 4861, + 4858, 10.206, - 6750, + 6747, 9.704, - 6751, + 6748, 9.704 ] ], @@ -74071,11 +74039,11 @@ 6.817, 2281, 9.209, - 6416, + 6413, 7.955, - 6752, + 6749, 9.749, - 6753, + 6750, 8.915 ] ], @@ -74113,7 +74081,7 @@ 5.059, 3681, 8.174, - 6754, + 6751, 9.749 ] ], @@ -74151,9 +74119,9 @@ 6.541, 1401, 5.908, - 6755, + 6752, 11.161, - 6756, + 6753, 8.873 ] ], @@ -74173,7 +74141,7 @@ 8.145, 4247, 8.145, - 6757, + 6754, 11.343 ] ], @@ -74201,16 +74169,16 @@ 8.049, 2113, 8.464, - 6758, + 6755, 11.266, - 6759, + 6756, 9.02 ] ], [ "type/ref/stable/dmGraphics", [ - 6760, + 6757, 1.837 ] ], @@ -74224,7 +74192,7 @@ 20, 0.879, 30, - 1.254, + 1.263, 36, 0.379, 38, @@ -74250,7 +74218,7 @@ 83, 1.224, 84, - 1.421, + 1.433, 88, 1.01, 89, @@ -74274,7 +74242,7 @@ 122, 1.033, 125, - 1.83, + 1.829, 126, 1.746, 132, @@ -74282,9 +74250,9 @@ 141, 1.634, 142, - 2.745, + 2.744, 144, - 3.474, + 3.473, 158, 3.207, 165, @@ -74292,7 +74260,7 @@ 169, 1.059, 170, - 3.736, + 3.735, 177, 2.177, 185, @@ -74300,11 +74268,11 @@ 201, 0.745, 202, - 2.573, + 2.572, 212, 0.883, 226, - 2.296, + 2.295, 227, 1.921, 229, @@ -74316,15 +74284,15 @@ 247, 1.461, 253, - 2.654, + 2.653, 256, - 0.427, + 0.429, 257, 0.75, 263, 0.568, 266, - 0.843, + 0.842, 268, 1.743, 273, @@ -74332,7 +74300,7 @@ 280, 1.732, 289, - 3.956, + 3.955, 297, 3.134, 306, @@ -74344,11 +74312,11 @@ 332, 0.632, 338, - 1.387, + 1.386, 344, 1.156, 345, - 2.142, + 2.141, 351, 1.721, 358, @@ -74356,11 +74324,11 @@ 371, 0.997, 379, - 1.28, + 1.279, 392, 1.162, 429, - 4.475, + 4.474, 456, 1.788, 479, @@ -74376,7 +74344,7 @@ 555, 2.659, 575, - 2.292, + 2.291, 590, 0.786, 622, @@ -74392,41 +74360,41 @@ 679, 3.187, 735, - 0.911, + 0.91, 773, 0.688, 811, 0.94, 823, - 1.251, + 1.25, 866, - 2.241, + 2.24, 874, 4.378, 890, - 2.293, + 2.292, 891, 3.543, 894, - 1.311, + 1.31, 895, - 2.541, + 2.54, 898, 1.178, 901, 0.82, 931, - 1.21, + 1.209, 941, 0.744, 948, 0.75, 950, - 1.251, + 1.25, 951, - 2.6, + 2.599, 978, - 1.311, + 1.31, 982, 3.169, 996, @@ -74434,11 +74402,11 @@ 999, 0.875, 1019, - 1.254, + 1.253, 1041, 5.449, 1042, - 1.251, + 1.25, 1046, 1.136, 1047, @@ -74456,7 +74424,7 @@ 1139, 1.864, 1140, - 2.036, + 2.035, 1153, 0.892, 1164, @@ -74464,9 +74432,9 @@ 1172, 1.681, 1186, - 4.698, + 4.697, 1272, - 4.18, + 4.179, 1322, 0.973, 1323, @@ -74474,7 +74442,7 @@ 1335, 1.736, 1447, - 2.707, + 2.706, 1459, 0.774, 1502, @@ -74492,19 +74460,19 @@ 1694, 1.311, 1696, - 2.69, + 2.689, 1701, - 3.227, + 3.226, 1769, 0.875, 1770, 1.156, 1803, - 4.155, + 4.154, 1804, 4.096, 1814, - 5.171, + 5.17, 1864, 2.185, 1879, @@ -74512,25 +74480,25 @@ 1896, 2.236, 1920, - 2.056, + 2.055, 1930, - 3.333, + 3.332, 1987, 2.846, 1988, 8.533, 1993, - 1.28, + 1.279, 1997, 1.892, 1999, - 1.838, + 1.837, 2007, - 1.2, + 1.199, 2024, 2.719, 2085, - 3.605, + 3.604, 2164, 2.857, 2189, @@ -74546,17 +74514,17 @@ 2383, 1.177, 2410, - 2.707, + 2.706, 2423, 2.502, 2472, 2.236, 2540, - 3.332, + 3.331, 2563, 1.347, 2566, - 1.251, + 1.25, 2613, 1.311, 2628, @@ -74564,29 +74532,29 @@ 2633, 1.701, 2637, - 5.007, + 5.006, 2657, - 3.38, + 3.379, 2692, 2.423, 2718, 7.642, 2736, - 4.943, + 4.942, 2748, 1.629, 2775, 1.788, 2779, - 2.293, + 2.292, 2878, 2.353, 2886, - 1.387, + 1.386, 2888, 8.07, 2897, - 1.387, + 1.386, 2950, 1.432, 3237, @@ -74594,49 +74562,55 @@ 3261, 2.502, 3411, - 1.251, + 1.25, 3607, - 3.227, + 3.226, 3646, - 2.351, + 2.35, 3712, - 3.45, + 3.449, 3810, 2.185, 3938, - 1.251, + 1.25, 4090, - 1.387, + 1.386, 4098, - 3.729, + 3.728, 4251, 3.033, 4266, 1.549, - 4698, + 4695, 2.236, - 4746, + 4743, 1.177, - 5338, - 2.707, - 5434, + 5335, + 2.706, + 5431, 3.033, - 6036, + 6033, 1.629, - 6473, + 6470, 2.934, + 6758, + 4.417, + 6759, + 11.476, + 6760, + 6.525, 6761, - 4.418, + 5.296, 6762, - 11.476, + 3.033, 6763, - 6.525, + 2.353, 6764, - 5.297, + 1.898, 6765, - 3.033, + 1.898, 6766, - 2.353, + 1.898, 6767, 1.898, 6768, @@ -74648,59 +74622,59 @@ 6771, 1.898, 6772, - 1.898, + 7.116, 6773, 1.898, 6774, - 1.898, + 7.922, 6775, - 7.117, - 6776, 1.898, + 6776, + 6.014, 6777, - 7.923, - 6778, 1.898, - 6779, + 6778, 6.014, - 6780, + 6779, 1.898, + 6780, + 9.417, 6781, - 6.014, - 6782, 1.898, + 6782, + 3.033, 6783, - 9.418, + 1.898, 6784, 1.898, 6785, - 3.033, + 1.898, 6786, 1.898, 6787, 1.898, 6788, - 1.898, + 4.417, 6789, 1.898, 6790, 1.898, 6791, - 4.418, + 4.417, 6792, 1.898, 6793, 1.898, 6794, - 4.418, + 3.317, 6795, - 1.898, + 1.629, 6796, 1.898, 6797, - 3.317, + 1.898, 6798, - 1.629, + 1.898, 6799, 1.898, 6800, @@ -74736,13 +74710,13 @@ 6815, 1.898, 6816, - 1.898, + 1.736, 6817, 1.898, 6818, - 1.898, + 3.317, 6819, - 1.736, + 1.898, 6820, 1.898, 6821, @@ -74752,15 +74726,15 @@ 6823, 1.898, 6824, - 3.317, - 6825, 1.898, + 6825, + 3.317, 6826, 1.898, 6827, 1.898, 6828, - 3.317, + 1.898, 6829, 1.898, 6830, @@ -74772,35 +74746,35 @@ 6833, 1.898, 6834, - 1.898, + 6.106, 6835, - 1.898, + 6.014, 6836, 1.898, 6837, - 6.106, + 6.507, 6838, - 6.014, + 1.898, 6839, 1.898, 6840, - 6.508, + 1.898, 6841, 1.898, 6842, - 1.898, + 4.417, 6843, 1.898, 6844, 1.898, 6845, - 4.418, + 1.549, 6846, 1.898, 6847, 1.898, 6848, - 1.549, + 1.898, 6849, 1.898, 6850, @@ -74810,17 +74784,17 @@ 6852, 1.898, 6853, - 1.898, + 3.317, 6854, - 1.898, + 5.296, 6855, - 1.898, - 6856, 3.317, + 6856, + 1.898, 6857, - 5.297, + 1.898, 6858, - 3.317, + 1.898, 6859, 1.898, 6860, @@ -74840,51 +74814,51 @@ 6867, 1.898, 6868, - 1.898, + 3.317, 6869, 1.898, 6870, - 1.898, + 2.846, 6871, - 3.317, - 6872, 1.898, + 6872, + 4.417, 6873, - 2.846, - 6874, 1.898, + 6874, + 5.296, 6875, - 4.418, - 6876, 1.898, + 6876, + 3.317, 6877, - 5.297, + 4.039, 6878, - 1.898, + 1.736, 6879, 3.317, 6880, - 4.04, + 2.846, 6881, - 1.736, - 6882, 3.317, + 6882, + 1.898, 6883, - 2.846, + 1.898, 6884, - 3.317, + 1.898, 6885, 1.898, 6886, 1.898, 6887, - 1.898, + 3.317, 6888, 1.898, 6889, 1.898, 6890, - 3.317, + 1.898, 6891, 1.898, 6892, @@ -74892,25 +74866,25 @@ 6893, 1.898, 6894, - 1.898, + 1.736, 6895, 1.898, 6896, 1.898, 6897, - 1.736, + 1.898, 6898, 1.898, 6899, 1.898, 6900, - 1.898, + 3.317, 6901, 1.898, 6902, 1.898, 6903, - 3.317, + 1.898, 6904, 1.898, 6905, @@ -74920,37 +74894,37 @@ 6907, 1.898, 6908, - 1.898, + 3.317, 6909, 1.898, 6910, - 1.898, - 6911, 3.317, + 6911, + 1.898, 6912, 1.898, 6913, 3.317, 6914, - 1.898, + 3.033, 6915, 1.898, 6916, - 3.317, + 1.898, 6917, 3.033, 6918, 1.898, 6919, - 1.898, + 3.317, 6920, - 3.033, + 1.549, 6921, 1.898, 6922, - 3.317, + 1.898, 6923, - 1.549, + 1.898, 6924, 1.898, 6925, @@ -74966,21 +74940,15 @@ 6930, 1.898, 6931, - 1.898, - 6932, - 1.898, - 6933, - 1.898, - 6934, 3.317, - 6935, + 6932, 1.898 ] ], [ "type/ref/stable/table", [ - 6760, + 6757, 1.837 ] ], @@ -75014,9 +74982,9 @@ 59, 0.734, 79, - 0.896, + 0.895, 86, - 3.423, + 3.422, 99, 0.892, 100, @@ -75030,7 +74998,7 @@ 107, 1.121, 113, - 1.63, + 1.629, 126, 1.614, 140, @@ -75040,7 +75008,7 @@ 165, 2.325, 178, - 2.195, + 2.194, 196, 3.221, 201, @@ -75070,7 +75038,7 @@ 332, 1.96, 333, - 1.666, + 1.675, 341, 3.901, 342, @@ -75088,7 +75056,7 @@ 452, 1.712, 483, - 3.881, + 3.88, 496, 2.741, 500, @@ -75130,7 +75098,7 @@ 1081, 3.586, 1155, - 3.943, + 3.942, 1186, 2.886, 1216, @@ -75160,7 +75128,7 @@ 2035, 5.042, 2066, - 3.881, + 3.88, 2095, 3.524, 2626, @@ -75176,7 +75144,7 @@ 3511, 7.859, 3972, - 5.876, + 5.875, 3984, 5.565, 4001, @@ -75186,65 +75154,65 @@ 4266, 4.806, 4322, - 6.979, + 6.978, 4535, - 4.444, - 4832, + 4.443, + 4829, 5.482, - 5120, + 5117, 4.302, - 5211, - 5.887, - 5721, + 5208, + 5.886, + 5718, 5.94, - 5753, + 5750, 4.302, - 5923, - 5.77, + 5920, + 5.769, + 6933, + 5.89, + 6934, + 5.89, + 6935, + 5.89, 6936, 5.89, 6937, 5.89, 6938, - 5.89, + 8.133, 6939, - 5.89, + 8.133, 6940, 5.89, 6941, - 8.133, + 5.89, 6942, - 8.133, + 5.89, 6943, 5.89, 6944, - 5.89, + 5.054, 6945, - 5.89, + 8.133, 6946, 5.89, 6947, - 5.054, + 5.89, 6948, - 8.133, + 5.89, 6949, 5.89, 6950, 5.89, 6951, - 5.89, - 6952, - 5.89, - 6953, - 5.89, - 6954, 5.054 ] ], [ "type/ref/stable/sprite", [ - 6760, + 6757, 1.837 ] ], @@ -75256,13 +75224,13 @@ 20, 1.583, 30, - 2.387, + 2.404, 38, 0.947, 46, 0.593, 49, - 1.438, + 1.437, 57, 1.56, 59, @@ -75270,19 +75238,19 @@ 60, 1.157, 62, - 1.375, + 1.383, 69, 1.954, 70, 1.751, 75, - 2.778, + 2.777, 79, 0.879, 84, - 3.654, + 3.685, 86, - 2.051, + 2.05, 90, 2.302, 92, @@ -75346,7 +75314,7 @@ 202, 3.358, 213, - 5.5, + 5.499, 215, 6.015, 229, @@ -75354,15 +75322,15 @@ 233, 2.802, 240, - 2.172, + 2.171, 241, 1.826, 244, - 3.966, + 3.965, 247, 1.375, 256, - 0.934, + 0.939, 263, 1.888, 268, @@ -75374,17 +75342,17 @@ 290, 2.458, 291, - 4.94, + 4.939, 295, - 1.916, + 1.915, 297, - 5.418, + 5.417, 328, 2.487, 330, - 1.326, + 1.325, 332, - 1.384, + 1.383, 349, 3.036, 358, @@ -75392,7 +75360,7 @@ 373, 2.531, 374, - 2.681, + 2.68, 380, 1.476, 381, @@ -75406,7 +75374,7 @@ 490, 2.638, 492, - 3.658, + 3.657, 502, 4.16, 541, @@ -75422,13 +75390,13 @@ 629, 1.25, 634, - 1.643, + 1.642, 691, - 2.337, + 2.336, 724, 4.569, 732, - 6.043, + 6.042, 752, 2.91, 773, @@ -75440,15 +75408,15 @@ 911, 2.303, 912, - 2.681, + 2.68, 919, - 2.132, + 2.131, 931, 1.729, 951, 2.446, 959, - 5.341, + 5.34, 979, 5.447, 1019, @@ -75462,7 +75430,7 @@ 1131, 4.784, 1134, - 3.991, + 3.99, 1137, 5.488, 1139, @@ -75470,17 +75438,17 @@ 1146, 3.3, 1152, - 4.613, + 4.612, 1153, 1.954, 1164, 2.487, 1172, - 2.107, + 2.106, 1220, - 4.735, + 4.734, 1254, - 2.408, + 2.407, 1295, 2.865, 1296, @@ -75494,11 +75462,11 @@ 1465, 3.008, 1471, - 3.129, + 3.128, 1588, 3.742, 1608, - 3.779, + 3.778, 1609, 4.423, 1631, @@ -75518,61 +75486,61 @@ 2493, 3.252, 2503, - 2.739, + 2.738, 2594, 3.392, 2876, - 2.872, + 2.871, 2877, 3.136, 2925, - 2.681, + 2.68, 3363, - 4.363, + 4.362, 3805, - 5.419, + 5.418, 3806, - 3.802, + 3.801, 3807, - 3.802, + 3.801, 3808, - 7.319, + 7.318, 3809, 5.147, 3810, 4.16, 3811, - 5.975, - 4832, + 5.974, + 4829, 2.802, - 6165, - 5.419, + 6162, + 5.418, + 6952, + 7.636, + 6953, + 7.636, + 6954, + 4.157, 6955, - 7.637, + 4.612, 6956, - 7.637, + 3.392, 6957, - 4.157, + 3.801, 6958, - 4.613, + 4.157, 6959, - 3.392, + 3.567, 6960, - 3.802, + 3.801, 6961, - 4.157, - 6962, - 3.567, - 6963, - 3.802, - 6964, - 3.802 + 3.801 ] ], [ "type/ref/stable/dmMutex", [ - 6760, + 6757, 1.837 ] ], @@ -75584,7 +75552,7 @@ 20, 1.306, 44, - 3.278, + 3.277, 57, 1.004, 59, @@ -75610,9 +75578,9 @@ 469, 4.978, 490, - 3.278, + 3.277, 563, - 4.865, + 4.864, 620, 4.072, 752, @@ -75624,67 +75592,67 @@ 1049, 10.67, 1248, - 4.959, + 4.958, 1272, 3.482, 1649, - 4.123, + 4.175, 1652, 6.139, 1727, - 6.403, + 6.402, 1814, 5.288, 2305, 8.39, 2358, - 4.865, + 4.864, 2440, 3.804, 2540, 5.442, 3712, 3.804, - 4746, - 4.865, - 4864, + 4743, + 4.864, + 4861, 8.75, - 6474, + 6471, 6.733, + 6962, + 7.846, + 6963, + 10.278, + 6964, + 10.955, 6965, - 7.847, + 7.846, 6966, - 10.278, + 11.807, 6967, - 10.955, + 5.731, 6968, - 7.847, + 11.98, 6969, - 11.807, + 5.919, 6970, - 5.731, + 7.846, 6971, - 11.98, + 7.846, 6972, - 5.919, + 7.846, 6973, - 7.847, + 7.846, 6974, - 7.847, + 7.846, 6975, - 7.847, - 6976, - 7.847, - 6977, - 7.847, - 6978, - 7.847 + 7.846 ] ], [ "type/ref/stable/sharedlibrary", [ - 6760, + 6757, 1.837 ] ], @@ -75711,16 +75679,16 @@ 3.756, 2249, 6.602, - 6979, + 6976, 9.795, - 6980, + 6977, 9.795 ] ], [ "type/ref/stable/vmath", [ - 6760, + 6757, 1.837 ] ], @@ -75742,13 +75710,13 @@ 28, 0.718, 30, - 3.256, + 3.28, 31, 0.858, 36, 1.582, 38, - 1.11, + 1.109, 46, 1.463, 52, @@ -75762,7 +75730,7 @@ 63, 0.718, 69, - 1.705, + 1.704, 70, 1.865, 74, @@ -75778,7 +75746,7 @@ 91, 0.506, 94, - 0.69, + 0.689, 99, 1.038, 100, @@ -75848,17 +75816,17 @@ 244, 0.568, 246, - 3.745, + 3.744, 250, 1.972, 251, 4.858, 256, - 0.598, + 0.601, 260, - 1.223, + 1.222, 263, - 2.778, + 2.777, 266, 1.965, 268, @@ -75886,7 +75854,7 @@ 307, 5.984, 316, - 6.428, + 6.427, 317, 1.567, 325, @@ -75896,13 +75864,13 @@ 332, 0.886, 333, - 2.314, + 2.327, 334, 2.453, 341, 0.711, 342, - 1.984, + 1.983, 359, 1.595, 361, @@ -75910,11 +75878,11 @@ 368, 1.759, 371, - 4.627, + 4.626, 373, 0.902, 387, - 1.801, + 1.8, 389, 2.009, 392, @@ -75944,7 +75912,7 @@ 489, 1.239, 496, - 0.69, + 0.689, 500, 2.794, 504, @@ -75960,13 +75928,13 @@ 523, 0.769, 534, - 1.705, + 1.704, 536, - 2.39, + 2.389, 540, 0.919, 541, - 0.789, + 0.788, 543, 0.595, 550, @@ -75976,19 +75944,19 @@ 555, 0.829, 561, - 1.404, + 1.403, 579, 0.742, 581, 0.799, 594, - 2.041, + 2.04, 595, 2.387, 598, 1.717, 620, - 5.134, + 5.133, 629, 1.091, 672, @@ -76024,7 +75992,7 @@ 880, 0.718, 894, - 0.586, + 0.585, 898, 3.126, 901, @@ -76040,31 +76008,31 @@ 972, 1.717, 978, - 3.234, + 3.233, 987, - 0.789, + 0.788, 1014, 3.292, 1048, - 2.084, + 2.083, 1093, 7.029, 1098, 6.931, 1099, - 7.981, + 7.98, 1116, 1.118, 1121, 3.059, 1133, - 1.906, + 1.905, 1155, 1.291, 1181, 2.285, 1186, - 3.435, + 3.434, 1187, 1.84, 1192, @@ -76072,7 +76040,7 @@ 1202, 1.722, 1221, - 3.473, + 3.472, 1224, 0.711, 1229, @@ -76084,11 +76052,11 @@ 1254, 5.984, 1256, - 2.249, + 2.248, 1272, 0.658, 1295, - 1.662, + 1.661, 1324, 0.769, 1329, @@ -76100,7 +76068,7 @@ 1411, 1.897, 1434, - 2.219, + 2.218, 1459, 1.805, 1463, @@ -76110,41 +76078,41 @@ 1606, 3.64, 1625, - 2.506, + 2.505, 1658, 1.051, 1679, 6.643, 1687, - 3.835, + 3.834, 1691, 1.051, 1763, - 3.235, + 3.234, 1788, 2.285, 1790, - 3.142, + 3.141, 1812, 1.795, 1814, 0.664, 1847, - 6.785, + 6.784, 1863, - 2.838, + 2.837, 1883, 1.209, 1908, 0.67, 1926, - 0.956, + 0.955, 1929, - 0.779, + 0.778, 1982, 0.734, 2066, - 1.755, + 1.754, 2100, 1.082, 2188, @@ -76162,25 +76130,25 @@ 2498, 0.936, 2554, - 5.269, + 5.268, 2589, 4.638, 2590, - 4.166, + 4.165, 2591, 1.795, 2610, 2.435, 2623, - 2.838, + 2.837, 2633, 0.76, 2645, - 3.729, + 3.728, 2653, 3.112, 2691, - 2.084, + 2.083, 2699, 3.112, 2709, @@ -76200,21 +76168,21 @@ 2956, 0.999, 2989, - 5.308, + 5.307, 3021, 4.106, 3093, 1.209, 3124, - 2.506, + 2.505, 3226, - 5.547, + 5.546, 3251, 1.209, 3324, - 6.403, + 6.402, 3411, - 1.755, + 1.754, 3436, 1.355, 3437, @@ -76224,7 +76192,7 @@ 3442, 1.051, 3459, - 1.272, + 1.271, 3460, 2.435, 3479, @@ -76240,29 +76208,29 @@ 3691, 1.024, 3709, - 3.729, + 3.728, 3715, 1.355, 3779, 3.994, 3780, - 2.084, + 2.083, 3783, - 1.272, + 1.271, 3810, - 2.918, + 2.917, 3851, 2.285, 3855, 1.355, 3882, - 3.465, + 3.464, 3912, - 5.308, + 5.307, 3972, - 3.335, + 3.334, 3984, - 4.534, + 4.533, 3986, 1.355, 3987, @@ -76276,145 +76244,151 @@ 4409, 1.159, 4431, - 1.272, + 1.271, 4505, 4.518, 4556, 1.209, - 4802, - 1.272, - 4832, + 4799, + 1.271, + 4829, 0.999, - 4850, - 3.235, - 4864, + 4847, + 3.234, + 4861, 1.082, - 5171, + 5168, 1.209, - 5211, + 5208, 3.226, - 5400, + 5397, 1.082, - 5573, + 5570, 6.643, - 5577, + 5574, 2.435, - 5656, + 5653, 1.355, - 5803, + 5800, 2.173, - 5861, + 5858, 1.355, - 5920, + 5917, 1.209, - 6014, + 6011, 2.173, - 6026, + 6023, 1.945, - 6127, + 6124, 1.84, - 6149, + 6146, 2.435, - 6162, + 6159, 3.8, - 6195, + 6192, 2.435, - 6220, + 6217, 2.173, - 6241, + 6238, 2.285, - 6958, + 6955, 1.082, - 6959, + 6956, 2.173, - 6981, + 6978, 1.482, - 6982, + 6979, 11.464, + 6980, + 6.056, + 6981, + 3.627, + 6982, + 2.663, 6983, - 6.057, + 1.482, 6984, - 3.627, + 1.482, 6985, - 2.663, + 1.355, 6986, - 1.482, + 3.316, 6987, - 1.482, + 2.663, 6988, - 1.355, + 1.482, 6989, - 3.317, + 6.014, 6990, - 2.663, + 1.482, 6991, 1.482, 6992, - 6.015, + 2.663, 6993, 1.482, 6994, - 1.482, + 5.197, 6995, - 2.663, - 6996, 1.482, + 6996, + 2.435, 6997, - 5.198, + 4.428, 6998, 1.482, 6999, - 2.435, + 1.482, 7000, - 4.429, + 1.482, 7001, 1.482, 7002, - 1.482, + 2.663, 7003, - 1.482, + 5.817, 7004, - 1.482, + 5.105, 7005, 2.663, 7006, - 5.817, + 1.482, 7007, - 5.105, + 1.482, 7008, - 2.663, + 2.435, 7009, 1.482, 7010, - 1.482, + 4.839, 7011, - 2.435, + 1.482, 7012, 1.482, 7013, - 4.839, + 7.483, 7014, - 1.482, + 2.663, 7015, - 1.482, + 3.627, 7016, - 7.483, + 4.428, 7017, - 2.663, + 1.482, 7018, 3.627, 7019, - 4.429, + 1.482, 7020, 1.482, 7021, - 3.627, + 6.207, 7022, 1.482, 7023, 1.482, 7024, - 6.208, + 1.482, 7025, 1.482, 7026, @@ -76452,29 +76426,29 @@ 7042, 1.482, 7043, - 1.482, + 3.627, 7044, - 1.482, + 3.627, 7045, 1.482, 7046, - 3.627, + 1.482, 7047, - 3.627, + 1.482, 7048, 1.482, 7049, 1.482, 7050, - 1.482, + 2.663, 7051, 1.482, 7052, - 1.482, + 1.355, 7053, - 2.663, + 1.355, 7054, - 1.482, + 1.355, 7055, 1.355, 7056, @@ -76486,7 +76460,7 @@ 7059, 1.355, 7060, - 1.355, + 1.482, 7061, 1.355, 7062, @@ -76494,15 +76468,15 @@ 7063, 1.482, 7064, - 1.355, + 2.663, 7065, - 1.355, + 4.049, 7066, 1.482, 7067, - 2.663, + 1.482, 7068, - 4.05, + 1.482, 7069, 1.482, 7070, @@ -76510,13 +76484,13 @@ 7071, 1.482, 7072, - 1.482, + 2.663, 7073, 1.482, 7074, 1.482, 7075, - 2.663, + 1.482, 7076, 1.482, 7077, @@ -76532,51 +76506,45 @@ 7082, 1.482, 7083, - 1.482, + 2.663, 7084, - 1.482, + 2.435, 7085, - 1.482, + 1.355, 7086, - 2.663, + 1.482, 7087, - 2.435, + 1.482, 7088, - 1.355, + 1.482, 7089, 1.482, 7090, 1.482, 7091, - 1.482, + 7.003, 7092, 1.482, 7093, 1.482, 7094, - 7.004, - 7095, 1.482, + 7095, + 2.663, 7096, - 1.482, + 4.428, 7097, - 1.482, + 2.663, 7098, 2.663, 7099, - 4.429, - 7100, - 2.663, - 7101, - 2.663, - 7102, 1.209 ] ], [ "type/ref/stable/string", [ - 6760, + 6757, 1.837 ] ], @@ -76586,7 +76554,7 @@ 7, 1.286, 9, - 1.498, + 1.497, 10, 2.035, 11, @@ -76598,7 +76566,7 @@ 29, 2.002, 30, - 1.669, + 1.68, 36, 1.579, 38, @@ -76608,7 +76576,7 @@ 46, 1.503, 52, - 2.592, + 2.591, 57, 1.459, 59, @@ -76616,7 +76584,7 @@ 60, 0.738, 62, - 0.878, + 0.883, 63, 1.286, 77, @@ -76654,11 +76622,11 @@ 136, 2.165, 137, - 1.789, + 1.788, 141, 1.633, 142, - 2.182, + 2.181, 143, 1.286, 148, @@ -76670,25 +76638,25 @@ 165, 2.88, 166, - 2.665, + 2.664, 169, 1.401, 171, - 1.361, + 1.36, 172, - 2.472, + 2.471, 177, 1.351, 178, 2.112, 196, - 1.961, + 1.96, 201, 1.649, 207, 3.409, 211, - 1.189, + 1.188, 229, 1.039, 230, @@ -76698,7 +76666,7 @@ 241, 1.696, 244, - 3.372, + 3.371, 247, 0.878, 263, @@ -76710,7 +76678,7 @@ 273, 1.811, 285, - 1.189, + 1.188, 295, 2.034, 298, @@ -76722,37 +76690,37 @@ 332, 2.636, 333, - 2.24, + 2.252, 336, - 3.331, + 3.33, 341, 1.273, 343, 1.645, 353, - 1.057, + 1.056, 368, - 1.256, + 1.255, 370, 2.002, 380, - 1.568, + 1.567, 387, 1.557, 390, - 1.86, + 1.859, 392, 1.986, 405, 2.165, 407, - 3.583, + 3.582, 410, 2.165, 441, 1.329, 442, - 1.189, + 1.188, 452, 0.771, 471, @@ -76774,17 +76742,17 @@ 550, 2.054, 553, - 2.027, + 2.026, 555, 0.826, 556, - 2.716, + 2.715, 561, 1.399, 590, 2.349, 595, - 1.431, + 1.43, 604, 1.345, 629, @@ -76792,23 +76760,23 @@ 636, 1.693, 678, - 6.79, + 6.789, 679, - 1.189, + 1.188, 680, - 2.32, + 2.319, 685, 1.8, 691, 0.812, 701, - 2.979, + 2.978, 710, 1.286, 728, 1.3, 749, - 3.611, + 3.61, 752, 1.223, 765, @@ -76822,19 +76790,19 @@ 828, 3.336, 830, - 2.427, + 2.426, 848, - 1.315, + 1.314, 856, 1.065, 864, 1.833, 866, - 0.989, + 0.988, 879, - 1.562, + 1.561, 898, - 1.568, + 1.567, 914, 1.108, 915, @@ -76852,17 +76820,17 @@ 950, 1.748, 1034, - 1.018, + 1.017, 1062, 2.412, 1096, 1.938, 1104, - 0.924, + 0.923, 1109, 2.748, 1120, - 1.562, + 1.561, 1150, 1.491, 1158, @@ -76870,13 +76838,13 @@ 1186, 1.3, 1218, - 1.883, + 1.882, 1221, - 1.315, + 1.314, 1256, 5.659, 1267, - 3.917, + 3.916, 1272, 1.959, 1295, @@ -76912,39 +76880,39 @@ 1496, 1.833, 1521, - 2.427, + 2.426, 1525, - 5.306, + 5.305, 1543, - 1.562, + 1.561, 1553, 3.788, 1559, 4.097, 1562, - 2.909, + 2.908, 1563, - 4.865, + 4.864, 1564, 2.277, 1565, - 4.865, + 4.864, 1629, - 1.189, + 1.188, 1636, 1.537, 1649, - 1.394, + 1.412, 1654, - 3.603, + 3.602, 1690, - 1.789, + 1.788, 1717, - 4.436, + 4.435, 1869, 1.748, 1875, - 1.883, + 1.882, 1884, 1.127, 1890, @@ -76968,23 +76936,23 @@ 2105, 1.748, 2142, - 2.909, + 2.908, 2164, 1.908, 2217, - 1.616, + 1.615, 2220, - 1.588, + 1.587, 2261, 5.756, 2299, 1.833, 2360, - 3.563, + 3.562, 2389, 2.557, 2403, - 1.883, + 1.882, 2418, 2.165, 2440, @@ -76992,43 +76960,43 @@ 2476, 1.938, 2566, - 2.909, + 2.908, 2638, 2.277, 2647, 1.938, 2684, - 1.562, + 1.561, 2690, 1.537, 2700, - 3.225, + 3.224, 2709, 2.976, 2852, - 3.225, + 3.224, 2875, - 4.822, + 4.821, 2897, - 3.225, + 3.224, 2915, 2.076, 2916, - 6.931, + 6.93, 3057, 1.833, 3204, - 3.331, + 3.33, 3209, 2.277, 3223, - 2.427, + 2.426, 3224, 1.748, 3226, 2.002, 3237, - 1.883, + 1.882, 3317, 2.002, 3412, @@ -77040,17 +77008,17 @@ 3710, 2.165, 3972, - 4.27, + 4.269, 3984, 4.651, 4126, - 5.741, + 5.74, 4134, 1.748, 4154, 4.141, 4241, - 5.185, + 5.184, 4287, 2.076, 4349, @@ -77059,232 +77027,232 @@ 2.277, 4423, 2.277, - 4698, - 1.789, - 4711, + 4695, + 1.788, + 4708, 2.165, + 4747, + 2.426, 4750, - 2.427, - 4753, 2.277, - 4783, - 3.225, - 4835, - 5.185, - 4875, + 4780, + 3.224, + 4832, + 5.184, + 4872, 1.938, - 4918, + 4915, 2.076, - 5076, + 5073, 2.076, - 5211, - 3.583, - 5425, + 5208, + 3.582, + 5422, 1.711, - 5559, + 5556, 2.165, - 5682, + 5679, 1.833, - 5860, + 5857, 2.277, - 5923, - 5.619, - 5958, - 5.185, - 5960, - 2.427, - 5974, + 5920, + 5.618, + 5955, + 5.184, + 5957, + 2.426, + 5971, 2.165, - 6523, - 2.427, - 6636, - 3.603, - 6958, + 6520, + 2.426, + 6633, + 3.602, + 6955, 4.141, - 6992, - 5.671, + 6989, + 5.67, + 7100, + 2.653, + 7101, + 2.653, + 7102, + 2.653, 7103, - 2.654, + 2.653, 7104, - 2.654, + 4.037, 7105, - 2.654, + 2.653, 7106, - 2.654, + 2.076, 7107, - 4.037, + 2.653, 7108, - 2.654, + 4.037, 7109, - 2.076, + 2.653, 7110, - 2.654, + 2.653, 7111, 4.037, 7112, - 2.654, + 2.277, 7113, - 2.654, + 2.277, 7114, - 4.037, - 7115, 2.277, + 7115, + 5.184, 7116, - 2.277, + 3.788, 7117, 2.277, 7118, - 5.185, + 2.653, 7119, - 3.788, - 7120, 2.277, + 7120, + 4.415, 7121, - 2.654, + 2.426, 7122, - 2.277, + 5.184, 7123, - 4.415, + 2.653, 7124, - 2.427, + 2.653, 7125, - 5.185, + 2.653, 7126, - 2.654, + 2.653, 7127, - 2.654, + 2.653, 7128, - 2.654, + 2.653, 7129, - 2.654, + 2.653, 7130, - 2.654, + 2.653, 7131, - 2.654, + 2.653, 7132, - 2.654, + 5.669, 7133, - 2.654, + 2.653, 7134, - 2.654, + 2.002, 7135, - 5.67, + 7.92, 7136, - 2.654, + 5.669, 7137, - 2.002, + 2.653, 7138, - 7.92, + 2.653, 7139, - 5.67, + 2.653, 7140, - 2.654, + 9.881, 7141, - 2.654, + 2.653, 7142, - 2.654, + 8.396, 7143, - 9.881, + 4.415, 7144, - 2.654, + 2.653, 7145, - 8.396, + 6.608, 7146, - 4.415, + 7.337, 7147, - 2.654, + 2.426, 7148, - 6.609, + 2.653, 7149, - 7.338, + 6.608, 7150, - 2.427, + 2.653, 7151, - 2.654, + 4.415, 7152, - 6.609, + 6.196, 7153, - 2.654, + 2.653, 7154, - 4.415, + 2.653, 7155, - 6.196, + 2.653, 7156, - 2.654, + 2.653, 7157, - 2.654, + 2.653, 7158, - 2.654, + 2.653, 7159, - 2.654, + 4.415, 7160, - 2.654, + 2.653, 7161, - 2.654, + 2.426, 7162, - 4.415, + 2.653, 7163, - 2.654, + 2.653, 7164, - 2.427, + 4.415, 7165, - 2.654, + 2.653, 7166, - 2.654, + 2.653, 7167, - 4.415, + 2.653, 7168, - 2.654, + 2.653, 7169, - 2.654, + 2.653, 7170, - 2.654, + 2.653, 7171, - 2.654, + 2.653, 7172, - 2.654, + 2.653, 7173, - 2.654, + 2.653, 7174, - 2.654, + 2.653, 7175, - 2.654, + 4.415, 7176, - 2.654, + 4.037, 7177, - 2.654, + 2.653, 7178, - 4.415, + 2.653, 7179, - 4.037, + 2.653, 7180, - 2.654, + 2.426, 7181, - 2.654, + 2.653, 7182, - 2.654, + 2.653, 7183, - 2.427, + 5.184, 7184, - 2.654, + 2.165, 7185, - 2.654, + 2.277, 7186, - 5.185, + 2.653, 7187, - 2.165, - 7188, - 2.277, - 7189, - 2.654, - 7190, - 2.654 + 2.653 ] ], [ "type/ref/stable/factory", [ - 6760, + 6757, 1.837 ] ], @@ -77312,11 +77280,11 @@ 59, 0.454, 62, - 1.665, + 1.675, 63, - 2.44, + 2.439, 75, - 3.201, + 3.2, 77, 1.939, 79, @@ -77342,25 +77310,25 @@ 113, 1.458, 119, - 3.688, + 3.687, 122, 1.567, 125, - 2.214, + 2.213, 126, 1.859, 133, - 2.75, + 2.749, 141, 1.862, 142, 1.496, 146, - 4.589, + 4.588, 148, 1.032, 149, - 3.254, + 3.253, 150, 1.274, 158, @@ -77408,17 +77376,17 @@ 330, 1.605, 383, - 3.316, + 3.315, 387, 1.775, 411, - 2.612, + 2.611, 442, 2.254, 459, 2.342, 471, - 1.951, + 1.95, 479, 2.73, 510, @@ -77432,7 +77400,7 @@ 608, 2.493, 623, - 2.234, + 2.233, 629, 1.513, 634, @@ -77446,7 +77414,7 @@ 849, 5.02, 860, - 5.035, + 5.034, 866, 1.875, 918, @@ -77454,7 +77422,7 @@ 931, 3.247, 960, - 3.29, + 3.289, 991, 3.064, 1010, @@ -77492,7 +77460,7 @@ 1472, 4.45, 1485, - 3.316, + 3.315, 1544, 3.12, 1600, @@ -77500,15 +77468,15 @@ 1604, 2.644, 1606, - 2.962, + 2.961, 1628, 2.085, 1649, - 2.644, + 2.678, 1682, 3.18, 1713, - 5.441, + 5.44, 1823, 3.011, 1906, @@ -77516,7 +77484,7 @@ 1908, 2.275, 2182, - 4.802, + 4.801, 2323, 4.089, 2358, @@ -77526,7 +77494,7 @@ 2524, 4.692, 2535, - 3.797, + 3.796, 2543, 5.489, 2544, @@ -77534,55 +77502,55 @@ 2555, 4.598, 2633, - 2.581, + 2.58, 2822, 3.064, 2908, - 3.477, + 3.476, 3415, 4.67, 3632, - 4.107, + 4.106, 4296, - 7.327, + 7.326, 4342, 6.654, 4343, - 7.816, + 7.815, 4344, 4.602, - 5120, - 3.676, - 5461, + 5117, + 3.675, + 5458, 4.318, - 5720, + 5717, 3.937, - 6554, - 4.107, + 6551, + 4.106, + 7188, + 5.032, + 7189, + 4.602, + 7190, + 8.547, 7191, - 5.033, + 7.276, 7192, - 4.602, + 7.276, 7193, - 8.547, - 7194, - 7.277, - 7195, - 7.277, - 7196, 4.602, - 7197, + 7194, 4.602, - 7198, + 7195, 4.602, - 7199, + 7196, 4.602 ] ], [ "type/ref/stable/dmPhysics", [ - 6760, + 6757, 1.837 ] ], @@ -77599,18 +77567,18 @@ 6.155, 1814, 5.046, - 5519, + 5516, 8.464, - 7200, + 7197, 9.864, - 7201, + 7198, 9.864 ] ], [ "type/ref/stable/window", [ - 6760, + 6757, 1.837 ] ], @@ -77626,7 +77594,7 @@ 23, 5.068, 30, - 1.623, + 1.634, 36, 2.283, 38, @@ -77638,15 +77606,15 @@ 59, 0.584, 68, - 3.504, + 3.503, 77, 0.889, 79, 1.028, 84, - 1.839, + 1.855, 88, - 4.614, + 4.613, 89, 4.737, 90, @@ -77666,7 +77634,7 @@ 108, 1.262, 116, - 2.519, + 2.518, 124, 4.887, 125, @@ -77678,7 +77646,7 @@ 134, 3.136, 141, - 3.208, + 3.207, 142, 2.578, 143, @@ -77694,13 +77662,13 @@ 177, 1.314, 182, - 2.285, + 2.284, 194, 1.95, 202, 1.394, 229, - 1.793, + 1.792, 240, 2.215, 241, @@ -77708,7 +77676,7 @@ 243, 3.858, 250, - 1.659, + 1.658, 260, 1.447, 263, @@ -77722,17 +77690,17 @@ 282, 2.127, 305, - 2.487, + 2.486, 331, 3.046, 332, 2.154, 347, - 2.769, + 2.768, 358, 2.982, 359, - 1.889, + 1.888, 361, 2.413, 368, @@ -77740,7 +77708,7 @@ 423, 3.239, 442, - 4.167, + 4.166, 455, 4.882, 456, @@ -77758,13 +77726,13 @@ 537, 2.449, 552, - 1.277, + 1.276, 554, 1.611, 561, 1.361, 592, - 2.769, + 2.768, 614, 3.054, 623, @@ -77780,15 +77748,15 @@ 716, 2.449, 717, - 2.527, + 2.526, 750, 2.081, 785, - 5.306, + 5.305, 811, 2.127, 827, - 5.388, + 5.387, 848, 2.127, 891, @@ -77796,13 +77764,13 @@ 915, 3.567, 931, - 1.176, + 1.175, 1047, 3.072, 1071, 2.413, 1124, - 2.769, + 2.768, 1140, 3.995, 1295, @@ -77810,7 +77778,7 @@ 1307, 2.614, 1343, - 2.379, + 2.378, 1378, 5.663, 1379, @@ -77818,25 +77786,25 @@ 1381, 3.046, 1406, - 2.954, + 2.953, 1434, 2.151, 1459, 3.175, 1472, - 3.884, + 3.883, 1502, - 2.202, + 2.201, 1588, - 4.973, + 4.972, 1604, 2.256, 1662, - 1.889, + 1.888, 1713, 2.256, 1769, - 4.287, + 4.286, 1773, 5.712, 1840, @@ -77858,7 +77826,7 @@ 2582, 6.721, 2633, - 3.994, + 3.993, 2875, 3.94, 3121, @@ -77873,94 +77841,94 @@ 3.136, 4399, 3.684, - 4720, - 3.504, - 4864, - 5.689, - 5673, - 6.686, - 5681, + 4717, + 3.503, + 4861, + 5.688, + 5670, + 6.685, + 5678, 3.239, - 6095, - 10.368, - 6474, + 6092, + 10.367, + 6471, 3.684, + 7199, + 7.788, + 7200, + 4.293, + 7201, + 8.941, 7202, - 7.789, + 7.982, 7203, - 4.294, + 7.788, 7204, - 8.941, + 4.293, 7205, - 7.982, + 7.788, 7206, - 7.789, + 4.293, 7207, - 4.294, + 4.293, 7208, - 7.789, + 4.293, 7209, - 4.294, + 4.293, 7210, - 4.294, + 4.293, 7211, - 4.294, + 3.926, 7212, - 4.294, + 4.293, 7213, - 4.294, + 4.293, 7214, - 3.926, + 4.293, 7215, - 4.294, + 3.684, 7216, - 4.294, + 6.471, 7217, - 4.294, + 5.917, 7218, - 3.684, + 6.471, 7219, - 6.472, + 4.293, 7220, - 5.918, + 6.471, 7221, - 6.472, + 4.293, 7222, - 4.294, + 4.293, 7223, - 6.472, + 4.293, 7224, - 4.294, + 4.293, 7225, - 4.294, + 4.293, 7226, - 4.294, + 6.471, 7227, - 4.294, + 4.293, 7228, - 4.294, + 4.293, 7229, - 6.472, + 4.293, 7230, - 4.294, + 4.293, 7231, - 4.294, + 4.293, 7232, - 4.294, + 4.293, 7233, - 4.294, - 7234, - 4.294, - 7235, - 4.294, - 7236, - 4.294 + 4.293 ] ], [ "type/ref/stable/math", [ - 6760, + 6757, 1.837 ] ], @@ -77968,21 +77936,21 @@ "data/ref/stable/math", [ 7, - 1.392, + 1.391, 11, 2.475, 18, 1.135, 20, - 1.195, + 1.194, 21, 3.111, 22, - 3.342, + 3.341, 27, 3.956, 28, - 2.238, + 2.237, 36, 1.792, 38, @@ -77998,7 +77966,7 @@ 77, 0.956, 79, - 0.764, + 0.763, 92, 1.852, 94, @@ -78010,11 +77978,11 @@ 103, 2.069, 106, - 1.224, + 1.223, 107, 0.878, 108, - 2.391, + 2.39, 125, 1.404, 126, @@ -78022,11 +77990,11 @@ 142, 2.031, 143, - 2.238, + 2.237, 144, 2.425, 145, - 2.862, + 2.861, 148, 1.668, 153, @@ -78038,13 +78006,13 @@ 201, 1.535, 230, - 1.607, + 1.606, 241, 1.924, 244, 3.118, 256, - 1.535, + 1.542, 260, 1.556, 263, @@ -78052,11 +78020,11 @@ 306, 5.364, 316, - 4.317, + 4.316, 332, 1.536, 333, - 1.932, + 1.942, 358, 2.127, 371, @@ -78064,11 +78032,11 @@ 407, 6.062, 409, - 3.767, + 3.766, 413, - 3.961, + 3.96, 442, - 2.068, + 2.067, 479, 1.732, 489, @@ -78090,9 +78058,9 @@ 749, 4.443, 829, - 3.767, + 3.766, 880, - 2.238, + 2.237, 951, 4.785, 1094, @@ -78106,41 +78074,41 @@ 1229, 4.5, 1296, - 3.03, + 3.029, 1323, 1.928, 1341, - 3.275, + 3.274, 1361, 3.041, 1401, - 4.951, + 4.95, 1459, 5.033, 1525, - 4.317, + 4.316, 1590, 2.762, 1672, 2.488, 1793, - 2.977, + 2.976, 1929, 2.425, 1979, - 4.159, + 4.158, 2568, 2.917, 2613, 4.719, 2647, - 3.372, + 3.371, 2791, - 6.247, + 6.246, 2837, 2.917, 2854, - 2.977, + 2.976, 3204, 6.134, 3535, @@ -78150,65 +78118,71 @@ 3610, 2.488, 3693, - 2.977, + 2.976, 3713, 6.28, 3790, - 3.961, + 3.96, 3972, - 4.384, + 4.383, 4300, - 7.436, + 7.435, 4538, 5.153, - 5712, - 3.961, - 5801, + 5709, + 3.96, + 5798, 4.221, - 5923, - 3.275, - 6026, - 3.372, - 6121, + 5920, + 3.274, + 6023, + 3.371, + 6118, 4.221, - 6380, + 6377, 5.344, - 6432, + 6429, 4.221, - 6756, + 6753, 4.221, - 6999, + 6996, 4.221, - 7024, - 8.527, - 7065, + 7021, + 8.526, + 7062, 4.221, - 7188, - 6.978, + 7185, + 6.977, + 7234, + 4.616, + 7235, + 3.96, + 7236, + 4.616, 7237, 4.616, 7238, - 3.961, + 8.987, 7239, - 4.616, + 8.131, 7240, 4.616, 7241, - 8.987, + 4.616, 7242, - 8.132, + 6.977, 7243, 4.616, 7244, 4.616, 7245, - 6.978, + 8.987, 7246, 4.616, 7247, 4.616, 7248, - 8.987, + 4.616, 7249, 4.616, 7250, @@ -78222,13 +78196,13 @@ 7254, 4.616, 7255, - 4.616, + 8.131, 7256, 4.616, 7257, 4.616, 7258, - 8.132, + 4.616, 7259, 4.616, 7260, @@ -78250,27 +78224,27 @@ 7268, 4.616, 7269, - 4.616, + 6.831, 7270, 4.616, 7271, 4.616, 7272, - 6.831, + 4.616, 7273, 4.616, 7274, 4.616, 7275, - 4.616, + 4.221, 7276, - 4.616, + 6.831, 7277, 4.616, 7278, - 4.221, + 4.616, 7279, - 6.831, + 4.616, 7280, 4.616, 7281, @@ -78290,13 +78264,13 @@ 7288, 4.616, 7289, - 4.616, + 9.593, 7290, 4.616, 7291, - 4.616, + 4.221, 7292, - 9.593, + 4.616, 7293, 4.616, 7294, @@ -78306,7 +78280,7 @@ 7296, 4.616, 7297, - 4.221, + 4.616, 7298, 4.616, 7299, @@ -78328,19 +78302,13 @@ 7307, 4.616, 7308, - 4.616, - 7309, - 4.616, - 7310, - 4.616, - 7311, 4.616 ] ], [ "type/ref/stable/dmMessage", [ - 6760, + 6757, 1.837 ] ], @@ -78354,7 +78322,7 @@ 20, 1.345, 30, - 2.264, + 2.281, 36, 1.641, 38, @@ -78372,29 +78340,29 @@ 99, 0.898, 102, - 1.533, + 1.532, 103, - 1.38, + 1.379, 106, 1.073, 107, 1.566, 122, - 1.866, + 1.865, 126, - 1.866, + 1.865, 132, - 2.059, + 2.058, 143, - 2.905, + 2.904, 158, 3.1, 170, - 2.298, + 2.297, 229, 1.098, 247, - 3.347, + 3.346, 248, 3.585, 268, @@ -78406,11 +78374,11 @@ 330, 3.226, 333, - 1.695, + 1.704, 368, 1.704, 479, - 3.088, + 3.087, 490, 3.437, 496, @@ -78418,11 +78386,11 @@ 505, 3.072, 553, - 2.142, + 2.141, 555, - 1.866, + 1.865, 601, - 2.171, + 2.186, 602, 2.423, 603, @@ -78446,9 +78414,9 @@ 915, 3.604, 931, - 1.641, + 1.64, 945, - 3.864, + 3.863, 999, 3.792, 1019, @@ -78458,15 +78426,15 @@ 1041, 2.709, 1055, - 6.903, + 6.902, 1062, - 3.274, + 3.273, 1074, 4.52, 1202, - 2.845, + 2.844, 1208, - 3.648, + 3.647, 1250, 3.367, 1296, @@ -78478,7 +78446,7 @@ 1379, 3.792, 1411, - 4.335, + 4.334, 1465, 3.568, 1548, @@ -78490,15 +78458,15 @@ 1632, 3.786, 1640, - 4.688, + 4.687, 1642, 4.889, 1656, 6.01, 1698, - 3.715, + 3.714, 1814, - 2.684, + 2.683, 2123, 3.417, 2164, @@ -78510,9 +78478,9 @@ 3599, 3.947, 3646, - 4.379, + 4.378, 3712, - 2.905, + 2.904, 3721, 5.141, 3726, @@ -78523,96 +78491,96 @@ 3.23, 3984, 5.207, - 4746, - 5.102, - 4857, + 4743, + 5.101, + 4854, 3.47, - 4997, + 4994, 5.479, - 5130, + 5127, 4.52, - 5250, - 4.688, - 5626, + 5247, + 4.687, + 5623, 4.889, - 5761, + 5758, 4.889, - 6078, - 4.688, - 6473, - 4.559, - 6798, + 6075, + 4.687, + 6470, + 4.558, + 6795, 5.141, - 7312, + 7309, 5.479, - 7313, + 7310, 9.399, - 7314, + 7311, 8.229, + 7312, + 5.991, + 7313, + 5.991, + 7314, + 9.808, 7315, - 5.992, + 5.991, 7316, - 5.992, + 5.991, 7317, - 9.808, + 5.991, 7318, - 5.992, + 5.991, 7319, - 5.992, + 5.991, 7320, - 5.992, + 5.991, 7321, - 5.992, + 5.991, 7322, - 5.992, + 6.986, 7323, - 5.992, + 5.479, 7324, - 5.992, + 5.479, 7325, - 6.987, + 9.697, 7326, - 5.479, + 5.991, 7327, - 5.479, + 5.991, 7328, - 9.698, + 5.991, 7329, - 5.992, + 5.991, 7330, - 5.992, + 5.141, 7331, - 5.992, + 4.52, 7332, - 5.992, + 5.991, 7333, - 5.141, + 5.991, 7334, - 4.52, + 4.25, 7335, - 5.992, + 5.991, 7336, - 5.992, + 5.991, 7337, - 4.251, + 4.52, 7338, - 5.992, + 5.991, 7339, - 5.992, + 5.991, 7340, - 4.52, - 7341, - 5.992, - 7342, - 5.992, - 7343, - 5.992 + 5.991 ] ], [ "type/ref/stable/collectionfactory", [ - 6760, + 6757, 1.837 ] ], @@ -78624,7 +78592,7 @@ 8, 1.345, 10, - 1.522, + 1.521, 18, 1.135, 20, @@ -78632,21 +78600,21 @@ 22, 1.975, 30, - 1.817, + 1.83, 36, - 1.404, + 1.403, 38, 1.083, 46, 0.686, 57, - 1.173, + 1.172, 59, 0.827, 60, - 1.338, + 1.337, 62, - 1.59, + 1.6, 69, 2.259, 72, @@ -78676,11 +78644,11 @@ 113, 1.41, 115, - 5.141, + 5.14, 119, - 3.567, + 3.566, 122, - 2.854, + 2.853, 125, 2.141, 126, @@ -78694,7 +78662,7 @@ 142, 1.429, 146, - 4.491, + 4.49, 148, 0.986, 149, @@ -78702,7 +78670,7 @@ 150, 1.217, 158, - 2.058, + 2.057, 161, 3.24, 165, @@ -78714,11 +78682,11 @@ 170, 2.699, 172, - 2.096, + 2.095, 174, 3.394, 175, - 2.096, + 2.095, 177, 2.547, 194, @@ -78762,7 +78730,7 @@ 459, 2.237, 471, - 1.289, + 1.288, 479, 2.641, 490, @@ -78772,7 +78740,7 @@ 500, 1.754, 510, - 2.586, + 2.585, 541, 2.558, 546, @@ -78790,7 +78758,7 @@ 623, 2.133, 629, - 1.446, + 1.445, 634, 1.899, 636, @@ -78822,7 +78790,7 @@ 944, 2.465, 951, - 2.829, + 2.828, 991, 6.409, 1007, @@ -78836,7 +78804,7 @@ 1114, 4.538, 1124, - 3.1, + 3.099, 1153, 2.259, 1172, @@ -78848,9 +78816,9 @@ 1296, 1.791, 1298, - 3.038, + 3.037, 1311, - 3.1, + 3.099, 1406, 2.194, 1411, @@ -78866,13 +78834,13 @@ 1544, 2.98, 1606, - 2.829, + 2.828, 1628, 4.963, 1649, - 2.526, + 2.558, 1682, - 3.038, + 3.037, 1713, 4.815, 1901, @@ -78882,7 +78850,7 @@ 2065, 3.626, 2156, - 2.927, + 2.926, 2182, 4.699, 2323, @@ -78890,9 +78858,9 @@ 2358, 2.98, 2509, - 6.993, + 6.992, 2524, - 5.91, + 5.909, 2525, 6.039, 2535, @@ -78904,21 +78872,21 @@ 2544, 4.538, 2545, - 6.436, + 6.435, 2551, - 7.614, + 7.613, 2555, - 4.448, + 4.447, 2556, - 4.396, + 4.395, 2558, - 3.321, + 3.32, 2633, 2.465, 2822, - 2.927, + 2.926, 2908, - 3.321, + 3.32, 3317, 3.626, 3415, @@ -78930,49 +78898,49 @@ 4416, 6.514, 4578, - 4.396, - 4812, + 4.395, + 4809, 3.922, - 5120, + 5117, 3.511, - 5461, - 4.125, - 5720, - 3.761, - 7006, - 2.927, - 7192, - 4.396, + 5458, + 4.124, + 5717, + 3.76, + 7003, + 2.926, + 7189, + 4.395, + 7193, + 4.395, + 7194, + 4.395, + 7195, + 4.395, 7196, - 4.396, - 7197, - 4.396, - 7198, - 4.396, - 7199, - 4.396, + 4.395, + 7341, + 4.807, + 7342, + 4.807, + 7343, + 6.435, 7344, 4.807, 7345, 4.807, 7346, - 6.436, - 7347, - 4.807, - 7348, - 4.807, - 7349, 7.038, - 7350, + 7347, 7.038, - 7351, + 7348, 7.038 ] ], [ "type/ref/stable/dmAlign", [ - 6760, + 6757, 1.837 ] ], @@ -78999,20 +78967,20 @@ 5.8, 4621, 7.23, - 5127, + 5124, 10.098, - 6263, + 6260, 10.664, - 7352, + 7349, 9.527, - 7353, + 7350, 8.712 ] ], [ "type/ref/stable/dmMemory", [ - 6760, + 6757, 1.837 ] ], @@ -79056,7 +79024,7 @@ 330, 2.62, 333, - 2.324, + 2.336, 369, 5.538, 392, @@ -79070,7 +79038,7 @@ 553, 2.937, 601, - 3.663, + 3.688, 622, 5.686, 856, @@ -79080,11 +79048,11 @@ 874, 4.213, 901, - 3.551, + 3.55, 948, - 3.247, + 3.246, 1035, - 8.105, + 8.104, 1434, 4.116, 1459, @@ -79096,47 +79064,47 @@ 2563, 5.829, 2565, - 6.814, + 6.813, 2637, 5.192, 2736, 6.153, 2836, - 7.909, + 7.908, 3713, 4.835, - 4857, + 4854, 4.759, - 6473, - 6.066, - 6763, + 6470, + 6.065, + 6760, 5.765, - 7337, + 7334, 5.829, + 7351, + 8.216, + 7352, + 7.513, + 7353, + 10.109, 7354, - 8.217, + 8.216, 7355, - 7.514, + 7.05, 7356, - 10.109, + 7.05, 7357, - 8.217, + 9.244, 7358, - 7.05, + 8.216, 7359, - 7.05, - 7360, - 9.244, - 7361, - 8.217, - 7362, - 8.217 + 8.216 ] ], [ "type/ref/stable/timer", [ - 6760, + 6757, 1.837 ] ], @@ -79172,7 +79140,7 @@ 99, 0.731, 103, - 1.382, + 1.381, 106, 1.685, 107, @@ -79190,7 +79158,7 @@ 148, 1.231, 149, - 3.136, + 3.135, 150, 1.519, 153, @@ -79232,31 +79200,31 @@ 380, 2.13, 411, - 4.275, + 4.274, 469, - 4.767, + 4.766, 479, 2.251, 490, - 3.441, + 3.44, 500, 2.189, 505, - 3.077, + 3.076, 543, - 2.408, + 2.407, 554, 2.251, 556, - 2.466, + 2.465, 561, 2.611, 629, 1.804, 634, - 3.255, + 3.254, 648, - 2.909, + 2.908, 689, 3.689, 752, @@ -79276,7 +79244,7 @@ 1009, 5.552, 1010, - 2.466, + 2.465, 1034, 2.301, 1143, @@ -79294,7 +79262,7 @@ 1295, 3.529, 1322, - 4.224, + 4.223, 1379, 4.665, 1406, @@ -79308,19 +79276,19 @@ 1474, 8.071, 1649, - 4.942, + 5.005, 1814, 5.121, 1928, - 5.071, + 5.07, 1973, 4.928, 2440, - 2.909, + 2.908, 2452, - 4.257, + 4.256, 2550, - 4.771, + 4.77, 3559, 6.444, 3561, @@ -79331,56 +79299,56 @@ 3.953, 4553, 6.721, - 4876, - 4.383, - 5681, + 4873, + 4.382, + 5678, 4.526, - 6144, + 6141, 8.973, + 7360, + 6.0, + 7361, + 6.0, + 7362, + 10.961, 7363, 6.0, 7364, - 6.0, + 9.406, 7365, - 10.961, - 7366, 6.0, + 7366, + 8.237, 7367, - 9.406, + 5.148, 7368, - 6.0, - 7369, 8.237, + 7369, + 6.0, 7370, - 5.149, + 6.0, 7371, - 8.237, + 6.0, 7372, 6.0, 7373, - 6.0, + 4.896, 7374, 6.0, 7375, 6.0, 7376, - 4.896, + 6.0, 7377, 6.0, 7378, - 6.0, - 7379, - 6.0, - 7380, - 6.0, - 7381, - 5.487 + 5.486 ] ], [ "type/ref/stable/dmVMath", [ - 6760, + 6757, 1.837 ] ], @@ -79400,9 +79368,9 @@ 57, 1.315, 59, - 0.368, + 0.367, 74, - 3.929, + 3.928, 75, 2.734, 79, @@ -79424,9 +79392,9 @@ 241, 1.331, 251, - 4.735, + 4.734, 263, - 1.218, + 1.217, 295, 1.876, 305, @@ -79438,19 +79406,19 @@ 330, 3.055, 333, - 2.978, + 2.994, 354, 5.688, 459, - 2.893, + 2.892, 471, - 1.092, + 1.091, 479, 4.157, 481, - 2.323, + 2.322, 500, - 3.079, + 3.078, 590, 3.765, 602, @@ -79468,25 +79436,25 @@ 1099, 7.878, 1192, - 5.635, + 5.634, 1221, - 4.181, + 4.18, 1254, 6.769, 1256, - 2.525, + 2.524, 1272, 1.807, 1329, 5.962, 1411, - 1.745, + 1.744, 1429, 4.19, 1459, 1.66, 1631, - 2.525, + 2.524, 1847, 7.978, 1979, @@ -79496,7 +79464,7 @@ 2323, 6.914, 2591, - 2.745, + 2.744, 2613, 2.813, 2699, @@ -79506,9 +79474,9 @@ 2780, 6.952, 2989, - 7.799, + 7.798, 3021, - 2.525, + 2.524, 3487, 7.097, 3709, @@ -79516,83 +79484,89 @@ 3780, 3.186, 3810, - 4.968, + 4.967, 3854, 3.072, 3882, 7.495, 3912, - 7.799, + 7.798, 3984, 6.578, 3988, 6.457, 4423, 5.334, - 4850, - 4.541, - 4875, + 4847, + 4.54, + 4872, 2.974, - 5211, + 5208, 7.001, - 5893, - 5.685, - 6220, + 5890, + 5.684, + 6217, 7.817, - 6988, - 3.724, + 6985, + 3.723, + 6986, + 3.723, 6989, - 3.724, - 6992, 3.494, - 7011, - 5.685, - 7013, + 7008, + 5.684, + 7010, 3.186, - 7016, - 5.685, + 7013, + 5.684, + 7054, + 5.684, + 7055, + 5.684, + 7056, + 5.684, 7057, - 5.685, + 5.684, 7058, - 5.685, + 5.684, 7059, - 5.685, - 7060, - 5.685, - 7061, - 5.685, - 7062, - 5.685, - 7094, + 5.684, + 7091, 6.895, - 7238, + 7235, 6.47, - 7382, + 7379, 4.072, - 7383, + 7380, 7.54, - 7384, + 7381, 7.54, + 7382, + 6.216, + 7383, + 6.216, + 7384, + 6.216, 7385, - 6.217, + 6.216, 7386, - 6.217, + 4.072, 7387, - 6.217, + 9.088, 7388, - 6.217, + 9.088, 7389, - 4.072, + 6.216, 7390, - 9.089, + 6.216, 7391, - 9.089, + 8.438, 7392, - 6.217, + 4.072, 7393, - 6.217, + 4.072, 7394, - 8.439, + 4.072, 7395, 4.072, 7396, @@ -79606,29 +79580,23 @@ 7400, 4.072, 7401, - 4.072, + 3.723, 7402, - 4.072, + 7.716, 7403, 4.072, 7404, - 3.724, + 6.216, 7405, - 7.717, - 7406, - 4.072, - 7407, - 6.217, - 7408, 4.072, - 7409, - 8.439 + 7406, + 8.438 ] ], [ "type/ref/stable/dmLog", [ - 6760, + 6757, 1.837 ] ], @@ -79658,7 +79626,7 @@ 79, 0.865, 86, - 1.977, + 1.976, 90, 1.451, 99, @@ -79684,7 +79652,7 @@ 169, 0.906, 202, - 1.977, + 1.976, 227, 4.818, 240, @@ -79692,7 +79660,7 @@ 241, 1.781, 256, - 2.474, + 2.486, 263, 1.82, 268, @@ -79702,11 +79670,11 @@ 309, 4.895, 392, - 2.915, + 2.914, 471, 1.632, 496, - 2.833, + 2.832, 497, 3.121, 554, @@ -79732,7 +79700,7 @@ 773, 2.206, 815, - 5.158, + 5.157, 894, 3.287, 917, @@ -79752,7 +79720,7 @@ 1519, 8.983, 1602, - 5.395, + 5.394, 1911, 3.121, 1939, @@ -79760,7 +79728,7 @@ 2030, 4.103, 2050, - 5.224, + 5.223, 2164, 5.176, 2335, @@ -79789,78 +79757,78 @@ 7.138, 4553, 8.983, - 4837, - 5.224, - 5469, - 4.763, - 5673, + 4834, + 5.223, + 5466, + 4.762, + 5670, 7.026, - 5682, - 5.747, + 5679, + 5.746, + 7407, + 8.319, + 7408, + 8.319, + 7409, + 6.087, 7410, 8.319, 7411, - 8.319, + 6.087, 7412, - 6.088, + 8.319, 7413, 8.319, 7414, - 6.088, + 9.477, 7415, - 8.319, + 4.446, 7416, - 8.319, + 6.087, 7417, - 9.477, + 6.087, 7418, - 4.446, + 9.447, 7419, - 6.088, + 6.087, 7420, - 6.088, + 6.087, 7421, - 9.447, + 6.087, 7422, - 6.088, + 6.087, 7423, - 6.088, + 6.087, 7424, - 6.088, + 6.087, 7425, - 6.088, + 6.087, 7426, - 6.088, + 6.087, 7427, - 6.088, + 6.087, 7428, - 6.088, + 6.087, 7429, - 6.088, + 6.087, 7430, - 6.088, + 6.087, 7431, - 6.088, + 5.566, 7432, - 6.088, + 6.087, 7433, - 6.088, + 6.087, 7434, - 5.567, + 6.087, 7435, - 6.088, - 7436, - 6.088, - 7437, - 6.088, - 7438, - 6.088 + 6.087 ] ], [ "type/ref/stable/dmArray", [ - 6760, + 6757, 1.837 ] ], @@ -79868,7 +79836,7 @@ "data/ref/stable/dmArray", [ 7, - 1.285, + 1.284, 10, 0.8, 11, @@ -79882,17 +79850,17 @@ 27, 4.646, 30, - 1.399, + 1.409, 36, - 1.152, + 1.151, 38, 0.789, 46, 1.315, 52, - 1.59, + 1.589, 54, - 2.742, + 2.741, 57, 1.569, 59, @@ -79904,7 +79872,7 @@ 79, 0.603, 84, - 1.585, + 1.599, 90, 1.376, 99, @@ -79918,7 +79886,7 @@ 107, 1.351, 110, - 3.17, + 3.169, 119, 5.403, 122, @@ -79930,7 +79898,7 @@ 142, 1.1, 146, - 2.83, + 2.829, 148, 1.185, 158, @@ -79954,7 +79922,7 @@ 241, 1.718, 257, - 2.282, + 2.281, 268, 2.09, 269, @@ -79962,7 +79930,7 @@ 280, 2.264, 333, - 2.008, + 2.019, 341, 2.77, 368, @@ -79974,7 +79942,7 @@ 479, 2.167, 500, - 2.927, + 2.926, 501, 4.356, 505, @@ -79982,9 +79950,9 @@ 507, 4.356, 508, - 5.281, + 5.28, 511, - 3.073, + 3.072, 516, 5.517, 553, @@ -79998,21 +79966,21 @@ 691, 2.82, 728, - 2.83, + 2.829, 740, 4.065, 752, 1.705, 769, - 6.876, + 6.875, 792, 2.111, 811, 1.833, 834, - 2.861, + 2.86, 848, - 4.31, + 4.309, 856, 2.849, 866, @@ -80036,15 +80004,15 @@ 1139, 5.18, 1152, - 6.354, + 6.353, 1164, 2.214, 1172, - 1.876, + 1.875, 1186, - 2.83, + 2.829, 1216, - 4.629, + 4.628, 1296, 1.379, 1329, @@ -80052,7 +80020,7 @@ 1379, 1.705, 1387, - 3.724, + 3.723, 1406, 2.635, 1510, @@ -80060,7 +80028,7 @@ 1544, 2.294, 1815, - 4.518, + 4.517, 1869, 3.804, 1882, @@ -80070,15 +80038,15 @@ 2095, 3.455, 2423, - 5.357, + 5.356, 2498, - 2.339, + 2.338, 2507, 2.214, 2565, 7.301, 2637, - 6.614, + 6.613, 2682, 4.955, 2779, @@ -80098,67 +80066,67 @@ 4384, 2.703, 4514, - 3.724, - 5151, - 2.626, - 5211, + 3.723, + 5148, + 2.625, + 5208, 7.217, - 5297, + 5294, 7.098, - 5753, - 4.218, - 6473, - 5.518, - 6763, - 6.337, - 7006, + 5750, + 4.217, + 6470, + 5.517, + 6760, + 6.336, + 7003, 2.253, - 7355, + 7352, 3.384, - 7360, - 5.281, - 7376, + 7357, + 5.28, + 7373, 3.02, + 7436, + 4.711, + 7437, + 11.504, + 7438, + 3.701, 7439, - 4.712, + 8.804, 7440, - 11.504, + 3.175, 7441, 3.701, 7442, - 8.804, + 3.701, 7443, - 3.176, + 3.701, 7444, 3.701, 7445, - 3.701, + 5.774, 7446, - 3.701, + 5.356, 7447, - 3.701, + 4.955, 7448, - 5.775, + 5.28, 7449, - 5.357, + 3.701, 7450, - 4.955, + 3.175, 7451, - 5.281, - 7452, - 3.701, - 7453, - 3.176, - 7454, 3.701, - 7455, + 7452, 3.701 ] ], [ "type/ref/stable/physics", [ - 6760, + 6757, 1.837 ] ], @@ -80178,7 +80146,7 @@ 20, 1.358, 30, - 1.364, + 1.374, 31, 1.684, 36, @@ -80186,15 +80154,15 @@ 38, 1.249, 41, - 1.1, + 1.099, 46, 1.608, 49, 0.393, 52, - 1.311, + 1.31, 56, - 0.443, + 0.442, 57, 1.54, 59, @@ -80202,23 +80170,23 @@ 60, 0.316, 62, - 2.312, + 2.326, 66, 0.733, 72, - 0.697, + 0.696, 77, 1.252, 79, 0.999, 84, - 2.426, + 2.447, 86, 0.369, 89, 1.143, 90, - 1.666, + 1.665, 92, 3.005, 96, @@ -80246,9 +80214,9 @@ 113, 1.586, 116, - 0.443, + 0.442, 119, - 1.061, + 1.06, 121, 0.692, 122, @@ -80258,17 +80226,17 @@ 126, 2.016, 127, - 1.411, + 1.41, 128, - 3.285, + 3.284, 130, - 2.899, + 2.898, 135, 1.684, 140, 0.964, 141, - 1.336, + 1.335, 142, 3.201, 145, @@ -80298,19 +80266,19 @@ 175, 0.496, 177, - 1.105, + 1.104, 178, 2.497, 195, 1.212, 200, - 2.899, + 2.898, 201, 0.653, 202, 2.269, 207, - 0.697, + 0.696, 213, 2.328, 226, @@ -80322,21 +80290,21 @@ 230, 1.657, 237, - 1.664, + 1.663, 240, 1.987, 241, 1.435, 244, - 2.009, + 2.008, 247, 1.873, 250, 3.262, 251, - 1.664, + 1.663, 256, - 0.47, + 0.472, 257, 0.827, 261, @@ -80354,21 +80322,21 @@ 300, 0.63, 305, - 0.659, + 0.658, 307, 1.212, 314, - 4.464, + 4.463, 316, - 3.821, + 3.82, 330, - 2.038, + 2.037, 332, 1.885, 333, - 1.347, + 1.354, 334, - 2.638, + 2.637, 342, 1.617, 358, @@ -80390,7 +80358,7 @@ 390, 0.479, 391, - 1.298, + 1.297, 392, 2.239, 404, @@ -80400,7 +80368,7 @@ 426, 2.637, 446, - 1.457, + 1.456, 452, 0.331, 453, @@ -80408,7 +80376,7 @@ 459, 1.353, 469, - 1.061, + 1.06, 471, 1.713, 479, @@ -80416,15 +80384,15 @@ 480, 0.749, 488, - 1.323, + 1.322, 490, 1.764, 496, 0.529, 500, - 0.764, + 0.763, 504, - 1.457, + 1.456, 509, 1.086, 513, @@ -80440,9 +80408,9 @@ 533, 0.63, 534, - 1.985, + 1.984, 541, - 1.114, + 1.113, 543, 1.694, 552, @@ -80458,19 +80426,19 @@ 573, 0.427, 574, - 2.026, + 2.025, 577, 0.821, 580, - 0.719, + 0.718, 590, - 1.205, + 1.204, 604, 0.576, 629, 1.086, 636, - 0.803, + 0.802, 644, 1.037, 647, @@ -80488,7 +80456,7 @@ 692, 1.091, 713, - 1.528, + 1.527, 717, 1.711, 727, @@ -80496,11 +80464,11 @@ 728, 1.425, 740, - 1.061, + 1.06, 750, - 3.25, + 3.249, 752, - 2.414, + 2.413, 765, 0.733, 773, @@ -80512,7 +80480,7 @@ 826, 0.597, 849, - 3.597, + 3.596, 856, 2.102, 866, @@ -80524,15 +80492,15 @@ 898, 1.86, 900, - 2.275, + 2.274, 903, 3.445, 914, - 2.366, + 2.365, 925, 1.379, 926, - 0.831, + 0.83, 931, 3.289, 941, @@ -80550,7 +80518,7 @@ 987, 0.605, 1000, - 5.615, + 5.614, 1001, 1.796, 1002, @@ -80568,7 +80536,7 @@ 1012, 2.946, 1014, - 1.35, + 1.349, 1019, 4.139, 1022, @@ -80584,7 +80552,7 @@ 1109, 0.551, 1116, - 3.952, + 3.951, 1124, 0.733, 1140, @@ -80592,9 +80560,9 @@ 1146, 2.057, 1153, - 2.238, + 2.237, 1155, - 1.41, + 1.409, 1157, 2.501, 1158, @@ -80608,43 +80576,43 @@ 1187, 2.917, 1188, - 1.026, + 1.025, 1192, - 1.298, + 1.297, 1198, - 1.194, + 1.193, 1221, 2.806, 1223, - 1.411, + 1.41, 1225, 0.807, 1226, 3.448, 1231, - 2.373, + 2.372, 1245, 0.766, 1261, 0.68, 1272, - 2.325, + 2.324, 1279, 2.16, 1293, - 3.186, + 3.185, 1295, 3.579, 1296, 0.78, 1306, - 1.323, + 1.322, 1307, 0.692, 1309, 0.621, 1323, - 1.215, + 1.214, 1324, 0.59, 1327, @@ -80652,17 +80620,17 @@ 1339, 0.858, 1378, - 2.899, + 2.898, 1379, 1.946, 1386, - 0.831, + 0.83, 1403, 0.54, 1406, 3.612, 1434, - 1.457, + 1.456, 1459, 1.941, 1465, @@ -80688,19 +80656,19 @@ 1609, 1.212, 1628, - 1.205, + 1.204, 1629, 0.937, 1631, 0.705, 1636, - 0.659, + 0.658, 1638, - 0.719, + 0.718, 1644, 4.085, 1650, - 2.527, + 2.526, 1651, 1.252, 1661, @@ -80708,9 +80676,9 @@ 1672, 1.946, 1682, - 0.719, + 0.718, 1690, - 1.411, + 1.41, 1698, 0.705, 1713, @@ -80724,13 +80692,13 @@ 1889, 1.274, 1892, - 3.186, + 3.185, 1902, 0.749, 1903, - 1.529, + 1.528, 1904, - 0.89, + 0.889, 1908, 1.632, 1928, @@ -80746,23 +80714,23 @@ 2039, 1.04, 2040, - 4.86, + 4.859, 2042, 1.159, 2070, - 0.719, + 0.718, 2087, - 0.719, + 0.718, 2089, 1.176, 2156, 0.692, 2211, - 0.976, + 0.975, 2220, 0.68, 2286, - 4.907, + 4.906, 2296, 6.612, 2297, @@ -80786,41 +80754,41 @@ 2326, 6.291, 2327, - 0.719, + 0.718, 2435, - 3.885, + 3.884, 2440, - 1.015, + 1.014, 2469, 1.485, 2498, - 0.719, + 0.718, 2582, - 2.988, + 2.987, 2633, 0.583, 2645, - 4.137, + 4.136, 2775, 0.613, 2780, 0.705, 2835, - 0.976, + 0.975, 2873, 1.796, 2874, - 0.831, + 0.83, 2907, - 0.89, + 0.889, 2925, 1.875, 3200, - 3.478, + 3.477, 3246, 0.807, 3325, - 0.831, + 0.83, 3366, 2.561, 3615, @@ -80832,7 +80800,7 @@ 3790, 2.495, 3846, - 4.354, + 4.353, 3856, 4.431, 3861, @@ -80844,179 +80812,185 @@ 4098, 2.238, 4104, - 0.705, + 0.718, 4252, 2.561, 4257, 3.084, 4347, - 0.976, + 0.975, 4364, 0.807, 4514, - 1.35, + 1.349, 4564, 1.637, 4603, 1.579, - 4832, - 1.411, - 4860, + 4829, + 1.41, + 4857, 1.04, - 4874, - 2.373, - 4875, - 1.529, - 5094, - 1.708, - 5171, - 2.373, - 5497, - 0.976, + 4871, + 2.372, + 4872, + 1.528, + 5091, + 1.707, + 5168, + 2.372, + 5494, + 0.975, + 5518, + 3.301, + 5519, + 3.301, 5521, - 3.302, + 2.658, 5522, - 3.302, - 5524, - 2.659, + 0.975, 5525, - 0.976, + 2.658, 5528, - 2.659, - 5531, - 2.659, - 5673, - 1.916, + 2.658, + 5670, + 1.915, + 5671, + 3.301, 5674, - 3.302, - 5677, 1.796, + 5676, + 1.913, + 5677, + 2.658, 5679, - 1.914, - 5680, - 2.659, - 5682, 0.785, + 5684, + 1.913, 5687, - 1.914, - 5690, 1.796, - 5693, + 5690, 1.04, + 5691, + 2.658, 5694, - 2.659, - 5697, - 5.529, - 5698, - 0.976, + 5.528, + 5695, + 0.975, + 5704, + 0.975, 5707, - 0.976, - 5710, 1.04, - 5774, + 5771, 1.04, + 5772, + 9.916, + 5774, + 3.301, 5775, - 9.917, + 1.04, 5777, - 3.302, + 1.04, 5778, 1.04, 5780, - 1.04, + 2.658, 5781, + 3.301, + 5786, 1.04, - 5783, - 2.659, - 5784, - 3.302, - 5789, + 5790, 1.04, 5793, + 4.789, + 5795, + 6.129, + 5799, 1.04, - 5796, - 4.79, - 5798, - 6.13, - 5802, - 1.04, - 5803, - 3.885, - 6134, - 1.914, - 6241, - 0.976, - 6963, + 5800, + 3.884, + 6131, + 1.913, + 6238, + 0.975, + 6960, 1.04, - 6964, + 6961, 1.04, - 7006, + 7003, 1.274, - 7024, - 4.73, - 7205, - 0.976, - 7218, - 0.976, - 7278, + 7021, + 4.729, + 7202, + 0.975, + 7215, + 0.975, + 7275, 1.04, - 7359, - 0.976, - 7381, + 7356, + 0.975, + 7378, 1.04, + 7453, + 1.913, + 7454, + 2.824, + 7455, + 1.137, 7456, - 1.914, + 1.04, 7457, - 2.825, - 7458, 1.137, + 7458, + 2.093, 7459, - 1.04, + 2.907, 7460, 1.137, 7461, - 2.093, + 2.907, 7462, - 2.908, + 1.913, 7463, - 1.137, + 2.093, 7464, - 2.908, + 2.907, 7465, - 1.914, + 3.098, 7466, - 2.093, + 1.137, 7467, - 2.908, + 1.137, 7468, - 3.098, + 0.928, 7469, - 1.137, + 2.907, 7470, - 1.137, + 2.658, 7471, - 0.928, + 1.137, 7472, - 2.908, + 1.04, 7473, - 2.659, + 1.137, 7474, 1.137, 7475, - 1.04, + 2.093, 7476, 1.137, 7477, 1.137, 7478, - 2.093, + 6.045, 7479, - 1.137, + 2.093, 7480, 1.137, 7481, - 6.046, + 1.137, 7482, - 2.093, + 1.137, 7483, 1.137, 7484, @@ -81024,25 +80998,25 @@ 7485, 1.137, 7486, - 1.137, + 2.093, 7487, 1.137, 7488, - 1.137, + 3.61, 7489, - 2.093, - 7490, 1.137, - 7491, + 7490, 3.61, + 7491, + 2.093, 7492, - 1.137, + 2.907, 7493, - 3.61, + 1.137, 7494, 2.093, 7495, - 2.908, + 1.137, 7496, 1.137, 7497, @@ -81050,77 +81024,77 @@ 7498, 1.137, 7499, - 1.137, - 7500, 2.093, - 7501, + 7500, 1.137, - 7502, + 7501, 2.093, + 7502, + 1.707, 7503, - 1.137, + 4.761, 7504, 2.093, 7505, - 1.708, + 1.137, 7506, - 4.761, + 1.137, 7507, - 2.093, - 7508, 1.137, + 7508, + 2.907, 7509, - 1.137, + 2.093, 7510, - 1.137, + 2.907, 7511, - 2.908, + 2.907, 7512, - 2.093, + 2.907, 7513, - 2.908, + 2.093, 7514, - 2.908, + 1.137, 7515, - 2.908, - 7516, 2.093, + 7516, + 1.913, 7517, - 1.137, - 7518, 2.093, + 7518, + 2.907, 7519, - 1.914, + 1.137, 7520, - 2.093, + 1.796, 7521, - 2.908, + 1.137, 7522, 1.137, 7523, - 1.796, + 1.137, 7524, 1.137, 7525, - 1.137, + 2.093, 7526, 1.137, 7527, 1.137, 7528, - 2.093, + 1.137, 7529, 1.137, 7530, 1.137, 7531, - 1.137, + 2.093, 7532, 1.137, 7533, 1.137, 7534, - 2.093, + 1.137, 7535, 1.137, 7536, @@ -81130,15 +81104,15 @@ 7538, 1.137, 7539, - 1.137, + 2.907, 7540, - 1.137, + 2.093, 7541, 1.137, 7542, - 2.908, + 1.137, 7543, - 2.093, + 1.137, 7544, 1.137, 7545, @@ -81160,37 +81134,31 @@ 7553, 1.137, 7554, - 1.137, + 2.093, 7555, 1.137, 7556, 1.137, 7557, - 2.093, - 7558, 1.137, + 7558, + 1.04, 7559, 1.137, 7560, - 1.137, + 1.04, 7561, 1.04, 7562, 1.137, 7563, - 1.04, - 7564, - 1.04, - 7565, - 1.137, - 7566, 2.093 ] ], [ "type/ref/stable/gui", [ - 6760, + 6757, 1.837 ] ], @@ -81202,11 +81170,11 @@ 7, 0.726, 8, - 0.473, + 0.472, 9, 0.573, 10, - 1.251, + 1.25, 11, 0.612, 12, @@ -81226,7 +81194,7 @@ 28, 0.57, 30, - 1.743, + 1.755, 31, 0.357, 36, @@ -81238,17 +81206,17 @@ 46, 1.531, 47, - 5.468, + 5.467, 48, 4.195, 49, - 1.595, + 1.594, 50, - 2.555, + 2.554, 52, 0.714, 54, - 0.559, + 0.558, 55, 1.036, 56, @@ -81262,19 +81230,19 @@ 60, 1.032, 62, - 1.694, + 1.705, 63, 1.047, 66, 0.397, 67, - 0.309, + 0.308, 69, 1.015, 70, 0.259, 72, - 0.392, + 0.391, 73, 0.978, 75, @@ -81286,9 +81254,9 @@ 79, 0.966, 83, - 2.392, + 2.391, 84, - 0.925, + 0.933, 86, 1.204, 87, @@ -81308,7 +81276,7 @@ 95, 5.817, 96, - 1.462, + 1.461, 97, 1.252, 99, @@ -81340,7 +81308,7 @@ 118, 3.977, 119, - 1.88, + 1.879, 121, 2.154, 123, @@ -81350,15 +81318,15 @@ 125, 1.403, 126, - 1.913, + 1.912, 127, 0.415, 128, 0.302, 131, - 0.888, + 0.887, 132, - 2.94, + 2.939, 133, 2.202, 140, @@ -81390,7 +81358,7 @@ 158, 2.626, 159, - 2.183, + 2.182, 160, 0.346, 165, @@ -81398,25 +81366,25 @@ 166, 0.289, 167, - 1.049, + 1.048, 168, - 1.573, + 1.572, 169, 0.797, 170, - 3.219, + 3.218, 172, 1.13, 174, - 0.48, + 0.479, 175, 3.796, 177, - 2.176, + 2.175, 178, 0.229, 185, - 3.775, + 3.774, 186, 0.681, 193, @@ -81432,27 +81400,27 @@ 201, 1.386, 202, - 2.003, + 2.002, 207, 0.205, 208, 0.271, 209, - 0.465, + 0.464, 210, 0.683, 211, - 1.341, + 1.34, 212, 3.866, 213, - 0.759, + 0.758, 215, 3.868, 216, - 3.381, + 3.38, 218, - 5.554, + 5.553, 223, 1.762, 226, @@ -81460,7 +81428,7 @@ 227, 0.357, 228, - 0.91, + 0.909, 229, 1.472, 230, @@ -81490,27 +81458,27 @@ 249, 0.295, 250, - 3.103, + 3.102, 251, - 3.338, + 3.337, 253, 0.589, 256, - 1.464, + 1.471, 257, - 1.466, + 1.465, 258, 1.113, 259, 1.532, 260, - 0.397, + 0.396, 261, 1.429, 263, - 2.776, + 2.775, 264, - 2.454, + 2.453, 266, 3.325, 267, @@ -81526,7 +81494,7 @@ 274, 1.761, 276, - 0.465, + 0.464, 277, 0.528, 278, @@ -81534,7 +81502,7 @@ 280, 0.241, 281, - 2.499, + 2.498, 282, 0.305, 283, @@ -81542,7 +81510,7 @@ 284, 0.563, 285, - 1.341, + 1.34, 286, 1.492, 288, @@ -81558,7 +81526,7 @@ 303, 2.798, 304, - 1.393, + 1.392, 305, 0.681, 306, @@ -81568,19 +81536,19 @@ 308, 2.186, 310, - 1.01, + 1.009, 311, - 0.759, + 0.758, 315, 0.729, 316, 1.891, 320, - 3.337, + 3.336, 322, - 1.69, + 1.689, 327, - 2.992, + 2.991, 328, 1.551, 329, @@ -81590,11 +81558,11 @@ 332, 0.562, 333, - 0.847, + 0.851, 335, 2.853, 336, - 0.465, + 0.464, 338, 2.186, 339, @@ -81606,15 +81574,15 @@ 344, 2.258, 346, - 1.01, + 1.009, 347, - 0.759, + 0.758, 353, 0.468, 354, - 0.465, + 0.464, 357, - 3.759, + 3.758, 358, 3.075, 361, @@ -81628,7 +81596,7 @@ 366, 1.321, 367, - 3.027, + 3.026, 370, 4.512, 371, @@ -81646,9 +81614,9 @@ 389, 0.652, 392, - 0.757, + 0.756, 394, - 2.387, + 2.386, 400, 0.415, 402, @@ -81656,7 +81624,7 @@ 410, 0.502, 411, - 0.611, + 0.61, 412, 0.415, 416, @@ -81666,9 +81634,9 @@ 419, 1.067, 421, - 4.826, + 4.825, 424, - 0.465, + 0.464, 427, 2.442, 428, @@ -81686,7 +81654,7 @@ 453, 0.357, 457, - 0.921, + 0.92, 467, 0.406, 469, @@ -81702,9 +81670,9 @@ 483, 0.406, 489, - 0.287, + 0.286, 490, - 1.684, + 1.683, 492, 0.357, 499, @@ -81718,7 +81686,7 @@ 505, 0.316, 509, - 1.121, + 1.12, 510, 0.432, 511, @@ -81728,7 +81696,7 @@ 516, 2.486, 517, - 1.01, + 1.009, 521, 0.409, 522, @@ -81744,13 +81712,13 @@ 543, 0.472, 544, - 2.068, + 2.067, 547, 0.362, 552, 1.198, 553, - 2.205, + 2.204, 554, 0.634, 555, @@ -81758,7 +81726,7 @@ 556, 0.483, 559, - 2.116, + 2.115, 561, 1.277, 573, @@ -81772,7 +81740,7 @@ 588, 0.32, 595, - 0.911, + 0.91, 599, 0.45, 603, @@ -81782,13 +81750,13 @@ 629, 0.78, 648, - 0.299, + 0.298, 668, 0.502, 669, 0.382, 674, - 0.309, + 0.308, 675, 0.236, 679, @@ -81804,7 +81772,7 @@ 692, 0.634, 702, - 0.309, + 0.308, 703, 0.847, 724, @@ -81812,7 +81780,7 @@ 728, 1.27, 732, - 1.423, + 1.422, 738, 0.368, 750, @@ -81820,7 +81788,7 @@ 752, 2.125, 753, - 0.835, + 0.834, 762, 0.278, 765, @@ -81844,9 +81812,9 @@ 819, 0.362, 827, - 1.734, + 1.733, 832, - 2.339, + 2.338, 834, 0.305, 848, @@ -81854,11 +81822,11 @@ 856, 2.4, 859, - 0.309, + 0.308, 860, 0.312, 866, - 1.909, + 1.908, 880, 0.57, 891, @@ -81886,7 +81854,7 @@ 924, 0.292, 931, - 1.263, + 1.262, 935, 0.305, 941, @@ -81894,15 +81862,15 @@ 944, 0.603, 946, - 3.561, + 3.56, 948, 3.173, 950, 0.406, 959, - 1.974, + 1.973, 960, - 0.764, + 0.763, 969, 1.028, 975, @@ -81910,21 +81878,21 @@ 978, 0.853, 980, - 0.759, + 0.758, 989, - 4.032, + 4.031, 990, 0.406, 991, 0.375, 992, - 1.894, + 1.893, 1010, 1.065, 1014, 0.397, 1019, - 3.234, + 3.233, 1025, 1.822, 1028, @@ -81934,7 +81902,7 @@ 1034, 0.236, 1039, - 1.398, + 1.397, 1040, 0.368, 1041, @@ -81976,9 +81944,9 @@ 1146, 0.73, 1147, - 0.465, + 0.464, 1149, - 0.888, + 0.887, 1150, 0.949, 1153, @@ -82022,7 +81990,7 @@ 1250, 0.661, 1254, - 4.038, + 4.037, 1256, 1.047, 1257, @@ -82062,7 +82030,7 @@ 1403, 1.761, 1406, - 3.182, + 3.181, 1411, 0.504, 1415, @@ -82072,11 +82040,11 @@ 1459, 3.191, 1465, - 2.684, + 2.683, 1471, 0.305, 1472, - 2.184, + 2.183, 1492, 0.382, 1495, @@ -82088,7 +82056,7 @@ 1520, 0.563, 1556, - 0.465, + 0.464, 1559, 0.382, 1562, @@ -82114,23 +82082,23 @@ 1629, 0.527, 1630, - 0.465, + 0.464, 1636, - 1.251, + 1.25, 1638, 0.743, 1648, 0.671, 1649, - 0.324, + 0.328, 1661, 0.589, 1662, 0.517, 1679, - 1.423, + 1.422, 1689, - 0.835, + 0.834, 1690, 0.415, 1696, @@ -82138,7 +82106,7 @@ 1699, 0.502, 1713, - 0.324, + 0.323, 1773, 0.775, 1774, @@ -82148,7 +82116,7 @@ 1790, 1.198, 1797, - 0.759, + 0.758, 1804, 0.295, 1806, @@ -82158,11 +82126,11 @@ 1847, 1.577, 1871, - 0.299, + 0.298, 1873, 0.528, 1882, - 0.75, + 0.749, 1885, 0.357, 1894, @@ -82186,7 +82154,7 @@ 1914, 0.563, 1920, - 0.287, + 0.286, 1929, 0.887, 1931, @@ -82216,7 +82184,7 @@ 2174, 0.528, 2187, - 1.545, + 1.544, 2228, 0.482, 2261, @@ -82228,7 +82196,7 @@ 2284, 1.762, 2323, - 4.071, + 4.07, 2330, 0.406, 2362, @@ -82244,9 +82212,9 @@ 2440, 0.57, 2474, - 0.465, + 0.464, 2475, - 0.465, + 0.464, 2478, 0.528, 2488, @@ -82268,7 +82236,7 @@ 2566, 0.406, 2583, - 1.545, + 1.544, 2584, 1.449, 2585, @@ -82276,11 +82244,11 @@ 2586, 0.563, 2587, - 1.01, + 1.009, 2588, - 1.01, + 1.009, 2589, - 3.289, + 3.288, 2590, 0.96, 2591, @@ -82302,29 +82270,29 @@ 2600, 0.528, 2601, - 1.01, + 1.009, 2602, - 2.225, + 2.224, 2604, 0.528, 2605, 0.563, 2606, - 2.225, + 2.224, 2607, 0.563, 2608, 0.563, 2609, - 4.217, + 4.216, 2611, 0.563, 2612, 0.563, 2630, - 0.465, + 0.464, 2633, - 4.427, + 4.426, 2639, 0.96, 2649, @@ -82334,7 +82302,7 @@ 2695, 0.528, 2697, - 1.69, + 1.689, 2775, 0.634, 2855, @@ -82354,7 +82322,7 @@ 2924, 0.563, 2930, - 1.01, + 1.009, 2954, 0.415, 2955, @@ -82364,21 +82332,21 @@ 3084, 1.167, 3111, - 1.01, + 1.009, 3118, - 0.465, + 0.464, 3121, 0.92, 3139, - 0.465, + 0.464, 3144, 0.415, 3205, 0.528, 3242, - 0.888, + 0.887, 3246, - 4.104, + 4.103, 3272, 0.502, 3342, @@ -82388,7 +82356,7 @@ 3354, 0.502, 3365, - 0.888, + 0.887, 3387, 1.449, 3503, @@ -82396,11 +82364,11 @@ 3505, 0.482, 3536, - 1.01, + 1.009, 3597, 0.437, 3603, - 1.365, + 1.364, 3616, 0.45, 3691, @@ -82492,9 +82460,9 @@ 3775, 0.563, 3776, - 0.465, + 0.464, 3809, - 2.717, + 2.716, 3810, 1.113, 3811, @@ -82506,7 +82474,7 @@ 3897, 0.389, 3899, - 1.456, + 1.455, 3972, 0.332, 4042, @@ -82522,7 +82490,7 @@ 4369, 0.482, 4386, - 1.01, + 1.009, 4445, 0.502, 4454, @@ -82532,7 +82500,7 @@ 4464, 1.839, 4465, - 1.748, + 1.747, 4466, 2.784, 4486, @@ -82547,124 +82515,130 @@ 1.762, 4648, 0.563, - 4698, + 4695, 0.793, - 4713, + 4710, 0.528, - 4729, + 4726, 0.96, - 4745, + 4742, 1.028, - 4812, + 4809, 0.96, - 4832, + 4829, 0.793, - 5011, + 5008, 1.076, - 5015, + 5012, 0.563, - 5016, + 5013, 0.563, - 5017, + 5014, 0.563, - 5018, - 1.545, - 5019, - 1.01, - 5020, + 5015, + 1.544, + 5016, + 1.009, + 5017, 1.076, - 5130, - 0.465, - 5146, + 5127, + 0.464, + 5143, 0.482, - 5151, + 5148, 0.437, - 5159, + 5156, 0.528, - 5184, + 5181, 0.528, - 5297, + 5294, 0.502, - 5364, + 5361, 0.563, - 5425, - 0.759, - 5556, + 5422, + 0.758, + 5553, 0.92, - 5628, + 5625, 1.076, - 5651, + 5648, 0.528, - 5673, + 5670, 0.406, - 5766, + 5763, 0.482, - 5807, + 5804, 0.528, - 5830, - 0.465, - 5905, + 5827, + 0.464, + 5902, 1.076, - 5906, + 5903, 1.076, - 5917, + 5914, 0.563, - 5970, - 1.01, - 5971, + 5967, + 1.009, + 5968, 0.528, - 5977, + 5974, 0.528, - 5979, - 1.01, - 6003, - 1.545, - 6014, + 5976, + 1.009, + 6000, + 1.544, + 6011, 0.502, - 6017, + 6014, 0.528, - 6043, - 1.894, - 6213, + 6040, + 1.893, + 6210, 0.563, - 6473, - 2.233, - 6520, + 6470, + 2.232, + 6517, 0.528, - 6554, + 6551, 0.502, - 6765, + 6762, 0.563, - 6960, + 6957, 0.563, - 6970, + 6967, 0.45, - 7006, + 7003, 4.487, - 7013, + 7010, 0.482, - 7068, + 7065, 1.076, - 7116, + 7113, 0.528, - 7214, + 7211, 0.563, - 7245, + 7242, 1.853, - 7340, + 7337, 1.274, - 7449, - 0.465, - 7456, - 1.975, - 7519, + 7446, + 0.464, + 7453, + 1.974, + 7516, 0.563, - 7567, + 7564, 0.528, - 7568, + 7565, 2.568, - 7569, + 7566, 1.689, + 7567, + 0.616, + 7568, + 1.689, + 7569, + 0.616, 7570, 0.616, 7571, @@ -82672,47 +82646,47 @@ 7572, 0.616, 7573, - 0.616, + 0.563, 7574, 1.689, 7575, 0.616, 7576, - 0.563, - 7577, 1.689, - 7578, + 7577, 0.616, + 7578, + 2.592, 7579, - 1.689, - 7580, 0.616, + 7580, + 1.689, 7581, - 2.593, - 7582, 0.616, - 7583, + 7582, 1.689, - 7584, + 7583, 0.616, + 7584, + 1.176, 7585, - 1.689, + 0.563, 7586, 0.616, 7587, - 1.176, + 0.616, 7588, 0.563, 7589, - 0.616, + 0.563, 7590, 0.616, 7591, - 0.563, + 1.176, 7592, - 0.563, + 1.176, 7593, - 0.616, + 1.176, 7594, 1.176, 7595, @@ -82734,21 +82708,21 @@ 7603, 1.176, 7604, - 1.176, + 0.616, 7605, 1.176, 7606, 1.176, 7607, - 0.616, + 1.176, 7608, 1.176, 7609, 1.176, 7610, - 1.176, + 1.689, 7611, - 1.176, + 0.616, 7612, 1.176, 7613, @@ -82756,77 +82730,77 @@ 7614, 0.616, 7615, - 1.176, - 7616, 1.689, - 7617, + 7616, 0.616, - 7618, + 7617, 1.689, - 7619, + 7618, 0.616, - 7620, + 7619, 1.689, + 7620, + 0.616, 7621, 0.616, 7622, - 1.689, + 0.616, 7623, 0.616, 7624, - 0.616, + 0.563, 7625, - 0.616, + 1.689, 7626, 0.616, 7627, - 0.563, - 7628, 1.689, - 7629, + 7628, 0.616, - 7630, + 7629, 1.689, - 7631, + 7630, 0.616, + 7631, + 0.563, 7632, - 1.689, + 0.616, 7633, 0.616, 7634, - 0.563, - 7635, 0.616, + 7635, + 0.96, 7636, 0.616, 7637, 0.616, 7638, - 0.96, + 0.563, 7639, - 0.616, + 0.563, 7640, - 0.616, - 7641, 0.563, + 7641, + 1.974, 7642, 0.563, 7643, - 0.563, + 1.974, 7644, - 1.975, - 7645, 0.563, + 7645, + 1.974, 7646, - 1.975, - 7647, 0.563, + 7647, + 1.974, 7648, - 1.975, + 0.563, 7649, 0.563, 7650, - 1.975, + 0.563, 7651, 0.563, 7652, @@ -82836,21 +82810,21 @@ 7654, 0.563, 7655, - 0.563, + 1.974, 7656, 0.563, 7657, - 0.563, + 1.974, 7658, - 1.975, - 7659, 0.563, + 7659, + 1.974, 7660, - 1.975, + 0.563, 7661, 0.563, 7662, - 1.975, + 0.563, 7663, 0.563, 7664, @@ -82898,17 +82872,17 @@ 7685, 0.563, 7686, - 0.563, + 1.176, 7687, - 0.563, + 0.616, 7688, - 0.563, - 7689, 1.176, + 7689, + 0.616, 7690, 0.616, 7691, - 1.176, + 0.616, 7692, 0.616, 7693, @@ -82936,13 +82910,13 @@ 7704, 0.616, 7705, - 0.616, + 2.159, 7706, 0.616, 7707, 0.616, 7708, - 2.16, + 0.616, 7709, 0.616, 7710, @@ -82960,23 +82934,23 @@ 7716, 0.616, 7717, - 0.616, + 0.563, 7718, 0.616, 7719, - 0.616, - 7720, 0.563, + 7720, + 1.009, 7721, 0.616, 7722, 0.563, 7723, - 1.01, + 0.616, 7724, 0.616, 7725, - 0.563, + 0.616, 7726, 0.616, 7727, @@ -83004,31 +82978,31 @@ 7738, 0.616, 7739, - 0.616, + 1.689, 7740, 0.616, 7741, 0.616, 7742, - 1.689, + 0.563, 7743, 0.616, 7744, 0.616, 7745, - 0.563, + 1.689, 7746, 0.616, 7747, 0.616, 7748, - 1.689, - 7749, 0.616, + 7749, + 1.689, 7750, - 0.616, + 1.689, 7751, - 0.616, + 1.689, 7752, 1.689, 7753, @@ -83042,37 +83016,37 @@ 7757, 1.689, 7758, - 1.689, + 0.528, 7759, - 1.689, + 0.563, 7760, - 1.689, + 0.563, 7761, - 0.528, + 0.616, 7762, - 0.563, + 0.616, 7763, - 0.563, + 0.528, 7764, 0.616, 7765, 0.616, 7766, - 0.528, - 7767, 0.616, + 7767, + 1.689, 7768, - 0.616, + 1.689, 7769, 0.616, 7770, - 1.689, + 0.563, 7771, - 1.689, + 0.616, 7772, 0.616, 7773, - 0.563, + 0.616, 7774, 0.616, 7775, @@ -83082,29 +83056,29 @@ 7777, 0.616, 7778, - 0.616, + 0.563, 7779, - 0.616, + 1.176, 7780, - 0.616, + 1.176, 7781, - 0.563, + 1.176, 7782, 1.176, 7783, 1.176, 7784, - 1.176, + 0.616, 7785, - 1.176, + 0.616, 7786, - 1.176, + 0.563, 7787, 0.616, 7788, 0.616, 7789, - 0.563, + 0.616, 7790, 0.616, 7791, @@ -83114,27 +83088,27 @@ 7793, 0.616, 7794, - 0.616, + 1.176, 7795, - 0.616, + 1.176, 7796, 0.616, 7797, 1.176, 7798, - 1.176, - 7799, 0.616, - 7800, + 7799, 1.176, - 7801, + 7800, 0.616, - 7802, + 7801, 1.176, + 7802, + 0.616, 7803, 0.616, 7804, - 1.176, + 0.616, 7805, 0.616, 7806, @@ -83152,21 +83126,21 @@ 7812, 0.616, 7813, - 0.616, + 2.159, 7814, 0.616, 7815, - 0.616, + 1.076, 7816, - 2.16, - 7817, 0.616, + 7817, + 0.502, 7818, - 1.076, + 0.616, 7819, 0.616, 7820, - 0.502, + 0.616, 7821, 0.616, 7822, @@ -83190,11 +83164,11 @@ 7831, 0.616, 7832, - 0.616, + 0.563, 7833, - 0.616, + 0.563, 7834, - 0.616, + 0.563, 7835, 0.563, 7836, @@ -83210,11 +83184,11 @@ 7841, 0.563, 7842, - 0.563, + 0.616, 7843, - 0.563, + 0.616, 7844, - 0.563, + 0.616, 7845, 0.616, 7846, @@ -83240,13 +83214,13 @@ 7856, 0.616, 7857, - 0.616, + 1.176, 7858, 0.616, 7859, 0.616, 7860, - 1.176, + 0.616, 7861, 0.616, 7862, @@ -83264,25 +83238,25 @@ 7868, 0.616, 7869, - 0.616, + 3.709, 7870, 0.616, 7871, - 0.616, + 0.563, 7872, - 3.709, - 7873, 0.616, + 7873, + 1.176, 7874, - 0.563, + 1.176, 7875, - 0.616, - 7876, 1.176, + 7876, + 0.616, 7877, - 1.176, + 0.616, 7878, - 1.176, + 0.616, 7879, 0.616, 7880, @@ -83372,41 +83346,41 @@ 7922, 0.616, 7923, - 0.616, + 0.563, 7924, 0.616, 7925, 0.616, 7926, - 0.563, + 1.009, 7927, - 0.616, + 0.563, 7928, - 0.616, + 0.563, 7929, - 1.01, + 0.616, 7930, - 0.563, + 0.616, 7931, - 0.563, + 0.616, 7932, 0.616, 7933, - 0.616, + 1.176, 7934, 0.616, 7935, 0.616, 7936, - 1.176, - 7937, 0.616, + 7937, + 0.563, 7938, 0.616, 7939, 0.616, 7940, - 0.563, + 0.616, 7941, 0.616, 7942, @@ -83414,13 +83388,13 @@ 7943, 0.616, 7944, - 0.616, + 0.563, 7945, 0.616, 7946, 0.616, 7947, - 0.563, + 0.616, 7948, 0.616, 7949, @@ -83442,29 +83416,29 @@ 7957, 0.616, 7958, - 0.616, + 0.482, 7959, - 0.616, + 0.502, 7960, - 0.616, + 0.563, 7961, - 0.482, + 1.076, 7962, - 0.502, + 0.563, 7963, 0.563, 7964, - 1.076, - 7965, 0.563, + 7965, + 1.009, 7966, - 0.563, + 1.009, 7967, 0.563, 7968, - 1.01, + 0.563, 7969, - 1.01, + 0.563, 7970, 0.563, 7971, @@ -83472,19 +83446,13 @@ 7972, 0.563, 7973, - 0.563, - 7974, - 0.563, - 7975, - 0.563, - 7976, 0.563 ] ], [ "type/ref/stable/collectionproxy", [ - 6760, + 6757, 1.837 ] ], @@ -83504,9 +83472,9 @@ 22, 2.241, 36, - 1.676, + 1.675, 38, - 1.279, + 1.278, 44, 2.278, 46, @@ -83514,7 +83482,7 @@ 55, 3.697, 56, - 1.34, + 1.339, 57, 1.311, 59, @@ -83522,9 +83490,9 @@ 60, 0.958, 62, - 1.804, + 1.815, 63, - 1.669, + 1.668, 77, 1.13, 79, @@ -83532,7 +83500,7 @@ 90, 1.3, 96, - 3.171, + 3.17, 97, 2.429, 99, @@ -83548,7 +83516,7 @@ 107, 1.467, 117, - 3.21, + 3.209, 121, 1.804, 122, @@ -83568,7 +83536,7 @@ 150, 0.871, 153, - 1.238, + 1.237, 166, 3.622, 169, @@ -83596,37 +83564,37 @@ 243, 1.705, 256, - 1.226, + 1.231, 257, 3.045, 261, 1.462, 268, - 1.716, + 1.715, 269, 2.028, 271, - 2.797, + 2.796, 273, 1.672, 280, - 2.657, + 2.656, 298, 3.447, 317, - 2.026, + 2.025, 323, 2.059, 328, - 4.612, + 4.611, 330, - 2.458, + 2.457, 333, - 1.543, + 1.551, 341, 2.616, 347, - 2.22, + 2.219, 349, 3.984, 368, @@ -83638,29 +83606,29 @@ 452, 1.001, 459, - 1.602, + 1.601, 469, 1.744, 471, 2.066, 479, - 1.292, + 1.291, 490, 2.83, 492, 1.993, 499, - 3.87, + 3.869, 543, 1.381, 553, - 1.95, + 1.949, 556, 1.414, 561, 2.147, 590, - 2.807, + 2.806, 599, 2.514, 623, @@ -83674,7 +83642,7 @@ 691, 1.053, 718, - 2.378, + 2.377, 728, 4.38, 732, @@ -83684,9 +83652,9 @@ 743, 2.514, 758, - 1.528, + 1.527, 762, - 4.392, + 4.391, 765, 3.505, 766, @@ -83694,7 +83662,7 @@ 775, 1.907, 781, - 3.148, + 3.147, 787, 4.948, 827, @@ -83702,13 +83670,13 @@ 832, 2.616, 845, - 3.677, + 3.676, 848, 1.705, 849, - 3.007, + 3.006, 860, - 4.53, + 4.529, 891, 1.85, 917, @@ -83730,13 +83698,13 @@ 1025, 4.487, 1039, - 1.856, + 1.855, 1060, 3.807, 1153, 3.184, 1173, - 1.687, + 1.686, 1202, 1.634, 1206, @@ -83754,11 +83722,11 @@ 1406, 1.571, 1411, - 1.475, + 1.474, 1421, - 2.096, + 2.095, 1429, - 3.677, + 3.676, 1449, 5.3, 1465, @@ -83766,27 +83734,27 @@ 1472, 3.034, 1493, - 2.378, + 2.377, 1502, 1.765, 1508, - 2.597, + 2.596, 1532, - 2.22, + 2.219, 1541, - 1.856, + 1.855, 1544, - 6.483, + 6.482, 1574, - 2.096, + 2.095, 1588, 4.117, 1628, 5.106, 1629, - 1.542, + 1.541, 1630, - 4.115, + 4.114, 1631, 6.022, 1638, @@ -83796,21 +83764,21 @@ 1693, 2.32, 1694, - 5.325, + 5.324, 1878, 7.318, 1882, - 1.528, + 1.527, 1931, - 1.856, + 1.855, 1949, - 2.597, + 2.596, 1966, 2.32, 1968, - 4.471, + 4.47, 2042, - 3.022, + 3.021, 2083, 4.68, 2089, @@ -83818,9 +83786,9 @@ 2094, 4.948, 2171, - 2.378, + 2.377, 2173, - 2.026, + 2.025, 2182, 4.308, 2220, @@ -83830,7 +83798,7 @@ 2268, 5.169, 2290, - 4.451, + 4.45, 2307, 2.442, 2311, @@ -83838,83 +83806,89 @@ 2433, 2.059, 2472, - 4.567, + 4.566, 2518, 5.3, 2543, - 5.111, + 5.11, 2568, 3.447, 2876, - 2.378, + 2.377, 3057, - 2.378, + 2.377, 3572, - 2.597, + 2.596, 3616, 2.514, 3668, - 2.809, + 2.808, 3680, - 2.809, + 2.808, 3691, - 5.325, + 5.324, 3845, - 2.597, + 2.596, 3850, - 2.597, + 2.596, 3861, - 2.597, + 2.596, 3903, - 5.63, + 5.629, 3956, - 3.148, + 3.147, 3957, - 2.954, + 2.953, 3971, 6.195, 4134, 3.593, 4139, - 3.148, + 3.147, 4154, 2.514, 4383, - 2.954, - 4722, - 2.954, - 4866, - 3.148, - 4880, + 2.953, + 4719, + 2.953, + 4863, + 3.147, + 4877, 2.514, - 5046, - 3.148, - 5094, - 2.809, - 5139, - 2.954, - 5425, - 2.22, - 5480, - 2.954, - 5714, - 4.451, - 5720, + 5043, + 3.147, + 5091, + 2.808, + 5136, + 2.953, + 5422, + 2.219, + 5477, + 2.953, + 5711, + 4.45, + 5717, 2.693, - 7358, - 2.954, - 7820, - 2.809, + 7355, + 2.953, + 7817, + 2.808, + 7974, + 3.442, + 7975, + 3.442, + 7976, + 9.714, 7977, 3.442, 7978, - 3.442, + 4.68, 7979, - 9.714, + 3.442, 7980, 3.442, 7981, - 4.68, + 3.442, 7982, 3.442, 7983, @@ -83930,37 +83904,31 @@ 7988, 3.442, 7989, - 3.442, + 2.808, 7990, 3.442, 7991, - 3.442, + 2.808, 7992, - 2.809, + 2.953, 7993, - 3.442, + 5.454, 7994, - 2.809, + 3.442, 7995, - 2.954, + 6.774, 7996, - 5.455, + 3.442, 7997, 3.442, 7998, - 6.775, - 7999, - 3.442, - 8000, - 3.442, - 8001, 3.442 ] ], [ "type/ref/stable/dmEngine", [ - 6760, + 6757, 1.837 ] ], @@ -83996,7 +83964,7 @@ 931, 2.748, 1061, - 6.612, + 6.611, 1063, 7.12, 1067, @@ -84014,41 +83982,41 @@ 1957, 6.626, 2878, - 8.072, - 4758, + 8.071, + 4755, 10.404, + 7999, + 8.121, + 8000, + 8.121, + 8001, + 8.121, 8002, 8.121, 8003, - 8.121, + 12.192, 8004, 8.121, 8005, 8.121, 8006, - 12.192, + 7.426, 8007, 8.121, 8008, - 8.121, + 9.177, 8009, 7.426, 8010, 8.121, 8011, - 9.177, - 8012, - 7.426, - 8013, - 8.121, - 8014, 8.121 ] ], [ "type/ref/stable/dmMath", [ - 6760, + 6757, 1.837 ] ], @@ -84060,7 +84028,7 @@ 18, 0.783, 30, - 3.279, + 3.303, 38, 0.964, 57, @@ -84096,7 +84064,7 @@ 647, 6.494, 664, - 6.338, + 6.337, 826, 4.559, 1979, @@ -84106,27 +84074,27 @@ 2440, 4.206, 2956, - 5.849, + 5.848, 4442, 9.15, - 5211, - 7.799, - 6026, + 5208, + 7.798, + 6023, 8.19, - 7155, + 7152, 6.788, - 7238, - 8.967, - 8015, + 7235, + 8.966, + 8012, 8.677, - 8016, + 8013, 7.445 ] ], [ "type/ref/stable/dmAndroid", [ - 6760, + 6757, 1.837 ] ], @@ -84184,7 +84152,7 @@ 1309, 5.144, 1379, - 5.348, + 5.347, 1510, 6.071, 1548, @@ -84211,70 +84179,70 @@ 10.93, 4442, 8.949, - 4746, + 4743, 4.549, - 5146, - 7.366, - 5151, + 5143, + 7.365, + 5148, 5.205, - 5469, - 7.366, - 5673, + 5466, + 7.365, + 5670, 7.225, - 5870, + 5867, 6.296, - 6785, + 6782, 9.506, - 7434, + 7431, 8.609, - 7443, + 7440, 6.296, + 8014, + 9.414, + 8015, + 10.396, + 8016, + 7.337, 8017, - 9.415, + 7.337, 8018, - 10.396, + 6.709, 8019, - 7.337, + 11.341, 8020, 7.337, 8021, - 6.709, + 9.414, 8022, - 11.341, + 9.414, 8023, 7.337, 8024, - 9.415, + 10.396, 8025, - 9.415, + 9.414, 8026, - 7.337, + 9.414, 8027, - 10.396, + 7.337, 8028, - 9.415, + 7.337, 8029, - 9.415, + 9.414, 8030, - 7.337, + 9.414, 8031, - 7.337, + 7.102, 8032, - 9.415, + 9.414, 8033, - 9.415, - 8034, - 7.102, - 8035, - 9.415, - 8036, 7.337 ] ], [ "type/ref/stable/dmGameSystem", [ - 6760, + 6757, 1.837 ] ], @@ -84288,11 +84256,11 @@ 20, 0.742, 30, - 3.421, + 3.446, 46, 1.57, 47, - 3.51, + 3.509, 57, 1.496, 79, @@ -84308,7 +84276,7 @@ 99, 1.014, 101, - 4.389, + 4.388, 102, 2.004, 113, @@ -84318,9 +84286,9 @@ 142, 2.692, 158, - 2.647, + 2.646, 165, - 2.241, + 2.24, 175, 2.434, 177, @@ -84332,7 +84300,7 @@ 226, 2.18, 241, - 1.196, + 1.195, 247, 3.776, 248, @@ -84344,9 +84312,9 @@ 273, 1.378, 280, - 2.19, + 2.189, 330, - 2.887, + 2.886, 392, 2.745, 429, @@ -84354,11 +84322,11 @@ 452, 1.623, 469, - 2.83, + 2.829, 490, 2.332, 513, - 2.898, + 2.897, 516, 5.291, 523, @@ -84370,13 +84338,13 @@ 866, 2.08, 878, - 5.053, + 5.052, 890, 4.066, 931, 2.145, 1010, - 2.295, + 2.294, 1019, 2.11, 1039, @@ -84388,11 +84356,11 @@ 1140, 2.573, 1144, - 6.993, + 6.992, 1157, 4.756, 1186, - 3.84, + 3.839, 1329, 3.341, 1337, @@ -84402,7 +84370,7 @@ 1471, 3.882, 1485, - 3.679, + 3.678, 1814, 2.501, 2095, @@ -84414,7 +84382,7 @@ 2925, 6.329, 3252, - 3.764, + 3.763, 3610, 4.224, 3646, @@ -84427,80 +84395,80 @@ 4.212, 4621, 4.858, - 5469, + 5466, 4.368, - 5721, + 5718, 4.078, - 6473, + 6470, 5.015, - 6763, + 6760, 5.896, - 7325, + 7322, 6.466, + 8034, + 5.583, + 8035, + 11.695, + 8036, + 5.583, 8037, - 5.584, + 5.583, 8038, - 11.696, + 5.583, 8039, - 5.584, + 7.835, 8040, - 5.584, + 5.583, 8041, - 5.584, + 5.583, 8042, - 7.836, + 5.583, 8043, - 5.584, + 7.835, 8044, - 5.584, + 5.583, 8045, - 5.584, + 6.723, 8046, - 7.836, + 5.583, 8047, - 5.584, + 5.583, 8048, - 6.724, + 9.053, 8049, - 5.584, + 5.583, 8050, - 5.584, + 5.105, 8051, - 9.053, + 7.835, 8052, - 5.584, + 5.583, 8053, - 5.106, + 5.105, 8054, - 7.836, + 5.583, 8055, - 5.584, + 5.583, 8056, - 5.106, + 4.556, 8057, - 5.584, + 5.105, 8058, - 5.584, + 7.835, 8059, - 4.556, + 5.105, 8060, - 5.106, + 5.105, 8061, - 7.836, + 5.583, 8062, - 5.106, - 8063, - 5.106, - 8064, - 5.584, - 8065, 4.368 ] ], [ "type/ref/stable/tilemap", [ - 6760, + 6757, 1.837 ] ], @@ -84520,13 +84488,13 @@ 28, 1.891, 30, - 2.273, + 2.29, 36, 0.778, 38, 1.09, 46, - 1.344, + 1.343, 52, 2.021, 57, @@ -84534,15 +84502,15 @@ 59, 0.975, 62, - 2.428, + 2.443, 63, 1.891, 70, 1.643, 71, - 5.072, + 5.071, 74, - 4.64, + 4.639, 77, 1.246, 79, @@ -84552,7 +84520,7 @@ 88, 3.201, 89, - 3.287, + 3.286, 90, 1.75, 99, @@ -84574,13 +84542,13 @@ 109, 1.453, 111, - 1.63, + 1.629, 125, 1.83, 126, 1.457, 127, - 2.63, + 2.629, 132, 1.34, 142, @@ -84604,7 +84572,7 @@ 175, 2.622, 177, - 1.841, + 1.84, 196, 2.08, 201, @@ -84620,17 +84588,17 @@ 249, 1.871, 250, - 3.188, + 3.187, 251, 3.383, 261, 1.657, 268, - 0.797, + 0.796, 273, 0.963, 281, - 2.419, + 2.418, 291, 7.256, 292, @@ -84640,15 +84608,15 @@ 301, 2.943, 306, - 3.921, + 3.92, 330, 2.341, 333, - 2.664, + 2.678, 338, 8.285, 358, - 1.798, + 1.797, 368, 2.346, 371, @@ -84670,11 +84638,11 @@ 511, 2.076, 516, - 5.464, + 5.463, 518, 4.706, 540, - 2.419, + 2.418, 541, 2.076, 543, @@ -84688,11 +84656,11 @@ 599, 5.362, 601, - 1.414, + 1.423, 648, 1.891, 773, - 1.414, + 1.413, 786, 4.779, 849, @@ -84718,15 +84686,15 @@ 1224, 1.871, 1229, - 4.837, + 4.836, 1295, 3.096, 1339, 2.943, 1347, - 5.991, + 5.99, 1348, - 3.348, + 3.347, 1406, 1.78, 1459, @@ -84742,11 +84710,11 @@ 1683, 3.183, 1690, - 2.63, + 2.629, 1696, 2.375, 1875, - 2.768, + 2.767, 1901, 2.259, 2078, @@ -84754,55 +84722,61 @@ 2352, 2.943, 2379, - 2.516, + 2.515, 2420, - 2.63, + 2.629, 2554, 2.334, 2603, 6.733, 2643, - 6.225, + 6.224, 2866, - 5.162, + 5.161, 2874, 2.849, 2954, - 2.63, + 2.629, 3021, - 2.419, + 2.418, 3363, 6.158, 3905, 3.567, 3977, - 3.348, + 3.347, 4434, 3.567, 4440, - 6.714, + 6.713, 4441, 3.183, - 4698, - 4.055, - 5535, + 4695, + 4.054, + 5532, 3.183, - 5556, + 5553, 3.052, - 6162, - 3.348, - 7297, + 6159, + 3.347, + 7294, 3.567, - 7340, + 7337, 2.943, - 7723, - 3.348, - 7947, + 7720, + 3.347, + 7944, 3.567, - 8063, + 8060, 3.567, + 8063, + 6.015, + 8064, + 3.901, + 8065, + 3.901, 8066, - 6.016, + 3.901, 8067, 3.901, 8068, @@ -84814,27 +84788,27 @@ 8071, 3.901, 8072, - 3.901, + 6.015, 8073, 3.901, 8074, - 3.901, + 6.015, 8075, - 6.016, - 8076, 3.901, + 8076, + 6.015, 8077, - 6.016, + 3.901, 8078, 3.901, 8079, - 6.016, + 6.015, 8080, 3.901, 8081, 3.901, 8082, - 6.016, + 3.901, 8083, 3.901, 8084, @@ -84860,25 +84834,19 @@ 8094, 3.901, 8095, - 3.901, + 3.347, 8096, - 3.901, + 6.015, 8097, 3.901, 8098, - 3.348, - 8099, - 6.016, - 8100, - 3.901, - 8101, 3.901 ] ], [ "type/ref/stable/buffer", [ - 6760, + 6757, 1.837 ] ], @@ -84894,7 +84862,7 @@ 28, 2.233, 30, - 3.793, + 3.82, 36, 1.79, 38, @@ -84926,7 +84894,7 @@ 113, 2.182, 122, - 2.529, + 2.528, 125, 2.47, 126, @@ -84944,7 +84912,7 @@ 169, 1.015, 177, - 2.087, + 2.086, 202, 3.65, 211, @@ -84952,7 +84920,7 @@ 212, 2.143, 226, - 1.898, + 1.897, 229, 1.25, 241, @@ -84972,11 +84940,11 @@ 292, 4.449, 305, - 2.668, + 2.667, 333, - 1.929, + 1.939, 334, - 2.552, + 2.551, 387, 2.405, 392, @@ -84998,13 +84966,13 @@ 590, 3.719, 601, - 2.471, + 2.488, 603, 3.392, 620, 2.39, 627, - 2.668, + 2.667, 629, 1.385, 676, @@ -85012,7 +84980,7 @@ 717, 2.71, 769, - 4.398, + 4.397, 832, 2.209, 856, @@ -85026,7 +84994,7 @@ 901, 1.99, 913, - 2.911, + 2.91, 914, 1.924, 944, @@ -85044,57 +85012,57 @@ 1157, 2.42, 1164, - 5.372, + 5.371, 1172, 3.456, 1295, 3.766, 1329, - 4.081, + 4.08, 1465, 3.663, 1472, 4.021, 1493, - 3.182, + 3.181, 1557, - 4.081, + 4.08, 1698, 2.855, 1774, 2.334, 1890, - 2.668, + 2.667, 1908, 2.082, 1909, 3.952, 2042, - 5.754, + 5.753, 2261, - 4.564, + 4.563, 2360, - 5.167, + 5.166, 2382, 4.228, 2633, 4.164, 2747, - 3.475, + 3.474, 2780, 2.855, 2831, - 6.773, + 6.772, 2885, - 3.475, + 3.474, 2887, - 4.212, + 4.211, 2888, 8.672, 2889, 3.952, 3134, - 2.756, + 2.755, 3237, 4.838, 3324, @@ -85106,87 +85074,87 @@ 3713, 6.276, 3897, - 4.31, + 4.309, 3972, 2.483, 4069, - 6.765, - 5459, + 6.764, + 5456, 9.151, - 5649, - 4.212, - 5657, - 4.212, - 5830, - 6.773, - 6341, - 4.212, - 6883, + 5646, + 4.211, + 5654, + 4.211, + 5827, + 6.772, + 6338, + 4.211, + 6880, 9.151, - 7055, - 4.212, - 7457, - 6.354, + 7052, + 4.211, + 7454, + 6.353, + 8099, + 4.605, + 8100, + 4.605, + 8101, + 4.605, 8102, - 4.606, + 4.605, 8103, - 4.606, + 8.121, 8104, - 4.606, + 4.605, 8105, - 4.606, + 4.605, 8106, - 8.121, + 4.605, 8107, - 4.606, + 4.605, 8108, - 4.606, + 4.605, 8109, - 4.606, + 4.605, 8110, - 4.606, + 4.605, 8111, - 4.606, + 4.605, 8112, - 4.606, + 4.605, 8113, - 4.606, + 4.605, 8114, - 4.606, + 4.605, 8115, - 4.606, + 4.605, 8116, - 4.606, + 4.605, 8117, - 4.606, + 4.605, 8118, - 4.606, + 4.605, 8119, - 4.606, + 4.605, 8120, - 4.606, + 4.605, 8121, - 4.606, + 4.605, 8122, - 4.606, + 4.605, 8123, - 4.606, + 4.605, 8124, - 4.606, + 4.605, 8125, - 4.606, - 8126, - 4.606, - 8127, - 4.606, - 8128, - 4.606 + 4.605 ] ], [ "type/ref/stable/dmGui", [ - 6760, + 6757, 1.837 ] ], @@ -85200,7 +85168,7 @@ 36, 1.704, 38, - 0.464, + 0.463, 47, 5.56, 48, @@ -85208,13 +85176,13 @@ 57, 1.357, 69, - 1.962, + 1.961, 77, 0.864, 79, 1.036, 84, - 1.788, + 1.803, 90, 2.395, 95, @@ -85232,7 +85200,7 @@ 113, 0.836, 118, - 4.085, + 4.084, 124, 2.761, 126, @@ -85242,7 +85210,7 @@ 132, 1.434, 133, - 4.67, + 4.669, 139, 2.417, 141, @@ -85262,13 +85230,13 @@ 170, 3.523, 174, - 3.746, + 3.745, 175, 4.005, 177, 1.277, 185, - 4.984, + 4.983, 201, 1.423, 202, @@ -85294,7 +85262,7 @@ 332, 2.108, 333, - 2.417, + 2.43, 390, 1.758, 428, @@ -85306,7 +85274,7 @@ 500, 3.118, 601, - 3.097, + 3.118, 602, 2.562, 603, @@ -85328,31 +85296,31 @@ 866, 2.852, 891, - 2.597, + 2.596, 917, 1.887, 1019, 2.394, 1067, - 1.364, + 1.363, 1126, - 2.068, + 2.067, 1140, 1.923, 1158, 1.923, 1202, - 1.982, + 1.981, 1309, - 4.183, + 4.182, 1322, 3.248, 1367, - 5.592, + 5.591, 1557, 3.79, 1672, - 3.415, + 3.414, 1814, 4.332, 2540, @@ -85362,141 +85330,141 @@ 2736, 4.302, 3213, - 4.956, + 4.955, 3377, - 3.817, + 3.816, 3597, 2.961, 3710, - 3.406, + 3.405, 3712, 3.711, 3797, 2.691, 3938, - 2.75, + 2.749, 4177, - 3.817, + 3.816, 4405, 3.581, 4503, 6.242, - 4698, + 4695, 2.813, - 4744, + 4741, 3.581, - 4745, + 4742, 2.541, - 5425, - 4.085, - 6171, - 3.406, - 6473, + 5422, + 4.084, + 6168, + 3.405, + 6470, 4.241, - 6763, - 3.613, - 6840, - 3.817, - 6848, - 3.406, - 6954, + 6760, + 3.612, + 6837, + 3.816, + 6845, + 3.405, + 6951, 10.539, - 7325, + 7322, 6.372, - 7725, - 3.817, - 7820, - 3.406, - 8065, - 4.956, + 7722, + 3.816, + 7817, + 3.405, + 8062, + 4.955, + 8126, + 6.334, + 8127, + 4.173, + 8128, + 4.173, 8129, - 6.335, + 11.86, 8130, - 4.174, + 11.734, 8131, - 4.174, + 4.173, 8132, - 11.86, + 4.173, 8133, - 11.734, + 7.0, 8134, - 4.174, + 7.655, 8135, - 4.174, + 6.334, 8136, - 7.0, + 10.051, 8137, - 7.656, + 4.173, 8138, - 6.335, + 4.173, 8139, - 10.051, + 4.173, 8140, - 4.174, + 4.173, 8141, - 4.174, + 6.334, 8142, - 4.174, + 4.173, 8143, - 4.174, + 4.173, 8144, - 6.335, + 4.173, 8145, - 4.174, + 4.173, 8146, - 4.174, + 3.816, 8147, - 4.174, + 4.173, 8148, - 4.174, + 4.173, 8149, - 3.817, + 4.173, 8150, - 4.174, + 3.405, 8151, - 4.174, + 3.265, 8152, - 4.174, + 4.173, 8153, - 3.406, + 4.173, 8154, - 3.265, + 4.173, 8155, - 4.174, + 6.334, 8156, - 4.174, + 4.173, 8157, - 4.174, + 4.173, 8158, - 6.335, + 4.173, 8159, - 4.174, + 4.173, 8160, - 4.174, + 4.173, 8161, - 4.174, + 4.173, 8162, - 4.174, + 4.173, 8163, - 4.174, + 4.173, 8164, - 4.174, + 4.173, 8165, - 4.174, + 6.334, 8166, - 4.174, - 8167, - 4.174, - 8168, - 6.335, - 8169, - 4.174 + 4.173 ] ], [ "type/ref/stable/dmFileDescriptor", [ - 6760, + 6757, 1.837 ] ], @@ -85522,17 +85490,17 @@ 229, 1.99, 263, - 2.41, + 2.409, 268, 2.039, 280, - 3.917, + 3.916, 330, 2.569, 333, - 2.825, + 2.84, 479, - 3.024, + 3.023, 672, 4.602, 866, @@ -85567,34 +85535,34 @@ 5.886, 4621, 7.034, - 4857, + 4854, 4.667, - 4968, + 4965, 6.304, - 6958, + 6955, 5.886, - 7334, + 7331, 8.799, - 8170, + 8167, 12.568, - 8171, + 8168, 8.058, - 8172, + 8169, 11.347, - 8173, + 8170, 8.058, - 8174, + 8171, 8.058, - 8175, + 8172, 8.058, - 8176, + 8173, 8.058 ] ], [ "type/ref/stable/dmCrypt", [ - 6760, + 6757, 1.837 ] ], @@ -85624,7 +85592,7 @@ 479, 3.81, 854, - 4.586, + 4.585, 866, 3.084, 874, @@ -85634,9 +85602,9 @@ 948, 3.271, 1019, - 4.329, + 4.328, 1041, - 5.409, + 5.408, 1465, 2.919, 2070, @@ -85644,11 +85612,11 @@ 2097, 4.175, 2117, - 3.982, + 3.981, 2120, 4.559, 2135, - 5.873, + 5.872, 2190, 3.5, 2191, @@ -85662,81 +85630,81 @@ 3712, 4.013, 3899, - 6.364, + 6.363, 3984, 6.713, 4069, 7.72, 4141, - 7.57, + 7.569, 4142, - 7.57, + 7.569, 4535, - 7.661, + 7.66, 4623, - 7.57, - 5652, + 7.569, + 5649, 4.931, - 6734, - 5.527, - 6759, - 5.527, - 6763, + 6731, + 5.526, + 6756, + 5.526, + 6760, 6.823, - 6923, + 6920, 9.984, + 8174, + 5.579, + 8175, + 6.043, + 8176, + 11.453, 8177, - 5.58, + 6.043, 8178, - 6.044, + 5.185, 8179, - 11.454, + 7.103, 8180, - 6.044, + 6.043, 8181, - 5.186, + 6.043, 8182, - 7.103, + 6.043, 8183, - 6.044, + 8.277, 8184, - 6.044, + 5.526, 8185, - 6.044, + 8.277, 8186, - 8.278, + 6.043, 8187, - 5.527, + 6.043, 8188, - 8.278, + 6.043, 8189, - 6.044, + 6.043, 8190, - 6.044, + 6.043, 8191, - 6.044, + 6.043, 8192, - 6.044, + 6.043, 8193, - 6.044, + 6.043, 8194, - 6.044, + 6.043, 8195, - 6.044, + 6.043, 8196, - 6.044, - 8197, - 6.044, - 8198, - 6.044, - 8199, - 6.044 + 6.043 ] ], [ "type/ref/stable/graphics", [ - 6760, + 6757, 1.837 ] ], @@ -85746,7 +85714,7 @@ 18, 1.102, 104, - 3.734, + 3.733, 107, 2.323, 126, @@ -85764,225 +85732,231 @@ 709, 7.715, 718, - 5.09, + 5.089, 1472, 5.502, 2165, - 3.588, + 3.587, 2168, 3.366, 2387, 9.21, + 8197, + 3.587, + 8198, + 3.923, + 8199, + 3.587, 8200, - 3.588, - 8201, 3.923, + 8201, + 3.587, 8202, - 3.588, - 8203, 3.923, + 8203, + 3.587, 8204, - 3.588, - 8205, 3.923, + 8205, + 3.587, 8206, - 3.588, - 8207, 3.923, + 8207, + 3.587, 8208, - 3.588, - 8209, 3.923, + 8209, + 3.587, 8210, - 3.588, - 8211, 3.923, + 8211, + 3.587, 8212, - 3.588, - 8213, 3.923, + 8213, + 3.587, 8214, - 3.588, - 8215, 3.923, + 8215, + 3.587, 8216, - 3.588, - 8217, 3.923, + 8217, + 3.587, 8218, - 3.588, - 8219, 3.923, + 8219, + 3.587, 8220, - 3.588, - 8221, 3.923, + 8221, + 3.587, 8222, - 3.588, - 8223, 3.923, + 8223, + 3.587, 8224, - 3.588, - 8225, 3.923, + 8225, + 3.587, 8226, - 3.588, - 8227, 3.923, + 8227, + 3.587, 8228, - 3.588, - 8229, 3.923, + 8229, + 3.587, 8230, - 3.588, + 3.587, 8231, - 3.923, + 7.367, 8232, - 3.588, + 3.587, 8233, - 3.588, + 3.587, 8234, - 7.368, + 3.587, 8235, - 3.588, + 3.587, 8236, - 3.588, + 3.587, 8237, - 3.588, + 3.923, 8238, - 3.588, + 3.587, 8239, - 3.588, - 8240, 3.923, + 8240, + 3.587, 8241, - 3.588, - 8242, 3.923, + 8242, + 3.587, 8243, - 3.588, - 8244, 3.923, + 8244, + 3.587, 8245, - 3.588, - 8246, 3.923, + 8246, + 3.587, 8247, - 3.588, - 8248, 3.923, + 8248, + 3.587, 8249, - 3.588, - 8250, 3.923, + 8250, + 3.587, 8251, - 3.588, - 8252, 3.923, + 8252, + 3.587, 8253, - 3.588, - 8254, 3.923, + 8254, + 3.587, 8255, - 3.588, + 3.923, 8256, 3.923, 8257, - 3.588, + 3.923, 8258, 3.923, 8259, - 3.923, + 3.587, 8260, - 3.923, + 3.587, 8261, 3.923, 8262, - 3.588, + 3.923, 8263, - 3.588, + 3.923, 8264, 3.923, 8265, - 3.923, + 3.587, 8266, 3.923, 8267, - 3.923, + 3.587, 8268, - 3.588, - 8269, 3.923, + 8269, + 3.587, 8270, - 3.588, - 8271, 3.923, + 8271, + 3.587, 8272, - 3.588, + 3.923, 8273, 3.923, 8274, - 3.588, - 8275, 3.923, + 8275, + 3.587, 8276, 3.923, 8277, - 3.923, + 3.587, 8278, - 3.588, - 8279, 3.923, + 8279, + 3.587, 8280, - 3.588, - 8281, 3.923, + 8281, + 3.587, 8282, - 3.588, + 3.923, 8283, 3.923, 8284, - 3.588, - 8285, 3.923, + 8285, + 3.587, 8286, 3.923, 8287, - 3.923, + 3.587, 8288, - 3.588, - 8289, 3.923, + 8289, + 3.587, 8290, - 3.588, - 8291, 3.923, + 8291, + 3.587, 8292, - 3.588, - 8293, 3.923, + 8293, + 3.587, 8294, - 3.588, - 8295, 3.923, + 8295, + 3.587, 8296, - 3.588, - 8297, 3.923, + 8297, + 3.587, 8298, - 3.588, - 8299, 3.923, + 8299, + 3.587, 8300, - 3.588, - 8301, 3.923, + 8301, + 3.587, 8302, - 3.588, + 3.923, 8303, 3.923, 8304, - 3.588, + 3.923, 8305, 3.923, 8306, @@ -86016,167 +85990,167 @@ 8320, 3.923, 8321, - 3.923, + 3.587, 8322, 3.923, 8323, 3.923, 8324, - 3.588, - 8325, 3.923, + 8325, + 3.587, 8326, 3.923, 8327, - 3.923, + 3.587, 8328, - 3.588, + 3.923, 8329, 3.923, 8330, - 3.588, - 8331, 3.923, + 8331, + 3.587, 8332, 3.923, 8333, 3.923, 8334, - 3.588, - 8335, 3.923, + 8335, + 3.587, 8336, 3.923, 8337, - 3.923, + 3.587, 8338, - 3.588, - 8339, 3.923, + 8339, + 3.587, 8340, - 3.588, + 3.923, 8341, 3.923, 8342, - 3.588, - 8343, 3.923, + 8343, + 3.587, 8344, 3.923, 8345, - 3.923, + 3.587, 8346, - 3.588, - 8347, 3.923, + 8347, + 3.587, 8348, - 3.588, + 3.923, 8349, 3.923, 8350, - 3.588, - 8351, 3.923, + 8351, + 3.587, 8352, 3.923, 8353, - 3.923, + 3.587, 8354, - 3.588, - 8355, 3.923, + 8355, + 3.587, 8356, - 3.588, - 8357, 3.923, + 8357, + 3.587, 8358, - 3.588, - 8359, 3.923, + 8359, + 3.587, 8360, - 3.588, + 3.587, 8361, 3.923, 8362, - 3.588, + 3.587, 8363, - 3.588, + 3.923, 8364, 3.923, 8365, - 3.588, + 3.923, 8366, 3.923, 8367, 3.923, 8368, - 3.923, + 3.587, 8369, 3.923, 8370, - 3.923, + 3.587, 8371, - 3.588, - 8372, 3.923, + 8372, + 3.587, 8373, - 3.588, - 8374, 3.923, + 8374, + 3.587, 8375, - 3.588, - 8376, 3.923, + 8376, + 3.587, 8377, - 3.588, - 8378, 3.923, + 8378, + 3.587, 8379, - 3.588, + 3.923, 8380, 3.923, 8381, - 3.588, - 8382, 3.923, + 8382, + 3.587, 8383, 3.923, 8384, - 3.923, + 3.587, 8385, - 3.588, - 8386, 3.923, + 8386, + 3.587, 8387, - 3.588, - 8388, 3.923, + 8388, + 3.587, 8389, - 3.588, + 3.923, 8390, 3.923, 8391, - 3.588, + 3.923, 8392, 3.923, 8393, 3.923, 8394, - 3.923, + 3.587, 8395, 3.923, 8396, - 3.923, + 3.587, 8397, - 3.588, - 8398, 3.923, + 8398, + 3.587, 8399, - 3.588, + 3.923, 8400, 3.923, 8401, - 3.588, + 3.923, 8402, 3.923, 8403, @@ -86188,19 +86162,13 @@ 8406, 3.923, 8407, - 3.923, - 8408, - 3.923, - 8409, - 3.923, - 8410, 3.923 ] ], [ "type/ref/stable/dmResource", [ - 6760, + 6757, 1.837 ] ], @@ -86214,13 +86182,13 @@ 18, 1.13, 20, - 1.16, + 1.159, 38, 1.011, 46, 1.244, 52, - 1.306, + 1.305, 57, 1.456, 59, @@ -86234,9 +86202,9 @@ 79, 0.994, 84, - 2.986, + 3.011, 99, - 1.022, + 1.021, 100, 1.82, 102, @@ -86246,7 +86214,7 @@ 106, 1.248, 113, - 2.101, + 2.1, 126, 2.013, 132, @@ -86266,7 +86234,7 @@ 174, 5.161, 177, - 0.886, + 0.885, 201, 0.65, 202, @@ -86280,15 +86248,15 @@ 247, 3.287, 256, - 1.354, + 1.361, 268, 1.859, 269, 1.367, 273, - 1.488, + 1.487, 340, - 4.402, + 4.401, 351, 3.127, 368, @@ -86298,7 +86266,7 @@ 479, 1.086, 500, - 2.199, + 2.198, 537, 3.437, 543, @@ -86326,9 +86294,9 @@ 807, 1.676, 823, - 3.125, + 3.124, 831, - 3.606, + 3.605, 854, 1.603, 860, @@ -86336,57 +86304,57 @@ 863, 2.183, 874, - 3.944, + 3.943, 879, 1.703, 880, 4.57, 891, - 2.609, + 2.608, 894, 3.264, 898, - 2.14, + 2.139, 910, - 3.207, + 3.206, 918, - 2.891, + 2.89, 948, 1.874, 998, 3.49, 1019, - 2.907, + 2.906, 1034, 2.311, 1041, - 3.151, + 3.15, 1044, 2.114, 1063, 2.053, 1067, - 0.946, + 0.945, 1082, 3.808, 1089, - 1.907, + 1.906, 1126, - 2.35, + 2.349, 1296, 3.702, 1379, - 1.334, + 1.333, 1411, 4.657, 1429, - 1.951, + 1.95, 1434, 3.491, 1459, - 1.934, + 1.933, 1551, - 4.715, + 4.714, 1558, 1.794, 1629, @@ -86400,17 +86368,17 @@ 1814, 5.178, 1911, - 3.944, + 3.943, 2094, - 4.402, + 4.401, 2358, 3.736, 2377, - 3.277, + 3.276, 2509, 7.003, 2542, - 5.409, + 5.408, 2644, 2.483, 2656, @@ -86428,7 +86396,7 @@ 2779, 5.515, 2822, - 3.669, + 3.668, 2952, 2.557, 3237, @@ -86444,57 +86412,63 @@ 3923, 5.171, 4104, - 3.736, - 4857, + 3.808, + 4854, 6.463, - 5425, + 5422, 3.058, - 5469, - 3.711, - 5598, - 2.362, - 5626, - 2.362, - 5721, - 4.402, - 5761, + 5466, + 3.71, + 5595, + 2.361, + 5623, + 2.361, + 5718, + 4.401, + 5758, 4.917, - 6473, - 4.261, - 6763, - 4.976, - 7325, - 6.211, - 7326, - 2.647, - 7334, + 6470, + 4.26, + 6760, + 4.975, + 7322, + 6.21, + 7323, + 2.646, + 7331, 5.257, - 7337, + 7334, 7.63, - 8187, - 6.373, - 8411, + 8184, + 6.372, + 8408, 4.743, + 8409, + 5.51, + 8410, + 5.51, + 8411, + 7.691, 8412, - 5.511, + 6.969, 8413, - 5.511, + 10.87, 8414, - 7.691, + 10.87, 8415, - 6.969, + 2.894, 8416, - 10.871, + 2.894, 8417, - 10.871, - 8418, 2.894, + 8418, + 4.743, 8419, 2.894, 8420, 2.894, 8421, - 4.743, + 2.894, 8422, 2.894, 8423, @@ -86502,55 +86476,55 @@ 8424, 2.894, 8425, - 2.894, + 6.026, 8426, 2.894, 8427, - 2.894, + 4.743, 8428, - 6.026, - 8429, 2.894, + 8429, + 4.743, 8430, 4.743, 8431, 2.894, 8432, - 4.743, + 2.894, 8433, - 4.743, - 8434, 2.894, + 8434, + 4.743, 8435, 2.894, 8436, 2.894, 8437, - 4.743, - 8438, 2.894, + 8438, + 4.743, 8439, - 2.894, + 5.171, 8440, - 2.894, + 9.427, 8441, - 4.743, + 5.51, 8442, - 5.171, + 6.026, 8443, - 9.427, + 2.894, 8444, - 5.511, + 4.743, 8445, - 6.026, - 8446, 2.894, - 8447, + 8446, 4.743, + 8447, + 2.894, 8448, 2.894, 8449, - 4.743, + 2.894, 8450, 2.894, 8451, @@ -86582,33 +86556,27 @@ 8464, 2.894, 8465, - 2.894, + 4.743, 8466, - 2.894, + 4.743, 8467, 2.894, 8468, - 4.743, + 2.894, 8469, - 4.743, + 2.894, 8470, 2.894, 8471, 2.894, 8472, - 2.894, - 8473, - 2.894, - 8474, - 2.894, - 8475, 2.894 ] ], [ "type/ref/stable/render", [ - 6760, + 6757, 1.837 ] ], @@ -86644,9 +86612,9 @@ 28, 1.947, 30, - 3.107, + 3.129, 32, - 0.868, + 0.867, 36, 1.917, 38, @@ -86668,13 +86636,13 @@ 60, 0.764, 62, - 1.132, + 1.139, 63, 0.515, 69, - 0.925, + 0.924, 70, - 0.829, + 0.828, 71, 1.359, 72, @@ -86690,7 +86658,7 @@ 82, 0.717, 84, - 1.72, + 1.735, 85, 0.636, 86, @@ -86698,7 +86666,7 @@ 88, 3.859, 89, - 3.963, + 3.962, 90, 2.125, 92, @@ -86722,7 +86690,7 @@ 104, 3.42, 105, - 2.179, + 2.178, 106, 1.776, 107, @@ -86734,13 +86702,13 @@ 111, 2.426, 112, - 2.163, + 2.162, 113, 1.498, 116, 1.332, 117, - 1.616, + 1.615, 119, 2.301, 120, @@ -86748,7 +86716,7 @@ 122, 1.25, 124, - 0.858, + 0.857, 125, 2.053, 126, @@ -86760,7 +86728,7 @@ 135, 1.59, 141, - 2.009, + 2.008, 142, 2.927, 143, @@ -86768,7 +86736,7 @@ 145, 1.702, 147, - 2.014, + 2.013, 148, 1.829, 149, @@ -86776,7 +86744,7 @@ 150, 0.866, 153, - 1.396, + 1.395, 156, 0.626, 160, @@ -86790,11 +86758,11 @@ 168, 0.559, 169, - 1.327, + 1.326, 170, 1.053, 172, - 0.858, + 0.857, 174, 2.213, 177, @@ -86810,13 +86778,13 @@ 201, 1.81, 202, - 1.627, + 1.626, 203, 0.573, 207, 0.354, 210, - 2.488, + 2.487, 212, 4.203, 216, @@ -86824,19 +86792,19 @@ 226, 0.952, 228, - 0.829, + 0.828, 229, - 1.371, + 1.37, 230, 0.37, 239, 1.207, 240, - 1.652, + 1.651, 241, 0.86, 243, - 0.975, + 0.974, 244, 0.754, 247, @@ -86848,15 +86816,15 @@ 253, 0.533, 254, - 0.701, + 0.7, 256, - 1.452, + 1.459, 257, 1.794, 260, - 1.354, + 1.353, 261, - 1.454, + 1.453, 263, 3.275, 266, @@ -86876,7 +86844,7 @@ 282, 1.36, 285, - 1.799, + 1.798, 287, 1.359, 288, @@ -86902,13 +86870,13 @@ 332, 1.511, 333, - 0.968, + 0.973, 337, 0.672, 341, 0.51, 342, - 1.23, + 1.229, 344, 0.647, 345, @@ -86928,7 +86896,7 @@ 368, 0.559, 371, - 1.034, + 1.033, 379, 1.326, 380, @@ -86938,13 +86906,13 @@ 384, 0.754, 387, - 1.602, + 1.601, 389, 1.521, 390, 1.441, 391, - 1.22, + 1.219, 392, 2.155, 393, @@ -86952,13 +86920,13 @@ 402, 0.566, 407, - 2.163, + 2.162, 409, - 0.868, + 0.867, 419, 3.67, 420, - 0.735, + 0.734, 424, 7.875, 426, @@ -86968,7 +86936,7 @@ 441, 0.533, 446, - 0.986, + 0.985, 452, 0.798, 453, @@ -86976,7 +86944,7 @@ 455, 1.484, 456, - 4.342, + 4.341, 459, 0.915, 469, @@ -87006,7 +86974,7 @@ 513, 1.021, 515, - 1.22, + 1.219, 521, 0.37, 524, @@ -87024,27 +86992,27 @@ 553, 1.223, 555, - 1.066, + 1.065, 556, 1.406, 558, - 0.868, + 0.867, 568, - 2.257, + 2.256, 570, - 3.222, + 3.221, 573, 1.03, 574, - 1.642, + 1.641, 577, 0.417, 581, - 1.061, + 1.06, 588, - 1.425, + 1.424, 590, - 0.441, + 0.44, 594, 2.308, 595, @@ -87076,13 +87044,13 @@ 656, 0.672, 666, - 0.701, + 0.7, 675, 0.408, 676, 0.485, 679, - 1.23, + 1.229, 680, 0.559, 687, @@ -87112,7 +87080,7 @@ 762, 0.889, 765, - 0.373, + 0.372, 769, 0.686, 774, @@ -87122,11 +87090,11 @@ 795, 0.686, 803, - 0.735, + 0.734, 811, 1.36, 826, - 1.034, + 1.033, 827, 1.982, 832, @@ -87138,7 +87106,7 @@ 856, 3.0, 862, - 4.299, + 4.298, 866, 1.692, 880, @@ -87148,9 +87116,9 @@ 898, 1.215, 899, - 2.646, + 2.645, 901, - 2.51, + 2.509, 905, 0.626, 915, @@ -87158,11 +87126,11 @@ 924, 0.934, 928, - 0.735, + 0.734, 931, 0.291, 935, - 0.975, + 0.974, 941, 0.771, 942, @@ -87188,41 +87156,41 @@ 1019, 2.195, 1041, - 4.821, + 4.82, 1042, - 3.577, + 3.576, 1064, 0.521, 1071, - 1.106, + 1.105, 1089, - 0.701, + 0.7, 1097, 0.659, 1098, - 3.601, + 3.6, 1109, 3.624, 1120, 0.626, 1126, - 0.975, + 0.974, 1133, 2.386, 1139, 2.815, 1140, - 1.851, + 1.85, 1142, 1.605, 1144, - 4.382, + 4.381, 1153, 1.608, 1157, 0.559, 1164, - 3.249, + 3.248, 1184, 6.222, 1186, @@ -87230,7 +87198,7 @@ 1188, 0.521, 1192, - 2.122, + 2.121, 1202, 0.934, 1208, @@ -87246,13 +87214,13 @@ 1257, 0.659, 1258, - 0.701, + 0.7, 1259, 1.735, 1261, 0.636, 1279, - 1.643, + 1.642, 1295, 3.389, 1307, @@ -87262,7 +87230,7 @@ 1327, 0.717, 1331, - 0.868, + 0.867, 1332, 0.43, 1343, @@ -87270,7 +87238,7 @@ 1355, 0.972, 1361, - 0.701, + 0.7, 1379, 0.49, 1387, @@ -87278,7 +87246,7 @@ 1403, 0.505, 1406, - 2.073, + 2.072, 1428, 2.481, 1452, @@ -87288,7 +87256,7 @@ 1465, 2.38, 1471, - 0.975, + 0.974, 1472, 2.755, 1476, @@ -87320,7 +87288,7 @@ 1636, 1.59, 1649, - 1.442, + 1.461, 1650, 0.636, 1651, @@ -87328,7 +87296,7 @@ 1656, 1.437, 1657, - 6.572, + 6.571, 1661, 0.533, 1662, @@ -87338,15 +87306,15 @@ 1686, 1.484, 1687, - 2.49, + 2.489, 1694, - 4.465, + 4.464, 1696, - 2.765, + 2.764, 1697, 0.686, 1698, - 3.106, + 3.105, 1699, 5.019, 1713, @@ -87396,13 +87364,13 @@ 1811, 2.005, 1814, - 1.23, + 1.229, 1822, 2.071, 1823, 2.047, 1839, - 1.396, + 1.395, 1840, 0.606, 1841, @@ -87414,7 +87382,7 @@ 1866, 0.606, 1869, - 0.701, + 0.7, 1870, 1.605, 1871, @@ -87446,7 +87414,7 @@ 1929, 2.632, 1930, - 2.582, + 2.581, 1942, 1.543, 1966, @@ -87480,27 +87448,27 @@ 2164, 0.85, 2191, - 0.735, + 0.734, 2236, 0.659, 2243, - 3.706, + 3.705, 2261, - 1.106, + 1.105, 2307, - 1.948, + 1.947, 2323, 1.543, 2377, - 0.735, + 0.734, 2384, 0.659, 2389, 2.326, 2398, - 0.868, + 0.867, 2409, - 0.868, + 0.867, 2433, 1.177, 2459, @@ -87510,11 +87478,11 @@ 2540, 1.09, 2544, - 1.269, + 1.268, 2582, 0.606, 2613, - 3.751, + 3.75, 2628, 1.688, 2633, @@ -87540,9 +87508,9 @@ 2799, 0.802, 2809, - 2.511, + 2.51, 2875, - 4.109, + 4.108, 2886, 2.005, 2914, @@ -87556,7 +87524,7 @@ 2978, 0.754, 3057, - 0.735, + 0.734, 3064, 1.688, 3120, @@ -87580,23 +87548,23 @@ 3453, 0.972, 3475, - 0.868, + 0.867, 3487, - 2.307, + 2.306, 3518, 0.912, 3527, 0.717, 3558, - 0.868, + 0.867, 3648, - 0.868, + 0.867, 3650, 0.912, 3713, 0.626, 3727, - 1.177, + 1.198, 3803, 0.912, 3838, @@ -87624,225 +87592,231 @@ 4326, 0.912, 4364, - 1.396, + 1.395, 4376, 2.936, 4399, 0.912, 4400, - 1.396, + 1.395, 4514, - 2.207, + 2.206, 4551, - 0.868, + 0.867, 4555, 4.43, 4595, 1.243, 4608, - 0.868, + 0.867, 4621, - 1.22, + 1.219, 4646, 0.777, - 4720, - 0.868, - 5065, - 3.142, - 5100, + 4717, + 0.867, + 5062, + 3.141, + 5097, 1.539, - 5102, + 5099, 0.972, - 5120, + 5117, 1.437, - 5130, + 5127, 0.802, - 5279, + 5276, 0.972, - 5285, + 5282, 0.972, - 5292, + 5289, 0.972, - 5293, + 5290, 0.972, - 5294, + 5291, 0.912, - 5335, + 5332, 0.972, - 5573, + 5570, 0.802, - 5574, + 5571, 1.605, - 5650, + 5647, 0.972, - 5653, + 5650, 1.799, - 5673, + 5670, 1.296, - 5753, + 5750, 0.777, - 5830, + 5827, 2.071, - 5864, + 5861, 0.972, - 5920, - 0.868, - 5935, + 5917, + 0.867, + 5932, 0.972, - 5981, - 4.153, - 6026, + 5978, + 4.152, + 6023, 2.933, - 6043, + 6040, 0.777, - 6048, + 6045, 0.972, - 6049, + 6046, 0.972, - 6140, - 0.868, - 6405, + 6137, + 0.867, + 6402, 0.912, - 6753, + 6750, 0.972, - 6819, + 6816, 0.972, - 6837, - 2.356, - 6873, - 4.659, - 6954, + 6834, + 2.355, + 6870, + 4.658, + 6951, 1.688, - 6959, + 6956, 1.605, - 6970, + 6967, 0.777, - 6983, + 6980, 1.799, - 7006, + 7003, 1.198, - 7155, + 7152, 1.539, - 7218, + 7215, 0.912, - 7468, + 7465, 0.912, - 7720, + 7717, 0.972, - 7789, + 7786, 0.972, - 8098, + 8095, 0.912, - 8200, + 8197, 0.972, - 8202, + 8199, 0.972, - 8204, + 8201, 0.972, - 8206, + 8203, 0.972, - 8208, + 8205, 0.972, - 8210, + 8207, 0.972, - 8212, + 8209, 0.972, - 8214, + 8211, 0.972, - 8216, + 8213, 0.972, - 8218, + 8215, 1.799, - 8220, + 8217, 0.972, - 8222, + 8219, 1.799, - 8224, + 8221, 0.972, - 8226, + 8223, 0.972, - 8228, + 8225, 0.972, + 8227, + 4.58, + 8229, + 1.799, 8230, - 4.581, + 0.972, 8232, - 1.799, + 0.972, 8233, 0.972, + 8234, + 0.972, 8235, 0.972, 8236, - 0.972, - 8237, - 0.972, - 8238, - 0.972, - 8239, 3.672, - 8241, + 8238, 3.672, - 8243, - 2.511, - 8245, + 8240, + 2.51, + 8242, 1.799, - 8247, + 8244, 1.799, - 8249, + 8246, 1.799, - 8251, + 8248, 1.799, - 8253, - 2.511, - 8255, + 8250, + 2.51, + 8252, 1.799, - 8257, + 8254, 1.799, - 8268, + 8265, 1.799, - 8270, + 8267, 0.972, - 8272, + 8269, 1.799, - 8274, + 8271, 1.799, - 8278, + 8275, 1.799, - 8280, + 8277, 1.799, - 8282, + 8279, 1.799, - 8284, - 2.511, - 8288, + 8281, + 2.51, + 8285, 1.799, - 8290, + 8287, 0.972, - 8292, + 8289, 0.972, - 8294, + 8291, 0.972, - 8296, + 8293, 0.972, - 8298, + 8295, 0.972, - 8300, + 8297, 1.799, - 8302, + 8299, 0.972, - 8304, + 8301, 0.972, + 8473, + 2.51, + 8474, + 0.912, + 8475, + 3.422, 8476, - 2.511, + 1.063, 8477, - 0.912, + 1.063, 8478, - 3.422, + 4.58, 8479, 1.063, 8480, 1.063, 8481, - 4.581, + 1.063, 8482, 1.063, 8483, @@ -87850,21 +87824,21 @@ 8484, 1.063, 8485, - 1.063, + 0.972, 8486, - 1.063, + 1.799, 8487, - 1.063, + 1.967, 8488, - 0.972, + 4.015, 8489, - 1.799, + 2.745, 8490, - 1.967, + 1.063, 8491, - 4.016, + 1.063, 8492, - 2.745, + 1.063, 8493, 1.063, 8494, @@ -87884,25 +87858,25 @@ 8501, 1.063, 8502, - 1.063, + 1.967, 8503, 1.063, 8504, 1.063, 8505, - 1.967, + 1.063, 8506, 1.063, 8507, - 1.063, + 2.745, 8508, 1.063, 8509, 1.063, 8510, - 2.745, - 8511, 1.063, + 8511, + 1.967, 8512, 1.063, 8513, @@ -87914,7 +87888,7 @@ 8516, 1.063, 8517, - 1.967, + 1.063, 8518, 1.063, 8519, @@ -87932,13 +87906,13 @@ 8525, 1.063, 8526, - 1.063, + 2.745, 8527, 1.063, 8528, 1.063, 8529, - 2.745, + 1.063, 8530, 1.063, 8531, @@ -87946,59 +87920,59 @@ 8532, 1.063, 8533, - 1.063, + 1.967, 8534, - 1.063, + 0.972, 8535, - 1.063, + 0.972, 8536, - 1.967, + 1.063, 8537, - 0.972, + 1.063, 8538, - 0.972, + 5.009, 8539, - 1.063, + 1.967, 8540, - 1.063, + 1.967, 8541, - 5.01, + 1.967, 8542, 1.967, 8543, 1.967, 8544, - 1.967, + 1.063, 8545, - 1.967, + 2.745, 8546, - 1.967, + 0.972, 8547, - 1.063, + 1.967, 8548, - 2.745, + 1.063, 8549, - 0.972, + 1.063, 8550, - 1.967, + 0.972, 8551, 1.063, 8552, - 1.063, + 1.967, 8553, - 0.972, + 1.063, 8554, 1.063, 8555, - 1.967, - 8556, 1.063, + 8556, + 1.967, 8557, 1.063, 8558, 1.063, 8559, - 1.967, + 1.063, 8560, 1.063, 8561, @@ -88006,149 +87980,143 @@ 8562, 1.063, 8563, - 1.063, + 1.967, 8564, - 1.063, + 0.972, 8565, - 1.063, - 8566, 1.967, + 8566, + 1.063, 8567, - 0.972, + 1.063, 8568, - 1.967, + 0.972, 8569, - 1.063, + 2.936, 8570, 1.063, 8571, - 0.972, + 1.063, 8572, - 2.936, + 1.063, 8573, 1.063, 8574, - 1.063, + 1.967, 8575, 1.063, 8576, 1.063, 8577, - 1.967, - 8578, 1.063, + 8578, + 4.298, 8579, 1.063, 8580, 1.063, 8581, - 4.299, + 1.063, 8582, 1.063, 8583, - 1.063, + 1.967, 8584, 1.063, 8585, - 1.063, + 1.967, 8586, 1.967, 8587, 1.063, 8588, - 1.967, + 1.063, 8589, - 1.967, + 1.063, 8590, 1.063, 8591, - 1.063, + 1.967, 8592, 1.063, 8593, - 1.063, + 0.972, 8594, - 1.967, + 1.063, 8595, 1.063, 8596, - 0.972, + 2.745, 8597, - 1.063, + 3.129, 8598, 1.063, 8599, - 2.745, + 0.972, 8600, - 3.129, + 1.063, 8601, 1.063, 8602, - 0.972, + 2.745, 8603, 1.063, 8604, - 1.063, + 1.967, 8605, - 2.745, + 0.972, 8606, - 1.063, + 1.967, 8607, 1.967, 8608, - 0.972, + 5.277, 8609, - 1.967, + 0.912, 8610, - 1.967, + 1.063, 8611, - 5.278, + 1.967, 8612, - 0.912, + 6.748, 8613, 1.063, 8614, - 1.967, + 1.063, 8615, - 6.749, + 1.063, 8616, 1.063, 8617, 1.063, 8618, - 1.063, + 1.967, 8619, - 1.063, + 2.745, 8620, - 1.063, - 8621, 1.967, + 8621, + 1.063, 8622, - 2.745, + 1.063, 8623, 1.967, 8624, - 1.063, + 1.967, 8625, 1.063, 8626, - 1.967, - 8627, - 1.967, - 8628, 1.063, - 8629, - 1.063, - 8630, + 8627, 1.063, - 8631, + 8628, 1.063 ] ], [ "type/ref/stable/bit", [ - 6760, + 6757, 1.837 ] ], @@ -88174,7 +88142,7 @@ 46, 1.215, 52, - 2.522, + 2.521, 57, 1.585, 59, @@ -88182,7 +88150,7 @@ 70, 4.223, 74, - 3.982, + 3.981, 77, 1.579, 79, @@ -88200,7 +88168,7 @@ 106, 1.365, 107, - 1.451, + 1.45, 126, 0.823, 140, @@ -88226,9 +88194,9 @@ 263, 1.239, 266, - 1.84, + 1.839, 273, - 1.882, + 1.881, 295, 3.924, 306, @@ -88236,7 +88204,7 @@ 330, 2.009, 333, - 1.172, + 1.179, 393, 7.547, 469, @@ -88258,19 +88226,19 @@ 691, 2.951, 702, - 2.077, + 2.076, 728, 3.087, 749, - 5.897, + 5.896, 874, 2.125, 898, - 1.472, + 1.471, 903, 2.234, 948, - 2.49, + 2.489, 1097, 3.906, 1109, @@ -88282,11 +88250,11 @@ 1236, 7.86, 1272, - 1.84, + 1.839, 1331, 5.141, 1401, - 5.185, + 5.184, 1428, 6.404, 1459, @@ -88300,11 +88268,11 @@ 1557, 3.77, 1558, - 2.57, + 2.569, 1563, - 5.407, + 5.406, 1565, - 3.557, + 3.556, 1690, 6.174, 1893, @@ -88314,9 +88282,9 @@ 1979, 2.523, 1982, - 5.73, + 5.729, 2123, - 3.594, + 3.593, 2190, 3.649, 2591, @@ -88326,13 +88294,13 @@ 2916, 4.817, 2956, - 2.794, + 2.793, 3442, 2.94, 3810, - 2.731, + 2.73, 3851, - 3.557, + 3.556, 3896, 3.79, 3972, @@ -88343,104 +88311,104 @@ 3.382, 4429, 8.635, - 4832, - 2.794, - 5830, + 4829, + 2.793, + 5827, 4.753, - 6127, + 6124, 2.863, - 6220, + 6217, 5.141, - 6320, + 6317, 8.277, - 6405, - 10.115, - 6958, + 6402, + 10.114, + 6955, 3.027, - 7064, + 7061, 3.79, - 7981, - 3.557, - 8098, - 6.541, - 8572, - 10.167, + 7978, + 3.556, + 8095, + 6.54, + 8569, + 10.166, + 8629, + 4.144, + 8630, + 4.144, + 8631, + 4.144, 8632, - 4.145, + 9.16, 8633, - 4.145, + 10.026, 8634, - 4.145, + 4.144, 8635, - 9.16, + 4.144, 8636, - 10.027, + 4.144, 8637, - 4.145, + 4.144, 8638, - 4.145, + 4.144, 8639, - 4.145, + 4.144, 8640, - 4.145, + 4.144, 8641, - 4.145, + 4.144, 8642, - 4.145, + 3.79, 8643, - 4.145, + 6.3, 8644, - 4.145, - 8645, 3.79, + 8645, + 4.144, 8646, - 6.301, + 4.144, 8647, - 3.79, + 6.3, 8648, - 4.145, + 4.144, 8649, - 4.145, + 4.144, 8650, - 6.301, + 6.3, 8651, - 4.145, + 6.3, 8652, - 4.145, + 4.144, 8653, - 6.301, + 4.144, 8654, - 6.301, + 4.144, 8655, - 4.145, + 4.144, 8656, - 4.145, + 4.144, 8657, - 4.145, + 4.144, 8658, - 4.145, + 4.144, 8659, - 4.145, + 4.144, 8660, - 4.145, + 4.144, 8661, - 4.145, + 4.144, 8662, - 4.145, - 8663, - 4.145, - 8664, - 4.145, - 8665, 8.376, - 8666, - 4.145 + 8663, + 4.144 ] ], [ "type/ref/stable/dmURI", [ - 6760, + 6757, 1.837 ] ], @@ -88482,7 +88450,7 @@ 1041, 5.218, 1074, - 7.767, + 7.766, 1411, 3.627, 1465, @@ -88496,7 +88464,7 @@ 2097, 5.848, 2120, - 6.387, + 6.386, 2154, 6.908, 2389, @@ -88506,7 +88474,7 @@ 2779, 5.757, 2998, - 6.387, + 6.386, 3646, 6.294, 3899, @@ -88515,38 +88483,38 @@ 9.418, 4069, 5.706, - 4857, + 4854, 4.903, - 4972, + 4969, 8.68, - 5652, + 5649, 6.908, - 6763, + 6760, 5.872, - 7006, + 7003, 5.154, - 8181, - 7.265, - 8667, + 8178, + 7.264, + 8664, 8.466, - 8668, + 8665, 11.829, - 8669, + 8666, 8.466, - 8670, + 8667, 8.466, - 8671, + 8668, 8.466, - 8672, + 8669, 10.295, - 8673, + 8670, 8.466 ] ], [ "type/ref/stable/dmSpinlock", [ - 6760, + 6757, 1.837 ] ], @@ -88579,38 +88547,38 @@ 2.525, 563, 5.505, - 4864, + 4861, 8.754, - 6966, + 6963, 10.725, - 6972, - 6.699, - 7994, + 6969, + 6.698, + 7991, 8.645, + 8671, + 8.879, + 8672, + 12.533, + 8673, + 11.985, 8674, - 8.88, + 8.879, 8675, - 12.533, + 11.728, 8676, - 11.985, + 8.879, 8677, - 8.88, + 8.879, 8678, - 11.729, + 8.879, 8679, - 8.88, - 8680, - 8.88, - 8681, - 8.88, - 8682, - 8.88 + 8.879 ] ], [ "type/ref/stable/crash", [ - 6760, + 6757, 1.837 ] ], @@ -88634,7 +88602,7 @@ 22, 2.022, 36, - 1.428, + 1.427, 38, 0.795, 46, @@ -88650,7 +88618,7 @@ 79, 0.997, 86, - 1.598, + 1.597, 90, 1.706, 99, @@ -88686,39 +88654,39 @@ 196, 1.701, 201, - 2.442, + 2.441, 211, 2.204, 216, 1.944, 247, - 2.368, + 2.367, 253, 2.465, 256, - 1.106, + 1.111, 260, - 2.413, + 2.412, 263, 2.771, 268, 1.723, 269, - 1.915, + 1.914, 273, 1.214, 313, 1.929, 330, - 2.283, + 2.282, 332, - 1.638, + 1.637, 368, 1.399, 387, 1.735, 433, - 2.006, + 2.005, 452, 1.43, 470, @@ -88732,13 +88700,13 @@ 552, 2.509, 553, - 1.759, + 1.758, 556, 2.022, 561, 1.559, 599, - 5.229, + 5.228, 638, 3.109, 648, @@ -88750,7 +88718,7 @@ 750, 4.492, 817, - 3.712, + 3.711, 832, 2.36, 860, @@ -88778,29 +88746,29 @@ 1019, 1.859, 1047, - 3.399, + 3.398, 1064, 2.411, 1157, 2.585, 1198, - 4.083, + 4.082, 1248, 3.109, 1269, - 2.726, + 2.725, 1295, 3.855, 1298, 3.109, 1367, - 3.594, + 3.593, 1411, - 3.067, + 3.066, 1434, 2.465, 1459, - 2.006, + 2.005, 1465, 3.74, 1472, @@ -88808,9 +88776,9 @@ 1559, 3.05, 1597, - 2.85, + 2.849, 1658, - 3.491, + 3.49, 1675, 2.652, 1814, @@ -88818,7 +88786,7 @@ 1884, 3.584, 1908, - 3.815, + 3.814, 1911, 3.67, 1938, @@ -88840,19 +88808,19 @@ 2182, 2.523, 2190, - 2.85, + 2.849, 2299, 3.399, 2330, 3.241, 2344, - 4.015, + 4.014, 2389, - 2.85, + 2.849, 2657, 2.765, 2683, - 3.491, + 3.49, 2750, 3.109, 3140, @@ -88862,30 +88830,36 @@ 3365, 5.4, 3400, - 5.229, + 5.228, 3411, 3.241, 3700, - 4.222, + 4.221, 3717, - 4.015, + 4.014, 3803, 7.24, 3902, 3.109, 4553, - 4.015, - 4745, + 4.014, + 4742, 2.995, - 4918, + 4915, 9.356, - 5425, - 3.173, - 7346, + 5422, + 3.172, + 7343, 4.499, - 7523, + 7520, 9.099, - 8537, + 8534, + 4.499, + 8680, + 4.92, + 8681, + 4.92, + 8682, 4.499, 8683, 4.92, @@ -88894,13 +88868,13 @@ 8685, 4.499, 8686, - 4.92, + 4.499, 8687, 4.92, 8688, - 4.499, + 4.92, 8689, - 4.499, + 4.92, 8690, 4.92, 8691, @@ -88908,21 +88882,21 @@ 8692, 4.92, 8693, - 4.92, + 7.158, 8694, - 4.92, + 6.545, 8695, 4.92, 8696, - 7.159, + 4.92, 8697, - 6.546, + 7.158, 8698, 4.92, 8699, 4.92, 8700, - 7.159, + 4.92, 8701, 4.92, 8702, @@ -88946,13 +88920,13 @@ 8711, 4.92, 8712, - 4.92, + 9.697, 8713, 4.92, 8714, 4.92, 8715, - 9.697, + 4.92, 8716, 4.92, 8717, @@ -88984,13 +88958,13 @@ 8730, 4.92, 8731, - 4.92, + 4.499, 8732, 4.92, 8733, 4.92, 8734, - 4.499, + 4.92, 8735, 4.92, 8736, @@ -88998,19 +88972,13 @@ 8737, 4.92, 8738, - 4.92, - 8739, - 4.92, - 8740, - 4.92, - 8741, - 4.222 + 4.221 ] ], [ "type/ref/stable/coroutine", [ - 6760, + 6757, 1.837 ] ], @@ -89028,9 +88996,9 @@ 20, 1.476, 30, - 3.952, + 3.98, 36, - 2.159, + 2.158, 46, 1.142, 57, @@ -89040,7 +89008,7 @@ 60, 3.012, 77, - 2.166, + 2.165, 79, 0.989, 99, @@ -89056,7 +89024,7 @@ 113, 1.154, 122, - 1.794, + 1.793, 126, 1.827, 153, @@ -89068,9 +89036,9 @@ 169, 1.48, 177, - 2.817, + 2.816, 201, - 2.069, + 2.068, 202, 1.87, 226, @@ -89082,7 +89050,7 @@ 244, 3.071, 260, - 1.942, + 1.941, 268, 2.402, 273, @@ -89092,13 +89060,13 @@ 334, 3.191, 387, - 2.032, + 2.031, 442, 2.58, 489, - 2.681, + 2.68, 500, - 2.922, + 2.921, 534, 2.707, 553, @@ -89124,9 +89092,9 @@ 866, 2.146, 879, - 4.713, + 4.712, 912, - 3.715, + 3.714, 919, 4.106, 931, @@ -89136,11 +89104,11 @@ 1025, 2.276, 1082, - 5.061, + 5.06, 1138, 4.943, 1218, - 7.059, + 7.058, 1296, 3.43, 1336, @@ -89154,31 +89122,31 @@ 1459, 4.526, 1465, - 2.032, + 2.031, 1472, 2.58, 1475, - 4.087, + 4.086, 1497, - 4.507, + 4.506, 1662, - 4.98, + 4.979, 1713, - 3.027, + 3.026, 1973, - 3.447, + 3.446, 2297, 6.98, 2631, - 5.061, + 5.06, 2994, 5.276, 3251, 4.7, 3415, - 5.03, + 5.029, 3501, - 4.507, + 4.506, 3569, 3.979, 3610, @@ -89186,55 +89154,55 @@ 4207, 5.532, 4339, - 5.268, - 4723, + 5.267, + 4720, 9.238, - 5178, + 5175, 10.194, - 5534, + 5531, 8.972, - 5974, + 5971, 4.7, - 7137, - 4.346, + 7134, + 4.345, + 8739, + 5.76, + 8740, + 5.76, + 8741, + 8.008, 8742, - 5.761, + 8.008, 8743, - 5.761, + 5.76, 8744, - 8.008, + 4.506, 8745, - 8.008, + 5.76, 8746, - 5.761, + 5.76, 8747, - 4.507, + 8.008, 8748, - 5.761, + 5.76, 8749, - 5.761, + 5.76, 8750, - 8.008, + 5.76, 8751, - 5.761, + 5.267, 8752, - 5.761, + 5.76, 8753, - 5.761, + 5.76, 8754, - 5.268, - 8755, - 5.761, - 8756, - 5.761, - 8757, - 5.268 + 5.267 ] ], [ "type/ref/stable/dmSSLSocket", [ - 6760, + 6757, 1.837 ] ], @@ -89246,7 +89214,7 @@ 38, 0.816, 46, - 1.049, + 1.048, 57, 1.404, 79, @@ -89260,7 +89228,7 @@ 177, 2.884, 202, - 2.387, + 2.386, 226, 2.045, 229, @@ -89272,7 +89240,7 @@ 287, 5.077, 330, - 2.344, + 2.343, 479, 4.118, 483, @@ -89292,15 +89260,15 @@ 1055, 7.117, 1078, - 8.759, + 8.758, 1202, - 3.49, + 3.489, 1588, - 3.602, + 3.601, 1621, 5.75, 1714, - 5.369, + 5.368, 1814, 3.292, 2540, @@ -89319,48 +89287,54 @@ 5.221, 4198, 6.307, - 4783, - 5.369, - 4857, + 4780, + 5.368, + 4854, 6.356, - 6473, + 6470, 4.072, - 6766, - 6.687, - 8177, + 6763, + 6.686, + 8174, 4.954, - 8758, + 8755, 7.35, - 8759, + 8756, 7.35, - 8760, + 8757, 6.721, + 8758, + 8.618, + 8759, + 8.087, + 8760, + 7.35, 8761, - 8.619, + 11.61, 8762, - 8.088, + 10.035, 8763, 7.35, 8764, - 11.611, + 6.721, 8765, - 10.035, + 7.35, 8766, 7.35, 8767, - 6.721, + 5.368, 8768, 7.35, 8769, 7.35, 8770, - 5.369, + 6.721, 8771, 7.35, 8772, 7.35, 8773, - 6.721, + 7.35, 8774, 7.35, 8775, @@ -89368,19 +89342,13 @@ 8776, 7.35, 8777, - 7.35, - 8778, - 7.35, - 8779, - 7.35, - 8780, 7.35 ] ], [ "type/ref/stable/dmProfile", [ - 6760, + 6757, 1.837 ] ], @@ -89392,7 +89360,7 @@ 36, 2.015, 38, - 0.712, + 0.711, 46, 0.914, 56, @@ -89406,7 +89374,7 @@ 90, 2.408, 99, - 0.946, + 0.945, 110, 3.844, 122, @@ -89416,7 +89384,7 @@ 133, 5.52, 141, - 1.568, + 1.567, 175, 5.499, 201, @@ -89442,7 +89410,7 @@ 351, 3.325, 553, - 1.515, + 1.514, 563, 5.734, 568, @@ -89454,7 +89422,7 @@ 634, 1.674, 711, - 3.834, + 3.833, 819, 5.725, 878, @@ -89486,7 +89454,7 @@ 1982, 2.099, 1991, - 3.095, + 3.094, 2083, 4.426, 2155, @@ -89500,7 +89468,7 @@ 2779, 5.723, 2780, - 6.032, + 6.031, 3105, 3.315, 3425, @@ -89515,24 +89483,30 @@ 2.856, 4646, 7.379, - 6473, + 6470, 2.347, - 6763, + 6760, 6.449, - 6766, + 6763, 6.902, - 7325, + 7322, 2.791, - 7439, + 7436, 5.228, - 8034, + 8031, 7.339, + 8778, + 4.237, + 8779, + 6.407, + 8780, + 6.407, 8781, 4.237, 8782, - 6.407, + 4.237, 8783, - 6.407, + 4.237, 8784, 4.237, 8785, @@ -89544,25 +89518,25 @@ 8788, 4.237, 8789, - 4.237, + 9.728, 8790, 4.237, 8791, 4.237, 8792, - 9.729, - 8793, 4.237, + 8793, + 10.103, 8794, - 4.237, + 10.103, 8795, - 4.237, + 11.42, 8796, - 10.103, + 4.237, 8797, - 10.103, + 4.237, 8798, - 11.42, + 4.237, 8799, 4.237, 8800, @@ -89594,19 +89568,13 @@ 8813, 4.237, 8814, - 4.237, - 8815, - 4.237, - 8816, - 4.237, - 8817, 4.237 ] ], [ "type/ref/stable/editor", [ - 6760, + 6757, 1.837 ] ], @@ -89616,7 +89584,7 @@ 0, 0.094, 1, - 1.943, + 1.942, 7, 1.034, 8, @@ -89632,7 +89600,7 @@ 20, 1.412, 30, - 1.179, + 1.188, 36, 2.019, 38, @@ -89648,7 +89616,7 @@ 52, 1.388, 54, - 3.381, + 3.38, 55, 0.698, 57, @@ -89656,15 +89624,15 @@ 59, 0.685, 60, - 1.825, + 1.824, 62, - 1.32, + 1.328, 67, 0.386, 69, - 1.467, + 1.466, 70, - 1.506, + 1.505, 77, 0.977, 78, @@ -89674,11 +89642,11 @@ 80, 1.249, 83, - 5.076, + 5.075, 85, 2.139, 86, - 2.255, + 2.254, 90, 1.697, 91, @@ -89688,13 +89656,13 @@ 93, 1.334, 94, - 1.22, + 1.219, 95, 1.452, 96, 3.717, 97, - 1.365, + 1.364, 99, 1.019, 100, @@ -89702,7 +89670,7 @@ 102, 1.821, 103, - 0.919, + 0.918, 106, 1.137, 107, @@ -89714,23 +89682,23 @@ 113, 1.178, 122, - 0.972, + 0.971, 123, 0.603, 124, 0.902, 125, - 2.471, + 2.47, 126, 2.142, 128, - 2.618, + 2.617, 130, - 1.596, + 1.595, 133, 0.421, 141, - 0.97, + 0.969, 142, 1.499, 148, @@ -89756,13 +89724,13 @@ 169, 1.301, 170, - 1.197, + 1.196, 172, 1.558, 174, - 3.209, + 3.208, 175, - 2.329, + 2.328, 177, 1.094, 196, @@ -89778,7 +89746,7 @@ 210, 4.205, 211, - 1.398, + 1.397, 212, 2.033, 216, @@ -89808,11 +89776,11 @@ 249, 3.643, 254, - 1.727, + 1.726, 256, - 0.701, + 0.704, 257, - 1.727, + 1.726, 260, 0.491, 263, @@ -89820,7 +89788,7 @@ 266, 3.304, 268, - 2.093, + 2.092, 269, 1.815, 273, @@ -89846,7 +89814,7 @@ 329, 1.914, 332, - 0.689, + 0.688, 337, 5.469, 341, @@ -89858,19 +89826,19 @@ 351, 0.4, 353, - 1.044, + 1.043, 359, 0.339, 361, - 1.754, + 1.753, 368, 0.219, 369, 0.519, 373, - 4.624, + 4.623, 374, - 4.989, + 4.988, 378, 0.939, 380, @@ -89878,7 +89846,7 @@ 382, 2.679, 383, - 1.727, + 1.726, 385, 0.433, 387, @@ -89900,7 +89868,7 @@ 442, 0.652, 449, - 6.658, + 6.657, 450, 0.629, 451, @@ -89932,7 +89900,7 @@ 510, 0.283, 515, - 0.903, + 0.902, 521, 0.268, 523, @@ -89962,7 +89930,7 @@ 561, 0.656, 563, - 3.645, + 3.644, 573, 0.289, 574, @@ -89972,15 +89940,15 @@ 590, 0.319, 592, - 3.252, + 3.251, 594, 1.208, 596, 0.421, 600, - 1.914, + 1.913, 601, - 0.279, + 0.281, 619, 0.563, 631, @@ -89998,7 +89966,7 @@ 666, 1.363, 672, - 2.709, + 2.708, 673, 0.843, 679, @@ -90018,9 +89986,9 @@ 716, 2.876, 740, - 0.391, + 0.39, 749, - 2.18, + 2.179, 750, 1.934, 751, @@ -90028,15 +89996,15 @@ 761, 0.547, 762, - 1.804, + 1.803, 771, 0.963, 772, - 1.006, + 1.005, 773, 0.527, 774, - 1.976, + 1.975, 784, 1.914, 796, @@ -90062,13 +90030,13 @@ 891, 0.889, 894, - 1.036, + 1.035, 898, - 0.931, + 0.93, 905, 0.453, 915, - 1.197, + 1.196, 917, 0.348, 919, @@ -90092,11 +90060,11 @@ 978, 3.755, 996, - 2.022, + 2.021, 1025, 2.507, 1029, - 1.271, + 1.27, 1034, 0.558, 1035, @@ -90120,11 +90088,11 @@ 1109, 4.24, 1139, - 1.163, + 1.162, 1140, - 2.462, + 2.461, 1155, - 3.816, + 3.815, 1157, 0.405, 1166, @@ -90148,7 +90116,7 @@ 1272, 0.918, 1273, - 2.572, + 2.571, 1276, 1.331, 1277, @@ -90162,9 +90130,9 @@ 1281, 0.547, 1283, - 2.388, + 2.387, 1284, - 5.076, + 5.075, 1286, 1.033, 1287, @@ -90174,7 +90142,7 @@ 1296, 0.287, 1297, - 6.969, + 6.968, 1298, 1.656, 1305, @@ -90188,15 +90156,15 @@ 1324, 1.36, 1325, - 2.397, + 2.396, 1326, - 1.596, + 1.595, 1328, 0.581, 1337, 6.705, 1338, - 1.619, + 1.618, 1340, 0.547, 1342, @@ -90226,11 +90194,11 @@ 1373, 1.249, 1379, - 2.014, + 2.013, 1390, 0.705, 1391, - 2.397, + 2.396, 1392, 0.705, 1396, @@ -90252,23 +90220,23 @@ 1407, 0.705, 1409, - 1.619, + 1.618, 1410, 0.705, 1411, 3.822, 1413, - 2.429, + 2.428, 1414, 0.705, 1417, 0.705, 1418, - 3.996, + 3.995, 1419, 3.423, 1426, - 1.596, + 1.595, 1427, 0.532, 1429, @@ -90296,7 +90264,7 @@ 1447, 1.688, 1456, - 2.678, + 2.677, 1459, 1.457, 1462, @@ -90322,7 +90290,7 @@ 1478, 1.098, 1496, - 1.006, + 1.005, 1502, 0.746, 1503, @@ -90376,7 +90344,7 @@ 1885, 0.446, 1901, - 2.734, + 2.733, 1912, 0.581, 1928, @@ -90388,13 +90356,13 @@ 1946, 1.063, 1979, - 1.26, + 1.259, 1982, 0.382, 1989, 0.83, 1997, - 0.44, + 0.439, 2006, 3.55, 2042, @@ -90408,13 +90376,13 @@ 2078, 0.487, 2123, - 0.44, + 0.439, 2142, 0.508, 2143, 0.508, 2158, - 1.395, + 1.394, 2226, 0.487, 2268, @@ -90426,9 +90394,9 @@ 2420, 0.519, 2440, - 1.271, + 1.27, 2441, - 2.953, + 2.952, 2451, 0.581, 2452, @@ -90438,11 +90406,11 @@ 2540, 0.806, 2613, - 1.006, + 1.005, 2657, 0.433, 2684, - 1.218, + 1.217, 2719, 1.688, 2752, @@ -90454,7 +90422,7 @@ 2777, 1.098, 2834, - 2.697, + 2.696, 2851, 1.098, 2863, @@ -90470,7 +90438,7 @@ 3176, 2.354, 3177, - 2.697, + 2.696, 3182, 1.098, 3203, @@ -90480,7 +90448,7 @@ 3252, 0.519, 3253, - 1.619, + 1.618, 3261, 0.581, 3273, @@ -90492,7 +90460,7 @@ 3363, 0.532, 3423, - 2.354, + 2.441, 3558, 1.188, 3583, @@ -90504,7 +90472,7 @@ 3709, 1.063, 3713, - 1.218, + 1.217, 3902, 0.92, 3976, @@ -90520,7 +90488,7 @@ 4254, 0.603, 4258, - 2.797, + 2.796, 4287, 2.441, 4379, @@ -90533,408 +90501,414 @@ 1.188, 4595, 0.92, - 4698, + 4695, 0.981, - 4832, + 4829, 6.123, - 4862, + 4859, 1.775, - 5345, + 5342, 0.705, - 5359, + 5356, 0.705, - 5360, + 5357, 0.705, - 5361, + 5358, 0.705, - 5362, + 5359, 0.705, - 5363, + 5360, 1.331, - 5366, - 2.139, - 5367, - 2.397, - 5372, + 5363, + 2.138, + 5364, + 2.396, + 5369, 0.705, - 5374, + 5371, 0.705, - 5375, + 5372, 1.331, - 5376, + 5373, 1.331, + 5374, + 2.396, + 5376, + 1.249, 5377, - 2.397, + 0.705, + 5378, + 2.396, 5379, - 1.249, - 5380, 0.705, 5381, - 2.397, - 5382, - 0.705, - 5384, 2.249, - 5385, + 5382, 0.705, + 5388, + 6.178, 5391, - 6.179, - 5394, 1.331, - 5403, + 5400, 0.705, - 5409, + 5406, 0.705, - 5454, - 7.427, - 5458, - 9.136, - 5463, + 5451, + 7.426, + 5455, + 9.135, + 5460, 0.705, - 5465, + 5462, 0.705, - 5466, + 5463, 0.705, - 5468, + 5465, 0.705, - 5470, + 5467, 0.705, - 5474, + 5471, 0.705, - 5481, + 5478, 0.705, - 5488, - 4.316, - 5782, + 5485, + 4.315, + 5779, 1.249, - 6127, + 6124, 0.532, - 6180, + 6177, 0.661, - 6304, + 6301, 0.705, - 6443, + 6440, 0.661, - 6958, + 6955, 2.611, - 6997, + 6994, 0.705, - 7006, + 7003, 0.469, - 7102, + 7099, 0.629, - 7109, + 7106, 0.603, - 7124, + 7121, 1.331, - 7405, + 7402, 1.892, - 7449, + 7446, 0.581, - 7505, + 7502, 1.188, - 8442, + 8439, 1.249, - 8477, + 8474, 1.249, + 8815, + 0.77, + 8816, + 0.77, + 8817, + 0.77, 8818, - 0.771, + 0.77, 8819, - 0.771, + 0.77, 8820, - 0.771, + 0.77, 8821, - 0.771, + 0.77, 8822, - 0.771, + 1.775, 8823, - 0.771, + 0.77, 8824, - 0.771, + 0.77, 8825, - 1.775, + 0.77, 8826, - 0.771, + 0.77, 8827, - 0.771, + 1.456, 8828, - 0.771, + 1.456, 8829, - 0.771, - 8830, 1.456, + 8830, + 1.331, 8831, - 1.456, + 0.705, 8832, - 1.456, + 0.77, 8833, - 1.331, + 0.77, 8834, - 0.705, + 0.77, 8835, - 0.771, + 0.77, 8836, - 0.771, + 0.77, 8837, - 0.771, + 1.456, 8838, - 0.771, + 0.77, 8839, - 0.771, + 0.77, 8840, - 1.456, + 0.77, 8841, - 0.771, + 5.341, 8842, - 0.771, + 5.341, 8843, - 0.771, + 5.619, 8844, - 5.342, + 5.341, 8845, - 5.342, + 0.77, 8846, - 5.62, + 0.77, 8847, - 5.342, + 0.77, 8848, - 0.771, + 0.77, 8849, - 0.771, + 0.77, 8850, - 0.771, + 0.77, 8851, - 0.771, + 0.77, 8852, - 0.771, + 1.456, 8853, - 0.771, + 0.77, 8854, - 0.771, + 0.77, 8855, - 1.456, + 0.77, 8856, - 0.771, + 0.77, 8857, - 0.771, + 0.77, 8858, - 0.771, + 0.77, 8859, - 0.771, + 1.456, 8860, - 0.771, + 0.77, 8861, - 0.771, + 0.77, 8862, - 1.456, + 0.77, 8863, - 0.771, + 1.456, 8864, - 0.771, + 0.77, 8865, - 0.771, + 0.77, 8866, - 1.456, + 0.77, 8867, - 0.771, + 0.77, 8868, - 0.771, + 0.77, 8869, - 0.771, + 0.77, 8870, - 0.771, + 0.77, 8871, - 0.771, + 0.77, 8872, - 0.771, + 0.77, 8873, - 0.771, + 0.77, 8874, - 0.771, + 0.77, 8875, - 0.771, + 2.069, 8876, - 0.771, + 0.77, 8877, - 0.771, + 0.77, 8878, - 2.069, + 0.77, 8879, - 0.771, + 0.77, 8880, - 0.771, + 0.77, 8881, - 0.771, + 1.456, 8882, - 0.771, + 0.77, 8883, - 0.771, + 0.77, 8884, - 1.456, + 0.77, 8885, - 0.771, + 0.77, 8886, - 0.771, + 0.77, 8887, - 0.771, + 0.77, 8888, - 0.771, + 0.77, 8889, - 0.771, + 0.77, 8890, - 0.771, + 6.756, 8891, - 0.771, + 0.77, 8892, - 0.771, + 0.77, 8893, - 6.757, + 0.77, 8894, - 0.771, + 0.77, 8895, - 0.771, + 0.77, 8896, - 0.771, + 0.77, 8897, - 0.771, + 3.12, 8898, - 0.771, + 3.12, 8899, - 0.771, + 3.12, 8900, - 3.121, + 0.77, 8901, - 3.121, + 1.456, 8902, - 3.121, + 0.77, 8903, - 0.771, + 8.747, 8904, - 1.456, + 4.369, 8905, - 0.771, + 6.557, 8906, - 8.748, + 6.557, 8907, - 4.37, + 6.943, 8908, - 6.558, + 9.084, 8909, - 6.558, + 9.084, 8910, - 6.944, + 6.943, 8911, - 9.085, + 0.77, 8912, - 9.085, + 0.77, 8913, - 6.944, + 1.456, 8914, - 0.771, + 0.77, 8915, - 0.771, + 0.77, 8916, - 1.456, + 3.989, 8917, - 0.771, + 4.369, 8918, - 0.771, + 3.989, 8919, - 3.99, + 3.989, 8920, - 4.37, + 3.989, 8921, - 3.99, + 4.369, 8922, - 3.99, + 3.989, 8923, - 3.99, + 0.77, 8924, - 4.37, + 0.77, 8925, - 3.99, + 0.77, 8926, - 0.771, + 2.621, 8927, - 0.771, + 0.77, 8928, - 0.771, + 0.77, 8929, - 2.621, + 0.77, 8930, - 0.771, + 0.77, 8931, - 0.771, + 2.621, 8932, - 0.771, + 0.77, 8933, - 0.771, + 1.456, 8934, - 2.621, + 1.456, 8935, - 0.771, + 0.77, 8936, - 1.456, + 2.069, 8937, 1.456, 8938, - 0.771, + 0.77, 8939, - 2.069, + 0.77, 8940, - 1.456, + 0.77, 8941, - 0.771, + 1.456, 8942, - 0.771, + 0.77, 8943, - 0.771, + 0.77, 8944, - 1.456, + 0.77, 8945, - 0.771, + 0.77, 8946, - 0.771, + 0.77, 8947, - 0.771, + 3.12, 8948, - 0.771, + 1.456, 8949, - 0.771, + 1.456, 8950, - 3.121, + 1.456, 8951, 1.456, 8952, 1.456, 8953, - 1.456, + 1.331, 8954, 1.456, 8955, - 1.456, + 0.77, 8956, - 1.331, + 0.77, 8957, - 1.456, + 0.77, 8958, - 0.771, + 1.456, 8959, - 0.771, + 0.77, 8960, - 0.771, + 0.77, 8961, - 1.456, + 0.77, 8962, - 0.771, + 0.77, 8963, - 0.771, + 3.574, 8964, - 0.771, + 2.069, 8965, - 0.771, + 2.069, 8966, - 3.575, + 2.069, 8967, 2.069, 8968, @@ -90942,183 +90916,177 @@ 8969, 2.069, 8970, - 2.069, + 1.456, 8971, - 2.069, + 0.77, 8972, - 2.069, + 0.77, 8973, 1.456, 8974, - 0.771, + 0.77, 8975, - 0.771, + 0.77, 8976, - 1.456, + 4.369, 8977, - 0.771, + 0.77, 8978, - 0.771, + 0.77, 8979, - 4.37, + 0.77, 8980, - 0.771, + 1.456, 8981, - 0.771, + 1.456, 8982, - 0.771, + 0.77, 8983, 1.456, 8984, - 1.456, + 0.77, 8985, - 0.771, - 8986, 1.456, + 8986, + 0.77, 8987, - 0.771, - 8988, 1.456, + 8988, + 0.77, 8989, - 0.771, + 0.77, 8990, - 1.456, + 0.77, 8991, - 0.771, + 0.77, 8992, - 0.771, + 0.77, 8993, - 0.771, + 1.456, 8994, - 0.771, + 0.77, 8995, - 0.771, + 0.77, 8996, - 1.456, + 2.069, 8997, - 0.771, + 2.069, 8998, - 0.771, + 1.456, 8999, - 2.069, + 0.77, 9000, - 2.069, + 0.77, 9001, - 1.456, + 0.77, 9002, - 0.771, + 0.77, 9003, - 0.771, + 1.456, 9004, - 0.771, + 1.456, 9005, - 0.771, + 0.77, 9006, - 1.456, + 0.77, 9007, - 1.456, + 0.77, 9008, - 0.771, + 0.77, 9009, - 0.771, + 0.77, 9010, - 0.771, + 0.77, 9011, - 0.771, + 0.77, 9012, - 0.771, + 1.456, 9013, - 0.771, + 0.77, 9014, - 0.771, - 9015, 1.456, + 9015, + 2.069, 9016, - 0.771, + 0.77, 9017, - 1.456, + 0.77, 9018, - 2.069, + 0.77, 9019, - 0.771, + 0.77, 9020, - 0.771, + 0.77, 9021, - 0.771, + 0.77, 9022, - 0.771, + 0.77, 9023, - 0.771, + 0.77, 9024, - 0.771, + 0.77, 9025, - 0.771, + 0.77, 9026, - 0.771, + 0.77, 9027, - 0.771, + 0.77, 9028, - 0.771, + 0.77, 9029, - 0.771, + 0.77, 9030, - 0.771, + 2.621, 9031, - 0.771, + 2.621, 9032, - 0.771, + 0.77, 9033, - 2.621, + 0.77, 9034, - 2.621, + 1.456, 9035, - 0.771, + 1.456, 9036, - 0.771, + 0.77, 9037, - 1.456, + 0.77, 9038, - 1.456, + 0.77, 9039, - 0.771, + 0.77, 9040, - 0.771, + 0.77, 9041, - 0.771, + 0.77, 9042, - 0.771, + 0.77, 9043, - 0.771, + 0.77, 9044, - 0.771, + 0.77, 9045, - 0.771, + 2.621, 9046, - 0.771, + 0.77, 9047, - 0.771, + 1.456, 9048, - 2.621, + 0.77, 9049, - 0.771, + 0.77, 9050, - 1.456, + 0.77, 9051, - 0.771, + 0.77, 9052, - 0.771, - 9053, - 0.771, - 9054, - 0.771, - 9055, 2.069 ] ], [ "type/ref/stable/dmHashTable", [ - 6760, + 6757, 1.837 ] ], @@ -91146,11 +91114,11 @@ 241, 1.866, 342, - 3.903, + 3.902, 394, 6.181, 574, - 4.18, + 4.179, 928, 7.237, 962, @@ -91160,9 +91128,9 @@ 1295, 4.373, 1428, - 4.761, + 4.76, 1515, - 7.968, + 7.967, 1901, 6.506, 2190, @@ -91170,51 +91138,51 @@ 2360, 4.697, 2477, - 7.968, - 4802, + 7.967, + 4799, 9.639, - 4805, + 4802, 7.476, - 5598, - 7.11, - 5944, - 7.968, - 6763, + 5595, + 7.109, + 5941, + 7.967, + 6760, 4.969, - 6766, + 6763, 6.181, - 7137, + 7134, 8.792, - 7451, - 7.968, + 7448, + 7.967, + 9053, + 8.713, + 9054, + 7.967, + 9055, + 8.713, 9056, 8.713, 9057, - 7.968, - 9058, 8.713, + 9058, + 7.476, 9059, 8.713, 9060, 8.713, 9061, - 7.476, - 9062, - 8.713, - 9063, - 8.713, - 9064, 8.713, - 9065, + 9062, 10.476, - 9066, + 9063, 8.713 ] ], [ "type/ref/stable/dmAtomic", [ - 6760, + 6757, 1.837 ] ], @@ -91232,13 +91200,13 @@ 90, 2.612, 99, - 1.126, + 1.125, 110, 3.716, 113, 1.884, 141, - 2.71, + 2.709, 158, 2.749, 241, @@ -91248,7 +91216,7 @@ 268, 1.495, 407, - 4.629, + 4.628, 555, 2.928, 560, @@ -91258,27 +91226,33 @@ 1428, 4.002, 2100, - 5.35, + 5.349, 2190, 4.242, 2871, 4.177, 3695, - 5.35, + 5.349, 3713, 4.31, - 6473, + 6470, 6.535, - 6798, + 6795, 6.285, - 8034, + 8031, 9.293, + 9064, + 7.324, + 9065, + 11.948, + 9066, + 12.676, 9067, 7.324, 9068, - 11.949, + 9.404, 9069, - 12.676, + 7.324, 9070, 7.324, 9071, @@ -91294,21 +91268,15 @@ 9076, 7.324, 9077, - 9.404, - 9078, 7.324, - 9079, - 7.324, - 9080, - 7.324, - 9081, + 9078, 9.404 ] ], [ "type/ref/stable/dmDDF", [ - 6760, + 6757, 1.837 ] ], @@ -91334,7 +91302,7 @@ 99, 1.034, 100, - 1.219, + 1.218, 103, 1.495, 106, @@ -91342,11 +91310,11 @@ 113, 2.248, 132, - 3.594, + 3.593, 140, 2.992, 158, - 1.899, + 1.898, 165, 1.857, 169, @@ -91370,23 +91338,23 @@ 330, 3.123, 333, - 2.458, + 2.471, 452, 1.888, 479, 3.261, 490, - 2.713, + 2.712, 554, 2.437, 555, 2.022, 601, - 2.353, + 2.369, 602, 2.626, 603, - 2.713, + 2.712, 604, 3.291, 702, @@ -91412,7 +91380,7 @@ 1039, 3.501, 1041, - 5.387, + 5.386, 1164, 5.2, 1403, @@ -91442,55 +91410,61 @@ 2779, 5.658, 2854, - 4.188, + 4.187, 2952, 3.501, 3134, - 3.886, + 3.885, 3273, 5.299, 3603, 4.104, 3646, - 3.456, + 3.455, 4069, 7.05, 4098, 4.026, - 4857, + 4854, 6.499, - 4877, + 4874, 5.938, - 5211, + 5208, 4.104, - 5598, + 5595, 8.535, - 6473, + 6470, 6.04, - 6763, + 6760, 6.219, - 7325, + 7322, 4.278, - 7334, - 8.645, - 7442, + 7331, + 8.644, + 7439, 5.938, - 8177, + 8174, 4.377, - 9082, + 9079, 6.494, - 9083, + 9080, 6.494, - 9084, + 9081, 11.221, - 9085, + 9082, 9.795, - 9086, + 9083, 10.46, - 9087, + 9084, 10.784, + 9085, + 8.69, + 9086, + 6.494, + 9087, + 6.494, 9088, - 8.691, + 6.494, 9089, 6.494, 9090, @@ -91500,19 +91474,13 @@ 9092, 6.494, 9093, - 6.494, - 9094, - 6.494, - 9095, - 6.494, - 9096, 6.494 ] ], [ "type/ref/stable/zlib", [ - 6760, + 6757, 1.837 ] ], @@ -91535,28 +91503,28 @@ 5.381, 1465, 4.198, - 9097, + 9094, 9.294, - 9098, + 9095, 10.885, - 9099, + 9096, 10.885, - 9100, + 9097, 8.882, - 9101, + 9098, 9.294, - 9102, + 9099, 9.294, - 9103, + 9100, 10.885, - 9104, + 9101, 9.294 ] ], [ "type/ref/stable/dmConfigFile", [ - 6760, + 6757, 1.837 ] ], @@ -91570,7 +91538,7 @@ 20, 1.446, 30, - 2.44, + 2.458, 36, 1.948, 38, @@ -91584,7 +91552,7 @@ 59, 0.702, 60, - 1.797, + 1.796, 77, 2.023, 79, @@ -91604,11 +91572,11 @@ 113, 1.957, 122, - 2.421, + 2.42, 125, 1.302, 132, - 1.471, + 1.47, 143, 2.075, 149, @@ -91630,15 +91598,15 @@ 240, 1.836, 241, - 0.917, + 0.916, 263, - 3.666, + 3.665, 264, 2.606, 268, 2.477, 294, - 6.207, + 6.206, 332, 3.622, 358, @@ -91668,21 +91636,21 @@ 916, 4.716, 948, - 3.421, + 3.42, 999, 5.661, 1061, 8.036, 1063, - 3.037, + 3.036, 1067, 3.312, 1272, 4.972, 1296, - 3.639, + 3.638, 1341, - 3.037, + 3.036, 1459, 3.981, 1465, @@ -91690,15 +91658,15 @@ 1636, 2.479, 1814, - 5.018, + 5.017, 1982, - 4.289, + 4.288, 2164, - 4.703, + 4.702, 2440, 2.075, 2469, - 6.142, + 6.141, 2542, 4.003, 2555, @@ -91708,67 +91676,67 @@ 2779, 6.035, 2780, - 6.47, + 6.469, 2908, 4.46, 2952, - 2.308, + 2.307, 3646, 6.188, 3712, - 4.197, + 4.196, 3713, - 4.575, + 4.574, 3797, 2.76, 4146, 3.914, - 5889, - 3.493, - 8034, + 5886, + 3.492, + 8031, 8.209, - 8688, + 8685, 3.914, + 9102, + 4.28, + 9103, + 4.28, + 9104, + 11.33, 9105, - 4.281, + 9.338, 9106, - 4.281, + 4.28, 9107, - 11.331, + 4.28, 9108, - 9.338, + 4.28, 9109, - 4.281, + 4.28, 9110, - 4.281, + 6.456, 9111, - 4.281, + 4.28, 9112, - 4.281, + 4.28, 9113, - 6.457, + 3.492, 9114, - 4.281, + 4.28, 9115, - 4.281, + 4.28, 9116, - 3.493, + 4.28, 9117, - 4.281, + 4.28, 9118, - 4.281, - 9119, - 4.281, - 9120, - 4.281, - 9121, - 6.457 + 6.456 ] ], [ "type/ref/stable/dmGameObject", [ - 6760, + 6757, 1.837 ] ], @@ -91780,7 +91748,7 @@ 8, 0.865, 9, - 0.415, + 0.414, 10, 0.826, 11, @@ -91792,7 +91760,7 @@ 28, 0.592, 30, - 0.462, + 0.465, 36, 0.244, 38, @@ -91800,11 +91768,11 @@ 46, 0.993, 48, - 3.652, + 3.651, 52, 1.995, 55, - 1.483, + 1.482, 56, 0.87, 57, @@ -91826,7 +91794,7 @@ 90, 2.611, 92, - 2.669, + 2.668, 94, 0.569, 95, @@ -91838,7 +91806,7 @@ 99, 1.027, 100, - 1.307, + 1.306, 102, 1.139, 103, @@ -91848,7 +91816,7 @@ 106, 1.298, 107, - 1.045, + 1.044, 108, 0.359, 110, @@ -91866,7 +91834,7 @@ 119, 0.619, 121, - 0.74, + 0.739, 122, 1.843, 125, @@ -91874,7 +91842,7 @@ 126, 1.251, 128, - 1.873, + 1.872, 132, 0.42, 133, @@ -91900,7 +91868,7 @@ 156, 0.719, 158, - 2.538, + 2.537, 165, 2.565, 166, @@ -91940,15 +91908,15 @@ 226, 1.647, 227, - 3.429, + 3.428, 228, 0.942, 229, 1.712, 239, - 0.538, + 0.537, 240, - 0.348, + 0.347, 241, 1.268, 244, @@ -91962,9 +91930,9 @@ 250, 2.69, 251, - 2.53, + 2.529, 256, - 0.275, + 0.276, 258, 0.805, 261, @@ -91974,13 +91942,13 @@ 264, 0.744, 266, - 2.952, + 2.951, 268, 2.007, 269, 0.277, 271, - 1.147, + 1.146, 273, 0.763, 280, @@ -91992,17 +91960,17 @@ 328, 0.731, 330, - 1.219, + 1.218, 333, - 0.346, + 0.347, 337, 0.772, 340, - 0.893, + 0.892, 341, 2.4, 359, - 0.984, + 0.983, 368, 0.636, 387, @@ -92012,9 +91980,9 @@ 419, 0.772, 428, - 2.287, + 2.286, 429, - 1.853, + 1.852, 446, 0.612, 452, @@ -92026,7 +91994,7 @@ 459, 0.569, 471, - 0.829, + 0.828, 479, 2.366, 490, @@ -92036,7 +92004,7 @@ 496, 1.438, 500, - 1.625, + 1.624, 505, 0.627, 510, @@ -92044,7 +92012,7 @@ 515, 1.386, 516, - 4.836, + 4.835, 521, 0.425, 524, @@ -92056,11 +92024,11 @@ 541, 0.65, 542, - 1.049, + 1.048, 543, 1.24, 544, - 1.545, + 1.544, 546, 0.659, 550, @@ -92070,7 +92038,7 @@ 554, 1.434, 555, - 0.381, + 0.38, 556, 0.502, 562, @@ -92090,7 +92058,7 @@ 622, 1.084, 625, - 1.049, + 1.048, 634, 0.483, 638, @@ -92164,7 +92132,7 @@ 931, 2.456, 944, - 1.147, + 1.146, 948, 1.977, 951, @@ -92194,7 +92162,7 @@ 1034, 0.469, 1039, - 2.401, + 2.4, 1043, 0.528, 1054, @@ -92214,7 +92182,7 @@ 1101, 0.719, 1126, - 4.57, + 4.569, 1139, 0.687, 1140, @@ -92224,7 +92192,7 @@ 1146, 0.528, 1153, - 1.453, + 1.452, 1158, 4.672, 1160, @@ -92238,9 +92206,9 @@ 1186, 0.599, 1202, - 1.062, + 1.061, 1211, - 0.893, + 0.892, 1216, 0.65, 1219, @@ -92260,7 +92228,7 @@ 1296, 3.629, 1302, - 0.893, + 0.892, 1304, 0.719, 1306, @@ -92270,19 +92238,19 @@ 1311, 0.788, 1322, - 1.147, + 1.146, 1329, 0.731, 1337, - 6.582, + 6.581, 1367, 2.791, 1379, 5.181, 1403, - 1.062, + 1.061, 1406, - 1.021, + 1.02, 1426, 1.361, 1465, @@ -92338,13 +92306,13 @@ 1806, 0.844, 1807, - 1.073, + 1.072, 1814, 4.278, 1821, 8.177, 1823, - 2.287, + 2.286, 1877, 0.997, 1885, @@ -92376,7 +92344,7 @@ 2440, 0.592, 2476, - 0.893, + 0.892, 2509, 1.338, 2524, @@ -92398,9 +92366,9 @@ 2690, 0.708, 2692, - 0.893, + 0.892, 2717, - 0.893, + 0.892, 2723, 4.479, 2736, @@ -92418,25 +92386,25 @@ 2925, 1.442, 2948, - 1.919, + 1.918, 3144, 0.824, 3236, 0.956, 3242, - 2.332, + 2.331, 3243, 0.922, 3411, 0.805, 3437, - 1.049, + 1.048, 3438, - 0.893, + 0.892, 3487, 0.824, 3569, - 1.545, + 1.544, 3599, 0.805, 3603, @@ -92460,7 +92428,7 @@ 4007, 0.997, 4019, - 1.049, + 1.048, 4098, 2.369, 4134, @@ -92472,7 +92440,7 @@ 4364, 0.867, 4406, - 1.049, + 1.048, 4416, 0.956, 4430, @@ -92492,121 +92460,127 @@ 4621, 1.386, 4649, - 1.049, - 4746, - 2.761, - 4857, + 1.048, + 4743, + 2.76, + 4854, 4.347, - 4905, - 1.049, - 5076, + 4902, + 1.048, + 5073, 0.956, - 5100, + 5097, 0.956, - 5425, + 5422, 2.464, - 5557, - 1.049, - 5654, - 2.827, - 5681, + 5554, + 1.048, + 5651, + 2.826, + 5678, 0.922, - 5682, + 5679, 0.844, - 5766, + 5763, 0.956, - 6143, + 6140, 0.997, - 6463, + 6460, 0.997, - 6473, + 6470, 4.41, - 6681, - 1.049, - 6763, - 2.54, - 6897, - 1.118, - 6947, - 1.919, - 7013, + 6678, + 1.048, + 6760, + 2.539, + 6894, + 1.117, + 6944, + 1.918, + 7010, 0.956, - 7102, - 1.825, - 7137, - 6.157, - 7317, - 1.919, + 7099, + 1.824, + 7134, + 6.156, + 7314, + 1.918, + 7322, + 5.376, 7325, - 5.377, - 7328, - 1.118, - 7333, - 1.919, - 7337, + 1.117, + 7330, + 1.918, + 7334, 2.193, - 7370, - 1.049, - 7449, + 7367, + 1.048, + 7446, 0.922, - 7588, - 1.118, - 7638, + 7585, + 1.117, + 7635, 2.522, - 7766, - 4.711, - 7992, - 1.825, - 8009, - 2.045, - 8059, + 7763, + 4.71, + 7989, + 1.824, + 8006, + 2.044, + 8056, 0.997, - 8136, - 1.118, - 8149, - 1.118, - 8154, + 8133, + 1.117, + 8146, + 1.117, + 8151, 1.749, - 8177, + 8174, 0.824, - 8611, - 1.049, - 8689, - 2.045, - 8741, - 1.049, - 9057, - 1.118, - 9061, - 1.919, - 9087, - 1.118, - 9122, + 8608, + 1.048, + 8686, + 2.044, + 8738, + 1.048, + 9054, + 1.117, + 9058, + 1.918, + 9084, + 1.117, + 9119, 1.222, - 9123, + 9120, + 1.222, + 9121, 1.222, + 9122, + 8.322, + 9123, + 3.091, 9124, 1.222, 9125, - 8.322, + 5.489, 9126, - 3.091, + 5.92, 9127, 1.222, 9128, - 5.49, + 3.091, 9129, - 5.92, + 1.222, 9130, 1.222, 9131, - 3.091, + 3.821, 9132, - 1.222, + 3.091, 9133, 1.222, 9134, - 3.822, + 1.222, 9135, 3.091, 9136, @@ -92614,9 +92588,9 @@ 9137, 1.222, 9138, - 3.091, - 9139, 1.222, + 9139, + 3.091, 9140, 1.222, 9141, @@ -92624,69 +92598,69 @@ 9142, 3.091, 9143, - 1.222, + 1.117, 9144, 1.222, 9145, - 3.091, + 1.222, 9146, - 1.118, + 3.091, 9147, - 1.222, + 2.236, 9148, 1.222, 9149, - 3.091, + 1.222, 9150, - 2.236, + 3.091, 9151, - 1.222, + 3.091, 9152, 1.222, 9153, 3.091, 9154, - 3.091, + 1.222, 9155, 1.222, 9156, - 3.091, + 1.222, 9157, 1.222, 9158, - 1.222, + 3.091, 9159, - 1.222, + 3.091, 9160, 1.222, 9161, - 3.091, + 1.222, 9162, - 3.091, - 9163, 1.222, + 9163, + 2.236, 9164, - 1.222, + 3.091, 9165, 1.222, 9166, 2.236, 9167, - 3.091, - 9168, 1.222, + 9168, + 3.091, 9169, - 2.236, - 9170, 1.222, + 9170, + 4.452, 9171, - 3.091, + 5.004, 9172, 1.222, 9173, - 4.453, + 3.091, 9174, - 5.004, + 1.222, 9175, 1.222, 9176, @@ -92702,17 +92676,17 @@ 9181, 1.222, 9182, - 3.091, + 2.236, 9183, - 1.222, + 2.236, 9184, - 1.222, - 9185, 2.236, + 9185, + 3.091, 9186, - 2.236, + 1.222, 9187, - 2.236, + 1.222, 9188, 3.091, 9189, @@ -92720,25 +92694,25 @@ 9190, 1.222, 9191, - 3.091, + 3.821, 9192, 1.222, 9193, 1.222, 9194, - 3.822, + 1.222, 9195, 1.222, 9196, 1.222, 9197, - 1.222, + 9.649, 9198, 1.222, 9199, 1.222, 9200, - 9.65, + 1.222, 9201, 1.222, 9202, @@ -92758,13 +92732,13 @@ 9209, 1.222, 9210, - 1.222, + 3.494, 9211, 1.222, 9212, 1.222, 9213, - 3.495, + 1.222, 9214, 1.222, 9215, @@ -92778,21 +92752,21 @@ 9219, 1.222, 9220, - 1.222, + 1.117, 9221, 1.222, 9222, 1.222, 9223, - 1.118, - 9224, 1.222, + 9224, + 2.236, 9225, 1.222, 9226, 1.222, 9227, - 2.236, + 1.222, 9228, 1.222, 9229, @@ -92808,55 +92782,55 @@ 9234, 1.222, 9235, - 1.222, + 3.821, 9236, 1.222, 9237, 1.222, 9238, - 3.822, + 5.004, 9239, - 1.222, + 1.117, 9240, - 1.222, + 3.091, 9241, - 5.004, + 1.222, 9242, - 1.118, + 2.044, 9243, - 3.091, + 1.222, 9244, 1.222, 9245, - 2.045, - 9246, 1.222, + 9246, + 3.821, 9247, 1.222, 9248, 1.222, 9249, - 3.822, - 9250, 1.222, + 9250, + 1.117, 9251, 1.222, 9252, 1.222, 9253, - 1.118, + 1.222, 9254, 1.222, 9255, 1.222, 9256, - 1.222, + 2.236, 9257, 1.222, 9258, 1.222, 9259, - 2.236, + 1.222, 9260, 1.222, 9261, @@ -92868,23 +92842,23 @@ 9264, 1.222, 9265, - 1.222, + 3.091, 9266, - 1.222, + 1.117, 9267, - 1.222, + 2.236, 9268, - 3.091, + 1.117, 9269, - 1.118, - 9270, 2.236, + 9270, + 1.117, 9271, - 1.118, + 1.222, 9272, - 2.236, + 1.222, 9273, - 1.118, + 1.222, 9274, 1.222, 9275, @@ -92892,33 +92866,33 @@ 9276, 1.222, 9277, - 1.222, + 2.044, 9278, 1.222, 9279, - 1.222, + 2.236, 9280, - 2.045, + 1.222, 9281, 1.222, 9282, - 2.236, + 1.222, 9283, 1.222, 9284, - 1.222, + 6.65, 9285, 1.222, 9286, - 1.222, + 6.963, 9287, - 6.651, + 2.236, 9288, 1.222, 9289, - 6.963, + 1.222, 9290, - 2.236, + 1.222, 9291, 1.222, 9292, @@ -92928,13 +92902,13 @@ 9294, 1.222, 9295, - 1.222, + 3.091, 9296, 1.222, 9297, 1.222, 9298, - 3.091, + 1.222, 9299, 1.222, 9300, @@ -92962,13 +92936,13 @@ 9311, 1.222, 9312, - 1.222, + 2.236, 9313, 1.222, 9314, 1.222, 9315, - 2.236, + 1.222, 9316, 1.222, 9317, @@ -92978,23 +92952,23 @@ 9319, 1.222, 9320, - 1.222, + 2.236, 9321, 1.222, 9322, 1.222, 9323, - 2.236, - 9324, 1.222, + 9324, + 1.117, 9325, - 1.222, + 2.236, 9326, 1.222, 9327, - 1.118, + 1.222, 9328, - 2.236, + 1.222, 9329, 1.222, 9330, @@ -93006,19 +92980,19 @@ 9333, 1.222, 9334, - 1.222, + 4.452, 9335, 1.222, 9336, 1.222, 9337, - 4.453, + 2.236, 9338, 1.222, 9339, 1.222, 9340, - 2.236, + 1.222, 9341, 1.222, 9342, @@ -93036,53 +93010,47 @@ 9348, 1.222, 9349, - 1.222, + 2.236, 9350, 1.222, 9351, 1.222, 9352, - 2.236, - 9353, 1.222, + 9353, + 1.117, 9354, - 1.222, + 2.044, 9355, 1.222, 9356, - 1.118, + 1.222, 9357, - 2.045, + 1.048, 9358, - 1.222, + 1.117, 9359, 1.222, 9360, - 1.049, + 1.222, 9361, - 1.118, + 2.236, 9362, 1.222, 9363, 1.222, 9364, - 2.236, + 1.222, 9365, 1.222, 9366, - 1.222, - 9367, - 1.222, - 9368, - 1.222, - 9369, 1.222 ] ], [ "type/ref/stable/package", [ - 6760, + 6757, 1.837 ] ], @@ -93102,7 +93070,7 @@ 20, 1.483, 30, - 1.359, + 1.369, 36, 1.575, 38, @@ -93144,11 +93112,11 @@ 113, 0.72, 116, - 1.4, + 1.399, 121, 1.189, 122, - 2.966, + 2.965, 126, 1.808, 146, @@ -93172,19 +93140,19 @@ 207, 1.879, 211, - 1.611, + 1.61, 224, 3.568, 225, - 2.424, + 2.423, 229, 1.035, 230, - 1.252, + 1.251, 231, 2.118, 240, - 1.606, + 1.605, 241, 1.691, 243, @@ -93204,9 +93172,9 @@ 273, 2.248, 306, - 1.582, + 1.581, 341, - 3.344, + 3.343, 351, 1.866, 353, @@ -93214,7 +93182,7 @@ 358, 1.657, 368, - 1.606, + 1.605, 382, 1.294, 387, @@ -93230,9 +93198,9 @@ 471, 1.868, 484, - 3.086, + 3.085, 492, - 2.083, + 2.082, 500, 2.543, 510, @@ -93244,15 +93212,15 @@ 539, 3.288, 546, - 1.939, + 1.938, 553, - 2.492, + 2.491, 555, 1.758, 561, 1.789, 583, - 6.289, + 6.288, 590, 1.49, 593, @@ -93264,11 +93232,11 @@ 634, 1.421, 637, - 2.319, + 2.318, 675, 1.379, 679, - 1.611, + 1.61, 680, 1.889, 691, @@ -93276,7 +93244,7 @@ 701, 2.966, 738, - 2.152, + 2.151, 750, 1.743, 752, @@ -93286,17 +93254,17 @@ 771, 3.993, 774, - 1.626, + 1.625, 789, 4.259, 795, - 2.319, + 2.318, 812, 2.551, 816, - 2.713, + 2.712, 845, - 2.424, + 2.423, 860, 2.861, 877, @@ -93308,13 +93276,13 @@ 894, 1.421, 901, - 2.44, + 2.439, 909, - 2.319, + 2.318, 914, - 3.299, + 3.298, 917, - 1.626, + 1.625, 918, 1.725, 941, @@ -93350,9 +93318,9 @@ 1323, 2.358, 1382, - 3.128, + 3.127, 1387, - 4.495, + 4.494, 1411, 4.826, 1421, @@ -93364,11 +93332,11 @@ 1442, 2.934, 1459, - 2.302, + 2.301, 1465, 2.785, 1472, - 1.611, + 1.61, 1490, 2.813, 1606, @@ -93378,13 +93346,13 @@ 1823, 3.378, 1868, - 4.495, + 4.494, 1872, 2.189, 1926, - 2.319, + 2.318, 1946, - 2.627, + 2.626, 1948, 1.913, 1982, @@ -93394,125 +93362,131 @@ 1999, 1.992, 2015, - 6.139, + 6.138, 2042, 1.992, 2095, - 2.152, + 2.151, 2142, 2.369, 2220, - 2.152, + 2.151, 2346, 2.116, 2360, - 1.939, + 1.938, 2372, 2.813, 2507, - 2.152, + 2.151, 2516, 4.005, 2544, - 2.319, + 2.318, 2550, - 2.083, + 2.082, 2554, - 2.152, + 2.151, 2657, 2.021, 2684, 2.116, 2690, - 5.275, + 5.274, 2852, 5.768, 2967, - 6.683, + 6.682, 2994, 2.369, 3140, 4.815, 3317, - 2.713, + 2.712, 3610, 6.073, 3709, - 4.124, + 4.123, 3972, - 3.758, + 3.757, 4214, 2.813, 4409, 2.813, 4681, 2.934, - 5063, + 5060, 3.288, - 5193, + 5190, 3.288, - 5568, + 5565, 2.934, - 5747, + 5744, 3.288, - 5860, - 3.086, - 6152, - 2.627, - 6416, + 5857, + 3.085, + 6149, + 2.626, + 6413, 2.934, - 6706, + 6703, 3.288, - 7114, + 7111, 3.288, - 7116, - 3.086, - 7294, + 7113, + 3.085, + 7291, 3.288, - 7995, + 7992, 6.776, - 8770, - 2.627, - 8956, + 8767, + 2.626, + 8953, 3.288, - 9370, + 9367, 6.374, - 9371, + 9368, 3.596, - 9372, + 9369, 6.374, - 9373, + 9370, 3.596, + 9371, + 5.645, + 9372, + 3.288, + 9373, + 3.288, 9374, - 5.646, + 3.288, 9375, 3.288, 9376, - 3.288, + 5.645, 9377, - 3.288, + 9.863, 9378, - 3.288, + 3.596, 9379, - 5.646, + 3.596, 9380, - 9.863, - 9381, 3.596, + 9381, + 5.645, 9382, 3.596, 9383, - 3.596, + 5.162, 9384, - 5.646, - 9385, 3.596, + 9385, + 5.645, 9386, - 5.163, + 3.596, 9387, 3.596, 9388, - 5.646, + 3.596, 9389, 3.596, 9390, @@ -93522,73 +93496,67 @@ 9392, 3.596, 9393, - 3.596, + 5.645, 9394, 3.596, 9395, - 3.596, + 3.288, 9396, - 5.646, + 3.596, 9397, 3.596, 9398, - 3.288, + 5.645, 9399, 3.596, 9400, 3.596, 9401, - 5.646, - 9402, 3.596, + 9402, + 3.288, 9403, - 3.596, + 3.288, 9404, - 3.596, + 5.645, 9405, - 3.288, + 3.596, 9406, - 3.288, + 3.596, 9407, - 5.646, + 3.596, 9408, 3.596, 9409, - 3.596, + 5.645, 9410, - 3.596, + 6.97, 9411, 3.596, 9412, - 5.646, + 3.596, 9413, - 6.971, - 9414, 3.596, + 9414, + 3.085, 9415, 3.596, 9416, 3.596, 9417, - 3.086, + 3.596, 9418, 3.596, 9419, 3.596, 9420, - 3.596, - 9421, - 3.596, - 9422, - 3.596, - 9423, - 3.086 + 3.085 ] ], [ "type/ref/stable/engine", [ - 6760, + 6757, 1.837 ] ], @@ -93606,7 +93574,7 @@ 20, 1.512, 30, - 3.582, + 3.608, 38, 1.16, 46, @@ -93620,9 +93588,9 @@ 90, 1.767, 91, - 3.236, + 3.235, 92, - 2.976, + 2.975, 99, 1.01, 100, @@ -93638,7 +93606,7 @@ 169, 1.41, 172, - 3.233, + 3.232, 194, 1.353, 201, @@ -93656,11 +93624,11 @@ 332, 2.468, 333, - 2.097, + 2.109, 340, 6.923, 345, - 3.595, + 3.594, 471, 2.541, 515, @@ -93670,7 +93638,7 @@ 552, 2.818, 645, - 4.364, + 4.363, 646, 3.758, 659, @@ -93690,21 +93658,21 @@ 744, 4.595, 745, - 5.123, + 5.122, 752, 3.417, 831, - 4.437, + 4.436, 856, - 2.976, + 2.975, 866, - 2.763, + 2.762, 898, 3.365, 941, 2.908, 1040, - 4.437, + 4.436, 1061, 6.244, 1062, @@ -93712,7 +93680,7 @@ 1202, 4.5, 1286, - 5.261, + 5.26, 1438, 5.801, 1465, @@ -93728,7 +93696,7 @@ 1769, 3.417, 1835, - 6.781, + 6.78, 1858, 4.885, 1911, @@ -93736,7 +93704,7 @@ 1966, 6.389, 1968, - 3.946, + 3.945, 2019, 4.998, 2104, @@ -93744,41 +93712,47 @@ 2164, 3.204, 2307, - 5.261, + 5.26, 2346, - 4.364, + 4.363, 2465, 6.923, 2514, 4.051, 2981, - 5.123, + 5.122, 3081, - 6.781, + 6.78, 3295, - 6.781, + 6.78, 3343, 5.801, 3693, - 4.782, + 4.781, 4483, - 5.261, - 7109, - 7.416, - 9108, + 5.26, + 7106, + 7.415, + 9105, 6.363, - 9424, + 9421, + 7.415, + 9422, + 7.415, + 9423, 7.415, + 9424, + 6.78, 9425, 7.415, 9426, - 7.415, + 9.478, 9427, - 6.781, + 7.415, 9428, 7.415, 9429, - 9.479, + 7.415, 9430, 7.415, 9431, @@ -93786,19 +93760,13 @@ 9432, 7.415, 9433, - 7.415, - 9434, - 7.415, - 9435, - 7.415, - 9436, 7.415 ] ], [ "type/ref/stable/dmIntersection", [ - 6760, + 6757, 1.837 ] ], @@ -93822,13 +93790,13 @@ 69, 2.576, 70, - 2.309, + 2.308, 71, 5.343, 79, 1.026, 84, - 2.348, + 2.368, 96, 2.451, 113, @@ -93840,7 +93808,7 @@ 145, 3.398, 237, - 2.526, + 2.525, 241, 1.656, 250, @@ -93848,11 +93816,11 @@ 268, 2.421, 295, - 2.526, + 2.525, 303, 7.344, 333, - 2.187, + 2.199, 359, 2.411, 361, @@ -93860,17 +93828,17 @@ 389, 3.036, 400, - 3.695, + 3.694, 420, 7.36, 488, - 4.888, + 4.887, 524, 2.59, 540, 3.398, 553, - 2.765, + 2.764, 866, 4.418, 898, @@ -93888,93 +93856,93 @@ 1155, 3.749, 1158, - 2.526, + 2.525, 1187, 8.127, 1191, - 4.135, + 4.134, 1256, 4.795, 1341, - 3.889, + 3.888, 1459, 4.463, 1763, - 4.004, + 4.003, 2441, 2.88, 2780, 6.365, 2835, - 6.637, + 6.636, 3093, - 4.473, + 4.472, 3124, 8.507, 3213, 4.288, 3479, - 4.135, + 4.134, 3712, 5.749, 3810, 3.611, 3882, 6.051, - 4746, + 4743, 3.398, - 5130, + 5127, 8.037, - 5573, + 5570, 8.037, - 5574, + 5571, 8.693, - 6135, + 6132, 4.703, - 8065, - 7.012, - 8153, - 7.944, - 8154, + 8062, + 7.011, + 8150, + 7.943, + 8151, 6.051, - 8549, + 8546, 5.012, + 9434, + 5.481, + 9435, + 11.182, + 9436, + 5.481, 9437, 5.481, 9438, - 11.182, + 7.072, 9439, 5.481, 9440, 5.481, 9441, - 7.073, + 5.481, 9442, 5.481, 9443, - 5.481, + 10.654, 9444, - 5.481, + 7.734, 9445, - 5.481, - 9446, 10.654, + 9446, + 5.481, 9447, 7.734, 9448, - 10.654, - 9449, - 5.481, - 9450, - 7.734, - 9451, 7.734 ] ], [ "type/ref/stable/io", [ - 6760, + 6757, 1.837 ] ], @@ -93986,9 +93954,9 @@ 8, 3.466, 9, - 1.662, + 1.661, 10, - 1.543, + 1.542, 11, 1.091, 18, @@ -93996,7 +93964,7 @@ 20, 1.593, 30, - 1.138, + 1.146, 36, 1.96, 38, @@ -94008,7 +93976,7 @@ 46, 1.564, 52, - 2.162, + 2.161, 57, 1.5, 59, @@ -94016,9 +93984,9 @@ 60, 1.985, 62, - 0.996, + 1.002, 63, - 1.46, + 1.459, 77, 1.478, 79, @@ -94026,7 +93994,7 @@ 86, 3.388, 90, - 1.168, + 1.167, 99, 1.005, 100, @@ -94052,13 +94020,13 @@ 126, 0.972, 132, - 2.452, + 2.451, 140, 1.387, 141, 2.64, 142, - 2.503, + 2.502, 148, 1.27, 153, @@ -94074,9 +94042,9 @@ 201, 1.101, 202, - 0.978, + 0.977, 216, - 1.19, + 1.189, 229, 1.44, 230, @@ -94090,15 +94058,15 @@ 247, 2.048, 250, - 3.694, + 3.693, 256, - 1.101, + 1.106, 260, 1.651, 263, 1.465, 266, - 3.736, + 3.735, 268, 1.888, 269, @@ -94106,17 +94074,17 @@ 273, 1.761, 285, - 4.283, + 4.282, 288, 1.623, 330, - 1.975, + 1.974, 332, 2.061, 342, 2.194, 343, - 1.867, + 1.866, 353, 1.95, 358, @@ -94128,9 +94096,9 @@ 380, 1.069, 381, - 1.867, + 1.866, 382, - 2.229, + 2.228, 390, 2.063, 442, @@ -94150,7 +94118,7 @@ 505, 1.544, 510, - 1.8, + 1.799, 521, 1.048, 543, @@ -94162,13 +94130,13 @@ 556, 2.932, 560, - 3.914, + 3.913, 581, 1.623, 596, 1.645, 624, - 2.457, + 2.456, 627, 1.744, 633, @@ -94178,7 +94146,7 @@ 672, 3.288, 675, - 1.155, + 1.154, 680, 1.582, 687, @@ -94202,13 +94170,13 @@ 765, 2.17, 771, - 2.882, + 2.881, 792, 1.717, 827, 1.744, 844, - 2.584, + 2.583, 845, 2.029, 848, @@ -94216,35 +94184,35 @@ 856, 2.485, 874, - 2.512, + 2.511, 877, - 1.984, + 1.983, 880, - 1.46, + 1.459, 891, 3.009, 894, - 1.19, + 1.189, 899, - 1.984, + 1.983, 919, 1.544, 924, 1.429, 938, - 3.914, + 3.913, 987, 1.602, 1010, 2.932, 1025, - 1.19, + 1.189, 1029, - 1.46, + 1.459, 1041, - 2.215, + 2.214, 1045, - 1.984, + 1.983, 1081, 1.833, 1104, @@ -94264,11 +94232,11 @@ 1309, 1.645, 1311, - 1.942, + 1.941, 1322, - 2.512, + 2.511, 1323, - 1.258, + 1.257, 1343, 1.668, 1382, @@ -94276,43 +94244,43 @@ 1401, 1.833, 1431, - 2.356, + 2.355, 1435, 4.845, 1439, - 5.314, + 5.313, 1459, 4.549, 1465, 3.618, 1472, - 4.142, + 4.141, 1492, - 1.867, + 1.866, 1509, 4.929, 1510, - 1.942, + 1.941, 1525, - 1.903, + 1.902, 1529, - 2.457, + 2.456, 1548, 1.623, 1559, 3.037, 1562, - 1.984, + 1.983, 1596, - 4.479, + 4.478, 1649, - 1.582, + 1.602, 1774, 1.526, 1814, 4.402, 1848, - 4.963, + 4.962, 1869, 3.227, 1875, @@ -94322,35 +94290,35 @@ 1931, 1.623, 2007, - 1.903, + 1.902, 2027, - 1.492, + 1.491, 2028, 2.029, 2095, 1.801, 2105, - 1.984, + 1.983, 2131, 2.199, 2164, 3.393, 2286, - 1.867, + 1.866, 2297, - 3.159, + 3.158, 2341, 2.271, 2389, 1.744, 2441, - 5.024, + 5.023, 2498, - 4.963, + 4.962, 2544, - 1.942, + 1.941, 2632, - 2.457, + 2.456, 2657, 4.01, 2684, @@ -94360,9 +94328,9 @@ 2875, 1.833, 2918, - 4.672, + 4.671, 2973, - 2.457, + 2.456, 2990, 2.753, 2994, @@ -94376,117 +94344,117 @@ 3610, 1.623, 3677, - 8.208, + 8.207, 3696, - 2.457, + 2.456, 3972, - 3.339, + 3.338, 4364, 2.136, 4400, 2.136, - 4803, + 4800, 2.753, - 4804, - 2.584, - 4857, + 4801, + 2.583, + 4854, 1.744, - 4910, - 4.48, - 5347, - 2.584, - 5370, + 4907, + 4.479, + 5344, + 2.583, + 5367, 2.753, - 5400, + 5397, 2.199, - 5416, + 5413, 2.753, - 5419, - 4.48, - 5484, + 5416, + 4.479, + 5481, 2.753, - 5490, + 5487, 5.053, - 5805, - 2.356, - 5975, + 5802, + 2.355, + 5972, 2.753, - 7115, - 5.314, - 7119, - 2.584, - 7137, - 4.672, - 7457, - 3.833, - 8476, + 7112, + 5.313, + 7116, + 2.583, + 7134, + 4.671, + 7454, + 3.832, + 8473, 2.753, - 8608, + 8605, 6.525, - 9223, - 4.48, + 9220, + 4.479, + 9449, + 4.898, + 9450, + 4.898, + 9451, + 4.479, 9452, - 4.899, + 7.135, 9453, - 4.899, + 3.01, 9454, - 4.48, + 7.135, 9455, - 7.136, + 4.898, 9456, - 3.011, + 4.898, 9457, - 7.136, + 3.01, 9458, - 4.899, + 3.01, 9459, - 4.899, + 2.753, 9460, - 3.011, + 3.01, 9461, - 3.011, + 3.01, 9462, - 2.753, + 7.135, 9463, - 3.011, + 2.456, 9464, - 3.011, + 2.753, 9465, - 7.136, + 4.479, 9466, - 2.457, + 3.01, 9467, - 2.753, + 3.01, 9468, - 4.48, + 4.898, 9469, - 3.011, + 3.01, 9470, - 3.011, + 3.01, 9471, - 4.899, + 3.01, 9472, - 3.011, + 3.01, 9473, - 3.011, + 3.01, 9474, - 3.011, + 3.01, 9475, - 3.011, + 7.135, 9476, - 3.011, - 9477, - 3.011, - 9478, - 7.136, - 9479, - 3.011 + 3.01 ] ], [ "type/ref/stable/dmHid", [ - 6760, + 6757, 1.837 ] ], @@ -94498,7 +94466,7 @@ 18, 1.099, 23, - 3.825, + 3.824, 36, 1.244, 38, @@ -94534,13 +94502,13 @@ 170, 2.9, 172, - 3.971, + 3.97, 178, - 1.525, + 1.524, 202, 3.905, 206, - 1.984, + 1.983, 211, 2.795, 216, @@ -94548,7 +94516,7 @@ 240, 1.164, 250, - 3.519, + 3.518, 263, 1.866, 266, @@ -94560,13 +94528,13 @@ 306, 3.721, 307, - 4.9, + 4.899, 330, - 1.99, + 1.989, 333, - 1.765, + 1.774, 351, - 2.124, + 2.123, 358, 4.423, 371, @@ -94578,7 +94546,7 @@ 490, 2.606, 516, - 4.561, + 4.56, 582, 2.491, 600, @@ -94596,25 +94564,25 @@ 828, 2.408, 866, - 1.525, + 1.524, 891, 2.565, 915, 2.393, 941, - 1.605, + 1.604, 948, 1.617, 1047, 1.943, 1064, - 3.058, + 3.057, 1126, 5.561, 1140, - 5.111, + 5.11, 1143, - 2.639, + 2.638, 1155, 4.101, 1202, @@ -94624,13 +94592,13 @@ 1309, 4.976, 1406, - 1.868, + 1.867, 1559, 2.537, 1679, 5.573, 1814, - 5.422, + 5.421, 1841, 2.37, 1894, @@ -94644,11 +94612,11 @@ 2358, 2.537, 2469, - 6.462, + 6.461, 2582, 2.334, 2736, - 2.3, + 2.299, 2780, 2.537, 3712, @@ -94656,7 +94624,7 @@ 3938, 5.573, 4242, - 4.427, + 4.426, 4464, 2.903, 4466, @@ -94664,73 +94632,79 @@ 4498, 3.339, 4514, - 4.024, + 4.023, 4558, 3.511, 4621, 2.537, - 5982, + 5979, 3.511, - 6763, + 6760, 6.71, - 6848, + 6845, 3.339, - 6923, + 6920, 6.903, - 7439, + 7436, 3.339, - 7962, + 7959, 3.339, - 7968, + 7965, 5.354, - 7969, + 7966, 5.354, - 8011, - 5.706, - 8012, + 8008, + 5.705, + 8009, 8.777, - 8034, + 8031, 6.871, - 8177, - 5.098, - 9480, + 8174, + 5.097, + 9477, 4.092, - 9481, + 9478, 4.092, + 9479, + 4.092, + 9480, + 8.46, + 9481, + 6.915, 9482, 4.092, 9483, - 8.46, + 11.934, 9484, - 6.916, + 9.598, 9485, - 4.092, + 6.239, 9486, - 11.935, + 8.46, 9487, - 9.599, + 6.239, 9488, - 6.24, + 9.982, 9489, - 8.46, + 6.239, 9490, - 6.24, + 6.239, 9491, - 9.982, + 6.239, 9492, - 6.24, + 4.092, 9493, - 6.24, + 6.239, 9494, - 6.24, - 9495, 4.092, + 9495, + 6.239, 9496, - 6.24, + 4.092, 9497, 4.092, 9498, - 6.24, + 4.092, 9499, 4.092, 9500, @@ -94738,17 +94712,17 @@ 9501, 4.092, 9502, - 4.092, + 6.239, 9503, 4.092, 9504, - 4.092, + 6.239, 9505, - 6.24, + 4.092, 9506, 4.092, 9507, - 6.24, + 4.092, 9508, 4.092, 9509, @@ -94778,27 +94752,27 @@ 9521, 4.092, 9522, - 4.092, + 6.239, 9523, 4.092, 9524, 4.092, 9525, - 6.24, + 4.092, 9526, 4.092, 9527, - 4.092, + 8.777, 9528, - 4.092, + 6.239, 9529, - 4.092, + 6.239, 9530, - 8.777, + 4.092, 9531, - 6.24, + 4.092, 9532, - 6.24, + 4.092, 9533, 4.092, 9534, @@ -94820,19 +94794,13 @@ 9542, 4.092, 9543, - 4.092, - 9544, - 4.092, - 9545, - 4.092, - 9546, 4.092 ] ], [ "type/ref/stable/debug", [ - 6760, + 6757, 1.837 ] ], @@ -94842,7 +94810,7 @@ 7, 1.235, 9, - 2.541, + 2.54, 10, 0.707, 12, @@ -94856,7 +94824,7 @@ 27, 1.895, 30, - 1.98, + 1.994, 36, 1.494, 38, @@ -94864,13 +94832,13 @@ 46, 0.747, 52, - 1.804, + 1.803, 57, 1.499, 59, 1.007, 60, - 0.911, + 0.91, 77, 1.697, 79, @@ -94898,13 +94866,13 @@ 122, 1.019, 124, - 1.427, + 1.426, 126, 1.3, 136, 2.67, 137, - 2.206, + 2.205, 140, 1.508, 141, @@ -94930,7 +94898,7 @@ 177, 1.603, 196, - 2.834, + 2.833, 201, 1.177, 207, @@ -94948,9 +94916,9 @@ 244, 2.872, 247, - 3.037, + 3.036, 249, - 1.57, + 1.569, 257, 1.293, 263, @@ -94966,13 +94934,13 @@ 285, 3.67, 315, - 2.029, + 2.028, 330, - 1.671, + 1.67, 332, 2.727, 333, - 2.118, + 2.13, 351, 2.719, 358, @@ -94984,13 +94952,13 @@ 382, 1.885, 390, - 2.207, + 2.206, 411, 1.698, 426, - 4.786, + 4.785, 442, - 1.466, + 1.465, 452, 1.905, 471, @@ -94998,13 +94966,13 @@ 472, 1.508, 489, - 1.523, + 1.522, 496, - 1.523, + 1.522, 500, 1.911, 504, - 3.753, + 3.752, 505, 1.678, 506, @@ -95016,9 +94984,9 @@ 516, 5.304, 521, - 1.824, + 1.823, 524, - 3.453, + 3.452, 546, 1.764, 547, @@ -95032,9 +95000,9 @@ 581, 1.764, 590, - 1.356, + 1.355, 601, - 1.186, + 1.194, 629, 0.984, 634, @@ -95052,21 +95020,21 @@ 750, 2.54, 765, - 2.296, + 2.295, 771, - 1.523, + 1.522, 773, 2.714, 774, - 2.369, + 2.368, 827, 3.034, 891, 1.11, 895, - 1.57, + 1.569, 904, - 2.322, + 2.321, 914, 1.367, 915, @@ -95074,7 +95042,7 @@ 917, 4.996, 931, - 2.244, + 2.243, 944, 1.678, 948, @@ -95100,17 +95068,17 @@ 1150, 1.839, 1172, - 4.153, + 4.152, 1186, 1.603, 1198, 2.988, 1218, - 2.322, + 2.321, 1221, 1.621, 1255, - 2.261, + 2.26, 1262, 2.39, 1272, @@ -95126,11 +95094,11 @@ 1383, 2.992, 1415, - 2.261, + 2.26, 1434, 2.625, 1436, - 2.469, + 2.468, 1459, 4.621, 1465, @@ -95142,21 +95110,21 @@ 1495, 2.902, 1509, - 2.261, + 2.26, 1511, 1.764, 1548, 4.038, 1559, - 2.029, + 2.028, 1562, - 3.452, + 3.451, 1606, - 3.856, + 3.855, 1649, - 1.719, + 1.741, 1662, - 2.882, + 2.881, 1697, 4.83, 1713, @@ -95174,7 +95142,7 @@ 1908, 1.479, 1973, - 3.135, + 3.134, 2015, 3.531, 2225, @@ -95192,13 +95160,13 @@ 2690, 5.525, 2918, - 2.469, + 2.468, 3182, 3.952, 3224, 2.156, 3246, - 3.717, + 3.716, 3247, 2.39, 3337, @@ -95213,58 +95181,64 @@ 2.808, 4538, 3.952, - 4745, + 4742, 4.56, - 5116, + 5113, 2.67, - 5260, - 4.791, - 5400, - 3.827, - 5627, + 5257, + 4.79, + 5397, + 3.826, + 5624, 2.808, - 5689, + 5686, 5.622, - 5746, + 5743, 2.808, - 5767, + 5764, 2.992, - 5882, + 5879, 2.992, - 5899, + 5896, 7.031, - 5974, + 5971, 2.67, - 7117, + 7114, 2.808, - 8612, + 8609, 5.622, - 9116, + 9113, 2.67, - 9423, + 9420, 5.622, - 9466, + 9463, 4.275, - 9547, + 9544, 5.239, - 9548, + 9545, + 3.272, + 9546, + 3.272, + 9547, 3.272, + 9548, + 2.992, 9549, 3.272, 9550, 3.272, 9551, - 2.992, + 6.551, 9552, - 3.272, + 7.49, 9553, - 3.272, + 9.539, 9554, - 6.552, + 3.272, 9555, - 7.49, + 3.272, 9556, - 9.54, + 3.272, 9557, 3.272, 9558, @@ -95276,53 +95250,47 @@ 9561, 3.272, 9562, - 3.272, + 2.992, 9563, 3.272, 9564, 3.272, 9565, - 2.992, + 3.272, 9566, 3.272, 9567, - 3.272, + 8.194, 9568, 3.272, 9569, - 3.272, + 2.992, 9570, - 8.195, - 9571, 3.272, + 9571, + 6.551, 9572, - 2.992, + 3.272, 9573, 3.272, 9574, - 6.552, + 4.79, 9575, 3.272, 9576, 3.272, 9577, - 4.791, + 3.272, 9578, 3.272, 9579, - 3.272, - 9580, - 3.272, - 9581, - 3.272, - 9582, 3.272 ] ], [ "type/ref/stable/sys", [ - 6760, + 6757, 1.837 ] ], @@ -95336,15 +95304,15 @@ 7, 0.882, 8, - 2.754, + 2.753, 9, 1.143, 10, - 1.16, + 1.159, 11, 1.221, 12, - 3.207, + 3.206, 17, 0.913, 18, @@ -95354,7 +95322,7 @@ 23, 2.168, 30, - 1.564, + 1.575, 36, 1.616, 38, @@ -95370,7 +95338,7 @@ 52, 1.32, 55, - 1.617, + 1.616, 56, 1.611, 57, @@ -95380,7 +95348,7 @@ 60, 1.751, 62, - 0.448, + 0.451, 67, 0.679, 77, @@ -95390,7 +95358,7 @@ 79, 0.938, 84, - 1.444, + 1.456, 86, 2.7, 88, @@ -95440,7 +95408,7 @@ 128, 1.651, 130, - 1.496, + 1.495, 132, 0.844, 133, @@ -95456,13 +95424,13 @@ 150, 0.622, 151, - 1.01, + 1.009, 153, 1.594, 158, 1.84, 160, - 1.851, + 1.85, 165, 2.098, 167, @@ -95472,7 +95440,7 @@ 170, 0.52, 172, - 2.913, + 2.912, 174, 3.61, 177, @@ -95482,7 +95450,7 @@ 194, 1.219, 196, - 0.85, + 0.849, 197, 1.422, 198, @@ -95490,7 +95458,7 @@ 201, 1.414, 203, - 0.731, + 0.73, 207, 0.451, 211, @@ -95504,7 +95472,7 @@ 230, 1.173, 231, - 2.013, + 2.012, 239, 0.596, 240, @@ -95518,7 +95486,7 @@ 253, 1.231, 256, - 0.552, + 0.555, 260, 1.395, 261, @@ -95536,13 +95504,13 @@ 273, 2.186, 280, - 1.881, + 1.88, 285, 1.509, 290, 0.956, 292, - 1.444, + 1.443, 296, 5.401, 306, @@ -95552,23 +95520,23 @@ 330, 2.007, 332, - 2.224, + 2.223, 333, - 1.517, + 1.525, 335, - 1.619, + 1.618, 341, - 1.617, + 1.616, 342, 1.1, 350, - 2.477, + 2.476, 358, 0.624, 368, 1.177, 373, - 1.496, + 1.495, 380, 1.703, 382, @@ -95582,7 +95550,7 @@ 407, 0.856, 419, - 1.553, + 1.552, 425, 0.773, 433, @@ -95594,9 +95562,9 @@ 453, 1.423, 454, - 0.54, + 0.539, 456, - 2.586, + 2.585, 457, 0.481, 459, @@ -95616,7 +95584,7 @@ 504, 2.403, 507, - 3.123, + 3.122, 510, 2.152, 513, @@ -95630,19 +95598,19 @@ 552, 2.633, 553, - 1.205, + 1.204, 555, 1.493, 561, - 0.43, + 0.429, 563, 0.84, 577, 1.321, 601, - 1.738, + 1.75, 602, - 0.994, + 0.993, 603, 1.026, 604, @@ -95660,7 +95628,7 @@ 633, 1.708, 634, - 1.636, + 1.635, 640, 0.961, 643, @@ -95674,7 +95642,7 @@ 659, 0.773, 672, - 3.238, + 3.237, 674, 0.679, 675, @@ -95682,7 +95650,7 @@ 679, 2.148, 680, - 1.771, + 1.77, 683, 1.431, 685, @@ -95720,13 +95688,13 @@ 749, 3.439, 751, - 3.515, + 3.514, 752, 1.907, 759, 0.874, 762, - 1.524, + 1.523, 765, 1.68, 771, @@ -95736,19 +95704,19 @@ 774, 1.111, 793, - 2.232, + 2.231, 826, 1.291, 828, 1.983, 832, - 1.617, + 1.616, 845, 0.913, 848, 0.671, 849, - 2.794, + 2.793, 856, 1.661, 859, @@ -95760,11 +95728,11 @@ 866, 1.542, 891, - 2.67, + 2.669, 894, 3.285, 913, - 2.616, + 2.615, 915, 0.942, 918, @@ -95796,29 +95764,29 @@ 1002, 1.217, 1010, - 1.01, + 1.009, 1025, - 3.202, + 3.201, 1029, 1.191, 1039, - 1.817, + 1.816, 1040, 0.811, 1041, 3.847, 1042, - 4.629, + 4.628, 1046, - 2.87, + 2.869, 1047, 1.6, 1052, 2.52, 1055, - 3.811, + 3.81, 1061, - 4.402, + 4.401, 1064, 0.664, 1066, @@ -95848,7 +95816,7 @@ 1192, 0.84, 1198, - 2.361, + 2.36, 1202, 0.643, 1220, @@ -95876,9 +95844,9 @@ 1296, 0.915, 1298, - 2.13, + 2.129, 1306, - 1.553, + 1.552, 1312, 0.99, 1326, @@ -95888,7 +95856,7 @@ 1337, 0.874, 1347, - 2.005, + 2.004, 1379, 0.624, 1401, @@ -95902,11 +95870,11 @@ 1411, 3.646, 1416, - 1.697, + 1.743, 1428, 1.342, 1432, - 0.762, + 0.761, 1434, 0.679, 1440, @@ -95922,29 +95890,29 @@ 1472, 2.992, 1486, - 2.391, + 2.39, 1491, - 2.005, + 2.004, 1498, 1.697, 1511, - 0.731, + 0.73, 1532, 1.584, 1541, - 0.731, + 0.73, 1543, 1.446, 1548, - 0.731, + 0.73, 1557, 0.811, 1574, 0.825, 1584, - 0.762, + 0.761, 1588, - 3.274, + 3.273, 1590, 2.016, 1596, @@ -95962,7 +95930,7 @@ 1662, 1.482, 1682, - 1.553, + 1.552, 1685, 1.853, 1692, @@ -95984,15 +95952,15 @@ 1814, 1.1, 1839, - 2.391, + 2.39, 1840, 1.922, 1858, - 3.534, + 3.533, 1860, 1.239, 1868, - 3.459, + 3.458, 1884, 1.431, 1890, @@ -96014,7 +95982,7 @@ 1942, 1.894, 1949, - 3.123, + 3.122, 1962, 2.461, 1973, @@ -96046,15 +96014,15 @@ 2042, 0.751, 2043, - 3.918, + 3.917, 2073, 1.022, 2075, 3.766, 2087, - 1.553, + 1.552, 2114, - 1.553, + 1.552, 2117, 0.893, 2139, @@ -96062,7 +96030,7 @@ 2158, 1.656, 2164, - 2.073, + 2.072, 2182, 1.26, 2190, @@ -96074,13 +96042,13 @@ 2307, 1.743, 2327, - 2.13, + 2.129, 2330, - 1.619, + 1.618, 2341, 1.022, 2346, - 3.448, + 3.447, 2358, 0.84, 2387, @@ -96100,13 +96068,13 @@ 2442, 0.99, 2463, - 3.082, + 3.081, 2469, 0.961, 2472, 0.913, 2498, - 2.616, + 2.615, 2503, 0.893, 2514, @@ -96126,7 +96094,7 @@ 2655, 1.106, 2709, - 4.243, + 4.242, 2721, 1.239, 2775, @@ -96140,7 +96108,7 @@ 2871, 0.773, 2872, - 2.391, + 2.39, 2875, 0.825, 2907, @@ -96154,7 +96122,7 @@ 2955, 0.773, 2967, - 1.619, + 1.618, 2994, 0.893, 2998, @@ -96172,7 +96140,7 @@ 3243, 1.853, 3248, - 2.247, + 2.246, 3254, 1.163, 3311, @@ -96188,7 +96156,7 @@ 3400, 1.794, 3415, - 2.931, + 2.93, 3559, 5.497, 3561, @@ -96206,11 +96174,11 @@ 3712, 0.657, 3713, - 2.436, + 2.435, 3861, - 3.123, + 3.122, 3902, - 1.553, + 1.552, 3924, 1.794, 3936, @@ -96222,7 +96190,7 @@ 4098, 0.84, 4150, - 5.359, + 5.358, 4174, 1.06, 4233, @@ -96245,140 +96213,146 @@ 1.239, 4614, 1.239, - 4698, + 4695, 0.913, - 4715, + 4712, 1.239, - 4716, + 4713, 1.239, - 4723, + 4720, 1.106, - 4745, + 4742, 0.825, - 4774, - 3.552, - 4844, - 2.892, - 4845, + 4771, + 3.551, + 4841, + 2.891, + 4842, 2.108, - 4849, + 4846, 1.022, - 4862, + 4859, 2.108, - 4867, + 4864, 5.401, - 5109, - 2.247, - 5156, + 5106, + 2.246, + 5153, 1.853, - 5169, + 5166, 1.239, - 5170, + 5167, 1.239, - 5190, - 2.005, - 5228, + 5187, + 2.004, + 5225, 4.115, - 5251, + 5248, 1.106, - 5534, + 5531, 1.163, - 5557, + 5554, 2.108, - 5568, - 2.75, - 5670, - 2.247, - 5682, + 5565, + 2.749, + 5667, + 2.246, + 5679, 0.936, - 5691, + 5688, 1.239, - 5761, + 5758, 1.106, - 5852, - 2.247, - 5889, + 5849, + 2.246, + 5886, 1.106, - 5899, - 2.892, - 6090, + 5896, + 2.891, + 6087, 2.108, - 6135, + 6132, 1.163, - 6158, + 6155, 1.022, - 6260, + 6257, 1.239, - 6583, + 6580, 1.239, - 6959, - 2.005, - 7006, - 2.052, - 7150, - 2.247, - 7205, + 6956, + 2.004, + 7003, + 2.051, + 7147, + 2.246, + 7202, 1.163, - 7449, + 7446, 1.853, - 7450, + 7447, 1.163, - 7576, + 7573, 1.239, - 7638, - 2.75, - 7962, + 7635, + 2.749, + 7959, 1.106, - 8553, - 3.082, - 8645, + 8550, + 3.081, + 8642, 3.785, - 8715, + 8712, 1.239, - 8734, + 8731, 1.239, - 8741, + 8738, 1.163, - 8747, + 8744, 1.922, - 8770, + 8767, 2.461, - 9108, - 2.892, - 9327, + 9105, + 2.891, + 9324, 1.239, - 9427, - 6.11, + 9424, + 6.109, + 9580, + 2.456, + 9581, + 1.355, + 9582, + 2.456, 9583, - 2.457, + 5.363, 9584, - 1.355, + 2.456, 9585, - 2.457, + 2.456, 9586, - 5.364, + 1.355, 9587, - 2.457, + 2.456, 9588, - 2.457, + 2.004, 9589, 1.355, 9590, - 2.457, + 1.355, 9591, - 2.005, + 1.355, 9592, 1.355, 9593, 1.355, 9594, - 1.355, + 2.456, 9595, 1.355, 9596, 1.355, 9597, - 2.457, + 1.355, 9598, 1.355, 9599, @@ -96386,61 +96360,61 @@ 9600, 1.355, 9601, - 1.355, + 2.456, 9602, - 1.355, + 10.328, 9603, - 1.355, + 2.456, 9604, - 2.457, + 1.355, 9605, - 10.328, + 2.456, 9606, - 2.457, + 1.355, 9607, 1.355, 9608, - 2.457, + 1.355, 9609, 1.355, 9610, - 1.355, + 2.456, 9611, - 1.355, + 1.239, 9612, 1.355, 9613, - 2.457, + 1.355, 9614, - 1.239, + 1.355, 9615, 1.355, 9616, - 1.355, + 3.37, 9617, 1.355, 9618, 1.355, 9619, - 3.37, + 1.355, 9620, 1.355, 9621, 1.355, 9622, - 1.355, + 3.37, 9623, - 1.355, + 2.456, 9624, - 1.355, + 2.456, 9625, 3.37, 9626, - 2.457, + 1.355, 9627, - 2.457, + 1.355, 9628, - 3.37, + 1.355, 9629, 1.355, 9630, @@ -96452,37 +96426,37 @@ 9633, 1.355, 9634, - 1.355, + 1.239, 9635, 1.355, 9636, 1.355, 9637, - 1.239, + 1.355, 9638, 1.355, 9639, - 1.355, + 2.456, 9640, - 1.355, + 2.456, 9641, 1.355, 9642, - 2.457, + 1.355, 9643, - 2.457, + 1.355, 9644, 1.355, 9645, - 1.355, + 4.139, 9646, - 1.355, + 2.456, 9647, 1.355, 9648, - 4.139, + 1.355, 9649, - 2.457, + 1.355, 9650, 1.355, 9651, @@ -96520,23 +96494,23 @@ 9667, 1.355, 9668, - 1.355, + 3.37, 9669, - 1.355, + 1.239, 9670, - 1.355, + 2.246, 9671, - 3.37, + 2.456, 9672, - 1.239, + 3.37, 9673, - 2.247, + 3.37, 9674, - 2.457, + 1.355, 9675, - 3.37, + 1.355, 9676, - 3.37, + 1.355, 9677, 1.355, 9678, @@ -96578,13 +96552,13 @@ 9696, 1.355, 9697, - 1.355, + 3.37, 9698, 1.355, 9699, 1.355, 9700, - 3.37, + 1.355, 9701, 1.355, 9702, @@ -96598,47 +96572,41 @@ 9706, 1.355, 9707, - 1.355, + 2.246, 9708, 1.355, 9709, 1.355, 9710, - 2.247, - 9711, 1.355, + 9711, + 1.163, 9712, 1.355, 9713, 1.355, 9714, - 1.163, + 1.355, 9715, 1.355, 9716, 1.355, 9717, - 1.355, + 2.456, 9718, 1.355, 9719, 1.355, 9720, - 2.457, - 9721, - 1.355, - 9722, - 1.355, - 9723, 1.355, - 9724, + 9721, 1.355 ] ], [ "type/ref/stable/dmStringFunc", [ - 6760, + 6757, 1.837 ] ], @@ -96654,13 +96622,13 @@ 20, 1.437, 22, - 3.285, + 3.284, 36, 1.594, 38, 0.888, 46, - 0.82, + 0.819, 57, 1.504, 59, @@ -96678,13 +96646,13 @@ 107, 1.093, 125, - 1.748, + 1.747, 126, 1.972, 132, 4.075, 144, - 4.83, + 4.829, 149, 3.043, 268, @@ -96702,7 +96670,7 @@ 332, 1.912, 333, - 2.6, + 2.614, 362, 3.872, 368, @@ -96724,11 +96692,11 @@ 510, 2.11, 556, - 3.285, + 3.284, 612, 6.25, 629, - 1.728, + 1.727, 672, 4.236, 683, @@ -96744,21 +96712,21 @@ 824, 4.494, 874, - 2.946, + 2.945, 999, 2.647, 1025, 3.632, 1041, - 4.723, + 4.722, 1062, - 3.139, + 3.138, 1081, 3.497, 1082, 5.051, 1104, - 2.0, + 1.999, 1140, 2.647, 1155, @@ -96768,19 +96736,19 @@ 1221, 2.846, 1322, - 2.946, + 2.945, 1324, 2.981, 1375, 4.196, 1424, - 4.688, + 4.687, 1431, 4.494, 1444, 5.253, 1446, - 4.688, + 4.687, 1459, 4.051, 1465, @@ -96788,15 +96756,15 @@ 1482, 4.196, 1502, - 2.946, + 2.945, 1559, 4.955, 1596, - 3.057, + 3.056, 1908, 2.597, 2066, - 3.785, + 3.784, 2100, 5.838, 2164, @@ -96810,123 +96778,123 @@ 2498, 3.63, 2514, - 3.139, + 3.138, 2544, 3.704, 2554, 4.782, 2831, - 4.334, + 4.333, 3237, - 4.076, + 4.075, 3247, 5.838, 3411, - 3.785, + 3.784, 3713, - 3.381, + 3.38, 3984, 4.428, 4069, 6.698, 4134, - 3.785, + 3.784, 4376, - 6.859, - 4751, - 8.406, - 4876, + 6.858, + 4748, + 8.405, + 4873, 4.196, - 5120, + 5117, 4.196, - 5682, - 5.522, - 6078, + 5679, + 5.521, + 6075, 6.253, - 6473, + 6470, 5.092, - 6917, + 6914, 9.087, - 7155, + 7152, 6.253, - 7183, + 7180, 5.253, - 7418, + 7415, 6.714, - 7453, + 7450, 4.929, - 8747, + 8744, 6.253, - 9417, + 9414, 4.929, + 9722, + 5.744, + 9723, + 9.192, + 9724, + 5.744, 9725, - 5.745, + 5.744, 9726, - 9.192, + 5.744, 9727, - 5.745, + 5.744, 9728, - 5.745, + 5.744, 9729, - 5.745, + 5.744, 9730, - 5.745, + 5.744, 9731, - 5.745, + 5.253, 9732, - 5.745, + 5.253, 9733, - 5.745, + 5.744, 9734, - 5.253, + 5.744, 9735, - 5.253, + 5.744, 9736, - 5.745, + 5.744, 9737, - 5.745, + 7.993, 9738, - 5.745, + 7.993, 9739, - 5.745, + 5.744, 9740, - 7.993, + 5.744, 9741, - 7.993, + 11.491, 9742, - 5.745, + 5.744, 9743, - 5.745, + 7.993, 9744, - 11.491, + 7.993, 9745, - 5.745, - 9746, 7.993, + 9746, + 5.744, 9747, - 7.993, + 5.744, 9748, - 7.993, + 9.192, 9749, - 5.745, + 7.993, 9750, - 5.745, + 5.744, 9751, - 9.192, + 5.744, 9752, - 7.993, - 9753, - 5.745, - 9754, - 5.745, - 9755, - 5.745 + 5.744 ] ], [ "type/ref/stable/label", [ - 6760, + 6757, 1.837 ] ], @@ -96946,7 +96914,7 @@ 46, 1.357, 50, - 4.632, + 4.631, 57, 1.597, 75, @@ -96954,7 +96922,7 @@ 79, 0.808, 90, - 1.993, + 1.992, 96, 2.65, 99, @@ -96970,7 +96938,7 @@ 104, 4.237, 106, - 1.498, + 1.497, 113, 1.675, 118, @@ -97006,15 +96974,15 @@ 285, 4.261, 286, - 5.776, + 5.775, 327, - 5.776, + 5.775, 329, 6.948, 335, 5.508, 358, - 2.826, + 2.825, 373, 5.09, 382, @@ -97022,11 +96990,11 @@ 452, 1.783, 472, - 2.826, + 2.825, 496, 2.853, 623, - 2.722, + 2.721, 629, 1.844, 675, @@ -97034,7 +97002,7 @@ 773, 2.222, 849, - 3.711, + 3.71, 907, 4.04, 951, @@ -97050,7 +97018,7 @@ 1309, 3.35, 1406, - 2.799, + 2.798, 1459, 2.5, 1465, @@ -97068,31 +97036,31 @@ 2323, 4.698, 2597, - 6.107, + 6.106, 2633, 3.144, 3311, 3.875, 3864, - 4.798, - 5621, - 5.608, - 5776, - 5.608, - 7773, - 5.608, - 7940, - 5.608, - 9756, + 4.797, + 5618, + 5.607, + 5773, + 5.607, + 7770, + 5.607, + 7937, + 5.607, + 9753, 6.132, - 9757, - 5.608 + 9754, + 5.607 ] ], [ "type/ref/stable/dmSys", [ - 6760, + 6757, 1.837 ] ], @@ -97116,7 +97084,7 @@ 59, 0.678, 73, - 4.349, + 4.348, 79, 0.94, 99, @@ -97134,13 +97102,13 @@ 269, 1.704, 292, - 3.217, + 3.216, 298, 4.745, 330, 2.394, 333, - 2.124, + 2.135, 471, 2.013, 479, @@ -97150,9 +97118,9 @@ 505, 4.899, 601, - 2.721, + 2.739, 602, - 3.037, + 3.036, 603, 3.136, 604, @@ -97172,19 +97140,19 @@ 1017, 5.327, 1046, - 5.717, + 5.716, 1104, 2.613, 1216, 5.084, 1343, - 4.16, + 4.159, 1411, 5.082, 1557, 4.492, 1672, - 4.048, + 4.047, 1693, 5.061, 2028, @@ -97192,13 +97160,13 @@ 2070, 4.745, 2117, - 4.947, + 4.946, 2190, - 4.349, + 4.348, 2346, 6.184, 2389, - 4.349, + 4.348, 2579, 5.327, 2684, @@ -97210,7 +97178,7 @@ 3171, 6.866, 3281, - 6.127, + 6.126, 3299, 6.443, 3415, @@ -97231,54 +97199,54 @@ 6.443, 4646, 5.484, - 4857, + 4854, 6.086, - 5425, - 4.842, - 6075, + 5422, + 4.841, + 6072, 6.443, - 6158, + 6155, 5.664, - 7337, + 7334, 5.327, - 7929, + 7926, 6.443, + 9755, + 7.508, + 9756, + 7.508, + 9757, + 6.866, 9758, - 7.509, + 6.443, 9759, - 7.509, - 9760, 6.866, + 9760, + 7.508, 9761, - 6.443, - 9762, 6.866, + 9762, + 6.443, 9763, - 7.509, + 6.866, 9764, 6.866, 9765, - 6.443, - 9766, 6.866, + 9766, + 6.443, 9767, - 6.866, + 7.508, 9768, - 6.866, + 7.508, 9769, - 6.443, - 9770, - 7.509, - 9771, - 7.509, - 9772, - 7.509 + 7.508 ] ], [ "type/ref/stable/liveupdate", [ - 6760, + 6757, 1.837 ] ], @@ -97294,7 +97262,7 @@ 20, 1.485, 22, - 1.487, + 1.486, 27, 2.095, 36, @@ -97308,23 +97276,23 @@ 49, 1.251, 54, - 1.718, + 1.717, 57, - 1.43, + 1.429, 59, 0.938, 60, 1.947, 62, - 1.197, + 1.204, 77, 1.175, 78, - 1.606, + 1.605, 79, 0.966, 84, - 3.394, + 3.424, 99, 1.036, 100, @@ -97344,15 +97312,15 @@ 113, 1.724, 119, - 2.875, + 2.874, 125, 2.129, 126, 1.962, 130, - 3.454, + 3.453, 141, - 3.184, + 3.183, 142, 2.356, 143, @@ -97364,13 +97332,13 @@ 150, 1.436, 151, - 1.487, + 1.486, 158, - 1.058, + 1.057, 165, 2.826, 167, - 3.693, + 3.692, 169, 0.844, 172, @@ -97386,7 +97354,7 @@ 201, 1.572, 226, - 1.007, + 1.006, 229, 1.04, 240, @@ -97400,7 +97368,7 @@ 253, 1.812, 256, - 0.813, + 0.817, 260, 1.219, 268, @@ -97410,7 +97378,7 @@ 273, 1.956, 280, - 1.419, + 1.418, 332, 1.204, 337, @@ -97424,11 +97392,11 @@ 433, 1.475, 479, - 2.129, + 2.128, 481, 4.519, 489, - 2.64, + 2.639, 490, 3.814, 492, @@ -97446,13 +97414,13 @@ 552, 2.838, 556, - 1.487, + 1.486, 573, - 2.129, + 2.128, 577, 2.224, 596, - 1.977, + 1.976, 622, 1.754, 633, @@ -97476,7 +97444,7 @@ 693, 2.642, 695, - 1.636, + 1.635, 702, 1.812, 732, @@ -97484,11 +97452,11 @@ 745, 2.499, 762, - 4.595, + 4.594, 765, 1.267, 774, - 1.636, + 1.635, 775, 2.004, 811, @@ -97504,7 +97472,7 @@ 880, 1.754, 890, - 4.112, + 4.111, 891, 3.097, 894, @@ -97532,17 +97500,17 @@ 999, 1.667, 1010, - 2.876, + 2.875, 1019, 1.367, 1039, 3.772, 1041, - 2.565, + 2.564, 1062, - 1.977, + 1.976, 1103, - 5.67, + 5.669, 1109, 1.754, 1124, @@ -97554,9 +97522,9 @@ 1216, 1.925, 1272, - 1.606, + 1.605, 1295, - 2.129, + 2.128, 1322, 1.855, 1379, @@ -97590,13 +97558,13 @@ 1698, 4.338, 1813, - 2.567, + 2.566, 1869, 4.61, 1982, 1.792, 2006, - 1.901, + 1.9, 2023, 5.279, 2027, @@ -97610,7 +97578,7 @@ 2105, 2.383, 2114, - 3.585, + 3.584, 2164, 1.563, 2173, @@ -97624,21 +97592,21 @@ 2359, 2.729, 2452, - 4.965, + 4.964, 2516, - 2.567, + 2.566, 2546, 2.642, 2565, 2.438, 2633, - 2.909, + 2.908, 2637, 2.286, 2638, 3.104, 2683, - 2.567, + 2.566, 2775, 1.95, 2801, @@ -97646,23 +97614,23 @@ 2822, 2.202, 2965, - 7.385, + 7.384, 2998, 5.279, 3144, 2.438, 3331, - 8.293, + 8.292, 3335, 6.399, 3366, - 2.567, + 2.566, 3415, 5.4, 3631, 3.308, 3649, - 7.87, + 7.869, 3670, 2.952, 3695, @@ -97680,7 +97648,7 @@ 3922, 3.308, 3923, - 6.799, + 6.798, 3925, 4.279, 3938, @@ -97695,128 +97663,128 @@ 3.308, 4200, 3.104, - 4774, + 4771, 3.104, - 4972, + 4969, 2.83, - 5821, + 5818, 5.187, - 7376, + 7373, 2.952, - 7568, + 7565, 3.104, - 8016, + 8013, 3.104, - 8412, + 8409, 5.187, - 8413, + 8410, 5.187, - 8571, + 8568, 5.187, - 9614, + 9611, 3.308, - 9673, + 9670, 3.308, + 9770, + 3.617, + 9771, + 3.617, + 9772, + 3.617, 9773, - 3.618, + 3.617, 9774, - 3.618, + 3.617, 9775, - 3.618, + 3.617, 9776, - 3.618, + 3.617, 9777, - 3.618, + 5.672, 9778, - 3.618, + 3.617, 9779, - 3.618, + 5.672, 9780, - 5.673, + 3.617, 9781, - 3.618, + 5.672, 9782, - 5.673, + 3.617, 9783, - 3.618, + 3.617, 9784, - 5.673, + 3.617, 9785, - 3.618, + 3.617, 9786, - 3.618, + 3.617, 9787, - 3.618, + 5.672, 9788, - 3.618, + 3.617, 9789, - 3.618, + 3.617, 9790, - 5.673, + 3.617, 9791, - 3.618, + 3.617, 9792, - 3.618, + 3.617, 9793, - 3.618, + 3.308, 9794, - 3.618, + 5.672, 9795, - 3.618, + 5.672, 9796, - 3.308, + 3.617, 9797, - 5.673, + 3.617, 9798, - 5.673, + 5.672, 9799, - 3.618, + 3.617, 9800, - 3.618, + 5.672, 9801, - 5.673, + 3.617, 9802, - 3.618, + 3.617, 9803, - 5.673, + 3.308, 9804, - 3.618, + 5.672, 9805, - 3.618, + 3.617, 9806, - 3.308, + 3.617, 9807, - 5.673, + 3.617, 9808, - 3.618, + 3.617, 9809, - 3.618, + 3.308, 9810, - 3.618, + 5.672, 9811, - 3.618, + 3.617, 9812, - 3.308, + 3.617, 9813, - 5.673, + 3.617, 9814, - 3.618, + 3.617, 9815, - 3.618, + 3.617, 9816, - 3.618, - 9817, - 3.618, - 9818, - 3.618, - 9819, - 3.618 + 3.617 ] ], [ "type/ref/stable/model", [ - 6760, + 6757, 1.837 ] ], @@ -97830,17 +97798,17 @@ 20, 1.555, 31, - 2.467, + 2.466, 36, - 1.546, + 1.545, 38, 1.157, 46, - 0.608, + 0.607, 52, 1.172, 57, - 1.529, + 1.528, 59, 0.699, 77, @@ -97854,7 +97822,7 @@ 96, 2.737, 97, - 1.86, + 1.859, 99, 0.965, 100, @@ -97876,11 +97844,11 @@ 124, 3.764, 125, - 1.957, + 1.956, 126, 2.068, 135, - 2.467, + 2.466, 141, 2.867, 142, @@ -97912,13 +97880,13 @@ 229, 1.421, 233, - 2.871, + 2.87, 240, 2.455, 241, 1.377, 247, - 1.409, + 1.408, 263, 1.273, 268, @@ -97926,23 +97894,23 @@ 269, 1.459, 271, - 2.184, + 2.183, 273, 1.913, 281, - 3.988, + 3.987, 330, 1.358, 332, 2.579, 344, - 2.593, + 2.592, 349, - 3.111, + 3.11, 380, - 2.284, + 2.283, 381, - 3.988, + 3.987, 392, 1.492, 471, @@ -97972,7 +97940,7 @@ 732, 6.107, 752, - 2.964, + 2.963, 773, 1.543, 849, @@ -97982,13 +97950,13 @@ 866, 2.396, 880, - 2.065, + 2.064, 898, 1.512, 912, 4.997, 919, - 2.184, + 2.183, 931, 2.538, 959, @@ -98002,7 +97970,7 @@ 1071, 2.393, 1105, - 5.689, + 5.688, 1109, 3.118, 1131, @@ -98014,13 +97982,13 @@ 1140, 1.962, 1149, - 3.213, + 3.212, 1164, 2.548, 1192, 2.64, 1220, - 4.805, + 4.804, 1250, 2.393, 1281, @@ -98036,15 +98004,15 @@ 1406, 2.935, 1434, - 2.134, + 2.133, 1465, 3.761, 1474, - 5.519, + 5.518, 1511, 2.296, 1525, - 4.065, + 4.064, 1588, 4.959, 1608, @@ -98052,7 +98020,7 @@ 1609, 3.725, 1675, - 6.441, + 6.44, 1676, 6.16, 1929, @@ -98060,23 +98028,23 @@ 1968, 2.266, 2440, - 2.065, + 2.064, 2503, - 2.806, + 2.805, 2594, 3.475, 2633, - 3.974, + 3.973, 3113, 3.654, 3224, - 2.806, + 2.805, 3476, 2.942, 3569, 2.942, 3787, - 3.111, + 3.11, 3809, 5.82, 3810, @@ -98084,11 +98052,11 @@ 3811, 5.032, 4104, - 2.64, + 2.691, 4501, 3.654, 4503, - 5.661, + 5.66, 4512, 3.475, 4513, @@ -98106,57 +98074,57 @@ 4531, 3.654, 4552, - 3.332, - 4698, - 2.871, - 4713, + 3.331, + 4695, + 2.87, + 4710, 3.654, - 4832, - 2.871, - 5556, - 3.332, - 5926, + 4829, + 2.87, + 5553, + 3.331, + 5923, 3.894, - 5927, + 5924, 3.894, - 6962, + 6959, 3.654, - 7006, - 2.593, - 7627, + 7003, + 2.592, + 7624, 3.894, - 9820, + 9817, 7.75, + 9818, + 4.258, + 9819, + 4.258, + 9820, + 3.654, 9821, - 4.259, + 4.258, 9822, - 4.259, + 4.258, 9823, - 3.654, + 4.258, 9824, - 4.259, + 7.75, 9825, - 4.259, + 4.258, 9826, - 4.259, + 4.258, 9827, - 7.75, + 4.258, 9828, - 4.259, + 4.258, 9829, - 4.259, - 9830, - 4.259, - 9831, - 4.259, - 9832, - 4.259 + 4.258 ] ], [ "type/ref/stable/dmTime", [ - 6760, + 6757, 1.837 ] ], @@ -98176,7 +98144,7 @@ 169, 1.338, 333, - 2.544, + 2.558, 353, 3.581, 359, @@ -98190,45 +98158,45 @@ 1082, 5.684, 1672, - 4.849, + 4.848, 1872, - 5.476, + 5.475, 2747, 6.785, 4244, 6.569, - 6766, + 6763, 7.574, - 8762, + 8759, 10.319, - 9806, - 8.225, - 9833, + 9803, + 8.224, + 9830, 8.994, + 9831, + 11.386, + 9832, + 8.994, + 9833, + 10.676, 9834, - 11.387, - 9835, 8.994, + 9835, + 8.224, 9836, - 10.677, - 9837, 8.994, + 9837, + 8.224, 9838, - 8.225, - 9839, 8.994, - 9840, - 8.225, - 9841, - 8.994, - 9842, + 9839, 9.77 ] ], [ "type/ref/stable/dmTransform", [ - 6760, + 6757, 1.837 ] ], @@ -98240,13 +98208,13 @@ 10, 1.074, 11, - 2.612, + 2.611, 18, 1.135, 20, 1.237, 30, - 2.724, + 2.744, 38, 0.8, 46, @@ -98258,13 +98226,13 @@ 70, 3.036, 74, - 3.139, + 3.138, 75, 5.025, 77, 1.493, 79, - 1.006, + 1.005, 90, 2.218, 96, @@ -98274,7 +98242,7 @@ 100, 1.746, 106, - 1.52, + 1.519, 113, 0.995, 158, @@ -98286,11 +98254,11 @@ 207, 1.653, 223, - 4.053, + 4.052, 229, 1.89, 241, - 1.064, + 1.063, 246, 3.272, 260, @@ -98318,15 +98286,15 @@ 442, 4.169, 454, - 1.978, + 1.977, 457, 1.763, 472, - 2.289, + 2.288, 500, 1.812, 509, - 5.35, + 5.349, 540, 7.813, 541, @@ -98336,7 +98304,7 @@ 602, 2.009, 603, - 2.075, + 2.074, 747, 2.791, 861, @@ -98344,7 +98312,7 @@ 951, 5.816, 972, - 3.203, + 3.202, 978, 3.352, 1093, @@ -98352,19 +98320,19 @@ 1098, 7.228, 1140, - 2.289, + 2.288, 1221, - 2.461, + 2.46, 1413, 3.024, 1471, - 3.571, + 3.57, 1479, 2.923, 1768, 4.262, 1804, - 2.383, + 2.382, 1908, 2.245, 1979, @@ -98372,13 +98340,13 @@ 2123, 5.308, 2156, - 6.276, + 6.275, 2373, - 3.139, + 3.138, 2487, 4.262, 2554, - 2.972, + 2.971, 2582, 2.833, 2591, @@ -98390,15 +98358,15 @@ 2645, 7.768, 2779, - 5.654, + 5.653, 2780, - 4.469, + 4.468, 2808, - 4.053, + 4.052, 2855, 8.32, 3021, - 4.469, + 4.468, 3226, 8.218, 3459, @@ -98406,109 +98374,109 @@ 3487, 3.348, 3600, - 4.053, + 4.052, 3890, - 6.274, + 6.273, 4588, 4.262, - 4746, + 4743, 3.079, - 5151, - 6.019, - 5211, - 3.139, - 7087, - 4.542, - 7088, - 4.542, - 7102, - 4.053, - 7204, - 4.542, - 7358, + 5148, + 6.018, + 5208, + 3.138, + 7084, + 4.541, + 7085, + 4.541, + 7099, + 4.052, + 7201, + 4.541, + 7355, 4.262, - 7766, - 7.28, - 7994, - 4.053, - 8153, - 7.595, - 8154, - 9.037, - 8488, - 4.542, - 9269, - 4.542, - 9271, - 4.542, - 9273, - 4.542, - 9280, + 7763, + 7.279, + 7991, + 4.052, + 8150, + 7.594, + 8151, + 9.036, + 8485, + 4.541, + 9266, + 4.541, + 9268, + 4.541, + 9270, + 4.541, + 9277, 10.562, - 9356, - 4.542, + 9353, + 4.541, + 9354, + 4.541, 9357, - 4.542, - 9360, 7.986, - 9734, - 4.542, - 9735, - 4.542, + 9731, + 4.541, + 9732, + 4.541, + 9840, + 7.207, + 9841, + 7.207, + 9842, + 4.966, 9843, - 7.208, + 7.207, 9844, - 7.208, + 4.966, 9845, - 4.967, + 4.966, 9846, - 7.208, + 4.966, 9847, - 4.967, + 7.207, 9848, - 4.967, + 4.966, 9849, - 4.967, + 9.883, 9850, - 7.208, + 7.207, 9851, - 4.967, + 8.483, 9852, - 9.883, + 7.207, 9853, - 7.208, + 4.966, 9854, - 8.484, + 4.966, 9855, - 7.208, + 4.966, 9856, - 4.967, + 4.966, 9857, - 4.967, + 4.541, 9858, - 4.967, + 4.966, 9859, - 4.967, + 4.966, 9860, - 4.542, + 7.757, 9861, - 4.967, + 7.757, 9862, - 4.967, + 4.966, 9863, - 7.758, - 9864, - 7.758, - 9865, - 4.967, - 9866, - 4.967 + 4.966 ] ], [ "type/ref/stable/dmExtension", [ - 6760, + 6757, 1.837 ] ], @@ -98530,7 +98498,7 @@ 38, 1.137, 46, - 0.695, + 0.694, 52, 2.699, 57, @@ -98538,9 +98506,9 @@ 59, 0.978, 62, - 2.35, + 2.364, 79, - 0.713, + 0.712, 90, 2.44, 91, @@ -98562,19 +98530,19 @@ 126, 2.032, 132, - 1.673, + 1.672, 141, 1.801, 143, 4.066, 144, - 4.407, + 4.406, 160, 2.088, 165, 3.253, 166, - 3.339, + 3.338, 169, 0.724, 170, @@ -98588,7 +98556,7 @@ 201, 1.094, 202, - 2.307, + 2.306, 229, 1.797, 241, @@ -98596,7 +98564,7 @@ 247, 1.61, 256, - 1.094, + 1.099, 268, 2.323, 273, @@ -98604,7 +98572,7 @@ 330, 2.265, 340, - 5.189, + 5.188, 368, 1.384, 382, @@ -98612,15 +98580,15 @@ 479, 3.147, 543, - 1.954, + 1.953, 546, - 2.625, + 2.624, 552, 2.915, 612, - 5.517, + 5.516, 615, - 2.591, + 2.59, 623, 4.092, 634, @@ -98634,21 +98602,21 @@ 811, 3.519, 863, - 3.673, + 3.672, 874, 3.642, 879, 4.18, 880, - 3.444, + 3.443, 996, 2.467, 1010, - 2.001, + 2.0, 1034, 3.216, 1041, - 3.212, + 3.211, 1044, 3.556, 1047, @@ -98664,9 +98632,9 @@ 1153, 2.288, 1166, - 2.82, + 2.819, 1296, - 2.647, + 2.646, 1307, 2.964, 1379, @@ -98682,9 +98650,9 @@ 1920, 4.763, 1931, - 2.625, + 2.624, 1997, - 2.777, + 2.776, 1999, 2.697, 2024, @@ -98692,19 +98660,19 @@ 2117, 3.207, 2135, - 6.956, + 6.955, 2190, 4.114, 2345, - 5.189, + 5.188, 2509, 4.25, 2516, - 5.04, + 5.039, 2582, 5.592, 2656, - 5.359, + 5.358, 2718, 3.454, 2736, @@ -98712,19 +98680,19 @@ 2750, 4.489, 2779, - 3.687, + 3.686, 2878, 3.454, 2879, - 3.973, + 3.972, 2948, - 7.197, + 7.196, 3194, - 6.496, + 6.495, 3253, 3.809, 3262, - 4.178, + 4.177, 3599, 3.207, 3607, @@ -98734,121 +98702,121 @@ 3691, 3.363, 3797, - 4.581, + 4.58, 4132, 4.452, 4430, 3.556, 4678, - 6.496, - 4739, - 6.496, - 4775, + 6.495, + 4736, + 6.495, + 4772, 4.452, - 4776, + 4773, 4.452, - 4777, + 4774, 4.452, - 4778, + 4775, 4.452, - 4779, + 4776, 4.452, - 4780, + 4777, 4.452, - 5455, + 5452, 4.452, - 5626, - 3.973, - 5766, + 5623, + 3.972, + 5763, 3.809, - 6972, - 5.359, - 7567, - 6.096, - 7992, - 3.973, - 8177, - 6.215, - 8182, + 6969, + 5.358, + 7564, + 6.095, + 7989, + 3.972, + 8174, + 6.214, + 8179, 8.413, + 9864, + 4.868, + 9865, + 9.22, + 9866, + 4.868, 9867, - 4.869, + 4.868, 9868, - 9.22, + 7.103, 9869, - 4.869, + 7.103, 9870, - 4.869, + 4.868, 9871, - 7.104, + 4.868, 9872, - 7.104, + 4.868, 9873, - 4.869, + 10.237, 9874, - 4.869, + 7.103, 9875, - 4.869, + 7.103, 9876, - 10.237, + 7.103, 9877, - 7.104, + 4.868, 9878, - 7.104, + 4.868, 9879, - 7.104, + 7.103, 9880, - 4.869, + 4.868, 9881, - 4.869, + 9.22, 9882, - 7.104, + 7.103, 9883, - 4.869, + 7.103, 9884, - 9.22, + 7.103, 9885, - 7.104, + 4.868, 9886, - 7.104, + 9.22, 9887, - 7.104, + 7.103, 9888, - 4.869, + 7.103, 9889, - 9.22, + 7.103, 9890, - 7.104, + 10.834, 9891, - 7.104, + 4.868, 9892, - 7.104, + 7.103, 9893, - 10.834, + 4.868, 9894, - 4.869, + 8.387, 9895, - 7.104, + 9.804, 9896, - 4.869, + 4.868, 9897, - 8.387, + 4.868, 9898, - 9.805, + 4.868, 9899, - 4.869, - 9900, - 4.869, - 9901, - 4.869, - 9902, - 4.869 + 4.868 ] ], [ "type/ref/stable/dmConditionVariable", [ - 6760, + 6757, 1.837 ] ], @@ -98884,7 +98852,7 @@ 169, 1.208, 177, - 3.333, + 3.332, 201, 2.255, 226, @@ -98896,13 +98864,13 @@ 571, 7.33, 1049, - 8.612, + 8.611, 1162, 7.12, 1296, - 3.026, + 3.025, 1558, - 5.035, + 5.034, 1814, 5.334, 2305, @@ -98912,53 +98880,53 @@ 2690, 6.77, 3219, - 8.612, + 8.611, 3365, 7.571, 3595, - 5.932, - 4746, - 5.035, - 5881, + 5.931, + 4743, + 5.034, + 5878, 9.539, - 6967, + 6964, 7.426, - 6970, - 5.932, - 6972, + 6967, + 5.931, + 6969, 6.126, - 7961, - 7.852, - 9591, + 7958, + 7.851, + 9588, 8.189, - 9903, + 9900, 8.121, + 9901, + 11.908, + 9902, + 10.036, + 9903, + 9.177, 9904, 11.908, 9905, - 10.036, + 11.908, 9906, - 9.177, + 8.121, 9907, - 11.908, + 11.377, 9908, - 11.908, + 8.121, 9909, 8.121, 9910, - 11.378, - 9911, - 8.121, - 9912, - 8.121, - 9913, 8.121 ] ], [ "type/ref/stable/go", [ - 6760, + 6757, 1.837 ] ], @@ -98972,9 +98940,9 @@ 8, 0.565, 10, - 1.42, + 1.419, 11, - 0.397, + 0.396, 17, 0.738, 18, @@ -99012,9 +98980,9 @@ 60, 2.108, 62, - 2.069, + 2.081, 63, - 0.531, + 0.53, 69, 0.514, 72, @@ -99028,7 +98996,7 @@ 79, 0.95, 84, - 1.206, + 1.216, 86, 2.647, 90, @@ -99038,7 +99006,7 @@ 95, 0.509, 96, - 2.686, + 2.685, 97, 2.927, 99, @@ -99046,7 +99014,7 @@ 100, 1.933, 101, - 0.531, + 0.53, 102, 1.991, 103, @@ -99056,7 +99024,7 @@ 106, 1.544, 107, - 1.691, + 1.69, 113, 1.253, 119, @@ -99070,13 +99038,13 @@ 126, 2.076, 127, - 3.443, + 3.442, 128, 0.536, 130, 0.666, 133, - 5.152, + 5.151, 135, 1.63, 141, @@ -99084,11 +99052,11 @@ 142, 2.115, 143, - 0.531, + 0.53, 148, - 1.597, + 1.596, 150, - 0.713, + 0.712, 153, 0.931, 155, @@ -99106,7 +99074,7 @@ 165, 2.668, 166, - 0.95, + 0.949, 167, 1.138, 169, @@ -99118,9 +99086,9 @@ 174, 1.147, 175, - 4.151, + 4.15, 177, - 1.072, + 1.071, 178, 2.202, 182, @@ -99150,7 +99118,7 @@ 228, 0.851, 229, - 1.147, + 1.146, 230, 0.703, 234, @@ -99158,9 +99126,9 @@ 240, 1.452, 241, - 1.094, + 1.093, 244, - 1.959, + 1.958, 247, 0.668, 250, @@ -99170,15 +99138,15 @@ 253, 1.012, 256, - 1.54, + 1.547, 257, 2.018, 258, - 2.704, + 2.703, 261, 0.465, 263, - 2.534, + 2.533, 264, 0.666, 266, @@ -99202,13 +99170,13 @@ 304, 0.706, 306, - 2.751, + 2.75, 330, 0.897, 332, - 1.166, + 1.165, 333, - 1.311, + 1.318, 337, 2.213, 341, @@ -99224,15 +99192,15 @@ 368, 1.778, 371, - 3.286, + 3.285, 382, 0.394, 385, - 3.851, + 3.85, 387, 0.386, 391, - 0.679, + 0.678, 419, 1.277, 420, @@ -99260,7 +99228,7 @@ 481, 0.624, 489, - 1.63, + 1.629, 490, 1.936, 500, @@ -99276,13 +99244,13 @@ 511, 0.582, 516, - 2.213, + 2.212, 521, 0.381, 522, 0.542, 540, - 2.545, + 2.544, 543, 0.439, 548, @@ -99298,7 +99266,7 @@ 556, 0.83, 560, - 3.228, + 3.227, 561, 1.301, 577, @@ -99318,9 +99286,9 @@ 644, 0.542, 648, - 0.531, + 0.53, 669, - 0.679, + 0.678, 675, 1.079, 679, @@ -99330,7 +99298,7 @@ 687, 0.644, 691, - 1.072, + 1.071, 692, 0.758, 695, @@ -99348,7 +99316,7 @@ 738, 0.655, 750, - 0.98, + 0.979, 751, 1.138, 752, @@ -99360,13 +99328,13 @@ 773, 1.269, 785, - 2.341, + 2.34, 792, 1.152, 811, 1.001, 817, - 0.826, + 0.825, 819, 0.644, 848, @@ -99380,7 +99348,7 @@ 873, 2.419, 880, - 0.531, + 0.53, 891, 2.324, 894, @@ -99396,7 +99364,7 @@ 914, 4.767, 915, - 2.628, + 2.627, 919, 0.561, 923, @@ -99410,7 +99378,7 @@ 948, 3.797, 951, - 3.006, + 3.005, 952, 1.433, 959, @@ -99418,7 +99386,7 @@ 960, 0.495, 962, - 0.95, + 0.949, 975, 0.525, 978, @@ -99426,7 +99394,7 @@ 979, 0.913, 987, - 1.498, + 1.497, 989, 1.897, 990, @@ -99446,7 +99414,7 @@ 1025, 3.51, 1029, - 0.531, + 0.53, 1034, 0.42, 1039, @@ -99462,17 +99430,17 @@ 1093, 2.415, 1098, - 1.253, + 1.252, 1099, 3.124, 1105, 0.721, 1109, - 4.307, + 4.306, 1113, 0.856, 1133, - 1.062, + 1.061, 1136, 2.171, 1137, @@ -99492,13 +99460,13 @@ 1149, 1.524, 1150, - 1.582, + 1.581, 1153, 3.831, 1155, - 2.681, + 2.68, 1156, - 1.848, + 1.847, 1157, 1.84, 1158, @@ -99512,11 +99480,11 @@ 1188, 1.716, 1193, - 2.456, + 2.455, 1198, 0.624, 1202, - 2.201, + 2.2, 1207, 0.799, 1224, @@ -99544,7 +99512,7 @@ 1281, 0.776, 1289, - 1.253, + 1.252, 1295, 2.92, 1296, @@ -99588,7 +99556,7 @@ 1471, 0.542, 1472, - 1.569, + 1.568, 1495, 1.119, 1509, @@ -99628,15 +99596,15 @@ 1629, 0.905, 1631, - 1.253, + 1.252, 1636, 2.028, 1638, 1.277, 1648, - 6.498, + 6.497, 1649, - 1.479, + 1.497, 1661, 1.012, 1675, @@ -99644,11 +99612,11 @@ 1676, 1.277, 1677, - 1.848, + 1.847, 1679, 1.331, 1682, - 1.779, + 1.778, 1684, 0.634, 1689, @@ -99660,7 +99628,7 @@ 1714, 0.799, 1773, - 3.054, + 3.053, 1774, 1.024, 1804, @@ -99674,9 +99642,9 @@ 1894, 0.721, 1895, - 1.779, + 1.778, 1896, - 2.361, + 2.36, 1902, 2.307, 1903, @@ -99708,7 +99676,7 @@ 2095, 0.655, 2096, - 2.274, + 2.273, 2114, 0.692, 2116, @@ -99722,11 +99690,11 @@ 2268, 1.075, 2284, - 2.858, + 2.857, 2307, 0.776, 2323, - 3.851, + 3.85, 2330, 0.721, 2375, @@ -99740,13 +99708,13 @@ 2475, 1.524, 2506, - 0.679, + 0.678, 2522, 0.856, 2530, 0.939, 2540, - 2.274, + 2.273, 2546, 0.799, 2548, @@ -99758,7 +99726,7 @@ 2589, 2.296, 2590, - 1.649, + 1.648, 2633, 1.796, 2649, @@ -99788,7 +99756,7 @@ 3117, 1.524, 3118, - 0.826, + 0.825, 3144, 1.362, 3246, @@ -99816,11 +99784,11 @@ 3691, 0.756, 3712, - 0.531, + 0.53, 3713, 1.189, 3776, - 0.826, + 0.825, 3783, 0.939, 3787, @@ -99830,7 +99798,7 @@ 3859, 1.001, 3861, - 0.826, + 0.825, 3862, 1.734, 3863, @@ -99850,7 +99818,7 @@ 4097, 1.734, 4129, - 1.848, + 1.847, 4208, 0.939, 4348, @@ -99864,7 +99832,7 @@ 4456, 2.296, 4464, - 2.912, + 2.911, 4465, 2.766, 4466, @@ -99878,13 +99846,13 @@ 4505, 0.799, 4514, - 3.566, + 3.565, 4519, 0.939, 4523, 1.001, 4524, - 1.649, + 1.648, 4525, 1.001, 4527, @@ -99897,92 +99865,98 @@ 1.734, 4531, 1.734, - 4745, + 4742, 1.713, - 4943, + 4940, 1.734, - 5010, - 1.848, - 5120, + 5007, + 1.847, + 5117, 0.799, - 5146, + 5143, 0.856, - 5151, + 5148, 0.776, - 5184, + 5181, 0.939, - 5478, + 5475, 1.001, - 5490, + 5487, 0.893, - 5638, + 5635, 0.893, - 5651, + 5648, 0.939, - 5673, + 5670, 0.721, - 5766, + 5763, 0.856, - 5769, - 1.848, - 5807, + 5766, + 1.847, + 5804, 0.939, - 5885, + 5882, 1.001, - 5923, + 5920, 0.776, - 5970, + 5967, 3.005, - 5971, + 5968, 1.734, - 5977, + 5974, 1.734, - 5979, + 5976, 1.734, + 6011, + 4.167, 6014, - 4.168, - 6017, 2.415, - 6026, + 6023, 0.799, - 6473, + 6470, 3.274, - 6520, + 6517, 0.939, - 7006, + 7003, 0.666, - 7245, + 7242, 3.005, - 7567, + 7564, 0.939, - 7568, - 4.383, - 7591, - 1.848, - 7592, + 7565, + 4.382, + 7588, + 1.847, + 7589, 1.001, - 7638, + 7635, 0.893, - 7641, + 7638, + 1.001, + 7639, + 1.001, + 7640, 1.001, + 7641, + 3.202, 7642, 1.001, 7643, - 1.001, + 3.202, 7644, - 3.203, - 7645, 1.001, + 7645, + 3.202, 7646, - 3.203, - 7647, 1.001, + 7647, + 3.202, 7648, - 3.203, + 1.001, 7649, 1.001, 7650, - 3.203, + 1.001, 7651, 1.001, 7652, @@ -99992,21 +99966,21 @@ 7654, 1.001, 7655, - 1.001, + 3.202, 7656, 1.001, 7657, - 1.001, + 3.202, 7658, - 3.203, - 7659, 1.001, + 7659, + 3.202, 7660, - 3.203, + 1.001, 7661, 1.001, 7662, - 3.203, + 1.001, 7663, 1.001, 7664, @@ -100053,21 +100027,21 @@ 1.001, 7685, 1.001, - 7686, + 7719, 1.001, - 7687, + 7742, 1.001, - 7688, + 7758, + 0.939, + 7759, 1.001, - 7722, + 7760, 1.001, - 7745, + 7836, 1.001, - 7761, - 0.939, - 7762, + 7837, 1.001, - 7763, + 7838, 1.001, 7839, 1.001, @@ -100075,34 +100049,34 @@ 1.001, 7841, 1.001, - 7842, - 1.001, - 7843, - 1.001, - 7844, + 7923, 1.001, - 7926, + 7927, 1.001, - 7930, + 7928, 1.001, - 7931, + 7959, + 0.893, + 7960, 1.001, + 7961, + 1.847, 7962, - 0.893, + 1.001, 7963, 1.001, 7964, - 1.848, - 7965, 1.001, + 7965, + 1.734, 7966, - 1.001, + 1.734, 7967, 1.001, 7968, - 1.734, + 1.001, 7969, - 1.734, + 1.001, 7970, 1.001, 7971, @@ -100111,166 +100085,160 @@ 1.001, 7973, 1.001, - 7974, - 1.001, - 7975, - 1.001, - 7976, - 1.001, - 9242, - 2.574, - 9468, + 9239, + 2.573, + 9465, 1.001, + 9911, + 1.094, + 9912, + 1.094, + 9913, + 1.094, 9914, - 1.095, + 1.094, 9915, - 1.095, + 2.02, 9916, - 1.095, + 1.094, 9917, - 1.095, + 1.094, 9918, - 2.021, + 1.094, 9919, - 1.095, + 1.094, 9920, - 1.095, + 1.094, 9921, - 1.095, + 1.094, 9922, - 1.095, + 1.094, 9923, - 1.095, + 1.094, 9924, - 1.095, + 1.094, 9925, - 1.095, + 1.094, 9926, - 1.095, + 1.094, 9927, - 1.095, + 1.094, 9928, - 1.095, + 1.094, 9929, - 1.095, + 1.094, 9930, - 1.095, + 1.094, 9931, - 1.095, + 1.094, 9932, - 1.095, + 1.094, 9933, - 1.095, + 1.094, 9934, - 1.095, + 1.094, 9935, - 1.095, + 1.094, 9936, - 1.095, + 1.094, 9937, - 1.095, + 1.094, 9938, - 1.095, + 1.094, 9939, - 1.095, + 1.094, 9940, - 1.095, + 1.094, 9941, - 1.095, + 1.094, 9942, - 1.095, + 1.094, 9943, - 1.095, + 1.094, 9944, - 1.095, + 1.094, 9945, - 1.095, + 1.094, 9946, - 1.095, + 1.094, 9947, - 1.095, + 1.094, 9948, - 1.095, + 1.094, 9949, - 1.095, + 1.094, 9950, - 1.095, + 1.094, 9951, - 1.095, + 1.094, 9952, - 1.095, + 1.094, 9953, - 1.095, + 1.094, 9954, - 1.095, + 1.094, 9955, - 1.095, + 1.094, 9956, - 1.095, + 1.094, 9957, - 1.095, + 1.094, 9958, - 1.095, + 2.02, 9959, - 1.095, + 2.02, 9960, - 1.095, + 2.02, 9961, - 2.021, + 2.02, 9962, - 2.021, + 2.02, 9963, - 2.021, + 2.02, 9964, - 2.021, + 1.094, 9965, - 2.021, + 1.094, 9966, - 2.021, + 1.094, 9967, - 1.095, + 1.094, 9968, - 1.095, + 1.094, 9969, - 1.095, + 1.094, 9970, - 1.095, + 2.02, 9971, - 1.095, + 1.094, 9972, - 1.095, + 1.094, 9973, - 2.021, + 1.094, 9974, - 1.095, + 1.094, 9975, - 1.095, + 1.094, 9976, - 1.095, + 1.094, 9977, - 1.095, + 1.094, 9978, - 1.095, + 1.094, 9979, - 1.095, + 1.094, 9980, - 1.095, + 1.094, 9981, - 1.095, + 1.094, 9982, - 1.095, - 9983, - 1.095, - 9984, - 1.095, - 9985, - 1.095 + 1.094 ] ], [ "type/ref/stable/b2d", [ - 6760, + 6757, 1.837 ] ], @@ -100302,7 +100270,7 @@ 962, 5.043, 1019, - 3.429, + 3.428, 1031, 7.838, 1158, @@ -100310,35 +100278,35 @@ 1465, 3.2, 1472, - 4.807, + 4.806, 1628, 3.758, 2297, 6.92, 2440, 5.202, - 5425, + 5422, 6.92, - 9986, + 9983, 9.072, - 9987, + 9984, 9.813, - 9988, + 9985, 9.072, - 9989, + 9986, 8.296, - 9990, + 9987, 9.072, - 9991, + 9988, 8.296, - 9992, + 9989, 8.296 ] ], [ "type/ref/stable/builtins", [ - 6760, + 6757, 1.837 ] ], @@ -100348,7 +100316,7 @@ 7, 1.006, 9, - 2.718, + 2.717, 10, 1.732, 18, @@ -100356,7 +100324,7 @@ 20, 1.323, 30, - 3.761, + 3.788, 38, 0.89, 46, @@ -100400,9 +100368,9 @@ 171, 5.551, 196, - 2.771, + 2.77, 241, - 1.716, + 1.715, 260, 2.7, 263, @@ -100410,7 +100378,7 @@ 269, 2.258, 327, - 5.535, + 5.534, 459, 3.728, 543, @@ -100438,47 +100406,47 @@ 1650, 4.794, 1765, - 6.538, + 6.537, 1812, 5.4, 2558, - 5.535, + 5.534, 2839, 7.326, 2925, - 6.418, + 6.417, 3241, - 6.538, + 6.537, 4134, - 6.557, - 5162, + 6.556, + 5159, 6.875, - 5163, + 5160, 7.786, - 5559, - 6.538, - 5684, + 5556, + 6.537, + 5681, 6.875, - 5844, - 6.538, - 6320, + 5841, + 6.537, + 6317, 8.54, - 7125, + 7122, 7.326, - 7981, + 7978, 6.875, - 8059, - 6.538, - 9993, + 8056, + 6.537, + 9990, 8.012, - 9994, + 9991, 9.952 ] ], [ "type/ref/stable/dmImage", [ - 6760, + 6757, 1.837 ] ], @@ -100490,19 +100458,19 @@ 330, 3.583, 333, - 3.178, + 3.195, 479, 4.216, 601, - 4.071, - 8177, + 4.099, + 8174, 7.573 ] ], [ "type/ref/stable/os", [ - 6760, + 6757, 1.837 ] ], @@ -100532,13 +100500,13 @@ 59, 1.016, 62, - 1.859, + 1.87, 77, 1.63, 79, 0.995, 86, - 1.825, + 1.824, 90, 1.339, 99, @@ -100548,7 +100516,7 @@ 102, 1.776, 103, - 2.092, + 2.091, 106, 1.41, 107, @@ -100578,7 +100546,7 @@ 169, 1.464, 177, - 1.094, + 1.093, 194, 0.652, 198, @@ -100586,9 +100554,9 @@ 201, 1.923, 207, - 2.62, + 2.619, 226, - 0.995, + 0.994, 229, 1.569, 230, @@ -100596,15 +100564,15 @@ 241, 1.945, 244, - 1.371, + 1.37, 247, - 3.005, + 3.004, 256, - 1.769, + 1.777, 257, 1.412, 263, - 2.559, + 2.558, 268, 2.224, 269, @@ -100616,11 +100584,11 @@ 288, 3.029, 330, - 2.51, + 2.509, 332, - 1.19, + 1.189, 333, - 1.964, + 1.974, 353, 3.134, 358, @@ -100630,19 +100598,19 @@ 382, 1.286, 387, - 1.261, + 1.26, 439, 2.409, 442, 2.517, 452, - 2.019, + 2.018, 468, - 2.536, + 2.535, 471, - 2.294, + 2.293, 486, - 2.797, + 2.796, 496, 1.663, 497, @@ -100672,7 +100640,7 @@ 633, 1.811, 634, - 2.744, + 2.743, 636, 2.155, 666, @@ -100688,7 +100656,7 @@ 702, 1.791, 703, - 1.402, + 1.401, 729, 2.07, 749, @@ -100722,19 +100690,19 @@ 1025, 1.412, 1043, - 1.545, + 1.544, 1045, 5.185, 1066, - 1.402, + 1.401, 1083, - 2.797, + 2.796, 1104, 3.162, 1109, 3.366, 1160, - 4.155, + 4.154, 1186, 1.751, 1198, @@ -100754,27 +100722,27 @@ 1434, 2.815, 1440, - 6.432, + 6.431, 1459, - 4.544, + 4.543, 1465, 3.726, 1472, - 3.833, + 3.832, 1473, - 2.536, + 2.535, 1492, - 3.484, + 3.483, 1496, 2.469, 1594, - 2.039, + 2.038, 1632, 2.259, 1636, - 3.255, + 3.254, 1657, - 2.917, + 2.916, 1713, 1.878, 1774, @@ -100784,13 +100752,13 @@ 1806, 2.469, 1866, - 2.039, + 2.038, 1908, 1.616, 1941, - 2.797, + 2.796, 1942, - 2.009, + 2.008, 1971, 4.396, 1982, @@ -100808,209 +100776,209 @@ 2192, 2.469, 2225, - 2.917, + 2.916, 2341, 2.696, 2346, - 3.307, + 3.306, 2373, 2.259, 2440, 2.724, 2452, - 2.536, + 2.535, 2498, 3.551, 2561, - 2.917, + 2.916, 2566, 3.702, 2632, - 2.917, + 2.916, 2657, 4.423, 2684, 2.103, 2690, - 3.255, + 3.254, 2850, 2.696, 2958, - 6.35, + 6.349, 2973, - 2.917, + 2.916, 2994, 3.702, 3021, 2.216, 3104, - 2.917, + 2.916, 3177, 4.239, 3246, - 2.536, + 2.535, 3342, 2.216, 3415, 1.953, 3442, - 2.536, + 2.535, 3610, 4.897, 3672, - 2.917, + 2.916, 3674, 2.696, 3681, - 2.611, + 2.61, 3972, - 4.613, + 4.612, 4098, 2.216, 4134, 2.355, 4400, - 3.987, - 4704, - 6.35, - 4849, + 3.986, + 4701, + 6.349, + 4846, 2.696, - 4857, + 4854, 2.07, - 4927, - 6.754, - 5211, + 4924, + 6.753, + 5208, 3.551, + 5341, + 3.268, + 5343, + 3.268, 5344, - 3.269, - 5346, - 3.269, - 5347, 3.067, + 5345, + 3.268, + 5347, + 5.138, 5348, - 3.269, - 5350, - 5.139, - 5351, - 3.269, - 5400, - 5.072, - 5418, - 7.198, - 5482, - 3.269, - 5721, - 2.611, - 5787, - 9.661, - 5871, - 4.822, - 6026, + 3.268, + 5397, + 5.071, + 5415, + 7.197, + 5479, + 3.268, + 5718, + 2.61, + 5784, + 9.66, + 5868, + 4.821, + 6023, 4.104, - 6698, - 5.139, - 6970, - 2.611, - 7115, + 6695, + 5.138, + 6967, + 2.61, + 7112, 3.067, - 7120, - 6.754, - 7164, - 3.269, - 7179, - 9.821, - 7187, - 2.917, - 7359, + 7117, + 6.753, + 7161, + 3.268, + 7176, + 9.82, + 7184, + 2.916, + 7356, 3.067, - 8021, - 3.269, - 8665, - 3.269, - 8770, + 8018, + 3.268, + 8662, + 3.268, + 8767, 4.104, - 9760, - 6.35, - 9761, + 9757, + 6.349, + 9758, 3.067, - 9765, + 9762, 3.067, - 9769, + 9766, 3.067, - 9863, - 5.139, - 9864, - 5.139, + 9860, + 5.138, + 9861, + 5.138, + 9992, + 3.574, + 9993, + 3.574, + 9994, + 3.268, 9995, - 3.575, + 5.619, 9996, - 3.575, + 3.574, 9997, - 3.269, + 5.619, 9998, - 5.62, + 3.574, 9999, - 3.575, + 5.619, 10000, - 5.62, + 3.574, 10001, - 3.575, + 3.574, 10002, - 5.62, + 3.574, 10003, - 3.575, + 3.574, 10004, - 3.575, + 3.574, 10005, - 3.575, + 5.619, 10006, - 3.575, + 3.574, 10007, - 3.575, + 3.574, 10008, - 5.62, + 3.574, 10009, - 3.575, + 5.619, 10010, - 3.575, + 3.574, 10011, - 3.575, + 3.574, 10012, - 5.62, + 3.574, 10013, - 3.575, + 3.574, 10014, - 3.575, + 3.574, 10015, - 3.575, + 3.574, 10016, - 3.575, + 3.574, 10017, - 3.575, + 3.574, 10018, - 3.575, + 3.574, 10019, - 3.575, + 3.574, 10020, - 3.575, + 3.574, 10021, - 3.575, + 3.268, 10022, - 3.575, + 3.574, 10023, - 3.575, - 10024, - 3.269, - 10025, - 3.575, - 10026, - 3.575 + 3.574 ] ], [ "type/ref/stable/dmConnectionPool", [ - 6760, + 6757, 1.837 ] ], @@ -101040,17 +101008,17 @@ 99, 0.957, 100, - 1.177, + 1.176, 107, 1.193, 126, - 1.245, + 1.244, 139, 3.631, 142, 1.864, 144, - 4.46, + 4.459, 148, 1.286, 158, @@ -101066,9 +101034,9 @@ 229, 2.147, 241, - 1.343, + 1.342, 256, - 2.162, + 2.173, 268, 1.28, 269, @@ -101080,7 +101048,7 @@ 332, 2.087, 333, - 1.773, + 1.783, 387, 2.211, 457, @@ -101088,35 +101056,35 @@ 479, 3.869, 483, - 5.592, + 5.591, 522, 3.106, 601, - 2.272, + 2.287, 602, 2.536, 603, 2.619, 612, - 3.752, + 3.751, 629, - 1.886, + 1.885, 645, - 3.69, + 3.689, 672, 2.889, 765, 2.197, 771, - 2.918, + 2.917, 807, 3.631, 858, - 3.752, + 3.751, 866, 3.162, 880, - 3.04, + 3.039, 948, 4.074, 998, @@ -101126,7 +101094,7 @@ 1055, 6.145, 1056, - 6.2, + 6.199, 1078, 4.73, 1104, @@ -101144,19 +101112,19 @@ 1506, 5.38, 1649, - 3.294, + 3.336, 1814, - 3.802, + 3.801, 1971, 7.528, 1991, - 4.58, + 4.579, 2327, 7.768, 2465, - 6.2, + 6.199, 2468, - 4.906, + 4.905, 2540, 4.702, 2779, @@ -101168,89 +101136,89 @@ 3067, 8.067, 3594, - 6.2, + 6.199, 3646, 4.516, 3712, - 4.115, + 4.114, 4198, 7.283, 4621, - 5.966, - 4857, - 6.433, - 5171, + 5.965, + 4854, + 6.432, + 5168, 5.116, - 5250, - 4.906, - 7327, - 5.734, - 8177, + 5247, + 4.905, + 7324, + 5.733, + 8174, 4.226, - 8761, - 5.734, - 8765, - 5.734, - 8770, - 6.2, - 9061, + 8758, + 5.733, + 8762, + 5.733, + 8767, + 6.199, + 9058, 7.283, - 9361, - 7.762, - 10027, + 9358, + 7.761, + 10024, 6.27, + 10025, + 11.944, + 10026, + 11.709, + 10027, + 11.107, 10028, - 11.945, + 6.27, 10029, - 11.709, + 6.27, 10030, - 11.107, + 8.488, 10031, - 6.27, + 8.488, 10032, - 6.27, + 8.488, 10033, 8.488, 10034, 8.488, 10035, - 8.488, + 6.27, 10036, - 8.488, + 6.27, 10037, - 8.488, + 6.27, 10038, 6.27, 10039, 6.27, 10040, - 6.27, + 5.733, 10041, 6.27, 10042, 6.27, 10043, - 5.734, - 10044, 6.27, + 10044, + 5.733, 10045, 6.27, 10046, 6.27, 10047, - 5.734, - 10048, - 6.27, - 10049, - 6.27, - 10050, 6.27 ] ], [ "type/ref/stable/dmSocket", [ - 6760, + 6757, 1.837 ] ], @@ -101260,7 +101228,7 @@ 7, 0.785, 8, - 1.75, + 1.749, 18, 0.564, 20, @@ -101284,7 +101252,7 @@ 80, 10.042, 86, - 1.333, + 1.332, 90, 2.771, 99, @@ -101304,9 +101272,9 @@ 201, 1.405, 202, - 3.345, + 3.344, 208, - 2.751, + 2.75, 226, 1.142, 229, @@ -101328,17 +101296,17 @@ 280, 2.452, 298, - 2.594, + 2.593, 330, - 1.309, + 1.308, 332, 1.366, 333, - 1.769, + 1.778, 341, - 1.969, + 1.968, 349, - 4.568, + 4.567, 479, 4.543, 483, @@ -101350,9 +101318,9 @@ 523, 2.13, 556, - 1.687, + 1.686, 601, - 1.487, + 1.497, 602, 1.66, 603, @@ -101360,19 +101328,19 @@ 604, 2.08, 605, - 2.341, + 2.34, 612, - 2.456, + 2.455, 614, 1.609, 631, 2.033, 680, - 3.286, + 3.285, 686, 3.371, 716, - 5.481, + 5.48, 721, 3.211, 752, @@ -101382,11 +101350,11 @@ 827, 4.907, 858, - 2.456, + 2.455, 866, 3.398, 874, - 3.207, + 3.206, 891, 2.57, 897, @@ -101394,13 +101362,13 @@ 976, 3.211, 1016, - 2.594, + 2.593, 1017, - 2.912, + 2.911, 1025, 2.471, 1041, - 3.831, + 3.83, 1055, 7.237, 1062, @@ -101408,15 +101376,15 @@ 1343, 4.694, 1465, - 2.206, + 2.205, 1471, 2.033, 1485, - 2.704, + 2.703, 1502, 2.104, 1557, - 2.456, + 2.455, 1588, 2.011, 1597, @@ -101428,7 +101396,7 @@ 1696, 5.552, 1714, - 2.998, + 2.997, 1812, 2.766, 1814, @@ -101436,45 +101404,45 @@ 1971, 7.135, 2070, - 2.594, + 2.593, 2075, - 3.742, + 3.741, 2088, - 2.998, + 2.997, 2123, - 3.567, + 3.566, 2190, 2.377, 2327, 5.354, 2448, - 4.992, + 4.991, 2465, - 2.998, + 2.997, 2540, - 3.465, + 3.464, 2548, 2.415, 2579, - 2.912, + 2.911, 2736, 5.125, 2750, - 2.594, + 2.593, 2779, 3.932, 2799, - 6.392, + 6.391, 2852, - 6.189, + 6.188, 3252, 4.215, 3281, - 3.349, + 3.348, 3287, 3.753, 3299, - 3.522, + 3.521, 3351, 7.135, 3594, @@ -101484,91 +101452,97 @@ 3597, 6.011, 3646, - 4.032, + 4.031, 3712, 5.218, 3938, - 2.704, + 2.703, 3984, - 3.465, + 3.464, 4134, - 2.704, + 2.703, 4351, - 3.522, + 3.521, 4382, - 3.522, + 3.521, 4621, 6.386, - 4746, + 4743, 2.544, - 4783, - 2.998, - 4857, + 4780, + 2.997, + 4854, 6.633, - 5036, - 5.719, - 5248, + 5033, + 5.718, + 5245, 5.366, - 5249, + 5246, 6.501, - 6075, - 3.522, - 6158, + 6072, + 3.521, + 6155, 3.096, - 6416, - 6.914, - 6473, - 2.274, + 6413, + 6.913, + 6470, + 2.273, + 6760, + 2.34, 6763, - 2.341, - 6766, 5.375, + 7331, + 4.717, 7334, - 4.718, - 7337, 8.191, - 7929, - 3.522, - 7961, - 4.893, - 8760, + 7926, + 3.521, + 7958, + 4.892, + 8757, 3.753, - 8762, + 8759, 7.27, - 8767, + 8764, 3.753, + 8767, + 6.188, 8770, - 6.189, - 8773, 3.753, - 9417, + 9414, 5.366, - 9714, + 9711, 5.366, + 9758, + 3.521, + 9759, + 3.753, 9761, - 3.522, + 3.753, 9762, + 3.521, + 9763, 3.753, 9764, 3.753, 9765, - 3.522, - 9766, 3.753, - 9767, - 3.753, - 9768, + 9766, + 3.521, + 10048, + 6.253, + 10049, 3.753, - 9769, - 3.522, + 10050, + 4.104, 10051, - 6.254, + 6.253, 10052, - 3.753, + 4.104, 10053, 4.104, 10054, - 6.254, + 4.104, 10055, 4.104, 10056, @@ -101578,13 +101552,13 @@ 10058, 4.104, 10059, - 4.104, + 8.473, 10060, 4.104, 10061, 4.104, 10062, - 8.473, + 4.104, 10063, 4.104, 10064, @@ -101600,37 +101574,31 @@ 10069, 4.104, 10070, - 4.104, + 6.253, 10071, 4.104, 10072, - 4.104, + 6.253, 10073, - 6.254, + 4.104, 10074, 4.104, 10075, - 6.254, + 4.104, 10076, 4.104, 10077, 4.104, 10078, - 4.104, + 6.253, 10079, - 4.104, - 10080, - 4.104, - 10081, - 6.254, - 10082, 4.104 ] ], [ "type/ref/stable/dmWebServer", [ - 6760, + 6757, 1.837 ] ], @@ -101676,17 +101644,17 @@ 253, 3.498, 263, - 3.036, + 3.035, 268, - 1.426, + 1.425, 471, - 1.872, + 1.871, 479, 4.439, 612, 4.177, 645, - 4.109, + 4.108, 646, 5.454, 669, @@ -101700,7 +101668,7 @@ 874, 3.58, 880, - 4.42, + 4.419, 891, 4.013, 915, @@ -101712,7 +101680,7 @@ 1046, 4.177, 1062, - 3.815, + 3.814, 1104, 3.173, 1216, @@ -101726,11 +101694,11 @@ 1621, 5.454, 1624, - 5.1, + 5.099, 1814, 5.225, 2548, - 4.109, + 4.108, 2655, 5.697, 2736, @@ -101740,7 +101708,7 @@ 3311, 4.412, 3317, - 6.878, + 6.877, 3415, 4.981, 3646, @@ -101748,39 +101716,39 @@ 3984, 3.868, 4154, - 5.1, + 5.099, 4621, - 4.329, - 4857, + 4.328, + 4854, 6.632, - 5156, + 5153, 8.639, - 6763, + 6760, 5.79, - 7337, + 7334, 8.124, - 10083, + 10080, 6.982, - 10084, + 10081, 10.152, - 10085, + 10082, 9.117, - 10086, + 10083, 6.982, - 10087, + 10084, 6.982, - 10088, + 10085, 6.982, - 10089, + 10086, 6.982, - 10090, + 10087, 6.982 ] ], [ "type/ref/stable/b2d.body", [ - 6760, + 6757, 1.837 ] ], @@ -101798,7 +101766,7 @@ 23, 1.127, 31, - 4.961, + 4.96, 36, 1.081, 38, @@ -101806,7 +101774,7 @@ 46, 1.591, 52, - 1.493, + 1.492, 55, 1.196, 56, @@ -101836,17 +101804,17 @@ 113, 0.5, 124, - 2.364, + 2.363, 125, 1.649, 126, 1.878, 133, - 1.363, + 1.362, 135, - 2.428, + 2.427, 141, - 0.923, + 0.922, 142, 2.993, 146, @@ -101860,7 +101828,7 @@ 169, 0.371, 171, - 1.279, + 1.278, 177, 1.282, 195, @@ -101884,7 +101852,7 @@ 250, 3.655, 251, - 3.537, + 3.536, 262, 1.951, 268, @@ -101900,13 +101868,13 @@ 307, 1.444, 309, - 1.468, + 1.467, 316, - 2.649, + 2.648, 359, 4.669, 361, - 5.445, + 5.444, 368, 1.807, 379, @@ -101922,7 +101890,7 @@ 442, 1.117, 452, - 1.219, + 1.218, 493, 1.951, 509, @@ -101932,9 +101900,9 @@ 515, 1.546, 521, - 2.467, + 2.466, 524, - 3.312, + 3.311, 540, 1.546, 541, @@ -101946,9 +101914,9 @@ 570, 1.769, 595, - 2.26, + 2.259, 611, - 3.597, + 3.596, 623, 2.406, 629, @@ -101964,7 +101932,7 @@ 866, 3.191, 903, - 4.138, + 4.137, 931, 0.683, 948, @@ -102004,11 +101972,11 @@ 1248, 1.576, 1296, - 1.562, + 1.561, 1302, 1.821, 1304, - 1.468, + 1.467, 1309, 2.29, 1310, @@ -102016,7 +101984,7 @@ 1322, 2.149, 1332, - 1.009, + 1.008, 1471, 1.235, 1502, @@ -102048,11 +102016,11 @@ 2156, 4.314, 2192, - 2.896, + 2.895, 2226, 4.478, 2289, - 3.833, + 3.832, 2290, 2.035, 2296, @@ -102060,7 +102028,7 @@ 2297, 8.225, 2310, - 4.642, + 4.641, 2311, 2.14, 2312, @@ -102082,7 +102050,7 @@ 2649, 1.492, 3200, - 5.176, + 5.175, 3247, 1.821, 3615, @@ -102090,7 +102058,7 @@ 3693, 1.608, 3712, - 4.463, + 4.462, 3841, 4.424, 3847, @@ -102098,283 +102066,283 @@ 3856, 3.279, 3972, - 3.426, + 3.425, 3977, 2.14, 4098, - 3.362, + 3.361, 4134, 1.643, - 4918, + 4915, 1.951, - 5677, - 6.081, - 5715, + 5674, + 6.08, + 5712, 2.035, - 5803, + 5800, 4.424, - 6013, + 6010, 2.28, - 6094, + 6091, 6.48, - 7024, + 7021, 3.279, - 7340, + 7337, 1.881, - 7457, + 7454, 1.951, - 7459, + 7456, 2.28, - 7468, - 4.653, - 7473, - 3.833, - 7561, - 7.462, - 7563, + 7465, + 4.652, + 7470, + 3.832, + 7558, + 7.461, + 7560, 6.48, - 7564, + 7561, 2.28, - 7761, + 7758, 2.14, - 7781, + 7778, 2.28, - 9484, - 3.833, - 9823, + 9481, + 3.832, + 9820, 2.14, - 9842, - 6.081, - 9987, + 9839, + 6.08, + 9984, 11.01, - 9989, + 9986, 10.969, - 9991, + 9988, 2.28, - 9992, - 3.833, + 9989, + 3.832, + 10088, + 2.493, + 10089, + 2.493, + 10090, + 2.493, 10091, - 2.494, + 2.493, 10092, - 2.494, + 4.191, 10093, - 2.494, + 2.493, 10094, - 2.494, + 2.493, 10095, - 4.192, + 2.493, 10096, - 2.494, + 2.493, 10097, - 2.494, + 4.191, 10098, - 2.494, + 2.493, 10099, - 2.494, + 2.493, 10100, - 4.192, + 2.493, 10101, - 2.494, + 2.493, 10102, - 2.494, + 2.493, 10103, - 2.494, + 2.493, 10104, - 2.494, + 2.493, 10105, - 2.494, + 2.493, 10106, - 2.494, + 2.493, 10107, - 2.494, + 2.493, 10108, - 2.494, + 2.493, 10109, - 2.494, + 2.493, 10110, - 2.494, + 2.493, 10111, - 2.494, + 2.493, 10112, - 2.494, + 2.493, 10113, - 2.494, + 4.191, 10114, - 2.494, + 2.493, 10115, - 2.494, + 2.493, 10116, - 4.192, + 2.493, 10117, - 2.494, + 2.493, 10118, - 2.494, + 4.191, 10119, - 2.494, + 4.191, 10120, - 2.494, + 2.493, 10121, - 4.192, + 2.493, 10122, - 4.192, + 2.493, 10123, - 2.494, + 2.493, 10124, - 2.494, + 2.493, 10125, - 2.494, + 2.493, 10126, - 2.494, + 2.493, 10127, - 2.494, + 2.493, 10128, - 2.494, + 2.493, 10129, - 2.494, + 2.493, 10130, - 2.494, + 2.493, 10131, - 2.494, + 2.493, 10132, - 2.494, + 2.493, 10133, - 2.494, + 8.565, 10134, - 2.494, + 2.493, 10135, - 2.494, + 2.493, 10136, - 8.565, + 2.493, 10137, - 2.494, + 2.493, 10138, - 2.494, + 2.493, 10139, - 2.494, + 2.493, 10140, - 2.494, + 2.493, 10141, - 2.494, + 2.493, 10142, - 2.494, + 4.191, 10143, - 2.494, + 2.493, 10144, - 2.494, + 4.191, 10145, - 4.192, + 4.191, 10146, - 2.494, + 2.493, 10147, - 4.192, + 2.493, 10148, - 4.192, + 2.493, 10149, - 2.494, + 2.493, 10150, - 2.494, + 2.493, 10151, - 2.494, + 2.493, 10152, - 2.494, + 2.493, 10153, - 2.494, + 2.493, 10154, - 2.494, + 2.493, 10155, - 2.494, + 2.493, 10156, - 2.494, + 2.493, 10157, - 2.494, + 2.493, 10158, - 2.494, + 2.493, 10159, - 2.494, + 2.493, 10160, - 2.494, + 2.493, 10161, - 2.494, + 2.493, 10162, - 2.494, + 2.493, 10163, - 2.494, + 2.493, 10164, - 2.494, + 7.675, 10165, - 2.494, + 2.493, 10166, - 2.494, + 2.493, 10167, - 7.675, + 2.493, 10168, - 2.494, + 4.191, 10169, - 2.494, + 4.191, 10170, - 2.494, + 2.493, 10171, - 4.192, + 2.493, 10172, - 4.192, + 2.493, 10173, - 2.494, + 2.28, 10174, - 2.494, + 2.493, 10175, - 2.494, + 2.493, 10176, - 2.28, + 2.493, 10177, - 2.494, + 2.493, 10178, - 2.494, + 2.493, 10179, - 2.494, + 2.493, 10180, - 2.494, + 2.493, 10181, - 2.494, + 2.493, 10182, - 2.494, + 2.493, 10183, - 2.494, + 2.493, 10184, - 2.494, + 2.493, 10185, - 2.494, + 2.493, 10186, - 2.494, + 2.493, 10187, - 2.494, + 2.493, 10188, - 2.494, + 2.493, 10189, - 2.494, + 2.493, 10190, - 2.494, + 2.493, 10191, - 2.494, + 2.493, 10192, - 2.494, + 2.493, 10193, - 2.494, + 2.493, 10194, - 2.494, + 2.493, 10195, - 2.494, - 10196, - 2.494, - 10197, - 2.494, - 10198, - 2.494 + 2.493 ] ], [ "type/ref/stable/html5", [ - 6760, + 6757, 1.837 ] ], @@ -102400,7 +102368,7 @@ 100, 1.83, 103, - 1.787, + 1.786, 106, 1.39, 113, @@ -102412,7 +102380,7 @@ 150, 1.964, 153, - 1.761, + 1.76, 160, 2.281, 165, @@ -102436,7 +102404,7 @@ 332, 2.582, 411, - 4.027, + 4.026, 479, 3.66, 500, @@ -102448,9 +102416,9 @@ 556, 4.009, 590, - 3.215, + 3.214, 615, - 5.191, + 5.19, 659, 4.425, 666, @@ -102458,7 +102426,7 @@ 703, 3.825, 715, - 4.077, + 4.076, 716, 4.425, 759, @@ -102476,17 +102444,17 @@ 1104, 2.701, 1137, - 4.643, + 4.642, 1332, 3.138, 1378, 5.939, 1379, - 4.917, + 4.916, 1381, - 5.505, + 5.504, 1393, - 6.071, + 6.07, 1409, 7.632, 1434, @@ -102496,11 +102464,11 @@ 1472, 4.369, 1502, - 3.979, + 3.978, 1713, - 4.077, + 4.076, 1813, - 5.505, + 5.504, 1895, 4.903, 2080, @@ -102510,17 +102478,23 @@ 3671, 7.095, 4564, - 6.071, - 4864, + 6.07, + 4861, 5.667, - 5280, - 6.071, - 5673, + 5277, + 6.07, + 5670, 5.112, - 6473, + 6470, 4.298, - 7006, + 7003, 4.724, + 10196, + 7.759, + 10197, + 7.759, + 10198, + 7.759, 10199, 7.759, 10200, @@ -102530,19 +102504,13 @@ 10202, 7.759, 10203, - 7.759, - 10204, - 7.759, - 10205, - 7.759, - 10206, 7.759 ] ], [ "type/ref/stable/dmHash", [ - 6760, + 6757, 1.837 ] ], @@ -102556,7 +102524,7 @@ 20, 1.425, 30, - 1.527, + 1.538, 36, 2.044, 38, @@ -102596,9 +102564,9 @@ 268, 2.351, 292, - 3.601, + 3.6, 330, - 1.971, + 1.97, 332, 2.057, 419, @@ -102620,17 +102588,17 @@ 629, 1.858, 664, - 4.514, + 4.513, 762, 4.318, 866, 3.131, 878, - 2.606, + 2.605, 891, 2.851, 986, - 4.166, + 4.165, 999, 4.401, 1019, @@ -102640,15 +102608,15 @@ 1042, 5.537, 1046, - 3.698, + 3.697, 1081, 2.46, 1109, 2.996, 1126, - 3.062, + 3.061, 1140, - 5.44, + 5.439, 1361, 5.537, 1428, @@ -102660,7 +102628,7 @@ 1465, 4.163, 1479, - 3.637, + 3.636, 1548, 3.331, 1911, @@ -102668,17 +102636,17 @@ 1968, 4.472, 1982, - 3.062, + 3.061, 2190, 5.245, 2191, - 6.257, + 6.256, 2476, 8.264, 2563, - 5.324, + 5.323, 2565, - 2.724, + 2.723, 2580, 7.205, 2736, @@ -102686,9 +102654,9 @@ 2779, 5.739, 3046, - 4.835, + 4.834, 3407, - 10.529, + 10.528, 3411, 4.071, 3412, @@ -102704,99 +102672,99 @@ 3988, 5.665, 4042, - 5.043, - 4745, + 5.042, + 4742, 3.762, - 4746, + 4743, 2.505, - 4753, - 5.303, - 6473, + 4750, + 5.302, + 6470, 4.656, - 6530, + 6527, 5.651, - 6763, + 6760, 6.307, - 6766, - 7.051, - 6972, + 6763, + 7.05, + 6969, 3.048, - 7325, + 7322, 4.071, - 7418, - 7.487, - 7471, - 5.043, - 7992, - 5.043, - 7994, - 5.043, - 8060, + 7415, + 7.486, + 7468, + 5.042, + 7989, + 5.042, + 7991, + 5.042, + 8057, 9.088, - 9796, - 8.734, + 9793, + 8.733, + 10204, + 4.04, + 10205, + 4.04, + 10206, + 7.504, 10207, - 4.041, + 3.695, 10208, - 4.041, + 4.04, 10209, - 7.504, + 4.04, 10210, - 3.695, + 4.04, 10211, - 4.041, + 11.314, 10212, - 4.041, + 8.404, 10213, - 4.041, + 4.04, 10214, - 11.315, + 9.938, 10215, - 8.405, + 4.04, 10216, - 4.041, + 4.04, 10217, - 9.938, + 4.04, 10218, - 4.041, + 4.04, 10219, - 4.041, + 4.04, 10220, - 4.041, + 6.179, 10221, - 4.041, + 6.179, 10222, - 4.041, + 4.04, 10223, - 6.18, + 6.179, 10224, - 6.18, + 4.04, 10225, - 4.041, + 8.404, 10226, - 6.18, + 6.179, 10227, - 4.041, + 4.04, 10228, - 8.405, + 4.04, 10229, - 6.18, + 4.04, 10230, - 4.041, + 4.04, 10231, - 4.041, - 10232, - 4.041, - 10233, - 4.041, - 10234, - 4.041 + 4.04 ] ], [ "type/ref/stable/http", [ - 6760, + 6757, 1.837 ] ], @@ -102852,7 +102820,7 @@ 158, 2.486, 165, - 2.756, + 2.755, 167, 3.44, 169, @@ -102862,7 +102830,7 @@ 229, 1.559, 256, - 1.911, + 1.92, 263, 2.882, 268, @@ -102890,11 +102858,11 @@ 555, 1.958, 615, - 4.526, + 4.525, 627, 5.581, 636, - 2.412, + 2.411, 645, 3.701, 669, @@ -102904,7 +102872,7 @@ 679, 2.817, 691, - 2.949, + 2.948, 738, 3.763, 747, @@ -102922,11 +102890,11 @@ 874, 4.941, 880, - 3.049, + 3.048, 891, 3.502, 901, - 2.718, + 2.717, 914, 2.627, 931, @@ -102942,9 +102910,9 @@ 1062, 3.436, 1064, - 3.082, + 3.081, 1100, - 7.54, + 7.539, 1109, 4.672, 1143, @@ -102952,7 +102920,7 @@ 1160, 3.763, 1189, - 7.54, + 7.539, 1198, 3.587, 1202, @@ -102970,13 +102938,13 @@ 1432, 3.534, 1434, - 3.151, + 3.15, 1445, - 4.462, + 4.461, 1465, - 4.009, + 4.008, 1588, - 3.082, + 3.081, 1621, 3.187, 1631, @@ -102984,7 +102952,7 @@ 1804, 3.017, 1979, - 3.829, + 3.828, 2051, 4.744, 2054, @@ -103004,7 +102972,7 @@ 2649, 3.763, 3066, - 5.751, + 5.75, 3311, 3.974, 3415, @@ -103012,51 +102980,51 @@ 3594, 7.541, 3670, - 5.132, + 5.131, 3730, 5.396, 3902, 3.974, 3965, - 5.751, + 5.75, 3967, - 5.751, - 5251, - 5.132, - 5682, + 5.75, + 5248, + 5.131, + 5679, 4.344, - 10235, + 10232, 8.505, + 10233, + 6.289, + 10234, + 6.289, + 10235, + 6.289, 10236, 6.289, 10237, - 6.289, + 9.637, 10238, 6.289, 10239, 6.289, 10240, - 9.637, + 6.289, 10241, 6.289, 10242, 6.289, 10243, - 6.289, + 5.75, 10244, - 6.289, - 10245, - 6.289, - 10246, - 5.751, - 10247, 6.289 ] ], [ "type/ref/stable/particlefx", [ - 6760, + 6757, 1.837 ] ], @@ -103064,7 +103032,7 @@ "data/ref/stable/particlefx", [ 7, - 0.608, + 0.607, 10, 1.046, 18, @@ -103110,7 +103078,7 @@ 126, 2.094, 141, - 1.791, + 1.79, 148, 0.993, 153, @@ -103120,7 +103088,7 @@ 167, 2.861, 168, - 3.717, + 3.716, 170, 3.917, 177, @@ -103142,7 +103110,7 @@ 241, 1.036, 247, - 2.34, + 2.339, 260, 2.384, 261, @@ -103168,7 +103136,7 @@ 497, 2.482, 510, - 2.599, + 2.598, 515, 3.001, 543, @@ -103180,11 +103148,11 @@ 577, 3.278, 590, - 2.931, + 2.93, 619, 3.535, 629, - 1.456, + 1.455, 679, 2.168, 765, @@ -103194,7 +103162,7 @@ 834, 2.398, 849, - 4.801, + 4.8, 897, 3.121, 912, @@ -103216,7 +103184,7 @@ 1019, 4.237, 1043, - 2.092, + 2.091, 1109, 2.346, 1114, @@ -103230,21 +103198,21 @@ 1140, 4.862, 1147, - 3.652, + 3.651, 1161, - 3.95, + 3.949, 1163, 4.153, 1208, 4.306, 1216, - 2.576, + 2.575, 1219, 2.947, 1246, 4.426, 1247, - 7.173, + 7.172, 1248, 3.059, 1249, @@ -103274,63 +103242,63 @@ 1629, 3.168, 1649, - 2.543, + 2.575, 1696, 4.306, 1879, - 3.585, + 3.584, 2096, - 2.682, + 2.681, 2633, - 6.044, + 6.043, 2908, - 3.344, + 3.343, 3363, - 6.352, + 6.351, 3501, 3.787, 3503, - 6.07, + 6.069, 4315, 4.426, - 5113, - 3.95, - 5715, - 3.95, - 6554, - 3.95, - 7340, - 3.652, - 7835, + 5110, + 3.949, + 5712, + 3.949, + 6551, + 3.949, + 7337, + 3.651, + 7832, 6.468, - 7836, + 7833, 6.468, - 7837, + 7834, 6.468, - 7838, + 7835, 6.468, - 10043, + 10040, 4.426, + 10245, + 4.84, + 10246, + 4.84, + 10247, + 4.84, 10248, - 4.841, + 4.84, 10249, - 4.841, + 4.84, 10250, - 4.841, + 4.84, 10251, - 4.841, - 10252, - 4.841, - 10253, - 4.841, - 10254, - 4.841 + 4.84 ] ], [ "type/ref/stable/json", [ - 6760, + 6757, 1.837 ] ], @@ -103370,7 +103338,7 @@ 555, 2.495, 612, - 6.478, + 6.477, 672, 4.586, 747, @@ -103407,28 +103375,28 @@ 7.849, 3933, 7.326, - 5652, - 6.538, - 8181, + 5649, + 6.537, + 8178, 6.875, - 9100, + 9097, 8.121, - 10255, + 10252, 8.012, - 10256, + 10253, 9.101, - 10257, + 10254, 9.952, - 10258, + 10255, 8.012, - 10259, + 10256, 8.012 ] ], [ "type/ref/stable/profiler", [ - 6760, + 6757, 1.837 ] ], @@ -103450,7 +103418,7 @@ 23, 4.364, 30, - 1.409, + 1.419, 36, 1.844, 38, @@ -103468,7 +103436,7 @@ 59, 0.964, 62, - 1.233, + 1.24, 67, 4.836, 69, @@ -103476,15 +103444,15 @@ 77, 1.999, 78, - 3.166, + 3.165, 79, 0.871, 84, - 3.056, + 3.082, 86, 2.615, 87, - 4.508, + 4.507, 90, 2.203, 99, @@ -103492,7 +103460,7 @@ 100, 2.004, 102, - 1.825, + 1.824, 103, 0.858, 106, @@ -103502,21 +103470,21 @@ 108, 2.097, 109, - 1.389, + 1.388, 113, 1.429, 121, - 1.921, + 1.92, 122, 2.507, 124, 4.657, 126, - 1.153, + 1.152, 128, 1.826, 135, - 2.159, + 2.158, 137, 2.512, 141, @@ -103530,19 +103498,19 @@ 158, 2.085, 165, - 2.04, + 2.039, 174, 1.519, 177, 1.14, 178, - 1.389, + 1.388, 194, 1.302, 196, 2.008, 198, - 1.943, + 1.942, 201, 2.356, 203, @@ -103560,17 +103528,17 @@ 247, 1.233, 256, - 0.838, + 0.841, 260, 1.957, 261, 1.583, 263, - 1.115, + 1.114, 265, - 2.456, + 2.455, 268, - 1.186, + 1.185, 269, 0.846, 271, @@ -103580,19 +103548,19 @@ 317, 2.193, 333, - 1.054, + 1.06, 335, - 2.456, + 2.455, 353, 1.484, 368, 1.06, 380, - 2.062, + 2.061, 382, 2.898, 385, - 2.095, + 2.094, 392, 1.306, 419, @@ -103606,7 +103574,7 @@ 471, 1.912, 472, - 1.718, + 1.717, 488, 2.355, 497, @@ -103622,7 +103590,7 @@ 516, 2.009, 522, - 1.847, + 1.846, 552, 2.394, 561, @@ -103630,17 +103598,17 @@ 563, 4.992, 573, - 1.399, + 1.398, 590, 1.544, 594, - 2.676, + 2.675, 596, - 2.037, + 2.036, 608, - 1.847, + 1.846, 615, - 3.796, + 3.795, 620, 1.934, 622, @@ -103648,7 +103616,7 @@ 623, 3.574, 627, - 2.159, + 2.158, 680, 1.958, 683, @@ -103656,9 +103624,9 @@ 685, 2.367, 691, - 1.777, + 1.776, 703, - 1.462, + 1.461, 740, 1.889, 744, @@ -103666,11 +103634,11 @@ 751, 1.507, 752, - 2.676, + 2.675, 765, 3.674, 773, - 1.351, + 1.35, 801, 4.53, 826, @@ -103688,11 +103656,11 @@ 919, 1.911, 924, - 1.77, + 1.769, 980, - 5.193, + 5.192, 993, - 2.095, + 2.094, 1034, 1.429, 1040, @@ -103700,15 +103668,15 @@ 1041, 3.946, 1062, - 2.037, + 2.036, 1124, - 2.404, + 2.403, 1135, 4.808, 1136, 2.311, 1147, - 2.812, + 2.811, 1153, 5.537, 1162, @@ -103716,7 +103684,7 @@ 1164, 2.23, 1166, - 2.159, + 2.158, 1186, 2.845, 1295, @@ -103732,11 +103700,11 @@ 1427, 4.011, 1440, - 4.903, + 4.902, 1465, - 2.516, + 2.515, 1621, - 2.943, + 2.942, 1651, 3.474, 1661, @@ -103752,29 +103720,29 @@ 1933, 1.983, 1936, - 3.217, + 3.216, 1968, 1.983, 1979, 2.269, 1997, - 3.312, + 3.311, 1999, - 3.217, + 3.216, 2013, 4.011, 2024, 1.685, 2155, - 5.193, + 5.192, 2189, - 3.217, + 3.216, 2192, - 4.928, + 4.927, 2437, 3.041, 2472, - 6.507, + 6.506, 2562, 4.38, 2568, @@ -103792,17 +103760,17 @@ 3074, 2.575, 3117, - 2.812, + 2.811, 3352, - 4.983, + 4.982, 3521, - 4.983, + 4.982, 3620, 2.916, 3668, 3.041, 3727, - 3.474, + 3.535, 4227, 2.916, 4228, @@ -103819,30 +103787,36 @@ 5.82, 4576, 3.198, - 4841, + 4838, 3.408, - 4867, + 4864, 7.489, - 5190, + 5187, 3.041, - 5228, + 5225, 8.801, - 5876, + 5873, 3.408, - 7453, + 7450, 3.198, - 7523, - 4.983, - 8048, + 7520, + 4.982, + 8045, 3.198, - 8477, + 8474, 3.198, - 8581, + 8578, 3.198, - 8697, - 9.13, - 9591, + 8694, + 9.129, + 9588, 3.041, + 10257, + 3.727, + 10258, + 3.727, + 10259, + 3.727, 10260, 3.727, 10261, @@ -103868,27 +103842,27 @@ 10271, 3.727, 10272, - 3.727, + 5.806, 10273, - 3.727, + 5.806, 10274, - 3.727, + 5.806, 10275, - 5.807, + 3.727, 10276, - 5.807, + 5.806, 10277, - 5.807, + 5.806, 10278, - 3.727, + 5.806, 10279, - 5.807, + 5.806, 10280, - 5.807, + 3.727, 10281, - 5.807, + 3.727, 10282, - 5.807, + 3.727, 10283, 3.727, 10284, @@ -103900,31 +103874,31 @@ 10287, 3.727, 10288, - 3.727, + 7.133, 10289, 3.727, 10290, - 3.727, + 5.806, 10291, - 7.133, - 10292, 3.727, + 10292, + 5.806, 10293, - 5.807, + 5.806, 10294, - 3.727, + 5.806, 10295, - 5.807, + 3.727, 10296, - 5.807, + 3.727, 10297, - 5.807, + 4.982, 10298, 3.727, 10299, 3.727, 10300, - 4.983, + 3.727, 10301, 3.727, 10302, @@ -103932,19 +103906,13 @@ 10303, 3.727, 10304, - 3.727, - 10305, - 3.727, - 10306, - 3.727, - 10307, 3.727 ] ], [ "type/ref/stable/dmThread", [ - 6760, + 6757, 1.837 ] ], @@ -103954,15 +103922,15 @@ 7, 0.937, 10, - 1.615, + 1.614, 18, 1.093, 38, 1.057, 44, - 3.12, + 3.119, 62, - 2.47, + 2.485, 79, 0.809, 90, @@ -103970,7 +103938,7 @@ 99, 1.012, 103, - 1.72, + 1.719, 106, 1.338, 126, @@ -103992,9 +103960,9 @@ 197, 2.566, 201, - 2.14, + 2.139, 207, - 2.486, + 2.485, 226, 2.078, 240, @@ -104012,7 +103980,7 @@ 442, 3.345, 469, - 3.785, + 3.784, 524, 3.189, 534, @@ -104034,13 +104002,13 @@ 1082, 8.055, 1141, - 4.547, + 4.546, 1309, 4.08, 1459, 3.044, 1774, - 3.785, + 3.784, 1814, 3.345, 1982, @@ -104057,24 +104025,30 @@ 6.408, 4465, 5.034, - 4745, - 4.547, - 5565, + 4742, + 4.546, + 5562, 10.427, - 5870, + 5867, 9.473, - 5871, + 5868, 6.408, - 7418, - 6.955, - 8747, + 7415, + 6.954, + 8744, 5.843, - 10300, + 10297, 6.408, + 10305, + 7.468, + 10306, + 12.112, + 10307, + 7.468, 10308, 7.468, 10309, - 12.112, + 7.468, 10310, 7.468, 10311, @@ -104098,19 +104072,13 @@ 10320, 7.468, 10321, - 7.468, - 10322, - 7.468, - 10323, - 7.468, - 10324, 7.468 ] ], [ "type/ref/stable/dmStaticAssert", [ - 6760, + 6757, 1.837 ] ], @@ -104130,7 +104098,7 @@ 79, 0.919, 84, - 3.938, + 3.972, 99, 0.96, 100, @@ -104150,7 +104118,7 @@ 229, 1.685, 256, - 2.065, + 2.075, 280, 3.604, 563, @@ -104175,22 +104143,22 @@ 4.456, 4538, 8.158, - 5881, + 5878, 7.5, - 10325, + 10322, 9.192, - 10326, + 10323, 10.815, - 10327, + 10324, 9.192, - 10328, + 10325, 9.192 ] ], [ "type/ref/stable/camera", [ - 6760, + 6757, 1.837 ] ], @@ -104218,7 +104186,7 @@ 79, 0.785, 88, - 3.79, + 3.789, 89, 3.891, 90, @@ -104226,7 +104194,7 @@ 92, 1.96, 96, - 1.549, + 1.548, 99, 0.746, 100, @@ -104242,7 +104210,7 @@ 127, 4.8, 142, - 3.485, + 3.484, 150, 2.338, 158, @@ -104266,15 +104234,15 @@ 250, 2.751, 256, - 1.098, + 1.103, 268, 1.716, 271, - 3.652, + 3.651, 295, 2.251, 305, - 4.125, + 4.124, 316, 3.087, 368, @@ -104290,7 +104258,7 @@ 412, 6.225, 421, - 5.572, + 5.571, 429, 2.368, 452, @@ -104298,17 +104266,17 @@ 477, 3.375, 488, - 4.501, + 4.5, 509, 5.831, 594, - 5.178, + 5.177, 691, 2.179, 703, 1.916, 750, - 4.969, + 4.968, 765, 1.712, 849, @@ -104316,9 +104284,9 @@ 866, 3.131, 898, - 2.529, + 2.528, 917, - 3.22, + 3.219, 1025, 1.93, 1098, @@ -104332,7 +104300,7 @@ 1406, 3.25, 1459, - 1.992, + 1.991, 1472, 5.206, 1629, @@ -104348,27 +104316,27 @@ 1884, 3.025, 2398, - 3.987, + 3.986, 2780, - 5.726, + 5.725, 3106, - 6.513, + 6.512, 3124, - 5.806, + 5.805, 3477, - 4.468, + 4.467, 3478, - 4.468, + 4.467, 3479, 7.732, 3480, - 4.468, + 4.467, 3481, - 4.468, + 4.467, 3482, - 7.729, + 7.728, 3483, - 4.468, + 4.467, 3485, 3.822, 3486, @@ -104379,78 +104347,78 @@ 3.452, 3797, 3.15, - 4871, - 4.468, - 5573, + 4868, + 4.467, + 5570, 6.967, - 7024, + 7021, 3.822, - 7457, + 7454, 3.822, - 8567, - 4.468, + 8564, + 4.467, + 10326, + 4.885, + 10327, + 4.885, + 10328, + 4.885, 10329, - 4.886, + 4.885, 10330, - 4.886, + 4.885, 10331, - 4.886, + 4.885, 10332, - 4.886, + 4.885, 10333, - 4.886, + 4.885, 10334, - 4.886, + 4.885, 10335, - 4.886, + 4.885, 10336, - 4.886, + 4.885, 10337, - 4.886, + 4.885, 10338, - 4.886, + 4.885, 10339, - 4.886, + 4.885, 10340, - 4.886, + 4.885, 10341, - 4.886, + 4.885, 10342, - 4.886, + 4.885, 10343, - 4.886, + 4.885, 10344, - 4.886, + 4.885, 10345, - 4.886, + 4.885, 10346, - 4.886, + 4.885, 10347, - 4.886, + 4.885, 10348, - 4.886, + 4.885, 10349, - 4.886, + 4.885, 10350, - 4.886, + 4.885, 10351, - 4.886, + 4.885, 10352, - 4.886, + 4.885, 10353, - 4.886, - 10354, - 4.886, - 10355, - 4.886, - 10356, - 4.886 + 4.885 ] ], [ "type/ref/stable/image", [ - 6760, + 6757, 1.837 ] ], @@ -104466,11 +104434,11 @@ 38, 0.969, 62, - 2.161, + 2.175, 79, 0.835, 88, - 5.58, + 5.579, 89, 5.729, 97, @@ -104480,7 +104448,7 @@ 106, 1.17, 113, - 1.749, + 1.748, 121, 2.161, 125, @@ -104498,13 +104466,13 @@ 241, 1.869, 256, - 1.468, + 1.475, 268, 2.295, 290, 4.92, 320, - 5.222, + 5.221, 337, 6.626, 380, @@ -104520,11 +104488,11 @@ 866, 3.907, 880, - 4.231, + 4.23, 891, 3.557, 905, - 5.136, + 5.135, 918, 4.713, 931, @@ -104538,25 +104506,25 @@ 1041, 5.338, 1109, - 4.231, + 4.23, 1198, 4.977, 1295, 4.375, 1406, - 4.786, + 4.785, 1465, 3.698, 1472, - 4.697, + 4.696, 1908, 3.945, 2098, - 5.976, + 5.975, 2163, 7.98, 2182, - 5.377, + 5.376, 2542, 4.051, 2633, @@ -104566,49 +104534,49 @@ 2874, 6.374, 2885, - 4.93, + 4.929, 2886, 4.773, 3902, 5.515, 4400, 6.191, - 6165, + 6162, 7.488, - 7818, + 7815, 7.98, - 9672, - 5.976, - 10357, + 9669, + 5.975, + 10354, 8.727, - 10358, + 10355, 8.727, + 10356, + 9.826, + 10357, + 9.826, + 10358, + 9.826, 10359, 9.826, 10360, - 9.826, + 6.534, 10361, - 9.826, + 6.534, 10362, - 9.826, + 6.534, 10363, - 6.535, + 6.534, 10364, - 6.535, + 6.534, 10365, - 6.535, - 10366, - 6.535, - 10367, - 6.535, - 10368, - 6.535 + 6.534 ] ], [ "type/ref/stable/resource", [ - 6760, + 6757, 1.837 ] ], @@ -104630,13 +104598,13 @@ 20, 1.48, 22, - 1.427, + 1.426, 24, 3.204, 27, - 2.011, + 2.01, 30, - 2.999, + 3.021, 31, 0.627, 36, @@ -104644,7 +104612,7 @@ 38, 1.009, 44, - 1.165, + 1.164, 46, 1.567, 51, @@ -104658,23 +104626,23 @@ 60, 1.28, 62, - 0.358, + 0.36, 69, 0.509, 70, - 0.843, + 0.842, 71, 1.926, 72, 0.666, 77, - 1.778, + 1.777, 79, 1.018, 84, - 0.857, + 0.864, 86, - 2.74, + 2.739, 88, 4.64, 89, @@ -104690,13 +104658,13 @@ 100, 1.554, 101, - 0.97, + 0.969, 102, 2.352, 103, 1.569, 104, - 1.014, + 1.013, 105, 2.356, 106, @@ -104708,9 +104676,9 @@ 111, 0.452, 113, - 1.418, + 1.417, 116, - 2.652, + 2.651, 119, 2.331, 121, @@ -104724,27 +104692,27 @@ 126, 2.187, 142, - 2.963, + 2.962, 143, 0.525, 144, 1.051, 148, - 1.887, + 1.886, 149, - 2.594, + 2.593, 150, 0.274, 153, - 0.924, + 0.923, 158, 0.316, 159, - 1.641, + 1.64, 160, 1.827, 161, - 3.418, + 3.417, 163, 0.929, 165, @@ -104756,7 +104724,7 @@ 174, 4.931, 177, - 2.37, + 2.369, 178, 1.039, 180, @@ -104764,7 +104732,7 @@ 182, 0.576, 185, - 5.543, + 5.542, 186, 5.125, 188, @@ -104780,7 +104748,7 @@ 210, 0.809, 213, - 2.239, + 2.238, 215, 4.149, 216, @@ -104798,23 +104766,23 @@ 241, 1.515, 247, - 0.662, + 0.661, 248, 2.077, 249, 2.432, 256, - 1.034, + 1.038, 259, 0.768, 260, 1.17, 261, - 1.475, + 1.474, 263, 1.952, 268, - 1.781, + 1.78, 269, 2.062, 273, @@ -104842,7 +104810,7 @@ 332, 1.954, 333, - 1.301, + 1.308, 335, 1.318, 337, @@ -104850,7 +104818,7 @@ 342, 1.555, 345, - 0.97, + 0.969, 353, 1.382, 357, @@ -104898,13 +104866,13 @@ 500, 0.73, 505, - 1.026, + 1.025, 506, - 2.114, + 2.113, 513, - 1.802, + 1.801, 516, - 1.872, + 1.871, 534, 0.94, 543, @@ -104932,7 +104900,7 @@ 571, 0.791, 581, - 0.584, + 0.583, 584, 1.829, 588, @@ -104944,9 +104912,9 @@ 614, 1.093, 620, - 1.802, + 1.801, 622, - 0.97, + 0.969, 627, 0.627, 631, @@ -104954,7 +104922,7 @@ 634, 0.79, 647, - 1.615, + 1.614, 648, 0.525, 649, @@ -104962,7 +104930,7 @@ 660, 0.648, 672, - 1.876, + 1.875, 676, 2.314, 679, @@ -104974,7 +104942,7 @@ 689, 0.485, 691, - 2.085, + 2.084, 695, 2.292, 703, @@ -104986,9 +104954,9 @@ 735, 0.519, 750, - 1.352, + 1.351, 752, - 2.531, + 2.53, 762, 0.489, 763, @@ -104996,11 +104964,11 @@ 765, 2.287, 775, - 1.545, + 1.544, 784, 1.461, 786, - 2.011, + 2.01, 793, 0.504, 803, @@ -105014,7 +104982,7 @@ 848, 0.991, 856, - 2.204, + 2.203, 866, 1.039, 880, @@ -105034,9 +105002,9 @@ 918, 2.634, 924, - 1.324, + 1.323, 931, - 1.702, + 1.701, 938, 1.762, 941, @@ -105050,7 +105018,7 @@ 979, 0.904, 982, - 3.034, + 3.033, 998, 1.158, 1007, @@ -105104,9 +105072,9 @@ 1192, 1.24, 1198, - 2.322, + 2.321, 1202, - 1.933, + 1.932, 1250, 1.124, 1255, @@ -105126,7 +105094,7 @@ 1328, 0.817, 1332, - 2.051, + 2.05, 1339, 1.509, 1361, @@ -105140,15 +105108,15 @@ 1406, 2.314, 1411, - 4.665, + 4.664, 1416, - 0.748, + 0.768, 1429, 2.34, 1459, 1.415, 1465, - 3.561, + 3.56, 1471, 0.991, 1472, @@ -105158,7 +105126,7 @@ 1502, 0.555, 1548, - 2.48, + 2.479, 1558, 0.671, 1596, @@ -105196,7 +105164,7 @@ 1813, 0.768, 1814, - 3.635, + 3.634, 1815, 0.847, 1825, @@ -105218,19 +105186,19 @@ 1908, 2.951, 1911, - 1.026, + 1.025, 1928, 1.503, 1942, - 2.585, + 2.584, 1969, - 3.36, + 3.359, 1982, 0.991, 2006, 1.465, 2027, - 2.909, + 2.908, 2078, 0.684, 2095, @@ -105246,15 +105214,15 @@ 2116, 1.141, 2162, - 3.947, + 3.946, 2164, 2.537, 2167, - 2.55, + 2.549, 2168, 2.392, 2182, - 2.6, + 2.599, 2189, 0.6, 2217, @@ -105262,7 +105230,7 @@ 2232, 2.392, 2236, - 3.405, + 3.404, 2243, 0.883, 2245, @@ -105278,13 +105246,13 @@ 2532, 0.698, 2542, - 1.729, + 1.728, 2553, 1.716, 2555, 1.264, 2633, - 1.026, + 1.025, 2637, 1.264, 2667, @@ -105322,7 +105290,7 @@ 2894, 1.829, 2895, - 4.637, + 4.636, 2896, 2.392, 2897, @@ -105332,7 +105300,7 @@ 2925, 0.698, 3064, - 4.351, + 4.35, 3088, 1.509, 3111, @@ -105348,7 +105316,7 @@ 3603, 4.125, 3660, - 3.322, + 3.321, 3673, 0.817, 3713, @@ -105368,7 +105336,7 @@ 4069, 1.879, 4098, - 1.729, + 1.728, 4257, 0.791, 4438, @@ -105386,155 +105354,161 @@ 4556, 0.883, 4608, - 6.476, + 6.475, 4646, - 3.36, - 4706, + 3.359, + 4703, 1.716, - 4875, + 4872, 1.461, - 4876, + 4873, 2.036, - 5151, + 5148, 3.597, - 5204, + 5201, 0.99, - 5297, + 5294, 0.883, - 5329, + 5326, 0.99, - 5480, + 5477, 0.929, - 5646, + 5643, 0.99, - 5805, + 5802, 1.565, - 6036, + 6033, 2.979, - 6078, + 6075, 0.847, - 6158, + 6155, 1.509, - 6577, + 6574, 1.829, - 6837, + 6834, 2.392, - 6873, + 6870, 1.716, - 7107, + 7104, 0.99, - 7874, - 2.55, - 8262, - 2.55, - 8263, - 2.55, - 8324, - 2.55, - 8328, - 2.55, - 8330, - 2.55, - 8334, - 2.55, - 8338, - 2.55, - 8340, - 2.55, - 8342, - 2.55, - 8346, - 2.55, - 8348, - 2.55, - 8350, - 2.55, - 8354, - 2.55, - 8356, - 2.55, - 8358, - 2.55, + 7871, + 2.549, + 8259, + 2.549, + 8260, + 2.549, + 8321, + 2.549, + 8325, + 2.549, + 8327, + 2.549, + 8331, + 2.549, + 8335, + 2.549, + 8337, + 2.549, + 8339, + 2.549, + 8343, + 2.549, + 8345, + 2.549, + 8347, + 2.549, + 8351, + 2.549, + 8353, + 2.549, + 8355, + 2.549, + 8357, + 2.549, + 8359, + 2.549, 8360, - 2.55, - 8362, - 2.55, - 8363, 4.206, - 8365, - 2.55, - 8371, - 2.55, - 8373, - 2.55, - 8375, - 2.55, - 8377, - 2.55, - 8379, - 2.55, - 8381, - 2.55, - 8385, + 8362, + 2.549, + 8368, + 2.549, + 8370, + 2.549, + 8372, + 2.549, + 8374, + 2.549, + 8376, + 2.549, + 8378, + 2.549, + 8382, 3.722, - 8387, + 8384, 1.829, - 8389, + 8386, 3.722, - 8391, + 8388, 1.829, - 8397, + 8394, 1.829, - 8399, - 2.55, - 8401, + 8396, + 2.549, + 8398, 1.829, - 8442, + 8439, 0.929, - 8444, + 8441, 0.99, - 8481, + 8478, 0.99, - 8581, + 8578, 0.929, - 8600, + 8597, 1.829, - 9100, + 9097, 0.883, - 9757, + 9754, 1.829, - 10256, + 10253, 1.829, + 10366, + 1.082, + 10367, + 1.082, + 10368, + 2.788, 10369, - 1.083, + 1.082, 10370, - 1.083, + 1.082, 10371, - 2.788, + 1.082, 10372, - 1.083, + 1.082, 10373, - 1.083, + 2.0, 10374, - 1.083, + 2.0, 10375, - 1.083, + 1.829, 10376, 2.0, 10377, 2.0, 10378, - 1.829, + 1.082, 10379, 2.0, 10380, - 2.0, + 1.082, 10381, - 1.083, + 2.0, 10382, 2.0, 10383, - 1.083, + 2.0, 10384, 2.0, 10385, @@ -105548,13 +105522,13 @@ 10389, 2.0, 10390, - 2.0, + 1.829, 10391, 2.0, 10392, 2.0, 10393, - 1.829, + 2.0, 10394, 2.0, 10395, @@ -105562,117 +105536,111 @@ 10396, 2.0, 10397, - 2.0, + 1.082, 10398, - 2.0, + 1.082, 10399, - 2.0, + 4.07, 10400, - 1.083, + 1.082, 10401, - 1.083, + 1.082, 10402, - 4.071, + 1.082, 10403, - 1.083, + 0.99, 10404, - 1.083, + 1.082, 10405, - 1.083, + 2.788, 10406, - 0.99, + 2.0, 10407, - 1.083, + 2.0, 10408, - 2.788, + 2.0, 10409, 2.0, 10410, 2.0, 10411, - 2.0, + 3.471, 10412, - 2.0, + 1.082, 10413, - 2.0, + 1.082, 10414, - 3.472, + 1.082, 10415, - 1.083, + 1.082, 10416, - 1.083, + 1.082, 10417, - 1.083, + 1.082, 10418, - 1.083, + 1.082, 10419, - 1.083, + 1.082, 10420, - 1.083, + 1.082, 10421, - 1.083, + 1.082, 10422, - 1.083, + 1.082, 10423, - 1.083, + 1.082, 10424, - 1.083, + 1.082, 10425, - 1.083, + 1.082, 10426, - 1.083, + 1.082, 10427, - 1.083, + 1.082, 10428, - 1.083, + 1.082, 10429, - 1.083, + 1.082, 10430, - 1.083, + 1.082, 10431, - 1.083, + 1.082, 10432, - 1.083, + 1.082, 10433, - 1.083, + 1.082, 10434, - 1.083, + 1.082, 10435, - 1.083, + 1.082, 10436, - 1.083, + 1.082, 10437, - 1.083, + 1.082, 10438, - 1.083, + 1.082, 10439, - 1.083, + 1.082, 10440, - 1.083, + 1.082, 10441, - 1.083, + 1.082, 10442, - 1.083, + 1.082, 10443, - 1.083, + 1.082, 10444, - 1.083, + 1.082, 10445, - 1.083, + 1.082, 10446, - 1.083, - 10447, - 1.083, - 10448, - 1.083, - 10449, - 1.083 + 1.082 ] ], [ "type/ref/stable/dmHttpClient", [ - 6760, + 6757, 1.837 ] ], @@ -105682,7 +105650,7 @@ 7, 1.249, 9, - 2.718, + 2.717, 18, 1.098, 20, @@ -105706,7 +105674,7 @@ 165, 3.096, 172, - 3.493, + 3.492, 263, 2.396, 268, @@ -105714,11 +105682,11 @@ 330, 2.555, 332, - 2.667, + 2.666, 333, - 2.266, + 2.278, 457, - 2.845, + 2.844, 479, 3.734, 553, @@ -105726,13 +105694,13 @@ 590, 4.123, 607, - 6.538, + 6.537, 612, 4.794, 629, 2.409, 645, - 5.857, + 5.856, 669, 4.967, 685, @@ -105750,7 +105718,7 @@ 1379, 4.989, 1381, - 7.061, + 7.06, 1427, 6.875, 1465, @@ -105758,7 +105726,7 @@ 2042, 4.438, 2297, - 6.418, + 6.417, 2736, 6.763, 2779, @@ -105773,14 +105741,20 @@ 3.884, 4621, 7.02, - 4972, + 4969, 8.47, - 7418, + 7415, 5.852, - 8177, + 8174, 5.4, - 9146, + 9143, 9.9, + 10447, + 8.012, + 10448, + 8.012, + 10449, + 8.012, 10450, 8.012, 10451, @@ -105794,19 +105768,13 @@ 10455, 8.012, 10456, - 8.012, - 10457, - 8.012, - 10458, - 8.012, - 10459, 8.012 ] ], [ "type/ref/stable/socket", [ - 6760, + 6757, 1.837 ] ], @@ -105818,7 +105786,7 @@ 8, 0.879, 9, - 1.561, + 1.56, 10, 2.08, 11, @@ -105830,19 +105798,19 @@ 22, 1.554, 27, - 0.904, + 0.903, 28, 1.352, 29, 3.653, 30, - 2.575, + 2.594, 36, 2.246, 38, 1.121, 44, - 1.58, + 1.579, 46, 1.576, 52, @@ -105854,9 +105822,9 @@ 59, 0.997, 60, - 2.327, + 2.326, 62, - 0.922, + 0.928, 67, 0.283, 72, @@ -105866,9 +105834,9 @@ 79, 0.995, 84, - 0.464, + 0.468, 86, - 1.411, + 1.41, 90, 1.744, 97, @@ -105886,7 +105854,7 @@ 105, 0.626, 106, - 1.484, + 1.483, 107, 1.474, 108, @@ -105894,7 +105862,7 @@ 109, 0.581, 110, - 0.791, + 0.79, 111, 0.452, 113, @@ -105912,15 +105880,15 @@ 126, 1.836, 132, - 1.817, + 1.816, 136, - 0.884, + 0.883, 141, 1.032, 142, 3.182, 145, - 2.345, + 2.344, 148, 1.715, 149, @@ -105938,7 +105906,7 @@ 169, 1.344, 177, - 1.552, + 1.551, 178, 0.403, 182, @@ -105968,13 +105936,13 @@ 240, 1.617, 241, - 2.087, + 2.086, 247, - 2.529, + 2.528, 249, 0.748, 256, - 1.14, + 1.145, 257, 0.952, 259, @@ -105990,7 +105958,7 @@ 269, 1.66, 273, - 1.747, + 1.746, 280, 0.612, 285, @@ -106002,9 +105970,9 @@ 330, 0.497, 332, - 2.925, + 2.924, 333, - 2.069, + 2.081, 334, 0.313, 338, @@ -106014,7 +105982,7 @@ 353, 0.225, 358, - 2.002, + 2.001, 368, 0.444, 380, @@ -106024,7 +105992,7 @@ 382, 1.743, 385, - 0.609, + 0.608, 387, 1.108, 394, @@ -106042,7 +106010,7 @@ 442, 0.253, 452, - 1.338, + 1.337, 459, 0.263, 463, @@ -106062,7 +106030,7 @@ 487, 0.401, 489, - 4.351, + 4.35, 490, 2.118, 496, @@ -106080,13 +106048,13 @@ 514, 1.078, 516, - 1.079, + 1.078, 521, 1.209, 522, 0.536, 523, - 0.81, + 0.809, 524, 2.658, 533, @@ -106108,7 +106076,7 @@ 554, 0.406, 555, - 1.178, + 1.177, 556, 2.62, 561, @@ -106116,7 +106084,7 @@ 568, 1.567, 571, - 0.413, + 0.412, 577, 0.425, 580, @@ -106124,19 +106092,19 @@ 587, 0.381, 588, - 0.81, + 0.809, 596, 0.852, 601, - 0.205, + 0.206, 608, - 1.382, + 1.381, 614, - 0.785, + 0.784, 620, 1.447, 627, - 3.866, + 3.865, 629, 0.326, 631, @@ -106144,13 +106112,13 @@ 633, 1.413, 634, - 0.791, + 0.79, 637, 0.364, 646, 1.76, 647, - 0.904, + 0.903, 648, 0.525, 650, @@ -106172,13 +106140,13 @@ 689, 1.694, 691, - 1.998, + 1.997, 692, 0.751, 700, - 1.427, + 1.426, 702, - 1.895, + 1.894, 704, 0.364, 710, @@ -106186,19 +106154,19 @@ 712, 2.549, 716, - 3.133, + 3.132, 729, 0.627, 732, 0.713, 737, - 1.052, + 1.051, 738, 0.933, 740, 0.549, 747, - 0.609, + 0.608, 749, 1.316, 750, @@ -106210,7 +106178,7 @@ 765, 2.902, 773, - 2.192, + 2.191, 774, 3.669, 775, @@ -106224,7 +106192,7 @@ 807, 0.627, 811, - 1.382, + 1.381, 826, 0.297, 827, @@ -106252,11 +106220,11 @@ 880, 0.274, 891, - 1.561, + 1.56, 894, 2.637, 898, - 0.201, + 0.2, 899, 0.713, 903, @@ -106266,7 +106234,7 @@ 915, 0.217, 917, - 0.905, + 0.904, 923, 0.277, 924, @@ -106284,7 +106252,7 @@ 985, 0.791, 987, - 0.301, + 0.3, 999, 0.26, 1007, @@ -106306,13 +106274,13 @@ 1052, 0.297, 1055, - 5.722, + 5.721, 1056, 0.791, 1058, 2.203, 1062, - 2.374, + 2.373, 1068, 0.357, 1081, @@ -106320,17 +106288,17 @@ 1090, 0.726, 1096, - 0.413, + 0.412, 1097, 3.278, 1101, 0.332, 1104, - 0.839, + 0.838, 1105, 1.028, 1109, - 2.348, + 2.347, 1134, 0.684, 1140, @@ -106344,11 +106312,11 @@ 1160, 3.403, 1162, - 1.979, + 1.978, 1166, 0.627, 1173, - 1.181, + 1.18, 1186, 0.531, 1198, @@ -106368,13 +106336,13 @@ 1295, 2.332, 1296, - 0.898, + 0.897, 1298, 0.986, 1304, 0.918, 1307, - 3.975, + 3.974, 1309, 1.093, 1324, @@ -106386,7 +106354,7 @@ 1364, 1.418, 1376, - 0.413, + 0.412, 1382, 0.864, 1387, @@ -106394,11 +106362,11 @@ 1403, 1.933, 1406, - 2.596, + 2.595, 1413, 0.344, 1415, - 1.927, + 1.926, 1427, 0.748, 1434, @@ -106410,7 +106378,7 @@ 1440, 2.302, 1445, - 2.464, + 2.463, 1459, 3.376, 1465, @@ -106452,19 +106420,19 @@ 1588, 2.787, 1590, - 2.078, + 2.077, 1596, - 0.301, + 0.3, 1597, 5.883, 1602, - 1.367, + 1.366, 1606, 1.641, 1621, - 2.784, + 2.783, 1624, - 1.76, + 1.759, 1627, 0.401, 1629, @@ -106480,7 +106448,7 @@ 1645, 0.485, 1649, - 2.544, + 2.576, 1650, 2.599, 1651, @@ -106488,7 +106456,7 @@ 1658, 0.401, 1661, - 0.782, + 0.781, 1672, 0.304, 1684, @@ -106498,9 +106466,9 @@ 1713, 0.82, 1714, - 1.76, + 1.759, 1765, - 0.884, + 0.883, 1767, 0.637, 1797, @@ -106510,7 +106478,7 @@ 1814, 2.169, 1838, - 0.884, + 0.883, 1866, 0.618, 1868, @@ -106544,19 +106512,19 @@ 1966, 0.73, 1982, - 1.382, + 1.381, 1999, 0.313, 2019, 0.381, 2026, - 3.985, + 3.984, 2035, 1.24, 2066, 1.028, 2073, - 2.62, + 2.619, 2078, 0.684, 2087, @@ -106578,7 +106546,7 @@ 2173, 0.637, 2188, - 0.413, + 0.412, 2191, 0.39, 2247, @@ -106600,7 +106568,7 @@ 2373, 0.357, 2418, - 4.315, + 4.314, 2440, 1.683, 2441, @@ -106608,13 +106576,13 @@ 2448, 2.491, 2458, - 0.884, + 0.883, 2459, - 3.072, + 3.071, 2460, 5.471, 2465, - 5.584, + 5.583, 2468, 0.847, 2496, @@ -106622,7 +106590,7 @@ 2498, 0.357, 2520, - 0.884, + 0.883, 2533, 1.624, 2548, @@ -106636,7 +106604,7 @@ 2633, 1.43, 2645, - 0.413, + 0.412, 2657, 0.317, 2684, @@ -106658,11 +106626,11 @@ 2855, 0.847, 2875, - 2.645, + 2.644, 2897, - 0.413, + 0.412, 2907, - 1.221, + 1.22, 2950, 0.817, 2978, @@ -106676,7 +106644,7 @@ 3057, 0.748, 3088, - 1.818, + 1.817, 3237, 1.107, 3243, @@ -106688,13 +106656,13 @@ 3342, 0.967, 3351, - 3.186, + 3.185, 3399, 0.39, 3400, 1.139, 3415, - 1.524, + 1.523, 3419, 0.99, 3425, @@ -106708,11 +106676,11 @@ 3581, 0.847, 3582, - 7.574, + 7.573, 3583, 1.107, 3584, - 4.035, + 4.034, 3585, 0.516, 3589, @@ -106722,29 +106690,29 @@ 3592, 0.516, 3593, - 7.892, + 7.891, 3594, 6.864, 3595, 2.037, 3598, - 3.494, + 3.493, 3628, 2.067, 3669, 0.442, 3670, - 3.952, + 3.951, 3673, 0.426, 3680, - 0.884, + 0.883, 3724, - 0.884, + 0.883, 3726, 0.461, 3730, - 3.728, + 3.727, 3733, 4.988, 3888, @@ -106754,11 +106722,11 @@ 4017, 0.442, 4126, - 1.221, + 1.22, 4184, - 0.884, + 0.883, 4185, - 0.884, + 0.883, 4243, 0.929, 4276, @@ -106770,7 +106738,7 @@ 4472, 0.791, 4483, - 1.42, + 1.419, 4535, 0.817, 4561, @@ -106783,296 +106751,302 @@ 0.929, 4691, 0.516, - 4857, + 4854, 2.011, - 4874, - 1.633, - 4875, + 4871, + 1.632, + 4872, 2.037, - 4876, - 0.413, - 4934, + 4873, + 0.412, + 4931, 0.461, - 5177, + 5174, 0.485, - 5206, - 1.427, - 5211, + 5203, + 1.426, + 5208, 0.986, - 5212, + 5209, 0.516, - 5248, - 4.352, - 5249, + 5245, + 4.351, + 5246, 5.727, - 5250, - 5.108, - 5251, - 0.884, - 5349, - 1.427, - 5379, + 5247, + 5.107, + 5248, + 0.883, + 5346, + 1.426, + 5376, 0.929, - 5400, - 0.413, - 5490, + 5397, + 0.412, + 5487, 1.273, - 5681, + 5678, 2.104, - 5682, - 5.209, - 5753, - 0.413, - 5772, + 5679, + 5.208, + 5750, + 0.412, + 5769, 0.516, - 5782, + 5779, 0.929, - 5805, + 5802, 1.885, - 5832, + 5829, 0.516, - 5881, + 5878, 1.273, - 5978, - 1.339, - 6035, - 1.83, - 6074, + 5975, + 1.338, + 6032, + 1.829, + 6071, 0.929, - 6090, + 6087, 0.929, - 6127, + 6124, 1.664, - 6158, + 6155, 0.817, - 6219, + 6216, 0.516, - 6377, + 6374, 0.516, - 6442, + 6439, 0.485, - 6636, - 2.276, - 6681, + 6633, + 2.275, + 6678, 0.485, - 6958, + 6955, 2.037, - 7006, + 7003, 1.698, - 7109, + 7106, 0.847, - 7117, + 7114, 0.929, - 7118, + 7115, 0.516, - 7122, - 1.339, - 7186, + 7119, + 1.338, + 7183, 0.516, - 7187, + 7184, 0.461, - 7334, - 4.291, - 7340, + 7331, + 4.29, + 7337, 1.177, - 7370, + 7367, 2.393, - 7376, + 7373, 0.461, - 7418, - 0.413, - 7443, + 7415, + 0.412, + 7440, 0.929, - 7449, + 7446, 0.426, - 7450, + 7447, 0.929, - 7465, + 7462, 0.99, - 7471, - 0.884, - 7475, + 7468, + 0.883, + 7472, 0.99, - 7505, - 0.884, - 7723, + 7502, + 0.883, + 7720, 0.485, - 7961, + 7958, 2.182, - 8602, + 8599, 0.516, - 8770, - 5.345, - 8825, + 8767, + 5.344, + 8822, 0.929, - 8833, - 1.83, - 9100, + 8830, + 1.829, + 9097, 0.461, - 9386, + 9383, 0.516, - 9398, + 9395, 0.516, - 9462, + 9459, 0.516, - 9466, + 9463, 0.461, - 9530, + 9527, 0.99, - 9591, - 1.633, - 9637, + 9588, + 1.632, + 9634, 0.99, - 9714, + 9711, 1.717, - 9838, + 9835, 0.516, - 9840, + 9837, 0.516, - 9842, + 9839, 0.929, - 9906, + 9903, 2.55, - 10024, + 10021, 0.99, - 10047, + 10044, 0.516, - 10052, + 10049, 0.516, - 10246, - 1.427, - 10300, + 10243, + 1.426, + 10297, 0.485, - 10406, + 10403, 0.516, - 10460, + 10457, 0.565, - 10461, + 10458, 2.409, + 10459, + 0.565, + 10460, + 2.788, + 10461, + 0.565, 10462, 0.565, 10463, - 2.789, + 1.083, 10464, - 0.565, + 2.001, 10465, - 0.565, + 2.001, 10466, - 1.083, + 3.472, 10467, 2.001, 10468, - 2.001, + 0.565, 10469, - 3.473, + 5.687, 10470, - 2.001, + 4.071, 10471, - 0.565, + 5.071, 10472, - 5.688, + 0.565, 10473, - 4.072, + 0.565, 10474, - 5.072, + 2.788, 10475, - 0.565, + 2.788, 10476, - 0.565, + 2.788, 10477, - 2.789, + 2.788, 10478, - 2.789, + 1.083, 10479, - 2.789, + 1.083, 10480, - 2.789, + 0.565, 10481, - 1.083, + 1.56, 10482, - 1.083, + 2.001, 10483, 0.565, 10484, 1.56, 10485, - 2.001, + 1.083, 10486, - 0.565, + 1.083, 10487, 1.56, 10488, - 1.083, + 2.001, 10489, 1.083, 10490, - 1.56, + 3.472, 10491, 2.001, 10492, - 1.083, + 0.565, 10493, - 3.473, + 4.842, 10494, - 2.001, + 1.56, 10495, - 0.565, + 3.781, 10496, - 4.843, + 0.565, 10497, - 1.56, + 0.565, 10498, - 3.782, + 1.56, 10499, 0.565, 10500, 0.565, 10501, - 1.56, + 1.083, 10502, - 0.565, + 2.001, 10503, - 0.565, + 2.788, 10504, - 1.083, + 6.814, 10505, 2.001, 10506, - 2.789, + 3.472, 10507, - 6.814, + 0.565, 10508, - 2.001, + 4.6, 10509, - 3.473, - 10510, 0.565, + 10510, + 2.409, 10511, - 4.601, + 3.472, 10512, - 0.565, + 2.788, 10513, - 2.409, + 1.083, 10514, - 3.473, + 0.565, 10515, - 2.789, + 7.317, 10516, - 1.083, + 5.071, 10517, - 0.565, + 1.083, 10518, - 7.317, + 1.083, 10519, - 5.072, - 10520, 1.083, + 10520, + 0.565, 10521, 1.083, 10522, 1.083, 10523, - 0.565, + 1.083, 10524, 1.083, 10525, @@ -107080,61 +107054,61 @@ 10526, 1.083, 10527, - 1.083, + 4.071, 10528, 1.083, 10529, 1.083, 10530, - 4.072, + 1.083, 10531, 1.083, 10532, 1.083, 10533, - 1.083, + 2.001, 10534, - 1.083, + 0.565, 10535, 1.083, 10536, - 2.001, + 2.788, 10537, - 0.565, - 10538, 1.083, + 10538, + 0.565, 10539, - 2.789, + 0.565, 10540, 1.083, 10541, 0.565, 10542, - 0.565, + 1.56, 10543, 1.083, 10544, - 0.565, + 1.083, 10545, - 1.56, + 0.565, 10546, - 1.083, + 0.565, 10547, 1.083, 10548, - 0.565, + 2.001, 10549, 0.565, 10550, 1.083, 10551, - 2.001, + 1.083, 10552, 0.565, 10553, - 1.083, + 0.565, 10554, - 1.083, + 0.565, 10555, 0.565, 10556, @@ -107142,55 +107116,55 @@ 10557, 0.565, 10558, - 0.565, + 1.56, 10559, 0.565, 10560, 0.565, 10561, - 1.56, + 0.565, 10562, 0.565, 10563, 0.565, 10564, - 0.565, + 1.56, 10565, - 0.565, + 1.083, 10566, 0.565, 10567, - 1.56, + 0.565, 10568, - 1.083, + 0.565, 10569, 0.565, 10570, - 0.565, + 1.083, 10571, 0.565, 10572, 0.565, 10573, - 1.083, + 0.565, 10574, 0.565, 10575, 0.565, 10576, - 0.565, + 1.083, 10577, 0.565, 10578, 0.565, 10579, - 1.083, + 0.516, 10580, 0.565, 10581, 0.565, 10582, - 0.516, + 1.083, 10583, 0.565, 10584, @@ -107202,7 +107176,7 @@ 10587, 0.565, 10588, - 1.083, + 0.565, 10589, 0.565, 10590, @@ -107216,37 +107190,37 @@ 10594, 0.565, 10595, - 0.565, + 1.083, 10596, - 0.565, + 1.083, 10597, 0.565, 10598, - 1.083, + 0.565, 10599, - 1.083, + 0.565, 10600, 0.565, 10601, 0.565, 10602, - 0.565, + 0.516, 10603, 0.565, 10604, - 0.565, + 1.083, 10605, - 0.516, - 10606, 0.565, + 10606, + 0.516, 10607, 1.083, 10608, 0.565, 10609, - 0.516, + 0.565, 10610, - 1.083, + 0.565, 10611, 0.565, 10612, @@ -107256,13 +107230,13 @@ 10614, 0.565, 10615, - 0.565, + 1.083, 10616, 0.565, 10617, 0.565, 10618, - 1.083, + 0.565, 10619, 0.565, 10620, @@ -107272,25 +107246,25 @@ 10622, 0.565, 10623, - 0.565, + 1.083, 10624, - 0.565, + 2.001, 10625, 0.565, 10626, - 1.083, + 0.565, 10627, - 2.001, + 0.565, 10628, 0.565, 10629, - 0.565, + 1.083, 10630, 0.565, 10631, 0.565, 10632, - 1.083, + 0.565, 10633, 0.565, 10634, @@ -107298,19 +107272,13 @@ 10635, 0.565, 10636, - 0.565, - 10637, - 0.565, - 10638, - 0.565, - 10639, 0.565 ] ], [ "type/ref/stable/dmBuffer", [ - 6760, + 6757, 1.837 ] ], @@ -107324,9 +107292,9 @@ 20, 1.255, 28, - 1.904, + 1.903, 30, - 3.938, + 3.966, 36, 0.783, 38, @@ -107348,7 +107316,7 @@ 86, 1.275, 96, - 1.245, + 1.244, 99, 1.086, 102, @@ -107360,29 +107328,29 @@ 116, 1.528, 125, - 1.195, + 1.194, 126, 1.775, 132, 2.533, 141, - 2.237, + 2.236, 142, 3.163, 144, 2.063, 148, - 0.806, + 0.805, 158, - 2.421, + 2.42, 169, - 0.9, + 0.899, 177, 1.85, 199, 1.682, 202, - 3.653, + 3.652, 226, 1.682, 240, @@ -107392,7 +107360,7 @@ 247, 2.957, 256, - 0.882, + 0.887, 263, 3.115, 268, @@ -107414,19 +107382,19 @@ 490, 3.944, 534, - 1.846, + 1.845, 561, - 1.245, + 1.244, 573, 1.473, 602, 2.981, 612, - 4.411, + 4.41, 620, 2.038, 622, - 1.904, + 1.903, 634, 2.913, 644, @@ -107444,11 +107412,11 @@ 891, 2.5, 901, - 2.613, + 2.612, 941, 1.54, 978, - 1.552, + 1.551, 1010, 2.484, 1019, @@ -107460,17 +107428,17 @@ 1042, 2.587, 1062, - 2.146, + 2.145, 1155, - 1.904, + 1.903, 1172, - 4.986, + 4.985, 1202, 4.483, 1266, 3.204, 1306, - 2.482, + 2.481, 1309, 5.375, 1311, @@ -107478,7 +107446,7 @@ 1329, 3.617, 1426, - 2.391, + 2.39, 1434, 1.967, 1459, @@ -107492,7 +107460,7 @@ 1629, 1.759, 1814, - 4.667, + 4.666, 2028, 2.647, 2042, @@ -107504,7 +107472,7 @@ 2135, 5.23, 2323, - 4.143, + 4.142, 2358, 5.854, 2360, @@ -107524,7 +107492,7 @@ 2736, 5.024, 2779, - 3.826, + 3.825, 2780, 3.748, 2888, @@ -107536,11 +107504,11 @@ 3646, 3.217, 3712, - 1.904, + 1.903, 3897, - 2.482, + 2.481, 4197, - 5.529, + 5.528, 4416, 3.072, 4514, @@ -107549,134 +107517,134 @@ 2.962, 4646, 2.868, - 4746, + 4743, 4.57, - 5076, + 5073, 3.072, - 5459, + 5456, 8.103, - 6078, + 6075, 3.072, - 6127, - 4.177, - 6473, - 5.894, - 6763, + 6124, + 4.176, + 6470, + 5.893, + 6760, 6.416, - 6880, + 6877, 6.741, - 6883, - 6.326, - 6923, + 6880, + 6.325, + 6920, 3.204, - 6972, + 6969, 2.962, - 7325, - 5.455, - 7337, + 7322, + 5.454, + 7334, 2.786, - 8048, - 3.37, - 8177, + 8045, + 3.369, + 8174, 4.075, - 8182, - 6.326, + 8179, + 6.325, + 10637, + 3.926, + 10638, + 11.619, + 10639, + 8.996, 10640, - 3.927, + 10.386, 10641, - 11.62, + 10.156, 10642, - 8.996, + 10.639, 10643, - 10.386, + 3.926, 10644, - 10.157, + 3.926, 10645, - 10.639, + 6.045, 10646, - 3.927, + 6.045, 10647, - 3.927, + 3.926, 10648, - 6.046, + 3.926, 10649, - 6.046, + 3.926, 10650, - 3.927, + 3.926, 10651, - 3.927, + 3.926, 10652, - 3.927, + 3.926, 10653, - 3.927, + 3.926, 10654, - 3.927, + 3.926, 10655, - 3.927, + 3.926, 10656, - 3.927, + 3.926, 10657, - 3.927, + 3.926, 10658, - 3.927, + 3.926, 10659, - 3.927, + 8.94, 10660, - 3.927, + 3.926, 10661, - 3.927, + 3.926, 10662, - 8.941, + 3.926, 10663, - 3.927, + 3.926, 10664, - 3.927, + 3.926, 10665, - 3.927, + 3.926, 10666, - 3.927, + 6.045, 10667, - 3.927, + 3.926, 10668, - 3.927, + 3.926, 10669, - 6.046, + 3.926, 10670, - 3.927, + 3.926, 10671, - 3.927, + 3.926, 10672, - 3.927, + 3.926, 10673, - 3.927, + 3.926, 10674, - 3.927, + 3.926, 10675, - 3.927, + 3.926, 10676, - 3.927, + 7.372, 10677, - 3.927, + 3.926, 10678, - 3.927, + 3.926, 10679, - 7.372, + 3.926, 10680, - 3.927, + 3.926, 10681, - 3.927, - 10682, - 3.927, - 10683, - 3.927, - 10684, - 3.927 + 3.926 ] ], [ "type/ref/stable/base", [ - 6760, + 6757, 1.837 ] ], @@ -107686,9 +107654,9 @@ 7, 1.31, 8, - 1.165, + 1.164, 9, - 1.703, + 1.702, 10, 1.238, 18, @@ -107698,7 +107666,7 @@ 27, 1.019, 30, - 2.389, + 2.406, 36, 1.749, 38, @@ -107716,9 +107684,9 @@ 59, 0.949, 60, - 2.762, + 2.761, 62, - 1.026, + 1.033, 63, 0.853, 77, @@ -107728,11 +107696,11 @@ 79, 1.024, 86, - 2.053, + 2.052, 90, 0.419, 96, - 0.984, + 0.983, 99, 1.011, 100, @@ -107758,7 +107726,7 @@ 122, 1.296, 124, - 1.815, + 1.814, 125, 0.535, 126, @@ -107796,17 +107764,17 @@ 178, 1.551, 196, - 1.981, + 1.98, 201, - 1.859, + 1.858, 202, - 1.352, + 1.351, 207, 2.272, 208, 1.365, 210, - 0.712, + 0.711, 211, 0.788, 228, @@ -107830,13 +107798,13 @@ 250, 1.939, 256, - 1.717, + 1.726, 257, 1.645, 260, 1.403, 263, - 3.3, + 3.299, 266, 1.377, 268, @@ -107852,15 +107820,15 @@ 309, 1.035, 330, - 1.601, + 1.6, 332, 1.906, 333, - 1.62, + 1.629, 336, 1.327, 337, - 2.631, + 2.63, 341, 1.488, 342, @@ -107868,11 +107836,11 @@ 351, 0.913, 353, - 0.701, + 0.7, 358, 3.146, 368, - 1.428, + 1.427, 380, 0.625, 392, @@ -107886,19 +107854,19 @@ 433, 0.717, 442, - 2.832, + 2.831, 443, - 1.436, + 1.435, 452, 0.902, 453, 1.019, 454, - 0.701, + 0.7, 469, - 2.11, + 2.109, 471, - 1.346, + 1.345, 472, 0.811, 473, @@ -107930,7 +107898,7 @@ 541, 0.936, 546, - 3.088, + 3.087, 550, 1.937, 553, @@ -107942,9 +107910,9 @@ 556, 2.598, 560, - 2.631, + 2.63, 561, - 0.984, + 0.983, 573, 1.164, 574, @@ -107956,7 +107924,7 @@ 595, 0.948, 601, - 1.124, + 1.132, 620, 2.16, 622, @@ -107994,7 +107962,7 @@ 721, 1.376, 740, - 1.573, + 1.572, 744, 0.853, 747, @@ -108002,11 +107970,11 @@ 749, 3.454, 750, - 3.065, + 3.064, 752, 2.313, 754, - 1.053, + 1.052, 769, 2.001, 773, @@ -108014,7 +107982,7 @@ 774, 1.403, 775, - 0.975, + 0.974, 792, 1.77, 801, @@ -108022,7 +107990,7 @@ 827, 2.411, 834, - 0.872, + 0.871, 845, 1.186, 848, @@ -108030,7 +107998,7 @@ 856, 1.245, 860, - 0.892, + 0.891, 866, 1.87, 873, @@ -108048,23 +108016,23 @@ 903, 0.948, 905, - 2.45, + 2.449, 907, 1.159, 914, 0.735, 917, - 3.284, + 3.283, 918, 2.747, 919, 0.902, 928, - 3.468, + 3.467, 931, 1.14, 955, - 1.51, + 1.509, 960, 0.795, 978, @@ -108092,19 +108060,19 @@ 1082, 1.961, 1104, - 1.994, + 1.993, 1109, 2.018, 1120, 1.826, 1124, - 1.135, + 1.134, 1135, - 2.092, + 2.091, 1136, 1.091, 1138, - 1.51, + 1.509, 1139, 0.989, 1146, @@ -108114,7 +108082,7 @@ 1157, 0.924, 1172, - 0.892, + 0.891, 1198, 2.374, 1206, @@ -108128,13 +108096,13 @@ 1269, 5.271, 1272, - 1.848, + 1.847, 1285, 1.327, 1295, 4.054, 1296, - 2.544, + 2.543, 1298, 1.112, 1307, @@ -108160,13 +108128,13 @@ 1411, 1.329, 1415, - 2.144, + 2.143, 1421, 1.071, 1429, - 2.092, + 2.091, 1434, - 2.086, + 2.085, 1459, 4.639, 1465, @@ -108176,29 +108144,29 @@ 1472, 4.024, 1479, - 2.45, + 2.449, 1495, 1.719, 1509, 1.215, 1529, - 3.397, + 3.396, 1551, - 3.257, + 3.256, 1589, 1.186, 1590, - 1.053, + 1.052, 1602, 0.862, 1628, - 1.725, + 1.724, 1652, - 3.257, + 3.256, 1658, 2.953, 1661, - 1.555, + 1.554, 1662, 1.365, 1672, @@ -108212,7 +108180,7 @@ 1713, 1.63, 1774, - 0.892, + 0.891, 1823, 4.346, 1875, @@ -108222,15 +108190,15 @@ 1931, 0.948, 1982, - 4.547, + 4.546, 2015, - 5.152, + 5.151, 2028, 1.186, 2035, 1.091, 2042, - 0.975, + 0.974, 2087, 1.961, 2088, @@ -108244,33 +108212,33 @@ 2182, 0.902, 2225, - 1.436, + 1.435, 2226, 1.112, 2268, 3.633, 2286, - 1.924, + 1.923, 2297, 2.001, 2379, - 1.135, + 1.134, 2389, 1.019, 2433, - 1.053, + 1.052, 2440, - 3.867, + 3.866, 2441, 1.63, 2471, - 1.436, + 1.435, 2498, 1.112, 2532, 2.001, 2542, - 1.924, + 1.923, 2548, 1.035, 2550, @@ -108278,7 +108246,7 @@ 2568, 1.961, 2594, - 1.436, + 1.435, 2640, 1.248, 2657, @@ -108314,33 +108282,33 @@ 3021, 1.091, 3088, - 4.321, + 4.32, 3090, - 4.915, + 4.914, 3131, - 1.436, + 1.435, 3204, 2.341, 3241, - 1.436, + 1.435, 3308, - 1.51, + 1.509, 3388, - 1.51, + 1.509, 3410, - 1.436, + 1.435, 3415, - 2.743, + 2.742, 3442, 2.201, 3527, - 2.806, + 2.805, 3569, 1.215, 3610, 2.244, 3702, - 2.838, + 2.837, 3713, 1.826, 3925, @@ -108352,151 +108320,157 @@ 4126, 1.376, 4184, - 1.436, + 1.435, 4185, - 1.436, + 1.435, 4207, - 3.468, + 3.467, 4260, - 1.51, + 1.509, 4400, 2.201, 4565, 1.609, 4580, - 1.51, - 4697, - 1.51, - 4703, - 2.663, - 4727, - 2.838, - 4745, + 1.509, + 4694, + 1.509, + 4700, + 2.662, + 4724, + 2.837, + 4742, 1.889, - 4875, + 4872, 1.285, - 5156, + 5153, 2.341, - 5177, - 2.663, - 5210, - 6.642, - 5211, + 5174, + 2.662, + 5207, + 6.641, + 5208, 5.227, - 5214, + 5211, 1.609, - 5280, - 2.428, - 5366, - 1.436, - 5384, - 1.51, - 5553, + 5277, + 2.427, + 5363, + 1.435, + 5381, + 1.509, + 5550, 1.376, - 5711, + 5708, 1.609, - 5721, + 5718, 1.285, - 5746, - 1.51, - 5753, + 5743, + 1.509, + 5750, 1.285, - 5830, + 5827, 1.327, + 5917, + 1.435, 5920, - 1.436, - 5923, 1.248, - 6074, - 4.308, - 6127, + 6071, + 4.307, + 6124, 1.215, - 6157, + 6154, 1.609, - 6443, - 3.572, - 6947, - 2.663, - 7109, + 6440, + 3.571, + 6944, + 2.662, + 7106, 1.376, - 7111, - 2.838, + 7108, + 2.837, + 7116, + 2.662, + 7117, + 2.662, 7119, - 2.663, - 7120, - 2.663, - 7122, - 1.51, - 7137, + 1.509, + 7134, 1.327, - 7187, - 4.674, - 7421, - 4.308, - 7471, - 1.436, - 7505, - 1.436, - 7995, - 1.51, - 8596, - 2.838, - 8612, - 2.663, - 8747, + 7184, + 4.673, + 7418, + 4.307, + 7468, + 1.435, + 7502, + 1.435, + 7992, + 1.509, + 8593, + 2.837, + 8609, + 2.662, + 8744, 1.376, + 8751, + 1.609, 8754, + 3.806, + 8831, 1.609, - 8757, - 3.807, - 8834, + 9113, + 1.435, + 9367, 1.609, - 9116, - 1.436, - 9370, + 9369, 1.609, 9372, 1.609, - 9375, - 1.609, - 9376, - 2.838, - 9377, + 9373, + 2.837, + 9374, 4.59, - 9378, - 2.838, - 9405, - 2.838, - 9406, + 9375, + 2.837, + 9402, + 2.837, + 9403, 1.609, - 9423, + 9420, 6.558, - 9454, - 2.838, - 9466, - 1.436, - 9551, - 3.807, - 9565, + 9451, + 2.837, + 9463, + 1.435, + 9548, + 3.806, + 9562, 1.609, - 9572, - 5.781, - 9577, - 2.838, - 9812, + 9569, + 5.78, + 9574, + 2.837, + 9809, 1.609, - 9823, - 1.51, - 10378, + 9820, + 1.509, + 10375, 1.609, - 10393, + 10390, 1.609, - 10582, + 10579, 1.609, - 10605, - 2.838, - 10685, + 10602, + 2.837, + 10682, 3.103, + 10683, + 1.759, + 10684, + 1.759, + 10685, + 1.759, 10686, 1.759, 10687, @@ -108506,35 +108480,35 @@ 10689, 1.759, 10690, - 1.759, + 5.019, 10691, 1.759, 10692, - 1.759, + 3.103, 10693, - 5.02, + 1.759, 10694, 1.759, 10695, - 3.103, + 1.759, 10696, 1.759, 10697, - 1.759, + 3.103, 10698, - 1.759, + 3.103, 10699, 1.759, 10700, - 3.103, + 1.759, 10701, - 3.103, + 4.162, 10702, 1.759, 10703, 1.759, 10704, - 4.163, + 1.759, 10705, 1.759, 10706, @@ -108546,23 +108520,23 @@ 10709, 1.759, 10710, - 1.759, + 5.237, 10711, - 1.759, + 2.837, 10712, 1.759, 10713, - 5.238, + 1.759, 10714, - 2.838, - 10715, 1.759, + 10715, + 3.103, 10716, 1.759, 10717, 1.759, 10718, - 3.103, + 1.759, 10719, 1.759, 10720, @@ -108570,13 +108544,13 @@ 10721, 1.759, 10722, - 1.759, + 3.103, 10723, 1.759, 10724, 1.759, 10725, - 3.103, + 1.759, 10726, 1.759, 10727, @@ -108584,19 +108558,13 @@ 10728, 1.759, 10729, - 1.759, - 10730, - 1.759, - 10731, - 1.759, - 10732, - 5.728 + 5.727 ] ], [ "type/ref/stable/types", [ - 6760, + 6757, 1.837 ] ], @@ -108639,6 +108607,12 @@ 6.86, 3487, 6.411, + 10730, + 7.455, + 10731, + 7.455, + 10732, + 7.455, 10733, 7.455, 10734, @@ -108660,19 +108634,13 @@ 10742, 7.455, 10743, - 7.455, - 10744, - 7.455, - 10745, - 7.455, - 10746, 7.455 ] ], [ "type/ref/stable/msg", [ - 6760, + 6757, 1.837 ] ], @@ -108682,7 +108650,7 @@ 7, 1.393, 9, - 2.124, + 2.123, 10, 1.833, 18, @@ -108708,7 +108676,7 @@ 100, 1.175, 103, - 1.442, + 1.441, 113, 1.699, 126, @@ -108720,7 +108688,7 @@ 148, 1.284, 160, - 1.841, + 1.84, 169, 0.931, 170, @@ -108736,7 +108704,7 @@ 227, 3.626, 241, - 1.341, + 1.34, 247, 2.071, 268, @@ -108754,19 +108722,19 @@ 553, 3.437, 579, - 3.137, + 3.136, 601, - 2.268, + 2.284, 620, 4.4, 631, - 3.102, + 3.101, 645, 3.684, 686, 3.375, 749, - 3.421, + 3.42, 849, 5.525, 880, @@ -108774,7 +108742,7 @@ 914, 3.542, 931, - 2.822, + 2.821, 978, 2.474, 1019, @@ -108802,7 +108770,7 @@ 1548, 3.375, 1594, - 3.571, + 3.57, 1602, 3.068, 1606, @@ -108830,33 +108798,33 @@ 2498, 3.956, 2871, - 3.571, + 3.57, 2925, - 5.468, + 5.467, 3073, 4.723, 3108, - 7.866, + 7.865, 3395, - 7.754, + 7.753, 4483, - 4.442, - 5978, + 4.441, + 5975, 5.372, - 7333, + 7330, 8.25, - 7961, + 7958, 4.898, - 10747, - 6.261, - 10748, - 6.261 + 10744, + 6.26, + 10745, + 6.26 ] ], [ "type/ref/stable/sound", [ - 6760, + 6757, 1.837 ] ], @@ -108864,9 +108832,9 @@ "data/ref/stable/sound", [ 7, - 1.281, + 1.28, 9, - 1.295, + 1.294, 10, 0.825, 18, @@ -108880,7 +108848,7 @@ 28, 1.082, 30, - 0.844, + 0.85, 31, 5.983, 36, @@ -108912,19 +108880,19 @@ 90, 1.944, 92, - 1.532, + 1.531, 94, 1.776, 96, 3.086, 97, - 0.646, + 0.645, 99, 1.047, 100, - 1.915, + 1.914, 102, - 1.279, + 1.278, 103, 1.781, 105, @@ -108962,19 +108930,19 @@ 166, 1.049, 167, - 1.544, + 1.543, 169, 1.077, 170, - 1.464, + 1.463, 175, 0.973, 194, - 1.213, + 1.212, 198, 1.611, 201, - 0.858, + 0.857, 202, 0.725, 210, @@ -108992,11 +108960,11 @@ 241, 1.423, 244, - 1.464, + 1.463, 247, - 2.698, + 2.697, 256, - 2.188, + 2.199, 263, 3.421, 268, @@ -109010,7 +108978,7 @@ 330, 3.159, 333, - 2.886, + 2.901, 334, 2.114, 347, @@ -109022,9 +108990,9 @@ 392, 1.337, 432, - 2.708, + 2.707, 441, - 1.119, + 1.118, 456, 3.582, 457, @@ -109038,11 +109006,11 @@ 490, 3.232, 497, - 3.033, + 3.032, 510, 1.402, 513, - 1.981, + 1.98, 543, 2.006, 547, @@ -109056,13 +109024,13 @@ 568, 5.568, 601, - 0.809, + 0.814, 623, 0.991, 648, 1.082, 679, - 1.71, + 1.709, 680, 2.005, 691, @@ -109082,11 +109050,11 @@ 819, 2.246, 849, - 3.214, + 3.213, 856, 2.006, 859, - 1.119, + 1.118, 866, 1.862, 891, @@ -109098,7 +109066,7 @@ 913, 1.411, 914, - 0.933, + 0.932, 919, 1.957, 931, @@ -109110,7 +109078,7 @@ 1025, 3.847, 1030, - 2.042, + 2.041, 1032, 1.22, 1079, @@ -109124,17 +109092,17 @@ 1131, 4.04, 1135, - 3.987, + 3.986, 1136, 4.489, 1137, 5.928, 1140, - 1.759, + 1.758, 1143, - 3.814, + 3.813, 1160, - 3.539, + 3.538, 1186, 1.094, 1202, @@ -109154,9 +109122,9 @@ 1295, 3.06, 1312, - 2.788, + 2.787, 1379, - 1.759, + 1.758, 1406, 1.742, 1434, @@ -109172,17 +109140,17 @@ 1507, 1.384, 1548, - 2.058, + 2.057, 1588, 1.87, 1607, 1.293, 1608, - 2.284, + 2.283, 1609, 3.425, 1621, - 1.132, + 1.131, 1628, 0.925, 1629, @@ -109192,11 +109160,11 @@ 1640, 2.986, 1649, - 1.173, + 1.188, 1650, - 2.284, + 2.283, 1651, - 2.284, + 2.283, 1793, 2.461, 1807, @@ -109216,13 +109184,13 @@ 1931, 3.188, 1942, - 3.324, + 3.323, 1973, 5.094, 2024, 2.26, 2028, - 2.573, + 2.572, 2070, 4.889, 2080, @@ -109240,7 +109208,7 @@ 2238, 3.114, 2287, - 7.946, + 7.945, 2433, 1.336, 2440, @@ -109256,7 +109224,7 @@ 2582, 1.273, 2616, - 2.788, + 2.787, 2738, 5.259, 2837, @@ -109284,41 +109252,41 @@ 3507, 5.075, 3508, - 4.571, + 4.57, 3513, 4.289, 3514, 3.49, 3515, - 2.042, + 2.041, 3516, - 2.042, + 2.041, 3518, 8.502, 3519, - 5.409, + 5.408, 3521, 5.075, 3525, - 2.042, + 2.041, 3528, - 2.042, + 2.041, 3529, 7.075, 3533, - 2.042, + 2.041, 3534, - 2.042, + 2.041, 3536, 5.075, 3539, - 2.042, + 2.041, 3546, - 2.042, + 2.041, 3569, 3.453, 3583, - 2.708, + 2.707, 3693, 4.989, 3712, @@ -109326,105 +109294,105 @@ 3882, 1.747, 3972, - 2.058, + 2.057, 3984, 2.114, - 5477, - 2.042, - 5673, + 5474, + 2.041, + 5670, 1.471, - 5889, + 5886, 1.822, - 6031, - 2.042, - 6159, + 6028, + 2.041, + 6156, 3.49, - 6581, + 6578, 3.275, - 6881, - 2.042, - 6962, + 6878, + 2.041, + 6959, 1.916, - 7006, - 2.324, - 7056, - 2.042, - 7220, - 2.042, - 7634, + 7003, + 2.323, + 7053, + 2.041, + 7217, + 2.041, + 7631, 3.49, - 8059, + 8056, 1.822, - 8647, - 2.042, - 9997, + 8644, + 2.041, + 9994, 3.49, + 10746, + 6.644, + 10747, + 8.824, + 10748, + 7.737, 10749, - 6.645, + 3.816, 10750, - 8.825, + 7.241, 10751, - 7.737, + 4.998, 10752, - 3.817, + 4.998, 10753, - 7.241, + 2.232, 10754, - 4.999, + 3.816, 10755, - 4.999, + 2.232, 10756, - 2.233, + 2.232, 10757, - 3.817, + 2.232, 10758, - 2.233, + 2.232, 10759, - 2.233, + 2.232, 10760, - 2.233, + 2.232, 10761, - 2.233, + 2.232, 10762, - 2.233, + 2.232, 10763, - 2.233, + 2.232, 10764, - 2.233, + 2.232, 10765, - 2.233, + 2.232, 10766, - 2.233, + 2.232, 10767, - 2.233, + 2.232, 10768, - 2.233, + 2.232, 10769, - 2.233, + 5.914, 10770, - 2.233, + 2.232, 10771, - 2.233, + 2.232, 10772, - 5.915, + 2.232, 10773, - 2.233, + 2.232, 10774, - 2.233, + 2.232, 10775, - 2.233, - 10776, - 2.233, - 10777, - 2.233, - 10778, - 4.999 + 4.998 ] ], [ "type/ref/stable/dmScript", [ - 6760, + 6757, 1.837 ] ], @@ -109444,7 +109412,7 @@ 28, 1.462, 30, - 0.644, + 0.648, 36, 1.727, 38, @@ -109464,7 +109432,7 @@ 60, 0.474, 62, - 1.622, + 1.632, 69, 2.305, 72, @@ -109474,11 +109442,11 @@ 79, 1.014, 86, - 1.318, + 1.317, 90, - 1.337, + 1.336, 96, - 1.555, + 1.554, 97, 1.792, 99, @@ -109494,23 +109462,23 @@ 107, 1.689, 108, - 0.887, + 0.886, 109, 0.635, 113, 1.818, 119, - 3.62, + 3.619, 125, 1.234, 126, - 1.837, + 1.836, 130, 1.037, 132, 1.685, 141, - 2.481, + 2.48, 142, 1.843, 148, @@ -109518,9 +109486,9 @@ 149, 0.648, 150, - 0.764, + 0.763, 153, - 0.387, + 0.386, 158, 2.088, 160, @@ -109528,7 +109496,7 @@ 165, 1.603, 167, - 1.22, + 1.219, 169, 1.063, 174, @@ -109544,23 +109512,23 @@ 201, 1.766, 202, - 1.593, + 1.592, 227, - 1.747, + 1.746, 229, 1.779, 240, 1.395, 241, - 1.328, + 1.327, 256, - 0.383, + 0.385, 263, 3.612, 268, 2.346, 269, - 2.137, + 2.136, 273, 2.013, 280, @@ -109570,11 +109538,11 @@ 330, 2.762, 333, - 2.223, + 2.235, 342, 0.763, 358, - 1.39, + 1.389, 368, 2.862, 390, @@ -109582,7 +109550,7 @@ 392, 0.597, 405, - 2.461, + 2.46, 441, 0.853, 452, @@ -109602,7 +109570,7 @@ 489, 1.888, 490, - 0.712, + 0.711, 496, 0.793, 510, @@ -109614,15 +109582,15 @@ 523, 0.884, 524, - 0.571, + 0.57, 533, 0.944, 534, - 0.801, + 0.8, 536, 3.694, 543, - 0.684, + 0.683, 550, 0.793, 553, @@ -109642,11 +109610,11 @@ 588, 0.884, 601, - 1.093, + 1.1, 602, 0.689, 603, - 0.712, + 0.711, 612, 1.804, 620, @@ -109668,7 +109636,7 @@ 713, 0.895, 716, - 0.972, + 0.971, 745, 1.177, 749, @@ -109690,7 +109658,7 @@ 854, 0.944, 856, - 0.684, + 0.683, 859, 2.033, 863, @@ -109720,7 +109688,7 @@ 999, 0.785, 1019, - 3.274, + 3.273, 1040, 1.019, 1041, @@ -109728,9 +109696,9 @@ 1055, 1.72, 1067, - 0.557, + 0.556, 1075, - 3.477, + 3.476, 1081, 1.037, 1082, @@ -109748,13 +109716,13 @@ 1158, 0.785, 1166, - 1.747, + 1.746, 1202, - 2.329, + 2.328, 1250, - 1.695, + 1.694, 1254, - 0.987, + 0.986, 1295, 3.642, 1296, @@ -109768,7 +109736,7 @@ 1411, 1.292, 1425, - 4.003, + 4.002, 1459, 3.204, 1465, @@ -109776,7 +109744,7 @@ 1471, 0.844, 1479, - 1.775, + 1.774, 1484, 2.275, 1492, @@ -109790,7 +109758,7 @@ 1548, 4.056, 1553, - 1.462, + 1.461, 1592, 4.398, 1602, @@ -109800,23 +109768,23 @@ 1628, 0.706, 1629, - 2.512, + 2.511, 1632, 1.076, 1649, - 0.895, + 0.906, 1724, 0.809, 1814, 0.763, 1821, - 3.175, + 3.174, 1823, - 2.935, + 2.934, 1871, 0.826, 1901, - 0.987, + 0.986, 1982, 0.844, 2030, @@ -109824,7 +109792,7 @@ 2042, 2.248, 2043, - 2.203, + 2.202, 2060, 1.285, 2086, @@ -109838,39 +109806,39 @@ 2123, 1.72, 2136, - 3.232, + 3.231, 2164, 1.753, 2323, - 1.695, + 1.694, 2344, 1.39, 2383, 1.056, 2389, - 0.987, + 0.986, 2440, 1.967, 2441, 1.584, 2452, - 1.209, + 1.208, 2459, 1.285, 2542, 1.056, 2555, - 1.906, + 1.905, 2560, - 1.462, + 1.461, 2565, - 2.033, + 2.032, 2582, - 0.972, + 0.971, 2683, - 2.879, + 2.878, 2690, - 0.987, + 0.986, 2736, 0.957, 2750, @@ -109878,7 +109846,7 @@ 2779, 3.217, 2871, - 0.972, + 0.971, 2925, 1.098, 2952, @@ -109892,25 +109860,25 @@ 3311, 2.564, 3325, - 2.203, + 2.202, 3411, 1.122, 3414, - 1.462, + 1.461, 3423, - 2.275, + 2.359, 3487, 1.148, 3603, 2.564, 3610, - 1.626, + 1.625, 3632, 1.39, 3646, - 4.341, + 4.34, 3660, - 2.461, + 2.46, 3712, 1.462, 3784, @@ -109920,391 +109888,391 @@ 3984, 2.248, 4133, - 1.558, + 1.557, 4207, 1.177, 4360, - 1.462, + 1.461, 4383, - 1.462, + 1.461, 4384, 5.958, 4400, - 2.14, + 2.139, 4416, 1.333, 4465, 1.148, 4483, - 1.209, + 1.208, 4514, - 3.998, + 3.997, 4541, - 1.462, + 1.461, 4595, 1.076, 4621, 6.693, - 4744, + 4741, 9.748, - 4745, + 4742, 6.871, - 4746, - 4.873, - 4747, - 2.758, - 4847, - 1.462, - 5065, + 4743, + 4.872, + 4744, + 2.757, + 4844, + 1.461, + 5062, 1.333, - 5156, + 5153, 1.285, - 5178, + 5175, 1.39, - 5183, - 1.558, - 5211, - 1.906, - 5280, + 5180, + 1.557, + 5208, + 1.905, + 5277, 1.333, - 5425, - 2.617, - 5805, + 5422, + 2.616, + 5802, 1.333, - 6127, + 6124, 1.177, - 6180, - 1.462, - 6463, + 6177, + 1.461, + 6460, 1.39, - 6473, - 4.799, - 6763, - 2.798, - 6848, + 6470, + 4.798, + 6760, + 2.797, + 6845, 1.39, - 6970, - 2.203, - 7006, - 5.733, - 7013, + 6967, + 2.202, + 7003, + 5.732, + 7010, 1.333, - 7155, + 7152, 1.333, - 7188, - 1.462, - 7312, - 1.558, - 7317, - 4.812, - 7325, - 1.987, - 7353, - 1.558, - 7404, - 1.558, - 7418, + 7185, + 1.461, + 7309, + 1.557, + 7314, + 4.811, + 7322, + 1.986, + 7350, + 1.557, + 7401, + 1.557, + 7415, 1.244, - 7421, - 3.482, - 7820, + 7418, + 3.481, + 7817, 1.39, - 8016, - 1.462, - 8065, + 8013, + 1.461, + 8062, 5.588, - 8154, + 8151, 5.886, - 8611, - 4.812, - 8685, - 1.558, - 8825, - 1.462, - 9125, - 2.758, - 9213, - 1.558, - 9245, + 8608, + 4.811, + 8682, + 1.557, + 8822, + 1.461, + 9122, + 2.757, + 9210, + 1.557, + 9242, 10.42, - 9253, - 1.558, - 9360, - 6.129, - 9441, + 9250, + 1.557, + 9357, + 6.128, + 9438, 6.531, - 9710, - 1.558, - 9860, - 1.558, - 10176, - 3.711, - 10210, - 2.758, - 10609, - 1.558, - 10642, + 9707, + 1.557, + 9857, + 1.557, + 10173, + 3.71, + 10207, + 2.757, + 10606, + 1.557, + 10639, 4.485, - 10643, - 3.711, - 10713, - 2.758, - 10714, - 2.758, + 10640, + 3.71, + 10710, + 2.757, + 10711, + 2.757, + 10776, + 1.703, + 10777, + 3.015, + 10778, + 1.703, 10779, - 1.704, + 1.703, 10780, - 3.016, + 1.703, 10781, - 1.704, + 1.703, 10782, - 1.704, + 1.703, 10783, - 1.704, + 3.015, 10784, - 1.704, + 1.703, 10785, - 1.704, + 1.703, 10786, - 3.016, + 3.015, 10787, - 1.704, + 1.703, 10788, - 1.704, + 1.703, 10789, - 3.016, + 1.703, 10790, - 1.704, + 1.703, 10791, - 1.704, + 7.859, 10792, - 1.704, + 5.607, 10793, - 1.704, + 1.703, 10794, - 7.86, + 1.703, 10795, - 5.608, + 1.703, 10796, - 1.704, + 1.703, 10797, - 1.704, + 1.703, 10798, - 1.704, + 1.703, 10799, - 1.704, + 1.703, 10800, - 1.704, + 1.703, 10801, - 1.704, + 1.703, 10802, - 1.704, + 1.703, 10803, - 1.704, + 1.703, 10804, - 1.704, + 1.703, 10805, - 1.704, + 1.703, 10806, - 1.704, + 1.703, 10807, - 1.704, + 1.703, 10808, - 1.704, + 1.703, 10809, - 1.704, + 1.703, 10810, - 1.704, + 1.703, 10811, - 1.704, + 1.703, 10812, - 1.704, + 1.703, 10813, - 1.704, + 4.905, 10814, - 1.704, + 3.015, 10815, - 1.704, + 1.703, 10816, - 4.905, + 1.703, 10817, - 3.016, + 1.703, 10818, - 1.704, + 1.703, 10819, - 1.704, + 1.703, 10820, - 1.704, + 4.057, 10821, - 1.704, + 1.703, 10822, - 1.704, + 1.703, 10823, - 4.058, + 1.703, 10824, - 1.704, + 1.703, 10825, - 1.704, + 1.703, 10826, - 1.704, + 1.703, 10827, - 1.704, + 1.703, 10828, - 1.704, + 1.703, 10829, - 1.704, + 1.703, 10830, - 1.704, + 3.015, 10831, - 1.704, + 1.703, 10832, - 1.704, + 1.703, 10833, - 3.016, + 1.703, 10834, - 1.704, + 1.703, 10835, - 1.704, + 1.703, 10836, - 1.704, + 1.703, 10837, - 1.704, + 1.703, 10838, - 1.704, + 1.703, 10839, - 1.704, + 1.703, 10840, - 1.704, + 1.703, 10841, - 1.704, + 1.703, 10842, - 1.704, + 1.703, 10843, - 1.704, + 1.703, 10844, - 1.704, + 3.015, 10845, - 1.704, + 4.905, 10846, - 1.704, + 1.703, 10847, - 3.016, + 1.703, 10848, - 4.905, + 1.703, 10849, - 1.704, + 1.703, 10850, - 1.704, + 1.703, 10851, - 1.704, + 1.703, 10852, - 1.704, + 1.703, 10853, - 1.704, + 1.703, 10854, - 1.704, + 1.703, 10855, - 1.704, + 1.703, 10856, - 1.704, + 1.703, 10857, - 1.704, + 1.703, 10858, - 1.704, + 1.703, 10859, - 1.704, + 1.703, 10860, - 1.704, + 1.703, 10861, - 1.704, + 1.703, 10862, - 1.704, + 1.703, 10863, - 1.704, + 1.703, 10864, - 1.704, + 3.015, 10865, - 1.704, + 3.015, 10866, - 1.704, + 1.703, 10867, - 3.016, + 1.703, 10868, - 3.016, + 1.703, 10869, - 1.704, + 1.703, 10870, - 1.704, + 1.703, 10871, - 1.704, + 1.703, 10872, - 1.704, + 1.703, 10873, - 1.704, + 1.703, 10874, - 1.704, + 1.703, 10875, - 1.704, + 1.703, 10876, - 1.704, + 1.703, 10877, - 1.704, + 1.703, 10878, - 1.704, + 1.703, 10879, - 1.704, + 1.703, 10880, - 1.704, + 1.703, 10881, - 1.704, + 1.703, 10882, - 1.704, + 1.703, 10883, - 1.704, + 1.703, 10884, - 1.704, + 1.703, 10885, - 1.704, + 1.703, 10886, - 1.704, + 1.703, 10887, - 1.704, + 1.703, 10888, - 1.704, + 1.703, 10889, - 1.704, + 1.703, 10890, - 1.704, + 1.703, 10891, - 1.704, + 4.057, 10892, - 1.704, + 1.703, 10893, - 1.704, + 1.703, 10894, - 4.058, + 3.015, 10895, - 1.704, + 3.015, 10896, - 1.704, + 3.015, 10897, - 3.016, + 1.703, 10898, - 3.016, + 1.703, 10899, - 3.016, - 10900, - 1.704, - 10901, - 1.704, - 10902, - 1.704 + 1.703 ] ], [ "type/ref/stable/dmRender", [ - 6760, + 6757, 1.837 ] ], @@ -110312,7 +110280,7 @@ "data/ref/stable/dmRender", [ 7, - 0.958, + 0.957, 10, 1.013, 18, @@ -110320,7 +110288,7 @@ 20, 0.623, 30, - 3.885, + 3.913, 36, 1.377, 38, @@ -110346,7 +110314,7 @@ 79, 0.97, 84, - 2.555, + 2.577, 90, 0.679, 99, @@ -110366,7 +110334,7 @@ 116, 1.109, 122, - 1.459, + 1.458, 125, 0.867, 126, @@ -110380,21 +110348,21 @@ 145, 1.767, 147, - 2.757, + 2.756, 148, 0.585, 158, 0.833, 159, - 1.678, + 1.677, 165, - 2.94, + 2.939, 169, 1.135, 172, 3.326, 178, - 2.222, + 2.221, 185, 1.34, 194, @@ -110420,11 +110388,11 @@ 249, 1.367, 250, - 1.81, + 1.809, 253, - 3.46, + 3.459, 256, - 1.552, + 1.559, 261, 1.211, 263, @@ -110434,7 +110402,7 @@ 269, 1.567, 273, - 1.705, + 1.704, 289, 3.568, 292, @@ -110442,13 +110410,13 @@ 330, 0.909, 341, - 2.861, + 2.86, 344, 3.63, 351, 2.431, 358, - 3.994, + 3.993, 368, 0.811, 382, @@ -110456,11 +110424,11 @@ 392, 0.999, 424, - 5.21, + 5.209, 429, 5.591, 479, - 2.863, + 2.862, 509, 1.479, 516, @@ -110472,31 +110440,31 @@ 540, 2.904, 550, - 1.327, + 1.326, 555, - 0.888, + 0.887, 556, - 2.451, + 2.45, 561, 1.485, 562, - 6.829, + 6.828, 588, 1.479, 590, - 2.471, + 2.47, 606, - 4.02, + 4.019, 612, 4.132, 620, 1.479, 625, - 4.02, + 4.019, 629, 1.409, 634, - 3.015, + 3.014, 647, 2.713, 675, @@ -110512,7 +110480,7 @@ 862, 2.446, 866, - 2.222, + 2.221, 891, 2.342, 903, @@ -110520,7 +110488,7 @@ 914, 1.191, 915, - 2.287, + 2.286, 931, 2.246, 941, @@ -110528,39 +110496,39 @@ 948, 3.241, 951, - 1.678, + 1.677, 979, 1.289, 982, - 1.706, + 1.705, 1007, - 2.42, + 2.419, 1019, 1.77, 1039, - 5.332, + 5.331, 1041, 5.214, 1051, 2.022, 1063, - 4.231, + 4.23, 1098, 1.767, 1126, - 4.294, + 4.293, 1144, 6.392, 1150, 1.602, 1153, - 2.803, + 2.802, 1155, 2.271, 1158, 3.182, 1172, - 1.445, + 1.444, 1184, 2.96, 1202, @@ -110574,17 +110542,17 @@ 1403, 1.353, 1428, - 1.558, + 1.557, 1429, - 3.158, + 3.157, 1434, 1.428, 1502, - 3.058, + 3.057, 1511, 1.537, 1557, - 1.706, + 1.705, 1656, 6.848, 1694, @@ -110594,7 +110562,7 @@ 1724, 1.353, 1728, - 4.284, + 4.283, 1763, 2.082, 1774, @@ -110610,13 +110578,13 @@ 1871, 2.271, 1873, - 4.02, + 4.019, 1879, 5.638, 1882, 2.079, 2042, - 3.304, + 3.303, 2100, 2.082, 2382, @@ -110632,7 +110600,7 @@ 2633, 6.224, 2657, - 5.087, + 5.086, 2718, 2.022, 2736, @@ -110640,7 +110608,7 @@ 2775, 1.537, 2878, - 4.231, + 4.23, 3046, 2.23, 3120, @@ -110648,219 +110616,219 @@ 3124, 5.27, 3415, - 1.558, + 1.557, 3479, - 2.151, + 2.15, 3511, - 4.666, + 4.665, 3712, 2.891, 3797, - 3.021, + 3.02, 3893, - 2.607, + 2.606, 3897, - 1.802, + 1.801, 3902, 4.821, 4069, - 1.922, + 1.921, 4151, 5.453, 4430, 2.082, - 4746, + 4743, 1.767, - 5366, + 5363, 2.326, - 5497, + 5494, 2.446, - 5553, + 5550, 2.23, - 5556, - 5.403, - 5574, - 3.823, - 5721, + 5553, + 5.402, + 5571, + 3.822, + 5718, 2.082, - 6763, + 6760, 5.863, - 6766, + 6763, 2.022, - 6920, - 2.607, - 6970, - 3.422, - 7325, - 6.516, - 7439, - 3.823, - 8034, - 2.151, + 6917, + 2.606, + 6967, + 3.421, + 7322, + 6.515, + 7436, + 3.822, + 8031, + 2.15, + 8050, + 2.606, 8053, - 2.607, - 8056, - 9.044, + 9.043, + 8059, + 2.606, 8062, - 2.607, - 8065, - 6.781, - 8153, + 6.78, + 8150, 2.326, - 8489, - 2.607, - 8538, - 2.607, - 8572, + 8486, + 2.606, + 8535, + 2.606, + 8569, 2.446, - 9116, + 9113, 2.326, - 9467, - 2.607, + 9464, + 2.606, + 10900, + 2.85, + 10901, + 6.905, + 10902, + 4.684, 10903, - 2.851, + 2.85, 10904, - 6.906, + 10.098, 10905, - 4.685, + 2.85, 10906, - 2.851, + 2.85, 10907, - 10.098, + 2.85, 10908, - 2.851, + 4.684, 10909, - 2.851, + 2.85, 10910, - 2.851, + 2.85, 10911, - 4.685, + 2.85, 10912, - 2.851, + 5.963, 10913, - 2.851, + 2.85, 10914, - 2.851, + 2.85, 10915, - 5.963, + 2.85, 10916, - 2.851, + 2.85, 10917, - 2.851, + 4.684, 10918, - 2.851, + 2.85, 10919, - 2.851, + 6.905, 10920, - 4.685, + 2.85, 10921, - 2.851, + 2.85, 10922, - 6.906, + 2.85, 10923, - 2.851, + 2.85, 10924, - 2.851, + 4.684, 10925, - 2.851, + 2.85, 10926, - 2.851, + 2.85, 10927, - 4.685, + 2.85, 10928, - 2.851, + 2.85, 10929, - 2.851, + 2.85, 10930, - 2.851, + 2.85, 10931, - 2.851, + 2.85, 10932, - 2.851, + 2.85, 10933, - 2.851, + 4.684, 10934, - 2.851, + 4.684, 10935, - 2.851, + 2.85, 10936, - 4.685, + 2.85, 10937, - 4.685, + 2.85, 10938, - 2.851, + 2.85, 10939, - 2.851, + 5.963, 10940, - 2.851, + 4.684, 10941, - 2.851, + 4.684, 10942, - 5.963, + 2.85, 10943, - 4.685, + 5.963, 10944, - 4.685, + 2.85, 10945, - 2.851, + 2.85, 10946, - 5.963, + 2.85, 10947, - 2.851, + 2.85, 10948, - 2.851, + 2.85, 10949, - 2.851, + 4.684, 10950, - 2.851, + 2.85, 10951, - 2.851, + 2.85, 10952, - 4.685, + 2.85, 10953, - 2.851, + 4.684, 10954, - 2.851, + 2.85, 10955, - 2.851, + 2.85, 10956, - 4.685, + 2.85, 10957, - 2.851, + 2.85, 10958, - 2.851, + 2.85, 10959, - 2.851, + 2.85, 10960, - 2.851, + 2.85, 10961, - 2.851, + 2.85, 10962, - 2.851, + 2.85, 10963, - 2.851, + 2.85, 10964, - 2.851, + 2.85, 10965, - 2.851, + 2.85, 10966, - 2.851, + 4.684, 10967, - 2.851, + 2.85, 10968, - 2.851, + 2.85, 10969, - 4.685, + 2.85, 10970, - 2.851, + 2.85, 10971, - 2.851, - 10972, - 2.851, - 10973, - 2.851, - 10974, - 2.851 + 2.85 ] ] ], @@ -111254,7 +111222,7 @@ [ "0"", { - "_index": 7158, + "_index": 7155, "data": { "ref/stable/string": {} }, @@ -111277,7 +111245,7 @@ [ "0,0,0,0", { - "_index": 8540, + "_index": 8537, "data": { "ref/stable/render": {} }, @@ -111287,7 +111255,7 @@ [ "0,1", { - "_index": 7297, + "_index": 7294, "data": { "ref/stable/math": {}, "ref/stable/tilemap": {} @@ -111308,7 +111276,7 @@ [ "0,2", { - "_index": 8088, + "_index": 8085, "data": { "ref/stable/tilemap": {} }, @@ -111318,7 +111286,7 @@ [ "0,255", { - "_index": 7524, + "_index": 7521, "data": { "ref/stable/physics": {} }, @@ -111328,7 +111296,7 @@ [ "0,3", { - "_index": 8063, + "_index": 8060, "data": { "ref/stable/dmGameSystem": {}, "ref/stable/tilemap": {} @@ -111339,7 +111307,7 @@ [ "0..1", { - "_index": 6765, + "_index": 6762, "data": { "ref/stable/dmGraphics": {}, "ref/stable/gui": {} @@ -111350,7 +111318,7 @@ [ "0..3", { - "_index": 8505, + "_index": 8502, "data": { "ref/stable/render": {} }, @@ -111360,7 +111328,7 @@ [ "0..31", { - "_index": 8635, + "_index": 8632, "data": { "ref/stable/bit": {} }, @@ -111370,7 +111338,7 @@ [ "0..64k", { - "_index": 10547, + "_index": 10544, "data": { "ref/stable/socket": {} }, @@ -111403,7 +111371,7 @@ [ "0.001", { - "_index": 7003, + "_index": 7000, "data": { "ref/stable/vmath": {} }, @@ -111424,7 +111392,7 @@ [ "0.0f", { - "_index": 7366, + "_index": 7363, "data": { "ref/stable/timer": {} }, @@ -111505,7 +111473,7 @@ [ "0.566", { - "_index": 10767, + "_index": 10764, "data": { "ref/stable/sound": {} }, @@ -111525,7 +111493,7 @@ [ "0.8", { - "_index": 6159, + "_index": 6156, "data": { "examples/particles/fire_and_smoke": {}, "ref/stable/sound": {} @@ -111536,7 +111504,7 @@ [ "0.9", { - "_index": 5118, + "_index": 5115, "data": { "examples/physics/hinge_joint": {}, "manuals/flash": {} @@ -111547,7 +111515,7 @@ [ "0060183cce2e29dbd09c85ece83cbb72068ee050", { - "_index": 9632, + "_index": 9629, "data": { "ref/stable/sys": {} }, @@ -111567,7 +111535,7 @@ [ "0x0", { - "_index": 4997, + "_index": 4994, "data": { "manuals/debugging-native-code": {}, "ref/stable/dmMessage": {} @@ -111578,7 +111546,7 @@ [ "0x1001492c4", { - "_index": 5004, + "_index": 5001, "data": { "manuals/debugging-native-code": {} }, @@ -111588,7 +111556,7 @@ [ "0x1492c4", { - "_index": 5000, + "_index": 4997, "data": { "manuals/debugging-native-code": {} }, @@ -111598,7 +111566,7 @@ [ "0x7ff95de63ce0", { - "_index": 5166, + "_index": 5163, "data": { "manuals/flash": {} }, @@ -111618,7 +111586,7 @@ [ "0xffffffff", { - "_index": 9166, + "_index": 9163, "data": { "ref/stable/dmGameObject": {} }, @@ -111664,7 +111632,6 @@ "manuals/gui-clipping": {}, "manuals/gui-layouts": {}, "manuals/gui-pie": {}, - "manuals/gui-template": {}, "manuals/html5": {}, "manuals/input": {}, "manuals/input-gamepads": {}, @@ -111745,7 +111712,7 @@ [ "1"", { - "_index": 7154, + "_index": 7151, "data": { "ref/stable/string": {} }, @@ -111755,7 +111722,7 @@ [ "1's", { - "_index": 8614, + "_index": 8611, "data": { "ref/stable/render": {} }, @@ -111765,7 +111732,7 @@ [ "1,\"n", { - "_index": 9559, + "_index": 9556, "data": { "ref/stable/debug": {} }, @@ -111775,7 +111742,7 @@ [ "1,0", { - "_index": 8094, + "_index": 8091, "data": { "ref/stable/tilemap": {} }, @@ -111785,7 +111752,7 @@ [ "1,0,0,1", { - "_index": 7877, + "_index": 7874, "data": { "ref/stable/gui": {} }, @@ -111807,7 +111774,7 @@ [ "1,1,1,1", { - "_index": 8541, + "_index": 8538, "data": { "ref/stable/render": {} }, @@ -111817,7 +111784,7 @@ [ "1,2", { - "_index": 8089, + "_index": 8086, "data": { "ref/stable/tilemap": {} }, @@ -111827,7 +111794,7 @@ [ "1,2000", { - "_index": 5213, + "_index": 5210, "data": { "manuals/lua": {} }, @@ -111837,7 +111804,7 @@ [ "1,3", { - "_index": 8085, + "_index": 8082, "data": { "ref/stable/tilemap": {} }, @@ -111847,7 +111814,7 @@ [ "1,t[1", { - "_index": 10697, + "_index": 10694, "data": { "ref/stable/base": {} }, @@ -111878,7 +111845,7 @@ [ "1.1", { - "_index": 5119, + "_index": 5116, "data": { "manuals/flash": {} }, @@ -111888,7 +111855,7 @@ [ "1.2.148", { - "_index": 5506, + "_index": 5503, "data": { "manuals/debugging-native-code-android": {} }, @@ -111898,7 +111865,7 @@ [ "1.2.173", { - "_index": 6053, + "_index": 6050, "data": { "manuals/android": {} }, @@ -111948,7 +111915,7 @@ [ "1.2.96", { - "_index": 9630, + "_index": 9627, "data": { "ref/stable/sys": {} }, @@ -112008,7 +111975,7 @@ [ "1.4.0", { - "_index": 5659, + "_index": 5656, "data": { "manuals/dev-app": {} }, @@ -112041,7 +112008,7 @@ [ "1.40", { - "_index": 6238, + "_index": 6235, "data": { "examples/material/screenspace": {}, "examples/material/unlit": {} @@ -112094,7 +112061,7 @@ [ "1.94", { - "_index": 10765, + "_index": 10762, "data": { "ref/stable/sound": {} }, @@ -112124,7 +112091,7 @@ [ "1/60", { - "_index": 8001, + "_index": 7998, "data": { "ref/stable/collectionproxy": {} }, @@ -112134,7 +112101,7 @@ [ "1/sqrt", { - "_index": 10766, + "_index": 10763, "data": { "ref/stable/sound": {} }, @@ -112176,7 +112143,7 @@ [ "10.22.0", { - "_index": 5946, + "_index": 5943, "data": { "manuals/extensions-cocoapods": {} }, @@ -112235,7 +112202,7 @@ [ "100mb", { - "_index": 6312, + "_index": 6309, "data": { "assets/apkx": {} }, @@ -112245,7 +112212,7 @@ [ "101", { - "_index": 10056, + "_index": 10053, "data": { "ref/stable/dmSocket": {} }, @@ -112278,7 +112245,7 @@ [ "103", { - "_index": 10057, + "_index": 10054, "data": { "ref/stable/dmSocket": {} }, @@ -112298,7 +112265,7 @@ [ "10_12_3", { - "_index": 9665, + "_index": 9662, "data": { "ref/stable/sys": {} }, @@ -112308,7 +112275,7 @@ [ "10db/20", { - "_index": 10751, + "_index": 10748, "data": { "ref/stable/sound": {} }, @@ -112332,7 +112299,7 @@ [ "11.0", { - "_index": 5943, + "_index": 5940, "data": { "manuals/extensions-cocoapods": {} }, @@ -112342,7 +112309,7 @@ [ "12", { - "_index": 9761, + "_index": 9758, "data": { "ref/stable/dmSocket": {}, "ref/stable/dmSys": {}, @@ -112440,7 +112407,7 @@ [ "14", { - "_index": 9762, + "_index": 9759, "data": { "ref/stable/dmSocket": {}, "ref/stable/dmSys": {} @@ -112471,7 +112438,7 @@ [ "15", { - "_index": 7929, + "_index": 7926, "data": { "ref/stable/dmSocket": {}, "ref/stable/dmSys": {}, @@ -112483,7 +112450,7 @@ [ "150", { - "_index": 6156, + "_index": 6153, "data": { "examples/particles/fire_and_smoke": {} }, @@ -112493,7 +112460,7 @@ [ "1500", { - "_index": 6141, + "_index": 6138, "data": { "examples/particles/confetti": {} }, @@ -112503,7 +112470,7 @@ [ "15924", { - "_index": 9651, + "_index": 9648, "data": { "ref/stable/sys": {} }, @@ -112543,7 +112510,7 @@ [ "16.17", { - "_index": 5028, + "_index": 5025, "data": { "manuals/texture-profiles": {} }, @@ -112553,7 +112520,7 @@ [ "16/32", { - "_index": 10963, + "_index": 10960, "data": { "ref/stable/dmRender": {} }, @@ -112563,7 +112530,7 @@ [ "1601", { - "_index": 10600, + "_index": 10597, "data": { "ref/stable/socket": {} }, @@ -112583,7 +112550,7 @@ [ "16384", { - "_index": 9330, + "_index": 9327, "data": { "ref/stable/dmGameObject": {} }, @@ -112604,7 +112571,7 @@ [ "16kb", { - "_index": 10247, + "_index": 10244, "data": { "ref/stable/http": {} }, @@ -112614,7 +112581,7 @@ [ "16x16", { - "_index": 4952, + "_index": 4949, "data": { "manuals/windows": {} }, @@ -112638,7 +112605,7 @@ [ "17.62", { - "_index": 5026, + "_index": 5023, "data": { "manuals/texture-profiles": {} }, @@ -112659,7 +112626,7 @@ [ "180", { - "_index": 5535, + "_index": 5532, "data": { "examples/particles/fire_and_smoke": {}, "manuals/debugging-game-logic": {}, @@ -112672,7 +112639,7 @@ [ "18774344", { - "_index": 6084, + "_index": 6081, "data": { "manuals/android": {} }, @@ -112682,7 +112649,7 @@ [ "19", { - "_index": 9763, + "_index": 9760, "data": { "ref/stable/dmSys": {} }, @@ -112702,7 +112669,7 @@ [ "1970", { - "_index": 9840, + "_index": 9837, "data": { "ref/stable/dmTime": {}, "ref/stable/socket": {} @@ -112733,7 +112700,7 @@ [ "1s", { - "_index": 6225, + "_index": 6222, "data": { "examples/timer/cancel_timer": {}, "examples/timer/repeating_timer": {}, @@ -112755,7 +112722,7 @@ [ "1x1", { - "_index": 10417, + "_index": 10414, "data": { "ref/stable/resource": {} }, @@ -112792,7 +112759,6 @@ "manuals/gui-clipping": {}, "manuals/gui-layouts": {}, "manuals/gui-pie": {}, - "manuals/gui-template": {}, "manuals/html5": {}, "manuals/input": {}, "manuals/input-gamepads": {}, @@ -112841,7 +112807,7 @@ [ "2,0", { - "_index": 8095, + "_index": 8092, "data": { "ref/stable/tilemap": {} }, @@ -112851,7 +112817,7 @@ [ "2,000", { - "_index": 6699, + "_index": 6696, "data": { "assets/gamedistribution": {} }, @@ -112861,7 +112827,7 @@ [ "2,1", { - "_index": 8092, + "_index": 8089, "data": { "ref/stable/tilemap": {} }, @@ -112871,7 +112837,7 @@ [ "2,2", { - "_index": 8090, + "_index": 8087, "data": { "ref/stable/tilemap": {} }, @@ -112881,7 +112847,7 @@ [ "2,3", { - "_index": 8086, + "_index": 8083, "data": { "ref/stable/tilemap": {} }, @@ -112891,7 +112857,7 @@ [ "2,t[2", { - "_index": 10698, + "_index": 10695, "data": { "ref/stable/base": {} }, @@ -112917,7 +112883,7 @@ [ "2.0.11", { - "_index": 4784, + "_index": 4781, "data": { "manuals/extender-docker-images": {} }, @@ -112937,7 +112903,7 @@ [ "2.4", { - "_index": 9741, + "_index": 9738, "data": { "ref/stable/dmStringFunc": {} }, @@ -112947,7 +112913,7 @@ [ "2.5d", { - "_index": 6427, + "_index": 6424, "data": { "assets/slasherprototype": {} }, @@ -113014,7 +112980,7 @@ [ "2000", { - "_index": 8776, + "_index": 8773, "data": { "ref/stable/dmSSLSocket": {} }, @@ -113024,7 +112990,7 @@ [ "2001", { - "_index": 8777, + "_index": 8774, "data": { "ref/stable/dmSSLSocket": {} }, @@ -113034,7 +113000,7 @@ [ "2002", { - "_index": 8778, + "_index": 8775, "data": { "ref/stable/dmSSLSocket": {} }, @@ -113044,7 +113010,7 @@ [ "2003", { - "_index": 8779, + "_index": 8776, "data": { "ref/stable/dmSSLSocket": {} }, @@ -113054,7 +113020,7 @@ [ "200x100", { - "_index": 5515, + "_index": 5512, "data": { "manuals/physics-shapes": {} }, @@ -113064,7 +113030,7 @@ [ "2011", { - "_index": 4788, + "_index": 4785, "data": { "manuals/extender-docker-images": {} }, @@ -113074,7 +113040,7 @@ [ "2011:9000", { - "_index": 4796, + "_index": 4793, "data": { "manuals/extender-docker-images": {} }, @@ -113084,7 +113050,7 @@ [ "2012", { - "_index": 5033, + "_index": 5030, "data": { "manuals/live-update-aws": {} }, @@ -113104,7 +113070,7 @@ [ "2018", { - "_index": 4883, + "_index": 4880, "data": { "manuals/porting-guidelines": {} }, @@ -113134,7 +113100,7 @@ [ "20mb", { - "_index": 5503, + "_index": 5500, "data": { "manuals/debugging-native-code-android": {} }, @@ -113165,7 +113131,7 @@ [ "22", { - "_index": 9764, + "_index": 9761, "data": { "ref/stable/dmSocket": {}, "ref/stable/dmSys": {} @@ -113176,7 +113142,7 @@ [ "22.71", { - "_index": 5022, + "_index": 5019, "data": { "manuals/texture-profiles": {} }, @@ -113196,7 +113162,7 @@ [ "23", { - "_index": 9765, + "_index": 9762, "data": { "ref/stable/dmSocket": {}, "ref/stable/dmSys": {}, @@ -113208,7 +113174,7 @@ [ "23.24", { - "_index": 5024, + "_index": 5021, "data": { "manuals/texture-profiles": {} }, @@ -113218,7 +113184,7 @@ [ "231", { - "_index": 7004, + "_index": 7001, "data": { "ref/stable/vmath": {} }, @@ -113240,7 +113206,7 @@ [ "24x24", { - "_index": 4953, + "_index": 4950, "data": { "manuals/windows": {} }, @@ -113250,7 +113216,7 @@ [ "25", { - "_index": 6075, + "_index": 6072, "data": { "manuals/android": {}, "ref/stable/dmSocket": {}, @@ -113262,7 +113228,7 @@ [ "254380", { - "_index": 5027, + "_index": 5024, "data": { "manuals/texture-profiles": {} }, @@ -113272,7 +113238,7 @@ [ "255", { - "_index": 8537, + "_index": 8534, "data": { "ref/stable/crash": {}, "ref/stable/render": {} @@ -113283,7 +113249,7 @@ [ "256", { - "_index": 10651, + "_index": 10648, "data": { "ref/stable/dmBuffer": {} }, @@ -113293,7 +113259,7 @@ [ "256,128,96,64,48,32,24,16", { - "_index": 4962, + "_index": 4959, "data": { "manuals/windows": {} }, @@ -113334,7 +113300,7 @@ [ "26", { - "_index": 9766, + "_index": 9763, "data": { "ref/stable/dmSocket": {}, "ref/stable/dmSys": {} @@ -113357,7 +113323,7 @@ [ "270", { - "_index": 8081, + "_index": 8078, "data": { "ref/stable/tilemap": {} }, @@ -113377,7 +113343,7 @@ [ "277186", { - "_index": 5025, + "_index": 5022, "data": { "manuals/texture-profiles": {} }, @@ -113387,7 +113353,7 @@ [ "28", { - "_index": 9767, + "_index": 9764, "data": { "ref/stable/dmSocket": {}, "ref/stable/dmSys": {} @@ -113398,7 +113364,7 @@ [ "29", { - "_index": 9768, + "_index": 9765, "data": { "ref/stable/dmSocket": {}, "ref/stable/dmSys": {} @@ -113409,7 +113375,7 @@ [ "2>&1", { - "_index": 4919, + "_index": 4916, "data": { "manuals/debugging-native-code-ios": {} }, @@ -113419,7 +113385,7 @@ [ "2^14", { - "_index": 9329, + "_index": 9326, "data": { "ref/stable/dmGameObject": {} }, @@ -113460,7 +113426,7 @@ [ "2dcollisions", { - "_index": 6702, + "_index": 6699, "data": { "assets/2dcollisions": {} }, @@ -113470,7 +113436,7 @@ [ "2mc", { - "_index": 8534, + "_index": 8531, "data": { "ref/stable/render": {} }, @@ -113480,7 +113446,7 @@ [ "2n", { - "_index": 8613, + "_index": 8610, "data": { "ref/stable/render": {} }, @@ -113500,7 +113466,7 @@ [ "2x2", { - "_index": 6032, + "_index": 6029, "data": { "manuals/material": {} }, @@ -113571,7 +113537,7 @@ [ "3+6", { - "_index": 5630, + "_index": 5627, "data": { "manuals/script-properties": {} }, @@ -113581,7 +113547,7 @@ [ "3,0", { - "_index": 8096, + "_index": 8093, "data": { "ref/stable/tilemap": {} }, @@ -113591,7 +113557,7 @@ [ "3,1", { - "_index": 8093, + "_index": 8090, "data": { "ref/stable/tilemap": {} }, @@ -113601,7 +113567,7 @@ [ "3,2", { - "_index": 8091, + "_index": 8088, "data": { "ref/stable/tilemap": {} }, @@ -113611,7 +113577,7 @@ [ "3,3", { - "_index": 8087, + "_index": 8084, "data": { "ref/stable/tilemap": {} }, @@ -113642,7 +113608,7 @@ [ "3.5", { - "_index": 5919, + "_index": 5916, "data": { "manuals/components": {} }, @@ -113652,7 +113618,7 @@ [ "3.798s", { - "_index": 6085, + "_index": 6082, "data": { "manuals/android": {} }, @@ -113662,7 +113628,7 @@ [ "3.collection", { - "_index": 6175, + "_index": 6172, "data": { "examples/collection/proxy": {} }, @@ -113672,7 +113638,7 @@ [ "30", { - "_index": 6158, + "_index": 6155, "data": { "examples/particles/fire_and_smoke": {}, "ref/stable/dmSocket": {}, @@ -113687,7 +113653,7 @@ [ "30,000", { - "_index": 6252, + "_index": 6249, "data": { "assets/kenney": {} }, @@ -113697,7 +113663,7 @@ [ "300", { - "_index": 5912, + "_index": 5909, "data": { "examples/particles/confetti": {}, "manuals/gui-script": {} @@ -113708,7 +113674,7 @@ [ "300m", { - "_index": 6697, + "_index": 6694, "data": { "assets/gamedistribution": {} }, @@ -113729,7 +113695,7 @@ [ "31", { - "_index": 9769, + "_index": 9766, "data": { "ref/stable/dmSocket": {}, "ref/stable/dmSys": {}, @@ -113741,7 +113707,7 @@ [ "3166", { - "_index": 9654, + "_index": 9651, "data": { "ref/stable/sys": {} }, @@ -113788,7 +113754,7 @@ [ "32765", { - "_index": 6693, + "_index": 6690, "data": { "assets/crowd-runner-defold": {} }, @@ -113798,7 +113764,7 @@ [ "32x32", { - "_index": 4954, + "_index": 4951, "data": { "manuals/windows": {} }, @@ -113808,7 +113774,7 @@ [ "33554432", { - "_index": 5240, + "_index": 5237, "data": { "manuals/app-manifest": {} }, @@ -113818,7 +113784,7 @@ [ "34", { - "_index": 5237, + "_index": 5234, "data": { "manuals/app-manifest": {} }, @@ -113828,7 +113794,7 @@ [ "35", { - "_index": 6157, + "_index": 6154, "data": { "examples/particles/fire_and_smoke": {}, "ref/stable/base": {} @@ -113839,7 +113805,7 @@ [ "357225", { - "_index": 5021, + "_index": 5018, "data": { "manuals/texture-profiles": {} }, @@ -113859,7 +113825,7 @@ [ "36", { - "_index": 10724, + "_index": 10721, "data": { "ref/stable/base": {} }, @@ -113869,7 +113835,7 @@ [ "360", { - "_index": 5010, + "_index": 5007, "data": { "manuals/gui-pie": {}, "ref/stable/go": {} @@ -113880,7 +113846,7 @@ [ "365548", { - "_index": 5023, + "_index": 5020, "data": { "manuals/texture-profiles": {} }, @@ -113890,7 +113856,7 @@ [ "39;%q'", { - "_index": 7127, + "_index": 7124, "data": { "ref/stable/string": {} }, @@ -113900,7 +113866,7 @@ [ "39;a", { - "_index": 7128, + "_index": 7125, "data": { "ref/stable/string": {} }, @@ -113950,7 +113916,7 @@ [ "3deforms", { - "_index": 6607, + "_index": 6604, "data": { "assets/3deforms": {} }, @@ -113971,7 +113937,7 @@ [ "3x3", { - "_index": 7392, + "_index": 7389, "data": { "ref/stable/dmVMath": {} }, @@ -114038,7 +114004,7 @@ [ "4*|n", { - "_index": 8666, + "_index": 8663, "data": { "ref/stable/bit": {} }, @@ -114048,7 +114014,7 @@ [ "4+5$"", { - "_index": 7168, + "_index": 7165, "data": { "ref/stable/string": {} }, @@ -114078,7 +114044,7 @@ [ "4.3", { - "_index": 5340, + "_index": 5337, "data": { "manuals/compute": {} }, @@ -114088,7 +114054,7 @@ [ "40", { - "_index": 6161, + "_index": 6158, "data": { "examples/particles/fire_and_smoke": {} }, @@ -114098,7 +114064,7 @@ [ "400x100", { - "_index": 5516, + "_index": 5513, "data": { "manuals/physics-shapes": {} }, @@ -114150,7 +114116,7 @@ [ "43", { - "_index": 5740, + "_index": 5737, "data": { "manuals/modules": {} }, @@ -114193,7 +114159,7 @@ [ "450", { - "_index": 5307, + "_index": 5304, "data": { "manuals/compute": {} }, @@ -114233,7 +114199,7 @@ [ "46bit", { - "_index": 6404, + "_index": 6401, "data": { "assets/bit46": {} }, @@ -114253,7 +114219,7 @@ [ "4711", { - "_index": 5726, + "_index": 5723, "data": { "manuals/modules": {} }, @@ -114274,7 +114240,7 @@ [ "4826", { - "_index": 6082, + "_index": 6079, "data": { "manuals/android": {} }, @@ -114284,7 +114250,7 @@ [ "48x48", { - "_index": 4955, + "_index": 4952, "data": { "manuals/windows": {} }, @@ -114304,7 +114270,7 @@ [ "4x4", { - "_index": 7393, + "_index": 7390, "data": { "ref/stable/dmVMath": {} }, @@ -114364,7 +114330,7 @@ [ "5.1.tar.gz"", { - "_index": 7175, + "_index": 7172, "data": { "ref/stable/string": {} }, @@ -114374,7 +114340,7 @@ [ "5.2", { - "_index": 5176, + "_index": 5173, "data": { "assets/compat53": {}, "manuals/lua": {} @@ -114385,7 +114351,7 @@ [ "5.3", { - "_index": 6671, + "_index": 6668, "data": { "assets/compat53": {} }, @@ -114422,7 +114388,7 @@ [ "51", { - "_index": 6062, + "_index": 6059, "data": { "manuals/android": {} }, @@ -114432,7 +114398,7 @@ [ "512kb", { - "_index": 9705, + "_index": 9702, "data": { "ref/stable/sys": {} }, @@ -114442,7 +114408,7 @@ [ "5242880", { - "_index": 5246, + "_index": 5243, "data": { "manuals/app-manifest": {} }, @@ -114462,7 +114428,7 @@ [ "59", { - "_index": 10001, + "_index": 9998, "data": { "ref/stable/os": {} }, @@ -114482,7 +114448,7 @@ [ "5up3r_53cr3t", { - "_index": 6068, + "_index": 6065, "data": { "manuals/android": {} }, @@ -114545,7 +114511,7 @@ [ "61", { - "_index": 10003, + "_index": 10000, "data": { "ref/stable/os": {} }, @@ -114595,7 +114561,7 @@ [ "639", { - "_index": 9649, + "_index": 9646, "data": { "ref/stable/sys": {} }, @@ -114633,7 +114599,7 @@ [ "64k", { - "_index": 10526, + "_index": 10523, "data": { "ref/stable/socket": {} }, @@ -114643,7 +114609,7 @@ [ "64kib", { - "_index": 5242, + "_index": 5239, "data": { "manuals/app-manifest": {} }, @@ -114663,7 +114629,7 @@ [ "65535", { - "_index": 9429, + "_index": 9426, "data": { "ref/stable/engine": {} }, @@ -114673,7 +114639,7 @@ [ "65536", { - "_index": 9706, + "_index": 9703, "data": { "ref/stable/sys": {} }, @@ -114825,7 +114791,7 @@ [ "8001", { - "_index": 9434, + "_index": 9431, "data": { "ref/stable/engine": {} }, @@ -114865,7 +114831,7 @@ [ "8192", { - "_index": 10522, + "_index": 10519, "data": { "ref/stable/socket": {} }, @@ -114875,7 +114841,7 @@ [ "88.85", { - "_index": 7091, + "_index": 7088, "data": { "ref/stable/vmath": {} }, @@ -114917,7 +114883,7 @@ [ "9"", { - "_index": 7169, + "_index": 7166, "data": { "ref/stable/string": {} }, @@ -114927,7 +114893,7 @@ [ "90", { - "_index": 6162, + "_index": 6159, "data": { "examples/particles/fire_and_smoke": {}, "ref/stable/tilemap": {}, @@ -114939,7 +114905,7 @@ [ "9000", { - "_index": 4800, + "_index": 4797, "data": { "manuals/extender-docker-images": {} }, @@ -114949,7 +114915,7 @@ [ "90000", { - "_index": 5234, + "_index": 5231, "data": { "manuals/app-manifest": {} }, @@ -114969,7 +114935,7 @@ [ "90x91", { - "_index": 6104, + "_index": 6101, "data": { "examples/gui/slice9": {} }, @@ -114979,7 +114945,7 @@ [ "9125", { - "_index": 6073, + "_index": 6070, "data": { "manuals/android": {} }, @@ -115039,7 +115005,7 @@ [ "__bridge", { - "_index": 6911, + "_index": 6908, "data": { "ref/stable/dmGraphics": {} }, @@ -115079,7 +115045,7 @@ [ "__index", { - "_index": 5747, + "_index": 5744, "data": { "manuals/modules": {}, "ref/stable/package": {} @@ -115090,7 +115056,7 @@ [ "__metatable", { - "_index": 10695, + "_index": 10692, "data": { "ref/stable/base": {} }, @@ -115110,7 +115076,7 @@ [ "__tostring", { - "_index": 10728, + "_index": 10725, "data": { "ref/stable/base": {} }, @@ -115140,7 +115106,7 @@ [ "_blank", { - "_index": 9693, + "_index": 9690, "data": { "ref/stable/sys": {} }, @@ -115150,7 +115116,7 @@ [ "_bootstrap", { - "_index": 5996, + "_index": 5993, "data": { "manuals/building-blocks": {} }, @@ -115190,7 +115156,7 @@ [ "_context", { - "_index": 5554, + "_index": 5551, "data": { "manuals/editor": {} }, @@ -115210,7 +115176,7 @@ [ "_copies_", { - "_index": 5583, + "_index": 5580, "data": { "manuals/editor": {} }, @@ -115220,7 +115186,7 @@ [ "_crash", { - "_index": 4970, + "_index": 4967, "data": { "manuals/debugging-native-code": {} }, @@ -115230,7 +115196,7 @@ [ "_crash.dmp", { - "_index": 4971, + "_index": 4968, "data": { "manuals/debugging-native-code": {} }, @@ -115240,7 +115206,7 @@ [ "_create", { - "_index": 5042, + "_index": 5039, "data": { "manuals/live-update-aws": {} }, @@ -115260,7 +115226,7 @@ [ "_factory_", { - "_index": 6005, + "_index": 6002, "data": { "manuals/building-blocks": {} }, @@ -115270,7 +115236,7 @@ [ "_file_", { - "_index": 6007, + "_index": 6004, "data": { "manuals/building-blocks": {} }, @@ -115280,7 +115246,7 @@ [ "_g", { - "_index": 10685, + "_index": 10682, "data": { "ref/stable/base": {} }, @@ -115290,7 +115256,7 @@ [ "_g._g", { - "_index": 10686, + "_index": 10683, "data": { "ref/stable/base": {} }, @@ -115370,7 +115336,7 @@ [ "_parent", { - "_index": 9694, + "_index": 9691, "data": { "ref/stable/sys": {} }, @@ -115390,7 +115356,7 @@ [ "_path_", { - "_index": 6000, + "_index": 5997, "data": { "manuals/building-blocks": {} }, @@ -115400,7 +115366,7 @@ [ "_performant_", { - "_index": 5928, + "_index": 5925, "data": { "manuals/model": {} }, @@ -115430,7 +115396,7 @@ [ "_security", { - "_index": 5040, + "_index": 5037, "data": { "manuals/live-update-aws": {} }, @@ -115440,7 +115406,7 @@ [ "_self", { - "_index": 9692, + "_index": 9689, "data": { "ref/stable/sys": {} }, @@ -115450,7 +115416,7 @@ [ "_setsize", { - "_index": 10580, + "_index": 10577, "data": { "ref/stable/socket": {} }, @@ -115460,7 +115426,7 @@ [ "_shader", { - "_index": 5930, + "_index": 5927, "data": { "manuals/model": {} }, @@ -115500,7 +115466,7 @@ [ "_storage_", { - "_index": 5030, + "_index": 5027, "data": { "manuals/live-update-aws": {} }, @@ -115510,7 +115476,7 @@ [ "_top", { - "_index": 9695, + "_index": 9692, "data": { "ref/stable/sys": {} }, @@ -115530,7 +115496,7 @@ [ "_uv", { - "_index": 4808, + "_index": 4805, "data": { "manuals/importing-models": {} }, @@ -115540,7 +115506,7 @@ [ "_version", { - "_index": 10582, + "_index": 10579, "data": { "ref/stable/base": {}, "ref/stable/socket": {} @@ -115601,7 +115567,7 @@ [ "_will", { - "_index": 5873, + "_index": 5870, "data": { "manuals/debugging-game-logic": {} }, @@ -115983,7 +115949,7 @@ [ "a.b.c", { - "_index": 9406, + "_index": 9403, "data": { "ref/stable/base": {}, "ref/stable/package": {} @@ -115994,7 +115960,7 @@ [ "a.v1", { - "_index": 9402, + "_index": 9399, "data": { "ref/stable/package": {} }, @@ -116004,7 +115970,7 @@ [ "a.w", { - "_index": 7395, + "_index": 7392, "data": { "ref/stable/dmVMath": {} }, @@ -116014,7 +115980,7 @@ [ "a.w/b.w", { - "_index": 7389, + "_index": 7386, "data": { "ref/stable/dmVMath": {} }, @@ -116024,7 +115990,7 @@ [ "a.x", { - "_index": 7057, + "_index": 7054, "data": { "ref/stable/dmVMath": {}, "ref/stable/vmath": {} @@ -116035,7 +116001,7 @@ [ "a.x/b.x", { - "_index": 7386, + "_index": 7383, "data": { "ref/stable/dmVMath": {} }, @@ -116045,7 +116011,7 @@ [ "a.y", { - "_index": 7059, + "_index": 7056, "data": { "ref/stable/dmVMath": {}, "ref/stable/vmath": {} @@ -116056,7 +116022,7 @@ [ "a.y/b.y", { - "_index": 7387, + "_index": 7384, "data": { "ref/stable/dmVMath": {} }, @@ -116066,7 +116032,7 @@ [ "a.z", { - "_index": 7061, + "_index": 7058, "data": { "ref/stable/dmVMath": {}, "ref/stable/vmath": {} @@ -116077,7 +116043,7 @@ [ "a.z/b.z", { - "_index": 7388, + "_index": 7385, "data": { "ref/stable/dmVMath": {} }, @@ -116087,7 +116053,7 @@ [ "a[i+1],a[i", { - "_index": 6953, + "_index": 6950, "data": { "ref/stable/table": {} }, @@ -116097,7 +116063,7 @@ [ "a\\000bc\\000", { - "_index": 7177, + "_index": 7174, "data": { "ref/stable/string": {} }, @@ -116128,7 +116094,7 @@ [ "aabb", { - "_index": 5655, + "_index": 5652, "data": { "assets/daabbcc": {}, "manuals/mesh": {} @@ -116139,7 +116105,7 @@ [ "aapt2", { - "_index": 5543, + "_index": 5540, "data": { "manuals/extensions-gradle": {} }, @@ -116179,7 +116145,7 @@ [ "abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz", { - "_index": 4767, + "_index": 4764, "data": { "manuals/extensions": {} }, @@ -116366,7 +116332,7 @@ [ "abs", { - "_index": 7238, + "_index": 7235, "data": { "ref/stable/dmMath": {}, "ref/stable/dmVMath": {}, @@ -116378,7 +116344,7 @@ [ "absent", { - "_index": 7187, + "_index": 7184, "data": { "ref/stable/base": {}, "ref/stable/os": {}, @@ -116426,7 +116392,7 @@ [ "abstract", { - "_index": 5282, + "_index": 5279, "data": { "manuals/compute": {} }, @@ -116436,7 +116402,7 @@ [ "ac,ac,ac,ac", { - "_index": 8546, + "_index": 8543, "data": { "ref/stable/render": {} }, @@ -116446,7 +116412,7 @@ [ "ac_username", { - "_index": 5854, + "_index": 5851, "data": { "manuals/macos": {} }, @@ -116456,7 +116422,7 @@ [ "acc_x", { - "_index": 7974, + "_index": 7971, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -116467,7 +116433,7 @@ [ "acc_y", { - "_index": 7975, + "_index": 7972, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -116478,7 +116444,7 @@ [ "acc_z", { - "_index": 7976, + "_index": 7973, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -116551,7 +116517,7 @@ [ "accepted", { - "_index": 7471, + "_index": 7468, "data": { "ref/stable/base": {}, "ref/stable/dmHash": {}, @@ -116564,7 +116530,7 @@ [ "accepting", { - "_index": 6497, + "_index": 6494, "data": { "assets/rustore-billing": {} }, @@ -116692,7 +116658,7 @@ [ "accomplished", { - "_index": 5096, + "_index": 5093, "data": { "manuals/flash": {} }, @@ -116768,7 +116734,7 @@ [ "accounting", { - "_index": 10477, + "_index": 10474, "data": { "ref/stable/socket": {} }, @@ -116819,7 +116785,7 @@ [ "accuracy", { - "_index": 6433, + "_index": 6430, "data": { "assets/panthera": {} }, @@ -116869,7 +116835,7 @@ [ "achievement", { - "_index": 6279, + "_index": 6276, "data": { "assets/feat": {} }, @@ -116902,7 +116868,7 @@ [ "acid", { - "_index": 6495, + "_index": 6492, "data": { "assets/acidrain": {} }, @@ -116912,7 +116878,7 @@ [ "acidrain", { - "_index": 6494, + "_index": 6491, "data": { "assets/acidrain": {} }, @@ -116922,7 +116888,7 @@ [ "ack", { - "_index": 10076, + "_index": 10073, "data": { "ref/stable/dmSocket": {} }, @@ -116932,7 +116898,7 @@ [ "acl", { - "_index": 5045, + "_index": 5042, "data": { "manuals/live-update-aws": {} }, @@ -116942,7 +116908,7 @@ [ "acos", { - "_index": 7240, + "_index": 7237, "data": { "ref/stable/math": {} }, @@ -116952,7 +116918,7 @@ [ "acquire", { - "_index": 5971, + "_index": 5968, "data": { "manuals/input": {}, "ref/stable/go": {}, @@ -116964,7 +116930,7 @@ [ "acquire_input_focus", { - "_index": 5970, + "_index": 5967, "data": { "manuals/input": {}, "ref/stable/go": {}, @@ -116988,7 +116954,7 @@ [ "acquireinstanceindex", { - "_index": 9122, + "_index": 9119, "data": { "ref/stable/dmGameObject": {} }, @@ -116998,7 +116964,7 @@ [ "acquirer", { - "_index": 5964, + "_index": 5961, "data": { "manuals/input": {} }, @@ -117008,7 +116974,7 @@ [ "acquires", { - "_index": 4726, + "_index": 4723, "data": { "examples/render/orbit_camera": {}, "manuals/collection-proxy": {}, @@ -117020,7 +116986,7 @@ [ "acquiring", { - "_index": 5963, + "_index": 5960, "data": { "manuals/input": {} }, @@ -117057,7 +117023,7 @@ [ "acting", { - "_index": 7797, + "_index": 7794, "data": { "ref/stable/gui": {} }, @@ -117092,7 +117058,7 @@ [ "action.acc_x", { - "_index": 5967, + "_index": 5964, "data": { "manuals/input": {} }, @@ -117102,7 +117068,7 @@ [ "action.acc_y", { - "_index": 5968, + "_index": 5965, "data": { "manuals/input": {} }, @@ -117112,7 +117078,7 @@ [ "action.acc_z", { - "_index": 5969, + "_index": 5966, "data": { "manuals/input": {} }, @@ -117238,7 +117204,7 @@ [ "actionscript", { - "_index": 5069, + "_index": 5066, "data": { "manuals/flash": {} }, @@ -117248,7 +117214,7 @@ [ "activate", { - "_index": 6239, + "_index": 6236, "data": { "examples/material/screenspace": {}, "examples/material/unlit": {} @@ -117284,7 +117250,7 @@ [ "activelines", { - "_index": 9558, + "_index": 9555, "data": { "ref/stable/debug": {} }, @@ -117318,7 +117284,7 @@ [ "acts", { - "_index": 5223, + "_index": 5220, "data": { "examples/collection/proxy": {}, "examples/collection/splash": {}, @@ -117382,7 +117348,7 @@ [ "ad/ka,ad/ka,ad/ka,ad/ka", { - "_index": 8545, + "_index": 8542, "data": { "ref/stable/render": {} }, @@ -117415,7 +117381,7 @@ [ "adapters", { - "_index": 5337, + "_index": 5334, "data": { "manuals/compute": {} }, @@ -117447,7 +117413,7 @@ [ "adb.md", { - "_index": 6080, + "_index": 6077, "data": { "manuals/android": {} }, @@ -117521,7 +117487,7 @@ [ "add_mount", { - "_index": 9773, + "_index": 9770, "data": { "ref/stable/liveupdate": {} }, @@ -117531,7 +117497,7 @@ [ "addchild", { - "_index": 5073, + "_index": 5070, "data": { "manuals/flash": {} }, @@ -117595,7 +117561,7 @@ [ "addfile", { - "_index": 8411, + "_index": 8408, "data": { "ref/stable/dmResource": {} }, @@ -117605,7 +117571,7 @@ [ "addhandler", { - "_index": 10083, + "_index": 10080, "data": { "ref/stable/dmWebServer": {} }, @@ -117709,7 +117675,7 @@ [ "additive", { - "_index": 7615, + "_index": 7612, "data": { "ref/stable/gui": {} }, @@ -117719,7 +117685,7 @@ [ "addkeyboardchar", { - "_index": 9480, + "_index": 9477, "data": { "ref/stable/dmHid": {} }, @@ -117729,7 +117695,7 @@ [ "addon", { - "_index": 6593, + "_index": 6590, "data": { "assets/cleanexporter": {} }, @@ -117739,7 +117705,7 @@ [ "addr", { - "_index": 10588, + "_index": 10585, "data": { "ref/stable/socket": {} }, @@ -117861,7 +117827,7 @@ [ "addtorender", { - "_index": 10903, + "_index": 10900, "data": { "ref/stable/dmRender": {} }, @@ -117871,7 +117837,7 @@ [ "addtouch", { - "_index": 9482, + "_index": 9479, "data": { "ref/stable/dmHid": {} }, @@ -117881,7 +117847,7 @@ [ "addvertexstream", { - "_index": 6761, + "_index": 6758, "data": { "ref/stable/dmGraphics": {} }, @@ -117901,7 +117867,7 @@ [ "adinfo", { - "_index": 6517, + "_index": 6514, "data": { "assets/adinfo": {} }, @@ -117942,7 +117908,7 @@ [ "adjust_fit", { - "_index": 7570, + "_index": 7567, "data": { "ref/stable/gui": {} }, @@ -117952,7 +117918,7 @@ [ "adjust_stretch", { - "_index": 7572, + "_index": 7569, "data": { "ref/stable/gui": {} }, @@ -117962,7 +117928,7 @@ [ "adjust_zoom", { - "_index": 7575, + "_index": 7572, "data": { "ref/stable/gui": {} }, @@ -118008,7 +117974,7 @@ [ "adjustmode", { - "_index": 8129, + "_index": 8126, "data": { "ref/stable/dmGui": {} }, @@ -118018,7 +117984,7 @@ [ "adjustreference", { - "_index": 8130, + "_index": 8127, "data": { "ref/stable/dmGui": {} }, @@ -118040,7 +118006,7 @@ [ "adjustsdk", { - "_index": 6383, + "_index": 6380, "data": { "assets/adjustsdk": {} }, @@ -118112,7 +118078,7 @@ [ "adswrapper", { - "_index": 6742, + "_index": 6739, "data": { "assets/adswrapper": {} }, @@ -118153,7 +118119,7 @@ [ "advantage", { - "_index": 5141, + "_index": 5138, "data": { "manuals/flash": {} }, @@ -118163,7 +118129,7 @@ [ "adventure", { - "_index": 6421, + "_index": 6418, "data": { "assets/matchanovel": {}, "assets/textadventuretemplate": {} @@ -118174,7 +118140,7 @@ [ "advertisers", { - "_index": 6519, + "_index": 6516, "data": { "assets/adinfo": {} }, @@ -118184,7 +118150,7 @@ [ "advertising", { - "_index": 6518, + "_index": 6515, "data": { "assets/adinfo": {}, "assets/adswrapper": {} @@ -118247,7 +118213,7 @@ [ "affecting", { - "_index": 6013, + "_index": 6010, "data": { "manuals/building-blocks": {}, "ref/stable/b2d.body": {} @@ -118269,7 +118235,7 @@ [ "affine", { - "_index": 7401, + "_index": 7398, "data": { "ref/stable/dmVMath": {} }, @@ -118380,7 +118346,7 @@ [ "age", { - "_index": 10480, + "_index": 10477, "data": { "ref/stable/socket": {} }, @@ -118390,7 +118356,7 @@ [ "agent", { - "_index": 6260, + "_index": 6257, "data": { "assets/webmonetization": {}, "ref/stable/sys": {} @@ -118411,7 +118377,7 @@ [ "ahead", { - "_index": 5878, + "_index": 5875, "data": { "manuals/debugging-game-logic": {} }, @@ -118433,7 +118399,7 @@ [ "aim", { - "_index": 5435, + "_index": 5432, "data": { "manuals/editor-scripts": {} }, @@ -118453,7 +118419,7 @@ [ "aims", { - "_index": 6672, + "_index": 6669, "data": { "assets/compat53": {} }, @@ -118496,7 +118462,7 @@ [ "alert", { - "_index": 5661, + "_index": 5658, "data": { "manuals/dev-app": {} }, @@ -118546,7 +118512,7 @@ [ "aliases", { - "_index": 4791, + "_index": 4788, "data": { "manuals/extender-docker-images": {} }, @@ -118556,7 +118522,7 @@ [ "aliasing", { - "_index": 6024, + "_index": 6021, "data": { "manuals/material": {} }, @@ -118566,7 +118532,7 @@ [ "alien", { - "_index": 6343, + "_index": 6340, "data": { "assets/alienworld": {} }, @@ -118576,7 +118542,7 @@ [ "alienworld", { - "_index": 6342, + "_index": 6339, "data": { "assets/alienworld": {} }, @@ -118586,7 +118552,7 @@ [ "align", { - "_index": 6263, + "_index": 6260, "data": { "assets/editor-script-align": {}, "ref/stable/dmAlign": {} @@ -118616,7 +118582,7 @@ [ "alignedfree", { - "_index": 7354, + "_index": 7351, "data": { "ref/stable/dmMemory": {} }, @@ -118626,7 +118592,7 @@ [ "alignedmalloc", { - "_index": 7357, + "_index": 7354, "data": { "ref/stable/dmMemory": {} }, @@ -118653,7 +118619,7 @@ [ "alive", { - "_index": 10043, + "_index": 10040, "data": { "ref/stable/dmConnectionPool": {}, "ref/stable/particlefx": {} @@ -118834,7 +118800,7 @@ [ "allocation", { - "_index": 7360, + "_index": 7357, "data": { "ref/stable/dmArray": {}, "ref/stable/dmMemory": {} @@ -118855,7 +118821,7 @@ [ "allocator", { - "_index": 10228, + "_index": 10225, "data": { "ref/stable/dmHash": {} }, @@ -118865,7 +118831,7 @@ [ "alloctls", { - "_index": 10310, + "_index": 10307, "data": { "ref/stable/dmThread": {} }, @@ -118901,7 +118867,7 @@ [ "allow_memory_growth", { - "_index": 5241, + "_index": 5238, "data": { "manuals/app-manifest": {} }, @@ -119326,7 +119292,7 @@ [ "alters", { - "_index": 7456, + "_index": 7453, "data": { "ref/stable/gui": {}, "ref/stable/physics": {} @@ -119337,7 +119303,7 @@ [ "although", { - "_index": 5349, + "_index": 5346, "data": { "manuals/editor-scripts": {}, "ref/stable/socket": {} @@ -119348,7 +119314,7 @@ [ "altool", { - "_index": 5850, + "_index": 5847, "data": { "manuals/macos": {} }, @@ -119436,7 +119402,7 @@ [ "amazon\u2019s", { - "_index": 6620, + "_index": 6617, "data": { "assets/iap": {} }, @@ -119456,7 +119422,7 @@ [ "ambition", { - "_index": 4817, + "_index": 4814, "data": { "manuals/importing-models": {} }, @@ -119466,7 +119432,7 @@ [ "americas", { - "_index": 4822, + "_index": 4819, "data": { "manuals/porting-guidelines": {} }, @@ -119610,7 +119576,7 @@ [ "amp", { - "_index": 8615, + "_index": 8612, "data": { "ref/stable/render": {} }, @@ -119812,7 +119778,7 @@ [ "analogue", { - "_index": 7965, + "_index": 7962, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -119872,7 +119838,7 @@ [ "anativeactivity", { - "_index": 8020, + "_index": 8017, "data": { "ref/stable/dmAndroid": {} }, @@ -119882,7 +119848,7 @@ [ "anatomy", { - "_index": 5353, + "_index": 5350, "data": { "manuals/editor-scripts": {} }, @@ -119907,7 +119873,7 @@ [ "anchor_bottom", { - "_index": 7578, + "_index": 7575, "data": { "ref/stable/gui": {} }, @@ -119917,7 +119883,7 @@ [ "anchor_left", { - "_index": 7580, + "_index": 7577, "data": { "ref/stable/gui": {} }, @@ -119927,7 +119893,7 @@ [ "anchor_none", { - "_index": 7582, + "_index": 7579, "data": { "ref/stable/gui": {} }, @@ -119937,7 +119903,7 @@ [ "anchor_right", { - "_index": 7584, + "_index": 7581, "data": { "ref/stable/gui": {} }, @@ -119947,7 +119913,7 @@ [ "anchor_top", { - "_index": 7586, + "_index": 7583, "data": { "ref/stable/gui": {} }, @@ -120361,7 +120327,7 @@ [ "anded", { - "_index": 8510, + "_index": 8507, "data": { "ref/stable/render": {} }, @@ -120429,7 +120395,7 @@ [ "android.debuggable", { - "_index": 5502, + "_index": 5499, "data": { "manuals/debugging-native-code-android": {} }, @@ -120439,7 +120405,7 @@ [ "android.permission.access_network_state", { - "_index": 6089, + "_index": 6086, "data": { "manuals/android": {} }, @@ -120449,7 +120415,7 @@ [ "android.permission.internet", { - "_index": 6088, + "_index": 6085, "data": { "manuals/android": {} }, @@ -120459,7 +120425,7 @@ [ "android.permission.wake_lock", { - "_index": 6091, + "_index": 6088, "data": { "manuals/android": {} }, @@ -120469,7 +120435,7 @@ [ "android/libdmengine.so", { - "_index": 5514, + "_index": 5511, "data": { "manuals/debugging-native-code-android": {} }, @@ -120499,7 +120465,7 @@ [ "android_app", { - "_index": 6788, + "_index": 6785, "data": { "ref/stable/dmGraphics": {} }, @@ -120509,7 +120475,7 @@ [ "android_id", { - "_index": 9660, + "_index": 9657, "data": { "ref/stable/sys": {} }, @@ -120519,7 +120485,7 @@ [ "androideabi", { - "_index": 5510, + "_index": 5507, "data": { "manuals/debugging-native-code-android": {} }, @@ -120540,7 +120506,7 @@ [ "androidx", { - "_index": 6096, + "_index": 6093, "data": { "manuals/android": {} }, @@ -120678,7 +120644,7 @@ [ "animates", { - "_index": 6168, + "_index": 6165, "data": { "examples/animation/cursor": {}, "examples/physics/trigger": {}, @@ -120752,7 +120718,7 @@ [ "animation_done", { - "_index": 6955, + "_index": 6952, "data": { "ref/stable/sprite": {} }, @@ -120762,7 +120728,7 @@ [ "animation_id", { - "_index": 9828, + "_index": 9825, "data": { "ref/stable/model": {} }, @@ -120817,7 +120783,7 @@ [ "animator", { - "_index": 6648, + "_index": 6645, "data": { "assets/tilemapanimator": {} }, @@ -120827,7 +120793,7 @@ [ "anisotropic", { - "_index": 6041, + "_index": 6038, "data": { "manuals/material": {} }, @@ -120837,7 +120803,7 @@ [ "anisotropy", { - "_index": 6040, + "_index": 6037, "data": { "manuals/material": {} }, @@ -120857,7 +120823,7 @@ [ "anonymous", { - "_index": 5031, + "_index": 5028, "data": { "manuals/live-update-aws": {} }, @@ -120911,7 +120877,7 @@ [ "another.script", { - "_index": 5634, + "_index": 5631, "data": { "manuals/script-properties": {} }, @@ -120921,7 +120887,7 @@ [ "ansi", { - "_index": 7294, + "_index": 7291, "data": { "ref/stable/math": {}, "ref/stable/package": {} @@ -121083,7 +121049,7 @@ [ "any[]allowed", { - "_index": 8850, + "_index": 8847, "data": { "ref/stable/editor": {} }, @@ -121093,7 +121059,7 @@ [ "any[]array", { - "_index": 9026, + "_index": 9023, "data": { "ref/stable/editor": {} }, @@ -121103,7 +121069,7 @@ [ "any[]default", { - "_index": 8874, + "_index": 8871, "data": { "ref/stable/editor": {} }, @@ -121113,7 +121079,7 @@ [ "anydefault", { - "_index": 8851, + "_index": 8848, "data": { "ref/stable/editor": {} }, @@ -121149,7 +121115,7 @@ [ "anyselected", { - "_index": 9023, + "_index": 9020, "data": { "ref/stable/editor": {} }, @@ -121190,7 +121156,7 @@ [ "anyvalue", { - "_index": 8942, + "_index": 8939, "data": { "ref/stable/editor": {} }, @@ -121200,7 +121166,7 @@ [ "anyvalueon_value_changed", { - "_index": 8999, + "_index": 8996, "data": { "ref/stable/editor": {} }, @@ -121250,7 +121216,7 @@ [ "apathfinding", { - "_index": 6248, + "_index": 6245, "data": { "assets/apathfinding": {} }, @@ -121312,7 +121278,7 @@ [ "api_version", { - "_index": 9647, + "_index": 9644, "data": { "ref/stable/sys": {} }, @@ -121367,7 +121333,7 @@ [ "apkverifier", { - "_index": 6665, + "_index": 6662, "data": { "assets/apkverifier": {} }, @@ -121377,7 +121343,7 @@ [ "apkx", { - "_index": 6311, + "_index": 6308, "data": { "assets/apkx": {} }, @@ -121453,7 +121419,7 @@ [ "app_final", { - "_index": 4762, + "_index": 4759, "data": { "manuals/extensions": {} }, @@ -121463,7 +121429,7 @@ [ "app_init", { - "_index": 4761, + "_index": 4758, "data": { "manuals/extensions": {} }, @@ -121473,7 +121439,7 @@ [ "app_string", { - "_index": 9613, + "_index": 9610, "data": { "ref/stable/sys": {} }, @@ -121483,7 +121449,7 @@ [ "apparent", { - "_index": 6009, + "_index": 6006, "data": { "manuals/building-blocks": {} }, @@ -121503,7 +121469,7 @@ [ "appdata\\local\\defold", { - "_index": 5585, + "_index": 5582, "data": { "manuals/editor": {} }, @@ -121546,7 +121512,7 @@ [ "appears", { - "_index": 8476, + "_index": 8473, "data": { "ref/stable/io": {}, "ref/stable/render": {} @@ -121557,7 +121523,7 @@ [ "append", { - "_index": 4910, + "_index": 4907, "data": { "manuals/debugging-native-code-ios": {}, "ref/stable/io": {} @@ -121568,7 +121534,7 @@ [ "appended", { - "_index": 9582, + "_index": 9579, "data": { "ref/stable/debug": {} }, @@ -121578,7 +121544,7 @@ [ "appends", { - "_index": 9743, + "_index": 9740, "data": { "ref/stable/dmStringFunc": {} }, @@ -121588,7 +121554,7 @@ [ "appendscale", { - "_index": 7382, + "_index": 7379, "data": { "ref/stable/dmVMath": {} }, @@ -121598,7 +121564,7 @@ [ "appfinalizemyextension", { - "_index": 4757, + "_index": 4754, "data": { "manuals/extensions": {} }, @@ -121608,7 +121574,7 @@ [ "appinitializemyextension", { - "_index": 4764, + "_index": 4761, "data": { "manuals/extensions": {} }, @@ -121647,7 +121613,7 @@ [ "applewebkit/602.4.8", { - "_index": 9666, + "_index": 9663, "data": { "ref/stable/sys": {} }, @@ -121657,7 +121623,7 @@ [ "apple\u2019s", { - "_index": 6617, + "_index": 6614, "data": { "assets/iap": {} }, @@ -121782,7 +121748,7 @@ [ "application_id", { - "_index": 4846, + "_index": 4843, "data": { "manuals/porting-guidelines": {} }, @@ -121884,7 +121850,7 @@ [ "applied_impulse", { - "_index": 5676, + "_index": 5673, "data": { "manuals/physics-events": {} }, @@ -121910,7 +121876,7 @@ [ "applovin", { - "_index": 6418, + "_index": 6415, "data": { "assets/adswrapper": {}, "assets/applovin-max": {} @@ -121945,7 +121911,7 @@ [ "apply_angular_impulse", { - "_index": 10092, + "_index": 10089, "data": { "ref/stable/b2d.body": {} }, @@ -121955,7 +121921,7 @@ [ "apply_force", { - "_index": 7459, + "_index": 7456, "data": { "ref/stable/b2d.body": {}, "ref/stable/physics": {} @@ -121966,7 +121932,7 @@ [ "apply_force_to_center", { - "_index": 10097, + "_index": 10094, "data": { "ref/stable/b2d.body": {} }, @@ -121976,7 +121942,7 @@ [ "apply_linear_impulse", { - "_index": 10099, + "_index": 10096, "data": { "ref/stable/b2d.body": {} }, @@ -121986,7 +121952,7 @@ [ "apply_torque", { - "_index": 10103, + "_index": 10100, "data": { "ref/stable/b2d.body": {} }, @@ -122008,7 +121974,7 @@ [ "applynoscalez", { - "_index": 9844, + "_index": 9841, "data": { "ref/stable/dmTransform": {} }, @@ -122018,7 +121984,7 @@ [ "appname", { - "_index": 5507, + "_index": 5504, "data": { "manuals/debugging-native-code-android": {} }, @@ -122102,7 +122068,7 @@ [ "approximating", { - "_index": 5274, + "_index": 5271, "data": { "manuals/compute": {} }, @@ -122112,7 +122078,7 @@ [ "approximation", { - "_index": 9997, + "_index": 9994, "data": { "ref/stable/os": {}, "ref/stable/sound": {} @@ -122138,7 +122104,7 @@ [ "appstore", { - "_index": 6618, + "_index": 6615, "data": { "assets/iap": {} }, @@ -122148,7 +122114,7 @@ [ "appupdate", { - "_index": 6396, + "_index": 6393, "data": { "assets/rustore-appupdate": {} }, @@ -122158,7 +122124,7 @@ [ "app\u2019s", { - "_index": 5835, + "_index": 5832, "data": { "manuals/macos": {} }, @@ -122168,7 +122134,7 @@ [ "apt", { - "_index": 4959, + "_index": 4956, "data": { "manuals/windows": {} }, @@ -122188,7 +122154,7 @@ [ "arbitrarily", { - "_index": 5998, + "_index": 5995, "data": { "manuals/building-blocks": {} }, @@ -122219,7 +122185,7 @@ [ "arc", { - "_index": 7241, + "_index": 7238, "data": { "ref/stable/math": {} }, @@ -122229,7 +122195,7 @@ [ "arch", { - "_index": 4999, + "_index": 4996, "data": { "manuals/debugging-native-code": {}, "manuals/editor-scripts": {} @@ -122240,7 +122206,7 @@ [ "architect", { - "_index": 5189, + "_index": 5186, "data": { "manuals/lua": {} }, @@ -122270,7 +122236,7 @@ [ "architectural", { - "_index": 5607, + "_index": 5604, "data": { "manuals/design": {}, "manuals/introduction": {} @@ -122326,7 +122292,7 @@ [ "archived", { - "_index": 4710, + "_index": 4707, "data": { "manuals/bundling": {} }, @@ -122348,7 +122314,7 @@ [ "arcweave", { - "_index": 6453, + "_index": 6450, "data": { "assets/defarc": {} }, @@ -122549,7 +122515,7 @@ [ "areas", { - "_index": 5688, + "_index": 5685, "data": { "manuals/physics-events": {} }, @@ -122582,7 +122548,7 @@ [ "arerenderconstantsupdated", { - "_index": 8037, + "_index": 8034, "data": { "ref/stable/dmGameSystem": {} }, @@ -122592,7 +122558,7 @@ [ "arg", { - "_index": 7421, + "_index": 7418, "data": { "ref/stable/base": {}, "ref/stable/dmLog": {}, @@ -122604,7 +122570,7 @@ [ "argjson", { - "_index": 5408, + "_index": 5405, "data": { "manuals/editor-scripts": {} }, @@ -122707,7 +122673,7 @@ [ "arithmetic", { - "_index": 8098, + "_index": 8095, "data": { "ref/stable/bit": {}, "ref/stable/render": {}, @@ -122746,7 +122712,7 @@ [ "armeabi", { - "_index": 4991, + "_index": 4988, "data": { "manuals/debugging-native-code": {} }, @@ -122770,7 +122736,7 @@ [ "army", { - "_index": 6440, + "_index": 6437, "data": { "assets/defarmy": {} }, @@ -122873,7 +122839,7 @@ [ "arrays", { - "_index": 7449, + "_index": 7446, "data": { "ref/stable/dmArray": {}, "ref/stable/dmGameObject": {}, @@ -122888,7 +122854,7 @@ [ "arrived", { - "_index": 8585, + "_index": 8582, "data": { "ref/stable/render": {} }, @@ -122898,7 +122864,7 @@ [ "arrives", { - "_index": 10543, + "_index": 10540, "data": { "ref/stable/socket": {} }, @@ -122919,7 +122885,7 @@ [ "arrows", { - "_index": 5572, + "_index": 5569, "data": { "manuals/editor": {} }, @@ -122929,7 +122895,7 @@ [ "arshift", { - "_index": 8633, + "_index": 8630, "data": { "ref/stable/bit": {} }, @@ -122954,7 +122920,7 @@ [ "articles", { - "_index": 5052, + "_index": 5049, "data": { "manuals/flash": {}, "manuals/lua": {} @@ -122991,7 +122957,7 @@ [ "artist", { - "_index": 4843, + "_index": 4840, "data": { "assets/asefold": {}, "manuals/porting-guidelines": {} @@ -123181,7 +123147,7 @@ [ "as/ka,as/ka,as/ka,as/ka", { - "_index": 8544, + "_index": 8541, "data": { "ref/stable/render": {} }, @@ -123191,7 +123157,7 @@ [ "asc", { - "_index": 5856, + "_index": 5853, "data": { "manuals/macos": {} }, @@ -123201,7 +123167,7 @@ [ "ascending", { - "_index": 9382, + "_index": 9379, "data": { "ref/stable/package": {} }, @@ -123211,7 +123177,7 @@ [ "ascii", { - "_index": 10482, + "_index": 10479, "data": { "ref/stable/socket": {} }, @@ -123221,7 +123187,7 @@ [ "ase", { - "_index": 6659, + "_index": 6656, "data": { "assets/asefold": {} }, @@ -123231,7 +123197,7 @@ [ "asefold", { - "_index": 6656, + "_index": 6653, "data": { "assets/asefold": {} }, @@ -123241,7 +123207,7 @@ [ "aseprite", { - "_index": 6657, + "_index": 6654, "data": { "assets/asefold": {} }, @@ -123261,7 +123227,7 @@ [ "asin", { - "_index": 7244, + "_index": 7241, "data": { "ref/stable/math": {} }, @@ -123271,7 +123237,7 @@ [ "asis", { - "_index": 7049, + "_index": 7046, "data": { "ref/stable/vmath": {} }, @@ -123304,7 +123270,7 @@ [ "asking", { - "_index": 4929, + "_index": 4926, "data": { "manuals/getting-help": {} }, @@ -123324,7 +123290,7 @@ [ "asleep", { - "_index": 7560, + "_index": 7557, "data": { "ref/stable/physics": {} }, @@ -123383,7 +123349,7 @@ [ "assert", { - "_index": 5177, + "_index": 5174, "data": { "manuals/lua": {}, "ref/stable/base": {}, @@ -123395,7 +123361,7 @@ [ "assertion", { - "_index": 10687, + "_index": 10684, "data": { "ref/stable/base": {} }, @@ -123749,7 +123715,7 @@ [ "assets/build.json", { - "_index": 5415, + "_index": 5412, "data": { "manuals/editor-scripts": {} }, @@ -123853,7 +123819,7 @@ [ "assigninstanceindex", { - "_index": 9124, + "_index": 9121, "data": { "ref/stable/dmGameObject": {} }, @@ -123863,7 +123829,7 @@ [ "assignments", { - "_index": 5536, + "_index": 5533, "data": { "manuals/gui-clipping": {} }, @@ -123873,7 +123839,7 @@ [ "assigns", { - "_index": 9577, + "_index": 9574, "data": { "ref/stable/base": {}, "ref/stable/debug": {} @@ -123884,7 +123850,7 @@ [ "assocciated", { - "_index": 10223, + "_index": 10220, "data": { "ref/stable/dmHash": {} }, @@ -123894,7 +123860,7 @@ [ "associate", { - "_index": 4848, + "_index": 4845, "data": { "manuals/porting-guidelines": {} }, @@ -123930,7 +123896,7 @@ [ "association", { - "_index": 10541, + "_index": 10538, "data": { "ref/stable/socket": {} }, @@ -123940,7 +123906,7 @@ [ "associative", { - "_index": 9865, + "_index": 9862, "data": { "ref/stable/dmTransform": {} }, @@ -123950,7 +123916,7 @@ [ "assume", { - "_index": 5121, + "_index": 5118, "data": { "manuals/flash": {} }, @@ -123960,7 +123926,7 @@ [ "assumed", { - "_index": 7188, + "_index": 7185, "data": { "ref/stable/dmScript": {}, "ref/stable/math": {}, @@ -123983,7 +123949,7 @@ [ "astar", { - "_index": 6249, + "_index": 6246, "data": { "assets/apathfinding": {} }, @@ -123993,7 +123959,7 @@ [ "astc", { - "_index": 5029, + "_index": 5026, "data": { "manuals/texture-profiles": {} }, @@ -124014,7 +123980,7 @@ [ "async_load", { - "_index": 7977, + "_index": 7974, "data": { "ref/stable/collectionproxy": {} }, @@ -124053,7 +124019,7 @@ [ "asyncronous", { - "_index": 9700, + "_index": 9697, "data": { "ref/stable/sys": {} }, @@ -124179,7 +124145,7 @@ [ "atan", { - "_index": 7247, + "_index": 7244, "data": { "ref/stable/math": {} }, @@ -124189,7 +124155,7 @@ [ "atan2", { - "_index": 7249, + "_index": 7246, "data": { "ref/stable/math": {} }, @@ -124244,7 +124210,7 @@ [ "atomic", { - "_index": 9068, + "_index": 9065, "data": { "ref/stable/dmAtomic": {} }, @@ -124264,7 +124230,7 @@ [ "atos", { - "_index": 4998, + "_index": 4995, "data": { "manuals/debugging-native-code": {} }, @@ -124317,7 +124283,7 @@ [ "attaching", { - "_index": 8036, + "_index": 8033, "data": { "ref/stable/dmAndroid": {} }, @@ -124327,7 +124293,7 @@ [ "attachment", { - "_index": 6837, + "_index": 6834, "data": { "ref/stable/dmGraphics": {}, "ref/stable/render": {}, @@ -124339,7 +124305,7 @@ [ "attachmentop", { - "_index": 6767, + "_index": 6764, "data": { "ref/stable/dmGraphics": {} }, @@ -124349,7 +124315,7 @@ [ "attachments", { - "_index": 6873, + "_index": 6870, "data": { "ref/stable/dmGraphics": {}, "ref/stable/render": {}, @@ -124384,7 +124350,7 @@ [ "attempted", { - "_index": 8571, + "_index": 8568, "data": { "ref/stable/liveupdate": {}, "ref/stable/render": {} @@ -124395,7 +124361,7 @@ [ "attempting", { - "_index": 5480, + "_index": 5477, "data": { "manuals/editor-scripts": {}, "ref/stable/collectionproxy": {}, @@ -124482,7 +124448,7 @@ [ "audience", { - "_index": 6727, + "_index": 6724, "data": { "assets/facebookads": {} }, @@ -124570,7 +124536,7 @@ [ "authored", { - "_index": 5185, + "_index": 5182, "data": { "manuals/lua": {} }, @@ -124580,7 +124546,7 @@ [ "authoring", { - "_index": 6719, + "_index": 6716, "data": { "assets/fmod": {} }, @@ -124606,7 +124572,7 @@ [ "autocomplete", { - "_index": 6501, + "_index": 6498, "data": { "assets/defold-neovim": {} }, @@ -124700,7 +124666,7 @@ [ "automatically:grow", { - "_index": 8932, + "_index": 8929, "data": { "ref/stable/editor": {} }, @@ -124730,7 +124696,7 @@ [ "autoplay", { - "_index": 4885, + "_index": 4882, "data": { "manuals/porting-guidelines": {} }, @@ -124740,7 +124706,7 @@ [ "autotranslator", { - "_index": 6271, + "_index": 6268, "data": { "assets/lualocade": {} }, @@ -124837,7 +124803,7 @@ [ "avalable", { - "_index": 9877, + "_index": 9874, "data": { "ref/stable/dmExtension": {} }, @@ -124847,7 +124813,7 @@ [ "average", { - "_index": 6031, + "_index": 6028, "data": { "manuals/material": {}, "ref/stable/sound": {} @@ -124924,7 +124890,7 @@ [ "await", { - "_index": 9034, + "_index": 9031, "data": { "ref/stable/editor": {} }, @@ -124934,7 +124900,7 @@ [ "awake", { - "_index": 10158, + "_index": 10155, "data": { "ref/stable/b2d.body": {} }, @@ -124956,7 +124922,7 @@ [ "away", { - "_index": 6191, + "_index": 6188, "data": { "examples/render/orbit_camera": {} }, @@ -124966,7 +124932,7 @@ [ "awesome", { - "_index": 5617, + "_index": 5614, "data": { "assets/ts-defold": {}, "manuals/introduction": {} @@ -125000,7 +124966,7 @@ [ "aws/credentials", { - "_index": 5050, + "_index": 5047, "data": { "manuals/live-update-aws": {} }, @@ -125071,7 +125037,7 @@ [ "b#sprite", { - "_index": 5918, + "_index": 5915, "data": { "manuals/components": {} }, @@ -125081,7 +125047,7 @@ [ "b.c", { - "_index": 9403, + "_index": 9400, "data": { "ref/stable/package": {} }, @@ -125091,7 +125057,7 @@ [ "b.w", { - "_index": 7396, + "_index": 7393, "data": { "ref/stable/dmVMath": {} }, @@ -125101,7 +125067,7 @@ [ "b.x", { - "_index": 7058, + "_index": 7055, "data": { "ref/stable/dmVMath": {}, "ref/stable/vmath": {} @@ -125112,7 +125078,7 @@ [ "b.y", { - "_index": 7060, + "_index": 7057, "data": { "ref/stable/dmVMath": {}, "ref/stable/vmath": {} @@ -125123,7 +125089,7 @@ [ "b.z", { - "_index": 7062, + "_index": 7059, "data": { "ref/stable/dmVMath": {}, "ref/stable/vmath": {} @@ -125134,7 +125100,7 @@ [ "b2_dynamic_body", { - "_index": 10105, + "_index": 10102, "data": { "ref/stable/b2d.body": {} }, @@ -125144,7 +125110,7 @@ [ "b2_kinematic_body", { - "_index": 10107, + "_index": 10104, "data": { "ref/stable/b2d.body": {} }, @@ -125154,7 +125120,7 @@ [ "b2_static_body", { - "_index": 10109, + "_index": 10106, "data": { "ref/stable/b2d.body": {} }, @@ -125164,7 +125130,7 @@ [ "b2body", { - "_index": 9989, + "_index": 9986, "data": { "ref/stable/b2d": {}, "ref/stable/b2d.body": {} @@ -125175,7 +125141,7 @@ [ "b2bodytype", { - "_index": 10145, + "_index": 10142, "data": { "ref/stable/b2d.body": {} }, @@ -125185,7 +125151,7 @@ [ "b2d", { - "_index": 9987, + "_index": 9984, "data": { "ref/stable/b2d": {}, "ref/stable/b2d.body": {} @@ -125196,7 +125162,7 @@ [ "b2d.body.apply_angular_impulse", { - "_index": 10091, + "_index": 10088, "data": { "ref/stable/b2d.body": {} }, @@ -125206,7 +125172,7 @@ [ "b2d.body.apply_force", { - "_index": 10094, + "_index": 10091, "data": { "ref/stable/b2d.body": {} }, @@ -125216,7 +125182,7 @@ [ "b2d.body.apply_force_to_center", { - "_index": 10096, + "_index": 10093, "data": { "ref/stable/b2d.body": {} }, @@ -125226,7 +125192,7 @@ [ "b2d.body.apply_linear_impulse", { - "_index": 10098, + "_index": 10095, "data": { "ref/stable/b2d.body": {} }, @@ -125236,7 +125202,7 @@ [ "b2d.body.apply_torque", { - "_index": 10102, + "_index": 10099, "data": { "ref/stable/b2d.body": {} }, @@ -125246,7 +125212,7 @@ [ "b2d.body.b2_dynamic_body", { - "_index": 10104, + "_index": 10101, "data": { "ref/stable/b2d.body": {} }, @@ -125256,7 +125222,7 @@ [ "b2d.body.b2_kinematic_body", { - "_index": 10106, + "_index": 10103, "data": { "ref/stable/b2d.body": {} }, @@ -125266,7 +125232,7 @@ [ "b2d.body.b2_static_body", { - "_index": 10108, + "_index": 10105, "data": { "ref/stable/b2d.body": {} }, @@ -125276,7 +125242,7 @@ [ "b2d.body.dump", { - "_index": 10111, + "_index": 10108, "data": { "ref/stable/b2d.body": {} }, @@ -125286,7 +125252,7 @@ [ "b2d.body.get_angular_damping", { - "_index": 10112, + "_index": 10109, "data": { "ref/stable/b2d.body": {} }, @@ -125296,7 +125262,7 @@ [ "b2d.body.get_angular_velocity", { - "_index": 10114, + "_index": 10111, "data": { "ref/stable/b2d.body": {} }, @@ -125306,7 +125272,7 @@ [ "b2d.body.get_gravity_scale", { - "_index": 10117, + "_index": 10114, "data": { "ref/stable/b2d.body": {} }, @@ -125316,7 +125282,7 @@ [ "b2d.body.get_inertia", { - "_index": 10119, + "_index": 10116, "data": { "ref/stable/b2d.body": {} }, @@ -125326,7 +125292,7 @@ [ "b2d.body.get_linear_damping", { - "_index": 10124, + "_index": 10121, "data": { "ref/stable/b2d.body": {} }, @@ -125336,7 +125302,7 @@ [ "b2d.body.get_linear_velocity", { - "_index": 10126, + "_index": 10123, "data": { "ref/stable/b2d.body": {} }, @@ -125346,7 +125312,7 @@ [ "b2d.body.get_linear_velocity_from_local_point", { - "_index": 10128, + "_index": 10125, "data": { "ref/stable/b2d.body": {} }, @@ -125356,7 +125322,7 @@ [ "b2d.body.get_linear_velocity_from_world_point", { - "_index": 10130, + "_index": 10127, "data": { "ref/stable/b2d.body": {} }, @@ -125366,7 +125332,7 @@ [ "b2d.body.get_local_center", { - "_index": 10132, + "_index": 10129, "data": { "ref/stable/b2d.body": {} }, @@ -125376,7 +125342,7 @@ [ "b2d.body.get_local_point", { - "_index": 10134, + "_index": 10131, "data": { "ref/stable/b2d.body": {} }, @@ -125386,7 +125352,7 @@ [ "b2d.body.get_local_vector", { - "_index": 10137, + "_index": 10134, "data": { "ref/stable/b2d.body": {} }, @@ -125396,7 +125362,7 @@ [ "b2d.body.get_mass", { - "_index": 10139, + "_index": 10136, "data": { "ref/stable/b2d.body": {} }, @@ -125406,7 +125372,7 @@ [ "b2d.body.get_next", { - "_index": 10141, + "_index": 10138, "data": { "ref/stable/b2d.body": {} }, @@ -125416,7 +125382,7 @@ [ "b2d.body.get_position", { - "_index": 10143, + "_index": 10140, "data": { "ref/stable/b2d.body": {} }, @@ -125426,7 +125392,7 @@ [ "b2d.body.get_type", { - "_index": 10144, + "_index": 10141, "data": { "ref/stable/b2d.body": {} }, @@ -125436,7 +125402,7 @@ [ "b2d.body.get_world", { - "_index": 10146, + "_index": 10143, "data": { "ref/stable/b2d.body": {} }, @@ -125446,7 +125412,7 @@ [ "b2d.body.get_world_center", { - "_index": 10147, + "_index": 10144, "data": { "ref/stable/b2d.body": {} }, @@ -125456,7 +125422,7 @@ [ "b2d.body.get_world_point", { - "_index": 10149, + "_index": 10146, "data": { "ref/stable/b2d.body": {} }, @@ -125466,7 +125432,7 @@ [ "b2d.body.get_world_vector", { - "_index": 10152, + "_index": 10149, "data": { "ref/stable/b2d.body": {} }, @@ -125476,7 +125442,7 @@ [ "b2d.body.is_active", { - "_index": 10154, + "_index": 10151, "data": { "ref/stable/b2d.body": {} }, @@ -125486,7 +125452,7 @@ [ "b2d.body.is_awake", { - "_index": 10156, + "_index": 10153, "data": { "ref/stable/b2d.body": {} }, @@ -125496,7 +125462,7 @@ [ "b2d.body.is_bullet", { - "_index": 10159, + "_index": 10156, "data": { "ref/stable/b2d.body": {} }, @@ -125506,7 +125472,7 @@ [ "b2d.body.is_fixed_rotation", { - "_index": 10161, + "_index": 10158, "data": { "ref/stable/b2d.body": {} }, @@ -125516,7 +125482,7 @@ [ "b2d.body.is_sleeping_allowed", { - "_index": 10163, + "_index": 10160, "data": { "ref/stable/b2d.body": {} }, @@ -125526,7 +125492,7 @@ [ "b2d.body.reset_mass_data", { - "_index": 10165, + "_index": 10162, "data": { "ref/stable/b2d.body": {} }, @@ -125536,7 +125502,7 @@ [ "b2d.body.set_active", { - "_index": 10169, + "_index": 10166, "data": { "ref/stable/b2d.body": {} }, @@ -125546,7 +125512,7 @@ [ "b2d.body.set_angular_damping", { - "_index": 10177, + "_index": 10174, "data": { "ref/stable/b2d.body": {} }, @@ -125556,7 +125522,7 @@ [ "b2d.body.set_angular_velocity", { - "_index": 10179, + "_index": 10176, "data": { "ref/stable/b2d.body": {} }, @@ -125566,7 +125532,7 @@ [ "b2d.body.set_awake", { - "_index": 10181, + "_index": 10178, "data": { "ref/stable/b2d.body": {} }, @@ -125576,7 +125542,7 @@ [ "b2d.body.set_bullet", { - "_index": 10183, + "_index": 10180, "data": { "ref/stable/b2d.body": {} }, @@ -125586,7 +125552,7 @@ [ "b2d.body.set_fixed_rotation", { - "_index": 10185, + "_index": 10182, "data": { "ref/stable/b2d.body": {} }, @@ -125596,7 +125562,7 @@ [ "b2d.body.set_gravity_scale", { - "_index": 10187, + "_index": 10184, "data": { "ref/stable/b2d.body": {} }, @@ -125606,7 +125572,7 @@ [ "b2d.body.set_linear_damping", { - "_index": 10189, + "_index": 10186, "data": { "ref/stable/b2d.body": {} }, @@ -125616,7 +125582,7 @@ [ "b2d.body.set_linear_velocity", { - "_index": 10191, + "_index": 10188, "data": { "ref/stable/b2d.body": {} }, @@ -125626,7 +125592,7 @@ [ "b2d.body.set_sleeping_allowed", { - "_index": 10193, + "_index": 10190, "data": { "ref/stable/b2d.body": {} }, @@ -125636,7 +125602,7 @@ [ "b2d.body.set_transform", { - "_index": 10195, + "_index": 10192, "data": { "ref/stable/b2d.body": {} }, @@ -125646,7 +125612,7 @@ [ "b2d.body.set_type", { - "_index": 10197, + "_index": 10194, "data": { "ref/stable/b2d.body": {} }, @@ -125656,7 +125622,7 @@ [ "b2d.get_body", { - "_index": 9986, + "_index": 9983, "data": { "ref/stable/b2d": {} }, @@ -125666,7 +125632,7 @@ [ "b2d.get_world", { - "_index": 9990, + "_index": 9987, "data": { "ref/stable/b2d": {} }, @@ -125676,7 +125642,7 @@ [ "b2world", { - "_index": 9992, + "_index": 9989, "data": { "ref/stable/b2d": {}, "ref/stable/b2d.body": {} @@ -125774,7 +125740,7 @@ [ "backing", { - "_index": 5297, + "_index": 5294, "data": { "manuals/compute": {}, "ref/stable/dmArray": {}, @@ -125787,7 +125753,7 @@ [ "backslashes", { - "_index": 7126, + "_index": 7123, "data": { "ref/stable/string": {} }, @@ -125797,7 +125763,7 @@ [ "backtrace", { - "_index": 8685, + "_index": 8682, "data": { "ref/stable/crash": {}, "ref/stable/dmScript": {} @@ -125808,7 +125774,7 @@ [ "backtrace_execinfo.cpp:27", { - "_index": 5007, + "_index": 5004, "data": { "manuals/debugging-native-code": {} }, @@ -125843,7 +125809,7 @@ [ "backwards", { - "_index": 6128, + "_index": 6125, "data": { "examples/movement/look_rotation": {} }, @@ -125853,7 +125819,7 @@ [ "backwheel", { - "_index": 6217, + "_index": 6214, "data": { "examples/physics/hinge_joint": {} }, @@ -125886,7 +125852,7 @@ [ "band", { - "_index": 8638, + "_index": 8635, "data": { "ref/stable/bit": {} }, @@ -125896,7 +125862,7 @@ [ "bandwidth", { - "_index": 10479, + "_index": 10476, "data": { "ref/stable/socket": {} }, @@ -125906,7 +125872,7 @@ [ "bang", { - "_index": 6147, + "_index": 6144, "data": { "examples/particles/fireworks": {} }, @@ -125916,7 +125882,7 @@ [ "banks", { - "_index": 5713, + "_index": 5710, "data": { "manuals/resource": {} }, @@ -125926,7 +125892,7 @@ [ "banners", { - "_index": 4838, + "_index": 4835, "data": { "manuals/porting-guidelines": {} }, @@ -125961,7 +125927,7 @@ [ "barebones", { - "_index": 6730, + "_index": 6727, "data": { "assets/endlessrunner": {} }, @@ -125971,7 +125937,7 @@ [ "barrier", { - "_index": 6916, + "_index": 6913, "data": { "ref/stable/dmGraphics": {} }, @@ -125981,7 +125947,7 @@ [ "barrieraccessflags", { - "_index": 6768, + "_index": 6765, "data": { "ref/stable/dmGraphics": {} }, @@ -125991,7 +125957,7 @@ [ "barrierstageflags", { - "_index": 6769, + "_index": 6766, "data": { "ref/stable/dmGraphics": {} }, @@ -126046,7 +126012,7 @@ [ "base64decode", { - "_index": 8180, + "_index": 8177, "data": { "ref/stable/dmCrypt": {} }, @@ -126056,7 +126022,7 @@ [ "base64encode", { - "_index": 8184, + "_index": 8181, "data": { "ref/stable/dmCrypt": {} }, @@ -126066,7 +126032,7 @@ [ "base:18.2.0", { - "_index": 5552, + "_index": 5549, "data": { "manuals/extensions-gradle": {} }, @@ -126142,7 +126108,7 @@ [ "bases", { - "_index": 10725, + "_index": 10722, "data": { "ref/stable/base": {} }, @@ -126261,7 +126227,7 @@ [ "battery", { - "_index": 4861, + "_index": 4858, "data": { "assets/batterystatus": {}, "manuals/porting-guidelines": {} @@ -126272,7 +126238,7 @@ [ "batterystatus", { - "_index": 6750, + "_index": 6747, "data": { "assets/batterystatus": {} }, @@ -126282,7 +126248,7 @@ [ "battles", { - "_index": 6289, + "_index": 6286, "data": { "assets/warbattlesassetpack": {} }, @@ -126292,7 +126258,7 @@ [ "bd", { - "_index": 8559, + "_index": 8556, "data": { "ref/stable/render": {} }, @@ -126513,7 +126479,7 @@ [ "bean/bean", { - "_index": 6002, + "_index": 5999, "data": { "manuals/building-blocks": {} }, @@ -126593,7 +126559,7 @@ [ "beautiful", { - "_index": 6612, + "_index": 6609, "data": { "assets/haxesupport": {} }, @@ -126666,7 +126632,7 @@ [ "bee", { - "_index": 6166, + "_index": 6163, "data": { "examples/physics/raycast": {}, "examples/render/camera": {}, @@ -126678,7 +126644,7 @@ [ "bee.script", { - "_index": 6200, + "_index": 6197, "data": { "examples/render/screen_to_world": {} }, @@ -126810,7 +126776,7 @@ [ "begin", { - "_index": 7439, + "_index": 7436, "data": { "ref/stable/dmArray": {}, "ref/stable/dmHid": {}, @@ -126823,7 +126789,7 @@ [ "beginframe", { - "_index": 8781, + "_index": 8778, "data": { "ref/stable/dmProfile": {} }, @@ -126851,7 +126817,7 @@ [ "behalf", { - "_index": 5049, + "_index": 5046, "data": { "manuals/live-update-aws": {} }, @@ -126901,7 +126867,7 @@ [ "behavioral", { - "_index": 6605, + "_index": 6602, "data": { "assets/def-behavior-tree": {} }, @@ -126991,7 +126957,7 @@ [ "believe", { - "_index": 5593, + "_index": 5590, "data": { "manuals/introduction": {} }, @@ -127122,7 +127088,7 @@ [ "besides", { - "_index": 5343, + "_index": 5340, "data": { "manuals/editor-scripts": {} }, @@ -127263,7 +127229,7 @@ [ "beware", { - "_index": 10608, + "_index": 10605, "data": { "ref/stable/socket": {} }, @@ -127283,7 +127249,7 @@ [ "bg", { - "_index": 5541, + "_index": 5538, "data": { "manuals/gui-clipping": {} }, @@ -127326,7 +127292,7 @@ [ "billing", { - "_index": 6496, + "_index": 6493, "data": { "assets/iap": {}, "assets/rustore-billing": {} @@ -127448,7 +127414,7 @@ [ "bit.arshift", { - "_index": 8632, + "_index": 8629, "data": { "ref/stable/bit": {} }, @@ -127458,7 +127424,7 @@ [ "bit.band", { - "_index": 8637, + "_index": 8634, "data": { "ref/stable/bit": {} }, @@ -127468,7 +127434,7 @@ [ "bit.bnot", { - "_index": 8639, + "_index": 8636, "data": { "ref/stable/bit": {} }, @@ -127478,7 +127444,7 @@ [ "bit.bor", { - "_index": 8641, + "_index": 8638, "data": { "ref/stable/bit": {} }, @@ -127488,7 +127454,7 @@ [ "bit.bswap", { - "_index": 8643, + "_index": 8640, "data": { "ref/stable/bit": {} }, @@ -127498,7 +127464,7 @@ [ "bit.bxor", { - "_index": 8648, + "_index": 8645, "data": { "ref/stable/bit": {} }, @@ -127508,7 +127474,7 @@ [ "bit.lshift", { - "_index": 8651, + "_index": 8648, "data": { "ref/stable/bit": {} }, @@ -127518,7 +127484,7 @@ [ "bit.rol", { - "_index": 8655, + "_index": 8652, "data": { "ref/stable/bit": {} }, @@ -127528,7 +127494,7 @@ [ "bit.ror", { - "_index": 8657, + "_index": 8654, "data": { "ref/stable/bit": {} }, @@ -127538,7 +127504,7 @@ [ "bit.rshift", { - "_index": 8659, + "_index": 8656, "data": { "ref/stable/bit": {} }, @@ -127548,7 +127514,7 @@ [ "bit.tobit", { - "_index": 8661, + "_index": 8658, "data": { "ref/stable/bit": {} }, @@ -127558,7 +127524,7 @@ [ "bit.tohex", { - "_index": 8663, + "_index": 8660, "data": { "ref/stable/bit": {} }, @@ -127568,7 +127534,7 @@ [ "bit46", { - "_index": 6403, + "_index": 6400, "data": { "assets/bit46": {} }, @@ -127601,7 +127567,7 @@ [ "bitmask", { - "_index": 8097, + "_index": 8094, "data": { "ref/stable/tilemap": {} }, @@ -127611,7 +127577,7 @@ [ "bitop", { - "_index": 5179, + "_index": 5176, "data": { "manuals/lua": {} }, @@ -127621,7 +127587,7 @@ [ "bitplanes", { - "_index": 8536, + "_index": 8533, "data": { "ref/stable/render": {} }, @@ -127631,7 +127597,7 @@ [ "bits", { - "_index": 8572, + "_index": 8569, "data": { "ref/stable/bit": {}, "ref/stable/dmRender": {}, @@ -127643,7 +127609,7 @@ [ "bitwise", { - "_index": 6405, + "_index": 6402, "data": { "assets/bit46": {}, "ref/stable/bit": {}, @@ -127689,7 +127655,7 @@ [ "blanks", { - "_index": 9590, + "_index": 9587, "data": { "ref/stable/sys": {} }, @@ -127699,7 +127665,7 @@ [ "blazing", { - "_index": 5951, + "_index": 5948, "data": { "manuals/design": {} }, @@ -127753,7 +127719,7 @@ [ "blend_add", { - "_index": 7614, + "_index": 7611, "data": { "ref/stable/gui": {} }, @@ -127763,7 +127729,7 @@ [ "blend_add_alpha", { - "_index": 7617, + "_index": 7614, "data": { "ref/stable/gui": {} }, @@ -127773,7 +127739,7 @@ [ "blend_alpha", { - "_index": 7619, + "_index": 7616, "data": { "ref/stable/gui": {} }, @@ -127783,7 +127749,7 @@ [ "blend_duration", { - "_index": 5926, + "_index": 5923, "data": { "manuals/model": {}, "ref/stable/model": {} @@ -127794,7 +127760,7 @@ [ "blend_factor_constant_alpha", { - "_index": 8201, + "_index": 8198, "data": { "ref/stable/graphics": {} }, @@ -127804,7 +127770,7 @@ [ "blend_factor_constant_color", { - "_index": 8203, + "_index": 8200, "data": { "ref/stable/graphics": {} }, @@ -127814,7 +127780,7 @@ [ "blend_factor_dst_alpha", { - "_index": 8205, + "_index": 8202, "data": { "ref/stable/graphics": {} }, @@ -127824,7 +127790,7 @@ [ "blend_factor_dst_color", { - "_index": 8207, + "_index": 8204, "data": { "ref/stable/graphics": {} }, @@ -127834,7 +127800,7 @@ [ "blend_factor_one", { - "_index": 8209, + "_index": 8206, "data": { "ref/stable/graphics": {} }, @@ -127844,7 +127810,7 @@ [ "blend_factor_one_minus_constant_alpha", { - "_index": 8211, + "_index": 8208, "data": { "ref/stable/graphics": {} }, @@ -127854,7 +127820,7 @@ [ "blend_factor_one_minus_constant_color", { - "_index": 8213, + "_index": 8210, "data": { "ref/stable/graphics": {} }, @@ -127864,7 +127830,7 @@ [ "blend_factor_one_minus_dst_alpha", { - "_index": 8215, + "_index": 8212, "data": { "ref/stable/graphics": {} }, @@ -127874,7 +127840,7 @@ [ "blend_factor_one_minus_dst_color", { - "_index": 8217, + "_index": 8214, "data": { "ref/stable/graphics": {} }, @@ -127884,7 +127850,7 @@ [ "blend_factor_one_minus_src_alpha", { - "_index": 8219, + "_index": 8216, "data": { "ref/stable/graphics": {} }, @@ -127894,7 +127860,7 @@ [ "blend_factor_one_minus_src_color", { - "_index": 8221, + "_index": 8218, "data": { "ref/stable/graphics": {} }, @@ -127904,7 +127870,7 @@ [ "blend_factor_src_alpha", { - "_index": 8223, + "_index": 8220, "data": { "ref/stable/graphics": {} }, @@ -127914,7 +127880,7 @@ [ "blend_factor_src_alpha_saturate", { - "_index": 8225, + "_index": 8222, "data": { "ref/stable/graphics": {} }, @@ -127924,7 +127890,7 @@ [ "blend_factor_src_color", { - "_index": 8227, + "_index": 8224, "data": { "ref/stable/graphics": {} }, @@ -127934,7 +127900,7 @@ [ "blend_factor_zero", { - "_index": 8229, + "_index": 8226, "data": { "ref/stable/graphics": {} }, @@ -127944,7 +127910,7 @@ [ "blend_mult", { - "_index": 7621, + "_index": 7618, "data": { "ref/stable/gui": {} }, @@ -127954,7 +127920,7 @@ [ "blend_screen", { - "_index": 7623, + "_index": 7620, "data": { "ref/stable/gui": {} }, @@ -127964,7 +127930,7 @@ [ "blendcolor", { - "_index": 8528, + "_index": 8525, "data": { "ref/stable/render": {} }, @@ -127986,7 +127952,7 @@ [ "blender", { - "_index": 4818, + "_index": 4815, "data": { "assets/cleanexporter": {}, "manuals/importing-models": {} @@ -127997,7 +127963,7 @@ [ "blendfactor", { - "_index": 6770, + "_index": 6767, "data": { "ref/stable/dmGraphics": {} }, @@ -128007,7 +127973,7 @@ [ "blending", { - "_index": 6043, + "_index": 6040, "data": { "assets/defblend": {}, "examples/material/screenspace": {}, @@ -128034,7 +128000,7 @@ [ "blip", { - "_index": 6668, + "_index": 6665, "data": { "assets/blip": {} }, @@ -128044,7 +128010,7 @@ [ "bloat", { - "_index": 6487, + "_index": 6484, "data": { "assets/dear-imgui": {} }, @@ -128054,7 +128020,7 @@ [ "blob", { - "_index": 8688, + "_index": 8685, "data": { "ref/stable/crash": {}, "ref/stable/dmConfigFile": {} @@ -128090,7 +128056,7 @@ [ "block1", { - "_index": 6218, + "_index": 6215, "data": { "examples/physics/dynamic": {} }, @@ -128100,7 +128066,7 @@ [ "block2", { - "_index": 6212, + "_index": 6209, "data": { "examples/physics/dynamic": {}, "examples/physics/kinematic": {} @@ -128111,7 +128077,7 @@ [ "blocked", { - "_index": 9906, + "_index": 9903, "data": { "ref/stable/dmConditionVariable": {}, "ref/stable/socket": {} @@ -128187,7 +128153,7 @@ [ "blueprints", { - "_index": 6008, + "_index": 6005, "data": { "manuals/building-blocks": {} }, @@ -128207,7 +128173,7 @@ [ "blur", { - "_index": 6684, + "_index": 6681, "data": { "assets/blurshader": {} }, @@ -128217,7 +128183,7 @@ [ "blur_render_target", { - "_index": 5288, + "_index": 5285, "data": { "manuals/compute": {} }, @@ -128237,7 +128203,7 @@ [ "blurs", { - "_index": 5258, + "_index": 5255, "data": { "manuals/compute": {} }, @@ -128247,7 +128213,7 @@ [ "blurshader", { - "_index": 6683, + "_index": 6680, "data": { "assets/blurshader": {} }, @@ -128278,7 +128244,7 @@ [ "bnot", { - "_index": 8640, + "_index": 8637, "data": { "ref/stable/bit": {} }, @@ -128338,7 +128304,7 @@ [ "bodies", { - "_index": 7473, + "_index": 7470, "data": { "ref/stable/b2d.body": {}, "ref/stable/physics": {} @@ -128370,7 +128336,7 @@ [ "body's", { - "_index": 10136, + "_index": 10133, "data": { "ref/stable/b2d.body": {} }, @@ -128380,7 +128346,7 @@ [ "body_cbk", { - "_index": 10457, + "_index": 10454, "data": { "ref/stable/dmHttpClient": {} }, @@ -128400,7 +128366,7 @@ [ "bodya", { - "_index": 5784, + "_index": 5781, "data": { "manuals/physics-joints": {}, "ref/stable/physics": {} @@ -128411,7 +128377,7 @@ [ "bodya_angle", { - "_index": 7510, + "_index": 7507, "data": { "ref/stable/physics": {} }, @@ -128421,7 +128387,7 @@ [ "bodyb", { - "_index": 5783, + "_index": 5780, "data": { "manuals/physics-joints": {}, "ref/stable/physics": {} @@ -128432,7 +128398,7 @@ [ "bodyb_angle", { - "_index": 7509, + "_index": 7506, "data": { "ref/stable/physics": {} }, @@ -128516,7 +128482,7 @@ [ "books", { - "_index": 5180, + "_index": 5177, "data": { "manuals/lua": {} }, @@ -128614,7 +128580,7 @@ [ "booleandefault", { - "_index": 8849, + "_index": 8846, "data": { "ref/stable/editor": {} }, @@ -128624,7 +128590,7 @@ [ "booleandetermines", { - "_index": 8906, + "_index": 8903, "data": { "ref/stable/editor": {} }, @@ -128634,7 +128600,7 @@ [ "booleanif", { - "_index": 8944, + "_index": 8941, "data": { "ref/stable/editor": {} }, @@ -128644,7 +128610,7 @@ [ "booleans", { - "_index": 5372, + "_index": 5369, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -128655,7 +128621,7 @@ [ "booleanwhether", { - "_index": 8878, + "_index": 8875, "data": { "ref/stable/editor": {} }, @@ -128722,7 +128688,7 @@ [ "bor", { - "_index": 8642, + "_index": 8639, "data": { "ref/stable/bit": {} }, @@ -128857,7 +128823,7 @@ [ "bottom_left", { - "_index": 8889, + "_index": 8886, "data": { "ref/stable/editor": {} }, @@ -128867,7 +128833,7 @@ [ "bottom_right", { - "_index": 8891, + "_index": 8888, "data": { "ref/stable/editor": {} }, @@ -128890,7 +128856,7 @@ [ "bounces", { - "_index": 5275, + "_index": 5272, "data": { "examples/sound/panning": {}, "manuals/compute": {} @@ -128929,7 +128895,7 @@ [ "boundary", { - "_index": 5127, + "_index": 5124, "data": { "manuals/flash": {}, "ref/stable/dmAlign": {} @@ -128940,7 +128906,7 @@ [ "bounded", { - "_index": 9726, + "_index": 9723, "data": { "ref/stable/dmStringFunc": {} }, @@ -129052,7 +129018,7 @@ [ "box_data", { - "_index": 5530, + "_index": 5527, "data": { "manuals/physics-shapes": {} }, @@ -129106,7 +129072,7 @@ [ "branch", { - "_index": 6570, + "_index": 6567, "data": { "assets/daabbcc": {} }, @@ -129116,7 +129082,7 @@ [ "branched", { - "_index": 6387, + "_index": 6384, "data": { "assets/defork": {} }, @@ -129136,7 +129102,7 @@ [ "branching", { - "_index": 6455, + "_index": 6452, "data": { "assets/defarc": {} }, @@ -129146,7 +129112,7 @@ [ "breadcrumb", { - "_index": 8708, + "_index": 8705, "data": { "ref/stable/crash": {} }, @@ -129184,7 +129150,7 @@ [ "breakpoint", { - "_index": 4922, + "_index": 4919, "data": { "manuals/debugging-game-logic": {}, "manuals/debugging-native-code-android": {}, @@ -129256,7 +129222,7 @@ [ "brief", { - "_index": 5807, + "_index": 5804, "data": { "manuals/macos": {}, "ref/stable/go": {}, @@ -129268,7 +129234,7 @@ [ "bright", { - "_index": 6047, + "_index": 6044, "data": { "manuals/material": {} }, @@ -129294,7 +129260,7 @@ [ "brings", { - "_index": 5566, + "_index": 5563, "data": { "assets/compat53": {}, "manuals/editor": {} @@ -129315,7 +129281,7 @@ [ "broad", { - "_index": 10172, + "_index": 10169, "data": { "ref/stable/b2d.body": {} }, @@ -129325,7 +129291,7 @@ [ "broadcast", { - "_index": 7961, + "_index": 7958, "data": { "ref/stable/dmConditionVariable": {}, "ref/stable/dmSocket": {}, @@ -129339,7 +129305,7 @@ [ "broadcasted", { - "_index": 7462, + "_index": 7459, "data": { "ref/stable/physics": {} }, @@ -129361,7 +129327,7 @@ [ "broker", { - "_index": 6695, + "_index": 6692, "data": { "assets/gamedistribution": {} }, @@ -129446,7 +129412,7 @@ [ "bs", { - "_index": 8561, + "_index": 8558, "data": { "ref/stable/render": {} }, @@ -129456,7 +129422,7 @@ [ "bsd", { - "_index": 9417, + "_index": 9414, "data": { "ref/stable/dmSocket": {}, "ref/stable/dmStringFunc": {}, @@ -129468,7 +129434,7 @@ [ "bswap", { - "_index": 8644, + "_index": 8641, "data": { "ref/stable/bit": {} }, @@ -129579,7 +129545,7 @@ [ "buffer's", { - "_index": 6048, + "_index": 6045, "data": { "manuals/material": {}, "ref/stable/render": {} @@ -129590,7 +129556,7 @@ [ "buffer.copy_buffer", { - "_index": 8102, + "_index": 8099, "data": { "ref/stable/buffer": {} }, @@ -129600,7 +129566,7 @@ [ "buffer.copy_stream", { - "_index": 8104, + "_index": 8101, "data": { "ref/stable/buffer": {} }, @@ -129625,7 +129591,7 @@ [ "buffer.get_bytes", { - "_index": 8107, + "_index": 8104, "data": { "ref/stable/buffer": {} }, @@ -129635,7 +129601,7 @@ [ "buffer.get_metadata", { - "_index": 8109, + "_index": 8106, "data": { "ref/stable/buffer": {} }, @@ -129657,7 +129623,7 @@ [ "buffer.set_metadata", { - "_index": 5657, + "_index": 5654, "data": { "manuals/mesh": {}, "ref/stable/buffer": {} @@ -129668,7 +129634,7 @@ [ "buffer.value_type_float32", { - "_index": 5649, + "_index": 5646, "data": { "manuals/mesh": {}, "ref/stable/buffer": {} @@ -129679,7 +129645,7 @@ [ "buffer.value_type_int16", { - "_index": 8114, + "_index": 8111, "data": { "ref/stable/buffer": {} }, @@ -129689,7 +129655,7 @@ [ "buffer.value_type_int32", { - "_index": 8116, + "_index": 8113, "data": { "ref/stable/buffer": {} }, @@ -129699,7 +129665,7 @@ [ "buffer.value_type_int64", { - "_index": 8118, + "_index": 8115, "data": { "ref/stable/buffer": {} }, @@ -129709,7 +129675,7 @@ [ "buffer.value_type_int8", { - "_index": 8120, + "_index": 8117, "data": { "ref/stable/buffer": {} }, @@ -129719,7 +129685,7 @@ [ "buffer.value_type_uint16", { - "_index": 8122, + "_index": 8119, "data": { "ref/stable/buffer": {} }, @@ -129729,7 +129695,7 @@ [ "buffer.value_type_uint32", { - "_index": 8124, + "_index": 8121, "data": { "ref/stable/buffer": {} }, @@ -129739,7 +129705,7 @@ [ "buffer.value_type_uint64", { - "_index": 8126, + "_index": 8123, "data": { "ref/stable/buffer": {} }, @@ -129760,7 +129726,7 @@ [ "buffer_ok", { - "_index": 10644, + "_index": 10641, "data": { "ref/stable/dmBuffer": {} }, @@ -129770,7 +129736,7 @@ [ "buffer_type", { - "_index": 10424, + "_index": 10421, "data": { "ref/stable/resource": {} }, @@ -129780,7 +129746,7 @@ [ "buffer_type_color0_bit", { - "_index": 8231, + "_index": 8228, "data": { "ref/stable/graphics": {} }, @@ -129790,7 +129756,7 @@ [ "buffer_type_color1_bit", { - "_index": 8233, + "_index": 8230, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -129801,7 +129767,7 @@ [ "buffer_type_color2_bit", { - "_index": 8236, + "_index": 8233, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -129812,7 +129778,7 @@ [ "buffer_type_color3_bit", { - "_index": 8238, + "_index": 8235, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -129823,7 +129789,7 @@ [ "buffer_type_depth_bit", { - "_index": 8240, + "_index": 8237, "data": { "ref/stable/graphics": {} }, @@ -129833,7 +129799,7 @@ [ "buffer_type_stencil_bit", { - "_index": 8242, + "_index": 8239, "data": { "ref/stable/graphics": {} }, @@ -129843,7 +129809,7 @@ [ "bufferaccess", { - "_index": 6771, + "_index": 6768, "data": { "ref/stable/dmGraphics": {} }, @@ -129853,7 +129819,7 @@ [ "bufferc", { - "_index": 10403, + "_index": 10400, "data": { "ref/stable/resource": {} }, @@ -129863,7 +129829,7 @@ [ "buffered", { - "_index": 9462, + "_index": 9459, "data": { "ref/stable/io": {}, "ref/stable/socket": {} @@ -129874,7 +129840,7 @@ [ "buffering", { - "_index": 8608, + "_index": 8605, "data": { "ref/stable/io": {}, "ref/stable/render": {} @@ -129905,7 +129871,7 @@ [ "bufferstream", { - "_index": 8106, + "_index": 8103, "data": { "ref/stable/buffer": {} }, @@ -129915,7 +129881,7 @@ [ "bufferusage", { - "_index": 6772, + "_index": 6769, "data": { "ref/stable/dmGraphics": {} }, @@ -129925,7 +129891,7 @@ [ "bug", { - "_index": 4934, + "_index": 4931, "data": { "manuals/debugging-game-logic": {}, "manuals/getting-help": {}, @@ -130015,7 +129981,7 @@ [ "build.gradle", { - "_index": 4733, + "_index": 4730, "data": { "manuals/extensions": {}, "manuals/extensions-gradle": {} @@ -130036,7 +130002,7 @@ [ "build/arm64", { - "_index": 4979, + "_index": 4976, "data": { "manuals/debugging-native-code": {} }, @@ -130046,7 +130012,7 @@ [ "build/armv7", { - "_index": 5513, + "_index": 5510, "data": { "manuals/debugging-native-code-android": {} }, @@ -130077,7 +130043,7 @@ [ "build/default/game.projectc", { - "_index": 9436, + "_index": 9433, "data": { "ref/stable/engine": {} }, @@ -130087,7 +130053,7 @@ [ "build/ios", { - "_index": 4894, + "_index": 4891, "data": { "manuals/debugging-native-code-ios": {} }, @@ -130097,7 +130063,7 @@ [ "build/js", { - "_index": 4984, + "_index": 4981, "data": { "manuals/debugging-native-code": {} }, @@ -130107,7 +130073,7 @@ [ "build/plugins", { - "_index": 5450, + "_index": 5447, "data": { "manuals/editor-scripts": {} }, @@ -130117,7 +130083,7 @@ [ "build/plugins/${extension", { - "_index": 5452, + "_index": 5449, "data": { "manuals/editor-scripts": {} }, @@ -130127,7 +130093,7 @@ [ "build/plugins/my", { - "_index": 5441, + "_index": 5438, "data": { "manuals/editor-scripts": {} }, @@ -130137,7 +130103,7 @@ [ "build/wasm", { - "_index": 4985, + "_index": 4982, "data": { "manuals/debugging-native-code": {} }, @@ -130147,7 +130113,7 @@ [ "build/x86_64", { - "_index": 4980, + "_index": 4977, "data": { "manuals/debugging-native-code": {} }, @@ -130157,7 +130123,7 @@ [ "build_time", { - "_index": 5417, + "_index": 5414, "data": { "manuals/editor-scripts": {} }, @@ -130181,7 +130147,7 @@ [ "builder.platforms", { - "_index": 4794, + "_index": 4791, "data": { "manuals/extender-docker-images": {} }, @@ -130342,7 +130308,7 @@ [ "builtins/assets/meshes/quad.dae", { - "_index": 6228, + "_index": 6225, "data": { "examples/material/noise": {}, "examples/material/uvgradient": {} @@ -130353,7 +130319,7 @@ [ "builtins/ca", { - "_index": 5255, + "_index": 5252, "data": { "manuals/networking": {} }, @@ -130363,7 +130329,7 @@ [ "builtins/fonts/debug/always_on_top.font", { - "_index": 5868, + "_index": 5865, "data": { "manuals/debugging-game-logic": {} }, @@ -130373,7 +130339,7 @@ [ "builtins/fonts/debug/always_on_top_font.material", { - "_index": 5869, + "_index": 5866, "data": { "manuals/debugging-game-logic": {} }, @@ -130449,7 +130415,7 @@ [ "bullet.hittestobject", { - "_index": 5128, + "_index": 5125, "data": { "manuals/flash": {} }, @@ -130459,7 +130425,7 @@ [ "bullet.x", { - "_index": 5133, + "_index": 5130, "data": { "manuals/flash": {} }, @@ -130469,7 +130435,7 @@ [ "bullet.y", { - "_index": 5134, + "_index": 5131, "data": { "manuals/flash": {} }, @@ -130505,7 +130471,7 @@ [ "bullseye", { - "_index": 5126, + "_index": 5123, "data": { "manuals/flash": {} }, @@ -130515,7 +130481,7 @@ [ "bullseye.hittestpoint", { - "_index": 5132, + "_index": 5129, "data": { "manuals/flash": {} }, @@ -130525,7 +130491,7 @@ [ "bunch", { - "_index": 6480, + "_index": 6477, "data": { "assets/deftable": {} }, @@ -130613,7 +130579,7 @@ [ "bundletool", { - "_index": 5544, + "_index": 5541, "data": { "manuals/extensions-gradle": {} }, @@ -130652,7 +130618,7 @@ [ "bunny", { - "_index": 6132, + "_index": 6129, "data": { "examples/basics/z_order": {}, "examples/physics/trigger": {} @@ -130663,7 +130629,7 @@ [ "bunny's", { - "_index": 6214, + "_index": 6211, "data": { "examples/physics/trigger": {} }, @@ -130673,7 +130639,7 @@ [ "bunnymark", { - "_index": 6169, + "_index": 6166, "data": { "examples/sprite/bunnymark": {} }, @@ -130812,7 +130778,7 @@ [ "button.gui", { - "_index": 6099, + "_index": 6096, "data": { "examples/gui/button": {} }, @@ -130822,7 +130788,7 @@ [ "button.gui_script", { - "_index": 6100, + "_index": 6097, "data": { "examples/gui/button": {} }, @@ -130832,7 +130798,7 @@ [ "button_1/button", { - "_index": 4700, + "_index": 4697, "data": { "manuals/gui-template": {} }, @@ -130842,7 +130808,7 @@ [ "buttoncancel", { - "_index": 8945, + "_index": 8942, "data": { "ref/stable/editor": {} }, @@ -130852,7 +130818,7 @@ [ "buttondown", { - "_index": 5157, + "_index": 5154, "data": { "manuals/flash": {} }, @@ -130862,7 +130828,7 @@ [ "buttonenabled", { - "_index": 8946, + "_index": 8943, "data": { "ref/stable/editor": {} }, @@ -130896,7 +130862,7 @@ [ "buttontext", { - "_index": 8899, + "_index": 8896, "data": { "ref/stable/editor": {} }, @@ -130906,7 +130872,7 @@ [ "bxor", { - "_index": 8649, + "_index": 8646, "data": { "ref/stable/bit": {} }, @@ -131078,7 +131044,7 @@ [ "bypass", { - "_index": 10531, + "_index": 10528, "data": { "ref/stable/socket": {} }, @@ -131088,7 +131054,7 @@ [ "bypasses", { - "_index": 9414, + "_index": 9411, "data": { "ref/stable/package": {} }, @@ -131162,7 +131128,7 @@ [ "bytes_received", { - "_index": 10238, + "_index": 10235, "data": { "ref/stable/http": {} }, @@ -131172,7 +131138,7 @@ [ "bytes_total", { - "_index": 10241, + "_index": 10238, "data": { "ref/stable/http": {} }, @@ -131214,7 +131180,7 @@ [ "c++11", { - "_index": 10326, + "_index": 10323, "data": { "ref/stable/dmStaticAssert": {} }, @@ -131244,7 +131210,7 @@ [ "c:\\users", { - "_index": 5584, + "_index": 5581, "data": { "manuals/editor": {} }, @@ -131264,7 +131230,7 @@ [ "ca", { - "_index": 5253, + "_index": 5250, "data": { "manuals/networking": {} }, @@ -131322,7 +131288,7 @@ [ "caches", { - "_index": 9053, + "_index": 9050, "data": { "ref/stable/editor": {} }, @@ -131332,7 +131298,7 @@ [ "caching", { - "_index": 9681, + "_index": 9678, "data": { "ref/stable/sys": {} }, @@ -131342,7 +131308,7 @@ [ "cafebazaar", { - "_index": 6477, + "_index": 6474, "data": { "assets/cafebazaar": {} }, @@ -131352,7 +131318,7 @@ [ "cairo", { - "_index": 6541, + "_index": 6538, "data": { "assets/defold-cairo": {} }, @@ -131400,7 +131366,7 @@ [ "calculates", { - "_index": 6195, + "_index": 6192, "data": { "examples/render/orbit_camera": {}, "ref/stable/vmath": {} @@ -131520,7 +131486,7 @@ [ "callaback", { - "_index": 10203, + "_index": 10200, "data": { "ref/stable/html5": {} }, @@ -131593,7 +131559,7 @@ [ "callbacktype", { - "_index": 9867, + "_index": 9864, "data": { "ref/stable/dmExtension": {} }, @@ -131675,7 +131641,7 @@ [ "caller", { - "_index": 9116, + "_index": 9113, "data": { "ref/stable/base": {}, "ref/stable/debug": {}, @@ -131754,7 +131720,7 @@ [ "callstack", { - "_index": 4977, + "_index": 4974, "data": { "manuals/debugging-native-code": {}, "manuals/debugging-native-code-android": {} @@ -131799,7 +131765,7 @@ [ "camera's", { - "_index": 6196, + "_index": 6193, "data": { "examples/render/orbit_camera": {} }, @@ -131809,7 +131775,7 @@ [ "camera.get_aspect_ratio", { - "_index": 10329, + "_index": 10326, "data": { "ref/stable/camera": {} }, @@ -131819,7 +131785,7 @@ [ "camera.get_cameras", { - "_index": 10331, + "_index": 10328, "data": { "ref/stable/camera": {} }, @@ -131829,7 +131795,7 @@ [ "camera.get_enabled", { - "_index": 10333, + "_index": 10330, "data": { "ref/stable/camera": {} }, @@ -131839,7 +131805,7 @@ [ "camera.get_far_z", { - "_index": 10335, + "_index": 10332, "data": { "ref/stable/camera": {} }, @@ -131849,7 +131815,7 @@ [ "camera.get_fov", { - "_index": 10337, + "_index": 10334, "data": { "ref/stable/camera": {} }, @@ -131859,7 +131825,7 @@ [ "camera.get_near_z", { - "_index": 10339, + "_index": 10336, "data": { "ref/stable/camera": {} }, @@ -131869,7 +131835,7 @@ [ "camera.get_orthographic_zoom", { - "_index": 10341, + "_index": 10338, "data": { "ref/stable/camera": {} }, @@ -131879,7 +131845,7 @@ [ "camera.get_projection", { - "_index": 10343, + "_index": 10340, "data": { "ref/stable/camera": {} }, @@ -131889,7 +131855,7 @@ [ "camera.get_view", { - "_index": 10345, + "_index": 10342, "data": { "ref/stable/camera": {} }, @@ -131899,7 +131865,7 @@ [ "camera.set_aspect_ratio", { - "_index": 10347, + "_index": 10344, "data": { "ref/stable/camera": {} }, @@ -131909,7 +131875,7 @@ [ "camera.set_far_z", { - "_index": 10349, + "_index": 10346, "data": { "ref/stable/camera": {} }, @@ -131919,7 +131885,7 @@ [ "camera.set_fov", { - "_index": 10351, + "_index": 10348, "data": { "ref/stable/camera": {} }, @@ -131929,7 +131895,7 @@ [ "camera.set_near_z", { - "_index": 10353, + "_index": 10350, "data": { "ref/stable/camera": {} }, @@ -131939,7 +131905,7 @@ [ "camera.set_orthographic_zoom", { - "_index": 10355, + "_index": 10352, "data": { "ref/stable/camera": {} }, @@ -132255,7 +132221,7 @@ [ "can.script", { - "_index": 6001, + "_index": 5998, "data": { "manuals/building-blocks": {} }, @@ -132265,7 +132231,7 @@ [ "can_factory", { - "_index": 5639, + "_index": 5636, "data": { "manuals/script-properties": {} }, @@ -132275,7 +132241,7 @@ [ "can_get", { - "_index": 8822, + "_index": 8819, "data": { "ref/stable/editor": {} }, @@ -132285,7 +132251,7 @@ [ "can_health", { - "_index": 5640, + "_index": 5637, "data": { "manuals/script-properties": {} }, @@ -132295,7 +132261,7 @@ [ "can_set", { - "_index": 8823, + "_index": 8820, "data": { "ref/stable/editor": {} }, @@ -132332,7 +132298,7 @@ [ "cancel_animation", { - "_index": 7624, + "_index": 7621, "data": { "ref/stable/gui": {} }, @@ -132342,7 +132308,7 @@ [ "cancel_animations", { - "_index": 9917, + "_index": 9914, "data": { "ref/stable/go": {} }, @@ -132352,7 +132318,7 @@ [ "cancel_flipbook", { - "_index": 7626, + "_index": 7623, "data": { "ref/stable/gui": {} }, @@ -132362,7 +132328,7 @@ [ "cancelability", { - "_index": 10055, + "_index": 10052, "data": { "ref/stable/dmSocket": {} }, @@ -132397,7 +132363,7 @@ [ "cancelled/completed", { - "_index": 7374, + "_index": 7371, "data": { "ref/stable/timer": {} }, @@ -132407,7 +132373,7 @@ [ "cancelling", { - "_index": 7364, + "_index": 7361, "data": { "ref/stable/timer": {} }, @@ -132417,7 +132383,7 @@ [ "cancels", { - "_index": 7627, + "_index": 7624, "data": { "ref/stable/gui": {}, "ref/stable/model": {} @@ -132461,7 +132427,7 @@ [ "canonic", { - "_index": 10595, + "_index": 10592, "data": { "ref/stable/socket": {} }, @@ -132471,7 +132437,7 @@ [ "canonical", { - "_index": 8430, + "_index": 8427, "data": { "ref/stable/dmResource": {} }, @@ -132493,7 +132459,7 @@ [ "cap", { - "_index": 9586, + "_index": 9583, "data": { "ref/stable/sys": {} }, @@ -132503,7 +132469,7 @@ [ "capabilities", { - "_index": 5231, + "_index": 5228, "data": { "manuals/app-manifest": {} }, @@ -132513,7 +132479,7 @@ [ "capability", { - "_index": 5229, + "_index": 5226, "data": { "manuals/app-manifest": {} }, @@ -132534,7 +132500,7 @@ [ "capacity", { - "_index": 7440, + "_index": 7437, "data": { "ref/stable/dmArray": {} }, @@ -132544,7 +132510,7 @@ [ "capsule", { - "_index": 5522, + "_index": 5519, "data": { "manuals/physics-shapes": {}, "ref/stable/physics": {} @@ -132555,7 +132521,7 @@ [ "capsule_data", { - "_index": 5523, + "_index": 5520, "data": { "manuals/physics-shapes": {} }, @@ -132565,7 +132531,7 @@ [ "capsules", { - "_index": 7540, + "_index": 7537, "data": { "ref/stable/physics": {} }, @@ -132625,7 +132591,7 @@ [ "cardinality", { - "_index": 5390, + "_index": 5387, "data": { "manuals/editor-scripts": {} }, @@ -132635,7 +132601,7 @@ [ "cards", { - "_index": 6652, + "_index": 6649, "data": { "assets/cards-fx-kit": {} }, @@ -132659,7 +132625,7 @@ [ "careful", { - "_index": 5204, + "_index": 5201, "data": { "manuals/lua": {}, "ref/stable/resource": {} @@ -132670,7 +132636,7 @@ [ "carefully", { - "_index": 5953, + "_index": 5950, "data": { "manuals/design": {} }, @@ -132680,7 +132646,7 @@ [ "carries", { - "_index": 9738, + "_index": 9735, "data": { "ref/stable/dmStringFunc": {} }, @@ -132690,7 +132656,7 @@ [ "carrot.go", { - "_index": 6179, + "_index": 6176, "data": { "examples/factory/basic": {} }, @@ -132700,7 +132666,7 @@ [ "carrotfactory", { - "_index": 6178, + "_index": 6175, "data": { "examples/factory/basic": {} }, @@ -132720,7 +132686,7 @@ [ "cas", { - "_index": 6663, + "_index": 6660, "data": { "assets/cas-ai": {} }, @@ -132730,7 +132696,7 @@ [ "cas.ai", { - "_index": 6664, + "_index": 6661, "data": { "assets/cas-ai": {} }, @@ -132824,7 +132790,7 @@ [ "casting", { - "_index": 6579, + "_index": 6576, "data": { "assets/defold-tile-raycast": {} }, @@ -132868,7 +132834,7 @@ [ "catalina", { - "_index": 5848, + "_index": 5845, "data": { "manuals/macos": {} }, @@ -132888,7 +132854,7 @@ [ "catch", { - "_index": 10607, + "_index": 10604, "data": { "ref/stable/socket": {} }, @@ -132898,7 +132864,7 @@ [ "catches", { - "_index": 10605, + "_index": 10602, "data": { "ref/stable/base": {}, "ref/stable/socket": {} @@ -132921,7 +132887,7 @@ [ "category", { - "_index": 4927, + "_index": 4924, "data": { "manuals/getting-help": {}, "manuals/live-update-aws": {}, @@ -132986,7 +132952,7 @@ [ "causing", { - "_index": 5483, + "_index": 5480, "data": { "examples/particles/modifiers": {}, "manuals/editor-scripts": {} @@ -133012,7 +132978,7 @@ [ "cb", { - "_index": 4854, + "_index": 4851, "data": { "manuals/porting-guidelines": {} }, @@ -133042,7 +133008,7 @@ [ "cc0", { - "_index": 6130, + "_index": 6127, "data": { "examples/material/screenspace": {}, "examples/material/unlit": {}, @@ -133087,7 +133053,7 @@ [ "ceil", { - "_index": 7254, + "_index": 7251, "data": { "ref/stable/math": {} }, @@ -133108,7 +133074,7 @@ [ "cellular", { - "_index": 9628, + "_index": 9625, "data": { "ref/stable/sys": {} }, @@ -133205,7 +133171,7 @@ [ "certificates", { - "_index": 5254, + "_index": 5251, "data": { "manuals/android": {}, "manuals/networking": {} @@ -133261,7 +133227,7 @@ [ "chance", { - "_index": 9914, + "_index": 9911, "data": { "ref/stable/go": {} }, @@ -133335,7 +133301,7 @@ [ "change_collision_group", { - "_index": 7530, + "_index": 7527, "data": { "ref/stable/physics": {} }, @@ -133502,7 +133468,7 @@ [ "char[1024", { - "_index": 9345, + "_index": 9342, "data": { "ref/stable/dmGameObject": {} }, @@ -133548,7 +133514,7 @@ [ "characteristics", { - "_index": 5457, + "_index": 5454, "data": { "manuals/editor-scripts": {} }, @@ -133581,7 +133547,7 @@ [ "charge", { - "_index": 4728, + "_index": 4725, "data": { "manuals/extensions": {} }, @@ -133591,7 +133557,7 @@ [ "charging", { - "_index": 6751, + "_index": 6748, "data": { "assets/batterystatus": {} }, @@ -133738,7 +133704,7 @@ [ "check_is_enemy", { - "_index": 7480, + "_index": 7477, "data": { "ref/stable/physics": {} }, @@ -133773,7 +133739,7 @@ [ "checkbuffer", { - "_index": 10793, + "_index": 10790, "data": { "ref/stable/dmScript": {} }, @@ -133783,7 +133749,7 @@ [ "checkbuffernoerror", { - "_index": 10797, + "_index": 10794, "data": { "ref/stable/dmScript": {} }, @@ -133793,7 +133759,7 @@ [ "checkbufferunpack", { - "_index": 10799, + "_index": 10796, "data": { "ref/stable/dmScript": {} }, @@ -133803,7 +133769,7 @@ [ "checkbufferunpacknoerror", { - "_index": 10801, + "_index": 10798, "data": { "ref/stable/dmScript": {} }, @@ -133813,7 +133779,7 @@ [ "checkcollection", { - "_index": 10779, + "_index": 10776, "data": { "ref/stable/dmScript": {} }, @@ -133844,7 +133810,7 @@ [ "checkedon_value_changed", { - "_index": 8915, + "_index": 8912, "data": { "ref/stable/editor": {} }, @@ -133854,7 +133820,7 @@ [ "checkgoinstance", { - "_index": 10780, + "_index": 10777, "data": { "ref/stable/dmScript": {} }, @@ -133864,7 +133830,7 @@ [ "checkhash", { - "_index": 10803, + "_index": 10800, "data": { "ref/stable/dmScript": {} }, @@ -133874,7 +133840,7 @@ [ "checkhashorstring", { - "_index": 10805, + "_index": 10802, "data": { "ref/stable/dmScript": {} }, @@ -133909,7 +133875,7 @@ [ "checklist", { - "_index": 5888, + "_index": 5885, "data": { "manuals/debugging-game-logic": {} }, @@ -133919,7 +133885,7 @@ [ "checkmatrix4", { - "_index": 10807, + "_index": 10804, "data": { "ref/stable/dmScript": {} }, @@ -133929,7 +133895,7 @@ [ "checkout", { - "_index": 5505, + "_index": 5502, "data": { "manuals/debugging-native-code-android": {} }, @@ -133939,7 +133905,7 @@ [ "checkquat", { - "_index": 10809, + "_index": 10806, "data": { "ref/stable/dmScript": {} }, @@ -133978,7 +133944,7 @@ [ "checksums", { - "_index": 5420, + "_index": 5417, "data": { "manuals/editor-scripts": {} }, @@ -133988,7 +133954,7 @@ [ "checktable", { - "_index": 10782, + "_index": 10779, "data": { "ref/stable/dmScript": {} }, @@ -133998,7 +133964,7 @@ [ "checkvector3", { - "_index": 10811, + "_index": 10808, "data": { "ref/stable/dmScript": {} }, @@ -134008,7 +133974,7 @@ [ "checkvector4", { - "_index": 10813, + "_index": 10810, "data": { "ref/stable/dmScript": {} }, @@ -134018,7 +133984,7 @@ [ "chief", { - "_index": 5188, + "_index": 5185, "data": { "manuals/lua": {} }, @@ -134064,7 +134030,7 @@ [ "child_bean", { - "_index": 6018, + "_index": 6015, "data": { "manuals/building-blocks": {} }, @@ -134086,7 +134052,7 @@ [ "childing", { - "_index": 6010, + "_index": 6007, "data": { "manuals/building-blocks": {} }, @@ -134114,7 +134080,7 @@ [ "chip", { - "_index": 6492, + "_index": 6489, "data": { "assets/chipsounds": {} }, @@ -134124,7 +134090,7 @@ [ "chipsounds", { - "_index": 6491, + "_index": 6488, "data": { "assets/chipsounds": {} }, @@ -134134,7 +134100,7 @@ [ "chiptune", { - "_index": 6490, + "_index": 6487, "data": { "assets/modplayer": {} }, @@ -134144,7 +134110,7 @@ [ "chmod", { - "_index": 5825, + "_index": 5822, "data": { "manuals/macos": {} }, @@ -134207,7 +134173,7 @@ [ "chooses", { - "_index": 6035, + "_index": 6032, "data": { "manuals/material": {}, "ref/stable/socket": {} @@ -134262,7 +134228,7 @@ [ "chrono", { - "_index": 6437, + "_index": 6434, "data": { "assets/chrono": {} }, @@ -134272,7 +134238,7 @@ [ "chunk", { - "_index": 5210, + "_index": 5207, "data": { "manuals/lua": {}, "ref/stable/base": {} @@ -134283,7 +134249,7 @@ [ "chunked", { - "_index": 10245, + "_index": 10242, "data": { "ref/stable/http": {} }, @@ -134293,7 +134259,7 @@ [ "chunked_transfer", { - "_index": 10244, + "_index": 10241, "data": { "ref/stable/http": {} }, @@ -134303,7 +134269,7 @@ [ "chunkname", { - "_index": 10701, + "_index": 10698, "data": { "ref/stable/base": {} }, @@ -134313,7 +134279,7 @@ [ "ci", { - "_index": 4708, + "_index": 4705, "data": { "manuals/bundling": {} }, @@ -134323,7 +134289,7 @@ [ "cinematic", { - "_index": 6688, + "_index": 6685, "data": { "assets/operator": {} }, @@ -134356,7 +134322,7 @@ [ "circles", { - "_index": 5578, + "_index": 5575, "data": { "assets/2dcollisions": {}, "manuals/editor": {} @@ -134367,7 +134333,7 @@ [ "circlic", { - "_index": 7644, + "_index": 7641, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -134392,7 +134358,7 @@ [ "circumscribe", { - "_index": 5009, + "_index": 5006, "data": { "manuals/gui-pie": {} }, @@ -134402,7 +134368,7 @@ [ "circumstances", { - "_index": 4705, + "_index": 4702, "data": { "manuals/bundling": {} }, @@ -134412,7 +134378,7 @@ [ "cirular", { - "_index": 6209, + "_index": 6206, "data": { "examples/physics/hinge_joint": {}, "examples/physics/pendulum": {} @@ -134423,7 +134389,7 @@ [ "cjson", { - "_index": 6430, + "_index": 6427, "data": { "assets/cjson": {} }, @@ -134433,7 +134399,7 @@ [ "cl", { - "_index": 6275, + "_index": 6272, "data": { "assets/defbuild": {} }, @@ -134443,7 +134409,7 @@ [ "clamp", { - "_index": 6983, + "_index": 6980, "data": { "ref/stable/render": {}, "ref/stable/vmath": {} @@ -134454,7 +134420,7 @@ [ "clamped", { - "_index": 6959, + "_index": 6956, "data": { "ref/stable/render": {}, "ref/stable/sprite": {}, @@ -134516,7 +134482,7 @@ [ "cleanexporter", { - "_index": 6592, + "_index": 6589, "data": { "assets/cleanexporter": {} }, @@ -134574,7 +134540,7 @@ [ "cleared", { - "_index": 8477, + "_index": 8474, "data": { "ref/stable/editor": {}, "ref/stable/profiler": {}, @@ -134586,7 +134552,7 @@ [ "clearing", { - "_index": 5880, + "_index": 5877, "data": { "manuals/debugging-game-logic": {} }, @@ -134607,7 +134573,7 @@ [ "clearnamedconstantbuffer", { - "_index": 10906, + "_index": 10903, "data": { "ref/stable/dmRender": {} }, @@ -134617,7 +134583,7 @@ [ "clearrenderconstant", { - "_index": 8039, + "_index": 8036, "data": { "ref/stable/dmGameSystem": {} }, @@ -134627,7 +134593,7 @@ [ "clears", { - "_index": 5497, + "_index": 5494, "data": { "manuals/editor-scripts": {}, "ref/stable/dmRender": {}, @@ -134724,7 +134690,7 @@ [ "clicks", { - "_index": 5147, + "_index": 5144, "data": { "examples/physics/kinematic": {}, "manuals/flash": {}, @@ -134753,7 +134719,7 @@ [ "client:close", { - "_index": 10460, + "_index": 10457, "data": { "ref/stable/socket": {} }, @@ -134773,7 +134739,7 @@ [ "client:dirty", { - "_index": 10462, + "_index": 10459, "data": { "ref/stable/socket": {} }, @@ -134783,7 +134749,7 @@ [ "client:getfd", { - "_index": 10464, + "_index": 10461, "data": { "ref/stable/socket": {} }, @@ -134793,7 +134759,7 @@ [ "client:getoption", { - "_index": 10465, + "_index": 10462, "data": { "ref/stable/socket": {} }, @@ -134803,7 +134769,7 @@ [ "client:getpeername", { - "_index": 10471, + "_index": 10468, "data": { "ref/stable/socket": {} }, @@ -134813,7 +134779,7 @@ [ "client:getsockname", { - "_index": 10475, + "_index": 10472, "data": { "ref/stable/socket": {} }, @@ -134823,7 +134789,7 @@ [ "client:getstats", { - "_index": 10476, + "_index": 10473, "data": { "ref/stable/socket": {} }, @@ -134855,7 +134821,7 @@ [ "client:setfd", { - "_index": 10486, + "_index": 10483, "data": { "ref/stable/socket": {} }, @@ -134865,7 +134831,7 @@ [ "client:setoption", { - "_index": 10466, + "_index": 10463, "data": { "ref/stable/socket": {} }, @@ -134875,7 +134841,7 @@ [ "client:setstats", { - "_index": 10495, + "_index": 10492, "data": { "ref/stable/socket": {} }, @@ -134896,7 +134862,7 @@ [ "client:shutdown", { - "_index": 10499, + "_index": 10496, "data": { "ref/stable/socket": {} }, @@ -134940,7 +134906,7 @@ [ "clipped", { - "_index": 5538, + "_index": 5535, "data": { "manuals/gui-clipping": {} }, @@ -134950,7 +134916,7 @@ [ "clipper", { - "_index": 5539, + "_index": 5536, "data": { "manuals/gui-clipping": {} }, @@ -134974,7 +134940,7 @@ [ "clipping_mode_none", { - "_index": 7629, + "_index": 7626, "data": { "ref/stable/gui": {} }, @@ -134984,7 +134950,7 @@ [ "clipping_mode_stencil", { - "_index": 7631, + "_index": 7628, "data": { "ref/stable/gui": {} }, @@ -135006,7 +134972,7 @@ [ "clock", { - "_index": 9996, + "_index": 9993, "data": { "ref/stable/os": {} }, @@ -135042,7 +135008,7 @@ [ "clone_tree", { - "_index": 7635, + "_index": 7632, "data": { "ref/stable/gui": {} }, @@ -135052,7 +135018,7 @@ [ "cloned", { - "_index": 7632, + "_index": 7629, "data": { "ref/stable/gui": {} }, @@ -135062,7 +135028,7 @@ [ "cloning", { - "_index": 10445, + "_index": 10442, "data": { "ref/stable/resource": {} }, @@ -135106,7 +135072,7 @@ [ "closely", { - "_index": 5137, + "_index": 5134, "data": { "manuals/flash": {} }, @@ -135154,7 +135120,7 @@ [ "closure", { - "_index": 5751, + "_index": 5748, "data": { "manuals/debugging-game-logic": {}, "manuals/modules": {} @@ -135165,7 +135131,7 @@ [ "closures", { - "_index": 5750, + "_index": 5747, "data": { "manuals/modules": {} }, @@ -135175,7 +135141,7 @@ [ "cloth", { - "_index": 5265, + "_index": 5262, "data": { "manuals/compute": {} }, @@ -135216,7 +135182,7 @@ [ "cmd", { - "_index": 5386, + "_index": 5383, "data": { "manuals/editor-scripts": {} }, @@ -135226,7 +135192,7 @@ [ "cmp", { - "_index": 6301, + "_index": 6298, "data": { "assets/def_usercentrics": {} }, @@ -135236,7 +135202,7 @@ [ "cn", { - "_index": 6058, + "_index": 6055, "data": { "manuals/android": {} }, @@ -135246,7 +135212,7 @@ [ "co", { - "_index": 8744, + "_index": 8741, "data": { "ref/stable/coroutine": {} }, @@ -135256,7 +135222,7 @@ [ "cocoa", { - "_index": 5939, + "_index": 5936, "data": { "manuals/extensions-cocoapods": {} }, @@ -135266,7 +135232,7 @@ [ "cocoapods", { - "_index": 5940, + "_index": 5937, "data": { "manuals/extensions-cocoapods": {} }, @@ -135378,7 +135344,7 @@ [ "codeandweb", { - "_index": 5517, + "_index": 5514, "data": { "manuals/physics-shapes": {} }, @@ -135388,7 +135354,7 @@ [ "codec", { - "_index": 9594, + "_index": 9591, "data": { "ref/stable/sys": {} }, @@ -135426,7 +135392,7 @@ [ "codesign", { - "_index": 5842, + "_index": 5839, "data": { "manuals/macos": {} }, @@ -135446,7 +135412,7 @@ [ "cognito", { - "_index": 6723, + "_index": 6720, "data": { "assets/defold-cognito": {} }, @@ -135555,7 +135521,7 @@ [ "collapsed", { - "_index": 8068, + "_index": 8065, "data": { "ref/stable/tilemap": {} }, @@ -135575,7 +135541,7 @@ [ "collate", { - "_index": 10020, + "_index": 10017, "data": { "ref/stable/os": {} }, @@ -135585,7 +135551,7 @@ [ "collect", { - "_index": 5553, + "_index": 5550, "data": { "assets/endlessrunner": {}, "manuals/extensions-cocoapods": {}, @@ -135599,7 +135565,7 @@ [ "collectables", { - "_index": 5085, + "_index": 5082, "data": { "manuals/flash": {} }, @@ -135609,7 +135575,7 @@ [ "collected", { - "_index": 5805, + "_index": 5802, "data": { "manuals/macos": {}, "ref/stable/dmScript": {}, @@ -135623,7 +135589,7 @@ [ "collectgarbage", { - "_index": 5214, + "_index": 5211, "data": { "manuals/lua": {}, "ref/stable/base": {} @@ -135692,7 +135658,7 @@ [ "collection's", { - "_index": 5997, + "_index": 5994, "data": { "manuals/building-blocks": {} }, @@ -135736,7 +135702,7 @@ [ "collectionfactory.get_status", { - "_index": 7347, + "_index": 7344, "data": { "ref/stable/collectionfactory": {} }, @@ -135768,7 +135734,7 @@ [ "collectionfactory.status_loaded", { - "_index": 7351, + "_index": 7348, "data": { "ref/stable/collectionfactory": {} }, @@ -135778,7 +135744,7 @@ [ "collectionfactory.status_loading", { - "_index": 7350, + "_index": 7347, "data": { "ref/stable/collectionfactory": {} }, @@ -135788,7 +135754,7 @@ [ "collectionfactory.status_unloaded", { - "_index": 7349, + "_index": 7346, "data": { "ref/stable/collectionfactory": {} }, @@ -135809,7 +135775,7 @@ [ "collectionproxy", { - "_index": 7979, + "_index": 7976, "data": { "ref/stable/collectionproxy": {} }, @@ -135819,7 +135785,7 @@ [ "collectionproxy.get_resources", { - "_index": 7978, + "_index": 7975, "data": { "ref/stable/collectionproxy": {} }, @@ -135841,7 +135807,7 @@ [ "collectionproxy.result_", { - "_index": 7991, + "_index": 7988, "data": { "ref/stable/collectionproxy": {} }, @@ -135851,7 +135817,7 @@ [ "collectionproxy.result_already_loaded", { - "_index": 7983, + "_index": 7980, "data": { "ref/stable/collectionproxy": {} }, @@ -135861,7 +135827,7 @@ [ "collectionproxy.result_loading", { - "_index": 7985, + "_index": 7982, "data": { "ref/stable/collectionproxy": {} }, @@ -135871,7 +135837,7 @@ [ "collectionproxy.result_not_excluded", { - "_index": 7987, + "_index": 7984, "data": { "ref/stable/collectionproxy": {} }, @@ -135881,7 +135847,7 @@ [ "collectionproxy.set_collection", { - "_index": 7989, + "_index": 7986, "data": { "ref/stable/collectionproxy": {} }, @@ -135926,7 +135892,7 @@ [ "collects", { - "_index": 4711, + "_index": 4708, "data": { "manuals/bundling": {}, "manuals/editor-scripts": {}, @@ -135954,7 +135920,7 @@ [ "collide_connected", { - "_index": 7472, + "_index": 7469, "data": { "ref/stable/physics": {} }, @@ -135976,7 +135942,7 @@ [ "collides", { - "_index": 7463, + "_index": 7460, "data": { "ref/stable/physics": {} }, @@ -136042,7 +136008,7 @@ [ "collision_event", { - "_index": 5680, + "_index": 5677, "data": { "manuals/physics-events": {}, "ref/stable/physics": {} @@ -136053,7 +136019,7 @@ [ "collision_response", { - "_index": 7461, + "_index": 7458, "data": { "ref/stable/physics": {} }, @@ -136063,7 +136029,7 @@ [ "collisionobject", { - "_index": 5525, + "_index": 5522, "data": { "manuals/physics-events": {}, "manuals/physics-shapes": {}, @@ -136099,7 +136065,7 @@ [ "colon", { - "_index": 5752, + "_index": 5749, "data": { "manuals/modules": {} }, @@ -136164,7 +136130,7 @@ [ "color.rgb", { - "_index": 5327, + "_index": 5324, "data": { "manuals/compute": {} }, @@ -136174,7 +136140,7 @@ [ "color.w", { - "_index": 7590, + "_index": 7587, "data": { "ref/stable/gui": {} }, @@ -136184,7 +136150,7 @@ [ "color_green", { - "_index": 5863, + "_index": 5860, "data": { "manuals/debugging-game-logic": {} }, @@ -136204,7 +136170,7 @@ [ "color_red", { - "_index": 5867, + "_index": 5864, "data": { "manuals/debugging-game-logic": {} }, @@ -136242,7 +136208,7 @@ [ "colorize", { - "_index": 6246, + "_index": 6243, "data": { "examples/material/vertexcolor": {} }, @@ -136252,7 +136218,7 @@ [ "colorlib", { - "_index": 6318, + "_index": 6315, "data": { "assets/colorlib": {} }, @@ -136262,7 +136228,7 @@ [ "colorpicker", { - "_index": 6547, + "_index": 6544, "data": { "assets/colorpicker": {} }, @@ -136302,7 +136268,7 @@ [ "column:grow", { - "_index": 8964, + "_index": 8961, "data": { "ref/stable/editor": {} }, @@ -136334,7 +136300,7 @@ [ "colyseus", { - "_index": 6306, + "_index": 6303, "data": { "assets/colyseus": {} }, @@ -136344,7 +136310,7 @@ [ "com.acme.foobar", { - "_index": 5853, + "_index": 5850, "data": { "manuals/macos": {} }, @@ -136354,7 +136320,7 @@ [ "com.apple.security.cs.allow", { - "_index": 5828, + "_index": 5825, "data": { "manuals/macos": {} }, @@ -136364,7 +136330,7 @@ [ "com.apple.security.cs.disable", { - "_index": 5838, + "_index": 5835, "data": { "manuals/macos": {} }, @@ -136374,7 +136340,7 @@ [ "com.defold.example", { - "_index": 4973, + "_index": 4970, "data": { "manuals/debugging-native-code": {} }, @@ -136404,7 +136370,7 @@ [ "com.google.android.gms:play", { - "_index": 5551, + "_index": 5548, "data": { "manuals/extensions-gradle": {} }, @@ -136414,7 +136380,7 @@ [ "com.google.firebase:firebase", { - "_index": 5549, + "_index": 5546, "data": { "manuals/extensions-gradle": {} }, @@ -136472,7 +136438,7 @@ [ "combine", { - "_index": 6181, + "_index": 6178, "data": { "examples/factory/bullets": {} }, @@ -136497,7 +136463,7 @@ [ "combines", { - "_index": 5929, + "_index": 5926, "data": { "manuals/model": {} }, @@ -136552,7 +136518,7 @@ [ "comfortable", { - "_index": 5608, + "_index": 5605, "data": { "manuals/introduction": {} }, @@ -136572,7 +136538,7 @@ [ "coming", { - "_index": 10520, + "_index": 10517, "data": { "ref/stable/socket": {} }, @@ -136625,7 +136591,7 @@ [ "command's", { - "_index": 5487, + "_index": 5484, "data": { "manuals/editor-scripts": {} }, @@ -136650,7 +136616,7 @@ [ "commect", { - "_index": 10546, + "_index": 10543, "data": { "ref/stable/socket": {} }, @@ -136670,7 +136636,7 @@ [ "comments", { - "_index": 5195, + "_index": 5192, "data": { "examples/resource/modify_atlas": {}, "manuals/editor-scripts": {}, @@ -136837,7 +136803,7 @@ [ "comp_collection_factory_status_loaded", { - "_index": 7348, + "_index": 7345, "data": { "ref/stable/collectionfactory": {} }, @@ -136857,7 +136823,7 @@ [ "company", { - "_index": 5843, + "_index": 5840, "data": { "manuals/macos": {} }, @@ -136867,7 +136833,7 @@ [ "comparand", { - "_index": 9072, + "_index": 9069, "data": { "ref/stable/dmAtomic": {} }, @@ -136893,7 +136859,7 @@ [ "compare_func_always", { - "_index": 8244, + "_index": 8241, "data": { "ref/stable/graphics": {} }, @@ -136903,7 +136869,7 @@ [ "compare_func_equal", { - "_index": 8246, + "_index": 8243, "data": { "ref/stable/graphics": {} }, @@ -136913,7 +136879,7 @@ [ "compare_func_gequal", { - "_index": 8248, + "_index": 8245, "data": { "ref/stable/graphics": {} }, @@ -136923,7 +136889,7 @@ [ "compare_func_greater", { - "_index": 8250, + "_index": 8247, "data": { "ref/stable/graphics": {} }, @@ -136933,7 +136899,7 @@ [ "compare_func_lequal", { - "_index": 8252, + "_index": 8249, "data": { "ref/stable/graphics": {} }, @@ -136943,7 +136909,7 @@ [ "compare_func_less", { - "_index": 8254, + "_index": 8251, "data": { "ref/stable/graphics": {} }, @@ -136953,7 +136919,7 @@ [ "compare_func_never", { - "_index": 8256, + "_index": 8253, "data": { "ref/stable/graphics": {} }, @@ -136963,7 +136929,7 @@ [ "compare_func_notequal", { - "_index": 8258, + "_index": 8255, "data": { "ref/stable/graphics": {} }, @@ -136973,7 +136939,7 @@ [ "compared", { - "_index": 5684, + "_index": 5681, "data": { "manuals/modules": {}, "manuals/physics-events": {}, @@ -136985,7 +136951,7 @@ [ "comparefunc", { - "_index": 6773, + "_index": 6770, "data": { "ref/stable/dmGraphics": {} }, @@ -136995,7 +136961,7 @@ [ "comparing", { - "_index": 7009, + "_index": 7006, "data": { "ref/stable/vmath": {} }, @@ -137017,7 +136983,7 @@ [ "compat", { - "_index": 6670, + "_index": 6667, "data": { "assets/compat53": {} }, @@ -137027,7 +136993,7 @@ [ "compat53", { - "_index": 6669, + "_index": 6666, "data": { "assets/compat53": {} }, @@ -137037,7 +137003,7 @@ [ "compatability", { - "_index": 5336, + "_index": 5333, "data": { "manuals/compute": {} }, @@ -137081,7 +137047,7 @@ [ "competition", { - "_index": 4836, + "_index": 4833, "data": { "manuals/porting-guidelines": {} }, @@ -137091,7 +137057,7 @@ [ "compgetconstantcallback", { - "_index": 8040, + "_index": 8037, "data": { "ref/stable/dmGameSystem": {} }, @@ -137218,7 +137184,7 @@ [ "complete_function", { - "_index": 7591, + "_index": 7588, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -137296,7 +137262,7 @@ [ "completions", { - "_index": 5439, + "_index": 5436, "data": { "manuals/editor-scripts": {} }, @@ -137343,7 +137309,7 @@ [ "compliance_", { - "_index": 5041, + "_index": 5038, "data": { "manuals/live-update-aws": {} }, @@ -137484,7 +137450,7 @@ [ "component[][]array", { - "_index": 8959, + "_index": 8956, "data": { "ref/stable/editor": {} }, @@ -137494,7 +137460,7 @@ [ "component[]array", { - "_index": 8939, + "_index": 8936, "data": { "ref/stable/editor": {} }, @@ -137504,7 +137470,7 @@ [ "componentaddtoupdate", { - "_index": 9126, + "_index": 9123, "data": { "ref/stable/dmGameObject": {} }, @@ -137514,7 +137480,7 @@ [ "componentaddtoupdateparams", { - "_index": 9130, + "_index": 9127, "data": { "ref/stable/dmGameObject": {} }, @@ -137524,7 +137490,7 @@ [ "componentcontent", { - "_index": 8937, + "_index": 8934, "data": { "ref/stable/editor": {} }, @@ -137534,7 +137500,7 @@ [ "componentcreate", { - "_index": 9131, + "_index": 9128, "data": { "ref/stable/dmGameObject": {} }, @@ -137544,7 +137510,7 @@ [ "componentcreateparams", { - "_index": 9133, + "_index": 9130, "data": { "ref/stable/dmGameObject": {} }, @@ -137554,7 +137520,7 @@ [ "componentdeleteworld", { - "_index": 9135, + "_index": 9132, "data": { "ref/stable/dmGameObject": {} }, @@ -137564,7 +137530,7 @@ [ "componentdeleteworldparams", { - "_index": 9137, + "_index": 9134, "data": { "ref/stable/dmGameObject": {} }, @@ -137574,7 +137540,7 @@ [ "componentdestroy", { - "_index": 9138, + "_index": 9135, "data": { "ref/stable/dmGameObject": {} }, @@ -137584,7 +137550,7 @@ [ "componentdestroyparams", { - "_index": 9141, + "_index": 9138, "data": { "ref/stable/dmGameObject": {} }, @@ -137594,7 +137560,7 @@ [ "componentfinal", { - "_index": 9142, + "_index": 9139, "data": { "ref/stable/dmGameObject": {} }, @@ -137604,7 +137570,7 @@ [ "componentfinalparams", { - "_index": 9144, + "_index": 9141, "data": { "ref/stable/dmGameObject": {} }, @@ -137614,7 +137580,7 @@ [ "componentget", { - "_index": 9145, + "_index": 9142, "data": { "ref/stable/dmGameObject": {} }, @@ -137624,7 +137590,7 @@ [ "componentgetparams", { - "_index": 9148, + "_index": 9145, "data": { "ref/stable/dmGameObject": {} }, @@ -137634,7 +137600,7 @@ [ "componentgetproperty", { - "_index": 9149, + "_index": 9146, "data": { "ref/stable/dmGameObject": {} }, @@ -137644,7 +137610,7 @@ [ "componentgetpropertyparams", { - "_index": 9155, + "_index": 9152, "data": { "ref/stable/dmGameObject": {} }, @@ -137654,7 +137620,7 @@ [ "componentinit", { - "_index": 9156, + "_index": 9153, "data": { "ref/stable/dmGameObject": {} }, @@ -137664,7 +137630,7 @@ [ "componentinitparams", { - "_index": 9158, + "_index": 9155, "data": { "ref/stable/dmGameObject": {} }, @@ -137674,7 +137640,7 @@ [ "componentiterproperties", { - "_index": 9159, + "_index": 9156, "data": { "ref/stable/dmGameObject": {} }, @@ -137684,7 +137650,7 @@ [ "componentnewworld", { - "_index": 9134, + "_index": 9131, "data": { "ref/stable/dmGameObject": {} }, @@ -137694,7 +137660,7 @@ [ "componentnewworldparams", { - "_index": 9164, + "_index": 9161, "data": { "ref/stable/dmGameObject": {} }, @@ -137704,7 +137670,7 @@ [ "componentoninput", { - "_index": 9167, + "_index": 9164, "data": { "ref/stable/dmGameObject": {} }, @@ -137714,7 +137680,7 @@ [ "componentoninputparams", { - "_index": 9170, + "_index": 9167, "data": { "ref/stable/dmGameObject": {} }, @@ -137724,7 +137690,7 @@ [ "componentonmessage", { - "_index": 9171, + "_index": 9168, "data": { "ref/stable/dmGameObject": {} }, @@ -137734,7 +137700,7 @@ [ "componentonmessageparams", { - "_index": 9175, + "_index": 9172, "data": { "ref/stable/dmGameObject": {} }, @@ -137744,7 +137710,7 @@ [ "componentonreload", { - "_index": 9176, + "_index": 9173, "data": { "ref/stable/dmGameObject": {} }, @@ -137754,7 +137720,7 @@ [ "componentonreloadparams", { - "_index": 9178, + "_index": 9175, "data": { "ref/stable/dmGameObject": {} }, @@ -137828,7 +137794,7 @@ [ "componentsetproperties", { - "_index": 9179, + "_index": 9176, "data": { "ref/stable/dmGameObject": {} }, @@ -137838,7 +137804,7 @@ [ "componentsetpropertiesparams", { - "_index": 9181, + "_index": 9178, "data": { "ref/stable/dmGameObject": {} }, @@ -137848,7 +137814,7 @@ [ "componentsetproperty", { - "_index": 9182, + "_index": 9179, "data": { "ref/stable/dmGameObject": {} }, @@ -137858,7 +137824,7 @@ [ "componentsetpropertyparams", { - "_index": 9184, + "_index": 9181, "data": { "ref/stable/dmGameObject": {} }, @@ -137868,7 +137834,7 @@ [ "componentsfixedupdate", { - "_index": 9185, + "_index": 9182, "data": { "ref/stable/dmGameObject": {} }, @@ -137878,7 +137844,7 @@ [ "componentspadding", { - "_index": 8990, + "_index": 8987, "data": { "ref/stable/editor": {} }, @@ -137888,7 +137854,7 @@ [ "componentspostupdate", { - "_index": 9188, + "_index": 9185, "data": { "ref/stable/dmGameObject": {} }, @@ -137898,7 +137864,7 @@ [ "componentspostupdateparams", { - "_index": 9190, + "_index": 9187, "data": { "ref/stable/dmGameObject": {} }, @@ -137908,7 +137874,7 @@ [ "componentsrender", { - "_index": 9191, + "_index": 9188, "data": { "ref/stable/dmGameObject": {} }, @@ -137918,7 +137884,7 @@ [ "componentsrenderparams", { - "_index": 9193, + "_index": 9190, "data": { "ref/stable/dmGameObject": {} }, @@ -137928,7 +137894,7 @@ [ "componentsrows", { - "_index": 8960, + "_index": 8957, "data": { "ref/stable/editor": {} }, @@ -137938,7 +137904,7 @@ [ "componentsupdate", { - "_index": 9194, + "_index": 9191, "data": { "ref/stable/dmGameObject": {} }, @@ -137948,7 +137914,7 @@ [ "componentsupdateparams", { - "_index": 9195, + "_index": 9192, "data": { "ref/stable/dmGameObject": {} }, @@ -137958,7 +137924,7 @@ [ "componentsupdateresult", { - "_index": 9196, + "_index": 9193, "data": { "ref/stable/dmGameObject": {} }, @@ -137968,7 +137934,7 @@ [ "componenttop", { - "_index": 8935, + "_index": 8932, "data": { "ref/stable/editor": {} }, @@ -137978,7 +137944,7 @@ [ "componenttypecreatectx", { - "_index": 9197, + "_index": 9194, "data": { "ref/stable/dmGameObject": {} }, @@ -137988,7 +137954,7 @@ [ "componenttypegetcontext", { - "_index": 9199, + "_index": 9196, "data": { "ref/stable/dmGameObject": {} }, @@ -137998,7 +137964,7 @@ [ "componenttypegettypeindex", { - "_index": 9201, + "_index": 9198, "data": { "ref/stable/dmGameObject": {} }, @@ -138008,7 +137974,7 @@ [ "componenttypesetaddtoupdatefn", { - "_index": 9204, + "_index": 9201, "data": { "ref/stable/dmGameObject": {} }, @@ -138018,7 +137984,7 @@ [ "componenttypesetchilditeratorfn", { - "_index": 9206, + "_index": 9203, "data": { "ref/stable/dmGameObject": {} }, @@ -138028,7 +137994,7 @@ [ "componenttypesetcontext", { - "_index": 9208, + "_index": 9205, "data": { "ref/stable/dmGameObject": {} }, @@ -138038,7 +138004,7 @@ [ "componenttypesetcreatefn", { - "_index": 9209, + "_index": 9206, "data": { "ref/stable/dmGameObject": {} }, @@ -138048,7 +138014,7 @@ [ "componenttypesetdeleteworldfn", { - "_index": 9210, + "_index": 9207, "data": { "ref/stable/dmGameObject": {} }, @@ -138058,7 +138024,7 @@ [ "componenttypesetdestroyfn", { - "_index": 9211, + "_index": 9208, "data": { "ref/stable/dmGameObject": {} }, @@ -138068,7 +138034,7 @@ [ "componenttypesetfinalfn", { - "_index": 9212, + "_index": 9209, "data": { "ref/stable/dmGameObject": {} }, @@ -138078,7 +138044,7 @@ [ "componenttypesetfixedupdatefn", { - "_index": 9214, + "_index": 9211, "data": { "ref/stable/dmGameObject": {} }, @@ -138088,7 +138054,7 @@ [ "componenttypesetgetfn", { - "_index": 9215, + "_index": 9212, "data": { "ref/stable/dmGameObject": {} }, @@ -138098,7 +138064,7 @@ [ "componenttypesetgetpropertyfn", { - "_index": 9216, + "_index": 9213, "data": { "ref/stable/dmGameObject": {} }, @@ -138108,7 +138074,7 @@ [ "componenttypesethasuserdata", { - "_index": 9217, + "_index": 9214, "data": { "ref/stable/dmGameObject": {} }, @@ -138118,7 +138084,7 @@ [ "componenttypesetinitfn", { - "_index": 9218, + "_index": 9215, "data": { "ref/stable/dmGameObject": {} }, @@ -138128,7 +138094,7 @@ [ "componenttypesetnewworldfn", { - "_index": 9220, + "_index": 9217, "data": { "ref/stable/dmGameObject": {} }, @@ -138138,7 +138104,7 @@ [ "componenttypesetoninputfn", { - "_index": 9221, + "_index": 9218, "data": { "ref/stable/dmGameObject": {} }, @@ -138148,7 +138114,7 @@ [ "componenttypesetonmessagefn", { - "_index": 9222, + "_index": 9219, "data": { "ref/stable/dmGameObject": {} }, @@ -138158,7 +138124,7 @@ [ "componenttypesetonreloadfn", { - "_index": 9224, + "_index": 9221, "data": { "ref/stable/dmGameObject": {} }, @@ -138168,7 +138134,7 @@ [ "componenttypesetpostupdatefn", { - "_index": 9225, + "_index": 9222, "data": { "ref/stable/dmGameObject": {} }, @@ -138178,7 +138144,7 @@ [ "componenttypesetprio", { - "_index": 9226, + "_index": 9223, "data": { "ref/stable/dmGameObject": {} }, @@ -138188,7 +138154,7 @@ [ "componenttypesetpropertyiteratorfn", { - "_index": 9228, + "_index": 9225, "data": { "ref/stable/dmGameObject": {} }, @@ -138198,7 +138164,7 @@ [ "componenttypesetreadstransforms", { - "_index": 9230, + "_index": 9227, "data": { "ref/stable/dmGameObject": {} }, @@ -138208,7 +138174,7 @@ [ "componenttypesetrenderfn", { - "_index": 9232, + "_index": 9229, "data": { "ref/stable/dmGameObject": {} }, @@ -138218,7 +138184,7 @@ [ "componenttypesetsetpropertiesfn", { - "_index": 9233, + "_index": 9230, "data": { "ref/stable/dmGameObject": {} }, @@ -138228,7 +138194,7 @@ [ "componenttypesetsetpropertyfn", { - "_index": 9235, + "_index": 9232, "data": { "ref/stable/dmGameObject": {} }, @@ -138238,7 +138204,7 @@ [ "componenttypesetupdatefn", { - "_index": 9236, + "_index": 9233, "data": { "ref/stable/dmGameObject": {} }, @@ -138280,7 +138246,7 @@ [ "composite", { - "_index": 7588, + "_index": 7585, "data": { "ref/stable/dmGameObject": {}, "ref/stable/gui": {} @@ -138365,7 +138331,7 @@ [ "compression_type_basis_etc1s", { - "_index": 8260, + "_index": 8257, "data": { "ref/stable/graphics": {} }, @@ -138387,7 +138353,7 @@ [ "compression_type_default", { - "_index": 8263, + "_index": 8260, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -138398,7 +138364,7 @@ [ "compression_type_webp", { - "_index": 8265, + "_index": 8262, "data": { "ref/stable/graphics": {} }, @@ -138408,7 +138374,7 @@ [ "compression_type_webp_lossy", { - "_index": 8267, + "_index": 8264, "data": { "ref/stable/graphics": {} }, @@ -138428,7 +138394,7 @@ [ "compsetconstantcallback", { - "_index": 8043, + "_index": 8040, "data": { "ref/stable/dmGameSystem": {} }, @@ -138451,7 +138417,7 @@ [ "computational", { - "_index": 5281, + "_index": 5278, "data": { "manuals/compute": {} }, @@ -138461,7 +138427,7 @@ [ "computationally", { - "_index": 7096, + "_index": 7093, "data": { "ref/stable/vmath": {} }, @@ -138500,7 +138466,7 @@ [ "compute.cp", { - "_index": 5306, + "_index": 5303, "data": { "manuals/compute": {} }, @@ -138543,7 +138509,7 @@ [ "computereditor.prefs.scope.project", { - "_index": 8847, + "_index": 8844, "data": { "ref/stable/editor": {} }, @@ -138575,7 +138541,7 @@ [ "computing", { - "_index": 8523, + "_index": 8520, "data": { "ref/stable/render": {} }, @@ -138585,7 +138551,7 @@ [ "concat", { - "_index": 6937, + "_index": 6934, "data": { "ref/stable/table": {} }, @@ -138606,7 +138572,7 @@ [ "concatenated", { - "_index": 9398, + "_index": 9395, "data": { "ref/stable/package": {}, "ref/stable/socket": {} @@ -138617,7 +138583,7 @@ [ "concatenates", { - "_index": 10699, + "_index": 10696, "data": { "ref/stable/base": {} }, @@ -138627,7 +138593,7 @@ [ "concatenation", { - "_index": 7183, + "_index": 7180, "data": { "ref/stable/dmStringFunc": {}, "ref/stable/string": {} @@ -138675,7 +138641,7 @@ [ "concise", { - "_index": 4935, + "_index": 4932, "data": { "manuals/editor-scripts": {}, "manuals/getting-help": {} @@ -138696,7 +138662,7 @@ [ "condition", { - "_index": 5881, + "_index": 5878, "data": { "manuals/debugging-game-logic": {}, "ref/stable/dmConditionVariable": {}, @@ -138744,7 +138710,7 @@ [ "conditionvariable", { - "_index": 9907, + "_index": 9904, "data": { "ref/stable/dmConditionVariable": {} }, @@ -138754,7 +138720,7 @@ [ "conducted", { - "_index": 5131, + "_index": 5128, "data": { "manuals/flash": {} }, @@ -138776,7 +138742,7 @@ [ "conects", { - "_index": 5256, + "_index": 5253, "data": { "manuals/networking": {} }, @@ -138786,7 +138752,7 @@ [ "confetti", { - "_index": 6136, + "_index": 6133, "data": { "examples/particles/confetti": {} }, @@ -138796,7 +138762,7 @@ [ "confetti.script", { - "_index": 6142, + "_index": 6139, "data": { "examples/particles/confetti": {} }, @@ -138826,7 +138792,7 @@ [ "configfileextensiondescbuffersize", { - "_index": 9105, + "_index": 9102, "data": { "ref/stable/dmConfigFile": {} }, @@ -138836,7 +138802,7 @@ [ "configfilegetfloat", { - "_index": 9106, + "_index": 9103, "data": { "ref/stable/dmConfigFile": {} }, @@ -138846,7 +138812,7 @@ [ "configfilegetint", { - "_index": 9109, + "_index": 9106, "data": { "ref/stable/dmConfigFile": {} }, @@ -138856,7 +138822,7 @@ [ "configfilegetstring", { - "_index": 9110, + "_index": 9107, "data": { "ref/stable/dmConfigFile": {} }, @@ -138866,7 +138832,7 @@ [ "configurability", { - "_index": 5296, + "_index": 5293, "data": { "manuals/compute": {} }, @@ -138876,7 +138842,7 @@ [ "configurable", { - "_index": 6295, + "_index": 6292, "data": { "assets/defoldinput": {} }, @@ -138958,7 +138924,7 @@ [ "configuring", { - "_index": 5044, + "_index": 5041, "data": { "manuals/live-update-aws": {} }, @@ -138968,7 +138934,7 @@ [ "confirm", { - "_index": 5990, + "_index": 5987, "data": { "manuals/sony-playstation": {} }, @@ -139030,7 +138996,7 @@ [ "congratulate", { - "_index": 6138, + "_index": 6135, "data": { "examples/particles/confetti": {} }, @@ -139040,7 +139006,7 @@ [ "conj", { - "_index": 6988, + "_index": 6985, "data": { "ref/stable/dmVMath": {}, "ref/stable/vmath": {} @@ -139051,7 +139017,7 @@ [ "conjugate", { - "_index": 6989, + "_index": 6986, "data": { "ref/stable/dmVMath": {}, "ref/stable/vmath": {} @@ -139064,8 +139030,7 @@ { "_index": 3619, "data": { - "manuals/extensions-best-practices": {}, - "manuals/gui-template": {} + "manuals/extensions-best-practices": {} }, "type": {} } @@ -139133,7 +139098,7 @@ [ "connected:close", { - "_index": 10502, + "_index": 10499, "data": { "ref/stable/socket": {} }, @@ -139143,7 +139108,7 @@ [ "connected:getoption", { - "_index": 10503, + "_index": 10500, "data": { "ref/stable/socket": {} }, @@ -139153,7 +139118,7 @@ [ "connected:getpeername", { - "_index": 10510, + "_index": 10507, "data": { "ref/stable/socket": {} }, @@ -139163,7 +139128,7 @@ [ "connected:getsockname", { - "_index": 10512, + "_index": 10509, "data": { "ref/stable/socket": {} }, @@ -139173,7 +139138,7 @@ [ "connected:receive", { - "_index": 10517, + "_index": 10514, "data": { "ref/stable/socket": {} }, @@ -139183,7 +139148,7 @@ [ "connected:send", { - "_index": 10523, + "_index": 10520, "data": { "ref/stable/socket": {} }, @@ -139193,7 +139158,7 @@ [ "connected:setoption", { - "_index": 10504, + "_index": 10501, "data": { "ref/stable/socket": {} }, @@ -139203,7 +139168,7 @@ [ "connected:setpeername", { - "_index": 10537, + "_index": 10534, "data": { "ref/stable/socket": {} }, @@ -139213,7 +139178,7 @@ [ "connected:settimeout", { - "_index": 10542, + "_index": 10539, "data": { "ref/stable/socket": {} }, @@ -139285,7 +139250,7 @@ [ "connects", { - "_index": 6701, + "_index": 6698, "data": { "assets/gamedistribution": {} }, @@ -139295,7 +139260,7 @@ [ "connnection", { - "_index": 10032, + "_index": 10029, "data": { "ref/stable/dmConnectionPool": {} }, @@ -139305,7 +139270,7 @@ [ "conquer", { - "_index": 5894, + "_index": 5891, "data": { "manuals/debugging-game-logic": {} }, @@ -139315,7 +139280,7 @@ [ "consecutive", { - "_index": 6881, + "_index": 6878, "data": { "ref/stable/dmGraphics": {}, "ref/stable/sound": {} @@ -139326,7 +139291,7 @@ [ "consent", { - "_index": 6588, + "_index": 6585, "data": { "assets/ump": {} }, @@ -139497,7 +139462,7 @@ [ "consoleapi.save", { - "_index": 4856, + "_index": 4853, "data": { "manuals/porting-guidelines": {} }, @@ -139590,7 +139555,7 @@ [ "constant's", { - "_index": 8042, + "_index": 8039, "data": { "ref/stable/dmGameSystem": {} }, @@ -139600,7 +139565,7 @@ [ "constant_buffer", { - "_index": 8478, + "_index": 8475, "data": { "ref/stable/render": {} }, @@ -139691,7 +139656,7 @@ [ "constants.tint", { - "_index": 5295, + "_index": 5292, "data": { "manuals/compute": {} }, @@ -139701,7 +139666,7 @@ [ "constitutes", { - "_index": 5335, + "_index": 5332, "data": { "manuals/compute": {}, "ref/stable/render": {} @@ -139712,7 +139677,7 @@ [ "constrain", { - "_index": 5776, + "_index": 5773, "data": { "manuals/physics-joints": {}, "ref/stable/label": {} @@ -139723,7 +139688,7 @@ [ "constrained", { - "_index": 7508, + "_index": 7505, "data": { "ref/stable/physics": {} }, @@ -139733,7 +139698,7 @@ [ "constraint", { - "_index": 5788, + "_index": 5785, "data": { "manuals/physics-joints": {} }, @@ -139794,7 +139759,7 @@ [ "constructinstanceid", { - "_index": 9237, + "_index": 9234, "data": { "ref/stable/dmGameObject": {} }, @@ -139804,7 +139769,7 @@ [ "construction", { - "_index": 9454, + "_index": 9451, "data": { "ref/stable/base": {}, "ref/stable/io": {} @@ -139815,7 +139780,7 @@ [ "constructor", { - "_index": 5151, + "_index": 5148, "data": { "manuals/flash": {}, "manuals/modules": {}, @@ -139832,7 +139797,7 @@ [ "constructors", { - "_index": 9978, + "_index": 9975, "data": { "ref/stable/go": {} }, @@ -139867,7 +139832,7 @@ [ "consumed", { - "_index": 5979, + "_index": 5976, "data": { "manuals/input": {}, "ref/stable/go": {}, @@ -139879,7 +139844,7 @@ [ "consumes", { - "_index": 5987, + "_index": 5984, "data": { "manuals/input": {} }, @@ -139915,7 +139880,7 @@ [ "cont", { - "_index": 9548, + "_index": 9545, "data": { "ref/stable/debug": {} }, @@ -139953,7 +139918,7 @@ [ "contact_point_event", { - "_index": 5674, + "_index": 5671, "data": { "manuals/physics-events": {}, "ref/stable/physics": {} @@ -140058,7 +140023,7 @@ [ "container.column_span", { - "_index": 8913, + "_index": 8910, "data": { "ref/stable/editor": {} }, @@ -140068,7 +140033,7 @@ [ "containerrow_span", { - "_index": 8910, + "_index": 8907, "data": { "ref/stable/editor": {} }, @@ -140271,7 +140236,7 @@ [ "contentis_directory", { - "_index": 8880, + "_index": 8877, "data": { "ref/stable/editor": {} }, @@ -140307,7 +140272,7 @@ [ "contents/resources/dwarf/dmengine", { - "_index": 4994, + "_index": 4991, "data": { "manuals/debugging-native-code": {} }, @@ -140370,7 +140335,7 @@ [ "contextx", { - "_index": 9198, + "_index": 9195, "data": { "ref/stable/dmGameObject": {} }, @@ -140380,7 +140345,7 @@ [ "continously", { - "_index": 10281, + "_index": 10278, "data": { "ref/stable/profiler": {} }, @@ -140412,7 +140377,7 @@ [ "continues", { - "_index": 5974, + "_index": 5971, "data": { "manuals/input": {}, "ref/stable/coroutine": {}, @@ -140437,7 +140402,7 @@ [ "continuously", { - "_index": 5139, + "_index": 5136, "data": { "examples/particles/modifiers": {}, "manuals/flash": {}, @@ -140449,7 +140414,7 @@ [ "contrast", { - "_index": 5284, + "_index": 5281, "data": { "manuals/compute": {} }, @@ -140550,7 +140515,7 @@ [ "controller#main", { - "_index": 6117, + "_index": 6114, "data": { "examples/gui/healthbar": {} }, @@ -140608,7 +140573,7 @@ [ "convenience", { - "_index": 9529, + "_index": 9526, "data": { "ref/stable/dmHid": {} }, @@ -140631,7 +140596,7 @@ [ "conveniently", { - "_index": 6385, + "_index": 6382, "data": { "assets/defork": {} }, @@ -140651,7 +140616,7 @@ [ "conversations", { - "_index": 6388, + "_index": 6385, "data": { "assets/defork": {} }, @@ -140661,7 +140626,7 @@ [ "conversely", { - "_index": 6015, + "_index": 6012, "data": { "manuals/building-blocks": {} }, @@ -140732,7 +140697,7 @@ [ "converter", { - "_index": 9599, + "_index": 9596, "data": { "ref/stable/sys": {} }, @@ -140742,7 +140707,7 @@ [ "convertible", { - "_index": 10722, + "_index": 10719, "data": { "ref/stable/base": {} }, @@ -140764,7 +140729,7 @@ [ "converts", { - "_index": 6127, + "_index": 6124, "data": { "assets/asefold": {}, "examples/movement/look_rotation": {}, @@ -140782,7 +140747,7 @@ [ "convex", { - "_index": 5518, + "_index": 5515, "data": { "assets/defoldpolygoneditor": {}, "manuals/physics-shapes": {} @@ -140793,7 +140758,7 @@ [ "convolution", { - "_index": 6654, + "_index": 6651, "data": { "assets/imp": {} }, @@ -140803,7 +140768,7 @@ [ "coolmath", { - "_index": 6392, + "_index": 6389, "data": { "assets/coolmathgames-sdk": {} }, @@ -140813,7 +140778,7 @@ [ "coolmathgames", { - "_index": 6391, + "_index": 6388, "data": { "assets/coolmathgames-sdk": {} }, @@ -140843,7 +140808,7 @@ [ "coordinated", { - "_index": 9999, + "_index": 9996, "data": { "ref/stable/os": {} }, @@ -140880,7 +140845,7 @@ [ "coordinates_", { - "_index": 4809, + "_index": 4806, "data": { "manuals/importing-models": {} }, @@ -140890,7 +140855,7 @@ [ "coords", { - "_index": 10382, + "_index": 10379, "data": { "ref/stable/resource": {} }, @@ -140900,7 +140865,7 @@ [ "copied", { - "_index": 6078, + "_index": 6075, "data": { "manuals/android": {}, "ref/stable/dmBuffer": {}, @@ -140914,7 +140879,7 @@ [ "copies", { - "_index": 5076, + "_index": 5073, "data": { "examples/factory/basic": {}, "manuals/flash": {}, @@ -140970,7 +140935,7 @@ [ "copy_buffer", { - "_index": 8103, + "_index": 8100, "data": { "ref/stable/buffer": {} }, @@ -140980,7 +140945,7 @@ [ "copy_stream", { - "_index": 8105, + "_index": 8102, "data": { "ref/stable/buffer": {} }, @@ -141107,7 +141072,7 @@ [ "coroutine", { - "_index": 5178, + "_index": 5175, "data": { "assets/defunico": {}, "manuals/lua": {}, @@ -141120,7 +141085,7 @@ [ "coroutine.create", { - "_index": 8742, + "_index": 8739, "data": { "ref/stable/coroutine": {} }, @@ -141130,7 +141095,7 @@ [ "coroutine.resume", { - "_index": 8743, + "_index": 8740, "data": { "ref/stable/coroutine": {} }, @@ -141140,7 +141105,7 @@ [ "coroutine.running", { - "_index": 8748, + "_index": 8745, "data": { "ref/stable/coroutine": {} }, @@ -141150,7 +141115,7 @@ [ "coroutine.status", { - "_index": 8749, + "_index": 8746, "data": { "ref/stable/coroutine": {} }, @@ -141160,7 +141125,7 @@ [ "coroutine.wrap", { - "_index": 8752, + "_index": 8749, "data": { "ref/stable/coroutine": {} }, @@ -141170,7 +141135,7 @@ [ "coroutine.yield", { - "_index": 8755, + "_index": 8752, "data": { "ref/stable/coroutine": {} }, @@ -141236,7 +141201,7 @@ [ "correlating", { - "_index": 5012, + "_index": 5009, "data": { "manuals/gui-pie": {} }, @@ -141246,7 +141211,7 @@ [ "correspond", { - "_index": 5876, + "_index": 5873, "data": { "manuals/debugging-game-logic": {}, "ref/stable/profiler": {} @@ -141305,7 +141270,7 @@ [ "cors", { - "_index": 5034, + "_index": 5031, "data": { "manuals/live-update-aws": {} }, @@ -141315,7 +141280,7 @@ [ "cos", { - "_index": 6999, + "_index": 6996, "data": { "ref/stable/math": {}, "ref/stable/vmath": {} @@ -141326,7 +141291,7 @@ [ "cosh", { - "_index": 7257, + "_index": 7254, "data": { "ref/stable/math": {} }, @@ -141336,7 +141301,7 @@ [ "cosine", { - "_index": 7242, + "_index": 7239, "data": { "ref/stable/math": {} }, @@ -141361,7 +141326,7 @@ [ "costly", { - "_index": 7539, + "_index": 7536, "data": { "ref/stable/physics": {} }, @@ -141430,7 +141395,7 @@ [ "countdowns", { - "_index": 6691, + "_index": 6688, "data": { "assets/defquest": {} }, @@ -141514,7 +141479,7 @@ [ "country", { - "_index": 4834, + "_index": 4831, "data": { "manuals/porting-guidelines": {} }, @@ -141558,7 +141523,7 @@ [ "coupling", { - "_index": 5221, + "_index": 5218, "data": { "manuals/lua": {} }, @@ -141612,7 +141577,7 @@ [ "cpath", { - "_index": 9371, + "_index": 9368, "data": { "ref/stable/package": {} }, @@ -141622,7 +141587,7 @@ [ "cpp", { - "_index": 4741, + "_index": 4738, "data": { "manuals/extensions": {} }, @@ -141650,7 +141615,7 @@ [ "cr", { - "_index": 10484, + "_index": 10481, "data": { "ref/stable/socket": {} }, @@ -141660,7 +141625,7 @@ [ "crafted", { - "_index": 5954, + "_index": 5951, "data": { "manuals/design": {} }, @@ -141683,7 +141648,7 @@ [ "crash.get_backtrace", { - "_index": 8683, + "_index": 8680, "data": { "ref/stable/crash": {} }, @@ -141693,7 +141658,7 @@ [ "crash.get_extra_data", { - "_index": 8686, + "_index": 8683, "data": { "ref/stable/crash": {} }, @@ -141703,7 +141668,7 @@ [ "crash.get_modules", { - "_index": 8690, + "_index": 8687, "data": { "ref/stable/crash": {} }, @@ -141713,7 +141678,7 @@ [ "crash.get_signum", { - "_index": 8692, + "_index": 8689, "data": { "ref/stable/crash": {} }, @@ -141723,7 +141688,7 @@ [ "crash.get_sys_field", { - "_index": 8694, + "_index": 8691, "data": { "ref/stable/crash": {} }, @@ -141733,7 +141698,7 @@ [ "crash.get_user_field", { - "_index": 8698, + "_index": 8695, "data": { "ref/stable/crash": {} }, @@ -141743,7 +141708,7 @@ [ "crash.load_previous", { - "_index": 8700, + "_index": 8697, "data": { "ref/stable/crash": {} }, @@ -141753,7 +141718,7 @@ [ "crash.release", { - "_index": 8702, + "_index": 8699, "data": { "ref/stable/crash": {} }, @@ -141763,7 +141728,7 @@ [ "crash.set_file_path", { - "_index": 8703, + "_index": 8700, "data": { "ref/stable/crash": {} }, @@ -141773,7 +141738,7 @@ [ "crash.set_user_field", { - "_index": 8706, + "_index": 8703, "data": { "ref/stable/crash": {} }, @@ -141783,7 +141748,7 @@ [ "crash.sysfield_android_build_fingerprint", { - "_index": 8710, + "_index": 8707, "data": { "ref/stable/crash": {} }, @@ -141793,7 +141758,7 @@ [ "crash.sysfield_device_language", { - "_index": 8713, + "_index": 8710, "data": { "ref/stable/crash": {} }, @@ -141803,7 +141768,7 @@ [ "crash.sysfield_device_model", { - "_index": 8716, + "_index": 8713, "data": { "ref/stable/crash": {} }, @@ -141813,7 +141778,7 @@ [ "crash.sysfield_engine_hash", { - "_index": 8718, + "_index": 8715, "data": { "ref/stable/crash": {} }, @@ -141823,7 +141788,7 @@ [ "crash.sysfield_engine_version", { - "_index": 8720, + "_index": 8717, "data": { "ref/stable/crash": {} }, @@ -141833,7 +141798,7 @@ [ "crash.sysfield_language", { - "_index": 8722, + "_index": 8719, "data": { "ref/stable/crash": {} }, @@ -141843,7 +141808,7 @@ [ "crash.sysfield_manufacturer", { - "_index": 8724, + "_index": 8721, "data": { "ref/stable/crash": {} }, @@ -141853,7 +141818,7 @@ [ "crash.sysfield_max", { - "_index": 8696, + "_index": 8693, "data": { "ref/stable/crash": {} }, @@ -141863,7 +141828,7 @@ [ "crash.sysfield_system_name", { - "_index": 8728, + "_index": 8725, "data": { "ref/stable/crash": {} }, @@ -141873,7 +141838,7 @@ [ "crash.sysfield_system_version", { - "_index": 8730, + "_index": 8727, "data": { "ref/stable/crash": {} }, @@ -141883,7 +141848,7 @@ [ "crash.sysfield_territory", { - "_index": 8732, + "_index": 8729, "data": { "ref/stable/crash": {} }, @@ -141893,7 +141858,7 @@ [ "crash.userfield_max", { - "_index": 8735, + "_index": 8732, "data": { "ref/stable/crash": {} }, @@ -141903,7 +141868,7 @@ [ "crash.userfield_size", { - "_index": 8737, + "_index": 8734, "data": { "ref/stable/crash": {} }, @@ -141913,7 +141878,7 @@ [ "crash.write_dump", { - "_index": 8739, + "_index": 8736, "data": { "ref/stable/crash": {} }, @@ -141937,7 +141902,7 @@ [ "crate", { - "_index": 6186, + "_index": 6183, "data": { "examples/render/orbit_camera": {} }, @@ -141957,7 +141922,7 @@ [ "crazygames", { - "_index": 6419, + "_index": 6416, "data": { "assets/crazygames": {} }, @@ -142087,7 +142052,7 @@ [ "create#index", { - "_index": 9296, + "_index": 9293, "data": { "ref/stable/dmGameObject": {} }, @@ -142097,7 +142062,7 @@ [ "create/destroy", { - "_index": 10174, + "_index": 10171, "data": { "ref/stable/b2d.body": {} }, @@ -142107,7 +142072,7 @@ [ "create_atlas", { - "_index": 10370, + "_index": 10367, "data": { "ref/stable/resource": {} }, @@ -142117,7 +142082,7 @@ [ "create_buffer", { - "_index": 10400, + "_index": 10397, "data": { "ref/stable/resource": {} }, @@ -142137,7 +142102,7 @@ [ "create_directory", { - "_index": 8824, + "_index": 8821, "data": { "ref/stable/editor": {} }, @@ -142177,7 +142142,7 @@ [ "create_joint", { - "_index": 5710, + "_index": 5707, "data": { "manuals/physics-events": {}, "ref/stable/physics": {} @@ -142198,7 +142163,7 @@ [ "create_result_ok", { - "_index": 9128, + "_index": 9125, "data": { "ref/stable/dmGameObject": {} }, @@ -142218,7 +142183,7 @@ [ "create_texture", { - "_index": 10407, + "_index": 10404, "data": { "ref/stable/resource": {} }, @@ -142228,7 +142193,7 @@ [ "create_texture_async", { - "_index": 10416, + "_index": 10413, "data": { "ref/stable/resource": {} }, @@ -142248,7 +142213,7 @@ [ "createcallback", { - "_index": 10815, + "_index": 10812, "data": { "ref/stable/dmScript": {} }, @@ -142327,7 +142292,7 @@ [ "createfrustumfrommatrix", { - "_index": 9437, + "_index": 9434, "data": { "ref/stable/dmIntersection": {} }, @@ -142337,7 +142302,7 @@ [ "createrenderconstants", { - "_index": 8045, + "_index": 8042, "data": { "ref/stable/dmGameSystem": {} }, @@ -142347,7 +142312,7 @@ [ "createresult", { - "_index": 9129, + "_index": 9126, "data": { "ref/stable/dmGameObject": {} }, @@ -142476,7 +142441,7 @@ [ "creator", { - "_index": 8472, + "_index": 8469, "data": { "ref/stable/dmResource": {} }, @@ -142528,7 +142493,7 @@ [ "critical", { - "_index": 4874, + "_index": 4871, "data": { "manuals/lua": {}, "manuals/porting-guidelines": {}, @@ -142541,7 +142506,7 @@ [ "cross", { - "_index": 4850, + "_index": 4847, "data": { "assets/defdiags": {}, "assets/defmnu": {}, @@ -142557,7 +142522,7 @@ [ "crossing", { - "_index": 5579, + "_index": 5576, "data": { "manuals/editor": {} }, @@ -142567,7 +142532,7 @@ [ "crowd", { - "_index": 5594, + "_index": 5591, "data": { "assets/crowd-runner-defold": {}, "manuals/introduction": {} @@ -142578,7 +142543,7 @@ [ "crypto_iap", { - "_index": 6354, + "_index": 6351, "data": { "assets/crypto_iap": {} }, @@ -142588,7 +142553,7 @@ [ "cryptocurrencies", { - "_index": 6357, + "_index": 6354, "data": { "assets/crypto_iap": {} }, @@ -142598,7 +142563,7 @@ [ "cryptocurrency", { - "_index": 6356, + "_index": 6353, "data": { "assets/crypto_iap": {} }, @@ -142689,7 +142654,7 @@ [ "ctx", { - "_index": 10937, + "_index": 10934, "data": { "ref/stable/dmRender": {} }, @@ -142699,7 +142664,7 @@ [ "ctype", { - "_index": 10021, + "_index": 10018, "data": { "ref/stable/os": {} }, @@ -142733,7 +142698,7 @@ [ "cubemap_model.material", { - "_index": 6221, + "_index": 6218, "data": { "examples/model/cubemap": {} }, @@ -142753,7 +142718,7 @@ [ "cubic", { - "_index": 7646, + "_index": 7643, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -142764,7 +142729,7 @@ [ "cull", { - "_index": 5653, + "_index": 5650, "data": { "manuals/mesh": {}, "ref/stable/render": {} @@ -142775,7 +142740,7 @@ [ "culled", { - "_index": 5650, + "_index": 5647, "data": { "manuals/mesh": {}, "ref/stable/render": {} @@ -142800,7 +142765,7 @@ [ "cur", { - "_index": 9459, + "_index": 9456, "data": { "ref/stable/io": {} }, @@ -142820,7 +142785,7 @@ [ "currenly", { - "_index": 8584, + "_index": 8581, "data": { "ref/stable/render": {} }, @@ -142903,7 +142868,7 @@ [ "current_tile", { - "_index": 6961, + "_index": 6958, "data": { "ref/stable/sprite": {} }, @@ -142929,7 +142894,6 @@ "manuals/glossary": {}, "manuals/gui": {}, "manuals/gui-layouts": {}, - "manuals/gui-template": {}, "manuals/html5": {}, "manuals/importing-models": {}, "manuals/input-key-and-text": {}, @@ -143072,7 +143036,7 @@ [ "custom_resources", { - "_index": 9675, + "_index": 9672, "data": { "ref/stable/sys": {} }, @@ -143082,7 +143046,7 @@ [ "customizable", { - "_index": 5957, + "_index": 5954, "data": { "assets/defarmy": {}, "assets/defold-colors": {}, @@ -143117,7 +143081,7 @@ [ "customized", { - "_index": 6442, + "_index": 6439, "data": { "assets/adinfo": {}, "assets/defarmy": {}, @@ -143151,7 +143115,7 @@ [ "cutscenes", { - "_index": 5087, + "_index": 5084, "data": { "manuals/flash": {} }, @@ -143161,7 +143125,7 @@ [ "cycle", { - "_index": 4703, + "_index": 4700, "data": { "manuals/bundling": {}, "manuals/importing-assets": {}, @@ -143173,7 +143137,7 @@ [ "cyrl", { - "_index": 9652, + "_index": 9649, "data": { "ref/stable/sys": {} }, @@ -143199,7 +143163,7 @@ [ "d+1", { - "_index": 10620, + "_index": 10617, "data": { "ref/stable/socket": {} }, @@ -143209,7 +143173,7 @@ [ "d+2", { - "_index": 10621, + "_index": 10618, "data": { "ref/stable/socket": {} }, @@ -143229,7 +143193,7 @@ [ "da", { - "_index": 8564, + "_index": 8561, "data": { "ref/stable/render": {} }, @@ -143239,7 +143203,7 @@ [ "daabbcc", { - "_index": 6569, + "_index": 6566, "data": { "assets/daabbcc": {} }, @@ -143274,7 +143238,7 @@ [ "damper", { - "_index": 7513, + "_index": 7510, "data": { "ref/stable/physics": {} }, @@ -143371,7 +143335,7 @@ [ "darwin/build.zip", { - "_index": 4993, + "_index": 4990, "data": { "manuals/debugging-native-code": {} }, @@ -143381,7 +143345,7 @@ [ "darwin/dmengine.dsym", { - "_index": 4996, + "_index": 4993, "data": { "manuals/debugging-native-code": {} }, @@ -143391,7 +143355,7 @@ [ "dash", { - "_index": 6583, + "_index": 6580, "data": { "assets/dashdocsetfordefold": {}, "ref/stable/sys": {} @@ -143402,7 +143366,7 @@ [ "dashdocsetfordefold", { - "_index": 6582, + "_index": 6579, "data": { "assets/dashdocsetfordefold": {} }, @@ -143412,7 +143376,7 @@ [ "dashes", { - "_index": 8819, + "_index": 8816, "data": { "ref/stable/editor": {} }, @@ -143508,7 +143472,7 @@ [ "data.a.id", { - "_index": 5704, + "_index": 5701, "data": { "manuals/physics-events": {} }, @@ -143518,7 +143482,7 @@ [ "data.a.normal", { - "_index": 5700, + "_index": 5697, "data": { "manuals/physics-events": {} }, @@ -143528,7 +143492,7 @@ [ "data.b.id", { - "_index": 5706, + "_index": 5703, "data": { "manuals/physics-events": {} }, @@ -143538,7 +143502,7 @@ [ "data.b.normal", { - "_index": 5702, + "_index": 5699, "data": { "manuals/physics-events": {} }, @@ -143548,7 +143512,7 @@ [ "data.diameter", { - "_index": 7543, + "_index": 7540, "data": { "ref/stable/physics": {} }, @@ -143558,7 +143522,7 @@ [ "data.dimensions", { - "_index": 7546, + "_index": 7543, "data": { "ref/stable/physics": {} }, @@ -143568,7 +143532,7 @@ [ "data.height", { - "_index": 7544, + "_index": 7541, "data": { "ref/stable/physics": {} }, @@ -143578,7 +143542,7 @@ [ "data.type", { - "_index": 7542, + "_index": 7539, "data": { "ref/stable/physics": {} }, @@ -143588,7 +143552,7 @@ [ "data/data/com.defold.example/files/_crash", { - "_index": 4974, + "_index": 4971, "data": { "manuals/debugging-native-code": {} }, @@ -143598,7 +143562,7 @@ [ "data/local/tmp/my_app.apk", { - "_index": 6087, + "_index": 6084, "data": { "manuals/android": {} }, @@ -143618,7 +143582,7 @@ [ "datagram", { - "_index": 10518, + "_index": 10515, "data": { "ref/stable/socket": {} }, @@ -143628,7 +143592,7 @@ [ "datagrams", { - "_index": 10519, + "_index": 10516, "data": { "ref/stable/socket": {} }, @@ -143638,7 +143602,7 @@ [ "date", { - "_index": 5787, + "_index": 5784, "data": { "manuals/physics-joints": {}, "ref/stable/os": {} @@ -143659,7 +143623,7 @@ [ "day", { - "_index": 4704, + "_index": 4701, "data": { "manuals/bundling": {}, "ref/stable/os": {} @@ -143670,7 +143634,7 @@ [ "daylight", { - "_index": 10009, + "_index": 10006, "data": { "ref/stable/os": {} }, @@ -143680,7 +143644,7 @@ [ "days", { - "_index": 6077, + "_index": 6074, "data": { "manuals/android": {} }, @@ -143722,7 +143686,7 @@ [ "dda", { - "_index": 6580, + "_index": 6577, "data": { "assets/defold-tile-raycast": {} }, @@ -143732,7 +143696,7 @@ [ "ddf", { - "_index": 9087, + "_index": 9084, "data": { "ref/stable/dmDDF": {}, "ref/stable/dmGameObject": {} @@ -143776,7 +143740,7 @@ [ "deallocate", { - "_index": 9139, + "_index": 9136, "data": { "ref/stable/dmGameObject": {} }, @@ -143786,7 +143750,7 @@ [ "deallocated", { - "_index": 8433, + "_index": 8430, "data": { "ref/stable/dmResource": {} }, @@ -143796,7 +143760,7 @@ [ "deallocates", { - "_index": 9308, + "_index": 9305, "data": { "ref/stable/dmGameObject": {} }, @@ -143817,7 +143781,7 @@ [ "dear", { - "_index": 6485, + "_index": 6482, "data": { "assets/dear-imgui": {} }, @@ -143827,7 +143791,7 @@ [ "debeat", { - "_index": 6732, + "_index": 6729, "data": { "assets/debeat": {} }, @@ -143878,7 +143842,7 @@ [ "debug.debug", { - "_index": 9547, + "_index": 9544, "data": { "ref/stable/debug": {} }, @@ -143888,7 +143852,7 @@ [ "debug.getfenv", { - "_index": 9550, + "_index": 9547, "data": { "ref/stable/debug": {} }, @@ -143898,7 +143862,7 @@ [ "debug.gethook", { - "_index": 9552, + "_index": 9549, "data": { "ref/stable/debug": {} }, @@ -143908,7 +143872,7 @@ [ "debug.getinfo", { - "_index": 9555, + "_index": 9552, "data": { "ref/stable/debug": {} }, @@ -143918,7 +143882,7 @@ [ "debug.getlocal", { - "_index": 9560, + "_index": 9557, "data": { "ref/stable/debug": {} }, @@ -143928,7 +143892,7 @@ [ "debug.getmetatable", { - "_index": 9564, + "_index": 9561, "data": { "ref/stable/debug": {} }, @@ -143938,7 +143902,7 @@ [ "debug.getregistry", { - "_index": 9566, + "_index": 9563, "data": { "ref/stable/debug": {} }, @@ -143948,7 +143912,7 @@ [ "debug.getupvalue", { - "_index": 9568, + "_index": 9565, "data": { "ref/stable/debug": {} }, @@ -143958,7 +143922,7 @@ [ "debug.setfenv", { - "_index": 9571, + "_index": 9568, "data": { "ref/stable/debug": {} }, @@ -143968,7 +143932,7 @@ [ "debug.sethook", { - "_index": 9554, + "_index": 9551, "data": { "ref/stable/debug": {} }, @@ -143978,7 +143942,7 @@ [ "debug.setlocal", { - "_index": 9575, + "_index": 9572, "data": { "ref/stable/debug": {} }, @@ -143988,7 +143952,7 @@ [ "debug.setmetatable", { - "_index": 9578, + "_index": 9575, "data": { "ref/stable/debug": {} }, @@ -143998,7 +143962,7 @@ [ "debug.setupvalue", { - "_index": 9579, + "_index": 9576, "data": { "ref/stable/debug": {} }, @@ -144008,7 +143972,7 @@ [ "debug.traceback", { - "_index": 9581, + "_index": 9578, "data": { "ref/stable/debug": {} }, @@ -144030,7 +143994,7 @@ [ "debug_str", { - "_index": 5512, + "_index": 5509, "data": { "manuals/debugging-native-code-android": {} }, @@ -144050,7 +144014,7 @@ [ "debugged", { - "_index": 4925, + "_index": 4922, "data": { "manuals/debugging-native-code-ios": {} }, @@ -144112,7 +144076,7 @@ [ "decals", { - "_index": 8593, + "_index": 8590, "data": { "ref/stable/render": {} }, @@ -144122,7 +144086,7 @@ [ "decent", { - "_index": 5207, + "_index": 5204, "data": { "manuals/lua": {} }, @@ -144168,7 +144132,7 @@ [ "decimal", { - "_index": 10726, + "_index": 10723, "data": { "ref/stable/base": {} }, @@ -144200,7 +144164,7 @@ [ "decl", { - "_index": 10650, + "_index": 10647, "data": { "ref/stable/dmBuffer": {} }, @@ -144227,7 +144191,7 @@ [ "declarations", { - "_index": 10648, + "_index": 10645, "data": { "ref/stable/dmBuffer": {} }, @@ -144282,7 +144246,7 @@ [ "decode_null_as_userdata", { - "_index": 10255, + "_index": 10252, "data": { "ref/stable/json": {} }, @@ -144292,7 +144256,7 @@ [ "decoded", { - "_index": 8181, + "_index": 8178, "data": { "ref/stable/dmCrypt": {}, "ref/stable/dmURI": {}, @@ -144304,7 +144268,7 @@ [ "decodeogg", { - "_index": 6758, + "_index": 6755, "data": { "assets/decodeogg": {} }, @@ -144314,7 +144278,7 @@ [ "decodes", { - "_index": 8669, + "_index": 8666, "data": { "ref/stable/dmURI": {} }, @@ -144324,7 +144288,7 @@ [ "decoding", { - "_index": 6759, + "_index": 6756, "data": { "assets/decodeogg": {}, "ref/stable/dmCrypt": {} @@ -144335,7 +144299,7 @@ [ "decomposing", { - "_index": 9972, + "_index": 9969, "data": { "ref/stable/go": {} }, @@ -144345,7 +144309,7 @@ [ "decompress", { - "_index": 6309, + "_index": 6306, "data": { "assets/pack": {} }, @@ -144355,7 +144319,7 @@ [ "decompressed", { - "_index": 10364, + "_index": 10361, "data": { "ref/stable/image": {} }, @@ -144365,7 +144329,7 @@ [ "deconstruct", { - "_index": 6538, + "_index": 6535, "data": { "assets/sidescrollertutorialfromscratch": {} }, @@ -144375,7 +144339,7 @@ [ "decorated", { - "_index": 8933, + "_index": 8930, "data": { "ref/stable/editor": {} }, @@ -144429,7 +144393,7 @@ [ "decreasing", { - "_index": 10375, + "_index": 10372, "data": { "ref/stable/resource": {} }, @@ -144450,7 +144414,7 @@ [ "decrement", { - "_index": 9074, + "_index": 9071, "data": { "ref/stable/dmAtomic": {} }, @@ -144460,7 +144424,7 @@ [ "decrementing", { - "_index": 8624, + "_index": 8621, "data": { "ref/stable/render": {} }, @@ -144470,7 +144434,7 @@ [ "decrements", { - "_index": 8623, + "_index": 8620, "data": { "ref/stable/render": {} }, @@ -144491,7 +144455,7 @@ [ "decryption", { - "_index": 8187, + "_index": 8184, "data": { "ref/stable/dmCrypt": {}, "ref/stable/dmResource": {} @@ -144502,7 +144466,7 @@ [ "decrypts", { - "_index": 8420, + "_index": 8417, "data": { "ref/stable/dmResource": {} }, @@ -144512,7 +144476,7 @@ [ "dedicated", { - "_index": 5155, + "_index": 5152, "data": { "manuals/android": {}, "manuals/flash": {} @@ -144533,7 +144497,7 @@ [ "deep", { - "_index": 5844, + "_index": 5841, "data": { "assets/iac": {}, "manuals/building-blocks": {}, @@ -144546,7 +144510,7 @@ [ "def", { - "_index": 6359, + "_index": 6356, "data": { "assets/def-behavior-tree": {}, "assets/defdiags": {}, @@ -144562,7 +144526,7 @@ [ "def_usercentrics", { - "_index": 6299, + "_index": 6296, "data": { "assets/def_usercentrics": {} }, @@ -144572,7 +144536,7 @@ [ "defarc", { - "_index": 6452, + "_index": 6449, "data": { "assets/defarc": {} }, @@ -144582,7 +144546,7 @@ [ "defarmy", { - "_index": 6439, + "_index": 6436, "data": { "assets/defarmy": {} }, @@ -144705,7 +144669,7 @@ [ "default_value", { - "_index": 9619, + "_index": 9616, "data": { "ref/stable/sys": {} }, @@ -144747,7 +144711,7 @@ [ "defblend", { - "_index": 6708, + "_index": 6705, "data": { "assets/defblend": {} }, @@ -144757,7 +144721,7 @@ [ "defbuild", { - "_index": 6272, + "_index": 6269, "data": { "assets/defbuild": {} }, @@ -144767,7 +144731,7 @@ [ "defcon", { - "_index": 6484, + "_index": 6481, "data": { "assets/defcon": {} }, @@ -144777,7 +144741,7 @@ [ "defdiags", { - "_index": 6674, + "_index": 6671, "data": { "assets/defdiags": {} }, @@ -144828,7 +144792,7 @@ [ "defglot", { - "_index": 6574, + "_index": 6571, "data": { "assets/defglot": {} }, @@ -144838,7 +144802,7 @@ [ "defgraph", { - "_index": 6459, + "_index": 6456, "data": { "assets/defgraph": {} }, @@ -144971,7 +144935,7 @@ [ "definition", { - "_index": 4783, + "_index": 4780, "data": { "manuals/compute": {}, "manuals/editor-scripts": {}, @@ -144998,7 +144962,7 @@ [ "defkit", { - "_index": 6481, + "_index": 6478, "data": { "assets/defkit": {} }, @@ -145008,7 +144972,7 @@ [ "deflate", { - "_index": 9099, + "_index": 9096, "data": { "ref/stable/zlib": {} }, @@ -145018,7 +144982,7 @@ [ "deflated", { - "_index": 9101, + "_index": 9098, "data": { "ref/stable/zlib": {} }, @@ -145028,7 +144992,7 @@ [ "defluid", { - "_index": 6532, + "_index": 6529, "data": { "assets/defluid": {} }, @@ -145038,7 +145002,7 @@ [ "defmath", { - "_index": 6338, + "_index": 6335, "data": { "assets/defmath": {} }, @@ -145048,7 +145012,7 @@ [ "defmnu", { - "_index": 6685, + "_index": 6682, "data": { "assets/defmnu": {} }, @@ -145356,7 +145320,7 @@ [ "defoldandroidpermissions", { - "_index": 6754, + "_index": 6751, "data": { "assets/defoldandroidpermissions": {} }, @@ -145366,7 +145330,7 @@ [ "defoldapiforsublimetext3", { - "_index": 6650, + "_index": 6647, "data": { "assets/defoldapiforsublimetext3": {} }, @@ -145376,7 +145340,7 @@ [ "defoldgridengine", { - "_index": 6531, + "_index": 6528, "data": { "assets/defoldgridengine": {} }, @@ -145386,7 +145350,7 @@ [ "defoldinput", { - "_index": 6293, + "_index": 6290, "data": { "assets/defoldinput": {} }, @@ -145396,7 +145360,7 @@ [ "defoldpng", { - "_index": 6573, + "_index": 6570, "data": { "assets/defoldpng": {} }, @@ -145406,7 +145370,7 @@ [ "defoldpolygoneditor", { - "_index": 6589, + "_index": 6586, "data": { "assets/defoldpolygoneditor": {} }, @@ -145436,7 +145400,7 @@ [ "defold\u2014call", { - "_index": 5148, + "_index": 5145, "data": { "manuals/flash": {} }, @@ -145446,7 +145410,7 @@ [ "defold\u2014collections", { - "_index": 5084, + "_index": 5081, "data": { "manuals/flash": {} }, @@ -145456,7 +145420,7 @@ [ "defold\u2014collision", { - "_index": 5135, + "_index": 5132, "data": { "manuals/flash": {} }, @@ -145466,7 +145430,7 @@ [ "defold\u2014creating", { - "_index": 5074, + "_index": 5071, "data": { "manuals/flash": {} }, @@ -145476,7 +145440,7 @@ [ "defold\u2014game", { - "_index": 5064, + "_index": 5061, "data": { "manuals/flash": {} }, @@ -145486,7 +145450,7 @@ [ "defold\u2014gui", { - "_index": 5158, + "_index": 5155, "data": { "manuals/flash": {} }, @@ -145496,7 +145460,7 @@ [ "defold\u2014manually", { - "_index": 5061, + "_index": 5058, "data": { "manuals/flash": {} }, @@ -145506,7 +145470,7 @@ [ "defold\u2014property", { - "_index": 5095, + "_index": 5092, "data": { "manuals/flash": {} }, @@ -145516,7 +145480,7 @@ [ "defold\u2014z", { - "_index": 5112, + "_index": 5109, "data": { "manuals/flash": {} }, @@ -145536,7 +145500,7 @@ [ "defork", { - "_index": 6384, + "_index": 6381, "data": { "assets/defork": {} }, @@ -145546,7 +145510,7 @@ [ "deformable", { - "_index": 5264, + "_index": 5261, "data": { "manuals/compute": {} }, @@ -145556,7 +145520,7 @@ [ "defos", { - "_index": 6660, + "_index": 6657, "data": { "assets/defos": {} }, @@ -145566,7 +145530,7 @@ [ "defpfd", { - "_index": 6635, + "_index": 6632, "data": { "assets/defpfd": {} }, @@ -145576,7 +145540,7 @@ [ "defpro", { - "_index": 6687, + "_index": 6684, "data": { "assets/defpro": {} }, @@ -145586,7 +145550,7 @@ [ "defquest", { - "_index": 6690, + "_index": 6687, "data": { "assets/defquest": {} }, @@ -145596,7 +145560,7 @@ [ "defsave", { - "_index": 6281, + "_index": 6278, "data": { "assets/defsave": {}, "assets/feat": {} @@ -145607,7 +145571,7 @@ [ "defsteam", { - "_index": 6282, + "_index": 6279, "data": { "assets/feat": {} }, @@ -145617,7 +145581,7 @@ [ "defstring", { - "_index": 6429, + "_index": 6426, "data": { "assets/defstring": {} }, @@ -145627,7 +145591,7 @@ [ "deftable", { - "_index": 6479, + "_index": 6476, "data": { "assets/deftable": {} }, @@ -145637,7 +145601,7 @@ [ "deftest", { - "_index": 6346, + "_index": 6343, "data": { "assets/deftest": {} }, @@ -145647,7 +145611,7 @@ [ "deftimeline", { - "_index": 6415, + "_index": 6412, "data": { "assets/deftimeline": {} }, @@ -145657,7 +145621,7 @@ [ "defunico", { - "_index": 6733, + "_index": 6730, "data": { "assets/defunico": {} }, @@ -145667,7 +145631,7 @@ [ "defvideoads", { - "_index": 6721, + "_index": 6718, "data": { "assets/defvideoads": {} }, @@ -145677,7 +145641,7 @@ [ "defvungle", { - "_index": 6358, + "_index": 6355, "data": { "assets/defvungle": {} }, @@ -145687,7 +145651,7 @@ [ "defwindow", { - "_index": 6328, + "_index": 6325, "data": { "assets/defwindow": {} }, @@ -145697,7 +145661,7 @@ [ "deg", { - "_index": 7260, + "_index": 7257, "data": { "ref/stable/math": {} }, @@ -145707,7 +145671,7 @@ [ "degree", { - "_index": 5011, + "_index": 5008, "data": { "manuals/gui-pie": {}, "ref/stable/gui": {} @@ -145789,7 +145753,7 @@ [ "delegate", { - "_index": 9889, + "_index": 9886, "data": { "ref/stable/dmExtension": {} }, @@ -145799,7 +145763,7 @@ [ "delegates", { - "_index": 9890, + "_index": 9887, "data": { "ref/stable/dmExtension": {} }, @@ -145839,7 +145803,7 @@ [ "delete_directory", { - "_index": 8826, + "_index": 8823, "data": { "ref/stable/editor": {} }, @@ -145849,7 +145813,7 @@ [ "delete_node", { - "_index": 7637, + "_index": 7634, "data": { "ref/stable/gui": {} }, @@ -145859,7 +145823,7 @@ [ "delete_render_target", { - "_index": 8480, + "_index": 8477, "data": { "ref/stable/render": {} }, @@ -145869,7 +145833,7 @@ [ "delete_texture", { - "_index": 7640, + "_index": 7637, "data": { "ref/stable/gui": {} }, @@ -145879,7 +145843,7 @@ [ "deletebones", { - "_index": 9240, + "_index": 9237, "data": { "ref/stable/dmGameObject": {} }, @@ -145889,7 +145853,7 @@ [ "deleteconstant", { - "_index": 10908, + "_index": 10905, "data": { "ref/stable/dmRender": {} }, @@ -145928,7 +145892,7 @@ [ "deleteindexbuffer", { - "_index": 6774, + "_index": 6771, "data": { "ref/stable/dmGraphics": {} }, @@ -145938,7 +145902,7 @@ [ "deletenamedconstantbuffer", { - "_index": 10909, + "_index": 10906, "data": { "ref/stable/dmRender": {} }, @@ -145948,7 +145912,7 @@ [ "deletenode", { - "_index": 8131, + "_index": 8128, "data": { "ref/stable/dmGui": {} }, @@ -145958,7 +145922,7 @@ [ "deletes", { - "_index": 6970, + "_index": 6967, "data": { "ref/stable/dmConditionVariable": {}, "ref/stable/dmMutex": {}, @@ -145974,7 +145938,7 @@ [ "deletevertexbuffer", { - "_index": 6776, + "_index": 6773, "data": { "ref/stable/dmGraphics": {} }, @@ -145984,7 +145948,7 @@ [ "deletevertexdeclaration", { - "_index": 6778, + "_index": 6775, "data": { "ref/stable/dmGraphics": {} }, @@ -145994,7 +145958,7 @@ [ "deletevertexstreamdeclaration", { - "_index": 6780, + "_index": 6777, "data": { "ref/stable/dmGraphics": {} }, @@ -146004,7 +145968,7 @@ [ "deleting", { - "_index": 5769, + "_index": 5766, "data": { "manuals/application-lifecycle": {}, "ref/stable/go": {} @@ -146015,7 +145979,7 @@ [ "deletion", { - "_index": 9242, + "_index": 9239, "data": { "ref/stable/dmGameObject": {}, "ref/stable/go": {} @@ -146026,7 +145990,7 @@ [ "delimited", { - "_index": 5194, + "_index": 5191, "data": { "manuals/lua": {} }, @@ -146036,7 +146000,7 @@ [ "delimiter", { - "_index": 9755, + "_index": 9752, "data": { "ref/stable/dmStringFunc": {} }, @@ -146068,7 +146032,7 @@ [ "delivered", { - "_index": 10534, + "_index": 10531, "data": { "ref/stable/socket": {} }, @@ -146112,7 +146076,7 @@ [ "demands", { - "_index": 7999, + "_index": 7996, "data": { "ref/stable/collectionproxy": {} }, @@ -146133,7 +146097,7 @@ [ "demonstrates", { - "_index": 5093, + "_index": 5090, "data": { "examples/animation/easing": {}, "manuals/compute": {}, @@ -146167,7 +146131,7 @@ [ "density", { - "_index": 7556, + "_index": 7553, "data": { "ref/stable/physics": {} }, @@ -146323,7 +146287,7 @@ [ "deployer", { - "_index": 6284, + "_index": 6281, "data": { "assets/deployer": {} }, @@ -146391,7 +146355,7 @@ [ "deregister", { - "_index": 9895, + "_index": 9892, "data": { "ref/stable/dmExtension": {} }, @@ -146401,7 +146365,7 @@ [ "derez", { - "_index": 6330, + "_index": 6327, "data": { "assets/derez": {} }, @@ -146421,7 +146385,7 @@ [ "derived", { - "_index": 9971, + "_index": 9968, "data": { "ref/stable/go": {} }, @@ -146431,7 +146395,7 @@ [ "desc", { - "_index": 5626, + "_index": 5623, "data": { "manuals/extensions-script-api": {}, "ref/stable/dmExtension": {}, @@ -146491,7 +146455,7 @@ [ "describing", { - "_index": 5400, + "_index": 5397, "data": { "manuals/editor-scripts": {}, "manuals/mesh": {}, @@ -146545,7 +146509,7 @@ [ "descriptor", { - "_index": 7334, + "_index": 7331, "data": { "ref/stable/dmDDF": {}, "ref/stable/dmFileDescriptor": {}, @@ -146560,7 +146524,7 @@ [ "deserialize", { - "_index": 9606, + "_index": 9603, "data": { "ref/stable/sys": {} }, @@ -146570,7 +146534,7 @@ [ "deserialized", { - "_index": 9608, + "_index": 9605, "data": { "ref/stable/sys": {} }, @@ -146580,7 +146544,7 @@ [ "deserializes", { - "_index": 9607, + "_index": 9604, "data": { "ref/stable/sys": {} }, @@ -146610,7 +146574,7 @@ [ "designated", { - "_index": 9427, + "_index": 9424, "data": { "ref/stable/engine": {}, "ref/stable/sys": {} @@ -146636,7 +146600,7 @@ [ "designing", { - "_index": 6741, + "_index": 6738, "data": { "assets/druid": {} }, @@ -146646,7 +146610,7 @@ [ "desination", { - "_index": 6890, + "_index": 6887, "data": { "ref/stable/dmGraphics": {} }, @@ -146718,7 +146682,7 @@ [ "destination_factor", { - "_index": 8525, + "_index": 8522, "data": { "ref/stable/render": {} }, @@ -146743,7 +146707,7 @@ [ "destroy_joint", { - "_index": 7474, + "_index": 7471, "data": { "ref/stable/physics": {} }, @@ -146753,7 +146717,7 @@ [ "destroycallback", { - "_index": 10817, + "_index": 10814, "data": { "ref/stable/dmScript": {} }, @@ -146797,7 +146761,7 @@ [ "destroyrenderconstants", { - "_index": 8047, + "_index": 8044, "data": { "ref/stable/dmGameSystem": {} }, @@ -146807,7 +146771,7 @@ [ "destroys", { - "_index": 8048, + "_index": 8045, "data": { "ref/stable/dmBuffer": {}, "ref/stable/dmGameSystem": {}, @@ -146819,7 +146783,7 @@ [ "destruction", { - "_index": 10461, + "_index": 10458, "data": { "ref/stable/socket": {} }, @@ -146829,7 +146793,7 @@ [ "detach", { - "_index": 5870, + "_index": 5867, "data": { "manuals/debugging-game-logic": {}, "ref/stable/dmAndroid": {}, @@ -146853,7 +146817,7 @@ [ "detaches", { - "_index": 8017, + "_index": 8014, "data": { "ref/stable/dmAndroid": {} }, @@ -146863,7 +146827,7 @@ [ "detaching", { - "_index": 5885, + "_index": 5882, "data": { "manuals/debugging-game-logic": {}, "ref/stable/go": {} @@ -147000,7 +146964,7 @@ [ "detects", { - "_index": 4803, + "_index": 4800, "data": { "manuals/importing-assets": {}, "ref/stable/io": {} @@ -147011,7 +146975,7 @@ [ "deteriorate", { - "_index": 10528, + "_index": 10525, "data": { "ref/stable/socket": {} }, @@ -147050,7 +147014,7 @@ [ "determines", { - "_index": 5100, + "_index": 5097, "data": { "manuals/flash": {}, "manuals/gui-text": {}, @@ -147096,7 +147060,7 @@ [ "dev/null", { - "_index": 4920, + "_index": 4917, "data": { "manuals/debugging-native-code-ios": {} }, @@ -147106,7 +147070,7 @@ [ "develop", { - "_index": 6382, + "_index": 6379, "data": { "assets/playable-ads": {}, "assets/vs-code-ide": {} @@ -147287,7 +147251,7 @@ [ "device_ident", { - "_index": 9643, + "_index": 9640, "data": { "ref/stable/sys": {} }, @@ -147297,7 +147261,7 @@ [ "device_language", { - "_index": 9650, + "_index": 9647, "data": { "ref/stable/sys": {} }, @@ -147307,7 +147271,7 @@ [ "device_model", { - "_index": 9644, + "_index": 9641, "data": { "ref/stable/sys": {} }, @@ -147317,7 +147281,7 @@ [ "devicehandle", { - "_index": 9502, + "_index": 9499, "data": { "ref/stable/dmHid": {} }, @@ -147354,7 +147318,7 @@ [ "devnet", { - "_index": 5989, + "_index": 5986, "data": { "manuals/sony-playstation": {} }, @@ -147364,7 +147328,7 @@ [ "devs", { - "_index": 6658, + "_index": 6655, "data": { "assets/asefold": {} }, @@ -147384,7 +147348,7 @@ [ "dg", { - "_index": 8558, + "_index": 8555, "data": { "ref/stable/render": {} }, @@ -147394,7 +147358,7 @@ [ "dhmash_t", { - "_index": 9263, + "_index": 9260, "data": { "ref/stable/dmGameObject": {} }, @@ -147404,7 +147368,7 @@ [ "diagnostics", { - "_index": 5437, + "_index": 5434, "data": { "assets/lua-language-server": {}, "manuals/editor-scripts": {} @@ -147415,7 +147379,7 @@ [ "diags", { - "_index": 6675, + "_index": 6672, "data": { "assets/defdiags": {} }, @@ -147425,7 +147389,7 @@ [ "dial", { - "_index": 10034, + "_index": 10031, "data": { "ref/stable/dmConnectionPool": {} }, @@ -147467,7 +147431,7 @@ [ "dialogbuttons", { - "_index": 8938, + "_index": 8935, "data": { "ref/stable/editor": {} }, @@ -147493,7 +147457,7 @@ [ "dialogues", { - "_index": 6448, + "_index": 6445, "data": { "assets/narrator": {} }, @@ -147515,7 +147479,7 @@ [ "dicebag", { - "_index": 6348, + "_index": 6345, "data": { "assets/dicebag": {} }, @@ -147583,7 +147547,7 @@ [ "die", { - "_index": 7368, + "_index": 7365, "data": { "ref/stable/timer": {} }, @@ -147739,7 +147703,7 @@ [ "differnt", { - "_index": 8497, + "_index": 8494, "data": { "ref/stable/render": {} }, @@ -147762,7 +147726,7 @@ [ "difftime", { - "_index": 10012, + "_index": 10009, "data": { "ref/stable/os": {} }, @@ -147802,7 +147766,7 @@ [ "digitally", { - "_index": 6051, + "_index": 6048, "data": { "manuals/android": {} }, @@ -147812,7 +147776,7 @@ [ "digits", { - "_index": 8665, + "_index": 8662, "data": { "ref/stable/bit": {}, "ref/stable/os": {} @@ -147823,7 +147787,7 @@ [ "dim", { - "_index": 7204, + "_index": 7201, "data": { "ref/stable/dmTransform": {}, "ref/stable/window": {} @@ -147834,7 +147798,7 @@ [ "dimensional", { - "_index": 6229, + "_index": 6226, "data": { "examples/material/noise": {} }, @@ -147863,7 +147827,7 @@ [ "dimming", { - "_index": 6095, + "_index": 6092, "data": { "manuals/android": {}, "ref/stable/window": {} @@ -147874,7 +147838,7 @@ [ "dimming_off", { - "_index": 7203, + "_index": 7200, "data": { "ref/stable/window": {} }, @@ -147884,7 +147848,7 @@ [ "dimming_on", { - "_index": 7207, + "_index": 7204, "data": { "ref/stable/window": {} }, @@ -147894,7 +147858,7 @@ [ "dimming_unknown", { - "_index": 7209, + "_index": 7206, "data": { "ref/stable/window": {} }, @@ -147965,7 +147929,7 @@ [ "directions", { - "_index": 7075, + "_index": 7072, "data": { "ref/stable/vmath": {} }, @@ -148058,7 +148022,7 @@ [ "dirty", { - "_index": 6681, + "_index": 6678, "data": { "assets/dirtylarry": {}, "ref/stable/dmGameObject": {}, @@ -148070,7 +148034,7 @@ [ "dirtylarry", { - "_index": 6680, + "_index": 6677, "data": { "assets/dirtylarry": {} }, @@ -148107,7 +148071,7 @@ [ "disable_material", { - "_index": 8482, + "_index": 8479, "data": { "ref/stable/render": {} }, @@ -148117,7 +148081,7 @@ [ "disable_state", { - "_index": 8483, + "_index": 8480, "data": { "ref/stable/render": {} }, @@ -148127,7 +148091,7 @@ [ "disable_texture", { - "_index": 8485, + "_index": 8482, "data": { "ref/stable/render": {} }, @@ -148187,7 +148151,7 @@ [ "disallow", { - "_index": 10501, + "_index": 10498, "data": { "ref/stable/socket": {} }, @@ -148197,7 +148161,7 @@ [ "disaster", { - "_index": 5563, + "_index": 5560, "data": { "manuals/editor": {} }, @@ -148232,7 +148196,7 @@ [ "discarded", { - "_index": 8833, + "_index": 8830, "data": { "ref/stable/editor": {}, "ref/stable/socket": {} @@ -148243,7 +148207,7 @@ [ "discards", { - "_index": 8609, + "_index": 8606, "data": { "ref/stable/render": {} }, @@ -148253,7 +148217,7 @@ [ "disconnects", { - "_index": 4820, + "_index": 4817, "data": { "manuals/porting-guidelines": {} }, @@ -148263,7 +148227,7 @@ [ "discord", { - "_index": 4946, + "_index": 4943, "data": { "assets/discordrich": {}, "manuals/getting-help": {} @@ -148274,7 +148238,7 @@ [ "discordrich", { - "_index": 6601, + "_index": 6598, "data": { "assets/discordrich": {} }, @@ -148284,7 +148248,7 @@ [ "discourage", { - "_index": 5219, + "_index": 5216, "data": { "manuals/lua": {} }, @@ -148294,7 +148258,7 @@ [ "discrete", { - "_index": 7998, + "_index": 7995, "data": { "ref/stable/collectionproxy": {} }, @@ -148304,7 +148268,7 @@ [ "discuss", { - "_index": 4945, + "_index": 4942, "data": { "manuals/getting-help": {} }, @@ -148314,7 +148278,7 @@ [ "discussed", { - "_index": 5081, + "_index": 5078, "data": { "manuals/flash": {} }, @@ -148324,7 +148288,7 @@ [ "discussions", { - "_index": 4948, + "_index": 4945, "data": { "manuals/getting-help": {} }, @@ -148369,7 +148333,7 @@ [ "dispatch_compute", { - "_index": 5293, + "_index": 5290, "data": { "manuals/compute": {}, "ref/stable/render": {} @@ -148393,7 +148357,7 @@ [ "dispatches", { - "_index": 8487, + "_index": 8484, "data": { "ref/stable/render": {} }, @@ -148437,7 +148401,7 @@ [ "display.update_frequency", { - "_index": 9587, + "_index": 9584, "data": { "ref/stable/sys": {} }, @@ -148478,7 +148442,7 @@ [ "displaying", { - "_index": 6226, + "_index": 6223, "data": { "examples/timer/cancel_timer": {} }, @@ -148515,7 +148479,7 @@ [ "dissolve", { - "_index": 6571, + "_index": 6568, "data": { "assets/dissolve-fx": {} }, @@ -148558,7 +148522,7 @@ [ "distancetoplane", { - "_index": 9442, + "_index": 9439, "data": { "ref/stable/dmIntersection": {} }, @@ -148578,7 +148542,7 @@ [ "distinct", { - "_index": 6414, + "_index": 6411, "data": { "assets/googleanalyticsforfirebase": {} }, @@ -148588,7 +148552,7 @@ [ "distinguish", { - "_index": 10756, + "_index": 10753, "data": { "ref/stable/sound": {} }, @@ -148598,7 +148562,7 @@ [ "distortion", { - "_index": 6108, + "_index": 6105, "data": { "examples/gui/slice9": {} }, @@ -148635,7 +148599,7 @@ [ "distribution", { - "_index": 6052, + "_index": 6049, "data": { "manuals/android": {} }, @@ -148645,7 +148609,7 @@ [ "diverse", { - "_index": 6720, + "_index": 6717, "data": { "assets/fmod": {} }, @@ -148655,7 +148619,7 @@ [ "divide", { - "_index": 5893, + "_index": 5890, "data": { "manuals/debugging-game-logic": {}, "ref/stable/dmVMath": {} @@ -148679,7 +148643,7 @@ [ "dividend", { - "_index": 7384, + "_index": 7381, "data": { "ref/stable/dmVMath": {} }, @@ -148689,7 +148653,7 @@ [ "dividing", { - "_index": 5278, + "_index": 5275, "data": { "manuals/compute": {} }, @@ -148699,7 +148663,7 @@ [ "division", { - "_index": 7065, + "_index": 7062, "data": { "ref/stable/math": {}, "ref/stable/vmath": {} @@ -148710,7 +148674,7 @@ [ "divperelem", { - "_index": 7385, + "_index": 7382, "data": { "ref/stable/dmVMath": {} }, @@ -148720,7 +148684,7 @@ [ "dlfcn", { - "_index": 9418, + "_index": 9415, "data": { "ref/stable/package": {} }, @@ -148730,7 +148694,7 @@ [ "dlib_log_domain", { - "_index": 7410, + "_index": 7407, "data": { "ref/stable/dmLog": {} }, @@ -148740,7 +148704,7 @@ [ "dll", { - "_index": 6980, + "_index": 6977, "data": { "ref/stable/sharedlibrary": {} }, @@ -148750,7 +148714,7 @@ [ "dm_align", { - "_index": 7352, + "_index": 7349, "data": { "ref/stable/dmAlign": {} }, @@ -148760,7 +148724,7 @@ [ "dm_aligned", { - "_index": 7353, + "_index": 7350, "data": { "ref/stable/dmAlign": {}, "ref/stable/dmScript": {} @@ -148771,7 +148735,7 @@ [ "dm_array_size", { - "_index": 7441, + "_index": 7438, "data": { "ref/stable/dmArray": {} }, @@ -148781,7 +148745,7 @@ [ "dm_debug", { - "_index": 8002, + "_index": 7999, "data": { "ref/stable/dmEngine": {} }, @@ -148791,7 +148755,7 @@ [ "dm_declare_compgui_type", { - "_index": 8049, + "_index": 8046, "data": { "ref/stable/dmGameSystem": {} }, @@ -148812,7 +148776,7 @@ [ "dm_declare_extension", { - "_index": 4739, + "_index": 4736, "data": { "manuals/extensions": {}, "ref/stable/dmExtension": {} @@ -148823,7 +148787,7 @@ [ "dm_declare_resource_type", { - "_index": 8418, + "_index": 8415, "data": { "ref/stable/dmResource": {} }, @@ -148833,7 +148797,7 @@ [ "dm_dllexport", { - "_index": 6979, + "_index": 6976, "data": { "ref/stable/sharedlibrary": {} }, @@ -148863,7 +148827,7 @@ [ "dm_hash_reverse_mem", { - "_index": 10207, + "_index": 10204, "data": { "ref/stable/dmHash": {} }, @@ -148873,7 +148837,7 @@ [ "dm_headless", { - "_index": 8003, + "_index": 8000, "data": { "ref/stable/dmEngine": {} }, @@ -148883,7 +148847,7 @@ [ "dm_log_port", { - "_index": 9426, + "_index": 9423, "data": { "ref/stable/engine": {} }, @@ -148893,7 +148857,7 @@ [ "dm_lua_error", { - "_index": 10786, + "_index": 10783, "data": { "ref/stable/dmScript": {} }, @@ -148903,7 +148867,7 @@ [ "dm_lua_stack_check", { - "_index": 4747, + "_index": 4744, "data": { "manuals/extensions": {}, "ref/stable/dmScript": {} @@ -148914,7 +148878,7 @@ [ "dm_mutex_scoped_lock", { - "_index": 6965, + "_index": 6962, "data": { "ref/stable/dmMutex": {} }, @@ -148924,7 +148888,7 @@ [ "dm_platform_android", { - "_index": 4778, + "_index": 4775, "data": { "manuals/extensions": {}, "ref/stable/dmExtension": {} @@ -148935,7 +148899,7 @@ [ "dm_platform_html5", { - "_index": 4780, + "_index": 4777, "data": { "manuals/extensions": {}, "ref/stable/dmExtension": {} @@ -148946,7 +148910,7 @@ [ "dm_platform_ios", { - "_index": 4777, + "_index": 4774, "data": { "manuals/extensions": {}, "ref/stable/dmExtension": {} @@ -148957,7 +148921,7 @@ [ "dm_platform_linux", { - "_index": 4779, + "_index": 4776, "data": { "manuals/extensions": {}, "ref/stable/dmExtension": {} @@ -148968,7 +148932,7 @@ [ "dm_platform_osx", { - "_index": 4776, + "_index": 4773, "data": { "manuals/extensions": {}, "ref/stable/dmExtension": {} @@ -148979,7 +148943,7 @@ [ "dm_platform_windows", { - "_index": 4775, + "_index": 4772, "data": { "manuals/extensions": {}, "ref/stable/dmExtension": {} @@ -148990,7 +148954,7 @@ [ "dm_profile", { - "_index": 8784, + "_index": 8781, "data": { "ref/stable/dmProfile": {} }, @@ -149000,7 +148964,7 @@ [ "dm_profile_dyn", { - "_index": 8785, + "_index": 8782, "data": { "ref/stable/dmProfile": {} }, @@ -149010,7 +148974,7 @@ [ "dm_profile_text", { - "_index": 8786, + "_index": 8783, "data": { "ref/stable/dmProfile": {} }, @@ -149020,7 +148984,7 @@ [ "dm_property_add_f32", { - "_index": 8788, + "_index": 8785, "data": { "ref/stable/dmProfile": {} }, @@ -149030,7 +148994,7 @@ [ "dm_property_add_f64", { - "_index": 8789, + "_index": 8786, "data": { "ref/stable/dmProfile": {} }, @@ -149040,7 +149004,7 @@ [ "dm_property_add_s32", { - "_index": 8790, + "_index": 8787, "data": { "ref/stable/dmProfile": {} }, @@ -149050,7 +149014,7 @@ [ "dm_property_add_s64", { - "_index": 8791, + "_index": 8788, "data": { "ref/stable/dmProfile": {} }, @@ -149060,7 +149024,7 @@ [ "dm_property_add_u32", { - "_index": 8793, + "_index": 8790, "data": { "ref/stable/dmProfile": {} }, @@ -149070,7 +149034,7 @@ [ "dm_property_add_u64", { - "_index": 8794, + "_index": 8791, "data": { "ref/stable/dmProfile": {} }, @@ -149080,7 +149044,7 @@ [ "dm_property_bool", { - "_index": 8795, + "_index": 8792, "data": { "ref/stable/dmProfile": {} }, @@ -149090,7 +149054,7 @@ [ "dm_property_extern", { - "_index": 8799, + "_index": 8796, "data": { "ref/stable/dmProfile": {} }, @@ -149100,7 +149064,7 @@ [ "dm_property_f32", { - "_index": 8801, + "_index": 8798, "data": { "ref/stable/dmProfile": {} }, @@ -149110,7 +149074,7 @@ [ "dm_property_f64", { - "_index": 8802, + "_index": 8799, "data": { "ref/stable/dmProfile": {} }, @@ -149120,7 +149084,7 @@ [ "dm_property_group", { - "_index": 8803, + "_index": 8800, "data": { "ref/stable/dmProfile": {} }, @@ -149130,7 +149094,7 @@ [ "dm_property_reset", { - "_index": 8804, + "_index": 8801, "data": { "ref/stable/dmProfile": {} }, @@ -149140,7 +149104,7 @@ [ "dm_property_s32", { - "_index": 8805, + "_index": 8802, "data": { "ref/stable/dmProfile": {} }, @@ -149150,7 +149114,7 @@ [ "dm_property_s64", { - "_index": 8806, + "_index": 8803, "data": { "ref/stable/dmProfile": {} }, @@ -149160,7 +149124,7 @@ [ "dm_property_set_bool", { - "_index": 8807, + "_index": 8804, "data": { "ref/stable/dmProfile": {} }, @@ -149170,7 +149134,7 @@ [ "dm_property_set_f32", { - "_index": 8808, + "_index": 8805, "data": { "ref/stable/dmProfile": {} }, @@ -149180,7 +149144,7 @@ [ "dm_property_set_f64", { - "_index": 8809, + "_index": 8806, "data": { "ref/stable/dmProfile": {} }, @@ -149190,7 +149154,7 @@ [ "dm_property_set_s32", { - "_index": 8810, + "_index": 8807, "data": { "ref/stable/dmProfile": {} }, @@ -149200,7 +149164,7 @@ [ "dm_property_set_s64", { - "_index": 8811, + "_index": 8808, "data": { "ref/stable/dmProfile": {} }, @@ -149210,7 +149174,7 @@ [ "dm_property_set_u32", { - "_index": 8812, + "_index": 8809, "data": { "ref/stable/dmProfile": {} }, @@ -149220,7 +149184,7 @@ [ "dm_property_set_u64", { - "_index": 8813, + "_index": 8810, "data": { "ref/stable/dmProfile": {} }, @@ -149230,7 +149194,7 @@ [ "dm_property_u32", { - "_index": 8814, + "_index": 8811, "data": { "ref/stable/dmProfile": {} }, @@ -149240,7 +149204,7 @@ [ "dm_property_u64", { - "_index": 8815, + "_index": 8812, "data": { "ref/stable/dmProfile": {} }, @@ -149250,7 +149214,7 @@ [ "dm_quit_on_esc", { - "_index": 9430, + "_index": 9427, "data": { "ref/stable/engine": {} }, @@ -149260,7 +149224,7 @@ [ "dm_release", { - "_index": 8004, + "_index": 8001, "data": { "ref/stable/dmEngine": {} }, @@ -149270,7 +149234,7 @@ [ "dm_save_home", { - "_index": 9432, + "_index": 9429, "data": { "ref/stable/engine": {} }, @@ -149280,7 +149244,7 @@ [ "dm_service_port", { - "_index": 9433, + "_index": 9430, "data": { "ref/stable/engine": {} }, @@ -149290,7 +149254,7 @@ [ "dm_spinlock_scoped_lock", { - "_index": 8674, + "_index": 8671, "data": { "ref/stable/dmSpinlock": {} }, @@ -149300,7 +149264,7 @@ [ "dm_static_assert", { - "_index": 10325, + "_index": 10322, "data": { "ref/stable/dmStaticAssert": {} }, @@ -149310,7 +149274,7 @@ [ "dmallocator", { - "_index": 10209, + "_index": 10206, "data": { "ref/stable/dmHash": {} }, @@ -149320,7 +149284,7 @@ [ "dmarray", { - "_index": 7442, + "_index": 7439, "data": { "ref/stable/dmArray": {}, "ref/stable/dmDDF": {} @@ -149331,7 +149295,7 @@ [ "dmatomicadd32", { - "_index": 9067, + "_index": 9064, "data": { "ref/stable/dmAtomic": {} }, @@ -149341,7 +149305,7 @@ [ "dmatomiccomparestore32", { - "_index": 9070, + "_index": 9067, "data": { "ref/stable/dmAtomic": {} }, @@ -149351,7 +149315,7 @@ [ "dmatomicdecrement32", { - "_index": 9073, + "_index": 9070, "data": { "ref/stable/dmAtomic": {} }, @@ -149361,7 +149325,7 @@ [ "dmatomicget32", { - "_index": 9075, + "_index": 9072, "data": { "ref/stable/dmAtomic": {} }, @@ -149371,7 +149335,7 @@ [ "dmatomicincrement32", { - "_index": 9076, + "_index": 9073, "data": { "ref/stable/dmAtomic": {} }, @@ -149381,7 +149345,7 @@ [ "dmatomicstore32", { - "_index": 9078, + "_index": 9075, "data": { "ref/stable/dmAtomic": {} }, @@ -149391,7 +149355,7 @@ [ "dmatomicsub32", { - "_index": 9079, + "_index": 9076, "data": { "ref/stable/dmAtomic": {} }, @@ -149401,7 +149365,7 @@ [ "dmbuffer", { - "_index": 10641, + "_index": 10638, "data": { "ref/stable/dmBuffer": {} }, @@ -149411,7 +149375,7 @@ [ "dmbuffer::copy", { - "_index": 10640, + "_index": 10637, "data": { "ref/stable/dmBuffer": {} }, @@ -149421,7 +149385,7 @@ [ "dmbuffer::create", { - "_index": 10646, + "_index": 10643, "data": { "ref/stable/dmBuffer": {} }, @@ -149431,7 +149395,7 @@ [ "dmbuffer::destroy", { - "_index": 10652, + "_index": 10649, "data": { "ref/stable/dmBuffer": {} }, @@ -149441,7 +149405,7 @@ [ "dmbuffer::getbytes", { - "_index": 10653, + "_index": 10650, "data": { "ref/stable/dmBuffer": {} }, @@ -149451,7 +149415,7 @@ [ "dmbuffer::getcontentversion", { - "_index": 10656, + "_index": 10653, "data": { "ref/stable/dmBuffer": {} }, @@ -149461,7 +149425,7 @@ [ "dmbuffer::getcount", { - "_index": 10658, + "_index": 10655, "data": { "ref/stable/dmBuffer": {} }, @@ -149471,7 +149435,7 @@ [ "dmbuffer::getmetadata", { - "_index": 10660, + "_index": 10657, "data": { "ref/stable/dmBuffer": {} }, @@ -149481,7 +149445,7 @@ [ "dmbuffer::getresultstring", { - "_index": 10663, + "_index": 10660, "data": { "ref/stable/dmBuffer": {} }, @@ -149491,7 +149455,7 @@ [ "dmbuffer::getsizeforvaluetype", { - "_index": 10665, + "_index": 10662, "data": { "ref/stable/dmBuffer": {} }, @@ -149501,7 +149465,7 @@ [ "dmbuffer::getstream", { - "_index": 10667, + "_index": 10664, "data": { "ref/stable/dmBuffer": {} }, @@ -149511,7 +149475,7 @@ [ "dmbuffer::getstreamtype", { - "_index": 10670, + "_index": 10667, "data": { "ref/stable/dmBuffer": {} }, @@ -149521,7 +149485,7 @@ [ "dmbuffer::getvaluetypestring", { - "_index": 10672, + "_index": 10669, "data": { "ref/stable/dmBuffer": {} }, @@ -149531,7 +149495,7 @@ [ "dmbuffer::hbuffer", { - "_index": 10643, + "_index": 10640, "data": { "ref/stable/dmBuffer": {}, "ref/stable/dmScript": {} @@ -149542,7 +149506,7 @@ [ "dmbuffer::isbuffervalid", { - "_index": 10674, + "_index": 10671, "data": { "ref/stable/dmBuffer": {} }, @@ -149552,7 +149516,7 @@ [ "dmbuffer::result", { - "_index": 10645, + "_index": 10642, "data": { "ref/stable/dmBuffer": {} }, @@ -149562,7 +149526,7 @@ [ "dmbuffer::setmetadata", { - "_index": 10676, + "_index": 10673, "data": { "ref/stable/dmBuffer": {} }, @@ -149572,7 +149536,7 @@ [ "dmbuffer::streamdeclaration", { - "_index": 10649, + "_index": 10646, "data": { "ref/stable/dmBuffer": {} }, @@ -149582,7 +149546,7 @@ [ "dmbuffer::updatecontentversion", { - "_index": 10681, + "_index": 10678, "data": { "ref/stable/dmBuffer": {} }, @@ -149592,7 +149556,7 @@ [ "dmbuffer::validatebuffer", { - "_index": 10683, + "_index": 10680, "data": { "ref/stable/dmBuffer": {} }, @@ -149602,7 +149566,7 @@ [ "dmbuffer::valuetype", { - "_index": 10662, + "_index": 10659, "data": { "ref/stable/dmBuffer": {} }, @@ -149612,7 +149576,7 @@ [ "dmconditionvariable", { - "_index": 9904, + "_index": 9901, "data": { "ref/stable/dmConditionVariable": {} }, @@ -149622,7 +149586,7 @@ [ "dmconditionvariable::broadcast", { - "_index": 9903, + "_index": 9900, "data": { "ref/stable/dmConditionVariable": {} }, @@ -149632,7 +149596,7 @@ [ "dmconditionvariable::delete", { - "_index": 9909, + "_index": 9906, "data": { "ref/stable/dmConditionVariable": {} }, @@ -149642,7 +149606,7 @@ [ "dmconditionvariable::hconditionvariable", { - "_index": 9908, + "_index": 9905, "data": { "ref/stable/dmConditionVariable": {} }, @@ -149652,7 +149616,7 @@ [ "dmconditionvariable::new", { - "_index": 9911, + "_index": 9908, "data": { "ref/stable/dmConditionVariable": {} }, @@ -149662,7 +149626,7 @@ [ "dmconditionvariable::signal", { - "_index": 9912, + "_index": 9909, "data": { "ref/stable/dmConditionVariable": {} }, @@ -149672,7 +149636,7 @@ [ "dmconditionvariable::wait", { - "_index": 9913, + "_index": 9910, "data": { "ref/stable/dmConditionVariable": {} }, @@ -149682,7 +149646,7 @@ [ "dmconfigfile::hconfig", { - "_index": 8007, + "_index": 8004, "data": { "ref/stable/dmEngine": {} }, @@ -149692,7 +149656,7 @@ [ "dmconnectionpool", { - "_index": 10028, + "_index": 10025, "data": { "ref/stable/dmConnectionPool": {} }, @@ -149702,7 +149666,7 @@ [ "dmconnectionpool::close", { - "_index": 10027, + "_index": 10024, "data": { "ref/stable/dmConnectionPool": {} }, @@ -149712,7 +149676,7 @@ [ "dmconnectionpool::delete", { - "_index": 10031, + "_index": 10028, "data": { "ref/stable/dmConnectionPool": {} }, @@ -149722,7 +149686,7 @@ [ "dmconnectionpool::dial", { - "_index": 10033, + "_index": 10030, "data": { "ref/stable/dmConnectionPool": {} }, @@ -149732,7 +149696,7 @@ [ "dmconnectionpool::getsocket", { - "_index": 10038, + "_index": 10035, "data": { "ref/stable/dmConnectionPool": {} }, @@ -149742,7 +149706,7 @@ [ "dmconnectionpool::getsslsocket", { - "_index": 10039, + "_index": 10036, "data": { "ref/stable/dmConnectionPool": {} }, @@ -149752,7 +149716,7 @@ [ "dmconnectionpool::hconnection", { - "_index": 10030, + "_index": 10027, "data": { "ref/stable/dmConnectionPool": {} }, @@ -149762,7 +149726,7 @@ [ "dmconnectionpool::hpool", { - "_index": 10029, + "_index": 10026, "data": { "ref/stable/dmConnectionPool": {} }, @@ -149772,7 +149736,7 @@ [ "dmconnectionpool::new", { - "_index": 10041, + "_index": 10038, "data": { "ref/stable/dmConnectionPool": {} }, @@ -149782,7 +149746,7 @@ [ "dmconnectionpool::params", { - "_index": 10042, + "_index": 10039, "data": { "ref/stable/dmConnectionPool": {} }, @@ -149792,7 +149756,7 @@ [ "dmconnectionpool::result", { - "_index": 10044, + "_index": 10041, "data": { "ref/stable/dmConnectionPool": {} }, @@ -149802,7 +149766,7 @@ [ "dmconnectionpool::return", { - "_index": 10045, + "_index": 10042, "data": { "ref/stable/dmConnectionPool": {} }, @@ -149812,7 +149776,7 @@ [ "dmconnectionpool::shutdown", { - "_index": 10046, + "_index": 10043, "data": { "ref/stable/dmConnectionPool": {} }, @@ -149822,7 +149786,7 @@ [ "dmcrash::oncrash", { - "_index": 5005, + "_index": 5002, "data": { "manuals/debugging-native-code": {} }, @@ -149832,7 +149796,7 @@ [ "dmcrypt", { - "_index": 8179, + "_index": 8176, "data": { "ref/stable/dmCrypt": {} }, @@ -149842,7 +149806,7 @@ [ "dmcrypt::algorithm", { - "_index": 8186, + "_index": 8183, "data": { "ref/stable/dmCrypt": {} }, @@ -149852,7 +149816,7 @@ [ "dmcrypt::base64decode", { - "_index": 8178, + "_index": 8175, "data": { "ref/stable/dmCrypt": {} }, @@ -149862,7 +149826,7 @@ [ "dmcrypt::base64encode", { - "_index": 8183, + "_index": 8180, "data": { "ref/stable/dmCrypt": {} }, @@ -149872,7 +149836,7 @@ [ "dmcrypt::decrypt", { - "_index": 8185, + "_index": 8182, "data": { "ref/stable/dmCrypt": {} }, @@ -149882,7 +149846,7 @@ [ "dmcrypt::encrypt", { - "_index": 8189, + "_index": 8186, "data": { "ref/stable/dmCrypt": {} }, @@ -149892,7 +149856,7 @@ [ "dmcrypt::hashmd5", { - "_index": 8190, + "_index": 8187, "data": { "ref/stable/dmCrypt": {} }, @@ -149902,7 +149866,7 @@ [ "dmcrypt::hashsha1", { - "_index": 8192, + "_index": 8189, "data": { "ref/stable/dmCrypt": {} }, @@ -149912,7 +149876,7 @@ [ "dmcrypt::hashsha256", { - "_index": 8194, + "_index": 8191, "data": { "ref/stable/dmCrypt": {} }, @@ -149922,7 +149886,7 @@ [ "dmcrypt::hashsha512", { - "_index": 8197, + "_index": 8194, "data": { "ref/stable/dmCrypt": {} }, @@ -149932,7 +149896,7 @@ [ "dmcrypt::result", { - "_index": 8188, + "_index": 8185, "data": { "ref/stable/dmCrypt": {} }, @@ -149942,7 +149906,7 @@ [ "dmddf::descriptor", { - "_index": 9084, + "_index": 9081, "data": { "ref/stable/dmDDF": {} }, @@ -149952,7 +149916,7 @@ [ "dmddf::option_offset_pointers", { - "_index": 9088, + "_index": 9085, "data": { "ref/stable/dmDDF": {} }, @@ -149973,7 +149937,7 @@ [ "dmengine.dsym", { - "_index": 4901, + "_index": 4898, "data": { "manuals/debugging-native-code-ios": {} }, @@ -149983,7 +149947,7 @@ [ "dmengine.dsym.zip", { - "_index": 4978, + "_index": 4975, "data": { "manuals/debugging-native-code": {} }, @@ -149993,7 +149957,7 @@ [ "dmengine.js.symbols", { - "_index": 4983, + "_index": 4980, "data": { "manuals/debugging-native-code": {} }, @@ -150003,7 +149967,7 @@ [ "dmengine.pdb", { - "_index": 4982, + "_index": 4979, "data": { "manuals/debugging-native-code": {} }, @@ -150013,7 +149977,7 @@ [ "dmextension::appinitialize", { - "_index": 8006, + "_index": 8003, "data": { "ref/stable/dmEngine": {} }, @@ -150023,7 +149987,7 @@ [ "dmextension::appparams", { - "_index": 4758, + "_index": 4755, "data": { "manuals/extensions": {}, "ref/stable/dmEngine": {} @@ -150034,7 +149998,7 @@ [ "dmextension::params", { - "_index": 4760, + "_index": 4757, "data": { "manuals/extensions": {} }, @@ -150044,7 +150008,7 @@ [ "dmextension::result", { - "_index": 4756, + "_index": 4753, "data": { "manuals/extensions": {} }, @@ -150054,7 +150018,7 @@ [ "dmextension::result_ok", { - "_index": 4755, + "_index": 4752, "data": { "manuals/extensions": {} }, @@ -150064,7 +150028,7 @@ [ "dmgameobject::componentaddtoupdateparams", { - "_index": 9127, + "_index": 9124, "data": { "ref/stable/dmGameObject": {} }, @@ -150074,7 +150038,7 @@ [ "dmgameobject::componentcreateparams", { - "_index": 9132, + "_index": 9129, "data": { "ref/stable/dmGameObject": {} }, @@ -150084,7 +150048,7 @@ [ "dmgameobject::componentdeleteworldparams", { - "_index": 9136, + "_index": 9133, "data": { "ref/stable/dmGameObject": {} }, @@ -150094,7 +150058,7 @@ [ "dmgameobject::componentdestroyparams", { - "_index": 9140, + "_index": 9137, "data": { "ref/stable/dmGameObject": {} }, @@ -150104,7 +150068,7 @@ [ "dmgameobject::componentfinalparams", { - "_index": 9143, + "_index": 9140, "data": { "ref/stable/dmGameObject": {} }, @@ -150114,7 +150078,7 @@ [ "dmgameobject::componentgetparams", { - "_index": 9147, + "_index": 9144, "data": { "ref/stable/dmGameObject": {} }, @@ -150124,7 +150088,7 @@ [ "dmgameobject::componentgetpropertyparams", { - "_index": 9151, + "_index": 9148, "data": { "ref/stable/dmGameObject": {} }, @@ -150134,7 +150098,7 @@ [ "dmgameobject::componentinitparams", { - "_index": 9157, + "_index": 9154, "data": { "ref/stable/dmGameObject": {} }, @@ -150144,7 +150108,7 @@ [ "dmgameobject::componentnewworldparams", { - "_index": 9163, + "_index": 9160, "data": { "ref/stable/dmGameObject": {} }, @@ -150154,7 +150118,7 @@ [ "dmgameobject::componentoninputparams", { - "_index": 9168, + "_index": 9165, "data": { "ref/stable/dmGameObject": {} }, @@ -150164,7 +150128,7 @@ [ "dmgameobject::componentonmessageparams", { - "_index": 9172, + "_index": 9169, "data": { "ref/stable/dmGameObject": {} }, @@ -150174,7 +150138,7 @@ [ "dmgameobject::componentonreloadparams", { - "_index": 9177, + "_index": 9174, "data": { "ref/stable/dmGameObject": {} }, @@ -150184,7 +150148,7 @@ [ "dmgameobject::componentsetpropertiesparams", { - "_index": 9180, + "_index": 9177, "data": { "ref/stable/dmGameObject": {} }, @@ -150194,7 +150158,7 @@ [ "dmgameobject::componentsetpropertyparams", { - "_index": 9183, + "_index": 9180, "data": { "ref/stable/dmGameObject": {} }, @@ -150204,7 +150168,7 @@ [ "dmgameobject::componentspostupdateparams", { - "_index": 9189, + "_index": 9186, "data": { "ref/stable/dmGameObject": {} }, @@ -150214,7 +150178,7 @@ [ "dmgameobject::componentsrenderparams", { - "_index": 9192, + "_index": 9189, "data": { "ref/stable/dmGameObject": {} }, @@ -150224,7 +150188,7 @@ [ "dmgameobject::componentsupdateparams", { - "_index": 9186, + "_index": 9183, "data": { "ref/stable/dmGameObject": {} }, @@ -150234,7 +150198,7 @@ [ "dmgameobject::componentsupdateresult", { - "_index": 9187, + "_index": 9184, "data": { "ref/stable/dmGameObject": {} }, @@ -150244,7 +150208,7 @@ [ "dmgameobject::getworld", { - "_index": 9202, + "_index": 9199, "data": { "ref/stable/dmGameObject": {} }, @@ -150254,7 +150218,7 @@ [ "dmgameobject::hcolleciton", { - "_index": 9123, + "_index": 9120, "data": { "ref/stable/dmGameObject": {} }, @@ -150264,7 +150228,7 @@ [ "dmgameobject::hcollection", { - "_index": 9238, + "_index": 9235, "data": { "ref/stable/dmGameObject": {} }, @@ -150274,7 +150238,7 @@ [ "dmgameobject::hcomponent", { - "_index": 10888, + "_index": 10885, "data": { "ref/stable/dmScript": {} }, @@ -150284,7 +150248,7 @@ [ "dmgameobject::hcomponentworld", { - "_index": 10887, + "_index": 10884, "data": { "ref/stable/dmScript": {} }, @@ -150294,7 +150258,7 @@ [ "dmgameobject::hinstance", { - "_index": 9125, + "_index": 9122, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmScript": {} @@ -150305,7 +150269,7 @@ [ "dmgameobject::hregister", { - "_index": 8009, + "_index": 8006, "data": { "ref/stable/dmEngine": {}, "ref/stable/dmGameObject": {} @@ -150316,7 +150280,7 @@ [ "dmgameobject::matrix4", { - "_index": 9275, + "_index": 9272, "data": { "ref/stable/dmGameObject": {} }, @@ -150326,7 +150290,7 @@ [ "dmgameobject::point3", { - "_index": 9268, + "_index": 9265, "data": { "ref/stable/dmGameObject": {} }, @@ -150336,7 +150300,7 @@ [ "dmgameobject::propertydesc", { - "_index": 9152, + "_index": 9149, "data": { "ref/stable/dmGameObject": {} }, @@ -150346,7 +150310,7 @@ [ "dmgameobject::propertyresult", { - "_index": 9154, + "_index": 9151, "data": { "ref/stable/dmGameObject": {} }, @@ -150356,7 +150320,7 @@ [ "dmgameobject::propertyvar", { - "_index": 8064, + "_index": 8061, "data": { "ref/stable/dmGameSystem": {} }, @@ -150366,7 +150330,7 @@ [ "dmgameobject::quat", { - "_index": 9270, + "_index": 9267, "data": { "ref/stable/dmGameObject": {} }, @@ -150376,7 +150340,7 @@ [ "dmgameobject::result", { - "_index": 9259, + "_index": 9256, "data": { "ref/stable/dmGameObject": {} }, @@ -150386,7 +150350,7 @@ [ "dmgameobject::scenenode", { - "_index": 9162, + "_index": 9159, "data": { "ref/stable/dmGameObject": {} }, @@ -150396,7 +150360,7 @@ [ "dmgameobject::scenenodeiterator", { - "_index": 9364, + "_index": 9361, "data": { "ref/stable/dmGameObject": {} }, @@ -150406,7 +150370,7 @@ [ "dmgameobject::scenenodepropertyiterator", { - "_index": 9161, + "_index": 9158, "data": { "ref/stable/dmGameObject": {} }, @@ -150416,7 +150380,7 @@ [ "dmgameobject::unnamed_identifier", { - "_index": 9265, + "_index": 9262, "data": { "ref/stable/dmGameObject": {} }, @@ -150426,7 +150390,7 @@ [ "dmgameobject::updatetransforms", { - "_index": 9231, + "_index": 9228, "data": { "ref/stable/dmGameObject": {} }, @@ -150436,7 +150400,7 @@ [ "dmgameobject::vector3", { - "_index": 9272, + "_index": 9269, "data": { "ref/stable/dmGameObject": {} }, @@ -150446,7 +150410,7 @@ [ "dmgamesystem::hcomponentrenderconstants", { - "_index": 8038, + "_index": 8035, "data": { "ref/stable/dmGameSystem": {} }, @@ -150456,7 +150420,7 @@ [ "dmgamesystem::texturesetresource", { - "_index": 8169, + "_index": 8166, "data": { "ref/stable/dmGui": {} }, @@ -150466,7 +150430,7 @@ [ "dmgamesystemddf::scriptmessage", { - "_index": 9247, + "_index": 9244, "data": { "ref/stable/dmGameObject": {} }, @@ -150476,7 +150440,7 @@ [ "dmgraphics", { - "_index": 6783, + "_index": 6780, "data": { "ref/stable/dmGraphics": {} }, @@ -150486,7 +150450,7 @@ [ "dmgraphics::bufferaccess", { - "_index": 6913, + "_index": 6910, "data": { "ref/stable/dmGraphics": {} }, @@ -150496,7 +150460,7 @@ [ "dmgraphics::bufferusage", { - "_index": 6877, + "_index": 6874, "data": { "ref/stable/dmGraphics": {} }, @@ -150506,7 +150470,7 @@ [ "dmgraphics::createrenderpassparams", { - "_index": 6900, + "_index": 6897, "data": { "ref/stable/dmGraphics": {} }, @@ -150516,7 +150480,7 @@ [ "dmgraphics::getnativeandroidactivity", { - "_index": 6782, + "_index": 6779, "data": { "ref/stable/dmGraphics": {} }, @@ -150526,7 +150490,7 @@ [ "dmgraphics::getnativeandroidapp", { - "_index": 6786, + "_index": 6783, "data": { "ref/stable/dmGraphics": {} }, @@ -150536,7 +150500,7 @@ [ "dmgraphics::getnativeandroideglcontext", { - "_index": 6789, + "_index": 6786, "data": { "ref/stable/dmGraphics": {} }, @@ -150546,7 +150510,7 @@ [ "dmgraphics::getnativeandroideglsurface", { - "_index": 6792, + "_index": 6789, "data": { "ref/stable/dmGraphics": {} }, @@ -150556,7 +150520,7 @@ [ "dmgraphics::getnativeandroidjavavm", { - "_index": 6795, + "_index": 6792, "data": { "ref/stable/dmGraphics": {} }, @@ -150566,7 +150530,7 @@ [ "dmgraphics::getnativeioseaglcontext", { - "_index": 6799, + "_index": 6796, "data": { "ref/stable/dmGraphics": {} }, @@ -150576,7 +150540,7 @@ [ "dmgraphics::getnativeiosuiview", { - "_index": 6802, + "_index": 6799, "data": { "ref/stable/dmGraphics": {} }, @@ -150586,7 +150550,7 @@ [ "dmgraphics::getnativeiosuiwindow", { - "_index": 6805, + "_index": 6802, "data": { "ref/stable/dmGraphics": {} }, @@ -150596,7 +150560,7 @@ [ "dmgraphics::getnativeosxnsopenglcontext", { - "_index": 6808, + "_index": 6805, "data": { "ref/stable/dmGraphics": {} }, @@ -150606,7 +150570,7 @@ [ "dmgraphics::getnativeosxnsview", { - "_index": 6811, + "_index": 6808, "data": { "ref/stable/dmGraphics": {} }, @@ -150616,7 +150580,7 @@ [ "dmgraphics::getnativeosxnswindow", { - "_index": 6814, + "_index": 6811, "data": { "ref/stable/dmGraphics": {} }, @@ -150626,7 +150590,7 @@ [ "dmgraphics::getnativewindowshglrc", { - "_index": 6817, + "_index": 6814, "data": { "ref/stable/dmGraphics": {} }, @@ -150636,7 +150600,7 @@ [ "dmgraphics::getnativewindowshwnd", { - "_index": 6822, + "_index": 6819, "data": { "ref/stable/dmGraphics": {} }, @@ -150646,7 +150610,7 @@ [ "dmgraphics::getnativex11glxcontext", { - "_index": 6825, + "_index": 6822, "data": { "ref/stable/dmGraphics": {} }, @@ -150656,7 +150620,7 @@ [ "dmgraphics::getnativex11window", { - "_index": 6829, + "_index": 6826, "data": { "ref/stable/dmGraphics": {} }, @@ -150666,7 +150630,7 @@ [ "dmgraphics::handleresult", { - "_index": 6843, + "_index": 6840, "data": { "ref/stable/dmGraphics": {} }, @@ -150676,7 +150640,7 @@ [ "dmgraphics::hcontext", { - "_index": 6762, + "_index": 6759, "data": { "ref/stable/dmGraphics": {} }, @@ -150686,7 +150650,7 @@ [ "dmgraphics::hindexbuffer", { - "_index": 6775, + "_index": 6772, "data": { "ref/stable/dmGraphics": {} }, @@ -150696,7 +150660,7 @@ [ "dmgraphics::hmaterial", { - "_index": 10926, + "_index": 10923, "data": { "ref/stable/dmRender": {} }, @@ -150706,7 +150670,7 @@ [ "dmgraphics::hprogram", { - "_index": 6908, + "_index": 6905, "data": { "ref/stable/dmGraphics": {} }, @@ -150716,7 +150680,7 @@ [ "dmgraphics::hrendertarget", { - "_index": 6838, + "_index": 6835, "data": { "ref/stable/dmGraphics": {} }, @@ -150726,7 +150690,7 @@ [ "dmgraphics::hstoragebuffer", { - "_index": 6857, + "_index": 6854, "data": { "ref/stable/dmGraphics": {} }, @@ -150736,7 +150700,7 @@ [ "dmgraphics::htexture", { - "_index": 6840, + "_index": 6837, "data": { "ref/stable/dmGraphics": {}, "ref/stable/dmGui": {} @@ -150747,7 +150711,7 @@ [ "dmgraphics::huniformlocation", { - "_index": 6920, + "_index": 6917, "data": { "ref/stable/dmGraphics": {}, "ref/stable/dmRender": {} @@ -150758,7 +150722,7 @@ [ "dmgraphics::hvertexbuffer", { - "_index": 6777, + "_index": 6774, "data": { "ref/stable/dmGraphics": {} }, @@ -150768,7 +150732,7 @@ [ "dmgraphics::hvertexdeclaration", { - "_index": 6779, + "_index": 6776, "data": { "ref/stable/dmGraphics": {} }, @@ -150778,7 +150742,7 @@ [ "dmgraphics::hvertexstreamdeclaration", { - "_index": 6781, + "_index": 6778, "data": { "ref/stable/dmGraphics": {} }, @@ -150788,7 +150752,7 @@ [ "dmgraphics::indexbufferformat", { - "_index": 6868, + "_index": 6865, "data": { "ref/stable/dmGraphics": {} }, @@ -150798,7 +150762,7 @@ [ "dmgraphics::pipelinestate", { - "_index": 6925, + "_index": 6922, "data": { "ref/stable/dmGraphics": {} }, @@ -150808,7 +150772,7 @@ [ "dmgraphics::primitivetype", { - "_index": 6903, + "_index": 6900, "data": { "ref/stable/dmGraphics": {} }, @@ -150818,7 +150782,7 @@ [ "dmgraphics::rendertargetattachment", { - "_index": 6839, + "_index": 6836, "data": { "ref/stable/dmGraphics": {} }, @@ -150828,7 +150792,7 @@ [ "dmgraphics::setrendertargetattachmentsparams", { - "_index": 6927, + "_index": 6924, "data": { "ref/stable/dmGraphics": {} }, @@ -150838,7 +150802,7 @@ [ "dmgraphics::type", { - "_index": 6764, + "_index": 6761, "data": { "ref/stable/dmGraphics": {} }, @@ -150848,7 +150812,7 @@ [ "dmgraphics::vertexstepfunction", { - "_index": 6884, + "_index": 6881, "data": { "ref/stable/dmGraphics": {} }, @@ -150858,7 +150822,7 @@ [ "dmgui::hnode", { - "_index": 8133, + "_index": 8130, "data": { "ref/stable/dmGui": {} }, @@ -150868,7 +150832,7 @@ [ "dmgui::hscene", { - "_index": 8132, + "_index": 8129, "data": { "ref/stable/dmGui": {} }, @@ -150878,7 +150842,7 @@ [ "dmgui::node_type_custom", { - "_index": 8157, + "_index": 8154, "data": { "ref/stable/dmGui": {} }, @@ -150888,7 +150852,7 @@ [ "dmgui::nodetype", { - "_index": 8155, + "_index": 8152, "data": { "ref/stable/dmGui": {} }, @@ -150898,7 +150862,7 @@ [ "dmgui::property", { - "_index": 8144, + "_index": 8141, "data": { "ref/stable/dmGui": {} }, @@ -150908,7 +150872,7 @@ [ "dmgui::result", { - "_index": 8166, + "_index": 8163, "data": { "ref/stable/dmGui": {} }, @@ -150918,7 +150882,7 @@ [ "dmgui::result_ok", { - "_index": 8165, + "_index": 8162, "data": { "ref/stable/dmGui": {} }, @@ -150928,7 +150892,7 @@ [ "dmhash_max_reverse_length", { - "_index": 10215, + "_index": 10212, "data": { "ref/stable/dmHash": {} }, @@ -150938,7 +150902,7 @@ [ "dmhash_t", { - "_index": 7325, + "_index": 7322, "data": { "ref/stable/dmBuffer": {}, "ref/stable/dmDDF": {}, @@ -150958,7 +150922,7 @@ [ "dmhashbuffer32", { - "_index": 10211, + "_index": 10208, "data": { "ref/stable/dmHash": {} }, @@ -150968,7 +150932,7 @@ [ "dmhashbuffer64", { - "_index": 10212, + "_index": 10209, "data": { "ref/stable/dmHash": {} }, @@ -150978,7 +150942,7 @@ [ "dmhashclone32", { - "_index": 10213, + "_index": 10210, "data": { "ref/stable/dmHash": {} }, @@ -150988,7 +150952,7 @@ [ "dmhashclone64", { - "_index": 10216, + "_index": 10213, "data": { "ref/stable/dmHash": {} }, @@ -150998,7 +150962,7 @@ [ "dmhashfinal32", { - "_index": 10218, + "_index": 10215, "data": { "ref/stable/dmHash": {} }, @@ -151008,7 +150972,7 @@ [ "dmhashfinal64", { - "_index": 10219, + "_index": 10216, "data": { "ref/stable/dmHash": {} }, @@ -151018,7 +150982,7 @@ [ "dmhashinit32", { - "_index": 10220, + "_index": 10217, "data": { "ref/stable/dmHash": {} }, @@ -151028,7 +150992,7 @@ [ "dmhashinit64", { - "_index": 10221, + "_index": 10218, "data": { "ref/stable/dmHash": {} }, @@ -151038,7 +151002,7 @@ [ "dmhashrelease32", { - "_index": 10222, + "_index": 10219, "data": { "ref/stable/dmHash": {} }, @@ -151048,7 +151012,7 @@ [ "dmhashrelease64", { - "_index": 10225, + "_index": 10222, "data": { "ref/stable/dmHash": {} }, @@ -151058,7 +151022,7 @@ [ "dmhashreversesafe32", { - "_index": 10226, + "_index": 10223, "data": { "ref/stable/dmHash": {} }, @@ -151068,7 +151032,7 @@ [ "dmhashreversesafe32alloc", { - "_index": 10227, + "_index": 10224, "data": { "ref/stable/dmHash": {} }, @@ -151078,7 +151042,7 @@ [ "dmhashreversesafe64", { - "_index": 10229, + "_index": 10226, "data": { "ref/stable/dmHash": {} }, @@ -151088,7 +151052,7 @@ [ "dmhashreversesafe64alloc", { - "_index": 10230, + "_index": 10227, "data": { "ref/stable/dmHash": {} }, @@ -151098,7 +151062,7 @@ [ "dmhashstring", { - "_index": 9261, + "_index": 9258, "data": { "ref/stable/dmGameObject": {} }, @@ -151108,7 +151072,7 @@ [ "dmhashstring32", { - "_index": 10231, + "_index": 10228, "data": { "ref/stable/dmHash": {} }, @@ -151118,7 +151082,7 @@ [ "dmhashstring64", { - "_index": 10232, + "_index": 10229, "data": { "ref/stable/dmHash": {} }, @@ -151128,7 +151092,7 @@ [ "dmhashtable", { - "_index": 9056, + "_index": 9053, "data": { "ref/stable/dmHashTable": {} }, @@ -151138,7 +151102,7 @@ [ "dmhashtable16", { - "_index": 9060, + "_index": 9057, "data": { "ref/stable/dmHashTable": {} }, @@ -151148,7 +151112,7 @@ [ "dmhashtable32", { - "_index": 9062, + "_index": 9059, "data": { "ref/stable/dmHashTable": {} }, @@ -151158,7 +151122,7 @@ [ "dmhashtable64", { - "_index": 9063, + "_index": 9060, "data": { "ref/stable/dmHashTable": {} }, @@ -151168,7 +151132,7 @@ [ "dmhashtable::iterator", { - "_index": 9066, + "_index": 9063, "data": { "ref/stable/dmHashTable": {} }, @@ -151178,7 +151142,7 @@ [ "dmhashupdatebuffer32", { - "_index": 10233, + "_index": 10230, "data": { "ref/stable/dmHash": {} }, @@ -151188,7 +151152,7 @@ [ "dmhashupdatebuffer64", { - "_index": 10234, + "_index": 10231, "data": { "ref/stable/dmHash": {} }, @@ -151198,7 +151162,7 @@ [ "dmhid", { - "_index": 9486, + "_index": 9483, "data": { "ref/stable/dmHid": {} }, @@ -151208,7 +151172,7 @@ [ "dmhid::hcontext", { - "_index": 8012, + "_index": 8009, "data": { "ref/stable/dmEngine": {}, "ref/stable/dmHid": {} @@ -151219,7 +151183,7 @@ [ "dmhid::hgamepad", { - "_index": 9487, + "_index": 9484, "data": { "ref/stable/dmHid": {} }, @@ -151229,7 +151193,7 @@ [ "dmhid::hkeyboard", { - "_index": 9489, + "_index": 9486, "data": { "ref/stable/dmHid": {} }, @@ -151239,7 +151203,7 @@ [ "dmhid::hmouse", { - "_index": 9491, + "_index": 9488, "data": { "ref/stable/dmHid": {} }, @@ -151249,7 +151213,7 @@ [ "dmhid::htouchdevice", { - "_index": 9483, + "_index": 9480, "data": { "ref/stable/dmHid": {} }, @@ -151259,7 +151223,7 @@ [ "dmhid::invalid_gamepad_handle", { - "_index": 9494, + "_index": 9491, "data": { "ref/stable/dmHid": {} }, @@ -151269,7 +151233,7 @@ [ "dmhid::invalid_keyboard_handle", { - "_index": 9496, + "_index": 9493, "data": { "ref/stable/dmHid": {} }, @@ -151279,7 +151243,7 @@ [ "dmhid::invalid_mouse_handle", { - "_index": 9498, + "_index": 9495, "data": { "ref/stable/dmHid": {} }, @@ -151289,7 +151253,7 @@ [ "dmhid::invalid_touch_device_handle", { - "_index": 9536, + "_index": 9533, "data": { "ref/stable/dmHid": {} }, @@ -151299,7 +151263,7 @@ [ "dmhid::invalid_touchdevice_handle", { - "_index": 9500, + "_index": 9497, "data": { "ref/stable/dmHid": {} }, @@ -151309,7 +151273,7 @@ [ "dmhid::key", { - "_index": 9543, + "_index": 9540, "data": { "ref/stable/dmHid": {} }, @@ -151319,7 +151283,7 @@ [ "dmhid::max_char_count", { - "_index": 9503, + "_index": 9500, "data": { "ref/stable/dmHid": {} }, @@ -151329,7 +151293,7 @@ [ "dmhid::max_gamepad_axis_count", { - "_index": 9505, + "_index": 9502, "data": { "ref/stable/dmHid": {} }, @@ -151339,7 +151303,7 @@ [ "dmhid::max_gamepad_button_count", { - "_index": 9507, + "_index": 9504, "data": { "ref/stable/dmHid": {} }, @@ -151349,7 +151313,7 @@ [ "dmhid::max_gamepad_count", { - "_index": 9509, + "_index": 9506, "data": { "ref/stable/dmHid": {} }, @@ -151359,7 +151323,7 @@ [ "dmhid::max_gamepad_hat_count", { - "_index": 9511, + "_index": 9508, "data": { "ref/stable/dmHid": {} }, @@ -151369,7 +151333,7 @@ [ "dmhid::max_keyboard_count", { - "_index": 9514, + "_index": 9511, "data": { "ref/stable/dmHid": {} }, @@ -151379,7 +151343,7 @@ [ "dmhid::max_mouse_count", { - "_index": 9516, + "_index": 9513, "data": { "ref/stable/dmHid": {} }, @@ -151389,7 +151353,7 @@ [ "dmhid::max_touch_count", { - "_index": 9519, + "_index": 9516, "data": { "ref/stable/dmHid": {} }, @@ -151399,7 +151363,7 @@ [ "dmhid::max_touch_device_count", { - "_index": 9522, + "_index": 9519, "data": { "ref/stable/dmHid": {} }, @@ -151409,7 +151373,7 @@ [ "dmhid::mousebutton", { - "_index": 9532, + "_index": 9529, "data": { "ref/stable/dmHid": {} }, @@ -151419,7 +151383,7 @@ [ "dmhid::mousepacket", { - "_index": 9531, + "_index": 9528, "data": { "ref/stable/dmHid": {} }, @@ -151429,7 +151393,7 @@ [ "dmhid::phase", { - "_index": 9485, + "_index": 9482, "data": { "ref/stable/dmHid": {} }, @@ -151439,7 +151403,7 @@ [ "dmhttpclient::parseresult", { - "_index": 10458, + "_index": 10455, "data": { "ref/stable/dmHttpClient": {} }, @@ -151459,7 +151423,7 @@ [ "dmintersection::frustum", { - "_index": 9438, + "_index": 9435, "data": { "ref/stable/dmIntersection": {} }, @@ -151469,7 +151433,7 @@ [ "dmintersection::plane", { - "_index": 9444, + "_index": 9441, "data": { "ref/stable/dmIntersection": {} }, @@ -151489,7 +151453,7 @@ [ "dmlog", { - "_index": 7413, + "_index": 7410, "data": { "ref/stable/dmLog": {} }, @@ -151499,7 +151463,7 @@ [ "dmlog:loglistener", { - "_index": 7412, + "_index": 7409, "data": { "ref/stable/dmLog": {} }, @@ -151509,7 +151473,7 @@ [ "dmlogdebug", { - "_index": 7419, + "_index": 7416, "data": { "ref/stable/dmLog": {} }, @@ -151519,7 +151483,7 @@ [ "dmlogerror", { - "_index": 7422, + "_index": 7419, "data": { "ref/stable/dmLog": {} }, @@ -151529,7 +151493,7 @@ [ "dmlogfatal", { - "_index": 7425, + "_index": 7422, "data": { "ref/stable/dmLog": {} }, @@ -151539,7 +151503,7 @@ [ "dmloggetlevel", { - "_index": 7429, + "_index": 7426, "data": { "ref/stable/dmLog": {} }, @@ -151549,7 +151513,7 @@ [ "dmloginfo", { - "_index": 7430, + "_index": 7427, "data": { "ref/stable/dmLog": {} }, @@ -151559,7 +151523,7 @@ [ "dmlogoncedebug", { - "_index": 7420, + "_index": 7417, "data": { "ref/stable/dmLog": {} }, @@ -151569,7 +151533,7 @@ [ "dmlogonceerror", { - "_index": 7424, + "_index": 7421, "data": { "ref/stable/dmLog": {} }, @@ -151579,7 +151543,7 @@ [ "dmlogoncefatal", { - "_index": 7428, + "_index": 7425, "data": { "ref/stable/dmLog": {} }, @@ -151589,7 +151553,7 @@ [ "dmlogonceinfo", { - "_index": 7431, + "_index": 7428, "data": { "ref/stable/dmLog": {} }, @@ -151599,7 +151563,7 @@ [ "dmlogonceuserdebug", { - "_index": 7436, + "_index": 7433, "data": { "ref/stable/dmLog": {} }, @@ -151609,7 +151573,7 @@ [ "dmlogoncewarning", { - "_index": 7438, + "_index": 7435, "data": { "ref/stable/dmLog": {} }, @@ -151619,7 +151583,7 @@ [ "dmlogregisterlistener", { - "_index": 7415, + "_index": 7412, "data": { "ref/stable/dmLog": {} }, @@ -151629,7 +151593,7 @@ [ "dmlogsetlevel", { - "_index": 7433, + "_index": 7430, "data": { "ref/stable/dmLog": {} }, @@ -151639,7 +151603,7 @@ [ "dmlogunregisterlistener", { - "_index": 7416, + "_index": 7413, "data": { "ref/stable/dmLog": {} }, @@ -151649,7 +151613,7 @@ [ "dmloguserdebug", { - "_index": 7435, + "_index": 7432, "data": { "ref/stable/dmLog": {} }, @@ -151659,7 +151623,7 @@ [ "dmlogwarning", { - "_index": 7437, + "_index": 7434, "data": { "ref/stable/dmLog": {} }, @@ -151669,7 +151633,7 @@ [ "dmmemory::alignedmalloc", { - "_index": 7356, + "_index": 7353, "data": { "ref/stable/dmMemory": {} }, @@ -151679,7 +151643,7 @@ [ "dmmessage", { - "_index": 7313, + "_index": 7310, "data": { "ref/stable/dmMessage": {} }, @@ -151689,7 +151653,7 @@ [ "dmmessage::hsocket", { - "_index": 7328, + "_index": 7325, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmMessage": {} @@ -151700,7 +151664,7 @@ [ "dmmessage::message", { - "_index": 9249, + "_index": 9246, "data": { "ref/stable/dmGameObject": {} }, @@ -151710,7 +151674,7 @@ [ "dmmessage::result", { - "_index": 7312, + "_index": 7309, "data": { "ref/stable/dmMessage": {}, "ref/stable/dmScript": {} @@ -151721,7 +151685,7 @@ [ "dmmessage::result_ok", { - "_index": 10900, + "_index": 10897, "data": { "ref/stable/dmScript": {} }, @@ -151731,7 +151695,7 @@ [ "dmmessage::stringurl", { - "_index": 7314, + "_index": 7311, "data": { "ref/stable/dmMessage": {} }, @@ -151741,7 +151705,7 @@ [ "dmmessage::url", { - "_index": 7317, + "_index": 7314, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmMessage": {}, @@ -151753,7 +151717,7 @@ [ "dmmmessage", { - "_index": 7320, + "_index": 7317, "data": { "ref/stable/dmMessage": {} }, @@ -151763,7 +151727,7 @@ [ "dmmmessage::messagedestroycallback", { - "_index": 7319, + "_index": 7316, "data": { "ref/stable/dmMessage": {} }, @@ -151773,7 +151737,7 @@ [ "dmmutex", { - "_index": 6969, + "_index": 6966, "data": { "ref/stable/dmMutex": {} }, @@ -151783,7 +151747,7 @@ [ "dmmutex::delete", { - "_index": 6968, + "_index": 6965, "data": { "ref/stable/dmMutex": {} }, @@ -151793,7 +151757,7 @@ [ "dmmutex::hmutex", { - "_index": 6967, + "_index": 6964, "data": { "ref/stable/dmConditionVariable": {}, "ref/stable/dmMutex": {} @@ -151804,7 +151768,7 @@ [ "dmmutex::lock", { - "_index": 6973, + "_index": 6970, "data": { "ref/stable/dmMutex": {} }, @@ -151814,7 +151778,7 @@ [ "dmmutex::new", { - "_index": 6975, + "_index": 6972, "data": { "ref/stable/dmMutex": {} }, @@ -151824,7 +151788,7 @@ [ "dmmutex::trylock", { - "_index": 6976, + "_index": 6973, "data": { "ref/stable/dmMutex": {} }, @@ -151834,7 +151798,7 @@ [ "dmmutex::unlock", { - "_index": 6978, + "_index": 6975, "data": { "ref/stable/dmMutex": {} }, @@ -151844,7 +151808,7 @@ [ "dmprofile::hprofile", { - "_index": 8783, + "_index": 8780, "data": { "ref/stable/dmProfile": {} }, @@ -151854,7 +151818,7 @@ [ "dmrender", { - "_index": 10911, + "_index": 10908, "data": { "ref/stable/dmRender": {} }, @@ -151864,7 +151828,7 @@ [ "dmrender::constant", { - "_index": 8055, + "_index": 8052, "data": { "ref/stable/dmGameSystem": {} }, @@ -151874,7 +151838,7 @@ [ "dmrender::getmaterialvertexspace", { - "_index": 10910, + "_index": 10907, "data": { "ref/stable/dmRender": {} }, @@ -151884,7 +151848,7 @@ [ "dmrender::hconstant", { - "_index": 8056, + "_index": 8053, "data": { "ref/stable/dmGameSystem": {}, "ref/stable/dmRender": {} @@ -151895,7 +151859,7 @@ [ "dmrender::hmaterial", { - "_index": 8062, + "_index": 8059, "data": { "ref/stable/dmGameSystem": {}, "ref/stable/dmRender": {} @@ -151906,7 +151870,7 @@ [ "dmrender::hnamedconstantbuffer", { - "_index": 10907, + "_index": 10904, "data": { "ref/stable/dmRender": {} }, @@ -151916,7 +151880,7 @@ [ "dmrender::hrendercontext", { - "_index": 10904, + "_index": 10901, "data": { "ref/stable/dmRender": {} }, @@ -151926,7 +151890,7 @@ [ "dmrender::hrenderlistdispatch", { - "_index": 10956, + "_index": 10953, "data": { "ref/stable/dmRender": {} }, @@ -151936,7 +151900,7 @@ [ "dmrender::renderlistdispatchfn", { - "_index": 10958, + "_index": 10955, "data": { "ref/stable/dmRender": {} }, @@ -151946,7 +151910,7 @@ [ "dmrender::renderlistdispatchparams", { - "_index": 10944, + "_index": 10941, "data": { "ref/stable/dmRender": {} }, @@ -151956,7 +151920,7 @@ [ "dmrender::renderlistentry", { - "_index": 10942, + "_index": 10939, "data": { "ref/stable/dmRender": {} }, @@ -151966,7 +151930,7 @@ [ "dmrender::renderlistvisibilityfn", { - "_index": 10959, + "_index": 10956, "data": { "ref/stable/dmRender": {} }, @@ -151976,7 +151940,7 @@ [ "dmrender::renderobject", { - "_index": 8053, + "_index": 8050, "data": { "ref/stable/dmGameSystem": {}, "ref/stable/dmRender": {} @@ -151987,7 +151951,7 @@ [ "dmrender::renderobject::max_texture_count", { - "_index": 10914, + "_index": 10911, "data": { "ref/stable/dmRender": {} }, @@ -151997,7 +151961,7 @@ [ "dmrender::result", { - "_index": 10905, + "_index": 10902, "data": { "ref/stable/dmRender": {} }, @@ -152007,7 +151971,7 @@ [ "dmrenderddf::materialdesc::constant_type_user", { - "_index": 10970, + "_index": 10967, "data": { "ref/stable/dmRender": {} }, @@ -152017,7 +151981,7 @@ [ "dmrenderddf::materialdesc::constant_type_user_matrix4", { - "_index": 10971, + "_index": 10968, "data": { "ref/stable/dmRender": {} }, @@ -152027,7 +151991,7 @@ [ "dmrenderddf::materialdesc::constanttype", { - "_index": 10922, + "_index": 10919, "data": { "ref/stable/dmRender": {} }, @@ -152037,7 +152001,7 @@ [ "dmrenderddf::materialdesc::vertexspace", { - "_index": 10913, + "_index": 10910, "data": { "ref/stable/dmRender": {} }, @@ -152047,7 +152011,7 @@ [ "dmresource::fdecryptresource", { - "_index": 8447, + "_index": 8444, "data": { "ref/stable/dmResource": {} }, @@ -152057,7 +152021,7 @@ [ "dmresource::hfactory", { - "_index": 8414, + "_index": 8411, "data": { "ref/stable/dmResource": {} }, @@ -152067,7 +152031,7 @@ [ "dmresource::hresourcepreloadhintinfo", { - "_index": 8445, + "_index": 8442, "data": { "ref/stable/dmResource": {} }, @@ -152077,7 +152041,7 @@ [ "dmresource::result", { - "_index": 8415, + "_index": 8412, "data": { "ref/stable/dmResource": {} }, @@ -152087,7 +152051,7 @@ [ "dmscript", { - "_index": 9245, + "_index": 9242, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmScript": {} @@ -152098,7 +152062,7 @@ [ "dmscript::checkbuffer", { - "_index": 10792, + "_index": 10789, "data": { "ref/stable/dmScript": {} }, @@ -152108,7 +152072,7 @@ [ "dmscript::checkbuffernoerror", { - "_index": 10796, + "_index": 10793, "data": { "ref/stable/dmScript": {} }, @@ -152118,7 +152082,7 @@ [ "dmscript::checkbufferunpack", { - "_index": 10798, + "_index": 10795, "data": { "ref/stable/dmScript": {} }, @@ -152128,7 +152092,7 @@ [ "dmscript::checkbufferunpacknoerror", { - "_index": 10800, + "_index": 10797, "data": { "ref/stable/dmScript": {} }, @@ -152138,7 +152102,7 @@ [ "dmscript::checkhash", { - "_index": 10802, + "_index": 10799, "data": { "ref/stable/dmScript": {} }, @@ -152148,7 +152112,7 @@ [ "dmscript::checkhashorstring", { - "_index": 10804, + "_index": 10801, "data": { "ref/stable/dmScript": {} }, @@ -152158,7 +152122,7 @@ [ "dmscript::checkmatrix4", { - "_index": 10806, + "_index": 10803, "data": { "ref/stable/dmScript": {} }, @@ -152168,7 +152132,7 @@ [ "dmscript::checkquat", { - "_index": 10808, + "_index": 10805, "data": { "ref/stable/dmScript": {} }, @@ -152178,7 +152142,7 @@ [ "dmscript::checkvector3", { - "_index": 10810, + "_index": 10807, "data": { "ref/stable/dmScript": {} }, @@ -152188,7 +152152,7 @@ [ "dmscript::checkvector4", { - "_index": 10812, + "_index": 10809, "data": { "ref/stable/dmScript": {} }, @@ -152198,7 +152162,7 @@ [ "dmscript::createcallback", { - "_index": 10814, + "_index": 10811, "data": { "ref/stable/dmScript": {} }, @@ -152208,7 +152172,7 @@ [ "dmscript::destroycallback", { - "_index": 10818, + "_index": 10815, "data": { "ref/stable/dmScript": {} }, @@ -152218,7 +152182,7 @@ [ "dmscript::getcallbackluacontext", { - "_index": 10819, + "_index": 10816, "data": { "ref/stable/dmScript": {} }, @@ -152228,7 +152192,7 @@ [ "dmscript::getinstance", { - "_index": 10821, + "_index": 10818, "data": { "ref/stable/dmScript": {} }, @@ -152238,7 +152202,7 @@ [ "dmscript::getmainthread", { - "_index": 10823, + "_index": 10820, "data": { "ref/stable/dmScript": {} }, @@ -152248,7 +152212,7 @@ [ "dmscript::isbuffer", { - "_index": 10825, + "_index": 10822, "data": { "ref/stable/dmScript": {} }, @@ -152258,7 +152222,7 @@ [ "dmscript::iscallbackvalid", { - "_index": 10827, + "_index": 10824, "data": { "ref/stable/dmScript": {} }, @@ -152268,7 +152232,7 @@ [ "dmscript::ishash", { - "_index": 10829, + "_index": 10826, "data": { "ref/stable/dmScript": {} }, @@ -152278,7 +152242,7 @@ [ "dmscript::isinstancevalid", { - "_index": 10831, + "_index": 10828, "data": { "ref/stable/dmScript": {} }, @@ -152288,7 +152252,7 @@ [ "dmscript::ismatrix4", { - "_index": 10834, + "_index": 10831, "data": { "ref/stable/dmScript": {} }, @@ -152298,7 +152262,7 @@ [ "dmscript::isquat", { - "_index": 10836, + "_index": 10833, "data": { "ref/stable/dmScript": {} }, @@ -152308,7 +152272,7 @@ [ "dmscript::isvector3", { - "_index": 10838, + "_index": 10835, "data": { "ref/stable/dmScript": {} }, @@ -152318,7 +152282,7 @@ [ "dmscript::isvector4", { - "_index": 10840, + "_index": 10837, "data": { "ref/stable/dmScript": {} }, @@ -152328,7 +152292,7 @@ [ "dmscript::jsontolua", { - "_index": 10842, + "_index": 10839, "data": { "ref/stable/dmScript": {} }, @@ -152338,7 +152302,7 @@ [ "dmscript::luacallbackinfo", { - "_index": 10844, + "_index": 10841, "data": { "ref/stable/dmScript": {} }, @@ -152348,7 +152312,7 @@ [ "dmscript::luahbuffer", { - "_index": 10795, + "_index": 10792, "data": { "ref/stable/dmScript": {} }, @@ -152358,7 +152322,7 @@ [ "dmscript::luatojson", { - "_index": 10849, + "_index": 10846, "data": { "ref/stable/dmScript": {} }, @@ -152368,7 +152332,7 @@ [ "dmscript::pcall", { - "_index": 9253, + "_index": 9250, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmScript": {} @@ -152379,7 +152343,7 @@ [ "dmscript::postddf", { - "_index": 9244, + "_index": 9241, "data": { "ref/stable/dmGameObject": {} }, @@ -152389,7 +152353,7 @@ [ "dmscript::postscriptunrefmessage", { - "_index": 9254, + "_index": 9251, "data": { "ref/stable/dmGameObject": {} }, @@ -152399,7 +152363,7 @@ [ "dmscript::pushbuffer", { - "_index": 10854, + "_index": 10851, "data": { "ref/stable/dmScript": {} }, @@ -152409,7 +152373,7 @@ [ "dmscript::pushhash", { - "_index": 10856, + "_index": 10853, "data": { "ref/stable/dmScript": {} }, @@ -152419,7 +152383,7 @@ [ "dmscript::pushmatrix4", { - "_index": 10858, + "_index": 10855, "data": { "ref/stable/dmScript": {} }, @@ -152429,7 +152393,7 @@ [ "dmscript::pushquat", { - "_index": 10860, + "_index": 10857, "data": { "ref/stable/dmScript": {} }, @@ -152439,7 +152403,7 @@ [ "dmscript::pushvector3", { - "_index": 10862, + "_index": 10859, "data": { "ref/stable/dmScript": {} }, @@ -152449,7 +152413,7 @@ [ "dmscript::pushvector4", { - "_index": 10864, + "_index": 10861, "data": { "ref/stable/dmScript": {} }, @@ -152459,7 +152423,7 @@ [ "dmscript::ref", { - "_index": 10866, + "_index": 10863, "data": { "ref/stable/dmScript": {} }, @@ -152469,7 +152433,7 @@ [ "dmscript::setinstance", { - "_index": 10833, + "_index": 10830, "data": { "ref/stable/dmScript": {} }, @@ -152479,7 +152443,7 @@ [ "dmscript::setupcallback", { - "_index": 10869, + "_index": 10866, "data": { "ref/stable/dmScript": {} }, @@ -152489,7 +152453,7 @@ [ "dmscript::teardowncallback", { - "_index": 10871, + "_index": 10868, "data": { "ref/stable/dmScript": {} }, @@ -152499,7 +152463,7 @@ [ "dmscript::tohash", { - "_index": 10873, + "_index": 10870, "data": { "ref/stable/dmScript": {} }, @@ -152509,7 +152473,7 @@ [ "dmscript::tomatrix4", { - "_index": 10875, + "_index": 10872, "data": { "ref/stable/dmScript": {} }, @@ -152519,7 +152483,7 @@ [ "dmscript::toquat", { - "_index": 10876, + "_index": 10873, "data": { "ref/stable/dmScript": {} }, @@ -152529,7 +152493,7 @@ [ "dmscript::tovector3", { - "_index": 10878, + "_index": 10875, "data": { "ref/stable/dmScript": {} }, @@ -152539,7 +152503,7 @@ [ "dmscript::tovector4", { - "_index": 10880, + "_index": 10877, "data": { "ref/stable/dmScript": {} }, @@ -152549,7 +152513,7 @@ [ "dmscript::unref", { - "_index": 10882, + "_index": 10879, "data": { "ref/stable/dmScript": {} }, @@ -152559,7 +152523,7 @@ [ "dmscript::unrefininstance", { - "_index": 9251, + "_index": 9248, "data": { "ref/stable/dmGameObject": {} }, @@ -152569,7 +152533,7 @@ [ "dmsnprintf", { - "_index": 9725, + "_index": 9722, "data": { "ref/stable/dmStringFunc": {} }, @@ -152579,7 +152543,7 @@ [ "dmsocket", { - "_index": 8759, + "_index": 8756, "data": { "ref/stable/dmSSLSocket": {} }, @@ -152589,7 +152553,7 @@ [ "dmsocket::result", { - "_index": 10037, + "_index": 10034, "data": { "ref/stable/dmConnectionPool": {} }, @@ -152599,7 +152563,7 @@ [ "dmsocket::setreceivetimeout", { - "_index": 8758, + "_index": 8755, "data": { "ref/stable/dmSSLSocket": {} }, @@ -152609,7 +152573,7 @@ [ "dmsocket::shutdowntype", { - "_index": 10048, + "_index": 10045, "data": { "ref/stable/dmConnectionPool": {} }, @@ -152619,7 +152583,7 @@ [ "dmsocket::socket", { - "_index": 8761, + "_index": 8758, "data": { "ref/stable/dmConnectionPool": {}, "ref/stable/dmSSLSocket": {} @@ -152630,7 +152594,7 @@ [ "dmspinlock", { - "_index": 8678, + "_index": 8675, "data": { "ref/stable/dmSpinlock": {} }, @@ -152640,7 +152604,7 @@ [ "dmspinlock::init", { - "_index": 8677, + "_index": 8674, "data": { "ref/stable/dmSpinlock": {} }, @@ -152650,7 +152614,7 @@ [ "dmspinlock::lock", { - "_index": 8679, + "_index": 8676, "data": { "ref/stable/dmSpinlock": {} }, @@ -152660,7 +152624,7 @@ [ "dmspinlock::spinlock", { - "_index": 8676, + "_index": 8673, "data": { "ref/stable/dmSpinlock": {} }, @@ -152670,7 +152634,7 @@ [ "dmspinlock::unlock", { - "_index": 8682, + "_index": 8679, "data": { "ref/stable/dmSpinlock": {} }, @@ -152680,7 +152644,7 @@ [ "dmsslsocket", { - "_index": 8764, + "_index": 8761, "data": { "ref/stable/dmSSLSocket": {} }, @@ -152690,7 +152654,7 @@ [ "dmsslsocket::delete", { - "_index": 8763, + "_index": 8760, "data": { "ref/stable/dmSSLSocket": {} }, @@ -152700,7 +152664,7 @@ [ "dmsslsocket::invalid_socket_handle", { - "_index": 8766, + "_index": 8763, "data": { "ref/stable/dmSSLSocket": {} }, @@ -152710,7 +152674,7 @@ [ "dmsslsocket::new", { - "_index": 8769, + "_index": 8766, "data": { "ref/stable/dmSSLSocket": {} }, @@ -152720,7 +152684,7 @@ [ "dmsslsocket::receive", { - "_index": 8774, + "_index": 8771, "data": { "ref/stable/dmSSLSocket": {} }, @@ -152730,7 +152694,7 @@ [ "dmsslsocket::result", { - "_index": 8775, + "_index": 8772, "data": { "ref/stable/dmSSLSocket": {} }, @@ -152740,7 +152704,7 @@ [ "dmsslsocket::send", { - "_index": 8780, + "_index": 8777, "data": { "ref/stable/dmSSLSocket": {} }, @@ -152750,7 +152714,7 @@ [ "dmsslsocket::socket", { - "_index": 8765, + "_index": 8762, "data": { "ref/stable/dmConnectionPool": {}, "ref/stable/dmSSLSocket": {} @@ -152761,7 +152725,7 @@ [ "dmstrcasecmp", { - "_index": 9731, + "_index": 9728, "data": { "ref/stable/dmStringFunc": {} }, @@ -152771,7 +152735,7 @@ [ "dmstrerror", { - "_index": 9736, + "_index": 9733, "data": { "ref/stable/dmStringFunc": {} }, @@ -152781,7 +152745,7 @@ [ "dmstrlcat", { - "_index": 9739, + "_index": 9736, "data": { "ref/stable/dmStringFunc": {} }, @@ -152791,7 +152755,7 @@ [ "dmstrlcpy", { - "_index": 9749, + "_index": 9746, "data": { "ref/stable/dmStringFunc": {} }, @@ -152801,7 +152765,7 @@ [ "dmstrtok", { - "_index": 9751, + "_index": 9748, "data": { "ref/stable/dmStringFunc": {} }, @@ -152811,7 +152775,7 @@ [ "dmsys::result", { - "_index": 9772, + "_index": 9769, "data": { "ref/stable/dmSys": {} }, @@ -152821,7 +152785,7 @@ [ "dmthread", { - "_index": 10309, + "_index": 10306, "data": { "ref/stable/dmThread": {} }, @@ -152831,7 +152795,7 @@ [ "dmthread::alloctls", { - "_index": 10308, + "_index": 10305, "data": { "ref/stable/dmThread": {} }, @@ -152841,7 +152805,7 @@ [ "dmthread::detach", { - "_index": 10311, + "_index": 10308, "data": { "ref/stable/dmThread": {} }, @@ -152851,7 +152815,7 @@ [ "dmthread::freetls", { - "_index": 10312, + "_index": 10309, "data": { "ref/stable/dmThread": {} }, @@ -152861,7 +152825,7 @@ [ "dmthread::getcurrentthread", { - "_index": 10314, + "_index": 10311, "data": { "ref/stable/dmThread": {} }, @@ -152871,7 +152835,7 @@ [ "dmthread::gettlsvalue", { - "_index": 10316, + "_index": 10313, "data": { "ref/stable/dmThread": {} }, @@ -152881,7 +152845,7 @@ [ "dmthread::join", { - "_index": 10318, + "_index": 10315, "data": { "ref/stable/dmThread": {} }, @@ -152891,7 +152855,7 @@ [ "dmthread::new", { - "_index": 10320, + "_index": 10317, "data": { "ref/stable/dmThread": {} }, @@ -152901,7 +152865,7 @@ [ "dmthread::setthreadname", { - "_index": 10321, + "_index": 10318, "data": { "ref/stable/dmThread": {} }, @@ -152911,7 +152875,7 @@ [ "dmthread::settlsvalue", { - "_index": 10323, + "_index": 10320, "data": { "ref/stable/dmThread": {} }, @@ -152921,7 +152885,7 @@ [ "dmtime", { - "_index": 9834, + "_index": 9831, "data": { "ref/stable/dmTime": {} }, @@ -152931,7 +152895,7 @@ [ "dmtime::getmonotonictime", { - "_index": 9833, + "_index": 9830, "data": { "ref/stable/dmTime": {} }, @@ -152941,7 +152905,7 @@ [ "dmtime::gettime", { - "_index": 9837, + "_index": 9834, "data": { "ref/stable/dmTime": {} }, @@ -152951,7 +152915,7 @@ [ "dmtime::sleep", { - "_index": 9841, + "_index": 9838, "data": { "ref/stable/dmTime": {} }, @@ -152961,7 +152925,7 @@ [ "dmtransform::transform", { - "_index": 9280, + "_index": 9277, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmTransform": {} @@ -152972,7 +152936,7 @@ [ "dmuri", { - "_index": 8668, + "_index": 8665, "data": { "ref/stable/dmURI": {} }, @@ -152982,7 +152946,7 @@ [ "dmuri::decode", { - "_index": 8667, + "_index": 8664, "data": { "ref/stable/dmURI": {} }, @@ -152992,7 +152956,7 @@ [ "dmuri::encode", { - "_index": 8670, + "_index": 8667, "data": { "ref/stable/dmURI": {} }, @@ -153002,7 +152966,7 @@ [ "dmuri::parse", { - "_index": 8671, + "_index": 8668, "data": { "ref/stable/dmURI": {} }, @@ -153012,7 +152976,7 @@ [ "dmuri::parts", { - "_index": 8672, + "_index": 8669, "data": { "ref/stable/dmURI": {} }, @@ -153022,7 +152986,7 @@ [ "dmuri::result", { - "_index": 8673, + "_index": 8670, "data": { "ref/stable/dmURI": {} }, @@ -153032,7 +152996,7 @@ [ "dmvmath::matrix", { - "_index": 9852, + "_index": 9849, "data": { "ref/stable/dmTransform": {} }, @@ -153042,7 +153006,7 @@ [ "dmvmath::matrix4", { - "_index": 9441, + "_index": 9438, "data": { "ref/stable/dmIntersection": {}, "ref/stable/dmScript": {} @@ -153053,7 +153017,7 @@ [ "dmvmath::point3", { - "_index": 8153, + "_index": 8150, "data": { "ref/stable/dmGui": {}, "ref/stable/dmIntersection": {}, @@ -153066,7 +153030,7 @@ [ "dmvmath::quat", { - "_index": 9360, + "_index": 9357, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmScript": {}, @@ -153078,7 +153042,7 @@ [ "dmvmath::vector3", { - "_index": 8154, + "_index": 8151, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmGui": {}, @@ -153092,7 +153056,7 @@ [ "dmvmath::vector4", { - "_index": 8065, + "_index": 8062, "data": { "ref/stable/dmGameSystem": {}, "ref/stable/dmGui": {}, @@ -153106,7 +153070,7 @@ [ "dmwebserver::hserver", { - "_index": 8014, + "_index": 8011, "data": { "ref/stable/dmEngine": {} }, @@ -153116,7 +153080,7 @@ [ "dname", { - "_index": 6057, + "_index": 6054, "data": { "manuals/android": {} }, @@ -153237,7 +153201,7 @@ [ "docset", { - "_index": 6584, + "_index": 6581, "data": { "assets/dashdocsetfordefold": {} }, @@ -153353,7 +153317,7 @@ [ "doens't", { - "_index": 9602, + "_index": 9599, "data": { "ref/stable/sys": {} }, @@ -153471,7 +153435,7 @@ [ "dofile", { - "_index": 10693, + "_index": 10690, "data": { "ref/stable/base": {} }, @@ -153501,7 +153465,7 @@ [ "dom", { - "_index": 10205, + "_index": 10202, "data": { "ref/stable/html5": {} }, @@ -153511,7 +153475,7 @@ [ "domain", { - "_index": 5036, + "_index": 5033, "data": { "manuals/live-update-aws": {}, "ref/stable/dmSocket": {} @@ -153522,7 +153486,7 @@ [ "domains", { - "_index": 5038, + "_index": 5035, "data": { "manuals/live-update-aws": {} }, @@ -153602,7 +153566,7 @@ [ "dontroute", { - "_index": 10505, + "_index": 10502, "data": { "ref/stable/socket": {} }, @@ -153612,7 +153576,7 @@ [ "donut", { - "_index": 5540, + "_index": 5537, "data": { "manuals/gui-clipping": {} }, @@ -153659,7 +153623,7 @@ [ "dots", { - "_index": 10708, + "_index": 10705, "data": { "ref/stable/base": {} }, @@ -153695,7 +153659,7 @@ [ "doubly", { - "_index": 10610, + "_index": 10607, "data": { "ref/stable/socket": {} }, @@ -153849,7 +153813,7 @@ [ "downsampling", { - "_index": 6331, + "_index": 6328, "data": { "assets/derez": {} }, @@ -153869,7 +153833,7 @@ [ "downside", { - "_index": 5496, + "_index": 5493, "data": { "manuals/editor-scripts": {} }, @@ -153879,7 +153843,7 @@ [ "downwards", { - "_index": 6139, + "_index": 6136, "data": { "examples/particles/confetti": {} }, @@ -153889,7 +153853,7 @@ [ "dozens", { - "_index": 4724, + "_index": 4721, "data": { "manuals/collection-proxy": {} }, @@ -153899,7 +153863,7 @@ [ "dpfail", { - "_index": 8627, + "_index": 8624, "data": { "ref/stable/render": {} }, @@ -153920,7 +153884,7 @@ [ "dppass", { - "_index": 8626, + "_index": 8623, "data": { "ref/stable/render": {} }, @@ -153930,7 +153894,7 @@ [ "dr", { - "_index": 8554, + "_index": 8551, "data": { "ref/stable/render": {} }, @@ -153940,7 +153904,7 @@ [ "dr,dg,db,da", { - "_index": 8531, + "_index": 8528, "data": { "ref/stable/render": {} }, @@ -153967,7 +153931,7 @@ [ "dragged", { - "_index": 6012, + "_index": 6009, "data": { "examples/gui/drag": {}, "manuals/building-blocks": {} @@ -153994,7 +153958,7 @@ [ "dragging/clicking", { - "_index": 6296, + "_index": 6293, "data": { "assets/defoldinput": {} }, @@ -154004,7 +153968,7 @@ [ "drags", { - "_index": 6145, + "_index": 6142, "data": { "examples/particles/modifiers": {} }, @@ -154039,7 +154003,7 @@ [ "draw_debug3d", { - "_index": 8493, + "_index": 8490, "data": { "ref/stable/render": {} }, @@ -154049,7 +154013,7 @@ [ "draw_debug_text", { - "_index": 5864, + "_index": 5861, "data": { "manuals/debugging-game-logic": {}, "ref/stable/render": {} @@ -154083,7 +154047,7 @@ [ "drawback", { - "_index": 5143, + "_index": 5140, "data": { "manuals/flash": {} }, @@ -154124,7 +154088,7 @@ [ "drawpixels", { - "_index": 6575, + "_index": 6572, "data": { "assets/drawpixels": {} }, @@ -154282,7 +154246,7 @@ [ "dropping", { - "_index": 6011, + "_index": 6008, "data": { "assets/tactxstudios": {}, "manuals/building-blocks": {} @@ -154293,7 +154257,7 @@ [ "drops", { - "_index": 10615, + "_index": 10612, "data": { "ref/stable/socket": {} }, @@ -154303,7 +154267,7 @@ [ "druid", { - "_index": 6736, + "_index": 6733, "data": { "assets/druid": {} }, @@ -154323,7 +154287,7 @@ [ "dsfonts", { - "_index": 6634, + "_index": 6631, "data": { "assets/dsfonts": {} }, @@ -154333,7 +154297,7 @@ [ "dst", { - "_index": 6917, + "_index": 6914, "data": { "ref/stable/dmGraphics": {}, "ref/stable/dmStringFunc": {} @@ -154344,7 +154308,7 @@ [ "dsym", { - "_index": 4896, + "_index": 4893, "data": { "manuals/debugging-native-code": {}, "manuals/debugging-native-code-ios": {} @@ -154355,7 +154319,7 @@ [ "dsym/contents/resources/dwarf", { - "_index": 4903, + "_index": 4900, "data": { "manuals/debugging-native-code-ios": {} }, @@ -154365,7 +154329,7 @@ [ "dsym/contents/resources/dwarf/dmengine", { - "_index": 4902, + "_index": 4899, "data": { "manuals/debugging-native-code-ios": {} }, @@ -154375,7 +154339,7 @@ [ "dsymutil", { - "_index": 4917, + "_index": 4914, "data": { "manuals/debugging-native-code-ios": {} }, @@ -154423,7 +154387,7 @@ [ "dummy", { - "_index": 10616, + "_index": 10613, "data": { "ref/stable/socket": {} }, @@ -154433,7 +154397,7 @@ [ "dump", { - "_index": 4918, + "_index": 4915, "data": { "manuals/debugging-native-code-android": {}, "manuals/debugging-native-code-ios": {}, @@ -154467,7 +154431,7 @@ [ "duplex", { - "_index": 10500, + "_index": 10497, "data": { "ref/stable/socket": {} }, @@ -154477,7 +154441,7 @@ [ "duplicate", { - "_index": 10533, + "_index": 10530, "data": { "ref/stable/socket": {} }, @@ -154487,7 +154451,7 @@ [ "duplicated", { - "_index": 5226, + "_index": 5223, "data": { "manuals/lua": {} }, @@ -154560,7 +154524,7 @@ [ "dwarf", { - "_index": 10301, + "_index": 10298, "data": { "ref/stable/profiler": {} }, @@ -154570,7 +154534,7 @@ [ "dwarfdump", { - "_index": 4926, + "_index": 4923, "data": { "manuals/debugging-native-code-ios": {} }, @@ -154580,7 +154544,7 @@ [ "dx", { - "_index": 7968, + "_index": 7965, "data": { "ref/stable/dmHid": {}, "ref/stable/go": {}, @@ -154592,7 +154556,7 @@ [ "dy", { - "_index": 7969, + "_index": 7966, "data": { "ref/stable/dmHid": {}, "ref/stable/go": {}, @@ -154604,7 +154568,7 @@ [ "dyld", { - "_index": 5831, + "_index": 5828, "data": { "manuals/macos": {} }, @@ -154679,7 +154643,7 @@ [ "dynamics", { - "_index": 5262, + "_index": 5259, "data": { "manuals/compute": {} }, @@ -154689,7 +154653,7 @@ [ "dz", { - "_index": 8594, + "_index": 8591, "data": { "ref/stable/render": {} }, @@ -154867,7 +154831,7 @@ [ "eaglcontext", { - "_index": 6801, + "_index": 6798, "data": { "ref/stable/dmGraphics": {} }, @@ -154961,7 +154925,7 @@ [ "easing_inback", { - "_index": 7641, + "_index": 7638, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154972,7 +154936,7 @@ [ "easing_inbounce", { - "_index": 7642, + "_index": 7639, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154983,7 +154947,7 @@ [ "easing_incirc", { - "_index": 7643, + "_index": 7640, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154994,7 +154958,7 @@ [ "easing_incubic", { - "_index": 7645, + "_index": 7642, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -155005,7 +154969,7 @@ [ "easing_inelastic", { - "_index": 7647, + "_index": 7644, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -155016,7 +154980,7 @@ [ "easing_inexpo", { - "_index": 7649, + "_index": 7646, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -155027,7 +154991,7 @@ [ "easing_inoutback", { - "_index": 7651, + "_index": 7648, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -155038,7 +155002,7 @@ [ "easing_inoutbounce", { - "_index": 7652, + "_index": 7649, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -155049,7 +155013,7 @@ [ "easing_inoutcirc", { - "_index": 7653, + "_index": 7650, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -155060,7 +155024,7 @@ [ "easing_inoutcubic", { - "_index": 7654, + "_index": 7651, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -155071,7 +155035,7 @@ [ "easing_inoutelastic", { - "_index": 7655, + "_index": 7652, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -155082,7 +155046,7 @@ [ "easing_inoutexpo", { - "_index": 7656, + "_index": 7653, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -155093,7 +155057,7 @@ [ "easing_inoutquad", { - "_index": 7657, + "_index": 7654, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -155104,7 +155068,7 @@ [ "easing_inoutquart", { - "_index": 7659, + "_index": 7656, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -155115,7 +155079,7 @@ [ "easing_inoutquint", { - "_index": 7661, + "_index": 7658, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -155126,7 +155090,7 @@ [ "easing_inoutsine", { - "_index": 7663, + "_index": 7660, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -155137,7 +155101,7 @@ [ "easing_inquad", { - "_index": 7664, + "_index": 7661, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -155148,7 +155112,7 @@ [ "easing_inquart", { - "_index": 7665, + "_index": 7662, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -155159,7 +155123,7 @@ [ "easing_inquint", { - "_index": 7666, + "_index": 7663, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -155170,7 +155134,7 @@ [ "easing_insine", { - "_index": 7667, + "_index": 7664, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -155181,7 +155145,7 @@ [ "easing_linear", { - "_index": 7668, + "_index": 7665, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -155192,7 +155156,7 @@ [ "easing_outback", { - "_index": 7669, + "_index": 7666, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -155203,7 +155167,7 @@ [ "easing_outbounce", { - "_index": 7670, + "_index": 7667, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -155214,7 +155178,7 @@ [ "easing_outcirc", { - "_index": 7671, + "_index": 7668, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -155225,7 +155189,7 @@ [ "easing_outcubic", { - "_index": 7672, + "_index": 7669, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -155236,7 +155200,7 @@ [ "easing_outelastic", { - "_index": 7673, + "_index": 7670, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -155247,7 +155211,7 @@ [ "easing_outexpo", { - "_index": 7674, + "_index": 7671, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -155258,7 +155222,7 @@ [ "easing_outinback", { - "_index": 7675, + "_index": 7672, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -155269,7 +155233,7 @@ [ "easing_outinbounce", { - "_index": 7676, + "_index": 7673, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -155280,7 +155244,7 @@ [ "easing_outincirc", { - "_index": 7677, + "_index": 7674, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -155291,7 +155255,7 @@ [ "easing_outincubic", { - "_index": 7678, + "_index": 7675, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -155302,7 +155266,7 @@ [ "easing_outinelastic", { - "_index": 7679, + "_index": 7676, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -155313,7 +155277,7 @@ [ "easing_outinexpo", { - "_index": 7680, + "_index": 7677, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -155324,7 +155288,7 @@ [ "easing_outinquad", { - "_index": 7681, + "_index": 7678, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -155335,7 +155299,7 @@ [ "easing_outinquart", { - "_index": 7682, + "_index": 7679, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -155346,7 +155310,7 @@ [ "easing_outinquint", { - "_index": 7683, + "_index": 7680, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -155357,7 +155321,7 @@ [ "easing_outinsine", { - "_index": 7684, + "_index": 7681, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -155368,7 +155332,7 @@ [ "easing_outquad", { - "_index": 7685, + "_index": 7682, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -155379,7 +155343,7 @@ [ "easing_outquart", { - "_index": 7686, + "_index": 7683, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -155390,7 +155354,7 @@ [ "easing_outquint", { - "_index": 7687, + "_index": 7684, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -155401,7 +155365,7 @@ [ "easing_outsine", { - "_index": 7688, + "_index": 7685, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -155461,7 +155425,7 @@ [ "eating", { - "_index": 5209, + "_index": 5206, "data": { "manuals/lua": {} }, @@ -155481,7 +155445,7 @@ [ "ecs", { - "_index": 6614, + "_index": 6611, "data": { "assets/tinyecs": {} }, @@ -155550,7 +155514,7 @@ [ "editable", { - "_index": 5368, + "_index": 5365, "data": { "manuals/editor-scripts": {} }, @@ -155595,7 +155559,7 @@ [ "editions", { - "_index": 5181, + "_index": 5178, "data": { "manuals/lua": {} }, @@ -155711,7 +155675,7 @@ [ "editor.bob", { - "_index": 8818, + "_index": 8815, "data": { "ref/stable/editor": {} }, @@ -155721,7 +155685,7 @@ [ "editor.can_get", { - "_index": 5375, + "_index": 5372, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -155732,7 +155696,7 @@ [ "editor.can_set", { - "_index": 5376, + "_index": 5373, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -155743,7 +155707,7 @@ [ "editor.create_directory", { - "_index": 5382, + "_index": 5379, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -155764,7 +155728,7 @@ [ "editor.delete_directory", { - "_index": 5385, + "_index": 5382, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -155775,7 +155739,7 @@ [ "editor.editor_sha1", { - "_index": 5362, + "_index": 5359, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -155786,7 +155750,7 @@ [ "editor.engine_sha1", { - "_index": 5361, + "_index": 5358, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -155797,7 +155761,7 @@ [ "editor.execute", { - "_index": 5345, + "_index": 5342, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -155808,7 +155772,7 @@ [ "editor.external_file_attributes", { - "_index": 8836, + "_index": 8833, "data": { "ref/stable/editor": {} }, @@ -155818,7 +155782,7 @@ [ "editor.get", { - "_index": 5363, + "_index": 5360, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -155829,7 +155793,7 @@ [ "editor.platform", { - "_index": 5359, + "_index": 5356, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -155840,7 +155804,7 @@ [ "editor.prefs", { - "_index": 5387, + "_index": 5384, "data": { "manuals/editor-scripts": {} }, @@ -155850,7 +155814,7 @@ [ "editor.prefs.get", { - "_index": 5470, + "_index": 5467, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -155861,7 +155825,7 @@ [ "editor.prefs.schema.array", { - "_index": 8841, + "_index": 8838, "data": { "ref/stable/editor": {} }, @@ -155871,7 +155835,7 @@ [ "editor.prefs.schema.boolean", { - "_index": 8848, + "_index": 8845, "data": { "ref/stable/editor": {} }, @@ -155881,7 +155845,7 @@ [ "editor.prefs.schema.enum", { - "_index": 5468, + "_index": 5465, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -155892,7 +155856,7 @@ [ "editor.prefs.schema.integer", { - "_index": 5465, + "_index": 5462, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -155903,7 +155867,7 @@ [ "editor.prefs.schema.keyword", { - "_index": 8853, + "_index": 8850, "data": { "ref/stable/editor": {} }, @@ -155913,7 +155877,7 @@ [ "editor.prefs.schema.number", { - "_index": 8856, + "_index": 8853, "data": { "ref/stable/editor": {} }, @@ -155923,7 +155887,7 @@ [ "editor.prefs.schema.object", { - "_index": 8858, + "_index": 8855, "data": { "ref/stable/editor": {} }, @@ -155933,7 +155897,7 @@ [ "editor.prefs.schema.object_of", { - "_index": 8863, + "_index": 8860, "data": { "ref/stable/editor": {} }, @@ -155943,7 +155907,7 @@ [ "editor.prefs.schema.set", { - "_index": 8868, + "_index": 8865, "data": { "ref/stable/editor": {} }, @@ -155953,7 +155917,7 @@ [ "editor.prefs.schema.string", { - "_index": 5463, + "_index": 5460, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -155964,7 +155928,7 @@ [ "editor.prefs.schema.tuple", { - "_index": 8872, + "_index": 8869, "data": { "ref/stable/editor": {} }, @@ -155974,7 +155938,7 @@ [ "editor.prefs.scope.global", { - "_index": 8846, + "_index": 8843, "data": { "ref/stable/editor": {} }, @@ -155984,7 +155948,7 @@ [ "editor.prefs.scope.project", { - "_index": 5466, + "_index": 5463, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -155995,7 +155959,7 @@ [ "editor.prefs.set", { - "_index": 5474, + "_index": 5471, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -156006,7 +155970,7 @@ [ "editor.resource_attributes", { - "_index": 8875, + "_index": 8872, "data": { "ref/stable/editor": {} }, @@ -156016,7 +155980,7 @@ [ "editor.save", { - "_index": 5481, + "_index": 5478, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -156027,7 +155991,7 @@ [ "editor.transact", { - "_index": 5394, + "_index": 5391, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -156038,7 +156002,7 @@ [ "editor.tx", { - "_index": 8883, + "_index": 8880, "data": { "ref/stable/editor": {} }, @@ -156048,7 +156012,7 @@ [ "editor.tx.set", { - "_index": 5380, + "_index": 5377, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -156069,7 +156033,7 @@ [ "editor.ui.alignment.bottom", { - "_index": 8887, + "_index": 8884, "data": { "ref/stable/editor": {} }, @@ -156079,7 +156043,7 @@ [ "editor.ui.alignment.bottom_left", { - "_index": 8888, + "_index": 8885, "data": { "ref/stable/editor": {} }, @@ -156089,7 +156053,7 @@ [ "editor.ui.alignment.bottom_right", { - "_index": 8890, + "_index": 8887, "data": { "ref/stable/editor": {} }, @@ -156132,7 +156096,7 @@ [ "editor.ui.alignment.top", { - "_index": 8892, + "_index": 8889, "data": { "ref/stable/editor": {} }, @@ -156142,7 +156106,7 @@ [ "editor.ui.alignment.top_left", { - "_index": 8893, + "_index": 8890, "data": { "ref/stable/editor": {} }, @@ -156152,7 +156116,7 @@ [ "editor.ui.alignment.top_lefteditor.ui.alignment.topeditor.ui.alignment.top_righteditor.ui.alignment.lefteditor.ui.alignment.centereditor.ui.alignment.righteditor.ui.alignment.bottom_lefteditor.ui.alignment.bottomeditor.ui.alignment.bottom_rightgrow", { - "_index": 8909, + "_index": 8906, "data": { "ref/stable/editor": {} }, @@ -156162,7 +156126,7 @@ [ "editor.ui.alignment.top_right", { - "_index": 8895, + "_index": 8892, "data": { "ref/stable/editor": {} }, @@ -156172,7 +156136,7 @@ [ "editor.ui.button", { - "_index": 8897, + "_index": 8894, "data": { "ref/stable/editor": {} }, @@ -156182,7 +156146,7 @@ [ "editor.ui.check_box", { - "_index": 8914, + "_index": 8911, "data": { "ref/stable/editor": {} }, @@ -156192,7 +156156,7 @@ [ "editor.ui.color.error", { - "_index": 8926, + "_index": 8923, "data": { "ref/stable/editor": {} }, @@ -156202,7 +156166,7 @@ [ "editor.ui.color.hint", { - "_index": 8927, + "_index": 8924, "data": { "ref/stable/editor": {} }, @@ -156212,7 +156176,7 @@ [ "editor.ui.color.override", { - "_index": 8928, + "_index": 8925, "data": { "ref/stable/editor": {} }, @@ -156222,7 +156186,7 @@ [ "editor.ui.color.text", { - "_index": 8929, + "_index": 8926, "data": { "ref/stable/editor": {} }, @@ -156232,7 +156196,7 @@ [ "editor.ui.color.texteditor.ui.color.hinteditor.ui.color.overrideeditor.ui.color.warningeditor.ui.color.errortooltip", { - "_index": 9002, + "_index": 8999, "data": { "ref/stable/editor": {} }, @@ -156242,7 +156206,7 @@ [ "editor.ui.color.texteditor.ui.color.hinteditor.ui.color.overrideeditor.ui.color.warningeditor.ui.color.errorword_wrap", { - "_index": 8973, + "_index": 8970, "data": { "ref/stable/editor": {} }, @@ -156252,7 +156216,7 @@ [ "editor.ui.color.warning", { - "_index": 8930, + "_index": 8927, "data": { "ref/stable/editor": {} }, @@ -156295,7 +156259,7 @@ [ "editor.ui.external_file_field", { - "_index": 8947, + "_index": 8944, "data": { "ref/stable/editor": {} }, @@ -156316,7 +156280,7 @@ [ "editor.ui.heading", { - "_index": 8936, + "_index": 8933, "data": { "ref/stable/editor": {} }, @@ -156336,7 +156300,7 @@ [ "editor.ui.heading_style.dialog", { - "_index": 8978, + "_index": 8975, "data": { "ref/stable/editor": {} }, @@ -156346,7 +156310,7 @@ [ "editor.ui.heading_style.form", { - "_index": 8980, + "_index": 8977, "data": { "ref/stable/editor": {} }, @@ -156356,7 +156320,7 @@ [ "editor.ui.heading_style.h1", { - "_index": 8981, + "_index": 8978, "data": { "ref/stable/editor": {} }, @@ -156366,7 +156330,7 @@ [ "editor.ui.heading_style.h1editor.ui.heading_style.h2editor.ui.heading_style.h3editor.ui.heading_style.h4editor.ui.heading_style.h5editor.ui.heading_style.h6editor.ui.heading_style.dialogeditor.ui.heading_style.formalignment", { - "_index": 8977, + "_index": 8974, "data": { "ref/stable/editor": {} }, @@ -156376,7 +156340,7 @@ [ "editor.ui.heading_style.h2", { - "_index": 8982, + "_index": 8979, "data": { "ref/stable/editor": {} }, @@ -156386,7 +156350,7 @@ [ "editor.ui.heading_style.h3", { - "_index": 8976, + "_index": 8973, "data": { "ref/stable/editor": {} }, @@ -156396,7 +156360,7 @@ [ "editor.ui.heading_style.h4", { - "_index": 8985, + "_index": 8982, "data": { "ref/stable/editor": {} }, @@ -156406,7 +156370,7 @@ [ "editor.ui.heading_style.h5", { - "_index": 8987, + "_index": 8984, "data": { "ref/stable/editor": {} }, @@ -156416,7 +156380,7 @@ [ "editor.ui.heading_style.h6", { - "_index": 8989, + "_index": 8986, "data": { "ref/stable/editor": {} }, @@ -156437,7 +156401,7 @@ [ "editor.ui.icon", { - "_index": 8991, + "_index": 8988, "data": { "ref/stable/editor": {} }, @@ -156447,7 +156411,7 @@ [ "editor.ui.icon.clear", { - "_index": 8993, + "_index": 8990, "data": { "ref/stable/editor": {} }, @@ -156457,7 +156421,7 @@ [ "editor.ui.icon.minus", { - "_index": 8994, + "_index": 8991, "data": { "ref/stable/editor": {} }, @@ -156467,7 +156431,7 @@ [ "editor.ui.icon.open_resource", { - "_index": 8995, + "_index": 8992, "data": { "ref/stable/editor": {} }, @@ -156477,7 +156441,7 @@ [ "editor.ui.icon.open_resourceeditor.ui.icon.pluseditor.ui.icon.minuseditor.ui.icon.clear", { - "_index": 8992, + "_index": 8989, "data": { "ref/stable/editor": {} }, @@ -156487,7 +156451,7 @@ [ "editor.ui.icon.open_resourceeditor.ui.icon.pluseditor.ui.icon.minuseditor.ui.icon.clearenabled", { - "_index": 8905, + "_index": 8902, "data": { "ref/stable/editor": {} }, @@ -156497,7 +156461,7 @@ [ "editor.ui.icon.plus", { - "_index": 8997, + "_index": 8994, "data": { "ref/stable/editor": {} }, @@ -156507,7 +156471,7 @@ [ "editor.ui.integer_field", { - "_index": 8998, + "_index": 8995, "data": { "ref/stable/editor": {} }, @@ -156528,7 +156492,7 @@ [ "editor.ui.issue_severity.errormessage", { - "_index": 8921, + "_index": 8918, "data": { "ref/stable/editor": {} }, @@ -156560,7 +156524,7 @@ [ "editor.ui.number_field", { - "_index": 9004, + "_index": 9001, "data": { "ref/stable/editor": {} }, @@ -156570,7 +156534,7 @@ [ "editor.ui.open_resource", { - "_index": 9005, + "_index": 9002, "data": { "ref/stable/editor": {} }, @@ -156580,7 +156544,7 @@ [ "editor.ui.orientation.horizontal", { - "_index": 9006, + "_index": 9003, "data": { "ref/stable/editor": {} }, @@ -156590,7 +156554,7 @@ [ "editor.ui.orientation.vertical", { - "_index": 9007, + "_index": 9004, "data": { "ref/stable/editor": {} }, @@ -156600,7 +156564,7 @@ [ "editor.ui.orientation.verticaleditor.ui.orientation.horizontalalignment", { - "_index": 9032, + "_index": 9029, "data": { "ref/stable/editor": {} }, @@ -156621,7 +156585,7 @@ [ "editor.ui.padding.medium", { - "_index": 9008, + "_index": 9005, "data": { "ref/stable/editor": {} }, @@ -156631,7 +156595,7 @@ [ "editor.ui.padding.none", { - "_index": 9009, + "_index": 9006, "data": { "ref/stable/editor": {} }, @@ -156641,7 +156605,7 @@ [ "editor.ui.padding.noneeditor.ui.padding.smalleditor.ui.padding.mediumeditor.ui.padding.largenon", { - "_index": 8967, + "_index": 8964, "data": { "ref/stable/editor": {} }, @@ -156651,7 +156615,7 @@ [ "editor.ui.padding.small", { - "_index": 9010, + "_index": 9007, "data": { "ref/stable/editor": {} }, @@ -156661,7 +156625,7 @@ [ "editor.ui.paragraph", { - "_index": 9011, + "_index": 9008, "data": { "ref/stable/editor": {} }, @@ -156671,7 +156635,7 @@ [ "editor.ui.resource_field", { - "_index": 9013, + "_index": 9010, "data": { "ref/stable/editor": {} }, @@ -156681,7 +156645,7 @@ [ "editor.ui.scroll", { - "_index": 9020, + "_index": 9017, "data": { "ref/stable/editor": {} }, @@ -156691,7 +156655,7 @@ [ "editor.ui.select_box", { - "_index": 9022, + "_index": 9019, "data": { "ref/stable/editor": {} }, @@ -156701,7 +156665,7 @@ [ "editor.ui.separator", { - "_index": 9030, + "_index": 9027, "data": { "ref/stable/editor": {} }, @@ -156722,7 +156686,7 @@ [ "editor.ui.show_external_directory_dialog", { - "_index": 9035, + "_index": 9032, "data": { "ref/stable/editor": {} }, @@ -156732,7 +156696,7 @@ [ "editor.ui.show_external_file_dialog", { - "_index": 9039, + "_index": 9036, "data": { "ref/stable/editor": {} }, @@ -156742,7 +156706,7 @@ [ "editor.ui.show_resource_dialog", { - "_index": 9041, + "_index": 9038, "data": { "ref/stable/editor": {} }, @@ -156752,7 +156716,7 @@ [ "editor.ui.spacing.large", { - "_index": 9045, + "_index": 9042, "data": { "ref/stable/editor": {} }, @@ -156773,7 +156737,7 @@ [ "editor.ui.spacing.none", { - "_index": 9046, + "_index": 9043, "data": { "ref/stable/editor": {} }, @@ -156783,7 +156747,7 @@ [ "editor.ui.spacing.noneeditor.ui.spacing.smalleditor.ui.spacing.mediumeditor.ui.spacing.largenon", { - "_index": 8969, + "_index": 8966, "data": { "ref/stable/editor": {} }, @@ -156815,7 +156779,7 @@ [ "editor.ui.text_alignment.center", { - "_index": 9047, + "_index": 9044, "data": { "ref/stable/editor": {} }, @@ -156825,7 +156789,7 @@ [ "editor.ui.text_alignment.justify", { - "_index": 9049, + "_index": 9046, "data": { "ref/stable/editor": {} }, @@ -156835,7 +156799,7 @@ [ "editor.ui.text_alignment.left", { - "_index": 9051, + "_index": 9048, "data": { "ref/stable/editor": {} }, @@ -156845,7 +156809,7 @@ [ "editor.ui.text_alignment.lefteditor.ui.text_alignment.centereditor.ui.text_alignment.righteditor.ui.text_alignment.justifycolor", { - "_index": 8971, + "_index": 8968, "data": { "ref/stable/editor": {} }, @@ -156855,7 +156819,7 @@ [ "editor.ui.text_alignment.lefteditor.ui.text_alignment.centereditor.ui.text_alignment.righteditor.ui.text_alignment.justifyicon", { - "_index": 8903, + "_index": 8900, "data": { "ref/stable/editor": {} }, @@ -156865,7 +156829,7 @@ [ "editor.ui.text_alignment.lefteditor.ui.text_alignment.centereditor.ui.text_alignment.righteditor.ui.text_alignment.justifyissue", { - "_index": 8918, + "_index": 8915, "data": { "ref/stable/editor": {} }, @@ -156875,7 +156839,7 @@ [ "editor.ui.text_alignment.right", { - "_index": 9052, + "_index": 9049, "data": { "ref/stable/editor": {} }, @@ -156895,7 +156859,7 @@ [ "editor.ui.use_", { - "_index": 8931, + "_index": 8928, "data": { "ref/stable/editor": {} }, @@ -156938,7 +156902,7 @@ [ "editor.version", { - "_index": 5360, + "_index": 5357, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -156949,7 +156913,7 @@ [ "editor_script", { - "_index": 5354, + "_index": 5351, "data": { "manuals/editor-scripts": {} }, @@ -156959,7 +156923,7 @@ [ "editor_sha1", { - "_index": 8827, + "_index": 8824, "data": { "ref/stable/editor": {} }, @@ -156969,7 +156933,7 @@ [ "editors", { - "_index": 5476, + "_index": 5473, "data": { "manuals/editor": {}, "manuals/editor-scripts": {} @@ -156980,7 +156944,7 @@ [ "editorscriptatlas", { - "_index": 6509, + "_index": 6506, "data": { "assets/editorscriptatlas": {} }, @@ -156990,7 +156954,7 @@ [ "edits", { - "_index": 5371, + "_index": 5368, "data": { "manuals/editor": {}, "manuals/editor-scripts": {} @@ -157044,7 +157008,7 @@ [ "effective", { - "_index": 6581, + "_index": 6578, "data": { "assets/debeat": {}, "assets/defold-tile-raycast": {}, @@ -157101,7 +157065,7 @@ [ "efficiency", { - "_index": 7562, + "_index": 7559, "data": { "ref/stable/physics": {} }, @@ -157140,7 +157104,7 @@ [ "effort", { - "_index": 5142, + "_index": 5139, "data": { "manuals/design": {}, "manuals/flash": {}, @@ -157152,7 +157116,7 @@ [ "effortless", { - "_index": 5592, + "_index": 5589, "data": { "manuals/introduction": {} }, @@ -157162,7 +157126,7 @@ [ "effortlessly", { - "_index": 6740, + "_index": 6737, "data": { "assets/druid": {} }, @@ -157172,7 +157136,7 @@ [ "efigs", { - "_index": 4824, + "_index": 4821, "data": { "manuals/porting-guidelines": {} }, @@ -157198,7 +157162,7 @@ [ "eglcontext", { - "_index": 6791, + "_index": 6788, "data": { "ref/stable/dmGraphics": {} }, @@ -157208,7 +157172,7 @@ [ "eglsurface", { - "_index": 6794, + "_index": 6791, "data": { "ref/stable/dmGraphics": {} }, @@ -157279,7 +157243,7 @@ [ "elapsed", { - "_index": 7370, + "_index": 7367, "data": { "ref/stable/dmGameObject": {}, "ref/stable/socket": {}, @@ -157291,7 +157255,7 @@ [ "elastic", { - "_index": 7648, + "_index": 7645, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -157348,7 +157312,7 @@ [ "eliminate", { - "_index": 9854, + "_index": 9851, "data": { "ref/stable/dmTransform": {} }, @@ -157358,7 +157322,7 @@ [ "eliminates", { - "_index": 7012, + "_index": 7009, "data": { "ref/stable/vmath": {} }, @@ -157368,7 +157332,7 @@ [ "eliminating", { - "_index": 5892, + "_index": 5889, "data": { "manuals/debugging-game-logic": {} }, @@ -157378,7 +157342,7 @@ [ "ellipse", { - "_index": 5008, + "_index": 5005, "data": { "manuals/gui-pie": {} }, @@ -157398,7 +157362,7 @@ [ "elliptical", { - "_index": 7823, + "_index": 7820, "data": { "ref/stable/gui": {} }, @@ -157458,7 +157422,7 @@ [ "em", { - "_index": 6183, + "_index": 6180, "data": { "examples/factory/bullets": {} }, @@ -157574,7 +157538,7 @@ [ "emitter_state_postspawn", { - "_index": 10248, + "_index": 10245, "data": { "ref/stable/particlefx": {} }, @@ -157584,7 +157548,7 @@ [ "emitter_state_prespawn", { - "_index": 10249, + "_index": 10246, "data": { "ref/stable/particlefx": {} }, @@ -157594,7 +157558,7 @@ [ "emitter_state_sleeping", { - "_index": 10250, + "_index": 10247, "data": { "ref/stable/particlefx": {} }, @@ -157604,7 +157568,7 @@ [ "emitter_state_spawning", { - "_index": 10252, + "_index": 10249, "data": { "ref/stable/particlefx": {} }, @@ -157639,7 +157603,7 @@ [ "emmylua", { - "_index": 6544, + "_index": 6541, "data": { "assets/defold-api-emmylua": {} }, @@ -157649,7 +157613,7 @@ [ "empowers", { - "_index": 6737, + "_index": 6734, "data": { "assets/druid": {} }, @@ -157710,7 +157674,7 @@ [ "emscripten_2011", { - "_index": 4786, + "_index": 4783, "data": { "manuals/extender-docker-images": {} }, @@ -157720,7 +157684,7 @@ [ "emsdk", { - "_index": 4787, + "_index": 4784, "data": { "manuals/extender-docker-images": {} }, @@ -157730,7 +157694,7 @@ [ "emthree", { - "_index": 6550, + "_index": 6547, "data": { "assets/emthree": {} }, @@ -157924,7 +157888,7 @@ [ "enable/disable", { - "_index": 7511, + "_index": 7508, "data": { "ref/stable/physics": {} }, @@ -157934,7 +157898,7 @@ [ "enable_material", { - "_index": 8494, + "_index": 8491, "data": { "ref/stable/render": {} }, @@ -157944,7 +157908,7 @@ [ "enable_state", { - "_index": 8495, + "_index": 8492, "data": { "ref/stable/render": {} }, @@ -157954,7 +157918,7 @@ [ "enable_texture", { - "_index": 8496, + "_index": 8493, "data": { "ref/stable/render": {} }, @@ -157964,7 +157928,7 @@ [ "enable_ui", { - "_index": 10260, + "_index": 10257, "data": { "ref/stable/profiler": {} }, @@ -158010,7 +157974,7 @@ [ "enabled/disabled", { - "_index": 7892, + "_index": 7889, "data": { "ref/stable/gui": {} }, @@ -158020,7 +157984,7 @@ [ "enablerenderobjectconstants", { - "_index": 8052, + "_index": 8049, "data": { "ref/stable/dmGameSystem": {} }, @@ -158059,7 +158023,7 @@ [ "encapsulated", { - "_index": 5222, + "_index": 5219, "data": { "manuals/design": {}, "manuals/lua": {} @@ -158070,7 +158034,7 @@ [ "encapsulating", { - "_index": 5215, + "_index": 5212, "data": { "manuals/lua": {}, "manuals/mesh": {}, @@ -158111,7 +158075,7 @@ [ "encode_empty_table_as_object", { - "_index": 10259, + "_index": 10256, "data": { "ref/stable/json": {} }, @@ -158121,7 +158085,7 @@ [ "encoded", { - "_index": 5652, + "_index": 5649, "data": { "manuals/mesh": {}, "ref/stable/dmCrypt": {}, @@ -158160,7 +158124,7 @@ [ "encounters", { - "_index": 4766, + "_index": 4763, "data": { "manuals/debugging-game-logic": {}, "manuals/extensions": {} @@ -158229,7 +158193,7 @@ [ "encrypts", { - "_index": 8424, + "_index": 8421, "data": { "ref/stable/dmResource": {} }, @@ -158311,7 +158275,7 @@ [ "end_p", { - "_index": 5866, + "_index": 5863, "data": { "manuals/debugging-game-logic": {} }, @@ -158332,7 +158296,7 @@ [ "endframe", { - "_index": 8782, + "_index": 8779, "data": { "ref/stable/dmProfile": {} }, @@ -158342,7 +158306,7 @@ [ "endian", { - "_index": 8646, + "_index": 8643, "data": { "ref/stable/bit": {} }, @@ -158375,7 +158339,7 @@ [ "endless", { - "_index": 6729, + "_index": 6726, "data": { "assets/endlessrunner": {} }, @@ -158385,7 +158349,7 @@ [ "endlessrunner", { - "_index": 6728, + "_index": 6725, "data": { "assets/endlessrunner": {} }, @@ -158409,7 +158373,7 @@ [ "ends", { - "_index": 7115, + "_index": 7112, "data": { "ref/stable/io": {}, "ref/stable/os": {}, @@ -158421,7 +158385,7 @@ [ "ends_with", { - "_index": 5393, + "_index": 5390, "data": { "manuals/editor-scripts": {} }, @@ -158471,7 +158435,7 @@ [ "energy", { - "_index": 6508, + "_index": 6505, "data": { "assets/vitahealthenergy": {} }, @@ -158481,7 +158445,7 @@ [ "engaging", { - "_index": 6512, + "_index": 6509, "data": { "assets/admob-defold": {} }, @@ -158609,7 +158573,7 @@ [ "engine_sha1", { - "_index": 8828, + "_index": 8825, "data": { "ref/stable/editor": {} }, @@ -158684,7 +158648,7 @@ [ "english", { - "_index": 4825, + "_index": 4822, "data": { "manuals/porting-guidelines": {} }, @@ -158694,7 +158658,7 @@ [ "enjoy", { - "_index": 5616, + "_index": 5613, "data": { "manuals/introduction": {} }, @@ -158747,7 +158711,7 @@ [ "ensuring", { - "_index": 9815, + "_index": 9812, "data": { "ref/stable/liveupdate": {} }, @@ -158786,7 +158750,7 @@ [ "enterframe", { - "_index": 5152, + "_index": 5149, "data": { "manuals/flash": {} }, @@ -158796,7 +158760,7 @@ [ "enters", { - "_index": 5689, + "_index": 5686, "data": { "manuals/application-lifecycle": {}, "manuals/physics-events": {}, @@ -158840,7 +158804,7 @@ [ "entirely", { - "_index": 6673, + "_index": 6670, "data": { "assets/compat53": {} }, @@ -158850,7 +158814,7 @@ [ "entities", { - "_index": 5365, + "_index": 5362, "data": { "assets/crowd-runner-defold": {}, "manuals/building-blocks": {}, @@ -158864,7 +158828,7 @@ [ "entitlement", { - "_index": 5837, + "_index": 5834, "data": { "manuals/macos": {} }, @@ -158874,7 +158838,7 @@ [ "entitlement.plist", { - "_index": 5846, + "_index": 5843, "data": { "manuals/macos": {} }, @@ -158884,7 +158848,7 @@ [ "entitlements", { - "_index": 5827, + "_index": 5824, "data": { "manuals/macos": {} }, @@ -158972,7 +158936,7 @@ [ "enumerated", { - "_index": 10711, + "_index": 10708, "data": { "ref/stable/base": {} }, @@ -158982,7 +158946,7 @@ [ "enumeration", { - "_index": 8177, + "_index": 8174, "data": { "ref/stable/dmBuffer": {}, "ref/stable/dmConnectionPool": {}, @@ -159053,7 +159017,7 @@ [ "ephemeral", { - "_index": 10515, + "_index": 10512, "data": { "ref/stable/socket": {} }, @@ -159063,7 +159027,7 @@ [ "epoch", { - "_index": 10024, + "_index": 10021, "data": { "ref/stable/os": {}, "ref/stable/socket": {} @@ -159096,7 +159060,7 @@ [ "equaling", { - "_index": 7593, + "_index": 7590, "data": { "ref/stable/gui": {} }, @@ -159106,7 +159070,7 @@ [ "equally", { - "_index": 10769, + "_index": 10766, "data": { "ref/stable/sound": {} }, @@ -159126,7 +159090,7 @@ [ "equation", { - "_index": 9443, + "_index": 9440, "data": { "ref/stable/dmIntersection": {} }, @@ -159136,7 +159100,7 @@ [ "equations", { - "_index": 8549, + "_index": 8546, "data": { "ref/stable/dmIntersection": {}, "ref/stable/render": {} @@ -159180,7 +159144,7 @@ [ "era", { - "_index": 6292, + "_index": 6289, "data": { "assets/alienworld": {}, "assets/warbattlesassetpack": {} @@ -159201,7 +159165,7 @@ [ "erased", { - "_index": 9469, + "_index": 9466, "data": { "ref/stable/io": {} }, @@ -159221,7 +159185,7 @@ [ "eraseswap", { - "_index": 7445, + "_index": 7442, "data": { "ref/stable/dmArray": {} }, @@ -159231,7 +159195,7 @@ [ "eraseswapref", { - "_index": 7446, + "_index": 7443, "data": { "ref/stable/dmArray": {} }, @@ -159241,7 +159205,7 @@ [ "err", { - "_index": 6443, + "_index": 6440, "data": { "assets/err": {}, "ref/stable/base": {}, @@ -159253,7 +159217,7 @@ [ "errno", { - "_index": 8176, + "_index": 8173, "data": { "ref/stable/dmFileDescriptor": {} }, @@ -159309,7 +159273,7 @@ [ "error:script", { - "_index": 5897, + "_index": 5894, "data": { "manuals/gui-script": {} }, @@ -159348,7 +159312,7 @@ [ "eruption", { - "_index": 6227, + "_index": 6224, "data": { "examples/timer/cancel_timer": {} }, @@ -159440,7 +159404,7 @@ [ "established", { - "_index": 6232, + "_index": 6229, "data": { "examples/material/unlit": {} }, @@ -159450,7 +159414,7 @@ [ "establishes", { - "_index": 5421, + "_index": 5418, "data": { "examples/render/orbit_camera": {}, "manuals/editor-scripts": {} @@ -159511,7 +159475,7 @@ [ "ethernet", { - "_index": 5666, + "_index": 5663, "data": { "manuals/dev-app": {} }, @@ -159521,7 +159485,7 @@ [ "euclidean", { - "_index": 7052, + "_index": 7049, "data": { "ref/stable/vmath": {} }, @@ -159544,7 +159508,7 @@ [ "euler_to_quat", { - "_index": 7002, + "_index": 6999, "data": { "ref/stable/vmath": {} }, @@ -159567,7 +159531,7 @@ [ "eval", { - "_index": 10200, + "_index": 10197, "data": { "ref/stable/html5": {} }, @@ -159577,7 +159541,7 @@ [ "evaluate", { - "_index": 5882, + "_index": 5879, "data": { "manuals/debugging-game-logic": {}, "ref/stable/debug": {} @@ -159588,7 +159552,7 @@ [ "evaluated", { - "_index": 5628, + "_index": 5625, "data": { "manuals/script-properties": {}, "ref/stable/gui": {} @@ -159599,7 +159563,7 @@ [ "evaluating", { - "_index": 5883, + "_index": 5880, "data": { "manuals/debugging-game-logic": {} }, @@ -159609,7 +159573,7 @@ [ "evaluator", { - "_index": 5884, + "_index": 5881, "data": { "manuals/debugging-game-logic": {} }, @@ -159655,7 +159619,7 @@ [ "evenly", { - "_index": 6417, + "_index": 6414, "data": { "assets/editor-script-distribute": {} }, @@ -159693,7 +159657,7 @@ [ "event_id_deiconifyapp", { - "_index": 9872, + "_index": 9869, "data": { "ref/stable/dmExtension": {} }, @@ -159703,7 +159667,7 @@ [ "event_id_iconifyapp", { - "_index": 9871, + "_index": 9868, "data": { "ref/stable/dmExtension": {} }, @@ -159713,7 +159677,7 @@ [ "event_type", { - "_index": 8589, + "_index": 8586, "data": { "ref/stable/render": {} }, @@ -159723,7 +159687,7 @@ [ "eventid", { - "_index": 9870, + "_index": 9867, "data": { "ref/stable/dmExtension": {} }, @@ -159860,7 +159824,7 @@ [ "ex", { - "_index": 7263, + "_index": 7260, "data": { "ref/stable/math": {} }, @@ -160116,7 +160080,7 @@ [ "examples.apk", { - "_index": 6081, + "_index": 6078, "data": { "manuals/android": {} }, @@ -160126,7 +160090,7 @@ [ "exceed", { - "_index": 7576, + "_index": 7573, "data": { "ref/stable/gui": {}, "ref/stable/sys": {} @@ -160166,7 +160130,7 @@ [ "exception", { - "_index": 7443, + "_index": 7440, "data": { "ref/stable/dmAndroid": {}, "ref/stable/dmArray": {}, @@ -160190,7 +160154,7 @@ [ "excess", { - "_index": 10521, + "_index": 10518, "data": { "ref/stable/socket": {} }, @@ -160210,7 +160174,7 @@ [ "exchange", { - "_index": 9071, + "_index": 9068, "data": { "ref/stable/dmAtomic": {} }, @@ -160230,7 +160194,7 @@ [ "exciting", { - "_index": 4840, + "_index": 4837, "data": { "manuals/porting-guidelines": {} }, @@ -160240,7 +160204,7 @@ [ "excl", { - "_index": 9728, + "_index": 9725, "data": { "ref/stable/dmStringFunc": {} }, @@ -160306,7 +160270,7 @@ [ "excludes", { - "_index": 9843, + "_index": 9840, "data": { "ref/stable/dmTransform": {} }, @@ -160338,7 +160302,7 @@ [ "exclusively", { - "_index": 8601, + "_index": 8598, "data": { "ref/stable/render": {} }, @@ -160348,7 +160312,7 @@ [ "excuding", { - "_index": 10303, + "_index": 10300, "data": { "ref/stable/profiler": {} }, @@ -160358,7 +160322,7 @@ [ "excuted", { - "_index": 6986, + "_index": 6983, "data": { "ref/stable/vmath": {} }, @@ -160448,7 +160412,7 @@ [ "executes", { - "_index": 5280, + "_index": 5277, "data": { "manuals/compute": {}, "manuals/editor-scripts": {}, @@ -160551,7 +160515,7 @@ [ "existent", { - "_index": 5384, + "_index": 5381, "data": { "manuals/editor-scripts": {}, "ref/stable/base": {}, @@ -160650,7 +160614,7 @@ [ "exp", { - "_index": 7262, + "_index": 7259, "data": { "ref/stable/math": {} }, @@ -160684,7 +160648,7 @@ [ "expansion", { - "_index": 6313, + "_index": 6310, "data": { "assets/apkx": {} }, @@ -160748,7 +160712,7 @@ [ "expensive", { - "_index": 7097, + "_index": 7094, "data": { "ref/stable/vmath": {} }, @@ -160771,7 +160735,7 @@ [ "experiment", { - "_index": 5595, + "_index": 5592, "data": { "manuals/introduction": {} }, @@ -160781,7 +160745,7 @@ [ "experimental", { - "_index": 4735, + "_index": 4732, "data": { "manuals/extensions": {} }, @@ -160791,7 +160755,7 @@ [ "experimentally", { - "_index": 10689, + "_index": 10686, "data": { "ref/stable/base": {} }, @@ -160801,7 +160765,7 @@ [ "experimentation", { - "_index": 5961, + "_index": 5958, "data": { "manuals/design": {} }, @@ -160811,7 +160775,7 @@ [ "experimenting", { - "_index": 6243, + "_index": 6240, "data": { "examples/material/uvgradient": {} }, @@ -160831,7 +160795,7 @@ [ "explain", { - "_index": 4939, + "_index": 4936, "data": { "manuals/getting-help": {} }, @@ -160841,7 +160805,7 @@ [ "explaining", { - "_index": 8956, + "_index": 8953, "data": { "ref/stable/editor": {}, "ref/stable/package": {} @@ -160877,7 +160841,7 @@ [ "explanations", { - "_index": 5613, + "_index": 5610, "data": { "manuals/introduction": {} }, @@ -160922,7 +160886,7 @@ [ "explore", { - "_index": 6187, + "_index": 6184, "data": { "examples/render/orbit_camera": {} }, @@ -160942,7 +160906,7 @@ [ "exponent", { - "_index": 10727, + "_index": 10724, "data": { "ref/stable/base": {} }, @@ -160952,7 +160916,7 @@ [ "exponential", { - "_index": 7650, + "_index": 7647, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -161020,7 +160984,7 @@ [ "exporting", { - "_index": 4806, + "_index": 4803, "data": { "manuals/importing-models": {} }, @@ -161030,7 +160994,7 @@ [ "exports", { - "_index": 6370, + "_index": 6367, "data": { "assets/spritefusion": {} }, @@ -161076,7 +161040,7 @@ [ "exposing", { - "_index": 6469, + "_index": 6466, "data": { "assets/yoga": {} }, @@ -161133,7 +161097,7 @@ [ "expressions", { - "_index": 5627, + "_index": 5624, "data": { "manuals/debugging-game-logic": {}, "manuals/script-properties": {}, @@ -161145,7 +161109,7 @@ [ "ext", { - "_index": 6337, + "_index": 6334, "data": { "assets/defold-oop": {} }, @@ -161178,7 +161142,7 @@ [ "ext/plugins/bin", { - "_index": 5442, + "_index": 5439, "data": { "manuals/editor-scripts": {} }, @@ -161203,7 +161167,7 @@ [ "extended", { - "_index": 7454, + "_index": 7451, "data": { "ref/stable/dmArray": {} }, @@ -161226,7 +161190,7 @@ [ "extender's", { - "_index": 4792, + "_index": 4789, "data": { "manuals/extender-docker-images": {} }, @@ -161246,7 +161210,7 @@ [ "extender.remote", { - "_index": 4793, + "_index": 4790, "data": { "manuals/extender-docker-images": {} }, @@ -161276,7 +161240,7 @@ [ "extending", { - "_index": 6327, + "_index": 6324, "data": { "assets/fontgen": {} }, @@ -161307,7 +161271,7 @@ [ "extensioin", { - "_index": 9879, + "_index": 9876, "data": { "ref/stable/dmExtension": {} }, @@ -161409,7 +161373,7 @@ [ "extension\\n", { - "_index": 4754, + "_index": 4751, "data": { "manuals/extensions": {} }, @@ -161419,7 +161383,7 @@ [ "extension_result_ok", { - "_index": 9898, + "_index": 9895, "data": { "ref/stable/dmExtension": {} }, @@ -161429,7 +161393,7 @@ [ "extensionappparams", { - "_index": 9897, + "_index": 9894, "data": { "ref/stable/dmExtension": {} }, @@ -161439,7 +161403,7 @@ [ "extensioncallbacktype", { - "_index": 9873, + "_index": 9870, "data": { "ref/stable/dmExtension": {} }, @@ -161449,7 +161413,7 @@ [ "extensiondescbuffersize", { - "_index": 9874, + "_index": 9871, "data": { "ref/stable/dmExtension": {} }, @@ -161459,7 +161423,7 @@ [ "extensiondirectories", { - "_index": 6277, + "_index": 6274, "data": { "assets/extensiondirectories": {} }, @@ -161469,7 +161433,7 @@ [ "extensionevent", { - "_index": 9900, + "_index": 9897, "data": { "ref/stable/dmExtension": {} }, @@ -161479,7 +161443,7 @@ [ "extensioneventid", { - "_index": 9875, + "_index": 9872, "data": { "ref/stable/dmExtension": {} }, @@ -161489,7 +161453,7 @@ [ "extensionparams", { - "_index": 9876, + "_index": 9873, "data": { "ref/stable/dmExtension": {} }, @@ -161499,7 +161463,7 @@ [ "extensionregister", { - "_index": 9880, + "_index": 9877, "data": { "ref/stable/dmExtension": {} }, @@ -161509,7 +161473,7 @@ [ "extensionregisteriosuiapplicationdelegate", { - "_index": 9888, + "_index": 9885, "data": { "ref/stable/dmExtension": {} }, @@ -161519,7 +161483,7 @@ [ "extensionresult", { - "_index": 9893, + "_index": 9890, "data": { "ref/stable/dmExtension": {} }, @@ -161566,7 +161530,7 @@ [ "extensionunregisteriosuiapplicationdelegate", { - "_index": 9894, + "_index": 9891, "data": { "ref/stable/dmExtension": {} }, @@ -161587,7 +161551,7 @@ [ "extent", { - "_index": 7067, + "_index": 7064, "data": { "ref/stable/vmath": {} }, @@ -161597,7 +161561,7 @@ [ "extern", { - "_index": 8800, + "_index": 8797, "data": { "ref/stable/dmProfile": {} }, @@ -161631,7 +161595,7 @@ [ "external_file_attributes", { - "_index": 8837, + "_index": 8834, "data": { "ref/stable/editor": {} }, @@ -161652,7 +161616,7 @@ [ "externalize", { - "_index": 5731, + "_index": 5728, "data": { "manuals/modules": {} }, @@ -161662,7 +161626,7 @@ [ "externally", { - "_index": 9322, + "_index": 9319, "data": { "ref/stable/dmGameObject": {} }, @@ -161733,7 +161697,7 @@ [ "extractscale", { - "_index": 9845, + "_index": 9842, "data": { "ref/stable/dmTransform": {} }, @@ -161776,7 +161740,7 @@ [ "eye", { - "_index": 7033, + "_index": 7030, "data": { "ref/stable/vmath": {} }, @@ -161826,7 +161790,7 @@ [ "face_type", { - "_index": 8578, + "_index": 8575, "data": { "ref/stable/render": {} }, @@ -161836,7 +161800,7 @@ [ "face_type_back", { - "_index": 8269, + "_index": 8266, "data": { "ref/stable/graphics": {} }, @@ -161846,7 +161810,7 @@ [ "face_type_front", { - "_index": 8271, + "_index": 8268, "data": { "ref/stable/graphics": {} }, @@ -161856,7 +161820,7 @@ [ "face_type_front_and_back", { - "_index": 8273, + "_index": 8270, "data": { "ref/stable/graphics": {} }, @@ -161882,7 +161846,7 @@ [ "facebook's", { - "_index": 6470, + "_index": 6467, "data": { "assets/yoga": {} }, @@ -161902,7 +161866,7 @@ [ "facebookads", { - "_index": 6726, + "_index": 6723, "data": { "assets/facebookads": {} }, @@ -161912,7 +161876,7 @@ [ "facebookinstantgames", { - "_index": 6526, + "_index": 6523, "data": { "assets/facebookinstantgames": {} }, @@ -161922,7 +161886,7 @@ [ "faces", { - "_index": 4807, + "_index": 4804, "data": { "manuals/importing-models": {} }, @@ -161932,7 +161896,7 @@ [ "facewinding", { - "_index": 6832, + "_index": 6829, "data": { "ref/stable/dmGraphics": {} }, @@ -161942,7 +161906,7 @@ [ "facilities", { - "_index": 7117, + "_index": 7114, "data": { "ref/stable/debug": {}, "ref/stable/socket": {}, @@ -161954,7 +161918,7 @@ [ "facility", { - "_index": 9396, + "_index": 9393, "data": { "ref/stable/package": {} }, @@ -161964,7 +161928,7 @@ [ "facing", { - "_index": 8576, + "_index": 8573, "data": { "ref/stable/render": {} }, @@ -161989,7 +161953,7 @@ [ "factions", { - "_index": 5164, + "_index": 5161, "data": { "manuals/flash": {} }, @@ -162032,7 +161996,7 @@ [ "factories#logo_factory", { - "_index": 5078, + "_index": 5075, "data": { "manuals/flash": {} }, @@ -162042,7 +162006,7 @@ [ "factors", { - "_index": 8538, + "_index": 8535, "data": { "ref/stable/dmRender": {}, "ref/stable/render": {} @@ -162092,7 +162056,7 @@ [ "factory.get_status", { - "_index": 7191, + "_index": 7188, "data": { "ref/stable/factory": {} }, @@ -162134,7 +162098,7 @@ [ "factory.status_loaded", { - "_index": 7193, + "_index": 7190, "data": { "ref/stable/factory": {} }, @@ -162144,7 +162108,7 @@ [ "factory.status_loading", { - "_index": 7195, + "_index": 7192, "data": { "ref/stable/factory": {} }, @@ -162154,7 +162118,7 @@ [ "factory.status_unloaded", { - "_index": 7194, + "_index": 7191, "data": { "ref/stable/factory": {} }, @@ -162175,7 +162139,7 @@ [ "factoryc", { - "_index": 10886, + "_index": 10883, "data": { "ref/stable/dmScript": {} }, @@ -162196,7 +162160,7 @@ [ "fade", { - "_index": 4933, + "_index": 4930, "data": { "manuals/getting-help": {} }, @@ -162254,7 +162218,7 @@ [ "failure", { - "_index": 9361, + "_index": 9358, "data": { "ref/stable/dmConnectionPool": {}, "ref/stable/dmGameObject": {} @@ -162310,7 +162274,7 @@ [ "falls", { - "_index": 5922, + "_index": 5919, "data": { "manuals/components": {} }, @@ -162391,7 +162355,7 @@ [ "fantastic", { - "_index": 6344, + "_index": 6341, "data": { "assets/alienworld": {} }, @@ -162462,7 +162426,7 @@ [ "farthest", { - "_index": 8565, + "_index": 8562, "data": { "ref/stable/render": {} }, @@ -162472,7 +162436,7 @@ [ "fast", { - "_index": 4880, + "_index": 4877, "data": { "assets/sfmt": {}, "manuals/design": {}, @@ -162503,7 +162467,7 @@ [ "fatal", { - "_index": 7426, + "_index": 7423, "data": { "ref/stable/dmLog": {} }, @@ -162513,7 +162477,7 @@ [ "faulty", { - "_index": 5891, + "_index": 5888, "data": { "manuals/debugging-game-logic": {} }, @@ -162523,7 +162487,7 @@ [ "favicon.ico", { - "_index": 4963, + "_index": 4960, "data": { "manuals/windows": {} }, @@ -162544,7 +162508,7 @@ [ "favour", { - "_index": 6098, + "_index": 6095, "data": { "manuals/android": {} }, @@ -162564,7 +162528,7 @@ [ "fcallback", { - "_index": 9896, + "_index": 9893, "data": { "ref/stable/dmExtension": {} }, @@ -162574,7 +162538,7 @@ [ "fconfigfilecreate", { - "_index": 9111, + "_index": 9108, "data": { "ref/stable/dmConfigFile": {} }, @@ -162584,7 +162548,7 @@ [ "fconfigfiledestroy", { - "_index": 9112, + "_index": 9109, "data": { "ref/stable/dmConfigFile": {} }, @@ -162594,7 +162558,7 @@ [ "fconfigfilegetfloat", { - "_index": 9113, + "_index": 9110, "data": { "ref/stable/dmConfigFile": {} }, @@ -162604,7 +162568,7 @@ [ "fconfigfilegetint", { - "_index": 9114, + "_index": 9111, "data": { "ref/stable/dmConfigFile": {} }, @@ -162614,7 +162578,7 @@ [ "fconfigfilegetstring", { - "_index": 9115, + "_index": 9112, "data": { "ref/stable/dmConfigFile": {} }, @@ -162624,7 +162588,7 @@ [ "fd", { - "_index": 10053, + "_index": 10050, "data": { "ref/stable/dmSocket": {} }, @@ -162634,7 +162598,7 @@ [ "fd_clr", { - "_index": 10061, + "_index": 10058, "data": { "ref/stable/dmSocket": {} }, @@ -162644,7 +162608,7 @@ [ "fd_isset", { - "_index": 10064, + "_index": 10061, "data": { "ref/stable/dmSocket": {} }, @@ -162654,7 +162618,7 @@ [ "fd_set", { - "_index": 10066, + "_index": 10063, "data": { "ref/stable/dmSocket": {} }, @@ -162664,7 +162628,7 @@ [ "fd_zero", { - "_index": 10068, + "_index": 10065, "data": { "ref/stable/dmSocket": {} }, @@ -162674,7 +162638,7 @@ [ "fdecryptresource", { - "_index": 8419, + "_index": 8416, "data": { "ref/stable/dmResource": {} }, @@ -162684,7 +162648,7 @@ [ "feat", { - "_index": 6278, + "_index": 6275, "data": { "assets/feat": {} }, @@ -162748,7 +162712,7 @@ [ "feed", { - "_index": 6528, + "_index": 6525, "data": { "assets/facebookinstantgames": {} }, @@ -162768,7 +162732,7 @@ [ "feel", { - "_index": 5609, + "_index": 5606, "data": { "manuals/introduction": {} }, @@ -162835,7 +162799,7 @@ [ "fextensionappfinalize", { - "_index": 9883, + "_index": 9880, "data": { "ref/stable/dmExtension": {} }, @@ -162845,7 +162809,7 @@ [ "fextensionappinitialize", { - "_index": 9882, + "_index": 9879, "data": { "ref/stable/dmExtension": {} }, @@ -162855,7 +162819,7 @@ [ "fextensioncallback", { - "_index": 9899, + "_index": 9896, "data": { "ref/stable/dmExtension": {} }, @@ -162865,7 +162829,7 @@ [ "fextensionfinalize", { - "_index": 9885, + "_index": 9882, "data": { "ref/stable/dmExtension": {} }, @@ -162875,7 +162839,7 @@ [ "fextensioninitialize", { - "_index": 9884, + "_index": 9881, "data": { "ref/stable/dmExtension": {} }, @@ -162885,7 +162849,7 @@ [ "fextensiononevent", { - "_index": 9887, + "_index": 9884, "data": { "ref/stable/dmExtension": {} }, @@ -162895,7 +162859,7 @@ [ "fextensionupdate", { - "_index": 9886, + "_index": 9883, "data": { "ref/stable/dmExtension": {} }, @@ -162918,7 +162882,7 @@ [ "fiction", { - "_index": 6447, + "_index": 6444, "data": { "assets/narrator": {} }, @@ -162997,7 +162961,7 @@ [ "fifth", { - "_index": 4718, + "_index": 4715, "data": { "manuals/collection-proxy": {} }, @@ -163162,7 +163126,7 @@ [ "file:close", { - "_index": 5419, + "_index": 5416, "data": { "manuals/editor-scripts": {}, "ref/stable/io": {} @@ -163173,7 +163137,7 @@ [ "file:flush", { - "_index": 9452, + "_index": 9449, "data": { "ref/stable/io": {} }, @@ -163183,7 +163147,7 @@ [ "file:lines", { - "_index": 9453, + "_index": 9450, "data": { "ref/stable/io": {} }, @@ -163193,7 +163157,7 @@ [ "file:read", { - "_index": 9456, + "_index": 9453, "data": { "ref/stable/io": {} }, @@ -163203,7 +163167,7 @@ [ "file:seek", { - "_index": 9457, + "_index": 9454, "data": { "ref/stable/io": {} }, @@ -163213,7 +163177,7 @@ [ "file:setvbuf", { - "_index": 9461, + "_index": 9458, "data": { "ref/stable/io": {} }, @@ -163223,7 +163187,7 @@ [ "file:write", { - "_index": 5416, + "_index": 5413, "data": { "manuals/editor-scripts": {}, "ref/stable/io": {} @@ -163448,7 +163412,7 @@ [ "filter_mode_linear", { - "_index": 6029, + "_index": 6026, "data": { "manuals/material": {} }, @@ -163458,7 +163422,7 @@ [ "filter_mode_linear_mipmap_linear", { - "_index": 6039, + "_index": 6036, "data": { "manuals/material": {} }, @@ -163468,7 +163432,7 @@ [ "filter_mode_linear_mipmap_nearest", { - "_index": 6038, + "_index": 6035, "data": { "manuals/material": {} }, @@ -163478,7 +163442,7 @@ [ "filter_mode_nearest", { - "_index": 6028, + "_index": 6025, "data": { "manuals/material": {} }, @@ -163488,7 +163452,7 @@ [ "filter_mode_nearest_mipmap_linear", { - "_index": 6037, + "_index": 6034, "data": { "manuals/material": {} }, @@ -163498,7 +163462,7 @@ [ "filter_mode_nearest_mipmap_nearest", { - "_index": 6034, + "_index": 6031, "data": { "manuals/material": {} }, @@ -163508,7 +163472,7 @@ [ "filtered", { - "_index": 7520, + "_index": 7517, "data": { "ref/stable/physics": {} }, @@ -163577,7 +163541,7 @@ [ "finalization", { - "_index": 5766, + "_index": 5763, "data": { "manuals/application-lifecycle": {}, "ref/stable/dmExtension": {}, @@ -163591,7 +163555,7 @@ [ "finalize", { - "_index": 7992, + "_index": 7989, "data": { "ref/stable/collectionproxy": {}, "ref/stable/dmExtension": {}, @@ -163604,7 +163568,7 @@ [ "finalized", { - "_index": 7567, + "_index": 7564, "data": { "ref/stable/dmExtension": {}, "ref/stable/go": {}, @@ -163616,7 +163580,7 @@ [ "finalizemyextension", { - "_index": 4759, + "_index": 4756, "data": { "manuals/extensions": {} }, @@ -163626,7 +163590,7 @@ [ "finalizer", { - "_index": 10603, + "_index": 10600, "data": { "ref/stable/socket": {} }, @@ -163636,7 +163600,7 @@ [ "finalizes", { - "_index": 7993, + "_index": 7990, "data": { "ref/stable/collectionproxy": {} }, @@ -163646,7 +163610,7 @@ [ "finalizing", { - "_index": 5768, + "_index": 5765, "data": { "manuals/application-lifecycle": {} }, @@ -163717,7 +163681,7 @@ [ "finder/explorer", { - "_index": 6408, + "_index": 6405, "data": { "assets/editor-script-extra-locations": {} }, @@ -163741,7 +163705,7 @@ [ "finds", { - "_index": 7114, + "_index": 7111, "data": { "ref/stable/package": {}, "ref/stable/string": {} @@ -163785,7 +163749,7 @@ [ "fingerprint", { - "_index": 8712, + "_index": 8709, "data": { "ref/stable/crash": {} }, @@ -163824,7 +163788,7 @@ [ "finishes", { - "_index": 5767, + "_index": 5764, "data": { "manuals/application-lifecycle": {}, "ref/stable/debug": {} @@ -163862,7 +163826,7 @@ [ "firebasecore", { - "_index": 5945, + "_index": 5942, "data": { "manuals/extensions-cocoapods": {} }, @@ -163872,7 +163836,7 @@ [ "firebaseinstallations", { - "_index": 5947, + "_index": 5944, "data": { "manuals/extensions-cocoapods": {} }, @@ -163894,7 +163858,7 @@ [ "firefox", { - "_index": 5235, + "_index": 5232, "data": { "manuals/app-manifest": {} }, @@ -163904,7 +163868,7 @@ [ "fires", { - "_index": 7377, + "_index": 7374, "data": { "ref/stable/timer": {} }, @@ -163924,7 +163888,7 @@ [ "fireworks", { - "_index": 6137, + "_index": 6134, "data": { "examples/particles/confetti": {}, "examples/particles/fireworks": {} @@ -163935,7 +163899,7 @@ [ "fireworks.script", { - "_index": 6148, + "_index": 6145, "data": { "examples/particles/fireworks": {} }, @@ -164030,7 +163994,7 @@ [ "firstly", { - "_index": 5150, + "_index": 5147, "data": { "manuals/flash": {} }, @@ -164061,7 +164025,7 @@ [ "fiteratorchildren", { - "_index": 9207, + "_index": 9204, "data": { "ref/stable/dmGameObject": {} }, @@ -164071,7 +164035,7 @@ [ "fiteratorproperties", { - "_index": 9229, + "_index": 9226, "data": { "ref/stable/dmGameObject": {} }, @@ -164081,7 +164045,7 @@ [ "fits", { - "_index": 9730, + "_index": 9727, "data": { "ref/stable/dmStringFunc": {} }, @@ -164101,7 +164065,7 @@ [ "five", { - "_index": 5966, + "_index": 5963, "data": { "examples/collection/timestep": {}, "manuals/input": {} @@ -164155,7 +164119,7 @@ [ "fixedupdate", { - "_index": 9369, + "_index": 9366, "data": { "ref/stable/dmGameObject": {} }, @@ -164165,7 +164129,7 @@ [ "fixtures", { - "_index": 10167, + "_index": 10164, "data": { "ref/stable/b2d.body": {} }, @@ -164198,7 +164162,7 @@ [ "flagged", { - "_index": 9241, + "_index": 9238, "data": { "ref/stable/dmGameObject": {} }, @@ -164224,7 +164188,7 @@ [ "flame", { - "_index": 6154, + "_index": 6151, "data": { "examples/particles/fire_and_smoke": {} }, @@ -164234,7 +164198,7 @@ [ "flash", { - "_index": 5057, + "_index": 5054, "data": { "manuals/flash": {} }, @@ -164244,7 +164208,7 @@ [ "flash\u2014button", { - "_index": 5154, + "_index": 5151, "data": { "manuals/flash": {} }, @@ -164254,7 +164218,7 @@ [ "flash\u2014depth", { - "_index": 5099, + "_index": 5096, "data": { "manuals/flash": {} }, @@ -164264,7 +164228,7 @@ [ "flash\u2014dynamically", { - "_index": 5068, + "_index": 5065, "data": { "manuals/flash": {} }, @@ -164274,7 +164238,7 @@ [ "flash\u2014event", { - "_index": 5145, + "_index": 5142, "data": { "manuals/flash": {} }, @@ -164284,7 +164248,7 @@ [ "flash\u2014hittestobject", { - "_index": 5123, + "_index": 5120, "data": { "manuals/flash": {} }, @@ -164294,7 +164258,7 @@ [ "flash\u2014manually", { - "_index": 5056, + "_index": 5053, "data": { "manuals/flash": {} }, @@ -164304,7 +164268,7 @@ [ "flash\u2014referencing", { - "_index": 5062, + "_index": 5059, "data": { "manuals/flash": {} }, @@ -164314,7 +164278,7 @@ [ "flash\u2014stage", { - "_index": 5080, + "_index": 5077, "data": { "manuals/flash": {} }, @@ -164324,7 +164288,7 @@ [ "flash\u2014timeline", { - "_index": 5088, + "_index": 5085, "data": { "manuals/flash": {} }, @@ -164345,7 +164309,7 @@ [ "flavors", { - "_index": 5494, + "_index": 5491, "data": { "manuals/editor-scripts": {} }, @@ -164366,7 +164330,7 @@ [ "flickering", { - "_index": 5921, + "_index": 5918, "data": { "manuals/components": {} }, @@ -164376,7 +164340,7 @@ [ "flight", { - "_index": 6922, + "_index": 6919, "data": { "ref/stable/dmGraphics": {} }, @@ -164407,7 +164371,7 @@ [ "flip_horizontal", { - "_index": 10380, + "_index": 10377, "data": { "ref/stable/resource": {} }, @@ -164417,7 +164381,7 @@ [ "flip_vertical", { - "_index": 10379, + "_index": 10376, "data": { "ref/stable/resource": {} }, @@ -164427,7 +164391,7 @@ [ "flip_vertically", { - "_index": 10358, + "_index": 10355, "data": { "ref/stable/image": {} }, @@ -164463,7 +164427,7 @@ [ "flipped", { - "_index": 6165, + "_index": 6162, "data": { "examples/sprite/flip": {}, "ref/stable/image": {}, @@ -164522,7 +164486,7 @@ [ "float3", { - "_index": 9319, + "_index": 9316, "data": { "ref/stable/dmGameObject": {} }, @@ -164532,7 +164496,7 @@ [ "float4", { - "_index": 9315, + "_index": 9312, "data": { "ref/stable/dmGameObject": {} }, @@ -164542,7 +164506,7 @@ [ "float[4", { - "_index": 6897, + "_index": 6894, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmGraphics": {} @@ -164553,7 +164517,7 @@ [ "floating", { - "_index": 7102, + "_index": 7099, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmTransform": {}, @@ -164566,7 +164530,7 @@ [ "floats", { - "_index": 5654, + "_index": 5651, "data": { "manuals/mesh": {}, "ref/stable/dmGameObject": {} @@ -164587,7 +164551,7 @@ [ "floglistener", { - "_index": 7432, + "_index": 7429, "data": { "ref/stable/dmLog": {} }, @@ -164597,7 +164561,7 @@ [ "floor", { - "_index": 7265, + "_index": 7262, "data": { "ref/stable/math": {} }, @@ -164607,7 +164571,7 @@ [ "flow", { - "_index": 4969, + "_index": 4966, "data": { "assets/panthera": {}, "manuals/compute": {}, @@ -164622,7 +164586,7 @@ [ "flowing", { - "_index": 6230, + "_index": 6227, "data": { "examples/material/noise": {} }, @@ -164632,7 +164596,7 @@ [ "fluid", { - "_index": 5261, + "_index": 5258, "data": { "assets/defluid": {}, "examples/render/orbit_camera": {}, @@ -164644,7 +164608,7 @@ [ "flush", { - "_index": 9223, + "_index": 9220, "data": { "ref/stable/dmGameObject": {}, "ref/stable/io": {} @@ -164667,7 +164631,7 @@ [ "fmod", { - "_index": 5712, + "_index": 5709, "data": { "assets/fmod": {}, "manuals/resource": {}, @@ -164699,7 +164663,7 @@ [ "focal", { - "_index": 6198, + "_index": 6195, "data": { "examples/render/orbit_camera": {} }, @@ -164739,7 +164703,7 @@ [ "fold", { - "_index": 6562, + "_index": 6559, "data": { "assets/horrifold": {} }, @@ -164844,7 +164808,7 @@ [ "followed", { - "_index": 7450, + "_index": 7447, "data": { "ref/stable/dmArray": {}, "ref/stable/socket": {}, @@ -164984,7 +164948,7 @@ [ "fontgen", { - "_index": 6326, + "_index": 6323, "data": { "assets/fontgen": {} }, @@ -165013,7 +164977,7 @@ [ "fontscale", { - "_index": 6552, + "_index": 6549, "data": { "assets/fontscale": {} }, @@ -165023,7 +164987,7 @@ [ "foo", { - "_index": 9388, + "_index": 9385, "data": { "ref/stable/package": {} }, @@ -165033,7 +164997,7 @@ [ "foo.dll", { - "_index": 9394, + "_index": 9391, "data": { "ref/stable/package": {} }, @@ -165043,7 +165007,7 @@ [ "foo.lc", { - "_index": 9390, + "_index": 9387, "data": { "ref/stable/package": {} }, @@ -165053,7 +165017,7 @@ [ "foo.lua", { - "_index": 9389, + "_index": 9386, "data": { "ref/stable/package": {} }, @@ -165063,7 +165027,7 @@ [ "foo.so", { - "_index": 9393, + "_index": 9390, "data": { "ref/stable/package": {} }, @@ -165095,7 +165059,7 @@ [ "footer", { - "_index": 8940, + "_index": 8937, "data": { "ref/stable/editor": {} }, @@ -165116,7 +165080,7 @@ [ "fopen", { - "_index": 9470, + "_index": 9467, "data": { "ref/stable/io": {} }, @@ -165486,7 +165450,7 @@ [ "forever", { - "_index": 6219, + "_index": 6216, "data": { "examples/physics/dynamic": {}, "ref/stable/socket": {} @@ -165603,7 +165567,7 @@ [ "formating", { - "_index": 9727, + "_index": 9724, "data": { "ref/stable/dmStringFunc": {} }, @@ -165635,7 +165599,7 @@ [ "formatted", { - "_index": 7120, + "_index": 7117, "data": { "ref/stable/base": {}, "ref/stable/os": {}, @@ -165647,7 +165611,7 @@ [ "formatting", { - "_index": 5404, + "_index": 5401, "data": { "manuals/editor-scripts": {} }, @@ -165657,7 +165621,7 @@ [ "forming", { - "_index": 6115, + "_index": 6112, "data": { "examples/gui/healthbar": {} }, @@ -165833,7 +165797,7 @@ [ "fourth", { - "_index": 7116, + "_index": 7113, "data": { "ref/stable/gui": {}, "ref/stable/package": {}, @@ -165873,7 +165837,7 @@ [ "fr,fg,fb,fa", { - "_index": 8539, + "_index": 8536, "data": { "ref/stable/render": {} }, @@ -165905,7 +165869,7 @@ [ "fractional", { - "_index": 7286, + "_index": 7283, "data": { "ref/stable/math": {} }, @@ -165938,7 +165902,7 @@ [ "fragment's", { - "_index": 8592, + "_index": 8589, "data": { "ref/stable/render": {} }, @@ -165958,7 +165922,7 @@ [ "fragmented", { - "_index": 10527, + "_index": 10524, "data": { "ref/stable/socket": {} }, @@ -166012,7 +165976,7 @@ [ "frame_count", { - "_index": 6957, + "_index": 6954, "data": { "ref/stable/sprite": {} }, @@ -166054,7 +166018,7 @@ [ "framereset", { - "_index": 8798, + "_index": 8795, "data": { "ref/stable/dmProfile": {} }, @@ -166083,7 +166047,7 @@ [ "framesets", { - "_index": 9696, + "_index": 9693, "data": { "ref/stable/sys": {} }, @@ -166093,7 +166057,7 @@ [ "framework", { - "_index": 6307, + "_index": 6304, "data": { "assets/adinfo": {}, "assets/colyseus": {}, @@ -166149,7 +166113,7 @@ [ "freeing", { - "_index": 7322, + "_index": 7319, "data": { "ref/stable/dmMessage": {} }, @@ -166170,7 +166134,7 @@ [ "freemessage", { - "_index": 9082, + "_index": 9079, "data": { "ref/stable/dmDDF": {} }, @@ -166180,7 +166144,7 @@ [ "frees", { - "_index": 7355, + "_index": 7352, "data": { "ref/stable/dmArray": {}, "ref/stable/dmMemory": {} @@ -166191,7 +166155,7 @@ [ "freetls", { - "_index": 10313, + "_index": 10310, "data": { "ref/stable/dmThread": {} }, @@ -166201,7 +166165,7 @@ [ "freezes", { - "_index": 10623, + "_index": 10620, "data": { "ref/stable/socket": {} }, @@ -166211,7 +166175,7 @@ [ "freloadedcallback", { - "_index": 8422, + "_index": 8419, "data": { "ref/stable/dmResource": {} }, @@ -166221,7 +166185,7 @@ [ "french", { - "_index": 4826, + "_index": 4823, "data": { "manuals/porting-guidelines": {} }, @@ -166256,7 +166220,7 @@ [ "frequently", { - "_index": 4801, + "_index": 4798, "data": { "assets/firebase-remoteconfig": {}, "manuals/flash": {}, @@ -166268,7 +166232,7 @@ [ "fresourcedecrypt", { - "_index": 8423, + "_index": 8420, "data": { "ref/stable/dmResource": {} }, @@ -166278,7 +166242,7 @@ [ "fresourcereloadedcallback", { - "_index": 8425, + "_index": 8422, "data": { "ref/stable/dmResource": {} }, @@ -166288,7 +166252,7 @@ [ "frexp", { - "_index": 7271, + "_index": 7268, "data": { "ref/stable/math": {} }, @@ -166313,7 +166277,7 @@ [ "friend", { - "_index": 5160, + "_index": 5157, "data": { "manuals/flash": {} }, @@ -166323,7 +166287,7 @@ [ "friendly", { - "_index": 4805, + "_index": 4802, "data": { "manuals/importing-assets": {}, "manuals/introduction": {}, @@ -166335,7 +166299,7 @@ [ "friends", { - "_index": 6530, + "_index": 6527, "data": { "assets/facebookinstantgames": {}, "ref/stable/dmHash": {} @@ -166532,7 +166496,7 @@ [ "from"", { - "_index": 7161, + "_index": 7158, "data": { "ref/stable/string": {} }, @@ -166567,7 +166531,7 @@ [ "frontwheel", { - "_index": 6216, + "_index": 6213, "data": { "examples/physics/hinge_joint": {} }, @@ -166595,7 +166559,7 @@ [ "frustum_planes", { - "_index": 8490, + "_index": 8487, "data": { "ref/stable/render": {} }, @@ -166605,7 +166569,7 @@ [ "frustum_planes_all", { - "_index": 8498, + "_index": 8495, "data": { "ref/stable/render": {} }, @@ -166615,7 +166579,7 @@ [ "frustum_planes_sides", { - "_index": 8499, + "_index": 8496, "data": { "ref/stable/render": {} }, @@ -166625,7 +166589,7 @@ [ "frustumoptions", { - "_index": 10917, + "_index": 10914, "data": { "ref/stable/dmRender": {} }, @@ -166635,7 +166599,7 @@ [ "frustumplanes", { - "_index": 10918, + "_index": 10915, "data": { "ref/stable/dmRender": {} }, @@ -166723,7 +166687,7 @@ [ "fun", { - "_index": 6558, + "_index": 6555, "data": { "assets/trickortreat": {} }, @@ -166733,7 +166697,7 @@ [ "func", { - "_index": 8612, + "_index": 8609, "data": { "ref/stable/base": {}, "ref/stable/debug": {}, @@ -166745,7 +166709,7 @@ [ "funcname", { - "_index": 9413, + "_index": 9410, "data": { "ref/stable/package": {} }, @@ -166870,7 +166834,7 @@ [ "function_", { - "_index": 5874, + "_index": 5871, "data": { "manuals/debugging-game-logic": {} }, @@ -166880,7 +166844,7 @@ [ "function_ref", { - "_index": 9252, + "_index": 9249, "data": { "ref/stable/dmGameObject": {} }, @@ -166932,7 +166896,7 @@ [ "functionallity", { - "_index": 6339, + "_index": 6336, "data": { "assets/editor-script-cleanup": {} }, @@ -166942,7 +166906,7 @@ [ "functionbutton", { - "_index": 8898, + "_index": 8895, "data": { "ref/stable/editor": {} }, @@ -166952,7 +166916,7 @@ [ "functionchange", { - "_index": 8916, + "_index": 8913, "data": { "ref/stable/editor": {} }, @@ -166962,7 +166926,7 @@ [ "functionfunction", { - "_index": 9028, + "_index": 9025, "data": { "ref/stable/editor": {} }, @@ -167050,7 +167014,7 @@ [ "functionvalue", { - "_index": 8950, + "_index": 8947, "data": { "ref/stable/editor": {} }, @@ -167060,7 +167024,7 @@ [ "fundamental", { - "_index": 6591, + "_index": 6588, "data": { "assets/define": {} }, @@ -167100,7 +167064,7 @@ [ "fusion", { - "_index": 6369, + "_index": 6366, "data": { "assets/spritefusion": {} }, @@ -167197,7 +167161,7 @@ [ "galaxy", { - "_index": 6595, + "_index": 6592, "data": { "assets/gog-galaxy": {} }, @@ -167435,7 +167399,7 @@ [ "game.app/contents/macos/game", { - "_index": 5826, + "_index": 5823, "data": { "manuals/macos": {} }, @@ -167456,7 +167420,7 @@ [ "game.arcd", { - "_index": 4712, + "_index": 4709, "data": { "manuals/bundling": {} }, @@ -167466,7 +167430,7 @@ [ "game.collection", { - "_index": 6177, + "_index": 6174, "data": { "examples/collection/timestep": {} }, @@ -167496,7 +167460,7 @@ [ "game.icns", { - "_index": 5820, + "_index": 5817, "data": { "manuals/macos": {} }, @@ -167506,7 +167470,7 @@ [ "game.iconset", { - "_index": 5808, + "_index": 5805, "data": { "manuals/macos": {} }, @@ -167516,7 +167480,7 @@ [ "game.input_binding", { - "_index": 5965, + "_index": 5962, "data": { "manuals/input": {} }, @@ -167536,7 +167500,7 @@ [ "game.projec,t", { - "_index": 9121, + "_index": 9118, "data": { "ref/stable/dmConfigFile": {} }, @@ -167607,7 +167571,7 @@ [ "game.project\"issue", { - "_index": 8958, + "_index": 8955, "data": { "ref/stable/editor": {} }, @@ -167638,7 +167602,7 @@ [ "game.zip", { - "_index": 5857, + "_index": 5854, "data": { "manuals/macos": {} }, @@ -167648,7 +167612,7 @@ [ "game/app", { - "_index": 6270, + "_index": 6267, "data": { "assets/lualocade": {} }, @@ -167689,7 +167653,7 @@ [ "gamedistribution", { - "_index": 6694, + "_index": 6691, "data": { "assets/gamedistribution": {} }, @@ -167699,7 +167663,7 @@ [ "gamekit", { - "_index": 6332, + "_index": 6329, "data": { "assets/gamekit": {} }, @@ -167723,7 +167687,7 @@ [ "gameobject's", { - "_index": 9213, + "_index": 9210, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmScript": {} @@ -167734,7 +167698,7 @@ [ "gameobject_props.h", { - "_index": 9288, + "_index": 9285, "data": { "ref/stable/dmGameObject": {} }, @@ -167744,7 +167708,7 @@ [ "gameobjects", { - "_index": 10781, + "_index": 10778, "data": { "ref/stable/dmScript": {} }, @@ -167771,7 +167735,7 @@ [ "gamepadpacket", { - "_index": 9524, + "_index": 9521, "data": { "ref/stable/dmHid": {} }, @@ -167793,7 +167757,7 @@ [ "gamepush", { - "_index": 6424, + "_index": 6421, "data": { "assets/gamescore": {} }, @@ -167857,7 +167821,7 @@ [ "gamescore", { - "_index": 6423, + "_index": 6420, "data": { "assets/gamescore": {} }, @@ -167867,7 +167831,7 @@ [ "gamesys_ddf.proto", { - "_index": 9295, + "_index": 9292, "data": { "ref/stable/dmGameObject": {} }, @@ -167877,7 +167841,7 @@ [ "game\u2019s", { - "_index": 5994, + "_index": 5991, "data": { "manuals/building-blocks": {} }, @@ -167944,7 +167908,7 @@ [ "gathered", { - "_index": 10270, + "_index": 10267, "data": { "ref/stable/profiler": {} }, @@ -167954,7 +167918,7 @@ [ "gathering", { - "_index": 5230, + "_index": 5227, "data": { "manuals/app-manifest": {} }, @@ -167974,7 +167938,7 @@ [ "gced", { - "_index": 10894, + "_index": 10891, "data": { "ref/stable/dmScript": {} }, @@ -167994,7 +167958,7 @@ [ "gd", { - "_index": 8555, + "_index": 8552, "data": { "ref/stable/render": {} }, @@ -168004,7 +167968,7 @@ [ "gecko", { - "_index": 9668, + "_index": 9665, "data": { "ref/stable/sys": {} }, @@ -168035,7 +167999,7 @@ [ "generalized", { - "_index": 5683, + "_index": 5680, "data": { "manuals/physics-events": {} }, @@ -168133,7 +168097,7 @@ [ "generation", { - "_index": 5075, + "_index": 5072, "data": { "manuals/compute": {}, "manuals/flash": {} @@ -168144,7 +168108,7 @@ [ "generator", { - "_index": 6380, + "_index": 6377, "data": { "assets/pcg-random": {}, "assets/pcgrandom": {}, @@ -168158,7 +168122,7 @@ [ "generators", { - "_index": 6645, + "_index": 6642, "data": { "assets/pcg-random": {} }, @@ -168195,7 +168159,7 @@ [ "genetical", { - "_index": 6373, + "_index": 6370, "data": { "assets/geneticalneuralnetwork": {} }, @@ -168205,7 +168169,7 @@ [ "geneticalneuralnetwork", { - "_index": 6372, + "_index": 6369, "data": { "assets/geneticalneuralnetwork": {} }, @@ -168215,7 +168179,7 @@ [ "genkey", { - "_index": 6055, + "_index": 6052, "data": { "manuals/android": {} }, @@ -168260,7 +168224,7 @@ [ "german", { - "_index": 4828, + "_index": 4825, "data": { "manuals/porting-guidelines": {} }, @@ -168270,7 +168234,7 @@ [ "gestures", { - "_index": 6294, + "_index": 6291, "data": { "assets/defoldinput": {} }, @@ -168391,7 +168355,7 @@ [ "get_adjust_mode", { - "_index": 7693, + "_index": 7690, "data": { "ref/stable/gui": {} }, @@ -168401,7 +168365,7 @@ [ "get_alpha", { - "_index": 7695, + "_index": 7692, "data": { "ref/stable/gui": {} }, @@ -168411,7 +168375,7 @@ [ "get_angular_damping", { - "_index": 10113, + "_index": 10110, "data": { "ref/stable/b2d.body": {} }, @@ -168421,7 +168385,7 @@ [ "get_angular_velocity", { - "_index": 10115, + "_index": 10112, "data": { "ref/stable/b2d.body": {} }, @@ -168431,7 +168395,7 @@ [ "get_application_info", { - "_index": 9612, + "_index": 9609, "data": { "ref/stable/sys": {} }, @@ -168441,7 +168405,7 @@ [ "get_application_path", { - "_index": 9617, + "_index": 9614, "data": { "ref/stable/sys": {} }, @@ -168451,7 +168415,7 @@ [ "get_aspect_ratio", { - "_index": 10330, + "_index": 10327, "data": { "ref/stable/camera": {} }, @@ -168461,7 +168425,7 @@ [ "get_atlas", { - "_index": 10419, + "_index": 10416, "data": { "ref/stable/resource": {} }, @@ -168471,7 +168435,7 @@ [ "get_backtrace", { - "_index": 8684, + "_index": 8681, "data": { "ref/stable/crash": {} }, @@ -168481,7 +168445,7 @@ [ "get_blend_mode", { - "_index": 7697, + "_index": 7694, "data": { "ref/stable/gui": {} }, @@ -168491,7 +168455,7 @@ [ "get_body", { - "_index": 9988, + "_index": 9985, "data": { "ref/stable/b2d": {} }, @@ -168501,7 +168465,7 @@ [ "get_bounds", { - "_index": 8067, + "_index": 8064, "data": { "ref/stable/tilemap": {} }, @@ -168511,7 +168475,7 @@ [ "get_buffer", { - "_index": 10421, + "_index": 10418, "data": { "ref/stable/resource": {} }, @@ -168521,7 +168485,7 @@ [ "get_bytes", { - "_index": 8108, + "_index": 8105, "data": { "ref/stable/buffer": {} }, @@ -168531,7 +168495,7 @@ [ "get_cameras", { - "_index": 10332, + "_index": 10329, "data": { "ref/stable/camera": {} }, @@ -168541,7 +168505,7 @@ [ "get_clipping_inverted", { - "_index": 7699, + "_index": 7696, "data": { "ref/stable/gui": {} }, @@ -168551,7 +168515,7 @@ [ "get_clipping_mode", { - "_index": 7701, + "_index": 7698, "data": { "ref/stable/gui": {} }, @@ -168561,7 +168525,7 @@ [ "get_clipping_visible", { - "_index": 7703, + "_index": 7700, "data": { "ref/stable/gui": {} }, @@ -168571,7 +168535,7 @@ [ "get_color", { - "_index": 7704, + "_index": 7701, "data": { "ref/stable/gui": {} }, @@ -168581,7 +168545,7 @@ [ "get_commands", { - "_index": 5388, + "_index": 5385, "data": { "manuals/editor-scripts": {} }, @@ -168591,7 +168555,7 @@ [ "get_config_int", { - "_index": 9618, + "_index": 9615, "data": { "ref/stable/sys": {} }, @@ -168601,7 +168565,7 @@ [ "get_config_number", { - "_index": 9621, + "_index": 9618, "data": { "ref/stable/sys": {} }, @@ -168611,7 +168575,7 @@ [ "get_config_string", { - "_index": 9622, + "_index": 9619, "data": { "ref/stable/sys": {} }, @@ -168621,7 +168585,7 @@ [ "get_connectivity", { - "_index": 9624, + "_index": 9621, "data": { "ref/stable/sys": {} }, @@ -168631,7 +168595,7 @@ [ "get_cpu_usage", { - "_index": 10263, + "_index": 10260, "data": { "ref/stable/profiler": {} }, @@ -168641,7 +168605,7 @@ [ "get_current_manifest", { - "_index": 9776, + "_index": 9773, "data": { "ref/stable/liveupdate": {} }, @@ -168651,7 +168615,7 @@ [ "get_dim_mode", { - "_index": 7211, + "_index": 7208, "data": { "ref/stable/window": {} }, @@ -168661,7 +168625,7 @@ [ "get_enabled", { - "_index": 10334, + "_index": 10331, "data": { "ref/stable/camera": {} }, @@ -168671,7 +168635,7 @@ [ "get_engine_info", { - "_index": 9629, + "_index": 9626, "data": { "ref/stable/sys": {} }, @@ -168681,7 +168645,7 @@ [ "get_euler", { - "_index": 7706, + "_index": 7703, "data": { "ref/stable/gui": {} }, @@ -168691,7 +168655,7 @@ [ "get_extra_data", { - "_index": 8687, + "_index": 8684, "data": { "ref/stable/crash": {} }, @@ -168701,7 +168665,7 @@ [ "get_far_z", { - "_index": 10336, + "_index": 10333, "data": { "ref/stable/camera": {} }, @@ -168711,7 +168675,7 @@ [ "get_fill_angle", { - "_index": 7707, + "_index": 7704, "data": { "ref/stable/gui": {} }, @@ -168721,7 +168685,7 @@ [ "get_flipbook", { - "_index": 7710, + "_index": 7707, "data": { "ref/stable/gui": {} }, @@ -168731,7 +168695,7 @@ [ "get_flipbook_cursor", { - "_index": 7712, + "_index": 7709, "data": { "ref/stable/gui": {} }, @@ -168741,7 +168705,7 @@ [ "get_flipbook_playback_rate", { - "_index": 7714, + "_index": 7711, "data": { "ref/stable/gui": {} }, @@ -168751,7 +168715,7 @@ [ "get_font", { - "_index": 7716, + "_index": 7713, "data": { "ref/stable/gui": {} }, @@ -168761,7 +168725,7 @@ [ "get_font_resource", { - "_index": 7718, + "_index": 7715, "data": { "ref/stable/gui": {} }, @@ -168771,7 +168735,7 @@ [ "get_fov", { - "_index": 10338, + "_index": 10335, "data": { "ref/stable/camera": {} }, @@ -168781,7 +168745,7 @@ [ "get_go", { - "_index": 9821, + "_index": 9818, "data": { "ref/stable/model": {} }, @@ -168791,7 +168755,7 @@ [ "get_gravity", { - "_index": 7477, + "_index": 7474, "data": { "ref/stable/physics": {} }, @@ -168801,7 +168765,7 @@ [ "get_gravity_scale", { - "_index": 10118, + "_index": 10115, "data": { "ref/stable/b2d.body": {} }, @@ -168811,7 +168775,7 @@ [ "get_group", { - "_index": 7479, + "_index": 7476, "data": { "ref/stable/physics": {} }, @@ -168821,7 +168785,7 @@ [ "get_group_gain", { - "_index": 10758, + "_index": 10755, "data": { "ref/stable/sound": {} }, @@ -168831,7 +168795,7 @@ [ "get_group_name", { - "_index": 10759, + "_index": 10756, "data": { "ref/stable/sound": {} }, @@ -168841,7 +168805,7 @@ [ "get_groups", { - "_index": 10761, + "_index": 10758, "data": { "ref/stable/sound": {} }, @@ -168861,7 +168825,7 @@ [ "get_height", { - "_index": 7720, + "_index": 7717, "data": { "ref/stable/gui": {}, "ref/stable/render": {} @@ -168872,7 +168836,7 @@ [ "get_host_path", { - "_index": 9634, + "_index": 9631, "data": { "ref/stable/sys": {} }, @@ -168882,7 +168846,7 @@ [ "get_id", { - "_index": 7722, + "_index": 7719, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -168893,7 +168857,7 @@ [ "get_ifaddrs", { - "_index": 9636, + "_index": 9633, "data": { "ref/stable/sys": {} }, @@ -168903,7 +168867,7 @@ [ "get_index", { - "_index": 7724, + "_index": 7721, "data": { "ref/stable/gui": {} }, @@ -168913,7 +168877,7 @@ [ "get_inertia", { - "_index": 10120, + "_index": 10117, "data": { "ref/stable/b2d.body": {} }, @@ -168923,7 +168887,7 @@ [ "get_info", { - "_index": 7373, + "_index": 7370, "data": { "ref/stable/timer": {} }, @@ -168933,7 +168897,7 @@ [ "get_inherit_alpha", { - "_index": 7727, + "_index": 7724, "data": { "ref/stable/gui": {} }, @@ -168943,7 +168907,7 @@ [ "get_inner_radius", { - "_index": 7728, + "_index": 7725, "data": { "ref/stable/gui": {} }, @@ -168953,7 +168917,7 @@ [ "get_joint_properties", { - "_index": 7483, + "_index": 7480, "data": { "ref/stable/physics": {} }, @@ -168963,7 +168927,7 @@ [ "get_joint_reaction_force", { - "_index": 7485, + "_index": 7482, "data": { "ref/stable/physics": {} }, @@ -168973,7 +168937,7 @@ [ "get_joint_reaction_torque", { - "_index": 7487, + "_index": 7484, "data": { "ref/stable/physics": {} }, @@ -168983,7 +168947,7 @@ [ "get_language_servers", { - "_index": 5440, + "_index": 5437, "data": { "manuals/editor-scripts": {} }, @@ -168993,7 +168957,7 @@ [ "get_layer", { - "_index": 7730, + "_index": 7727, "data": { "ref/stable/gui": {} }, @@ -169003,7 +168967,7 @@ [ "get_layout", { - "_index": 7732, + "_index": 7729, "data": { "ref/stable/gui": {} }, @@ -169013,7 +168977,7 @@ [ "get_leading", { - "_index": 7734, + "_index": 7731, "data": { "ref/stable/gui": {} }, @@ -169023,7 +168987,7 @@ [ "get_line_break", { - "_index": 7736, + "_index": 7733, "data": { "ref/stable/gui": {} }, @@ -169033,7 +168997,7 @@ [ "get_linear_damping", { - "_index": 10125, + "_index": 10122, "data": { "ref/stable/b2d.body": {} }, @@ -169043,7 +169007,7 @@ [ "get_linear_velocity", { - "_index": 10127, + "_index": 10124, "data": { "ref/stable/b2d.body": {} }, @@ -169053,7 +169017,7 @@ [ "get_linear_velocity_from_local_point", { - "_index": 10129, + "_index": 10126, "data": { "ref/stable/b2d.body": {} }, @@ -169063,7 +169027,7 @@ [ "get_linear_velocity_from_world_point", { - "_index": 10131, + "_index": 10128, "data": { "ref/stable/b2d.body": {} }, @@ -169073,7 +169037,7 @@ [ "get_local_center", { - "_index": 10133, + "_index": 10130, "data": { "ref/stable/b2d.body": {} }, @@ -169083,7 +169047,7 @@ [ "get_local_point", { - "_index": 10135, + "_index": 10132, "data": { "ref/stable/b2d.body": {} }, @@ -169093,7 +169057,7 @@ [ "get_local_vector", { - "_index": 10138, + "_index": 10135, "data": { "ref/stable/b2d.body": {} }, @@ -169123,7 +169087,7 @@ [ "get_maskbit", { - "_index": 7490, + "_index": 7487, "data": { "ref/stable/physics": {} }, @@ -169133,7 +169097,7 @@ [ "get_mass", { - "_index": 10140, + "_index": 10137, "data": { "ref/stable/b2d.body": {} }, @@ -169143,7 +169107,7 @@ [ "get_material", { - "_index": 7738, + "_index": 7735, "data": { "ref/stable/gui": {} }, @@ -169153,7 +169117,7 @@ [ "get_memory_usage", { - "_index": 10268, + "_index": 10265, "data": { "ref/stable/profiler": {} }, @@ -169163,7 +169127,7 @@ [ "get_mesh_enabled", { - "_index": 9825, + "_index": 9822, "data": { "ref/stable/model": {} }, @@ -169173,7 +169137,7 @@ [ "get_metadata", { - "_index": 8110, + "_index": 8107, "data": { "ref/stable/buffer": {} }, @@ -169183,7 +169147,7 @@ [ "get_modules", { - "_index": 8691, + "_index": 8688, "data": { "ref/stable/crash": {} }, @@ -169193,7 +169157,7 @@ [ "get_mounts", { - "_index": 9777, + "_index": 9774, "data": { "ref/stable/liveupdate": {} }, @@ -169203,7 +169167,7 @@ [ "get_mouse_lock", { - "_index": 7213, + "_index": 7210, "data": { "ref/stable/window": {} }, @@ -169213,7 +169177,7 @@ [ "get_near_z", { - "_index": 10340, + "_index": 10337, "data": { "ref/stable/camera": {} }, @@ -169223,7 +169187,7 @@ [ "get_next", { - "_index": 10142, + "_index": 10139, "data": { "ref/stable/b2d.body": {} }, @@ -169233,7 +169197,7 @@ [ "get_node", { - "_index": 7739, + "_index": 7736, "data": { "ref/stable/gui": {} }, @@ -169243,7 +169207,7 @@ [ "get_orthographic_zoom", { - "_index": 10342, + "_index": 10339, "data": { "ref/stable/camera": {} }, @@ -169253,7 +169217,7 @@ [ "get_outer_bounds", { - "_index": 7741, + "_index": 7738, "data": { "ref/stable/gui": {} }, @@ -169263,7 +169227,7 @@ [ "get_outline", { - "_index": 7743, + "_index": 7740, "data": { "ref/stable/gui": {} }, @@ -169273,7 +169237,7 @@ [ "get_parent", { - "_index": 7745, + "_index": 7742, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -169284,7 +169248,7 @@ [ "get_particlefx", { - "_index": 7747, + "_index": 7744, "data": { "ref/stable/gui": {} }, @@ -169294,7 +169258,7 @@ [ "get_peak", { - "_index": 10762, + "_index": 10759, "data": { "ref/stable/sound": {} }, @@ -169304,7 +169268,7 @@ [ "get_perimeter_vertices", { - "_index": 7749, + "_index": 7746, "data": { "ref/stable/gui": {} }, @@ -169314,7 +169278,7 @@ [ "get_pivot", { - "_index": 7751, + "_index": 7748, "data": { "ref/stable/gui": {} }, @@ -169324,7 +169288,7 @@ [ "get_position", { - "_index": 7761, + "_index": 7758, "data": { "ref/stable/b2d.body": {}, "ref/stable/go": {}, @@ -169336,7 +169300,7 @@ [ "get_projection", { - "_index": 10344, + "_index": 10341, "data": { "ref/stable/camera": {} }, @@ -169366,7 +169330,7 @@ [ "get_render_target_height", { - "_index": 8501, + "_index": 8498, "data": { "ref/stable/render": {} }, @@ -169376,7 +169340,7 @@ [ "get_render_target_info", { - "_index": 10423, + "_index": 10420, "data": { "ref/stable/resource": {} }, @@ -169386,7 +169350,7 @@ [ "get_render_target_width", { - "_index": 8503, + "_index": 8500, "data": { "ref/stable/render": {} }, @@ -169396,7 +169360,7 @@ [ "get_resources", { - "_index": 7980, + "_index": 7977, "data": { "ref/stable/collectionproxy": {} }, @@ -169406,7 +169370,7 @@ [ "get_rms", { - "_index": 10763, + "_index": 10760, "data": { "ref/stable/sound": {} }, @@ -169416,7 +169380,7 @@ [ "get_rotation", { - "_index": 7762, + "_index": 7759, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -169427,7 +169391,7 @@ [ "get_save_file", { - "_index": 9638, + "_index": 9635, "data": { "ref/stable/sys": {} }, @@ -169437,7 +169401,7 @@ [ "get_scale", { - "_index": 7763, + "_index": 7760, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -169448,7 +169412,7 @@ [ "get_scale_uniform", { - "_index": 9967, + "_index": 9964, "data": { "ref/stable/go": {} }, @@ -169458,7 +169422,7 @@ [ "get_screen_position", { - "_index": 7765, + "_index": 7762, "data": { "ref/stable/gui": {} }, @@ -169468,7 +169432,7 @@ [ "get_shadow", { - "_index": 7767, + "_index": 7764, "data": { "ref/stable/gui": {} }, @@ -169478,7 +169442,7 @@ [ "get_shape", { - "_index": 7496, + "_index": 7493, "data": { "ref/stable/physics": {} }, @@ -169488,7 +169452,7 @@ [ "get_shape_meta", { - "_index": 7499, + "_index": 7496, "data": { "ref/stable/physics": {} }, @@ -169498,7 +169462,7 @@ [ "get_signum", { - "_index": 8693, + "_index": 8690, "data": { "ref/stable/crash": {} }, @@ -169508,7 +169472,7 @@ [ "get_size", { - "_index": 7214, + "_index": 7211, "data": { "ref/stable/gui": {}, "ref/stable/window": {} @@ -169519,7 +169483,7 @@ [ "get_size_mode", { - "_index": 7769, + "_index": 7766, "data": { "ref/stable/gui": {} }, @@ -169529,7 +169493,7 @@ [ "get_slice9", { - "_index": 7772, + "_index": 7769, "data": { "ref/stable/gui": {} }, @@ -169539,7 +169503,7 @@ [ "get_status", { - "_index": 7192, + "_index": 7189, "data": { "ref/stable/collectionfactory": {}, "ref/stable/factory": {} @@ -169560,7 +169524,7 @@ [ "get_stream", { - "_index": 8111, + "_index": 8108, "data": { "ref/stable/buffer": {} }, @@ -169580,7 +169544,7 @@ [ "get_sys_field", { - "_index": 8695, + "_index": 8692, "data": { "ref/stable/crash": {} }, @@ -169590,7 +169554,7 @@ [ "get_sys_info", { - "_index": 9639, + "_index": 9636, "data": { "ref/stable/sys": {} }, @@ -169600,7 +169564,7 @@ [ "get_text", { - "_index": 7773, + "_index": 7770, "data": { "ref/stable/gui": {}, "ref/stable/label": {} @@ -169611,7 +169575,7 @@ [ "get_text_metrics", { - "_index": 10432, + "_index": 10429, "data": { "ref/stable/resource": {} }, @@ -169621,7 +169585,7 @@ [ "get_texture", { - "_index": 7775, + "_index": 7772, "data": { "ref/stable/gui": {} }, @@ -169631,7 +169595,7 @@ [ "get_texture_info", { - "_index": 10435, + "_index": 10432, "data": { "ref/stable/resource": {} }, @@ -169641,7 +169605,7 @@ [ "get_tile", { - "_index": 8069, + "_index": 8066, "data": { "ref/stable/tilemap": {} }, @@ -169651,7 +169615,7 @@ [ "get_tile_info", { - "_index": 8071, + "_index": 8068, "data": { "ref/stable/tilemap": {} }, @@ -169661,7 +169625,7 @@ [ "get_tiles", { - "_index": 8073, + "_index": 8070, "data": { "ref/stable/tilemap": {} }, @@ -169671,7 +169635,7 @@ [ "get_tracking", { - "_index": 7777, + "_index": 7774, "data": { "ref/stable/gui": {} }, @@ -169681,7 +169645,7 @@ [ "get_tree", { - "_index": 7779, + "_index": 7776, "data": { "ref/stable/gui": {} }, @@ -169691,7 +169655,7 @@ [ "get_type", { - "_index": 7781, + "_index": 7778, "data": { "ref/stable/b2d.body": {}, "ref/stable/gui": {} @@ -169702,7 +169666,7 @@ [ "get_user_field", { - "_index": 8699, + "_index": 8696, "data": { "ref/stable/crash": {} }, @@ -169712,7 +169676,7 @@ [ "get_view", { - "_index": 10346, + "_index": 10343, "data": { "ref/stable/camera": {} }, @@ -169722,7 +169686,7 @@ [ "get_visible", { - "_index": 7787, + "_index": 7784, "data": { "ref/stable/gui": {} }, @@ -169732,7 +169696,7 @@ [ "get_width", { - "_index": 7789, + "_index": 7786, "data": { "ref/stable/gui": {}, "ref/stable/render": {} @@ -169743,7 +169707,7 @@ [ "get_window_height", { - "_index": 8507, + "_index": 8504, "data": { "ref/stable/render": {} }, @@ -169753,7 +169717,7 @@ [ "get_window_width", { - "_index": 8509, + "_index": 8506, "data": { "ref/stable/render": {} }, @@ -169763,7 +169727,7 @@ [ "get_world", { - "_index": 9991, + "_index": 9988, "data": { "ref/stable/b2d": {}, "ref/stable/b2d.body": {} @@ -169774,7 +169738,7 @@ [ "get_world_center", { - "_index": 10148, + "_index": 10145, "data": { "ref/stable/b2d.body": {} }, @@ -169784,7 +169748,7 @@ [ "get_world_point", { - "_index": 10150, + "_index": 10147, "data": { "ref/stable/b2d.body": {} }, @@ -169794,7 +169758,7 @@ [ "get_world_position", { - "_index": 9968, + "_index": 9965, "data": { "ref/stable/go": {} }, @@ -169804,7 +169768,7 @@ [ "get_world_rotation", { - "_index": 9969, + "_index": 9966, "data": { "ref/stable/go": {} }, @@ -169814,7 +169778,7 @@ [ "get_world_scale", { - "_index": 9970, + "_index": 9967, "data": { "ref/stable/go": {} }, @@ -169824,7 +169788,7 @@ [ "get_world_scale_uniform", { - "_index": 9974, + "_index": 9971, "data": { "ref/stable/go": {} }, @@ -169834,7 +169798,7 @@ [ "get_world_transform", { - "_index": 9976, + "_index": 9973, "data": { "ref/stable/go": {} }, @@ -169844,7 +169808,7 @@ [ "get_world_vector", { - "_index": 10153, + "_index": 10150, "data": { "ref/stable/b2d.body": {} }, @@ -169854,7 +169818,7 @@ [ "get_xanchor", { - "_index": 7791, + "_index": 7788, "data": { "ref/stable/gui": {} }, @@ -169864,7 +169828,7 @@ [ "get_yanchor", { - "_index": 7793, + "_index": 7790, "data": { "ref/stable/gui": {} }, @@ -169874,7 +169838,7 @@ [ "getactivity", { - "_index": 8019, + "_index": 8016, "data": { "ref/stable/dmAndroid": {} }, @@ -169884,7 +169848,7 @@ [ "getaddrinfo", { - "_index": 10587, + "_index": 10584, "data": { "ref/stable/socket": {} }, @@ -169894,7 +169858,7 @@ [ "getbyhash", { - "_index": 8426, + "_index": 8423, "data": { "ref/stable/dmResource": {} }, @@ -169904,7 +169868,7 @@ [ "getbytes", { - "_index": 10654, + "_index": 10651, "data": { "ref/stable/dmBuffer": {} }, @@ -169914,7 +169878,7 @@ [ "getcallbackluacontext", { - "_index": 10820, + "_index": 10817, "data": { "ref/stable/dmScript": {} }, @@ -169924,7 +169888,7 @@ [ "getcollection", { - "_index": 9257, + "_index": 9254, "data": { "ref/stable/dmGameObject": {} }, @@ -169934,7 +169898,7 @@ [ "getcomponentfromlua", { - "_index": 10885, + "_index": 10882, "data": { "ref/stable/dmScript": {} }, @@ -169944,7 +169908,7 @@ [ "getcomponentid", { - "_index": 9258, + "_index": 9255, "data": { "ref/stable/dmGameObject": {} }, @@ -169954,7 +169918,7 @@ [ "getcomponenttypeindex", { - "_index": 9260, + "_index": 9257, "data": { "ref/stable/dmGameObject": {} }, @@ -169964,7 +169928,7 @@ [ "getconfigfile", { - "_index": 8005, + "_index": 8002, "data": { "ref/stable/dmEngine": {} }, @@ -169974,7 +169938,7 @@ [ "getconstantlocation", { - "_index": 10919, + "_index": 10916, "data": { "ref/stable/dmRender": {} }, @@ -169984,7 +169948,7 @@ [ "getconstantname", { - "_index": 10920, + "_index": 10917, "data": { "ref/stable/dmRender": {} }, @@ -169994,7 +169958,7 @@ [ "getconstanttype", { - "_index": 10921, + "_index": 10918, "data": { "ref/stable/dmRender": {} }, @@ -170004,7 +169968,7 @@ [ "getconstantvalues", { - "_index": 10923, + "_index": 10920, "data": { "ref/stable/dmRender": {} }, @@ -170014,7 +169978,7 @@ [ "getcontentversion", { - "_index": 10657, + "_index": 10654, "data": { "ref/stable/dmBuffer": {} }, @@ -170024,7 +169988,7 @@ [ "getcontext", { - "_index": 9203, + "_index": 9200, "data": { "ref/stable/dmGameObject": {} }, @@ -170034,7 +169998,7 @@ [ "getcount", { - "_index": 10659, + "_index": 10656, "data": { "ref/stable/dmBuffer": {} }, @@ -170044,7 +170008,7 @@ [ "getcurrentthread", { - "_index": 10315, + "_index": 10312, "data": { "ref/stable/dmThread": {} }, @@ -170054,7 +170018,7 @@ [ "getdescriptor", { - "_index": 8427, + "_index": 8424, "data": { "ref/stable/dmResource": {} }, @@ -170064,7 +170028,7 @@ [ "getdescriptorbyhash", { - "_index": 8429, + "_index": 8426, "data": { "ref/stable/dmResource": {} }, @@ -170074,7 +170038,7 @@ [ "getdescriptorfromhash", { - "_index": 9083, + "_index": 9080, "data": { "ref/stable/dmDDF": {} }, @@ -170084,7 +170048,7 @@ [ "getenv", { - "_index": 8021, + "_index": 8018, "data": { "ref/stable/dmAndroid": {}, "ref/stable/os": {} @@ -170095,7 +170059,7 @@ [ "getfd", { - "_index": 10052, + "_index": 10049, "data": { "ref/stable/dmSocket": {}, "ref/stable/socket": {} @@ -170106,7 +170070,7 @@ [ "getfenv", { - "_index": 9551, + "_index": 9548, "data": { "ref/stable/base": {}, "ref/stable/debug": {} @@ -170117,7 +170081,7 @@ [ "getfirstchildnode", { - "_index": 8134, + "_index": 8131, "data": { "ref/stable/dmGui": {} }, @@ -170127,7 +170091,7 @@ [ "getfloat", { - "_index": 9117, + "_index": 9114, "data": { "ref/stable/dmConfigFile": {} }, @@ -170137,7 +170101,7 @@ [ "getfragment", { - "_index": 7324, + "_index": 7321, "data": { "ref/stable/dmMessage": {} }, @@ -170147,7 +170111,7 @@ [ "getgameobjectregister", { - "_index": 8008, + "_index": 8005, "data": { "ref/stable/dmEngine": {} }, @@ -170157,7 +170121,7 @@ [ "getgamepad", { - "_index": 9525, + "_index": 9522, "data": { "ref/stable/dmHid": {} }, @@ -170167,7 +170131,7 @@ [ "getheader", { - "_index": 10086, + "_index": 10083, "data": { "ref/stable/dmWebServer": {} }, @@ -170177,7 +170141,7 @@ [ "gethidcontext", { - "_index": 8010, + "_index": 8007, "data": { "ref/stable/dmEngine": {} }, @@ -170187,7 +170151,7 @@ [ "gethook", { - "_index": 9553, + "_index": 9550, "data": { "ref/stable/debug": {} }, @@ -170197,7 +170161,7 @@ [ "gethostbyname", { - "_index": 10054, + "_index": 10051, "data": { "ref/stable/dmSocket": {} }, @@ -170207,7 +170171,7 @@ [ "gethostname", { - "_index": 10590, + "_index": 10587, "data": { "ref/stable/socket": {} }, @@ -170217,7 +170181,7 @@ [ "getidentifier", { - "_index": 9264, + "_index": 9261, "data": { "ref/stable/dmGameObject": {} }, @@ -170227,7 +170191,7 @@ [ "getinfo", { - "_index": 9556, + "_index": 9553, "data": { "ref/stable/debug": {} }, @@ -170237,7 +170201,7 @@ [ "getinstance", { - "_index": 10822, + "_index": 10819, "data": { "ref/stable/dmScript": {} }, @@ -170247,7 +170211,7 @@ [ "getint", { - "_index": 9118, + "_index": 9115, "data": { "ref/stable/dmConfigFile": {} }, @@ -170257,7 +170221,7 @@ [ "getiterator", { - "_index": 9064, + "_index": 9061, "data": { "ref/stable/dmHashTable": {} }, @@ -170267,7 +170231,7 @@ [ "getkeyboard", { - "_index": 9526, + "_index": 9523, "data": { "ref/stable/dmHid": {} }, @@ -170277,7 +170241,7 @@ [ "getlocal", { - "_index": 9561, + "_index": 9558, "data": { "ref/stable/debug": {} }, @@ -170287,7 +170251,7 @@ [ "getmainthread", { - "_index": 10824, + "_index": 10821, "data": { "ref/stable/dmScript": {} }, @@ -170297,7 +170261,7 @@ [ "getmaterialconstant", { - "_index": 8041, + "_index": 8038, "data": { "ref/stable/dmGameSystem": {} }, @@ -170307,7 +170271,7 @@ [ "getmaterialtaglistkey", { - "_index": 10925, + "_index": 10922, "data": { "ref/stable/dmRender": {} }, @@ -170317,7 +170281,7 @@ [ "getmaterialvertexspace", { - "_index": 10912, + "_index": 10909, "data": { "ref/stable/dmRender": {} }, @@ -170327,7 +170291,7 @@ [ "getmaxelementsindices", { - "_index": 6833, + "_index": 6830, "data": { "ref/stable/dmGraphics": {} }, @@ -170337,7 +170301,7 @@ [ "getmaxelementsvertices", { - "_index": 6834, + "_index": 6831, "data": { "ref/stable/dmGraphics": {} }, @@ -170347,7 +170311,7 @@ [ "getmessagesocket", { - "_index": 9266, + "_index": 9263, "data": { "ref/stable/dmGameObject": {} }, @@ -170357,7 +170321,7 @@ [ "getmetadata", { - "_index": 10661, + "_index": 10658, "data": { "ref/stable/dmBuffer": {} }, @@ -170367,7 +170331,7 @@ [ "getmetatable", { - "_index": 9565, + "_index": 9562, "data": { "ref/stable/base": {}, "ref/stable/debug": {} @@ -170378,7 +170342,7 @@ [ "getmonotonictime", { - "_index": 9835, + "_index": 9832, "data": { "ref/stable/dmTime": {} }, @@ -170388,7 +170352,7 @@ [ "getmouse", { - "_index": 9527, + "_index": 9524, "data": { "ref/stable/dmHid": {} }, @@ -170398,7 +170362,7 @@ [ "getmousebutton", { - "_index": 9528, + "_index": 9525, "data": { "ref/stable/dmHid": {} }, @@ -170408,7 +170372,7 @@ [ "getmousepacket", { - "_index": 9533, + "_index": 9530, "data": { "ref/stable/dmHid": {} }, @@ -170418,7 +170382,7 @@ [ "getnamedconstant", { - "_index": 10927, + "_index": 10924, "data": { "ref/stable/dmRender": {} }, @@ -170428,7 +170392,7 @@ [ "getnamedconstantcount", { - "_index": 10928, + "_index": 10925, "data": { "ref/stable/dmRender": {} }, @@ -170438,7 +170402,7 @@ [ "getnameinfo", { - "_index": 10592, + "_index": 10589, "data": { "ref/stable/socket": {} }, @@ -170448,7 +170412,7 @@ [ "getnativeandroidactivity", { - "_index": 6784, + "_index": 6781, "data": { "ref/stable/dmGraphics": {} }, @@ -170458,7 +170422,7 @@ [ "getnativeandroidapp", { - "_index": 6787, + "_index": 6784, "data": { "ref/stable/dmGraphics": {} }, @@ -170468,7 +170432,7 @@ [ "getnativeandroideglcontext", { - "_index": 6790, + "_index": 6787, "data": { "ref/stable/dmGraphics": {} }, @@ -170478,7 +170442,7 @@ [ "getnativeandroideglsurface", { - "_index": 6793, + "_index": 6790, "data": { "ref/stable/dmGraphics": {} }, @@ -170488,7 +170452,7 @@ [ "getnativeandroidjavavm", { - "_index": 6796, + "_index": 6793, "data": { "ref/stable/dmGraphics": {} }, @@ -170498,7 +170462,7 @@ [ "getnativeioseaglcontext", { - "_index": 6800, + "_index": 6797, "data": { "ref/stable/dmGraphics": {} }, @@ -170508,7 +170472,7 @@ [ "getnativeiosuiview", { - "_index": 6803, + "_index": 6800, "data": { "ref/stable/dmGraphics": {} }, @@ -170518,7 +170482,7 @@ [ "getnativeiosuiwindow", { - "_index": 6806, + "_index": 6803, "data": { "ref/stable/dmGraphics": {} }, @@ -170528,7 +170492,7 @@ [ "getnativeosxnsopenglcontext", { - "_index": 6809, + "_index": 6806, "data": { "ref/stable/dmGraphics": {} }, @@ -170538,7 +170502,7 @@ [ "getnativeosxnsview", { - "_index": 6812, + "_index": 6809, "data": { "ref/stable/dmGraphics": {} }, @@ -170548,7 +170512,7 @@ [ "getnativeosxnswindow", { - "_index": 6815, + "_index": 6812, "data": { "ref/stable/dmGraphics": {} }, @@ -170558,7 +170522,7 @@ [ "getnativewindowshglrc", { - "_index": 6818, + "_index": 6815, "data": { "ref/stable/dmGraphics": {} }, @@ -170568,7 +170532,7 @@ [ "getnativewindowshwnd", { - "_index": 6823, + "_index": 6820, "data": { "ref/stable/dmGraphics": {} }, @@ -170578,7 +170542,7 @@ [ "getnativex11glxcontext", { - "_index": 6826, + "_index": 6823, "data": { "ref/stable/dmGraphics": {} }, @@ -170588,7 +170552,7 @@ [ "getnativex11window", { - "_index": 6830, + "_index": 6827, "data": { "ref/stable/dmGraphics": {} }, @@ -170598,7 +170562,7 @@ [ "getnextnode", { - "_index": 8135, + "_index": 8132, "data": { "ref/stable/dmGui": {} }, @@ -170608,7 +170572,7 @@ [ "getnodecustomdata", { - "_index": 8138, + "_index": 8135, "data": { "ref/stable/dmGui": {} }, @@ -170618,7 +170582,7 @@ [ "getnodeid", { - "_index": 8140, + "_index": 8137, "data": { "ref/stable/dmGui": {} }, @@ -170628,7 +170592,7 @@ [ "getnodeisbone", { - "_index": 8141, + "_index": 8138, "data": { "ref/stable/dmGui": {} }, @@ -170638,7 +170602,7 @@ [ "getnodeparent", { - "_index": 8142, + "_index": 8139, "data": { "ref/stable/dmGui": {} }, @@ -170648,7 +170612,7 @@ [ "getnodeproperty", { - "_index": 8143, + "_index": 8140, "data": { "ref/stable/dmGui": {} }, @@ -170658,7 +170622,7 @@ [ "getnodetextureid", { - "_index": 8145, + "_index": 8142, "data": { "ref/stable/dmGui": {} }, @@ -170668,7 +170632,7 @@ [ "getnumsupportedextensions", { - "_index": 6835, + "_index": 6832, "data": { "ref/stable/dmGraphics": {} }, @@ -170678,7 +170642,7 @@ [ "getoption", { - "_index": 10626, + "_index": 10623, "data": { "ref/stable/socket": {} }, @@ -170688,7 +170652,7 @@ [ "getpath", { - "_index": 7326, + "_index": 7323, "data": { "ref/stable/dmMessage": {}, "ref/stable/dmResource": {} @@ -170699,7 +170663,7 @@ [ "getpeername", { - "_index": 10552, + "_index": 10549, "data": { "ref/stable/socket": {} }, @@ -170709,7 +170673,7 @@ [ "getposition", { - "_index": 9267, + "_index": 9264, "data": { "ref/stable/dmGameObject": {} }, @@ -170719,7 +170683,7 @@ [ "getraw", { - "_index": 8431, + "_index": 8428, "data": { "ref/stable/dmResource": {} }, @@ -170729,7 +170693,7 @@ [ "getregistry", { - "_index": 9567, + "_index": 9564, "data": { "ref/stable/debug": {} }, @@ -170739,7 +170703,7 @@ [ "getrenderconstant", { - "_index": 8054, + "_index": 8051, "data": { "ref/stable/dmGameSystem": {} }, @@ -170749,7 +170713,7 @@ [ "getrenderconstantcount", { - "_index": 8057, + "_index": 8054, "data": { "ref/stable/dmGameSystem": {} }, @@ -170759,7 +170723,7 @@ [ "getrendertargetattachment", { - "_index": 6836, + "_index": 6833, "data": { "ref/stable/dmGraphics": {} }, @@ -170769,7 +170733,7 @@ [ "getresource", { - "_index": 8146, + "_index": 8143, "data": { "ref/stable/dmGui": {} }, @@ -170779,7 +170743,7 @@ [ "getresultstring", { - "_index": 10664, + "_index": 10661, "data": { "ref/stable/dmBuffer": {} }, @@ -170789,7 +170753,7 @@ [ "getrotation", { - "_index": 9269, + "_index": 9266, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmTransform": {} @@ -170831,7 +170795,7 @@ [ "getscale", { - "_index": 9271, + "_index": 9268, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmTransform": {} @@ -170842,7 +170806,7 @@ [ "getsizeforvaluetype", { - "_index": 10666, + "_index": 10663, "data": { "ref/stable/dmBuffer": {} }, @@ -170852,7 +170816,7 @@ [ "getsocket", { - "_index": 7327, + "_index": 7324, "data": { "ref/stable/dmConnectionPool": {}, "ref/stable/dmMessage": {} @@ -170863,7 +170827,7 @@ [ "getsocketname", { - "_index": 7329, + "_index": 7326, "data": { "ref/stable/dmMessage": {} }, @@ -170873,7 +170837,7 @@ [ "getsocketnamehash", { - "_index": 7330, + "_index": 7327, "data": { "ref/stable/dmMessage": {} }, @@ -170883,7 +170847,7 @@ [ "getsockname", { - "_index": 10551, + "_index": 10548, "data": { "ref/stable/socket": {} }, @@ -170893,7 +170857,7 @@ [ "getsslsocket", { - "_index": 10040, + "_index": 10037, "data": { "ref/stable/dmConnectionPool": {} }, @@ -170903,7 +170867,7 @@ [ "getstream", { - "_index": 10668, + "_index": 10665, "data": { "ref/stable/dmBuffer": {} }, @@ -170913,7 +170877,7 @@ [ "getstreamtype", { - "_index": 10671, + "_index": 10668, "data": { "ref/stable/dmBuffer": {} }, @@ -170923,7 +170887,7 @@ [ "getstring", { - "_index": 9119, + "_index": 9116, "data": { "ref/stable/dmConfigFile": {} }, @@ -170933,7 +170897,7 @@ [ "getstringfromhashorstring", { - "_index": 10889, + "_index": 10886, "data": { "ref/stable/dmScript": {} }, @@ -170943,7 +170907,7 @@ [ "getsupportedextension", { - "_index": 6841, + "_index": 6838, "data": { "ref/stable/dmGraphics": {} }, @@ -170953,7 +170917,7 @@ [ "getters", { - "_index": 7690, + "_index": 7687, "data": { "ref/stable/gui": {} }, @@ -170963,7 +170927,7 @@ [ "gettexturehandle", { - "_index": 6842, + "_index": 6839, "data": { "ref/stable/dmGraphics": {} }, @@ -170973,7 +170937,7 @@ [ "gettime", { - "_index": 9838, + "_index": 9835, "data": { "ref/stable/dmTime": {}, "ref/stable/socket": {} @@ -171002,7 +170966,7 @@ [ "getting/setting", { - "_index": 9832, + "_index": 9829, "data": { "ref/stable/model": {} }, @@ -171012,7 +170976,7 @@ [ "gettlsvalue", { - "_index": 10317, + "_index": 10314, "data": { "ref/stable/dmThread": {} }, @@ -171022,7 +170986,7 @@ [ "gettouchdevice", { - "_index": 9535, + "_index": 9532, "data": { "ref/stable/dmHid": {} }, @@ -171032,7 +170996,7 @@ [ "gettranslation", { - "_index": 9847, + "_index": 9844, "data": { "ref/stable/dmTransform": {} }, @@ -171042,7 +171006,7 @@ [ "getuniformscale", { - "_index": 9273, + "_index": 9270, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmTransform": {} @@ -171053,7 +171017,7 @@ [ "getupvalue", { - "_index": 9569, + "_index": 9566, "data": { "ref/stable/debug": {} }, @@ -171063,7 +171027,7 @@ [ "getvaluetypestring", { - "_index": 10673, + "_index": 10670, "data": { "ref/stable/dmBuffer": {} }, @@ -171073,7 +171037,7 @@ [ "getvertexstreamoffset", { - "_index": 6844, + "_index": 6841, "data": { "ref/stable/dmGraphics": {} }, @@ -171083,7 +171047,7 @@ [ "getwebserver", { - "_index": 8013, + "_index": 8010, "data": { "ref/stable/dmEngine": {} }, @@ -171093,7 +171057,7 @@ [ "getworld", { - "_index": 9165, + "_index": 9162, "data": { "ref/stable/dmGameObject": {} }, @@ -171103,7 +171067,7 @@ [ "getworldmatrix", { - "_index": 9274, + "_index": 9271, "data": { "ref/stable/dmGameObject": {} }, @@ -171113,7 +171077,7 @@ [ "getworldposition", { - "_index": 9276, + "_index": 9273, "data": { "ref/stable/dmGameObject": {} }, @@ -171123,7 +171087,7 @@ [ "getworldrotation", { - "_index": 9277, + "_index": 9274, "data": { "ref/stable/dmGameObject": {} }, @@ -171133,7 +171097,7 @@ [ "getworldscale", { - "_index": 9278, + "_index": 9275, "data": { "ref/stable/dmGameObject": {} }, @@ -171143,7 +171107,7 @@ [ "getworldtransform", { - "_index": 9279, + "_index": 9276, "data": { "ref/stable/dmGameObject": {} }, @@ -171153,7 +171117,7 @@ [ "getworlduniformscale", { - "_index": 9281, + "_index": 9278, "data": { "ref/stable/dmGameObject": {} }, @@ -171163,7 +171127,7 @@ [ "gimbal", { - "_index": 7089, + "_index": 7086, "data": { "ref/stable/vmath": {} }, @@ -171415,7 +171379,7 @@ [ "gl", { - "_index": 6819, + "_index": 6816, "data": { "ref/stable/dmGraphics": {}, "ref/stable/render": {} @@ -171436,7 +171400,7 @@ [ "gl_globalinvocationid.xy", { - "_index": 5317, + "_index": 5314, "data": { "manuals/compute": {} }, @@ -171446,7 +171410,7 @@ [ "gl_numworkgroups.x", { - "_index": 5321, + "_index": 5318, "data": { "manuals/compute": {} }, @@ -171456,7 +171420,7 @@ [ "gl_numworkgroups.y", { - "_index": 5323, + "_index": 5320, "data": { "manuals/compute": {} }, @@ -171476,7 +171440,7 @@ [ "glare", { - "_index": 6503, + "_index": 6500, "data": { "assets/sparkle-shader": {} }, @@ -171486,7 +171450,7 @@ [ "glgeterror", { - "_index": 9424, + "_index": 9421, "data": { "ref/stable/engine": {} }, @@ -171506,7 +171470,7 @@ [ "glob", { - "_index": 5446, + "_index": 5443, "data": { "manuals/editor-scripts": {} }, @@ -171580,7 +171544,7 @@ [ "glxcontext", { - "_index": 6828, + "_index": 6825, "data": { "ref/stable/dmGraphics": {} }, @@ -171612,7 +171576,7 @@ [ "gmatch", { - "_index": 7136, + "_index": 7133, "data": { "ref/stable/string": {} }, @@ -171622,7 +171586,7 @@ [ "gmt", { - "_index": 9656, + "_index": 9653, "data": { "ref/stable/sys": {} }, @@ -171632,7 +171596,7 @@ [ "gmt_offset", { - "_index": 9655, + "_index": 9652, "data": { "ref/stable/sys": {} }, @@ -171670,7 +171634,7 @@ [ "go\"}issue", { - "_index": 9019, + "_index": 9016, "data": { "ref/stable/editor": {} }, @@ -171680,7 +171644,7 @@ [ "go\"}selection", { - "_index": 9043, + "_index": 9040, "data": { "ref/stable/editor": {} }, @@ -171721,7 +171685,7 @@ [ "go.animation", { - "_index": 6167, + "_index": 6164, "data": { "examples/sprite/flip": {} }, @@ -171754,7 +171718,7 @@ [ "go.easing_inback", { - "_index": 9920, + "_index": 9917, "data": { "ref/stable/go": {} }, @@ -171764,7 +171728,7 @@ [ "go.easing_inbounce", { - "_index": 9921, + "_index": 9918, "data": { "ref/stable/go": {} }, @@ -171774,7 +171738,7 @@ [ "go.easing_incirc", { - "_index": 9922, + "_index": 9919, "data": { "ref/stable/go": {} }, @@ -171784,7 +171748,7 @@ [ "go.easing_incubic", { - "_index": 9923, + "_index": 9920, "data": { "ref/stable/go": {} }, @@ -171794,7 +171758,7 @@ [ "go.easing_inelastic", { - "_index": 9924, + "_index": 9921, "data": { "ref/stable/go": {} }, @@ -171804,7 +171768,7 @@ [ "go.easing_inexpo", { - "_index": 9925, + "_index": 9922, "data": { "ref/stable/go": {} }, @@ -171814,7 +171778,7 @@ [ "go.easing_inoutback", { - "_index": 9926, + "_index": 9923, "data": { "ref/stable/go": {} }, @@ -171824,7 +171788,7 @@ [ "go.easing_inoutbounce", { - "_index": 9927, + "_index": 9924, "data": { "ref/stable/go": {} }, @@ -171834,7 +171798,7 @@ [ "go.easing_inoutcirc", { - "_index": 9928, + "_index": 9925, "data": { "ref/stable/go": {} }, @@ -171844,7 +171808,7 @@ [ "go.easing_inoutcubic", { - "_index": 9929, + "_index": 9926, "data": { "ref/stable/go": {} }, @@ -171854,7 +171818,7 @@ [ "go.easing_inoutelastic", { - "_index": 9930, + "_index": 9927, "data": { "ref/stable/go": {} }, @@ -171864,7 +171828,7 @@ [ "go.easing_inoutexpo", { - "_index": 9931, + "_index": 9928, "data": { "ref/stable/go": {} }, @@ -171885,7 +171849,7 @@ [ "go.easing_inoutquart", { - "_index": 9932, + "_index": 9929, "data": { "ref/stable/go": {} }, @@ -171895,7 +171859,7 @@ [ "go.easing_inoutquint", { - "_index": 9933, + "_index": 9930, "data": { "ref/stable/go": {} }, @@ -171905,7 +171869,7 @@ [ "go.easing_inoutsine", { - "_index": 9934, + "_index": 9931, "data": { "ref/stable/go": {} }, @@ -171915,7 +171879,7 @@ [ "go.easing_inquad", { - "_index": 9935, + "_index": 9932, "data": { "ref/stable/go": {} }, @@ -171925,7 +171889,7 @@ [ "go.easing_inquart", { - "_index": 9936, + "_index": 9933, "data": { "ref/stable/go": {} }, @@ -171935,7 +171899,7 @@ [ "go.easing_inquint", { - "_index": 9937, + "_index": 9934, "data": { "ref/stable/go": {} }, @@ -171945,7 +171909,7 @@ [ "go.easing_insine", { - "_index": 9938, + "_index": 9935, "data": { "ref/stable/go": {} }, @@ -171955,7 +171919,7 @@ [ "go.easing_linear", { - "_index": 5638, + "_index": 5635, "data": { "manuals/building-blocks": {}, "manuals/model": {}, @@ -171968,7 +171932,7 @@ [ "go.easing_outback", { - "_index": 9939, + "_index": 9936, "data": { "ref/stable/go": {} }, @@ -171978,7 +171942,7 @@ [ "go.easing_outbounce", { - "_index": 9940, + "_index": 9937, "data": { "ref/stable/go": {} }, @@ -171988,7 +171952,7 @@ [ "go.easing_outcirc", { - "_index": 9941, + "_index": 9938, "data": { "ref/stable/go": {} }, @@ -171998,7 +171962,7 @@ [ "go.easing_outcubic", { - "_index": 9942, + "_index": 9939, "data": { "ref/stable/go": {} }, @@ -172008,7 +171972,7 @@ [ "go.easing_outelastic", { - "_index": 9943, + "_index": 9940, "data": { "ref/stable/go": {} }, @@ -172018,7 +171982,7 @@ [ "go.easing_outexpo", { - "_index": 9944, + "_index": 9941, "data": { "ref/stable/go": {} }, @@ -172028,7 +171992,7 @@ [ "go.easing_outinback", { - "_index": 9945, + "_index": 9942, "data": { "ref/stable/go": {} }, @@ -172038,7 +172002,7 @@ [ "go.easing_outinbounce", { - "_index": 9946, + "_index": 9943, "data": { "ref/stable/go": {} }, @@ -172048,7 +172012,7 @@ [ "go.easing_outincirc", { - "_index": 9947, + "_index": 9944, "data": { "ref/stable/go": {} }, @@ -172058,7 +172022,7 @@ [ "go.easing_outincubic", { - "_index": 9948, + "_index": 9945, "data": { "ref/stable/go": {} }, @@ -172068,7 +172032,7 @@ [ "go.easing_outinelastic", { - "_index": 9949, + "_index": 9946, "data": { "ref/stable/go": {} }, @@ -172078,7 +172042,7 @@ [ "go.easing_outinexpo", { - "_index": 9950, + "_index": 9947, "data": { "ref/stable/go": {} }, @@ -172088,7 +172052,7 @@ [ "go.easing_outinquad", { - "_index": 9951, + "_index": 9948, "data": { "ref/stable/go": {} }, @@ -172098,7 +172062,7 @@ [ "go.easing_outinquart", { - "_index": 9952, + "_index": 9949, "data": { "ref/stable/go": {} }, @@ -172108,7 +172072,7 @@ [ "go.easing_outinquint", { - "_index": 9953, + "_index": 9950, "data": { "ref/stable/go": {} }, @@ -172118,7 +172082,7 @@ [ "go.easing_outinsine", { - "_index": 9954, + "_index": 9951, "data": { "ref/stable/go": {} }, @@ -172128,7 +172092,7 @@ [ "go.easing_outquad", { - "_index": 9955, + "_index": 9952, "data": { "ref/stable/go": {} }, @@ -172138,7 +172102,7 @@ [ "go.easing_outquart", { - "_index": 9956, + "_index": 9953, "data": { "ref/stable/go": {} }, @@ -172148,7 +172112,7 @@ [ "go.easing_outquint", { - "_index": 9957, + "_index": 9954, "data": { "ref/stable/go": {} }, @@ -172158,7 +172122,7 @@ [ "go.easing_outsine", { - "_index": 9958, + "_index": 9955, "data": { "ref/stable/go": {} }, @@ -172168,7 +172132,7 @@ [ "go.exists", { - "_index": 9959, + "_index": 9956, "data": { "ref/stable/go": {} }, @@ -172214,7 +172178,7 @@ [ "go.get_parent", { - "_index": 9960, + "_index": 9957, "data": { "ref/stable/go": {} }, @@ -172242,7 +172206,7 @@ [ "go.get_rotation", { - "_index": 9962, + "_index": 9959, "data": { "ref/stable/go": {} }, @@ -172252,7 +172216,7 @@ [ "go.get_scale", { - "_index": 9964, + "_index": 9961, "data": { "ref/stable/go": {} }, @@ -172262,7 +172226,7 @@ [ "go.get_scale_uniform", { - "_index": 9966, + "_index": 9963, "data": { "ref/stable/go": {} }, @@ -172272,7 +172236,7 @@ [ "go.get_world_position", { - "_index": 9961, + "_index": 9958, "data": { "ref/stable/go": {} }, @@ -172282,7 +172246,7 @@ [ "go.get_world_rotation", { - "_index": 9963, + "_index": 9960, "data": { "ref/stable/go": {} }, @@ -172292,7 +172256,7 @@ [ "go.get_world_scale", { - "_index": 9965, + "_index": 9962, "data": { "ref/stable/go": {} }, @@ -172302,7 +172266,7 @@ [ "go.get_world_scale_uniform", { - "_index": 9973, + "_index": 9970, "data": { "ref/stable/go": {} }, @@ -172312,7 +172276,7 @@ [ "go.get_world_transform", { - "_index": 9975, + "_index": 9972, "data": { "ref/stable/go": {} }, @@ -172457,7 +172421,7 @@ [ "go.set_parent", { - "_index": 9979, + "_index": 9976, "data": { "ref/stable/go": {} }, @@ -172481,7 +172445,7 @@ [ "go.set_rotation", { - "_index": 9980, + "_index": 9977, "data": { "ref/stable/go": {} }, @@ -172491,7 +172455,7 @@ [ "go.set_scale", { - "_index": 9981, + "_index": 9978, "data": { "ref/stable/go": {} }, @@ -172501,7 +172465,7 @@ [ "go.world_to_local_position", { - "_index": 9982, + "_index": 9979, "data": { "ref/stable/go": {} }, @@ -172511,7 +172475,7 @@ [ "go.world_to_local_transform", { - "_index": 9984, + "_index": 9981, "data": { "ref/stable/go": {} }, @@ -172541,7 +172505,7 @@ [ "goal", { - "_index": 6524, + "_index": 6521, "data": { "assets/endlessrunner": {}, "assets/magiclinker": {} @@ -172552,7 +172516,7 @@ [ "goals", { - "_index": 5948, + "_index": 5945, "data": { "manuals/design": {} }, @@ -172562,7 +172526,7 @@ [ "goc", { - "_index": 9358, + "_index": 9355, "data": { "ref/stable/dmGameObject": {} }, @@ -172588,7 +172552,7 @@ [ "gog", { - "_index": 6594, + "_index": 6591, "data": { "assets/gog-galaxy": {} }, @@ -172644,7 +172608,7 @@ [ "gooey", { - "_index": 6406, + "_index": 6403, "data": { "assets/gooey": {} }, @@ -172681,7 +172645,7 @@ [ "google's", { - "_index": 5501, + "_index": 5498, "data": { "assets/ump": {}, "manuals/debugging-native-code-android": {} @@ -172692,7 +172656,7 @@ [ "googleanalytics", { - "_index": 6752, + "_index": 6749, "data": { "assets/googleanalytics": {} }, @@ -172702,7 +172666,7 @@ [ "googleanalyticsforfirebase", { - "_index": 6412, + "_index": 6409, "data": { "assets/googleanalyticsforfirebase": {} }, @@ -172712,7 +172676,7 @@ [ "googleplaygameservices", { - "_index": 6399, + "_index": 6396, "data": { "assets/googleplaygameservices": {} }, @@ -172722,7 +172686,7 @@ [ "googleplayinstant", { - "_index": 6499, + "_index": 6496, "data": { "assets/googleplayinstant": {} }, @@ -172774,7 +172738,7 @@ [ "graceful", { - "_index": 10014, + "_index": 10011, "data": { "ref/stable/os": {} }, @@ -172816,7 +172780,7 @@ [ "gradle", { - "_index": 5546, + "_index": 5543, "data": { "manuals/extensions-gradle": {} }, @@ -172848,7 +172812,7 @@ [ "grammars", { - "_index": 6643, + "_index": 6640, "data": { "assets/lpeg": {} }, @@ -172858,7 +172822,7 @@ [ "granted", { - "_index": 5841, + "_index": 5838, "data": { "manuals/macos": {} }, @@ -172893,7 +172857,7 @@ [ "graphic", { - "_index": 5098, + "_index": 5095, "data": { "assets/tactxstudios": {}, "manuals/flash": {} @@ -172961,7 +172925,7 @@ [ "graphics.blend_factor_constant_alpha", { - "_index": 8200, + "_index": 8197, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172972,7 +172936,7 @@ [ "graphics.blend_factor_constant_color", { - "_index": 8202, + "_index": 8199, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172983,7 +172947,7 @@ [ "graphics.blend_factor_dst_alpha", { - "_index": 8204, + "_index": 8201, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172994,7 +172958,7 @@ [ "graphics.blend_factor_dst_color", { - "_index": 8206, + "_index": 8203, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -173005,7 +172969,7 @@ [ "graphics.blend_factor_one", { - "_index": 8208, + "_index": 8205, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -173016,7 +172980,7 @@ [ "graphics.blend_factor_one_minus_constant_alpha", { - "_index": 8210, + "_index": 8207, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -173027,7 +172991,7 @@ [ "graphics.blend_factor_one_minus_constant_color", { - "_index": 8212, + "_index": 8209, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -173038,7 +173002,7 @@ [ "graphics.blend_factor_one_minus_dst_alpha", { - "_index": 8214, + "_index": 8211, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -173049,7 +173013,7 @@ [ "graphics.blend_factor_one_minus_dst_color", { - "_index": 8216, + "_index": 8213, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -173060,7 +173024,7 @@ [ "graphics.blend_factor_one_minus_src_alpha", { - "_index": 8218, + "_index": 8215, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -173071,7 +173035,7 @@ [ "graphics.blend_factor_one_minus_src_color", { - "_index": 8220, + "_index": 8217, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -173082,7 +173046,7 @@ [ "graphics.blend_factor_src_alpha", { - "_index": 8222, + "_index": 8219, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -173093,7 +173057,7 @@ [ "graphics.blend_factor_src_alpha_saturate", { - "_index": 8224, + "_index": 8221, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -173104,7 +173068,7 @@ [ "graphics.blend_factor_src_color", { - "_index": 8226, + "_index": 8223, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -173115,7 +173079,7 @@ [ "graphics.blend_factor_zero", { - "_index": 8228, + "_index": 8225, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -173126,7 +173090,7 @@ [ "graphics.buffer_type_color0_bit", { - "_index": 8230, + "_index": 8227, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -173137,7 +173101,7 @@ [ "graphics.buffer_type_color1_bit", { - "_index": 8232, + "_index": 8229, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -173148,7 +173112,7 @@ [ "graphics.buffer_type_color2_bit", { - "_index": 8235, + "_index": 8232, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -173159,7 +173123,7 @@ [ "graphics.buffer_type_color3_bit", { - "_index": 8237, + "_index": 8234, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -173170,7 +173134,7 @@ [ "graphics.buffer_type_color[x]_bit", { - "_index": 8504, + "_index": 8501, "data": { "ref/stable/render": {} }, @@ -173180,7 +173144,7 @@ [ "graphics.buffer_type_colorx_bit", { - "_index": 8520, + "_index": 8517, "data": { "ref/stable/render": {} }, @@ -173190,7 +173154,7 @@ [ "graphics.buffer_type_depth_bit", { - "_index": 8239, + "_index": 8236, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -173201,7 +173165,7 @@ [ "graphics.buffer_type_stencil_bit", { - "_index": 8241, + "_index": 8238, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -173212,7 +173176,7 @@ [ "graphics.compare_func_always", { - "_index": 8243, + "_index": 8240, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -173223,7 +173187,7 @@ [ "graphics.compare_func_equal", { - "_index": 8245, + "_index": 8242, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -173234,7 +173198,7 @@ [ "graphics.compare_func_gequal", { - "_index": 8247, + "_index": 8244, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -173245,7 +173209,7 @@ [ "graphics.compare_func_greater", { - "_index": 8249, + "_index": 8246, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -173256,7 +173220,7 @@ [ "graphics.compare_func_lequal", { - "_index": 8251, + "_index": 8248, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -173267,7 +173231,7 @@ [ "graphics.compare_func_less", { - "_index": 8253, + "_index": 8250, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -173278,7 +173242,7 @@ [ "graphics.compare_func_never", { - "_index": 8255, + "_index": 8252, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -173289,7 +173253,7 @@ [ "graphics.compare_func_notequal", { - "_index": 8257, + "_index": 8254, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -173300,7 +173264,7 @@ [ "graphics.compression_type_basis_etc1s", { - "_index": 8259, + "_index": 8256, "data": { "ref/stable/graphics": {} }, @@ -173310,7 +173274,7 @@ [ "graphics.compression_type_basis_uastc", { - "_index": 8261, + "_index": 8258, "data": { "ref/stable/graphics": {} }, @@ -173320,7 +173284,7 @@ [ "graphics.compression_type_default", { - "_index": 8262, + "_index": 8259, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173331,7 +173295,7 @@ [ "graphics.compression_type_webp", { - "_index": 8264, + "_index": 8261, "data": { "ref/stable/graphics": {} }, @@ -173341,7 +173305,7 @@ [ "graphics.compression_type_webp_lossy", { - "_index": 8266, + "_index": 8263, "data": { "ref/stable/graphics": {} }, @@ -173351,7 +173315,7 @@ [ "graphics.face_type_back", { - "_index": 8268, + "_index": 8265, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -173362,7 +173326,7 @@ [ "graphics.face_type_front", { - "_index": 8270, + "_index": 8267, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -173373,7 +173337,7 @@ [ "graphics.face_type_front_and_back", { - "_index": 8272, + "_index": 8269, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -173384,7 +173348,7 @@ [ "graphics.state_alpha_test", { - "_index": 8274, + "_index": 8271, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -173395,7 +173359,7 @@ [ "graphics.state_alpha_test_supported", { - "_index": 8276, + "_index": 8273, "data": { "ref/stable/graphics": {} }, @@ -173405,7 +173369,7 @@ [ "graphics.state_blend", { - "_index": 8278, + "_index": 8275, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -173416,7 +173380,7 @@ [ "graphics.state_cull_face", { - "_index": 8280, + "_index": 8277, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -173427,7 +173391,7 @@ [ "graphics.state_depth_test", { - "_index": 8282, + "_index": 8279, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -173438,7 +173402,7 @@ [ "graphics.state_polygon_offset_fill", { - "_index": 8284, + "_index": 8281, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -173449,7 +173413,7 @@ [ "graphics.state_scissor_test", { - "_index": 8286, + "_index": 8283, "data": { "ref/stable/graphics": {} }, @@ -173459,7 +173423,7 @@ [ "graphics.state_stencil_test", { - "_index": 8288, + "_index": 8285, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -173470,7 +173434,7 @@ [ "graphics.stencil_op_decr", { - "_index": 8290, + "_index": 8287, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -173481,7 +173445,7 @@ [ "graphics.stencil_op_decr_wrap", { - "_index": 8292, + "_index": 8289, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -173492,7 +173456,7 @@ [ "graphics.stencil_op_incr", { - "_index": 8294, + "_index": 8291, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -173503,7 +173467,7 @@ [ "graphics.stencil_op_incr_wrap", { - "_index": 8296, + "_index": 8293, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -173514,7 +173478,7 @@ [ "graphics.stencil_op_invert", { - "_index": 8298, + "_index": 8295, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -173525,7 +173489,7 @@ [ "graphics.stencil_op_keep", { - "_index": 8300, + "_index": 8297, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -173536,7 +173500,7 @@ [ "graphics.stencil_op_replace", { - "_index": 8302, + "_index": 8299, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -173547,7 +173511,7 @@ [ "graphics.stencil_op_zero", { - "_index": 8304, + "_index": 8301, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -173558,7 +173522,7 @@ [ "graphics.texture_filter_default", { - "_index": 8306, + "_index": 8303, "data": { "ref/stable/graphics": {} }, @@ -173568,7 +173532,7 @@ [ "graphics.texture_filter_linear", { - "_index": 8308, + "_index": 8305, "data": { "ref/stable/graphics": {} }, @@ -173578,7 +173542,7 @@ [ "graphics.texture_filter_linear_mipmap_linear", { - "_index": 8310, + "_index": 8307, "data": { "ref/stable/graphics": {} }, @@ -173588,7 +173552,7 @@ [ "graphics.texture_filter_linear_mipmap_nearest", { - "_index": 8312, + "_index": 8309, "data": { "ref/stable/graphics": {} }, @@ -173598,7 +173562,7 @@ [ "graphics.texture_filter_lineargraphics.texture_filter_nearest", { - "_index": 8514, + "_index": 8511, "data": { "ref/stable/render": {} }, @@ -173608,7 +173572,7 @@ [ "graphics.texture_filter_nearest", { - "_index": 8314, + "_index": 8311, "data": { "ref/stable/graphics": {} }, @@ -173618,7 +173582,7 @@ [ "graphics.texture_filter_nearest_mipmap_linear", { - "_index": 8316, + "_index": 8313, "data": { "ref/stable/graphics": {} }, @@ -173628,7 +173592,7 @@ [ "graphics.texture_filter_nearest_mipmap_nearest", { - "_index": 8318, + "_index": 8315, "data": { "ref/stable/graphics": {} }, @@ -173638,7 +173602,7 @@ [ "graphics.texture_format_bgra8u", { - "_index": 8320, + "_index": 8317, "data": { "ref/stable/graphics": {} }, @@ -173648,7 +173612,7 @@ [ "graphics.texture_format_depth", { - "_index": 8322, + "_index": 8319, "data": { "ref/stable/graphics": {} }, @@ -173658,7 +173622,7 @@ [ "graphics.texture_format_luminance", { - "_index": 8324, + "_index": 8321, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173669,7 +173633,7 @@ [ "graphics.texture_format_luminance_alpha", { - "_index": 8326, + "_index": 8323, "data": { "ref/stable/graphics": {} }, @@ -173679,7 +173643,7 @@ [ "graphics.texture_format_luminancegraphics.texture_format_rgbgraphics.texture_format_rgbagraphics.texture_format_depthgraphics.texture_format_stencilgraphics.texture_format_rgba32fgraphics.texture_format_rgba16f", { - "_index": 8512, + "_index": 8509, "data": { "ref/stable/render": {} }, @@ -173689,7 +173653,7 @@ [ "graphics.texture_format_r16f", { - "_index": 8328, + "_index": 8325, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173700,7 +173664,7 @@ [ "graphics.texture_format_r32f", { - "_index": 8330, + "_index": 8327, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173711,7 +173675,7 @@ [ "graphics.texture_format_r32ui", { - "_index": 8332, + "_index": 8329, "data": { "ref/stable/graphics": {} }, @@ -173721,7 +173685,7 @@ [ "graphics.texture_format_r_bc4", { - "_index": 8334, + "_index": 8331, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173732,7 +173696,7 @@ [ "graphics.texture_format_r_etc2", { - "_index": 8336, + "_index": 8333, "data": { "ref/stable/graphics": {} }, @@ -173742,7 +173706,7 @@ [ "graphics.texture_format_rg16f", { - "_index": 8338, + "_index": 8335, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173753,7 +173717,7 @@ [ "graphics.texture_format_rg32f", { - "_index": 8340, + "_index": 8337, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173764,7 +173728,7 @@ [ "graphics.texture_format_rg_bc5", { - "_index": 8342, + "_index": 8339, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173775,7 +173739,7 @@ [ "graphics.texture_format_rg_etc2", { - "_index": 8344, + "_index": 8341, "data": { "ref/stable/graphics": {} }, @@ -173785,7 +173749,7 @@ [ "graphics.texture_format_rgb", { - "_index": 8346, + "_index": 8343, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173796,7 +173760,7 @@ [ "graphics.texture_format_rgb16f", { - "_index": 8348, + "_index": 8345, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173807,7 +173771,7 @@ [ "graphics.texture_format_rgb32f", { - "_index": 8350, + "_index": 8347, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173818,7 +173782,7 @@ [ "graphics.texture_format_rgb_16bpp", { - "_index": 8352, + "_index": 8349, "data": { "ref/stable/graphics": {} }, @@ -173828,7 +173792,7 @@ [ "graphics.texture_format_rgb_bc1", { - "_index": 8354, + "_index": 8351, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173839,7 +173803,7 @@ [ "graphics.texture_format_rgb_etc1", { - "_index": 8356, + "_index": 8353, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173850,7 +173814,7 @@ [ "graphics.texture_format_rgb_pvrtc_2bppv1", { - "_index": 8358, + "_index": 8355, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173861,7 +173825,7 @@ [ "graphics.texture_format_rgb_pvrtc_4bppv1", { - "_index": 8360, + "_index": 8357, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173872,7 +173836,7 @@ [ "graphics.texture_format_rgba", { - "_index": 8362, + "_index": 8359, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173883,7 +173847,7 @@ [ "graphics.texture_format_rgba16f", { - "_index": 8363, + "_index": 8360, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173894,7 +173858,7 @@ [ "graphics.texture_format_rgba32f", { - "_index": 8365, + "_index": 8362, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173905,7 +173869,7 @@ [ "graphics.texture_format_rgba32ui", { - "_index": 8367, + "_index": 8364, "data": { "ref/stable/graphics": {} }, @@ -173915,7 +173879,7 @@ [ "graphics.texture_format_rgba_16bpp", { - "_index": 8369, + "_index": 8366, "data": { "ref/stable/graphics": {} }, @@ -173925,7 +173889,7 @@ [ "graphics.texture_format_rgba_astc_4x4", { - "_index": 8371, + "_index": 8368, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173936,7 +173900,7 @@ [ "graphics.texture_format_rgba_bc3", { - "_index": 8373, + "_index": 8370, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173947,7 +173911,7 @@ [ "graphics.texture_format_rgba_bc7", { - "_index": 8375, + "_index": 8372, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173958,7 +173922,7 @@ [ "graphics.texture_format_rgba_etc2", { - "_index": 8377, + "_index": 8374, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173969,7 +173933,7 @@ [ "graphics.texture_format_rgba_pvrtc_2bppv1", { - "_index": 8379, + "_index": 8376, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173980,7 +173944,7 @@ [ "graphics.texture_format_rgba_pvrtc_4bppv1", { - "_index": 8381, + "_index": 8378, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173991,7 +173955,7 @@ [ "graphics.texture_format_stencil", { - "_index": 8383, + "_index": 8380, "data": { "ref/stable/graphics": {} }, @@ -174001,7 +173965,7 @@ [ "graphics.texture_type_2d", { - "_index": 8385, + "_index": 8382, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -174012,7 +173976,7 @@ [ "graphics.texture_type_2d_array", { - "_index": 8387, + "_index": 8384, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -174023,7 +173987,7 @@ [ "graphics.texture_type_cube_map", { - "_index": 8389, + "_index": 8386, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -174034,7 +173998,7 @@ [ "graphics.texture_type_image_2d", { - "_index": 8391, + "_index": 8388, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -174045,7 +174009,7 @@ [ "graphics.texture_usage_flag_color", { - "_index": 8393, + "_index": 8390, "data": { "ref/stable/graphics": {} }, @@ -174055,7 +174019,7 @@ [ "graphics.texture_usage_flag_input", { - "_index": 8395, + "_index": 8392, "data": { "ref/stable/graphics": {} }, @@ -174065,7 +174029,7 @@ [ "graphics.texture_usage_flag_memoryless", { - "_index": 8397, + "_index": 8394, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -174076,7 +174040,7 @@ [ "graphics.texture_usage_flag_sample", { - "_index": 8399, + "_index": 8396, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -174087,7 +174051,7 @@ [ "graphics.texture_usage_flag_storage", { - "_index": 8401, + "_index": 8398, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -174098,7 +174062,7 @@ [ "graphics.texture_wrap_clamp_to_border", { - "_index": 8403, + "_index": 8400, "data": { "ref/stable/graphics": {} }, @@ -174108,7 +174072,7 @@ [ "graphics.texture_wrap_clamp_to_bordergraphics.texture_wrap_clamp_to_edgegraphics.texture_wrap_mirrored_repeatgraphics.texture_wrap_repeat", { - "_index": 8517, + "_index": 8514, "data": { "ref/stable/render": {} }, @@ -174118,7 +174082,7 @@ [ "graphics.texture_wrap_clamp_to_edge", { - "_index": 8405, + "_index": 8402, "data": { "ref/stable/graphics": {} }, @@ -174128,7 +174092,7 @@ [ "graphics.texture_wrap_mirrored_repeat", { - "_index": 8407, + "_index": 8404, "data": { "ref/stable/graphics": {} }, @@ -174138,7 +174102,7 @@ [ "graphics.texture_wrap_repeat", { - "_index": 8409, + "_index": 8406, "data": { "ref/stable/graphics": {} }, @@ -174148,7 +174112,7 @@ [ "grasp", { - "_index": 5605, + "_index": 5602, "data": { "manuals/introduction": {} }, @@ -174183,7 +174147,7 @@ [ "gravityy", { - "_index": 6202, + "_index": 6199, "data": { "examples/physics/dynamic": {}, "examples/physics/hinge_joint": {}, @@ -174210,7 +174174,7 @@ [ "greater", { - "_index": 5120, + "_index": 5117, "data": { "manuals/flash": {}, "ref/stable/collectionfactory": {}, @@ -174257,7 +174221,7 @@ [ "greenwich", { - "_index": 9657, + "_index": 9654, "data": { "ref/stable/sys": {} }, @@ -174449,7 +174413,7 @@ [ "gs", { - "_index": 8556, + "_index": 8553, "data": { "ref/stable/render": {} }, @@ -174459,7 +174423,7 @@ [ "gsub", { - "_index": 7146, + "_index": 7143, "data": { "ref/stable/string": {} }, @@ -174469,7 +174433,7 @@ [ "gt", { - "_index": 7155, + "_index": 7152, "data": { "ref/stable/dmMath": {}, "ref/stable/dmScript": {}, @@ -174521,7 +174485,7 @@ [ "guarantees", { - "_index": 7295, + "_index": 7292, "data": { "ref/stable/math": {} }, @@ -174531,7 +174495,7 @@ [ "guard", { - "_index": 10790, + "_index": 10787, "data": { "ref/stable/dmScript": {} }, @@ -174620,7 +174584,7 @@ [ "gui.adjust_fit", { - "_index": 7569, + "_index": 7566, "data": { "ref/stable/gui": {} }, @@ -174630,7 +174594,7 @@ [ "gui.adjust_stretch", { - "_index": 7571, + "_index": 7568, "data": { "ref/stable/gui": {} }, @@ -174640,7 +174604,7 @@ [ "gui.adjust_zoom", { - "_index": 7574, + "_index": 7571, "data": { "ref/stable/gui": {} }, @@ -174650,7 +174614,7 @@ [ "gui.anchor_bottom", { - "_index": 7577, + "_index": 7574, "data": { "ref/stable/gui": {} }, @@ -174660,7 +174624,7 @@ [ "gui.anchor_left", { - "_index": 7579, + "_index": 7576, "data": { "ref/stable/gui": {} }, @@ -174670,7 +174634,7 @@ [ "gui.anchor_none", { - "_index": 7581, + "_index": 7578, "data": { "ref/stable/gui": {} }, @@ -174680,7 +174644,7 @@ [ "gui.anchor_right", { - "_index": 7583, + "_index": 7580, "data": { "ref/stable/gui": {} }, @@ -174690,7 +174654,7 @@ [ "gui.anchor_top", { - "_index": 7585, + "_index": 7582, "data": { "ref/stable/gui": {} }, @@ -174700,7 +174664,7 @@ [ "gui.animate", { - "_index": 5019, + "_index": 5016, "data": { "examples/gui/color": {}, "manuals/gui-pie": {}, @@ -174712,7 +174676,7 @@ [ "gui.blend_add", { - "_index": 7613, + "_index": 7610, "data": { "ref/stable/gui": {} }, @@ -174722,7 +174686,7 @@ [ "gui.blend_add_alpha", { - "_index": 7616, + "_index": 7613, "data": { "ref/stable/gui": {} }, @@ -174732,7 +174696,7 @@ [ "gui.blend_alpha", { - "_index": 7618, + "_index": 7615, "data": { "ref/stable/gui": {} }, @@ -174742,7 +174706,7 @@ [ "gui.blend_mult", { - "_index": 7620, + "_index": 7617, "data": { "ref/stable/gui": {} }, @@ -174752,7 +174716,7 @@ [ "gui.blend_screen", { - "_index": 7622, + "_index": 7619, "data": { "ref/stable/gui": {} }, @@ -174762,7 +174726,7 @@ [ "gui.cancel_animation", { - "_index": 7587, + "_index": 7584, "data": { "ref/stable/gui": {} }, @@ -174772,7 +174736,7 @@ [ "gui.cancel_flipbook", { - "_index": 7625, + "_index": 7622, "data": { "ref/stable/gui": {} }, @@ -174782,7 +174746,7 @@ [ "gui.clipping_mode_none", { - "_index": 7628, + "_index": 7625, "data": { "ref/stable/gui": {} }, @@ -174792,7 +174756,7 @@ [ "gui.clipping_mode_stencil", { - "_index": 7630, + "_index": 7627, "data": { "ref/stable/gui": {} }, @@ -174802,7 +174766,7 @@ [ "gui.clone", { - "_index": 5905, + "_index": 5902, "data": { "manuals/gui-script": {}, "ref/stable/gui": {} @@ -174813,7 +174777,7 @@ [ "gui.clone_tree", { - "_index": 5906, + "_index": 5903, "data": { "manuals/gui-script": {}, "ref/stable/gui": {} @@ -174824,7 +174788,7 @@ [ "gui.delete_node", { - "_index": 7636, + "_index": 7633, "data": { "ref/stable/gui": {} }, @@ -174834,7 +174798,7 @@ [ "gui.delete_texture", { - "_index": 7639, + "_index": 7636, "data": { "ref/stable/gui": {} }, @@ -174844,7 +174808,7 @@ [ "gui.easing_", { - "_index": 7607, + "_index": 7604, "data": { "ref/stable/gui": {} }, @@ -175306,7 +175270,7 @@ [ "gui.get", { - "_index": 7689, + "_index": 7686, "data": { "ref/stable/gui": {} }, @@ -175316,7 +175280,7 @@ [ "gui.get_adjust_mode", { - "_index": 7692, + "_index": 7689, "data": { "ref/stable/gui": {} }, @@ -175326,7 +175290,7 @@ [ "gui.get_alpha", { - "_index": 7694, + "_index": 7691, "data": { "ref/stable/gui": {} }, @@ -175336,7 +175300,7 @@ [ "gui.get_blend_mode", { - "_index": 7696, + "_index": 7693, "data": { "ref/stable/gui": {} }, @@ -175346,7 +175310,7 @@ [ "gui.get_clipping_inverted", { - "_index": 7698, + "_index": 7695, "data": { "ref/stable/gui": {} }, @@ -175356,7 +175320,7 @@ [ "gui.get_clipping_mode", { - "_index": 7700, + "_index": 7697, "data": { "ref/stable/gui": {} }, @@ -175366,7 +175330,7 @@ [ "gui.get_clipping_visible", { - "_index": 7702, + "_index": 7699, "data": { "ref/stable/gui": {} }, @@ -175387,7 +175351,7 @@ [ "gui.get_euler", { - "_index": 7705, + "_index": 7702, "data": { "ref/stable/gui": {} }, @@ -175409,7 +175373,7 @@ [ "gui.get_flipbook", { - "_index": 7709, + "_index": 7706, "data": { "ref/stable/gui": {} }, @@ -175419,7 +175383,7 @@ [ "gui.get_flipbook_cursor", { - "_index": 7711, + "_index": 7708, "data": { "ref/stable/gui": {} }, @@ -175429,7 +175393,7 @@ [ "gui.get_flipbook_playback_rate", { - "_index": 7713, + "_index": 7710, "data": { "ref/stable/gui": {} }, @@ -175439,7 +175403,7 @@ [ "gui.get_font", { - "_index": 7715, + "_index": 7712, "data": { "ref/stable/gui": {} }, @@ -175449,7 +175413,7 @@ [ "gui.get_font_resource", { - "_index": 7717, + "_index": 7714, "data": { "ref/stable/gui": {} }, @@ -175459,7 +175423,7 @@ [ "gui.get_height", { - "_index": 7719, + "_index": 7716, "data": { "ref/stable/gui": {} }, @@ -175469,7 +175433,7 @@ [ "gui.get_id", { - "_index": 7721, + "_index": 7718, "data": { "ref/stable/gui": {} }, @@ -175490,7 +175454,7 @@ [ "gui.get_inherit_alpha", { - "_index": 7726, + "_index": 7723, "data": { "ref/stable/gui": {} }, @@ -175511,7 +175475,7 @@ [ "gui.get_layer", { - "_index": 7729, + "_index": 7726, "data": { "ref/stable/gui": {} }, @@ -175521,7 +175485,7 @@ [ "gui.get_layout", { - "_index": 7731, + "_index": 7728, "data": { "ref/stable/gui": {} }, @@ -175531,7 +175495,7 @@ [ "gui.get_leading", { - "_index": 7733, + "_index": 7730, "data": { "ref/stable/gui": {} }, @@ -175541,7 +175505,7 @@ [ "gui.get_line_break", { - "_index": 7735, + "_index": 7732, "data": { "ref/stable/gui": {} }, @@ -175551,7 +175515,7 @@ [ "gui.get_material", { - "_index": 7737, + "_index": 7734, "data": { "ref/stable/gui": {} }, @@ -175581,7 +175545,7 @@ [ "gui.get_outer_bounds", { - "_index": 7740, + "_index": 7737, "data": { "ref/stable/gui": {} }, @@ -175602,7 +175566,7 @@ [ "gui.get_parent", { - "_index": 7744, + "_index": 7741, "data": { "ref/stable/gui": {} }, @@ -175612,7 +175576,7 @@ [ "gui.get_particlefx", { - "_index": 7746, + "_index": 7743, "data": { "ref/stable/gui": {} }, @@ -175622,7 +175586,7 @@ [ "gui.get_perimeter_vertices", { - "_index": 5015, + "_index": 5012, "data": { "manuals/gui-pie": {}, "ref/stable/gui": {} @@ -175633,7 +175597,7 @@ [ "gui.get_pivot", { - "_index": 7750, + "_index": 7747, "data": { "ref/stable/gui": {} }, @@ -175677,7 +175641,7 @@ [ "gui.get_screen_position", { - "_index": 7764, + "_index": 7761, "data": { "ref/stable/gui": {} }, @@ -175710,7 +175674,7 @@ [ "gui.get_size_mode", { - "_index": 7768, + "_index": 7765, "data": { "ref/stable/gui": {} }, @@ -175742,7 +175706,7 @@ [ "gui.get_texture", { - "_index": 7774, + "_index": 7771, "data": { "ref/stable/gui": {} }, @@ -175752,7 +175716,7 @@ [ "gui.get_tracking", { - "_index": 7776, + "_index": 7773, "data": { "ref/stable/gui": {} }, @@ -175762,7 +175726,7 @@ [ "gui.get_tree", { - "_index": 7778, + "_index": 7775, "data": { "ref/stable/gui": {} }, @@ -175772,7 +175736,7 @@ [ "gui.get_type", { - "_index": 7780, + "_index": 7777, "data": { "ref/stable/gui": {} }, @@ -175793,7 +175757,7 @@ [ "gui.get_width", { - "_index": 7788, + "_index": 7785, "data": { "ref/stable/gui": {} }, @@ -175803,7 +175767,7 @@ [ "gui.get_xanchor", { - "_index": 7790, + "_index": 7787, "data": { "ref/stable/gui": {} }, @@ -175813,7 +175777,7 @@ [ "gui.get_yanchor", { - "_index": 7792, + "_index": 7789, "data": { "ref/stable/gui": {} }, @@ -175823,7 +175787,7 @@ [ "gui.hide_keyboard", { - "_index": 7794, + "_index": 7791, "data": { "ref/stable/gui": {} }, @@ -175844,7 +175808,7 @@ [ "gui.keyboard_type_default", { - "_index": 7798, + "_index": 7795, "data": { "ref/stable/gui": {} }, @@ -175854,7 +175818,7 @@ [ "gui.keyboard_type_email", { - "_index": 7800, + "_index": 7797, "data": { "ref/stable/gui": {} }, @@ -175864,7 +175828,7 @@ [ "gui.keyboard_type_number_pad", { - "_index": 7802, + "_index": 7799, "data": { "ref/stable/gui": {} }, @@ -175874,7 +175838,7 @@ [ "gui.keyboard_type_password", { - "_index": 7804, + "_index": 7801, "data": { "ref/stable/gui": {} }, @@ -175895,7 +175859,7 @@ [ "gui.move_below", { - "_index": 7807, + "_index": 7804, "data": { "ref/stable/gui": {} }, @@ -175905,7 +175869,7 @@ [ "gui.new_", { - "_index": 5904, + "_index": 5901, "data": { "manuals/gui-script": {} }, @@ -175915,7 +175879,7 @@ [ "gui.new_*_node", { - "_index": 7904, + "_index": 7901, "data": { "ref/stable/gui": {} }, @@ -175925,7 +175889,7 @@ [ "gui.new_[type]_node", { - "_index": 5915, + "_index": 5912, "data": { "manuals/gui-script": {} }, @@ -175935,7 +175899,7 @@ [ "gui.new_box_node", { - "_index": 7809, + "_index": 7806, "data": { "ref/stable/gui": {} }, @@ -175945,7 +175909,7 @@ [ "gui.new_particlefx_node", { - "_index": 7811, + "_index": 7808, "data": { "ref/stable/gui": {} }, @@ -175955,7 +175919,7 @@ [ "gui.new_pie_node", { - "_index": 7813, + "_index": 7810, "data": { "ref/stable/gui": {} }, @@ -175965,7 +175929,7 @@ [ "gui.new_text_node", { - "_index": 5917, + "_index": 5914, "data": { "manuals/gui-script": {}, "ref/stable/gui": {} @@ -175976,7 +175940,7 @@ [ "gui.new_texture", { - "_index": 7816, + "_index": 7813, "data": { "ref/stable/gui": {} }, @@ -176001,7 +175965,7 @@ [ "gui.piebounds_ellipse", { - "_index": 7742, + "_index": 7739, "data": { "ref/stable/gui": {} }, @@ -176011,7 +175975,7 @@ [ "gui.piebounds_rectangle", { - "_index": 5018, + "_index": 5015, "data": { "manuals/gui-pie": {}, "ref/stable/gui": {} @@ -176022,7 +175986,7 @@ [ "gui.pivot_center", { - "_index": 7752, + "_index": 7749, "data": { "ref/stable/gui": {} }, @@ -176032,7 +175996,7 @@ [ "gui.pivot_e", { - "_index": 7755, + "_index": 7752, "data": { "ref/stable/gui": {} }, @@ -176042,7 +176006,7 @@ [ "gui.pivot_n", { - "_index": 7753, + "_index": 7750, "data": { "ref/stable/gui": {} }, @@ -176052,7 +176016,7 @@ [ "gui.pivot_ne", { - "_index": 7754, + "_index": 7751, "data": { "ref/stable/gui": {} }, @@ -176062,7 +176026,7 @@ [ "gui.pivot_nw", { - "_index": 7760, + "_index": 7757, "data": { "ref/stable/gui": {} }, @@ -176072,7 +176036,7 @@ [ "gui.pivot_s", { - "_index": 7757, + "_index": 7754, "data": { "ref/stable/gui": {} }, @@ -176082,7 +176046,7 @@ [ "gui.pivot_se", { - "_index": 7756, + "_index": 7753, "data": { "ref/stable/gui": {} }, @@ -176092,7 +176056,7 @@ [ "gui.pivot_sw", { - "_index": 7758, + "_index": 7755, "data": { "ref/stable/gui": {} }, @@ -176102,7 +176066,7 @@ [ "gui.pivot_w", { - "_index": 7759, + "_index": 7756, "data": { "ref/stable/gui": {} }, @@ -176134,7 +176098,7 @@ [ "gui.playback_loop_backward", { - "_index": 7612, + "_index": 7609, "data": { "ref/stable/gui": {} }, @@ -176144,7 +176108,7 @@ [ "gui.playback_loop_forward", { - "_index": 7611, + "_index": 7608, "data": { "ref/stable/gui": {} }, @@ -176154,7 +176118,7 @@ [ "gui.playback_loop_pingpong", { - "_index": 5020, + "_index": 5017, "data": { "manuals/gui-pie": {}, "ref/stable/gui": {} @@ -176165,7 +176129,7 @@ [ "gui.playback_once_backward", { - "_index": 7609, + "_index": 7606, "data": { "ref/stable/gui": {} }, @@ -176175,7 +176139,7 @@ [ "gui.playback_once_forward", { - "_index": 7608, + "_index": 7605, "data": { "ref/stable/gui": {} }, @@ -176185,7 +176149,7 @@ [ "gui.playback_once_pingpong", { - "_index": 7610, + "_index": 7607, "data": { "ref/stable/gui": {} }, @@ -176195,7 +176159,7 @@ [ "gui.prop_color", { - "_index": 7598, + "_index": 7595, "data": { "ref/stable/gui": {} }, @@ -176205,7 +176169,7 @@ [ "gui.prop_euler", { - "_index": 7596, + "_index": 7593, "data": { "ref/stable/gui": {} }, @@ -176215,7 +176179,7 @@ [ "gui.prop_fill_angle", { - "_index": 7602, + "_index": 7599, "data": { "ref/stable/gui": {} }, @@ -176225,7 +176189,7 @@ [ "gui.prop_inner_radius", { - "_index": 7603, + "_index": 7600, "data": { "ref/stable/gui": {} }, @@ -176235,7 +176199,7 @@ [ "gui.prop_leading", { - "_index": 7604, + "_index": 7601, "data": { "ref/stable/gui": {} }, @@ -176245,7 +176209,7 @@ [ "gui.prop_outline", { - "_index": 7599, + "_index": 7596, "data": { "ref/stable/gui": {} }, @@ -176255,7 +176219,7 @@ [ "gui.prop_position", { - "_index": 7594, + "_index": 7591, "data": { "ref/stable/gui": {} }, @@ -176265,7 +176229,7 @@ [ "gui.prop_rotation", { - "_index": 7595, + "_index": 7592, "data": { "ref/stable/gui": {} }, @@ -176275,7 +176239,7 @@ [ "gui.prop_scale", { - "_index": 7597, + "_index": 7594, "data": { "ref/stable/gui": {} }, @@ -176285,7 +176249,7 @@ [ "gui.prop_shadow", { - "_index": 7600, + "_index": 7597, "data": { "ref/stable/gui": {} }, @@ -176295,7 +176259,7 @@ [ "gui.prop_size", { - "_index": 7601, + "_index": 7598, "data": { "ref/stable/gui": {} }, @@ -176305,7 +176269,7 @@ [ "gui.prop_slice9", { - "_index": 7606, + "_index": 7603, "data": { "ref/stable/gui": {} }, @@ -176315,7 +176279,7 @@ [ "gui.prop_tracking", { - "_index": 7605, + "_index": 7602, "data": { "ref/stable/gui": {} }, @@ -176325,7 +176289,7 @@ [ "gui.reset_keyboard", { - "_index": 7858, + "_index": 7855, "data": { "ref/stable/gui": {} }, @@ -176335,7 +176299,7 @@ [ "gui.reset_material", { - "_index": 7860, + "_index": 7857, "data": { "ref/stable/gui": {} }, @@ -176345,7 +176309,7 @@ [ "gui.reset_nodes", { - "_index": 7862, + "_index": 7859, "data": { "ref/stable/gui": {} }, @@ -176355,7 +176319,7 @@ [ "gui.result_", { - "_index": 7819, + "_index": 7816, "data": { "ref/stable/gui": {} }, @@ -176365,7 +176329,7 @@ [ "gui.result_data_error", { - "_index": 7864, + "_index": 7861, "data": { "ref/stable/gui": {} }, @@ -176375,7 +176339,7 @@ [ "gui.result_out_of_resources", { - "_index": 7866, + "_index": 7863, "data": { "ref/stable/gui": {} }, @@ -176385,7 +176349,7 @@ [ "gui.result_texture_already_exists", { - "_index": 7868, + "_index": 7865, "data": { "ref/stable/gui": {} }, @@ -176395,7 +176359,7 @@ [ "gui.screen_to_local", { - "_index": 7870, + "_index": 7867, "data": { "ref/stable/gui": {} }, @@ -176405,7 +176369,7 @@ [ "gui.set", { - "_index": 7872, + "_index": 7869, "data": { "ref/stable/gui": {} }, @@ -176415,7 +176379,7 @@ [ "gui.set_adjust_mode", { - "_index": 7879, + "_index": 7876, "data": { "ref/stable/gui": {} }, @@ -176425,7 +176389,7 @@ [ "gui.set_alpha", { - "_index": 7881, + "_index": 7878, "data": { "ref/stable/gui": {} }, @@ -176435,7 +176399,7 @@ [ "gui.set_blend_mode", { - "_index": 7883, + "_index": 7880, "data": { "ref/stable/gui": {} }, @@ -176445,7 +176409,7 @@ [ "gui.set_clipping_inverted", { - "_index": 7885, + "_index": 7882, "data": { "ref/stable/gui": {} }, @@ -176455,7 +176419,7 @@ [ "gui.set_clipping_mode", { - "_index": 7887, + "_index": 7884, "data": { "ref/stable/gui": {} }, @@ -176465,7 +176429,7 @@ [ "gui.set_clipping_visible", { - "_index": 7889, + "_index": 7886, "data": { "ref/stable/gui": {} }, @@ -176499,7 +176463,7 @@ [ "gui.set_euler", { - "_index": 7893, + "_index": 7890, "data": { "ref/stable/gui": {} }, @@ -176520,7 +176484,7 @@ [ "gui.set_flipbook_cursor", { - "_index": 7896, + "_index": 7893, "data": { "ref/stable/gui": {} }, @@ -176530,7 +176494,7 @@ [ "gui.set_flipbook_playback_rate", { - "_index": 7898, + "_index": 7895, "data": { "ref/stable/gui": {} }, @@ -176540,7 +176504,7 @@ [ "gui.set_font", { - "_index": 7900, + "_index": 7897, "data": { "ref/stable/gui": {} }, @@ -176550,7 +176514,7 @@ [ "gui.set_id", { - "_index": 7902, + "_index": 7899, "data": { "ref/stable/gui": {} }, @@ -176560,7 +176524,7 @@ [ "gui.set_inherit_alpha", { - "_index": 7906, + "_index": 7903, "data": { "ref/stable/gui": {} }, @@ -176581,7 +176545,7 @@ [ "gui.set_layer", { - "_index": 7909, + "_index": 7906, "data": { "ref/stable/gui": {} }, @@ -176591,7 +176555,7 @@ [ "gui.set_leading", { - "_index": 7911, + "_index": 7908, "data": { "ref/stable/gui": {} }, @@ -176601,7 +176565,7 @@ [ "gui.set_line_break", { - "_index": 7913, + "_index": 7910, "data": { "ref/stable/gui": {} }, @@ -176611,7 +176575,7 @@ [ "gui.set_material", { - "_index": 7915, + "_index": 7912, "data": { "ref/stable/gui": {} }, @@ -176621,7 +176585,7 @@ [ "gui.set_outer_bounds", { - "_index": 5017, + "_index": 5014, "data": { "manuals/gui-pie": {}, "ref/stable/gui": {} @@ -176643,7 +176607,7 @@ [ "gui.set_parent", { - "_index": 7919, + "_index": 7916, "data": { "ref/stable/gui": {} }, @@ -176653,7 +176617,7 @@ [ "gui.set_particlefx", { - "_index": 7921, + "_index": 7918, "data": { "ref/stable/gui": {} }, @@ -176663,7 +176627,7 @@ [ "gui.set_perimeter_vertices", { - "_index": 5016, + "_index": 5013, "data": { "manuals/gui-pie": {}, "ref/stable/gui": {} @@ -176674,7 +176638,7 @@ [ "gui.set_pivot", { - "_index": 7924, + "_index": 7921, "data": { "ref/stable/gui": {} }, @@ -176696,7 +176660,7 @@ [ "gui.set_render_order", { - "_index": 7927, + "_index": 7924, "data": { "ref/stable/gui": {} }, @@ -176728,7 +176692,7 @@ [ "gui.set_screen_position", { - "_index": 7932, + "_index": 7929, "data": { "ref/stable/gui": {} }, @@ -176761,7 +176725,7 @@ [ "gui.set_size_mode", { - "_index": 7937, + "_index": 7934, "data": { "ref/stable/gui": {} }, @@ -176795,7 +176759,7 @@ [ "gui.set_texture", { - "_index": 7941, + "_index": 7938, "data": { "ref/stable/gui": {} }, @@ -176805,7 +176769,7 @@ [ "gui.set_texture_data", { - "_index": 7943, + "_index": 7940, "data": { "ref/stable/gui": {} }, @@ -176815,7 +176779,7 @@ [ "gui.set_tracking", { - "_index": 7945, + "_index": 7942, "data": { "ref/stable/gui": {} }, @@ -176836,7 +176800,7 @@ [ "gui.set_xanchor", { - "_index": 7948, + "_index": 7945, "data": { "ref/stable/gui": {} }, @@ -176846,7 +176810,7 @@ [ "gui.set_yanchor", { - "_index": 7950, + "_index": 7947, "data": { "ref/stable/gui": {} }, @@ -176856,7 +176820,7 @@ [ "gui.show_keyboard", { - "_index": 7952, + "_index": 7949, "data": { "ref/stable/gui": {} }, @@ -176866,7 +176830,7 @@ [ "gui.size_mode_auto", { - "_index": 7771, + "_index": 7768, "data": { "ref/stable/gui": {} }, @@ -176876,7 +176840,7 @@ [ "gui.size_mode_manual", { - "_index": 7770, + "_index": 7767, "data": { "ref/stable/gui": {} }, @@ -176897,7 +176861,7 @@ [ "gui.type_box", { - "_index": 7782, + "_index": 7779, "data": { "ref/stable/gui": {} }, @@ -176907,7 +176871,7 @@ [ "gui.type_custom", { - "_index": 7786, + "_index": 7783, "data": { "ref/stable/gui": {} }, @@ -176917,7 +176881,7 @@ [ "gui.type_particlefx", { - "_index": 7785, + "_index": 7782, "data": { "ref/stable/gui": {} }, @@ -176927,7 +176891,7 @@ [ "gui.type_pie", { - "_index": 7784, + "_index": 7781, "data": { "ref/stable/gui": {} }, @@ -176937,7 +176901,7 @@ [ "gui.type_text", { - "_index": 7783, + "_index": 7780, "data": { "ref/stable/gui": {} }, @@ -176958,7 +176922,7 @@ [ "gui_scripts", { - "_index": 5197, + "_index": 5194, "data": { "manuals/lua": {} }, @@ -176968,7 +176932,7 @@ [ "guic", { - "_index": 9262, + "_index": 9259, "data": { "ref/stable/dmGameObject": {} }, @@ -176992,7 +176956,7 @@ [ "guided", { - "_index": 10720, + "_index": 10717, "data": { "ref/stable/base": {} }, @@ -177013,7 +176977,7 @@ [ "guinodetypecreatefunction", { - "_index": 8050, + "_index": 8047, "data": { "ref/stable/dmGameSystem": {} }, @@ -177023,7 +176987,7 @@ [ "guinodetypedestroyfunction", { - "_index": 8051, + "_index": 8048, "data": { "ref/stable/dmGameSystem": {} }, @@ -177046,7 +177010,7 @@ [ "gyro", { - "_index": 6315, + "_index": 6312, "data": { "assets/gyro": {} }, @@ -177056,7 +177020,7 @@ [ "gyroscope", { - "_index": 6316, + "_index": 6313, "data": { "assets/gyro": {} }, @@ -177089,7 +177053,7 @@ [ "h2", { - "_index": 8983, + "_index": 8980, "data": { "ref/stable/editor": {} }, @@ -177099,7 +177063,7 @@ [ "h3", { - "_index": 8984, + "_index": 8981, "data": { "ref/stable/editor": {} }, @@ -177109,7 +177073,7 @@ [ "h4", { - "_index": 8986, + "_index": 8983, "data": { "ref/stable/editor": {} }, @@ -177119,7 +177083,7 @@ [ "h5", { - "_index": 8988, + "_index": 8985, "data": { "ref/stable/editor": {} }, @@ -177140,7 +177104,7 @@ [ "h_flip", { - "_index": 8076, + "_index": 8073, "data": { "ref/stable/tilemap": {} }, @@ -177150,7 +177114,7 @@ [ "hacked", { - "_index": 6667, + "_index": 6664, "data": { "assets/apkverifier": {} }, @@ -177197,7 +177161,7 @@ [ "halloween", { - "_index": 6559, + "_index": 6556, "data": { "assets/trickortreat": {} }, @@ -177236,7 +177200,7 @@ [ "handful", { - "_index": 5933, + "_index": 5930, "data": { "manuals/model": {} }, @@ -177314,7 +177278,7 @@ [ "handler", { - "_index": 5156, + "_index": 5153, "data": { "manuals/editor-scripts": {}, "manuals/flash": {}, @@ -177329,7 +177293,7 @@ [ "handleresult", { - "_index": 6846, + "_index": 6843, "data": { "ref/stable/dmGraphics": {} }, @@ -177339,7 +177303,7 @@ [ "handlerparams", { - "_index": 10085, + "_index": 10082, "data": { "ref/stable/dmWebServer": {} }, @@ -177349,7 +177313,7 @@ [ "handlers", { - "_index": 5491, + "_index": 5488, "data": { "manuals/editor-scripts": {} }, @@ -177443,7 +177407,7 @@ [ "happened", { - "_index": 7464, + "_index": 7461, "data": { "ref/stable/physics": {} }, @@ -177486,7 +177450,7 @@ [ "happy", { - "_index": 5895, + "_index": 5892, "data": { "manuals/debugging-game-logic": {} }, @@ -177736,7 +177700,7 @@ [ "hash_to_hex", { - "_index": 9993, + "_index": 9990, "data": { "ref/stable/builtins": {} }, @@ -177767,7 +177731,7 @@ [ "hashes", { - "_index": 8059, + "_index": 8056, "data": { "ref/stable/builtins": {}, "ref/stable/dmGameObject": {}, @@ -177791,7 +177755,7 @@ [ "hashmd5", { - "_index": 8191, + "_index": 8188, "data": { "ref/stable/dmCrypt": {} }, @@ -177801,7 +177765,7 @@ [ "hashrenderconstants", { - "_index": 8058, + "_index": 8055, "data": { "ref/stable/dmGameSystem": {} }, @@ -177811,7 +177775,7 @@ [ "hashsha1", { - "_index": 8193, + "_index": 8190, "data": { "ref/stable/dmCrypt": {} }, @@ -177821,7 +177785,7 @@ [ "hashsha256", { - "_index": 8195, + "_index": 8192, "data": { "ref/stable/dmCrypt": {} }, @@ -177831,7 +177795,7 @@ [ "hashsha512", { - "_index": 8198, + "_index": 8195, "data": { "ref/stable/dmCrypt": {} }, @@ -177841,7 +177805,7 @@ [ "hashstate32", { - "_index": 8060, + "_index": 8057, "data": { "ref/stable/dmGameSystem": {}, "ref/stable/dmHash": {} @@ -177852,7 +177816,7 @@ [ "hashstate64", { - "_index": 10217, + "_index": 10214, "data": { "ref/stable/dmHash": {} }, @@ -177862,7 +177826,7 @@ [ "hashtable", { - "_index": 9057, + "_index": 9054, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmHashTable": {} @@ -177873,7 +177837,7 @@ [ "hasn't", { - "_index": 10787, + "_index": 10784, "data": { "ref/stable/dmScript": {} }, @@ -177903,7 +177867,7 @@ [ "hats", { - "_index": 9513, + "_index": 9510, "data": { "ref/stable/dmHid": {} }, @@ -178047,7 +178011,7 @@ [ "haxe", { - "_index": 6611, + "_index": 6608, "data": { "assets/haxesupport": {} }, @@ -178057,7 +178021,7 @@ [ "haxesupport", { - "_index": 6610, + "_index": 6607, "data": { "assets/haxesupport": {} }, @@ -178067,7 +178031,7 @@ [ "hbuffer", { - "_index": 10642, + "_index": 10639, "data": { "ref/stable/dmBuffer": {}, "ref/stable/dmScript": {} @@ -178078,7 +178042,7 @@ [ "hcollection", { - "_index": 9282, + "_index": 9279, "data": { "ref/stable/dmGameObject": {} }, @@ -178088,7 +178052,7 @@ [ "hcollisionshape2d", { - "_index": 7200, + "_index": 7197, "data": { "ref/stable/dmPhysics": {} }, @@ -178098,7 +178062,7 @@ [ "hcomponent", { - "_index": 9283, + "_index": 9280, "data": { "ref/stable/dmGameObject": {} }, @@ -178108,7 +178072,7 @@ [ "hcomponentinternal", { - "_index": 9284, + "_index": 9281, "data": { "ref/stable/dmGameObject": {} }, @@ -178118,7 +178082,7 @@ [ "hcomponentrenderconstants", { - "_index": 8046, + "_index": 8043, "data": { "ref/stable/dmGameSystem": {} }, @@ -178128,7 +178092,7 @@ [ "hcomponenttype", { - "_index": 9200, + "_index": 9197, "data": { "ref/stable/dmGameObject": {} }, @@ -178138,7 +178102,7 @@ [ "hcomponentworld", { - "_index": 9285, + "_index": 9282, "data": { "ref/stable/dmGameObject": {} }, @@ -178148,7 +178112,7 @@ [ "hcomputeprogram", { - "_index": 6847, + "_index": 6844, "data": { "ref/stable/dmGraphics": {} }, @@ -178158,7 +178122,7 @@ [ "hconditionvariable", { - "_index": 9910, + "_index": 9907, "data": { "ref/stable/dmConditionVariable": {} }, @@ -178168,7 +178132,7 @@ [ "hconfig", { - "_index": 9120, + "_index": 9117, "data": { "ref/stable/dmConfigFile": {} }, @@ -178178,7 +178142,7 @@ [ "hconfigfile", { - "_index": 9107, + "_index": 9104, "data": { "ref/stable/dmConfigFile": {} }, @@ -178188,7 +178152,7 @@ [ "hconnection", { - "_index": 10049, + "_index": 10046, "data": { "ref/stable/dmConnectionPool": {} }, @@ -178198,7 +178162,7 @@ [ "hconstant", { - "_index": 10929, + "_index": 10926, "data": { "ref/stable/dmRender": {} }, @@ -178208,7 +178172,7 @@ [ "hcontext", { - "_index": 6848, + "_index": 6845, "data": { "ref/stable/dmGraphics": {}, "ref/stable/dmGui": {}, @@ -178221,7 +178185,7 @@ [ "hdescriptor", { - "_index": 8434, + "_index": 8431, "data": { "ref/stable/dmResource": {} }, @@ -178260,7 +178224,7 @@ [ "header/value", { - "_index": 10455, + "_index": 10452, "data": { "ref/stable/dmHttpClient": {} }, @@ -178270,7 +178234,7 @@ [ "header/version", { - "_index": 10451, + "_index": 10448, "data": { "ref/stable/dmHttpClient": {} }, @@ -178280,7 +178244,7 @@ [ "header_cbk", { - "_index": 10456, + "_index": 10453, "data": { "ref/stable/dmHttpClient": {} }, @@ -178315,7 +178279,7 @@ [ "heading_style", { - "_index": 8979, + "_index": 8976, "data": { "ref/stable/editor": {} }, @@ -178338,7 +178302,7 @@ [ "headlights", { - "_index": 6235, + "_index": 6232, "data": { "examples/material/unlit": {} }, @@ -178358,7 +178322,7 @@ [ "health", { - "_index": 5161, + "_index": 5158, "data": { "assets/vitahealthenergy": {}, "examples/gui/healthbar": {}, @@ -178372,7 +178336,7 @@ [ "healthbar", { - "_index": 5901, + "_index": 5898, "data": { "manuals/gui-script": {} }, @@ -178382,7 +178346,7 @@ [ "healthbar.gui_script", { - "_index": 6120, + "_index": 6117, "data": { "examples/gui/healthbar": {} }, @@ -178392,7 +178356,7 @@ [ "healthbar.script", { - "_index": 6118, + "_index": 6115, "data": { "examples/gui/healthbar": {} }, @@ -178402,7 +178366,7 @@ [ "healthbar_node", { - "_index": 5900, + "_index": 5897, "data": { "manuals/gui-script": {} }, @@ -178412,7 +178376,7 @@ [ "healthbar_node_2", { - "_index": 5907, + "_index": 5904, "data": { "manuals/gui-script": {} }, @@ -178608,7 +178572,7 @@ [ "hence", { - "_index": 5499, + "_index": 5496, "data": { "manuals/editor-scripts": {} }, @@ -178669,7 +178633,7 @@ [ "hertz", { - "_index": 7514, + "_index": 7511, "data": { "ref/stable/physics": {} }, @@ -178679,7 +178643,7 @@ [ "hesitate", { - "_index": 5612, + "_index": 5609, "data": { "manuals/introduction": {} }, @@ -178689,7 +178653,7 @@ [ "heterogeneous", { - "_index": 8859, + "_index": 8856, "data": { "ref/stable/editor": {} }, @@ -178699,7 +178663,7 @@ [ "hex", { - "_index": 6320, + "_index": 6317, "data": { "assets/colorlib": {}, "ref/stable/bit": {}, @@ -178711,7 +178675,7 @@ [ "hexadecimal", { - "_index": 7981, + "_index": 7978, "data": { "ref/stable/bit": {}, "ref/stable/builtins": {}, @@ -178734,7 +178698,7 @@ [ "hfactory", { - "_index": 8435, + "_index": 8432, "data": { "ref/stable/dmResource": {} }, @@ -178744,7 +178708,7 @@ [ "hfont", { - "_index": 10930, + "_index": 10927, "data": { "ref/stable/dmRender": {} }, @@ -178754,7 +178718,7 @@ [ "hfragmentprogram", { - "_index": 6849, + "_index": 6846, "data": { "ref/stable/dmGraphics": {} }, @@ -178764,7 +178728,7 @@ [ "hgamepad", { - "_index": 9488, + "_index": 9485, "data": { "ref/stable/dmHid": {} }, @@ -178774,7 +178738,7 @@ [ "hglrc", { - "_index": 6821, + "_index": 6818, "data": { "ref/stable/dmGraphics": {} }, @@ -178784,7 +178748,7 @@ [ "hhullset2d", { - "_index": 7201, + "_index": 7198, "data": { "ref/stable/dmPhysics": {} }, @@ -178794,7 +178758,7 @@ [ "hid", { - "_index": 8011, + "_index": 8008, "data": { "ref/stable/dmEngine": {}, "ref/stable/dmHid": {} @@ -178829,7 +178793,7 @@ [ "hide_keyboard", { - "_index": 7795, + "_index": 7792, "data": { "ref/stable/gui": {} }, @@ -178839,7 +178803,7 @@ [ "hideen", { - "_index": 9831, + "_index": 9828, "data": { "ref/stable/model": {} }, @@ -178861,7 +178825,7 @@ [ "hiding", { - "_index": 10302, + "_index": 10299, "data": { "ref/stable/profiler": {} }, @@ -178871,7 +178835,7 @@ [ "hiearchy", { - "_index": 9919, + "_index": 9916, "data": { "ref/stable/go": {} }, @@ -178972,7 +178936,7 @@ [ "highlight", { - "_index": 4940, + "_index": 4937, "data": { "examples/material/screenspace": {}, "manuals/editor": {}, @@ -179005,7 +178969,7 @@ [ "highly", { - "_index": 5173, + "_index": 5170, "data": { "assets/facebookinstantgames": {}, "manuals/lua": {} @@ -179026,7 +178990,7 @@ [ "highscore", { - "_index": 6133, + "_index": 6130, "data": { "examples/file/sys_save_load": {} }, @@ -179036,7 +179000,7 @@ [ "himstance", { - "_index": 9298, + "_index": 9295, "data": { "ref/stable/dmGameObject": {} }, @@ -179056,7 +179020,7 @@ [ "hindexbuffer", { - "_index": 6850, + "_index": 6847, "data": { "ref/stable/dmGraphics": {} }, @@ -179066,7 +179030,7 @@ [ "hinge", { - "_index": 6215, + "_index": 6212, "data": { "examples/physics/hinge_joint": {} }, @@ -179076,7 +179040,7 @@ [ "hinge_props", { - "_index": 5795, + "_index": 5792, "data": { "manuals/physics-joints": {} }, @@ -179086,7 +179050,7 @@ [ "hinge_props.motor_speed", { - "_index": 5800, + "_index": 5797, "data": { "manuals/physics-joints": {} }, @@ -179096,7 +179060,7 @@ [ "hinstance", { - "_index": 9243, + "_index": 9240, "data": { "ref/stable/dmGameObject": {} }, @@ -179106,7 +179070,7 @@ [ "hint", { - "_index": 8442, + "_index": 8439, "data": { "ref/stable/dmResource": {}, "ref/stable/editor": {}, @@ -179118,7 +179082,7 @@ [ "hints", { - "_index": 10436, + "_index": 10433, "data": { "ref/stable/resource": {} }, @@ -179188,7 +179152,7 @@ [ "hittestobject", { - "_index": 5125, + "_index": 5122, "data": { "manuals/flash": {} }, @@ -179198,7 +179162,7 @@ [ "hittestpoint", { - "_index": 5124, + "_index": 5121, "data": { "manuals/flash": {} }, @@ -179208,7 +179172,7 @@ [ "hkeyboard", { - "_index": 9490, + "_index": 9487, "data": { "ref/stable/dmHid": {} }, @@ -179218,7 +179182,7 @@ [ "hmaterial", { - "_index": 10931, + "_index": 10928, "data": { "ref/stable/dmRender": {} }, @@ -179228,7 +179192,7 @@ [ "hmouse", { - "_index": 9492, + "_index": 9489, "data": { "ref/stable/dmHid": {} }, @@ -179238,7 +179202,7 @@ [ "hmutex", { - "_index": 6971, + "_index": 6968, "data": { "ref/stable/dmMutex": {} }, @@ -179248,7 +179212,7 @@ [ "hnamedconstantbuffer", { - "_index": 10932, + "_index": 10929, "data": { "ref/stable/dmRender": {} }, @@ -179258,7 +179222,7 @@ [ "hnode", { - "_index": 8139, + "_index": 8136, "data": { "ref/stable/dmGui": {} }, @@ -179367,7 +179331,7 @@ [ "home/roberto", { - "_index": 7165, + "_index": 7162, "data": { "ref/stable/string": {} }, @@ -179397,7 +179361,7 @@ [ "homogeneous", { - "_index": 8865, + "_index": 8862, "data": { "ref/stable/editor": {} }, @@ -179407,7 +179371,7 @@ [ "honored", { - "_index": 10023, + "_index": 10020, "data": { "ref/stable/os": {} }, @@ -179454,7 +179418,7 @@ [ "hooks.editor_script", { - "_index": 5413, + "_index": 5410, "data": { "manuals/editor-scripts": {} }, @@ -179464,7 +179428,7 @@ [ "hooks.editor_script`'s", { - "_index": 5493, + "_index": 5490, "data": { "manuals/editor-scripts": {} }, @@ -179474,7 +179438,7 @@ [ "hope", { - "_index": 5615, + "_index": 5612, "data": { "manuals/introduction": {} }, @@ -179530,7 +179494,7 @@ [ "horndis", { - "_index": 5668, + "_index": 5665, "data": { "manuals/dev-app": {} }, @@ -179540,7 +179504,7 @@ [ "horri", { - "_index": 6561, + "_index": 6558, "data": { "assets/horrifold": {} }, @@ -179550,7 +179514,7 @@ [ "horrifold", { - "_index": 6560, + "_index": 6557, "data": { "assets/horrifold": {} }, @@ -179560,7 +179524,7 @@ [ "horror", { - "_index": 6564, + "_index": 6561, "data": { "assets/horrifold": {} }, @@ -179570,7 +179534,7 @@ [ "host", { - "_index": 8770, + "_index": 8767, "data": { "ref/stable/dmConnectionPool": {}, "ref/stable/dmSSLSocket": {}, @@ -179586,7 +179550,7 @@ [ "host/port", { - "_index": 10035, + "_index": 10032, "data": { "ref/stable/dmConnectionPool": {} }, @@ -179608,7 +179572,7 @@ [ "hostname", { - "_index": 9714, + "_index": 9711, "data": { "ref/stable/dmSocket": {}, "ref/stable/socket": {}, @@ -179636,7 +179600,7 @@ [ "hotspot", { - "_index": 5665, + "_index": 5662, "data": { "manuals/dev-app": {} }, @@ -179646,7 +179610,7 @@ [ "hour", { - "_index": 10000, + "_index": 9997, "data": { "ref/stable/os": {} }, @@ -179656,7 +179620,7 @@ [ "hover", { - "_index": 5377, + "_index": 5374, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -179667,7 +179631,7 @@ [ "hoveralignment", { - "_index": 9003, + "_index": 9000, "data": { "ref/stable/editor": {} }, @@ -179677,7 +179641,7 @@ [ "hoverenabled", { - "_index": 8925, + "_index": 8922, "data": { "ref/stable/editor": {} }, @@ -179810,7 +179774,7 @@ [ "hp", { - "_index": 5629, + "_index": 5626, "data": { "manuals/script-properties": {} }, @@ -179820,7 +179784,7 @@ [ "hpipelinestate", { - "_index": 6851, + "_index": 6848, "data": { "ref/stable/dmGraphics": {} }, @@ -179830,7 +179794,7 @@ [ "hpool", { - "_index": 10050, + "_index": 10047, "data": { "ref/stable/dmConnectionPool": {} }, @@ -179840,7 +179804,7 @@ [ "hpreloadhintinfo", { - "_index": 8436, + "_index": 8433, "data": { "ref/stable/dmResource": {} }, @@ -179850,7 +179814,7 @@ [ "hprofile", { - "_index": 8816, + "_index": 8813, "data": { "ref/stable/dmProfile": {} }, @@ -179860,7 +179824,7 @@ [ "hprogram", { - "_index": 6853, + "_index": 6850, "data": { "ref/stable/dmGraphics": {} }, @@ -179870,7 +179834,7 @@ [ "hproperties", { - "_index": 9286, + "_index": 9283, "data": { "ref/stable/dmGameObject": {} }, @@ -179880,7 +179844,7 @@ [ "hpropertycontainer", { - "_index": 9287, + "_index": 9284, "data": { "ref/stable/dmGameObject": {} }, @@ -179890,7 +179854,7 @@ [ "hpropertycontainerbuilder", { - "_index": 9289, + "_index": 9286, "data": { "ref/stable/dmGameObject": {} }, @@ -179900,7 +179864,7 @@ [ "hprototype", { - "_index": 9290, + "_index": 9287, "data": { "ref/stable/dmGameObject": {} }, @@ -179910,7 +179874,7 @@ [ "hregister", { - "_index": 9291, + "_index": 9288, "data": { "ref/stable/dmGameObject": {} }, @@ -179920,7 +179884,7 @@ [ "hrendercontext", { - "_index": 10933, + "_index": 10930, "data": { "ref/stable/dmRender": {} }, @@ -179930,7 +179894,7 @@ [ "hrenderlistdispatch", { - "_index": 10934, + "_index": 10931, "data": { "ref/stable/dmRender": {} }, @@ -179940,7 +179904,7 @@ [ "hrendertarget", { - "_index": 6854, + "_index": 6851, "data": { "ref/stable/dmGraphics": {} }, @@ -179950,7 +179914,7 @@ [ "hresourcedescriptor", { - "_index": 8428, + "_index": 8425, "data": { "ref/stable/dmResource": {} }, @@ -179960,7 +179924,7 @@ [ "hresourcefactory", { - "_index": 8416, + "_index": 8413, "data": { "ref/stable/dmResource": {} }, @@ -179970,7 +179934,7 @@ [ "hresourcepreloadhintinfo", { - "_index": 8438, + "_index": 8435, "data": { "ref/stable/dmResource": {} }, @@ -179980,7 +179944,7 @@ [ "hresourcetype", { - "_index": 8439, + "_index": 8436, "data": { "ref/stable/dmResource": {} }, @@ -179990,7 +179954,7 @@ [ "hresourcetypecontext", { - "_index": 8440, + "_index": 8437, "data": { "ref/stable/dmResource": {} }, @@ -180000,7 +179964,7 @@ [ "hscene", { - "_index": 8148, + "_index": 8145, "data": { "ref/stable/dmGui": {} }, @@ -180010,7 +179974,7 @@ [ "hscript", { - "_index": 8149, + "_index": 8146, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmGui": {} @@ -180021,7 +179985,7 @@ [ "hscriptinstance", { - "_index": 9292, + "_index": 9289, "data": { "ref/stable/dmGameObject": {} }, @@ -180031,7 +179995,7 @@ [ "hserver", { - "_index": 10084, + "_index": 10081, "data": { "ref/stable/dmWebServer": {} }, @@ -180041,7 +180005,7 @@ [ "hsocket", { - "_index": 7331, + "_index": 7328, "data": { "ref/stable/dmMessage": {} }, @@ -180051,7 +180015,7 @@ [ "hstoragebuffer", { - "_index": 6856, + "_index": 6853, "data": { "ref/stable/dmGraphics": {} }, @@ -180061,7 +180025,7 @@ [ "hsv", { - "_index": 6548, + "_index": 6545, "data": { "assets/colorpicker": {} }, @@ -180071,7 +180035,7 @@ [ "htexture", { - "_index": 6858, + "_index": 6855, "data": { "ref/stable/dmGraphics": {} }, @@ -180081,7 +180045,7 @@ [ "htexturesource", { - "_index": 8150, + "_index": 8147, "data": { "ref/stable/dmGui": {} }, @@ -180188,7 +180152,7 @@ [ "html5.run", { - "_index": 10199, + "_index": 10196, "data": { "ref/stable/html5": {} }, @@ -180208,7 +180172,7 @@ [ "html5.set_interaction_listener", { - "_index": 10201, + "_index": 10198, "data": { "ref/stable/html5": {} }, @@ -180228,7 +180192,7 @@ [ "htouchdevice", { - "_index": 9493, + "_index": 9490, "data": { "ref/stable/dmHid": {} }, @@ -180285,7 +180249,7 @@ [ "http/https", { - "_index": 10235, + "_index": 10232, "data": { "ref/stable/http": {} }, @@ -180295,7 +180259,7 @@ [ "http://<device", { - "_index": 9723, + "_index": 9720, "data": { "ref/stable/sys": {} }, @@ -180315,7 +180279,7 @@ [ "http://127.0.0.1:35405", { - "_index": 5432, + "_index": 5429, "data": { "manuals/editor-scripts": {} }, @@ -180335,7 +180299,7 @@ [ "http://:9000", { - "_index": 4798, + "_index": 4795, "data": { "manuals/extender-docker-images": {} }, @@ -180345,7 +180309,7 @@ [ "http://d.defold.com/archive//bob/bob.jar", { - "_index": 4893, + "_index": 4890, "data": { "manuals/debugging-native-code-ios": {} }, @@ -180355,7 +180319,7 @@ [ "http://d.defold.com/archive//engine/arm64", { - "_index": 4995, + "_index": 4992, "data": { "manuals/debugging-native-code": {} }, @@ -180365,7 +180329,7 @@ [ "http://emsdk", { - "_index": 4795, + "_index": 4792, "data": { "manuals/extender-docker-images": {} }, @@ -180385,7 +180349,7 @@ [ "http://en.wikipedia.org/wiki/polygon_mesh", { - "_index": 4811, + "_index": 4808, "data": { "manuals/importing-models": {} }, @@ -180405,7 +180369,7 @@ [ "http://en.wikipedia.org/wiki/uv_mapping", { - "_index": 4813, + "_index": 4810, "data": { "manuals/importing-models": {} }, @@ -180445,7 +180409,7 @@ [ "http://www.lua.org/pil/contents.html#23", { - "_index": 5887, + "_index": 5884, "data": { "manuals/debugging-game-logic": {} }, @@ -180465,7 +180429,7 @@ [ "httpbin.org", { - "_index": 8771, + "_index": 8768, "data": { "ref/stable/dmSSLSocket": {} }, @@ -180496,7 +180460,7 @@ [ "https://developer.apple.com/documentation/uikit/uiapplicationdelegate?language", { - "_index": 9892, + "_index": 9889, "data": { "ref/stable/dmExtension": {} }, @@ -180653,16 +180617,6 @@ "type": {} } ], - [ - "https://github.com/defold/editor2", - { - "_index": 4695, - "data": { - "manuals/gui-template": {} - }, - "type": {} - } - ], [ "https://github.com/defold/extender.git", { @@ -180776,7 +180730,7 @@ [ "hud", { - "_index": 5983, + "_index": 5980, "data": { "manuals/input": {} }, @@ -180786,7 +180740,7 @@ [ "hud#main", { - "_index": 6119, + "_index": 6116, "data": { "examples/gui/healthbar": {} }, @@ -180796,7 +180750,7 @@ [ "huge", { - "_index": 6432, + "_index": 6429, "data": { "assets/panthera": {}, "ref/stable/math": {} @@ -180807,7 +180761,7 @@ [ "huge_val", { - "_index": 7274, + "_index": 7271, "data": { "ref/stable/math": {} }, @@ -180817,7 +180771,7 @@ [ "hull", { - "_index": 5519, + "_index": 5516, "data": { "assets/defold-3D-outline-shader": {}, "manuals/physics-shapes": {}, @@ -180840,7 +180794,7 @@ [ "humble", { - "_index": 6537, + "_index": 6534, "data": { "assets/sidescrollertutorialfromscratch": {} }, @@ -180850,7 +180804,7 @@ [ "hundreds", { - "_index": 5486, + "_index": 5483, "data": { "manuals/editor-scripts": {} }, @@ -180860,7 +180814,7 @@ [ "huniformlocation", { - "_index": 6859, + "_index": 6856, "data": { "ref/stable/dmGraphics": {} }, @@ -180890,7 +180844,7 @@ [ "hunting", { - "_index": 5896, + "_index": 5893, "data": { "manuals/debugging-game-logic": {} }, @@ -180900,7 +180854,7 @@ [ "hvertexbuffer", { - "_index": 6860, + "_index": 6857, "data": { "ref/stable/dmGraphics": {} }, @@ -180910,7 +180864,7 @@ [ "hvertexdeclaration", { - "_index": 6861, + "_index": 6858, "data": { "ref/stable/dmGraphics": {} }, @@ -180920,7 +180874,7 @@ [ "hvertexprogram", { - "_index": 6862, + "_index": 6859, "data": { "ref/stable/dmGraphics": {} }, @@ -180930,7 +180884,7 @@ [ "hvertexstreamdeclaration", { - "_index": 6863, + "_index": 6860, "data": { "ref/stable/dmGraphics": {} }, @@ -180940,7 +180894,7 @@ [ "hwnd", { - "_index": 6824, + "_index": 6821, "data": { "ref/stable/dmGraphics": {} }, @@ -180950,7 +180904,7 @@ [ "hyper", { - "_index": 6410, + "_index": 6407, "data": { "assets/hypertrails": {} }, @@ -180960,7 +180914,7 @@ [ "hyperbolic", { - "_index": 7258, + "_index": 7255, "data": { "ref/stable/math": {} }, @@ -180970,7 +180924,7 @@ [ "hypertrails", { - "_index": 6409, + "_index": 6406, "data": { "assets/hypertrails": {} }, @@ -180980,7 +180934,7 @@ [ "hyphen", { - "_index": 9401, + "_index": 9398, "data": { "ref/stable/package": {} }, @@ -180990,7 +180944,7 @@ [ "hz", { - "_index": 4866, + "_index": 4863, "data": { "manuals/porting-guidelines": {}, "ref/stable/collectionproxy": {} @@ -181034,7 +180988,7 @@ [ "i,i,i,1", { - "_index": 8547, + "_index": 8544, "data": { "ref/stable/render": {} }, @@ -181044,7 +180998,7 @@ [ "i,v", { - "_index": 10696, + "_index": 10693, "data": { "ref/stable/base": {} }, @@ -181109,7 +181063,7 @@ [ "i0", { - "_index": 10395, + "_index": 10392, "data": { "ref/stable/resource": {} }, @@ -181119,7 +181073,7 @@ [ "i1", { - "_index": 10396, + "_index": 10393, "data": { "ref/stable/resource": {} }, @@ -181129,7 +181083,7 @@ [ "i18n", { - "_index": 6371, + "_index": 6368, "data": { "assets/i18n-defold": {} }, @@ -181139,7 +181093,7 @@ [ "i2", { - "_index": 10397, + "_index": 10394, "data": { "ref/stable/resource": {} }, @@ -181149,7 +181103,7 @@ [ "iac", { - "_index": 6704, + "_index": 6701, "data": { "assets/iac": {} }, @@ -181159,7 +181113,7 @@ [ "iac.set_listener", { - "_index": 5765, + "_index": 5762, "data": { "manuals/iac": {} }, @@ -181169,7 +181123,7 @@ [ "iac.type_invocation", { - "_index": 5762, + "_index": 5759, "data": { "manuals/iac": {} }, @@ -181179,7 +181133,7 @@ [ "iac_listener", { - "_index": 5760, + "_index": 5757, "data": { "manuals/iac": {} }, @@ -181189,7 +181143,7 @@ [ "iam", { - "_index": 5039, + "_index": 5036, "data": { "manuals/live-update-aws": {} }, @@ -181199,7 +181153,7 @@ [ "iap", { - "_index": 6616, + "_index": 6613, "data": { "assets/iap": {} }, @@ -181209,7 +181163,7 @@ [ "icns", { - "_index": 5804, + "_index": 5801, "data": { "manuals/macos": {} }, @@ -181219,7 +181173,7 @@ [ "ico", { - "_index": 4951, + "_index": 4948, "data": { "manuals/windows": {} }, @@ -181250,7 +181204,7 @@ [ "icon:auto", { - "_index": 4961, + "_index": 4958, "data": { "manuals/windows": {} }, @@ -181260,7 +181214,7 @@ [ "icon_128x128.png", { - "_index": 5813, + "_index": 5810, "data": { "manuals/macos": {} }, @@ -181270,7 +181224,7 @@ [ "icon_128x128@2x.png", { - "_index": 5814, + "_index": 5811, "data": { "manuals/macos": {} }, @@ -181280,7 +181234,7 @@ [ "icon_16x16.png", { - "_index": 5809, + "_index": 5806, "data": { "manuals/macos": {} }, @@ -181290,7 +181244,7 @@ [ "icon_16x16@2x.png", { - "_index": 5810, + "_index": 5807, "data": { "manuals/macos": {} }, @@ -181300,7 +181254,7 @@ [ "icon_256x256.png", { - "_index": 5815, + "_index": 5812, "data": { "manuals/macos": {} }, @@ -181310,7 +181264,7 @@ [ "icon_256x256@2x.png", { - "_index": 5816, + "_index": 5813, "data": { "manuals/macos": {} }, @@ -181320,7 +181274,7 @@ [ "icon_256x256px.png", { - "_index": 4960, + "_index": 4957, "data": { "manuals/windows": {} }, @@ -181330,7 +181284,7 @@ [ "icon_32x32.png", { - "_index": 5811, + "_index": 5808, "data": { "manuals/macos": {} }, @@ -181340,7 +181294,7 @@ [ "icon_32x32@2x.png", { - "_index": 5812, + "_index": 5809, "data": { "manuals/macos": {} }, @@ -181350,7 +181304,7 @@ [ "icon_512x512.png", { - "_index": 5817, + "_index": 5814, "data": { "manuals/macos": {} }, @@ -181360,7 +181314,7 @@ [ "icon_512x512@2x.png", { - "_index": 5818, + "_index": 5815, "data": { "manuals/macos": {} }, @@ -181370,7 +181324,7 @@ [ "iconified", { - "_index": 7229, + "_index": 7226, "data": { "ref/stable/window": {} }, @@ -181394,7 +181348,7 @@ [ "iconset", { - "_index": 5806, + "_index": 5803, "data": { "manuals/macos": {} }, @@ -181404,7 +181358,7 @@ [ "iconutil", { - "_index": 5819, + "_index": 5816, "data": { "manuals/macos": {} }, @@ -181495,7 +181449,7 @@ [ "id:s", { - "_index": 7346, + "_index": 7343, "data": { "ref/stable/collectionfactory": {}, "ref/stable/crash": {} @@ -181506,7 +181460,7 @@ [ "ide", { - "_index": 4890, + "_index": 4887, "data": { "assets/vs-code-ide": {}, "manuals/debugging-native-code-android": {}, @@ -181532,7 +181486,7 @@ [ "ideal", { - "_index": 5685, + "_index": 5682, "data": { "manuals/design": {}, "manuals/physics-events": {} @@ -181543,7 +181497,7 @@ [ "ideas", { - "_index": 6395, + "_index": 6392, "data": { "assets/scene3d": {} }, @@ -181553,7 +181507,7 @@ [ "identical", { - "_index": 7633, + "_index": 7630, "data": { "ref/stable/gui": {} }, @@ -181563,7 +181517,7 @@ [ "identification", { - "_index": 7525, + "_index": 7522, "data": { "ref/stable/physics": {} }, @@ -181612,7 +181566,7 @@ [ "identifierforvendor", { - "_index": 9659, + "_index": 9656, "data": { "ref/stable/sys": {} }, @@ -181635,7 +181589,7 @@ [ "identifies", { - "_index": 5461, + "_index": 5458, "data": { "manuals/editor-scripts": {}, "ref/stable/collectionfactory": {}, @@ -181659,7 +181613,7 @@ [ "identifying", { - "_index": 6520, + "_index": 6517, "data": { "assets/adinfo": {}, "ref/stable/go": {}, @@ -181701,7 +181655,7 @@ [ "ides", { - "_index": 5601, + "_index": 5598, "data": { "manuals/introduction": {} }, @@ -181711,7 +181665,7 @@ [ "idiom", { - "_index": 10703, + "_index": 10700, "data": { "ref/stable/base": {} }, @@ -181773,7 +181727,7 @@ [ "ierusalimschy", { - "_index": 5187, + "_index": 5184, "data": { "assets/lpeg": {}, "manuals/lua": {} @@ -181990,7 +181944,7 @@ [ "ignore_cache", { - "_index": 10243, + "_index": 10240, "data": { "ref/stable/http": {} }, @@ -182000,7 +181954,7 @@ [ "ignore_secure", { - "_index": 9640, + "_index": 9637, "data": { "ref/stable/sys": {} }, @@ -182028,7 +181982,7 @@ [ "ignores", { - "_index": 9641, + "_index": 9638, "data": { "ref/stable/sys": {} }, @@ -182038,7 +181992,7 @@ [ "ignoring", { - "_index": 4887, + "_index": 4884, "data": { "manuals/flash": {}, "manuals/project-defignore": {} @@ -182083,7 +182037,7 @@ [ "illustrated", { - "_index": 5058, + "_index": 5055, "data": { "manuals/flash": {} }, @@ -182180,7 +182134,7 @@ [ "image.load_buffer", { - "_index": 10363, + "_index": 10360, "data": { "ref/stable/image": {} }, @@ -182190,7 +182144,7 @@ [ "image.type_luminance", { - "_index": 10361, + "_index": 10358, "data": { "ref/stable/image": {} }, @@ -182200,7 +182154,7 @@ [ "image.type_luminance_alpha", { - "_index": 10362, + "_index": 10359, "data": { "ref/stable/image": {} }, @@ -182210,7 +182164,7 @@ [ "image.type_rgb", { - "_index": 10359, + "_index": 10356, "data": { "ref/stable/image": {} }, @@ -182220,7 +182174,7 @@ [ "image.type_rgba", { - "_index": 10360, + "_index": 10357, "data": { "ref/stable/image": {} }, @@ -182230,7 +182184,7 @@ [ "image/animation", { - "_index": 7942, + "_index": 7939, "data": { "ref/stable/gui": {} }, @@ -182251,7 +182205,7 @@ [ "imageloader", { - "_index": 6608, + "_index": 6605, "data": { "assets/imageloader": {} }, @@ -182261,7 +182215,7 @@ [ "imagemagick", { - "_index": 4956, + "_index": 4953, "data": { "manuals/windows": {} }, @@ -182310,7 +182264,7 @@ [ "imagestore", { - "_index": 5328, + "_index": 5325, "data": { "manuals/compute": {} }, @@ -182330,7 +182284,7 @@ [ "imaginary", { - "_index": 6991, + "_index": 6988, "data": { "ref/stable/vmath": {} }, @@ -182340,7 +182294,7 @@ [ "imagine", { - "_index": 5117, + "_index": 5114, "data": { "manuals/flash": {} }, @@ -182350,7 +182304,7 @@ [ "img", { - "_index": 6112, + "_index": 6109, "data": { "examples/gui/load_texture": {} }, @@ -182360,7 +182314,7 @@ [ "imgui", { - "_index": 6486, + "_index": 6483, "data": { "assets/dear-imgui": {} }, @@ -182370,7 +182324,7 @@ [ "iml", { - "_index": 5509, + "_index": 5506, "data": { "manuals/debugging-native-code-android": {} }, @@ -182380,7 +182334,7 @@ [ "immediate", { - "_index": 5352, + "_index": 5349, "data": { "assets/defold-nuklear": {}, "manuals/editor-scripts": {} @@ -182425,7 +182379,7 @@ [ "immovable", { - "_index": 10110, + "_index": 10107, "data": { "ref/stable/b2d.body": {} }, @@ -182445,7 +182399,7 @@ [ "imp", { - "_index": 6653, + "_index": 6650, "data": { "assets/imp": {} }, @@ -182471,7 +182425,7 @@ [ "impactful", { - "_index": 4839, + "_index": 4836, "data": { "manuals/porting-guidelines": {} }, @@ -182565,7 +182519,7 @@ [ "implic", { - "_index": 9680, + "_index": 9677, "data": { "ref/stable/sys": {} }, @@ -182587,7 +182541,7 @@ [ "implies", { - "_index": 5113, + "_index": 5110, "data": { "manuals/compute": {}, "manuals/flash": {}, @@ -182683,7 +182637,7 @@ [ "imposed", { - "_index": 5834, + "_index": 5831, "data": { "manuals/macos": {} }, @@ -182693,7 +182647,7 @@ [ "imposes", { - "_index": 4814, + "_index": 4811, "data": { "manuals/importing-models": {} }, @@ -182773,7 +182727,7 @@ [ "impulse", { - "_index": 5677, + "_index": 5674, "data": { "manuals/physics-events": {}, "ref/stable/b2d.body": {}, @@ -183054,7 +183008,7 @@ [ "inactive", { - "_index": 7561, + "_index": 7558, "data": { "ref/stable/b2d.body": {}, "ref/stable/physics": {} @@ -183065,7 +183019,7 @@ [ "inaddr_any", { - "_index": 10545, + "_index": 10542, "data": { "ref/stable/socket": {} }, @@ -183075,7 +183029,7 @@ [ "inc", { - "_index": 6389, + "_index": 6386, "data": { "assets/rive": {} }, @@ -183202,7 +183156,7 @@ [ "inclusive", { - "_index": 10378, + "_index": 10375, "data": { "ref/stable/base": {}, "ref/stable/resource": {} @@ -183213,7 +183167,7 @@ [ "incoming", { - "_index": 8581, + "_index": 8578, "data": { "ref/stable/profiler": {}, "ref/stable/render": {}, @@ -183307,7 +183261,7 @@ [ "increasingly", { - "_index": 4870, + "_index": 4867, "data": { "manuals/porting-guidelines": {} }, @@ -183317,7 +183271,7 @@ [ "increment", { - "_index": 9077, + "_index": 9074, "data": { "ref/stable/dmAtomic": {} }, @@ -183337,7 +183291,7 @@ [ "incremental", { - "_index": 10214, + "_index": 10211, "data": { "ref/stable/dmHash": {} }, @@ -183347,7 +183301,7 @@ [ "incremented", { - "_index": 7997, + "_index": 7994, "data": { "ref/stable/collectionproxy": {} }, @@ -183357,7 +183311,7 @@ [ "incrementing", { - "_index": 5102, + "_index": 5099, "data": { "manuals/flash": {}, "ref/stable/render": {} @@ -183368,7 +183322,7 @@ [ "increments", { - "_index": 8621, + "_index": 8618, "data": { "ref/stable/render": {} }, @@ -183400,7 +183354,7 @@ [ "indent", { - "_index": 5473, + "_index": 5470, "data": { "manuals/editor-scripts": {} }, @@ -183410,7 +183364,7 @@ [ "indenting", { - "_index": 4942, + "_index": 4939, "data": { "manuals/getting-help": {} }, @@ -183476,7 +183430,7 @@ [ "indexbufferformat", { - "_index": 6864, + "_index": 6861, "data": { "ref/stable/dmGraphics": {} }, @@ -183513,7 +183467,7 @@ [ "indexing", { - "_index": 5114, + "_index": 5111, "data": { "manuals/flash": {} }, @@ -183523,7 +183477,7 @@ [ "indicate", { - "_index": 4968, + "_index": 4965, "data": { "examples/material/screenspace": {}, "manuals/debugging-game-logic": {}, @@ -183550,7 +183504,7 @@ [ "indicates", { - "_index": 5681, + "_index": 5678, "data": { "manuals/macos": {}, "manuals/physics-events": {}, @@ -183577,7 +183531,7 @@ [ "indicator", { - "_index": 6223, + "_index": 6220, "data": { "assets/safearea": {}, "examples/timer/repeating_timer": {} @@ -183588,7 +183542,7 @@ [ "indicators", { - "_index": 6114, + "_index": 6111, "data": { "examples/gui/progress": {}, "examples/timer/cancel_timer": {}, @@ -183617,7 +183571,7 @@ [ "indicies", { - "_index": 9058, + "_index": 9055, "data": { "ref/stable/dmHashTable": {} }, @@ -183653,7 +183607,7 @@ [ "individually", { - "_index": 4713, + "_index": 4710, "data": { "manuals/bundling": {}, "ref/stable/gui": {}, @@ -183687,7 +183641,7 @@ [ "inertia", { - "_index": 10122, + "_index": 10119, "data": { "ref/stable/b2d.body": {} }, @@ -183697,7 +183651,7 @@ [ "inet", { - "_index": 10473, + "_index": 10470, "data": { "ref/stable/socket": {} }, @@ -183707,7 +183661,7 @@ [ "inet6", { - "_index": 10474, + "_index": 10471, "data": { "ref/stable/socket": {} }, @@ -183727,7 +183681,7 @@ [ "inflate", { - "_index": 9103, + "_index": 9100, "data": { "ref/stable/zlib": {} }, @@ -183737,7 +183691,7 @@ [ "inflated", { - "_index": 9104, + "_index": 9101, "data": { "ref/stable/zlib": {} }, @@ -183935,7 +183889,7 @@ [ "inheritance", { - "_index": 5956, + "_index": 5953, "data": { "manuals/design": {} }, @@ -184051,7 +184005,7 @@ [ "initial_memory", { - "_index": 5244, + "_index": 5241, "data": { "manuals/app-manifest": {} }, @@ -184061,7 +184015,7 @@ [ "initialization", { - "_index": 9219, + "_index": 9216, "data": { "ref/stable/dmGameObject": {} }, @@ -184071,7 +184025,7 @@ [ "initialize", { - "_index": 7994, + "_index": 7991, "data": { "ref/stable/collectionproxy": {}, "ref/stable/dmHash": {}, @@ -184102,7 +184056,7 @@ [ "initializemyextension", { - "_index": 4765, + "_index": 4762, "data": { "manuals/extensions": {} }, @@ -184123,7 +184077,7 @@ [ "initializes", { - "_index": 7995, + "_index": 7992, "data": { "ref/stable/base": {}, "ref/stable/collectionproxy": {}, @@ -184135,7 +184089,7 @@ [ "initially", { - "_index": 5981, + "_index": 5978, "data": { "manuals/input": {}, "ref/stable/render": {} @@ -184146,7 +184100,7 @@ [ "initialmemory", { - "_index": 5239, + "_index": 5236, "data": { "manuals/app-manifest": {} }, @@ -184156,7 +184110,7 @@ [ "initiate", { - "_index": 10051, + "_index": 10048, "data": { "ref/stable/dmSocket": {} }, @@ -184181,7 +184135,7 @@ [ "initiating", { - "_index": 7344, + "_index": 7341, "data": { "ref/stable/collectionfactory": {} }, @@ -184222,7 +184176,7 @@ [ "ink", { - "_index": 6422, + "_index": 6419, "data": { "assets/defold-ink": {}, "assets/narrator": {}, @@ -184247,7 +184201,7 @@ [ "innards", { - "_index": 5886, + "_index": 5883, "data": { "manuals/debugging-game-logic": {} }, @@ -184286,7 +184240,7 @@ [ "innovative", { - "_index": 6511, + "_index": 6508, "data": { "assets/admob-defold": {} }, @@ -184346,7 +184300,7 @@ [ "input/output", { - "_index": 8421, + "_index": 8418, "data": { "ref/stable/dmResource": {} }, @@ -184356,7 +184310,7 @@ [ "input_binding", { - "_index": 7964, + "_index": 7961, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -184367,7 +184321,7 @@ [ "input_value", { - "_index": 5324, + "_index": 5321, "data": { "manuals/compute": {} }, @@ -184377,7 +184331,7 @@ [ "input_value.rgb", { - "_index": 5326, + "_index": 5323, "data": { "manuals/compute": {} }, @@ -184387,7 +184341,7 @@ [ "inputaction", { - "_index": 9293, + "_index": 9290, "data": { "ref/stable/dmGameObject": {} }, @@ -184397,7 +184351,7 @@ [ "inputresult", { - "_index": 9169, + "_index": 9166, "data": { "ref/stable/dmGameObject": {} }, @@ -184424,7 +184378,7 @@ [ "inputtitle", { - "_index": 8951, + "_index": 8948, "data": { "ref/stable/editor": {} }, @@ -184434,7 +184388,7 @@ [ "ins", { - "_index": 5840, + "_index": 5837, "data": { "manuals/macos": {} }, @@ -184444,7 +184398,7 @@ [ "insensitive", { - "_index": 9732, + "_index": 9729, "data": { "ref/stable/dmStringFunc": {} }, @@ -184487,7 +184441,7 @@ [ "inserts", { - "_index": 6941, + "_index": 6938, "data": { "ref/stable/table": {} }, @@ -184570,7 +184524,7 @@ [ "inspection", { - "_index": 8689, + "_index": 8686, "data": { "ref/stable/crash": {}, "ref/stable/dmGameObject": {} @@ -184602,7 +184556,7 @@ [ "inspired", { - "_index": 6256, + "_index": 6253, "data": { "assets/defkit": {}, "assets/richtext": {} @@ -184613,7 +184567,7 @@ [ "instal", { - "_index": 9205, + "_index": 9202, "data": { "ref/stable/dmGameObject": {} }, @@ -184659,7 +184613,7 @@ [ "installations:17.2.0", { - "_index": 5550, + "_index": 5547, "data": { "manuals/extensions-gradle": {} }, @@ -184713,7 +184667,7 @@ [ "installs", { - "_index": 6364, + "_index": 6361, "data": { "assets/facebook": {} }, @@ -184780,7 +184734,7 @@ [ "instance_position", { - "_index": 5678, + "_index": 5675, "data": { "manuals/physics-events": {} }, @@ -184801,7 +184755,7 @@ [ "instanceid", { - "_index": 4797, + "_index": 4794, "data": { "manuals/extender-docker-images": {} }, @@ -184853,7 +184807,7 @@ [ "instantaneous", { - "_index": 5477, + "_index": 5474, "data": { "manuals/editor-scripts": {}, "ref/stable/sound": {} @@ -184864,7 +184818,7 @@ [ "instantiate", { - "_index": 5618, + "_index": 5615, "data": { "manuals/label": {} }, @@ -184885,7 +184839,7 @@ [ "instantiation", { - "_index": 5071, + "_index": 5068, "data": { "manuals/flash": {} }, @@ -184895,7 +184849,7 @@ [ "instantly", { - "_index": 6554, + "_index": 6551, "data": { "assets/tilesetter": {}, "ref/stable/factory": {}, @@ -184957,7 +184911,7 @@ [ "instruction", { - "_index": 6207, + "_index": 6204, "data": { "examples/physics/hinge_joint": {}, "examples/physics/pendulum": {} @@ -184981,7 +184935,7 @@ [ "instructs", { - "_index": 5972, + "_index": 5969, "data": { "manuals/input": {} }, @@ -185024,7 +184978,7 @@ [ "int/out", { - "_index": 9095, + "_index": 9092, "data": { "ref/stable/dmDDF": {} }, @@ -185034,7 +184988,7 @@ [ "int32_atomic_t", { - "_index": 9069, + "_index": 9066, "data": { "ref/stable/dmAtomic": {} }, @@ -185044,7 +184998,7 @@ [ "int32_t", { - "_index": 8034, + "_index": 8031, "data": { "ref/stable/dmAndroid": {}, "ref/stable/dmAtomic": {}, @@ -185059,7 +185013,7 @@ [ "int64_t", { - "_index": 8792, + "_index": 8789, "data": { "ref/stable/dmProfile": {} }, @@ -185116,7 +185070,7 @@ [ "integerdefault", { - "_index": 8852, + "_index": 8849, "data": { "ref/stable/editor": {} }, @@ -185136,7 +185090,7 @@ [ "integerhow", { - "_index": 8911, + "_index": 8908, "data": { "ref/stable/editor": {} }, @@ -185146,7 +185100,7 @@ [ "integers", { - "_index": 7109, + "_index": 7106, "data": { "ref/stable/base": {}, "ref/stable/editor": {}, @@ -185160,7 +185114,7 @@ [ "integral", { - "_index": 7285, + "_index": 7282, "data": { "ref/stable/math": {} }, @@ -185184,7 +185138,7 @@ [ "integrated", { - "_index": 5560, + "_index": 5557, "data": { "manuals/editor": {} }, @@ -185194,7 +185148,7 @@ [ "integrates", { - "_index": 6627, + "_index": 6624, "data": { "assets/pp": {} }, @@ -185239,7 +185193,7 @@ [ "intel", { - "_index": 9664, + "_index": 9661, "data": { "ref/stable/sys": {} }, @@ -185249,7 +185203,7 @@ [ "intellij", { - "_index": 6545, + "_index": 6542, "data": { "assets/defold-api-emmylua": {} }, @@ -185298,7 +185252,7 @@ [ "intention", { - "_index": 7874, + "_index": 7871, "data": { "ref/stable/gui": {}, "ref/stable/resource": {} @@ -185309,7 +185263,7 @@ [ "inter", { - "_index": 6705, + "_index": 6702, "data": { "assets/iac": {} }, @@ -185336,7 +185290,7 @@ [ "interacted", { - "_index": 5488, + "_index": 5485, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -185430,7 +185384,7 @@ [ "interested", { - "_index": 5401, + "_index": 5398, "data": { "manuals/editor-scripts": {} }, @@ -185440,7 +185394,7 @@ [ "interesting", { - "_index": 5314, + "_index": 5311, "data": { "manuals/compute": {} }, @@ -185497,7 +185451,7 @@ [ "interfere", { - "_index": 6325, + "_index": 6322, "data": { "assets/safearea": {} }, @@ -185507,7 +185461,7 @@ [ "interleaved", { - "_index": 10655, + "_index": 10652, "data": { "ref/stable/dmBuffer": {} }, @@ -185517,7 +185471,7 @@ [ "intermediate", { - "_index": 10224, + "_index": 10221, "data": { "ref/stable/dmHash": {} }, @@ -185558,7 +185512,7 @@ [ "internal/%platform%/build.zip", { - "_index": 4781, + "_index": 4778, "data": { "manuals/extensions": {} }, @@ -185568,7 +185522,7 @@ [ "internal/cache/arm64", { - "_index": 4898, + "_index": 4895, "data": { "manuals/debugging-native-code-ios": {} }, @@ -185595,7 +185549,7 @@ [ "internals", { - "_index": 5218, + "_index": 5215, "data": { "manuals/lua": {} }, @@ -185605,7 +185559,7 @@ [ "interned", { - "_index": 8854, + "_index": 8851, "data": { "ref/stable/editor": {} }, @@ -185683,7 +185637,7 @@ [ "interpolations", { - "_index": 7020, + "_index": 7017, "data": { "ref/stable/vmath": {} }, @@ -185704,7 +185658,7 @@ [ "interpreted", { - "_index": 10710, + "_index": 10707, "data": { "ref/stable/base": {} }, @@ -185714,7 +185668,7 @@ [ "interpreter", { - "_index": 7122, + "_index": 7119, "data": { "ref/stable/base": {}, "ref/stable/socket": {}, @@ -185726,7 +185680,7 @@ [ "interrogation", { - "_index": 9385, + "_index": 9382, "data": { "ref/stable/package": {} }, @@ -185748,7 +185702,7 @@ [ "intersection", { - "_index": 9446, + "_index": 9443, "data": { "ref/stable/dmIntersection": {} }, @@ -185758,7 +185712,7 @@ [ "intersections", { - "_index": 6134, + "_index": 6131, "data": { "examples/debug/physics": {}, "ref/stable/physics": {} @@ -185769,7 +185723,7 @@ [ "interstitial", { - "_index": 6361, + "_index": 6358, "data": { "assets/defvungle": {} }, @@ -185793,7 +185747,7 @@ [ "intervalls", { - "_index": 10266, + "_index": 10263, "data": { "ref/stable/profiler": {} }, @@ -185814,7 +185768,7 @@ [ "intial", { - "_index": 6163, + "_index": 6160, "data": { "examples/particles/fire_and_smoke": {} }, @@ -185924,7 +185878,7 @@ [ "intriguing", { - "_index": 6386, + "_index": 6383, "data": { "assets/defork": {} }, @@ -185946,7 +185900,7 @@ [ "introduced", { - "_index": 4884, + "_index": 4881, "data": { "manuals/porting-guidelines": {} }, @@ -185956,7 +185910,7 @@ [ "introduction", { - "_index": 5599, + "_index": 5596, "data": { "assets/tactxstudios": {}, "manuals/introduction": {} @@ -185967,7 +185921,7 @@ [ "introductory", { - "_index": 6631, + "_index": 6628, "data": { "assets/tactxstudios": {} }, @@ -186129,7 +186083,7 @@ [ "invalid_gamepad_handle", { - "_index": 9495, + "_index": 9492, "data": { "ref/stable/dmHid": {} }, @@ -186139,7 +186093,7 @@ [ "invalid_handle", { - "_index": 8137, + "_index": 8134, "data": { "ref/stable/dmGui": {} }, @@ -186149,7 +186103,7 @@ [ "invalid_instance_pool_index", { - "_index": 9294, + "_index": 9291, "data": { "ref/stable/dmGameObject": {} }, @@ -186159,7 +186113,7 @@ [ "invalid_keyboard_handle", { - "_index": 9497, + "_index": 9494, "data": { "ref/stable/dmHid": {} }, @@ -186169,7 +186123,7 @@ [ "invalid_mouse_handle", { - "_index": 9499, + "_index": 9496, "data": { "ref/stable/dmHid": {} }, @@ -186179,7 +186133,7 @@ [ "invalid_socket_handle", { - "_index": 8767, + "_index": 8764, "data": { "ref/stable/dmSSLSocket": {}, "ref/stable/dmSocket": {} @@ -186190,7 +186144,7 @@ [ "invalid_stream_offset", { - "_index": 6845, + "_index": 6842, "data": { "ref/stable/dmGraphics": {} }, @@ -186200,7 +186154,7 @@ [ "invalid_timer_handle", { - "_index": 7379, + "_index": 7376, "data": { "ref/stable/timer": {} }, @@ -186210,7 +186164,7 @@ [ "invalid_touchdevice_handle", { - "_index": 9501, + "_index": 9498, "data": { "ref/stable/dmHid": {} }, @@ -186268,7 +186222,7 @@ [ "inverts", { - "_index": 8625, + "_index": 8622, "data": { "ref/stable/render": {} }, @@ -186288,7 +186242,7 @@ [ "invincible", { - "_index": 7494, + "_index": 7491, "data": { "ref/stable/physics": {} }, @@ -186298,7 +186252,7 @@ [ "invisible", { - "_index": 6213, + "_index": 6210, "data": { "examples/physics/trigger": {}, "ref/stable/gui": {} @@ -186309,7 +186263,7 @@ [ "invite", { - "_index": 6529, + "_index": 6526, "data": { "assets/facebookinstantgames": {} }, @@ -186333,7 +186287,7 @@ [ "invocations", { - "_index": 5279, + "_index": 5276, "data": { "manuals/compute": {}, "ref/stable/render": {} @@ -186369,7 +186323,7 @@ [ "invoker", { - "_index": 6962, + "_index": 6959, "data": { "ref/stable/model": {}, "ref/stable/sound": {}, @@ -186381,7 +186335,7 @@ [ "invokes", { - "_index": 5410, + "_index": 5407, "data": { "manuals/editor-scripts": {} }, @@ -186405,7 +186359,7 @@ [ "involved", { - "_index": 5153, + "_index": 5150, "data": { "manuals/flash": {}, "manuals/macos": {}, @@ -186417,7 +186371,7 @@ [ "involves", { - "_index": 5872, + "_index": 5869, "data": { "manuals/debugging-game-logic": {} }, @@ -186440,7 +186394,7 @@ [ "io.close", { - "_index": 9463, + "_index": 9460, "data": { "ref/stable/io": {} }, @@ -186450,7 +186404,7 @@ [ "io.flush", { - "_index": 9464, + "_index": 9461, "data": { "ref/stable/io": {} }, @@ -186460,7 +186414,7 @@ [ "io.input", { - "_index": 9465, + "_index": 9462, "data": { "ref/stable/io": {} }, @@ -186470,7 +186424,7 @@ [ "io.lines", { - "_index": 9455, + "_index": 9452, "data": { "ref/stable/io": {} }, @@ -186480,7 +186434,7 @@ [ "io.open", { - "_index": 5370, + "_index": 5367, "data": { "manuals/editor-scripts": {}, "ref/stable/io": {} @@ -186491,7 +186445,7 @@ [ "io.output", { - "_index": 9471, + "_index": 9468, "data": { "ref/stable/io": {} }, @@ -186501,7 +186455,7 @@ [ "io.popen", { - "_index": 9472, + "_index": 9469, "data": { "ref/stable/io": {} }, @@ -186511,7 +186465,7 @@ [ "io.read", { - "_index": 9475, + "_index": 9472, "data": { "ref/stable/io": {} }, @@ -186521,7 +186475,7 @@ [ "io.tmpfile", { - "_index": 5347, + "_index": 5344, "data": { "manuals/editor-scripts": {}, "ref/stable/io": {}, @@ -186533,7 +186487,7 @@ [ "io.type", { - "_index": 9477, + "_index": 9474, "data": { "ref/stable/io": {} }, @@ -186543,7 +186497,7 @@ [ "io.write", { - "_index": 9479, + "_index": 9476, "data": { "ref/stable/io": {} }, @@ -186598,7 +186552,7 @@ [ "ios/build.zip", { - "_index": 4899, + "_index": 4896, "data": { "manuals/debugging-native-code-ios": {} }, @@ -186620,7 +186574,7 @@ [ "ip>:8002", { - "_index": 9724, + "_index": 9721, "data": { "ref/stable/sys": {} }, @@ -186706,7 +186660,7 @@ [ "iphoneos", { - "_index": 9869, + "_index": 9866, "data": { "ref/stable/dmExtension": {} }, @@ -186736,7 +186690,7 @@ [ "ipv4", { - "_index": 5248, + "_index": 5245, "data": { "manuals/networking": {}, "ref/stable/dmSocket": {}, @@ -186748,7 +186702,7 @@ [ "ipv6", { - "_index": 5249, + "_index": 5246, "data": { "manuals/networking": {}, "ref/stable/dmSocket": {}, @@ -187056,7 +187010,7 @@ [ "is_active", { - "_index": 10155, + "_index": 10152, "data": { "ref/stable/b2d.body": {} }, @@ -187066,7 +187020,7 @@ [ "is_awake", { - "_index": 10157, + "_index": 10154, "data": { "ref/stable/b2d.body": {} }, @@ -187076,7 +187030,7 @@ [ "is_bullet", { - "_index": 10160, + "_index": 10157, "data": { "ref/stable/b2d.body": {} }, @@ -187086,7 +187040,7 @@ [ "is_debug", { - "_index": 4715, + "_index": 4712, "data": { "manuals/bundling": {}, "ref/stable/sys": {} @@ -187097,7 +187051,7 @@ [ "is_directory", { - "_index": 8839, + "_index": 8836, "data": { "ref/stable/editor": {} }, @@ -187107,7 +187061,7 @@ [ "is_enabled", { - "_index": 7796, + "_index": 7793, "data": { "ref/stable/gui": {} }, @@ -187117,7 +187071,7 @@ [ "is_file", { - "_index": 8838, + "_index": 8835, "data": { "ref/stable/editor": {} }, @@ -187127,7 +187081,7 @@ [ "is_fixed_rotation", { - "_index": 10162, + "_index": 10159, "data": { "ref/stable/b2d.body": {} }, @@ -187137,7 +187091,7 @@ [ "is_hash", { - "_index": 10734, + "_index": 10731, "data": { "ref/stable/types": {} }, @@ -187147,7 +187101,7 @@ [ "is_invincible", { - "_index": 7492, + "_index": 7489, "data": { "ref/stable/physics": {} }, @@ -187157,7 +187111,7 @@ [ "is_matrix4", { - "_index": 10736, + "_index": 10733, "data": { "ref/stable/types": {} }, @@ -187167,7 +187121,7 @@ [ "is_music_playing", { - "_index": 10768, + "_index": 10765, "data": { "ref/stable/sound": {} }, @@ -187177,7 +187131,7 @@ [ "is_phone_call_active", { - "_index": 10771, + "_index": 10768, "data": { "ref/stable/sound": {} }, @@ -187187,7 +187141,7 @@ [ "is_quat", { - "_index": 10738, + "_index": 10735, "data": { "ref/stable/types": {} }, @@ -187197,7 +187151,7 @@ [ "is_sleeping_allowed", { - "_index": 10164, + "_index": 10161, "data": { "ref/stable/b2d.body": {} }, @@ -187207,7 +187161,7 @@ [ "is_url", { - "_index": 10740, + "_index": 10737, "data": { "ref/stable/types": {} }, @@ -187217,7 +187171,7 @@ [ "is_using_liveupdate_data", { - "_index": 9779, + "_index": 9776, "data": { "ref/stable/liveupdate": {} }, @@ -187227,7 +187181,7 @@ [ "is_vector", { - "_index": 10742, + "_index": 10739, "data": { "ref/stable/types": {} }, @@ -187237,7 +187191,7 @@ [ "is_vector3", { - "_index": 10744, + "_index": 10741, "data": { "ref/stable/types": {} }, @@ -187247,7 +187201,7 @@ [ "is_vector4", { - "_index": 10746, + "_index": 10743, "data": { "ref/stable/types": {} }, @@ -187257,7 +187211,7 @@ [ "isattached", { - "_index": 8023, + "_index": 8020, "data": { "ref/stable/dmAndroid": {} }, @@ -187267,7 +187221,7 @@ [ "isbone", { - "_index": 9297, + "_index": 9294, "data": { "ref/stable/dmGameObject": {} }, @@ -187277,7 +187231,7 @@ [ "isbuffer", { - "_index": 10826, + "_index": 10823, "data": { "ref/stable/dmScript": {} }, @@ -187287,7 +187241,7 @@ [ "isbuffervalid", { - "_index": 10675, + "_index": 10672, "data": { "ref/stable/dmBuffer": {} }, @@ -187297,7 +187251,7 @@ [ "iscallbackvalid", { - "_index": 10828, + "_index": 10825, "data": { "ref/stable/dmScript": {} }, @@ -187307,7 +187261,7 @@ [ "isdst", { - "_index": 10008, + "_index": 10005, "data": { "ref/stable/os": {} }, @@ -187317,7 +187271,7 @@ [ "isextensionsupported", { - "_index": 6866, + "_index": 6863, "data": { "ref/stable/dmGraphics": {} }, @@ -187327,7 +187281,7 @@ [ "ishash", { - "_index": 10830, + "_index": 10827, "data": { "ref/stable/dmScript": {} }, @@ -187337,7 +187291,7 @@ [ "isindexbufferformatsupported", { - "_index": 6867, + "_index": 6864, "data": { "ref/stable/dmGraphics": {} }, @@ -187347,7 +187301,7 @@ [ "isinstancevalid", { - "_index": 10832, + "_index": 10829, "data": { "ref/stable/dmScript": {} }, @@ -187357,7 +187311,7 @@ [ "ismatrix4", { - "_index": 10835, + "_index": 10832, "data": { "ref/stable/dmScript": {} }, @@ -187385,7 +187339,7 @@ [ "isn\u2019t", { - "_index": 4831, + "_index": 4828, "data": { "manuals/porting-guidelines": {} }, @@ -187395,7 +187349,7 @@ [ "iso", { - "_index": 9648, + "_index": 9645, "data": { "ref/stable/sys": {} }, @@ -187405,7 +187359,7 @@ [ "isquat", { - "_index": 10837, + "_index": 10834, "data": { "ref/stable/dmScript": {} }, @@ -187415,7 +187369,7 @@ [ "issocketvalid", { - "_index": 7332, + "_index": 7329, "data": { "ref/stable/dmMessage": {} }, @@ -187429,7 +187383,6 @@ "data": { "manuals/editor-scripts-ui": {}, "manuals/getting-help": {}, - "manuals/gui-template": {}, "manuals/ios": {}, "manuals/physics-objects": {}, "manuals/version-control": {}, @@ -187443,7 +187396,7 @@ [ "issue_severity", { - "_index": 9001, + "_index": 8998, "data": { "ref/stable/editor": {} }, @@ -187453,7 +187406,7 @@ [ "issued", { - "_index": 7475, + "_index": 7472, "data": { "ref/stable/physics": {}, "ref/stable/socket": {} @@ -187481,20 +187434,10 @@ "type": {} } ], - [ - "issues/issues/1124", - { - "_index": 4696, - "data": { - "manuals/gui-template": {} - }, - "type": {} - } - ], [ "issues/not", { - "_index": 4815, + "_index": 4812, "data": { "manuals/importing-models": {} }, @@ -187504,7 +187447,7 @@ [ "issuing", { - "_index": 9679, + "_index": 9676, "data": { "ref/stable/sys": {} }, @@ -187514,7 +187457,7 @@ [ "istextureformatsupported", { - "_index": 6870, + "_index": 6867, "data": { "ref/stable/dmGraphics": {} }, @@ -187524,7 +187467,7 @@ [ "isvector3", { - "_index": 10839, + "_index": 10836, "data": { "ref/stable/dmScript": {} }, @@ -187534,7 +187477,7 @@ [ "isvector4", { - "_index": 10841, + "_index": 10838, "data": { "ref/stable/dmScript": {} }, @@ -187783,7 +187726,7 @@ [ "it.by", { - "_index": 8829, + "_index": 8826, "data": { "ref/stable/editor": {} }, @@ -187793,7 +187736,7 @@ [ "italian", { - "_index": 4827, + "_index": 4824, "data": { "manuals/porting-guidelines": {} }, @@ -187813,7 +187756,7 @@ [ "itch.io", { - "_index": 5822, + "_index": 5819, "data": { "manuals/macos": {} }, @@ -187838,7 +187781,7 @@ [ "item[]default", { - "_index": 8843, + "_index": 8840, "data": { "ref/stable/editor": {} }, @@ -187887,7 +187830,7 @@ [ "iteratenamedconstants", { - "_index": 10935, + "_index": 10932, "data": { "ref/stable/dmRender": {} }, @@ -187897,7 +187840,7 @@ [ "iterates", { - "_index": 9467, + "_index": 9464, "data": { "ref/stable/dmRender": {}, "ref/stable/io": {} @@ -187908,7 +187851,7 @@ [ "iterating", { - "_index": 9160, + "_index": 9157, "data": { "ref/stable/dmGameObject": {} }, @@ -187918,7 +187861,7 @@ [ "iteration", { - "_index": 5960, + "_index": 5957, "data": { "manuals/design": {}, "ref/stable/string": {} @@ -187941,7 +187884,7 @@ [ "iterator", { - "_index": 7137, + "_index": 7134, "data": { "ref/stable/base": {}, "ref/stable/coroutine": {}, @@ -188078,7 +188021,7 @@ [ "it\u2019s", { - "_index": 5742, + "_index": 5739, "data": { "assets/facebookinstantgames": {}, "manuals/modules": {} @@ -188089,7 +188032,7 @@ [ "ivec2", { - "_index": 5315, + "_index": 5312, "data": { "manuals/compute": {} }, @@ -188099,7 +188042,7 @@ [ "ivf", { - "_index": 9595, + "_index": 9592, "data": { "ref/stable/sys": {} }, @@ -188133,7 +188076,7 @@ [ "jam", { - "_index": 6598, + "_index": 6595, "data": { "assets/lowrezjamtemplate": {} }, @@ -188143,7 +188086,7 @@ [ "jan", { - "_index": 9839, + "_index": 9836, "data": { "ref/stable/dmTime": {} }, @@ -188153,7 +188096,7 @@ [ "january", { - "_index": 10598, + "_index": 10595, "data": { "ref/stable/socket": {} }, @@ -188255,7 +188198,7 @@ [ "javavm", { - "_index": 6797, + "_index": 6794, "data": { "ref/stable/dmGraphics": {} }, @@ -188265,7 +188208,7 @@ [ "jclass", { - "_index": 8025, + "_index": 8022, "data": { "ref/stable/dmAndroid": {} }, @@ -188275,7 +188218,7 @@ [ "jelly", { - "_index": 5266, + "_index": 5263, "data": { "manuals/compute": {} }, @@ -188285,7 +188228,7 @@ [ "jit", { - "_index": 5829, + "_index": 5826, "data": { "manuals/macos": {} }, @@ -188305,7 +188248,7 @@ [ "jni", { - "_index": 8018, + "_index": 8015, "data": { "ref/stable/dmAndroid": {} }, @@ -188315,7 +188258,7 @@ [ "jnienv", { - "_index": 8022, + "_index": 8019, "data": { "ref/stable/dmAndroid": {} }, @@ -188338,7 +188281,7 @@ [ "job1298751322870374150", { - "_index": 4916, + "_index": 4913, "data": { "manuals/debugging-native-code-android": {}, "manuals/debugging-native-code-ios": {} @@ -188349,7 +188292,7 @@ [ "jobfolder", { - "_index": 4915, + "_index": 4912, "data": { "manuals/debugging-native-code-android": {}, "manuals/debugging-native-code-ios": {} @@ -188360,7 +188303,7 @@ [ "jobject", { - "_index": 6785, + "_index": 6782, "data": { "ref/stable/dmAndroid": {}, "ref/stable/dmGraphics": {} @@ -188371,7 +188314,7 @@ [ "john", { - "_index": 6059, + "_index": 6056, "data": { "manuals/android": {} }, @@ -188381,7 +188324,7 @@ [ "join", { - "_index": 5565, + "_index": 5562, "data": { "manuals/editor": {}, "ref/stable/dmThread": {} @@ -188392,7 +188335,7 @@ [ "joinable", { - "_index": 10319, + "_index": 10316, "data": { "ref/stable/dmThread": {} }, @@ -188402,7 +188345,7 @@ [ "joind_id", { - "_index": 5708, + "_index": 5705, "data": { "manuals/physics-events": {} }, @@ -188412,7 +188355,7 @@ [ "joines", { - "_index": 6204, + "_index": 6201, "data": { "examples/physics/hinge_joint": {}, "examples/physics/pendulum": {} @@ -188423,7 +188366,7 @@ [ "joins", { - "_index": 10535, + "_index": 10532, "data": { "ref/stable/socket": {} }, @@ -188433,7 +188376,7 @@ [ "joint", { - "_index": 5775, + "_index": 5772, "data": { "manuals/physics-joints": {}, "ref/stable/physics": {} @@ -188444,7 +188387,7 @@ [ "joint_type_fixed", { - "_index": 7502, + "_index": 7499, "data": { "ref/stable/physics": {} }, @@ -188454,7 +188397,7 @@ [ "joint_type_hinge", { - "_index": 7504, + "_index": 7501, "data": { "ref/stable/physics": {} }, @@ -188464,7 +188407,7 @@ [ "joint_type_slider", { - "_index": 7507, + "_index": 7504, "data": { "ref/stable/physics": {} }, @@ -188474,7 +188417,7 @@ [ "joint_type_spring", { - "_index": 7512, + "_index": 7509, "data": { "ref/stable/physics": {} }, @@ -188484,7 +188427,7 @@ [ "joint_type_weld", { - "_index": 7516, + "_index": 7513, "data": { "ref/stable/physics": {} }, @@ -188494,7 +188437,7 @@ [ "joint_type_wheel", { - "_index": 7518, + "_index": 7515, "data": { "ref/stable/physics": {} }, @@ -188530,7 +188473,7 @@ [ "jpg", { - "_index": 6609, + "_index": 6606, "data": { "assets/imageloader": {} }, @@ -188540,7 +188483,7 @@ [ "jq", { - "_index": 5407, + "_index": 5404, "data": { "manuals/editor-scripts": {} }, @@ -188550,7 +188493,7 @@ [ "jq_path", { - "_index": 5472, + "_index": 5469, "data": { "manuals/editor-scripts": {} }, @@ -188605,7 +188548,7 @@ [ "json.encode", { - "_index": 10258, + "_index": 10255, "data": { "ref/stable/json": {} }, @@ -188615,7 +188558,7 @@ [ "json.null", { - "_index": 10257, + "_index": 10254, "data": { "ref/stable/json": {} }, @@ -188625,7 +188568,7 @@ [ "json.sh", { - "_index": 5398, + "_index": 5395, "data": { "manuals/editor-scripts": {} }, @@ -188635,7 +188578,7 @@ [ "jsontolua", { - "_index": 10843, + "_index": 10840, "data": { "ref/stable/dmScript": {} }, @@ -188731,7 +188674,7 @@ [ "justify", { - "_index": 9050, + "_index": 9047, "data": { "ref/stable/editor": {} }, @@ -188741,7 +188684,7 @@ [ "jvm", { - "_index": 5342, + "_index": 5339, "data": { "manuals/editor-scripts": {} }, @@ -188751,7 +188694,7 @@ [ "k", { - "_index": 7142, + "_index": 7139, "data": { "ref/stable/string": {} }, @@ -188771,7 +188714,7 @@ [ "k,v", { - "_index": 10712, + "_index": 10709, "data": { "ref/stable/base": {} }, @@ -188781,7 +188724,7 @@ [ "ka", { - "_index": 8548, + "_index": 8545, "data": { "ref/stable/render": {} }, @@ -188801,7 +188744,7 @@ [ "kb", { - "_index": 8560, + "_index": 8557, "data": { "ref/stable/render": {} }, @@ -188811,7 +188754,7 @@ [ "kb/s", { - "_index": 6083, + "_index": 6080, "data": { "manuals/android": {} }, @@ -188821,7 +188764,7 @@ [ "kbytes", { - "_index": 10688, + "_index": 10685, "data": { "ref/stable/base": {} }, @@ -188831,7 +188774,7 @@ [ "kc", { - "_index": 8533, + "_index": 8530, "data": { "ref/stable/render": {} }, @@ -188841,7 +188784,7 @@ [ "kebab", { - "_index": 8821, + "_index": 8818, "data": { "ref/stable/editor": {} }, @@ -188878,7 +188821,7 @@ [ "keepalive", { - "_index": 10467, + "_index": 10464, "data": { "ref/stable/socket": {} }, @@ -188919,7 +188862,7 @@ [ "kenney", { - "_index": 6151, + "_index": 6148, "data": { "assets/kenney": {}, "examples/particles/fireworks": {} @@ -188930,7 +188873,7 @@ [ "kenney's", { - "_index": 6129, + "_index": 6126, "data": { "examples/material/screenspace": {}, "examples/material/unlit": {}, @@ -188956,7 +188899,7 @@ [ "kernel", { - "_index": 6655, + "_index": 6652, "data": { "assets/imp": {} }, @@ -189038,7 +188981,7 @@ [ "key/value", { - "_index": 9065, + "_index": 9062, "data": { "ref/stable/dmHashTable": {} }, @@ -189058,7 +189001,7 @@ [ "keyalg", { - "_index": 6070, + "_index": 6067, "data": { "manuals/android": {} }, @@ -189088,7 +189031,7 @@ [ "keyboard_type_default", { - "_index": 7799, + "_index": 7796, "data": { "ref/stable/gui": {} }, @@ -189098,7 +189041,7 @@ [ "keyboard_type_email", { - "_index": 7801, + "_index": 7798, "data": { "ref/stable/gui": {} }, @@ -189108,7 +189051,7 @@ [ "keyboard_type_number_pad", { - "_index": 7803, + "_index": 7800, "data": { "ref/stable/gui": {} }, @@ -189118,7 +189061,7 @@ [ "keyboard_type_password", { - "_index": 7805, + "_index": 7802, "data": { "ref/stable/gui": {} }, @@ -189128,7 +189071,7 @@ [ "keyboardpacket", { - "_index": 9537, + "_index": 9534, "data": { "ref/stable/dmHid": {} }, @@ -189149,7 +189092,7 @@ [ "keychain:ac_password", { - "_index": 5855, + "_index": 5852, "data": { "manuals/macos": {} }, @@ -189181,7 +189124,7 @@ [ "keyframes", { - "_index": 5097, + "_index": 5094, "data": { "manuals/flash": {} }, @@ -189249,7 +189192,7 @@ [ "keys:description", { - "_index": 8954, + "_index": 8951, "data": { "ref/stable/editor": {} }, @@ -189259,7 +189202,7 @@ [ "keys:exists", { - "_index": 8877, + "_index": 8874, "data": { "ref/stable/editor": {} }, @@ -189280,7 +189223,7 @@ [ "keytool", { - "_index": 6054, + "_index": 6051, "data": { "manuals/android": {} }, @@ -189314,7 +189257,7 @@ [ "kg", { - "_index": 7468, + "_index": 7465, "data": { "ref/stable/b2d.body": {}, "ref/stable/physics": {}, @@ -189326,7 +189269,7 @@ [ "kgmm/s", { - "_index": 10093, + "_index": 10090, "data": { "ref/stable/b2d.body": {} }, @@ -189336,7 +189279,7 @@ [ "khtml", { - "_index": 9667, + "_index": 9664, "data": { "ref/stable/sys": {} }, @@ -189346,7 +189289,7 @@ [ "kilobyte", { - "_index": 10747, + "_index": 10744, "data": { "ref/stable/msg": {} }, @@ -189426,7 +189369,7 @@ [ "kinematicwalker", { - "_index": 6565, + "_index": 6562, "data": { "assets/kinematicwalker": {} }, @@ -189458,7 +189401,7 @@ [ "knockback", { - "_index": 6201, + "_index": 6198, "data": { "examples/physics/knockback": {} }, @@ -189520,7 +189463,7 @@ [ "knows", { - "_index": 5611, + "_index": 5608, "data": { "manuals/introduction": {} }, @@ -189550,7 +189493,7 @@ [ "kr", { - "_index": 8551, + "_index": 8548, "data": { "ref/stable/render": {} }, @@ -189560,7 +189503,7 @@ [ "kr,kg,kb,ka", { - "_index": 8532, + "_index": 8529, "data": { "ref/stable/render": {} }, @@ -189620,7 +189563,7 @@ [ "l0x100000000", { - "_index": 5003, + "_index": 5000, "data": { "manuals/debugging-native-code": {} }, @@ -189656,7 +189599,7 @@ [ "label.get_text", { - "_index": 9756, + "_index": 9753, "data": { "ref/stable/label": {} }, @@ -189666,7 +189609,7 @@ [ "label.set_text", { - "_index": 5621, + "_index": 5618, "data": { "manuals/label": {}, "ref/stable/label": {} @@ -189677,7 +189620,7 @@ [ "labels", { - "_index": 5619, + "_index": 5616, "data": { "examples/sprite/flip": {}, "examples/sprite/size": {}, @@ -189699,7 +189642,7 @@ [ "lamps", { - "_index": 6236, + "_index": 6233, "data": { "examples/material/unlit": {} }, @@ -189722,7 +189665,7 @@ [ "lang", { - "_index": 6638, + "_index": 6635, "data": { "assets/defold-lang": {} }, @@ -189883,7 +189826,7 @@ [ "laptop", { - "_index": 5208, + "_index": 5205, "data": { "manuals/lua": {} }, @@ -189956,7 +189899,7 @@ [ "larry", { - "_index": 6682, + "_index": 6679, "data": { "assets/dirtylarry": {} }, @@ -190052,7 +189995,7 @@ [ "latn", { - "_index": 9653, + "_index": 9650, "data": { "ref/stable/sys": {} }, @@ -190080,7 +190023,7 @@ [ "launch_project", { - "_index": 9435, + "_index": 9432, "data": { "ref/stable/engine": {} }, @@ -190090,7 +190033,7 @@ [ "launched", { - "_index": 5431, + "_index": 5428, "data": { "manuals/editor-scripts": {} }, @@ -190183,7 +190126,7 @@ [ "layering", { - "_index": 5542, + "_index": 5539, "data": { "manuals/gui-clipping": {} }, @@ -190360,7 +190303,6 @@ "manuals/adapting-graphics-to-screen-size": {}, "manuals/glossary": {}, "manuals/gui-layouts": {}, - "manuals/gui-template": {}, "manuals/porting-guidelines": {} }, "type": {} @@ -190379,7 +190321,7 @@ [ "ldexp", { - "_index": 7276, + "_index": 7273, "data": { "ref/stable/math": {} }, @@ -190439,7 +190381,7 @@ [ "leaf", { - "_index": 9239, + "_index": 9236, "data": { "ref/stable/dmGameObject": {} }, @@ -190671,7 +190613,7 @@ [ "len", { - "_index": 4750, + "_index": 4747, "data": { "manuals/extensions": {}, "ref/stable/string": {} @@ -190682,7 +190624,7 @@ [ "lenght", { - "_index": 10088, + "_index": 10085, "data": { "ref/stable/dmWebServer": {} }, @@ -190722,7 +190664,7 @@ [ "length_sqr", { - "_index": 7015, + "_index": 7012, "data": { "ref/stable/vmath": {} }, @@ -190732,7 +190674,7 @@ [ "lengths", { - "_index": 7010, + "_index": 7007, "data": { "ref/stable/vmath": {} }, @@ -190742,7 +190684,7 @@ [ "lens", { - "_index": 4871, + "_index": 4868, "data": { "manuals/porting-guidelines": {}, "ref/stable/camera": {} @@ -190763,7 +190705,7 @@ [ "lerp", { - "_index": 7016, + "_index": 7013, "data": { "ref/stable/dmVMath": {}, "ref/stable/vmath": {} @@ -190774,7 +190716,7 @@ [ "lerped", { - "_index": 7018, + "_index": 7015, "data": { "ref/stable/vmath": {} }, @@ -190860,7 +190802,7 @@ [ "letters", { - "_index": 7178, + "_index": 7175, "data": { "ref/stable/string": {} }, @@ -190969,7 +190911,7 @@ [ "leveling", { - "_index": 6624, + "_index": 6621, "data": { "assets/xplevelupsystem": {} }, @@ -190999,7 +190941,7 @@ [ "leverages", { - "_index": 5545, + "_index": 5542, "data": { "manuals/extensions-gradle": {} }, @@ -191009,7 +190951,7 @@ [ "leveraging", { - "_index": 6739, + "_index": 6736, "data": { "assets/druid": {} }, @@ -191019,7 +190961,7 @@ [ "lexically", { - "_index": 9549, + "_index": 9546, "data": { "ref/stable/debug": {} }, @@ -191029,7 +190971,7 @@ [ "lexicographically", { - "_index": 9733, + "_index": 9730, "data": { "ref/stable/dmStringFunc": {} }, @@ -191039,7 +190981,7 @@ [ "lf", { - "_index": 10481, + "_index": 10478, "data": { "ref/stable/socket": {} }, @@ -191049,7 +190991,7 @@ [ "lfs", { - "_index": 6712, + "_index": 6709, "data": { "assets/luafilesystemlfs": {} }, @@ -191059,7 +191001,7 @@ [ "lib", { - "_index": 4732, + "_index": 4729, "data": { "assets/colorlib": {}, "manuals/app-manifest": {}, @@ -191071,7 +191013,7 @@ [ "lib_name", { - "_index": 4742, + "_index": 4739, "data": { "manuals/extensions": {} }, @@ -191101,7 +191043,7 @@ [ "libname", { - "_index": 9412, + "_index": 9409, "data": { "ref/stable/package": {} }, @@ -191188,7 +191130,7 @@ [ "library/application", { - "_index": 5586, + "_index": 5583, "data": { "manuals/editor": {} }, @@ -191230,7 +191172,7 @@ [ "licensed", { - "_index": 5993, + "_index": 5990, "data": { "examples/material/screenspace": {}, "examples/material/unlit": {}, @@ -191336,7 +191278,7 @@ [ "lightandshadows", { - "_index": 6735, + "_index": 6732, "data": { "assets/lightandshadows": {} }, @@ -191444,7 +191386,7 @@ [ "liking", { - "_index": 5283, + "_index": 5280, "data": { "manuals/compute": {}, "manuals/mesh": {}, @@ -191584,7 +191526,7 @@ [ "line'", { - "_index": 7130, + "_index": 7127, "data": { "ref/stable/string": {} }, @@ -191594,7 +191536,7 @@ [ "line"", { - "_index": 7133, + "_index": 7130, "data": { "ref/stable/string": {} }, @@ -191604,7 +191546,7 @@ [ "line_break", { - "_index": 9757, + "_index": 9754, "data": { "ref/stable/label": {}, "ref/stable/resource": {} @@ -191720,7 +191662,7 @@ [ "linger", { - "_index": 10468, + "_index": 10465, "data": { "ref/stable/socket": {} }, @@ -191745,7 +191687,7 @@ [ "linkage", { - "_index": 5070, + "_index": 5067, "data": { "manuals/flash": {} }, @@ -191809,7 +191751,7 @@ [ "links", { - "_index": 6706, + "_index": 6703, "data": { "assets/iac": {}, "ref/stable/package": {} @@ -191842,7 +191784,7 @@ [ "lints", { - "_index": 5438, + "_index": 5435, "data": { "manuals/editor-scripts": {} }, @@ -191956,7 +191898,7 @@ [ "list[i", { - "_index": 10729, + "_index": 10726, "data": { "ref/stable/base": {} }, @@ -191966,7 +191908,7 @@ [ "list[i+1", { - "_index": 10730, + "_index": 10727, "data": { "ref/stable/base": {} }, @@ -191976,7 +191918,7 @@ [ "list[j", { - "_index": 10731, + "_index": 10728, "data": { "ref/stable/base": {} }, @@ -192014,7 +191956,7 @@ [ "listener", { - "_index": 5673, + "_index": 5670, "data": { "manuals/iac": {}, "manuals/physics-events": {}, @@ -192034,7 +191976,7 @@ [ "listeners", { - "_index": 5146, + "_index": 5143, "data": { "manuals/flash": {}, "manuals/input": {}, @@ -192048,7 +191990,7 @@ [ "listening", { - "_index": 5976, + "_index": 5973, "data": { "manuals/input": {} }, @@ -192058,7 +192000,7 @@ [ "listens", { - "_index": 5980, + "_index": 5977, "data": { "manuals/input": {} }, @@ -192096,7 +192038,7 @@ [ "lit", { - "_index": 6234, + "_index": 6231, "data": { "examples/material/unlit": {} }, @@ -192215,7 +192157,7 @@ [ "liveupdate.get_current_manifest", { - "_index": 9775, + "_index": 9772, "data": { "ref/stable/liveupdate": {} }, @@ -192236,7 +192178,7 @@ [ "liveupdate.is_using_liveupdate_data", { - "_index": 9778, + "_index": 9775, "data": { "ref/stable/liveupdate": {} }, @@ -192246,7 +192188,7 @@ [ "liveupdate.liveupdate_bundled_resource_mismatch", { - "_index": 9780, + "_index": 9777, "data": { "ref/stable/liveupdate": {} }, @@ -192256,7 +192198,7 @@ [ "liveupdate.liveupdate_engine_version_mismatch", { - "_index": 9782, + "_index": 9779, "data": { "ref/stable/liveupdate": {} }, @@ -192266,7 +192208,7 @@ [ "liveupdate.liveupdate_format_error", { - "_index": 9784, + "_index": 9781, "data": { "ref/stable/liveupdate": {} }, @@ -192276,7 +192218,7 @@ [ "liveupdate.liveupdate_inval", { - "_index": 9786, + "_index": 9783, "data": { "ref/stable/liveupdate": {} }, @@ -192286,7 +192228,7 @@ [ "liveupdate.liveupdate_invalid_header", { - "_index": 9788, + "_index": 9785, "data": { "ref/stable/liveupdate": {} }, @@ -192296,7 +192238,7 @@ [ "liveupdate.liveupdate_invalid_resource", { - "_index": 9790, + "_index": 9787, "data": { "ref/stable/liveupdate": {} }, @@ -192306,7 +192248,7 @@ [ "liveupdate.liveupdate_io_error", { - "_index": 9792, + "_index": 9789, "data": { "ref/stable/liveupdate": {} }, @@ -192316,7 +192258,7 @@ [ "liveupdate.liveupdate_mem_error", { - "_index": 9794, + "_index": 9791, "data": { "ref/stable/liveupdate": {} }, @@ -192326,7 +192268,7 @@ [ "liveupdate.liveupdate_ok", { - "_index": 9797, + "_index": 9794, "data": { "ref/stable/liveupdate": {} }, @@ -192336,7 +192278,7 @@ [ "liveupdate.liveupdate_scheme_mismatch", { - "_index": 9799, + "_index": 9796, "data": { "ref/stable/liveupdate": {} }, @@ -192346,7 +192288,7 @@ [ "liveupdate.liveupdate_signature_mismatch", { - "_index": 9801, + "_index": 9798, "data": { "ref/stable/liveupdate": {} }, @@ -192356,7 +192298,7 @@ [ "liveupdate.liveupdate_unknown", { - "_index": 9804, + "_index": 9801, "data": { "ref/stable/liveupdate": {} }, @@ -192366,7 +192308,7 @@ [ "liveupdate.liveupdate_version_mismatch", { - "_index": 9807, + "_index": 9804, "data": { "ref/stable/liveupdate": {} }, @@ -192397,7 +192339,7 @@ [ "liveupdate.store_archive", { - "_index": 9810, + "_index": 9807, "data": { "ref/stable/liveupdate": {} }, @@ -192407,7 +192349,7 @@ [ "liveupdate.store_manifest", { - "_index": 9813, + "_index": 9810, "data": { "ref/stable/liveupdate": {} }, @@ -192417,7 +192359,7 @@ [ "liveupdate.store_resource", { - "_index": 9818, + "_index": 9815, "data": { "ref/stable/liveupdate": {} }, @@ -192427,7 +192369,7 @@ [ "liveupdate_bundled_resource_mismatch", { - "_index": 9781, + "_index": 9778, "data": { "ref/stable/liveupdate": {} }, @@ -192437,7 +192379,7 @@ [ "liveupdate_engine_version_mismatch", { - "_index": 9783, + "_index": 9780, "data": { "ref/stable/liveupdate": {} }, @@ -192447,7 +192389,7 @@ [ "liveupdate_format_error", { - "_index": 9785, + "_index": 9782, "data": { "ref/stable/liveupdate": {} }, @@ -192457,7 +192399,7 @@ [ "liveupdate_inval", { - "_index": 9787, + "_index": 9784, "data": { "ref/stable/liveupdate": {} }, @@ -192467,7 +192409,7 @@ [ "liveupdate_invalid_header", { - "_index": 9789, + "_index": 9786, "data": { "ref/stable/liveupdate": {} }, @@ -192477,7 +192419,7 @@ [ "liveupdate_invalid_resource", { - "_index": 9791, + "_index": 9788, "data": { "ref/stable/liveupdate": {} }, @@ -192487,7 +192429,7 @@ [ "liveupdate_io_error", { - "_index": 9793, + "_index": 9790, "data": { "ref/stable/liveupdate": {} }, @@ -192497,7 +192439,7 @@ [ "liveupdate_mem_error", { - "_index": 9795, + "_index": 9792, "data": { "ref/stable/liveupdate": {} }, @@ -192507,7 +192449,7 @@ [ "liveupdate_ok", { - "_index": 9798, + "_index": 9795, "data": { "ref/stable/liveupdate": {} }, @@ -192517,7 +192459,7 @@ [ "liveupdate_scheme_mismatch", { - "_index": 9800, + "_index": 9797, "data": { "ref/stable/liveupdate": {} }, @@ -192527,7 +192469,7 @@ [ "liveupdate_signature_mismatch", { - "_index": 9802, + "_index": 9799, "data": { "ref/stable/liveupdate": {} }, @@ -192537,7 +192479,7 @@ [ "liveupdate_unknown", { - "_index": 9805, + "_index": 9802, "data": { "ref/stable/liveupdate": {} }, @@ -192547,7 +192489,7 @@ [ "liveupdate_version_mismatch", { - "_index": 9808, + "_index": 9805, "data": { "ref/stable/liveupdate": {} }, @@ -192557,7 +192499,7 @@ [ "living", { - "_index": 10251, + "_index": 10248, "data": { "ref/stable/particlefx": {} }, @@ -192579,7 +192521,7 @@ [ "lldb/gdb", { - "_index": 4966, + "_index": 4963, "data": { "manuals/debugging-native-code": {} }, @@ -192589,7 +192531,7 @@ [ "lo", { - "_index": 6563, + "_index": 6560, "data": { "assets/horrifold": {} }, @@ -192641,7 +192583,7 @@ [ "load/decode", { - "_index": 9086, + "_index": 9083, "data": { "ref/stable/dmDDF": {} }, @@ -192651,7 +192593,7 @@ [ "load_buffer", { - "_index": 9672, + "_index": 9669, "data": { "ref/stable/image": {}, "ref/stable/sys": {} @@ -192662,7 +192604,7 @@ [ "load_buffer_async", { - "_index": 9678, + "_index": 9675, "data": { "ref/stable/sys": {} }, @@ -192703,7 +192645,7 @@ [ "load_previous", { - "_index": 8701, + "_index": 8698, "data": { "ref/stable/crash": {} }, @@ -192713,7 +192655,7 @@ [ "load_resource", { - "_index": 9686, + "_index": 9683, "data": { "ref/stable/sys": {} }, @@ -192723,7 +192665,7 @@ [ "load_texture.gui", { - "_index": 6111, + "_index": 6108, "data": { "examples/gui/load_texture": {} }, @@ -192733,7 +192675,7 @@ [ "load_texture.gui_script", { - "_index": 6113, + "_index": 6110, "data": { "examples/gui/load_texture": {} }, @@ -192743,7 +192685,7 @@ [ "loadclass", { - "_index": 8024, + "_index": 8021, "data": { "ref/stable/dmAndroid": {} }, @@ -192805,7 +192747,7 @@ [ "loader/unloader", { - "_index": 5995, + "_index": 5992, "data": { "manuals/building-blocks": {} }, @@ -192815,7 +192757,7 @@ [ "loaders", { - "_index": 9379, + "_index": 9376, "data": { "ref/stable/package": {} }, @@ -192825,7 +192767,7 @@ [ "loadfile", { - "_index": 10702, + "_index": 10699, "data": { "ref/stable/base": {} }, @@ -192871,7 +192813,7 @@ [ "loadlib", { - "_index": 9411, + "_index": 9408, "data": { "ref/stable/package": {} }, @@ -192881,7 +192823,7 @@ [ "loadmessage", { - "_index": 9085, + "_index": 9082, "data": { "ref/stable/dmDDF": {} }, @@ -192891,7 +192833,7 @@ [ "loadmessagefromfile", { - "_index": 9089, + "_index": 9086, "data": { "ref/stable/dmDDF": {} }, @@ -192922,7 +192864,7 @@ [ "loadstring", { - "_index": 7111, + "_index": 7108, "data": { "ref/stable/base": {}, "ref/stable/string": {} @@ -192933,7 +192875,7 @@ [ "locaddr", { - "_index": 10583, + "_index": 10580, "data": { "ref/stable/socket": {} }, @@ -193031,7 +192973,7 @@ [ "local_foo", { - "_index": 5200, + "_index": 5197, "data": { "manuals/lua": {} }, @@ -193041,7 +192983,7 @@ [ "local_size_x", { - "_index": 5308, + "_index": 5305, "data": { "manuals/compute": {} }, @@ -193051,7 +192993,7 @@ [ "local_size_y", { - "_index": 5309, + "_index": 5306, "data": { "manuals/compute": {} }, @@ -193061,7 +193003,7 @@ [ "local_size_z", { - "_index": 5310, + "_index": 5307, "data": { "manuals/compute": {} }, @@ -193071,7 +193013,7 @@ [ "locale", { - "_index": 7179, + "_index": 7176, "data": { "ref/stable/os": {}, "ref/stable/string": {} @@ -193113,7 +193055,7 @@ [ "localisation", { - "_index": 6679, + "_index": 6676, "data": { "assets/defold-polyglot": {} }, @@ -193123,7 +193065,7 @@ [ "localisations", { - "_index": 6678, + "_index": 6675, "data": { "assets/defold-polyglot": {} }, @@ -193133,7 +193075,7 @@ [ "localization", { - "_index": 4821, + "_index": 4818, "data": { "assets/defglot": {}, "assets/defold-lang": {}, @@ -193146,7 +193088,7 @@ [ "localize", { - "_index": 6269, + "_index": 6266, "data": { "assets/lualocade": {} }, @@ -193175,7 +193117,7 @@ [ "localpoint", { - "_index": 10151, + "_index": 10148, "data": { "ref/stable/b2d.body": {} }, @@ -193284,7 +193226,7 @@ [ "lock", { - "_index": 4864, + "_index": 4861, "data": { "assets/pointer-lock": {}, "manuals/porting-guidelines": {}, @@ -193314,7 +193256,7 @@ [ "locking", { - "_index": 6474, + "_index": 6471, "data": { "assets/pointer-lock": {}, "ref/stable/dmMutex": {}, @@ -193326,7 +193268,7 @@ [ "locks", { - "_index": 7226, + "_index": 7223, "data": { "ref/stable/window": {} }, @@ -193336,7 +193278,7 @@ [ "locport", { - "_index": 10584, + "_index": 10581, "data": { "ref/stable/socket": {} }, @@ -193378,7 +193320,7 @@ [ "log10", { - "_index": 7280, + "_index": 7277, "data": { "ref/stable/math": {} }, @@ -193388,7 +193330,7 @@ [ "log_text", { - "_index": 10274, + "_index": 10271, "data": { "ref/stable/profiler": {} }, @@ -193398,7 +193340,7 @@ [ "logarithm", { - "_index": 7279, + "_index": 7276, "data": { "ref/stable/math": {} }, @@ -193408,7 +193350,7 @@ [ "logged", { - "_index": 4847, + "_index": 4844, "data": { "manuals/debugging-native-code": {}, "manuals/porting-guidelines": {}, @@ -193420,7 +193362,7 @@ [ "logger", { - "_index": 6390, + "_index": 6387, "data": { "assets/defold-log": {} }, @@ -193500,7 +193442,7 @@ [ "logo", { - "_index": 5059, + "_index": 5056, "data": { "examples/model/cubemap": {}, "manuals/flash": {} @@ -193511,7 +193453,7 @@ [ "logo#script", { - "_index": 5067, + "_index": 5064, "data": { "manuals/flash": {} }, @@ -193521,7 +193463,7 @@ [ "logo1", { - "_index": 5106, + "_index": 5103, "data": { "manuals/flash": {} }, @@ -193531,7 +193473,7 @@ [ "logo1:logo", { - "_index": 5103, + "_index": 5100, "data": { "manuals/flash": {} }, @@ -193541,7 +193483,7 @@ [ "logo2", { - "_index": 5107, + "_index": 5104, "data": { "manuals/flash": {} }, @@ -193551,7 +193493,7 @@ [ "logo2,logo3", { - "_index": 5111, + "_index": 5108, "data": { "manuals/flash": {} }, @@ -193561,7 +193503,7 @@ [ "logo2:logo", { - "_index": 5104, + "_index": 5101, "data": { "manuals/flash": {} }, @@ -193571,7 +193513,7 @@ [ "logo3", { - "_index": 5108, + "_index": 5105, "data": { "manuals/flash": {} }, @@ -193581,7 +193523,7 @@ [ "logo3:logo", { - "_index": 5105, + "_index": 5102, "data": { "manuals/flash": {} }, @@ -193591,7 +193533,7 @@ [ "logo:logo", { - "_index": 5072, + "_index": 5069, "data": { "manuals/flash": {} }, @@ -193601,7 +193543,7 @@ [ "logo_id", { - "_index": 5077, + "_index": 5074, "data": { "manuals/flash": {} }, @@ -193611,7 +193553,7 @@ [ "logos", { - "_index": 5086, + "_index": 5083, "data": { "manuals/flash": {} }, @@ -193637,7 +193579,7 @@ [ "logseverity", { - "_index": 7417, + "_index": 7414, "data": { "ref/stable/dmLog": {} }, @@ -193716,7 +193658,7 @@ [ "looked", { - "_index": 10891, + "_index": 10888, "data": { "ref/stable/dmScript": {} }, @@ -193739,7 +193681,7 @@ [ "looking_at", { - "_index": 6126, + "_index": 6123, "data": { "examples/movement/look_rotation": {} }, @@ -193749,7 +193691,7 @@ [ "lookrotation", { - "_index": 6125, + "_index": 6122, "data": { "examples/movement/look_rotation": {} }, @@ -193874,7 +193816,7 @@ [ "lose", { - "_index": 4881, + "_index": 4878, "data": { "manuals/editor": {}, "manuals/porting-guidelines": {} @@ -193885,7 +193827,7 @@ [ "losing", { - "_index": 5500, + "_index": 5497, "data": { "manuals/editor-scripts": {} }, @@ -193906,7 +193848,7 @@ [ "lost", { - "_index": 4720, + "_index": 4717, "data": { "manuals/android": {}, "manuals/collection-proxy": {}, @@ -194004,7 +193946,7 @@ [ "lowfi", { - "_index": 6493, + "_index": 6490, "data": { "assets/chipsounds": {} }, @@ -194014,7 +193956,7 @@ [ "lowrez", { - "_index": 6597, + "_index": 6594, "data": { "assets/lowrezjamtemplate": {} }, @@ -194024,7 +193966,7 @@ [ "lowrezjamtemplate", { - "_index": 6596, + "_index": 6593, "data": { "assets/lowrezjamtemplate": {} }, @@ -194034,7 +193976,7 @@ [ "lpeg", { - "_index": 6451, + "_index": 6448, "data": { "assets/lpeg": {}, "assets/narrator": {} @@ -194057,7 +193999,7 @@ [ "lsapplicationqueriesschemes", { - "_index": 9615, + "_index": 9612, "data": { "ref/stable/sys": {} }, @@ -194067,7 +194009,7 @@ [ "lshift", { - "_index": 8652, + "_index": 8649, "data": { "ref/stable/bit": {} }, @@ -194077,7 +194019,7 @@ [ "lsp", { - "_index": 5436, + "_index": 5433, "data": { "manuals/editor-scripts": {} }, @@ -194087,7 +194029,7 @@ [ "lt", { - "_index": 6954, + "_index": 6951, "data": { "ref/stable/dmGui": {}, "ref/stable/render": {}, @@ -194099,7 +194041,7 @@ [ "lt;<", { - "_index": 9092, + "_index": 9089, "data": { "ref/stable/dmDDF": {} }, @@ -194109,7 +194051,7 @@ [ "lt;..native", { - "_index": 8680, + "_index": 8677, "data": { "ref/stable/dmSpinlock": {} }, @@ -194119,7 +194061,7 @@ [ "lt;0", { - "_index": 10851, + "_index": 10848, "data": { "ref/stable/dmScript": {} }, @@ -194259,7 +194201,7 @@ [ "lua"", { - "_index": 7139, + "_index": 7136, "data": { "ref/stable/string": {} }, @@ -194269,7 +194211,7 @@ [ "lua/c", { - "_index": 5175, + "_index": 5172, "data": { "manuals/lua": {} }, @@ -194279,7 +194221,7 @@ [ "lua_cpath", { - "_index": 9373, + "_index": 9370, "data": { "ref/stable/package": {} }, @@ -194289,7 +194231,7 @@ [ "lua_getinfo", { - "_index": 9557, + "_index": 9554, "data": { "ref/stable/debug": {} }, @@ -194299,7 +194241,7 @@ [ "lua_gettop", { - "_index": 10791, + "_index": 10788, "data": { "ref/stable/dmScript": {} }, @@ -194309,7 +194251,7 @@ [ "lua_noref", { - "_index": 10899, + "_index": 10896, "data": { "ref/stable/dmScript": {} }, @@ -194319,7 +194261,7 @@ [ "lua_path", { - "_index": 9419, + "_index": 9416, "data": { "ref/stable/package": {} }, @@ -194329,7 +194271,7 @@ [ "lua_pcall", { - "_index": 10852, + "_index": 10849, "data": { "ref/stable/dmScript": {} }, @@ -194339,7 +194281,7 @@ [ "lua_registryindex", { - "_index": 10868, + "_index": 10865, "data": { "ref/stable/dmScript": {} }, @@ -194349,7 +194291,7 @@ [ "lua_state", { - "_index": 4744, + "_index": 4741, "data": { "manuals/extensions": {}, "ref/stable/dmGui": {}, @@ -194361,7 +194303,7 @@ [ "lua_tboolean", { - "_index": 10783, + "_index": 10780, "data": { "ref/stable/dmScript": {} }, @@ -194371,7 +194313,7 @@ [ "lua_tnumber", { - "_index": 10784, + "_index": 10781, "data": { "ref/stable/dmScript": {} }, @@ -194381,7 +194323,7 @@ [ "lua_tstring", { - "_index": 10785, + "_index": 10782, "data": { "ref/stable/dmScript": {} }, @@ -194391,7 +194333,7 @@ [ "luabufferownership", { - "_index": 10892, + "_index": 10889, "data": { "ref/stable/dmScript": {} }, @@ -194401,7 +194343,7 @@ [ "luacallbackinfo", { - "_index": 10845, + "_index": 10842, "data": { "ref/stable/dmScript": {} }, @@ -194432,7 +194374,7 @@ [ "luaconf.h", { - "_index": 9374, + "_index": 9371, "data": { "ref/stable/package": {} }, @@ -194442,7 +194384,7 @@ [ "luafilesystem", { - "_index": 6713, + "_index": 6710, "data": { "assets/luafilesystemlfs": {} }, @@ -194452,7 +194394,7 @@ [ "luafilesystemlfs", { - "_index": 6711, + "_index": 6708, "data": { "assets/luafilesystemlfs": {} }, @@ -194462,7 +194404,7 @@ [ "luahbuffer", { - "_index": 10794, + "_index": 10791, "data": { "ref/stable/dmScript": {} }, @@ -194483,7 +194425,7 @@ [ "lual_checkstring", { - "_index": 4749, + "_index": 4746, "data": { "manuals/extensions": {} }, @@ -194493,7 +194435,7 @@ [ "lual_error", { - "_index": 10789, + "_index": 10786, "data": { "ref/stable/dmScript": {} }, @@ -194503,7 +194445,7 @@ [ "lual_ref", { - "_index": 10884, + "_index": 10881, "data": { "ref/stable/dmScript": {} }, @@ -194513,7 +194455,7 @@ [ "lualocade", { - "_index": 6268, + "_index": 6265, "data": { "assets/lualocade": {} }, @@ -194523,7 +194465,7 @@ [ "luaopen_", { - "_index": 9397, + "_index": 9394, "data": { "ref/stable/package": {} }, @@ -194533,7 +194475,7 @@ [ "luaopen_a_b_c", { - "_index": 9408, + "_index": 9405, "data": { "ref/stable/package": {} }, @@ -194543,7 +194485,7 @@ [ "luaopen_b_c", { - "_index": 9404, + "_index": 9401, "data": { "ref/stable/package": {} }, @@ -194553,7 +194495,7 @@ [ "luapushnode", { - "_index": 8151, + "_index": 8148, "data": { "ref/stable/dmGui": {} }, @@ -194563,7 +194505,7 @@ [ "luascriptinstance", { - "_index": 6264, + "_index": 6261, "data": { "assets/luascriptinstance": {} }, @@ -194585,7 +194527,7 @@ [ "luatojson", { - "_index": 10850, + "_index": 10847, "data": { "ref/stable/dmScript": {} }, @@ -194595,7 +194537,7 @@ [ "luminance", { - "_index": 7818, + "_index": 7815, "data": { "ref/stable/gui": {}, "ref/stable/image": {} @@ -194606,7 +194548,7 @@ [ "lz4", { - "_index": 4714, + "_index": 4711, "data": { "manuals/bundling": {} }, @@ -194635,7 +194577,7 @@ [ "m.alter_state", { - "_index": 5733, + "_index": 5730, "data": { "manuals/modules": {} }, @@ -194645,7 +194587,7 @@ [ "m.do_something", { - "_index": 5729, + "_index": 5726, "data": { "manuals/modules": {} }, @@ -194666,7 +194608,7 @@ [ "m.get_language_servers", { - "_index": 5356, + "_index": 5353, "data": { "manuals/editor-scripts": {} }, @@ -194676,7 +194618,7 @@ [ "m.get_prefs_schema", { - "_index": 5357, + "_index": 5354, "data": { "manuals/editor-scripts": {} }, @@ -194686,7 +194628,7 @@ [ "m.get_state", { - "_index": 5736, + "_index": 5733, "data": { "manuals/modules": {} }, @@ -194696,7 +194638,7 @@ [ "m.new", { - "_index": 5737, + "_index": 5734, "data": { "manuals/modules": {} }, @@ -194706,7 +194648,7 @@ [ "m.on_build_started", { - "_index": 5414, + "_index": 5411, "data": { "manuals/editor-scripts": {} }, @@ -194726,7 +194668,7 @@ [ "m.value", { - "_index": 5725, + "_index": 5722, "data": { "manuals/modules": {} }, @@ -194736,7 +194678,7 @@ [ "m/s", { - "_index": 10101, + "_index": 10098, "data": { "ref/stable/b2d.body": {} }, @@ -194746,7 +194688,7 @@ [ "m2", { - "_index": 9851, + "_index": 9848, "data": { "ref/stable/dmTransform": {} }, @@ -194756,7 +194698,7 @@ [ "m2e", { - "_index": 7272, + "_index": 7269, "data": { "ref/stable/math": {} }, @@ -194766,7 +194708,7 @@ [ "m:alter_state", { - "_index": 5743, + "_index": 5740, "data": { "manuals/modules": {} }, @@ -194776,7 +194718,7 @@ [ "m:get_state", { - "_index": 5745, + "_index": 5742, "data": { "manuals/modules": {} }, @@ -194786,7 +194728,7 @@ [ "m^2", { - "_index": 10123, + "_index": 10120, "data": { "ref/stable/b2d.body": {} }, @@ -194796,7 +194738,7 @@ [ "m_begin", { - "_index": 10948, + "_index": 10945, "data": { "ref/stable/dmRender": {} }, @@ -194806,7 +194748,7 @@ [ "m_bool", { - "_index": 9347, + "_index": 9344, "data": { "ref/stable/dmGameObject": {} }, @@ -194816,7 +194758,7 @@ [ "m_boolcount", { - "_index": 9299, + "_index": 9296, "data": { "ref/stable/dmGameObject": {} }, @@ -194826,7 +194768,7 @@ [ "m_buf", { - "_index": 10947, + "_index": 10944, "data": { "ref/stable/dmRender": {} }, @@ -194836,7 +194778,7 @@ [ "m_buffer", { - "_index": 10848, + "_index": 10845, "data": { "ref/stable/dmScript": {} }, @@ -194846,7 +194788,7 @@ [ "m_bufferres", { - "_index": 10847, + "_index": 10844, "data": { "ref/stable/dmScript": {} }, @@ -194856,7 +194798,7 @@ [ "m_elementcount", { - "_index": 9325, + "_index": 9322, "data": { "ref/stable/dmGameObject": {} }, @@ -194866,7 +194808,7 @@ [ "m_end", { - "_index": 10949, + "_index": 10946, "data": { "ref/stable/dmRender": {} }, @@ -194876,7 +194818,7 @@ [ "m_hash", { - "_index": 9343, + "_index": 9340, "data": { "ref/stable/dmGameObject": {} }, @@ -194886,7 +194828,7 @@ [ "m_key", { - "_index": 9333, + "_index": 9330, "data": { "ref/stable/dmGameObject": {} }, @@ -194896,7 +194838,7 @@ [ "m_l", { - "_index": 4752, + "_index": 4749, "data": { "manuals/extensions": {} }, @@ -194906,7 +194848,7 @@ [ "m_majororder", { - "_index": 10951, + "_index": 10948, "data": { "ref/stable/dmRender": {} }, @@ -194916,7 +194858,7 @@ [ "m_number", { - "_index": 9342, + "_index": 9339, "data": { "ref/stable/dmGameObject": {} }, @@ -194926,7 +194868,7 @@ [ "m_order", { - "_index": 10954, + "_index": 10951, "data": { "ref/stable/dmRender": {} }, @@ -194936,7 +194878,7 @@ [ "m_text", { - "_index": 9348, + "_index": 9345, "data": { "ref/stable/dmGameObject": {} }, @@ -194946,7 +194888,7 @@ [ "m_texture", { - "_index": 8159, + "_index": 8156, "data": { "ref/stable/dmGui": {} }, @@ -194956,7 +194898,7 @@ [ "m_url", { - "_index": 9344, + "_index": 9341, "data": { "ref/stable/dmGameObject": {} }, @@ -194966,7 +194908,7 @@ [ "m_v4", { - "_index": 9346, + "_index": 9343, "data": { "ref/stable/dmGameObject": {} }, @@ -194976,7 +194918,7 @@ [ "m_valueptr", { - "_index": 9324, + "_index": 9321, "data": { "ref/stable/dmGameObject": {} }, @@ -194986,7 +194928,7 @@ [ "m_variant", { - "_index": 9326, + "_index": 9323, "data": { "ref/stable/dmGameObject": {} }, @@ -194996,7 +194938,7 @@ [ "mac", { - "_index": 5568, + "_index": 5565, "data": { "manuals/editor": {}, "manuals/macos": {}, @@ -195022,7 +194964,7 @@ [ "machinery", { - "_index": 5603, + "_index": 5600, "data": { "manuals/introduction": {} }, @@ -195032,7 +194974,7 @@ [ "macintosh", { - "_index": 9663, + "_index": 9660, "data": { "ref/stable/sys": {} }, @@ -195070,7 +195012,7 @@ [ "macosandroid", { - "_index": 10271, + "_index": 10268, "data": { "ref/stable/profiler": {} }, @@ -195135,7 +195077,7 @@ [ "mag", { - "_index": 6027, + "_index": 6024, "data": { "manuals/material": {} }, @@ -195145,7 +195087,7 @@ [ "mag_filter", { - "_index": 8515, + "_index": 8512, "data": { "ref/stable/render": {} }, @@ -195165,7 +195107,7 @@ [ "magic", { - "_index": 6523, + "_index": 6520, "data": { "assets/magiclinker": {}, "ref/stable/string": {} @@ -195176,7 +195118,7 @@ [ "magiclinker", { - "_index": 6522, + "_index": 6519, "data": { "assets/magiclinker": {} }, @@ -195186,7 +195128,7 @@ [ "magnification", { - "_index": 6022, + "_index": 6019, "data": { "manuals/material": {} }, @@ -195219,7 +195161,7 @@ [ "magnitudes", { - "_index": 6990, + "_index": 6987, "data": { "ref/stable/vmath": {} }, @@ -195280,7 +195222,7 @@ [ "main.mymodule", { - "_index": 5738, + "_index": 5735, "data": { "manuals/modules": {} }, @@ -195290,7 +195232,7 @@ [ "main/bean.collection", { - "_index": 5999, + "_index": 5996, "data": { "manuals/building-blocks": {} }, @@ -195300,7 +195242,7 @@ [ "main/data/,assets/level_data.json", { - "_index": 9676, + "_index": 9673, "data": { "ref/stable/sys": {} }, @@ -195310,7 +195252,7 @@ [ "main/game.script", { - "_index": 5367, + "_index": 5364, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -195391,7 +195333,7 @@ [ "main/my_gui.gui_script:2", { - "_index": 5898, + "_index": 5895, "data": { "manuals/gui-script": {} }, @@ -195401,7 +195343,7 @@ [ "main/my_texture.texturec", { - "_index": 10376, + "_index": 10373, "data": { "ref/stable/resource": {} }, @@ -195444,7 +195386,7 @@ [ "maintain", { - "_index": 5478, + "_index": 5475, "data": { "manuals/editor-scripts": {}, "ref/stable/go": {} @@ -195489,7 +195431,7 @@ [ "maintimeline", { - "_index": 5082, + "_index": 5079, "data": { "manuals/flash": {} }, @@ -195601,7 +195543,7 @@ [ "make_invincible", { - "_index": 7537, + "_index": 7534, "data": { "ref/stable/physics": {} }, @@ -195611,7 +195553,7 @@ [ "maker", { - "_index": 6482, + "_index": 6479, "data": { "assets/defkit": {} }, @@ -195706,7 +195648,7 @@ [ "management", { - "_index": 5046, + "_index": 5043, "data": { "manuals/live-update-aws": {}, "ref/stable/collectionproxy": {} @@ -195754,7 +195696,7 @@ [ "managing", { - "_index": 6341, + "_index": 6338, "data": { "assets/websocket": {}, "ref/stable/buffer": {} @@ -195799,7 +195741,7 @@ [ "manifest.private.der", { - "_index": 4858, + "_index": 4855, "data": { "manuals/porting-guidelines": {} }, @@ -195809,7 +195751,7 @@ [ "manifest.public.der", { - "_index": 4859, + "_index": 4856, "data": { "manuals/porting-guidelines": {} }, @@ -195869,7 +195811,7 @@ [ "manifests/android", { - "_index": 5547, + "_index": 5544, "data": { "manuals/extensions-gradle": {} }, @@ -195879,7 +195821,7 @@ [ "manifests/ios", { - "_index": 5941, + "_index": 5938, "data": { "manuals/extensions-cocoapods": {} }, @@ -195889,7 +195831,7 @@ [ "manifests/osx", { - "_index": 5942, + "_index": 5939, "data": { "manuals/extensions-cocoapods": {} }, @@ -195939,7 +195881,7 @@ [ "manipulates", { - "_index": 5732, + "_index": 5729, "data": { "manuals/modules": {} }, @@ -195981,7 +195923,7 @@ [ "manipulator", { - "_index": 5575, + "_index": 5572, "data": { "manuals/editor": {} }, @@ -195991,7 +195933,7 @@ [ "manipulators", { - "_index": 5570, + "_index": 5567, "data": { "manuals/editor": {} }, @@ -196336,7 +196278,7 @@ [ "manuals", { - "_index": 5597, + "_index": 5594, "data": { "manuals/introduction": {} }, @@ -196423,7 +196365,7 @@ [ "map_jit", { - "_index": 5833, + "_index": 5830, "data": { "manuals/macos": {} }, @@ -196452,7 +196394,7 @@ [ "mapping", { - "_index": 4812, + "_index": 4809, "data": { "manuals/debugging-native-code-android": {}, "manuals/importing-models": {}, @@ -196465,7 +196407,7 @@ [ "mappings", { - "_index": 4905, + "_index": 4902, "data": { "manuals/debugging-native-code-android": {}, "manuals/debugging-native-code-ios": {}, @@ -196508,7 +196450,7 @@ [ "margins", { - "_index": 10442, + "_index": 10439, "data": { "ref/stable/resource": {} }, @@ -196561,7 +196503,7 @@ [ "markers", { - "_index": 6004, + "_index": 6001, "data": { "manuals/building-blocks": {} }, @@ -196571,7 +196513,7 @@ [ "marking", { - "_index": 5722, + "_index": 5719, "data": { "manuals/resource": {} }, @@ -196608,7 +196550,7 @@ [ "maskbit", { - "_index": 7491, + "_index": 7488, "data": { "ref/stable/physics": {} }, @@ -196618,7 +196560,7 @@ [ "masking", { - "_index": 7536, + "_index": 7533, "data": { "ref/stable/physics": {} }, @@ -196675,7 +196617,7 @@ [ "master/build", { - "_index": 4908, + "_index": 4905, "data": { "manuals/debugging-native-code-ios": {} }, @@ -196685,7 +196627,7 @@ [ "master:bind", { - "_index": 10544, + "_index": 10541, "data": { "ref/stable/socket": {} }, @@ -196695,7 +196637,7 @@ [ "master:close", { - "_index": 10548, + "_index": 10545, "data": { "ref/stable/socket": {} }, @@ -196705,7 +196647,7 @@ [ "master:connect", { - "_index": 10549, + "_index": 10546, "data": { "ref/stable/socket": {} }, @@ -196715,7 +196657,7 @@ [ "master:dirty", { - "_index": 10555, + "_index": 10552, "data": { "ref/stable/socket": {} }, @@ -196725,7 +196667,7 @@ [ "master:getfd", { - "_index": 10556, + "_index": 10553, "data": { "ref/stable/socket": {} }, @@ -196735,7 +196677,7 @@ [ "master:getsockname", { - "_index": 10557, + "_index": 10554, "data": { "ref/stable/socket": {} }, @@ -196745,7 +196687,7 @@ [ "master:getstats", { - "_index": 10558, + "_index": 10555, "data": { "ref/stable/socket": {} }, @@ -196755,7 +196697,7 @@ [ "master:listen", { - "_index": 10559, + "_index": 10556, "data": { "ref/stable/socket": {} }, @@ -196765,7 +196707,7 @@ [ "master:setfd", { - "_index": 10563, + "_index": 10560, "data": { "ref/stable/socket": {} }, @@ -196775,7 +196717,7 @@ [ "master:setstats", { - "_index": 10564, + "_index": 10561, "data": { "ref/stable/socket": {} }, @@ -196785,7 +196727,7 @@ [ "master:settimeout", { - "_index": 10565, + "_index": 10562, "data": { "ref/stable/socket": {} }, @@ -196834,7 +196776,7 @@ [ "matchanovel", { - "_index": 6747, + "_index": 6744, "data": { "assets/matchanovel": {} }, @@ -196895,7 +196837,7 @@ [ "matchmaker", { - "_index": 6352, + "_index": 6349, "data": { "assets/nakama": {} }, @@ -196993,7 +196935,7 @@ [ "math.abs", { - "_index": 7237, + "_index": 7234, "data": { "ref/stable/math": {} }, @@ -197003,7 +196945,7 @@ [ "math.acos", { - "_index": 7239, + "_index": 7236, "data": { "ref/stable/math": {} }, @@ -197013,7 +196955,7 @@ [ "math.asin", { - "_index": 7243, + "_index": 7240, "data": { "ref/stable/math": {} }, @@ -197023,7 +196965,7 @@ [ "math.atan", { - "_index": 7246, + "_index": 7243, "data": { "ref/stable/math": {} }, @@ -197033,7 +196975,7 @@ [ "math.atan2", { - "_index": 6121, + "_index": 6118, "data": { "examples/movement/look_at": {}, "ref/stable/math": {} @@ -197044,7 +196986,7 @@ [ "math.ceil", { - "_index": 7253, + "_index": 7250, "data": { "ref/stable/math": {} }, @@ -197054,7 +196996,7 @@ [ "math.cos", { - "_index": 7255, + "_index": 7252, "data": { "ref/stable/math": {} }, @@ -197064,7 +197006,7 @@ [ "math.cosh", { - "_index": 7256, + "_index": 7253, "data": { "ref/stable/math": {} }, @@ -197074,7 +197016,7 @@ [ "math.deg", { - "_index": 7259, + "_index": 7256, "data": { "ref/stable/math": {} }, @@ -197084,7 +197026,7 @@ [ "math.exp", { - "_index": 7261, + "_index": 7258, "data": { "ref/stable/math": {} }, @@ -197094,7 +197036,7 @@ [ "math.floor", { - "_index": 7264, + "_index": 7261, "data": { "ref/stable/math": {} }, @@ -197104,7 +197046,7 @@ [ "math.fmod", { - "_index": 7266, + "_index": 7263, "data": { "ref/stable/math": {} }, @@ -197114,7 +197056,7 @@ [ "math.frexp", { - "_index": 7270, + "_index": 7267, "data": { "ref/stable/math": {} }, @@ -197124,7 +197066,7 @@ [ "math.huge", { - "_index": 7273, + "_index": 7270, "data": { "ref/stable/math": {} }, @@ -197134,7 +197076,7 @@ [ "math.ldexp", { - "_index": 7275, + "_index": 7272, "data": { "ref/stable/math": {} }, @@ -197144,7 +197086,7 @@ [ "math.log", { - "_index": 7277, + "_index": 7274, "data": { "ref/stable/math": {} }, @@ -197165,7 +197107,7 @@ [ "math.max", { - "_index": 7281, + "_index": 7278, "data": { "ref/stable/math": {} }, @@ -197175,7 +197117,7 @@ [ "math.min", { - "_index": 7282, + "_index": 7279, "data": { "ref/stable/math": {} }, @@ -197185,7 +197127,7 @@ [ "math.modf", { - "_index": 7283, + "_index": 7280, "data": { "ref/stable/math": {} }, @@ -197195,7 +197137,7 @@ [ "math.pi", { - "_index": 5801, + "_index": 5798, "data": { "manuals/physics-joints": {}, "ref/stable/math": {} @@ -197217,7 +197159,7 @@ [ "math.rad", { - "_index": 7290, + "_index": 7287, "data": { "ref/stable/math": {} }, @@ -197238,7 +197180,7 @@ [ "math.randomseed", { - "_index": 7298, + "_index": 7295, "data": { "ref/stable/math": {} }, @@ -197248,7 +197190,7 @@ [ "math.sin", { - "_index": 7301, + "_index": 7298, "data": { "ref/stable/math": {} }, @@ -197258,7 +197200,7 @@ [ "math.sinh", { - "_index": 7303, + "_index": 7300, "data": { "ref/stable/math": {} }, @@ -197268,7 +197210,7 @@ [ "math.sqrt", { - "_index": 7305, + "_index": 7302, "data": { "ref/stable/math": {} }, @@ -197278,7 +197220,7 @@ [ "math.tan", { - "_index": 7308, + "_index": 7305, "data": { "ref/stable/math": {} }, @@ -197288,7 +197230,7 @@ [ "math.tanh", { - "_index": 7310, + "_index": 7307, "data": { "ref/stable/math": {} }, @@ -197346,7 +197288,7 @@ [ "matrix3", { - "_index": 7390, + "_index": 7387, "data": { "ref/stable/dmVMath": {} }, @@ -197375,7 +197317,7 @@ [ "matrix4_axis_angle", { - "_index": 7023, + "_index": 7020, "data": { "ref/stable/vmath": {} }, @@ -197385,7 +197327,7 @@ [ "matrix4_compose", { - "_index": 7026, + "_index": 7023, "data": { "ref/stable/vmath": {} }, @@ -197395,7 +197337,7 @@ [ "matrix4_frustum", { - "_index": 7030, + "_index": 7027, "data": { "ref/stable/vmath": {} }, @@ -197405,7 +197347,7 @@ [ "matrix4_look_at", { - "_index": 7032, + "_index": 7029, "data": { "ref/stable/vmath": {} }, @@ -197415,7 +197357,7 @@ [ "matrix4_orthographic", { - "_index": 7035, + "_index": 7032, "data": { "ref/stable/vmath": {} }, @@ -197425,7 +197367,7 @@ [ "matrix4_perspective", { - "_index": 7037, + "_index": 7034, "data": { "ref/stable/vmath": {} }, @@ -197435,7 +197377,7 @@ [ "matrix4_quat", { - "_index": 7039, + "_index": 7036, "data": { "ref/stable/vmath": {} }, @@ -197445,7 +197387,7 @@ [ "matrix4_rotation_x", { - "_index": 7041, + "_index": 7038, "data": { "ref/stable/vmath": {} }, @@ -197455,7 +197397,7 @@ [ "matrix4_rotation_y", { - "_index": 7043, + "_index": 7040, "data": { "ref/stable/vmath": {} }, @@ -197465,7 +197407,7 @@ [ "matrix4_rotation_z", { - "_index": 7045, + "_index": 7042, "data": { "ref/stable/vmath": {} }, @@ -197475,7 +197417,7 @@ [ "matrix4_scale", { - "_index": 7047, + "_index": 7044, "data": { "ref/stable/vmath": {} }, @@ -197485,7 +197427,7 @@ [ "matrix4_translation", { - "_index": 7051, + "_index": 7048, "data": { "ref/stable/vmath": {} }, @@ -197533,7 +197475,7 @@ [ "mavencentral", { - "_index": 5548, + "_index": 5545, "data": { "manuals/extensions-gradle": {} }, @@ -197577,7 +197519,7 @@ [ "max_ascent", { - "_index": 10433, + "_index": 10430, "data": { "ref/stable/resource": {} }, @@ -197587,7 +197529,7 @@ [ "max_buffer_color_attachments", { - "_index": 6872, + "_index": 6869, "data": { "ref/stable/dmGraphics": {} }, @@ -197597,7 +197539,7 @@ [ "max_char_count", { - "_index": 9504, + "_index": 9501, "data": { "ref/stable/dmHid": {} }, @@ -197607,7 +197549,7 @@ [ "max_descent", { - "_index": 10434, + "_index": 10431, "data": { "ref/stable/resource": {} }, @@ -197617,7 +197559,7 @@ [ "max_gamepad_axis_count", { - "_index": 9506, + "_index": 9503, "data": { "ref/stable/dmHid": {} }, @@ -197627,7 +197569,7 @@ [ "max_gamepad_button_count", { - "_index": 9508, + "_index": 9505, "data": { "ref/stable/dmHid": {} }, @@ -197637,7 +197579,7 @@ [ "max_gamepad_count", { - "_index": 9510, + "_index": 9507, "data": { "ref/stable/dmHid": {} }, @@ -197647,7 +197589,7 @@ [ "max_gamepad_hat_count", { - "_index": 9512, + "_index": 9509, "data": { "ref/stable/dmHid": {} }, @@ -197668,7 +197610,7 @@ [ "max_keyboard_count", { - "_index": 9515, + "_index": 9512, "data": { "ref/stable/dmHid": {} }, @@ -197678,7 +197620,7 @@ [ "max_length", { - "_index": 5709, + "_index": 5706, "data": { "manuals/physics-events": {}, "manuals/physics-joints": {} @@ -197699,7 +197641,7 @@ [ "max_mipmaps", { - "_index": 10413, + "_index": 10410, "data": { "ref/stable/resource": {} }, @@ -197709,7 +197651,7 @@ [ "max_mouse_count", { - "_index": 9517, + "_index": 9514, "data": { "ref/stable/dmHid": {} }, @@ -197719,7 +197661,7 @@ [ "max_subpass_dependencies", { - "_index": 6874, + "_index": 6871, "data": { "ref/stable/dmGraphics": {} }, @@ -197729,7 +197671,7 @@ [ "max_texture_count", { - "_index": 10916, + "_index": 10913, "data": { "ref/stable/dmRender": {} }, @@ -197739,7 +197681,7 @@ [ "max_touch_count", { - "_index": 9520, + "_index": 9517, "data": { "ref/stable/dmHid": {} }, @@ -197749,7 +197691,7 @@ [ "max_touch_device_count", { - "_index": 9523, + "_index": 9520, "data": { "ref/stable/dmHid": {} }, @@ -197792,7 +197734,7 @@ [ "maxn", { - "_index": 6946, + "_index": 6943, "data": { "ref/stable/table": {} }, @@ -197886,7 +197828,7 @@ [ "mc", { - "_index": 8535, + "_index": 8532, "data": { "ref/stable/render": {} }, @@ -197896,7 +197838,7 @@ [ "md5", { - "_index": 6734, + "_index": 6731, "data": { "assets/md5": {}, "ref/stable/dmCrypt": {} @@ -197947,7 +197889,7 @@ [ "meaningful", { - "_index": 5167, + "_index": 5164, "data": { "manuals/flash": {}, "manuals/input": {} @@ -198004,7 +197946,7 @@ [ "meant", { - "_index": 5257, + "_index": 5254, "data": { "assets/navgo": {}, "manuals/compute": {}, @@ -198029,7 +197971,7 @@ [ "measured", { - "_index": 7457, + "_index": 7454, "data": { "ref/stable/b2d.body": {}, "ref/stable/buffer": {}, @@ -198043,7 +197985,7 @@ [ "measurement", { - "_index": 6753, + "_index": 6750, "data": { "assets/googleanalytics": {}, "ref/stable/render": {} @@ -198075,7 +198017,7 @@ [ "mechanics", { - "_index": 6394, + "_index": 6391, "data": { "assets/scene3d": {} }, @@ -198113,7 +198055,7 @@ [ "mediation", { - "_index": 6621, + "_index": 6618, "data": { "assets/cas-ai": {}, "assets/ironsource-official": {} @@ -198193,7 +198135,7 @@ [ "membership", { - "_index": 10509, + "_index": 10506, "data": { "ref/stable/socket": {} }, @@ -198203,7 +198145,7 @@ [ "memcpy", { - "_index": 7451, + "_index": 7448, "data": { "ref/stable/dmArray": {}, "ref/stable/dmHashTable": {} @@ -198255,7 +198197,7 @@ [ "memoryless", { - "_index": 10412, + "_index": 10409, "data": { "ref/stable/resource": {} }, @@ -198316,7 +198258,7 @@ [ "menu.collection", { - "_index": 6172, + "_index": 6169, "data": { "examples/collection/proxy": {}, "examples/collection/splash": {} @@ -198327,7 +198269,7 @@ [ "menu_", { - "_index": 5555, + "_index": 5552, "data": { "manuals/editor": {} }, @@ -198387,7 +198329,7 @@ [ "mersenne", { - "_index": 6465, + "_index": 6462, "data": { "assets/sfmt": {} }, @@ -198419,7 +198361,7 @@ [ "meshes", { - "_index": 4810, + "_index": 4807, "data": { "assets/3deforms": {}, "manuals/importing-models": {}, @@ -198638,7 +198580,7 @@ [ "message.texture_in", { - "_index": 5331, + "_index": 5328, "data": { "manuals/compute": {} }, @@ -198648,7 +198590,7 @@ [ "message.texture_out", { - "_index": 5333, + "_index": 5330, "data": { "manuals/compute": {} }, @@ -198744,7 +198686,7 @@ [ "messagedestroycallback", { - "_index": 7321, + "_index": 7318, "data": { "ref/stable/dmMessage": {} }, @@ -198804,7 +198746,7 @@ [ "messaging", { - "_index": 5149, + "_index": 5146, "data": { "assets/push": {}, "assets/tactxstudios": {}, @@ -198846,7 +198788,7 @@ [ "meta_get_instance_context_table_ref", { - "_index": 10898, + "_index": 10895, "data": { "ref/stable/dmScript": {} }, @@ -198856,7 +198798,7 @@ [ "metaballs", { - "_index": 6533, + "_index": 6530, "data": { "assets/defluid": {} }, @@ -198866,7 +198808,7 @@ [ "metadata", { - "_index": 5459, + "_index": 5456, "data": { "manuals/editor-scripts": {}, "ref/stable/buffer": {}, @@ -198878,7 +198820,7 @@ [ "metal", { - "_index": 5338, + "_index": 5335, "data": { "examples/physics/hinge_joint": {}, "examples/physics/pendulum": {}, @@ -198891,7 +198833,7 @@ [ "metamethod", { - "_index": 8757, + "_index": 8754, "data": { "ref/stable/base": {}, "ref/stable/coroutine": {} @@ -198902,7 +198844,7 @@ [ "metamethods", { - "_index": 5754, + "_index": 5751, "data": { "manuals/modules": {} }, @@ -198912,7 +198854,7 @@ [ "metatable", { - "_index": 9423, + "_index": 9420, "data": { "ref/stable/base": {}, "ref/stable/debug": {}, @@ -198924,7 +198866,7 @@ [ "metatables", { - "_index": 5741, + "_index": 5738, "data": { "manuals/modules": {} }, @@ -199004,7 +198946,7 @@ [ "metroidvania", { - "_index": 6345, + "_index": 6342, "data": { "assets/alienworld": {} }, @@ -199014,7 +198956,7 @@ [ "mice", { - "_index": 9518, + "_index": 9515, "data": { "ref/stable/dmHid": {} }, @@ -199024,7 +198966,7 @@ [ "micro", { - "_index": 10036, + "_index": 10033, "data": { "ref/stable/dmConnectionPool": {} }, @@ -199034,7 +198976,7 @@ [ "micropather", { - "_index": 6251, + "_index": 6248, "data": { "assets/apathfinding": {} }, @@ -199044,7 +198986,7 @@ [ "microseconds", { - "_index": 8762, + "_index": 8759, "data": { "ref/stable/dmSSLSocket": {}, "ref/stable/dmSocket": {}, @@ -199141,7 +199083,7 @@ [ "migrating", { - "_index": 7875, + "_index": 7872, "data": { "ref/stable/gui": {} }, @@ -199161,7 +199103,7 @@ [ "millisecond", { - "_index": 5206, + "_index": 5203, "data": { "manuals/lua": {}, "ref/stable/socket": {} @@ -199198,7 +199140,7 @@ [ "mimimal", { - "_index": 10307, + "_index": 10304, "data": { "ref/stable/profiler": {} }, @@ -199208,7 +199150,7 @@ [ "min", { - "_index": 6026, + "_index": 6023, "data": { "manuals/material": {}, "ref/stable/dmMath": {}, @@ -199224,7 +199166,7 @@ [ "min/mag", { - "_index": 6021, + "_index": 6018, "data": { "manuals/material": {} }, @@ -199234,7 +199176,7 @@ [ "min/max", { - "_index": 5656, + "_index": 5653, "data": { "manuals/mesh": {}, "ref/stable/vmath": {} @@ -199245,7 +199187,7 @@ [ "min_filter", { - "_index": 8513, + "_index": 8510, "data": { "ref/stable/render": {} }, @@ -199265,7 +199207,7 @@ [ "minchromeversion", { - "_index": 5238, + "_index": 5235, "data": { "manuals/app-manifest": {} }, @@ -199290,7 +199232,7 @@ [ "minfirefoxversion", { - "_index": 5236, + "_index": 5233, "data": { "manuals/app-manifest": {} }, @@ -199321,7 +199263,7 @@ [ "minification", { - "_index": 6023, + "_index": 6020, "data": { "manuals/material": {} }, @@ -199331,7 +199273,7 @@ [ "minify", { - "_index": 5396, + "_index": 5393, "data": { "manuals/editor-scripts": {} }, @@ -199374,7 +199316,7 @@ [ "minimize/maximize", { - "_index": 4773, + "_index": 4770, "data": { "manuals/extensions": {} }, @@ -199384,7 +199326,7 @@ [ "minimized", { - "_index": 10295, + "_index": 10292, "data": { "ref/stable/profiler": {} }, @@ -199411,7 +199353,7 @@ [ "minor", { - "_index": 10453, + "_index": 10450, "data": { "ref/stable/dmHttpClient": {} }, @@ -199421,7 +199363,7 @@ [ "minsafariversion", { - "_index": 5233, + "_index": 5230, "data": { "manuals/app-manifest": {} }, @@ -199431,7 +199373,7 @@ [ "minus", { - "_index": 7505, + "_index": 7502, "data": { "ref/stable/base": {}, "ref/stable/editor": {}, @@ -199444,7 +199386,7 @@ [ "minutes", { - "_index": 9658, + "_index": 9655, "data": { "ref/stable/sys": {} }, @@ -199454,7 +199396,7 @@ [ "mipmap", { - "_index": 6036, + "_index": 6033, "data": { "manuals/material": {}, "ref/stable/dmGraphics": {}, @@ -199478,7 +199420,7 @@ [ "mirastate", { - "_index": 6757, + "_index": 6754, "data": { "assets/mirastate": {} }, @@ -199488,7 +199430,7 @@ [ "miro", { - "_index": 9598, + "_index": 9595, "data": { "ref/stable/sys": {} }, @@ -199508,7 +199450,7 @@ [ "mis", { - "_index": 5671, + "_index": 5668, "data": { "manuals/dev-app": {} }, @@ -199529,7 +199471,7 @@ [ "miss", { - "_index": 5696, + "_index": 5693, "data": { "manuals/physics-events": {} }, @@ -199539,7 +199481,7 @@ [ "missed", { - "_index": 5693, + "_index": 5690, "data": { "manuals/physics-events": {}, "ref/stable/physics": {} @@ -199577,7 +199519,7 @@ [ "mistakes", { - "_index": 5202, + "_index": 5199, "data": { "manuals/lua": {} }, @@ -199587,7 +199529,7 @@ [ "misunderstanding", { - "_index": 6020, + "_index": 6017, "data": { "manuals/building-blocks": {} }, @@ -199685,7 +199627,7 @@ [ "mmo", { - "_index": 6628, + "_index": 6625, "data": { "assets/pp": {} }, @@ -199695,7 +199637,7 @@ [ "mnu", { - "_index": 6686, + "_index": 6683, "data": { "assets/defmnu": {} }, @@ -199753,7 +199695,7 @@ [ "mobilehtml5", { - "_index": 6267, + "_index": 6264, "data": { "assets/defold-mobilehtml5-typing": {} }, @@ -199763,7 +199705,7 @@ [ "mobileprovision", { - "_index": 4895, + "_index": 4892, "data": { "manuals/debugging-native-code-ios": {} }, @@ -199793,7 +199735,7 @@ [ "mod", { - "_index": 6489, + "_index": 6486, "data": { "assets/modplayer": {} }, @@ -199803,7 +199745,7 @@ [ "modal", { - "_index": 9033, + "_index": 9030, "data": { "ref/stable/editor": {} }, @@ -199865,7 +199807,7 @@ [ "mode_pause", { - "_index": 10276, + "_index": 10273, "data": { "ref/stable/profiler": {} }, @@ -199875,7 +199817,7 @@ [ "mode_record", { - "_index": 10278, + "_index": 10275, "data": { "ref/stable/profiler": {} }, @@ -199885,7 +199827,7 @@ [ "mode_run", { - "_index": 10280, + "_index": 10277, "data": { "ref/stable/profiler": {} }, @@ -199895,7 +199837,7 @@ [ "mode_show_peak_frame", { - "_index": 10283, + "_index": 10280, "data": { "ref/stable/profiler": {} }, @@ -199947,7 +199889,7 @@ [ "model.cancel", { - "_index": 9820, + "_index": 9817, "data": { "ref/stable/model": {} }, @@ -199968,7 +199910,7 @@ [ "model.get_mesh_enabled", { - "_index": 9824, + "_index": 9821, "data": { "ref/stable/model": {} }, @@ -199978,7 +199920,7 @@ [ "model.material", { - "_index": 5924, + "_index": 5921, "data": { "manuals/model": {} }, @@ -200000,7 +199942,7 @@ [ "model.set_mesh_enabled", { - "_index": 9829, + "_index": 9826, "data": { "ref/stable/model": {} }, @@ -200010,7 +199952,7 @@ [ "model_animation_done", { - "_index": 9827, + "_index": 9824, "data": { "ref/stable/model": {} }, @@ -200030,7 +199972,7 @@ [ "modelling", { - "_index": 5600, + "_index": 5597, "data": { "manuals/introduction": {} }, @@ -200110,7 +200052,7 @@ [ "modf", { - "_index": 7284, + "_index": 7281, "data": { "ref/stable/math": {} }, @@ -200120,7 +200062,7 @@ [ "modification", { - "_index": 5115, + "_index": 5112, "data": { "manuals/flash": {} }, @@ -200187,7 +200129,7 @@ [ "modifies", { - "_index": 10100, + "_index": 10097, "data": { "ref/stable/b2d.body": {} }, @@ -200227,7 +200169,7 @@ [ "modifying", { - "_index": 4697, + "_index": 4694, "data": { "manuals/gui-template": {}, "manuals/gui-text": {}, @@ -200239,7 +200181,7 @@ [ "modname", { - "_index": 9376, + "_index": 9373, "data": { "ref/stable/base": {}, "ref/stable/package": {} @@ -200250,7 +200192,7 @@ [ "modplayer", { - "_index": 6488, + "_index": 6485, "data": { "assets/modplayer": {} }, @@ -200290,7 +200232,7 @@ [ "module.lua", { - "_index": 5723, + "_index": 5720, "data": { "manuals/modules": {} }, @@ -200300,7 +200242,7 @@ [ "module_name", { - "_index": 4743, + "_index": 4740, "data": { "manuals/extensions": {} }, @@ -200328,7 +200270,7 @@ [ "moku", { - "_index": 6297, + "_index": 6294, "data": { "assets/moku": {} }, @@ -200338,7 +200280,7 @@ [ "moltenvk", { - "_index": 5339, + "_index": 5336, "data": { "manuals/compute": {} }, @@ -200370,7 +200312,7 @@ [ "monarch", { - "_index": 6483, + "_index": 6480, "data": { "assets/monarch": {} }, @@ -200380,7 +200322,7 @@ [ "monetary", { - "_index": 10022, + "_index": 10019, "data": { "ref/stable/os": {} }, @@ -200390,7 +200332,7 @@ [ "monetization", { - "_index": 6258, + "_index": 6255, "data": { "assets/webmonetization": {} }, @@ -200400,7 +200342,7 @@ [ "monetize", { - "_index": 6510, + "_index": 6507, "data": { "assets/admob-defold": {} }, @@ -200410,7 +200352,7 @@ [ "money", { - "_index": 4842, + "_index": 4839, "data": { "manuals/porting-guidelines": {} }, @@ -200434,7 +200376,7 @@ [ "monitors", { - "_index": 8031, + "_index": 8028, "data": { "ref/stable/dmAndroid": {} }, @@ -200455,7 +200397,7 @@ [ "monotonic", { - "_index": 9836, + "_index": 9833, "data": { "ref/stable/dmTime": {} }, @@ -200465,7 +200407,7 @@ [ "monsters", { - "_index": 6428, + "_index": 6425, "data": { "assets/slasherprototype": {} }, @@ -200475,7 +200417,7 @@ [ "month", { - "_index": 6698, + "_index": 6695, "data": { "assets/gamedistribution": {}, "ref/stable/os": {} @@ -200592,7 +200534,7 @@ [ "moreover", { - "_index": 9400, + "_index": 9397, "data": { "ref/stable/package": {} }, @@ -200602,7 +200544,7 @@ [ "morph", { - "_index": 4816, + "_index": 4813, "data": { "manuals/importing-models": {} }, @@ -200658,7 +200600,7 @@ [ "motion", { - "_index": 5094, + "_index": 5091, "data": { "assets/rive": {}, "manuals/flash": {}, @@ -200671,7 +200613,7 @@ [ "motor", { - "_index": 5798, + "_index": 5795, "data": { "manuals/physics-joints": {}, "ref/stable/physics": {} @@ -200735,7 +200677,7 @@ [ "mounted", { - "_index": 9673, + "_index": 9670, "data": { "ref/stable/liveupdate": {}, "ref/stable/sys": {} @@ -200857,7 +200799,7 @@ [ "mouse_press", { - "_index": 5984, + "_index": 5981, "data": { "manuals/input": {} }, @@ -200877,7 +200819,7 @@ [ "mousebutton", { - "_index": 9538, + "_index": 9535, "data": { "ref/stable/dmHid": {} }, @@ -200887,7 +200829,7 @@ [ "mouselook", { - "_index": 6475, + "_index": 6472, "data": { "assets/pointer-lock": {} }, @@ -200897,7 +200839,7 @@ [ "mousepacket", { - "_index": 9539, + "_index": 9536, "data": { "ref/stable/dmHid": {} }, @@ -200934,7 +200876,7 @@ [ "move_above", { - "_index": 7806, + "_index": 7803, "data": { "ref/stable/gui": {} }, @@ -200944,7 +200886,7 @@ [ "move_below", { - "_index": 7808, + "_index": 7805, "data": { "ref/stable/gui": {} }, @@ -201016,7 +200958,7 @@ [ "movie", { - "_index": 5054, + "_index": 5051, "data": { "manuals/flash": {} }, @@ -201026,7 +200968,7 @@ [ "movieclip", { - "_index": 5060, + "_index": 5057, "data": { "manuals/flash": {} }, @@ -201053,7 +200995,7 @@ [ "mozilla/5.0", { - "_index": 9662, + "_index": 9659, "data": { "ref/stable/sys": {} }, @@ -201179,7 +201121,7 @@ [ "mtlcommandqueue", { - "_index": 6910, + "_index": 6907, "data": { "ref/stable/dmGraphics": {} }, @@ -201189,7 +201131,7 @@ [ "mtltexture", { - "_index": 6932, + "_index": 6929, "data": { "ref/stable/dmGraphics": {} }, @@ -201265,7 +201207,7 @@ [ "mul", { - "_index": 9849, + "_index": 9846, "data": { "ref/stable/dmTransform": {} }, @@ -201275,7 +201217,7 @@ [ "mul_per_elem", { - "_index": 7054, + "_index": 7051, "data": { "ref/stable/vmath": {} }, @@ -201285,7 +201227,7 @@ [ "mulnoscalez", { - "_index": 9850, + "_index": 9847, "data": { "ref/stable/dmTransform": {} }, @@ -201295,7 +201237,7 @@ [ "mulperelem", { - "_index": 7394, + "_index": 7391, "data": { "ref/stable/dmVMath": {} }, @@ -201321,7 +201263,7 @@ [ "multiaddr", { - "_index": 10536, + "_index": 10533, "data": { "ref/stable/socket": {} }, @@ -201331,7 +201273,7 @@ [ "multicast", { - "_index": 10507, + "_index": 10504, "data": { "ref/stable/socket": {} }, @@ -201341,7 +201283,7 @@ [ "multiplatform", { - "_index": 6748, + "_index": 6745, "data": { "assets/matchanovel": {} }, @@ -201421,7 +201363,7 @@ [ "multiplication", { - "_index": 7056, + "_index": 7053, "data": { "ref/stable/sound": {}, "ref/stable/vmath": {} @@ -201485,7 +201427,7 @@ [ "multitarget", { - "_index": 8234, + "_index": 8231, "data": { "ref/stable/graphics": {} }, @@ -201596,7 +201538,7 @@ [ "mutable", { - "_index": 9323, + "_index": 9320, "data": { "ref/stable/dmGameObject": {} }, @@ -201626,7 +201568,7 @@ [ "muted", { - "_index": 10773, + "_index": 10770, "data": { "ref/stable/sound": {} }, @@ -201648,7 +201590,7 @@ [ "mv", { - "_index": 4900, + "_index": 4897, "data": { "manuals/debugging-native-code-ios": {} }, @@ -201703,7 +201645,7 @@ [ "my_backing_texture.texturec", { - "_index": 5299, + "_index": 5296, "data": { "manuals/compute": {} }, @@ -201713,7 +201655,7 @@ [ "my_box_shape", { - "_index": 5532, + "_index": 5529, "data": { "manuals/physics-shapes": {} }, @@ -201723,7 +201665,7 @@ [ "my_button", { - "_index": 5908, + "_index": 5905, "data": { "manuals/gui-script": {} }, @@ -201733,7 +201675,7 @@ [ "my_capsule_shape", { - "_index": 5526, + "_index": 5523, "data": { "manuals/physics-shapes": {} }, @@ -201743,7 +201685,7 @@ [ "my_compute", { - "_index": 5286, + "_index": 5283, "data": { "manuals/compute": {} }, @@ -201793,7 +201735,7 @@ [ "my_global_value", { - "_index": 5196, + "_index": 5193, "data": { "manuals/lua": {} }, @@ -201833,7 +201775,7 @@ [ "my_hinge", { - "_index": 5797, + "_index": 5794, "data": { "manuals/physics-joints": {} }, @@ -201863,7 +201805,7 @@ [ "my_json_formatter", { - "_index": 5471, + "_index": 5468, "data": { "manuals/editor-scripts": {} }, @@ -201873,7 +201815,7 @@ [ "my_json_formatter.indent", { - "_index": 5475, + "_index": 5472, "data": { "manuals/editor-scripts": {} }, @@ -201883,7 +201825,7 @@ [ "my_json_formatter.indent.size", { - "_index": 5464, + "_index": 5461, "data": { "manuals/editor-scripts": {} }, @@ -201893,7 +201835,7 @@ [ "my_json_formatter.indent.type", { - "_index": 5467, + "_index": 5464, "data": { "manuals/editor-scripts": {} }, @@ -201903,7 +201845,7 @@ [ "my_json_formatter.jq_path", { - "_index": 5462, + "_index": 5459, "data": { "manuals/editor-scripts": {} }, @@ -201913,7 +201855,7 @@ [ "my_label", { - "_index": 5620, + "_index": 5617, "data": { "manuals/label": {} }, @@ -201963,7 +201905,7 @@ [ "my_pie_node", { - "_index": 5014, + "_index": 5011, "data": { "manuals/gui-pie": {} }, @@ -201973,7 +201915,7 @@ [ "my_property", { - "_index": 5632, + "_index": 5629, "data": { "manuals/script-properties": {} }, @@ -202043,7 +201985,7 @@ [ "my_script.script", { - "_index": 5631, + "_index": 5628, "data": { "manuals/script-properties": {} }, @@ -202053,7 +201995,7 @@ [ "my_sphere_shape", { - "_index": 5529, + "_index": 5526, "data": { "manuals/physics-shapes": {} }, @@ -202073,7 +202015,7 @@ [ "my_state", { - "_index": 5739, + "_index": 5736, "data": { "manuals/modules": {} }, @@ -202083,7 +202025,7 @@ [ "my_state.alter_state", { - "_index": 5758, + "_index": 5755, "data": { "manuals/modules": {} }, @@ -202093,7 +202035,7 @@ [ "my_state.get_state", { - "_index": 5759, + "_index": 5756, "data": { "manuals/modules": {} }, @@ -202103,7 +202045,7 @@ [ "my_state:alter_state", { - "_index": 5748, + "_index": 5745, "data": { "manuals/modules": {} }, @@ -202113,7 +202055,7 @@ [ "my_state:get_state", { - "_index": 5749, + "_index": 5746, "data": { "manuals/modules": {} }, @@ -202123,7 +202065,7 @@ [ "my_test_joint", { - "_index": 5791, + "_index": 5788, "data": { "manuals/physics-joints": {} }, @@ -202243,7 +202185,7 @@ [ "my_val", { - "_index": 5862, + "_index": 5859, "data": { "manuals/debugging-game-logic": {} }, @@ -202263,7 +202205,7 @@ [ "myalias", { - "_index": 6069, + "_index": 6066, "data": { "manuals/android": {} }, @@ -202273,7 +202215,7 @@ [ "myapp", { - "_index": 5006, + "_index": 5003, "data": { "manuals/debugging-native-code": {} }, @@ -202283,7 +202225,7 @@ [ "myapp.dsym/contents/resources/dwarf/myapp", { - "_index": 5002, + "_index": 4999, "data": { "manuals/debugging-native-code": {} }, @@ -202303,7 +202245,7 @@ [ "mycolor", { - "_index": 6245, + "_index": 6242, "data": { "examples/material/vertexcolor": {} }, @@ -202323,7 +202265,7 @@ [ "myextension", { - "_index": 4731, + "_index": 4728, "data": { "manuals/extensions": {} }, @@ -202333,7 +202275,7 @@ [ "myextension.cpp", { - "_index": 4740, + "_index": 4737, "data": { "manuals/extensions": {} }, @@ -202353,7 +202295,7 @@ [ "myextension.reverse", { - "_index": 4769, + "_index": 4766, "data": { "manuals/extensions": {} }, @@ -202384,7 +202326,7 @@ [ "mykeystore.keystore", { - "_index": 6066, + "_index": 6063, "data": { "manuals/android": {} }, @@ -202394,7 +202336,7 @@ [ "myobject#my_script", { - "_index": 5637, + "_index": 5634, "data": { "manuals/script-properties": {} }, @@ -202404,7 +202346,7 @@ [ "myobject#script", { - "_index": 5635, + "_index": 5632, "data": { "manuals/script-properties": {} }, @@ -202414,7 +202356,7 @@ [ "myproject", { - "_index": 4891, + "_index": 4888, "data": { "manuals/debugging-native-code-ios": {} }, @@ -202424,7 +202366,7 @@ [ "myproxy", { - "_index": 4721, + "_index": 4718, "data": { "manuals/collection-proxy": {} }, @@ -202466,7 +202408,7 @@ [ "n*m", { - "_index": 7488, + "_index": 7485, "data": { "ref/stable/physics": {} }, @@ -202476,7 +202418,7 @@ [ "n+1", { - "_index": 6943, + "_index": 6940, "data": { "ref/stable/table": {} }, @@ -202496,7 +202438,7 @@ [ "nagle's", { - "_index": 10492, + "_index": 10489, "data": { "ref/stable/socket": {} }, @@ -202516,7 +202458,7 @@ [ "nakama", { - "_index": 6350, + "_index": 6347, "data": { "assets/nakama": {} }, @@ -202646,7 +202588,7 @@ [ "name_hash", { - "_index": 10936, + "_index": 10933, "data": { "ref/stable/dmRender": {} }, @@ -202755,7 +202697,7 @@ [ "narrative", { - "_index": 6449, + "_index": 6446, "data": { "assets/matchanovel": {}, "assets/narrator": {} @@ -202766,7 +202708,7 @@ [ "narratives", { - "_index": 6456, + "_index": 6453, "data": { "assets/defarc": {} }, @@ -202776,7 +202718,7 @@ [ "narrator", { - "_index": 6445, + "_index": 6442, "data": { "assets/defold-ink": {}, "assets/narrator": {} @@ -202787,7 +202729,7 @@ [ "narrowing", { - "_index": 5890, + "_index": 5887, "data": { "manuals/debugging-game-logic": {} }, @@ -202862,7 +202804,7 @@ [ "native/videoplayer/src", { - "_index": 4914, + "_index": 4911, "data": { "manuals/debugging-native-code-ios": {} }, @@ -202882,7 +202824,7 @@ [ "nativetext", { - "_index": 6329, + "_index": 6326, "data": { "assets/nativetext": {} }, @@ -202892,7 +202834,7 @@ [ "natural", { - "_index": 7278, + "_index": 7275, "data": { "ref/stable/math": {}, "ref/stable/physics": {} @@ -202914,7 +202856,7 @@ [ "navgo", { - "_index": 6317, + "_index": 6314, "data": { "assets/navgo": {} }, @@ -202972,7 +202914,7 @@ [ "near+far", { - "_index": 9448, + "_index": 9445, "data": { "ref/stable/dmIntersection": {} }, @@ -203026,7 +202968,7 @@ [ "necessarily", { - "_index": 7107, + "_index": 7104, "data": { "ref/stable/resource": {}, "ref/stable/string": {} @@ -203058,7 +203000,7 @@ [ "necessity", { - "_index": 5217, + "_index": 5214, "data": { "manuals/lua": {} }, @@ -203190,7 +203132,7 @@ [ "needing", { - "_index": 5686, + "_index": 5683, "data": { "manuals/physics-events": {} }, @@ -203239,7 +203181,7 @@ [ "negative", { - "_index": 6958, + "_index": 6955, "data": { "ref/stable/bit": {}, "ref/stable/dmFileDescriptor": {}, @@ -203255,7 +203197,7 @@ [ "negligible", { - "_index": 6377, + "_index": 6374, "data": { "assets/firebase-remoteconfig": {}, "ref/stable/socket": {} @@ -203286,7 +203228,7 @@ [ "neither", { - "_index": 5001, + "_index": 4998, "data": { "manuals/debugging-native-code": {} }, @@ -203296,7 +203238,7 @@ [ "nend", { - "_index": 5369, + "_index": 5366, "data": { "manuals/editor-scripts": {} }, @@ -203306,7 +203248,7 @@ [ "neovim", { - "_index": 6500, + "_index": 6497, "data": { "assets/defold-neovim": {} }, @@ -203336,7 +203278,7 @@ [ "nested", { - "_index": 5116, + "_index": 5113, "data": { "manuals/building-blocks": {}, "manuals/editor-scripts": {}, @@ -203374,7 +203316,7 @@ [ "network.http_timeout", { - "_index": 10236, + "_index": 10233, "data": { "ref/stable/http": {} }, @@ -203384,7 +203326,7 @@ [ "network_connected", { - "_index": 9687, + "_index": 9684, "data": { "ref/stable/sys": {} }, @@ -203394,7 +203336,7 @@ [ "network_connected_cellular", { - "_index": 9688, + "_index": 9685, "data": { "ref/stable/sys": {} }, @@ -203404,7 +203346,7 @@ [ "network_disconnected", { - "_index": 9689, + "_index": 9686, "data": { "ref/stable/sys": {} }, @@ -203427,7 +203369,7 @@ [ "neural", { - "_index": 6374, + "_index": 6371, "data": { "assets/geneticalneuralnetwork": {} }, @@ -203437,7 +203379,7 @@ [ "nevada", { - "_index": 6065, + "_index": 6062, "data": { "manuals/android": {} }, @@ -203577,7 +203519,7 @@ [ "new_box_node", { - "_index": 7810, + "_index": 7807, "data": { "ref/stable/gui": {} }, @@ -203587,7 +203529,7 @@ [ "new_button_nodes", { - "_index": 5909, + "_index": 5906, "data": { "manuals/gui-script": {} }, @@ -203597,7 +203539,7 @@ [ "new_button_nodes[\"my_button", { - "_index": 5911, + "_index": 5908, "data": { "manuals/gui-script": {} }, @@ -203607,7 +203549,7 @@ [ "new_particlefx_node", { - "_index": 7812, + "_index": 7809, "data": { "ref/stable/gui": {} }, @@ -203617,7 +203559,7 @@ [ "new_pie_node", { - "_index": 7814, + "_index": 7811, "data": { "ref/stable/gui": {} }, @@ -203627,7 +203569,7 @@ [ "new_root", { - "_index": 5910, + "_index": 5907, "data": { "manuals/gui-script": {} }, @@ -203648,7 +203590,7 @@ [ "new_text_node", { - "_index": 7815, + "_index": 7812, "data": { "ref/stable/gui": {} }, @@ -203658,7 +203600,7 @@ [ "new_textnode", { - "_index": 5916, + "_index": 5913, "data": { "manuals/gui-script": {} }, @@ -203668,7 +203610,7 @@ [ "new_texture", { - "_index": 7817, + "_index": 7814, "data": { "ref/stable/gui": {} }, @@ -203678,7 +203620,7 @@ [ "newconstant", { - "_index": 10938, + "_index": 10935, "data": { "ref/stable/dmRender": {} }, @@ -203699,7 +203641,7 @@ [ "newindexbuffer", { - "_index": 6876, + "_index": 6873, "data": { "ref/stable/dmGraphics": {} }, @@ -203720,7 +203662,7 @@ [ "newlines", { - "_index": 7124, + "_index": 7121, "data": { "ref/stable/editor": {}, "ref/stable/string": {} @@ -203745,7 +203687,7 @@ [ "newname", { - "_index": 10018, + "_index": 10015, "data": { "ref/stable/os": {} }, @@ -203755,7 +203697,7 @@ [ "newnamedconstantbuffer", { - "_index": 10939, + "_index": 10936, "data": { "ref/stable/dmRender": {} }, @@ -203765,7 +203707,7 @@ [ "newnode", { - "_index": 8152, + "_index": 8149, "data": { "ref/stable/dmGui": {} }, @@ -203775,7 +203717,7 @@ [ "news", { - "_index": 6527, + "_index": 6524, "data": { "assets/facebookinstantgames": {} }, @@ -203785,7 +203727,7 @@ [ "newton", { - "_index": 7460, + "_index": 7457, "data": { "ref/stable/physics": {} }, @@ -203806,7 +203748,7 @@ [ "newtons", { - "_index": 10095, + "_index": 10092, "data": { "ref/stable/b2d.body": {} }, @@ -203816,7 +203758,7 @@ [ "newtry", { - "_index": 10602, + "_index": 10599, "data": { "ref/stable/socket": {} }, @@ -203826,7 +203768,7 @@ [ "newvertexbuffer", { - "_index": 6878, + "_index": 6875, "data": { "ref/stable/dmGraphics": {} }, @@ -203836,7 +203778,7 @@ [ "newvertexdeclaration", { - "_index": 6879, + "_index": 6876, "data": { "ref/stable/dmGraphics": {} }, @@ -203846,7 +203788,7 @@ [ "newvertexstreamdeclaration", { - "_index": 6882, + "_index": 6879, "data": { "ref/stable/dmGraphics": {} }, @@ -203892,7 +203834,7 @@ [ "nextspawn", { - "_index": 5875, + "_index": 5872, "data": { "manuals/debugging-game-logic": {} }, @@ -203935,7 +203877,7 @@ [ "nightly", { - "_index": 4707, + "_index": 4704, "data": { "manuals/bundling": {} }, @@ -204156,7 +204098,7 @@ [ "node.js", { - "_index": 6308, + "_index": 6305, "data": { "assets/colyseus": {} }, @@ -204166,7 +204108,7 @@ [ "node_id", { - "_index": 5364, + "_index": 5361, "data": { "manuals/editor-scripts": {}, "ref/stable/gui": {} @@ -204177,7 +204119,7 @@ [ "node_type", { - "_index": 8156, + "_index": 8153, "data": { "ref/stable/dmGui": {} }, @@ -204187,7 +204129,7 @@ [ "nodelay", { - "_index": 10470, + "_index": 10467, "data": { "ref/stable/socket": {} }, @@ -204232,7 +204174,7 @@ [ "nodetexturetype", { - "_index": 8158, + "_index": 8155, "data": { "ref/stable/dmGui": {} }, @@ -204252,7 +204194,7 @@ [ "noflags", { - "_index": 8797, + "_index": 8794, "data": { "ref/stable/dmProfile": {} }, @@ -204262,7 +204204,7 @@ [ "noise", { - "_index": 5269, + "_index": 5266, "data": { "examples/material/noise": {}, "manuals/compute": {} @@ -204273,7 +204215,7 @@ [ "noise.script", { - "_index": 6231, + "_index": 6228, "data": { "examples/material/noise": {} }, @@ -204342,7 +204284,7 @@ [ "nonzero", { - "_index": 10013, + "_index": 10010, "data": { "ref/stable/os": {} }, @@ -204352,7 +204294,7 @@ [ "noprompt", { - "_index": 6056, + "_index": 6053, "data": { "manuals/android": {} }, @@ -204415,7 +204357,7 @@ [ "normalize", { - "_index": 6220, + "_index": 6217, "data": { "examples/sound/panning": {}, "ref/stable/bit": {}, @@ -204448,7 +204390,7 @@ [ "normalizes", { - "_index": 7064, + "_index": 7061, "data": { "ref/stable/bit": {}, "ref/stable/vmath": {} @@ -204459,7 +204401,7 @@ [ "normalizezscale", { - "_index": 9853, + "_index": 9850, "data": { "ref/stable/dmTransform": {} }, @@ -204469,7 +204411,7 @@ [ "normally", { - "_index": 5715, + "_index": 5712, "data": { "examples/gui/color": {}, "manuals/resource": {}, @@ -204482,7 +204424,7 @@ [ "normals", { - "_index": 6135, + "_index": 6132, "data": { "examples/debug/physics": {}, "ref/stable/dmIntersection": {}, @@ -204650,7 +204592,7 @@ [ "notably", { - "_index": 7691, + "_index": 7688, "data": { "ref/stable/gui": {} }, @@ -204660,7 +204602,7 @@ [ "notarization", { - "_index": 5849, + "_index": 5846, "data": { "manuals/macos": {} }, @@ -204670,7 +204612,7 @@ [ "notarize", { - "_index": 5851, + "_index": 5848, "data": { "manuals/macos": {} }, @@ -204680,7 +204622,7 @@ [ "notarized", { - "_index": 5847, + "_index": 5844, "data": { "manuals/macos": {} }, @@ -204703,7 +204645,7 @@ [ "notch", { - "_index": 4869, + "_index": 4866, "data": { "assets/safearea": {}, "manuals/porting-guidelines": {} @@ -204776,7 +204718,7 @@ [ "notes", { - "_index": 4923, + "_index": 4920, "data": { "manuals/debugging-native-code-android": {}, "manuals/debugging-native-code-ios": {} @@ -204841,7 +204783,7 @@ [ "notification", { - "_index": 5448, + "_index": 5445, "data": { "manuals/android": {}, "manuals/editor-scripts": {} @@ -204865,7 +204807,7 @@ [ "notified", { - "_index": 7465, + "_index": 7462, "data": { "ref/stable/physics": {}, "ref/stable/socket": {} @@ -204876,7 +204818,7 @@ [ "notifies", { - "_index": 5411, + "_index": 5408, "data": { "manuals/editor-scripts": {} }, @@ -204898,7 +204840,7 @@ [ "noting", { - "_index": 5079, + "_index": 5076, "data": { "manuals/flash": {} }, @@ -204908,7 +204850,7 @@ [ "notoriously", { - "_index": 9425, + "_index": 9422, "data": { "ref/stable/engine": {} }, @@ -204918,7 +204860,7 @@ [ "novel", { - "_index": 6576, + "_index": 6573, "data": { "assets/visual-novel-template-ink": {} }, @@ -204928,7 +204870,7 @@ [ "novels", { - "_index": 6749, + "_index": 6746, "data": { "assets/matchanovel": {} }, @@ -204973,7 +204915,7 @@ [ "npc", { - "_index": 6606, + "_index": 6603, "data": { "assets/def-behavior-tree": {} }, @@ -205013,7 +204955,7 @@ [ "nsopenglcontext", { - "_index": 6810, + "_index": 6807, "data": { "ref/stable/dmGraphics": {} }, @@ -205033,7 +204975,7 @@ [ "nsview", { - "_index": 6813, + "_index": 6810, "data": { "ref/stable/dmGraphics": {} }, @@ -205043,7 +204985,7 @@ [ "nswindow", { - "_index": 6816, + "_index": 6813, "data": { "ref/stable/dmGraphics": {} }, @@ -205053,7 +204995,7 @@ [ "nth", { - "_index": 9601, + "_index": 9598, "data": { "ref/stable/sys": {} }, @@ -205073,7 +205015,7 @@ [ "nuklear", { - "_index": 6543, + "_index": 6540, "data": { "assets/defold-nuklear": {} }, @@ -205083,7 +205025,7 @@ [ "nul", { - "_index": 9746, + "_index": 9743, "data": { "ref/stable/dmStringFunc": {} }, @@ -205118,7 +205060,7 @@ [ "num_values", { - "_index": 10924, + "_index": 10921, "data": { "ref/stable/dmRender": {} }, @@ -205128,7 +205070,7 @@ [ "numa", { - "_index": 9059, + "_index": 9056, "data": { "ref/stable/dmHashTable": {} }, @@ -205257,7 +205199,7 @@ [ "numberdefault", { - "_index": 8857, + "_index": 8854, "data": { "ref/stable/editor": {} }, @@ -205267,7 +205209,7 @@ [ "numberempty", { - "_index": 8966, + "_index": 8963, "data": { "ref/stable/editor": {} }, @@ -205311,7 +205253,7 @@ [ "numeral", { - "_index": 10723, + "_index": 10720, "data": { "ref/stable/base": {} }, @@ -205338,7 +205280,7 @@ [ "numerical", { - "_index": 5923, + "_index": 5920, "data": { "examples/gui/progress": {}, "examples/timer/repeating_timer": {}, @@ -205385,7 +205327,7 @@ [ "obb", { - "_index": 9447, + "_index": 9444, "data": { "ref/stable/dmIntersection": {} }, @@ -205395,7 +205337,7 @@ [ "obbs", { - "_index": 6314, + "_index": 6311, "data": { "assets/apkx": {} }, @@ -205457,7 +205399,7 @@ [ "obj", { - "_index": 9478, + "_index": 9475, "data": { "ref/stable/io": {} }, @@ -205467,7 +205409,7 @@ [ "obj_a#collisionobject", { - "_index": 5790, + "_index": 5787, "data": { "manuals/physics-joints": {} }, @@ -205477,7 +205419,7 @@ [ "obj_b#collisionobject", { - "_index": 5792, + "_index": 5789, "data": { "manuals/physics-joints": {} }, @@ -205650,7 +205592,7 @@ [ "object_of", { - "_index": 8864, + "_index": 8861, "data": { "ref/stable/editor": {} }, @@ -205660,7 +205602,7 @@ [ "objective", { - "_index": 5938, + "_index": 5935, "data": { "manuals/extensions-cocoapods": {} }, @@ -205773,7 +205715,7 @@ [ "obscured", { - "_index": 6324, + "_index": 6321, "data": { "assets/safearea": {} }, @@ -205793,7 +205735,7 @@ [ "observed", { - "_index": 7467, + "_index": 7464, "data": { "ref/stable/physics": {} }, @@ -205813,7 +205755,7 @@ [ "obtain", { - "_index": 7962, + "_index": 7959, "data": { "ref/stable/dmHid": {}, "ref/stable/go": {}, @@ -205858,7 +205800,7 @@ [ "occlusion", { - "_index": 5267, + "_index": 5264, "data": { "manuals/compute": {} }, @@ -205868,7 +205810,7 @@ [ "occupy", { - "_index": 5101, + "_index": 5098, "data": { "manuals/flash": {} }, @@ -205878,7 +205820,7 @@ [ "occur", { - "_index": 5171, + "_index": 5168, "data": { "manuals/flash": {}, "ref/stable/dmConnectionPool": {}, @@ -205891,7 +205833,7 @@ [ "occured", { - "_index": 8741, + "_index": 8738, "data": { "ref/stable/crash": {}, "ref/stable/dmGameObject": {}, @@ -205903,7 +205845,7 @@ [ "occuring", { - "_index": 8705, + "_index": 8702, "data": { "ref/stable/crash": {} }, @@ -205913,7 +205855,7 @@ [ "occurred", { - "_index": 5682, + "_index": 5679, "data": { "manuals/physics-events": {}, "ref/stable/dmGameObject": {}, @@ -205942,7 +205884,7 @@ [ "occurrences", { - "_index": 7147, + "_index": 7144, "data": { "ref/stable/string": {} }, @@ -206282,7 +206224,7 @@ [ "offers", { - "_index": 6714, + "_index": 6711, "data": { "assets/luafilesystemlfs": {} }, @@ -206345,7 +206287,7 @@ [ "offsetcapacity", { - "_index": 7447, + "_index": 7444, "data": { "ref/stable/dmArray": {} }, @@ -206355,7 +206297,7 @@ [ "offsets", { - "_index": 9094, + "_index": 9091, "data": { "ref/stable/dmDDF": {} }, @@ -206466,7 +206408,7 @@ [ "oldname", { - "_index": 10017, + "_index": 10014, "data": { "ref/stable/os": {} }, @@ -206476,7 +206418,7 @@ [ "omitted", { - "_index": 5978, + "_index": 5975, "data": { "manuals/input": {}, "ref/stable/msg": {}, @@ -206703,7 +206645,7 @@ [ "on_build_finished", { - "_index": 5424, + "_index": 5421, "data": { "manuals/editor-scripts": {} }, @@ -206713,7 +206655,7 @@ [ "on_build_started", { - "_index": 5422, + "_index": 5419, "data": { "manuals/editor-scripts": {} }, @@ -206723,7 +206665,7 @@ [ "on_bundle_finished", { - "_index": 5429, + "_index": 5426, "data": { "manuals/editor-scripts": {} }, @@ -206733,7 +206675,7 @@ [ "on_bundle_started", { - "_index": 5426, + "_index": 5423, "data": { "manuals/editor-scripts": {} }, @@ -206743,7 +206685,7 @@ [ "on_event", { - "_index": 4763, + "_index": 4760, "data": { "manuals/extensions": {} }, @@ -206835,7 +206777,7 @@ [ "on_target_launched", { - "_index": 5430, + "_index": 5427, "data": { "manuals/editor-scripts": {} }, @@ -206845,7 +206787,7 @@ [ "on_target_terminated", { - "_index": 5433, + "_index": 5430, "data": { "manuals/editor-scripts": {} }, @@ -206876,7 +206818,7 @@ [ "onactivitycreate", { - "_index": 8026, + "_index": 8023, "data": { "ref/stable/dmAndroid": {} }, @@ -206886,7 +206828,7 @@ [ "onactivityresult", { - "_index": 8030, + "_index": 8027, "data": { "ref/stable/dmAndroid": {} }, @@ -206949,7 +206891,7 @@ [ "oncreate", { - "_index": 8027, + "_index": 8024, "data": { "ref/stable/dmAndroid": {} }, @@ -207187,7 +207129,7 @@ [ "onlycurrent", { - "_index": 7506, + "_index": 7503, "data": { "ref/stable/physics": {} }, @@ -207197,7 +207139,7 @@ [ "onlythe", { - "_index": 7517, + "_index": 7514, "data": { "ref/stable/physics": {} }, @@ -207227,7 +207169,7 @@ [ "oop", { - "_index": 6336, + "_index": 6333, "data": { "assets/defold-oop": {} }, @@ -207295,7 +207237,7 @@ [ "open_resource", { - "_index": 8996, + "_index": 8993, "data": { "ref/stable/editor": {} }, @@ -207305,7 +207247,7 @@ [ "open_url", { - "_index": 9691, + "_index": 9688, "data": { "ref/stable/sys": {} }, @@ -207315,7 +207257,7 @@ [ "openal", { - "_index": 6363, + "_index": 6360, "data": { "assets/openal": {} }, @@ -207325,7 +207267,7 @@ [ "openbsd", { - "_index": 9740, + "_index": 9737, "data": { "ref/stable/dmStringFunc": {} }, @@ -207376,7 +207318,7 @@ [ "openglgetrendertargetid", { - "_index": 6885, + "_index": 6882, "data": { "ref/stable/dmGraphics": {} }, @@ -207439,7 +207381,7 @@ [ "operand", { - "_index": 7383, + "_index": 7380, "data": { "ref/stable/dmVMath": {} }, @@ -207449,7 +207391,7 @@ [ "operate", { - "_index": 9855, + "_index": 9852, "data": { "ref/stable/dmTransform": {} }, @@ -207538,7 +207480,7 @@ [ "operator", { - "_index": 5753, + "_index": 5750, "data": { "assets/operator": {}, "manuals/modules": {}, @@ -207554,7 +207496,7 @@ [ "operators", { - "_index": 8629, + "_index": 8626, "data": { "ref/stable/render": {} }, @@ -207577,7 +207519,7 @@ [ "opposite", { - "_index": 6995, + "_index": 6992, "data": { "ref/stable/vmath": {} }, @@ -207587,7 +207529,7 @@ [ "opt", { - "_index": 9812, + "_index": 9809, "data": { "ref/stable/base": {}, "ref/stable/liveupdate": {} @@ -207608,7 +207550,7 @@ [ "optimally", { - "_index": 5959, + "_index": 5956, "data": { "manuals/design": {} }, @@ -207739,7 +207681,7 @@ [ "option_offset_pointers", { - "_index": 9090, + "_index": 9087, "data": { "ref/stable/dmDDF": {} }, @@ -207850,7 +207792,7 @@ [ "options/modifiers", { - "_index": 7121, + "_index": 7118, "data": { "ref/stable/string": {} }, @@ -207860,7 +207802,7 @@ [ "optionsto_string", { - "_index": 9027, + "_index": 9024, "data": { "ref/stable/editor": {} }, @@ -207870,7 +207812,7 @@ [ "opts", { - "_index": 5391, + "_index": 5388, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -207881,7 +207823,7 @@ [ "opts.selection", { - "_index": 5392, + "_index": 5389, "data": { "manuals/editor-scripts": {} }, @@ -208090,7 +208032,7 @@ [ "orbit_camera.script", { - "_index": 6188, + "_index": 6185, "data": { "examples/material/screenspace": {}, "examples/material/unlit": {}, @@ -208177,7 +208119,7 @@ [ "ordinary", { - "_index": 6049, + "_index": 6046, "data": { "manuals/material": {}, "ref/stable/render": {} @@ -208212,7 +208154,7 @@ [ "orient", { - "_index": 6123, + "_index": 6120, "data": { "examples/movement/look_rotation": {} }, @@ -208330,7 +208272,7 @@ [ "ortho", { - "_index": 7007, + "_index": 7004, "data": { "ref/stable/vmath": {} }, @@ -208340,7 +208282,7 @@ [ "ortho_inv", { - "_index": 7066, + "_index": 7063, "data": { "ref/stable/vmath": {} }, @@ -208350,7 +208292,7 @@ [ "orthogonal", { - "_index": 7402, + "_index": 7399, "data": { "ref/stable/dmVMath": {} }, @@ -208387,7 +208329,7 @@ [ "orthoinverse", { - "_index": 7400, + "_index": 7397, "data": { "ref/stable/dmVMath": {} }, @@ -208421,7 +208363,7 @@ [ "os.clock", { - "_index": 9995, + "_index": 9992, "data": { "ref/stable/os": {} }, @@ -208431,7 +208373,7 @@ [ "os.date", { - "_index": 5418, + "_index": 5415, "data": { "manuals/editor-scripts": {}, "ref/stable/os": {} @@ -208442,7 +208384,7 @@ [ "os.difftime", { - "_index": 10011, + "_index": 10008, "data": { "ref/stable/os": {} }, @@ -208452,7 +208394,7 @@ [ "os.execute", { - "_index": 5344, + "_index": 5341, "data": { "manuals/editor-scripts": {}, "ref/stable/os": {} @@ -208463,7 +208405,7 @@ [ "os.exit", { - "_index": 5350, + "_index": 5347, "data": { "manuals/editor-scripts": {}, "ref/stable/os": {} @@ -208474,7 +208416,7 @@ [ "os.getenv", { - "_index": 7164, + "_index": 7161, "data": { "ref/stable/os": {}, "ref/stable/string": {} @@ -208485,7 +208427,7 @@ [ "os.remove", { - "_index": 5482, + "_index": 5479, "data": { "manuals/editor-scripts": {}, "ref/stable/os": {} @@ -208496,7 +208438,7 @@ [ "os.rename", { - "_index": 5348, + "_index": 5345, "data": { "manuals/editor-scripts": {}, "ref/stable/os": {} @@ -208507,7 +208449,7 @@ [ "os.setlocale", { - "_index": 5351, + "_index": 5348, "data": { "manuals/editor-scripts": {}, "ref/stable/os": {} @@ -208518,7 +208460,7 @@ [ "os.time", { - "_index": 9998, + "_index": 9995, "data": { "ref/stable/os": {} }, @@ -208528,7 +208470,7 @@ [ "os.tmpname", { - "_index": 5346, + "_index": 5343, "data": { "manuals/editor-scripts": {}, "ref/stable/os": {} @@ -208555,7 +208497,7 @@ [ "ot", { - "_index": 8163, + "_index": 8160, "data": { "ref/stable/dmGui": {} }, @@ -208667,7 +208609,7 @@ [ "otherpath", { - "_index": 4889, + "_index": 4886, "data": { "manuals/project-defignore": {} }, @@ -208732,7 +208674,7 @@ [ "ou", { - "_index": 6061, + "_index": 6058, "data": { "manuals/android": {} }, @@ -208869,7 +208811,7 @@ [ "outcome", { - "_index": 8610, + "_index": 8607, "data": { "ref/stable/render": {} }, @@ -208895,7 +208837,7 @@ [ "outgoing", { - "_index": 10530, + "_index": 10527, "data": { "ref/stable/socket": {} }, @@ -208935,7 +208877,7 @@ [ "outline.w", { - "_index": 5622, + "_index": 5619, "data": { "manuals/label": {} }, @@ -209000,7 +208942,7 @@ [ "output_directory", { - "_index": 5427, + "_index": 5424, "data": { "manuals/editor-scripts": {} }, @@ -209020,7 +208962,7 @@ [ "output_value", { - "_index": 5318, + "_index": 5315, "data": { "manuals/compute": {} }, @@ -209030,7 +208972,7 @@ [ "output_value.rgb", { - "_index": 5325, + "_index": 5322, "data": { "manuals/compute": {} }, @@ -209140,7 +209082,7 @@ [ "overall", { - "_index": 5091, + "_index": 5088, "data": { "assets/safearea": {}, "manuals/flash": {} @@ -209161,7 +209103,7 @@ [ "overflow", { - "_index": 9021, + "_index": 9018, "data": { "ref/stable/editor": {} }, @@ -209278,20 +209220,10 @@ "type": {} } ], - [ - "overriding", - { - "_index": 4694, - "data": { - "manuals/gui-template": {} - }, - "type": {} - } - ], [ "overruled", { - "_index": 10401, + "_index": 10398, "data": { "ref/stable/resource": {} }, @@ -209328,7 +209260,7 @@ [ "overwrites", { - "_index": 10242, + "_index": 10239, "data": { "ref/stable/http": {} }, @@ -209338,7 +209270,7 @@ [ "overwritten", { - "_index": 9758, + "_index": 9755, "data": { "ref/stable/dmSys": {} }, @@ -209348,7 +209280,7 @@ [ "ow", { - "_index": 10080, + "_index": 10077, "data": { "ref/stable/dmSocket": {} }, @@ -209402,7 +209334,7 @@ [ "owned", { - "_index": 10176, + "_index": 10173, "data": { "ref/stable/b2d.body": {}, "ref/stable/dmScript": {} @@ -209413,7 +209345,7 @@ [ "owner", { - "_index": 5824, + "_index": 5821, "data": { "manuals/macos": {} }, @@ -209423,7 +209355,7 @@ [ "owner_c", { - "_index": 10893, + "_index": 10890, "data": { "ref/stable/dmScript": {} }, @@ -209433,7 +209365,7 @@ [ "owner_lua", { - "_index": 10895, + "_index": 10892, "data": { "ref/stable/dmScript": {} }, @@ -209443,7 +209375,7 @@ [ "owner_res", { - "_index": 10896, + "_index": 10893, "data": { "ref/stable/dmScript": {} }, @@ -209478,7 +209410,7 @@ [ "owns", { - "_index": 10846, + "_index": 10843, "data": { "ref/stable/dmScript": {} }, @@ -209533,7 +209465,7 @@ [ "pack", { - "_index": 6152, + "_index": 6149, "data": { "assets/alienworld": {}, "assets/lightandshadows": {}, @@ -209569,7 +209501,7 @@ [ "package.cpath", { - "_index": 9370, + "_index": 9367, "data": { "ref/stable/base": {}, "ref/stable/package": {} @@ -209580,7 +209512,7 @@ [ "package.loaded", { - "_index": 9375, + "_index": 9372, "data": { "ref/stable/base": {}, "ref/stable/package": {} @@ -209591,7 +209523,7 @@ [ "package.loaded[modname", { - "_index": 9377, + "_index": 9374, "data": { "ref/stable/base": {}, "ref/stable/package": {} @@ -209602,7 +209534,7 @@ [ "package.loaded[name", { - "_index": 10704, + "_index": 10701, "data": { "ref/stable/base": {} }, @@ -209612,7 +209544,7 @@ [ "package.loaders", { - "_index": 9378, + "_index": 9375, "data": { "ref/stable/base": {}, "ref/stable/package": {} @@ -209623,7 +209555,7 @@ [ "package.loadlib", { - "_index": 9410, + "_index": 9407, "data": { "ref/stable/package": {} }, @@ -209633,7 +209565,7 @@ [ "package.path", { - "_index": 9372, + "_index": 9369, "data": { "ref/stable/base": {}, "ref/stable/package": {} @@ -209644,7 +209576,7 @@ [ "package.preload", { - "_index": 9384, + "_index": 9381, "data": { "ref/stable/package": {} }, @@ -209654,7 +209586,7 @@ [ "package.preload[modname", { - "_index": 10721, + "_index": 10718, "data": { "ref/stable/base": {} }, @@ -209664,7 +209596,7 @@ [ "package.seeall", { - "_index": 9421, + "_index": 9418, "data": { "ref/stable/package": {} }, @@ -209674,7 +209606,7 @@ [ "packaged", { - "_index": 6615, + "_index": 6612, "data": { "assets/tinyecs": {} }, @@ -209697,7 +209629,7 @@ [ "packet", { - "_index": 9530, + "_index": 9527, "data": { "ref/stable/dmHid": {}, "ref/stable/socket": {} @@ -209708,7 +209640,7 @@ [ "packets", { - "_index": 10494, + "_index": 10491, "data": { "ref/stable/socket": {} }, @@ -209884,7 +209816,7 @@ [ "palettes", { - "_index": 6322, + "_index": 6319, "data": { "assets/defold-colors": {} }, @@ -209947,7 +209879,7 @@ [ "panes", { - "_index": 5389, + "_index": 5386, "data": { "manuals/editor": {}, "manuals/editor-scripts": {} @@ -209958,7 +209890,7 @@ [ "panning", { - "_index": 10778, + "_index": 10775, "data": { "ref/stable/sound": {} }, @@ -209968,7 +209900,7 @@ [ "panthera", { - "_index": 6431, + "_index": 6428, "data": { "assets/panthera": {}, "assets/panthera20": {} @@ -209979,7 +209911,7 @@ [ "panthera20", { - "_index": 6725, + "_index": 6722, "data": { "assets/panthera20": {} }, @@ -210001,7 +209933,7 @@ [ "parallax", { - "_index": 6746, + "_index": 6743, "data": { "assets/perspectiveparallax": {} }, @@ -210157,7 +210089,7 @@ [ "parent/child", { - "_index": 6131, + "_index": 6128, "data": { "examples/basics/parent_child": {} }, @@ -210167,7 +210099,7 @@ [ "parent_id", { - "_index": 6019, + "_index": 6016, "data": { "manuals/building-blocks": {} }, @@ -210177,7 +210109,7 @@ [ "parentheses", { - "_index": 9562, + "_index": 9559, "data": { "ref/stable/debug": {} }, @@ -210187,7 +210119,7 @@ [ "parenting", { - "_index": 9822, + "_index": 9819, "data": { "ref/stable/model": {} }, @@ -210209,7 +210141,7 @@ [ "paricle", { - "_index": 7748, + "_index": 7745, "data": { "ref/stable/gui": {} }, @@ -210219,7 +210151,7 @@ [ "parity", { - "_index": 6097, + "_index": 6094, "data": { "manuals/android": {} }, @@ -210229,7 +210161,7 @@ [ "parse", { - "_index": 4972, + "_index": 4969, "data": { "assets/defold-parser": {}, "manuals/debugging-native-code": {}, @@ -210255,7 +210187,7 @@ [ "parseheader", { - "_index": 10450, + "_index": 10447, "data": { "ref/stable/dmHttpClient": {} }, @@ -210265,7 +210197,7 @@ [ "parser", { - "_index": 6568, + "_index": 6565, "data": { "assets/defold-parser": {} }, @@ -210275,7 +210207,7 @@ [ "parseresult", { - "_index": 10459, + "_index": 10456, "data": { "ref/stable/dmHttpClient": {} }, @@ -210285,7 +210217,7 @@ [ "parseurl", { - "_index": 7335, + "_index": 7332, "data": { "ref/stable/dmMessage": {} }, @@ -210375,7 +210307,7 @@ [ "participate", { - "_index": 10175, + "_index": 10172, "data": { "ref/stable/b2d.body": {} }, @@ -210444,7 +210376,7 @@ [ "particlefx.emitter_state_postspawn", { - "_index": 7838, + "_index": 7835, "data": { "ref/stable/gui": {}, "ref/stable/particlefx": {} @@ -210455,7 +210387,7 @@ [ "particlefx.emitter_state_prespawn", { - "_index": 7836, + "_index": 7833, "data": { "ref/stable/gui": {}, "ref/stable/particlefx": {} @@ -210466,7 +210398,7 @@ [ "particlefx.emitter_state_sleeping", { - "_index": 7835, + "_index": 7832, "data": { "ref/stable/gui": {}, "ref/stable/particlefx": {} @@ -210477,7 +210409,7 @@ [ "particlefx.emitter_state_spawning", { - "_index": 7837, + "_index": 7834, "data": { "ref/stable/gui": {}, "ref/stable/particlefx": {} @@ -210734,7 +210666,7 @@ [ "passeed", { - "_index": 8473, + "_index": 8470, "data": { "ref/stable/dmResource": {} }, @@ -210835,7 +210767,7 @@ [ "patch", { - "_index": 4877, + "_index": 4874, "data": { "manuals/porting-guidelines": {}, "ref/stable/dmDDF": {} @@ -210900,7 +210832,7 @@ [ "path/my_atlas", { - "_index": 10373, + "_index": 10370, "data": { "ref/stable/resource": {} }, @@ -210910,7 +210842,7 @@ [ "path/my_atlas.texturesetc", { - "_index": 10374, + "_index": 10371, "data": { "ref/stable/resource": {} }, @@ -210920,7 +210852,7 @@ [ "path/my_buffer", { - "_index": 10404, + "_index": 10401, "data": { "ref/stable/resource": {} }, @@ -210930,7 +210862,7 @@ [ "path/my_buffer.bufferc", { - "_index": 10405, + "_index": 10402, "data": { "ref/stable/resource": {} }, @@ -210940,7 +210872,7 @@ [ "path/my_texture", { - "_index": 10410, + "_index": 10407, "data": { "ref/stable/resource": {} }, @@ -210950,7 +210882,7 @@ [ "path/my_texture.texturec", { - "_index": 10411, + "_index": 10408, "data": { "ref/stable/resource": {} }, @@ -210960,7 +210892,7 @@ [ "path/to/defold.app/contents/macos/defold", { - "_index": 5590, + "_index": 5587, "data": { "manuals/editor": {} }, @@ -210970,7 +210902,7 @@ [ "path/to/file.png", { - "_index": 4888, + "_index": 4885, "data": { "manuals/project-defignore": {} }, @@ -210980,7 +210912,7 @@ [ "path/to/project/build/default/__htmllaunchdir", { - "_index": 5428, + "_index": 5425, "data": { "manuals/editor-scripts": {} }, @@ -210990,7 +210922,7 @@ [ "path:match", { - "_index": 5406, + "_index": 5403, "data": { "manuals/editor-scripts": {} }, @@ -211000,7 +210932,7 @@ [ "path:sub", { - "_index": 5399, + "_index": 5396, "data": { "manuals/editor-scripts": {} }, @@ -211010,7 +210942,7 @@ [ "path[#fragment", { - "_index": 7336, + "_index": 7333, "data": { "ref/stable/dmMessage": {} }, @@ -211020,7 +210952,7 @@ [ "pathfinder", { - "_index": 6461, + "_index": 6458, "data": { "assets/defgraph": {} }, @@ -211043,7 +210975,7 @@ [ "path}/plugins/bin/${platform", { - "_index": 5453, + "_index": 5450, "data": { "manuals/editor-scripts": {} }, @@ -211106,7 +211038,7 @@ [ "pause_menu", { - "_index": 5986, + "_index": 5983, "data": { "manuals/input": {} }, @@ -211129,7 +211061,7 @@ [ "pausenode", { - "_index": 5985, + "_index": 5982, "data": { "manuals/input": {} }, @@ -211139,7 +211071,7 @@ [ "pauses", { - "_index": 10291, + "_index": 10288, "data": { "ref/stable/profiler": {} }, @@ -211159,7 +211091,7 @@ [ "paying", { - "_index": 6262, + "_index": 6259, "data": { "assets/webmonetization": {} }, @@ -211169,7 +211101,7 @@ [ "payload", { - "_index": 5761, + "_index": 5758, "data": { "manuals/iac": {}, "ref/stable/dmMessage": {}, @@ -211182,7 +211114,7 @@ [ "payload.origin", { - "_index": 5763, + "_index": 5760, "data": { "manuals/iac": {} }, @@ -211192,7 +211124,7 @@ [ "payload.url", { - "_index": 5764, + "_index": 5761, "data": { "manuals/iac": {} }, @@ -211202,7 +211134,7 @@ [ "payment", { - "_index": 6259, + "_index": 6256, "data": { "assets/webmonetization": {} }, @@ -211212,7 +211144,7 @@ [ "payments", { - "_index": 6498, + "_index": 6495, "data": { "assets/iap": {}, "assets/rustore-billing": {} @@ -211234,7 +211166,7 @@ [ "pcall", { - "_index": 10713, + "_index": 10710, "data": { "ref/stable/base": {}, "ref/stable/dmScript": {} @@ -211245,7 +211177,7 @@ [ "pcg", { - "_index": 6379, + "_index": 6376, "data": { "assets/pcg-random": {}, "assets/pcgrandom": {} @@ -211256,7 +211188,7 @@ [ "pcgrandom", { - "_index": 6378, + "_index": 6375, "data": { "assets/pcgrandom": {} }, @@ -211278,7 +211210,7 @@ [ "peer", { - "_index": 10472, + "_index": 10469, "data": { "ref/stable/socket": {} }, @@ -211288,7 +211220,7 @@ [ "peers", { - "_index": 10538, + "_index": 10535, "data": { "ref/stable/socket": {} }, @@ -211298,7 +211230,7 @@ [ "pegs", { - "_index": 6644, + "_index": 6641, "data": { "assets/lpeg": {} }, @@ -211308,7 +211240,7 @@ [ "pem", { - "_index": 5252, + "_index": 5249, "data": { "manuals/networking": {} }, @@ -211318,7 +211250,7 @@ [ "pending", { - "_index": 10059, + "_index": 10056, "data": { "ref/stable/dmSocket": {} }, @@ -211404,7 +211336,7 @@ [ "percent", { - "_index": 10264, + "_index": 10261, "data": { "ref/stable/profiler": {} }, @@ -211582,7 +211514,7 @@ [ "period", { - "_index": 7205, + "_index": 7202, "data": { "ref/stable/physics": {}, "ref/stable/sys": {}, @@ -211594,7 +211526,7 @@ [ "periodic", { - "_index": 10488, + "_index": 10485, "data": { "ref/stable/socket": {} }, @@ -211614,7 +211546,7 @@ [ "perks", { - "_index": 6261, + "_index": 6258, "data": { "assets/webmonetization": {} }, @@ -211644,7 +211576,7 @@ [ "permission", { - "_index": 6090, + "_index": 6087, "data": { "manuals/android": {}, "ref/stable/socket": {}, @@ -211672,7 +211604,7 @@ [ "permitted", { - "_index": 9327, + "_index": 9324, "data": { "ref/stable/dmGameObject": {}, "ref/stable/sys": {} @@ -211683,7 +211615,7 @@ [ "perpendicular", { - "_index": 5577, + "_index": 5574, "data": { "manuals/editor": {}, "ref/stable/vmath": {} @@ -211694,7 +211626,7 @@ [ "perserved", { - "_index": 7920, + "_index": 7917, "data": { "ref/stable/gui": {} }, @@ -211704,7 +211636,7 @@ [ "persist", { - "_index": 6304, + "_index": 6301, "data": { "assets/defold-persist": {}, "ref/stable/editor": {} @@ -211715,7 +211647,7 @@ [ "persisted", { - "_index": 8412, + "_index": 8409, "data": { "ref/stable/dmResource": {}, "ref/stable/liveupdate": {} @@ -211726,7 +211658,7 @@ [ "persistent", { - "_index": 5455, + "_index": 5452, "data": { "manuals/editor-scripts": {}, "ref/stable/dmExtension": {} @@ -211747,7 +211679,7 @@ [ "person", { - "_index": 6476, + "_index": 6473, "data": { "assets/pointer-lock": {} }, @@ -211757,7 +211689,7 @@ [ "personal", { - "_index": 5664, + "_index": 5661, "data": { "assets/adinfo": {}, "manuals/dev-app": {} @@ -211786,7 +211718,7 @@ [ "perspectiveparallax", { - "_index": 6745, + "_index": 6742, "data": { "assets/perspectiveparallax": {} }, @@ -211796,7 +211728,7 @@ [ "phase", { - "_index": 9484, + "_index": 9481, "data": { "ref/stable/b2d.body": {}, "ref/stable/dmHid": {} @@ -211817,7 +211749,7 @@ [ "phone", { - "_index": 10772, + "_index": 10769, "data": { "ref/stable/sound": {} }, @@ -211827,7 +211759,7 @@ [ "phones", { - "_index": 4868, + "_index": 4865, "data": { "manuals/porting-guidelines": {} }, @@ -211837,7 +211769,7 @@ [ "photoshop", { - "_index": 6458, + "_index": 6455, "data": { "assets/photoshopguiexporter": {} }, @@ -211847,7 +211779,7 @@ [ "photoshopguiexporter", { - "_index": 6457, + "_index": 6454, "data": { "assets/photoshopguiexporter": {} }, @@ -211915,7 +211847,7 @@ [ "physics.create_joint", { - "_index": 5698, + "_index": 5695, "data": { "manuals/physics-events": {}, "manuals/physics-joints": {}, @@ -211927,7 +211859,7 @@ [ "physics.debug", { - "_index": 9722, + "_index": 9719, "data": { "ref/stable/sys": {} }, @@ -211937,7 +211869,7 @@ [ "physics.destroy_joint", { - "_index": 5793, + "_index": 5790, "data": { "manuals/physics-joints": {}, "ref/stable/physics": {} @@ -211948,7 +211880,7 @@ [ "physics.get_gravity", { - "_index": 7476, + "_index": 7473, "data": { "ref/stable/physics": {} }, @@ -211958,7 +211890,7 @@ [ "physics.get_group", { - "_index": 7478, + "_index": 7475, "data": { "ref/stable/physics": {} }, @@ -211968,7 +211900,7 @@ [ "physics.get_joint_properties", { - "_index": 5796, + "_index": 5793, "data": { "manuals/physics-joints": {}, "ref/stable/physics": {} @@ -211979,7 +211911,7 @@ [ "physics.get_joint_reaction_force", { - "_index": 7484, + "_index": 7481, "data": { "ref/stable/physics": {} }, @@ -211989,7 +211921,7 @@ [ "physics.get_joint_reaction_torque", { - "_index": 7486, + "_index": 7483, "data": { "ref/stable/physics": {} }, @@ -211999,7 +211931,7 @@ [ "physics.get_maskbit", { - "_index": 7489, + "_index": 7486, "data": { "ref/stable/physics": {} }, @@ -212009,7 +211941,7 @@ [ "physics.get_shape", { - "_index": 7495, + "_index": 7492, "data": { "ref/stable/physics": {} }, @@ -212019,7 +211951,7 @@ [ "physics.joint_type_fixed", { - "_index": 5707, + "_index": 5704, "data": { "manuals/physics-events": {}, "manuals/physics-joints": {}, @@ -212031,7 +211963,7 @@ [ "physics.joint_type_hinge", { - "_index": 7503, + "_index": 7500, "data": { "ref/stable/physics": {} }, @@ -212041,7 +211973,7 @@ [ "physics.joint_type_slider", { - "_index": 5780, + "_index": 5777, "data": { "manuals/physics-joints": {}, "ref/stable/physics": {} @@ -212052,7 +211984,7 @@ [ "physics.joint_type_spring", { - "_index": 5778, + "_index": 5775, "data": { "manuals/physics-joints": {}, "ref/stable/physics": {} @@ -212063,7 +211995,7 @@ [ "physics.joint_type_weld", { - "_index": 5774, + "_index": 5771, "data": { "manuals/physics-joints": {}, "ref/stable/physics": {} @@ -212074,7 +212006,7 @@ [ "physics.joint_type_wheel", { - "_index": 5781, + "_index": 5778, "data": { "manuals/physics-joints": {}, "ref/stable/physics": {} @@ -212096,7 +212028,7 @@ [ "physics.raycast_async", { - "_index": 7521, + "_index": 7518, "data": { "ref/stable/physics": {} }, @@ -212106,7 +212038,7 @@ [ "physics.set_gravity", { - "_index": 7526, + "_index": 7523, "data": { "ref/stable/physics": {} }, @@ -212116,7 +212048,7 @@ [ "physics.set_group", { - "_index": 7528, + "_index": 7525, "data": { "ref/stable/physics": {} }, @@ -212126,7 +212058,7 @@ [ "physics.set_hflip", { - "_index": 7531, + "_index": 7528, "data": { "ref/stable/physics": {} }, @@ -212136,7 +212068,7 @@ [ "physics.set_joint_properties", { - "_index": 5802, + "_index": 5799, "data": { "manuals/physics-joints": {}, "ref/stable/physics": {} @@ -212147,7 +212079,7 @@ [ "physics.set_listener", { - "_index": 5697, + "_index": 5694, "data": { "manuals/physics-events": {}, "ref/stable/physics": {} @@ -212158,7 +212090,7 @@ [ "physics.set_maskbit", { - "_index": 7534, + "_index": 7531, "data": { "ref/stable/physics": {} }, @@ -212168,7 +212100,7 @@ [ "physics.set_shape", { - "_index": 5521, + "_index": 5518, "data": { "manuals/physics-shapes": {}, "ref/stable/physics": {} @@ -212179,7 +212111,7 @@ [ "physics.set_vflip", { - "_index": 7548, + "_index": 7545, "data": { "ref/stable/physics": {} }, @@ -212189,7 +212121,7 @@ [ "physics.shape_type_box", { - "_index": 5531, + "_index": 5528, "data": { "manuals/physics-shapes": {}, "ref/stable/physics": {} @@ -212200,7 +212132,7 @@ [ "physics.shape_type_capsule", { - "_index": 5524, + "_index": 5521, "data": { "manuals/physics-shapes": {}, "ref/stable/physics": {} @@ -212211,7 +212143,7 @@ [ "physics.shape_type_hull", { - "_index": 7497, + "_index": 7494, "data": { "ref/stable/physics": {} }, @@ -212221,7 +212153,7 @@ [ "physics.shape_type_sphere", { - "_index": 5528, + "_index": 5525, "data": { "manuals/physics-shapes": {}, "ref/stable/physics": {} @@ -212232,7 +212164,7 @@ [ "physics.update_mass", { - "_index": 7553, + "_index": 7550, "data": { "ref/stable/physics": {} }, @@ -212242,7 +212174,7 @@ [ "physics.wakeup", { - "_index": 7557, + "_index": 7554, "data": { "ref/stable/physics": {} }, @@ -212252,7 +212184,7 @@ [ "physics_world_listener", { - "_index": 5695, + "_index": 5692, "data": { "manuals/physics-events": {} }, @@ -212307,7 +212239,7 @@ [ "pick_node", { - "_index": 7821, + "_index": 7818, "data": { "ref/stable/gui": {} }, @@ -212340,7 +212272,7 @@ [ "pid", { - "_index": 4904, + "_index": 4901, "data": { "manuals/debugging-native-code-ios": {} }, @@ -212367,7 +212299,7 @@ [ "piebounds_ellipse", { - "_index": 7822, + "_index": 7819, "data": { "ref/stable/gui": {} }, @@ -212377,7 +212309,7 @@ [ "piebounds_rectangle", { - "_index": 7824, + "_index": 7821, "data": { "ref/stable/gui": {} }, @@ -212414,7 +212346,7 @@ [ "pienode", { - "_index": 5013, + "_index": 5010, "data": { "manuals/gui-pie": {} }, @@ -212424,7 +212356,7 @@ [ "pigeon", { - "_index": 6444, + "_index": 6441, "data": { "assets/pigeon": {} }, @@ -212459,7 +212391,7 @@ [ "pipe", { - "_index": 8830, + "_index": 8827, "data": { "ref/stable/editor": {} }, @@ -212469,7 +212401,7 @@ [ "piped", { - "_index": 8831, + "_index": 8828, "data": { "ref/stable/editor": {} }, @@ -212507,7 +212439,7 @@ [ "pipelinestate", { - "_index": 6852, + "_index": 6849, "data": { "ref/stable/dmGraphics": {} }, @@ -212517,7 +212449,7 @@ [ "pitch", { - "_index": 6193, + "_index": 6190, "data": { "assets/openal": {}, "examples/render/orbit_camera": {} @@ -212559,7 +212491,7 @@ [ "pivot_center", { - "_index": 7825, + "_index": 7822, "data": { "ref/stable/gui": {} }, @@ -212569,7 +212501,7 @@ [ "pivot_e", { - "_index": 7826, + "_index": 7823, "data": { "ref/stable/gui": {} }, @@ -212579,7 +212511,7 @@ [ "pivot_n", { - "_index": 7827, + "_index": 7824, "data": { "ref/stable/gui": {} }, @@ -212589,7 +212521,7 @@ [ "pivot_ne", { - "_index": 7828, + "_index": 7825, "data": { "ref/stable/gui": {} }, @@ -212599,7 +212531,7 @@ [ "pivot_nw", { - "_index": 7829, + "_index": 7826, "data": { "ref/stable/gui": {} }, @@ -212609,7 +212541,7 @@ [ "pivot_s", { - "_index": 7830, + "_index": 7827, "data": { "ref/stable/gui": {} }, @@ -212619,7 +212551,7 @@ [ "pivot_se", { - "_index": 7831, + "_index": 7828, "data": { "ref/stable/gui": {} }, @@ -212629,7 +212561,7 @@ [ "pivot_sw", { - "_index": 7832, + "_index": 7829, "data": { "ref/stable/gui": {} }, @@ -212639,7 +212571,7 @@ [ "pivot_w", { - "_index": 7833, + "_index": 7830, "data": { "ref/stable/gui": {} }, @@ -212649,7 +212581,7 @@ [ "pivot_x", { - "_index": 10381, + "_index": 10378, "data": { "ref/stable/resource": {} }, @@ -212659,7 +212591,7 @@ [ "pivot_y", { - "_index": 10383, + "_index": 10380, "data": { "ref/stable/resource": {} }, @@ -212669,7 +212601,7 @@ [ "pivots", { - "_index": 6116, + "_index": 6113, "data": { "examples/gui/healthbar": {} }, @@ -212701,7 +212633,7 @@ [ "pixel's", { - "_index": 8619, + "_index": 8616, "data": { "ref/stable/render": {} }, @@ -212744,7 +212676,7 @@ [ "pixels/s", { - "_index": 7470, + "_index": 7467, "data": { "ref/stable/physics": {} }, @@ -212754,7 +212686,7 @@ [ "pixelsalignment", { - "_index": 8970, + "_index": 8967, "data": { "ref/stable/editor": {} }, @@ -212764,7 +212696,7 @@ [ "pixelsspacing", { - "_index": 8968, + "_index": 8965, "data": { "ref/stable/editor": {} }, @@ -212784,7 +212716,7 @@ [ "pkg", { - "_index": 6086, + "_index": 6083, "data": { "manuals/android": {} }, @@ -212884,7 +212816,7 @@ [ "plain", { - "_index": 5958, + "_index": 5955, "data": { "manuals/design": {}, "ref/stable/string": {} @@ -212895,7 +212827,7 @@ [ "plane", { - "_index": 5573, + "_index": 5570, "data": { "manuals/components": {}, "manuals/editor": {}, @@ -212910,7 +212842,7 @@ [ "planes", { - "_index": 5574, + "_index": 5571, "data": { "manuals/editor": {}, "ref/stable/dmIntersection": {}, @@ -212923,7 +212855,7 @@ [ "planetary", { - "_index": 6626, + "_index": 6623, "data": { "assets/pp": {} }, @@ -212933,7 +212865,7 @@ [ "plank", { - "_index": 6110, + "_index": 6107, "data": { "examples/gui/slice9": {} }, @@ -212943,7 +212875,7 @@ [ "planned", { - "_index": 5786, + "_index": 5783, "data": { "manuals/physics-joints": {} }, @@ -212953,7 +212885,7 @@ [ "plans", { - "_index": 5492, + "_index": 5489, "data": { "manuals/editor-scripts": {} }, @@ -212963,7 +212895,7 @@ [ "plants", { - "_index": 5272, + "_index": 5269, "data": { "manuals/compute": {} }, @@ -213016,7 +212948,7 @@ [ "platformer", { - "_index": 6710, + "_index": 6707, "data": { "assets/platformertutorial": {}, "assets/platypus": {} @@ -213027,7 +212959,7 @@ [ "platformers", { - "_index": 6122, + "_index": 6119, "data": { "assets/defold-tile-raycast": {}, "examples/movement/look_at": {} @@ -213038,7 +212970,7 @@ [ "platformertutorial", { - "_index": 6731, + "_index": 6728, "data": { "assets/platformertutorial": {} }, @@ -213082,7 +213014,7 @@ [ "platypus", { - "_index": 6709, + "_index": 6706, "data": { "assets/platypus": {} }, @@ -213131,7 +213063,7 @@ [ "play_anim", { - "_index": 9826, + "_index": 9823, "data": { "ref/stable/model": {} }, @@ -213141,7 +213073,7 @@ [ "play_animation", { - "_index": 6956, + "_index": 6953, "data": { "ref/stable/sprite": {} }, @@ -213151,7 +213083,7 @@ [ "play_flipbook", { - "_index": 6960, + "_index": 6957, "data": { "ref/stable/gui": {}, "ref/stable/sprite": {} @@ -213162,7 +213094,7 @@ [ "play_id", { - "_index": 10753, + "_index": 10750, "data": { "ref/stable/sound": {} }, @@ -213182,7 +213114,7 @@ [ "play_particlefx", { - "_index": 7834, + "_index": 7831, "data": { "ref/stable/gui": {} }, @@ -213192,7 +213124,7 @@ [ "play_properties", { - "_index": 5925, + "_index": 5922, "data": { "manuals/model": {} }, @@ -213202,7 +213134,7 @@ [ "play_sound", { - "_index": 10749, + "_index": 10746, "data": { "ref/stable/sound": {} }, @@ -213249,7 +213181,7 @@ [ "playback_loop_backward", { - "_index": 7839, + "_index": 7836, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -213260,7 +213192,7 @@ [ "playback_loop_forward", { - "_index": 7840, + "_index": 7837, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -213271,7 +213203,7 @@ [ "playback_loop_pingpong", { - "_index": 7841, + "_index": 7838, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -213282,7 +213214,7 @@ [ "playback_none", { - "_index": 9977, + "_index": 9974, "data": { "ref/stable/go": {} }, @@ -213292,7 +213224,7 @@ [ "playback_once_backward", { - "_index": 7842, + "_index": 7839, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -213303,7 +213235,7 @@ [ "playback_once_forward", { - "_index": 7843, + "_index": 7840, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -213314,7 +213246,7 @@ [ "playback_once_pingpong", { - "_index": 7844, + "_index": 7841, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -213411,7 +213343,7 @@ [ "playfab", { - "_index": 6266, + "_index": 6263, "data": { "assets/playfabsdk": {} }, @@ -213421,7 +213353,7 @@ [ "playfabsdk", { - "_index": 6265, + "_index": 6262, "data": { "assets/playfabsdk": {} }, @@ -213486,7 +213418,7 @@ [ "playstation\u00ae4", { - "_index": 4878, + "_index": 4875, "data": { "manuals/porting-guidelines": {} }, @@ -213496,7 +213428,7 @@ [ "play\u2019s", { - "_index": 6619, + "_index": 6616, "data": { "assets/iap": {} }, @@ -213516,7 +213448,6 @@ "manuals/extensions": {}, "manuals/flash": {}, "manuals/getting-help": {}, - "manuals/gui-template": {}, "manuals/importing-models": {}, "manuals/live-update-aws": {}, "ref/stable/dmResource": {}, @@ -213529,7 +213460,7 @@ [ "plug", { - "_index": 5839, + "_index": 5836, "data": { "manuals/macos": {} }, @@ -213539,7 +213470,7 @@ [ "plugged", { - "_index": 5962, + "_index": 5959, "data": { "manuals/input": {} }, @@ -213580,7 +213511,7 @@ [ "plugins/bin/${platform", { - "_index": 5451, + "_index": 5448, "data": { "manuals/editor-scripts": {} }, @@ -213630,7 +213561,7 @@ [ "pod", { - "_index": 5944, + "_index": 5941, "data": { "manuals/extensions-cocoapods": {}, "ref/stable/dmHashTable": {} @@ -213641,7 +213572,7 @@ [ "podfile", { - "_index": 4737, + "_index": 4734, "data": { "manuals/extensions": {}, "manuals/extensions-cocoapods": {} @@ -213713,7 +213644,7 @@ [ "point3", { - "_index": 7404, + "_index": 7401, "data": { "ref/stable/dmScript": {}, "ref/stable/dmVMath": {} @@ -213724,7 +213655,7 @@ [ "pointer", { - "_index": 6473, + "_index": 6470, "data": { "assets/pointer-lock": {}, "ref/stable/dmArray": {}, @@ -213754,7 +213685,7 @@ [ "pointer_over.gui", { - "_index": 6101, + "_index": 6098, "data": { "examples/gui/pointer_over": {} }, @@ -213764,7 +213695,7 @@ [ "pointer_over.gui_script", { - "_index": 6102, + "_index": 6099, "data": { "examples/gui/pointer_over": {} }, @@ -213774,7 +213705,7 @@ [ "pointers", { - "_index": 5598, + "_index": 5595, "data": { "manuals/introduction": {}, "ref/stable/dmDDF": {}, @@ -213838,7 +213769,7 @@ [ "poles", { - "_index": 7498, + "_index": 7495, "data": { "ref/stable/physics": {} }, @@ -213848,7 +213779,7 @@ [ "policies", { - "_index": 5032, + "_index": 5029, "data": { "manuals/live-update-aws": {} }, @@ -213858,7 +213789,7 @@ [ "policy", { - "_index": 4886, + "_index": 4883, "data": { "manuals/live-update-aws": {}, "manuals/porting-guidelines": {} @@ -213869,7 +213800,7 @@ [ "policy_", { - "_index": 5043, + "_index": 5040, "data": { "manuals/live-update-aws": {} }, @@ -213890,7 +213821,7 @@ [ "poller", { - "_index": 8170, + "_index": 8167, "data": { "ref/stable/dmFileDescriptor": {} }, @@ -213900,7 +213831,7 @@ [ "pollerclearevent", { - "_index": 8171, + "_index": 8168, "data": { "ref/stable/dmFileDescriptor": {} }, @@ -213910,7 +213841,7 @@ [ "pollerhasevent", { - "_index": 8173, + "_index": 8170, "data": { "ref/stable/dmFileDescriptor": {} }, @@ -213920,7 +213851,7 @@ [ "pollerreset", { - "_index": 8174, + "_index": 8171, "data": { "ref/stable/dmFileDescriptor": {} }, @@ -213930,7 +213861,7 @@ [ "pollersetevent", { - "_index": 8175, + "_index": 8172, "data": { "ref/stable/dmFileDescriptor": {} }, @@ -213940,7 +213871,7 @@ [ "pollevent", { - "_index": 8172, + "_index": 8169, "data": { "ref/stable/dmFileDescriptor": {} }, @@ -213950,7 +213881,7 @@ [ "polyglot", { - "_index": 6677, + "_index": 6674, "data": { "assets/defold-polyglot": {} }, @@ -213973,7 +213904,7 @@ [ "polygons", { - "_index": 8577, + "_index": 8574, "data": { "ref/stable/render": {} }, @@ -214045,7 +213976,7 @@ [ "popen", { - "_index": 9473, + "_index": 9470, "data": { "ref/stable/io": {} }, @@ -214055,7 +213986,7 @@ [ "popped", { - "_index": 10853, + "_index": 10850, "data": { "ref/stable/dmScript": {} }, @@ -214065,7 +213996,7 @@ [ "pops", { - "_index": 10867, + "_index": 10864, "data": { "ref/stable/dmScript": {} }, @@ -214087,7 +214018,7 @@ [ "popularity", { - "_index": 4879, + "_index": 4876, "data": { "manuals/porting-guidelines": {} }, @@ -214118,7 +214049,7 @@ [ "popup", { - "_index": 4719, + "_index": 4716, "data": { "assets/monarch": {}, "manuals/collection-proxy": {} @@ -214155,7 +214086,7 @@ [ "portable", { - "_index": 6636, + "_index": 6633, "data": { "assets/defpfd": {}, "assets/luafilesystemlfs": {}, @@ -214191,7 +214122,7 @@ [ "porting", { - "_index": 4873, + "_index": 4870, "data": { "manuals/porting-guidelines": {} }, @@ -214242,7 +214173,7 @@ [ "pos.x", { - "_index": 5973, + "_index": 5970, "data": { "manuals/input": {} }, @@ -214252,7 +214183,7 @@ [ "pos.z", { - "_index": 5122, + "_index": 5119, "data": { "manuals/flash": {} }, @@ -214329,7 +214260,7 @@ [ "position.x", { - "_index": 6003, + "_index": 6000, "data": { "manuals/building-blocks": {}, "ref/stable/gui": {} @@ -214370,7 +214301,7 @@ [ "position_a", { - "_index": 5699, + "_index": 5696, "data": { "manuals/physics-events": {} }, @@ -214380,7 +214311,7 @@ [ "position_b", { - "_index": 5701, + "_index": 5698, "data": { "manuals/physics-events": {} }, @@ -214390,7 +214321,7 @@ [ "positional", { - "_index": 5651, + "_index": 5648, "data": { "manuals/mesh": {}, "ref/stable/go": {}, @@ -214433,7 +214364,7 @@ [ "positive", { - "_index": 4832, + "_index": 4829, "data": { "examples/movement/look_at": {}, "manuals/porting-guidelines": {}, @@ -214452,7 +214383,7 @@ [ "positiveness", { - "_index": 8015, + "_index": 8012, "data": { "ref/stable/dmMath": {} }, @@ -214462,7 +214393,7 @@ [ "posix", { - "_index": 9760, + "_index": 9757, "data": { "ref/stable/dmSys": {}, "ref/stable/os": {} @@ -214584,7 +214515,7 @@ [ "postddf", { - "_index": 9246, + "_index": 9243, "data": { "ref/stable/dmGameObject": {} }, @@ -214608,7 +214539,7 @@ [ "posting", { - "_index": 5168, + "_index": 5165, "data": { "assets/pigeon": {}, "manuals/debugging-game-logic": {}, @@ -214620,7 +214551,7 @@ [ "postpone", { - "_index": 5716, + "_index": 5713, "data": { "manuals/resource": {} }, @@ -214641,7 +214572,7 @@ [ "posts", { - "_index": 4931, + "_index": 4928, "data": { "manuals/getting-help": {} }, @@ -214651,7 +214582,7 @@ [ "postscriptunrefmessage", { - "_index": 9255, + "_index": 9252, "data": { "ref/stable/dmGameObject": {} }, @@ -214661,7 +214592,7 @@ [ "potential", { - "_index": 4837, + "_index": 4834, "data": { "examples/gui/slice9": {}, "manuals/porting-guidelines": {}, @@ -214685,7 +214616,7 @@ [ "pow", { - "_index": 7287, + "_index": 7284, "data": { "ref/stable/math": {} }, @@ -214739,7 +214670,7 @@ [ "powermanager", { - "_index": 6092, + "_index": 6089, "data": { "manuals/android": {} }, @@ -214749,7 +214680,7 @@ [ "pp", { - "_index": 6625, + "_index": 6622, "data": { "assets/pp": {} }, @@ -214759,7 +214690,7 @@ [ "pprint", { - "_index": 5162, + "_index": 5159, "data": { "manuals/flash": {}, "manuals/physics-events": {}, @@ -214798,7 +214729,7 @@ [ "practise", { - "_index": 7982, + "_index": 7979, "data": { "ref/stable/collectionproxy": {} }, @@ -214832,7 +214763,7 @@ [ "preallocated", { - "_index": 9305, + "_index": 9302, "data": { "ref/stable/dmGameObject": {} }, @@ -214874,7 +214805,7 @@ [ "preceded", { - "_index": 10483, + "_index": 10480, "data": { "ref/stable/socket": {} }, @@ -214920,7 +214851,7 @@ [ "precreated", { - "_index": 10414, + "_index": 10411, "data": { "ref/stable/resource": {} }, @@ -215019,7 +214950,7 @@ [ "pref", { - "_index": 8840, + "_index": 8837, "data": { "ref/stable/editor": {} }, @@ -215056,7 +214987,7 @@ [ "preferable", { - "_index": 5225, + "_index": 5222, "data": { "manuals/lua": {} }, @@ -215076,7 +215007,7 @@ [ "prefered", { - "_index": 10788, + "_index": 10785, "data": { "ref/stable/dmScript": {} }, @@ -215155,7 +215086,7 @@ [ "prefs", { - "_index": 5454, + "_index": 5451, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -215166,7 +215097,7 @@ [ "preliminary", { - "_index": 6633, + "_index": 6630, "data": { "assets/tactxstudios": {} }, @@ -215176,7 +215107,7 @@ [ "preload", { - "_index": 9420, + "_index": 9417, "data": { "ref/stable/package": {} }, @@ -215186,7 +215117,7 @@ [ "preloader", { - "_index": 8443, + "_index": 8440, "data": { "ref/stable/dmResource": {} }, @@ -215196,7 +215127,7 @@ [ "preloadhint", { - "_index": 8441, + "_index": 8438, "data": { "ref/stable/dmResource": {} }, @@ -215206,7 +215137,7 @@ [ "preloading", { - "_index": 8437, + "_index": 8434, "data": { "ref/stable/dmResource": {} }, @@ -215216,7 +215147,7 @@ [ "premultiplied", { - "_index": 10357, + "_index": 10354, "data": { "ref/stable/image": {} }, @@ -215292,7 +215223,7 @@ [ "prescedence", { - "_index": 9774, + "_index": 9771, "data": { "ref/stable/liveupdate": {} }, @@ -215302,7 +215233,7 @@ [ "presedence", { - "_index": 9310, + "_index": 9307, "data": { "ref/stable/dmGameObject": {} }, @@ -215312,7 +215243,7 @@ [ "presence", { - "_index": 6602, + "_index": 6599, "data": { "assets/discordrich": {} }, @@ -215390,7 +215321,7 @@ [ "preserved", { - "_index": 9468, + "_index": 9465, "data": { "ref/stable/go": {}, "ref/stable/io": {} @@ -215401,7 +215332,7 @@ [ "presets", { - "_index": 6321, + "_index": 6318, "data": { "assets/colorlib": {} }, @@ -215457,7 +215388,7 @@ [ "presseddefault", { - "_index": 8943, + "_index": 8940, "data": { "ref/stable/editor": {} }, @@ -215499,7 +215430,7 @@ [ "pretty", { - "_index": 5163, + "_index": 5160, "data": { "assets/colorpicker": {}, "manuals/flash": {}, @@ -215588,7 +215519,7 @@ [ "previourly", { - "_index": 8486, + "_index": 8483, "data": { "ref/stable/render": {} }, @@ -215654,7 +215585,7 @@ [ "primary", { - "_index": 5852, + "_index": 5849, "data": { "manuals/macos": {}, "ref/stable/sys": {} @@ -215694,7 +215625,7 @@ [ "primitivetype", { - "_index": 6886, + "_index": 6883, "data": { "ref/stable/dmGraphics": {} }, @@ -215740,7 +215671,7 @@ [ "print/pprint", { - "_index": 7414, + "_index": 7411, "data": { "ref/stable/dmLog": {} }, @@ -215750,7 +215681,7 @@ [ "printable", { - "_index": 10890, + "_index": 10887, "data": { "ref/stable/dmScript": {} }, @@ -215760,7 +215691,7 @@ [ "printed", { - "_index": 7411, + "_index": 7408, "data": { "ref/stable/dmLog": {} }, @@ -215770,7 +215701,7 @@ [ "printer", { - "_index": 6302, + "_index": 6299, "data": { "assets/printer": {} }, @@ -215780,7 +215711,7 @@ [ "printf", { - "_index": 4753, + "_index": 4750, "data": { "manuals/extensions": {}, "ref/stable/dmHash": {}, @@ -215792,7 +215723,7 @@ [ "printing", { - "_index": 5559, + "_index": 5556, "data": { "manuals/debugging-game-logic": {}, "manuals/editor": {}, @@ -215818,7 +215749,7 @@ [ "prio", { - "_index": 9227, + "_index": 9224, "data": { "ref/stable/dmGameObject": {} }, @@ -215877,7 +215808,7 @@ [ "private/var/folders/m5/bcw7ykhd6vq9lwjzq1mkp8j00000gn/t/job4836347589046353012/upload/videoplayer/src", { - "_index": 4911, + "_index": 4908, "data": { "manuals/debugging-native-code-ios": {} }, @@ -215898,7 +215829,7 @@ [ "probability", { - "_index": 6349, + "_index": 6346, "data": { "assets/dicebag": {} }, @@ -215956,7 +215887,7 @@ [ "problematic", { - "_index": 5203, + "_index": 5200, "data": { "manuals/lua": {} }, @@ -215995,7 +215926,7 @@ [ "procedurally", { - "_index": 5271, + "_index": 5268, "data": { "assets/blip": {}, "manuals/compute": {} @@ -216006,7 +215937,7 @@ [ "procedure", { - "_index": 8772, + "_index": 8769, "data": { "ref/stable/dmSSLSocket": {} }, @@ -216016,7 +215947,7 @@ [ "procedures", { - "_index": 6632, + "_index": 6629, "data": { "assets/tactxstudios": {} }, @@ -216077,7 +216008,7 @@ [ "process's", { - "_index": 5445, + "_index": 5442, "data": { "manuals/editor-scripts": {} }, @@ -216167,7 +216098,7 @@ [ "produces", { - "_index": 6180, + "_index": 6177, "data": { "examples/factory/basic": {}, "ref/stable/dmScript": {}, @@ -216191,7 +216122,7 @@ [ "production", { - "_index": 5950, + "_index": 5947, "data": { "manuals/design": {} }, @@ -216211,7 +216142,7 @@ [ "professional", { - "_index": 5949, + "_index": 5946, "data": { "manuals/design": {} }, @@ -216293,7 +216224,7 @@ [ "profiler.get_cpu_usage", { - "_index": 10262, + "_index": 10259, "data": { "ref/stable/profiler": {} }, @@ -216303,7 +216234,7 @@ [ "profiler.get_memory_usage", { - "_index": 10267, + "_index": 10264, "data": { "ref/stable/profiler": {} }, @@ -216323,7 +216254,7 @@ [ "profiler.log_text", { - "_index": 10273, + "_index": 10270, "data": { "ref/stable/profiler": {} }, @@ -216333,7 +216264,7 @@ [ "profiler.mode_pause", { - "_index": 10275, + "_index": 10272, "data": { "ref/stable/profiler": {} }, @@ -216343,7 +216274,7 @@ [ "profiler.mode_record", { - "_index": 10277, + "_index": 10274, "data": { "ref/stable/profiler": {} }, @@ -216353,7 +216284,7 @@ [ "profiler.mode_run", { - "_index": 10279, + "_index": 10276, "data": { "ref/stable/profiler": {} }, @@ -216363,7 +216294,7 @@ [ "profiler.mode_show_peak_frame", { - "_index": 10282, + "_index": 10279, "data": { "ref/stable/profiler": {} }, @@ -216373,7 +216304,7 @@ [ "profiler.recorded_frame_count", { - "_index": 10284, + "_index": 10281, "data": { "ref/stable/profiler": {} }, @@ -216383,7 +216314,7 @@ [ "profiler.scope_begin", { - "_index": 10286, + "_index": 10283, "data": { "ref/stable/profiler": {} }, @@ -216393,7 +216324,7 @@ [ "profiler.scope_end", { - "_index": 10288, + "_index": 10285, "data": { "ref/stable/profiler": {} }, @@ -216425,7 +216356,7 @@ [ "profiler.set_ui_vsync_wait_visible", { - "_index": 10298, + "_index": 10295, "data": { "ref/stable/profiler": {} }, @@ -216435,7 +216366,7 @@ [ "profiler.view_mode_full", { - "_index": 10296, + "_index": 10293, "data": { "ref/stable/profiler": {} }, @@ -216445,7 +216376,7 @@ [ "profiler.view_mode_minimized", { - "_index": 10297, + "_index": 10294, "data": { "ref/stable/profiler": {} }, @@ -216503,7 +216434,7 @@ [ "prog", { - "_index": 9474, + "_index": 9471, "data": { "ref/stable/io": {} }, @@ -216566,7 +216497,7 @@ [ "programmed", { - "_index": 5604, + "_index": 5601, "data": { "manuals/introduction": {} }, @@ -216617,7 +216548,7 @@ [ "programs_", { - "_index": 5931, + "_index": 5928, "data": { "manuals/model": {} }, @@ -216649,7 +216580,7 @@ [ "proguard", { - "_index": 4734, + "_index": 4731, "data": { "manuals/extensions": {} }, @@ -216810,7 +216741,7 @@ [ "projectis_file", { - "_index": 8879, + "_index": 8876, "data": { "ref/stable/editor": {} }, @@ -216841,7 +216772,7 @@ [ "projecttitle.apk.symbols/lib", { - "_index": 4981, + "_index": 4978, "data": { "manuals/debugging-native-code": {} }, @@ -216851,7 +216782,7 @@ [ "project\u2019s", { - "_index": 5580, + "_index": 5577, "data": { "manuals/editor": {} }, @@ -216872,7 +216803,7 @@ [ "prompt", { - "_index": 5589, + "_index": 5586, "data": { "manuals/android": {}, "manuals/editor": {} @@ -216906,7 +216837,7 @@ [ "prop_color", { - "_index": 7845, + "_index": 7842, "data": { "ref/stable/gui": {} }, @@ -216916,7 +216847,7 @@ [ "prop_euler", { - "_index": 7846, + "_index": 7843, "data": { "ref/stable/gui": {} }, @@ -216926,7 +216857,7 @@ [ "prop_fill_angle", { - "_index": 7847, + "_index": 7844, "data": { "ref/stable/gui": {} }, @@ -216936,7 +216867,7 @@ [ "prop_inner_radius", { - "_index": 7848, + "_index": 7845, "data": { "ref/stable/gui": {} }, @@ -216946,7 +216877,7 @@ [ "prop_leading", { - "_index": 7849, + "_index": 7846, "data": { "ref/stable/gui": {} }, @@ -216956,7 +216887,7 @@ [ "prop_outline", { - "_index": 7850, + "_index": 7847, "data": { "ref/stable/gui": {} }, @@ -216966,7 +216897,7 @@ [ "prop_position", { - "_index": 7851, + "_index": 7848, "data": { "ref/stable/gui": {} }, @@ -216976,7 +216907,7 @@ [ "prop_rotation", { - "_index": 7852, + "_index": 7849, "data": { "ref/stable/gui": {} }, @@ -216986,7 +216917,7 @@ [ "prop_scale", { - "_index": 7853, + "_index": 7850, "data": { "ref/stable/gui": {} }, @@ -216996,7 +216927,7 @@ [ "prop_shadow", { - "_index": 7854, + "_index": 7851, "data": { "ref/stable/gui": {} }, @@ -217006,7 +216937,7 @@ [ "prop_size", { - "_index": 7855, + "_index": 7852, "data": { "ref/stable/gui": {} }, @@ -217016,7 +216947,7 @@ [ "prop_slice9", { - "_index": 7856, + "_index": 7853, "data": { "ref/stable/gui": {} }, @@ -217026,7 +216957,7 @@ [ "prop_tracking", { - "_index": 7857, + "_index": 7854, "data": { "ref/stable/gui": {} }, @@ -217036,7 +216967,7 @@ [ "propagate", { - "_index": 7345, + "_index": 7342, "data": { "ref/stable/collectionfactory": {} }, @@ -217046,7 +216977,7 @@ [ "propagated", { - "_index": 4727, + "_index": 4724, "data": { "manuals/collection-proxy": {}, "ref/stable/base": {} @@ -217057,7 +216988,7 @@ [ "propagates", { - "_index": 8754, + "_index": 8751, "data": { "ref/stable/base": {}, "ref/stable/coroutine": {} @@ -217068,7 +216999,7 @@ [ "proper", { - "_index": 5889, + "_index": 5886, "data": { "manuals/debugging-game-logic": {}, "ref/stable/dmConfigFile": {}, @@ -217215,7 +217146,7 @@ [ "property_result_ok", { - "_index": 9153, + "_index": 9150, "data": { "ref/stable/dmGameObject": {} }, @@ -217225,7 +217156,7 @@ [ "propertycontainerbuilderparams", { - "_index": 9306, + "_index": 9303, "data": { "ref/stable/dmGameObject": {} }, @@ -217235,7 +217166,7 @@ [ "propertycontainercopy", { - "_index": 9302, + "_index": 9299, "data": { "ref/stable/dmGameObject": {} }, @@ -217245,7 +217176,7 @@ [ "propertycontainercreate", { - "_index": 9303, + "_index": 9300, "data": { "ref/stable/dmGameObject": {} }, @@ -217255,7 +217186,7 @@ [ "propertycontainercreatebuilder", { - "_index": 9304, + "_index": 9301, "data": { "ref/stable/dmGameObject": {} }, @@ -217265,7 +217196,7 @@ [ "propertycontainerdestroy", { - "_index": 9307, + "_index": 9304, "data": { "ref/stable/dmGameObject": {} }, @@ -217275,7 +217206,7 @@ [ "propertycontainermerge", { - "_index": 9309, + "_index": 9306, "data": { "ref/stable/dmGameObject": {} }, @@ -217285,7 +217216,7 @@ [ "propertycontainerpushbool", { - "_index": 9311, + "_index": 9308, "data": { "ref/stable/dmGameObject": {} }, @@ -217295,7 +217226,7 @@ [ "propertycontainerpushfloat", { - "_index": 9312, + "_index": 9309, "data": { "ref/stable/dmGameObject": {} }, @@ -217305,7 +217236,7 @@ [ "propertycontainerpushhash", { - "_index": 9313, + "_index": 9310, "data": { "ref/stable/dmGameObject": {} }, @@ -217315,7 +217246,7 @@ [ "propertycontainerpushquat", { - "_index": 9314, + "_index": 9311, "data": { "ref/stable/dmGameObject": {} }, @@ -217325,7 +217256,7 @@ [ "propertycontainerpushurl", { - "_index": 9316, + "_index": 9313, "data": { "ref/stable/dmGameObject": {} }, @@ -217335,7 +217266,7 @@ [ "propertycontainerpushurlstring", { - "_index": 9317, + "_index": 9314, "data": { "ref/stable/dmGameObject": {} }, @@ -217345,7 +217276,7 @@ [ "propertycontainerpushvector3", { - "_index": 9318, + "_index": 9315, "data": { "ref/stable/dmGameObject": {} }, @@ -217355,7 +217286,7 @@ [ "propertycontainerpushvector4", { - "_index": 9320, + "_index": 9317, "data": { "ref/stable/dmGameObject": {} }, @@ -217365,7 +217296,7 @@ [ "propertydesc", { - "_index": 9321, + "_index": 9318, "data": { "ref/stable/dmGameObject": {} }, @@ -217375,7 +217306,7 @@ [ "propertyoptions", { - "_index": 9331, + "_index": 9328, "data": { "ref/stable/dmGameObject": {} }, @@ -217385,7 +217316,7 @@ [ "propertyresult", { - "_index": 9334, + "_index": 9331, "data": { "ref/stable/dmGameObject": {} }, @@ -217395,7 +217326,7 @@ [ "propertys", { - "_index": 9332, + "_index": 9329, "data": { "ref/stable/dmGameObject": {} }, @@ -217405,7 +217336,7 @@ [ "propertytype", { - "_index": 9335, + "_index": 9332, "data": { "ref/stable/dmGameObject": {} }, @@ -217415,7 +217346,7 @@ [ "propertyvaluetype", { - "_index": 9328, + "_index": 9325, "data": { "ref/stable/dmGameObject": {} }, @@ -217425,7 +217356,7 @@ [ "propertyvar", { - "_index": 9336, + "_index": 9333, "data": { "ref/stable/dmGameObject": {} }, @@ -217455,7 +217386,7 @@ [ "proprietary", { - "_index": 6718, + "_index": 6715, "data": { "assets/fmod": {} }, @@ -217530,7 +217461,7 @@ [ "protected", { - "_index": 6074, + "_index": 6071, "data": { "manuals/android": {}, "ref/stable/base": {}, @@ -217563,7 +217494,7 @@ [ "proto", { - "_index": 6285, + "_index": 6282, "data": { "assets/defold-proto": {}, "assets/protobuf": {} @@ -217574,7 +217505,7 @@ [ "protobuf", { - "_index": 6286, + "_index": 6283, "data": { "assets/defold-proto": {}, "assets/protobuf": {} @@ -217585,7 +217516,7 @@ [ "protocol", { - "_index": 6416, + "_index": 6413, "data": { "assets/googleanalytics": {}, "assets/protobuf": {}, @@ -217651,7 +217582,7 @@ [ "protoype", { - "_index": 6185, + "_index": 6182, "data": { "examples/factory/dynamic": {} }, @@ -217882,7 +217813,7 @@ [ "proxy.collection", { - "_index": 6174, + "_index": 6171, "data": { "examples/collection/proxy": {} }, @@ -217903,7 +217834,7 @@ [ "proxy_unloaded", { - "_index": 7996, + "_index": 7993, "data": { "ref/stable/collectionproxy": {} }, @@ -217913,7 +217844,7 @@ [ "ps4", { - "_index": 5991, + "_index": 5988, "data": { "manuals/sony-playstation": {} }, @@ -217933,7 +217864,7 @@ [ "ps5", { - "_index": 5992, + "_index": 5989, "data": { "manuals/sony-playstation": {} }, @@ -217953,7 +217884,7 @@ [ "pseudo", { - "_index": 7292, + "_index": 7289, "data": { "ref/stable/math": {} }, @@ -217963,7 +217894,7 @@ [ "pseudorandom", { - "_index": 6600, + "_index": 6597, "data": { "assets/rand16": {} }, @@ -217973,7 +217904,7 @@ [ "ptr", { - "_index": 6798, + "_index": 6795, "data": { "ref/stable/dmAtomic": {}, "ref/stable/dmGraphics": {}, @@ -218002,7 +217933,7 @@ [ "public/private", { - "_index": 9816, + "_index": 9813, "data": { "ref/stable/liveupdate": {} }, @@ -218036,7 +217967,7 @@ [ "publishers", { - "_index": 6700, + "_index": 6697, "data": { "assets/gamedistribution": {} }, @@ -218046,7 +217977,7 @@ [ "publishing", { - "_index": 5821, + "_index": 5818, "data": { "manuals/macos": {}, "ref/stable/liveupdate": {} @@ -218101,7 +218032,7 @@ [ "pulses", { - "_index": 8000, + "_index": 7997, "data": { "ref/stable/collectionproxy": {} }, @@ -218122,7 +218053,7 @@ [ "purchase", { - "_index": 6478, + "_index": 6475, "data": { "assets/cafebazaar": {} }, @@ -218145,7 +218076,7 @@ [ "purchasing", { - "_index": 6355, + "_index": 6352, "data": { "assets/crypto_iap": {} }, @@ -218182,7 +218113,7 @@ [ "purposeful", { - "_index": 5558, + "_index": 5555, "data": { "manuals/editor": {} }, @@ -218220,7 +218151,7 @@ [ "pusharray", { - "_index": 7452, + "_index": 7449, "data": { "ref/stable/dmArray": {} }, @@ -218230,7 +218161,7 @@ [ "pushbuffer", { - "_index": 10855, + "_index": 10852, "data": { "ref/stable/dmScript": {} }, @@ -218252,7 +218183,7 @@ [ "pushhash", { - "_index": 10857, + "_index": 10854, "data": { "ref/stable/dmScript": {} }, @@ -218272,7 +218203,7 @@ [ "pushmatrix4", { - "_index": 10859, + "_index": 10856, "data": { "ref/stable/dmScript": {} }, @@ -218282,7 +218213,7 @@ [ "pushquat", { - "_index": 10861, + "_index": 10858, "data": { "ref/stable/dmScript": {} }, @@ -218292,7 +218223,7 @@ [ "pushvector3", { - "_index": 10863, + "_index": 10860, "data": { "ref/stable/dmScript": {} }, @@ -218302,7 +218233,7 @@ [ "pushvector4", { - "_index": 10865, + "_index": 10862, "data": { "ref/stable/dmScript": {} }, @@ -218381,7 +218312,7 @@ [ "px0", { - "_index": 10384, + "_index": 10381, "data": { "ref/stable/resource": {} }, @@ -218391,7 +218322,7 @@ [ "px1", { - "_index": 10386, + "_index": 10383, "data": { "ref/stable/resource": {} }, @@ -218401,7 +218332,7 @@ [ "pxn", { - "_index": 10388, + "_index": 10385, "data": { "ref/stable/resource": {} }, @@ -218411,7 +218342,7 @@ [ "py0", { - "_index": 10385, + "_index": 10382, "data": { "ref/stable/resource": {} }, @@ -218421,7 +218352,7 @@ [ "py1", { - "_index": 10387, + "_index": 10384, "data": { "ref/stable/resource": {} }, @@ -218431,7 +218362,7 @@ [ "pyn", { - "_index": 10389, + "_index": 10386, "data": { "ref/stable/resource": {} }, @@ -218463,7 +218394,7 @@ [ "q", { - "_index": 6992, + "_index": 6989, "data": { "ref/stable/dmVMath": {}, "ref/stable/string": {}, @@ -218495,7 +218426,7 @@ [ "qr", { - "_index": 6586, + "_index": 6583, "data": { "assets/qrcode": {} }, @@ -218505,7 +218436,7 @@ [ "qrcode", { - "_index": 6585, + "_index": 6582, "data": { "assets/qrcode": {} }, @@ -218525,7 +218456,7 @@ [ "quadrant", { - "_index": 7252, + "_index": 7249, "data": { "ref/stable/math": {} }, @@ -218535,7 +218466,7 @@ [ "quadratic", { - "_index": 7658, + "_index": 7655, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -218572,7 +218503,7 @@ [ "quantities", { - "_index": 5224, + "_index": 5221, "data": { "manuals/lua": {} }, @@ -218582,7 +218513,7 @@ [ "quartic", { - "_index": 7660, + "_index": 7657, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -218593,7 +218524,7 @@ [ "quat", { - "_index": 7013, + "_index": 7010, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmScript": {}, @@ -218607,7 +218538,7 @@ [ "quat_axis_angle", { - "_index": 7070, + "_index": 7067, "data": { "ref/stable/vmath": {} }, @@ -218617,7 +218548,7 @@ [ "quat_basis", { - "_index": 7072, + "_index": 7069, "data": { "ref/stable/vmath": {} }, @@ -218627,7 +218558,7 @@ [ "quat_from_to", { - "_index": 7074, + "_index": 7071, "data": { "ref/stable/vmath": {} }, @@ -218637,7 +218568,7 @@ [ "quat_look_rotation", { - "_index": 6124, + "_index": 6121, "data": { "examples/movement/look_rotation": {} }, @@ -218647,7 +218578,7 @@ [ "quat_matrix4", { - "_index": 7077, + "_index": 7074, "data": { "ref/stable/vmath": {} }, @@ -218657,7 +218588,7 @@ [ "quat_rotation_x", { - "_index": 7079, + "_index": 7076, "data": { "ref/stable/vmath": {} }, @@ -218667,7 +218598,7 @@ [ "quat_rotation_y", { - "_index": 7081, + "_index": 7078, "data": { "ref/stable/vmath": {} }, @@ -218677,7 +218608,7 @@ [ "quat_rotation_z", { - "_index": 7083, + "_index": 7080, "data": { "ref/stable/vmath": {} }, @@ -218687,7 +218618,7 @@ [ "quat_to_euler", { - "_index": 7085, + "_index": 7082, "data": { "ref/stable/vmath": {} }, @@ -218716,7 +218647,7 @@ [ "quaternions", { - "_index": 7011, + "_index": 7008, "data": { "ref/stable/dmVMath": {}, "ref/stable/vmath": {} @@ -218727,7 +218658,7 @@ [ "queried", { - "_index": 7150, + "_index": 7147, "data": { "ref/stable/string": {}, "ref/stable/sys": {} @@ -218738,7 +218669,7 @@ [ "queries", { - "_index": 9823, + "_index": 9820, "data": { "ref/stable/b2d.body": {}, "ref/stable/base": {}, @@ -218750,7 +218681,7 @@ [ "query", { - "_index": 4698, + "_index": 4695, "data": { "manuals/editor-scripts": {}, "manuals/gui-template": {}, @@ -218769,7 +218700,7 @@ [ "querying", { - "_index": 5402, + "_index": 5399, "data": { "manuals/editor-scripts": {} }, @@ -218790,7 +218721,7 @@ [ "question", { - "_index": 4947, + "_index": 4944, "data": { "manuals/getting-help": {} }, @@ -218800,7 +218731,7 @@ [ "question/issue", { - "_index": 4928, + "_index": 4925, "data": { "manuals/getting-help": {} }, @@ -218810,7 +218741,7 @@ [ "questions", { - "_index": 4930, + "_index": 4927, "data": { "manuals/flash": {}, "manuals/getting-help": {} @@ -218833,7 +218764,7 @@ [ "queued", { - "_index": 10490, + "_index": 10487, "data": { "ref/stable/socket": {} }, @@ -218859,7 +218790,7 @@ [ "quickbutton", { - "_index": 6513, + "_index": 6510, "data": { "assets/quickbutton": {} }, @@ -218883,7 +218814,7 @@ [ "quintic", { - "_index": 7662, + "_index": 7659, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -218924,7 +218855,7 @@ [ "quitting", { - "_index": 9431, + "_index": 9428, "data": { "ref/stable/engine": {} }, @@ -218934,7 +218865,7 @@ [ "quot", { - "_index": 7143, + "_index": 7140, "data": { "ref/stable/string": {} }, @@ -218944,7 +218875,7 @@ [ "quot;#collisionobject"", { - "_index": 7481, + "_index": 7478, "data": { "ref/stable/physics": {} }, @@ -218954,7 +218885,7 @@ [ "quot;$name", { - "_index": 7172, + "_index": 7169, "data": { "ref/stable/string": {} }, @@ -218964,7 +218895,7 @@ [ "quot;%0", { - "_index": 7157, + "_index": 7154, "data": { "ref/stable/string": {} }, @@ -218974,7 +218905,7 @@ [ "quot;%1", { - "_index": 7153, + "_index": 7150, "data": { "ref/stable/string": {} }, @@ -218984,7 +218915,7 @@ [ "quot;%2", { - "_index": 7159, + "_index": 7156, "data": { "ref/stable/string": {} }, @@ -218994,7 +218925,7 @@ [ "quot;%a+"", { - "_index": 7140, + "_index": 7137, "data": { "ref/stable/string": {} }, @@ -219004,7 +218935,7 @@ [ "quot;%w+"", { - "_index": 7156, + "_index": 7153, "data": { "ref/stable/string": {} }, @@ -219014,7 +218945,7 @@ [ "quot;./?.lua;./?.lc;/usr/local/?/init.lua"", { - "_index": 9387, + "_index": 9384, "data": { "ref/stable/package": {} }, @@ -219024,7 +218955,7 @@ [ "quot;./?.so;./?.dll;/usr/local/?/init.so"", { - "_index": 9392, + "_index": 9389, "data": { "ref/stable/package": {} }, @@ -219034,7 +218965,7 @@ [ "quot;4+5", { - "_index": 7167, + "_index": 7164, "data": { "ref/stable/string": {} }, @@ -219044,7 +218975,7 @@ [ "quot;5.1"", { - "_index": 7171, + "_index": 7168, "data": { "ref/stable/string": {} }, @@ -219054,7 +218985,7 @@ [ "quot;a", { - "_index": 7131, + "_index": 7128, "data": { "ref/stable/string": {} }, @@ -219064,7 +218995,7 @@ [ "quot;bullet"", { - "_index": 7493, + "_index": 7490, "data": { "ref/stable/physics": {} }, @@ -219074,7 +219005,7 @@ [ "quot;enemy"", { - "_index": 7482, + "_index": 7479, "data": { "ref/stable/physics": {} }, @@ -219084,7 +219015,7 @@ [ "quot;from", { - "_index": 7141, + "_index": 7138, "data": { "ref/stable/string": {} }, @@ -219094,7 +219025,7 @@ [ "quot;hello", { - "_index": 7138, + "_index": 7135, "data": { "ref/stable/string": {} }, @@ -219104,7 +219035,7 @@ [ "quot;home", { - "_index": 7162, + "_index": 7159, "data": { "ref/stable/string": {} }, @@ -219114,7 +219045,7 @@ [ "quot;lua", { - "_index": 7174, + "_index": 7171, "data": { "ref/stable/string": {} }, @@ -219124,7 +219055,7 @@ [ "quot;lua"", { - "_index": 7170, + "_index": 7167, "data": { "ref/stable/string": {} }, @@ -219134,7 +219065,7 @@ [ "quot;my_box_shape"", { - "_index": 7547, + "_index": 7544, "data": { "ref/stable/physics": {} }, @@ -219144,7 +219075,7 @@ [ "quot;my_capsule_shape"", { - "_index": 7545, + "_index": 7542, "data": { "ref/stable/physics": {} }, @@ -219154,7 +219085,7 @@ [ "quot;my_sphere_shape"", { - "_index": 7500, + "_index": 7497, "data": { "ref/stable/physics": {} }, @@ -219164,7 +219095,7 @@ [ "quot;quotes"", { - "_index": 7129, + "_index": 7126, "data": { "ref/stable/string": {} }, @@ -219174,7 +219105,7 @@ [ "quot;quotes\\"", { - "_index": 7132, + "_index": 7129, "data": { "ref/stable/string": {} }, @@ -219184,7 +219115,7 @@ [ "quot;test"", { - "_index": 7565, + "_index": 7562, "data": { "ref/stable/physics": {} }, @@ -219194,7 +219125,7 @@ [ "quot;world", { - "_index": 7160, + "_index": 7157, "data": { "ref/stable/string": {} }, @@ -219214,7 +219145,7 @@ [ "quotes", { - "_index": 7123, + "_index": 7120, "data": { "ref/stable/string": {} }, @@ -219224,7 +219155,7 @@ [ "quotient", { - "_index": 7269, + "_index": 7266, "data": { "ref/stable/math": {} }, @@ -219249,7 +219180,7 @@ [ "r0", { - "_index": 7086, + "_index": 7083, "data": { "ref/stable/vmath": {} }, @@ -219259,7 +219190,7 @@ [ "r1", { - "_index": 7087, + "_index": 7084, "data": { "ref/stable/dmTransform": {}, "ref/stable/vmath": {} @@ -219270,7 +219201,7 @@ [ "r2", { - "_index": 7088, + "_index": 7085, "data": { "ref/stable/dmTransform": {}, "ref/stable/vmath": {} @@ -219291,7 +219222,7 @@ [ "rad", { - "_index": 7291, + "_index": 7288, "data": { "ref/stable/math": {} }, @@ -219322,7 +219253,7 @@ [ "radians", { - "_index": 7024, + "_index": 7021, "data": { "ref/stable/b2d.body": {}, "ref/stable/camera": {}, @@ -219336,7 +219267,7 @@ [ "radians/s", { - "_index": 7458, + "_index": 7455, "data": { "ref/stable/physics": {} }, @@ -219346,7 +219277,7 @@ [ "radians/second", { - "_index": 10116, + "_index": 10113, "data": { "ref/stable/b2d.body": {} }, @@ -219356,7 +219287,7 @@ [ "radio", { - "_index": 6407, + "_index": 6404, "data": { "assets/gooey": {} }, @@ -219392,7 +219323,7 @@ [ "raise", { - "_index": 10406, + "_index": 10403, "data": { "ref/stable/resource": {}, "ref/stable/socket": {} @@ -219403,7 +219334,7 @@ [ "raised", { - "_index": 9100, + "_index": 9097, "data": { "ref/stable/json": {}, "ref/stable/resource": {}, @@ -219416,7 +219347,7 @@ [ "raises", { - "_index": 9466, + "_index": 9463, "data": { "ref/stable/base": {}, "ref/stable/debug": {}, @@ -219429,7 +219360,7 @@ [ "raising", { - "_index": 5423, + "_index": 5420, "data": { "manuals/editor-scripts": {} }, @@ -219439,7 +219370,7 @@ [ "rand", { - "_index": 7293, + "_index": 7290, "data": { "ref/stable/math": {} }, @@ -219449,7 +219380,7 @@ [ "rand16", { - "_index": 6599, + "_index": 6596, "data": { "assets/rand16": {} }, @@ -219488,7 +219419,7 @@ [ "randomseed", { - "_index": 7299, + "_index": 7296, "data": { "ref/stable/math": {} }, @@ -219588,7 +219519,7 @@ [ "ratings", { - "_index": 6366, + "_index": 6363, "data": { "assets/review": {}, "assets/rustore-review": {} @@ -219621,7 +219552,7 @@ [ "ratios", { - "_index": 4863, + "_index": 4860, "data": { "manuals/porting-guidelines": {} }, @@ -219651,7 +219582,7 @@ [ "rawequal", { - "_index": 10715, + "_index": 10712, "data": { "ref/stable/base": {} }, @@ -219661,7 +219592,7 @@ [ "rawget", { - "_index": 10717, + "_index": 10714, "data": { "ref/stable/base": {} }, @@ -219671,7 +219602,7 @@ [ "rawset", { - "_index": 10719, + "_index": 10716, "data": { "ref/stable/base": {} }, @@ -219698,7 +219629,7 @@ [ "ray's", { - "_index": 5692, + "_index": 5689, "data": { "manuals/physics-events": {} }, @@ -219708,7 +219639,7 @@ [ "ray_cast_missed", { - "_index": 5694, + "_index": 5691, "data": { "manuals/physics-events": {}, "ref/stable/physics": {} @@ -219719,7 +219650,7 @@ [ "ray_cast_request", { - "_index": 7566, + "_index": 7563, "data": { "ref/stable/physics": {} }, @@ -219751,7 +219682,7 @@ [ "raycast", { - "_index": 5690, + "_index": 5687, "data": { "assets/defold-tile-raycast": {}, "manuals/physics-events": {}, @@ -219763,7 +219694,7 @@ [ "raycast_async", { - "_index": 7522, + "_index": 7519, "data": { "ref/stable/physics": {} }, @@ -219773,7 +219704,7 @@ [ "raycasts", { - "_index": 6211, + "_index": 6208, "data": { "examples/physics/raycast": {} }, @@ -219793,7 +219724,7 @@ [ "rc,gc,bc,ac", { - "_index": 8529, + "_index": 8526, "data": { "ref/stable/render": {} }, @@ -219803,7 +219734,7 @@ [ "rd", { - "_index": 8550, + "_index": 8547, "data": { "ref/stable/render": {} }, @@ -219813,7 +219744,7 @@ [ "rd,gd,bd,ad", { - "_index": 8527, + "_index": 8524, "data": { "ref/stable/render": {} }, @@ -219823,7 +219754,7 @@ [ "rd/kr,gd/kg,bd/kb,ad/ka", { - "_index": 8543, + "_index": 8540, "data": { "ref/stable/render": {} }, @@ -219861,7 +219792,7 @@ [ "reached", { - "_index": 7963, + "_index": 7960, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -219872,7 +219803,7 @@ [ "reaches", { - "_index": 5718, + "_index": 5715, "data": { "manuals/resource": {} }, @@ -219910,7 +219841,7 @@ [ "reacting", { - "_index": 9915, + "_index": 9912, "data": { "ref/stable/go": {} }, @@ -219953,7 +219884,7 @@ [ "reacts", { - "_index": 6206, + "_index": 6203, "data": { "examples/physics/hinge_joint": {}, "examples/physics/pendulum": {}, @@ -220052,7 +219983,7 @@ [ "readble", { - "_index": 9881, + "_index": 9878, "data": { "ref/stable/dmExtension": {} }, @@ -220062,7 +219993,7 @@ [ "readelf", { - "_index": 5511, + "_index": 5508, "data": { "manuals/debugging-native-code-android": {} }, @@ -220146,7 +220077,7 @@ [ "realistic", { - "_index": 5136, + "_index": 5133, "data": { "manuals/compute": {}, "manuals/flash": {} @@ -220171,7 +220102,7 @@ [ "realtime", { - "_index": 6353, + "_index": 6350, "data": { "assets/nakama": {} }, @@ -220234,7 +220165,7 @@ [ "reboot", { - "_index": 4774, + "_index": 4771, "data": { "manuals/extensions": {}, "ref/stable/liveupdate": {}, @@ -220246,7 +220177,7 @@ [ "rebooted", { - "_index": 9817, + "_index": 9814, "data": { "ref/stable/liveupdate": {} }, @@ -220256,7 +220187,7 @@ [ "reboots", { - "_index": 9583, + "_index": 9580, "data": { "ref/stable/sys": {} }, @@ -220276,7 +220207,7 @@ [ "recalculates", { - "_index": 7555, + "_index": 7552, "data": { "ref/stable/physics": {} }, @@ -220340,7 +220271,7 @@ [ "received/sent", { - "_index": 10239, + "_index": 10236, "data": { "ref/stable/http": {} }, @@ -220350,7 +220281,7 @@ [ "receivefrom", { - "_index": 10539, + "_index": 10536, "data": { "ref/stable/socket": {} }, @@ -220360,7 +220291,7 @@ [ "receiver", { - "_index": 7333, + "_index": 7330, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmMessage": {}, @@ -220465,7 +220396,7 @@ [ "recognizes", { - "_index": 4730, + "_index": 4727, "data": { "manuals/extensions": {} }, @@ -220538,7 +220469,7 @@ [ "recomputed", { - "_index": 9054, + "_index": 9051, "data": { "ref/stable/editor": {} }, @@ -220548,7 +220479,7 @@ [ "reconsider", { - "_index": 4725, + "_index": 4722, "data": { "manuals/collection-proxy": {} }, @@ -220558,7 +220489,7 @@ [ "record", { - "_index": 5190, + "_index": 5187, "data": { "manuals/app-manifest": {}, "manuals/lua": {}, @@ -220571,7 +220502,7 @@ [ "recorded", { - "_index": 8697, + "_index": 8694, "data": { "ref/stable/crash": {}, "ref/stable/profiler": {} @@ -220582,7 +220513,7 @@ [ "recorded_frame_count", { - "_index": 10285, + "_index": 10282, "data": { "ref/stable/profiler": {} }, @@ -220592,7 +220523,7 @@ [ "recording", { - "_index": 5228, + "_index": 5225, "data": { "manuals/app-manifest": {}, "ref/stable/profiler": {}, @@ -220604,7 +220535,7 @@ [ "records", { - "_index": 10292, + "_index": 10289, "data": { "ref/stable/profiler": {} }, @@ -220624,7 +220555,7 @@ [ "recoverable", { - "_index": 7423, + "_index": 7420, "data": { "ref/stable/dmLog": {} }, @@ -220634,7 +220565,7 @@ [ "recreate", { - "_index": 4860, + "_index": 4857, "data": { "manuals/porting-guidelines": {}, "ref/stable/physics": {} @@ -220689,7 +220620,7 @@ [ "rects", { - "_index": 6703, + "_index": 6700, "data": { "assets/2dcollisions": {} }, @@ -220699,7 +220630,7 @@ [ "recurse", { - "_index": 9994, + "_index": 9991, "data": { "ref/stable/builtins": {} }, @@ -220709,7 +220640,7 @@ [ "recursively", { - "_index": 7638, + "_index": 7635, "data": { "ref/stable/dmGameObject": {}, "ref/stable/go": {}, @@ -220722,7 +220653,7 @@ [ "recvt", { - "_index": 10568, + "_index": 10565, "data": { "ref/stable/socket": {} }, @@ -220785,7 +220716,7 @@ [ "redirected", { - "_index": 8835, + "_index": 8832, "data": { "ref/stable/editor": {} }, @@ -220813,7 +220744,7 @@ [ "reduced", { - "_index": 7234, + "_index": 7231, "data": { "ref/stable/window": {} }, @@ -220847,7 +220778,7 @@ [ "ref", { - "_index": 8611, + "_index": 8608, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmScript": {}, @@ -220859,7 +220790,7 @@ [ "refdoc", { - "_index": 6760, + "_index": 6757, "data": {}, "type": { "ref/stable/b2d": {}, @@ -221067,7 +220998,7 @@ [ "referencing", { - "_index": 6171, + "_index": 6168, "data": { "examples/collection/proxy": {}, "examples/collection/splash": {}, @@ -221080,7 +221011,7 @@ [ "referred", { - "_index": 5065, + "_index": 5062, "data": { "manuals/flash": {}, "manuals/physics-joints": {}, @@ -221094,7 +221025,7 @@ [ "referrer", { - "_index": 6707, + "_index": 6704, "data": { "assets/iac": {} }, @@ -221104,7 +221035,7 @@ [ "referring", { - "_index": 5063, + "_index": 5060, "data": { "manuals/flash": {}, "ref/stable/package": {} @@ -221115,7 +221046,7 @@ [ "refers", { - "_index": 5719, + "_index": 5716, "data": { "manuals/resource": {} }, @@ -221125,7 +221056,7 @@ [ "refininstance", { - "_index": 10897, + "_index": 10894, "data": { "ref/stable/dmScript": {} }, @@ -221145,7 +221076,7 @@ [ "reflecting", { - "_index": 9534, + "_index": 9531, "data": { "ref/stable/dmHid": {} }, @@ -221165,7 +221096,7 @@ [ "reflections", { - "_index": 6222, + "_index": 6219, "data": { "examples/model/cubemap": {} }, @@ -221175,7 +221106,7 @@ [ "reflects", { - "_index": 5557, + "_index": 5554, "data": { "manuals/editor": {}, "ref/stable/dmGameObject": {}, @@ -221197,7 +221128,7 @@ [ "refresh", { - "_index": 4862, + "_index": 4859, "data": { "manuals/porting-guidelines": {}, "ref/stable/editor": {}, @@ -221209,7 +221140,7 @@ [ "refused", { - "_index": 10562, + "_index": 10559, "data": { "ref/stable/socket": {} }, @@ -221219,7 +221150,7 @@ [ "refuses", { - "_index": 10525, + "_index": 10522, "data": { "ref/stable/socket": {} }, @@ -221264,7 +221195,7 @@ [ "region", { - "_index": 5567, + "_index": 5564, "data": { "manuals/editor": {} }, @@ -221291,7 +221222,7 @@ [ "registercallback", { - "_index": 9868, + "_index": 9865, "data": { "ref/stable/dmExtension": {} }, @@ -221334,7 +221265,7 @@ [ "registeriosuiapplicationdelegate", { - "_index": 9901, + "_index": 9898, "data": { "ref/stable/dmExtension": {} }, @@ -221344,7 +221275,7 @@ [ "registeronactivitycreatelistener", { - "_index": 8028, + "_index": 8025, "data": { "ref/stable/dmAndroid": {} }, @@ -221354,7 +221285,7 @@ [ "registeronactivityresultlistener", { - "_index": 8032, + "_index": 8029, "data": { "ref/stable/dmAndroid": {} }, @@ -221364,7 +221295,7 @@ [ "registerresourcedecryptionfunction", { - "_index": 8446, + "_index": 8443, "data": { "ref/stable/dmResource": {} }, @@ -221374,7 +221305,7 @@ [ "registers", { - "_index": 5469, + "_index": 5466, "data": { "manuals/editor-scripts": {}, "ref/stable/dmAndroid": {}, @@ -221388,7 +221319,7 @@ [ "registertype", { - "_index": 8448, + "_index": 8445, "data": { "ref/stable/dmResource": {} }, @@ -221452,7 +221383,7 @@ [ "regularly", { - "_index": 5561, + "_index": 5558, "data": { "manuals/editor": {} }, @@ -221487,7 +221418,7 @@ [ "relates", { - "_index": 5243, + "_index": 5240, "data": { "manuals/app-manifest": {} }, @@ -221549,7 +221480,7 @@ [ "relative_velocity", { - "_index": 5679, + "_index": 5676, "data": { "manuals/physics-events": {}, "ref/stable/physics": {} @@ -221574,7 +221505,7 @@ [ "relativeon_value_changed", { - "_index": 8949, + "_index": 8946, "data": { "ref/stable/editor": {} }, @@ -221584,7 +221515,7 @@ [ "relativetitle", { - "_index": 9038, + "_index": 9035, "data": { "ref/stable/editor": {} }, @@ -221630,7 +221561,7 @@ [ "release_input_focus", { - "_index": 5977, + "_index": 5974, "data": { "manuals/input": {}, "ref/stable/go": {}, @@ -221674,7 +221605,7 @@ [ "releasing", { - "_index": 4706, + "_index": 4703, "data": { "manuals/bundling": {}, "manuals/input": {}, @@ -221705,7 +221636,7 @@ [ "relevantly", { - "_index": 5140, + "_index": 5137, "data": { "manuals/flash": {} }, @@ -221715,7 +221646,7 @@ [ "reliability", { - "_index": 10529, + "_index": 10526, "data": { "ref/stable/socket": {} }, @@ -221725,7 +221656,7 @@ [ "reliable", { - "_index": 6438, + "_index": 6435, "data": { "assets/chrono": {} }, @@ -221772,7 +221703,7 @@ [ "reload_resources", { - "_index": 5409, + "_index": 5406, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -221783,7 +221714,7 @@ [ "reloadable", { - "_index": 6333, + "_index": 6330, "data": { "assets/m": {} }, @@ -221832,7 +221763,7 @@ [ "remainder", { - "_index": 7267, + "_index": 7264, "data": { "ref/stable/math": {} }, @@ -221842,7 +221773,7 @@ [ "remaining", { - "_index": 7376, + "_index": 7373, "data": { "ref/stable/dmArray": {}, "ref/stable/liveupdate": {}, @@ -221869,7 +221800,7 @@ [ "remap", { - "_index": 5504, + "_index": 5501, "data": { "manuals/debugging-native-code-android": {} }, @@ -221913,7 +221844,7 @@ [ "remote_builder", { - "_index": 4790, + "_index": 4787, "data": { "manuals/extender-docker-images": {} }, @@ -221923,7 +221854,7 @@ [ "remoteconfig", { - "_index": 6376, + "_index": 6373, "data": { "assets/firebase-remoteconfig": {}, "assets/rustore-remoteconfig": {} @@ -221987,7 +221918,7 @@ [ "remove_mount", { - "_index": 9809, + "_index": 9806, "data": { "ref/stable/liveupdate": {} }, @@ -222032,7 +221963,7 @@ [ "removefile", { - "_index": 8449, + "_index": 8446, "data": { "ref/stable/dmResource": {} }, @@ -222042,7 +221973,7 @@ [ "removehandler", { - "_index": 10087, + "_index": 10084, "data": { "ref/stable/dmWebServer": {} }, @@ -222052,7 +221983,7 @@ [ "removenamedconstant", { - "_index": 10940, + "_index": 10937, "data": { "ref/stable/dmRender": {} }, @@ -222062,7 +221993,7 @@ [ "removes", { - "_index": 5721, + "_index": 5718, "data": { "manuals/resource": {}, "ref/stable/base": {}, @@ -222104,7 +222035,7 @@ [ "renames", { - "_index": 10016, + "_index": 10013, "data": { "ref/stable/os": {} }, @@ -222196,7 +222127,7 @@ [ "render.constant_buffer", { - "_index": 5294, + "_index": 5291, "data": { "manuals/compute": {}, "manuals/material": {}, @@ -222208,7 +222139,7 @@ [ "render.context_event_context_lost", { - "_index": 8586, + "_index": 8583, "data": { "ref/stable/render": {} }, @@ -222218,7 +222149,7 @@ [ "render.context_event_context_restored", { - "_index": 8588, + "_index": 8585, "data": { "ref/stable/render": {} }, @@ -222228,7 +222159,7 @@ [ "render.delete_render_target", { - "_index": 8479, + "_index": 8476, "data": { "ref/stable/render": {} }, @@ -222260,7 +222191,7 @@ [ "render.disable_texture", { - "_index": 8484, + "_index": 8481, "data": { "ref/stable/render": {} }, @@ -222270,7 +222201,7 @@ [ "render.dispatch_compute", { - "_index": 5292, + "_index": 5289, "data": { "manuals/compute": {}, "ref/stable/render": {} @@ -222341,7 +222272,7 @@ [ "render.frustum_planes_all", { - "_index": 8492, + "_index": 8489, "data": { "ref/stable/render": {} }, @@ -222351,7 +222282,7 @@ [ "render.frustum_planes_sides", { - "_index": 8491, + "_index": 8488, "data": { "ref/stable/render": {} }, @@ -222372,7 +222303,7 @@ [ "render.get_render_target_height", { - "_index": 8500, + "_index": 8497, "data": { "ref/stable/render": {} }, @@ -222382,7 +222313,7 @@ [ "render.get_render_target_width", { - "_index": 8502, + "_index": 8499, "data": { "ref/stable/render": {} }, @@ -222403,7 +222334,7 @@ [ "render.get_window_height", { - "_index": 8506, + "_index": 8503, "data": { "ref/stable/render": {} }, @@ -222413,7 +222344,7 @@ [ "render.get_window_width", { - "_index": 8508, + "_index": 8505, "data": { "ref/stable/render": {} }, @@ -222423,7 +222354,7 @@ [ "render.predicate", { - "_index": 5935, + "_index": 5932, "data": { "manuals/model": {}, "ref/stable/render": {} @@ -222434,7 +222365,7 @@ [ "render.render_target", { - "_index": 8511, + "_index": 8508, "data": { "ref/stable/render": {} }, @@ -222466,7 +222397,7 @@ [ "render.set_camera", { - "_index": 8566, + "_index": 8563, "data": { "ref/stable/render": {} }, @@ -222476,7 +222407,7 @@ [ "render.set_color_mask", { - "_index": 8569, + "_index": 8566, "data": { "ref/stable/render": {} }, @@ -222486,7 +222417,7 @@ [ "render.set_compute", { - "_index": 5285, + "_index": 5282, "data": { "manuals/compute": {}, "ref/stable/render": {} @@ -222497,7 +222428,7 @@ [ "render.set_constant", { - "_index": 5334, + "_index": 5331, "data": { "manuals/compute": {} }, @@ -222507,7 +222438,7 @@ [ "render.set_cull_face", { - "_index": 8574, + "_index": 8571, "data": { "ref/stable/render": {} }, @@ -222517,7 +222448,7 @@ [ "render.set_depth_func", { - "_index": 8579, + "_index": 8576, "data": { "ref/stable/render": {} }, @@ -222539,7 +222470,7 @@ [ "render.set_listener", { - "_index": 8583, + "_index": 8580, "data": { "ref/stable/render": {} }, @@ -222549,7 +222480,7 @@ [ "render.set_polygon_offset", { - "_index": 8590, + "_index": 8587, "data": { "ref/stable/render": {} }, @@ -222582,7 +222513,7 @@ [ "render.set_render_target_size", { - "_index": 8603, + "_index": 8600, "data": { "ref/stable/render": {} }, @@ -222592,7 +222523,7 @@ [ "render.set_stencil_func", { - "_index": 8605, + "_index": 8602, "data": { "ref/stable/render": {} }, @@ -222613,7 +222544,7 @@ [ "render.set_stencil_op", { - "_index": 8617, + "_index": 8614, "data": { "ref/stable/render": {} }, @@ -222686,7 +222617,7 @@ [ "render.texture_bit", { - "_index": 8519, + "_index": 8516, "data": { "ref/stable/render": {} }, @@ -222696,7 +222627,7 @@ [ "render_order_world", { - "_index": 10952, + "_index": 10949, "data": { "ref/stable/dmRender": {} }, @@ -222717,7 +222648,7 @@ [ "render_target", { - "_index": 8481, + "_index": 8478, "data": { "ref/stable/render": {}, "ref/stable/resource": {} @@ -222728,7 +222659,7 @@ [ "render_target_default", { - "_index": 8521, + "_index": 8518, "data": { "ref/stable/render": {} }, @@ -222738,7 +222669,7 @@ [ "renderable", { - "_index": 8489, + "_index": 8486, "data": { "ref/stable/dmRender": {}, "ref/stable/render": {} @@ -222749,7 +222680,7 @@ [ "rendercontext", { - "_index": 6820, + "_index": 6817, "data": { "ref/stable/dmGraphics": {} }, @@ -222837,7 +222768,7 @@ [ "renderlistalloc", { - "_index": 10941, + "_index": 10938, "data": { "ref/stable/dmRender": {} }, @@ -222847,7 +222778,7 @@ [ "renderlistdispatchfn", { - "_index": 10943, + "_index": 10940, "data": { "ref/stable/dmRender": {} }, @@ -222857,7 +222788,7 @@ [ "renderlistdispatchparams", { - "_index": 10945, + "_index": 10942, "data": { "ref/stable/dmRender": {} }, @@ -222867,7 +222798,7 @@ [ "renderlistentry", { - "_index": 10950, + "_index": 10947, "data": { "ref/stable/dmRender": {} }, @@ -222877,7 +222808,7 @@ [ "renderlistmakedispatch", { - "_index": 10946, + "_index": 10943, "data": { "ref/stable/dmRender": {} }, @@ -222887,7 +222818,7 @@ [ "renderlistoperation", { - "_index": 10960, + "_index": 10957, "data": { "ref/stable/dmRender": {} }, @@ -222897,7 +222828,7 @@ [ "renderlistsubmit", { - "_index": 10961, + "_index": 10958, "data": { "ref/stable/dmRender": {} }, @@ -222907,7 +222838,7 @@ [ "renderlistvisibilityparams", { - "_index": 10962, + "_index": 10959, "data": { "ref/stable/dmRender": {} }, @@ -222917,7 +222848,7 @@ [ "renderobject", { - "_index": 10915, + "_index": 10912, "data": { "ref/stable/dmRender": {} }, @@ -222927,7 +222858,7 @@ [ "renderorder", { - "_index": 10964, + "_index": 10961, "data": { "ref/stable/dmRender": {} }, @@ -222950,7 +222881,7 @@ [ "rendertarget", { - "_index": 6855, + "_index": 6852, "data": { "ref/stable/dmGraphics": {} }, @@ -222960,7 +222891,7 @@ [ "rendertargetattachment", { - "_index": 6887, + "_index": 6884, "data": { "ref/stable/dmGraphics": {} }, @@ -222970,7 +222901,7 @@ [ "rending", { - "_index": 8587, + "_index": 8584, "data": { "ref/stable/render": {} }, @@ -222980,7 +222911,7 @@ [ "rendy", { - "_index": 6334, + "_index": 6331, "data": { "assets/defold-rendy": {} }, @@ -222990,7 +222921,7 @@ [ "renforcement", { - "_index": 6375, + "_index": 6372, "data": { "assets/geneticalneuralnetwork": {} }, @@ -223010,7 +222941,7 @@ [ "rep", { - "_index": 7182, + "_index": 7179, "data": { "ref/stable/string": {} }, @@ -223030,7 +222961,7 @@ [ "repeat", { - "_index": 7367, + "_index": 7364, "data": { "ref/stable/timer": {} }, @@ -223068,7 +222999,7 @@ [ "repeating", { - "_index": 7378, + "_index": 7375, "data": { "ref/stable/timer": {} }, @@ -223088,7 +223019,7 @@ [ "repl", { - "_index": 7149, + "_index": 7146, "data": { "ref/stable/string": {} }, @@ -223138,7 +223069,7 @@ [ "replacement", { - "_index": 7148, + "_index": 7145, "data": { "ref/stable/string": {} }, @@ -223190,7 +223121,7 @@ [ "replicates", { - "_index": 8634, + "_index": 8631, "data": { "ref/stable/bit": {} }, @@ -223230,7 +223161,7 @@ [ "report_progress", { - "_index": 10240, + "_index": 10237, "data": { "ref/stable/http": {} }, @@ -223240,7 +223171,7 @@ [ "reported", { - "_index": 7523, + "_index": 7520, "data": { "ref/stable/crash": {}, "ref/stable/physics": {}, @@ -223348,7 +223279,7 @@ [ "representable", { - "_index": 8622, + "_index": 8619, "data": { "ref/stable/render": {} }, @@ -223439,7 +223370,7 @@ [ "reproduce", { - "_index": 4936, + "_index": 4933, "data": { "manuals/getting-help": {} }, @@ -223476,7 +223407,7 @@ [ "request_id", { - "_index": 5691, + "_index": 5688, "data": { "manuals/physics-events": {}, "ref/stable/sys": {} @@ -223487,7 +223418,7 @@ [ "request_status_error_io_error", { - "_index": 9699, + "_index": 9696, "data": { "ref/stable/sys": {} }, @@ -223497,7 +223428,7 @@ [ "request_status_error_not_found", { - "_index": 9702, + "_index": 9699, "data": { "ref/stable/sys": {} }, @@ -223507,7 +223438,7 @@ [ "request_status_finished", { - "_index": 9704, + "_index": 9701, "data": { "ref/stable/sys": {} }, @@ -223534,7 +223465,7 @@ [ "requesting", { - "_index": 10206, + "_index": 10203, "data": { "ref/stable/html5": {} }, @@ -223544,7 +223475,7 @@ [ "requests", { - "_index": 5251, + "_index": 5248, "data": { "manuals/networking": {}, "ref/stable/http": {}, @@ -223614,7 +223545,7 @@ [ "requirement", { - "_index": 5489, + "_index": 5486, "data": { "manuals/editor-scripts": {} }, @@ -223700,7 +223631,7 @@ [ "resemble", { - "_index": 5138, + "_index": 5135, "data": { "manuals/flash": {} }, @@ -223710,7 +223641,7 @@ [ "reserved", { - "_index": 10680, + "_index": 10677, "data": { "ref/stable/dmBuffer": {} }, @@ -223744,7 +223675,7 @@ [ "reset_constant", { - "_index": 10253, + "_index": 10250, "data": { "ref/stable/particlefx": {} }, @@ -223754,7 +223685,7 @@ [ "reset_keyboard", { - "_index": 7859, + "_index": 7856, "data": { "ref/stable/gui": {} }, @@ -223764,7 +223695,7 @@ [ "reset_mass_data", { - "_index": 10166, + "_index": 10163, "data": { "ref/stable/b2d.body": {} }, @@ -223774,7 +223705,7 @@ [ "reset_material", { - "_index": 7861, + "_index": 7858, "data": { "ref/stable/gui": {} }, @@ -223784,7 +223715,7 @@ [ "reset_nodes", { - "_index": 7863, + "_index": 7860, "data": { "ref/stable/gui": {} }, @@ -223794,7 +223725,7 @@ [ "resets", { - "_index": 7340, + "_index": 7337, "data": { "ref/stable/b2d.body": {}, "ref/stable/dmMessage": {}, @@ -223809,7 +223740,7 @@ [ "resetscale", { - "_index": 9856, + "_index": 9853, "data": { "ref/stable/dmTransform": {} }, @@ -223830,7 +223761,7 @@ [ "reseturl", { - "_index": 7339, + "_index": 7336, "data": { "ref/stable/dmMessage": {} }, @@ -223851,7 +223782,7 @@ [ "resident", { - "_index": 10272, + "_index": 10269, "data": { "ref/stable/profiler": {} }, @@ -223861,7 +223792,7 @@ [ "resident/working", { - "_index": 10269, + "_index": 10266, "data": { "ref/stable/profiler": {} }, @@ -223902,7 +223833,7 @@ [ "resizing", { - "_index": 5520, + "_index": 5517, "data": { "assets/derez": {}, "manuals/physics-shapes": {} @@ -223942,7 +223873,7 @@ [ "resolvable", { - "_index": 8597, + "_index": 8594, "data": { "ref/stable/render": {} }, @@ -223974,7 +223905,6 @@ "_index": 3423, "data": { "manuals/addressing": {}, - "manuals/gui-template": {}, "manuals/iac": {}, "manuals/version-control": {}, "ref/stable/dmScript": {}, @@ -223986,7 +223916,7 @@ [ "resolvepointers", { - "_index": 9093, + "_index": 9090, "data": { "ref/stable/dmDDF": {} }, @@ -223996,7 +223926,7 @@ [ "resolver", { - "_index": 10498, + "_index": 10495, "data": { "ref/stable/socket": {} }, @@ -224092,7 +224022,7 @@ [ "resource\"extensions", { - "_index": 9016, + "_index": 9013, "data": { "ref/stable/editor": {} }, @@ -224102,7 +224032,7 @@ [ "resource's", { - "_index": 5717, + "_index": 5714, "data": { "manuals/resource": {} }, @@ -224124,7 +224054,7 @@ [ "resource.buffer", { - "_index": 10369, + "_index": 10366, "data": { "ref/stable/resource": {} }, @@ -224134,7 +224064,7 @@ [ "resource.buffer_type_color0", { - "_index": 10425, + "_index": 10422, "data": { "ref/stable/resource": {} }, @@ -224144,7 +224074,7 @@ [ "resource.buffer_type_color1", { - "_index": 10426, + "_index": 10423, "data": { "ref/stable/resource": {} }, @@ -224154,7 +224084,7 @@ [ "resource.buffer_type_color2", { - "_index": 10427, + "_index": 10424, "data": { "ref/stable/resource": {} }, @@ -224164,7 +224094,7 @@ [ "resource.buffer_type_color3", { - "_index": 10428, + "_index": 10425, "data": { "ref/stable/resource": {} }, @@ -224174,7 +224104,7 @@ [ "resource.buffer_type_depth", { - "_index": 10429, + "_index": 10426, "data": { "ref/stable/resource": {} }, @@ -224184,7 +224114,7 @@ [ "resource.buffer_type_stencil", { - "_index": 10430, + "_index": 10427, "data": { "ref/stable/resource": {} }, @@ -224205,7 +224135,7 @@ [ "resource.create_buffer", { - "_index": 10399, + "_index": 10396, "data": { "ref/stable/resource": {} }, @@ -224228,7 +224158,7 @@ [ "resource.create_texture_async", { - "_index": 10415, + "_index": 10412, "data": { "ref/stable/resource": {} }, @@ -224250,7 +224180,7 @@ [ "resource.get_atlas", { - "_index": 10418, + "_index": 10415, "data": { "ref/stable/resource": {} }, @@ -224260,7 +224190,7 @@ [ "resource.get_buffer", { - "_index": 10420, + "_index": 10417, "data": { "ref/stable/resource": {} }, @@ -224270,7 +224200,7 @@ [ "resource.get_render_target_info", { - "_index": 10422, + "_index": 10419, "data": { "ref/stable/resource": {} }, @@ -224280,7 +224210,7 @@ [ "resource.get_text_metrics", { - "_index": 10431, + "_index": 10428, "data": { "ref/stable/resource": {} }, @@ -224302,7 +224232,7 @@ [ "resource.load", { - "_index": 10437, + "_index": 10434, "data": { "ref/stable/resource": {} }, @@ -224323,7 +224253,7 @@ [ "resource.release", { - "_index": 10438, + "_index": 10435, "data": { "ref/stable/resource": {} }, @@ -224333,7 +224263,7 @@ [ "resource.render_target", { - "_index": 10439, + "_index": 10436, "data": { "ref/stable/resource": {} }, @@ -224343,7 +224273,7 @@ [ "resource.request_status_error_io_error", { - "_index": 9683, + "_index": 9680, "data": { "ref/stable/sys": {} }, @@ -224353,7 +224283,7 @@ [ "resource.request_status_error_not_found", { - "_index": 9684, + "_index": 9681, "data": { "ref/stable/sys": {} }, @@ -224363,7 +224293,7 @@ [ "resource.request_status_finished", { - "_index": 9682, + "_index": 9679, "data": { "ref/stable/sys": {} }, @@ -224373,7 +224303,7 @@ [ "resource.set", { - "_index": 10440, + "_index": 10437, "data": { "ref/stable/resource": {} }, @@ -224383,7 +224313,7 @@ [ "resource.set_atlas", { - "_index": 10371, + "_index": 10368, "data": { "ref/stable/resource": {} }, @@ -224393,7 +224323,7 @@ [ "resource.set_buffer", { - "_index": 10443, + "_index": 10440, "data": { "ref/stable/resource": {} }, @@ -224414,7 +224344,7 @@ [ "resource.set_texture", { - "_index": 10408, + "_index": 10405, "data": { "ref/stable/resource": {} }, @@ -224424,7 +224354,7 @@ [ "resource.texture", { - "_index": 5329, + "_index": 5326, "data": { "manuals/compute": {}, "ref/stable/resource": {} @@ -224445,7 +224375,7 @@ [ "resource.texture_format_rgba32f", { - "_index": 5301, + "_index": 5298, "data": { "manuals/compute": {} }, @@ -224465,7 +224395,7 @@ [ "resource.texture_type_image_2d", { - "_index": 5300, + "_index": 5297, "data": { "manuals/compute": {} }, @@ -224475,7 +224405,7 @@ [ "resource.texture_usage_flag_sample", { - "_index": 5303, + "_index": 5300, "data": { "manuals/compute": {} }, @@ -224485,7 +224415,7 @@ [ "resource.texture_usage_flag_storage", { - "_index": 5302, + "_index": 5299, "data": { "manuals/compute": {} }, @@ -224495,7 +224425,7 @@ [ "resource.tile_source", { - "_index": 10449, + "_index": 10446, "data": { "ref/stable/resource": {} }, @@ -224505,7 +224435,7 @@ [ "resource_attributes", { - "_index": 8876, + "_index": 8873, "data": { "ref/stable/editor": {} }, @@ -224526,7 +224456,7 @@ [ "resource_path", { - "_index": 5383, + "_index": 5380, "data": { "manuals/editor-scripts": {} }, @@ -224536,7 +224466,7 @@ [ "resourceaddfile", { - "_index": 8450, + "_index": 8447, "data": { "ref/stable/dmResource": {} }, @@ -224546,7 +224476,7 @@ [ "resourcecreate", { - "_index": 8452, + "_index": 8449, "data": { "ref/stable/dmResource": {} }, @@ -224556,7 +224486,7 @@ [ "resourcecreateparams", { - "_index": 8451, + "_index": 8448, "data": { "ref/stable/dmResource": {} }, @@ -224566,7 +224496,7 @@ [ "resourcedestroy", { - "_index": 8454, + "_index": 8451, "data": { "ref/stable/dmResource": {} }, @@ -224576,7 +224506,7 @@ [ "resourcedestroyparams", { - "_index": 8453, + "_index": 8450, "data": { "ref/stable/dmResource": {} }, @@ -224586,7 +224516,7 @@ [ "resourceget", { - "_index": 8455, + "_index": 8452, "data": { "ref/stable/dmResource": {} }, @@ -224596,7 +224526,7 @@ [ "resourcegetbyhash", { - "_index": 8456, + "_index": 8453, "data": { "ref/stable/dmResource": {} }, @@ -224606,7 +224536,7 @@ [ "resourcegetpath", { - "_index": 8457, + "_index": 8454, "data": { "ref/stable/dmResource": {} }, @@ -224616,7 +224546,7 @@ [ "resourcegetraw", { - "_index": 8458, + "_index": 8455, "data": { "ref/stable/dmResource": {} }, @@ -224626,7 +224556,7 @@ [ "resourcepostcreate", { - "_index": 8460, + "_index": 8457, "data": { "ref/stable/dmResource": {} }, @@ -224636,7 +224566,7 @@ [ "resourcepostcreateparams", { - "_index": 8459, + "_index": 8456, "data": { "ref/stable/dmResource": {} }, @@ -224646,7 +224576,7 @@ [ "resourcepreload", { - "_index": 8463, + "_index": 8460, "data": { "ref/stable/dmResource": {} }, @@ -224656,7 +224586,7 @@ [ "resourcepreloadhint", { - "_index": 8461, + "_index": 8458, "data": { "ref/stable/dmResource": {} }, @@ -224666,7 +224596,7 @@ [ "resourcepreloadparams", { - "_index": 8462, + "_index": 8459, "data": { "ref/stable/dmResource": {} }, @@ -224676,7 +224606,7 @@ [ "resourcerecreate", { - "_index": 8465, + "_index": 8462, "data": { "ref/stable/dmResource": {} }, @@ -224686,7 +224616,7 @@ [ "resourcerecreateparams", { - "_index": 8464, + "_index": 8461, "data": { "ref/stable/dmResource": {} }, @@ -224696,7 +224626,7 @@ [ "resourceregisterdecryptionfunction", { - "_index": 8466, + "_index": 8463, "data": { "ref/stable/dmResource": {} }, @@ -224706,7 +224636,7 @@ [ "resourceregistertypecreatordesc", { - "_index": 8474, + "_index": 8471, "data": { "ref/stable/dmResource": {} }, @@ -224716,7 +224646,7 @@ [ "resourcerelease", { - "_index": 8467, + "_index": 8464, "data": { "ref/stable/dmResource": {} }, @@ -224726,7 +224656,7 @@ [ "resourcereloaded", { - "_index": 8469, + "_index": 8466, "data": { "ref/stable/dmResource": {} }, @@ -224736,7 +224666,7 @@ [ "resourcereloadedparams", { - "_index": 8468, + "_index": 8465, "data": { "ref/stable/dmResource": {} }, @@ -224746,7 +224676,7 @@ [ "resourceremovefile", { - "_index": 8470, + "_index": 8467, "data": { "ref/stable/dmResource": {} }, @@ -224756,7 +224686,7 @@ [ "resourceresult", { - "_index": 8417, + "_index": 8414, "data": { "ref/stable/dmResource": {} }, @@ -224814,7 +224744,7 @@ [ "resources/memory", { - "_index": 7323, + "_index": 7320, "data": { "ref/stable/dmMessage": {} }, @@ -224824,7 +224754,7 @@ [ "resourcetypecreatordescbuffersize", { - "_index": 8471, + "_index": 8468, "data": { "ref/stable/dmResource": {} }, @@ -224898,7 +224828,7 @@ [ "responds", { - "_index": 6199, + "_index": 6196, "data": { "examples/render/orbit_camera": {} }, @@ -224941,7 +224871,7 @@ [ "responses", { - "_index": 5675, + "_index": 5672, "data": { "manuals/physics-events": {} }, @@ -224973,7 +224903,7 @@ [ "responsive", { - "_index": 6197, + "_index": 6194, "data": { "examples/render/orbit_camera": {} }, @@ -224983,7 +224913,7 @@ [ "responsiveness", { - "_index": 5479, + "_index": 5476, "data": { "manuals/editor-scripts": {} }, @@ -225094,7 +225024,7 @@ [ "restrictions", { - "_index": 4729, + "_index": 4726, "data": { "manuals/editor-scripts": {}, "manuals/extensions": {}, @@ -225107,7 +225037,7 @@ [ "restricts", { - "_index": 5782, + "_index": 5779, "data": { "manuals/physics-joints": {}, "ref/stable/editor": {}, @@ -225200,7 +225130,7 @@ [ "result_already_loaded", { - "_index": 7984, + "_index": 7981, "data": { "ref/stable/collectionproxy": {} }, @@ -225210,7 +225140,7 @@ [ "result_data_error", { - "_index": 7865, + "_index": 7862, "data": { "ref/stable/gui": {} }, @@ -225220,7 +225150,7 @@ [ "result_inval", { - "_index": 7361, + "_index": 7358, "data": { "ref/stable/dmMemory": {} }, @@ -225230,7 +225160,7 @@ [ "result_loading", { - "_index": 7986, + "_index": 7983, "data": { "ref/stable/collectionproxy": {} }, @@ -225240,7 +225170,7 @@ [ "result_malformed_url", { - "_index": 7338, + "_index": 7335, "data": { "ref/stable/dmMessage": {} }, @@ -225250,7 +225180,7 @@ [ "result_nomem", { - "_index": 7362, + "_index": 7359, "data": { "ref/stable/dmMemory": {} }, @@ -225260,7 +225190,7 @@ [ "result_not_excluded", { - "_index": 7988, + "_index": 7985, "data": { "ref/stable/collectionproxy": {} }, @@ -225270,7 +225200,7 @@ [ "result_ok", { - "_index": 7337, + "_index": 7334, "data": { "ref/stable/dmBuffer": {}, "ref/stable/dmGameObject": {}, @@ -225287,7 +225217,7 @@ [ "result_out_of_resources", { - "_index": 7867, + "_index": 7864, "data": { "ref/stable/gui": {} }, @@ -225297,7 +225227,7 @@ [ "result_texture_already_exists", { - "_index": 7869, + "_index": 7866, "data": { "ref/stable/gui": {} }, @@ -225307,7 +225237,7 @@ [ "resulted", { - "_index": 7466, + "_index": 7463, "data": { "ref/stable/physics": {} }, @@ -225360,7 +225290,7 @@ [ "resulttostring", { - "_index": 10058, + "_index": 10055, "data": { "ref/stable/dmSocket": {} }, @@ -225370,7 +225300,7 @@ [ "resume", { - "_index": 4723, + "_index": 4720, "data": { "manuals/collection-proxy": {}, "manuals/input": {}, @@ -225383,7 +225313,7 @@ [ "resume_rendering", { - "_index": 9584, + "_index": 9581, "data": { "ref/stable/sys": {} }, @@ -225393,7 +225323,7 @@ [ "resumed", { - "_index": 8751, + "_index": 8748, "data": { "ref/stable/coroutine": {} }, @@ -225403,7 +225333,7 @@ [ "resumenode", { - "_index": 5988, + "_index": 5985, "data": { "manuals/input": {} }, @@ -225413,7 +225343,7 @@ [ "resumes", { - "_index": 8753, + "_index": 8750, "data": { "ref/stable/coroutine": {} }, @@ -225423,7 +225353,7 @@ [ "reszip", { - "_index": 6247, + "_index": 6244, "data": { "assets/reszip": {} }, @@ -225433,7 +225363,7 @@ [ "ret1", { - "_index": 10617, + "_index": 10614, "data": { "ref/stable/socket": {} }, @@ -225443,7 +225373,7 @@ [ "retain", { - "_index": 6105, + "_index": 6102, "data": { "examples/gui/slice9": {} }, @@ -225453,7 +225383,7 @@ [ "retd+1", { - "_index": 10619, + "_index": 10616, "data": { "ref/stable/socket": {} }, @@ -225473,7 +225403,7 @@ [ "retn", { - "_index": 10618, + "_index": 10615, "data": { "ref/stable/socket": {} }, @@ -225520,7 +225450,7 @@ [ "retrieves", { - "_index": 7723, + "_index": 7720, "data": { "ref/stable/gui": {}, "ref/stable/socket": {}, @@ -225532,7 +225462,7 @@ [ "retrieving", { - "_index": 9150, + "_index": 9147, "data": { "ref/stable/dmGameObject": {} }, @@ -225652,7 +225582,7 @@ [ "returning", { - "_index": 5490, + "_index": 5487, "data": { "manuals/editor-scripts": {}, "ref/stable/go": {}, @@ -225725,7 +225655,7 @@ [ "retval", { - "_index": 9747, + "_index": 9744, "data": { "ref/stable/dmStringFunc": {} }, @@ -225760,7 +225690,7 @@ [ "reuseaddr", { - "_index": 10469, + "_index": 10466, "data": { "ref/stable/socket": {} }, @@ -225782,7 +225712,7 @@ [ "reuseport", { - "_index": 10506, + "_index": 10503, "data": { "ref/stable/socket": {} }, @@ -225792,7 +225722,7 @@ [ "reuses", { - "_index": 10709, + "_index": 10706, "data": { "ref/stable/base": {} }, @@ -225802,7 +225732,7 @@ [ "revealing", { - "_index": 6521, + "_index": 6518, "data": { "assets/adinfo": {} }, @@ -225838,7 +225768,7 @@ [ "reverse_s", { - "_index": 4768, + "_index": 4765, "data": { "manuals/extensions": {} }, @@ -225848,7 +225778,7 @@ [ "reversed", { - "_index": 7185, + "_index": 7182, "data": { "ref/stable/string": {} }, @@ -225858,7 +225788,7 @@ [ "reversing", { - "_index": 10208, + "_index": 10205, "data": { "ref/stable/dmHash": {} }, @@ -225906,7 +225836,7 @@ [ "reviews", { - "_index": 6367, + "_index": 6364, "data": { "assets/review": {}, "assets/rustore-review": {} @@ -225917,7 +225847,7 @@ [ "revolutions", { - "_index": 5799, + "_index": 5796, "data": { "manuals/physics-joints": {} }, @@ -225927,7 +225857,7 @@ [ "rewarded", { - "_index": 6362, + "_index": 6359, "data": { "assets/defvungle": {} }, @@ -225977,7 +225907,7 @@ [ "rgba32f", { - "_index": 5312, + "_index": 5309, "data": { "manuals/compute": {} }, @@ -225987,7 +225917,7 @@ [ "rgss", { - "_index": 6436, + "_index": 6433, "data": { "assets/sharpsprite": {} }, @@ -225997,7 +225927,7 @@ [ "rich", { - "_index": 6255, + "_index": 6252, "data": { "assets/define": {}, "assets/discordrich": {}, @@ -226010,7 +225940,7 @@ [ "richtext", { - "_index": 6254, + "_index": 6251, "data": { "assets/richtext": {} }, @@ -226030,7 +225960,7 @@ [ "rig", { - "_index": 5227, + "_index": 5224, "data": { "manuals/app-manifest": {} }, @@ -226147,7 +226077,7 @@ [ "risks", { - "_index": 10026, + "_index": 10023, "data": { "ref/stable/os": {} }, @@ -226209,7 +226139,7 @@ [ "roation", { - "_index": 7027, + "_index": 7024, "data": { "ref/stable/vmath": {} }, @@ -226219,7 +226149,7 @@ [ "roberto", { - "_index": 5186, + "_index": 5183, "data": { "assets/lpeg": {}, "manuals/lua": {} @@ -226230,7 +226160,7 @@ [ "roberto"", { - "_index": 7166, + "_index": 7163, "data": { "ref/stable/string": {} }, @@ -226240,7 +226170,7 @@ [ "rol", { - "_index": 8656, + "_index": 8653, "data": { "ref/stable/bit": {} }, @@ -226250,7 +226180,7 @@ [ "role", { - "_index": 4865, + "_index": 4862, "data": { "manuals/porting-guidelines": {} }, @@ -226305,7 +226235,7 @@ [ "root_position", { - "_index": 5913, + "_index": 5910, "data": { "manuals/gui-script": {} }, @@ -226315,7 +226245,7 @@ [ "root_position.x", { - "_index": 5914, + "_index": 5911, "data": { "manuals/gui-script": {} }, @@ -226325,7 +226255,7 @@ [ "rope", { - "_index": 5789, + "_index": 5786, "data": { "manuals/physics-joints": {}, "ref/stable/physics": {} @@ -226336,7 +226266,7 @@ [ "ror", { - "_index": 8658, + "_index": 8655, "data": { "ref/stable/bit": {} }, @@ -226368,7 +226298,7 @@ [ "rotate_180", { - "_index": 8078, + "_index": 8075, "data": { "ref/stable/tilemap": {} }, @@ -226378,7 +226308,7 @@ [ "rotate_270", { - "_index": 8080, + "_index": 8077, "data": { "ref/stable/tilemap": {} }, @@ -226388,7 +226318,7 @@ [ "rotate_90", { - "_index": 8083, + "_index": 8080, "data": { "ref/stable/tilemap": {} }, @@ -226417,7 +226347,7 @@ [ "rotates", { - "_index": 5576, + "_index": 5573, "data": { "manuals/editor": {} }, @@ -226427,7 +226357,7 @@ [ "rotating", { - "_index": 5533, + "_index": 5530, "data": { "assets/defarmy": {}, "manuals/editor": {}, @@ -226439,7 +226369,7 @@ [ "rotatiom", { - "_index": 9846, + "_index": 9843, "data": { "ref/stable/dmTransform": {} }, @@ -226495,7 +226425,7 @@ [ "rotation_speed", { - "_index": 6190, + "_index": 6187, "data": { "examples/render/orbit_camera": {} }, @@ -226505,7 +226435,7 @@ [ "rotational", { - "_index": 10121, + "_index": 10118, "data": { "ref/stable/b2d.body": {} }, @@ -226515,7 +226445,7 @@ [ "rotations", { - "_index": 7019, + "_index": 7016, "data": { "ref/stable/vmath": {} }, @@ -226535,7 +226465,7 @@ [ "rounded", { - "_index": 7101, + "_index": 7098, "data": { "ref/stable/vmath": {} }, @@ -226545,7 +226475,7 @@ [ "rounding", { - "_index": 9848, + "_index": 9845, "data": { "ref/stable/dmTransform": {} }, @@ -226555,7 +226485,7 @@ [ "rounds", { - "_index": 7268, + "_index": 7265, "data": { "ref/stable/math": {} }, @@ -226565,7 +226495,7 @@ [ "routing", { - "_index": 10532, + "_index": 10529, "data": { "ref/stable/socket": {} }, @@ -226586,7 +226516,7 @@ [ "row:grow", { - "_index": 8962, + "_index": 8959, "data": { "ref/stable/editor": {} }, @@ -226629,7 +226559,7 @@ [ "rs", { - "_index": 8552, + "_index": 8549, "data": { "ref/stable/render": {} }, @@ -226639,7 +226569,7 @@ [ "rs,gs,bs,as", { - "_index": 8526, + "_index": 8523, "data": { "ref/stable/render": {} }, @@ -226649,7 +226579,7 @@ [ "rs/kr,gs/kg,bs/kb,as/ka", { - "_index": 8542, + "_index": 8539, "data": { "ref/stable/render": {} }, @@ -226659,7 +226589,7 @@ [ "rsa", { - "_index": 6071, + "_index": 6068, "data": { "manuals/android": {} }, @@ -226669,7 +226599,7 @@ [ "rshift", { - "_index": 8660, + "_index": 8657, "data": { "ref/stable/bit": {} }, @@ -226679,7 +226609,7 @@ [ "rts", { - "_index": 6291, + "_index": 6288, "data": { "assets/warbattlesassetpack": {} }, @@ -226813,7 +226743,7 @@ [ "runner", { - "_index": 6692, + "_index": 6689, "data": { "assets/crowd-runner-defold": {}, "assets/endlessrunner": {} @@ -226951,7 +226881,7 @@ [ "rustore", { - "_index": 6365, + "_index": 6362, "data": { "assets/rustore-appupdate": {}, "assets/rustore-billing": {}, @@ -226997,7 +226927,7 @@ [ "s,1,j", { - "_index": 7189, + "_index": 7186, "data": { "ref/stable/string": {} }, @@ -227007,7 +226937,7 @@ [ "s1", { - "_index": 9734, + "_index": 9731, "data": { "ref/stable/dmStringFunc": {}, "ref/stable/dmTransform": {} @@ -227018,7 +226948,7 @@ [ "s2", { - "_index": 9735, + "_index": 9732, "data": { "ref/stable/dmStringFunc": {}, "ref/stable/dmTransform": {} @@ -227041,7 +226971,7 @@ [ "s[i", { - "_index": 7104, + "_index": 7101, "data": { "ref/stable/string": {} }, @@ -227051,7 +226981,7 @@ [ "s[i+1", { - "_index": 7105, + "_index": 7102, "data": { "ref/stable/string": {} }, @@ -227061,7 +226991,7 @@ [ "s[j", { - "_index": 7106, + "_index": 7103, "data": { "ref/stable/string": {} }, @@ -227071,7 +227001,7 @@ [ "sa", { - "_index": 8563, + "_index": 8560, "data": { "ref/stable/render": {} }, @@ -227081,7 +227011,7 @@ [ "safari", { - "_index": 5232, + "_index": 5229, "data": { "manuals/app-manifest": {} }, @@ -227091,7 +227021,7 @@ [ "safari/602.4.8", { - "_index": 9670, + "_index": 9667, "data": { "ref/stable/sys": {} }, @@ -227111,7 +227041,7 @@ [ "safe", { - "_index": 4876, + "_index": 4873, "data": { "assets/safearea": {}, "manuals/android": {}, @@ -227127,7 +227057,7 @@ [ "safearea", { - "_index": 6323, + "_index": 6320, "data": { "assets/safearea": {} }, @@ -227150,7 +227080,7 @@ [ "sales", { - "_index": 4833, + "_index": 4830, "data": { "manuals/porting-guidelines": {} }, @@ -227428,7 +227358,7 @@ [ "save_game", { - "_index": 4852, + "_index": 4849, "data": { "manuals/porting-guidelines": {} }, @@ -227454,7 +227384,7 @@ [ "savegame", { - "_index": 4855, + "_index": 4852, "data": { "manuals/porting-guidelines": {} }, @@ -227464,7 +227394,7 @@ [ "savemessagetoarray", { - "_index": 9096, + "_index": 9093, "data": { "ref/stable/dmDDF": {} }, @@ -227474,7 +227404,7 @@ [ "saver", { - "_index": 6578, + "_index": 6575, "data": { "assets/defold-saver": {} }, @@ -227484,7 +227414,7 @@ [ "saves", { - "_index": 4804, + "_index": 4801, "data": { "manuals/debugging-native-code": {}, "manuals/importing-assets": {}, @@ -227496,7 +227426,7 @@ [ "saving", { - "_index": 4849, + "_index": 4846, "data": { "assets/defold-persist": {}, "examples/file/sys_save_load": {}, @@ -227511,7 +227441,7 @@ [ "saw", { - "_index": 4772, + "_index": 4769, "data": { "manuals/extensions": {} }, @@ -227521,7 +227451,7 @@ [ "say", { - "_index": 9383, + "_index": 9380, "data": { "ref/stable/package": {} }, @@ -227531,7 +227461,7 @@ [ "says", { - "_index": 5662, + "_index": 5659, "data": { "manuals/dev-app": {} }, @@ -227541,7 +227471,7 @@ [ "sb", { - "_index": 8562, + "_index": 8559, "data": { "ref/stable/render": {} }, @@ -227551,7 +227481,7 @@ [ "scalar", { - "_index": 6997, + "_index": 6994, "data": { "ref/stable/editor": {}, "ref/stable/vmath": {} @@ -227613,7 +227543,7 @@ [ "scale.x", { - "_index": 5625, + "_index": 5622, "data": { "manuals/label": {} }, @@ -227623,7 +227553,7 @@ [ "scale_x", { - "_index": 5624, + "_index": 5621, "data": { "manuals/label": {} }, @@ -227694,7 +227624,7 @@ [ "sceen", { - "_index": 10261, + "_index": 10258, "data": { "ref/stable/profiler": {} }, @@ -227753,7 +227683,7 @@ [ "scene3d", { - "_index": 6393, + "_index": 6390, "data": { "assets/scene3d": {} }, @@ -227763,7 +227693,7 @@ [ "scenenode", { - "_index": 9338, + "_index": 9335, "data": { "ref/stable/dmGameObject": {} }, @@ -227773,7 +227703,7 @@ [ "scenenodeiterator", { - "_index": 9339, + "_index": 9336, "data": { "ref/stable/dmGameObject": {} }, @@ -227783,7 +227713,7 @@ [ "scenenodeproperty", { - "_index": 9341, + "_index": 9338, "data": { "ref/stable/dmGameObject": {} }, @@ -227793,7 +227723,7 @@ [ "scenenodepropertyiterator", { - "_index": 9349, + "_index": 9346, "data": { "ref/stable/dmGameObject": {} }, @@ -227803,7 +227733,7 @@ [ "scenenodepropertytype", { - "_index": 9350, + "_index": 9347, "data": { "ref/stable/dmGameObject": {} }, @@ -227813,7 +227743,7 @@ [ "scenes", { - "_index": 5159, + "_index": 5156, "data": { "manuals/application-lifecycle": {}, "manuals/flash": {}, @@ -227825,7 +227755,7 @@ [ "scheduled", { - "_index": 9918, + "_index": 9915, "data": { "ref/stable/go": {} }, @@ -227845,7 +227775,7 @@ [ "schema", { - "_index": 5458, + "_index": 5455, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -227856,7 +227786,7 @@ [ "schema>a", { - "_index": 8861, + "_index": 8858, "data": { "ref/stable/editor": {} }, @@ -227866,7 +227796,7 @@ [ "schema[]schemas", { - "_index": 8873, + "_index": 8870, "data": { "ref/stable/editor": {} }, @@ -227876,7 +227806,7 @@ [ "schemaarray", { - "_index": 8842, + "_index": 8839, "data": { "ref/stable/editor": {} }, @@ -227886,7 +227816,7 @@ [ "schemaset", { - "_index": 8869, + "_index": 8866, "data": { "ref/stable/editor": {} }, @@ -227896,7 +227826,7 @@ [ "schematable", { - "_index": 8866, + "_index": 8863, "data": { "ref/stable/editor": {} }, @@ -227916,7 +227846,7 @@ [ "schemaval", { - "_index": 8867, + "_index": 8864, "data": { "ref/stable/editor": {} }, @@ -227941,7 +227871,7 @@ [ "schemes", { - "_index": 9614, + "_index": 9611, "data": { "ref/stable/liveupdate": {}, "ref/stable/sys": {} @@ -227952,7 +227882,7 @@ [ "sci", { - "_index": 6290, + "_index": 6287, "data": { "assets/alienworld": {}, "assets/warbattlesassetpack": {} @@ -227963,7 +227893,7 @@ [ "sclae", { - "_index": 7048, + "_index": 7045, "data": { "ref/stable/vmath": {} }, @@ -227996,7 +227926,7 @@ [ "scope_begin", { - "_index": 10287, + "_index": 10284, "data": { "ref/stable/profiler": {} }, @@ -228006,7 +227936,7 @@ [ "scope_end", { - "_index": 10289, + "_index": 10286, "data": { "ref/stable/profiler": {} }, @@ -228016,7 +227946,7 @@ [ "scoped", { - "_index": 5460, + "_index": 5457, "data": { "manuals/editor-scripts": {} }, @@ -228080,7 +228010,7 @@ [ "scratch", { - "_index": 5903, + "_index": 5900, "data": { "assets/sidescrollertutorialfromscratch": {}, "manuals/gui-script": {} @@ -228139,7 +228069,7 @@ [ "screen_dx", { - "_index": 7970, + "_index": 7967, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -228150,7 +228080,7 @@ [ "screen_dy", { - "_index": 7971, + "_index": 7968, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -228161,7 +228091,7 @@ [ "screen_size", { - "_index": 6242, + "_index": 6239, "data": { "examples/material/screenspace": {} }, @@ -228171,7 +228101,7 @@ [ "screen_to_local", { - "_index": 7871, + "_index": 7868, "data": { "ref/stable/gui": {} }, @@ -228192,7 +228122,7 @@ [ "screen_x", { - "_index": 7966, + "_index": 7963, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -228203,7 +228133,7 @@ [ "screen_y", { - "_index": 7967, + "_index": 7964, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -228226,7 +228156,7 @@ [ "screenshot", { - "_index": 5053, + "_index": 5050, "data": { "assets/screenshot": {}, "manuals/flash": {} @@ -228237,7 +228167,7 @@ [ "screenshots", { - "_index": 4938, + "_index": 4935, "data": { "assets/screenshot": {}, "manuals/getting-help": {} @@ -228248,7 +228178,7 @@ [ "screenspace", { - "_index": 6240, + "_index": 6237, "data": { "examples/material/screenspace": {} }, @@ -228382,7 +228312,7 @@ [ "script_value", { - "_index": 5198, + "_index": 5195, "data": { "manuals/lua": {} }, @@ -228462,7 +228392,7 @@ [ "scripts/minify", { - "_index": 5397, + "_index": 5394, "data": { "manuals/editor-scripts": {} }, @@ -228500,7 +228430,7 @@ [ "scroller", { - "_index": 6536, + "_index": 6533, "data": { "assets/sidescrollertutorialfromscratch": {} }, @@ -228510,7 +228440,7 @@ [ "scrolling", { - "_index": 6604, + "_index": 6601, "data": { "assets/defold-typewriter": {} }, @@ -228561,7 +228491,7 @@ [ "seamless", { - "_index": 6400, + "_index": 6397, "data": { "assets/googleplaygameservices": {} }, @@ -228587,7 +228517,7 @@ [ "searcher", { - "_index": 9380, + "_index": 9377, "data": { "ref/stable/package": {} }, @@ -228597,7 +228527,7 @@ [ "searchers", { - "_index": 9381, + "_index": 9378, "data": { "ref/stable/package": {} }, @@ -228607,7 +228537,7 @@ [ "searches", { - "_index": 9405, + "_index": 9402, "data": { "ref/stable/base": {}, "ref/stable/package": {} @@ -228618,7 +228548,7 @@ [ "searching", { - "_index": 9415, + "_index": 9412, "data": { "ref/stable/package": {} }, @@ -228638,7 +228568,7 @@ [ "sec", { - "_index": 10002, + "_index": 9999, "data": { "ref/stable/os": {} }, @@ -228732,7 +228662,7 @@ [ "secret", { - "_index": 5048, + "_index": 5045, "data": { "manuals/live-update-aws": {} }, @@ -228770,7 +228700,7 @@ [ "section.key", { - "_index": 9108, + "_index": 9105, "data": { "ref/stable/dmConfigFile": {}, "ref/stable/engine": {}, @@ -228794,7 +228724,7 @@ [ "sector", { - "_index": 7708, + "_index": 7705, "data": { "ref/stable/gui": {} }, @@ -228819,7 +228749,7 @@ [ "secured", { - "_index": 9642, + "_index": 9639, "data": { "ref/stable/sys": {} }, @@ -228886,7 +228816,6 @@ "manuals/gui": {}, "manuals/gui-clipping": {}, "manuals/gui-particlefx": {}, - "manuals/gui-template": {}, "manuals/hot-reload": {}, "manuals/html5": {}, "manuals/importing-assets": {}, @@ -228942,7 +228871,7 @@ [ "seeall", { - "_index": 9422, + "_index": 9419, "data": { "ref/stable/package": {} }, @@ -228952,7 +228881,7 @@ [ "seed", { - "_index": 7300, + "_index": 7297, "data": { "ref/stable/math": {} }, @@ -228962,7 +228891,7 @@ [ "seeds", { - "_index": 6756, + "_index": 6753, "data": { "assets/splitmix64": {}, "ref/stable/math": {} @@ -228973,7 +228902,7 @@ [ "seek", { - "_index": 9460, + "_index": 9457, "data": { "ref/stable/io": {} }, @@ -229095,7 +229024,7 @@ [ "selectable", { - "_index": 9018, + "_index": 9015, "data": { "ref/stable/editor": {} }, @@ -229187,7 +229116,7 @@ [ "selectorclear", { - "_index": 10060, + "_index": 10057, "data": { "ref/stable/dmSocket": {} }, @@ -229197,7 +229126,7 @@ [ "selectorisset", { - "_index": 10063, + "_index": 10060, "data": { "ref/stable/dmSocket": {} }, @@ -229207,7 +229136,7 @@ [ "selectorkind", { - "_index": 10062, + "_index": 10059, "data": { "ref/stable/dmSocket": {} }, @@ -229217,7 +229146,7 @@ [ "selectorset", { - "_index": 10065, + "_index": 10062, "data": { "ref/stable/dmSocket": {} }, @@ -229227,7 +229156,7 @@ [ "selectorzero", { - "_index": 10067, + "_index": 10064, "data": { "ref/stable/dmSocket": {} }, @@ -229310,7 +229239,7 @@ [ "self.accelerating", { - "_index": 5794, + "_index": 5791, "data": { "manuals/physics-joints": {} }, @@ -229330,7 +229259,7 @@ [ "self.constants", { - "_index": 6044, + "_index": 6041, "data": { "manuals/material": {} }, @@ -229340,7 +229269,7 @@ [ "self.constants.tint", { - "_index": 6045, + "_index": 6042, "data": { "manuals/material": {} }, @@ -229390,7 +229319,7 @@ [ "self.foo", { - "_index": 5199, + "_index": 5196, "data": { "manuals/lua": {} }, @@ -229440,7 +229369,7 @@ [ "self.model_pred", { - "_index": 5934, + "_index": 5931, "data": { "manuals/model": {} }, @@ -229450,7 +229379,7 @@ [ "self.my_atlas", { - "_index": 5641, + "_index": 5638, "data": { "manuals/script-properties": {} }, @@ -229460,7 +229389,7 @@ [ "self.my_font", { - "_index": 5642, + "_index": 5639, "data": { "manuals/script-properties": {} }, @@ -229480,7 +229409,7 @@ [ "self.my_material", { - "_index": 5643, + "_index": 5640, "data": { "manuals/script-properties": {} }, @@ -229490,7 +229419,7 @@ [ "self.my_pred", { - "_index": 6046, + "_index": 6043, "data": { "manuals/material": {} }, @@ -229500,7 +229429,7 @@ [ "self.my_property", { - "_index": 5633, + "_index": 5630, "data": { "manuals/script-properties": {} }, @@ -229531,7 +229460,7 @@ [ "self.my_tile_source", { - "_index": 5644, + "_index": 5641, "data": { "manuals/script-properties": {} }, @@ -229671,7 +229600,7 @@ [ "self.storage_texture", { - "_index": 5290, + "_index": 5287, "data": { "manuals/compute": {} }, @@ -229681,7 +229610,7 @@ [ "self.texture_in", { - "_index": 5330, + "_index": 5327, "data": { "manuals/compute": {} }, @@ -229691,7 +229620,7 @@ [ "self.texture_out", { - "_index": 5332, + "_index": 5329, "data": { "manuals/compute": {} }, @@ -229711,7 +229640,7 @@ [ "self.value", { - "_index": 5744, + "_index": 5741, "data": { "manuals/modules": {} }, @@ -229752,7 +229681,7 @@ [ "semicolons", { - "_index": 5193, + "_index": 5190, "data": { "manuals/lua": {}, "ref/stable/package": {} @@ -229800,7 +229729,7 @@ [ "sendattribute", { - "_index": 10089, + "_index": 10086, "data": { "ref/stable/dmWebServer": {} }, @@ -229837,7 +229766,7 @@ [ "sender/receiver", { - "_index": 7318, + "_index": 7315, "data": { "ref/stable/dmMessage": {} }, @@ -229887,7 +229816,7 @@ [ "sendt", { - "_index": 10611, + "_index": 10608, "data": { "ref/stable/socket": {} }, @@ -229897,7 +229826,7 @@ [ "sendto", { - "_index": 10514, + "_index": 10511, "data": { "ref/stable/socket": {} }, @@ -229938,7 +229867,7 @@ [ "sensors", { - "_index": 4872, + "_index": 4869, "data": { "manuals/porting-guidelines": {} }, @@ -229988,7 +229917,7 @@ [ "sentinel", { - "_index": 6640, + "_index": 6637, "data": { "assets/sentinel": {} }, @@ -229998,7 +229927,7 @@ [ "sentry.io", { - "_index": 6642, + "_index": 6639, "data": { "assets/sentinel": {} }, @@ -230008,7 +229937,7 @@ [ "sep", { - "_index": 6940, + "_index": 6937, "data": { "ref/stable/table": {} }, @@ -230018,7 +229947,7 @@ [ "sep..table[j", { - "_index": 6939, + "_index": 6936, "data": { "ref/stable/table": {} }, @@ -230155,7 +230084,7 @@ [ "sequenced", { - "_index": 7592, + "_index": 7589, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -230179,7 +230108,7 @@ [ "sequential", { - "_index": 7634, + "_index": 7631, "data": { "ref/stable/gui": {}, "ref/stable/sound": {} @@ -230190,7 +230119,7 @@ [ "sequentially", { - "_index": 5498, + "_index": 5495, "data": { "manuals/editor-scripts": {} }, @@ -230220,7 +230149,7 @@ [ "serialize", { - "_index": 9710, + "_index": 9707, "data": { "ref/stable/dmScript": {}, "ref/stable/sys": {} @@ -230231,7 +230160,7 @@ [ "serialized", { - "_index": 9711, + "_index": 9708, "data": { "ref/stable/sys": {} }, @@ -230241,7 +230170,7 @@ [ "serializing", { - "_index": 9091, + "_index": 9088, "data": { "ref/stable/dmDDF": {} }, @@ -230266,7 +230195,7 @@ [ "serve", { - "_index": 5083, + "_index": 5080, "data": { "manuals/flash": {} }, @@ -230313,7 +230242,7 @@ [ "server's", { - "_index": 5447, + "_index": 5444, "data": { "manuals/editor-scripts": {} }, @@ -230353,7 +230282,7 @@ [ "server:accept", { - "_index": 10566, + "_index": 10563, "data": { "ref/stable/socket": {} }, @@ -230363,7 +230292,7 @@ [ "server:close", { - "_index": 10569, + "_index": 10566, "data": { "ref/stable/socket": {} }, @@ -230373,7 +230302,7 @@ [ "server:dirty", { - "_index": 10570, + "_index": 10567, "data": { "ref/stable/socket": {} }, @@ -230383,7 +230312,7 @@ [ "server:getfd", { - "_index": 10571, + "_index": 10568, "data": { "ref/stable/socket": {} }, @@ -230393,7 +230322,7 @@ [ "server:getoption", { - "_index": 10572, + "_index": 10569, "data": { "ref/stable/socket": {} }, @@ -230403,7 +230332,7 @@ [ "server:getsockname", { - "_index": 10574, + "_index": 10571, "data": { "ref/stable/socket": {} }, @@ -230413,7 +230342,7 @@ [ "server:getstats", { - "_index": 10575, + "_index": 10572, "data": { "ref/stable/socket": {} }, @@ -230423,7 +230352,7 @@ [ "server:setfd", { - "_index": 10576, + "_index": 10573, "data": { "ref/stable/socket": {} }, @@ -230433,7 +230362,7 @@ [ "server:setoption", { - "_index": 10573, + "_index": 10570, "data": { "ref/stable/socket": {} }, @@ -230443,7 +230372,7 @@ [ "server:setstats", { - "_index": 10577, + "_index": 10574, "data": { "ref/stable/socket": {} }, @@ -230453,7 +230382,7 @@ [ "server:settimeout", { - "_index": 10578, + "_index": 10575, "data": { "ref/stable/socket": {} }, @@ -230487,7 +230416,7 @@ [ "serves", { - "_index": 6696, + "_index": 6693, "data": { "assets/gamedistribution": {} }, @@ -230516,7 +230445,7 @@ [ "service_network_alias", { - "_index": 4799, + "_index": 4796, "data": { "manuals/extender-docker-images": {} }, @@ -230542,7 +230471,7 @@ [ "services.yml", { - "_index": 4789, + "_index": 4786, "data": { "manuals/extender-docker-images": {} }, @@ -230578,7 +230507,7 @@ [ "sessions", { - "_index": 8413, + "_index": 8410, "data": { "ref/stable/dmResource": {}, "ref/stable/liveupdate": {} @@ -230739,7 +230668,7 @@ [ "set_active", { - "_index": 10170, + "_index": 10167, "data": { "ref/stable/b2d.body": {} }, @@ -230749,7 +230678,7 @@ [ "set_adjust_mode", { - "_index": 7880, + "_index": 7877, "data": { "ref/stable/gui": {} }, @@ -230759,7 +230688,7 @@ [ "set_alpha", { - "_index": 7882, + "_index": 7879, "data": { "ref/stable/gui": {} }, @@ -230769,7 +230698,7 @@ [ "set_angular_damping", { - "_index": 10178, + "_index": 10175, "data": { "ref/stable/b2d.body": {} }, @@ -230779,7 +230708,7 @@ [ "set_angular_velocity", { - "_index": 10180, + "_index": 10177, "data": { "ref/stable/b2d.body": {} }, @@ -230789,7 +230718,7 @@ [ "set_aspect_ratio", { - "_index": 10348, + "_index": 10345, "data": { "ref/stable/camera": {} }, @@ -230799,7 +230728,7 @@ [ "set_atlas", { - "_index": 10441, + "_index": 10438, "data": { "ref/stable/resource": {} }, @@ -230809,7 +230738,7 @@ [ "set_awake", { - "_index": 10182, + "_index": 10179, "data": { "ref/stable/b2d.body": {} }, @@ -230819,7 +230748,7 @@ [ "set_backing_texture", { - "_index": 5305, + "_index": 5302, "data": { "manuals/compute": {} }, @@ -230829,7 +230758,7 @@ [ "set_blend_func", { - "_index": 8522, + "_index": 8519, "data": { "ref/stable/render": {} }, @@ -230839,7 +230768,7 @@ [ "set_blend_mode", { - "_index": 7884, + "_index": 7881, "data": { "ref/stable/gui": {} }, @@ -230849,7 +230778,7 @@ [ "set_buffer", { - "_index": 10444, + "_index": 10441, "data": { "ref/stable/resource": {} }, @@ -230859,7 +230788,7 @@ [ "set_bullet", { - "_index": 10184, + "_index": 10181, "data": { "ref/stable/b2d.body": {} }, @@ -230869,7 +230798,7 @@ [ "set_camera", { - "_index": 8567, + "_index": 8564, "data": { "ref/stable/camera": {}, "ref/stable/render": {} @@ -230880,7 +230809,7 @@ [ "set_clipping_inverted", { - "_index": 7886, + "_index": 7883, "data": { "ref/stable/gui": {} }, @@ -230890,7 +230819,7 @@ [ "set_clipping_mode", { - "_index": 7888, + "_index": 7885, "data": { "ref/stable/gui": {} }, @@ -230900,7 +230829,7 @@ [ "set_clipping_visible", { - "_index": 7890, + "_index": 7887, "data": { "ref/stable/gui": {} }, @@ -230910,7 +230839,7 @@ [ "set_collection", { - "_index": 7990, + "_index": 7987, "data": { "ref/stable/collectionproxy": {} }, @@ -230920,7 +230849,7 @@ [ "set_color", { - "_index": 7891, + "_index": 7888, "data": { "ref/stable/gui": {} }, @@ -230930,7 +230859,7 @@ [ "set_color_mask", { - "_index": 8570, + "_index": 8567, "data": { "ref/stable/render": {} }, @@ -230940,7 +230869,7 @@ [ "set_compute", { - "_index": 8573, + "_index": 8570, "data": { "ref/stable/render": {} }, @@ -230950,7 +230879,7 @@ [ "set_connectivity_host", { - "_index": 9713, + "_index": 9710, "data": { "ref/stable/sys": {} }, @@ -230960,7 +230889,7 @@ [ "set_constant", { - "_index": 10254, + "_index": 10251, "data": { "ref/stable/particlefx": {} }, @@ -230980,7 +230909,7 @@ [ "set_cull_face", { - "_index": 8575, + "_index": 8572, "data": { "ref/stable/render": {} }, @@ -230990,7 +230919,7 @@ [ "set_depth_func", { - "_index": 8580, + "_index": 8577, "data": { "ref/stable/render": {} }, @@ -231000,7 +230929,7 @@ [ "set_depth_mask", { - "_index": 8582, + "_index": 8579, "data": { "ref/stable/render": {} }, @@ -231010,7 +230939,7 @@ [ "set_dim_mode", { - "_index": 7216, + "_index": 7213, "data": { "ref/stable/window": {} }, @@ -231031,7 +230960,7 @@ [ "set_error_handler", { - "_index": 9716, + "_index": 9713, "data": { "ref/stable/sys": {} }, @@ -231041,7 +230970,7 @@ [ "set_euler", { - "_index": 7894, + "_index": 7891, "data": { "ref/stable/gui": {} }, @@ -231051,7 +230980,7 @@ [ "set_far_z", { - "_index": 10350, + "_index": 10347, "data": { "ref/stable/camera": {} }, @@ -231061,7 +230990,7 @@ [ "set_file_path", { - "_index": 8704, + "_index": 8701, "data": { "ref/stable/crash": {} }, @@ -231071,7 +231000,7 @@ [ "set_fill_angle", { - "_index": 7895, + "_index": 7892, "data": { "ref/stable/gui": {} }, @@ -231081,7 +231010,7 @@ [ "set_fixed_rotation", { - "_index": 10186, + "_index": 10183, "data": { "ref/stable/b2d.body": {} }, @@ -231091,7 +231020,7 @@ [ "set_flipbook_cursor", { - "_index": 7897, + "_index": 7894, "data": { "ref/stable/gui": {} }, @@ -231101,7 +231030,7 @@ [ "set_flipbook_playback_rate", { - "_index": 7899, + "_index": 7896, "data": { "ref/stable/gui": {} }, @@ -231111,7 +231040,7 @@ [ "set_font", { - "_index": 7901, + "_index": 7898, "data": { "ref/stable/gui": {} }, @@ -231121,7 +231050,7 @@ [ "set_fov", { - "_index": 10352, + "_index": 10349, "data": { "ref/stable/camera": {} }, @@ -231131,7 +231060,7 @@ [ "set_gain", { - "_index": 10757, + "_index": 10754, "data": { "ref/stable/sound": {} }, @@ -231141,7 +231070,7 @@ [ "set_gravity", { - "_index": 7527, + "_index": 7524, "data": { "ref/stable/physics": {} }, @@ -231151,7 +231080,7 @@ [ "set_gravity_scale", { - "_index": 10188, + "_index": 10185, "data": { "ref/stable/b2d.body": {} }, @@ -231161,7 +231090,7 @@ [ "set_group", { - "_index": 7529, + "_index": 7526, "data": { "ref/stable/physics": {} }, @@ -231171,7 +231100,7 @@ [ "set_group_gain", { - "_index": 10775, + "_index": 10772, "data": { "ref/stable/sound": {} }, @@ -231181,7 +231110,7 @@ [ "set_hflip", { - "_index": 6963, + "_index": 6960, "data": { "ref/stable/physics": {}, "ref/stable/sprite": {} @@ -231203,7 +231132,7 @@ [ "set_inherit_alpha", { - "_index": 7907, + "_index": 7904, "data": { "ref/stable/gui": {} }, @@ -231213,7 +231142,7 @@ [ "set_inner_radius", { - "_index": 7908, + "_index": 7905, "data": { "ref/stable/gui": {} }, @@ -231223,7 +231152,7 @@ [ "set_interaction_listener", { - "_index": 10202, + "_index": 10199, "data": { "ref/stable/html5": {} }, @@ -231233,7 +231162,7 @@ [ "set_joint_properties", { - "_index": 7532, + "_index": 7529, "data": { "ref/stable/physics": {} }, @@ -231243,7 +231172,7 @@ [ "set_layer", { - "_index": 7910, + "_index": 7907, "data": { "ref/stable/gui": {} }, @@ -231253,7 +231182,7 @@ [ "set_leading", { - "_index": 7912, + "_index": 7909, "data": { "ref/stable/gui": {} }, @@ -231263,7 +231192,7 @@ [ "set_line_break", { - "_index": 7914, + "_index": 7911, "data": { "ref/stable/gui": {} }, @@ -231273,7 +231202,7 @@ [ "set_linear_damping", { - "_index": 10190, + "_index": 10187, "data": { "ref/stable/b2d.body": {} }, @@ -231283,7 +231212,7 @@ [ "set_linear_velocity", { - "_index": 10192, + "_index": 10189, "data": { "ref/stable/b2d.body": {} }, @@ -231293,7 +231222,7 @@ [ "set_listener", { - "_index": 7218, + "_index": 7215, "data": { "ref/stable/physics": {}, "ref/stable/render": {}, @@ -231305,7 +231234,7 @@ [ "set_maskbit", { - "_index": 7535, + "_index": 7532, "data": { "ref/stable/physics": {} }, @@ -231315,7 +231244,7 @@ [ "set_material", { - "_index": 7916, + "_index": 7913, "data": { "ref/stable/gui": {} }, @@ -231325,7 +231254,7 @@ [ "set_mesh_enabled", { - "_index": 9830, + "_index": 9827, "data": { "ref/stable/model": {} }, @@ -231335,7 +231264,7 @@ [ "set_metadata", { - "_index": 8112, + "_index": 8109, "data": { "ref/stable/buffer": {} }, @@ -231345,7 +231274,7 @@ [ "set_mouse_lock", { - "_index": 7225, + "_index": 7222, "data": { "ref/stable/window": {} }, @@ -231365,7 +231294,7 @@ [ "set_near_z", { - "_index": 10354, + "_index": 10351, "data": { "ref/stable/camera": {} }, @@ -231375,7 +231304,7 @@ [ "set_orthographic_zoom", { - "_index": 10356, + "_index": 10353, "data": { "ref/stable/camera": {} }, @@ -231385,7 +231314,7 @@ [ "set_outer_bounds", { - "_index": 7917, + "_index": 7914, "data": { "ref/stable/gui": {} }, @@ -231395,7 +231324,7 @@ [ "set_outline", { - "_index": 7918, + "_index": 7915, "data": { "ref/stable/gui": {} }, @@ -231405,7 +231334,7 @@ [ "set_pan", { - "_index": 10777, + "_index": 10774, "data": { "ref/stable/sound": {} }, @@ -231415,7 +231344,7 @@ [ "set_parent", { - "_index": 6017, + "_index": 6014, "data": { "manuals/building-blocks": {}, "ref/stable/go": {}, @@ -231427,7 +231356,7 @@ [ "set_particlefx", { - "_index": 7922, + "_index": 7919, "data": { "ref/stable/gui": {} }, @@ -231447,7 +231376,7 @@ [ "set_perimeter_vertices", { - "_index": 7923, + "_index": 7920, "data": { "ref/stable/gui": {} }, @@ -231457,7 +231386,7 @@ [ "set_pivot", { - "_index": 7925, + "_index": 7922, "data": { "ref/stable/gui": {} }, @@ -231467,7 +231396,7 @@ [ "set_polygon_offset", { - "_index": 8591, + "_index": 8588, "data": { "ref/stable/render": {} }, @@ -231477,7 +231406,7 @@ [ "set_position", { - "_index": 7926, + "_index": 7923, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -231488,7 +231417,7 @@ [ "set_projection", { - "_index": 8598, + "_index": 8595, "data": { "ref/stable/render": {} }, @@ -231498,7 +231427,7 @@ [ "set_prototype", { - "_index": 7196, + "_index": 7193, "data": { "ref/stable/collectionfactory": {}, "ref/stable/factory": {} @@ -231509,7 +231438,7 @@ [ "set_render_order", { - "_index": 7928, + "_index": 7925, "data": { "ref/stable/gui": {} }, @@ -231519,7 +231448,7 @@ [ "set_render_target", { - "_index": 8599, + "_index": 8596, "data": { "ref/stable/render": {} }, @@ -231529,7 +231458,7 @@ [ "set_render_target_size", { - "_index": 8604, + "_index": 8601, "data": { "ref/stable/render": {} }, @@ -231539,7 +231468,7 @@ [ "set_rotation", { - "_index": 7930, + "_index": 7927, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -231550,7 +231479,7 @@ [ "set_scale", { - "_index": 7931, + "_index": 7928, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -231561,7 +231490,7 @@ [ "set_score", { - "_index": 5645, + "_index": 5642, "data": { "manuals/gui-text": {} }, @@ -231571,7 +231500,7 @@ [ "set_screen_position", { - "_index": 7933, + "_index": 7930, "data": { "ref/stable/gui": {} }, @@ -231581,7 +231510,7 @@ [ "set_shadow", { - "_index": 7934, + "_index": 7931, "data": { "ref/stable/gui": {} }, @@ -231591,7 +231520,7 @@ [ "set_shape", { - "_index": 7538, + "_index": 7535, "data": { "ref/stable/physics": {} }, @@ -231601,7 +231530,7 @@ [ "set_shape_data", { - "_index": 7541, + "_index": 7538, "data": { "ref/stable/physics": {} }, @@ -231611,7 +231540,7 @@ [ "set_size", { - "_index": 7935, + "_index": 7932, "data": { "ref/stable/gui": {} }, @@ -231621,7 +231550,7 @@ [ "set_size_mode", { - "_index": 7938, + "_index": 7935, "data": { "ref/stable/gui": {} }, @@ -231631,7 +231560,7 @@ [ "set_sleeping_allowed", { - "_index": 10194, + "_index": 10191, "data": { "ref/stable/b2d.body": {} }, @@ -231641,7 +231570,7 @@ [ "set_slice9", { - "_index": 7939, + "_index": 7936, "data": { "ref/stable/gui": {} }, @@ -231651,7 +231580,7 @@ [ "set_sound", { - "_index": 10447, + "_index": 10444, "data": { "ref/stable/resource": {} }, @@ -231661,7 +231590,7 @@ [ "set_state", { - "_index": 9055, + "_index": 9052, "data": { "ref/stable/editor": {} }, @@ -231671,7 +231600,7 @@ [ "set_stencil_func", { - "_index": 8606, + "_index": 8603, "data": { "ref/stable/render": {} }, @@ -231681,7 +231610,7 @@ [ "set_stencil_mask", { - "_index": 8616, + "_index": 8613, "data": { "ref/stable/render": {} }, @@ -231691,7 +231620,7 @@ [ "set_stencil_op", { - "_index": 8618, + "_index": 8615, "data": { "ref/stable/render": {} }, @@ -231701,7 +231630,7 @@ [ "set_text", { - "_index": 7940, + "_index": 7937, "data": { "ref/stable/gui": {}, "ref/stable/label": {} @@ -231724,7 +231653,7 @@ [ "set_texture_data", { - "_index": 7944, + "_index": 7941, "data": { "ref/stable/gui": {} }, @@ -231734,7 +231663,7 @@ [ "set_tile", { - "_index": 8084, + "_index": 8081, "data": { "ref/stable/tilemap": {} }, @@ -231744,7 +231673,7 @@ [ "set_time_step", { - "_index": 4722, + "_index": 4719, "data": { "examples/collection/timestep": {}, "manuals/collection-proxy": {}, @@ -231756,7 +231685,7 @@ [ "set_tracking", { - "_index": 7946, + "_index": 7943, "data": { "ref/stable/gui": {} }, @@ -231766,7 +231695,7 @@ [ "set_transform", { - "_index": 10196, + "_index": 10193, "data": { "ref/stable/b2d.body": {} }, @@ -231776,7 +231705,7 @@ [ "set_type", { - "_index": 10198, + "_index": 10195, "data": { "ref/stable/b2d.body": {} }, @@ -231786,7 +231715,7 @@ [ "set_ui_mode", { - "_index": 10290, + "_index": 10287, "data": { "ref/stable/profiler": {} }, @@ -231796,7 +231725,7 @@ [ "set_ui_view_mode", { - "_index": 10294, + "_index": 10291, "data": { "ref/stable/profiler": {} }, @@ -231806,7 +231735,7 @@ [ "set_ui_vsync_wait_visible", { - "_index": 10299, + "_index": 10296, "data": { "ref/stable/profiler": {} }, @@ -231816,7 +231745,7 @@ [ "set_update_frequency", { - "_index": 9585, + "_index": 9582, "data": { "ref/stable/sys": {} }, @@ -231836,7 +231765,7 @@ [ "set_user_field", { - "_index": 8707, + "_index": 8704, "data": { "ref/stable/crash": {} }, @@ -231856,7 +231785,7 @@ [ "set_vflip", { - "_index": 6964, + "_index": 6961, "data": { "ref/stable/physics": {}, "ref/stable/sprite": {} @@ -231867,7 +231796,7 @@ [ "set_view", { - "_index": 8630, + "_index": 8627, "data": { "ref/stable/render": {} }, @@ -231887,7 +231816,7 @@ [ "set_viewport", { - "_index": 8631, + "_index": 8628, "data": { "ref/stable/render": {} }, @@ -231897,7 +231826,7 @@ [ "set_visible", { - "_index": 7947, + "_index": 7944, "data": { "ref/stable/gui": {}, "ref/stable/tilemap": {} @@ -231908,7 +231837,7 @@ [ "set_vsync", { - "_index": 9589, + "_index": 9586, "data": { "ref/stable/sys": {} }, @@ -231918,7 +231847,7 @@ [ "set_vsync_swap_interval", { - "_index": 9719, + "_index": 9716, "data": { "ref/stable/sys": {} }, @@ -231928,7 +231857,7 @@ [ "set_xanchor", { - "_index": 7949, + "_index": 7946, "data": { "ref/stable/gui": {} }, @@ -231938,7 +231867,7 @@ [ "set_yanchor", { - "_index": 7951, + "_index": 7948, "data": { "ref/stable/gui": {} }, @@ -231948,7 +231877,7 @@ [ "setblocking", { - "_index": 10069, + "_index": 10066, "data": { "ref/stable/dmSocket": {} }, @@ -231958,7 +231887,7 @@ [ "setbone", { - "_index": 9351, + "_index": 9348, "data": { "ref/stable/dmGameObject": {} }, @@ -231968,7 +231897,7 @@ [ "setbonetransforms", { - "_index": 9352, + "_index": 9349, "data": { "ref/stable/dmGameObject": {} }, @@ -231978,7 +231907,7 @@ [ "setbroadcast", { - "_index": 10070, + "_index": 10067, "data": { "ref/stable/dmSocket": {} }, @@ -231988,7 +231917,7 @@ [ "setcapacity", { - "_index": 7448, + "_index": 7445, "data": { "ref/stable/dmArray": {} }, @@ -231998,7 +231927,7 @@ [ "setconstantlocation", { - "_index": 10965, + "_index": 10962, "data": { "ref/stable/dmRender": {} }, @@ -232008,7 +231937,7 @@ [ "setconstanttype", { - "_index": 10966, + "_index": 10963, "data": { "ref/stable/dmRender": {} }, @@ -232018,7 +231947,7 @@ [ "setconstantvalues", { - "_index": 10967, + "_index": 10964, "data": { "ref/stable/dmRender": {} }, @@ -232028,7 +231957,7 @@ [ "setfenv", { - "_index": 9572, + "_index": 9569, "data": { "ref/stable/base": {}, "ref/stable/debug": {} @@ -232039,7 +231968,7 @@ [ "setfragment", { - "_index": 7341, + "_index": 7338, "data": { "ref/stable/dmMessage": {} }, @@ -232049,7 +231978,7 @@ [ "setgamepadaxis", { - "_index": 9540, + "_index": 9537, "data": { "ref/stable/dmHid": {} }, @@ -232059,7 +231988,7 @@ [ "setgamepadbutton", { - "_index": 9541, + "_index": 9538, "data": { "ref/stable/dmHid": {} }, @@ -232069,7 +231998,7 @@ [ "sethook", { - "_index": 9573, + "_index": 9570, "data": { "ref/stable/debug": {} }, @@ -232079,7 +232008,7 @@ [ "setidentifier", { - "_index": 9354, + "_index": 9351, "data": { "ref/stable/dmGameObject": {} }, @@ -232089,7 +232018,7 @@ [ "setidentity", { - "_index": 9857, + "_index": 9854, "data": { "ref/stable/dmTransform": {} }, @@ -232099,7 +232028,7 @@ [ "setindexbufferdata", { - "_index": 6888, + "_index": 6885, "data": { "ref/stable/dmGraphics": {} }, @@ -232109,7 +232038,7 @@ [ "setindexbuffersubdata", { - "_index": 6889, + "_index": 6886, "data": { "ref/stable/dmGraphics": {} }, @@ -232119,7 +232048,7 @@ [ "setinstance", { - "_index": 10816, + "_index": 10813, "data": { "ref/stable/dmScript": {} }, @@ -232129,7 +232058,7 @@ [ "setkey", { - "_index": 9542, + "_index": 9539, "data": { "ref/stable/dmHid": {} }, @@ -232139,7 +232068,7 @@ [ "setlocal", { - "_index": 9576, + "_index": 9573, "data": { "ref/stable/debug": {} }, @@ -232149,7 +232078,7 @@ [ "setlocale", { - "_index": 10019, + "_index": 10016, "data": { "ref/stable/os": {} }, @@ -232159,7 +232088,7 @@ [ "setmassdata", { - "_index": 10168, + "_index": 10165, "data": { "ref/stable/b2d.body": {} }, @@ -232169,7 +232098,7 @@ [ "setmaterialconstant", { - "_index": 8044, + "_index": 8041, "data": { "ref/stable/dmGameSystem": {} }, @@ -232179,7 +232108,7 @@ [ "setmetadata", { - "_index": 10677, + "_index": 10674, "data": { "ref/stable/dmBuffer": {} }, @@ -232189,7 +232118,7 @@ [ "setmetatable", { - "_index": 5746, + "_index": 5743, "data": { "manuals/modules": {}, "ref/stable/base": {}, @@ -232201,7 +232130,7 @@ [ "setmousebutton", { - "_index": 9544, + "_index": 9541, "data": { "ref/stable/dmHid": {} }, @@ -232211,7 +232140,7 @@ [ "setmouseposition", { - "_index": 9545, + "_index": 9542, "data": { "ref/stable/dmHid": {} }, @@ -232221,7 +232150,7 @@ [ "setmousewheel", { - "_index": 9546, + "_index": 9543, "data": { "ref/stable/dmHid": {} }, @@ -232231,7 +232160,7 @@ [ "setnamedconstant", { - "_index": 10969, + "_index": 10966, "data": { "ref/stable/dmRender": {} }, @@ -232241,7 +232170,7 @@ [ "setnamedconstantatindex", { - "_index": 10972, + "_index": 10969, "data": { "ref/stable/dmRender": {} }, @@ -232251,7 +232180,7 @@ [ "setnamedconstants", { - "_index": 10973, + "_index": 10970, "data": { "ref/stable/dmRender": {} }, @@ -232261,7 +232190,7 @@ [ "setnodeadjustmode", { - "_index": 8160, + "_index": 8157, "data": { "ref/stable/dmGui": {} }, @@ -232271,7 +232200,7 @@ [ "setnodeid", { - "_index": 8161, + "_index": 8158, "data": { "ref/stable/dmGui": {} }, @@ -232281,7 +232210,7 @@ [ "setnodeisbone", { - "_index": 8162, + "_index": 8159, "data": { "ref/stable/dmGui": {} }, @@ -232291,7 +232220,7 @@ [ "setnodelay", { - "_index": 10072, + "_index": 10069, "data": { "ref/stable/dmSocket": {} }, @@ -232301,7 +232230,7 @@ [ "setnodeparent", { - "_index": 8164, + "_index": 8161, "data": { "ref/stable/dmGui": {} }, @@ -232311,7 +232240,7 @@ [ "setnodeproperty", { - "_index": 8167, + "_index": 8164, "data": { "ref/stable/dmGui": {} }, @@ -232321,7 +232250,7 @@ [ "setnodetexture", { - "_index": 8168, + "_index": 8165, "data": { "ref/stable/dmGui": {} }, @@ -232331,7 +232260,7 @@ [ "setoption", { - "_index": 10561, + "_index": 10558, "data": { "ref/stable/socket": {} }, @@ -232341,7 +232270,7 @@ [ "setpath", { - "_index": 7342, + "_index": 7339, "data": { "ref/stable/dmMessage": {} }, @@ -232351,7 +232280,7 @@ [ "setpause", { - "_index": 10691, + "_index": 10688, "data": { "ref/stable/base": {} }, @@ -232361,7 +232290,7 @@ [ "setpeername", { - "_index": 10627, + "_index": 10624, "data": { "ref/stable/socket": {} }, @@ -232371,7 +232300,7 @@ [ "setposition", { - "_index": 9355, + "_index": 9352, "data": { "ref/stable/dmGameObject": {} }, @@ -232381,7 +232310,7 @@ [ "setquickack", { - "_index": 10074, + "_index": 10071, "data": { "ref/stable/dmSocket": {} }, @@ -232391,7 +232320,7 @@ [ "setreceivetimeout", { - "_index": 8760, + "_index": 8757, "data": { "ref/stable/dmSSLSocket": {}, "ref/stable/dmSocket": {} @@ -232402,7 +232331,7 @@ [ "setrenderconstant", { - "_index": 8061, + "_index": 8058, "data": { "ref/stable/dmGameSystem": {} }, @@ -232412,7 +232341,7 @@ [ "setreuseaddress", { - "_index": 10077, + "_index": 10074, "data": { "ref/stable/dmSocket": {} }, @@ -232422,7 +232351,7 @@ [ "setrotation", { - "_index": 9356, + "_index": 9353, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmTransform": {} @@ -232479,7 +232408,7 @@ [ "setscale", { - "_index": 9357, + "_index": 9354, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmTransform": {} @@ -232490,7 +232419,7 @@ [ "setsendtimeout", { - "_index": 10079, + "_index": 10076, "data": { "ref/stable/dmSocket": {} }, @@ -232500,7 +232429,7 @@ [ "setsize", { - "_index": 7455, + "_index": 7452, "data": { "ref/stable/dmArray": {} }, @@ -232510,7 +232439,7 @@ [ "setsocket", { - "_index": 7343, + "_index": 7340, "data": { "ref/stable/dmMessage": {} }, @@ -232520,7 +232449,7 @@ [ "setsockname", { - "_index": 10513, + "_index": 10510, "data": { "ref/stable/socket": {} }, @@ -232530,7 +232459,7 @@ [ "setstatuscode", { - "_index": 10090, + "_index": 10087, "data": { "ref/stable/dmWebServer": {} }, @@ -232540,7 +232469,7 @@ [ "setstepmul", { - "_index": 10692, + "_index": 10689, "data": { "ref/stable/base": {} }, @@ -232560,7 +232489,7 @@ [ "setteres", { - "_index": 7873, + "_index": 7870, "data": { "ref/stable/gui": {} }, @@ -232570,7 +232499,7 @@ [ "setthreadname", { - "_index": 10322, + "_index": 10319, "data": { "ref/stable/dmThread": {} }, @@ -232580,7 +232509,7 @@ [ "settimeout", { - "_index": 10496, + "_index": 10493, "data": { "ref/stable/socket": {} }, @@ -232692,7 +232621,7 @@ [ "settlsvalue", { - "_index": 10324, + "_index": 10321, "data": { "ref/stable/dmThread": {} }, @@ -232702,7 +232631,7 @@ [ "settranslation", { - "_index": 9858, + "_index": 9855, "data": { "ref/stable/dmTransform": {} }, @@ -232712,7 +232641,7 @@ [ "setuniformscale", { - "_index": 9859, + "_index": 9856, "data": { "ref/stable/dmTransform": {} }, @@ -232765,7 +232694,7 @@ [ "setupcallback", { - "_index": 10870, + "_index": 10867, "data": { "ref/stable/dmScript": {} }, @@ -232775,7 +232704,7 @@ [ "setuptype", { - "_index": 8475, + "_index": 8472, "data": { "ref/stable/dmResource": {} }, @@ -232785,7 +232714,7 @@ [ "setupvalue", { - "_index": 9580, + "_index": 9577, "data": { "ref/stable/debug": {} }, @@ -232795,7 +232724,7 @@ [ "setvertexbufferdata", { - "_index": 6891, + "_index": 6888, "data": { "ref/stable/dmGraphics": {} }, @@ -232805,7 +232734,7 @@ [ "setvertexbuffersubdata", { - "_index": 6892, + "_index": 6889, "data": { "ref/stable/dmGraphics": {} }, @@ -232879,7 +232808,7 @@ [ "sfail", { - "_index": 8620, + "_index": 8617, "data": { "ref/stable/render": {} }, @@ -232889,7 +232818,7 @@ [ "sfmt", { - "_index": 6462, + "_index": 6459, "data": { "assets/sfmt": {} }, @@ -232899,7 +232828,7 @@ [ "sg", { - "_index": 8557, + "_index": 8554, "data": { "ref/stable/render": {} }, @@ -232936,7 +232865,7 @@ [ "sha256", { - "_index": 8196, + "_index": 8193, "data": { "ref/stable/dmCrypt": {} }, @@ -232946,7 +232875,7 @@ [ "sha512", { - "_index": 8199, + "_index": 8196, "data": { "ref/stable/dmCrypt": {} }, @@ -233149,7 +233078,7 @@ [ "shape/motion", { - "_index": 5089, + "_index": 5086, "data": { "manuals/flash": {} }, @@ -233159,7 +233088,7 @@ [ "shape_type_box", { - "_index": 7549, + "_index": 7546, "data": { "ref/stable/physics": {} }, @@ -233169,7 +233098,7 @@ [ "shape_type_capsule", { - "_index": 7550, + "_index": 7547, "data": { "ref/stable/physics": {} }, @@ -233179,7 +233108,7 @@ [ "shape_type_hull", { - "_index": 7551, + "_index": 7548, "data": { "ref/stable/physics": {} }, @@ -233189,7 +233118,7 @@ [ "shape_type_sphere", { - "_index": 7552, + "_index": 7549, "data": { "ref/stable/physics": {} }, @@ -233199,7 +233128,7 @@ [ "shapeflag", { - "_index": 5129, + "_index": 5126, "data": { "manuals/flash": {} }, @@ -233289,7 +233218,7 @@ [ "shared/en/android", { - "_index": 6079, + "_index": 6076, "data": { "manuals/android": {} }, @@ -233345,7 +233274,7 @@ [ "shared/en/components.md", { - "_index": 6006, + "_index": 6003, "data": { "manuals/building-blocks": {} }, @@ -233366,7 +233295,7 @@ [ "shared/en/editor", { - "_index": 5591, + "_index": 5588, "data": { "manuals/editor": {} }, @@ -233480,7 +233409,7 @@ [ "shared/en/windows", { - "_index": 4964, + "_index": 4961, "data": { "manuals/windows": {} }, @@ -233500,7 +233429,7 @@ [ "sharing", { - "_index": 4738, + "_index": 4735, "data": { "assets/share": {}, "manuals/extensions": {}, @@ -233512,7 +233441,7 @@ [ "sharp", { - "_index": 6435, + "_index": 6432, "data": { "assets/sharpsprite": {} }, @@ -233522,7 +233451,7 @@ [ "sharpen", { - "_index": 5259, + "_index": 5256, "data": { "manuals/compute": {} }, @@ -233532,7 +233461,7 @@ [ "sharpsprite", { - "_index": 6434, + "_index": 6431, "data": { "assets/sharpsprite": {} }, @@ -233542,7 +233471,7 @@ [ "shearing", { - "_index": 9862, + "_index": 9859, "data": { "ref/stable/dmTransform": {} }, @@ -233589,7 +233518,7 @@ [ "shells", { - "_index": 5405, + "_index": 5402, "data": { "manuals/editor-scripts": {} }, @@ -233655,7 +233584,7 @@ [ "shifted", { - "_index": 8636, + "_index": 8633, "data": { "ref/stable/bit": {} }, @@ -233675,7 +233604,7 @@ [ "shifting", { - "_index": 6942, + "_index": 6939, "data": { "ref/stable/table": {} }, @@ -233685,7 +233614,7 @@ [ "shifts", { - "_index": 8653, + "_index": 8650, "data": { "ref/stable/bit": {} }, @@ -233719,7 +233648,7 @@ [ "shoot", { - "_index": 6182, + "_index": 6179, "data": { "examples/factory/bullets": {} }, @@ -233729,7 +233658,7 @@ [ "shooters", { - "_index": 6629, + "_index": 6626, "data": { "assets/pp": {} }, @@ -233755,7 +233684,7 @@ [ "shortcut", { - "_index": 10554, + "_index": 10551, "data": { "ref/stable/socket": {} }, @@ -233786,7 +233715,7 @@ [ "shortest", { - "_index": 7408, + "_index": 7405, "data": { "ref/stable/dmVMath": {} }, @@ -233796,7 +233725,7 @@ [ "shorthand", { - "_index": 5066, + "_index": 5063, "data": { "manuals/flash": {} }, @@ -234006,7 +233935,7 @@ [ "show_external_directory_dialog", { - "_index": 9036, + "_index": 9033, "data": { "ref/stable/editor": {} }, @@ -234016,7 +233945,7 @@ [ "show_external_file_dialog", { - "_index": 9040, + "_index": 9037, "data": { "ref/stable/editor": {} }, @@ -234026,7 +233955,7 @@ [ "show_keyboard", { - "_index": 7953, + "_index": 7950, "data": { "ref/stable/gui": {} }, @@ -234036,7 +233965,7 @@ [ "show_resource_dialog", { - "_index": 9042, + "_index": 9039, "data": { "ref/stable/editor": {} }, @@ -234134,7 +234063,7 @@ [ "shut", { - "_index": 5772, + "_index": 5769, "data": { "manuals/application-lifecycle": {}, "ref/stable/socket": {} @@ -234159,7 +234088,7 @@ [ "shutdowntype", { - "_index": 10081, + "_index": 10078, "data": { "ref/stable/dmSocket": {} }, @@ -234169,7 +234098,7 @@ [ "shuts", { - "_index": 10047, + "_index": 10044, "data": { "ref/stable/dmConnectionPool": {}, "ref/stable/socket": {} @@ -234180,7 +234109,7 @@ [ "shutting", { - "_index": 5770, + "_index": 5767, "data": { "manuals/application-lifecycle": {} }, @@ -234190,7 +234119,7 @@ [ "sibling", { - "_index": 8136, + "_index": 8133, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmGui": {} @@ -234201,7 +234130,7 @@ [ "siblings", { - "_index": 7725, + "_index": 7722, "data": { "ref/stable/dmGui": {}, "ref/stable/gui": {} @@ -234253,7 +234182,7 @@ [ "sidescrollertutorialfromscratch", { - "_index": 6535, + "_index": 6532, "data": { "assets/sidescrollertutorialfromscratch": {} }, @@ -234307,7 +234236,7 @@ [ "signals", { - "_index": 10700, + "_index": 10697, "data": { "ref/stable/base": {} }, @@ -234317,7 +234246,7 @@ [ "signature", { - "_index": 9803, + "_index": 9800, "data": { "ref/stable/liveupdate": {} }, @@ -234371,7 +234300,7 @@ [ "signs", { - "_index": 7251, + "_index": 7248, "data": { "ref/stable/math": {} }, @@ -234381,7 +234310,7 @@ [ "signup/login", { - "_index": 6724, + "_index": 6721, "data": { "assets/defold-cognito": {} }, @@ -234401,7 +234330,7 @@ [ "silently", { - "_index": 8602, + "_index": 8599, "data": { "ref/stable/render": {}, "ref/stable/socket": {} @@ -234432,7 +234361,7 @@ [ "simd", { - "_index": 6464, + "_index": 6461, "data": { "assets/sfmt": {} }, @@ -234486,7 +234415,7 @@ [ "simpe", { - "_index": 6676, + "_index": 6673, "data": { "assets/defdiags": {}, "assets/defmnu": {} @@ -234658,7 +234587,7 @@ [ "simulating", { - "_index": 5260, + "_index": 5257, "data": { "manuals/compute": {}, "ref/stable/debug": {} @@ -234717,7 +234646,7 @@ [ "simultaneous", { - "_index": 9521, + "_index": 9518, "data": { "ref/stable/dmHid": {} }, @@ -234740,7 +234669,7 @@ [ "sin", { - "_index": 7302, + "_index": 7299, "data": { "ref/stable/math": {} }, @@ -234799,7 +234728,7 @@ [ "sine", { - "_index": 7245, + "_index": 7242, "data": { "ref/stable/go": {}, "ref/stable/gui": {}, @@ -234811,7 +234740,7 @@ [ "sinewave", { - "_index": 10764, + "_index": 10761, "data": { "ref/stable/sound": {} }, @@ -234870,7 +234799,7 @@ [ "single\"title", { - "_index": 9044, + "_index": 9041, "data": { "ref/stable/editor": {} }, @@ -234880,7 +234809,7 @@ [ "singletons", { - "_index": 5728, + "_index": 5725, "data": { "manuals/modules": {} }, @@ -234890,7 +234819,7 @@ [ "singularity", { - "_index": 7090, + "_index": 7087, "data": { "ref/stable/vmath": {} }, @@ -234900,7 +234829,7 @@ [ "sinh", { - "_index": 7304, + "_index": 7301, "data": { "ref/stable/math": {} }, @@ -234910,7 +234839,7 @@ [ "sit", { - "_index": 4701, + "_index": 4698, "data": { "manuals/gui-template": {} }, @@ -234956,7 +234885,7 @@ [ "siwa", { - "_index": 6715, + "_index": 6712, "data": { "assets/siwa": {} }, @@ -234977,7 +234906,7 @@ [ "siz", { - "_index": 9744, + "_index": 9741, "data": { "ref/stable/dmStringFunc": {} }, @@ -235071,7 +235000,7 @@ [ "size.x", { - "_index": 5902, + "_index": 5899, "data": { "manuals/gui-script": {} }, @@ -235081,7 +235010,7 @@ [ "size_mode_auto", { - "_index": 7954, + "_index": 7951, "data": { "ref/stable/gui": {} }, @@ -235091,7 +235020,7 @@ [ "size_mode_manual", { - "_index": 7936, + "_index": 7933, "data": { "ref/stable/gui": {} }, @@ -235101,7 +235030,7 @@ [ "size_t", { - "_index": 10210, + "_index": 10207, "data": { "ref/stable/dmHash": {}, "ref/stable/dmScript": {} @@ -235124,7 +235053,7 @@ [ "sizeof", { - "_index": 10669, + "_index": 10666, "data": { "ref/stable/dmBuffer": {} }, @@ -235174,7 +235103,7 @@ [ "skeletons", { - "_index": 9353, + "_index": 9350, "data": { "ref/stable/dmGameObject": {} }, @@ -235184,7 +235113,7 @@ [ "skill", { - "_index": 5606, + "_index": 5603, "data": { "manuals/introduction": {} }, @@ -235226,7 +235155,7 @@ [ "skipping", { - "_index": 5975, + "_index": 5972, "data": { "manuals/input": {}, "ref/stable/io": {} @@ -235257,7 +235186,7 @@ [ "slasher", { - "_index": 6426, + "_index": 6423, "data": { "assets/slasherprototype": {} }, @@ -235267,7 +235196,7 @@ [ "slasherprototype", { - "_index": 6425, + "_index": 6422, "data": { "assets/slasherprototype": {} }, @@ -235277,7 +235206,7 @@ [ "sleep", { - "_index": 9842, + "_index": 9839, "data": { "ref/stable/b2d.body": {}, "ref/stable/dmTime": {}, @@ -235289,7 +235218,7 @@ [ "sleeping", { - "_index": 6094, + "_index": 6091, "data": { "manuals/android": {}, "ref/stable/b2d.body": {} @@ -235300,7 +235229,7 @@ [ "slerp", { - "_index": 7094, + "_index": 7091, "data": { "ref/stable/dmVMath": {}, "ref/stable/vmath": {} @@ -235311,7 +235240,7 @@ [ "slerped", { - "_index": 7098, + "_index": 7095, "data": { "ref/stable/vmath": {} }, @@ -235349,7 +235278,7 @@ [ "slider", { - "_index": 5779, + "_index": 5776, "data": { "manuals/physics-joints": {} }, @@ -235384,7 +235313,7 @@ [ "slope", { - "_index": 8595, + "_index": 8592, "data": { "ref/stable/render": {} }, @@ -235406,7 +235335,7 @@ [ "slots", { - "_index": 8709, + "_index": 8706, "data": { "ref/stable/crash": {} }, @@ -235512,7 +235441,7 @@ [ "smith", { - "_index": 6060, + "_index": 6057, "data": { "manuals/android": {} }, @@ -235535,7 +235464,7 @@ [ "smooth", { - "_index": 5201, + "_index": 5198, "data": { "assets/kinematicwalker": {}, "assets/operator": {}, @@ -235548,7 +235477,7 @@ [ "smoother", { - "_index": 6025, + "_index": 6022, "data": { "manuals/material": {} }, @@ -235568,7 +235497,7 @@ [ "smoothly", { - "_index": 6194, + "_index": 6191, "data": { "assets/orthographic": {}, "examples/render/orbit_camera": {} @@ -235579,7 +235508,7 @@ [ "snake_case", { - "_index": 8820, + "_index": 8817, "data": { "ref/stable/editor": {} }, @@ -235600,7 +235529,7 @@ [ "snaps", { - "_index": 7092, + "_index": 7089, "data": { "ref/stable/vmath": {} }, @@ -235610,7 +235539,7 @@ [ "snapshot", { - "_index": 8817, + "_index": 8814, "data": { "ref/stable/dmProfile": {} }, @@ -235736,7 +235665,7 @@ [ "so_broadcast", { - "_index": 10071, + "_index": 10068, "data": { "ref/stable/dmSocket": {} }, @@ -235746,7 +235675,7 @@ [ "so_reuseaddr", { - "_index": 10078, + "_index": 10075, "data": { "ref/stable/dmSocket": {} }, @@ -235756,7 +235685,7 @@ [ "social", { - "_index": 6351, + "_index": 6348, "data": { "assets/facebookinstantgames": {}, "assets/nakama": {} @@ -235795,7 +235724,7 @@ [ "socket._setsize", { - "_index": 10579, + "_index": 10576, "data": { "ref/stable/socket": {} }, @@ -235805,7 +235734,7 @@ [ "socket._version", { - "_index": 10581, + "_index": 10578, "data": { "ref/stable/socket": {} }, @@ -235815,7 +235744,7 @@ [ "socket.connect", { - "_index": 10553, + "_index": 10550, "data": { "ref/stable/socket": {} }, @@ -235825,7 +235754,7 @@ [ "socket.dns.getaddrinfo", { - "_index": 10586, + "_index": 10583, "data": { "ref/stable/socket": {} }, @@ -235835,7 +235764,7 @@ [ "socket.dns.gethostname", { - "_index": 10589, + "_index": 10586, "data": { "ref/stable/socket": {} }, @@ -235845,7 +235774,7 @@ [ "socket.dns.getnameinfo", { - "_index": 10591, + "_index": 10588, "data": { "ref/stable/socket": {} }, @@ -235855,7 +235784,7 @@ [ "socket.dns.tohostname", { - "_index": 10593, + "_index": 10590, "data": { "ref/stable/socket": {} }, @@ -235865,7 +235794,7 @@ [ "socket.dns.toip", { - "_index": 10596, + "_index": 10593, "data": { "ref/stable/socket": {} }, @@ -235875,7 +235804,7 @@ [ "socket.gettime", { - "_index": 5212, + "_index": 5209, "data": { "manuals/lua": {}, "ref/stable/socket": {} @@ -235886,7 +235815,7 @@ [ "socket.newtry", { - "_index": 10601, + "_index": 10598, "data": { "ref/stable/socket": {} }, @@ -235896,7 +235825,7 @@ [ "socket.protect", { - "_index": 10604, + "_index": 10601, "data": { "ref/stable/socket": {} }, @@ -235906,7 +235835,7 @@ [ "socket.select", { - "_index": 10567, + "_index": 10564, "data": { "ref/stable/socket": {} }, @@ -235916,7 +235845,7 @@ [ "socket.skip", { - "_index": 10614, + "_index": 10611, "data": { "ref/stable/socket": {} }, @@ -235926,7 +235855,7 @@ [ "socket.sleep", { - "_index": 10622, + "_index": 10619, "data": { "ref/stable/socket": {} }, @@ -235947,7 +235876,7 @@ [ "socket.tcp6", { - "_index": 10624, + "_index": 10621, "data": { "ref/stable/socket": {} }, @@ -235957,7 +235886,7 @@ [ "socket.udp", { - "_index": 10625, + "_index": 10622, "data": { "ref/stable/socket": {} }, @@ -235967,7 +235896,7 @@ [ "socket.udp6", { - "_index": 10628, + "_index": 10625, "data": { "ref/stable/socket": {} }, @@ -235977,7 +235906,7 @@ [ "socket:][path][#fragment", { - "_index": 10748, + "_index": 10745, "data": { "ref/stable/msg": {} }, @@ -235987,7 +235916,7 @@ [ "socket:path#fragment", { - "_index": 7316, + "_index": 7313, "data": { "ref/stable/dmMessage": {} }, @@ -235997,7 +235926,7 @@ [ "socket_timeout", { - "_index": 10082, + "_index": 10079, "data": { "ref/stable/dmSocket": {} }, @@ -236007,7 +235936,7 @@ [ "sockets", { - "_index": 5250, + "_index": 5247, "data": { "manuals/android": {}, "manuals/networking": {}, @@ -236021,7 +235950,7 @@ [ "soft", { - "_index": 5263, + "_index": 5260, "data": { "manuals/compute": {}, "manuals/physics-joints": {} @@ -236032,7 +235961,7 @@ [ "softness", { - "_index": 7515, + "_index": 7512, "data": { "ref/stable/physics": {} }, @@ -236067,7 +235996,7 @@ [ "solaris", { - "_index": 9416, + "_index": 9413, "data": { "ref/stable/package": {} }, @@ -236087,7 +236016,7 @@ [ "soldiers", { - "_index": 6441, + "_index": 6438, "data": { "assets/defarmy": {} }, @@ -236097,7 +236026,7 @@ [ "sole", { - "_index": 5860, + "_index": 5857, "data": { "manuals/debugging-game-logic": {}, "ref/stable/package": {}, @@ -236109,7 +236038,7 @@ [ "solid", { - "_index": 5182, + "_index": 5179, "data": { "assets/defblend": {}, "manuals/lua": {} @@ -236396,7 +236325,7 @@ [ "sorts", { - "_index": 6950, + "_index": 6947, "data": { "ref/stable/table": {} }, @@ -236500,7 +236429,7 @@ [ "sound.is_phone_call_active", { - "_index": 10770, + "_index": 10767, "data": { "ref/stable/sound": {} }, @@ -236510,7 +236439,7 @@ [ "sound.pause", { - "_index": 10774, + "_index": 10771, "data": { "ref/stable/sound": {} }, @@ -236553,7 +236482,7 @@ [ "sound.set_pan", { - "_index": 10776, + "_index": 10773, "data": { "ref/stable/sound": {} }, @@ -236575,7 +236504,7 @@ [ "sound_done", { - "_index": 10754, + "_index": 10751, "data": { "ref/stable/sound": {} }, @@ -236585,7 +236514,7 @@ [ "sound_stopped", { - "_index": 10755, + "_index": 10752, "data": { "ref/stable/sound": {} }, @@ -236678,7 +236607,7 @@ [ "source_factor", { - "_index": 8524, + "_index": 8521, "data": { "ref/stable/render": {} }, @@ -236778,7 +236707,7 @@ [ "spacecolumns", { - "_index": 8963, + "_index": 8960, "data": { "ref/stable/editor": {} }, @@ -236798,7 +236727,7 @@ [ "spacepadding", { - "_index": 8965, + "_index": 8962, "data": { "ref/stable/editor": {} }, @@ -236808,7 +236737,7 @@ [ "spaces", { - "_index": 4943, + "_index": 4940, "data": { "manuals/editor-scripts": {}, "manuals/getting-help": {}, @@ -236820,7 +236749,7 @@ [ "spaceship", { - "_index": 6184, + "_index": 6181, "data": { "examples/factory/bullets": {}, "examples/factory/dynamic": {}, @@ -236858,7 +236787,7 @@ [ "spanish", { - "_index": 4829, + "_index": 4826, "data": { "manuals/porting-guidelines": {} }, @@ -236868,7 +236797,7 @@ [ "spans", { - "_index": 8912, + "_index": 8909, "data": { "ref/stable/editor": {} }, @@ -236888,7 +236817,7 @@ [ "sparkle", { - "_index": 6502, + "_index": 6499, "data": { "assets/sparkle-shader": {} }, @@ -236898,7 +236827,7 @@ [ "sparse", { - "_index": 9708, + "_index": 9705, "data": { "ref/stable/sys": {} }, @@ -236919,7 +236848,7 @@ [ "spawed", { - "_index": 9359, + "_index": 9356, "data": { "ref/stable/dmGameObject": {} }, @@ -237018,7 +236947,7 @@ [ "spawns", { - "_index": 6143, + "_index": 6140, "data": { "examples/particles/confetti": {}, "examples/particles/fireworks": {}, @@ -237066,7 +236995,7 @@ [ "specialized", { - "_index": 4802, + "_index": 4799, "data": { "manuals/importing-assets": {}, "ref/stable/dmHashTable": {}, @@ -237078,7 +237007,7 @@ [ "specially", { - "_index": 5412, + "_index": 5409, "data": { "manuals/editor-scripts": {} }, @@ -237088,7 +237017,7 @@ [ "specicied", { - "_index": 7903, + "_index": 7900, "data": { "ref/stable/gui": {} }, @@ -237199,7 +237128,7 @@ [ "specifics", { - "_index": 9588, + "_index": 9585, "data": { "ref/stable/sys": {} }, @@ -237398,7 +237327,7 @@ [ "spending", { - "_index": 4841, + "_index": 4838, "data": { "manuals/porting-guidelines": {}, "ref/stable/profiler": {} @@ -237440,7 +237369,7 @@ [ "sphere.diameter", { - "_index": 7501, + "_index": 7498, "data": { "ref/stable/physics": {} }, @@ -237450,7 +237379,7 @@ [ "sphere_data", { - "_index": 5527, + "_index": 5524, "data": { "manuals/physics-shapes": {} }, @@ -237460,7 +237389,7 @@ [ "spheres", { - "_index": 6525, + "_index": 6522, "data": { "assets/magiclinker": {} }, @@ -237470,7 +237399,7 @@ [ "spherical", { - "_index": 7407, + "_index": 7404, "data": { "ref/stable/dmVMath": {} }, @@ -237480,7 +237409,7 @@ [ "spherically", { - "_index": 7095, + "_index": 7092, "data": { "ref/stable/vmath": {} }, @@ -237501,7 +237430,7 @@ [ "spinescenec", { - "_index": 8147, + "_index": 8144, "data": { "ref/stable/dmGui": {} }, @@ -237511,7 +237440,7 @@ [ "spinlock", { - "_index": 8675, + "_index": 8672, "data": { "ref/stable/dmSpinlock": {} }, @@ -237563,7 +237492,7 @@ [ "splash.collection", { - "_index": 6170, + "_index": 6167, "data": { "examples/collection/splash": {} }, @@ -237573,7 +237502,7 @@ [ "splashscreen.collection", { - "_index": 6173, + "_index": 6170, "data": { "examples/collection/splash": {} }, @@ -237583,7 +237512,7 @@ [ "splat", { - "_index": 6149, + "_index": 6146, "data": { "examples/particles/fireworks": {}, "ref/stable/vmath": {} @@ -237607,7 +237536,7 @@ [ "splitmix64", { - "_index": 6755, + "_index": 6752, "data": { "assets/splitmix64": {} }, @@ -237657,7 +237586,7 @@ [ "spring", { - "_index": 5777, + "_index": 5774, "data": { "manuals/physics-joints": {}, "ref/stable/physics": {} @@ -237739,7 +237668,7 @@ [ "sprite.play_animation", { - "_index": 10377, + "_index": 10374, "data": { "ref/stable/resource": {} }, @@ -237805,7 +237734,7 @@ [ "spritefusion", { - "_index": 6368, + "_index": 6365, "data": { "assets/spritefusion": {} }, @@ -237839,7 +237768,7 @@ [ "sprites.atlas", { - "_index": 6155, + "_index": 6152, "data": { "examples/particles/fire_and_smoke": {} }, @@ -237849,7 +237778,7 @@ [ "spwned", { - "_index": 9234, + "_index": 9231, "data": { "ref/stable/dmGameObject": {} }, @@ -237869,7 +237798,7 @@ [ "sqrt", { - "_index": 7306, + "_index": 7303, "data": { "ref/stable/math": {} }, @@ -237925,7 +237854,7 @@ [ "squares", { - "_index": 5571, + "_index": 5568, "data": { "manuals/editor": {} }, @@ -237935,7 +237864,7 @@ [ "sr", { - "_index": 8553, + "_index": 8550, "data": { "ref/stable/render": {}, "ref/stable/sys": {} @@ -237946,7 +237875,7 @@ [ "sr,sg,sb,sa", { - "_index": 8530, + "_index": 8527, "data": { "ref/stable/render": {} }, @@ -238013,7 +237942,7 @@ [ "sslsocket", { - "_index": 8768, + "_index": 8765, "data": { "ref/stable/dmSSLSocket": {} }, @@ -238023,7 +237952,7 @@ [ "st", { - "_index": 6064, + "_index": 6061, "data": { "manuals/android": {} }, @@ -238056,7 +237985,7 @@ [ "stack", { - "_index": 4745, + "_index": 4742, "data": { "manuals/app-manifest": {}, "manuals/debugging-game-logic": {}, @@ -238080,7 +238009,7 @@ [ "stacks", { - "_index": 4989, + "_index": 4986, "data": { "manuals/debugging-native-code": {}, "manuals/input": {} @@ -238091,7 +238020,7 @@ [ "stacksize", { - "_index": 5245, + "_index": 5242, "data": { "manuals/app-manifest": {} }, @@ -238187,7 +238116,7 @@ [ "standardised", { - "_index": 5051, + "_index": 5048, "data": { "manuals/live-update-aws": {} }, @@ -238207,7 +238136,7 @@ [ "stands", { - "_index": 4835, + "_index": 4832, "data": { "manuals/porting-guidelines": {}, "ref/stable/string": {} @@ -238218,7 +238147,7 @@ [ "star", { - "_index": 6250, + "_index": 6247, "data": { "assets/apathfinding": {} }, @@ -238238,7 +238167,7 @@ [ "starly", { - "_index": 6276, + "_index": 6273, "data": { "assets/starly": {} }, @@ -238316,7 +238245,7 @@ [ "start_fireworks", { - "_index": 6150, + "_index": 6147, "data": { "examples/particles/fireworks": {} }, @@ -238326,7 +238255,7 @@ [ "start_p", { - "_index": 5865, + "_index": 5862, "data": { "manuals/debugging-game-logic": {} }, @@ -238347,7 +238276,7 @@ [ "start_record", { - "_index": 9592, + "_index": 9589, "data": { "ref/stable/sys": {} }, @@ -238491,7 +238420,7 @@ [ "stat", { - "_index": 6280, + "_index": 6277, "data": { "assets/feat": {} }, @@ -238547,7 +238476,7 @@ [ "state.alter_state", { - "_index": 5755, + "_index": 5752, "data": { "manuals/modules": {} }, @@ -238587,7 +238516,7 @@ [ "state.get_state", { - "_index": 5757, + "_index": 5754, "data": { "manuals/modules": {} }, @@ -238607,7 +238536,7 @@ [ "state.value", { - "_index": 5756, + "_index": 5753, "data": { "manuals/modules": {} }, @@ -238637,7 +238566,7 @@ [ "state_alpha_test", { - "_index": 8275, + "_index": 8272, "data": { "ref/stable/graphics": {} }, @@ -238647,7 +238576,7 @@ [ "state_alpha_test_supported", { - "_index": 8277, + "_index": 8274, "data": { "ref/stable/graphics": {} }, @@ -238657,7 +238586,7 @@ [ "state_blend", { - "_index": 8279, + "_index": 8276, "data": { "ref/stable/graphics": {} }, @@ -238667,7 +238596,7 @@ [ "state_cull_face", { - "_index": 8281, + "_index": 8278, "data": { "ref/stable/graphics": {} }, @@ -238677,7 +238606,7 @@ [ "state_depth_test", { - "_index": 8283, + "_index": 8280, "data": { "ref/stable/graphics": {} }, @@ -238687,7 +238616,7 @@ [ "state_polygon_offset_fill", { - "_index": 8285, + "_index": 8282, "data": { "ref/stable/graphics": {} }, @@ -238697,7 +238626,7 @@ [ "state_scissor_test", { - "_index": 8287, + "_index": 8284, "data": { "ref/stable/graphics": {} }, @@ -238707,7 +238636,7 @@ [ "state_stencil_test", { - "_index": 8289, + "_index": 8286, "data": { "ref/stable/graphics": {} }, @@ -238727,7 +238656,7 @@ [ "stateful", { - "_index": 5727, + "_index": 5724, "data": { "manuals/modules": {} }, @@ -238737,7 +238666,7 @@ [ "stateless", { - "_index": 5730, + "_index": 5727, "data": { "manuals/modules": {} }, @@ -238815,7 +238744,7 @@ [ "static_assert", { - "_index": 10327, + "_index": 10324, "data": { "ref/stable/dmStaticAssert": {} }, @@ -238837,7 +238766,7 @@ [ "statinfo", { - "_index": 9770, + "_index": 9767, "data": { "ref/stable/dmSys": {} }, @@ -238847,7 +238776,7 @@ [ "statistical", { - "_index": 7296, + "_index": 7293, "data": { "ref/stable/math": {} }, @@ -238857,7 +238786,7 @@ [ "stats", { - "_index": 6516, + "_index": 6513, "data": { "assets/yametrica": {} }, @@ -238898,7 +238827,7 @@ [ "status_loaded", { - "_index": 7197, + "_index": 7194, "data": { "ref/stable/collectionfactory": {}, "ref/stable/factory": {} @@ -238909,7 +238838,7 @@ [ "status_loading", { - "_index": 7198, + "_index": 7195, "data": { "ref/stable/collectionfactory": {}, "ref/stable/factory": {} @@ -238920,7 +238849,7 @@ [ "status_str", { - "_index": 10454, + "_index": 10451, "data": { "ref/stable/dmHttpClient": {} }, @@ -238930,7 +238859,7 @@ [ "status_unloaded", { - "_index": 7199, + "_index": 7196, "data": { "ref/stable/collectionfactory": {}, "ref/stable/factory": {} @@ -238984,7 +238913,7 @@ [ "stdin", { - "_index": 10694, + "_index": 10691, "data": { "ref/stable/base": {} }, @@ -238994,7 +238923,7 @@ [ "stdio", { - "_index": 5444, + "_index": 5441, "data": { "manuals/editor-scripts": {} }, @@ -239014,7 +238943,7 @@ [ "stdout", { - "_index": 8834, + "_index": 8831, "data": { "ref/stable/base": {}, "ref/stable/editor": {} @@ -239037,7 +238966,7 @@ [ "steamworks", { - "_index": 5836, + "_index": 5833, "data": { "assets/steamworks": {}, "manuals/macos": {} @@ -239063,7 +238992,7 @@ [ "stencil_op_decr", { - "_index": 8291, + "_index": 8288, "data": { "ref/stable/graphics": {} }, @@ -239073,7 +239002,7 @@ [ "stencil_op_decr_wrap", { - "_index": 8293, + "_index": 8290, "data": { "ref/stable/graphics": {} }, @@ -239083,7 +239012,7 @@ [ "stencil_op_incr", { - "_index": 8295, + "_index": 8292, "data": { "ref/stable/graphics": {} }, @@ -239093,7 +239022,7 @@ [ "stencil_op_incr_wrap", { - "_index": 8297, + "_index": 8294, "data": { "ref/stable/graphics": {} }, @@ -239103,7 +239032,7 @@ [ "stencil_op_invert", { - "_index": 8299, + "_index": 8296, "data": { "ref/stable/graphics": {} }, @@ -239113,7 +239042,7 @@ [ "stencil_op_keep", { - "_index": 8301, + "_index": 8298, "data": { "ref/stable/graphics": {} }, @@ -239123,7 +239052,7 @@ [ "stencil_op_replace", { - "_index": 8303, + "_index": 8300, "data": { "ref/stable/graphics": {} }, @@ -239133,7 +239062,7 @@ [ "stencil_op_zero", { - "_index": 8305, + "_index": 8302, "data": { "ref/stable/graphics": {} }, @@ -239143,7 +239072,7 @@ [ "stenciling", { - "_index": 8607, + "_index": 8604, "data": { "ref/stable/render": {} }, @@ -239153,7 +239082,7 @@ [ "stencilop", { - "_index": 6893, + "_index": 6890, "data": { "ref/stable/dmGraphics": {} }, @@ -239163,7 +239092,7 @@ [ "stenciltestparams", { - "_index": 10974, + "_index": 10971, "data": { "ref/stable/dmRender": {} }, @@ -239206,7 +239135,7 @@ [ "stepped", { - "_index": 5879, + "_index": 5876, "data": { "manuals/debugging-game-logic": {} }, @@ -239216,7 +239145,7 @@ [ "stepping", { - "_index": 5877, + "_index": 5874, "data": { "manuals/debugging-game-logic": {} }, @@ -239327,7 +239256,7 @@ [ "stone", { - "_index": 6203, + "_index": 6200, "data": { "examples/physics/dynamic": {}, "examples/physics/hinge_joint": {}, @@ -239374,7 +239303,7 @@ [ "stop_particlefx", { - "_index": 7955, + "_index": 7952, "data": { "ref/stable/gui": {} }, @@ -239384,7 +239313,7 @@ [ "stop_record", { - "_index": 9603, + "_index": 9600, "data": { "ref/stable/sys": {} }, @@ -239394,7 +239323,7 @@ [ "stop_sound", { - "_index": 10752, + "_index": 10749, "data": { "ref/stable/sound": {} }, @@ -239502,7 +239431,7 @@ [ "store_archive", { - "_index": 9811, + "_index": 9808, "data": { "ref/stable/liveupdate": {} }, @@ -239512,7 +239441,7 @@ [ "store_manifest", { - "_index": 9814, + "_index": 9811, "data": { "ref/stable/liveupdate": {} }, @@ -239522,7 +239451,7 @@ [ "store_resource", { - "_index": 9819, + "_index": 9816, "data": { "ref/stable/liveupdate": {} }, @@ -239595,7 +239524,7 @@ [ "storepass", { - "_index": 6067, + "_index": 6064, "data": { "manuals/android": {} }, @@ -239622,7 +239551,7 @@ [ "stories", { - "_index": 6450, + "_index": 6447, "data": { "assets/narrator": {} }, @@ -239632,7 +239561,7 @@ [ "storing", { - "_index": 7568, + "_index": 7565, "data": { "ref/stable/go": {}, "ref/stable/gui": {}, @@ -239644,7 +239573,7 @@ [ "story", { - "_index": 6446, + "_index": 6443, "data": { "assets/narrator": {} }, @@ -239664,7 +239593,7 @@ [ "str", { - "_index": 4748, + "_index": 4745, "data": { "manuals/extensions": {} }, @@ -239674,7 +239603,7 @@ [ "straight", { - "_index": 5861, + "_index": 5858, "data": { "manuals/debugging-game-logic": {}, "ref/stable/vmath": {} @@ -239685,7 +239614,7 @@ [ "straightest", { - "_index": 7100, + "_index": 7097, "data": { "ref/stable/vmath": {} }, @@ -239742,7 +239671,7 @@ [ "streamdeclaration", { - "_index": 10678, + "_index": 10675, "data": { "ref/stable/dmBuffer": {} }, @@ -239773,7 +239702,7 @@ [ "streams", { - "_index": 6883, + "_index": 6880, "data": { "ref/stable/buffer": {}, "ref/stable/dmBuffer": {}, @@ -239785,7 +239714,7 @@ [ "streching", { - "_index": 6107, + "_index": 6104, "data": { "examples/gui/slice9": {} }, @@ -239795,7 +239724,7 @@ [ "strerror_s/r", { - "_index": 9737, + "_index": 9734, "data": { "ref/stable/dmStringFunc": {} }, @@ -239821,7 +239750,7 @@ [ "stretch_projection", { - "_index": 5936, + "_index": 5933, "data": { "manuals/model": {} }, @@ -239862,7 +239791,7 @@ [ "strftime", { - "_index": 10010, + "_index": 10007, "data": { "ref/stable/os": {} }, @@ -239882,7 +239811,7 @@ [ "strictly", { - "_index": 5216, + "_index": 5213, "data": { "manuals/lua": {} }, @@ -239892,7 +239821,7 @@ [ "stride", { - "_index": 6880, + "_index": 6877, "data": { "ref/stable/dmBuffer": {}, "ref/stable/dmGraphics": {} @@ -239903,7 +239832,7 @@ [ "strikes", { - "_index": 5564, + "_index": 5561, "data": { "manuals/editor": {} }, @@ -239993,7 +239922,7 @@ [ "string.byte", { - "_index": 7103, + "_index": 7100, "data": { "ref/stable/string": {} }, @@ -240003,7 +239932,7 @@ [ "string.char", { - "_index": 7108, + "_index": 7105, "data": { "ref/stable/string": {} }, @@ -240013,7 +239942,7 @@ [ "string.dump", { - "_index": 7110, + "_index": 7107, "data": { "ref/stable/string": {} }, @@ -240023,7 +239952,7 @@ [ "string.find", { - "_index": 7113, + "_index": 7110, "data": { "ref/stable/string": {} }, @@ -240033,7 +239962,7 @@ [ "string.format", { - "_index": 7119, + "_index": 7116, "data": { "ref/stable/base": {}, "ref/stable/io": {}, @@ -240045,7 +239974,7 @@ [ "string.gmatch", { - "_index": 7135, + "_index": 7132, "data": { "ref/stable/string": {} }, @@ -240055,7 +239984,7 @@ [ "string.gsub", { - "_index": 7145, + "_index": 7142, "data": { "ref/stable/string": {} }, @@ -240065,7 +239994,7 @@ [ "string.len", { - "_index": 7176, + "_index": 7173, "data": { "ref/stable/string": {} }, @@ -240086,7 +240015,7 @@ [ "string.match", { - "_index": 7180, + "_index": 7177, "data": { "ref/stable/string": {} }, @@ -240096,7 +240025,7 @@ [ "string.rep", { - "_index": 7181, + "_index": 7178, "data": { "ref/stable/string": {} }, @@ -240106,7 +240035,7 @@ [ "string.reverse", { - "_index": 7184, + "_index": 7181, "data": { "ref/stable/string": {} }, @@ -240116,7 +240045,7 @@ [ "string.sub", { - "_index": 7186, + "_index": 7183, "data": { "ref/stable/socket": {}, "ref/stable/string": {} @@ -240127,7 +240056,7 @@ [ "string.upper", { - "_index": 7190, + "_index": 7187, "data": { "ref/stable/string": {} }, @@ -240137,7 +240066,7 @@ [ "string[]array", { - "_index": 8957, + "_index": 8954, "data": { "ref/stable/editor": {} }, @@ -240147,7 +240076,7 @@ [ "string[]if", { - "_index": 9017, + "_index": 9014, "data": { "ref/stable/editor": {} }, @@ -240178,7 +240107,7 @@ [ "stringalignment", { - "_index": 8908, + "_index": 8905, "data": { "ref/stable/editor": {} }, @@ -240188,7 +240117,7 @@ [ "stringbutton", { - "_index": 8941, + "_index": 8938, "data": { "ref/stable/editor": {} }, @@ -240198,7 +240127,7 @@ [ "stringdefault", { - "_index": 8855, + "_index": 8852, "data": { "ref/stable/editor": {} }, @@ -240208,7 +240137,7 @@ [ "stringdialog", { - "_index": 9015, + "_index": 9012, "data": { "ref/stable/editor": {} }, @@ -240218,7 +240147,7 @@ [ "stringeither", { - "_index": 8920, + "_index": 8917, "data": { "ref/stable/editor": {} }, @@ -240228,7 +240157,7 @@ [ "stringfile", { - "_index": 8948, + "_index": 8945, "data": { "ref/stable/editor": {} }, @@ -240238,7 +240167,7 @@ [ "stringheading", { - "_index": 8975, + "_index": 8972, "data": { "ref/stable/editor": {} }, @@ -240248,7 +240177,7 @@ [ "stringinitial", { - "_index": 9037, + "_index": 9034, "data": { "ref/stable/editor": {} }, @@ -240258,7 +240187,7 @@ [ "stringissue", { - "_index": 8922, + "_index": 8919, "data": { "ref/stable/editor": {} }, @@ -240268,7 +240197,7 @@ [ "stringos", { - "_index": 8934, + "_index": 8931, "data": { "ref/stable/editor": {} }, @@ -240278,7 +240207,7 @@ [ "stringpredefined", { - "_index": 8904, + "_index": 8901, "data": { "ref/stable/editor": {} }, @@ -240288,7 +240217,7 @@ [ "stringpreference", { - "_index": 8845, + "_index": 8842, "data": { "ref/stable/editor": {} }, @@ -240298,7 +240227,7 @@ [ "stringresource", { - "_index": 9014, + "_index": 9011, "data": { "ref/stable/editor": {} }, @@ -240332,7 +240261,7 @@ [ "stringsemantic", { - "_index": 8972, + "_index": 8969, "data": { "ref/stable/editor": {} }, @@ -240342,7 +240271,7 @@ [ "stringseparator", { - "_index": 9031, + "_index": 9028, "data": { "ref/stable/editor": {} }, @@ -240352,7 +240281,7 @@ [ "stringstring", { - "_index": 8955, + "_index": 8952, "data": { "ref/stable/editor": {} }, @@ -240362,7 +240291,7 @@ [ "stringtext", { - "_index": 8902, + "_index": 8899, "data": { "ref/stable/editor": {} }, @@ -240372,7 +240301,7 @@ [ "stringthe", { - "_index": 8900, + "_index": 8897, "data": { "ref/stable/editor": {} }, @@ -240382,7 +240311,7 @@ [ "stringtooltip", { - "_index": 8924, + "_index": 8921, "data": { "ref/stable/editor": {} }, @@ -240392,7 +240321,7 @@ [ "stringurl", { - "_index": 7315, + "_index": 7312, "data": { "ref/stable/dmMessage": {} }, @@ -240413,7 +240342,7 @@ [ "strip_comments", { - "_index": 5395, + "_index": 5392, "data": { "manuals/editor-scripts": {} }, @@ -240433,7 +240362,7 @@ [ "strips", { - "_index": 5648, + "_index": 5645, "data": { "manuals/mesh": {} }, @@ -240443,7 +240372,7 @@ [ "strlcat", { - "_index": 9742, + "_index": 9739, "data": { "ref/stable/dmStringFunc": {} }, @@ -240453,7 +240382,7 @@ [ "strlcpy", { - "_index": 9750, + "_index": 9747, "data": { "ref/stable/dmStringFunc": {} }, @@ -240463,7 +240392,7 @@ [ "strlen", { - "_index": 4751, + "_index": 4748, "data": { "manuals/extensions": {}, "ref/stable/dmStringFunc": {} @@ -240474,7 +240403,7 @@ [ "strncat", { - "_index": 9745, + "_index": 9742, "data": { "ref/stable/dmStringFunc": {} }, @@ -240495,7 +240424,7 @@ [ "strsep_r", { - "_index": 9753, + "_index": 9750, "data": { "ref/stable/dmStringFunc": {} }, @@ -240505,7 +240434,7 @@ [ "strtok", { - "_index": 9754, + "_index": 9751, "data": { "ref/stable/dmStringFunc": {} }, @@ -240515,7 +240444,7 @@ [ "struct", { - "_index": 4746, + "_index": 4743, "data": { "manuals/extensions": {}, "ref/stable/dmAndroid": {}, @@ -240538,7 +240467,7 @@ [ "structs", { - "_index": 10647, + "_index": 10644, "data": { "ref/stable/dmBuffer": {} }, @@ -240572,7 +240501,7 @@ [ "structured", { - "_index": 4709, + "_index": 4706, "data": { "manuals/bundling": {}, "manuals/design": {} @@ -240595,7 +240524,7 @@ [ "stub", { - "_index": 4736, + "_index": 4733, "data": { "manuals/extensions": {} }, @@ -240605,7 +240534,7 @@ [ "stuck", { - "_index": 5172, + "_index": 5169, "data": { "manuals/flash": {}, "manuals/introduction": {} @@ -240652,7 +240581,7 @@ [ "stunning", { - "_index": 6738, + "_index": 6735, "data": { "assets/druid": {} }, @@ -240710,7 +240639,7 @@ [ "styling", { - "_index": 6106, + "_index": 6103, "data": { "assets/defold-typewriter": {}, "examples/gui/slice9": {} @@ -240721,7 +240650,7 @@ [ "stylized", { - "_index": 6103, + "_index": 6100, "data": { "examples/gui/slice9": {} }, @@ -240751,7 +240680,7 @@ [ "subfolders", { - "_index": 5449, + "_index": 5446, "data": { "manuals/editor-scripts": {} }, @@ -240771,7 +240700,7 @@ [ "sublime", { - "_index": 6651, + "_index": 6648, "data": { "assets/defoldapiforsublimetext3": {} }, @@ -240781,7 +240710,7 @@ [ "submatrix", { - "_index": 7403, + "_index": 7400, "data": { "ref/stable/dmVMath": {} }, @@ -240791,7 +240720,7 @@ [ "submission", { - "_index": 5823, + "_index": 5820, "data": { "manuals/macos": {} }, @@ -240812,7 +240741,7 @@ [ "submitted", { - "_index": 4949, + "_index": 4946, "data": { "manuals/getting-help": {} }, @@ -240822,7 +240751,7 @@ [ "submitting", { - "_index": 5858, + "_index": 5855, "data": { "manuals/macos": {} }, @@ -240832,7 +240761,7 @@ [ "submodule", { - "_index": 9407, + "_index": 9404, "data": { "ref/stable/package": {} }, @@ -240842,7 +240771,7 @@ [ "submodules", { - "_index": 9409, + "_index": 9406, "data": { "ref/stable/package": {} }, @@ -240852,7 +240781,7 @@ [ "subpass", { - "_index": 6875, + "_index": 6872, "data": { "ref/stable/dmGraphics": {} }, @@ -240862,7 +240791,7 @@ [ "subpass_attachment_unused", { - "_index": 6894, + "_index": 6891, "data": { "ref/stable/dmGraphics": {} }, @@ -240872,7 +240801,7 @@ [ "subpass_external", { - "_index": 6895, + "_index": 6892, "data": { "ref/stable/dmGraphics": {} }, @@ -240882,7 +240811,7 @@ [ "subpasses", { - "_index": 6865, + "_index": 6862, "data": { "ref/stable/dmGraphics": {} }, @@ -240918,7 +240847,7 @@ [ "subsequently", { - "_index": 5537, + "_index": 5534, "data": { "manuals/gui-clipping": {} }, @@ -240928,7 +240857,7 @@ [ "subset", { - "_index": 5434, + "_index": 5431, "data": { "manuals/editor-scripts": {}, "ref/stable/dmGraphics": {} @@ -240939,7 +240868,7 @@ [ "substring", { - "_index": 7118, + "_index": 7115, "data": { "ref/stable/socket": {}, "ref/stable/string": {} @@ -240950,7 +240879,7 @@ [ "substrings", { - "_index": 7151, + "_index": 7148, "data": { "ref/stable/string": {} }, @@ -240960,7 +240889,7 @@ [ "subsystems", { - "_index": 5771, + "_index": 5768, "data": { "manuals/application-lifecycle": {} }, @@ -240980,7 +240909,7 @@ [ "subtract", { - "_index": 9081, + "_index": 9078, "data": { "ref/stable/dmAtomic": {} }, @@ -240990,7 +240919,7 @@ [ "subtraction", { - "_index": 9080, + "_index": 9077, "data": { "ref/stable/dmAtomic": {} }, @@ -241000,7 +240929,7 @@ [ "succcess", { - "_index": 8773, + "_index": 8770, "data": { "ref/stable/dmSSLSocket": {}, "ref/stable/dmSocket": {} @@ -241011,7 +240940,7 @@ [ "succeed", { - "_index": 8628, + "_index": 8625, "data": { "ref/stable/render": {} }, @@ -241021,7 +240950,7 @@ [ "succeeded", { - "_index": 8016, + "_index": 8013, "data": { "ref/stable/dmMath": {}, "ref/stable/dmScript": {}, @@ -241033,7 +240962,7 @@ [ "succeeds", { - "_index": 10714, + "_index": 10711, "data": { "ref/stable/base": {}, "ref/stable/dmScript": {} @@ -241044,7 +240973,7 @@ [ "success", { - "_index": 4857, + "_index": 4854, "data": { "manuals/android": {}, "manuals/editor-scripts": {}, @@ -241071,7 +241000,7 @@ [ "successful", { - "_index": 5425, + "_index": 5422, "data": { "examples/particles/confetti": {}, "manuals/editor-scripts": {}, @@ -241092,7 +241021,7 @@ [ "successfull", { - "_index": 9685, + "_index": 9682, "data": { "ref/stable/sys": {} }, @@ -241203,7 +241132,7 @@ [ "sudo", { - "_index": 4958, + "_index": 4955, "data": { "manuals/windows": {} }, @@ -241213,7 +241142,7 @@ [ "suffice", { - "_index": 5144, + "_index": 5141, "data": { "manuals/flash": {} }, @@ -241234,7 +241163,7 @@ [ "sufficiently", { - "_index": 5205, + "_index": 5202, "data": { "manuals/editor-scripts": {}, "manuals/lua": {} @@ -241258,7 +241187,7 @@ [ "suffixing", { - "_index": 7589, + "_index": 7586, "data": { "ref/stable/gui": {} }, @@ -241268,7 +241197,7 @@ [ "suggest", { - "_index": 4941, + "_index": 4938, "data": { "manuals/getting-help": {} }, @@ -241312,7 +241241,7 @@ [ "suite", { - "_index": 4957, + "_index": 4954, "data": { "assets/defold-rendy": {}, "manuals/windows": {} @@ -241346,7 +241275,7 @@ [ "sunday", { - "_index": 10006, + "_index": 10003, "data": { "ref/stable/os": {} }, @@ -241356,7 +241285,7 @@ [ "super", { - "_index": 6253, + "_index": 6250, "data": { "assets/orthographic": {}, "assets/sharpsprite": {}, @@ -241368,7 +241297,7 @@ [ "supoprted", { - "_index": 6869, + "_index": 6866, "data": { "ref/stable/dmGraphics": {} }, @@ -241378,7 +241307,7 @@ [ "supplied", { - "_index": 7006, + "_index": 7003, "data": { "ref/stable/collectionfactory": {}, "ref/stable/dmArray": {}, @@ -241414,7 +241343,7 @@ [ "supplying", { - "_index": 5378, + "_index": 5375, "data": { "manuals/editor-scripts": {} }, @@ -241489,7 +241418,7 @@ [ "support/defold", { - "_index": 5587, + "_index": 5584, "data": { "manuals/editor": {} }, @@ -241548,7 +241477,7 @@ [ "supporting", { - "_index": 9707, + "_index": 9704, "data": { "ref/stable/sys": {} }, @@ -241667,7 +241596,7 @@ [ "surface", { - "_index": 6241, + "_index": 6238, "data": { "examples/material/screenspace": {}, "ref/stable/physics": {}, @@ -241679,7 +241608,7 @@ [ "surprises", { - "_index": 5602, + "_index": 5599, "data": { "manuals/introduction": {} }, @@ -241720,7 +241649,7 @@ [ "suspended", { - "_index": 8750, + "_index": 8747, "data": { "ref/stable/coroutine": {} }, @@ -241730,7 +241659,7 @@ [ "suspends", { - "_index": 8756, + "_index": 8753, "data": { "ref/stable/coroutine": {} }, @@ -241740,7 +241669,7 @@ [ "suspension", { - "_index": 5785, + "_index": 5782, "data": { "manuals/physics-joints": {} }, @@ -241765,7 +241694,7 @@ [ "swapchildren", { - "_index": 5110, + "_index": 5107, "data": { "manuals/flash": {} }, @@ -241775,7 +241704,7 @@ [ "swapped", { - "_index": 8647, + "_index": 8644, "data": { "ref/stable/bit": {}, "ref/stable/sound": {} @@ -241786,7 +241715,7 @@ [ "swapping", { - "_index": 5109, + "_index": 5106, "data": { "manuals/flash": {}, "ref/stable/sys": {} @@ -241797,7 +241726,7 @@ [ "swaps", { - "_index": 8645, + "_index": 8642, "data": { "ref/stable/bit": {}, "ref/stable/sys": {} @@ -241808,7 +241737,7 @@ [ "swift", { - "_index": 5937, + "_index": 5934, "data": { "manuals/extensions-cocoapods": {} }, @@ -241928,7 +241857,7 @@ [ "symbol/name", { - "_index": 8796, + "_index": 8793, "data": { "ref/stable/dmProfile": {} }, @@ -241938,7 +241867,7 @@ [ "symbolicate", { - "_index": 4976, + "_index": 4973, "data": { "manuals/debugging-native-code": {} }, @@ -241948,7 +241877,7 @@ [ "symbolicated", { - "_index": 4988, + "_index": 4985, "data": { "manuals/debugging-native-code": {} }, @@ -241958,7 +241887,7 @@ [ "symbolication", { - "_index": 4987, + "_index": 4984, "data": { "manuals/debugging-native-code": {} }, @@ -242075,7 +242004,7 @@ [ "sys", { - "_index": 9605, + "_index": 9602, "data": { "ref/stable/sys": {} }, @@ -242085,7 +242014,7 @@ [ "sys.deserialize", { - "_index": 9604, + "_index": 9601, "data": { "ref/stable/sys": {} }, @@ -242095,7 +242024,7 @@ [ "sys.exists", { - "_index": 9609, + "_index": 9606, "data": { "ref/stable/sys": {} }, @@ -242105,7 +242034,7 @@ [ "sys.exit", { - "_index": 9610, + "_index": 9607, "data": { "ref/stable/sys": {} }, @@ -242115,7 +242044,7 @@ [ "sys.get_application_info", { - "_index": 9611, + "_index": 9608, "data": { "ref/stable/sys": {} }, @@ -242125,7 +242054,7 @@ [ "sys.get_application_path", { - "_index": 9616, + "_index": 9613, "data": { "ref/stable/sys": {} }, @@ -242157,7 +242086,7 @@ [ "sys.get_config_number", { - "_index": 9620, + "_index": 9617, "data": { "ref/stable/sys": {} }, @@ -242179,7 +242108,7 @@ [ "sys.get_connectivity", { - "_index": 9623, + "_index": 9620, "data": { "ref/stable/sys": {} }, @@ -242189,7 +242118,7 @@ [ "sys.get_engine_info", { - "_index": 4716, + "_index": 4713, "data": { "manuals/bundling": {}, "ref/stable/sys": {} @@ -242200,7 +242129,7 @@ [ "sys.get_host_path", { - "_index": 9633, + "_index": 9630, "data": { "ref/stable/sys": {} }, @@ -242210,7 +242139,7 @@ [ "sys.get_ifaddrs", { - "_index": 9635, + "_index": 9632, "data": { "ref/stable/sys": {} }, @@ -242220,7 +242149,7 @@ [ "sys.get_info", { - "_index": 4830, + "_index": 4827, "data": { "manuals/porting-guidelines": {} }, @@ -242244,7 +242173,7 @@ [ "sys.get_sys_info", { - "_index": 8715, + "_index": 8712, "data": { "ref/stable/crash": {}, "ref/stable/sys": {} @@ -242255,7 +242184,7 @@ [ "sys.load", { - "_index": 4845, + "_index": 4842, "data": { "examples/file/sys_save_load": {}, "manuals/porting-guidelines": {}, @@ -242267,7 +242196,7 @@ [ "sys.load_buffer", { - "_index": 9671, + "_index": 9668, "data": { "ref/stable/sys": {} }, @@ -242277,7 +242206,7 @@ [ "sys.load_buffer_async", { - "_index": 9677, + "_index": 9674, "data": { "ref/stable/sys": {} }, @@ -242299,7 +242228,7 @@ [ "sys.network_connected", { - "_index": 9625, + "_index": 9622, "data": { "ref/stable/sys": {} }, @@ -242309,7 +242238,7 @@ [ "sys.network_connected_cellular", { - "_index": 9627, + "_index": 9624, "data": { "ref/stable/sys": {} }, @@ -242319,7 +242248,7 @@ [ "sys.network_disconnected", { - "_index": 9626, + "_index": 9623, "data": { "ref/stable/sys": {} }, @@ -242329,7 +242258,7 @@ [ "sys.open_url", { - "_index": 9690, + "_index": 9687, "data": { "ref/stable/sys": {} }, @@ -242339,7 +242268,7 @@ [ "sys.reboot", { - "_index": 9697, + "_index": 9694, "data": { "ref/stable/sys": {} }, @@ -242349,7 +242278,7 @@ [ "sys.request_status_error_io_error", { - "_index": 9698, + "_index": 9695, "data": { "ref/stable/sys": {} }, @@ -242359,7 +242288,7 @@ [ "sys.request_status_error_not_found", { - "_index": 9701, + "_index": 9698, "data": { "ref/stable/sys": {} }, @@ -242369,7 +242298,7 @@ [ "sys.request_status_finished", { - "_index": 9703, + "_index": 9700, "data": { "ref/stable/sys": {} }, @@ -242379,7 +242308,7 @@ [ "sys.save", { - "_index": 4844, + "_index": 4841, "data": { "examples/file/sys_save_load": {}, "manuals/porting-guidelines": {}, @@ -242391,7 +242320,7 @@ [ "sys.serialize", { - "_index": 9709, + "_index": 9706, "data": { "ref/stable/sys": {} }, @@ -242401,7 +242330,7 @@ [ "sys.set_connectivity_host", { - "_index": 9712, + "_index": 9709, "data": { "ref/stable/sys": {} }, @@ -242411,7 +242340,7 @@ [ "sys.set_error_handler", { - "_index": 9715, + "_index": 9712, "data": { "ref/stable/sys": {} }, @@ -242421,7 +242350,7 @@ [ "sys.set_update_frequency", { - "_index": 9717, + "_index": 9714, "data": { "ref/stable/sys": {} }, @@ -242431,7 +242360,7 @@ [ "sys.set_vsync_swap_interval", { - "_index": 9718, + "_index": 9715, "data": { "ref/stable/sys": {} }, @@ -242441,7 +242370,7 @@ [ "sysfield_android_build_fingerprint", { - "_index": 8711, + "_index": 8708, "data": { "ref/stable/crash": {} }, @@ -242451,7 +242380,7 @@ [ "sysfield_device_language", { - "_index": 8714, + "_index": 8711, "data": { "ref/stable/crash": {} }, @@ -242461,7 +242390,7 @@ [ "sysfield_device_model", { - "_index": 8717, + "_index": 8714, "data": { "ref/stable/crash": {} }, @@ -242471,7 +242400,7 @@ [ "sysfield_engine_hash", { - "_index": 8719, + "_index": 8716, "data": { "ref/stable/crash": {} }, @@ -242481,7 +242410,7 @@ [ "sysfield_engine_version", { - "_index": 8721, + "_index": 8718, "data": { "ref/stable/crash": {} }, @@ -242491,7 +242420,7 @@ [ "sysfield_language", { - "_index": 8723, + "_index": 8720, "data": { "ref/stable/crash": {} }, @@ -242501,7 +242430,7 @@ [ "sysfield_manufacturer", { - "_index": 8725, + "_index": 8722, "data": { "ref/stable/crash": {} }, @@ -242511,7 +242440,7 @@ [ "sysfield_max", { - "_index": 8726, + "_index": 8723, "data": { "ref/stable/crash": {} }, @@ -242521,7 +242450,7 @@ [ "sysfield_system_name", { - "_index": 8729, + "_index": 8726, "data": { "ref/stable/crash": {} }, @@ -242531,7 +242460,7 @@ [ "sysfield_system_version", { - "_index": 8731, + "_index": 8728, "data": { "ref/stable/crash": {} }, @@ -242541,7 +242470,7 @@ [ "sysfield_territory", { - "_index": 8733, + "_index": 8730, "data": { "ref/stable/crash": {} }, @@ -242551,7 +242480,7 @@ [ "sysfields", { - "_index": 8727, + "_index": 8724, "data": { "ref/stable/crash": {} }, @@ -242625,7 +242554,7 @@ [ "system_name", { - "_index": 9645, + "_index": 9642, "data": { "ref/stable/sys": {} }, @@ -242635,7 +242564,7 @@ [ "system_version", { - "_index": 9646, + "_index": 9643, "data": { "ref/stable/sys": {} }, @@ -242685,7 +242614,7 @@ [ "t", { - "_index": 5211, + "_index": 5208, "data": { "manuals/lua": {}, "ref/stable/base": {}, @@ -242707,7 +242636,7 @@ [ "t,x", { - "_index": 6944, + "_index": 6941, "data": { "ref/stable/table": {} }, @@ -242717,7 +242646,7 @@ [ "t._m", { - "_index": 10706, + "_index": 10703, "data": { "ref/stable/base": {} }, @@ -242727,7 +242656,7 @@ [ "t._name", { - "_index": 10705, + "_index": 10702, "data": { "ref/stable/base": {} }, @@ -242737,7 +242666,7 @@ [ "t._package", { - "_index": 10707, + "_index": 10704, "data": { "ref/stable/base": {} }, @@ -242747,7 +242676,7 @@ [ "t1", { - "_index": 9863, + "_index": 9860, "data": { "ref/stable/dmTransform": {}, "ref/stable/os": {} @@ -242758,7 +242687,7 @@ [ "t1*t2", { - "_index": 9866, + "_index": 9863, "data": { "ref/stable/dmTransform": {} }, @@ -242768,7 +242697,7 @@ [ "t2", { - "_index": 9864, + "_index": 9861, "data": { "ref/stable/dmTransform": {}, "ref/stable/os": {} @@ -242779,7 +242708,7 @@ [ "t[k", { - "_index": 7144, + "_index": 7141, "data": { "ref/stable/string": {} }, @@ -242789,7 +242718,7 @@ [ "t_backing", { - "_index": 5298, + "_index": 5295, "data": { "manuals/compute": {} }, @@ -242799,7 +242728,7 @@ [ "t_backing_handle", { - "_index": 5304, + "_index": 5301, "data": { "manuals/compute": {} }, @@ -242893,7 +242822,7 @@ [ "table<item", { - "_index": 8870, + "_index": 8867, "data": { "ref/stable/editor": {} }, @@ -242903,7 +242832,7 @@ [ "table<string", { - "_index": 8860, + "_index": 8857, "data": { "ref/stable/editor": {} }, @@ -242913,7 +242842,7 @@ [ "table.concat", { - "_index": 6936, + "_index": 6933, "data": { "ref/stable/table": {} }, @@ -242935,7 +242864,7 @@ [ "table.maxn", { - "_index": 6945, + "_index": 6942, "data": { "ref/stable/table": {} }, @@ -242945,7 +242874,7 @@ [ "table.remove", { - "_index": 6948, + "_index": 6945, "data": { "ref/stable/table": {} }, @@ -242955,7 +242884,7 @@ [ "table.sort", { - "_index": 6949, + "_index": 6946, "data": { "ref/stable/table": {} }, @@ -242965,7 +242894,7 @@ [ "table[1", { - "_index": 6951, + "_index": 6948, "data": { "ref/stable/table": {} }, @@ -242975,7 +242904,7 @@ [ "table[]array", { - "_index": 8961, + "_index": 8958, "data": { "ref/stable/editor": {} }, @@ -242985,7 +242914,7 @@ [ "table[]file", { - "_index": 8953, + "_index": 8950, "data": { "ref/stable/editor": {} }, @@ -242995,7 +242924,7 @@ [ "table[i]..sep..table[i+1", { - "_index": 6938, + "_index": 6935, "data": { "ref/stable/table": {} }, @@ -243005,7 +242934,7 @@ [ "table[index", { - "_index": 10718, + "_index": 10715, "data": { "ref/stable/base": {} }, @@ -243015,7 +242944,7 @@ [ "table[n", { - "_index": 6952, + "_index": 6949, "data": { "ref/stable/table": {} }, @@ -243025,7 +242954,7 @@ [ "tabledefault", { - "_index": 8862, + "_index": 8859, "data": { "ref/stable/editor": {} }, @@ -243035,7 +242964,7 @@ [ "tableissue", { - "_index": 8919, + "_index": 8916, "data": { "ref/stable/editor": {} }, @@ -243090,7 +243019,7 @@ [ "tactxstudios", { - "_index": 6630, + "_index": 6627, "data": { "assets/tactxstudios": {} }, @@ -243123,7 +243052,7 @@ [ "tail", { - "_index": 9574, + "_index": 9571, "data": { "ref/stable/debug": {} }, @@ -243133,7 +243062,7 @@ [ "tailor", { - "_index": 5932, + "_index": 5929, "data": { "manuals/model": {} }, @@ -243271,7 +243200,7 @@ [ "tan", { - "_index": 7309, + "_index": 7306, "data": { "ref/stable/math": {} }, @@ -243281,7 +243210,7 @@ [ "tangent", { - "_index": 7248, + "_index": 7245, "data": { "ref/stable/math": {} }, @@ -243301,7 +243230,7 @@ [ "tanh", { - "_index": 7311, + "_index": 7308, "data": { "ref/stable/math": {} }, @@ -243324,7 +243253,7 @@ [ "tap_count", { - "_index": 7972, + "_index": 7969, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -243345,7 +243274,7 @@ [ "taps", { - "_index": 7973, + "_index": 7970, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -243356,7 +243285,7 @@ [ "taptic", { - "_index": 6540, + "_index": 6537, "data": { "assets/tapticengine": {} }, @@ -243366,7 +243295,7 @@ [ "tapticengine", { - "_index": 6539, + "_index": 6536, "data": { "assets/tapticengine": {} }, @@ -243418,7 +243347,7 @@ [ "target.source", { - "_index": 4906, + "_index": 4903, "data": { "manuals/debugging-native-code-ios": {} }, @@ -243438,7 +243367,7 @@ [ "targeted", { - "_index": 4851, + "_index": 4848, "data": { "manuals/porting-guidelines": {} }, @@ -243521,7 +243450,7 @@ [ "tcp6", { - "_index": 10585, + "_index": 10582, "data": { "ref/stable/socket": {} }, @@ -243531,7 +243460,7 @@ [ "tcp_nodelay", { - "_index": 10073, + "_index": 10070, "data": { "ref/stable/dmSocket": {} }, @@ -243541,7 +243470,7 @@ [ "tcp_quickack", { - "_index": 10075, + "_index": 10072, "data": { "ref/stable/dmSocket": {} }, @@ -243551,7 +243480,7 @@ [ "tddftype", { - "_index": 9248, + "_index": 9245, "data": { "ref/stable/dmGameObject": {} }, @@ -243571,7 +243500,7 @@ [ "teal", { - "_index": 6661, + "_index": 6658, "data": { "assets/teal": {} }, @@ -243679,7 +243608,7 @@ [ "teardowncallback", { - "_index": 10872, + "_index": 10869, "data": { "ref/stable/dmScript": {} }, @@ -243689,7 +243618,7 @@ [ "technical", { - "_index": 5247, + "_index": 5244, "data": { "manuals/networking": {} }, @@ -243699,7 +243628,7 @@ [ "technique", { - "_index": 6042, + "_index": 6039, "data": { "assets/derez": {}, "manuals/material": {} @@ -243733,7 +243662,7 @@ [ "telescope", { - "_index": 6347, + "_index": 6344, "data": { "assets/deftest": {} }, @@ -243779,7 +243708,7 @@ [ "telnet", { - "_index": 9428, + "_index": 9425, "data": { "ref/stable/engine": {} }, @@ -243850,7 +243779,7 @@ [ "templates/default.gui", { - "_index": 5581, + "_index": 5578, "data": { "manuals/editor": {} }, @@ -243860,7 +243789,7 @@ [ "templates/default.script", { - "_index": 5582, + "_index": 5579, "data": { "manuals/editor": {} }, @@ -243870,7 +243799,7 @@ [ "templating", { - "_index": 4699, + "_index": 4696, "data": { "manuals/gui-template": {} }, @@ -243890,7 +243819,7 @@ [ "temporaries", { - "_index": 9563, + "_index": 9560, "data": { "ref/stable/debug": {} }, @@ -243926,7 +243855,7 @@ [ "tend", { - "_index": 7559, + "_index": 7556, "data": { "ref/stable/physics": {} }, @@ -243936,7 +243865,7 @@ [ "tenjin", { - "_index": 6649, + "_index": 6646, "data": { "assets/tenjin": {} }, @@ -243970,7 +243899,7 @@ [ "terminal/command", { - "_index": 5588, + "_index": 5585, "data": { "manuals/android": {}, "manuals/editor": {} @@ -243981,7 +243910,7 @@ [ "terminate", { - "_index": 5871, + "_index": 5868, "data": { "manuals/debugging-game-logic": {}, "ref/stable/dmThread": {}, @@ -243993,7 +243922,7 @@ [ "terminated", { - "_index": 7418, + "_index": 7415, "data": { "ref/stable/dmHash": {}, "ref/stable/dmHttpClient": {}, @@ -244009,7 +243938,7 @@ [ "terminates", { - "_index": 8747, + "_index": 8744, "data": { "ref/stable/base": {}, "ref/stable/coroutine": {}, @@ -244023,7 +243952,7 @@ [ "terminating", { - "_index": 9729, + "_index": 9726, "data": { "ref/stable/dmStringFunc": {} }, @@ -244045,7 +243974,7 @@ [ "terra", { - "_index": 5165, + "_index": 5162, "data": { "manuals/flash": {} }, @@ -244055,7 +243984,7 @@ [ "terrain", { - "_index": 5268, + "_index": 5265, "data": { "manuals/compute": {} }, @@ -244065,7 +243994,7 @@ [ "territory", { - "_index": 8734, + "_index": 8731, "data": { "ref/stable/crash": {}, "ref/stable/sys": {} @@ -244123,7 +244052,7 @@ [ "tested", { - "_index": 7519, + "_index": 7516, "data": { "ref/stable/gui": {}, "ref/stable/physics": {} @@ -244144,7 +244073,7 @@ [ "testfrustumobb", { - "_index": 9445, + "_index": 9442, "data": { "ref/stable/dmIntersection": {} }, @@ -244154,7 +244083,7 @@ [ "testfrustumpoint", { - "_index": 9449, + "_index": 9446, "data": { "ref/stable/dmIntersection": {} }, @@ -244164,7 +244093,7 @@ [ "testfrustumsphere", { - "_index": 9450, + "_index": 9447, "data": { "ref/stable/dmIntersection": {} }, @@ -244174,7 +244103,7 @@ [ "testfrustumspheresq", { - "_index": 9451, + "_index": 9448, "data": { "ref/stable/dmIntersection": {} }, @@ -244209,7 +244138,7 @@ [ "tests", { - "_index": 5130, + "_index": 5127, "data": { "assets/deftest": {}, "manuals/flash": {}, @@ -244224,7 +244153,7 @@ [ "tethering", { - "_index": 5667, + "_index": 5664, "data": { "manuals/dev-app": {} }, @@ -244234,7 +244163,7 @@ [ "tex0", { - "_index": 5647, + "_index": 5644, "data": { "manuals/mesh": {} }, @@ -244244,7 +244173,7 @@ [ "tex_blur", { - "_index": 5289, + "_index": 5286, "data": { "manuals/compute": {} }, @@ -244254,7 +244183,7 @@ [ "tex_coord", { - "_index": 5316, + "_index": 5313, "data": { "manuals/compute": {} }, @@ -244264,7 +244193,7 @@ [ "tex_coord.x", { - "_index": 5320, + "_index": 5317, "data": { "manuals/compute": {} }, @@ -244274,7 +244203,7 @@ [ "tex_coord.y", { - "_index": 5322, + "_index": 5319, "data": { "manuals/compute": {} }, @@ -244284,7 +244213,7 @@ [ "tex_coord_uv", { - "_index": 5319, + "_index": 5316, "data": { "manuals/compute": {} }, @@ -244294,7 +244223,7 @@ [ "tex_storage", { - "_index": 5291, + "_index": 5288, "data": { "manuals/compute": {} }, @@ -244325,7 +244254,7 @@ [ "texels", { - "_index": 6033, + "_index": 6030, "data": { "manuals/material": {} }, @@ -244419,7 +244348,7 @@ [ "text_alignment", { - "_index": 9048, + "_index": 9045, "data": { "ref/stable/editor": {} }, @@ -244429,7 +244358,7 @@ [ "textadventuretemplate", { - "_index": 6420, + "_index": 6417, "data": { "assets/textadventuretemplate": {} }, @@ -244449,7 +244378,7 @@ [ "texttext_alignment", { - "_index": 8901, + "_index": 8898, "data": { "ref/stable/editor": {} }, @@ -244544,7 +244473,7 @@ [ "texture_filter_default", { - "_index": 8307, + "_index": 8304, "data": { "ref/stable/graphics": {} }, @@ -244554,7 +244483,7 @@ [ "texture_filter_linear", { - "_index": 8309, + "_index": 8306, "data": { "ref/stable/graphics": {} }, @@ -244564,7 +244493,7 @@ [ "texture_filter_linear_mipmap_linear", { - "_index": 8311, + "_index": 8308, "data": { "ref/stable/graphics": {} }, @@ -244574,7 +244503,7 @@ [ "texture_filter_linear_mipmap_nearest", { - "_index": 8313, + "_index": 8310, "data": { "ref/stable/graphics": {} }, @@ -244584,7 +244513,7 @@ [ "texture_filter_nearest", { - "_index": 8315, + "_index": 8312, "data": { "ref/stable/graphics": {} }, @@ -244594,7 +244523,7 @@ [ "texture_filter_nearest_mipmap_linear", { - "_index": 8317, + "_index": 8314, "data": { "ref/stable/graphics": {} }, @@ -244604,7 +244533,7 @@ [ "texture_filter_nearest_mipmap_nearest", { - "_index": 8319, + "_index": 8316, "data": { "ref/stable/graphics": {} }, @@ -244614,7 +244543,7 @@ [ "texture_format_bgra8u", { - "_index": 8321, + "_index": 8318, "data": { "ref/stable/graphics": {} }, @@ -244624,7 +244553,7 @@ [ "texture_format_depth", { - "_index": 8323, + "_index": 8320, "data": { "ref/stable/graphics": {} }, @@ -244634,7 +244563,7 @@ [ "texture_format_luminance", { - "_index": 8325, + "_index": 8322, "data": { "ref/stable/graphics": {} }, @@ -244644,7 +244573,7 @@ [ "texture_format_luminance_alpha", { - "_index": 8327, + "_index": 8324, "data": { "ref/stable/graphics": {} }, @@ -244654,7 +244583,7 @@ [ "texture_format_r16f", { - "_index": 8329, + "_index": 8326, "data": { "ref/stable/graphics": {} }, @@ -244664,7 +244593,7 @@ [ "texture_format_r32f", { - "_index": 8331, + "_index": 8328, "data": { "ref/stable/graphics": {} }, @@ -244674,7 +244603,7 @@ [ "texture_format_r32ui", { - "_index": 8333, + "_index": 8330, "data": { "ref/stable/graphics": {} }, @@ -244684,7 +244613,7 @@ [ "texture_format_r_bc4", { - "_index": 8335, + "_index": 8332, "data": { "ref/stable/graphics": {} }, @@ -244694,7 +244623,7 @@ [ "texture_format_r_etc2", { - "_index": 8337, + "_index": 8334, "data": { "ref/stable/graphics": {} }, @@ -244704,7 +244633,7 @@ [ "texture_format_rg16f", { - "_index": 8339, + "_index": 8336, "data": { "ref/stable/graphics": {} }, @@ -244714,7 +244643,7 @@ [ "texture_format_rg32f", { - "_index": 8341, + "_index": 8338, "data": { "ref/stable/graphics": {} }, @@ -244724,7 +244653,7 @@ [ "texture_format_rg_bc5", { - "_index": 8343, + "_index": 8340, "data": { "ref/stable/graphics": {} }, @@ -244734,7 +244663,7 @@ [ "texture_format_rg_etc2", { - "_index": 8345, + "_index": 8342, "data": { "ref/stable/graphics": {} }, @@ -244744,7 +244673,7 @@ [ "texture_format_rgb", { - "_index": 8347, + "_index": 8344, "data": { "ref/stable/graphics": {} }, @@ -244754,7 +244683,7 @@ [ "texture_format_rgb16f", { - "_index": 8349, + "_index": 8346, "data": { "ref/stable/graphics": {} }, @@ -244764,7 +244693,7 @@ [ "texture_format_rgb32f", { - "_index": 8351, + "_index": 8348, "data": { "ref/stable/graphics": {} }, @@ -244774,7 +244703,7 @@ [ "texture_format_rgb_16bpp", { - "_index": 8353, + "_index": 8350, "data": { "ref/stable/graphics": {} }, @@ -244784,7 +244713,7 @@ [ "texture_format_rgb_bc1", { - "_index": 8355, + "_index": 8352, "data": { "ref/stable/graphics": {} }, @@ -244794,7 +244723,7 @@ [ "texture_format_rgb_etc1", { - "_index": 8357, + "_index": 8354, "data": { "ref/stable/graphics": {} }, @@ -244804,7 +244733,7 @@ [ "texture_format_rgb_pvrtc_2bppv1", { - "_index": 8359, + "_index": 8356, "data": { "ref/stable/graphics": {} }, @@ -244814,7 +244743,7 @@ [ "texture_format_rgb_pvrtc_4bppv1", { - "_index": 8361, + "_index": 8358, "data": { "ref/stable/graphics": {} }, @@ -244835,7 +244764,7 @@ [ "texture_format_rgba16f", { - "_index": 8364, + "_index": 8361, "data": { "ref/stable/graphics": {} }, @@ -244845,7 +244774,7 @@ [ "texture_format_rgba32f", { - "_index": 8366, + "_index": 8363, "data": { "ref/stable/graphics": {} }, @@ -244855,7 +244784,7 @@ [ "texture_format_rgba32ui", { - "_index": 8368, + "_index": 8365, "data": { "ref/stable/graphics": {} }, @@ -244865,7 +244794,7 @@ [ "texture_format_rgba_16bpp", { - "_index": 8370, + "_index": 8367, "data": { "ref/stable/graphics": {} }, @@ -244875,7 +244804,7 @@ [ "texture_format_rgba_astc_4x4", { - "_index": 8372, + "_index": 8369, "data": { "ref/stable/graphics": {} }, @@ -244885,7 +244814,7 @@ [ "texture_format_rgba_bc3", { - "_index": 8374, + "_index": 8371, "data": { "ref/stable/graphics": {} }, @@ -244895,7 +244824,7 @@ [ "texture_format_rgba_bc7", { - "_index": 8376, + "_index": 8373, "data": { "ref/stable/graphics": {} }, @@ -244905,7 +244834,7 @@ [ "texture_format_rgba_etc2", { - "_index": 8378, + "_index": 8375, "data": { "ref/stable/graphics": {} }, @@ -244915,7 +244844,7 @@ [ "texture_format_rgba_pvrtc_2bppv1", { - "_index": 8380, + "_index": 8377, "data": { "ref/stable/graphics": {} }, @@ -244925,7 +244854,7 @@ [ "texture_format_rgba_pvrtc_4bppv1", { - "_index": 8382, + "_index": 8379, "data": { "ref/stable/graphics": {} }, @@ -244935,7 +244864,7 @@ [ "texture_format_stencil", { - "_index": 8384, + "_index": 8381, "data": { "ref/stable/graphics": {} }, @@ -244955,7 +244884,7 @@ [ "texture_in", { - "_index": 5311, + "_index": 5308, "data": { "manuals/compute": {} }, @@ -244965,7 +244894,7 @@ [ "texture_out", { - "_index": 5313, + "_index": 5310, "data": { "manuals/compute": {} }, @@ -245035,7 +244964,7 @@ [ "texture_type_2d", { - "_index": 8386, + "_index": 8383, "data": { "ref/stable/graphics": {} }, @@ -245045,7 +244974,7 @@ [ "texture_type_2d_array", { - "_index": 8388, + "_index": 8385, "data": { "ref/stable/graphics": {} }, @@ -245055,7 +244984,7 @@ [ "texture_type_cube_map", { - "_index": 8390, + "_index": 8387, "data": { "ref/stable/graphics": {} }, @@ -245065,7 +244994,7 @@ [ "texture_type_image_2d", { - "_index": 8392, + "_index": 8389, "data": { "ref/stable/graphics": {} }, @@ -245075,7 +245004,7 @@ [ "texture_usage_flag_color", { - "_index": 8394, + "_index": 8391, "data": { "ref/stable/graphics": {} }, @@ -245085,7 +245014,7 @@ [ "texture_usage_flag_input", { - "_index": 8396, + "_index": 8393, "data": { "ref/stable/graphics": {} }, @@ -245095,7 +245024,7 @@ [ "texture_usage_flag_memoryless", { - "_index": 8398, + "_index": 8395, "data": { "ref/stable/graphics": {} }, @@ -245105,7 +245034,7 @@ [ "texture_usage_flag_sample", { - "_index": 8400, + "_index": 8397, "data": { "ref/stable/graphics": {} }, @@ -245115,7 +245044,7 @@ [ "texture_usage_flag_storage", { - "_index": 8402, + "_index": 8399, "data": { "ref/stable/graphics": {} }, @@ -245125,7 +245054,7 @@ [ "texture_wrap_clamp_to_border", { - "_index": 8404, + "_index": 8401, "data": { "ref/stable/graphics": {} }, @@ -245135,7 +245064,7 @@ [ "texture_wrap_clamp_to_edge", { - "_index": 8406, + "_index": 8403, "data": { "ref/stable/graphics": {} }, @@ -245145,7 +245074,7 @@ [ "texture_wrap_mirrored_repeat", { - "_index": 8408, + "_index": 8405, "data": { "ref/stable/graphics": {} }, @@ -245155,7 +245084,7 @@ [ "texture_wrap_repeat", { - "_index": 8410, + "_index": 8407, "data": { "ref/stable/graphics": {} }, @@ -245165,7 +245094,7 @@ [ "texturec", { - "_index": 10409, + "_index": 10406, "data": { "ref/stable/resource": {} }, @@ -245189,7 +245118,7 @@ [ "textureformat", { - "_index": 6871, + "_index": 6868, "data": { "ref/stable/dmGraphics": {} }, @@ -245199,7 +245128,7 @@ [ "texturen", { - "_index": 5927, + "_index": 5924, "data": { "manuals/model": {}, "ref/stable/model": {} @@ -245210,7 +245139,7 @@ [ "texturepacker", { - "_index": 6546, + "_index": 6543, "data": { "assets/texturepacker": {} }, @@ -245246,7 +245175,7 @@ [ "texturesetc", { - "_index": 10372, + "_index": 10369, "data": { "ref/stable/resource": {} }, @@ -245570,7 +245499,7 @@ [ "that's", { - "_index": 4771, + "_index": 4768, "data": { "manuals/extensions": {} }, @@ -245931,7 +245860,7 @@ [ "the_state", { - "_index": 5734, + "_index": 5731, "data": { "manuals/modules": {} }, @@ -245941,7 +245870,7 @@ [ "the_state.value", { - "_index": 5735, + "_index": 5732, "data": { "manuals/modules": {} }, @@ -246523,7 +246452,7 @@ [ "think", { - "_index": 5614, + "_index": 5611, "data": { "manuals/introduction": {} }, @@ -246753,7 +246682,7 @@ [ "thoroughly", { - "_index": 5610, + "_index": 5607, "data": { "manuals/introduction": {} }, @@ -246830,7 +246759,7 @@ [ "threadattacher", { - "_index": 8035, + "_index": 8032, "data": { "ref/stable/dmAndroid": {} }, @@ -246894,7 +246823,7 @@ [ "throttling", { - "_index": 10478, + "_index": 10475, "data": { "ref/stable/socket": {} }, @@ -246981,7 +246910,7 @@ [ "throw", { - "_index": 5379, + "_index": 5376, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {}, @@ -246993,7 +246922,7 @@ [ "throwing", { - "_index": 10609, + "_index": 10606, "data": { "ref/stable/dmScript": {}, "ref/stable/socket": {} @@ -247004,7 +246933,7 @@ [ "thrown", { - "_index": 10606, + "_index": 10603, "data": { "ref/stable/socket": {} }, @@ -247014,7 +246943,7 @@ [ "throws", { - "_index": 8825, + "_index": 8822, "data": { "ref/stable/dmScript": {}, "ref/stable/editor": {}, @@ -247051,7 +246980,7 @@ [ "ticking", { - "_index": 9916, + "_index": 9913, "data": { "ref/stable/go": {} }, @@ -247071,7 +247000,7 @@ [ "tight", { - "_index": 5220, + "_index": 5217, "data": { "manuals/lua": {} }, @@ -247164,7 +247093,7 @@ [ "tilemap.get_bounds", { - "_index": 8066, + "_index": 8063, "data": { "ref/stable/tilemap": {} }, @@ -247185,7 +247114,7 @@ [ "tilemap.get_tile_info", { - "_index": 8070, + "_index": 8067, "data": { "ref/stable/tilemap": {} }, @@ -247195,7 +247124,7 @@ [ "tilemap.get_tiles", { - "_index": 8072, + "_index": 8069, "data": { "ref/stable/tilemap": {} }, @@ -247205,7 +247134,7 @@ [ "tilemap.h_flip", { - "_index": 8075, + "_index": 8072, "data": { "ref/stable/tilemap": {} }, @@ -247215,7 +247144,7 @@ [ "tilemap.rotate_180", { - "_index": 8077, + "_index": 8074, "data": { "ref/stable/tilemap": {} }, @@ -247225,7 +247154,7 @@ [ "tilemap.rotate_270", { - "_index": 8079, + "_index": 8076, "data": { "ref/stable/tilemap": {} }, @@ -247235,7 +247164,7 @@ [ "tilemap.rotate_90", { - "_index": 8082, + "_index": 8079, "data": { "ref/stable/tilemap": {} }, @@ -247256,7 +247185,7 @@ [ "tilemap.set_visible", { - "_index": 8100, + "_index": 8097, "data": { "ref/stable/tilemap": {} }, @@ -247266,7 +247195,7 @@ [ "tilemap.v_flip", { - "_index": 8099, + "_index": 8096, "data": { "ref/stable/tilemap": {} }, @@ -247276,7 +247205,7 @@ [ "tilemapanimator", { - "_index": 6647, + "_index": 6644, "data": { "assets/tilemapanimator": {} }, @@ -247313,7 +247242,7 @@ [ "tiles[row_index][column_index", { - "_index": 8074, + "_index": 8071, "data": { "ref/stable/tilemap": {} }, @@ -247334,7 +247263,7 @@ [ "tilesetter", { - "_index": 6553, + "_index": 6550, "data": { "assets/tilesetter": {} }, @@ -247449,7 +247378,7 @@ [ "time_elapsed", { - "_index": 7369, + "_index": 7366, "data": { "ref/stable/timer": {} }, @@ -247459,7 +247388,7 @@ [ "time_remaining", { - "_index": 7375, + "_index": 7372, "data": { "ref/stable/timer": {} }, @@ -247497,7 +247426,7 @@ [ "timer", { - "_index": 6144, + "_index": 6141, "data": { "assets/defold-timer": {}, "assets/defold-tweener": {}, @@ -247514,7 +247443,7 @@ [ "timer.cancel", { - "_index": 7363, + "_index": 7360, "data": { "ref/stable/timer": {} }, @@ -247524,7 +247453,7 @@ [ "timer.delay", { - "_index": 7365, + "_index": 7362, "data": { "ref/stable/timer": {} }, @@ -247534,7 +247463,7 @@ [ "timer.get_info", { - "_index": 7372, + "_index": 7369, "data": { "ref/stable/timer": {} }, @@ -247544,7 +247473,7 @@ [ "timer.invalid_timer_handle", { - "_index": 7371, + "_index": 7368, "data": { "ref/stable/timer": {} }, @@ -247554,7 +247483,7 @@ [ "timer.trigger", { - "_index": 7380, + "_index": 7377, "data": { "ref/stable/timer": {} }, @@ -247601,7 +247530,7 @@ [ "timestamp", { - "_index": 5845, + "_index": 5842, "data": { "manuals/macos": {} }, @@ -247623,7 +247552,7 @@ [ "timestep.collection", { - "_index": 6176, + "_index": 6173, "data": { "examples/collection/timestep": {} }, @@ -247684,7 +247613,7 @@ [ "tint_array", { - "_index": 7878, + "_index": 7875, "data": { "ref/stable/gui": {} }, @@ -247704,7 +247633,7 @@ [ "tinted", { - "_index": 6164, + "_index": 6161, "data": { "examples/sprite/tint": {} }, @@ -247736,7 +247665,7 @@ [ "tinyecs", { - "_index": 6613, + "_index": 6610, "data": { "assets/tinyecs": {} }, @@ -247746,7 +247675,7 @@ [ "tinyhttp", { - "_index": 6551, + "_index": 6548, "data": { "assets/tinyhttp": {} }, @@ -247790,7 +247719,7 @@ [ "titlefilters", { - "_index": 8952, + "_index": 8949, "data": { "ref/stable/editor": {} }, @@ -247820,7 +247749,7 @@ [ "tmpfile", { - "_index": 9476, + "_index": 9473, "data": { "ref/stable/io": {} }, @@ -247830,7 +247759,7 @@ [ "tmpname", { - "_index": 10025, + "_index": 10022, "data": { "ref/stable/os": {} }, @@ -248194,7 +248123,7 @@ [ "to`false", { - "_index": 4717, + "_index": 4714, "data": { "manuals/bundling": {} }, @@ -248204,7 +248133,7 @@ [ "tobit", { - "_index": 8662, + "_index": 8659, "data": { "ref/stable/bit": {} }, @@ -248354,7 +248283,7 @@ [ "todo", { - "_index": 5355, + "_index": 5352, "data": { "manuals/editor-scripts": {} }, @@ -248413,7 +248342,7 @@ [ "toggle_physics_debug", { - "_index": 5169, + "_index": 5166, "data": { "manuals/flash": {}, "ref/stable/sys": {} @@ -248435,7 +248364,7 @@ [ "toggles", { - "_index": 9720, + "_index": 9717, "data": { "ref/stable/sys": {} }, @@ -248445,7 +248374,7 @@ [ "toggling", { - "_index": 5170, + "_index": 5167, "data": { "manuals/flash": {}, "ref/stable/sys": {} @@ -248456,7 +248385,7 @@ [ "tohash", { - "_index": 10874, + "_index": 10871, "data": { "ref/stable/dmScript": {} }, @@ -248466,7 +248395,7 @@ [ "tohex", { - "_index": 8664, + "_index": 8661, "data": { "ref/stable/bit": {} }, @@ -248476,7 +248405,7 @@ [ "tohostname", { - "_index": 10594, + "_index": 10591, "data": { "ref/stable/socket": {} }, @@ -248486,7 +248415,7 @@ [ "toip", { - "_index": 10597, + "_index": 10594, "data": { "ref/stable/socket": {} }, @@ -248510,7 +248439,7 @@ [ "tokenize", { - "_index": 9752, + "_index": 9749, "data": { "ref/stable/dmStringFunc": {} }, @@ -248531,7 +248460,7 @@ [ "tomatrix4", { - "_index": 9860, + "_index": 9857, "data": { "ref/stable/dmScript": {}, "ref/stable/dmTransform": {} @@ -248615,7 +248544,7 @@ [ "tooling", { - "_index": 10760, + "_index": 10757, "data": { "ref/stable/sound": {} }, @@ -248625,7 +248554,7 @@ [ "toolkit", { - "_index": 6381, + "_index": 6378, "data": { "assets/defold-nuklear": {}, "assets/ts-defold": {}, @@ -248670,7 +248599,7 @@ [ "toolset", { - "_index": 6454, + "_index": 6451, "data": { "assets/defarc": {} }, @@ -248701,7 +248630,7 @@ [ "tooltiptooltip", { - "_index": 8923, + "_index": 8920, "data": { "ref/stable/editor": {} }, @@ -248711,7 +248640,7 @@ [ "toon", { - "_index": 6534, + "_index": 6531, "data": { "assets/defold-toon-shader": {} }, @@ -248765,7 +248694,7 @@ [ "top_left", { - "_index": 8894, + "_index": 8891, "data": { "ref/stable/editor": {} }, @@ -248775,7 +248704,7 @@ [ "top_right", { - "_index": 8896, + "_index": 8893, "data": { "ref/stable/editor": {} }, @@ -248785,7 +248714,7 @@ [ "toquat", { - "_index": 10877, + "_index": 10874, "data": { "ref/stable/dmScript": {} }, @@ -248795,7 +248724,7 @@ [ "torque", { - "_index": 5803, + "_index": 5800, "data": { "manuals/physics-joints": {}, "ref/stable/b2d.body": {}, @@ -248821,7 +248750,7 @@ [ "tostringissue", { - "_index": 9029, + "_index": 9026, "data": { "ref/stable/editor": {} }, @@ -248863,7 +248792,7 @@ [ "totransform", { - "_index": 9861, + "_index": 9858, "data": { "ref/stable/dmTransform": {} }, @@ -248931,7 +248860,7 @@ [ "touches", { - "_index": 5982, + "_index": 5979, "data": { "examples/render/orbit_camera": {}, "manuals/input": {}, @@ -248943,7 +248872,7 @@ [ "touching", { - "_index": 10204, + "_index": 10201, "data": { "ref/stable/html5": {} }, @@ -248963,7 +248892,7 @@ [ "tovector3", { - "_index": 10879, + "_index": 10876, "data": { "ref/stable/dmScript": {} }, @@ -248973,7 +248902,7 @@ [ "tovector4", { - "_index": 10881, + "_index": 10878, "data": { "ref/stable/dmScript": {} }, @@ -249036,7 +248965,7 @@ [ "traceback", { - "_index": 5899, + "_index": 5896, "data": { "manuals/gui-script": {}, "ref/stable/debug": {}, @@ -249090,7 +249019,7 @@ [ "track_cpu", { - "_index": 10265, + "_index": 10262, "data": { "ref/stable/profiler": {} }, @@ -249144,7 +249073,7 @@ [ "traditional", { - "_index": 6319, + "_index": 6316, "data": { "assets/colorlib": {} }, @@ -249154,7 +249083,7 @@ [ "trail", { - "_index": 6146, + "_index": 6143, "data": { "assets/hypertrails": {}, "examples/particles/fireworks": {} @@ -249176,7 +249105,7 @@ [ "trails", { - "_index": 6411, + "_index": 6408, "data": { "assets/hypertrails": {} }, @@ -249186,7 +249115,7 @@ [ "transact", { - "_index": 8882, + "_index": 8879, "data": { "ref/stable/editor": {} }, @@ -249196,7 +249125,7 @@ [ "transacted", { - "_index": 8886, + "_index": 8883, "data": { "ref/stable/editor": {} }, @@ -249206,7 +249135,7 @@ [ "transaction", { - "_index": 5381, + "_index": 5378, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -249217,7 +249146,7 @@ [ "transaction_step", { - "_index": 8884, + "_index": 8881, "data": { "ref/stable/editor": {} }, @@ -249227,7 +249156,7 @@ [ "transactions", { - "_index": 5485, + "_index": 5482, "data": { "manuals/editor-scripts": {} }, @@ -249277,7 +249206,7 @@ [ "transfer", { - "_index": 10246, + "_index": 10243, "data": { "ref/stable/http": {}, "ref/stable/socket": {} @@ -249288,7 +249217,7 @@ [ "transfer_ownership", { - "_index": 10402, + "_index": 10399, "data": { "ref/stable/resource": {} }, @@ -249298,7 +249227,7 @@ [ "transferred", { - "_index": 7444, + "_index": 7441, "data": { "ref/stable/dmArray": {} }, @@ -249308,7 +249237,7 @@ [ "transferring", { - "_index": 10446, + "_index": 10443, "data": { "ref/stable/resource": {} }, @@ -249318,7 +249247,7 @@ [ "transfers", { - "_index": 6237, + "_index": 6234, "data": { "examples/material/unlit": {} }, @@ -249351,7 +249280,7 @@ [ "transformation", { - "_index": 6014, + "_index": 6011, "data": { "manuals/building-blocks": {}, "ref/stable/go": {}, @@ -249389,7 +249318,7 @@ [ "transforming", { - "_index": 10550, + "_index": 10547, "data": { "ref/stable/socket": {} }, @@ -249399,7 +249328,7 @@ [ "transforms", { - "_index": 7766, + "_index": 7763, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmTransform": {}, @@ -249411,7 +249340,7 @@ [ "transient", { - "_index": 8600, + "_index": 8597, "data": { "ref/stable/render": {}, "ref/stable/resource": {} @@ -249444,7 +249373,7 @@ [ "transitions", { - "_index": 7017, + "_index": 7014, "data": { "ref/stable/vmath": {} }, @@ -249493,7 +249422,7 @@ [ "translating", { - "_index": 4823, + "_index": 4820, "data": { "manuals/debugging-native-code": {}, "manuals/porting-guidelines": {} @@ -249520,7 +249449,7 @@ [ "translations", { - "_index": 6016, + "_index": 6013, "data": { "assets/defglot": {}, "manuals/building-blocks": {} @@ -249541,7 +249470,7 @@ [ "transmission", { - "_index": 10485, + "_index": 10482, "data": { "ref/stable/socket": {} }, @@ -249551,7 +249480,7 @@ [ "transmissions", { - "_index": 10540, + "_index": 10537, "data": { "ref/stable/socket": {} }, @@ -249561,7 +249490,7 @@ [ "transmit", { - "_index": 9637, + "_index": 9634, "data": { "ref/stable/socket": {}, "ref/stable/sys": {} @@ -249582,7 +249511,7 @@ [ "transparency", { - "_index": 6140, + "_index": 6137, "data": { "assets/adinfo": {}, "examples/particles/confetti": {}, @@ -249608,7 +249537,7 @@ [ "transpilation", { - "_index": 6662, + "_index": 6659, "data": { "assets/teal": {} }, @@ -249648,7 +249577,7 @@ [ "transport", { - "_index": 10524, + "_index": 10521, "data": { "ref/stable/socket": {} }, @@ -249658,7 +249587,7 @@ [ "transpose", { - "_index": 7409, + "_index": 7406, "data": { "ref/stable/dmVMath": {} }, @@ -249668,7 +249597,7 @@ [ "transposed", { - "_index": 7391, + "_index": 7388, "data": { "ref/stable/dmVMath": {} }, @@ -249678,7 +249607,7 @@ [ "travels", { - "_index": 7099, + "_index": 7096, "data": { "ref/stable/vmath": {} }, @@ -249688,7 +249617,7 @@ [ "traversal", { - "_index": 6947, + "_index": 6944, "data": { "ref/stable/base": {}, "ref/stable/dmGameObject": {}, @@ -249700,7 +249629,7 @@ [ "traverse", { - "_index": 8596, + "_index": 8593, "data": { "ref/stable/base": {}, "ref/stable/render": {} @@ -249711,7 +249640,7 @@ [ "traversegetroot", { - "_index": 9362, + "_index": 9359, "data": { "ref/stable/dmGameObject": {} }, @@ -249721,7 +249650,7 @@ [ "traverseiteratechildren", { - "_index": 9363, + "_index": 9360, "data": { "ref/stable/dmGameObject": {} }, @@ -249731,7 +249660,7 @@ [ "traverseiteratenext", { - "_index": 9365, + "_index": 9362, "data": { "ref/stable/dmGameObject": {} }, @@ -249741,7 +249670,7 @@ [ "traverseiterateproperties", { - "_index": 9366, + "_index": 9363, "data": { "ref/stable/dmGameObject": {} }, @@ -249751,7 +249680,7 @@ [ "traverseiteratepropertiesnext", { - "_index": 9367, + "_index": 9364, "data": { "ref/stable/dmGameObject": {} }, @@ -249761,7 +249690,7 @@ [ "traversing", { - "_index": 9340, + "_index": 9337, "data": { "ref/stable/dmGameObject": {} }, @@ -249771,7 +249700,7 @@ [ "tray", { - "_index": 7235, + "_index": 7232, "data": { "ref/stable/window": {} }, @@ -249791,7 +249720,7 @@ [ "treat", { - "_index": 8654, + "_index": 8651, "data": { "ref/stable/bit": {} }, @@ -249852,7 +249781,7 @@ [ "trees", { - "_index": 5273, + "_index": 5270, "data": { "assets/def-behavior-tree": {}, "manuals/compute": {} @@ -249863,7 +249792,7 @@ [ "tremendously", { - "_index": 5955, + "_index": 5952, "data": { "manuals/design": {} }, @@ -249873,7 +249802,7 @@ [ "trenchbroom", { - "_index": 6555, + "_index": 6552, "data": { "assets/trenchbroom": {} }, @@ -249883,7 +249812,7 @@ [ "trenchfold", { - "_index": 6556, + "_index": 6553, "data": { "assets/trenchbroom": {} }, @@ -249907,7 +249836,7 @@ [ "triangles", { - "_index": 5646, + "_index": 5643, "data": { "manuals/mesh": {}, "ref/stable/resource": {} @@ -249918,7 +249847,7 @@ [ "trickortreat", { - "_index": 6557, + "_index": 6554, "data": { "assets/trickortreat": {} }, @@ -249928,7 +249857,7 @@ [ "tried", { - "_index": 9674, + "_index": 9671, "data": { "ref/stable/sys": {} }, @@ -249952,7 +249881,7 @@ [ "trigers", { - "_index": 6224, + "_index": 6221, "data": { "examples/timer/repeating_timer": {} }, @@ -249994,7 +249923,7 @@ [ "trigger_event", { - "_index": 5687, + "_index": 5684, "data": { "manuals/physics-events": {}, "ref/stable/physics": {} @@ -250031,7 +249960,7 @@ [ "triggering", { - "_index": 7381, + "_index": 7378, "data": { "ref/stable/physics": {}, "ref/stable/timer": {} @@ -250072,7 +250001,7 @@ [ "trimmed", { - "_index": 8832, + "_index": 8829, "data": { "ref/stable/editor": {} }, @@ -250092,7 +250021,7 @@ [ "tripe", { - "_index": 10398, + "_index": 10395, "data": { "ref/stable/resource": {} }, @@ -250112,7 +250041,7 @@ [ "troubleshooting", { - "_index": 5669, + "_index": 5666, "data": { "manuals/dev-app": {} }, @@ -250122,7 +250051,7 @@ [ "troublesome", { - "_index": 5508, + "_index": 5505, "data": { "manuals/debugging-native-code-android": {} }, @@ -250204,7 +250133,7 @@ [ "true>default", { - "_index": 8871, + "_index": 8868, "data": { "ref/stable/editor": {} }, @@ -250214,7 +250143,7 @@ [ "truealignment", { - "_index": 9012, + "_index": 9009, "data": { "ref/stable/editor": {} }, @@ -250224,7 +250153,7 @@ [ "truestyle", { - "_index": 8974, + "_index": 8971, "data": { "ref/stable/editor": {} }, @@ -250234,7 +250163,7 @@ [ "truetilecollisions", { - "_index": 6305, + "_index": 6302, "data": { "assets/truetilecollisions": {} }, @@ -250256,7 +250185,7 @@ [ "truly", { - "_index": 5952, + "_index": 5949, "data": { "manuals/design": {} }, @@ -250266,7 +250195,7 @@ [ "truncated", { - "_index": 7453, + "_index": 7450, "data": { "ref/stable/dmArray": {}, "ref/stable/dmStringFunc": {}, @@ -250278,7 +250207,7 @@ [ "truncation", { - "_index": 9748, + "_index": 9745, "data": { "ref/stable/dmStringFunc": {} }, @@ -250288,7 +250217,7 @@ [ "trust", { - "_index": 5663, + "_index": 5660, "data": { "manuals/dev-app": {} }, @@ -250331,7 +250260,7 @@ [ "trylock", { - "_index": 6977, + "_index": 6974, "data": { "ref/stable/dmMutex": {} }, @@ -250341,7 +250270,7 @@ [ "ts", { - "_index": 6397, + "_index": 6394, "data": { "assets/ts-defold": {} }, @@ -250351,7 +250280,7 @@ [ "ttl", { - "_index": 10508, + "_index": 10505, "data": { "ref/stable/socket": {} }, @@ -250361,7 +250290,7 @@ [ "tune", { - "_index": 10690, + "_index": 10687, "data": { "ref/stable/base": {} }, @@ -250381,7 +250310,7 @@ [ "tuning", { - "_index": 10497, + "_index": 10494, "data": { "ref/stable/socket": {} }, @@ -250391,7 +250320,7 @@ [ "tuple", { - "_index": 7405, + "_index": 7402, "data": { "ref/stable/dmVMath": {}, "ref/stable/editor": {} @@ -250444,7 +250373,7 @@ [ "tutorials", { - "_index": 5596, + "_index": 5593, "data": { "assets/tactxstudios": {}, "manuals/introduction": {} @@ -250469,7 +250398,7 @@ [ "tweakable", { - "_index": 6567, + "_index": 6564, "data": { "assets/kinematicwalker": {}, "assets/operator": {} @@ -250480,7 +250409,7 @@ [ "tweaked", { - "_index": 6153, + "_index": 6150, "data": { "examples/particles/fire_and_smoke": {} }, @@ -250501,7 +250430,7 @@ [ "tweener", { - "_index": 6639, + "_index": 6636, "data": { "assets/defold-tweener": {} }, @@ -250511,7 +250440,7 @@ [ "tweening", { - "_index": 5092, + "_index": 5089, "data": { "manuals/flash": {} }, @@ -250521,7 +250450,7 @@ [ "tweens", { - "_index": 5090, + "_index": 5087, "data": { "manuals/flash": {} }, @@ -250541,7 +250470,7 @@ [ "twister", { - "_index": 6466, + "_index": 6463, "data": { "assets/sfmt": {} }, @@ -250627,7 +250556,7 @@ [ "tx", { - "_index": 8885, + "_index": 8882, "data": { "ref/stable/editor": {} }, @@ -250745,7 +250674,7 @@ [ "type..>", { - "_index": 8681, + "_index": 8678, "data": { "ref/stable/dmSpinlock": {} }, @@ -250755,7 +250684,7 @@ [ "type:int32_t", { - "_index": 9300, + "_index": 9297, "data": { "ref/stable/dmGameObject": {} }, @@ -250775,7 +250704,7 @@ [ "type_box", { - "_index": 7956, + "_index": 7953, "data": { "ref/stable/gui": {} }, @@ -250785,7 +250714,7 @@ [ "type_custom", { - "_index": 7957, + "_index": 7954, "data": { "ref/stable/gui": {} }, @@ -250795,7 +250724,7 @@ [ "type_luminance", { - "_index": 10365, + "_index": 10362, "data": { "ref/stable/image": {} }, @@ -250805,7 +250734,7 @@ [ "type_luminance_alpha", { - "_index": 10366, + "_index": 10363, "data": { "ref/stable/image": {} }, @@ -250815,7 +250744,7 @@ [ "type_particlefx", { - "_index": 7958, + "_index": 7955, "data": { "ref/stable/gui": {} }, @@ -250825,7 +250754,7 @@ [ "type_pie", { - "_index": 7959, + "_index": 7956, "data": { "ref/stable/gui": {} }, @@ -250835,7 +250764,7 @@ [ "type_rgb", { - "_index": 10367, + "_index": 10364, "data": { "ref/stable/image": {} }, @@ -250845,7 +250774,7 @@ [ "type_rgba", { - "_index": 10368, + "_index": 10365, "data": { "ref/stable/image": {} }, @@ -250855,7 +250784,7 @@ [ "type_text", { - "_index": 7960, + "_index": 7957, "data": { "ref/stable/gui": {} }, @@ -250877,7 +250806,7 @@ [ "typedef", { - "_index": 6972, + "_index": 6969, "data": { "ref/stable/dmBuffer": {}, "ref/stable/dmConditionVariable": {}, @@ -250954,7 +250883,7 @@ [ "types.is_hash", { - "_index": 10733, + "_index": 10730, "data": { "ref/stable/types": {} }, @@ -250964,7 +250893,7 @@ [ "types.is_matrix4", { - "_index": 10735, + "_index": 10732, "data": { "ref/stable/types": {} }, @@ -250974,7 +250903,7 @@ [ "types.is_quat", { - "_index": 10737, + "_index": 10734, "data": { "ref/stable/types": {} }, @@ -250984,7 +250913,7 @@ [ "types.is_url", { - "_index": 10739, + "_index": 10736, "data": { "ref/stable/types": {} }, @@ -250994,7 +250923,7 @@ [ "types.is_vector", { - "_index": 10741, + "_index": 10738, "data": { "ref/stable/types": {} }, @@ -251004,7 +250933,7 @@ [ "types.is_vector3", { - "_index": 10743, + "_index": 10740, "data": { "ref/stable/types": {} }, @@ -251014,7 +250943,7 @@ [ "types.is_vector4", { - "_index": 10745, + "_index": 10742, "data": { "ref/stable/types": {} }, @@ -251024,7 +250953,7 @@ [ "typescript", { - "_index": 6398, + "_index": 6395, "data": { "assets/ts-defold": {} }, @@ -251034,7 +250963,7 @@ [ "typewriter", { - "_index": 6603, + "_index": 6600, "data": { "assets/defold-typewriter": {} }, @@ -251116,7 +251045,7 @@ [ "u0", { - "_index": 10390, + "_index": 10387, "data": { "ref/stable/resource": {} }, @@ -251126,7 +251055,7 @@ [ "u1", { - "_index": 10392, + "_index": 10389, "data": { "ref/stable/resource": {} }, @@ -251136,7 +251065,7 @@ [ "u_wrap", { - "_index": 8516, + "_index": 8513, "data": { "ref/stable/render": {} }, @@ -251168,7 +251097,7 @@ [ "udp6", { - "_index": 10629, + "_index": 10626, "data": { "ref/stable/socket": {} }, @@ -251203,7 +251132,7 @@ [ "ui/ux", { - "_index": 6590, + "_index": 6587, "data": { "assets/define": {} }, @@ -251213,7 +251142,7 @@ [ "uiapplicationdelegate", { - "_index": 9891, + "_index": 9888, "data": { "ref/stable/dmExtension": {} }, @@ -251233,7 +251162,7 @@ [ "uint16_t", { - "_index": 9061, + "_index": 9058, "data": { "ref/stable/dmConnectionPool": {}, "ref/stable/dmGameObject": {}, @@ -251245,7 +251174,7 @@ [ "uint32_t", { - "_index": 6763, + "_index": 6760, "data": { "ref/stable/dmArray": {}, "ref/stable/dmBuffer": {}, @@ -251273,7 +251202,7 @@ [ "uint32_t:2", { - "_index": 10955, + "_index": 10952, "data": { "ref/stable/dmRender": {} }, @@ -251283,7 +251212,7 @@ [ "uint32_t:4", { - "_index": 10953, + "_index": 10950, "data": { "ref/stable/dmRender": {} }, @@ -251293,7 +251222,7 @@ [ "uint32_t:8", { - "_index": 10957, + "_index": 10954, "data": { "ref/stable/dmRender": {} }, @@ -251303,7 +251232,7 @@ [ "uint64_t", { - "_index": 6766, + "_index": 6763, "data": { "ref/stable/dmGraphics": {}, "ref/stable/dmHash": {}, @@ -251320,7 +251249,7 @@ [ "uint8_t", { - "_index": 6923, + "_index": 6920, "data": { "ref/stable/dmBuffer": {}, "ref/stable/dmCrypt": {}, @@ -251343,7 +251272,7 @@ [ "uiview", { - "_index": 6804, + "_index": 6801, "data": { "ref/stable/dmGraphics": {} }, @@ -251353,7 +251282,7 @@ [ "uiwindow", { - "_index": 6807, + "_index": 6804, "data": { "ref/stable/dmGraphics": {} }, @@ -251363,7 +251292,7 @@ [ "ump", { - "_index": 6587, + "_index": 6584, "data": { "assets/ump": {} }, @@ -251373,7 +251302,7 @@ [ "un", { - "_index": 10394, + "_index": 10391, "data": { "ref/stable/resource": {} }, @@ -251383,7 +251312,7 @@ [ "unable", { - "_index": 5670, + "_index": 5667, "data": { "manuals/dev-app": {}, "ref/stable/sys": {} @@ -251404,7 +251333,7 @@ [ "unaffected", { - "_index": 10173, + "_index": 10170, "data": { "ref/stable/b2d.body": {} }, @@ -251424,7 +251353,7 @@ [ "unavailable", { - "_index": 5374, + "_index": 5371, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -251435,7 +251364,7 @@ [ "unbind", { - "_index": 5287, + "_index": 5284, "data": { "manuals/compute": {} }, @@ -251445,7 +251374,7 @@ [ "unblocks", { - "_index": 9905, + "_index": 9902, "data": { "ref/stable/dmConditionVariable": {} }, @@ -251493,7 +251422,7 @@ [ "uncommitted", { - "_index": 5456, + "_index": 5453, "data": { "manuals/editor-scripts": {} }, @@ -251513,7 +251442,7 @@ [ "unconnected", { - "_index": 10511, + "_index": 10508, "data": { "ref/stable/socket": {} }, @@ -251523,7 +251452,7 @@ [ "unconnected:close", { - "_index": 10630, + "_index": 10627, "data": { "ref/stable/socket": {} }, @@ -251533,7 +251462,7 @@ [ "unconnected:getoption", { - "_index": 10631, + "_index": 10628, "data": { "ref/stable/socket": {} }, @@ -251543,7 +251472,7 @@ [ "unconnected:getsockname", { - "_index": 10633, + "_index": 10630, "data": { "ref/stable/socket": {} }, @@ -251553,7 +251482,7 @@ [ "unconnected:receive", { - "_index": 10634, + "_index": 10631, "data": { "ref/stable/socket": {} }, @@ -251563,7 +251492,7 @@ [ "unconnected:receivefrom", { - "_index": 10635, + "_index": 10632, "data": { "ref/stable/socket": {} }, @@ -251573,7 +251502,7 @@ [ "unconnected:sendto", { - "_index": 10636, + "_index": 10633, "data": { "ref/stable/socket": {} }, @@ -251583,7 +251512,7 @@ [ "unconnected:setoption", { - "_index": 10632, + "_index": 10629, "data": { "ref/stable/socket": {} }, @@ -251593,7 +251522,7 @@ [ "unconnected:setpeername", { - "_index": 10637, + "_index": 10634, "data": { "ref/stable/socket": {} }, @@ -251603,7 +251532,7 @@ [ "unconnected:setsockname", { - "_index": 10638, + "_index": 10635, "data": { "ref/stable/socket": {} }, @@ -251613,7 +251542,7 @@ [ "unconnected:settimeout", { - "_index": 10639, + "_index": 10636, "data": { "ref/stable/socket": {} }, @@ -251623,7 +251552,7 @@ [ "undefined", { - "_index": 5920, + "_index": 5917, "data": { "manuals/components": {}, "ref/stable/base": {}, @@ -251668,7 +251597,7 @@ [ "underling", { - "_index": 10487, + "_index": 10484, "data": { "ref/stable/socket": {} }, @@ -251694,7 +251623,7 @@ [ "underscore", { - "_index": 9399, + "_index": 9396, "data": { "ref/stable/package": {} }, @@ -251750,7 +251679,7 @@ [ "undoable", { - "_index": 5403, + "_index": 5400, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -251761,7 +251690,7 @@ [ "undone", { - "_index": 5495, + "_index": 5492, "data": { "manuals/editor-scripts": {} }, @@ -251792,7 +251721,7 @@ [ "unforeseen", { - "_index": 10237, + "_index": 10234, "data": { "ref/stable/http": {} }, @@ -251813,7 +251742,7 @@ [ "unicode", { - "_index": 9481, + "_index": 9478, "data": { "ref/stable/dmHid": {} }, @@ -251823,7 +251752,7 @@ [ "unified", { - "_index": 6274, + "_index": 6271, "data": { "assets/defbuild": {}, "assets/iac": {}, @@ -251861,7 +251790,7 @@ [ "uniformally", { - "_index": 7573, + "_index": 7570, "data": { "ref/stable/gui": {} }, @@ -251896,7 +251825,7 @@ [ "uninitialized", { - "_index": 7358, + "_index": 7355, "data": { "ref/stable/collectionproxy": {}, "ref/stable/dmMemory": {}, @@ -251908,7 +251837,7 @@ [ "uninstall", { - "_index": 6273, + "_index": 6270, "data": { "assets/defbuild": {} }, @@ -251918,7 +251847,7 @@ [ "uninstall/install", { - "_index": 4702, + "_index": 4699, "data": { "manuals/bundling": {} }, @@ -251938,7 +251867,7 @@ [ "union", { - "_index": 9337, + "_index": 9334, "data": { "ref/stable/dmGameObject": {} }, @@ -251986,7 +251915,7 @@ [ "uniqueness", { - "_index": 7905, + "_index": 7902, "data": { "ref/stable/gui": {} }, @@ -251996,7 +251925,7 @@ [ "uniquevariable12345", { - "_index": 5724, + "_index": 5721, "data": { "manuals/modules": {} }, @@ -252006,7 +251935,7 @@ [ "unison", { - "_index": 5055, + "_index": 5052, "data": { "manuals/flash": {} }, @@ -252066,7 +251995,7 @@ [ "units/s", { - "_index": 7469, + "_index": 7466, "data": { "ref/stable/physics": {} }, @@ -252087,7 +252016,7 @@ [ "unityads", { - "_index": 6722, + "_index": 6719, "data": { "assets/defvideoads": {} }, @@ -252111,7 +252040,7 @@ [ "unix", { - "_index": 9386, + "_index": 9383, "data": { "ref/stable/package": {}, "ref/stable/socket": {} @@ -252122,7 +252051,7 @@ [ "unknown", { - "_index": 6063, + "_index": 6060, "data": { "manuals/android": {} }, @@ -252172,7 +252101,7 @@ [ "unlikely", { - "_index": 10463, + "_index": 10460, "data": { "ref/stable/socket": {} }, @@ -252182,7 +252111,7 @@ [ "unlimited", { - "_index": 6413, + "_index": 6410, "data": { "assets/googleanalyticsforfirebase": {} }, @@ -252192,7 +252121,7 @@ [ "unlink", { - "_index": 9771, + "_index": 9768, "data": { "ref/stable/dmSys": {} }, @@ -252202,7 +252131,7 @@ [ "unlinked", { - "_index": 9759, + "_index": 9756, "data": { "ref/stable/dmSys": {} }, @@ -252212,7 +252141,7 @@ [ "unlit", { - "_index": 6233, + "_index": 6230, "data": { "examples/material/unlit": {} }, @@ -252237,7 +252166,7 @@ [ "unloaded", { - "_index": 5720, + "_index": 5717, "data": { "manuals/application-lifecycle": {}, "manuals/resource": {}, @@ -252251,7 +252180,7 @@ [ "unloading", { - "_index": 5714, + "_index": 5711, "data": { "examples/collection/proxy": {}, "examples/collection/splash": {}, @@ -252264,7 +252193,7 @@ [ "unlock", { - "_index": 6966, + "_index": 6963, "data": { "ref/stable/dmMutex": {}, "ref/stable/dmSpinlock": {} @@ -252285,7 +252214,7 @@ [ "unlocked", { - "_index": 6974, + "_index": 6971, "data": { "ref/stable/dmMutex": {} }, @@ -252295,7 +252224,7 @@ [ "unlocks", { - "_index": 7227, + "_index": 7224, "data": { "ref/stable/window": {} }, @@ -252305,7 +252234,7 @@ [ "unmap", { - "_index": 6934, + "_index": 6931, "data": { "ref/stable/dmGraphics": {} }, @@ -252325,7 +252254,7 @@ [ "unnecessarily", { - "_index": 4882, + "_index": 4879, "data": { "manuals/porting-guidelines": {} }, @@ -252347,7 +252276,7 @@ [ "unofficial", { - "_index": 6641, + "_index": 6638, "data": { "assets/sentinel": {} }, @@ -252357,7 +252286,7 @@ [ "unpack", { - "_index": 5711, + "_index": 5708, "data": { "manuals/physics-events": {}, "ref/stable/base": {} @@ -252368,7 +252297,7 @@ [ "unpacked", { - "_index": 4782, + "_index": 4779, "data": { "manuals/extensions": {} }, @@ -252378,7 +252307,7 @@ [ "unpredictable", { - "_index": 5484, + "_index": 5481, "data": { "manuals/editor-scripts": {}, "ref/stable/io": {} @@ -252389,7 +252318,7 @@ [ "unrecoverable", { - "_index": 7427, + "_index": 7424, "data": { "ref/stable/dmLog": {} }, @@ -252399,7 +252328,7 @@ [ "unref", { - "_index": 10883, + "_index": 10880, "data": { "ref/stable/dmScript": {} }, @@ -252409,7 +252338,7 @@ [ "unreference", { - "_index": 9256, + "_index": 9253, "data": { "ref/stable/dmGameObject": {} }, @@ -252419,7 +252348,7 @@ [ "unrefininstance", { - "_index": 10901, + "_index": 10898, "data": { "ref/stable/dmScript": {} }, @@ -252429,7 +252358,7 @@ [ "unregistered", { - "_index": 8432, + "_index": 8429, "data": { "ref/stable/dmResource": {} }, @@ -252439,7 +252368,7 @@ [ "unregistering", { - "_index": 9878, + "_index": 9875, "data": { "ref/stable/dmExtension": {} }, @@ -252449,7 +252378,7 @@ [ "unregisteriosuiapplicationdelegate", { - "_index": 9902, + "_index": 9899, "data": { "ref/stable/dmExtension": {} }, @@ -252459,7 +252388,7 @@ [ "unregisteronactivitycreatelistener", { - "_index": 8029, + "_index": 8026, "data": { "ref/stable/dmAndroid": {} }, @@ -252469,7 +252398,7 @@ [ "unregisteronactivityresultlistener", { - "_index": 8033, + "_index": 8030, "data": { "ref/stable/dmAndroid": {} }, @@ -252479,7 +252408,7 @@ [ "unregisters", { - "_index": 7434, + "_index": 7431, "data": { "ref/stable/dmAndroid": {}, "ref/stable/dmLog": {} @@ -252490,7 +252419,7 @@ [ "unrelated", { - "_index": 4932, + "_index": 4929, "data": { "manuals/getting-help": {} }, @@ -252510,7 +252439,7 @@ [ "unsaved", { - "_index": 8881, + "_index": 8878, "data": { "ref/stable/editor": {} }, @@ -252532,7 +252461,7 @@ [ "unsent", { - "_index": 10489, + "_index": 10486, "data": { "ref/stable/socket": {} }, @@ -252552,7 +252481,7 @@ [ "unsigned", { - "_index": 5830, + "_index": 5827, "data": { "manuals/macos": {}, "ref/stable/base": {}, @@ -252567,7 +252496,7 @@ [ "unspecified", { - "_index": 9806, + "_index": 9803, "data": { "ref/stable/dmTime": {}, "ref/stable/liveupdate": {} @@ -252578,7 +252507,7 @@ [ "unstripped", { - "_index": 4986, + "_index": 4983, "data": { "manuals/debugging-native-code": {}, "manuals/debugging-native-code-android": {} @@ -252589,7 +252518,7 @@ [ "unsuccessful", { - "_index": 7820, + "_index": 7817, "data": { "ref/stable/collectionproxy": {}, "ref/stable/dmGui": {}, @@ -252617,7 +252546,6 @@ "manuals/debugging-game-logic": {}, "manuals/flipbook-animation": {}, "manuals/gui-layouts": {}, - "manuals/gui-template": {}, "manuals/input": {}, "manuals/ios": {}, "manuals/lua": {}, @@ -252679,7 +252607,7 @@ [ "unwrap", { - "_index": 4819, + "_index": 4816, "data": { "manuals/importing-models": {} }, @@ -252689,7 +252617,7 @@ [ "unzip", { - "_index": 4897, + "_index": 4894, "data": { "manuals/debugging-native-code": {}, "manuals/debugging-native-code-ios": {} @@ -252872,7 +252800,7 @@ [ "update_mass", { - "_index": 7554, + "_index": 7551, "data": { "ref/stable/physics": {} }, @@ -252892,7 +252820,7 @@ [ "update_result_ok", { - "_index": 9173, + "_index": 9170, "data": { "ref/stable/dmGameObject": {} }, @@ -252922,7 +252850,7 @@ [ "updatecontentversion", { - "_index": 10682, + "_index": 10679, "data": { "ref/stable/dmBuffer": {} }, @@ -252932,7 +252860,7 @@ [ "updatecontext", { - "_index": 9368, + "_index": 9365, "data": { "ref/stable/dmGameObject": {} }, @@ -252964,7 +252892,7 @@ [ "updated/changed", { - "_index": 7533, + "_index": 7530, "data": { "ref/stable/physics": {} }, @@ -252985,7 +252913,7 @@ [ "updateresult", { - "_index": 9174, + "_index": 9171, "data": { "ref/stable/dmGameObject": {} }, @@ -253049,7 +252977,7 @@ [ "upgraded", { - "_index": 5672, + "_index": 5669, "data": { "manuals/dev-app": {} }, @@ -253134,7 +253062,7 @@ [ "upper", { - "_index": 4875, + "_index": 4872, "data": { "manuals/porting-guidelines": {}, "ref/stable/base": {}, @@ -253182,7 +253110,7 @@ [ "upside", { - "_index": 6160, + "_index": 6157, "data": { "examples/particles/fire_and_smoke": {} }, @@ -253202,7 +253130,7 @@ [ "uptime", { - "_index": 6505, + "_index": 6502, "data": { "assets/uptime": {} }, @@ -253212,7 +253140,7 @@ [ "upvalue", { - "_index": 9570, + "_index": 9567, "data": { "ref/stable/debug": {} }, @@ -253222,7 +253150,7 @@ [ "upvalues", { - "_index": 7112, + "_index": 7109, "data": { "ref/stable/string": {} }, @@ -253232,7 +253160,7 @@ [ "upwards", { - "_index": 5174, + "_index": 5171, "data": { "examples/movement/look_rotation": {}, "examples/particles/confetti": {}, @@ -253317,7 +253245,7 @@ [ "url_a", { - "_index": 5703, + "_index": 5700, "data": { "manuals/physics-events": {} }, @@ -253327,7 +253255,7 @@ [ "url_b", { - "_index": 5705, + "_index": 5702, "data": { "manuals/physics-events": {} }, @@ -253348,7 +253276,7 @@ [ "urltostring", { - "_index": 10902, + "_index": 10899, "data": { "ref/stable/dmScript": {} }, @@ -253402,7 +253330,7 @@ [ "usb", { - "_index": 5660, + "_index": 5657, "data": { "manuals/android": {}, "manuals/dev-app": {} @@ -253487,7 +253415,6 @@ "manuals/gui": {}, "manuals/gui-layouts": {}, "manuals/gui-script": {}, - "manuals/gui-template": {}, "manuals/gui-text": {}, "manuals/html5": {}, "manuals/iac": {}, @@ -253605,7 +253532,7 @@ [ "use_frustum", { - "_index": 8568, + "_index": 8565, "data": { "ref/stable/render": {} }, @@ -253883,7 +253810,7 @@ [ "user"", { - "_index": 7163, + "_index": 7160, "data": { "ref/stable/string": {} }, @@ -253917,7 +253844,7 @@ [ "user_agent", { - "_index": 9661, + "_index": 9658, "data": { "ref/stable/sys": {} }, @@ -253927,7 +253854,7 @@ [ "user_data", { - "_index": 9146, + "_index": 9143, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmHttpClient": {} @@ -253938,7 +253865,7 @@ [ "user_id", { - "_index": 4853, + "_index": 4850, "data": { "manuals/porting-guidelines": {} }, @@ -253948,7 +253875,7 @@ [ "usercentrics", { - "_index": 6300, + "_index": 6297, "data": { "assets/def_usercentrics": {} }, @@ -253958,7 +253885,7 @@ [ "userdata", { - "_index": 5366, + "_index": 5363, "data": { "manuals/editor-scripts": {}, "ref/stable/base": {}, @@ -253981,7 +253908,7 @@ [ "userfield_max", { - "_index": 8736, + "_index": 8733, "data": { "ref/stable/crash": {} }, @@ -253991,7 +253918,7 @@ [ "userfield_size", { - "_index": 8738, + "_index": 8735, "data": { "ref/stable/crash": {} }, @@ -254078,7 +254005,7 @@ [ "users/builder/ci/builds/engine", { - "_index": 4907, + "_index": 4904, "data": { "manuals/debugging-native-code-ios": {} }, @@ -254098,7 +254025,7 @@ [ "users/mathiaswesterdahl/work/defold", { - "_index": 4909, + "_index": 4906, "data": { "manuals/debugging-native-code-ios": {} }, @@ -254108,7 +254035,7 @@ [ "users/mathiaswesterdahl/work/projects/extension", { - "_index": 4912, + "_index": 4909, "data": { "manuals/debugging-native-code-ios": {} }, @@ -254344,7 +254271,7 @@ [ "usr/local/foo/init.lua", { - "_index": 9391, + "_index": 9388, "data": { "ref/stable/package": {} }, @@ -254354,7 +254281,7 @@ [ "usr/local/foo/init.so", { - "_index": 9395, + "_index": 9392, "data": { "ref/stable/package": {} }, @@ -254411,7 +254338,7 @@ [ "utc", { - "_index": 10599, + "_index": 10596, "data": { "ref/stable/socket": {} }, @@ -254434,7 +254361,7 @@ [ "utility/module", { - "_index": 6298, + "_index": 6295, "data": { "assets/moku": {} }, @@ -254454,7 +254381,7 @@ [ "utilizing", { - "_index": 6460, + "_index": 6457, "data": { "assets/defgraph": {} }, @@ -254464,7 +254391,7 @@ [ "uuid", { - "_index": 4924, + "_index": 4921, "data": { "manuals/debugging-native-code-ios": {} }, @@ -254520,7 +254447,7 @@ [ "v.x", { - "_index": 7397, + "_index": 7394, "data": { "ref/stable/dmVMath": {} }, @@ -254530,7 +254457,7 @@ [ "v.y", { - "_index": 7398, + "_index": 7395, "data": { "ref/stable/dmVMath": {} }, @@ -254540,7 +254467,7 @@ [ "v.z", { - "_index": 7399, + "_index": 7396, "data": { "ref/stable/dmVMath": {} }, @@ -254550,7 +254477,7 @@ [ "v0", { - "_index": 10391, + "_index": 10388, "data": { "ref/stable/resource": {} }, @@ -254560,7 +254487,7 @@ [ "v0.98", { - "_index": 6646, + "_index": 6643, "data": { "assets/pcg-random": {} }, @@ -254570,7 +254497,7 @@ [ "v1", { - "_index": 10393, + "_index": 10390, "data": { "ref/stable/base": {}, "ref/stable/resource": {} @@ -254581,7 +254508,7 @@ [ "v1.5.1", { - "_index": 6467, + "_index": 6464, "data": { "assets/sfmt": {} }, @@ -254591,7 +254518,7 @@ [ "v2", { - "_index": 10716, + "_index": 10713, "data": { "ref/stable/base": {} }, @@ -254601,7 +254528,7 @@ [ "v6only", { - "_index": 10493, + "_index": 10490, "data": { "ref/stable/socket": {} }, @@ -254611,7 +254538,7 @@ [ "v7a", { - "_index": 4992, + "_index": 4989, "data": { "manuals/debugging-native-code": {} }, @@ -254621,7 +254548,7 @@ [ "v8a", { - "_index": 4990, + "_index": 4987, "data": { "manuals/debugging-native-code": {} }, @@ -254631,7 +254558,7 @@ [ "v_flip", { - "_index": 8101, + "_index": 8098, "data": { "ref/stable/tilemap": {} }, @@ -254641,7 +254568,7 @@ [ "v_wrap", { - "_index": 8518, + "_index": 8515, "data": { "ref/stable/render": {} }, @@ -254651,7 +254578,7 @@ [ "va", { - "_index": 4921, + "_index": 4918, "data": { "manuals/debugging-native-code-ios": {} }, @@ -254661,7 +254588,7 @@ [ "va_list", { - "_index": 8787, + "_index": 8784, "data": { "ref/stable/dmProfile": {} }, @@ -254671,7 +254598,7 @@ [ "val", { - "_index": 5636, + "_index": 5633, "data": { "manuals/script-properties": {} }, @@ -254681,7 +254608,7 @@ [ "val1", { - "_index": 8745, + "_index": 8742, "data": { "ref/stable/coroutine": {} }, @@ -254744,7 +254671,7 @@ [ "validatebuffer", { - "_index": 10684, + "_index": 10681, "data": { "ref/stable/dmBuffer": {} }, @@ -254754,7 +254681,7 @@ [ "validating", { - "_index": 10491, + "_index": 10488, "data": { "ref/stable/socket": {} }, @@ -254776,7 +254703,7 @@ [ "validity", { - "_index": 6072, + "_index": 6069, "data": { "manuals/android": {} }, @@ -254786,7 +254713,7 @@ [ "valuable", { - "_index": 4950, + "_index": 4947, "data": { "manuals/getting-help": {} }, @@ -254903,7 +254830,7 @@ [ "value_type_float32", { - "_index": 8113, + "_index": 8110, "data": { "ref/stable/buffer": {} }, @@ -254913,7 +254840,7 @@ [ "value_type_int16", { - "_index": 8115, + "_index": 8112, "data": { "ref/stable/buffer": {} }, @@ -254923,7 +254850,7 @@ [ "value_type_int32", { - "_index": 8117, + "_index": 8114, "data": { "ref/stable/buffer": {} }, @@ -254933,7 +254860,7 @@ [ "value_type_int64", { - "_index": 8119, + "_index": 8116, "data": { "ref/stable/buffer": {} }, @@ -254943,7 +254870,7 @@ [ "value_type_int8", { - "_index": 8121, + "_index": 8118, "data": { "ref/stable/buffer": {} }, @@ -254953,7 +254880,7 @@ [ "value_type_uint16", { - "_index": 8123, + "_index": 8120, "data": { "ref/stable/buffer": {} }, @@ -254963,7 +254890,7 @@ [ "value_type_uint32", { - "_index": 8125, + "_index": 8122, "data": { "ref/stable/buffer": {} }, @@ -254973,7 +254900,7 @@ [ "value_type_uint64", { - "_index": 8127, + "_index": 8124, "data": { "ref/stable/buffer": {} }, @@ -254983,7 +254910,7 @@ [ "value_type_uint8", { - "_index": 8128, + "_index": 8125, "data": { "ref/stable/buffer": {} }, @@ -254993,7 +254920,7 @@ [ "valueissue", { - "_index": 9000, + "_index": 8997, "data": { "ref/stable/editor": {} }, @@ -255003,7 +254930,7 @@ [ "valueon_value_changed", { - "_index": 9024, + "_index": 9021, "data": { "ref/stable/editor": {} }, @@ -255013,7 +254940,7 @@ [ "valueoptions", { - "_index": 9025, + "_index": 9022, "data": { "ref/stable/editor": {} }, @@ -255036,7 +254963,6 @@ "manuals/font": {}, "manuals/gui": {}, "manuals/gui-script": {}, - "manuals/gui-template": {}, "manuals/html5": {}, "manuals/material": {}, "manuals/optimization-memory": {}, @@ -255093,7 +255019,7 @@ [ "valuescope", { - "_index": 8844, + "_index": 8841, "data": { "ref/stable/editor": {} }, @@ -255103,7 +255029,7 @@ [ "valuetext", { - "_index": 8917, + "_index": 8914, "data": { "ref/stable/editor": {} }, @@ -255113,7 +255039,7 @@ [ "valuetype", { - "_index": 10679, + "_index": 10676, "data": { "ref/stable/dmBuffer": {} }, @@ -255346,7 +255272,7 @@ [ "varname", { - "_index": 10015, + "_index": 10012, "data": { "ref/stable/os": {} }, @@ -255388,7 +255314,7 @@ [ "vec2/vec3/vec4", { - "_index": 5373, + "_index": 5370, "data": { "manuals/editor-scripts": {} }, @@ -255420,7 +255346,7 @@ [ "vecto4", { - "_index": 7028, + "_index": 7025, "data": { "ref/stable/vmath": {} }, @@ -255456,7 +255382,7 @@ [ "vector's", { - "_index": 6985, + "_index": 6982, "data": { "ref/stable/vmath": {} }, @@ -255495,7 +255421,7 @@ [ "vector3|vector4", { - "_index": 6984, + "_index": 6981, "data": { "ref/stable/vmath": {} }, @@ -255532,7 +255458,7 @@ [ "vector4's", { - "_index": 10968, + "_index": 10965, "data": { "ref/stable/dmRender": {} }, @@ -255542,7 +255468,7 @@ [ "vector4s", { - "_index": 6549, + "_index": 6546, "data": { "assets/colorpicker": {} }, @@ -255568,7 +255494,7 @@ [ "vegetation", { - "_index": 5270, + "_index": 5267, "data": { "manuals/compute": {} }, @@ -255638,7 +255564,7 @@ [ "verifier", { - "_index": 6666, + "_index": 6663, "data": { "assets/apkverifier": {} }, @@ -255690,7 +255616,7 @@ [ "versatile", { - "_index": 6335, + "_index": 6332, "data": { "assets/defold-rendy": {} }, @@ -255760,7 +255686,7 @@ [ "version.tar.gz"", { - "_index": 7173, + "_index": 7170, "data": { "ref/stable/string": {} }, @@ -255770,7 +255696,7 @@ [ "version/10.0.3", { - "_index": 9669, + "_index": 9666, "data": { "ref/stable/sys": {} }, @@ -255790,7 +255716,7 @@ [ "version_cbk", { - "_index": 10452, + "_index": 10449, "data": { "ref/stable/dmHttpClient": {} }, @@ -255820,7 +255746,7 @@ [ "version_sha1", { - "_index": 9631, + "_index": 9628, "data": { "ref/stable/sys": {} }, @@ -255895,7 +255821,7 @@ [ "vertexcolor.script", { - "_index": 6244, + "_index": 6241, "data": { "examples/material/vertexcolor": {} }, @@ -255966,7 +255892,7 @@ [ "vertices/normals", { - "_index": 5658, + "_index": 5655, "data": { "manuals/mesh": {} }, @@ -256063,7 +255989,7 @@ [ "viable", { - "_index": 5341, + "_index": 5338, "data": { "manuals/editor-scripts": {} }, @@ -256073,7 +255999,7 @@ [ "vibration", { - "_index": 6689, + "_index": 6686, "data": { "assets/vibration": {} }, @@ -256122,7 +256048,7 @@ [ "videoplayback", { - "_index": 6472, + "_index": 6469, "data": { "assets/videoplayernative": {} }, @@ -256132,7 +256058,7 @@ [ "videoplayer", { - "_index": 4913, + "_index": 4910, "data": { "assets/videoplayernative": {}, "manuals/debugging-native-code-ios": {} @@ -256143,7 +256069,7 @@ [ "videoplayernative", { - "_index": 6471, + "_index": 6468, "data": { "assets/videoplayernative": {} }, @@ -256153,7 +256079,7 @@ [ "videos", { - "_index": 5192, + "_index": 5189, "data": { "manuals/lua": {} }, @@ -256209,7 +256135,7 @@ [ "view*projection", { - "_index": 9439, + "_index": 9436, "data": { "ref/stable/dmIntersection": {} }, @@ -256219,7 +256145,7 @@ [ "view/download", { - "_index": 4975, + "_index": 4972, "data": { "manuals/debugging-native-code": {} }, @@ -256229,7 +256155,7 @@ [ "view_mode_full", { - "_index": 10305, + "_index": 10302, "data": { "ref/stable/profiler": {} }, @@ -256239,7 +256165,7 @@ [ "view_mode_minimized", { - "_index": 10306, + "_index": 10303, "data": { "ref/stable/profiler": {} }, @@ -256259,7 +256185,7 @@ [ "view_recorded_frame", { - "_index": 10293, + "_index": 10290, "data": { "ref/stable/profiler": {} }, @@ -256280,7 +256206,7 @@ [ "viewing", { - "_index": 10304, + "_index": 10301, "data": { "ref/stable/profiler": {} }, @@ -256301,7 +256227,7 @@ [ "viewproj", { - "_index": 9440, + "_index": 9437, "data": { "ref/stable/dmIntersection": {} }, @@ -256354,7 +256280,7 @@ [ "visibility", { - "_index": 5556, + "_index": 5553, "data": { "manuals/editor": {}, "ref/stable/dmRender": {}, @@ -256466,7 +256392,7 @@ [ "visualizes", { - "_index": 9721, + "_index": 9718, "data": { "ref/stable/sys": {} }, @@ -256499,7 +256425,7 @@ [ "vita", { - "_index": 6507, + "_index": 6504, "data": { "assets/vitahealthenergy": {} }, @@ -256509,7 +256435,7 @@ [ "vitahealthenergy", { - "_index": 6506, + "_index": 6503, "data": { "assets/vitahealthenergy": {} }, @@ -256529,7 +256455,7 @@ [ "vk", { - "_index": 6744, + "_index": 6741, "data": { "assets/adswrapper": {} }, @@ -256539,7 +256465,7 @@ [ "vlc", { - "_index": 9597, + "_index": 9594, "data": { "ref/stable/sys": {} }, @@ -256549,7 +256475,7 @@ [ "vm", { - "_index": 5358, + "_index": 5355, "data": { "manuals/editor-scripts": {} }, @@ -256559,7 +256485,7 @@ [ "vmath", { - "_index": 6982, + "_index": 6979, "data": { "ref/stable/vmath": {} }, @@ -256569,7 +256495,7 @@ [ "vmath.clamp", { - "_index": 6981, + "_index": 6978, "data": { "ref/stable/vmath": {} }, @@ -256579,7 +256505,7 @@ [ "vmath.conj", { - "_index": 6987, + "_index": 6984, "data": { "ref/stable/vmath": {} }, @@ -256589,7 +256515,7 @@ [ "vmath.cross", { - "_index": 6993, + "_index": 6990, "data": { "ref/stable/vmath": {} }, @@ -256599,7 +256525,7 @@ [ "vmath.dot", { - "_index": 6996, + "_index": 6993, "data": { "ref/stable/vmath": {} }, @@ -256609,7 +256535,7 @@ [ "vmath.euler_to_quat", { - "_index": 7001, + "_index": 6998, "data": { "ref/stable/vmath": {} }, @@ -256641,7 +256567,7 @@ [ "vmath.length_sqr", { - "_index": 7014, + "_index": 7011, "data": { "ref/stable/vmath": {} }, @@ -256675,7 +256601,7 @@ [ "vmath.matrix4_axis_angle", { - "_index": 7022, + "_index": 7019, "data": { "ref/stable/vmath": {} }, @@ -256685,7 +256611,7 @@ [ "vmath.matrix4_compose", { - "_index": 7025, + "_index": 7022, "data": { "ref/stable/vmath": {} }, @@ -256695,7 +256621,7 @@ [ "vmath.matrix4_frustum", { - "_index": 7029, + "_index": 7026, "data": { "ref/stable/vmath": {} }, @@ -256705,7 +256631,7 @@ [ "vmath.matrix4_look_at", { - "_index": 7031, + "_index": 7028, "data": { "ref/stable/vmath": {} }, @@ -256715,7 +256641,7 @@ [ "vmath.matrix4_orthographic", { - "_index": 7034, + "_index": 7031, "data": { "ref/stable/vmath": {} }, @@ -256725,7 +256651,7 @@ [ "vmath.matrix4_perspective", { - "_index": 7036, + "_index": 7033, "data": { "ref/stable/vmath": {} }, @@ -256735,7 +256661,7 @@ [ "vmath.matrix4_quat", { - "_index": 7038, + "_index": 7035, "data": { "ref/stable/vmath": {} }, @@ -256745,7 +256671,7 @@ [ "vmath.matrix4_rotation_x", { - "_index": 7040, + "_index": 7037, "data": { "ref/stable/vmath": {} }, @@ -256755,7 +256681,7 @@ [ "vmath.matrix4_rotation_y", { - "_index": 7042, + "_index": 7039, "data": { "ref/stable/vmath": {} }, @@ -256765,7 +256691,7 @@ [ "vmath.matrix4_rotation_z", { - "_index": 7044, + "_index": 7041, "data": { "ref/stable/vmath": {} }, @@ -256775,7 +256701,7 @@ [ "vmath.matrix4_scale", { - "_index": 7046, + "_index": 7043, "data": { "ref/stable/vmath": {} }, @@ -256785,7 +256711,7 @@ [ "vmath.matrix4_translation", { - "_index": 7050, + "_index": 7047, "data": { "ref/stable/vmath": {} }, @@ -256795,7 +256721,7 @@ [ "vmath.mul_per_elem", { - "_index": 7053, + "_index": 7050, "data": { "ref/stable/vmath": {} }, @@ -256805,7 +256731,7 @@ [ "vmath.normalize", { - "_index": 7063, + "_index": 7060, "data": { "ref/stable/vmath": {} }, @@ -256815,7 +256741,7 @@ [ "vmath.ortho_inv", { - "_index": 7008, + "_index": 7005, "data": { "ref/stable/vmath": {} }, @@ -256836,7 +256762,7 @@ [ "vmath.quat", { - "_index": 7068, + "_index": 7065, "data": { "ref/stable/gui": {}, "ref/stable/vmath": {} @@ -256847,7 +256773,7 @@ [ "vmath.quat_axis_angle", { - "_index": 7069, + "_index": 7066, "data": { "ref/stable/vmath": {} }, @@ -256857,7 +256783,7 @@ [ "vmath.quat_basis", { - "_index": 7071, + "_index": 7068, "data": { "ref/stable/vmath": {} }, @@ -256867,7 +256793,7 @@ [ "vmath.quat_from_to", { - "_index": 7073, + "_index": 7070, "data": { "ref/stable/vmath": {} }, @@ -256877,7 +256803,7 @@ [ "vmath.quat_matrix4", { - "_index": 7076, + "_index": 7073, "data": { "ref/stable/vmath": {} }, @@ -256887,7 +256813,7 @@ [ "vmath.quat_rotation_x", { - "_index": 7078, + "_index": 7075, "data": { "ref/stable/vmath": {} }, @@ -256897,7 +256823,7 @@ [ "vmath.quat_rotation_y", { - "_index": 7080, + "_index": 7077, "data": { "ref/stable/vmath": {} }, @@ -256907,7 +256833,7 @@ [ "vmath.quat_rotation_z", { - "_index": 7082, + "_index": 7079, "data": { "ref/stable/vmath": {} }, @@ -256917,7 +256843,7 @@ [ "vmath.quat_to_euler", { - "_index": 7084, + "_index": 7081, "data": { "ref/stable/vmath": {} }, @@ -256927,7 +256853,7 @@ [ "vmath.rotate", { - "_index": 7093, + "_index": 7090, "data": { "ref/stable/vmath": {} }, @@ -256937,7 +256863,7 @@ [ "vmath.slerp", { - "_index": 7021, + "_index": 7018, "data": { "ref/stable/vmath": {} }, @@ -256947,7 +256873,7 @@ [ "vmath.vec4", { - "_index": 7876, + "_index": 7873, "data": { "ref/stable/gui": {} }, @@ -257007,7 +256933,7 @@ [ "vn", { - "_index": 6577, + "_index": 6574, "data": { "assets/visual-novel-template-ink": {}, "ref/stable/resource": {} @@ -257029,7 +256955,7 @@ [ "voices", { - "_index": 10750, + "_index": 10747, "data": { "ref/stable/sound": {} }, @@ -257088,7 +257014,7 @@ [ "voronoi", { - "_index": 6637, + "_index": 6634, "data": { "assets/voronoi": {} }, @@ -257109,7 +257035,7 @@ [ "voxel", { - "_index": 5277, + "_index": 5274, "data": { "manuals/compute": {} }, @@ -257119,7 +257045,7 @@ [ "voxelization", { - "_index": 5276, + "_index": 5273, "data": { "manuals/compute": {} }, @@ -257129,7 +257055,7 @@ [ "vp8", { - "_index": 9593, + "_index": 9590, "data": { "ref/stable/sys": {} }, @@ -257139,7 +257065,7 @@ [ "vp8/ivf", { - "_index": 9600, + "_index": 9597, "data": { "ref/stable/sys": {} }, @@ -257163,7 +257089,7 @@ [ "vsync", { - "_index": 4867, + "_index": 4864, "data": { "manuals/porting-guidelines": {}, "ref/stable/profiler": {}, @@ -257189,7 +257115,7 @@ [ "vulkancleartexture", { - "_index": 6896, + "_index": 6893, "data": { "ref/stable/dmGraphics": {} }, @@ -257199,7 +257125,7 @@ [ "vulkancopybuffertotexture", { - "_index": 6898, + "_index": 6895, "data": { "ref/stable/dmGraphics": {} }, @@ -257209,7 +257135,7 @@ [ "vulkancreaterenderpass", { - "_index": 6899, + "_index": 6896, "data": { "ref/stable/dmGraphics": {} }, @@ -257219,7 +257145,7 @@ [ "vulkandeletestoragebuffer", { - "_index": 6901, + "_index": 6898, "data": { "ref/stable/dmGraphics": {} }, @@ -257229,7 +257155,7 @@ [ "vulkandrawbaseinstance", { - "_index": 6902, + "_index": 6899, "data": { "ref/stable/dmGraphics": {} }, @@ -257239,7 +257165,7 @@ [ "vulkandrawelementsinstanced", { - "_index": 6904, + "_index": 6901, "data": { "ref/stable/dmGraphics": {} }, @@ -257249,7 +257175,7 @@ [ "vulkangetactiveswapchaintexture", { - "_index": 6905, + "_index": 6902, "data": { "ref/stable/dmGraphics": {} }, @@ -257259,7 +257185,7 @@ [ "vulkangetcontext", { - "_index": 6906, + "_index": 6903, "data": { "ref/stable/dmGraphics": {} }, @@ -257269,7 +257195,7 @@ [ "vulkangetuniformbinding", { - "_index": 6907, + "_index": 6904, "data": { "ref/stable/dmGraphics": {} }, @@ -257279,7 +257205,7 @@ [ "vulkangraphicscommandqueuetometal", { - "_index": 6909, + "_index": 6906, "data": { "ref/stable/dmGraphics": {} }, @@ -257289,7 +257215,7 @@ [ "vulkanmapindexbuffer", { - "_index": 6912, + "_index": 6909, "data": { "ref/stable/dmGraphics": {} }, @@ -257299,7 +257225,7 @@ [ "vulkanmapvertexbuffer", { - "_index": 6914, + "_index": 6911, "data": { "ref/stable/dmGraphics": {} }, @@ -257309,7 +257235,7 @@ [ "vulkanmemorybarrier", { - "_index": 6915, + "_index": 6912, "data": { "ref/stable/dmGraphics": {} }, @@ -257319,7 +257245,7 @@ [ "vulkannextrenderpass", { - "_index": 6918, + "_index": 6915, "data": { "ref/stable/dmGraphics": {} }, @@ -257329,7 +257255,7 @@ [ "vulkansetconstantbuffer", { - "_index": 6919, + "_index": 6916, "data": { "ref/stable/dmGraphics": {} }, @@ -257339,7 +257265,7 @@ [ "vulkansetframeinflightcount", { - "_index": 6921, + "_index": 6918, "data": { "ref/stable/dmGraphics": {} }, @@ -257349,7 +257275,7 @@ [ "vulkansetpipelinestate", { - "_index": 6924, + "_index": 6921, "data": { "ref/stable/dmGraphics": {} }, @@ -257359,7 +257285,7 @@ [ "vulkansetrendertargetattachments", { - "_index": 6926, + "_index": 6923, "data": { "ref/stable/dmGraphics": {} }, @@ -257369,7 +257295,7 @@ [ "vulkansetstoragebuffer", { - "_index": 6928, + "_index": 6925, "data": { "ref/stable/dmGraphics": {} }, @@ -257379,7 +257305,7 @@ [ "vulkansetstoragebufferdata", { - "_index": 6929, + "_index": 6926, "data": { "ref/stable/dmGraphics": {} }, @@ -257389,7 +257315,7 @@ [ "vulkansetvertexdeclarationstepfunction", { - "_index": 6930, + "_index": 6927, "data": { "ref/stable/dmGraphics": {} }, @@ -257399,7 +257325,7 @@ [ "vulkantexturetometal", { - "_index": 6931, + "_index": 6928, "data": { "ref/stable/dmGraphics": {} }, @@ -257409,7 +257335,7 @@ [ "vulkanunmapindexbuffer", { - "_index": 6933, + "_index": 6930, "data": { "ref/stable/dmGraphics": {} }, @@ -257419,7 +257345,7 @@ [ "vulkanunmapvertexbuffer", { - "_index": 6935, + "_index": 6932, "data": { "ref/stable/dmGraphics": {} }, @@ -257429,7 +257355,7 @@ [ "vungle", { - "_index": 6360, + "_index": 6357, "data": { "assets/defvungle": {} }, @@ -257489,7 +257415,7 @@ [ "waiting", { - "_index": 9591, + "_index": 9588, "data": { "ref/stable/dmConditionVariable": {}, "ref/stable/profiler": {}, @@ -257502,7 +257428,7 @@ [ "waits", { - "_index": 10300, + "_index": 10297, "data": { "ref/stable/dmThread": {}, "ref/stable/profiler": {}, @@ -257514,7 +257440,7 @@ [ "wake", { - "_index": 7564, + "_index": 7561, "data": { "ref/stable/b2d.body": {}, "ref/stable/physics": {} @@ -257535,7 +257461,7 @@ [ "wakelocks", { - "_index": 6093, + "_index": 6090, "data": { "manuals/android": {} }, @@ -257545,7 +257471,7 @@ [ "wakes", { - "_index": 7563, + "_index": 7560, "data": { "ref/stable/b2d.body": {}, "ref/stable/physics": {} @@ -257556,7 +257482,7 @@ [ "wakeup", { - "_index": 7558, + "_index": 7555, "data": { "ref/stable/physics": {} }, @@ -257566,7 +257492,7 @@ [ "walker", { - "_index": 6566, + "_index": 6563, "data": { "assets/kinematicwalker": {} }, @@ -257652,7 +257578,7 @@ [ "wanted", { - "_index": 9301, + "_index": 9298, "data": { "ref/stable/dmGameObject": {} }, @@ -257662,7 +257588,7 @@ [ "wants", { - "_index": 5184, + "_index": 5181, "data": { "manuals/lua": {}, "ref/stable/go": {}, @@ -257674,7 +257600,7 @@ [ "war", { - "_index": 6288, + "_index": 6285, "data": { "assets/warbattlesassetpack": {} }, @@ -257684,7 +257610,7 @@ [ "warbattlesassetpack", { - "_index": 6287, + "_index": 6284, "data": { "assets/warbattlesassetpack": {} }, @@ -257815,7 +257741,7 @@ [ "wasn't", { - "_index": 9796, + "_index": 9793, "data": { "ref/stable/dmHash": {}, "ref/stable/liveupdate": {} @@ -257846,7 +257772,7 @@ [ "watch", { - "_index": 4967, + "_index": 4964, "data": { "manuals/debugging-game-logic": {}, "manuals/debugging-native-code": {} @@ -257857,7 +257783,7 @@ [ "watched", { - "_index": 10613, + "_index": 10610, "data": { "ref/stable/socket": {} }, @@ -257867,7 +257793,7 @@ [ "watched_files", { - "_index": 5443, + "_index": 5440, "data": { "manuals/editor-scripts": {} }, @@ -257889,7 +257815,7 @@ [ "wavc/oggc", { - "_index": 10448, + "_index": 10445, "data": { "ref/stable/resource": {} }, @@ -257973,7 +257899,7 @@ [ "wday", { - "_index": 10004, + "_index": 10001, "data": { "ref/stable/os": {} }, @@ -258179,7 +258105,7 @@ [ "webmonetization", { - "_index": 6257, + "_index": 6254, "data": { "assets/webmonetization": {} }, @@ -258199,7 +258125,7 @@ [ "webrtc", { - "_index": 6310, + "_index": 6307, "data": { "assets/webrtc": {} }, @@ -258209,7 +258135,7 @@ [ "website", { - "_index": 5035, + "_index": 5032, "data": { "assets/webmonetization": {}, "manuals/live-update-aws": {}, @@ -258221,7 +258147,7 @@ [ "websites", { - "_index": 6716, + "_index": 6713, "data": { "assets/siwa": {} }, @@ -258231,7 +258157,7 @@ [ "websocket", { - "_index": 6340, + "_index": 6337, "data": { "assets/websocket": {} }, @@ -258251,7 +258177,7 @@ [ "weekday", { - "_index": 10005, + "_index": 10002, "data": { "ref/stable/os": {} }, @@ -258283,7 +258209,7 @@ [ "weight_fixed", { - "_index": 6208, + "_index": 6205, "data": { "examples/physics/pendulum": {} }, @@ -258293,7 +258219,7 @@ [ "weight_spring", { - "_index": 6210, + "_index": 6207, "data": { "examples/physics/pendulum": {} }, @@ -258303,7 +258229,7 @@ [ "weighted", { - "_index": 6030, + "_index": 6027, "data": { "manuals/material": {} }, @@ -258313,7 +258239,7 @@ [ "weights", { - "_index": 6205, + "_index": 6202, "data": { "examples/physics/pendulum": {} }, @@ -258323,7 +258249,7 @@ [ "weird", { - "_index": 5859, + "_index": 5856, "data": { "manuals/debugging-game-logic": {} }, @@ -258343,7 +258269,7 @@ [ "weld", { - "_index": 5773, + "_index": 5770, "data": { "manuals/physics-joints": {} }, @@ -258403,7 +258329,7 @@ [ "went", { - "_index": 8182, + "_index": 8179, "data": { "ref/stable/dmBuffer": {}, "ref/stable/dmCrypt": {}, @@ -258460,7 +258386,7 @@ [ "wether", { - "_index": 10256, + "_index": 10253, "data": { "ref/stable/json": {}, "ref/stable/resource": {} @@ -258481,7 +258407,7 @@ [ "wget", { - "_index": 4892, + "_index": 4889, "data": { "manuals/debugging-native-code": {}, "manuals/debugging-native-code-ios": {} @@ -258580,7 +258506,7 @@ [ "whdefrouter", { - "_index": 6283, + "_index": 6280, "data": { "assets/whdefrouter": {} }, @@ -258775,7 +258701,7 @@ [ "whence", { - "_index": 9458, + "_index": 9455, "data": { "ref/stable/io": {} }, @@ -258885,7 +258811,7 @@ [ "whereas", { - "_index": 7134, + "_index": 7131, "data": { "ref/stable/string": {} }, @@ -259132,7 +259058,7 @@ [ "whithin", { - "_index": 10328, + "_index": 10325, "data": { "ref/stable/dmStaticAssert": {} }, @@ -259142,7 +259068,7 @@ [ "who", { - "_index": 5183, + "_index": 5180, "data": { "manuals/lua": {}, "ref/stable/dmScript": {} @@ -259184,7 +259110,7 @@ [ "whose", { - "_index": 7359, + "_index": 7356, "data": { "ref/stable/dmMemory": {}, "ref/stable/os": {}, @@ -259196,7 +259122,7 @@ [ "whquestdef", { - "_index": 6717, + "_index": 6714, "data": { "assets/whquestdef": {} }, @@ -259267,7 +259193,7 @@ [ "widget", { - "_index": 6572, + "_index": 6569, "data": { "assets/defold-timer": {} }, @@ -259277,7 +259203,7 @@ [ "widgets", { - "_index": 6542, + "_index": 6539, "data": { "assets/defold-cairo": {} }, @@ -259362,7 +259288,7 @@ [ "wil", { - "_index": 9250, + "_index": 9247, "data": { "ref/stable/dmGameObject": {} }, @@ -259372,7 +259298,7 @@ [ "wild", { - "_index": 10516, + "_index": 10513, "data": { "ref/stable/socket": {} }, @@ -259382,7 +259308,7 @@ [ "wildcard", { - "_index": 5037, + "_index": 5034, "data": { "manuals/live-update-aws": {} }, @@ -259552,7 +259478,7 @@ [ "willing", { - "_index": 10560, + "_index": 10557, "data": { "ref/stable/socket": {} }, @@ -259572,7 +259498,7 @@ [ "win/linux", { - "_index": 5569, + "_index": 5566, "data": { "manuals/editor": {} }, @@ -259597,7 +259523,7 @@ [ "windbg", { - "_index": 4965, + "_index": 4962, "data": { "manuals/debugging-native-code": {} }, @@ -259639,7 +259565,7 @@ [ "window.dimming_off", { - "_index": 7202, + "_index": 7199, "data": { "ref/stable/window": {} }, @@ -259649,7 +259575,7 @@ [ "window.dimming_on", { - "_index": 7206, + "_index": 7203, "data": { "ref/stable/window": {} }, @@ -259659,7 +259585,7 @@ [ "window.dimming_unknown", { - "_index": 7208, + "_index": 7205, "data": { "ref/stable/window": {} }, @@ -259669,7 +259595,7 @@ [ "window.get_dim_mode", { - "_index": 7210, + "_index": 7207, "data": { "ref/stable/window": {} }, @@ -259679,7 +259605,7 @@ [ "window.get_mouse_lock", { - "_index": 7212, + "_index": 7209, "data": { "ref/stable/window": {} }, @@ -259701,7 +259627,7 @@ [ "window.set_dim_mode", { - "_index": 7215, + "_index": 7212, "data": { "ref/stable/window": {} }, @@ -259711,7 +259637,7 @@ [ "window.set_listener", { - "_index": 7217, + "_index": 7214, "data": { "ref/stable/window": {} }, @@ -259721,7 +259647,7 @@ [ "window.set_mouse_lock", { - "_index": 7224, + "_index": 7221, "data": { "ref/stable/window": {} }, @@ -259731,7 +259657,7 @@ [ "window.window_event_deiconified", { - "_index": 7223, + "_index": 7220, "data": { "ref/stable/window": {} }, @@ -259741,7 +259667,7 @@ [ "window.window_event_focus_gained", { - "_index": 7220, + "_index": 7217, "data": { "ref/stable/sound": {}, "ref/stable/window": {} @@ -259752,7 +259678,7 @@ [ "window.window_event_focus_lost", { - "_index": 7219, + "_index": 7216, "data": { "ref/stable/window": {} }, @@ -259762,7 +259688,7 @@ [ "window.window_event_iconfied", { - "_index": 7232, + "_index": 7229, "data": { "ref/stable/window": {} }, @@ -259772,7 +259698,7 @@ [ "window.window_event_iconified", { - "_index": 7222, + "_index": 7219, "data": { "ref/stable/window": {} }, @@ -259782,7 +259708,7 @@ [ "window.window_event_resized", { - "_index": 7221, + "_index": 7218, "data": { "ref/stable/window": {} }, @@ -259792,7 +259718,7 @@ [ "window_event_deiconified", { - "_index": 7228, + "_index": 7225, "data": { "ref/stable/window": {} }, @@ -259802,7 +259728,7 @@ [ "window_event_focus_gained", { - "_index": 7230, + "_index": 7227, "data": { "ref/stable/window": {} }, @@ -259812,7 +259738,7 @@ [ "window_event_focus_lost", { - "_index": 7231, + "_index": 7228, "data": { "ref/stable/window": {} }, @@ -259822,7 +259748,7 @@ [ "window_event_iconfied", { - "_index": 7233, + "_index": 7230, "data": { "ref/stable/window": {} }, @@ -259832,7 +259758,7 @@ [ "window_event_resized", { - "_index": 7236, + "_index": 7233, "data": { "ref/stable/window": {} }, @@ -259914,7 +259840,7 @@ [ "winsock", { - "_index": 10612, + "_index": 10609, "data": { "ref/stable/socket": {} }, @@ -259934,7 +259860,7 @@ [ "wirelessly", { - "_index": 6050, + "_index": 6047, "data": { "manuals/android": {} }, @@ -259944,7 +259870,7 @@ [ "wisdom", { - "_index": 5191, + "_index": 5188, "data": { "manuals/lua": {} }, @@ -259954,7 +259880,7 @@ [ "wise", { - "_index": 7055, + "_index": 7052, "data": { "ref/stable/buffer": {}, "ref/stable/vmath": {} @@ -260243,7 +260169,7 @@ [ "withalignment", { - "_index": 8907, + "_index": 8904, "data": { "ref/stable/editor": {} }, @@ -260344,7 +260270,7 @@ [ "woken", { - "_index": 10171, + "_index": 10168, "data": { "ref/stable/b2d.body": {} }, @@ -260368,7 +260294,7 @@ [ "won\u2019t", { - "_index": 5562, + "_index": 5559, "data": { "manuals/editor": {} }, @@ -260378,7 +260304,7 @@ [ "wood", { - "_index": 6109, + "_index": 6106, "data": { "examples/gui/slice9": {} }, @@ -260454,7 +260380,7 @@ [ "workaround", { - "_index": 4937, + "_index": 4934, "data": { "manuals/getting-help": {} }, @@ -260464,7 +260390,7 @@ [ "workarounds", { - "_index": 4944, + "_index": 4941, "data": { "manuals/getting-help": {} }, @@ -260484,7 +260410,7 @@ [ "worker", { - "_index": 8444, + "_index": 8441, "data": { "ref/stable/dmResource": {}, "ref/stable/resource": {} @@ -260530,7 +260456,6 @@ "manuals/extensions": {}, "manuals/flash": {}, "manuals/getting-help": {}, - "manuals/gui-template": {}, "manuals/importing-assets": {}, "manuals/introduction": {}, "manuals/microsoft-xbox": {}, @@ -260641,7 +260566,7 @@ [ "world"", { - "_index": 7152, + "_index": 7149, "data": { "ref/stable/string": {} }, @@ -260663,7 +260588,7 @@ [ "world_to_local_position", { - "_index": 9983, + "_index": 9980, "data": { "ref/stable/go": {} }, @@ -260673,7 +260598,7 @@ [ "world_to_local_transform", { - "_index": 9985, + "_index": 9982, "data": { "ref/stable/go": {} }, @@ -260708,7 +260633,7 @@ [ "wortal", { - "_index": 6504, + "_index": 6501, "data": { "assets/wortal": {} }, @@ -260810,7 +260735,7 @@ [ "wraps", { - "_index": 6463, + "_index": 6460, "data": { "assets/pcg-random": {}, "assets/sfmt": {}, @@ -260823,7 +260748,7 @@ [ "writable", { - "_index": 5832, + "_index": 5829, "data": { "manuals/macos": {}, "ref/stable/socket": {} @@ -260867,7 +260792,7 @@ [ "write_dump", { - "_index": 8740, + "_index": 8737, "data": { "ref/stable/crash": {} }, @@ -260887,7 +260812,7 @@ [ "writer", { - "_index": 6303, + "_index": 6300, "data": { "assets/printer": {} }, @@ -261061,7 +260986,7 @@ [ "x,y,z", { - "_index": 8488, + "_index": 8485, "data": { "ref/stable/dmTransform": {}, "ref/stable/render": {} @@ -261093,7 +261018,7 @@ [ "x00d7", { - "_index": 6994, + "_index": 6991, "data": { "ref/stable/vmath": {} }, @@ -261103,7 +261028,7 @@ [ "x03b8", { - "_index": 7000, + "_index": 6997, "data": { "ref/stable/vmath": {} }, @@ -261113,7 +261038,7 @@ [ "x11glxcontext", { - "_index": 6827, + "_index": 6824, "data": { "ref/stable/dmGraphics": {} }, @@ -261123,7 +261048,7 @@ [ "x11window", { - "_index": 6831, + "_index": 6828, "data": { "ref/stable/dmGraphics": {} }, @@ -261133,7 +261058,7 @@ [ "x2", { - "_index": 5623, + "_index": 5620, "data": { "manuals/label": {} }, @@ -261143,7 +261068,7 @@ [ "x22c5", { - "_index": 6998, + "_index": 6995, "data": { "ref/stable/vmath": {} }, @@ -261179,7 +261104,7 @@ [ "x^0.5", { - "_index": 7307, + "_index": 7304, "data": { "ref/stable/math": {} }, @@ -261189,7 +261114,7 @@ [ "x^y", { - "_index": 7289, + "_index": 7286, "data": { "ref/stable/math": {} }, @@ -261251,7 +261176,7 @@ [ "xor", { - "_index": 8650, + "_index": 8647, "data": { "ref/stable/bit": {} }, @@ -261261,7 +261186,7 @@ [ "xp", { - "_index": 6623, + "_index": 6620, "data": { "assets/xplevelupsystem": {} }, @@ -261281,7 +261206,7 @@ [ "xpcall", { - "_index": 10732, + "_index": 10729, "data": { "ref/stable/base": {} }, @@ -261291,7 +261216,7 @@ [ "xplevelupsystem", { - "_index": 6622, + "_index": 6619, "data": { "assets/xplevelupsystem": {} }, @@ -261311,7 +261236,7 @@ [ "xy", { - "_index": 7288, + "_index": 7285, "data": { "ref/stable/math": {} }, @@ -261321,7 +261246,7 @@ [ "xyz", { - "_index": 7406, + "_index": 7403, "data": { "ref/stable/dmVMath": {} }, @@ -261365,7 +261290,7 @@ [ "y/x", { - "_index": 7250, + "_index": 7247, "data": { "ref/stable/math": {} }, @@ -261375,7 +261300,7 @@ [ "yagames", { - "_index": 6401, + "_index": 6398, "data": { "assets/yagames": {} }, @@ -261385,7 +261310,7 @@ [ "yametrica", { - "_index": 6514, + "_index": 6511, "data": { "assets/yametrica": {} }, @@ -261407,7 +261332,7 @@ [ "yandex", { - "_index": 6743, + "_index": 6740, "data": { "assets/adswrapper": {} }, @@ -261417,7 +261342,7 @@ [ "yandex.games", { - "_index": 6402, + "_index": 6399, "data": { "assets/yagames": {} }, @@ -261427,7 +261352,7 @@ [ "yandex.metrica", { - "_index": 6515, + "_index": 6512, "data": { "assets/yametrica": {} }, @@ -261437,7 +261362,7 @@ [ "yaw", { - "_index": 6192, + "_index": 6189, "data": { "examples/render/orbit_camera": {} }, @@ -261447,7 +261372,7 @@ [ "yday", { - "_index": 10007, + "_index": 10004, "data": { "ref/stable/os": {} }, @@ -261468,7 +261393,7 @@ [ "years", { - "_index": 6076, + "_index": 6073, "data": { "manuals/android": {} }, @@ -261503,7 +261428,7 @@ [ "yield", { - "_index": 5534, + "_index": 5531, "data": { "manuals/physics-shapes": {}, "ref/stable/coroutine": {}, @@ -261515,7 +261440,7 @@ [ "yielded", { - "_index": 8746, + "_index": 8743, "data": { "ref/stable/coroutine": {} }, @@ -261538,7 +261463,7 @@ [ "yml", { - "_index": 4785, + "_index": 4782, "data": { "manuals/extender-docker-images": {}, "manuals/extensions-script-api": {} @@ -261549,7 +261474,7 @@ [ "yoga", { - "_index": 6468, + "_index": 6465, "data": { "assets/yoga": {} }, @@ -261743,7 +261668,7 @@ [ "you've", { - "_index": 5047, + "_index": 5044, "data": { "manuals/live-update-aws": {} }, @@ -261903,7 +261828,7 @@ [ "youtube", { - "_index": 9596, + "_index": 9593, "data": { "ref/stable/sys": {} }, @@ -261913,7 +261838,7 @@ [ "yzx", { - "_index": 7005, + "_index": 7002, "data": { "ref/stable/vmath": {} }, @@ -262018,7 +261943,7 @@ [ "zeros", { - "_index": 7125, + "_index": 7122, "data": { "ref/stable/builtins": {}, "ref/stable/string": {} @@ -262056,7 +261981,7 @@ [ "zlib", { - "_index": 9098, + "_index": 9095, "data": { "ref/stable/zlib": {} }, @@ -262066,7 +261991,7 @@ [ "zlib.deflate", { - "_index": 9097, + "_index": 9094, "data": { "ref/stable/zlib": {} }, @@ -262076,7 +262001,7 @@ [ "zlib.inflate", { - "_index": 9102, + "_index": 9099, "data": { "ref/stable/zlib": {} }, @@ -262105,7 +262030,7 @@ [ "zoom_speed", { - "_index": 6189, + "_index": 6186, "data": { "examples/render/orbit_camera": {} }, @@ -262125,7 +262050,7 @@ [ "zyxwvutsrqponmlkjihgfedcbazyxwvutsrqponmlkjihgfedcba", { - "_index": 4770, + "_index": 4767, "data": { "manuals/extensions": {} }, diff --git a/zh/manuals/gui-template.md b/zh/manuals/gui-template.md index 5d349165b..0cf1496ca 100644 --- a/zh/manuals/gui-template.md +++ b/zh/manuals/gui-template.md @@ -45,12 +45,6 @@ GUI 模板也是一种场景, 创建和普通场景一样. 在 *Assets* 面板 有些模板实例会自动以 模板名加正斜杠 (`"/"`) 加 *Id* 的形式命名. -
    -修改模板实例中 *Layouts* 属性在目前2代编辑器中无效. 必须使用的话请使用1代编辑器. - -参见 https://github.com/defold/editor2-issues/issues/1124 -
    - ## 运行时修改模板 代码访问节点只需使用模板 *Id* 作为前缀加上实例节点名即可:

    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 aM(y4EOrw1lCHV~bQj%Aft9oY{{{H~0Y-n@< diff --git a/manuals/images/font/df_font@2x.png b/manuals/images/font/df_font@2x.png index e30f2c7722098002286995c5c14ab762b11fdf26..49aee9584cbfc343476d469f77d57382cf0a414e 100644 GIT binary patch literal 164621 zcmZs?1z42d(>IQyAWBLp9ZHw564Ep77f<2e+z*cU zA|atOn2U-km>U}-A-T*H#XIZ7OkQ*kazsZ8Ydm@O#jo)h&f6zn{Qf-cA^RQ@`RoOC zm#_jTLh1Pq0cy=qexP^(ek2g5KrMKwDm;V0Uz*th#Mt}_ZFBJaru*XTI%RT4aF8$6 zeIEczNoq*pN7Bl9#;!?Lj1kGo9NQi6yp;BLcB#2;8j4#Q1_>MPi&tOfrl#nGvm3n4 zSxb;ndWw0mI=(+Z9mH0iQX&zA@QSKX^h@3%BWcpd_P%UmOB&xeet&j$xnX+A>2 zr^v2)u(3K|UpxqCcOE+X--Od+f5A9e(u>U|V4{y)M>A=Cm^nVd69rfe5B0Pc^MvlL=@-VfnArQ8pg%tGKczwhKNmg2+)0LSKJy^Z?{oAqzjh{m1^w3wtL(Dk!gm~|BC!%}(kHyB{M*S*ln-cq) z`~?(FL8YdNRr@l-2eq{Yv98df(cCh^N z{#WXS=7sns*;N*8X)Lb{gjx=lFwj^`;7?GD81nE(5=s8sJtF@3!ey%?-?Oz0-q!{X zH$hlVWi6Fmm9uA!_QeYP<=Bx&*}W#c?=`3WtytWs0;fIlhQ8v>4vY_w8Z2Es^*yJ; zWJ78}*Ag@j@kT!6n_gUeSfyoNdDn8GhZLHb%IS{j6Ao;-%KYfxAe9&86Z#Z==&1nP zQ;t7R-R)3#4xj12@WT%Dc_ZbglJN9n&kv8tcJu_~SLx6G8sHZO4E(`xYSX*K#1s)A z@f|(H)$!x5L8(qh1}>wWwtaR9FnohyY{b<6f}`7tjkX_S)!<&^1%ZF3ah?V+&i~Vg z=iI2;p+5~R{|roF782c%@dYP$u^8-4G4Bdagb8#ntUN3JwzHgF!z@SyThifwE#E=A zs(IZMl$rcjuEN69kjC2m6m(#K>r3Z@sP-$f4t-%y41yj$zw&xoa? z%@5Sdz)3#A&+y%(T!>VO7BBl`Iuegg8zV&tNQOwV(DKB%_X5j)HGEv4b?=S9qv`Zp z5j#phq{pSxjC~vXS{m?`XZ^)G(>1fBlAcnY3UWT__^UetScC*H>xSCbEt!rU#Wgpj>%_MVpN~aar(Gd zHe+1r>|kAoF&{uCN;qsftUlsAOuQApnSAPuPWpqiJtC^7$B^lZ)t51LDEmH}UT#5w zcD{Q-ci!hQ!dzPwpK$*2@QEaY)cg(CVAkLIsmw0d?y*b+zZQb))uQ&nMTJI*^yWh{F%*eqBaT z?ok~Fe69-L~Oxt%$l&7Z}bnQp6Zl20D6QJ`C4T%x$5Fk)c7)!}jB zYjb$!?B~)^hEqw+65;ZdcZ6+7!AirzrR6YjS(~~_F;KC1*do&{v%c$hX(kAAguYtT zWg6x#u^o0wN>8E*JRa)Nm$k!{jB$yXrs0#-lDU={kZG6snw=ywm~fu(HsN{VdO{Hg zpW%cxl>LGyKB0s|$ow8vJ9XeItdyrLX}XbshG3cCWe6!j5y1h|9#aexp(fd%2FuPr zD;i(5ipnj@wkx@-$!rC>>$AV3K#y`GZ}Mz2=(I!LdWd*=EIXfn+N2-SBuj*Pvtk&fbSQW2!DDqEX(B+N8{+ zp`y0EZHvw7Go7t{vgGFJ@3x?{R~=EZjlyq&(^ zx}Uw{d&>0m*%Q?#SWkg-bO5C|s66{5Y@dCF*L z(bnV_A0!gQh-*tbO-mo07+o1n`(B;4SsG1FGiKz2;i+FOE=x91jdHv`$ z%?}wJp;B;k_wVRWleDw4DS)dsyj6Nv<#74&M1}-6-sI?%=qA>?MhXdq_nUo7rYa_< zFJ0R(+GsO`hk=UKQ}PWGx4fgQU|AFOIQ@y4!u?&J-Q!&{H2E^kV?T%d8Y?p!d%GJqzjC4R6lZl~FiE#Pikgfw1h zi7Rw|laBfO^=C;{V3p1SQB9>&(pFWOwQcq1s>L~+s?6fQRrwyYj;6y<$@*yLoc3x`LFdtyHWdFQ^d{HwKD~EZmGRZKe=4OGP2zte&1OyKKGtf*wLw9^=bW9=4+<_ zI*d3NZEp6WJ60Gqgf7pJTY2U3w*i&30>%gOcZvp!56q;j&4h?R6?wzeM?DcNLi+#{ zP~l3={n1a_H?(n(O(9K>vV+)NmBFpTQLLnF?s-9u<^J)FnvIF_DAU0Qyz9|l;5jhu z;7ziSQ!A`(I29l?sejs_F}X5qzeX6LA70^BHKBW4H#W2}KQSd(eAlt=)0b27O#f<& z;bFVea(Hs4gjToN)p#TQf04wCZ)kZM zbnA6^7l(?5Wg~LeH=wBy}$>pvVK;9dVPKSns~eDL+Y&$&cepSW@1=Eup#+-z)h z#NvR9ynFMJZ+k#jL=^eKDeU5+@0tA*^f%v7QhuQwdSD@O;QNfDv?TCe-sf}! zh>FY1?p!IFk1+a=VQuk0f3S&ZrS^p{QhU&>tkAoCdBm1h<+Ud;;3Ry=_qx%L4ry-Y zNo3$3k?b*%6x1*QsPLvR^a;|-S34w#ui;-DS|R!)T95fjmZ52N_^ zs}_%s@R3MJkzgdBzxMDx|GZzCCi+jyAQ>6nLiC?_eEDB8J`iN2|9J_g`Tre>c-hZf z2$vTLX^rHOyMK6ue{h+qO^VCS;Pq)I?|K8`#HGR>&F0(wlFOABI%X2gM&k|+exZ#g zRuQBnmP#4SMCh+rAr(l#oZ-LRrc1$GD3fQVN=lSqKtX8S_9S&#lZ3^4U!br3wubQk zo(euY9D=11s|Ywh|44!Jx$fe>Vq%wARgh~l&bhFExY=17Ex|YR++EHnC;d-f!72iO z84&wv5)tM07^on;c==zQLJ^4o4r_%Jw*NC4V8 z$mraHvMXs$*JZywsWT(l+ncg$PxTSvi6eKmJGx!&%S%@-v+1gN5CMG5BS1kcFp>rV z;*|j)SndVo-OUdorLE)ISLxwv0g}X{MeY8g%hHZC;}wEByqz?Sbj#tvpSjB-~T}NIg_fR?gR7= ze;)S&Z(l`}=3U^jdQC)urD>sloMo4WTl2RcHTnlwnLM@7LRxR79J5Qjy=&|b?j1B9 z^v?uVcCUKbZa4OH&ZM6a-$+992$H$9!ynNFZ9t&&waA&BRyKbst-Ec{_Ybo2*uqyY zo0S8LWp6-c1ze&2A%|^J64KG{0qWHre>S386&DWc67*9A25U)R?I(9}XK6z&EFZKF$9VFkv$8fM*!cNB zFpDn?JV8>RiqBhtNZ$m7`|C46%{P-`D1kqcijr;klaf=E8~eIed+TD(l+>XvNqso5 zH-c2yB(a@&4sxpfhX$RQL|3^9`w&iu)N%_7FR!vO<75W>?dUgR zgG6#>nJ(!uaj^azcF<$ld9$EtbJasL>4p;04fyM-4^w?0?f$@Xuz`d$4QH(S5s{J$u2d zvf*@t=xD7P8vk#_*}ps0Sjum&;;!SZn`!W`g3n=>zc%7tDeYpM#@qW*aagqtPxYx6 zxasqHW_dwYtSvrefeUOW7K%I}e+R0nuI}e)@!kf7y=AE3 zlLZpeZuBfbRgypcRr54oeSCHsZ}t7Ejf#+g&V=00I|0FdP$@GgLkVM-sve;?>ljZg*X|ak`TTUoFmxpxf%mZ#yWgp&FN8oyINI2 zeGpAs@9OacpKfAyMtX`OidY%{cFSd{@bI}H=WXYM7nTz>VM58Q(I!M))oX0d@rya` z2WeDE&;7j9f-pAuO8q3tU~Gw12cd5Q*XPYUeFxmB`kfyxImqF&=~X#xd}%5it%Hy_ zDwL~~$iq5>3TWKC(D&tE`B%rQxAWM{R9+D;YL6A95>wF(EuEM5p^Q?xJ70{byy<>& zd$5%;)*ru>UEIp#hRl&u$t+r3JHGLoFhLEMCYA^@dTYwE^4rg^z1Z6CP(DTx&YyoI z6v0y>I7NNtdGhVZ?gue(d63t#FXUwYV5wG6KLwUoSlmAHwuLCI&|C3#8h}BxH*=xi zgP}_U=*G0y2=wg~)$seB3;u(jl>7aeY&j;Sfp1L%tC~(`J4-;|<737*2`G}3&rl8; z$S%OlaTA73v5^NZ@Owc6=KWzLJFXi4=^+Ta**VG;aYdOAqOWSG2K3k)c`^d``;E0Ly_zbfYf`J1M((yqsHO9_?9%t|4Mqb2-rf_%7rr9(y_xiT_`BCXB?vt)nLNDH zn-m#ew@!h{j6L^7ymqOnGLoeWESXJ{Gn?61oB_Hqtm1kLMFX|!gc2Gcl_&Va_*BJs3D_$N@#Yq7 z2J0DCFGIcuTGJJVuGDC-Fs!_%u?YRp@#eb}5~~^B!SE!F*XpNmT7mS+>@18cnp8r8 zX4sai+X5FX33lNys3kBe^uSlz&ewbil9ONbv6Bd=H_n87uugV3uIrcOZ9y^JTVlLh zSdQ!l^aOVxyL;@Gs~T*stQX(}f!CHX*oG7!^V4furTLiXLjZu{?3h&% z9AcUkIo)-=S%LIpB$a+fS!9?|B$(mNDZXb5o)^ejJBc85Hrn(n7hnR(9cp6Y{tNzQ zDA@kEP%vPqXRmDB0J@OhoWTe+KZxl9aD`#&u>7vgOl7?Z3^dDQ7h`~aVzd?eh&#=j zGolwDWqjK9HPvmO`_*>&1v&k=)`PP!7H7Yev-_cIfh)1#;9Qb&?#lXS4-n);dBF)U zwb3PWc>DL+Iw&6%EYGG=1$M>;h3^LVGxQl|h>ATvc$J`VkTt;wruspy%Zo4_PcZ6+ z0l7RUe3!K(^5?KW6tnM@z}1I)%&^i=qfjwOru013fVo%WX;X`UxjDIH4p-i7mA0XE zm70=TxYX)ax%y&P$2B@evS2{^x8*2}ED0vBGg+DIYmAlkZLZ$UQk0pFcj?~;Sd8j$ z?a(f~X}fL0OkoLk-2gUT{_odYa5=*qjkA;{!+5G(p~=y${C|m(NYn%l?sXGmDG7LFmb5_SKgGB z^#_Was4jpe{=UBn(Pu0_R;Y-|$z?D2H&Kjoxi=39sBZ44;4D`(W5Eu#kNzV&`yew( zQ~awVIAnEWYA?QI@olK3KVTufJi(x(h|o3=gAR%ufhpq zCpuJ6RQhMtIe89$g!vxP$Klw@&K%n$ekeWNysxxldyri>V29@yXnF*YHoSeM2N$Y_ zkG5gN+cMe&FtPuuB)*e{6R=L`ez`(2Wka9n&L5#7YQW5Z6QD*n_5!ex+DsssV@j?z zz2nEs?%$b}8!9j3dErUIBJS>0ogS|7-o$@o@U>AvMR0zi4+yiPNN0R&%k^lRnFdL2 z=LjE4m%A5YTC2gwzF1aG>~mPH!duwF+8ovEU^QTCbdkm|-jf`d1g z6bZMhwo$TxBDr6Zn2VcEj(KTmOR(`_57bjAYvudP6D;sd1MJ5;=(oSuCMx&5Q@_I} zJrnbW4D@jpPvICj!~8;l0)(xhvD|&zrcLR87z#m{6cMd@Z^bCk>d4nJ&Ay%+=cB<^ z3{IrY;)Qi$6H{=;Jcr(3T=dQ*lv~wOtqnpS2L7>gvCq8FC)O*dPWvVB`vvCGCEx3) zLI9XsmyRJ<CN7f8f%uqwN z-vlm4-v-CQUIFd3eEj+;U?X!b^3DWQ|9ExVA|@dQ30D)(6GzFxmZqzyBN@)ynp3Cq z>*KpQC(wm4Zy@fEi*<;C+A-@wKxe?9o~+E^piVuhrJO`O3+o)(4v%_SZ;Sv}FW^Xw z;TkmO26A?@+0rq&UisPSE-$?-{@Oa3`v%Dln1f=3{41zY|0i>fZK=v#TzKC2U&!h# z;^r0!zSq+ATwTk$s%(?%p^Vy{(Bt(6SLB@yE@NA<^e?>NSbxgN>n2#ZI6uV%gOn|d zX4b+E{|0r)^eXzYx9Lz<#cl6|+V8h|! zbkssw5ajta9|I7Gumd_l&icP$kOaoCA_VV)o z^z}ug+IZbZKS~EzTv}ePQ!F@~kTr8ttS=}7ml<}E+Wa^pVggR)?o_BbbhFSxmSjco z5n_1U!$-zmP9PIEnWlr1>``k7j;3s&L7UMN+a{!sM)9aA+OSO)^CBB~paOx`qnW^m z|I_S|Q`G#g3f^kR!GgeY$F|wIyzrPMq7Q;*b{-w;;|Cumd+6Ty3Uq7sH4??GeihBX z@cTfh5l!v$r&F(O6C@){k&x;g?cE;VN260bhnuZ%lU^f2nLfL#1G_JJ)T&z$Lr(3e z5Cc~gEQJru5ojRhF}OG-PLrLF0-fi?gIb3om;uFn~ z({+HqXmLPDdKl5@J{blHM&`ZctnGK{iU%|eyhjU)q%)&)eI~taZI&B}je(~?`A*DV zOk|)Oq(*J+wAw)iD=P>U+G0Fk3CfDHf0vqi-z`ieu;NgO$^iWwp9DB$(yKe-A9Ab{ zho$8rM9u~ySQ)Z+BO$V{L!@DR%g zcKmm_$t|(uqeoa}V2E&I+WIN^pQKnei^8UXy zK64Vuw0H=!h@S6X2;C~6BY8Aq}h?x-z_GBA(Fg*Cz!(3=ss+!_vU zcJq9jFWY2sezYNcv~n4B*?I|Dq*PYps$VmIRFqylaR6ess0Ntku8WcPubTlx|C*@# zIpwaPJ10|BWR)bE6DIR<08L>RkC53-CBj8Q()$Iz@B~0LcCY|f`K}9+HJ8ZZq}d+Z zGkfk1UCmjB|vj3008vFydoNSnJj{Vi|_Q|~hnc506R3JI5V zpmx+ggTKNl?f`$=I#HeVj)~9~Csg9YCs(u8*JJcRRE$T+b{zNS;RZ$l3nd-+R6deo zuU=oP^>ZiUN{rB!&~`h?)MBJ?mwX7}rmJ8CeYk0j+Sg?QPTrNwz9RnX%(>Io;NCLR z7s6vr($Lk>@!l+DZT?BJ=%d0Cpa?Hsx|9UV$;GJFRwd1OYRWZP2#$kw8!FYe*tkHH zKtLm38Z``kVo|lyla_Ite%FJ!{J5Un>+0&Fx%qb6^2P_r#raXFlF`dyNS5&gFj21W z>YaFZD5f&p3ZsyL%7XygriZNv?|b(}TkpG@)e>*7lf5J-=km+cMh;Jl9bo&VzOge9 zwDSCwuV19_)6yW)aw6lFE+&Z=Y?gHOXzT_pRwe-kNu4hGUtr6XbNt~CNP9CFzK%w=G*i@?+ORb+$?1@j96*iDc1#qK+IzjXrmR`=pAjJHGb?Zps4Q*FlzpgR7g#FB8C&;Pt`;plny5K~(^ z1lj2IC}_O4)HRo)ACeG9ok|cBJDJ-0P0f~}_;!F1mIIY%ovgl~$s!lcgiNi;TqfM- zWu?Fq6tbqWaT>$>UaE#sM^)P!9G zb!PY}Nnb157JFov?C{3J1THcvdQxWrNN4$gJADy&7D;^T8&5WOY~O?IO*2@V_mud6_1 zkl@8}2;(r9+m)P^(ng3o*8a5n(CZk^(``r2I5nO=N6eNYjPxkR_e~WVK4u-N&?r}N zd^3?}GLav2D*PmAsc2BhUf_GqmAu5{qoAv($Vbz~D1mgBBE5>)B6(ij$E)V|flVOr z*=yz(19=t>6q^AzL2#tsB#ZvXXaXZlv}OXDb&GyU!#(=U zvhnS$uTBRVmF<%F@72oIji4-4MyGeGGd7%()WOeN8STheVn~EkD=pZtqf3HDg&WO{ zj_#*!Nh#$ZU)J$Ue)|-h)G#O*6#SfoMj?a{RpWseY3-A}{`evtn*JY45hMLI;dQnX z-=G%$zQ+KlW=5`G6Cum_CfRSyYWGaYI~^d>njJlITpIK%AY$R>^rS@aVPz+?_Bm9~ z(&|`W=zcAL`~lWRn<`MHK6YvEgSq=^fj7b-qW>3@8ccQLg=LJfK~Zb|1o}}xgi3>l ziPe8o)D3acv9GrdobtvThGo5K(BYM+X%zlr}; zCLfzYs@b!4B088>Fr?QUCmA&{j}tWGm2%=jFIP$yZ#cwkX6t}nr}>jAIdjuV^3`9v z8P8>^6~~%y@CB`d5H9XNZs7;)mSiuY>?Y#gq9Hg4^1S_JX?rfO8}x@pKwcG$t*5N0 zdC?j`?s;=3wCHvz2mUPice%f3(?uu@+6cYcPV%1GRedpcwEhzK5vI~Gm-0({_eX5# z9EEYh>Bme!ekoXC4=8B^T4N2+Gu1vWQiMr4hQA6_7V-B^rtA-U8ucBEZN|D;CZ9&O z?T3RY8LdcQL`6f`3oM2Lb8$@~`rfy-LaNPV{ zwsUpyvC+#TI})&^=us{VX^vXMyx9yeg%!75(Fe|_AAoi)?8%veA=L3aP!_l3qL@PI zMi?-KIg!Ct4DYO!U+twCZ}J-y)wmKUKnN>2aLt{BU`ndhbz|J0_1C80WYR>DKpD z*Q`K`pRZoU0{gW}|+8b4ef7 zKd}1l$B-1x_u4^LVPFn`N)9vQf?E+rSCjnCd3_kSs;O68hs*OUEWyuVpBC;Vh7Oqj zqTQ4RK1W)%N2+`3Ai;XjPxW?kX_t%SlHvxFWJW^=QwKA6k)kBgOfv`SdR#)@?0qZ> z-eDwuf!3xpo&|2pSoyJ0Jg9SH9;40-?Eb(@O~^qUBb@MZ&*B{u!~O4~>>^VKyN&I& z5o8}^NCuAXf+jMVvWrGgPTUZ{2WZOZ01X-;sxW4_dS8`D;4r;2BOn(Y>4vul%ZbmT zL75(mEt0NOT-RIkM#Bb71I9DJOU&G# zVS$4Ub%7N$nb!g<_$05(o)=1I8_Ys0uKvY-o_2lqlbE1nCG-)*dRR1*=Y7 zSn(Kjw}9Nph`{%A_(=dn6qC>tt#z`|Dte8v1DVTs8HF`4pc-sLi~5#HTmdI#drk>q zIGZGo`!n498`8jdc+ly3dC_EQ+0BY?i@N8*M0m{rO)G6nVHZFAnJ#gd$K4)oQsYbM zF8R!QuakuU@2e>if}+z2jXw+yavEYfi)(EiBfg=Kk22qZz_4WB{2_n>`^Po@&t+Vo zVEfZ;djNbRr&m<&zbv>f$-fPU+5O^XvdSs56l@^D zYrFMM!R<*MwyCk4$XlYEIDIVkAAH0~B%)>=go}gv7pHpeScy!fJ36Y;CW3W`Z(5Be z+?a!H0vt`&f2IvjKUMZGxXy{IN&VkPuS*D2+yLo@QCN#!7mE*9C7A{CU@2AyDBnS&cU^WXpzHP95F}E+EthnU@C!$|FIM)G zhn=OJ?(i*7>uxZNPJejqO^bKyjoUILmMQ(q++-(6pWW0hOP8eJX~QrE>7A0HFJ0D3 z@QM+OXpCs!EHzz;k%+`ODd z0tMd_-s;x`EPVS_;D7Gs(YzG-MZM_4>BSsQtAs8!IBR@B@>rfSEGa=~RRiY&7mdI~UED~Q&&2XgXjxiOz#gO)tcOH}sM#1w<>k`7Yd zkwbMVc^GJx_awcszuGHM=j1peJ-7WHwlQ{U6(7}j*N#Qrn8VqQMX2~E9`h*`%@tZ(a|a%hCKkyf||6q$&* zi8QzI^z`O<+fhTW1E~nC3P0l*pE!3^t~8Yu;LTy?jbn4rCSzYsAA0;>$32(>w0NG? z?CGiYA5xO&pX#yNDlFE1Rho>-qla??34WZgo+a$hpD&)rYT?|pEj$Bw#Hy9NB~A6Z ztY0jdDHsj7Jui~P2FPJ&jyi2Hg@$|BRd5~kl{8DzMPxiTXw_TT?0)E^CLg};u09Wi z?@5DD*48}f*6=_4s)=JeX@oCAR`2aqeaz6AT$r(ASC0v*&qAe9myVgW-jJ!)J1N6l z@c9k@pI>DDdsZ|wU{wAFoj%pN7D2&%oo9&J+@jWKm^>=LJ}Kn* zo|20=XF+UBkF2YGy`sXgm?)mw5ulXm`-b$3ZVaupD2cpfz3A3ck2wsAp_ga&hj}ff zz#|g9)$A9M+w4W}vtUxqNr6_vJ^r6V!*7}6x_FRe%J41Q+b!l1tD6h5sRlaF65`bQ z@6yyWu?;~=27#+}BJgKu3A`DE4nu*cNj)!~iR80XxL}CQ(pA!X-|Y6`X=Zb+;fQW< z*7ku+bVW%?HSr-W>z36vi>|WfF4%Fh4RN-z-=I->6socP@B?+E7Y~lgGw)SB7?R(v zRJTEN5nYCF0KVgYcBcQHKYK980ZB>5ds1F#EA}06HjXjW@2S;^2%Y;vGhXm|Ysa_?4Am zaXwK}^K3KHf5G8YA?X0DR=yP)db z>~yF8n)j`;e($U(&Us8oU|uTw%Q_*O{sYJ`BY)wKc>P)Rmrjmg3o1@+j#$_Hrz~R; zi9w{VVc787y)Xoxi-Jc`uwncxqz)x+M2janXZlLAz9M^**`Z*keajC7&KN02O|DR$ zdh1D6e7yHo5U}Zro+8NqVX1ij25(AcYi58?KHl|~b@znqVfVOFEF2tLK)UTIK!gz{ ztNg=TJgZOTfc@2Vk-4;qNKR!OwdhPy^Hb;2ZL6x?se%lW;gHC$Jg(5rCxqLQIFDQ* zt-wQX@EXV&E7`{3*v(w|nN=R`(aV<2YAk%O=}$>MxgwmLEM9!WmXh*oa+U|1rLWfhY@+K2^OJZcslKa$S89wE=R?XCb!Yl^3dLl6A%zpVBLZ4Ti@}L@^N176JQtVJ341^9_ zNAjY=E5kx#OdhilAh{Y|$&H+^gB{>yc6rsWXDAO*bpwNpRcLudFtJZp_KSb#o>qr% z2KH%Q|26182fF9&{gl7=a`mz>=@FCU0&drB=*MR=Nh-JItHE!^?o^E3h8D=z`2VmY z5`_IQ6=*uHWj*`wj48k}ScPkHc|vIPAs^pz+r-GWPIKVbX9N~zRotE+IeTdfxfJDT z8L7mPr;pY_A+iE_`xm*){%mt`U1&u|CF3GUG_iaY*=2kNY4~qM?J80?_ z#-20Mi1`D-*&I+s1LgX3k)!`T{g>54d`kh{QhQhvL8BCB-WI^5*`TYQ4`2A!^u;$=DDTC#A2$4*_V&mX6^q$q0}~~a>*;`Mh|!_l>yG}US2fHif=AeqIsh~>n(@j_U&PzXwc9%ZaM3d*0uV|<`a=W7dEk}w070?5cn7b$%lZl| z_;Ab6enPd>A2`bw>*H9o9q%^cS;?$0s)d=y82EoKn-JE8uzI;{&0QV!TLnz3+0L+m z7xhm- za<4(~`0$_lr;LNp58L*kEi^jiT-3WCEF2I#Mb zb2w=1MdjMrHm-5n>>zfg*~hPWIiQzYWbq#)aL}szn}~>#8gjZmdNmcdu`^FKG-{Sm zPu+T)I9N+m)6W-v>;(L^e{>Y9r3!W^8m0+V2_*t3B&Kli_nRV5Q|QI`pT5L*6eR|w zhF={$CzswX&dxn`Rb$DhuX*)S?JEC1) zp}GR8In{PQTdRL*rILwD0y9%kZlqm2!athQQru$qlf z{Z3ZamRfAS@F}ne2fm;p<%9o0ftUjy7Kr(#da3qLyXtNEL}t-^cUGf!$IS+ykb(`E)X<0ez=icYf45!(C^RkyK25*)9WLU2i zy0W{CAZKA<8h1et#fB1q!lRQ6u7@s2b}Nh_#<5G6ZAnN(r}+E)0KA2MvpDMOqzL$; zgYmfNC?w;4fPRwuq$*|nj62x$BYPVe^Qh6IpSS$=vb+a{duMQ5xPO`$bN#Xoj8{=} zMu*&c$ALw#PG8M+CQ8%28UdeLGi-?Ev?)(74Bu_R)LHdw@As!)S>&ACyQ}Y{hldxZ zEJqC=g?QJ2ELU#*LF)nl*H^~(;xoT>S0K90E}H(lPfmvmmQ%bT#ydLQ-|@Oxg2MIs z#RecY%3hjs!jKp-#A?9H*DVIYRmj9;fgY9g{bPNvmoG^^X-1msu4cC#@8jBf&W3IG zM7C?@Mm@uGxevRNGuuv8D=+psyzFiEyzaa!X?DFVd64tq%Cm>WO|<)Wu1oaF^;Za3 zkFbE`9(pwVerowlr>B>0O~af9JLD%Y7(C1|5k8kTtyKsLSIopMo=#MZ|7Yjcu=9|6 zdJf;&SxaWBcD#4z`z&UK@lcj>dW*8lRxYDI&yOf=mN|@~(mCMNZEBy^-uO~HoAu2l z)((dGMp(ToY{f+76oU1qevIR|M@e4(>e`099rbV}fC)v|^N%9ghg5{oNO0LQdq@1j z{<1xDS7+zAOS_5A`l`HHUO*{PDeeC2NFuxwo0TjAqZ~flB6C9SaGvm;O^J*!>9|<` zE5}^PQI@|&0Ju(Z8V+`!a(@KHc1Rw*%M z1rqWZE_WIqY<>j9bV{kS1lCKHlCJ!O)MSYBj5&-mSZ;2%i28=T+C%KBHSImG|O# zLy4mt<_Jy#!7T1K_Dxw%9Q zqh6;I&*Og_3W<&A4h7dWL0JCKV`%TRr4&m_B4k5V4F?AYL1(w-XpVo3&)+yz5%Ko@ zDpCvYPiLo>R^O`ci*Cf46`P2wJSgh}_V*!L6zZpdXegN>LCTvz(1I#jFBw4=# zRA~G+cRi^4wyX#KfjS70JW;hcHyd*0FpsactnZx_0Q$=4_KBXYDOU!spYnde30iEO|j3olBhly`d_rcP=aswgeJm3xlJ#~wU%zkC{dT@8l zU!azmCj=pX4KHml1~4ic+x;)!JQI1M6KK=9mY)ji*jhOqFEutz$x<$U{T~wUT>v;2 zS-db;{qRRam`wwN#^;#!_n6|tM`{JvmMT4J+U;|d|H=gqE<9>j*jWyKn!4DG{ZZuT ziBLJx8z6K`-l3RgPsdkk+T*M^xk&FEpM^Xj;%r_i2M-dPyugHjHxPVZ=FC%|C~8O& zP$JR!3BF#DlZxYnEGf;oJoz57(sr|W6;N)Gebi6bFLT{eE;aHyghkKH3lifAhHfDe zwlx{gfve)CPLn0${#s*O@w2Ygz;&T&{uF(xwZrJIV_%j+t0C7Th~)L3>Boc|>z8kG zv2n_r!*swK>*hGwjIyeYwBneg6DhKaN+K<}li%wdC(MYvT=sU~S03#?5xGA6BzWqt zC5#|>TGw{6QefWu5<)mi&v|D*dzR!>%JPlYK5|s2Kf+$rrf=ZhDDsG%uXg=0Sqrv< ze)@BDc2kO%NV4W|5sWY?^#`2fWoHK^iUwyCD5LM!!$t_T;IGHr9+V@0$G+*|^6C<1 zOV0`D+1meECV^nZXQvl1o^i5aU9Vx&=!pV-PyOCEYXVWgAPfaaJL<}zahr1}euVzF zKcjY|YPeELaN5qKJ2i|LCGvgNz{9HjpM`sh`%G zEWx#>LWR$TG}jYn`61#cgCi8UXJnm)$yP;0OKk+FOO&8z?P=XJIzl;BefP^55 z_vg-D%A8_^{j})J-y-T;d|JhGsJ4GsaHL$cNI@l{C7P(#cE=uJ?6N^<$N<%PAW_aM zM^1mHHw-l)g}+bp(+Hn^ew=+9qF%}BG5Idc0Q{*)>zurco{${C!T`>~f~( zubc+JX|0j?(A!VJ>sajmh|_YiI*~S_nrK;GGs>A=Si|kF;Vbm08uiV`2DILEk}B@& z2vU4nt;a+$I1mWfLy~+?3!jV{2Cq%(0pOE7*6R3V#AHDA5-AQ_WL9NIe#}JT#@S=` z0DK_ej#+@vBUE#_916$~h+r9*mJ#&q3DOU8x=->loL`)Y(LSuj;+i(J-1Dhg-L z9+Lt#^-m4Wa3-cOV_XHrMh(voMsmV# z_iiuhSLLt3>hcdmhi0Wk0`t~M4r!Z&?=IHNb!``0ZdZ=CXRbTe9E_ET$)zngaW zYL!0Jf4;&I^t>l>G+Ji(31{#>>?m#Rk`kqA=KU^(ue?M4b?UO6thNi)xzrKdFptYA zHwSyQZE_~>`MCu?L4gPOk5J}>5@7^!RnF&q0T?KCorB6RS*2{;oLEvV_LmMh)fW%B zp&DEAtsGRr8r5B06ENS85?`*uqdy|Q z{tsJc9T#QOJ$!=@k#1O|6p)q>c0ocyB}G6w6r`kg>F#a;fn8ETy1Tn%>F!**Q|etn z@8^D=-@E?dhu!PCX3m*2GrQjtQ%U9jxujxqWAFun98IAyGBquD+1P#Jq0zWi?_?`E z+q@0|O$jtuxbi_|Fq_AU?>pN*agsi9*H<%qxC`=5Y)1m^d{lNc`{%P`V7tZo{nnui zAGpIJ*5+PFZ||7n=Rv%IW$4CcRWYj5G%pi7f>Eokpl?#e(cxs-&OC8S$f{vZk*`du zSum`xSNwO>+M7>DA9^g;^QEFV82O#$73%p@)~&Fs9-X9*Dg{72k^hkM?&gJztO3Iz zoJ|Q4JyZeIh;IUjUZGm2>9f|cqOH;QA5X_@y0Xx)sTfJgQ#~j6*?~8WK=c!8`+Y+l zInh6-v+F&y6M?A0=h*Kb5gJ5w_5cl_lH9~2DFp-AJ?LYl zmQJTjAioIULIAQ%cSg2_m_s4qz;w@U%il`EJ-EMx1AZ_$KMi;rAwkINZ1cYj#1u0} z`5rcU?kx@u-4B%Ia#z%c7;cTbhWSi>(pwkSaD-xC#VC}RmMe{ONz0=TGD%GZn{2Q@%*&oVx~<$MSgTQG)1e z*~yx#lar1jOcM6veHU!L7z%Q4pTqN$Y_qMX!%F$P3^$s!ojp|wPNZ2&1tTu<^ ztm6v{F{$U9t0I$*pY6Vqw?yp?>&$eJ{*3$;CY%vH%%<0{_*HsV@osMs0lLK`>X#0 zZYk!otpxwqAuy2b+{1UcE;R3S-koezV7kk`v|euf-oZ6%Mor59off|c?cUN-jLB&6 z=5o%Na8!Nw`+Dd-2vf)^pt0jl%-5`VUNxp4`%}OzEtfDd*jDXZ|7Wpu4z}=>k6%&^ z34>GQxdSBn7|F%|`;P%2?$-#-dx|fXSv1XM=q+1iAj-OU5J*XW7?)iP2u6z8Up_s6t)VO z^}A|n>v2!L`ldTvw9I0+w?Pzk7fNb(Jck)}SFC={agm^g+Qa6Et$mylI!Qe*+_byV z(m?p^Sw%AFf8Bj|bT|=ep(#8t+X*=g3VkeuRl)d}F993y z5WUbnp%c#9OhujivG3c~Td5v*3VwrWT0d%zY&UY64W%sJJEQ!^d6}KuAy=Zn=$Psx zG!#1#LNT+HB>I3C?%&hyrTER7D!zO3_W6zrSqUdMd(`k^TpE3waV1|!tda5b@SqS! z;xJbcBD)5Cx*PZqW2Qt<2zpU{wy|I9n0V23rrNV_0dDLWs5n=N=5Ss%fj2)s-5^gg zCCyZ;?Zi%8<8@ma{cH&=o}MfFW<1sv==`PPYKKJMTchAKpYd$!r6bO+X4O5e;vQb} zsg^1+glxIpxR*4c_@c~0*o3-Tsow*JNynX{mKmq@@6OK`2Qc0e=Aq3-A8iSlh}v!m zR=X^`pxUue&ehs}gW$VDqr@U2gzt%0DkD@vWc8J-H(PzQgF_DcGjaMy8|yW>a%&!tAFVJFTP4;}ylNq667Jee=1d>Q{OVtD|lQF`S@qh-+yeugqP z_A#}37TW(~4K`q4jct!+av7nHJ6YsI*A^0~_Ho(gD<-D?(xMPOZ2y-VjfS!MzO2W0 z+nup`QAi5dqzVcpvXa5YudqketHEuSIH_zVph<3CXXr8GC&Piw;C^-EeHy`W@<^{^ zbY+c)!tcsrAO4FZK$T_xR|ic0>`+h2D={5>TEOD&{}IoRgEx@WX?GZQHtIKLxl5d( zS(7l(e)d-KF=8w`YsBo_?(FgD^V$+9zpHySG~yJqf_ai7|%vw6uhpSnu`U+pMdG6+2#j1-g+@fFF5*$ zFyKv`cHiV6TV7VCZ+O_>WPrLZY53b{(L8+ZkSRqZi6QZfT3C_=V|fZD-Lzm@cHHrHrgWJ1c!QGQ@EkSR{f`qpYC{mF1PGv?heo z;5BHPW}BaaiwyD>^!6iaaN{%C>K9Kwlw}%Nhj2Y8jomtQR+ZOmn@dl04&lSF6`iD5 z8f2t*r)-5EdBZ?`b;NkG+hR=E~ zw0>FFflhuC6jx?9>qcpTk0p#<{!B?-O?fX zF+x$T2xQJ-J^t(UyzI|P;z6Jm8h*D`|x#n zj{*CE*D~Bn(+_+nuigV}+3)fcMHOd%t~k<53!{S(JU%KJ%V4;mT}(JkYH0Eo?OfTd zvxMz$3f0od#*njf+Pwk9Zz$5xVISngas$g2DCVab)89U7Sc@BSIufDe@G)d1xRnQG z%~Q38C$B$_$aSAJovwYuGPgwxTgd%OL0%Yok);A1kom&_i;eC4XL3|)`0z4u7u#C@ zfF=G^mgVx)zSFYmfgmh0I>9?(6{R@10wAb|kWsKfPPl(YLri-RSR@r~fo*{1D;blm z_cOct1Ja%t1YCcwuq&oMtTTA2zk%{a{Z-&s23Z6t_ojAj%28Jy8<)e?9J}Jy+N@7G zZ|5p-nNrwC#=dK$*)K_%Ak;;3@$}8w$s>fC z;h%R1TcGF9tB1fl$4g?z6bAYK zYhr}1K?j30;A5w41EM}{uUpX{kxy4|oBCL#5s4>*_2KHmdP8ZOg>=r6i00roI>)i! zgLfQS z7{M9-9ruRQ*vS3g7iQFCTqEX_%bwe|&q|3)`jc4VOS0xdKZYmt1LqP$JPoz6;vd1Y zdx0Kmhxb)DpY@@$!lyo9*4i-Mlb(g$RRHOW zbD&guec*}Nn>R3pcYJ}=KYApBqz^oziw`bv%1D_U?JZC2LD5wE_&P?XRua7CWBOd_ zsJ6fI5`HXVm0+dPAwCX|aJPA<{5 zk`qRN-zd(5mzH!O*{yNO)BiOqoE4EOmoy%?4&o{+e*BDCTdA_#VIbr_AOaToEus}e zeg*2@)4IuL7onp&(O2=A2$N~ur}b(3*8>OG{*nK{lZTK(1DU*&c48Lh55suXj#t`m zI~J;`Ge}WF0sOK9gn_*Ri4S#XtV0fu5}zYeh}@Bz6UOxA>fN`GLnRR$r+b}5A1=Fe zcoPZA?>A83zefn4b#OJ$052X#)OV>Ag7ir)&!2VS2+6hW>1uf>87=H;{+|D`&n7Zr zJr65to{)q3f5knYZ$8N8I0l3-bP=bdK6?8Eu(=Udc^Zs5-H-7`JKiM zk}qq+OUopgqjCS5k>A0{Tb`eBezH8IQVWI7IT`Xhlp1#vGuIKr;O_pa3T0G=3}$+Z zgq>dx%wSFMJy;b^8PE2HUQgWjfcUbl_qmxy>qj_3zrVf7ud4b?bB7Ga@t8_qIS!3g z59ggWa}a#220@L-NzqTQ=OChS&j_ozuI60xVp&<;c2jpHk#EX>UZTJFiBo z!sKa4gUhGgh|jeY_*w`R(YP+elyNAB;F2k7* zVgC6ArV!7|^BB*( zzqPQ;MI~lqN@vDNr4K&Z;1`p`Uu}m(1!)4*s*BA$K+yU2|kI_-Ny0Gksyv^jA|}I*JH|_xwPEm3(=Hz4W3`vKDDZQt|l6 zlV(Eg>Z<|Iw;DRkR~09Vud5vJ* zc~{qnYOX*?`h%=sWLfM1b%79UR2!?yzOg{w79NN~L_TH&uM;^*My@~l$c07CcF#$Y z31xx9#tE&0uYu2l!MgE@pa6UW+V`JbxVdhu$}{Rk3gexo&?jsfgv~as1@6Sg-k+-Q zGLvv={qpG94q}_V<&w~`{q(A7y!5Psshp}R0)J5#?I4g;7d<)*yq9?R{3C9n>G9Dw z2WqpALr1kX1!bnCd0Jk6A%z=$z(JS%|M?g{;-L}9anPf`hi?Tmrsx|E%x;-S!xI7XG8aMPNyl) zch;_(cPB%VE`!IW3^(AZ9r&&tsCCZ`s(b6LxXFpShKlXLv>P1v2iD!B#$6|dUZ-s$ zuLfOv39ge1ud!m=pHHc8+2}2M{MVDB|D?TMb3?e#BDD270qi;t^tPcJfN|a8H8{Ox zNdNaqiC(T1_ihumZj!r@EZ7RJF)n-44P+9yP^+&A9?3CyY8mBJ8tHG^mU!C`iB%Ev1NT35*#A$ zyl(VA?XajbkBv`{O?^r2u4ZOyL0SRwl50{mTx!DV(LHv`hbg125rC8*`93wG-hnd6 zm8p(B?^>+I(uJr-&BsRb|{pxh6{$4a#@c&cQ4Sctf zHAd!dc2q!{QWtg?Grxl8-vipo{^sXi3x>4tUT7p3NM<70HOzUm81&zr-EV|XRg2-F zSpcpAKUoiKh<7wkHsRZ4DX6*=$#+HTXUQL+5!FO!29)|W2HnHy``FYD!Fo9E;e}r< zW|$L0eL#4&o{UawHyK_UI|e&pOYF+;`6bY^v9a1E{S(-R#Wk&a?W?#|9CF;l!0o^r zr6Aw2f?s8Pv2~EEth0AUkMV%scY}(;=dL09&E*Q~z;v^vHM@mMyM^&W-A`EhZt^7N znHeehw8It~lO+ukp%F0kOPiUjvd7b8_WCwYekndh=%qs{l4jzM1r7Bi(6vXqXUiEf z1&=*cCalPR|18^&J54*!eyjme~zGrl#@nvkI~>CSjJc%Jey%`xR+2rePAXL+^l zE-qj7Afdl4Qf6athfdYCNuI1W#`|63PJ5Iird)}E=>c+xCynjEEiTZK6+E$L>3RlT zzkqEs&?4q2RV(4`zM`uL@Hps2tTPt_JKFP8n4=?hBHv6QjR@TT9lS&K?fV%qH(tqT zwz(qjTY|ol2V*{tYN2Wx=u3BPn}|Gnnn%*Sw;y$0&rwJ+0)V$z4G7X0B}~WC-Ch{7-5(T)}R!u)MhQ~ zRLhCti5(_s8wL{Dn)CvDfk2q9Tp>*J#S3;71fzVSUjjIOp)%?6)u*DM+>ECpkxX49 z-%%)sd!%raz$hfNwOYF?dEhO{BVqHpvI%YHnPg)KR4$IOVc}2&A$+sI-nI%t9IQa& zm24`7%y!$=CP1FyD)TlnHJR{a1^61Yds8#H){te#;rr59m($f_lmIcrozbNudG;}u(74IqoSxO>{GZ>G3rZLS#;1hD>K5l@ zxOEB|oE9^az_NaDj7wdJ{pHUMRL8?!p!2|QvyiO1FuPV-=`<9XOcw10{N_CEb`lNv z8UX7do+>*;Hrgt%WNLFx;&tKBE5wTZD7lcD%vk3_@9q4*7RL?V_YUzj&K#w2TMNq- z-erg{+u)tj-nN^rnJk$hn+AqMU%tK?v?q{z58cxHasswH2<(Hv5Ib6uhAIhRF|G+H z_*Cv1vKBiRz3JQB3ptM1u@3&Nk%L`A9IraQibhC${2Zc11cATp1x7wAt!Vmgd8);6 zd>2k-Vv^8p`kk&$S*2&@zELU4S*)ajkR|mrM|iOEHl~Z_o7Zva$lzqty3sQ67exsn z*=F)q$O5Q`cy?Y_ADYAU%&&@8l}bx%+NKYy#fZe`Tp3ql=2(1w5{sh_ON@Wj2YSB} z#l1-KlQazf?9D?o$29(cHCyH|PLcu{*It<9oz}e=^!uj;lqyYzOB-Rah_ygj{eY8A zfQqUKwhymCmRGHEphCQKx(KckjmTFqJ?8L9507gaeKZ}i@M`c4*9$M3S@B1^+z+-q zn4;H~v?*rw!}W+2fCq9Z`;irCn&~x8RW3y+ftPF1ItGRhsM2=UabUb4Yp0)|jC$Y& z#D!m%hk5NdJ;Dj`$*>&~2`f(?%L2?o%nwW+$@str@Lq(WX)^gDBp99*ZaA1fiWqB( zYvc0s(-$@PW=%U9m>@5$x9jZFOlmNlYkXJ-EBYb_;{%PD+q~c@%l^!7;D~%r^h0;J za3CKycT(N5l7AK~Rgo!5@&~e5`OSZuP@-b6&BzcHX2Oq#+TWhjPmMa0%YN{n$bOpw zBE~_v(_7iOP0|WJh^zY->EzQAKrybzTj!Dy9egN9`$#GJmafgE;UI^FPaBO(K13~=pv~KeH9r1rxR2n%kz?0jR3+1oGJn`+&xsg zq@gFT?M55Q2=Bl{f9yua%%^O9RVP{Y(OC8MSEr)+Qv3U^2wM*UY99u-@3W6&Al4;h zWXe;OLu8!#)Ar$(swXJ>sCuesRUZbxpAe&%yN1SsRNnmRX|b2@t&as2ya+CdXhOzh&}WmXTc?Ec;J`zK*E!d zE}1FK@4jL0Pmv5Y0t1Uz&p!qF6{W#j8T9>3^_+TWqfwU69&95$$6I}_ZR zILqx~KVA@=c$eqmxLaibG<;!f_EvZG?Mt~ux0wjXz@AxQ*X3?iR1bLgW7y7^DiD)| zIh76!neN>JXs-cQt1++wp~!q3A2jrn-On|Af3xL~lq(s&n*=9&ESPp&b-(Y#g9?wZ zkR(@F8?*Y2#;3R}xci4bHt(0+-yPEwMiTJvMn)Kv^7E$~%*;kn*b+sVwGkWRQ9IEdOu8FAt!_=>6_6nm6lgISaOnTFYeTq6S| zXZ82*gE=|V9%F9N5CRU(NBB%BIGGVbZ`4!mnSGuMuJ_A- zLkc57tmN~z-6uV>5}T{6G`SN5o)5KJTx;dF*kwcf( zhNjQL$@kS#xTVx?E9~Tn&lst->@Tkj)&YmY624mHI3w;u4}b-7yGqOc2|mvP+h{cK zL#l8@9Z587T$M``;vred-5V$j;yKDwdS`Fz>>zVo7;dV{(?Lm||XE zPs;em(C8rCD>+u_L(v-4&CD_(U8@%83dV4_6l80V-V=FyKR&0#Uo;@;tod{U@Df2M z^a^!MWP^|)ht=CuU60x>UlKkZUT$-w6}d$=sRge2xo$+@kZ@2JqGa&BOQwq;NB-pd zTrBTrB1X__2Z$ClwP_4EJqWD))`uE;u<|#r>KYJ(+Oj|fCK~u5sh{ZQPI@BW>k+&- z2BFvR>+THwhY@kdoq)8w~;nI1w}n5ebx!DVZOPPRPi#J!9j^BDweqL?((| ztpN^{28St{{a@&b+br#6!JjWbb4cnAizq=TF8-!l4X}H5g!OzC%CqJ%dIzfw)T^nY z&JOHRV4s23RiM0drHau(LqlC()*YdLEM2ne1}^{)Cw_FE#U192!5T4ncbH<|u8}u6 z{c_~sWbl5!bSk1^E+qp6{6TOCh$l}a{Hy$Ke2&QUIp=Ez_bH&@0Py$Gm;TiM9e60) z)S1(1=u1_5Da-RQlB|c4FFK$U$}qalCqQR58>yy@Mjmzjo-4;!oxf80DOuz6iscbH zjac)Wv?P#R@Gn()#0k>f7G1IzZxWMANLulqD!s(1fb9V5{A`D!}Wo?Sa6_JY@90~5C2VY|5o z7~{g~SlKH|6qp;~7~E)NrkCX7ErS3Q+Ph=m4v$FEXj z_;)~I3*xYa@xTT0&>(W&FS0NG=CmS#$xm?gcd)R&tV_poz}@@4$>Q{uYH28%*0Skr z+vnEucpfJtn(UvPh3Ay7Hj>~CBppG}Fp=ck101sXHwe+l5?^eQ{mz1nH}1c%e*bD5_r zr)N1Rq=cp&%R1@XlI8(3)*;i<_dge&#eEO<=g-tN>T*?cJ^yvk+_`C8WFe9cYJ*0Z zTf=w4@p`$;+)D9cJU!c2aLUKxNUTG?u!npBAW!^YPyAC5;@U+p2%H`O($VSeEX+jb zC^hMOpw&qubfmb&tS}{~*9J9dWv#L23&-MUL>WMBJj}>R*AFc0`_N_$Z}U~Et{}TF zpd|#O(`i3fMr2R0CM0E$shf|b*VdVD3+NBh43%wSFp_8Wbm}?cRNx}(mtpvvUnsrO z3NBf(qgdQMQI;ZCXGf2Q`{%iF5SaSpk~q?ppULrOf2#T5?P1vLf};V*4nj~>S9(g+0k#R zKn$Ptk?L09D$e@&E|^|+9)IAwro`D|zI>k_yZW)r$YbZ1NnmNDg`#-CpH;0$BNj(! zv(W~-LJO8`iez=x0hGU5^UB!<4Atlqj+kXW&)`O4j}77j$F&j+6Y3ieUoO1*b-Moa z+y1dDM&)bZp03U+)B{Au;^nJ>)L%&Rl82c^8u%dl9SZ*xbmbXpl!~#q z5$lkH`8$B});SZm{}BY~+OI%dDqtS0O}{;^a#-k{&_f|KGG($h(z%U2Y4OAg1r-nV%Nihf)+ z8To^Oa?ywpx#)cGpt-v9OoY++ZPi@tBfUcZ@W8Xzh}ooz;UDOwe9s31Tc2h71{?m| z3xhv5SaOBk2j6$4a|UvN3fsu-=&Hce$5C+0f0D=lPBe#uHJqNic=HknuSeLLH5K<7 zpy%@#RL%m!)?c9m{UtwaQek3-gGO;ZrKt zmok=+HF;&cr(H;#s}ef*^1=fR>AH|DYJ4WP%%y)-T$ zFHB|>^b?HRP~^oe@B=xj2g~XHj!KvzEO-p94sz#ST;&~~GEHQ7*8LP<3)IY;>|Jdj zbT;&=tQtP{wh0h};cQrtTw%RiSi^WmzK}Rw?Dq^KH9)hRbZ5e`{ov@X*5*I8E3S#J zy(c8ZhXQs#rB#lJY090Cak?Db3Z2Y-`CErLgkDzIu(>>?f71{1V`^Jn@5=#94+Et! zvu4x>-%gr~;hK&&nj!ioH39bGO7EdSsm&Yls%%(te2da zTDTPDP~`1`YA<3w3`94hO^b8k3>m$D)%Vlgx~yT`p<~?kzNfuQ7F@*9t2kc6QE#)- zI0~v{UcaRNA;ByPJ-BE0)l4k>ZB8>u#}?RFyHIl^TU}1gTs-aT0<|3P62<(Necyr>eYW9iGMSwD8=Cq4gb7I_$#!%R;9N@T_^UJy5V0xUfJ!7e`HR<6*<} za$f<+W6^8j|G@bSMKH@& zA&bk!)GQ6M^2X$@>W9&DQ$rQSyxIl`mwOWUG0*%QH(?=WnOpJt~;Dekn_{r z{8Jqj!*UzrSB->Y`#H9CI-7$V*#PJ(L9NMustjFkDqhG9#(WI`!(krm`n~Eq>8!se z$c!L$z_Zx+HfqJw{B%htUPl9{Rh3mX+JS!z7+@M2>E_ehUPr~A_QJtEJqUP8J&~PS zxBx}(?c`m&8vm+;7K$4**jyu9hdnGtUM=wGyVM7shtDTfbZbry513YnxwlSOm`}U* zGT?ZrbdK4l5wpiW_gEPpJtp?i0*vsX^z`DTR)hE%7@G$`=>084ViLjeJPh&wwG(<( z6N7x4H{^5P_`2#~EFQOItpo5a;&U3R?1;;ulhsat^O=znUVjsW?W=K=jW_wa&Ar07_u~f& zrMdU-J?|4iM5E{3B>L73>saX<^eYR!SaK=7JV=F`RUsbu z*kKcW5bTRWCBVIi9jjco)8M;afv|u#IiFe)U0e5n7%;tU4#S&HRxU}w+-#FNnO8MP zf8q+VLKugIY#!)~h`>x z>ydszkKog&U2G0ABvq(5&C-o+*pJaoE!&0@w?z5JzG4K(zbqOcz>S0kYbsls(|z~~ zhId2Q65_s&l~xwNw_L12=D7D!R1y}IG#VCWzqA|B7fn9-WOTZJ+1_wuU)qlTlz^cK zzJHp3u-cXpWGWZSZfFt!5tdsO5AG{z*Sa{C?7XYHv9`H z(V})*2fhDVE_e4#(?f_fx3(MXa1yr@Qv+5vqI;OSgZU$vW`KKG^o_3nD?^cFF~%J4 z_Y^rV-l|7_8&^wZO-Pa0CFPXg#nnA{B`;9pW=AvcEk{kOb@G7i^!Xz{kyz@7%uZf4 zS2afoW8kv_gRh8|@h2u>gIE%%n!fvoW%b(CC6B=9kz|A3_llJEuw-&BcZ9gLzVfZP z3R7hGdGr6y$`ndrTwD+MZ5@(T2pS#sRPM)mLd;RnuL*wXNqHK_-Q(k}Ch zU8iB8hAFXVIikNO_^!zdkf3i$w>%BFt8>N<$5LEGb_C7w?XZYg$dpx0NPomj|UsmDp+ zTD!H0?UN=#mw(Cy-u|Skw5ZIazJtGt75UyyfgYdob?XAA0Tym$edg(6tqNI&&@(%q z+%r+u@sa210Z)W}vZWxoWpMg%A1O>VR%1L`dg_?C11YNm1g;R-LSc-oqqIEIs;~Tm z(qw%|kb4YIP|&MOWJp6l+ICj6P;_NnyW*2Ex#-$_8jA-TvHjUrWZc**>e#Uehpww{ zM?r%;O{0Hunj;@5D*Yy)kA#!jI!iQHP$~f8-=Yzo0At1W%Yb4tP zp%YGY-fQUH)WmN5);RD_%|)bm$?!h!vx^^SZZ7TN4Fx!Q)IwWNl%@5V?*+@`{G64> z824!SX=ojiZQ`g(!z`Nn1}~w*qG38#NZk6f<@r@?GZw1iyWXT`EOGI7lc+r8xcBaf z0A7eU;I_E=vD{;O;KyH{i*Zrh5mUIC>SYm;kD|QB|&+&i>BZ?9mZOJSlwW?mlYt5;A7X%)w>U)9^Bh%bKqL@8+lLtIny+Z8}-LT zM+a+$&Z^U~;CHZ&f>CU2+QPV1PGM$gMg`WGt~eSN_V=dIHU#@r^~FGoT%F#Q?BHN* z^T)N~Z<%Yb1KNd`GtRD&=vbby2VfCSRWC5W{at- z952ob&RhEdFSrs+NL%gd`$5&|TLzCuEfzX5|B!B#FVwG3>& z+z~wg739|soc0j6GeQku23RpBJs+OCieUEnoHcC?TmBS7<^Pt<%re4%z$v(=7KHqA zL>T>nRW*FM^(usvQhvgre~rfg@9}g0Pvn_;h7t%Hx=!2d?bT9oUv6XP?Aes1jI>#w zHNc3Ti}CzE{;2=+&=yT>@$Ws!kxej5{+twjdoqUNa z=d<-9O-I}%_`ceYh3Xu)X{dVjdCjJx;CTH&;^zfmfj;2(SSKF!NI2g0cj}uj){qco zjv}=S12$!gLDl&4(!Fy<_jy>`-eNlHesb*x?zAj1Z|LjiY{EhLE%-vujSnd3 z@p(+?(HaM59$`FqOi5f&lNkb7Ge0ponfT%N$a*kd+T7cQS z_UK7MGqgFsxAA6j<5UsxEme~Xygy7aBO1!r>EpN4QogVO#LPy9V7>?!rIBwg_ov6_ zV!j*>JvL|CACasB#_8xyOvjcZJ!0|wa1A*E;`i1Pb1OBf@ zqN(l*BiMWanM&;+9qL>m*r?BkCrN}>pwJXfrzqy!5>6wa_+qbFZWX-=9uWTO0ElUSO2k)1)s;% zmOg@XVg4a(SULx%M8wQ@Pbs*cBT3?c$7iv|#acSiLVAiHwY`>ktAlP;+?k1(6f1W)V0F@ca7nEV5`M7|%5R&Tsh! zeY_6krA?;}Z_*^?E@@zL+ihK2^MT7Ph`5#u zo>YLH1yjO0z#u3h`O%LmQP!Z%e4pOMY*ron)Ag(mhoP{N3h%|i!55V+maJ(^?WewL z_3yxXd{nha~VyvBcenp#w(24IEFJChY^YGr+ks z$gUfvlO#JMOXs6RX+Zmu(Pa0naJ zwokB$6KBbfRTX!_0;Bs5b`TKrO&U|O{&!UMcd%1a5{<~xp{eUHw+?+HgI9_{WEG)~ zC;Q=UI#~{BybxK)#=Uu}!Lr>kmy|?nc>f}cReQ0yJX;g-52>0QWB{|O$@1||4`=vg z4mj7zF<2Aff8pLhcsx z0%~h(hHD4hAMG1_%n52V{bC`^F~ndanxDG*Ep~i%bczAtbNz z@wh>4b6d``h;RDZ$kZYV4vU{fss(n=!gp%mzqnz_Yk7vrmCJ*6wt16vbJjWS}p~TxMi&)RX=d_Ynz;QehFl30(-at?ic>? ziNM*R?O=$1HZv2=E1HlhwoKC}A)c0jT!QHaAO;#sR4Jwa+Ey98v8R|MtWOa~u(O7y z*QX+go9%Edh)2xD<;3f*cy8?1=a!b&w!0u8hW^Xof0le%^XC>8vjMilCOKck(MU_T zfdM-Y$no^$BoaxNbjXra!32KhnUhQO$~wlsG=jXNei;Ikn;JN|u4;Td4Sumje{z_7 zm6*8V4Syc@yb zxfSS6!Gh4wpN(y}=G!ZfQfzxv@iCzNheU3jUTlo7p(^2vUm>)}RTHF8YCrt{B$SX9;?;egV5rBFO}b zEk*T%9#F39^Znw3y48nQ8!OuBZNpYxLO2#+3k)*6STpC3a;Ev>*xjo3nx-z2z&o^5 ziFJ_O0rqVnyI=T>-DB@Gevhw<0wAbM^tLVz^?Up5bs6IYTn46hIem=rX=7Etb6Q~Rk;KL^e}Sf9zNv#ptN0mKBOdZDJJ`EUj2F@(@6AE zNbiyLk89`;i-`N^LaT?fIUaXZvP-ZlG|v!m{aqS|@}792frQ;Cf?PC=L?@X054B?(oT)z1h|kOWoCZH&aEBTn92n z_x9w98+yjK4>UNrqR>!r60pAb;QU!u0ij{L46lKN_;-ysB&Hkak*S3k;~T0JX0T-a z+Uj9_#K>*0n`Yl1Y^?SZ)pO=s4|L{Z^b}7h=M2}C&a5=DGmGHTk>lk&)4u8dxG-8@>v=shV-eP4j3= z<;O?HfQ218e@{=wH*p?j$hcP!5r`07JE=EWVYUDDQN8NJ7`>l!N5(=YKEj;9^7E6# z&g%f(c3_m1Y(*a#s5H9jFJ(kF6b5Emgm(QQeaL8JH)v#~)_>sQA~bpgSo4=*UPou^ z!oX}E-NrQ?uM`55cinGTUOUj@5PHAfEADa=Y8A78SupD4jI#u_BcfXTSIja}{h7#0 z!pL~#>rNCf@cxZgzH{f7@iLV2SCH#ph2N<+xjA;@8n_A*h5QK~zlN!GT|nDo96Te= zQN846pEvw_=5=r2C{oFHDlbbU;LmtLqCkXG%s-D3{$c&Ua^Jc0Z=vsmf&TE-yLZ%H z#Pddj_XySfZjtcyW8?TsiD?W2>zpnJ9m^u zfECsL99*<&@HxA`M-k<&ul_*Su?o%wcS0i@=$mgN-2d{?fnE?pXwDL_1Q+L4QY42J z?EB5g<->Jo;J=6S zRu8u^+VJ2ds2|&aniE@DRn4C+-?Y}0=t(DvuBN7jG0gEdBZ3hDf zAcXZilId8&i3Gc(vnptG2XecpAES>u%^alRi z5{?n#J7`xpG~LRBMUB|mLNef+W~mY91Hjice2$>6xUG#H7M$^MbqvJbY_@f);E*J+g}Ed3Nl(v>IZdU|wx^(kkZ zc7!pCIQ9#jFnsP`&5*w55tvr^Lh@9VY$rJ2@K;HT#DpvX0=k-2wy=6SpCO(Ji>;wc zTLjQq$!68$Sb#;u2&XzHj*SH>DhkzRbZyIv<(K=Hu4oa9c{BKR1i??sU));+OvC=c z1+tsrG?i1k3oMU7CJJS*bsE@Zg}c!(l4evHi-;?%(i^cMvvZ3qD(9x<(k-?#6X;JrC0%@ZH~@ zpCF$OHYyK~;9GOMDzuS-GTOW7v@Lm~KoDVX?bD9VWEX8}PM#=M>7QIMbZliOgYC%= z<9;a|=YlVv$TOhFC$FA{sfDi05@cj5KtRi+ z^9%wB}$GiKzZ&(hkpBx=Ihw4Su zp)z>y^jbpHm5&UOsas(65uGQiRKXNdEU$@j%hz_D5Sv}ZI z8==dDDv_VGZyGTc(~{?=9oY7Y!z^nE*iOiMm$aQYP7VL+Wvx4YhQ@1aR7@65SW%hl zolW^vfdMxEkJo1ngn_fbdTlwfp~s7C=pCbtH*ek`rW?izWQOTRnhPuXT}El-Z^`h} zUTRyOj#J__eB(Uvf5T~7s;R_JM8i>g4lUQt5LTRYRPo#bpnQBbn9f~lqt8{;pCW(I zD}2vinnvJ&^1_J2qZTkZsc0OPz4zRE!J%AqS~cYvdW{%6xmqzOeR|4Whp#|Gb+gjs zD;wF5Dxx6{ZdwIpYi~>za+ofMgvX-63WRqwg9vtC%HRx6uxf3+1SU2n zvsql}IKxSN^k{l>%#}~iro1o?Rzy6}HS;d}a@OOU9g8VbUZGLqNxzy5W&bkv{Qw`I zZSAV*P}c{SJ_IRwW8>LlAD=#bI$RF;PD4g@`g;h7jM)0;S0Rmp6rx@(Nk$dY$Qirs zK~93s;K^ct+HJBbI5ueg2m>DvKVl%fLV$m!F=MuaQBK~Y_HM(2d$#PZ{&uHmB?kvI z9yWUTc+_v!q-$se4r<70AA&mLJbin#R|q&TtvSk-q9wmj#2-`IS{-Usa*n*}w>zWw z+>;#s93M}gRCE`Ya2N&EcLD-p#^L*aY`t|@T+OmQj06Y}+}#q~eQcCyH;A6gY_zIqOk=d-0%5u;_Iy$ z9}-tR!5Y^0bF_E3@`YV3Paam<FnsB0w{1({HlJ_njQu zuYE2=n}v_Az%nP@5{J&T{naZ64ni8Fu7}N9?U;7Lm~<>M08?#PXg7bUMG_ZRTdj(= zlJyLqod6|k!|#(WFPJ~WJxxPIwn8AC^BQ8~JT@*Ev-pYQ|EeVXt8~98e$XwPTaDEX zW&JI_qjR>s;TzRAw5!v0r3i{{0b(7M?>1X1LSzPX%%V1wH+rZkMw^)9lX{%A%s!T9 zC|h|KbAOJ?D|tAL=QdkCJ>bp5w7>9OkNplXS$I_lv)~yLI`~>>Osb?|qQs9pzEsmd zTHIYUqv6*5=a<8DvPq~y3-9g915UXfr{y#tG&0(!+3`tJ`<3)DaT&Z~ION$NifX$!?HN}*Kw2tMe zKbz-Uqo4^>;Ti%8I~p2-h*|%~jh&V{Owv@Cn{Xo&_)DQAW~duhQBw|~;!nIbf7{Qc z!hus}^xJ1}lJj~IJhCBgVx}fMFu$THoM_E zhi;}hq*$&M<0DfK^LGz#SP7jLIv9pVcg6wkZT?5p3Iwk+&!t!5@Vqf%4C)(3`}(nl z`b1})!F*_f8doqb01DX(DMSsOR{@70xHwB=*PMQ zfvtBzzt5Es)pcrv_?H6@Cjnf+hm>Rv{^%7z_N! z??3ohJEx!7SRx%P=Ky#kO*_teWe^Bkc{_7lj?wMCj+-)@6^trFn(fN$baHl_ft;8zJ)9|Y$i)&!fN@6Cc>eeYLgit@{o@flz*}fr>Dx~m zH3m{BJgLMyZi#?RzoS~GoDuM+0@+Y6r|2(JQ`l*J#{X5x`B#v73g>1KNn~P# zGt+RJMwZzzV?WA_Y#eAFr>Xq+&5}P55u@009<4%rMfm)D?*Izt4!op~70-SeCmi}z z6kTKg-kN0&=uNc+o!}#apMnvy0-~)#4br3CE{#8s{aY-q6D1rhxJeOY+t?ftp;tEV z9eCVdwVQy7h!J*trt#$RFMH~`XY;Ko)$cwLeq2(TGM1#IDb+e0U82lYm8+m$0VHU- z4zt3JwlsFC|CdH~aB_@~eDwpuzw$-?>C>2!|IeFkZ*w!_S3(NVjV_KU#s zwiq{D+$<91z>sLQlNms)Izm<#v699{(Qb*8oT*BMCkx>^%U9CoW;YH;!T}{2{czc0 zWg=U+K(Y}moRF(hX!5aDc5Ic(6_DxI(}t~BkmrDi&qZBtlD|Jt z0(#Wq88vI?bldL!wJXl~ym#+0@Y~1ppyYNJ|5KmPf$#f@3-T94*uFb?1iEH1L8Sj! z=XmFS5WyLLkxW;uqDwywM6ip^Rw!FBY?B@ zh%@URyf_rtqk^p-q6OIpG7&z1M_ebSAY*CGBZe_^|9O1HmX0#ICq5WhTDnFeJI4CE zOzR*Q4cETv)!m@AAVY-JQBKhg$A6A(#g5nUfG?VubY#R!=>R!j`rwc#zaVn#=l|mo z$>k38bfj1OSk#4h!%=VVIp)*cjX3#R!|61#6B?_2{jNn*HhB#&UMX`Ba1@eS>8bxb z&wegiUh6b4$NhkBzV3p*wl3m&=-OzV72uz7`2_#t3*Rybk>3dI5emIvyxZTk>1F@T z?y`kB2ND?Dl9;sPqCw=8bVOu@ehnO`3bXXA3V{0$B74~Ly$Ikf$)wAt&~ zv%ha<;+(6vrH}xi)wH11&x9pj>F|Y+4x&{2US9hqkMTEK%4P z1xhN8T7tqaC$G%CxWomu4#3o0bZ1vn-Q{Uk-hbX87QUr-&X^I|P9J98N7I);C64CK zVGq7YPfq=*VdnKXJrk#`R8KR)$_k*yZ_w}nIgma_wKFkk-3@&z8yb0LPs|eXB}ZR>*Ya2J#zJf&wojI z|4o+ifKMh{n}(lL0TisvgEJJ9^hhFBBblM5DuajKcl`l`7K2MDJ$W~o+PqGgazo%0 ze!!j&fKIdH_fsgYyt^zepVNM`*<6YK+4V4dkM9TCo%RGhcpNZSi@}3yx!xu-MRjGn zMl_&ohSJP~>z)LGcd7RPm?EL4F#HxGkL-E-=vH28U~se_T(tHE>9X$ih_ruYdXjm- zpo4_4(FEoZo9T9Au;KHHW`;$tQ(3Vbu2wLPE9DSdFb^Q+A_up-)Hj@M=g(k!`2{4| zwV47~{-5ym*W|uaeDu9U>$2Co<;p9UoLrnwreUXmhkZG6u__If06G<&TegF_grNz#J+ExmRxQdZzG%_fp&fs93x@j{nAyo*-b@l#l+6*FNGkZ~Fdtz2*S?=)@DWL4hTwHZ*C2-;k}t0JZ#*%R&mHdu7iFKec98eT z#ne?7nxe`5-e37!rcCr|me-WWl8aLl!bec~?W0X1=C4bxe|2d~>T)b-PMaD_%SSl0 zrV0LsJGhHKyql^0%ymseEuoTdT9AqmF5Y^*Ysn%Qdc6pWrFP5zFzp(?10^|b z(WM{iV}iThBE@xsyAEE1!vYiDBano1R-69UC$)e$PgmSR!-kbQtq+@zqtPc#!F=B9 zEBxv@8YlGV4jzx7EUy1O!|`DJbhS6Boa6r)-LmA?#>7Gd_*!9QDK9sdAm(7;K*7g; zfMqZvV=Yfe6ZG4~c_v{YA+4&-i(V_%LG$G3A0B0MAb`S4L*wqKzUxEGVn))z+RoCG zRLmI~x*WiN-xv)9t-mg>ht4kTT4tEt%zDb(xd!wzW~)=IQHrveRTj#_kVj|{PWg7 zo&dmXTKpHu6wsV1{tpcj3=H(-^k4i3gg*TxTmJp=Urfw)jDHLRd#(7(L;N>G75`uI z+93Gj@87KW55^4kzyGEGA)~^8e*e$7|FUL5)7$-T@p;fShw1*g#9|UInD*Z;4YbbZ zmK;{ZUve*B`rAwfccNG$@ED_HrAu)0iDl6AYz{l)jU=cotYhwhfI4t-xx*)^qYC`2@85sOo5*t8n84dDjh&cjb>t9s zl~>TUv9iq;52UVwltgB>VU~*uBChtv$D3YWboHIuo>)KZb!7F8n&btUF(M{L+wLC5 z_lsZOT3aoaX%f%_CfZL1!svz)jPLD8Y)Ed1$`d>Gl8)3gu)mR0y`S6vo+aNfmTl3g zP)Wz4IQY){Hc2-@qmhx&3IKG(=J_jJbVWZCsGGbYzUmRt>(8C_aYteX?sIUP%)|?z z2W{!jl2XyI$ifh0v?P%kDfo0_R+>*?&Hc{(!aTx1J=^IWU_PtM&;u za_i-`PzcMA$NEjS$NAJ&d7ejHi5YofWxOq3&edvN!Y`ArxJX|@rtoQ-+JZYe!SV56 zaTLh}xAn9!1GN@M1YHrxQ1HX_+J}PLU6mPA*h=;tsy7(yY>4zXAeZ!Txu8upVaq@L zOtd$5=UWt-z$>eCL8iLeh(hgc&|~!PGcZ6iUnR*EN>yJ)4ElnpaO&!dJ(Q!c=$o(# zaUCdbpwO^Ee49=x|HHmAZwP>k>z-MV2l^TUxM$wT3(8Bkv1MgTt8Hm4k%v4O(9nfg)v ztEc1R^eO)d4&o?BEFr}Au|R#t+Pb>h`uY^^u>*Nv%*_EzOTpRM+FawfjIrP0q%<1s zge8gkT`gJSr-pi2HUe&g)W*BYjFq;g2YK6%%ha_AqkXK+)R#Wf$X$7QslpVgy#j4- zI`r(iB}lDr+-=ti{(V6V&f|s@KPln*uF=aB}5DESS z^==T7?Xh(QG&y46k6q2XSWL7yFMnzO@fCKU0B&=_ZU=X?MPyv+>%&z@E&lDer<9O&Lu8B*&TEt zN>LtA5}jG0T_KYBVz6p?hc245hyFQPs=s6k0<30RZ*(EIkqW(b>GWm)!U5_3apKnW6Z-7Ght+##5 z&npj+H6FNYVGdc$_Pk?llRKZ$fZ4eMMkQO^!{MVV--%dV=ppFNB6n`vJcT8sULxWO z_#URY33vd8&D2Y0*In4|G)$_hz5}LuqABAR+rEnG*nb2OC{^Ij_AhAxf z)SMBFG=pya8B#kD8c7|$Cx=Pvk5`S$IlpYyPyCOB-z{&s(vCAmIHN^&KR=`Tf$!0$ z*byWu1fz-!gi1|z&--^bCuaB(sEjlg(iK)R!VOpc*4AWTN`q}ZOYyq2tg!RTgjho5 z{evbna^$hzdGX?zbK}_sYMveuWCzS)7$2wcjV~Bp<`@rt7bf5GrwgFxaXw|~vX`LW zk9M>S6dxw-4D38E= zX_-=Q=7>HjA`##>_Xu{_$;$2N^t8`CJ=qR7yCYG8`FXF9plbdeEkm15=PP7JhE_?L z>cGGY$pPcH61c`z1GA&8dXp|bpU$l-o_TX8Nl7z^tER3Fk<6RqWao0HX~T2{YMX*{ ziN))E94mSWvYJ1>Uqgt*1zNcYaHBcFy?(E`1v~j?M})@q*rlYXm1uFtV#|_84Cv$G zvDlOiIPoXxv_m{WK?O5Jly+hEXZTLU>^%1Ln8bd+wD3ebufqnr7gPfS={xZrsvPzR zhYYBE-yxuU&NSKf7qUadZRqSQJ+Qu*tjVq)&x|4;-JCRak+=EbMFs&$OhgwEf^5h~ z3&FCXc>VE7h@YB^o`$>W*Dfl)uChahSb>pkFac3h+W5R;M{Se*!s@E3q8 z9MQ_&-g(Gu&e4J*>d^@1-+sACOJ}HZcUz9{!;(&IZkn2yAep-;Du(3>*>y}Vd=n$p zzoJ6OlSPAtktc~|V`Z%;mzAw7OMkXlpxFuqRBfS5)pXzDx8GEWTz5th00cgDaQgX? zY;8@Imf}$6@~}HPI-WoW3u@L3nBo&*W1C$Z<^v(UnAq8=E>C7|UBR_Iy4v(!JBRYX z@*5gxXBEn9J$Y+??K0Q7>+8c!#Ol`|(uvcnDfHF_BqjYI3s(#yO~LZ_<9WL2#z#jV z>8rm?9ic$g6$m()`slx57Y4te{{BNP#n@EhGrn_z8${;C`TQl9&X|cv-WHv|?=FqV z)oE5*(hDx~6=pnoqBk|HE1$?Dlq4ycL73MjtiX^$d@fDe*8>UiKY(~i@-)Nvw+nlq z;*rmR#Qg?#dp!suX4X2p*DWeCW=!-gSEG?|%sc3h5r&h3gXs~uCXZxcXJ21m|E{f# zi)_1^lD-vDPrTH!Y2zR;(#;+|5!e!$C!uPVMZ*8>yJkzL^uEpw76=VgG_Q@Kl)aL{%fVMiPThG;3>YF-?p|+HbgKY zG`P7_*RsauKs>PMN0*)QO+6;yr?D|1hN00wfcuu$ExOhNkB)|hu8#8!MZ9^T6f&N( zFi3~99+;4T=q$U)*VvlHz{Gv|F2`Ec1%Z7^XL#P*%gp>m6BvQj)puiTyidv-e;koR z_ie?to`Wy& zDRK-*pZmL2+u{p7?dM>ambH_1K9(CWfdFre8iHsWhNPX#jBd59hk?ysHOzebrj{y@ zqbnU)Bp>}@0)gS#**aAZqZRWnpK>#r%8m|ES>zk=KTGl1SXfXn%^K%GG^HeKXQHWw z4fL>ItsZ4(Xc<P@MiVh=`Q92>A48kF6$GbYPD)QZUtMw>gxvb z1r{Ig^Q{n~hZBhQK$AH_*WCe0+H3ZBT7Wu<$ZA{5Qx6Q$0H_Fhdm-O-*(C3IK8M_~ zJ|I{68A8I}!2QzONOxDu`eh+Scj=*FqAQTX`?|FF?yl7dZzwwJaDj=-joy%pVg|6p zoRvVQ_1kg@(ZLziRjRHr`fUqof%kH=FURNo&gcE6E7t+K9W9zSH&nH1T!4ktP;?zo zIpBq#omE02>szCO{6*&o8*|~4I>V~EfbN-y^lFG>DucVF3mBfD!#+^!Ga$+$Q&bT` z)OgS&$LpyZ5(!17{7Ox`Ah0ho?IsW-AirH=qcgztmb-C2yB0ho9uU||Lc04Czj8}| zRIS2J1yhYuD$CZ*0rBICM(u}JhuHlyuAql1Q{rIL#yd>A$J`vpEDWnF!EPEf!#UL| zhKMv_;HJlsmea_Qg#P5_$J@onQ{F}A3&ZEl&L2pJZ2?dYe~|A^=UfKD*=#!Qta<1H zQ8Y>LG0xG*w)Fl0>|aHVN?FqhGvTr?yKyy;dBe+J*N{6Wu8GC-2ObZ;6Hh7BFmyhq zt8HxysClX>-%0Q8T}qgOQE}q$aBO($8djD&v{kWBZF)O5YzZB?Ev|M+x_k*fRdB>ON+l!KDI&Whof?h9GFbt$qylz4<| zm}-dYF4#C}w)mO<>(d{HWB>fkTJ1~QaWbb~QlE*29j`i+$}C4);W6sfpyMkGORM4}Si`f4`HrXa z%Eu!gR72VSh$`qMCEDwsv2M=GXsEoLXpFR45$Xqf7WdBkY00>N-LOz`HhJ7@ty!Selx;6>^_eb$d>NHHy`9# zk-3}Z%LhZ(>wXl+`g)^94q>$(mGwx~qVir#&QYe!fgz}eI%w6`8I3Lh(tv*)fh4~i zQWYL>k22Anzh2+;!uudJNFT!%eX`p|#(N})7e4$(iM)*MyL^AfZC3qMjGLzgx2Dn+ z07UsIYb<^QpEUSp5jE|AaJWV9>Ni8KFFEQeH|y_f(e$Ivuw{^+KDzF1J{3igK3Xdr zm3~O^!&f2QB5+#w2SXMl{gj5aQ|KXnD9ftbS!)#7>Y>JkXsx(A_}3<>(S^_E*s%Vq zMl8O1h`$}#C&Bx~=L@_-^6OM89pzL?{NG&(B_^xAv&e>G7$e4nObNJ$r)f$`bxL$AM>dfljC-PN=$~~5_^X zwQM<9ciC7Izig7_f=LmUS8{z(mggmV`r{i$Zwi`c!>~VLwaA{B@r~PEPp&KCJZ!NzJ6%MP}Pw@4ty|o~8?FJ{4_} z1*})u#ca7#+cJlwr*l&xYaNzQI#V9vzbA(@$i~<05DSp8+B=q+K)8J^y$of2l5Y%w zkbpKP&nl4hpL*I1h~cea^S{miVQ2Wd>lXKaS5Bh?$ax-RvWpyWUVvK|Po!PkV!QbI zamDrpZ=RyiNt_TNARi)?p!AbT3vUHNVgUHDB7{Hu;P~H-cZw>9v0=OyXRi0kVT%Aa zx(;Wu;dPYK@T)du`aPX20QzEZo4YT5tbngDzeZmx?S>-^Qa3g3;)%{ahr){&@+hO| z9-)P3P2)qHXDLoF@>GI&IDYvy`!d zUW`?dr2W~DT_}WJc^bq7-9{xtJxa17Athtwdo-`Azx}RG$;*UGS967T-aiTSADAN> zkRAVtSPY6sb62|6;i)E^$UYdZBi=pyhADtI&bpW7>kg5S5ng}3e1{2ei%U@k=l6RQ zcA|qKGI)K26^a8%;Mj!}WgnzlSpVYPi-7801M!o(MZU78Q%m5+yjA;n1&8nRme@^C z30XSOzLG3fWzt<8Ti8&~ZX_N?;S_@x2*Rb9rfnv&1|0-0he%+>`~V-$uV_d@(LFO4HOq9`IdT3c#Sfndv&fJu8{Kr z@;P1CBPZLC4XH>@vERhD&6FL1bWOM9+r>=0l1?|IFJsbY8=Qo}*V&0!R_fmN3HpPP zfKOMqa$Lb3YyeJXQ_a&kwT;_L48xdFo%fY;>YpW6hz!=@l&H4?aSWaDO4qmZs~XDK z?AZ!vg}eFRGYX2R%%P1ooLEyiGY|>rahUXTF2a9yci57x(wc}WjhWW|@O(LYK$s2h z#>&C&o-5s6Tp+OzOp>Tf#`*IkEg8v(%daMA^O9Mfm|(Tmw2e2`7#OoCAwesAn0_St z9cS$ITCeqkI_mY;#6DSAI+>~XbiRNZy; z+lDP2#k!+D!g#f}X+!K%u-2o!(wK`vo4#BOm^UNB8Km~-hIHnyXG}iI{Fj?duK(|9 zS0HVDi~jkk(@(?>2JCP+ZbvUpE?65MZ#_YCDd+;qgM>miq^=B zvJju^vmUQm?9*phSMx_e91xjvTt6-zgQA9M8%5biUndfcM# zb1ql0#)TWpZ4Zi8@IPryFwJGkBS~2sC94X%xOLNwK_5MKxw=De1c$m>< z$WLX0Zc`X}0%JE&H;ynoehVaY&dI#0LBL68{B$YC$!JhY#RWq~>e2m7*z@VTjN0?s z#m7z8M*^#2t9z@@5{-UiQhHPJlY9ENozkyg$8)+u+sOQXX^kpbmK~igx^-1e3GT5^ zjW**0Rp+9@50-8w$wv06&|@Tp?xlxIh`YZqvY2}IeHrOIF)eV=pI@}2s`EcW4=vd2 zqLqZN#dxh9%Kma(%NVfXD>#w5GZ$p_VLRuvpZiG`cK&hJAByS)EhogM9{$@td3Hgv z&>Mt^SR{S|oKP}?sJZ46-5cnDr4ZZAD!)b{5xR=HWav4HH+`LEHi*w^U7vZ8;Caznr+`-=+RH z5pMaL1~X^P1RrL?Gn{f-%<~jag4yBUtST%)OCs4FW6G8AMdg>;eKf7R$0&8dPx8o8 z<+&WMLW%BbAE&L&`_)rzPK3p&Myf(MqNb4uDktya@*4Z2*-x^c@0%X0w42?qe@@x# z;n;A;;@{~v5}(d9Z?^LH(NV{armive-SB+Y(wN(xbYYk z4f4@K*ijBnAkbF_e3L89R$l`AC_KYC30NyMMw*ldf%QB4>8M}N$N#`)HaiH7- zq2`8#7Db76O!HEuTElAdB^U^>wTQC^|8}w7p{AThnrZR@?o!d^fo9E?#ei%j@);(g zQZPy;hi@e}epVk2D={Xce3R}37;7;?1A*yx>KXCbqEjLrVq1Chw+b|2EX}xYwN1bPgatqqQELdorZJ?6(#ojAdK;Z|+`$F@-B+Jr z3t@$xu;?|p%&u9{Hqh>mSh{Uwvzfi-j-7_78_J6$HlT1NdL`=NVXHgVlR~;Y`Y>Zj zg_^oQy-neBQBYI32`!7q@LaoM>}+vZwij~&C`wh#OZ!E5bi;oL1-|8Heg#TdmkfK| zhV3d+Nojr=3Z4~I)>sQhLdu&OS!N+zu|mMe`u+xJ5$Vc~m;4!ugE8t9HTO%Vd&Bdl zQZ=xF_v~9m`^xXL8fd%7!5S6Kwbt9Jq~^=SvIEg48B>p;Xtl(8YLuOodm|cPisEq5|wgWyQJV3D; z%C>+Amtfw9M#9&Lk%^!))XyYeNVmQJRN~|PSUt=TsV!5w)ow}`^!&641)oBhX^{S_ z@n1yHabtLk}&!5=rZ}Se(o`+7~Rhb9f-(f^K|il z>_KHv@(pQLG?E!ocQD)I5STMA0UErZ=m2FcD3rZ@pjpGYwg|Pa`9fS zS{dLEbt+AyJqm^nrWJjw|0-E!;0Pgt{FCk*WhIe9+mjg*a<>SCK}X0=o+~}S?_$ad z7YQUce!T2l1jBjc=v9|h6c9WG8(R-bz?r&w7wS&VAzag-p65Ob9#eXf>bzoV6^Bvt z#VSuU9Fhiw)~%OdlP&ktFM<+Bkjlx)yiH&R%;%T&myb_BeRl+>A#UE1y?=hy6@hs; z(LEW1^TV3!eYtB}1G_(Yr;!vAHmf>q(;UjjBKER<0xJlxjw`)++0dQoA5PS=#d%9R z$o2{2mo$Tn-RKXS8NR@lyKIK1Z$|HJHaM^jC?+=Qvk3)1z{rR{BpEC0M}(ni3}Q(v zBEEtuBHC7QngOhGF66oPr82pWfaJ1{6&+zOP+I*X4Yu||m7W1J{7Kponc3omZV)LN z_XnKV4}qr!^WPEGdLj%9Urgbu{_K!^c}@NhRYhp^Ivn|K(HDYcJb1QP3oq~cy{uy$ z!x|%uFxGTeirI%X1PBX0F|PI7Evvk$GcVkZnF}6NnK^MEUaG%n2#@Q=s`-P62Cdg5MvJA8BFkenh+b+qcwi3I|kChSlsl6k?lVJHJH`Nhmi5fj&bp)Y6!MuNs zdvbbtz41km8o|sfBK9>H4p2H+J1_Vg!O#Uu$w-PkDtfWf*k-!gEcvj}C7$TsU&d|g zpR;}TT4mx31{WAfR$@>b>SUVY!?oBMKo0LDbCk)@^{gsrzjm;w{nqw(4`az~bU_Oz zrejUPLYW$`BOxTPUQle}v1$p6sa0NO)JWsH2V>HqL*iwW>^U)ciZ?Lah_7ZkV`7GY zJL=sUf3g)%Eu&oM5f%$X^*U?x(Pm)yWR3*v=JbCz8Otm;6utjZX`mSYW0hmA7@HqI zq8;261+2F8kN(I>X@eYOO7Hmb&`H%s%rB;E6YQs$57z6xU(CZio9A$0+3`7P?WR-A zbK=hrUBc-QDph?@DSCpB$^LRNpiGwL^8-Lx5o#{5J1GINswEZ`1Lh zC>MzmLBaExO_ zYL_l*C7hrjB5!VUq2cg(J%kAIab5|T(4017yewpxN{uZ-N3J>~F9Vlp(cU}neHz`F zn><$#%B0CD%rj2d+*#ZFPBN)xhy@sjZ2WCQNmtDN&i~c52OJVwYkq>S?T6*%h#GFg zM03NH;RY{lN@(y-seY<85%ukYUBDA5B|F zCfNx3$9QjpHc&tZyAS{s_vaDMJ7jH||wmes!^jt@; zuHFl-aNz2t4~ZWI9mk(vkj~YzPJ)Pi7B;kkm?=A4T_rJ?e3q~_C&%j@BkIm*RP|?k zyC$-VcS>iV!epq4qaRx7;VGASpGcrLzR`?QQyW?Ob!fgrVA@F|x-nD`v7BT1ZQ}ka zKtiwssT!8Bin1Reu9^Tk%G7a_+tz$CHxD%|)@?*Huo>n?oXgu6cO9z2cB2Z$7?{3N zug2eH!~@f<$el%onPmOtRl>K7U2p;1O>)R^V~#6$D;Cr<6wA$^y8U@@OyfomB=t*f zJYuuAMKv9}|3vb%IptVRtg&@cmg335SNO&Gc-0l)GIfYeP=&!aswl0j&>V8uxxR~h2!|@I$%JT90gEgGXD;WSdd`YF#|pR? zB3*V@+j~OtHC-aOZ`HjLbTok&+%$-j6MqP9U6hrfCzvcBP16n7@s664x)%=VXV)WD zmJ{T8`<|LBO33$w6S3Ka;tQkv7MKuuyN^sV0}gCy+9D`(v44FwUPi>p_+Ip9l)JBY zhiapwE0uqGjHQ+UlQ?D>#Hn_mVKG{JmbGcWVz)`#r&Ej=c>O*R&mgTY)l)l;I9)}n zQ`~}UA3&dMf!(>??FbCcImF?xE1WNykq}lVZ-AdZ$>IxS6A@Ec?=$2&2rY03md^}m z!C~>*x`^g4d_<05F&}x2OE`GjUKlbyCS4&Zbg(Ak@f;{~0*ORhsN{ODK2muQx}PR3 zth?V{@dMi&uIwl><9X#lNHBAj@(9o@1%!5pb7$=|kY_5x!eIwWy?^n9M$EMaKMO~* znLP=vh&zb3;A!W4?q1pvp-x3%#r%+>e@)hU5n-}|5nAHukH#n1v9{wak@JEFf1K6C z??w3vUPY(b{)O`}6w&?0yrG^)QuImtSduifVAXmSTD{huPK9Z+#&^BJw{_CaG$ber zpN$Y!1ttqpa+Wv_D;~no6<&%>(Y@(x1^{k4J%aWry>~-E-RlgiVAqBPLA~W5Pdo`j zQHS#UT2q23`IFvw zXStKiJbX_%MfPJsbhIZ_zPi^lqEx~As7j!r;E`@?1#`Wjxsh>L*o0Xm^&aWwS#k;5 zOhFMBlNlYFr4)gq9D&$?^bbrR3r3J};U zl|VH=MIq|Dok7`$Rjd;gyj%x}&eIu_T&P0-@YGdJ6%mz~dPDV;fJ^#go}-Z`*;#C1 z%44W7L=djo^rm;k&qr30-=3b(DzuV|Ov!h~F#f>#piZJr-Q#bFxi$F~M(XR)WIrFo z-XM0li@H3`-ruGF^XEC6lyZ6)IX8)j8Qg-lhw@K73zyKy^;Ru){%j9x7*hMo9n5?61haoZuML zi5}vU+lF`UZM?rPALx2!86RwRLD40_>a9IYu8RxzGk55m5k+HNY+solq3p*%P6J%9 z9OWeC9A*!%rr`>*lu5)#GUbq4994@PqB*%t{;ai40uFvmmcGjO&okS^oyATA?s;^* z-`+Sj-X=nbd^E4*Q!`R@yyy5^Hm@jhyw9RsUfMD^ z$NmLY%MA$mDu&EGM!o~}h+T*6Hul%NDbMzVGM+vfyk5IJ0A-}*`C)p_yl0(+P}G^RzbxM zaYHUT5wnPRtOv;3?|C3aS1#J)@2mFGHinUS=Sas^`;17<>@D4>#w5b9fofq+vTGNj z5f|p%j?qwx-JSmGBlf>Kj2W>}DPwg%_G447p^LN@+6hiMt*rJoR4X-oR;(a_JU8vj zLvEp}qAK1k_NXFwRX=v)ry15dUIdl=j*_%#zJE&)btyisqobv;Ih>3`rJ3O#twko+he5qHgipsvyUm9# z9xE04Ll(maz9hai3{btF@SbS@%vB6gV1wdN4#y>4=*3M+uM%^j`a;xETFNw^>r-C; zt?qG~gqiSu}#Yu{wggV zj|4$^(ZpN_3tha~gScD=ukhSNm)k4n*etH6w=BSx?v2yw(dw(NsO7NY>@4rA_|a-Y zF7NsFBrRjQ4v)*!ql1RFuQMcRz_5W6(eK-QZ`UB5UeHm6-Euj+YsvYdiWF$SU-87} z_8L}PfAbeV{0ki>oP92G5Xlyz8UD`AaO{8M& zp#e_Eq`CX1Rfh|Yyx$wB$ZL4)=G*$3oRB1{pUO0k@hNdy@Td4fx=OCv1oX* zE-dqf*t#3hCGqEr@MK0DtK8|(2M!SW zv?F6$XgSIecVQzU5*^x57tSd(d%0m(l`4{k6&Nhb`eD`>bMk)b`bCKo`!ZD4b=)`X zRPHT5%Uvc}(pKUh+BqZ~gUy6V&+j#O3R1i!*$1rMpum-HAX zohqn2A;gglvX?~9CHJ13)*8gaAV?qio^3uq!d=a;3yZwnV7BB6Yd%R3&-u92WQne% zyEFWW2I6Xp8ef^`nuE4o$Qnd5r6iWw z`&yM?1|qOqnV9X&;wcOdez8Q07QuIdm;Yjp+GV^ME`mq0+YT#Ea^W7gA&L>9bXsm$ z8vZr>Wbn>-I^|6`U6B0Hz^ZpPzb&;E;=>F=0hKUk3)eNpq7M;vOX$WmOtLmAwd4n; zAH((N<7RFyWbD_Z?sDeE-ik$z7252Mn(j|6E@>21$C%MVxUYqI1PC0X&*$4^>QjfS zn#xIHe!sl)QcVRtC5&P;=%!Un8?meGMecI->zx!i^cv2FeTDB?i9bC+>Wy*Z|9je@ z+98pw=bd!6O0>-k~_ z1?I;jqfxbvr};Jv+pn`@r5TjsQU~aJxx5s+=wizAS55U()(~bVSBqFv`RN zQhw_Dp>dW}0)a{`z-c2c>x<5F4-pV5yvH`4>mXv4Bg?Fl4)03^bo zK&-nNV>XmZ!GjFUdQwffXe=?GU$(B5d=L{JO9=0Od{CabV$}wwafuN zmGR&eBPFF2Z z9mh~#yID#bu}Q-<+sE^AidW0U)NdI+wdumP7ES>DfWEaPfx+H=XGlKJAPoEQw7wd3 z;d89sMpUOK79aR2nGDm1&94}NtYLB`~nr2Jl3DER4QJMe_GNXW_~@9Mq*FT+945K$M{~*9*sUx=u&y> z-`Ef!s)`+GgTvxo#khk!f8mrae&E>U(9_u+cMIH?15e@Lzv%x;suXgu+G+)JOO(if zGIIV+>O>8_9E&IKH3N#bb(*N`*Lw$~x{YDUY++am`VE9Fw`j-p>M z?Cf6yMhxLJ7F4K{_bFiPYa9{FB$sp4^wI~i@nekCSWM0#gn66CnstT|k!+fF2x!hP zXoN$eP$d%AiHyGez_W5=8Y#m#!rx;4tzO-6kJ*&zeF8!?^3*QgRSkC-FHD%T96n6} zvRbvVSjSG=*g>hKY}f0!9osZu2;ZZQHnUfb?`;(@%HERek<&Av)_RYBm|zA!pXt8; zbQQ*$D|+HgyK>uYN0FT^8CQ@7Jo0=>()GF_LN!m`WX>|Ejjg-s3CU6MJXz0rXnU+1 zb&y>6Tdd}y_yYuRfXHpplw1^_v;^3Fk!q7IS0DcX6BNFvi{Xl%EXw2sZKf`R$$&a{ zf_s0vDTT~^Sv%g`@C^O%5!31&7r?8JR$rd{0J}e!}PnH)&~lFVoK_5-N7x^ z-xSK#i<$;>La^Sp2*@=$k2uQF2^8y@&uQrTyjjWP*}Z}5F#3El+x-#h9f`*;S!=;S z80GMMbifI)knBB_8$}%SzN$;)&6iS;9@vT4nb&Bg zeU6UDZfv?Ipf7r@diCISp_f9lSt*59f-{{C>1l18<;42^<+DzU`I?qZSBg+FvQmlT z9e&Xv0WA1-%6C)WS?t&nTqMc)39teShA9|E^ronGqR-buAJ4Ooh6+3+vaH z{5nu;m@~BTnIm1v{y(zbF*?#NS{IFN+qRR6ZQHilF*~-Mj_q`uj&0lO*zEAuxAz%m z+;Q*k`cb3ax7M0-KAK{znD`v_TcDN^!PaW-irK*sOfP*lf}w2{27N3Ohr2GLEJS_V z&LC>QjE5%k;p=VW{u?+a+>gin@B5ID^S(K4S|nj)=6}IN&tBqf)&l*kE}c`v)8%eG zpVz&_{vS@@;2}0W`1rrr7lLkaLspI%bq@KX!ViM0F)YhVFb;Ch2(S@ZJg-A47cF%g zfcK>bNb~GVi{u~=M#QzuElt&gjj#;_lsRE@cRGYSo-fqD-sH6(fkA1I<^&D*p}A== zJ_U?t{ro1G$DeWM7`Rcl8pE7Wy9@a4zp8<3B{g6|wO@UdK$WG}?wWp<^8j z5oD>vpUo@r%;->c;RJq3##77pTAxs%PAK+?|DH}fU2IG-&qGSez9hZaX)}g#22jPE z%Wm}Bjksk?35sNGqLc-b_h1U@5Opx--WkVl0!ljm}=(sIOk#`aG|83b-5QhMXsh zloE4c2BM-sB_$K6N&d^_@~mvXJWcA=Tw(DMQ_Rd=v5Uo&a&9zZ1wnDNkC4zf#`o3o z<5yULK3|Ayt@Md;0)P1t{|?XR%0m=|!OkoY*MTW=TjMnFt=;P6md=B$Zrk3nn`@-b z)y$ir#m5@$RWxYOl~nX|U9dS}*!|cu!1t6}seA=!?JPKHQ%S_@@{W>KFd+?$w8jxL zEdnkR0)19aFfV2vn7^jm?2nqh|F=zVTGMSMPn(I7N8JMpDiDj1!$}`ln*Wo zL2*H(lHrm+-OCtW0eeL$I`xr~YAgai8Ct)+ID%xt`{gvqH|$u&kNtmVzQWv4+kz0@ zYUchLo0OgD-+K!5>B)R z0rgn(kHCvTk=loDjf1J&QHHxyBl@!p(^?pIZ_=RaMO+~ai*;OktWZaW^!n5>kxX1{ z-`zl2;92LgHA%7wwhBxhmI?ZU0%IE``t|M9LYz=rVVP$Bjh7cE?`7v5r2Q7C(SZZl z=tjVyA(ekFNl~o7wnbT!OJ|C>{7G&m2uCVaA~779UgWlgRs1mB_6F)fRliRCf{W%ppNL%tXL_5l}HYAc85zetYNNsZuLeY+!h8VuNXI?NT9|l5|(?` zmkmU$DnTw56g8;8R0@BAhr8h9i*lP=iW|x~>;9U4aMO34L6ELX(0cSnaMA+H2FR%U zEMd||xb)=}&SLJ>Wb=B>?M}p1)bP17_C~){k;v_MzYyneIdpF!ysggz8u`$sNKeIi z;}L(-X%4_BS4kSnB0!VU4gb5N{%ZD__9>}!fU*GSwcxNzmi_moceR#my!V>#&s_qi zxdj3U6psiK)4Dd#I$>tbLt3hEBI*%3RAwXBVd<3xSoF*a18>hbjp5M=jkpi$&p5ip znc{wIqO7XGh`PWa z5|B|vN7$2_R9v)Xg-;nolaePiF613@Z1JJ0a+12#sNU_$-41a7a0c3GvgOF<=mBSi z@G0GF{ASxH-pv~heA=np;elkNSR~vRsem{9>{?2}Q(b9XVnC{(LH`ppH`4kB7*+^!tx8 zJj=}mPTVY+W+lqjeeSNYe#Be~YGmdFNW~)F5SF5(d80vJeKDI(#In=mr@1^IG3>*0 zLAu%n6-*!zm|#+Cs63+OGX@8Es4sIx6&ep}vHO$n!#JYIG9$rg;*t>%h)cg5p#UVx z_Kf!ysLYqmN;P85HOh8<1b39DIVle*N?$TCbOfN0hc(xg>OSrJBiDUMtjP!2;9Elk zz{N>!bbx{!FajBJvHb)bhRz>rVUPdRw%sOff=Waa%MtNp&>J8rkm5Cu)cf5dFGWmr z&$S-gQDz$B(g<$UQVHs1Ppn7YiM^!N2K7I*#t*uYg%su78ybcaU>cjR&lfl`3#bh1H(=G3^AcngVh&UIEYkvq3sKo{;>YdZaO=y!Pu3D zcf})@GoUth+=gcCu7=vDV%NQVh)zp0ZjMTr3HGO-VIZ~`o@lAa_I|*2FSPZ#+Br1iUgbPr>|doO@o1aAxLb=&X9)2q#^ zKpI&2mvSW9T`vfg1a?s$|&Xv!O2Eg!?J=9!Hkc>cNSd#cSMdbK96hD zuLHELsu516XDNlX<$Wqe(MgBsAkKs+cTt8nyUY|Z7kWeQ7UHHJ%+dacU43uU(PxUS9Z3vy-I zL_!4_Rzk|GYBFSY)^iSgz?!#1J7e*lpW8Xm+%7$fFxjF%t$aWfx`bF#?+VX=t^B3FIPizAxpS?W~f&!K#;jt@Gpdi z%f}+3z*}klVT9kB)7b0em$R8I#kTrfR=2$wunH^kjzZ;3ZR{HPFWzf~&6v3TWqef1 z_rIGS7@my$4IHH3Z+gB9yFGsh{wKkASDcv{|AB+RBz(zt03Ab)yQF&dwK&T&HR(p+ zUaZ+_)?vm!2ggHXl4;`Wqx?E85}@@pC=Qca&PVCh~X5|k&Htd!`Xa%sc5+l6!>Dm-Y7;v*#>tL-%%Xk zod4XF5%rOiAi>FMH&TG$bZc9JjxD%2gSa|ktcSDke#q6scB3NRtC?HB7}oV0NR&zc zbFNEc;XNw+a4*)-YZf+%Xv}aRBUMmQBaPzsM=!@oDrYpM@Bv!*)v6XWCPfbGRj0tqDixZlXcd+`=-J_d*CZzddl>!!cAH#hDgPvl&64W&7Z56 z>!RH-HF*&xZEzT|e9g=xs7m!X+}qRzKm$N*j0}{6HW2;|eSu@WW7#3ejm2ic-P$ZD z_FX#Zi8F~z+gVghTid9zLXSjBe02PunzMvHJB3zgOF!}-Dmh3+g$u0L&82kx$O{KP zcSVpz(*>7w+S|CvLYA`R^m4?3E=gW!eRwzKzX2V_@4p0)XS06q0ST{6q-6i{&_gp=>1l-U?39T)A1TpEx}m&-+<3aVh2r$8zBW$jh@*WuwR*iW zeeP4bps2LxVdX6vPHk(OJ6_Dr5M4h4+ zLmKb`1q;lSgmeoo$}l2@rMM%4&CTQagJA{7j-8ber4v3wd}oVr6Gqe_atV8of%nqiL33HNh)#SQ30BCKKu>uZ z-oMTb*FZivZ&cNv+KlZ4z6NpZK#h)md_?TF@%pzKLb?Ir?9Uxx+>NMVsD%l7C(GGi zQboTMnmd+oyVPX3(CYu8|A`MAI1Oc%JhtlO9`1rU(@wC&7&#lHz~N&^VY?xfm=DuzAcRmsN8KB zCjCnst-kX;Ie~zz=vi*V?#K0zA-EJ&vD?*jH?s7}BOb@Z3Hk}c`*3}Ng3wFUY)(^{ zU8|Mq5lx93k0C7gX)e9#Z}qg9j<0aXe80ESSORR8KoH5MlmBg`U4JOH4nmbV?ffx- z`8_wx115rV2cfP^@Mlx~4}b0kDxS6Wl8y5vhBI6VO$DvndYp7P3nFqs$pl)B{Cwds1SNJ1J;|w;H&|j#yc%sg7ZnaLwwyt}e^w<{CqdG>>#0`C>jx<%u3{x(j0V}}q8yt=Gl}OzqGOZ8 z!D5k>Si!W$jfsYRb)!gGBsK!czI~4%kvQxF_Kr%LSG}#y$Ic^qWcf0AX$G0 z<%E>jtA+ndp)21?vOWzuH$RJdU>wx5801y1D$#-+WfnVv^9KiAwDxH!b~!mm&zu3B zEZfVDGy~mm2%d@3myzz&y+9VyH-{*~`Mv>q3)A*!&`}dSlmU6l_S#$(NOv{BHCZ!v zdfG*#Vv=|On;oU~ltn+9gX87Q!q76!(WT1YuiR)3E*AdoNM5VOs(VMJwUF5uobYsM zFC?g>>Z~0M$4#pJMI4i|QxGOoV{i&L_C1-C14u)N9LXmCo;;m;AA0!oNEn2%V7}nw z5%9Pa7czYWBSJJ?zBi`ojsC9gj|B*H=ag_Hp|>2lzX8}ozL%b2u$UKPTjl`w3+@$= zk??UEl?cu$s43m3&6?Tk#Vw$B1XNOV5+u=Ch3gCSYU{i)@J0rQ)?0rpa-6a1jlHlX zN975G-6(Q+c;Pz1tEkg8iZ zM^Yzh%V({GSPX>o8$20ABZACxot2m6#GZ7whgQC=U3#}rJC*(%muYF8ie_OXQ8s?oYT z2;{X+o0d0;NoRgcoSkTHnY<1GRLD=Zo-@*~rrel;RDp{034^v5wyEV#Ud*RK-V82Z zK+~+}wNGNo%ZuL4$KZFs?LKv2``g?9s|&APW|VEXHZsRlhGasWix#xun>`bjtC#fZ z5_59t+e{?56-Kj0vlUY2*Cvujyri5i1!|wFS36MKulBOR{45G_ptptZXpBL6Pjg7| zNg%CO(<{-dbVOx`VV^HNyPQ?1XQhb!!I;1iG3Nh#?!2dZ6qbYLgSmn_UY2eF3hJ6- z@lAa21lx1LN`h{@=v*H_<|3ID>77B!qFf;W5IC;lQn7%>n4&N=AJ2$epdOg7lsNue zA&qsuLE>~g&yy+GqqW8l3jyp_7qu5)Q ztsFL6#j12L2d(-LgL^SXLgsDk3>(eLnHuPD8cizuTfU1E1S(U(j_?{hgn7#YQ`~1L zM1~~a-`^JjL0&%ob5lS9e$O@0nFjInM>cBYB&ZKs*v0y9Cv_3N(`6~rxY^z}Ct6U- zp_PyHcQKqNn2?kgyXebR5d!0(Nj*quqC0zI9sPLtY?%{h;8K@3w?HH{*55XZmf$G= z(1j-UE(gOCG?^yXTCYo-P=g@}HY!vO_gWj~T~VFP3RHlOi(>wfNK~^}6cXA`Nl}e~ zZ?*iyC1||Bd5Js>uj+2B>`d7Lw`OhLb7c~&#apMAu@=yHe~G3VjV7!{PLWSu_15V2 zP!jjaqg)>FTEb=Vg;)qgix{xW^btC-u+?LP=|$IPRsGnt+iXrt*Qs9uMjhm#5V}Py zbG^^Vbd6v3y_0oA#xhijH?bfM97?%7wf+(3Pgg~XhTI8OKgg-4dQ#6>6dIIWztS0W zNWnk^?5obPGX<|fGald>{q|(}^Zex6VVg=EQ|K7yM@_91Y6Js{GCrBgUG~EW>)Q|L za`HjJBMM|nD9B2Wsx_1~W%*^5SQn_4lz}#Fe1j5q#^TDzQa)wJ5=~o`k>gBAg}Hx1 zQ90gFQ)G_h_g;7<-6J=DZoUR0XnHEBP@?B02hg1I3-0FQb|h?*>bVtwa(5HvQh$s+ z85!*4KSXQ+jRaHb5XH_gtQU5LZUekR$nKO+d zw*}<}AQ2S~^lWd==FfDTkNg_T%#vHtDs&6*y_9*-w7)Bine;rJ_q2|zwYVo=1elQB z9v%BV-dVLhUM@cU)f;?6#)&OY3OjVdsvK`s74&;eq9(M5PpCam)VE1U{rq1I6p)Ow zuXRA$2|>y8BD{KD%;`D0y-+B(H9kdzrH2=-D*?t?oI+;vVTySZgva2>lWE<)ocoyG zBAtO9QpKBH6YmaH%mZ4!mo#t@IZ@6;iIg`sr zt&mNHJ&L;%B|r)C$b6Me(^;qI(aH1-N1BS97UUFp5QU#kVAzqjVhk~MC>QBQ! zdJCMX$%fKIVe~lzC^afp?;*W)@;>O%?JJe1<<*Szp;$65 z!jWa)ZLU@4<@>T4QpDKdTJuT%0hF}SA z-l69i8I@WW!?%aa%XRnO?=1$|U!y!PTSx~7q~!?uYjvLz7!PIgSvG{hQvn^lx7c8k zhG8H;8Uu~RT?ci6mZ$sCrxJG0{tU_UBNH3V!;}HB!M+-5fu`G#nL*bbyJu8X$2Z@H zh!m36+7Z7mn8EPR7M@DXRQB^@Xpoavbq=5;%wJ z(VBa?%8cHdTryxu{n}oqq^{>O7o@Uugs!^o$k0U9ZR#_ncKB%}pIvkc$&Yk~xtpEL z>S)XbXB7N=X0ohh2ms7J<~PKr&#SSOI8m-h~T=oFjJlZ(yC%OH8b* zF)e%n%L@F1Vj?oWgEB(b)~Whe z`HbXniB!m0n}IF(KAut@5log2x39w$GRCVMz|?2%NM+31$##?7gPbUMDX%B%o)QS+ zDiAf^Dxg1{ypqzFjfZ_c^{gO$4}I)|kywr@8YFs8rq>6!eeZD7J~H=h`>2184>|+1 zQPwK97(AcR8%YL!+!1U@iDYo#4lDP6j8F00d}K@7m@oI$eB-@T1}Q)zC3)$_NDT** zqWQrS=Yw6-@GeQL*0sTyHh?7)4^1mG47r-PhxjzoRYouan)Eejz_9(aHfSc;{Rim0 zg(8XnCcMF@EJ8yYk3aKECk@O1+CE{abKyQ$zdY&%RY1d#Wo{VQ*M_1##je~H@hS=t zJ$JtoYX}9)&C2Qd169_(BY&eLFUzty)%AW^0v4<8@Y(Y}-rZtn`WFC>Xso;#*6<0o zE1T!qdDSmvGPYH+8L=%>*rlrL6{++A`>xhoSAT9md+4Xx+4Y`6f~~k<(L`rCBu)~q zTCRrt@14%tCH|p*{Q0;Sa!ydqppl$VXrn6)EwxHCpqA}>ZpY#sO-bAd=X>MY1}pK zC#2s;31z3bF}zo1cIl359tX4v14@}htFga2_dG}QRsAZ4W&l@Ap!LsfCZzKx4 zZ~zJ!m+50Y!p6N7oQCKl$-^~hs$>3BBHedc1Zd^SlGDZlo8W+bgqmP^*B z-z-639fZq3bJ7#mtzUDcZc`dm5}v~rl~IqWacAi%$Y#&xVv#~Pg)F;Aazkd#3CKT9 zXn;<+gfK=ME(wa7ANJSBfhucd%>-jSVD3>r;K2`gh#IJXGJ>z!_^fzV3BLJJ$Mdl6N#S9;n^)-N@qi0G9dOjA_R-(hWX zPSJ*ouX1=naunP*x|u_GLB-Z@ft2ekbz1LI1Z`b0~{?-8LuI76{i-F<@!uSY?5*v$@*~sbD$tQ6^AauzW2u(wIIL% z=yN%aS|U7~+fPO%9~Cb0ZyZaQzgJyn=mLhqV1NMaD2qx$Qh!mF*_LAkKT%t`LK{$F zQ=pY#muenSa$B?+>qK>OW_t^}RhbSS; zuvDdP3{2@b@QCH^1-BtHO>GKdMzntmP)(;itCFpBCbD86rUj4%2G~=NO_Df#j;_1f zye=hI#ld3l8?JPL@2diI5h5LGXudQg;vgDBBb(nlT)&Z4%@RfU?}$R3JN9{N>kyjz zC3n>VV3{5gYTFA;g$1@~Yc1=g_#<1mTe{t3^ zAIM$B&B)aHT;)>#@)?OZhE#X0ntkDa)P5HFAFO+3zr+oNi`%0MQ(&>;A2l|R@jkIq z^aq=5qhy1OPa2|GU~8>)QY^n!PKBC_MnD4p8lY68^dB|r4;S<_wfaKA$H9b*w&fOd z!3uM$TnpAzsVIOe2$~P(1q8$IT<&z2?pDau}u+UvaSkim%yXc9(c*fLf%IX zpvs?z)`VG2Wx^kYbnyI>Ld0Clf6mA+jOMXHO>5pyLxBJZ<@;F#vx|BWB)cXA$w6f_ zTFD973c=-tRl(G(=M5axV28<+Tj0j3ei$L&DBOhg|cn1(M;;Qd=`hSz^R~B_ppu*VP3*s*%Bf z94!n-_#es!8{V(|sz<-M{71L!ds5QD()SXlB8QR*lNflhbh)v2mJTbtC#S3ev$EI@ z$9oD7D;#Nh5qAlN?DH%#EUYzwd0GkPMBL#AaA8OY_27<4Rm(Fx z)GMmwKI>6^BIjoM2B4Vxla)jGoa3kLPkj4iUr`cAqX@28d7hdUr=5>*@1(>KEaetM z^Psz;SwrM&qC4kY^5%3- zrL-IcNr#*rYG+2$3YFbW0j2KFI`dzgR+QH%p$@3%5y4CUj_Zrq6chp^i_mt%+V*Ou zEXWr>mJcP>=~^un=TCD4tiC|Qw1>gRgHl8E&AVU00pirtLTUBPTFq?OQ}HOjTdLqp zm`>2?Pt4#OO^0=Dyi4E3nV$4T9f-PAc%|OgSlab;UFcl>D!(=|I{<3K(h$+YU8BDsi>=cd>t_pzO7 z;BAm_pqIKeCkiQnfuOwl3p@evd?X(Y)G^TVT5UW61pRb%wJWxCypop~~JX6;sY3OryBhSJx144y4e2o-S zNI>NM2#caU_V%03mA>YU6V(WoJo0q{91lm-2T?ub8n@x>FhNM7@#E~QH%QLV`zbB~ zyhIKnsTED!HJ52#rB3RoZ##A7$0Ou@*>P&%Q}u3=vx{_iB;+Z|E!K|2hwD%PRO%kp zpj0eqA7}`u-($@J_p(K_z0q7jX1=5$x}}OJe{D>GW<-!@|F4-%o7{SoNuA#(KQSZ2 zTLO&WY0{Cx1`0XSR-A-g)ltLY$i+NX9v3u6lO0p2W=(fr4I7)!a5&F zNx~r&aDKeW6A_N&fY{K9Q*!${P7l?uJRsSp<7XW=CGrC-4$? zGCW0}`F3VkT9c3T}E}kr{)O9xO%jZGOXrfFuF%zQ?$c?K6pXQ*8F61q^zQF4X_LjbXZ|WN-5bm_h=59 zbP!ICkan-e9gaJKWSNzq#wvJOaTycRPOpNoLm9KpPl72X_x(dR((2P9vWcEFM2E6u z6r{e3a&OpbEoyJrX)cfamc>?KxkxK*mq})R!i&D_LeH(ALt)H@(3M=BY;PvLacy=bVf-l!=X@40-a{VC};=rp#2=2{E z*ir$Zm#S#~cge@m-b;$Duv9=*H}M#k2y%OR#{*Vh%whIDPq{y}1zqVP#H*5Rr+$Z% ziv^CdTeM|1W^QPujCpQX+8$IPwKVg%uz^$0(--t}8LkRzU^&La%UFvxEgl}|ja?(q zK!TXPTZC&SxE*Iq(oo9-)z^6!zR@3=6j(zBu*lWp5q?gBS@086a<#UR7RlmLZkO;V z9hOV4{35fO5uFk{XY0aPWXVh085?VsL5V8jAZa2fn-w8UoJrz9cUR1^uQ0H$B|tbr zj?p4(U7-k**~^#>yzWR|(`}-rr4w8+LESM~n5RJKtYhLWXOQkPf?|)jd9qR2AR9?z zrSyHdt`|7WRu@!3h_2koc8_l?30W#f>^g0BF<+SwPvDjLp8|!|JVjv62X{tbS(qi@ z8Jx}g#d*0n+xv^pNd@@P|5$^Nkn_~|SW^svAZvaKq&;>^pu|}Nnd0-U4#Dg*2#1(= z?C?Gy&OLs1@*A&kUD=61=7WBjlO@>MQe?UXqYZfxLwzX(xW}B*qlm3{?*NmYJ|>qt zb^aO)LK{!+Voj-=5p-qpuEA4Scfa;dGMb)5m*PTNUMKK{YX0qjtXo=r-dVcm??z6a zbBN@m%N8MdJfAmnK8XKPXwYM6b2?OTju+(Xz?Z9PZ8mWD%AcDms9!+4prx7fOYs9A zlA(tRgI$&AP~iw6Z*J+p1reZ#PdAo`?JZnZ{YQh63kSc@*i*$$Cta`Gt=Jt6zL5*? zgmXjsduCjE<&HH}Rr-s63MVmJ>>$BarJ3tmjfPvF4JLB~LEAf5`}OP7DdHf_EVnYn zrNIKEdR7p`uJ>Z!6z%5`f$=*~qyoFP-4uVQ#hp{XM;ZNr*?`9skxXGzCN}+IM+4an zl(SY_DuFGKmOQD8w56Wq`Y?6}uKt|^jKSh&jVO_RXn?|HNE(#(p+b2AvmX@3xh6E% zJKWly=IOE50nsCJ_k6}o88)V*=xuikM&CU~Ekrz*0xw9oY)vDCd68ae=Zp3@F*P-i zw{-So`XX_#!npeU z-Q}FM>tJ|9zN=xkoa%R;vzGA4EP?tN58MMJ&2?mcdX8~WElrXGtw-XXw**&f@KHCa zR)SKFmbc)S0#+@J*;ZLz^b?+;(#Osye zZy zTW*yTNf&Y3tj0w-=&B$Dd8Mf&wmkHX4tA?)PRNB7`1G;XT9xWk3#zvWV<%;OU=ug- z9@mUiN|uD?Oi$-!vvAtAG)cP^Y3o48U7edX@u5PThn@znqOA0JH>;vifnn|OGw0-| z;s4m;7#9JI+Oe$$5i#|>h4_~=)W_z)#E(Tl+{XF|FndmqUKXJr=KQBPa^cj>{jxD9 z>V@s9nHt!&68yWG){D|C|3fZ#Z!8vZSrMzSybb+VT1V93slgNIcqNr_IAk&nHwAC)BvgEDpeyfCG-|*gAS% zMWzCnCCaiAy(R-0I@S;LdF4EMhi&x4sI`2GhL0uj2?z58+-$$oyf&ph02ZXzfJ*qH zRAo;IWKlQqW3wk9y`U)gFSfeACt#(<8*|vVC9v&UAcl1}oMC#C2f{s`74{KzIexU3 zMcj-q)Nx23e1I3IJ^Ia8&>wz2MivcYDoiTg^xyGVEgdk1>~mw)xurkav#l3RO;6*h zK&Uk@0qy!mbS!K88?kUvY9u`n)YQMRaIxQDZScZcuLnFG!qXMS4wz}uboZ{(W@pD^ zlYo*kzxdsaKNg$5uz7>x#d4F@gYNN{S$01z*J?+5Kc9Os1reu>%Caa)X;ab#N9gPS zAl09MG+v%P9h+WCM0t^1e&C(Qg<)91oN|^&XVO~)X#2zQ0*L_?nL2xAC!bhKUMr>u z%{c(4Xy4SXgaL=nFxEl4o2tgOVy`v->aTpQXS$PLn}sAo=OcpgLSGn-gg{{0#O+V| z3!-F%WF3G;X*gZDj4F%mP-wbHZtuxy-u{)yK0oTW-6}YbF6ARaAxbCzlDpz#ya_G5 z0%=wva@w*<=%fS}t^DSrrwiaeSAdVvm?$pkIggJzM(WS-_mZxf^Rh*cZUT$g*D)2d ztWX;;ch+*-ad-@s(BHIdV5~_(e?Rpb{f2Er>0K#B%_(v*pO%v~_J(pgcS2Mm{fgQ0 zep-kRI{*IAgM_8t82Q9+ab*T7c&}!`IfVF5(p7&bF0mo(s@CmkBqIy96l+yEtTJxY6Hf6iE|3;^R_-7j zU^)Re8W7*AK6i;gFQeI3_5P4n2%S(uUc2B&>;}*etQJLyW@^i3P(?i{>`Qq-=b#O6EICf>H7@m6-ha*lf=2tekNw zSnu~q+)YQ~WUg`t-dYBympVaeNG;P|OIHDutbfl0<|RU60IXwPyxa=%i@QTdaJFSh ziY1*tC94u(FM?d6LiN|)|fuH zY!xN6j7A3KF+#p zj9rpb!D*|Of#;suz^irS0VIlKTP1Mc?>B*Jig3xBR4qM4?N^D;fGD%Xxu3gF^~bDz zA1ZP!blfi07+7ucDGy-Nt2E#t+}#~|N~c1tO=Eoo^Cwo{z2Q6IBeQ-qi*@d-i)WE9d|9_0h*L&LsQI?O z-vo{c4mn0#*u{550qo!)^1z+BlS=zsU4E!p8tFdwIy3WtHE;->rqs`d6*L zo>%li;I2>vHmya}KWrd~O~la)_)ISmCvh`0D>X z01hFs3~(6vl!DDH&cEoGO-GQ;;A$HLW8(`vgh47oun?V%8r%w7kz)(|8<~;!?uCT& zmvbNmM|!{hv&*z;TC+34P&#Dg@Bj{7<6UBzC7wl^sTFg1ZI{|7nY!*v#IJzL8)+Dn zLYXk|@U#KR5JT8EVg||rO9XX^+9wnODIGvSjsoNqv;mr4Ri>K=P~2g@-^aJW<8CAs zdb!qtKXMZHs0(*f#g1T9JQ^}jy9gMgFxd!canY^aom~DM*++0&mQJP{Dj`=*)?HNl zTy5F-qOy#AKpjuSOHG0q1xAvLaf!td7iv985{Y`f?%WOK_jXk90Sx>gM@baa@b~!) zvSd>>egP5qeta}aRoW9cFJ>Au;Y`i`uI!BJQ5zQd5uMGmPA@F>LYr#)mt;%d(X9AQP(&|hPP@8fGR^CeF(fd064#%mrC|9!nrd(B> z$!R`a8;rTF6X80bi;}G7qB?2;e+hHaVqQ7ULnJ4yp;Foh90tT6yZG%UrX! zoSz7is<~X)$vJNIDY}nKi`N28DNU!_ep_cf&cTc|l?SI(s`2K`C5-qp9mRy6f~*!b++8PNdIt0YDg+4ce#6Y=$nF@d z#Q(uHOvSI+^dp>?c3O0#IL#e{`rQM58h5Td_&{+M`@mr*G6e={-JYmpC#yUtg%>zmzGn?sWoQDL2^U zy$?oQ7yr&;A|aFL6}ft+)i1KJ&xRloJ4~#Ozd+uZ18?#vrRX|-yMBrOh2xgL*2E8( ztnd?22#&f_8`($q*NTGuzB2&pI$Fc&suK~IFN*d%S;_mqL`FrRZt1^PPp>tt43SgI5*Y5MIwQZZux5!@+@`q4;AKgNoK z3xe=?p+O5x`{Ydpf-r3j1 zX%yrrOOe*7&YzB8(qRxqbk_%6_;HR%NJPz6KPHU_S=kv-p~G;&7&I}OxQyGCWuTbo zV@YsUqyI4XDG+J610oS&V9XR?4!@n1k%jJu+Feq{q3;rVb}GDyhRhLDXcDWvepH6i_!V@d@8fr{HC_>@^UFLLLT!g!^}RuJ)Rsh*u-m3L z8>y2=1Y8gLMH!`8KXPYS=7m?ZM9v1!pC9DH-+s`Vo^+jvcVr91R^z-hNpr}n;Qs*phC;oVkkYINMDn?vyIOsbbpGTTAylh zu-yB4K&?^}4fd5i*02OWrif4ktJ?POEjG(7_2ndwY#Y$zrZ>57c9|OPN?;T-#{&( zQ?bGOJ6sH;Q$xU~$pY0BoxB7HKlHcYb|52d?gxZQ=?Pw zX1B-iy2up-A@!fikfMhJOGHJvBx?FpXm+9!8J#YdZoyn$hcf#CU_z%Jj68i^C2t5RR#2(Aw3?L|dWO;q_T$qg?Od#VX?jU)b`BVgfcX&{kLWlCMMZFI$K$dU;mk6!AP1i|ejgLmamFj#1| zAdFzH0bpmjv$tf%l|Q@7S;Lp)A@QdtEaL@)h4x_Kpx~=fg8S86t=$_FTR>*jmEmDv{mVUY&;WL9GbLujE=NFEYPhSTvf%^fht7e1RcwxzyOY z^GF~s91rBSo;CzCbF%%PZ$8C;O(G>j$mbbHLpgNVl9Lei+OFnY3V6Lic;)!NfVQY| z#XQ(sN>|D=ILoS#d0-f8DXWXMpV=G57q;-YgX^z2j7BZcYhfxvw}ByAOp=0kI|60q z)`IzSmmq23a!+dR@?QQRh7@2DW_<^~iZ}~ghVoHQN%cahLXGS% z*}RgmLU}jnmLLge=I5p|M$~?u$C6b?yL=kPnWlo>FmhAmGCq7;Ega6C8^bKaRg$suFkloYrZ<=FkAb}HGJ*4 zH$8HpG-60DvgEFjhW&k-@nd?akdJdk^*zs2`8H}*2n+X^cJk(8c{fjD*Jma*MpPb* z?uwW4hJl|~C%=4?7$`hz#kPfben-=9;~rWZnxp(>+y4L5ar8X3UW@;TYm!)KqAhq( z1`>q*BIQ=lF#E~<-$B$tLBi=?1Fj-A4Um~r^dAp{ftZj}?@ztpYe({i@OkK>4z&7; zJD=+(hG^EXJ$~X!+yff9zW1Ta6bH3r(;`w6i0mW1@f2*mG~Org+p0C>Yo_ z|A)!cQ1qDpZ8I><5-yVB=_7<&=9{xuF&0H-zQE?rnFsGHwkpbHr|c}Z4zWZIY-_6* zxxM3gZXUq*qrj~WumIfVt~&=u~T$?0+d!l4^C^ zg*j{Na4`2e(&bC@P;sv1O%-u~mOcI# znIux(EMo7ptpA6ruK;QzY`cXPcXui74lTjm-QC?GxEFUX?k>fhB88#_g1fuB`%S;^ zpF8)zJ3E;qlij@g?rVFV^PIC-Zb#guO0nC#u-?a>q{2y8tnIY?Sa5|&ZR=adaxFno zT>mu8!HHU|C8Bud7(&rH^H|t?L}aZS4o(NFP54=aZ?7Dq;`8|zg9rkTwFnz(%ClISIckwAPjS5c7T{~u^PMP(J1)$QK16(R96ZTz z$_m$~A&XioSd0D=Qun`5*rrnj|9eB!-lwpo~N!ObR?u z^DxlPCP@-VwZFC*L+HZF9<&9Ml3$#2q7b_a4eW7m!wiqUCfaoKGJTf$hd6fGqp%Y9 zAUa&O#^3{l&QD)Sdln(6`1WOfn0BQBn|GLR>k9K*v$zwY<)9D}dYl;SsoEt+i!Tkm z`57w$B~e+dX|hTClLsAMbgimQ@MLi2{BE!^zk3uX)&-IvIKm`#+kycoFNUr1t3|=o z!yZEvnNnb;;(^#6{P`yyQWG%?B2Pqp8zZa?Ha9%qzik-Aq`uY4Io^1`^Sq*zFUNc{ z6;-B#`tWL#5C&3?i2h3D3*mBX$c+2_<>;~_3Dis+lN6>smvfUmOZZYf>QO$h?S(`i zWHblHo7QJ1sU<9jtq}m^**~;VOOevl!;bS4{)ESWpAm)tL!@L__lrA@o`Iwj`2g}f9r79V7a4pct=faQ)k@b;De@wS7htR-=J=cbr)e@_LySOd)wW=B>GY=7A#l=732vt2(pTdVMjDG0Kyj6|+fWFptk z8PJoc>W?)8sK2+CE{Yyr1b3jto{zJBh^d5mjngmf1EOd3))+FK$)Cvahc)CM;RL@B z!6us001s_AB_wjRO@X?+Imy$npCS>o8;5B-EKg7(#on8TH?MlMFezgJw82A*e^dw; zsT(9xU&u`z!7OD2Uh(B`kgfM;Ec=UKQDk=GJ~c{79+FdOGc30ndRR-{8rS)byDYm| zRn)<60o#{d;?8e)&NQOHV?+|Pn#}`5?X98-%H(RlOF9UJ1gpQ{P{~X z+ZmblCGjq^15r_-b9S(Q5_@{shA^id{h09h-?Pe}gnxEQU^+%*Va4oku{KLdtHu^p{>i!LXea>-dHz>~IyfWfzZ>SL`<8p(&nq zl)PO^BFF`WS;*-h3_(IS1v<*Q+;uRtF*YmxqOKas=WS8YPq$#<6`!Ft0sb0M{&%Oj zJ7xA~Rt>2jW-rx4X+FYyNITqtvn=9*)pxM@geb(!{H1PXB-HDa#Su|3)HJMOulUGr zAl*j5M{Z$=TNe)JV5AD|CfyWug{RT18aKwky!$yHcRd$}rfi=LG_EFkZsp2lEy<7W zSjrxkQy}1T*d(S>%oo%zyqz-OOrQJ$l@s53hZnf(yF*O$fo!Fns=x(Tm*XB_3UW^~ zI*;TfcSa7om8Z}KHXgs#v{+ysOx+?l7#SqA{MR%^Gn}5-CWAG*zlGrwIhTpRO8zh+EOuK7x3!GFOyF#mvl1C&9*d1o z$GZ1z5*;$T?X(`g!Q^shE~iZ+w|E#NyIB5QdBk@KF5=?2eiQs~>!X*t7Kww9B~K+d z-}9%mv7tqdOS_~$DUUq+9yGuNvFkFdKG#Q z_r$?3@L&uMNd1o{y)HO8-4*PR|ijZ*PChEJkQ>vou* zWoF9=-a}k}laoA3k{@G9Y7Ds@!I7tIS;0cRA65gdy1`0v%91qLGnbe$SVRUR&E?;r z09^~V?d+WGznF}AQMChY-#y_8W>dk zwA(CY=Qt@IQt-P!(My9km7RZYs2uC8x38*+J%@tn2yF`Bn-gSNk#7=}e&>L!&X$R4L;YjfCCKTmD>cN<)w=OsJW6^w&k|AoH7JfzWrI^2ES0bC}H$ zg<5)M1b$c{kFNIcdvK!+6h?mBW6=21ePTNu*obY#c4uNU4r#)hb3>n8+}7YDqVoELu=8 zw$08`2RF6UjIgQLYy^$ijThRrY&7;L=~Pn7SmT5Gi0az_JXnC}f5<_U&O9ao#w(OqD5tO#PR!Eq62T~=#; zl?Vv5Ku1iH0S!>ZTUAZ2A`Y|=4*V-!lC`Gs zyhmw0l^nU6+^i6|7bVWqLC3ODLC2DL_^p(WBSa(PGQEi&lO=>0ZIx%*OEe)BR7TgJ zsLqni3U;WlN84m#%3D$dWw4*-1(>@{!&iRprJq|S6XS%N1VB(mqnM*MZ|lJf(TGMYWGEE4W?ZKjhFluv(mJ)Vb1k?CeRXc?J?dILrI0# zO7Yo^)2pejQV{EmGgOULol2ls>2}1j;1x3t@vn3U0uPHV!c<}U{g^iJd-3==Zqrr! zB0D8yc!IZ1v=lhKjWdUL5r0TJ>pVkHu&hjNw}t4k=5gQCu9V@Z@<=cK>`cx3AOp;2 z3-#+4o=5TB$xUO{H)euZNWyJ|aXu=Dq)Z;H-4to_X8MdWpX>R_PI$F|C#OjDr?Wwe zr*m`=#$Iq%eRQ;!SuZh%Md7lbh9Y7V7Jhte$W7C-BtKd0W_>KMs?wDlC_F{|nvtm2 z^*notZi=LKCiMI78YQw;G+PjoTd^<_NrfZSk{Pp1{N@bzYsc@^!@W?QIq%FkOStZ) zB#7oLRY91YyZ8WKwaOn2EtaCyDV@0X+8jt~I_%W;4n?Hq(%TkxZc4<>7t#`OM7A$j zlvbxitHnMK2GluMN-qK&G37_qM{Hac$D6{u>v@r862_l?M?6br2|9vC(`YuFWw1>P5GRYut>P= zh*+k2n_JG5&7#UZ{QI8M_b4CfWb`--`WtiFU4}ivph1P<{&6;*i}T?2Rw39BlhIK+O)w*}muJsF4`_cIv|#+aP0$;LKBevN8M{+Y_daS{kn<@q#0Q3W z;1Y<^QM^*ZeoN{k$@kSxxvgYU;X-9GfsDeT`)OVlrE0k?H6+*dWFAwO8q{IrnomO^ z5vRQVxdu9mbVF#UIB@S*RWCWDpIH|g=aAx#D2f9 zsM~1Oq!z4p?nP1ihRbW@E#bi{=md zl_r?lI@t9O!C1L}Az6OG1MN>ByS2Y*I^)vP5NQzclcz3H*A64+dQMx9U*N`J6%{#z ze|esr(GlY__@Rz5U#oxwNtHX_zf@<;aUt`hDmWc-yW4?*9LCsl0~#ojh^HX$U-}g1 z43N+{Yi{`28HEQw{czqk2!7NZDiMtS@IG>!=(*HPXSvU*BIWlEa;pR$Y{351L#!?b z_ob`utMhr@lt`v*r}zCBr}I9UT?g;^Adv>gm#$w@>3zCjcXYdJ1QMUQ$~$(K=X+wa zzzlTtsyj4_w;XJottfk)PP2?*7(C~?f`})GP_BsHKV73KcQav4XWzps923M?bQMim z)E3Q=8`*^pI!eT-^u7FJ)Q%mg7L_593u!OJb>~gwbg1pXUFpsaEKnsUUDS2Y4<8`z zuUbkhL1UvGdRzo{!g=q#J%CaX+=P_lf#k%SpGEv}Qu2eT{3>~T52Qb>Y_s8zg#}pU zlV;_~e(LphOo@pcQ?{bj0|`Gdb1Wk@gyJ|Bz)gamcja{XY#H5OA(#!@7WF-^?RA+H2~YgF>$!1v6aTk&F7McX%yUz#@0g5O!tJdp8p#(?zCZ_|%X0ho znH^Ya>FTQPIS4^aq*zTiTIMMi4PvU(fCh{2gys`)Kw|}iB#y96pO%x7>5&F2WA59b z%RL^)>WP%dYcNAoWg?`sA{JIE$!%>~3e!|y)ZE3>J`66DzudiVQxK?)m*q^+=i4pcno_y@qsAvPTvMqkbIXZKZD- z0(cPWsY7;I8Gl&=)^pgh#%0o>mX$bS0ccG=5jvcP`F?`>R`xAer>%XZdY>+>#vChI z(^q_?iOrNo24{*LT4+^*@lp>F!GqsqcM+V_0?KHFXy*!eFU;ULklAQIYk_39tuEl2 zcB!FTHl8ha#zQ}{U7WOEaTi+L+h)}6Slv8YaYQrgWYQG=(@7u0G9)D>OpikMDsskO zofulM{PRi;Z&m*nDP{f3+d~W5hu||QfJ~`0;Dh&)N{WIK0knQO^TVC^-4yMDp1rb^J?uB%-4@Qih!LM-~e?nYOyX` z00aS40@%hepCyPibSrp-{wJ-HFW&e}-+s9id>Ha#v`~0H$m`~~Vt+dp#QX87cP+r{ zK2+)fep*BzWP2>sX-3&9G^~FK`U6-x z%Zt9EPY0>OCbi@oYj`J6>{%DI{=3IpcEMN+KMZ!Wfy+DCnJj(yg`xC zNj1Vv?dqRh*Hf$VrJ*U#)8?@X1ZYg*N2!z$FxOh6$y|62_h*%XDVv!ufC*Dc1dZXenNf8n?*ug`@7@|%d3MF=)gs~Q# z07=37NjP$q%$cY6&7s9!ywf-D+_eQiLrtwy&w=e9G@r?gSL^t?JFmq7l49Uptg$&j z^(IeJ9)U>`Albr@Qs^Yn_Y}?u%NY1*+1*MG;c51jM>sqk(sxeOj7Rt|BsziTcO6#b zuif*SQ5B@6{oY~G<-!15rbBFgg8qWGAY`l>r6xktFE^us=cE1oMMhsRlXGoL8A@~c zhaBRTiE`g#oJwZWg6j)B3L{z55ZW5r<&h%ro8<8#y_?@ zrJ6J`v3-Z@;u?5MP4t1cDqLy2o;H`<&RO^lDq(m1xYc-dyy`T65eDJFWL2nz89*ZU zilqSm?P8p|svz`==xkNb3B#*m7X^I`S0@H?HWRnzkV4V7XnMR<54^0&)!4$uT#iK< z0m*I`m|!bm8Ng@SvolN7exFg#fOOot=H_!EUMiW82%3c0*cT%C3CHwY^nW#NyY_b8I)tynmk+1Z@4h2^gm9?+bsF&A=4?Vx~er07PqE7C75i1TuMtGDd0eOs#ckLJ>(n5~epus63buW=2 zHSL^5qo52ady^dl`pub4I^PC!9~ZJW?{zo!UrEDud9$`x4y0W@i&I z10Y96vN#MDeb@krneSyki^L5_CYMEyjqe#u-y$e;D!xS*J11ex6Y*~NlKEM?T(hk; z#N;XkY^@B_bGyG{>44(I0{zzIo!v#M=?%&vHp7<;A>F^CFY&3tucr?6AfK`z}Y8< zGa3)tEe^(A^XW3CkyF})O3^!P-933x8RBW$2`_3G=MqdxOX?WP&oIG89veIT6fo=sA{(6nyfTxhZ z4+aM_Rj88rzaFe4Cui5l)N6?x7`G@=O^-*~_;F@z@6VqfErnW$)32sQiR<$Bx4fw_ z3$E;yg@+HRj4)$GJ-zBPd$hMV7qx7DRit^-f^bHGfOuTdi2w#}C}|R&6XFq&Xf{fj znsUT%Z)m{S4wfrZ**UUaOK8WR zV>2V;DKxZXVBm+Di}nwpzmC*prIJG?sa(ZWT>Vvlw1g|a_GK)knTpgN;m&J+Z# z`<=MO93oC^K|nxw{*qN=FGDxMzVzf1P>*f$c_Zjh1@4wVhxj`La>GJEsL{gcex`ra zUi&f%2?6o@msnZla>>1hn+ZT4`FWPp?m6^-emI#U`tNVR+kgJ<5JUz79{}F^0sR1o zKwS6pnvxOLn9q+7(rYIi2V=fVr9L+qE7_UEv(g)1LSIQ>+$f91v}P?Yzo7BpQiKS| z;G*!9M|>$Sy8?#+R(fj={Lc>v^a9Sm&j9|NcAE&|_Yu**+K2c8LO=NT#s7SOgm_)d z{8#q>l*DW%^ZysAB0 z^RQ?K5kLqC=eU0-d#@jMK|zU+%j@#=dOm)AUCU~{m;f1&k_ra6TykO%pL~u0{<~0a z$!yWmwG6s3&<~fVVy(*5WF6WcxCjGJ?RtRq1_8O=`?xovUp(z=>-7_+trKH7jfP%) z!O3Op6^w%$ZBcsNd>p#No=f#D8_y$RuX!wL+Y(lEa=lA&bIq|1j;uuIgG+IFQ8OgE z!Op-gLVFrSWT)bdFIYS3wfkCGt@|mBf#pY4tOf6x<51a$RwT*43L0+kRs}QK$t?IwT(~6g zZ13hJY#Y~(Y8`LSnZD8Ac$j9|`8{qlW~Y}k*K(R_4kge^h_Ly#=jc!`O}LN`MA{VX zD|l4RE$eC9Yv883Jk_3NoyZUhyq!#(4LIuY4ChdV5`tK$9!l z)0scU?%(z4<@rz)Q0?;6l;@0*2~D`f{57GE&r8WPx>9|>CU`utXjJ9qseSjiTnp{n z|9i~yeNI@Q$5?y2**!fC_tyut>JUvC9sn0NO;dA0Zvq4YwqvhcJ@U@lvF+?JGFAVO z378Z;+Dd#1HIM3YcSmIO zExfBr#2r-&93R`iR5oD$TI%7=+1TE$PKz}sbxTrHa7KjupDlL326Qy<9yfTC7sn~T z6_tJqLlB7OJerz)EMB56Ziy8lKtXP%=N&ot9G}jd$#2* zt6Gk%a-KGhXrUqDzWdx$%lE=1UEbSSGbyQOb71Qz)|g*mV*c^?pPW`{Pp6Q6V_-sj zJ0B@ynZsX%|2+L`Lg)jP=CWP4`Qb~fF4_scrg`p2Oet!sM^5sWT$#3wnjZ359@L+> zg_T{1kR>J4H=-U>TWN&%px25DhNztn^|XQ}b(yNkf*BPZ+0nQ!(TqVVX6Qi;j!X>^ zfgv~vOhR9H;mM3?5GClaXT-~946AeEINqvBufxU=zn2M@{^8C5?1*`;`heOufCkrK zp*9SXUJY$NY1xUtJ!)!tdIlOA+A1o_T3XpZa?(;#B$y<{qFj91*p{`?L2rrs-`P@! z>3_pC;D0?%K13CaLh?Gm8Wn#0ep-ZDz=}`CED%b-NXs~Q(7=vA>m)3!Y@wlGGW|4R zYC_h6r&l=r;6fsS0fkz^4=c-N=qvAVstQYjF^Q#` z@12gcHMD-{dQ!4(g110&KFAMyA_!rG?4}RPU!AmT#o}|VcL0$}Y5;A{m z-gb6^;^g)GN&yu48fiEB9qjY~J=~kSCKn&v)=vs+W7uyaDeHT&$!*6R{&I{2yL9pN zFxj0s-*I2la)~A%e9^ei#ra06IEI~q{uAs|{!}3FkxYnI!c2($L$l1l75+QRc4vQ%6 zGMTE~D9_TUBv!zM*VBj|HKadYq?;Qt!# zBB8JB_1QNmBzcEP0zEcP!Oro5&-=Ej&VZM<$IkxE_u-ryZ98aT@Q}pRGp-sQ#IVI!YjToyj1arhI57E1D$*Ske}pCesaKZQYgf zbT!a;M)mw2Mfyk+D{qyx%{$7wH|Z5ZXTYDs13Ax3}Zg)cDGnx@TPyr62C~l(zNqdW4q} z78Zt6!$yF6Z_-q*w!EME6^r=8%lIMR`{X#Qtkfd(1U@yv$7ip;{_0ck=}Wn4vm9mnB;)y|1tlkLRx6ZY1Op;4 zPh<)nYvt1?vRmo2fJZy7Jy~e2Xg?P$9TY6eUEG`VQN9!CAMoRpMlgS|h2d(PoSejb zsTQ*`rZ~AG>H99SVHueWB0nl?9U+dj@t#<(iIWJ(zN=3j#WGY8ZZ2)L9k_M~wT-v5 zci1%QXj0Qy5)kUnOgDtA%HS2vEwt9*NEAIm6nh!T4VQXV^|IEgfPLq%^;^Ab)b%92 zg^m5Bzsqw=K@~72&mkel*XKV*wmzP^u0MEo>;A|mXh9SKkda}Fi-~**DGhft31B|o zDlR_2sdiT=NT+UXc9TEVr7?5nmm%EyyrOk$PxlhwywcIu&|)zJbWsr8GV~sO?)ZFA zLHztD=bcmvWrB2&+TabwPZWJ~-c?MeCQghn#8zUFj=T8dRnAh++ zN>pH9s1sDDnN75`PH6Um^wQ94;4_nsg4SY2%viP`94ve>G>@(bC0Y|vHdGB`jmPWN zRmJsnWoPGTik7A3#7`N9*KFJz{nn!qS{@d|one}`g=KHm3N^%?$$Tl4wMP|UWv}*_ zBi}0jPg@-H^g1FT)U+ZD^z`Nrt!<8%=9DGoKjUkV4$`yHP8wkjax`A%O^ogv-N6K8Oyy3SG2@Q}v5@$iM>9RB zoN?a2g;7yumCvjIKN@TfJ-gQXXCb9;-ih}`WUn23^D|K4v8ybA3RecTm> z*BPw;ba~ksjEeJ_28kh%zx`mKa=KE?eT^)9(&Tii38a$Ifa{S1=N^HN*D6%O*N|_&J&5au z(y>3{cw4$Z-X-(=?#=ZoWc_c(J;0%XesPa590Ed;My6h#4=@kM_wB9~EGZ_c`rbIv zgRy_Nm$rcgJPt+`fGOm@M;Qd%GcX#~6ZEi&L`@a4fgvqYrYC!5-NAnl*MCUr*>+4j z*@p20=flVbWnI-v!%Hv}IG!gI2#D>A!pyI=8>CLZ3%b1T{9dmF176O0z$MzS=k0m( znC?+Bi{raaPjxR&Vs)Y;XAwR-|8>!vs8r><)ARB6k#-tR`hM~2;^XZdmUJd%D|M9l zLY$l74EDiY{xA4U51q^sgjVDRU+kUl6xNeg8!gTT!59!t+`}9*zG6p%$H(!x=Su2# zG~)L)55cAa(d_J?)v^n9vhmr!75ZYR+--?0(?%?3+>r0e{8_O#O$$A5XV$e3M^~J@ zX){S$F@W*Bp2e{9c!6h5ff6d_>Bx8llkfNb>FgE^w=R;+S%u?Cg%OU2{HN#-sw}@-WMG{ zg!L?OKSikPxfBKN7H(C+a2Bpo0_Vk}jULLd+0FaqR#CzNu7Pi8)YR$X*ROJe;UwNj z04M7pasM92Xm#d(V>{A=i%!SvR?ca?Yr&qkg|wCCG8QDq!vS|s@ayCW^RYkvU@2x( z9d+}vakvLpAy{;5@YngW1@o_$xzr&i?~`heDcnglRB%p=hmx#Gi4pIw;6Ej^O{=ui z%EfZanA#bH?GC$lS}7bMaJr=G)NPVDxa8gWP~*(6(sP{aou2PcX;!6eiS;_-)nGa# zI{kc$wjqA_2TW>Bw>S5EP@B?6JYc`SKveR#k9FSSjRVNV*+CewK1Tofj^PRR{eB!w znY$wN{+$uOzgmM2X>!KuVemH8Cq8;S6-ol(eN_!^3rkJv5*M@9jr|r^5Vy`AH2#V| ze0Ha3z$ym@;`?`ORGX^aByrDR!O56IxV%qpWAcCUtspEv$?Ln#p()js0FTxEMh_Na z4UlMPoXMuCph3a{*#P~8ro2f<$i8A*%YK0{*pU0vMiwX6P}6!N{-<5TaBz%iGdqys z!A^5m&}u^IX?^VZ9Cl2!&4yozEzPmhnY?h~JJvfTfyMcWx;MZyG@m!_7mP=u@hY~eO1R3nA;7xErRS7qu2y9c zRS&qrx&MnzgFCRZ!XTiBoZ`q~(JB1lTkXtl)>pio=opcq5S~izgTHzGu97X|b@&&t zelG^X#HK!s9xZ8s9u(LZg{1uO_)v+hcNdcTO zNW3}>;99Kq1#31`EY3CNxIbrX!a^sLC==D{hD>q#@TH12V`+$w&dh;`@~%k~jHbK5 za*5T{P(?2*sxcVoquYL_s6_U3o$QQLhJ^a`yE9Hb`{4wr10o-C zTqx&~A&AtQeHM&fqr&D0;B(sBpOX(y+kxs<@f5j;{q2dihFiQeYtg1l0t6#jzu~9J zUN%A=muKzo@(!df@PB^lwobj@K6Vw9yn)XmaM#2^n70$Q!IWGY70156!{@;1S_Xq; zI6eYbg#gd>-l0l1Ej1`V^1#yb+VNuW7%)x|_i#8h6l1~feJ{@V2?WSb_m~&t&X zVoT0y>{}Y2AONf@xiJcd+XjcBkb5A;z){F+_XIR$k6%~^lTKOWEEM-AbcB*(*oTYy zp}?PYeX~%!%ZUl=wRPZeTki298-NJTH5&tI@W>vd6S!yKiCj^dLI4SX2TVz{inbh} z5$-YsSurA)VMy6yXAmMwX9MR>wjKU~S@u5@%zyrP|GLYNF1G$`Pv6{yTw0#6TgJYV zLV!xdpJlu6K-wM7c?*uanF71g(!%Ki9XIT+hP8TLE5E<*Tku4U>GAYxy(LQ*8&V)P^TMRhfaf+1<> z$^H*Ovkx#HE7XVJ9MIcG#ax}T(@kek?WJ4<-*FlUl!zs$(yf$?noDOjPHH66RnHd1 zm57<%flL}j$X2bOaa|i`yNsvC=2vxmR-zqyzRNPxmrYO+H(JhwldGy1+%;z8%%F!&U^Z9No!0J)X?|2%!7Aykzw2$BL6Vlo#2`*PbCT%)(cP+%p#!(gCRzT z)d&V|8hCq*Fwpz*=Z`Q*tWn@Il6vi4HSLiGyaEnNW4q>8pN}rc&V1UKN+~_NolMkGRGaY874!@e82hRGYEtp@R8u#t^OZ zZ226~A{mk?%afhx)@yS_#jBi9zSTE#4_)Hik?)Sm*I#@e5k}~nlQegRCJF*uz+sz8 z{AGzVIb~*gBH0W5$u2TPt(aS556))G6!25{*>^SsaQ2rC=F20vz^Ej)J)dcgrQ&Le z~v)d^C=0>W0hDon< zSxq$9D?MgN)pxN*?UiG*ASYMtqOv)y!Or*ktnWQ7T?XVDCP(vJb2IIiX(2r@0??~x z68E~uC`wwh^I#hPLM39;>H7mpbwL*3d)jrFW?eqr)^M>BnVF46T}b>lRhK~3kvP_6 zlP1w-gY_ZWtvwALC2kf~ez0c{4s1)3b;JN0%(Ii775+PJrB{P#E=y1i`FlS==nm||Zh?8OvsL)X&JV=f%# zt}7pDkD-3mR^{CF3&K&0Oi(NP;~bZ>W;v<~Iij?(LtsBYPsrH~u0-WosRv2f0Lod4 zGfba#mScZFS6gZMFP6JGPFvVyUc?*cAY5#9@4Sfn#Zd0>kPxzVIxx` z9n^p*GciFHP$c;`EcfOI3K@X&T(#_(O8xg|If&^=$qxuL}t8gQSSX@?#gBqGDhh~Mp`N8+fKtMSfG79mhw zfm*27sacBix@-QXXT%jYn3pZqD&_wpSFrM-ijQ(ZgKl|*=?k)Kvgc5aF7_w&>Y4?jx&F`EkJVAYG4Ed5nuT)KD?|=_u>En#H<3d6@wa$^y`|SVW2&38 zf_FmJU)Tq%WBV;D^Q9D%fm2npBjitJa|##k_emwK9qp+}Nw*eK->6JqlP6&{)1G;d z(v=n~w--OP8~7g0O^A=E)#z-|j=(^}8%tGaTFVUIC%k6wI|{|6zb6DT+9Ny?9y=F{ z*c$pi#flkx5<0r;;E|_}48W5*I^0%^MdR|BWISNpg6)LVjY|1Zf$M!-(PMCx*lB5fuHB`2p&=vUUO09D|A?wGyVAxdVoQ-L^UhOEl#=c`{&7%;R6}6k}0I8{` zkL+RJ88;hLh_@09B(H&XfclguLg_dZ5@mQo>hYB2*sbWhSv5(0VK4HO3c@M+>>-~H zPGKwdId7kM)u}UzT(z@|F5cS7{2~j9SYk63rD`N|FK#SGkWY*Hm@Ww{RLvjq2`q zveo#G-3OO$lA$CAdMOu<qPOGkz^YnOAceKSkMk8&-skY+EC>!QF8L@(r z5#2FFs{UqeMFjR8*fB}QVyGws|2?;+yBNXOdi3la_RzzOWd~9^Lu<_Z?T*BSszp>| ze~rk3#7Kv!ZF71bV(0!TDrKM7N8Q3rF**sfnEDC*JGV~AZj-^?_5*#WpMMEUVY;g} zRithjtks?4bSsWAJSYW3C$KEo3kkpu)#9$xj{PnqKCg7;V}`^U?6~FOMWDaug8-Me zjP}JWc3EdRxLc{<_Kj)1c>oXPU7^Iziepc!!y7e04LZ3pD(vAorRmOz&-s?=XLK$z z8=1B4qTdgF(Y11!eB;t6JdbcW!G~7G6z!TiXn0r7`st%*KE8)3?ohNG5BQfIP@Wt#LVY(kmK=keESN6s$nptv2p~IH;^h(wCJ)bl^8i>(cFEr& zd&d&Kp=&@H(%oi=G$1O*Qc~s{WTasI1YP>Ca6a4V%v zqHZ?`k-5M3z9C?aNk8=&4U2uNs?@lSSA2aW0oIg&` z$rf#R-I`JCS#`ho>?$2=#)B5F#9r)?_uZxh&PzHTwFq(xADu2~ux+fezwPm-RXf;{ zgOI~p_ZtCfit0kSlKk+tHTyT6_REIDWbbUu!@e-@$sfW^X-T^Z-8RO` z)~rJfYL5@?pPHRI>OwL8_ldxX69X3$F5SKfftSu$!q(1*^?-Snbl_MzVXRh0={8=g z);EdypR*p;NG-&4!G$8&D3;7GCn!~OYb%2>UCK%I7ACw9jeOm~S6Gr#?rQWpY zulUdwk-w;Cs>3%$3i0A*xxffz`X@86$+M0>+~)U$$eU;`^7&7}c^=KpA{fJTs+N`P zCU$sk(nPz#+jvk$*jf$~jZPlSO03~eCmP*Vqq7vn2QqXF++#NSGK|1}qj z(NF;otr3&#Z(zv6>xa)&SInr(%jeqFBHYRc(`)x$RDbD_}MLeFw zFPMHlHrtR3kzJk(W8mZ)-p+2HU**fKW9O9xVN+Mli(P%~B&yQi-f*I=vy|86)(ata zDrzymL!oR@&*k-)!`3#5!mrp6a9~$L%Y-D*pwr4z#b@h0tVFas4N9~d@d~f@5(t^c z`%~rtfI)#|JP8dpw&#t$%HEzl72CW$R;*YsT;#50KR^e&qA;D*DG{H;0`Y^~9+NnQ zpn)!{@NAwCVhk1hoOz|+Z+>mq$^n{Bn%^d(bh(`SQ+%cDRY=+P2PPOs-*k+79bWVh zolb<|+c8>B6LJ#oRHA5$1JuFr$Y(DerkQZ&R56pdwo7p55w9$_X~r8ki?%Jk0{ew2 zfB9tHrlu{12Z{dY!BB;44(EU^gAj*eKTJdjKT5&|GLCr^5bis!EXFO03x(35hakzF{`0r z=bb)sP7ef%)y{a4VPP0W9BT~16Ld(YXa)VmL(KqfBxMvhtRAnpNBnfLU?b`y{pHc~ zGh*&=`L0bkSgb0=wC)nL)QAiBL_g4igG*v77EA2BI|Wk>Z?&zNY6V%8BE!M;)-8Qm-}pgq-yCzI*0ANFK~Wh*-)Rz=QYgABVZmSZ)GiR9-?xs?>V$Ro-ece*;)bo{#O2M}y z-_=5NC~VrbKfz_VIlqlCR;ZyOC}xgUuQs=?f=$&Jhm5HZNp&~u>|4GdTw>o;`Y`p& z1i?pmjJ&JyK^&H-qBZBqtuQhO_Yn*Mh^R}=ujU9_gpTmP_Y_I2Z8E3N5`8I4*?0u^ zO>UZ%+HszkhW|l+{yiLnf`F7th1yMbO?TV}{DfUA+B}QVh4OE+tu}L{nK=(CUgDj3 z19lUKtl26kpKrE_4$8DS3We$|JLwd*Iq9V-rl;bbSc2QQx(^(FKKe$CSKamyj73dG(Q0aQo`uVe?q=r%lK6VM9s&Ckj0 z3$ohW&%$hLmPTZj!SDg==dM+6suY=>I(Tf?OxE`f8Ix{y53IRc+OZ%j0u) z3~TQ~x)6Oe>cR$<4Rhwjd8H`3s{Z_#g&S*V;y-wpp;}Jk2`0S?d~%x67_tl6i9idn ztYkw#`^v6&TCLXIv*0?tx{vqS-8Zk#D+GOpZj>N+RciSL>OISB`gx`GyN1!)nDr(oh$^P8SYjBe&1?nP*f}X8t0czMCob**+~j-Bb#DX{Eit= z)gn^lk-&!aN({~lVn_C6#3V8lCC9JOvcCPlKaaZo^3!Y~h@f?otm&|ka>8vYg>m&- zz4Kh{`7olD#Uce3L z!{UGRs1c|DXVf~}_Rg%zCBHz(8J9JJ1THG8YNRJFL|m;mJHQj2f>66!-whO%bG^B~ zREc3nR*O4+IYhc$szaBGSI=9m-?fk7f6*##8ZaLF4~89?|JO;&M4c6$JES`9`bw9~ zwmJ1Dz~YNu<`*d2028O{nTPI2q*6d?|1hETHbYf{EY{3!+%b$rr^w?{Q@ zFxf@w%DaXUFgJ~j!N@VBDWPSTiL^N6r+aHyIg~uK6{lb zbfBXvSLRPt@*DDU=6*@q!Bo!_H9=3t@xKAiyNUhd-0Vj;3wCYP$pFO?ews*cx@Jkx z@2efhRKbLDf`mVBi#pokg#l@$5hSIg zyN8x;q@)|^9=buKyM>{iGvv2aTV0l+HQ_80Vho zu0A%Ey~8Pr0FqU`2YhwMuEam52CQCA(F(EX*GR_Pw^6RdyWh zt-tv<&IIMBDghVi0GqAP`X#GjmNe}jVS;G8SCRXpXbIBWCO*4w;~R*o824D_+_#iP zil8~Ij4J5{&a3fB6C8-G5|OV5-7Xdk&TLys6vOg@9;+W0DDpEnkgmgiefMUYq+%^| z?hUD(2FJunL&{>~fp=>M)HE2`u0`NFl4vg%Pd>ibOavf#xLG^j?H3)n>k&QRbCSZU zVt;@C5L@Kgs}MGC4f~{npxI&m5sN%jSy1EYO=c}-`t>`1Zht@jvnT9nYK!5B%y7a@s4Yn8oI9qQzb?lxUhh@H&`ld<{N8nr{^=%p&XsVHh}64u_x>^?wY5 zegKhK*9e!L z-Pbj7t{}+|@ivkqtZ|3^@VU%xbcCt&&X$V3*Y;j~PT|iXsjRytsl62pTk3ZTi{>6F z<65$_05E!QJxVuJ=F|goBC+@Sb@4=M-z_15!!ysg#3^P5@T{jwP3^8#363g{y)4_x z4yg)9TP3B>0m3sy)|F~{{uK#%)5uR=(cr(V?eC5mK2G@PACg3>ze*8tKsO9L`%kI< ze>@y$S^wX2(1Zg2&?*<()-x#>;olyRX~ZL`cQtd=J=uGGtMsQn+a+GCVoYc-e#-?K zZbAz^-&U!n_P#UyWwGACWO)6F3?WsxxZq-w{K4SUdov*7NtSwH{8f=`QUj@^nwF1Q zpbZ;zdJ|ZiOGD#FV}86PN7>p5a_bX_2RqowjueV2h`f*aKnG<#LMJJq>k)bWJC468 z|7xBRQX~=#(E`KMEo|J2pkX?F#hcn=6H9m5V`_$&(Jf9!N#Ck53*$Q~lkrv1G)l_C zcGlweA>-rIpd_0k6yI)EU14-tYy8*+8JZq<<46xq^dGS#9Bp)w&^k1@G#yrJe!l$N zdnS$ZC4bTLJtk(=jKVh4SFpIybf_>m;#aP0p-Wlv@8Z`c?x9O#`(_ie{un3ouh@ne z7&zAQD2}E%N53eqYjp4rP6Q2_ucH1i?yTeYknEi1%q~Ki)eJ^tk`<) z(FiFb-cgkm)V;E}z7{^)=)My3X`l&rz~MaoH0V*}n2I+(Lp5&Z)S6u@E;?^Yc?(?a zKg!zN--B{HD>pKIUq~s{&`PbzSM^2nZ_6|7H7rPFWv`&8y1gp2xIi`}6f7eZfQ?2x zD-@kpQc>?EiQ-DivThKa%er8<<`?HhGEO1L&gqy0t;kRLAvD^MUhwOB=SsT^QNowL zQrpc2xO%X+%pK4D=ol}|_=n)LSBVP#csCH}OxIhdKX>o)iT(g5{g*p1rr6d040r5LdlcuyoH%4kG$<>!?(nDjpKJ9bnpucN0* zQV|g)29EuFH;@!?^3ItBs_?S6u2D|d@ov1XOUw`Yccl0&%Cq`gJ8ve^a1psVrxx4} z_iK&(%U8JCFO2jP!0yd>f`x8f6^is#r7_eppagUrM4@>b%I0b;+j-i^&+%bs*EsF| z3Bw>WX8oAToo4lqD71v*CiSi z7r#fxK>332Wtno_XkIs}p-@mxv^Hs}t`a8NG08}4UodFCQ7EL8wYQ)2b&o6=d-rl& z{ykn2DGuk}6;e<1>*0VpZ;Dn+p~jrn4;WdQ9C6)tLt8Kb^rj+E{Iw1<67Q*Bhj^j5e)L;`MPYhpG_oYUXahoGSI zT>(Kob)E`J_#pYs#w~F@7ZvE8x#+xD06%)lY-|QDc1f#&;>7r9XBsxx#h*E#77S|1 z{m!Nlt^Rj+Z-x@eMzh{V+)020*TT&ZyHl&|CgjXKCU2`YCv{esw}qCThtwVc13+r7 z+Zai%hPfDh<3mu5bVq;DOH6a|l*qR$n(p3No`U&IaOXqql&6BTH(e^!3m=t0;5&UX zXGCpN`mUt_p!MhIx{Y3A)|g1kueN$QdG7FHrflldD;1=tL7L^0=iDF4xQr~T{(GI_3gsY%|GoBlIBndZKJLB# z<$Mz`R36o6#cot*qfaI#W-;2an@xGSe7O8AJ>$RZ=I;K#uI7XtLQt5wc*W+m)@XSU z?VDl~II(n&yx_g&hz$3hydYBKrVpCSGki2)>O#e0XShge{tPLrM8pyhZOpLdb8}2B zO*#QsXYQ{XKUpnjtPKeK0O8TQnRBsYls}8%U`E17Y}ya$#v_j5X`_e1FK|vA1m$KJ zND4=CJi~{bS3CLa1;$*Rmwq@G7c8Dk^wkW3MnV*l3aJk3*B9`kvPt_u)cfVMjxqMW zv52zD?T^=3)-6=^vRz0O?>yh?RQ4MFq=bO~jINccWUH(*7hrS7iqNT$FfrVBebIYn z4XJ376IOsXb5IrgvGm_(^L`8=1wc1?>}mh`O1{gYOK*cSV5l{!>D;^xc@eQmf)cF+ zyZDW9*be#zkQTGn69wPb(xIDvP3!a%Lv zka9+danqM>6(K(csQUo>9?G8f$fagYostO3xvLVspB`8ktI)Jo{K_(a_*%4<_br<-AT`x| zgVC$Jhz=&2#^ZNv%YDO_Vh892Txpkk$s?Ozd+WL$*;NI5Oe)&x@;B1gE=wFaSH#D# zVdw7GlRr^EI?TyR7D$ACZQNtJ75Dk`YI$YO$p;8SqE#Jt=qLw4G~+0gkF4}YSZ68a z_$arxiM9(fUjo<(kiR~Vj{cYFx6k25J?@4*PxPgiqR^J^1u^UN)&jj;>6_u$BMyl& zq*x!+kP(`Mnqapau7*#^X-o*EqVwKf32l(H0Zf9Z{X4@wq4NqNfQp-cIL@#jxp6lc|J!xts%vL>@y1J0&MO+JHXm`QKt zMvGm4YmnMT2EG$y2$1^7E%XIV#{Ffn*$Q_>RpS=9omN6_!077WPkB`Hpjs1d@j-Ug zM+p-5Oz$KBYlf7nZB*^VCc90RqvJ;2t*xe}SK>i{@aR)OQ8xLbZE3ZGrs7tEuK*)K z4AZ3nA^wB*Y z{w0SLQfHb+4mssvZz?NQh zD=#5A!jcbJlEI}RMw-}09bIHjnWnA^N0Y^V-Rj0y%#{{J>&m!F8quBoDfQ9=k4y?{ zQVBHqcq9wVF<;H)-z-&qtYdqxm~!*A)TYJB8baY!%(F>8kib#WK%_t_Bgxo@GIY)f z(0YF^j8|UmbFZWC3Pv=0?@hF4mVXIXt8Yb3nQi^ZE2@J0p?mRx!w>C4_-t@Apbzh-((Hm(CPw_?HRJQ3q70!X9A zE_=rop0n6(UDvaKrzTwacrj|f;P6`_6PO((Uhhyx*xe?&f8qjkNs0oNBh8+uHeFYw zC8|ZQj$E-@hY>&0eg+Xy8t-z}rzZ?8A*df!SVsX%Eex6`SDU6x098cAtkqUbNu|uw zQAWpQ<$I}|XuVH~pbS=LyZgA)m#7In`?wKl$~fM3Y(r;<3eb&hZAJGz+qd=&E>#xR zi(fi1&}9f6n%aTEGcHFPYkDA)ic{6}@(Q*p=J#H)ev(t70QvE(^|{Z-*cx&%J_Mq5 zg0#3l2E;6`3EQrZT^}m`$PNAWicGluzD&svhf-)SeV~JUF%XiH%VzK6hYH1WP5bYg z*1XUGV9$Nf z9w}%O6X0vLEPnh(R6P2WeyDIt5SCE6nQWNN=lozy3iIfugd_i^@)58vSbnT@QT313 zHW@isyLZ_s=aPwaToI#$=3-4H_Oc^Ly%t7rIQpAK82Mzn=Uxcf zTMyWXEb1#2l^SAjVvj5dYpuG@hl zO#e_}9}dE3ZWOqXMl~-)DPz4-Tr=Ul{K@(wH|+ui>+tJRe4Z+VH{8YAnk%F8MX}MS zg!OTUUKf*^QI&+2Y!P;qJu-O!@%Cb9R#L)`?=Pka^@bInez|XuLg1ghfZu%#TU$yn z6&Rp)9b5P)Kl5f<-;QTLZ;p&pTx+31+R8CbW|dOQHo;$-S?lzc=F#fM=g-0zQ0i}0 zTU@t?1(K9SEIS6YU(~XARoY~SK{*?Om{1igI+oBfTA%NN?}`L&yK@Ct^}_ly(P@e& z$1bBruyZ|*1hB{`@tlD}758$>ku}r}F2oRFdV(PD?LFG3cur!Dh-M<%MH;m&K$%xL z{k0+Fh3Da#b+Cj0Ig)i~A^`ZIzupvS^4@H}oXIVIrj`nSaK87qiG!*8$Wsbid3Ah4 zUmIptU67HZI9tKvxWF@u)91SazATr?{L9OfZDlt0s^ZKy>rpFcGgQ1-M7XvpgbENR z7-!ND>Xw2~{m$K*uu-KCJEQ`8$U45;Oe8Beu;`%IeYxf%*m4NaGmYqHX_n<)M}WYy zZ4*d)-C};%NUeX0Q&ex521faOuNU~CBKP&8f^x#3_4l7^8-hk^%+#kVG1CVXRdcy% znb~%Ia)92D5PsZv)+YhQ(jF$1kg&P!0W_z zeis3n-hbN@KI$$0``9Avs!FCT#<=Yb6D)JRfYK9wf5@(hobN8IV)091S|eaky*6gv zD@~-{5q&FkDP%yg>u0+F89Q=9zvL4vd;ie91-b8UbSuW)E^-#efi~>E4W`3NlxF&4 z5_mVYv^D-Wf0zG+-Jk^@iMJl>Y+)M$zy}&{e<3n!n-=Fp89m>BoWx|AnwJ|aI?3Cj z*evsZLJS5U!!~79XfKyCtK;R#HJP(yF1R@JCjVUCQA z)+!-dTO;?(Z9c`1EA5;@Mcl#{9Mhlc;mp-4){}s4CTOY!&EZQ=q1;<&*jPJ!i(EC$ zewVX-`SO-Nb8*oMu8Z{QMQG7&Jt5;*xMl6~&l(FQ+ctVth`H$-$^-Vm#PH7=(h=O5 z#j|(RgNg^?4uNupmd{5k&WS&(ki;V~5;r5UbvG;!dNXS>i~}cgYNUI+hwWu94XRkT z5$LkF2WIW-7UnnKhSlMjtt9?t815~k7(9KG!W7wY)`N!j>WxDHFBb4~b20xE3sksY zkQXAx>u~oE2Kn0p$7eZKXfy8XUW3SiothVU^d;! zpUK74Ed6iS%U=!AGiwglrJiwMOgrRrGwgnOLB04oin+R_})c5lGk3A7u%EWPqMmKLkuu@_A#WSkJfQt@slWnqLNs zTTcQxC_H&TAQ^MHnkmJUM@%7=GSwAY+YbuUu?u}=;n_>+t4mjKXejuD2!_;J{IDO8 z^H*J9jW>#M7C>mT`aJg{ts*y8L|Ejoru(|rF`!ZDH%_HUaZPL&aE?;0X7~9_tbo;@ zY+K|vp@qQAZ~n^v>27h3w}YQHC^Cfh=NpF2IL$OFEcfD_V58R3p!_dOhSeIXzQxAf z&rcDS^Wp`cBF#zpBfvfR8Va8^6TnDIZ`i)vIq$Eb5czI>(TS9^b6TcX?y3!8M=WWA z-yi*`(Q7p3uji$&P;|FRl6EPa*_-rQc0JzlwZItw-48kouH%;%AsB-vo7K_Y(Rt*5 zsU~S;ij!;4$4}@NhrJcT!ik|Z@q1M1vp!tN{3MiTN?Jq=PLrP;*#Ta=xHqnkAh==q zH`4m)+hcSkb^Dj04z2v&WS=z~&z3!dvUDpn;4sHDKjoR0G}wX#{#(TI{->F*p}QhL z;G-M+C>}9W8GyxL41JYnbGD;vioNA;XRN^v4=c!YRkdz;voeA6N_`WPb2^5-W8zPx zAW4L{|805yPSv8n?sqntWl4noU@DD zhf*YfHPQ+8WX~QSUi|O&2SheCn(quAdc9w3wG}R`XJ{&cuu96v0743J^J+a~A@6x! zXM@U>9ax`jV1fbneqFXdeKo_g5-G=VJqCYQzcdaSHHJpK&Cn@(_nRs&4WEfxTgz3o z;#fRRTlP<~Pu$Hn700Hazl%W65hiva#U~ocwuDCEFKs;l`aupZEIewW(^pe~wt#~+ zzgL}bJK;bJkaO-~li*emf1% zn$HZg-h8F$4i7c0KVgB3T0e;TfW{2fEIke22e3R!)^ z(s7{VDV3-AuzKXi>-g_NFLV|y4CaF81aUD?Imy0bd+(M@BT^_q zPsZ=S9@}~;O~~6F$#PY{Wr{<|2Pg)e8KgPPpFE{$(Y^}PW>w{srl!i<7uX)0=Zc=L zoJVc{vyBdAYF?^+(x-y6E32|Mm8x>HGyijIOG7Rm9&z-(ov!PR^A85iL#Zp?`dlhZ{!ER-A$OgN zLWp|dKiF#))KM-+4nupc$*Qx#7-h_GyBf((cWm1@dwhvBH1*QC_hBEVR@DbO0j&g` zbU&-`WZZYNbof9qBZkg{1mWAPFFom?72n9ccK#~)!T0~mkxzq`h47#l3Z&28+fm|G z;_4R3nFExXrO;wCpHBcL7A9{Q1F6ZfYhB3OSgE*?2yIh5-raevla`_*y@nEk#Q$eJ zq{rS>_4qMkR1OK3DNT`{s{;YafCDebgaI0YJi=0~Wxw-?BNhmN`Zk_)x4``1E~sBr z$uou@q*&>t%oR-zKw1PFwW@*C+am~`XWcl8Ix@d(=$5ml#w@iJTV#2-*H?RnQ)-5c zy@j}se+5DSmw|rR1MVtE*Y6qmLJfiebxqL{_GSIzMCNPa))#PONl#h{6p{u=F&EWWHI| z6lcpOU7>Ef;iO$g_Pz-{2fj>e(i-ZDOqDyj4xj{NryK(Kho)WXF3-XJvdPsQfcF5br1zQQB0yBi681K|_fu5gMHvN(ztyEI_wNNqPs=$9FUsk%YP=R}SN5w`zPl|=uLy+3 zO4a~*H>u%BWmT^~1uDMxSswTTuik|4TFHDc@SwF7X zqY^O0?L0qB8b?A;2SBcIPG7BxZ;awQ8FK$t`FkY=*IK5(dKsZT&u9nuGI-thGmKcZ zZ`p3^nko;asv1}3O6>o!c7JJHp>H|5LSw~DmzHjwrw|7oTNl4?O``r_HSScAeu?n} zfWBw9nozeUIX=QknOkdxJzx>&2X-XjU+5;o98b%Fr8@lc9j@S&b+ZO(tJd>|l_v1|ae zPT5_q8MoV6&UID(DRF`_M7EG8Of+J z8?r$QU}*7CPh6E%CF@o&;&;X`(>?ZaV1r^5q=!oQ(FkQsj8n@b8`hEq0YE`mI8Z`( zMw%{}>1=Gt7k^U?_YEYc?yKvv5lLaR)a z>)-sL;2!W_oo8Oo%-*c}ZOX{5q!6qYx=g3_E|g0}m|K5SUMcINDwEjf?dp{>)$FL! zR8q)@ZiZ-X^!p^sy>1*cBd1D$brAFclu>aK)D)3QkylLdY2W46zTnQTd?XptP3Co2 zyPy1!jv9$g7`8R>u8FBH<^x9az0o4&XK=r%s;`speAt|DAif5u;Uw#Po>dzQs^Nb__v9-PY|NR{`Kr3YkGZ?a(xGwL zjB(Dza-DpK`t#e6Os1tErgUClvl#||+F^>%aCJzYl6^E^>W@U%qf002)*7{+=75rV zkam{;jkk{BbY}^i{0RDpBSM~(!zcJd`u8BqG2bu9b<|WA_ph^!N@{Z3z-dl#7>m%B zKyMuUV(kmq9AbJ=@_=ukt6!!>ttO95PkKyiJHZ3zNx^2!xpz)#~0ZjTSYo~ zpm*=KA=3obXoO7orFUm@GOYqJ;P4I3U9Si74}bssq>aB)YI%MiLEL*h9i&^~sVW-0 z%%Yl^xoSgwdd9Y8w%d3jzVdww_E%Q85q-%F7=P3M=M4kc6Nj9a@WDUtb_Ht3n1W%hWl)%irF@rlk6sntgy6 zgRrPgM7Ax6WYeGV%S>Edow`~A-GJuoH{VpVFmc)ohRz591Arm#;clWHfM~G2~u@lqEX@KA}fNtm5mhFg&x8rcY~U?wk*s zgOPs@)0HiL;gBk`T)%~_xt>vaBZD6_liS%~E8 zOB_J}dlyxroj%Igjd^+v+tZn8r1ntKPuPmS^`eP$*b)wI<>aQaNWx|%!cA-bt>U%LVj}H zD|(eIXkM|s;*DCKnKb< zZ%o(fWC#EFiLE5x+4m)|G_w_426zfUr`@6~^L{n#y3xlpwhFMs)vLMoJhGd6evxiP zgEKCHPul^eeC5Iw+Ji>k0YIiNojR4C8n!d=>tvX6eDMidY)<%l#Shyw4PwBDj$2tZ z@mj=X_siFLCxw(R{_5zrKVplB90hlh!#8=i8-5MD{ZC;Juoxaf5CZeBlEe)gHCO=X zKj+f27C0C=efijuv#dn5&F#9Kx-@H)$#!SCYF|g;aj9kv$jOU#d|K!Ai>Do1>u42z zp1NiMXbx_!ywNsUmQs(a=t0z%^XLS>q2jZo!8CD zbVkQ=0EKkm3_$hgg23wwH8+~br`>1N22N>$>6~NMkIj#Q5#t}Nf>F(|FO$&o^Sg=87#w4}Dn+|%;bi!jJYlrw4Qpl>jN zZpY#H1Pm@uwjp(Pkz4ha)4l2 zk8#pY;sx1v(7U|PJ4_W=ll%ro2$RW1vj_w(>GV^E0W12uU>ELayR6mZg*{0@V?{$H z1qdn@Wq5Q6Y%m#7rH@CIGSN5=68MN_=22K@p3W3lTm7s5i_+-ext>ASr{@8s==}*h zl$Qfi79TLJpKQAyHtKqx;_s-3-fYWJK++eTRvD*pjz2v1lm9gy%~Q!fv-|v(C;Ed~ zayi%A3!$2FGqR9#@~C6LSA{V^@mg$aN)(k)=1lHc>rxB`fm#jEf3?oF&$!v~N z=(s#Ed+TS1OjNX7VNBKioqtTTaWL6A(vRk8L`0h0-LP{}jWu(hed9y~=f%qz2107& zEsN1GqNH{WRssa!0=>(AXI8Gz&bJQjRWcA-=Ug`WlR;2;dc-hLtB<5EP|%tm{_HzO zr67>$5>}wkZvGJ|HCJQ0^QGURzp!h(w6%4PSB12rThU~@N8`X!R9TMEqr<}#{fm{I zyQ-qncnj0qYSdF^$mcOr9`3~oi#h%Och_6mFLOg}*FZ<(TfQYh#|;c+bS3psut@9z z#ckSm8AeHeMdl)6!JFj1kKmKRZOIUHA2^vX!{>Z-*~sj82X%dvZFKwKQf$$t7${dRU!Ass&OQe!4_i3z z>I~&?v4AmoT5~?Dsi-8)2yo;B7|uTEG%8zcAfZFG7X7;F^L}wj!DuI~Ts$HrZjR?5 z$?@dNgG6JUYl5aQ(DcE~^+@w;I#m1RH9>}a^cFg*im?Bzy?%=w0oMNwdSnqp6MMhr zdt)m$EMvjTB4FAXY%Tz>wHDSrH}tk0c(!&jVN0+X3+om8o}6xTdu42vT{V2M$E%llwgw z8Wr4EC})-A@z#}npCgQxJH>Ct+oYG~v);Ih#K9nLe5t?oAu}Dvwkp4YbQL+rmJZq& z%gnMIPb&lKF(#N(mjV_U&nGWwxS@U&G%8Jr7y}UVEa$uSvoBne=K9=hL%gqV*LpHO zrqpylCoy!K6J)8iSbhBEM{P_LHT9p!0O95%=dV&~Cf`ntO^fP>j!v(}50n=8CC$VB zG!eihI36S7@u+vy8Z(^9L1wZ*b5FGD=>;s&slIa%hKBExN9zxzamxh9gSIZKFB{lAW+d9q^%Xi7-nyckK7$1FFM%JXS4CbGmF7n9?n4HvEnzy(O$ ze2$5{1{E~eD@-hyWhMrQ-P=2OD-vAf`c_kBbbI5Z`3$f`y)V=aYB#nqong8`s-Ue7i=EHv(9Jgu`lcLaQc!Z(P*k%D}tQI zlC1sX-k3{nfB=vu^sEzaCh@SzJPp{HroitZdGR*zvVw*s*yQCwzba-!4>PLF-Xl=d zfJw?Ta^l088K4Yi8oJ!RlwTQDNR$+%xi8KsHG}=wplPaV(li(WGQb4JSR(>YtROG+ z&%BnljCP0r8Z?@ge%Y~*&Dy{r{bc|j>ocLUC51eZ=F*IRlP=kgB^r+S z?0qw`s=5rp?=Zsur5=wU~UXMEKB+Dl4;t!!F;Ha zXD-j4c3ViHf|G=buk#Pxvh_v)&b{MBGq}UAytXcfAe*|f8N7`#Hc(^l`W5S!=nCa# zob^N|Y)hs0WWmy2^|bPn2TL<~GJK_m*mG1%{1akwu?{(#_`hy97JR5u*-%1un&F^w z1xZGM3*Lv#0=>!d!ws4w6QY*%6rnVD-aD1OCYq7#-SCuyr02-Tryxb>kjB?8Ke>F z1&|Y@xH_rELcyToJoCWv0T7pfz!|52RB-yCqC)Tt`zEqSta?*W<;q7^(fA?BP z{1M~Yk0mhMi?nI&6Cd9u=U6TMD_E~9L`s+L1PHolm*~Z7ar<>(-LescUyPjbL8Kw& z(f~c5fL>YXq8f~$(TN8yZcs_%={g@?*%LIK)jn&E{h7OtR}d9jfMCw=`>kYTCc~nEq0m#$#2SsH>sN+KGg->Jk!07#j}A0)sy!&`R5CEm7|hfqXwBu7G+7P zp1;7cD9`6mpQ^BQx&hoKxleheHZ@4m{*N^x>ikzM;-67VkeUYm4$JxfhWCSUc!~Mzsi!hWc`gEIapw0>?zv>RuFHv7R4@yTV zBfJ@6s&k2-3nXGXP1klrSwp$hfUdDWFLMv#6JtPhpJv|(8p!c-qTo9WCnS3~z9Tl& zsH7uSBg_^+leUEkW6PB#Y9ILEsNA4?EtwhJFvm4THapryF(|OvqQZ+0G&oqxl;Vnu zgcN%;1J>(}7^8{hTt63*dA)^34HL7~t$R6?-n9)hz*_l-D6D|+AQ;3~_$+yy?g~IC zw4Zt1C)l2V@aYl2O!!Za)7x&lH?#4sBS;i#3tz6hHt{_8p@c@my48hZR*^g0A^|Y^JuQ5M5TtPy%k~+~ z)t{Hl%jalu|IY38xiE6wPzn`h`{oKsDU9Lt#q2LAeDS4(j=he#c6TuZJR=I_=a#eU z#HGr73s9AF0?A}Q%VucfTu4O|KP1;+C_t&;nT}oac8rgOq+_Q)K(B^B;B2^WD$L{x zEXrTZ3%&i8KKfdAOS^@^5yV)o5d#&uO{4|>14tWVyZBT!?s5DaDg9NqDYJ>?Cv7mb z>p0%AoCTHlOb)N}guRlG)By~Crjj$cQuGQ=5q69~DM0k5F7&5z>u5?D0j3h04oT?5 zSOo9Jug@omXCl$w24 z!XiR{2TSagouLDg%n`&3kr~Gibfo9<1<9Z%jm4fQNta)UP4t?5Yku+2$D0GvI&qU* z|J{3;{=57>Q`Ud(u%ElbMgnfHMAr(xLTL}ngvepTDk4v}+fYwWKnrH8S*3hyWQa%c zZ%kDdCEx@aP7Ao!$DKA4p|1lKAJZ}G>?IMK9IJ8$kha~pU94V}hAVuCi+XOxGzGC^2ddc)7HLR|4D?GdU%HQY;6h^j{S0tt150cSx z!uz3FL4EUM!O4#~m(h~|TH)M2|1miJ-J8aQE8Z*T;5c;oPPIYv|J5Lwun(p7bntA?t=Z&HC%`YbJl-^nPd?1Iy;+mw9$>3(4*wKfYf)Rz?ML6v7b z_INQ>3Yi7i59!iQ=YW*O;aC!99==bBNZLUq@gWPyeLo3iuSG77UoIxJpQmCgv=CV| zXB9?_Z&T{5c4Spm2P)dcJFPNPry;>R3h{u3HP2J}(i$g!@thzD;)9GcuLpP8a~jGX?+b(ghw zh3dhL_5@-UoCs(df#COUXSz?g3l18QR~eWr{9(nwfNV);#Xt`0YXIJKLw zzegr7o8=B?b|u_Vr>WG??kPQDyOQoMQ2a3KXfzq@Ub3|oFSNZ{_k zETs!$z7Ue3P?#_=aK%20sBtr--0D9^Mc^dFO77oCw@=IYI1HypCug~xs;-c(t_^j= z^8&{a@E>9(Y?0Me{_NTN`pLg^BLiPGzP$QMJpWD{|93xE&V#9@u`aoEd3>yXK{oXS6zJR4WaD>io#4Wc@ z3?AL~zF~Ev8VlPD#?kQW3q}1ADNi)(Sux zyM%nnGAI?zk8(&WVhU^8xI#*4U9oL7z7jR(n|N>SUj9vr**Jw>9SLB3%s+EK^5kCz zHikREJ{jPhvq~g*abWm4P^@nr;5rGHWV&{8jj*fpn+Z!|IU@GLa29 z8eH3PNGg2EM1jO@)5$-+As9%rmfo}J%^h+*ZujmBaq;<9gmCJ1#`L&BQ#Sh#9X}V< zVBBUOB38r7TjVtUG_N&cEh(Nz?6^(x*3Hj2;^(UIcD%f#b#JY0+7ATf82UiA+}%r! zs|Zkq%IsGhIszEBnZ+KngQMO!qfx0G(J1}?*X_hbH#4q&8;>}hiSiyZT!LtDTs+An zuELpgxizZ!8hK}aFEYAI`sDk=m4#o%Ib-{$oo3bK{XTFHoP)|{09?yWoOY^fqINXR zK&Dk_Z6my=a#Z!fZ<4j6NWwkM@0_KZIeGUa1?5`YKaFvlo$J>rj_Q3S9(RTS8JKY8 ztkc(mXoilJs^qaL_L&dW((hT=zdP#FLW-h?*u&ChF*96 zco8YX+3VD1CfO~nycqK)4sef#ogQ1Yqnz=d>lkuzKe2$}B_6XDVL zb~5hXT~&3IPG#7IMO>)4HEf>z60{53q!7&%U*236?|R|ZRa%=U@mF=)IhyiO%?9J5 zBL!F93L;;{jX(EPs;u{k2X zAzzw7pF26dDkvj7w> zWV*kE4+SC%KwzEqtqf7LSI+R|@8RzkT|zdE~!qka7`0@1f37g3gN@OwOhUz%DNqp9-pvvuls>NqKEvB z_~MON+Tkk>=`}rXNvsO|2>Fb-^Z?{%p9!BR2&Jy=zdMK0tB`HUSQN{3FzV}Sxy!p^ zzy40{*!%-HK?+lFy7artt$7<(l%?0_QEjUpAGM$eAv-6j0`$ zc!}T2j*SC${pAsxVw_}C7jEBwh+5U#wX zLoQDQ5|#8ioo2H~s}p!SEqk^Bi)>Uh2gPS_7@u+uzY;cYvbis%&N<*!Bpc=?RKFQc z==IsFZilEv>yM9Y9sBN>KHq)?!gC8BK~m>zPWG7IJ$LY%v!LG%WNa$i&>5?zQAo*p z)@{k!=|VmrQJ2Ewb2C#}r?s{nbH~`yfC99 zhq{)h@$BcR1<~G9d*Q!*x%KV4RmWOKi=#m`Iu;2Bp60;d@hicyHw}zMNe8kKa9)&X z^FP3YhT7-?EJN%+#T8>a(Z;T5sfWocC+gk_YU^Pdh!9bVqH zSu+p)Wg|-btgTJOl-pNz8^E+T!t1fPek4sN{8e5-8XNEaVR2KziC1)>fS!#OrMjHg^`iO{fk?s z$NOL!{LdmDwu6CT{GZ^*lNmrf#)SNhFSGcanLfr9$#7)+mWn+OVqCX`ds?b_tGaxr zJkvsmAj2O0#y5w%v1r0KGtUp9JNfi)!qbThb+y^&sGHXKVUVVsZ);;ysJx2#&7(+Q z+34KE)r4Dor^HD5N@Z-4c|GY~M3EQr$GsOj$0yZ70>cdxZ%*USW1|4CEGOmd^Wa@h5l(d$tB zh}(mAnB&gIU<;kZdqPF%;2+!4@oa}xn5>{@@?5;*l&ShyBDWjAQro+Z!I-I&X*%j$ zZ$nJ}&KvjFCoLx0hj;5@{~__ogN}WAI#&R|!>m9dt7*OToo<8-zxw*^7o$V=_wR9D z*%-6JY5IN#`tJ4&B_eK4^Qyr)>n0=M*gDFDO<3UN2qRbB0TWJN5b;T3`WvgKm#eS?1;5~C`?hd---8}vpCM*d<|Xd$wXDEJA~9{ z(&OX>+&2hZLCyn(lyimD__H3@V^^LhKUR`(P|TK4l)m6G*%l@~gV z1ayX*O@TfP(djkTZ0CgqwUDJNN-Am)>F(A)zjE3uD?ry~tVPEWvh{HPv`RxvW@O5Joe7=xYt(-4SAzL{1W}%+|<5Pz3Kj zW$b>8GheV{+0U>#VH>^t2$vELBc_OQsJjU0thyyHjBt)ff|EM#Z9+rS{jAyH(x(nB>XfqP`1?dV=nDbn!iMLJ-B}8@FRs0ogGu7=CN#u0(9&x z{*}Qk`0xQveD4B{Q%zZ-(t#DHft+)@JENv?=*4YUYrM~As zFy*aA%*ewY;b5Off|OE%yj2sdw(bI_&aM<$7?>?o{xN{ZP74{i__|VN2Ad1)mgC|I z;|G=57b;$Yk2p7-PH>f-_DY%HnL>`Xq*RC=rT!?&f?R%>+5h0Rq5SfFPN6$3w;$+! zZvqs!B{Y1@>*0HH$VfaZt!?^bTBP>4;oQj6rpPnk8+dlrJts>bf#)6Xg77wJiGurW4hp z&RWhhGbIiSvl5KyW5T)OvwfoN*Bx-E>L!9P_#wNa;q*ywdszB^qEy=zKey~bzcn>K zy8pwnv?l5RynNWaoEhv?`JKt-@AMsvL(roz^g3wt{dj*AexTp{)+m~MWFp$(UQG`? zo-Jz40dAg0?@@(yyg%FzhUvTC)ew-mMbAI&7o%J6z1@BNp=IS?PC_0J!@75`Rf+oA z56+==fE~G)_+ZjS~P$&6os=L)qpbblgp%>MI#IN2;zdD4T53IBXR`3bW zv3{#)^CN75?}=BbLZPB}r#!SbdLEts*Dwp}d=lUb%xVLej5=NIc#GMdf9 z*;jnR+B?m=quUwL_|k5g`vjL;@D6cdRN~{V@q=N%ybmz*rT^;<9rBD*A{9u@K`H=m z0KWPYOcmm8Gly&xL_a2>o{ixKF0=1QfJss*Uu3^PRicSS?c{8#1~0i#JILj-2e)Zs zSc%A}zJ&4`!%Gsxz~H0$PUR8K_|3--&@I^1`)0*l0823%wJ&IIlip-C?<|ER_D6+C zgj7Zv6_YnHejj=*qU5iQB$_!|e2UJnqkB$v?t5)X%kCl|C|Sz}#NGZqGF#%;sx37` zk@*-hl!xX++tHH8hyKwfUHooE2)a92ROCu?5$L)a_^Ss$I?&z3u2U~uXp$eMS>~oL zNJbHo2&t`T=9*JFO9+HWGCE&(#B!sE=)xbB=)268@y#z1!=!B-||mo z9aAyO5;mSBN4(AB#}4_!P;mU&LY1_e0cP3zzRq%gGNIl&xXIOhLJ*EjP~b9!z|xcC zmueSHk?SMV`u-r?miXmH0}qu}$Yw#?QA2(IEVEtuAmk2_iNwC_`U<5RGbsJ+iJ6ngmq^!C;*GHcQ;z zj~87&8f*$sEwhB*rDr_o4&v+@3kIFaL^cXP87v1O5?t$fS5KpA5qAMQd80K~xgS2u zVI0I1nwxRX6d^WB%#;qJFg^YPt)ts;r{OLJGl7r>)E=DNM9A&G)%7|AqkFquR%HB} zK@>U>)Z`L@LzTRvszXrxJ-(Ka0_D~eo}5#+eE)|c3XGoq9No-$kkA%)g!q&SBii{I z&1hy(*@uuIgS-=d@L^ou9+Z)x zAk!x>F3pkSncA7-eEI%44R9BzILelxuP9EEPWn3iaYh&-zuc13KeN9}gQMmGjAm$w zZpcHxcHHmzH3vNu`(02=7(%ej`MZ5~X^CpU^3Z)bY(GYvt^U7Ue?4TD-Q=M^-(5YE zg3fK1RkwNTG!32hLEOA9$M}e7tLbGp&Sz2S=!}>KloPhP2qqn#w-1>C2+nhbpkG-k zQ@G1jj92)iZ6!9k3Lsv&0i(JESP03gY9uPOG>9b-JD!UIyvvWiQ0$7dJ*t2kZ~%*l zW538k*)X}HGl*k){X@zUCZC@758({tM6hNdWiMEr3X>N&LK{ErVKXiC)Mm`!vmWgT z>F$*;=zsEP4TW+a!T5|p5F1sNkhn|Na;Jdkw(i)KIod6SFEju#VSYqdch>FwIG;M| z8>I(#MLVZkV3Dus80!K)Pzkf|;$~M4!+X;SmLpoeZ))1-Rp?eiNzLT`#VsL;nVA49 z$yxQ)l*XwJ)1YIvObc?N&E1eBp?sYr4}ob*cReYhhBkNr%B6;;&f}F_1iKiwZnp{D z7G}T3VVxRKbPJmA1@?N+vW9_{iku%VFGXLipo#FQ-08Wlq^>YZ%9pdg(RZgpf8*4+ zOPl5_X?;wf--9Sr6olDTjNBIUg10*g2niBqI7)yu|FVC*?dAc+H?*=0=9AebFyXua;mKAi>ibgpeGgGawt)8VE4lsqViz_tN7&ygTpOHE z4}i((^hK`t%ZU1Gzs@x%t9RYc#WiF~$nYTHmb*CCO5zE7+SGU}l7oAtz1n>+s%g%$@281K33ngxg)o}WTxHtMtSVm+<5Lpqu>eisJ` zprC8ujJh36#7f5dvC=;cvC=8DQ0z!-%l@UOSeFj*_Ik*oO(fJ1;mp)J&!1z_!$p@! z7Rumj3$;EfZA%hlgNe-8Z1#?S(udK8+hpgKbNizagZd3=))=1G=?;3=8My9=bnM() zDL&euemH}1nY}wIDwrsT1}|Vuuy|lkh=RSoZyae1+)WrNJVZg!HI0} zpL|*U$f!}$+v&FlWrc{Q|EDT(3o&PqA_~h)4WWo;uBrEvk$)>8XQKN3_et4?C0n>OQgQm)y`|R0hH5Ub{6g8Fc#^0gSNx;aqY_8^e ze)q?PBImdLpom$p>%dWVpm$*KrmUH2weuB#bfiG(kvdK&Q|b376yA)7g_Iw;=WY#0 zCaDEUZV6RT%*F~FlWaVTeele1<6P$DzWwkCNO+m6!S%5!lgxqm?g~-58I8lDPx1@n z0EX}Gf!N1PAkWS+=*^0|JU_h6z)T!>jI^nx1sJ!m$*u@=yI+;>oYBxFz!{eTR;wwDl`piU<#!r9&O5o8 zHZj^<&k)&zWPA>opi&i0pHsQsimH5=Z0&e<<)_F;V_c45k5BByJc0>%b~)&9YJ=Rb z$<2i!u#*g>T=(hLT;=h}wrFDA)A((l5u0lELu6Wq=+9WNE ziS$cib-trnTDpF?*x3fAkmgR0DzOx)I;2*WjZ*m0+3T~`{XtaN-~N$~_`8^WkVOfq zBpr65ICn_zOEkRBe02MUQIOT#9|c0 zL0u8XouRY!Mvb@ie{%xbX3z7D;wK;-0de0Sq=?GB^iZgSN9DhDp~H6i;*;htwHqjK zFe1od^YE{gj~iKHY76f1>$(i~u77u=UDuK_hvykz`7j z9)-kr8lX#~Q#B`->ch^(qf+)zA8TFr^c2{_Rk96b89^is6FmZRs}{l2#V{K)>X?5i z^nkA@hbN>^!ns;`JV6~+N?+jVUC+~`DP_7eFsxKt1=n1fwjg=5vp6q&>(PdjWyt~g zshMNZV#r3!^LC4~$oT!-BGNai7AI8x2pfu{o(j$_EQyGykl)!tdGG?!S9V--3aF0Z z7jWJ5hM;*nBz{8Ql@*z!mWnKYp+AV}zge?FRZnag5W{dYNLaBGyM)XSPf*ZL7}*VeUo?G8LS}0YQT7N& zk|Lsm7jxfpLadI=iQR`=Wo=ciOkOQ_`hieXgy3RaV`FFkWPlwkEoU*vIh1IedcyEqj>v-f;wI?r) zX}=+SmNPA@ri>f*Sumj2_Qy;FK^IqoGEu~|#0nveTJC3bsyOp1J#DEbM{b#sK**eRxQl(nW{Ht|vX~&p-}9oaM4@V`@L&^Ol!SWiKA7QL})P`snG?Spwq6}!-ebMRH#*+D4!$O&?BLk zSFq7>@}aBbauj6QaS{=#K!*sJuZ^#nSeA4@JPm%ZuwV{&%u#G|igSvi1<`^cA_&*c zvenY9dg7hpA|l@6!_Y8{Cf$^+B@l(&_>5q&r6IIFRnc+ovANU6M3N@}lo8u}q3(E# z-eZ*CU5Stt)P9O_dLfVnn|gVr2E?-V?$Vf-Vg4{HOPW8{IUJ=siLx2QiW=x-{iO;- zv!aOBi4BtB~Pw%C`B4MkQUn3 zYNM(Z8+U3Eb^Om;Log&`aWVdJ)LFZz%wV*x3`NA zr0RIPoyFHBkel24?T8C~3g!9paJ*)#rARm-t9IMcBm{@P$wAVjWu`dG3=V?Z`Spc^ zbN3fEwgEG95BWEiv@Fu4IDuZ_9)}$?_xqQe{=~>g$=k@O)r*Vi>T3HpGKu__V(`>9 ziJ4iU{MSv%zqZvyjR=X<&{;~BDnHJQc-%C=4>z%!p6{s!wL9Qcr$A}QJl4b7xC!Q4 z7*M^z*_J$!dkkO-WMSe;cE0+)w*DrAE~IEiK%75x13gb&EL*q;7g2CcP%_SdFhBV2@LW9{5OP#-ab=m2NL0o z?95Ehr>yQ*PbCx(EG`zJ7o%B}0f*zBzwO-16xZ7QRfgS9yGG zhRdLV@(_()N)i06{Q1UoQl+I?5?S$MCoRll!SC%Va+ctnfZ$c7;vfE*bN9~i@yXK@ zk35tm-fP7?HG-!M!RmdUgT)N|=5L2+t-`%ywf>ZT&W*87oR8T>Uxuuy>8U9md>ik< z%7!XrWz6LdYi@HZdiOg~g^ZS*98XdZ1Ox=KF25e-dRL8}UCJKavAdJKytW?j@H^S34|V5^Z*0sRN&X zPfcG;14@t1_$+S}C7Z11HJNB;+`?$!oRA?Pcn#(O%YtKoa0zh7ARy#`aN3DJA637W zT{;#f<^CSk`hH$>q?`!*@34oD^=tCkxpaHIw}3&zbxQ8p>aLlwvGPb;=>>$MwXWjJ z&GhzG;}y#|zdB1x^rpiMj)uf@$;JQ>5CO-8|1}1&Z3S#6lEscLNl8&3wW_}{rONRW z0|st28Ft-l8+my==@(pe>QvJ$GP3Ysx@Jx>QGvgBc{!`2=AG}ri7M^&&BNhHfxRSk zutgxj8T^HS@WCbU4~SZ41p&WDe=Db~?oRDUdPFE*Kj9R^r;NfB!;Hh_7(P*8VT=kI z!fGe%-!XX{CDaO&!@^-`IJ}IoG*bMHpdV>7!4|5ljZUZpepe>AyqADzj>gy9uFLD| z%j9JCXpG=P62V00HcNbb-B%ci(hEfvMuFI0-)>K{LKSrlTYAsW-u`WDY^|-uPe1j% z-+LF-HFv!Dc|I>rp1t**&$i93{WtOSi?O%U05scD;z@~II(p{eF8~+_h@@-|AwSUI zA()0LFFd?AE^dN4SA*6kH#Z{<++trm__G5Ap{Rq%CAvw;elR{3P=zNJkbHi*-CtqzYQq}tD-&b(6`-BjE<~HI^3Ke)c{|(6*;G}R6nR@HsWoKpe ze4o{NdYVO+x22^$F6{l`N3iKQm5b)8kL#3g zna$+ph_k!IOzEB*-Ygd->VR>jZD2*Er|kGDj)uMg-xLGO_uz%lad#eiLYWGOW%xum z;^=V*L(wbwbR*ZZQw8t#7#|n6wVaoM6gnU}ND&b?iH#PCoc9Ioe;+m=89903qtwKR zi^3r;$Vb4<+lcia4zi?ief7qMZ^Y=Mo7-;USl4p-lljZ_aU)&w%X1Q;${tzl25s^<62-~|{>c;j3T1em9EY0Quqcxm-G?Y?80QdWUy(S+4#5mKQo;A$PbFlK@h)+0qc|p?9fJR3x{{F2>QFpDy z1i2{4DcIYOD!=VuGccUqBTXF-0nDSH%C77)bT!rUYCd7qZ@mQ!#OeAqS^U20T_}!U zuN~9RE3tk>;`DdC7XJIF_n{LJ(SRfmnF#lx!<$pWoTgKQpLsE=5yPC1ney+(k8IX+ zDWrV491)stb+t1eFmu60@4)^Je-xZVX~JgL8t0}|^RiA%G+!bPRO!NftckwJ3Rkd_SSxgnVt)v zy>`F4l^xyRKbW}U5)mc8B}Wy0TVy>nnjG2No0#v%$qDkfUCMc3ShGF%aPWG0om6I+ z6?;34*%J0#UNZ3iN;o8PCCquJlM1CnTWGygQISvx&DNEe*s7K5)8pp@$(8tnZ53>^ z#@V7`Vq!7Q%)&sCg!wfdh^Ic@a7P7jF*6Q%bX3vs@be&Q7`~%Vq`j-5NiAly*A?E_ zr0B;Zach}wYKjYWbPzV8Nwtdhd!iH{A#o3rm>3SEwnBU@N^2WcGM)ZsZ(BMGW~wYz zksdda36?6`B=BU`@@%}%nQ*3}w_*NR{8EWfco@H_z1=MHG?D`dVygb7Rc%~9?d*Iz zGJ!u5EDi}Zcy$x1!kqS5#q#!cubV{e5Ct2F{3%aP4z^uz=ZAPfT?&Gp!D=HxM;G|s zG$i3XG0wOkP7WZNzJA3*-uZdX#s)och;?(A+plAnr9Iz;rzN9llQYE3!*B39<%`G< z4-c-skmp`cEi;P&z`zF>6hQ;dI=&qzcZ48>Y8*!+IDZoBQk!M_ZFBZceb}yL_6$ai zLeYndN3IH5WT>aS1&Lp5nRVJWRXEDkwsjQ%vtO`yv~<6)-#rq=xDv;svt@oH zV-%}Lf-MnYv)WDDO{V(4vph$(MWKW$yQSW55x*I$`-xr6;0i9+4Mor ziX67syM~7S;bJ`zZPJu*boG&to^ZfJR z#ye_@cl`=AX6v`qs&b5QIHN>csA9u#OP$9Eb~1Z};CV`#yU13k-^-Ty3Dx#9n}UeQ z`!QZ?`qc+z{&@M>r+^;a^N&!?>#Z3bp}h&OS*FW|LW#jr3rXzAH-)2CdSE}`pG?V! zc_$yotE~~4Zs=mi!2vn;Vcp3nZ}$VV}r_o(&z~{Ba^QLn`qi8uwPWt(_cz% z&An-RA%kNOGf3L(U-`7xK+n&b{{$A6mS+F`o1~Hb&)~u%A|i@Knf>aUWdK}#U!$v~ zzvY@NTisqg#Yz*R1UFZ@ijbiq#;=Zc#NWN;@Q(g$SQ`}}Cc&@u3mIgKLs!(r0&P2E zje6BzxSe;H81HIe8CSQrt8sVsNd0d}A9r;WFu`4VA5mZJXt8DOx4PZ8y8YWa!ym(k zLTn|fM+~HC6q+kyB@zzWHXi?2uplDk45i|fRFbfq*Z9I*-LBzh4#ha*<7Xxu2z;8T+f+J;z+qzzs7L5CcMyMcBdOZnMOuL;DS)!ZJ4Uh)rPOXi=orEXmm=# zIMhG8@5b|m)zy-* zc*-aQ{~&~tw_vGkK@3tqBtnWj);i3f|E|i|JL~ zdkd^AEn^I<-OFbGRG0D6@lxa7o3cfXXn@wkhkvJp?q09fTo^=!^ODNJv}|m=e|!XP zjlWDdsJUyvl7%Dy(SGnr@=3yyZCUvij)n-+>hYG_;`TJc zOc2FK4-z^WV&Z4XjKT@ougTsv$2$pkaST9R554_IzcoWdFUh-9MK`7mgM$Yv79Pf> zHTWc@K(ISpgz$*JGIKLzw}AG4Wz&X-u?}1D4nBQcke_M~-$Rndd%>^d_Vuq8(0{{% zgYT}!cwO@nEt@a?p#A{&i$cuEB~A#s*f|7MyvF$~5r}5+v)1|S8MpRe$CYHv@K z#Rd5yYJoDUit_5g?*K!1&MR(2DDYI%%6as1O)ok?FV1F`GrktO^-uH7v&>s7B$J6y zm(wPHVmovlmc*+dGbS3N#_R7_`G641p5d5j z+$4>_kDO;~OeGz$2N@79y5Xso8@IRJM?CU;#(2dFxC)TIcLIbb3qhR&{Ez~H2Tx{z ztgd`aNEW34N?1oRXmEGylok^q^e2lYA#28xDdENp3^mg>O^YX&k%b@l()q_&-g-C3 z;ECC9SS&blx%&z$Gphdy{o}-noY|aU8Q;b$>GSJ35D3i3XvDeQ;%G!gmaK6^j}Vp3 zg+o<4uVrNBC=QffO_YjR^$kes4kz4Qb6fow(%AbudrAuu_J5M+(+^V`c46tG4^c4M zmxinfYUc0>>X+4u>m0&)>2D)M&S0~JQYVDn6VQM_fqoEPK*+n=qf#jI_4oQ6VX|ny z63@VzwH7-4EON*yD1^&J{hvO$CiA`ed3_ zZNzloRQb8`2Us#!fD~}BkS?F2!3lr5&`)Ra`3sEhmKe7j_;#j=8LKQ<(Nu{uIbvRA zvx10m;_@>2I707%5cP2iH_TdzsDE@H-r~E}kS$?C@T|osWPckPT~M`?^5lgNSua66 z#ID{9u^eQwyku90ZCgr&>P(ltQ@-Wis=FjnU2uqOMhX`KG#QMd)Pt3!#ZU3_ty*kQ zI_Tj4$=WuGSiI(*S=!!TJ)b9k;crD&F_yG8#s0Ky%=)5rG2r*D{e0aTv?sYz)V?2+N|@CW|h#{ zOrM(0)`+R`c-z~MTu)b5jswN_p`*inrDw*}*|lZ|OF-u?TI&vZ9SNZ-TId&(C+z^( z6~A98LPsEt%|f$>_^IYx1pNNlhqW!)YLiSu8=gW&3ynGLoHnzaN7IIuBj>oa_R70P z88zkVaP@rN`N)q#LUstrT{cI*1`}kR8&DiiPML6(D|j?_axlH zn6>sL0x|`{TsNj+Ox(dy7#9Z31PfIgvi|q%H<|Xa5-FxfC%OX_8Ciq~lc1U7A7A7w zm%jS{t9{)b&*bsd{R7Tv(0Ce02?}1`3Qap3j6KeSvZo=vo8-5v$A~Z*ASxi|-fQwP z%SX^noJz@6Co>W}qB^&0;MAOMj_+dZKmDOYYhAzb;O2*=nZDg+AP#%5f!aetRMmcK zDIuC5faTGoQBVd07kG0^pwCU6tj!M}1-!-gBQ3nXUCSA*jne{TZ~z?+(6X}p?z>`N zru%r&7^6!X8p5gI8$27@#P00hH7#$hjMJ| z83l6pX2c{DH*|FGCA8zxPfJ3AtnI3$`a=-YH&(=M6&HO%7*P52u}C#HzC1+{a!axk zpGDoQ^61{^d&lZa_BsP?%2CQC7KpU6w77Kf1Ze;!ySBQTrB_p1z1oJowIF?Zn&st9 z)~+>8w~v8RcK}Ls+;#tq{r*99`4;r|!1JG7;5#L?_)CmLysek4>Z)120&m$f zrnbpi-pI(|+1X#(meA1Q`+KA_js5E<-yW(a?+@2b5D~_FY-#FQwvUU^!j1(&Y z1H$|JU>ha%{_mU6&|pCKW~g?nyN5?pLBG%Y3(^2XhXnGPR>fJ`g(UZd{sI)sQ(`R$ z14eAWp&_cKhBzt&78OQ-Mvr-!aIhTDVGPI64{8>$?yQBZ76Xfj6bqbsKJ<;A9JD2_ z_4itx+QGiUy3?zH#os}6GxKd}YJrkHDkBrB_p*B;bqz`e^7N0kg(l5;qqY?nV{V6Q z=!%YCe;U;0>0vO}DE!fDB(7>s)5{b7gc6gStQf$hkyg^ras1gACk*q^3-=Xr)I;Pu zICfGcQ+Y%|0QHf#vJi(ldE7bjC0v$iL_-5xZafPB!fH)ywde2^vt!DRb&< zt`0_oC!w{^`W3(zcr-M@&lpZ6=d{MpxU0Hv>EkoE{)Wmomb^bOEPGWM2eeD%*S!o- zcx2#$n2r3@mI)ON^B`5al>@2`KGXw&l7ulRvt(kPo|^Pk#CLah4fMk|Lk>NMBKjiz zil{lTcVmlzZeT|CpWn8f4Go4iBYMt?nhJ+_B#+9r6(ng*oPGD5Jn*UVunVgd~n>$ zzO>~YzN8Lx4wD$m90L5eGQbPse>d6Sqn+TjvcCctZ7{Jbqjm(A+3oUgYik1{s_Rhq zX&%BOt-G)gKR7PZJJM4qyfAlv^FD|1RuibIHfB@xwWgR%P3t25#64lHq$Lp$0-|+` z92GY)uGdzG-)n4ANU~1?y+nw>q4O3G5DgX@iD*UbDWEUhBZ@OV>ErJBG8>M}-0%Hm zYh$AqlJaa)Rm~+Cl7N6EBF00LHXfYpDlJV73aUawXBD2qhDrz1+ybsKwf7pYQlg^h zU9RHd>4M5{qT85Ar-OG9&WY?mD-P3&B|KaiBexuA-yUao)gWR(ln&0T5v2vS}Y6c1Z_iCRh>?FQ^M{DRPGfSG!kAZ z-~@Rg(CIkzaeH+enVG3SLqLkmc8Qb7iA|&O;{9lE!Op)K-rn{<+i-7HSMLB_r_Bl4 z#rJHuRxx7a2StTKrjSZQGf`TM1EhY_W{3g-l3$@Av4*q9A_{RQl+3Hn2tH1xe;QyX zcLTDf00A)BCIW-?+7=h>hhFBqqo7W|>D!HX!XTM}AC7-ln@<&U_(XF&L+F~Cx`@6= zebdpF(WZOdC3Y%*Mo9gKV*yUT#tVN8da%-repL#u?D5}rNay#yElD$||7N{dqd9pI zx12tFdtzh1s`T=FQq`;b*@n;TjSq4O)tZcEvnWgG=MVj<%-3T1=JSM8wgfKuHlcKf zK6rdngEDj!?*o7}Shu(P2dy-06V4d#u@o(~hG}$##%T5n@e3&G8wcF4yP#m=wFuNi z9KDnBQy7+guL1!t2950LFo70hVQ&(&96*5U$t@T_sp*p)?4ncn%v*N&4hN!?O=Z+> zF#X?+gTeq{Jc&y7Bs;`8DFp@8WVMz!Bl1(0u`R&r>V~1#%BP-pv=da@{ZN{qz4O6^ z3ip+g84HL8kK=>WqT6Acf?FbG_7-EjVqk@1f`q21=+f>Ow|(5>`#OmGyh8cs?#3@)XZdrbXUYsozV796FRBmjA77>bdzQen_Sv~a64Pf&W^VcePMl2Fl)y4~3qyB#~{vt&h~ zQDvDy0JQ%hl^sfPMyOA=Xls+>yaw@@d0tx2+f7#W^jX4pM!RDPJ5Z@z4wHTCRHifC z=J2!leZ}tj?quu7`~;-De1`t5Qnv*4GIVI3Q%-lEF#8#ne`+S(`P8=eB?-Jm&W1>E zXwpC)w6q;%FNqMOhIZgea-onVl^k(ANna6a;UW~rZZbyVz_?DcHBGQ#y2kGXG)d~O zxx<|wNA(y_Bq~(WKR+z%3Hj=n^}U>e7Lzu1qkDakoRrYCPaM4`IEG;58j!dcg7JvW z%|$e-!8CLYrvDjFD&tPJ={P!2nwJJ_S73TcuuV-wIa3DT40wA88vbNxe1olR6M*}H z=YXt$!N;=RJES^Cl0pK4_9>(co8C0V`FZc6jjFe8P)96`s*gq513+LlG|w&)oBDXK z9W9V92WO{2@CK*rq>X5PSN+mmL-EjQ;@|dU5cSF+$H>U>g6`RX*XG@w;v@IBn$}>rEct)HYu1}zCmkdZTO0~EXPs~( zt`Sv`q@y^>%32=Hlz~^hAq1$&{&UEtwinAkda%S1BMBR3dL6y+{Nk?@9qe3ySo}e74JMw2o9H$6cc z*#hpHucc^fOo`4`s(QPE9KE5< z2E(TEd~Py`#MadM{@mK)){~hgm-PXduFH(yw5!|%pGLvahO;AZ5Q_lB2^<9E`CGA7 z$$woc?dAKQy=gaq-4&HAFU^03msDbE19oN%IKXS;Hp-vmF%A)J00gv8R2*;yIMG&q zTMk4TlFNZm@ccK>`3HT01d1^I&FR0-k>n5rJ0-hktxN;i6lNR(LMQ1sbR0rq=x zQu+EHR`1hHfyvhgldgYnQo)3SYD@P21T1G*Lk=gl34xjvpm7>WCGBBB5+SGTeCRC4 z)!z*rxvx=4XNb%Pa(D<}{kUp$+)rGTjJWn_cM^+}x~E3W&!d&b+9cVzp-{iGudrhM z^mkNE?R!9c-l;#@x9ft$!mDY=*>&0BCtNC!vfYJG(1#@aQtC{sd!(!l=uZS-q-etVCOEYnk(1&()j7zMhHu^Irw+kxZ))F@-QbW z$GG1z6C6?cyH)jU}au5Qz%;_>+ft27nH zxWFhAnNZ3j0rRsEuvpv12NTLt^EppSaF)^_nRenu+IB9t8OyO#$O5 zFsE~^>6}ud zfH@n`Ph3n%0{ThJ3a5@lB=IkPWDs!>GsGeuv<%3XN-_tGtQFf|C~P>HIVhADA#Vj!@1ndLro08q>a1?T-jc3ri};-!V&If3+ua^+#XiTiyd(=3jB?^ zedo+VaBoGBa%K;h?M-&7`rZ<Z9_ zp%M_4ff59*G3ftvr5q6_So3qvb84l*;!+53dUm%x-e!>{+ft8QuHBC&Ap1+A1Y4~%318~vS(eai4WWkEm z>ExFSW5{?L6*D3F#%~zVks+d*L*0dFY=k+n;CydH!Oz_XBC$KolTfh@VAjTu zeSFhE@y}r=FslW9wu~kEro-ni$GDlY23ms=oI{K_Ny}ZQJ5IbG4}>*=9)h7Fi2qQ3 z6AQl5)iams#qe2NZu$nppm6*RD$v{Ccx!idPS&7PCFA%P0;lRsZ;^hD&t?5^vKTLG zB4Ex+32Qv>B_Y4hR}^7A*OW1-InXmi5}}|Vx)W&8s20g7_Vh4 zX!*rYS4k$Uex)AsN1!M~(=kCG*Xv)Ma+$t6P-f66BzMuhesddIkfDd&=gIPq>=>_$ zE?5mX~E1x?=Z-O zH)9n3u9NT=MPE|`4N*4VTQ&4y1dhrVo_lM}t8wjyGXZ#WN8E_pG0pj~_2tIm5mQu( zn3O+LtdmU+@sZ&wo@)?+aG>$MDcvINf>Jd?=DZ{v=Eq`WjI1wl;62U?yt- z*3vI*s%hVCwe(bBur44pUsZ;MA?kXw`%$o*QU2kKb+XB-agyDx494wfX13mh<|YY> zyXkp8&rZzcgvZhrQnxBX!N+Yyue8~s*6)CECCc% z%9cc7xr!xiLRYVLtWkl~dH_9|zXq zKxo0L_KLrDdRw>7_toX`oz^UgPliG zJa~LohjQF1DI25g+o`QyO+8a!_Sd=u0yDa?a=dbb-M-T;uv6mHm~-$no%#pBPm^xP zPgAloUvHCcwqA^`4@?kb?_b*;cJy}Kq>|N4l4$n^GqijysLHQS^rUlP?lP#D`vvBi zC@>RAa#}F4@4072uP{&AcI9>lAD{O8d>v_Pr{wmCb5HsV^$cXL%p<_ors(7LQ?Z`0KUQ|snt{tm@U zQ%Zv;oh_u*K5d|BM-eW?E9nRA+dV_DbI?wrcAJ0(W8?>j5}QLiX&DJGGbpr!L6&$h&y}x>d`vL z&@E|!%e(7-FTVAGU{n_ew}9Oo7^{_&@kub+&Dg7CMfa}$pY{FUea8UcfBV@pcN_nn zf}5$7DsrB<&@ZKd=JuK#UF(1COz&O*G7b2i(XDlq5`cQRkx(4(c*L);d+dfjFY z-rRU;E_S#s2f|Tl?voO|p;6EW;jWD#z8?WB5S?m~NZ2Im6vb*;fjg$Plg@2Hc#cn4 zllfK=DI^!n(7is-)~uw&y+bZ{JXzer6tsAcj2D0OVsReiGs+?cj#?{>_SAi$;?@w- zy!R7a%5k$ri}Kl+&^$#BrNv+bRfhH3^4uuxScKw67b@0BZ{b#AjlvuD>lGrR3T=3L zs{30V$!j&LSM66i1T{ob408tIC?sOAsd|YlqUH>S=?N=CPZlrX_UK}qVOLG>yiO|W z3qd1oG^rRAQD&F_C75SiIpbF&&{XG3ktJua-m3{O)UFpdWGgVw#N>)0$P( zpzL~8yYBNpD$p-FJ;w6ceyGQ1vqka5c5U_SY#3Zgh3q$x(x1bWrE8BjRWm_IxL&04 zYw7B8krzp|k|L_8MDUe_-5af2?;ck(%G%71M_Q`1RNF(+sz`mTGPi)VP3KFfcNoNx zgdg_xsnNTmoAH-5nG2`2y|D+T-iA)BaPwh^cp@IfE8-c0Lxwa%qPlr2#7S%;D*5gsr^+q@Lwc{Y7$mZDaM*_maeq@vUk9g)W~DMRXC=5A2EKlp%A z##gxLaG<}c)&~0_E>0>jiIYwP9j*l6x9{~3#>QSFv+xwDB$613qJ2m4ne_k7ih#Y^ z&VT6;D%pqErY!mm?C%PRrS-M{dAptLzj4k##^fl~MDUgUmiPXDY<*=^98I@1k^sSi zyAvQd1RY$1y96h=1RpFwaJN9P0E4?b1h?QYK(OEz7(765y-l9?dGB4{`sN1cfm!`RDs+bzGiya z?A52Pm{hqVJ)#7TsN>^&mzFE&SZ(}77zP_p+z}$40xJ4dDP23qdZ()D>WLq|elCMfnmFmM z4so@N<7OTZjgk*ABQ%!Yn(@P>Kg+~qA7trcDQWyuD9^I;gFj0uZgTLxp-sNd@_PG4 z3<_U>niVY;Jw>&~UYz`--@?#Z>fH(L){6-i-Ip5@?M1TU5acoto{u&&qufn+Fa}JJTi1 z$GQQ|vF9Hh=PHGFA!6T&k_B&Gv)JqJ($MLhRr}UmDKL)OL6otiej!^c9m!Z>1KUQG zQ1+L4dPj}sA8&H|Mke+z$TO>hJYPOg&zb|J4;`6aXlb3CkmmRX_5YokfXONt41gp6 zZ1NX#yEUArtZI#b7XDyu5=0$--?6hV!01@p@ML+A1fVXS7|j742VoHl?gSnz!{`m^ zI0|hQKfladeziUn8zF`?$U0f~7AASCW~I88|L?XWP`_F~cVRSRI9P(H{qbYZ&fbL3 zyTfPh_>ttE2nZn1B! zA+V6D=38{9mAESa`Eik8YuQ)VFlt!I-i4r*ZsUAmH(caL7AarN=KM%Nt$_ZrSga*$ za_YO2@(&3?zRHVw-+Ow0YNL9Cr~Z|V&5M(_F%&B51T^Q-Ff%wH$x5q*MTEOIkEg>L9;@Me z*b>7)`zd-)Mu3|1v@K_AmqzFQT_vjZUioElJl;TQ=FA2YG#Zr>!GRTLDu(+z!>{$; z0bq{UT}nW!RxcCZ( zJpK!~&7qH!`0SHI1Ky-prDW|)e}k!Sl1*&=(A%WIp_kU#GA@XIJ<$zjNb z%X{Y;yA<)Q`Y`ya$9n})ayW&5*XV`;jugRB^giOGWBdJuH;&WHr(zS|agSv;#}qc< zHr=W?xsOiD>%Uz3NY9f7TVLQ4LaT;1X)g8f-!CRI($zA3)G`JL{PJ+ZukhP0oMJ6l z5KWpK+Kv1+53#mm_rFg&IyEXQn!T9db%?-C)9tM)k<@q-MaJ;%Wa^Nt?=y)sAiT9P zE?Bl|SoP2=zmP36>vJrGCODn1j}tnbE3MzUcrM#o$Dr__y^z-J4PYc>bMV8OQk6Qz zrf0kgYLTgNp$-{M>S7cCC)#^gPt=jx@7g@q`flT4y7->uo!RWUmCAq(V)YR0( zmM5F*V8H&Yy^FDaL)S+NWmcPg*%R~eAbW)N@Osx(-ACCA2ndb(8qS0H4fI9Hk8)c* z8rc<0jIr5Xng-r`j`ffhH-3PN%16QQ++!MfkR^c zVgwKKO)EH4{0qSXpe%rIY?Ae*I+hy5BqdMy-Q=Dt@cpjPs*)oX_}rOE>YeR!!3mzZ4Mc68*zMk`bn0|=i+I&LHG7xTTs^y>YKr_6vK3ckxAbjB zXio^SCIkb&8iib2Ro+Lvq-UmeTx<(Wwj65yo@tB7Jk+R5;a3tpyR~(sN*xkk3;8|n z4i1r|5TQSFpN@&tvwXMRg%6V(TQae}SUS>O5}ZEL%v!7B=`0l-JwO=NGn$4rEX`A? z$oBZ_?#Rjbr9%5N;{M%DMQ#cD6e=Xj1vAhd2)ZXrKGNXaX`tWCO3#2m-)ws*>?x!KmD@ z;J%P_>Sy?X46M!k>D~l4gva|q-?5W{o^)K=>PD)IA~!(con-p!}2K#~^y7?>OTJJ5yZgW8t*> zES4xRv3#46(fTw4jk|~2FbM@KwC>@b&bTI`>D*;qcxN=D$X?`0*L3C@rZOlLJVSe= z@u()L;oHym%imK(rIf>Io;pDpI6{MUs6D4IPq$}vf9W~9Xvy#-3*^n z>wz+pLh*%1)K|2;i;ZYI>B%&@xts-Bt(t`A@?&ht4_r7K+|E!b ztN=j%W#>)*pYhJ>^HlORn#G$@cj7nLX&$S>I}jO%GlFrqa`+x!#rD-Y90mHnar#rF z)V$yfU7OS(boBIHzcIvxmCN!o%;R@~dZ@tLY-yeEccryv$vB*LLY2nb{El}P+|s=- zjvRLT&`GHPi*Xs;}#cbRp#ly(tJV zh`{-E;n+B8)vEXJAm`ht3MKU>hh7Td8vxpz_=4p#-j?W?Y_Wzh@YxSYpK)z3S7DG| zEcAl339*x0wR$#m3uw|2NJ>_-YxKXxe^GNF`79nnl$jX8R)&QeHc2i|VotSQ(X^7V zrtrE=dIVtab@e9GMfUo@{oID?@8~BA4?_`gh^aoF^rb|=G>g~|n9nShuH?Kg+Rpk2 zjR!W-cNaJ`g=(+<%!-?Q`tgFg(7ByX4+2EPLsByPvw$xSdF7TIIdI16z?i8sU1~Uf z9fUsb3XFbFZ?_6&l}3{|=k5cF#-IjJ$teKNS>z6jVE`@a`qz+(){wd~QqT*SiF7|G zlwp~YH6FpxB^$&bS=*q~OsBO?>e$x)aik8|ob3{;>wO|{rjT4{bsKAF)~^hBuj!Qs z*bJl_G#tlrs5Tm(V8) zykd|6SHeBjNqI}ZG->qf?E>lVyR(r;v(?9|&l|eXQXbNtCS@O2CZDf@ekWRy;De*5 zStI5`^l|R-WHp`XU3-1DEOv%yCUjk!dK#2+_f5*V8i=59pw|^n(59lOaZ*@WRr~IY zI|L)t7*oc-DO$`yiuAe z92fFB3v$^c%Q+n18X@7geqFCxxv|H$D!;nLUqoniU&tJ%;LeLB-{{OmALC(eUZsRNdikEv@x) z%@`{qBrl+qpmiW?(le7x5)or@PS_Y+M&oD;dtFFdV3G?Y8~2vL71z-P(C9*ADFjU# zU<&BezkpdS?y3v1?{+o0e(xY83kr!DF7Bev>{BP>a?cIo?1=hEEadqU@#S=d=58a6 z!u_IgyVqqANyK_C*KB~|&ZY-45|SjrB&okw(e>U;8Ko=dhl@4JPt~$oZR2?g15Sk_B*0>epO}d_u+~=Y5mU z5t%TKVld1YjP>l9Iz*0S)*8C>+_CIsd=S{^x_yo8L>phXM{rwBz3O-7CwB%MjRg%p z>#J}^f^OHSZ>DiScmktI@VY=I9ZrPsvp=|*DQ5GwN=!1b(+fjih`j5Nn7RB4#sU|s z7^%Mr^P=js()}#pejwo2{pF=Hr0o?y@<}cqJ0QR*nky-k<1gA1pyqZsi`MX^WGD^0 z7hmi13{m%00+zfmQE%l>{(%EgD!($!x2%!KIdQ z`?FZE_w`!Vpfh}X)V+1e5Va*wzc+`736?bxj{>?*{!FQ%3K=CY#{>WKRl(mB)s*k5 z=AFK%(6AD+#F&|Y=I}jAZz=1jC1nEHps8Khmw9 zU>>fO>3CS%Utyz(x^Vhc2sru7J=!scnlHN_Ol!HfcHAR1Hw4vam0e)kGgIRk{gAvV zqkn?&o?KR~O$fDFkr^w`QJKae)Z6E)kfT;Sf04qfi7;}^Ma~|%hsRMxy7UyGBN4Z) zd~YG^`0e@aK6maj+sT}P>Ju(2wq>c8`IagV?MGJ%O0v5{HB$-%jvQa%X&F|oQ*Lpk zfb~zgyw2o-GT#$IYkqQ4!tQ%_4Q%kTAdDC}cRD^k`3w8F_vv6J5FNU#LFAj3Vz-_F zd1l=n&{iLalL=rajMm<9d<{ShyRtHv>)!M%HtChgsH}`9{lS_zYqPxs;8L*trF@er zg&59sD%0?w;fHgAoDpw6hNTOyy3$A+v0+>R{m z7wcp*rSX|Hx5tcGJWS!U8@$IA60HDTvMk8jNlEquo*vsUslq#V9#A(K6&^^_zfFls z`g87q=%GSrEHDuQZ_zUnwDqeWwq@CbDk2~Rydmwhfg*bI6LdWZOab%ag+mYgk{Xm5 zYXqmr8P>h>wu_rZYGK3jBF@nM&v*?IS4(B?_42VOj0=f7pEYuKb)of&7}}Nz$m43W z?J~wwDH@wH4oz`Am4Ja31>;$LTT8K;HPTV2{UmZCb%_Se+v;W$Y1eNM6su|d%_pu+ zPDvm94}|>1kc(gD`L^`F$Cys-q*b9i=8?;sa0BWl;FmC|O`;k0c=&j$Yal!QOF4r; zJ$EagFnzA&d|nURD0sE*vH%M&R>Q@aCoJpbGLLHfRt(l@WgLH)BjRLD&vPextzSRf zcjo-6)yW28{j4Q6$;FKWr|=@c65WqPFjb;*-B$S2*S^6xvvR7u?dBJg0F~p`hyOrG zgj=TPtn&_MTDot8Or+_UMRWrPjh|NFD~95a)=RiZN}hMM?Vr=u2y9!Hyp2o1CUSPm zEt@0k6}`rYs#5uO#eGpJlC=z+yZFtY0*V(+awB=`^fC!nH;a9NL<+HbYoH1j$^X+JmhDzv;L+U44x z_>}GEe!yAn3F$==;Q?tbQFl<6zaRu;Aiqwz3>6BS6|(wdAN2yMj5h_CZn04sgyk`} z2co7M#f*OnEdJbpvz2J+p|f^7SHux{cMi_b0}vXIuh+&jWd9EVi}R<0E4hD`)nQri z!}&|U#t`-dLqD^vHz=+TU#3ArzWNYay+dJV&SBJW@M&2^+*&lny=$=x_FQB(&arQM zS9`WCcHWFi#-v$45VyPzj-v6`KotHNtw9GMm zIN0XZ!RQqHz~_f$+s~G`Lp@wgCH#io~&oiVY|M$ z@r$kis4e+Q>a!L)`kGdm<^#7&9DoG0e!s;o({J}8Ka-wOD;`(Pr7ZX`ubtZrfMWv* z{a%8%u}c*L#9B*qoExA|6rh`K4|tW#63cqiEj`jUnoS6>B3J6x0p1t2mDAj%HZ9i9 zl7gS%e|atjC;I!5cv*+WCXtQ{q!B0{ClxNqVT%|%s@)XW_^FyJ2ZB)~{&T;8& zCD_3RMvl1on+nz$yQxf4=H+D7;om?ssNX5QDRPgrWkAWZZ8ImH@y}{#;RNk8^w`|$ z1^FTZq2$3{FK8NvT)bTl#2cmLB*A~}ptbtj;*LL6 zoq#Gc^Lcoc4J7XwiZlW`?T?Hg=2;oK)lF1x)3ay7JyqA9wDs&ru=g)aZ)mef_EmlibPolEu;p{`@@A->tq1EYe{uBu0lZvK zL;xDp%ZM#mZ~l*`u4}AD)D+hMQ}rxXnP@8Qu=SMGod-M%Vq`m%XQ&2$)h-7Xy{J`m z0on7^EPA$kxA?!g(I=-$jb7t%17mz#zx{BWPkV?>zKuYB7jS@|v(+wOq_v1Ro?oCf z8dN(J?R(6X>w7}}%pFaX-z>kRPdvT-4)Qkkkv3b8g6x|HRXQ%++5H8STHo-)ROZ4A zeRN0l(SV8OmX#GQbXco&__;D8qlNL`7+bey z7cC6A(kZO0CgP+8UNvu1Ftf>4Nc?CyPnWo<`dRk7!`q*?Y<{zXRW1I^Zcd^5vMb09 zBUFG@bbc-_2k1G|ZI8zXzU?vnX9{o(4g1p`U(iV}rd!<7pVBB80El9{V(k4roKsvF zOiwp=S)0H~=`#B^y)h%Ow)(weUX%T5Nz-fLP1tDIWkmp&9yj7*&F07b)s;!mU9ZpJ zMMIkU^;uNjQMqrEQp;xZa;*0J_=dT`9o270n^k>~ev`wv_^vCHMq#o}LAdh6V3Z0e z(d~Cve&SN?GT(cQB-F>k>U%B3NZjGR7Zcj$I*SDgDvN(|yvip(j;V`>0PJ+v=V`l^ zha>ErL)!?YiK4jdC4>Aj)HF6{2(nRr8ePc`Dg5_`|Hm3<>!p#uN&y))(@S`jkPSYI zevsDhwgESKExq+*u4D(7`+%00FoP7E!}S3@k3&Jl!Uo-uChJ}bpJHbT#!eN;pQGEb zIug(|kDHOFjo&}^h`3Y1u zjZt6KKfYgdd=$L(yGyRA&NF}Gd<&>XzgR5;v)LIsJ1Kj{@6hS5Sn(Sw`s7|x(;VFLEKy(IG2l3vp!6ASi zINB~3BI?EEtzb=RV`Tc9?bd1yCfn(u5waycM(S5X?(nQ41CT?+Ir(8(oe#*lX7O!T zxmryTm}Vzm@Hx;Mg8R2Qr;LK*1fB=^dzRC}lU`v-P;EtcKkUN%Xat6{!qZ8cYblw& zx7`hY(1~qO0~#*5+o@d{U+1toQl)2BXE~N&0mapQM3OWjaIyme0=nN46@m0?5GL{Q zw_1UyX&v1(0nwqDw`2*cqREIBYR%YTCZGi?w@+lv z0LyG30n0k<2LM$hmPURu{n+`?zlegNjC-kjr3)DaS=nvldeLg`o($-lfs~7SIvMSl z1?fZ_xjZfHsq{xus%l2IYnx$w3eN@H;w%M=t0y@o$0s=q5&4nHmpaVm!sE?G9d8zC z|A{#j_+hzrSHZd*L%HXz+g0})<*!q3lu?1Hj0 za1Ij64mONjUHWu+A5tev98K-EGx2;Qa$Tl6&i=&?PU|IqG#54|wr~MGLiAH`%h3W~ zQk;m+iR2L7d**k0O6v9-Kk{A4^TCK5iNehqS!-ipVIgZXB!caT?ofQK#Cnc^32G2> zd!1;?G>+l!2jdJmujukIoXqa-rHhE15mNKNLX-OwJzxG}tTm(Z>q~rinChFul|M8K zCK>u>-(rgeb|hS0k<<7Kcpg`)882 zvu1mc1QC0$R@U_NR=#6JGNaXL{@tMmS`p(^Bk*Kgg;|HC3H;z4mc4ig=(Xfktba_- zamQ>*=ypbUp?2lfp}T&X4^R4S?s?gR>WpIQ8``oPTr<{@Rsc?*4$(Ulz$i=^^_npn ztY>c)+?n*r@)y%6f>z5=MUvg)-h7yv&(A3^clcUNJnkNB=_AcK-=JS*y5|;;^kaCU zrd#4V)7hL{z{l=nV++_c)3N4=dTBdVm=`9T<>;5}Kl!FL`y&}M!QOFnU-{d`+3W4# z#4krAU7%OSKfM2i*#9oL+Sjv!gpNzB^J#k^5J5Op_@$60FGQogAF+~sz8*Qf`85Q* zIo2e?^D&e8;g*UOdY;sCo;t$I0QuwH57KWun)v4ZxdSv87DIG+^Tnd0Cly zL}?g^=#ijd4{4BA>lM5WSyl1-72nB}z{UodsSocCDlYSXe@q%?EvfpW(GUjk>AwNQ z9}y9g4ZLGo?S7{c&i#R(-%H}tAygg7R|NOktrr}to{dVU2 zx?Egnrf;%@y+z_9>&>oPX!aqsQY`#IiZvHKgXea$cU3&apR=4o5kVp^Z}9bSr|tpr-%E0@%D8Xko)Fw|_8~NWysAh@e)z99=HZv3 zs<1!-q2_5J?A7foZz)fgjQK%|iC|0;Zr9DiiY&;D5VAf6zo&V3PeI~GP*I$2woa~D zos6k$FMeZA1-85OF@-_?bYzK)tLbrGA?EoauF6^UJo^r@RG51tI_FA7xALc(J|OQu zgu8Xb{1W;C@{+$TJKi>iQgjHRZuIXc{s-yOh!&nL<$C+Z^)C93@|=>h`*Y@waK0UX z(F5(6VOED{&^TcTm_&GCSacwXrQ<=7HR}mYH$fw0pYsGDQ_x(Ia{AUyJ|o?KqP#VT z-+ixJ%1hYYb?C4Yw66?o`{bzuq{{OaAW!r*{48l8*g`8Oi_1fNIgCV$8-lAEiLwUd z?IoEi_=TAK)K-0iBxkZr<;R%6R}{9~hVJ;;RDuo7J0%C$U>lHGCuMgJ9aDgI-M2q3 zGC6CX+mr&-s#jxy=4k77icAswDoZ@dCe>;5NooUcBq5v-H%74b3n2kD=A2V^@TNDU-$isO#kiM8TZ%7j?!$& ziqVk;(tc@0A+vC%sq=kV2BwKEa*t{2slwj!`9J>kS4QTxRNcW58k6Ck!44Ql(A2uP zWIBeBv_lZBik2nO&-^7XSBVplWE#@A_3F11vm8uSlkuOr+pm#iyWi)OOj(wONyTYW zKs4G?ts9&sK6tQjL0?oiZ)}o%o%$XAH_CbkW}$9nW;%t}bec0Gb2mwcFm$BG?_j zm%aU$wXR|Vi^5}5b}Y_tuFx#FZ-HK~YHdOuUYPRQEtO_R z)v~2v!M_~5rp%M|jKWtHoq42HePWmFj$c>8QbGXpJSLvmWN_CCYjnj{x&ig#) zi|Pq~81kzkK%+jn&BzthpZeQM0mY1z-|02sGTwPsmP>`oYQVUI_mMfH*<1G4Gt)t8 zdVX(<`_$o`l<$#ZQdkVdqk2i_O_|?|%LH=D2EFxG>+Gi0QI79}Nv;`v*A-xo!2O7* ztYJb&F8}}maR*UTEDJspIHo(<2ooDd^evB3UmCT1 zAh<<0uY3Y(nchHiHuHVn*d-+W&9*-6a&l5mtr)hSNwHgErA&MIkoxYfuryErW%yGA zNicK5cID}~00!mQ0BCq|N$=23wN?7|h>dOG`0mhS*`tOZdGKUB0<8Vr!V@VP^2_wE zsnEVYS$^5+b3S(IoMb>9PU(9CTkW{fCZqbhjmnT1@<;Sx%h>VTbuzG1ib<;^bSvNd z!;r5T1l*GCF?Eeb&{^*&T1>mAXQ@GL%&#@dt+1@|vpT`39l4l}jZza6x;x$6YPv@F z9n@eumoD`22EbE{Jx{hckW{FLb@fV|KJnU4Yx=%w_S%SdTh@iRGuv3}L6-rFepLputesIW=o)i;h7 zBt?s;a%9p{AUyA2>nHbZu{?Z>CofDIzr~d#S~_)uLV}a>JqVa|L-yg(`o??ImilZA z2uXg=-~QNU9gigymFqk0*{uNBT@u~_#6+yKG|H?7%)BvyWT2aXGvil0w!v6qiWveL zzv=;W+QRQA{%3Hsl9YZo&dg>Gd)kZVo{23cVVLCJuw_JbyOOfis?}_-b2J-O3E5@I z7#~}fj5uA5if6Ph40orj<0&3e(xQbzkk5c==moW-iplUs5>=@}v3Rn{e4>5UhFB2N zORgYbD-gGm#NIHh%|oDDZ`b8snAWL#$pX5XVO(o@vnu{^+IVg{t0KzGOMW>~M4Ba$FRB*cPXicD{Z zrc`o{_k+S#zE!%TaOmip*rwzD7_}|%O$0tmMW@od-feSV*(-ILLqn^$XVQARo5=8P za~+A3K7QPYIOk3tqIw6izq6!-}9eYG=$eDMik&!m?d4FiHK*EHmq3WAQxbeaE8WT}zQ^I_^a z6|u0JxD7_Au&_o@<)^UgQLmT8`&s6Ee$7qpnE7h{Ru5^1h*@cOQdv0w#_AfRf)hT9?_3-(SxO zBQXK>lt|O(P#|gbs zPZd_XN3!x>)A1gj+r{ruAr)T2!~f&fA%JUI8NBn_T4g68CU|$iZOmm4@tVzpIJ7(X z;&%sw$cB4%)Y|;&Yax5ZW6>X{pw!qH%xVz21+r?!Udt z@xKF*{N2f4?zntKHwZ*GFFjojzC{54lP2=%;+t~<5+(^#Q1XkdR5V*v^hL?*glWCQ zi5ljTIuPI>PTZcwuP)7!syS;CukO&kD170H<)L8HH zSuf?waaCH+J-n#pO?s61Od)D>diLeZJQ=39Vy5~VuhA=b#7w*`$I0A^u|bCC@NZ2* zhAVs=h~XqmqE6%<1o&>r0=LXnQjEn1h!O*A=4;8%!V9`Z$uQH!JKbB9H18|D&&1j` z2q;t)X4|Co@53hiPEb%y>*@ZeFl6WlgiJ~c*?kzQ2)V7(h)05snt~kg%1A#(l$nkH z6ahR-hM*L+tQort&#Dkd;<^ELr3TBeZNHJ?Q8bgW=Lr=x04A2bP5D-iz6SDA^v)c} zoT4ZdBWjL1qUsXthcp;!gN=ql2470s_K~s2VzZ;F{`$4g4y5fljemk6(`o^9FVNc+ z-?JBW3jcTiYb1BuGb)?;92pyohlQ3pBmg@>y`Ht5a}@CI(|#x5O8FJhMss+V&j%sr z^Emn^n~D68tYmmtHT~EkfCVl~^ZFgeibxJ7yG*A7BpN{W$DhU4|cq30k^xp3RTG$Zr8nySakg5PDJvuc%!M#wR;%)U+ zK#Temuht&&YzXOcxPy9eV3dPF^I%UB+mcSF7@j;U{;MbyMEN+?NM^#yPieGMIo+mH zyBrA=o{aYDmPhU2-{vlv-Yb9hFGoT=lIFvzR@-2g>br^B zX7SP4E3TzFBHgk}_7OEm-a;AEFmzum#}Ru7IbqA@g~Q(KKI1O|-G7MJ9RnW#oiMSK zbE@;9x>zpLdXwhE4YD_uT|}p%yU{}{?rRvj&x3EpwX2EOhG$Q9{50W6Ufp~)ro3Cb z3z36t*;zen;%@2HCu@EqC^HP5kh;7m!-7z)g_YpoRSmYb3=1TfPsWSZAMYJ5EW9m5X)^dxL1k+Y$lqja znC{M) z0PrmS#tF!inTLUn-%6ha8KfsDGlTIZl1ioYo3t7hosQf_??7Kv!J8aTj7@q8oNxwE zkkaKVINj&SKgH;!ct2owr|c8qK(W7?q*L6MkYAz7X1tySvSZh>>#bj8vv1php>@5$e9s7#z$#(0b&+ z`;!<)LgP!%N?xD5kor)V}hp&5eiZ)DRa;Pkptwx$}vplcaP@C5d8*O1a*QC-LCKYE@INu6E9BM9N&b6=(DiO9ggrIOW`dY& zCapKR!^fz6Bi>c6WMAM2!f^!Bc4HRf(m}BiM>UEbt34dpmHJJ{9*t3{3%E6e-oIva zN9Yqu)aFC-TE}TfRAfTs{vO4~A|b%9F)}%-F`dNOUHukZ_$pSZ38z6(KVbRM6ll|B zY|}+2za}qS=K3fvgN>S6cdqmwox%*-d~i<**i{&%hPl{X z+^8gG&SI$nx`lt$ApcP=d}y5PZoQgsb#UFdq$@DLOC4Dk!@O*Tz*T_ufT{|E>$D$P z=N3a{GC}mKEz4-WZ8~IGj`5|!Y+@P%<{AU9UBb;mmjv|`Br^fr{C@u z4Gl!)5eh z_6wudW4QqtPTPImbc5Kxy^ia98l{Y%lvI>&RWizuL7PDv{L=wL;0|Lojx$2erers@ zJBloGl$umxkl%8w_;3HmwcSbJD6;O*>2Y zLht#fz)TLLG!_p@-j{a-T;NzIAqujus}Pu@UNv#z<%5NCEw_Iym{Ds|=PfkxxUI@S>SqpLl>G#Ma^!CXP z6*3T0@?JARkbOV~nChJiTizzc90EU;@nT|%e$-Ma%ep|Ngs6jiX`MirMFa8~o30;C zTxlfpPJ*vKY7*JLp`#V7XXpM|todC_9uON)jNb=gDd(LPR}fZppQ!&31w%Ypv-ztg!CH9$t4(u@ue8n zy&84LojZBbelMw1wcm0rN&v~ke>caQ?Q<7^1uG4pvMkfWXoXYzg(Lu|<4S9l*--bU zKD`vh;9@X}8>Sm3b^a$e=;d2jhNxvUeZq(hNnL+6 oZ$Mt(xQ?nCI0osuS`g}f@ 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