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": { 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/_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/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, diff --git a/manuals/font.md b/manuals/font.md index 1a94b959a..32c0dd432 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 @@ -88,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/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. -
-Overriding template instance node values in *Layouts* is currently not working in Editor 2. If you need to use layouts in conjunction with templates, please use Editor 1 until the issue is resolved. - -See https://github.com/defold/editor2-issues/issues/1124 -
- ## 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/manuals/images/font/df_font.png b/manuals/images/font/df_font.png index a5cdc7988..d99264b5a 100644 Binary files a/manuals/images/font/df_font.png and b/manuals/images/font/df_font.png differ diff --git a/manuals/images/font/df_font@2x.png b/manuals/images/font/df_font@2x.png index e30f2c772..49aee9584 100644 Binary files a/manuals/images/font/df_font@2x.png and b/manuals/images/font/df_font@2x.png differ diff --git a/manuals/images/font/new_font.png b/manuals/images/font/new_font.png index 07f91c953..405f0f0af 100644 Binary files a/manuals/images/font/new_font.png and b/manuals/images/font/new_font.png differ diff --git a/manuals/images/font/new_font@2x.png b/manuals/images/font/new_font@2x.png index 96c3296a0..7c72e7a94 100644 Binary files a/manuals/images/font/new_font@2x.png and b/manuals/images/font/new_font@2x.png differ 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 68e2a0afb..d2042d958 100644 --- a/searchindex.json +++ b/searchindex.json @@ -1,39603 +1,35809 @@ { "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.262, 2, - 2.276, + 2.239, 3, - 2.359, + 2.321, 4, - 2.359, + 2.321, 5, - 2.372, + 2.333, 6, - 2.372, + 2.333, 7, - 1.429, + 1.47, 8, - 1.456, + 2.474, 9, - 0.907, + 2.999, 10, - 1.947, + 1.911, 11, - 1.046, + 3.204, 12, - 4.723, + 4.823, 13, - 2.973, + 8.842, 14, - 7.373, + 8.842, 15, - 6.209, + 8.268, 16, - 0.811, + 7.719, 17, - 5.922, + 7.123, 18, - 4.98, + 1.08, 19, - 5.206, + 9.664, 20, - 8.709, + 1.405, 21, - 1.835, + 5.96, 22, - 2.039, + 4.343, 23, - 1.943, + 4.778, 24, - 4.102, + 6.679, 25, - 5.127, + 8.842, 26, - 2.409, + 8.842, 27, - 5.68, + 5.121, 28, - 3.191, + 4.286, 29, - 2.02, + 6.67, 30, - 0.963, + 3.366, 31, - 4.453, + 5.121, 32, - 1.71, + 7.215, 33, - 1.195, + 8.842, 34, - 5.127, + 8.842, 35, - 2.673, + 8.842, 36, - 5.472, + 1.763, 37, - 3.989, + 8.842, 38, - 5.127 + 1.174, + 39, + 1.866, + 40, + 7.587, + 41, + 4.645 ] ], [ - "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.608, 4, - 1.696, + 2.608, 5, - 1.705, + 2.621, 6, - 1.705, + 2.621 + ] + ], + [ + "type/manuals/gui", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/gui", + [ + 0, + 0.377, + 1, + 0.569, + 2, + 0.308, + 3, + 0.319, + 4, + 0.319, + 5, + 0.321, + 6, + 0.321, 7, - 1.554, + 1.547, 8, - 1.464, - 9, - 0.925, + 1.943, + 10, + 1.619, 11, - 1.033, - 16, - 0.782, - 21, - 2.131, - 22, - 1.965, - 29, - 2.195, + 1.379, + 12, + 0.555, + 18, + 1.153, + 20, + 1.402, + 23, + 3.268, + 24, + 2.803, + 28, + 1.079, 30, - 1.136, - 33, - 1.489, + 2.083, + 31, + 0.704, + 36, + 1.86, + 38, + 1.177, 39, - 4.892, - 40, - 5.07, + 0.47, 41, - 2.518, + 4.279, 42, - 2.594, + 0.404, 43, - 3.866, + 2.302, 44, - 2.593, + 0.508, 45, - 5.749, + 0.82, 46, - 2.904, + 1.473, 47, - 5.412, + 4.595, 48, - 1.798, + 4.717, 49, - 2.309, + 0.77, 50, - 4.259, + 3.031, 51, - 1.625, + 0.888, 52, - 2.15, + 1.826, 53, - 4.166, + 1.216, 54, - 3.879, + 2.802, 55, - 5.983, + 1.068, 56, - 6.931, + 1.481, 57, - 4.006, + 1.448, 58, - 7.552, + 5.8, 59, - 4.434, + 1.009, 60, - 2.634, + 1.234, 61, - 4.874, + 2.36, 62, - 3.007, + 2.883, 63, - 3.099, + 1.845, 64, - 4.083, + 1.216, 65, - 3.438, + 1.466, 66, - 5.055, + 1.985, 67, - 2.264, + 1.542, 68, - 1.466, + 0.992, 69, - 4.463, + 3.733, 70, - 1.452, + 2.925, 71, - 1.325, + 0.84, 72, - 4.124, + 0.405, 73, - 2.817, + 1.782, 74, - 0.962, + 1.406, 75, - 5.49, + 1.674, 76, - 5.272, + 1.184, 77, - 1.288, + 1.6, 78, - 5.272, + 0.988, 79, - 6.585, + 0.936, 80, - 3.991, + 1.043, 81, - 5.055, + 0.992, 82, - 5.37, + 0.82, 83, - 3.648, + 2.454, 84, - 5.055, + 1.917, 85, - 5.544, + 0.727, 86, - 0.922, + 2.255, 87, - 2.677, + 1.406, 88, - 4.719, + 2.361, 89, - 4.584, + 1.682, 90, - 4.166, + 2.273, 91, - 3.321, + 0.415, 92, - 2.22, + 2.196, 93, - 3.007, + 1.435, 94, - 2.234, + 1.036, 95, - 4.166, + 5.444, 96, - 3.802, + 1.406, 97, - 1.977, + 1.706, 98, - 3.395, + 0.863, 99, - 2.985, + 1.062, 100, - 3.802, + 1.77, 101, - 3.067, + 3.63, 102, - 1.91, + 1.696, 103, - 3.742, + 1.664, 104, - 2.613, + 2.248, 105, - 5.182, + 0.893, 106, - 2.553, + 1.492, 107, - 3.742, + 1.649, 108, - 2.442, + 0.905, 109, - 6.461, + 0.829, 110, - 2.15, + 2.332, 111, - 2.164, + 0.508, 112, - 5.473, + 3.151, 113, - 4.257, + 1.669, 114, - 5.272, + 5.394, 115, - 5.272, + 1.626, 116, - 5.908, + 1.481, 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.715, 118, - 8.599, + 4.661, 119, - 2.742, + 1.56, 120, - 8.599, + 2.654, 121, - 2.432, + 1.649, 122, - 8.599, + 1.838, 123, - 3.115, + 5.655, 124, - 8.599, + 3.707, 125, - 3.477, + 0.936, 126, - 8.599, + 1.948, 127, - 3.592, + 0.82, 128, - 8.599, + 0.596, 129, - 4.357, + 1.043, 130, - 8.599, + 0.74, 131, - 4.904, + 2.322, 132, - 8.599, + 2.654, 133, - 6.1, + 4.34, 134, - 6.486, + 2.78, 135, - 3.226, + 0.704, 136, - 6.1, + 0.992, 137, - 1.279, + 0.82, 138, - 7.373, + 0.992, 139, - 4.98, + 1.289, 140, - 3.962, + 1.418, 141, - 1.723, + 0.45, 142, - 4.98, + 1.627, 143, - 4.26, + 0.589, 144, - 4.462, + 1.169, 145, - 6.486, + 1.38, 146, - 3.397, + 0.596, 147, - 3.782, + 2.934, 148, - 4.98, + 1.913, 149, - 2.677, + 1.449, 150, - 4.125, + 0.964, 151, - 1.576, + 0.915, 152, - 2.342, + 0.784, 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.699, 154, - 5.919, + 0.768, 155, - 5.919, + 3.458, 156, - 4.968, + 2.24, 157, - 4.342, + 2.566, 158, - 2.008, + 2.03, 159, - 2.221, + 3.903, 160, - 1.673, + 1.119, 161, - 2.296, + 2.074, 162, - 2.715, + 2.226, 163, - 5.603, + 1.043, 164, - 6.56, + 2.226, 165, - 5.919, + 0.88, 166, - 2.074, + 1.446, 167, - 3.603, + 1.245, 168, - 3.428, + 3.485, 169, - 7.462, + 1.352, 170, - 7.002, + 2.543, 171, - 4.882, + 2.557, 172, - 2.786, + 2.74, 173, - 2.286, + 1.216, 174, - 4.631, + 1.552, 175, - 4.107, + 2.573, 176, - 4.323, + 1.216, 177, - 5.412, + 1.526, 178, - 3.541, + 1.418, 179, - 5.408, + 2.226, 180, - 3.376, + 1.112, 181, - 2.394, + 2.226, 182, - 2.375, + 3.14, 183, - 4.802, + 1.216, 184, - 2.651, + 1.216, 185, - 4.829, + 3.397, 186, - 1.77, + 1.782, 187, - 4.089, + 2.226, 188, - 5.412, + 1.043, 189, - 4.323, + 2.226, 190, - 1.683, + 4.069, 191, - 1.498, + 1.216, 192, - 9.204, + 1.216, 193, - 1.249, + 0.754, 194, - 5.412, + 0.222, 195, - 5.884, + 0.704, 196, - 3.168, + 2.174, 197, - 8.16, + 1.308, 198, - 3.288, + 0.606, 199, - 5.412, + 0.953, 200, - 7.002, + 1.355, 201, - 5.426, + 1.326, 202, - 3.234, + 0.999, 203, - 3.74, + 1.2, 204, - 8.013, + 0.917, 205, - 5.919, + 0.917, 206, - 4.089, + 1.079, 207, - 8.16, + 1.66, 208, - 5.412, + 1.674, 209, - 5.919, + 0.917, 210, - 2.727, + 0.9, 211, - 8.16, + 0.545, 212, - 5.412, + 2.064, 213, - 3.989, + 0.784, 214, - 3.817, + 0.917, 215, - 5.919, + 1.115, 216, - 3.899, + 3.684, 217, - 2.375, + 0.863, 218, - 2.27, + 5.635, 219, - 2.999, + 0.951, 220, - 8.637, + 1.216, 221, - 3.998, + 1.043, 222, - 5.5, + 1.91, 223, - 5.173, + 1.816, 224, - 1.629, + 2.803, 225, - 5.83, + 0.82, 226, - 4.458, + 0.856, 227, - 3.072, + 0.704, 228, - 2.727, + 0.937, 229, - 3.589, + 1.456, 230, - 4.287, + 1.736, 231, - 5.079, + 0.456, 232, - 4.829, + 2.923, 233, - 4.089, + 0.82, 234, - 1.8, + 1.269, 235, - 5.079, + 0.768, 236, - 3.035, + 1.542, 237, - 1.363, + 4.186, 238, - 4.829, + 1.251, 239, - 3.899, + 1.674, 240, - 4.631, + 0.633, 241, - 5.262, + 0.815, 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.112, 243, - 7.692, + 1.525, 244, - 4.041, + 1.46, 245, - 8.325, + 0.992, 246, - 8.325, + 0.801, 247, - 1.93, + 0.736, 248, - 4.386, + 0.727, 249, - 7.762, + 0.583, 250, - 7.59, + 2.562, 251, - 5.709, + 1.418, 252, - 7.916, + 1.112, 253, - 8.017, + 0.609, 254, - 8.314, + 0.801, 255, - 5.457, + 1.216, 256, - 2.261, + 1.632, 257, - 5.314, + 2.621, 258, - 8.314, + 3.285, 259, - 4.861, + 1.579, 260, - 6.6, + 1.495, 261, - 3.992, + 2.507, 262, - 9.702, + 0.951, 263, - 2.714, + 1.983, 264, - 3.477, + 0.74, 265, - 6.883, + 0.801, 266, - 10.627, + 0.54, 267, - 4.945, + 1.112, 268, - 4.455, + 1.663, 269, - 5.618, + 1.929, 270, - 4.093, + 0.888, 271, - 3.729, + 0.623, 272, - 4.602, + 1.679, 273, - 2.994, + 1.351, 274, - 9.718, + 2.611, 275, - 4.526, + 1.91, 276, - 7.692, + 1.679, 277, - 2.592, + 1.043, 278, - 2.353, + 1.112, 279, - 4.147, + 1.816, 280, - 6.6, + 0.873, 281, - 3.854, + 1.38, 282, - 4.041, + 0.602, 283, - 3.898, + 1.112, 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.112, 285, - 5.464, + 1.705, 286, - 4.909, + 2.629, 287, - 4.244, + 0.84, 288, - 4.435, + 0.655, 289, - 4.708, + 4.873, 290, - 1.81, + 0.473, 291, - 1.787, + 1.289, 292, - 5.147, + 0.953, 293, - 2.087, + 1.741, 294, - 3.277, + 0.693, 295, - 4.313, + 3.753, 296, - 4.244, + 1.043, 297, - 2.727, + 0.863, 298, - 2.039, + 0.768, 299, - 6.064, + 1.112, 300, - 2.036, + 1.233, 301, - 2.606, + 3.347, 302, - 3.267, + 1.579, 303, - 3.112, + 1.679, 304, - 3.923, + 0.784, 305, - 3.012, + 0.704, 306, - 2.444, + 2.765, 307, - 5.147, + 0.704, 308, - 3.82, + 1.626, 309, - 4.313, + 0.715, 310, - 5.042, + 1.043, 311, - 3.166, + 0.784, 312, - 2.396, + 1.043, 313, - 3.867, + 0.477, 314, - 3.354, + 0.655, 315, - 7.35, + 0.754, 316, - 3.243, + 0.768, 317, - 4.046, + 0.715, 318, - 3.037, + 0.951, 319, - 6.68, + 1.216, 320, - 4.486, + 3.531, 321, - 3.69, + 1.216, 322, - 2.881, + 2.408, 323, - 6.393, + 0.727, 324, - 3.506, + 1.755, 325, - 3.426, + 0.917, 326, - 4.756, + 1.216, 327, - 3.69, + 0.84, 328, - 2.444, + 1.841, 329, - 4.756, + 2.78, 330, - 4.069, + 0.71, 331, - 4.463, + 0.863, 332, - 5.201, + 0.741, 333, - 5.201, + 1.082, 334, - 6.359, + 1.705, 335, - 3.965, + 0.801, 336, - 2.374, + 0.917, 337, - 1.897, + 0.768, 338, - 2.667, + 5.801, 339, - 1.951, + 1.741, 340, - 3.593, + 0.888, 341, - 5.829, + 3.331, 342, - 7.104, + 0.997, 343, - 1.479, + 0.754, 344, - 4.463, + 2.317, 345, - 4.463, + 2.861, 346, - 2.9, + 1.043, 347, - 2.495, + 3.528, 348, - 5.869, + 1.112, 349, - 2.767, + 2.248, 350, - 1.731, + 1.841, 351, - 2.576, + 1.155, 352, - 4.463, + 1.112, 353, - 4.463, + 0.484, 354, - 4.463, + 0.917, 355, - 2.209, + 2.226, 356, - 3.354, + 1.112, 357, - 2.521, + 5.615, 358, - 3.923, + 2.298, 359, - 4.463, + 3.054, 360, - 4.069, + 0.951, 361, - 2.767, + 3.727, 362, - 2.055, + 0.82, 363, - 2.351, + 3.106, 364, - 2.103, + 3.106, 365, - 3.012, + 3.471, 366, - 2.351, + 4.281, 367, - 4.458, + 0.992, 368, - 3.354, + 1.975, 369, - 1.648, + 2.566, 370, - 3.923, + 5.003, 371, - 3.799, + 2.0, 372, - 3.506, + 2.226, 373, - 2.767, + 1.355, 374, - 4.244, + 1.435, 375, - 4.966, + 0.951, 376, - 3.506, + 4.057, 377, - 3.426, + 5.397, 378, - 3.166, + 2.861, 379, - 3.799, + 1.5, 380, - 2.923, + 1.575, 381, - 3.337, + 1.38, 382, - 3.69, + 0.801, 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.508, 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.183, 385, - 5.176, + 1.73, 386, - 4.552, + 3.481, 387, - 5.176, + 2.081, 388, - 4.382, + 2.035, 389, - 4.275, + 2.763, 390, - 4.179, + 1.603, 391, - 4.085, + 1.38, 392, - 5.443, + 0.426, 393, - 3.946, + 0.951, 394, - 4.795, + 1.579, 395, - 3.38, + 0.951, 396, - 3.862, + 0.992, 397, - 5.8, + 1.216, 398, - 5.766, + 0.992, 399, - 6.453, + 0.863, 400, - 4.795, + 3.361, 401, - 6.343, + 0.951, 402, - 2.741, + 1.184, 403, - 4.785, + 0.863, 404, - 6.343, + 0.768, 405, - 3.564, + 0.992, 406, - 2.649, + 1.216, 407, - 1.314, + 1.406, 408, - 4.633, + 2.226, 409, - 4.008, + 0.992, 410, - 3.618, + 1.816, 411, - 2.951, + 0.631, 412, - 3.292, + 0.82, 413, - 5.8, + 1.043, 414, - 4.962, + 0.801, 415, - 5.176, + 1.216, 416, - 3.075, + 2.248, 417, - 3.075, + 1.216, 418, - 4.008, + 1.112, 419, - 5.443, + 0.768, 420, - 4.275, + 0.84, 421, - 4.633, + 3.471, 422, - 4.376, + 0.992, 423, - 3.795, + 0.917, 424, - 3.043, + 3.347, 425, - 3.292, + 0.693, 426, - 3.419, + 1.626, 427, - 3.075, + 0.992, 428, - 3.178, + 2.654, 429, - 2.841, + 1.845, 430, - 5.033, + 1.043, 431, - 3.862, + 3.078, 432, - 3.075, + 0.863, 433, - 4.275, + 0.496, 434, - 4.179, + 0.566, 435, - 4.275, + 1.112, 436, - 8.554, + 0.801, 437, - 3.696, + 0.992, 438, - 2.841, + 1.112, 439, - 4.785, + 0.82, 440, - 4.192, + 0.951, 441, - 2.208, + 0.609, 442, - 6.241, + 0.545, 443, - 6.343, + 0.992, 444, - 3.419, + 1.216, 445, - 6.343, + 0.951, 446, - 3.733, + 0.609, 447, - 4.962, + 1.216, 448, - 3.733, + 2.226, 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.727, 450, - 3.116, + 4.465, 451, - 3.291, + 0.888, 452, - 4.913, + 0.647, 453, - 3.505, + 1.782, 454, - 3.09, + 2.641, 455, - 9.513, + 0.917, 456, - 2.552, + 1.659, 457, - 6.338, + 0.432, 458, - 8.639, + 2.226, 459, - 6.364, + 1.432, 460, - 2.231, + 0.888, 461, - 4.468, + 2.035, 462, - 4.074, + 2.035, 463, - 7.354, + 0.82, 464, - 4.762, + 3.471, 465, - 1.841, + 1.043, 466, - 2.012, + 1.816, 467, - 4.074, + 0.801, 468, - 4.074, + 0.863, 469, - 2.86, + 0.616, 470, - 3.694, + 0.951, 471, - 3.803, + 0.597, 472, - 3.803, + 1.026, 473, - 2.58, + 1.674, 474, - 4.468, + 0.888, 475, - 4.074, + 0.992, 476, - 4.468, + 1.216, 477, - 4.074, + 2.629, 478, - 3.115, + 1.112, 479, - 2.58, + 1.428, 480, - 3.51, + 0.801, 481, - 1.954, + 0.693, 482, - 4.249, + 1.816, 483, - 4.468, + 0.801, 484, - 4.468, + 1.043, 485, - 3.291, + 0.917, 486, - 4.249, + 0.951, 487, - 4.074, + 0.863, 488, - 3.597, + 1.406, 489, - 3.694, + 0.566, 490, - 3.358, + 0.508, 491, - 2.175, + 1.741, 492, - 2.123, + 0.704, 493, - 1.522, + 0.951, 494, - 4.249, + 1.112, 495, - 2.97, + 0.992, 496, - 2.771, + 0.566, 497, - 7.458, + 0.623, 498, - 5.207, + 0.917, 499, - 4.762, + 3.147, 500, - 5.207, + 0.812, 501, - 3.228, + 0.917, 502, - 2.498, + 1.466, 503, - 7.061, + 1.112, 504, - 2.97, + 0.609, 505, - 4.074, + 1.141, 506, - 3.928, + 0.74, 507, - 3.597, + 0.917, 508, - 4.809, + 1.112, 509, - 2.926, + 1.155, 510, - 6.399, + 0.447, 511, - 3.597, + 0.647, 512, - 3.064, + 1.112, 513, - 4.762, + 0.631, 514, - 1.849, + 0.84, 515, - 5.207, + 0.754, 516, - 5.207, + 1.2, 517, - 3.928, + 1.043, 518, - 4.762, + 4.281, 519, - 4.913, + 1.043, 520, - 3.694, + 1.112, 521, - 2.042, + 0.775, 522, - 2.524, + 0.602, 523, - 3.47, + 0.631, 524, - 2.609, + 0.745, 525, - 2.778, + 3.078, 526, - 4.913, + 1.466, 527, - 3.016, + 0.992, 528, - 4.249, + 3.078, 529, - 4.249, + 0.992, 530, - 2.885, + 2.035, 531, - 4.249, + 1.112, 532, - 4.762, + 2.248, 533, - 2.807, + 0.674, 534, - 4.074, + 1.046, 535, - 7.458, + 0.888, 536, - 4.074, + 0.801, 537, - 5.834, + 0.693, 538, - 2.332, + 1.112, 539, - 4.462, + 1.112, 540, - 2.926, + 0.754, 541, - 3.51, + 0.647, 542, - 4.074, + 1.043, 543, - 4.468, + 0.893, 544, - 4.468, + 0.84, 545, - 4.468, + 0.951, 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.392, 547, - 3.277, + 0.715, 548, - 3.668, + 0.801, 549, - 4.646, + 1.043, 550, - 8.237, + 1.036, 551, - 5.151, + 0.84, 552, - 8.34, + 0.662, 553, - 2.709, + 1.586, 554, - 2.333, + 0.456, 555, - 4.457, + 0.958, 556, - 3.934, + 0.915, 557, - 3.33, + 1.216, 558, - 3.521, + 0.992, 559, - 4.137, + 0.992, 560, - 4.821, + 0.768, 561, - 6.046, + 0.385, 562, - 4.821, + 3.347, 563, - 3.637, + 0.754, 564, - 4.023, + 0.992, 565, - 4.821, + 0.888, 566, - 3.33, + 1.112, 567, - 2.837, + 0.631, 568, - 1.981, + 1.251, 569, - 2.039, + 1.112, 570, - 3.907, + 0.863, 571, - 6.052, + 0.888, 572, - 5.518, + 0.992, 573, - 3.77, + 0.835, 574, - 4.137, + 1.068, 575, - 3.772, + 1.537, 576, - 2.243, + 1.216, 577, - 3.521, + 0.477, 578, - 7.133, + 1.216, 579, - 7.981, + 1.115, 580, - 2.337, + 0.768, 581, - 3.421, + 0.655, 582, - 3.934, + 0.74, 583, - 1.735, + 0.754, 584, - 7.237, + 2.035, 585, - 7.053, + 1.112, 586, - 9.329, + 1.216, 587, - 6.092, + 0.82, 588, - 8.38, + 0.631, 589, - 8.38, + 1.216, 590, - 3.23, + 0.504, 591, - 4.821, + 0.801, 592, - 7.053, + 0.784, 593, - 5.621, + 0.951, 594, - 3.427, + 0.56, 595, - 3.538, + 0.655, 596, - 5.945, + 0.664, 597, - 7.156, + 1.112, 598, - 5.917, + 0.784, 599, - 4.357, + 0.888, 600, - 7.053, + 2.831, 601, - 4.821, + 1.123, 602, - 7.053, + 1.245, 603, - 6.052, + 0.508, 604, - 4.821, + 0.616, 605, - 4.085, + 0.693, 606, - 2.709, + 1.043, 607, - 4.043, + 0.992, 608, - 4.821, + 0.602, 609, - 4.821, + 1.216, 610, - 3.25, + 1.216, 611, - 4.334, + 1.91, 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.727 ] ], [ - "type/manuals/collection-factory", + "type/manuals/html5", [ 0, 0.731 ] ], [ - "data/manuals/collection-factory", + "data/manuals/html5", [ 0, - 0.473, + 0.271, 1, - 0.987, + 0.565, 2, - 0.977, + 0.958, 3, - 1.013, + 0.58, 4, - 1.013, + 0.58, 5, - 1.018, + 0.583, 6, - 1.018, + 0.583, 7, - 1.498, + 1.568, 8, - 1.379, + 2.459, 9, - 1.006, + 1.283, 10, - 2.023, - 11, - 0.957, - 16, - 0.846, + 1.27, + 12, + 2.681, 18, - 2.138, + 1.111, + 20, + 1.554, 21, - 0.788, + 2.55, 22, - 1.861, + 2.038, 23, - 2.114, - 26, - 1.599, - 29, - 1.638, + 2.656, + 28, + 1.834, 30, - 1.133, - 32, - 1.135, - 33, - 1.473, - 41, - 1.122, + 1.44, + 36, + 1.807, + 38, + 1.169, + 39, + 1.24, 42, - 1.738, - 44, - 2.926, - 48, - 2.283, - 51, - 1.664, + 1.596, + 46, + 1.667, + 49, + 1.308, 52, - 1.284, - 68, - 2.352, - 70, - 1.638, - 71, - 1.82, - 72, - 2.881, - 74, - 1.086, + 1.617, + 54, + 1.796, + 57, + 1.383, + 59, + 0.918, + 60, + 1.38, + 62, + 2.198, + 63, + 1.071, + 75, + 3.386, 77, - 0.77, + 1.681, + 78, + 0.981, + 79, + 0.925, + 84, + 0.955, 86, - 1.479, - 94, - 2.063, + 1.907, + 87, + 2.391, + 88, + 1.176, + 90, + 1.4, + 91, + 2.458, + 97, + 1.094, 99, - 2.964, + 1.051, + 100, + 1.933, + 101, + 1.071, 102, - 2.622, - 104, - 3.792, + 0.968, + 103, + 2.086, 106, - 1.525, + 1.518, + 107, + 1.88, + 108, + 1.112, + 109, + 2.461, 110, - 2.731, - 111, - 1.998, - 117, - 3.642, - 129, - 1.956, + 1.495, + 113, + 1.443, + 116, + 2.286, + 119, + 1.12, + 121, + 0.731, + 122, + 0.688, + 124, + 2.879, + 125, + 2.009, + 126, + 2.069, + 132, + 2.789, + 135, + 1.28, 137, - 1.32, + 1.49, + 140, + 1.018, 141, - 0.773, + 0.818, + 142, + 0.657, + 143, + 1.834, + 148, + 1.579, + 149, + 0.841, + 150, + 1.487, 151, - 1.094, - 152, - 1.051, - 160, - 1.069, - 161, - 1.447, - 162, - 0.992, - 166, - 3.285, + 0.908, + 153, + 2.504, + 165, + 1.082, + 169, + 1.145, + 170, + 0.847, 172, - 2.271, - 178, - 3.569, - 179, - 1.912, - 181, - 1.561, - 191, - 0.977, - 193, - 0.815, + 0.963, + 190, + 3.087, + 194, + 1.604, + 196, + 0.764, + 197, + 1.3, + 198, + 2.733, + 201, + 1.905, + 202, + 1.228, + 206, + 1.071, + 208, + 1.664, 210, - 2.749, - 218, - 1.48, + 1.53, + 216, + 0.873, 224, - 1.642, - 234, - 1.174, - 237, - 2.325, + 3.712, + 226, + 2.004, + 229, + 1.554, + 230, + 2.045, + 231, + 2.204, + 236, + 2.485, + 239, + 1.664, + 240, + 0.628, + 241, + 1.414, + 247, + 1.251, + 256, + 1.12, + 257, + 1.495, + 260, + 1.672, + 261, + 0.939, 263, - 2.04, - 278, - 2.869, + 1.757, + 266, + 0.981, + 268, + 2.077, + 269, + 1.923, + 273, + 1.63, + 280, + 0.867, + 290, + 1.472, 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.767, + 302, + 2.684, + 304, + 1.425, + 306, + 0.972, + 313, + 2.304, + 315, + 1.37, + 332, + 1.651, + 333, + 0.628, + 341, + 1.06, + 343, + 1.37, + 345, + 1.834, + 347, + 1.425, + 353, + 0.88, + 368, + 0.628, + 378, + 4.643, + 380, + 0.785, + 381, + 2.346, + 382, + 1.361, + 387, + 1.334, + 395, + 1.729, 411, - 1.796, - 417, - 1.871, - 422, - 2.697, - 425, - 2.003, - 453, - 3.427, + 1.147, + 414, + 1.456, + 416, + 3.623, + 433, + 0.901, + 434, + 1.028, + 442, + 0.99, + 446, + 1.107, + 452, + 0.643, 454, - 1.599, - 465, - 1.472, - 469, - 2.287, - 478, - 1.612, + 2.339, + 457, + 1.761, + 459, + 1.028, + 468, + 1.568, + 471, + 1.93, 481, - 2.238, - 485, - 3.77, - 491, - 2.492, + 1.26, + 486, + 1.729, + 489, + 1.76, + 492, + 2.873, + 496, + 1.76, + 497, + 1.133, 502, - 1.851, - 514, - 1.37, + 2.492, + 504, + 1.107, + 510, + 0.812, + 521, + 0.769, 523, - 1.796, - 525, - 1.438, - 547, - 1.774, + 1.963, + 524, + 0.74, + 533, + 1.224, + 537, + 1.26, + 543, + 1.99, + 546, + 2.04, + 552, + 2.694, + 553, + 1.773, 554, - 1.276, - 569, - 1.116, - 581, - 1.253, - 595, - 2.161, - 599, - 1.832, + 1.42, + 556, + 0.908, + 561, + 1.199, + 573, + 0.829, + 577, + 0.867, + 600, + 1.815, + 601, + 1.38, + 602, + 0.894, 612, - 3.393, + 1.322, + 613, + 4.536, + 614, + 1.484, + 615, + 5.545, + 616, + 2.21, + 617, + 1.896, + 618, + 2.21, + 619, + 1.614, + 620, + 1.963, + 621, + 2.21, + 622, + 1.834, + 623, + 3.196, + 624, + 1.803, + 625, + 1.896, + 626, + 2.21, + 627, + 1.28, + 628, + 2.21, + 629, + 1.492, + 630, + 2.021, 631, - 2.393, + 1.095, 632, - 2.349, + 2.021, 633, - 1.334, + 1.917, 634, - 3.569, + 1.495, 635, - 3.859, + 2.492, 636, - 4.926, + 1.902, 637, - 7.114, + 1.425, 638, - 5.709, + 2.391, 639, - 2.271, + 2.21, 640, - 3.78, + 1.568, 641, - 3.859, + 2.21, 642, - 3.311, + 4.296, 643, - 6.047, + 3.742, 644, - 2.003, + 1.095, 645, - 2.053, + 2.919, 646, - 3.984, + 3.649, 647, - 2.309, + 2.191, 648, - 3.019, + 1.071, 649, - 3.019, + 1.322, 650, - 3.311, + 1.456, 651, - 2.819, + 5.667, 652, - 3.311, + 3.344, 653, - 3.149, + 2.021, 654, - 2.903, + 3.783, 655, - 2.624, + 2.21, 656, - 3.51, + 2.391, 657, - 6.694, + 1.896, 658, - 3.311, + 5.875, 659, - 1.513, + 4.63, 660, - 2.109, + 1.322, 661, - 5.965, + 5.041, 662, - 4.608, + 2.21, 663, - 2.738, + 2.96, 664, - 1.639, + 2.763, 665, - 2.911, + 2.21, 666, - 2.339, + 1.456, 667, - 2.201, + 6.585, 668, - 3.019, + 1.803, 669, - 4.752, + 1.37, 670, - 5.013, + 3.783, 671, - 2.542, + 3.783, 672, - 2.911, + 1.018, 673, - 2.542, + 2.191, 674, - 2.542, + 1.107, 675, - 3.149, + 0.847, 676, - 2.542, + 1.727, 677, - 4.595, + 1.018, 678, - 2.003, + 1.49, 679, - 3.859, + 2.222, 680, - 1.525, + 1.988, 681, - 3.019, + 1.083, 682, - 1.933, + 4.536, 683, - 3.019, + 2.495, 684, - 3.149, + 4.961, 685, - 6.512, + 2.395, 686, - 3.149, + 1.191, 687, - 2.666, + 1.301, 688, - 4.66, + 1.568, 689, - 7.611, + 1.695, 690, - 3.859, + 1.397, 691, - 3.859, + 1.518, 692, - 2.109, + 0.829, 693, - 1.871, + 2.763, 694, - 3.236, + 1.614, 695, - 3.859, + 0.999, 696, - 2.601, + 1.896, 697, - 1.438, + 2.021, 698, - 3.859, + 1.896, 699, - 6.257, + 1.49, 700, - 5.288, + 2.021, 701, - 3.569, + 1.161, 702, - 4.498, + 1.895, 703, - 3.529, + 1.484, 704, - 2.271, + 1.425, 705, - 2.911, + 1.456, 706, - 2.489, + 1.614, 707, - 2.349, + 2.763, 708, - 4.915, + 2.684, 709, - 3.847, + 2.391, 710, - 1.398, + 1.834, 711, - 3.529, + 2.968, 712, - 2.451, + 2.55, 713, - 4.5, + 1.161, 714, - 1.525, + 2.21, 715, - 2.271, + 1.988, 716, - 3.529, + 1.26, 717, - 2.235, + 1.301, 718, - 5.455, + 1.527, 719, - 1.729, + 3.246, 720, - 2.439, + 3.783, 721, - 8.204, + 2.96, 722, - 3.529, + 4.048, 723, - 3.216, + 1.345, 724, - 3.305, + 1.322, 725, - 6.668, + 2.21, 726, - 3.266, + 2.21, 727, - 4.521, + 1.803, 728, - 3.023, + 1.083, 729, - 5.501, + 1.28, 730, - 2.489, + 3.46, 731, - 6.668, + 2.021, 732, - 2.819, + 1.456, 733, - 2.393, + 2.021, 734, - 3.149, + 2.21, 735, - 2.271, + 1.06, 736, - 5.455, + 2.21, 737, - 1.448, + 1.49, 738, - 2.235, + 1.322, 739, - 3.529, + 1.803, 740, - 3.529, + 2.514, 741, - 3.311, + 2.21, 742, - 2.309, + 3.246, 743, - 1.871, + 2.763, 744, - 2.439, + 1.834, 745, - 5.455, + 2.614, 746, - 2.439, + 1.527, 747, - 3.859, + 1.242, 748, - 2.666, + 2.021, 749, - 1.956, + 4.206, 750, - 3.311, + 2.405, 751, - 3.311, + 3.762, 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.743, 753, - 9.684, + 1.568, 754, - 3.496, + 1.322, 755, - 8.16, + 2.021, 756, - 2.932, + 2.21, 757, - 6.625, + 1.803, 758, - 4.35, + 1.679, 759, - 2.878, + 1.425, 760, - 4.829, + 1.568, 761, - 5.412, + 1.568, 762, - 5.919, + 0.999, 763, - 4.829, + 2.021, 764, - 5.376, + 2.21, 765, - 3.817, + 0.774, 766, - 3.541, + 1.729, 767, - 4.458, + 2.21, 768, - 6.658, + 2.021, 769, - 6.156, + 1.425, 770, - 7.002, + 2.96, 771, - 6.384, + 1.76, 772, - 5.919, + 1.527, 773, - 6.384, + 1.371, 774, - 8.16, + 1.71, 775, - 3.428, + 2.096, 776, - 2.627, + 2.21, 777, - 4.089, + 3.246, 778, - 6.384, + 1.896, 779, - 3.541, + 2.21, 780, - 3.74, + 6.605, 781, - 5.079, + 2.021, 782, - 4.654, + 2.021, 783, - 3.191, + 1.803, 784, - 5.919, + 1.614, 785, - 7.191, + 1.26, 786, - 3.899, + 1.28, 787, - 4.726, + 2.763, 788, - 5.919, + 2.021, 789, - 4.631, + 1.667, 790, - 3.541, + 2.021, 791, - 5.412, + 2.763, 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.158, 793, - 4.837, + 2.733, 794, - 6.972, + 5.875, 795, - 5.528, + 1.425, 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.763, 797, - 4.224, + 1.803, 798, - 6.617, + 3.46, 799, - 2.669, + 1.345, 800, - 3.624, + 4.961, 801, - 6.649, + 1.083, 802, - 2.116, + 2.21, 803, - 2.409, + 2.614, 804, - 3.202, + 4.961, 805, - 4.71, + 2.021, 806, - 3.304, + 5.372, 807, - 3.085, + 1.28, 808, - 1.5, + 1.176, 809, - 2.847, + 1.242, 810, - 2.571, + 4.793, 811, - 1.779, + 1.874, 812, - 1.892, + 1.568, 813, - 5.117, + 2.021, 814, - 6.746, + 2.021, 815, - 3.954, + 1.37, 816, - 2.669, + 1.667, 817, - 3.186, + 1.667, 818, - 2.918, + 2.21, 819, - 5.632, + 1.301, 820, - 2.996, + 3.783, 821, - 4.039, + 2.21, 822, - 2.783, + 3.783, 823, - 3.186, + 5.348, 824, - 2.047, + 6.632, 825, - 4.694, + 6.351, 826, - 2.047, + 1.161, 827, - 1.608, + 1.28, 828, - 2.669, + 2.226, 829, - 3.862, + 3.087, 830, - 3.446, + 3.46, 831, - 3.446, + 1.322, 832, - 2.669, + 1.06, 833, - 2.918, + 2.21, 834, - 2.527, + 1.095, 835, - 4.98, + 1.803, 836, - 3.592, + 1.896, 837, - 2.485, + 1.425, 838, - 10.092, + 2.21, 839, - 3.862, + 2.854, 840, - 3.085, + 2.21, 841, - 5.845, + 3.246, 842, - 2.996, + 2.21, 843, - 4.972, + 5.875, 844, - 2.724, + 1.896, 845, - 2.527, + 1.49, 846, - 4.224, + 2.021, 847, - 4.224, + 2.21, 848, - 6.392, + 1.095, 849, - 2.669, + 0.981, 850, - 6.392, + 1.803, 851, - 2.219, + 2.21, 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.527, 853, - 7.221, + 3.783, 854, - 5.455, + 1.224, 855, - 6.178, + 3.246, 856, - 8.114, + 1.99, 857, - 7.221, + 2.158, 858, - 3.126, + 1.322, 859, - 2.58, + 1.107, 860, - 3.028, + 2.514, 861, - 9.019, + 1.49, 862, - 4.002, + 1.896, 863, - 9.863, + 1.667, 864, - 9.863, + 1.527, 865, - 5.092, + 2.21, 866, - 3.383 + 2.189, + 867, + 5.875, + 868, + 2.21, + 869, + 2.21, + 870, + 2.21, + 871, + 2.21, + 872, + 2.021, + 873, + 1.527, + 874, + 1.133, + 875, + 2.21, + 876, + 2.21, + 877, + 1.456, + 878, + 1.425, + 879, + 2.226, + 880, + 1.834, + 881, + 3.783, + 882, + 1.667, + 883, + 1.667, + 884, + 3.783, + 885, + 1.345, + 886, + 2.21, + 887, + 2.21, + 888, + 3.783, + 889, + 2.21, + 890, + 1.147, + 891, + 0.75, + 892, + 1.896, + 893, + 1.896, + 894, + 0.873, + 895, + 1.06, + 896, + 2.21, + 897, + 1.425, + 898, + 0.785, + 899, + 1.456, + 900, + 1.729, + 901, + 0.955, + 902, + 1.26, + 903, + 1.191, + 904, + 1.568, + 905, + 1.301, + 906, + 2.021, + 907, + 1.456, + 908, + 1.667, + 909, + 1.425, + 910, + 1.176, + 911, + 2.096, + 912, + 1.425, + 913, + 1.397, + 914, + 0.923, + 915, + 0.847, + 916, + 1.614, + 917, + 0.999, + 918, + 1.06, + 919, + 1.133, + 920, + 1.729, + 921, + 1.425, + 922, + 1.49, + 923, + 1.083, + 924, + 1.049, + 925, + 1.456, + 926, + 1.614, + 927, + 2.021, + 928, + 1.527, + 929, + 3.783, + 930, + 3.783, + 931, + 0.605, + 932, + 1.568, + 933, + 2.21, + 934, + 1.568 ] ], [ - "type/manuals/shader", + "type/manuals/importing-graphics", [ 0, 0.731 ] ], [ - "data/manuals/shader", + "data/manuals/importing-graphics", [ 0, - 0.168, + 0.639, 1, - 0.35, + 1.334, 2, - 0.627, + 1.32, 3, - 0.359, + 1.369, 4, - 0.359, + 1.369, 5, - 0.361, + 1.376, 6, - 0.361, + 1.376, 7, - 1.558, + 1.571, 8, - 1.453, - 9, - 0.989, + 1.459, 10, - 0.985, - 11, - 1.024, - 12, - 0.718, - 13, - 1.785, - 16, - 0.988, - 17, - 0.901, + 1.885, + 18, + 1.076, + 20, + 1.339, 21, - 0.693, - 22, - 2.142, + 3.515, 23, - 2.066, - 25, - 0.78, - 26, - 1.446, + 2.357, 27, - 0.864, - 28, - 0.485, - 29, - 1.656, - 30, - 1.13, - 32, - 1.625, - 33, - 1.547, - 35, - 0.407, + 3.02, 36, - 0.832, - 37, - 2.395, - 40, - 0.71, - 41, - 1.403, + 1.898, + 38, + 0.829, 42, - 1.286, - 45, - 0.805, + 1.83, + 44, + 3.118, 46, - 1.761, + 1.626, 47, - 0.636, - 48, - 0.945, - 49, - 1.725, - 51, - 1.526, - 52, - 0.455, + 3.343, + 56, + 2.029, + 57, + 1.381, + 58, + 3.874, 59, - 1.442, - 60, - 0.557, - 63, - 1.188, - 67, - 1.89, - 68, - 1.602, + 1.014, 70, - 1.212, - 71, - 1.854, + 2.196, 72, - 0.54, - 74, - 1.096, - 77, - 1.339, - 86, - 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, + 1.735, + 79, + 1.013, + 96, + 1.653, 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, + 0.958, + 100, + 0.978, + 102, + 2.23, + 103, + 1.719, + 106, + 1.804, + 107, + 0.992, + 108, + 1.533, + 109, + 1.943, + 113, + 2.162, + 116, + 2.905, + 126, + 1.731, + 148, + 2.214, + 150, + 1.32, + 153, + 1.694, + 157, + 5.877, 159, - 0.929, - 160, - 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, + 5.601, + 174, + 3.043, + 185, + 2.451, 186, - 1.443, - 190, - 1.373, - 191, - 0.86, - 193, - 1.139, + 6.07, 195, - 3.411, - 196, - 1.637, - 198, - 1.362, - 217, - 0.549, - 219, - 0.693, - 221, - 2.042, - 224, - 1.329, + 3.02, + 197, + 1.791, + 200, + 3.174, + 201, + 1.172, + 202, + 1.693, + 210, + 2.109, + 215, + 5.047, + 218, + 3.699, 226, - 2.948, - 228, - 0.63, + 2.077, + 229, + 1.368, + 230, + 1.815, + 231, + 3.272, 234, - 1.641, + 4.973, 237, - 0.57, + 2.403, + 240, + 1.483, + 241, + 2.038, 244, - 1.784, - 247, - 1.07, - 248, - 0.618, + 1.999, 256, - 0.728, - 263, - 1.975, - 267, - 1.152, - 270, - 0.728, - 277, - 0.835, - 278, - 1.039, - 281, - 0.685, + 2.149, + 260, + 1.757, 282, - 1.301, - 285, - 1.227, - 288, - 1.878, + 4.319, 290, - 1.68, + 4.437, 291, - 1.432, + 6.683, 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.49, + 332, + 1.735, + 345, + 2.528, 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.403, 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.255, + 452, + 1.516, 469, - 2.069, + 2.642, + 471, + 1.398, 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.283, + 500, + 1.902, + 505, + 2.674, + 533, + 2.889, + 534, + 2.451, + 543, + 2.092, 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.049, + 555, + 2.715, + 573, + 1.956, + 574, + 2.501, + 579, + 2.612, + 585, + 4.768, + 588, + 3.874, + 608, + 2.583, + 629, + 3.245, + 676, + 2.38, + 683, + 2.215, + 695, + 2.357, + 760, + 3.699, 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.157, 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.774, 935, - 3.652, + 5.468, 936, - 4.168, + 4.918, 937, - 3.032, + 4.255, 938, - 1.868, + 4.717, 939, - 1.318, + 4.319, 940, - 0.901, + 4.255, 941, - 0.882, + 2.045, 942, - 1.07, + 3.933, 943, - 0.805, + 5.157, 944, - 0.792, + 3.827, 945, - 0.864, + 3.362, 946, - 1.173, + 7.357, 947, - 0.792, + 5.67, 948, - 1.824, + 2.06, 949, - 3.888, + 6.405, 950, - 1.868, + 3.435, 951, - 1.809, + 3.068, 952, - 1.07, + 3.699, 953, - 0.818, + 4.768, 954, - 1.318, + 4.079, 955, - 0.999, + 4.474, 956, - 1.173, + 5.214, 957, - 2.746, + 5.214, 958, - 2.486, + 6.368, 959, - 2.105, + 3.972, 960, - 1.201, + 2.357, 961, - 2.237, + 3.602, 962, - 1.784, + 3.508, 963, - 1.367, + 4.078, 964, - 2.477, + 5.84, 965, - 1.367, + 7.114, 966, - 1.173, + 4.474, 967, - 1.367, + 4.474, 968, - 0.677, + 4.474, 969, - 0.656, + 3.174, 970, - 3.938, + 4.474, 971, - 1.868, + 4.474, 972, - 4.141, + 3.362, 973, - 5.891, + 3.933, 974, - 1.367, + 4.474, 975, - 1.367, + 2.501, 976, - 0.901, + 4.079, 977, - 0.757, + 2.774, 978, - 1.367, + 2.06, 979, - 1.367, + 2.357, 980, - 1.367, + 3.362, 981, - 1.367, + 3.174, 982, - 1.031, + 4.466, 983, - 0.818, + 3.362, 984, - 1.173, + 3.933, 985, - 2.913, + 3.808, 986, - 3.044, + 3.515, 987, - 1.25, + 2.774, 988, - 1.367, + 4.255, 989, - 1.173, + 3.515, 990, - 1.367, + 3.435, 991, - 1.367, + 3.174, 992, - 1.938, + 3.808, 993, - 1.031, + 2.93 + ] + ], + [ + "type/manuals/refactoring", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/refactoring", + [ + 0, + 1.144, + 1, + 2.388, + 2, + 2.364, + 3, + 2.45, + 4, + 2.45, + 5, + 2.463, + 6, + 2.463, + 7, + 1.172, + 18, + 1.096, + 46, + 1.332, + 49, + 3.228, + 57, + 1.396, + 99, + 0.829, + 153, + 2.118, + 235, + 5.899, + 241, + 1.999, + 253, + 4.677, + 313, + 4.279, + 368, + 2.655, + 389, + 5.172, + 502, + 6.15, + 596, + 5.1, + 672, + 4.302, + 747, + 6.133, + 819, + 5.493, 994, - 1.367, + 6.623, 995, - 8.201, + 5.899 + ] + ], + [ + "type/manuals/http-requests", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/http-requests", + [ + 0, + 1.17, + 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.959, + 241, + 2.045, + 629, + 2.871, + 645, + 5.619, + 729, + 5.53, + 947, + 5.017, 996, - 0.78, + 4.839, 997, - 2.021, + 6.974, 998, - 1.176, + 5.53, 999, - 2.77, + 4.4 + ] + ], + [ + "type/manuals/physics-ray-casts", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/physics-ray-casts", + [ + 0, + 0.97, + 1, + 2.026, + 2, + 2.005, + 3, + 2.079, + 4, + 2.079, + 5, + 2.09, + 6, + 2.09, + 7, + 1.457, + 18, + 1.047, + 20, + 1.053, + 30, + 3.015, + 38, + 0.88, + 46, + 1.13, + 52, + 2.18, + 57, + 1.013, + 59, + 0.715, + 62, + 2.636, + 79, + 0.839, + 99, + 0.703, + 100, + 1.486, + 106, + 1.419, + 107, + 1.507, + 130, + 4.822, + 146, + 3.881, + 153, + 1.797, + 158, + 2.316, + 160, + 2.329, + 165, + 2.265, + 167, + 3.203, + 169, + 1.47, + 171, + 4.061, + 178, + 3.681, + 195, + 4.587, + 207, + 2.636, + 229, + 1.452, + 268, + 2.018, + 269, + 2.242, + 273, + 1.955, + 330, + 3.434, + 359, + 3.484, + 473, + 3.484, + 479, + 3.708, + 524, + 3.777, + 554, + 2.972, + 636, + 3.037, + 647, + 4.587, + 773, + 2.87, + 931, + 2.706, + 944, + 4.061, + 962, + 3.722, + 998, + 4.587, 1000, - 2.477, + 8.001, 1001, - 0.737, + 6.796, 1002, - 1.938, + 3.924, 1003, - 1.367, + 7.217, 1004, - 1.367, + 7.921, 1005, - 1.173, + 6.796, 1006, - 2.125, + 5.619, 1007, - 0.97, + 3.462, 1008, - 7.293, + 5.619, 1009, - 0.805, + 5.339, 1010, - 1.367, + 3.255, 1011, - 0.624, + 5.107, 1012, - 5.065, + 6.463, 1013, - 1.25, + 9.882, 1014, - 2.189, + 6.372, 1015, - 0.922, + 9.882, 1016, - 1.367, + 5.005, 1017, - 0.922, + 7.01, 1018, - 0.864, + 9.882, 1019, - 1.367, + 3.734, 1020, - 0.864, + 7.921, 1021, - 1.966, + 7.921, 1022, - 0.718, + 7.243, 1023, - 1.809, + 7.243, 1024, - 1.367, + 6.796, 1025, - 0.97, + 3.13, 1026, - 0.805, + 7.921, 1027, - 1.367, + 6.463, 1028, - 1.173, + 6.197, 1029, - 1.116, + 3.84, 1030, - 5.891, + 7.243, 1031, - 1.07, + 5.785 + ] + ], + [ + "type/manuals/extensions-defold-sdk", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/extensions-defold-sdk", + [ + 0, + 0.698, + 1, + 1.457, + 2, + 1.442, + 3, + 1.495, + 4, + 1.495, + 5, + 1.503, + 6, + 1.503, + 7, + 1.614, + 8, + 2.56, + 10, + 1.232, + 18, + 1.019, + 20, + 0.757, + 38, + 1.377, + 42, + 1.443, + 46, + 1.306, + 49, + 1.97, + 57, + 1.332, + 59, + 0.894, + 72, + 1.896, + 77, + 1.646, + 79, + 0.841, + 83, + 3.674, + 99, + 0.813, + 102, + 1.457, + 108, + 1.675, + 116, + 2.217, + 122, + 1.774, + 148, + 1.169, + 152, + 3.674, + 153, + 1.293, + 158, + 1.666, + 169, + 1.647, + 194, + 1.45, + 198, + 1.552, + 211, + 2.552, + 228, + 2.4, + 229, + 1.044, + 231, + 2.982, + 256, + 1.794, + 266, + 2.529, + 345, + 3.852, + 380, + 2.023, + 552, + 2.363, + 579, + 2.854, + 602, + 3.214, + 603, + 2.38, + 645, + 3.353, + 646, + 4.027, + 676, + 2.6, + 677, + 2.625, + 685, + 2.322, + 715, + 4.175, + 723, + 3.468, + 735, + 5.895, + 751, + 2.304, + 757, + 4.649, + 758, + 2.529, + 765, + 1.996, + 799, + 3.468, + 807, + 4.603, + 812, + 4.042, + 859, + 2.854, + 891, + 1.932, + 895, + 2.733, + 898, + 2.023, + 917, + 2.576, + 931, + 1.56, + 941, + 2.234, + 1007, + 1.996, + 1019, + 2.153, 1032, - 1.25, + 4.342, 1033, - 1.07, + 5.697, 1034, - 1.173, + 4.633, 1035, - 1.711, + 4.042, 1036, - 0.999, + 5.697, 1037, - 1.07, + 5.697, 1038, - 0.922, + 5.697, 1039, - 0.882, + 3.071, 1040, - 0.901, + 3.409, 1041, - 2.125, + 3.593, 1042, - 1.301, + 3.753, 1043, - 0.97, + 2.462, 1044, - 1.564, + 4.161, 1045, - 0.685, + 3.753, 1046, - 1.173, + 3.409, 1047, - 0.173, + 4.701, 1048, - 1.367, + 7.16, 1049, - 1.116, + 6.819, 1050, - 0.882, + 6.819, 1051, - 1.25, + 5.638, 1052, - 1.367, + 4.175, 1053, - 2.477, + 4.042, 1054, - 1.966, + 4.457, 1055, - 1.367, + 5.219, 1056, - 1.938, + 4.161, 1057, - 1.25, + 5.697, 1058, - 0.922, + 5.21, 1059, - 1.664, + 4.649, 1060, - 1.173, + 3.202, 1061, - 1.367, + 3.753, 1062, - 1.367, + 3.113, 1063, - 1.031, + 4.042, 1064, - 1.367, + 2.792, 1065, - 1.536, + 4.649, 1066, - 5.395, + 3.116, 1067, - 1.25, + 1.861, 1068, - 1.367, + 3.6, 1069, - 0.999, + 7.267, 1070, - 1.116, + 5.21, 1071, - 0.97, + 3.202, 1072, - 0.643, + 4.649, 1073, - 2.125, + 5.697, 1074, - 1.255, + 4.298, 1075, - 1.07, + 3.532, 1076, - 1.031, + 4.457, 1077, - 1.25, + 5.21, 1078, - 1.035, + 4.298, 1079, - 1.173, + 2.762, 1080, - 0.922, + 4.298, 1081, - 2.125, + 3.468, 1082, - 1.757, + 3.6, 1083, - 3.395, + 4.457, 1084, - 1.25, + 5.21, 1085, - 0.97, + 5.697, 1086, - 4.168, + 5.697, 1087, - 2.021, + 5.697, 1088, - 1.367, + 4.649, 1089, - 1.367, + 3.753, 1090, - 2.477, + 3.698, 1091, - 1.367, + 5.697, 1092, - 4.168, + 5.21, 1093, - 1.367, + 4.677, 1094, - 0.677, + 4.298, 1095, - 2.494, + 4.649, 1096, - 0.757, + 6.684, 1097, - 1.367, + 5.674, 1098, - 5.395, + 3.532, 1099, - 2.477, + 3.84, 1100, - 2.477, + 6.217, 1101, - 2.477, + 3.353, 1102, - 1.367, + 5.697, 1103, - 3.032, + 3.753, 1104, - 2.703, + 1.983, 1105, - 2.125, + 3.753, 1106, - 1.25, + 4.889 + ] + ], + [ + "type/manuals/particlefx", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/particlefx", + [ + 0, + 0.473, + 1, + 0.579, + 2, + 0.573, + 3, + 0.594, + 4, + 0.594, + 5, + 0.597, + 6, + 0.597, + 7, + 1.56, + 8, + 1.874, + 9, + 0.768, + 10, + 1.851, + 11, + 0.82, + 18, + 1.152, + 20, + 1.361, + 30, + 1.923, + 36, + 1.708, + 38, + 1.015, + 43, + 1.175, + 46, + 1.525, + 49, + 2.317, + 50, + 2.139, + 52, + 1.39, + 57, + 1.508, + 59, + 0.956, + 60, + 0.63, + 62, + 1.681, + 63, + 1.097, + 65, + 1.491, + 67, + 1.134, + 69, + 2.805, + 70, + 0.954, + 72, + 0.753, + 73, + 1.311, + 75, + 2.625, + 77, + 1.236, + 78, + 1.005, + 79, + 0.996, + 82, + 1.526, + 86, + 1.64, + 87, + 1.431, + 88, + 2.055, + 89, + 2.759, + 90, + 0.92, + 91, + 0.773, + 92, + 3.669, + 94, + 1.797, + 96, + 2.312, + 97, + 0.655, + 99, + 1.038, + 100, + 1.12, + 101, + 2.893, + 102, + 1.527, + 103, + 1.163, + 106, + 1.47, + 107, + 0.961, + 110, + 2.358, + 113, + 1.922, + 116, + 0.881, + 117, + 1.332, + 120, + 3.022, + 121, + 2.413, + 122, + 2.921, + 124, + 2.602, + 125, + 2.038, + 126, + 1.33, + 128, + 1.109, + 129, + 1.943, + 132, + 3.36, + 133, + 1.237, + 139, + 1.311, + 140, + 1.043, + 141, + 1.429, + 142, + 1.992, + 144, + 2.029, + 145, + 1.404, + 148, + 1.374, + 150, + 1.279, + 153, + 0.876, + 158, + 0.662, + 160, + 0.666, + 169, + 0.751, + 170, + 0.868, + 172, + 1.684, + 175, + 2.602, + 177, + 1.545, + 182, + 5.688, + 186, + 1.311, + 194, + 0.922, + 197, + 0.778, + 199, + 0.97, + 201, + 1.505, + 202, + 1.254, + 206, + 2.893, + 208, + 3.209, + 210, + 0.916, + 211, + 1.014, + 212, + 2.777, + 215, + 3.356, + 219, + 1.771, + 229, + 1.228, + 230, + 0.788, + 232, + 1.491, + 233, + 1.526, + 234, + 6.197, + 237, + 2.327, + 238, + 1.272, + 240, + 1.436, + 241, + 1.562, + 243, + 1.913, + 244, + 2.797, + 247, + 0.749, + 249, + 1.086, + 250, + 1.492, + 251, + 2.75, + 253, + 3.356, + 254, + 4.414, + 256, + 1.348, + 259, + 1.606, + 261, + 0.962, + 263, + 2.653, + 264, + 4.079, + 268, + 1.031, + 269, + 1.52, + 273, + 0.559, + 280, + 0.888, + 281, + 1.404, + 288, + 2.082, + 290, + 2.839, + 291, + 1.311, + 292, + 2.164, + 300, + 2.139, + 305, + 1.311, + 306, + 3.209, + 307, + 1.311, + 314, + 3.933, + 317, + 1.332, + 320, + 2.311, + 322, + 3.021, + 344, + 3.075, + 354, + 1.708, + 358, + 1.78, + 359, + 1.699, + 361, + 2.17, + 368, + 1.436, + 371, + 3.52, + 380, + 1.793, + 381, + 2.394, + 382, + 2.148, + 384, + 2.74, + 385, + 2.838, + 387, + 0.798, + 389, + 1.254, + 410, + 1.847, + 411, + 3.477, + 412, + 2.603, + 416, + 5.329, + 420, + 1.564, + 428, + 1.355, + 429, + 1.097, + 452, + 0.658, + 453, + 2.237, + 457, + 0.804, + 466, + 1.847, + 467, + 1.491, + 471, + 1.354, + 479, + 0.849, + 488, + 2.441, + 496, + 1.797, + 497, + 1.98, + 504, + 1.134, + 509, + 2.621, + 521, + 1.344, + 522, + 1.122, + 523, + 1.175, + 524, + 0.758, + 540, + 2.394, + 541, + 1.205, + 543, + 0.908, + 550, + 3.985, + 555, + 0.705, + 570, + 2.74, + 574, + 1.086, + 577, + 0.888, + 590, + 2.776, + 594, + 3.087, + 595, + 1.22, + 600, + 1.853, + 602, + 1.562, + 627, + 1.311, + 629, + 0.681, + 634, + 0.894, + 656, + 1.431, + 659, + 1.291, + 676, + 1.033, + 681, + 1.892, + 683, + 0.962, + 691, + 1.826, + 692, + 0.849, + 743, + 1.654, + 751, + 0.916, + 765, + 2.091, + 771, + 1.053, + 773, + 0.82, + 775, + 2.139, + 795, + 1.46, + 819, + 2.273, + 897, + 1.46, + 898, + 0.804, + 931, + 1.383, + 939, + 1.122, + 941, + 0.888, + 946, + 3.689, + 948, + 1.996, + 959, + 1.205, + 960, + 1.746, + 989, + 1.526, + 990, + 7.818, + 991, + 4.997, + 992, + 8.587, + 993, + 1.272, + 994, + 2.74, + 1040, + 1.355, + 1048, + 1.771, + 1052, + 1.189, + 1065, + 1.847, 1107, - 1.646, + 1.122, 1108, - 4.402, + 3.151, 1109, - 4.168, + 1.097, 1110, - 1.07, + 4.87, 1111, - 2.477, + 6.671, 1112, - 2.477, + 2.07, 1113, - 1.938, + 1.771, 1114, - 3.395, + 1.46, 1115, - 2.477, + 3.314, 1116, - 2.477, + 7.377, 1117, - 1.757, + 7.832, 1118, - 2.561, + 5.458, 1119, - 1.173, + 2.264, 1120, - 1.173, + 2.273, 1121, - 0.864, + 5.04, 1122, - 1.301, + 2.264, 1123, - 1.367, + 2.264, 1124, - 1.07, + 2.49, 1125, - 1.07, + 2.264, 1126, - 0.945, + 1.122, 1127, - 0.67, + 1.654, 1128, - 1.367, + 1.943, 1129, - 0.591, + 1.943, 1130, - 1.367, + 2.264, 1131, - 3.395, + 2.957, 1132, - 3.811, + 1.771, 1133, - 4.168, + 1.189, 1134, - 1.367, + 2.441, 1135, - 2.477, + 1.526, 1136, - 1.367, + 3.7, 1137, - 1.632, + 1.355, 1138, - 1.031, + 3.314, 1139, - 1.458, + 5.591, 1140, - 2.477, + 1.043, 1141, - 1.367, + 1.378, 1142, - 2.477, + 1.847, 1143, - 1.367, + 1.46, 1144, - 2.265, + 2.88, 1145, - 1.188, + 3.862, 1146, - 1.367, + 0.978, 1147, - 1.367, + 1.708, 1148, - 1.367, + 3.532, 1149, - 2.288, + 4.503, 1150, - 1.116, + 1.272, 1151, - 2.477, + 1.943, 1152, - 2.477, + 2.821, 1153, - 1.508, + 1.815, 1154, - 5.891, + 2.264, 1155, - 4.07, + 2.448, 1156, - 1.535, + 2.07, 1157, - 3.395, + 2.029, 1158, - 1.458, + 1.78, 1159, - 1.335, + 3.021, 1160, - 1.362, + 3.571, 1161, - 1.25, + 4.121, 1162, - 1.031, + 1.606, 1163, - 1.07, + 1.943, 1164, - 1.173, + 1.355, 1165, - 1.031, + 1.847, 1166, - 0.649, + 1.311, 1167, - 1.762, + 1.771, 1168, - 2.584, + 2.264, 1169, - 1.367, + 2.07, 1170, - 3.334, + 1.771, 1171, - 4.827, + 1.943, 1172, - 0.999, + 1.147, 1173, - 0.63, + 1.109, 1174, - 1.482, + 2.07, 1175, - 0.901, + 4.121, 1176, - 0.97, + 4.516, 1177, - 0.945, + 6.7, 1178, - 1.367, + 3.862, 1179, - 0.864, + 4.334, 1180, - 1.116, + 2.11, 1181, - 1.07, + 6.684, 1182, - 1.116, + 2.07, 1183, - 2.477, + 1.771, 1184, - 1.868, + 1.431, 1185, - 2.477, + 2.07, 1186, - 4.827, + 1.109, 1187, - 3.811, + 3.489, 1188, - 2.477, + 1.109, 1189, - 2.477, + 3.021, 1190, - 0.768, + 3.862, 1191, - 0.601, + 1.708, 1192, - 1.173, + 1.404, 1193, - 1.367, + 2.311, 1194, - 3.395, + 2.264, 1195, - 1.25, + 1.847, 1196, - 1.25, + 1.847, 1197, - 1.116, + 2.264, 1198, - 0.882, + 1.291, 1199, - 0.848, + 5.05, 1200, - 0.636, + 2.264, 1201, - 1.367, + 2.264, 1202, - 1.031, + 1.075, 1203, - 0.922, + 3.314, 1204, - 1.116, + 2.264, 1205, - 1.25, + 2.264, 1206, - 0.999, + 1.606, 1207, - 2.105, + 5.69, 1208, - 3.395, + 2.351, 1209, - 3.395, + 5.458, 1210, - 1.367, + 2.07, 1211, - 1.099, + 1.654, 1212, - 1.367, + 1.847, 1213, - 1.173, + 1.708, 1214, - 1.809, + 2.74, 1215, - 1.031, + 2.264, 1216, - 0.677, + 1.205, 1217, - 0.792, + 1.708, 1218, - 1.07, + 1.606, 1219, - 0.737, + 1.378, 1220, - 1.031, + 1.404, 1221, - 0.864, + 1.122, 1222, - 0.612, + 2.264, 1223, - 1.116, + 1.526, 1224, - 1.25, + 1.086, 1225, - 0.97, + 6.655, 1226, - 1.25, + 1.291, 1227, - 0.67, + 3.862, 1228, - 2.477, + 4.806, 1229, - 1.367, + 2.544, 1230, - 2.265, + 3.532, 1231, - 1.25, + 4.87, 1232, - 0.999, + 3.862, 1233, - 0.737, + 6.127, 1234, - 0.67, + 4.121, 1235, - 1.173, + 1.46, 1236, - 1.565, + 1.943, 1237, - 1.25, + 2.264, 1238, - 1.367, + 3.532, 1239, - 0.524, + 2.07, 1240, - 1.367, + 2.264, 1241, - 1.07, + 2.264, 1242, - 1.25, + 3.532, 1243, - 1.116, + 2.264, 1244, - 0.67, + 1.847, 1245, - 1.367, + 1.526, 1246, - 1.25, + 2.07, 1247, - 1.367, + 1.943, 1248, - 0.999, + 1.431, 1249, - 1.173, + 1.771, 1250, - 0.685, + 1.272, 1251, - 0.693, + 1.943, 1252, - 2.265, + 2.07, 1253, - 0.728, + 2.17, 1254, - 1.367, + 2.237, 1255, - 1.07, + 1.564, 1256, - 1.367, + 1.404, 1257, - 0.63, + 1.404, 1258, - 0.999, + 1.491, 1259, - 1.031 + 1.431, + 1260, + 1.332, + 1261, + 1.355 ] ], [ - "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.17, + 1, + 1.248, + 2, + 0.351, + 3, + 0.364, + 4, + 0.364, + 5, + 0.366, + 6, + 0.366, + 7, + 1.566, 8, - 1.336, + 2.349, 9, - 0.769, + 0.471, 10, - 0.855, - 11, - 1.041, - 13, - 2.284, + 1.896, 16, - 1.041, - 21, - 0.957, + 1.014, + 18, + 1.111, + 20, + 1.501, 22, - 1.063, - 23, - 1.957, - 26, - 2.587, - 29, - 1.053, - 30, - 1.124, - 33, - 1.424, + 0.57, + 28, + 0.673, 36, - 2.852, + 1.632, + 38, + 1.025, + 39, + 1.03, 42, - 1.646, + 0.252, + 45, + 0.936, 46, - 1.304, - 51, - 1.296, + 1.509, + 49, + 3.089, + 52, + 1.958, + 54, + 2.823, + 55, + 3.062, + 56, + 0.54, 57, - 2.905, + 1.32, + 59, + 0.969, 60, - 1.91, - 68, - 1.063, - 71, - 1.683, - 74, - 1.121, + 0.699, + 61, + 0.861, + 62, + 1.144, + 65, + 0.915, + 67, + 0.695, 77, - 1.636, + 1.473, + 78, + 0.616, + 79, + 1.005, + 83, + 3.146, + 84, + 1.085, 86, - 0.985, - 94, - 1.62, - 137, - 1.028, + 2.31, + 88, + 0.739, + 89, + 0.758, + 90, + 0.819, + 91, + 0.474, + 93, + 2.217, + 96, + 3.465, + 97, + 0.726, + 99, + 1.0, + 100, + 1.335, + 102, + 1.82, + 103, + 2.092, + 104, + 0.703, + 106, + 1.758, + 107, + 1.827, + 108, + 1.011, + 109, + 1.571, + 110, + 0.992, + 111, + 0.58, + 113, + 1.191, + 116, + 0.54, + 117, + 1.478, + 119, + 0.703, + 121, + 1.394, + 122, + 0.432, + 125, + 0.764, + 126, + 1.832, + 130, + 0.845, 140, - 2.159, - 141, - 1.384, + 0.64, + 142, + 0.413, + 146, + 0.68, + 148, + 1.309, 149, - 2.554, - 151, - 0.859, - 157, - 3.675, - 159, - 1.758, + 1.605, + 150, + 0.87, + 153, + 1.748, + 158, + 0.406, 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.182, + 165, + 3.126, + 168, + 2.863, + 169, + 1.513, + 170, + 1.318, + 171, + 2.162, + 174, + 0.566, + 177, + 1.953, + 178, + 3.05, + 195, + 1.454, + 196, + 1.458, + 197, + 0.477, + 198, + 0.684, + 200, + 0.845, + 201, + 1.668, + 202, + 0.451, + 207, + 2.368, + 210, + 1.016, + 211, + 1.125, + 216, + 3.794, + 217, + 0.985, + 226, + 2.278, + 229, + 1.716, + 230, + 1.197, + 235, + 0.877, + 238, + 1.411, + 239, + 0.611, + 241, + 1.523, + 243, + 1.244, + 244, + 0.963, 247, - 1.49, + 2.777, + 249, + 1.204, 256, - 1.377, + 1.606, + 257, + 1.928, + 260, + 2.151, + 261, + 1.46, 263, - 2.532, + 1.909, + 264, + 4.121, + 266, + 3.418, 268, - 4.0, + 1.624, + 269, + 2.152, + 271, + 2.794, 273, - 1.823, - 275, - 2.757, - 277, - 1.579, - 290, - 2.404, - 294, - 2.061, - 298, - 2.708, + 2.073, + 280, + 0.544, + 281, + 2.131, + 285, + 1.888, + 287, + 0.959, 300, - 1.479, - 302, - 2.591, - 304, - 3.534, - 308, - 3.541, - 309, - 2.321, - 318, - 1.91, - 320, - 2.007, + 0.769, + 301, + 3.18, + 313, + 0.544, + 315, + 0.861, + 317, + 0.817, + 329, + 5.196, + 330, + 0.443, + 332, + 0.462, + 333, + 1.199, 336, - 2.138, - 343, - 1.332, - 346, - 2.688, - 355, - 3.484, - 394, - 2.321, + 1.894, + 337, + 0.877, + 341, + 0.666, + 342, + 1.54, + 351, + 0.72, + 353, + 1.369, + 368, + 1.691, + 369, + 1.693, + 373, + 1.529, + 374, + 2.217, + 378, + 1.619, + 380, + 1.221, + 382, + 0.5, + 387, + 1.212, + 392, + 1.204, + 399, + 1.781, + 401, + 1.086, + 405, + 1.133, 407, - 0.97, + 0.877, + 411, + 0.72, + 416, + 1.014, + 419, + 0.877, + 422, + 2.805, 423, - 2.803, - 465, - 1.156, - 547, - 2.691, + 1.894, + 425, + 3.391, + 428, + 2.919, + 429, + 3.094, + 433, + 0.566, + 434, + 0.646, + 445, + 1.086, + 446, + 1.258, + 449, + 5.601, + 450, + 1.133, + 451, + 1.014, + 452, + 1.584, + 454, + 1.0, + 456, + 1.354, + 457, + 1.221, + 459, + 0.646, + 472, + 0.64, + 473, + 1.512, + 474, + 1.014, + 475, + 1.133, + 477, + 0.959, + 479, + 2.54, + 483, + 0.915, + 489, + 0.646, + 496, + 1.962, + 500, + 0.916, + 504, + 2.979, + 510, + 1.263, + 511, + 1.829, + 523, + 1.303, + 524, + 3.378, + 533, + 0.769, + 534, + 2.561, + 543, + 0.557, + 544, + 4.409, 550, - 4.771, - 566, - 3.237, + 0.646, + 553, + 2.281, + 554, + 0.521, + 555, + 0.782, + 556, + 2.239, + 560, + 0.877, + 561, + 1.885, 573, - 3.708, - 581, - 2.243, - 589, - 4.02, + 1.29, + 580, + 1.587, + 582, + 4.121, + 588, + 0.72, 590, - 2.713, - 598, - 3.324, - 623, - 7.15, - 645, - 3.675, - 654, - 2.75, - 659, - 3.55, - 719, - 2.098, + 0.575, + 592, + 1.619, + 594, + 2.511, + 600, + 3.062, + 601, + 1.538, + 602, + 1.39, + 603, + 1.436, + 604, + 1.742, + 605, + 0.792, + 608, + 0.688, + 614, + 0.985, + 620, + 0.72, + 629, + 0.755, + 631, + 1.703, + 634, + 1.928, + 636, + 0.963, + 644, + 1.244, + 652, + 1.693, + 656, + 1.587, + 666, + 1.654, + 673, + 0.804, + 676, + 1.924, + 677, + 1.157, + 681, + 0.68, + 683, + 1.791, + 686, + 1.354, + 687, + 0.817, + 688, + 0.985, + 689, + 0.622, + 691, + 1.493, + 692, + 1.582, + 695, + 0.628, + 701, + 0.729, + 703, + 0.985, + 710, + 1.667, + 717, + 1.478, 723, - 2.526, - 757, - 3.324, - 759, - 1.652, + 0.845, + 735, + 0.666, + 737, + 1.693, + 738, + 3.26, + 740, + 0.703, + 749, + 1.878, + 750, + 2.044, + 752, + 2.511, + 754, + 2.057, + 758, + 0.616, + 765, + 0.88, + 769, + 2.719, + 772, + 1.735, + 774, + 0.628, 775, - 4.0, - 780, - 2.961, - 783, - 2.526, - 792, - 1.721, + 0.769, + 784, + 5.196, 793, - 2.374, + 0.646, 796, - 2.159, - 802, - 2.347, + 1.834, + 801, + 1.23, + 803, + 0.959, 807, - 3.422, - 851, - 2.462, + 0.804, + 808, + 0.739, + 823, + 0.915, + 825, + 1.086, + 832, + 0.666, + 834, + 1.244, + 835, + 1.133, + 848, + 2.417, + 854, + 1.391, + 856, + 0.557, 859, - 3.501, + 1.722, 866, - 2.007, - 888, - 5.403, - 889, - 1.837, + 3.2, 891, - 1.631, - 905, - 2.402, + 1.43, + 898, + 1.497, + 912, + 0.895, + 914, + 0.58, + 915, + 2.28, + 917, + 0.628, + 919, + 0.712, 921, - 4.11, - 968, - 3.421, - 1023, - 3.422, - 1042, - 3.629, + 0.895, + 923, + 1.685, + 925, + 1.654, + 941, + 0.544, + 945, + 2.719, + 948, + 0.549, + 950, + 0.915, + 952, + 3.461, + 960, + 0.628, + 978, + 4.076, + 993, + 0.78, + 1008, + 0.985, + 1025, + 1.358, + 1034, + 2.09, + 1035, + 4.218, + 1039, + 0.748, + 1040, + 0.831, + 1046, + 1.502, + 1052, + 0.729, + 1060, + 0.78, + 1064, + 0.68, + 1079, + 2.044, + 1080, + 1.894, + 1081, + 0.845, + 1088, + 2.049, + 1090, + 0.646, + 1096, + 1.014, + 1104, + 1.467, 1107, - 3.348, - 1121, - 2.961, - 1127, - 2.296, - 1179, - 2.961, - 1239, - 1.797, - 1260, - 8.203, + 0.688, + 1126, + 1.244, + 1134, + 0.877, + 1139, + 0.78, + 1140, + 4.041, + 1144, + 0.792, + 1155, + 2.883, + 1158, + 0.64, + 1166, + 0.804, + 1172, + 1.272, + 1180, + 0.758, + 1202, + 2.316, + 1208, + 2.97, + 1224, + 0.666, + 1245, + 0.936, 1261, - 2.402, + 2.057, 1262, - 3.773, + 1.834, 1263, - 4.132, + 1.834, 1264, - 4.685, + 2.777, 1265, - 4.685, + 1.133, 1266, - 6.188, + 2.049, 1267, - 8.241, + 2.375, 1268, - 4.685, + 2.511, 1269, - 7.387, + 1.391, 1270, - 3.158, + 1.086, 1271, - 3.534, + 1.269, 1272, - 4.284, + 3.531, 1273, - 3.826, + 2.871, 1274, - 4.364, + 2.296, 1275, - 2.526, + 0.985, 1276, - 3.158, + 4.461, 1277, - 3.422, + 3.144, 1278, - 4.02, + 3.981, 1279, - 3.087, + 2.057, 1280, - 4.685, + 4.983, 1281, - 6.418, + 5.047, 1282, - 6.316, + 1.191, 1283, - 2.905, + 1.372, 1284, - 4.582, + 6.261, 1285, - 7.768, + 2.593, 1286, - 8.826, + 0.985, 1287, - 4.284, + 2.991, 1288, - 3.422, + 1.133, 1289, - 2.374, + 0.861, 1290, - 4.064, + 1.086, 1291, - 4.685, + 2.522, 1292, - 3.534, + 1.269, 1293, - 3.817, + 1.047, 1294, - 9.052, + 2.511, 1295, - 6.907, + 2.54, 1296, - 9.052, + 0.935, 1297, - 9.052, + 7.524, 1298, - 9.052, + 2.172, 1299, - 9.052, + 4.216, 1300, - 9.052, + 2.511, 1301, - 9.052, + 2.439, 1302, - 6.907, + 1.014, 1303, - 6.907, + 1.388, 1304, - 6.907, + 1.478, 1305, - 6.907, + 5.107, 1306, - 6.907, + 2.172, 1307, - 6.907, + 1.529, 1308, - 5.926, + 1.388, 1309, - 6.907, + 1.372, 1310, - 6.907, + 1.191, 1311, - 6.907, + 0.895, 1312, - 6.907, + 1.014, 1313, - 6.907, + 5.437, 1314, - 6.907, + 0.936, 1315, - 6.907, + 4.461, 1316, - 6.907, + 3.144, 1317, - 8.203, + 1.388, 1318, - 6.316, + 1.269, 1319, - 3.723, + 1.191, 1320, - 6.907, + 3.438, 1321, - 5.511, + 1.191, 1322, - 6.907, + 0.712, 1323, - 3.665, + 0.58, 1324, - 4.453, + 2.828, 1325, - 3.237, + 3.855, 1326, - 3.422, + 2.093, 1327, - 3.823, + 1.693, 1328, - 4.685, + 4.111, 1329, - 4.685, + 2.919, 1330, - 3.087, + 1.388, 1331, - 4.685, + 1.133, 1332, - 6.907, + 1.39, 1333, - 5.403, + 1.191, 1334, - 3.823, + 1.388, 1335, - 4.685, + 1.269, 1336, - 4.685, + 1.133, 1337, - 4.685, + 2.217, 1338, - 4.685, + 1.086, 1339, - 4.685, + 1.894, 1340, - 2.757, + 0.985, 1341, - 4.284, + 0.985, 1342, - 2.852, + 4.446, 1343, - 3.823, + 0.769, 1344, - 4.02, + 1.269, 1345, - 3.665, + 1.269, 1346, - 4.284, + 1.388, 1347, - 3.534, - 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, + 1348, + 2.95, 1349, - 10.383, + 2.155, 1350, - 2.142, + 1.388, 1351, - 3.178, + 1.388, 1352, - 1.935, + 1.388, 1353, - 3.178, + 1.269, 1354, - 2.906, + 1.014, 1355, - 3.062, + 1.269, 1356, - 4.176, + 1.269, 1357, - 6.282, + 3.144, 1358, - 5.118, + 1.388, 1359, - 1.813, + 3.855, 1360, - 3.116, + 1.388, 1361, - 5.118, + 0.915, 1362, - 2.142, + 3.438, 1363, - 2.255, + 1.964, 1364, - 2.906, + 2.023, 1365, - 3.178, + 3.855, 1366, - 2.906, + 1.388, 1367, - 4.921, + 1.014, 1368, - 4.004, + 1.388, 1369, - 2.455, + 1.388, 1370, - 2.906, + 1.269, 1371, - 3.449, + 1.269, 1372, - 3.3, + 2.95, 1373, - 4.473, + 1.191, 1374, - 2.008, + 1.269, 1375, - 2.593, + 1.834, 1376, - 2.593, + 1.014, 1377, - 2.727, + 1.388, 1378, - 2.397, + 1.529, 1379, - 3.178, + 2.248, 1380, - 3.178, + 1.191, 1381, - 5.118, + 2.439, 1382, - 5.207, + 0.769, 1383, - 2.486, + 1.269, 1384, - 2.397, + 2.511, 1385, - 3.178, + 0.985, 1386, - 4.391, + 1.014, 1387, - 2.593, + 0.895, 1388, - 3.178, + 5.946, 1389, - 2.906, + 2.511, 1390, - 3.178, + 2.296, 1391, - 9.073, + 1.269, 1392, - 4.68, + 1.269, 1393, - 3.178, + 2.69, 1394, - 3.178, + 1.388, 1395, - 3.178, + 2.296, 1396, - 2.906, + 1.269, 1397, - 2.094, + 1.269, 1398, - 7.403, + 1.269, 1399, - 8.297, + 1.388, 1400, - 5.118, + 1.388, 1401, - 3.178, + 0.845, 1402, - 3.178, + 1.269, 1403, - 2.906, + 0.659, 1404, - 3.3, + 1.047, 1405, - 5.875, + 1.269, 1406, - 3.178, + 1.146, 1407, - 2.906, + 2.296, 1408, - 2.906, + 1.388, 1409, - 2.906, + 3.817, 1410, - 2.906, + 1.269, 1411, - 3.178, + 0.595, 1412, - 8.635, + 0.936, 1413, - 3.178, + 0.845, 1414, - 2.727, + 1.269, 1415, - 4.176, + 0.959, 1416, - 3.178, + 3.866, 1417, - 2.727, + 1.269, 1418, - 3.178, + 2.296, 1419, - 5.118, + 1.191, 1420, - 3.178, + 1.086, 1421, - 1.63, + 0.845, 1422, - 3.178, + 1.269, 1423, - 3.419, + 1.269, 1424, - 3.178, + 1.133, 1425, - 9.742, + 2.049, 1426, - 5.118, + 0.845, 1427, - 3.178, + 1.735, 1428, - 7.365, + 0.758, 1429, - 3.178, + 0.936, 1430, - 3.178, + 1.269, 1431, - 3.178, + 1.086, 1432, - 5.026, + 2.369, 1433, - 5.118, + 3.144, 1434, - 3.178, + 1.258, 1435, - 5.118, + 1.086, 1436, - 3.178, + 1.894, 1437, - 3.178, + 1.894, 1438, - 3.178, + 1.086, 1439, - 5.118, + 1.191, 1440, - 5.118, + 0.845, 1441, - 5.118, + 1.014, 1442, - 4.68, + 1.133, 1443, - 6.091, + 1.269, 1444, - 5.898, + 1.269, 1445, - 5.118, + 1.781, 1446, - 7.365, + 1.133, 1447, - 3.449, + 1.133, 1448, - 3.178, + 2.511, 1449, - 5.118, + 1.086, 1450, - 3.178, + 1.388, 1451, - 5.118, + 6.505, 1452, - 4.68, + 1.086, 1453, - 4.391, + 1.269, 1454, - 4.391, + 1.388, 1455, - 3.178, + 0.985, 1456, - 3.178, + 6.37, 1457, - 3.178, + 0.817, 1458, - 3.178, + 1.191, 1459, - 3.178, + 1.719, 1460, - 8.909, + 0.78, 1461, - 5.225, + 1.388, 1462, - 5.118, + 3.144, 1463, - 5.118, + 0.845, 1464, - 5.207, + 1.191, 1465, - 1.61, + 0.49, 1466, - 9.438, + 2.511, 1467, - 2.919, + 6.788, 1468, - 2.727, + 1.269, 1469, - 5.026, + 1.269, 1470, - 3.178, + 1.269, 1471, - 2.195, + 0.688, 1472, - 2.906, + 0.622, 1473, - 3.178, + 1.781, 1474, - 4.176, + 1.191, 1475, - 3.178, + 0.985, 1476, - 3.178, + 1.086, 1477, - 2.727, + 4.461, 1478, - 3.178, + 4.111, 1479, - 3.178, + 0.817, 1480, - 3.178, + 4.216, 1481, - 1.841, + 1.388, 1482, - 2.593, + 1.834, 1483, - 2.906, + 1.388, 1484, - 2.397, + 1.047, 1485, - 2.397, + 0.915, 1486, - 1.97, + 0.985, 1487, - 2.321, + 1.047, 1488, - 1.786, + 1.269, 1489, - 3.178, + 1.388, 1490, - 4.391, + 1.086, 1491, - 1.574, + 1.133, 1492, - 2.321, + 0.861, 1493, - 1.97, + 0.959, 1494, - 2.397, + 2.155, 1495, - 3.178, + 0.769, 1496, - 4.004, + 0.959, 1497, - 5.118, + 1.086, 1498, - 3.062, + 0.959, 1499, - 5.118, + 0.831, 1500, - 2.624, + 0.959, 1501, - 5.118, + 2.511, 1502, - 3.178, + 0.712, 1503, - 2.919, + 1.086, 1504, - 1.901, + 1.133, 1505, - 2.008, + 1.191, 1506, - 2.397, + 1.191, 1507, - 2.486, + 0.861, 1508, - 2.593, + 1.047, 1509, - 2.255, + 0.959, 1510, - 1.713, + 0.895, 1511, - 1.97 - ] - ], - [ - "type/manuals/optimization-speed", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/optimization-speed", - [ - 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, - 9, - 0.999, - 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, - 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, - 38, - 1.969, - 41, - 1.973, - 48, - 0.961, - 51, - 1.825, - 62, - 1.606, - 63, - 1.656, - 67, - 1.21, - 68, - 1.241, - 70, - 1.891, - 71, - 2.184, - 72, - 1.364, - 74, - 0.994, - 77, - 2.087, - 86, - 1.541, - 99, - 2.208, - 102, - 2.007, - 103, - 3.166, - 104, - 3.122, - 105, - 5.355, - 106, - 3.705, - 107, - 5.183, - 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, - 160, - 1.507, - 161, - 1.93, - 162, - 1.985, - 166, - 2.948, - 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.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, - 351, - 4.168, - 362, - 1.364, - 369, - 1.733, - 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, - 454, - 1.43, - 460, - 1.479, - 466, - 1.334, - 469, - 2.961, - 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, - 636, - 1.43, - 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, - 811, - 2.303, - 815, - 1.77, - 855, - 2.701, - 867, - 4.339, - 883, - 3.39, - 889, - 1.354, - 890, - 2.771, - 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, - 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, + 0.748, 1512, - 3.452, + 1.191, 1513, - 2.701, + 1.133, 1514, - 3.685, + 1.047, 1515, - 3.157, + 1.269, 1516, - 3.407, + 4.983, 1517, - 4.124, + 5.437, 1518, - 2.385, + 1.269, 1519, - 6.625, + 2.049, 1520, - 4.133, + 3.144, 1521, - 3.455, + 3.144, 1522, - 3.157, + 3.438, 1523, - 3.452, + 2.296, 1524, - 3.157, + 3.438, 1525, - 3.526, + 1.587, 1526, - 4.407, + 1.014, 1527, - 2.274, + 3.438, 1528, - 2.701, + 1.269, 1529, - 2.522, + 1.133, 1530, - 3.157, + 1.269, 1531, - 3.157, + 2.511, 1532, - 3.329, + 0.895, 1533, - 3.157, + 4.216, 1534, - 3.157, + 1.269, 1535, - 2.604, + 2.296, 1536, - 3.157, + 2.511, 1537, - 2.385, + 4.216, 1538, - 2.962, + 2.511, 1539, - 3.452, + 4.216, 1540, - 2.522, + 2.511, 1541, - 2.701, + 1.354, 1542, - 4.124, + 2.511, 1543, - 2.604, + 1.478, 1544, - 3.452, + 0.861, 1545, - 4.29, + 1.086, 1546, - 3.157, + 0.72, 1547, - 2.962, + 1.269, 1548, - 2.14, + 1.853, 1549, - 1.913, + 2.805, 1550, - 3.452, + 1.388, 1551, - 2.604, + 1.086, 1552, - 2.701, + 1.086, 1553, - 2.817, + 1.191, 1554, - 1.913, + 2.155, 1555, - 2.817, + 2.511, 1556, - 2.066, + 5.811, 1557, - 3.157, + 1.502, 1558, - 3.329, + 2.614, 1559, - 4.575, + 0.861, 1560, - 2.962, + 2.265, 1561, - 7.721, + 3.438, 1562, - 4.403, + 0.915, 1563, - 7.721, + 1.191, 1564, - 3.602, + 1.191, 1565, - 7.721, + 1.191, 1566, - 7.721, + 1.894, 1567, - 3.157, + 1.388, 1568, - 4.377, + 1.388, 1569, - 2.723, + 1.269, 1570, - 4.061, + 0.936, 1571, - 3.452, + 1.191, 1572, - 3.452, - 1573, - 1.692, - 1574, - 2.817, - 1575, - 6.207, - 1576, - 2.274, - 1577, - 2.385, - 1578, - 2.066, - 1579, - 3.39, - 1580, - 6.35, - 1581, - 5.333, - 1582, - 3.993, - 1583, - 3.217, - 1584, - 2.522, - 1585, - 2.701, - 1586, - 1.656, - 1587, - 5.467, - 1588, - 2.226, - 1589, - 3.452, - 1590, - 2.962, - 1591, - 2.449, - 1592, - 2.947, - 1593, - 3.452, - 1594, - 5.825, - 1595, - 2.817, - 1596, - 1.913, - 1597, - 3.452, - 1598, - 2.962, - 1599, - 1.969, - 1600, - 3.452, - 1601, - 2.701, - 1602, - 2.604, - 1603, - 3.166, - 1604, - 4.124, - 1605, - 3.452, - 1606, - 2.182, - 1607, - 5.311, - 1608, - 2.962, - 1609, - 2.14, - 1610, - 2.274, - 1611, - 2.032, - 1612, - 3.157, - 1613, - 2.604, - 1614, - 2.385, - 1615, - 3.452, - 1616, - 3.157, - 1617, - 2.226, - 1618, - 2.909, - 1619, - 2.102, - 1620, - 4.689 - ] - ], - [ - "type/manuals/spine", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/spine", - [ - 0, - 1.217, - 1, - 2.541, - 2, - 2.515, - 3, - 2.607, - 4, - 2.607, - 5, - 2.621, - 6, - 2.621 + 1.191 ] ], [ - "type/manuals/porting-guidelines", + "type/manuals/message-passing", [ 0, 0.731 ] ], [ - "data/manuals/porting-guidelines", + "data/manuals/message-passing", [ - 0, - 0.328, - 1, - 0.684, - 2, - 1.443, - 3, - 0.702, - 4, - 0.702, - 5, - 0.705, - 6, - 0.705, 7, - 1.511, - 8, - 1.208, + 1.532, 9, - 0.987, + 1.221, 10, - 2.103, - 11, - 1.057, - 13, - 0.884, - 16, - 1.072, + 0.778, + 17, + 2.426, 18, - 1.481, - 21, - 1.623, - 22, - 1.911, - 23, - 1.593, - 25, - 4.534, - 26, - 1.78, - 28, - 3.644, - 29, - 1.786, - 30, - 1.116, - 32, - 1.843, - 33, - 1.434, - 34, - 3.251, + 1.128, + 20, + 1.43, + 23, + 1.627, 36, - 1.628, - 37, - 1.186, + 0.718, 38, - 1.525, - 39, - 2.252, - 41, - 0.777, + 0.627, 42, - 1.059, + 1.026, 46, - 1.847, - 48, - 0.744, - 51, - 1.07, - 65, - 2.364, - 67, - 1.997, - 68, - 2.077, - 71, - 1.631, - 73, - 1.165, - 74, + 1.481, + 47, + 3.845, + 55, + 1.726, + 57, + 1.098, + 59, + 0.916, + 60, + 1.001, + 62, 1.198, - 75, - 1.502, 77, - 1.469, - 80, - 1.232, - 86, - 1.636, - 91, - 1.025, - 92, - 1.526, + 1.444, + 79, + 0.948, + 90, + 1.346, 94, - 1.536, + 1.674, + 96, + 2.721, 97, - 1.359, + 2.482, 99, - 1.27, - 101, - 1.269, + 1.035, + 100, + 1.904, 102, - 0.79, - 110, - 0.89, - 111, - 2.224, - 117, - 1.655, - 137, - 1.502, - 138, - 3.152, - 139, - 2.573, - 140, - 1.232, + 0.92, + 103, + 1.301, + 106, + 1.415, + 107, + 1.813, + 108, + 1.058, + 109, + 1.341, + 113, + 0.721, + 121, + 2.613, + 122, + 2.673, + 125, + 1.095, + 126, + 1.704, 141, - 1.142, - 143, - 2.824, - 144, - 4.577, - 146, - 1.755, + 1.331, + 142, + 1.07, 148, - 1.548, - 149, - 2.067, - 150, - 1.282, - 151, - 1.996, - 152, - 2.402, - 159, - 2.139, + 1.954, + 153, + 1.582, 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.9, + 165, + 2.821, + 166, + 4.281, + 167, + 3.853, + 169, + 1.175, + 171, + 4.051, + 172, + 1.569, + 177, + 3.018, + 178, + 3.868, + 194, + 1.566, 196, - 2.499, - 202, - 2.427, - 218, - 1.025, - 224, - 0.736, - 234, - 1.734, - 237, - 1.529, - 247, - 0.807, - 248, - 2.008, - 256, - 2.166, - 263, - 1.243, - 265, - 1.897, - 267, 1.244, + 199, + 1.542, + 201, + 1.567, + 207, + 3.032, + 229, + 1.747, + 240, + 2.247, + 241, + 1.21, + 244, + 1.38, + 247, + 1.19, + 249, + 1.726, + 250, + 3.68, 268, - 1.548, + 1.86, + 269, + 1.792, + 271, + 1.845, 273, - 1.04, - 277, - 1.497, - 281, - 1.339, - 285, - 1.324, - 290, - 1.984, - 291, - 1.526, - 293, - 1.073, - 297, - 1.391, - 298, - 3.117, - 300, - 1.422, - 301, - 2.226, - 302, - 2.491, - 305, - 1.548, - 308, - 1.371, - 313, - 1.387, - 324, - 1.802, - 337, - 2.079, - 339, - 1.667, - 343, - 1.263, - 346, - 2.867, - 350, - 0.89, + 1.394, + 330, + 2.224, + 333, + 1.983, 351, - 2.824, - 357, - 1.296, - 364, - 1.081, - 366, - 4.477, - 381, - 1.99, + 1.867, + 368, + 1.023, + 380, + 2.006, 384, - 1.136, - 391, - 1.946, - 393, - 1.811, - 395, - 1.056, - 406, - 1.856, - 407, - 1.646, - 412, - 1.387, - 420, - 1.802, - 424, - 1.282, - 427, - 1.296, - 428, - 1.339, - 444, - 1.441, - 450, - 3.972, + 2.553, + 385, + 2.022, + 387, + 1.269, + 402, + 1.915, + 414, + 2.371, + 429, + 1.744, + 439, + 2.426, 454, - 1.108, - 465, - 1.097, - 493, - 0.782, - 506, - 2.017, - 514, - 0.949, - 527, - 1.548, - 553, - 2.496, - 568, - 1.099, - 569, - 1.648, - 573, - 1.209, + 1.433, + 471, + 1.514, + 480, + 2.371, + 489, + 1.674, + 500, + 1.313, + 524, + 2.646, + 526, + 3.722, + 534, + 1.691, + 543, + 3.656, + 552, + 2.552, + 556, + 2.321, + 571, + 2.628, 577, - 1.953, - 579, - 2.092, - 580, - 1.296, - 581, - 1.442, - 583, - 0.962, - 587, - 3.488, - 590, - 0.884, - 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, - 738, - 1.548, - 746, - 1.689, - 758, - 1.155, - 776, - 2.947, - 782, - 1.525, - 793, - 1.355, - 796, - 1.232, - 802, - 1.339, - 803, - 2.534, - 804, - 5.057, + 2.215, + 601, + 1.313, + 602, + 1.455, + 603, + 1.503, + 604, + 2.863, + 629, + 1.082, + 636, + 2.166, + 638, + 2.274, + 644, + 1.783, + 647, + 2.084, + 685, + 1.467, + 689, + 1.612, + 710, + 2.739, + 750, + 1.744, 811, - 1.126, - 812, - 1.197, - 859, - 1.451, + 2.799, + 848, + 2.799, + 849, + 1.597, 860, - 1.025, - 866, - 1.145, - 867, - 2.763, - 869, - 1.689, - 880, - 1.897, - 884, - 1.502, - 889, - 1.048, + 1.824, 891, - 1.984, - 916, - 1.724, - 940, - 2.927, - 950, - 2.017, - 958, - 1.232, - 959, - 2.754, - 960, - 1.296, - 962, - 3.488, - 998, - 1.269, - 1018, - 4.196, - 1021, - 1.548, - 1022, - 2.334, - 1039, - 2.865, - 1042, - 4.426, - 1043, - 3.152, - 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, - 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, - 1471, - 3.937, - 1506, - 2.017, - 1513, - 4.459, - 1525, - 1.724, - 1529, - 3.245, - 1533, - 2.445, - 1559, - 2.994, + 1.916, + 898, + 2.476, + 919, + 1.845, + 928, + 2.486, + 931, + 2.163, + 982, + 2.153, + 999, + 1.658, + 1010, + 4.765, + 1011, + 2.32, + 1016, + 3.57, + 1019, + 2.986, + 1025, + 4.608, + 1029, + 1.744, + 1055, + 2.052, + 1104, + 1.966, + 1120, + 2.118, + 1150, + 2.022, + 1153, + 1.691, + 1158, + 3.213, + 1166, + 3.272, + 1173, + 2.768, + 1184, + 2.274, + 1295, + 2.12, + 1296, + 1.341, + 1332, + 1.455, + 1387, + 2.32, + 1455, + 2.553, + 1457, + 2.118, + 1482, + 2.628, + 1484, + 2.715, + 1502, + 2.897, + 1526, + 5.094, + 1546, + 1.867, + 1560, + 2.371, + 1573, + 3.088, + 1574, + 3.439, + 1575, + 3.291, + 1576, + 3.599, + 1577, + 3.088, 1578, - 1.6, + 3.599, + 1579, + 6.959, + 1580, + 3.599, + 1581, + 6.377, + 1582, + 3.599, + 1583, + 8.902, + 1584, + 4.44, + 1585, + 3.599, + 1586, + 3.599, + 1587, + 8.584, + 1588, + 3.417, + 1589, + 2.426, + 1590, + 4.727, + 1591, + 3.599, + 1592, + 2.553, + 1593, + 6.974, + 1594, + 4.896, 1595, - 2.181, + 5.649, + 1596, + 1.915, + 1597, + 3.272, + 1598, + 2.936, + 1599, + 2.274, + 1600, + 2.153, + 1601, + 2.715, + 1602, + 3.871, + 1603, + 3.291, + 1604, + 3.664, + 1605, + 3.599, 1606, - 1.689, + 3.324, + 1607, + 4.972, + 1608, + 5.7, + 1609, + 4.972, + 1610, + 7.9, + 1611, + 4.61, + 1612, + 5.166, + 1613, + 3.599, + 1614, + 7.9, + 1615, + 2.936, + 1616, + 3.57, + 1617, + 2.815, + 1618, + 3.088, + 1619, + 3.599, + 1620, + 7.9, 1621, - 3.842, + 2.863, 1622, - 2.177, + 4.948, 1623, - 4.459, + 2.486, 1624, - 2.445, + 2.628, 1625, - 2.673, + 3.902, 1626, - 2.294, + 6.974, 1627, - 2.181, + 2.553, 1628, - 2.673, + 1.491, 1629, - 2.445, + 2.53, 1630, - 2.673, + 2.715, 1631, - 2.673, + 3.502, 1632, - 2.673, + 2.274, 1633, - 2.673, + 3.088, 1634, - 2.673, + 3.599, 1635, - 2.673, + 3.599, 1636, - 1.405, + 2.084, 1637, - 3.351, + 2.32, 1638, - 2.673, + 2.274, 1639, - 2.673, + 5.649, 1640, - 1.802, + 2.815, 1641, - 2.673, + 3.291, 1642, - 1.657, + 4.61, 1643, - 2.673, + 3.599, 1644, - 2.865, + 3.088, 1645, - 2.445, + 7.817, 1646, - 2.673, + 4.847, 1647, - 1.847, + 3.599, 1648, - 2.294, + 2.052, 1649, - 4.651, + 1.915, 1650, - 2.092, + 3.38, 1651, - 2.673, + 2.153, 1652, - 2.673, + 2.815, 1653, - 2.673, + 3.599, 1654, - 3.351, + 2.936, 1655, - 2.294, + 1.891, 1656, - 2.445, + 7.206, 1657, - 2.673, + 8.279, 1658, - 2.445, + 4.948, 1659, - 2.445, + 3.599, 1660, - 3.778, + 2.815, 1661, - 3.245, + 2.83, 1662, - 1.232, + 2.485, 1663, - 2.131, + 6.377, 1664, - 4.891, + 8.584, 1665, - 5.358, + 8.584, 1666, - 2.294, + 2.231, 1667, - 4.459, + 2.715, 1668, - 2.673, + 9.082, 1669, - 1.657, + 3.088, 1670, - 3.812, + 3.599, 1671, - 1.897, + 3.599, 1672, - 5.301, + 3.045, 1673, - 2.017, - 1674, - 4.443, - 1675, - 1.761, - 1676, - 2.181, - 1677, - 2.181, - 1678, - 1.048, - 1679, - 2.017, - 1680, - 2.754, - 1681, - 2.092, - 1682, - 1.953, - 1683, - 2.673, - 1684, - 1.761, - 1685, - 2.017, - 1686, - 2.673, - 1687, - 5.7, - 1688, - 5.7, - 1689, - 4.443, - 1690, - 2.673, - 1691, - 1.897, - 1692, - 2.445, - 1693, - 2.573, - 1694, - 1.802, - 1695, - 1.296, - 1696, - 2.092, - 1697, - 2.673, - 1698, - 2.673, - 1699, - 2.181, - 1700, - 2.017, - 1701, - 2.927, - 1702, - 2.445, - 1703, - 2.445, - 1704, - 2.131, - 1705, - 2.235, - 1706, - 2.445, - 1707, - 4.71, - 1708, - 4.891, - 1709, - 3.534, - 1710, - 1.724, - 1711, - 5.64, - 1712, - 4.196, - 1713, - 2.181, - 1714, - 2.294, - 1715, - 4.443, - 1716, - 2.181, - 1717, - 1.897, - 1718, - 2.017, - 1719, - 2.181, - 1720, - 2.181, - 1721, - 3.602, - 1722, - 1.953, - 1723, - 3.245, - 1724, - 3.625, - 1725, - 3.351, - 1726, - 4.443, - 1727, - 1.953, - 1728, - 2.017, - 1729, - 2.445, - 1730, - 2.294, - 1731, - 2.092, - 1732, - 4.443, - 1733, - 6.071, - 1734, - 6.071, - 1735, - 6.071, - 1736, - 2.181, - 1737, - 2.181, - 1738, - 2.673, - 1739, - 2.294, - 1740, - 2.445, - 1741, - 2.445, - 1742, - 1.724, - 1743, - 2.017, - 1744, - 2.673, - 1745, - 1.724, - 1746, - 4.443, - 1747, - 2.181, - 1748, - 2.181, - 1749, - 1.953, - 1750, - 1.847, - 1751, - 2.181, - 1752, - 2.017, - 1753, - 1.953, - 1754, - 2.445, - 1755, - 3.812, - 1756, - 2.705, - 1757, - 4.443, - 1758, - 2.364, - 1759, - 2.445, - 1760, - 2.673, - 1761, - 2.534, - 1762, - 1.548, - 1763, - 2.017, - 1764, - 1.548, - 1765, - 1.953, - 1766, - 2.181, - 1767, - 2.445, - 1768, - 2.673, - 1769, - 2.673, - 1770, - 2.181, - 1771, - 2.673, - 1772, - 2.673, - 1773, - 2.445, - 1774, - 4.966, - 1775, - 1.847, - 1776, - 1.405, - 1777, - 3.47, - 1778, - 1.847, - 1779, - 1.953, - 1780, - 1.481, - 1781, - 2.181, - 1782, - 2.017, - 1783, - 2.092, - 1784, - 1.244, - 1785, - 1.847, - 1786, - 1.802 + 8.584 ] ], [ - "type/manuals/live-update", + "type/manuals/extensions-debugging", [ 0, 0.731 ] ], [ - "data/manuals/live-update", + "data/manuals/extensions-debugging", [ 0, - 0.43, + 1.206, 1, - 0.897, + 2.517, 2, - 0.888, + 2.491, 3, - 0.921, + 2.583, 4, - 0.921, + 2.583, 5, - 0.926, + 2.597, 6, - 0.926, + 2.597, 7, - 1.522, + 1.235, + 99, + 0.874, + 629, + 2.959, + 947, + 5.17 + ] + ], + [ + "type/manuals/render", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/render", + [ + 7, + 1.536, 8, - 1.207, + 1.193, 9, - 0.961, + 1.447, 10, - 1.722, + 1.964, 11, - 1.055, - 13, - 1.831, - 16, - 0.965, + 1.155, + 12, + 1.455, + 17, + 1.223, 18, - 1.943, - 21, - 0.716, - 22, - 2.219, + 1.131, + 20, + 1.475, 23, - 1.197, - 24, - 2.527, - 26, - 0.94, - 29, - 0.788, + 3.789, + 28, + 0.88, 30, - 1.135, - 32, - 1.715, - 33, - 1.421, + 0.691, 36, - 3.371, - 41, - 1.994, + 1.385, + 38, + 0.715, + 39, + 0.673, 42, - 0.836, + 0.932, + 43, + 0.942, 44, - 1.408, + 0.758, 46, - 2.625, - 48, - 2.167, - 51, - 1.889, + 1.568, + 47, + 3.975, 52, - 2.283, - 54, - 1.571, + 0.878, + 56, + 2.274, + 57, + 1.345, + 58, + 4.026, 59, - 1.49, + 0.992, 60, - 2.257, - 62, - 1.632, + 0.505, 63, - 1.683, - 68, - 1.924, + 1.546, + 69, + 1.499, 70, - 1.905, + 0.764, 71, - 2.006, + 2.947, + 72, + 1.061, 73, - 1.529, - 74, - 1.219, + 1.051, + 75, + 0.798, 77, - 1.104, - 80, - 1.616, + 1.838, + 79, + 0.955, + 81, + 1.481, + 84, + 1.378, 86, - 1.613, + 0.589, + 88, + 1.697, + 89, + 1.742, + 90, + 1.223, + 91, + 0.62, + 95, + 2.719, + 96, + 2.339, 97, - 1.694, + 2.958, + 99, + 1.034, + 100, + 1.803, 101, - 4.278, + 3.122, + 102, + 1.984, + 103, + 0.982, + 104, + 3.74, + 105, + 0.728, 106, - 1.386, + 1.627, + 107, + 1.595, + 108, + 1.254, + 109, + 1.188, 110, - 1.167, - 111, - 1.175, - 137, - 1.262, + 1.26, + 112, + 1.147, + 113, + 1.621, + 116, + 1.997, + 121, + 1.411, + 122, + 2.005, + 124, + 0.791, + 125, + 0.97, + 126, + 1.876, + 128, + 0.889, + 132, + 1.096, + 134, + 2.329, 139, - 2.031, - 141, - 1.561, - 144, - 2.873, + 1.051, + 140, + 0.836, + 142, + 1.526, 146, - 2.188, + 0.889, + 147, + 1.068, + 148, + 1.719, 149, - 2.425, - 151, - 1.257, - 152, - 1.868, - 158, - 1.19, + 0.691, + 150, + 1.299, + 153, + 2.014, 159, - 2.574, + 2.51, 160, - 1.614, - 161, - 1.546, + 2.378, + 165, + 2.471, + 166, + 2.412, + 167, + 2.604, + 168, + 0.953, + 169, + 1.203, + 171, + 0.931, + 174, + 2.092, + 177, + 0.976, 178, - 3.313, - 181, - 1.419, - 190, - 1.95, - 191, - 0.888, - 193, - 1.448, + 3.22, + 185, + 4.061, + 186, + 1.847, + 194, + 1.066, 196, - 1.19, - 217, - 1.408, - 224, - 0.966, + 1.475, + 197, + 0.624, + 198, + 1.398, + 201, + 1.817, + 202, + 1.035, + 207, + 2.143, + 210, + 0.734, + 211, + 0.813, + 212, + 2.719, + 216, + 2.916, + 218, + 1.287, + 226, + 0.887, + 228, + 0.764, + 229, + 1.422, + 230, + 2.569, + 234, + 2.433, 237, - 2.075, - 247, - 1.415, - 248, - 1.586, + 1.469, + 240, + 2.457, + 241, + 1.099, + 244, + 1.223, + 250, + 0.701, + 254, + 1.196, 256, - 1.628, + 1.568, + 257, + 2.309, + 260, + 1.438, + 261, + 0.771, + 262, + 1.42, 263, - 2.99, + 0.543, + 268, + 1.711, + 269, + 2.213, 273, - 1.365, - 275, - 2.064, - 277, - 1.182, - 282, - 1.843, + 1.267, + 274, + 3.789, + 285, + 1.428, + 286, + 1.254, + 288, + 0.978, + 289, + 5.916, 291, - 1.205, - 294, - 1.543, - 297, - 2.656, + 2.47, + 292, + 1.366, + 293, + 2.495, + 295, + 1.469, 300, - 1.816, - 301, - 1.757, - 302, - 2.077, - 303, - 2.313, - 316, - 1.665, - 318, - 3.457, + 1.005, + 315, + 1.125, 324, - 4.623, - 328, - 1.649, - 339, - 1.316, - 349, - 1.866, - 364, - 1.419, - 369, - 1.112, - 384, - 1.49, + 1.035, + 330, + 2.897, + 332, + 1.945, + 333, + 1.831, + 341, + 0.871, + 344, + 1.105, + 345, + 1.546, + 353, + 2.043, + 359, + 0.798, + 368, + 0.516, + 380, + 1.514, + 382, + 0.653, + 387, + 3.44, + 389, + 1.767, + 390, + 0.764, 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, + 1.125, + 392, + 0.636, + 400, + 1.223, + 402, + 1.697, + 424, + 1.369, 425, - 3.56, - 426, - 3.698, - 428, - 3.902, - 432, - 1.7, - 434, - 4.519, + 1.819, + 429, + 5.426, + 433, + 0.74, + 440, + 2.495, 441, - 1.221, - 448, - 2.064, - 449, - 2.217, + 0.909, + 452, + 0.528, 454, - 2.294, - 460, - 2.372, - 465, - 1.367, + 1.27, + 456, + 2.766, + 457, + 0.644, + 459, + 0.844, + 467, + 1.196, + 471, + 1.566, + 472, + 2.365, 473, - 1.738, - 478, - 1.465, - 480, - 2.364, - 495, - 2.001, + 1.403, + 479, + 0.681, + 489, + 0.844, + 490, + 0.758, 496, - 1.866, + 0.844, + 499, + 5.503, + 501, + 1.369, + 504, + 0.909, 509, - 1.971, + 2.214, + 510, + 0.667, + 518, + 2.495, 521, - 2.171, - 547, - 1.043, - 548, - 3.426, - 549, - 2.311, + 1.485, + 524, + 3.218, + 532, + 3.116, + 546, + 3.471, 550, - 2.423, + 0.844, + 551, + 1.254, + 552, + 1.526, 554, - 1.16, - 557, - 6.952, + 1.197, + 555, + 2.298, + 556, + 2.401, + 558, + 2.602, + 560, + 2.015, + 561, + 0.575, + 562, + 4.408, + 565, + 1.326, + 566, + 1.66, 567, - 6.462, + 0.942, 568, - 4.456, - 587, - 1.843, + 1.02, + 569, + 1.66, + 570, + 1.287, + 571, + 2.329, + 572, + 1.481, + 573, + 1.601, + 574, + 2.046, + 577, + 0.712, + 579, + 0.909, 590, - 1.831, - 607, - 1.7, - 611, - 4.467, - 623, - 3.432, + 0.752, + 594, + 2.693, + 596, + 0.992, + 606, + 1.557, + 629, + 1.543, + 631, + 0.899, 633, - 1.213, + 1.616, 634, - 2.099, + 0.717, 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, + 0.696, + 644, + 0.899, + 656, + 1.147, + 675, + 1.223, + 677, + 0.836, + 679, + 1.428, + 683, + 0.771, + 685, + 0.74, + 686, + 0.978, + 691, + 1.305, + 692, + 0.681, + 695, + 0.82, 701, - 3.313, - 702, - 3.736, - 710, - 1.271, - 758, - 1.516, - 767, - 1.916, - 782, - 2.001, - 790, - 2.099, + 0.953, + 716, + 1.035, + 723, + 2.597, + 735, + 1.53, + 738, + 1.908, + 744, + 2.488, + 752, + 0.836, + 754, + 1.086, + 762, + 2.642, + 765, + 1.117, + 770, + 1.42, + 773, + 1.859, + 786, + 1.051, 792, - 1.289, - 796, - 2.551, - 802, - 2.774, - 812, - 1.571, - 858, - 1.112, + 1.035, + 793, + 1.484, + 799, + 1.941, + 815, + 1.125, + 823, + 1.196, + 826, + 0.953, + 834, + 2.113, + 854, + 1.005, 866, - 3.337, - 868, - 2.423, - 889, - 1.375, + 1.589, + 891, + 0.616, + 894, + 3.196, + 898, + 1.514, + 902, + 1.035, 903, - 2.909, - 928, - 3.499, - 939, - 2.946, - 952, - 4.332, + 2.766, + 907, + 1.196, + 908, + 1.369, + 909, + 1.17, + 911, + 1.005, + 931, + 1.405, + 944, + 1.635, + 953, + 1.66, 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, + 1.442, + 977, + 0.966, + 978, + 3.414, + 979, + 1.928, + 981, + 1.941, + 983, + 2.056, + 988, + 2.602, + 989, + 2.149, + 990, + 1.196, + 1007, + 0.636, + 1010, 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, + 1014, + 2.751, + 1017, 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, + 1019, + 2.434, + 1025, + 3.196, + 1029, + 0.88, + 1042, + 1.196, + 1043, + 1.378, + 1044, + 1.326, + 1045, + 2.81, + 1055, + 2.433, + 1064, + 2.09, + 1079, + 1.546, + 1097, + 1.977, + 1104, + 1.11, + 1109, + 0.88, + 1124, + 1.17, + 1133, + 4.54, + 1140, + 4.09, + 1144, + 1.819, + 1146, + 0.784, + 1153, + 2.005, + 1155, + 3.122, + 1157, + 0.953, + 1158, + 3.575, + 1164, + 2.552, + 1173, + 0.889, + 1188, + 0.889, + 1223, + 1.223, + 1228, + 1.196, + 1260, + 1.068, + 1264, + 1.196, + 1267, + 1.254, + 1272, + 0.805, + 1273, + 1.068, + 1283, + 0.992, + 1295, + 0.681, + 1296, + 0.676, + 1298, + 1.147, + 1318, + 3.901, + 1322, + 0.931, + 1323, + 1.332, + 1327, + 1.223, + 1332, + 0.734, + 1376, + 1.326, + 1411, + 0.777, + 1452, + 2.495, + 1471, + 0.899, + 1479, + 1.068, + 1495, + 1.005, + 1496, + 3.545, + 1502, + 0.931, + 1514, + 1.369, + 1541, + 0.978, + 1544, + 1.125, + 1546, + 0.942, + 1560, + 1.196, + 1588, + 2.863, + 1594, + 2.927, + 1600, + 1.086, + 1602, + 2.515, + 1607, + 3.384, + 1608, + 4.155, + 1621, + 2.601, + 1622, + 2.262, + 1624, + 1.326, + 1627, + 1.287, + 1628, + 1.321, + 1629, + 1.428, 1661, - 2.562, - 1667, - 2.744, - 1669, - 2.175, - 1672, - 3.207, + 0.909, + 1674, + 5.526, + 1675, + 2.766, + 1676, + 2.015, + 1677, + 1.66, + 1678, + 1.66, + 1679, + 5.111, + 1680, + 1.815, + 1681, + 0.777, + 1682, + 1.147, + 1683, + 1.481, + 1684, + 1.051, + 1685, + 2.406, + 1686, + 1.369, + 1687, + 3.623, + 1688, + 1.815, + 1689, + 1.287, + 1690, + 1.223, + 1691, + 3.026, + 1692, + 1.557, + 1693, + 2.149, + 1694, + 1.254, + 1695, + 4.266, + 1696, + 3.124, + 1697, + 1.17, + 1698, + 2.644, + 1699, + 4.768, + 1700, + 2.495, 1701, - 4.519, + 4.268, + 1702, + 3.189, + 1703, + 1.815, + 1704, + 1.815, 1705, - 1.375, + 3.189, + 1706, + 5.132, + 1707, + 3.189, + 1708, + 3.189, + 1709, + 1.815, + 1710, + 5.132, + 1711, + 1.815, + 1712, + 3.189, + 1713, + 0.953, + 1714, + 1.326, + 1715, + 2.736, + 1716, + 3.026, + 1717, + 1.42, + 1718, + 1.66, + 1719, + 1.42, + 1720, + 1.42, + 1721, + 1.254, + 1722, + 1.66, 1723, - 2.562, + 1.815, + 1724, + 0.862, + 1725, + 2.015, + 1726, + 1.815, + 1727, + 1.481, + 1728, + 2.916, + 1729, + 1.815, + 1730, + 3.66, + 1731, + 1.66, + 1732, + 1.815, + 1733, + 1.66, + 1734, + 1.815, + 1735, + 1.815, + 1736, + 1.66, + 1737, + 1.815, + 1738, + 1.815, + 1739, + 2.916, + 1740, + 1.815, + 1741, + 2.736, + 1742, + 1.815, + 1743, + 2.916, + 1744, + 3.189, + 1745, + 3.189, + 1746, + 5.526, + 1747, + 3.189, + 1748, + 4.693, + 1749, + 5.667, + 1750, + 1.815, + 1751, + 5.344, 1752, - 2.646, + 5.132, + 1753, + 1.815, + 1754, + 1.815, + 1755, + 1.815, + 1756, + 2.736, + 1757, + 1.815, + 1758, + 1.815, + 1759, + 1.815, + 1760, + 1.815, + 1761, + 3.189, + 1762, + 1.815, + 1763, + 1.326, 1764, - 2.031, + 1.557, + 1765, + 1.481, + 1766, + 2.916, + 1767, + 1.068, + 1768, + 1.557, + 1769, + 0.836, + 1770, + 1.105, + 1771, + 1.815, + 1772, + 2.736, + 1773, + 2.81, + 1774, + 0.92, + 1775, + 5.132, + 1776, + 3.189, + 1777, + 2.916, + 1778, + 4.266, + 1779, + 3.66, + 1780, + 3.189, + 1781, + 1.557, + 1782, + 1.815, + 1783, + 1.815, + 1784, + 1.815, + 1785, + 1.815, + 1786, + 1.815, 1787, - 5.537, + 1.815, 1788, - 3.647, + 1.557, 1789, - 2.364, + 1.815, 1790, - 3.508, + 2.262, 1791, - 3.508, + 1.557, 1792, - 5.537, + 1.66, 1793, - 2.646, + 1.17, 1794, - 2.175, + 1.815, 1795, - 1.82, + 3.189, 1796, - 3.208, + 1.66, 1797, - 2.099, + 1.17, 1798, - 2.099, + 4.266, 1799, - 4.377, + 2.916, 1800, - 3.01, + 1.815, 1801, - 3.508, + 1.66, 1802, - 3.01, + 1.66, 1803, - 2.217, + 2.203, 1804, - 2.646, + 1.53, 1805, - 2.985, + 1.66, 1806, - 7.457, + 1.254, 1807, - 5.597, + 0.871, 1808, - 5.597, + 2.736, 1809, - 3.01, + 1.815, 1810, - 5.063, + 1.815, 1811, - 2.175, + 1.326, 1812, - 2.562, + 1.223, 1813, - 2.646, + 1.287, 1814, - 1.665, + 2.299, 1815, - 2.364, + 1.42, 1816, - 2.262, + 1.815, 1817, - 2.744, + 1.481, 1818, - 3.01, + 1.557, 1819, - 6.684, + 1.42, 1820, - 2.311, - 1821, 1.557, + 1821, + 3.337, 1822, - 1.298, + 2.406, 1823, - 2.646, + 1.086, 1824, - 5.597, + 4.266, 1825, - 3.208, + 1.481, 1826, - 5.537, + 1.815, 1827, - 3.508, + 1.815, 1828, - 2.744, + 3.189, 1829, - 2.562, + 1.557, 1830, - 3.508, + 2.736, 1831, - 3.208, + 1.815, 1832, - 3.508, + 1.66, 1833, - 3.508, + 2.916, 1834, - 3.208, + 1.815, 1835, - 2.099, + 1.66, 1836, - 3.508, + 1.815, 1837, - 2.862, + 1.815, 1838, - 2.862, + 1.481, 1839, - 2.099, + 1.287, 1840, - 3.508, + 1.035, 1841, - 3.508, + 1.051, 1842, - 4.177, + 1.66, 1843, - 2.175, + 1.66, 1844, - 1.943, + 2.736, 1845, - 2.175, + 1.815, 1846, - 3.508, + 1.815, 1847, - 3.208, + 1.326, 1848, - 3.508, + 1.147, 1849, - 2.423, + 3.189, 1850, - 3.313, + 3.189, 1851, - 2.862, + 3.189, 1852, - 2.488, + 1.66, 1853, - 2.311, + 1.66, 1854, - 1.799, + 2.916, 1855, - 2.646, + 1.815, 1856, - 3.01, + 1.815, 1857, - 3.508, + 2.406, 1858, - 3.208, + 1.196, 1859, - 3.508, + 1.557, 1860, - 3.508, + 1.66, 1861, - 3.508 - ] - ], - [ - "type/manuals/extensions-script-api", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/extensions-script-api", - [ - 0, - 0.914, - 1, - 1.908, - 2, - 1.888, - 3, - 1.958, - 4, - 1.958, - 5, - 1.968, - 6, - 1.968, - 7, - 1.505, - 8, - 1.549, - 9, - 0.808, - 16, - 0.673, - 18, - 5.27, - 21, - 2.139, - 30, - 1.082, - 32, - 1.419, - 33, - 1.466, - 35, - 2.217, - 41, - 2.168, - 46, - 2.075, - 71, - 1.952, - 74, - 0.828, - 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, + 1.815, 1862, - 5.447, + 1.481, 1863, - 6.819, + 1.42, 1864, - 9.665, + 1.196, 1865, - 6.601, + 1.66, 1866, - 9.047, + 1.035, 1867, - 6.858, + 1.481, 1868, - 4.191, + 1.17, 1869, - 3.403 - ] - ], - [ - "type/manuals/physics-objects", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/physics-objects", - [ - 7, - 1.551, - 8, - 1.395, - 9, - 0.926, - 10, - 1.317, - 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, - 59, - 3.066, - 68, - 1.638, - 71, - 1.911, - 74, - 1.098, - 77, - 0.992, - 86, - 1.03, - 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, - 160, - 0.891, - 161, - 1.686, - 162, - 1.856, - 163, - 5.43, - 164, - 2.719, - 166, - 2.529, - 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, - 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, - 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, + 1.196, 1870, - 3.354, + 1.481, 1871, - 7.782, + 2.068, 1872, - 3.531, + 1.941, 1873, - 4.977, + 1.557, 1874, - 5.89, + 1.068, 1875, - 5.647, + 1.287, 1876, - 3.085, + 2.602, 1877, - 4.061, + 1.481, 1878, - 4.977, + 2.015, 1879, - 4.551, + 0.92, 1880, - 4.061, + 1.815, 1881, - 4.977, + 1.66, 1882, - 3.145, + 0.805, 1883, - 6.203, + 1.481, 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, - 1894, - 3.438, - 1895, - 2.929, - 1896, - 4.977, - 1897, - 4.061, - 1898, - 2.919, - 1899, - 3.531, - 1900, - 4.977, - 1901, - 4.061, - 1902, - 3.891, - 1903, - 4.977, - 1904, - 4.977, - 1905, - 3.894, - 1906, - 4.061, - 1907, - 3.438, - 1908, - 8.071, - 1909, - 3.894, - 1910, - 4.977, - 1911, - 3.531, - 1912, - 4.061, - 1913, - 4.27, - 1914, - 5.272, - 1915, - 3.354, - 1916, - 4.27, - 1917, - 3.754, - 1918, - 4.977, - 1919, - 3.438, - 1920, - 4.773, - 1921, - 3.894, - 1922, - 3.279, - 1923, - 3.635, - 1924, - 5.272, - 1925, - 4.977, - 1926, - 5.445, - 1927, - 4.27, - 1928, - 3.354, - 1929, - 2.465, - 1930, - 2.583, - 1931, - 4.551, - 1932, - 4.551, - 1933, - 4.551, - 1934, - 4.551, - 1935, - 5.89, - 1936, - 3.354 - ] - ], - [ - "type/manuals/texture-profiles", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/texture-profiles", - [ - 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, - 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, - 1942, - 8.855, - 1943, - 8.855, - 1944, - 8.855, - 1945, - 8.855, - 1946, - 6.68, - 1947, - 8.097 + 0.771 ] ], [ - "type/manuals/websocket-connections", + "type/manuals/physics-groups", [ 0, 0.731 ] ], [ - "data/manuals/websocket-connections", + "data/manuals/physics-groups", [ 0, - 1.214, + 1.104, 1, - 2.535, + 2.305, 2, - 2.509, + 2.282, 3, - 2.601, + 2.366, 4, - 2.601, + 2.366, 5, - 2.615, + 2.378, 6, - 2.615, + 2.378, 7, - 1.244 + 1.43, + 11, + 3.266, + 18, + 0.965, + 38, + 1.001, + 46, + 1.286, + 59, + 0.813, + 99, + 0.949, + 102, + 2.305, + 103, + 2.075, + 106, + 1.614, + 111, + 3.765, + 126, + 1.789, + 148, + 2.193, + 169, + 1.341, + 200, + 5.487, + 269, + 2.045, + 426, + 6.583, + 552, + 2.68, + 568, + 5.065, + 587, + 6.075, + 750, + 4.369, + 944, + 4.622, + 962, + 4.236, + 1002, + 4.465, + 1007, + 3.158, + 1378, + 5.487, + 1455, + 6.394, + 1681, + 3.861, + 1885, + 5.22, + 1886, + 6.799, + 1887, + 8.242, + 1888, + 7.355, + 1889, + 6.508, + 1890, + 5.22, + 1891, + 8.242, + 1892, + 6.799, + 1893, + 5.393 ] ], [ - "type/manuals/input", + "type/manuals/input-key-and-text", [ 0, 0.731 ] ], [ - "data/manuals/input", + "data/manuals/input-key-and-text", [ 0, - 0.281, + 0.702, 1, - 0.586, + 1.465, 2, - 0.58, + 1.45, 3, - 0.602, + 1.504, 4, - 0.602, + 1.504, 5, - 0.605, + 1.512, 6, - 0.605, + 1.512, 7, - 1.528, - 8, - 1.331, + 1.509, 9, - 0.959, + 1.943, 10, - 1.822, + 1.984, 11, - 1.053, - 12, - 3.546, - 13, - 0.758, - 16, - 1.024, + 2.076, + 18, + 1.122, 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.436, + 36, + 1.979, + 38, + 0.886, 39, - 2.377, - 41, - 1.135, - 42, - 0.546, + 1.209, 46, - 1.878, - 47, - 2.8, - 48, - 1.674, - 49, - 0.819, - 51, - 1.266, - 52, - 0.763, + 0.817, + 56, + 2.229, + 57, + 1.418, 59, - 0.973, - 60, - 0.934, + 0.828, 62, - 1.066, + 1.907, 63, - 1.099, - 67, - 1.367, - 68, - 1.873, - 70, - 0.877, - 71, - 1.766, - 72, - 0.906, - 74, - 0.87, - 77, - 1.563, - 80, - 1.798, - 83, - 2.147, - 86, - 1.529, + 2.777, + 69, + 2.692, + 79, + 0.887, + 84, + 2.475, 87, - 0.949, - 91, - 0.879, - 94, - 1.35, - 97, - 0.701, + 3.62, + 90, + 1.365, + 95, + 4.619, 99, - 2.241, + 1.043, 102, - 2.317, + 2.348, 103, - 1.327, - 104, - 2.97, - 105, - 2.335, + 1.319, 106, - 2.666, + 1.429, 107, - 1.327, - 108, - 2.55, - 110, - 2.747, + 1.09, 111, - 2.459, - 112, - 1.448, - 113, - 3.964, - 117, - 3.509, - 121, - 0.648, - 123, - 0.83, - 125, - 0.927, - 127, - 0.957, - 135, - 1.912, - 137, - 0.758, - 138, - 4.269, - 141, - 1.471, - 147, - 2.968, - 149, - 2.101, - 150, - 3.237, - 151, - 1.83, - 152, - 1.639, + 2.393, + 122, + 2.484, + 126, + 1.137, + 148, + 1.883, 153, - 2.631, - 158, - 2.041, - 159, - 1.464, + 1.81, 160, - 1.758, - 161, - 1.77, - 162, - 0.589, - 166, - 0.803, + 2.345, + 165, + 2.281, + 167, + 3.226, + 169, + 1.187, 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, - 196, - 1.729, - 198, - 1.275, - 210, - 1.056, - 219, - 1.161, - 224, - 1.858, - 234, - 1.55, - 237, - 0.899, - 244, - 1.204, + 4.549, + 178, + 3.888, + 194, + 1.045, + 197, + 1.968, + 202, + 2.59, + 207, + 3.303, + 211, + 3.573, + 216, + 4.841, + 238, + 3.219, 247, - 0.709, - 248, - 1.036, + 3.283, 256, - 1.147, - 261, - 1.189, - 263, - 2.408, - 264, - 1.764, - 267, - 1.066, - 273, - 1.984, - 278, - 2.247, - 290, - 1.358, - 291, - 1.341, - 293, - 2.045, - 294, - 1.716, + 1.293, + 266, + 4.631, + 268, + 2.027, + 269, + 1.3, 295, - 1.135, - 297, - 1.885, - 298, - 0.899, - 300, - 0.491, - 303, - 0.957, - 308, - 1.175, - 316, - 2.208, - 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, + 4.229, + 332, + 1.907, + 334, + 3.173, + 358, + 4.229, + 368, + 1.629, + 382, + 2.061, + 392, + 2.007, 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, - 533, + 4.064, + 521, + 1.994, + 524, + 2.672, + 526, + 3.774, + 555, + 1.784, + 561, + 1.816, + 574, 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, + 579, + 4.598, + 582, + 3.487, 590, - 1.686, - 594, - 1.604, - 624, - 1.148, - 628, - 6.631, - 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, - 1.798, - 775, - 2.26, - 776, - 1.017, - 783, - 1.235, - 790, - 1.371, - 792, - 0.842, - 796, - 1.056, - 802, - 1.148, - 808, - 1.386, - 816, - 1.448, - 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, + 2.373, + 595, + 3.088, + 600, + 2.748, + 691, + 1.753, + 750, + 4.449, + 828, + 5.401, + 829, + 4.674, + 852, + 6.857, + 878, + 5.144, + 915, + 3.806, + 941, + 3.128, + 972, + 5.144, + 982, + 3.427, 1009, - 1.349, - 1044, - 1.056, - 1072, - 3.172, - 1078, - 0.957, - 1082, - 4.269, - 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, - 1387, - 1.87, - 1421, - 1.175, - 1486, - 1.421, - 1488, - 1.288, - 1491, - 2.981, - 1516, - 0.803, - 1526, - 1.077, - 1527, - 5.671, - 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, + 7.472, + 1019, + 3.015, + 1034, + 2.197, + 1136, + 3.551, + 1193, + 3.427, + 1279, + 7.031, + 1295, + 2.149, + 1301, + 4.064, + 1332, + 2.317, + 1364, + 3.371, + 1464, + 6.845, + 1465, + 2.02, + 1560, + 3.774, + 1588, + 3.909, + 1611, + 4.674, + 1689, + 5.659, + 1803, + 3.957, + 1884, + 3.388, + 1894, + 6.539, + 1895, + 3.62, + 1896, + 3.861, + 1897, + 4.482, 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, - 1961, - 2.769, - 1962, - 4.708, - 1963, - 3.432, - 1964, - 2.292, - 1965, - 5.671, - 1966, - 3.903, - 1967, - 2.823, - 1968, - 3.053, - 1969, - 4.373, - 1970, - 4.661, - 1971, - 1.674, - 1972, - 4.159, - 1973, - 2.05, - 1974, - 5.54, - 1975, - 1.545, - 1976, - 2.292, - 1977, - 2.226, - 1978, - 3.184, - 1979, - 1.371, - 1980, - 2.696, - 1981, - 1.235, - 1982, - 1.204, - 1983, - 2.696, - 1984, - 1.729, - 1985, - 1.87, - 1986, - 2.096, - 1987, - 3.569, - 1988, - 5.802, - 1989, - 1.793, - 1990, - 1.235, - 1991, - 1.395, - 1992, - 2.096, - 1993, - 2.631, - 1994, - 1.674, - 1995, - 1.729, - 1996, - 6.288, - 1997, - 2.292, - 1998, - 2.292, - 1999, - 2.292, - 2000, - 1.626, - 2001, - 5.163, - 2002, - 2.851, - 2003, - 3.349, - 2004, - 2.292, - 2005, - 3.569, - 2006, - 1.478, - 2007, - 1.967, - 2008, - 1.87, - 2009, - 3.723, - 2010, - 1.235, - 2011, - 1.252, - 2012, - 1.793, - 2013, - 2.26, - 2014, - 4.708, - 2015, - 6.017, - 2016, - 2.466, - 2017, - 3.053, - 2018, - 1.219, - 2019, - 1.87, - 2020, - 1.545, - 2021, - 1.87, - 2022, - 2.096, - 2023, - 1.978, - 2024, - 2.096, - 2025, - 1.967, - 2026, - 2.096, - 2027, - 1.967, - 2028, - 2.292, - 2029, - 4.373, - 2030, - 1.87, - 2031, - 2.349, - 2032, - 1.967, - 2033, - 1.87, - 2034, - 1.967, - 2035, - 1.674, - 2036, - 2.096, - 2037, - 1.967, - 2038, - 1.017, - 2039, - 1.51, - 2040, - 1.87, - 2041, - 1.626, - 2042, - 3.184, - 2043, - 2.292, - 2044, - 2.096, - 2045, - 1.967, - 2046, - 2.193, - 2047, - 1.967, - 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 + 5.729, + 1899, + 5.238, + 1900, + 5.729, + 1901, + 3.318, + 1902, + 5.255, + 1903, + 7.25, + 1904, + 4.482, + 1905, + 4.915, + 1906, + 6.857, + 1907, + 4.674, + 1908, + 2.59, + 1909, + 6.845, + 1910, + 4.915, + 1911, + 2.937, + 1912, + 4.321, + 1913, + 5.238, + 1914, + 5.238, + 1915, + 5.729, + 1916, + 4.915, + 1917, + 5.729, + 1918, + 5.238, + 1919, + 5.729, + 1920, + 2.666, + 1921, + 5.729, + 1922, + 5.729, + 1923, + 5.238, + 1924, + 5.729, + 1925, + 4.674, + 1926, + 5.144, + 1927, + 4.915, + 1928, + 3.088, + 1929, + 3.01, + 1930, + 4.321, + 1931, + 3.088 ] ], [ - "type/manuals/extensions-defold-sdk", + "type/manuals/debugging", [ 0, 0.731 ] ], [ - "data/manuals/extensions-defold-sdk", + "data/manuals/debugging", [ 0, - 0.696, + 1.095, 1, - 1.454, + 2.286, 2, - 1.439, + 2.262, 3, - 1.492, + 2.346, 4, - 1.492, + 2.346, 5, - 1.5, + 2.358, 6, - 1.5, + 2.358, 7, - 1.614, - 8, - 1.331, - 9, - 0.84, - 10, - 1.448, - 11, - 0.812, - 16, - 0.893, - 22, - 1.29, - 23, - 1.229, - 24, - 2.594, - 29, - 1.783, - 30, - 1.018, - 33, - 0.755, - 37, - 2.523, + 1.507, + 18, + 1.025, + 20, + 1.188, + 36, + 1.782, 38, - 3.242, - 52, - 1.892, - 56, - 4.032, - 71, - 1.166, - 74, - 1.376, - 86, - 1.304, - 90, - 3.665, - 91, - 4.631, + 0.992, + 42, + 1.623, + 46, + 1.275, + 57, + 1.143, + 79, + 0.759, + 103, + 2.058, + 106, + 1.601, + 107, + 1.7, 108, - 2.148, - 125, - 3.209, - 127, - 2.374, - 137, - 1.646, - 149, - 1.77, - 151, - 1.042, - 152, - 1.548, - 162, - 1.461, - 166, - 1.991, - 172, - 1.573, - 181, - 2.299, - 196, - 1.928, - 247, - 1.441, - 249, - 4.152, - 251, - 3.345, - 253, - 4.288, + 2.627, + 148, + 1.833, + 194, + 1.631, + 198, + 2.434, + 552, + 2.657, + 554, + 3.991, + 608, + 4.427, + 629, + 3.198, + 697, + 8.172, + 705, + 5.887, + 758, + 3.966, + 947, + 5.588, + 1304, + 5.259, + 1457, + 6.259, + 1495, + 4.951, + 1932, + 5.887, + 1933, + 4.755, + 1934, + 6.991, + 1935, + 7.668, + 1936, + 4.951, + 1937, + 6.991, + 1938, + 7.292, + 1939, + 6.527, + 1940, + 8.936, + 1941, + 6.991 + ] + ], + [ + "type/manuals/script", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/script", + [ + 7, + 1.47, + 10, + 1.644, + 18, + 1.086, + 20, + 1.28, + 36, + 1.516, + 39, + 1.605, + 42, + 1.749, + 49, + 3.33, + 55, + 3.647, + 56, + 2.959, + 57, + 1.352, + 59, + 1.003, + 65, + 5.009, + 77, + 1.575, + 79, + 0.944, + 97, + 2.784, + 99, + 1.04, + 106, + 1.362, + 107, + 1.833, + 108, + 2.235, + 109, + 2.833, + 113, + 1.523, + 121, + 2.515, + 153, + 1.725, + 160, + 3.108, + 165, + 2.754, + 169, + 1.131, + 228, + 3.203, + 229, + 1.766, + 238, + 4.273, 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, - 553, - 3.194, - 572, - 4.447, - 576, - 3.692, - 587, - 4.169, - 598, - 4.032, - 633, + 2.387, + 268, 1.966, - 664, - 2.414, - 667, - 5.213, - 701, - 3.401, - 757, - 4.032, - 764, - 3.745, - 808, - 2.018, - 851, - 4.169, - 859, - 1.857, - 876, - 3.745, - 891, - 1.978, - 924, - 3.745, - 929, - 3.587, - 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, - 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, - 2064, - 5.684, - 2065, - 5.684, - 2066, - 5.684, - 2067, - 5.684, - 2068, - 3.665, - 2069, - 4.152, - 2070, - 4.595, - 2071, - 6.808, - 2072, - 6.808, - 2073, - 4.447, - 2074, - 5.684, - 2075, - 5.198, - 2076, - 4.638, - 2077, - 3.46, - 2078, - 3.745, - 2079, - 3.106, - 2080, - 4.032, - 2081, - 4.638, - 2082, - 7.255, - 2083, - 4.638, - 2084, - 5.198, - 2085, - 4.638, - 2086, - 5.684, - 2087, - 4.288, - 2088, - 4.447, - 2089, - 5.198, - 2090, - 4.288, - 2091, - 3.592, - 2092, - 5.198, - 2093, - 5.684, - 2094, - 5.684, - 2095, - 5.684, - 2096, - 4.638, - 2097, - 5.684, - 2098, - 5.198, - 2099, + 313, + 3.777, + 315, + 4.714, + 380, + 2.7, + 382, + 2.736, + 390, + 3.203, + 454, + 3.027, + 471, + 2.038, + 497, + 3.899, + 521, + 2.647, + 524, + 3.226, + 552, + 2.261, + 554, + 2.853, + 561, + 2.41, + 602, + 3.075, + 614, + 2.982, + 629, + 2.287, + 648, + 3.686, + 683, + 3.23, + 695, + 3.438, + 744, 4.669, - 2100, - 3.831, - 2101, - 6.207, - 2102, - 5.684, - 2103, - 4.877 + 754, + 4.549, + 947, + 3.995, + 948, + 3.004, + 973, + 5.736, + 1010, + 3.125, + 1034, + 2.916, + 1067, + 2.484, + 1104, + 2.647, + 1105, + 5.009, + 1127, + 5.554, + 1152, + 5.554, + 1221, + 3.767, + 1393, + 5.949, + 1473, + 5.394, + 1651, + 4.549, + 1713, + 3.995, + 1885, + 4.404, + 1890, + 4.404, + 1911, + 3.899, + 1935, + 6.525, + 1942, + 4.273, + 1943, + 6.953, + 1944, + 7.604, + 1945, + 7.604, + 1946, + 5.554, + 1947, + 7.604, + 1948, + 4.046, + 1949, + 5.736, + 1950, + 6.953, + 1951, + 7.604, + 1952, + 8.807, + 1953, + 6.953, + 1954, + 7.604, + 1955, + 5.394, + 1956, + 6.953, + 1957, + 6.204, + 1958, + 9.631, + 1959, + 7.604, + 1960, + 6.953, + 1961, + 4.629, + 1962, + 5.554, + 1963, + 7.604 ] ], [ - "type/manuals/animation", + "type/manuals/gui-box", [ 0, 0.731 ] ], [ - "data/manuals/animation", + "data/manuals/gui-box", [ 0, - 1.087, + 0.952, 1, - 2.27, + 1.988, 2, - 2.247, + 1.968, 3, - 2.329, + 2.04, 4, - 2.329, + 2.04, 5, - 2.341, + 2.051, 6, - 2.341, + 2.051, 7, - 1.565, - 8, - 1.135, - 9, - 0.754, - 16, - 0.801, - 44, - 3.561, - 71, - 1.82, + 1.478, + 10, + 2.111, + 18, + 1.109, + 20, + 1.298, + 36, + 2.13, + 57, + 1.249, + 58, + 5.542, + 59, + 0.702, + 79, + 0.83, + 81, + 6.343, 86, - 1.266, - 161, - 1.761, - 175, - 3.903, - 221, - 4.348, - 226, - 5.787, - 228, - 4.089, - 285, - 4.396, + 2.524, + 90, + 2.328, + 95, + 3.617, + 99, + 1.046, + 105, + 3.119, + 106, + 1.749, + 113, + 1.557, + 125, + 2.365, + 140, + 3.582, + 142, + 2.311, + 148, + 2.003, + 153, + 1.764, + 168, + 5.131, + 185, + 4.59, + 196, + 2.688, + 212, + 4.969, + 237, + 5.162, + 268, + 1.994, + 269, + 1.764, + 273, + 1.919, + 274, + 4.574, 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, - 2104, - 8.874, - 2105, - 8.874, - 2106, - 6.942, - 2107, - 10.591, - 2108, - 6.942 + 4.651, + 290, + 3.025, + 291, + 4.502, + 298, + 4.912, + 320, + 4.651, + 325, + 5.864, + 330, + 3.572, + 332, + 2.587, + 345, + 3.768, + 452, + 3.104, + 459, + 4.544, + 467, + 5.121, + 473, + 3.419, + 497, + 3.986, + 506, + 4.732, + 536, + 5.121, + 541, + 4.136, + 546, + 4.19, + 551, + 5.37, + 562, + 5.864, + 629, + 2.338, + 636, + 2.981, + 683, + 3.302, + 692, + 4.007, + 891, + 2.637, + 943, + 5.37, + 947, + 4.084, + 958, + 5.678, + 959, + 5.197, + 1131, + 3.851, + 1137, + 4.651, + 1151, + 6.67, + 1228, + 7.035, + 1253, + 4.368, + 1822, + 5.864, + 1964, + 7.108, + 1965, + 7.108 ] ], [ - "type/manuals/input-mouse-and-touch", + "type/manuals/editor-preferences", [ 0, 0.731 ] ], [ - "data/manuals/input-mouse-and-touch", + "data/manuals/editor-preferences", [ 0, - 0.405, + 0.489, 1, - 0.846, + 1.021, 2, - 0.837, + 1.01, 3, - 0.868, + 1.047, 4, - 0.868, + 1.047, 5, - 0.873, + 1.053, 6, - 0.873, + 1.053, 7, - 1.49, + 1.561, 8, - 1.386, - 9, - 0.931, - 10, - 1.847, - 11, - 1.015, + 3.123, 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, + 1.821, + 18, + 1.129, + 20, + 1.357, + 36, + 0.796, 38, - 3.763, - 40, - 1.716, - 41, - 0.961, + 1.134, + 39, + 0.842, 42, - 2.093, + 1.352, 46, - 1.836, - 47, - 2.458, + 1.55, 49, - 1.182, - 51, - 0.991, + 3.94, 52, - 1.101, + 1.098, + 55, + 1.914, 57, - 2.05, - 68, - 1.497, - 70, - 0.743, - 71, - 1.69, - 74, - 1.124, + 1.068, + 59, + 0.981, + 76, + 3.257, 77, - 2.186, - 80, - 3.04, + 1.268, + 78, + 2.716, + 79, + 0.908, + 85, + 3.662, 86, - 1.564, + 2.418, + 90, + 1.775, 91, - 1.268, - 92, - 1.136, + 2.542, + 97, + 1.77, 99, - 2.355, + 1.083, + 100, + 1.567, 102, - 2.228, - 104, - 3.047, + 1.905, + 103, + 2.188, + 106, + 0.715, + 107, + 1.417, 108, - 2.493, + 1.799, + 109, + 1.487, 110, - 3.068, - 111, - 1.769, + 1.577, + 113, + 1.226, + 116, + 1.553, 117, - 3.852, - 119, - 2.104, - 121, - 2.131, - 123, - 1.198, - 135, - 3.091, - 137, - 1.612, - 141, - 1.65, + 2.348, + 125, + 1.214, + 126, + 1.964, + 128, + 1.955, + 142, + 1.82, 148, - 1.915, - 149, - 1.645, + 1.256, 150, - 4.594, - 151, - 1.756, - 152, - 1.439, - 158, - 2.238, + 1.55, + 153, + 2.156, 159, - 1.241, - 160, - 1.35, - 161, - 1.635, - 162, - 1.358, - 163, - 3.101, - 166, - 3.547, + 3.602, + 169, + 0.911, 172, - 1.826, - 180, - 1.886, - 190, - 1.502, - 191, - 0.837, - 193, - 0.698, + 1.739, + 185, + 1.875, + 194, + 1.117, 196, - 1.122, + 2.116, + 197, + 2.103, 198, - 2.462, - 214, - 3.407, - 217, - 1.327, - 224, - 0.91, + 2.028, + 201, + 2.352, 229, - 1.454, - 230, - 1.737, - 237, - 1.216, + 1.872, + 231, + 2.794, + 236, + 3.066, + 241, + 1.311, 247, - 0.601, - 270, - 1.76, + 1.32, + 253, + 1.999, + 256, + 2.146, + 260, + 1.345, + 268, + 1.94, + 269, + 2.156, 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, + 3.138, + 273, + 0.985, + 285, + 4.573, + 313, + 4.003, + 317, + 2.348, + 345, + 1.934, + 368, + 1.74, + 380, + 2.173, + 401, + 3.122, 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, + 2.071, + 419, + 2.521, + 452, + 1.779, + 471, + 1.996, + 496, + 1.857, + 533, + 2.21, + 552, + 1.186, + 553, + 1.426, + 561, + 1.265, + 596, + 2.18, + 629, + 1.2, + 633, + 2.022, + 642, + 3.102, + 646, + 4.816, + 657, + 3.424, + 659, + 3.491, + 678, + 5.628, + 691, + 2.278, + 703, + 2.4, + 704, + 4.801, + 711, + 4.455, + 712, + 2.689, + 713, + 2.096, + 749, + 3.344, + 765, + 1.398, + 771, + 5.195, + 773, + 1.446, + 774, + 1.804, + 793, + 4.422, + 808, + 3.257, + 809, + 2.242, + 811, + 1.977, 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, + 4.788, + 828, + 2.348, + 834, + 3.032, + 845, + 4.125, + 849, + 2.716, + 857, + 2.276, + 880, + 1.934, + 894, + 3.558, + 895, + 4.005, + 911, + 2.21, + 914, + 1.667, + 918, + 1.914, + 923, + 1.955, + 924, + 4.276, + 941, + 1.565, + 977, + 3.257, + 994, + 4.342, + 996, + 3.102, + 1061, + 2.629, + 1066, + 1.565, + 1079, + 1.934, + 1100, + 4.788, + 1104, + 3.308, + 1213, + 3.01, + 1275, + 4.342, 1283, - 2.05, - 1293, - 1.539, - 1340, - 1.946, - 1369, - 1.586, - 1372, - 2.132, - 1527, - 4.964, - 1529, - 2.415, + 3.344, + 1307, + 2.429, + 1326, + 2.429, + 1343, + 2.21, + 1375, + 2.914, + 1387, + 3.947, + 1411, + 4.724, + 1438, + 3.122, + 1475, + 2.831, + 1511, + 2.151, 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, + 3.01, + 1566, + 5.617, + 1616, + 2.521, + 1632, + 2.521, + 1662, + 2.692, + 1697, + 2.573, + 1769, + 2.82, + 1770, + 4.533, + 1773, + 4.032, + 1804, + 2.936, + 1848, + 2.521, + 1871, + 1.934, + 1908, + 2.767, + 1920, + 3.885, + 1933, + 3.257, 1961, - 4.681, + 3.726, + 1966, + 5.628, + 1967, + 3.99, + 1968, + 2.123, + 1969, + 2.914, + 1970, + 3.99, + 1971, + 3.122, + 1972, + 3.99, + 1973, + 2.387, + 1974, + 4.994, + 1975, + 0.944, + 1976, + 3.649, 1977, - 1.886, + 3.649, + 1978, + 3.649, + 1979, + 3.726, 1980, - 5.205, + 3.649, + 1981, + 3.99, 1982, - 1.737, + 1.977, 1983, - 2.284, + 3.99, + 1984, + 3.01, + 1985, + 3.99, + 1986, + 3.649, + 1987, + 3.424, 1988, - 6.455, + 3.122, 1989, - 2.587, + 4.247, + 1990, + 4.032, 1991, - 4.587, + 2.914, 1992, - 3.024, + 3.99, 1993, - 2.229, + 6.669, 1994, - 2.415, + 5.438, + 1995, + 3.99, 1996, - 6.994, + 3.99, + 1997, + 2.276, + 1998, + 3.99, + 1999, + 2.21, + 2000, + 3.99, + 2001, + 3.99, + 2002, + 3.122, + 2003, + 3.99, + 2004, + 3.649, + 2005, + 3.99, + 2006, + 3.216, + 2007, + 2.521, + 2008, + 3.256, + 2009, + 6.121, + 2010, + 3.256, + 2011, + 3.99, 2012, - 2.587, + 3.122, + 2013, + 2.756, 2014, - 2.587, + 3.424, + 2015, + 2.689, + 2016, + 3.99, 2017, - 2.587, + 3.99, + 2018, + 3.99, + 2019, + 2.689, 2020, - 2.229, + 2.914, + 2021, + 3.256, + 2022, + 7.728, + 2023, + 4.617, + 2024, + 2.767, + 2025, + 3.256, + 2026, + 4.032, + 2027, + 1.977, + 2028, + 4.125, + 2029, + 5.438, + 2030, + 2.689, 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, + 3.122, + 2032, + 3.424 + ] + ], + [ + "type/manuals/physics-messages", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/physics-messages", + [ + 0, + 0.845, + 1, + 1.765, + 2, + 1.747, + 3, + 1.811, + 4, + 1.811, + 5, + 1.821, + 6, + 1.821, + 7, + 1.541, + 10, + 1.492, + 18, + 1.125, + 20, + 1.342, + 22, + 2.836, + 38, + 1.19, + 43, + 4.695, + 57, + 1.423, + 59, + 0.623, + 103, + 2.324, + 107, + 1.722, + 126, + 1.37, + 160, + 2.66, + 165, 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 + 167, + 3.659, + 169, + 1.346, + 170, + 2.646, + 171, + 5.176, + 178, + 4.253, + 202, + 2.241, + 207, + 3.702, + 230, + 2.402, + 240, + 1.962, + 241, + 1.937, + 268, + 2.331, + 269, + 1.566, + 280, + 3.548, + 332, + 2.297, + 380, + 2.45, + 411, + 3.581, + 446, + 5.057, + 490, + 3.779, + 500, + 2.518, + 511, + 3.672, + 514, + 4.767, + 555, + 2.149, + 561, + 2.187, + 568, + 5.084, + 629, + 2.721, + 669, + 4.278, + 752, + 3.18, + 866, + 2.571, + 914, + 2.883, + 931, + 2.764, + 962, + 5.365, + 1007, + 3.17, + 1019, + 4.204, + 1025, + 4.51, + 1146, + 3.91, + 1198, + 3.936, + 1279, + 6.04, + 1287, + 4.896, + 1378, + 4.201, + 1406, + 3.149, + 1473, + 4.896, + 1486, + 4.896, + 1588, + 4.433, + 1607, + 5.24, + 1608, + 6.41, + 1609, + 5.24, + 1666, + 4.278, + 1672, + 4.877, + 1928, + 5.442, + 2033, + 5.921, + 2034, + 6.901, + 2035, + 6.258, + 2036, + 7.763, + 2037, + 6.901, + 2038, + 6.901, + 2039, + 8.273, + 2040, + 7.763, + 2041, + 6.901, + 2042, + 5.012, + 2043, + 6.608, + 2044, + 6.901, + 2045, + 6.901, + 2046, + 6.901, + 2047, + 9.048, + 2048, + 9.048 ] ], [ - "type/manuals/html5", + "type/manuals/optimization-size", [ 0, 0.731 ] ], [ - "data/manuals/html5", + "data/manuals/optimization-size", [ 0, - 0.27, + 0.324, 1, - 0.563, + 0.677, 2, - 0.954, + 0.67, 3, - 0.578, + 0.695, 4, - 0.578, + 0.695, 5, - 0.581, + 0.698, 6, - 0.581, + 0.698, 7, - 1.567, + 1.503, 8, - 1.382, - 9, - 0.924, + 0.74, 10, - 1.601, + 1.584, 11, - 1.05, - 13, - 0.728, - 16, - 0.917, - 19, - 1.275, + 1.596, + 12, + 1.208, + 18, + 1.119, + 20, + 1.399, 21, - 2.075, + 2.969, 22, - 2.502, - 23, - 1.266, - 24, - 1.721, - 26, - 1.926, + 3.011, 27, - 2.382, + 3.277, 28, - 1.756, - 29, - 1.111, - 30, - 1.111, - 32, - 1.877, - 33, - 1.553, - 35, - 0.654, - 37, - 0.977, - 39, - 0.87, - 41, - 0.64, + 2.135, + 36, + 1.751, + 38, + 1.118, 42, - 1.396, - 43, - 1.317, + 1.198, 46, - 1.376, - 48, - 1.999, + 1.535, 49, - 1.768, - 51, - 1.931, + 0.915, + 52, + 1.213, + 54, + 3.478, + 56, + 1.03, 57, - 1.364, + 1.478, 59, - 0.935, + 1.043, 60, - 0.897, + 1.226, + 62, + 0.881, 65, - 1.171, - 68, - 1.92, - 70, - 1.901, - 71, - 1.576, - 72, - 1.49, - 73, - 2.872, - 74, - 1.168, + 1.743, + 75, + 2.489, 77, - 1.804, - 82, - 2.337, - 86, - 1.667, - 87, - 0.912, - 92, - 2.784, - 94, - 0.761, - 97, - 1.513, + 1.366, + 79, + 0.945, + 90, + 0.631, + 96, + 0.839, 99, - 1.078, - 101, - 1.79, + 1.07, + 100, + 1.375, + 102, + 1.874, + 103, + 1.519, + 106, + 1.833, + 107, + 1.948, + 108, + 2.154, + 109, + 0.986, 111, - 0.737, + 1.105, + 113, + 1.468, + 116, + 1.714, + 117, + 1.557, 121, - 0.622, - 123, - 1.366, + 1.457, 125, - 0.89, - 137, - 1.143, - 138, - 1.561, - 139, - 2.183, - 141, - 1.44, + 2.007, + 126, + 1.916, + 128, + 2.159, + 132, + 4.053, 144, - 1.142, + 2.973, + 145, + 1.641, 147, - 0.968, - 149, - 0.685, + 4.935, + 148, + 2.065, 150, - 1.808, - 151, - 1.551, - 152, - 2.729, + 2.123, + 153, + 2.525, + 157, + 2.969, 158, - 1.279, - 159, - 0.826, - 160, - 1.516, - 161, - 2.066, - 162, - 0.969, - 172, - 0.609, - 175, - 3.379, - 180, - 3.757, - 181, - 3.756, - 184, - 2.215, + 1.929, + 169, + 1.09, + 174, + 1.079, + 177, + 0.81, + 185, + 4.128, 186, - 1.752, - 187, - 1.52, - 190, - 0.626, - 191, - 1.483, + 4.243, 193, - 1.237, + 1.641, + 194, + 1.921, 196, - 0.747, + 1.523, + 197, + 1.944, 198, - 1.232, - 217, - 1.984, - 218, - 0.844, - 224, - 1.613, - 229, - 0.968, - 232, - 1.796, - 234, - 2.004, - 236, - 1.129, - 237, - 2.083, - 247, - 1.594, - 248, - 0.995, - 251, - 2.91, + 2.689, + 199, + 1.887, + 201, + 1.884, + 205, + 1.996, + 207, + 0.881, + 210, + 1.07, + 226, + 0.736, + 229, + 1.77, + 230, + 0.921, + 231, + 0.993, + 240, + 1.876, + 241, + 1.413, 256, - 1.108, - 257, - 2.604, - 263, - 2.455, + 2.124, + 260, + 2.469, + 268, + 1.862, + 269, + 1.903, 271, - 2.397, - 277, - 1.667, - 281, - 1.889, + 1.357, + 273, + 2.322, + 280, + 1.038, 282, - 1.156, - 283, - 3.641, + 2.182, 288, - 1.467, + 2.375, 290, - 2.039, - 291, - 1.295, - 292, - 1.52, - 293, - 1.984, - 300, - 1.411, - 302, - 2.198, - 316, - 1.487, - 317, - 1.415, - 321, - 1.561, - 322, - 1.219, + 2.202, + 313, + 2.587, + 323, + 2.636, 324, - 2.541, - 339, - 2.472, - 343, - 0.626, - 346, - 2.28, - 349, - 1.171, + 1.509, + 328, + 1.583, + 332, + 0.881, + 333, + 0.753, + 334, + 1.466, + 342, + 1.185, + 345, + 2.135, + 347, + 1.707, 350, - 1.646, - 355, - 2.488, - 357, - 1.828, - 364, - 1.525, - 366, - 2.648, - 391, - 2.453, - 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, + 3.386, + 359, + 1.164, + 368, + 0.753, + 384, + 1.878, + 390, + 3.331, + 392, + 1.543, 432, - 1.067, - 440, - 1.078, - 441, - 0.766, + 1.878, + 433, + 1.079, 442, - 1.419, - 444, - 1.186, - 448, - 1.295, - 456, - 1.078, - 460, - 0.943, - 465, - 1.626, - 469, - 1.896, - 473, - 1.09, + 1.973, + 452, + 1.281, + 454, + 1.754, + 455, + 1.996, + 457, + 1.564, + 463, + 1.784, + 471, + 1.181, + 472, + 2.03, + 474, + 1.933, 480, - 1.483, - 481, - 0.826, - 491, - 0.919, - 502, - 1.056, - 514, - 0.781, + 1.743, + 490, + 1.105, + 500, + 1.607, + 504, + 2.207, + 510, + 2.079, + 513, + 1.373, 521, - 1.478, - 539, - 1.317, - 547, - 2.69, - 548, - 1.658, + 2.296, + 522, + 2.182, + 534, + 1.244, + 543, + 1.062, + 545, + 6.561, + 551, + 5.061, + 552, + 2.178, + 553, + 2.023, 554, - 2.179, - 569, - 1.09, - 580, - 1.828, - 581, - 1.902, - 582, - 1.796, - 583, - 1.357, - 587, - 1.981, - 588, - 5.027, + 0.993, + 555, + 1.372, + 561, + 0.839, 590, - 1.247, - 594, - 2.032, - 595, - 1.366, - 597, - 1.889, - 598, - 1.561, + 2.733, + 596, + 1.446, + 601, + 1.607, + 602, + 1.782, 603, - 3.235, - 607, - 1.828, - 611, - 3.189, - 612, - 1.754, + 1.105, + 604, + 3.343, + 605, + 2.512, + 614, + 2.219, 615, - 1.275, - 616, - 1.129, - 617, - 6.57, - 618, - 1.419, - 621, - 2.013, + 2.344, 622, - 1.45, + 2.743, + 623, + 4.285, + 627, + 1.533, + 629, + 1.702, 632, - 1.34, + 2.42, 633, - 1.304, - 639, - 1.295, + 1.341, + 636, + 2.17, + 642, + 2.868, 644, - 1.142, - 645, - 1.171, - 648, - 1.722, - 654, - 2.333, - 655, - 1.658, - 656, - 2.219, - 659, - 2.297, - 666, - 0.863, - 669, - 2.506, + 1.311, 680, - 1.49, - 682, - 1.103, - 693, - 1.828, - 694, - 0.977, - 697, - 2.183, - 700, - 1.004, + 2.314, + 683, + 1.871, + 691, + 1.348, + 692, + 1.653, + 695, + 1.196, 702, - 1.056, - 712, - 0.904, - 714, - 1.49, - 719, - 0.986, - 726, - 1.689, - 728, - 1.115, - 743, - 1.828, + 2.207, + 703, + 1.038, + 711, + 1.583, + 715, + 1.39, + 751, + 1.07, + 752, + 1.219, + 757, + 2.159, 758, - 0.951, + 1.175, 759, - 1.33, - 776, - 0.977, - 780, - 1.391, - 782, - 1.255, - 785, - 1.45, - 792, - 0.809, - 795, - 1.275, - 799, - 3.702, - 802, - 2.477, - 803, - 4.621, - 804, - 1.103, - 805, - 1.067, + 1.707, + 762, + 1.992, 808, - 0.781, - 824, - 1.067, - 827, - 0.838, - 858, - 1.195, + 1.408, + 809, + 2.476, + 826, + 1.39, + 852, + 1.828, + 856, + 1.062, 860, - 0.844, - 888, - 2.949, - 889, - 1.478, + 1.341, + 866, + 0.986, + 883, + 1.996, + 894, + 2.236, + 898, + 1.564, + 900, + 2.07, 902, - 1.419, - 909, - 1.754, + 1.509, + 903, + 2.375, + 904, + 1.878, + 917, + 1.992, 918, - 1.317, - 919, - 1.09, + 1.269, + 921, + 1.707, + 924, + 2.091, + 931, + 0.725, + 935, + 4.351, + 939, + 3.63, 941, - 1.419, + 1.038, + 943, + 5.061, 947, - 2.864, - 948, - 1.425, - 949, - 1.275, + 1.39, 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, + 1.196, + 975, + 2.714, + 978, + 1.046, + 993, + 1.487, + 1002, + 2.803, + 1010, + 1.088, 1029, - 1.796, - 1040, - 1.45, - 1042, - 1.981, - 1044, - 1.014, - 1050, - 1.419, - 1063, - 1.66, - 1074, - 1.91, - 1079, - 1.889, - 1095, - 1.317, - 1104, - 1.103, - 1127, - 1.078, - 1149, - 1.483, - 1156, - 0.995, + 1.283, + 1031, + 1.933, + 1043, + 1.904, + 1060, + 1.487, + 1101, + 2.592, + 1131, + 2.182, + 1139, + 3.18, + 1146, + 1.144, 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, - 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, - 1584, - 1.608, + 2.636, + 1173, + 1.297, + 1216, + 3.011, + 1220, + 2.731, + 1235, + 1.707, + 1260, + 1.557, + 1293, + 1.996, + 1296, + 0.986, + 1309, + 1.446, + 1314, + 3.814, + 1323, + 1.105, + 1324, + 1.373, + 1326, + 2.682, + 1327, + 1.784, + 1341, + 1.878, + 1354, + 1.933, + 1375, + 1.933, + 1403, + 1.256, + 1428, + 3.092, + 1441, + 1.933, + 1458, + 2.271, + 1487, + 1.996, + 1488, + 2.42, + 1511, + 1.427, + 1541, + 1.427, + 1544, + 2.731, + 1546, + 1.373, + 1558, + 1.641, + 1559, + 1.641, 1592, - 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.878, + 1604, + 1.39, + 1628, + 3.035, + 1637, + 1.707, + 1681, + 1.134, + 1684, + 1.533, + 1690, + 1.784, + 1691, + 1.878, + 1698, + 2.731, + 1719, + 2.07, + 1769, 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, + 1770, + 2.682, + 1797, + 2.841, + 1807, + 1.269, + 1841, + 1.533, + 1868, + 1.707, + 1871, + 2.135, 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, + 1.611, + 1874, + 1.557, + 1882, + 1.175, + 1884, + 1.124, + 1911, + 1.357, + 1920, + 2.05, + 1931, + 2.375, + 1942, + 2.476, + 1961, + 1.611, + 1969, + 4.133, + 1975, + 0.558, + 2006, + 2.314, + 2007, + 3.576, + 2024, + 2.558, + 2025, + 2.159, 2031, - 1.737, - 2038, - 1.673, + 3.446, + 2049, + 1.672, + 2050, + 2.271, + 2051, + 1.996, + 2052, + 7.327, + 2053, + 2.07, + 2054, + 4.179, + 2055, + 2.647, + 2056, + 2.647, + 2057, + 1.672, + 2058, + 2.647, + 2059, + 2.647, + 2060, + 1.996, + 2061, + 2.271, + 2062, + 1.996, + 2063, + 3.218, + 2064, + 2.647, + 2065, + 1.996, + 2066, + 2.902, + 2067, + 2.647, + 2068, + 2.42, + 2069, + 2.647, 2070, - 1.275, + 1.672, + 2071, + 2.271, + 2072, + 1.784, + 2073, + 3.323, + 2074, + 2.07, + 2075, + 1.583, + 2076, + 2.647, 2077, - 1.34, + 5.661, + 2078, + 1.672, + 2079, + 2.42, + 2080, + 5.652, + 2081, + 2.647, + 2082, + 3.125, 2083, - 1.796, + 3.043, + 2084, + 2.841, + 2085, + 2.159, + 2086, + 1.933, + 2087, + 1.672, + 2088, + 1.933, + 2089, + 1.487, + 2090, + 2.647, + 2091, + 2.42, + 2092, + 2.271, + 2093, + 1.996, + 2094, + 3.218, + 2095, + 2.636, + 2096, + 1.466, + 2097, + 1.828, + 2098, + 2.42, + 2099, + 5.175, + 2100, + 1.933, + 2101, + 1.641, + 2102, + 2.647, + 2103, + 2.271, + 2104, + 2.271, + 2105, + 1.743, + 2106, + 2.271, + 2107, + 2.647, + 2108, + 2.42, + 2109, + 2.647, + 2110, + 4.617, + 2111, + 2.42, + 2112, + 4.617, + 2113, + 4.856, + 2114, + 1.672, + 2115, + 2.159, + 2116, + 2.512, + 2117, + 1.743, + 2118, + 2.07, + 2119, + 2.42, + 2120, + 1.996, + 2121, + 1.557, + 2122, + 1.996, + 2123, + 1.509, + 2124, + 2.271, + 2125, + 2.647, + 2126, + 2.42, + 2127, + 2.271, + 2128, + 1.996, + 2129, + 2.07, + 2130, + 2.159, + 2131, + 1.933, + 2132, + 2.647, + 2133, + 2.271, + 2134, + 2.42, + 2135, + 1.878, 2136, - 1.419, + 1.743, + 2137, + 2.647, + 2138, + 3.595, + 2139, + 1.996, + 2140, + 2.647, + 2141, + 2.647, + 2142, + 1.743, + 2143, + 1.743, + 2144, + 2.647, + 2145, + 4.405, + 2146, + 4.405, + 2147, + 2.42, + 2148, + 2.159, + 2149, + 2.42, + 2150, + 5.659, + 2151, + 2.647, + 2152, + 2.647, + 2153, + 2.647, 2154, - 1.889, + 3.595, + 2155, + 2.841, + 2156, + 1.611, + 2157, + 2.42, + 2158, + 1.784, + 2159, + 2.42, + 2160, + 1.784, + 2161, + 2.647, 2162, - 1.391, - 2182, - 4.522, - 2183, - 2.201, - 2184, - 2.201, - 2185, - 2.201, + 2.271, + 2163, + 2.42, + 2164, + 1.144, + 2165, + 2.42, + 2166, + 2.647, + 2167, + 2.42, + 2168, + 2.271, + 2169, + 1.784, + 2170, + 2.647, + 2171, + 3.909, + 2172, + 5.659, + 2173, + 1.557, + 2174, + 2.271, + 2175, + 1.743, + 2176, + 2.647, + 2177, + 2.647, + 2178, + 2.647, + 2179, + 2.647, + 2180, + 1.743, + 2181, + 2.271, + 2182, + 2.259, + 2183, + 2.647, + 2184, + 1.996, + 2185, + 2.647, 2186, - 1.796, + 2.271, 2187, - 1.889, + 2.42, 2188, - 2.201, + 1.933, 2189, - 2.201, + 1.466, 2190, - 2.013, + 1.533, 2191, - 2.013, + 1.828, 2192, - 2.201, + 3.909, 2193, - 1.561, + 3.595, 2194, - 2.201, + 2.551, 2195, - 3.731, + 2.271, 2196, - 5.653, + 2.159, 2197, - 3.333, + 2.42 + ] + ], + [ + "type/manuals/adapting-graphics-to-screen-size", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/adapting-graphics-to-screen-size", + [ + 0, + 0.356, + 1, + 0.743, + 2, + 0.736, + 3, + 0.763, + 4, + 0.763, + 5, + 0.767, + 6, + 0.767, + 7, + 1.485, + 8, + 2.156, + 9, + 1.614, + 10, + 1.666, + 12, + 1.326, + 18, + 1.132, + 20, + 1.446, + 22, + 1.956, + 23, + 4.919, + 24, + 3.007, + 28, + 1.409, + 31, + 1.683, + 32, + 3.883, + 36, + 2.025, + 38, + 1.013, + 39, + 0.613, + 42, + 0.864, + 43, + 2.47, + 44, + 1.988, + 46, + 1.605, + 47, + 3.129, + 48, + 2.756, + 52, + 1.664, + 54, + 3.93, + 55, + 2.283, + 56, + 1.131, + 57, + 1.377, + 58, + 3.136, + 59, + 1.061, + 60, + 0.809, + 62, + 1.584, + 63, + 1.409, + 69, + 1.366, + 72, + 0.967, + 75, + 3.073, + 77, + 1.81, + 78, + 2.112, + 79, + 0.987, + 86, + 0.944, + 87, + 1.836, + 88, + 2.532, + 89, + 2.6, + 90, + 1.44, + 91, + 0.992, + 92, + 2.425, + 95, + 3.251, + 97, + 1.747, + 99, + 1.065, + 100, + 2.02, + 102, + 1.217, + 103, + 2.1, + 106, + 1.819, + 107, + 1.663, + 108, + 2.054, + 109, + 1.083, + 113, + 1.211, + 116, + 1.131, + 118, + 3.069, + 120, + 2.847, + 121, + 1.574, + 122, + 0.905, + 124, + 2.634, + 125, + 0.884, + 126, + 1.81, + 131, + 2.192, + 132, + 3.489, + 133, + 2.6, + 139, + 2.756, + 140, + 2.785, + 142, + 0.864, + 148, + 2.12, + 150, + 1.205, + 153, + 2.413, + 158, + 0.85, + 160, + 1.399, + 169, + 1.3, + 185, + 1.366, + 194, + 1.664, + 196, + 1.005, + 197, + 2.4, + 198, + 1.903, + 201, + 1.358, + 203, + 1.566, + 208, + 1.278, + 210, + 1.925, + 212, + 1.352, + 217, + 2.061, + 226, + 2.145, + 229, + 1.731, + 239, + 1.278, + 240, + 1.353, + 241, + 1.772, + 245, + 2.371, + 250, + 1.123, + 254, + 4.602, + 256, + 1.074, + 257, + 1.88, + 260, + 1.604, + 261, + 2.967, + 263, + 0.869, + 264, + 1.769, + 265, + 1.914, + 268, + 1.426, + 269, + 2.257, + 273, + 0.717, + 274, + 4.111, + 282, + 1.44, + 289, + 1.739, + 294, + 2.714, + 300, + 1.61, + 324, + 1.657, + 341, + 1.394, + 342, + 1.302, + 345, + 5.274, + 357, + 3.208, + 359, + 2.658, + 361, + 1.633, + 368, + 1.353, + 370, + 3.59, + 373, + 2.897, + 374, + 3.069, + 375, + 2.273, + 376, + 6.388, + 377, + 2.657, + 378, + 3.069, + 379, + 3.208, + 380, + 1.032, + 387, + 2.131, + 389, + 1.61, + 390, + 2.545, + 391, + 1.802, + 393, + 2.273, + 394, + 7.793, + 403, + 4.956, + 404, + 4.415, + 412, + 4.073, + 416, + 2.122, + 419, + 1.836, + 429, + 4.013, + 433, + 1.185, + 434, + 1.352, + 436, + 1.914, + 437, + 3.883, + 439, + 1.959, + 445, + 2.273, + 446, + 1.456, + 452, + 1.383, + 454, + 3.296, + 455, + 3.59, + 456, + 4.155, + 457, + 1.69, + 459, + 2.214, + 463, + 1.959, + 470, + 4.728, + 471, + 1.276, + 472, + 1.339, + 473, + 1.278, + 478, + 2.657, + 479, + 1.786, + 482, + 2.371, + 489, + 1.352, + 492, + 1.683, + 496, + 1.352, + 497, + 1.49, + 513, + 1.508, + 537, + 2.714, + 547, + 2.8, + 554, + 2.268, + 559, + 2.371, + 561, + 1.508, + 573, + 2.621, + 582, + 1.769, + 603, + 1.214, + 614, + 1.866, + 623, + 2.112, + 627, + 1.683, + 629, + 2.318, + 634, + 1.148, + 636, + 1.114, + 643, + 2.192, + 648, + 1.409, + 674, + 1.456, + 676, + 2.172, + 677, + 2.193, + 681, + 1.424, + 691, + 0.889, + 692, + 1.786, + 694, + 2.122, + 695, + 1.314, + 728, + 1.424, + 740, + 1.473, + 744, + 2.307, + 751, + 3.348, + 761, + 4.287, + 774, + 2.151, + 792, + 1.657, + 793, + 1.352, + 795, + 1.874, + 798, + 5.526, + 799, + 5.914, + 801, + 2.332, + 808, + 1.546, + 815, + 1.802, + 819, + 1.71, + 826, + 1.527, + 828, + 1.71, + 831, + 1.739, + 834, + 2.994, + 856, + 1.166, + 894, + 2.388, + 898, + 1.032, + 911, + 1.61, + 914, + 1.214, + 920, + 2.273, + 925, + 3.135, + 935, + 1.44, + 947, + 2.5, + 950, + 1.914, + 965, + 2.371, + 975, + 1.394, + 978, + 1.148, + 981, + 2.897, + 995, + 1.836, + 1041, + 1.314, + 1043, + 3.019, + 1079, + 1.409, + 1120, + 1.71, + 1224, + 1.394, + 1253, + 1.633, + 1288, + 2.371, + 1289, + 1.802, + 1314, + 1.959, + 1323, + 1.988, + 1324, + 1.508, + 1332, + 1.925, + 1333, + 2.493, + 1376, + 2.122, + 1421, + 2.897, + 1428, + 4.211, + 1445, + 2.061, + 1463, + 4.253, + 1484, + 2.192, + 1487, + 2.192, + 1499, + 1.739, + 1541, + 2.565, + 1557, + 1.739, + 1584, + 1.633, + 1594, + 2.714, + 1604, + 1.527, + 1651, + 2.847, + 1655, + 1.527, + 1662, + 2.093, + 1666, + 1.802, + 1675, + 1.566, + 1681, + 2.039, + 1684, + 1.683, + 1687, + 1.802, + 1719, + 2.273, + 1724, + 1.38, + 1725, + 3.007, + 1767, + 1.71, + 1797, + 1.874, + 1840, + 1.657, + 1841, + 1.683, + 1864, + 1.914, + 1872, + 2.897, + 1874, + 1.71, + 1882, + 2.682, + 1883, + 2.371, + 1886, + 2.192, + 1948, + 1.546, + 1968, + 1.546, + 2012, + 2.273, + 2027, + 2.994, + 2057, + 3.007, + 2071, + 2.493, + 2073, + 2.192, + 2191, + 2.007, 2198, - 2.013, + 6.986, 2199, - 3.77, + 4.759, 2200, - 2.201, + 3.476, 2201, - 2.382, + 2.493, 2202, - 1.889, + 2.493, 2203, - 5.858, + 2.657, 2204, - 1.317, + 2.906, 2205, - 2.201, + 2.906, 2206, - 2.754, + 2.906, 2207, - 2.201, + 2.906, 2208, - 1.45, + 6.043, 2209, - 1.364, + 2.906, 2210, - 3.77, + 2.906, 2211, - 3.77, + 2.493, 2212, - 1.483, + 5.995, 2213, - 4.522, + 5.185, 2214, - 4.945, + 2.906, 2215, - 1.561, + 6.043, 2216, - 2.754, + 2.906, 2217, - 1.608, + 2.897, 2218, - 2.013, + 2.657, 2219, - 1.889, + 4.083, 2220, - 2.013, + 1.739, 2221, - 1.608, + 2.657, 2222, - 2.754, + 2.493, 2223, - 2.675, + 2.657, 2224, - 2.201, + 2.906, 2225, - 1.295, + 2.371, 2226, - 3.235, + 1.836, 2227, - 3.77, + 2.906, 2228, - 2.949, + 2.273, 2229, - 4.035, + 2.906, 2230, - 2.201, + 2.906, 2231, - 2.201, + 2.906, 2232, - 1.317, + 2.493, 2233, - 3.447, + 2.906, 2234, - 2.013, + 2.657, 2235, - 1.45, + 2.657, 2236, - 2.013, + 2.95, 2237, - 2.201, + 2.906, 2238, - 2.201, + 2.371, 2239, - 2.201, + 2.657, 2240, - 2.754, + 2.657, 2241, - 2.013, + 2.906, 2242, - 2.201, + 2.906, 2243, - 1.561, + 3.883, 2244, - 2.013, + 2.007, 2245, - 2.201, + 2.493, 2246, - 1.722, + 4.759, 2247, - 2.201, + 2.657, 2248, - 2.013, + 2.906, 2249, - 2.949, + 1.959, 2250, - 2.201, + 2.657, 2251, - 3.235, + 2.906, 2252, - 1.889, + 2.906, 2253, - 2.201, + 2.371, 2254, - 6.592, + 2.906, 2255, - 2.013, + 2.906, 2256, - 2.013, + 5.526, 2257, - 1.796, + 2.906, 2258, - 1.608, + 6.043, 2259, - 1.722, + 3.723, 2260, - 2.754, + 3.476, 2261, - 1.52, + 1.633, 2262, - 2.013, + 3.723, 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.273 ] ], [ - "type/manuals/script-properties", + "type/manuals/ads", [ 0, 0.731 ] ], [ - "data/manuals/script-properties", + "data/manuals/ads", [ 0, - 0.679, + 0.843, 1, - 1.417, + 1.759, 2, - 1.403, + 1.741, 3, - 1.454, + 1.805, 4, - 1.454, + 1.805, 5, - 1.462, + 1.815, 6, - 1.462, + 1.815, 7, - 1.537, - 8, - 0.709, + 1.58, 9, - 0.876, + 2.333, 10, - 1.422, - 11, - 0.996, - 16, - 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, + 1.487, + 18, + 1.076, + 20, + 1.2, + 38, + 0.764, 46, - 2.508, - 48, - 2.168, - 50, - 4.66, - 51, - 1.04, + 1.585, + 57, + 1.155, 59, - 2.353, - 68, - 1.768, - 70, - 1.751, - 71, - 1.599, + 0.966, + 72, + 2.289, 77, - 1.105, - 86, - 1.599, + 1.424, + 79, + 0.767, 91, - 2.124, + 2.348, 99, - 2.578, - 102, - 3.047, - 104, - 3.956, - 110, - 1.844, - 111, - 3.581, - 117, - 3.359, - 121, - 2.766, - 125, - 2.241, - 135, + 1.077, + 103, 2.079, - 137, - 1.159, + 106, + 1.232, + 107, + 1.718, + 110, + 2.718, + 113, + 1.378, + 121, + 2.275, + 142, + 2.045, + 148, + 1.411, 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.156, - 290, - 1.928, - 291, - 1.903, - 298, - 2.172, - 310, - 2.776, + 2.552, + 153, + 2.521, + 158, + 2.011, + 169, + 1.343, + 194, + 1.953, + 197, + 2.363, + 198, + 2.914, + 199, + 2.947, + 229, + 1.261, + 241, + 2.158, 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.697, + 390, + 2.897, + 452, + 2.625, + 471, + 1.844, + 480, + 4.531, + 500, + 2.509, + 556, + 2.826, + 573, + 2.581, + 629, + 2.068, + 636, + 2.637, 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.435, + 660, + 4.115, + 695, + 3.11, + 762, + 3.11, 801, - 3.26, - 805, - 2.686, - 813, - 3.069, - 827, - 2.967, - 833, - 3.827, - 849, - 5.697, - 874, - 4.047, - 882, - 2.948, - 958, - 3.591, - 968, - 2.745, - 969, - 2.658, + 5.445, + 911, + 3.81, + 918, + 3.299, + 939, + 3.407, + 941, + 2.697, + 947, + 4.743, + 975, + 3.299, + 1034, + 2.637, + 1067, + 2.247, + 1120, + 4.048, + 1146, + 2.972, 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.209, - 2150, - 4.334, - 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.37, + 1327, + 4.636, + 1546, + 3.569, + 1631, + 4.264, + 1681, + 2.947, + 1769, + 3.169, + 1840, + 3.923, + 1975, + 1.277, + 2032, + 5.902, + 2053, + 5.381, + 2063, + 5.024, + 2065, + 5.189, + 2072, + 8.04, + 2074, + 8.694, + 2075, + 6.402, + 2114, + 4.347, + 2127, + 5.902, + 2189, + 3.81, + 2194, + 5.229, + 2264, + 7.885, + 2265, + 6.878, + 2266, + 7.367, + 2267, + 5.612, + 2268, + 3.66, + 2269, + 5.902, + 2270, + 6.29, + 2271, + 5.381, + 2272, + 5.612, + 2273, + 5.902, + 2274, + 6.878, + 2275, + 5.612, + 2276, + 6.29, + 2277, + 6.878, + 2278, + 6.878, + 2279, + 5.189, + 2280, + 6.878, + 2281, + 5.381, + 2282, + 6.878 ] ], [ - "type/manuals/getting-help", + "type/manuals/physics-objects", [ 0, 0.731 ] ], [ - "data/manuals/getting-help", + "data/manuals/physics-objects", [ - 0, - 0.591, - 1, - 1.233, - 2, - 1.221, - 3, - 1.265, - 4, - 2.189, - 5, - 1.272, - 6, - 1.272, 7, - 1.566, - 8, - 1.067, - 9, - 1.007, + 1.551, 10, - 1.287, + 2.232, 11, - 1.074, - 13, - 2.333, - 16, - 0.975, - 21, - 1.874, + 1.808, + 18, + 1.132, + 20, + 1.45, 22, - 2.501, - 23, - 1.042, - 28, - 2.504, - 29, - 1.083, + 2.051, + 27, + 2.89, 30, - 1.082, - 32, - 2.005, - 33, - 1.298, - 34, - 2.75, + 3.769, + 31, + 5.98, + 36, + 0.995, + 38, + 1.1, 39, - 2.787, - 41, - 2.05, + 1.053, 46, - 1.341, - 48, - 1.341, - 51, - 1.323, - 63, - 2.313, - 68, - 1.6, - 70, - 1.083, - 71, - 1.447, - 74, - 0.783, + 1.032, + 56, + 1.942, + 57, + 1.396, + 59, + 1.019, + 62, + 1.661, 77, - 1.83, - 86, - 1.393, + 1.033, + 79, + 0.927, + 90, + 1.724, + 92, + 2.902, + 96, + 2.956, + 99, + 0.917, 100, - 4.15, - 121, - 1.363, - 123, - 1.747, + 1.858, + 102, + 1.85, + 103, + 1.665, + 106, + 0.894, + 107, + 1.376, + 108, + 1.467, + 111, + 3.021, + 113, + 1.449, 125, - 1.95, - 127, - 2.946, - 137, - 0.717, + 2.2, + 126, + 1.688, + 138, + 4.072, 141, - 1.413, + 2.675, + 142, + 2.773, 146, - 1.905, + 3.544, + 148, + 1.914, + 150, + 1.831, 151, - 1.87, - 152, - 2.499, - 158, - 2.392, - 160, - 1.494, - 161, - 1.938, - 172, - 1.334, + 2.051, + 153, + 2.343, + 155, + 3.153, + 156, + 2.936, + 169, + 1.388, + 175, + 3.708, 182, - 1.934, - 191, - 1.786, - 193, - 1.018, + 3.848, + 194, + 1.32, 198, - 1.575, - 219, - 2.443, - 222, - 3.25, - 237, - 1.92, + 1.97, + 200, + 5.178, + 202, + 1.62, + 229, + 0.915, + 230, + 2.517, + 240, + 1.419, + 241, + 1.549, + 245, + 4.072, 247, - 1.515, - 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.809, - 349, - 4.883, - 363, - 2.179, - 364, - 1.95, - 393, - 2.875, - 395, + 2.813, + 251, + 3.333, + 260, + 2.438, + 261, + 3.072, + 263, + 2.163, + 268, 1.905, - 402, - 3.048, - 407, - 1.901, - 410, - 2.75, - 411, - 2.243, - 412, - 2.502, - 418, - 4.457, + 269, + 1.641, + 273, + 2.1, + 291, + 4.189, + 292, + 2.138, + 314, + 3.899, + 330, + 2.306, + 332, + 1.661, + 333, + 2.057, + 368, + 2.057, + 378, + 3.218, + 379, + 3.364, + 380, + 1.772, + 390, + 2.102, 420, - 3.25, - 422, - 3.189, - 432, - 2.337, - 465, - 2.41, - 469, - 3.745, - 478, - 2.014, - 495, - 2.75, - 521, - 1.89, - 522, - 4.043, + 3.447, + 426, + 5.282, + 441, + 2.5, + 452, + 1.451, + 468, + 3.54, + 471, + 1.338, + 473, + 2.195, + 487, + 3.54, + 523, + 2.59, 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, - 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, - 2377, - 4.373, - 2378, - 4.137, - 2379, - 6.965, - 2380, - 3.772, - 2381, - 4.821, - 2382, - 7.053, - 2383, - 7.626, - 2384, - 4.821, - 2385, - 6.052, - 2386, - 4.821, - 2387, - 7.488, - 2388, - 4.408, - 2389, - 3.33, - 2390, - 4.821, - 2391, - 4.408, - 2392, - 5.4, - 2393, - 4.294, - 2394, - 6.449, - 2395, - 8.34, - 2396, - 3.25, - 2397, - 7.053, - 2398, - 7.626, - 2399, - 3.637, - 2400, - 4.821, - 2401, - 6.052, - 2402, - 3.521, - 2403, - 4.137, - 2404, - 4.821, - 2405, - 4.408, - 2406, - 4.821, - 2407, - 4.137, - 2408, - 4.872, - 2409, - 6.433, - 2410, - 3.934, - 2411, - 3.109, - 2412, - 3.521, - 2413, - 4.137, - 2414, - 4.821, - 2415, - 4.408, - 2416, - 4.821, - 2417, - 6.449, - 2418, - 4.821, - 2419, - 3.637, - 2420, - 3.637, - 2421, - 3.047, - 2422, - 4.821, - 2423, - 3.772, - 2424, - 3.772, - 2425, - 3.637, - 2426, - 3.42, - 2427, - 4.821, - 2428, - 4.548, - 2429, - 3.934, - 2430, - 4.821, - 2431, - 4.137 - ] - ], - [ - "type/manuals/texture-filtering", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/texture-filtering", - [ - 0, - 1.083, - 1, - 2.26, - 2, - 2.237, - 3, - 2.319, - 4, - 2.319, - 5, - 2.331, - 6, - 2.331, - 7, - 1.47, - 23, - 1.91, - 30, - 1.08, - 33, - 1.404, - 74, - 1.173, - 77, - 1.762, - 158, - 2.997, - 193, - 1.865, - 244, - 4.642, - 263, - 2.472, - 305, - 5.117, - 324, - 5.956, - 366, - 4.776, + 2.936, + 561, + 1.582, + 568, + 4.78, + 573, + 3.192, + 577, + 1.957, 580, - 4.283, - 594, - 4.341, - 710, - 3.201, - 912, - 6.676, - 948, - 3.339, - 1011, - 4.821, - 1889, - 5.117, - 2035, - 7.716, - 2425, - 6.666, - 2432, - 8.836, - 2433, - 8.836, - 2434, - 8.265, - 2435, - 7.121, - 2436, - 9.66, - 2437, - 8.836, - 2438, - 8.836, - 2439, - 7.21, - 2440, - 8.836, - 2441, - 8.836, - 2442, - 8.836, - 2443, - 8.836, - 2444, - 7.582 - ] - ], - [ - "type/manuals/atlas", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/atlas", - [ - 0, - 0.336, - 1, - 0.702, - 2, - 0.695, - 3, - 0.72, - 4, - 0.72, - 5, - 0.724, - 6, - 0.724, - 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, - 52, - 0.913, - 53, - 1.769, - 58, - 4.548, - 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, - 77, - 0.547, - 80, - 1.264, - 83, - 2.842, - 86, - 1.515, - 87, - 2.795, - 92, - 2.928, - 97, - 1.776, - 102, - 1.995, - 108, - 1.716, - 110, - 2.245, - 111, - 3.096, - 119, - 2.948, - 121, - 2.41, - 123, - 0.994, - 127, - 2.818, - 136, - 1.947, - 137, - 1.198, - 141, - 2.0, - 143, - 2.876, - 149, - 2.654, - 151, - 1.064, - 159, - 1.03, - 160, - 1.442, - 161, - 2.019, - 162, - 1.922, - 167, - 1.671, - 168, - 1.589, - 182, - 1.822, - 189, - 2.004, - 190, - 2.125, - 191, - 1.708, - 195, - 1.479, - 198, - 1.483, - 202, - 5.454, - 218, - 2.587, - 223, - 2.515, - 224, - 0.755, - 229, - 1.997, - 230, - 2.385, - 234, - 2.273, - 237, - 1.553, - 241, - 2.927, - 244, - 1.442, - 247, - 0.498, - 256, - 0.807, - 261, - 1.424, - 263, - 0.768, - 267, - 2.112, - 273, - 1.767, - 278, - 2.064, - 281, - 1.375, - 285, - 4.416, - 288, - 4.415, - 289, - 1.734, - 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, - 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, - 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, - 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, + 3.153, + 608, + 2.472, + 675, + 2.773, + 691, + 2.213, + 692, + 1.872, + 703, + 1.957, + 750, + 3.506, + 765, + 2.98, + 848, + 2.472, + 864, + 3.447, + 877, + 3.287, + 898, + 3.312, + 924, + 2.369, + 931, + 3.131, + 942, + 3.764, + 960, + 2.256, + 962, + 5.433, + 963, + 2.726, + 982, + 2.986, + 1002, + 2.472, + 1007, + 2.534, + 1031, + 6.213, + 1048, + 3.904, + 1116, + 7.789, + 1158, + 2.299, + 1231, + 8.079, + 1236, + 6.206, + 1324, + 3.753, + 1332, + 2.925, + 1416, + 3.54, + 1548, + 3.899, + 1589, + 3.364, + 1617, + 3.904, + 1661, + 2.5, + 1666, + 3.094, + 1684, 2.89, - 756, - 1.359, - 759, - 2.048, - 773, - 2.147, - 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, - 866, - 1.176, - 867, - 2.201, - 869, - 1.734, - 890, - 1.391, - 895, - 2.927, - 906, - 1.701, - 919, - 1.359, - 921, - 2.909, - 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, - 1928, - 1.85, - 1929, - 2.876, - 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, + 1689, + 3.54, + 1797, + 3.218, + 1882, + 2.215, + 1884, + 3.072, + 1885, + 2.89, + 1889, + 3.038, + 1892, + 5.456, + 1966, + 3.364, + 2117, + 3.287, + 2138, + 4.072, + 2148, + 4.072, + 2226, + 3.153, 2268, - 1.769, - 2274, - 1.947, + 4.526, + 2283, + 4.99, + 2284, + 5.901, + 2285, + 5.658, + 2286, + 3.094, + 2287, + 4.072, + 2288, + 4.99, + 2289, + 4.563, + 2290, + 4.072, 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, - 2472, - 2.744, - 2473, - 2.744, - 2474, - 2.744, - 2475, - 1.442, - 2476, - 1.701, - 2477, - 2.509, - 2478, - 2.744, - 2479, - 3.424, - 2480, - 2.744, - 2481, - 2.147, - 2482, - 2.744, - 2483, - 2.744, - 2484, - 2.744, - 2485, - 2.509, - 2486, - 2.744, - 2487, - 2.239, - 2488, - 2.744, - 2489, - 2.509, - 2490, - 1.947, - 2491, - 2.147, - 2492, - 2.744, - 2493, - 2.744, - 2494, - 1.947, - 2495, - 2.239, - 2496, - 2.355, - 2497, - 1.424, - 2498, - 2.509, - 2499, - 4.151, - 2500, - 2.239, - 2501, - 2.004, - 2502, - 1.642, - 2503, - 2.744, - 2504, - 3.22, - 2505, - 1.85, - 2506, - 1.769, - 2507, - 3.895, - 2508, - 2.07, - 2509, - 1.671, - 2510, - 2.004, - 2511, - 3.136, - 2512, - 3.424, - 2513, - 3.424, - 2514, - 3.424, - 2515, - 4.786, - 2516, - 5.505, - 2517, - 2.744, - 2518, - 2.744, - 2519, - 4.54, - 2520, - 2.239, - 2521, - 2.744, - 2522, - 4.151, - 2523, - 2.07, - 2524, - 2.509, - 2525, - 3.424, - 2526, - 2.355, - 2527, - 1.479, - 2528, - 2.744, - 2529, - 4.54, - 2530, - 2.509, - 2531, - 2.509, - 2532, - 2.509, - 2533, - 2.355, - 2534, - 2.004, - 2535, - 2.744, - 2536, - 4.54, - 2537, - 2.509, - 2538, - 2.744, - 2539, - 2.004, - 2540, - 2.147 + 4.99, + 2292, + 4.282, + 2293, + 4.563, + 2294, + 4.99, + 2295, + 4.99, + 2296, + 9.332, + 2297, + 4.664, + 2298, + 3.764, + 2299, + 3.447, + 2300, + 3.447, + 2301, + 4.99, + 2302, + 4.99, + 2303, + 4.99, + 2304, + 4.99, + 2305, + 3.904, + 2306, + 4.99, + 2307, + 3.54, + 2308, + 3.447, + 2309, + 4.282, + 2310, + 5.282, + 2311, + 4.282, + 2312, + 3.764, + 2313, + 4.99, + 2314, + 3.904, + 2315, + 4.072, + 2316, + 3.645, + 2317, + 3.645, + 2318, + 4.99, + 2319, + 4.282, + 2320, + 3.764, + 2321, + 4.563, + 2322, + 4.563, + 2323, + 4.064, + 2324, + 4.563, + 2325, + 4.563, + 2326, + 5.901 ] ], [ - "type/manuals/gui-script", + "type/manuals/working-offline", [ 0, 0.731 ] ], [ - "data/manuals/gui-script", + "data/manuals/working-offline", [ 0, - 0.633, + 0.616, 1, - 1.322, + 1.286, 2, - 1.309, + 1.272, 3, - 1.357, + 1.319, 4, - 1.357, + 2.242, 5, - 1.364, + 1.326, 6, - 1.364, + 1.326, 7, - 1.536, + 1.437, 8, - 1.11, - 9, - 0.953, + 1.406, 10, - 1.73, - 11, - 1.069, - 16, - 1.012, - 21, - 1.055, - 22, - 2.151, - 23, - 1.604, - 29, - 1.161, - 30, - 1.125, - 32, - 0.983, - 33, - 1.389, - 39, - 2.042, - 40, - 5.715, - 41, - 2.919, + 1.846, + 18, + 1.113, + 20, + 1.32, + 36, + 1.45, + 38, + 0.949, 42, - 1.232, + 1.985, + 44, + 2.099, 46, - 1.438, - 47, - 5.218, - 48, - 2.414, + 1.417, 49, - 1.847, - 51, - 0.97, - 52, - 1.72, + 2.953, + 57, + 1.324, + 59, + 1.021, 60, - 2.107, - 68, - 1.969, - 70, - 2.13, - 71, - 1.522, + 2.023, + 61, + 6.156, + 72, + 3.115, 77, - 1.031, - 83, - 2.177, - 86, - 1.238, - 87, - 2.141, + 2.056, + 79, + 1.019, + 85, + 3.007, 91, - 2.844, - 92, - 2.548, - 94, - 1.787, - 97, - 2.27, + 3.802, 99, - 2.481, - 102, - 2.803, - 104, - 2.09, + 1.046, + 100, + 0.943, + 103, + 1.674, + 106, + 1.302, + 107, + 1.383, + 110, + 3.698, 111, - 3.811, + 2.099, 113, - 6.246, - 117, - 1.926, - 119, - 1.648, - 137, - 1.411, + 1.711, + 116, + 1.956, + 126, + 1.695, 141, - 1.738, - 149, - 1.609, + 2.689, + 148, + 2.285, 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.841, + 153, + 2.707, + 158, + 2.125, + 169, + 0.748, + 177, + 1.538, + 194, + 0.917, + 197, + 2.934, + 198, + 2.704, + 207, + 1.673, + 226, + 2.023, + 228, + 2.117, + 229, + 1.716, + 230, + 1.749, + 231, + 2.728, + 241, + 2.004, + 256, + 1.135, + 257, + 1.986, + 259, + 3.566, + 268, + 2.179, + 269, + 2.124, + 273, + 1.794, + 292, + 2.153, + 313, + 3.67, + 359, + 2.211, + 368, + 1.429, + 382, + 1.809, + 392, + 2.547, + 452, + 1.461, + 457, + 1.784, + 471, + 1.347, + 472, + 2.316, + 500, + 1.834, + 524, + 2.435, + 537, + 2.867, + 552, + 2.783, + 553, + 1.797, + 555, + 1.565, + 577, + 2.851, + 636, + 2.788, + 646, + 4.328, + 651, + 6.238, + 652, + 3.388, + 653, + 4.596, + 674, + 2.518, + 681, + 2.463, + 690, + 3.176, + 691, + 1.538, + 692, 1.886, - 343, + 693, + 5.31, + 695, + 3.287, + 701, + 2.641, + 705, + 3.311, + 710, + 3.524, + 711, + 3.007, + 719, + 6.238, + 728, + 2.463, + 751, + 2.033, + 758, + 2.231, + 765, + 2.992, + 774, + 2.272, + 793, + 3.974, + 808, + 2.674, + 836, + 4.313, + 837, + 4.688, + 894, + 3.375, + 903, + 2.709, + 939, + 2.49, + 995, + 3.176, + 996, + 4.743, + 1010, + 3.51, + 1053, + 3.566, + 1060, + 2.824, + 1066, + 4.185, + 1067, + 1.642, + 1068, + 4.594, + 1090, + 3.383, + 1104, + 3.257, + 1106, + 4.313, + 1146, + 2.172, + 1162, + 3.566, + 1166, + 4.21, + 1186, + 2.463, + 1216, + 2.674, + 1296, + 2.708, + 1416, + 7.044, + 1432, + 2.824, + 1482, + 3.671, + 1486, + 5.158, + 1543, + 2.958, + 1558, + 3.116, + 1588, + 2.463, + 1655, + 2.641, + 1666, + 3.116, + 1724, + 2.386, + 1819, + 3.932, + 1882, + 2.231, + 1928, + 2.709, + 1974, + 4.101, + 2042, + 2.784, + 2054, + 4.146, + 2073, + 3.792, + 2096, + 4.027, + 2114, + 3.176, + 2279, + 5.484, + 2327, + 4.594, + 2328, + 5.026, + 2329, + 4.313, + 2330, + 5.627, + 2331, + 6.238, + 2332, + 4.596, + 2333, + 8.541, + 2334, + 5.026, + 2335, + 4.688, + 2336, + 4.9, + 2337, + 3.566, + 2338, + 4.313, + 2339, + 4.313, + 2340, + 5.026, + 2341, + 3.792, + 2342, + 4.596, + 2343, + 3.932, + 2344, + 4.101, + 2345, + 3.671, + 2346, + 4.278, + 2347, + 5.026, + 2348, + 5.026, + 2349, + 5.026, + 2350, + 5.026, + 2351, + 5.026, + 2352, + 3.792, + 2353, + 3.241, + 2354, + 3.566, + 2355, + 3.932, + 2356, + 4.596, + 2357, + 5.688, + 2358, + 3.116, + 2359, + 3.792, + 2360, + 2.709 + ] + ], + [ + "type/manuals/gui-particlefx", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/gui-particlefx", + [ + 0, + 1.081, + 1, + 2.257, + 2, + 2.234, + 3, + 2.316, + 4, + 2.316, + 5, + 2.328, + 6, + 2.328, + 7, + 1.502, + 18, + 1.096, + 38, + 0.98, + 41, + 4.636, + 59, + 0.796, + 62, + 2.937, + 79, + 0.75, + 95, + 4.106, + 97, + 2.551, + 113, + 1.768, + 121, + 2.918, + 148, + 1.81, + 153, + 2.002, + 160, + 3.103, + 182, + 6.228, + 201, + 1.983, + 229, + 1.618, + 232, + 6.954, + 234, + 6.441, + 524, + 3.535, + 526, + 6.954, + 590, + 4.373, + 710, + 4.277, + 993, + 4.958, + 1065, + 8.613, + 1136, + 6.544, + 2361, + 11.704, + 2362, + 8.068, + 2363, + 8.068 + ] + ], + [ + "type/manuals/hot-reload", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/hot-reload", + [ + 7, + 1.496, + 18, + 1.076, + 20, + 1.537, + 36, + 1.443, + 38, + 1.036, + 57, + 0.926, + 59, + 1.043, + 62, + 2.408, + 79, + 0.927, + 96, + 2.293, + 97, + 2.697, + 99, + 0.828, + 100, + 1.751, + 103, + 1.666, + 107, + 1.965, + 121, + 2.393, + 126, + 1.436, + 148, + 1.484, + 149, + 2.754, + 153, + 1.642, + 160, + 2.743, + 165, + 3.119, + 167, + 3.773, + 171, + 5.295, + 177, + 2.214, + 178, + 3.476, + 196, + 2.502, + 201, + 1.626, + 229, + 1.326, + 257, + 3.687, + 268, 2.109, - 350, - 2.469, - 362, - 2.042, - 369, - 2.351, - 381, - 4.821, - 402, - 2.233, - 409, - 3.266, - 422, - 2.337, + 269, + 2.475, + 309, + 4.258, + 345, + 3.507, + 368, + 2.057, + 399, + 5.133, 425, - 2.682, - 431, - 3.147, - 438, - 2.315, - 453, - 2.429, - 465, - 1.831, - 469, - 2.844, - 481, + 4.127, + 434, + 3.367, + 446, + 3.625, + 471, 1.939, - 491, - 2.159, - 493, - 2.169, - 495, - 4.948, - 507, - 3.57, - 514, - 1.835, - 569, - 3.112, + 497, + 3.71, + 504, + 3.625, + 522, + 3.584, + 524, + 3.125, + 552, + 2.151, 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, + 4.486, + 629, + 2.176, + 652, + 6.289, + 689, + 3.241, + 707, + 5.285, + 708, + 5.133, + 773, + 2.622, + 792, + 5.321, 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, - 3.897, - 1982, + 3.471, + 891, + 2.454, + 917, + 3.271, + 923, + 3.545, + 931, + 1.981, + 1010, + 2.973, + 1011, + 4.666, + 1046, + 4.329, + 1104, + 3.594, + 1272, + 3.211, + 1295, 2.715, - 2016, - 4.687, - 2069, - 3.775, - 2126, - 3.405, + 1296, + 2.696, + 1574, + 4.405, + 1594, + 4.127, + 1602, + 3.545, + 1655, + 3.801, + 1672, + 5.03, + 1724, + 3.435, + 1864, + 4.767, + 1871, + 3.507, + 1872, + 4.405, + 1879, + 4.728, + 1938, + 5.904, 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, - 2561, - 5.379, - 2562, - 7.934, - 2563, - 5.169, - 2564, - 5.169, - 2565, - 5.169, - 2566, - 8.676, - 2567, - 5.169, - 2568, - 6.783, - 2569, - 7.418, - 2570, - 4.435, - 2571, - 7.418, - 2572, - 4.435, - 2573, - 2.589, - 2574, - 5.169, - 2575, - 7.418, - 2576, - 4.726, - 2577, - 3.899 + 10.327, + 2365, + 7.235, + 2366, + 9.33, + 2367, + 7.235, + 2368, + 7.235, + 2369, + 7.235, + 2370, + 9.443, + 2371, + 7.235, + 2372, + 5.661, + 2373, + 4.572, + 2374, + 6.208, + 2375, + 8.079, + 2376, + 7.235, + 2377, + 4.998, + 2378, + 7.235, + 2379, + 4.666, + 2380, + 7.235, + 2381, + 7.235, + 2382, + 4.486, + 2383, + 4.486, + 2384, + 4.486, + 2385, + 7.038, + 2386, + 7.235, + 2387, + 5.458, + 2388, + 6.208, + 2389, + 4.19 ] ], [ - "type/manuals/factory", + "type/manuals/editor-styling", [ 0, 0.731 ] ], [ - "data/manuals/factory", + "data/manuals/editor-styling", [ 0, - 0.345, + 0.602, 1, - 1.185, + 1.257, 2, - 0.712, + 1.244, 3, - 0.738, + 1.29, 4, - 0.738, + 1.29, 5, - 0.742, + 1.297, 6, - 0.742, + 1.297, 7, - 1.524, - 8, - 1.382, - 9, - 0.994, + 1.605, 10, - 2.009, + 1.546, 11, - 1.011, - 13, - 0.93, - 16, - 0.952, + 1.78, 18, - 1.558, - 19, - 2.683, - 21, - 1.759, - 22, - 2.324, - 23, - 2.017, - 26, - 1.242, - 29, - 1.539, - 30, - 1.123, - 32, - 1.874, - 33, - 1.436, - 35, - 0.836, - 41, - 1.347, + 1.04, + 20, + 1.231, + 38, + 0.794, + 39, + 1.037, 42, - 1.408, - 44, - 2.37, + 0.893, 46, - 0.783, - 48, - 1.644, - 51, - 1.421, + 1.605, + 49, + 3.403, + 57, + 1.079, 59, - 1.195, - 68, - 2.234, - 70, - 1.539, - 71, - 1.768, - 72, - 2.334, - 74, - 1.094, + 0.98, 77, - 1.51, + 1.018, + 79, + 0.716, + 85, + 2.94, 86, - 1.541, - 87, - 1.165, + 3.527, 94, - 2.369, - 97, - 1.418, - 98, - 2.434, + 4.309, + 96, + 3.36, 99, - 2.747, - 102, - 2.84, - 103, - 1.629, - 104, - 3.485, - 105, - 2.772, - 106, - 2.706, + 0.822, + 100, + 1.738, 107, - 1.629, + 1.361, 108, - 1.751, + 1.445, + 109, + 1.831, 110, - 2.521, - 111, - 3.218, - 117, - 3.747, - 129, - 1.425, - 135, - 1.738, - 137, - 0.879, - 141, - 0.928, - 144, - 2.404, - 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, - 178, - 2.772, - 181, - 1.137, - 183, - 2.726, - 186, - 0.841, + 2.826, + 132, + 1.688, + 153, + 1.913, + 157, + 4.821, + 158, + 2.091, + 159, + 7.182, + 169, + 0.731, 190, - 1.68, - 191, - 0.712, - 193, - 0.594, + 4.01, + 196, + 2.473, 198, - 0.919, - 210, - 2.135, - 214, - 1.814, - 218, - 3.99, - 219, - 1.425, - 224, - 1.885, - 234, - 0.856, - 237, - 2.267, - 247, - 0.511, + 2.522, + 200, + 2.992, + 212, + 4.579, + 216, + 4.292, + 229, + 1.311, + 236, + 2.462, + 241, + 1.052, 256, - 0.827, - 263, - 0.787, - 277, - 1.991, - 278, - 2.096, - 288, - 1.095, - 291, - 0.966, - 294, - 2.038, - 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, - 429, - 1.26, - 453, - 2.177, - 456, - 1.378, - 460, - 1.205, - 465, - 1.458, - 469, - 1.777, - 473, - 1.393, - 481, - 1.738, - 491, - 3.404, - 493, - 0.822, - 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, + 1.11, + 268, + 1.003, + 269, + 1.623, + 292, + 4.216, + 324, + 2.803, + 342, + 2.201, + 347, + 7.503, + 380, + 2.539, + 449, + 2.94, + 451, + 3.589, + 462, + 4.493, + 471, + 1.317, + 480, + 3.237, + 524, + 2.395, + 555, + 1.53, + 567, + 2.55, 581, - 0.913, - 595, - 1.019, - 599, - 1.335, - 612, - 2.749, - 614, - 1.777, - 632, - 2.821, - 633, - 0.973, - 634, - 1.683, - 636, - 3.57, - 637, - 6.734, - 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, - 674, - 1.853, + 2.649, + 582, + 2.992, + 604, + 3.624, 675, - 2.295, - 677, - 3.711, - 680, - 1.111, - 685, - 5.556, - 687, - 1.943, - 688, - 3.599, - 692, - 1.537, - 693, - 1.363, - 694, - 3.362, - 696, - 1.896, - 699, - 5.877, - 700, - 4.979, - 701, - 2.772, - 702, - 3.909, - 703, - 2.572, - 704, - 1.655, - 705, - 2.122, - 706, - 1.814, - 707, - 1.712, - 708, - 3.982, - 709, - 2.988, - 710, - 1.019, - 711, - 2.572, - 712, - 2.815, - 713, - 3.495, - 714, - 1.831, + 1.884, + 686, + 2.649, 715, - 1.655, - 716, - 2.572, - 717, - 2.683, - 718, - 4.237, - 719, - 1.26, - 720, - 1.777, + 2.582, 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, - 737, - 1.055, - 738, - 1.629, - 740, - 2.572, - 741, - 2.413, - 742, - 1.683, - 743, - 1.363, - 744, - 1.777, - 746, - 1.777, - 749, - 1.425, + 2.992, + 747, + 2.761, 750, - 2.413, - 751, - 2.413, - 752, - 2.295, - 759, - 0.992, + 2.382, + 772, + 3.395, + 790, + 8.468, + 791, + 7.188, 792, - 1.702, - 800, - 2.413, - 811, - 1.185, - 812, - 1.26, - 822, - 1.853, - 827, - 1.071, - 844, - 2.988, - 852, - 1.712, - 858, - 2.171, - 874, - 2.054, - 901, - 2.404, - 939, - 1.497, - 955, - 2.054, - 969, - 2.222, - 1011, - 1.284, - 1045, - 1.409, - 1094, - 2.295, + 4.079, + 793, + 2.287, + 849, + 3.742, + 859, + 2.462, + 915, + 1.884, + 960, + 3.812, + 989, + 6.633, + 999, + 2.264, + 1095, + 4.01, 1104, - 1.409, - 1156, - 1.272, - 1160, - 1.129, - 1191, - 1.237, - 1202, - 2.122, - 1211, - 1.248, - 1214, - 2.054, - 1219, - 2.498, - 1233, - 1.516, - 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, - 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, + 2.489, + 1263, + 3.589, + 1289, + 3.046, + 1329, + 2.94, + 1332, + 2.892, + 1338, + 3.844, + 1363, + 5.595, + 1424, + 4.01, + 1463, + 5.638, + 1672, + 5.714, + 1897, + 3.844, + 1999, + 2.722, 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, - 2379, - 1.777, - 2490, - 1.995, - 2491, - 2.2, - 2540, - 2.2, - 2542, - 1.558, - 2578, - 2.813, - 2579, - 2.813, - 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, - 2613, - 2.813, - 2614, - 2.413, - 2615, - 2.813, - 2616, - 2.813, - 2617, - 2.813, - 2618, - 2.813, - 2619, - 2.813, - 2620, - 2.813, - 2621, - 4.633, - 2622, - 2.813, - 2623, - 2.813, - 2624, - 2.813, - 2625, - 2.572, - 2626, - 2.813, - 2627, - 6.85, - 2628, - 5.402, - 2629, - 2.572, - 2630, - 4.237, - 2631, - 2.813, - 2632, - 2.813, - 2633, - 3.975, - 2634, - 4.237, - 2635, - 2.295, - 2636, - 2.054, - 2637, - 2.295, - 2638, - 1.712, - 2639, - 2.413, - 2640, - 2.413, - 2641, - 1.995, - 2642, - 4.633, - 2643, - 2.295, - 2644, - 2.2, - 2645, - 1.853, - 2646, - 2.813, - 2647, - 2.122, - 2648, - 2.572, - 2649, - 2.295 + 6.219, + 2126, + 8.468, + 2149, + 8.999, + 2249, + 3.312, + 2390, + 4.94, + 2391, + 12.016, + 2392, + 9.261, + 2393, + 11.731, + 2394, + 9.841, + 2395, + 9.261, + 2396, + 9.841, + 2397, + 8.432, + 2398, + 4.01, + 2399, + 3.707, + 2400, + 4.493, + 2401, + 7.152, + 2402, + 4.914, + 2403, + 3.486, + 2404, + 9.841, + 2405, + 7.152, + 2406, + 11.075, + 2407, + 4.914, + 2408, + 4.493, + 2409, + 6.88, + 2410, + 6.88, + 2411, + 4.914, + 2412, + 4.914, + 2413, + 4.914, + 2414, + 7.152, + 2415, + 4.914, + 2416, + 7.152, + 2417, + 4.914, + 2418, + 8.03, + 2419, + 4.914, + 2420, + 3.312, + 2421, + 4.914, + 2422, + 4.914, + 2423, + 3.707, + 2424, + 4.914, + 2425, + 4.914, + 2426, + 7.152, + 2427, + 7.152, + 2428, + 4.914, + 2429, + 3.844 ] ], [ - "type/manuals/gui-layouts", + "type/manuals/zerobrane", [ 0, 0.731 ] ], [ - "data/manuals/gui-layouts", + "data/manuals/zerobrane", [ 0, - 0.466, + 0.515, 1, - 3.12, + 1.076, 2, - 0.963, + 1.065, 3, - 0.998, + 1.104, 4, - 0.998, + 1.104, 5, - 1.003, + 1.11, 6, - 1.003, + 1.11, 7, - 1.451, + 1.524, 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, + 2.819, + 12, + 1.92, + 18, + 1.126, + 20, + 1.463, + 36, + 1.271, + 38, + 1.077, 42, - 1.722, + 1.397, + 43, + 2.183, 44, - 3.266, + 2.662, 46, - 1.058, - 47, - 4.099, - 48, - 1.641, - 50, - 3.149, - 51, - 1.107, - 52, - 1.266, + 1.516, + 49, + 1.455, + 57, + 0.984, 59, - 1.615, - 68, - 1.847, - 70, - 1.325, - 71, - 1.807, - 72, - 3.481, - 74, - 0.655, + 0.876, + 60, + 1.773, + 62, + 1.4, 77, - 1.757, - 83, - 1.602, + 1.32, + 79, + 0.783, 86, - 1.555, - 87, - 1.575, - 94, - 1.315, + 2.069, + 90, + 1.833, + 91, + 3.312, 97, - 1.163, + 1.842, 99, - 1.686, + 1.096, 100, - 2.238, - 101, - 1.805, - 102, - 1.744, + 1.948, 103, - 3.416, - 104, - 2.385, - 105, - 5.271, + 1.771, 106, - 3.481, + 1.141, 107, - 2.202, + 2.148, 108, - 3.329, + 1.237, + 109, + 3.435, 110, - 2.404, - 112, - 3.727, - 114, - 4.812, - 117, - 3.033, - 121, - 1.075, - 123, - 1.378, + 2.518, + 113, + 1.541, 125, - 1.538, - 127, - 1.588, - 129, - 1.927, - 137, - 1.495, + 1.938, + 126, + 2.109, 141, - 1.182, - 149, - 1.836, - 150, - 1.824, - 151, - 1.492, - 152, - 2.399, - 158, - 2.0, + 2.357, + 143, + 2.039, + 148, + 1.892, + 153, + 2.092, 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, + 2.852, + 169, + 0.626, + 193, + 2.608, + 194, + 1.163, + 197, + 1.445, + 198, + 2.642, + 199, + 1.802, + 201, + 1.728, + 203, + 2.268, + 208, + 3.383, + 229, + 1.168, + 230, + 2.677, + 231, + 3.22, + 240, + 2.187, + 241, + 0.901, 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, + 0.95, + 257, + 2.518, + 260, + 2.593, + 261, + 1.787, + 268, + 0.859, + 269, + 2.092, + 271, + 2.157, + 273, + 1.899, + 292, + 1.802, + 324, + 2.399, + 332, + 1.4, + 334, + 2.331, 350, - 2.932, - 362, - 1.503, - 364, - 2.385, - 366, - 1.719, - 373, - 2.023, - 381, - 4.502, + 2.517, + 353, + 1.675, + 359, + 1.85, + 368, + 2.187, + 380, + 1.494, + 382, + 1.514, 391, - 1.298, - 400, - 3.579, - 407, - 1.221, - 426, - 2.05, - 430, - 1.769, - 432, - 2.859, - 441, - 1.324, + 2.608, + 392, + 2.233, + 433, + 2.598, + 442, + 2.854, + 452, + 1.223, + 454, + 1.675, 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, + 2.731, + 471, + 1.128, + 472, + 3.545, + 485, + 3.174, + 496, + 1.958, + 500, + 1.535, + 521, + 2.677, + 522, + 2.084, + 533, + 2.331, + 543, + 1.688, + 550, + 1.958, + 555, + 1.984, + 577, + 2.499, + 580, + 4.027, + 583, + 3.951, + 590, + 3.82, + 598, + 2.713, + 623, + 4.473, + 635, + 2.771, + 644, + 3.811, + 646, + 5.26, + 648, + 2.039, + 650, + 5.653, + 656, + 2.658, + 672, + 1.938, + 674, + 2.108, + 681, + 3.122, + 685, + 1.715, + 691, + 1.95, + 692, + 1.578, + 694, + 3.073, + 702, + 2.108, + 703, + 1.65, + 744, + 3.729, + 751, + 1.701, + 771, + 4.29, + 774, + 1.902, + 834, + 2.084, + 857, + 2.399, + 866, + 1.567, + 895, + 2.018, + 904, + 2.984, + 909, + 2.713, + 912, + 5.945, + 915, + 2.444, + 916, + 6.268, + 919, + 2.157, + 924, + 1.997, + 995, + 2.658, + 998, + 2.436, + 999, + 2.936, + 1029, + 3.729, + 1034, + 1.613, + 1052, + 4.042, + 1056, + 4.654, + 1064, + 2.061, 1079, - 5.061, + 2.039, + 1104, + 2.218, 1126, - 2.627, - 1149, - 2.563, - 1155, - 4.449, - 1173, - 1.752, + 2.084, + 1135, + 2.836, + 1146, + 1.818, + 1216, + 2.238, + 1224, + 2.018, + 1248, + 2.658, 1283, - 2.358, - 1363, - 2.698, + 3.482, + 1296, + 1.567, + 1311, + 2.713, + 1322, + 2.157, + 1332, + 2.577, + 1343, + 2.331, + 1376, + 3.073, 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, + 2.561, + 1460, + 2.364, + 1486, + 2.984, + 1597, + 2.436, + 1624, + 3.073, + 1629, + 2.854, + 1630, + 4.807, + 1661, + 3.193, + 1662, + 2.803, + 1667, + 4.807, + 1682, + 2.658, + 1840, + 2.399, + 1866, + 4.387, + 1868, + 2.713, + 1882, + 1.867, + 1896, + 2.836, + 1942, + 3.581, + 2027, + 3.157, + 2043, + 3.073, + 2075, + 3.813, + 2096, + 3.53, + 2121, + 2.476, + 2160, + 2.836, 2261, - 2.627, - 2277, - 2.778, - 2345, - 4.991, + 2.364, + 2268, + 4.093, + 2308, + 2.906, + 2327, + 4.861, + 2341, + 4.807, 2346, - 4.074, - 2347, - 3.727, - 2348, - 3.59, - 2423, - 2.975, + 4.527, + 2429, + 3.291, + 2430, + 11.009, + 2431, + 3.61, + 2432, + 3.847, + 2433, + 7.137, + 2434, + 5.457, 2435, - 2.563, + 3.433, + 2436, + 3.61, + 2437, + 3.433, + 2438, + 3.61, + 2439, + 8.581, + 2440, + 3.089, + 2441, + 2.21, + 2442, + 3.073, + 2443, + 4.207, + 2444, + 4.207, + 2445, + 6.373, + 2446, + 6.373, + 2447, + 4.207, + 2448, + 4.198, + 2449, + 6.373, + 2450, + 5.827, + 2451, + 3.174, + 2452, + 2.984, + 2453, + 4.207, + 2454, + 6.373, + 2455, + 3.291, + 2456, + 4.207, 2457, - 4.449, + 4.207, 2458, - 5.393, - 2542, - 3.267, - 2650, - 3.803, - 2651, - 3.103, - 2652, - 2.505, - 2653, - 4.449, - 2654, - 3.103, - 2655, - 3.103, - 2656, - 3.477, - 2657, - 3.803, - 2658, - 2.975, - 2659, - 3.803, - 2660, - 3.803, - 2661, - 3.803, - 2662, - 3.803, - 2663, - 3.477, - 2664, - 9.191, - 2665, - 3.975, - 2666, - 3.803, - 2667, - 2.869, - 2668, - 3.803, - 2669, - 3.803, - 2670, - 5.898, - 2671, - 2.137, - 2672, - 3.803, - 2673, - 3.803, - 2674, - 6.606, - 2675, - 2.563, - 2676, - 5.898, - 2677, - 5.898, - 2678, - 2.358, - 2679, - 3.263, - 2680, - 3.477, - 2681, - 3.477, - 2682, - 3.477, - 2683, - 3.803, - 2684, - 3.477, - 2685, - 3.263, - 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 + 5.2, + 2459, + 3.174, + 2460, + 5.468, + 2461, + 4.207, + 2462, + 4.207, + 2463, + 3.847, + 2464, + 4.207, + 2465, + 3.073, + 2466, + 4.207, + 2467, + 4.207, + 2468, + 3.291, + 2469, + 2.984, + 2470, + 4.207, + 2471, + 3.433 ] ], [ - "type/manuals/scene-editing", + "type/manuals/flipbook-animation", [ 0, 0.731 ] ], [ - "data/manuals/scene-editing", + "data/manuals/flipbook-animation", [ 0, - 1.214, + 0.556, 1, - 2.535, + 1.16, 2, - 2.509, + 1.148, 3, - 2.601, + 1.19, 4, - 2.601, + 1.19, 5, - 2.615, + 1.197, 6, - 2.615, + 1.197, 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 + 1.54, + 10, + 1.926, + 18, + 1.119, + 20, + 1.266, + 36, + 1.899, + 38, + 1.058, + 39, + 1.881, + 46, + 1.515, + 47, + 3.605, + 52, + 1.248, + 57, + 1.14, + 58, + 3.499, + 59, + 0.901, + 62, + 2.244, + 63, + 3.268, + 77, + 1.845, + 79, + 0.952, + 86, + 2.189, + 90, + 1.081, + 93, + 2.925, + 95, + 4.431, + 97, + 1.311, + 99, + 1.018, + 100, + 1.51, + 102, + 1.16, + 103, + 1.552, + 106, + 1.706, + 111, + 1.894, + 113, + 1.351, + 124, + 1.977, + 126, + 1.597, + 141, + 1.678, + 143, + 2.199, + 148, + 1.651, + 149, + 1.726, + 151, + 3.662, + 153, + 2.161, + 160, + 2.8, + 165, + 3.243, + 166, + 3.782, + 167, + 4.179, + 169, + 1.003, + 177, + 1.388, + 178, + 4.174, + 186, + 3.905, + 194, + 0.828, + 196, + 2.331, + 198, + 1.235, + 207, + 3.169, + 213, + 4.348, + 214, + 5.086, + 215, + 5.841, + 229, + 0.831, + 237, + 3.708, + 238, + 2.549, + 240, + 2.289, + 241, + 2.213, + 243, + 2.247, + 256, + 1.522, + 260, + 1.529, + 266, + 2.013, + 268, + 1.643, + 269, + 1.53, + 273, + 1.664, + 282, + 2.247, + 290, + 3.468, + 291, + 3.905, + 292, + 3.817, + 339, + 3.548, + 341, + 2.176, + 352, + 8.148, + 368, + 1.29, + 374, + 2.925, + 380, + 1.61, + 387, + 1.6, + 433, + 1.849, + 452, + 1.96, + 454, + 2.685, + 472, + 2.09, + 487, + 3.218, + 495, + 3.701, + 500, + 1.655, + 505, + 3.457, + 523, + 2.354, + 524, + 2.984, + 526, + 4.442, + 550, + 2.11, + 561, + 2.137, + 573, + 1.702, + 588, + 2.354, + 600, + 2.176, + 614, + 2.644, + 660, + 2.714, + 692, + 1.702, + 703, + 3.156, + 724, + 2.714, + 728, + 3.943, + 752, + 2.09, + 758, + 2.013, + 765, + 1.589, + 792, + 2.587, + 795, + 2.925, + 828, + 6.081, + 831, + 4.034, + 866, + 1.69, + 935, + 2.247, + 941, + 1.778, + 946, + 3.313, + 948, + 1.792, + 959, + 5.499, + 977, + 2.413, + 979, + 4.305, + 981, + 4.105, + 1019, + 3.599, + 1034, + 1.739, + 1071, + 2.549, + 1105, + 4.442, + 1109, + 2.199, + 1131, + 4.944, + 1137, + 4.815, + 1146, + 3.478, + 1153, + 4.188, + 1221, + 2.247, + 1279, + 4.034, + 1296, + 2.512, + 1302, + 3.313, + 1379, + 3.107, + 1381, + 3.218, + 1473, + 3.218, + 1560, + 2.988, + 1584, + 5.351, + 1594, + 3.845, + 1648, + 2.587, + 1649, + 3.588, + 1660, + 3.548, + 1661, + 3.378, + 1684, + 2.627, + 1720, + 3.548, + 1871, + 2.199, + 1882, + 2.013, + 1902, + 2.988, + 1903, + 4.925, + 1904, + 3.548, + 1905, + 3.892, + 1926, + 2.925, + 1928, + 2.445, + 1936, + 2.513, + 1948, + 2.413, + 1950, + 6.165, + 1982, + 2.247, + 2089, + 2.549, + 2472, + 3.057, + 2473, + 4.535, + 2474, + 3.421, + 2475, + 3.421, + 2476, + 3.313, + 2477, + 4.147, + 2478, + 3.892, + 2479, + 3.701, + 2480, + 4.535, + 2481, + 6.165, + 2482, + 6.567, + 2483, + 6.742, + 2484, + 9.523, + 2485, + 4.535, + 2486, + 6.742, + 2487, + 5.785, + 2488, + 5.502, + 2489, + 6.742, + 2490, + 6.742, + 2491, + 8.048, + 2492, + 8.048, + 2493, + 7.808, + 2494, + 3.548, + 2495, + 3.548, + 2496, + 3.421, + 2497, + 3.892, + 2498, + 2.866, + 2499, + 6.742, + 2500, + 4.535, + 2501, + 7.359, + 2502, + 8.048, + 2503, + 2.988, + 2504, + 8.91, + 2505, + 6.742 ] ], [ - "type/manuals/push", + "type/manuals/collection-factory", [ 0, 0.731 ] ], [ - "data/manuals/push", + "data/manuals/collection-factory", [ 0, - 1.217, + 0.474, 1, - 2.541, + 0.99, 2, - 2.515, + 0.98, 3, - 2.607, + 1.016, 4, - 2.607, + 1.016, 5, - 2.621, + 1.022, 6, - 2.621 - ] - ], - [ - "type/manuals/modules", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/modules", - [ + 1.022, 7, - 1.57, + 1.499, 8, - 1.253, - 9, - 0.966, + 2.044, + 10, + 2.116, 11, - 0.996, - 16, - 0.831, - 23, - 1.05, - 29, - 2.2, - 30, - 1.088, - 32, - 0.924, - 33, - 1.511, + 1.403, + 18, + 1.133, + 20, + 1.474, + 36, + 0.772, + 38, + 1.087, + 39, + 0.817, + 43, + 2.009, 46, - 1.351, - 51, - 1.919, + 1.48, + 49, + 1.339, 52, - 1.616, - 68, - 1.102, - 71, - 0.996, + 1.646, + 57, + 1.38, + 59, + 0.847, + 62, + 1.289, + 72, + 1.289, 77, - 1.414, - 91, - 2.718, - 94, - 1.679, + 1.239, + 79, + 1.006, + 86, + 1.257, + 90, + 1.741, + 92, + 2.932, 96, - 2.857, + 3.359, 97, - 1.485, + 1.119, 99, - 3.347, + 0.958, + 100, + 1.667, 102, - 3.122, - 104, - 1.963, + 0.99, + 103, + 2.328, + 106, + 1.071, + 107, + 1.138, + 109, + 1.442, + 110, + 1.53, 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.617, + 113, + 0.776, + 119, + 3.031, + 125, + 1.178, + 126, + 1.45, + 133, + 3.992, + 143, + 1.877, + 146, + 4.601, + 148, 1.822, - 160, - 1.754, + 150, + 0.98, + 153, + 1.865, + 160, + 2.612, 161, - 0.964, - 173, - 1.875, - 186, - 2.504, - 191, - 2.741, - 224, - 2.305, + 2.61, + 165, + 2.967, + 166, + 3.434, + 167, + 3.797, + 169, + 1.322, + 170, + 1.485, + 177, + 2.873, + 178, + 3.647, + 194, + 2.024, + 196, + 2.068, + 198, + 1.054, + 201, + 1.642, + 207, + 2.735, + 226, + 2.287, + 227, + 2.242, + 228, + 1.631, + 229, + 1.096, 237, - 2.12, + 2.756, + 239, + 2.63, 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.65, + 257, + 2.887, + 268, + 0.791, + 269, + 2.354, + 272, + 2.921, + 273, + 1.476, + 282, + 1.918, + 313, 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, + 323, + 3.578, + 324, + 2.208, + 332, + 2.735, + 395, + 3.029, + 411, + 2.009, + 428, + 2.317, + 434, + 1.802, + 442, + 1.734, + 446, + 1.94, + 452, + 1.126, + 454, + 2.909, + 471, + 1.603, + 473, + 2.63, + 479, + 1.453, + 480, + 2.551, + 489, + 3.4, 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, + 2.003, + 527, + 3.159, + 529, + 6.706, + 552, + 1.778, + 555, 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, + 556, + 2.458, + 560, + 2.447, + 577, + 2.345, + 579, + 2.996, + 590, + 1.604, + 596, + 2.115, + 604, + 1.962, + 629, + 1.164, + 634, + 1.53, + 636, + 2.293, + 648, + 1.877, + 689, + 3.273, + 692, + 2.244, + 751, + 1.566, + 760, + 2.747, + 762, + 5.241, + 773, + 2.167, + 774, + 2.704, + 808, + 2.06, + 828, + 3.519, + 832, + 1.857, + 849, + 3.243, + 860, + 4.758, + 866, + 1.442, + 880, + 1.877, + 885, + 2.357, + 898, + 1.375, + 905, + 2.278, + 914, + 2.498, + 918, + 4.504, + 931, + 2.25, + 939, + 1.918, + 985, + 2.828, + 987, + 2.06, + 1002, + 1.918, + 1007, + 3.29, + 1025, + 1.53, + 1040, + 3.578, + 1055, + 2.208, + 1114, + 6.055, + 1129, + 3.322, + 1141, + 2.357, + 1158, + 3.787, + 1172, + 1.962, + 1219, + 5.716, + 1250, + 3.361, + 1264, + 2.551, + 1296, + 1.442, + 1304, + 2.278, + 1324, + 2.009, + 1379, + 1.784, + 1403, + 1.838, + 1479, + 2.278, + 1492, + 2.4, + 1532, + 3.856, + 1579, + 2.828, + 1599, + 3.779, + 1617, + 3.029, + 1628, + 4.928, + 1682, + 2.447, + 1713, + 4.667, + 1821, + 3.029, + 1878, + 4.618, + 1931, + 3.224, + 2175, + 2.551, + 2180, + 2.551, + 2182, + 5.019, + 2189, + 2.145, + 2308, + 2.675, + 2479, + 3.159, + 2506, + 2.4, + 2507, + 3.578, + 2508, + 3.872, + 2509, + 7.117, + 2510, + 3.872, + 2511, + 3.322, + 2512, + 3.322, + 2513, + 3.322, + 2514, + 2.115, + 2515, + 5.981, + 2516, + 2.747, + 2517, + 2.921, + 2518, + 3.029, + 2519, + 2.921, + 2520, + 3.159, + 2521, + 3.872, + 2522, + 3.029, + 2523, + 3.159, + 2524, + 6.519, + 2525, + 7.623, + 2526, + 3.872, + 2527, + 3.872, + 2528, + 3.872, + 2529, + 3.872, + 2530, + 6.27, + 2531, + 3.541, + 2532, + 2.497, + 2533, + 4.925, + 2534, + 3.541, + 2535, + 4.512, + 2536, + 3.541, + 2537, + 5.469, + 2538, + 8.219, + 2539, + 3.541, + 2540, + 3.313, + 2541, + 6.682, + 2542, + 4.53, + 2543, + 5.512, + 2544, + 2.497, + 2545, + 6.682, + 2546, + 2.828, + 2547, + 3.159, + 2548, + 2.278, + 2549, + 5.469, + 2550, + 2.242, + 2551, + 3.541, + 2552, + 3.541, + 2553, + 3.322, + 2554, + 2.317, + 2555, + 2.447, + 2556, + 5.469, + 2557, + 3.872, + 2558, + 2.675, + 2559, + 3.322, + 2560, + 3.322, + 2561, + 3.159 + ] + ], + [ + "type/manuals/optimization-memory", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/optimization-memory", + [ + 0, + 0.91, + 1, + 1.9, + 2, + 1.881, + 3, + 1.95, + 4, + 1.95, + 5, + 1.96, + 6, + 1.96, + 7, + 1.568, + 8, + 2.078, + 10, + 1.606, + 18, + 1.108, + 20, + 1.464, + 30, + 2.828, + 38, + 0.825, + 42, + 1.349, + 46, + 1.354, + 47, + 4.935, + 57, + 1.514, + 58, + 5.426, + 59, + 0.994, + 79, + 0.631, + 95, + 4.415, + 96, + 3.492, + 99, + 1.034, + 100, + 1.394, + 102, + 1.9, + 103, + 1.71, + 106, + 1.7, + 141, + 2.748, + 142, + 2.821, + 144, + 4.986, + 149, + 2.828, + 150, + 1.881, + 158, + 2.172, + 174, + 3.028, + 194, + 1.732, + 198, + 2.584, + 201, + 2.132, + 229, + 1.362, + 256, + 2.143, + 261, + 3.155, + 269, + 2.372, + 390, + 3.129, + 545, + 8.18, + 551, + 6.555, + 554, + 2.787, + 622, + 5.519, + 627, + 5.496, + 683, + 3.155, + 691, + 2.273, + 702, + 3.721, + 750, + 3.601, + 751, + 3.004, + 762, + 4.29, + 773, + 2.691, + 801, + 3.64, + 978, + 4.131, + 1052, + 3.903, + 1146, + 3.21, + 1172, + 4.809, + 1253, + 4.174, + 1291, + 4.444, + 1628, + 3.077, + 2189, + 4.115, + 2228, + 5.811, + 2244, + 5.131, + 2561, + 6.061, + 2562, + 7.158, + 2563, + 5.27, + 2564, + 7.428, + 2565, + 5.007, + 2566, + 4.894, + 2567, + 6.793, + 2568, + 4.694, + 2569, + 7.428, + 2570, + 7.428 + ] + ], + [ + "type/manuals/input-gamepads", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/input-gamepads", + [ + 7, + 1.616, + 18, + 0.777, + 20, + 1.144, + 46, + 1.228, + 79, + 0.731, + 99, + 0.923, + 100, + 1.615, + 113, + 1.724, + 122, + 2.679, + 169, + 1.28, + 172, + 3.751, + 198, + 2.344, + 229, + 1.578, + 256, + 1.943, + 330, + 2.744, + 333, + 2.447, + 432, + 6.105, + 471, + 2.307, + 600, + 4.128, + 601, + 3.139, + 602, + 3.48, + 603, + 3.594, + 604, + 4.361, + 605, + 4.908, + 647, + 4.984, + 753, + 7.376, + 890, + 4.466, + 948, + 3.4, + 1131, + 4.263, + 1295, + 3.229, + 1769, + 3.965, + 1896, + 5.8, + 2194, + 4.984, + 2571, + 8.605, + 2572, + 8.605, + 2573, + 8.605, + 2574, + 8.605, + 2575, + 8.605, + 2576, + 8.605, + 2577, + 8.605, + 2578, + 8.605, + 2579, + 6.105, + 2580, + 6.492, + 2581, + 6.492, + 2582, + 4.908 + ] + ], + [ + "type/manuals/properties", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/properties", + [ + 7, + 1.627, + 18, + 1.126, + 50, + 5.023, + 57, + 1.542, + 75, + 3.988, + 77, + 2.094, + 79, + 0.911, + 95, + 5.608, + 122, + 2.823, + 132, + 3.115, + 142, + 2.696, + 212, + 4.992, + 218, + 6.433, + 250, + 3.503, + 251, + 4.178, + 300, + 3.836, + 302, + 4.912, + 303, + 5.223, + 304, + 6.52, + 305, + 4.01, + 307, + 5.251, + 315, + 4.292, + 316, + 4.375, + 477, + 4.783, + 1229, + 5.973, + 1254, + 6.213, + 1526, + 5.057, + 2245, + 5.941, + 2323, + 6.029, + 2409, + 5.65, + 2583, + 6.331, + 2584, + 5.941, + 2585, + 6.331, 2586, - 3.354, + 6.331, + 2587, + 5.941, + 2588, + 5.941, + 2589, + 5.65, + 2590, + 5.65, + 2591, + 4.667, + 2592, + 6.331, + 2593, + 6.331, + 2594, + 5.65, + 2595, + 6.331, + 2596, + 6.331, + 2597, + 6.623, + 2598, + 6.331, + 2599, + 6.331, + 2600, + 5.941, + 2601, + 5.941, + 2602, + 5.941, + 2603, + 5.65, + 2604, + 5.941, + 2605, + 6.331, + 2606, + 5.941, + 2607, + 6.331, + 2608, + 6.331, 2609, - 4.166, - 2647, - 3.662, - 2687, - 4.855, - 2688, - 8.374, - 2689, - 4.855, - 2690, - 4.855, - 2691, - 4.897, - 2692, - 4.855, - 2693, - 4.166, - 2694, - 4.855, - 2695, - 4.855, - 2696, - 6.083, - 2697, - 4.855, - 2698, - 4.166, - 2699, - 4.855, - 2700, - 4.166, - 2701, - 3.961, - 2702, - 4.439, - 2703, - 5.029, - 2704, - 4.855, - 2705, - 7.089, - 2706, - 7.089, - 2707, - 8.374, - 2708, - 7.089, - 2709, - 10.227, - 2710, - 8.374, - 2711, - 10.227, - 2712, - 7.657, - 2713, - 7.089, - 2714, - 8.374, - 2715, - 4.439, - 2716, - 4.855, - 2717, - 5.784, - 2718, - 8.374, - 2719, - 4.855, - 2720, - 4.166, - 2721, - 6.482, - 2722, - 4.855, - 2723, - 4.855, - 2724, - 4.855, - 2725, - 6.482, - 2726, - 4.166, - 2727, - 4.855, - 2728, - 3.546, - 2729, - 4.439, - 2730, - 4.855, - 2731, - 4.855, - 2732, - 8.374, - 2733, - 4.855, - 2734, - 4.855, - 2735, - 4.855 + 8.291, + 2610, + 6.331, + 2611, + 6.331, + 2612, + 6.331 ] ], [ - "type/manuals/application-security", + "type/manuals/shader", [ 0, 0.731 ] ], [ - "data/manuals/application-security", + "data/manuals/shader", [ 0, - 0.296, + 0.168, 1, - 0.619, + 0.351, 2, - 0.612, + 0.63, 3, - 0.635, + 0.361, 4, - 1.636, + 0.361, 5, - 0.638, + 0.362, 6, - 0.638, + 0.362, 7, - 1.463, + 1.559, 8, - 1.464, + 1.979, 9, - 0.972, + 0.844, 10, - 1.82, + 2.069, 11, - 1.059, - 13, - 0.8, - 16, - 1.049, - 21, - 0.834, + 0.498, + 12, + 0.627, + 18, + 1.13, + 20, + 1.548, 22, - 2.176, + 0.564, 23, - 2.192, - 26, - 0.648, - 28, - 0.859, - 29, - 2.201, + 3.043, + 24, + 2.154, 30, - 1.128, - 31, - 2.024, - 32, - 1.732, - 33, - 1.514, - 34, - 1.379, - 35, - 0.719, + 1.843, + 36, + 1.342, + 38, + 1.097, 39, - 0.956, + 1.142, 41, - 2.024, + 1.791, 42, - 0.974, + 1.073, 43, - 1.447, + 1.291, + 44, + 0.574, 46, - 2.532, - 48, - 1.137, - 51, - 1.169, + 1.649, + 47, + 1.114, 52, - 0.805, + 1.333, + 57, + 1.454, + 58, + 0.713, + 59, + 0.988, 60, - 0.986, - 67, - 1.431, - 68, - 1.714, - 70, - 1.977, - 71, - 1.805, + 1.765, + 62, + 0.828, + 66, + 0.886, + 67, + 0.688, + 69, + 0.646, 72, - 0.956, + 0.457, + 73, + 0.796, 74, - 1.157, + 0.868, + 75, + 1.499, 77, - 1.867, - 86, - 1.571, - 87, - 2.197, + 1.875, + 78, + 1.104, + 79, + 0.989, + 82, + 0.926, + 90, + 1.29, 91, - 2.033, + 1.847, 94, - 1.412, + 1.157, + 95, + 0.639, + 96, + 1.08, 99, - 1.168, + 1.025, + 100, + 1.529, 101, - 4.013, + 1.206, 102, - 2.059, + 1.722, + 103, + 0.573, 104, - 0.978, + 1.26, + 105, + 0.551, + 106, + 1.693, + 107, + 1.628, + 108, + 0.731, + 109, + 1.27, 111, - 0.81, + 0.574, + 112, + 1.572, + 113, + 1.783, + 116, + 1.326, 117, - 1.522, - 137, - 1.124, - 141, - 1.876, - 144, - 1.255, + 2.005, + 121, + 1.79, + 122, + 2.537, + 125, + 1.646, + 126, + 1.852, + 133, + 1.359, + 140, + 0.633, + 142, + 0.408, + 143, + 0.666, 147, - 1.797, - 149, - 0.753, + 1.464, + 148, + 1.857, + 150, + 0.863, 151, - 1.668, - 152, - 2.837, - 157, - 1.287, - 160, - 1.677, - 161, - 1.904, - 162, - 1.79, - 166, - 0.847, - 180, - 1.379, - 181, - 1.652, + 0.564, + 153, + 2.145, + 155, + 0.868, + 156, + 0.808, + 159, + 0.808, + 165, + 0.711, + 169, + 1.3, + 177, + 1.043, + 178, + 0.927, 182, - 0.97, - 184, - 1.083, - 190, - 0.688, - 191, - 1.763, - 193, - 1.119, + 0.731, + 185, + 4.105, + 194, + 0.987, 196, - 1.385, - 216, - 2.691, - 233, - 1.671, + 0.86, + 197, + 1.437, + 198, + 1.139, + 199, + 1.065, + 201, + 1.216, + 202, + 1.358, + 207, + 1.134, + 210, + 1.006, + 211, + 0.615, + 212, + 3.132, + 226, + 0.948, + 229, + 1.686, + 230, + 1.685, + 231, + 1.817, + 232, + 0.905, 234, - 0.736, + 0.783, 236, - 1.24, - 237, - 1.739, - 247, - 1.892, + 1.707, + 239, + 1.094, + 240, + 1.68, + 241, + 1.265, 249, - 2.983, + 1.193, + 250, + 3.438, 251, - 1.423, - 253, - 5.253, + 0.633, 254, - 4.875, - 255, - 1.716, + 0.905, 256, - 0.711, - 258, - 3.196, - 259, - 1.528, + 1.668, + 257, + 0.543, 260, - 3.505, + 0.838, + 261, + 1.448, 263, - 1.743, - 264, - 1.093, - 265, - 3.762, + 1.448, + 266, + 2.402, 268, - 2.366, + 0.696, 269, - 1.766, - 270, - 1.287, - 272, - 3.728, + 1.605, 273, - 0.941, + 1.955, + 274, + 0.808, 275, - 2.404, - 277, - 0.815, - 278, - 0.74, - 279, - 1.304, - 283, - 3.529, + 2.134, + 282, + 0.68, 289, - 1.528, + 0.822, 290, - 1.422, + 1.885, 292, - 1.671, - 293, - 2.128, + 1.46, 294, - 2.332, - 295, - 3.45, + 0.783, 297, - 1.952, - 300, - 1.334, - 302, - 2.338, - 309, - 1.198, + 1.764, + 304, + 0.886, + 311, + 4.34, + 313, + 0.539, + 314, + 3.42, 316, - 1.595, - 317, - 1.533, - 318, - 2.839, + 0.868, 320, - 3.236, - 337, - 0.882, - 339, - 1.533, - 343, - 1.508, - 349, - 2.173, - 351, - 1.198, - 361, - 1.287, - 362, - 1.614, - 366, - 1.093, - 372, - 1.63, - 384, - 2.958, + 0.822, + 325, + 1.036, + 327, + 0.949, + 332, + 1.134, + 333, + 0.707, + 334, + 0.761, + 341, + 1.193, + 342, + 3.015, + 345, + 1.652, + 353, + 1.357, + 354, + 1.036, + 358, + 1.146, + 359, + 0.604, + 368, + 1.377, + 382, + 1.743, + 385, + 3.041, 387, - 1.973, + 1.475, 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, + 1.048, + 392, + 1.896, + 401, + 1.075, + 402, + 1.323, + 425, + 1.418, 429, - 1.83, - 430, - 1.125, - 435, - 1.63, - 437, - 1.045, - 438, - 1.83, + 1.652, + 433, + 0.56, + 434, + 1.586, 441, - 1.846, - 444, - 1.304, + 0.688, + 442, + 0.615, + 446, + 1.246, + 452, + 1.408, 453, - 1.92, - 456, - 1.185, - 460, - 1.036, - 465, - 2.172, + 0.796, + 457, + 0.488, + 459, + 0.639, 469, - 2.033, - 494, - 1.973, + 0.696, + 471, + 1.451, + 472, + 0.633, + 474, + 1.003, + 479, + 0.515, + 487, + 0.974, + 488, + 1.572, + 489, + 0.639, + 490, + 1.039, + 492, + 0.796, 496, - 2.173, + 0.639, + 500, + 0.501, + 506, + 0.836, + 510, + 0.914, 521, - 0.948, - 534, - 1.892, - 547, - 2.513, - 549, - 1.593, - 550, - 1.671, + 1.884, + 524, + 0.833, + 536, + 2.245, + 537, + 0.783, + 540, + 2.113, + 541, + 1.323, + 543, + 0.551, + 552, + 1.013, 553, - 1.359, - 557, - 1.671, - 558, - 2.983, - 564, - 1.379, - 567, - 1.423, - 568, - 0.994, - 571, - 2.075, - 572, - 1.892, - 581, - 0.785, - 583, - 1.47, + 1.731, + 554, + 0.515, + 555, + 1.975, + 556, + 1.022, + 573, + 0.933, + 574, + 2.006, + 575, + 4.65, + 577, + 1.336, + 579, + 1.246, + 588, + 0.713, 594, - 0.994, - 595, - 0.876, - 607, - 1.172, - 611, - 2.353, - 612, - 1.125, - 623, - 1.499, - 624, - 2.046, - 627, - 1.766, + 2.494, + 601, + 0.907, + 602, + 0.556, + 603, + 1.039, + 605, + 0.783, + 608, + 0.68, + 614, + 0.975, + 629, + 1.025, 631, - 1.499, + 0.68, + 633, + 1.26, + 634, + 0.543, + 636, + 2.075, + 638, + 1.572, + 644, + 0.68, 648, - 1.892, - 654, - 2.111, - 659, - 3.451, - 664, - 1.027, - 666, - 1.602, - 667, - 2.33, - 671, - 1.593, - 672, - 1.824, + 2.027, + 663, + 2.666, + 674, + 0.688, + 677, + 1.57, 680, - 1.614, - 682, - 1.212, - 700, - 2.844, - 704, - 1.423, - 707, - 1.472, - 714, - 0.956, - 719, - 1.83, - 726, - 1.083, + 1.307, + 683, + 3.78, + 685, + 2.744, + 686, + 1.837, + 689, + 1.526, + 691, + 1.28, + 692, + 0.933, + 695, + 0.621, + 696, + 1.179, + 701, + 0.722, + 702, + 0.688, + 703, + 0.975, + 705, + 0.905, + 709, + 0.868, + 710, + 2.027, + 737, + 0.926, 738, - 1.401, - 743, - 1.172, - 754, - 1.75, - 757, - 2.898, - 758, - 1.765, - 759, - 0.853, - 764, - 1.593, - 765, - 3.419, - 777, - 1.671, - 782, - 1.379, - 783, - 1.304, - 785, - 1.593, + 1.488, + 740, + 0.696, + 747, + 0.772, + 773, + 0.498, 786, - 3.493, - 789, - 1.892, - 792, - 1.501, - 793, - 1.226, - 795, - 1.401, - 796, - 1.114, + 3.898, + 797, + 1.121, + 811, + 0.68, 812, - 1.83, - 824, - 1.172, - 827, - 2.018, - 833, - 1.671, - 851, - 1.271, + 0.974, + 819, + 0.808, + 826, + 1.307, + 832, + 1.193, + 837, + 0.886, + 852, + 0.949, + 855, + 1.179, + 856, + 0.551, 858, - 1.681, + 2.502, 859, - 0.79, - 860, - 0.927, - 881, - 2.075, - 889, - 1.602, + 2.711, + 861, + 2.297, + 873, + 0.949, + 878, + 0.886, + 883, + 1.036, + 885, + 1.514, 891, - 3.063, + 1.642, + 894, + 0.543, + 895, + 0.659, + 898, + 0.488, + 899, + 0.905, 901, - 1.255, - 902, - 1.559, + 1.473, 903, - 1.271, - 919, - 2.627, - 939, - 1.287, + 0.74, + 905, + 1.464, + 909, + 2.198, + 914, + 0.574, + 915, + 0.527, + 917, + 1.541, + 921, + 0.886, + 922, + 0.926, + 923, + 0.673, + 924, + 1.181, + 931, + 0.376, + 935, + 1.232, + 941, + 0.975, + 943, + 0.949, + 945, + 0.886, + 947, + 0.722, 948, - 2.355, + 2.138, + 950, + 2.245, + 951, + 5.412, 954, - 1.287, + 1.075, + 960, + 1.541, 969, - 1.16, + 0.836, + 973, + 1.036, + 975, + 1.193, 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, + 0.731, + 978, + 0.983, + 979, + 1.891, + 981, + 0.836, + 982, + 1.488, + 986, + 2.819, + 987, + 1.323, + 993, + 0.772, + 999, + 1.146, + 1029, + 1.652, + 1034, + 1.307, + 1039, + 0.74, + 1041, + 0.621, + 1042, + 2.245, + 1045, + 0.905, + 1051, + 0.974, + 1064, + 0.673, + 1067, + 0.449, + 1079, + 1.652, + 1094, + 1.876, 1095, - 1.447, + 1.121, + 1098, + 3.663, 1104, - 1.212, + 2.343, 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, + 0.68, + 1120, + 0.808, + 1126, + 0.68, + 1133, + 1.791, + 1134, + 1.572, + 1144, + 4.212, + 1146, + 1.075, + 1149, + 1.036, + 1155, + 3.716, + 1157, + 0.722, + 1158, + 3.942, + 1167, + 1.946, + 1171, + 2.134, + 1173, + 0.673, + 1180, + 2.957, + 1183, + 1.075, + 1186, + 0.673, + 1188, + 2.049, + 1193, + 0.822, + 1202, + 0.652, + 1228, + 1.638, + 1235, + 0.886, 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, + 2.113, + 1272, + 1.104, + 1290, + 1.075, + 1291, + 0.822, + 1295, + 0.515, + 1296, + 0.927, + 1301, + 1.764, + 1304, + 0.808, + 1311, + 2.198, + 1323, + 0.574, + 1361, + 0.905, + 1382, + 0.761, + 1411, + 1.46, + 1420, + 1.075, + 1427, + 3.345, + 1432, + 0.772, + 1447, + 1.121, + 1453, + 1.256, + 1460, + 0.772, + 1463, + 0.836, + 1471, + 0.68, + 1475, + 0.974, + 1479, + 2.005, 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, + 1.036, + 1490, + 1.075, + 1492, + 0.852, + 1496, + 0.949, + 1502, + 1.275, + 1541, + 0.74, + 1546, + 1.291, + 1552, + 1.075, 1558, - 1.472, - 1577, - 2.822, - 1579, - 1.499, + 1.542, + 1570, + 0.926, 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, - 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, - 1.359, - 2078, - 1.593, - 2117, - 2.858, - 2126, - 2.691, - 2146, - 1.63, - 2216, - 4.551, - 2235, - 1.593, - 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, + 1.813, + 1624, + 1.003, + 1625, + 2.354, + 1628, + 0.569, + 1629, + 0.615, + 1651, + 1.488, + 1661, + 0.688, + 1662, + 0.604, + 1675, + 2.61, + 1676, + 0.868, + 1679, + 2.755, + 1682, + 0.868, + 1685, + 1.876, + 1687, + 2.113, + 1697, + 4.34, + 1701, + 3.953, + 1715, + 3.589, + 1716, + 0.974, + 1717, + 1.075, + 1720, + 1.075, + 1722, + 1.256, + 1725, + 0.868, + 1727, + 1.121, + 1767, + 0.808, + 1805, + 1.256, + 1819, + 1.075, + 1839, + 0.974, + 1840, + 0.783, + 1841, + 0.796, + 1863, + 1.075, + 1864, + 0.905, + 1871, + 1.652, + 1876, + 1.121, + 1879, + 5.682, + 1884, + 0.583, + 1929, + 0.722, + 1931, + 1.837, + 1952, + 1.256, + 1960, + 1.256, + 1975, + 0.174, + 1979, + 1.514, + 1984, + 4.082, + 2006, + 1.307, + 2086, + 1.817, + 2114, + 0.868, + 2118, + 1.075, + 2122, + 1.036, + 2124, + 1.179, + 2128, + 1.036, + 2164, + 0.594, + 2200, + 1.003, + 2202, + 1.179, + 2212, + 2.134, + 2264, + 1.075, + 2335, + 0.886, + 2346, + 1.464, + 2358, + 0.852, + 2372, + 1.075, + 2373, + 0.868, + 2379, + 0.886, + 2382, + 6.763, + 2383, + 5.933, + 2384, + 6.182, + 2385, + 7.302, + 2387, + 1.036, + 2389, + 1.974, + 2390, + 1.718, + 2420, + 0.926, + 2441, + 3.104, + 2451, + 1.036, + 2495, + 1.946, + 2516, + 2.418, + 2532, + 0.886, + 2540, + 0.761, + 2550, + 1.44, + 2554, + 0.822, + 2580, + 2.571, + 2613, + 4.888, + 2614, + 1.036, + 2615, + 1.374, + 2616, + 1.817, + 2617, + 1.374, + 2618, + 1.374, + 2619, + 1.179, + 2620, + 1.374, + 2621, + 3.537, + 2622, + 3.788, + 2623, + 2.666, + 2624, + 4.842, + 2625, + 6.753, + 2626, + 2.029, + 2627, + 1.179, + 2628, + 1.179, + 2629, + 4.842, + 2630, + 1.036, + 2631, + 0.868, + 2632, + 1.121, + 2633, + 2.483, + 2634, + 3.116, + 2635, + 4.155, + 2636, + 4.428, + 2637, + 1.572, 2638, - 2.487, + 2.134, + 2639, + 1.121, + 2640, + 0.974, + 2641, + 1.179, + 2642, + 4.182, + 2643, + 1.876, + 2644, + 1.179, + 2645, + 1.817, + 2646, + 1.075, 2647, - 1.824, + 1.003, + 2648, + 1.179, + 2649, + 2.039, + 2650, + 1.374, + 2651, + 2.487, + 2652, + 1.374, + 2653, + 1.179, + 2654, + 1.374, + 2655, + 3.951, + 2656, + 1.876, + 2657, + 4.15, + 2658, + 5.908, + 2659, + 1.374, + 2660, + 1.374, + 2661, + 1.374, + 2662, + 1.374, 2663, - 2.212, + 1.374, + 2664, + 1.374, + 2665, + 1.179, + 2666, + 2.924, + 2667, + 3.055, + 2668, + 1.256, + 2669, + 1.374, + 2670, + 1.179, + 2671, + 1.374, + 2672, + 1.374, + 2673, + 1.374, + 2674, + 8.212, + 2675, + 2.029, + 2676, + 2.781, + 2677, + 2.487, + 2678, + 1.946, + 2679, + 1.374, + 2680, + 1.374, + 2681, + 1.179, + 2682, + 2.134, + 2683, + 0.974, + 2684, + 0.808, + 2685, + 1.374, + 2686, + 5.077, + 2687, + 1.256, + 2688, + 1.374, + 2689, + 1.374, + 2690, + 1.974, + 2691, + 3.272, + 2692, + 1.817, + 2693, + 1.374, + 2694, + 1.374, + 2695, + 1.179, + 2696, + 5.908, + 2697, + 1.075, 2698, - 2.075, + 1.256, + 2699, + 1.179, + 2700, + 1.003, 2701, - 1.973, + 1.179, + 2702, + 1.374, + 2703, + 1.256, + 2704, + 1.374, + 2705, + 2.487, + 2706, + 1.374, + 2707, + 1.946, + 2708, + 1.256, + 2709, + 0.926, + 2710, + 1.179, + 2711, + 1.374, + 2712, + 1.374, + 2713, + 1.374, + 2714, + 5.412, + 2715, + 1.256, + 2716, + 1.374, + 2717, + 1.003, + 2718, + 0.974, + 2719, + 2.029, + 2720, + 3.408, + 2721, + 1.256, + 2722, + 4.182, + 2723, + 2.029, + 2724, + 1.374, + 2725, + 1.374, + 2726, + 2.487, + 2727, + 1.374, + 2728, + 4.182, + 2729, + 1.374, + 2730, + 1.374, + 2731, + 5.412, + 2732, + 2.487, + 2733, + 2.487, + 2734, + 2.487, + 2735, + 1.374, 2736, - 3.735, + 3.041, 2737, - 2.418, + 2.134, 2738, - 2.418, + 4.34, 2739, - 2.212, + 1.256, 2740, - 2.075, + 4.416, 2741, - 2.212, + 4.182, 2742, - 2.212, + 2.487, 2743, - 2.418, + 2.487, 2744, - 2.418, + 3.408, 2745, - 2.418, + 2.487, 2746, - 2.418, + 2.487, 2747, - 2.418, + 2.571, 2748, - 2.418, + 1.179, 2749, - 2.418, + 1.179, 2750, - 3.196, + 0.868, 2751, - 2.418, + 1.374, 2752, - 1.593, + 1.075, 2753, - 2.418, + 1.075, 2754, - 6.292, + 1.374, 2755, - 3.735, + 1.374, 2756, - 2.487, + 3.408, 2757, - 2.212, + 3.824, 2758, - 2.212, + 4.182, 2759, - 1.593, + 1.374, 2760, - 4.587, + 2.487, 2761, - 2.418, + 1.374, 2762, - 2.212, - 2763, 2.487, + 2763, + 1.374, 2764, - 2.075, + 2.487, 2765, - 2.418, + 1.374, 2766, - 4.085, + 2.274, 2767, - 2.212, + 1.374, 2768, - 2.212, + 1.374, 2769, - 1.671, + 1.374, 2770, - 4.085, + 1.121, 2771, - 3.493, + 2.487, 2772, - 2.212, + 2.487, 2773, - 2.212, + 5.908, 2774, - 1.499, + 3.408, 2775, - 2.418, + 1.341, 2776, - 2.212, + 1.256, 2777, - 2.418, + 1.036, 2778, - 4.327, + 0.905, 2779, - 2.075, + 1.769, 2780, - 2.075, + 2.593, 2781, - 2.212, + 1.374, 2782, - 7.555, + 4.842, 2783, - 6.231, + 0.974, 2784, - 4.085, + 1.374, 2785, - 2.212, + 1.121, 2786, - 1.401, + 1.075, 2787, - 3.505, + 1.121, 2788, - 6.231, + 2.487, 2789, - 1.766, + 2.487, 2790, - 2.418, + 4.842, 2791, - 2.418, + 3.824, 2792, - 2.418, + 2.487, 2793, - 2.075, + 2.487, 2794, - 2.418, + 1.179, 2795, - 2.418, + 1.374, 2796, - 2.212, + 3.408, 2797, - 2.418, + 1.256, 2798, - 1.973, + 1.374, 2799, - 2.418, + 1.036, 2800, - 2.212, + 1.256, 2801, - 1.766, + 1.003, 2802, - 2.418, + 3.408, 2803, - 2.418, + 3.408, 2804, - 2.418, + 1.374, 2805, - 2.418, + 1.374, 2806, - 2.212, + 1.179, 2807, - 2.418, + 1.036, 2808, - 2.418, + 1.121, 2809, - 1.892, + 1.256, 2810, - 2.418, + 1.256, 2811, - 2.212, + 2.487, 2812, - 1.892, + 1.374, 2813, - 2.418, + 2.274, 2814, - 4.085, + 1.179, 2815, - 3.505, + 1.256, 2816, - 2.212, + 1.374, 2817, - 2.418, + 1.374, 2818, - 2.418, + 1.121, 2819, - 5.253, + 1.374, 2820, - 2.075, + 1.374, 2821, - 1.973, + 1.003, 2822, - 2.212, + 0.836, 2823, - 2.418, + 2.274, 2824, - 2.418, + 1.374, 2825, - 2.898, - 2826, - 1.973, - 2827, - 1.973, - 2828, - 2.212, - 2829, - 2.418, - 2830, - 4.085, - 2831, - 2.418, - 2832, - 2.418, - 2833, - 2.418, - 2834, - 2.075, - 2835, - 2.418, - 2836, - 2.418, - 2837, - 2.075, - 2838, - 2.418, - 2839, - 2.418, - 2840, - 2.212, - 2841, - 2.075, - 2842, - 2.418, - 2843, - 3.493, - 2844, - 1.824, - 2845, - 1.766, - 2846, - 1.671, - 2847, - 4.327, - 2848, - 2.212, - 2849, - 2.075, - 2850, - 2.418, - 2851, - 2.418, - 2852, - 2.418, - 2853, - 2.418, - 2854, - 2.075, - 2855, - 2.212, - 2856, - 2.075, - 2857, - 1.973, - 2858, - 2.418, - 2859, - 2.212, - 2860, - 2.418, - 2861, - 2.418, - 2862, - 1.892, - 2863, - 2.418, - 2864, - 1.973, - 2865, - 2.075, - 2866, - 2.075, - 2867, - 2.418, - 2868, - 2.418, - 2869, - 2.418, - 2870, - 2.418, - 2871, - 2.418, - 2872, - 2.418, - 2873, - 2.418, - 2874, - 2.418, - 2875, - 2.212, - 2876, - 2.075, - 2877, - 2.418, - 2878, - 1.63 + 1.374 ] ], [ - "type/manuals/material", + "type/manuals/atlas", [ 0, 0.731 ] ], [ - "data/manuals/material", + "data/manuals/atlas", [ + 0, + 0.337, + 1, + 0.705, + 2, + 0.697, + 3, + 0.723, + 4, + 0.723, + 5, + 0.727, + 6, + 0.727, 7, - 1.42, + 1.574, 8, - 1.42, - 9, - 0.844, + 0.771, + 10, + 1.744, 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, + 0.998, + 12, + 1.257, + 18, + 1.141, + 20, + 1.3, + 36, + 0.549, + 38, + 0.751, + 41, + 1.447, 42, - 2.191, - 48, - 2.225, - 51, - 1.078, + 0.5, + 45, + 1.857, + 46, + 1.516, + 49, + 0.953, + 50, + 4.149, + 52, + 0.758, + 56, + 1.772, + 57, + 1.481, 59, - 2.441, + 0.959, 62, - 2.674, - 68, - 2.086, + 1.516, + 63, + 1.335, + 67, + 1.38, + 69, + 1.295, 70, - 1.291, - 71, - 1.64, - 74, - 0.888, - 75, - 4.493, + 2.848, + 72, + 0.917, 77, - 1.146, + 1.551, + 79, + 0.946, + 82, + 1.857, + 85, + 1.648, 86, - 1.49, + 1.89, + 88, + 5.418, + 89, + 5.461, + 90, + 1.923, + 92, + 3.583, + 93, + 1.776, + 94, + 2.119, + 96, + 0.873, + 99, + 1.05, + 100, + 1.269, 102, - 2.364, + 1.916, + 103, + 1.557, + 105, + 1.827, + 106, + 1.445, + 107, + 1.287, + 108, + 0.81, + 109, + 1.026, 110, - 2.661, - 119, - 2.549, + 2.3, + 111, + 1.151, + 112, + 1.741, + 113, + 2.003, + 115, + 2.012, + 116, + 1.772, + 118, + 1.776, 121, - 2.811, - 123, - 2.082, + 1.926, + 122, + 2.658, + 124, + 1.985, 125, - 2.324, - 135, - 2.156, + 2.278, + 126, + 2.021, + 128, + 1.35, + 132, + 2.933, + 134, + 2.012, 137, - 1.19, - 141, - 1.151, + 1.857, + 142, + 1.731, + 144, + 1.447, + 145, + 1.708, + 147, + 2.68, + 148, + 1.655, 149, - 1.789, + 1.049, + 150, + 1.712, + 151, + 2.779, + 153, + 2.026, + 156, + 3.426, 160, - 1.647, - 161, - 1.587, - 181, - 2.324, - 182, - 2.306, - 184, - 2.574, + 1.988, + 169, + 1.2, + 170, + 2.593, + 174, + 2.757, + 175, + 1.201, + 177, + 2.069, + 185, + 4.785, 186, - 2.391, - 191, - 1.455, - 217, - 2.306, + 6.4, + 197, + 0.946, + 199, + 2.897, + 201, + 1.308, + 202, + 1.479, + 206, + 2.822, + 207, + 2.251, + 208, + 2.974, + 209, + 2.078, + 211, + 1.234, + 213, + 2.937, + 215, + 5.579, + 222, + 2.364, + 226, + 2.084, + 229, + 1.067, 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, + 5.438, + 238, + 2.559, + 239, + 1.212, + 240, + 1.655, + 241, + 2.043, + 247, + 2.668, + 256, + 1.314, + 268, + 1.189, + 269, + 1.534, + 271, + 1.412, + 273, + 1.124, + 274, + 1.621, + 282, + 1.365, + 289, + 1.648, + 290, + 4.418, + 295, + 1.269, + 297, + 1.954, + 298, + 1.741, + 300, + 2.523, + 302, + 1.954, + 304, + 1.776, + 306, + 2.003, + 311, + 2.937, + 314, + 1.485, + 317, + 1.621, + 330, + 2.952, + 333, + 2.428, + 353, + 1.097, + 357, + 4.558, + 359, + 2.003, + 360, + 2.155, + 361, + 1.548, + 368, + 2.13, + 371, + 2.393, + 373, + 1.677, + 374, + 1.776, + 378, + 1.776, + 382, + 0.991, + 383, + 1.815, + 387, + 2.053, + 389, + 1.526, + 392, + 1.596, 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, + 2.208, + 432, + 1.954, + 457, + 0.978, + 471, + 0.738, + 477, + 3.146, + 483, + 1.815, + 492, + 1.595, + 498, + 2.078, + 500, + 3.48, + 505, + 4.136, + 510, + 1.673, + 511, + 1.466, + 513, + 1.429, + 516, + 1.485, + 519, + 2.364, + 520, + 2.519, + 521, + 0.959, + 524, + 3.1, + 550, + 1.282, + 553, + 0.985, + 555, + 0.858, + 556, + 1.132, + 561, + 1.845, + 568, + 4.798, + 570, + 1.954, + 573, + 1.034, + 583, + 1.708, + 588, + 1.429, + 591, + 1.815, 594, - 2.362, + 2.683, + 601, + 1.005, + 603, + 2.825, + 629, + 0.828, + 631, + 1.365, + 634, + 2.672, + 636, + 1.746, + 644, + 1.365, + 676, + 2.078, + 678, + 3.07, + 681, + 3.67, + 691, + 1.781, 692, - 3.14, + 1.034, + 701, + 1.447, + 702, + 1.38, 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, + 1.335, + 724, + 2.725, + 728, + 2.853, + 740, + 1.396, + 759, + 4.361, + 765, + 2.04, + 783, + 2.248, + 784, + 2.012, + 795, + 1.776, + 807, + 1.595, + 831, + 1.648, + 832, + 1.321, + 848, + 2.884, + 877, + 1.815, + 898, + 2.067, 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, + 1.35, + 935, + 4.423, + 938, + 1.741, + 943, + 1.903, + 945, + 1.776, + 946, + 3.326, + 959, 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, + 979, + 4.422, + 980, + 1.776, + 981, + 1.677, + 994, + 3.231, + 995, + 1.741, + 999, + 1.269, + 1019, + 1.721, + 1029, + 1.335, + 1126, + 2.884, + 1131, + 2.884, + 1132, 3.563, + 1146, + 2.922, + 1150, + 3.271, + 1153, + 1.295, + 1155, + 2.822, + 1172, + 1.396, + 1202, + 2.162, + 1218, + 1.954, + 1221, + 1.365, + 1226, + 1.571, + 1284, + 1.776, + 1286, + 1.954, + 1339, + 2.078, + 1354, + 3.326, + 1411, + 1.18, + 1413, + 2.772, + 1471, + 2.256, + 1495, + 1.526, + 1513, + 2.248, + 1552, + 2.155, + 1557, + 1.648, + 1627, + 1.954, + 1629, + 1.234, + 1648, + 1.571, + 1655, + 1.447, + 1675, + 1.485, + 1683, + 2.248, + 1793, + 2.937, + 1825, + 2.248, + 1879, + 1.396, + 1882, + 1.223, + 1884, + 1.934, + 1890, + 1.595, + 1894, + 1.815, + 1968, + 1.466, + 1969, + 2.012, + 2042, + 1.526, + 2057, + 1.741, + 2087, + 1.741, + 2089, + 1.548, + 2121, + 1.621, + 2154, + 2.248, + 2164, + 1.19, + 2180, + 1.815, + 2188, + 2.012, + 2236, + 5.293, + 2319, + 2.364, + 2383, + 1.708, + 2420, + 3.07, + 2472, + 1.857, + 2474, + 3.435, 2475, - 3.019, + 3.435, + 2493, + 2.155, + 2554, + 2.725, + 2676, + 2.248, + 2776, + 2.519, + 2826, + 2.755, + 2827, + 2.248, + 2828, + 2.755, + 2829, + 2.755, + 2830, + 2.755, + 2831, + 2.078, + 2832, + 2.519, + 2833, + 2.519, + 2834, + 2.078, + 2835, + 2.364, + 2836, + 2.155, + 2837, + 4.274, + 2838, + 2.364, + 2839, + 4.164, + 2840, + 2.519, + 2841, + 2.755, + 2842, + 5.518, + 2843, + 2.755, + 2844, + 2.755, + 2845, + 2.755, + 2846, + 2.755, + 2847, + 2.519, + 2848, + 2.248, + 2849, + 2.755, + 2850, + 3.435, + 2851, + 4.392, + 2852, + 3.326, + 2853, + 2.755, + 2854, + 1.776, + 2855, + 2.155, + 2856, + 2.755, + 2857, + 2.755, + 2858, + 2.755, + 2859, + 2.519, + 2860, + 2.755, + 2861, + 2.755, + 2862, + 2.519, + 2863, + 2.155, + 2864, + 2.755, + 2865, + 2.755, + 2866, + 2.364, + 2867, + 2.519, + 2868, + 4.164, + 2869, + 2.248, + 2870, + 2.755, + 2871, + 1.571, + 2872, + 3.231, + 2873, + 3.908, + 2874, + 2.012, + 2875, + 1.677, + 2876, + 3.146, + 2877, + 3.435, + 2878, + 4.798, 2879, - 5.747, + 5.518, 2880, - 5.747, + 2.755, 2881, - 5.747, + 2.755, 2882, - 4.689, + 4.554, 2883, - 5.747, + 2.755, 2884, - 5.747, + 4.164, 2885, - 4.198, + 2.078, 2886, - 5.747, + 3.326, 2887, - 5.747, + 2.519, 2888, - 5.747, + 3.435, 2889, - 5.747, + 2.364, 2890, - 5.255, + 2.519, 2891, - 5.747, + 2.755, 2892, - 5.747, + 4.554, 2893, - 5.255, + 2.519, 2894, - 5.747, + 2.519, 2895, - 5.255, + 2.519, 2896, - 6.86, + 2.364, 2897, - 5.747, + 2.012, 2898, - 4.931, + 2.755, 2899, - 5.255, + 4.554, 2900, - 4.931, + 2.519, 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.755 ] ], [ - "type/manuals/compute", + "type/manuals/gui-layouts", [ 0, 0.731 ] ], [ - "data/manuals/compute", + "data/manuals/gui-layouts", [ 0, - 0.29, + 0.467, 1, - 1.336, + 3.121, 2, - 0.6, + 0.966, 3, - 0.622, + 1.001, 4, - 0.622, + 1.001, 5, - 0.625, + 1.007, 6, - 0.625, + 1.007, 7, - 1.53, + 1.451, 8, - 1.269, + 1.067, 9, - 0.988, - 11, - 1.061, - 13, - 1.328, - 16, - 0.99, + 2.006, + 10, + 2.105, 17, - 1.561, - 21, - 1.067, - 22, - 2.109, + 2.572, + 18, + 1.142, + 20, + 1.486, 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.725, 36, - 1.443, - 37, - 2.73, - 41, - 1.519, - 42, - 0.957, + 1.76, + 38, + 0.657, + 44, + 2.47, 46, - 1.711, + 1.557, + 47, + 4.506, 48, - 2.08, - 49, - 1.435, - 51, - 1.695, + 4.193, + 50, + 2.114, 52, - 1.337, - 61, - 1.788, + 1.628, + 54, + 1.811, + 57, + 1.375, + 58, + 4.844, + 59, + 0.998, + 60, + 1.062, 65, - 2.137, + 2.514, + 66, + 3.813, 68, - 1.562, - 69, - 1.637, + 3.113, 70, - 1.174, - 71, - 2.099, - 74, - 1.058, + 1.607, + 72, + 1.27, + 73, + 2.21, 77, - 1.491, - 83, - 0.998, + 1.225, + 79, + 1.004, + 84, + 3.524, + 85, + 6.181, 86, - 1.527, - 88, - 1.731, - 89, - 2.849, + 2.865, + 87, + 6.358, + 90, + 1.725, 91, - 0.909, + 1.302, 92, - 0.814, - 93, - 2.862, - 94, - 2.38, + 3.272, + 95, + 4.106, 97, - 1.599, + 2.357, 99, - 1.759, + 1.039, + 100, + 1.11, 102, - 2.21, + 1.852, 103, - 1.373, - 104, - 2.487, - 105, - 2.403, + 2.032, 106, - 1.587, + 1.58, + 107, + 1.552, 108, - 0.896, + 2.744, 110, - 1.739, - 111, - 2.305, - 117, - 2.564, - 121, - 2.554, - 135, - 1.507, + 3.486, + 113, + 1.185, + 122, + 1.841, + 125, + 1.799, + 126, + 1.619, + 127, + 3.985, + 134, + 2.787, 137, - 0.915, + 2.572, 141, + 2.678, + 146, + 3.547, + 148, 1.81, - 149, - 1.25, 151, - 1.128, - 152, - 1.094, - 158, - 2.334, - 159, - 0.889, + 1.568, + 153, + 2.395, 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.738, + 165, + 1.691, + 167, + 2.391, + 169, + 1.497, + 170, + 1.463, + 175, + 3.156, + 177, + 2.7, + 178, + 3.038, + 194, + 1.079, 196, - 2.334, + 1.319, + 197, + 2.031, 198, - 1.707, - 202, - 2.194, - 221, - 1.161, - 223, - 1.313, - 224, - 0.652, + 2.403, + 201, + 1.329, + 203, + 2.057, + 206, + 2.866, + 207, + 2.409, + 208, + 3.184, + 210, + 2.391, + 226, + 1.645, 229, - 1.766, - 234, - 0.721, + 1.495, + 230, + 1.328, 237, - 0.925, - 247, - 0.949, - 248, - 2.362, - 255, - 1.682, + 1.758, + 239, + 1.678, + 251, + 2.725, + 254, + 6.414, 256, - 1.181, + 1.335, + 257, + 3.486, + 261, + 1.621, 263, - 2.442, - 273, - 0.922, - 277, - 1.761, - 278, - 1.882, + 1.141, + 268, + 2.257, + 269, + 1.85, + 274, + 2.245, + 280, + 1.496, 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, + 3.903, + 309, + 2.245, + 332, + 2.937, + 333, + 1.085, + 378, + 2.46, 380, - 2.257, - 384, - 1.706, - 393, - 1.637, + 1.355, + 387, + 1.346, 396, - 1.443, + 7.2, + 398, + 7.2, 402, - 2.974, - 407, - 1.87, + 2.03, + 403, + 4.195, + 404, + 3.737, 416, - 2.982, - 424, - 2.95, - 427, - 4.619, + 2.787, 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.866, + 456, + 4.396, + 463, + 2.572, + 471, + 1.023, + 472, + 1.758, 479, - 1.174, - 481, - 1.507, - 493, - 0.693, - 496, - 1.261, - 514, - 0.842, + 1.432, + 490, + 1.594, + 492, + 2.21, + 494, + 3.489, + 515, + 2.365, 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, + 552, + 2.424, + 555, + 1.188, 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.911, + 592, + 2.46, + 594, + 2.725, + 600, + 1.83, + 601, + 1.392, + 602, + 1.543, + 603, + 1.594, + 604, + 1.933, + 636, + 1.463, + 689, + 1.709, + 691, + 1.167, 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.074, + 713, + 2.005, + 738, + 2.283, + 751, + 1.543, + 771, + 1.775, 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, + 2.005, + 834, + 3.586, + 861, + 2.572, + 898, + 1.355, 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.811, + 944, + 1.956, + 978, + 1.507, + 987, + 2.03, + 999, + 1.758, + 1019, + 3.335, + 1025, + 3.486, + 1120, + 2.245, + 1133, + 2.005, + 1208, + 3.6, + 1213, + 4.46, + 1216, + 2.03, + 1223, + 2.572, + 1245, + 2.572, + 1259, + 3.737, + 1307, + 2.323, + 1322, + 1.956, 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.489, + 1404, + 2.878, + 1413, + 3.6, + 1424, + 3.113, + 1496, + 2.636, + 1502, + 1.956, + 1507, + 3.666, + 1560, + 2.514, + 1583, + 4.825, + 1602, + 1.869, + 1604, + 2.005, 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.424, + 1608, + 5.279, + 1609, + 2.21, + 1640, + 2.985, + 1649, + 2.03, + 1675, + 3.187, + 1687, + 2.365, + 1693, + 2.572, + 1724, + 1.811, + 1779, + 3.274, + 1842, + 3.489, + 1843, + 3.489, + 1890, + 3.424, + 1906, + 4.085, + 1936, + 3.276, + 1984, + 4.46, + 2013, + 2.636, + 2027, + 4.371, + 2155, + 6.278, + 2259, + 5.664, + 2261, + 2.144, + 2507, + 2.283, + 2540, + 3.276, + 2831, + 4.46, + 2832, + 5.407, + 2871, + 2.176, + 2902, + 5.461, + 2903, + 3.815, + 2904, + 3.113, + 2905, + 3.489, + 2906, + 3.815, + 2907, + 2.985, + 2908, + 5.001, + 2909, + 3.815, + 2910, + 3.815, + 2911, + 3.815, 2912, - 2.034, + 3.815, + 2913, + 3.489, + 2914, + 9.201, + 2915, + 4.626, + 2916, + 3.737, + 2917, + 3.815, + 2918, + 2.878, + 2919, + 3.815, + 2920, + 3.815, + 2921, + 5.913, 2922, - 2.034, + 3.815, 2923, - 2.034, + 3.815, 2924, - 1.854, + 6.62, 2925, - 2.37, + 2.46, 2926, - 2.37, + 5.913, 2927, - 4.778, + 5.913, 2928, - 1.934, + 2.707, 2929, - 1.854, + 3.815, 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.274 ] ], [ - "type/manuals/live-update-aws", + "type/manuals/optimization", [ 0, 0.731 ] ], [ - "data/manuals/live-update-aws", + "data/manuals/optimization", [ 0, - 0.449, + 1.009, 1, - 0.938, + 2.106, 2, - 0.929, + 2.084, 3, - 0.963, + 2.161, 4, - 0.963, + 2.161, 5, - 0.968, + 2.172, 6, - 0.968, + 2.172, 7, - 1.499, - 9, - 1.03, + 1.519, 10, + 2.188, + 18, + 1.103, + 20, 1.457, - 11, - 1.061, - 16, - 1.037, - 21, - 1.171, - 22, - 2.639, + 57, + 1.402, + 59, + 0.989, + 66, + 5.309, + 77, + 2.096, + 79, + 0.86, + 100, + 1.545, + 109, + 3.067, + 121, + 3.625, + 132, + 2.828, + 145, + 5.104, + 148, + 2.248, + 153, + 2.594, + 169, + 1.225, + 194, + 2.0, + 229, + 1.509, + 268, + 1.681, + 368, + 2.341, + 390, + 4.616, + 442, + 3.687, + 457, + 3.593, + 551, + 5.687, + 608, + 4.078, + 622, + 4.906, + 642, + 4.172, + 703, + 3.228, + 1047, + 4.805, + 1095, + 6.717, + 1153, + 3.869, + 1220, + 5.104, + 1324, + 4.272, + 1773, + 5.424, + 1804, + 4.855, + 1841, + 4.768, + 1864, + 5.424, + 2078, + 5.202, + 2122, + 6.21, + 2189, + 5.607, + 2192, + 5.687, + 2931, + 7.528, + 2932, + 8.233, + 2933, + 6.717, + 2934, + 6.717, + 2935, + 7.064, + 2936, + 8.233, + 2937, + 8.233 + ] + ], + [ + "type/manuals/ios", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/ios", + [ + 7, + 1.545, + 8, + 2.716, + 10, + 1.223, + 12, + 2.17, + 18, + 1.13, + 20, + 1.267, 23, - 0.793, - 26, - 2.462, - 28, - 1.302, - 29, - 1.794, - 30, - 1.122, - 32, - 1.648, - 33, - 1.414, + 0.944, + 36, + 1.713, + 38, + 1.186, 39, - 1.45, - 41, - 1.067, - 44, - 2.301, - 46, - 1.021, - 48, - 2.96, - 51, - 1.626, + 0.761, + 42, + 1.503, + 43, + 1.87, + 44, + 1.986, + 46, + 1.546, + 49, + 1.644, + 56, + 1.403, + 57, + 1.099, + 59, + 1.055, 60, - 1.495, - 68, - 2.486, + 1.942, + 62, + 0.695, + 67, + 1.046, 70, - 1.794, - 71, - 1.449, - 74, - 1.134, - 80, - 2.643, - 86, - 1.456, - 94, - 2.442, - 97, - 1.755, - 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.518, + 72, + 0.695, + 76, + 1.111, + 77, + 1.637, + 78, 1.6, - 144, - 1.904, - 147, - 3.511, + 79, + 0.927, + 90, + 0.859, + 91, + 3.419, + 96, + 1.142, + 99, + 1.069, + 100, + 1.31, + 102, + 0.922, + 103, + 2.099, + 105, + 0.838, + 106, + 1.013, + 107, + 1.776, + 108, + 0.614, + 110, + 1.878, + 113, + 1.657, + 116, + 0.813, + 119, + 1.826, + 124, + 0.91, + 126, + 1.569, + 142, + 1.413, + 148, + 1.956, + 149, + 2.43, 150, - 3.83, - 151, - 1.464, - 152, - 2.944, - 159, - 1.377, + 1.767, + 153, + 2.678, + 158, + 1.054, 160, - 1.828, - 161, - 1.138, - 162, - 0.943, - 190, - 1.043, - 191, - 0.929, - 193, - 1.49, + 0.614, + 169, + 1.039, + 170, + 0.801, + 177, + 1.953, + 194, + 1.165, + 196, + 1.644, + 197, + 1.943, 198, - 1.198, + 3.177, + 199, + 0.895, 201, - 3.092, - 218, - 2.199, - 224, - 2.198, - 234, - 1.116, - 237, - 1.32, + 0.469, + 202, + 0.678, + 206, + 4.299, + 207, + 1.582, + 208, + 4.271, + 211, + 2.129, + 226, + 2.536, + 228, + 0.88, + 229, + 1.748, + 230, + 1.254, + 231, + 1.352, + 236, + 2.382, + 238, + 1.174, + 240, + 1.025, + 241, + 1.899, + 246, + 3.132, 247, - 1.042, + 1.871, + 250, + 0.807, + 253, + 2.834, 256, - 1.079, - 263, - 2.233, + 1.785, + 257, + 0.825, + 260, + 0.704, 268, - 2.125, - 270, - 1.952, + 1.614, + 269, + 2.163, 273, - 2.232, - 278, - 3.038, - 291, - 1.26, + 1.396, + 280, + 0.819, + 285, + 1.614, + 290, + 2.717, 298, - 1.439, - 300, - 1.855, - 302, - 1.377, - 308, - 1.881, - 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.32, + 306, 1.585, - 407, - 1.188, + 313, + 3.575, + 323, + 2.156, + 333, + 1.352, + 342, + 0.935, + 350, + 1.25, + 353, + 1.435, + 361, + 1.174, + 368, + 1.352, + 380, + 2.008, + 382, + 1.297, + 387, + 1.271, + 390, + 0.88, + 392, + 1.982, 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.084, 441, - 3.015, + 1.806, 446, - 5.098, + 1.046, 449, - 3.624, - 465, - 0.906, - 481, - 1.377, - 490, - 4.553, - 493, - 1.677, - 522, - 1.778, - 525, - 1.367, + 1.25, + 452, + 2.405, + 454, + 1.435, + 456, + 1.943, + 457, + 2.266, + 464, + 2.82, + 471, + 1.274, + 472, + 0.962, + 473, + 0.919, + 500, + 0.762, + 505, + 1.848, + 510, + 0.767, + 511, + 1.111, + 521, + 1.254, + 536, + 1.376, + 546, + 1.126, + 547, + 1.229, 548, - 4.368, + 1.376, + 550, + 0.972, + 552, + 0.621, + 553, + 1.288, 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.784, + 555, + 1.122, + 561, + 1.507, + 573, + 0.784, + 588, + 1.87, + 590, + 1.493, + 591, + 1.376, + 592, + 4.116, + 594, + 2.606, + 600, + 1.002, + 601, + 1.315, + 602, + 1.458, + 603, + 0.872, + 604, + 1.058, + 605, + 1.191, + 614, + 0.819, + 623, + 3.509, 633, - 1.983, - 654, - 2.283, - 666, - 1.439, + 3.235, + 634, + 0.825, + 636, + 1.382, + 640, + 1.482, + 642, + 5.002, + 643, + 1.576, + 646, + 1.058, + 648, + 1.012, + 649, + 1.25, + 656, + 1.32, + 672, + 1.661, + 674, + 1.806, + 675, + 0.801, 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.17, + 679, + 0.935, + 681, + 1.023, + 683, + 2.711, + 689, + 0.935, + 691, + 1.454, + 694, + 1.526, + 698, + 1.792, + 699, + 5.043, + 701, + 2.972, + 702, + 1.046, + 710, + 1.747, + 744, + 1.012, + 746, + 1.443, + 750, + 2.304, + 751, + 2.581, + 759, + 1.347, + 762, + 2.149, + 765, + 0.732, + 771, + 2.97, + 773, + 1.722, + 774, + 0.944, + 801, + 2.329, + 831, + 1.25, + 834, + 1.035, + 844, + 1.792, + 848, + 1.035, + 854, + 1.157, + 878, + 1.347, + 890, + 3.882, + 902, + 3.64, + 905, + 1.229, + 910, + 1.918, + 911, + 1.157, + 915, + 0.801, + 922, + 1.408, + 924, + 2.257, + 932, + 1.482, + 934, + 1.482, + 935, + 1.785, + 941, + 0.819, + 975, + 1.002, + 980, + 1.347, + 984, + 1.576, + 999, + 0.962, + 1043, + 2.444, + 1053, + 2.557, + 1078, + 1.576, + 1079, + 1.012, + 1101, + 1.229, + 1104, + 1.969, + 1134, + 1.32, + 1143, + 4.824, + 1146, + 2.054, + 1152, + 1.526, + 1162, + 2.557, + 1166, + 1.21, + 1214, + 3.372, + 1224, + 1.002, + 1248, + 1.32, + 1270, + 2.82, 1273, - 3.912, - 1362, - 2.473, - 1367, - 2.092, - 1374, - 3.624, - 1375, - 2.993, - 1421, - 1.881, - 1442, - 3.355, - 1464, - 2.366, - 1487, - 5.831, - 1488, - 2.062, - 1510, - 1.978, - 1511, - 4.377, - 1616, - 5.244, - 1617, - 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, + 1.229, + 1283, + 2.597, + 1284, + 2.324, + 1287, + 2.557, + 1289, + 1.295, + 1322, + 2.437, + 1329, + 1.25, + 1340, + 1.482, + 1363, + 3.719, + 1382, + 1.157, + 1404, + 1.576, + 1411, + 0.895, + 1412, + 2.429, + 1416, + 1.482, + 1428, + 1.969, + 1432, + 2.025, + 1465, + 0.737, + 1543, + 1.229, + 1544, + 1.295, + 1548, + 1.943, + 1557, + 1.25, + 1573, + 1.792, + 1615, + 2.941, + 1638, + 1.32, + 1649, + 1.111, + 1655, + 1.097, + 1672, + 1.126, + 1686, + 1.576, + 1767, + 1.229, + 1769, + 4.959, + 1804, + 1.002, 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, - 3041, - 3.669, - 3042, - 6.851, - 3043, - 4.68, - 3044, - 5.157, - 3045, - 3.669, - 3046, - 7.984, - 3047, - 5.735, - 3048, - 4.487, - 3049, - 8.663, - 3050, - 4.921, - 3051, - 5.244, - 3052, - 2.318, - 3053, - 3.669, - 3054, - 3.669, - 3055, - 2.87, - 3056, - 7.984, - 3057, - 5.735, - 3058, - 4.652, - 3059, - 5.735, - 3060, - 3.669, - 3061, - 3.669, - 3062, - 3.669, - 3063, - 3.669, - 3064, - 3.355, - 3065, - 2.767, - 3066, - 3.669, - 3067, - 5.735, - 3068, - 7.301, - 3069, - 2.87, - 3070, - 3.669, - 3071, - 5.735, - 3072, - 3.669, - 3073, - 2.603 - ] - ], - [ - "type/manuals/flipbook-animation", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/flipbook-animation", - [ - 0, - 0.554, - 1, + 2.28, + 1840, + 1.191, + 1841, + 3.697, + 1871, + 1.747, + 1882, + 0.927, + 1911, + 1.071, + 1920, + 5.008, + 1933, + 3.009, + 1955, + 1.482, + 1961, + 5.4, + 1968, + 1.111, + 1973, + 2.156, + 1975, + 0.809, + 1976, + 1.91, + 1989, + 1.191, + 1993, + 3.812, + 2006, + 1.097, + 2026, + 2.374, + 2027, + 5.197, + 2029, + 2.632, + 2031, + 3.719, + 2053, + 4.425, + 2096, 1.157, - 2, - 1.145, - 3, - 1.187, - 4, - 1.187, - 5, - 1.193, - 6, - 1.193, - 7, - 1.54, - 8, - 1.138, - 9, - 0.951, - 10, - 0.825, - 11, - 1.017, - 16, - 0.9, - 21, - 1.64, - 22, - 2.158, - 23, - 1.924, - 29, - 1.512, - 30, - 1.119, - 33, - 1.264, - 37, - 2.007, - 38, - 2.579, - 40, - 3.491, - 41, - 1.956, - 42, - 1.078, - 47, - 4.426, - 51, - 1.507, - 60, - 1.843, - 62, - 2.104, - 68, + 2106, + 1.792, + 2155, + 3.065, + 2158, + 1.408, + 2169, + 1.408, + 2190, + 1.21, + 2191, + 1.443, + 2193, + 1.704, + 2196, + 2.941, + 2244, + 2.49, + 2249, + 2.429, + 2260, 1.526, - 71, - 1.648, - 73, - 1.971, - 74, - 1.056, - 77, - 1.897, - 86, - 1.513, - 87, - 3.686, - 91, - 1.734, - 94, - 2.326, - 99, - 3.241, - 102, - 2.812, - 104, - 4.175, - 108, - 3.594, - 110, - 3.165, - 111, - 2.98, - 113, - 4.432, - 117, - 4.171, - 137, - 1.001, - 141, - 1.348, - 143, - 4.939, - 146, - 1.787, - 150, - 2.169, - 151, - 0.829, - 152, - 1.232, - 159, - 1.697, - 160, + 2268, + 1.918, + 2330, + 2.374, + 2360, + 4.033, + 2379, + 1.347, + 2434, + 1.482, + 2435, 1.704, - 161, - 1.595, - 162, - 1.163, - 167, - 4.096, - 190, - 1.286, - 193, - 1.878, - 210, - 3.702, - 224, - 1.245, - 237, - 1.549, - 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, + 2440, + 1.012, + 2448, + 2.374, + 2496, + 1.576, + 2533, + 1.408, + 2579, + 2.557, + 2640, + 3.372, + 2649, + 2.156, + 2657, + 1.174, + 2692, + 1.526, + 2707, + 1.634, + 2717, 3.472, - 450, - 4.807, - 453, - 3.776, - 456, - 3.937, - 465, - 1.661, - 478, - 1.889, - 481, - 1.697, - 495, - 2.579, - 496, - 2.406, - 519, - 4.432, - 520, - 3.208, - 521, - 2.638, - 522, - 2.192, - 523, - 3.131, - 524, - 2.266, - 525, - 2.506, - 526, - 2.979, - 527, - 2.619, - 528, - 6.555, - 533, - 2.438, - 534, - 3.538, - 539, - 2.706, - 554, - 2.225, - 569, - 1.307, - 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, - 960, - 2.192, - 1085, - 3.208, - 1113, - 3.538, - 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, - 1821, - 2.007, - 1822, - 1.673, - 1823, - 3.411, - 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, - 3074, - 4.522, - 3075, - 2.979, - 3076, - 5.075, - 3077, - 3.303, - 3078, - 4.135, - 3079, - 3.88, - 3080, - 8.136, - 3081, - 4.522, - 3082, - 6.152, - 3083, - 6.152, - 3084, - 6.728, - 3085, - 9.511, - 3086, - 4.522, - 3087, - 6.728, - 3088, - 5.773, - 3089, - 5.49, - 3090, - 6.728, - 3091, - 6.728, - 3092, - 8.034, - 3093, - 8.034, - 3094, - 3.88, - 3095, - 3.303, - 3096, - 6.728, - 3097, - 4.522, - 3098, - 3.69, - 3099, - 7.346, - 3100, - 8.034, - 3101, - 8.898, - 3102, - 6.728 - ] - ], - [ - "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, - 8, - 1.077, - 9, - 0.715, - 11, - 0.821, - 16, - 0.98, - 21, - 1.001, - 22, + 2750, + 1.32, + 2775, + 1.126, + 2842, + 1.704, + 2938, + 6.383, + 2939, + 1.792, + 2940, + 2.089, + 2941, + 7.003, + 2942, + 4.347, + 2943, + 4.754, + 2944, + 3.719, + 2945, 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, - 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, - 2.087, - 581, - 3.524, - 587, - 2.575, - 596, - 5.631, - 633, - 3.399, - 673, - 3.228, - 680, + 2946, + 1.91, + 2947, + 1.792, + 2948, + 1.792, + 2949, + 3.296, + 2950, + 1.576, + 2951, + 1.634, + 2952, + 1.943, + 2953, + 2.49, + 2954, + 2.429, + 2955, + 1.191, + 2956, + 4.705, + 2957, 2.82, - 694, - 3.736, - 710, - 1.776, - 796, - 2.258, - 802, - 2.455, - 808, - 2.534, - 860, - 1.879, - 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, - 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, - 3125, - 6.869, - 3126, - 4.901, - 3127, - 4.901, - 3128, - 4.901, - 3129, - 7.138, - 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 + 2958, + 1.91, + 2959, + 4.853, + 2960, + 3.604, + 2961, + 1.526, + 2962, + 4.815, + 2963, + 1.792, + 2964, + 1.704, + 2965, + 1.792, + 2966, + 2.089, + 2967, + 1.376, + 2968, + 2.089, + 2969, + 1.576, + 2970, + 4.754, + 2971, + 1.576, + 2972, + 2.089, + 2973, + 1.704, + 2974, + 1.634, + 2975, + 1.704, + 2976, + 1.792, + 2977, + 5.837, + 2978, + 1.482, + 2979, + 3.604, + 2980, + 4.754, + 2981, + 3.907, + 2982, + 8.273, + 2983, + 1.91, + 2984, + 1.91, + 2985, + 2.719, + 2986, + 1.704, + 2987, + 2.089, + 2988, + 1.91, + 2989, + 6.785, + 2990, + 5.172, + 2991, + 3.586, + 2992, + 4.754, + 2993, + 2.089, + 2994, + 1.376, + 2995, + 3.604, + 2996, + 2.089, + 2997, + 1.704, + 2998, + 2.719, + 2999, + 4.815, + 3000, + 2.82, + 3001, + 3.093, + 3002, + 2.089, + 3003, + 2.089, + 3004, + 4.754, + 3005, + 2.089, + 3006, + 1.526, + 3007, + 2.089, + 3008, + 3.093, + 3009, + 3.604, + 3010, + 2.089, + 3011, + 2.089, + 3012, + 2.089, + 3013, + 2.089, + 3014, + 1.634, + 3015, + 2.089, + 3016, + 2.089, + 3017, + 6.383, + 3018, + 2.089, + 3019, + 2.089, + 3020, + 1.792, + 3021, + 1.295, + 3022, + 1.704, + 3023, + 2.089, + 3024, + 2.089, + 3025, + 2.089, + 3026, + 4.754, + 3027, + 2.089, + 3028, + 2.089, + 3029, + 1.792, + 3030, + 1.704, + 3031, + 5.172, + 3032, + 5.656, + 3033, + 3.604, + 3034, + 3.604, + 3035, + 2.089, + 3036, + 1.91, + 3037, + 1.704, + 3038, + 1.91, + 3039, + 6.981, + 3040, + 3.296, + 3041, + 1.91, + 3042, + 2.089, + 3043, + 4.425, + 3044, + 2.089, + 3045, + 2.089, + 3046, + 1.634, + 3047, + 2.941, + 3048, + 4.754, + 3049, + 2.089, + 3050, + 3.604, + 3051, + 1.91, + 3052, + 1.91, + 3053, + 2.089, + 3054, + 2.089, + 3055, + 1.704, + 3056, + 2.089, + 3057, + 1.443, + 3058, + 2.089, + 3059, + 1.482, + 3060, + 3.604, + 3061, + 2.089, + 3062, + 2.089, + 3063, + 2.089, + 3064, + 1.792, + 3065, + 2.089, + 3066, + 1.91, + 3067, + 1.634, + 3068, + 2.089, + 3069, + 1.91, + 3070, + 2.089 ] ], [ - "type/manuals/particlefx", + "type/manuals/optimization-speed", [ 0, 0.731 ] ], [ - "data/manuals/particlefx", + "data/manuals/optimization-speed", [ 0, - 0.471, + 0.424, 1, - 0.577, + 0.886, 2, - 0.571, + 0.877, 3, - 0.592, + 0.909, 4, - 0.592, + 0.909, 5, - 0.595, + 0.914, 6, - 0.595, + 0.914, 7, - 1.56, - 8, - 1.507, + 1.499, 9, - 0.996, + 1.175, 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, + 1.938, + 18, + 1.087, + 20, + 1.332, 28, - 0.8, - 29, - 1.338, + 1.679, 30, - 1.152, - 32, - 0.958, - 33, - 1.36, - 35, - 1.987, - 41, - 0.655, + 2.59, + 36, + 2.089, + 38, + 0.995, 42, - 0.917, + 0.629, 44, - 3.663, + 1.447, 46, - 0.627, - 50, - 2.595, - 51, - 1.117, + 1.542, + 48, + 3.175, 52, - 0.75, + 1.509, + 55, + 1.662, + 57, + 1.417, 59, - 0.958, - 62, - 3.978, - 65, - 2.048, - 68, - 1.516, - 70, - 1.502, - 71, - 1.371, - 73, - 2.595, - 74, - 1.014, - 75, - 2.163, + 0.999, + 66, + 2.234, + 67, + 3.409, 77, - 1.705, - 82, - 2.386, - 83, - 0.95, + 2.076, + 79, + 0.999, + 84, + 1.497, 86, - 1.523, - 92, - 3.356, - 93, - 2.77, + 1.125, 96, - 1.327, + 1.738, 97, - 1.821, - 98, - 2.022, + 2.437, + 99, + 1.035, + 100, + 1.827, 102, - 0.667, - 111, - 0.755, + 1.979, + 103, + 1.567, + 104, + 1.756, + 106, + 1.51, + 107, + 1.853, + 108, + 1.018, + 109, + 2.882, + 121, + 1.146, + 122, + 1.079, 125, - 1.556, - 137, - 0.749, - 141, - 1.919, + 1.054, + 126, + 1.933, + 135, + 3.94, + 140, + 1.596, 143, - 2.949, - 146, - 1.989, - 147, - 1.693, - 149, - 2.916, + 1.679, + 148, + 2.186, 150, - 1.846, - 151, - 1.225, + 0.877, + 153, + 2.377, 158, - 0.765, + 1.603, 160, - 1.467, - 161, - 1.327, - 162, - 1.53, - 172, - 1.393, - 173, - 2.812, - 174, - 3.011, - 175, - 2.618, - 177, - 2.062, - 181, - 0.912, - 186, - 2.649, - 190, - 1.432, - 191, - 1.275, - 195, - 3.924, + 2.0, + 165, + 2.212, + 166, + 1.628, + 167, + 3.129, + 169, + 1.151, + 170, + 2.609, + 178, + 3.627, + 194, + 1.829, 198, - 1.257, - 200, - 4.32, + 1.853, + 201, + 1.894, 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, - 226, - 2.103, - 227, + 1.125, + 207, + 2.805, + 209, 2.613, - 228, - 2.743, + 226, + 0.964, 229, - 3.202, + 1.545, 230, - 3.511, - 234, - 2.033, - 236, - 1.973, + 1.206, 237, - 1.159, - 239, - 2.535, - 242, - 1.306, - 263, - 1.87, - 267, - 1.791, - 278, - 1.541, - 288, - 2.833, - 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.596, + 241, + 1.174, + 250, + 1.338, + 256, + 1.903, + 257, + 1.369, + 266, + 1.538, + 268, + 2.176, + 269, + 1.244, + 281, + 2.148, + 289, + 3.28, + 317, + 2.039, + 353, + 3.08, 380, - 1.267, + 1.23, + 390, + 2.309, 391, - 0.77, - 394, - 1.907, - 405, - 1.267, - 407, - 1.233, - 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, + 2.148, + 392, + 1.214, + 400, + 2.335, + 411, + 1.798, + 429, + 4.345, + 434, + 1.612, + 446, + 1.736, + 452, + 1.978, + 457, + 1.23, + 459, + 1.612, + 463, + 3.695, 465, - 0.557, - 466, - 1.487, + 2.973, 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, + 0.929, + 473, + 1.524, + 489, + 1.612, + 500, + 1.264, + 504, + 3.875, + 511, + 2.917, + 521, + 1.206, + 524, + 3.261, + 543, + 1.39, + 545, + 2.71, + 546, + 2.956, + 550, + 1.612, + 551, + 6.925, + 552, + 1.03, 554, - 1.665, - 569, - 0.652, + 2.057, + 555, + 2.118, + 563, + 3.399, + 567, + 1.798, 581, - 1.635, - 583, - 2.142, + 1.868, 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, - 680, - 2.352, - 701, - 1.349, - 707, - 1.373, - 710, - 0.817, - 714, - 0.891, + 1.435, + 596, + 4.226, + 608, + 4.175, + 619, + 2.53, + 629, + 2.046, + 636, + 2.966, + 676, + 2.502, + 685, + 1.412, + 687, + 3.226, + 690, + 2.189, + 702, + 3.409, + 703, + 1.358, 737, - 0.846, - 749, - 1.143, - 754, - 0.966, - 756, - 1.117, - 759, - 0.795, - 776, - 1.001, - 783, - 1.215, - 803, - 1.286, - 805, - 2.886, - 808, - 1.788, - 812, - 1.724, - 813, - 2.132, - 824, - 1.093, - 825, - 3.065, - 826, - 2.441, - 828, - 2.432, - 830, - 1.84, - 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, - 899, - 2.872, - 909, - 1.791, + 2.335, + 738, + 2.073, + 746, + 2.393, + 765, + 3.411, + 775, + 1.919, + 799, + 4.142, + 834, + 1.716, + 849, + 3.02, + 873, + 2.393, + 894, + 1.369, + 907, + 2.282, 914, - 2.265, - 916, - 1.454, + 1.447, 921, - 1.13, - 937, - 2.829, - 940, - 4.403, - 944, - 1.306, + 2.234, + 926, + 2.53, + 931, + 2.118, + 947, + 1.82, 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, - 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, - 1253, - 5.682, - 1257, - 1.039, - 1263, - 3.013, - 1321, - 4.069, - 1369, - 1.081, - 1461, - 1.599, + 1.369, + 960, + 1.566, + 975, + 1.662, + 978, + 1.369, + 999, + 1.596, + 1002, + 1.716, + 1007, + 2.953, + 1010, + 2.253, + 1011, + 2.234, + 1019, + 4.138, + 1025, + 3.71, + 1028, + 2.71, + 1071, + 1.947, + 1081, + 3.338, + 1104, + 2.692, + 1146, + 2.94, + 1153, + 4.413, + 1167, + 4.289, + 1170, + 2.71, + 1173, + 1.698, + 1180, + 1.893, + 1221, + 1.716, + 1224, + 1.662, + 1226, + 1.976, + 1235, + 2.234, + 1279, + 2.073, + 1298, + 4.299, + 1305, + 2.613, + 1314, + 4.586, + 1323, + 1.447, + 1324, + 1.798, + 1343, + 1.919, + 1379, + 1.596, + 1432, + 3.081, + 1451, + 3.168, 1465, - 1.143, - 1486, - 3.69, - 1488, - 1.267, - 1491, - 1.117, - 1516, - 2.086, - 1526, - 1.809, - 1596, - 2.132, - 1599, - 1.286, + 2.728, + 1495, + 1.919, + 1499, + 2.073, + 1504, + 2.827, + 1507, + 3.399, + 1514, + 2.613, + 1545, + 2.71, + 1560, + 3.612, + 1574, + 2.109, + 1579, + 6.156, + 1592, + 2.458, + 1594, + 4.412, + 1602, + 1.698, + 1607, + 3.175, + 1608, + 5.363, 1609, - 1.398, - 1611, - 1.327, - 1621, - 1.52, + 5.191, 1622, - 1.886, - 1626, - 1.935, - 1659, - 2.062, + 6.359, + 1623, + 5.344, + 1628, + 1.435, + 1641, + 3.168, 1662, - 1.039, - 1705, - 0.884, - 1709, - 1.398, - 1721, - 1.425, - 1748, - 1.84, - 1762, - 1.306, - 1822, - 1.424, + 1.524, + 1666, + 4.796, + 1685, + 2.613, + 1700, + 2.71, + 1813, + 2.458, + 1821, + 2.71, + 1841, + 3.175, + 1858, + 4.482, + 1866, + 3.127, + 1868, + 3.535, 1871, - 7.368, - 1891, - 1.935, - 1905, - 1.764, - 1908, - 4.857, - 1919, - 1.557, - 1930, - 1.17, - 1967, - 1.249, - 1977, - 1.286, - 1990, - 1.215, - 2010, - 2.075, - 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, - 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, - 3145, - 3.14, - 3146, - 4.857, - 3147, - 6.656, - 3148, - 2.062, - 3149, - 1.764, - 3150, - 3.302, - 3151, - 7.818, - 3152, - 5.443, - 3153, - 2.255, - 3154, - 2.255, - 3155, - 2.255, - 3156, - 2.482, - 3157, - 2.255, - 3158, - 1.935, - 3159, - 2.255, - 3160, - 2.594, - 3161, - 1.485, - 3162, - 3.302, - 3163, - 1.454, - 3164, - 3.849, - 3165, - 1.701, - 3166, - 1.935, - 3167, - 2.73, - 3168, - 2.255, - 3169, - 2.062, - 3170, - 3.011, - 3171, - 3.562, - 3172, - 4.108, - 3173, - 1.599, - 3174, - 1.935, - 3175, - 1.349, - 3176, - 1.84, - 3177, - 1.84, - 3178, - 2.255, - 3179, - 2.062, - 3180, - 2.062, - 3181, - 4.108, - 3182, - 4.505, - 3183, - 6.684, - 3184, - 3.849, - 3185, - 6.671, - 3186, - 2.062, - 3187, - 2.062, - 3188, - 3.011, - 3189, - 3.849, - 3190, - 1.701, - 3191, - 1.935, - 3192, - 2.255, - 3193, - 2.255, - 3194, - 5.035, - 3195, - 2.255, - 3196, - 2.255, - 3197, - 2.255, - 3198, - 2.255, - 3199, - 5.443, - 3200, - 1.84, - 3201, - 2.255, - 3202, - 1.701, - 3203, - 2.255, - 3204, - 6.645, - 3205, - 1.599, - 3206, - 3.849, - 3207, - 3.519, - 3208, - 3.849, - 3209, - 6.112, - 3210, - 4.108, - 3211, - 2.255, - 3212, - 3.519, - 3213, - 2.255, - 3214, - 2.255, - 3215, - 3.519, - 3216, - 1.764, - 3217, - 2.255, - 3218, - 1.84, - 3219, - 2.062, - 3220, - 1.935, - 3221, - 1.425, - 3222, - 1.764, - 3223, - 1.935, - 3224, - 2.062, - 3225, - 1.557, - 3226, - 1.398, - 3227, - 1.485 + 1.679, + 1872, + 3.338, + 1874, + 2.039, + 1879, + 2.778, + 1884, + 2.329, + 1895, + 2.189, + 1902, + 2.282, + 1928, + 2.956, + 1968, + 2.917, + 1991, + 2.53, + 2002, + 2.71, + 2077, + 6.638, + 2079, + 3.168, + 2084, + 2.234, + 2096, + 3.037, + 2101, + 2.148, + 2110, + 2.827, + 2180, + 3.612, + 2220, + 4.071, + 2235, + 3.168, + 2357, + 2.71, + 2373, + 2.189, + 2384, + 3.399, + 2385, + 2.613, + 2532, + 2.234, + 2548, + 2.039, + 2558, + 2.393, + 2566, + 2.282, + 2631, + 3.465, + 2646, + 2.71, + 2747, + 4.136, + 2813, + 3.168, + 2821, + 2.53, + 2851, + 2.613, + 2925, + 4.387, + 3071, + 3.695, + 3072, + 3.464, + 3073, + 4.136, + 3074, + 2.393, + 3075, + 3.168, + 3076, + 3.464, + 3077, + 3.168, + 3078, + 2.71, + 3079, + 2.53, + 3080, + 3.168, + 3081, + 3.168, + 3082, + 3.168, + 3083, + 3.168, + 3084, + 2.393, + 3085, + 2.973, + 3086, + 3.464, + 3087, + 2.234, + 3088, + 4.136, + 3089, + 3.464, + 3090, + 2.973, + 3091, + 3.464, + 3092, + 2.71, + 3093, + 2.827, + 3094, + 3.787, + 3095, + 3.168, + 3096, + 2.973, + 3097, + 7.736, + 3098, + 7.736, + 3099, + 7.736, + 3100, + 7.736, + 3101, + 3.168, + 3102, + 3.464, + 3103, + 3.464, + 3104, + 2.827, + 3105, + 5.323, + 3106, + 6.222, + 3107, + 2.393, + 3108, + 4.004, + 3109, + 5.483, + 3110, + 3.464, + 3111, + 2.973, + 3112, + 3.464, + 3113, + 5.838, + 3114, + 3.464, + 3115, + 2.973, + 3116, + 3.464, + 3117, + 4.136, + 3118, + 2.613, + 3119, + 3.464, + 3120, + 5.323, + 3121, + 2.71, + 3122, + 3.464, + 3123, + 3.168, + 3124, + 4.7 ] ], [ - "type/manuals/flash", + "type/manuals/webview", [ 0, 0.731 ] ], [ - "data/manuals/flash", + "data/manuals/webview", [ 0, - 0.27, + 1.214, + 1, + 2.535, + 2, + 2.509, + 3, + 2.601, + 4, + 2.601, + 5, + 2.615, + 6, + 2.615, 7, - 1.546, + 1.244 + ] + ], + [ + "type/manuals/buffer", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/buffer", + [ + 0, + 1.175, + 1, + 2.454, + 2, + 2.429, + 3, + 2.518, + 4, + 2.518, + 5, + 2.531, + 6, + 2.531, + 7, + 1.468, + 18, + 0.866, + 59, + 0.866, + 108, + 2.82, + 126, + 1.904, + 148, + 1.968, + 149, + 3.651, + 150, + 2.429, + 151, + 3.942, + 368, + 2.728, + 762, + 4.337, + 1041, + 4.337, + 2885, + 7.236 + ] + ], + [ + "type/manuals/editor-templates", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/editor-templates", + [ + 0, + 1.025, + 1, + 2.139, + 2, + 2.118, + 3, + 2.196, + 4, + 2.196, + 5, + 2.207, + 6, + 2.207, + 7, + 1.539, 8, - 1.518, - 9, - 0.998, + 3.087, + 18, + 1.037, + 36, + 1.668, + 39, + 1.766, + 42, + 2.088, + 46, + 1.682, + 79, + 0.938, + 91, + 3.489, + 99, + 0.907, + 110, + 4.038, + 153, + 1.898, + 169, + 1.244, + 177, + 3.127, + 197, + 2.874, + 198, + 2.783, + 225, + 5.638, + 226, + 2.844, + 229, + 2.023, + 236, + 5.529, + 341, + 4.012, + 561, + 2.651, + 629, + 2.515, + 675, + 3.207, + 793, + 3.892, + 891, + 2.837, + 915, + 3.919, + 1212, + 6.825, + 1319, + 7.177, + 1774, + 4.239, + 1989, + 4.77, + 1997, + 4.77, + 1999, + 4.634, + 2010, + 6.825, + 2164, + 3.614, + 2346, + 6.014, + 2403, + 7.25, + 3125, + 11.036, + 3126, + 8.364, + 3127, + 8.364, + 3128, + 8.364, + 3129, + 8.364, + 3130, + 8.364 + ] + ], + [ + "type/manuals/writing-code", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/writing-code", + [ + 0, + 0.537, + 1, + 1.121, + 2, + 1.997, + 3, + 1.151, + 4, + 1.151, + 5, + 1.157, + 6, + 1.157, + 7, + 1.568, + 8, + 2.206, 10, - 2.051, - 11, - 1.009, - 13, - 1.008, - 15, - 0.83, - 16, - 0.975, + 1.421, + 12, + 2.0, 18, - 0.665, - 21, - 1.108, - 22, - 1.793, - 23, - 2.032, - 24, - 1.721, - 26, - 1.926, - 28, - 0.426, - 29, - 1.22, + 1.109, + 20, + 1.164, 30, - 1.138, - 32, - 1.367, - 33, - 1.517, + 1.669, 36, - 1.854, - 37, - 1.951, + 0.874, 38, - 2.508, + 1.264, 41, - 2.356, + 2.303, 42, - 1.396, - 44, - 1.764, + 2.105, 46, - 0.334, - 48, - 0.848, - 50, - 1.328, - 51, - 1.801, + 1.562, + 49, + 3.844, 52, - 1.255, - 53, - 2.431, - 54, - 0.538, + 1.207, + 56, + 1.706, 57, - 1.364, + 1.201, 59, - 0.935, + 1.003, 60, - 1.537, - 66, - 2.383, - 67, - 1.54, - 68, - 1.122, - 70, - 1.938, - 71, - 1.97, + 1.22, + 61, + 2.717, + 62, + 1.459, + 65, + 2.888, 72, - 0.87, - 74, - 1.129, + 2.188, 77, - 1.576, - 80, - 1.014, - 83, - 0.927, - 86, - 1.681, - 87, - 0.498, + 1.633, + 78, + 1.945, + 79, + 0.868, 91, - 2.082, - 92, - 0.413, - 93, - 0.559, + 1.496, 94, - 0.415, - 96, - 0.707, + 2.04, 97, - 1.661, + 2.533, 99, - 1.675, - 100, - 0.707, - 101, - 1.045, + 1.044, 102, - 1.605, + 1.121, 103, - 1.275, + 1.816, 106, - 1.49, - 110, - 0.4, - 111, - 0.737, - 114, - 0.98, - 117, - 0.447, + 1.765, + 107, + 1.667, + 108, + 1.289, + 109, + 2.449, + 113, + 1.317, 119, - 0.383, + 2.221, 121, - 1.399, - 123, - 0.435, + 1.45, 125, - 0.486, - 135, - 1.65, - 137, - 1.365, + 1.333, + 126, + 0.87, 141, - 0.881, - 146, - 0.475, - 147, - 0.968, + 1.622, 148, - 1.764, + 1.618, 149, - 1.69, + 1.669, 150, - 2.109, + 2.587, 151, - 1.265, - 152, - 1.027, - 158, - 1.033, - 159, - 0.451, + 1.801, + 153, + 2.385, 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, - 190, - 0.626, - 191, - 2.0, - 193, - 1.146, - 195, - 3.365, - 198, - 0.719, - 206, + 3.433, + 169, 1.52, - 210, - 2.026, - 218, - 2.855, - 222, - 0.81, - 224, - 1.613, + 174, + 1.787, + 194, + 1.199, + 197, + 2.258, + 198, + 1.194, + 201, + 1.477, 226, - 0.656, - 227, - 3.863, - 228, - 1.404, + 1.22, 229, - 0.968, + 1.606, 230, - 1.156, - 233, - 0.83, - 234, - 0.365, - 236, - 0.616, - 237, - 1.819, + 2.288, + 231, + 3.522, 240, - 0.94, - 244, - 1.156, - 247, - 1.687, + 1.869, + 241, + 1.689, 256, - 1.108, - 261, - 1.142, - 263, - 1.23, - 267, - 0.559, + 1.978, + 260, + 1.477, + 269, + 1.789, + 270, + 3.202, 273, - 1.186, - 277, - 1.027, - 278, - 2.016, + 1.946, 285, - 0.595, - 286, - 0.791, - 288, - 0.467, + 2.944, 290, - 2.173, - 291, - 0.413, - 293, - 0.883, - 294, - 0.528, - 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, - 313, - 0.623, - 315, - 0.877, - 316, - 2.075, - 317, - 0.826, - 323, - 1.031, - 328, - 0.564, - 335, - 0.639, - 336, - 0.548, + 1.706, 337, - 0.438, - 343, - 1.25, - 346, - 1.925, - 347, - 0.576, + 2.77, 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, - 399, - 0.906, - 402, - 1.316, - 406, - 1.272, - 407, - 2.091, - 410, - 0.685, - 411, - 0.559, - 416, - 1.828, - 424, - 1.808, + 2.623, + 380, + 2.334, + 382, + 2.365, 425, - 0.623, - 427, - 0.582, - 429, - 0.538, - 432, - 0.582, - 434, - 0.791, - 438, - 1.689, - 441, - 1.53, - 444, - 2.926, - 446, - 1.295, - 453, - 0.564, - 456, - 0.589, - 457, - 0.647, - 465, - 1.896, - 466, - 3.202, - 470, - 2.675, + 2.5, + 433, + 2.679, 472, - 0.877, - 473, - 0.595, - 476, - 6.592, - 478, - 0.919, - 479, - 0.595, - 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, + 2.02, + 510, + 1.61, + 552, + 2.345, 554, - 1.796, - 566, - 1.52, - 568, - 0.494, - 569, - 2.616, - 576, - 0.559, - 581, - 0.989, + 2.466, 583, - 1.096, - 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, + 2.717, + 608, + 2.171, + 614, + 1.719, + 629, + 2.635, 637, - 2.256, - 638, - 0.731, - 639, - 1.793, - 640, - 2.501, - 642, - 1.031, - 643, - 0.774, - 647, - 0.719, - 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, + 2.826, + 675, + 2.52, 680, - 0.475, + 2.303, 685, - 0.774, + 1.787, + 687, + 2.579, 688, - 0.631, - 693, - 0.582, + 3.11, + 690, + 2.77, + 691, + 1.341, 694, - 0.533, - 697, - 0.447, - 702, - 0.576, - 704, - 0.707, - 709, - 0.774, + 3.202, + 695, + 1.982, + 706, + 3.202, 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, + 2.125, + 718, + 3.028, + 735, + 3.153, + 749, + 3.591, + 752, + 3.029, 758, - 0.519, - 759, - 0.776, - 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, + 2.917, + 771, + 3.058, + 773, + 2.381, + 778, + 3.761, + 797, + 3.577, + 801, + 3.221, 808, - 0.781, + 2.332, 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, - 891, - 0.766, - 893, - 0.94, - 897, - 4.047, - 901, - 1.581, - 903, - 0.631, - 908, - 1.419, - 912, - 0.759, - 931, - 2.486, - 937, - 0.675, - 939, - 1.621, - 942, - 0.94, + 2.463, + 826, + 2.303, + 831, + 2.623, + 895, + 2.103, + 899, + 5.772, + 911, + 2.428, + 941, + 2.577, + 947, + 3.453, 960, - 1.067, - 961, - 0.791, - 962, - 0.631, - 989, - 1.031, + 1.982, + 977, + 3.497, + 996, + 3.331, 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, + 3.202, + 1028, + 3.429, + 1029, + 2.125, + 1034, + 3.024, + 1047, + 3.744, + 1052, + 3.453, + 1060, + 3.694, + 1064, + 2.148, + 1066, + 3.435, + 1067, + 2.147, + 1079, + 4.247, 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, + 4.156, + 1105, + 4.33, + 1132, + 3.429, + 1155, + 2.125, + 1161, + 3.577, 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, - 1382, - 2.431, - 1383, - 0.94, - 1421, - 0.616, - 1465, - 1.115, - 1481, - 1.275, - 1494, - 0.906, - 1500, - 3.201, - 1510, - 0.647, - 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, + 2.539, + 1253, + 2.463, + 1272, + 1.945, + 1286, + 3.11, + 1289, + 2.717, + 1323, + 1.831, + 1332, + 1.773, + 1385, + 3.11, + 1403, + 2.081, + 1432, + 3.694, + 1441, + 3.202, + 1460, + 2.463, + 1495, + 3.641, + 1532, + 2.826, + 1546, + 2.275, 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, + 4.196, + 1638, + 2.77, + 1658, + 3.11, 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, + 3.11, + 1770, + 5.334, + 1804, + 3.153, + 1832, + 4.008, + 1840, + 2.5, + 1841, + 2.539, + 1848, + 2.77, + 1865, + 4.008, + 1866, + 2.5, 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, + 2.917, + 1884, + 1.862, + 1929, + 2.303, + 1936, + 2.428, + 1948, + 3.497, + 1961, + 2.669, 1962, - 0.94, - 1963, - 0.685, - 1967, - 0.665, - 1973, - 0.631, - 1981, - 0.647, - 1982, - 0.631, - 1991, - 1.854, + 3.202, + 1977, + 7.211, 1993, - 0.81, - 1995, - 2.298, - 2000, - 1.561, - 2006, - 0.774, + 2.954, + 1994, + 4.801, 2008, - 0.98, - 2013, - 0.696, - 2017, - 0.94, - 2018, - 1.171, - 2019, - 0.98, - 2020, - 1.483, - 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, + 3.577, + 2026, + 2.888, + 2030, + 2.954, + 2049, + 2.77, + 2085, + 3.577, + 2121, + 2.579, + 2244, + 3.028, + 2352, + 3.307, + 2389, + 2.539, 2408, - 0.83, - 2411, - 0.774, - 2412, - 0.877, - 2420, - 1.66, - 2421, - 1.391, - 2445, - 0.94, - 2463, - 0.759, - 2466, - 0.745, + 4.008, + 2433, + 2.623, + 2455, + 3.429, 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, - 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, - 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, - 3302, - 1.201, - 3303, - 1.201, - 3304, - 1.201, - 3305, - 1.201, - 3306, - 3.046, - 3307, - 1.098, - 3308, - 1.201, - 3309, - 1.201, - 3310, - 0.759, - 3311, - 1.201, - 3312, - 0.877, - 3313, - 1.889, - 3314, - 0.98, - 3315, - 0.94, - 3316, - 1.201, - 3317, - 1.201, - 3318, - 1.031, - 3319, - 0.906, - 3320, - 2.486, - 3321, - 1.031, - 3322, - 2.201, - 3323, - 0.94, - 3324, - 2.013, - 3325, - 1.201, - 3326, - 0.877, - 3327, - 1.201, - 3328, - 1.201, - 3329, - 1.201, - 3330, - 3.77, - 3331, - 3.77, - 3332, - 2.201, - 3333, - 2.785, - 3334, - 1.722, - 3335, - 1.201, - 3336, - 3.212, - 3337, - 0.774, - 3338, - 2.201, - 3339, - 1.66, - 3340, - 1.201, - 3341, - 1.364, - 3342, - 1.201, - 3343, - 1.201, - 3344, - 1.201, - 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.761, + 2787, + 5.363, + 2836, + 3.429, + 2916, + 2.77, + 2985, + 3.307, + 3087, + 2.826, + 3131, + 3.577, + 3132, + 4.008, + 3133, + 4.008, + 3134, + 2.623, + 3135, + 4.383, + 3136, + 4.383, + 3137, + 4.383, + 3138, + 6.573, + 3139, + 3.307, + 3140, + 3.028, + 3141, + 3.429, + 3142, + 4.008, + 3143, + 4.383, + 3144, + 2.954, + 3145, + 6.573, + 3146, + 4.008, + 3147, + 6.573, + 3148, + 4.008, + 3149, + 4.383, + 3150, + 6.573, + 3151, + 4.383, + 3152, + 4.383, + 3153, + 7.886, + 3154, + 4.383, + 3155, + 6.01, + 3156, + 4.383, + 3157, + 4.383, + 3158, + 4.008, + 3159, + 3.429, + 3160, + 6.767, + 3161, + 2.888, + 3162, + 4.383, + 3163, + 6.573, + 3164, + 4.383, + 3165, + 3.577, + 3166, + 3.577 ] ], [ - "type/manuals/ios", + "type/manuals/linux", [ 0, 0.731 ] ], [ - "data/manuals/ios", + "data/manuals/linux", [ + 0, + 1.181, + 1, + 2.465, + 2, + 2.44, + 3, + 2.529, + 4, + 2.529, + 5, + 2.543, + 6, + 2.543, 7, - 1.544, + 1.511, 8, - 1.097, - 9, - 0.926, + 2.696, + 12, + 4.398, + 18, + 0.87, + 57, + 1.233, + 683, + 4.093, + 751, + 3.897, + 932, + 6.836, + 934, + 6.836, + 3167, + 9.637 + ] + ], + [ + "type/manuals/bob", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/bob", + [ + 0, + 0.305, + 1, + 0.637, + 2, + 0.631, + 3, + 0.654, + 4, + 0.654, + 5, + 0.658, + 6, + 0.658, + 7, + 1.527, + 8, + 1.982, 10, - 1.162, - 11, - 1.068, - 16, - 1.055, - 21, - 1.611, + 1.172, + 12, + 2.473, + 18, + 1.088, + 20, + 1.378, 22, - 2.677, - 23, - 1.219, - 24, - 2.163, - 25, - 1.186, - 26, - 1.27, - 28, - 2.26, - 29, - 1.773, - 30, - 1.13, - 31, - 5.192, - 32, - 1.774, - 33, - 1.265, - 35, - 1.409, - 41, - 2.401, - 42, - 0.856, - 46, - 1.938, - 48, - 2.533, - 49, - 1.284, - 51, - 1.307, + 1.721, + 36, + 1.53, + 38, + 0.906, + 39, + 0.526, + 42, + 1.718, + 43, + 1.293, + 46, + 1.35, 52, - 0.692, - 53, - 1.341, + 1.492, 54, - 1.608, - 62, - 0.968, - 63, - 0.998, - 67, - 1.976, - 68, - 2.16, + 1.183, + 56, + 2.109, + 57, + 1.326, + 59, + 0.985, + 61, + 1.545, 70, - 0.467, - 71, - 1.953, - 72, - 0.822, - 73, - 0.907, - 74, - 1.185, - 75, - 1.169, + 1.05, 77, - 1.71, - 83, - 1.512, + 1.689, + 79, + 0.919, 86, - 1.545, - 89, - 3.362, + 3.072, + 90, + 0.594, + 91, + 2.619, 94, - 1.639, - 95, - 1.341, - 97, - 1.45, + 2.522, + 99, + 1.029, + 100, + 0.786, 102, - 0.615, + 1.071, + 103, + 1.971, + 106, + 0.971, + 107, + 1.031, 110, - 1.577, - 121, - 1.34, - 123, - 1.301, + 0.985, + 111, + 1.041, + 113, + 1.419, 125, - 1.452, - 127, - 0.869, - 129, - 1.054, - 131, - 1.186, - 133, - 2.548, - 137, - 1.036, - 140, - 4.954, + 0.758, + 126, + 0.831, 141, - 1.654, + 2.005, + 142, + 0.741, 144, - 3.874, + 2.201, + 148, + 0.859, 150, - 0.998, - 151, - 1.745, - 152, - 3.175, + 1.061, + 153, + 2.021, 157, - 1.107, - 159, - 0.78, + 1.68, + 158, + 0.729, 160, - 1.01, - 161, - 1.566, - 162, - 0.923, - 178, - 2.149, - 181, - 2.575, - 182, - 0.835, - 184, - 0.932, - 190, - 1.348, - 191, - 1.763, - 193, - 0.758, - 198, - 0.679, + 2.082, + 169, + 1.325, + 172, + 3.556, + 174, + 3.752, + 185, + 3.329, + 194, + 0.764, + 197, + 1.439, 201, - 1.121, - 218, - 0.798, + 1.592, + 202, + 1.36, + 207, + 0.829, + 208, + 1.096, + 216, + 0.985, + 226, + 1.166, 229, - 1.579, - 237, - 2.096, + 0.993, + 231, + 2.383, + 236, + 2.099, + 239, + 1.842, + 241, + 0.534, + 246, + 2.76, 247, - 1.5, + 1.792, 253, - 1.569, - 254, - 1.627, - 255, - 1.476, + 1.248, 256, - 0.611, - 258, - 2.809, + 2.501, + 257, + 0.985, + 261, + 1.779, 263, - 2.713, - 271, - 2.297, - 273, - 1.398, - 275, - 1.224, - 277, - 0.701, - 278, - 1.948, - 279, - 4.024, - 280, - 1.785, - 281, - 1.042, - 283, - 1.054, + 1.62, + 266, + 1.859, + 268, + 1.748, + 269, + 1.607, 285, - 1.779, + 1.116, 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.343, + 292, + 2.721, + 295, + 1.93, + 306, + 3.917, 313, - 1.864, - 317, - 0.78, - 337, - 0.759, - 338, - 1.841, - 343, - 1.021, - 346, - 0.809, - 349, - 1.911, - 355, - 2.704, - 366, - 0.94, - 369, - 1.138, - 370, - 1.569, - 386, - 1.911, + 4.56, + 332, + 0.829, + 333, + 2.985, + 342, + 3.989, + 345, + 1.208, + 380, + 0.885, + 382, + 2.549, + 387, + 0.879, 390, - 1.37, - 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, - 433, - 1.402, - 435, - 2.42, - 437, - 2.048, - 440, - 2.322, - 441, - 1.25, - 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, - 547, - 0.618, - 548, - 4.265, - 554, - 0.688, - 555, - 1.314, - 583, - 1.292, - 590, - 1.865, - 595, - 1.717, - 605, - 1.205, - 611, - 3.502, - 618, - 1.341, - 633, - 1.639, - 639, - 1.224, - 644, - 1.079, - 654, - 1.43, - 659, - 3.569, - 664, - 0.883, + 392, + 1.899, + 471, + 1.123, + 491, + 1.95, + 524, + 1.403, + 541, + 1.326, + 552, + 1.889, + 561, + 1.718, + 573, + 1.572, + 588, + 2.174, + 602, + 2.192, + 603, + 1.75, + 615, + 1.326, + 620, + 2.174, + 623, + 3.144, + 629, + 1.26, + 636, + 0.956, + 642, + 4.794, + 646, + 3.888, + 649, + 1.491, + 650, + 5.055, + 660, + 1.491, + 661, + 2.138, 680, - 1.872, - 682, - 1.042, - 700, - 2.163, - 708, - 1.402, - 714, - 0.822, - 726, - 0.932, - 728, + 1.309, + 683, + 1.058, + 685, + 2.888, + 690, + 1.575, + 703, + 1.643, + 711, + 3.242, + 715, + 3.337, + 721, + 1.95, + 738, + 1.491, + 744, + 4.461, + 751, + 1.008, + 762, + 1.127, + 774, + 3.469, + 777, + 2.138, + 784, 1.82, - 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, - 854, - 2.481, - 858, - 1.502, - 860, - 0.798, - 866, - 0.891, + 2.229, + 809, + 3.981, + 810, + 3.418, + 824, + 1.95, + 848, + 1.234, + 849, + 1.106, + 852, + 3.744, + 856, + 2.549, + 861, + 1.68, + 877, + 3.57, + 878, + 1.607, + 885, + 1.517, 891, - 1.963, - 892, - 3.687, - 943, - 1.224, - 958, - 2.599, - 961, - 1.37, - 972, - 1.169, - 998, - 2.25, - 1011, - 2.163, - 1017, - 1.402, - 1022, - 2.963, - 1023, - 1.519, - 1045, - 1.799, + 2.154, + 895, + 2.009, + 911, + 1.38, + 915, + 2.078, + 924, + 2.573, + 938, + 1.575, + 941, + 1.643, + 948, + 0.985, + 996, + 1.263, + 1016, + 2.647, + 1025, + 0.985, + 1032, + 1.361, + 1035, + 1.768, 1047, - 0.807, - 1056, - 1.627, - 1069, - 3.461, - 1074, - 3.226, + 3.873, + 1066, + 0.977, + 1068, + 1.575, + 1075, + 3.36, + 1079, + 2.627, + 1090, + 2.956, 1096, - 1.152, - 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, - 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, + 1.82, + 1103, + 6.63, + 1104, + 1.886, + 1140, + 1.148, + 1172, + 1.263, + 1283, + 1.361, + 1403, + 1.183, + 1411, + 1.795, + 1420, + 6.968, 1421, - 2.43, - 1423, - 3.001, - 1464, - 3.056, - 1482, - 1.697, - 1488, - 1.169, - 1503, - 1.186, - 1507, - 1.627, - 1508, - 1.697, - 1509, - 6.994, - 1516, - 0.729, - 1569, - 0.734, - 1592, - 1.121, - 1614, - 1.437, - 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.517, + 1427, + 2.894, + 1428, + 4.866, + 1457, + 3.189, + 1465, + 0.879, + 1502, + 2.779, + 1510, + 2.701, + 1551, + 1.95, + 1556, + 4.088, + 1557, + 1.491, + 1562, + 1.642, + 1564, + 2.138, + 1566, + 1.88, + 1588, + 1.221, + 1648, + 1.421, + 1674, + 2.138, + 1770, + 1.517, + 1774, + 2.123, 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, + 2.6, + 1893, + 1.491, + 1911, + 2.779, + 1920, + 4.145, + 1926, + 1.607, + 1936, + 1.38, + 1955, + 5.025, + 1957, + 2.033, + 1969, + 4.639, + 1980, + 3.831, + 1982, + 3.147, + 1984, + 3.16, + 1986, + 3.831, + 1989, + 4.376, + 1990, + 4.667, + 1997, + 2.389, + 1999, + 3.519, + 2024, + 4.379, + 2025, + 2.033, + 2035, + 1.545, + 2054, + 1.421, + 2070, + 1.575, + 2087, + 1.575, + 2094, + 3.06, + 2101, + 3.938, + 2105, + 2.76, + 2116, + 1.421, + 2155, + 1.607, + 2164, + 1.077, + 2171, + 3.744, + 2189, + 2.321, + 2190, + 3.139, + 2191, + 5.3, + 2192, + 1.721, 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, + 7.509, + 2319, + 4.65, + 2330, + 5.055, + 2346, + 5.7, + 2384, + 2.597, + 2441, + 5.194, + 2514, + 2.289, + 2540, + 2.321, + 2546, + 1.82, + 2707, + 1.95, + 2708, + 2.279, + 2709, + 2.824, + 2749, + 2.138, + 2875, + 1.517, + 2902, + 3.16, + 2918, + 6.719, + 2953, + 1.721, + 2956, + 2.824, + 2957, + 1.95, + 2962, + 4.088, + 2977, + 2.279, + 2999, + 4.088, + 3000, + 6.382, + 3001, + 4.65, + 3006, + 1.82, + 3105, + 6.699, + 3107, + 1.721, + 3168, + 2.492, + 3169, + 4.189, + 3170, + 6.352, + 3171, + 3.831, + 3172, + 5.808, 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, - 3423, - 2.809, - 3424, - 1.519, - 3425, - 1.697, - 3426, - 1.476, - 3427, - 2.08, - 3428, - 2.08, - 3429, - 4.739, - 3430, - 1.569, - 3431, - 2.08, - 3432, - 1.697, - 3433, - 1.785, - 3434, - 1.697, - 3435, - 1.437, - 3436, - 5.822, - 3437, - 1.476, - 3438, - 3.591, - 3439, - 1.785, - 3440, - 4.739, - 3441, - 3.896, - 3442, - 8.257, - 3443, - 1.902, - 3444, - 1.902, - 3445, - 2.709, - 3446, - 3.707, - 3447, - 1.902, - 3448, - 2.08, - 3449, - 2.623, - 3450, - 4.412, - 3451, - 6.771, - 3452, - 5.157, - 3453, - 3.575, - 3454, - 4.739, - 3455, - 2.08, - 3456, - 1.37, - 3457, - 3.591, - 3458, - 2.08, - 3459, - 2.709, - 3460, - 3.081, - 3461, - 2.08, - 3462, - 2.08, - 3463, - 4.739, - 3464, - 2.08, - 3465, - 2.08, - 3466, - 3.081, - 3467, - 3.591, - 3468, - 2.08, - 3469, - 2.08, - 3470, - 2.08, - 3471, - 2.08, - 3472, - 2.08, - 3473, - 2.08, - 3474, - 6.366, - 3475, - 2.08, - 3476, - 2.08, - 3477, - 1.289, - 3478, - 1.697, - 3479, - 2.08, - 3480, - 2.08, - 3481, - 2.08, - 3482, - 4.739, - 3483, - 2.08, - 3484, - 2.08, - 3485, - 1.785, - 3486, - 1.697, - 3487, - 5.157, - 3488, - 5.64, - 3489, - 3.591, - 3490, - 3.591, - 3491, - 2.08, - 3492, - 1.902, - 3493, - 1.902, - 3494, - 6.964, - 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 + 2.492, + 3174, + 2.492, + 3175, + 2.492, + 3176, + 5.788, + 3177, + 1.88, + 3178, + 5.344, + 3179, + 2.492, + 3180, + 4.65, + 3181, + 4.969, + 3182, + 4.088, + 3183, + 2.492, + 3184, + 2.492, + 3185, + 1.88, + 3186, + 2.279, + 3187, + 2.279, + 3188, + 2.492, + 3189, + 2.492, + 3190, + 4.189, + 3191, + 2.492, + 3192, + 1.82, + 3193, + 2.279, + 3194, + 2.279, + 3195, + 2.492, + 3196, + 7.83, + 3197, + 4.956, + 3198, + 2.492, + 3199, + 2.492, + 3200, + 3.06, + 3201, + 4.189, + 3202, + 2.492, + 3203, + 1.95, + 3204, + 1.88, + 3205, + 3.594, + 3206, + 2.492, + 3207, + 2.138, + 3208, + 2.279, + 3209, + 2.138, + 3210, + 2.492, + 3211, + 2.492, + 3212, + 2.492, + 3213, + 3.277, + 3214, + 2.492, + 3215, + 2.492, + 3216, + 2.492, + 3217, + 4.422, + 3218, + 2.972, + 3219, + 3.594, + 3220, + 2.279, + 3221, + 4.189, + 3222, + 4.189, + 3223, + 3.831, + 3224, + 1.642, + 3225, + 4.956, + 3226, + 1.88, + 3227, + 2.492, + 3228, + 2.492, + 3229, + 3.594, + 3230, + 5.808, + 3231, + 2.492, + 3232, + 2.492, + 3233, + 3.831, + 3234, + 2.279, + 3235, + 2.279, + 3236, + 3.277, + 3237, + 2.972, + 3238, + 5.419, + 3239, + 2.492, + 3240, + 2.279, + 3241, + 2.033, + 3242, + 1.88, + 3243, + 1.88, + 3244, + 4.189, + 3245, + 4.189, + 3246, + 1.768, + 3247, + 1.82, + 3248, + 2.279, + 3249, + 2.492, + 3250, + 2.492, + 3251, + 2.033, + 3252, + 3.653, + 3253, + 5.542, + 3254, + 6.583, + 3255, + 4.189, + 3256, + 4.189, + 3257, + 3.831, + 3258, + 2.492, + 3259, + 2.492, + 3260, + 2.138, + 3261, + 3.16, + 3262, + 3.594, + 3263, + 2.492, + 3264, + 2.492, + 3265, + 4.956, + 3266, + 2.492, + 3267, + 2.279, + 3268, + 3.418, + 3269, + 2.138, + 3270, + 2.492, + 3271, + 2.492, + 3272, + 2.033, + 3273, + 2.033, + 3274, + 2.492, + 3275, + 3.831, + 3276, + 2.138, + 3277, + 2.492, + 3278, + 2.492, + 3279, + 8.907, + 3280, + 8.907, + 3281, + 2.033, + 3282, + 9.886, + 3283, + 9.886, + 3284, + 2.492, + 3285, + 9.886, + 3286, + 9.886, + 3287, + 4.956, + 3288, + 2.492, + 3289, + 6.352, + 3290, + 2.492, + 3291, + 2.492, + 3292, + 2.492, + 3293, + 2.492, + 3294, + 2.492, + 3295, + 2.279, + 3296, + 2.492, + 3297, + 2.492, + 3298, + 2.492, + 3299, + 2.138, + 3300, + 2.492, + 3301, + 2.492 ] ], [ - "type/manuals/message-passing", + "type/manuals/live-update", [ 0, 0.731 ] ], [ - "data/manuals/message-passing", + "data/manuals/live-update", [ + 0, + 0.431, + 1, + 0.9, + 2, + 0.891, + 3, + 0.924, + 4, + 0.924, + 5, + 0.929, + 6, + 0.929, 7, - 1.532, + 1.522, 8, - 1.096, + 2.993, 9, - 0.948, + 1.194, 10, - 1.564, + 1.2, 11, - 1.035, - 13, - 2.608, - 16, - 0.915, + 1.275, + 12, + 4.598, + 18, + 1.135, + 20, + 1.422, 21, - 1.857, - 22, - 1.579, - 23, - 0.775, - 26, - 1.51, - 30, - 1.128, - 32, - 1.811, - 33, - 1.429, - 35, - 1.066, + 4.634, + 36, + 1.107, + 38, + 1.22, + 39, + 1.451, 42, - 1.343, + 1.417, + 43, + 3.568, + 44, + 2.319, + 45, + 2.372, 46, - 0.998, - 51, - 1.902, - 68, - 1.789, - 70, - 1.564, - 71, - 1.952, - 74, - 0.626, + 1.614, + 49, + 1.217, + 52, + 0.969, + 54, + 4.285, + 55, + 1.688, + 56, + 1.37, + 57, + 1.209, + 59, + 0.966, + 60, + 2.629, + 61, + 2.182, + 62, + 1.171, + 72, + 2.288, 77, - 0.715, - 86, - 1.48, - 94, - 1.24, + 0.729, + 79, + 0.961, + 84, + 2.399, + 90, + 0.839, + 91, + 3.225, + 92, + 1.412, + 96, + 1.116, 99, - 2.818, - 102, - 2.913, + 1.055, + 100, + 1.891, 103, - 4.963, - 104, - 3.848, - 105, - 5.693, + 2.078, 106, - 4.605, + 1.617, 107, - 4.963, + 1.717, 108, - 2.98, + 1.632, + 109, + 1.311, 110, - 3.028, + 1.391, 111, - 2.641, + 1.47, 113, - 3.712, - 114, - 8.895, - 115, - 4.597, - 116, - 5.152, - 117, - 3.864, - 119, - 2.219, + 1.564, 121, - 1.968, - 123, - 1.299, - 125, - 1.45, - 127, - 1.498, - 129, - 2.855, - 135, - 2.114, - 137, - 1.173, - 139, - 2.077, + 1.836, + 122, + 2.43, + 124, + 1.534, + 126, + 1.549, 141, - 0.719, - 147, - 1.577, - 149, - 2.668, - 151, - 1.744, - 158, - 1.216, - 160, - 1.412, - 161, - 1.701, - 162, - 0.922, - 172, - 2.182, - 173, - 1.385, + 1.302, + 148, + 2.008, + 150, + 0.891, + 153, + 2.221, + 169, + 1.264, + 171, + 2.847, + 174, + 3.462, 190, - 1.02, - 196, - 1.911, + 2.872, + 194, + 1.724, + 197, + 1.209, + 198, + 1.872, 201, - 3.037, - 234, - 1.091, - 237, - 1.297, + 1.908, + 203, + 3.706, + 206, + 1.706, + 207, + 1.171, + 208, + 3.432, + 210, + 1.424, + 211, + 1.577, + 226, + 2.172, + 228, + 1.483, + 229, + 1.26, + 231, + 2.083, + 235, + 2.224, + 236, + 2.781, + 239, + 2.442, + 241, + 1.819, + 243, + 2.75, 247, - 1.023, + 1.836, + 249, + 1.688, + 253, + 3.91, 256, - 1.054, + 0.795, + 260, + 1.186, 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, + 1.495, + 268, + 0.719, + 269, + 1.927, + 273, + 1.37, + 280, + 1.38, + 285, + 1.577, + 295, + 1.622, + 313, + 1.38, + 315, + 2.182, + 323, + 3.322, + 341, + 1.688, + 359, + 1.548, + 368, + 1.955, + 383, + 2.319, + 399, + 2.497, + 402, + 2.954, + 433, + 2.263, + 441, + 1.763, + 449, + 2.106, + 452, + 1.999, + 454, + 2.21, + 456, + 2.993, + 471, + 0.943, 473, - 1.777, - 485, - 2.266, - 495, - 2.045, - 501, - 2.223, - 514, - 2.471, - 525, - 1.336, + 1.548, + 481, + 2.007, + 510, + 1.293, + 521, + 1.225, + 524, + 1.179, 534, - 2.806, - 540, - 2.015, - 547, - 2.548, - 554, - 1.186, + 1.654, + 537, + 2.007, + 544, + 2.431, + 550, + 1.638, + 552, + 1.047, 555, - 2.266, - 568, - 4.763, - 569, - 2.478, + 2.645, + 561, + 1.116, + 567, + 1.827, + 573, + 2.579, + 575, + 2.431, + 579, + 1.763, 590, - 1.186, - 612, - 1.669, - 624, - 2.823, - 636, - 1.486, - 640, - 3.206, + 2.3, + 614, + 2.177, + 620, + 1.827, + 622, + 1.706, + 623, + 4.472, + 629, + 1.67, + 635, + 3.657, + 642, + 5.228, + 644, + 1.744, + 647, + 2.039, 649, - 2.806, - 651, - 6.95, - 654, - 1.428, - 666, - 2.209, - 667, - 2.045, - 669, - 1.817, + 3.322, 673, - 2.363, - 694, - 1.592, - 712, - 2.315, - 726, - 1.606, - 754, - 1.536, - 759, - 1.265, - 796, - 1.653, + 3.215, + 676, + 2.534, + 685, + 1.435, + 691, + 1.699, + 695, + 1.591, + 699, + 2.372, + 703, + 1.38, + 715, + 1.849, + 751, + 1.424, + 762, + 4.756, + 765, + 1.233, + 774, + 2.51, 808, - 2.0, - 867, - 1.739, - 882, - 1.908, + 1.873, + 809, + 4.386, + 819, + 2.071, + 826, + 1.849, + 856, + 1.412, + 890, + 2.881, 891, - 1.961, - 897, - 3.892, + 1.194, + 894, + 1.391, + 895, + 1.688, 901, - 1.861, - 905, - 2.889, - 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, - 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, - 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, + 1.521, + 902, + 2.007, + 910, + 1.873, + 917, + 3.108, + 918, + 3.744, + 919, + 1.805, + 921, + 2.27, + 948, + 2.194, + 969, + 3.38, + 975, + 1.688, + 999, + 2.558, + 1010, + 4.46, + 1025, + 1.391, + 1040, + 3.322, + 1046, + 2.106, + 1047, + 1.671, + 1064, + 2.72, + 1075, + 2.182, + 1101, + 2.071, + 1103, + 4.529, + 1224, + 1.688, + 1283, + 1.923, + 1284, + 2.27, + 1305, + 2.655, + 1323, + 2.319, + 1382, + 3.076, + 1404, + 2.655, + 1411, + 3.343, + 1432, + 1.978, + 1485, + 2.319, + 1499, + 3.322, + 1511, + 1.897, + 1544, + 2.182, + 1574, + 2.143, + 1628, + 3.739, + 1648, + 2.007, + 1662, + 2.442, + 1724, + 1.671, + 1766, + 3.219, + 1871, + 1.706, + 1878, + 4.344, + 1882, + 1.562, + 1884, + 1.495, + 1948, + 1.873, 1973, - 3.656, - 2000, - 2.544, - 2006, - 2.313, - 2009, - 7.197, - 2016, - 3.56, + 2.106, + 1990, + 2.319, + 2019, + 2.372, 2023, - 2.855, - 2046, - 4.431, - 2152, - 2.619, + 4.188, + 2042, + 1.95, + 2054, + 3.166, + 2083, + 6.96, + 2101, + 3.442, + 2131, + 2.571, + 2154, + 5.609, + 2155, + 2.27, + 2160, + 2.372, + 2171, + 2.431, + 2173, + 6.467, + 2182, + 1.805, + 2189, + 1.95, + 2320, + 2.655, 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, + 7.464, + 2433, + 3.322, + 2441, + 2.917, + 2442, + 2.571, + 2496, + 2.655, + 2507, + 2.106, + 2518, + 4.343, + 2566, + 2.319, + 2637, + 3.508, + 2646, + 4.343, + 2649, + 2.106, + 2777, + 2.655, + 2778, + 4.529, 2854, - 3.077, - 2970, - 4.834, - 3052, - 2.266, - 3167, - 2.544, + 3.58, + 2954, + 2.372, + 2955, + 2.007, + 2967, + 4.529, + 3074, + 2.431, + 3117, + 2.655, + 3134, + 2.106, + 3177, + 2.655, + 3207, + 6.697, + 3302, + 5.552, + 3303, + 3.52, + 3304, + 3.52, + 3305, + 5.552, + 3306, + 2.655, + 3307, + 3.219, + 3308, + 3.02, + 3309, + 3.52, + 3310, + 3.02, + 3311, + 2.224, + 3312, + 5.609, + 3313, + 5.609, 3314, - 2.926, - 3395, - 9.073, - 3413, - 2.926, - 3417, - 3.077, - 3522, - 3.586, - 3523, - 3.586, - 3524, - 3.586, - 3525, - 6.363, - 3526, - 3.586, - 3527, - 3.586, - 3528, - 3.586, - 3529, - 8.57, - 3530, - 4.718, - 3531, - 3.586, - 3532, - 5.082, - 3533, - 6.959, - 3534, - 5.634, - 3535, - 2.926, - 3536, - 2.705, - 3537, - 3.279, - 3538, - 3.586, - 3539, - 7.885, - 3540, - 3.586, - 3541, - 7.885, - 3542, - 3.077, - 3543, - 3.586, - 3544, - 7.885, - 3545, - 2.313, - 3546, - 6.959, - 3547, - 2.705, - 3548, - 3.077, - 3549, - 3.586, - 3550, - 3.586, - 3551, - 5.634, - 3552, - 3.586, - 3553, - 3.077, - 3554, - 7.806, - 3555, - 3.586, - 3556, - 1.861, - 3557, - 2.806, - 3558, - 3.586, - 3559, - 8.27, - 3560, - 4.937, - 3561, - 3.586, - 3562, - 6.363, - 3563, - 8.57, - 3564, - 8.57, - 3565, - 3.077, - 3566, - 3.586, - 3567, - 3.586, - 3568, - 8.57, - 3569, - 2.619 + 3.02, + 3315, + 5.077, + 3316, + 3.219, + 3317, + 2.655, + 3318, + 2.754, + 3319, + 3.02, + 3320, + 2.571, + 3321, + 3.219, + 3322, + 5.552, + 3323, + 3.52, + 3324, + 2.754, + 3325, + 2.571, + 3326, + 3.52, + 3327, + 3.52, + 3328, + 3.52, + 3329, + 3.219, + 3330, + 3.52, + 3331, + 2.872, + 3332, + 3.52, + 3333, + 3.52, + 3334, + 3.52, + 3335, + 3.219, + 3336, + 3.52, + 3337, + 2.872, + 3338, + 3.02, + 3339, + 3.52, + 3340, + 3.219, + 3341, + 3.52, + 3342, + 2.182, + 3343, + 2.754, + 3344, + 3.52, + 3345, + 3.52 ] ], [ - "type/manuals/introduction", + "type/manuals/addressing", [ 0, 0.731 ] ], [ - "data/manuals/introduction", + "data/manuals/addressing", [ 0, - 0.983, + 0.245, 1, - 1.154, + 0.511, 2, - 2.031, + 0.506, 3, - 1.184, + 0.525, 4, - 1.184, + 0.525, 5, - 1.191, + 0.528, 6, - 1.191, + 0.528, 7, - 1.511, + 1.477, 8, - 1.49, + 0.971, 9, - 0.962, + 1.862, 10, - 1.464, + 1.581, 11, - 1.06, - 12, - 4.992, - 13, - 3.143, - 16, - 1.086, - 21, - 2.034, + 1.989, + 17, + 1.348, + 18, + 1.138, + 20, + 1.464, 22, - 2.679, - 23, - 2.23, - 24, - 2.059, - 26, - 1.21, + 0.822, 28, - 2.385, - 29, - 1.014, + 1.683, 30, - 1.066, - 32, - 1.808, - 33, - 1.409, - 41, - 2.584, + 1.321, + 36, + 1.739, + 38, + 1.044, + 39, + 1.159, + 42, + 0.63, 43, - 2.7, + 2.849, + 44, + 2.293, 46, - 1.256, + 1.588, + 49, + 2.149, + 52, + 1.511, + 54, + 2.183, + 57, + 1.374, + 59, + 1.005, + 60, + 0.966, 62, - 2.1, - 67, - 2.353, - 68, - 2.156, + 0.666, 70, - 1.509, - 71, - 1.378, - 74, - 0.987, + 0.842, + 72, + 0.666, 77, - 1.6, - 86, - 1.472, + 1.984, + 78, + 1.54, + 79, + 0.959, + 90, + 0.477, + 91, + 0.683, + 94, + 2.14, 96, - 2.655, + 3.322, + 97, + 2.521, + 99, + 1.057, + 100, + 1.856, 102, - 2.628, - 137, - 0.999, + 1.176, + 103, + 1.868, + 106, + 1.819, + 107, + 1.975, + 108, + 1.352, + 109, + 1.713, + 110, + 1.817, + 113, + 1.365, + 116, + 1.351, + 120, + 1.196, + 121, + 0.661, + 122, + 2.526, + 125, + 1.399, + 126, + 1.09, + 135, + 3.599, + 140, + 1.599, 141, - 1.904, - 146, - 2.654, - 147, - 1.985, + 1.701, + 142, + 0.595, + 148, + 1.886, 151, - 1.231, - 152, - 1.829, - 157, - 2.401, + 1.426, + 153, + 2.538, + 154, + 1.264, 158, - 3.223, - 159, - 1.693, + 1.605, 160, - 1.94, - 161, - 1.764, - 162, - 1.16, - 173, - 1.743, - 190, - 1.283, - 221, - 2.211, - 223, - 2.5, + 1.827, + 165, + 0.572, + 166, + 0.94, + 167, + 0.809, + 168, + 1.051, + 169, + 1.207, + 170, + 2.805, + 171, + 3.493, + 175, + 0.872, + 177, + 1.901, + 178, + 0.745, + 182, + 1.064, + 194, + 2.127, + 195, + 2.01, + 196, + 1.2, + 197, + 1.886, + 198, + 0.945, + 199, + 0.857, + 200, + 2.113, + 201, + 1.959, + 202, + 0.649, + 207, + 2.068, + 211, + 1.555, 224, - 1.242, - 234, - 1.373, - 242, - 2.613, + 1.264, + 225, + 1.348, + 226, + 1.895, + 228, + 0.842, + 229, + 0.636, + 230, + 1.208, + 231, + 0.75, + 239, + 2.996, + 240, + 1.308, + 241, + 2.012, + 244, + 1.763, + 246, + 4.094, 247, - 2.003, - 277, - 2.704, - 290, - 2.793, - 291, - 1.55, - 297, - 1.413, + 2.253, + 248, + 2.077, + 249, + 2.634, + 256, + 1.538, + 257, + 0.79, + 260, + 1.851, + 263, + 0.598, + 268, + 1.78, + 269, + 1.978, + 270, + 1.461, + 273, + 0.857, + 279, + 1.632, + 282, + 1.719, 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, + 1.803, + 324, + 1.98, + 331, + 1.419, + 332, + 1.155, + 333, + 0.987, + 335, + 1.317, + 343, + 1.24, + 345, + 0.969, + 349, + 1.461, + 353, + 0.796, + 360, + 2.715, + 368, + 1.937, + 380, + 1.232, 385, - 3.682, - 394, - 2.235, - 402, - 1.95, - 407, - 1.841, - 410, - 2.574, + 3.492, + 390, + 1.937, + 391, + 2.152, + 392, + 1.216, + 401, + 1.564, 411, - 2.1, - 412, - 2.342, - 417, - 2.187, + 1.038, + 433, + 0.815, + 434, + 0.93, + 440, + 1.564, 441, - 1.571, + 1.739, + 442, + 0.896, + 445, + 3.598, + 446, + 1.002, + 452, + 1.596, 454, - 3.324, - 456, - 2.211, - 465, - 1.114, - 469, - 2.576, + 3.083, + 457, + 1.232, + 459, + 1.615, + 471, + 1.233, + 472, + 0.921, 481, - 2.52, - 493, - 1.964, - 496, - 4.729, - 501, - 2.798, - 509, - 4.509, + 1.14, + 482, + 1.632, + 487, + 2.462, + 489, + 0.93, + 500, + 0.73, + 502, + 1.317, + 510, + 0.735, + 511, + 1.064, + 522, + 0.991, + 524, + 1.839, + 527, + 7.815, + 529, + 3.752, + 532, + 1.461, + 534, + 1.631, + 543, + 0.802, 547, - 1.342, + 3.231, + 552, + 1.367, + 553, + 0.715, 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, + 1.432, + 556, + 0.822, + 560, + 1.264, + 561, + 1.458, + 579, + 1.739, + 580, + 2.906, + 590, + 1.438, + 595, + 1.078, + 596, + 1.093, + 601, + 0.73, + 603, + 0.835, + 620, + 2.849, + 629, + 1.044, + 631, + 2.278, + 635, + 1.317, + 636, + 2.383, + 640, + 1.419, + 644, + 1.719, + 648, + 0.969, + 672, + 0.921, + 675, + 1.331, + 683, + 0.849, + 686, + 1.871, 687, - 3.117, + 3.231, + 689, + 2.06, 692, - 2.465, + 1.302, + 701, + 1.051, + 703, + 1.361, 710, - 1.635, + 2.662, + 716, + 1.14, 728, - 2.287, - 766, - 4.019, - 790, - 2.7, - 791, - 4.126, - 804, - 2.261, - 811, - 1.901, + 0.98, + 737, + 1.348, + 740, + 2.782, + 754, + 1.196, + 758, + 0.887, + 773, + 0.725, + 793, + 0.93, 812, - 2.021, - 820, - 3.201, - 834, - 4.019, - 858, - 1.43, - 866, - 1.933, - 871, - 5.067, - 882, - 2.401, - 884, - 2.536, - 891, - 1.571, - 893, - 3.53, + 1.419, + 828, + 3.231, + 832, + 1.665, + 848, + 0.991, + 849, + 4.081, + 854, + 1.108, + 856, + 1.393, + 859, + 2.304, + 860, + 1.759, + 880, + 0.969, + 890, + 1.038, 901, - 2.342, + 0.864, + 905, + 1.177, + 909, + 1.289, 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, + 2.596, + 917, + 0.904, + 919, + 2.358, + 922, + 1.348, + 923, + 0.98, + 924, + 3.676, + 931, + 3.033, + 941, + 0.784, + 948, + 1.817, + 972, + 1.289, + 978, + 2.169, + 979, + 3.501, + 981, + 1.217, + 985, + 1.461, + 995, + 1.264, + 1003, + 1.461, + 1007, + 3.292, + 1019, + 2.927, + 1025, + 3.06, + 1029, + 0.969, + 1034, + 0.767, + 1043, + 1.987, + 1055, + 1.98, + 1062, + 1.093, + 1064, + 1.701, + 1079, + 0.969, + 1081, + 1.217, + 1097, + 1.24, + 1104, + 2.824, + 1107, + 0.991, + 1126, + 3.375, + 1134, + 1.264, + 1140, + 1.599, + 1143, + 5.44, + 1146, + 1.5, + 1157, + 1.051, + 1158, + 1.599, + 1166, + 1.158, + 1206, + 1.419, + 1221, + 0.991, + 1224, + 2.981, + 1248, + 1.264, + 1249, + 1.564, + 1253, + 1.124, + 1267, + 1.381, + 1272, + 0.887, + 1285, + 1.509, + 1296, + 1.293, + 1323, + 0.835, + 1324, + 1.038, + 1332, + 0.809, + 1411, + 1.97, 1421, - 2.314, - 1507, - 3.53, - 1510, - 2.433, - 1516, - 1.581, - 1520, - 4.089, - 1560, - 5.764, - 1578, - 2.7, + 1.217, + 1426, + 1.217, + 1432, + 1.95, + 1442, + 1.632, + 1463, + 2.113, + 1465, + 2.402, + 1499, + 1.196, + 1508, + 1.509, + 1541, + 1.871, + 1543, + 2.042, + 1548, + 1.078, + 1574, + 2.8, + 1577, + 1.716, 1579, - 4.164, - 1586, - 2.165, + 1.461, + 1589, + 2.34, 1594, - 3.872, - 1617, - 2.91, - 1660, - 1.933, - 1663, - 3.222, + 3.132, + 1596, + 1.064, + 1597, + 5.643, + 1598, + 6.319, + 1599, + 1.264, + 1602, + 2.253, + 1618, + 1.716, + 1621, + 3.452, + 1627, + 1.419, + 1628, + 3.968, + 1629, + 2.06, + 1631, + 1.24, + 1632, + 1.264, + 1648, + 1.14, + 1655, + 1.824, + 1662, + 0.88, 1684, - 2.973, - 1713, - 3.682, - 1756, - 2.747, - 1765, - 3.296, - 1821, - 2.003, - 1839, - 2.7, + 2.01, + 1691, + 1.419, + 1719, + 1.564, + 1720, + 1.564, + 1724, + 1.648, + 1774, + 2.33, + 1804, + 3.715, + 1817, + 3.752, + 1818, + 1.716, 1868, - 4.509, - 1971, - 3.296, - 2038, - 2.003, - 2123, - 2.187, - 2126, - 2.973, - 2136, - 2.91, - 2163, - 3.201, - 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, + 1.289, + 1871, + 1.683, + 1874, + 1.177, + 1882, + 0.887, + 1885, + 2.01, + 1889, + 1.217, + 1932, + 1.317, + 1948, + 1.064, + 1968, + 1.064, + 1973, + 1.196, + 1979, + 4.147, + 1982, + 0.991, + 2082, + 4.408, + 2220, + 2.751, + 2221, + 1.829, + 2226, + 1.264, + 2234, + 1.829, + 2263, + 1.564, + 2297, + 4.993, + 2300, + 1.381, + 2308, + 1.381, + 2320, + 1.509, + 2330, + 1.317, + 2383, + 1.24, + 2436, + 1.716, + 2479, + 3.752, + 2481, + 1.829, + 2488, + 1.632, + 2506, + 4.223, + 2514, + 1.093, + 2550, + 1.158, + 2627, + 1.716, + 2647, + 1.461, + 2649, + 1.196, + 2683, + 2.462, + 2753, + 1.564, + 2770, + 2.832, + 2799, + 3.469, + 2905, + 1.829, + 2925, + 3.541, + 2928, + 6.364, + 2961, + 4.01, + 3052, + 1.829, + 3073, + 6.121, + 3108, + 3.359, + 3134, + 2.077, + 3246, + 1.419, + 3252, + 1.348, + 3319, + 1.716, + 3346, + 2.0, + 3347, + 2.0, + 3348, + 1.829, + 3349, + 2.0, + 3350, + 1.716, + 3351, + 1.564, + 3352, + 1.716, + 3353, + 2.0, + 3354, + 5.07, + 3355, + 7.493, + 3356, + 2.0, + 3357, + 2.0, + 3358, + 2.0, + 3359, + 2.0, + 3360, + 2.0, + 3361, + 1.632, 3362, - 3.872, + 3.174, + 3363, + 3.177, + 3364, + 2.0, + 3365, + 1.509, + 3366, + 1.419, + 3367, + 4.599, + 3368, + 8.436, + 3369, + 1.829, + 3370, + 2.0, + 3371, + 2.0, + 3372, + 1.829, + 3373, + 2.0, + 3374, + 5.491, + 3375, + 2.0, + 3376, + 2.0, + 3377, + 1.829, + 3378, + 1.716, + 3379, + 1.564, + 3380, + 1.829, + 3381, + 2.0, + 3382, + 1.716, + 3383, + 3.471, + 3384, + 2.0, + 3385, + 4.599, + 3386, + 6.812, + 3387, + 1.716, + 3388, + 1.716, 3389, - 3.53, + 1.632, + 3390, + 2.0, + 3391, + 1.632, + 3392, + 2.0, + 3393, + 1.632, + 3394, + 2.978, + 3395, + 3.174, + 3396, + 1.829, + 3397, + 2.0, + 3398, + 2.0, + 3399, + 1.381, + 3400, + 1.461, + 3401, + 1.632, + 3402, + 2.0, + 3403, + 2.0, 3404, - 4.126, - 3516, - 3.201, - 3570, - 3.682, - 3571, - 3.682, - 3572, - 4.512, - 3573, - 6.717, - 3574, - 4.126, - 3575, - 3.682, - 3576, - 4.512, - 3577, - 8.689, - 3578, - 6.717, - 3579, - 3.682, - 3580, - 6.142, - 3581, - 4.512, - 3582, - 4.512, - 3583, - 4.512, - 3584, - 4.126, - 3585, - 3.682, - 3586, - 4.512, - 3587, - 4.512, - 3588, - 4.512, - 3589, - 4.512, - 3590, - 5.692, - 3591, - 3.404, - 3592, - 4.126, - 3593, - 3.872, - 3594, - 4.512, - 3595, - 4.512, - 3596, - 5.255, - 3597, - 4.512, - 3598, - 3.682, - 3599, - 3.872, - 3600, - 4.512, - 3601, - 4.126, - 3602, - 6.717, - 3603, - 4.126, - 3604, - 4.512, - 3605, - 4.512, - 3606, - 4.512, - 3607, - 4.512, - 3608, - 4.126 + 2.0, + 3405, + 2.0, + 3406, + 2.0, + 3407, + 1.829, + 3408, + 1.716, + 3409, + 1.716, + 3410, + 1.632, + 3411, + 1.317, + 3412, + 1.632, + 3413, + 1.716, + 3414, + 1.716, + 3415, + 2.513, + 3416, + 2.0, + 3417, + 1.716, + 3418, + 2.0, + 3419, + 1.829, + 3420, + 1.716, + 3421, + 2.0, + 3422, + 2.0, + 3423, + 1.564, + 3424, + 2.0, + 3425, + 1.564, + 3426, + 3.471, + 3427, + 1.564, + 3428, + 2.0, + 3429, + 1.829, + 3430, + 2.0, + 3431, + 1.716, + 3432, + 6.214, + 3433, + 3.471, + 3434, + 3.471, + 3435, + 2.0, + 3436, + 1.829, + 3437, + 1.716, + 3438, + 2.535, + 3439, + 6.812, + 3440, + 3.471, + 3441, + 2.0, + 3442, + 1.419, + 3443, + 3.471, + 3444, + 3.471 ] ], [ - "type/manuals/render", + "type/manuals/camera", [ 0, 0.731 ] ], [ - "data/manuals/render", + "data/manuals/camera", [ 7, - 1.535, - 8, - 1.343, + 1.601, 9, - 0.954, + 2.557, 10, - 1.063, - 11, - 1.034, - 13, - 1.406, - 14, - 1.248, - 16, - 0.991, - 17, - 1.19, - 21, - 1.708, - 22, - 2.01, + 1.143, + 18, + 1.09, + 20, + 0.703, 23, - 1.961, - 25, - 1.031, - 26, - 1.562, - 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, + 5.097, + 36, + 1.503, + 38, + 0.587, 42, - 1.219, - 43, - 1.081, - 45, - 2.502, + 1.74, 46, - 0.503, - 47, - 2.712, - 48, - 0.884, - 51, - 1.8, - 52, - 1.057, - 54, - 1.423, - 55, - 1.248, + 1.445, + 57, + 1.417, 59, - 0.768, - 60, - 0.737, + 0.95, 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, + 1.76, 77, - 1.382, - 80, - 1.464, - 83, - 0.761, - 86, - 1.567, + 1.095, + 79, + 0.86, + 88, + 4.011, + 89, + 4.119, 92, - 1.091, - 93, - 2.712, - 94, - 1.47, - 96, - 1.063, - 97, - 1.301, - 98, - 0.949, + 3.025, 99, - 2.467, + 0.984, 102, - 2.387, + 1.352, 103, - 3.375, - 104, - 2.598, - 105, - 4.146, + 1.217, 106, - 3.19, + 1.35, 108, - 2.427, - 110, - 2.138, - 111, - 3.214, - 117, - 3.214, - 119, - 2.892, + 1.554, + 113, + 1.76, 121, - 1.817, - 135, - 0.678, - 137, - 1.201, - 140, - 0.833, - 141, - 1.617, - 149, - 2.0, + 1.749, + 126, + 1.496, + 127, + 5.081, + 142, + 3.222, + 148, + 1.802, + 150, + 1.338, 151, - 1.419, + 3.098, 152, - 1.393, + 3.409, + 153, + 1.2, + 154, + 3.341, + 155, + 5.552, 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, - 196, - 0.613, - 198, - 1.038, - 202, - 1.736, - 210, - 1.464, - 213, - 1.218, - 214, - 2.741, - 221, - 0.885, - 223, - 1.001, - 224, - 0.874, - 227, - 2.206, - 234, - 0.966, - 237, - 0.979, + 3.111, + 165, + 1.512, + 178, + 1.97, + 194, + 0.965, + 199, + 3.764, + 201, + 1.694, 240, - 1.414, - 247, - 0.929, - 248, - 0.817, + 1.503, 256, - 1.25, + 2.163, 263, - 1.189, - 273, - 2.268, - 277, - 1.433, - 278, - 0.972, - 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, + 2.254, 306, - 4.054, - 308, - 1.629, - 316, - 1.539, + 3.864, 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, + 3.111, + 333, + 2.499, + 371, + 4.616, + 380, + 1.877, + 404, + 3.341, 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, - 457, - 2.758, - 460, - 1.361, - 465, - 1.263, - 466, - 0.698, - 469, - 0.693, + 3.563, + 456, + 4.064, 473, - 0.895, - 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, - 561, - 1.19, - 568, - 2.639, - 569, - 2.955, - 578, - 4.256, - 580, - 0.876, - 581, - 0.587, - 583, - 0.65, - 595, - 1.854, - 612, - 0.841, - 624, - 0.905, + 2.325, + 509, + 4.971, + 524, + 3.392, + 533, + 2.929, + 573, + 2.829, + 577, + 2.073, + 594, + 5.105, + 601, + 3.205, + 629, + 1.59, 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, - 680, - 1.255, - 681, - 3.326, - 688, - 0.949, - 692, - 0.987, - 697, - 1.584, - 700, - 2.66, - 704, - 1.063, - 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, - 805, - 3.114, - 808, - 1.509, - 809, - 1.218, - 811, - 0.761, - 812, - 0.809, - 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, - 891, - 1.106, - 892, - 1.046, - 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, - 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, - 1094, - 0.895, - 1107, - 1.54, - 1126, - 3.534, - 1137, - 1.19, - 1139, - 1.063, - 1160, - 2.053, - 1163, - 1.414, - 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, - 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, - 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, - 2374, - 2.905, - 2393, - 3.115, - 2408, - 1.248, - 2435, - 1.218, - 2490, - 1.282, - 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, - 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, - 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, - 3609, - 5.511, - 3610, - 1.652, - 3611, - 1.652, - 3612, - 1.807, - 3613, - 5.492, - 3614, - 2.937, - 3615, - 1.807, - 3616, - 1.218, - 3617, - 1.55, - 3618, - 1.248, - 3619, - 4.251, - 3620, - 3.177, - 3621, - 1.807, - 3622, - 1.807, - 3623, - 3.177, - 3624, - 5.116, - 3625, - 3.177, - 3626, - 3.177, - 3627, - 1.807, - 3628, - 5.116, - 3629, - 1.807, - 3630, - 3.177, - 3631, - 2.485, - 3632, - 1.32, - 3633, - 1.414, - 3634, - 1.807, - 3635, - 1.807, - 3636, - 2.905, - 3637, - 1.807, - 3638, - 3.648, - 3639, - 1.652, - 3640, - 1.807, - 3641, - 1.652, - 3642, - 1.807, - 3643, - 1.807, - 3644, - 1.652, - 3645, - 1.807, - 3646, - 1.807, - 3647, - 2.905, - 3648, - 1.807, - 3649, - 2.726, - 3650, - 1.807, - 3651, - 2.905, - 3652, - 3.177, - 3653, - 3.177, - 3654, - 5.511, - 3655, - 3.177, - 3656, - 4.678, - 3657, - 1.807, - 3658, - 5.329, - 3659, - 5.116, - 3660, - 1.807, - 3661, - 1.807, - 3662, - 1.807, - 3663, - 2.726, - 3664, - 1.807, - 3665, - 1.807, - 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, + 2.027, + 691, + 2.688, + 693, + 3.861, + 750, + 2.563, + 758, + 2.346, + 786, + 4.366, + 898, + 1.877, + 1007, + 1.852, + 1034, + 2.027, + 1098, + 4.674, + 1133, + 6.141, + 1158, + 4.993, + 1180, + 4.119, + 1188, + 2.59, + 1253, + 2.971, + 1272, 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 + 1279, + 3.163, + 1323, + 2.208, + 1460, + 2.971, + 1546, + 2.744, + 1602, + 2.59, + 1679, + 5.788, + 1687, + 6.868, + 1763, + 3.861, + 1884, + 3.202, + 1975, + 0.67, + 2060, + 6.628, + 2123, + 3.015, + 2124, + 4.536, + 2142, + 3.483, + 2143, + 3.483, + 3124, + 3.652, + 3165, + 4.314, + 3445, + 10.836, + 3446, + 10.836, + 3447, + 10.836, + 3448, + 10.836, + 3449, + 8.786, + 3450, + 4.834, + 3451, + 6.469, + 3452, + 8.786, + 3453, + 4.834, + 3454, + 7.539, + 3455, + 8.786, + 3456, + 8.786, + 3457, + 8.786, + 3458, + 4.834, + 3459, + 4.536, + 3460, + 4.834, + 3461, + 5.287, + 3462, + 5.287, + 3463, + 5.287, + 3464, + 5.287, + 3465, + 5.287, + 3466, + 5.287, + 3467, + 5.287, + 3468, + 5.287, + 3469, + 5.287, + 3470, + 5.287, + 3471, + 5.287, + 3472, + 5.287, + 3473, + 5.287, + 3474, + 3.652, + 3475, + 4.314, + 3476, + 3.652, + 3477, + 4.834, + 3478, + 4.834, + 3479, + 3.988, + 3480, + 4.834, + 3481, + 4.834, + 3482, + 3.861, + 3483, + 4.834, + 3484, + 7.539, + 3485, + 4.136, + 3486, + 3.652, + 3487, + 5.081, + 3488, + 6.469, + 3489, + 4.536, + 3490, + 4.834, + 3491, + 4.314, + 3492, + 5.287, + 3493, + 5.287, + 3494, + 5.287, + 3495, + 5.287 ] ], [ - "type/manuals/debugging-game-and-system-logs", + "type/manuals/sound", [ 0, 0.731 ] ], [ - "data/manuals/debugging-game-and-system-logs", + "data/manuals/sound", [ + 0, + 0.349, + 1, + 0.73, + 2, + 0.722, + 3, + 0.749, + 4, + 0.749, + 5, + 0.753, + 6, + 0.753, 7, - 1.55, + 1.556, 8, - 0.699, + 1.669, 9, - 0.965, + 0.967, 10, - 2.102, + 1.493, 11, - 1.066, - 13, - 1.808, - 16, - 1.07, - 21, - 1.827, + 1.033, + 18, + 1.134, + 20, + 1.454, 22, - 2.578, - 23, - 1.182, - 26, - 1.466, - 29, - 1.735, + 1.172, 30, - 1.127, + 1.086, 31, - 5.42, - 32, - 1.85, - 33, - 1.19, + 1.652, + 36, + 1.378, + 38, + 1.142, + 39, + 0.602, 41, - 1.589, + 1.499, + 42, + 0.518, 46, - 1.521, - 51, - 1.026, + 1.529, + 52, + 1.29, + 57, + 1.292, 59, - 2.322, - 68, - 2.206, + 0.978, + 60, + 0.794, + 62, + 1.985, + 63, + 2.272, 70, - 1.229, - 71, - 1.584, - 74, - 0.607, - 83, - 2.303, + 2.91, + 76, + 1.518, + 79, + 0.996, 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.926, + 87, + 1.802, + 90, + 2.524, + 91, + 1.6, + 92, + 1.881, + 94, + 1.327, + 96, + 3.259, + 99, + 1.045, + 100, + 1.432, + 102, + 0.73, + 103, + 1.374, + 106, + 1.622, + 107, + 1.135, + 108, + 1.378, + 116, + 1.11, + 121, + 0.943, + 122, + 1.459, + 125, + 2.496, + 126, + 2.102, + 127, + 1.923, + 142, + 2.054, + 148, + 2.109, + 149, + 1.086, + 150, + 1.187, + 153, + 2.432, + 155, + 2.962, + 156, + 1.678, 158, - 1.854, + 2.231, 160, - 0.979, - 161, - 1.93, - 181, - 2.211, + 2.412, + 165, + 1.975, + 166, + 1.34, + 167, + 1.895, + 168, + 2.462, + 169, + 1.221, + 171, + 1.463, + 174, + 1.911, + 175, + 1.243, + 178, + 2.574, 182, - 2.194, - 196, - 1.854, - 234, - 1.663, + 1.518, + 194, + 0.855, + 198, + 1.625, + 200, + 3.632, + 201, + 1.053, + 207, + 1.56, + 229, + 1.851, + 231, + 1.07, + 233, + 1.923, + 240, + 1.964, + 241, + 0.611, + 244, + 1.094, 247, - 0.993, + 2.867, + 249, + 2.248, + 256, + 1.058, + 257, + 1.127, 263, - 2.869, + 2.707, + 268, + 1.971, 269, - 3.993, + 2.128, 273, - 3.483, - 278, - 1.673, - 291, - 1.878, - 303, - 2.284, - 340, - 6.183, - 343, - 1.555, - 355, - 2.322, - 384, - 3.802, - 393, - 2.229, - 395, - 3.051, - 430, - 2.544, - 432, - 3.743, + 1.472, + 295, + 3.517, + 313, + 1.118, + 325, + 2.152, + 330, + 2.433, + 333, + 2.17, + 334, + 2.596, + 353, + 1.866, + 368, + 1.333, + 375, + 2.232, + 380, + 1.013, + 382, + 2.746, + 387, + 2.894, + 391, + 1.768, 433, - 3.685, + 1.911, 434, - 3.602, - 435, - 3.685, - 437, - 2.363, - 438, - 2.449, - 440, - 2.679, - 454, - 2.265, - 465, - 1.35, + 1.327, + 442, + 1.278, + 452, + 1.363, + 467, + 1.879, + 471, + 1.599, + 472, + 1.314, 473, - 2.709, - 478, - 2.284, - 495, - 3.118, - 511, - 3.777, - 525, - 2.876, - 547, - 1.626, - 548, - 4.277, - 564, - 3.118, - 573, - 2.472, - 581, - 1.775, - 583, - 1.968, - 599, - 2.596, - 633, - 1.891, - 655, - 2.405, - 670, - 2.803, - 782, - 3.118, - 808, - 1.941, - 824, - 2.65, - 882, - 2.909, - 889, - 2.144, - 892, - 3.166, - 903, - 2.873, - 1044, - 2.519, - 1054, - 3.166, - 1127, - 3.783, - 1191, - 3.396, - 1289, - 4.536, - 1293, - 4.773, - 1325, - 3.777, - 1330, - 3.602, - 1352, - 3.329, - 1360, - 4.7, - 1367, - 3.118, - 1371, - 5.204, - 1376, - 4.461, + 2.061, + 479, + 1.759, + 497, + 1.463, + 510, + 1.048, + 521, + 0.993, + 522, + 2.322, + 524, + 2.903, + 534, + 1.34, + 537, + 1.627, + 543, + 1.145, + 552, + 0.848, + 553, + 1.675, + 556, + 3.136, + 568, + 5.778, + 603, + 1.958, + 605, + 1.627, + 629, + 1.409, + 636, + 2.288, + 647, + 2.714, + 673, + 1.652, + 689, + 1.278, + 691, + 0.873, + 692, + 1.07, + 695, + 1.289, + 699, + 1.923, + 703, + 1.118, + 711, + 1.707, + 728, + 2.296, + 740, + 1.445, + 744, + 1.383, + 747, + 1.603, + 751, + 1.154, + 765, + 0.999, + 792, + 1.627, + 819, + 2.758, + 848, + 1.413, + 856, + 1.145, + 890, + 1.48, + 894, + 1.127, + 897, + 1.839, + 898, + 2.118, + 901, + 1.233, + 914, + 1.958, + 924, + 1.354, + 926, + 2.083, + 928, + 1.97, + 931, + 0.781, + 978, + 1.127, + 995, + 1.802, + 1010, + 1.172, + 1011, + 1.839, + 1019, + 2.255, + 1025, + 1.127, + 1029, + 1.383, + 1034, + 1.094, + 1041, + 2.119, + 1043, + 1.233, + 1052, + 1.499, + 1079, + 1.383, + 1104, + 0.993, + 1131, + 3.781, + 1136, + 2.906, + 1137, + 4.133, + 1146, + 1.233, + 1150, + 1.603, + 1153, + 1.34, + 1160, + 1.707, + 1172, + 2.375, + 1184, + 1.802, + 1216, + 1.518, + 1220, + 1.768, + 1226, + 5.642, + 1229, + 4.551, + 1248, + 1.802, + 1249, + 2.232, + 1250, + 1.603, + 1260, + 2.758, + 1261, + 1.707, + 1295, + 1.759, + 1304, + 2.758, + 1305, + 2.152, + 1312, + 2.083, + 1364, + 2.758, 1382, - 5.771, - 1423, - 2.909, - 1464, - 4.978, - 1503, - 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, - 3.685, + 1.58, + 1411, + 3.269, + 1428, + 1.558, + 1432, + 2.634, + 1436, + 2.152, + 1459, + 1.163, + 1465, + 2.436, + 1492, + 3.698, + 1499, + 1.707, + 1511, + 3.216, + 1532, + 1.839, + 1584, + 1.603, + 1588, + 1.398, + 1596, + 1.518, + 1602, + 1.398, + 1629, + 1.278, + 1649, + 3.676, + 1651, + 3.569, + 1655, + 1.499, + 1662, + 1.255, + 1672, + 2.526, + 1713, + 1.499, + 1719, + 2.232, + 1791, + 2.447, + 1793, + 3.847, + 1804, + 1.368, + 1807, + 2.862, + 1885, + 1.652, + 1897, + 3.667, + 1911, + 2.403, + 2027, + 1.413, + 2035, + 2.906, + 2070, + 4.823, + 2080, + 3.159, + 2092, + 2.447, + 2115, + 2.327, 2116, - 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, - 4.691, - 3409, - 5.0, - 3413, - 4.461, - 3420, - 6.625, - 3422, - 3.602, - 3426, - 6.35, - 3430, - 4.124, - 3441, - 3.777, - 3449, - 3.993, - 3466, - 4.691, - 3485, - 4.691, - 3486, - 4.461, + 6.996, + 2118, + 2.232, + 2119, + 2.608, + 2123, + 2.673, + 2164, + 1.233, + 2175, + 3.088, + 2238, + 3.824, + 2287, + 2.327, + 2314, + 2.232, + 2441, + 1.499, + 2442, + 2.083, + 2482, + 3.824, + 2503, + 3.93, + 2511, + 2.447, + 2582, + 2.673, + 2616, + 3.423, + 2649, + 1.707, + 2657, + 1.603, + 2684, + 1.678, + 2701, + 2.447, + 2738, + 4.921, + 2837, + 1.802, + 2955, + 1.627, + 3095, + 2.608, + 3115, + 9.742, + 3192, + 2.083, + 3320, + 2.083, + 3363, + 1.97, + 3399, + 1.97, + 3408, + 2.447, + 3431, + 2.447, + 3476, + 1.97, + 3489, + 2.447, + 3496, + 2.852, + 3497, + 2.852, + 3498, + 2.852, + 3499, + 2.608, + 3500, + 2.852, + 3501, + 3.667, + 3502, + 2.852, + 3503, + 4.022, + 3504, + 7.074, + 3505, + 2.232, + 3506, + 7.074, + 3507, + 5.928, + 3508, + 4.286, + 3509, + 4.687, + 3510, + 2.852, + 3511, + 2.232, + 3512, + 4.687, + 3513, + 2.447, + 3514, + 2.608, + 3515, + 2.608, + 3516, + 5.455, + 3517, + 2.608, + 3518, + 5.928, + 3519, + 4.286, + 3520, + 2.852, + 3521, + 4.022, + 3522, + 2.852, + 3523, + 2.852, + 3524, + 2.852, + 3525, + 2.608, + 3526, + 8.669, + 3527, + 3.159, + 3528, + 4.286, + 3529, + 2.608, + 3530, + 2.852, + 3531, + 4.687, + 3532, + 2.852, + 3533, + 2.608, + 3534, + 2.608, + 3535, + 6.979, + 3536, + 2.447, + 3537, + 4.687, + 3538, + 4.687, + 3539, + 2.608, + 3540, + 4.687, + 3541, + 4.687, + 3542, + 2.852, + 3543, + 2.852, + 3544, + 4.687, + 3545, + 4.687, + 3546, + 2.608, + 3547, + 2.852, + 3548, + 2.852, + 3549, + 2.608, + 3550, + 2.852, + 3551, + 2.852, + 3552, + 2.608, + 3553, + 2.852, + 3554, + 2.852, + 3555, + 2.852, + 3556, + 2.608, + 3557, + 2.852, + 3558, + 2.327, + 3559, + 3.667, + 3560, + 5.966, + 3561, + 4.022, + 3562, + 5.966, + 3563, + 2.852, + 3564, + 4.286, 3565, - 7.68, - 3749, - 5.467, - 3750, - 10.257, - 3751, - 10.645, - 3752, - 5.0, - 3753, - 5.467, - 3754, - 5.467, - 3755, - 5.467, - 3756, - 5.467, - 3757, - 5.467, - 3758, - 5.467, - 3759, - 3.993, - 3760, - 7.68, - 3761, - 8.184, - 3762, - 6.3, - 3763, - 5.467, - 3764, - 5.467, - 3765, - 4.691 + 4.687, + 3566, + 2.447, + 3567, + 2.852 ] ], [ - "type/manuals/input-key-and-text", + "type/manuals/project-setup", [ 0, 0.731 ] ], [ - "data/manuals/input-key-and-text", + "data/manuals/project-setup", [ 0, - 0.7, + 0.779, 1, - 1.462, + 1.626, 2, - 1.447, + 1.609, 3, - 1.5, + 1.668, 4, - 1.5, + 2.543, 5, - 1.508, + 1.677, 6, - 1.508, + 1.677, 7, - 1.508, - 8, - 1.417, + 1.503, 9, - 0.886, + 2.156, 10, - 1.043, - 11, - 1.043, - 16, - 0.827, - 21, - 2.025, - 22, - 1.807, - 23, - 1.982, - 29, - 1.284, - 30, - 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, + 1.374, + 18, + 1.095, + 20, + 1.288, + 36, + 2.068, + 43, + 3.298, + 46, + 1.382, + 52, + 1.749, + 56, + 3.771, + 57, + 1.096, + 59, + 0.936, + 60, + 2.696, 77, - 1.977, - 80, - 4.224, - 86, - 0.815, + 1.316, + 79, + 1.017, 91, - 2.192, - 97, - 1.749, + 4.087, 99, - 2.277, - 102, - 2.355, - 104, - 3.221, + 1.071, + 100, + 1.607, + 106, + 1.138, + 107, + 1.973, 108, - 3.01, - 110, - 3.3, - 111, - 2.667, + 1.868, 113, - 3.765, - 115, - 4.664, - 117, - 3.884, - 135, - 2.144, - 136, - 4.055, - 137, - 1.185, - 147, - 4.586, - 149, - 2.48, + 2.077, + 125, + 1.933, + 126, + 1.261, + 148, + 1.304, 150, - 2.742, + 1.609, 153, - 3.852, - 158, - 1.939, - 160, - 1.427, - 161, - 1.134, - 162, - 2.357, - 190, - 1.625, - 193, - 1.206, + 2.353, + 169, + 1.442, + 177, + 1.945, + 194, + 1.16, 198, - 2.602, - 237, - 1.316, - 264, - 2.584, - 268, - 3.31, - 270, - 3.041, - 271, - 4.444, - 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, + 2.824, + 201, + 1.925, + 203, + 3.426, + 206, 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, + 226, + 2.383, + 229, + 1.984, + 230, + 2.212, + 231, + 4.061, + 235, + 4.016, + 240, + 1.807, + 241, + 1.834, + 243, + 4.8, + 253, + 3.184, + 256, + 1.435, + 269, + 2.353, + 324, + 3.625, + 332, + 2.851, + 333, + 1.807, + 342, + 2.847, + 434, + 2.957, + 439, + 5.774, + 452, + 2.49, + 457, + 2.256, + 469, + 3.221, + 506, + 3.869, + 521, + 2.212, + 524, + 3.245, + 567, + 3.298, + 591, + 4.187, + 601, + 2.319, + 602, + 2.57, + 638, + 4.016, + 648, 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 + 649, + 3.803, + 685, + 3.95, + 686, + 3.426, + 691, + 1.945, + 710, + 3.081, + 771, + 5.037, + 774, + 4.38, + 801, + 4.197, + 819, + 3.74, + 834, + 4.8, + 837, + 6.248, + 894, + 3.384, + 1043, + 2.746, + 1146, + 3.701, + 1250, + 3.571, + 1260, + 3.74, + 1323, + 2.655, + 1364, + 3.74, + 1412, + 4.284, + 1616, + 4.016, + 1629, + 2.847, + 1807, + 3.049, + 1866, + 3.625, + 1871, + 3.081, + 2158, + 4.284, + 2196, + 5.186, + 2268, + 4.558, + 2272, + 5.186, + 2273, + 5.453, + 2341, + 4.794, + 2345, + 4.642, + 2778, + 4.187, + 2822, + 3.869, + 2954, + 4.284, + 2969, + 6.462, + 3071, + 4.284, + 3568, + 5.186, + 3569, + 4.39, + 3570, + 5.812, + 3571, + 6.356, + 3572, + 4.794, + 3573, + 6.356, + 3574, + 4.642, + 3575, + 5.812, + 3576, + 4.972, + 3577, + 5.453, + 3578, + 8.566, + 3579, + 6.356, + 3580, + 6.356, + 3581, + 4.972 ] ], [ - "type/manuals/version-control", + "type/manuals/socket-connections", [ 0, 0.731 ] ], [ - "data/manuals/version-control", + "data/manuals/socket-connections", [ 0, - 0.402, + 0.902, 1, - 0.839, + 1.883, 2, - 0.831, + 1.864, 3, - 0.861, + 1.933, 4, - 0.861, + 1.933, 5, - 0.866, + 1.943, 6, - 0.866, + 1.943, 7, - 1.465, - 8, - 1.32, + 1.458, 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, + 2.497, + 18, + 1.099, + 20, + 0.979, + 38, + 0.818, 39, - 2.074, - 41, - 1.908, + 1.992, 46, - 2.087, - 51, - 1.232, - 54, - 2.351, + 1.05, 57, - 2.034, + 1.405, + 59, + 1.048, 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, + 2.049, + 72, + 2.45, + 79, + 0.965, + 90, + 1.755, + 99, + 1.049, + 100, + 1.382, + 105, + 2.954, + 106, + 1.319, + 107, + 2.09, + 108, + 3.061, + 113, + 1.475, + 119, + 3.731, 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, + 3.121, 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, + 2.165, + 169, + 1.404, + 226, + 2.625, + 269, + 2.492, 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, + 3.298, + 330, + 3.009, + 353, + 3.757, + 382, + 2.65, + 457, + 2.614, + 524, + 3.16, + 550, + 3.426, + 554, + 2.763, + 629, + 2.214, + 669, + 5.85, + 672, + 3.393, + 676, + 3.36, + 709, + 4.653, 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, + 3.569, + 735, + 3.532, + 828, + 4.333, + 874, + 3.775, 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, + 3.2, + 944, + 3.775, + 947, + 3.868, + 1055, + 6.625, + 1056, + 5.378, + 1060, + 4.138, + 1090, + 3.426, 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, + 3.608, + 1224, + 3.532, + 1253, + 4.138, + 1465, + 2.597, + 1471, + 3.647, + 1562, + 4.85, 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 + 4.482, + 1621, + 3.731, + 1807, + 3.532, + 1884, + 3.127, + 2089, + 5.851, + 2327, + 4.653, + 2448, + 4.85, + 2450, + 6.733, + 2460, + 8.096, + 2465, + 5.378, + 2806, + 6.318, + 3094, + 5.086, + 3140, + 5.086, + 3582, + 6.733, + 3583, + 5.223, + 3584, + 5.223, + 3585, + 6.733, + 3586, + 7.363, + 3587, + 9.436, + 3588, + 9.436, + 3589, + 6.733, + 3590, + 6.733, + 3591, + 8.096, + 3592, + 6.733, + 3593, + 6.318, + 3594, + 5.378, + 3595, + 5.378, + 3596, + 6.733, + 3597, + 5.223, + 3598, + 6.318, + 3599, + 4.85 ] ], [ - "type/manuals/editor-scripts-ui", + "type/manuals/install", [ 0, 0.731 ] ], [ - "data/manuals/editor-scripts-ui", + "data/manuals/install", [ - 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.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, + 1.453, + 18, + 1.045, + 20, + 1.244, + 38, + 1.039, + 42, + 1.985, + 49, + 3.235, + 57, + 1.197, + 59, + 0.844, + 79, + 0.795, + 99, + 0.831, + 107, + 1.78, + 198, + 2.548, + 253, + 4.687, + 350, + 5.598, + 480, + 6.164, + 683, + 3.974, + 685, + 3.814, + 894, + 3.697, + 1079, + 4.536, + 1764, + 8.028, + 2032, + 8.028, + 2054, + 5.336, + 2217, + 5.696, + 2360, + 5.044, + 2985, + 7.058, + 3342, + 5.801, + 3600, + 7.634, + 3601, + 9.356 + ] + ], + [ + "type/manuals/extensions-best-practices", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/extensions-best-practices", + [ + 0, + 0.466, + 1, + 0.973, + 2, + 1.494, + 3, + 0.999, + 4, + 1.549, + 5, + 1.004, + 6, + 1.004, + 7, + 1.476, + 9, + 2.001, + 10, + 1.76, + 18, + 1.113, + 20, + 1.526, + 22, + 1.564, 28, - 1.216, - 29, - 1.595, - 30, - 1.111, - 32, - 1.824, - 33, - 1.5, - 35, - 0.411, - 37, - 3.411, - 39, - 3.788, - 41, - 1.579, + 1.844, + 36, + 1.859, + 38, + 1.146, 42, - 0.816, - 43, - 2.049, + 1.826, 46, - 0.696, - 48, - 2.273, - 49, - 2.275, - 51, - 1.332, - 54, - 1.882, + 1.594, + 55, + 1.825, 56, - 4.207, + 1.481, + 57, + 1.374, 59, - 1.455, + 0.952, 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, + 2.266, + 61, + 4.48, 77, - 1.629, + 1.825, + 78, + 2.619, 79, - 1.686, + 0.939, 86, - 1.507, + 1.235, 91, - 2.083, - 94, - 1.453, - 97, - 1.488, + 2.014, 99, - 3.123, - 101, - 2.815, + 0.981, + 100, + 1.654, 102, - 2.19, + 1.849, + 103, + 2.029, + 105, + 1.527, 106, - 1.353, - 110, - 2.362, - 111, - 3.374, - 117, - 3.044, - 119, - 0.441, + 1.801, + 107, + 2.075, + 108, + 2.394, + 109, + 2.198, + 113, + 1.448, + 116, + 1.481, 121, - 1.188, - 123, - 1.522, - 125, - 1.385, - 127, - 1.431, - 129, - 1.736, - 131, - 0.788, - 135, - 2.534, - 137, - 1.511, + 1.258, + 122, + 1.185, + 126, + 1.171, + 132, + 3.028, 141, - 1.188, - 146, - 0.546, - 149, - 0.43, + 1.408, + 143, + 1.844, + 148, + 1.21, 150, - 3.054, + 2.231, 151, - 1.714, - 152, - 0.681, - 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, + 2.425, + 153, + 2.207, + 169, + 1.211, + 177, + 1.164, + 194, + 1.319, + 195, + 2.204, 196, - 1.425, + 2.04, + 197, + 1.307, 198, - 0.451, - 202, - 0.755, - 217, - 0.554, - 218, - 1.313, - 223, - 0.766, + 2.539, + 199, + 1.63, + 201, + 0.855, + 203, + 2.051, + 204, + 2.87, + 210, + 1.539, 224, - 1.954, - 226, - 0.755, - 234, - 0.761, - 237, - 2.089, + 2.404, + 225, + 3.977, + 229, + 1.709, + 230, + 1.324, + 231, + 1.428, + 236, + 1.906, + 240, + 1.082, + 241, + 1.547, 247, - 0.251, - 248, - 0.625, + 1.258, 256, - 1.007, - 261, - 2.819, - 263, - 2.345, - 271, - 2.037, + 2.381, + 257, + 1.503, + 260, + 1.282, + 265, + 2.507, + 268, + 1.476, + 269, + 1.847, 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, + 0.939, + 282, + 1.885, + 292, + 3.775, 313, - 0.717, - 314, - 2.709, - 316, - 0.752, + 2.314, 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, + 2.239, + 332, + 2.405, + 342, + 2.643, + 353, + 2.349, 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, - 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, + 1.351, + 390, + 3.044, + 434, + 2.746, + 452, + 2.101, + 457, + 3.129, + 459, + 1.77, + 479, + 1.428, + 510, + 3.425, + 524, + 1.274, + 546, + 2.051, + 551, + 2.628, + 552, + 2.62, + 555, + 1.185, + 561, + 1.206, + 573, + 2.214, 580, - 0.67, - 581, - 2.305, + 3.729, 583, - 0.497, - 584, - 0.98, - 590, - 2.772, - 594, - 0.568, - 596, - 0.841, - 599, - 0.656, - 606, - 0.777, - 612, - 0.643, - 622, - 1.647, - 633, - 3.084, - 640, - 0.637, - 644, - 0.717, - 645, - 0.735, - 647, - 2.909, - 654, - 0.996, - 655, - 0.608, - 659, - 0.542, - 676, - 2.768, - 677, - 0.677, - 678, - 2.819, + 3.658, + 608, + 4.034, + 614, + 2.834, + 623, + 1.689, + 629, + 1.774, + 634, + 3.217, + 636, + 2.263, + 663, + 2.977, + 674, + 2.956, + 675, + 1.459, 680, - 0.988, - 682, - 1.253, - 697, - 3.195, - 701, - 0.827, + 1.999, + 685, + 3.592, + 686, + 2.051, + 689, + 3.647, + 690, + 4.567, + 691, + 1.164, + 702, + 1.906, 704, - 0.813, + 2.454, + 705, + 2.507, 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, + 2.404, + 710, + 1.844, + 751, + 1.539, + 765, + 2.067, + 771, + 2.746, + 805, + 3.479, 808, - 1.216, + 2.025, + 812, + 5.127, 815, - 0.709, + 2.359, 816, - 0.873, - 819, - 5.184, - 821, - 0.873, - 823, - 1.886, - 826, - 2.874, - 827, - 1.599, + 2.87, 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, + 1.885, + 864, + 2.628, + 879, + 3.472, 891, - 1.462, - 893, - 1.081, + 1.291, + 895, + 1.825, 899, - 0.788, - 901, - 0.717, - 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, + 2.507, + 914, + 1.589, + 941, + 2.314, + 945, + 2.454, + 948, + 1.503, + 985, + 2.779, + 995, + 2.404, + 996, + 2.99, + 1034, + 2.771, + 1047, + 3.866, + 1052, + 1.999, + 1060, + 2.138, + 1064, + 1.864, + 1066, + 2.314, + 1067, + 2.879, + 1068, + 5.892, + 1079, + 1.844, + 1081, + 2.316, + 1090, + 4.1, 1094, - 0.685, - 1096, - 0.766, + 2.87, 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, + 3.067, + 1120, + 2.239, + 1121, + 2.628, + 1134, + 2.404, + 1140, + 1.753, 1173, - 0.637, - 1197, - 1.128, - 1200, - 0.643, - 1203, - 0.931, - 1211, - 3.524, - 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, + 1.864, + 1192, + 2.359, + 1202, + 1.806, + 1260, + 3.472, + 1314, + 2.565, + 1332, + 1.539, + 1337, + 2.454, + 1338, + 2.977, + 1415, + 4.076, + 1449, + 2.977, + 1460, + 4.952, + 1490, + 2.977, + 1495, + 2.108, 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, + 2.977, + 1546, + 1.975, + 1616, + 2.404, + 1651, + 3.53, + 1661, + 1.906, + 1666, + 2.359, + 1686, + 2.87, + 1769, + 1.753, 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, - 2096, - 2.04, - 2125, - 1.886, - 2136, - 2.709, - 2139, - 0.841, - 2141, - 1.58, - 2142, - 2.909, - 2175, - 0.98, - 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, + 1.689, + 1920, + 3.789, + 1931, + 2.051, + 1942, + 3.316, + 1948, + 2.025, + 1990, + 5.805, + 1997, + 2.17, + 2024, + 3.267, + 2084, + 2.454, + 2093, + 2.87, + 2095, + 2.277, + 2110, + 3.105, + 2133, + 3.265, + 2135, + 2.699, + 2143, + 4.761, + 2157, + 3.479, + 2180, + 2.507, + 2195, + 3.265, + 2335, + 2.454, + 2345, + 4.31, + 2373, + 2.404, + 2374, + 3.265, + 2494, + 2.977, + 2544, + 3.805, + 2625, + 3.479, + 2649, + 2.277, 2678, - 1.55, - 2682, - 1.264, - 2740, - 1.186, - 2763, - 2.085, - 2774, - 0.857, - 2786, - 0.8, - 2793, - 1.186, - 2809, - 1.081, - 2837, - 2.146, - 2844, - 1.042, - 2882, - 2.795, - 2908, - 1.081, - 2961, - 1.081, - 2963, - 1.128, - 2985, - 0.955, - 2988, - 1.886, + 4.616, + 2684, + 2.239, + 2719, + 3.105, + 2779, + 3.062, + 2783, + 2.699, + 2931, + 3.479, + 2933, + 3.105, + 2955, + 2.17, 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, - 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 + 6.142, + 3000, + 4.616, + 3085, + 3.265, + 3092, + 2.977, + 3134, + 2.277, + 3253, + 6.37, + 3261, + 4.451, + 3262, + 3.265, + 3388, + 3.265, + 3409, + 3.265, + 3504, + 3.105, + 3552, + 3.479, + 3599, + 2.507, + 3602, + 3.479, + 3603, + 2.404, + 3604, + 3.805, + 3605, + 3.805, + 3606, + 3.805, + 3607, + 2.779, + 3608, + 3.265, + 3609, + 5.9, + 3610, + 5.789, + 3611, + 3.805, + 3612, + 3.805, + 3613, + 3.805, + 3614, + 3.805, + 3615, + 4.451, + 3616, + 5.279, + 3617, + 3.805, + 3618, + 8.143, + 3619, + 5.9, + 3620, + 5.654, + 3621, + 2.977, + 3622, + 3.805, + 3623, + 2.977, + 3624, + 3.805, + 3625, + 3.265, + 3626, + 3.265, + 3627, + 3.805, + 3628, + 6.987, + 3629, + 3.105, + 3630, + 3.479, + 3631, + 3.479, + 3632, + 3.105, + 3633, + 5.9, + 3634, + 8.143, + 3635, + 3.805, + 3636, + 3.805, + 3637, + 3.805, + 3638, + 2.87, + 3639, + 3.805, + 3640, + 3.805, + 3641, + 6.609, + 3642, + 3.805, + 3643, + 3.805, + 3644, + 3.805, + 3645, + 3.805, + 3646, + 3.14, + 3647, + 5.9, + 3648, + 3.105, + 3649, + 3.479, + 3650, + 3.265, + 3651, + 3.105, + 3652, + 3.805, + 3653, + 3.265, + 3654, + 3.805, + 3655, + 3.479, + 3656, + 3.805, + 3657, + 3.265, + 3658, + 3.479, + 3659, + 3.479, + 3660, + 3.105, + 3661, + 3.805, + 3662, + 3.805, + 3663, + 3.479, + 3664, + 3.805, + 3665, + 3.805, + 3666, + 3.805 ] ], [ - "type/manuals/physics-groups", + "type/manuals/file-access", [ 0, 0.731 ] ], [ - "data/manuals/physics-groups", + "data/manuals/file-access", [ - 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, + 1.589, + 8, + 3.25, + 9, + 2.179, + 18, + 1.073, + 20, + 1.295, + 38, + 0.958, + 42, + 1.167, + 46, + 1.55, + 57, + 0.822, + 59, + 0.98, + 60, + 1.787, + 62, + 2.138, + 72, + 2.138, + 79, + 0.885, + 99, + 1.031, + 100, + 1.205, + 106, + 1.151, + 113, + 2.087, + 116, + 2.5, + 126, + 1.275, + 148, + 1.77, + 150, + 1.626, + 153, + 2.363, + 158, + 1.878, + 169, + 0.956, + 174, + 2.619, + 201, + 1.939, + 229, + 1.582, + 231, + 4.533, + 236, + 3.218, + 256, + 1.948, + 260, + 2.908, + 273, + 1.586, + 282, + 3.182, + 332, + 3.242, + 353, + 3.435, + 390, + 2.706, + 411, + 3.334, + 452, + 1.868, + 472, + 2.96, + 496, + 2.989, + 524, + 2.151, + 577, + 2.519, + 614, + 2.519, + 615, + 5.183, + 634, + 2.538, + 645, + 3.78, + 659, + 4.921, + 691, + 2.64, 710, - 3.264, + 4.182, + 711, + 5.162, + 735, + 3.081, + 739, + 5.242, 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 + 3.559, + 809, + 3.61, + 839, + 4.846, + 860, + 4.372, + 874, + 3.294, + 891, + 2.179, + 892, + 5.512, + 893, + 5.512, + 894, + 4.59, + 895, + 5.366, + 898, + 2.281, + 901, + 3.728, + 906, + 5.874, + 916, + 4.692, + 918, + 4.139, + 939, + 3.182, + 972, + 4.142, + 975, + 3.081, + 996, + 3.255, + 1034, + 3.308, + 1043, + 2.776, + 1061, + 4.232, + 1064, + 3.148, + 1066, + 2.519, + 1067, + 2.819, + 1097, + 3.983, + 1103, + 5.684, + 1146, + 2.776, + 1224, + 3.081, + 1226, + 3.664, + 1269, + 3.559, + 1411, + 3.696, + 1440, + 3.911, + 1457, + 3.78, + 1546, + 3.334, + 1584, + 3.61, + 1662, + 2.825, + 1674, + 8.936, + 1692, + 5.512, + 1884, + 2.729, + 1979, + 5.252, + 2007, + 4.059, + 2089, + 3.61, + 2105, + 5.684, + 2182, + 3.294, + 2514, + 3.51, + 3342, + 3.983, + 3667, + 4.846, + 3668, + 5.242, + 3669, + 5.026, + 3670, + 5.242, + 3671, + 5.874, + 3672, + 7.04, + 3673, + 6.508, + 3674, + 6.508, + 3675, + 6.424, + 3676, + 6.424, + 3677, + 5.242, + 3678, + 6.424, + 3679, + 4.846, + 3680, + 5.242, + 3681, + 4.692 ] ], [ - "type/manuals/extensions-cocoapods", + "type/manuals/websocket-connections", [ 0, 0.731 ] ], [ - "data/manuals/extensions-cocoapods", + "data/manuals/websocket-connections", [ 0, - 0.962, + 1.214, 1, - 2.008, + 2.535, 2, - 1.988, + 2.509, 3, - 2.061, + 2.601, 4, - 2.061, + 2.601, 5, - 2.072, + 2.615, 6, - 2.072, + 2.615, 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.244 ] ], [ - "type/manuals/profiling", + "type/manuals/debugging-game-and-system-logs", [ 0, 0.731 ] ], [ - "data/manuals/profiling", + "data/manuals/debugging-game-and-system-logs", [ - 0, - 0.338, - 1, - 0.706, - 2, - 0.699, - 3, - 0.725, - 4, - 0.725, - 5, - 0.728, - 6, - 0.728, 7, - 1.507, + 1.55, 8, - 1.508, + 2.872, 9, - 0.984, + 1.859, 10, - 1.941, - 11, - 1.036, - 13, - 1.928, - 15, - 1.907, - 16, - 1.045, + 1.185, 18, - 1.529, - 22, - 2.508, - 23, - 1.847, - 26, - 0.74, - 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.127, + 20, + 1.191, + 38, + 0.609, 42, - 1.614, + 0.995, 44, - 1.831, + 2.289, 46, - 1.622, - 48, - 0.768, - 51, - 1.604, - 53, - 1.78, + 1.562, + 49, + 1.895, + 54, + 2.602, + 56, + 3.488, + 57, + 0.701, + 59, + 1.07, 60, - 3.292, - 62, - 1.284, + 1.525, 63, - 1.324, - 67, - 2.372, - 68, - 1.035, + 2.657, 70, - 0.62, - 71, - 1.833, - 72, - 1.091, - 74, - 0.949, - 77, - 1.35, - 83, - 1.163, + 2.308, + 79, + 0.966, 86, - 1.589, - 87, - 1.89, - 91, - 1.749, - 92, - 2.576, - 93, - 1.284, + 1.78, 99, - 1.667, + 1.067, 100, - 1.624, - 101, - 1.311, - 102, - 2.387, - 104, - 1.116, - 117, 1.028, + 105, + 2.199, + 106, + 0.982, + 107, + 1.852, + 111, + 2.289, + 113, + 1.796, 121, - 1.29, - 123, - 2.112, - 135, - 1.712, - 137, - 0.411, - 141, - 1.79, - 146, - 1.091, - 149, - 1.815, - 150, - 1.324, - 151, - 1.698, - 152, - 2.82, - 156, - 2.777, - 157, - 4.547, - 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, - 196, - 3.031, + 1.813, + 125, + 1.667, + 126, + 1.932, + 148, + 1.587, + 153, + 2.58, + 169, + 1.151, + 177, + 1.677, + 194, + 2.103, + 197, + 1.883, 198, - 1.905, - 224, - 2.46, - 234, - 0.84, - 237, - 1.968, - 244, - 2.397, - 247, - 0.829, + 2.651, + 201, + 1.231, + 206, + 3.749, + 207, + 1.824, + 208, + 4.282, + 229, + 2.007, + 239, + 2.411, + 240, + 1.559, 256, - 0.812, - 259, - 1.744, - 263, - 1.894, - 271, - 2.211, - 272, - 2.729, + 1.746, + 261, + 2.328, + 268, + 1.83, + 269, + 2.209, 273, - 1.775, - 277, - 0.93, - 290, - 1.588, - 291, - 1.567, - 294, - 2.564, - 295, - 1.367, - 297, - 2.677, - 298, - 1.082, - 300, - 1.45, - 302, - 1.036, - 316, - 2.036, - 317, - 1.036, - 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, - 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.602, - 567, - 1.624, - 573, - 3.061, - 576, - 1.284, - 578, - 5.476, - 583, - 0.993, - 587, - 3.558, - 590, - 0.913, - 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, + 333, + 1.559, + 380, + 1.946, + 382, + 1.972, + 452, + 1.593, + 456, 2.955, - 670, - 1.415, - 673, - 1.819, - 674, - 1.819, - 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, - 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, + 471, + 1.469, + 552, + 1.63, + 565, + 4.003, + 590, + 2.271, + 592, + 3.534, + 601, + 1.999, + 619, + 4.003, + 642, + 4.542, + 644, + 2.715, + 677, + 2.525, + 683, + 2.328, + 685, + 2.234, + 691, + 1.677, + 703, + 2.149, + 744, + 4.719, + 751, + 2.217, + 771, + 2.55, + 801, + 2.686, + 809, + 3.08, 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, - 1257, - 1.272, - 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, - 1471, - 1.907, - 1481, - 1.599, - 1485, - 3.441, - 1486, - 1.711, - 1488, - 1.551, - 1491, - 1.367, - 1496, - 2.16, - 1503, + 1.859, + 894, + 3.056, + 902, + 3.126, + 912, + 3.534, + 923, + 3.79, + 961, + 6.191, + 1146, + 2.368, + 1267, + 3.786, + 1284, + 3.534, + 1296, + 2.881, + 1337, + 5.779, + 1403, 2.602, - 1504, - 1.652, - 1505, - 1.744, + 1412, + 3.694, + 1440, + 3.337, 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, + 3.786, + 1596, + 2.916, + 1615, + 4.472, + 1629, + 2.455, + 1648, + 3.126, 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, + 3.402, + 1667, + 4.134, + 1668, + 4.703, + 1669, + 7.69, + 1769, + 3.564, + 1841, + 3.174, + 1884, + 3.807, + 1920, + 4.777, + 1933, + 2.916, + 1939, + 4.003, + 1961, + 4.708, + 1968, + 2.916, + 1989, + 4.411, + 1993, + 5.213, + 2024, + 2.478, + 2027, + 5.424, + 2029, + 4.003, + 2030, + 3.694, + 2054, + 3.126, + 2057, + 3.463, 2116, - 1.744, - 2117, - 1.488, - 2118, - 1.652, - 2172, - 1.551, + 3.126, + 2155, + 4.987, + 2158, + 3.694, 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, + 2.81, + 2389, + 3.174, + 2434, + 6.358, + 2441, + 2.88, + 2448, + 3.611, + 2566, + 3.611, + 2778, + 3.611, + 2930, + 4.703, + 2941, + 5.487, + 2942, + 5.012, + 2953, + 3.786, + 2959, + 6.636, + 2967, + 3.611, + 2971, + 4.134, + 2981, + 3.786, + 3008, + 4.703, + 3029, + 4.703, + 3030, + 4.472, + 3583, + 3.888, + 3600, + 6.311, + 3682, + 5.481, + 3683, + 10.266, + 3684, + 10.654, + 3685, + 5.012, + 3686, + 5.481, + 3687, + 5.481, + 3688, + 5.481, + 3689, + 5.481, + 3690, + 5.481, + 3691, + 3.786, + 3692, + 5.481, + 3693, + 6.62, + 3694, + 7.69, + 3695, + 4.003, + 3696, + 4.472, + 3697, + 8.195, + 3698, + 5.481, + 3699, + 5.481, + 3700, + 4.703 + ] + ], + [ + "type/manuals/project-settings", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/project-settings", + [ + 7, 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, - 3.914, - 3570, - 2.252, - 3596, - 3.569, - 3614, - 1.907, - 3752, - 2.524, - 3769, - 2.252, - 3846, - 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, + 3.12, + 10, + 2.095, + 12, + 4.94, + 18, + 1.122, + 20, + 1.138, 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, + 2.419, + 36, + 1.708, + 38, + 1.287, + 40, + 8.314, + 43, + 5.028, + 46, + 1.653, + 49, + 3.35, + 57, + 1.24, + 59, + 0.874, + 60, + 1.768, 77, - 1.482, + 2.007, 79, - 5.009, - 83, - 3.13, + 0.92, + 84, + 2.746, 86, - 1.572, + 2.781, + 90, + 1.515, + 91, + 3.539, 92, - 2.553, + 2.55, + 94, + 2.957, + 99, + 0.761, 100, - 4.373, - 117, - 2.768, - 137, - 1.556, - 145, - 5.606, - 146, - 2.936, - 151, - 1.362, + 1.193, + 102, + 2.852, + 103, + 1.463, + 107, + 1.209, + 109, + 2.368, + 113, + 1.273, + 125, + 1.933, + 126, + 2.148, + 142, + 1.89, + 144, + 3.339, + 148, + 1.304, + 150, + 1.609, 160, - 1.7, - 161, - 1.884, - 162, - 2.44, - 182, - 2.982, - 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, - 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, - 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, - 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 - ] - ], - [ - "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, - 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, + 1.868, + 169, + 0.946, + 174, + 2.591, + 175, + 2.771, + 201, + 1.925, + 202, + 2.064, + 216, + 3.384, + 241, + 1.361, + 260, + 2.887, 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, + 3.237, + 268, + 1.298, + 269, + 1.943, + 273, + 1.569, + 330, + 2.026, + 333, + 2.436, + 368, + 1.807, + 380, + 3.041, + 382, + 2.287, + 387, + 2.241, + 425, + 3.625, + 473, + 2.795, + 524, + 2.129, + 553, + 2.272, + 561, + 2.014, + 623, + 2.821, + 633, + 3.221, + 642, + 4.341, + 675, + 2.437, + 677, + 2.929, + 683, + 2.7, + 691, + 2.964, + 751, + 3.464, 793, - 5.04, - 795, - 5.76, - 802, - 4.009, + 4.508, + 809, + 3.571, 859, - 2.614, - 860, - 3.069, - 891, - 2.785, - 998, - 3.799, + 4.291, + 915, + 2.437, + 927, + 5.812, + 960, + 4.38, + 1066, + 2.492, + 1067, + 2.076, 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 + 4.794, + 1172, + 3.221, + 1213, + 4.794, + 1322, + 3.259, + 1332, + 2.57, + 1406, + 2.901, + 1421, + 3.869, + 1457, + 5.041, + 1465, + 3.818, + 1495, + 3.521, + 1543, + 3.74, + 1661, + 3.184, + 1812, + 4.284, + 2010, + 5.186, + 2095, + 3.803, + 2096, + 3.521, + 2164, + 4.677, + 2621, + 6.256, + 2684, + 3.74, + 3181, + 7.58, + 3217, + 6.989, + 3325, + 4.642, + 3701, + 6.356, + 3702, + 5.812, + 3703, + 6.356, + 3704, + 5.812, + 3705, + 5.812, + 3706, + 6.356, + 3707, + 6.356, + 3708, + 5.186, + 3709, + 4.642, + 3710, + 5.186, + 3711, + 6.356, + 3712, + 3.081, + 3713, + 3.74, + 3714, + 6.356, + 3715, + 5.812, + 3716, + 6.356, + 3717, + 5.186, + 3718, + 6.356, + 3719, + 6.356, + 3720, + 5.453, + 3721, + 5.453, + 3722, + 5.812 ] ], [ - "type/manuals/gui-box", + "type/manuals/spine", [ 0, 0.731 ] ], [ - "data/manuals/gui-box", + "data/manuals/spine", [ 0, - 0.951, + 1.217, 1, - 1.986, + 2.541, 2, - 1.966, + 2.515, 3, - 2.038, + 2.608, 4, - 2.038, + 2.608, 5, - 2.049, + 2.621, 6, - 2.049, - 7, - 1.478, - 8, - 1.248, - 9, - 0.829, - 11, - 1.046, - 12, - 4.079, - 14, - 5.363, - 16, - 0.701, - 21, - 1.993, - 22, - 1.762, - 23, - 2.11, - 30, - 1.109, - 33, - 1.297, - 35, - 2.308, - 40, - 5.539, - 41, - 3.103, - 42, - 2.326, - 47, - 3.613, - 68, - 1.762, - 71, - 2.002, - 77, - 2.128, - 93, - 4.966, - 94, - 2.685, - 119, - 3.57, - 141, - 1.556, - 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, - 993, - 5.857, - 1026, - 4.569, - 1137, - 7.031, - 1200, - 4.541, - 1257, - 3.577, - 1343, - 6.335, - 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.621 ] ], [ - "type/manuals/model", + "type/manuals/caching-assets", [ 0, 0.731 ] ], [ - "data/manuals/model", + "data/manuals/caching-assets", [ 0, - 0.472, + 0.727, 1, - 0.985, + 1.517, 2, - 0.975, + 1.502, 3, - 1.011, + 1.557, 4, - 1.011, + 1.557, 5, - 1.016, + 1.565, 6, - 1.016, + 1.565, 7, - 1.575, + 1.371, 8, - 1.354, - 9, - 0.961, + 1.659, 10, - 1.087, - 11, - 1.051, - 13, - 1.97, - 16, - 1.0, - 21, - 1.216, - 22, - 2.567, - 23, - 0.833, - 29, - 1.842, - 30, - 1.131, - 33, - 1.341, - 35, - 2.635, - 41, - 1.732, + 2.42, + 18, + 1.13, + 20, + 1.516, + 36, + 1.183, + 39, + 1.252, 42, - 2.329, - 44, - 4.05, - 48, - 1.657, - 50, - 4.259, - 51, - 1.944, + 1.919, + 46, + 1.437, 52, - 2.95, - 60, - 1.57, - 64, - 2.434, - 67, - 1.35, - 68, + 1.633, + 57, 1.352, - 70, - 1.338, - 71, - 2.004, - 72, - 2.878, - 74, - 1.175, + 59, + 0.909, + 76, + 4.348, 77, - 1.634, - 86, - 1.44, - 87, - 3.395, + 1.936, + 78, + 2.633, + 79, + 0.898, + 84, + 3.531, 90, - 3.841, + 1.414, 91, - 1.477, - 93, - 1.792, - 97, - 1.823, - 98, - 2.024, + 3.191, 99, - 1.703, - 102, - 2.153, - 104, - 1.558, + 0.938, + 100, + 1.533, + 103, + 1.882, + 106, + 1.464, + 107, + 2.011, 108, - 2.753, + 1.744, 111, - 1.29, - 117, - 2.219, - 119, - 1.228, - 121, - 1.089, - 133, - 2.733, - 137, - 1.394, - 141, - 1.459, - 151, - 1.718, - 152, - 2.749, - 157, - 2.05, + 3.414, + 113, + 1.637, + 122, + 1.847, + 126, + 1.622, + 148, + 1.677, + 150, + 2.069, 158, - 2.02, - 159, - 2.235, - 160, - 1.896, - 161, - 1.446, - 162, - 0.99, - 166, - 1.35, - 172, - 2.453, - 175, - 1.694, - 182, - 1.546, - 191, - 2.075, + 1.734, + 169, + 0.883, + 174, + 4.107, + 199, + 3.501, 201, - 2.077, - 218, - 1.477, - 221, - 4.343, - 226, - 2.105, - 227, - 1.999, + 1.333, 228, - 1.775, + 3.442, 229, - 1.694, - 230, - 2.024, - 234, - 2.216, + 2.002, + 231, + 3.066, + 241, + 2.157, 244, - 2.024, - 247, - 1.082, - 256, - 1.132, - 263, - 2.733, - 267, - 1.792, - 277, - 1.298, - 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, - 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, - 452, - 2.538, - 453, - 1.81, - 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, + 2.275, + 248, + 3.549, + 253, + 4.094, + 269, + 1.346, + 271, + 4.19, + 273, + 1.464, + 285, + 3.66, + 292, + 2.541, + 313, + 2.326, + 382, + 2.941, + 387, + 2.882, + 392, + 2.863, + 471, + 1.59, 510, - 3.305, - 512, - 4.286, + 2.179, 521, - 1.51, - 526, - 2.538, - 537, - 3.014, - 539, - 3.564, - 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, - 693, - 1.867, - 697, - 1.435, - 792, - 1.415, - 802, - 1.93, - 805, - 5.022, - 807, - 2.814, + 3.254, + 524, + 3.748, + 552, + 1.764, + 555, + 1.847, + 577, + 3.951, + 596, + 3.241, + 645, + 4.809, + 646, + 4.141, + 650, + 7.196, + 685, + 2.418, + 690, + 3.748, + 691, + 2.5, + 774, + 3.695, 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, - 890, - 1.952, - 891, - 1.341, - 895, - 2.484, - 899, - 2.197, - 944, - 2.231, - 945, - 2.434, - 954, - 2.05, + 4.348, + 898, + 2.106, + 901, + 4.354, + 902, + 4.661, + 905, + 4.809, + 910, + 3.156, + 939, + 5.544, 998, - 1.829, - 1020, - 3.764, - 1021, - 2.231, - 1044, - 1.775, - 1059, - 1.887, - 1069, - 2.814, - 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, - 2.024, - 1984, - 2.906, - 1990, - 2.077, - 2031, - 1.775, - 2038, - 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 + 4.733, + 1053, + 6.633, + 1089, + 5.384, + 1109, + 3.962, + 1216, + 3.156, + 1221, + 2.939, + 1283, + 4.465, + 1403, + 2.816, + 1498, + 4.098, + 1552, + 6.394, + 1770, + 4.975, + 1885, + 3.435, + 2075, + 3.549, + 2096, + 3.286, + 2142, + 3.908, + 2197, + 5.424, + 2335, + 3.825, + 2357, + 6.394, + 2517, + 7.6, + 2649, + 3.549, + 2954, + 3.998, + 2969, + 4.475, + 3105, + 9.687, + 3178, + 6.165, + 3180, + 7.012, + 3181, + 6.394, + 3268, + 6.668, + 3723, + 8.172, + 3724, + 4.84, + 3725, + 5.932, + 3726, + 4.84, + 3727, + 3.611, + 3728, + 5.932, + 3729, + 8.172, + 3730, + 5.09, + 3731, + 5.932, + 3732, + 5.932, + 3733, + 4.641, + 3734, + 5.424 ] ], [ - "type/manuals/libraries", + "type/manuals/property-animation", [ 0, 0.731 ] ], [ - "data/manuals/libraries", + "data/manuals/property-animation", [ - 11, - 0.87, + 7, + 1.629, + 18, + 1.078, 30, - 1.064, - 33, - 1.302, - 86, - 1.397, + 4.259, + 38, + 0.61, + 39, + 1.635, + 46, + 1.105, + 57, + 1.247, + 59, + 0.81, + 79, + 0.873, + 90, + 1.31, + 99, + 0.797, + 103, + 1.265, + 113, + 1.552, + 141, + 2.033, + 148, + 1.127, + 151, + 2.258, + 153, + 1.247, 160, - 1.754, + 2.278, + 169, + 0.818, + 194, + 1.003, + 201, + 1.235, + 207, + 1.829, + 226, + 1.529, + 250, + 2.993, + 263, + 2.317, + 288, + 2.962, + 304, + 3.543, + 330, + 4.023, + 333, + 3.588, + 342, + 2.461, + 371, + 2.887, + 380, + 2.751, + 399, + 3.898, + 453, + 3.183, + 524, + 3.264, + 561, + 1.742, + 590, + 2.277, + 793, + 3.605, + 796, + 4.014, + 898, + 2.751, + 910, + 2.924, + 931, + 1.505, + 1093, + 6.275, + 1144, + 3.134, + 1207, + 6.555, + 1217, + 4.145, + 1224, + 2.636, + 1648, + 3.134, + 1792, + 5.025, + 1793, + 3.543, + 1804, + 2.636, + 2051, + 5.845, + 2616, + 4.014, + 2676, + 4.484, + 2837, + 3.473, + 3087, + 3.543, + 3251, + 4.484, + 3485, + 4.299, + 3735, + 5.025, + 3736, + 5.025, + 3737, + 5.025, + 3738, + 5.025, + 3739, + 5.025, + 3740, + 5.025, + 3741, + 5.025, + 3742, + 5.025, + 3743, + 5.025, + 3744, + 5.025, + 3745, + 5.025, + 3746, + 5.025, + 3747, + 5.025, + 3748, + 5.025, + 3749, + 5.025, + 3750, + 4.715, + 3751, + 5.025, + 3752, + 5.025, + 3753, + 5.025, + 3754, + 5.025, + 3755, + 5.025, + 3756, + 5.025, + 3757, + 5.025, + 3758, + 5.025, + 3759, + 5.025, + 3760, + 5.025, + 3761, + 5.025, + 3762, + 5.025, + 3763, + 5.025, + 3764, + 5.025, + 3765, + 5.025, + 3766, + 5.025, + 3767, + 5.025, + 3768, + 5.025, + 3769, + 5.025, + 3770, + 5.025, + 3771, + 5.025, + 3772, + 5.025, + 3773, + 5.025, + 3774, + 5.025, + 3775, + 5.025, + 3776, + 6.77, + 3777, + 4.715, + 3778, + 5.025, + 3779, + 4.299, + 3780, + 4.299, + 3781, + 6.649, + 3782, + 5.495, + 3783, + 6.649, + 3784, + 4.145, + 3785, + 7.748, + 3786, + 5.495, + 3787, + 4.014 + ] + ], + [ + "type/manuals/microsoft-xbox", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/microsoft-xbox", + [ + 7, + 1.151, + 18, + 0.828, + 20, + 1.219, + 38, + 1.019, + 42, + 2.085, + 59, + 0.828, + 99, + 0.959, + 140, + 4.226, + 241, + 1.964, 273, - 3.811, - 338, - 5.021, - 391, - 3.343, - 694, - 4.346, - 858, - 3.104, - 4145, - 7.991 + 2.264, + 454, + 3.652, + 510, + 3.369, + 614, + 4.502, + 731, + 9.876, + 902, + 5.231, + 948, + 3.624, + 998, + 5.312, + 1336, + 7.484, + 2300, + 6.336, + 2335, + 5.914, + 2437, + 7.484, + 3361, + 7.484, + 3727, + 5.584, + 3788, + 12.251, + 3789, + 7.87, + 3790, + 7.87, + 3791, + 9.172, + 3792, + 7.87, + 3793, + 8.387, + 3794, + 7.87, + 3795, + 7.484 ] ], [ - "type/manuals/bob", + "type/manuals/nintendo-switch", [ 0, 0.731 ] ], [ - "data/manuals/bob", + "data/manuals/nintendo-switch", [ 0, - 0.304, + 0.857, 1, - 0.635, + 1.789, 2, - 0.628, + 1.771, 3, - 0.651, + 1.836, 4, - 0.651, + 1.836, 5, - 0.655, + 1.845, 6, - 0.655, + 1.845, 7, - 1.527, - 8, - 1.325, - 9, - 0.919, + 1.526, 10, - 0.762, - 11, - 1.028, - 15, - 1.715, - 16, - 0.984, + 1.512, 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, - 39, - 0.981, + 1.09, + 20, + 1.213, + 38, + 1.196, 42, - 0.592, - 48, - 1.162, - 51, - 0.783, - 54, - 1.112, - 56, - 1.761, + 2.029, + 46, + 1.302, + 49, + 2.418, + 57, + 1.168, 59, - 1.773, - 67, - 1.893, - 68, - 1.604, - 70, - 1.588, - 71, - 0.856, - 72, - 0.981, - 74, - 0.904, + 0.631, + 76, + 3.721, 77, - 1.527, - 80, - 1.924, - 83, - 1.045, - 86, - 1.348, - 101, - 1.178, - 102, - 2.089, + 1.89, + 79, + 0.594, + 99, + 1.062, + 103, + 2.101, + 105, + 2.806, 106, - 0.981, - 110, - 0.826, - 111, - 1.398, - 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, - 196, - 2.149, + 1.253, + 113, + 1.829, + 148, + 1.435, + 153, + 2.685, + 158, + 2.97, + 169, + 1.512, + 194, + 1.276, 198, - 1.364, - 203, - 1.568, - 217, - 2.542, - 224, - 1.487, - 229, - 3.911, - 234, - 0.755, - 237, - 1.968, - 247, - 1.716, - 258, - 1.942, - 263, - 1.977, - 265, - 2.962, - 267, - 2.514, + 1.905, + 201, + 1.571, + 241, + 1.954, + 260, + 2.357, + 269, + 2.305, + 271, + 3.586, 273, - 2.103, - 283, - 3.88, - 289, - 1.568, - 291, - 1.434, - 298, - 1.637, - 300, - 0.531, - 302, - 2.377, - 306, - 3.321, + 2.253, + 292, + 4.613, 313, - 2.167, - 316, - 1.256, - 318, - 3.746, - 320, + 2.742, + 380, + 2.483, + 392, + 3.198, + 452, + 2.653, + 454, + 4.288, + 457, + 2.483, + 489, + 3.254, + 521, + 2.434, + 537, + 3.988, + 552, 2.714, - 348, - 1.673, - 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, - 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, - 590, - 1.787, - 594, - 1.716, - 599, - 1.178, - 605, - 3.129, - 611, - 3.137, 614, - 1.568, - 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, + 3.579, + 673, + 4.05, + 679, + 3.132, + 683, + 2.97, + 685, + 2.851, + 735, + 3.355, 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, - 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, - 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, - 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, + 4.509, + 809, + 5.129, + 895, + 5.74, + 902, + 5.794, + 910, + 4.856, + 932, + 4.961, + 934, + 4.961, + 941, + 3.579, + 1047, + 3.32, + 1059, + 5.706, + 1063, + 4.961, + 1067, + 2.285, + 1104, + 3.536, + 1146, + 3.022, + 1629, + 3.132, + 1681, + 2.996, + 1767, + 4.115, + 2006, + 3.674, 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, - 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, + 9.515, + 2013, + 8.061, 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, - 4004, - 4.076, - 4007, - 1.635, - 4009, - 2.13, - 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.714, + 3014, + 5.471, + 3205, + 6.001, + 3415, + 3.821, + 3491, + 5.706, + 3792, + 6.001, + 3794, + 7.831, + 3796, + 6.395, + 3797, + 4.509, + 3798, + 6.993, + 3799, + 6.001, + 3800, + 6.395, + 3801, + 6.395 ] ], [ - "type/manuals/debugging-native-code-android", + "type/manuals/sprite", [ 0, 0.731 ] ], [ - "data/manuals/debugging-native-code-android", + "data/manuals/sprite", [ 0, - 0.709, + 0.876, 1, - 1.48, + 0.957, 2, - 1.465, + 0.947, 3, - 1.519, + 0.982, 4, - 1.519, + 0.982, 5, - 1.527, + 0.987, 6, - 1.527, + 0.987, 7, 1.589, 8, - 0.74, + 1.629, 9, - 0.944, - 11, - 0.962, - 16, - 0.725, - 21, - 1.64, - 22, - 2.522, - 23, - 1.737, - 27, - 3.657, + 1.975, + 10, + 1.89, + 18, + 1.142, + 20, + 1.395, + 24, + 2.364, 28, - 2.852, - 30, - 1.128, - 32, - 1.756, - 33, - 1.392, - 35, - 1.721, - 41, - 1.682, - 51, - 1.086, + 1.813, + 36, + 1.846, + 38, + 0.971, + 42, + 0.679, + 46, + 1.525, + 49, + 1.293, 55, - 3.998, + 2.793, + 57, + 1.368, 59, - 2.458, - 67, - 2.815, - 70, - 1.3, - 71, - 1.187, - 73, - 2.523, - 74, - 1.163, + 1.005, + 60, + 1.041, + 75, + 2.561, 77, - 1.154, - 86, - 1.586, + 1.206, + 79, + 0.964, + 84, + 2.516, + 90, + 2.502, + 91, + 1.277, 92, - 1.988, - 94, - 3.447, - 110, - 1.926, + 3.715, + 96, + 2.771, + 99, + 1.042, + 100, + 1.737, + 101, + 5.088, + 102, + 1.489, + 103, + 1.646, + 104, + 2.951, + 105, + 2.336, + 106, + 1.043, + 107, + 0.712, + 108, + 1.1, 111, - 2.691, - 137, - 0.861, - 140, - 2.667, - 141, - 1.61, - 149, - 2.873, + 1.562, + 113, + 1.937, + 117, + 2.201, + 122, + 2.226, + 124, + 3.517, + 126, + 1.918, + 132, + 3.321, + 134, + 2.732, + 142, + 2.399, + 147, + 4.207, + 148, + 2.106, + 150, + 1.81, 151, - 1.061, + 2.393, 152, - 2.513, + 2.412, 153, - 3.901, - 160, - 1.037, - 181, - 2.34, - 223, - 3.206, - 234, - 1.76, - 247, - 1.051, - 263, - 2.789, + 1.984, + 154, + 2.364, + 155, + 2.364, + 156, + 4.207, + 158, + 1.093, + 168, + 1.965, + 169, + 0.556, + 170, + 1.434, + 174, + 2.914, + 175, + 3.116, + 185, + 4.698, + 186, + 4.14, + 196, + 2.79, + 198, + 1.019, + 207, + 1.245, + 210, + 2.355, + 211, + 1.675, + 212, + 1.74, + 215, + 5.259, + 229, + 1.603, + 240, + 2.294, + 241, + 1.728, + 250, + 1.445, + 251, + 1.723, + 256, + 2.09, + 257, + 2.3, + 259, + 2.653, + 268, + 1.973, + 269, + 1.831, + 270, + 2.732, + 273, + 0.923, + 290, + 3.402, + 291, + 2.166, + 292, + 1.602, 297, - 2.516, + 2.653, + 298, + 3.679, + 299, + 3.42, 300, - 1.72, + 2.072, + 301, + 2.822, + 306, + 1.645, + 311, + 2.412, + 314, + 2.016, + 318, + 2.926, 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, + 2.238, + 344, + 4.352, + 345, + 1.813, + 353, + 1.489, + 371, + 1.965, + 373, + 2.277, + 374, + 2.412, + 380, + 1.328, + 381, + 2.319, + 382, + 1.346, + 452, + 1.693, + 454, + 2.318, + 457, + 2.067, + 471, + 1.003, + 496, + 1.74, + 500, + 2.608, + 509, + 1.941, + 515, + 2.319, + 521, + 2.026, + 523, + 1.941, + 534, + 1.758, + 555, + 1.165, + 556, + 1.537, + 561, + 1.185, 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, + 3.027, + 577, + 1.467, + 595, + 3.139, + 598, + 2.412, + 629, + 1.125, + 634, + 1.478, + 674, + 2.917, + 675, + 1.434, + 683, + 3.036, + 688, + 2.653, + 689, + 1.675, + 691, + 1.781, + 692, + 1.403, + 703, + 2.803, + 724, + 2.238, + 750, + 1.813, + 751, + 1.513, + 773, + 1.355, + 786, + 2.166, + 793, + 1.74, + 801, + 2.853, + 811, + 1.853, + 856, + 1.501, + 857, + 3.321, 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 + 1.269, + 898, + 1.328, + 901, + 1.616, + 914, + 1.562, + 935, + 3.542, + 941, + 1.467, + 943, + 4.022, + 951, + 2.201, + 959, + 1.99, + 963, + 2.044, + 978, + 1.478, + 979, + 5.303, + 981, + 4.352, + 987, + 1.99, + 999, + 1.723, + 1019, + 2.2, + 1029, + 1.813, + 1034, + 2.233, + 1052, + 1.965, + 1131, + 1.853, + 1144, + 2.133, + 1153, + 3.792, + 1157, + 1.965, + 1195, + 3.052, + 1196, + 3.052, + 1202, + 1.776, + 1220, + 2.319, + 1223, + 2.521, + 1228, + 5.759, + 1253, + 4.534, + 1254, + 3.372, + 1255, + 2.584, + 1256, + 2.319, + 1257, + 2.319, + 1258, + 2.464, + 1259, + 2.364, + 1260, + 2.201, + 1261, + 2.238, + 1288, + 3.052, + 1332, + 2.355, + 1343, + 2.072, + 1354, + 2.732, + 1471, + 1.853, + 1498, + 2.584, + 1541, + 2.016, + 1774, + 2.951, + 1874, + 2.201, + 1879, + 2.951, + 1885, + 3.372, + 1942, + 2.102, + 1964, + 3.42, + 1965, + 3.42, + 2129, + 4.555, + 2158, + 2.521, + 2220, + 2.238, + 2261, + 3.272, + 2317, + 5.221, + 2323, + 3.272, + 2382, + 3.61, + 2440, + 1.813, + 2493, + 2.926, + 2558, + 2.584, + 2580, + 2.822, + 2621, + 6.385, + 2667, + 5.221, + 2686, + 2.822, + 2690, + 2.166, + 2850, + 4.392, + 2851, + 2.822, + 2872, + 2.653, + 2875, + 2.277, + 2896, + 4.996, + 2908, + 4.022, + 3078, + 2.926, + 3350, + 3.209, + 3476, + 2.584, + 3484, + 3.209, + 3802, + 2.732, + 3803, + 4.996, + 3804, + 3.74, + 3805, + 4.996, + 3806, + 3.42, + 3807, + 3.42, + 3808, + 3.209, + 3809, + 3.924, + 3810, + 2.464, + 3811, + 2.926, + 3812, + 3.052, + 3813, + 3.052, + 3814, + 3.74, + 3815, + 5.822, + 3816, + 4.751, + 3817, + 3.74, + 3818, + 3.74, + 3819, + 3.74, + 3820, + 3.74, + 3821, + 3.74, + 3822, + 3.74, + 3823, + 3.74, + 3824, + 3.74, + 3825, + 3.74, + 3826, + 3.74, + 3827, + 3.74, + 3828, + 3.74, + 3829, + 3.74, + 3830, + 3.052, + 3831, + 3.74 ] ], [ - "type/manuals/writing-code", + "type/manuals/physics", [ 0, 0.731 ] ], [ - "data/manuals/writing-code", + "data/manuals/physics", [ 0, - 0.535, + 0.749, 1, - 1.118, + 1.019, 2, - 1.993, + 1.008, 3, - 1.147, + 1.045, 4, - 1.147, + 1.045, 5, - 1.153, + 1.051, 6, - 1.153, + 1.051, 7, - 1.568, + 1.504, 8, - 1.199, + 1.71, 9, - 0.867, + 1.351, 10, - 1.197, + 0.861, 11, - 1.043, + 2.695, 12, - 3.446, - 13, - 1.445, - 16, - 1.003, + 1.818, + 18, + 1.112, + 20, + 1.483, 22, - 2.383, - 23, - 1.418, - 25, - 2.492, - 29, - 1.966, - 30, - 1.109, - 32, - 1.665, - 33, - 1.163, - 34, - 2.492, + 1.637, + 24, + 2.517, + 27, + 2.306, + 31, + 2.306, + 36, + 1.663, + 38, + 1.162, + 42, + 0.723, 46, - 1.216, - 48, - 1.216, + 1.572, 52, - 2.183, - 54, - 2.937, + 1.096, + 56, + 1.55, + 57, + 1.428, + 59, + 0.995, 60, - 2.673, - 64, - 2.762, - 68, - 1.786, + 1.108, + 69, + 3.495, 70, - 1.474, - 71, - 1.615, - 74, - 1.264, + 1.677, + 75, + 2.688, 77, - 0.871, + 1.967, + 78, + 3.702, + 79, + 1.014, 86, - 1.561, - 87, - 1.81, - 91, - 3.018, - 97, - 1.337, + 1.984, + 92, + 1.598, + 96, + 1.262, + 99, + 1.068, + 100, + 1.565, 102, - 3.45, - 112, - 2.762, - 137, - 1.519, - 141, - 1.314, - 151, - 1.604, - 152, - 1.19, - 156, - 5.326, - 160, - 1.763, - 161, - 0.867, - 162, - 1.124, - 187, - 3.019, - 191, - 2.585, - 224, - 1.203, - 234, - 1.329, - 237, - 1.812, + 1.563, + 103, + 1.921, + 105, + 1.598, + 106, + 1.494, + 107, + 2.032, + 108, + 2.452, + 109, + 1.484, + 113, + 1.225, + 121, + 2.021, + 122, + 2.316, + 126, + 1.885, + 132, + 2.866, + 138, + 3.25, + 143, + 1.931, + 148, + 2.093, + 150, + 1.008, + 153, + 2.155, + 165, + 1.139, + 167, + 1.611, + 169, + 1.518, + 194, + 1.733, + 195, + 2.306, + 196, + 2.113, + 198, + 1.085, + 200, + 3.721, + 201, + 1.874, + 207, + 1.325, + 210, + 1.611, + 211, + 1.784, + 229, + 1.363, + 230, + 2.589, + 240, + 1.738, 244, - 2.296, - 247, - 2.104, - 248, - 1.976, + 1.527, 256, - 1.285, + 1.883, + 257, + 1.574, + 260, + 1.342, + 261, + 1.692, 263, - 2.202, - 267, - 2.033, - 270, - 2.325, + 1.191, + 265, + 2.624, + 268, + 1.248, 273, - 1.701, - 277, - 1.473, - 282, - 2.296, - 288, - 1.701, - 290, - 2.283, - 291, - 2.253, - 298, - 2.572, - 300, - 1.686, - 302, - 3.517, - 316, - 2.631, - 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.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, + 1.509, + 294, + 3.486, + 305, + 2.306, + 314, + 4.009, + 333, + 1.738, + 362, + 2.684, + 368, + 2.115, + 379, + 5.013, + 387, + 1.405, + 395, + 3.116, + 425, + 3.486, + 433, + 1.623, + 434, + 1.853, + 441, + 1.995, + 452, + 1.158, + 457, + 1.414, + 467, + 2.624, + 471, + 1.067, + 473, + 1.752, + 474, + 2.909, + 497, + 2.042, + 511, + 2.119, + 513, + 3.172, 521, - 1.714, + 1.386, + 523, + 3.172, 547, - 2.34, + 2.344, + 552, + 3.175, 553, - 3.685, - 554, - 1.445, + 1.423, 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, - 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, + 1.24, + 561, + 1.262, + 568, + 2.238, + 570, + 4.336, + 573, + 1.494, + 574, + 1.91, + 577, + 1.562, + 579, + 1.995, + 598, + 2.568, + 603, + 1.663, + 629, + 1.838, + 636, + 1.527, + 674, + 1.995, + 685, + 2.491, + 691, + 1.218, + 692, + 2.293, + 704, + 3.941, + 705, + 2.624, + 710, + 3.605, + 717, + 2.344, + 718, + 2.751, + 751, + 3.373, + 778, + 3.417, + 796, + 2.909, + 807, + 2.306, + 832, + 1.91, + 857, + 2.271, 859, - 2.142, - 860, - 2.515, - 882, - 4.188, - 884, - 2.456, - 891, - 4.155, - 892, - 2.531, - 901, - 2.268, - 933, - 2.492, - 948, - 1.652, - 969, - 2.096, + 1.995, + 898, + 2.962, + 914, + 2.553, + 917, + 3.362, + 918, + 1.91, + 921, + 2.568, + 924, + 1.891, + 931, + 2.707, + 954, + 3.116, + 962, + 5.397, + 963, + 3.339, + 975, + 1.91, + 978, + 1.574, + 987, + 2.119, + 1000, + 4.336, + 1002, + 5.891, + 1007, + 3.862, + 1008, + 2.825, + 1010, + 3.056, 1011, - 1.994, - 1029, - 3.566, + 2.568, + 1012, + 3.25, 1040, - 5.763, - 1042, - 2.296, - 1043, - 3.1, - 1054, - 2.531, - 1059, - 2.141, - 1107, - 4.241, - 1173, - 2.014, - 1182, - 5.351, - 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, - 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, - 3.419, - 3094, - 3.75, - 3123, - 3.996, - 3172, - 3.566, - 3445, - 3.297, - 3560, - 3.1, - 3584, - 3.996, - 3598, - 3.566, - 3712, - 3.996, - 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 - ] - ], - [ - "type/manuals/design", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/design", - [ - 7, - 0.859, - 8, - 1.366, - 9, - 0.854, - 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, - 41, - 1.99, - 51, - 1.284, - 71, - 1.404, - 74, - 1.232, - 86, - 1.434, - 87, - 2.835, - 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, - 247, - 1.634, - 277, - 2.307, - 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, - 547, - 2.035, - 606, - 3.846, - 633, - 2.367, - 654, - 3.583, - 700, - 3.123, - 714, - 2.704, - 732, - 4.999, - 738, - 3.964, - 776, - 3.037, - 808, - 2.43, - 811, - 2.883, - 815, - 3.509, - 827, - 2.605, - 868, - 4.728, - 889, - 2.684, - 891, - 2.382, - 901, - 3.552, - 940, - 4.509, - 1042, - 3.596, - 1043, - 4.855, - 1044, - 4.633, - 1071, - 4.855, - 1074, - 3.468, - 1078, - 2.859, - 1119, - 5.873, + 2.383, + 1051, + 2.825, + 1067, + 1.301, + 1128, + 3.417, + 1153, + 1.872, + 1158, + 3.844, 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, + 2.383, + 1165, + 7.749, + 1180, + 2.176, + 1188, + 1.951, + 1192, + 2.469, + 1206, + 2.825, + 1220, + 2.469, + 1235, + 2.568, + 1290, + 3.116, + 1302, + 4.464, + 1312, + 2.909, + 1332, + 1.611, + 1376, + 2.909, + 1378, + 2.425, + 1386, + 4.464, + 1486, + 4.336, + 1493, + 2.751, + 1497, + 3.116, + 1546, + 2.067, + 1558, + 2.469, + 1602, + 2.995, + 1621, + 2.018, + 1628, + 3.456, + 1637, + 3.941, + 1650, + 2.383, + 1672, + 2.147, + 1682, + 2.517, + 1689, + 4.336, + 1807, + 1.91, + 1866, + 4.242, 1884, - 5.873, - 1930, - 3.552, - 1954, - 4.999, - 2019, - 5.584, - 2204, - 4.095, - 2222, - 4.999, - 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, + 2.596, + 1886, + 3.004, + 1889, + 3.721, + 1892, + 4.61, + 2006, + 2.092, + 2051, + 5.61, + 2060, + 3.004, + 2084, + 2.568, + 2093, + 3.004, + 2156, + 2.425, + 2220, + 4.45, + 2226, + 3.862, + 2236, + 4.611, + 2262, + 3.116, + 2298, + 3.004, + 2310, + 2.909, + 2314, + 4.781, + 2359, + 3.004, + 2448, + 2.624, + 2519, + 3.004, + 2632, + 3.25, + 2639, + 3.25, + 2675, + 3.25, + 2777, + 3.004, + 2871, + 2.271, + 2933, + 3.25, + 2935, + 3.417, + 3074, + 2.751, + 3144, + 2.684, + 3200, + 2.909, + 3369, + 3.642, + 3486, + 2.751, + 3832, + 3.983, + 3833, + 3.25, + 3834, + 3.983, 3835, - 5.354, + 5.589, + 3836, + 3.983, + 3837, + 3.983, + 3838, + 2.909, + 3839, + 3.417, + 3840, + 3.642, + 3841, + 3.25, + 3842, + 3.983, + 3843, + 3.983, 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 + 3.983, + 3845, + 3.004, + 3846, + 8.228, + 3847, + 3.417, + 3848, + 3.983, + 3849, + 3.983, + 3850, + 3.004, + 3851, + 3.417, + 3852, + 3.983, + 3853, + 3.25, + 3854, + 3.004, + 3855, + 3.642, + 3856, + 3.116, + 3857, + 3.642, + 3858, + 3.983, + 3859, + 5.589, + 3860, + 3.983, + 3861, + 3.004, + 3862, + 3.417, + 3863, + 3.642, + 3864, + 3.116, + 3865, + 3.25, + 3866, + 3.25 ] ], [ - "type/manuals/extensions-debugging", + "type/manuals/gui-spine", [ 0, 0.731 ] ], [ - "data/manuals/extensions-debugging", + "data/manuals/gui-spine", [ 0, - 1.205, + 1.214, 1, - 2.517, + 2.535, 2, - 2.491, + 2.509, 3, - 2.583, + 2.601, 4, - 2.583, + 2.601, 5, - 2.596, + 2.615, 6, - 2.596, + 2.615, 7, - 1.235, - 11, - 0.874, - 12, - 5.17, - 316, - 2.959 + 1.244 ] ], [ - "type/manuals/tilemap", + "type/manuals/font", [ 0, 0.731 ] ], [ - "data/manuals/tilemap", + "data/manuals/font", [ - 0, - 0.503, - 1, - 1.049, - 2, - 1.039, - 3, - 1.077, - 4, - 1.077, - 5, - 1.083, - 6, - 1.083, 7, - 1.575, + 1.497, 8, - 1.278, - 9, - 1.042, + 1.96, 10, - 1.753, + 1.514, 11, - 1.086, - 12, - 2.156, - 13, - 1.357, - 16, - 1.042, - 21, - 0.838, + 1.313, + 18, + 1.133, + 20, + 1.523, 22, - 2.394, - 24, - 1.872, - 29, - 2.419, + 2.334, + 23, + 2.568, 30, - 1.123, - 32, - 1.441, - 33, - 1.007, - 35, - 2.252, - 41, - 1.193, + 1.379, + 36, + 1.581, + 38, + 1.015, + 39, + 0.765, 42, - 0.978, - 44, - 3.855, - 48, - 2.78, + 1.564, + 46, + 1.594, 50, - 3.302, - 51, - 1.173, + 3.147, + 52, + 0.997, + 56, + 1.41, + 57, + 1.415, + 59, + 0.998, + 62, + 1.206, 70, - 1.702, - 71, - 2.165, + 1.526, 72, - 2.47, - 73, - 2.726, - 74, - 1.013, + 1.89, + 76, + 1.928, 77, - 1.818, - 82, - 2.544, - 83, - 2.633, - 86, - 1.469, - 87, - 2.59, + 1.784, + 78, + 1.608, + 79, + 1.006, + 88, + 3.727, + 89, + 3.827, 90, - 2.646, + 1.89, 91, - 2.398, - 93, - 1.909, - 94, - 1.419, - 96, - 3.679, - 98, - 2.156, + 1.237, + 99, + 1.059, + 100, + 1.488, 101, - 1.948, + 1.757, 102, - 1.213, - 108, - 2.363, + 1.453, + 103, + 2.104, + 104, + 2.878, + 105, + 1.454, + 106, + 1.863, + 107, + 1.333, 110, - 2.081, - 111, - 1.374, - 117, - 1.529, - 121, - 1.768, - 123, - 3.069, + 1.432, + 113, + 1.831, + 116, + 2.726, + 122, + 2.469, 125, - 2.529, - 127, - 2.612, - 137, - 1.26, - 141, - 1.518, + 1.102, + 126, + 1.813, + 132, + 3.282, + 140, + 1.67, + 143, + 1.757, + 147, + 2.132, + 148, + 1.874, 151, - 1.146, - 152, - 2.307, + 2.334, + 153, + 1.799, + 157, + 6.854, 159, - 2.346, - 160, - 1.12, - 161, - 1.241, - 162, - 1.055, - 172, - 2.096, + 6.905, + 169, + 0.845, + 174, + 1.477, 175, - 1.805, - 181, - 1.659, - 191, - 1.918, - 218, - 1.573, - 227, - 3.245, + 2.476, + 177, + 1.109, + 185, + 4.648, + 196, + 1.253, + 197, + 1.951, + 198, + 0.987, + 201, + 1.574, + 212, + 1.686, + 216, + 2.768, + 226, + 1.949, 228, - 2.881, + 2.392, 229, - 3.726, + 1.284, 230, - 4.451, - 237, - 0.945, + 1.977, + 231, + 2.976, + 236, + 1.815, + 239, + 1.594, + 241, + 0.776, + 244, + 2.178, + 249, + 1.738, 256, - 1.838, - 263, - 2.688, - 267, - 1.909, - 278, - 2.318, - 291, + 1.582, + 260, + 2.361, + 268, + 0.74, + 269, + 2.307, + 273, + 1.729, + 274, + 4.667, + 280, + 1.421, + 282, + 1.795, + 288, + 1.953, + 290, 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, + 292, + 1.552, 320, - 4.28, - 339, - 1.539, - 341, - 7.817, - 343, - 1.778, - 355, - 2.656, - 364, - 1.659, - 367, - 6.852, + 2.168, + 328, + 3.398, + 332, + 1.89, + 345, + 1.757, + 353, + 2.262, 368, - 6.196, - 369, - 2.685, - 374, - 5.102, + 2.449, + 380, + 2.017, + 382, + 1.304, 384, - 1.743, - 390, - 2.703, - 391, - 1.401, - 402, - 1.773, - 407, - 1.889, - 428, - 2.055, - 432, - 4.107, - 440, - 2.01, - 441, - 1.428, - 449, - 2.593, - 466, - 1.585, - 469, - 1.573, - 478, - 1.714, - 481, + 2.571, + 387, + 2.471, + 392, + 1.27, + 404, + 3.589, + 412, + 2.442, + 429, + 2.753, + 434, + 1.686, + 457, + 1.287, + 463, + 2.442, + 471, + 1.878, + 472, + 1.67, + 473, + 1.594, + 475, + 2.957, + 479, + 1.36, + 488, + 5.443, + 500, + 1.322, + 510, + 1.331, + 521, + 2.438, + 522, + 3.47, + 524, + 1.214, + 552, + 1.689, + 554, + 2.131, + 561, + 1.148, + 574, + 1.738, + 577, + 1.421, + 595, + 1.953, + 603, + 1.514, + 608, + 1.795, + 614, + 2.227, + 622, + 1.757, + 629, + 1.09, + 648, + 1.757, + 649, + 2.168, + 674, + 1.815, + 683, 1.539, - 507, - 2.834, - 512, - 4.458, - 548, - 4.641, - 569, - 1.186, - 590, - 1.357, - 633, - 1.419, - 634, - 2.455, - 636, - 1.7, - 666, - 1.609, - 680, - 2.47, - 803, - 2.34, - 805, - 4.658, - 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, - 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, - 2.498, - 1815, - 2.765, - 1821, - 2.775, - 1822, - 1.518, + 685, + 1.477, + 688, + 2.571, + 691, + 1.109, + 695, + 1.638, + 750, + 3.844, + 754, + 2.168, + 771, + 1.686, + 773, + 3.121, + 786, + 2.099, + 815, + 2.246, + 883, + 2.733, + 885, + 2.206, + 891, + 3.099, + 901, + 1.566, + 910, + 1.928, + 923, + 1.776, + 935, + 1.795, + 936, + 4.615, + 941, + 1.421, + 949, + 3.109, + 963, + 1.98, + 965, + 8.488, + 966, + 6.805, + 967, + 4.874, + 968, + 3.109, + 969, + 4.828, + 970, + 3.109, + 971, + 3.109, + 972, + 2.337, + 973, + 2.733, + 974, + 3.109, + 975, + 1.738, + 978, + 1.432, + 993, + 2.036, + 999, + 1.67, + 1093, + 2.132, + 1107, + 1.795, + 1150, + 2.036, + 1157, + 1.904, + 1186, + 1.776, + 1217, + 2.733, + 1224, + 1.738, + 1289, + 2.246, + 1296, + 2.116, + 1323, + 1.514, + 1324, + 1.88, + 1342, + 2.957, + 1375, + 2.647, + 1382, + 2.007, + 1403, + 1.72, + 1432, + 3.192, + 1507, + 3.521, + 1541, + 1.953, + 1572, + 3.109, + 1592, + 2.571, + 1596, + 1.928, + 1651, + 3.398, + 1672, + 1.953, + 1696, + 2.206, + 1769, + 1.67, + 1804, + 1.738, + 1807, + 1.738, + 1813, + 4.03, + 1864, + 2.387, + 1874, + 2.132, + 1879, + 4.63, + 1893, + 4.191, + 1908, + 1.638, + 1928, + 1.953, 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, - 2509, - 2.498, - 2550, - 3.951, - 2875, - 3.752, - 3225, - 2.834, - 3226, - 2.544, - 3227, - 2.703, - 3238, - 2.997, - 3812, - 5.927, - 4137, - 3.348, - 4138, - 3.348, - 4334, - 6.927, - 4335, - 4.567, - 4336, - 10.552, - 4337, - 5.717, - 4338, - 6.252, - 4339, - 6.252, - 4340, - 4.103, - 4341, - 4.103, - 4342, - 3.348, - 4343, - 5.365, - 4344, - 3.752, - 4345, - 6.252, - 4346, - 5.717, - 4347, - 3.752, - 4348, - 3.752, - 4349, - 3.752, - 4350, - 3.21 + 2.984, + 1933, + 4.583, + 1966, + 2.442, + 1989, + 3.995, + 1999, + 3.147, + 2131, + 2.647, + 2136, + 2.387, + 2148, + 2.957, + 2164, + 2.454, + 2236, + 4.916, + 2383, + 2.246, + 2440, + 1.757, + 2488, + 2.957, + 2507, + 2.168, + 2554, + 2.168, + 2597, + 4.149, + 2622, + 2.835, + 2633, + 1.858, + 2647, + 2.647, + 2780, + 2.246, + 2871, + 3.239, + 2952, + 1.953, + 3071, + 3.828, + 3105, + 8.549, + 3178, + 2.733, + 3192, + 4.149, + 3393, + 2.957, + 3485, + 2.835, + 3570, + 3.313, + 3603, + 2.29, + 3629, + 2.957, + 3667, + 2.733, + 3778, + 3.313, + 3854, + 6.497, + 3867, + 3.624, + 3868, + 3.624, + 3869, + 3.109, + 3870, + 5.194, + 3871, + 7.93, + 3872, + 9.889, + 3873, + 5.68, + 3874, + 2.835, + 3875, + 3.624, + 3876, + 3.624, + 3877, + 3.624, + 3878, + 3.624, + 3879, + 3.624, + 3880, + 5.68, + 3881, + 3.624, + 3882, + 2.835, + 3883, + 3.624, + 3884, + 3.313, + 3885, + 3.624, + 3886, + 3.624, + 3887, + 3.109, + 3888, + 2.647, + 3889, + 3.624, + 3890, + 2.442, + 3891, + 3.624, + 3892, + 3.624, + 3893, + 5.194, + 3894, + 3.313, + 3895, + 3.624, + 3896, + 3.313, + 3897, + 2.29, + 3898, + 3.313, + 3899, + 2.442, + 3900, + 3.624, + 3901, + 2.957, + 3902, + 2.29, + 3903, + 2.647, + 3904, + 3.624, + 3905, + 6.406, + 3906, + 3.624, + 3907, + 3.624, + 3908, + 3.624, + 3909, + 2.957, + 3910, + 3.624, + 3911, + 3.624, + 3912, + 4.874, + 3913, + 3.624, + 3914, + 3.624, + 3915, + 5.68, + 3916, + 3.313, + 3917, + 3.624, + 3918, + 3.624, + 3919, + 3.624 ] ], [ - "type/manuals/importing-assets", + "type/manuals/live-update-scripting", [ 0, 0.731 ] ], [ - "data/manuals/importing-assets", + "data/manuals/live-update-scripting", [ - 0, - 0.714, - 1, - 1.491, - 2, - 1.475, - 3, - 1.53, - 4, - 1.53, - 5, - 1.538, - 6, - 1.538, 7, - 1.541, + 1.536, 8, - 1.033, + 2.406, 9, - 0.787, - 11, - 1.047, - 16, - 1.005, - 21, - 1.19, + 2.686, + 10, + 2.063, + 18, + 1.104, + 20, + 1.382, 22, - 1.832, - 23, - 2.162, - 29, - 1.309, - 30, - 1.064, + 1.485, + 36, + 0.721, 38, - 3.324, + 0.879, 39, - 3.19, + 1.196, + 44, + 1.51, 46, - 1.621, - 48, - 2.246, + 1.302, 49, - 2.083, - 70, - 2.441, - 71, - 2.329, + 1.96, + 52, + 1.56, + 54, + 2.691, + 55, + 2.719, + 57, + 0.462, + 59, + 0.917, + 60, + 1.006, 72, - 2.303, - 74, - 0.897, + 1.203, 77, - 1.847, - 86, - 1.644, - 137, - 1.378, - 141, - 1.168, - 143, - 2.887, - 152, - 1.587, - 156, - 5.639, - 157, - 4.928, + 1.448, + 79, + 0.958, + 99, + 1.051, + 100, + 1.614, + 102, + 0.924, + 103, + 0.832, + 106, + 1.253, + 107, + 2.103, + 111, + 1.51, + 113, + 1.723, + 121, + 1.195, + 122, + 1.765, + 125, + 1.099, + 126, + 1.707, + 130, + 2.2, + 148, + 1.625, + 149, + 1.376, + 150, + 1.771, + 153, + 2.165, + 158, + 2.044, 160, - 1.446, - 161, - 2.316, - 162, - 2.919, - 182, - 2.338, - 184, - 2.61, - 191, - 1.475, - 221, - 2.855, - 224, - 1.604, + 1.666, + 165, + 2.825, + 166, + 2.664, + 167, + 3.479, + 169, + 1.178, + 170, + 1.386, + 171, + 1.853, + 174, + 1.473, + 178, + 4.162, + 194, + 0.659, + 196, + 2.418, + 197, + 3.491, + 199, + 1.548, + 201, + 1.274, + 207, + 3.527, + 211, + 2.539, 226, - 3.184, - 234, - 1.773, - 237, - 1.859, - 244, - 3.062, + 1.006, + 229, + 1.039, + 240, + 2.446, + 241, + 0.774, 247, - 2.16, + 3.019, 248, - 2.635, + 2.162, 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, - 292, - 4.026, - 293, - 2.338, - 294, - 4.398, - 295, - 5.625, - 296, - 6.587, - 297, - 2.901, - 302, - 3.752, - 303, - 3.372, - 316, - 2.785, - 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, - 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, - 496, - 3.101, - 554, - 1.927, - 564, - 3.324, - 595, - 2.111, + 1.28, + 261, + 1.535, + 268, + 2.257, + 269, + 1.587, + 273, + 1.726, + 280, + 2.223, + 282, + 2.808, + 330, + 1.152, + 332, + 2.636, + 333, + 1.028, + 334, + 2.002, + 368, + 1.612, + 380, + 1.283, + 382, + 2.85, + 387, + 1.275, + 392, + 1.266, + 402, + 1.923, + 441, + 2.84, + 452, + 1.051, + 454, + 4.139, + 457, + 2.483, + 471, + 1.875, + 490, + 1.51, + 524, + 3.607, + 543, + 1.45, + 548, + 2.381, + 550, + 1.682, + 552, + 2.354, + 556, + 1.485, + 561, + 1.797, + 573, + 1.356, + 580, + 2.284, + 601, + 1.319, + 602, + 1.462, + 603, + 1.51, + 604, + 1.832, 605, - 3.375, - 633, - 3.631, - 654, - 2.32, + 2.061, + 623, + 1.604, + 629, + 1.087, + 634, + 1.428, + 636, + 1.386, + 642, + 3.544, + 645, + 2.127, + 647, + 2.093, + 660, + 2.162, 664, - 2.475, - 666, - 2.285, - 676, - 3.839, - 683, - 4.559, - 726, - 2.61, - 766, - 3.487, - 792, - 2.141, - 827, - 2.218, + 2.64, + 669, + 2.241, + 674, + 1.811, + 679, + 1.619, + 685, + 3.228, + 691, + 1.734, + 692, + 1.356, + 693, + 2.64, + 735, + 1.734, + 745, + 2.497, + 762, + 4.126, + 765, + 1.266, + 803, + 2.497, + 809, + 2.031, + 817, + 2.726, + 831, + 2.162, 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, + 1.79, + 849, + 3.514, + 854, + 2.002, + 856, + 2.275, + 857, + 3.233, + 860, + 1.832, + 890, + 2.942, + 891, + 2.686, + 901, + 1.562, + 902, + 2.061, + 917, + 3.58, + 918, + 4.126, + 924, + 1.716, + 939, + 1.79, + 998, + 3.283, + 1010, + 2.874, + 1019, + 2.643, + 1025, + 3.129, + 1034, + 1.386, + 1043, + 1.562, + 1075, + 2.241, + 1080, + 4.276, + 1103, + 7.36, + 1104, + 1.973, + 1107, + 1.79, + 1134, + 3.582, + 1141, + 2.2, + 1150, + 2.031, + 1202, + 1.716, + 1260, + 2.127, + 1272, + 1.604, + 1288, + 2.949, + 1295, + 1.356, + 1304, + 2.127, + 1305, + 2.726, + 1322, + 1.853, + 1379, + 2.612, + 1411, + 3.392, + 1426, + 2.2, + 1432, + 2.031, + 1472, + 3.132, + 1473, + 4.961, + 1548, + 1.948, + 1557, + 2.162, + 1560, + 3.734, + 1574, + 2.2, + 1594, + 5.205, + 1601, + 2.726, + 1607, + 2.093, + 1608, + 4.738, + 1609, + 4.05, + 1616, + 2.284, + 1621, + 1.832, + 1628, + 3.564, + 1629, + 1.619, + 1637, + 2.33, + 1662, + 3.076, + 1672, + 1.948, 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 + 2.33, + 1807, + 1.734, + 1866, + 2.061, + 1868, + 3.655, + 1878, + 5.004, + 1882, + 1.604, + 1908, + 2.563, + 1948, + 1.923, + 1968, + 3.016, + 2015, + 2.436, + 2051, + 2.726, + 2054, + 5.442, + 2083, + 4.831, + 2094, + 5.108, + 2164, + 1.562, + 2173, + 4.115, + 2182, + 2.906, + 2279, + 2.726, + 2337, + 4.961, + 2459, + 2.726, + 2471, + 4.625, + 2495, + 2.828, + 2579, + 2.564, + 2581, + 2.726, + 2637, + 2.284, + 2783, + 2.564, + 2916, + 2.284, + 3078, + 2.828, + 3134, + 2.162, + 3314, + 3.101, + 3320, + 2.64, + 3321, + 3.305, + 3325, + 2.64, + 3331, + 8.062, + 3343, + 2.828, + 3350, + 3.101, + 3415, + 3.097, + 3527, + 2.436, + 3566, + 3.101, + 3603, + 5.004, + 3903, + 5.108, + 3920, + 7.241, + 3921, + 5.183, + 3922, + 5.183, + 3923, + 7.381, + 3924, + 4.14, + 3925, + 2.726, + 3926, + 3.614, + 3927, + 3.614, + 3928, + 3.614, + 3929, + 6.993, + 3930, + 3.614, + 3931, + 8.602, + 3932, + 3.614, + 3933, + 3.305, + 3934, + 3.614, + 3935, + 3.614, + 3936, + 3.305, + 3937, + 3.614, + 3938, + 2.381, + 3939, + 3.614, + 3940, + 3.305, + 3941, + 5.668, + 3942, + 3.614, + 3943, + 7.241, + 3944, + 3.614, + 3945, + 7.919, + 3946, + 6.395, + 3947, + 3.614, + 3948, + 5.668, + 3949, + 5.668, + 3950, + 5.668, + 3951, + 5.668, + 3952, + 5.668, + 3953, + 3.101, + 3954, + 3.614, + 3955, + 6.993, + 3956, + 5.183, + 3957, + 3.101, + 3958, + 5.668, + 3959, + 5.668, + 3960, + 6.993, + 3961, + 5.668, + 3962, + 8.602, + 3963, + 3.305, + 3964, + 3.305, + 3965, + 3.305, + 3966, + 5.668, + 3967, + 3.305, + 3968, + 3.614, + 3969, + 2.949, + 3970, + 3.614, + 3971, + 3.305, + 3972, + 1.948, + 3973, + 3.305 ] ], [ - "type/manuals/gui-clipping", + "type/manuals/physics-resolving-collisions", [ 0, 0.731 ] ], [ - "data/manuals/gui-clipping", + "data/manuals/physics-resolving-collisions", [ + 0, + 0.597, + 1, + 1.247, + 2, + 1.234, + 3, + 1.279, + 4, + 1.279, + 5, + 1.286, + 6, + 1.286, 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, + 1.49, + 18, + 1.137, + 20, + 1.304, + 36, + 0.972, + 38, + 1.137, + 46, + 1.197, + 52, + 1.342, + 57, + 1.472, + 59, + 0.924, + 60, + 1.356, + 73, + 6.124, + 77, + 1.472, + 79, + 0.967, + 91, + 2.427, + 99, + 1.01, + 100, + 1.575, + 106, + 1.652, + 110, + 1.926, + 111, + 2.036, + 113, + 1.965, + 116, + 1.897, + 117, + 2.868, 121, - 1.958, - 123, - 2.509, - 137, - 1.504, - 146, - 2.736, + 1.612, + 122, + 2.613, + 126, + 1.666, + 127, + 3.285, + 128, + 2.388, + 130, + 2.967, + 141, + 1.803, + 142, + 1.449, + 148, + 1.722, + 153, + 2.093, + 158, + 2.078, 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, - 554, - 2.29, - 580, - 4.901, - 594, - 2.845, - 612, - 3.222, - 646, - 4.954, - 647, - 5.425, - 676, - 4.561, - 759, - 3.198, - 814, - 7.385, - 858, - 2.194, - 867, - 4.395, + 1.433, + 165, + 2.4, + 166, + 2.291, + 167, + 3.394, + 169, + 0.725, + 178, + 3.815, + 197, + 1.674, + 201, + 2.435, + 207, + 3.07, + 210, + 1.971, + 221, + 6.1, + 240, + 1.386, + 241, + 1.044, + 244, + 2.726, + 260, + 1.643, + 268, + 2.003, + 269, + 1.106, + 273, + 1.203, + 280, + 1.911, + 288, + 3.832, + 295, + 2.246, + 330, + 1.554, + 333, + 2.022, + 341, + 2.338, + 359, + 3.127, + 387, + 1.719, + 390, + 2.053, + 452, + 2.067, + 453, + 2.823, + 454, + 1.941, + 467, + 3.211, + 469, + 3.603, + 479, + 1.829, + 488, + 5.303, + 500, + 2.594, + 510, + 1.79, + 524, + 2.381, + 536, + 4.684, + 552, + 1.449, + 560, + 3.08, + 561, + 2.253, + 579, + 2.442, + 601, + 1.778, + 602, + 1.971, + 603, + 2.036, + 669, + 3.022, + 691, + 1.491, + 692, + 1.829, + 702, + 2.442, + 728, + 2.388, + 729, + 2.823, + 738, + 2.916, + 740, + 2.47, + 828, + 6.026, + 877, + 3.211, 909, - 4.219, - 939, - 3.684, - 960, - 5.539, - 1026, - 5.336, - 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, - 4356, - 8.939, - 4357, - 6.924, - 4358, - 9.067, - 4359, - 6.924, - 4360, - 11.425, - 4361, - 11.642, - 4362, - 6.924 + 4.584, + 931, + 2.895, + 948, + 3.876, + 962, + 3.944, + 972, + 4.584, + 975, + 2.338, + 999, + 2.246, + 1002, + 2.414, + 1007, + 1.708, + 1010, + 2.003, + 1011, + 3.143, + 1014, + 4.584, + 1019, + 1.842, + 1025, + 3.316, + 1029, + 2.363, + 1043, + 2.106, + 1093, + 6.837, + 1104, + 1.696, + 1153, + 3.341, + 1186, + 2.388, + 1208, + 2.967, + 1224, + 4.026, + 1327, + 3.285, + 1332, + 1.971, + 1421, + 2.967, + 1562, + 4.684, + 1607, + 2.823, + 1608, + 4.254, + 1609, + 2.823, + 1621, + 2.47, + 1623, + 3.367, + 1629, + 2.183, + 1814, + 3.184, + 1847, + 3.56, + 1871, + 2.363, + 1899, + 7.674, + 1931, + 2.627, + 1942, + 2.739, + 2033, + 6.1, + 2077, + 4.182, + 2087, + 3.08, + 2156, + 2.967, + 2220, + 2.916, + 2286, + 6.852, + 2287, + 3.977, + 2299, + 3.367, + 2300, + 6.373, + 2479, + 3.977, + 2522, + 3.813, + 2550, + 2.823, + 2554, + 2.916, + 2814, + 7.201, + 2904, + 3.977, + 3603, + 3.08, + 3974, + 9.765, + 3975, + 4.874, + 3976, + 8.436, + 3977, + 4.182, + 3978, + 4.874, + 3979, + 4.874, + 3980, + 4.874, + 3981, + 4.874, + 3982, + 4.874, + 3983, + 10.573, + 3984, + 4.649, + 3985, + 4.874, + 3986, + 6.501, + 3987, + 4.457, + 3988, + 5.657, + 3989, + 4.874, + 3990, + 7.109, + 3991, + 11.052, + 3992, + 4.874, + 3993, + 7.109, + 3994, + 9.809, + 3995, + 4.874, + 3996, + 9.225, + 3997, + 7.674, + 3998, + 7.109, + 3999, + 4.874, + 4000, + 4.874, + 4001, + 7.674, + 4002, + 3.813 ] ], [ - "type/manuals/tilesource", + "type/manuals/extender-local-setup", [ 0, 0.731 ] ], [ - "data/manuals/tilesource", + "data/manuals/extender-local-setup", [ 0, - 0.415, + 0.391, 1, - 0.867, + 0.816, 2, - 0.858, + 0.808, 3, - 0.889, + 0.837, 4, - 0.889, + 1.347, 5, - 0.894, + 0.842, 6, - 0.894, + 0.842, 7, - 1.523, - 8, - 1.332, - 9, - 0.962, + 1.582, 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, - 1.153, - 32, - 1.276, - 33, - 1.323, - 35, - 1.601, + 1.749, + 18, + 1.063, + 20, + 1.149, 36, - 2.062, - 41, - 2.221, - 44, - 2.161, - 48, - 1.499, - 49, - 2.396, - 50, - 2.348, - 53, - 3.473, - 54, - 3.003, - 65, - 2.866, - 68, - 1.521, - 69, - 2.34, - 70, - 1.716, - 71, - 1.821, - 74, - 0.986, + 1.613, + 38, + 0.96, + 39, + 1.083, + 42, + 0.579, + 43, + 1.655, + 46, + 1.233, + 52, + 1.413, + 56, + 1.998, + 57, + 1.106, + 59, + 0.992, + 62, + 1.708, + 63, + 3.122, + 76, + 3.427, 77, - 1.074, - 80, - 2.482, - 83, - 3.739, + 1.882, + 79, + 0.851, 86, - 1.638, - 92, - 1.85, - 93, - 3.12, - 110, - 2.775, - 117, - 1.262, + 1.667, + 90, + 2.06, + 91, + 2.198, + 99, + 1.06, + 100, + 0.598, + 102, + 0.816, + 103, + 1.483, + 105, + 1.28, + 106, + 1.449, + 108, + 0.938, + 113, + 1.028, + 116, + 1.241, 121, - 0.958, - 137, - 0.801, - 141, - 2.043, - 143, - 2.668, - 149, - 3.176, + 1.698, + 124, + 2.808, + 126, + 1.606, + 148, + 2.099, 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, - 213, - 2.283, - 216, - 2.232, - 217, - 1.359, - 218, - 1.299, - 223, - 3.714, - 224, - 1.845, - 234, + 0.808, + 153, + 2.272, + 158, + 1.5, + 169, + 0.958, + 171, + 2.632, + 196, + 1.103, + 197, 2.536, - 237, - 1.759, - 241, - 4.323, + 198, + 0.869, + 201, + 1.818, + 226, + 1.428, + 227, + 5.649, + 229, + 1.181, + 230, + 1.11, + 231, + 1.926, + 238, + 1.792, + 239, + 1.403, 247, - 0.978, - 248, - 1.532, + 1.698, + 253, + 3.698, 256, - 0.996, + 2.134, 263, - 1.876, - 264, - 2.435, - 267, - 3.12, - 277, - 1.142, - 278, - 2.716, - 288, - 4.564, + 0.954, + 268, + 1.507, + 285, + 1.429, 290, - 1.179, - 291, - 1.164, - 295, - 2.668, - 297, - 1.061, - 300, - 1.785, - 301, - 1.697, - 302, - 1.271, - 303, - 3.191, - 306, - 2.531, - 310, - 5.714, - 311, - 3.279, - 319, - 7.107, - 320, - 4.919, - 327, - 3.821, + 1.241, + 313, + 4.352, + 333, + 1.831, 334, - 2.474, - 335, - 2.866, - 337, - 3.721, - 338, - 4.773, - 341, - 6.945, - 343, - 0.963, - 357, - 2.611, + 1.767, + 342, + 1.429, + 350, + 3.071, 368, - 2.184, - 391, - 1.839, - 407, - 1.115, - 425, - 2.795, - 428, - 2.698, - 432, - 3.703, - 437, - 3.301, - 441, - 1.179, - 449, - 3.404, + 1.46, + 380, + 1.132, + 390, + 1.343, + 392, + 1.117, + 442, + 1.429, + 452, + 1.492, 454, - 1.403, - 456, - 3.285, - 465, - 1.329, - 479, - 1.678, - 493, - 0.99, - 514, - 1.912, - 539, - 3.223, - 540, - 3.767, - 541, - 5.983, - 548, - 3.667, - 549, - 2.232, + 3.221, + 457, + 1.132, + 471, + 0.855, + 490, + 2.144, + 504, + 1.598, + 521, + 3.163, + 522, + 1.58, + 524, + 2.157, + 543, + 2.06, 554, - 1.12, - 581, - 1.749, + 1.926, 590, - 1.12, - 595, - 1.227, - 632, - 2.062, + 2.668, + 601, + 1.164, + 602, + 1.29, + 603, + 1.332, + 604, + 1.616, + 623, + 2.278, + 629, + 0.959, 633, - 2.318, - 655, - 1.49, - 680, - 3.018, - 742, - 3.223, - 754, - 2.872, - 756, - 1.678, + 1.616, + 637, + 3.31, + 638, + 2.016, + 644, + 1.58, + 646, + 5.186, + 650, + 6.226, + 674, + 1.598, + 685, + 3.852, + 690, + 5.461, + 703, + 3.172, + 711, + 1.908, + 715, + 3.878, + 745, + 2.203, 759, - 1.9, - 779, - 2.027, - 783, - 1.826, - 792, - 1.245, - 803, - 3.072, - 810, - 4.651, - 813, - 5.351, - 819, - 2.474, - 827, - 2.05, - 858, - 2.814, - 860, - 1.299, - 862, - 1.717, - 889, - 2.112, - 919, - 1.678, - 933, - 1.932, + 2.057, + 762, + 1.442, + 773, + 1.156, + 811, + 2.543, + 859, + 1.598, + 914, + 3.795, + 917, + 1.442, + 925, + 3.381, + 935, + 3.656, 941, - 2.184, - 961, - 2.232, - 996, - 1.932, - 998, - 2.557, - 1039, - 2.184, - 1072, - 1.592, - 1159, - 1.826, - 1174, - 2.027, - 1214, - 2.474, - 1244, - 2.639, - 1333, - 2.65, - 1369, - 2.584, - 1421, - 3.438, - 1491, - 1.678, - 1516, - 2.349, - 1526, - 1.592, - 1578, - 2.027, - 1599, - 1.932, - 1723, - 2.474, - 1750, - 2.34, - 1815, - 2.283, - 1854, - 1.737, + 1.251, + 947, + 1.676, + 975, + 1.53, + 999, + 1.47, + 1047, + 3.504, + 1079, + 1.546, + 1096, + 2.33, + 1104, + 1.11, + 1136, + 1.977, + 1146, + 1.378, + 1202, + 1.514, + 1218, + 5.236, + 1224, + 2.462, + 1283, + 4.42, + 1296, + 1.188, + 1322, + 1.635, + 1323, + 1.332, + 1337, + 5.216, + 1440, + 1.942, + 1471, + 1.58, + 1475, + 7.26, + 1511, + 1.719, + 1570, + 2.15, + 1597, + 1.847, + 1650, + 3.071, + 1662, + 3.558, + 1839, + 2.263, + 1871, + 1.546, + 1908, + 1.442, + 1911, + 1.635, 1920, - 5.231, - 1921, - 2.65, - 1929, - 1.678, - 1967, - 1.877, - 1982, - 1.78, - 2016, - 2.141, - 2117, - 1.826, - 2118, - 3.223, - 2142, - 2.027, - 2257, - 2.764, - 2258, - 2.474, - 2274, - 2.403, - 2281, - 2.1, - 2347, - 2.141, - 2411, - 4.323, - 2448, - 2.65, - 2451, - 2.184, - 2465, - 2.907, - 2466, - 4.736, - 2468, - 3.098, - 2470, - 5.47, - 2500, - 2.764, - 2504, - 3.821, - 2505, - 2.283, - 2506, - 2.184, - 2507, - 4.622, - 2508, - 2.556, - 2509, - 2.062, - 2510, - 2.474, - 2511, - 3.721, - 2512, - 4.063, - 2513, - 4.063, - 2514, - 4.063, - 2539, - 2.474, - 2671, - 1.904, - 2893, - 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, - 2.907, - 4334, - 3.098, - 4363, - 3.388, - 4364, - 3.388, - 4365, - 3.098, - 4366, - 3.098, - 4367, - 3.388, - 4368, - 3.098, - 4369, - 2.65, - 4370, - 3.388, - 4371, - 3.388, - 4372, - 3.388, - 4373, - 3.388, - 4374, - 3.388, - 4375, - 2.907, - 4376, - 2.474, - 4377, - 2.907, - 4378, - 2.764, - 4379, - 3.388 + 2.388, + 1933, + 3.427, + 1961, + 3.125, + 1989, + 2.927, + 1993, + 3.46, + 1997, + 2.927, + 1999, + 4.481, + 2006, + 1.676, + 2012, + 5.039, + 2013, + 2.203, + 2019, + 2.15, + 2020, + 2.33, + 2021, + 8.643, + 2024, + 3.337, + 2049, + 2.016, + 2054, + 4.929, + 2096, + 1.767, + 2101, + 3.182, + 2139, + 2.406, + 2155, + 5.216, + 2164, + 2.218, + 2169, + 2.15, + 2194, + 5.649, + 2201, + 2.737, + 2239, + 2.917, + 2244, + 2.203, + 2268, + 1.697, + 2345, + 5.908, + 2353, + 6.29, + 2355, + 4.016, + 2358, + 1.977, + 2359, + 2.406, + 2533, + 2.15, + 2568, + 2.016, + 2579, + 2.263, + 2647, + 2.33, + 2854, + 3.31, + 2902, + 2.406, + 2928, + 2.263, + 2941, + 2.263, + 2953, + 2.203, + 2954, + 3.46, + 2955, + 1.819, + 2967, + 4.243, + 2974, + 2.495, + 2975, + 2.603, + 2986, + 2.603, + 2988, + 2.917, + 3071, + 2.15, + 3166, + 2.603, + 3176, + 2.406, + 3178, + 3.872, + 3182, + 2.406, + 3192, + 5.908, + 3218, + 4.569, + 3226, + 6.102, + 3233, + 4.693, + 3268, + 7.959, + 3269, + 2.737, + 3276, + 4.404, + 3316, + 2.917, + 3431, + 2.737, + 3511, + 4.016, + 3574, + 4.704, + 3577, + 2.737, + 3599, + 2.101, + 3620, + 5.039, + 3696, + 2.603, + 3724, + 4.188, + 3909, + 4.188, + 3925, + 2.406, + 4003, + 10.39, + 4004, + 3.19, + 4005, + 3.19, + 4006, + 2.917, + 4007, + 4.188, + 4008, + 5.133, + 4009, + 5.133, + 4010, + 3.19, + 4011, + 2.917, + 4012, + 2.603, + 4013, + 2.737, + 4014, + 3.19, + 4015, + 3.19, + 4016, + 5.133, + 4017, + 2.495, + 4018, + 3.19, + 4019, + 4.404, + 4020, + 2.603, + 4021, + 3.19, + 4022, + 2.917, + 4023, + 3.19, + 4024, + 9.086, + 4025, + 3.19, + 4026, + 3.19, + 4027, + 3.19, + 4028, + 7.414, + 4029, + 8.309, + 4030, + 5.133, + 4031, + 3.19, + 4032, + 3.19, + 4033, + 2.917, + 4034, + 5.889, + 4035, + 3.19, + 4036, + 2.917, + 4037, + 2.917, + 4038, + 2.917, + 4039, + 2.917, + 4040, + 3.19, + 4041, + 3.19, + 4042, + 4.188, + 4043, + 3.19, + 4044, + 3.19, + 4045, + 5.133, + 4046, + 3.19, + 4047, + 3.19, + 4048, + 4.016, + 4049, + 3.19, + 4050, + 9.754, + 4051, + 5.133, + 4052, + 3.19, + 4053, + 7.381, + 4054, + 3.19, + 4055, + 3.19, + 4056, + 3.19, + 4057, + 5.133, + 4058, + 3.19, + 4059, + 5.133, + 4060, + 3.19, + 4061, + 3.19, + 4062, + 3.19, + 4063, + 5.133, + 4064, + 5.133, + 4065, + 5.133, + 4066, + 4.693, + 4067, + 5.133, + 4068, + 7.381, + 4069, + 3.46, + 4070, + 3.19, + 4071, + 5.133, + 4072, + 3.19, + 4073, + 5.133, + 4074, + 4.693, + 4075, + 4.404, + 4076, + 3.19, + 4077, + 3.19, + 4078, + 3.19, + 4079, + 3.19, + 4080, + 3.19, + 4081, + 8.92, + 4082, + 5.133, + 4083, + 5.133, + 4084, + 9.45, + 4085, + 3.19, + 4086, + 2.917, + 4087, + 3.19, + 4088, + 3.19, + 4089, + 3.19, + 4090, + 2.33, + 4091, + 2.737, + 4092, + 3.19, + 4093, + 3.19, + 4094, + 3.19, + 4095, + 2.737, + 4096, + 3.19, + 4097, + 4.404, + 4098, + 1.977, + 4099, + 3.19, + 4100, + 5.133, + 4101, + 5.133, + 4102, + 5.133, + 4103, + 3.19, + 4104, + 2.016 ] ], [ - "type/manuals/project-settings", + "type/manuals/online-services", [ 0, 0.731 ] ], [ - "data/manuals/project-settings", + "data/manuals/online-services", [ + 0, + 0.976, + 1, + 2.038, + 2, + 2.017, + 3, + 2.091, + 4, + 2.091, + 5, + 2.102, + 6, + 2.102, 7, - 1.551, - 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, - 44, - 2.545, + 1.601, + 18, + 0.719, + 38, + 0.885, 46, - 1.765, - 49, - 2.267, - 50, - 2.765, - 51, - 1.19, - 68, - 1.941, - 70, - 1.922, - 71, - 1.301, - 74, - 1.286, - 77, - 1.706, - 86, - 1.652, - 97, - 2.961, - 102, - 1.875, - 111, - 2.124, - 119, - 2.022, - 121, - 2.419, - 137, - 0.944, - 141, - 1.271, - 161, - 2.147, - 162, - 2.865, - 181, - 3.46, - 186, - 3.234, - 190, - 1.804, - 191, - 1.606, + 1.136, + 59, + 0.975, + 99, + 1.067, + 110, + 4.683, + 113, + 1.596, + 194, + 2.25, 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.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 + 3.308, + 249, + 3.821, + 256, + 2.438, + 280, + 3.124, + 497, + 4.084, + 614, + 3.124, + 629, + 3.247, + 715, + 4.185, + 996, + 4.037, + 1131, + 3.946, + 2014, + 9.266, + 2020, + 7.243, + 2194, + 5.743, + 2281, + 9.095, + 2353, + 6.963, + 2514, + 5.9, + 3229, + 6.835, + 3312, + 6.5, + 3584, + 5.651, + 4105, + 8.092, + 4106, + 9.917, + 4107, + 7.284, + 4108, + 7.284, + 4109, + 6.5, + 4110, + 6.835, + 4111, + 6.5, + 4112, + 7.284 ] ], [ - "type/manuals/iac", + "type/manuals/application-security", [ 0, 0.731 ] ], [ - "data/manuals/iac", + "data/manuals/application-security", [ 0, - 1.034, + 0.297, 1, - 2.159, + 0.621, 2, - 2.137, + 0.615, 3, - 2.216, + 0.637, 4, - 2.216, + 1.64, 5, - 2.227, + 0.641, 6, - 2.227, + 0.641, 7, - 1.483, + 1.464, 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, - 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 - ] - ], - [ - "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.546, - 8, - 1.447, - 9, - 0.935, + 1.748, 10, - 0.221, - 11, - 1.061, - 13, - 1.644, - 14, - 0.836, - 16, - 1.008, - 19, - 0.701, - 21, - 1.66, + 2.194, + 18, + 1.129, + 20, + 1.515, 22, - 1.695, + 0.998, 23, - 1.615, - 26, - 0.594, - 28, - 0.43, - 29, - 1.62, + 1.098, 30, - 1.153, - 32, - 1.646, - 33, - 1.401, - 35, - 1.622, - 37, - 0.537, + 2.378, + 36, + 1.87, + 38, + 1.158, 39, - 3.679, - 40, - 5.796, - 41, - 0.644, + 1.123, 42, - 2.27, - 44, - 2.189, - 45, - 3.893, + 1.894, 46, - 1.23, - 47, - 5.441, - 48, - 0.853, - 49, - 1.58, - 50, - 2.566, - 51, - 1.768, - 52, - 0.403, + 1.572, 54, - 1.699, - 55, - 2.62, + 4.02, + 56, + 0.945, 57, - 0.75, - 58, - 5.604, + 1.465, 59, - 2.5, + 1.049, 60, - 0.493, - 62, - 1.031, - 65, - 2.353, - 67, - 0.424, - 68, - 1.926, - 69, - 0.836, - 70, - 1.322, - 71, - 1.91, + 2.536, + 63, + 1.177, 72, - 2.614, - 73, - 3.7, - 74, - 1.176, - 75, - 3.718, + 0.808, 76, - 3.094, + 1.292, 77, - 1.857, - 78, - 3.094, + 1.942, 79, - 2.556, - 80, - 3.745, - 81, - 4.268, - 82, - 1.374, - 83, - 2.918, + 0.973, 84, - 3.459, + 1.049, 86, - 1.471, - 87, - 0.918, + 0.788, 90, - 0.78, - 92, - 2.648, - 93, - 2.057, - 94, - 2.168, + 0.977, + 91, + 2.584, 99, - 0.877, + 1.06, 100, - 0.712, - 101, - 2.794, + 1.172, 102, - 1.121, - 104, - 1.24, + 1.785, + 103, + 1.743, + 105, + 0.974, + 106, + 1.679, + 107, + 1.734, + 108, + 0.714, + 109, + 1.527, 110, - 1.654, - 111, - 0.742, + 1.619, 113, - 1.46, - 117, - 1.413, - 119, - 0.707, + 1.878, 121, - 1.073, - 123, - 1.111, + 0.803, + 122, + 0.756, 125, - 1.24, - 127, - 0.505, - 129, - 0.613, - 131, - 0.69, - 136, - 0.859, - 137, - 1.35, - 141, - 1.666, + 0.739, + 126, + 1.906, + 130, + 2.495, + 140, + 1.889, + 142, + 0.722, + 143, + 1.177, 147, - 2.758, + 1.429, + 148, + 1.808, 149, - 1.832, + 2.024, 150, - 2.823, + 1.767, 151, - 1.453, - 152, - 0.604, - 157, - 1.179, - 159, - 0.832, + 2.185, + 153, + 2.179, 160, - 1.489, - 161, - 1.946, - 162, - 1.701, + 2.052, + 165, + 1.172, + 166, + 1.926, + 167, + 0.982, + 169, + 1.126, 171, - 1.834, - 173, - 1.465, + 3.203, + 172, + 1.787, 174, - 2.398, - 175, - 1.668, + 2.845, + 177, + 0.743, 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, + 1.527, + 194, + 1.823, + 196, + 1.417, 198, - 1.001, - 202, - 1.675, - 210, - 4.18, - 218, - 2.537, - 219, - 0.613, - 223, - 1.228, - 224, - 1.821, - 225, - 0.701, - 227, - 1.15, + 2.84, + 199, + 1.756, + 201, + 1.981, + 216, + 0.959, + 226, + 1.14, 228, - 1.413, + 1.023, 229, - 2.758, + 1.671, 230, - 1.992, - 234, - 0.933, - 236, - 0.621, - 237, - 1.66, + 1.427, + 231, + 2.344, + 240, + 1.512, 241, - 0.78, - 242, - 0.701, - 244, - 4.27, - 247, - 0.403, + 1.338, + 249, + 1.165, + 253, + 1.217, 256, - 0.901, - 261, - 0.628, - 263, - 1.938, - 267, - 1.031, + 2.214, + 257, + 0.959, + 260, + 0.818, + 268, + 0.837, + 269, + 1.718, 273, - 1.476, - 277, - 1.49, - 278, - 1.521, + 2.176, + 281, + 2.541, + 282, + 1.203, 288, - 0.471, - 290, - 1.73, - 291, - 1.303, - 293, - 0.889, + 1.309, + 292, + 3.243, 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, + 1.385, 313, - 0.628, + 3.457, 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, - 339, - 0.832, - 343, - 0.63, - 346, - 1.476, - 347, - 1.063, - 348, - 2.556, + 1.429, + 334, + 1.345, + 340, + 1.774, + 342, + 1.836, 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, + 1.453, + 353, + 0.967, + 359, + 1.803, + 368, + 0.691, 382, - 5.623, + 1.475, 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, - 429, - 0.993, - 432, - 1.074, - 441, - 0.771, + 1.6, + 387, + 0.856, + 392, + 1.436, + 395, + 1.9, + 402, + 1.292, + 414, + 1.6, + 433, + 0.99, + 434, + 1.13, + 439, + 1.637, + 442, + 1.836, + 446, + 1.217, 449, - 0.765, + 1.453, 452, - 3.275, - 453, - 1.441, + 2.029, 454, - 0.501, - 460, - 1.894, - 465, - 1.347, - 466, - 2.556, - 478, - 0.505, - 479, - 0.6, - 493, - 2.025, - 512, - 2.232, + 2.117, + 457, + 0.862, + 471, + 0.651, + 473, + 2.339, + 489, + 1.13, + 497, + 1.245, + 500, + 0.886, + 510, + 1.506, + 516, + 1.309, + 521, + 1.851, + 524, + 0.813, + 537, + 1.385, 541, - 0.816, - 547, - 0.659, + 1.292, + 543, + 2.134, 548, - 1.668, - 549, - 2.498, + 2.7, + 552, + 2.517, 554, - 2.86, - 569, - 1.701, - 580, - 1.074, - 581, - 2.249, - 583, - 0.798, - 590, - 0.733, - 612, - 0.563, - 627, - 0.884, + 1.538, + 555, + 1.945, + 561, + 1.686, + 577, + 1.607, + 591, + 1.6, + 608, + 1.203, + 614, + 0.952, + 622, + 1.177, + 623, + 2.36, + 629, + 1.599, + 631, + 2.635, 633, - 0.766, - 644, - 0.628, + 3.537, + 634, + 0.959, + 636, + 2.039, + 642, + 2.077, + 645, + 1.429, 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, + 3.537, + 650, + 1.6, + 672, + 1.119, + 675, + 0.931, 677, - 0.593, - 680, - 2.325, - 682, - 0.606, + 1.119, + 679, + 1.088, + 685, + 1.671, 686, - 0.987, - 692, - 0.661, - 696, - 2.066, - 705, - 1.672, + 1.309, + 689, + 1.088, + 693, + 4.563, + 701, + 1.276, + 703, + 1.607, 710, - 1.374, - 712, - 0.911, - 717, - 0.701, - 719, - 0.542, + 1.177, + 711, + 1.453, + 713, + 3.282, 728, - 1.554, - 737, - 1.423, - 743, - 0.587, - 746, - 0.765, + 1.19, + 729, + 1.406, + 732, + 1.6, + 733, + 2.22, + 735, + 2.551, + 751, + 1.658, 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, + 1.453, + 762, + 2.824, + 765, + 1.863, + 771, + 1.13, + 773, + 0.88, + 775, + 1.345, + 793, + 2.907, 823, - 0.913, - 824, - 1.838, + 1.6, 825, - 2.309, - 827, - 1.444, - 828, - 1.4, - 832, - 0.765, - 837, - 0.712, - 841, - 2.027, - 845, - 3.521, - 849, - 3.447, - 856, - 0.913, + 1.9, 858, - 0.384, - 867, - 1.838, - 868, - 1.531, - 869, - 3.141, + 1.453, + 859, + 1.217, + 863, + 1.832, + 864, + 2.831, + 873, + 1.677, + 890, + 1.26, + 891, + 1.39, + 894, + 1.619, 895, - 0.78, - 896, - 0.75, + 1.165, + 901, + 1.771, + 902, + 1.385, + 908, + 1.832, 909, - 0.563, - 912, - 2.794, - 933, - 0.69, - 937, - 1.723, + 1.566, + 910, + 2.181, + 911, + 1.345, + 938, + 1.534, 939, - 1.179, - 940, - 0.797, - 941, - 0.78, - 944, - 1.775, - 945, - 1.4, - 947, - 0.701, - 948, - 2.062, - 954, - 0.644, - 958, - 0.558, - 960, - 3.358, - 961, - 0.797, - 976, - 2.913, + 3.458, 977, - 1.698, - 983, - 4.863, - 993, - 0.913, + 1.292, + 978, + 1.619, + 986, + 1.637, 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, + 1.231, + 999, + 1.119, + 1007, + 0.851, + 1010, + 0.998, + 1029, + 1.987, + 1034, + 2.039, + 1052, + 1.276, + 1053, + 2.908, + 1055, + 2.338, + 1056, + 2.994, + 1060, + 1.365, + 1061, + 1.6, + 1064, + 1.19, + 1066, + 2.45, + 1067, + 0.793, + 1068, + 2.59, 1078, - 0.505, - 1085, - 0.859, - 1117, - 0.859, - 1138, - 0.913, - 1139, - 2.925, - 1145, - 0.581, - 1160, - 0.486, - 1172, - 0.884, - 1173, - 1.021, - 1200, - 1.426, - 1217, - 1.775, - 1221, - 0.765, - 1222, - 0.542, - 1250, - 1.536, - 1253, - 3.132, - 1257, - 1.413, - 1263, - 2.645, - 1275, - 0.652, - 1279, - 0.797, - 1283, - 0.75, - 1321, - 0.737, + 5.265, + 1079, + 1.987, + 1081, + 1.478, + 1083, + 1.9, + 1089, + 1.6, + 1101, + 2.412, + 1103, + 5.309, + 1104, + 3.068, + 1107, + 2.03, + 1141, + 1.478, + 1146, + 1.049, + 1152, + 1.774, + 1166, + 1.406, + 1173, + 1.19, + 1211, + 1.774, + 1216, + 1.292, + 1226, + 2.338, + 1267, + 1.677, + 1282, + 2.084, + 1289, + 1.505, + 1323, + 2.61, + 1326, + 2.495, 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, + 2.271, + 1412, + 1.637, + 1413, + 1.478, + 1449, + 1.9, + 1457, + 1.429, + 1476, + 1.9, + 1479, + 1.429, + 1485, + 2.7, + 1495, + 2.271, + 1498, + 1.677, + 1506, + 2.084, + 1507, + 1.505, + 1508, + 1.832, + 1511, + 1.309, + 1543, + 1.429, + 1546, + 1.26, + 1554, + 2.084, + 1577, + 2.084, + 1584, + 1.365, + 1588, + 2.008, + 1629, + 1.836, + 1660, + 1.9, + 1661, + 2.053, + 1662, + 1.068, + 1681, + 3.452, 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, + 1.677, + 1806, + 1.677, + 1859, + 2.084, + 1866, + 1.385, + 1871, + 1.177, 1882, - 0.765, - 1889, - 0.701, - 1895, - 0.712, - 1897, - 0.987, - 1912, - 0.987, - 1919, - 0.836, - 1920, - 1.245, - 1924, - 1.619, - 1930, - 0.628, + 2.36, + 1884, + 2.965, + 1901, + 2.374, + 1908, + 1.098, + 1929, + 1.276, + 1933, + 1.292, 1936, - 1.494, - 1967, - 2.754, - 1971, - 0.884, + 1.345, + 1948, + 2.181, 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, - 2060, - 1.038, - 2068, - 2.445, - 2108, - 0.947, - 2126, - 0.797, - 2127, - 1.038, - 2131, - 0.859, - 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, - 2354, - 0.765, - 2396, - 0.816, - 2411, + 0.959, + 2021, + 3.344, + 2027, + 2.03, + 2028, + 1.637, + 2054, + 2.338, + 2062, + 3.092, + 2075, + 3.738, + 2083, + 1.677, + 2085, + 1.981, + 2101, + 1.505, + 2105, + 4.598, + 2116, + 1.385, + 2120, + 1.832, + 2136, + 2.7, + 2142, + 3.504, + 2143, + 3.504, + 2164, + 2.298, + 2171, + 1.677, + 2173, 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, + 2175, + 1.6, + 2202, + 2.084, + 2217, + 2.495, + 2272, + 1.981, + 2327, + 1.534, + 2335, + 3.429, + 2338, + 2.084, + 2345, + 1.774, + 2353, + 4.882, + 2355, + 7.131, + 2359, + 3.092, + 2360, + 1.309, + 2403, + 1.723, + 2441, + 1.276, 2506, - 1.429, - 2509, - 1.349, - 2527, - 1.195, - 2539, - 1.619, - 2561, - 0.75, - 2577, - 0.913, - 2638, - 0.737, - 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, + 1.505, + 2519, + 1.832, + 2550, + 1.406, + 2709, + 2.763, + 2717, + 1.774, + 2794, + 2.084, + 2855, + 1.9, + 2913, + 2.22, + 2952, + 2.867, + 2955, + 1.385, + 2957, + 3.207, + 2965, + 2.084, + 2978, + 1.723, + 2997, + 1.981, + 3037, + 1.981, + 3043, + 6.304, + 3057, + 1.677, + 3067, + 4.888, + 3079, + 1.774, + 3107, + 2.831, 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, + 3.504, + 3176, + 1.832, + 3217, + 4.339, + 3218, + 3.773, + 3224, + 1.6, + 3229, + 2.084, + 3235, + 2.22, + 3260, + 2.084, + 3313, + 1.981, + 3366, + 1.723, + 3399, + 1.677, + 3475, + 1.981, + 3488, + 3.517, + 3491, + 4.339, + 3527, + 1.637, + 3584, + 2.908, + 3597, + 1.723, + 3663, + 2.22, + 3667, + 1.832, + 3668, + 1.981, + 3672, + 4.339, + 3695, + 1.774, + 3722, + 2.22, + 3733, + 1.9, + 3789, + 3.517, 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, - 4457, - 1.21, - 4458, - 2.216, - 4459, - 1.038, - 4460, - 1.21, - 4461, - 1.21, - 4462, - 1.107, - 4463, - 1.038, - 4464, - 3.066, - 4465, - 1.107, - 4466, - 1.21, - 4467, - 1.21, - 4468, - 2.216, - 4469, - 0.913, - 4470, - 2.216, - 4471, - 1.21, - 4472, - 1.107, - 4473, - 1.808, - 4474, - 1.107, - 4475, - 1.107, - 4476, - 1.107, - 4477, - 0.836, - 4478, - 3.066, - 4479, - 3.066, - 4480, - 2.027, - 4481, - 1.107, - 4482, - 1.107, - 4483, - 1.107, - 4484, - 1.21, - 4485, - 0.987, - 4486, - 0.987, - 4487, - 1.21, - 4488, - 1.21, - 4489, - 2.027, - 4490, - 1.21, - 4491, - 1.21, - 4492, - 1.107, - 4493, - 1.21, - 4494, - 1.21 + 2.084, + 3887, + 2.084, + 3903, + 1.774, + 3953, + 2.084, + 4104, + 1.534, + 4113, + 3.748, + 4114, + 2.428, + 4115, + 2.428, + 4116, + 2.22, + 4117, + 2.22, + 4118, + 2.22, + 4119, + 2.428, + 4120, + 2.428, + 4121, + 2.428, + 4122, + 2.428, + 4123, + 2.428, + 4124, + 2.428, + 4125, + 2.428, + 4126, + 3.207, + 4127, + 2.428, + 4128, + 2.428, + 4129, + 3.748, + 4130, + 2.084, + 4131, + 2.084, + 4132, + 2.22, + 4133, + 2.22, + 4134, + 1.6, + 4135, + 2.428, + 4136, + 2.084, + 4137, + 2.428, + 4138, + 4.099, + 4139, + 2.22, + 4140, + 4.099, + 4141, + 2.22, + 4142, + 2.22, + 4143, + 2.428, + 4144, + 2.22, + 4145, + 2.428, + 4146, + 2.22, + 4147, + 7.571, + 4148, + 6.248, + 4149, + 4.099, + 4150, + 2.994, + 4151, + 2.22, + 4152, + 3.517, + 4153, + 6.248, + 4154, + 1.774, + 4155, + 4.563, + 4156, + 2.428, + 4157, + 2.428, + 4158, + 2.428, + 4159, + 2.428, + 4160, + 2.428, + 4161, + 2.22, + 4162, + 2.428, + 4163, + 2.428, + 4164, + 2.22, + 4165, + 2.428, + 4166, + 2.428, + 4167, + 2.428, + 4168, + 2.428, + 4169, + 2.22, + 4170, + 2.428, + 4171, + 2.428, + 4172, + 2.428, + 4173, + 2.22, + 4174, + 1.9, + 4175, + 2.428, + 4176, + 4.099, + 4177, + 2.22, + 4178, + 2.428, + 4179, + 2.428, + 4180, + 5.265, + 4181, + 2.22, + 4182, + 2.428, + 4183, + 2.428, + 4184, + 1.981, + 4185, + 1.981, + 4186, + 2.22, + 4187, + 2.428, + 4188, + 4.099, + 4189, + 2.428, + 4190, + 2.428, + 4191, + 2.428, + 4192, + 2.428, + 4193, + 2.428, + 4194, + 2.428, + 4195, + 1.981, + 4196, + 2.428, + 4197, + 2.22, + 4198, + 2.084, + 4199, + 2.428, + 4200, + 3.517, + 4201, + 2.22, + 4202, + 2.428, + 4203, + 2.428, + 4204, + 2.428, + 4205, + 2.428, + 4206, + 2.22, + 4207, + 1.677, + 4208, + 2.084, + 4209, + 1.981, + 4210, + 2.428, + 4211, + 2.084, + 4212, + 2.428, + 4213, + 2.428, + 4214, + 1.9, + 4215, + 2.428, + 4216, + 2.428, + 4217, + 2.428, + 4218, + 2.428, + 4219, + 2.428, + 4220, + 2.428, + 4221, + 2.428, + 4222, + 2.428, + 4223, + 2.428, + 4224, + 2.22, + 4225, + 2.428 ] ], [ - "type/manuals/windows", + "type/manuals/profiling", [ 0, 0.731 ] ], [ - "data/manuals/windows", + "data/manuals/profiling", [ 0, - 0.958, + 0.339, 1, - 2.001, + 0.709, 2, - 1.98, + 0.702, 3, - 2.053, + 0.727, 4, - 2.053, + 0.727, 5, - 2.064, + 0.731, 6, - 2.064, + 0.731, 7, - 1.572, + 1.507, 8, - 1.001, + 1.899, 9, - 0.91, + 1.983, 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, + 1.851, + 18, + 1.129, + 20, + 1.492, + 36, + 1.354, + 38, + 0.951, + 41, + 2.404, + 42, + 0.831, + 46, + 1.59, + 52, + 2.464, + 54, + 1.316, + 56, + 1.781, + 57, + 1.509, + 59, + 1.046, + 60, + 1.627, + 62, + 1.523, + 67, + 3.764, + 69, + 2.747, + 70, + 1.167, 71, - 1.605, - 74, - 1.089, - 77, - 1.56, - 86, - 1.116, + 1.914, + 76, + 4.555, + 79, + 0.984, + 84, + 3.247, + 85, + 1.658, + 90, + 1.618, + 91, + 1.562, + 92, + 1.836, + 99, + 1.037, + 100, + 1.606, + 102, + 0.709, + 103, + 1.971, + 105, + 1.836, + 106, + 1.827, + 107, + 1.629, + 108, + 0.815, + 109, + 1.032, + 110, + 1.095, + 111, + 1.157, + 113, + 1.793, + 117, + 2.693, 121, - 2.212, - 123, - 2.834, + 1.934, + 122, + 1.82, 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, + 0.843, + 126, + 1.16, + 128, + 1.358, + 132, + 2.581, + 140, + 1.277, + 142, + 2.018, + 147, + 1.631, + 148, + 1.836, + 150, + 1.159, + 151, + 1.881, + 153, + 2.51, + 158, + 1.338, + 160, + 2.379, + 165, + 1.672, + 167, + 1.121, + 169, + 0.412, + 174, + 3.489, + 178, + 1.032, + 194, + 1.942, + 197, + 1.572, + 198, + 2.823, + 201, + 0.623, + 202, + 1.898, + 208, + 2.571, + 210, + 1.121, + 212, + 1.289, + 217, + 1.966, + 226, + 0.771, + 228, + 3.165, + 229, + 1.701, + 230, + 1.593, + 231, + 1.04, + 238, + 1.557, + 241, + 1.453, + 244, + 1.063, + 247, + 0.917, + 256, + 1.827, + 257, + 1.095, + 260, + 0.934, + 269, + 1.038, + 270, + 2.024, + 273, + 0.684, + 274, + 1.631, + 280, + 1.795, 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, - 4500, - 7.822, - 4501, - 9.805, - 4502, - 7.153, - 4503, - 7.822, - 4504, - 7.822, - 4505, - 7.822, - 4506, - 6.383, - 4507, - 7.822, - 4508, - 7.822, - 4509, - 7.822, - 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 + 1.494, + 289, + 1.658, + 294, + 1.58, + 309, + 1.631, + 313, + 2.662, + 317, + 1.631, + 323, + 1.658, + 331, + 1.966, + 333, + 1.301, + 345, + 2.218, + 368, + 1.93, + 374, + 1.787, + 382, + 0.997, + 385, + 1.557, + 390, + 1.928, + 392, + 2.378, + 404, + 1.751, + 412, + 1.868, + 433, + 3.298, + 434, + 2.129, + 440, + 3.58, + 452, + 0.806, + 454, + 1.103, + 457, + 0.984, + 460, + 2.024, + 471, + 0.743, + 473, + 2.571, + 480, + 1.826, + 485, + 2.09, + 513, + 1.438, + 522, + 1.373, + 546, + 3.151, + 547, + 1.631, + 550, + 1.289, + 552, + 2.018, + 554, + 1.04, + 555, + 2.665, + 561, + 1.853, + 563, + 1.718, + 567, + 2.375, + 573, + 1.717, + 577, + 1.087, + 590, + 1.896, + 594, + 4.404, + 600, + 1.329, + 601, + 2.133, + 608, + 1.373, + 613, + 2.534, + 622, + 3.642, + 623, + 3.335, + 629, + 2.041, + 631, + 2.896, + 636, + 1.755, + 642, + 2.319, + 659, + 3.334, + 660, + 2.738, + 673, + 1.605, + 675, + 1.063, + 681, + 2.242, + 686, + 1.494, + 688, + 3.247, + 689, + 1.241, + 692, + 1.04, + 701, + 1.456, + 703, + 1.087, + 707, + 2.024, + 708, + 1.966, + 711, + 1.658, + 715, + 3.566, + 724, + 1.658, + 735, + 1.329, + 738, + 1.658, + 744, + 2.834, + 750, + 2.218, + 758, + 1.23, + 759, + 1.787, + 760, + 1.966, + 762, + 4.046, + 765, + 2.632, + 771, + 3.158, + 773, + 1.658, + 774, + 1.253, + 785, + 1.58, + 791, + 2.024, + 792, + 1.58, + 799, + 1.687, + 801, + 1.358, + 809, + 2.572, + 815, + 1.718, + 831, + 1.658, + 832, + 2.804, + 849, + 1.23, + 859, + 2.293, + 860, + 2.963, + 866, + 2.178, + 891, + 3.036, + 895, + 2.195, + 898, + 0.984, + 902, + 2.61, + 904, + 5.74, + 905, + 1.631, + 911, + 1.535, + 912, + 1.787, + 914, + 1.157, + 923, + 1.358, + 939, + 1.373, + 941, + 1.087, + 948, + 1.095, + 975, + 1.329, + 977, + 4.305, + 978, + 2.31, + 980, + 1.787, + 1007, + 2.048, + 1034, + 1.755, + 1041, + 1.253, + 1043, + 1.197, + 1064, + 1.358, + 1068, + 1.751, + 1079, + 2.218, + 1082, + 3.694, + 1084, + 2.534, + 1090, + 1.289, + 1104, + 2.035, + 1135, + 1.868, + 1136, + 1.718, + 1140, + 1.277, + 1153, + 4.206, + 1173, + 1.358, + 1253, + 1.557, + 1258, + 1.826, + 1259, + 1.751, + 1262, + 2.024, + 1264, + 1.826, + 1295, + 1.717, + 1296, + 1.032, + 1323, + 1.157, + 1332, + 1.851, + 1361, + 1.826, + 1382, + 1.535, + 1413, + 1.687, + 1426, + 2.786, + 1428, + 1.514, + 1460, + 1.557, + 1463, + 1.687, + 1478, + 2.09, + 1493, + 1.914, + 1494, + 2.378, + 1495, + 1.535, + 1597, + 1.605, + 1604, + 1.456, + 1616, + 1.751, + 1628, + 2.812, + 1662, + 3.558, + 1669, + 3.927, + 1701, + 5.488, + 1770, + 2.786, + 1804, + 2.804, + 1811, + 2.024, + 1823, + 2.738, + 1858, + 7.442, + 1882, + 2.595, + 1893, + 1.658, + 1907, + 2.261, + 1920, + 1.289, + 1933, + 4.305, + 1936, + 1.535, + 1937, + 3.58, + 1961, + 1.687, + 1969, + 2.024, + 1989, + 2.61, + 1994, + 2.024, + 2013, + 1.914, + 2024, + 3.069, + 2027, + 2.896, + 2054, + 1.58, + 2057, + 1.751, + 2075, + 2.738, + 2096, + 1.535, + 2116, + 2.61, + 2122, + 2.09, + 2127, + 2.378, + 2173, + 1.631, + 2180, + 1.826, + 2182, + 1.421, + 2189, + 1.535, + 2192, + 1.914, + 2260, + 2.024, + 2261, + 1.557, + 2327, + 1.751, + 2330, + 3.851, + 2346, + 2.693, + 2375, + 2.168, + 2384, + 1.718, + 2387, + 2.09, + 2398, + 3.734, + 2434, + 1.966, + 2455, + 2.168, + 2472, + 3.94, + 2506, + 1.718, + 2517, + 2.09, + 2520, + 2.261, + 2562, + 2.09, + 2567, + 2.534, + 2568, + 1.751, + 2614, + 2.09, + 2631, + 1.751, + 2665, + 3.927, + 2852, + 2.024, + 2871, + 1.58, + 2902, + 3.452, + 2941, + 4.815, + 2952, + 1.494, + 2953, + 1.914, + 2967, + 1.826, + 2971, + 2.09, + 2976, + 2.378, + 3043, + 2.168, + 3059, + 1.966, + 3071, + 4.575, + 3080, + 2.534, + 3225, + 2.534, + 3311, + 1.751, + 3420, + 2.378, + 3474, + 3.161, + 3505, + 2.168, + 3511, + 2.168, + 3648, + 2.261, + 3685, + 2.534, + 3691, + 1.914, + 3902, + 2.892, + 3972, + 2.467, + 4020, + 2.261, + 4117, + 2.534, + 4226, + 2.771, + 4227, + 2.168, + 4228, + 2.534, + 4229, + 2.771, + 4230, + 2.534, + 4231, + 2.534, + 4232, + 2.534, + 4233, + 4.77, + 4234, + 4.185, + 4235, + 2.261, + 4236, + 5.846, + 4237, + 2.771, + 4238, + 2.771, + 4239, + 2.771, + 4240, + 5.016, + 4241, + 2.534, + 4242, + 1.966, + 4243, + 2.378, + 4244, + 2.024, + 4245, + 2.261, + 4246, + 2.771, + 4247, + 3.734, + 4248, + 4.185, + 4249, + 4.576, + 4250, + 2.771, + 4251, + 2.534, + 4252, + 1.966, + 4253, + 2.534, + 4254, + 2.168, + 4255, + 2.771, + 4256, + 2.771, + 4257, + 2.024, + 4258, + 2.168, + 4259, + 2.378, + 4260, + 2.378, + 4261, + 4.576, + 4262, + 5.016, + 4263, + 4.576, + 4264, + 2.168, + 4265, + 2.771, + 4266, + 2.261, + 4267, + 2.771, + 4268, + 2.771, + 4269, + 2.771, + 4270, + 2.771, + 4271, + 2.771, + 4272, + 2.771, + 4273, + 2.771, + 4274, + 2.771, + 4275, + 2.534, + 4276, + 2.378, + 4277, + 2.771, + 4278, + 2.771, + 4279, + 2.261, + 4280, + 2.771, + 4281, + 2.771, + 4282, + 2.771, + 4283, + 2.534, + 4284, + 2.771, + 4285, + 2.771, + 4286, + 2.534, + 4287, + 2.168, + 4288, + 2.771, + 4289, + 2.771, + 4290, + 2.771, + 4291, + 4.576, + 4292, + 4.185, + 4293, + 2.771, + 4294, + 2.771, + 4295, + 2.771 ] ], [ - "type/manuals/dev-app", + "type/manuals/factory", [ 0, 0.731 ] ], [ - "data/manuals/dev-app", + "data/manuals/factory", [ 0, - 0.731, + 0.346, 1, - 0.988, + 1.189, 2, - 0.978, + 0.715, 3, - 1.014, + 0.741, 4, - 1.014, + 0.741, 5, - 1.019, + 0.745, 6, - 1.019, + 0.745, 7, - 1.526, + 1.525, 8, - 0.764, - 9, - 0.9, + 0.79, 10, - 1.785, + 2.02, 11, - 1.082, - 16, - 0.801, - 21, - 1.49, - 22, - 2.515, - 23, - 0.835, - 25, - 2.203, - 28, - 3.151, - 29, - 1.341, - 30, - 1.124, - 31, - 5.992, - 32, - 1.689, - 33, - 1.566, - 41, + 1.023, + 12, + 1.289, + 18, 1.123, + 20, + 1.437, + 28, + 1.369, + 36, + 1.514, + 38, + 1.095, + 39, + 0.596, + 42, + 0.513, 46, - 1.075, - 48, - 1.075, + 1.542, 49, - 1.381, - 51, - 1.76, - 62, - 4.129, - 68, - 1.655, - 71, - 0.792, - 73, - 3.181, - 74, - 0.985, - 77, - 1.19, + 0.976, + 52, + 1.89, + 55, + 1.354, + 57, + 1.383, + 59, + 0.953, + 60, + 0.786, + 75, + 2.044, + 77, + 0.963, + 79, + 0.995, + 84, + 1.22, 86, - 1.395, - 101, - 2.834, + 0.917, + 90, + 1.412, + 91, + 0.964, + 92, + 2.377, + 96, + 3.348, + 97, + 1.712, + 99, + 1.012, + 100, + 1.424, + 103, + 2.27, 106, - 1.526, + 1.546, + 107, + 1.876, + 108, + 0.83, + 109, + 2.207, + 110, + 1.116, + 113, + 0.931, + 119, + 3.002, 121, - 1.092, - 123, - 1.4, + 0.934, 125, - 1.562, - 127, - 1.613, - 129, - 1.958, - 137, - 1.086, + 0.859, + 126, + 1.506, + 130, + 1.719, + 133, + 4.461, + 135, + 2.692, + 139, + 1.635, 140, - 5.108, - 141, - 1.462, + 2.142, + 142, + 0.839, + 143, + 1.369, + 146, + 3.719, + 148, + 1.771, + 149, + 1.075, + 150, + 0.715, 151, - 2.197, - 152, - 3.019, + 1.16, + 153, + 2.326, + 158, + 0.825, 160, - 1.589, + 2.828, 161, - 0.767, - 162, - 0.993, - 168, - 2.237, - 191, - 2.625, - 234, - 2.497, + 1.903, + 165, + 2.751, + 166, + 2.184, + 167, + 3.491, + 169, + 0.881, + 170, + 3.994, + 177, + 2.101, + 178, + 3.751, + 194, + 2.01, + 196, + 2.374, + 197, + 0.97, + 198, + 0.769, + 201, + 1.543, + 202, + 0.917, + 203, + 1.522, + 207, + 2.526, + 226, + 1.648, + 227, + 2.692, + 229, + 0.852, 237, - 2.607, - 247, - 0.702, + 2.142, + 239, + 2.044, + 240, + 0.803, + 241, + 0.605, + 244, + 1.083, 256, - 1.755, + 1.55, + 257, + 2.34, + 260, + 1.996, 261, - 3.098, + 1.199, + 263, + 0.844, + 265, + 1.86, + 268, + 1.762, + 269, + 2.237, 272, - 4.365, - 275, - 2.273, - 278, - 1.826, - 291, - 3.36, - 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, + 2.13, + 273, + 1.462, + 282, + 1.399, + 290, + 1.099, + 323, + 2.781, + 324, + 1.61, + 328, + 1.689, + 332, + 2.285, + 335, + 1.86, + 342, + 1.265, + 353, + 1.124, + 359, + 1.242, + 368, + 1.684, + 387, + 0.996, + 390, + 1.189, + 402, + 1.502, 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, - 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, + 1.414, + 442, + 1.265, + 452, + 1.351, + 469, + 1.431, + 471, + 1.246, + 473, + 2.044, + 479, + 1.059, + 480, + 3.062, + 489, + 2.756, + 504, + 1.414, + 510, + 1.707, + 522, + 1.399, + 524, + 3.222, + 534, + 2.184, + 552, + 1.761, + 555, + 0.879, + 556, 2.821, + 560, + 1.784, + 561, + 2.176, + 577, + 1.107, + 587, + 1.903, + 596, + 1.543, + 604, + 1.431, + 614, + 1.107, + 634, + 1.836, + 636, + 1.782, + 644, + 1.399, + 688, + 2.003, + 689, + 2.653, + 691, + 1.422, + 692, + 1.744, + 728, + 1.383, + 743, + 2.062, + 751, + 1.142, + 760, + 2.003, + 762, + 4.936, + 765, + 0.989, + 773, + 1.023, + 774, + 2.101, + 807, + 1.635, + 849, + 3.369, + 859, + 1.414, + 860, + 4.374, + 880, + 1.369, + 885, + 2.829, + 890, + 2.412, + 894, + 1.116, + 895, + 2.229, + 903, + 1.522, + 907, + 1.86, + 910, + 1.502, + 911, + 2.575, + 914, + 3.41, + 917, + 1.276, + 918, + 3.916, + 931, + 2.989, + 941, + 1.822, + 951, + 2.735, + 962, + 2.784, + 963, + 2.539, + 978, + 2.34, + 979, + 2.101, + 987, + 1.502, + 991, + 6.242, + 995, + 1.784, + 1007, + 3.528, + 1014, + 1.821, + 1017, + 2.003, + 1019, + 1.756, + 1025, + 2.713, + 1040, + 2.781, + 1054, + 2.209, + 1114, + 2.997, + 1141, + 1.719, + 1157, + 2.442, + 1158, + 2.729, + 1172, + 1.431, + 1219, + 5.857, + 1250, + 3.329, + 1261, + 1.689, + 1266, + 2.304, + 1272, + 1.253, + 1295, + 1.744, + 1296, + 1.052, + 1304, + 1.661, + 1332, + 1.142, + 1379, + 1.301, + 1403, + 1.34, + 1428, + 1.543, + 1471, + 2.302, + 1472, + 3.075, + 1479, + 1.661, + 1492, + 1.75, + 1495, + 1.564, + 1499, + 1.689, + 1532, + 2.997, + 1541, + 2.505, + 1543, + 2.735, + 1546, + 2.412, + 1574, + 1.719, + 1589, + 1.903, + 1594, + 3.378, + 1607, + 1.635, + 1608, + 2.781, + 1609, + 1.635, + 1621, + 1.431, + 1623, + 1.95, + 1627, + 2.003, + 1628, + 3.576, + 1650, + 1.689, + 1662, + 1.242, + 1682, + 1.784, + 1713, + 3.607, + 1804, + 1.354, + 1807, + 1.354, + 1874, + 1.661, + 1878, + 1.784, + 1928, + 1.522, + 1931, + 3.193, + 1936, + 1.564, + 2086, + 2.062, + 2087, + 1.784, + 2096, + 1.564, + 2180, + 1.86, + 2182, + 3.892, + 2189, + 1.564, + 2220, + 1.689, + 2253, + 2.304, + 2297, + 1.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 + 1.95, + 2354, + 2.003, + 2493, + 2.209, + 2496, + 2.13, + 2507, + 1.689, + 2509, + 6.739, + 2513, + 2.423, + 2514, + 1.543, + 2520, + 2.304, + 2524, + 5.565, + 2530, + 5.891, + 2531, + 2.582, + 2532, + 1.821, + 2533, + 3.993, + 2534, + 2.582, + 2535, + 3.506, + 2536, + 2.582, + 2537, + 4.25, + 2540, + 4.523, + 2541, + 5.417, + 2542, + 3.672, + 2543, + 4.468, + 2544, + 1.821, + 2546, + 2.062, + 2547, + 2.304, + 2548, + 1.661, + 2549, + 4.25, + 2550, + 1.635, + 2552, + 2.582, + 2553, + 2.423, + 2554, + 1.689, + 2555, + 1.784, + 2559, + 2.423, + 2560, + 2.423, + 2561, + 2.304, + 2616, + 2.062, + 2647, + 2.062, + 2738, + 2.997, + 2799, + 2.13, + 2863, + 2.209, + 2952, + 1.522, + 3073, + 4.468, + 3108, + 5.015, + 3226, + 3.506, + 3399, + 3.211, + 3401, + 2.304, + 3438, + 2.062, + 3527, + 1.903, + 3638, + 2.13, + 3667, + 2.13, + 3816, + 2.304, + 3890, + 1.903, + 3924, + 2.062, + 4233, + 2.304, + 4296, + 7.714, + 4297, + 2.823, + 4298, + 2.823, + 4299, + 2.423, + 4300, + 2.582, + 4301, + 2.823, + 4302, + 2.823, + 4303, + 2.823, + 4304, + 2.582, + 4305, + 2.823, + 4306, + 4.648, + 4307, + 2.823, + 4308, + 2.823, + 4309, + 2.823, + 4310, + 4.648, + 4311, + 2.823, + 4312, + 4.648, + 4313, + 4.648, + 4314, + 2.823, + 4315, + 2.582, + 4316, + 5.923, + 4317, + 6.866, + 4318, + 2.423, + 4319, + 3.988, + 4320, + 2.823, + 4321, + 2.823, + 4322, + 2.423, + 4323, + 2.823, + 4324, + 4.648, + 4325, + 2.423, + 4326, + 2.423, + 4327, + 2.823, + 4328, + 2.423, + 4329, + 2.823, + 4330, + 2.823, + 4331, + 2.823, + 4332, + 2.823, + 4333, + 2.823, + 4334, + 2.823, + 4335, + 4.648, + 4336, + 2.823, + 4337, + 2.823, + 4338, + 2.823, + 4339, + 2.582, + 4340, + 2.823, + 4341, + 6.866, + 4342, + 5.417, + 4343, + 2.582, + 4344, + 4.25, + 4345, + 2.823, + 4346, + 2.823, + 4347, + 3.988, + 4348, + 4.25, + 4349, + 2.304, + 4350, + 2.423, + 4351, + 2.423, + 4352, + 4.648, + 4353, + 2.209, + 4354, + 2.823, + 4355, + 2.582, + 4356, + 2.304 ] ], [ - "type/manuals/mesh", + "type/manuals/version-control", [ 0, 0.731 ] ], [ - "data/manuals/mesh", + "data/manuals/version-control", [ 0, - 0.551, + 0.403, 1, - 1.15, + 0.842, 2, - 1.139, + 0.834, 3, - 1.181, + 0.864, 4, - 1.181, + 0.864, 5, - 1.187, + 0.869, 6, - 1.187, + 0.869, 7, - 1.549, + 1.466, 8, - 1.355, + 2.829, 9, - 0.876, + 2.231, 10, - 0.821, + 2.308, 11, - 1.072, - 13, - 2.216, - 16, - 0.994, - 17, - 2.963, - 21, - 1.368, + 1.193, + 18, + 1.125, + 20, + 1.373, 22, - 2.338, - 23, - 1.449, - 24, - 2.053, + 1.353, 29, - 1.799, - 30, - 1.135, - 32, - 1.275, - 33, - 1.439, - 35, - 1.337, - 37, - 2.974, - 41, - 1.948, + 2.484, + 36, + 1.639, + 38, + 0.835, 42, - 2.115, - 44, - 3.561, - 48, - 1.251, - 50, - 2.921, - 51, - 1.665, + 1.195, + 46, + 1.544, + 49, + 2.275, + 52, + 2.069, + 56, + 1.281, + 57, + 1.321, 59, - 2.846, - 64, - 2.842, - 68, - 1.52, - 71, - 1.643, - 74, 1.054, + 60, + 2.091, + 63, + 1.596, + 67, + 1.65, + 70, + 2.218, + 76, + 1.752, 77, - 1.336, + 1.362, 79, - 3.032, - 86, - 1.266, - 87, - 2.776, - 90, - 4.321, - 93, - 2.093, - 94, - 1.555, - 98, - 2.363, - 102, - 1.981, + 0.93, + 91, + 3.451, + 99, + 1.081, + 100, + 1.234, + 103, + 1.515, + 106, + 1.85, + 107, + 1.751, 108, - 2.532, - 111, - 3.178, - 119, - 3.9, + 0.968, + 109, + 1.227, + 113, + 1.844, + 116, + 2.049, 121, - 3.416, + 1.089, + 122, + 2.34, 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, + 1.602, + 126, + 1.631, + 139, + 1.907, + 148, + 2.074, + 150, + 0.834, + 153, + 2.65, + 169, + 1.423, + 177, + 1.007, + 194, + 0.601, 196, - 3.219, + 2.275, + 197, + 2.26, 198, - 2.189, + 2.908, + 199, + 1.411, + 201, + 0.74, + 203, + 1.775, + 206, + 2.552, + 208, + 3.306, 210, - 2.073, - 218, - 1.725, - 225, - 2.605, - 227, - 2.334, - 228, - 2.073, + 1.332, + 216, + 2.08, 229, - 1.978, + 1.607, 230, - 2.363, - 234, - 2.038, - 237, - 1.036, - 247, - 0.817, - 263, - 1.258, - 270, - 4.261, + 1.146, + 231, + 4.258, + 238, + 4.619, + 239, + 2.316, + 240, + 0.936, + 241, + 1.409, + 242, + 3.011, + 243, + 1.631, + 256, + 2.078, + 260, + 1.775, + 268, + 1.879, + 273, + 1.855, + 280, + 1.291, + 285, + 2.358, 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, - 369, - 3.008, - 389, - 3.032, - 407, - 1.965, - 442, - 2.9, - 465, - 1.654, - 466, - 4.091, - 469, - 1.725, + 2.049, + 292, + 1.411, + 295, + 1.517, + 317, + 1.938, + 333, + 1.497, + 342, + 2.947, + 343, + 2.041, + 353, + 1.311, + 368, + 0.936, + 380, + 1.169, + 387, + 1.161, + 390, + 1.387, + 391, + 2.041, + 394, + 2.336, + 402, + 2.802, + 433, + 2.146, + 434, + 2.45, + 441, + 1.65, + 446, + 1.65, + 452, + 1.913, + 459, + 1.532, + 460, + 2.405, + 470, + 2.576, + 471, + 0.883, + 472, + 2.426, 473, - 2.228, + 1.448, 479, - 2.228, - 493, - 1.315, - 547, - 1.337, - 548, - 1.978, - 581, - 1.46, + 1.235, + 490, + 1.375, + 496, + 1.532, + 505, + 1.688, + 506, + 2.004, + 510, + 1.934, + 513, + 1.709, + 521, + 1.833, + 523, + 2.732, + 524, + 3.302, + 533, + 1.824, + 541, + 1.752, + 543, + 1.321, + 554, + 1.235, + 555, + 1.025, + 561, + 1.669, + 573, + 1.235, + 574, + 2.526, + 577, + 2.065, + 579, + 2.638, 590, - 2.649, + 1.364, + 593, + 2.576, + 594, + 3.031, + 596, + 1.799, + 601, + 1.921, + 602, + 1.332, + 603, + 1.375, + 604, + 1.669, + 607, + 2.687, + 623, + 1.461, + 629, + 0.99, 633, - 2.317, - 640, - 3.69, - 663, - 3.191, - 677, - 2.204, - 749, - 2.279, - 804, - 2.253, - 805, - 4.6, - 807, - 3.285, - 808, - 1.597, - 809, - 3.032, - 815, - 2.306, - 826, - 4.823, - 827, - 1.712, - 832, - 4.234, - 835, - 3.881, - 845, - 2.691, - 882, - 2.393, - 890, - 4.058, - 891, - 1.565, - 894, - 5.883, - 895, - 6.119, - 896, - 4.154, - 897, - 4.629, - 899, - 2.565, - 924, - 2.963, - 929, - 3.62, - 944, - 2.605, - 945, - 2.842, - 960, - 2.18, - 977, - 4.436, - 998, - 2.135, - 1020, - 7.41, - 1021, - 2.605, - 1025, - 3.191, - 1033, - 5.242, - 1137, - 6.251, - 1144, - 4.113, - 1176, - 3.191, - 1207, - 2.788, - 1257, - 2.073, - 1541, - 3.519, - 1603, - 2.605, - 1607, - 3.519, - 1617, - 2.9, - 1620, - 3.107, - 1780, - 2.492, + 2.668, + 634, + 2.08, + 635, + 2.169, + 636, + 2.019, + 646, + 5.411, + 650, + 2.169, + 675, + 1.263, + 681, + 1.613, + 685, + 3.752, + 689, + 2.358, + 691, + 1.611, + 692, + 2.82, + 703, + 1.291, + 710, + 2.552, + 738, + 3.15, + 774, + 1.489, + 834, + 5.728, + 837, + 2.123, + 898, + 1.169, + 901, + 2.275, + 903, + 2.838, + 915, + 2.019, + 921, + 2.123, + 935, + 1.631, + 936, + 2.169, + 937, + 2.687, + 939, + 2.608, + 943, + 2.274, + 948, + 1.301, + 975, + 1.579, + 994, + 2.336, + 1007, + 1.154, + 1050, + 6.45, + 1064, + 3.683, + 1075, + 2.041, + 1079, + 2.552, + 1097, + 2.041, + 1101, + 1.938, + 1104, + 1.146, + 1113, + 2.576, + 1127, + 3.846, + 1134, + 2.081, + 1140, + 2.426, + 1155, + 1.596, + 1173, + 2.58, + 1226, + 1.878, + 1248, + 4.157, + 1250, + 1.85, + 1263, + 2.405, + 1272, + 1.461, + 1279, + 1.97, + 1281, + 2.336, + 1283, + 2.877, + 1284, + 3.395, + 1309, + 1.799, + 1323, + 2.199, + 1324, + 1.709, + 1326, + 3.205, + 1342, + 2.687, + 1364, + 1.938, + 1416, + 3.735, + 1421, + 2.004, + 1476, + 2.576, + 1491, + 4.296, + 1499, + 3.15, + 1500, + 3.637, + 1507, + 2.041, + 1543, + 3.098, + 1629, + 2.358, + 1655, + 1.73, + 1666, + 2.041, + 1693, + 2.219, + 1770, + 2.004, 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 + 1.579, + 1814, + 1.475, + 1871, + 3.189, + 1872, + 2.004, + 1916, + 2.825, + 1931, + 1.775, + 1932, + 2.169, + 1933, + 3.501, + 2053, + 2.576, + 2068, + 3.011, + 2105, + 2.169, + 2112, + 2.687, + 2116, + 3.003, + 2142, + 2.169, + 2143, + 2.169, + 2263, + 2.576, + 2309, + 2.825, + 2336, + 2.219, + 2339, + 2.825, + 2354, + 2.336, + 2360, + 1.775, + 2373, + 2.081, + 2506, + 2.041, + 2514, + 1.799, + 2581, + 2.484, + 2637, + 3.327, + 2683, + 3.735, + 2692, + 3.846, + 2737, + 2.825, + 2753, + 2.576, + 2807, + 2.484, + 2961, + 3.846, + 2998, + 2.484, + 3020, + 2.825, + 3041, + 4.815, + 3057, + 2.274, + 3104, + 2.687, + 3134, + 3.15, + 3252, + 2.219, + 3414, + 2.825, + 3423, + 5.147, + 3572, + 2.484, + 3574, + 6.983, + 3581, + 4.119, + 3615, + 2.484, + 3616, + 2.405, + 3623, + 2.576, + 3629, + 2.687, + 3727, + 5.337, + 3845, + 2.484, + 3890, + 3.549, + 4033, + 3.011, + 4034, + 4.815, + 4048, + 5.147, + 4155, + 2.825, + 4209, + 2.687, + 4356, + 2.687, + 4357, + 3.293, + 4358, + 2.825, + 4359, + 3.293, + 4360, + 5.645, + 4361, + 3.011, + 4362, + 3.293, + 4363, + 4.815, + 4364, + 2.336, + 4365, + 3.011, + 4366, + 7.516, + 4367, + 5.265, + 4368, + 8.22, + 4369, + 2.576, + 4370, + 7.517, + 4371, + 5.265, + 4372, + 3.293, + 4373, + 5.265, + 4374, + 2.825, + 4375, + 3.011, + 4376, + 2.825, + 4377, + 3.293, + 4378, + 3.293, + 4379, + 4.815, + 4380, + 3.293, + 4381, + 3.293, + 4382, + 2.825, + 4383, + 2.825, + 4384, + 6.004, + 4385, + 3.011, + 4386, + 2.825, + 4387, + 6.874, + 4388, + 3.293, + 4389, + 2.825, + 4390, + 3.011, + 4391, + 3.011, + 4392, + 2.576, + 4393, + 3.293, + 4394, + 3.293, + 4395, + 3.293, + 4396, + 3.293, + 4397, + 4.119, + 4398, + 3.293, + 4399, + 4.518, + 4400, + 2.336, + 4401, + 3.293, + 4402, + 5.265, + 4403, + 3.293, + 4404, + 2.825, + 4405, + 2.825, + 4406, + 2.825, + 4407, + 3.293 ] ], [ - "type/manuals/building-blocks", + "type/manuals/tilesource", [ 0, 0.731 ] ], [ - "data/manuals/building-blocks", + "data/manuals/tilesource", [ 0, - 0.359, + 0.417, 1, - 0.749, + 0.87, 2, - 0.742, + 0.861, 3, - 0.769, + 0.892, 4, - 0.769, + 0.892, 5, - 0.773, + 0.897, 6, - 0.773, + 0.897, 7, - 1.503, + 1.524, 8, - 1.467, - 9, - 1.024, + 1.88, 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, + 0.735, + 18, + 1.154, + 20, + 1.324, + 36, + 1.077, + 38, + 0.987, 42, - 0.698, + 0.981, + 43, + 2.803, + 44, + 3.197, + 45, + 2.291, 46, - 1.691, - 48, - 1.953, + 1.639, + 49, + 2.324, + 50, + 5.358, 51, - 0.55, + 2.483, 52, - 2.023, - 60, - 1.194, - 63, - 1.405, - 68, - 1.087, + 1.85, + 57, + 1.333, + 59, + 0.899, + 62, + 1.131, + 66, + 2.192, + 69, + 1.598, 70, - 1.867, + 3.745, 71, - 2.046, - 72, - 1.157, - 74, - 0.675, + 3.731, 77, - 2.125, - 83, - 2.018, + 1.119, + 79, + 0.963, 86, - 1.69, - 87, - 2.518, + 1.754, + 88, + 2.874, + 89, + 2.951, + 91, + 1.844, + 92, + 2.167, + 93, + 4.333, 94, - 1.013, - 97, - 1.859, + 3.127, + 99, + 1.064, 102, - 1.797, + 1.719, + 103, + 1.762, 106, - 1.157, - 111, - 2.592, + 1.496, + 107, + 1.279, + 108, + 0.999, + 110, + 3.024, + 113, + 2.046, + 115, + 2.483, + 118, + 2.192, 121, - 0.829, - 123, - 1.061, + 2.223, + 122, + 3.179, 125, - 1.185, - 137, - 1.152, - 141, - 0.587, - 146, - 1.157, + 2.54, + 126, + 1.658, + 128, + 1.666, + 132, + 1.856, + 142, + 1.606, + 148, + 1.824, 149, - 1.892, - 151, - 1.287, - 152, - 1.912, + 2.056, + 153, + 2.406, 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, + 0.994, + 168, + 1.786, + 169, + 0.804, + 170, + 1.304, 175, - 2.107, - 181, - 1.185, - 190, - 1.362, - 191, - 0.742, - 193, - 0.618, - 217, - 1.176, - 218, - 2.692, - 224, - 1.673, - 228, - 2.8, + 2.354, + 177, + 2.72, + 178, + 1.267, + 185, + 2.538, + 194, + 0.986, + 197, + 1.168, + 198, + 1.471, + 199, + 2.879, + 200, + 3.288, + 201, + 1.72, + 206, + 3.71, + 207, + 2.779, + 208, + 3.673, + 212, + 3.127, + 213, + 4.333, + 214, + 2.565, + 215, + 5.718, + 217, + 2.412, + 226, + 1.503, 229, - 1.288, - 237, - 1.616, + 0.623, + 230, + 1.183, + 231, + 1.276, + 233, + 5.993, + 235, + 3.413, + 239, + 1.495, + 240, + 0.967, + 241, + 1.788, 244, - 1.539, + 1.304, + 246, + 2.24, 247, - 0.87, + 1.124, + 248, + 2.034, + 253, + 2.706, 256, - 1.787, - 263, - 3.172, + 1.517, + 260, + 1.146, + 268, + 0.694, + 269, + 1.525, 273, - 1.14, - 277, - 1.615, - 288, - 1.14, + 1.333, + 285, + 3.01, + 287, + 2.348, 290, - 2.694, + 4.566, 291, - 1.006, - 294, - 2.673, + 7.109, + 292, + 4.922, + 295, + 2.489, 300, - 1.878, - 301, - 1.468, + 3.723, 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, + 2.412, + 304, + 2.192, + 314, + 3.623, + 329, + 2.483, + 333, + 0.967, + 345, + 2.618, + 368, + 1.536, 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, + 2.07, + 374, + 2.192, + 383, + 2.24, + 387, + 1.905, + 389, + 1.883, + 425, + 1.939, 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, + 2.225, + 477, + 2.348, + 500, + 3.725, + 505, + 4.779, + 510, + 1.249, + 521, + 1.183, + 522, + 1.684, + 535, + 2.483, + 536, + 2.24, + 537, + 1.939, + 553, + 2.402, + 555, + 1.059, + 561, + 2.818, + 568, + 5.238, + 579, + 1.703, 590, - 0.969, - 624, - 1.468, + 1.408, + 600, + 1.631, 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, + 1.684, 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, + 3.08, + 675, + 1.304, + 676, + 1.552, + 695, + 1.537, + 703, + 2.118, + 724, + 3.232, 728, - 3.923, - 730, - 1.889, - 754, - 3.316, - 758, + 3.293, + 765, + 2.354, + 773, + 1.232, + 783, + 2.774, + 784, + 2.483, + 815, + 2.108, + 848, + 1.684, + 856, + 1.364, + 885, 2.07, - 790, - 1.753, - 811, - 2.018, - 813, - 3.367, - 826, - 3.752, - 827, - 1.115, - 834, - 1.753, - 844, - 1.889, - 858, - 2.453, - 860, - 1.123, - 862, - 1.485, - 889, - 1.878, - 901, - 1.52, + 898, + 1.918, 919, - 2.373, - 920, - 1.851, + 1.743, + 924, + 2.564, 939, - 2.549, - 953, - 1.753, - 954, - 2.549, + 2.676, + 952, + 3.832, 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, + 2.483, + 959, + 2.874, + 962, + 5.058, + 963, + 4.857, + 964, + 6.956, + 969, + 2.07, + 980, + 3.483, + 983, + 2.192, + 1016, + 2.148, + 1131, + 2.676, + 1132, + 2.66, + 1146, + 3.308, + 1150, + 3.776, + 1153, + 1.598, + 1173, + 2.647, + 1216, + 1.809, + 1221, + 1.684, + 1223, + 2.291, + 1224, + 2.591, + 1226, + 1.939, + 1259, + 2.148, + 1306, + 2.148, + 1322, + 3.446, + 1329, + 2.034, + 1339, + 2.565, + 1499, + 2.034, + 1651, + 2.034, + 1698, + 2.108, 1774, - 1.975, - 1780, - 4.288, - 1788, - 1.93, - 1794, - 1.816, - 1849, - 3.309, - 1854, - 1.502, + 1.723, 1870, - 3.229, - 1895, - 1.724, - 1898, - 1.937, - 1923, - 2.14, - 1929, - 1.451, - 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.774, + 1893, + 3.232, + 1908, + 2.442, + 1926, + 3.483, + 2086, + 2.483, + 2136, + 2.24, + 2236, + 4.745, + 2249, + 2.291, + 2261, + 1.91, + 2314, + 2.66, + 2472, + 2.291, + 2474, + 4.074, + 2475, + 4.074, + 2554, + 3.232, + 2775, + 1.833, + 2838, + 2.917, + 2840, + 3.109, + 2842, + 5.483, + 2869, + 2.774, + 2872, + 3.832, + 2873, + 4.635, + 2874, + 2.483, + 2875, + 4.66, + 2876, + 3.731, + 2877, + 4.074, + 2952, + 1.833, + 2976, + 2.917, 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, - 4540, - 2.93, - 4541, - 2.93, - 4542, - 2.679, - 4543, - 2.514, - 4544, - 2.93, - 4545, - 2.679, - 4546, - 2.93, - 4547, - 2.93, - 4548, - 2.39, - 4549, - 2.93, - 4550, - 2.93, - 4551, - 2.93, - 4552, - 2.93, - 4553, - 2.679, - 4554, - 2.93, - 4555, - 2.679, - 4556, - 2.93, - 4557, - 2.93, - 4558, - 2.93, - 4559, - 2.93, - 4560, - 2.93, - 4561, - 2.93, - 4562, - 2.679, - 4563, - 2.679, - 4564, - 2.679, - 4565, - 2.39, - 4566, - 2.93, - 4567, - 2.679, - 4568, - 4.111, - 4569, - 2.93, - 4570, - 2.93, - 4571, - 2.93, - 4572, - 2.39, - 4573, - 2.514 + 2.483, + 3372, + 3.109, + 4389, + 2.917, + 4408, + 3.109, + 4409, + 2.66, + 4410, + 3.4, + 4411, + 3.4, + 4412, + 3.109, + 4413, + 3.4, + 4414, + 3.109, + 4415, + 3.109, + 4416, + 2.66, + 4417, + 3.4, + 4418, + 3.4, + 4419, + 3.4, + 4420, + 3.4, + 4421, + 3.4, + 4422, + 2.917, + 4423, + 2.917, + 4424, + 2.774, + 4425, + 3.4 ] ], [ - "type/manuals/debugging-game-logic", + "type/manuals/tilemap", [ 0, 0.731 ] ], [ - "data/manuals/debugging-game-logic", + "data/manuals/tilemap", [ 0, - 0.306, + 0.504, 1, - 0.639, + 1.053, 2, - 0.633, + 1.042, 3, - 0.656, + 1.08, 4, - 0.656, + 1.08, 5, - 0.659, + 1.086, 6, - 0.659, + 1.086, 7, - 1.526, + 1.575, 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, - 39, - 2.803, - 41, - 2.374, - 42, - 1.516, + 2.691, + 18, + 1.124, + 20, + 1.009, + 27, + 2.384, + 36, + 1.821, + 38, + 1.014, + 44, + 1.719, + 45, + 2.774, 46, - 0.695, + 1.471, 49, - 1.941, - 51, - 1.442, + 1.423, + 50, + 2.28, 54, - 3.839, - 55, - 3.751, + 1.954, + 57, + 1.28, 59, - 1.783, - 61, - 1.885, - 62, - 1.953, - 64, - 1.579, - 67, - 0.875, - 68, - 2.023, + 1.043, 70, - 1.43, - 71, - 1.89, - 74, - 0.707, + 2.64, + 75, + 1.81, 77, - 1.973, - 83, - 2.68, - 86, - 1.591, - 87, - 1.739, + 1.891, + 79, + 1.042, + 82, + 2.774, + 85, + 2.463, + 90, + 0.981, 91, - 0.958, - 93, - 2.961, + 1.405, + 92, + 3.86, 94, - 0.864, + 1.915, + 96, + 2.689, + 97, + 1.19, 99, - 2.707, + 1.087, + 100, + 1.176, 101, - 1.186, + 4.663, 102, - 2.799, + 1.053, + 103, + 0.948, + 104, + 3.176, + 106, + 1.123, + 107, + 1.444, + 108, + 1.843, + 109, + 1.533, + 110, + 2.476, 111, - 2.376, - 117, - 0.931, - 119, - 2.45, - 121, - 2.173, - 123, + 1.719, + 113, 1.521, - 125, - 1.698, - 127, - 1.044, - 137, - 1.498, + 121, + 1.361, + 124, + 2.732, + 126, + 1.244, 141, - 1.539, - 145, - 3.167, - 146, - 2.514, + 1.523, + 142, + 2.257, + 148, + 2.167, 149, - 0.778, + 1.567, 150, - 2.604, + 1.922, 151, - 1.497, + 2.575, 152, - 2.509, - 158, - 0.847, + 2.654, + 153, + 2.396, + 154, + 2.601, + 155, + 2.601, + 156, + 4.466, 160, - 1.832, - 161, - 0.496, - 162, - 0.642, - 163, - 1.174, - 164, - 1.365, - 172, - 1.162, - 173, - 0.965, + 1.21, + 169, + 1.262, + 170, + 1.578, + 174, + 3.094, + 175, + 3.309, + 177, + 2.322, 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, + 1.533, + 194, + 1.755, 196, - 1.842, + 1.423, + 197, + 1.414, 198, - 0.816, - 214, - 2.707, - 216, - 1.646, - 219, - 1.266, - 224, - 1.156, - 237, - 0.967, + 2.311, + 201, + 1.705, + 206, + 4.113, + 207, + 2.086, + 208, + 4.645, + 210, + 1.665, + 212, + 1.915, + 226, + 2.783, + 229, + 1.149, + 235, + 2.601, 238, - 2.039, + 2.313, + 240, + 1.782, + 241, + 0.881, 247, - 0.762, + 1.361, + 250, + 1.59, + 251, + 2.888, + 253, + 2.062, 256, - 1.234, + 2.432, 257, - 2.9, - 261, - 1.297, - 263, - 0.699, - 273, - 0.972, - 277, - 1.415, - 282, - 1.313, + 2.476, + 268, + 0.84, 291, - 0.858, - 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, + 7.104, + 292, + 4.285, + 306, + 3.732, + 320, + 2.463, + 333, + 1.782, + 338, + 4.578, + 344, + 4.621, + 371, + 4.458, + 373, + 2.506, + 374, + 2.654, + 380, + 1.461, + 381, + 2.552, + 452, + 1.197, + 509, + 3.252, + 521, + 1.433, + 524, + 1.378, + 535, + 3.006, + 543, + 1.652, + 573, + 2.352, + 577, + 1.614, + 591, + 2.711, 594, - 1.027, + 1.897, 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, + 2.219, + 601, + 3.096, + 602, + 2.535, + 603, + 2.618, + 636, + 1.578, + 659, + 2.347, + 676, + 1.878, + 683, + 2.662, + 692, + 1.544, + 751, + 1.665, 792, - 1.542, - 805, - 2.035, - 812, - 2.85, - 815, - 1.281, - 824, - 2.035, - 842, - 2.978, - 854, - 1.726, + 3.575, + 801, + 2.017, + 848, + 2.039, 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, + 2.463, + 931, + 2.078, + 939, + 2.039, + 941, + 1.614, + 947, + 2.162, + 964, + 7.825, + 982, + 6.856, 983, - 4.244, - 1022, - 2.206, - 1026, - 3.195, - 1072, - 1.174, - 1074, - 1.266, - 1122, - 1.313, - 1127, - 2.66, + 6.203, + 988, + 5.114, + 1019, + 2.369, + 1034, + 2.403, + 1043, + 1.779, + 1052, + 2.162, + 1144, + 2.347, 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, + 1.995, + 1157, + 2.162, + 1195, + 3.358, + 1196, + 3.358, + 1214, + 2.92, + 1228, + 6.016, + 1253, + 4.768, + 1254, + 3.63, + 1255, + 2.843, + 1256, + 2.552, + 1257, + 2.552, + 1258, + 2.711, + 1259, + 2.601, + 1260, + 3.688, + 1261, + 2.463, + 1343, + 2.28, + 1413, + 2.506, + 1511, + 3.379, 1596, - 1.384, - 1608, - 2.144, - 1618, - 1.329, - 1621, - 1.684, - 1622, - 2.66, - 1647, - 1.726, + 2.19, + 1628, + 1.705, 1662, - 1.151, - 1672, - 3.685, - 1695, - 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, - 4609, - 2.498, - 4610, - 1.955, - 4611, - 2.498, - 4612, - 2.285, - 4613, - 2.039, - 4614, - 2.498, - 4615, - 1.684, - 4616, - 2.498, - 4617, - 4.198, - 4618, - 2.285, - 4619, - 2.039, - 4620, - 4.198, - 4621, - 2.498, - 4622, - 2.498, - 4623, - 2.285, - 4624, - 2.498, - 4625, - 4.43, - 4626, - 2.498, - 4627, - 2.498 + 1.81, + 1882, + 2.782, + 1884, + 1.748, + 2121, + 2.422, + 2129, + 3.22, + 2203, + 5.731, + 2263, + 5.938, + 2420, + 2.774, + 2507, + 2.463, + 2603, + 3.358, + 2690, + 2.384, + 3476, + 2.843, + 3802, + 3.006, + 3808, + 5.378, + 3812, + 3.358, + 3813, + 3.358, + 3897, + 3.961, + 4224, + 3.764, + 4408, + 6.941, + 4426, + 10.562, + 4427, + 6.267, + 4428, + 6.267, + 4429, + 5.114, + 4430, + 5.544, + 4431, + 3.532, + 4432, + 4.116, + 4433, + 4.116, + 4434, + 3.764, + 4435, + 6.267, + 4436, + 5.731, + 4437, + 3.764, + 4438, + 3.764, + 4439, + 3.764, + 4440, + 3.764, + 4441, + 3.358 ] ], [ - "type/manuals/property-animation", + "type/manuals/test", [ 0, 0.731 ] ], [ - "data/manuals/property-animation", + "data/manuals/test", [ 7, - 1.628, - 8, - 1.246, - 9, - 0.872, + 1.486, 10, - 1.0, - 11, - 0.796, - 16, - 0.809, - 22, - 1.244, - 30, - 1.078, - 42, - 1.306, - 48, - 1.525, + 2.262, + 18, + 1.082, + 20, + 1.391, + 36, + 1.484, + 38, + 1.224, + 41, + 3.91, + 46, + 1.573, + 57, + 1.339, + 59, + 0.857, + 62, + 2.477, 70, - 1.232, - 71, - 1.125, - 74, - 0.609, - 86, - 1.103, - 87, - 2.271, + 3.134, + 77, + 1.541, + 79, + 0.807, + 99, + 0.979, + 100, + 1.964, 102, - 2.287, - 110, - 1.824, + 2.43, + 104, + 3.771, + 105, + 2.986, + 106, + 1.702, + 107, + 1.416, 111, - 3.261, - 119, - 4.022, - 121, - 3.568, - 137, - 0.816, - 141, - 1.55, - 172, - 1.517, - 186, - 2.313, - 193, - 1.633, - 230, - 2.88, - 237, - 1.262, - 349, - 2.917, - 429, - 2.455, - 454, - 2.271, - 459, - 4.004, - 466, - 2.988, - 467, - 4.289, - 471, - 6.547, - 495, - 3.126, - 508, - 3.535, - 514, - 2.746, - 517, - 6.761, - 808, - 2.746, - 843, - 3.535, - 858, - 1.737, - 874, - 4.004, - 899, - 3.126, - 941, - 3.535, + 3.108, + 116, + 2.896, + 126, + 1.886, + 132, + 2.557, + 140, + 3.429, + 148, + 1.949, + 153, + 2.155, + 169, + 1.557, + 178, + 2.772, + 216, + 4.356, + 229, + 1.364, + 239, + 3.273, + 256, + 1.68, + 268, + 1.519, + 273, + 1.837, + 274, + 5.59, + 282, + 3.686, + 285, + 3.333, + 290, + 3.697, + 309, + 4.379, + 353, + 2.963, + 369, + 5.016, + 387, + 2.624, + 452, + 2.163, + 521, + 2.59, + 555, + 2.958, + 592, + 4.798, + 631, + 3.686, + 683, + 3.161, + 687, + 4.379, + 689, + 3.333, + 702, + 3.728, + 713, + 3.91, + 832, + 4.557, + 855, + 9.46, + 903, + 4.011, + 935, + 5.77, 948, - 4.226, - 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, - 4643, - 4.704, - 4644, - 5.013, - 4645, - 5.013, - 4646, - 5.013, - 4647, - 5.013, - 4648, - 5.013, - 4649, - 5.013, - 4650, - 5.013, - 4651, - 5.013, - 4652, - 5.013, - 4653, - 5.013, - 4654, - 5.013, - 4655, - 5.013, - 4656, - 5.013, - 4657, - 5.013, - 4658, - 5.013, - 4659, - 5.013, - 4660, - 5.013, - 4661, - 5.013, - 4662, - 5.013, - 4663, - 5.013, - 4664, - 5.013, - 4665, - 5.013, - 4666, - 5.013, - 4667, - 5.013, - 4668, - 5.013, - 4669, - 4.704, - 4670, - 5.013, - 4671, - 4.289, - 4672, - 5.482, - 4673, - 6.637, - 4674, - 7.735, - 4675, - 5.482 + 2.94, + 975, + 4.557, + 984, + 5.614, + 1324, + 4.93, + 1332, + 4.459, + 1338, + 5.822, + 1343, + 4.122, + 1363, + 5.822, + 1372, + 8.98, + 1662, + 3.273, + 2156, + 4.53, + 2432, + 6.805, + 2581, + 5.614, + 2867, + 6.805, + 3092, + 5.822, + 3161, + 4.902, + 4266, + 6.072, + 4442, + 8.539, + 4443, + 7.441, + 4444, + 7.441, + 4445, + 6.072, + 4446, + 6.805, + 4447, + 7.441, + 4448, + 7.441, + 4449, + 7.441, + 4450, + 7.441, + 4451, + 7.441 ] ], [ - "type/manuals/adapting-graphics-to-screen-size", + "type/manuals/animation", [ 0, 0.731 ] ], [ - "data/manuals/adapting-graphics-to-screen-size", + "data/manuals/animation", [ 0, - 0.355, + 1.088, 1, - 0.74, + 2.271, 2, - 0.733, + 2.248, 3, - 0.76, + 2.331, 4, - 0.76, + 2.331, 5, - 0.764, + 2.343, 6, - 0.764, + 2.343, 7, - 1.484, - 8, - 1.376, + 1.565, + 46, + 1.267, + 57, + 1.136, + 59, + 0.801, + 75, + 3.905, + 77, + 1.839, + 79, + 0.754, + 92, + 3.563, + 126, + 1.762, + 148, + 1.822, + 199, + 3.804, + 215, + 4.448, + 228, + 3.74, + 250, + 3.43, + 251, + 4.092, + 282, + 4.399, + 318, + 6.947, + 577, + 3.482, + 911, + 4.919, + 935, + 4.399, + 938, + 5.611, + 959, + 6.026, + 996, + 4.5, + 1093, + 5.225, + 1137, + 7.017, + 1173, + 4.351, + 1180, + 5.789, + 1188, + 4.351, + 1323, + 3.709, + 2807, + 6.698, + 3084, + 6.134, + 4452, + 8.879, + 4453, + 8.879, + 4454, + 6.947, + 4455, + 10.595 + ] + ], + [ + "type/manuals/optimization-battery", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/optimization-battery", + [ + 0, + 1.102, + 1, + 2.301, + 2, + 2.277, + 3, + 2.361, + 4, + 2.361, + 5, + 2.373, + 6, + 2.373, + 7, + 1.429, + 10, + 1.944, + 18, + 0.964, + 20, + 1.195, + 57, + 1.457, + 59, + 0.812, + 79, + 0.907, + 99, + 1.046, + 107, + 1.711, + 121, + 2.975, + 135, + 5.209, + 142, + 2.674, + 153, + 2.041, + 194, + 1.948, + 256, + 2.031, + 266, + 3.992, + 268, + 1.836, + 457, + 3.193, + 471, + 2.411, + 551, + 7.375, + 676, + 4.105, + 709, + 5.684, + 947, + 4.725, + 969, + 5.475, + 1071, + 5.054, + 1840, + 5.13, + 1864, + 5.925, + 1866, + 5.13, + 2027, + 4.456, + 2189, + 4.982, + 2192, + 6.213, + 4456, + 8.712 + ] + ], + [ + "type/manuals/input-mouse-and-touch", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/input-mouse-and-touch", + [ + 0, + 0.407, + 1, + 0.849, + 2, + 0.84, + 3, + 0.871, + 4, + 0.871, + 5, + 0.876, + 6, + 0.876, + 7, + 1.491, 9, - 0.986, + 2.243, 10, - 1.662, + 2.238, 11, - 1.064, - 12, - 2.492, - 13, - 1.569, - 16, - 1.06, - 17, - 1.907, - 21, - 1.423, - 22, - 2.411, + 1.202, + 18, + 1.115, + 20, + 1.473, 23, - 1.663, - 24, - 2.165, - 25, - 1.651, - 26, - 1.272, + 2.99, 28, - 1.684, - 29, - 1.066, - 30, - 1.132, - 31, - 2.986, - 32, - 1.66, - 33, - 1.445, - 35, - 0.861, - 40, - 3.128, - 41, - 1.379, + 1.609, + 36, + 2.188, + 38, + 1.126, + 39, + 0.7, 42, - 1.437, + 0.603, 44, - 2.419, + 1.386, 46, - 0.805, + 1.565, 47, - 3.243, - 48, - 2.14, - 51, - 2.018, + 2.373, 52, - 0.963, + 0.914, + 57, + 1.387, 58, - 3.198, + 1.722, 59, - 2.961, + 1.055, 60, - 1.18, + 1.84, + 62, + 1.105, 63, - 1.389, - 65, - 2.524, - 68, - 2.255, - 70, - 1.354, - 71, - 2.118, + 1.609, 72, - 1.874, - 73, - 2.627, - 74, - 1.011, - 75, - 1.627, + 1.105, 77, - 2.023, - 86, - 1.603, - 92, - 3.485, - 93, - 1.347, - 94, - 1.001, + 1.912, + 78, + 1.473, + 79, + 0.932, + 83, + 3.417, + 84, + 1.434, + 90, + 2.097, + 95, + 2.465, + 96, + 1.679, 97, - 0.886, - 101, - 3.923, + 1.532, + 98, + 2.354, + 99, + 1.016, + 100, + 0.994, 102, - 1.403, - 127, - 1.209, - 137, - 1.298, - 141, - 1.208, - 149, - 0.901, - 151, - 1.728, - 152, - 1.898, - 158, - 1.609, - 159, - 2.615, - 160, - 1.817, - 161, - 1.808, - 162, + 1.355, + 103, 1.22, + 106, + 1.352, + 107, + 1.008, + 113, + 1.653, + 120, + 1.986, + 121, + 1.098, + 122, + 1.65, + 126, + 1.638, + 132, + 1.14, + 139, + 1.922, + 142, + 0.987, + 148, + 1.693, + 150, + 0.84, + 153, + 1.872, + 160, + 2.22, + 165, + 2.36, 167, - 2.888, - 175, - 3.066, - 180, - 2.706, - 181, - 3.342, - 186, - 0.866, - 190, - 1.349, - 191, - 1.201, - 193, - 0.611, + 3.054, + 168, + 1.744, + 169, + 1.613, + 178, + 3.856, + 194, + 1.849, + 197, + 1.14, + 198, + 1.443, + 201, + 0.746, 202, - 2.592, - 217, - 1.162, - 223, - 1.604, - 224, - 1.659, - 234, - 0.881, - 236, - 1.484, - 237, - 2.097, + 2.452, + 206, + 2.568, + 207, + 3.073, + 210, + 1.342, + 211, + 4.135, + 229, + 1.758, + 230, + 1.155, + 239, + 1.46, + 240, + 0.944, + 241, + 0.711, 247, - 0.862, - 248, - 1.309, + 1.098, + 249, + 2.542, + 250, + 2.047, + 253, + 1.663, 256, - 2.049, - 263, - 2.152, + 1.986, + 260, + 1.119, + 266, + 4.748, + 268, + 2.018, + 269, + 1.501, 273, - 1.127, - 277, - 1.599, - 282, - 1.521, - 285, - 1.434, - 291, - 2.395, + 2.171, + 276, + 2.504, + 280, + 2.078, + 290, + 1.292, 294, - 1.273, - 300, - 1.769, - 303, - 1.982, + 1.893, + 295, + 3.047, 306, - 1.36, - 309, - 1.434, - 316, - 2.313, - 317, - 2.262, - 325, - 1.907, + 1.46, + 330, + 2.109, + 333, + 2.147, 339, - 1.086, + 2.596, 342, - 2.362, + 1.486, 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, - 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, + 2.057, + 353, + 1.321, + 359, + 1.46, + 368, + 1.507, + 371, + 1.744, + 382, + 1.194, + 387, + 1.869, 429, - 1.297, - 440, - 2.325, - 448, - 1.704, - 451, - 2.998, - 456, - 1.418, + 2.568, + 434, + 1.544, + 449, + 3.17, + 452, + 0.965, + 453, + 1.922, 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, + 1.178, + 471, + 0.89, + 473, + 1.46, + 510, + 1.219, + 515, + 2.057, 521, - 1.86, - 527, - 1.677, + 3.062, + 524, + 1.775, 548, - 1.273, - 554, - 1.569, - 569, - 1.743, - 580, - 1.403, - 581, - 0.94, + 2.186, + 549, + 2.848, + 553, + 1.186, + 561, + 1.679, + 571, + 2.424, + 573, + 1.245, + 582, + 4.597, 594, - 1.949, - 596, - 4.243, - 611, - 2.105, - 612, - 1.347, + 1.529, + 599, + 2.424, + 600, + 4.599, + 601, + 1.211, + 614, + 2.593, 615, - 1.677, - 622, - 3.125, - 645, - 1.54, - 646, - 2.592, - 654, - 3.29, - 655, + 1.766, + 629, + 1.593, + 636, 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, - 854, - 2.0, - 858, - 1.504, - 865, - 1.867, - 867, - 4.005, - 881, - 2.484, + 637, + 2.14, + 687, + 1.953, + 689, + 1.486, + 692, + 1.245, + 702, + 1.663, + 712, + 2.237, + 746, + 5.216, + 750, + 1.609, + 752, + 1.529, + 769, + 3.417, + 772, + 5.216, + 785, + 6.637, + 786, + 3.069, + 797, + 2.708, + 826, + 2.784, + 856, + 1.332, + 864, + 2.293, + 866, + 1.236, + 891, + 1.126, 892, - 1.677, - 909, - 1.347, - 912, - 2.998, - 914, - 1.704, - 929, - 1.309, - 940, - 4.592, - 943, - 1.704, + 2.848, + 898, + 1.178, + 913, + 2.097, + 915, + 3.164, + 917, + 1.5, + 921, + 2.14, + 931, + 1.811, 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, + 1.744, + 961, + 2.293, + 962, + 3.108, + 977, + 2.819, + 999, + 1.529, + 1007, + 3.551, + 1008, + 3.759, + 1009, + 6.463, + 1014, + 3.417, + 1019, + 2.499, + 1034, + 1.273, + 1043, + 1.434, + 1066, + 1.301, + 1071, + 3.717, + 1133, + 1.744, + 1155, + 3.206, + 1158, + 3.047, 1173, - 1.334, - 1174, - 2.838, - 1191, - 2.087, - 1200, - 2.207, + 1.626, + 1192, + 2.057, + 1193, + 5.263, + 1198, + 1.893, + 1206, + 2.354, + 1214, + 2.354, 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, + 2.02, + 1224, + 1.592, + 1235, + 2.14, + 1253, + 1.865, + 1272, + 1.473, + 1279, + 5.737, + 1295, + 3.096, + 1296, + 1.236, + 1301, + 4.692, + 1323, + 2.762, + 1329, + 3.17, + 1354, + 6.027, + 1364, + 1.953, + 1378, + 5.356, + 1401, + 2.02, + 1437, + 2.504, + 1472, + 1.486, + 1485, + 2.186, + 1487, + 2.504, + 1525, + 2.097, + 1546, + 1.722, + 1558, + 2.057, + 1560, + 2.186, + 1584, + 1.865, + 1588, + 1.626, + 1616, + 3.348, + 1622, + 5.357, + 1655, + 1.744, + 1679, + 3.491, + 1681, + 1.422, + 1687, + 3.285, + 1803, + 2.293, + 1841, + 1.922, + 1869, + 2.186, + 1871, + 1.609, + 1874, + 1.953, + 1888, + 6.734, 1889, - 1.677, + 2.02, + 1893, + 1.986, 1895, - 2.792, + 5.559, 1897, - 2.362, - 1898, - 1.919, - 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, - 2379, - 1.829, - 2420, - 2.184, - 2439, - 3.871, - 2451, - 3.059, - 2466, - 2.941, - 2497, - 1.502, - 2502, - 1.732, - 2506, - 3.059, + 2.596, + 1902, + 4.974, + 1903, + 7.003, + 1904, + 2.596, + 1905, + 2.848, + 1912, + 2.504, + 1920, + 1.544, + 1928, + 1.789, + 1929, + 1.744, + 2006, + 1.744, + 2024, + 1.5, + 2035, + 2.057, + 2057, + 2.097, + 2060, + 2.504, + 2089, + 1.865, + 2096, + 1.838, + 2123, + 3.022, + 2138, + 2.708, + 2354, + 2.354, + 2440, + 1.609, + 2498, + 2.097, 2509, - 2.888, - 2587, - 4.203, - 2643, - 2.362, + 1.986, + 2533, + 2.237, + 2548, + 1.953, + 2582, + 1.893, 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, + 2.424, + 2952, + 1.789, + 3006, + 2.424, + 3079, + 2.424, + 3144, + 2.237, + 3159, + 2.596, + 3236, + 2.596, + 3247, + 2.424, + 3380, + 3.035, + 3474, + 2.293, + 3527, + 2.237, + 3713, + 1.953, + 4002, + 2.596, + 4242, + 5.357, + 4296, + 2.596, + 4457, + 3.035, + 4458, + 8.252, + 4459, + 3.319, + 4460, + 3.319, + 4461, + 7.551, + 4462, + 3.319, + 4463, + 3.319, + 4464, + 4.692, + 4465, + 4.458, + 4466, + 7.904, + 4467, + 5.298, + 4468, + 5.298, 4469, - 3.579, + 3.035, + 4470, + 3.319, + 4471, + 3.319, 4472, - 2.647, + 4.831, 4473, - 2.362, + 3.319, + 4474, + 4.845, + 4475, + 4.845, + 4476, + 3.035, + 4477, + 3.319, + 4478, + 3.319, + 4479, + 3.319, + 4480, + 3.319, + 4481, + 3.319, + 4482, + 3.319, + 4483, + 2.354, + 4484, + 3.319, 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, - 4692, - 4.071, - 4693, - 2.647, - 4694, - 2.484, - 4695, - 2.895, - 4696, - 2.362, - 4697, - 2.895, - 4698, - 2.265, - 4699, - 2.895, - 4700, - 2.895, - 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 + 3.319, + 4486, + 2.708, + 4487, + 2.848, + 4488, + 3.319, + 4489, + 3.319, + 4490, + 3.319, + 4491, + 3.319, + 4492, + 3.319, + 4493, + 3.035, + 4494, + 3.319, + 4495, + 3.319, + 4496, + 3.035, + 4497, + 3.035, + 4498, + 2.708, + 4499, + 3.035 ] ], [ - "type/manuals/bundling", + "type/manuals/model-animation", [ 0, 0.731 ] ], [ - "data/manuals/bundling", + "data/manuals/model-animation", [ 0, - 0.477, + 0.64, 1, - 1.876, + 1.335, 2, - 0.986, + 1.322, 3, - 1.022, + 1.37, 4, - 1.022, + 1.37, 5, - 1.028, + 1.378, 6, - 1.028, + 1.378, 7, - 1.562, + 1.561, 8, - 1.437, + 1.461, + 10, + 2.059, + 18, + 1.128, + 20, + 1.16, + 36, + 1.49, + 38, + 0.969, + 42, + 1.357, + 43, + 2.709, + 46, + 1.54, + 57, + 1.219, + 59, + 0.91, + 75, + 2.296, + 77, + 1.807, + 79, + 0.741, + 84, + 2.256, + 90, + 1.781, + 99, + 0.998, + 100, + 0.98, + 102, + 1.335, + 103, + 1.72, + 106, + 0.935, + 107, + 0.993, + 108, + 1.535, + 111, + 3.121, + 113, + 1.046, + 121, + 1.727, + 122, + 2.326, + 124, + 2.276, + 126, + 2.0, + 128, + 2.558, + 148, + 1.954, + 150, + 1.322, + 151, + 2.145, + 153, + 1.695, + 156, + 3.072, + 158, + 1.526, + 160, + 2.963, + 165, + 3.157, + 166, + 3.511, + 167, + 3.529, + 169, + 1.417, + 170, + 2.865, + 175, + 2.276, + 178, + 3.548, + 194, + 1.738, + 197, + 1.794, + 201, + 1.173, + 210, + 2.111, + 215, + 5.783, + 229, + 1.6, + 231, + 2.803, + 233, + 3.519, + 240, + 1.485, + 241, + 1.868, + 250, + 2.017, + 251, + 2.406, + 256, + 1.179, + 258, + 4.922, + 260, + 1.76, + 268, + 1.066, + 269, + 1.185, + 273, + 1.844, + 330, + 2.382, + 333, + 2.125, + 381, + 3.237, + 452, + 1.518, + 505, + 2.677, + 524, + 2.502, + 554, + 1.959, + 555, + 2.326, + 579, + 3.743, + 588, + 2.709, + 590, + 3.095, + 602, + 2.111, + 614, + 2.047, + 629, + 2.247, + 636, + 2.865, + 644, + 2.586, + 679, + 2.338, + 691, + 1.597, + 692, + 1.959, + 695, + 2.36, + 699, + 3.519, + 724, + 4.47, + 728, + 2.558, + 832, + 2.504, + 856, + 2.095, + 898, + 1.854, + 914, + 2.181, + 931, + 2.389, + 948, + 2.063, + 959, + 5.981, + 978, + 2.063, + 1007, + 1.829, + 1025, + 2.063, + 1071, + 2.934, + 1105, + 4.922, + 1109, + 2.531, + 1137, + 3.124, + 1146, + 2.256, + 1150, + 2.934, + 1170, + 4.084, + 1207, + 3.813, + 1296, + 2.783, + 1379, + 3.443, + 1381, + 3.704, + 1385, + 3.704, + 1432, + 2.934, + 1459, + 2.128, + 1472, + 2.338, + 1509, + 3.606, + 1599, + 3.299, + 1608, + 3.124, + 1609, + 3.024, + 1648, + 2.978, + 1660, + 4.084, + 1666, + 3.237, + 1675, + 6.34, + 1684, + 3.024, + 1725, + 3.299, + 1807, + 2.504, + 1812, + 3.519, + 1813, + 3.704, + 1871, + 2.531, + 1901, + 3.024, + 1928, + 2.814, + 1948, + 2.778, + 1982, + 2.586, + 2096, + 2.892, + 2343, + 4.084, + 2379, + 3.366, + 2482, + 4.26, + 2503, + 4.922, + 2623, + 4.084, + 2691, + 4.084, + 2871, + 2.978, + 3087, + 4.818, + 3121, + 4.084, + 3139, + 3.938, + 3410, + 4.26, + 3476, + 3.606, + 3776, + 3.938, + 3779, + 4.084, + 3787, + 6.373, + 3809, + 7.067, + 3869, + 4.48, + 4195, + 4.26, + 4500, + 9.524, + 4501, + 8.648, + 4502, + 4.48, + 4503, + 7.361, + 4504, + 4.774, + 4505, + 3.813, + 4506, + 4.084, + 4507, + 4.48, + 4508, + 4.084, + 4509, + 4.26, + 4510, + 4.48, + 4511, + 4.48, + 4512, + 4.26, + 4513, + 4.084, + 4514, + 3.366, + 4515, + 7.471, + 4516, + 5.221, + 4517, + 4.774, + 4518, + 5.221, + 4519, + 6.411, + 4520, + 4.774, + 4521, + 5.221, + 4522, + 5.221, + 4523, + 4.774, + 4524, + 4.26, + 4525, + 4.774, + 4526, + 7.471, + 4527, + 5.845, + 4528, + 4.48, + 4529, + 4.48, + 4530, + 4.48, + 4531, + 4.48 + ] + ], + [ + "type/manuals/glossary", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/glossary", + [ + 0, + 0.345, + 1, + 0.404, + 2, + 1.498, + 3, + 0.414, + 4, + 0.414, + 5, + 0.416, + 6, + 0.416, + 7, + 1.549, + 8, + 1.655, 9, - 0.963, + 0.956, 10, - 1.625, - 11, - 0.986, + 2.297, 12, - 2.047, - 16, - 0.914, + 0.72, + 17, + 1.064, + 18, + 1.114, + 20, + 1.481, 21, - 0.795, + 1.064, 22, - 2.358, + 0.649, 23, - 1.782, + 2.674, 24, - 4.744, - 30, - 1.133, - 32, - 1.143, - 33, - 1.493, + 0.997, + 27, + 0.914, + 36, + 2.007, + 38, + 1.281, + 39, + 0.333, 41, - 1.747, + 4.531, 42, - 0.928, - 43, - 2.331, + 1.566, + 44, + 1.595, 46, - 2.041, - 48, - 2.294, - 51, - 1.672, + 1.584, + 47, + 3.863, + 49, + 1.605, + 50, + 0.874, 52, - 1.296, + 1.051, 54, - 3.693, + 1.338, + 56, + 0.614, + 57, + 1.441, 59, - 2.552, - 68, - 1.664, - 71, - 2.012, - 74, - 1.125, + 1.054, + 60, + 1.291, + 62, + 3.514, + 69, + 1.324, + 72, + 1.544, + 76, + 0.84, 77, - 1.877, + 0.961, + 78, + 0.701, + 79, + 1.015, + 84, + 0.682, 86, - 1.584, + 1.24, + 87, + 2.933, + 90, + 1.27, + 91, + 1.303, 92, - 1.338, + 1.532, + 96, + 2.663, + 97, + 2.358, 99, - 1.114, + 1.05, + 100, + 1.287, 101, - 1.849, + 0.765, + 102, + 2.425, + 103, + 0.879, + 104, + 1.935, + 105, + 0.633, + 106, + 1.878, + 107, + 1.641, 108, - 2.772, - 137, - 0.894, - 140, - 2.769, - 141, - 2.03, - 151, - 1.345, - 152, - 2.245, - 156, - 2.371, - 157, - 3.197, - 158, - 1.321, - 160, - 1.814, - 161, - 1.768, - 173, - 1.505, - 178, - 2.331, - 181, - 1.575, - 186, - 1.797, - 191, + 1.739, + 109, + 0.588, + 111, + 0.659, + 112, + 2.413, + 113, + 1.451, + 116, + 1.097, + 120, + 0.944, + 121, + 3.036, + 122, 2.255, + 124, + 0.688, + 125, + 2.399, + 126, + 1.668, + 132, + 0.968, + 135, + 1.632, + 137, + 1.064, + 140, + 1.299, + 141, + 0.584, + 146, + 1.381, + 147, + 1.658, + 148, + 1.811, + 153, + 2.395, + 157, + 1.064, + 159, + 3.778, + 160, + 2.649, + 169, + 1.466, + 172, + 0.688, + 174, + 2.173, + 185, + 2.505, + 186, + 2.688, + 193, + 0.979, + 194, + 2.018, + 197, + 1.312, 198, - 1.273, - 224, - 2.019, + 2.222, + 201, + 1.704, + 202, + 1.24, + 210, + 1.544, + 212, + 0.734, + 213, + 2.462, + 214, + 2.88, + 215, + 2.325, + 216, + 1.508, + 217, + 1.999, + 225, + 1.064, + 226, + 1.786, + 229, + 1.845, + 230, + 2.639, + 231, + 2.409, + 232, + 1.857, 234, - 1.828, - 237, - 2.167, - 247, - 1.332, - 248, - 1.761, + 0.9, + 236, + 1.412, + 241, + 1.624, + 243, + 1.891, + 254, + 1.04, 256, - 2.156, - 259, - 2.462, - 263, - 2.492, - 272, - 2.331, - 277, - 1.313, - 278, - 1.192, + 1.45, + 257, + 0.624, + 258, + 1.857, + 260, + 0.95, + 262, + 1.235, + 264, + 1.716, + 266, + 3.214, + 268, + 0.948, + 269, + 0.358, + 270, + 1.153, + 274, + 2.247, 281, - 1.952, + 0.979, 282, - 2.047, + 0.782, 290, - 1.356, - 294, - 1.713, - 295, - 4.663, - 297, - 1.882, - 298, - 2.876, + 1.806, + 291, + 4.995, + 292, + 2.283, 300, - 2.313, - 302, - 2.254, - 303, - 1.627, - 316, - 1.807, - 317, - 1.462, + 0.874, + 309, + 2.247, + 313, + 1.105, + 314, + 2.058, 318, - 1.588, - 339, - 1.462, - 346, - 1.516, - 350, - 2.441, - 355, - 2.552, - 391, - 2.051, - 393, - 2.99, - 394, - 1.93, - 407, - 1.519, + 1.235, + 331, + 1.999, + 343, + 0.979, + 344, + 0.961, + 345, + 2.868, + 347, + 1.018, + 353, + 1.52, + 358, + 0.727, + 359, + 0.694, + 368, + 1.086, + 369, + 1.064, + 378, + 1.817, + 379, + 1.064, + 382, + 1.014, + 387, + 0.557, + 390, + 1.955, + 392, + 0.987, + 403, + 1.12, + 404, + 0.997, 411, - 1.813, - 416, - 1.888, + 0.819, 422, - 3.316, - 424, - 1.869, + 1.288, + 425, + 3.04, 429, - 1.745, + 3.676, + 432, + 1.12, + 433, + 2.173, 434, - 2.566, - 440, - 1.909, + 1.776, 441, - 1.356, - 465, - 2.199, + 2.325, + 446, + 0.791, + 449, + 0.944, + 452, + 2.105, + 457, + 0.56, + 459, + 0.734, + 463, + 1.064, 469, - 3.416, - 479, - 1.93, - 491, - 1.627, - 493, - 1.139, - 496, - 3.903, - 502, - 1.869, - 514, - 1.383, + 0.8, + 471, + 1.023, + 473, + 2.602, + 486, + 1.235, + 489, + 1.311, + 499, + 1.12, + 518, + 1.235, + 521, + 0.981, 522, - 2.913, - 553, - 2.189, + 0.782, + 532, + 2.058, + 534, + 0.742, + 547, + 0.929, + 552, + 0.838, + 554, + 1.432, + 555, + 1.842, + 561, + 1.21, 573, - 3.316, - 599, - 1.849, - 611, - 5.033, - 632, - 3.658, + 1.432, + 574, + 0.757, + 575, + 1.09, + 577, + 1.497, + 579, + 1.913, + 591, + 1.04, + 595, + 0.851, + 605, + 0.9, + 608, + 2.299, + 614, + 0.619, + 622, + 1.851, + 629, + 2.996, + 631, + 0.782, 633, - 3.08, - 639, - 2.292, - 645, - 3.197, - 659, - 3.493, - 665, - 2.939, - 678, - 2.021, - 688, - 2.047, - 694, - 1.729, + 1.428, + 636, + 0.605, + 644, + 1.891, + 675, + 0.605, + 676, + 1.742, + 677, + 1.299, + 681, + 0.773, + 686, + 2.502, + 687, + 0.929, + 691, + 0.483, + 692, + 2.22, + 695, + 1.274, + 701, + 0.829, + 702, + 0.791, + 703, + 1.497, + 707, + 1.153, + 708, + 1.12, 710, - 1.411, - 714, - 2.374, - 720, - 2.462, - 767, - 4.505, - 776, - 1.729, + 0.765, + 713, + 1.481, + 737, + 1.064, + 744, + 0.765, + 746, + 1.09, + 753, + 2.708, + 754, + 0.944, + 758, + 0.701, + 762, + 2.098, + 765, + 0.987, + 769, + 1.817, + 770, + 1.235, + 773, + 3.125, + 777, + 2.418, + 785, + 0.9, 793, - 1.974, - 802, - 3.675, - 807, - 2.845, - 811, - 1.641, - 851, - 2.047, + 1.311, + 796, + 1.153, + 799, + 0.961, + 809, + 0.887, + 814, + 1.443, + 815, + 1.747, + 831, + 0.944, + 832, + 2.838, + 836, + 1.354, + 837, + 1.817, 854, - 4.151, - 858, - 1.235, - 860, - 1.494, + 1.561, + 856, + 0.633, + 891, + 1.808, + 898, + 1.355, + 901, + 0.682, 903, - 3.854, - 919, - 1.93, + 1.519, + 907, + 3.057, + 914, + 1.938, + 915, + 1.464, + 917, + 0.714, + 918, + 1.352, + 923, + 1.381, + 924, + 0.749, + 931, + 2.233, + 935, + 2.931, + 938, + 0.997, + 939, + 0.782, + 941, + 1.82, + 943, + 1.947, + 944, + 1.445, 947, - 2.256, + 0.829, 948, - 1.472, + 1.114, + 954, + 1.235, + 958, + 3.389, + 959, + 2.469, + 961, + 1.947, + 962, + 3.017, + 963, + 2.912, + 964, + 2.205, + 967, + 1.354, + 970, + 1.354, + 971, + 1.354, + 975, + 1.831, + 976, + 2.205, 977, - 2.158, - 996, - 2.222, - 1042, - 2.047, - 1074, - 3.045, - 1096, - 2.158, - 1122, - 2.047, - 1145, - 4.273, - 1166, - 1.849, + 2.031, + 978, + 3.689, + 979, + 3.1, + 980, + 1.018, + 981, + 1.716, + 982, + 2.777, + 983, + 1.018, + 986, + 1.064, + 987, + 0.84, + 990, + 1.04, + 991, + 0.961, + 993, + 2.608, + 1002, + 2.64, + 1006, + 1.999, + 1007, + 3.59, + 1008, + 1.12, + 1009, + 2.573, + 1010, + 0.649, + 1025, + 2.537, + 1034, + 0.605, + 1043, + 0.682, + 1044, + 1.153, + 1045, + 1.857, + 1047, + 0.749, + 1051, + 1.999, + 1053, + 1.12, + 1054, + 1.235, + 1060, + 0.887, + 1064, + 0.773, + 1068, + 0.997, + 1071, + 0.887, + 1079, + 1.851, + 1080, + 1.191, + 1089, + 1.04, + 1090, + 2.48, + 1104, + 0.981, + 1107, + 0.782, + 1114, + 1.018, + 1115, + 1.354, + 1120, + 0.929, + 1133, + 2.438, + 1137, + 0.944, + 1155, + 1.366, + 1158, + 1.299, + 1167, + 1.235, 1173, - 1.795, - 1211, - 1.729, - 1251, - 1.974, - 1261, - 5.03, - 1271, - 2.939, - 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, + 0.773, + 1184, + 0.997, + 1188, + 0.773, + 1191, + 1.191, + 1206, + 1.12, + 1219, + 1.716, + 1225, + 1.12, + 1269, + 0.874, + 1273, + 2.247, + 1291, + 0.944, + 1292, + 1.443, + 1296, + 0.588, + 1311, + 1.018, + 1321, + 1.354, + 1324, + 0.819, + 1332, + 2.156, + 1353, + 1.443, + 1364, + 1.658, + 1378, + 0.961, + 1380, + 1.354, + 1382, + 1.561, + 1386, + 1.153, + 1421, + 0.961, + 1426, + 0.961, + 1437, + 1.191, + 1445, + 1.12, + 1457, + 0.929, + 1464, + 1.354, + 1496, + 1.09, + 1497, + 1.235, + 1499, + 0.944, 1541, - 3.048, - 1549, - 2.158, - 1554, - 2.158, - 1569, - 1.374, - 1592, - 2.1, - 1610, - 2.566, - 1622, - 2.944, - 1660, - 2.574, - 1678, - 1.527, - 1695, + 0.851, + 1545, + 1.235, + 1546, + 2.408, + 1547, + 1.443, + 1559, + 0.979, + 1584, + 2.995, + 1588, + 1.381, + 1589, + 1.064, + 1594, + 0.9, + 1596, + 0.84, + 1597, + 0.914, + 1602, + 1.871, + 1604, + 3.373, + 1618, + 1.354, + 1621, + 0.8, + 1625, + 1.09, + 1628, + 2.841, + 1632, + 1.781, + 1633, + 1.354, + 1636, + 2.688, + 1637, + 1.018, + 1661, + 0.791, + 1662, + 1.679, + 1675, + 2.502, + 1676, + 0.997, + 1679, + 1.04, + 1681, + 1.207, + 1721, + 1.09, + 1725, + 2.413, + 1767, + 2.247, + 1769, + 1.759, + 1781, + 1.354, + 1812, + 1.064, + 1817, + 1.288, + 1818, + 1.354, + 1820, + 2.418, + 1822, + 1.191, + 1838, + 1.288, + 1839, + 1.12, + 1841, + 0.914, + 1859, + 1.354, + 1867, + 1.288, + 1871, + 0.765, + 1878, + 1.781, + 1879, + 2.701, + 1882, + 1.251, + 1884, 2.913, - 1705, - 1.527, - 1758, - 3.903, - 1761, - 2.222, - 1762, - 2.256, - 1763, - 2.939, - 1799, - 5.513, - 1806, - 2.763, - 1814, - 2.853, - 1816, - 2.512, - 1821, - 1.729, - 1853, - 2.566, - 1898, - 1.575, - 1994, - 4.389, + 1892, + 2.88, + 1894, + 1.04, + 1895, + 1.781, + 1896, + 1.9, + 1908, + 1.274, + 1926, + 1.018, + 1928, + 2.058, + 1930, + 2.126, + 1932, + 3.057, + 1936, + 0.874, + 1942, + 0.887, + 1968, + 0.84, + 2006, + 0.829, 2027, - 3.342, - 2118, - 3.595, - 2172, - 2.189, - 2204, - 3.595, - 2305, - 3.178, - 2409, - 3.958, - 2411, - 2.512, - 2412, - 2.845, - 2426, - 4.263, - 2462, - 4.389, - 2645, - 2.566, - 2701, - 3.178, - 2759, - 2.566, - 2764, - 8.077, - 2844, - 2.939, - 3055, - 3.048, - 3077, - 2.845, - 3354, - 2.845, - 3486, - 4.903, - 3735, - 2.939, - 3804, - 3.342, - 3818, - 2.845, - 3835, - 3.048, - 3988, - 4.903, - 4054, - 3.562, - 4157, - 4.533, - 4331, - 3.562, - 4354, - 3.342, - 4455, - 3.048, - 4615, - 2.626, - 4721, - 3.895, - 4722, - 4.389, - 4723, - 4.533, - 4724, - 5.494, - 4725, - 3.895, - 4726, - 3.895, - 4727, - 3.895, - 4728, - 3.895, - 4729, - 3.178, - 4730, - 6.009, - 4731, - 3.342, - 4732, - 3.342, - 4733, - 3.895, - 4734, - 3.562, - 4735, - 3.562, - 4736, - 3.895, - 4737, - 3.562, - 4738, - 2.763 - ] - ], - [ - "type/manuals/gui-template", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/gui-template", - [ - 0, - 0.623, - 1, - 1.301, - 2, + 1.891, + 2078, + 1.781, + 2093, + 1.191, + 2096, + 2.115, + 2112, 1.288, - 3, - 1.335, - 4, - 1.335, - 5, - 1.342, - 6, - 1.342, - 7, - 1.441, - 8, - 1.403, - 9, - 0.975, - 11, - 1.048, - 16, - 0.967, - 21, - 1.922, - 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, - 41, - 1.479, - 42, - 2.049, - 44, - 2.942, - 46, - 2.619, - 47, - 5.102, - 48, - 2.619, - 50, - 3.748, - 51, - 0.954, - 67, - 2.569, - 68, - 1.154, - 70, - 1.143, - 71, - 1.764, - 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, - 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, - 229, - 2.237, - 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, + 2113, + 1.354, + 2114, + 0.997, + 2116, + 3.374, + 2121, + 0.929, + 2139, + 2.126, + 2159, + 1.443, + 2173, + 0.929, + 2175, + 1.857, + 2180, + 1.04, + 2184, + 1.191, + 2188, + 1.153, + 2226, + 0.997, + 2243, + 1.288, + 2249, + 1.064, + 2256, + 1.443, + 2259, + 1.235, + 2285, + 1.235, + 2290, + 1.288, + 2298, + 1.191, + 2309, + 1.354, + 2316, + 1.153, + 2336, + 3.128, + 2352, + 1.191, + 2360, + 0.851, + 2382, + 3.668, + 2383, + 2.877, + 2384, + 0.979, + 2389, + 0.914, + 2433, + 0.944, + 2434, + 1.12, + 2497, + 1.354, + 2503, + 1.04, + 2506, + 3.668, + 2507, + 3.841, + 2509, + 2.777, + 2513, + 2.418, + 2518, + 1.235, + 2523, + 1.288, + 2554, + 1.686, + 2565, + 1.064, + 2566, + 1.04, + 2568, + 0.997, + 2581, + 1.191, + 2597, + 1.153, + 2627, + 2.418, + 2630, + 1.191, + 2631, + 0.997, + 2649, + 0.944, + 2653, + 1.354, + 2657, + 2.608, + 2681, + 2.418, + 2700, + 1.153, + 2786, + 4.628, + 2807, + 1.191, + 2875, + 0.961, + 2902, + 3.501, + 2955, + 0.9, + 2961, + 2.058, + 2974, + 1.235, + 2975, + 1.288, + 3022, + 1.288, + 3051, + 1.443, + 3059, + 1.12, + 3074, + 1.09, + 3096, + 1.354, + 3140, + 1.09, + 3307, + 1.443, + 3308, + 1.354, + 3320, + 1.153, + 3324, + 1.235, + 3379, + 1.235, + 3396, + 1.443, + 3399, + 3.206, + 3438, + 1.153, + 3505, + 1.235, + 3597, + 1.12, + 3669, + 1.235, + 3673, + 1.191, + 3784, + 1.191, + 3835, + 1.443, + 3838, + 1.153, + 3839, + 1.354, + 3840, + 1.443, + 3888, + 3.389, + 3897, + 0.997, + 3972, + 0.851, + 3988, + 1.064, + 4007, + 1.288, + 4180, + 1.191, + 4243, + 1.354, + 4247, + 1.288, + 4257, + 1.153, + 4259, + 1.354, + 4260, + 1.354, + 4262, + 3.276, + 4276, + 1.354, + 4356, + 1.288, + 4358, + 1.354, + 4397, + 1.235, + 4424, + 1.288, + 4436, + 1.443, + 4437, + 1.443, + 4446, + 1.443, + 4503, + 1.153, + 4508, + 1.235, + 4509, + 1.288, + 4511, + 2.418, + 4513, + 1.235, + 4532, + 1.288, + 4533, + 1.999, + 4534, + 1.578, + 4535, + 1.191, + 4536, + 1.578, + 4537, + 1.578, + 4538, + 1.191, + 4539, + 1.578, + 4540, + 2.418, + 4541, + 2.418, + 4542, + 1.354, + 4543, + 1.578, + 4544, + 1.578, + 4545, + 1.354, + 4546, + 1.443, + 4547, + 1.443, + 4548, + 1.191, + 4549, + 1.578, + 4550, + 1.578, + 4551, + 1.288, + 4552, + 2.205, + 4553, + 1.288, + 4554, + 1.443, + 4555, + 3.115, + 4556, + 1.288, + 4557, + 2.577, + 4558, + 2.418, + 4559, + 2.577, + 4560, + 1.443, + 4561, + 1.354, + 4562, + 1.443, + 4563, + 1.578, + 4564, + 1.235, + 4565, + 1.443, + 4566, + 1.578, + 4567, + 1.443, + 4568, + 1.578, + 4569, + 1.578, + 4570, + 1.443, + 4571, + 1.288, + 4572, + 1.235, + 4573, + 1.578, + 4574, + 1.578, + 4575, + 1.578, + 4576, + 2.418, + 4577, + 1.578, + 4578, + 1.443, + 4579, + 2.577, + 4580, + 1.354, + 4581, + 1.288, + 4582, + 1.578, + 4583, + 1.354, + 4584, + 1.578, + 4585, + 1.288, + 4586, + 1.443, + 4587, + 1.578, + 4588, + 1.354, + 4589, + 1.578, + 4590, + 1.443, + 4591, + 1.354, + 4592, + 1.288, + 4593, + 1.354, + 4594, + 1.578, + 4595, + 0.997, + 4596, + 1.288, + 4597, + 1.578, + 4598, + 1.578, + 4599, + 1.191, + 4600, + 1.578, + 4601, + 1.578, + 4602, + 1.443, + 4603, + 1.191, + 4604, + 1.578, + 4605, + 1.578, + 4606, + 1.354, + 4607, 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 + 4608, + 1.288 ] ], [ - "type/manuals/buffer", + "type/manuals/extensions-manifest-merge-tool", [ 0, 0.731 ] ], [ - "data/manuals/buffer", + "data/manuals/extensions-manifest-merge-tool", [ 0, - 1.175, + 0.765, 1, - 2.453, + 1.597, 2, - 2.428, + 1.58, 3, - 2.517, + 1.638, 4, - 2.517, + 1.638, 5, - 2.53, + 1.647, 6, - 2.53, + 1.647, 7, - 1.468, - 16, - 0.865, - 30, - 0.865, - 71, - 1.967, - 87, - 3.973, - 161, - 1.903, - 190, - 2.727, - 191, - 2.428, + 1.592, + 18, + 1.024, + 20, + 1.125, + 36, + 1.687, + 38, + 0.94, + 39, + 2.026, + 44, + 2.607, + 46, + 1.207, + 51, + 4.559, + 59, + 0.563, + 79, + 0.874, + 86, + 2.747, + 90, + 1.488, + 97, + 2.446, + 99, + 0.852, + 106, + 1.118, + 107, + 1.61, + 109, + 2.325, + 122, + 1.943, + 126, + 1.239, + 139, + 4.901, + 143, + 3.026, + 148, + 1.969, + 153, + 2.178, + 165, + 2.419, + 169, + 0.929, + 196, + 2.158, + 198, + 2.304, + 199, + 2.674, + 207, + 2.077, + 224, + 3.944, + 229, + 1.144, + 247, + 2.799, 256, - 2.819, - 700, - 4.377, - 827, - 3.65, - 929, - 4.335, - 2523, - 7.234 + 1.911, + 268, + 1.274, + 269, + 1.416, + 294, + 3.56, + 380, + 2.216, + 454, + 4.098, + 479, + 3.602, + 552, + 1.856, + 554, + 2.342, + 590, + 2.586, + 615, + 3.321, + 629, + 1.877, + 692, + 2.342, + 713, + 3.279, + 729, + 3.615, + 810, + 8.398, + 823, + 5.575, + 825, + 6.62, + 841, + 7.261, + 850, + 6.904, + 924, + 4.017, + 1067, + 3.362, + 1202, + 2.963, + 1432, + 3.508, + 1557, + 5.063, + 1638, + 3.944, + 1721, + 4.312, + 1774, + 3.163, + 1884, + 2.651, + 1901, + 3.615, + 1920, + 2.904, + 1948, + 3.321, + 1989, + 3.56, + 2062, + 4.708, + 2101, + 7.033, + 2261, + 3.508, + 2286, + 6.381, + 2420, + 4.207, + 2568, + 6.066, + 2621, + 6.18, + 2854, + 6.19, + 3591, + 9.734, + 3681, + 4.559, + 3874, + 8.678, + 4048, + 8.678, + 4609, + 6.242, + 4610, + 6.242, + 4611, + 6.242, + 4612, + 5.708, + 4613, + 6.242, + 4614, + 5.708, + 4615, + 6.242, + 4616, + 5.708, + 4617, + 9.6, + 4618, + 9.6, + 4619, + 8.462, + 4620, + 8.462, + 4621, + 6.381, + 4622, + 6.242, + 4623, + 8.778, + 4624, + 8.462, + 4625, + 9.6, + 4626, + 9.6, + 4627, + 8.462, + 4628, + 8.462, + 4629, + 8.462, + 4630, + 7.738, + 4631, + 8.462, + 4632, + 6.242, + 4633, + 9.6, + 4634, + 9.6, + 4635, + 6.242, + 4636, + 8.462, + 4637, + 8.462, + 4638, + 8.462, + 4639, + 8.462, + 4640, + 8.462, + 4641, + 8.462, + 4642, + 6.242 ] ], [ - "type/manuals/physics-resolving-collisions", + "type/manuals/extensions-ext-manifests", [ 0, 0.731 ] ], [ - "data/manuals/physics-resolving-collisions", + "data/manuals/extensions-ext-manifests", [ 0, - 0.595, + 0.576, 1, - 1.243, + 1.202, 2, - 1.231, + 1.19, 3, - 1.276, + 1.233, 4, - 1.276, + 1.233, 5, - 1.282, + 1.24, 6, - 1.282, + 1.24, 7, - 1.49, + 1.512, 8, - 1.471, - 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, + 2.536, + 10, + 1.96, + 18, + 1.124, + 20, + 1.426, + 36, + 1.639, + 38, + 1.123, + 39, + 0.992, + 42, + 1.492, 46, - 1.352, - 51, - 1.572, - 63, - 2.331, - 68, - 1.103, - 70, - 2.433, - 71, - 1.719, - 74, - 1.136, + 0.987, + 52, + 1.905, + 56, + 1.829, + 57, + 1.337, + 59, + 1.041, + 60, + 1.307, + 76, + 3.683, 77, - 0.969, - 80, - 2.24, + 0.973, + 79, + 0.77, + 81, + 3.834, 86, - 1.195, - 97, - 1.487, + 2.247, + 90, + 1.649, 99, - 2.396, + 1.041, + 100, + 1.299, 102, - 1.437, + 1.202, 103, - 2.815, - 104, - 3.389, - 105, - 4.245, + 1.892, 106, - 3.311, - 107, - 2.815, + 1.731, 108, - 1.837, - 110, - 3.066, - 111, - 2.376, - 117, - 3.812, - 119, - 1.55, + 1.381, + 113, + 1.387, + 116, + 2.694, + 120, + 4.141, 121, - 2.007, - 123, - 1.761, + 2.289, + 122, + 2.558, 125, - 1.966, - 127, - 2.03, - 137, - 0.723, - 141, - 1.963, - 146, - 3.871, - 149, - 2.609, - 160, - 1.65, - 161, - 1.663, - 163, - 3.938, - 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, + 2.499, + 126, + 1.918, + 148, + 1.686, + 153, + 1.066, + 169, + 1.03, + 174, + 1.915, + 194, + 0.857, + 196, + 1.625, + 229, + 0.861, + 230, + 2.409, + 231, + 2.597, + 236, + 2.354, + 240, + 1.336, + 241, + 1.482, + 243, + 2.328, + 247, + 2.718, + 256, + 1.061, + 260, + 1.584, + 264, + 5.519, + 268, + 0.959, + 269, + 1.066, + 273, + 1.16, + 282, + 2.328, + 292, + 2.013, + 313, + 3.555, 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, - 453, - 2.284, - 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, + 2.913, + 387, + 1.657, + 414, + 3.095, + 433, + 1.915, + 442, + 2.104, + 454, + 2.756, + 471, + 2.59, + 473, + 2.067, + 509, + 3.592, + 510, + 1.726, + 511, + 2.5, + 515, + 2.913, + 552, + 2.695, + 573, + 1.763, + 581, + 2.533, + 642, + 2.381, + 649, + 2.811, + 663, + 5.415, 680, - 1.92, + 3.636, 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, + 3.49, + 690, + 2.969, + 703, + 1.842, + 789, + 6.198, + 808, + 3.683, 811, - 2.047, + 3.429, 812, - 3.178, - 828, - 5.295, - 837, - 2.86, - 858, - 2.249, - 891, - 1.692, - 902, - 4.575, - 918, - 2.908, + 3.333, + 879, + 4.073, + 911, + 3.834, + 915, + 1.802, + 923, + 2.302, + 941, + 2.714, + 942, + 3.544, 944, - 6.118, + 3.549, 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, - 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, - 4749, - 6.088, - 4750, - 9.759, - 4751, - 4.86, - 4752, - 8.425, - 4753, - 4.171, - 4754, - 4.86, - 4755, - 4.86, - 4756, - 4.86, - 4757, - 4.86, - 4758, - 4.86, - 4759, - 10.564, - 4760, - 4.86, - 4761, - 6.488, - 4762, - 4.445, - 4763, - 5.648, - 4764, - 4.86, - 4765, - 7.095, - 4766, - 11.044, - 4767, - 4.86, - 4768, - 7.095, - 4769, - 9.798, - 4770, - 3.071, - 4771, - 2.731, - 4772, - 4.86, - 4773, - 9.213, - 4774, - 7.662, - 4775, - 7.095, - 4776, - 4.86, - 4777, - 4.86, - 4778, - 7.662 + 2.124, + 969, + 2.86, + 996, + 2.381, + 999, + 2.165, + 1032, + 3.781, + 1047, + 4.588, + 1052, + 2.469, + 1053, + 3.333, + 1067, + 3.504, + 1068, + 4.374, + 1079, + 3.355, + 1101, + 2.765, + 1104, + 1.635, + 1126, + 4.07, + 1216, + 2.5, + 1411, + 2.013, + 1502, + 2.409, + 1510, + 4.463, + 1769, + 2.165, + 1874, + 2.765, + 1885, + 4.008, + 1901, + 4.008, + 1911, + 2.409, + 1920, + 3.823, + 1931, + 2.533, + 1956, + 4.297, + 1962, + 3.432, + 2024, + 3.715, + 2101, + 7.154, + 2156, + 2.86, + 2171, + 4.781, + 2336, + 3.167, + 2373, + 2.969, + 2692, + 3.432, + 2750, + 2.969, + 2953, + 3.246, + 2967, + 3.095, + 2999, + 3.544, + 3000, + 3.676, + 3020, + 4.032, + 3094, + 3.246, + 3118, + 3.544, + 3166, + 3.834, + 3602, + 6.329, + 3607, + 3.432, + 3608, + 7.778, + 3610, + 3.731, + 3679, + 3.544, + 3708, + 7.397, + 3789, + 5.939, + 3802, + 3.432, + 3838, + 3.432, + 3890, + 3.167, + 3903, + 3.432, + 4048, + 6.428, + 4258, + 3.676, + 4409, + 5.415, + 4643, + 8.217, + 4644, + 4.699, + 4645, + 4.699, + 4646, + 8.247, + 4647, + 4.699, + 4648, + 4.297, + 4649, + 4.032, + 4650, + 4.699, + 4651, + 8.837, + 4652, + 4.297, + 4653, + 4.032, + 4654, + 4.699, + 4655, + 9.065, + 4656, + 6.921, + 4657, + 9.065, + 4658, + 9.065, + 4659, + 9.065, + 4660, + 9.065, + 4661, + 9.065, + 4662, + 9.065, + 4663, + 6.921, + 4664, + 6.921, + 4665, + 6.921, + 4666, + 6.921, + 4667, + 6.921, + 4668, + 6.921, + 4669, + 6.921, + 4670, + 6.921, + 4671, + 6.921, + 4672, + 6.921, + 4673, + 6.921, + 4674, + 6.921, + 4675, + 6.921, + 4676, + 6.921, + 4677, + 8.217, + 4678, + 6.329, + 4679, + 6.921, + 4680, + 6.921, + 4681, + 3.834, + 4682, + 4.699, + 4683, + 4.699, + 4684, + 4.699, + 4685, + 6.921, + 4686, + 4.699, + 4687, + 4.699, + 4688, + 4.699, + 4689, + 4.699, + 4690, + 4.699, + 4691, + 4.297 ] ], [ - "type/manuals/debugging-native-code", + "type/manuals/gui-template", [ 0, 0.731 ] ], [ - "data/manuals/debugging-native-code", + "data/manuals/gui-template", [ 0, - 0.454, + 0.653, 1, - 0.948, + 1.364, 2, - 0.939, + 1.35, 3, - 0.973, + 1.4, 4, - 0.973, + 1.4, 5, - 0.978, + 1.407, 6, - 0.978, + 1.407, 7, - 1.567, + 1.455, 8, - 1.233, + 1.492, 9, - 0.944, + 1.809, 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.909, + 18, + 1.135, + 20, + 1.523, 36, - 2.257, - 41, - 1.078, + 1.513, + 38, + 0.843, + 44, + 2.228, 46, - 1.978, - 51, - 1.507, + 1.584, + 47, + 4.551, + 48, + 5.885, + 49, + 1.844, + 50, + 5.328, 52, - 2.898, - 54, - 1.661, + 1.468, + 57, + 1.421, + 58, + 5.48, + 59, + 0.98, 60, - 1.511, - 61, - 2.797, - 67, - 1.299, - 68, - 2.093, - 71, - 2.045, - 74, - 1.137, + 2.676, + 70, + 2.247, 77, - 1.736, - 86, - 1.586, - 91, - 2.218, + 1.571, + 79, + 0.985, + 90, + 2.104, + 92, + 3.044, 94, - 1.282, - 121, - 2.271, - 137, - 1.195, + 2.482, + 95, + 5.055, + 97, + 2.78, + 99, + 1.048, + 100, + 1.001, + 105, + 3.044, + 106, + 1.946, + 107, + 1.83, + 108, + 1.568, + 110, + 3.489, + 113, + 1.069, + 122, + 2.749, + 123, + 4.173, + 126, + 1.059, + 132, + 1.833, 140, - 1.709, - 141, - 1.744, + 2.458, 142, - 3.349, - 143, - 2.865, - 146, - 1.465, - 149, - 1.801, + 2.256, + 148, + 1.811, 151, - 1.303, - 152, - 2.371, + 3.118, + 153, + 2.519, + 154, + 3.371, 160, - 1.652, - 161, - 1.148, + 1.568, + 169, + 1.129, + 170, + 3.386, + 175, + 3.849, 178, - 2.218, - 191, - 2.335, - 216, - 2.443, - 232, - 3.025, - 234, - 1.128, - 237, - 1.637, + 1.987, + 185, + 2.507, + 193, + 3.307, + 196, + 3.053, + 197, + 2.606, + 198, + 2.066, + 199, + 2.285, + 201, + 1.199, + 206, + 2.586, + 207, + 2.525, + 208, + 2.346, + 210, + 2.157, + 211, + 2.389, + 224, + 7.642, + 225, + 5.114, + 226, + 2.676, + 227, + 5.114, + 228, + 2.247, + 229, + 1.391, + 238, + 2.997, + 239, + 2.346, + 240, + 1.517, + 241, + 1.142, + 244, + 2.045, 247, - 0.673, - 248, - 1.676, - 256, - 2.09, + 1.764, + 250, + 2.931, + 257, + 2.998, + 260, + 1.798, 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, - 2.285, - 398, - 2.499, + 2.268, + 268, + 1.803, + 269, + 1.21, + 273, + 2.179, + 276, + 4.024, + 294, + 3.042, + 306, + 2.346, + 330, + 2.815, + 332, + 1.775, + 368, + 1.517, + 371, + 2.802, + 385, + 2.997, + 392, + 2.658, 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, + 2.838, + 452, + 1.551, + 498, + 4.024, + 510, + 2.787, + 515, + 3.307, + 526, + 3.514, + 561, + 1.691, + 577, + 2.092, + 594, + 2.458, 595, - 2.095, - 611, - 1.646, - 633, - 2.0, + 2.875, + 600, + 2.559, + 631, + 4.374, + 634, + 2.107, 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, + 2.045, + 644, + 2.642, + 676, + 2.434, + 683, + 2.266, + 691, + 1.632, 771, - 2.901, - 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, - 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, + 2.482, + 854, + 2.955, + 857, + 3.042, + 885, + 3.247, + 914, + 4.967, + 961, + 3.685, + 973, + 4.024, + 1157, + 2.802, + 1208, + 3.247, + 1259, + 4.794, + 1314, + 3.595, + 1479, + 3.139, + 1495, + 2.955, + 1541, + 2.875, + 1598, + 4.352, + 1600, + 3.191, + 1604, + 2.802, + 1666, + 3.307, + 1774, + 2.703, 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, - 4801, - 3.708, - 4802, - 3.708, - 4803, - 3.708, - 4804, - 3.391, - 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 - ] - ], - [ - "type/manuals/importing-models", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/importing-models", - [ - 0, - 0.625, - 1, - 2.204, - 2, - 1.292, - 3, - 1.34, - 4, - 1.34, - 5, - 1.347, - 6, - 1.347, - 7, - 1.547, - 8, - 1.102, - 9, - 0.976, - 11, - 1.048, - 16, - 1.037, - 21, - 1.925, - 22, - 2.658, - 23, - 1.863, - 28, - 2.61, - 29, - 1.936, - 30, - 1.118, - 32, - 1.399, - 33, - 1.145, - 41, - 2.741, - 44, - 2.048, - 51, - 0.958, - 70, - 1.147, - 71, - 2.05, - 74, - 0.957, - 77, - 1.466, - 86, - 1.425, - 97, - 2.636, - 110, - 1.699, - 141, - 1.726, - 149, - 2.289, - 151, - 1.58, - 152, - 2.002, - 158, - 1.732, - 160, - 1.543, - 161, - 1.71, - 162, - 1.313, - 173, - 1.972, - 175, - 2.245, - 184, - 3.293, - 190, - 1.452, - 191, - 2.181, - 196, - 2.494, - 219, - 2.587, - 224, - 2.595, - 228, - 2.352, - 234, - 1.553, - 237, - 1.693, - 247, - 1.815, - 248, - 2.308, - 256, - 1.501, - 263, - 2.637, - 268, - 2.957, - 288, - 3.353, - 291, - 1.754, - 293, - 2.95, - 295, - 2.529, - 296, - 4.166, - 297, - 2.953, - 300, - 1.574, - 301, - 3.683, - 302, - 2.759, - 306, - 4.89, - 308, - 2.618, - 310, - 4.317, - 316, - 1.535, - 335, - 5.537, - 336, - 2.33, - 372, - 3.441, - 407, - 1.952, - 422, - 3.324, - 437, - 2.206, - 441, - 1.777, - 452, - 3.363, - 454, - 2.115, - 457, - 6.194, - 460, - 3.15, - 461, - 4.38, - 462, - 3.994, - 463, - 3.729, - 464, - 4.668, - 465, - 2.327, - 466, - 1.972, - 467, - 3.994, - 468, - 3.994, - 469, - 3.304, - 470, - 3.622, - 471, - 3.729, - 472, - 3.729, - 473, - 2.529, - 474, - 4.38, - 475, - 3.994, - 476, - 4.38, - 477, - 5.752, - 478, - 2.132, - 479, - 2.529, - 480, - 7.228, - 481, - 2.759, - 482, - 7.031, - 483, - 4.38, - 484, - 4.38, - 486, - 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, - 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, - 4.166, - 3136, - 3.441, - 3450, - 3.994, - 3453, - 3.851, - 3873, - 3.851, - 3877, - 5.999, - 4123, - 8.152, - 4124, - 4.166, - 4268, - 4.166, - 4824, - 4.166, - 4825, - 8.616, - 4826, - 5.105, - 4827, - 5.105, - 4828, - 5.105, - 4829, - 4.166, - 4830, - 5.105, - 4831, - 5.105, - 4832, - 5.105, - 4833, - 5.105, - 4834, - 5.105, - 4835, - 5.105, - 4836, - 6.723, - 4837, - 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, + 3.685, + 1936, + 2.955, + 2042, + 2.955, 2379, - 5.897, - 2447, - 6.62 + 3.439, + 2514, + 2.914, + 2643, + 4.024, + 2834, + 4.024, + 2908, + 3.685, + 3317, + 6.661, + 3399, + 3.685, + 4248, + 4.878, + 4353, + 4.173, + 4424, + 4.352, + 4692, + 5.334, + 4693, + 5.334, + 4694, + 4.577, + 4695, + 3.595, + 4696, + 5.334, + 4697, + 5.334, + 4698, + 5.334 ] ], [ - "type/manuals/addressing", + "type/manuals/bundling", [ 0, 0.731 ] ], [ - "data/manuals/addressing", + "data/manuals/bundling", [ 0, - 0.244, + 0.479, 1, - 0.509, + 1.88, 2, - 0.504, + 0.989, 3, - 0.523, + 1.026, 4, - 0.523, + 1.026, 5, - 0.525, + 1.031, 6, - 0.525, + 1.031, 7, - 1.476, + 1.562, 8, - 1.373, + 2.496, 9, - 0.958, + 1.326, 10, - 2.126, + 1.785, 11, - 1.057, - 13, - 0.659, - 16, - 1.004, - 19, - 3.589, - 21, - 1.777, - 22, - 2.536, - 23, - 1.578, - 26, - 1.229, - 28, - 1.228, - 29, - 1.527, + 1.416, + 18, + 1.133, + 20, + 1.494, 30, - 1.138, - 32, - 1.973, - 33, - 1.463, - 35, - 0.592, - 41, - 1.592, + 1.488, + 36, + 1.88, + 38, + 1.126, 42, - 0.475, - 43, - 1.191, + 1.335, + 44, + 1.632, 46, - 0.962, - 48, - 1.891, + 1.586, 49, - 0.712, - 50, - 0.868, - 51, - 1.854, + 3.085, 52, - 0.663, + 2.023, + 54, + 1.855, 57, - 1.234, + 1.438, + 59, + 0.915, 60, - 0.812, - 67, - 1.212, - 68, - 1.975, - 70, - 1.956, - 71, - 1.883, + 2.045, 72, - 0.787, - 74, - 1.042, + 1.301, + 76, + 3.205, 77, - 1.736, - 83, - 0.839, - 86, - 1.587, - 87, - 1.433, + 1.522, + 78, + 1.734, + 79, + 0.964, + 90, + 0.931, 91, - 0.764, - 94, - 1.196, - 98, - 1.046, + 2.056, + 93, + 2.52, 99, - 0.569, - 101, - 2.176, - 102, - 1.832, - 104, - 0.805, + 0.987, + 100, + 1.674, + 103, + 2.17, 106, - 3.053, + 1.816, + 107, + 1.146, 108, - 2.92, - 110, - 2.063, - 111, - 1.834, - 117, - 0.742, - 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, - 158, - 1.857, - 160, - 1.817, - 161, - 1.087, - 162, - 1.178, - 166, - 3.287, - 167, - 1.212, - 172, - 3.063, - 173, + 2.161, + 109, + 1.456, + 113, + 2.032, + 116, + 1.521, + 125, + 1.832, + 126, 1.771, - 186, - 0.595, - 190, - 1.932, - 193, - 1.156, + 128, + 1.915, + 132, + 1.343, + 139, + 2.263, + 148, + 2.015, + 150, + 2.259, + 153, + 2.361, + 158, + 1.142, + 165, + 1.117, + 169, + 0.896, + 171, + 2.004, + 174, + 1.593, + 177, + 1.196, + 194, + 1.628, 198, - 0.651, - 217, - 1.388, - 218, - 2.799, - 224, - 1.507, - 234, - 1.394, - 237, - 1.865, - 247, - 0.628, - 256, - 1.348, + 2.249, + 202, + 1.269, + 226, + 2.298, + 229, + 1.347, + 230, + 1.36, + 231, + 2.26, + 236, + 3.682, + 241, + 2.315, + 243, + 1.936, + 244, + 1.499, + 249, + 4.279, + 260, + 1.317, + 261, + 2.559, 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, + 1.801, + 265, + 2.575, + 268, + 0.798, + 269, + 1.668, + 273, + 2.202, + 280, + 1.532, + 285, + 3.699, + 313, + 3.498, + 323, + 2.338, + 332, + 2.446, + 334, + 2.165, + 342, + 1.75, + 390, + 1.646, + 393, + 3.057, + 434, + 1.818, + 452, + 1.751, + 472, + 1.801, 473, - 1.713, - 481, - 1.298, - 485, - 1.258, - 491, - 2.589, - 493, - 1.6, - 495, - 1.136, - 496, - 1.06, - 502, - 1.659, - 509, - 1.943, - 524, - 0.998, - 525, - 1.288, - 527, - 2.003, - 529, - 1.625, - 547, - 1.363, + 1.719, + 492, + 2.263, + 511, + 2.079, + 521, + 1.36, + 537, + 2.229, + 546, + 2.107, 554, - 0.659, - 569, - 2.517, - 580, - 1.676, - 590, - 2.248, - 594, - 0.818, - 595, - 0.721, - 596, - 2.105, - 598, - 1.413, - 612, - 0.927, - 625, - 1.709, + 1.466, + 555, + 1.876, + 561, + 1.239, + 562, + 2.948, + 615, + 3.911, + 623, + 5.036, + 629, + 1.811, 631, - 4.213, + 1.936, 633, - 2.143, + 3.053, + 634, + 2.38, 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, - 659, - 1.797, + 3.421, + 642, + 6.01, 660, - 1.088, - 664, - 0.846, - 667, - 1.972, - 669, - 1.752, - 678, - 1.033, + 3.604, + 675, + 1.499, + 676, + 4.748, 680, - 1.811, - 682, - 0.998, - 686, - 7.805, - 687, - 1.376, - 692, - 1.088, - 693, - 0.965, - 694, - 4.075, - 710, - 1.984, - 712, - 0.818, - 719, - 0.892, - 726, 2.053, - 738, - 1.153, - 746, - 1.258, + 681, + 2.952, + 683, + 2.559, + 685, + 2.996, + 695, + 1.767, + 702, + 1.958, + 711, + 5.639, + 740, + 1.98, + 744, + 2.92, + 751, + 1.581, 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, + 2.338, + 774, + 3.323, + 801, + 1.915, 808, - 1.228, - 811, - 1.931, - 820, - 1.413, - 822, - 1.312, + 3.205, + 809, + 5.519, + 826, + 2.053, 832, - 1.258, - 858, - 1.453, - 860, - 1.326, - 862, - 2.323, - 866, - 1.964, - 882, - 1.06, - 889, - 1.356, - 891, - 2.819, - 902, - 1.284, - 906, - 1.234, - 911, - 1.709, - 919, - 2.271, - 921, - 3.404, - 937, - 3.483, - 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, - 1104, - 2.296, - 1107, - 0.965, - 1125, - 1.558, + 1.875, + 849, + 1.734, + 850, + 3.189, + 857, + 2.229, + 885, + 3.667, + 898, + 1.388, + 905, + 2.3, + 914, + 1.632, + 939, + 4.669, + 941, + 2.882, + 947, + 2.053, + 996, + 1.98, + 1019, + 2.778, + 1047, + 4.475, + 1052, + 2.053, + 1060, + 2.196, + 1066, + 1.532, + 1109, + 2.92, 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, + 2.854, 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, + 1.855, 1253, - 1.06, - 1257, - 1.593, - 1263, - 1.191, - 1340, - 1.172, - 1348, - 1.06, - 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, - 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, - 1662, - 1.593, - 1680, - 1.234, - 1704, - 3.707, - 1710, - 1.284, - 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, - 1839, - 1.191, - 1854, - 2.35, - 1870, - 2.331, + 2.196, + 1272, + 1.734, + 1283, + 4.512, + 1284, + 2.52, + 1324, + 2.028, + 1332, + 1.581, + 1343, + 2.165, + 1382, + 2.165, + 1403, + 1.855, + 1465, + 1.378, + 1495, + 2.165, + 1508, + 2.948, + 1529, + 4.915, + 1681, + 2.58, + 1682, + 2.47, + 1713, + 2.053, + 1724, + 2.86, + 1769, + 2.776, + 1770, + 2.379, + 1807, + 1.875, + 1811, + 2.854, + 1871, + 1.894, 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.136, - 1975, - 1.342, - 1982, - 1.046, + 1.734, + 1893, + 3.604, + 1911, + 5.036, + 1920, + 2.803, + 1933, + 2.079, + 1948, + 3.911, + 1969, + 4.4, + 1989, + 3.435, 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, - 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, - 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, + 2.575, + 1997, + 3.435, + 1999, + 3.337, + 2002, + 3.057, + 2006, + 2.053, + 2015, + 2.634, + 2024, + 3.323, + 2063, + 4.4, + 2065, + 4.544, + 2075, + 2.338, + 2103, + 3.353, + 2244, + 4.161, + 2327, + 2.47, + 2330, + 3.968, + 2337, + 2.772, + 2441, + 3.862, + 2476, + 2.854, + 2517, + 2.948, + 2566, + 2.575, + 2778, + 2.575, + 2955, + 2.229, + 2997, + 3.189, + 3006, + 4.4, + 3030, + 4.915, + 3078, + 3.057, + 3118, + 2.948, + 3185, + 4.544, + 3442, + 2.772, + 3620, + 3.057, + 3638, + 2.948, + 3802, + 2.854, + 3874, + 3.057, + 4104, + 2.47, + 4134, + 2.575, + 4136, + 8.087, + 4252, + 4.273, + 4253, + 3.574, + 4374, + 3.353, + 4384, + 2.854, + 4397, + 3.057, + 4557, + 3.574, + 4699, + 3.908, + 4700, + 3.353, + 4701, + 5.508, + 4702, + 3.908, + 4703, + 3.353, 4704, - 1.821, - 4738, - 1.413, - 4808, - 1.821, - 4838, - 1.991, - 4839, - 1.991, - 4840, - 1.991, - 4841, - 1.709, - 4842, - 1.709, - 4843, - 1.991, - 4844, - 5.318, - 4845, - 1.991, - 4846, - 1.991, - 4847, - 1.991, - 4848, - 1.991, - 4849, - 1.991, - 4850, - 1.991, - 4851, - 1.502, - 4852, - 4.584, - 4853, - 8.421, - 4854, - 1.821, - 4855, - 1.991, - 4856, - 1.991, - 4857, - 1.991, - 4858, - 5.475, - 4859, - 1.991, - 4860, - 1.991, - 4861, - 1.821, - 4862, - 1.709, - 4863, - 1.991, - 4864, - 3.458, - 4865, - 1.991, - 4866, - 4.584, - 4867, - 6.796, - 4868, - 1.709, - 4869, - 1.991, - 4870, - 1.991, - 4871, - 1.625, - 4872, - 3.162, - 4873, - 1.821, - 4874, - 1.991, - 4875, - 1.991, - 4876, - 1.454, - 4877, - 1.991, - 4878, - 1.991, - 4879, - 1.991, - 4880, - 1.991, - 4881, - 1.991, - 4882, - 1.821, - 4883, - 1.709, - 4884, - 1.342, - 4885, - 1.625, - 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 + 3.908, + 4705, + 3.908, + 4706, + 3.574, + 4707, + 3.908, + 4708, + 3.189, + 4709, + 6.024, + 4710, + 3.353, + 4711, + 3.908, + 4712, + 3.574, + 4713, + 3.574, + 4714, + 3.908 ] ], [ - "type/manuals/extender-docker-images", + "type/manuals/collection-proxy", [ 0, 0.731 ] ], [ - "data/manuals/extender-docker-images", + "data/manuals/collection-proxy", [ - 0, - 0.841, - 1, - 1.756, - 2, - 1.738, - 3, - 1.802, - 4, - 1.802, - 5, - 1.812, - 6, - 1.812, 7, - 1.522, - 8, - 1.368, + 1.442, + 9, + 2.077, + 10, + 2.055, 11, - 0.986, - 21, - 1.841, + 2.218, + 18, + 1.101, + 20, + 1.357, 22, - 1.558, - 23, - 1.95, - 29, - 1.543, - 32, - 1.916, - 42, - 1.637, + 2.516, + 36, + 1.666, + 38, + 0.928, + 41, + 3.217, + 46, + 1.191, 52, - 2.285, - 67, - 2.406, - 68, - 2.046, + 1.685, + 57, + 1.367, + 59, + 0.858, + 60, + 1.704, + 62, + 2.038, + 69, + 4.467, 70, - 1.543, - 71, - 1.409, - 74, - 1.118, - 86, - 1.626, - 111, - 2.3, - 121, - 1.942, - 123, - 2.488, - 125, - 2.777, - 137, - 1.342, - 141, - 1.376, - 159, - 2.576, - 160, - 1.804, - 161, - 1.999, - 162, + 2.579, + 72, + 2.038, + 79, + 0.867, + 99, + 1.056, + 103, + 2.189, + 106, + 1.975, + 107, + 1.589, + 108, + 1.8, + 109, + 2.281, + 113, + 1.227, + 116, + 2.383, + 122, + 2.96, + 124, + 3.641, + 126, + 1.658, + 148, + 1.256, + 153, + 2.425, + 169, + 0.911, + 177, + 1.873, + 194, + 2.012, + 196, + 2.888, + 197, + 2.104, + 198, 2.589, - 180, - 3.916, - 191, - 1.738, - 193, - 1.904, - 224, - 1.89, - 234, - 2.743, - 263, - 1.921, + 227, + 3.546, + 229, + 1.122, + 230, + 2.131, + 239, + 2.693, + 240, + 1.741, + 256, + 1.886, 265, - 4.871, - 272, - 6.025, - 273, - 3.51, + 4.034, + 266, + 4.743, + 268, + 1.941, + 269, + 1.389, 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, - 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, + 3.301, + 330, + 2.663, + 333, + 2.375, + 362, + 4.127, + 379, + 4.127, + 387, + 2.159, + 436, + 4.034, + 451, + 4.472, + 452, + 1.78, + 456, + 3.301, + 457, + 2.174, + 471, + 1.641, + 497, + 3.139, + 532, + 4.472, + 552, + 1.82, + 555, + 2.6, + 561, + 2.647, + 577, + 3.275, + 579, + 3.067, + 583, + 3.796, + 620, + 3.177, + 622, + 4.049, + 629, + 2.858, + 674, + 3.067, + 691, + 2.555, + 692, + 2.297, + 705, + 4.034, + 765, + 2.145, + 857, + 3.492, + 860, + 4.817, + 898, + 2.965, + 914, + 2.557, + 917, + 3.776, + 918, + 4.006, + 931, + 2.796, + 962, + 2.878, + 978, + 2.419, + 987, + 3.258, + 1000, + 4.344, + 1002, + 5.058, + 1007, + 3.33, 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 + 4.127, + 1011, + 3.948, + 1027, + 4.996, + 1060, + 3.441, + 1128, + 5.254, + 1135, + 5.629, + 1158, + 4.705, + 1173, + 3.0, + 1186, + 3.0, + 1219, + 3.727, + 1306, + 3.869, + 1307, + 3.727, + 1326, + 3.727, + 1327, + 4.127, + 1378, + 3.727, + 1386, + 4.472, + 1546, + 3.177, + 1588, + 3.0, + 1594, + 4.763, + 1602, + 3.0, + 1628, + 4.827, + 1637, + 6.129, + 1694, + 5.769, + 1773, + 4.034, + 1807, + 2.937, + 1878, + 5.278, + 1882, + 2.717, + 1889, + 3.727, + 1895, + 5.278, + 1942, + 3.441, + 2084, + 3.948, + 2217, + 3.727, + 2268, + 3.258, + 2343, + 4.79, + 2472, + 4.127, + 2506, + 3.796, + 2519, + 4.619, + 2775, + 3.301, + 2777, + 4.619, + 3474, + 4.23, + 3833, + 4.996, + 3865, + 4.996, + 3866, + 4.996, + 4235, + 4.996, + 4390, + 5.599, + 4392, + 4.79, + 4715, + 6.123, + 4716, + 5.599, + 4717, + 4.996, + 4718, + 8.352, + 4719, + 7.166, + 4720, + 4.996, + 4721, + 6.123, + 4722, + 6.123, + 4723, + 5.254, + 4724, + 5.599 ] ], [ @@ -39611,11072 +35817,10970 @@ "data/manuals/extensions", [ 0, - 0.378, + 0.38, 1, - 0.79, + 0.793, 7, 1.602, 8, - 1.297, + 2.702, 9, - 0.983, + 1.051, 10, - 0.564, - 11, - 1.003, - 16, - 0.962, + 1.941, + 12, + 1.415, 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, + 20, + 1.466, + 36, + 1.448, 38, - 1.761, - 41, - 1.454, + 0.885, + 39, + 1.333, 42, - 0.736, + 1.318, + 43, + 1.609, 46, - 2.37, - 48, - 2.015, - 49, - 2.252, - 51, - 1.81, + 1.5, 52, - 1.028, - 54, - 1.383, + 1.998, + 57, + 1.298, 59, - 1.312, + 0.963, + 60, + 2.374, + 61, + 3.109, + 62, + 1.032, 63, - 1.481, - 67, - 1.082, - 68, - 1.932, - 70, - 1.124, - 71, - 1.632, - 74, - 0.884, + 1.503, + 72, + 1.032, 77, - 1.444, - 86, - 1.499, + 1.308, + 79, + 0.983, + 90, + 0.739, + 91, + 3.464, 94, - 1.068, + 2.334, + 96, + 0.982, + 97, + 2.596, 99, - 1.802, + 1.004, + 100, + 1.812, 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, + 1.616, + 103, + 1.155, + 105, + 2.013, + 106, + 1.428, + 107, + 1.381, + 108, + 2.344, + 110, + 1.982, + 113, + 1.005, + 122, + 0.965, + 126, + 1.856, + 142, + 0.922, + 148, + 1.635, 149, - 0.962, - 151, - 0.917, - 152, - 1.973, + 2.405, + 150, + 0.785, + 153, + 1.138, 158, - 1.048, + 1.466, 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.857, + 165, + 1.806, + 166, + 3.747, + 169, + 1.391, + 171, + 1.589, + 177, + 1.933, + 194, + 0.566, + 195, + 1.795, 196, - 1.048, - 217, - 1.239, - 224, - 1.994, - 237, - 1.151, + 1.072, + 197, + 1.065, + 198, + 1.977, + 199, + 1.328, + 201, + 1.127, + 205, + 2.338, + 211, + 1.388, + 226, + 2.02, + 229, + 0.919, + 230, + 1.079, + 231, + 2.991, + 236, + 5.344, + 241, + 1.074, 247, - 1.316, - 256, - 2.339, - 263, - 2.699, + 2.97, + 261, + 1.317, 264, - 1.396, - 267, - 2.327, - 270, - 1.643, - 271, - 1.497, - 275, - 1.817, - 278, - 1.928, - 283, - 4.544, - 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, + 1.887, + 268, + 1.29, + 269, + 1.936, + 280, + 1.215, + 285, + 1.388, + 292, + 2.706, 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, + 3.788, + 330, + 2.315, + 332, + 1.032, + 333, + 1.426, + 353, + 1.234, + 359, + 1.363, + 368, + 0.881, + 380, + 1.781, + 382, + 1.115, + 387, + 1.093, + 392, + 1.086, 411, - 1.437, - 417, - 2.424, - 422, - 1.396, - 423, - 1.848, + 1.609, + 414, + 2.042, 425, - 1.603, - 437, - 1.335, - 438, - 1.383, - 440, - 1.513, - 441, - 1.741, - 446, - 1.817, + 2.861, + 434, + 1.442, + 442, + 1.388, + 445, + 2.425, + 452, + 1.458, 453, - 3.74, + 4.941, 454, - 1.279, - 461, - 2.65, - 493, - 1.462, + 2.515, + 456, + 1.671, + 471, + 1.344, + 473, + 1.363, + 481, + 1.768, + 500, + 2.305, + 521, + 1.746, 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.68, + 537, + 1.768, + 552, + 2.872, + 553, + 2.258, + 555, + 2.482, + 563, + 1.922, + 577, + 1.215, + 588, + 1.609, 590, - 2.966, - 595, - 1.119, - 611, - 2.797, - 622, - 2.035, + 1.284, 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, + 2.804, + 629, + 1.508, + 646, + 4.551, + 647, + 2.905, + 648, + 2.431, + 649, + 1.855, + 675, + 1.189, + 677, + 2.911, + 683, + 2.683, + 693, + 2.264, + 703, + 1.215, + 711, + 1.855, + 713, + 1.629, + 715, + 1.629, + 747, + 2.819, + 750, + 1.503, 758, - 1.335, - 759, - 1.089, - 764, - 3.294, - 766, - 1.848, - 767, - 1.687, + 1.376, + 762, + 1.401, + 773, + 1.123, + 774, + 1.401, 793, - 4.032, - 802, - 5.339, + 2.334, + 801, + 1.519, 808, - 1.775, - 812, - 1.383, - 824, - 1.497, - 827, - 2.399, - 834, - 3.77, + 1.649, + 849, + 1.376, + 856, + 1.244, 859, - 3.895, - 860, - 1.184, - 876, - 2.035, - 889, - 1.211, + 3.165, + 863, + 5.476, + 878, + 5.501, 891, - 3.25, - 933, - 2.852, - 934, - 2.035, - 971, - 3.772, + 1.051, + 901, + 1.339, + 925, + 2.042, + 931, + 0.849, + 939, + 1.536, + 941, + 1.215, + 944, + 4.088, + 948, + 1.225, + 960, + 2.267, + 975, + 1.487, 996, - 1.761, - 1011, - 1.409, + 4.04, + 1010, + 3.69, + 1029, + 1.503, + 1032, + 2.74, 1043, - 2.191, - 1044, - 2.904, - 1059, - 1.513, + 1.339, + 1045, + 2.042, + 1047, + 2.381, + 1064, + 1.519, + 1066, + 3.345, + 1067, + 3.896, + 1068, + 3.17, + 1071, + 1.742, + 1079, + 1.503, + 1089, + 3.304, + 1090, + 1.442, + 1101, + 1.824, 1104, - 3.157, + 3.254, 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, + 1.536, + 1146, + 1.339, + 1150, + 1.742, + 1186, + 1.519, + 1224, + 1.487, + 1253, + 1.742, + 1272, + 2.804, + 1275, + 2.199, + 1283, + 1.694, 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, + 1.999, + 1285, + 2.338, + 1291, + 3.78, + 1296, + 2.353, + 1302, + 2.264, + 1332, + 1.254, + 1361, + 2.042, + 1364, + 1.824, + 1426, + 1.887, + 1465, + 1.769, + 1475, + 2.199, + 1479, + 1.824, + 1562, + 4.162, + 1588, + 1.519, + 1606, + 1.824, + 1629, + 1.388, + 1716, + 2.199, 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, + 1.768, + 1908, + 1.401, + 1920, + 1.442, + 1929, + 1.629, + 1931, + 4.298, + 1939, + 3.663, + 1971, + 2.425, + 1982, + 2.485, + 1990, + 2.042, + 2030, + 2.089, + 2035, + 3.109, + 2042, + 4.416, + 2086, + 2.264, + 2101, + 3.916, + 2189, + 1.717, + 2261, + 3.55, + 2308, + 2.141, + 2338, + 2.66, + 2353, + 1.999, + 2410, + 4.093, + 2476, + 3.663, + 2542, + 1.922, + 2656, + 3.784, + 2878, + 3.558, + 2916, + 3.992, + 2950, + 2.338, + 2952, + 1.671, + 2961, + 2.264, + 3134, + 1.855, + 3354, + 4.093, + 3425, + 4.942, + 3607, + 2.264, + 3610, + 3.913, + 3646, + 2.669, + 3691, + 2.141, + 3693, + 1.999, + 3697, + 2.834, + 3708, + 5.923, + 3727, + 1.887, + 3797, + 1.999, + 3864, + 4.942, + 3901, + 2.529, + 4028, + 2.529, + 4104, + 1.959, + 4254, + 5.679, + 4454, + 2.425, + 4472, + 2.264, + 4502, + 2.66, + 4595, + 1.959, + 4621, + 3.916, + 4649, + 5.421, + 4653, + 2.66, + 4708, + 2.529, + 4725, 3.1, - 2172, - 1.736, - 2216, - 2.256, - 2266, - 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, + 4726, + 2.529, + 4727, + 3.1, + 4728, + 9.35, 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 + 4.304, + 4730, + 2.834, + 4731, + 3.1, + 4732, + 3.1, + 4733, + 6.317, + 4734, + 2.834, + 4735, + 2.66, + 4736, + 7.801, + 4737, + 5.016, + 4738, + 3.1, + 4739, + 5.016, + 4740, + 5.016, + 4741, + 2.66, + 4742, + 3.053, + 4743, + 1.922, + 4744, + 2.834, + 4745, + 5.016, + 4746, + 3.1, + 4747, + 2.834, + 4748, + 2.834, + 4749, + 3.1, + 4750, + 2.66, + 4751, + 3.1, + 4752, + 6.317, + 4753, + 5.016, + 4754, + 5.016, + 4755, + 2.834, + 4756, + 5.016, + 4757, + 3.1, + 4758, + 6.317, + 4759, + 6.317, + 4760, + 7.259, + 4761, + 3.1, + 4762, + 3.1, + 4763, + 2.834, + 4764, + 3.1, + 4765, + 5.016, + 4766, + 3.1, + 4767, + 3.1, + 4768, + 3.1, + 4769, + 3.1, + 4770, + 3.1, + 4771, + 2.66, + 4772, + 2.834, + 4773, + 2.834, + 4774, + 2.834, + 4775, + 2.834, + 4776, + 2.834, + 4777, + 2.834, + 4778, + 3.1, + 4779, + 3.1 ] ], [ - "type/manuals/zerobrane", + "type/manuals/extensions-debugging-android", [ 0, 0.731 ] ], [ - "data/manuals/zerobrane", + "data/manuals/extensions-debugging-android", [ 0, - 0.514, + 1.217, 1, - 1.073, + 2.541, 2, - 1.062, + 2.515, 3, - 1.101, + 2.608, 4, - 1.101, + 2.608, 5, - 1.107, + 2.621, 6, - 1.107, - 7, - 1.523, - 8, - 0.982, - 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, - 29, - 0.942, - 30, - 1.125, - 31, - 3.15, - 32, - 2.147, - 33, - 1.462, - 34, - 4.379, - 41, - 1.219, - 42, - 1.83, - 46, - 1.769, - 51, - 1.946, - 59, - 1.781, - 60, - 2.592, - 62, - 1.951, - 67, - 2.227, - 68, - 2.089, - 70, - 1.725, - 71, - 1.889, - 72, - 2.512, - 74, - 1.076, - 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.934, - 237, - 1.768, - 247, - 1.395, - 249, - 4.644, - 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, - 454, - 3.815, - 465, - 1.895, - 473, - 3.804, - 481, - 1.574, - 525, - 1.562, - 530, - 3.522, - 548, - 3.377, - 554, - 1.387, - 569, - 1.838, - 581, - 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, - 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, - 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 + 2.621 ] ], [ - "type/manuals/extensions-manifest-merge-tool", + "type/manuals/extender-docker-images", [ 0, 0.731 ] ], [ - "data/manuals/extensions-manifest-merge-tool", + "data/manuals/extender-docker-images", [ 0, - 0.763, + 0.843, 1, - 1.593, + 1.759, 2, - 1.577, + 1.741, 3, - 1.635, + 1.805, 4, - 1.635, + 1.805, 5, - 1.644, + 1.815, 6, - 1.644, + 1.815, 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, - 42, - 1.485, - 68, - 1.413, - 71, - 1.967, - 74, - 0.938, + 1.522, + 8, + 1.924, + 10, + 1.952, + 38, + 1.119, + 39, + 1.906, + 46, + 1.627, + 52, + 1.893, + 56, + 3.514, + 57, + 1.369, + 72, + 2.289, 77, - 1.685, + 1.424, 86, - 1.205, - 94, - 2.154, - 99, - 2.416, + 2.931, + 90, + 1.639, + 99, + 0.987, + 102, + 2.578, + 106, + 1.805, + 107, + 1.918, 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, + 3.982, + 113, + 1.378, + 125, + 2.746, + 126, + 2.0, + 148, + 1.411, + 150, + 1.741, + 153, + 1.561, + 169, + 1.343, + 197, + 3.102, + 201, + 1.546, + 239, + 3.025, + 247, + 2.275, + 256, + 1.553, 268, - 3.608, - 303, - 2.602, - 316, - 1.873, - 317, - 2.337, - 339, - 2.337, - 384, - 2.646, + 1.843, + 269, + 2.048, + 290, + 3.922, + 294, + 3.923, + 333, + 1.956, + 380, + 3.205, + 392, + 2.41, 454, + 3.595, + 524, + 2.304, + 561, + 2.18, + 573, 2.581, - 481, - 2.337, - 496, - 3.314, - 509, - 3.5, - 547, - 1.852, - 555, - 3.936, - 569, - 2.443, - 581, - 2.744, 590, - 2.795, - 623, - 7.029, - 654, - 4.094, - 737, - 3.598, - 743, - 3.02, - 754, - 2.668, - 795, - 3.608, - 799, - 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, - 5005, - 6.229, - 5006, - 6.229, - 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 + 2.85, + 601, + 2.509, + 602, + 2.782, + 617, + 5.902, + 629, + 2.068, + 650, + 4.531, + 703, + 2.697, + 715, + 3.614, + 793, + 3.201, + 811, + 3.407, + 849, + 4.007, + 857, + 5.149, + 909, + 4.435, + 922, + 4.636, + 1009, + 4.636, + 1052, + 4.743, + 1198, + 3.923, + 1283, + 3.758, + 1332, + 2.782, + 1337, + 4.435, + 1421, + 4.187, + 1543, + 4.048, + 1546, + 3.569, + 1662, + 3.025, + 1807, + 3.299, + 1885, + 3.984, + 1948, + 3.66, + 1982, + 3.407, + 2019, + 7.49, + 2021, + 8.731, + 2075, + 6.03, + 2155, + 5.822, + 2164, + 2.972, + 2267, + 8.223, + 2268, + 3.66, + 2465, + 5.024, + 2684, + 4.048, + 2902, + 7.603, + 3213, + 5.381, + 3218, + 4.88, + 3310, + 5.902, + 4003, + 9.785, + 4028, + 5.612, + 4029, + 6.29, + 4036, + 6.29, + 4037, + 6.29, + 4038, + 6.29, + 4039, + 6.29, + 4081, + 6.29, + 4254, + 5.381, + 4579, + 6.29, + 4780, + 7.361, + 4781, + 6.878, + 4782, + 8.256, + 4783, + 6.878, + 4784, + 10.7, + 4785, + 10.7, + 4786, + 6.878, + 4787, + 6.878, + 4788, + 9.028, + 4789, + 6.878, + 4790, + 6.878, + 4791, + 6.878, + 4792, + 6.878, + 4793, + 6.878, + 4794, + 6.878, + 4795, + 6.878, + 4796, + 6.878, + 4797, + 6.878 ] ], [ - "type/manuals/optimization-memory", + "type/manuals/importing-assets", [ 0, 0.731 ] ], [ - "data/manuals/optimization-memory", + "data/manuals/importing-assets", [ 0, - 0.909, + 0.716, 1, - 1.897, + 1.494, 2, - 1.878, + 1.479, 3, - 1.947, + 1.533, 4, - 1.947, + 1.533, 5, - 1.957, + 1.541, 6, - 1.957, + 1.541, 7, - 1.568, + 1.541, 8, - 1.514, - 9, - 0.63, + 2.262, 10, - 1.73, - 11, - 1.033, - 14, - 6.549, - 16, - 0.994, + 2.164, 18, - 4.109, - 23, - 1.604, - 29, - 2.13, - 30, - 1.108, - 33, - 1.464, - 35, - 2.819, - 40, - 5.423, + 1.064, + 36, + 1.849, + 38, + 0.898, + 41, + 3.069, + 42, + 2.161, + 44, + 3.377, + 46, + 1.645, 47, - 4.411, - 51, - 1.392, + 2.616, + 49, + 3.634, + 52, + 1.608, + 57, + 1.034, 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, + 1.006, + 60, + 1.625, + 62, + 1.944, + 65, + 6.109, + 76, + 4.934, + 77, + 1.21, + 79, + 0.788, + 91, + 1.994, + 96, + 1.851, + 99, + 1.047, + 102, + 2.906, + 103, + 1.862, + 105, + 2.344, + 106, + 1.448, + 108, + 2.377, + 113, + 1.17, + 125, + 1.777, + 126, + 2.317, + 148, + 2.33, + 149, + 2.223, + 150, + 1.479, + 153, + 1.835, + 157, + 3.937, + 169, + 1.38, + 197, + 2.778, + 198, + 1.591, + 201, + 2.443, + 216, + 3.195, + 226, + 2.25, + 228, + 2.46, + 230, + 2.033, + 231, + 3.755, + 256, + 1.319, + 257, + 2.308, + 268, + 1.193, + 273, + 1.996, + 290, + 3.147, + 353, + 2.325, + 454, + 2.325, + 473, + 4.402, + 510, + 2.146, + 511, + 3.108, + 543, + 2.344, + 553, + 2.088, + 554, + 3.034, + 555, + 2.887, + 567, + 3.031, + 574, + 2.802, + 577, + 2.29, + 594, + 2.691, + 629, + 2.789, 636, - 3.073, - 700, - 4.327, - 749, - 4.804, - 752, - 6.053, - 811, - 3.124, - 827, - 2.824, + 3.1, + 657, + 5.012, + 677, + 2.691, + 679, + 2.616, + 689, + 2.616, + 695, + 2.64, + 703, + 2.29, + 717, + 3.437, + 747, + 3.282, + 773, + 2.116, + 775, + 4.479, + 801, + 2.862, + 815, + 3.621, 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 + 2.893, + 864, + 4.035, + 873, + 4.035, + 879, + 3.437, + 910, + 3.108, + 935, + 4.958, + 936, + 5.327, + 937, + 4.766, + 938, + 5.109, + 939, + 5.628, + 940, + 6.597, + 959, + 4.302, + 976, + 4.569, + 977, + 3.108, + 978, + 2.308, + 1071, + 3.282, + 1131, + 2.893, + 1146, + 2.524, + 1173, + 2.862, + 1180, + 3.191, + 1188, + 2.862, + 1211, + 4.266, + 1225, + 4.143, + 1264, + 3.848, + 1291, + 3.495, + 1323, + 3.377, + 1428, + 3.191, + 1478, + 4.406, + 1601, + 4.406, + 1604, + 4.248, + 1681, + 2.502, + 1725, + 5.86, + 1768, + 5.012, + 1770, + 5.646, + 1882, + 2.592, + 1884, + 3.434, + 1893, + 4.838, + 1933, + 3.108, + 1948, + 3.108, + 1975, + 1.025, + 2080, + 5.45, + 2116, + 3.331, + 2164, + 3.494, + 2190, + 3.383, + 2317, + 4.266, + 2522, + 4.569, + 2886, + 4.266, + 3134, + 3.495, + 3318, + 4.569, + 3727, + 3.556, + 4048, + 4.569, + 4508, + 4.569, + 4581, + 4.766, + 4700, + 5.012, + 4798, + 5.012, + 4799, + 5.012, + 4800, + 5.341, + 4801, + 5.012, + 4802, + 5.012 ] ], [ - "type/manuals/gui-pie", + "type/manuals/importing-models", [ 0, 0.731 ] ], [ - "data/manuals/gui-pie", + "data/manuals/importing-models", [ 0, - 0.804, + 0.627, 1, - 1.679, + 2.207, 2, - 1.662, + 1.296, 3, - 1.723, + 1.344, 4, - 1.723, + 1.344, 5, - 1.732, + 1.351, 6, - 1.732, + 1.351, 7, - 1.483, + 1.547, 8, - 1.512, + 2.64, 9, - 0.837, - 11, - 1.02, - 13, - 2.171, - 16, - 0.79, - 21, - 1.34, - 22, - 1.489, - 23, - 1.419, - 30, - 1.141, - 33, - 0.872, - 35, - 2.602, - 40, - 5.11, + 1.736, + 10, + 1.865, + 18, + 1.118, + 20, + 1.147, + 36, + 1.469, + 38, + 0.958, 42, - 1.564, - 44, - 3.512, + 1.816, 46, - 1.826, - 47, - 5.499, - 58, - 4.424, + 1.427, + 52, + 2.598, + 55, + 2.455, + 57, + 1.104, 59, - 2.788, - 68, - 2.234, - 72, - 2.593, - 74, - 0.729, - 83, - 2.764, - 87, - 2.719, - 88, - 4.794, - 89, - 4.656, - 90, - 4.232, - 91, - 3.356, + 1.038, + 75, + 2.251, + 77, + 1.955, + 78, + 2.272, + 79, + 0.977, + 84, + 3.183, + 85, + 3.062, 92, - 2.255, + 2.054, 93, - 3.054, - 94, - 2.27, - 95, - 4.232, - 96, - 3.862, - 97, - 2.008, - 98, - 3.448, + 3.3, + 99, + 1.049, + 100, + 0.96, + 101, + 2.481, 102, - 1.94, + 1.309, + 103, + 1.696, + 106, + 1.546, + 107, + 1.402, + 108, + 1.505, 111, - 3.298, + 2.138, + 112, + 3.234, 113, - 4.324, - 119, - 2.093, - 121, - 1.856, - 123, - 2.378, - 137, - 0.976, - 141, - 1.315, - 151, - 1.203, - 160, - 1.176, - 161, - 1.737, - 162, - 1.687, - 190, - 1.866, - 195, - 4.718, - 210, - 4.033, - 225, - 3.801, + 1.729, + 122, + 2.294, + 125, + 1.557, + 126, + 1.713, + 128, + 2.508, + 147, + 3.012, + 148, + 2.052, + 150, + 2.185, + 153, + 2.659, + 158, + 1.496, + 185, + 4.895, + 197, + 1.758, + 198, + 2.006, + 201, + 1.15, + 207, + 1.704, + 208, + 3.24, + 215, + 4.323, 229, - 2.887, - 234, - 1.996, - 242, - 3.801, - 288, - 2.554, - 306, - 4.628, - 382, - 7.985, - 407, - 1.813, - 493, - 1.919, - 538, - 2.94, - 659, - 2.574, - 779, - 3.927, - 808, + 1.582, + 231, + 2.764, + 241, + 1.577, + 244, + 1.963, + 250, + 1.977, + 251, + 2.359, + 256, + 1.948, + 258, + 3.372, + 268, + 1.927, + 273, 2.33, - 809, - 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, - 4.324, - 1537, - 4.534, - 1591, - 4.656, - 1596, - 3.636, - 1611, - 3.862, - 1811, - 4.069, - 2016, - 4.147, - 2068, - 6.773, - 2274, - 6.986, - 2464, - 5.632, - 2551, - 6.603, - 3186, - 6.002, - 3532, - 4.794, - 4342, - 5.355, - 4408, - 5.135, - 4436, - 7.924, - 4437, - 7.992, - 4438, - 8.45, - 4439, - 5.632, - 4643, - 5.632, - 5040, - 6.563, - 5041, - 6.563, - 5042, - 6.002, - 5043, - 6.002, - 5044, - 6.563, - 5045, - 11.255, - 5046, - 6.563, - 5047, - 5.632, - 5048, - 5.632, - 5049, - 6.002, - 5050, - 6.002, - 5051, - 6.002, - 5052, - 6.002, - 5053, - 5.632, - 5054, - 5.632, - 5055, - 6.002 - ] - ], - [ - "type/manuals/sony-playstation", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/sony-playstation", - [ - 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, - 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, - 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 - ] - ], - [ - "type/manuals/optimization", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/optimization", - [ - 0, - 1.008, - 1, - 2.104, - 2, - 2.082, - 3, - 2.159, - 4, - 2.159, - 5, - 2.17, - 6, - 2.17, - 7, - 1.519, - 8, - 1.401, - 9, - 0.859, - 10, - 1.999, - 13, - 3.623, - 14, - 5.681, - 15, - 5.681, - 16, - 0.989, - 17, - 5.418, - 18, - 5.603, - 21, - 1.679, - 22, - 2.593, - 23, - 2.187, - 28, - 3.591, - 30, - 1.103, - 33, + 280, + 2.007, + 290, + 3.358, + 301, + 3.861, + 311, + 5.564, + 353, + 2.038, + 368, 1.456, - 51, - 1.543, - 71, - 2.247, - 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, + 390, + 2.156, + 414, + 4.853, + 452, + 2.744, + 454, + 2.038, + 457, 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 - ] - ], - [ - "type/manuals/nintendo-switch", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/nintendo-switch", - [ - 0, - 0.855, - 1, - 1.786, - 2, - 1.768, - 3, - 1.833, - 4, - 1.833, - 5, - 1.842, - 6, - 1.842, - 7, - 1.526, - 8, - 1.166, - 9, - 0.593, - 10, - 1.274, - 11, - 1.062, - 16, - 0.63, - 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, + 469, + 2.594, + 495, + 4.176, 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, + 1.782, + 543, + 2.956, + 555, + 2.939, + 579, + 3.69, + 590, + 2.12, + 595, + 2.759, + 614, + 2.888, + 629, + 1.539, + 631, + 3.649, + 636, + 3.309, + 644, + 2.536, + 679, + 3.299, + 681, + 3.609, + 691, + 2.64, + 692, + 2.764, + 695, + 2.314, + 699, + 7.234, + 704, + 3.3, + 706, + 3.738, + 766, + 5.763, + 774, + 3.33, + 786, + 2.964, + 815, + 3.173, + 831, + 4.407, + 879, + 3.012, 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 + 2.498, + 922, + 3.45, + 939, + 2.536, + 940, + 4.176, + 944, + 2.624, + 959, + 5.542, + 960, + 2.314, + 986, + 3.45, + 994, + 3.631, + 998, + 2.964, + 999, + 2.359, + 1146, + 2.212, + 1207, + 3.738, + 1214, + 3.631, + 1216, + 2.723, + 1336, + 6.01, + 1382, + 2.835, + 1385, + 3.631, + 1413, + 3.116, + 1432, + 2.876, + 1460, + 4.139, + 1541, + 2.759, + 1636, + 2.964, + 1675, + 6.197, + 1676, + 5.453, + 1717, + 4.004, + 1804, + 2.455, + 1882, + 2.272, + 1893, + 3.062, + 1901, + 2.964, + 1948, + 2.723, + 2053, + 4.004, + 2084, + 3.3, + 2130, + 4.176, + 2164, + 3.183, + 2249, + 3.45, + 2623, + 4.004, + 2686, + 7.12, + 2691, + 4.004, + 2717, + 3.738, + 2991, + 3.861, + 3306, + 3.861, + 3779, + 4.004, + 3869, + 4.392, + 3903, + 3.738, + 4104, + 3.234, + 4257, + 3.738, + 4502, + 4.392, + 4503, + 3.738, + 4504, + 4.68, + 4505, + 3.738, + 4506, + 4.004, + 4507, + 4.392, + 4508, + 5.763, + 4509, + 7.041, + 4510, + 4.392, + 4511, + 4.392, + 4512, + 4.176, + 4513, + 4.004, + 4555, + 4.176, + 4581, + 8.161, + 4803, + 8.629, + 4804, + 5.118, + 4805, + 5.118, + 4806, + 5.118, + 4807, + 4.176, + 4808, + 5.118, + 4809, + 4.176, + 4810, + 5.118, + 4811, + 5.118, + 4812, + 5.118, + 4813, + 5.118, + 4814, + 5.118, + 4815, + 6.736, + 4816, + 5.118 ] ], [ - "type/manuals/lua", + "type/manuals/porting-guidelines", [ 0, 0.731 ] ], [ - "data/manuals/lua", + "data/manuals/porting-guidelines", [ 0, - 0.381, + 0.329, 1, - 0.795, + 0.686, 2, - 1.841, + 1.447, 3, - 0.816, + 0.704, 4, - 0.816, + 0.704, 5, - 0.82, + 0.708, 6, - 0.82, + 0.708, 7, - 1.555, + 1.511, 8, - 1.398, - 9, - 1.014, + 1.247, 10, - 1.995, - 11, - 1.028, - 13, - 2.094, - 16, - 0.986, + 1.596, + 18, + 1.116, + 20, + 1.435, 21, - 1.63, + 1.809, 22, - 2.505, + 2.349, 23, - 2.09, - 26, - 0.833, + 4.483, + 27, + 1.554, 28, - 1.104, - 29, - 1.919, - 30, - 1.074, - 32, - 1.711, - 33, - 1.492, - 35, - 0.924, - 41, - 2.114, + 1.301, + 36, + 1.472, + 38, + 1.199, + 39, + 0.567, 42, - 0.741, + 0.81, 46, - 1.399, - 48, - 1.399, - 51, - 1.864, + 1.637, + 47, + 1.996, + 52, + 0.739, 54, - 2.252, + 1.274, + 56, + 1.045, + 57, + 1.209, + 59, + 1.072, 60, - 2.05, - 62, - 2.34, - 63, - 2.412, - 67, - 1.762, - 68, - 2.04, - 70, - 1.422, - 71, - 2.084, - 74, - 0.999, + 1.852, + 66, + 2.874, + 69, + 1.261, 77, - 1.592, + 1.65, + 78, + 2.954, + 79, + 0.988, 86, - 1.575, + 1.447, + 87, + 3.612, + 88, + 2.372, + 89, + 2.435, + 90, + 1.062, 91, - 2.427, + 1.951, 94, - 1.739, - 95, - 2.005, + 1.249, 97, - 1.937, + 1.652, 99, - 2.079, + 1.058, 100, - 5.027, + 1.072, 102, - 3.264, - 104, - 2.941, + 2.037, + 103, + 1.532, 106, - 1.228, - 111, - 2.674, - 117, - 2.975, + 1.642, + 107, + 1.846, + 108, + 2.171, + 109, + 1.66, + 112, + 1.696, + 113, + 1.145, + 116, + 2.874, 121, - 0.879, - 135, - 2.375, - 137, - 1.511, + 0.888, + 122, + 2.072, + 124, + 1.17, + 125, + 1.739, + 126, + 1.753, + 132, + 1.531, + 139, + 1.554, 140, - 1.433, - 141, - 1.712, - 144, - 1.613, - 149, - 2.264, - 151, - 1.464, - 152, - 1.369, + 2.054, + 148, + 1.634, + 150, + 1.685, + 153, + 1.915, 158, - 2.147, - 159, - 1.167, + 0.785, 160, - 1.912, - 161, - 1.785, - 166, - 1.762, - 172, - 2.992, - 179, - 1.54, - 184, - 1.393, - 186, - 2.174, - 190, - 1.43, - 193, - 0.656, - 224, - 2.475, + 0.789, + 165, + 1.274, + 169, + 1.504, + 170, + 1.029, + 178, + 1.66, + 194, + 2.104, + 196, + 1.541, + 197, + 1.531, + 198, + 2.406, + 207, + 0.893, + 210, + 1.085, + 216, + 2.258, + 226, + 0.747, + 229, + 1.998, + 230, + 1.989, + 231, + 2.497, 236, - 1.594, - 237, - 0.716, - 244, - 1.634, + 1.345, + 239, + 1.18, + 240, + 1.267, + 241, + 1.425, 247, - 0.913, - 248, - 1.406, - 255, - 2.206, + 0.888, + 253, + 1.345, + 254, + 2.936, 256, - 1.861, - 263, - 1.771, - 264, - 1.406, + 1.798, + 260, + 1.502, + 266, + 1.191, + 268, + 1.626, + 269, + 2.08, 273, - 1.21, - 277, - 1.048, - 281, - 1.558, - 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, - 339, - 1.887, - 343, - 0.884, - 350, - 1.035, - 351, - 3.602, - 362, - 2.873, - 364, - 2.033, - 369, - 2.006, - 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, + 1.1, + 280, + 2.241, + 294, + 1.531, + 295, + 1.237, + 313, + 1.748, + 332, + 0.893, + 341, + 1.287, + 345, + 1.301, + 353, + 2.65, + 359, + 1.18, + 361, + 1.508, + 368, + 0.763, + 378, + 1.731, + 382, + 0.966, + 390, + 1.13, + 392, + 2.002, + 394, + 4.721, + 396, + 2.19, + 398, + 2.19, + 403, + 5.65, + 404, + 4.206, + 429, + 2.771, + 436, + 1.768, 441, - 1.082, - 453, - 2.975, - 465, - 1.562, - 469, - 1.928, - 491, - 2.644, - 493, - 0.909, + 3.334, + 443, + 3.637, + 446, + 2.863, + 452, + 0.78, + 457, + 3.648, + 459, + 1.249, + 466, + 2.19, + 471, + 1.784, + 477, + 1.854, + 481, + 1.531, + 500, + 2.085, + 507, + 2.025, 511, - 2.148, - 514, - 1.785, - 538, + 1.428, + 524, + 2.229, + 543, + 1.077, + 545, + 4.472, + 555, + 1.388, + 560, + 1.696, + 567, 1.393, - 547, - 0.924, - 554, - 1.663, - 556, - 2.537, - 568, - 1.278, - 569, - 2.871, - 570, - 4.981, - 576, - 2.34, + 573, + 2.145, + 579, + 2.233, 583, - 2.873, + 1.664, + 588, + 1.393, 590, - 1.028, - 607, - 2.437, + 1.112, + 592, + 2.874, + 594, + 1.237, + 600, + 1.287, + 608, + 2.831, 615, - 1.801, - 616, - 1.594, - 636, - 2.622, - 644, - 2.609, - 654, - 2.002, - 666, - 2.482, - 667, - 2.868, - 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, + 2.372, + 622, + 1.301, + 623, + 2.537, + 642, + 2.896, + 647, + 2.581, + 659, + 2.542, + 672, + 1.237, + 673, + 5.309, + 674, + 5.063, + 675, + 1.029, + 680, + 4.434, + 681, + 2.184, + 685, + 1.817, + 686, + 1.447, + 689, + 1.202, + 691, + 1.364, + 695, + 2.015, + 701, + 2.342, + 702, + 1.345, + 703, + 1.052, + 704, + 1.731, + 710, + 1.301, + 715, + 3.497, + 735, + 2.138, + 739, + 2.19, + 740, + 1.36, + 744, + 1.301, + 751, + 2.311, + 753, + 3.162, 759, - 1.773, - 764, - 4.17, - 776, - 2.231, - 777, - 2.148, - 792, - 1.142, - 793, - 1.576, - 795, - 1.801, - 858, - 0.985, - 867, - 2.437, - 871, - 2.345, - 882, - 2.675, - 884, - 2.825, - 889, - 1.972, + 3.686, + 773, + 0.972, + 817, + 2.025, + 845, + 5.369, + 854, + 1.487, + 857, + 2.542, + 860, + 1.36, + 864, + 1.854, + 890, + 4.584, 891, - 3.258, + 2.504, + 894, + 1.06, + 898, + 0.953, 901, - 1.613, - 908, - 2.005, - 909, - 1.447, - 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.16, + 902, + 1.531, + 915, + 3.625, + 918, + 2.138, + 923, + 2.184, + 924, + 1.274, + 935, + 1.33, + 941, + 3.123, + 944, + 1.376, + 948, + 1.761, + 969, 1.634, - 1044, - 2.917, - 1045, - 1.558, - 1054, - 1.801, - 1056, - 2.432, + 996, + 1.36, + 999, + 1.237, + 1010, + 1.103, + 1034, + 1.029, + 1047, + 4.352, + 1060, + 2.505, + 1064, + 2.801, + 1066, + 1.052, + 1067, + 1.456, 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, + 1.508, + 1097, + 2.763, + 1103, + 2.936, + 1104, + 1.989, + 1131, + 2.831, + 1133, + 3.497, + 1135, + 3.852, + 1137, + 3.982, + 1140, + 1.237, + 1142, + 2.19, + 1220, + 3.543, + 1235, + 1.731, 1239, - 1.192, - 1251, - 1.576, - 1273, - 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, - 1532, - 1.893, - 1542, - 2.345, - 1543, - 2.345, - 1547, - 2.668, - 1553, - 2.537, - 1559, - 2.096, - 1569, - 1.097, - 1576, - 3.312, - 1577, - 2.148, - 1579, - 3.117, - 1583, - 1.83, - 1586, - 1.491, - 1588, - 3.242, - 1596, - 1.722, - 1602, - 2.345, - 1609, - 1.928, - 1611, - 1.83, - 1636, - 1.634, - 1642, - 1.928, - 1660, - 1.332, + 2.454, + 1272, + 1.191, + 1314, + 3.004, + 1323, + 1.862, + 1324, + 1.393, + 1363, + 2.1, + 1378, + 3.48, + 1411, + 1.15, + 1413, + 2.713, + 1460, + 1.508, + 1473, + 1.904, + 1476, + 2.1, + 1479, + 2.623, + 1487, + 2.025, + 1499, + 1.606, + 1541, + 2.403, + 1558, + 1.664, + 1575, + 6.086, + 1649, + 1.428, + 1655, + 1.41, + 1661, + 1.345, 1662, - 2.317, - 1663, - 1.491, + 1.18, + 1681, + 3.784, 1684, - 4.791, - 1695, - 1.507, - 1704, - 3.488, + 1.554, + 1685, + 2.025, + 1686, + 2.025, + 1687, + 2.763, 1716, - 2.537, - 1728, - 3.793, - 1747, - 2.537, - 1766, - 2.537, - 1776, - 1.634, - 1782, - 2.345, - 1784, - 1.447, - 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, - 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, - 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, - 5071, - 2.843, - 5072, - 2.668, - 5073, - 3.109, - 5074, - 2.843, - 5075, - 4.598, - 5076, - 2.668, - 5077, - 2.537, - 5078, - 2.537, - 5079, - 3.109, - 5080, - 5.028, - 5081, - 3.109, - 5082, - 2.843, - 5083, - 2.843, - 5084, - 2.668, - 5085, - 3.109, - 5086, - 2.843, - 5087, - 2.843, - 5088, - 3.109, - 5089, - 3.109, - 5090, - 3.109, - 5091, - 3.109, - 5092, - 2.843, - 5093, - 3.109, - 5094, - 2.668, - 5095, - 6.33, - 5096, - 3.109, - 5097, - 5.028, - 5098, - 5.028, - 5099, - 7.272, - 5100, - 3.109, - 5101, - 3.109, - 5102, - 2.843, - 5103, - 2.843, - 5104, - 2.843, - 5105, - 3.109, - 5106, - 3.109, - 5107, - 5.028, - 5108, - 2.843, - 5109, - 1.965, - 5110, - 2.843, - 5111, - 3.109, - 5112, - 2.843, - 5113, - 4.314, - 5114, - 5.028, - 5115, - 2.537, - 5116, - 3.109, - 5117, - 2.843, - 5118, - 3.109, - 5119, - 3.109, - 5120, - 3.109, - 5121, - 3.109, - 5122, - 3.109, - 5123, - 3.109, - 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, + 3.162, + 1769, + 1.237, + 1804, + 2.138, + 1807, + 1.287, + 1839, + 1.904, + 1840, + 4.543, + 1866, + 3.26, + 1868, + 1.731, + 1884, + 1.14, + 1895, + 1.696, + 1901, + 1.554, + 1911, + 1.376, + 1920, + 1.249, + 1941, + 2.1, + 1949, + 2.025, + 1988, + 2.1, + 2012, + 4.472, + 2013, + 3.948, + 2024, + 1.213, + 2026, 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, + 2049, + 1.696, + 2072, + 1.809, + 2080, + 4.977, + 2101, + 1.664, + 2110, + 2.19, + 2114, + 4.206, + 2115, + 2.19, + 2139, + 2.025, + 2182, + 2.285, + 2189, + 1.487, + 2201, + 3.824, + 2223, + 2.454, + 2226, + 1.696, + 2259, + 3.487, + 2260, + 1.96, + 2264, + 3.487, + 2300, + 1.854, + 2315, + 4.664, + 2317, + 1.96, + 2403, + 1.904, + 2423, + 3.362, + 2442, + 3.255, + 2468, + 2.1, + 2514, + 4.352, + 2546, + 3.255, + 2550, + 1.554, + 2582, + 1.531, + 2690, + 1.554, + 2787, + 2.19, + 2801, + 1.96, + 2808, + 3.637, + 2848, + 2.19, + 2951, + 2.1, + 2954, + 1.809, + 2962, + 2.025, + 3079, + 3.255, + 3082, + 2.454, + 3139, + 2.025, + 3192, + 1.96, + 3217, + 2.19, + 3218, + 1.904, + 3306, + 2.025, + 3320, + 3.255, + 3342, + 1.664, + 3343, + 4.472, + 3355, + 4.472, + 3389, + 2.19, + 3474, + 1.854, + 3475, + 2.19, + 3559, + 2.1, + 3597, + 1.904, + 3599, + 2.936, + 3616, + 1.96, + 3625, + 2.303, + 3638, + 2.025, + 3657, + 3.824, + 3659, + 2.454, + 3830, + 2.19, + 3901, + 2.19, + 3963, + 2.454, + 4028, + 2.19, + 4090, + 1.96, 4109, - 4.052, - 5078, - 5.232, - 5125, - 5.016, - 5126, - 5.232, - 5127, - 5.863, - 5128, - 6.5, - 5129, - 6.411, - 5130, - 6.411, - 5131, - 6.411, - 5132, - 5.232 + 2.19, + 4155, + 2.303, + 4386, + 2.303, + 4431, + 2.303, + 4439, + 6.086, + 4465, + 1.809, + 4466, + 1.854, + 4532, + 2.19, + 4548, + 3.362, + 4590, + 2.454, + 4817, + 2.684, + 4818, + 2.19, + 4819, + 2.684, + 4820, + 2.454, + 4821, + 2.684, + 4822, + 2.684, + 4823, + 2.684, + 4824, + 2.684, + 4825, + 2.684, + 4826, + 2.684, + 4827, + 2.684, + 4828, + 2.684, + 4829, + 1.809, + 4830, + 2.684, + 4831, + 2.684, + 4832, + 2.454, + 4833, + 2.684, + 4834, + 2.303, + 4835, + 2.684, + 4836, + 2.684, + 4837, + 2.684, + 4838, + 2.454, + 4839, + 2.684, + 4840, + 2.454, + 4841, + 4.904, + 4842, + 2.303, + 4843, + 2.684, + 4844, + 3.824, + 4845, + 4.457, + 4846, + 2.025, + 4847, + 1.96, + 4848, + 2.684, + 4849, + 2.684, + 4850, + 5.716, + 4851, + 5.716, + 4852, + 4.457, + 4853, + 2.684, + 4854, + 2.581, + 4855, + 2.684, + 4856, + 2.684, + 4857, + 2.454, + 4858, + 2.454, + 4859, + 4.904, + 4860, + 4.457, + 4861, + 1.96, + 4862, + 4.457, + 4863, + 2.454, + 4864, + 2.303, + 4865, + 4.457, + 4866, + 6.086, + 4867, + 2.684, + 4868, + 2.454, + 4869, + 2.684, + 4870, + 4.457, + 4871, + 2.19, + 4872, + 1.96, + 4873, + 1.96, + 4874, + 2.454, + 4875, + 4.457, + 4876, + 2.684, + 4877, + 1.96, + 4878, + 2.454, + 4879, + 2.684, + 4880, + 2.684, + 4881, + 2.684, + 4882, + 2.684, + 4883, + 2.454 ] ], [ - "type/manuals/editor-scripts", + "type/manuals/project-defignore", [ 0, 0.731 ] ], [ - "data/manuals/editor-scripts", + "data/manuals/project-defignore", + [ + 2, + 2.002, + 7, + 1.414, + 8, + 3.357, + 10, + 1.709, + 18, + 1.118, + 20, + 1.43, + 38, + 0.878, + 39, + 2.083, + 42, + 1.793, + 46, + 1.608, + 49, + 3.413, + 56, + 3.077, + 59, + 1.047, + 72, + 2.631, + 76, + 4.207, + 77, + 1.637, + 79, + 0.838, + 91, + 3.673, + 94, + 3.679, + 99, + 1.001, + 100, + 1.852, + 102, + 2.022, + 107, + 1.504, + 109, + 2.945, + 125, + 2.405, + 126, + 1.569, + 128, + 3.874, + 148, + 1.622, + 169, + 1.601, + 194, + 1.443, + 201, + 1.776, + 204, + 8.118, + 231, + 4.502, + 268, + 1.614, + 269, + 1.794, + 285, + 3.541, + 387, + 2.788, + 471, + 2.646, + 561, + 3.128, + 675, + 3.031, + 832, + 3.792, + 931, + 2.165, + 960, + 3.574, + 996, + 5.002, + 1028, + 6.185, + 1067, + 2.583, + 1323, + 3.302, + 1411, + 3.387, + 1648, + 5.629, + 1774, + 4.006, + 1797, + 5.098, + 2171, + 7.434, + 2244, + 5.461, + 3208, + 9.025, + 4385, + 7.229, + 4884, + 7.229, + 4885, + 9.87, + 4886, + 9.87 + ] + ], + [ + "type/manuals/debugging-native-code-ios", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/debugging-native-code-ios", [ 0, - 0.136, + 0.564, 1, - 0.284, + 1.178, 2, - 1.186, + 1.166, 3, - 0.291, + 1.209, 4, - 0.291, + 1.209, 5, - 0.293, + 1.215, 6, - 0.293, + 1.215, 7, - 1.558, + 1.599, 8, - 1.386, + 2.272, 9, - 0.993, + 1.562, 10, - 1.018, - 11, - 1.0, - 13, - 1.372, - 16, 0.996, - 21, - 1.674, + 12, + 4.097, + 18, + 1.132, + 20, + 1.274, 22, - 2.357, - 23, - 2.004, - 26, - 1.255, + 1.892, 27, - 0.702, - 28, - 0.727, + 2.667, 29, - 1.76, - 30, - 1.069, - 32, - 1.675, - 33, - 1.454, - 37, - 0.493, + 3.474, + 36, + 1.79, 38, - 0.633, - 39, - 3.24, - 40, - 1.479, - 41, - 1.622, - 42, - 1.421, - 44, - 2.392, + 0.997, + 43, + 2.39, 46, - 0.57, - 47, - 3.645, - 48, - 1.435, - 49, - 0.397, - 50, - 3.575, - 51, - 1.626, - 52, - 0.681, - 53, - 0.716, - 54, - 0.497, - 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.158, + 55, + 3.895, + 56, + 1.792, + 57, + 0.872, + 59, + 0.865, 77, - 1.728, - 82, - 1.269, + 0.954, + 79, + 0.925, 86, - 1.64, - 87, - 0.848, + 1.495, + 90, + 1.935, 91, - 2.538, - 92, - 0.703, - 94, - 2.18, - 97, - 1.824, - 98, - 1.497, + 3.426, 99, - 2.553, - 101, - 0.972, - 102, - 2.424, - 104, - 0.449, + 1.021, + 100, + 1.28, + 103, + 1.06, + 106, + 0.825, + 109, + 1.716, 110, - 1.558, - 111, - 2.4, - 117, - 3.055, - 119, - 1.493, - 121, - 1.173, - 123, - 1.697, + 3.787, + 113, + 1.799, + 122, + 1.434, + 126, + 0.914, 135, - 1.935, - 137, - 1.165, - 141, - 1.569, - 146, - 1.126, - 147, - 2.454, - 149, - 0.887, - 151, - 1.503, - 152, - 1.52, + 2.667, + 142, + 1.369, + 143, + 2.233, + 148, + 1.666, + 150, + 2.426, + 153, + 2.277, 158, - 2.512, - 159, - 0.768, - 160, - 1.82, - 161, - 1.915, - 162, - 0.733, - 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, + 1.994, + 169, + 1.493, + 170, + 1.766, + 177, + 1.409, + 178, + 1.716, + 194, + 0.84, 196, - 1.588, + 2.808, + 197, + 2.79, 198, - 1.947, - 217, - 0.446, - 218, - 1.359, + 2.445, + 201, + 1.532, + 207, + 1.533, + 208, + 2.999, + 210, + 2.758, 224, - 1.142, - 228, - 0.944, - 234, - 1.813, - 237, - 1.888, - 244, - 1.076, + 2.91, + 226, + 1.897, + 229, + 0.844, + 236, + 5.028, + 241, + 0.986, + 246, + 3.034, 247, - 0.518, - 248, - 0.502, + 2.686, 256, - 0.838, - 263, - 2.191, - 267, - 0.953, + 1.04, + 257, + 1.82, 268, - 2.712, + 1.658, + 272, + 3.474, 273, - 0.797, - 277, - 0.374, - 278, - 0.626, - 281, - 0.556, - 282, - 0.583, - 283, - 2.102, + 1.683, + 280, + 3.184, 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, - 309, - 0.55, + 2.654, + 292, + 3.846, 313, - 1.063, - 316, - 1.99, - 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, - 350, - 1.984, - 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, - 414, - 0.869, - 416, - 1.381, - 417, - 0.538, - 418, - 0.702, - 425, - 1.063, - 427, - 0.993, - 429, - 1.858, - 430, - 1.326, - 431, - 1.735, - 433, - 0.748, - 434, - 1.349, - 435, - 0.748, - 437, - 0.48, - 440, - 0.544, - 441, - 1.444, - 442, - 1.32, - 449, - 0.702, - 453, - 0.522, + 3.52, + 332, + 1.533, + 333, + 2.553, + 341, + 2.209, + 390, + 1.94, + 452, + 1.983, 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, - 521, - 0.435, - 523, - 1.649, - 524, - 0.556, - 525, - 1.062, - 533, - 1.104, - 538, - 0.917, - 547, - 0.609, - 554, - 1.549, - 568, - 0.456, - 569, - 2.505, - 570, - 1.578, - 575, - 0.869, - 576, - 1.326, - 581, - 0.665, - 583, - 1.025, + 1.834, + 457, + 1.635, + 467, + 3.034, + 479, + 1.728, + 490, + 1.924, + 495, + 3.758, + 552, + 1.369, + 553, + 1.646, + 555, + 1.434, 590, - 0.942, + 1.908, 594, - 0.456, - 595, - 1.032, - 599, - 0.527, - 607, - 1.381, - 615, - 0.643, - 624, - 0.556, - 631, - 0.688, + 2.122, 633, - 3.975, - 636, - 0.46, - 644, - 2.43, - 646, - 0.607, - 647, - 0.664, - 654, - 1.864, - 655, - 2.268, - 659, - 2.595, - 669, - 1.038, + 4.115, + 635, + 6.314, + 640, + 3.267, + 642, + 3.456, 674, - 0.731, - 676, - 1.349, - 680, - 0.809, - 682, - 2.346, - 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, - 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, + 2.307, + 685, + 2.78, + 691, + 2.086, + 702, + 2.307, + 744, + 5.28, + 745, + 4.711, + 765, + 1.614, + 771, + 2.143, + 774, + 2.082, 801, - 2.441, - 802, - 2.796, - 804, - 0.556, + 2.257, 808, - 1.473, - 811, - 1.492, - 813, - 3.969, - 818, - 0.767, - 834, - 0.664, - 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, + 2.451, + 809, + 2.588, + 852, + 6.62, + 878, + 2.97, + 902, + 2.627, + 961, + 4.711, + 969, + 2.804, + 982, + 5.371, + 996, + 2.334, + 1047, + 2.186, + 1066, + 2.674, + 1067, + 1.505, + 1103, + 4.493, + 1104, + 2.374, + 1142, + 3.758, + 1174, + 4.211, + 1176, + 3.104, + 1202, + 2.186, + 1260, + 2.71, + 1332, + 2.758, + 1403, + 2.186, + 1411, + 2.921, + 1601, + 3.474, + 1769, + 4.786, + 1774, + 2.334, + 1804, + 3.271, + 1874, + 2.71, + 1884, + 1.956, + 1896, + 3.104, + 1920, + 4.177, + 1955, + 3.267, + 1961, + 2.804, + 1989, + 2.627, + 1990, + 5.35, + 2006, + 2.42, + 2027, + 4.023, + 2029, + 3.364, + 2031, + 3.603, + 2054, + 2.627, + 2105, + 3.034, + 2121, + 2.71, + 2191, + 3.181, + 2261, + 2.588, + 2268, + 2.451, + 2286, + 2.855, + 2358, + 2.855, + 2360, + 2.483, + 2434, + 4.838, + 2455, + 3.603, + 2514, + 2.516, + 2580, + 3.474, + 2626, + 5.564, + 2631, + 2.91, + 2775, + 2.483, + 2941, + 5.761, + 2944, + 3.603, + 2949, + 4.211, + 2951, + 3.603, + 2981, + 3.181, + 2998, + 3.474, + 3000, + 3.603, + 3001, + 3.952, + 3030, + 3.758, + 3176, + 3.474, + 3178, + 3.474, + 3180, + 3.952, + 3181, + 3.603, + 3187, + 4.211, + 3220, + 4.211, + 3254, + 3.952, + 3269, + 5.852, + 3694, + 9.346, + 4075, + 3.952, + 4595, + 2.91, + 4887, + 3.952, + 4888, + 6.819, + 4889, + 4.211, + 4890, + 4.605, + 4891, + 4.605, + 4892, + 4.605, + 4893, + 9.497, + 4894, + 4.211, + 4895, + 4.605, + 4896, + 4.605, + 4897, + 6.819, + 4898, + 4.605, + 4899, + 4.605, + 4900, + 4.605, + 4901, + 4.605, + 4902, + 5.852, + 4903, + 8.121, + 4904, + 4.605, + 4905, + 4.605, + 4906, + 4.605, + 4907, + 4.211, + 4908, + 4.605, + 4909, + 4.605, + 4910, + 4.211, + 4911, + 4.605, + 4912, + 4.211, + 4913, + 4.211, + 4914, + 4.605, + 4915, + 3.603, + 4916, + 4.605, + 4917, + 4.605, + 4918, + 4.605, + 4919, + 3.952, + 4920, + 4.211, + 4921, + 8.977, + 4922, + 4.605, + 4923, + 4.605 + ] + ], + [ + "type/manuals/getting-help", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/getting-help", + [ + 0, + 0.592, + 1, + 1.237, + 2, + 1.224, + 3, 1.269, - 903, - 1.861, - 905, - 0.569, - 909, + 4, + 2.193, + 5, + 1.276, + 6, + 1.276, + 7, + 1.567, + 9, + 2.397, + 10, + 1.045, + 18, + 1.082, + 20, + 1.299, + 29, + 3.647, + 36, + 1.833, + 38, + 0.785, + 39, + 1.02, + 42, + 1.517, + 46, + 1.395, + 49, + 3.178, + 57, + 1.069, + 59, + 0.976, + 60, + 1.345, + 62, + 1.609, + 73, + 2.8, + 77, + 1.903, + 79, + 1.008, + 93, + 3.117, + 99, + 1.074, + 100, 1.326, - 914, - 0.653, - 920, - 2.239, - 921, - 2.346, - 933, - 2.671, - 943, - 0.653, + 103, + 1.923, + 105, + 1.94, + 106, + 1.496, + 107, + 2.007, + 108, + 1.421, + 109, + 1.801, + 110, + 2.792, + 111, + 2.019, + 113, + 1.416, + 121, + 2.337, + 126, + 1.94, + 148, + 1.45, + 150, + 1.789, + 153, + 2.502, + 169, + 0.719, + 171, + 3.624, + 194, + 1.29, + 197, + 2.428, + 198, + 2.503, + 201, + 1.086, + 202, + 1.57, + 206, + 2.344, + 208, + 2.126, + 210, + 1.955, + 216, + 2.792, + 226, + 1.345, + 229, + 1.872, + 230, + 1.683, + 231, + 2.652, + 241, + 1.789, + 249, + 2.319, + 256, + 1.092, + 268, + 1.876, + 269, + 1.603, + 273, + 2.413, + 309, + 4.159, + 313, + 1.896, + 324, + 2.757, + 333, + 1.375, + 353, + 1.925, + 362, + 3.259, + 387, + 1.705, + 390, + 2.977, + 402, + 2.572, + 434, + 2.25, + 452, + 2.055, + 454, + 3.326, + 457, + 2.509, + 459, + 2.25, + 469, + 2.45, + 479, + 1.814, + 481, + 4.031, + 522, + 2.395, + 543, + 1.94, + 552, + 1.437, + 554, + 2.652, + 555, + 1.505, + 567, + 2.509, + 577, + 1.896, + 581, + 2.606, + 601, + 1.764, + 602, + 1.955, + 603, + 2.952, + 614, + 1.896, + 619, + 3.531, + 634, + 1.91, + 636, + 3.749, + 638, + 4.466, + 646, + 2.45, + 672, + 2.228, + 674, + 2.422, + 681, + 3.463, + 685, + 2.881, + 702, + 2.422, + 703, + 1.896, + 705, + 3.185, + 747, + 2.717, + 758, + 2.146, + 770, + 3.782, + 772, + 3.34, + 773, + 3.33, + 774, + 3.195, + 826, + 2.54, + 894, + 1.91, + 910, + 4.89, + 911, + 2.678, + 923, + 3.463, + 931, + 1.324, 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, - 1002, - 0.869, - 1009, - 0.653, - 1022, - 0.583, - 1042, - 0.583, - 1044, - 0.512, - 1072, - 0.962, - 1073, - 2.445, - 1074, - 0.563, - 1078, - 1.48, - 1094, - 2.555, - 1095, - 0.664, - 1107, - 1.381, + 1.91, + 975, + 2.319, + 979, + 2.186, + 995, + 6.97, + 1043, + 3.054, + 1064, + 2.369, + 1076, + 3.782, + 1104, + 3.554, + 1109, + 4.049, 1121, - 0.702, - 1122, - 1.861, - 1124, - 3.246, + 3.34, + 1126, + 3.501, 1127, - 0.544, - 1129, - 0.885, - 1145, - 1.367, - 1149, - 0.748, - 1156, - 0.502, - 1158, - 2.441, - 1159, - 0.599, - 1160, - 2.77, - 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, - 1269, - 1.671, - 1270, - 0.748, - 1274, - 2.959, - 1275, - 0.599, - 1284, - 2.223, - 1287, - 1.015, - 1289, - 2.828, - 1321, - 1.735, - 1324, - 1.837, - 1330, - 1.349, - 1347, - 0.838, - 1350, - 0.748, - 1352, - 0.676, - 1368, - 1.602, - 1371, - 0.748, - 1373, - 0.615, + 3.531, + 1184, + 3.055, + 1267, + 4.882, + 1278, + 7.498, 1374, - 0.702, - 1377, - 1.757, - 1378, - 5.208, - 1465, - 2.373, - 1467, - 1.168, - 1482, - 0.906, - 1483, - 3.24, - 1484, - 0.838, - 1498, - 0.664, - 1503, - 1.168, - 1510, - 0.599, - 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, - 1570, - 0.664, - 1574, - 1.671, - 1586, - 2.474, - 1592, - 0.599, - 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, - 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, - 1869, - 0.507, + 4.421, + 1416, + 6.519, + 1457, + 5.408, + 1535, + 4.421, + 1541, + 2.606, + 1631, + 4.381, + 1636, + 4.093, + 1640, + 3.782, + 1648, + 2.757, + 1696, + 4.302, + 1767, + 2.845, + 1863, + 5.529, + 1866, + 2.757, + 1868, + 3.117, 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, - 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, - 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, - 2786, - 2.712, - 2812, - 0.869, - 2819, - 0.838, - 2828, - 1.015, - 2878, - 0.748, - 2898, - 0.953, - 2957, - 5.083, - 2962, - 0.869, - 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, + 2.146, + 1886, + 3.647, + 1925, + 3.945, + 1984, + 3.647, + 2006, + 5.137, + 2035, + 5.179, + 2062, + 3.647, + 2220, + 4.228, + 2329, + 4.148, + 2330, + 6.441, + 2331, + 4.148, + 2336, + 5.63, + 2354, + 3.43, + 2433, + 2.892, + 2494, + 3.782, + 2591, + 3.259, + 2852, + 3.531, + 2954, + 3.259, + 2963, + 6.064, + 3014, + 3.782, + 3040, + 4.421, + 3242, + 3.647, + 3247, + 3.531, + 3342, + 2.997, + 3362, + 4.421, + 3693, + 4.557, + 3727, + 2.943, + 3853, + 3.945, + 4104, + 3.055, + 4252, + 3.43, + 4735, + 6.064, + 4924, + 4.148, + 4925, + 4.834, + 4926, + 7.067, + 4927, + 7.639, 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, - 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, - 5173, - 4.282, - 5174, - 1.015, - 5175, - 1.872, - 5176, - 2.048, - 5177, - 1.757, - 5178, - 1.872, - 5179, - 1.11, - 5180, - 1.11, - 5181, - 2.048, - 5182, - 1.015, - 5183, - 4.149, - 5184, - 8.929, - 5185, - 6.904, - 5186, - 2.849, - 5187, - 4.715, - 5188, - 1.11, - 5189, - 1.11, - 5190, - 2.048, - 5191, - 2.048, - 5192, - 1.11, - 5193, - 2.048, - 5194, - 1.11, - 5195, - 6.772, - 5196, - 1.11, - 5197, - 1.11, - 5198, - 1.11, - 5199, - 2.048, - 5200, - 1.11, - 5201, - 2.605, - 5202, - 1.11, - 5203, - 1.11, - 5204, - 1.11, - 5205, - 2.849, - 5206, - 1.11, - 5207, - 1.11, - 5208, - 1.872, - 5209, - 1.11, - 5210, - 1.872, - 5211, - 1.015, - 5212, - 1.11, - 5213, - 1.015, - 5214, - 0.953, - 5215, - 2.849, - 5216, - 1.11, - 5217, - 1.11, - 5218, - 2.284, - 5219, - 2.048, - 5220, - 1.11, - 5221, - 1.757, - 5222, - 1.11, - 5223, - 1.11, - 5224, - 2.048, - 5225, - 2.849, - 5226, - 1.11, - 5227, - 1.11, - 5228, - 1.015, - 5229, - 1.11, - 5230, - 2.048, - 5231, - 1.015, - 5232, - 1.11, - 5233, - 1.11, - 5234, - 1.11, - 5235, - 1.11, - 5236, - 1.11, - 5237, - 2.048, - 5238, - 1.11, - 5239, - 1.11, - 5240, - 1.11, - 5241, - 1.11, - 5242, - 1.015, - 5243, - 1.11, - 5244, - 1.11, - 5245, - 1.11, - 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 - ] - ], - [ - "type/manuals/properties", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/properties", - [ - 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 + 4.834, + 4929, + 4.834, + 4930, + 4.834, + 4931, + 7.498, + 4932, + 6.462, + 4933, + 8.353, + 4934, + 7.067, + 4935, + 7.639, + 4936, + 4.834, + 4937, + 4.148, + 4938, + 4.834, + 4939, + 4.834, + 4940, + 4.148, + 4941, + 4.834, + 4942, + 4.834, + 4943, + 6.462, + 4944, + 4.834, + 4945, + 4.834, + 4946, + 4.834, + 4947, + 4.834 ] ], [ - "type/manuals/facebook", + "type/manuals/windows", [ 0, 0.731 ] ], [ - "data/manuals/facebook", + "data/manuals/windows", [ 0, - 1.217, + 0.959, 1, - 2.541, + 2.003, 2, - 2.515, + 1.983, 3, - 2.607, + 2.056, 4, - 2.607, + 2.056, 5, - 2.621, + 2.066, 6, - 2.621 + 2.066, + 7, + 1.572, + 8, + 3.142, + 12, + 3.574, + 18, + 1.014, + 36, + 1.562, + 38, + 1.09, + 39, + 1.653, + 46, + 1.117, + 57, + 1.002, + 59, + 0.707, + 77, + 1.622, + 79, + 0.91, + 99, + 0.695, + 102, + 2.003, + 113, + 1.569, + 126, + 1.554, + 148, + 1.607, + 150, + 2.713, + 153, + 1.777, + 194, + 1.429, + 198, + 2.133, + 226, + 2.179, + 241, + 2.101, + 256, + 1.768, + 290, + 3.048, + 292, + 3.355, + 333, + 2.227, + 350, + 4.686, + 368, + 2.227, + 380, + 2.781, + 383, + 5.159, + 425, + 4.467, + 455, + 5.908, + 553, + 2.799, + 592, + 7.243, + 601, + 2.857, + 602, + 3.167, + 623, + 4.355, + 649, + 4.686, + 676, + 3.574, + 683, + 3.326, + 751, + 3.167, + 932, + 5.556, + 934, + 5.556, + 936, + 7.059, + 1323, + 3.271, + 1558, + 4.855, + 1570, + 5.279, + 1655, + 4.115, + 1933, + 5.221, + 1961, + 5.973, + 1997, + 4.467, + 1999, + 4.339, + 2123, + 5.596, + 2164, + 3.384, + 2260, + 5.72, + 2279, + 5.908, + 2862, + 7.161, + 2964, + 6.39, + 4012, + 6.39, + 4596, + 6.39, + 4948, + 11.232, + 4949, + 7.832, + 4950, + 7.832, + 4951, + 7.832, + 4952, + 7.832, + 4953, + 9.812, + 4954, + 7.161, + 4955, + 7.832, + 4956, + 7.832, + 4957, + 7.832, + 4958, + 7.832, + 4959, + 7.832, + 4960, + 7.832, + 4961, + 7.832 ] ], [ - "type/manuals/3dgraphics", + "type/manuals/debugging-native-code", [ 0, 0.731 ] ], [ - "data/manuals/3dgraphics", + "data/manuals/debugging-native-code", [ 0, - 1.214, + 0.456, 1, - 2.535, + 0.952, 2, - 2.509, + 0.942, 3, - 2.601, + 0.977, 4, - 2.601, + 0.977, 5, - 2.615, + 0.982, 6, - 2.615, + 0.982, 7, - 1.244 - ] - ], - [ - "type/manuals/macos", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/macos", - [ - 0, - 0.544, - 1, - 1.136, - 2, - 1.124, - 3, - 1.165, - 4, - 1.165, - 5, - 1.172, - 6, - 1.172, - 7, - 1.58, + 1.567, 8, - 1.35, - 9, - 0.872, + 2.987, 10, - 1.807, - 11, - 1.046, - 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.122, - 32, - 0.845, - 33, - 0.882, - 41, - 1.291, + 0.804, + 18, + 1.142, + 20, + 1.326, + 36, + 1.739, + 38, + 1.138, 42, - 1.058, - 48, - 2.626, - 49, + 0.676, + 46, 1.587, - 51, - 0.833, - 54, - 1.989, - 70, - 2.225, - 71, - 1.809, - 74, - 0.979, + 49, + 2.005, + 55, + 1.785, + 57, + 1.234, + 59, + 0.9, + 60, + 1.982, + 72, + 2.902, 77, - 1.758, - 86, - 1.134, - 87, - 1.839, - 97, - 1.358, - 121, - 1.877, - 123, - 2.405, + 1.666, + 78, + 1.651, + 79, + 0.945, + 94, + 1.731, + 99, + 1.015, + 100, + 1.51, + 103, + 1.64, + 106, + 1.655, + 107, + 2.032, + 108, + 2.094, + 113, + 1.747, + 122, + 1.805, 125, - 1.796, - 140, - 4.97, - 141, - 0.89, - 144, - 4.898, - 151, - 1.217, - 152, - 2.938, - 160, - 1.423, - 161, - 1.873, - 162, - 1.142, - 181, - 1.796, - 182, - 1.782, - 191, - 2.507, - 218, - 2.545, - 224, - 1.827, + 1.132, + 126, + 1.151, + 139, + 2.155, + 142, + 1.106, + 148, + 2.047, + 150, + 2.339, + 153, + 2.63, + 158, + 2.083, + 169, + 1.197, + 171, + 3.653, + 194, + 0.679, + 196, + 1.286, + 198, + 2.375, + 204, + 2.806, + 208, + 1.636, + 210, + 1.505, 229, - 1.953, - 237, - 1.022, + 1.306, + 236, + 4.628, + 241, + 1.867, 256, - 1.305, - 263, - 2.77, - 279, - 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, - 390, - 4.372, - 406, - 1.855, - 407, - 1.646, - 418, - 5.572, - 423, - 2.657, - 444, - 2.394, - 465, - 1.096, - 473, - 2.2, - 576, - 3.088, - 581, - 2.155, - 590, - 1.469, - 599, - 2.108, - 607, - 4.274, - 611, - 4.874, - 659, - 1.741, - 666, - 1.741, - 677, - 2.176, - 680, - 2.622, - 702, + 1.969, + 268, + 1.97, + 269, + 2.096, + 273, + 1.759, + 280, + 1.459, + 285, + 1.666, + 313, + 2.274, + 323, + 2.226, + 333, + 2.288, + 353, + 1.481, + 391, + 2.306, + 392, + 1.303, + 433, + 1.517, + 434, + 2.698, + 439, + 2.508, + 441, + 1.864, + 452, + 1.082, + 456, + 2.006, + 457, + 1.321, + 471, + 1.554, + 472, + 1.714, + 485, + 2.806, + 510, 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, - 859, - 1.451, - 889, - 2.602, - 891, - 2.31, - 908, - 5.124, - 943, - 2.613, - 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, - 1503, - 3.785, - 1509, - 3.15, - 1540, - 3.243, - 1636, - 2.333, - 1644, - 5.124, - 1660, - 1.902, - 1685, - 3.349, - 1700, - 5.006, + 552, + 2.392, + 554, + 1.396, + 555, + 1.158, + 556, + 1.529, + 561, + 1.179, + 591, + 2.451, + 594, + 1.714, + 615, + 3.085, + 623, + 1.651, + 629, + 1.119, + 636, + 1.427, + 642, + 3.61, + 646, + 1.885, + 668, + 3.036, + 673, + 3.358, + 682, + 3.402, + 685, + 1.517, + 695, + 1.682, + 703, + 1.459, + 709, + 2.351, + 710, + 1.803, + 711, + 4.813, + 713, + 1.955, + 715, + 3.046, + 744, + 5.258, + 773, + 2.101, + 787, + 2.717, + 801, + 1.823, + 809, + 2.091, + 826, + 1.955, + 832, + 1.785, + 845, + 2.508, + 852, + 7.684, + 857, + 3.307, + 861, + 2.508, + 894, + 2.291, + 905, + 2.189, + 910, + 1.98, + 916, + 2.717, + 918, + 3.859, + 944, + 2.973, + 948, + 1.47, + 950, + 2.451, + 969, + 2.265, + 996, + 2.938, + 1034, + 2.223, + 1043, + 1.608, + 1066, + 3.154, + 1104, + 1.295, + 1131, + 2.872, + 1270, + 2.911, + 1283, + 2.033, + 1284, + 2.399, + 1304, + 2.189, + 1323, + 1.554, + 1337, + 2.399, + 1361, + 2.451, + 1382, + 2.061, + 1412, + 2.508, + 1482, + 2.717, + 1502, + 1.908, + 1507, + 2.306, + 1511, + 2.006, + 1570, + 2.508, + 1596, + 1.98, + 1597, + 5.587, + 1621, + 2.938, + 1628, + 1.541, + 1632, + 2.351, + 1697, + 2.399, + 1767, + 3.412, + 1769, + 1.714, + 1804, + 1.785, 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.57, + 1807, + 1.785, + 1840, + 2.122, + 1841, + 2.155, + 1866, + 2.122, + 1874, + 2.189, + 1884, + 2.463, + 1885, + 2.155, + 1893, + 2.226, + 1911, + 2.973, + 1920, + 4.643, + 1934, + 2.911, + 1937, + 2.911, + 1938, + 8.85, + 1939, + 4.235, + 1941, + 4.536, + 1942, + 2.091, + 1989, + 4.588, + 1990, + 2.451, + 1994, + 2.717, + 1997, + 3.307, + 1999, + 4.456, + 2022, + 4.975, + 2024, + 3.942, + 2027, + 3.529, + 2029, + 2.717, + 2054, + 3.307, + 2084, + 2.399, + 2136, + 2.451, + 2138, + 3.036, + 2193, + 3.036, + 2194, + 3.358, + 2195, + 3.192, + 2196, + 3.036, + 2261, + 2.091, + 2314, + 2.911, + 2337, + 2.639, + 2433, + 4.263, + 2440, + 1.803, + 2441, + 3.046, + 2514, + 2.033, + 2631, + 2.351, + 2753, + 2.911, + 2775, + 2.006, + 2778, + 2.451, + 2859, + 3.402, + 2941, + 2.639, + 2944, + 2.911, + 2971, 2.806, - 3055, - 3.474, - 3065, - 3.349, - 3149, - 3.474, - 3377, - 5.695, - 3412, - 6.069, - 3417, - 3.81, - 3418, - 4.473, - 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, - 5319, - 8.817, - 5320, - 3.474, - 5321, - 7.947, - 5322, - 5.695, - 5323, - 6.637, - 5324, - 4.44, - 5325, - 4.44, - 5326, - 4.44, - 5327, - 4.44, - 5328, - 4.44, - 5329, - 4.44, - 5330, - 4.44, - 5331, - 4.44, - 5332, - 4.44, - 5333, - 4.44, - 5334, - 6.637, - 5335, - 4.44, - 5336, - 8.063, - 5337, - 7.195, - 5338, - 4.06, - 5339, - 3.81, - 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, + 2999, 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 + 3078, + 2.911, + 3177, + 4.374, + 3181, + 2.911, + 3218, + 2.639, + 3224, + 4.694, + 3240, + 3.402, + 3261, + 2.806, + 3268, + 3.036, + 3276, + 3.192, + 3306, + 2.806, + 3342, + 2.306, + 3348, + 3.402, + 3610, + 2.006, + 3693, + 5.187, + 3694, + 3.192, + 4098, + 2.306, + 4510, + 3.192, + 4533, + 2.639, + 4621, + 2.306, + 4801, + 3.192, + 4820, + 3.402, + 4844, + 3.192, + 4889, + 3.402, + 4893, + 3.402, + 4894, + 3.402, + 4962, + 3.72, + 4963, + 3.72, + 4964, + 3.402, + 4965, + 2.911, + 4966, + 2.806, + 4967, + 7.124, + 4968, + 3.72, + 4969, + 2.911, + 4970, + 3.72, + 4971, + 3.72, + 4972, + 3.72, + 4973, + 9.238, + 4974, + 9.124, + 4975, + 5.798, + 4976, + 5.798, + 4977, + 5.798, + 4978, + 5.798, + 4979, + 3.72, + 4980, + 3.72, + 4981, + 3.72, + 4982, + 3.72, + 4983, + 3.402, + 4984, + 3.72, + 4985, + 3.72, + 4986, + 3.402, + 4987, + 3.72, + 4988, + 3.72, + 4989, + 3.72, + 4990, + 3.72, + 4991, + 5.798, + 4992, + 3.72, + 4993, + 3.72, + 4994, + 3.402, + 4995, + 7.124, + 4996, + 6.515, + 4997, + 5.798, + 4998, + 3.72, + 4999, + 5.798, + 5000, + 3.72, + 5001, + 3.72, + 5002, + 3.72, + 5003, + 3.72, + 5004, + 3.72 ] ], [ - "type/manuals/components", + "type/manuals/2dgraphics", [ 0, 0.731 ] ], [ - "data/manuals/components", + "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.57, - 8, - 1.387, - 9, - 0.954, - 11, - 0.819, - 16, - 1.057, - 21, - 1.452, - 22, - 2.094, - 30, - 1.107, - 33, - 1.441, - 41, - 2.068, + 1.244 + ] + ], + [ + "type/manuals/libraries", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/libraries", + [ + 18, + 1.064, + 20, + 1.302, 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 + 1.397, + 56, + 3.812, + 91, + 3.343, + 99, + 0.87, + 106, + 1.754, + 505, + 5.022, + 561, + 3.104, + 849, + 4.347, + 3865, + 7.992 ] ], [ - "type/manuals/collection-proxy", + "type/manuals/gui-pie", [ 0, 0.731 ] ], [ - "data/manuals/collection-proxy", + "data/manuals/gui-pie", [ + 0, + 0.806, + 1, + 1.682, + 2, + 1.665, + 3, + 1.726, + 4, + 1.726, + 5, + 1.735, + 6, + 1.735, 7, - 1.441, - 8, - 1.366, - 9, - 0.867, + 1.484, 10, - 2.011, - 11, - 1.056, - 16, - 0.857, - 21, - 1.939, - 22, - 2.423, - 23, - 2.053, - 26, - 1.638, - 28, - 2.169, - 29, - 1.874, - 30, - 1.101, - 32, - 1.587, - 33, - 1.356, - 37, - 4.739, - 41, - 1.776, - 46, - 1.7, - 52, - 2.034, - 68, - 1.386, - 71, - 1.253, - 73, - 3.636, - 74, - 0.926, + 1.421, + 18, + 1.141, + 20, + 0.874, + 38, + 0.73, + 57, + 1.513, + 58, + 5.115, + 59, + 0.791, + 60, + 1.83, + 70, + 2.769, 77, - 1.663, + 1.815, + 79, + 0.837, + 82, + 4.432, 83, - 2.573, - 86, - 1.19, - 94, - 2.884, - 97, - 2.552, - 119, - 2.659, + 6.778, + 90, + 1.567, + 92, + 3.516, + 95, + 5.501, + 99, + 1.021, + 102, + 1.682, + 106, + 1.178, + 113, + 1.317, 121, - 2.359, - 137, - 0.909, - 141, - 1.224, - 149, - 2.956, + 2.175, + 123, + 5.144, + 125, + 2.0, + 126, + 1.739, + 132, + 2.259, + 142, + 2.605, 151, - 1.12, + 2.702, 152, - 2.586, + 4.24, + 153, + 1.492, 158, - 2.072, + 1.922, 160, - 1.974, - 161, - 1.655, - 163, - 2.872, - 166, - 3.327, - 172, - 2.823, - 179, - 5.054, - 224, - 1.682, - 236, - 3.133, + 1.933, + 169, + 0.978, + 185, + 4.632, + 196, + 2.274, + 212, + 3.06, + 218, + 7.989, + 222, + 5.642, + 229, + 1.205, 237, - 2.186, - 244, - 3.21, - 256, - 1.796, - 278, - 1.869, + 4.038, + 248, + 3.934, + 257, + 2.598, + 261, + 2.793, + 268, + 1.343, + 269, + 2.236, 290, - 2.127, - 291, - 2.099, - 297, - 2.612, - 301, - 3.061, + 2.559, + 302, + 6.992, + 303, + 7.93, + 304, + 6.356, + 305, + 3.808, + 306, + 2.892, + 307, + 3.808, + 308, + 7.997, + 310, + 8.457, + 311, + 7.06, + 312, + 5.642, + 313, + 2.578, + 314, + 4.724, + 315, + 4.076, 316, - 2.855, - 339, - 2.293, - 343, - 1.737, - 346, - 2.378, - 362, - 2.414, - 373, - 3.251, - 386, - 3.251, - 424, - 2.931, - 481, - 2.293, - 491, - 2.552, - 505, - 4.78, - 514, - 2.961, - 547, - 1.817, - 553, - 3.434, - 554, - 2.021, - 594, - 2.511, - 607, - 4.043, - 631, - 3.788, - 636, - 4.825, - 638, - 3.72, - 640, - 4.701, - 655, - 2.687, - 662, - 5.27, - 666, - 3.27, - 669, - 4.812, - 672, - 4.609, - 702, - 4.001, - 710, - 2.214, - 717, - 3.539, - 759, - 2.155, - 804, - 3.061, - 858, - 2.643, - 901, - 3.171, - 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, - 2.712, - 1887, - 3.72, - 1936, - 4.118, - 1957, - 2.994, - 1965, - 4.025, - 1988, - 4.118, + 5.538, + 317, + 3.869, + 330, + 2.097, + 333, + 1.87, + 357, + 4.432, + 368, + 1.87, + 380, + 2.335, + 400, + 5.907, + 414, + 4.332, + 524, + 3.301, + 526, + 4.332, + 541, + 3.499, + 601, + 2.399, + 691, + 2.012, + 775, + 3.643, + 1016, + 4.155, + 1029, + 3.187, + 1034, + 3.36, + 1157, + 3.455, + 1182, + 6.013, + 1260, + 3.869, + 1472, + 2.945, + 1526, + 4.803, + 1592, + 4.665, 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, - 5392, - 4.335, - 5393, - 4.986, - 5394, - 6.11, - 5395, - 6.11, - 5396, - 5.587 + 3.455, + 2352, + 6.611, + 2379, + 4.24, + 2602, + 5.642, + 2603, + 5.365, + 2604, + 5.642, + 2606, + 5.642, + 2640, + 4.665, + 2698, + 8.013, + 3084, + 4.542, + 3750, + 5.642, + 3888, + 4.803, + 5005, + 6.575, + 5006, + 6.575, + 5007, + 6.013, + 5008, + 6.013, + 5009, + 6.575, + 5010, + 11.261, + 5011, + 6.575, + 5012, + 6.013, + 5013, + 6.013, + 5014, + 6.013, + 5015, + 6.013, + 5016, + 5.642, + 5017, + 6.013 ] ], [ - "type/manuals/android", + "type/manuals/texture-profiles", [ 0, 0.731 ] ], [ - "data/manuals/android", + "data/manuals/texture-profiles", + [ + 7, + 1.618, + 10, + 1.916, + 18, + 1.021, + 113, + 1.775, + 150, + 2.243, + 290, + 3.448, + 334, + 5.862, + 799, + 6.442, + 923, + 4.342, + 926, + 6.472, + 935, + 4.39, + 1507, + 6.56, + 1933, + 4.715, + 2099, + 8.102, + 2120, + 6.684, + 2122, + 6.684, + 2554, + 5.301, + 4877, + 7.729, + 5018, + 8.861, + 5019, + 8.861, + 5020, + 8.861, + 5021, + 8.861, + 5022, + 8.861, + 5023, + 8.861, + 5024, + 8.861, + 5025, + 8.861, + 5026, + 8.861 + ] + ], + [ + "type/manuals/live-update-aws", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/live-update-aws", [ 0, - 0.383, + 0.451, 1, - 0.801, + 0.942, 2, - 0.792, + 0.932, 3, - 0.822, + 0.966, 4, - 0.822, + 0.966, 5, - 0.826, + 0.971, 6, - 0.826, + 0.971, 7, - 1.543, + 1.5, 8, - 1.154, - 9, - 0.974, + 2.238, 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, - 36, - 1.906, + 0.796, + 18, + 1.123, + 20, + 1.415, + 38, + 1.135, 39, - 1.237, - 41, - 1.849, + 1.494, + 40, + 3.159, 42, - 0.746, + 1.044, 46, - 0.871, - 48, - 2.384, - 51, - 1.37, - 54, - 1.402, + 1.458, + 49, + 1.988, + 52, + 2.202, + 56, + 2.238, + 59, + 1.037, 60, - 2.592, - 67, - 1.097, - 68, - 2.199, - 70, - 1.8, - 71, - 2.042, - 74, - 1.105, + 1.024, + 62, + 3.061, + 63, + 1.784, 77, - 1.871, - 86, - 1.525, - 97, - 0.958, - 101, - 1.486, + 1.191, + 79, + 1.03, + 91, + 1.257, + 92, + 2.307, + 99, + 1.061, + 100, + 1.628, + 102, + 0.942, + 103, + 1.324, + 106, + 1.83, + 107, + 1.651, + 108, + 1.082, + 109, + 2.636, 110, - 1.042, - 112, - 1.978, - 137, - 1.086, - 140, - 4.324, - 141, - 1.942, - 142, - 5.613, - 143, - 4.801, - 144, - 2.624, - 147, - 4.127, - 151, - 1.469, - 152, - 2.824, + 3.928, + 113, + 1.603, + 114, + 6.863, + 125, + 1.12, + 126, + 1.141, + 148, + 1.452, + 149, + 3.045, + 150, + 0.932, + 153, + 2.641, 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, - 247, - 1.556, - 248, - 1.415, - 250, - 2.449, + 169, + 1.19, + 170, + 2.205, + 172, + 3.487, + 174, + 1.501, + 177, + 3.042, + 194, + 1.46, + 196, + 2.447, + 197, + 1.265, + 198, + 2.946, + 199, + 1.577, + 201, + 1.797, + 202, + 1.195, + 203, + 3.815, + 206, + 2.787, + 207, + 1.914, + 208, + 4.373, + 216, + 1.454, + 226, + 2.963, + 229, + 1.466, + 231, + 1.381, + 235, + 3.634, + 236, + 1.844, + 238, + 2.069, + 241, + 1.858, + 243, + 1.824, + 246, + 4.662, + 249, + 3.394, 256, - 1.87, - 258, - 7.054, - 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, - 300, - 2.221, - 302, + 1.806, + 268, 1.174, - 303, + 269, + 2.488, + 273, + 0.909, + 295, + 2.65, + 333, + 1.047, + 359, + 1.619, + 368, + 1.047, + 382, + 1.325, + 433, + 1.501, + 434, + 1.713, + 452, + 1.07, + 454, + 2.29, + 457, 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, - 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, + 471, + 2.465, + 491, + 4.499, + 493, + 2.88, + 496, + 1.713, 521, - 3.142, - 527, - 1.813, - 530, - 1.734, - 547, - 1.503, - 548, - 2.223, - 568, - 1.286, + 3.02, + 537, + 3.28, + 554, + 2.655, 573, - 4.766, - 576, - 2.959, - 580, - 1.517, - 581, - 1.016, - 594, - 1.286, - 595, - 1.134, - 611, - 4.417, - 616, - 1.605, - 622, - 2.062, - 623, - 3.134, + 1.381, + 577, + 1.443, + 588, + 3.672, + 600, + 3.837, + 601, + 1.343, + 602, + 1.489, + 603, + 2.402, + 604, + 1.865, + 605, + 2.099, + 615, + 1.959, 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, - 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, - 1375, - 2.554, - 1387, - 2.554, - 1423, - 2.69, - 1482, - 2.554, - 1488, + 1.865, + 635, + 4.662, + 649, + 2.202, + 681, + 4.252, + 685, + 2.344, + 689, + 1.649, + 691, 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, + 692, + 1.381, + 713, + 1.934, + 715, + 1.934, + 732, + 2.425, + 759, + 2.374, + 762, + 4.158, + 771, + 4.626, + 773, + 2.564, + 774, + 3.923, + 835, + 3.004, + 839, + 2.777, + 857, + 2.099, + 890, + 1.91, + 895, + 5.428, + 910, + 1.959, + 911, + 3.92, + 915, + 4.007, + 925, + 2.425, + 941, + 1.443, + 944, + 1.887, + 961, + 2.543, + 1010, + 3.779, + 1043, + 1.591, + 1052, + 4.832, + 1070, + 6.471, + 1075, + 3.565, + 1109, + 1.784, + 1264, + 4.662, + 1265, + 4.692, + 1287, + 2.611, + 1296, + 1.371, + 1322, + 1.887, + 1364, + 5.106, + 1511, + 1.984, + 1566, + 2.777, + 1632, + 2.326, + 1655, + 3.021, 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, + 3.1, + 1767, + 2.166, 1901, - 2.554, - 1902, - 1.687, + 2.132, 1929, - 1.551, - 1930, - 1.624, - 1959, - 2.162, - 1977, - 1.785, - 1993, - 4.286, - 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, - 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, + 1.934, + 2006, + 3.021, + 2020, + 5.842, + 2049, + 3.634, + 2054, + 2.099, + 2057, + 2.326, + 2062, 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 - ] - ], - [ - "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, - 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, + 2084, + 2.374, + 2128, + 2.777, + 2155, + 2.374, + 2160, + 2.481, + 2164, + 1.591, + 2169, + 2.481, + 2173, + 5.412, + 2268, 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 - ] - ], - [ - "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, - 11, - 1.043, - 16, - 0.96, - 22, - 2.412, - 30, - 1.025, - 32, - 1.699, - 42, - 2.129, - 51, - 1.676, - 59, - 4.516, - 161, - 1.773, - 237, - 2.056, - 247, - 1.622, - 263, - 3.287, - 291, - 3.068, - 297, - 2.797, - 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, - 4.526, - 1516, - 3.129, - 2266, - 4.156, - 2344, - 5.255, - 3144, - 6.987, - 5004, - 7.287, - 5464, - 9.722 + 2320, + 2.777, + 2346, + 3.384, + 2403, + 2.611, + 2451, + 4.338, + 2778, + 4.662, + 2822, + 5.599, + 2848, + 5.774, + 3123, + 5.258, + 3134, + 2.202, + 3312, + 6.526, + 3313, + 5.774, + 3314, + 3.159, + 3315, + 10.643, + 3318, + 2.88, + 3399, + 2.543, + 3584, + 4.079, + 3681, + 5.168, + 3874, + 2.88, + 3964, + 7.314, + 4012, + 3.004, + 4066, + 3.366, + 4104, + 4.472, + 4466, + 2.543, + 4514, + 4.563, + 4883, + 9.892, + 4924, + 6.072, + 5027, + 3.681, + 5028, + 3.681, + 5029, + 7.998, + 5030, + 5.75, + 5031, + 8.677, + 5032, + 4.934, + 5033, + 5.258, + 5034, + 3.681, + 5035, + 3.681, + 5036, + 7.998, + 5037, + 5.75, + 5038, + 5.75, + 5039, + 3.681, + 5040, + 3.681, + 5041, + 3.681, + 5042, + 3.681, + 5043, + 3.366, + 5044, + 3.681, + 5045, + 5.75, + 5046, + 3.681, + 5047, + 5.75, + 5048, + 3.681 ] ], [ - "type/manuals/extensions-best-practices", + "type/manuals/flash", [ 0, 0.731 ] ], [ - "data/manuals/extensions-best-practices", + "data/manuals/flash", [ 0, - 0.465, - 1, - 0.97, - 2, - 1.49, - 3, - 0.995, - 4, - 1.545, - 5, - 1.001, - 6, - 1.001, + 0.271, 7, - 1.475, + 1.546, 8, - 1.373, + 1.234, 9, - 0.938, + 1.037, 10, - 1.316, + 2.035, 11, - 0.98, - 13, - 1.254, - 14, - 2.62, - 16, - 0.951, - 21, - 1.473, + 1.371, + 12, + 1.009, + 18, + 1.138, + 20, + 1.518, 22, - 2.204, - 23, - 1.757, - 27, - 2.397, - 28, - 3.124, - 29, - 2.368, - 30, - 1.113, - 32, - 2.073, - 33, - 1.525, + 0.908, + 24, + 0.763, + 36, + 1.579, + 38, + 1.13, + 39, + 1.149, 41, - 2.097, + 1.161, + 42, + 1.69, + 43, + 0.626, + 44, + 1.277, 46, - 2.262, - 51, - 1.651, - 68, - 1.844, + 1.682, + 47, + 1.37, + 48, + 0.699, + 49, + 1.716, + 50, + 0.668, + 52, + 1.617, + 54, + 1.049, + 56, + 1.19, + 57, + 1.519, + 59, + 0.976, + 60, + 0.336, + 62, + 1.812, + 63, + 4.393, + 66, + 0.778, + 69, + 2.074, 70, - 0.852, - 71, - 1.207, + 0.931, 72, - 1.498, - 74, - 1.145, + 1.259, + 75, + 0.972, 77, - 1.857, + 2.093, + 78, + 0.536, + 79, + 0.998, + 83, + 0.778, 86, - 1.593, + 0.993, 87, - 2.438, + 1.933, + 90, + 1.4, 91, - 2.765, + 1.693, 92, - 3.023, + 1.77, + 93, + 0.778, 94, - 2.035, + 0.562, 96, - 3.463, + 2.632, 97, - 1.16, - 111, - 1.27, - 137, - 1.209, - 140, - 1.747, - 141, - 1.445, - 146, - 1.498, - 149, - 1.181, - 151, - 1.707, - 152, - 2.536, + 2.62, + 99, + 1.01, + 100, + 1.804, + 102, + 1.842, + 103, + 1.823, + 105, + 1.227, + 106, + 1.574, + 107, + 1.37, + 108, + 1.112, + 110, + 0.477, + 111, + 0.923, + 113, + 0.884, + 116, + 1.931, + 117, + 0.71, + 119, + 1.12, + 121, + 1.011, + 122, + 1.695, + 125, + 0.367, + 126, + 1.868, + 128, + 0.591, + 130, + 2.686, + 132, + 0.415, + 140, + 1.744, + 141, + 1.835, + 143, + 0.585, + 146, + 1.083, + 148, + 1.972, + 149, + 1.889, + 150, + 2.004, + 151, + 0.496, + 153, + 1.796, 158, - 1.996, - 159, - 2.208, + 0.353, 160, - 1.799, - 161, - 1.168, - 162, - 1.854, - 181, - 1.534, - 182, - 1.522, - 191, - 2.228, + 1.601, + 165, + 1.68, + 166, + 0.567, + 168, + 0.634, + 169, + 1.367, + 170, + 2.861, + 171, + 3.209, + 172, + 0.964, + 175, + 1.333, + 177, + 2.021, + 178, + 0.45, + 186, + 1.28, + 194, + 2.053, 196, - 1.286, - 235, - 3.254, + 0.417, + 197, + 0.415, + 198, + 1.031, + 199, + 2.125, + 200, + 1.346, + 201, + 1.941, + 202, + 0.718, + 206, + 0.585, + 207, + 0.402, + 210, + 0.488, + 212, + 0.562, + 215, + 2.728, + 217, + 0.856, + 221, + 1.035, + 226, + 0.851, + 227, + 2.555, + 228, + 0.931, + 229, + 1.268, + 230, + 2.179, + 231, + 0.453, 237, - 2.026, + 2.033, + 239, + 0.531, + 240, + 1.255, + 241, + 1.695, + 243, + 0.598, + 244, + 1.692, 247, - 1.824, + 1.252, + 248, + 1.322, + 249, + 1.06, + 250, + 3.208, + 251, + 1.409, 256, - 2.39, + 1.229, + 257, + 0.873, + 259, + 0.856, + 260, + 1.031, + 261, + 0.939, + 263, + 0.661, + 264, + 0.735, + 266, + 1.958, + 268, + 1.112, + 269, + 1.126, + 271, + 1.133, 273, - 1.476, - 277, - 1.278, - 278, - 1.16, - 281, 1.9, + 274, + 1.301, + 280, + 0.867, + 281, + 2.735, + 285, + 0.54, 290, - 1.32, - 291, - 1.303, - 297, - 1.188, - 298, - 2.308, - 300, - 1.544, - 302, - 1.423, + 0.47, + 294, + 2.158, + 295, + 1.019, + 306, + 0.972, 309, - 1.879, + 0.71, 314, - 2.445, - 316, - 1.77, - 320, - 3.769, + 3.374, + 324, + 0.688, + 330, + 0.385, + 331, + 0.856, + 332, + 0.402, + 333, + 1.411, 339, - 2.208, + 0.944, + 341, + 1.06, + 342, + 0.54, 343, - 1.078, - 346, - 1.476, - 350, - 2.4, - 351, - 4.027, - 364, - 1.534, - 365, - 2.196, + 1.37, + 345, + 1.482, + 347, + 0.778, + 353, + 0.48, + 358, + 0.556, + 359, + 0.972, + 360, + 0.944, + 367, + 0.985, + 368, + 0.629, 371, - 2.77, - 391, - 2.009, - 393, - 3.587, + 1.161, + 380, + 0.785, + 382, + 1.101, + 385, + 0.678, + 387, + 0.78, + 389, + 0.668, + 390, + 1.594, + 392, + 1.546, 400, - 1.879, - 407, - 1.822, - 409, - 2.397, - 411, - 2.738, - 421, - 4.299, + 0.813, + 402, + 1.627, 426, - 2.044, + 1.614, 427, - 1.838, - 429, - 2.636, - 430, - 2.738, - 444, - 2.044, - 465, - 0.936, - 469, - 2.257, - 491, - 1.584, - 496, - 2.018, + 1.804, + 428, + 0.722, + 433, + 1.542, + 434, + 0.562, + 441, + 1.107, + 452, + 2.36, + 453, + 0.699, + 454, + 2.339, + 456, + 1.192, + 457, + 0.428, + 464, + 1.729, + 470, + 0.944, + 471, + 1.93, + 472, + 1.409, + 473, + 0.531, + 479, + 0.829, + 489, + 1.029, + 490, + 1.277, + 493, + 0.944, + 497, + 0.619, + 498, + 2.307, + 500, + 0.44, 501, - 2.351, + 0.91, + 504, + 1.107, + 506, + 0.735, + 509, + 3.872, + 510, + 1.39, + 511, + 0.642, + 513, + 1.147, + 516, + 2.674, + 517, + 1.035, 521, - 2.828, - 547, - 2.616, - 553, - 2.131, + 1.536, + 523, + 1.147, + 524, + 0.74, + 532, + 0.881, + 534, + 0.567, + 535, + 0.881, + 536, + 0.795, + 542, + 1.035, + 543, + 0.887, + 552, + 1.312, + 554, + 0.829, + 555, + 1.178, + 556, + 0.496, + 561, + 1.572, + 565, + 0.881, + 568, + 2.126, 573, - 3.26, - 576, - 4.094, + 0.453, + 574, + 0.579, + 577, + 1.199, 580, - 1.838, + 0.763, 581, - 1.231, - 590, - 1.254, - 594, - 1.558, + 1.649, + 582, + 1.862, + 588, + 0.626, + 591, + 0.795, 598, - 5.116, - 611, - 1.683, - 624, - 1.9, - 625, - 3.254, - 645, - 2.018, + 1.425, + 600, + 2.116, + 601, + 0.44, + 602, + 0.488, + 620, + 1.147, + 622, + 0.585, + 629, + 2.08, + 630, + 1.103, + 644, + 0.598, 659, - 2.308, - 674, - 2.498, - 714, - 3.212, - 723, - 2.044, - 726, - 3.641, - 730, - 3.795, + 0.688, + 660, + 0.722, + 666, + 0.795, + 669, + 0.748, + 673, + 0.699, + 675, + 1.173, + 676, + 1.727, + 677, + 1.019, + 678, + 0.813, + 683, + 0.513, + 685, + 0.492, + 686, + 2.935, + 687, + 1.301, + 689, + 0.54, + 691, + 1.666, + 692, + 0.453, + 701, + 0.634, + 703, + 0.473, + 704, + 0.778, + 710, + 0.585, + 712, + 0.813, + 713, + 1.161, + 716, + 0.688, + 728, + 0.591, + 729, + 0.699, + 735, + 0.579, 737, - 1.423, - 743, - 1.838, - 754, - 1.625, + 1.49, + 744, + 1.482, + 746, + 2.614, + 751, + 0.488, 765, - 2.445, - 776, - 2.612, - 780, - 4.557, - 790, - 2.269, - 792, - 3.42, + 0.774, + 766, + 0.944, + 773, + 1.798, + 775, + 0.668, + 785, + 1.261, + 787, + 0.881, + 791, + 0.881, 793, - 2.982, - 799, - 2.397, - 802, - 1.9, - 804, - 2.948, - 808, - 1.346, - 811, - 3.038, - 851, - 1.992, - 856, - 2.861, - 858, - 1.202, + 1.029, + 827, + 0.699, + 828, + 0.71, + 829, + 0.985, + 832, + 1.815, + 841, + 3.247, + 849, + 0.536, + 852, + 2.113, + 854, + 0.668, + 857, + 0.688, 859, - 2.874, + 2.485, 860, - 1.454, - 884, - 4.944, - 888, - 2.967, - 891, - 3.062, + 1.55, + 861, + 2.55, + 866, + 0.45, + 878, + 1.425, + 880, + 0.585, + 885, + 2.304, + 894, + 0.873, + 898, + 0.785, 901, - 1.968, + 0.521, + 905, + 1.8, 907, - 3.468, + 0.795, + 911, + 0.668, + 913, + 1.933, 914, - 2.232, - 942, - 2.967, + 2.759, + 915, + 1.451, + 917, + 0.999, + 918, + 0.579, + 919, + 1.133, + 920, + 1.729, + 923, + 0.591, + 931, + 2.897, + 935, + 0.598, + 936, + 0.795, + 939, + 0.598, + 940, + 0.985, + 941, + 1.199, + 944, + 1.568, + 946, + 0.881, + 948, + 0.477, + 949, + 1.035, + 959, + 0.642, + 960, + 0.546, + 962, + 4.603, + 963, + 2.067, 969, - 1.819, + 1.862, + 978, + 2.473, + 979, + 0.546, + 980, + 2.44, + 991, + 1.346, + 997, + 0.881, 1002, - 4.604, - 1009, - 2.232, - 1040, - 2.498, - 1042, - 1.992, - 1081, - 3.254, + 2.698, + 1003, + 3.223, + 1006, + 1.568, + 1007, + 3.515, + 1010, + 0.496, + 1025, + 1.495, + 1029, + 1.071, + 1031, + 0.881, + 1034, + 2.088, + 1039, + 0.651, + 1043, + 1.321, + 1066, + 0.473, + 1071, + 2.479, + 1079, + 1.071, + 1090, + 0.562, + 1093, + 1.8, + 1104, + 0.769, 1107, - 1.838, - 1160, - 2.362, + 1.515, + 1109, + 1.071, + 1114, + 0.778, + 1127, + 0.881, + 1129, + 1.035, + 1133, + 0.634, + 1153, + 1.778, + 1158, + 2.509, 1166, - 1.8, - 1167, - 3.054, - 1174, - 3.521, - 1175, - 2.498, - 1176, - 2.69, - 1179, - 2.397, + 0.699, + 1173, + 1.083, + 1180, + 0.659, + 1183, + 0.944, 1184, - 2.861, - 1200, - 1.765, - 1234, - 1.858, - 1236, - 2.397, - 1244, - 1.858, - 1274, - 5.884, - 1282, - 3.468, - 1284, - 3.859, + 1.397, + 1185, + 1.103, + 1187, + 1.527, + 1202, + 1.796, + 1211, + 0.881, + 1219, + 0.735, + 1221, + 0.598, + 1224, + 2.38, + 1230, + 1.103, + 1245, + 0.813, + 1253, + 1.719, + 1257, + 1.896, + 1258, + 1.456, + 1259, + 1.933, + 1260, + 0.71, + 1261, + 0.722, + 1267, + 0.834, + 1283, + 1.208, 1285, - 3.254, + 0.91, + 1289, + 1.896, 1290, - 3.463, - 1292, - 6.132, + 0.944, + 1291, + 2.264, 1293, - 3.782, - 1319, - 5.784, + 1.667, + 1295, + 1.655, + 1296, + 2.461, + 1298, + 1.933, + 1306, + 0.763, + 1307, + 1.346, + 1314, + 0.813, + 1322, + 0.619, 1323, - 4.604, - 1326, - 2.77, - 1359, - 2.163, - 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, + 1.277, + 1327, + 0.813, + 1329, + 0.722, + 1332, + 2.006, + 1337, + 2.44, + 1364, + 1.301, + 1378, + 0.735, + 1379, + 1.409, + 1385, + 2.684, + 1401, + 0.735, + 1421, + 0.735, + 1431, + 0.944, + 1437, + 0.91, + 1455, + 1.568, + 1457, + 0.71, + 1459, + 0.492, + 1463, + 1.862, + 1479, + 0.71, + 1485, + 0.795, + 1486, + 1.568, + 1490, + 0.944, + 1492, + 1.37, + 1511, + 0.651, + 1512, + 1.035, + 1532, + 0.778, + 1543, + 0.71, + 1546, + 1.587, + 1574, + 0.735, + 1583, + 0.985, + 1588, + 1.083, + 1594, + 0.688, + 1597, + 1.28, + 1602, + 1.498, + 1604, + 0.634, + 1606, + 1.301, + 1607, + 1.28, 1617, - 2.445, - 1624, - 3.468, - 1642, - 3.649, + 0.944, + 1621, + 0.612, + 1622, + 1.568, + 1623, + 0.834, + 1625, + 4.058, + 1628, + 3.189, + 1629, + 1.695, + 1637, + 0.778, + 1648, + 0.688, + 1654, + 0.985, 1655, - 3.254, + 0.634, 1662, - 1.747, - 1678, - 2.308, - 1685, - 2.861, - 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, - 1882, - 3.719, - 1898, - 1.534, - 1968, - 2.967, - 1970, - 3.468, - 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, + 0.531, + 1668, + 1.897, + 1675, + 0.651, + 1681, + 0.947, + 1693, + 1.49, + 1697, + 1.425, + 1698, + 1.37, + 1713, + 0.634, + 1720, + 1.729, + 1724, + 1.452, + 1793, + 0.778, + 1804, + 2.116, + 1807, + 1.815, + 1811, + 0.881, + 1812, + 0.813, + 1814, + 0.54, + 1815, + 0.944, + 1847, + 0.881, + 1871, + 1.834, + 1877, + 0.985, + 1882, + 0.536, + 1884, + 0.513, + 1886, + 1.667, + 1887, + 2.021, + 1888, + 0.985, + 1889, + 3.02, + 1892, + 1.667, + 1893, + 0.722, + 1894, + 0.795, + 1895, + 1.397, + 1902, + 0.795, + 1916, + 1.035, + 1923, + 1.103, + 1926, + 0.778, + 1928, + 0.651, + 1931, + 0.651, + 1932, + 0.795, + 1946, + 0.881, + 1948, + 1.627, + 1966, + 0.813, + 2006, + 1.988, + 2028, + 0.813, + 2030, + 0.813, + 2049, + 0.763, + 2057, + 0.763, + 2082, + 0.856, + 2095, + 1.322, + 2096, + 3.016, + 2131, + 1.614, + 2147, + 1.103, + 2160, + 0.813, + 2175, + 1.456, + 2181, + 1.035, + 2182, + 1.133, + 2184, + 3.328, + 2189, + 0.668, + 2192, + 0.834, + 2200, + 0.881, + 2213, + 1.035, + 2220, + 3.745, + 2236, + 0.748, + 2240, + 1.103, + 2262, + 0.944, + 2271, + 0.944, + 2299, + 2.614, + 2310, + 3.624, + 2312, + 5.433, + 2316, + 1.614, + 2335, + 0.778, + 2354, + 0.856, + 2374, + 1.897, + 2375, + 0.944, + 2377, + 0.834, + 2433, + 2.264, + 2441, + 0.634, + 2472, + 0.813, + 2482, + 0.985, + 2498, + 4.174, + 2506, + 3.376, + 2507, + 1.322, + 2509, + 2.264, + 2511, + 1.035, + 2512, + 1.035, + 2516, + 2.684, + 2518, + 0.944, + 2524, + 0.778, + 2555, + 0.763, + 2582, + 1.744, + 2591, + 0.813, + 2639, + 2.495, + 2670, + 1.035, + 2675, + 0.985, + 2678, + 0.944, + 2692, + 3.624, + 2738, + 0.778, + 2740, + 0.985, + 2750, + 0.763, + 2778, + 0.795, + 2785, + 1.804, + 2807, + 0.91, + 2818, + 1.804, + 2821, + 0.881, + 2837, + 0.763, + 2869, + 0.985, + 2871, + 1.261, + 2872, + 1.568, + 2876, + 0.834, + 2877, + 0.91, + 2904, + 1.804, + 2955, + 0.688, + 2969, + 0.91, + 3046, + 0.944, + 3073, + 0.91, + 3077, + 1.103, + 3087, + 1.425, + 3094, + 1.527, + 3101, + 2.021, + 3121, + 1.729, + 3144, + 1.49, + 3159, + 0.944, + 3182, + 0.91, + 3241, + 0.985, + 3252, + 0.813, + 3311, + 2.788, + 3337, + 0.985, + 3351, + 3.452, + 3379, + 0.944, + 3382, + 1.897, + 3389, + 0.985, + 3391, + 0.985, + 3394, + 1.035, + 3401, + 0.985, + 3410, + 0.985, + 3427, + 0.944, + 3625, + 1.897, + 3638, + 0.91, + 3679, + 0.91, + 3691, + 0.834, + 3727, + 1.346, + 3733, + 1.729, + 3776, + 1.667, + 3781, + 1.035, + 3795, + 0.985, + 3797, + 0.778, + 3850, + 0.91, + 3854, + 0.91, + 3864, + 0.944, + 3897, + 1.397, + 3901, + 0.985, + 3924, + 0.881, + 3925, + 0.91, + 3940, + 1.103, + 3972, + 0.651, + 3984, + 0.668, + 4002, + 0.944, + 4007, + 1.804, + 4011, + 1.103, + 4017, + 0.944, + 4104, + 2.391, + 4169, + 1.103, + 4207, + 0.834, + 4227, + 0.944, + 4233, + 0.985, + 4240, + 4.672, + 4259, + 1.897, + 4275, + 2.021, + 4283, + 1.103, + 4296, + 2.393, + 4318, + 1.035, + 4356, + 0.985, + 4369, + 0.944, + 4392, + 0.944, + 4442, + 2.495, + 4454, + 0.944, + 4466, + 0.834, + 4469, + 1.103, + 4505, + 0.881, + 4507, + 6.606, + 4532, + 0.985, + 4798, + 1.035, + 4884, + 1.103, + 4927, + 1.103, + 5049, + 1.103, + 5050, + 6.04, + 5051, + 7.917, + 5052, + 1.207, + 5053, + 1.207, + 5054, + 9.412, + 5055, + 3.784, + 5056, + 7.753, + 5057, + 1.207, + 5058, + 1.207, + 5059, + 1.207, + 5060, + 1.103, + 5061, + 1.207, + 5062, + 0.944, 5063, - 3.468, + 1.207, + 5064, + 1.207, 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, - 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.314, - 4, - 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 + 1.207, + 5066, + 1.207, + 5067, + 1.207, + 5068, + 1.207, + 5069, + 1.207, + 5070, + 4.412, + 5071, + 1.207, + 5072, + 1.103, + 5073, + 0.944, + 5074, + 1.207, + 5075, + 1.207, + 5076, + 1.207, + 5077, + 1.207, + 5078, + 2.21, + 5079, + 1.207, + 5080, + 1.207, + 5081, + 1.207, + 5082, + 1.207, + 5083, + 3.058, + 5084, + 1.207, + 5085, + 1.207, + 5086, + 1.207, + 5087, + 3.784, + 5088, + 2.021, + 5089, + 3.058, + 5090, + 1.035, + 5091, + 1.804, + 5092, + 1.207, + 5093, + 1.207, + 5094, + 1.207, + 5095, + 2.021, + 5096, + 1.207, + 5097, + 2.393, + 5098, + 1.207, + 5099, + 1.103, + 5100, + 1.207, + 5101, + 1.207, + 5102, + 1.207, + 5103, + 1.207, + 5104, + 1.207, + 5105, + 3.058, + 5106, + 1.103, + 5107, + 1.207, + 5108, + 1.207, + 5109, + 1.207, + 5110, + 0.985, + 5111, + 1.207, + 5112, + 1.207, + 5113, + 2.495, + 5114, + 2.21, + 5115, + 2.021, + 5116, + 1.207, + 5117, + 0.881, + 5118, + 1.207, + 5119, + 1.207, + 5120, + 1.207, + 5121, + 3.784, + 5122, + 3.784, + 5123, + 2.21, + 5124, + 2.796, + 5125, + 1.207, + 5126, + 2.21, + 5127, + 1.667, + 5128, + 1.207, + 5129, + 1.207, + 5130, + 1.207, + 5131, + 1.207, + 5132, + 1.207, + 5133, + 1.103, + 5134, + 1.207, + 5135, + 1.207, + 5136, + 1.035, + 5137, + 1.207, + 5138, + 1.207, + 5139, + 1.035, + 5140, + 1.207, + 5141, + 1.207, + 5142, + 1.207, + 5143, + 0.944, + 5144, + 2.624, + 5145, + 1.207, + 5146, + 0.985, + 5147, + 1.207, + 5148, + 0.856, + 5149, + 1.207, + 5150, + 1.035, + 5151, + 1.207, + 5152, + 1.103, + 5153, + 0.91, + 5154, + 1.207, + 5155, + 1.207, + 5156, + 1.035, + 5157, + 1.207, + 5158, + 0.944, + 5159, + 2.624, + 5160, + 0.944, + 5161, + 3.058, + 5162, + 2.21, + 5163, + 1.207, + 5164, + 1.103, + 5165, + 1.035, + 5166, + 1.103, + 5167, + 2.021, + 5168, + 0.985, + 5169, + 1.103 ] ], [ - "type/manuals/physics", + "type/manuals/lua", [ 0, 0.731 ] ], [ - "data/manuals/physics", + "data/manuals/lua", [ 0, - 0.747, + 0.382, 1, - 1.015, + 0.798, 2, - 1.005, + 1.845, 3, - 1.042, + 0.819, 4, - 1.042, + 0.819, 5, - 1.047, + 0.823, 6, - 1.047, + 0.823, 7, - 1.504, + 1.556, 8, - 1.427, + 1.775, 9, - 1.014, - 10, - 1.731, - 11, - 1.068, - 13, - 2.016, - 16, - 0.994, - 21, - 1.245, - 22, 2.152, - 23, - 0.858, - 26, - 1.064, - 28, - 1.409, - 29, - 1.871, - 30, - 1.112, - 32, - 2.03, - 33, - 1.482, - 34, - 4.233, + 10, + 2.093, + 18, + 1.074, + 20, + 1.493, + 36, + 1.595, + 38, + 1.0, + 39, + 0.659, 41, - 1.154, + 1.64, + 42, + 0.916, 44, - 1.593, + 1.303, 46, - 1.105, - 49, - 1.419, + 1.576, + 47, + 1.398, 51, - 1.563, + 2.279, + 52, + 2.479, + 55, + 1.497, + 56, + 1.214, + 57, + 1.4, 59, - 1.686, + 0.987, 60, - 1.618, - 63, - 1.904, - 70, - 1.871, - 71, - 2.091, - 72, - 1.568, - 74, - 1.161, + 1.403, + 62, + 1.678, 77, - 1.661, - 83, - 1.672, - 86, - 1.571, - 92, - 2.861, - 94, - 2.108, + 1.044, + 78, + 2.238, + 79, + 1.014, + 90, + 0.744, + 96, + 2.011, 97, - 1.215, + 2.875, 99, - 1.135, - 104, - 1.605, - 110, - 1.321, + 1.029, + 100, + 1.866, + 103, + 0.718, + 106, + 1.914, + 107, + 1.714, + 108, + 1.866, + 109, + 1.879, + 113, + 1.714, 121, - 1.724, - 127, - 1.658, - 137, - 1.516, + 2.099, + 122, + 2.269, + 126, + 1.787, 141, - 1.222, - 149, - 2.311, - 151, - 1.361, - 152, - 1.081, + 1.154, + 142, + 0.928, + 148, + 2.086, + 153, + 2.507, 158, - 1.346, - 159, - 1.489, + 0.912, 160, - 1.492, + 3.248, 161, - 1.882, - 162, - 1.567, - 163, - 5.394, - 164, - 3.331, + 2.103, + 165, + 2.084, 166, - 3.859, - 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, - 201, - 2.14, - 221, - 1.945, - 224, - 1.093, - 226, - 2.169, - 236, - 2.035, - 237, - 1.917, - 242, - 2.299, + 2.982, + 167, + 2.947, + 169, + 1.513, + 171, + 5.098, + 178, + 2.98, + 194, + 1.996, + 196, + 1.744, + 197, + 2.18, + 198, + 1.373, + 201, + 1.426, + 210, + 2.039, + 214, + 2.354, + 226, + 1.403, + 227, + 1.807, + 229, + 1.467, + 230, + 1.086, + 231, + 1.171, + 240, + 0.887, + 241, + 0.668, 247, - 0.721, + 1.032, 256, - 2.448, + 1.932, + 260, + 1.052, 263, - 1.706, + 2.179, + 265, + 2.056, + 268, + 1.633, + 269, + 2.043, 273, - 1.545, - 277, - 1.338, - 290, - 2.583, - 294, - 1.746, - 297, - 1.243, - 301, - 1.989, - 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, + 1.566, + 281, + 1.935, + 285, + 2.259, + 309, + 5.035, + 317, + 1.836, + 332, + 1.039, + 333, + 0.887, + 350, + 1.867, + 351, + 1.619, + 353, + 2.902, + 368, + 1.434, + 382, + 2.879, + 387, + 1.779, + 392, + 1.767, 411, - 1.847, - 424, - 1.904, - 427, - 3.598, + 2.617, + 414, + 2.056, + 429, + 2.445, + 433, + 2.056, + 434, + 1.452, + 436, + 4.801, 441, - 1.382, - 465, - 1.505, - 469, - 1.522, - 481, - 2.288, - 491, - 2.547, - 502, - 1.904, + 1.563, + 452, + 2.119, + 453, + 1.807, + 454, + 2.008, + 457, + 1.108, + 471, + 0.836, + 496, + 1.452, + 497, + 1.6, 504, - 2.264, - 514, - 2.957, - 547, - 3.172, - 568, - 3.05, - 581, - 1.98, - 594, - 1.631, + 1.563, + 510, + 1.146, + 521, + 1.086, + 524, + 2.679, + 534, + 1.467, + 550, + 2.347, + 552, + 0.928, + 554, + 1.171, + 555, + 0.972, + 561, + 0.989, + 563, + 4.518, + 567, + 1.619, + 573, + 1.171, + 577, + 2.488, + 579, + 2.526, + 583, + 1.935, + 593, + 2.441, + 608, + 3.61, + 619, + 2.279, + 622, + 2.445, + 627, + 1.807, 636, - 3.45, - 640, - 3.837, + 1.934, 648, - 3.106, - 666, - 1.557, + 1.513, 672, - 2.995, - 701, - 2.375, + 1.438, + 677, + 2.924, + 679, + 1.398, + 680, + 1.64, + 685, + 1.272, + 687, + 1.836, + 689, + 2.842, + 691, + 1.942, + 695, + 1.411, 702, - 1.904, - 710, - 2.689, - 720, - 2.509, - 743, - 1.924, - 759, - 1.4, - 776, - 3.696, - 804, - 1.989, + 1.563, + 703, + 1.977, + 729, + 1.807, + 735, + 1.497, + 740, + 1.581, + 744, + 1.513, + 755, + 2.854, + 762, + 2.28, + 765, + 1.093, + 775, + 1.729, + 796, + 2.279, + 799, + 1.9, + 803, + 3.484, + 817, + 2.354, + 849, + 1.385, 858, - 1.258, - 859, - 1.297, - 893, - 3.106, + 1.867, + 861, + 2.103, + 874, + 1.6, + 890, + 1.619, + 898, + 1.79, + 899, + 2.056, 901, - 2.06, - 912, - 2.509, - 916, - 2.56, - 922, - 3.239, + 1.348, + 907, + 3.322, + 908, + 2.354, + 911, + 1.729, + 914, + 2.651, + 915, + 1.197, 931, - 3.239, - 933, - 3.477, - 997, - 3.239, - 998, - 1.885, + 2.962, + 944, + 3.737, + 975, + 2.419, + 978, + 2.879, + 993, + 1.754, + 996, + 1.581, + 1002, + 1.546, + 1007, + 1.767, + 1010, + 1.282, 1011, - 1.812, + 3.252, 1025, - 2.816, - 1045, - 1.989, - 1050, - 2.56, - 1065, - 2.461, - 1072, - 3.488, + 1.233, + 1034, + 2.433, + 1044, + 2.279, + 1055, + 2.876, + 1062, + 1.705, + 1064, + 1.529, + 1068, + 3.187, + 1089, + 4.181, + 1090, + 2.347, + 1094, + 2.354, 1104, - 1.989, - 1122, - 2.086, - 1156, - 3.355, - 1162, - 2.995, + 3.263, + 1120, + 1.836, + 1140, + 2.324, + 1153, + 2.37, + 1165, + 2.546, + 1166, + 1.807, 1172, - 2.899, - 1175, - 2.615, - 1222, - 1.778, - 1342, - 2.417, - 1348, - 2.112, - 1384, - 2.995, + 1.581, + 1186, + 1.529, + 1224, + 1.497, + 1235, + 2.012, + 1269, + 4.989, + 1295, + 2.381, + 1314, + 2.103, + 1324, + 1.619, + 1326, + 3.863, + 1328, + 2.354, + 1332, + 1.262, + 1426, + 1.9, + 1428, + 1.705, + 1440, + 1.9, + 1445, + 2.214, + 1460, + 2.834, + 1465, + 1.101, + 1472, + 1.398, + 1475, + 3.578, 1498, - 2.375, - 1518, - 2.742, - 1526, - 1.866, + 2.156, + 1500, + 2.156, + 1504, + 2.546, + 1507, + 3.126, + 1508, + 2.354, + 1509, + 2.156, + 1511, + 1.682, + 1514, + 2.354, + 1541, + 1.682, + 1543, + 1.836, + 1546, + 1.619, 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, - 1936, - 5.003, - 2006, - 3.931, - 2020, - 2.676, - 2023, + 2.103, + 1572, + 2.678, + 1596, + 2.683, + 1604, + 2.649, + 1628, + 2.629, + 1649, + 1.66, + 1655, + 1.64, + 1681, + 1.337, + 1697, 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, - 2494, - 4.325, - 2497, - 3.164, - 2645, - 2.615, - 2984, - 2.56, - 3095, - 4.453, - 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 + 1721, + 2.156, + 1724, + 1.481, + 1764, + 2.678, + 1769, + 1.438, + 1804, + 3.496, + 1823, + 1.867, + 1869, + 2.056, + 1872, + 1.9, + 1874, + 4.707, + 1875, + 2.214, + 1884, + 1.325, + 1908, + 1.411, + 1942, + 1.754, + 1943, + 2.854, + 1949, + 3.804, + 1962, + 3.683, + 2035, + 1.935, + 2062, + 2.354, + 2091, + 4.611, + 2117, + 2.056, + 2169, + 2.103, + 2217, + 1.9, + 2253, + 2.546, + 2261, + 1.754, + 2268, + 1.66, + 2279, + 3.804, + 2336, + 3.399, + 2379, + 2.012, + 2389, + 1.807, + 2451, + 2.354, + 2559, + 2.678, + 2614, + 2.354, + 2641, + 2.678, + 2657, + 1.754, + 2666, + 2.678, + 2684, + 2.968, + 2700, + 2.279, + 2707, + 2.441, + 2718, + 2.214, + 2719, + 4.115, + 2752, + 2.441, + 2786, + 2.441, + 2806, + 2.678, + 2822, + 1.9, + 2850, + 2.354, + 2854, + 3.252, + 2872, + 3.578, + 2967, + 2.056, + 2978, + 2.214, + 2991, + 2.354, + 3079, + 2.279, + 3088, + 2.354, + 3090, + 2.678, + 3107, + 2.156, + 3131, + 4.115, + 3132, + 4.611, + 3140, + 2.156, + 3338, + 4.327, + 3389, + 2.546, + 3408, + 2.678, + 3527, + 2.103, + 3599, + 3.322, + 3615, + 2.354, + 3623, + 2.441, + 3629, + 4.115, + 3677, + 2.546, + 3830, + 2.546, + 3887, + 2.678, + 4136, + 2.678, + 4244, + 2.279, + 4326, + 2.678, + 4350, + 2.678, + 4353, + 3.945, + 4355, + 2.854, + 4497, + 2.854, + 4551, + 2.546, + 4571, + 2.546, + 4593, + 4.327, + 4871, + 2.546, + 5049, + 2.854, + 5160, + 2.441, + 5170, + 2.854, + 5171, + 2.678, + 5172, + 3.121, + 5173, + 2.854, + 5174, + 2.678, + 5175, + 2.546, + 5176, + 3.121, + 5177, + 5.043, + 5178, + 3.121, + 5179, + 2.854, + 5180, + 2.854, + 5181, + 2.678, + 5182, + 3.121, + 5183, + 2.854, + 5184, + 2.854, + 5185, + 3.121, + 5186, + 3.121, + 5187, + 2.546, + 5188, + 3.121, + 5189, + 3.121, + 5190, + 2.854, + 5191, + 3.121, + 5192, + 2.678, + 5193, + 6.346, + 5194, + 3.121, + 5195, + 5.043, + 5196, + 5.043, + 5197, + 7.287, + 5198, + 2.546, + 5199, + 3.121, + 5200, + 3.121, + 5201, + 2.854, + 5202, + 2.854, + 5203, + 2.854, + 5204, + 3.121, + 5205, + 3.121, + 5206, + 5.043, + 5207, + 2.854, + 5208, + 1.972, + 5209, + 2.854, + 5210, + 3.121, + 5211, + 2.854, + 5212, + 2.678, + 5213, + 5.043, + 5214, + 3.121, + 5215, + 3.121, + 5216, + 3.121, + 5217, + 3.121, + 5218, + 3.121, + 5219, + 2.854, + 5220, + 2.546, + 5221, + 3.121, + 5222, + 3.121, + 5223, + 3.121 ] ], [ - "type/manuals/online-services", + "type/manuals/app-manifest", [ 0, 0.731 ] ], [ - "data/manuals/online-services", + "data/manuals/app-manifest", [ 0, - 0.975, + 0.592, 1, - 2.035, + 1.237, 2, - 2.015, + 1.224, 3, - 2.089, + 1.269, 4, - 2.089, + 1.269, 5, - 2.1, + 1.276, 6, - 2.1, + 1.276, 7, - 1.601, - 10, - 2.25, - 11, - 1.067, - 16, - 0.974, - 29, - 2.425, - 30, - 0.718, - 74, - 0.884, + 1.58, + 9, + 1.64, + 18, + 1.092, + 20, + 1.221, + 22, + 3.433, + 28, + 2.344, + 36, + 1.409, + 38, + 1.201, + 46, + 1.457, + 52, + 1.945, + 57, + 1.383, + 59, + 1.047, + 62, + 2.352, + 77, + 1.001, + 79, + 0.6, 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, + 3.424, + 90, + 1.152, + 97, + 2.043, + 99, + 0.936, + 102, + 2.137, + 105, + 1.94, + 106, + 1.751, + 111, + 2.019, + 113, + 2.246, + 121, + 1.599, + 126, + 1.94, + 132, + 3.157, + 148, + 0.992, + 151, + 1.987, + 208, + 3.674, + 243, + 3.501, + 247, + 3.234, + 256, + 2.306, + 263, + 3.397, + 266, + 3.136, + 268, + 1.443, + 269, + 1.097, + 273, + 1.193, + 290, + 2.75, + 306, + 2.126, + 330, + 1.541, + 340, + 3.531, + 342, + 2.165, + 345, + 3.426, + 382, + 1.74, + 383, + 4.656, + 471, + 1.894, + 489, + 2.25, + 552, + 3.279, + 553, + 1.728, + 574, + 3.39, + 608, + 2.395, + 614, + 2.771, + 617, + 7.168, + 622, + 4.049, + 623, + 4.339, + 627, + 2.8, + 629, + 2.94, + 661, + 8.389, + 667, + 4.421, + 679, + 3.741, + 683, + 3.548, + 685, + 4.163, + 691, + 3.227, + 715, + 6.095, + 727, + 3.945, + 728, + 2.369, + 742, + 6.064, + 750, + 4.739, + 751, + 2.858, + 759, + 3.117, + 773, + 3.542, + 774, + 3.195, + 812, + 5.926, + 872, + 4.421, + 874, + 3.624, + 925, + 3.185, + 947, + 2.54, + 987, + 4.445, + 1002, + 4.138, + 1010, + 1.987, + 1025, + 1.91, + 1060, + 2.717, + 1083, + 5.529, + 1090, + 2.25, + 1137, + 2.892, + 1139, + 2.717, + 1269, + 3.915, + 1341, + 7.244, + 1403, + 4.363, + 1420, + 3.782, + 1463, + 5.952, + 1638, + 4.466, + 1661, + 2.422, + 1675, + 4.503, + 1701, + 7.141, 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 + 2.319, + 1858, + 6.054, + 1946, + 5.162, + 1988, + 7.989, + 2024, + 3.776, + 2066, + 5.503, + 2083, + 3.34, + 2087, + 3.055, + 2101, + 4.381, + 2116, + 4.031, + 2171, + 8.24, + 2173, + 2.845, + 2189, + 2.678, + 2190, + 4.093, + 2562, + 3.647, + 2565, + 3.259, + 3094, + 3.34, + 3265, + 9.338, + 3409, + 4.148, + 4090, + 3.531, + 4131, + 6.064, + 4150, + 3.531, + 4653, + 8.389, + 4729, + 4.148, + 4742, + 4.302, + 5187, + 3.945, + 5224, + 8.353, + 5225, + 4.148, + 5226, + 4.834, + 5227, + 4.834, + 5228, + 4.834, + 5229, + 7.067, + 5230, + 4.834, + 5231, + 7.067, + 5232, + 7.067, + 5233, + 4.834, + 5234, + 7.067, + 5235, + 4.834, + 5236, + 4.834, + 5237, + 4.834, + 5238, + 4.834, + 5239, + 4.834, + 5240, + 4.834, + 5241, + 4.834, + 5242, + 4.834, + 5243, + 4.834 ] ], [ - "type/manuals/script", + "type/manuals/iap", [ 0, 0.731 ] ], [ - "data/manuals/script", + "data/manuals/iap", + [ + 0, + 1.217, + 1, + 2.541, + 2, + 2.515, + 3, + 2.608, + 4, + 2.608, + 5, + 2.621, + 6, + 2.621 + ] + ], + [ + "type/manuals/models", [ + 0, + 0.731 + ] + ], + [ + "data/manuals/models", + [ + 0, + 1.206, + 1, + 2.517, + 2, + 2.491, + 3, + 2.583, + 4, + 2.583, + 5, + 2.597, + 6, + 2.597, 7, - 1.47, - 8, - 1.352, - 9, + 1.521 + ] + ], + [ + "type/manuals/spinemodel", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/spinemodel", + [ + 0, + 1.217, + 1, + 2.541, + 2, + 2.515, + 3, + 2.608, + 4, + 2.608, + 5, + 2.621, + 6, + 2.621 + ] + ], + [ + "type/manuals/networking", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/networking", + [ + 0, 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, - 77, - 1.514, - 91, - 2.912, - 99, - 2.752, - 102, - 3.123, - 111, - 3.223, - 125, - 3.071, - 137, - 1.13, - 141, - 1.521, - 146, - 3.0, - 151, - 1.764, - 160, + 1, + 1.97, + 2, + 1.95, + 3, + 2.022, + 4, + 2.022, + 5, + 2.032, + 6, + 2.032, + 7, + 1.549, + 8, + 2.716, + 18, + 1.061, + 20, + 1.413, + 36, + 1.536, + 38, + 1.078, + 41, + 4.046, + 42, + 1.931, + 46, + 1.517, + 56, + 2.997, + 57, 1.36, - 168, - 4.398, - 193, - 1.603, - 236, - 3.894, - 247, - 1.748, - 248, - 3.433, - 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, - 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, - 1195, - 6.944, - 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 + 59, + 1.039, + 60, + 2.143, + 79, + 0.948, + 94, + 4.948, + 99, + 0.862, + 103, + 1.773, + 107, + 1.466, + 108, + 2.264, + 126, + 1.529, + 148, + 1.58, + 167, + 3.115, + 172, + 3.357, + 177, + 2.356, + 194, + 1.405, + 226, + 2.143, + 229, + 1.412, + 260, + 2.596, + 269, + 1.747, + 271, + 3.949, + 294, + 4.393, + 645, + 5.714, + 646, + 3.903, + 695, + 4.389, + 702, + 3.858, + 745, + 5.32, + 750, + 3.734, + 751, + 3.115, + 826, + 4.046, + 1056, + 7.767, + 1078, + 8.022, + 1101, + 4.532, + 1866, + 4.393, + 1901, + 4.46, + 1908, + 3.482, + 1929, + 4.046, + 2075, + 4.608, + 2327, + 4.867, + 2360, + 4.152, + 2916, + 4.867, + 2947, + 6.609, + 2957, + 8.319, + 2978, + 5.464, + 3067, + 8.319, + 3218, + 6.888, + 3695, + 5.625, + 4200, + 6.609, + 5244, + 7.702, + 5245, + 8.331, + 5246, + 8.331, + 5247, + 7.596, + 5248, + 7.923, + 5249, + 9.71, + 5250, + 10.633, + 5251, + 9.724, + 5252, + 7.702, + 5253, + 7.702 ] ], [ - "type/manuals/resource", + "type/manuals/compute", [ 0, 0.731 ] ], [ - "data/manuals/resource", + "data/manuals/compute", [ 0, - 0.511, + 0.292, 1, - 1.066, + 1.34, 2, - 1.055, + 0.603, 3, - 1.094, + 0.625, 4, - 1.094, + 0.625, 5, - 1.1, + 0.628, 6, - 1.1, + 0.628, 7, - 1.513, + 1.531, 8, - 1.285, + 2.446, 9, - 0.854, + 2.34, 10, - 2.005, - 11, - 1.028, - 13, - 2.53, - 16, - 0.991, + 1.725, + 12, + 1.086, + 15, + 1.862, + 18, + 1.122, + 20, + 1.295, 21, - 1.744, - 22, - 2.405, - 23, - 2.292, - 30, - 1.14, - 32, - 1.625, - 33, - 1.48, - 41, - 1.212, + 1.604, + 24, + 1.504, + 36, + 1.494, + 38, + 1.06, + 42, + 0.952, + 44, + 0.994, 46, - 1.16, - 51, - 1.814, + 1.528, + 48, + 1.378, + 49, + 1.393, + 52, + 0.655, + 56, + 0.926, + 57, + 1.27, 59, - 1.771, + 0.991, + 60, + 1.716, 62, - 1.94, - 68, - 2.405, + 1.341, + 63, + 1.154, 70, - 2.063, - 71, - 1.884, + 1.002, 72, - 1.647, - 74, - 1.2, + 1.341, 77, - 1.703, - 80, - 2.916, - 86, - 1.433, - 87, - 2.622, - 92, - 1.432, - 94, - 1.441, + 1.873, + 79, + 0.988, + 84, + 2.665, + 88, + 2.144, + 89, + 2.202, + 90, + 0.96, + 96, + 1.277, 97, - 1.275, + 2.691, + 98, + 2.859, 99, - 1.81, + 1.062, 100, - 2.453, - 101, - 1.979, + 1.697, + 102, + 1.916, + 103, + 0.928, + 104, + 1.206, + 106, + 1.566, + 107, + 1.771, + 108, + 1.185, 110, - 2.546, + 2.437, + 111, + 0.994, + 112, + 3.312, + 113, + 1.812, + 115, + 1.738, + 118, + 1.535, + 119, + 2.042, 121, - 1.179, - 123, - 1.51, - 137, - 1.366, - 141, - 2.013, - 144, - 2.163, + 1.333, + 122, + 1.255, + 125, + 0.724, + 126, + 1.971, + 128, + 1.166, + 132, + 0.818, + 142, + 1.198, 146, - 3.022, - 151, - 1.402, - 152, - 1.135, - 156, - 2.538, + 1.166, + 147, + 4.939, + 148, + 2.101, + 149, + 0.906, + 150, + 1.02, + 153, + 2.112, 158, - 1.414, + 0.696, 160, - 1.37, + 2.202, 161, - 1.823, - 162, - 1.072, + 1.604, + 165, + 1.763, 166, - 3.217, - 172, - 1.154, - 173, - 1.61, - 178, + 1.894, + 167, 2.494, - 181, - 2.559, - 190, - 1.8, - 193, - 0.88, + 168, + 1.25, + 169, + 0.918, + 174, + 2.514, + 177, + 1.887, + 178, + 2.57, + 185, + 4.666, 196, - 1.414, - 210, - 1.921, - 224, - 2.351, - 237, - 2.313, - 244, - 3.325, + 2.386, + 197, + 2.574, + 198, + 1.097, + 200, + 4.2, + 201, + 1.177, + 202, + 1.702, + 206, + 1.154, + 207, + 1.744, + 208, + 2.712, + 212, + 2.87, + 226, + 2.084, + 228, + 1.002, + 229, + 1.131, + 231, + 0.893, + 234, + 1.357, + 236, + 1.192, + 238, + 1.337, + 240, + 0.677, + 241, + 1.122, 247, - 1.389, + 2.04, + 249, + 1.142, 256, - 1.861, - 267, - 1.94, - 275, - 3.724, - 277, - 2.133, - 278, - 1.275, - 291, - 2.628, - 293, - 1.673, - 297, - 2.396, - 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, - 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, + 1.392, + 260, + 1.766, + 263, + 0.712, + 266, + 2.737, + 268, + 1.07, + 269, + 1.565, + 273, + 1.293, + 280, + 0.933, + 287, + 1.644, + 288, + 1.283, + 290, + 2.4, + 300, + 1.318, + 306, + 1.772, + 332, + 2.296, + 333, + 2.572, + 334, + 1.318, + 342, + 1.066, + 345, + 1.953, + 353, + 0.948, + 368, + 0.677, + 380, + 1.431, + 382, + 1.45, + 387, + 1.421, + 390, + 2.597, + 402, + 1.266, + 423, + 3.04, + 425, + 1.357, + 429, + 4.893, + 452, + 1.523, + 454, + 3.178, + 457, + 0.845, + 471, + 0.638, + 472, + 1.097, + 473, + 1.047, + 477, + 1.644, + 500, + 0.868, + 505, + 1.22, + 506, + 1.449, + 510, + 1.48, + 521, + 0.828, + 524, + 2.31, + 541, + 1.266, + 543, + 0.955, + 553, + 1.44, + 554, + 0.893, + 555, + 1.255, + 556, + 1.656, + 568, + 2.945, + 573, + 0.893, + 574, + 1.142, + 577, + 1.58, 587, - 2.19, - 599, - 1.979, - 607, - 4.687, - 611, - 1.85, + 1.604, + 588, + 1.235, + 598, + 3.379, + 614, + 1.58, + 622, + 1.154, + 624, + 3.288, + 629, + 0.716, 631, - 4.742, - 634, - 5.11, + 1.179, 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, + 2.645, + 644, + 1.179, + 659, + 1.357, + 674, + 1.192, + 676, + 2.392, + 681, + 1.166, + 685, + 1.643, + 689, + 1.066, + 691, + 1.603, + 692, + 1.512, + 694, + 1.738, + 695, + 2.369, + 703, + 0.933, 710, - 1.51, - 712, - 3.51, - 713, - 3.145, - 717, - 2.414, - 724, - 3.506, - 728, - 3.207, - 730, - 4.081, - 734, - 3.401, + 4.625, + 718, + 1.644, 735, - 2.453, - 743, - 2.021, - 754, - 1.786, - 803, - 2.378, - 808, - 1.48, + 1.142, + 757, + 1.942, + 762, + 1.822, + 771, + 1.107, + 773, + 0.862, + 791, + 1.738, + 793, + 1.107, + 799, + 1.449, 811, - 2.665, - 865, - 4.081, - 889, - 1.635, + 1.179, + 859, + 1.192, 891, - 1.451, - 919, - 2.065, - 928, - 2.634, + 2.34, + 898, + 0.845, + 899, + 1.568, + 917, + 1.076, + 920, + 1.862, + 923, + 2.568, + 924, + 2.488, 939, - 2.218, - 985, - 3.577, - 997, - 3.401, - 1014, - 2.688, + 1.179, + 941, + 1.58, + 951, + 3.084, + 952, + 2.859, + 960, + 1.076, + 969, + 1.449, + 978, + 0.94, + 990, + 1.568, + 993, + 2.264, + 1002, + 1.996, + 1007, + 0.834, + 1010, + 0.978, + 1019, + 0.899, + 1025, + 1.592, + 1034, + 0.913, + 1041, + 2.369, + 1042, + 1.568, + 1043, + 2.981, 1045, - 3.17, - 1074, - 2.113, - 1096, - 2.309, - 1113, - 3.261, - 1121, - 2.634, + 1.568, + 1050, + 2.042, + 1060, + 2.264, + 1082, + 1.504, + 1089, + 1.568, + 1104, + 0.828, + 1126, + 1.996, + 1144, + 4.787, + 1146, + 1.028, + 1155, + 1.953, 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.568, + 1184, + 1.504, + 1188, + 1.166, + 1295, + 1.512, + 1301, + 1.688, + 1326, + 1.449, + 1331, + 1.942, + 1332, 2.494, - 1799, - 2.343, - 1842, - 3.145, - 1854, - 2.137, - 1895, + 1343, + 1.318, + 1361, + 1.568, + 1380, + 3.458, + 1401, + 1.449, + 1403, + 1.13, + 1409, + 1.862, + 1415, + 1.644, + 1498, + 1.644, + 1502, + 1.22, + 1503, + 1.862, + 1543, + 1.4, + 1549, + 1.942, + 1594, + 2.298, + 1596, + 2.788, + 1604, + 2.117, + 1607, + 1.378, + 1608, + 2.411, + 1642, + 3.288, + 1646, + 2.042, + 1650, + 1.424, + 1651, + 2.411, + 1656, + 3.828, + 1662, + 1.772, + 1675, + 1.283, + 1676, + 1.504, + 1701, + 4.504, + 1715, + 3.458, + 1774, + 1.206, + 1790, + 2.859, + 1793, + 3.379, + 1803, + 4.26, + 1804, + 1.142, + 1807, + 2.958, + 1808, + 5.92, + 1814, + 3.09, + 1822, + 3.04, + 1823, + 1.424, + 1825, + 3.288, + 1829, + 4.497, + 1864, + 1.568, + 1871, + 2.989, + 1879, + 5.031, + 1882, + 1.056, + 1884, + 1.712, + 1948, + 1.266, + 1968, + 1.266, + 1982, + 1.996, + 1987, + 2.042, + 1988, + 4.825, + 2035, + 1.475, + 2084, + 1.535, + 2089, + 1.337, + 2101, + 1.475, + 2114, + 1.504, + 2135, + 1.688, + 2156, + 1.449, + 2164, + 1.741, + 2188, + 1.738, + 2190, + 3.035, + 2217, + 1.449, + 2226, + 2.546, + 2236, + 1.475, + 2244, + 1.644, + 2271, + 1.862, + 2297, + 1.535, + 2312, + 1.795, + 2336, + 1.604, + 2384, + 5.421, + 2385, + 1.795, + 2441, + 3.936, + 2452, + 1.688, + 2542, + 1.475, + 2613, + 8.21, + 2614, + 5.204, + 2622, + 1.862, + 2633, + 1.22, + 2634, + 2.176, + 2635, + 3.458, + 2636, + 2.176, + 2637, + 5.716, + 2640, + 2.859, + 2641, + 2.042, + 2657, + 6.211, + 2667, + 1.738, + 2674, + 5.292, + 2700, + 1.738, + 2715, + 2.176, + 2736, + 1.337, + 2738, + 3.379, + 2740, + 4.276, + 2753, + 1.862, + 2757, + 3.685, + 2780, + 2.498, + 2785, + 1.942, + 2810, + 2.176, + 2823, + 2.176, + 2836, + 1.862, + 2879, + 7.381, + 2978, + 1.688, + 3085, + 2.042, + 3092, + 1.862, + 3107, + 1.644, + 3120, + 4.1, + 3124, + 1.644, + 3141, + 1.862, + 3219, + 2.042, + 3272, + 3.288, + 3425, + 1.862, + 3583, + 1.688, + 3584, + 2.859, + 3727, 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 + 3888, + 1.738, + 4074, + 2.176, + 4090, + 1.738, + 4098, + 2.498, + 4180, + 1.795, + 4235, + 1.942, + 4257, + 1.738, + 4258, + 3.153, + 4545, + 2.042, + 4552, + 1.862, + 4570, + 2.176, + 4580, + 2.042, + 4583, + 2.042, + 4585, + 1.942, + 4592, + 1.942, + 4595, + 1.504, + 4602, + 2.176, + 4646, + 2.943, + 4780, + 1.738, + 4966, + 1.795, + 5072, + 3.685, + 5090, + 2.042, + 5110, + 1.942, + 5133, + 2.176, + 5254, + 2.042, + 5255, + 2.38, + 5256, + 2.38, + 5257, + 4.792, + 5258, + 2.042, + 5259, + 2.38, + 5260, + 2.176, + 5261, + 2.38, + 5262, + 2.38, + 5263, + 2.38, + 5264, + 2.38, + 5265, + 4.03, + 5266, + 2.176, + 5267, + 2.38, + 5268, + 2.176, + 5269, + 2.38, + 5270, + 2.176, + 5271, + 2.38, + 5272, + 2.176, + 5273, + 2.38, + 5274, + 2.38, + 5275, + 2.38, + 5276, + 6.85, + 5277, + 3.153, + 5278, + 2.38, + 5279, + 2.38, + 5280, + 2.042, + 5281, + 2.38, + 5282, + 6.308, + 5283, + 2.38, + 5284, + 4.03, + 5285, + 2.38, + 5286, + 2.38, + 5287, + 2.38, + 5288, + 2.38, + 5289, + 4.792, + 5290, + 2.176, + 5291, + 2.042, + 5292, + 2.38, + 5293, + 2.38, + 5294, + 5.032, + 5295, + 6.167, + 5296, + 4.03, + 5297, + 4.03, + 5298, + 4.03, + 5299, + 4.03, + 5300, + 4.03, + 5301, + 4.03, + 5302, + 6.167, + 5303, + 2.38, + 5304, + 2.38, + 5305, + 2.38, + 5306, + 2.38, + 5307, + 2.38, + 5308, + 6.899, + 5309, + 2.38, + 5310, + 6.167, + 5311, + 2.38, + 5312, + 4.03, + 5313, + 4.03, + 5314, + 2.38, + 5315, + 4.03, + 5316, + 4.03, + 5317, + 2.38, + 5318, + 2.38, + 5319, + 2.38, + 5320, + 2.38, + 5321, + 2.38, + 5322, + 2.38, + 5323, + 2.38, + 5324, + 2.38, + 5325, + 2.38, + 5326, + 2.176, + 5327, + 5.24, + 5328, + 2.38, + 5329, + 4.03, + 5330, + 2.38, + 5331, + 2.38, + 5332, + 2.176, + 5333, + 2.38, + 5334, + 2.38, + 5335, + 3.288, + 5336, + 2.38, + 5337, + 2.38 ] ], [ - "type/manuals/font", + "type/manuals/editor-scripts", [ 0, 0.731 ] ], [ - "data/manuals/font", + "data/manuals/editor-scripts", [ + 0, + 0.137, + 1, + 0.285, + 2, + 1.189, + 3, + 0.293, + 4, + 0.293, + 5, + 0.294, + 6, + 0.294, 7, - 1.496, + 1.559, 8, - 1.414, + 2.196, 9, - 1.005, - 11, - 1.059, - 16, - 0.997, - 17, - 2.379, - 21, - 0.737, + 2.517, + 10, + 2.007, + 18, + 1.07, + 20, + 1.455, 22, - 1.796, - 23, - 1.511, - 26, - 1.874, - 28, - 1.282, - 29, - 1.571, + 0.458, 30, - 1.133, - 32, - 1.33, - 33, - 1.522, + 0.783, 36, - 4.819, + 1.731, + 38, + 1.1, 39, - 2.762, + 1.567, + 41, + 1.08, 42, - 1.886, + 0.52, 43, - 2.161, - 45, - 6.901, - 48, - 1.945, + 1.067, + 44, + 1.195, + 46, + 1.641, + 49, + 3.978, 50, - 2.469, - 51, - 1.485, + 3.979, 52, - 1.885, - 63, - 1.732, - 65, - 3.719, - 67, - 1.265, - 68, - 2.305, - 70, - 1.571, - 71, - 1.872, - 74, - 1.013, + 1.146, + 54, + 0.976, + 55, + 2.481, + 56, + 0.8, + 57, + 1.387, + 58, + 1.485, + 59, + 0.997, + 60, + 0.572, + 61, + 1.275, + 62, + 1.564, + 69, + 0.966, + 72, + 0.684, + 75, + 0.904, 77, - 1.578, - 83, - 1.521, + 1.852, + 78, + 0.495, + 79, + 0.994, + 84, + 2.732, + 85, + 3.095, 86, - 1.593, - 87, - 2.347, - 88, - 2.638, + 0.668, + 90, + 1.425, + 91, + 2.041, 92, - 3.277, - 93, - 1.68, + 2.399, 94, - 1.249, + 0.957, + 95, + 3.652, 97, - 1.105, - 98, - 1.897, - 111, - 1.209, - 127, - 1.508, - 137, - 0.843, - 140, - 1.664, - 141, - 1.828, - 149, - 2.465, - 151, - 1.281, - 152, - 0.983, - 157, - 1.922, + 2.51, + 99, + 1.0, + 100, + 1.629, + 102, + 0.732, + 103, + 1.892, + 105, + 1.427, + 106, + 1.822, + 107, + 1.678, + 108, + 0.841, + 109, + 1.551, + 110, + 0.813, + 111, + 0.859, + 113, + 1.573, + 116, + 2.693, + 119, + 1.042, + 121, + 1.377, + 122, + 0.891, + 124, + 2.048, + 125, + 1.818, + 126, + 1.918, + 128, + 1.008, + 132, + 0.707, + 133, + 0.61, + 140, + 1.318, + 141, + 0.761, + 148, + 1.964, + 150, + 1.935, + 151, + 0.845, + 153, + 2.36, + 158, + 1.636, 160, - 1.861, - 161, - 1.811, - 162, - 1.456, - 164, - 1.973, - 171, - 3.389, - 173, - 2.188, - 182, - 1.449, - 190, - 2.445, + 2.415, + 165, + 2.557, + 166, + 0.524, + 167, + 0.451, + 169, + 1.168, + 170, + 1.364, + 172, + 2.44, + 174, + 2.821, + 175, + 3.582, + 177, + 0.629, + 178, + 3.061, 193, - 0.762, + 0.692, + 194, + 1.021, 196, - 3.095, + 2.186, + 197, + 1.222, + 198, + 1.524, 201, - 1.947, + 1.343, 202, - 3.819, + 1.941, + 205, + 0.842, + 207, + 1.564, + 210, + 1.9, + 211, + 1.865, 216, - 2.379, - 224, - 0.994, - 234, - 1.099, - 237, - 2.101, + 3.246, + 226, + 1.439, + 229, + 1.506, + 230, + 1.449, + 231, + 2.945, + 235, + 0.705, + 236, + 2.804, + 239, + 2.275, + 240, + 1.011, + 241, + 1.915, + 243, + 1.019, + 244, + 1.097, 247, - 1.562, - 248, - 1.633, + 0.946, + 249, + 1.372, + 250, + 0.794, + 251, + 0.948, + 256, + 1.772, + 257, + 0.813, + 260, + 0.376, 263, - 1.955, + 1.89, 264, - 1.633, - 270, - 3.014, - 271, - 3.837, + 1.742, + 266, + 0.495, + 268, + 1.678, + 269, + 2.057, 273, - 1.405, - 277, - 2.356, - 278, - 1.105, + 1.561, + 275, + 2.455, + 280, + 1.122, + 282, + 0.553, 285, - 1.789, - 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, - 309, - 1.789, - 316, - 1.086, - 317, - 2.126, - 318, - 1.472, - 320, - 1.547, - 323, - 3.099, - 337, - 1.317, + 0.5, + 313, + 2.602, + 327, + 0.771, + 330, + 1.498, + 332, + 1.99, + 333, + 1.184, + 341, + 1.997, 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, + 1.865, 353, - 3.099, - 354, - 3.099, - 355, - 1.534, - 356, - 2.329, - 357, - 1.751, - 358, - 2.724, - 359, - 3.099, + 2.755, 362, - 1.427, - 366, - 2.561, + 0.752, + 368, + 0.585, 380, - 2.029, - 389, - 3.818, - 391, - 1.233, - 393, - 1.472, - 397, - 3.302, - 406, - 1.508, - 407, - 1.781, + 1.478, + 381, + 1.275, + 382, + 1.029, + 387, + 2.108, + 390, + 1.498, + 392, + 1.812, 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, + 2.438, + 425, + 2.68, + 428, + 0.667, + 439, + 0.752, + 442, + 0.5, + 446, + 2.354, + 449, + 2.491, + 451, + 0.815, + 452, + 1.627, + 454, + 1.871, + 457, + 0.73, + 459, + 0.519, + 471, + 1.259, + 472, + 1.639, + 473, + 2.629, + 479, + 0.419, + 481, + 0.636, + 485, + 0.842, + 490, + 1.485, + 496, + 1.331, + 500, + 0.407, + 502, + 1.355, 504, - 3.231, - 509, - 3.183, + 2.354, + 510, + 1.051, + 512, + 1.02, 521, - 2.221, - 525, - 2.11, - 533, - 1.947, + 1.449, + 524, + 2.405, + 534, + 0.524, 540, - 2.029, + 1.275, + 543, + 0.825, + 546, + 0.601, 547, - 1.684, + 0.656, + 550, + 1.331, + 552, + 0.611, + 553, + 0.399, 554, - 1.194, + 1.334, + 555, + 0.891, + 561, + 1.489, + 563, + 1.275, + 565, + 0.815, + 567, + 0.579, + 568, + 0.627, + 572, + 0.91, + 573, + 0.772, + 574, + 0.986, + 579, + 0.559, + 580, + 1.808, + 581, + 0.601, 583, - 1.3, + 0.692, + 587, + 0.752, + 588, + 1.067, + 590, + 0.852, 594, - 2.328, + 2.755, 595, - 3.115, - 599, + 1.109, + 601, 1.714, - 607, - 1.751, - 632, - 2.198, + 608, + 0.553, + 614, + 0.437, + 615, + 0.594, + 622, + 1.387, + 624, + 1.678, + 627, + 0.646, + 629, + 1.995, + 633, + 0.565, 634, - 2.161, - 655, - 1.588, + 1.856, + 636, + 1.596, + 638, + 0.705, + 642, + 2.836, + 644, + 1.762, + 646, + 2.11, + 648, + 0.541, + 650, + 0.735, + 652, + 3.167, + 656, + 0.705, + 660, + 1.23, 664, - 2.406, + 0.815, 666, - 1.416, + 1.885, + 669, + 2.913, + 672, + 1.918, + 674, + 0.559, + 675, + 0.428, + 677, + 0.514, 678, - 1.874, + 1.386, + 679, + 1.281, 680, - 1.427, + 0.586, + 681, + 3.519, + 683, + 0.874, + 685, + 1.166, + 689, + 2.104, + 691, + 1.829, + 692, + 2.372, + 695, + 0.504, + 701, + 0.586, + 702, + 0.559, + 703, + 2.997, + 708, + 3.333, + 709, + 0.705, 710, - 1.308, - 737, - 1.355, - 742, - 2.161, + 0.997, + 713, + 0.586, + 716, + 1.632, + 735, + 1.372, + 740, + 0.565, 743, - 1.751, - 753, - 8.542, - 758, - 1.56, - 759, - 2.465, - 769, - 2.724, - 776, - 1.603, + 0.815, + 744, + 1.387, + 747, + 0.627, + 749, + 1.124, + 751, + 0.451, + 752, + 1.639, + 762, + 1.608, + 765, + 1.459, + 770, + 0.873, + 771, + 1.331, + 773, + 1.037, + 775, + 0.618, + 785, + 0.636, 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, + 1.632, + 801, + 0.547, + 809, + 0.627, + 811, + 1.417, + 816, + 0.842, + 826, + 0.586, + 827, + 1.191, + 831, + 0.667, + 834, + 1.417, + 837, + 1.326, + 849, + 0.495, + 850, + 0.91, + 854, + 0.618, + 856, + 0.448, + 857, + 0.636, 858, - 1.145, - 867, - 2.746, - 882, - 1.922, - 890, - 4.623, - 900, - 2.825, - 906, - 2.239, + 0.667, + 860, + 1.042, + 861, + 0.752, + 866, + 0.416, + 877, + 0.735, + 891, + 1.594, + 895, + 0.535, + 901, + 0.482, + 910, + 1.094, + 912, + 0.719, + 913, + 0.705, + 914, + 0.466, + 915, + 1.984, + 917, + 0.504, 923, - 1.852, + 0.547, + 924, + 1.358, + 931, + 0.305, + 939, + 3.132, + 941, + 0.437, + 944, + 0.572, 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, + 1.13, + 950, + 0.735, + 960, + 1.608, + 980, + 0.719, + 984, + 0.842, + 985, + 0.815, + 987, + 1.094, + 993, + 1.156, + 994, + 1.459, + 995, + 1.3, + 996, + 1.45, + 1007, + 0.391, + 1008, + 0.791, + 1010, + 0.458, + 1023, + 1.02, + 1034, + 2.544, + 1039, + 3.017, + 1043, + 1.799, + 1046, + 0.667, + 1047, + 2.23, + 1048, + 0.873, + 1064, + 0.547, + 1067, + 0.364, + 1068, + 2.969, + 1071, + 0.627, + 1072, + 1.678, + 1075, + 3.207, + 1079, + 1.387, + 1081, + 0.679, + 1082, + 1.3, + 1090, + 1.331, + 1103, + 0.735, + 1104, + 0.716, + 1107, + 0.553, + 1120, + 0.656, + 1126, + 2.327, + 1140, + 2.165, + 1146, + 0.482, + 1153, + 0.966, + 1157, + 1.503, 1160, - 2.273, - 1168, - 2.239, + 0.667, + 1166, + 2.721, 1173, - 1.664, - 1174, - 3.389, + 1.008, + 1189, + 1.609, + 1202, + 1.688, + 1208, + 1.252, + 1212, + 1.678, + 1213, + 0.842, 1216, - 1.789, - 1219, - 1.947, - 1227, - 1.769, - 1257, - 1.664, - 1270, - 2.434, - 1288, - 2.638, + 1.094, + 1221, + 0.553, + 1256, + 0.692, + 1264, + 1.355, + 1265, + 0.91, + 1266, + 0.91, + 1269, + 1.585, + 1271, + 1.881, + 1272, + 3.392, + 1273, + 2.45, + 1275, + 3.67, + 1279, + 4.141, + 1283, + 5.368, + 1291, + 0.667, + 1295, + 1.941, + 1296, + 1.066, + 1298, + 1.3, + 1302, + 0.815, + 1312, + 0.815, + 1323, + 2.497, + 1326, + 1.742, + 1328, + 0.842, + 1332, + 1.684, + 1333, + 0.957, 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, + 1.459, + 1343, + 0.618, + 1375, + 0.815, + 1378, + 0.679, + 1379, + 1.639, + 1381, + 2.523, + 1386, + 0.815, + 1393, + 0.873, + 1395, + 1.881, + 1401, + 0.679, + 1403, + 0.53, + 1406, + 0.509, + 1411, + 3.362, + 1412, + 0.752, + 1413, + 3.849, + 1420, + 0.873, + 1422, + 1.881, + 1425, + 0.91, + 1432, + 1.156, + 1434, + 1.433, + 1435, + 0.873, + 1436, + 1.551, + 1440, + 0.679, + 1456, + 5.425, + 1459, + 1.166, + 1460, + 0.627, + 1465, + 2.108, + 1471, + 2.563, + 1472, + 0.921, + 1478, + 2.158, + 1492, + 0.692, + 1500, + 1.421, + 1502, + 0.572, + 1510, + 1.845, + 1511, + 0.601, + 1525, + 0.705, + 1544, + 0.692, + 1548, + 0.601, + 1570, + 0.752, + 1596, + 1.892, + 1604, + 4.403, + 1628, + 0.462, + 1636, + 0.646, + 1650, + 0.667, + 1654, + 1.678, + 1661, + 0.559, + 1662, + 2.066, + 1666, + 1.774, + 1682, + 0.705, + 1691, + 0.791, + 1696, + 0.679, + 1713, + 0.586, + 1767, + 0.656, + 1774, + 1.042, + 1804, + 0.535, + 1871, + 1.387, + 1882, + 0.495, + 1884, + 1.215, + 1894, + 0.735, + 1895, + 5.192, 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, - 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 - ] - ], - [ - "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.521 - ] - ], - [ - "type/manuals/install", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/install", - [ - 7, - 1.453, - 8, - 1.197, - 9, - 0.795, - 11, - 0.83, - 16, - 0.844, - 30, - 1.045, - 32, - 1.78, - 33, - 1.243, - 74, - 1.039, - 152, - 2.547, - 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.721, + 1909, + 0.957, + 1911, + 0.572, + 1927, + 0.957, + 1928, + 1.109, + 1932, + 0.735, + 1942, + 2.34, + 1955, + 1.459, + 1957, + 0.91, + 1973, + 3.97, + 1982, + 0.553, + 1989, + 1.173, + 1993, + 0.752, + 1997, + 1.173, + 1999, + 0.618, + 2006, + 1.868, + 2007, + 0.705, + 2019, + 0.752, + 2023, + 0.842, + 2028, + 0.752, + 2030, + 0.752, + 2049, + 0.705, + 2057, + 2.631, + 2073, + 0.842, + 2105, + 0.735, + 2121, + 3.044, + 2158, + 0.752, + 2164, + 0.889, + 2180, + 0.735, + 2220, + 0.667, + 2268, + 1.892, + 2271, + 0.873, + 2308, + 0.771, + 2337, + 0.791, + 2342, + 1.02, + 2346, + 2.45, + 2354, + 0.791, + 2355, + 1.609, + 2358, + 0.692, + 2370, + 1.02, + 2373, + 0.705, + 2377, + 1.421, + 2399, + 2.683, + 2429, + 3.676, + 2441, + 1.868, + 2452, + 5.095, + 2506, + 0.692, + 2532, + 0.719, + 2540, + 0.618, + 2544, + 0.719, + 2548, + 0.656, + 2550, + 0.646, + 2558, + 0.771, + 2631, + 2.247, + 2657, + 1.156, + 2665, + 0.957, + 2678, + 0.873, + 2684, + 0.656, + 2750, + 0.705, + 2752, + 3.257, + 2775, + 0.601, + 2778, + 1.355, + 2787, + 2.334, + 2800, + 1.02, + 2801, + 0.815, + 2822, + 1.742, + 2834, + 2.683, + 2863, + 1.609, + 2868, + 1.02, + 2869, + 0.91, + 2963, + 1.765, + 2967, + 1.355, + 2986, + 0.91, + 2994, + 0.735, + 3029, + 0.957, + 3047, + 0.91, + 3057, + 0.771, + 3092, + 0.873, + 3104, + 1.678, + 3139, + 0.842, + 3148, + 1.02, + 3176, + 0.842, + 3177, + 4.769, + 3182, + 5.221, + 3203, + 1.609, + 3252, + 0.752, + 3253, + 2.782, + 3261, + 1.551, + 3318, + 0.873, + 3324, + 0.873, + 3415, + 0.61, + 3474, + 0.771, + 3484, + 0.957, + 3569, + 1.421, + 3574, + 0.815, + 3576, + 0.873, + 3583, + 1.459, + 3595, + 1.502, + 3600, + 0.91, + 3621, + 0.873, + 3623, + 0.873, + 3626, + 1.765, + 3648, + 0.91, + 3653, + 0.957, + 3674, + 1.551, + 3677, + 0.91, + 3679, + 0.842, + 3708, + 1.678, + 3709, + 0.815, + 3777, + 0.957, + 3797, + 0.719, + 3853, + 0.91, + 3864, + 3.676, + 3890, + 0.752, + 3902, + 0.705, + 4013, + 1.765, + 4095, + 3.051, + 4104, + 1.808, + 4174, + 0.873, + 4180, + 0.842, + 4186, + 1.02, + 4195, + 0.91, + 4244, + 0.815, + 4287, + 2.238, + 4325, + 1.765, + 4361, + 3.252, + 4364, + 2.03, + 4366, + 1.02, + 4382, + 1.765, + 4391, + 1.881, + 4392, + 0.873, + 4422, + 0.957, + 4466, + 0.771, + 4564, + 0.873, + 4595, + 0.705, + 4596, + 0.91, + 4652, + 1.02, + 4695, + 3.772, + 4708, + 0.91, + 4726, + 0.91, + 4780, + 1.502, + 4846, + 0.842, + 4854, + 1.191, + 4877, + 1.502, + 4932, + 1.02, + 4940, + 2.455, + 4996, + 1.02, + 5113, + 1.678, + 5153, + 1.551, + 5192, + 0.957, + 5202, + 1.02, + 5277, + 0.873, + 5338, + 1.116, + 5339, + 1.116, + 5340, + 1.116, + 5341, + 1.02, + 5342, + 5.781, + 5343, + 1.02, + 5344, + 0.957, + 5345, + 1.02, + 5346, + 1.881, + 5347, + 1.02, + 5348, + 1.02, + 5349, + 5.781, + 5350, + 1.116, + 5351, + 1.116, + 5352, + 2.861, + 5353, + 2.057, + 5354, + 2.057, + 5355, + 2.861, + 5356, + 3.252, + 5357, + 1.02, + 5358, + 1.02, + 5359, + 1.02, + 5360, + 5.781, + 5361, + 4.296, + 5362, + 1.609, + 5363, + 1.678, + 5364, + 2.616, + 5365, + 1.116, + 5366, + 1.116, + 5367, + 2.616, + 5368, + 1.02, + 5369, + 1.02, + 5370, + 1.116, + 5371, + 1.02, + 5372, + 1.881, + 5373, + 3.807, + 5374, + 1.881, + 5375, + 1.116, + 5376, + 1.765, + 5377, + 4.296, + 5378, + 1.02, + 5379, + 1.881, + 5380, + 2.057, + 5381, + 1.765, + 5382, + 1.881, + 5383, + 1.116, + 5384, + 1.116, + 5385, + 2.057, + 5386, + 1.02, + 5387, + 4.163, + 5388, + 8.179, + 5389, + 6.921, + 5390, + 2.861, + 5391, + 4.73, + 5392, + 1.116, + 5393, + 1.116, + 5394, + 2.057, + 5395, + 2.057, + 5396, + 1.116, + 5397, + 2.09, + 5398, + 2.057, + 5399, + 1.116, + 5400, + 6.787, + 5401, + 1.116, + 5402, + 1.116, + 5403, + 1.116, + 5404, + 2.057, + 5405, + 1.116, + 5406, + 2.616, + 5407, + 1.116, + 5408, + 1.116, + 5409, + 1.116, + 5410, + 2.861, + 5411, + 1.116, + 5412, + 1.116, + 5413, + 1.881, + 5414, + 1.116, + 5415, + 1.881, + 5416, + 1.02, + 5417, + 1.116, + 5418, + 1.02, + 5419, + 2.861, + 5420, + 1.116, + 5421, + 1.116, + 5422, + 2.293, + 5423, + 2.057, + 5424, + 1.116, + 5425, + 1.116, + 5426, + 1.116, + 5427, + 2.057, + 5428, + 2.861, + 5429, + 1.116, + 5430, + 1.116, + 5431, + 1.02, + 5432, + 1.116, + 5433, + 2.057, + 5434, + 1.02, + 5435, + 1.116, + 5436, + 1.116, + 5437, + 1.116, + 5438, + 1.116, + 5439, + 1.116, + 5440, + 2.057, + 5441, + 1.116, + 5442, + 1.116, + 5443, + 1.116, + 5444, + 1.116, + 5445, + 1.02, + 5446, + 1.116, + 5447, + 1.116, + 5448, + 1.116, + 5449, + 1.116, + 5450, + 1.116, + 5451, + 2.616, + 5452, + 1.02, + 5453, + 1.116, + 5454, + 1.116, + 5455, + 2.616, + 5456, + 0.957, + 5457, + 2.057, + 5458, + 0.957, + 5459, + 1.116, + 5460, + 1.02, + 5461, + 1.116, + 5462, + 1.02, + 5463, + 1.881, + 5464, + 2.057, + 5465, + 1.02, + 5466, + 0.873, + 5467, + 1.881, + 5468, + 1.116, + 5469, + 1.116, + 5470, + 1.116, + 5471, + 1.02, + 5472, + 1.116, + 5473, + 1.02, + 5474, + 1.02, + 5475, + 1.02, + 5476, + 2.057, + 5477, + 0.957, + 5478, + 1.02, + 5479, + 1.02, + 5480, + 1.02, + 5481, + 1.02, + 5482, + 1.116, + 5483, + 1.116, + 5484, + 2.057, + 5485, + 1.02, + 5486, + 1.116, + 5487, + 1.678, + 5488, + 1.116, + 5489, + 1.116, + 5490, + 1.116, + 5491, + 1.116, + 5492, + 2.057, + 5493, + 1.116, + 5494, + 0.957, + 5495, + 1.116, + 5496, + 1.116, + 5497, + 1.116 ] ], [ - "type/manuals/optimization-size", + "type/manuals/debugging-native-code-android", [ 0, 0.731 ] ], [ - "data/manuals/optimization-size", + "data/manuals/debugging-native-code-android", [ 0, - 0.323, + 0.711, 1, - 0.674, + 1.484, 2, - 0.667, + 1.468, 3, - 0.692, + 1.522, 4, - 0.692, + 1.522, 5, - 0.696, + 1.53, 6, - 0.696, + 1.53, 7, - 1.502, + 1.589, 8, - 1.477, - 9, - 0.945, + 2.792, 10, - 1.919, - 11, - 1.069, - 12, - 1.385, - 13, - 1.452, - 14, - 5.05, - 15, - 3.898, - 16, - 1.042, + 1.74, 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.128, + 20, + 1.393, + 36, + 1.157, + 38, + 1.164, 42, - 0.628, + 1.053, + 43, + 4.176, 46, - 1.222, - 48, - 0.734, - 49, - 2.017, - 51, - 1.372, - 60, - 1.075, - 63, - 2.707, - 67, - 1.538, - 68, - 1.899, - 70, - 1.881, - 71, - 2.062, - 74, - 1.116, + 1.587, + 55, + 2.782, + 57, + 0.742, + 59, + 0.726, + 62, + 1.93, 77, - 1.749, - 86, - 1.534, - 92, - 4.051, - 94, - 1.518, - 96, - 1.551, - 97, - 1.343, - 101, - 3.471, + 1.666, + 78, + 2.574, + 79, + 0.945, + 84, + 3.477, + 91, + 2.747, + 99, + 0.963, + 100, + 1.088, + 106, + 1.039, + 107, + 1.758, + 109, + 2.161, 110, - 0.877, - 121, - 0.746, - 123, - 1.591, + 3.651, + 113, + 1.612, + 117, + 3.413, + 122, + 2.877, + 124, + 2.528, 125, - 1.776, - 127, - 1.101, - 129, - 3.335, - 131, - 2.504, - 136, - 1.87, - 137, - 1.088, - 140, - 1.215, - 141, - 1.465, + 1.764, + 132, + 1.993, 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, - 203, - 1.666, - 216, - 1.737, - 217, - 1.058, - 224, - 1.209, - 234, - 2.002, - 235, - 2.262, - 237, - 1.515, + 1.724, + 148, + 1.19, + 149, + 2.208, + 153, + 2.524, + 158, + 1.696, + 169, + 0.863, + 196, + 3.451, + 198, + 2.516, + 201, + 1.303, + 207, + 1.93, + 208, + 3.539, + 229, + 1.063, + 236, + 5.252, + 238, + 4.522, + 240, + 1.649, + 241, + 1.723, 247, - 1.195, - 248, - 1.192, - 256, - 2.149, + 1.918, 261, - 1.368, - 263, - 0.737, - 272, - 1.577, - 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, + 268, + 1.643, + 286, + 4.007, + 292, + 3.447, 300, - 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, + 3.213, + 313, + 3.155, + 392, + 2.819, 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, + 3.086, 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, - 521, - 2.213, - 525, - 0.982, - 527, - 1.527, - 530, - 1.46, - 547, - 2.174, - 550, - 3.898, - 553, - 1.481, - 554, - 0.872, - 557, - 3.033, - 564, - 2.504, - 567, - 1.551, - 568, - 1.083, - 573, - 2.551, + 2.906, + 452, + 1.686, + 457, + 2.857, + 490, + 2.423, + 524, + 2.695, + 548, + 3.821, + 552, + 1.724, + 555, + 2.505, 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, - 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, + 3.665, + 635, + 5.301, + 642, + 4.682, + 648, + 2.812, + 649, + 3.47, 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, + 4.031, + 685, + 2.364, + 703, + 2.274, + 709, + 3.665, + 744, + 4.837, + 751, + 2.346, + 765, + 2.032, + 774, + 2.622, + 834, + 2.873, + 852, + 4.007, + 859, + 2.906, + 894, + 2.292, + 895, + 2.782, 901, - 1.368, + 2.506, + 904, + 4.115, 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, + 4.236, + 1066, + 2.274, + 1067, + 1.895, + 1079, + 2.812, + 1104, + 2.019, + 1106, + 4.977, + 1176, + 5.424, + 1332, + 2.346, 1340, - 1.551, - 1342, - 1.605, - 1355, - 3.376, - 1360, - 1.605, - 1362, - 1.777, - 1367, - 4.17, - 1374, - 1.666, - 1464, - 2.831, + 4.115, + 1375, + 4.236, + 1411, + 4.275, + 1428, + 3.169, + 1457, + 3.413, 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.046, + 1697, + 3.74, + 1698, + 3.596, + 1721, + 4.007, + 1769, 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, - 5659, - 2.636, - 5660, - 2.636, - 5661, - 2.636, - 5662, - 2.636, - 5663, - 2.636, - 5664, - 2.636, - 5665, - 2.262, - 5666, - 2.411 + 1774, + 2.939, + 1896, + 3.909, + 1990, + 5.301, + 1994, + 5.877, + 1997, + 3.308, + 2024, + 4.177, + 2155, + 3.74, + 2156, + 3.531, + 2268, + 3.086, + 2353, + 3.74, + 2433, + 4.814, + 2626, + 8.142, + 2770, + 4.733, + 2955, + 3.308, + 2964, + 4.733, + 2969, + 6.07, + 2981, + 4.007, + 3185, + 6.07, + 3260, + 4.977, + 3267, + 5.304, + 3342, + 3.596, + 3574, + 4.236, + 3938, + 3.821, + 4075, + 4.977, + 4397, + 4.538, + 4809, + 7.539, + 4887, + 4.977, + 4902, + 6.904, + 4912, + 5.304, + 4913, + 5.304, + 4915, + 4.538, + 4919, + 4.977, + 4920, + 5.304, + 4974, + 5.304, + 4983, + 5.304, + 5254, + 4.977, + 5498, + 5.304, + 5499, + 5.8, + 5500, + 5.8, + 5501, + 5.8, + 5502, + 8.047, + 5503, + 5.8, + 5504, + 5.8, + 5505, + 5.8, + 5506, + 5.8, + 5507, + 5.8, + 5508, + 5.8, + 5509, + 5.8, + 5510, + 5.8, + 5511, + 5.8 ] ], [ - "type/manuals/sound", + "type/manuals/facebook", [ 0, 0.731 ] ], [ - "data/manuals/sound", + "data/manuals/facebook", [ 0, - 0.348, + 1.217, 1, - 0.727, + 2.541, 2, - 0.719, + 2.515, 3, - 0.746, + 2.608, 4, - 0.746, + 2.608, 5, - 0.75, + 2.621, 6, - 0.75, + 2.621 + ] + ], + [ + "type/manuals/physics-shapes", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/physics-shapes", + [ 7, - 1.556, - 8, - 1.291, + 1.572, 9, - 0.996, + 2.012, 10, - 0.853, - 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, + 1.282, + 18, + 1.102, + 20, + 1.086, + 36, + 1.63, + 39, + 1.252, 46, - 0.791, - 49, - 1.67, - 50, - 1.239, - 51, - 1.429, - 60, - 1.905, - 68, - 2.125, - 70, - 1.05, - 71, - 2.107, - 72, - 1.123, - 74, - 1.141, - 77, - 1.374, - 80, - 3.509, - 83, - 2.903, - 86, - 1.528, - 91, - 1.09, - 96, - 2.749, - 97, - 0.869, + 1.507, + 52, + 1.633, + 57, + 1.352, + 59, + 0.954, + 75, + 4.112, + 76, + 4.348, + 79, + 0.856, + 89, + 3.241, + 90, + 2.228, 99, - 1.971, + 1.012, + 100, + 1.113, 102, - 2.421, - 104, - 1.889, + 2.703, + 103, + 1.366, + 105, + 2.38, 106, - 1.123, - 108, - 2.249, - 110, - 1.555, - 111, - 2.899, - 117, - 2.568, - 119, - 2.428, - 121, - 2.154, - 127, - 1.952, - 131, - 1.621, + 1.675, + 107, + 1.129, + 113, + 1.188, + 125, + 1.804, + 126, + 2.297, + 134, + 4.332, 135, - 1.753, - 137, - 1.218, - 139, - 2.706, - 143, - 3.773, - 144, - 1.475, + 3.435, + 142, + 1.764, 148, - 2.706, - 149, - 1.455, + 2.296, + 150, + 1.502, 151, - 1.849, - 152, - 1.62, - 157, - 1.512, - 158, - 0.964, + 2.438, 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, - 201, - 2.519, - 203, - 4.813, - 217, - 1.14, - 224, - 1.286, - 234, - 2.491, - 236, - 1.457, + 1.744, + 169, + 1.216, + 170, + 2.275, + 194, + 1.491, + 202, + 3.271, + 213, + 5.27, + 226, + 2.803, + 229, + 1.087, 237, - 1.37, - 239, - 4.541, + 2.733, 244, - 1.493, - 247, - 0.516, - 248, - 1.285, + 2.275, + 251, + 2.733, 256, - 1.374, + 1.339, 263, - 1.664, - 267, - 1.322, - 293, - 1.14, + 1.774, + 268, + 1.211, + 269, + 1.854, 294, - 2.055, + 3.383, 300, - 0.608, - 302, - 1.066, - 311, - 3.622, - 316, - 1.405, - 318, - 1.905, + 5.179, + 305, + 3.435, + 306, + 3.594, + 307, + 5.835, + 314, + 5.888, + 322, + 4.641, + 323, + 3.549, 328, - 1.335, - 343, - 1.96, - 346, - 1.106, - 362, - 1.123, - 369, - 3.255, - 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, - 453, - 1.335, - 456, - 2.289, - 465, - 1.469, + 4.89, + 368, + 1.687, + 371, + 4.294, + 409, + 4.84, 469, - 2.281, - 480, - 1.915, - 481, - 1.066, - 491, - 1.952, - 492, - 1.158, - 493, - 2.227, - 507, - 1.963, + 3.006, + 497, + 3.041, 509, - 2.625, - 512, - 1.672, - 514, - 2.112, - 526, - 3.92, - 528, - 3.812, - 540, - 1.597, - 541, - 1.915, - 547, - 0.845, - 554, - 1.968, - 564, - 6.993, - 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, - 749, - 2.368, - 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, - 866, - 3.263, - 874, - 3.412, - 882, - 1.512, - 889, - 1.114, + 524, + 3.131, + 553, + 2.12, + 573, + 2.226, + 601, + 2.164, + 604, + 3.006, + 668, + 4.84, + 679, + 2.657, + 691, + 2.5, + 718, + 4.098, + 751, + 2.399, + 856, + 2.38, 891, + 3.171, + 931, + 2.759, + 951, + 4.809, + 962, + 5.605, + 963, + 6.562, + 981, + 3.611, + 1002, + 5.411, + 1007, + 2.078, + 1014, + 3.825, + 1157, + 3.116, + 1179, + 7.012, + 1180, + 4.465, + 1187, + 4.098, + 1188, + 4.004, + 1210, + 5.424, + 1223, + 3.998, + 1229, + 3.908, + 1672, + 5.431, + 1770, + 4.975, + 1815, + 4.641, + 1866, + 3.383, + 1890, + 3.435, + 2070, + 3.748, + 2133, + 5.09, + 2136, + 3.908, + 2591, + 5.508, + 3838, + 4.332, + 4207, + 4.098, + 5512, + 5.932, + 5513, + 5.932, + 5514, + 5.932, + 5515, + 7.473, + 5516, + 7.012, + 5517, + 5.424, + 5518, + 9.213, + 5519, + 5.424, + 5520, + 8.172, + 5521, + 5.424, + 5522, + 8.022, + 5523, + 5.932, + 5524, + 8.172, + 5525, + 5.424, + 5526, + 5.932, + 5527, + 8.172, + 5528, + 5.424, + 5529, + 5.932, + 5530, + 8.645, + 5531, + 5.09, + 5532, + 4.84 + ] + ], + [ + "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.87, + 10, + 1.962, + 18, + 1.119, + 20, + 1.427, + 22, + 2.85, + 28, + 4.905, + 39, + 1.464, + 46, + 1.531, + 57, + 1.161, + 58, + 5.571, + 59, + 1.032, + 62, + 2.308, + 79, + 0.971, + 95, + 4.708, + 99, 0.989, - 903, - 1.493, - 929, - 2.112, - 948, - 1.074, - 972, - 1.597, - 977, - 2.588, - 993, - 2.144, - 996, - 1.621, - 998, - 1.349, - 1009, - 1.672, - 1046, - 2.438, - 1059, - 1.392, - 1096, + 100, + 1.703, + 106, + 1.242, + 107, + 1.727, + 126, + 2.269, + 133, + 4.959, + 148, + 1.423, + 150, + 1.756, + 153, 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, - 1588, - 1.832, - 1598, - 9.736, + 168, + 5.64, + 169, + 1.505, + 201, + 1.558, + 240, + 2.581, + 244, + 3.481, + 268, + 2.192, + 269, + 2.593, + 271, + 3.556, + 274, + 5.342, + 282, + 3.436, + 288, + 3.739, + 332, + 3.021, + 333, + 1.972, + 338, + 8.628, + 341, + 5.483, + 362, + 4.675, + 387, + 3.201, + 392, + 2.43, + 402, + 3.69, + 421, + 8.943, + 428, + 5.431, + 429, + 4.4, + 471, + 1.859, + 489, + 3.227, + 496, + 4.224, + 497, + 3.556, + 499, + 6.44, + 500, + 2.53, + 501, + 5.232, + 543, + 2.783, + 544, + 6.27, + 561, + 2.198, + 598, + 4.472, + 601, + 2.53, + 691, + 2.122, + 692, + 3.406, + 898, + 2.462, + 913, + 4.383, + 923, + 3.398, + 931, + 1.899, + 942, + 5.232, + 948, + 2.74, + 1153, + 3.259, + 1264, + 4.569, 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, + 6.394, 1877, - 2.319, - 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, + 5.659, + 2597, + 7.391, + 2783, + 4.92, + 2907, + 5.426, + 3616, + 6.63, + 5533, + 6.935, + 5534, + 6.935, + 5535, + 9.077, + 5536, + 6.935, + 5537, + 11.431, + 5538, + 11.646, + 5539, + 6.935 + ] + ], + [ + "type/manuals/editor-keyboard-shortcuts", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/editor-keyboard-shortcuts", + [ + 0, + 1.095, + 1, + 2.286, + 2, + 2.262, + 3, + 2.346, + 4, + 2.346, + 5, + 2.358, + 6, + 2.358, + 7, + 1.425, + 8, + 3.288, + 18, + 1.025, + 42, + 1.623, + 59, + 0.96, + 90, + 2.13, + 99, + 1.044, + 100, + 1.677, + 103, + 2.058, + 107, 1.7, - 3221, - 1.796, - 3222, - 2.223, - 3633, - 2.223, - 3690, - 2.438, - 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, - 5673, - 4.009, - 5674, - 7.062, - 5675, - 5.914, - 5676, - 4.272, - 5677, - 4.672, - 5678, - 2.841, - 5679, - 4.672, - 5680, - 2.438, - 5681, - 2.598, - 5682, - 2.598, - 5683, - 5.441, - 5684, - 2.598, - 5685, - 5.914, - 5686, - 4.272, - 5687, - 2.841, - 5688, - 4.009, - 5689, - 2.841, - 5690, - 2.841, - 5691, - 2.841, - 5692, - 2.598, - 5693, - 8.655, - 5694, - 4.272, - 5695, - 2.598, - 5696, - 2.841, - 5697, - 4.672, - 5698, - 2.841, - 5699, - 2.598, - 5700, - 2.598, - 5701, - 6.964, - 5702, - 2.438, - 5703, - 4.672, - 5704, - 4.672, - 5705, - 2.598, - 5706, - 4.672, - 5707, - 4.672, - 5708, - 2.841, - 5709, - 2.841, - 5710, - 4.672, - 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 + 126, + 1.774, + 149, + 4.049, + 153, + 2.413, + 197, + 3.07, + 240, + 3.024, + 241, + 1.913, + 261, + 4.518, + 496, + 4.158, + 504, + 4.477, + 555, + 2.782, + 765, + 3.131, + 793, + 4.158, + 1411, + 4.556, + 1629, + 4.003, + 1648, + 5.097, + 1978, + 9.726, + 1979, + 5.44, + 2121, + 5.259, + 2429, + 6.991, + 2471, + 7.292 ] ], [ - "type/manuals/extensions-debugging-ios", + "type/manuals/3dgraphics", [ 0, 0.731 ] ], [ - "data/manuals/extensions-debugging-ios", + "data/manuals/3dgraphics", [ 0, 1.214, @@ -50697,9820 +46801,11535 @@ ] ], [ - "type/manuals/sprite", + "type/manuals/extensions-gradle", [ 0, 0.731 ] ], [ - "data/manuals/sprite", + "data/manuals/extensions-gradle", [ 0, - 0.874, + 0.982, 1, - 0.954, + 2.049, 2, - 0.944, + 2.028, 3, - 0.978, + 2.103, 4, - 0.978, + 2.103, 5, - 0.984, + 2.114, 6, - 0.984, + 2.114, 7, - 1.588, + 1.549, 8, - 1.367, - 9, - 0.964, - 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, - 41, - 1.688, + 2.241, + 18, + 1.107, + 38, + 0.89, + 39, + 1.691, 42, - 2.499, - 44, - 3.71, + 1.455, 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.42, + 52, + 2.74, + 59, + 1.022, + 61, + 7.219, + 76, + 4.263, 77, - 1.844, - 82, - 2.311, - 86, - 1.524, - 87, - 2.406, - 90, - 2.404, - 91, - 2.227, - 92, - 3.317, - 93, - 1.735, - 94, - 2.785, - 96, - 2.194, - 97, - 1.777, - 98, - 1.959, - 108, - 2.195, - 110, - 1.241, - 134, - 2.812, - 137, - 0.555, - 141, - 1.934, - 143, - 1.847, - 149, - 2.221, - 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, - 196, - 1.264, - 213, - 2.513, - 217, - 1.496, - 218, - 1.429, - 223, - 2.065, - 227, - 1.935, - 228, - 1.718, + 1.659, + 79, + 0.681, + 99, + 0.884, + 103, + 1.845, + 113, + 1.605, + 116, + 3.118, + 148, + 1.644, 229, - 1.64, - 230, - 1.959, - 237, - 1.642, - 247, - 0.677, + 1.469, + 231, + 3.006, + 236, + 4.014, 256, - 1.096, - 263, - 1.625, - 271, - 1.807, + 1.809, + 269, + 1.818, 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, - 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.588, + 313, + 4.44, + 342, + 3.588, + 524, + 2.683, 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, + 4.06, + 646, + 5.043, + 675, + 3.072, + 683, + 4.227, + 691, + 2.451, + 692, + 3.006, + 729, + 5.764, 808, - 1.324, - 810, - 2.269, - 815, - 2.978, - 825, - 4.343, - 830, - 3.042, - 831, - 3.042, - 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, - 860, - 1.429, - 862, - 2.943, - 889, - 2.797, - 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, + 4.263, + 924, + 3.804, + 996, + 5.043, + 1066, + 3.902, + 1067, + 2.617, + 1104, + 2.789, 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, - 2506, - 2.404, - 2509, - 2.269, - 2533, - 4.983, - 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, - 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, - 5731, - 4.983, - 5732, - 3.728, - 5733, - 4.983, - 5734, - 3.409, - 5735, - 3.409, - 5736, - 3.728, - 5737, - 5.807, - 5738, - 3.728, - 5739, - 3.728, - 5740, - 3.728, - 5741, - 3.728, - 5742, - 3.728, - 5743, - 3.728, - 5744, - 3.728, - 5745, - 3.728, - 5746, - 3.728, - 5747, - 3.728, - 5748, - 3.728, - 5749, - 3.728, - 5750, - 3.728, - 5751, - 3.728 + 4.377, + 1323, + 3.346, + 1511, + 4.319, + 1882, + 3.556, + 2007, + 5.063, + 2020, + 5.852, + 2024, + 3.622, + 2089, + 4.502, + 2339, + 6.875, + 3252, + 5.4, + 3391, + 8.121, + 4730, + 9.9, + 5540, + 8.012, + 5541, + 8.012, + 5542, + 8.012, + 5543, + 8.012, + 5544, + 8.012, + 5545, + 8.012, + 5546, + 8.012, + 5547, + 8.012, + 5548, + 8.012, + 5549, + 8.012, + 5550, + 6.268 ] ], [ - "type/manuals/ads", + "type/manuals/editor", [ 0, 0.731 ] ], [ - "data/manuals/ads", + "data/manuals/editor", [ 0, - 0.841, + 0.285, 1, - 1.756, + 0.594, 2, - 1.738, + 0.588, 3, - 1.802, + 0.61, 4, - 1.802, + 0.61, 5, - 1.812, + 0.613, 6, - 1.812, + 0.613, 7, - 1.58, + 1.54, 8, - 1.154, + 3.056, 9, - 0.766, + 1.746, 10, - 1.951, + 1.312, 11, - 1.077, + 1.43, 12, - 4.738, - 13, - 2.271, - 16, - 0.965, + 1.06, 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.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, - 5760, - 6.867, - 5761, - 6.867, - 5762, - 6.867 - ] - ], - [ - "type/manuals/live-update-scripting", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/live-update-scripting", - [ - 7, - 1.535, - 8, - 0.461, - 9, - 0.957, - 10, - 0.657, - 11, - 1.05, - 13, - 1.191, - 16, - 0.916, - 21, - 2.255, - 22, - 2.162, + 1.142, + 20, + 1.402, 23, - 2.06, - 26, - 1.87, - 28, - 2.477, - 29, - 1.27, - 30, - 1.104, - 32, - 2.102, - 33, - 1.38, - 34, - 2.054, - 41, - 1.047, + 2.327, + 36, + 2.029, + 38, + 1.074, + 42, + 0.717, + 44, + 0.97, + 45, + 1.566, 46, - 1.002, + 1.682, 48, - 1.002, + 3.516, + 49, + 3.913, + 50, + 3.363, 51, - 1.611, + 2.883, 52, - 1.199, + 2.036, + 54, + 1.103, + 56, + 0.904, + 57, + 1.335, 59, - 1.53, - 62, - 1.676, + 1.043, + 60, + 1.432, + 61, + 1.44, + 65, + 2.601, 67, - 1.262, + 3.408, 68, - 1.583, + 4.953, + 69, + 2.419, 70, - 1.27, + 3.646, 71, - 1.621, + 3.556, + 73, + 5.191, 74, - 0.878, + 4.299, + 75, + 2.67, + 76, + 2.739, 77, - 0.718, + 1.532, + 78, + 1.752, + 79, + 0.952, + 82, + 1.566, + 84, + 2.224, + 85, + 4.425, 86, - 1.3, + 0.754, + 87, + 1.468, + 90, + 1.227, 91, - 1.381, + 3.365, + 92, + 1.584, + 93, + 3.319, 94, - 2.413, + 1.081, 96, - 2.12, - 97, - 1.73, + 0.736, 99, - 2.822, - 101, - 2.684, + 1.055, + 100, + 1.624, 102, - 1.671, + 1.553, 103, - 2.086, - 104, - 3.473, - 105, - 4.729, + 1.185, 106, - 3.123, + 1.487, 107, - 4.041, + 1.84, 108, - 2.637, + 2.319, + 109, + 1.471, 110, - 3.523, + 2.399, 111, - 3.604, - 112, - 2.276, - 117, - 4.159, - 119, - 1.148, + 0.97, + 113, + 1.664, + 116, + 0.904, 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, + 0.768, + 122, + 1.89, + 126, + 1.566, + 143, + 1.126, + 148, + 2.087, + 152, + 1.498, + 153, + 2.46, 158, - 2.681, - 159, - 1.351, - 160, - 1.25, - 161, - 1.705, - 162, - 0.926, - 184, - 1.613, - 190, - 1.608, - 191, - 1.767, + 0.679, + 169, + 1.1, + 172, + 2.244, + 174, + 0.947, + 177, + 2.742, 193, - 1.193, + 1.44, + 194, + 1.108, 196, - 2.681, + 0.803, + 197, + 0.798, + 198, + 2.684, + 199, + 0.995, 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, + 1.945, + 202, + 2.209, + 203, + 1.252, + 204, + 2.978, + 206, + 4.778, + 207, + 1.314, + 208, + 3.47, + 210, + 0.939, + 211, + 1.04, + 215, + 1.164, + 219, + 1.817, + 225, + 2.661, + 226, + 1.689, + 229, + 1.522, + 230, + 0.809, + 231, + 3.817, + 234, + 1.325, + 235, + 2.495, + 236, + 1.164, + 239, + 1.022, + 240, + 1.464, + 241, + 1.457, + 243, + 1.151, + 247, + 1.703, + 249, + 1.114, + 250, + 1.989, + 251, + 1.819, + 253, + 1.978, + 256, + 1.536, + 257, + 0.918, + 260, + 0.783, + 268, + 1.695, + 269, + 1.678, + 280, + 0.911, + 281, + 1.44, 295, - 1.784, + 1.819, 300, - 0.771, - 303, - 1.504, - 309, - 2.801, - 316, - 1.083, - 318, - 1.468, - 343, - 2.442, - 350, - 2.631, - 393, - 3.222, + 1.287, + 305, + 2.286, + 306, + 3.652, + 307, + 2.286, + 313, + 0.911, + 328, + 2.362, + 353, + 0.925, + 360, + 1.817, + 361, + 2.893, + 368, + 1.123, + 371, + 4.362, + 382, + 0.836, + 386, + 2.124, + 390, + 1.663, + 392, + 2.127, 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, + 1.566, + 411, + 1.206, + 412, + 2.661, + 428, + 1.39, + 433, + 1.609, + 452, + 0.675, + 456, + 2.775, + 457, + 0.825, + 464, + 1.817, + 471, + 0.623, + 502, + 1.53, 509, - 2.024, + 4.309, + 519, + 3.387, + 521, + 1.374, 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, + 2.049, + 524, + 1.322, + 533, + 1.287, + 534, + 1.092, + 554, + 1.932, + 555, + 1.229, + 561, + 2.156, + 573, + 0.872, + 574, + 1.114, + 579, + 1.164, + 581, + 1.252, 594, - 1.48, - 611, - 1.599, - 633, - 1.955, + 4.808, + 600, + 3.548, + 601, + 0.847, + 614, + 0.911, + 629, + 2.046, + 631, + 1.151, + 635, + 1.53, 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, + 1.974, + 648, + 1.126, + 659, + 2.252, + 672, + 1.07, + 673, + 2.286, + 675, + 0.891, + 676, + 1.06, + 681, + 2.975, + 683, + 0.987, + 685, + 0.947, + 689, + 1.04, + 691, + 0.711, + 692, + 2.278, + 701, + 2.705, + 703, + 0.911, + 710, + 1.126, + 717, + 1.367, + 723, + 2.403, + 738, + 1.39, + 740, + 1.177, + 747, + 1.305, + 768, + 2.124, + 771, + 4.028, + 772, + 2.727, + 773, + 0.842, + 774, + 1.05, + 775, + 1.287, + 785, + 3.88, + 789, + 1.752, + 793, + 1.081, + 795, + 1.498, + 807, + 1.345, + 819, + 3.029, + 823, + 1.53, + 824, + 1.817, + 825, + 1.817, + 834, + 1.151, + 845, + 1.566, + 856, + 0.932, + 859, + 1.164, + 877, + 1.53, + 893, + 1.993, + 894, + 0.918, + 895, + 1.114, + 901, + 1.706, + 910, + 1.236, + 912, + 1.498, + 923, + 1.138, + 924, + 1.103, + 931, + 2.699, + 932, + 1.648, + 934, + 1.648, + 935, + 1.151, 939, - 1.917, + 3.007, + 941, + 0.911, + 947, + 2.074, + 975, + 1.114, 977, - 1.995, - 998, - 1.71, - 1045, - 2.832, - 1078, - 1.504, + 1.236, + 994, + 6.141, + 995, + 1.468, + 996, + 1.177, + 999, + 1.07, + 1007, + 2.909, + 1010, + 2.115, + 1043, + 1.004, + 1064, + 2.975, + 1072, + 1.896, + 1097, + 3.191, + 1107, + 1.956, + 1112, + 2.124, 1113, - 2.818, - 1129, - 1.556, - 1156, - 3.573, - 1166, - 1.71, - 1176, - 2.555, + 1.817, + 1126, + 1.151, + 1127, + 1.697, + 1133, + 2.705, + 1155, + 1.914, + 1188, + 1.934, 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, + 2.978, + 1207, + 1.697, + 1212, + 3.221, + 1213, + 1.752, + 1214, + 5.247, + 1217, + 1.752, + 1250, + 1.305, + 1256, + 1.44, + 1258, + 2.601, + 1265, + 3.221, + 1275, + 1.648, + 1284, + 1.498, + 1286, + 4.307, + 1291, + 1.39, + 1293, + 1.752, + 1323, + 0.97, + 1332, + 1.597, + 1344, + 4.707, + 1382, + 1.287, + 1387, + 1.498, + 1403, + 1.103, + 1411, + 0.995, + 1413, + 3.696, + 1426, + 2.403, + 1441, + 1.697, + 1479, + 1.367, + 1486, + 1.648, + 1491, + 1.896, + 1493, + 1.605, + 1495, + 1.287, 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, + 4.194, + 1541, + 1.252, + 1566, + 2.978, + 1570, + 1.566, + 1603, + 2.124, + 1616, + 1.468, + 1628, + 1.635, + 1629, + 1.04, + 1662, + 1.736, + 1689, + 2.801, + 1690, + 1.566, + 1725, + 1.468, + 1727, + 1.896, + 1774, + 2.001, + 1804, + 1.114, + 1814, + 2.306, + 1848, + 2.495, + 1871, + 1.126, 1882, - 2.276, - 1902, - 1.942, - 1981, - 1.942, - 2006, + 2.285, + 1884, + 0.987, + 1894, + 2.601, + 1908, + 1.05, + 1933, + 4.418, + 1939, + 3.76, + 1948, + 1.236, + 1974, + 5.55, + 1975, + 0.294, + 1989, + 2.252, + 1997, + 1.325, + 1999, + 1.287, + 2049, + 1.468, + 2054, + 1.325, + 2057, + 3.253, + 2080, + 1.566, + 2130, + 1.896, + 2136, + 1.53, + 2158, + 1.566, + 2217, + 2.403, + 2345, + 1.697, + 2346, + 1.367, + 2360, + 1.252, + 2423, + 1.752, + 2429, + 1.817, + 2431, + 1.993, + 2434, + 1.648, + 2441, + 1.22, + 2442, + 1.697, + 2516, + 2.801, + 2540, + 2.187, + 2827, + 1.896, + 2833, + 3.61, + 2834, + 3.883, + 2837, + 3.253, + 2850, + 1.752, + 2852, + 1.697, + 2918, + 1.752, + 2961, + 1.697, + 2969, + 1.752, + 2981, + 1.605, + 2991, + 4.58, + 3146, + 4.707, + 3204, + 1.752, + 3420, + 1.993, + 3486, + 1.605, + 3506, + 1.896, + 3558, + 3.221, + 3572, + 1.752, + 3574, + 3.76, + 3575, + 2.124, + 3693, + 1.498, + 3696, + 1.896, + 3710, + 1.896, + 3897, + 2.495, + 4207, + 1.605, + 4227, + 1.817, + 4234, + 3.61, + 4242, + 1.648, + 4247, + 1.896, + 4353, + 1.817, + 4360, + 3.387, + 4363, + 2.124, + 4364, + 1.648, + 4369, + 1.817, + 4375, + 2.124, + 4389, + 1.993, + 4412, + 2.124, + 4429, + 3.221, + 4595, + 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, + 5552, + 3.948, + 5553, + 4.027, + 5554, + 1.993, + 5555, 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, - 5766, - 7.369, - 5767, - 3.602, - 5768, - 3.602, - 5769, - 3.602, - 5770, - 6.978, - 5771, - 3.602, - 5772, - 8.588, - 5773, - 3.602, - 5774, - 3.294, - 5775, - 3.602, - 5776, - 3.602, - 5777, - 3.294, - 5778, - 3.602, - 5779, - 3.602, - 5780, - 5.653, - 5781, - 3.602, - 5782, - 7.228, - 5783, - 3.602, - 5784, - 7.904, - 5785, - 6.381, - 5786, - 3.602, - 5787, - 5.653, - 5788, - 5.653, - 5789, - 5.653, - 5790, - 5.653, - 5791, - 5.653, - 5792, - 3.602, - 5793, - 6.978, - 5794, - 5.17, - 5795, - 3.091, - 5796, - 5.653, - 5797, - 5.653, - 5798, - 6.978, - 5799, - 5.653, - 5800, - 8.588, - 5801, - 3.294, - 5802, - 5.653, - 5803, - 3.294, - 5804, - 3.602, - 5805, - 2.939, - 5806, - 3.602, - 5807, - 3.294 + 5556, + 1.896, + 5557, + 2.323, + 5558, + 2.323, + 5559, + 2.323, + 5560, + 2.323, + 5561, + 2.323, + 5562, + 2.124, + 5563, + 2.124, + 5564, + 2.323, + 5565, + 1.896, + 5566, + 2.323, + 5567, + 3.948, + 5568, + 2.323, + 5569, + 3.948, + 5570, + 4.58, + 5571, + 1.896, + 5572, + 2.323, + 5573, + 2.323, + 5574, + 2.124, + 5575, + 2.124, + 5576, + 2.323, + 5577, + 2.323, + 5578, + 2.323, + 5579, + 2.323, + 5580, + 2.323, + 5581, + 2.323, + 5582, + 2.323, + 5583, + 3.948, + 5584, + 2.323, + 5585, + 2.124, + 5586, + 2.124, + 5587, + 2.323, + 5588, + 2.323 ] ], [ - "type/manuals/editor", + "type/manuals/introduction", [ 0, 0.731 ] ], [ - "data/manuals/editor", + "data/manuals/introduction", [ 0, - 0.283, + 0.985, 1, - 0.592, + 1.158, 2, - 0.586, + 2.035, 3, - 0.607, + 1.188, 4, - 0.607, + 1.188, 5, - 0.61, + 1.194, 6, - 0.61, + 1.194, 7, - 1.539, - 8, - 1.334, + 1.511, 9, - 0.951, + 3.227, 10, - 1.105, + 2.233, 11, - 1.054, - 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, + 1.64, + 18, + 1.066, + 20, + 1.41, + 36, + 1.603, + 38, + 0.988, 42, - 1.223, - 44, - 1.579, + 2.004, 46, - 1.428, - 48, - 1.685, - 51, - 1.622, + 1.473, + 49, + 2.328, + 52, + 1.246, + 55, + 2.171, + 57, + 1.491, + 59, + 1.087, 60, - 1.604, - 63, - 1.11, - 64, - 2.486, - 67, - 2.121, - 68, - 1.675, - 70, + 1.259, + 76, + 2.408, + 77, + 1.843, + 79, + 0.963, + 99, + 1.06, + 102, + 1.158, + 106, 1.942, - 71, + 107, + 1.81, + 109, + 2.508, + 113, + 1.906, + 116, + 1.761, + 119, + 2.293, + 121, + 3.147, + 125, + 1.377, + 126, + 1.767, + 148, + 1.381, + 153, + 2.68, + 158, + 1.968, + 160, + 2.617, + 169, + 1.002, + 172, + 1.973, + 194, + 1.467, + 197, + 1.555, + 198, + 1.833, + 201, + 1.513, + 229, + 1.234, + 230, + 2.798, + 239, + 1.99, + 243, + 2.242, + 244, + 1.735, + 256, + 1.022, + 260, + 2.709, + 265, + 2.981, + 268, + 2.036, + 269, + 2.159, + 273, + 1.117, + 300, + 2.507, + 305, + 2.621, + 313, + 1.775, + 324, + 2.581, + 331, + 3.211, + 332, + 1.506, + 350, + 2.708, + 353, + 3.2, + 359, + 1.99, + 368, + 1.287, + 382, + 2.422, + 390, + 1.906, + 392, + 2.358, + 434, + 2.106, + 436, + 2.981, + 440, + 5.266, + 441, + 3.372, + 446, + 3.372, + 452, + 2.588, + 454, + 4.112, + 457, + 2.39, + 459, + 3.132, + 460, + 3.306, + 471, + 1.213, + 480, + 2.981, + 486, + 3.541, + 521, + 1.575, + 548, + 2.981, + 550, + 2.106, + 552, + 1.346, + 554, + 1.698, + 555, + 1.409, + 561, + 1.434, + 567, + 2.349, + 573, + 1.698, + 577, + 1.775, + 588, + 2.349, + 590, + 3.33, + 596, + 2.473, + 633, + 2.293, + 636, + 2.581, + 637, + 5.739, + 648, + 2.194, + 651, + 3.883, + 674, + 2.267, + 676, + 2.065, + 677, 2.085, - 72, - 0.914, - 74, + 692, + 2.526, + 701, + 3.537, + 728, + 2.218, + 735, + 3.229, + 754, + 2.708, + 758, + 2.009, + 765, + 1.586, + 769, + 2.918, + 799, + 4.098, + 808, + 4.277, + 815, + 2.806, + 839, + 3.414, + 917, + 3.634, + 923, + 3.298, + 945, + 2.918, + 947, + 4.999, + 948, + 2.66, + 977, + 2.408, + 984, + 3.414, + 985, + 3.306, + 1043, + 1.956, + 1104, + 1.575, + 1120, + 2.663, + 1184, + 2.86, + 1188, + 2.218, + 1206, + 3.211, + 1235, + 2.918, + 1260, + 2.663, + 1290, + 3.541, + 1291, + 4.028, + 1322, + 2.32, + 1340, + 3.211, + 1411, + 1.939, + 1413, + 2.755, + 1432, + 4.517, + 1445, + 5.702, + 1457, + 3.961, + 1460, + 2.543, + 1499, + 2.708, + 1507, + 4.173, + 1511, + 2.44, + 1512, + 5.776, + 1541, + 4.798, + 1546, + 2.349, + 1596, + 2.408, + 1638, + 5.079, + 1666, + 2.806, + 1681, + 1.939, + 1874, + 5.238, + 1882, + 2.009, + 1884, + 2.859, + 1936, + 2.507, + 1948, + 4.736, + 1973, + 2.708, + 2049, + 2.86, + 2084, + 2.918, + 2089, + 4.517, + 2093, + 3.414, + 2180, + 5.295, + 2253, + 3.693, + 2308, + 3.126, + 2372, + 3.541, + 2440, + 2.194, + 2494, + 3.541, + 2614, + 5.078, + 2649, + 2.708, + 2786, + 3.541, + 2801, + 3.306, + 2821, + 3.306, + 2847, + 4.138, + 2934, + 3.693, + 2955, + 3.839, + 2974, + 3.541, + 3014, + 6.288, + 3096, + 5.776, + 3113, + 3.883, + 3158, + 4.138, + 3165, + 3.693, + 3361, + 3.693, + 3417, + 3.883, + 3568, + 3.693, + 3610, + 2.44, + 3727, + 4.098, + 3734, + 4.138, + 3973, + 4.138, + 4245, + 3.693, + 4532, + 3.693, + 4547, + 4.138, + 4552, + 3.541, + 4802, + 3.883, + 4877, + 3.306, + 5139, + 3.883, + 5160, + 3.541, + 5169, + 4.138, + 5198, + 3.693, + 5589, + 4.526, + 5590, + 6.732, + 5591, + 4.138, + 5592, + 4.526, + 5593, + 8.7, + 5594, + 6.732, + 5595, + 3.693, + 5596, + 6.156, + 5597, + 4.526, + 5598, + 4.526, + 5599, + 4.526, + 5600, + 4.526, + 5601, + 4.526, + 5602, + 4.526, + 5603, + 4.526, + 5604, + 4.138, + 5605, + 4.526, + 5606, + 4.526, + 5607, + 4.526, + 5608, + 4.526, + 5609, + 6.732, + 5610, + 4.526, + 5611, + 4.526, + 5612, + 4.526, + 5613, + 4.526, + 5614, + 4.138 + ] + ], + [ + "type/manuals/label", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/label", + [ + 0, + 0.519, + 1, + 1.084, + 2, 1.073, + 3, + 1.112, + 4, + 1.112, + 5, + 1.118, + 6, + 1.118, + 7, + 1.562, + 8, + 2.161, + 9, + 1.437, + 18, + 1.148, + 20, + 1.415, + 36, + 1.541, + 38, + 1.205, + 46, + 1.388, + 50, + 5.124, + 54, + 2.011, + 57, + 1.43, + 59, + 0.939, + 60, + 2.15, + 62, + 1.41, + 63, + 2.054, + 70, + 3.254, 75, - 2.884, + 3.788, 77, - 2.027, - 80, - 1.813, - 83, - 3.64, + 1.915, + 78, + 1.88, + 79, + 0.961, 86, - 1.682, + 1.376, + 88, + 3.409, 90, - 1.492, - 94, - 0.8, + 2.479, + 91, + 1.446, + 92, + 3.456, + 96, + 3.083, 97, - 0.708, + 1.852, + 99, + 1.06, + 100, + 1.825, 101, - 1.098, + 4.716, + 103, + 0.975, + 104, + 3.915, + 105, + 2.571, + 106, + 1.657, + 107, + 1.219, 110, - 1.309, - 111, - 1.318, - 123, - 0.838, - 137, - 1.098, - 141, - 1.661, - 147, - 2.257, + 1.674, + 113, + 1.284, + 117, + 2.493, + 122, + 1.319, + 124, + 3.368, + 125, + 1.289, + 126, + 0.841, + 132, + 2.959, + 142, + 2.297, + 148, + 1.585, 149, - 1.885, - 150, - 3.54, + 1.613, 151, - 1.519, + 2.633, 152, - 2.681, - 157, - 2.731, - 158, - 1.741, + 2.732, + 153, + 2.207, + 154, + 2.677, + 155, + 2.677, + 156, + 4.546, 159, - 0.868, + 5.725, 160, - 1.485, - 161, - 1.563, - 162, - 1.557, + 1.883, + 165, + 1.832, 166, - 2.904, - 171, - 2.354, - 172, - 2.724, + 3.011, + 167, + 2.591, + 170, + 1.625, + 174, + 1.727, 175, - 2.663, - 190, - 1.119, - 198, - 2.217, + 3.754, + 177, + 2.364, + 178, + 2.387, + 194, + 1.41, + 201, + 1.736, + 202, + 2.08, + 206, + 2.054, + 207, + 1.41, + 208, + 2.818, + 210, + 1.713, + 212, + 5.131, 216, - 1.524, - 217, - 0.928, - 220, - 1.985, - 221, - 1.928, - 223, - 1.282, + 4.647, 224, - 2.032, - 225, - 2.278, - 227, - 4.301, - 228, - 1.813, - 229, - 3.645, + 2.677, 230, - 4.354, - 233, - 1.598, + 1.475, + 236, + 2.123, 237, - 1.182, - 242, - 2.278, - 247, - 0.715, + 1.952, + 239, + 2.818, + 240, + 2.197, + 244, + 1.625, + 250, + 1.637, + 251, + 1.952, 256, - 2.315, + 2.197, + 257, + 2.531, + 261, + 3.928, 263, - 3.053, - 264, - 1.046, - 267, - 1.077, - 273, - 0.9, - 277, - 0.78, - 278, - 2.738, - 279, - 1.247, + 1.916, + 268, + 1.888, + 269, + 0.961, 285, - 1.146, - 290, - 0.805, - 291, - 0.795, + 3.857, + 286, + 5.949, + 287, + 2.927, 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, + 2.952, + 305, + 3.71, + 306, + 1.863, + 307, + 3.71, + 320, + 2.535, + 327, + 2.927, 328, - 1.087, - 339, - 1.476, + 5.153, + 329, + 5.643, + 330, + 2.746, + 331, + 3.006, + 332, + 1.41, + 333, + 1.205, + 335, + 2.791, + 336, + 3.196, + 337, + 4.049, 343, - 1.459, - 346, - 0.9, - 347, - 1.11, - 349, - 1.231, - 355, - 0.983, + 2.627, + 344, + 4.703, + 357, + 7.012, + 359, + 1.863, 361, - 1.231, + 4.341, + 363, + 3.457, 364, - 0.936, + 3.457, + 365, + 3.315, 366, - 2.32, + 3.315, + 368, + 1.205, 369, - 0.733, - 375, - 1.319, - 384, - 0.983, - 391, - 3.36, - 393, - 0.943, - 394, - 1.146, - 395, - 0.914, - 399, - 1.745, + 5.207, + 380, + 1.504, + 381, + 4.79, + 387, + 2.725, + 390, + 1.784, + 392, + 1.484, 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, + 2.856, + 419, + 2.677, 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, - 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, - 633, - 3.911, - 636, - 1.63, - 644, - 1.201, - 647, - 1.384, - 655, - 1.018, + 1.727, + 457, + 2.743, + 461, + 5.858, + 488, + 2.677, + 524, + 2.146, + 550, + 1.971, + 601, + 1.546, + 608, + 2.099, 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, - 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, - 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, - 1721, - 1.462, - 1756, - 3.686, - 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, - 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, - 3200, + 2.416, + 674, 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, + 683, + 1.8, + 750, + 2.054, + 751, + 1.713, + 901, + 1.831, + 931, + 1.754, + 939, + 2.099, + 941, + 1.661, + 951, + 2.493, + 965, + 3.457, + 975, + 3.073, + 1007, + 1.484, + 1035, + 6.11, + 1052, + 2.226, + 1155, + 2.054, + 1157, + 2.226, + 1195, + 3.457, + 1196, + 3.457, + 1216, + 2.254, + 1254, + 4.988, + 1260, + 2.493, + 1261, + 2.535, + 1273, + 6.654, + 1291, + 2.535, + 1790, + 3.006, + 1793, + 4.982, + 1806, + 2.927, + 1848, + 2.677, + 2323, + 3.6, + 2597, + 6.755, + 2738, + 2.732, + 2875, + 2.579, + 2886, + 3.094, + 2915, + 3.315, + 3673, + 3.196, 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, - 5808, - 3.934, - 5809, - 3.934, - 5810, - 4.015, - 5811, - 1.985, - 5812, - 5.537, - 5813, - 2.314, - 5814, - 2.314, - 5815, - 2.314, - 5816, - 2.314, - 5817, - 2.314, - 5818, - 2.314, - 5819, - 2.116, - 5820, - 2.116, - 5821, - 2.314, - 5822, - 2.314, - 5823, - 3.934, - 5824, - 2.314, - 5825, - 3.934, - 5826, - 1.888, - 5827, - 2.314, - 5828, - 2.314, - 5829, - 2.116, - 5830, - 2.116, - 5831, - 2.314, - 5832, - 2.314, - 5833, - 2.314, - 5834, - 2.314, - 5835, - 2.314, - 5836, - 2.314, - 5837, - 2.314, - 5838, - 3.934, - 5839, - 2.314, - 5840, - 2.314, - 5841, - 2.314 + 3.094, + 3870, + 3.874, + 4325, + 3.635, + 4966, + 3.196, + 5097, + 3.315, + 5615, + 4.237, + 5616, + 6.629, + 5617, + 10.103, + 5618, + 3.874, + 5619, + 4.237, + 5620, + 4.237, + 5621, + 6.407, + 5622, + 6.407 ] ], [ - "type/manuals/glossary", + "type/manuals/extensions-script-api", [ 0, 0.731 ] ], [ - "data/manuals/glossary", + "data/manuals/extensions-script-api", [ 0, - 0.344, + 0.915, 1, - 0.402, + 1.91, 2, - 1.494, + 1.891, 3, - 0.412, + 1.96, 4, - 0.412, + 1.96, 5, - 0.415, + 1.97, 6, - 0.415, + 1.97, 7, - 1.548, - 8, - 1.439, - 9, - 1.015, - 10, - 2.016, - 11, - 1.049, - 12, - 0.826, - 13, - 3.032, - 16, - 1.054, - 19, - 1.626, - 21, - 0.944, - 22, - 2.393, - 23, - 2.295, - 24, - 1.736, - 26, - 1.02, - 28, - 0.558, - 29, - 1.439, - 30, - 1.113, - 31, - 1.884, - 32, - 1.638, - 33, - 1.48, - 37, - 3.207, + 1.505, + 18, + 1.083, + 20, + 1.467, 38, - 0.896, + 0.829, 39, - 1.503, - 41, - 2.101, - 42, - 1.266, - 43, - 0.94, - 44, - 1.526, - 45, - 3.768, + 2.01, + 57, + 1.55, + 59, + 0.674, + 60, + 2.078, + 77, + 1.547, + 79, + 0.809, + 97, + 2.159, + 107, + 1.421, + 111, + 3.119, + 126, + 1.482, + 142, + 2.22, + 148, + 1.953, + 165, + 2.997, + 169, + 1.111, + 202, + 3.989, + 231, + 2.802, + 247, + 4.085, + 263, + 3.301, + 268, + 2.14, + 452, + 2.171, + 481, + 4.259, + 500, + 4.027, + 574, + 4.567, + 588, + 3.875, + 735, + 3.582, + 880, + 3.62, + 1067, + 3.424, + 1221, + 5.193, + 1272, + 4.652, + 1295, + 3.573, + 1406, + 3.408, + 1459, + 3.044, + 1465, + 2.634, + 1606, + 6.861, + 1636, + 6.604, + 2089, + 4.197, + 2164, + 3.227, + 2189, + 5.275, + 2389, + 4.325, + 2737, + 6.408, + 2778, + 4.92, + 2950, + 9.049, + 4780, + 5.455, + 4782, + 6.829, + 5623, + 9.668 + ] + ], + [ + "type/manuals/script-properties", + [ + 0, + 0.731 + ] + ], + [ + "data/manuals/script-properties", + [ + 0, + 0.68, + 1, + 1.421, + 2, + 1.406, + 3, + 1.458, + 4, + 1.458, + 5, + 1.465, + 6, + 1.465, + 7, + 1.538, + 10, + 1.951, + 18, + 1.106, + 20, + 1.301, + 36, + 1.107, 46, - 1.287, - 48, - 1.782, - 51, - 1.284, - 52, - 1.539, - 53, - 1.013, + 1.6, + 49, + 1.92, + 50, + 3.077, 57, - 0.974, + 0.711, + 59, + 0.966, 60, - 2.166, - 63, - 1.825, - 67, - 0.983, - 68, - 0.357, - 70, - 1.7, - 71, - 1.808, - 72, - 0.621, - 73, - 0.685, - 74, - 1.281, + 2.512, 77, - 2.004, + 1.869, 79, - 1.059, + 0.876, 86, - 1.582, - 88, - 3.378, + 1.803, + 90, + 1.86, 91, - 0.603, + 1.896, 92, - 0.964, - 93, - 0.731, + 4.502, + 96, + 1.76, 97, - 0.481, + 3.341, + 99, + 0.996, 100, - 2.238, + 1.042, 101, - 1.333, - 102, - 2.66, + 2.692, + 103, + 1.797, 106, - 2.53, - 131, - 0.896, - 136, - 1.115, - 137, - 1.464, - 138, - 2.699, - 140, - 1.753, - 141, - 1.448, - 145, - 1.185, - 146, - 1.109, - 147, - 0.691, + 1.398, + 107, + 1.057, + 108, + 1.633, + 109, + 2.069, + 116, + 2.161, + 119, + 3.956, + 126, + 1.102, + 148, + 1.601, 149, - 2.25, - 151, - 1.843, - 152, - 2.217, + 2.971, + 150, + 1.976, 153, - 1.892, - 157, - 0.836, - 158, - 0.952, + 2.222, + 155, + 5.704, + 156, + 6.467, 159, - 1.427, + 3.268, 160, - 1.876, + 3.033, 161, - 1.665, - 162, - 2.434, - 163, - 3.009, - 164, - 2.903, + 6.084, + 165, + 2.581, 166, - 3.586, + 2.61, 167, - 1.709, - 172, - 2.253, - 176, - 1.148, - 179, - 2.632, - 182, - 0.631, - 190, - 1.082, - 193, - 0.332, - 195, - 2.051, - 196, - 1.802, - 198, - 1.243, - 217, - 0.631, - 219, - 0.796, - 221, - 0.77, - 223, - 0.871, - 224, - 1.047, - 234, - 2.394, - 237, - 0.876, - 241, - 2.453, - 244, - 4.523, + 3.96, + 169, + 1.161, + 170, + 2.993, + 174, + 2.264, + 175, + 4.664, + 177, + 1.699, + 178, + 3.363, + 194, + 1.424, + 197, + 1.908, + 201, + 1.754, + 206, + 2.692, + 207, + 1.848, + 208, + 2.443, + 215, + 2.782, + 226, + 2.172, + 230, + 1.933, 247, - 1.564, - 248, - 1.269, + 1.837, 256, - 1.734, + 1.763, + 261, + 2.359, 263, - 1.65, - 264, - 1.269, + 2.699, + 268, + 1.594, + 269, + 1.771, 273, - 0.612, - 277, - 0.946, - 279, - 0.847, - 281, - 0.787, - 285, - 2.922, - 288, - 1.8, - 289, - 0.993, + 1.927, 290, - 2.633, - 291, - 1.307, - 294, - 2.595, - 295, - 0.778, - 297, - 1.848, + 2.161, 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, - 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, - 351, - 2.291, - 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, + 3.509, + 333, + 2.785, 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, - 442, - 1.81, - 444, - 2.493, - 446, - 1.652, - 450, - 0.94, - 451, - 2.404, - 452, - 1.849, - 457, - 2.493, - 460, - 0.673, - 463, - 1.148, - 469, - 0.603, - 473, - 1.884, - 477, - 1.229, - 478, - 0.656, - 481, - 2.213, - 482, - 1.282, - 484, - 2.409, - 487, - 1.229, - 488, - 1.086, - 491, - 1.932, + 1.579, + 382, + 1.998, + 387, + 1.959, + 472, + 2.559, 502, - 2.83, - 514, - 1.351, - 521, - 0.616, - 525, - 0.585, - 526, - 1.035, - 530, - 2.107, - 533, - 2.051, - 547, - 0.835, - 553, - 0.883, - 554, - 3.488, - 564, - 3.364, - 567, - 0.925, - 568, - 0.646, - 569, - 2.354, - 570, - 0.871, - 576, - 2.473, - 581, - 1.235, - 583, - 1.01, + 3.659, + 524, + 3.583, + 577, + 3.061, + 587, + 3.743, + 588, + 2.882, 594, - 0.646, - 595, - 3.119, - 607, - 1.844, - 610, - 1.059, - 612, - 1.306, - 624, - 0.787, - 631, - 3.657, - 633, - 1.599, - 634, - 3.831, - 636, - 2.834, - 637, - 2.767, - 638, - 1.709, - 640, - 1.293, - 643, - 1.013, - 644, - 0.815, - 652, - 2.409, - 659, - 1.101, - 662, - 1.774, - 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, + 3.597, + 600, + 2.664, + 602, + 2.246, + 692, + 2.084, + 710, + 2.692, + 765, + 1.946, + 807, + 3.216, + 808, + 2.955, 811, - 1.948, - 812, - 0.704, - 813, - 0.871, - 814, - 1.148, - 815, - 1.95, - 817, - 1.185, - 820, - 1.991, - 825, - 0.957, - 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, - 891, - 0.977, - 892, - 0.91, - 894, - 3.657, - 897, - 1.086, + 2.751, + 849, + 3.464, + 895, + 2.664, 901, 2.4, - 906, - 2.868, - 911, - 2.409, - 912, - 0.993, 914, - 0.925, - 917, - 1.185, - 919, - 0.778, - 920, - 0.993, - 933, - 3.031, - 940, - 1.035, - 943, - 2.238, - 957, - 1.035, - 962, - 2.43, - 966, - 1.348, - 972, - 2.599, - 976, - 1.849, - 992, - 1.229, - 998, - 0.746, - 1005, - 2.409, + 3.77, + 915, + 2.13, + 931, + 2.137, + 941, + 2.178, + 960, + 3.529, + 979, + 3.529, + 983, + 3.581, + 1007, + 2.735, + 1010, + 2.282, 1011, - 0.717, - 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, - 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, - 1505, - 0.993, - 1506, - 2.117, - 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, - 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, - 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, - 1984, - 1.185, - 1988, - 2.564, - 1990, - 0.847, - 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, - 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, + 3.581, + 1016, + 3.509, + 1034, + 2.13, + 1043, + 2.4, + 1114, + 3.581, + 1203, + 4.765, + 1208, + 3.381, + 1259, + 3.509, + 1273, + 3.268, + 1295, + 2.084, + 1297, + 8.402, + 1298, + 3.509, + 1332, + 2.246, + 1472, + 4.043, + 1584, + 3.121, + 1592, + 3.94, + 1596, + 2.955, + 1599, + 3.509, + 1666, + 3.443, + 1675, + 2.994, + 1804, + 2.664, + 1806, + 3.836, + 1807, + 2.664, + 1833, + 5.078, + 1882, + 2.465, + 1884, + 2.359, + 1906, + 3.836, + 2121, + 3.268, + 2509, + 5.401, + 2517, + 4.189, + 2525, + 4.765, + 2616, + 4.056, 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, + 3.323, + 2890, + 5.078, + 2908, + 3.836, 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, + 4.189, + 3084, + 3.836, + 3087, + 3.581, + 3108, + 5.702, + 3366, + 3.94, + 3572, + 4.189, + 3679, + 5.889, + 3721, + 4.765, + 3787, + 4.056, + 3816, + 4.532, + 4296, + 4.345, + 4441, + 4.532, + 5158, + 6.107, + 5624, + 4.765, + 5625, + 5.078, + 5626, + 7.806, + 5627, + 5.554, + 5628, + 5.554, + 5629, + 10.699, + 5630, + 7.806, + 5631, + 5.554, + 5632, + 5.554, + 5633, + 7.806, + 5634, + 9.792, 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, - 5859, - 1.437, - 5860, - 1.571, - 5861, - 1.571, - 5862, - 1.571, - 5863, - 1.571, - 5864, - 1.571, - 5865, - 1.571, - 5866, - 1.437, - 5867, - 1.571, - 5868, - 1.571, - 5869, - 1.437, - 5870, - 1.571, - 5871, - 1.348, - 5872, - 1.571, - 5873, - 1.348, - 5874, - 1.571, - 5875, - 1.571, - 5876, - 1.571, - 5877, - 1.185, - 5878, - 1.571, - 5879, - 1.571, - 5880, - 1.185, - 5881, - 1.571, - 5882, - 1.571, - 5883, - 1.348, - 5884, - 2.807, - 5885, - 1.282 + 4.532, + 5636, + 5.554, + 5637, + 5.554, + 5638, + 5.554, + 5639, + 5.554, + 5640, + 5.554, + 5641, + 5.554 ] ], [ - "type/manuals/working-offline", + "type/manuals/gui-text", [ 0, 0.731 ] ], [ - "data/manuals/working-offline", + "data/manuals/gui-text", [ 0, - 0.614, + 0.793, 1, - 1.282, + 1.656, 2, - 1.269, + 1.639, 3, - 1.316, + 1.699, 4, - 2.238, + 1.699, 5, - 1.323, + 1.708, 6, - 1.323, + 1.708, 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, + 1.554, + 18, + 1.137, + 20, + 1.49, + 36, + 1.291, + 38, + 0.963, 46, - 2.019, - 48, - 2.019, - 49, - 1.792, - 51, - 0.941, - 52, - 3.111, - 67, - 2.542, - 68, - 2.121, - 71, - 2.283, + 0.923, + 54, + 3.073, + 57, + 1.465, + 58, + 5.075, + 59, + 0.783, + 60, + 2.907, + 70, + 3.653, 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, + 2.155, + 79, + 0.925, + 88, + 3.445, + 90, + 2.596, + 92, + 2.598, + 95, + 5.415, + 99, + 1.033, + 100, + 1.627, + 124, + 2.822, + 132, + 2.224, + 148, + 1.328, 151, - 1.714, + 2.66, 152, - 2.701, + 4.174, + 153, + 1.968, + 159, + 5.755, 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, + 1.903, + 165, + 2.987, + 167, + 2.618, + 175, + 4.263, + 178, + 3.231, + 196, + 2.239, + 201, + 1.455, + 207, + 2.155, + 212, + 3.012, + 216, + 4.893, + 226, + 1.801, + 256, + 2.208, + 257, + 4.128, + 261, + 4.437, + 268, + 2.133, + 269, + 1.469, + 285, + 3.884, + 286, + 5.991, + 287, + 4.472, 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, + 3.996, + 309, + 3.809, + 343, + 4.013, + 357, + 7.556, + 361, + 5.496, + 363, + 5.282, + 364, + 5.282, + 365, + 5.065, + 366, + 5.065, + 369, + 6.592, + 381, + 5.377, + 392, + 2.268, + 433, + 2.639, + 452, + 2.521, + 524, + 2.168, + 526, + 4.265, + 550, + 3.012, 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, + 2.314, + 691, + 1.981, + 754, + 3.873, + 975, + 3.105, + 980, + 4.174, + 1019, + 2.446, + 1025, + 2.558, + 1034, + 3.325, + 1035, + 6.938, + 1157, + 3.401, + 1260, + 3.809, + 1583, + 5.282, + 1607, + 3.749, + 1608, + 5.189, + 1609, + 3.749, + 1611, + 5.282, + 1612, + 5.92, + 1848, + 4.091, 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, - 5886, - 5.013, - 5887, - 8.528, - 5888, - 5.013, - 5889, - 5.013, - 5890, - 4.09, - 5891, - 5.013, - 5892, - 5.013, - 5893, - 5.013, - 5894, - 5.013, - 5895, - 5.013, - 5896, - 4.584 + 4.174, + 2640, + 4.593, + 2916, + 5.48, + 3888, + 4.728, + 4694, + 5.555, + 4966, + 4.883, + 5097, + 5.065, + 5642, + 6.474 ] ], [ - "type/manuals/physics-events", + "type/manuals/mesh", [ 0, 0.731 ] ], [ - "data/manuals/physics-events", + "data/manuals/mesh", [ 0, - 0.497, + 0.553, 1, - 1.037, + 1.154, 2, - 1.027, + 1.142, 3, - 1.064, + 1.184, 4, - 1.064, + 1.184, 5, - 1.07, + 1.19, 6, - 1.07, + 1.19, 7, - 1.552, + 1.55, 8, - 1.313, - 9, - 0.94, + 1.262, 10, - 1.131, - 11, - 0.934, - 13, - 1.341, - 16, - 0.679, + 1.452, 18, - 2.246, - 21, - 1.719, - 24, - 1.851, - 26, - 1.661, - 29, - 0.911, - 30, - 1.105, - 32, - 1.726, - 33, - 1.364, - 35, - 2.503, + 1.135, + 20, + 1.44, + 36, + 1.339, + 38, + 1.055, + 39, + 0.952, 42, - 0.966, + 0.819, + 44, + 3.351, 46, - 1.128, - 51, - 1.867, - 67, - 1.421, - 68, - 0.92, - 70, - 0.911, + 1.268, + 48, + 2.613, + 49, + 2.322, + 57, + 1.356, + 59, + 0.995, + 65, + 2.972, + 73, + 2.613, 74, - 0.935, + 2.851, + 75, + 1.984, + 76, + 2.4, 77, - 1.5, + 1.968, + 79, + 0.876, 86, - 1.364, - 91, - 1.555, + 1.465, + 90, + 2.118, 92, - 2.584, + 3.566, + 96, + 3.011, 99, - 2.735, + 1.073, + 100, + 1.668, + 101, + 4.606, 102, - 1.832, + 1.154, 103, - 2.348, + 1.039, 104, - 3.669, - 105, - 3.707, + 2.286, 106, - 3.932, - 108, - 4.319, - 110, - 3.312, - 111, - 3.333, - 117, - 3.823, + 1.203, + 107, + 1.278, + 109, + 1.681, + 113, + 1.607, 121, - 1.147, - 123, - 1.469, + 2.221, 125, - 1.64, - 127, - 1.694, - 129, - 2.055, - 135, - 1.521, - 137, - 0.922, - 141, - 1.242, + 2.043, + 126, + 1.764, + 128, + 2.21, + 140, + 2.079, + 142, + 1.341, + 146, + 2.21, 148, - 6.903, + 1.646, 149, - 2.622, + 1.717, + 150, + 1.7, + 151, + 2.76, 152, - 1.104, + 4.33, + 153, + 2.341, + 154, + 4.244, + 158, + 1.319, 160, - 1.625, - 161, - 1.23, - 163, - 5.043, - 166, - 3.351, - 172, - 3.02, - 179, - 4.171, - 190, - 2.139, - 193, - 1.308, + 1.974, + 169, + 1.482, + 170, + 1.73, + 175, + 2.927, + 185, + 2.12, + 194, + 0.823, 196, - 3.84, - 204, - 5.317, - 218, - 3.935, - 234, - 1.233, + 1.56, + 197, + 1.55, + 198, + 1.829, + 202, + 2.18, + 208, + 1.984, + 210, + 1.824, + 212, + 2.099, + 226, + 1.255, + 229, + 1.471, + 230, + 1.57, 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, + 2.079, + 247, + 2.653, + 250, + 4.095, + 251, + 2.079, + 256, + 1.811, + 261, + 2.852, + 263, + 1.349, + 266, + 2.98, + 268, + 1.371, + 269, + 1.524, + 273, + 1.658, + 306, + 1.984, + 307, + 2.613, + 311, + 6.127, + 320, + 2.699, + 330, + 3.901, + 333, + 3.436, + 334, + 4.444, + 341, + 2.164, + 368, + 1.283, + 369, + 3.041, + 371, + 2.37, + 380, 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, - 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, - 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, - 5897, - 6.877, - 5898, - 4.055, - 5899, - 4.055, - 5900, - 3.479, - 5901, - 4.055, - 5902, - 3.708, - 5903, - 5.666, - 5904, - 4.281, - 5905, - 4.055, - 5906, - 4.055, - 5907, - 5.666, - 5908, - 4.055, - 5909, - 3.479, - 5910, - 5.317, - 5911, - 8.207, - 5912, - 5.666, - 5913, - 4.055, - 5914, - 5.666, - 5915, - 5.666, - 5916, - 8.42, - 5917, - 4.055, - 5918, - 5.666, - 5919, - 6.453, - 5920, - 6.197, - 5921, - 4.055, - 5922, - 6.197, - 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 + 400, + 3.041, + 423, + 3.403, + 452, + 1.952, + 509, + 2.341, + 524, + 3.182, + 540, + 4.163, + 552, + 1.341, + 595, + 2.432, + 598, + 2.909, + 602, + 2.716, + 605, + 2.573, + 636, + 1.73, + 644, + 2.235, + 674, + 2.26, + 676, + 2.059, + 683, + 1.916, + 837, + 2.909, + 854, + 2.499, + 891, + 3.223, + 910, + 2.4, + 924, + 2.142, + 931, + 1.235, + 941, + 1.769, + 978, + 1.782, + 1007, + 1.58, + 1019, + 2.538, + 1041, + 3.627, + 1042, + 2.972, + 1051, + 3.2, + 1104, + 1.57, + 1144, + 2.573, + 1155, + 4.828, + 1157, + 2.37, + 1158, + 3.696, + 1172, + 2.286, + 1183, + 5.254, + 1228, + 6.259, + 1254, + 3.889, + 1255, + 3.116, + 1256, + 2.797, + 1257, + 2.797, + 1258, + 2.972, + 1259, + 2.851, + 1404, + 3.403, + 1596, + 2.4, + 1625, + 4.639, + 1676, + 7.414, + 1848, + 2.851, + 1862, + 3.681, + 1864, + 2.972, + 1879, + 4.065, + 1929, + 4.215, + 2002, + 3.529, + 2035, + 2.797, + 2078, + 2.851, + 2084, + 2.909, + 2121, + 2.655, + 2382, + 5.89, + 2496, + 3.403, + 2516, + 3.2, + 2690, + 2.613, + 2766, + 4.125, + 2783, + 3.2, + 2884, + 7.336, + 2885, + 3.403, + 2888, + 8.317, + 2889, + 3.871, + 2952, + 2.432, + 3071, + 3.041, + 3120, + 3.529, + 3124, + 3.116, + 3230, + 4.125, + 3325, + 3.295, + 3527, + 3.041, + 3802, + 3.295, + 3812, + 3.681, + 3813, + 3.681, + 4144, + 4.125, + 4542, + 5.762, + 4807, + 3.681, + 5212, + 3.871, + 5280, + 3.871, + 5397, + 3.295, + 5643, + 4.125, + 5644, + 4.511, + 5645, + 4.511, + 5646, + 6.141, + 5647, + 4.125, + 5648, + 3.871, + 5649, + 3.681, + 5650, + 4.125, + 5651, + 4.125, + 5652, + 6.141, + 5653, + 4.125, + 5654, + 4.125, + 5655, + 4.511 ] ], [ - "type/manuals/physics-ray-casts", + "type/manuals/dev-app", [ 0, 0.731 ] ], [ - "data/manuals/physics-ray-casts", + "data/manuals/dev-app", [ 0, - 0.969, + 0.733, 1, - 2.024, + 0.991, 2, - 2.003, + 0.981, 3, - 2.077, + 1.017, 4, - 2.077, + 1.017, 5, - 2.088, + 1.023, 6, - 2.088, + 1.023, 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, + 1.527, + 10, + 0.838, + 12, + 3.753, + 18, + 1.124, + 20, + 1.567, + 36, + 1.193, + 38, + 0.987, + 42, + 0.704, + 43, + 3.794, + 44, + 1.619, + 46, + 1.397, + 49, + 2.843, + 54, + 2.841, + 57, + 0.766, + 59, + 0.802, + 60, + 1.078, + 62, + 2.737, + 63, + 1.879, + 77, + 1.945, + 79, + 0.901, + 91, + 3.619, 99, - 2.262, + 1.083, + 100, + 1.763, 102, - 2.339, - 104, - 3.2, + 0.991, + 103, + 2.608, 106, - 3.126, + 1.592, + 107, + 1.691, 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, + 1.759, + 109, + 2.724, + 113, + 1.465, + 124, + 3.187, + 125, + 2.501, + 126, + 0.769, + 148, + 0.795, + 150, + 2.628, + 153, + 2.517, + 169, + 1.088, + 177, + 1.831, + 194, + 1.787, + 197, + 3.364, + 198, + 3.021, + 203, + 5.278, + 208, + 3.216, + 226, + 1.078, + 229, + 2.198, + 241, + 2.31, + 256, + 1.351, + 268, + 1.493, + 269, + 1.659, + 271, + 3.069, + 273, + 1.477, + 313, + 2.347, + 333, + 1.102, + 387, + 2.111, + 391, + 2.403, + 423, + 2.924, + 442, + 1.736, + 446, + 1.942, + 452, + 1.127, + 457, + 3.155, + 490, + 1.619, + 500, + 1.414, + 502, + 2.553, + 510, + 2.199, + 521, + 3.408, + 550, + 4.135, + 553, + 1.385, 554, - 2.617, - 568, - 3.251, - 595, - 2.867, - 677, - 3.877, - 737, + 1.454, + 590, + 2.479, + 601, + 1.414, + 602, + 1.567, + 603, + 1.619, + 604, + 1.964, + 623, + 2.656, + 634, + 1.531, + 637, + 3.859, + 642, 3.705, - 787, - 4.582, - 812, + 674, + 4.452, + 681, + 4.029, + 685, + 2.98, + 689, + 1.736, + 690, + 4.62, + 694, + 2.831, + 703, + 2.347, + 744, 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 - ] - ], - [ - "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, - 8, - 1.143, - 9, - 0.759, - 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 + 771, + 1.803, + 774, + 1.752, + 801, + 4.603, + 898, + 1.376, + 922, + 2.612, + 996, + 1.964, + 1025, + 1.531, + 1029, + 1.879, + 1066, + 1.52, + 1079, + 1.879, + 1101, + 2.281, + 1146, + 2.586, + 1323, + 1.619, + 1364, + 2.281, + 1412, + 5.99, + 1590, + 2.319, + 1662, + 4.746, + 1767, + 2.281, + 1769, + 5.112, + 1807, + 1.859, + 1811, + 7.387, + 1840, + 2.21, + 1882, + 2.656, + 1890, + 2.244, + 1920, + 4.829, + 1955, + 4.246, + 1961, + 3.643, + 1968, + 3.184, + 1989, + 5.357, + 1993, + 4.034, + 1997, + 4.69, + 1999, + 4.555, + 2024, + 4.247, + 2026, + 5.417, + 2027, + 5.995, + 2054, + 2.21, + 2075, + 4.374, + 2142, + 2.553, + 2143, + 2.553, + 2217, + 2.359, + 2292, + 3.325, + 2387, + 2.924, + 2435, + 7.665, + 2448, + 4.817, + 2938, + 3.544, + 2939, + 5.135, + 2944, + 3.032, + 2955, + 2.21, + 2959, + 3.325, + 2962, + 2.924, + 2981, + 4.134, + 2985, + 4.515, + 3037, + 3.162, + 3172, + 3.544, + 3257, + 3.544, + 3310, + 9.398, + 3620, + 3.032, + 3672, + 3.162, + 3727, + 2.359, + 4173, + 3.544, + 4486, + 7.665, + 5656, + 3.875, + 5657, + 10.449, + 5658, + 7.311, + 5659, + 7.311, + 5660, + 9.393, + 5661, + 5.473, + 5662, + 5.985, + 5663, + 3.875, + 5664, + 8.223, + 5665, + 3.875, + 5666, + 3.875, + 5667, + 3.544, + 5668, + 3.875, + 5669, + 3.875 ] ], [ - "type/manuals/editor-preferences", + "type/manuals/physics-events", [ 0, 0.731 ] ], [ - "data/manuals/editor-preferences", + "data/manuals/physics-events", [ 0, - 0.487, + 0.498, 1, - 1.017, + 1.04, 2, - 1.007, + 1.03, 3, - 1.044, + 1.068, 4, - 1.044, + 1.068, 5, - 1.049, + 1.073, 6, - 1.049, + 1.073, 7, - 1.561, - 8, - 1.066, - 9, - 0.907, - 10, - 1.114, + 1.552, 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, - 41, - 1.775, - 42, - 1.771, - 45, - 3.593, - 49, - 1.422, - 51, - 1.564, - 54, - 4.568, - 64, - 2.513, - 68, - 2.154, - 70, - 2.35, - 71, - 1.253, - 74, - 1.133, + 2.251, + 18, + 1.106, + 20, + 1.365, + 36, + 1.503, + 38, + 0.937, + 39, + 1.311, + 46, + 1.366, + 55, + 1.951, + 57, + 1.314, + 59, + 0.68, + 60, + 1.132, 77, - 0.793, - 86, - 1.549, - 94, - 2.111, - 97, - 2.274, - 137, - 0.908, - 140, - 2.813, - 141, - 1.223, - 147, - 1.749, - 151, - 1.87, - 152, - 2.024, - 156, - 4.524, - 157, - 3.249, + 0.842, + 79, + 0.941, + 90, + 0.969, + 99, + 0.935, + 100, + 1.869, + 103, + 1.735, + 106, + 1.627, + 107, + 1.729, + 113, + 1.245, + 116, + 1.583, + 121, + 1.345, + 122, + 2.626, + 125, + 1.237, + 126, + 1.233, + 132, + 2.589, + 138, + 3.319, + 142, + 2.508, 160, - 0.712, - 161, - 1.962, - 162, - 1.911, - 190, - 1.736, - 191, - 1.546, - 193, - 0.84, - 224, - 1.095, - 234, - 1.21, - 237, - 2.185, - 247, - 1.35, + 1.826, + 165, + 2.738, + 166, + 2.919, + 167, + 3.674, + 169, + 0.924, + 170, + 3.939, + 178, + 3.827, + 194, + 1.133, + 198, + 1.108, + 201, + 0.914, + 207, + 3.315, + 230, + 2.162, + 240, + 1.157, + 241, + 1.806, + 250, + 3.968, 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, - 306, - 1.869, - 316, - 1.196, - 322, - 2.203, - 339, - 1.492, - 346, - 1.548, - 357, - 1.928, - 361, - 3.249, + 0.918, + 268, + 1.722, + 269, + 0.923, + 273, + 1.004, + 315, + 2.522, + 324, + 2.32, + 332, + 1.354, + 333, + 1.157, + 334, + 4.672, + 359, + 3.995, + 362, + 2.742, + 368, + 2.143, + 385, + 2.286, + 387, + 1.435, 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, + 2.522, + 392, + 1.425, + 442, + 1.822, + 453, + 2.356, + 471, + 1.665, + 472, + 1.874, + 488, + 3.925, + 490, + 1.699, + 510, + 1.494, + 514, + 2.81, 524, - 1.993, - 547, - 1.183, - 569, - 1.765, - 573, - 2.76, - 579, - 3.112, - 581, - 2.413, - 590, - 1.315, - 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, + 546, + 2.193, + 554, + 2.331, + 568, + 5.772, + 601, + 1.484, + 602, + 1.645, + 603, + 1.699, + 604, + 2.061, + 629, + 1.223, + 634, + 1.607, + 669, + 3.851, + 676, + 1.856, + 706, + 4.537, + 749, + 3.394, + 752, + 1.874, + 758, + 1.805, + 773, + 2.73, 793, - 3.094, - 802, - 3.059, - 803, - 3.482, - 808, - 2.168, - 816, - 2.513, - 837, - 2.34, - 858, - 1.261, + 1.893, + 811, + 2.015, + 832, + 2.98, 866, - 4.721, - 889, - 2.394, + 1.515, 891, - 3.304, - 908, - 2.565, - 909, - 1.851, - 968, - 1.97, - 969, - 3.999, + 3.843, + 898, + 2.675, + 914, + 3.794, + 923, + 1.993, + 931, + 2.99, + 941, + 1.595, + 962, + 5.047, 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, - 1675, - 4.022, - 1678, + 3.597, + 1000, + 5.346, + 1002, + 4.178, + 1003, + 7.502, + 1007, + 3.355, + 1012, + 5.068, + 1019, + 4.321, + 1024, + 5.33, + 1025, + 3.936, + 1034, 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, - 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, - 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, - 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 + 1043, + 1.758, + 1116, + 3.069, + 1124, + 2.623, + 1143, + 4.005, + 1158, + 4.413, + 1202, + 1.931, + 1235, + 2.623, + 1287, + 2.886, + 1295, + 1.526, + 1304, + 2.394, + 1323, + 1.699, + 1324, + 2.111, + 1378, + 3.782, + 1426, + 2.476, + 1449, + 3.182, + 1472, + 2.782, + 1495, + 2.253, + 1560, + 5.556, + 1588, + 4.133, + 1594, + 2.32, + 1607, + 2.356, + 1608, + 3.716, + 1621, + 2.061, + 1666, + 2.522, + 1814, + 4.069, + 1888, + 3.319, + 1889, + 2.476, + 1908, + 3.813, + 1928, + 4.547, + 2030, + 2.742, + 2040, + 5.33, + 2042, + 2.253, + 2043, + 2.971, + 2189, + 2.253, + 2211, + 5.33, + 2286, + 4.672, + 2299, + 2.81, + 2300, + 7.096, + 2305, + 3.182, + 2323, + 5.598, + 2326, + 5.068, + 2373, + 2.571, + 2438, + 3.49, + 2535, + 3.069, + 2554, + 2.434, + 2582, + 6.801, + 3021, + 3.851, + 3079, + 2.971, + 3094, + 2.81, + 3107, + 2.81, + 3108, + 4.537, + 3485, + 3.182, + 3626, + 3.49, + 3720, + 3.49, + 3833, + 3.319, + 3847, + 3.49, + 3862, + 3.49, + 3974, + 3.49, + 3984, + 2.253, + 4195, + 3.319, + 4252, + 2.886, + 4257, + 5.504, + 4564, + 3.182, + 5150, + 3.49, + 5159, + 7.795, + 5362, + 4.86, + 5522, + 5.33, + 5670, + 4.092, + 5671, + 6.891, + 5672, + 4.068, + 5673, + 4.068, + 5674, + 3.49, + 5675, + 4.068, + 5676, + 3.72, + 5677, + 5.68, + 5678, + 4.686, + 5679, + 4.291, + 5680, + 4.068, + 5681, + 3.49, + 5682, + 3.72, + 5683, + 4.068, + 5684, + 5.68, + 5685, + 4.068, + 5686, + 3.49, + 5687, + 8.217, + 5688, + 5.68, + 5689, + 4.068, + 5690, + 5.68, + 5691, + 5.68, + 5692, + 8.434, + 5693, + 4.068, + 5694, + 5.68, + 5695, + 6.466, + 5696, + 6.212, + 5697, + 4.068, + 5698, + 6.212, + 5699, + 4.068, + 5700, + 6.212, + 5701, + 4.068, + 5702, + 6.212, + 5703, + 4.068, + 5704, + 3.49, + 5705, + 4.068, + 5706, + 3.72, + 5707, + 5.68, + 5708, + 5.68 ] ], [ - "type/manuals/socket-connections", + "type/manuals/resource", [ 0, 0.731 ] ], [ - "data/manuals/socket-connections", + "data/manuals/resource", [ 0, - 0.901, + 0.512, 1, - 1.881, + 1.07, 2, - 1.861, + 1.059, 3, - 1.93, + 1.098, 4, - 1.93, + 1.098, 5, - 1.94, + 1.103, 6, - 1.94, + 1.103, 7, - 1.457, - 8, - 1.404, + 1.513, 9, - 0.964, + 1.418, + 10, + 2.294, 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, + 1.515, + 18, + 1.14, + 20, + 1.481, + 36, + 1.706, + 38, + 1.201, + 39, + 0.883, + 41, + 3.333, 42, - 1.752, + 1.392, + 44, + 3.201, 46, - 2.046, - 48, - 2.623, - 51, - 1.38, + 1.435, 52, - 2.447, + 2.355, 54, - 3.293, + 1.985, + 57, + 1.287, + 59, + 0.992, + 60, + 1.164, 62, - 3.421, - 68, - 2.49, - 74, - 0.816, + 1.392, + 77, + 1.772, + 79, + 0.854, + 85, + 2.502, 86, - 1.049, + 2.06, + 94, + 1.946, + 96, + 2.915, + 99, + 1.028, + 100, + 1.816, 102, - 2.174, - 111, - 3.157, + 1.07, + 103, + 2.316, + 106, + 1.373, + 107, + 1.628, + 108, + 1.865, + 109, + 1.558, + 113, + 2.015, + 116, + 2.469, 119, - 3.006, - 137, - 1.403, - 141, - 1.473, - 158, - 2.494, - 160, - 1.317, - 182, - 2.95, + 3.215, + 121, + 2.535, + 126, + 1.825, + 132, + 1.437, + 139, + 2.422, + 143, + 2.027, + 148, + 1.887, + 151, + 2.607, + 153, + 2.407, + 165, + 1.814, + 169, + 1.368, + 174, + 4.1, + 177, + 1.279, 193, - 1.99, + 5.304, + 194, + 2.006, 196, - 3.197, - 249, - 5.37, - 256, - 3.059, - 259, - 4.646, - 308, - 3.77, - 316, - 2.211, - 317, - 2.759, + 1.446, + 197, + 2.633, + 198, + 1.139, + 199, + 1.791, + 201, + 2.066, + 207, + 2.551, + 208, + 1.839, + 227, + 2.422, + 229, + 1.405, + 231, + 3.21, + 237, + 1.927, + 239, + 1.839, + 240, + 1.189, + 243, + 2.072, + 244, + 1.603, + 257, + 1.652, + 260, + 2.138, + 261, + 1.776, + 268, + 1.747, + 269, + 2.407, + 273, + 2.112, + 282, + 2.072, + 295, + 2.923, + 309, + 2.461, + 323, + 2.502, + 332, + 1.392, + 333, + 1.189, + 342, + 2.841, + 368, + 1.804, + 375, + 3.272, + 380, + 1.485, 384, - 3.123, - 424, - 3.527, - 427, - 3.564, - 553, - 4.132, - 566, - 5.079, - 576, - 3.421, - 583, - 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, + 2.967, + 390, + 2.672, + 402, + 2.225, + 441, + 3.178, + 452, + 1.216, + 472, + 1.927, + 543, + 1.678, + 547, + 2.461, + 548, + 2.755, + 549, + 3.588, + 550, + 1.946, + 552, + 2.279, + 555, + 2.386, + 556, + 3.515, + 574, + 2.006, + 577, + 1.64, + 593, + 3.272, + 601, + 1.526, + 614, + 1.64, + 615, + 2.225, + 622, + 4.692, + 623, + 1.856, + 631, + 2.072, + 633, + 2.119, + 642, + 5.376, + 659, + 2.385, + 683, + 2.694, + 691, + 1.279, + 703, + 1.64, + 715, + 2.197, + 751, + 2.565, + 762, + 5.388, + 793, + 1.946, + 809, + 2.35, + 831, + 2.502, + 832, + 2.006, + 860, + 4.335, + 890, + 2.17, + 891, + 1.418, + 914, + 3.201, + 918, + 4.643, + 919, + 2.144, + 931, + 1.145, + 941, + 1.64, + 948, + 3.028, + 978, + 1.652, + 991, + 4.666, + 1007, + 3.222, + 1043, + 1.807, + 1046, + 2.502, + 1047, + 1.985, + 1101, + 3.733, + 1104, + 1.455, + 1114, + 2.696, + 1158, + 1.927, + 1186, + 2.049, + 1219, + 3.862, + 1250, + 2.35, + 1287, + 2.967, + 1311, + 2.696, + 1326, + 2.546, + 1341, + 2.967, + 1379, + 1.927, + 1382, + 2.317, + 1403, + 1.985, + 1473, + 2.967, + 1526, + 3.054, + 1532, + 2.696, + 1544, + 6.235, + 1627, + 2.967, + 1628, + 3.544, + 1637, + 4.09, + 1662, + 1.839, + 1681, + 1.791, + 1770, + 2.546, + 1797, + 4.09, + 1807, + 2.006, + 1878, + 2.643, + 1884, + 1.776, + 1906, + 2.889, + 1928, + 2.254, 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 + 3.155, + 2054, + 2.385, + 2082, + 2.967, + 2083, + 2.889, + 2096, + 4.246, + 2116, + 2.385, + 2171, + 4.382, + 2174, + 3.588, + 2182, + 3.93, + 2184, + 3.155, + 2320, + 3.155, + 2353, + 2.696, + 2495, + 3.272, + 2506, + 4.752, + 2507, + 5.118, + 2509, + 6.578, + 2519, + 3.155, + 2523, + 3.412, + 2532, + 2.696, + 2533, + 4.276, + 2535, + 3.155, + 2540, + 3.514, + 2544, + 4.09, + 2547, + 3.412, + 2548, + 2.461, + 2562, + 3.155, + 2637, + 2.643, + 2666, + 3.588, + 2675, + 3.412, + 2750, + 2.643, + 2785, + 3.412, + 3006, + 3.054, + 3378, + 3.588, + 4013, + 3.588, + 4392, + 3.272, + 4404, + 3.588, + 4430, + 3.054, + 5062, + 3.272, + 5709, + 3.588, + 5710, + 4.182, + 5711, + 5.176, + 5712, + 3.412, + 5713, + 4.182, + 5714, + 4.182, + 5715, + 4.182, + 5716, + 7.664, + 5717, + 5.996, + 5718, + 3.054, + 5719, + 4.182 ] ], [ - "type/manuals/physics-joints", + "type/manuals/modules", [ 0, 0.731 ] ], [ - "data/manuals/physics-joints", + "data/manuals/modules", [ - 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, + 1.57, 9, - 1.049, - 11, - 1.003, - 16, - 1.034, - 21, - 1.089, - 24, - 3.462, - 30, - 1.073, - 33, - 1.174, - 42, - 1.271, - 44, - 2.14, - 48, - 1.484, - 54, - 2.389, + 1.651, + 10, + 1.052, + 18, + 1.088, + 20, + 1.512, + 22, + 2.0, + 36, + 1.417, + 52, + 2.309, + 57, + 1.254, + 59, + 0.832, 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.355, + 72, + 1.62, + 77, + 1.909, + 79, + 0.967, 99, - 1.525, - 102, - 2.61, - 104, - 2.157, - 110, - 1.775, - 111, - 1.786, - 117, - 2.827, - 119, - 3.067, - 123, - 1.933, - 137, + 0.997, + 100, + 1.921, + 103, + 2.123, + 106, + 1.756, + 107, + 0.926, + 108, 1.431, - 141, - 1.52, - 149, - 1.661, - 151, - 1.391, - 161, - 2.096, - 163, - 5.218, - 166, - 3.37, - 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, + 122, + 2.212, + 126, + 0.966, + 139, + 4.114, + 148, + 0.999, + 150, + 2.743, + 160, + 3.107, + 165, + 3.349, + 167, + 1.969, + 169, + 1.057, + 171, + 4.3, + 177, + 2.173, + 178, + 4.183, + 196, + 1.683, + 197, + 2.44, + 199, + 3.043, + 210, + 1.969, + 229, + 0.892, + 230, + 1.694, + 241, + 1.521, + 244, + 1.867, 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, + 2.214, + 260, + 1.641, + 263, + 2.508, + 269, + 1.105, + 273, + 1.202, + 332, + 1.62, + 333, + 2.385, + 342, + 2.18, 438, - 2.389, - 460, - 2.285, - 479, - 2.643, - 493, - 1.559, - 514, - 2.694, - 521, - 2.092, - 568, - 2.192, - 633, - 1.845, - 710, - 3.682, - 744, - 3.371, - 756, - 2.643, - 812, - 2.389, - 827, - 2.031, - 828, - 3.371, + 4.452, + 500, + 3.06, + 504, + 2.439, + 510, + 1.788, + 524, + 3.999, + 534, + 2.288, + 546, + 2.624, + 555, + 1.516, + 573, + 1.827, + 577, + 1.909, + 579, + 2.439, + 583, + 5.199, + 611, + 4.177, + 622, + 2.36, + 652, + 7.952, + 689, + 2.18, + 691, + 1.489, + 713, + 2.558, + 758, + 2.161, + 765, + 1.706, + 811, + 2.412, + 898, + 1.728, + 914, + 2.033, + 915, + 1.867, + 921, + 3.139, 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 + 2.385, + 1034, + 2.724, + 1043, + 2.104, + 1062, + 3.881, + 1089, + 3.207, + 1140, + 5.53, + 1260, + 2.865, + 1269, + 6.121, + 1272, + 5.106, + 1295, + 3.841, + 1296, + 1.814, + 1332, + 3.729, + 1459, + 2.896, + 1487, + 5.358, + 1492, + 4.404, + 1502, + 2.496, + 1606, + 2.865, + 1648, + 2.776, + 1871, + 2.36, + 1908, + 3.211, + 1982, + 4.155, + 2010, + 5.796, + 2049, + 4.489, + 2142, + 3.207, + 2336, + 3.281, + 2360, + 2.624, + 2420, + 3.281, + 2709, + 7.755, + 2997, + 3.972, + 3140, + 4.907, + 3218, + 3.454, + 3311, + 3.076, + 3399, + 3.363, + 3489, + 4.177, + 3556, + 4.452, + 3591, + 6.095, + 3616, + 3.556, + 3667, + 3.672, + 3733, + 3.809, + 3890, + 3.281, + 4130, + 4.177, + 4211, + 4.177, + 4322, + 4.177, + 4630, + 7.669, + 5148, + 5.039, + 5681, + 4.177, + 5720, + 4.868, + 5721, + 8.387, + 5722, + 4.868, + 5723, + 4.868, + 5724, + 4.868, + 5725, + 4.868, + 5726, + 4.868, + 5727, + 4.868, + 5728, + 4.868, + 5729, + 4.868, + 5730, + 7.103, + 5731, + 7.103, + 5732, + 8.387, + 5733, + 7.103, + 5734, + 10.237, + 5735, + 8.387, + 5736, + 10.237, + 5737, + 7.103, + 5738, + 8.387, + 5739, + 4.452, + 5740, + 4.868, + 5741, + 8.387, + 5742, + 4.868, + 5743, + 4.177, + 5744, + 6.495, + 5745, + 4.868, + 5746, + 4.868, + 5747, + 4.868, + 5748, + 6.495, + 5749, + 4.868, + 5750, + 3.556, + 5751, + 4.868, + 5752, + 4.868, + 5753, + 8.387, + 5754, + 4.868, + 5755, + 4.868, + 5756, + 4.868 ] ], [ - "type/manuals/hot-reload", + "type/manuals/iac", [ 0, 0.731 ] ], [ - "data/manuals/hot-reload", + "data/manuals/iac", [ - 7, - 1.495, - 8, - 0.924, - 9, - 0.926, - 11, - 0.828, - 13, - 2.389, - 16, - 1.043, - 17, - 4.759, - 21, - 2.107, - 22, - 1.639, - 26, - 1.936, - 30, - 1.075, - 32, - 1.964, - 33, - 1.536, - 51, - 1.749, - 68, - 2.474, - 70, - 1.623, - 71, - 1.482, - 72, - 3.683, - 74, + 0, 1.035, - 77, - 1.441, - 94, - 2.498, - 95, - 4.658, + 1, + 2.161, + 2, + 2.139, + 3, + 2.218, + 4, + 2.218, + 5, + 2.229, + 6, + 2.229, + 7, + 1.484, + 18, + 1.067, + 20, + 1.367, + 57, + 1.081, + 59, + 0.763, + 79, + 0.718, 99, - 3.118, + 0.913, 100, - 4.251, - 102, - 2.756, - 104, - 3.77, - 111, - 3.122, - 117, - 3.473, - 135, - 2.711, - 151, - 1.324, - 161, - 1.434, - 172, - 1.999, - 190, - 2.054, - 196, - 2.45, - 201, - 5.025, - 236, - 3.704, - 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, - 891, - 3.592, - 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, + 1.585, + 107, + 1.608, + 126, + 2.041, + 150, + 2.139, + 153, + 1.917, + 165, + 3.169, + 166, + 3.971, + 167, + 4.158, + 169, + 1.257, + 171, + 5.272, + 178, + 4.13, + 202, + 3.339, + 207, + 2.812, + 229, + 1.549, + 241, + 1.809, + 256, + 1.908, + 268, + 2.099, + 273, + 2.085, + 382, + 3.04, + 434, + 3.931, + 490, + 3.529, + 524, + 2.83, + 567, + 4.384, + 634, + 3.338, + 735, + 4.932, + 740, + 4.282, + 848, + 4.186, + 910, + 4.496, + 913, + 5.339, + 1067, + 3.359, + 1381, + 5.994, + 1455, + 5.994, 1465, - 3.661, - 1491, - 3.579, - 1500, - 5.291, - 1532, - 4.398, - 1562, - 4.12, - 1573, - 3.54, - 1588, - 4.658, - 1619, - 4.398, - 1636, - 3.796, - 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 + 2.98, + 1503, + 6.61, + 1638, + 5.339, + 2643, + 6.373, + 3423, + 6.61, + 5670, + 6.774, + 5757, + 10.283, + 5758, + 6.894, + 5759, + 8.449, + 5760, + 8.449, + 5761, + 8.449, + 5762, + 8.449 ] ], [ - "type/manuals/editor-templates", + "type/manuals/application-lifecycle", [ 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, - 9, - 0.937, - 11, - 0.907, - 22, - 1.896, - 30, - 1.037, - 48, - 2.842, - 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, - 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 - ] - ], - [ - "type/manuals/application-lifecycle", - [ - 0, - 0.731 - ] - ], - [ - "data/manuals/application-lifecycle", + "data/manuals/application-lifecycle", [ 7, 1.453, - 8, - 1.257, - 9, - 0.835, 10, - 1.793, - 16, - 1.045, - 23, - 2.125, - 26, - 2.105, - 30, + 2.126, + 18, 1.111, - 32, - 1.87, - 33, + 20, 1.57, + 38, + 0.873, + 41, + 4.13, + 43, + 4.079, 46, - 2.185, + 1.121, + 52, + 2.707, 57, - 6.093, - 68, - 1.782, - 74, - 0.872, - 86, - 1.12, + 1.258, + 59, + 1.045, + 60, + 2.187, + 62, + 2.616, + 79, + 0.836, 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, + 2.683, + 96, + 2.492, + 103, + 2.264, + 106, + 1.762, + 107, + 1.871, + 122, + 2.448, + 169, + 1.17, + 194, + 1.795, + 196, + 2.718, 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, + 3.014, + 269, + 1.784, + 343, + 6.097, + 459, + 3.658, + 468, + 5.577, + 471, + 2.107, + 500, + 3.588, + 503, + 7.188, + 505, + 4.031, + 521, + 2.736, + 522, + 5.317, + 552, + 2.924, + 622, + 3.811, + 623, + 4.365, 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 + 4.786, + 859, + 4.927, + 1007, + 3.761, + 1010, + 3.23, + 1034, + 3.014, + 1052, + 4.13, + 1146, + 3.397, + 1150, + 4.418, + 1250, + 5.527, + 1285, + 5.93, + 1296, + 2.929, + 1482, + 5.742, + 1602, + 3.852, + 1628, + 4.66, + 1637, + 5.069, + 1646, + 6.745, + 1858, + 5.179, + 1871, + 3.811, + 1878, + 4.968, + 1926, + 6.342, + 1931, + 4.238, + 1946, + 5.742, + 2379, + 5.069, + 2438, + 6.745, + 2543, + 5.93, + 5156, + 6.745, + 5686, + 6.745, + 5717, + 6.15, + 5763, + 7.695, + 5764, + 7.188, + 5765, + 7.861, + 5766, + 7.188, + 5767, + 7.861, + 5768, + 7.861, + 5769, + 8.994 ] ], [ - "type/manuals/camera", + "type/manuals/physics-joints", [ 0, 0.731 ] ], [ - "data/manuals/camera", + "data/manuals/physics-joints", [ + 0, + 0.655, + 1, + 1.368, + 2, + 1.354, + 3, + 1.404, + 4, + 1.404, + 5, + 1.411, + 6, + 1.411, 7, - 1.601, - 8, - 1.416, - 9, - 0.86, - 10, - 0.962, + 1.581, 11, - 0.983, - 13, - 1.744, - 16, - 0.949, - 22, - 1.196, - 23, - 1.14, - 29, - 2.15, - 30, - 1.09, - 33, - 0.701, - 35, - 3.219, - 44, - 3.02, - 65, - 4.004, - 70, - 1.691, - 71, - 1.8, - 74, - 0.586, + 3.685, + 18, + 1.074, + 20, + 1.175, + 38, + 0.844, + 46, + 1.374, + 49, + 1.849, + 52, + 1.472, + 57, + 1.352, + 59, + 1.035, 77, - 1.501, - 86, - 1.443, - 87, - 3.117, + 1.994, + 79, + 1.049, + 84, + 2.311, 90, - 3.4, - 91, - 2.022, - 97, - 2.684, + 1.274, + 92, + 2.146, 99, - 1.508, - 111, - 3.388, - 117, - 1.965, - 121, - 2.481, - 123, - 3.179, - 141, - 1.758, + 1.004, + 108, + 1.572, + 113, + 1.523, + 122, + 1.665, + 126, + 2.098, + 128, + 2.62, + 145, + 3.315, + 148, + 2.168, + 149, + 2.036, + 150, + 2.575, 158, - 2.552, - 159, - 2.824, + 1.563, 160, - 1.348, - 161, - 1.494, - 162, - 1.356, - 166, - 1.848, - 186, - 2.25, - 191, - 1.335, - 202, - 4.111, - 221, - 2.584, + 2.599, + 165, + 1.529, + 167, + 2.163, + 169, + 1.433, + 170, + 2.051, + 178, + 2.832, + 201, + 1.202, + 207, + 1.78, 226, - 4.111, - 227, - 4.965, + 1.488, 229, - 3.859, + 1.393, 230, - 4.61, - 237, - 1.214, - 247, - 1.738, - 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.861, + 240, + 1.521, + 251, + 2.464, + 260, + 1.802, + 268, 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, - 808, - 1.872, - 832, - 3.332, - 849, - 5.545, - 884, - 2.963, - 901, - 2.737, - 935, - 4.665, - 949, - 4.358, - 957, - 5.78, - 958, - 5.101, - 959, - 6.863, + 269, + 1.213, + 279, + 4.363, + 285, + 2.395, + 295, + 2.464, + 305, + 3.097, + 307, + 3.097, + 330, + 3.07, + 332, + 1.78, + 359, + 2.352, + 361, + 4.271, + 368, + 1.521, + 384, + 3.794, + 385, + 4.969, + 404, + 4.803, + 433, + 2.18, + 488, + 3.379, + 500, + 1.951, + 524, + 1.791, + 533, + 4.21, + 541, + 2.845, + 601, + 1.951, + 614, + 2.097, + 676, + 3.469, + 691, + 1.636, + 758, + 2.373, + 856, + 2.146, + 898, + 2.698, + 931, + 2.636, 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 + 5.222, + 1007, + 3.373, + 1010, + 2.197, + 1011, + 4.901, + 1014, + 4.901, + 1016, + 4.803, + 1031, + 7.033, + 1193, + 3.2, + 1221, + 2.649, + 1224, + 3.646, + 1226, + 3.05, + 1332, + 3.074, + 1493, + 3.694, + 1571, + 4.589, + 1592, + 3.794, + 1629, + 2.395, + 1644, + 6.522, + 1672, + 4.097, + 1884, + 3.228, + 1911, + 2.742, + 2026, + 5.825, + 2070, + 6.085, + 2226, + 4.803, + 2236, + 5.482, + 2271, + 4.184, + 2296, + 6.202, + 2448, + 3.523, + 2468, + 4.184, + 2555, + 3.379, + 2633, + 2.742, + 2644, + 4.589, + 2645, + 3.906, + 2750, + 3.379, + 3200, + 5.551, + 3583, + 3.794, + 3841, + 8.299, + 3861, + 5.733, + 3984, + 2.962, + 4242, + 6.273, + 4603, + 4.034, + 5062, + 7.533, + 5260, + 6.95, + 5695, + 4.589, + 5704, + 4.589, + 5706, + 4.89, + 5770, + 8.842, + 5771, + 4.89, + 5772, + 11.008, + 5773, + 4.89, + 5774, + 9.664, + 5775, + 4.89, + 5776, + 7.6, + 5777, + 4.89, + 5778, + 4.89, + 5779, + 4.589, + 5780, + 4.89, + 5781, + 4.89, + 5782, + 5.348, + 5783, + 5.348, + 5784, + 4.89, + 5785, + 5.348, + 5786, + 4.89, + 5787, + 10.569, + 5788, + 8.842, + 5789, + 8.842, + 5790, + 4.89, + 5791, + 5.348, + 5792, + 7.6, + 5793, + 4.89, + 5794, + 7.6, + 5795, + 4.89, + 5796, + 5.348, + 5797, + 7.6, + 5798, + 4.89, + 5799, + 4.89, + 5800, + 6.202 ] ], [ - "type/manuals/debugging-native-code-ios", + "type/manuals/macos", [ 0, 0.731 ] ], [ - "data/manuals/debugging-native-code-ios", + "data/manuals/macos", [ 0, - 0.563, + 0.546, 1, - 1.175, + 1.139, 2, - 1.163, + 1.127, 3, - 1.205, + 1.169, 4, - 1.205, + 1.169, 5, - 1.212, + 1.175, 6, - 1.212, + 1.175, 7, - 1.599, + 1.58, 8, - 0.871, - 9, - 0.925, + 2.773, 10, - 0.838, - 11, - 1.02, - 16, - 0.864, - 19, - 2.66, - 21, - 1.655, - 22, - 2.275, - 23, - 0.993, - 28, - 1.63, - 29, - 1.032, - 30, - 1.131, - 31, - 4.016, - 33, - 1.272, - 35, - 1.365, + 2.043, + 12, + 2.032, + 18, + 1.123, + 20, + 0.884, 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.761, + 38, + 0.981, + 46, + 1.136, + 52, + 1.831, + 57, + 1.351, + 59, + 0.853, 77, - 1.788, + 1.649, + 79, + 0.873, 86, - 1.156, - 94, - 2.803, - 96, - 2.702, - 97, - 2.082, + 2.16, + 90, + 1.061, + 99, + 1.046, + 100, + 0.836, + 102, + 1.139, + 103, + 1.025, + 105, + 1.787, + 106, + 1.426, + 107, + 0.847, + 108, + 1.309, 110, - 1.528, - 117, - 1.711, + 2.628, + 113, + 0.892, 121, - 2.535, - 134, - 3.464, - 137, - 1.492, - 140, - 4.781, - 141, - 1.796, + 2.2, + 126, + 1.876, + 146, + 2.182, + 148, + 1.812, 149, - 1.43, + 1.695, + 150, + 2.51, 151, - 0.842, - 152, - 2.441, + 1.83, 153, - 3.095, - 158, - 1.558, - 160, - 0.823, - 161, - 0.911, - 191, - 2.423, - 218, - 1.761, - 237, - 1.057, - 257, - 4.701, - 263, - 2.268, - 273, - 1.787, - 278, - 1.405, - 279, - 2.475, - 281, - 2.301, - 288, - 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, + 2.144, + 170, + 2.55, + 194, + 1.809, + 197, + 2.285, + 198, + 2.94, + 201, + 2.227, + 226, + 2.629, + 229, + 1.219, + 231, + 2.496, + 236, + 3.988, + 240, + 1.266, + 241, + 1.891, + 247, + 1.473, + 256, + 1.006, + 273, + 1.099, + 285, + 1.995, + 306, + 1.959, + 313, + 1.746, + 333, + 1.891, + 341, + 2.136, + 350, + 2.665, + 353, + 1.773, + 380, + 2.361, + 442, + 2.979, + 452, + 1.295, + 457, + 2.361, + 471, + 1.194, + 498, + 3.359, + 510, + 1.636, + 511, + 4.236, + 543, + 2.669, + 553, + 1.592, + 555, + 1.387, + 577, + 1.746, + 591, + 4.382, + 592, + 5.133, + 601, + 2.427, + 602, + 1.801, + 622, + 4.281, + 623, + 4.878, + 633, + 2.257, + 634, + 3.734, + 637, + 4.289, + 638, + 5.58, + 642, + 2.257, + 644, + 2.206, + 649, + 2.665, 660, - 2.509, - 680, - 3.782, - 705, - 3.464, - 737, - 1.723, - 743, - 2.226, - 769, - 3.464, - 770, - 3.94, - 771, - 3.593, - 782, - 2.619, - 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, + 2.665, + 666, + 4.382, + 674, + 3.332, + 683, + 1.892, + 686, + 2.401, + 688, + 3.159, + 691, + 1.363, + 703, + 2.608, + 712, + 3.002, + 713, + 2.34, + 751, + 1.801, + 827, + 5.114, + 835, + 3.634, + 879, + 2.621, + 890, + 4.904, + 902, + 2.54, + 911, + 2.467, + 918, + 2.136, + 922, + 3.002, + 936, + 2.934, + 947, + 2.34, + 972, + 2.872, + 1067, + 1.455, + 1090, + 3.095, + 1104, + 2.315, + 1113, + 3.484, + 1224, + 3.19, + 1245, + 3.002, + 1253, + 2.503, + 1283, + 2.433, 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, + 1.86, + 1403, + 2.114, + 1554, + 5.707, + 1556, + 3.359, + 1566, + 3.359, + 1573, + 3.821, + 1632, + 2.814, + 1655, + 2.34, 1681, - 3.593, - 1695, - 5.276, - 1701, + 1.908, + 1686, + 3.359, + 1697, + 5.133, + 1721, + 3.076, + 1767, + 2.621, + 1769, + 4.974, + 1933, + 2.37, + 1989, + 3.793, + 1990, + 5.817, + 1991, + 3.253, + 2006, + 3.495, + 2015, + 5.952, + 2123, + 2.54, + 2143, + 2.934, + 2164, + 1.924, + 2337, + 3.159, + 2360, + 2.401, + 2941, + 3.159, + 2945, + 6.082, + 2953, + 4.595, + 2956, 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 + 2962, + 5.017, + 2964, + 3.634, + 3031, + 4.072, + 3036, + 4.072, + 3037, + 3.634, + 3038, + 4.072, + 3047, + 3.634, + 3200, + 3.253, + 3224, + 2.934, + 3275, + 4.072, + 3318, + 3.484, + 3491, + 3.634, + 3610, + 2.401, + 3641, + 4.072, + 3681, + 7.24, + 3793, + 4.072, + 3874, + 3.484, + 4098, + 4.124, + 4110, + 3.821, + 4161, + 4.072, + 4214, + 3.484, + 4562, + 4.072, + 4651, + 4.072, + 4681, + 3.634, + 4726, + 3.634, + 5032, + 3.821, + 5150, + 5.707, + 5565, + 7.205, + 5678, + 6.661, + 5801, + 8.83, + 5802, + 3.484, + 5803, + 7.961, + 5804, + 5.707, + 5805, + 6.651, + 5806, + 4.453, + 5807, + 4.453, + 5808, + 4.453, + 5809, + 4.453, + 5810, + 4.453, + 5811, + 4.453, + 5812, + 4.453, + 5813, + 4.453, + 5814, + 4.453, + 5815, + 4.453, + 5816, + 6.651, + 5817, + 4.453, + 5818, + 8.075, + 5819, + 4.453, + 5820, + 4.453, + 5821, + 4.453, + 5822, + 4.453, + 5823, + 4.453, + 5824, + 8.83, + 5825, + 9.913, + 5826, + 6.651, + 5827, + 5.017, + 5828, + 6.651, + 5829, + 6.082, + 5830, + 6.651, + 5831, + 4.453, + 5832, + 4.453, + 5833, + 4.072, + 5834, + 4.453, + 5835, + 6.651, + 5836, + 4.453, + 5837, + 4.453, + 5838, + 4.453, + 5839, + 7.961, + 5840, + 4.453, + 5841, + 3.634, + 5842, + 4.453, + 5843, + 4.453, + 5844, + 6.651, + 5845, + 4.453, + 5846, + 6.651, + 5847, + 7.961, + 5848, + 4.453, + 5849, + 4.072, + 5850, + 4.453, + 5851, + 4.453, + 5852, + 4.453, + 5853, + 4.453, + 5854, + 4.453, + 5855, + 4.453 ] ], [ - "type/examples/resource/modify_atlas", + "type/manuals/graphics", [ - 193, - 1.26 + 0, + 0.731 ] ], [ - "data/examples/resource/modify_atlas", + "data/manuals/graphics", [ - 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, + 0, + 1.189, + 1, + 2.482, + 2, + 2.457, + 3, + 2.547, + 4, + 2.547, + 5, + 2.56, + 6, + 2.56, + 7, + 1.514, 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 + 4.188, + 629, + 3.356, + 1884, + 4.741 ] ], [ - "type/examples/sound/panning", + "type/manuals/debugging-game-logic", [ - 193, - 1.26 + 0, + 0.731 ] ], [ - "data/examples/sound/panning", + "data/manuals/debugging-game-logic", [ + 0, + 0.307, + 1, + 0.642, + 2, + 0.635, + 3, + 0.658, + 4, + 0.658, + 5, + 0.662, + 6, + 0.662, 7, - 1.369, + 1.526, 8, - 1.194, + 0.702, 9, - 1.023, + 0.851, 10, - 1.703, - 11, - 1.003, - 16, - 1.044, - 28, - 2.569, - 29, - 2.097, + 1.379, + 18, + 1.148, + 20, + 1.464, + 22, + 1.031, + 23, + 2.884, 30, - 1.115, - 32, - 1.377, - 33, - 0.962, + 1.603, + 36, + 1.975, + 38, + 0.708, + 39, + 0.889, 42, - 2.691, - 50, - 3.155, - 51, - 1.358, + 0.765, + 43, + 1.302, + 46, + 1.592, + 49, + 2.662, 52, - 3.106, - 71, - 1.485, - 74, - 1.036, - 80, - 3.335, - 83, - 3.048, - 86, - 1.032, + 1.159, + 54, + 1.191, + 55, + 2.021, + 56, + 0.976, + 57, + 1.452, + 59, + 0.978, + 60, + 0.698, + 63, + 2.042, + 69, + 1.179, + 70, + 2.687, + 77, + 1.472, + 79, + 0.928, + 84, + 1.82, + 90, + 1.52, + 97, + 2.056, + 99, + 1.052, + 100, + 1.445, + 101, + 2.042, + 102, + 0.642, + 103, + 0.97, + 104, + 1.271, + 105, + 1.007, + 106, + 1.834, + 107, + 1.847, + 108, + 1.238, + 109, + 0.935, 110, - 3.106, - 127, - 3.023, - 137, - 1.623, + 0.991, + 113, + 1.542, + 122, + 0.781, + 126, + 0.498, 141, - 1.87, - 143, - 3.585, - 151, + 2.36, + 142, + 0.746, + 148, 1.893, + 150, + 0.635, + 151, + 1.731, + 153, + 2.459, 160, - 1.671, - 162, - 1.861, - 163, - 5.307, - 164, - 3.954, - 172, - 2.583, - 186, - 3.088, - 195, - 3.901, + 2.788, + 165, + 2.711, + 169, + 1.5, + 171, + 3.646, + 178, + 0.935, + 194, + 1.96, + 196, + 0.867, + 197, + 0.862, 198, - 2.364, + 2.512, + 199, + 1.804, + 201, + 1.433, + 202, + 0.814, 206, - 4.999, + 2.64, + 208, + 2.805, 210, - 3.335, + 2.202, + 211, + 1.123, + 212, + 2.968, 216, - 4.768, - 223, - 4.009, + 2.809, 229, - 4.104, + 1.5, + 238, + 2.367, 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 - ] - ], - [ - "type/examples/sound/music", - [ - 193, - 1.26 - ] - ], - [ - "data/examples/sound/music", - [ - 7, - 1.265 + 1.103, + 240, + 0.713, + 241, + 1.522, + 243, + 2.087, + 244, + 0.962, + 250, + 1.627, + 256, + 0.951, + 260, + 1.42, + 261, + 1.789, + 263, + 1.26, + 266, + 1.869, + 268, + 2.022, + 269, + 2.026, + 271, + 1.286, + 273, + 1.755, + 274, + 3.204, + 280, + 2.135, + 285, + 3.846, + 286, + 3.761, + 289, + 4.254, + 294, + 1.431, + 323, + 2.52, + 330, + 2.455, + 332, + 0.835, + 333, + 2.189, + 351, + 2.826, + 353, + 0.999, + 359, + 2.805, + 368, + 2.327, + 382, + 1.516, + 387, + 0.885, + 389, + 1.39, + 392, + 0.879, + 429, + 3.732, + 439, + 1.691, + 442, + 1.123, + 452, + 2.379, + 453, + 1.453, + 465, + 2.152, + 469, + 1.271, + 471, + 1.46, + 473, + 1.103, + 481, + 2.402, + 499, + 1.78, + 504, + 1.257, + 506, + 1.527, + 510, + 1.547, + 521, + 0.873, + 522, + 2.087, + 524, + 2.381, + 534, + 1.98, + 550, + 1.96, + 552, + 0.746, + 553, + 1.946, + 554, + 0.941, + 555, + 2.214, + 556, + 2.621, + 561, + 1.726, + 564, + 2.047, + 575, + 2.91, + 577, + 2.501, + 582, + 1.527, + 594, + 1.941, + 598, + 1.617, + 600, + 2.612, + 601, + 1.537, + 602, + 1.704, + 603, + 1.048, + 608, + 1.243, + 629, + 1.267, + 631, + 1.243, + 633, + 1.271, + 634, + 0.991, + 644, + 1.243, + 648, + 2.64, + 666, + 1.652, + 672, + 1.941, + 673, + 3.694, + 675, + 0.962, + 681, + 2.668, + 692, + 1.58, + 701, + 2.213, + 703, + 2.501, + 705, + 1.652, + 744, + 4.705, + 745, + 2.91, + 747, + 1.41, + 751, + 1.014, + 765, + 1.476, + 773, + 0.909, + 775, + 1.39, + 793, + 1.96, + 826, + 1.318, + 832, + 1.203, + 866, + 0.935, + 891, + 1.847, + 895, + 1.203, + 898, + 0.891, + 900, + 1.962, + 904, + 3.863, + 908, + 1.892, + 915, + 1.615, + 919, + 1.286, + 923, + 2.668, + 931, + 1.153, + 944, + 2.792, + 948, + 2.52, + 958, + 1.832, + 961, + 3.761, + 962, + 1.179, + 963, + 1.37, + 972, + 1.617, + 977, + 2.241, + 1001, + 2.152, + 1002, + 3.16, + 1003, + 1.832, + 1009, + 1.691, + 1010, + 1.731, + 1014, + 2.716, + 1034, + 0.962, + 1040, + 1.501, + 1043, + 1.084, + 1055, + 1.431, + 1064, + 1.229, + 1090, + 1.96, + 1104, + 3.7, + 1126, + 1.243, + 1134, + 1.585, + 1135, + 1.691, + 1136, + 4.773, + 1140, + 1.156, + 1141, + 3.315, + 1146, + 1.084, + 1153, + 1.179, + 1159, + 1.962, + 1162, + 1.78, + 1248, + 5.643, + 1270, + 1.962, + 1286, + 2.988, + 1287, + 1.78, + 1296, + 0.935, + 1304, + 2.479, + 1322, + 3.271, + 1327, + 1.691, + 1332, + 1.014, + 1349, + 3.614, + 1378, + 1.527, + 1401, + 2.564, + 1428, + 2.301, + 1437, + 1.892, + 1457, + 2.479, + 1459, + 1.717, + 1475, + 1.78, + 1497, + 1.962, + 1505, + 2.152, + 1507, + 1.555, + 1532, + 1.617, + 1541, + 1.352, + 1579, + 3.077, + 1584, + 2.367, + 1594, + 3.106, + 1600, + 3.816, + 1602, + 2.668, + 1623, + 2.91, + 1627, + 1.78, + 1648, + 1.431, + 1649, + 3.783, + 1661, + 1.257, + 1662, + 4.17, + 1696, + 1.527, + 1697, + 4.585, + 1713, + 1.318, + 1724, + 1.191, + 1756, + 2.152, + 1767, + 1.476, + 1772, + 2.152, + 1773, + 1.652, + 1790, + 2.988, + 1844, + 3.614, + 1848, + 1.585, + 1852, + 2.294, + 1853, + 2.294, + 1854, + 4.979, + 1866, + 1.431, + 1871, + 2.64, + 1879, + 1.271, + 1889, + 2.564, + 1906, + 2.91, + 1928, + 1.352, + 1932, + 1.652, + 1933, + 1.335, + 1934, + 3.295, + 1935, + 2.152, + 1936, + 1.39, + 1937, + 1.962, + 1968, + 1.335, + 1984, + 1.892, + 2006, + 1.318, + 2015, + 1.691, + 2042, + 3.016, + 2051, + 4.108, + 2066, + 1.652, + 2121, + 3.754, + 2136, + 1.652, + 2160, + 1.691, + 2238, + 4.443, + 2244, + 1.733, + 2268, + 5.165, + 2300, + 1.733, + 2332, + 2.294, + 2343, + 4.99, + 2433, + 4.606, + 2434, + 7.542, + 2441, + 1.318, + 2451, + 3.178, + 2455, + 4.26, + 2581, + 3.178, + 2630, + 1.892, + 2631, + 6.718, + 2657, + 2.367, + 2801, + 1.832, + 2871, + 1.431, + 3074, + 2.91, + 3134, + 1.501, + 3311, + 1.585, + 3320, + 1.832, + 3338, + 3.614, + 3501, + 1.962, + 3621, + 1.962, + 3727, + 1.527, + 4214, + 1.962, + 4227, + 1.962, + 4353, + 1.962, + 4424, + 2.047, + 4538, + 3.178, + 4551, + 2.047, + 4583, + 2.152, + 4616, + 2.294, + 4742, + 2.564, + 4763, + 2.294, + 4919, + 8.329, + 4931, + 5.205, + 4964, + 2.294, + 4965, + 1.962, + 4966, + 1.892, + 5165, + 3.614, + 5220, + 2.047, + 5532, + 2.047, + 5556, + 3.437, + 5624, + 3.614, + 5748, + 2.294, + 5856, + 2.508, + 5857, + 2.152, + 5858, + 2.294, + 5859, + 4.212, + 5860, + 4.212, + 5861, + 3.852, + 5862, + 4.212, + 5863, + 4.212, + 5864, + 4.212, + 5865, + 2.508, + 5866, + 2.508, + 5867, + 4.672, + 5868, + 2.152, + 5869, + 4.212, + 5870, + 4.212, + 5871, + 4.212, + 5872, + 4.212, + 5873, + 2.294, + 5874, + 2.508, + 5875, + 2.508, + 5876, + 4.212, + 5877, + 2.508, + 5878, + 4.443, + 5879, + 3.852, + 5880, + 2.508, + 5881, + 2.508, + 5882, + 2.294, + 5883, + 2.508, + 5884, + 2.508, + 5885, + 4.212, + 5886, + 2.047, + 5887, + 4.212, + 5888, + 2.508, + 5889, + 2.508, + 5890, + 2.294, + 5891, + 2.508, + 5892, + 2.508, + 5893, + 2.508 ] ], [ - "type/examples/sound/fade_in_out", + "type/manuals/gui-script", [ - 193, - 1.26 + 0, + 0.731 ] ], [ - "data/examples/sound/fade_in_out", + "data/manuals/gui-script", [ + 0, + 0.635, + 1, + 1.325, + 2, + 1.312, + 3, + 1.36, + 4, + 1.36, + 5, + 1.367, + 6, + 1.367, 7, - 1.265 + 1.536, + 8, + 1.45, + 10, + 1.607, + 11, + 1.878, + 18, + 1.126, + 20, + 1.39, + 30, + 1.973, + 36, + 1.033, + 43, + 2.689, + 46, + 1.239, + 47, + 4.825, + 49, + 1.792, + 57, + 1.112, + 58, + 5.719, + 59, + 1.013, + 60, + 1.442, + 70, + 2.183, + 72, + 1.725, + 73, + 3.001, + 79, + 0.953, + 90, + 1.235, + 94, + 3.458, + 95, + 5.221, + 96, + 2.355, + 97, + 3.114, + 99, + 1.07, + 100, + 0.972, + 103, + 1.193, + 106, + 1.7, + 107, + 0.986, + 110, + 2.047, + 113, + 1.741, + 119, + 4.81, + 122, + 1.613, + 125, + 1.576, + 126, + 1.475, + 132, + 2.553, + 139, + 3.001, + 146, + 2.539, + 148, + 1.525, + 149, + 2.829, + 151, + 2.129, + 153, + 2.154, + 154, + 3.275, + 158, + 2.173, + 160, + 2.79, + 165, + 2.484, + 166, + 2.435, + 167, + 2.096, + 168, + 2.723, + 169, + 1.412, + 170, + 3.853, + 177, + 2.658, + 178, + 1.931, + 193, + 5.387, + 194, + 1.732, + 196, + 1.792, + 197, + 1.78, + 198, + 1.411, + 199, + 2.22, + 201, + 2.133, + 216, + 2.047, + 226, + 2.418, + 239, + 2.279, + 240, + 2.113, + 241, + 1.86, + 247, + 1.714, + 248, + 3.1, + 256, + 1.17, + 268, + 1.058, + 269, + 1.971, + 273, + 1.834, + 330, + 1.652, + 332, + 2.473, + 382, + 1.865, + 433, + 2.112, + 436, + 3.414, + 452, + 2.921, + 454, + 2.959, + 469, + 2.626, + 485, + 3.909, + 500, + 1.89, + 524, + 3.813, + 526, + 6.253, + 544, + 3.58, + 548, + 3.414, + 553, + 1.852, + 555, + 1.613, + 570, + 3.676, + 579, + 2.596, + 600, + 4.168, + 636, + 2.85, + 672, + 2.388, + 691, + 2.274, + 692, + 1.944, + 703, + 2.032, + 760, + 3.676, + 774, + 2.343, + 895, + 4.168, + 898, + 1.84, + 909, + 3.341, + 914, + 2.164, + 931, + 2.379, + 978, + 2.047, + 997, + 3.785, + 1014, + 3.341, + 1016, + 4.696, + 1034, + 2.85, + 1043, + 2.239, + 1044, + 3.785, + 1155, + 2.512, + 1267, + 3.58, + 1304, + 3.049, + 1403, + 2.46, + 1434, + 2.596, + 1600, + 3.1, + 1604, + 3.904, + 1616, + 3.275, + 1629, + 2.321, + 1648, + 4.956, + 1667, + 3.909, + 1672, + 4.006, + 1713, + 2.723, + 1767, + 3.049, + 1936, + 2.871, + 2128, + 3.909, + 2352, + 3.909, + 2372, + 4.054, + 2399, + 3.909, + 2458, + 4.228, + 2507, + 4.446, + 2558, + 3.58, + 2587, + 4.446, + 2588, + 4.446, + 2600, + 4.446, + 2601, + 4.446, + 2822, + 3.155, + 3073, + 3.909, + 3306, + 3.909, + 3387, + 6.377, + 3427, + 4.054, + 3476, + 3.58, + 3657, + 4.446, + 3897, + 3.275, + 4042, + 7.09, + 4742, + 3.155, + 5158, + 4.054, + 5894, + 5.182, + 5895, + 5.182, + 5896, + 4.446, + 5897, + 10.049, + 5898, + 8.689, + 5899, + 7.432, + 5900, + 4.738, + 5901, + 5.182, + 5902, + 7.945, + 5903, + 7.945, + 5904, + 5.182, + 5905, + 5.182, + 5906, + 5.182, + 5907, + 8.689, + 5908, + 5.182, + 5909, + 6.796, + 5910, + 7.432, + 5911, + 7.432, + 5912, + 5.182, + 5913, + 7.432, + 5914, + 4.738 ] ], [ - "type/examples/collection/proxy", + "type/manuals/components", [ - 193, - 1.26 + 0, + 0.731 ] ], [ - "data/examples/collection/proxy", + "data/manuals/components", [ 7, - 1.488, - 8, - 1.446, - 9, - 1.021, - 10, - 1.81, + 1.57, 11, - 1.004, - 16, - 1.049, + 2.581, + 18, + 1.107, + 20, + 1.442, 30, - 1.097, - 33, - 1.06, - 39, - 3.15, - 40, - 4.137, - 51, - 1.862, - 52, - 3.762, - 63, - 3.824, + 3.516, + 36, + 1.421, + 38, + 1.026, + 46, + 1.462, + 57, + 1.388, + 59, + 1.058, + 60, + 1.982, + 62, + 2.371, + 79, + 0.955, 86, - 1.137, + 2.999, + 96, + 2.928, + 97, + 2.671, + 99, + 0.82, + 100, + 1.337, + 103, + 1.64, 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.651, - 440, - 3.906, - 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 + 1.276, + 126, + 1.414, + 143, + 3.454, + 144, + 3.743, + 153, + 2.096, + 169, + 1.672, + 178, + 2.654, + 197, + 2.448, + 229, + 1.988, + 257, + 2.815, + 260, + 2.401, + 263, + 3.065, + 264, + 4.337, + 268, + 1.455, + 269, + 1.616, + 273, + 1.759, + 274, + 5.436, + 333, + 3.274, + 341, + 4.917, + 387, + 2.513, + 429, + 4.478, + 434, + 3.315, + 452, + 2.071, + 509, + 5.832, + 511, + 3.791, + 513, + 4.794, + 521, + 2.48, + 534, + 4.341, + 561, + 2.928, + 601, + 3.37, + 629, + 2.142, + 634, + 3.65, + 683, + 3.026, + 728, + 3.491, + 773, + 2.581, + 793, + 3.315, + 799, + 4.337, + 939, + 3.529, + 978, + 4.05, + 979, + 3.221, + 1047, + 4.386, + 1172, + 3.61, + 1188, + 3.491, + 1224, + 3.417, + 1599, + 4.502, + 1650, + 4.263, + 1687, + 4.417, + 1763, + 7.487, + 1793, + 5.957, + 1931, + 3.841, + 2286, + 5.727, + 2379, + 4.594, + 2747, + 5.374, + 3479, + 7.733, + 3704, + 6.515, + 3705, + 6.515, + 3727, + 4.337, + 4347, + 6.113, + 4409, + 5.574, + 5570, + 5.374, + 5915, + 7.124, + 5916, + 7.124, + 5917, + 5.813, + 5918, + 7.124, + 5919, + 7.124, + 5920, + 5.054 ] ], [ - "type/examples/collection/timestep", + "type/manuals/push", [ - 193, - 1.26 + 0, + 0.731 ] ], [ - "data/examples/collection/timestep", + "data/manuals/push", [ - 7, - 1.383, - 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 + 0, + 1.217, + 1, + 2.541, + 2, + 2.515, + 3, + 2.608, + 4, + 2.608, + 5, + 2.621, + 6, + 2.621 ] ], [ - "type/examples/collection/splash", + "type/manuals/model", [ - 193, - 1.26 + 0, + 0.731 ] ], [ - "data/examples/collection/splash", + "data/manuals/model", [ + 0, + 0.473, + 1, + 0.989, + 2, + 0.978, + 3, + 1.014, + 4, + 1.014, + 5, + 1.02, + 6, + 1.02, 7, - 1.516, + 1.576, 8, - 1.331, + 2.737, 9, - 0.986, + 2.026, 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, + 0.835, + 18, + 1.131, + 20, + 1.343, + 36, + 1.637, + 38, + 1.176, + 41, + 2.03, + 42, + 1.085, + 44, + 1.614, + 46, + 1.441, + 48, + 2.238, + 49, + 2.065, + 57, + 1.355, + 59, + 1.001, + 62, + 2.429, + 72, + 2.954, + 73, + 2.238, + 74, + 2.442, + 75, + 1.7, + 76, + 2.056, + 77, + 0.8, + 79, + 0.962, 86, - 1.229, - 137, - 1.282, + 2.37, + 90, + 2.331, + 92, + 4.054, + 94, + 1.798, + 96, + 2.602, + 97, + 2.11, + 99, + 1.051, + 100, + 1.946, + 101, + 5.027, + 102, + 0.989, + 104, + 3.699, + 105, + 1.551, + 106, + 1.897, + 108, + 1.136, + 111, + 1.614, + 112, + 4.612, + 113, + 1.462, + 121, + 1.975, + 125, + 2.22, + 126, + 1.449, + 141, + 1.43, + 142, + 2.639, + 147, + 2.274, + 148, + 2.007, + 149, + 2.273, + 150, + 2.079, + 151, + 3.374, + 152, + 3.851, + 153, + 2.569, + 154, + 3.774, + 155, + 2.442, + 156, + 4.295, 160, - 1.864, + 2.146, + 165, + 1.708, 166, - 3.019, - 181, - 3.485, + 1.816, + 167, + 1.563, + 169, + 1.396, + 170, + 1.482, + 174, + 2.434, + 175, + 4.264, + 178, + 2.225, + 185, + 3.43, + 194, + 1.09, + 197, + 2.052, + 198, + 2.752, + 201, + 1.342, + 208, + 1.7, 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, + 1.563, + 211, + 1.731, + 212, + 1.798, + 215, + 5.672, + 226, + 1.662, + 229, + 1.72, + 236, + 1.936, + 239, + 2.627, + 240, + 1.099, + 250, + 1.493, + 251, + 1.781, + 256, + 1.854, + 257, + 2.884, + 258, + 2.546, + 260, + 1.303, + 268, + 1.219, + 269, + 1.355, + 273, + 0.954, + 290, + 1.504, + 306, + 1.7, + 311, + 2.492, + 318, + 3.024, + 320, + 2.312, + 330, + 1.232, + 333, + 1.099, + 350, + 3.573, + 359, + 2.627, + 371, + 2.03, + 380, + 1.372, + 382, + 1.391, + 392, + 1.354, + 429, + 3.98, + 433, + 1.575, + 452, + 1.736, + 500, + 1.41, + 509, + 2.006, + 510, + 1.42, + 524, + 1.294, + 533, + 2.141, + 541, + 2.056, + 555, + 1.203, + 561, + 1.225, + 573, + 2.241, + 577, + 2.342, + 591, + 2.546, + 595, + 2.083, + 598, + 2.492, + 614, + 1.515, + 629, + 1.162, + 660, + 2.312, + 677, + 1.781, + 683, + 1.642, + 691, + 1.827, + 699, + 2.605, + 703, + 2.342, 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, - 6101, - 7.031, - 6102, - 7.879, - 6106, - 8.616, - 6107, - 8.616 + 3.538, + 724, + 3.573, + 752, + 1.781, + 758, + 1.715, + 773, + 2.644, + 792, + 2.204, + 793, + 1.798, + 826, + 2.03, + 854, + 2.141, + 866, + 1.44, + 880, + 1.873, + 894, + 1.527, + 914, + 1.614, + 924, + 1.835, + 931, + 2.43, + 941, + 1.515, + 954, + 3.024, + 959, + 3.178, + 973, + 2.915, + 1007, + 1.354, + 1010, + 1.588, + 1017, + 4.237, + 1019, + 2.758, + 1029, + 1.873, + 1034, + 1.482, + 1065, + 3.153, + 1079, + 2.895, + 1104, + 1.345, + 1144, + 2.204, + 1157, + 2.03, + 1169, + 3.534, + 1180, + 2.112, + 1188, + 4.349, + 1220, + 2.396, + 1224, + 1.854, + 1228, + 5.847, + 1253, + 4.988, + 1254, + 3.459, + 1255, + 2.67, + 1256, + 2.396, + 1257, + 2.396, + 1258, + 2.546, + 1259, + 2.442, + 1332, + 1.563, + 1525, + 2.442, + 1599, + 2.442, + 1604, + 2.03, + 1672, + 2.083, + 1675, + 6.204, + 1676, + 3.774, + 1681, + 1.656, + 1725, + 5.188, + 1730, + 5.124, + 1741, + 3.316, + 1746, + 3.316, + 1748, + 3.534, + 1749, + 3.153, + 1848, + 2.442, + 1879, + 1.958, + 1884, + 2.537, + 1932, + 2.546, + 1968, + 2.056, + 2078, + 3.774, + 2086, + 2.823, + 2121, + 2.274, + 2131, + 2.823, + 2217, + 2.353, + 2503, + 2.546, + 2579, + 2.742, + 2614, + 2.915, + 2690, + 2.238, + 2717, + 2.823, + 2831, + 2.915, + 2952, + 2.083, + 3084, + 2.67, + 3087, + 2.492, + 3476, + 2.67, + 3482, + 2.823, + 3784, + 2.915, + 3787, + 2.823, + 3802, + 2.823, + 3809, + 5.983, + 3810, + 2.546, + 3811, + 3.024, + 3812, + 3.153, + 3813, + 3.153, + 3850, + 2.915, + 3890, + 2.605, + 4501, + 6.263, + 4503, + 2.823, + 4508, + 5.71, + 4509, + 5.955, + 4513, + 4.672, + 4519, + 3.316, + 4527, + 3.024, + 4581, + 7.656, + 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, + 3.865, + 5926, + 3.865, + 5927, + 3.865, + 5928, + 3.865, + 5929, + 3.865, + 5930, + 3.865, + 5931, + 5.972, + 5932, + 3.534, + 5933, + 3.865 ] ], [ - "type/examples/input/move", + "type/manuals/gpgs", [ - 193, - 1.26 + 0, + 0.731 ] ], [ - "data/examples/input/move", + "data/manuals/gpgs", [ - 7, - 1.429 + 0, + 1.217, + 1, + 2.541, + 2, + 2.515, + 3, + 2.608, + 4, + 2.608, + 5, + 2.621, + 6, + 2.621 ] ], [ - "type/examples/input/text", + "type/manuals/extensions-cocoapods", [ - 193, - 1.26 + 0, + 0.731 ] ], [ - "data/examples/input/text", + "data/manuals/extensions-cocoapods", [ + 0, + 0.963, + 1, + 2.011, + 2, + 1.99, + 3, + 2.063, + 4, + 2.063, + 5, + 2.074, + 6, + 2.074, 7, - 1.494 + 1.504, + 8, + 2.199, + 18, + 1.082, + 20, + 1.307, + 38, + 1.092, + 39, + 1.659, + 42, + 1.428, + 46, + 1.403, + 52, + 2.707, + 59, + 1.066, + 61, + 7.179, + 79, + 0.836, + 99, + 0.999, + 102, + 2.011, + 103, + 2.264, + 107, + 1.496, + 113, + 1.575, + 116, + 3.059, + 148, + 1.613, + 204, + 5.93, + 205, + 5.93, + 229, + 1.441, + 231, + 2.95, + 256, + 2.221, + 260, + 2.649, + 269, + 1.784, + 273, + 1.94, + 282, + 3.894, + 313, + 3.857, + 510, + 2.888, + 646, + 4.984, + 675, + 3.014, + 683, + 4.177, + 692, + 2.95, + 808, + 5.233, + 837, + 6.342, + 924, + 3.732, + 996, + 4.984, + 1047, + 3.732, + 1066, + 3.857, + 1067, + 2.568, + 1104, + 2.736, + 1920, + 4.576, + 1989, + 4.483, + 2089, + 4.418, + 2114, + 4.968, + 2169, + 5.299, + 2264, + 6.15, + 2928, + 5.577, + 2941, + 6.977, + 3252, + 6.629, + 3391, + 6.414, + 3610, + 4.238, + 4734, + 8.994, + 5550, + 6.15, + 5934, + 7.861, + 5935, + 7.861, + 5936, + 7.861, + 5937, + 9.835, + 5938, + 7.861, + 5939, + 7.861, + 5940, + 7.861, + 5941, + 8.994, + 5942, + 7.861, + 5943, + 9.835, + 5944, + 7.861 ] ], [ - "type/examples/input/mouse_and_touch", + "type/manuals/design", [ - 193, - 1.26 + 0, + 0.731 ] ], [ - "data/examples/input/mouse_and_touch", - [] - ], - [ - "type/examples/input/down_duration", - [ - 193, - 1.26 - ] - ], - [ - "data/examples/input/down_duration", - [ - 7, - 1.429 - ] - ], - [ - "type/examples/basics/parent_child", - [ - 193, - 1.26 - ] - ], - [ - "data/examples/basics/parent_child", + "data/manuals/design", [ 7, - 1.126, + 0.86, 9, - 0.906, + 2.325, 10, - 1.945, - 16, - 0.962, - 21, - 1.831, - 22, - 2.035, - 30, - 1.112, - 32, - 1.707, - 33, - 1.192, + 1.948, + 18, + 1.064, + 20, + 1.337, + 38, + 1.233, + 39, + 1.447, 42, - 2.138, + 1.636, + 46, + 1.435, 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, - 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, - 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, - 6109, - 9.964 - ] - ], - [ - "type/examples/basics/message_passing", - [ - 193, - 1.26 - ] - ], - [ - "data/examples/basics/message_passing", - [ - 7, - 1.265 - ] - ], - [ - "type/examples/gui/load_texture", - [ - 193, - 1.26 - ] - ], - [ - "data/examples/gui/load_texture", - [ - 7, - 1.316, - 9, - 0.891, - 10, - 1.592, - 11, - 0.775, - 16, - 0.946, - 26, - 2.339, - 30, - 1.128, - 32, - 1.66, - 39, - 4.441, - 47, - 5.23, + 2.371, 52, - 3.741, - 74, - 1.295, - 86, - 1.245, - 137, - 1.298, - 150, - 5.593, - 172, - 2.415, - 210, - 4.831, - 263, - 2.441, - 285, - 5.194, - 288, - 3.396, - 343, - 2.481, - 369, - 2.765, - 381, - 5.034, - 525, - 3.25, - 569, - 2.522, - 669, - 4.421, - 670, - 4.474, - 758, - 3.77, - 801, - 5.134, - 1814, - 4.142, - 2542, - 5.808, - 2549, - 5.22, - 6110, - 10.484, - 6111, - 8.725, - 6112, - 8.725 - ] - ], - [ - "type/examples/gui/layouts", - [ - 193, - 1.26 - ] - ], - [ - "data/examples/gui/layouts", - [ - 7, - 1.51, - 9, - 0.765, - 11, - 0.8, - 16, - 0.813, - 23, - 1.947, - 30, + 2.48, + 57, + 1.367, + 59, 1.064, - 33, - 1.197, - 67, - 3.156, - 86, - 1.625, - 92, - 3.671, + 76, + 3.648, + 77, + 1.866, + 78, + 3.043, + 79, + 0.855, + 99, + 1.046, + 100, + 1.286, + 102, + 1.754, + 104, + 3.474, + 113, + 1.805, + 126, + 2.305, + 148, + 1.406, + 149, + 2.61, 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, + 2.817, + 153, + 2.283, + 169, + 1.497, + 172, + 2.989, + 174, + 3.672, + 193, + 4.25, + 194, + 1.95, + 195, + 3.97, + 216, + 2.709, + 230, + 2.386, + 231, + 2.572, + 254, + 4.516, + 260, + 2.311, + 268, + 1.4, + 332, + 2.282, + 353, 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 + 380, + 2.434, + 390, + 2.888, + 414, + 4.516, + 436, + 6.629, + 452, + 1.993, + 454, + 3.587, + 490, + 2.864, + 523, + 3.558, + 552, + 2.038, + 555, + 2.135, + 575, + 4.736, + 583, + 4.25, + 587, + 4.621, + 608, + 3.396, + 633, + 3.474, + 634, + 2.709, + 660, + 4.102, + 677, + 4.636, + 680, + 3.602, + 703, + 2.688, + 707, + 5.007, + 762, + 3.099, + 787, + 5.007, + 799, + 4.174, + 898, + 2.434, + 907, + 4.516, + 931, + 1.877, + 938, + 4.332, + 1025, + 2.709, + 1047, + 4.777, + 1104, + 2.386, + 1139, + 3.853, + 1166, + 3.97, + 1354, + 5.007, + 1546, + 3.558, + 1598, + 5.594, + 1662, + 3.015, + 1696, + 4.174, + 1716, + 4.864, + 1770, + 4.174, + 1870, + 5.594, + 1948, + 5.354, + 2249, + 4.621, + 2292, + 5.883, + 2377, + 4.736, + 2546, + 5.007, + 2550, + 3.97, + 2718, + 4.864, + 2748, + 5.883, + 2955, + 6.095, + 3074, + 4.736, + 3107, + 4.736, + 3134, + 4.102, + 3141, + 5.364, + 3361, + 5.594, + 3382, + 5.883, + 3417, + 5.883, + 3488, + 5.883, + 3574, + 5.007, + 3795, + 5.594, + 3830, + 5.594, + 4358, + 5.883, + 4397, + 5.364, + 4406, + 5.883, + 4533, + 4.864, + 4572, + 5.364, + 4706, + 6.269, + 4877, + 6.58, + 5139, + 5.883, + 5219, + 6.269, + 5362, + 5.364, + 5604, + 6.269, + 5682, + 6.269, + 5945, + 9.009, + 5946, + 6.856, + 5947, + 6.856, + 5948, + 6.856, + 5949, + 6.856, + 5950, + 6.856, + 5951, + 6.856, + 5952, + 6.856, + 5953, + 6.856, + 5954, + 5.364, + 5955, + 6.269, + 5956, + 6.856, + 5957, + 6.269, + 5958, + 6.856 ] ], [ - "type/examples/gui/slice9", + "type/manuals/input", [ - 193, - 1.26 + 0, + 0.731 ] ], [ - "data/examples/gui/slice9", + "data/manuals/input", [ 0, - 1.012, + 0.282, + 1, + 0.589, + 2, + 0.583, + 3, + 0.604, + 4, + 0.604, + 5, + 0.607, + 6, + 0.607, 7, - 1.474, + 1.528, 8, - 1.056, + 2.412, 9, - 1.016, + 2.046, + 10, + 2.039, 11, - 1.016, + 0.834, 16, - 1.033, - 29, - 1.855, - 30, - 1.06, - 32, - 1.571, + 1.681, + 18, + 1.136, + 20, + 1.399, + 22, + 1.609, + 36, + 1.566, + 38, + 0.872, + 39, + 0.486, + 41, + 1.209, 42, - 2.615, + 0.711, 44, - 3.313, + 0.961, + 46, + 1.53, 47, - 5.325, + 3.03, + 49, + 0.796, 52, - 2.748, - 71, - 1.694, + 1.862, + 56, + 1.99, + 57, + 1.332, + 59, + 1.025, + 60, + 1.882, + 62, + 1.303, + 63, + 1.116, + 69, + 3.179, + 70, + 2.153, + 72, + 0.766, 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 - ] - ], - [ - "type/examples/gui/healthbar", - [ - 193, - 1.26 - ] - ], - [ - "data/examples/gui/healthbar", - [ - 7, - 1.505, - 8, - 1.375, - 9, - 0.913, - 10, - 1.438, - 11, - 0.7, - 16, - 1.046, - 30, - 0.97, - 32, - 1.5, - 33, - 1.309, - 40, - 5.112, - 47, - 4.584, - 48, - 2.741, - 52, - 2.623, - 58, - 5.312, - 65, - 4.194, - 71, - 1.617, - 74, - 0.875, - 75, - 4.429, - 80, - 3.632, - 81, - 6.166, - 83, - 3.32, - 84, - 6.166, - 92, - 2.708, + 2.268, + 77, + 1.401, + 78, + 1.021, + 79, + 0.96, + 85, + 1.377, + 86, + 1.272, + 90, + 0.548, + 91, + 1.745, 94, - 3.406, + 1.071, + 95, + 2.807, + 96, + 2.99, + 97, + 2.493, + 99, + 1.053, + 100, + 1.269, + 102, + 0.589, + 103, + 0.902, + 105, + 2.051, + 106, + 1.76, + 107, + 1.287, + 108, + 1.151, + 110, + 0.909, + 111, + 0.961, + 113, + 1.475, + 121, + 0.761, + 122, + 2.106, 125, - 3.984, - 137, - 1.724, + 1.555, + 126, + 1.772, + 141, + 1.891, + 148, + 1.769, 149, - 3.067, + 1.491, 151, - 1.445, - 152, - 2.146, - 159, - 3.696, + 0.946, + 153, + 1.782, 160, - 1.412, - 161, - 1.564, + 2.309, + 165, + 2.245, + 167, + 2.976, + 168, + 1.209, + 169, + 0.761, 172, - 2.181, - 193, - 2.268, + 2.949, + 177, + 2.252, + 178, + 3.514, + 194, + 1.824, + 196, + 1.354, + 197, + 1.345, + 198, + 1.643, + 199, + 1.678, + 201, + 0.88, + 202, + 1.272, + 206, + 2.478, + 207, + 2.752, + 208, + 1.012, 210, - 3.632, + 0.931, + 211, + 2.702, + 216, + 2.384, 225, - 4.565, + 1.551, + 226, + 1.679, 229, - 4.333, - 324, - 5.312, - 369, - 3.406, - 381, - 4.412, - 406, - 4.115, - 407, - 1.632, - 514, - 2.798, - 549, - 5.192, - 569, - 2.848, - 584, - 5.591, - 594, - 3.239, - 636, - 4.081, - 646, - 4.306, - 647, - 4.716, - 680, - 3.114, - 811, - 3.32, - 933, - 4.495, - 1011, - 3.597, - 1127, - 3.862, - 1250, - 4.935, - 2274, - 6.989, - 2337, - 6.805, - 2364, - 8.407, - 2368, - 5.591, - 2476, - 4.886, - 2552, - 5.946, - 2654, - 6.431, - 2819, - 5.946, - 3510, - 5.591, - 3947, - 6.431, - 4293, - 7.207, - 4448, - 5.946, - 6121, - 7.882, - 6122, - 7.882, - 6123, - 7.882, - 6124, - 7.882, - 6125, - 7.882, - 6126, - 7.882 - ] - ], - [ - "type/examples/gui/button", - [ - 193, - 1.26 - ] - ], - [ - "data/examples/gui/button", - [ - 7, - 1.336, - 9, - 0.904, - 10, - 1.633, - 11, - 0.795, - 16, - 0.808, - 26, - 2.399, - 30, - 1.127, - 32, - 1.703, - 39, - 4.49, - 47, - 4.953, - 52, - 3.782, - 74, - 1.182, - 86, - 1.277, - 137, - 1.332, - 150, - 5.641, - 172, - 2.477, - 210, - 4.124, + 1.833, + 230, + 1.363, + 236, + 1.153, + 237, + 1.06, + 238, + 1.293, + 240, + 1.454, + 241, + 0.493, + 243, + 1.14, + 244, + 1.96, + 247, + 1.691, + 250, + 0.889, + 253, + 1.962, + 256, + 1.154, + 257, + 0.909, + 261, + 0.977, 263, - 2.504, + 1.171, + 266, + 5.501, + 268, + 1.969, + 269, + 1.876, + 271, + 1.18, + 273, + 0.568, + 276, + 2.954, + 277, + 3.36, + 280, + 0.902, 288, - 3.483, - 343, - 2.545, - 369, - 2.837, - 381, - 5.089, - 525, - 3.334, - 569, - 2.588, + 1.241, + 294, + 2.234, + 295, + 1.805, + 332, + 1.303, + 333, + 0.654, + 367, + 1.878, + 368, + 1.716, + 380, + 1.39, + 382, + 1.84, + 387, + 1.803, + 389, + 2.832, + 392, + 1.372, + 419, + 1.454, + 433, + 0.938, + 446, + 1.153, + 452, + 1.139, + 454, + 0.916, + 457, + 0.817, + 460, + 1.681, + 469, + 1.166, + 471, + 0.617, + 473, + 1.722, + 484, + 1.975, + 490, + 0.961, + 498, + 1.736, + 500, + 0.84, + 505, + 2.008, + 510, + 0.845, + 521, + 2.1, + 522, + 2.989, + 524, + 2.465, + 526, + 3.975, + 543, + 2.051, + 550, + 1.071, + 552, + 1.164, + 553, + 0.823, + 554, + 1.469, + 555, + 1.879, + 561, + 0.729, + 573, + 1.469, + 574, + 2.894, + 577, + 1.536, + 582, + 1.401, + 594, + 1.06, + 595, + 1.241, + 600, + 3.245, + 601, + 0.84, + 602, + 0.931, + 603, + 0.961, + 615, + 2.084, + 629, + 2.213, + 631, + 1.94, + 634, + 0.909, + 635, + 1.516, + 636, + 0.882, + 672, + 1.06, + 677, + 1.06, + 679, + 1.754, + 681, + 3.848, + 687, + 1.354, + 691, + 0.704, + 695, + 1.04, + 704, + 1.484, + 712, + 2.64, + 713, + 1.209, + 716, + 3.441, + 748, + 2.104, + 749, + 1.257, + 751, + 1.584, + 752, + 2.356, + 753, + 4.28, 758, - 3.867, + 1.021, + 765, + 0.806, + 771, + 1.071, + 772, + 2.705, + 785, + 3.858, + 786, + 1.333, 801, - 5.267, - 1814, - 4.249, - 2542, - 4.958, - 2549, - 5.355, - 6127, - 10.645, - 6128, - 8.95 + 2.505, + 811, + 1.94, + 813, + 3.581, + 819, + 1.354, + 823, + 3.368, + 827, + 2.268, + 832, + 1.104, + 859, + 2.561, + 860, + 3.428, + 866, + 1.905, + 891, + 1.734, + 894, + 1.547, + 898, + 0.817, + 903, + 1.241, + 910, + 1.224, + 914, + 1.636, + 917, + 1.04, + 924, + 1.093, + 931, + 2.264, + 939, + 1.14, + 941, + 0.902, + 944, + 1.18, + 947, + 3.554, + 972, + 1.484, + 975, + 1.104, + 978, + 3.634, + 987, + 1.224, + 999, + 1.06, + 1007, + 0.806, + 1009, + 5.812, + 1016, + 2.475, + 1019, + 2.557, + 1025, + 2.673, + 1034, + 0.882, + 1043, + 0.994, + 1064, + 1.919, + 1066, + 1.536, + 1134, + 1.454, + 1135, + 5.573, + 1136, + 1.427, + 1146, + 0.994, + 1148, + 2.104, + 1153, + 1.082, + 1155, + 1.116, + 1158, + 1.06, + 1173, + 1.128, + 1198, + 2.234, + 1216, + 1.224, + 1224, + 1.104, + 1272, + 2.269, + 1279, + 6.154, + 1295, + 1.918, + 1296, + 1.459, + 1301, + 4.28, + 1310, + 4.387, + 1322, + 1.18, + 1332, + 0.931, + 1354, + 2.86, + 1364, + 1.354, + 1412, + 1.551, + 1455, + 1.633, + 1459, + 1.596, + 1472, + 1.031, + 1541, + 1.241, + 1546, + 1.194, + 1560, + 1.516, + 1571, + 1.975, + 1584, + 2.201, + 1588, + 1.919, + 1589, + 1.551, + 1594, + 3.858, + 1604, + 2.058, + 1607, + 1.333, + 1608, + 2.343, + 1609, + 1.333, + 1621, + 1.985, + 1622, + 4.28, + 1623, + 2.705, + 1625, + 1.59, + 1628, + 2.5, + 1637, + 1.484, + 1642, + 4.171, + 1649, + 1.224, + 1656, + 3.734, + 1661, + 1.153, + 1684, + 1.333, + 1685, + 1.736, + 1691, + 1.633, + 1700, + 1.8, + 1718, + 2.104, + 1772, + 1.975, + 1773, + 5.681, + 1774, + 1.166, + 1797, + 1.484, + 1803, + 2.705, + 1807, + 1.104, + 1838, + 3.196, + 1840, + 2.234, + 1841, + 3.494, + 1874, + 1.354, + 1878, + 4.275, + 1884, + 0.977, + 1885, + 2.268, + 1894, + 2.58, + 1895, + 5.961, + 1896, + 2.64, + 1897, + 1.8, + 1902, + 5.681, + 1903, + 6.298, + 1904, + 4.72, + 1908, + 1.77, + 1911, + 2.621, + 1920, + 2.379, + 1928, + 2.756, + 1930, + 5.552, + 1932, + 1.516, + 1973, + 1.377, + 1979, + 1.401, + 2024, + 2.311, + 2027, + 3.351, + 2030, + 3.446, + 2042, + 2.17, + 2160, + 3.446, + 2268, + 1.224, + 2437, + 1.878, + 2507, + 1.377, + 2523, + 1.878, + 2548, + 1.354, + 2648, + 5.805, + 2649, + 1.377, + 2684, + 1.354, + 2808, + 1.878, + 2827, + 3.196, + 2834, + 1.736, + 2871, + 1.312, + 2916, + 1.454, + 2925, + 2.525, + 3006, + 1.681, + 3144, + 1.551, + 3236, + 1.8, + 3319, + 4.387, + 3342, + 1.427, + 3363, + 1.59, + 3621, + 3.064, + 3650, + 1.975, + 3658, + 4.675, + 3784, + 1.736, + 3795, + 1.878, + 3884, + 2.104, + 3972, + 1.241, + 4002, + 3.064, + 4020, + 1.878, + 4130, + 1.975, + 4242, + 1.633, + 4429, + 1.878, + 4430, + 2.86, + 4456, + 4.923, + 4457, + 2.104, + 4464, + 2.778, + 4465, + 1.551, + 4466, + 5.084, + 4472, + 5.375, + 4474, + 3.581, + 4475, + 3.581, + 4558, + 1.975, + 4576, + 1.975, + 4703, + 1.975, + 4720, + 1.878, + 4723, + 1.975, + 4742, + 6.637, + 4931, + 1.878, + 4986, + 2.104, + 5110, + 1.878, + 5143, + 4.72, + 5144, + 1.975, + 5164, + 2.104, + 5959, + 2.301, + 5960, + 2.301, + 5961, + 3.916, + 5962, + 2.301, + 5963, + 3.581, + 5964, + 2.301, + 5965, + 2.301, + 5966, + 2.301, + 5967, + 5.177, + 5968, + 3.36, + 5969, + 2.301, + 5970, + 6.033, + 5971, + 1.878, + 5972, + 2.104, + 5973, + 2.301, + 5974, + 4.387, + 5975, + 1.975, + 5976, + 1.975, + 5977, + 2.301, + 5978, + 2.104, + 5979, + 1.975, + 5980, + 2.301, + 5981, + 3.916, + 5982, + 3.916, + 5983, + 5.112, + 5984, + 2.301, + 5985, + 3.916 ] ], [ - "type/examples/gui/stencil", + "type/manuals/sony-playstation", [ - 193, - 1.26 + 0, + 0.731 ] ], [ - "data/examples/gui/stencil", + "data/manuals/sony-playstation", [ + 0, + 0.852, + 1, + 1.78, + 2, + 1.762, + 3, + 1.826, + 4, + 1.826, + 5, + 1.836, + 6, + 1.836, 7, - 1.265 + 1.556, + 10, + 1.504, + 18, + 1.089, + 20, + 1.209, + 38, + 1.01, + 42, + 1.952, + 46, + 1.298, + 49, + 2.406, + 57, + 1.164, + 59, + 1.033, + 76, + 4.84, + 77, + 1.441, + 79, + 0.591, + 99, + 1.079, + 103, + 1.602, + 105, + 2.792, + 106, + 1.246, + 113, + 1.394, + 126, + 1.381, + 153, + 2.531, + 158, + 2.659, + 169, + 1.508, + 194, + 1.66, + 198, + 1.895, + 201, + 1.564, + 206, + 3.373, + 260, + 2.345, + 269, + 2.3, + 271, + 3.568, + 273, + 2.245, + 292, + 4.605, + 313, + 2.729, + 380, + 2.47, + 392, + 2.438, + 452, + 2.645, + 454, + 4.035, + 457, + 2.47, + 489, + 3.238, + 537, + 3.969, + 552, + 2.705, + 600, + 3.338, + 603, + 2.906, + 604, + 3.526, + 614, + 3.567, + 673, + 4.03, + 679, + 3.117, + 680, + 3.656, + 683, + 2.956, + 685, + 2.837, + 691, + 2.129, + 735, + 3.338, + 809, + 5.112, + 895, + 5.591, + 902, + 3.969, + 910, + 4.84, + 932, + 4.936, + 934, + 4.936, + 941, + 3.567, + 1059, + 5.678, + 1067, + 2.273, + 1092, + 6.363, + 1104, + 3.528, + 1146, + 3.007, + 1274, + 6.363, + 1629, + 3.117, + 1681, + 2.981, + 1767, + 4.095, + 1929, + 3.656, + 2006, + 3.656, + 2078, + 4.397, + 2335, + 4.487, + 2346, + 4.095, + 2431, + 5.971, + 2548, + 4.095, + 2955, + 3.969, + 3014, + 5.444, + 3415, + 4.97, + 3792, + 7.806, + 3794, + 5.971, + 3799, + 5.971, + 3800, + 6.363, + 3801, + 6.363, + 4086, + 8.318, + 5986, + 9.097, + 5987, + 6.958, + 5988, + 11.441, + 5989, + 11.656, + 5990, + 7.117 ] ], [ - "type/examples/gui/pointer_over", + "type/manuals/building-blocks", [ - 193, - 1.26 + 0, + 0.731 ] ], [ - "data/examples/gui/pointer_over", + "data/manuals/building-blocks", [ + 0, + 0.36, + 1, + 0.752, + 2, + 0.744, + 3, + 0.772, + 4, + 0.772, + 5, + 0.776, + 6, + 0.776, 7, - 1.336, + 1.503, + 8, + 3.174, 9, - 0.904, + 2.067, 10, - 1.633, + 2.401, 11, - 0.795, - 16, - 0.808, - 26, - 2.399, - 30, - 1.127, - 32, - 1.703, + 1.741, + 12, + 1.342, + 18, + 1.116, + 20, + 1.45, + 28, + 1.425, + 36, + 2.127, + 38, + 0.677, 39, - 4.49, - 47, - 4.953, + 0.621, + 41, + 1.545, + 42, + 0.873, + 46, + 1.69, + 48, + 1.703, + 49, + 2.433, + 50, + 3.375, 52, - 3.782, - 74, - 1.182, + 1.677, + 56, + 1.144, + 57, + 1.468, + 59, + 1.002, + 60, + 1.695, + 62, + 1.599, + 70, + 2.024, + 72, + 2.028, + 75, + 2.113, + 77, + 1.819, + 79, + 1.025, 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, - 6129, - 10.645, - 6130, - 8.95 - ] - ], - [ - "type/examples/gui/drag", - [ - 193, - 1.26 - ] - ], - [ - "data/examples/gui/drag", - [ - 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, + 0.955, + 90, + 0.701, + 91, + 1.004, + 93, + 1.896, + 96, + 2.638, + 97, + 1.762, + 99, + 1.049, + 100, + 0.552, + 102, + 2.129, + 103, + 1.62, + 106, + 1.825, + 107, + 1.671, + 108, + 1.791, + 109, + 1.096, 110, - 2.992, + 3.746, + 111, + 1.228, + 113, + 0.589, + 116, + 1.144, + 119, + 3.931, + 121, + 0.973, + 122, + 1.897, + 126, + 1.539, + 133, + 5.006, + 146, + 1.441, + 148, + 2.049, + 149, + 1.119, 150, - 4.312, + 0.744, + 151, + 2.504, + 153, + 2.388, + 158, + 1.405, 160, - 1.61, - 161, - 1.784, + 1.791, + 169, + 1.154, + 170, + 2.698, 193, - 2.253, - 210, - 5.426, - 273, - 3.498, - 343, - 2.556, - 381, - 4.026, - 407, + 1.823, + 194, 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 - ] - ], - [ - "type/examples/gui/get_set_material", - [ - 193, - 1.26 - ] - ], - [ - "data/examples/gui/get_set_material", - [] - ], - [ - "type/examples/gui/get_set_font", - [ - 193, - 1.26 - ] - ], - [ - "data/examples/gui/get_set_font", - [] - ], - [ - "type/examples/gui/get_set_texture", - [ - 193, - 1.26 - ] - ], - [ - "data/examples/gui/get_set_texture", - [] - ], - [ - "type/examples/gui/color", - [ - 193, - 1.26 - ] - ], - [ - "data/examples/gui/color", - [ - 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, + 195, + 1.703, + 196, + 1.017, + 197, + 1.01, + 198, + 1.916, + 199, + 3.323, + 200, + 1.79, + 201, + 1.87, + 206, + 2.329, + 208, 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 - ] - ], - [ - "type/examples/gui/progress", - [ - 193, - 1.26 - ] - ], - [ - "data/examples/gui/progress", - [ - 7, - 1.14, - 8, - 1.163, - 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, + 1.943, + 211, + 2.152, + 226, + 1.958, + 227, + 3.529, + 228, + 2.566, + 229, + 1.29, + 230, + 2.7, + 231, + 2.91, + 234, + 1.677, + 241, + 1.881, + 244, + 1.843, + 246, + 1.937, + 247, + 0.973, + 249, + 1.411, + 250, + 2.996, + 251, + 2.808, + 256, + 1.376, + 257, + 1.162, + 258, + 1.937, + 260, + 1.62, + 262, + 3.759, + 269, + 1.09, + 290, + 1.144, 306, - 4.271, - 347, - 4.359, + 1.293, + 313, + 1.884, + 328, + 1.759, + 332, + 0.979, + 333, + 0.836, + 351, + 1.526, + 368, + 1.366, 382, - 6.447, - 827, - 4.353, - 1117, - 6.447, - 1250, - 4.552, - 1275, - 4.899, - 2354, - 5.742, + 1.729, + 390, + 2.024, + 402, + 2.557, + 428, + 4.641, + 433, + 1.199, + 434, + 1.368, + 452, + 1.771, + 454, + 1.171, + 459, + 2.236, + 471, + 1.288, + 473, + 2.68, + 474, + 2.148, + 487, + 4.323, + 521, + 1.023, + 523, + 1.526, + 524, + 2.598, + 527, + 8.148, + 529, + 2.399, + 532, + 5.139, + 534, + 2.258, + 535, + 2.148, + 536, + 1.937, + 537, + 1.677, + 538, + 2.689, + 541, + 2.557, + 544, + 3.319, + 547, + 1.73, + 552, + 0.874, + 556, + 1.208, + 561, + 2.458, + 573, + 1.103, + 574, + 2.305, + 577, + 1.153, + 579, + 1.473, + 581, + 2.59, + 594, + 2.808, + 595, + 1.585, + 601, + 1.073, + 602, + 1.189, + 629, + 1.445, + 631, + 2.381, + 635, + 1.937, + 675, + 1.128, + 676, + 1.342, + 677, + 1.355, + 683, + 1.249, + 689, + 1.317, + 691, + 1.864, + 692, + 1.803, + 703, + 1.884, + 704, + 1.896, + 713, + 1.545, + 751, + 1.189, + 765, + 1.684, + 787, + 3.51, + 792, + 1.677, + 808, + 1.565, + 828, + 1.73, + 834, + 1.457, + 848, + 1.457, + 854, + 4.297, + 856, + 1.18, + 859, + 1.473, + 885, + 1.79, + 894, + 1.162, + 901, + 2.076, + 903, + 1.585, + 908, + 2.218, + 914, + 3.24, + 917, + 1.329, + 919, + 1.508, + 923, + 2.355, + 931, + 3.142, + 944, + 2.464, + 948, + 1.162, + 950, + 5.484, + 975, + 1.411, + 977, + 1.565, + 978, + 3.065, + 979, + 1.329, + 981, + 2.925, + 987, + 1.565, + 991, + 1.79, + 993, + 2.7, + 1007, + 3.891, + 1016, + 1.858, + 1025, + 1.162, + 1079, + 1.425, + 1115, + 2.523, + 1141, + 2.925, + 1155, + 3.76, + 1158, + 2.214, + 1193, + 1.759, + 1253, + 1.652, + 1289, + 1.823, + 1291, + 1.759, + 1296, + 1.79, + 1306, + 3.037, + 1332, + 1.943, + 1337, + 1.896, + 1382, + 1.629, + 1426, + 3.709, + 1445, + 2.086, + 1455, + 2.086, + 1499, + 1.759, + 1513, + 2.399, + 1544, + 1.823, + 1546, + 1.526, + 1559, + 2.979, + 1574, + 1.79, + 1584, + 1.652, + 1589, + 3.239, + 1594, + 1.677, + 1597, + 3.529, + 1599, + 3.85, + 1600, + 1.759, + 1604, + 1.545, + 1617, + 2.301, + 1622, + 2.086, + 1623, + 2.031, + 1628, + 4.841, + 1661, + 1.473, + 1662, + 2.113, + 1725, + 1.858, + 1774, + 1.49, + 1804, + 1.411, + 1871, + 1.425, + 1874, + 1.73, + 1936, + 1.629, + 2078, + 1.858, + 2080, + 1.982, + 2082, + 2.086, + 2093, + 2.218, + 2114, + 3.85, + 2116, + 1.677, + 2121, + 3.586, + 2128, + 2.218, + 2175, + 1.937, + 2184, + 2.218, + 2316, + 2.148, + 2436, + 2.523, 2506, - 5.859, - 2552, - 6.855, - 3216, - 7.109, - 5385, - 6.447, - 5665, - 10.14, - 6131, - 7.415 + 5.681, + 2507, + 2.875, + 2524, + 5.001, + 2532, + 1.896, + 2544, + 1.896, + 2631, + 1.858, + 2649, + 1.759, + 2668, + 2.689, + 2670, + 4.123, + 2695, + 2.523, + 2738, + 1.896, + 2952, + 1.585, + 3075, + 2.689, + 3084, + 2.031, + 3087, + 1.896, + 3117, + 2.218, + 3379, + 2.301, + 3394, + 2.523, + 3401, + 5.741, + 3427, + 2.301, + 3429, + 2.689, + 3438, + 2.148, + 3476, + 2.031, + 3581, + 2.301, + 3623, + 2.301, + 3787, + 2.148, + 3866, + 2.399, + 3897, + 1.858, + 4134, + 1.937, + 4445, + 2.399, + 4540, + 2.523, + 4559, + 2.689, + 4560, + 2.689, + 5113, + 2.399, + 5362, + 2.301, + 5635, + 2.399, + 5841, + 2.399, + 5991, + 2.941, + 5992, + 2.941, + 5993, + 2.941, + 5994, + 2.941, + 5995, + 2.941, + 5996, + 2.941, + 5997, + 2.941, + 5998, + 2.941, + 5999, + 2.941, + 6000, + 2.689, + 6001, + 2.941, + 6002, + 2.941, + 6003, + 2.941, + 6004, + 2.941, + 6005, + 2.941, + 6006, + 2.941, + 6007, + 2.941, + 6008, + 2.689, + 6009, + 2.689, + 6010, + 2.689, + 6011, + 2.399, + 6012, + 2.941, + 6013, + 2.689, + 6014, + 4.123, + 6015, + 2.941, + 6016, + 2.941, + 6017, + 2.941 ] ], [ - "type/examples/timer/repeating_timer", + "type/manuals/material", [ - 193, - 1.26 + 0, + 0.731 ] ], [ - "data/examples/timer/repeating_timer", + "data/manuals/material", [ 7, - 1.126, + 1.421, 8, - 1.148, - 9, - 1.021, + 1.611, + 10, + 1.245, 11, - 0.946, - 13, - 2.967, - 16, - 0.809, - 29, - 2.015, + 3.605, + 15, + 8.18, + 18, + 1.132, + 19, + 8.418, + 20, + 1.064, + 22, + 2.367, + 24, + 5.06, 30, - 0.962, - 39, - 4.212, - 47, - 4.96, + 3.504, + 31, + 5.762, + 32, + 8.832, + 36, + 1.149, + 38, + 0.889, + 46, + 1.492, + 57, + 1.42, + 59, + 0.977, + 77, + 1.658, + 79, + 0.845, 86, - 1.28, - 121, - 2.537, - 123, - 3.25, - 137, - 1.334, - 191, + 3.605, + 90, + 2.194, + 97, + 1.665, + 99, + 0.961, + 100, + 1.081, + 103, + 1.326, + 104, + 2.919, + 105, + 2.311, + 106, + 1.649, + 107, + 1.524, + 111, + 2.406, + 113, + 1.154, + 116, + 3.117, + 117, + 4.712, + 120, + 3.446, + 122, + 1.793, + 126, + 1.589, + 144, + 3.026, + 148, + 1.643, + 150, + 1.458, + 153, + 1.817, + 160, + 2.354, + 169, + 1.191, + 177, + 1.762, + 185, + 4.326, + 201, + 1.294, + 203, + 3.105, + 207, + 2.665, + 226, + 2.228, + 241, + 2.13, + 249, + 3.841, + 260, 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, + 261, + 2.447, + 263, + 2.394, + 268, + 1.176, + 269, + 2.089, + 273, + 1.977, + 279, + 4.7, + 289, + 3.446, + 330, + 2.553, + 333, + 2.829, + 342, + 2.58, + 345, + 2.792, + 358, + 2.654, + 361, + 4.5, + 429, + 2.792, + 477, + 5.532, + 479, + 2.161, + 515, + 3.571, + 550, + 2.68, + 575, + 3.979, + 588, + 2.989, + 596, + 3.147, + 601, + 2.101, + 602, + 2.33, + 636, + 2.209, + 656, + 3.64, + 660, + 3.446, + 675, + 3.53, + 679, + 2.58, + 751, + 2.33, + 758, + 2.556, + 769, + 3.714, + 774, + 2.604, + 786, + 3.336, + 793, + 3.726, + 856, + 2.311, + 894, + 2.276, + 898, + 2.843, + 917, + 2.604, + 928, + 3.979, + 986, + 3.882, + 1039, + 3.105, + 1041, + 4.498, + 1042, + 3.795, + 1144, + 6.332, + 1228, + 3.795, + 1257, + 3.571, + 1295, + 2.161, + 1332, + 2.33, + 1385, + 4.086, + 1452, + 4.506, + 1499, + 3.446, + 1507, + 3.571, + 1544, + 3.571, + 1549, + 4.7, + 1606, + 3.39, + 1699, + 4.7, + 1749, + 4.7, + 1790, + 4.086, 1797, - 5.367, - 2225, - 5.278, - 3171, - 5.367, - 3216, - 7.017, - 3532, - 7.785, - 5385, - 6.363, - 6131, - 8.697, - 6132, - 7.562, - 6133, - 8.202, - 6134, - 8.969, - 6135, - 7.696 + 3.714, + 1864, + 3.795, + 1875, + 4.086, + 1879, + 2.919, + 1912, + 4.345, + 1927, + 4.943, + 1948, + 3.065, + 2066, + 3.795, + 2162, + 4.943, + 2236, + 3.571, + 2613, + 3.979, + 2622, + 4.506, + 2633, + 4.72, + 2635, + 4.943, + 2657, + 3.237, + 2676, + 4.7, + 2775, + 3.105, + 3192, + 4.207, + 3193, + 5.267, + 3527, + 3.882, + 3779, + 7.202, + 3780, + 7.202, + 4207, + 5.532, + 4258, + 7.784, + 4404, + 4.943, + 4414, + 5.267, + 4505, + 6.724, + 5291, + 4.943, + 6018, + 5.76, + 6019, + 5.76, + 6020, + 5.76, + 6021, + 5.76, + 6022, + 5.76, + 6023, + 4.207, + 6024, + 5.76, + 6025, + 5.76, + 6026, + 5.76, + 6027, + 5.76, + 6028, + 5.267, + 6029, + 5.76, + 6030, + 5.76, + 6031, + 5.76, + 6032, + 5.267, + 6033, + 6.871, + 6034, + 5.76, + 6035, + 5.76, + 6036, + 5.76, + 6037, + 8.008, + 6038, + 8.008, + 6039, + 5.267, + 6040, + 4.207, + 6041, + 8.008, + 6042, + 5.76, + 6043, + 5.76, + 6044, + 5.76, + 6045, + 5.267, + 6046, + 5.267 ] ], [ - "type/examples/timer/cancel_timer", + "type/manuals/android", [ - 193, - 1.26 + 0, + 0.731 ] ], [ - "data/examples/timer/cancel_timer", + "data/manuals/android", [ + 0, + 0.385, + 1, + 0.804, + 2, + 0.795, + 3, + 0.825, + 4, + 0.825, + 5, + 0.829, + 6, + 0.829, 7, - 1.111, + 1.544, + 8, + 2.715, 9, - 0.899, - 11, - 0.939, - 13, - 2.929, - 16, - 0.955, + 1.066, + 10, + 1.582, + 12, + 1.434, + 18, + 1.118, + 20, + 1.324, 22, - 2.009, - 29, - 1.99, - 30, - 1.058, - 33, - 1.406, - 39, - 3.499, - 47, - 4.922, - 71, - 1.817, + 1.291, + 23, + 1.42, + 28, + 1.523, + 36, + 1.874, + 38, + 1.107, + 42, + 1.559, + 44, + 1.312, + 46, + 1.527, + 49, + 2.776, + 52, + 1.396, + 54, + 1.492, + 57, + 1.155, + 59, + 1.06, + 60, + 0.874, + 65, + 2.07, + 66, + 2.026, + 79, + 0.975, 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, + 1.02, + 90, + 0.749, + 91, + 1.072, + 99, + 1.061, + 100, + 1.373, + 102, + 0.804, + 103, + 1.684, + 106, + 0.563, + 107, + 1.847, + 108, + 1.874, + 109, + 1.889, + 113, + 1.944, + 116, + 1.223, + 125, + 0.956, + 126, + 1.978, + 135, + 1.819, + 139, + 1.819, + 142, + 0.934, + 148, + 2.044, + 149, + 1.93, + 150, + 2.379, + 153, + 2.666, + 169, + 1.089, + 172, + 4.096, + 177, + 1.551, + 194, + 0.573, + 197, + 2.19, + 198, + 2.827, + 201, + 1.804, + 207, + 1.046, + 208, + 2.23, + 216, + 1.241, + 226, + 2.388, + 229, + 1.472, + 230, + 1.093, + 231, + 1.179, + 238, + 1.765, + 239, + 2.23, + 241, + 2.223, + 253, + 1.574, + 256, + 1.812, + 268, + 1.981, + 269, + 2.202, + 270, + 3.703, + 271, + 1.611, + 273, + 0.775, + 280, + 1.232, + 285, + 1.407, + 332, + 1.688, + 334, + 2.809, + 380, + 1.115, + 390, + 1.323, + 392, + 1.101, + 402, + 1.672, + 414, + 2.07, + 433, + 2.599, + 451, + 2.295, + 452, + 1.853, + 457, + 1.115, + 459, + 1.462, + 464, + 2.458, + 471, + 1.709, + 473, + 1.382, + 481, + 2.892, + 490, + 1.312, + 492, + 1.819, + 511, + 1.672, + 514, + 2.17, + 522, + 1.556, + 523, + 1.63, + 537, + 1.792, + 543, + 2.558, + 552, + 1.508, + 554, + 1.902, + 561, + 0.996, + 573, + 1.902, + 592, + 2.026, + 596, + 1.716, + 607, + 2.563, + 614, + 3.148, + 623, + 4.422, + 629, + 0.945, + 633, + 2.569, + 636, + 1.205, + 640, + 2.229, + 642, + 5.423, + 649, + 4.377, + 656, + 1.985, + 660, + 3.034, + 673, + 1.819, + 674, + 1.574, + 675, + 1.944, + 676, + 2.909, + 681, + 1.539, + 683, + 2.708, + 685, + 2.067, + 686, + 1.694, + 689, + 1.407, + 691, + 0.961, + 695, + 1.42, + 698, + 2.696, + 702, + 2.54, + 707, + 2.295, + 708, + 2.229, 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, - 6135, - 9.076, - 6136, - 8.855, - 6137, - 8.855 + 2.458, + 712, + 4.297, + 719, + 2.696, + 744, + 3.09, + 746, + 2.17, + 751, + 2.051, + 771, + 1.462, + 773, + 1.138, + 807, + 1.819, + 809, + 1.765, + 831, + 3.034, + 848, + 1.556, + 856, + 1.261, + 864, + 2.17, + 874, + 1.611, + 890, + 2.631, + 895, + 3.058, + 901, + 1.358, + 910, + 1.672, + 917, + 2.292, + 924, + 3.811, + 925, + 2.07, + 932, + 2.229, + 934, + 2.229, + 960, + 1.42, + 968, + 2.696, + 969, + 1.913, + 996, + 1.592, + 1010, + 1.291, + 1040, + 1.88, + 1043, + 1.358, + 1064, + 1.539, + 1067, + 1.656, + 1068, + 1.985, + 1090, + 2.966, + 1104, + 1.765, + 1120, + 1.849, + 1131, + 4.807, + 1176, + 2.118, + 1198, + 1.792, + 1283, + 1.716, + 1284, + 2.026, + 1306, + 1.985, + 1412, + 2.118, + 1432, + 1.765, + 1460, + 1.765, + 1479, + 1.849, + 1484, + 2.37, + 1492, + 1.948, + 1495, + 1.74, + 1499, + 1.88, + 1511, + 1.694, + 1548, + 1.694, + 1556, + 7.32, + 1562, + 2.07, + 1570, + 2.118, + 1655, + 1.651, + 1667, + 2.37, + 1684, + 1.819, + 1700, + 3.967, + 1769, + 4.33, + 1774, + 1.592, + 1807, + 2.432, + 1882, + 2.25, + 1884, + 1.334, + 1893, + 1.88, + 1908, + 2.292, + 1925, + 2.563, + 1933, + 2.698, + 1961, + 4.887, + 1993, + 4.297, + 2022, + 6.278, + 2024, + 4.77, + 2025, + 2.563, + 2026, + 3.34, + 2027, + 4.252, + 2075, + 1.88, + 2096, + 1.74, + 2101, + 3.143, + 2148, + 2.563, + 2164, + 1.358, + 2194, + 5.62, + 2267, + 2.563, + 2320, + 2.37, + 2373, + 1.985, + 2388, + 2.696, + 2420, + 2.118, + 2433, + 1.88, + 2469, + 2.229, + 2522, + 2.458, + 2683, + 2.229, + 2709, + 2.118, + 2822, + 1.913, + 2916, + 1.985, + 2956, + 5.411, + 2957, + 7.065, + 2962, + 6.055, + 2974, + 3.967, + 2975, + 4.137, + 2981, + 3.503, + 2983, + 2.873, + 2984, + 2.873, + 2985, + 5.519, + 2986, + 2.563, + 2991, + 2.37, + 3006, + 2.295, + 3069, + 4.637, + 3107, + 2.17, + 3159, + 2.458, + 3166, + 2.563, + 3185, + 6.812, + 3186, + 7.34, + 3196, + 10.492, + 3200, + 2.295, + 3213, + 3.967, + 3224, + 2.07, + 3306, + 2.37, + 3363, + 2.17, + 3608, + 2.696, + 3610, + 1.694, + 3651, + 2.563, + 3655, + 2.873, + 3681, + 5.863, + 3695, + 3.703, + 4012, + 2.563, + 4020, + 2.563, + 4292, + 2.873, + 4384, + 2.295, + 4483, + 2.229, + 4554, + 2.873, + 4717, + 2.563, + 4854, + 1.819, + 4873, + 2.295, + 5152, + 2.873, + 5247, + 2.458, + 5251, + 2.873, + 5445, + 2.873, + 5585, + 2.873, + 5586, + 2.873, + 5657, + 2.873, + 6047, + 3.142, + 6048, + 3.142, + 6049, + 3.142, + 6050, + 3.142, + 6051, + 3.142, + 6052, + 3.142, + 6053, + 3.142, + 6054, + 3.142, + 6055, + 3.142, + 6056, + 3.142, + 6057, + 3.142, + 6058, + 3.142, + 6059, + 3.142, + 6060, + 3.142, + 6061, + 3.142, + 6062, + 3.142, + 6063, + 5.07, + 6064, + 3.142, + 6065, + 5.07, + 6066, + 5.07, + 6067, + 3.142, + 6068, + 3.142, + 6069, + 3.142, + 6070, + 5.07, + 6071, + 2.696, + 6072, + 2.696, + 6073, + 3.142, + 6074, + 3.142, + 6075, + 2.458, + 6076, + 5.07, + 6077, + 3.142, + 6078, + 3.142, + 6079, + 3.142, + 6080, + 3.142, + 6081, + 3.142, + 6082, + 3.142, + 6083, + 3.142, + 6084, + 3.142, + 6085, + 3.142, + 6086, + 3.142, + 6087, + 4.351, + 6088, + 3.142, + 6089, + 3.142, + 6090, + 3.142, + 6091, + 4.637, + 6092, + 2.873, + 6093, + 8.027, + 6094, + 3.142, + 6095, + 3.142 ] ], [ - "type/examples/timer/trigger_timer", + "type/examples", [ - 193, + 39, 1.26 ] ], [ - "data/examples/timer/trigger_timer", + "data/examples", [ - 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 + 18, + 1.018, + 57, + 1.265, + 113, + 1.981, + 208, + 4.349, + 561, + 3.134, + 681, + 4.845, + 2089, + 5.556, + 4104, + 6.248 ] ], [ - "type/examples/file/sys_save_load", + "type/examples/gui/drag", [ - 193, + 39, 1.26 ] ], [ - "data/examples/file/sys_save_load", + "data/examples/gui/drag", [ 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, + 1.129, + 18, + 1.063, + 20, + 1.419, + 39, + 2.254, + 47, + 4.028, + 56, + 3.5, + 57, + 1.366, + 58, + 4.667, + 59, + 0.812, + 67, + 4.506, + 77, + 2.211, + 79, + 1.001, + 83, + 5.8, + 95, + 4.185, + 99, + 0.948, + 100, + 1.688, + 106, + 1.611, + 107, + 1.711, + 121, + 2.975, + 126, + 1.785, + 148, + 1.845, + 206, + 4.36, + 207, + 2.993, + 237, + 5.427, + 240, + 2.558, + 249, + 4.314, + 268, + 1.836, + 276, + 6.785, + 600, + 4.314, + 675, + 3.449, + 746, + 6.213, + 785, + 5.13, + 1159, + 7.036, + 1166, 5.209, - 2368, - 6.576, - 3477, - 5.747, - 6138, - 9.269 + 1214, + 6.381, + 4464, + 6.381, + 6009, + 8.224 ] ], [ - "type/examples/animation/easing", + "type/examples/gui/get_set_material", [ - 193, + 39, 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 - ] + "data/examples/gui/get_set_material", + [] ], [ - "type/examples/animation/cursor", + "type/examples/gui/layouts", [ - 193, + 39, 1.26 ] ], [ - "data/examples/animation/cursor", + "data/examples/gui/layouts", [ 7, - 1.348, - 9, - 0.913, + 1.51, 10, - 1.96, - 11, - 0.807, - 16, - 1.032, - 30, - 1.123, - 52, - 3.024, - 137, - 1.352, - 151, - 1.666, - 160, - 1.628, - 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, - 6139, - 7.797 - ] - ], - [ - "type/examples/animation/spine", - [ - 193, - 1.26 - ] - ], - [ - "data/examples/animation/spine", - [ - 7, - 1.265 + 1.949, + 18, + 1.064, + 20, + 1.198, + 23, + 4.075, + 28, + 4.369, + 42, + 1.637, + 46, + 1.626, + 47, + 4.037, + 59, + 0.813, + 79, + 0.766, + 99, + 0.8, + 106, + 1.614, + 114, + 9.173, + 132, + 3.673, + 150, + 2.282, + 199, + 3.861, + 229, + 1.652, + 239, + 3.964, + 244, + 3.456, + 250, + 3.482, + 392, + 3.158, + 396, + 7.355, + 398, + 7.355, + 449, + 5.393, + 454, + 3.589, + 614, + 3.534, + 615, + 4.796, + 692, + 3.382, + 780, + 7.734, + 826, + 4.736, + 834, + 4.465, + 894, + 3.561, + 925, + 5.938, + 1324, + 4.677, + 2259, + 8.916, + 3059, + 6.394 ] ], [ - "type/examples/animation/euler_rotation", + "type/examples/gui/button", [ - 193, + 39, 1.26 ] ], [ - "data/examples/animation/euler_rotation", - [] + "data/examples/gui/button", + [ + 7, + 1.337, + 8, + 2.505, + 18, + 1.127, + 38, + 1.183, + 46, + 1.278, + 47, + 5.091, + 59, + 0.808, + 72, + 3.783, + 79, + 0.905, + 95, + 4.955, + 96, + 2.838, + 97, + 2.589, + 99, + 0.795, + 107, + 1.704, + 169, + 1.332, + 194, + 1.634, + 216, + 4.491, + 237, + 4.127, + 240, + 2.547, + 290, + 3.485, + 471, + 2.4, + 600, + 5.642, + 901, + 3.87, + 931, + 2.452, + 1273, + 5.27, + 1296, + 3.336, + 1600, + 5.358, + 1724, + 4.252, + 1936, + 4.961, + 6096, + 10.649, + 6097, + 8.956 + ] ], [ - "type/examples/animation/chained_tween", + "type/examples/gui/pointer_over", [ - 193, + 39, 1.26 ] ], [ - "data/examples/animation/chained_tween", + "data/examples/gui/pointer_over", [ 7, - 1.265 + 1.337, + 8, + 2.505, + 18, + 1.127, + 38, + 1.183, + 46, + 1.278, + 47, + 5.091, + 59, + 0.808, + 72, + 3.783, + 79, + 0.905, + 95, + 4.955, + 96, + 2.838, + 97, + 2.589, + 99, + 0.795, + 107, + 1.704, + 169, + 1.332, + 194, + 1.634, + 216, + 4.491, + 237, + 4.127, + 240, + 2.547, + 290, + 3.485, + 471, + 2.4, + 600, + 5.642, + 901, + 3.87, + 931, + 2.452, + 1273, + 5.27, + 1296, + 3.336, + 1600, + 5.358, + 1724, + 4.252, + 1936, + 4.961, + 6098, + 10.649, + 6099, + 8.956 ] ], [ - "type/examples/animation/flipbook", + "type/examples/gui/get_set_font", [ - 193, + 39, 1.26 ] ], [ - "data/examples/animation/flipbook", - [ - 7, - 1.395, - 9, - 0.818, - 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, - 441, - 3.353, - 860, - 3.694 - ] + "data/examples/gui/get_set_font", + [] ], [ - "type/examples/animation/spinner", + "type/examples/gui/color", [ - 193, + 39, 1.26 ] ], [ - "data/examples/animation/spinner", + "data/examples/gui/color", [ 7, - 1.265 + 1.495, + 18, + 1.075, + 20, + 1.238, + 39, + 1.966, + 47, + 4.172, + 57, + 1.394, + 58, + 5.996, + 59, + 0.841, + 67, + 4.666, + 99, + 0.827, + 121, + 3.081, + 133, + 5.089, + 150, + 2.358, + 212, + 4.334, + 257, + 3.68, + 269, + 2.113, + 272, + 7.027, + 320, + 6.521, + 322, + 8.527, + 323, + 5.573, + 2584, + 7.993, + 3247, + 6.803, + 5016, + 7.993, + 5712, + 7.6 ] ], [ - "type/examples/animation/basic_tween", + "type/examples/gui/get_set_texture", [ - 193, + 39, 1.26 ] ], [ - "data/examples/animation/basic_tween", - [ - 7, - 1.265 - ] + "data/examples/gui/get_set_texture", + [] ], [ - "type/examples/physics/pendulum", + "type/examples/gui/slice9", [ - 193, + 39, 1.26 ] ], [ - "data/examples/physics/pendulum", + "data/examples/gui/slice9", [ + 0, + 1.013, 7, - 1.412, - 8, - 1.39, - 9, - 1.021, - 10, - 1.874, - 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, - 172, - 2.842, - 175, - 3.145, - 179, - 4.587, - 181, - 2.892, - 195, - 4.991, - 198, - 3.355, - 210, - 4.732, + 1.475, + 12, + 3.772, + 18, + 1.06, + 38, + 0.918, + 47, + 5.127, + 57, + 1.057, + 59, + 1.033, + 72, + 2.751, + 79, + 1.016, + 90, + 2.616, + 92, + 3.316, + 95, + 5.327, + 97, + 2.933, + 99, + 1.016, + 107, + 1.573, + 118, + 5.33, + 124, + 3.603, + 131, + 6.235, + 132, + 3.486, + 148, + 1.696, + 150, + 2.093, + 185, + 4.768, + 186, + 4.787, + 207, + 2.751, + 237, + 4.675, + 244, + 3.169, 256, - 2.102, - 288, - 4.227, - 300, - 1.531, - 343, - 2.033, - 346, - 2.783, - 362, - 2.825, - 363, - 4.91, - 365, - 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, - 6143, - 7.15, - 6144, - 6.135, - 6145, - 6.538, - 6146, - 7.15, - 6147, - 6.538, - 6148, - 7.15 + 1.866, + 290, + 3.948, + 297, + 7.788, + 298, + 6.937, + 368, + 2.35, + 442, + 3.702, + 454, + 4.039, + 573, + 3.101, + 1107, + 4.095, + 1170, + 6.466, + 1324, + 4.289, + 1628, + 3.424, + 1724, + 3.924, + 2156, + 5.032, + 2236, + 5.124, + 2260, + 6.037, + 3059, + 5.863, + 3474, + 5.709, + 4834, + 7.092, + 6100, + 10.145, + 6101, + 8.265, + 6102, + 8.265, + 6103, + 7.558, + 6104, + 8.265, + 6105, + 8.265, + 6106, + 8.265, + 6107, + 8.265 ] ], [ - "type/examples/physics/raycast", + "type/examples/gui/load_texture", [ - 193, + 39, 1.26 ] ], [ - "data/examples/physics/raycast", + "data/examples/gui/load_texture", [ 7, - 1.412, + 1.316, 8, - 1.439, - 9, - 1.014, - 10, - 1.916, - 11, - 0.932, - 30, - 1.106, - 37, - 3.88, - 42, - 2.084, - 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 + 2.443, + 18, + 1.128, + 38, + 1.295, + 46, + 1.246, + 47, + 5.036, + 59, + 0.947, + 72, + 3.742, + 79, + 0.891, + 95, + 5.232, + 96, + 2.767, + 97, + 2.524, + 99, + 0.775, + 107, + 1.661, + 169, + 1.299, + 194, + 1.593, + 216, + 4.442, + 237, + 4.833, + 240, + 2.483, + 290, + 3.398, + 471, + 2.34, + 600, + 5.595, + 860, + 4.425, + 901, + 3.773, + 931, + 2.391, + 935, + 5.196, + 1273, + 5.138, + 1296, + 3.253, + 1600, + 5.224, + 1724, + 4.145, + 1936, + 5.811, + 2182, + 4.477, + 6108, + 10.489, + 6109, + 8.731, + 6110, + 8.731 ] ], [ - "type/examples/physics/kinematic", + "type/examples/gui/progress", [ - 193, + 39, 1.26 ] ], [ - "data/examples/physics/kinematic", + "data/examples/gui/progress", [ 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, - 42, - 2.709, - 50, - 3.222, - 52, - 3.472, + 1.141, + 18, + 0.821, + 39, + 1.919, + 57, + 1.163, + 59, + 0.821, 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 + 4.555, + 79, + 1.049, + 95, + 5.322, + 149, + 4.354, + 150, + 2.896, + 169, + 1.353, + 185, + 4.273, + 216, + 4.245, + 218, + 6.45, + 219, + 7.113, + 237, + 4.189, + 297, + 6.45, + 298, + 5.745, + 328, + 5.44, + 333, + 2.585, + 374, + 5.863, + 573, + 3.411, + 574, + 4.361, + 581, + 4.901, + 601, + 3.317, + 602, + 3.677, + 2186, + 10.142, + 2399, + 6.859, + 5920, + 6.45, + 6111, + 7.419 ] ], [ - "type/examples/physics/knockback", + "type/examples/gui/stencil", [ - 193, + 39, 1.26 ] ], [ - "data/examples/physics/knockback", + "data/examples/gui/stencil", [ 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.265 ] ], [ - "type/examples/physics/trigger", + "type/examples/gui/healthbar", [ - 193, + 39, 1.26 ] ], [ - "data/examples/physics/trigger", + "data/examples/gui/healthbar", [ 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.505, + 12, + 3.601, + 18, + 0.97, + 20, + 1.31, + 21, + 5.319, + 22, + 3.243, + 38, + 0.876, + 39, + 2.269, + 47, + 4.415, + 57, + 1.376, + 58, + 5.116, + 59, + 1.046, + 67, + 4.939, + 70, + 3.323, + 72, + 2.626, + 77, + 1.634, + 79, + 0.913, + 88, + 4.199, + 95, + 4.587, + 96, + 3.408, + 97, + 2.85, + 99, + 0.701, + 106, + 1.413, + 107, + 1.502, + 110, + 3.118, + 122, + 3.069, + 126, + 1.566, + 132, + 2.711, + 133, + 4.311, + 145, + 4.892, + 148, + 1.619, + 169, + 1.725, + 194, + 1.44, + 196, + 3.409, + 198, + 2.149, + 226, + 2.743, + 229, + 1.447, + 237, + 3.636, + 295, + 3.636, + 302, + 6.994, + 306, + 4.336, + 307, + 4.57, + 357, + 5.319, + 361, + 4.434, + 365, + 6.173, + 366, + 6.173, + 370, + 5.953, + 383, + 5.198, + 390, + 3.323, + 425, + 4.5, + 428, + 4.721, + 450, + 6.439, + 573, + 3.699, + 602, + 3.987, + 898, + 2.802, + 923, + 3.866, + 928, + 6.81, + 931, + 2.16, + 1323, + 4.118, + 1341, + 5.598, + 1628, + 4.084, + 2399, + 5.953, + 2904, + 6.439, + 3059, + 5.598, + 3142, + 7.216, + 3366, + 5.598, + 4180, + 5.953, + 5158, + 8.412, + 6112, + 7.891, + 6113, + 7.891, + 6114, + 7.891, + 6115, + 7.891, + 6116, + 7.891, + 6117, + 7.891 ] ], [ - "type/examples/physics/dynamic", + "type/examples/movement/look_at", [ - 193, + 39, 1.26 ] ], [ - "data/examples/physics/dynamic", + "data/examples/movement/look_at", [ 7, - 1.425, - 8, - 1.332, - 9, - 1.003, - 10, - 1.722, + 1.275, 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.001, + 18, + 1.134, + 20, + 1.35, + 36, + 1.651, + 38, + 1.22, + 39, + 2.144, + 46, + 1.449, + 57, + 1.06, + 59, + 0.917, + 67, + 4.149, + 69, + 3.892, + 74, + 5.233, + 79, + 0.704, + 90, + 1.974, + 99, + 1.076, + 100, + 1.906, + 102, + 2.118, + 107, + 1.576, + 121, + 2.739, + 165, + 2.368, + 194, + 1.854, + 250, + 3.924, + 251, + 3.816, + 280, + 3.247, + 306, + 4.468, + 307, + 4.796, + 316, + 6.419, + 359, + 3.642, + 368, + 3.124, + 371, + 4.351, + 459, + 3.853, + 522, + 4.103, + 675, + 3.176, + 785, + 6.266, + 898, + 2.94, + 931, + 2.781, + 948, + 3.272, + 1000, + 5.875, + 1007, + 2.901, + 1077, + 7.573, + 1188, + 4.058, + 1193, + 4.955, + 1223, + 5.582, + 1463, + 6.689, + 1681, + 3.548, + 1902, + 5.456, + 2217, + 5.042, + 3400, + 6.049, + 3809, + 5.582, + 3988, + 5.582, + 4829, + 5.582, + 6118, + 7.573, + 6119, + 7.573 ] ], [ - "type/examples/physics/hinge_joint", + "type/examples/movement/move_forward", [ - 193, + 39, 1.26 ] ], [ - "data/examples/physics/hinge_joint", - [ - 7, - 1.404, - 8, - 1.431, - 9, - 1.017, - 10, - 1.857, - 11, - 1.098, - 16, - 0.826, - 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 - ] + "data/examples/movement/move_forward", + [] ], [ "type/examples/movement/move_to", [ - 193, + 39, 1.26 ] ], @@ -60522,20 +58341,213 @@ ] ], [ - "type/examples/movement/move_forward", + "type/examples/movement/look_rotation", [ - 193, + 39, 1.26 ] ], [ - "data/examples/movement/move_forward", - [] + "data/examples/movement/look_rotation", + [ + 7, + 1.318, + 10, + 1.62, + 18, + 1.12, + 20, + 1.268, + 36, + 1.495, + 38, + 0.832, + 39, + 2.014, + 42, + 1.361, + 46, + 1.665, + 59, + 0.948, + 60, + 2.085, + 67, + 3.755, + 74, + 4.736, + 79, + 0.892, + 86, + 2.433, + 99, + 1.014, + 100, + 2.142, + 102, + 1.917, + 105, + 3.007, + 106, + 1.709, + 107, + 1.426, + 108, + 3.087, + 113, + 1.912, + 121, + 2.479, + 148, + 1.538, + 149, + 2.853, + 150, + 1.897, + 153, + 2.165, + 165, + 3.002, + 172, + 3.267, + 194, + 1.916, + 198, + 2.041, + 201, + 2.144, + 203, + 4.04, + 207, + 2.494, + 251, + 4.397, + 307, + 4.341, + 330, + 3.525, + 332, + 2.494, + 333, + 2.714, + 368, + 2.131, + 392, + 2.626, + 454, + 2.984, + 467, + 4.937, + 489, + 4.441, + 509, + 3.889, + 522, + 3.713, + 553, + 3.411, + 600, + 3.595, + 620, + 3.889, + 723, + 4.563, + 785, + 4.274, + 856, + 3.007, + 931, + 2.875, + 1093, + 4.41, + 1098, + 4.646, + 1099, + 5.052, + 1121, + 6.592, + 1133, + 3.938, + 1155, + 3.633, + 1188, + 3.672, + 1286, + 5.317, + 1296, + 2.792, + 1423, + 6.853, + 1463, + 4.563, + 1725, + 4.736, + 1804, + 3.595, + 1811, + 5.474, + 1847, + 5.474, + 2013, + 5.177, + 2156, + 4.563, + 2409, + 6.115, + 2494, + 5.863, + 2554, + 4.484, + 2630, + 5.654, + 2775, + 4.04, + 2876, + 6.592, + 4152, + 6.431, + 4430, + 5.474, + 5171, + 8.189, + 5990, + 5.863, + 6120, + 7.495, + 6121, + 7.495, + 6122, + 7.495, + 6123, + 7.495, + 6124, + 5.177, + 6125, + 7.495, + 6126, + 6.115, + 6127, + 6.115 + ] + ], + [ + "type/examples/movement/simple_move", + [ + 39, + 1.26 + ] + ], + [ + "data/examples/movement/simple_move", + [ + 7, + 1.265 + ] ], [ "type/examples/movement/movement_speed", [ - 193, + 39, 1.26 ] ], @@ -60544,1201 +58556,1379 @@ [] ], [ - "type/examples/movement/simple_move", + "type/examples/movement/follow", [ - 193, + 39, 1.26 ] ], [ - "data/examples/movement/simple_move", + "data/examples/movement/follow", [ 7, 1.265 ] ], [ - "type/examples/movement/look_at", + "type/examples/basics/parent_child", [ - 193, + 39, 1.26 ] ], [ - "data/examples/movement/look_at", + "data/examples/basics/parent_child", [ 7, - 1.274, - 8, - 1.058, - 9, - 0.703, - 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, - 77, - 1.65, - 86, - 1.448, - 99, - 2.366, - 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, - 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 + 1.126, + 18, + 1.112, + 20, + 1.193, + 46, + 1.679, + 49, + 3.687, + 59, + 0.962, + 70, + 3.78, + 79, + 0.906, + 90, + 2.139, + 105, + 3.601, + 106, + 1.608, + 107, + 1.708, + 126, + 1.781, + 133, + 5.826, + 149, + 3.416, + 153, + 2.036, + 194, + 1.946, + 201, + 2.017, + 207, + 2.987, + 268, + 1.832, + 387, + 3.165, + 428, + 6.38, + 521, + 3.124, + 535, + 6.555, + 536, + 5.912, + 553, + 3.208, + 636, + 3.441, + 931, + 2.457, + 1007, + 3.144, + 1321, + 7.701, + 1323, + 3.749, + 1382, + 4.972, + 1599, + 5.671, + 1628, + 4.417, + 4445, + 7.323, + 6128, + 8.975 ] ], [ - "type/examples/movement/follow", + "type/examples/basics/message_passing", [ - 193, + 39, 1.26 ] ], [ - "data/examples/movement/follow", + "data/examples/basics/message_passing", [ 7, 1.265 ] ], [ - "type/examples/movement/look_rotation", + "type/examples/basics/z_order", [ - 193, + 39, 1.26 ] ], [ - "data/examples/movement/look_rotation", + "data/examples/basics/z_order", [ 7, - 1.317, + 1.169, 9, - 0.891, - 10, - 1.915, - 11, - 1.013, - 13, - 2.475, - 16, - 0.947, - 22, - 2.163, - 23, - 1.618, - 30, - 1.12, - 32, - 1.424, - 33, - 1.267, - 46, - 2.083, - 49, - 3.408, - 51, - 2.141, - 67, - 2.622, - 70, - 2.142, - 71, - 1.535, - 74, - 0.831, - 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, + 3.159, + 18, + 1.043, + 20, + 1.583, + 79, + 0.791, + 90, + 2.22, + 107, + 1.772, + 194, + 2.108, + 250, + 4.21, + 330, + 2.97, + 333, + 2.649, + 347, + 6.006, + 368, + 3.099, + 509, + 5.656, + 534, 4.378, - 959, - 5.891, - 962, - 4.992, - 2179, - 5.419, - 6045, - 8.689, - 6171, - 9.502 + 561, + 2.952, + 931, + 3.164, + 979, + 4.927, + 1908, + 4.927, + 6129, + 9.966 ] ], [ - "type/examples/render/camera", + "type/examples/file/sys_save_load", [ - 193, + 39, 1.26 ] ], [ - "data/examples/render/camera", + "data/examples/file/sys_save_load", [ 7, - 1.383, + 1.364, 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, + 2.594, + 18, + 0.981, + 20, + 1.233, + 39, + 1.957, + 59, + 1.041, + 79, + 1.011, + 99, + 0.823, + 108, + 2.726, + 150, + 2.348, 160, - 1.974, + 2.726, + 169, + 1.38, 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 + 4.042, + 211, + 4.153, + 263, + 3.25, + 269, + 2.104, + 918, + 4.448, + 1253, + 5.211, + 1295, + 3.479, + 1871, + 4.495, + 1908, + 4.192, + 2182, + 4.755, + 2514, + 5.067, + 3021, + 5.749, + 3366, + 6.579, + 4841, + 7.957, + 4842, + 7.957, + 4846, + 6.995, + 6130, + 9.273 ] ], [ - "type/examples/render/orbit_camera", + "type/examples/debug/physics", [ - 193, + 39, 1.26 ] ], [ - "data/examples/render/orbit_camera", + "data/examples/debug/physics", [ 7, - 1.063, - 8, - 1.229, - 9, - 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, - 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, - 99, - 1.786, - 110, - 2.079, - 141, - 2.063, - 151, - 1.761, - 159, - 3.177, - 160, - 1.517, - 162, - 2.177, - 166, - 2.189, - 172, - 2.343, - 173, - 2.413, - 182, - 2.507, - 190, - 1.777, - 191, - 1.582, - 193, - 1.787, - 221, - 3.061, - 223, - 3.461, - 228, - 4.744, - 300, - 1.338, - 312, - 2.879, - 336, - 2.851, - 366, - 2.824, - 394, - 4.195, - 407, - 1.294, - 426, - 3.368, - 441, - 2.175, + 1.198, + 10, + 2.39, + 18, + 1.053, + 46, + 1.362, + 52, + 2.628, + 169, + 1.421, + 229, + 1.75, + 281, + 5.92, + 368, + 3.144, 453, - 2.936, - 457, - 3.368, - 466, - 3.271, - 540, - 3.511, - 568, - 2.567, - 569, - 3.208, - 606, - 3.511, - 624, - 3.13, - 636, - 2.588, - 654, - 4.1, - 664, - 2.654, - 710, - 2.264, - 754, - 3.627, - 812, - 3.792, - 892, - 3.618, - 938, - 6.387, - 944, - 5.563, - 945, - 3.948, - 948, - 3.63, - 953, - 3.738, - 959, - 3.873, + 5.53, + 931, + 2.614, 962, - 6.396, - 1059, - 3.061, - 1156, - 3.828, - 1239, - 3.247, - 1263, - 3.738, - 1516, - 2.189, - 1527, - 4.116, - 1599, - 5.478, - 1789, - 4.211, - 1795, - 3.242, - 1822, - 2.311, - 1951, - 5.872, - 1953, - 6.007, - 1965, - 4.116, - 1980, - 4.316, - 2012, - 4.888, - 2047, - 5.361, + 5.197, + 963, + 5.217, + 1002, + 4.73, 2057, - 5.361, - 2077, - 3.804, - 2225, - 3.677, - 2282, - 4.713, - 2343, - 4.211, - 2580, - 5.361, - 2901, - 4.888, - 2930, - 5.361, - 3160, - 7.648, - 3170, - 4.888, - 3175, - 5.066, - 3191, - 5.361, - 3536, - 4.713, - 3942, - 4.563, - 4698, - 4.888, - 5060, - 4.888, - 5213, - 5.713, - 5639, - 5.713, - 6169, - 5.098, - 6170, - 5.098, - 6172, - 6.248, - 6173, - 6.248, - 6174, - 5.361, - 6175, - 6.248, - 6176, - 6.248, - 6177, - 6.248, - 6178, - 9.605, - 6179, - 8.783, - 6180, - 5.713, - 6181, - 5.713, - 6182, - 8.467, - 6183, - 6.248, - 6184, - 6.248, - 6185, - 6.248 + 6.034, + 2871, + 5.446, + 4091, + 8.193, + 6131, + 8.732, + 6132, + 8.193 ] ], [ - "type/examples/tilemap/get_set_tile", + "type/examples/debug/profile", [ - 193, + 39, 1.26 ] ], [ - "data/examples/tilemap/get_set_tile", + "data/examples/debug/profile", [ 7, - 1.253, - 70, - 2.243, - 322, - 5.529, - 357, - 4.838, - 368, - 6.436 + 1.399, + 18, + 0.874, + 20, + 1.287, + 38, + 1.238, + 46, + 1.381, + 62, + 3.222, + 629, + 3.53, + 715, + 5.086, + 773, + 3.508, + 903, + 5.219, + 1184, + 6.118, + 1858, + 6.378, + 2217, + 5.894, + 4164, + 8.853 ] ], [ - "type/examples/tilemap/collisions", + "type/examples/particles/confetti", [ - 193, + 39, 1.26 ] ], [ - "data/examples/tilemap/collisions", + "data/examples/particles/confetti", [ 7, - 1.247, - 16, - 0.896, - 70, - 2.232, - 322, - 5.503, - 357, - 4.815, + 1.271, + 10, + 1.502, + 11, + 2.517, + 18, + 1.109, + 20, + 1.346, + 36, + 2.02, + 38, + 1.009, + 39, + 1.466, + 46, + 1.445, + 52, + 2.501, + 57, + 1.426, + 59, + 0.627, + 60, + 1.933, + 75, + 3.055, + 79, + 0.947, + 86, + 2.256, + 90, + 1.656, + 92, + 3.646, + 97, + 2.008, + 99, + 1.061, + 100, + 1.304, + 102, + 1.777, + 103, + 1.599, + 106, + 1.244, + 107, + 1.927, + 108, + 2.042, + 113, + 1.392, + 124, + 3.028, + 131, + 5.24, + 132, + 2.387, + 142, + 2.065, + 144, + 3.65, + 169, + 1.352, + 172, + 3.028, + 182, + 3.696, + 194, + 1.268, + 202, + 2.256, + 226, + 1.933, + 229, + 1.857, + 232, + 6.672, + 234, + 3.962, + 240, + 2.584, + 251, + 3.201, + 260, + 2.341, + 306, + 3.055, + 320, + 5.437, + 344, + 4.229, 368, - 6.405, - 651, - 7.255 + 1.975, + 387, + 2.45, + 452, + 2.02, + 454, + 2.766, + 457, + 3.595, + 473, + 3.055, + 522, + 3.441, + 523, + 3.605, + 573, + 2.607, + 600, + 3.332, + 602, + 2.809, + 605, + 3.962, + 743, + 5.074, + 785, + 3.962, + 859, + 3.48, + 897, + 4.479, + 903, + 3.745, + 917, + 3.141, + 935, + 3.441, + 990, + 7.675, + 992, + 6.637, + 1016, + 4.39, + 1105, + 4.576, + 1107, + 3.441, + 1108, + 5.668, + 1110, + 5.668, + 1121, + 4.799, + 1139, + 5.691, + 1146, + 3.002, + 1150, + 3.904, + 1172, + 3.52, + 1180, + 3.795, + 1181, + 5.961, + 1214, + 4.928, + 1217, + 5.24, + 1219, + 5.532, + 1220, + 4.307, + 1221, + 3.441, + 1225, + 7.184, + 1226, + 5.183, + 1234, + 5.668, + 1332, + 2.809, + 1463, + 4.229, + 1557, + 4.156, + 1584, + 3.904, + 1629, + 3.111, + 1650, + 4.156, + 1857, + 5.24, + 1931, + 3.745, + 2070, + 4.39, + 2213, + 5.961, + 2262, + 5.435, + 2390, + 4.799, + 2568, + 4.39, + 2697, + 5.435, + 2775, + 3.745, + 2871, + 3.962, + 3856, + 5.435, + 3924, + 5.074, + 4464, + 4.928, + 4487, + 5.961, + 4541, + 7.797, + 5171, + 5.961, + 5422, + 4.479, + 5909, + 6.352, + 6040, + 5.074, + 6133, + 9.087, + 6134, + 6.352, + 6135, + 6.947, + 6136, + 6.947, + 6137, + 5.668, + 6138, + 6.947, + 6139, + 6.947, + 6140, + 7.415, + 6141, + 4.928 ] ], [ - "type/examples/model/cubemap", + "type/examples/particles/modifiers", [ - 193, + 39, 1.26 ] ], [ - "data/examples/model/cubemap", + "data/examples/particles/modifiers", [ - 8, - 1.186, - 9, - 1.01, + 7, + 1.448, 10, - 1.691, + 1.826, 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, + 3.061, + 18, + 1.123, + 20, + 1.123, + 46, + 1.205, + 57, + 1.081, + 59, + 0.928, + 77, + 1.75, + 79, + 0.874, + 99, + 1.024, + 107, + 1.608, + 122, + 2.631, + 169, + 1.257, + 182, + 4.496, + 196, + 2.922, + 199, + 3.619, + 201, + 1.898, + 234, + 4.819, + 237, + 3.893, + 280, + 3.313, 343, - 2.636, - 369, - 2.938, + 5.238, + 375, + 6.61, + 441, + 4.233, 457, - 6.216, - 860, - 3.554, - 986, - 6.77, - 1005, - 9.325, - 3241, - 8.476, - 4763, - 6.248, - 6186, - 9.269, - 6187, - 9.269 + 3.0, + 460, + 6.171, + 521, + 2.941, + 555, + 2.631, + 574, + 4.053, + 629, + 2.541, + 674, + 4.233, + 692, + 3.858, + 894, + 3.338, + 923, + 4.14, + 948, + 3.338, + 990, + 7.302, + 992, + 7.51, + 1110, + 6.894, + 1111, + 7.726, + 1117, + 10.136, + 1121, + 7.103, + 1226, + 6.322, + 1233, + 7.726, + 1234, + 6.894, + 1242, + 10.136, + 1244, + 6.894, + 1460, + 4.748, + 1872, + 5.144, + 2871, + 4.819, + 4405, + 7.25, + 5136, + 7.25, + 5480, + 7.726, + 6142, + 8.449 ] ], [ - "type/examples/debug/profile", + "type/examples/particles/particlefx", [ - 193, + 39, 1.26 ] ], [ - "data/examples/debug/profile", + "data/examples/particles/particlefx", [ 7, - 1.399, - 30, - 0.874, - 33, - 1.286, - 74, - 1.238, - 86, - 1.381, - 316, - 3.53, - 554, - 3.201, - 561, - 6.377, - 587, - 5.085, - 595, - 3.507, - 1233, - 5.218, - 2421, - 6.117, - 2756, - 5.893, - 2800, - 8.851 + 1.265 ] ], [ - "type/examples/debug/physics", + "type/examples/particles/fireworks", [ - 193, + 39, 1.26 ] ], [ - "data/examples/debug/physics", + "data/examples/particles/fireworks", [ 7, - 1.198, - 23, - 2.39, - 30, - 1.053, - 86, - 1.362, - 137, - 1.42, - 151, - 1.75, - 163, - 5.196, - 164, - 5.215, + 1.027, + 9, + 2.776, + 10, + 2.18, + 11, + 2.965, + 12, + 3.735, + 18, + 1.03, + 20, + 1.34, + 36, + 2.011, + 38, + 1.12, + 39, + 1.727, + 46, + 1.559, + 57, + 1.047, + 59, + 0.91, + 60, + 2.277, + 79, + 0.929, + 97, + 2.366, + 99, + 0.727, + 100, + 1.892, + 103, + 1.884, + 106, + 1.466, + 107, + 1.557, + 108, + 2.406, + 110, + 3.234, + 113, + 1.64, + 126, + 1.624, + 169, + 1.5, 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.568, + 182, + 5.366, + 229, + 1.5, + 232, + 6.643, + 234, + 6.234, + 240, + 2.327, + 359, + 3.6, + 471, + 2.194, + 523, + 4.247, + 556, + 3.363, + 573, + 3.071, + 581, + 4.412, + 590, + 4.178, + 600, + 3.926, + 602, + 3.31, + 765, + 2.867, + 785, + 4.668, + 859, + 4.1, + 880, + 3.967, + 897, + 5.277, + 913, + 5.172, + 935, + 4.054, + 990, + 6.643, + 993, + 4.599, + 1093, + 4.816, + 1107, + 4.054, + 1108, + 6.678, + 1150, + 4.599, + 1221, + 4.054, + 1226, + 4.668, + 1655, + 4.3, + 2184, + 6.174, + 2317, + 5.978, + 2390, + 5.654, + 3311, + 5.172, + 3924, + 5.978, + 4464, + 5.806, + 4487, + 7.023, + 6134, + 7.484, + 6140, + 8.228, + 6141, + 5.806, + 6143, + 9.995, + 6144, + 8.184, + 6145, + 8.184, + 6146, + 7.484, + 6147, + 8.184, + 6148, + 7.484, + 6149, + 5.978 ] ], [ - "type/examples/sprite/flip", + "type/examples/particles/fire_and_smoke", [ - 193, + 39, 1.26 ] ], [ - "data/examples/sprite/flip", + "data/examples/particles/fire_and_smoke", [ 7, - 1.547, - 8, - 1.102, - 9, - 1.01, - 10, - 2.169, + 1.555, 11, - 0.924, - 16, - 0.939, - 21, - 1.759, - 29, - 1.936, - 30, - 0.778, - 39, - 4.111, - 42, - 2.48, + 3.348, + 18, + 0.901, + 20, + 1.393, + 38, + 1.279, + 46, + 0.827, 52, - 2.868, - 74, - 1.156, - 121, - 2.437, - 123, - 4.051, - 137, - 1.282, - 161, - 1.71, - 166, - 3.019, - 172, - 2.88, + 1.597, + 57, + 1.277, + 59, + 0.946, + 75, + 3.539, + 77, + 1.666, + 79, + 0.945, + 86, + 2.613, + 92, + 4.206, + 99, + 0.931, + 107, + 1.758, + 113, + 1.999, + 122, + 1.806, + 124, + 3.508, + 131, + 6.07, + 132, + 3.727, + 144, + 4.228, + 169, + 1.485, + 182, + 3.086, + 202, + 2.613, + 215, + 4.031, + 232, + 3.821, 234, - 2.621, - 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 + 5.269, + 240, + 2.981, + 244, + 2.224, + 250, + 3.108, + 251, + 4.598, + 303, + 6.07, + 306, + 4.389, + 320, + 6.49, + 330, + 2.946, + 344, + 4.899, + 368, + 2.627, + 371, + 4.854, + 407, + 3.665, + 457, + 2.857, + 466, + 6.566, + 496, + 2.699, + 507, + 4.375, + 509, + 4.176, + 522, + 2.873, + 523, + 4.176, + 555, + 2.505, + 580, + 3.665, + 590, + 3.333, + 601, + 2.116, + 603, + 2.423, + 604, + 2.939, + 620, + 3.01, + 691, + 2.462, + 692, + 2.176, + 765, + 2.032, + 897, + 3.74, + 935, + 2.873, + 942, + 4.375, + 979, + 3.638, + 992, + 8.283, + 1016, + 3.665, + 1107, + 2.873, + 1108, + 7.539, + 1110, + 7.539, + 1139, + 6.373, + 1161, + 4.733, + 1172, + 4.078, + 1175, + 8.142, + 1176, + 3.909, + 1203, + 6.904, + 1217, + 6.07, + 1219, + 4.899, + 1220, + 4.988, + 1224, + 2.782, + 1225, + 8.045, + 1226, + 4.589, + 1234, + 6.566, + 1238, + 7.358, + 1244, + 8.142, + 1257, + 3.596, + 1258, + 3.821, + 1428, + 4.396, + 1441, + 5.877, + 1485, + 5.301, + 1672, + 5.651, + 1791, + 6.904, + 1793, + 5.189, + 1882, + 2.574, + 1949, + 6.07, + 2070, + 7.167, + 2180, + 3.821, + 2190, + 3.359, + 2317, + 5.877, + 2821, + 6.748, + 2879, + 4.733, + 2954, + 5.424, + 3781, + 4.977, + 3850, + 4.375, + 4552, + 8.201, + 4585, + 8.851, + 5532, + 4.733, + 6040, + 5.877, + 6137, + 8.142, + 6150, + 5.8, + 6151, + 8.047, + 6152, + 8.047, + 6153, + 8.047, + 6154, + 5.304, + 6155, + 6.07, + 6156, + 5.304, + 6157, + 5.8, + 6158, + 8.047, + 6159, + 4.977, + 6160, + 5.8 ] ], [ - "type/examples/sprite/bunnymark", + "type/examples/sprite/tint", [ - 193, + 39, 1.26 ] ], [ - "data/examples/sprite/bunnymark", + "data/examples/sprite/tint", [ 7, - 1.391, - 10, - 1.75, - 16, - 0.865, - 30, - 0.865, - 71, - 1.967, - 137, - 1.427, + 1.298, + 18, + 1.101, + 20, + 1.48, + 39, + 1.802, + 42, + 1.55, + 46, + 1.691, + 57, + 1.092, + 59, + 0.77, + 79, + 1.007, + 97, + 2.468, + 99, + 0.989, + 101, + 4.137, + 102, + 2.183, + 106, + 1.529, + 107, + 1.969, + 113, + 1.71, + 122, + 2.657, 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 + 4.943, + 177, + 2.611, + 185, + 4.011, + 212, + 4.814, + 229, + 1.565, + 263, + 2.552, + 269, + 1.937, + 286, + 5.896, + 289, + 6.19, + 556, + 4.252, + 573, + 3.202, + 675, + 3.273, + 689, + 3.823, + 775, + 4.728, + 857, + 4.868, + 921, + 5.504, + 979, + 4.677, + 981, + 5.196, + 1079, + 4.137, + 1228, + 7.335, + 1693, + 5.753, + 1862, + 6.964, + 1879, + 4.325, + 1925, + 6.964, + 2232, + 7.324, + 2383, + 6.414, + 2633, + 4.376, + 2657, + 4.796, + 2815, + 7.805, + 3638, + 6.439, + 4499, + 7.805, + 6161, + 8.535 ] ], [ - "type/examples/sprite/tint", + "type/examples/sprite/flip", [ - 193, + 39, 1.26 ] ], [ - "data/examples/sprite/tint", + "data/examples/sprite/flip", [ 7, - 1.298, - 8, - 1.091, - 9, - 1.007, - 11, - 0.988, - 16, - 0.77, - 30, - 1.1, - 32, - 1.968, - 33, - 1.479, - 55, - 5.891, - 68, - 1.935, + 1.547, + 18, + 0.778, + 38, + 1.156, + 57, + 1.103, + 59, + 0.94, + 72, + 2.87, + 79, + 1.01, 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, + 2.8, + 90, + 2.481, + 97, + 3.233, + 99, + 0.924, + 125, + 2.623, + 126, + 1.712, + 169, + 1.283, + 194, + 2.169, + 211, + 3.862, + 213, + 5.56, + 215, + 5.216, + 216, + 4.113, + 256, + 1.947, + 268, + 1.761, + 333, + 2.452, + 358, + 3.973, + 534, + 4.053, + 601, + 4.08, + 675, + 3.307, + 931, + 2.85, + 979, + 5.056, + 1007, + 3.021, 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.272, + 1406, + 3.935, + 1589, + 7.017, + 1724, + 4.094, + 1908, + 3.898, + 3059, + 6.117, + 5616, + 8.933, + 6162, + 7.399, + 6163, + 9.596, + 6164, + 8.623 + ] + ], + [ + "type/examples/sprite/bunnymark", + [ + 39, + 1.26 + ] + ], + [ + "data/examples/sprite/bunnymark", + [ + 7, + 1.391, + 18, + 0.866, + 39, + 2.025, + 59, + 0.866, + 126, + 1.904, + 148, + 1.968, + 150, + 2.429, + 169, + 1.427, + 194, + 1.75, + 241, + 2.054, + 629, + 2.885, + 647, + 5.555, + 692, + 3.599, + 997, + 7.006, + 999, + 4.42, + 1007, + 3.361, + 1403, + 4.554, + 3087, + 6.185, + 6140, + 7.827, + 6165, + 8.231, + 6166, + 9.592 ] ], [ "type/examples/sprite/size", [ - 193, + 39, 1.26 ] ], @@ -61747,856 +59937,564 @@ [ 7, 1.364, - 8, - 1.186, - 9, - 0.923, - 10, - 1.983, 11, - 0.823, - 16, - 0.981, - 30, + 3.36, + 18, 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, + 39, 1.957, - 363, - 4.19, - 369, - 2.938, - 440, - 4.542, - 569, - 2.68, - 710, - 3.358, - 798, - 7.954, + 57, + 1.186, + 59, + 0.981, + 67, + 4.646, + 72, + 3.086, + 79, + 0.924, + 96, + 2.939, + 97, + 2.681, + 99, + 0.823, + 106, + 1.661, + 107, + 1.765, + 122, + 2.887, + 132, + 3.735, + 169, + 1.38, + 194, + 1.984, + 229, + 1.7, + 561, + 2.939, + 675, + 3.556, 801, - 5.455, - 858, - 2.938, - 860, - 3.554, - 1250, - 4.644, - 4876, - 6.77 + 4.544, + 979, + 4.192, + 1007, + 3.809, + 1273, + 5.457, + 3400, + 6.773, + 5616, + 7.957 ] ], [ - "type/examples/particles/fire_and_smoke", + "type/examples/collection/splash", [ - 193, + 39, 1.26 ] ], [ - "data/examples/particles/fire_and_smoke", + "data/examples/collection/splash", [ 7, - 1.554, - 8, - 1.275, - 9, - 0.944, + 1.516, 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.124, + 18, + 1.048, + 20, + 1.146, + 23, + 4.706, + 46, + 1.23, + 47, + 3.862, + 57, + 1.332, + 58, + 4.475, + 59, + 1.048, + 72, + 3.722, + 77, + 1.786, + 79, + 0.987, 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, - 6206, - 5.787 + 2.493, + 100, + 1.953, + 106, + 1.865, + 169, + 1.283, + 194, + 1.573, + 216, + 3.407, + 237, + 3.973, + 353, + 3.433, + 582, + 5.25, + 681, + 5.101, + 723, + 5.25, + 751, + 3.487, + 846, + 9.52, + 856, + 3.46, + 975, + 4.136, + 1007, + 3.021, + 1107, + 4.272, + 1628, + 4.925, + 1637, + 6.713, + 1724, + 4.094, + 2082, + 6.117, + 2182, + 4.421, + 2506, + 6.454, + 3021, + 5.346, + 5220, + 7.036, + 5711, + 7.036, + 6167, + 8.623, + 6168, + 7.036, + 6169, + 7.885, + 6170, + 8.623 ] ], [ - "type/examples/particles/confetti", + "type/examples/collection/proxy", [ - 193, + 39, 1.26 ] ], [ - "data/examples/particles/confetti", + "data/examples/collection/proxy", [ 7, - 1.27, - 8, - 1.425, - 9, - 0.947, - 10, - 1.266, - 11, + 1.488, + 18, + 1.097, + 20, 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.139, + 47, + 4.447, + 57, + 1.447, + 58, + 4.142, + 59, + 1.05, + 72, + 3.764, 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, + 1.653, + 79, + 1.022, + 97, + 3.125, + 99, + 1.004, + 100, + 1.863, + 106, + 1.936, + 169, + 1.477, + 194, + 1.812, + 216, + 3.153, 229, - 3.05, + 1.463, + 235, + 5.044, 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, + 3.678, + 353, + 3.178, 581, - 2.252, - 596, - 4.222, - 606, - 5.686, - 638, - 5.526, - 654, - 2.761, - 710, - 2.513, + 4.302, + 582, + 6.044, + 681, + 5.296, 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, - 6207, - 9.077, - 6208, - 6.342, - 6209, - 6.935, - 6210, - 6.935, - 6211, - 6.935, - 6212, - 6.935 + 6.044, + 728, + 4.865, + 751, + 3.228, + 795, + 5.146, + 801, + 3.911, + 856, + 3.203, + 917, + 3.608, + 975, + 3.828, + 1007, + 2.796, + 1025, + 3.153, + 1107, + 3.954, + 1134, + 5.044, + 1574, + 4.859, + 1602, + 3.911, + 1621, + 4.045, + 1628, + 4.819, + 1637, + 6.402, + 1724, + 3.789, + 1936, + 5.5, + 2082, + 5.662, + 2175, + 5.258, + 2182, + 4.092, + 2506, + 6.7, + 3021, + 4.948, + 3946, + 7.298, + 5220, + 6.512, + 5711, + 6.512, + 6168, + 6.512, + 6169, + 7.298, + 6171, + 10.808, + 6172, + 7.981 ] ], [ - "type/examples/particles/modifiers", + "type/examples/collection/timestep", [ - 193, + 39, 1.26 ] ], [ - "data/examples/particles/modifiers", + "data/examples/collection/timestep", [ 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.384, + 10, + 1.805, + 18, + 1.121, + 20, + 1.109, + 46, + 1.456, 57, - 5.233, - 70, - 1.897, - 86, - 1.204, - 94, - 2.919, - 137, - 1.256, - 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, + 1.411, + 59, + 0.995, + 72, + 3.67, + 79, + 1.001, + 97, + 3.188, + 99, + 0.741, + 100, + 1.915, + 106, + 1.975, + 120, + 4.994, + 150, + 2.584, + 169, + 1.242, + 194, + 2.096, + 243, + 4.135, + 258, + 7.264, + 353, + 3.324, + 577, + 3.273, + 723, + 5.082, + 751, + 3.376, + 765, + 3.576, + 856, + 3.35, + 915, + 3.201, + 919, + 4.28, + 931, + 2.286, + 959, + 4.442, + 1007, + 3.576, + 1025, + 3.298, + 1107, + 4.135, + 1588, + 4.09, + 1602, + 4.09, + 1628, 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 + 1724, + 3.963, + 2082, + 5.922, + 2182, + 4.28, + 2268, + 5.431, + 3087, + 5.383, + 3651, + 6.811, + 4719, + 7.163, + 5963, + 7.633, + 6173, + 11.026, + 6174, + 11.487 ] ], [ - "type/examples/particles/fireworks", + "type/examples/factory/basic", [ - 193, + 39, 1.26 ] ], [ - "data/examples/particles/fireworks", + "data/examples/factory/basic", [ 7, - 1.026, + 1.386, 8, - 1.046, - 9, - 0.928, - 11, - 0.726, - 16, - 0.91, - 23, - 2.179, - 26, - 2.192, - 30, - 1.029, - 32, - 1.556, - 33, - 1.339, - 46, - 2.275, - 51, - 1.891, - 74, - 1.119, + 3.089, + 10, + 2.06, + 18, + 0.997, + 52, + 2.622, + 57, + 1.219, 77, - 2.01, - 86, - 1.558, - 125, - 3.307, - 137, - 1.499, - 141, - 1.638, - 147, - 3.596, - 150, - 3.922, - 151, - 1.499, - 158, - 2.773, - 159, - 3.068, - 160, - 1.464, - 161, - 1.623, - 193, - 1.726, - 237, - 1.882, - 256, - 2.404, - 285, - 4.05, - 343, - 2.325, - 375, - 6.231, - 377, - 6.639, - 380, - 4.594, - 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, + 1.973, + 96, + 3.019, + 106, + 2.089, + 107, + 1.813, + 194, + 1.738, + 506, 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, - 6220, - 5.972 + 675, + 3.653, + 1007, + 3.338, + 2509, + 5.7, + 2524, + 6.143, + 5073, + 7.453, + 6175, + 9.527, + 6176, + 9.527, + 6177, + 8.175 ] ], [ - "type/examples/particles/particlefx", + "type/examples/factory/bullets", [ - 193, + 39, 1.26 ] ], [ - "data/examples/particles/particlefx", + "data/examples/factory/bullets", [ 7, - 1.265 + 1.24, + 11, + 2.87, + 18, + 1.118, + 20, + 1.053, + 38, + 1.097, + 39, + 2.086, + 57, + 1.378, + 59, + 1.018, + 67, + 3.968, + 72, + 3.289, + 73, + 4.587, + 79, + 1.031, + 96, + 3.678, + 97, + 2.29, + 99, + 1.03, + 100, + 1.854, + 106, + 1.419, + 108, + 2.329, + 113, + 1.587, + 121, + 3.268, + 150, + 2.502, + 169, + 1.602, + 194, + 2.058, + 201, + 1.78, + 226, + 2.204, + 290, + 3.846, + 353, + 3.154, + 368, + 2.252, + 389, + 4.388, + 521, + 2.757, + 561, + 3.132, + 979, + 4.467, + 991, + 4.822, + 1002, + 3.924, + 1007, + 3.773, + 1107, + 3.924, + 1114, + 5.107, + 1193, + 4.739, + 1219, + 6.016, + 1257, + 4.91, + 1319, + 6.796, + 1584, + 6.052, + 1724, + 3.76, + 1814, + 3.548, + 1910, + 6.796, + 2089, + 4.451, + 2310, + 8.644, + 2316, + 7.217, + 2507, + 4.739, + 2509, + 6.444, + 2540, + 4.388, + 4264, + 6.197, + 6178, + 7.921, + 6179, + 7.921, + 6180, + 7.921, + 6181, + 6.796 ] ], [ "type/examples/factory/dynamic", [ - 193, + 39, 1.26 ] ], @@ -62604,34591 +60502,31241 @@ "data/examples/factory/dynamic", [ 7, - 0.984, - 8, - 1.003, - 9, - 1.038, + 0.985, 10, - 1.791, - 11, - 0.998, - 13, - 2.592, - 16, - 0.707, - 23, - 2.317, - 30, + 2.318, + 18, 1.093, - 32, - 1.491, - 33, - 1.305, - 51, - 1.842, + 20, + 1.306, + 39, + 1.656, + 46, + 1.401, 52, - 2.608, - 68, - 1.778, - 70, - 2.206, + 2.704, + 57, + 1.004, + 59, + 0.708, + 67, + 3.931, 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 + 2.611, + 77, + 1.625, + 79, + 1.038, + 96, + 3.742, + 97, + 2.268, + 99, + 0.998, + 100, + 1.843, + 102, + 2.513, + 106, + 1.405, + 107, + 1.493, + 121, + 2.595, + 146, + 3.845, + 150, + 1.986, + 169, + 1.167, + 194, + 1.793, + 201, + 2.207, + 240, + 2.231, + 257, + 3.1, + 260, + 2.644, + 269, + 1.78, + 273, + 1.937, + 290, + 3.054, + 313, + 3.077, + 368, + 2.231, + 389, + 4.347, + 473, + 3.451, + 497, + 4.023, + 534, + 3.688, + 574, + 3.764, + 774, + 3.547, + 860, + 3.976, + 901, + 3.391, + 918, + 3.764, + 931, + 2.148, + 979, + 3.547, + 997, + 5.731, + 1007, + 2.749, + 1010, + 3.224, + 1101, + 4.617, + 1114, + 5.059, + 1141, + 4.777, + 1219, + 4.777, + 1257, + 4.864, + 1264, + 5.169, + 1532, + 5.059, + 1544, + 4.864, + 1628, + 4.795, + 1684, + 4.544, + 1814, + 3.514, + 1878, + 6.777, + 1908, + 3.547, + 2173, + 4.617, + 2310, + 8.209, + 2316, + 7.175, + 2359, + 5.919, + 2509, + 6.417, + 2524, + 6.334, + 3378, + 8.429, + 4264, + 7.685, + 6168, + 6.402, + 6181, + 6.733, + 6182, + 7.846 ] ], [ - "type/examples/factory/bullets", + "type/examples/tilemap/collisions", [ - 193, + 39, 1.26 ] ], [ - "data/examples/factory/bullets", + "data/examples/tilemap/collisions", [ 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, + 1.247, + 59, + 0.897, + 201, + 2.232, + 345, 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, - 6222, - 7.912, - 6223, - 7.912, - 6224, - 7.912 + 533, + 5.503, + 983, + 6.406, + 1579, + 7.256 ] ], [ - "type/examples/factory/basic", + "type/examples/tilemap/get_set_tile", [ - 193, + 39, 1.26 ] ], [ - "data/examples/factory/basic", + "data/examples/tilemap/get_set_tile", [ 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, - 6225, - 9.524, - 6226, - 9.524, - 6227, - 8.172 + 1.253, + 201, + 2.243, + 345, + 4.839, + 533, + 5.53, + 983, + 6.436 ] ], [ - "type/examples/material/uvgradient", + "type/examples/render/camera", [ - 193, + 39, 1.26 ] ], [ - "data/examples/material/uvgradient", + "data/examples/render/camera", [ 7, - 1.062, - 8, - 1.082, - 9, - 1.022, - 10, - 1.878, - 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, - 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 + 1.384, + 18, + 1.131, + 36, + 1.665, + 57, + 1.068, + 59, + 0.921, + 72, + 3.397, + 79, + 0.976, + 96, + 3.799, + 97, + 3.188, + 99, + 0.741, + 103, + 1.922, + 106, + 1.975, + 107, + 1.588, + 120, + 4.994, + 125, + 2.539, + 148, + 1.712, + 169, + 1.242, + 194, + 2.012, + 240, + 2.374, + 269, + 1.894, + 271, + 4.28, + 273, + 2.06, + 290, + 3.249, + 429, + 4.047, + 561, + 3.235, + 594, + 3.846, + 637, + 6.582, + 717, + 4.912, + 827, + 4.835, + 931, + 3.019, + 979, + 3.774, + 1107, + 4.135, + 1133, + 6.526, + 1621, + 4.23, + 1687, + 6.328, + 1724, + 3.963, + 1908, + 3.774, + 1973, + 4.994, + 2646, + 6.531, + 3482, + 6.097, + 6163, + 9.856 ] ], [ - "type/examples/material/noise", + "type/examples/render/orbit_camera", [ - 193, + 39, 1.26 ] ], [ - "data/examples/material/noise", + "data/examples/render/orbit_camera", [ 7, - 1.04, - 8, - 1.3, - 9, - 0.999, + 1.064, 10, - 1.855, + 1.353, 11, - 1.044, - 16, - 0.748, - 26, - 2.222, + 2.268, + 18, + 1.152, + 20, + 1.127, + 23, + 2.83, 30, - 1.13, - 33, - 1.351, - 48, - 2.307, - 51, - 1.907, - 52, - 2.759, - 70, - 1.863, + 3.66, + 36, + 1.691, + 38, + 0.695, + 39, + 1.79, + 46, + 1.536, + 57, + 1.23, + 59, + 1.078, + 73, + 5.568, + 74, + 3.956, 77, - 1.653, - 86, - 1.183, - 94, - 2.867, - 121, - 2.875, - 137, - 1.233, + 1.297, + 79, + 0.875, + 92, + 2.512, + 97, + 3.21, + 99, + 1.025, + 100, + 1.804, + 102, + 2.169, + 105, + 2.512, + 106, + 1.519, + 107, + 1.83, + 113, + 2.065, + 120, + 3.746, + 129, + 5.372, 141, - 1.661, - 160, - 1.485, - 172, - 2.813, - 186, - 2.479, - 193, - 1.75, - 213, - 5.588, + 2.316, + 150, + 1.585, + 165, + 1.79, + 166, + 2.942, + 196, + 2.165, + 199, + 3.632, + 203, + 3.375, + 207, + 2.084, + 226, + 1.742, + 228, + 2.637, + 229, + 1.763, + 241, + 1.34, + 243, + 4.2, + 244, + 2.401, + 250, + 3.275, + 251, + 4.748, 256, - 2.437, + 1.414, + 266, + 4.267, + 269, + 1.924, + 300, + 3.468, + 358, + 2.885, + 359, + 3.729, 361, - 4.411, - 366, - 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 + 3.518, + 368, + 1.78, + 412, + 7.652, + 454, + 4.103, + 521, + 2.179, + 573, + 3.181, + 587, + 4.22, + 620, + 3.249, + 709, + 3.956, + 717, + 3.684, + 723, + 3.811, + 765, + 2.193, + 772, + 4.325, + 785, + 5.877, + 816, + 4.723, + 915, + 3.251, + 917, + 3.833, + 931, + 2.322, + 960, + 2.83, + 1007, + 2.193, + 1010, + 2.573, + 1029, + 3.035, + 1133, + 6.398, + 1139, + 3.518, + 1150, + 3.518, + 1159, + 4.898, + 1164, + 5.073, + 1188, + 3.068, + 1193, + 3.746, + 1226, + 5.484, + 1441, + 4.573, + 1601, + 4.723, + 1628, + 2.594, + 1661, + 3.136, + 1675, + 3.375, + 1687, + 3.881, + 1773, + 4.124, + 1841, + 3.626, + 1902, + 4.124, + 2134, + 5.725, + 2160, + 4.22, + 2228, + 4.898, + 2643, + 6.396, + 3236, + 4.898, + 3780, + 4.898, + 4242, + 6.015, + 4299, + 5.372, + 4723, + 5.372, + 5258, + 5.372, + 5418, + 5.725, + 5979, + 5.372, + 5990, + 4.898, + 6126, + 5.108, + 6127, + 5.108, + 6183, + 6.26, + 6184, + 6.26, + 6185, + 5.372, + 6186, + 6.26, + 6187, + 6.26, + 6188, + 6.26, + 6189, + 9.615, + 6190, + 8.792, + 6191, + 5.725, + 6192, + 5.725, + 6193, + 8.479, + 6194, + 6.26, + 6195, + 6.26, + 6196, + 6.26 ] ], [ - "type/examples/material/vertexcolor", + "type/examples/render/screen_to_world", [ - 193, + 39, 1.26 ] ], [ - "data/examples/material/vertexcolor", + "data/examples/render/screen_to_world", [ 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.193, + 18, + 0.858, + 23, + 4.297, + 59, + 0.995, + 79, + 0.937, + 99, + 0.979, + 113, + 1.904, + 116, + 3.699, + 165, + 2.718, + 471, + 2.548, + 594, + 4.38, + 596, + 5.193, + 675, + 4.229, + 786, + 6.387, + 1133, + 4.994, + 1155, + 4.608, + 1158, + 4.38, + 1687, + 5.893, + 2123, + 5.421, + 3458, + 8.692, + 6197, + 9.505 ] ], [ - "type/examples/material/screenspace", + "type/examples/physics/knockback", [ - 193, + 39, 1.26 ] ], [ - "data/examples/material/screenspace", + "data/examples/physics/knockback", [ 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, + 1.385, + 18, + 1.115, + 20, + 1.392, + 38, + 1.163, + 39, + 2.007, + 57, + 1.217, + 59, + 0.673, + 62, + 2.481, + 67, + 3.735, + 69, + 3.503, + 72, + 3.486, + 79, + 1.054, + 90, + 2.267, + 96, + 3.694, + 97, + 2.75, + 99, + 1.052, + 100, + 1.399, + 103, + 1.716, + 106, + 1.335, + 107, + 1.81, + 121, + 3.146, + 150, + 1.887, + 169, + 1.641, + 182, + 3.967, + 194, + 1.735, + 201, + 1.675, + 202, + 3.088, + 226, + 2.074, + 229, + 1.367, + 240, + 2.705, + 290, + 4.435, + 314, + 5.127, + 368, + 2.705, + 389, + 4.13, + 561, + 3.32, + 581, + 4.019, + 931, + 2.604, 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, + 4.47, + 979, + 4.735, + 991, + 4.538, + 1003, + 5.445, + 1006, + 6.747, + 1007, + 3.332, + 1107, + 3.693, + 1114, + 4.807, + 1187, + 6.57, + 1219, + 5.79, 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 + 4.622, + 1579, + 6.947, + 1584, + 5.886, + 1724, + 3.539, + 1814, + 4.26, + 1889, + 4.538, + 1890, + 5.508, + 1910, + 6.397, + 2310, + 8.324, + 2316, + 7.65, + 2509, + 5.69, + 2814, + 6.397, + 4264, + 7.441, + 6181, + 8.161, + 6198, + 7.455 ] ], [ - "type/examples/material/unlit", + "type/examples/physics/pendulum", [ - 193, + 39, 1.26 ] ], [ - "data/examples/material/unlit", + "data/examples/physics/pendulum", [ 7, - 1.318, - 9, - 0.939, + 1.413, 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, + 2.004, + 18, + 1.144, + 20, + 1.496, + 57, + 1.39, + 59, + 0.646, + 72, + 3.42, + 75, + 3.15, 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, + 1.483, + 79, + 1.021, + 90, + 2.59, + 96, + 3.719, + 97, + 2.07, + 99, + 1.09, + 106, + 1.283, + 108, + 2.105, + 116, + 2.787, + 146, + 3.509, + 169, + 1.529, + 175, + 3.122, + 194, + 1.875, + 195, + 5.368, + 199, + 4.402, + 201, + 1.609, + 202, + 3.337, + 237, + 4.735, + 240, + 2.036, + 241, + 1.533, + 266, + 3.178, + 290, + 4.229, + 308, + 5.23, + 314, + 4.996, 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, + 6.247, + 387, + 2.526, + 511, + 3.81, + 594, + 3.3, + 603, + 2.991, + 648, + 3.471, + 751, + 2.896, + 792, + 4.084, + 795, + 4.618, + 858, + 5.545, + 885, + 4.36, + 915, + 3.554, + 931, + 2.814, 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 - ] - ], - [ - "type/assets/deftest", - [ - 1047, - 0.756 - ] - ], - [ - "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 - ] - ], - [ - "type/assets/kenney", - [ - 1047, - 0.756 - ] - ], - [ - "data/assets/kenney", - [ - 10, - 2.039, - 11, - 0.863, - 29, - 2.185, - 46, - 2.706, - 62, + 4.83, + 963, + 3.912, + 978, + 2.829, + 979, + 4.913, + 1002, + 4.591, + 1007, + 3.247, + 1107, + 3.548, + 1121, + 4.947, + 1175, + 5.843, + 1224, + 3.435, + 1273, + 4.214, + 1724, + 4.4, + 1857, + 5.402, + 1890, + 5.368, + 2261, + 4.024, + 2837, 4.525, - 86, - 1.387, - 224, - 2.677, - 295, - 5.536, - 391, - 3.319, - 2117, - 6.024, - 6219, - 10.218, - 6250, - 9.724 + 3839, + 6.145, + 3856, + 5.602, + 4599, + 6.992, + 5335, + 7.563, + 6199, + 5.843, + 6200, + 7.251, + 6201, + 6.548, + 6202, + 7.161, + 6203, + 6.145, + 6204, + 6.548, + 6205, + 7.161, + 6206, + 6.548, + 6207, + 7.161 ] ], [ - "type/assets/batterystatus", + "type/examples/physics/raycast", [ - 1047, - 0.756 + 39, + 1.26 ] ], [ - "data/assets/batterystatus", + "data/examples/physics/raycast", [ 7, - 1.218, + 1.412, 11, - 0.861, - 30, - 0.876, - 60, - 3.955, - 151, - 1.779, - 493, - 2.836, + 3.17, + 18, + 1.106, + 57, + 1.44, + 72, + 3.495, + 79, + 1.014, + 90, + 2.085, + 96, + 3.567, + 97, + 2.53, + 99, + 0.932, + 106, + 1.567, + 113, + 1.753, + 169, + 1.674, + 194, + 1.916, + 250, + 4.057, + 266, + 3.883, + 290, + 4.087, + 568, + 4.917, 573, - 5.045, - 782, - 5.533, - 859, - 3.169, - 1703, - 10.205, - 4454, - 8.872, - 4887, - 6.097, - 6251, - 9.702, - 6252, - 9.702 - ] - ], - [ - "type/assets/rustore-remoteconfig", - [ - 1047, - 0.756 + 3.283, + 858, + 6.284, + 931, + 2.875, + 962, + 4.112, + 976, + 6.845, + 979, + 4.748, + 1007, + 3.065, + 1107, + 4.334, + 1658, + 6.207, + 1724, + 4.154, + 2837, + 5.529, + 4476, + 8.001, + 6163, + 9.656, + 6200, + 9.131, + 6208, + 8.749 ] ], [ - "data/assets/rustore-remoteconfig", + "type/examples/physics/kinematic", [ - 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 + 39, + 1.26 ] ], [ - "type/assets/printer", + "data/examples/physics/kinematic", [ - 1047, - 0.756 + 7, + 1.381, + 10, + 2.047, + 18, + 1.139, + 20, + 1.511, + 57, + 1.336, + 59, + 0.668, + 72, + 3.474, + 75, + 3.255, + 79, + 1.017, + 90, + 2.71, + 96, + 3.687, + 97, + 2.14, + 99, + 1.089, + 106, + 1.326, + 108, + 2.176, + 116, + 2.881, + 146, + 3.627, + 169, + 1.409, + 175, + 3.227, + 194, + 1.905, + 195, + 4.287, + 199, + 4.472, + 202, + 3.389, + 209, + 5.584, + 237, + 4.81, + 240, + 2.105, + 290, + 4.282, + 308, + 5.406, + 314, + 5.104, + 330, + 2.36, + 392, + 2.593, + 511, + 3.938, + 581, + 3.99, + 594, + 3.411, + 603, + 3.092, + 648, + 3.588, + 751, + 2.993, + 858, + 6.804, + 885, + 4.506, + 915, + 2.838, + 931, + 3.013, + 962, + 4.906, + 963, + 4.044, + 978, + 3.741, + 979, + 4.974, + 1002, + 3.667, + 1006, + 5.251, + 1007, + 2.593, + 1107, + 3.667, + 1159, + 5.791, + 1724, + 4.495, + 1857, + 5.584, + 1890, + 5.483, + 2261, + 4.159, + 2285, + 5.791, + 2298, + 5.584, + 2738, + 4.773, + 2837, + 4.677, + 4599, + 7.142, + 5144, + 6.351, + 6199, + 6.04, + 6200, + 8.608, + 6209, + 6.768 ] ], [ - "data/assets/printer", + "type/examples/physics/trigger", [ - 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 + 1.26 ] ], [ - "type/assets/defold-polyglot", + "data/examples/physics/trigger", [ - 1047, - 0.756 + 7, + 1.387, + 11, + 3.043, + 18, + 1.122, + 20, + 1.469, + 57, + 1.074, + 59, + 0.758, + 72, + 3.41, + 79, + 1.02, + 90, + 2.442, + 96, + 3.648, + 97, + 2.428, + 99, + 1.048, + 103, + 1.934, + 106, + 1.504, + 107, + 1.598, + 146, + 4.115, + 169, + 1.524, + 194, + 1.532, + 199, + 4.389, + 202, + 3.326, + 237, + 3.87, + 240, + 2.388, + 250, + 3.244, + 290, + 3.987, + 314, + 5.523, + 931, + 2.805, + 962, + 4.815, + 978, + 4.048, + 979, + 4.631, + 1002, + 4.16, + 1007, + 2.942, + 1072, + 6.852, + 1107, + 4.16, + 1187, + 5.801, + 1602, + 4.115, + 1724, + 3.987, + 1890, + 4.864, + 1928, + 6.205, + 6129, + 10.109, + 6165, + 7.206, + 6203, + 7.206, + 6210, + 7.679, + 6211, + 8.398 ] ], [ - "data/assets/defold-polyglot", + "type/examples/physics/hinge_joint", [ - 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 + 39, + 1.26 ] ], [ - "type/assets/derez", + "data/examples/physics/hinge_joint", [ - 1047, - 0.756 - ] - ], - [ - "data/assets/derez", - [ - 8, - 1.178, - 9, - 0.92, + 7, + 1.404, 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 - ] - ], - [ - "type/assets/facebook", - [ - 1047, - 0.756 - ] - ], - [ - "data/assets/facebook", - [ - 11, - 0.983, - 16, - 0.863, - 30, - 0.999, + 1.98, + 18, + 1.144, + 20, + 1.487, + 57, + 1.432, + 59, + 0.826, + 72, + 3.39, + 75, + 3.091, 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 + 1.456, + 79, + 1.018, + 90, + 2.667, + 96, + 3.636, + 97, + 2.032, + 99, + 1.098, + 106, + 1.259, + 108, + 2.066, + 116, + 2.735, + 146, + 4.487, + 169, + 1.515, + 175, + 3.064, + 194, + 1.858, + 195, + 4.071, + 199, + 4.363, + 201, + 1.579, + 202, + 3.307, + 237, + 4.693, + 240, + 1.999, + 241, + 1.505, + 251, + 3.239, + 266, + 3.119, + 290, + 4.199, + 308, + 5.134, + 314, + 4.936, + 387, + 2.479, + 511, + 3.74, + 594, + 3.239, + 603, + 2.936, + 648, + 3.407, + 751, + 2.843, + 792, + 4.009, + 795, + 4.532, + 858, + 5.479, + 885, + 4.279, + 915, + 3.511, + 931, + 2.789, + 962, + 4.786, + 963, + 3.84, + 978, + 3.618, + 979, + 4.878, + 1002, + 3.482, + 1007, + 3.208, + 1107, + 3.482, + 1121, + 4.855, + 1175, + 5.735, + 1224, + 3.371, + 1273, + 4.136, + 1724, + 4.347, + 1857, + 5.302, + 1890, + 5.303, + 2261, + 3.95, + 2285, + 5.499, + 2297, + 5.904, + 2298, + 5.302, + 2837, + 4.442, + 3841, + 5.735, + 3850, + 5.302, + 4242, + 6.496, + 4599, + 6.907, + 5115, + 6.427, + 5335, + 7.472, + 6199, + 5.735, + 6200, + 7.164, + 6201, + 6.427, + 6203, + 6.031, + 6204, + 6.427, + 6206, + 6.427, + 6212, + 7.029, + 6213, + 7.029, + 6214, + 7.029 ] ], [ - "type/assets/err", + "type/examples/physics/dynamic", [ - 1047, - 0.756 + 39, + 1.26 ] ], [ - "data/assets/err", + "data/examples/physics/dynamic", [ - 1397, + 7, + 1.426, + 10, + 2.042, + 18, + 1.133, + 20, + 1.545, + 57, + 1.333, + 59, + 0.853, + 72, + 3.468, + 75, + 3.244, + 79, + 1.004, + 90, + 2.77, + 96, + 3.683, + 99, + 1.095, + 107, + 1.404, + 108, + 2.168, + 116, + 2.87, + 146, + 4.629, + 169, + 1.405, + 175, + 3.215, + 194, + 1.724, + 195, + 4.272, + 199, + 4.464, + 202, + 3.384, + 209, + 5.564, + 237, + 4.802, + 240, + 2.097, + 269, + 1.673, + 290, + 4.277, + 308, + 5.387, + 314, + 5.092, + 330, + 3.012, + 511, + 3.925, + 581, + 3.976, + 594, + 3.399, + 603, + 3.081, + 648, + 3.575, + 751, + 2.983, + 858, 6.575, - 1784, - 4.644, - 2088, - 7.809, - 6264, - 9.732 + 885, + 4.49, + 931, + 2.853, + 962, + 4.898, + 963, + 4.03, + 978, + 3.732, + 979, + 4.968, + 1002, + 3.654, + 1007, + 2.584, + 1107, + 3.654, + 1724, + 4.485, + 1857, + 5.564, + 1890, + 5.471, + 2261, + 4.145, + 2284, + 6.018, + 2285, + 7.39, + 2298, + 7.126, + 2738, + 6.091, + 2837, + 4.661, + 4599, + 7.126, + 6199, + 6.018, + 6200, + 8.597, + 6209, + 6.745, + 6215, + 7.376, + 6216, + 6.745 ] ], [ - "type/assets/cas-ai", + "type/examples/sound/panning", [ - 1047, - 0.756 + 39, + 1.26 ] ], [ - "data/assets/cas-ai", + "data/examples/sound/panning", [ - 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.37, + 18, + 1.116, + 20, + 0.963, + 23, + 4.223, + 38, + 1.037, + 46, + 1.034, + 57, + 1.195, + 59, + 1.044, + 70, + 3.053, + 72, + 3.109, + 77, + 1.934, + 79, + 1.023, + 83, + 4.674, + 86, + 2.353, + 90, + 2.693, + 96, + 3.581, + 97, + 2.095, + 99, + 1.003, + 100, + 1.36, + 102, + 1.854, + 106, + 1.673, + 107, + 1.379, + 113, + 1.872, + 146, + 3.551, + 148, + 1.487, + 158, + 2.119, + 169, + 1.624, + 175, + 3.16, + 194, + 1.704, + 195, + 4.198, + 202, + 2.353, + 207, + 3.109, + 215, + 3.631, + 229, + 1.895, + 237, + 3.34, + 250, + 2.8, + 256, + 2.109, + 263, + 3.09, + 295, + 3.34, + 300, + 4.015, + 305, + 5.41, + 306, + 4.108, + 314, + 3.907, + 454, + 3.719, + 457, + 2.573, + 513, + 4.847, + 521, + 2.523, + 555, + 2.257, + 603, + 3.027, + 735, + 3.477, + 773, + 2.626, + 931, + 2.557, + 962, + 5.31, + 963, + 3.96, + 978, + 2.864, + 979, + 3.277, + 1107, + 3.591, + 1131, + 3.591, + 1139, + 4.073, + 1187, + 5.007, + 1193, + 4.337, + 1229, + 6.154, + 1548, + 3.907, + 1724, + 3.441, + 1948, + 4.97, + 2116, + 6.226, + 2136, + 4.775, + 2312, + 5.468, + 2738, + 6.023, + 3021, + 4.493, + 3046, + 5.67, + 3059, + 5.142, + 3506, + 8.433, + 3507, + 8.015, + 4318, + 9.926, + 4319, + 6.219, + 4599, + 8.235, + 5272, + 6.628, + 6217, + 7.622 ] ], [ - "type/assets/googleanalyticsforfirebase", + "type/examples/sound/fade_in_out", [ - 1047, - 0.756 + 39, + 1.26 ] ], [ - "data/assets/googleanalyticsforfirebase", + "data/examples/sound/fade_in_out", [ - 10, - 1.665, - 11, - 0.956, - 16, - 0.972, - 22, - 2.071, - 30, - 0.972, - 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 + 7, + 1.265 ] ], [ - "type/assets/vitahealthenergy", + "type/examples/sound/music", [ - 1047, - 0.756 + 39, + 1.26 ] ], [ - "data/assets/vitahealthenergy", + "data/examples/sound/music", [ 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.265 ] ], [ - "type/assets/defstring", + "type/examples/model/cubemap", [ - 1047, - 0.756 + 39, + 1.26 ] ], [ - "data/assets/defstring", + "data/examples/model/cubemap", [ - 8, - 1.256, - 9, - 0.954, + 18, + 1.094, + 39, + 1.957, 42, - 2.339, - 91, - 3.764, - 137, - 1.46, - 570, - 5.438, - 1290, - 5.776, - 1569, - 3.962, - 6274, - 9.816, - 6275, - 7.17 + 1.684, + 46, + 1.323, + 57, + 1.186, + 72, + 3.086, + 79, + 1.011, + 96, + 2.939, + 99, + 0.823, + 100, + 1.74, + 113, + 1.858, + 169, + 1.38, + 194, + 1.692, + 229, + 1.7, + 240, + 2.637, + 314, + 4.999, + 471, + 2.486, + 675, + 3.556, + 754, + 5.548, + 931, + 2.539, + 1675, + 6.217, + 2667, + 6.773, + 2681, + 9.328, + 3988, + 6.25, + 5056, + 8.48, + 6218, + 9.273, + 6219, + 9.273 ] ], [ - "type/assets/luascriptinstance", + "type/examples/timer/repeating_timer", [ - 1047, - 0.756 + 39, + 1.26 ] ], [ - "data/assets/luascriptinstance", + "data/examples/timer/repeating_timer", [ + 7, + 1.126, 11, - 0.863, - 16, - 0.878, - 30, - 0.878, + 3.863, + 18, + 0.962, + 39, + 1.894, + 42, + 1.63, + 46, + 1.28, + 57, + 1.148, 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 + 0.81, + 67, + 4.496, + 79, + 1.021, + 95, + 4.962, + 99, + 0.947, + 121, + 2.968, + 149, + 4.059, + 150, + 2.7, + 169, + 1.335, + 216, + 4.213, + 218, + 6.367, + 219, + 7.021, + 256, + 2.026, + 333, + 2.552, + 504, + 4.496, + 601, + 3.274, + 675, + 3.441, + 717, + 5.281, + 765, + 3.736, + 945, + 5.787, + 1079, + 4.351, + 1160, + 5.37, + 1526, + 7.788, + 3134, + 5.37, + 5920, + 6.367, + 6111, + 8.7, + 6141, + 7.564, + 6220, + 8.207, + 6221, + 8.975, + 6222, + 7.701 ] ], [ - "type/assets/defvideoads", + "type/examples/timer/trigger_timer", [ - 1047, - 0.756 + 39, + 1.26 ] ], [ - "data/assets/defvideoads", + "data/examples/timer/trigger_timer", [ - 440, - 4.879, - 558, - 7.273, - 1786, - 6.711, - 6275, - 7.273, - 6277, - 9.957, - 6278, - 9.957 + 7, + 1.114, + 11, + 3.217, + 18, + 1.082, + 39, + 1.874, + 42, + 1.613, + 46, + 1.267, + 57, + 1.356, + 59, + 0.956, + 67, + 4.448, + 79, + 0.962, + 95, + 4.93, + 99, + 0.941, + 107, + 1.69, + 121, + 2.937, + 149, + 3.38, + 150, + 2.248, + 169, + 1.321, + 206, + 4.304, + 216, + 4.475, + 256, + 2.005, + 333, + 2.525, + 504, + 5.308, + 601, + 3.239, + 675, + 3.405, + 773, + 3.217, + 980, + 5.726, + 1009, + 5.985, + 1010, + 3.649, + 1079, + 4.304, + 1379, + 4.092, + 1526, + 7.739, + 1819, + 6.947, + 1928, + 5.712, + 2547, + 8.645, + 3857, + 8.12, + 6111, + 7.245, + 6141, + 8.034, + 6222, + 9.091 ] ], [ - "type/assets/adjustsdk", + "type/examples/timer/cancel_timer", [ - 1047, - 0.756 + 39, + 1.26 ] ], [ - "data/assets/adjustsdk", + "data/examples/timer/cancel_timer", [ - 74, - 1.101, - 247, - 1.8, - 859, - 3.237, - 1262, - 6.172, - 2451, - 7.284, - 6279, - 9.91 + 7, + 1.112, + 11, + 3.21, + 18, + 1.058, + 20, + 1.406, + 39, + 1.87, + 42, + 1.609, + 46, + 1.264, + 47, + 3.969, + 59, + 0.955, + 67, + 4.439, + 79, + 0.899, + 95, + 4.924, + 99, + 0.94, + 106, + 1.587, + 121, + 2.931, + 126, + 1.759, + 148, + 1.818, + 153, + 2.01, + 169, + 1.318, + 206, + 4.295, + 216, + 3.501, + 232, + 6.971, + 234, + 5.053, + 241, + 1.897, + 256, + 2.001, + 333, + 2.52, + 504, + 5.301, + 601, + 3.233, + 675, + 3.398, + 773, + 3.21, + 989, + 5.972, + 1079, + 4.295, + 1281, + 6.286, + 1324, + 4.598, + 1436, + 7.983, + 1819, + 6.932, + 2495, + 6.932, + 2503, + 5.837, + 2863, + 6.932, + 3474, + 6.121, + 6111, + 7.23, + 6141, + 7.507, + 6222, + 9.08, + 6223, + 8.861, + 6224, + 8.861 ] ], [ - "type/assets/websocket", + "type/examples/resource/modify_atlas", [ - 1047, - 0.756 + 39, + 1.26 ] ], [ - "data/assets/websocket", + "data/examples/resource/modify_atlas", [ - 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 - ] - ], - [ - "type/assets/editor-script-templates", - [ - 1047, - 0.756 - ] - ], - [ - "data/assets/editor-script-templates", - [ - 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 - ] - ], - [ - "type/assets/defos", - [ - 1047, - 0.756 - ] - ], - [ - "data/assets/defos", - [ - 91, - 3.818, - 1290, - 5.859, - 1352, - 6.062, - 1678, - 3.904, - 6282, - 11.327 - ] - ], - [ - "type/assets/uptime", - [ - 1047, - 0.756 - ] - ], - [ - "data/assets/uptime", - [ - 300, - 2.127, - 395, - 3.925, - 492, - 4.049, - 1669, - 6.158, - 6283, - 11.86 - ] - ], - [ - "type/assets/emthree", - [ - 1047, - 0.756 - ] - ], - [ - "data/assets/emthree", - [ - 9, + 18, + 1.046, + 38, + 1.041, + 39, + 1.979, + 41, + 4.927, + 46, + 1.338, + 57, + 1.2, + 59, 0.846, - 547, - 2.96, - 1275, - 5.368, - 2671, - 5.595, - 6284, - 11.327 + 62, + 3.121, + 77, + 1.942, + 79, + 0.797, + 99, + 0.833, + 107, + 1.784, + 174, + 3.823, + 186, + 5.431, + 194, + 1.711, + 241, + 2.343, + 290, + 4.258, + 500, + 3.421, + 675, + 3.596, + 729, + 5.431, + 793, + 4.363, + 1103, + 6.178, + 1104, + 3.264, + 2023, + 8.254, + 2420, + 6.321, + 2532, + 6.047, + 5192, + 8.046 ] ], [ - "type/assets/extensiondirectories", + "type/examples/input/down_duration", [ - 1047, - 0.756 + 39, + 1.26 ] ], [ - "data/assets/extensiondirectories", + "data/examples/input/down_duration", [ - 11, - 0.878, - 395, - 3.906, - 834, - 5.915, - 859, - 3.23, - 866, - 4.235, - 2038, - 4.388, - 5128, - 8.51, - 6285, - 9.886 + 7, + 1.429 ] ], [ - "type/assets/illumination", + "type/examples/input/move", [ - 1047, - 0.756 + 39, + 1.26 ] ], [ - "data/assets/illumination", + "data/examples/input/move", [ - 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 + 7, + 1.429 ] ], [ - "type/assets/qrcode", + "type/examples/input/text", [ - 1047, - 0.756 + 39, + 1.26 ] ], [ - "data/assets/qrcode", + "data/examples/input/text", [ - 16, - 0.894, - 891, - 3.449, - 2789, - 7.238, - 5591, - 6.679, - 5626, - 6.846, - 6286, - 9.91, - 6287, - 11.296 + 7, + 1.494 ] ], [ - "type/assets/daabbcc", + "type/examples/input/mouse_and_touch", [ - 1047, - 0.756 + 39, + 1.26 ] ], [ - "data/assets/daabbcc", - [ - 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 - ] + "data/examples/input/mouse_and_touch", + [] ], [ - "type/assets/googleplaygameservices", + "type/examples/animation/spinner", [ - 1047, - 0.756 + 39, + 1.26 ] ], [ - "data/assets/googleplaygameservices", + "data/examples/animation/spinner", [ - 8, - 1.183, - 9, - 0.922, - 10, - 1.688, - 11, - 0.821, - 16, - 0.98, - 29, - 2.078, - 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 + 7, + 1.265 ] ], [ - "type/assets/defluid", + "type/examples/animation/basic_tween", [ - 1047, - 0.756 + 39, + 1.26 ] ], [ - "data/assets/defluid", + "data/examples/animation/basic_tween", [ - 48, - 2.751, - 151, - 1.812, - 226, - 5.401, - 664, - 4.199, - 2930, - 8.483, - 5386, - 8.067, - 6292, - 11.281, - 6293, - 9.886 + 7, + 1.265 ] ], [ - "type/assets/adswrapper", + "type/examples/animation/flipbook", [ - 1047, - 0.756 + 39, + 1.26 ] ], [ - "data/assets/adswrapper", + "data/examples/animation/flipbook", [ - 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 + 7, + 1.395, + 18, + 1.003, + 20, + 1.281, + 46, + 1.586, + 79, + 0.819, + 90, + 2.297, + 96, + 3.054, + 106, + 1.726, + 186, + 5.581, + 194, + 1.758, + 215, + 4.828, + 241, + 2.063, + 521, + 3.354, + 675, + 3.695, + 931, + 2.638, + 946, + 7.039, + 979, + 4.357 ] ], [ - "type/assets/md5", + "type/examples/animation/spine", [ - 1047, - 0.756 + 39, + 1.26 ] ], [ - "data/assets/md5", + "data/examples/animation/spine", [ - 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 + 7, + 1.265 ] ], [ - "type/assets/webrtc", + "type/examples/animation/easing", [ - 1047, - 0.756 + 39, + 1.26 ] ], [ - "data/assets/webrtc", + "data/examples/animation/easing", [ - 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 + 7, + 1.218, + 18, + 0.876, + 39, + 2.048, + 42, + 1.762, + 46, + 1.592, + 100, + 1.821, + 175, + 4.23, + 382, + 3.492, + 554, + 3.641, + 573, + 3.641, + 629, + 2.918, + 959, + 5.163, + 1034, + 3.721, + 1884, + 4.122, + 3776, + 7.32, + 5090, + 8.326 ] ], [ - "type/assets/prometheus", + "type/examples/animation/chained_tween", [ - 1047, - 0.756 + 39, + 1.26 ] ], [ - "data/assets/prometheus", + "data/examples/animation/chained_tween", [ - 102, - 2.944, - 191, - 2.521, - 2736, - 10.855, - 2742, - 9.105 + 7, + 1.265 ] ], [ - "type/assets/fontscale", + "type/examples/animation/euler_rotation", [ - 1047, - 0.756 + 39, + 1.26 ] ], [ - "data/assets/fontscale", - [ - 30, - 0.892, - 45, - 5.818, - 171, - 5.915, - 493, - 2.89, - 2193, - 7.014, - 2812, - 7.734, - 3618, - 6.829, - 6301, - 11.281 - ] + "data/examples/animation/euler_rotation", + [] ], [ - "type/assets/share", + "type/examples/animation/cursor", [ - 1047, - 0.756 + 39, + 1.26 ] ], [ - "data/assets/share", + "data/examples/animation/cursor", [ - 191, - 2.503, - 196, - 3.353, - 611, - 4.388, - 1276, - 7.979, - 1678, - 3.877, - 2401, - 8.483, - 3112, - 7.221 + 7, + 1.349, + 18, + 1.123, + 39, + 1.919, + 59, + 1.032, + 67, + 4.555, + 72, + 3.026, + 79, + 0.913, + 96, + 2.882, + 97, + 2.629, + 99, + 0.807, + 106, + 1.628, + 169, + 1.353, + 194, + 1.961, + 215, + 4.555, + 229, + 1.667, + 263, + 3.213, + 358, + 4.189, + 561, + 2.882, + 675, + 3.486, + 801, + 4.455, + 931, + 2.942, + 979, + 4.11, + 1149, + 8.106, + 1273, + 6.323, + 1340, + 6.45, + 2186, + 7.801, + 3805, + 7.801, + 3809, + 6.128, + 3810, + 5.99, + 6165, + 7.801 ] ], [ - "type/assets/defsave", + "type/examples/material/noise", [ - 1047, - 0.756 + 39, + 1.26 ] ], [ - "data/assets/defsave", + "data/examples/material/noise", [ 7, - 1.22, - 9, - 0.826, + 1.041, 11, - 0.863, + 3.007, 16, - 0.878, - 22, - 2.206, + 7.428, + 18, + 1.13, + 20, + 1.352, + 23, + 4.598, + 36, + 1.655, + 39, + 1.751, + 46, + 1.184, + 57, + 1.301, + 59, + 0.749, + 72, + 2.762, + 79, + 0.999, + 82, + 5.593, + 96, + 3.223, + 99, + 1.044, + 100, + 1.908, + 106, + 1.486, + 108, + 2.439, + 111, + 3.466, + 113, + 1.663, + 169, + 1.235, + 182, + 4.415, + 194, + 1.856, 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 + 2.869, + 201, + 1.864, + 226, + 2.309, + 263, + 2.481, + 333, + 2.892, + 471, + 2.224, + 518, + 6.492, + 675, + 3.182, + 765, + 2.907, + 931, + 2.785, + 977, + 4.415, + 1192, + 5.144, + 1193, + 4.965, + 1223, + 5.593, + 1307, + 5.052, + 1326, + 5.052, + 1332, + 3.356, + 1463, + 5.052, + 1675, + 5.482, + 1676, + 6.427, + 1679, + 5.467, + 1879, + 5.154, + 2007, + 5.244, + 2156, + 5.052, + 2353, + 5.351, + 2686, + 6.26, + 3854, + 6.26, + 4556, + 6.771, + 4585, + 6.771, + 4591, + 7.12, + 5266, + 7.588, + 6225, + 7.588, + 6226, + 8.298, + 6227, + 8.298, + 6228, + 8.298 ] ], [ - "type/assets/ironsource", + "type/examples/material/unlit", [ - 1047, - 0.756 + 39, + 1.26 ] ], [ - "data/assets/ironsource", + "data/examples/material/unlit", [ - 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 + 7, + 1.319, + 10, + 1.623, + 18, + 1.084, + 20, + 1.596, + 36, + 1.905, + 38, + 1.167, + 39, + 2.218, + 42, + 1.364, + 46, + 1.499, + 59, + 0.998, + 72, + 2.499, + 79, + 0.94, + 97, + 2.171, + 99, + 1.014, + 100, + 1.972, + 101, + 5.094, + 102, + 2.444, + 106, + 1.981, + 107, + 1.818, + 112, + 4.745, + 113, + 2.106, + 120, + 4.492, + 125, + 2.284, + 168, + 3.945, + 169, + 1.117, + 177, + 2.297, + 185, + 3.529, + 194, + 1.37, + 199, + 3.216, + 201, + 1.687, + 203, + 4.047, + 212, + 3.494, + 226, + 2.089, + 229, + 1.752, + 240, + 2.135, + 241, + 2.046, + 273, + 2.594, + 345, + 3.64, + 359, + 3.302, + 382, + 2.702, + 434, + 3.494, + 452, + 2.183, + 454, + 2.989, + 471, + 2.013, + 541, + 3.995, + 636, + 2.879, + 648, + 3.64, + 676, + 4.36, + 677, + 3.46, + 761, + 5.327, + 793, + 3.494, + 816, + 7.207, + 931, + 2.056, + 993, + 5.369, + 1029, + 3.64, + 1133, + 5.02, + 1245, + 5.061, + 1296, + 2.797, + 1458, + 6.443, + 1471, + 3.72, + 1675, + 5.665, + 1879, + 3.805, + 2219, + 6.443, + 2382, + 4.655, + 2383, + 4.655, + 2384, + 5.923, + 2385, + 5.664, + 2389, + 4.348, + 2710, + 6.443, + 3486, + 5.187, + 4152, + 6.443, + 4365, + 6.866, + 4592, + 8.575, + 5990, + 5.874, + 6126, + 6.126, + 6127, + 6.126, + 6185, + 6.443, + 6229, + 7.508, + 6230, + 9.554, + 6231, + 7.508, + 6232, + 7.508, + 6233, + 7.508, + 6234, + 7.508, + 6235, + 6.866, + 6236, + 6.866 ] ], [ - "type/assets/rive", + "type/examples/material/screenspace", [ - 1047, - 0.756 + 39, + 1.26 ] ], [ - "data/assets/rive", + "data/examples/material/screenspace", [ - 9, - 0.805, + 7, + 1.32, + 10, + 1.424, 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 + 3.178, + 18, + 1.112, + 20, + 1.456, + 23, + 3.966, + 36, + 1.313, + 38, + 0.731, + 39, + 2.082, + 42, + 1.196, + 46, + 1.64, + 57, + 0.843, + 59, + 0.989, + 77, + 1.364, + 79, + 0.977, + 90, + 1.57, + 92, + 2.643, + 97, + 1.904, + 99, + 1.094, + 100, + 1.646, + 101, + 5.099, + 102, + 2.523, + 106, + 1.18, + 107, + 1.669, + 113, + 1.976, + 118, + 4.247, + 120, + 3.94, + 126, + 1.741, + 132, + 2.263, + 140, + 3.035, + 156, + 3.875, + 158, + 1.925, + 160, + 1.936, + 168, + 3.46, + 169, + 0.98, + 177, + 3.018, + 182, + 3.504, + 185, + 3.095, + 194, + 1.202, + 199, + 4.693, + 203, + 3.55, + 212, + 4.082, + 226, + 1.832, + 228, + 3.695, + 229, + 1.608, + 243, + 3.263, + 250, + 3.389, + 260, + 2.22, + 263, + 1.969, + 315, + 5.439, + 330, + 2.797, + 382, + 2.37, + 403, + 4.672, + 404, + 4.162, + 427, + 5.374, + 432, + 4.672, + 452, + 1.915, + 454, + 4.651, + 471, + 2.644, + 505, + 3.377, + 524, + 2.206, + 555, + 2.051, + 634, + 2.602, + 678, + 4.439, + 686, + 3.55, + 754, + 3.94, + 786, + 5.081, + 857, + 3.756, + 915, + 2.525, + 960, + 2.977, + 1007, + 3.073, + 1133, + 4.609, + 1155, + 3.192, + 1188, + 4.298, + 1221, + 3.263, + 1256, + 5.439, + 1296, + 2.454, + 1499, + 3.94, + 1502, + 4.498, + 1675, + 4.729, + 1681, + 2.821, + 1725, + 5.544, + 1790, + 4.672, + 1879, + 5.551, + 1931, + 3.55, + 1948, + 3.504, + 2060, + 4.968, + 2118, + 5.152, + 2123, + 3.756, + 2128, + 4.968, + 2382, + 5.439, + 2383, + 6.115, + 2384, + 4.083, + 2385, + 4.968, + 2389, + 3.814, + 2400, + 6.022, + 2441, + 3.46, + 2622, + 5.152, + 2667, + 4.81, + 2710, + 5.651, + 3209, + 7.527, + 3415, + 3.598, + 3451, + 5.651, + 3486, + 4.549, + 4937, + 5.651, + 4965, + 5.152, + 5990, + 5.152, + 6040, + 4.81, + 6126, + 5.374, + 6127, + 5.374, + 6185, + 5.651, + 6235, + 6.022, + 6236, + 6.022, + 6237, + 10.519, + 6238, + 5.651, + 6239, + 6.586 ] ], [ - "type/assets/videoplayernative", + "type/examples/material/uvgradient", [ - 1047, - 0.756 + 39, + 1.26 ] ], [ - "data/assets/videoplayernative", + "data/examples/material/uvgradient", [ - 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 + 7, + 1.063, + 18, + 1.123, + 20, + 1.534, + 23, + 4.654, + 39, + 1.787, + 57, + 1.083, + 59, + 0.764, + 72, + 2.818, + 79, + 1.022, + 82, + 5.706, + 96, + 3.263, + 99, + 0.752, + 100, + 1.932, + 103, + 1.949, + 106, + 1.516, + 150, + 2.143, + 169, + 1.532, + 194, + 1.879, + 196, + 2.927, + 201, + 1.902, + 212, + 4.791, + 228, + 3.566, + 229, + 1.552, + 250, + 3.27, + 333, + 2.928, + 358, + 3.901, + 359, + 3.723, + 434, + 3.939, + 471, + 2.269, + 501, + 6.386, + 675, + 3.246, + 676, + 3.864, + 931, + 2.819, + 993, + 4.757, + 1029, + 4.104, + 1192, + 5.249, + 1223, + 5.706, + 1289, + 5.249, + 1326, + 5.154, + 1541, + 4.564, + 1675, + 5.55, + 1676, + 6.506, + 1879, + 5.217, + 2007, + 5.35, + 2200, + 6.183, + 2383, + 5.249, + 2686, + 6.386, + 3854, + 6.386, + 3916, + 7.741, + 4591, + 7.264, + 6225, + 7.741, + 6240, + 8.466 ] ], [ - "type/assets/apkx", + "type/examples/material/vertexcolor", [ - 1047, - 0.756 + 39, + 1.26 ] ], [ - "data/assets/apkx", + "data/examples/material/vertexcolor", [ - 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 + 7, + 1.141, + 18, + 1.129, + 38, + 1.01, + 46, + 1.297, + 57, + 1.163, + 99, + 0.807, + 101, + 5.209, + 108, + 3.159, + 126, + 1.805, + 148, + 1.865, + 182, + 4.838, + 201, + 2.043, + 206, + 4.407, + 215, + 4.555, + 240, + 2.585, + 241, + 1.947, + 256, + 2.053, + 258, + 5.99, + 290, + 3.538, + 324, + 5.185, + 358, + 4.189, + 471, + 2.437, + 856, + 4.312, + 981, + 5.535, + 1629, + 4.072, + 2382, + 6.661, + 2384, + 5.637, + 2621, + 6.641, + 2655, + 8.768, + 6241, + 9.092, + 6242, + 10.745, + 6243, + 9.092 ] ], [ - "type/assets/dsfonts", + "type/assets/reszip", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/dsfonts", + "data/assets/reszip", [ - 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 + 18, + 1.01, + 57, + 1.247, + 99, + 0.866, + 256, + 2.201, + 615, + 5.187, + 1010, + 4.006, + 1226, + 5.56, + 1545, + 7.627, + 1681, + 4.176, + 2173, + 5.737, + 2182, + 4.999, + 4304, + 8.915, + 6244, + 11.191 ] ], [ - "type/assets/defgraph", + "type/assets/apathfinding", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defgraph", + "data/assets/apathfinding", [ - 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 + 20, + 1.269, + 36, + 1.904, + 38, + 1.06, + 42, + 1.734, + 59, + 0.862, + 79, + 1.02, + 100, + 1.792, + 229, + 1.75, + 313, + 3.744, + 552, + 2.839, + 1066, + 3.744, + 1067, + 3.119, + 1411, + 4.737, + 1934, + 7.47, + 2293, + 8.732, + 3008, + 8.193, + 6245, + 9.549, + 6246, + 9.549, + 6247, + 9.549, + 6248, + 9.549 ] ], [ - "type/assets/reszip", + "type/assets/kenney", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/reszip", + "data/assets/kenney", [ - 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 + 46, + 1.387, + 52, + 2.677, + 60, + 2.706, + 91, + 3.32, + 99, + 0.864, + 194, + 2.039, + 256, + 2.196, + 550, + 4.526, + 939, + 5.536, + 2952, + 6.025, + 6148, + 10.219, + 6249, + 9.726 ] ], [ - "type/assets/colorlib", + "type/assets/orthographic", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/colorlib", + "data/assets/orthographic", [ - 8, - 1.213, - 9, - 0.805, - 11, - 0.842, - 30, + 18, 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 + 23, + 4.979, + 59, + 0.856, + 79, + 0.936, + 99, + 0.978, + 107, + 1.805, + 182, + 5.046, + 194, + 1.731, + 226, + 2.639, + 324, + 5.409, + 567, + 4.922, + 637, + 6.115, + 735, + 4.549, + 786, + 5.492, + 931, + 2.597, + 1133, + 4.983, + 1158, + 4.37, + 2123, + 5.409, + 3482, + 8.502, + 3490, + 8.672, + 6191, + 8.672, + 6250, + 8.138 ] ], [ - "type/assets/applovin-max", + "type/assets/richtext", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/applovin-max", + "data/assets/richtext", [ - 16, - 0.886, - 74, - 1.09, - 247, + 2, + 2.462, + 79, + 0.826, + 99, + 0.864, + 216, + 4.416, + 226, + 2.706, + 228, + 4.097, + 229, 1.783, - 573, - 4.438, - 1293, - 4.568, - 2475, - 6.201, - 2771, - 6.467, - 6298, - 10.794 + 241, + 2.083, + 782, + 8.894, + 810, + 7.936, + 894, + 3.843, + 1953, + 8.894, + 6251, + 9.726, + 6252, + 7.936, + 6253, + 8.894 ] ], [ - "type/assets/hypertrails", + "type/assets/webmonetization", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/hypertrails", + "data/assets/webmonetization", [ - 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, + 1.029, + 20, + 1.198, + 36, + 2.132, + 54, + 4.279, + 57, + 1.153, + 59, + 0.813, + 79, + 0.968, + 99, + 1.012, + 100, + 1.691, + 113, + 1.806, + 194, + 1.645, + 240, + 2.563, + 241, + 1.93, + 268, + 1.84, + 273, + 2.225, + 433, + 4.358, + 471, + 2.416, + 659, + 5.141, + 715, + 4.736, + 735, + 4.324, + 746, + 6.226, + 807, + 5.22, + 839, + 6.799, + 911, + 4.993, + 915, + 3.456, + 1067, + 2.945, + 1584, + 5.065, + 1973, + 5.393, + 2276, + 8.242, + 2315, + 7.355, + 2335, + 5.812, + 2888, + 8.064, + 5032, + 7.734, + 6254, + 10.69, + 6255, + 9.013, + 6256, + 10.69, + 6257, + 8.242, + 6258, + 9.013, + 6259, + 9.013 ] ], [ - "type/assets/tinyecs", + "type/assets/editor-script-align", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/tinyecs", + "data/assets/editor-script-align", [ - 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 + 42, + 1.73, + 47, + 4.267, + 49, + 3.819, + 58, + 4.944, + 79, + 0.809, + 84, + 4.117, + 94, + 4.433, + 97, + 3.193, + 99, + 0.98, + 203, + 5.136, + 351, + 4.944, + 681, + 4.668, + 691, + 2.915, + 695, + 4.307, + 706, + 6.958, + 2121, + 5.606, + 2783, + 6.759, + 4595, + 6.978, + 6260, + 10.664 ] ], [ - "type/assets/gog-galaxy", + "type/assets/luascriptinstance", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/gog-galaxy", + "data/assets/luascriptinstance", [ + 18, + 0.878, + 38, + 1.08, + 59, + 0.878, + 97, + 3.231, + 99, + 0.864, + 141, + 3.598, 160, - 1.758, - 191, - 2.485, - 859, - 3.207, - 1262, - 5.363, - 1676, - 8.01, - 3507, - 8.01, - 6325, - 11.804, - 6326, - 11.804 + 2.859, + 261, + 4.131, + 895, + 4.666, + 914, + 4.668, + 1090, + 4.526, + 1806, + 6.719, + 3139, + 7.337, + 6261, + 9.726 ] ], [ - "type/assets/blip", + "type/assets/playfabsdk", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/blip", - [ - 16, - 0.894, - 143, - 4.909, - 380, - 5.569, - 564, - 5.652, - 2118, - 5.929, - 2944, - 9.062, - 6327, - 11.296 - ] - ], - [ - "type/assets/lualocade", + "data/assets/playfabsdk", [ - 1047, - 0.756 - ] - ], - [ - "data/assets/lualocade", + 20, + 1.305, + 38, + 1.09, + 79, + 0.834, + 1032, + 5.364, + 1047, + 4.661, + 1681, + 4.206, + 2173, + 5.777, + 2550, + 5.686, + 4090, + 7.171, + 6262, + 9.818, + 6263, + 11.236 + ] + ], + [ + "type/assets/defold-mobilehtml5-typing", [ - 51, - 1.816, - 137, - 1.44, - 151, - 1.774, - 152, - 2.636, + 1975, + 0.756 + ] + ], + [ + "data/assets/defold-mobilehtml5-typing", + [ + 38, + 1.068, + 42, + 2.016, + 79, + 0.817, + 99, + 0.854, + 158, + 2.811, 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 + 2.827, + 216, + 4.386, + 229, + 1.763, + 266, + 4.927, + 615, + 5.116, + 739, + 7.845, + 837, + 6.2, + 1269, + 5.326, + 1393, + 7.522, + 1840, + 6.332, + 1894, + 6.334, + 6264, + 9.615 ] ], [ - "type/assets/tiled", + "type/assets/share", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/tiled", + "data/assets/share", [ - 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, - 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 + 150, + 2.503, + 623, + 4.388, + 891, + 3.354, + 1066, + 3.877, + 1263, + 7.222, + 2336, + 7.979, + 4735, + 8.484 ] ], [ - "type/assets/druid", + "type/assets/lualocade", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/druid", + "data/assets/lualocade", [ - 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 + 42, + 1.758, + 100, + 1.817, + 106, + 1.734, + 150, + 2.451, + 169, + 1.44, + 198, + 2.637, + 229, + 1.775, + 231, + 3.633, + 695, + 4.377, + 1075, + 6.002, + 3853, + 7.9, + 3902, + 6.118, + 4818, + 7.9, + 6265, + 11.146, + 6266, + 9.681, + 6267, + 9.681, + 6268, + 9.681 ] ], [ - "type/assets/resource-encryption", + "type/assets/defbuild", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/resource-encryption", + "data/assets/defbuild", [ - 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 + 2.326, + 28, + 4.417, + 38, + 1.012, + 42, + 1.655, + 59, + 0.971, + 79, + 0.914, + 99, + 0.955, + 148, + 1.869, + 150, + 2.307, + 153, + 2.684, + 169, + 1.356, + 177, + 2.788, + 229, + 1.67, + 268, + 1.86, + 313, + 3.573, + 471, + 2.442, + 629, + 2.74, + 647, + 5.277, + 677, + 4.199, + 685, + 3.714, + 690, + 5.758, + 808, + 4.848, + 1590, + 5.452, + 1655, + 6.015, + 1920, + 4.24, + 1961, + 5.547, + 1966, + 6.142, + 1989, + 5.197, + 2013, + 6.294, + 2024, + 4.119, + 6269, + 11.449, + 6270, + 9.112, + 6271, + 7.818, + 6272, + 9.112 ] ], [ - "type/assets/sharpsprite", + "type/assets/starly", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/sharpsprite", + "data/assets/starly", [ - 30, - 0.886, - 74, - 1.09, - 222, - 6.616, - 247, - 1.783, - 327, - 6.964, - 363, - 4.438, - 547, - 2.919, - 1110, - 7.68, - 6338, - 9.816, - 6339, - 9.816, - 6340, - 8.423, - 6341, - 9.816 + 20, + 1.311, + 38, + 1.095, + 42, + 1.792, + 241, + 2.112, + 1090, + 4.59, + 1133, + 5.182, + 3482, + 7.205, + 6273, + 11.827 ] ], [ - "type/assets/gamekit", + "type/assets/extensiondirectories", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/gamekit", + "data/assets/extensiondirectories", [ - 10, - 2.056, - 75, - 6.331, - 859, - 3.222, - 1325, - 7.782, - 6342, - 11.826 + 99, + 0.878, + 758, + 4.388, + 894, + 3.907, + 1067, + 3.23, + 1291, + 5.916, + 1411, + 4.236, + 3674, + 8.51, + 6274, + 9.887 ] ], [ - "type/assets/splitmix64", + "type/assets/feat", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/splitmix64", + "data/assets/feat", [ - 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.09, + 59, + 1.014, + 169, + 1.461, + 256, + 2.217, + 335, + 6.468, + 6275, + 11.236, + 6276, + 9.818, + 6277, + 9.818, + 6278, + 8.978, + 6279, + 9.818 ] ], [ - "type/assets/defarc", + "type/assets/whdefrouter", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defarc", + "data/assets/whdefrouter", [ - 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 + 23, + 4.502, + 79, + 0.846, + 1932, + 6.56, + 2928, + 7.064, + 6280, + 11.327 ] ], [ - "type/assets/teal", + "type/assets/deployer", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/teal", + "data/assets/deployer", [ - 74, - 1.103, - 247, - 1.804, - 521, - 3.895, - 6350, - 11.86, - 6351, - 9.933 + 7, + 1.235, + 38, + 1.093, + 42, + 1.787, + 97, + 2.845, + 313, + 3.859, + 837, + 6.346, + 1083, + 7.699, + 2029, + 7.188, + 6281, + 11.815 ] ], [ - "type/assets/editorscriptatlas", + "type/assets/defold-proto", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/editorscriptatlas", + "data/assets/defold-proto", [ - 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 + 42, + 2.142, + 59, + 0.884, + 99, + 0.87, + 1090, + 4.558, + 1602, + 4.799, + 2097, + 6.766, + 3796, + 8.957, + 3899, + 6.602, + 6282, + 10.261, + 6283, + 8.957 ] ], [ - "type/assets/tinyhttp", + "type/assets/warbattlesassetpack", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/tinyhttp", + "data/assets/warbattlesassetpack", [ - 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 + 18, + 0.991, + 20, + 1.255, + 46, + 1.347, + 57, + 1.208, + 79, + 0.933, + 99, + 0.838, + 194, + 2.004, + 457, + 3.352, + 673, + 5.468, + 761, + 6.698, + 1428, + 5.158, + 1975, + 1.196, + 2117, + 6.22, + 2550, + 5.468, + 4279, + 7.703, + 4548, + 7.122, + 6149, + 8.023, + 6284, + 9.441, + 6285, + 10.985, + 6286, + 10.985, + 6287, + 8.633, + 6288, + 9.441, + 6289, + 8.633 ] ], [ - "type/assets/defold-index", + "type/assets/defoldinput", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defold-index", + "data/assets/defoldinput", [ - 8, - 1.197, - 9, - 0.928, - 10, - 1.707, - 11, - 0.83, - 16, - 0.844, - 51, - 1.755, - 74, - 1.039, - 152, - 2.547, + 42, + 1.722, + 59, + 0.994, + 77, + 1.964, + 99, + 0.842, 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 + 2.788, + 172, + 4.134, + 194, + 1.731, + 266, + 5.166, + 915, + 3.637, + 1007, + 3.323, + 1097, + 5.879, + 1140, + 4.37, + 1261, + 5.674, + 1323, + 3.961, + 1604, + 4.983, + 2312, + 7.154, + 3094, + 6.551, + 3140, + 6.551, + 3680, + 7.738, + 4472, + 6.927, + 6290, + 9.484, + 6291, + 9.484, + 6292, + 9.484, + 6293, + 9.484 ] ], [ - "type/assets/slasherprototype", + "type/assets/moku", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/slasherprototype", + "data/assets/moku", [ - 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 + 38, + 1.106, + 982, + 5.958, + 988, + 8.125, + 6294, + 11.327, + 6295, + 9.958 ] ], [ - "type/assets/defold-colors", + "type/assets/def_usercentrics", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defold-colors", + "data/assets/def_usercentrics", [ - 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 + 38, + 1.098, + 42, + 2.049, + 3197, + 9.041, + 6296, + 9.887, + 6297, + 11.281, + 6298, + 11.281 ] ], [ - "type/assets/defold-api-emmylua", + "type/assets/printer", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defold-api-emmylua", + "data/assets/printer", [ - 74, + 38, 1.09, - 247, - 2.144, - 1663, - 5.662, - 2101, - 7.68, - 2771, - 6.467, - 6359, - 11.235, - 6360, - 9.816 + 79, + 0.834, + 194, + 1.791, + 201, + 2.206, + 216, + 3.879, + 878, + 7.245, + 1263, + 7.171, + 6252, + 8.011, + 6299, + 11.236, + 6300, + 9.818 ] ], [ - "type/assets/googleanalytics", + "type/assets/defold-persist", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/googleanalytics", + "data/assets/defold-persist", [ - 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.068, + 42, + 2.185, + 46, + 1.372, + 59, + 0.868, + 79, + 0.943, + 91, + 3.282, + 194, + 1.754, + 552, + 2.859, + 677, + 4.43, + 758, + 4.267, + 891, + 3.261, + 1590, + 5.752, + 2182, + 4.93, + 4846, + 7.253, + 6301, + 10.704 ] ], [ - "type/assets/fmod", + "type/assets/truetilecollisions", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/fmod", + "data/assets/truetilecollisions", [ - 8, - 1.197, - 9, - 0.795, - 16, - 1.045, - 33, - 1.243, - 74, - 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 + 106, + 1.763, + 256, + 2.222, + 291, + 5.699, + 866, + 3.666, + 894, + 3.888, + 962, + 5.288, + 963, + 5.377, + 1889, + 5.991, + 4211, + 8.444, + 6302, + 9.841 ] ], [ - "type/assets/playfabsdk", + "type/assets/colyseus", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/playfabsdk", + "data/assets/colyseus", [ - 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 + 18, + 0.87, + 42, + 1.75, + 59, + 0.87, + 99, + 0.856, + 194, + 1.758, + 198, + 2.624, + 229, + 1.767, + 292, + 4.128, + 692, + 3.616, + 703, + 3.779, + 771, + 4.484, + 1032, + 5.265, + 1807, + 4.623, + 2355, + 7.539, + 2448, + 6.349, + 4105, + 7.863, + 6303, + 11.116, + 6304, + 7.863, + 6305, + 9.637 ] ], [ - "type/assets/starly", + "type/assets/screenshot", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/starly", + "data/assets/screenshot", [ - 33, - 1.311, - 74, - 1.095, - 247, - 1.791, - 300, - 2.112, - 576, - 4.589, - 962, - 5.182, - 4144, - 7.204, - 6369, - 11.826 + 36, + 2.238, + 77, + 2.028, + 446, + 4.907, + 740, + 4.964, + 823, + 6.453, + 936, + 6.453, + 1041, + 4.428, + 2236, + 6.072, + 3669, + 7.663, + 4935, + 8.957, + 5050, + 10.261 ] ], [ - "type/assets/lpeg", + "type/assets/pack", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/lpeg", + "data/assets/pack", [ - 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.894, + 891, + 3.362, + 1295, + 3.719, + 4116, + 9.063, + 4596, + 8.087, + 6149, + 8.251, + 6306, + 9.911 ] ], [ - "type/assets/textadventuretemplate", + "type/assets/webrtc", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/textadventuretemplate", + "data/assets/webrtc", [ - 10, - 1.766, - 11, - 0.859, - 16, - 0.874, - 39, - 4.403, - 51, - 1.816, - 52, - 3.221, - 137, - 1.44, - 247, + 38, + 1.09, + 59, + 0.886, + 79, + 0.834, + 106, 1.758, - 295, - 4.795, - 659, - 3.795, - 799, - 7.043, - 6373, - 9.679, - 6374, - 10.191, - 6375, - 9.094 + 351, + 5.095, + 567, + 5.095, + 614, + 3.85, + 1090, + 4.568, + 2088, + 7.171, + 6307, + 11.804 ] ], [ - "type/assets/defpro", + "type/assets/apkx", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defpro", + "data/assets/apkx", [ - 30, - 0.894, - 102, - 2.93, - 137, - 1.474, - 191, - 2.509, - 561, - 6.528, - 2175, - 7.03, - 6376, - 11.296 + 18, + 0.995, + 57, + 1.216, + 59, + 0.858, + 99, + 0.844, + 100, + 1.784, + 132, + 3.266, + 150, + 2.406, + 201, + 2.136, + 229, + 1.743, + 231, + 3.566, + 995, + 6.007, + 1067, + 3.105, + 1131, + 4.709, + 1650, + 5.687, + 1652, + 7.436, + 2094, + 6.943, + 2194, + 5.505, + 3185, + 8.319, + 3653, + 8.156, + 6308, + 11.028, + 6309, + 9.505, + 6310, + 9.505, + 6311, + 9.505 ] ], [ - "type/assets/sentinel", + "type/assets/gyro", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/sentinel", + "data/assets/gyro", [ - 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 + 3.386, + 1884, + 4.24, + 6312, + 11.343, + 6313, + 9.982 ] ], [ - "type/assets/vibration", + "type/assets/navgo", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/vibration", + "data/assets/navgo", [ - 31, - 4.909, - 74, - 1.101, - 521, - 3.886, - 1350, - 6.679, - 3556, - 5.143, - 6380, - 11.848 + 18, + 0.844, + 20, + 1.538, + 36, + 1.866, + 38, + 1.214, + 91, + 3.194, + 99, + 0.97, + 103, + 2.154, + 109, + 3.486, + 228, + 3.941, + 241, + 2.003, + 256, + 2.467, + 273, + 2.309, + 291, + 5.419, + 368, + 2.661, + 567, + 4.855, + 648, + 4.536, + 982, + 5.598, + 1411, + 4.681, + 1933, + 4.978, + 1934, + 8.549, + 3890, + 6.306, + 4496, + 8.556, + 5254, + 8.028, + 6314, + 11.576 ] ], [ - "type/assets/defold-neovim", + "type/assets/colorlib", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defold-neovim", + "data/assets/colorlib", [ - 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 + 18, + 0.856, + 46, + 1.353, + 52, + 2.611, + 57, + 1.213, + 79, + 0.806, + 99, + 0.842, + 198, + 2.583, + 212, + 4.413, + 226, + 2.639, + 240, + 2.697, + 433, + 3.866, + 629, + 2.852, + 713, + 4.983, + 715, + 4.983, + 1774, + 5.581, + 1968, + 5.046, + 2164, + 4.098, + 2390, + 8.041, + 3777, + 8.138, + 4729, + 8.138, + 6315, + 9.484, + 6316, + 9.484, + 6317, + 8.138, + 6318, + 9.484 ] ], [ - "type/assets/defarmy", + "type/assets/defold-colors", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defarmy", + "data/assets/defold-colors", [ - 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, - 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, - 6383, - 10.882, - 6384, - 9.29, - 6385, - 9.29, - 6386, - 7.971 + 42, + 2.189, + 46, + 1.378, + 59, + 0.872, + 79, + 0.821, + 91, + 3.297, + 194, + 1.762, + 212, + 4.494, + 552, + 2.872, + 758, + 4.287, + 1088, + 7.881, + 1460, + 5.428, + 2390, + 8.101, + 5954, + 7.557, + 6319, + 9.659 ] ], [ - "type/assets/mirastate", + "type/assets/safearea", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/mirastate", + "data/assets/safearea", [ - 760, - 8.144, - 1662, - 4.599, - 4048, - 8.144, - 6387, - 11.342 + 18, + 1.075, + 36, + 2.173, + 57, + 1.192, + 66, + 6.006, + 99, + 0.827, + 143, + 4.515, + 153, + 2.113, + 169, + 1.386, + 198, + 2.537, + 201, + 2.093, + 249, + 4.468, + 281, + 5.775, + 449, + 6.521, + 854, + 5.16, + 1590, + 5.573, + 2373, + 5.886, + 2399, + 7.027, + 2403, + 6.608, + 2687, + 8.518, + 3415, + 5.955, + 4533, + 6.608, + 4866, + 8.518, + 4873, + 6.803, + 5088, + 8.518, + 6220, + 8.518, + 6320, + 10.899, + 6321, + 9.315, + 6322, + 9.315 ] ], [ - "type/assets/acidrain", + "type/assets/fontgen", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/acidrain", + "data/assets/fontgen", [ - 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, - 6389, - 9.816 + 38, + 1.08, + 42, + 1.767, + 100, + 1.825, + 151, + 3.997, + 159, + 5.724, + 169, + 1.447, + 241, + 2.083, + 368, + 2.766, + 433, + 3.965, + 629, + 2.925, + 966, + 8.346, + 1067, + 3.177, + 2822, + 5.921, + 6323, + 11.176, + 6324, + 9.726 ] ], [ - "type/assets/truetilecollisions", + "type/assets/defwindow", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/truetilecollisions", + "data/assets/defwindow", [ - 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, - 6390, - 9.839 + 18, + 0.894, + 38, + 1.101, + 456, + 5.343, + 735, + 4.754, + 879, + 5.832, + 1060, + 5.569, + 6325, + 11.297 ] ], [ - "type/assets/defblend", + "type/assets/nativetext", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defblend", + "data/assets/nativetext", [ - 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, - 6391, - 11.235 + 38, + 1.098, + 42, + 1.796, + 104, + 5.01, + 216, + 3.907, + 1066, + 3.877, + 1067, + 3.685, + 6326, + 11.281 ] ], [ - "type/assets/deftimeline", + "type/assets/derez", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/deftimeline", + "data/assets/derez", [ - 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.977, + 20, + 1.224, + 36, + 1.837, + 46, + 1.314, + 57, + 1.179, + 77, + 1.908, + 79, + 0.92, + 97, + 2.663, + 99, + 0.818, + 100, + 2.032, + 107, + 1.753, + 108, + 2.708, + 194, + 1.681, + 201, + 2.07, + 210, + 3.726, + 241, + 1.972, + 373, + 5.608, + 394, + 7.682, + 429, + 4.466, + 456, + 4.966, + 594, + 4.245, + 704, + 5.94, + 723, + 5.608, + 931, + 2.522, + 1062, + 5.033, + 1158, + 4.245, + 1180, + 5.033, + 1188, + 4.514, + 1452, + 7.207, + 1872, + 5.608, + 1883, + 7.517, + 5517, + 8.424, + 6039, + 8.424, + 6327, + 10.829, + 6328, + 9.212 ] ], [ - "type/assets/defold-tweener", + "type/assets/gamekit", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defold-tweener", + "data/assets/gamekit", [ - 247, - 2.15, - 513, - 9.04, - 576, - 4.6, - 664, - 4.199, - 6132, - 7.014, - 6393, - 11.281 + 194, + 2.056, + 361, + 6.331, + 1067, + 3.222, + 2953, + 7.783, + 6329, + 11.827 ] ], [ - "type/assets/gamescore", + "type/assets/m", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/gamescore", + "data/assets/m", [ - 10, - 1.779, - 30, - 1.01, - 33, - 1.295, - 74, - 1.082, - 247, - 1.77, - 547, - 2.898, - 795, - 5.645, - 1121, - 6.16, - 1262, - 5.325, - 6394, - 11.19, - 6395, - 11.77 + 38, + 1.093, + 42, + 1.787, + 46, + 1.404, + 79, + 0.836, + 652, + 7.583, + 676, + 4.491, + 707, + 7.188, + 1269, + 5.452, + 3140, + 6.798, + 6330, + 9.841 ] ], [ - "type/assets/define", + "type/assets/defold-rendy", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/define", + "data/assets/defold-rendy", [ - 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, - 6397, - 9.679 + 42, + 2.187, + 46, + 1.375, + 59, + 0.87, + 79, + 0.944, + 91, + 3.29, + 194, + 1.758, + 429, + 4.671, + 552, + 2.865, + 575, + 6.657, + 758, + 4.277, + 1133, + 5.063, + 4954, + 8.812, + 6331, + 11.716, + 6332, + 9.637 ] ], [ - "type/assets/warbattlesassetpack", + "type/assets/defold-oop", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/warbattlesassetpack", + "data/assets/defold-oop", [ - 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, - 6399, - 10.983, - 6400, - 10.983, - 6401, - 8.63, - 6402, - 9.438, - 6403, - 8.63 + 38, + 1.088, + 42, + 2.142, + 160, + 2.879, + 169, + 1.457, + 710, + 4.748, + 931, + 2.682, + 1191, + 7.389, + 2786, + 7.663, + 6333, + 11.221, + 6334, + 9.795 ] ], [ - "type/assets/bit46", + "type/assets/defmath", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/bit46", + "data/assets/defmath", [ - 9, - 0.838, - 33, - 1.311, - 74, - 1.095, - 570, - 5.464, - 1680, - 6.115, - 6404, - 11.826, - 6405, - 9.863, - 6406, - 8.463 + 57, + 1.271, + 79, + 0.844, + 90, + 2.368, + 1034, + 3.809, + 1094, + 7.494, + 6335, + 11.312 ] ], [ - "type/assets/crypto_iap", + "type/assets/editor-script-cleanup", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/crypto_iap", + "data/assets/editor-script-cleanup", [ - 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, - 6407, - 9.679, - 6408, - 9.679, - 6409, - 9.679, - 6410, - 9.679 + 49, + 4.078, + 97, + 3.409, + 106, + 1.754, + 351, + 5.083, + 521, + 3.409, + 3243, + 7.389, + 3726, + 9.156, + 6336, + 9.795 ] ], [ - "type/assets/xplevelupsystem", + "type/assets/websocket", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/xplevelupsystem", + "data/assets/websocket", [ - 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, + 1.044, + 38, + 1.284, + 42, + 1.696, + 59, + 0.985, + 77, + 2.26, + 78, + 4.143, + 79, + 0.982, + 99, + 0.829, + 229, + 1.711, + 646, + 4.731, + 676, + 4.26, + 729, + 6.32, + 735, + 4.478, + 758, + 4.143, + 891, + 3.166, + 1066, + 3.661, + 1574, + 5.683, + 2327, + 6.896, + 4483, + 6.623, + 6337, + 11.921, + 6338, + 8.537 ] ], [ - "type/assets/yoga", + "type/assets/alienworld", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/yoga", + "data/assets/alienworld", [ - 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 + 18, + 0.991, + 20, + 1.255, + 46, + 1.347, + 57, + 1.208, + 79, + 0.933, + 99, + 0.838, + 194, + 2.004, + 457, + 3.352, + 673, + 5.468, + 761, + 6.698, + 1047, + 4.482, + 1158, + 5.062, + 1428, + 5.158, + 2117, + 6.22, + 2550, + 5.468, + 4279, + 7.703, + 4548, + 7.122, + 6149, + 6.896, + 6287, + 8.633, + 6289, + 8.633, + 6339, + 9.441, + 6340, + 10.985, + 6341, + 9.441, + 6342, + 9.441 ] ], [ - "type/assets/safearea", + "type/assets/deftest", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/safearea", + "data/assets/deftest", [ - 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.888, + 150, + 2.491, + 643, + 7.424, + 703, + 3.859, + 1192, + 6.975, + 5127, + 7.424, + 6304, + 8.03, + 6343, + 11.251, + 6344, + 9.841 ] ], [ - "type/assets/cleanexporter", + "type/assets/dicebag", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/cleanexporter", + "data/assets/dicebag", [ - 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 + 38, + 1.093, + 57, + 1.259, + 79, + 0.836, + 1034, + 3.773, + 1269, + 5.452, + 1681, + 4.216, + 3118, + 7.424, + 3845, + 7.424, + 6345, + 11.251, + 6346, + 9.841 ] ], [ - "type/assets/defork", + "type/assets/nakama", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defork", + "data/assets/nakama", [ - 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 + 18, + 0.979, + 20, + 1.227, + 59, + 1.039, + 99, + 0.82, + 100, + 1.732, + 169, + 1.374, + 241, + 1.977, + 292, + 3.955, + 317, + 5.433, + 629, + 2.776, + 646, + 5.495, + 683, + 3.921, + 735, + 4.429, + 740, + 4.679, + 771, + 4.296, + 915, + 3.54, + 1055, + 5.265, + 1403, + 4.383, + 1460, + 5.188, + 1681, + 3.955, + 2212, + 7.922, + 2836, + 7.223, + 2971, + 6.965, + 3055, + 7.533, + 3584, + 6.55, + 3845, + 6.965, + 4022, + 8.442, + 4105, + 7.533, + 4107, + 8.442, + 6347, + 11.512, + 6348, + 8.442, + 6349, + 9.232, + 6350, + 9.232 ] ], [ - "type/assets/defoldgridengine", + "type/assets/crypto_iap", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defoldgridengine", + "data/assets/crypto_iap", [ - 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 + 46, + 1.59, + 79, + 0.822, + 91, + 3.305, + 99, + 0.86, + 121, + 3.202, + 150, + 2.451, + 201, + 2.175, + 1769, + 5.136, + 1968, + 5.151, + 2275, + 7.9, + 3071, + 6.525, + 3474, + 6.688, + 6351, + 9.681, + 6352, + 9.681, + 6353, + 9.681, + 6354, + 9.681 ] ], [ - "type/assets/visual-novel-template-ink", + "type/assets/defvungle", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/visual-novel-template-ink", + "data/assets/defvungle", [ - 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 + 7, + 1.226, + 38, + 1.085, + 59, + 0.882, + 614, + 3.832, + 2024, + 4.418, + 2072, + 6.586, + 3312, + 7.973, + 4150, + 7.137, + 6355, + 9.772, + 6356, + 7.137, + 6357, + 11.206, + 6358, + 9.772, + 6359, + 9.772 ] ], [ - "type/assets/colorpicker", + "type/assets/openal", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/colorpicker", + "data/assets/openal", [ - 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 + 59, + 0.892, + 243, + 4.898, + 629, + 2.973, + 722, + 8.068, + 758, + 4.388, + 1188, + 4.845, + 6190, + 9.041, + 6360, + 11.281 ] ], [ - "type/assets/pack", + "type/assets/facebook", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/pack", + "data/assets/facebook", [ - 16, - 0.894, - 135, - 3.718, - 196, - 3.361, - 2739, - 9.062, - 4506, - 8.086, - 6220, - 8.25, - 6433, - 9.91 + 18, + 0.999, + 36, + 1.909, + 45, + 6.451, + 54, + 4.544, + 59, + 0.864, + 99, + 0.983, + 169, + 1.424, + 547, + 5.632, + 565, + 8.087, + 614, + 3.753, + 1032, + 5.229, + 1616, + 6.048, + 1769, + 4.41, + 2063, + 8.533, + 2336, + 6.451, + 3576, + 7.487, + 3577, + 8.212, + 6361, + 9.57 ] ], [ - "type/assets/nakama", + "type/assets/rustore-review", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/nakama", + "data/assets/rustore-review", [ - 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 + 38, + 1.093, + 42, + 1.787, + 59, + 0.888, + 3161, + 6.483, + 4209, + 9.18, + 6362, + 9.244, + 6363, + 8.999, + 6364, + 8.999 ] ], [ - "type/assets/coolmathgames-sdk", + "type/assets/spritefusion", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/coolmathgames-sdk", + "data/assets/spritefusion", [ - 74, - 1.09, - 247, - 1.783, - 859, - 3.207, - 1262, - 6.449, - 1660, - 4.813, - 1678, - 3.849, - 6438, - 9.816, - 6439, - 11.235 + 42, + 1.742, + 46, + 1.368, + 49, + 3.317, + 59, + 0.866, + 79, + 0.815, + 99, + 0.984, + 106, + 1.718, + 206, + 4.65, + 256, + 2.166, + 561, + 3.04, + 567, + 4.978, + 979, + 4.337, + 983, + 7.149, + 986, + 6.466, + 2129, + 7.505, + 2952, + 5.171, + 6250, + 8.231, + 6365, + 9.592, + 6366, + 9.592, + 6367, + 9.592 ] ], [ - "type/assets/facebookads", + "type/assets/i18n-defold", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/facebookads", + "data/assets/i18n-defold", [ - 272, - 6.731, - 573, - 5.086, - 859, - 3.214, - 1786, - 6.632, - 4722, - 8.217, - 6440, - 9.839, - 6441, - 11.25 + 38, + 1.106, + 42, + 2.057, + 6368, + 11.871 ] ], [ - "type/assets/apkverifier", + "type/assets/geneticalneuralnetwork", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/apkverifier", + "data/assets/geneticalneuralnetwork", [ - 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 + 79, + 0.83, + 99, + 0.868, + 121, + 3.232, + 169, + 1.454, + 226, + 2.719, + 677, + 4.503, + 2075, + 6.705, + 6369, + 9.772, + 6370, + 11.206, + 6371, + 11.206, + 6372, + 9.772 ] ], [ - "type/assets/photoshopguiexporter", + "type/assets/firebase-remoteconfig", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/photoshopguiexporter", + "data/assets/firebase-remoteconfig", [ - 1, - 2.453, - 9, - 0.942, - 16, - 1.0, - 32, - 1.825, + 10, + 1.745, + 18, + 1.025, + 20, + 1.073, + 30, + 3.807, + 36, + 1.994, + 38, + 1.206, + 46, + 1.426, + 52, + 2.222, + 57, + 1.39, + 59, + 1.025, + 79, + 0.85, 86, - 1.368, - 141, - 1.921, - 247, - 1.742, - 297, - 3.004, - 381, - 5.385, - 475, - 7.503, - 682, - 4.804, - 1603, + 3.247, + 99, + 0.888, + 103, + 2.302, + 106, + 1.791, + 107, + 1.536, + 120, + 4.831, + 148, + 2.051, + 150, + 2.044, + 153, + 2.465, + 169, + 1.201, + 198, + 3.092, + 207, + 2.687, + 226, + 2.246, + 229, + 1.48, + 241, + 1.729, + 243, + 4.0, + 245, + 8.159, + 256, + 1.823, + 257, + 3.19, + 280, + 3.166, + 309, + 5.884, + 312, + 6.928, + 442, + 3.616, + 515, + 5.005, + 541, + 4.296, + 608, + 4.0, + 650, + 7.48, + 673, + 4.676, + 692, + 3.029, + 717, + 5.884, + 915, + 3.096, + 1010, + 3.318, + 1061, + 7.48, + 1543, + 4.751, + 1716, + 5.728, + 1769, 5.554, - 1684, - 6.318, - 2260, - 7.004, - 6445, - 9.59, - 6446, - 11.085 + 2019, + 5.442, + 2049, + 6.319, + 2054, + 4.605, + 2156, + 4.915, + 2353, + 5.206, + 2854, + 5.206, + 3079, + 5.897, + 3651, + 6.588, + 4090, + 5.897, + 4111, + 9.265, + 4214, + 6.316, + 4798, + 6.928, + 6373, + 7.383, + 6374, + 7.383 ] ], [ - "type/assets/defdiags", + "type/assets/pcgrandom", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defdiags", + "data/assets/pcgrandom", [ - 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 + 142, + 2.94, + 1066, + 3.877, + 1067, + 3.23, + 1176, + 7.604, + 6375, + 9.887, + 6376, + 10.316, + 6377, + 7.735 ] ], [ - "type/assets/defmath", + "type/assets/vs-code-ide", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defmath", + "data/assets/vs-code-ide", [ - 8, - 1.271, - 9, - 0.844, + 38, + 1.06, 42, - 2.367, - 91, - 3.809, - 1184, - 7.493, - 6450, - 11.311 + 1.734, + 59, + 0.862, + 79, + 0.811, + 99, + 0.848, + 194, + 1.742, + 198, + 2.6, + 313, + 3.744, + 642, + 4.839, + 744, + 4.629, + 977, + 5.884, + 1104, + 4.063, + 1994, + 8.076, + 2002, + 7.47, + 2029, + 6.974, + 2981, + 6.596, + 3160, + 8.193, + 4887, + 8.193, + 6378, + 8.193, + 6379, + 8.732 ] ], [ - "type/assets/facebookinstantgames", + "type/assets/adjustsdk", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/facebookinstantgames", + "data/assets/adjustsdk", [ - 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, - 6435, - 8.457, - 6451, - 9.249, - 6452, - 9.249, - 6453, - 9.249, - 6454, - 9.249, - 6455, - 8.457 + 38, + 1.101, + 42, + 1.8, + 118, + 7.284, + 1032, + 6.172, + 1067, + 3.238, + 6380, + 9.911 ] ], [ - "type/assets/def-behavior-tree", + "type/assets/defork", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/def-behavior-tree", + "data/assets/defork", [ - 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 + 31, + 5.633, + 59, + 0.878, + 150, + 2.462, + 226, + 2.706, + 573, + 3.649, + 891, + 3.299, + 1075, + 6.03, + 1262, + 7.104, + 1471, + 4.818, + 1655, + 5.11, + 6381, + 11.176, + 6382, + 9.726, + 6383, + 9.726, + 6384, + 9.726, + 6385, + 9.726 ] ], [ - "type/assets/iap", + "type/assets/rive", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/iap", + "data/assets/rive", [ - 9, - 0.784, - 10, - 1.684, - 11, - 0.962, - 16, - 0.833, - 23, - 1.995, - 29, - 2.074, - 74, - 1.025, - 77, - 1.84, - 86, - 1.642, - 140, - 5.303, - 142, - 5.344, - 151, - 1.692, - 184, - 4.133, - 247, - 1.676, - 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 + 20, + 1.26, + 38, + 1.053, + 42, + 1.722, + 46, + 1.353, + 59, + 0.856, + 79, + 0.806, + 99, + 0.842, + 201, + 2.131, + 215, + 4.751, + 226, + 2.639, + 228, + 3.994, + 256, + 2.487, + 345, + 4.597, + 436, + 6.248, + 765, + 3.323, + 1093, + 5.581, + 1262, + 6.927, + 1678, + 11.151, + 1933, + 5.046, + 2568, + 5.993, + 5091, + 7.738, + 6386, + 9.484 ] ], [ - "type/assets/yametrica", + "type/assets/defold-log", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/yametrica", + "data/assets/defold-log", [ - 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 + 38, + 1.093, + 42, + 2.146, + 169, + 1.464, + 608, + 4.875, + 1126, + 4.875, + 3693, + 7.255, + 3909, + 8.03, + 6387, + 9.841 ] ], [ - "type/assets/fontgen", + "type/assets/coolmathgames-sdk", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/fontgen", + "data/assets/coolmathgames-sdk", [ - 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 + 38, + 1.09, + 42, + 1.783, + 1032, + 6.449, + 1066, + 3.85, + 1067, + 3.207, + 1681, + 4.813, + 6388, + 9.818, + 6389, + 11.236 ] ], [ - "type/assets/panthera", + "type/assets/scene3d", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/panthera", + "data/assets/scene3d", [ - 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 + 18, + 0.841, + 42, + 1.692, + 55, + 4.468, + 57, + 1.192, + 59, + 0.841, + 79, + 0.791, + 99, + 1.026, + 153, + 2.113, + 169, + 1.386, + 194, + 1.989, + 256, + 2.103, + 552, + 2.769, + 647, + 5.395, + 939, + 4.614, + 948, + 3.68, + 1101, + 5.481, + 1188, + 4.564, + 1457, + 5.481, + 1628, + 3.859, + 1681, + 3.99, + 1868, + 6.006, + 2175, + 6.136, + 2524, + 6.006, + 2951, + 7.287, + 3379, + 7.287, + 3581, + 8.527, + 4540, + 7.993, + 6390, + 10.899, + 6391, + 9.315, + 6392, + 9.315 ] ], [ - "type/assets/admob-defold", + "type/assets/ironsource", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/admob-defold", + "data/assets/ironsource", [ - 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 + 18, + 0.886, + 57, + 1.256, + 79, + 0.834, + 169, + 1.461, + 729, + 5.686, + 1032, + 5.364, + 1066, + 3.85, + 1067, + 3.207, + 2269, + 10.129, + 3669, + 7.681 ] ], [ - "type/assets/defold-runtime-atlas", + "type/assets/rustore-appupdate", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defold-runtime-atlas", + "data/assets/rustore-appupdate", [ - 8, - 1.432, - 9, - 0.828, + 18, + 0.888, + 38, + 1.093, 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.787, + 623, + 4.367, + 1493, + 6.798, + 3161, + 6.483, + 6362, + 9.244, + 6393, + 11.251 ] ], [ - "type/assets/m", + "type/assets/rustore-remoteconfig", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/m", + "data/assets/rustore-remoteconfig", [ - 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.88, + 38, + 1.083, + 42, + 1.771, + 169, + 1.45, + 623, + 4.327, + 1052, + 5.122, + 2019, + 6.571, + 2353, + 6.286, + 3161, + 6.423, + 3727, + 5.935, + 6362, + 9.209, + 6373, + 10.233 ] ], [ - "type/assets/pigeon", + "type/assets/ts-defold", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/pigeon", + "data/assets/ts-defold", [ - 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 + 18, + 0.868, + 20, + 1.278, + 38, + 1.068, + 42, + 2.185, + 106, + 1.722, + 194, + 1.754, + 241, + 2.059, + 433, + 3.919, + 552, + 2.859, + 899, + 6.334, + 1104, + 3.346, + 5614, + 8.792, + 6378, + 8.25, + 6394, + 11.705, + 6395, + 11.102 ] ], [ - "type/assets/richtext", + "type/assets/googleplaygameservices", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/richtext", + "data/assets/googleplaygameservices", [ - 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, - 7.935, - 6479, - 9.724, - 6480, - 8.892 + 38, + 1.028, + 46, + 1.32, + 57, + 1.184, + 59, + 0.98, + 79, + 0.922, + 99, + 0.822, + 100, + 1.736, + 194, + 1.688, + 206, + 4.485, + 230, + 3.22, + 256, + 2.089, + 513, + 4.802, + 695, + 4.183, + 894, + 3.656, + 910, + 4.923, + 1067, + 3.023, + 1071, + 5.2, + 1131, + 5.378, + 1186, + 4.534, + 1460, + 5.2, + 1681, + 3.964, + 2014, + 7.939, + 2020, + 7.93, + 2194, + 6.288, + 2315, + 7.55, + 2353, + 5.966, + 2514, + 5.055, + 2533, + 6.237, + 2956, + 6.237, + 4108, + 8.461, + 4109, + 7.55, + 6396, + 9.253, + 6397, + 9.253 ] ], [ - "type/assets/editor-script-align", + "type/assets/yagames", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/editor-script-align", + "data/assets/yagames", [ - 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 + 18, + 1.013, + 20, + 1.302, + 38, + 1.088, + 42, + 1.779, + 194, + 1.787, + 552, + 2.912, + 1032, + 5.351, + 1067, + 3.2, + 6398, + 11.793, + 6399, + 9.795 ] ], [ - "type/assets/gameanalytics", + "type/assets/bit46", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/gameanalytics", + "data/assets/bit46", [ - 10, - 1.821, - 1262, - 5.453, - 5541, - 7.809, - 5545, - 10.372 + 20, + 1.311, + 38, + 1.095, + 79, + 0.838, + 1097, + 6.115, + 1269, + 5.464, + 6400, + 11.827, + 6401, + 9.864, + 6402, + 8.464 ] ], [ - "type/assets/haxesupport", + "type/assets/gooey", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/haxesupport", + "data/assets/gooey", [ - 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 + 20, + 1.29, + 47, + 4.346, + 56, + 3.777, + 59, + 0.876, + 79, + 0.824, + 169, + 1.444, + 216, + 3.834, + 266, + 4.307, + 323, + 5.806, + 582, + 5.908, + 600, + 4.655, + 614, + 3.805, + 894, + 3.834, + 6403, + 11.749, + 6404, + 9.704 ] ], [ - "type/assets/defold-persist", + "type/assets/editor-script-extra-locations", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defold-persist", + "data/assets/editor-script-extra-locations", [ - 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 + 18, + 0.874, + 49, + 4.059, + 97, + 3.394, + 99, + 0.86, + 368, + 2.753, + 573, + 3.633, + 771, + 4.505, + 857, + 5.522, + 879, + 6.559, + 1275, + 8.327, + 6405, + 9.681 ] ], [ - "type/assets/imp", + "type/assets/hypertrails", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/imp", + "data/assets/hypertrails", [ - 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 + 59, + 0.89, + 99, + 0.876, + 182, + 5.249, + 256, + 2.227, + 567, + 5.119, + 5954, + 7.717, + 6143, + 9.02, + 6406, + 9.864, + 6407, + 9.864, + 6408, + 9.864 ] ], [ - "type/assets/webgl-memory", + "type/assets/googleanalyticsforfirebase", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/webgl-memory", + "data/assets/googleanalyticsforfirebase", [ - 8, - 1.224, - 9, - 0.813, - 10, - 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 + 0.972, + 38, + 1.196, + 44, + 3.814, + 59, + 0.972, + 92, + 3.664, + 99, + 0.956, + 106, + 1.636, + 148, + 1.873, + 153, + 2.072, + 172, + 3.981, + 194, + 1.666, + 198, + 2.934, + 229, + 1.674, + 425, + 5.208, + 713, + 4.798, + 758, + 4.053, + 793, + 4.249, + 815, + 5.661, + 915, + 3.502, + 1032, + 4.989, + 1071, + 6.44, + 1817, + 7.451, + 1867, + 7.451, + 1874, + 5.374, + 1907, + 7.451, + 2194, + 6.239, + 2281, + 8.428, + 2308, + 6.308, + 2329, + 7.835, + 2952, + 4.923, + 4111, + 8.79, + 6409, + 9.132, + 6410, + 9.132, + 6411, + 9.132 ] ], [ - "type/assets/defunico", + "type/assets/deftimeline", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defunico", + "data/assets/deftimeline", [ - 9, - 0.844, - 33, - 1.32, - 576, - 4.622, - 5077, - 8.105, - 6489, - 11.86 + 46, + 1.404, + 99, + 0.874, + 457, + 3.494, + 567, + 5.107, + 959, + 5.236, + 1043, + 4.252, + 1131, + 4.875, + 1926, + 6.346, + 4240, + 8.444, + 6356, + 7.188, + 6412, + 9.841 ] ], [ - "type/assets/editor-script-extra-locations", + "type/assets/protobuf", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/editor-script-extra-locations", + "data/assets/protobuf", [ - 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 - ] - ], - [ - "type/assets/deftable", - [ - 1047, - 0.756 - ] - ], - [ - "data/assets/deftable", - [ - 8, - 1.262, - 9, - 0.838, - 90, - 6.36, - 91, - 3.782, - 135, - 3.701, - 502, - 4.731, - 1014, - 6.36, - 6491, - 11.265, - 6492, - 9.863 + 59, + 0.876, + 100, + 1.821, + 153, + 2.202, + 169, + 1.444, + 231, + 3.641, + 692, + 3.641, + 710, + 4.704, + 1067, + 3.17, + 1364, + 5.71, + 2097, + 6.703, + 2194, + 5.62, + 3899, + 6.541, + 6282, + 8.873, + 6283, + 10.744, + 6413, + 7.918 ] ], [ - "type/assets/tenjin", + "type/assets/editor-script-distribute", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/tenjin", + "data/assets/editor-script-distribute", [ - 30, - 0.894, - 74, - 1.101, - 859, - 3.237, - 1262, - 5.414, - 1678, - 3.886, - 6493, - 11.848 + 42, + 1.726, + 47, + 4.257, + 49, + 3.814, + 58, + 4.933, + 79, + 0.808, + 84, + 4.107, + 94, + 4.423, + 97, + 3.188, + 99, + 0.979, + 203, + 5.124, + 351, + 4.933, + 681, + 4.657, + 691, + 2.908, + 695, + 4.297, + 706, + 6.943, + 2121, + 5.593, + 2783, + 6.743, + 3047, + 9.507, + 4595, + 6.969, + 6414, + 9.505 ] ], [ - "type/assets/2dcollisions", + "type/assets/applovin-max", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/2dcollisions", + "data/assets/applovin-max", [ - 16, - 0.89, - 226, - 5.389, - 514, - 3.502, - 1022, - 5.182, - 1887, - 6.858, - 4871, - 8.048, - 5830, - 9.019, - 6494, - 9.863, - 6495, - 9.863 + 38, + 1.09, + 42, + 1.783, + 59, + 0.886, + 144, + 6.202, + 1920, + 4.568, + 2024, + 4.438, + 3161, + 6.468, + 6415, + 10.794 ] ], [ - "type/assets/defold-toon-shader", + "type/assets/crazygames", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defold-toon-shader", + "data/assets/crazygames", [ - 74, - 1.095, - 221, - 4.833, - 247, - 1.791, - 451, - 6.233, - 890, - 5.993, - 6496, - 11.826 + 38, + 1.093, + 42, + 1.787, + 194, + 1.796, + 552, + 2.926, + 1032, + 6.147, + 1066, + 3.859, + 1067, + 3.215, + 6416, + 11.815 ] ], [ - "type/assets/tactxstudios", + "type/assets/steamworks", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/tactxstudios", + "data/assets/steamworks", [ - 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, + 2.06, + 36, 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 + 46, + 1.359, + 57, + 1.219, + 79, + 0.809, + 99, + 0.846, + 194, + 1.738, + 198, + 2.595, + 229, + 1.747, + 241, + 2.04, + 471, + 2.554, + 513, + 4.944, + 623, + 4.228, + 758, + 4.228, + 1032, + 5.205, + 1457, + 5.606, + 1460, + 5.354, + 1765, + 7.774, + 2188, + 6.958, + 3845, + 7.187, + 4110, + 8.175, + 4264, + 7.453, + 5833, + 10.664 ] ], [ - "type/assets/pcg-random", + "type/assets/textadventuretemplate", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/pcg-random", + "data/assets/textadventuretemplate", [ - 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 + 42, + 1.758, + 59, + 0.874, + 72, + 3.222, + 99, + 0.86, + 100, + 1.817, + 169, + 1.44, + 194, + 1.767, + 216, + 4.404, + 224, + 7.044, + 313, + 3.796, + 939, + 4.796, + 6417, + 9.681, + 6418, + 10.192, + 6419, + 9.095 ] ], [ - "type/assets/protobuf", + "type/assets/gamescore", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/protobuf", + "data/assets/gamescore", [ - 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 + 18, + 1.01, + 20, + 1.296, + 38, + 1.083, + 42, + 1.771, + 194, + 1.779, + 552, + 2.899, + 729, + 5.646, + 1032, + 5.326, + 2750, + 6.161, + 6420, + 11.191, + 6421, + 11.771 ] ], [ - "type/assets/feat", + "type/assets/slasherprototype", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/feat", + "data/assets/slasherprototype", [ - 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 + 18, + 0.874, + 59, + 0.874, + 194, + 1.767, + 594, + 4.461, + 882, + 7.303, + 1289, + 6.002, + 1581, + 8.853, + 1936, + 5.363, + 2175, + 6.378, + 2524, + 7.187, + 3355, + 7.574, + 3413, + 8.307, + 3486, + 6.688, + 6422, + 9.681, + 6423, + 9.681, + 6424, + 9.681, + 6425, + 9.681 ] ], [ - "type/assets/siwa", + "type/assets/luasocket", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/siwa", + "data/assets/luasocket", [ - 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 + 18, + 0.884, + 42, + 1.779, + 99, + 0.87, + 160, + 2.879, + 169, + 1.457, + 231, + 3.675, + 475, + 7.992, + 1131, + 4.852, + 1693, + 6.602, + 3598, + 10.119, + 3903, + 7.154 ] ], [ - "type/assets/apathfinding", + "type/assets/defstring", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/apathfinding", + "data/assets/defstring", [ - 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 + 57, + 1.256, + 79, + 0.955, + 90, + 2.34, + 169, + 1.461, + 879, + 5.777, + 1034, + 3.765, + 1269, + 5.439, + 1465, + 3.963, + 6356, + 7.171, + 6426, + 9.818 ] ], [ - "type/assets/rustore-billing", + "type/assets/cjson", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/rustore-billing", + "data/assets/cjson", [ - 74, - 1.085, - 247, - 1.775, - 666, - 3.831, - 786, - 6.436, - 1993, - 6.585, - 2771, - 6.436, - 2843, - 6.436, - 6253, - 9.217, - 6464, - 10.246, - 6465, - 8.934, - 6518, - 9.77 + 46, + 1.375, + 59, + 0.87, + 99, + 0.987, + 100, + 1.808, + 153, + 2.186, + 160, + 3.268, + 631, + 4.774, + 1066, + 3.779, + 1067, + 3.148, + 1075, + 6.892, + 1295, + 4.171, + 1364, + 5.671, + 2097, + 6.657, + 3899, + 6.495, + 6427, + 11.116 ] ], [ - "type/assets/lightandshadows", + "type/assets/panthera", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/lightandshadows", + "data/assets/panthera", [ - 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 + 18, + 1.064, + 42, + 1.641, + 59, + 0.966, + 62, + 3.006, + 70, + 3.805, + 99, + 0.95, + 107, + 1.719, + 153, + 2.429, + 169, + 1.344, + 194, + 1.953, + 215, + 5.362, + 257, + 3.569, + 273, + 2.23, + 350, + 6.404, + 368, + 2.569, + 457, + 3.207, + 497, + 4.632, + 504, + 4.525, + 521, + 3.144, + 547, + 5.315, + 555, + 2.812, + 629, + 2.716, + 636, + 3.464, + 699, + 6.088, + 703, + 3.542, + 834, + 4.475, + 959, + 5.695, + 1104, + 3.726, + 1226, + 5.152, + 1807, + 5.134, + 2006, + 4.746, + 4966, + 6.814, + 6428, + 10.431, + 6429, + 8.26, + 6430, + 9.033 ] ], [ - "type/assets/ts-defold", + "type/assets/sharpsprite", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/ts-defold", + "data/assets/sharpsprite", [ - 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, - 3.346, - 1040, - 6.332, - 3608, - 8.79, - 6520, - 11.704, - 6521, - 11.1, - 6522, - 8.248 + 18, + 0.886, + 38, + 1.09, + 42, + 1.783, + 552, + 2.919, + 952, + 6.965, + 979, + 4.438, + 2118, + 7.681, + 2591, + 6.617, + 6250, + 8.424, + 6431, + 9.818, + 6432, + 9.818, + 6433, + 9.818 ] ], [ - "type/assets/tapticengine", + "type/assets/chrono", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/tapticengine", + "data/assets/chrono", [ - 30, - 0.892, - 74, - 1.098, - 547, - 2.939, - 859, - 3.23, - 1293, - 4.6, - 1678, - 3.877, - 6523, - 11.281, - 6524, - 9.886 + 228, + 4.194, + 646, + 5.046, + 765, + 3.489, + 6434, + 11.327, + 6435, + 9.958 ] ], [ - "type/assets/defcon", + "type/assets/defarmy", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defcon", + "data/assets/defarmy", [ - 9, - 0.942, - 10, - 1.75, - 11, - 0.851, - 22, - 2.176, - 30, - 0.865, - 31, - 4.751, - 60, - 3.909, + 36, + 1.853, + 46, + 1.326, + 57, + 1.189, + 59, + 1.042, 77, - 1.912, - 137, - 1.427, - 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 + 1.925, + 79, + 0.79, + 99, + 0.825, + 100, + 1.744, + 153, + 2.109, + 194, + 1.986, + 198, + 2.531, + 200, + 5.658, + 226, + 2.586, + 568, + 5.223, + 573, + 3.487, + 678, + 6.264, + 692, + 3.487, + 975, + 4.458, + 1007, + 3.814, + 1269, + 5.149, + 1689, + 6.593, + 2169, + 6.264, + 2181, + 7.975, + 2851, + 7.011, + 4533, + 6.593, + 5530, + 7.975, + 5954, + 7.271, + 6436, + 10.885, + 6437, + 9.294, + 6438, + 9.294, + 6439, + 7.975 ] ], [ - "type/assets/sidescrollertutorialfromscratch", + "type/assets/err", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/sidescrollertutorialfromscratch", + "data/assets/err", [ - 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 + 672, + 4.599, + 1076, + 7.809, + 3599, + 6.576, + 6440, + 9.733 ] ], [ - "type/assets/compat53", + "type/assets/pigeon", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/compat53", + "data/assets/pigeon", [ - 8, - 1.157, - 9, - 0.91, - 11, - 1.014, - 28, - 3.804, - 30, - 0.817, - 32, - 2.039, - 33, - 1.202, - 51, - 2.01, - 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 + 42, + 1.792, + 46, + 1.407, + 59, + 0.89, + 1602, + 4.833, + 1655, + 5.182, + 2169, + 6.649, + 3412, + 8.049, + 5165, + 8.464, + 6441, + 11.266 ] ], [ - "type/assets/imageloader", + "type/assets/narrator", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/imageloader", + "data/assets/narrator", [ - 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 - ] + 2, + 2.358, + 18, + 1.043, + 38, + 1.034, + 59, + 0.984, + 77, + 1.929, + 79, + 0.791, + 99, + 0.968, + 107, + 1.772, + 151, + 3.828, + 214, + 7.027, + 433, + 3.797, + 660, + 5.573, + 1067, + 3.043, + 1131, + 4.614, + 1262, + 6.803, + 1604, + 4.894, + 1681, + 3.99, + 1886, + 7.027, + 2123, + 5.312, + 2217, + 5.671, + 6419, + 8.893, + 6442, + 10.565, + 6443, + 9.315, + 6444, + 9.315, + 6445, + 9.315, + 6446, + 8.518, + 6447, + 9.315, + 6448, + 8.518 + ] ], [ - "type/assets/defoldpng", + "type/assets/defarc", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defoldpng", + "data/assets/defarc", [ - 16, - 0.894, - 247, - 1.8, - 285, - 4.909, - 286, - 7.442, - 5591, - 6.679, - 5626, - 6.846, - 6537, - 9.91 + 20, + 1.275, + 38, + 1.065, + 42, + 2.014, + 46, + 1.368, + 79, + 0.815, + 99, + 0.852, + 151, + 3.942, + 198, + 2.612, + 226, + 2.669, + 241, + 2.054, + 1262, + 7.006, + 1655, + 5.04, + 1681, + 4.109, + 6449, + 11.694, + 6450, + 11.087, + 6451, + 9.592, + 6452, + 9.592, + 6453, + 9.592 ] ], [ - "type/assets/rand16", + "type/assets/photoshopguiexporter", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/rand16", + "data/assets/photoshopguiexporter", [ - 9, - 0.84, - 33, - 1.314, - 35, - 2.939, - 5670, - 9.04, - 6502, - 7.734, - 6538, - 11.837, - 6539, - 9.886 + 1, + 2.454, + 42, + 1.742, + 46, + 1.368, + 47, + 5.385, + 48, + 5.555, + 59, + 1.001, + 79, + 0.942, + 107, + 1.825, + 113, + 1.922, + 436, + 6.319, + 446, + 4.806, + 555, + 2.987, + 787, + 7.006, + 4506, + 7.505, + 6454, + 9.592, + 6455, + 11.087 ] ], [ - "type/assets/review", + "type/assets/defgraph", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/review", + "data/assets/defgraph", [ - 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 + 18, + 0.822, + 57, + 1.465, + 59, + 0.971, + 60, + 2.535, + 62, + 3.033, + 72, + 3.033, + 73, + 5.277, + 77, + 1.887, + 79, + 0.973, + 99, + 0.955, + 100, + 2.148, + 107, + 1.734, + 154, + 5.758, + 169, + 1.356, + 194, + 1.663, + 226, + 2.535, + 293, + 7.128, + 314, + 4.912, + 368, + 2.591, + 411, + 4.728, + 565, + 6.655, + 744, + 4.417, + 765, + 3.192, + 982, + 5.452, + 1007, + 3.192, + 1034, + 3.494, + 1152, + 6.655, + 1158, + 4.199, + 1269, + 5.048, + 1655, + 4.787, + 3117, + 8.637, + 6456, + 10.759, + 6457, + 9.112, + 6458, + 9.112 ] ], [ - "type/assets/sparkle-shader", + "type/assets/sfmt", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/sparkle-shader", + "data/assets/sfmt", [ - 9, - 0.782, - 16, - 0.831, - 22, - 2.089, - 24, - 4.202, - 30, - 0.977, - 33, - 1.224, - 71, - 1.889, - 74, - 1.023, - 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 + 38, + 1.068, + 42, + 1.746, + 142, + 3.301, + 1067, + 3.141, + 1176, + 7.89, + 1191, + 7.253, + 4877, + 7.022, + 6377, + 8.685, + 6459, + 12.032, + 6460, + 7.845, + 6461, + 9.615, + 6462, + 9.615, + 6463, + 9.615, + 6464, + 9.615 ] ], [ - "type/assets/decodeogg", + "type/assets/yoga", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/decodeogg", + "data/assets/yoga", [ - 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 + 1, + 2.488, + 42, + 2.03, + 79, + 0.949, + 160, + 2.859, + 1066, + 3.814, + 1067, + 3.177, + 1090, + 4.526, + 1446, + 7.936, + 1807, + 4.666, + 6465, + 11.76, + 6466, + 9.726, + 6467, + 9.726 ] ], [ - "type/assets/dirtylarry", + "type/assets/videoplayernative", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/dirtylarry", + "data/assets/videoplayernative", [ - 9, - 0.84, - 16, - 0.892, - 381, - 4.428, - 576, - 4.6, - 5623, - 7.221, - 6546, - 9.886, - 6547, - 9.68, - 6548, - 9.886 + 38, + 1.236, + 59, + 1.005, + 79, + 0.821, + 150, + 2.445, + 788, + 8.832, + 978, + 3.816, + 1060, + 5.428, + 1066, + 4.365, + 1067, + 3.155, + 1440, + 5.88, + 1920, + 4.494, + 2024, + 4.367, + 4910, + 10.179, + 6468, + 9.659, + 6469, + 9.659 ] ], [ - "type/assets/horrifold", + "type/assets/pointer-lock", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/horrifold", + "data/assets/pointer-lock", [ - 9, - 0.842, - 890, - 5.022, - 4080, - 8.086, - 6549, - 9.91, - 6550, - 9.91, - 6551, - 9.91, - 6552, - 9.91, - 6553, - 9.91 + 38, + 1.075, + 42, + 1.758, + 59, + 0.874, + 169, + 1.44, + 449, + 5.792, + 500, + 3.532, + 533, + 5.363, + 785, + 5.522, + 1188, + 4.744, + 1681, + 4.147, + 3809, + 6.525, + 4861, + 8.141, + 6470, + 6.175, + 6471, + 8.307, + 6472, + 9.681, + 6473, + 9.681 ] ], [ - "type/assets/screenshot", + "type/assets/cafebazaar", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/screenshot", + "data/assets/cafebazaar", [ - 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 + 42, + 1.746, + 46, + 1.584, + 99, + 0.854, + 229, + 1.763, + 471, + 2.577, + 758, + 4.267, + 890, + 4.989, + 895, + 4.612, + 1060, + 5.403, + 1066, + 3.77, + 1067, + 3.141, + 1769, + 5.394, + 2024, + 4.347, + 2275, + 7.845, + 6474, + 11.705, + 6475, + 9.615 ] ], [ - "type/assets/defold-timer", + "type/assets/deftable", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defold-timer", + "data/assets/deftable", [ - 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 + 57, + 1.262, + 79, + 0.838, + 152, + 6.361, + 832, + 4.732, + 1034, + 3.782, + 1295, + 3.701, + 1311, + 6.361, + 6476, + 11.266, + 6477, + 9.864 ] ], [ - "type/assets/rustore-push", + "type/assets/defkit", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/rustore-push", + "data/assets/defkit", [ - 74, - 1.09, - 247, - 1.783, - 859, - 3.207, - 1678, - 3.849, - 3478, - 9.167, - 3818, - 8.621, + 18, + 0.874, + 38, + 1.075, + 42, + 1.758, + 79, + 0.822, + 96, + 3.068, + 194, + 1.767, + 201, + 2.175, + 228, + 4.078, + 552, + 2.878, + 977, + 5.151, + 1080, + 7.303, + 1090, + 4.505, + 1604, + 5.086, + 1994, + 7.071, 6253, - 9.235 + 8.853, + 6478, + 11.146, + 6479, + 9.681 ] ], [ - "type/assets/gooey", + "type/assets/monarch", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/gooey", + "data/assets/monarch", [ - 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 + 23, + 4.459, + 59, + 0.89, + 169, + 1.468, + 614, + 3.868, + 1385, + 6.998, + 2487, + 8.464, + 2928, + 6.998, + 4716, + 9.02, + 6480, + 11.266 ] ], [ - "type/assets/defquest", + "type/assets/defcon", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defquest", + "data/assets/defcon", [ - 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 + 18, + 0.866, + 36, + 1.913, + 42, + 1.742, + 79, + 0.942, + 99, + 0.852, + 153, + 2.176, + 169, + 1.427, + 194, + 1.75, + 229, + 1.759, + 433, + 3.91, + 577, + 3.761, + 659, + 5.471, + 673, + 6.421, + 902, + 5.471, + 1008, + 6.805, + 1570, + 6.466, + 1662, + 4.219, + 2027, + 4.752, + 6481, + 11.087 ] ], [ - "type/assets/geneticalneuralnetwork", + "type/assets/rustore-push", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/geneticalneuralnetwork", + "data/assets/rustore-push", [ - 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.09, + 42, + 1.783, + 1066, + 3.85, + 1067, + 3.207, + 3022, + 9.168, + 4384, + 8.622, + 6362, + 9.235 ] ], [ - "type/assets/luafilesystemlfs", + "type/assets/dear-imgui", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/luafilesystemlfs", + "data/assets/dear-imgui", [ - 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 + 20, + 1.299, + 79, + 0.83, + 915, + 3.747, + 1090, + 4.547, + 1590, + 5.847, + 2200, + 7.137, + 2952, + 5.268, + 6482, + 11.782, + 6483, + 11.782, + 6484, + 9.772 ] ], [ - "type/assets/sfmt", + "type/assets/modplayer", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/sfmt", + "data/assets/modplayer", [ - 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 + 1066, + 3.895, + 1067, + 3.245, + 1584, + 6.357, + 6485, + 9.934, + 6486, + 9.934, + 6487, + 9.934 ] ], [ - "type/assets/gamedistribution", + "type/assets/admob", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/gamedistribution", + "data/assets/admob", [ - 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 + 1067, + 3.269, + 2266, + 9.705 ] ], [ - "type/assets/openal", + "type/assets/chipsounds", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/openal", + "data/assets/chipsounds", [ - 16, - 0.892, - 221, - 4.844, - 316, - 2.973, - 394, - 4.898, - 2038, - 4.388, - 2229, - 8.067, - 6179, - 9.04, - 6581, - 11.281 + 57, + 1.259, + 79, + 0.836, + 993, + 5.53, + 1332, + 3.98, + 1628, + 4.077, + 2080, + 6.633, + 2116, + 5.612, + 2219, + 8.444, + 6488, + 9.841, + 6489, + 9.841, + 6490, + 9.841 ] ], [ - "type/assets/editor-script-distribute", + "type/assets/acidrain", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/editor-script-distribute", + "data/assets/acidrain", [ - 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 + 8, + 2.747, + 38, + 1.09, + 42, + 1.783, + 79, + 0.834, + 160, + 2.886, + 211, + 4.397, + 234, + 5.599, + 894, + 3.879, + 1494, + 8.424, + 4586, + 8.978, + 6491, + 9.818, + 6492, + 9.818 ] ], [ - "type/assets/defvungle", + "type/assets/rustore-billing", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defvungle", + "data/assets/rustore-billing", [ - 7, - 1.226, - 16, - 0.882, - 74, + 38, 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 + 42, + 1.775, + 577, + 3.832, + 712, + 6.586, + 2142, + 6.438, + 2143, + 6.438, + 3161, + 6.438, + 6362, + 9.218, + 6493, + 10.247, + 6494, + 9.772, + 6495, + 8.936 ] ], [ - "type/assets/defold-lang", + "type/assets/googleplayinstant", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defold-lang", + "data/assets/googleplayinstant", [ - 247, - 2.154, - 1397, - 6.544, - 1627, - 8.105, - 6587, - 11.311 - ] - ], - [ - "type/assets/defold-parser", - [ - 1047, - 0.756 - ] - ], - [ - "data/assets/defold-parser", - [ - 11, - 0.874, - 16, - 0.888, - 247, - 2.146, - 302, - 3.692, - 456, - 4.821, - 1845, - 6.1, - 4784, - 7.698, - 6588, - 11.25 + 107, + 1.846, + 148, + 1.991, + 169, + 1.444, + 194, + 1.771, + 198, + 2.643, + 256, + 2.191, + 442, + 4.346, + 500, + 3.54, + 1131, + 5.529, + 2065, + 8.419, + 2194, + 6.464, + 2985, + 7.32, + 3576, + 7.592, + 6496, + 9.704 ] ], [ - "type/assets/defold-tile-raycast", + "type/assets/defold-neovim", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defold-tile-raycast", + "data/assets/defold-neovim", [ - 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 + 42, + 2.126, + 59, + 1.002, + 91, + 3.282, + 99, + 0.986, + 169, + 1.652, + 198, + 2.618, + 229, + 1.763, + 256, + 2.171, + 313, + 3.77, + 703, + 3.77, + 1104, + 3.346, + 1596, + 5.116, + 6497, + 11.705, + 6498, + 9.615 ] ], [ - "type/assets/playable-ads", + "type/assets/defold-ink", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/playable-ads", + "data/assets/defold-ink", [ - 9, - 0.82, - 11, - 0.988, - 16, + 2, + 2.445, + 18, 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 + 42, + 2.022, + 99, + 0.858, + 151, + 3.969, + 228, + 4.068, + 229, + 1.771, + 231, + 3.624, + 241, + 2.068, + 729, + 5.594, + 997, + 7.055, + 1074, + 7.286, + 1075, + 5.988, + 6419, + 9.832, + 6442, + 8.832 ] ], [ - "type/assets/discordrich", + "type/assets/tiled", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/discordrich", + "data/assets/tiled", [ - 74, - 1.101, - 151, - 1.817, - 1660, - 4.245, - 2417, - 9.062, - 6257, - 8.086, - 6593, - 11.296, - 6594, - 9.91 + 38, + 1.058, + 42, + 2.006, + 49, + 3.294, + 57, + 1.219, + 59, + 0.86, + 79, + 0.809, + 99, + 0.846, + 198, + 2.595, + 240, + 2.709, + 256, + 2.151, + 435, + 8.712, + 555, + 2.966, + 567, + 4.944, + 917, + 4.307, + 983, + 6.143, + 986, + 6.421, + 2249, + 6.421, + 2952, + 5.136, + 3161, + 6.276, + 3337, + 7.774, + 4506, + 7.453, + 4606, + 10.006 ] ], [ - "type/assets/vs-code-ide", + "type/assets/sparkle-shader", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/vs-code-ide", + "data/assets/sparkle-shader", [ - 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 + 18, + 0.977, + 20, + 1.224, + 36, + 1.837, + 38, + 1.023, + 46, + 1.314, + 59, + 0.831, + 77, + 2.382, + 78, + 4.088, + 79, + 0.783, + 101, + 5.249, + 118, + 5.94, + 132, + 3.165, + 148, + 1.89, + 153, + 2.09, + 182, + 5.762, + 229, + 1.689, + 250, + 3.559, + 316, + 5.821, + 676, + 4.204, + 677, + 4.245, + 692, + 3.456, + 880, + 4.466, + 979, + 4.165, + 1144, + 5.254, + 1323, + 3.848, + 1807, + 4.419, + 1879, + 5.487, + 3084, + 6.364, + 3087, + 5.94, + 6499, + 11.87, + 6500, + 9.212 ] ], [ - "type/assets/whquestdef", + "type/assets/wortal", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/whquestdef", + "data/assets/wortal", [ - 9, - 0.84, - 74, - 1.098, - 576, - 4.6, - 1248, - 7.221, - 1397, - 6.513, - 1660, - 4.235, - 2169, - 9.04, - 6595, - 11.281 + 38, + 1.101, + 42, + 1.8, + 1032, + 5.415, + 1066, + 3.886, + 1067, + 3.238, + 6501, + 11.849 ] ], [ - "type/assets/defold-nuklear", + "type/assets/uptime", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defold-nuklear", + "data/assets/uptime", [ - 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 + 241, + 2.127, + 894, + 3.925, + 1459, + 4.05, + 3342, + 6.159, + 6502, + 11.86 ] ], [ - "type/assets/voronoi", + "type/assets/illumination", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/voronoi", + "data/assets/illumination", [ - 226, - 5.453, - 553, - 5.609, - 6597, - 11.882 + 18, + 0.995, + 38, + 1.056, + 48, + 5.505, + 59, + 0.858, + 90, + 2.265, + 99, + 0.979, + 101, + 4.608, + 198, + 2.589, + 229, + 1.743, + 256, + 2.146, + 648, + 4.608, + 791, + 6.943, + 854, + 5.266, + 958, + 6.943, + 1171, + 8.156, + 1188, + 4.657, + 1676, + 6.007, + 1681, + 4.072, + 1929, + 4.994, + 2533, + 6.407, + 2876, + 6.566, + 4545, + 9.463, + 4592, + 7.756 ] ], [ - "type/assets/dissolve-fx", + "type/assets/vitahealthenergy", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/dissolve-fx", + "data/assets/vitahealthenergy", [ - 74, - 1.101, - 167, - 6.033, - 376, - 7.614, - 1253, - 5.273, - 6598, - 11.848 + 7, + 1.412, + 79, + 0.836, + 894, + 3.888, + 1225, + 6.981, + 2640, + 6.981, + 5158, + 7.699, + 6503, + 9.841, + 6504, + 9.841, + 6505, + 11.251 ] ], [ - "type/assets/steamworks", + "type/assets/editorscriptatlas", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/steamworks", + "data/assets/editorscriptatlas", [ - 8, - 1.218, - 9, - 0.809, - 10, - 1.738, - 11, - 0.846, - 23, - 2.059, - 26, - 2.553, + 49, + 3.834, 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 + 2.296, + 78, + 4.257, + 79, + 0.815, + 85, + 5.739, + 97, + 3.205, + 99, + 0.984, + 110, + 3.79, + 113, + 1.922, + 177, + 2.935, + 186, + 6.421, + 226, + 2.669, + 241, + 2.054, + 561, + 3.04, + 935, + 5.492, + 6506, + 9.592 ] ], [ - "type/assets/wortal", + "type/assets/admob-defold", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/wortal", + "data/assets/admob-defold", [ - 74, - 1.101, - 247, - 1.8, - 859, - 3.237, - 1262, - 5.414, - 1678, - 3.886, - 6599, - 11.848 + 42, + 1.771, + 46, + 1.391, + 59, + 0.88, + 169, + 1.45, + 198, + 2.655, + 1769, + 5.157, + 1840, + 5.56, + 2072, + 6.571, + 2194, + 5.646, + 2266, + 9.131, + 6507, + 9.749, + 6508, + 9.749, + 6509, + 9.749 ] ], [ - "type/assets/modplayer", + "type/assets/quickbutton", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/modplayer", + "data/assets/quickbutton", [ - 859, - 3.245, - 1678, - 3.895, - 2046, - 6.356, - 6600, - 9.933, - 6601, - 9.933, - 6602, - 9.933 + 79, + 0.947, + 99, + 0.86, + 148, + 1.986, + 149, + 3.685, + 153, + 2.197, + 169, + 1.44, + 211, + 4.336, + 285, + 4.336, + 452, + 2.815, + 600, + 5.347, + 1025, + 3.825, + 1382, + 5.363, + 1621, + 4.906, + 2088, + 7.071, + 6510, + 11.146 ] ], [ - "type/assets/cjson", + "type/assets/yametrica", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/cjson", + "data/assets/yametrica", [ - 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 + 18, + 1.009, + 57, + 1.244, + 99, + 0.992, + 194, + 1.775, + 198, + 2.649, + 256, + 2.196, + 615, + 5.175, + 1616, + 6.146, + 1975, + 1.232, + 4533, + 6.9, + 6511, + 11.176, + 6512, + 9.726, + 6513, + 9.726 ] ], [ - "type/assets/dashdocsetfordefold", + "type/assets/adinfo", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/dashdocsetfordefold", + "data/assets/adinfo", [ - 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 + 18, + 0.967, + 20, + 1.203, + 36, + 1.805, + 38, + 1.19, + 59, + 0.817, + 79, + 0.91, + 99, + 0.804, + 100, + 2.011, + 102, + 2.315, + 108, + 2.661, + 148, + 1.857, + 170, + 4.11, + 196, + 3.13, + 229, + 1.66, + 241, + 1.938, + 256, + 2.044, + 335, + 7.061, + 442, + 4.055, + 473, + 3.981, + 695, + 4.092, + 773, + 3.28, + 915, + 4.11, + 1067, + 2.957, + 1143, + 5.837, + 1769, + 4.171, + 1920, + 4.212, + 2027, + 4.485, + 2074, + 7.082, + 3603, + 5.721, + 4006, + 8.278, + 4514, + 5.837, + 5661, + 8.278, + 6137, + 7.386, + 6304, + 7.386, + 6439, + 7.768, + 6514, + 9.052, + 6515, + 9.8, + 6516, + 9.052, + 6517, + 7.768, + 6518, + 9.052 ] ], [ - "type/assets/chipsounds", + "type/assets/magiclinker", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/chipsounds", + "data/assets/magiclinker", [ - 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 + 18, + 0.87, + 20, + 1.477, + 57, + 1.233, + 79, + 0.944, + 90, + 2.297, + 99, + 0.856, + 194, + 1.758, + 392, + 3.376, + 677, + 4.44, + 789, + 7.27, + 2448, + 6.349, + 4681, + 7.863, + 6519, + 9.637, + 6520, + 10.714, + 6521, + 8.812, + 6522, + 9.637 ] ], [ - "type/assets/narrator", + "type/assets/facebookinstantgames", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/narrator", + "data/assets/facebookinstantgames", [ - 2, - 2.357, 9, - 0.791, - 11, - 0.967, - 16, - 0.983, - 30, - 1.043, - 32, - 1.772, + 3.138, + 10, + 2.0, + 18, + 0.98, + 20, + 1.23, + 36, + 1.845, + 46, + 1.32, + 59, + 0.835, 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 + 2.575, + 70, + 3.897, + 99, + 0.822, + 229, + 1.696, + 332, + 3.079, + 567, + 4.802, + 765, + 3.242, + 1131, + 4.584, + 1681, + 5.092, + 1839, + 6.564, + 1840, + 5.277, + 2027, + 4.584, + 2054, + 5.277, + 2063, + 7.93, + 2065, + 8.19, + 3159, + 7.239, + 3576, + 7.239, + 5170, + 8.461, + 5739, + 8.461, + 6348, + 8.461, + 6523, + 9.253, + 6524, + 9.253, + 6525, + 9.253, + 6526, + 9.253, + 6527, + 8.461 ] ], [ - "type/assets/cafebazaar", + "type/assets/defoldgridengine", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/cafebazaar", + "data/assets/defoldgridengine", [ - 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, + 2.126, + 46, + 1.372, + 59, + 0.868, + 79, + 0.817, + 91, + 3.282, + 194, + 1.754, + 228, + 4.049, + 552, + 3.48, + 758, + 4.267, + 952, + 8.304, + 1088, + 7.845, + 1193, + 5.752, + 1386, + 7.022, + 1460, + 5.403, + 6528, + 9.615 ] ], [ - "type/assets/platypus", + "type/assets/defluid", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/platypus", + "data/assets/defluid", [ 226, - 5.453, - 547, - 2.968, - 6618, - 11.342, - 6619, - 9.127 - ] + 2.751, + 228, + 4.164, + 229, + 1.813, + 1180, + 5.402, + 3833, + 8.068, + 5258, + 8.484, + 6529, + 11.281, + 6530, + 9.887 + ] ], [ - "type/assets/defold-ink", + "type/assets/defold-toon-shader", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defold-ink", + "data/assets/defold-toon-shader", [ - 2, - 2.445, - 11, - 0.857, - 30, - 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, - 8.83 + 38, + 1.095, + 42, + 1.792, + 1188, + 4.833, + 1725, + 6.233, + 1879, + 5.993, + 6531, + 11.827 ] ], [ - "type/assets/defoldpolygoneditor", + "type/assets/poki", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defoldpolygoneditor", + "data/assets/poki", [ - 16, - 0.888, - 48, - 2.738, - 163, - 4.624, - 164, - 5.376, - 169, - 8.997, - 247, + 38, + 1.093, + 42, 1.787, - 633, - 3.402, - 2344, - 5.79, - 4829, - 9.18, - 6620, - 9.839 + 194, + 1.796, + 552, + 2.926, + 1032, + 6.147, + 1066, + 3.859, + 1067, + 3.215, + 2061, + 10.138 ] ], [ - "type/assets/defoldandroidpermissions", + "type/assets/sidescrollertutorialfromscratch", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defoldandroidpermissions", + "data/assets/sidescrollertutorialfromscratch", [ - 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 + 18, + 0.874, + 20, + 1.287, + 79, + 0.822, + 99, + 0.86, + 100, + 1.817, + 113, + 1.94, + 1500, + 7.7, + 2458, + 7.9, + 3568, + 9.578, + 5900, + 8.853, + 6532, + 9.681, + 6533, + 11.146, + 6534, + 9.681, + 6535, + 9.681 ] ], [ - "type/assets/adinfo", + "type/assets/tapticengine", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/adinfo", + "data/assets/tapticengine", [ - 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 + 18, + 0.892, + 38, + 1.098, + 552, + 2.94, + 1066, + 3.877, + 1067, + 3.23, + 1920, + 4.601, + 6536, + 11.281, + 6537, + 9.887 ] ], [ - "type/assets/lua-language-server", + "type/assets/defold-cairo", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/lua-language-server", + "data/assets/defold-cairo", [ - 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 + 38, + 1.241, + 42, + 2.136, + 449, + 5.819, + 469, + 4.929, + 1067, + 3.177, + 1101, + 5.724, + 1173, + 4.766, + 2951, + 7.609, + 6538, + 11.76, + 6539, + 11.176 ] ], [ - "type/assets/panthera20", + "type/assets/defold-nuklear", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/panthera20", + "data/assets/defold-nuklear", [ - 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 + 20, + 1.296, + 42, + 2.033, + 79, + 0.828, + 124, + 4.25, + 915, + 3.738, + 1140, + 4.492, + 1590, + 5.833, + 2200, + 7.121, + 2934, + 7.955, + 5349, + 8.915, + 6378, + 8.365, + 6540, + 11.771 ] ], [ - "type/assets/defold-cairo", + "type/assets/defsave", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defold-cairo", + "data/assets/defsave", [ - 74, - 1.241, - 219, - 4.928, - 247, - 2.136, - 275, - 5.722, - 859, - 3.177, - 1244, - 4.765, - 1681, - 7.608, - 1835, - 5.818, - 6627, - 11.759, - 6628, - 11.175 + 7, + 1.221, + 59, + 0.878, + 79, + 0.826, + 99, + 0.864, + 153, + 2.207, + 891, + 3.299, + 898, + 3.453, + 916, + 7.104, + 918, + 4.666, + 1061, + 6.408, + 1269, + 5.388, + 1457, + 5.724, + 1584, + 5.466, + 2514, + 5.314, + 6278, + 10.219 ] ], [ - "type/assets/crowd-runner-defold", + "type/assets/defold-api-emmylua", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/crowd-runner-defold", + "data/assets/defold-api-emmylua", [ - 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 + 38, + 1.09, + 42, + 2.144, + 735, + 5.662, + 1100, + 7.681, + 3161, + 6.468, + 6541, + 11.236, + 6542, + 9.818 ] ], [ - "type/assets/defoldapiforsublimetext3", + "type/assets/texturepacker", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defoldapiforsublimetext3", + "data/assets/texturepacker", [ - 39, - 4.439, - 74, - 1.248, - 125, - 3.97, - 247, - 2.041, - 1663, - 5.389, - 6631, - 9.816, - 6632, - 11.235 + 18, + 0.892, + 38, + 1.098, + 186, + 5.726, + 351, + 5.131, + 614, + 3.877, + 2164, + 4.272, + 6543, + 11.838 ] ], [ - "type/assets/3deforms", + "type/assets/colorpicker", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/3deforms", + "data/assets/colorpicker", [ - 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 + 18, + 0.87, + 38, + 1.07, + 42, + 1.75, + 59, + 0.87, + 79, + 0.819, + 106, + 1.991, + 330, + 3.073, + 333, + 2.74, + 675, + 3.695, + 1289, + 5.974, + 2390, + 6.657, + 2697, + 7.539, + 2749, + 8.269, + 5160, + 7.539, + 6544, + 11.716, + 6545, + 9.637, + 6546, + 9.637 ] ], [ - "type/assets/trickortreat", + "type/assets/resource-encryption", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/trickortreat", + "data/assets/resource-encryption", [ - 16, - 0.89, - 1047, - 1.25, - 1654, - 7.44, - 1834, - 9.019, - 2117, - 5.317, - 6220, - 7.204, - 6634, - 11.265, - 6635, - 9.863, - 6636, - 9.863 + 18, + 0.866, + 38, + 1.065, + 57, + 1.227, + 77, + 1.987, + 102, + 2.454, + 126, + 1.904, + 148, + 1.968, + 174, + 4.767, + 194, + 1.75, + 198, + 2.612, + 359, + 4.219, + 471, + 2.571, + 713, + 5.04, + 1029, + 4.65, + 3043, + 9.407, + 3161, + 6.319, + 3207, + 8.231 ] ], [ - "type/assets/defold-box2d", + "type/assets/defold-3D-outline-shader", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defold-box2d", + "data/assets/defold-3D-outline-shader", [ - 10, - 1.795, - 74, - 1.093, - 102, - 2.909, - 247, - 2.146, - 547, - 2.925, - 1883, - 8.629, - 1956, - 7.187 + 38, + 1.075, + 42, + 1.758, + 50, + 6.503, + 59, + 0.874, + 150, + 2.451, + 223, + 7.9, + 424, + 7.303, + 677, + 4.461, + 1188, + 5.461, + 1725, + 6.118, + 1879, + 5.948, + 2818, + 7.9, + 5516, + 8.307 ] ], [ - "type/assets/blurshader", + "type/assets/emthree", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/blurshader", + "data/assets/emthree", [ - 890, - 5.748, - 6637, - 9.981, - 6638, - 11.342 + 79, + 0.846, + 552, + 2.961, + 581, + 5.368, + 2261, + 5.596, + 6547, + 11.327 ] ], [ - "type/assets/defold-log", + "type/assets/tinyhttp", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defold-log", + "data/assets/tinyhttp", [ - 74, - 1.093, - 137, - 1.464, - 247, - 2.146, - 351, - 4.874, - 921, - 4.929, - 1474, - 8.029, - 2428, - 7.254, - 6639, - 9.839 + 59, + 0.89, + 645, + 6.63, + 646, + 4.999, + 677, + 4.545, + 1066, + 3.868, + 1067, + 3.222, + 2222, + 8.464, + 3584, + 6.998, + 6548, + 9.864 ] ], [ - "type/assets/pp", + "type/assets/fontscale", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/pp", + "data/assets/fontscale", [ - 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, - 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 + 18, + 0.892, + 158, + 2.89, + 159, + 5.818, + 328, + 5.916, + 640, + 7.014, + 1694, + 6.83, + 4174, + 7.735, + 6549, + 11.281 ] ], [ - "type/assets/monarch", + "type/assets/tilesetter", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/monarch", + "data/assets/tilesetter", [ - 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 + 42, + 1.758, + 52, + 2.665, + 59, + 0.874, + 99, + 0.86, + 107, + 2.121, + 169, + 1.44, + 198, + 2.637, + 226, + 2.694, + 289, + 5.792, + 699, + 6.525, + 986, + 6.525, + 1511, + 5.219, + 2218, + 8.853, + 2550, + 5.607, + 6550, + 11.146, + 6551, + 7.9 ] ], [ - "type/assets/defold-mobilehtml5-typing", + "type/assets/trenchbroom", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defold-mobilehtml5-typing", + "data/assets/trenchbroom", [ - 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 + 18, + 0.998, + 38, + 1.06, + 42, + 1.734, + 49, + 3.302, + 59, + 0.998, + 77, + 1.978, + 97, + 2.761, + 99, + 0.848, + 107, + 1.817, + 169, + 1.421, + 194, + 1.742, + 198, + 2.6, + 436, + 6.291, + 917, + 4.317, + 1052, + 5.017, + 1628, + 3.956, + 2130, + 7.791, + 2249, + 6.436, + 6552, + 11.672, + 6553, + 9.549 ] ], [ - "type/assets/defmnu", + "type/assets/trickortreat", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defmnu", + "data/assets/trickortreat", [ - 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 + 59, + 0.89, + 1975, + 1.25, + 2952, + 5.317, + 3329, + 9.02, + 4548, + 7.441, + 6149, + 7.205, + 6554, + 11.266, + 6555, + 9.864, + 6556, + 9.864 ] ], [ - "type/assets/clipboard", + "type/assets/horrifold", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/clipboard", + "data/assets/horrifold", [ - 7, - 1.238, - 11, - 0.876, - 279, - 5.317, - 280, - 8.463, - 969, - 4.731, - 1618, - 5.248, - 1680, - 6.115, - 3414, - 10.814 + 79, + 0.842, + 1879, + 5.022, + 4279, + 8.087, + 6557, + 9.911, + 6558, + 9.911, + 6559, + 9.911, + 6560, + 9.911, + 6561, + 9.911 ] ], [ - "type/assets/magiclinker", + "type/assets/kinematicwalker", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/magiclinker", + "data/assets/kinematicwalker", [ - 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 + 38, + 1.088, + 59, + 0.884, + 828, + 5.764, + 1006, + 7.96, + 1188, + 4.799, + 1681, + 4.196, + 3355, + 7.663, + 4571, + 7.992, + 5198, + 7.992, + 6562, + 9.795, + 6563, + 9.795, + 6564, + 8.957 ] ], [ - "type/assets/platformertutorial", + "type/assets/defold-parser", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/platformertutorial", + "data/assets/defold-parser", [ - 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 + 42, + 2.146, + 59, + 0.888, + 99, + 0.874, + 231, + 3.692, + 728, + 4.822, + 1075, + 6.101, + 4969, + 7.699, + 6565, + 11.251 ] ], [ - "type/assets/pcgrandom", + "type/assets/daabbcc", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/pcgrandom", + "data/assets/daabbcc", [ - 35, - 2.939, - 859, - 3.23, - 1678, - 3.877, - 3182, - 7.603, - 6501, - 10.315, - 6502, - 7.734, - 6654, - 9.886 + 20, + 1.296, + 59, + 0.88, + 79, + 0.828, + 98, + 6.916, + 100, + 1.829, + 146, + 4.777, + 169, + 1.45, + 193, + 6.044, + 1066, + 3.823, + 1067, + 3.185, + 4535, + 7.354, + 5652, + 8.915, + 6566, + 11.191, + 6567, + 9.749 ] ], [ - "type/assets/editor-script-cleanup", + "type/assets/dissolve-fx", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/editor-script-cleanup", + "data/assets/dissolve-fx", [ - 160, - 1.754, - 441, - 3.409, - 569, - 3.409, - 633, - 4.078, - 763, - 9.155, - 3556, - 5.082, - 4204, - 7.388, - 6655, - 9.793 + 38, + 1.101, + 182, + 5.273, + 981, + 6.034, + 989, + 7.614, + 6568, + 11.849 ] ], [ - "type/assets/orthographic", + "type/assets/defold-timer", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/orthographic", + "data/assets/defold-timer", [ - 9, - 0.936, - 10, - 1.73, - 11, - 0.978, - 16, - 0.856, - 30, - 0.856, - 32, - 1.804, - 48, - 2.638, - 172, - 2.624, - 366, - 4.978, - 410, - 5.407, - 412, - 4.92, - 640, - 4.369, - 949, - 5.491, - 962, - 4.981, - 1253, - 5.045, - 1372, - 6.113, - 1663, - 4.548, - 2179, - 5.407, - 4144, - 8.501, - 6067, - 8.669, - 6180, - 8.669, - 6340, - 8.135 + 42, + 2.192, + 46, + 1.384, + 79, + 0.948, + 91, + 3.312, + 194, + 1.771, + 552, + 2.885, + 758, + 4.307, + 977, + 5.163, + 6141, + 8.561, + 6569, + 9.704 ] ], [ - "type/assets/cards-fx-kit", + "type/assets/defoldpng", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/cards-fx-kit", + "data/assets/defoldpng", [ - 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 + 42, + 1.8, + 59, + 0.894, + 935, + 4.91, + 936, + 7.442, + 2097, + 6.846, + 3899, + 6.68, + 6570, + 9.911 ] ], [ - "type/assets/lowrezjamtemplate", + "type/assets/editor-script-check-dependencies-versions", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/lowrezjamtemplate", + "data/assets/editor-script-check-dependencies-versions", [ - 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 + 4, + 2.512, + 9, + 3.246, + 10, + 2.069, + 49, + 3.829, + 60, + 2.663, + 61, + 7.243, + 62, + 3.185, + 97, + 3.201, + 99, + 0.85, + 130, + 5.826, + 198, + 2.606, + 268, + 1.954, + 280, + 4.342, + 690, + 6.997, + 717, + 5.632, + 2028, + 6.451, + 2344, + 7.809 ] ], [ - "type/assets/editor-script-components", + "type/assets/playable-ads", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/editor-script-components", + "data/assets/playable-ads", [ - 9, - 0.813, - 11, - 0.85, - 30, - 0.863, - 48, - 2.662, - 51, - 1.795, - 86, - 1.365, - 151, + 42, 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 + 59, + 0.872, + 79, + 0.821, + 99, + 0.988, + 169, + 1.437, + 256, + 2.181, + 313, + 4.365, + 1933, + 5.923, + 2071, + 10.063, + 2072, + 7.904, + 2533, + 6.51, + 6379, + 8.832 ] ], [ - "type/assets/dicebag", + "type/assets/defglot", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/dicebag", + "data/assets/defglot", [ - 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 + 57, + 1.256, + 79, + 0.834, + 111, + 4.101, + 194, + 1.791, + 198, + 2.674, + 614, + 3.85, + 1269, + 5.439, + 1655, + 5.158, + 4818, + 8.011, + 6013, + 8.978, + 6571, + 11.236 ] ], [ - "type/assets/moku", + "type/assets/drawpixels", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/moku", + "data/assets/drawpixels", [ - 74, - 1.106, - 367, - 5.958, - 374, - 8.125, - 6662, - 11.327, - 6663, - 9.957 + 59, + 0.888, + 185, + 4.625, + 289, + 5.888, + 293, + 7.699, + 555, + 3.064, + 677, + 4.534, + 1041, + 4.449, + 2236, + 6.975, + 4608, + 8.03, + 6572, + 9.841 ] ], [ - "type/assets/defold-event", + "type/assets/defold-box2d", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defold-event", + "data/assets/defold-box2d", [ - 148, - 6.855, - 247, - 2.15, - 395, - 3.906, - 921, - 4.953, - 1682, - 7.221 + 38, + 1.093, + 42, + 2.146, + 160, + 2.893, + 194, + 1.796, + 552, + 2.926, + 1031, + 8.63, + 4472, + 7.188 ] ], [ - "type/assets/colyseus", + "type/assets/visual-novel-template-ink", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/colyseus", + "data/assets/visual-novel-template-ink", [ - 10, - 1.758, - 11, - 0.855, - 16, - 0.869, - 30, - 0.869, + 2, + 2.396, + 20, + 1.258, + 38, + 1.051, + 42, + 1.719, + 59, + 0.854, + 60, + 2.633, + 91, + 3.23, + 100, + 1.776, 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 + 3.888, + 160, + 2.782, + 224, + 7.349, + 228, + 3.985, + 229, + 1.735, + 761, + 6.713, + 977, + 5.853, + 1080, + 7.138, + 1681, + 4.054, + 2217, + 5.76, + 6419, + 9.769, + 6573, + 10.999, + 6574, + 8.652 ] ], [ - "type/assets/defoldinput", + "type/assets/defold-saver", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defoldinput", + "data/assets/defold-saver", [ - 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 + 8, + 2.773, + 42, + 2.152, + 2514, + 5.415, + 2928, + 7.031, + 6575, + 11.297 ] ], [ - "type/assets/webmonetization", + "type/assets/defold-tile-raycast", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/webmonetization", + "data/assets/defold-tile-raycast", [ - 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, + 20, + 1.252, + 36, + 1.878, + 38, + 1.046, + 42, + 1.993, + 46, + 1.344, 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 + 2.621, + 69, + 4.427, + 107, + 1.792, + 150, + 2.385, + 228, + 3.967, + 291, + 6.723, + 434, + 4.383, + 522, + 4.666, + 1000, + 6.682, + 1332, + 3.809, + 1681, + 4.035, + 2354, + 6.682, + 2519, + 8.276, + 4535, + 7.106, + 4606, + 8.083, + 5687, + 9.413, + 6119, + 8.614, + 6576, + 9.42, + 6577, + 9.42, + 6578, + 8.083 ] ], [ - "type/assets/ump", + "type/assets/dashdocsetfordefold", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/ump", + "data/assets/dashdocsetfordefold", [ - 10, - 1.655, - 11, - 0.953, - 16, - 0.818, - 22, - 2.434, - 30, - 0.968, - 32, - 1.725, - 51, - 1.701, - 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 + 20, + 1.284, + 38, + 1.236, + 42, + 2.022, + 59, + 0.872, + 169, + 1.437, + 241, + 2.068, + 614, + 3.787, + 659, + 5.509, + 735, + 4.633, + 1104, + 3.362, + 1282, + 8.288, + 1638, + 6.104, + 2928, + 6.852, + 6579, + 9.659, + 6580, + 10.179, + 6581, + 9.659 ] ], [ - "type/assets/i18n-defold", + "type/assets/qrcode", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/i18n-defold", + "data/assets/qrcode", [ - 74, - 1.106, - 247, - 2.057, - 6678, - 11.871 + 59, + 0.894, + 1104, + 3.449, + 2097, + 6.846, + 3899, + 6.68, + 4154, + 7.239, + 6582, + 9.911, + 6583, + 11.297 ] ], [ - "type/assets/tilemapanimator", + "type/assets/ump", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/tilemapanimator", + "data/assets/ump", [ - 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 + 18, + 0.968, + 38, + 1.007, + 42, + 1.949, + 59, + 0.819, + 99, + 0.953, + 100, + 1.702, + 107, + 1.726, + 153, + 2.435, + 194, + 1.655, + 198, + 2.471, + 229, + 1.663, + 280, + 3.557, + 433, + 3.698, + 555, + 2.825, + 773, + 3.287, + 801, + 4.445, + 915, + 4.382, + 945, + 5.85, + 998, + 5.254, + 1047, + 5.095, + 1067, + 2.964, + 2024, + 4.851, + 2072, + 6.115, + 2169, + 6.115, + 2194, + 5.254, + 2264, + 7.098, + 3415, + 4.957, + 4174, + 7.098, + 4533, + 6.436, + 5146, + 8.756, + 5498, + 8.296, + 6584, + 11.428, + 6585, + 11.811 ] ], [ - "type/assets/defold-3D-outline-shader", + "type/assets/lua-language-server", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defold-3D-outline-shader", + "data/assets/lua-language-server", [ - 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 + 2, + 2.961, + 18, + 0.866, + 38, + 1.065, + 42, + 1.742, + 49, + 3.317, + 59, + 0.866, + 160, + 3.438, + 169, + 1.427, + 351, + 4.978, + 629, + 2.885, + 646, + 5.926, + 1040, + 5.739, + 1962, + 7.006, + 2008, + 7.827, + 2273, + 8.231, + 5434, + 8.772 ] ], [ - "type/assets/kinematicwalker", + "type/assets/defoldpolygoneditor", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/kinematicwalker", + "data/assets/defoldpolygoneditor", [ - 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 + 42, + 1.787, + 49, + 3.403, + 59, + 0.888, + 226, + 2.738, + 962, + 4.625, + 963, + 5.377, + 2121, + 5.791, + 4555, + 9.18, + 5515, + 8.999, + 6586, + 9.841 ] ], [ - "type/assets/admob", + "type/assets/define", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/admob", + "data/assets/define", [ - 859, - 3.269, - 5753, - 9.705 + 46, + 1.381, + 79, + 0.947, + 99, + 0.86, + 313, + 3.796, + 332, + 3.222, + 425, + 6.357, + 765, + 3.392, + 915, + 3.712, + 978, + 3.825, + 1090, + 4.505, + 1590, + 5.792, + 2200, + 7.071, + 3107, + 6.688, + 6252, + 7.9, + 6587, + 9.681, + 6588, + 9.681 ] ], [ - "type/assets/defglot", + "type/assets/prometheus", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defglot", + "data/assets/prometheus", [ - 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 + 150, + 2.521, + 160, + 2.928, + 4113, + 10.855, + 4118, + 9.106 ] ], [ - "type/assets/matchanovel", + "type/assets/clipboard", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/matchanovel", + "data/assets/clipboard", [ - 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 + 7, + 1.238, + 99, + 0.876, + 895, + 4.732, + 1097, + 6.115, + 1968, + 5.249, + 2360, + 5.317, + 2946, + 10.815, + 2947, + 8.464 ] ], [ - "type/assets/spritefusion", + "type/assets/cleanexporter", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/spritefusion", + "data/assets/cleanexporter", [ - 9, - 0.815, - 11, - 0.984, - 16, - 0.865, - 29, - 2.155, - 86, - 1.368, - 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 + 38, + 1.085, + 42, + 1.775, + 194, + 2.045, + 978, + 3.861, + 1676, + 6.175, + 1975, + 1.42, + 3243, + 7.371, + 4506, + 8.767, + 4815, + 8.936, + 6589, + 9.772, + 6590, + 9.772 ] ], [ - "type/assets/log", + "type/assets/gog-galaxy", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/log", + "data/assets/gog-galaxy", [ - 916, - 6.436, - 917, - 7.529, - 2088, - 7.809, - 2428, - 7.314 + 106, + 1.758, + 150, + 2.486, + 1032, + 5.364, + 1067, + 3.207, + 3055, + 8.011, + 4109, + 8.011, + 6591, + 11.804, + 6592, + 11.804 ] ], [ - "type/assets/editor-script-check-dependencies-versions", + "type/assets/lowrezjamtemplate", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/editor-script-check-dependencies-versions", + "data/assets/lowrezjamtemplate", [ - 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, - 6.449, - 5890, - 7.807 + 24, + 6.175, + 38, + 1.085, + 57, + 1.25, + 91, + 3.336, + 224, + 7.081, + 807, + 5.659, + 1681, + 4.186, + 1872, + 5.949, + 2250, + 8.936, + 4548, + 7.371, + 6593, + 9.772, + 6594, + 9.772, + 6595, + 9.772 ] ], [ - "type/assets/quickbutton", + "type/assets/rand16", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/quickbutton", + "data/assets/rand16", [ - 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 + 20, + 1.314, + 79, + 0.84, + 142, + 2.94, + 3499, + 9.041, + 6377, + 7.735, + 6596, + 11.838, + 6597, + 9.887 ] ], [ - "type/assets/defbuild", + "type/assets/discordrich", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defbuild", + "data/assets/discordrich", [ - 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 + 38, + 1.101, + 229, + 1.817, + 1681, + 4.246, + 4943, + 9.063, + 6252, + 8.087, + 6598, + 11.297, + 6599, + 9.911 ] ], [ - "type/assets/alienworld", + "type/assets/defold-typewriter", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/alienworld", + "data/assets/defold-typewriter", [ - 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 + 42, + 2.192, + 46, + 1.384, + 59, + 0.876, + 79, + 0.824, + 91, + 3.312, + 194, + 1.771, + 216, + 3.834, + 552, + 2.885, + 758, + 4.307, + 6103, + 8.873, + 6600, + 11.749, + 6601, + 9.704 ] ], [ - "type/assets/dear-imgui", + "type/assets/def-behavior-tree", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/dear-imgui", + "data/assets/def-behavior-tree", [ - 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 + 20, + 1.219, + 38, + 1.019, + 46, + 1.541, + 59, + 0.975, + 60, + 3.005, + 95, + 4.268, + 99, + 0.814, + 106, + 1.643, + 107, + 1.745, + 148, + 1.882, + 153, + 2.451, + 193, + 6.696, + 194, + 1.674, + 198, + 2.498, + 309, + 6.356, + 471, + 2.458, + 472, + 4.226, + 676, + 4.186, + 918, + 4.399, + 1090, + 4.268, + 1364, + 5.397, + 1385, + 6.507, + 1655, + 5.674, + 2169, + 6.182, + 2514, + 5.011, + 2582, + 5.231, + 3720, + 7.87, + 4571, + 7.484, + 4572, + 7.175, + 4593, + 7.87, + 5270, + 8.387, + 6356, + 7.889, + 6602, + 9.172, + 6603, + 9.172 ] ], [ - "type/assets/perspectiveparallax", + "type/assets/3deforms", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/perspectiveparallax", + "data/assets/3deforms", [ - 389, - 6.695, - 391, - 3.391, - 5528, - 7.814, - 6702, - 9.933, - 6703, - 11.311 + 46, + 1.571, + 59, + 0.856, + 72, + 3.156, + 91, + 3.237, + 100, + 1.78, + 106, + 1.699, + 140, + 4.37, + 147, + 5.581, + 153, + 2.152, + 194, + 1.731, + 198, + 2.583, + 269, + 2.152, + 963, + 5.181, + 1188, + 5.397, + 1270, + 7.42, + 1289, + 5.879, + 1322, + 4.863, + 1457, + 5.581, + 1675, + 5.112, + 2390, + 6.551, + 2524, + 6.115, + 4150, + 6.927, + 4807, + 7.738, + 6604, + 11.014 ] ], [ - "type/assets/defkit", + "type/assets/defold-index", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defkit", + "data/assets/defold-index", [ - 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 + 38, + 1.039, + 42, + 1.985, + 44, + 3.908, + 49, + 3.235, + 52, + 2.575, + 57, + 1.197, + 59, + 0.844, + 79, + 0.928, + 97, + 2.705, + 99, + 0.831, + 100, + 1.756, + 106, + 1.676, + 150, + 2.369, + 194, + 1.707, + 198, + 2.548, + 241, + 2.34, + 516, + 6.431, + 543, + 3.754, + 567, + 4.855, + 620, + 4.855, + 758, + 4.152, + 762, + 4.23, + 793, + 4.354, + 808, + 4.978, + 895, + 4.488, + 1067, + 3.057, + 1269, + 5.183 ] ], [ - "type/assets/defpfd", + "type/assets/imageloader", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defpfd", + "data/assets/imageloader", [ - 74, - 1.103, - 247, - 1.804, - 263, - 2.779, - 3112, - 7.255, - 6567, - 8.105, - 6706, - 11.311 + 59, + 0.884, + 230, + 3.409, + 290, + 3.812, + 555, + 3.05, + 882, + 7.389, + 931, + 2.682, + 935, + 4.852, + 936, + 6.453, + 1041, + 4.428, + 2532, + 6.316, + 3393, + 7.992, + 6605, + 9.795, + 6606, + 9.795 ] ], [ - "type/assets/defold-rendy", + "type/assets/haxesupport", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defold-rendy", + "data/assets/haxesupport", [ - 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 + 18, + 0.878, + 38, + 1.08, + 42, + 1.767, + 100, + 1.825, + 194, + 1.775, + 433, + 3.965, + 552, + 2.892, + 614, + 3.814, + 899, + 6.408, + 1090, + 4.526, + 1104, + 3.385, + 3224, + 6.408, + 6607, + 9.726, + 6608, + 11.176, + 6609, + 9.726 ] ], [ - "type/assets/rustore-review", + "type/assets/push", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/rustore-review", + "data/assets/push", [ - 16, - 0.888, - 74, - 1.093, - 247, - 1.787, - 2771, - 6.482, - 2857, - 9.18, - 6253, - 9.243, - 6540, - 8.997, - 6541, - 8.997 + 10, + 2.027, + 18, + 0.846, + 59, + 1.046, + 77, + 1.942, + 79, + 0.797, + 99, + 0.833, + 150, + 2.374, + 194, + 1.711, + 198, + 2.554, + 229, + 1.719, + 382, + 3.374, + 554, + 3.518, + 717, + 5.518, + 834, + 4.645, + 1066, + 3.677, + 1067, + 3.063, + 1364, + 5.518, + 1584, + 5.27, + 1841, + 5.431, + 1920, + 4.363, + 2024, + 4.239, + 2194, + 5.431, + 2353, + 6.047, + 3022, + 7.652, + 4111, + 7.652, + 4328, + 8.046, + 4384, + 8.462, + 5146, + 7.652 ] ], [ - "type/assets/def_usercentrics", + "type/assets/tinyecs", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/def_usercentrics", + "data/assets/tinyecs", [ - 74, - 1.098, - 247, - 2.049, - 4167, - 9.04, - 6709, - 9.886, - 6710, - 11.281, - 6711, - 11.281 + 18, + 0.884, + 42, + 2.038, + 77, + 2.028, + 79, + 0.832, + 1090, + 5.221, + 2222, + 9.628, + 6610, + 9.795, + 6611, + 11.221, + 6612, + 9.795 ] ], [ - "type/assets/defold-oop", + "type/assets/iap", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defold-oop", + "data/assets/iap", [ - 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 + 10, + 1.996, + 36, + 1.841, + 38, + 1.025, + 42, + 1.677, + 46, + 1.642, + 59, + 0.833, + 79, + 0.784, + 99, + 0.963, + 194, + 1.685, + 229, + 1.693, + 256, + 2.085, + 677, + 4.254, + 679, + 4.135, + 758, + 4.097, + 780, + 9.304, + 1590, + 5.524, + 1769, + 5.304, + 1841, + 5.347, + 1920, + 4.296, + 2024, + 4.174, + 2063, + 7.919, + 2194, + 5.347, + 2275, + 8.847, + 6271, + 7.922, + 6493, + 8.442, + 6495, + 8.442, + 6613, + 9.232, + 6614, + 9.232, + 6615, + 9.232, + 6616, + 9.232, + 6617, + 9.232 ] ], [ - "type/assets/gyro", + "type/assets/ironsource-official", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/gyro", + "data/assets/ironsource-official", [ - 196, - 3.385, - 384, - 4.239, - 6714, - 11.342, - 6715, - 9.981 + 42, + 1.762, + 59, + 0.876, + 99, + 0.862, + 229, + 1.779, + 471, + 2.601, + 758, + 4.307, + 895, + 4.655, + 1066, + 3.805, + 1067, + 3.17, + 1721, + 7.71, + 1920, + 4.515, + 2024, + 4.387, + 2269, + 10.081, + 6618, + 8.873 ] ], [ - "type/assets/defold-typewriter", + "type/assets/xplevelupsystem", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defold-typewriter", + "data/assets/xplevelupsystem", [ - 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 + 79, + 0.838, + 521, + 3.921, + 894, + 4.451, + 917, + 4.459, + 2640, + 6.998, + 6619, + 9.864, + 6620, + 9.864, + 6621, + 9.864 ] ], [ - "type/assets/chrono", + "type/assets/pp", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/chrono", + "data/assets/pp", [ - 283, - 5.046, - 664, - 4.229, - 1516, - 3.489, - 6718, - 11.327, - 6719, - 9.957 + 20, + 1.235, + 42, + 1.688, + 57, + 1.189, + 60, + 2.586, + 79, + 0.79, + 99, + 1.057, + 106, + 1.665, + 113, + 1.862, + 169, + 1.383, + 194, + 1.986, + 202, + 3.018, + 256, + 2.098, + 457, + 3.3, + 552, + 2.763, + 567, + 5.649, + 808, + 4.945, + 1681, + 3.981, + 1872, + 5.658, + 2143, + 6.123, + 2961, + 6.788, + 3141, + 8.516, + 3615, + 7.011, + 4105, + 8.882, + 6622, + 9.294, + 6623, + 10.885, + 6624, + 9.294, + 6625, + 9.294, + 6626, + 9.294 ] ], [ - "type/assets/rustore-appupdate", + "type/assets/tactxstudios", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/rustore-appupdate", + "data/assets/tactxstudios", [ - 30, - 0.888, - 74, - 1.093, - 247, - 1.787, - 611, - 4.367, - 2771, - 6.482, - 3970, - 6.797, - 6253, - 9.243, - 6720, - 11.25 + 18, + 0.801, + 42, + 2.057, + 57, + 1.356, + 59, + 1.022, + 77, + 1.839, + 79, + 0.754, + 99, + 0.788, + 116, + 3.456, + 194, + 2.14, + 228, + 3.74, + 241, + 1.901, + 256, + 2.005, + 290, + 3.456, + 535, + 6.485, + 552, + 3.15, + 681, + 4.351, + 915, + 3.405, + 931, + 2.431, + 975, + 4.259, + 1002, + 4.399, + 1007, + 3.111, + 1096, + 6.485, + 1180, + 4.851, + 1193, + 5.313, + 1218, + 6.299, + 1291, + 5.313, + 1323, + 3.709, + 1460, + 4.99, + 1534, + 8.12, + 1546, + 4.608, + 1590, + 5.313, + 1889, + 5.406, + 2175, + 5.85, + 2286, + 5.505, + 2818, + 7.245, + 2955, + 5.064, + 3204, + 6.698, + 3610, + 4.787, + 5095, + 8.12, + 5146, + 7.245, + 5593, + 9.689, + 5596, + 8.12, + 6008, + 8.12, + 6627, + 8.879, + 6628, + 8.879, + 6629, + 8.879, + 6630, + 8.879 ] ], [ - "type/assets/whdefrouter", + "type/assets/dsfonts", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/whdefrouter", + "data/assets/dsfonts", [ - 9, - 0.846, - 366, - 4.501, - 1363, - 7.064, - 2039, - 6.56, - 6721, - 11.327 + 20, + 1.299, + 38, + 1.085, + 57, + 1.25, + 59, + 0.882, + 79, + 0.83, + 90, + 2.329, + 100, + 1.834, + 112, + 6.175, + 157, + 6.586, + 488, + 6.175, + 750, + 4.737, + 2384, + 6.058, + 6631, + 11.206 ] ], [ - "type/assets/crazygames", + "type/assets/review", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/crazygames", + "data/assets/review", [ - 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, + 1.015, + 256, + 2.222, + 456, + 5.305, + 1066, + 3.859, + 1920, + 4.579, + 2024, + 4.449, + 4209, + 9.18, + 6363, + 8.999, + 6364, + 8.999 ] ], [ - "type/assets/luasocket", + "type/assets/defpfd", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/luasocket", + "data/assets/defpfd", [ - 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 + 8, + 2.779, + 38, + 1.103, + 42, + 1.804, + 1263, + 7.256, + 6632, + 11.312, + 6633, + 8.106 ] ], [ - "type/assets/ironsource-official", + "type/assets/voronoi", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/ironsource-official", + "data/assets/voronoi", [ - 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 + 1060, + 5.609, + 1180, + 5.454, + 6634, + 11.883 ] ], [ - "type/assets/trenchbroom", + "type/assets/defold-lang", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/trenchbroom", + "data/assets/defold-lang", [ - 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 + 42, + 2.154, + 3599, + 6.545, + 4818, + 8.106, + 6635, + 11.312 ] ], [ - "type/assets/defwindow", + "type/assets/defold-tweener", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defwindow", + "data/assets/defold-tweener", [ - 30, - 0.894, - 74, - 1.101, - 553, - 5.569, - 1290, - 5.831, - 1663, - 4.754, - 1805, - 5.342, - 6725, - 11.296 + 42, + 2.15, + 228, + 4.164, + 1090, + 4.601, + 4520, + 9.041, + 6141, + 7.014, + 6636, + 11.281 ] ], [ - "type/assets/deployer", + "type/assets/sentinel", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/deployer", + "data/assets/sentinel", [ - 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 + 38, + 1.085, + 42, + 1.775, + 59, + 0.882, + 99, + 0.868, + 160, + 2.873, + 747, + 5.491, + 1032, + 5.339, + 1104, + 3.401, + 1616, + 6.175, + 4017, + 7.645, + 6637, + 11.206, + 6638, + 9.772, + 6639, + 9.772 ] ], [ - "type/assets/tilesetter", + "type/assets/lpeg", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/tilesetter", + "data/assets/lpeg", [ - 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 + 20, + 1.29, + 79, + 0.824, + 201, + 2.18, + 228, + 4.087, + 229, + 1.779, + 678, + 6.541, + 1074, + 7.32, + 1090, + 4.515, + 1890, + 5.62, + 4538, + 7.32, + 5183, + 8.873, + 5184, + 8.873, + 6448, + 10.744, + 6640, + 9.704, + 6641, + 9.704 ] ], [ - "type/assets/iac", + "type/assets/pcg-random", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/iac", + "data/assets/pcg-random", [ - 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.063, + 42, + 1.738, + 57, + 1.224, + 79, + 0.813, + 142, + 3.292, + 463, + 6.451, + 729, + 5.543, + 1067, + 3.127, + 1176, + 8.098, + 2418, + 7.809, + 3610, + 5.159, + 6376, + 10.987, + 6377, + 7.487, + 6460, + 7.809, + 6642, + 9.57, + 6643, + 9.57 ] ], [ - "type/assets/firebase-remoteconfig", + "type/assets/tilemapanimator", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/firebase-remoteconfig", + "data/assets/tilemapanimator", [ - 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, + 42, + 2.134, + 46, + 1.384, + 79, + 0.824, + 91, + 3.312, 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 + 3.988, + 194, + 1.771, + 291, + 5.62, + 552, + 2.885, + 758, + 4.307, + 959, + 5.163, + 983, + 7.197, + 6644, + 9.704, + 6645, + 11.161 ] ], [ - "type/assets/navgo", + "type/assets/tenjin", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/navgo", + "data/assets/tenjin", [ - 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 + 18, + 0.894, + 38, + 1.101, + 1032, + 5.415, + 1066, + 3.886, + 1067, + 3.238, + 6646, + 11.849 ] ], [ - "type/assets/defold-cognito", + "type/assets/defoldapiforsublimetext3", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defold-cognito", + "data/assets/defoldapiforsublimetext3", [ - 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 + 38, + 1.248, + 42, + 2.041, + 216, + 4.439, + 602, + 3.97, + 735, + 5.39, + 6647, + 9.818, + 6648, + 11.236 ] ], [ - "type/assets/camera", + "type/assets/cards-fx-kit", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/camera", + "data/assets/cards-fx-kit", [ - 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 + 38, + 1.07, + 42, + 2.019, + 57, + 1.233, + 59, + 0.87, + 79, + 0.819, + 169, + 1.434, + 533, + 5.338, + 989, + 7.493, + 1324, + 5.001, + 1604, + 5.063, + 1681, + 4.128, + 2384, + 5.974, + 2619, + 8.269, + 3160, + 10.053, + 6649, + 11.116 ] ], [ - "type/assets/asefold", + "type/assets/editor-script-templates", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/asefold", + "data/assets/editor-script-templates", [ - 16, - 0.865, - 18, - 5.313, - 74, - 1.231, - 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 + 49, + 3.88, + 97, + 3.244, + 113, + 1.962, + 198, + 2.667, + 225, + 7.949, + 226, + 2.725, + 231, + 3.675, + 713, + 5.146, + 960, + 4.428 ] ], [ - "type/assets/nativetext", + "type/assets/imp", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/nativetext", + "data/assets/imp", [ - 39, - 3.906, - 74, - 1.098, - 247, - 1.796, - 815, - 5.069, - 859, - 3.685, - 1678, - 3.877, - 6741, - 11.281 + 18, + 0.886, + 59, + 0.886, + 79, + 0.834, + 290, + 4.373, + 898, + 3.486, + 1807, + 4.709, + 3141, + 7.681, + 6650, + 11.236, + 6651, + 9.818, + 6652, + 9.818 ] ], [ - "type/assets/googleplayinstant", + "type/assets/asefold", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/googleplayinstant", + "data/assets/asefold", [ - 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 + 8, + 2.684, + 36, + 1.913, + 38, + 1.231, + 42, + 2.014, + 59, + 0.866, + 231, + 3.599, + 555, + 2.987, + 1067, + 3.134, + 2129, + 7.505, + 2164, + 4.145, + 2189, + 5.314, + 4840, + 8.772, + 6124, + 6.626, + 6653, + 11.087, + 6654, + 11.694, + 6655, + 9.592, + 6656, + 9.592 ] ], [ - "type/assets/push", + "type/assets/defold-event", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/push", + "data/assets/defold-event", [ - 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 + 42, + 2.15, + 894, + 3.907, + 1126, + 4.898, + 2582, + 6.751, + 4847, + 7.222 ] ], [ - "type/assets/defold-saver", + "type/assets/defos", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defold-saver", + "data/assets/defos", [ - 247, - 2.152, - 263, - 2.772, - 660, - 5.414, - 1363, - 7.03, - 6743, - 11.296 + 879, + 5.86, + 1034, + 3.818, + 1066, + 3.905, + 1440, + 6.062, + 6657, + 11.327 ] ], [ - "type/assets/operator", + "type/assets/teal", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/operator", + "data/assets/teal", [ - 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 + 38, + 1.103, + 42, + 1.804, + 614, + 3.895, + 6658, + 11.86, + 6659, + 9.934 ] ], [ - "type/assets/texturepacker", + "type/assets/cas-ai", + [ + 1975, + 0.756 + ] + ], + [ + "data/assets/cas-ai", + [ + 695, + 4.47, + 1173, + 4.845, + 2074, + 8.826, + 2267, + 8.068, + 3413, + 8.484, + 6618, + 9.041, + 6660, + 9.887, + 6661, + 9.887 + ] + ], + [ + "type/assets/gameanalytics", + [ + 1975, + 0.756 + ] + ], + [ + "data/assets/gameanalytics", + [ + 194, + 1.821, + 1032, + 5.454, + 2281, + 7.809, + 4112, + 10.372 + ] + ], + [ + "type/assets/apkverifier", + [ + 1975, + 0.756 + ] + ], + [ + "data/assets/apkverifier", + [ + 20, + 1.252, + 36, + 1.878, + 59, + 0.85, + 91, + 3.215, + 99, + 0.836, + 100, + 1.768, + 103, + 2.169, + 158, + 2.754, + 169, + 1.401, + 170, + 4.207, + 273, + 2.325, + 280, + 3.694, + 292, + 4.035, + 433, + 3.84, + 489, + 4.383, + 642, + 5.559, + 1067, + 3.077, + 1131, + 4.666, + 1961, + 5.734, + 2100, + 6.88, + 2194, + 5.455, + 3185, + 9.018, + 6662, + 9.42, + 6663, + 9.42, + 6664, + 9.42 + ] + ], + [ + "type/assets/blip", + [ + 1975, + 0.756 + ] + ], + [ + "data/assets/blip", + [ + 59, + 0.894, + 993, + 5.569, + 1131, + 4.91, + 1893, + 5.93, + 2116, + 5.652, + 5268, + 9.063, + 6665, + 11.297 + ] + ], + [ + "type/assets/log", + [ + 1975, + 0.756 + ] + ], + [ + "data/assets/log", + [ + 1076, + 7.809, + 1235, + 6.436, + 2630, + 7.53, + 3693, + 7.314 + ] + ], + [ + "type/assets/compat53", + [ + 1975, + 0.756 + ] + ], + [ + "data/assets/compat53", + [ + 18, + 0.817, + 20, + 1.203, + 36, + 1.805, + 46, + 1.291, + 57, + 1.158, + 79, + 0.91, + 99, + 1.014, + 100, + 2.011, + 106, + 1.92, + 107, + 2.039, + 160, + 3.542, + 169, + 1.347, + 260, + 3.051, + 273, + 2.234, + 457, + 3.805, + 497, + 4.642, + 510, + 3.326, + 735, + 4.342, + 761, + 6.422, + 1104, + 3.151, + 1269, + 5.015, + 1324, + 4.698, + 1596, + 4.817, + 2228, + 7.082, + 2478, + 7.768, + 2707, + 7.082, + 3131, + 7.386, + 5173, + 8.278, + 5563, + 8.278, + 6666, + 9.052, + 6667, + 9.052, + 6668, + 11.803, + 6669, + 9.052, + 6670, + 9.052 + ] + ], + [ + "type/assets/defdiags", + [ + 1975, + 0.756 + ] + ], + [ + "data/assets/defdiags", [ + 59, + 0.882, + 771, + 4.547, 1047, + 4.639, + 1066, + 3.832, + 1263, + 7.137, + 1997, + 5.573, + 1999, + 5.413, + 2514, + 5.339, + 3607, + 7.137, + 4847, + 7.137, + 6356, + 7.137, + 6671, + 9.772, + 6672, + 9.772, + 6673, + 8.936 + ] + ], + [ + "type/assets/defold-polyglot", + [ + 1975, 0.756 ] ], [ - "data/assets/texturepacker", + "data/assets/defold-polyglot", [ - 30, + 20, + 1.46, + 38, + 1.048, + 42, + 2.173, + 57, + 1.208, + 79, + 0.802, + 99, + 0.838, + 194, + 1.723, + 292, + 4.044, + 382, + 3.397, + 561, + 2.992, + 677, + 4.35, + 771, + 4.393, + 837, + 6.088, + 1173, + 4.626, + 1933, + 5.023, + 2279, + 7.122, + 3165, + 7.703, + 4572, + 7.386, + 6674, + 12.18, + 6675, + 9.441, + 6676, + 9.441 + ] + ], + [ + "type/assets/dirtylarry", + [ + 1975, + 0.756 + ] + ], + [ + "data/assets/dirtylarry", + [ + 47, + 4.428, + 59, 0.892, - 74, - 1.098, - 299, - 5.726, - 521, - 3.877, - 1129, - 4.272, - 3556, - 5.13, - 6745, - 11.837 + 79, + 0.84, + 1090, + 4.601, + 2088, + 7.222, + 6677, + 9.887, + 6678, + 9.68, + 6679, + 9.887 ] ], [ - "type/assets/endlessrunner", + "type/assets/blurshader", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/endlessrunner", + "data/assets/blurshader", [ - 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, - 2.296, - 1042, - 5.038, - 1244, - 4.699, - 1984, - 7.234, - 2606, - 8.229, - 4029, - 7.503, - 6629, - 10.137, - 6651, - 8.769, - 6746, - 9.59, - 6747, - 9.59, - 6748, - 9.59 + 1879, + 5.748, + 6680, + 9.982, + 6681, + 11.343 ] ], [ - "type/assets/poki", + "type/assets/defmnu", + [ + 1975, + 0.756 + ] + ], + [ + "data/assets/defmnu", [ + 7, + 1.224, + 59, + 0.88, + 681, + 4.777, 1047, + 4.628, + 1066, + 3.823, + 1090, + 4.536, + 1126, + 4.83, + 1769, + 4.492, + 1999, + 5.401, + 3607, + 7.121, + 4847, + 7.121, + 6356, + 7.121, + 6673, + 8.915, + 6682, + 9.749, + 6683, + 9.749 + ] + ], + [ + "type/assets/defpro", + [ + 1975, 0.756 ] ], [ - "data/assets/poki", + "data/assets/defpro", [ - 10, - 1.795, - 74, - 1.093, - 247, - 1.787, - 547, - 2.925, - 859, - 3.214, - 1262, - 6.147, - 1678, - 3.858, - 5616, - 10.138 + 18, + 0.894, + 150, + 2.509, + 160, + 2.914, + 169, + 1.475, + 1008, + 7.031, + 1858, + 6.529, + 6684, + 11.297 ] ], [ - "type/assets/scene3d", + "type/assets/operator", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/scene3d", + "data/assets/operator", [ - 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, + 38, + 1.09, + 59, + 0.886, + 1133, + 5.158, + 1188, + 4.811, + 1193, + 5.874, 1681, - 7.284, - 2392, - 5.479, - 3245, - 7.284, - 4543, - 7.989, - 6749, - 10.896, - 6750, - 9.311, - 6751, - 9.311 + 4.206, + 3355, + 7.681, + 5198, + 8.011, + 5750, + 8.207, + 6564, + 8.978, + 6685, + 9.818 ] ], [ - "type/assets/drawpixels", + "type/assets/vibration", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/drawpixels", + "data/assets/vibration", [ - 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, - 9.839 + 38, + 1.101, + 351, + 5.143, + 614, + 3.886, + 2019, + 6.68, + 2027, + 4.91, + 6686, + 11.849 ] ], [ - "type/assets/defold-proto", + "type/assets/defquest", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/defold-proto", + "data/assets/defquest", [ - 11, - 0.87, - 16, - 0.884, - 247, - 2.142, - 576, - 4.557, - 1573, - 4.799, - 5069, - 8.955, + 36, + 1.94, + 59, + 0.878, + 228, + 4.097, + 229, + 1.783, + 280, + 3.814, + 646, + 4.929, + 765, + 3.915, + 1158, + 4.482, + 1440, + 5.921, + 1616, + 6.146, + 1724, + 4.618, + 2568, + 6.146, + 6687, + 11.176, + 6688, + 9.726 + ] + ], + [ + "type/assets/crowd-runner-defold", + [ + 1975, + 0.756 + ] + ], + [ + "data/assets/crowd-runner-defold", + [ + 39, + 2.048, + 42, + 2.134, + 99, + 0.862, + 169, + 1.661, + 521, + 3.377, + 614, + 3.805, + 677, + 4.471, + 1002, + 4.807, + 5362, + 7.592, 5591, - 6.601, - 5626, - 6.765, - 6506, - 8.955, - 6507, - 10.26 + 10.206, + 6689, + 10.206, + 6690, + 9.704 ] ], [ - "type/assets/pointer-lock", + "type/assets/gamedistribution", + [ + 1975, + 0.756 + ] + ], + [ + "data/assets/gamedistribution", [ + 18, + 1.089, + 20, + 1.211, + 54, + 4.326, + 57, + 1.166, + 69, + 4.282, + 79, + 0.774, + 99, + 0.809, + 169, + 1.601, + 194, + 1.663, + 229, + 1.67, + 550, + 5.006, + 615, + 4.848, + 715, + 5.653, + 799, + 5.547, 1047, + 5.108, + 1507, + 5.649, + 1681, + 3.903, + 2049, + 5.758, + 2075, + 5.452, + 2108, + 9.838, + 2122, + 6.874, + 2335, + 5.875, + 4847, + 6.655, + 6691, + 12.068, + 6692, + 9.112, + 6693, + 9.112, + 6694, + 9.112, + 6695, + 8.332, + 6696, + 9.112, + 6697, + 10.759, + 6698, + 9.112 + ] + ], + [ + "type/assets/2dcollisions", + [ + 1975, 0.756 ] ], [ - "data/assets/pointer-lock", + "data/assets/2dcollisions", [ - 16, - 0.874, - 74, - 1.075, - 137, - 1.44, - 221, - 4.743, - 247, - 1.758, - 322, - 5.362, - 337, - 3.531, - 503, - 6.524, - 1660, - 4.146, - 1718, - 8.407, - 1835, - 5.791, - 1951, - 5.52, - 6753, - 6.174, - 6754, - 8.305, - 6755, - 9.679, - 6756, - 9.679 + 59, + 0.89, + 701, + 5.182, + 898, + 3.502, + 1180, + 5.389, + 1889, + 6.859, + 3393, + 8.049, + 5575, + 9.02, + 6699, + 9.864, + 6700, + 9.864 ] ], [ - "type/assets/debeat", + "type/assets/iac", [ - 1047, + 1975, 0.756 ] ], [ - "data/assets/debeat", + "data/assets/iac", [ - 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 + 42, + 1.734, + 59, + 0.862, + 77, + 1.978, + 79, + 0.811, + 99, + 0.982, + 158, + 2.791, + 256, + 2.156, + 623, + 4.238, + 677, + 4.4, + 758, + 4.238, + 773, + 3.46, + 1323, + 3.988, + 1503, + 7.47, + 1590, + 5.713, + 1769, + 4.4, + 1961, + 5.813, + 4180, + 7.203, + 5841, + 7.791, + 6271, + 8.193, + 6701, + 9.549, + 6702, + 9.549, + 6703, + 8.732, + 6704, + 9.549 ] ], [ - "type/assets/yagames", + "type/assets/webgl-memory", + [ + 1975, + 0.756 + ] + ], + [ + "data/assets/webgl-memory", [ + 18, + 0.864, + 42, + 1.738, + 57, + 1.224, + 59, + 0.864, + 79, + 0.813, + 99, + 0.85, + 194, + 1.746, + 198, + 2.606, + 229, + 1.754, + 567, + 4.967, + 615, + 5.092, + 622, + 5.664, + 701, + 5.028, + 730, + 10.125, + 948, + 3.781, + 1043, + 4.136, 1047, + 4.544, + 2088, + 6.99, + 2189, + 5.302, + 2331, + 8.212 + ] + ], + [ + "type/assets/defblend", + [ + 1975, 0.756 ] ], [ - "data/assets/yagames", + "data/assets/defblend", [ - 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 + 150, + 2.486, + 169, + 1.461, + 198, + 2.674, + 344, + 5.977, + 381, + 6.087, + 981, + 5.977, + 1291, + 5.874, + 2390, + 6.782, + 5179, + 8.978, + 6040, + 7.171, + 6705, + 11.236 ] ], [ - "type/ref/stable/dmEngine", + "type/assets/camera", [ - 6760, - 1.837 + 1975, + 0.756 ] ], [ - "data/ref/stable/dmEngine", + "data/assets/camera", [ - 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 + 18, + 0.88, + 59, + 0.88, + 79, + 0.828, + 150, + 2.468, + 801, + 4.777, + 935, + 4.83, + 1066, + 3.823, + 1132, + 7.627, + 1133, + 6.349, + 1716, + 6.916, + 2173, + 5.737, + 4287, + 7.627 ] ], [ - "type/ref/stable/liveupdate", + "type/assets/platypus", [ - 6760, - 1.837 + 1975, + 0.756 ] ], [ - "data/ref/stable/liveupdate", + "data/assets/platypus", + [ + 552, + 2.968, + 1180, + 5.454, + 6706, + 11.343, + 6707, + 9.128 + ] + ], + [ + "type/assets/luafilesystemlfs", + [ + 1975, + 0.756 + ] + ], + [ + "data/assets/luafilesystemlfs", [ 8, - 1.428, - 9, - 0.966, - 10, - 1.274, - 11, - 1.036, - 16, - 0.937, - 21, - 1.615, - 23, - 1.857, - 29, - 0.81, - 30, - 1.147, - 31, - 1.786, - 32, - 1.635, - 33, - 1.484, - 35, - 2.351, - 46, - 1.943, - 48, - 1.003, - 51, - 1.612, - 60, - 1.47, - 62, - 1.677, - 68, - 1.584, - 70, - 1.569, - 71, - 1.161, - 74, - 0.878, - 77, - 1.818, - 86, - 1.128, - 87, - 1.493, + 3.114, + 18, + 0.872, + 59, + 0.872, + 79, + 0.821, 99, - 2.823, - 101, - 1.711, - 104, - 3.687, - 108, - 1.362, - 135, - 2.123, - 137, - 0.842, - 141, - 1.721, - 144, - 4.104, - 146, - 1.424, - 147, - 1.586, - 151, - 1.037, - 159, - 2.123, + 0.858, 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, - 257, - 2.49, - 260, - 3.093, - 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, - 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, - 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, + 2.84, + 894, + 3.816, + 895, 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, - 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, - 1510, - 3.05, - 1516, - 1.263, - 1569, - 3.482, - 1584, - 2.633, - 1596, - 1.997, - 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, - 6774, - 3.605, - 6775, - 5.173, - 6776, - 5.173, - 6777, - 3.093, - 6778, - 3.297, - 6779, - 3.605, - 6780, - 3.605, - 6781, - 3.605, - 6782, - 3.605, - 6783, - 3.605, - 6784, - 3.605, - 6785, - 3.297, - 6786, - 5.657, - 6787, - 3.605, - 6788, - 5.657, - 6789, - 3.605, - 6790, - 5.657, - 6791, - 3.605, - 6792, - 3.605, - 6793, - 3.605, - 6794, - 3.605, - 6795, - 3.605, - 6796, - 5.657, - 6797, - 3.605, - 6798, - 3.605, - 6799, - 3.605, - 6800, - 3.605, - 6801, - 3.605, - 6802, - 3.297, - 6803, - 5.657, - 6804, - 5.657, - 6805, - 3.605, - 6806, - 3.605, - 6807, - 5.657, - 6808, - 3.605, - 6809, - 5.657, - 6810, - 3.605, - 6811, - 3.605, - 6812, - 3.605, - 6813, - 5.657, - 6814, - 3.605, - 6815, - 3.605, - 6816, - 2.942, - 6817, - 3.605, - 6818, - 3.605, - 6819, - 3.297, - 6820, - 5.657, - 6821, - 3.605, - 6822, - 3.605, - 6823, - 3.605, - 6824, - 3.605, - 6825, - 3.093, - 6826, - 5.173, - 6827, - 3.605, - 6828, - 3.605 + 1043, + 4.174, + 1426, + 5.88, + 1714, + 7.055, + 2346, + 5.684, + 2621, + 7.055, + 6633, + 7.881, + 6708, + 9.659, + 6709, + 9.659, + 6710, + 9.659, + 6711, + 9.659 ] ], [ - "type/ref/stable/html5", + "type/assets/siwa", [ - 6760, - 1.837 + 1975, + 0.756 ] ], [ - "data/ref/stable/html5", + "data/assets/siwa", [ - 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, + 38, + 1.056, + 46, + 1.662, + 59, + 0.858, 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, - 6829, - 7.749, - 6830, - 4.718, - 6831, - 7.749, - 6832, - 7.749, - 6833, - 7.749, - 6834, - 7.749, - 6835, - 7.749, - 6836, - 7.749, - 6837, - 7.749 + 0.979, + 107, + 1.809, + 140, + 4.38, + 150, + 2.406, + 169, + 1.641, + 170, + 3.645, + 198, + 2.589, + 324, + 5.421, + 567, + 4.933, + 2049, + 6.007, + 2953, + 8.048, + 2956, + 7.853, + 2971, + 7.17, + 6712, + 9.505, + 6713, + 9.505 ] ], [ - "type/ref/stable/table", + "type/assets/whquestdef", [ - 6760, - 1.837 + 1975, + 0.756 ] ], [ - "data/ref/stable/table", + "data/assets/whquestdef", [ - 7, - 1.168, - 8, - 1.477, - 9, - 0.895, - 11, - 0.891, - 16, - 0.733, - 21, - 2.224, - 23, - 1.27, - 30, - 1.141, - 32, - 1.118, - 33, - 1.613, - 41, - 1.709, - 49, - 2.101, - 51, - 1.103, - 67, - 3.516, - 68, - 1.333, - 70, - 1.825, - 74, - 1.17, - 77, - 1.619, - 86, - 1.327, - 94, - 3.217, - 99, - 2.322, - 102, - 1.737, - 110, - 2.703, - 117, - 2.189, - 121, - 1.662, - 135, - 4.611, - 141, - 1.627, - 160, - 1.886, - 161, - 1.612, - 162, - 1.511, - 173, - 2.27, - 186, - 3.149, - 190, - 2.646, - 224, - 1.618, - 229, - 2.585, - 237, - 1.353, - 290, - 2.826, - 300, - 1.258, - 337, - 2.144, - 338, - 3.013, - 343, - 1.671, - 350, - 1.956, - 429, - 2.632, - 430, - 2.735, - 441, - 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, - 3.337, - 714, - 2.322, - 756, - 2.911, - 783, - 3.168, - 792, - 2.159, - 826, - 3.936, - 897, - 4.06, - 902, - 5.236, - 909, - 2.735, - 910, - 4.795, - 937, - 3.303, - 960, - 3.936, - 1001, - 3.168, - 1009, - 3.458, - 1014, - 3.79, - 1227, - 2.88, - 1257, - 2.708, - 1491, - 2.911, - 1496, - 7.851, - 1558, - 3.578, - 1569, - 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, - 6.342, - 2142, - 6.004, - 2144, - 5.034, - 2450, - 3.872, - 2527, - 3.168, - 2534, - 4.292, - 2609, - 6.968, - 2678, - 3.643, - 2728, - 4.292, - 2750, - 6.353, - 2769, - 4.06, - 3287, - 5.639, - 3326, - 4.292, - 3373, - 3.516, - 3861, - 3.714, - 4066, - 4.795, - 4459, - 5.043, - 4778, - 8.508, - 5065, - 4.795, - 5109, - 5.879, - 5385, - 5.761, - 5564, - 5.931, - 5843, - 4.433, - 6838, - 5.877, - 6839, - 5.877, - 6840, - 5.877, - 6841, - 5.877, - 6842, - 5.877, - 6843, - 8.12, - 6844, - 8.12, - 6845, - 5.877, - 6846, - 5.877, - 6847, - 5.877, - 6848, - 5.877, - 6849, - 5.043, - 6850, - 8.12, - 6851, - 5.877, - 6852, - 5.877, - 6853, - 5.877, - 6854, - 5.877, - 6855, - 5.877, - 6856, - 5.043 + 38, + 1.098, + 79, + 0.84, + 1090, + 4.601, + 1681, + 4.236, + 2821, + 7.222, + 3599, + 6.514, + 4493, + 9.041, + 6714, + 11.281 ] ], [ - "type/ref/stable/dmAtomic", + "type/assets/fmod", [ - 6760, - 1.837 + 1975, + 0.756 ] ], [ - "data/ref/stable/dmAtomic", + "data/assets/fmod", [ - 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 + 20, + 1.244, + 38, + 1.039, + 57, + 1.197, + 59, + 1.045, + 79, + 0.795, + 106, + 1.676, + 229, + 1.715, + 552, + 3.249, + 572, + 7.634, + 712, + 6.306, + 938, + 5.913, + 993, + 5.258, + 1045, + 6.164, + 1131, + 4.635, + 1173, + 4.585, + 1681, + 4.008, + 1933, + 4.978, + 2080, + 6.306, + 2116, + 6.232, + 3342, + 5.801, + 4150, + 6.834, + 4472, + 6.834, + 5709, + 10.236, + 6715, + 9.356, + 6716, + 9.356, + 6717, + 9.356 ] ], [ - "type/ref/stable/label", + "type/assets/editor-script-components", [ - 6760, - 1.837 + 1975, + 0.756 ] ], [ - "data/ref/stable/label", + "data/assets/editor-script-components", [ - 0, - 0.75, - 7, - 0.768, - 8, - 1.597, - 9, - 0.807, - 11, - 0.906, - 21, - 1.249, - 30, - 1.162, - 33, - 1.622, - 35, - 2.825, - 39, - 4.603, - 41, - 1.779, - 42, - 1.99, - 45, - 4.913, + 18, + 0.864, + 46, + 1.365, + 49, + 3.829, 50, - 5.136, - 51, - 1.915, - 54, - 4.256, - 55, - 5.767, - 68, - 1.894, - 77, - 1.22, - 86, - 1.356, - 92, - 3.265, - 93, - 4.75, - 106, - 2.418, - 108, - 3.858, - 141, - 1.673, - 160, - 1.495, - 161, - 1.215, - 162, - 2.747, - 175, - 4.179, - 183, - 4.913, - 186, - 3.052, + 5.302, + 79, + 0.813, + 97, + 3.378, + 99, + 0.85, + 100, + 1.796, + 177, + 2.928, 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, - 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 + 2.606, + 226, + 2.663, + 229, + 1.754, + 351, + 4.967, + 681, + 4.689, + 762, + 4.327, + 826, + 5.028, + 978, + 4.375, + 1413, + 5.826, + 4595, + 6.048 ] ], [ - "type/ref/stable/msg", + "type/assets/defvideoads", [ - 6760, - 1.837 + 1975, + 0.756 ] ], [ - "data/ref/stable/msg", + "data/assets/defvideoads", [ - 7, - 1.392, - 8, - 1.497, - 9, - 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, - 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, - 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 + 801, + 4.879, + 2072, + 6.712, + 4150, + 7.273, + 6356, + 7.273, + 6718, + 9.958, + 6719, + 9.958 ] ], [ - "type/ref/stable/dmResource", + "type/assets/defold-cognito", [ - 6760, - 1.837 + 1975, + 0.756 ] ], [ - "data/ref/stable/dmResource", + "data/assets/defold-cognito", [ - 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, + 38, + 1.078, + 42, + 2.134, 99, - 3.163, - 108, - 2.901, - 137, - 1.227, - 141, - 2.098, - 146, - 1.868, + 0.862, + 471, + 2.601, + 758, + 4.307, + 832, + 4.655, + 895, + 4.655, + 915, + 3.721, + 1066, + 3.805, + 1067, + 3.17, + 3313, + 7.918, + 6720, + 11.749, + 6721, + 9.704 + ] + ], + [ + "type/assets/panthera20", + [ + 1975, + 0.756 + ] + ], + [ + "data/assets/panthera20", + [ + 38, + 1.09, + 42, + 1.783, 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 + 4.617, + 194, + 1.791, + 215, + 4.918, + 350, + 5.874, + 552, + 2.919, + 2616, + 7.171, + 6428, + 10.274, + 6722, + 9.818 ] ], [ - "type/ref/stable/factory", + "type/assets/defold-runtime-atlas", [ - 6760, - 1.837 + 1975, + 0.756 ] ], [ - "data/ref/stable/factory", + "data/assets/defold-runtime-atlas", [ - 7, - 0.911, - 8, - 1.481, - 9, - 0.725, - 10, - 2.131, - 11, - 0.919, - 16, - 0.453, - 21, - 2.112, - 23, - 1.57, - 26, - 1.947, - 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, - 99, - 2.838, - 104, - 2.937, - 108, - 3.91, - 119, - 1.6, - 135, - 1.883, - 137, - 0.747, - 141, - 1.455, - 149, - 1.563, + 42, + 1.771, + 57, + 1.432, + 79, + 0.828, + 90, + 2.323, + 113, + 1.953, 151, - 1.331, - 160, - 1.301, - 161, - 1.856, - 162, - 2.194, - 172, - 3.281, - 173, - 1.939, - 175, - 3.194, + 4.837, 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, - 300, - 1.075, - 316, - 1.509, - 318, - 2.96, - 336, - 3.314, - 351, - 2.486, - 369, - 3.463, - 378, - 3.055, - 400, - 2.486, - 407, - 1.937, - 431, - 3.055, - 465, - 2.106, - 466, - 2.805, - 492, - 2.96, - 493, - 1.467, - 523, - 2.335, - 525, - 1.87, - 538, - 4.445, - 549, - 3.306, - 554, - 1.66, - 568, - 2.062, - 569, - 2.1, - 581, - 2.771, - 594, - 2.062, - 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, - 737, - 2.725, - 744, - 4.589, - 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, - 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, - 6958, - 4.589, - 6959, - 4.589 + 6.817, + 241, + 2.087, + 807, + 5.646, + 935, + 4.83 ] ], [ - "type/ref/stable/debug", + "type/assets/facebookads", [ - 6760, - 1.837 + 1975, + 0.756 ] ], [ - "data/ref/stable/debug", + "data/assets/facebookads", [ - 7, - 1.233, - 8, - 1.499, - 9, - 0.999, - 11, - 0.931, - 16, - 1.006, - 21, - 2.006, - 22, - 1.856, - 23, - 0.705, - 26, - 2.003, - 30, - 1.15, - 32, - 1.244, - 33, - 1.534, - 35, - 2.595, - 38, - 1.859, - 41, - 1.9, - 42, - 0.777, - 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, + 1067, + 3.215, + 2024, + 5.086, + 2063, + 8.218, + 2072, + 6.633, + 2075, + 6.732, + 6723, + 9.841, + 6724, + 11.251 + ] + ], + [ + "type/assets/endlessrunner", + [ + 1975, + 0.756 + ] + ], + [ + "data/assets/endlessrunner", + [ + 18, + 0.866, + 20, + 1.275, + 59, + 0.866, 77, - 1.491, - 86, - 0.745, - 91, - 1.25, - 94, - 2.828, - 97, - 1.598, + 2.296, + 79, + 0.815, 99, - 3.456, - 102, - 2.21, - 106, - 1.288, - 110, - 1.085, - 111, - 3.449, - 119, - 1.666, - 121, - 2.114, - 123, - 1.181, - 135, - 3.687, - 137, - 1.718, - 141, - 1.309, - 146, - 2.064, - 148, - 3.025, - 149, - 1.015, - 151, - 1.198, - 158, - 2.535, - 159, - 1.223, - 160, - 1.465, - 161, - 1.297, - 172, - 2.264, - 173, - 2.887, - 182, - 1.308, - 186, - 2.741, - 190, - 2.326, - 191, - 0.825, - 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, - 343, - 1.485, - 350, - 2.722, - 387, - 2.66, - 394, - 1.615, - 396, - 1.985, - 407, - 1.694, - 422, - 2.362, - 430, - 1.517, - 441, - 1.818, - 454, - 1.351, - 465, - 1.289, - 491, - 1.362, - 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, - 590, - 3.032, - 594, - 1.34, - 595, - 2.708, - 612, - 1.517, - 628, - 4.55, - 644, - 1.692, - 688, - 1.713, - 712, - 4.038, - 714, - 1.288, - 719, - 1.46, - 749, - 4.145, - 756, - 1.615, - 775, - 1.888, - 792, - 1.198, - 796, - 1.502, - 808, - 1.158, - 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, + 0.852, + 109, + 3.574, + 194, + 1.75, + 229, + 1.759, + 392, + 3.361, + 680, + 5.04, 1173, - 1.502, - 1191, - 2.875, - 1211, - 3.874, - 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, - 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, - 2.532, - 2130, - 2.381, - 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, - 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, - 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 + 4.7, + 3784, + 7.236, + 4319, + 8.231, + 5550, + 7.505, + 6521, + 8.772, + 6689, + 10.138, + 6725, + 9.592, + 6726, + 9.592, + 6727, + 9.592 ] ], [ - "type/ref/stable/dmLog", + "type/assets/platformertutorial", [ - 6760, - 1.837 + 1975, + 0.756 ] ], [ - "data/ref/stable/dmLog", + "data/assets/platformertutorial", [ - 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 + 18, + 1.013, + 38, + 1.088, + 59, + 0.884, + 939, + 4.852, + 1104, + 3.409, + 1721, + 6.766, + 2550, + 5.673, + 3568, + 9.156, + 6707, + 10.261, + 6728, + 9.795 ] ], [ - "type/ref/stable/physics", + "type/assets/debeat", [ - 6760, - 1.837 + 1975, + 0.756 ] ], [ - "data/ref/stable/physics", + "data/assets/debeat", + [ + 38, + 1.093, + 79, + 0.836, + 260, + 3.317, + 614, + 3.859, + 677, + 4.534, + 722, + 8.03, + 1090, + 4.579, + 6578, + 8.444, + 6729, + 11.815 + ] + ], + [ + "type/assets/defunico", + [ + 1975, + 0.756 + ] + ], + [ + "data/assets/defunico", + [ + 20, + 1.32, + 79, + 0.844, + 1090, + 4.623, + 5175, + 8.106, + 6730, + 11.86 + ] + ], + [ + "type/assets/md5", + [ + 1975, + 0.756 + ] + ], + [ + "data/assets/md5", [ - 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, 46, - 0.315, - 48, - 0.315, - 49, - 0.404, - 50, - 0.493, - 51, - 1.709, - 52, - 0.693, - 59, - 0.885, - 67, - 2.233, - 68, - 1.695, - 70, - 0.651, - 71, - 1.484, + 1.401, + 100, + 1.842, + 113, + 1.967, + 153, + 2.228, + 433, + 4.002, + 1066, + 3.85, + 1067, + 3.207, + 1465, + 3.462, + 3988, + 6.617, + 6731, + 10.794 + ] + ], + [ + "type/assets/lightandshadows", + [ + 1975, + 0.756 + ] + ], + [ + "data/assets/lightandshadows", + [ + 48, + 5.699, + 57, + 1.259, + 59, + 1.015, + 791, + 7.188, + 974, + 8.444, + 1724, + 4.672, + 2089, + 5.53, + 2384, + 6.101, + 6149, + 7.188, + 6732, + 9.841 + ] + ], + [ + "type/assets/druid", + [ + 1975, + 0.756 + ] + ], + [ + "data/assets/druid", + [ + 36, + 1.866, + 42, + 1.699, + 57, + 1.197, + 59, + 0.844, + 79, + 0.795, + 96, + 2.965, + 99, + 0.831, + 106, + 1.676, + 140, + 4.311, + 194, + 1.707, + 201, + 2.102, + 226, + 2.603, + 437, + 7.634, + 449, + 5.598, + 460, + 6.834, + 513, + 4.855, + 713, + 4.916, + 941, + 3.669, + 978, + 4.318, + 1717, + 7.32, + 1932, + 6.164, + 2335, + 6.033, + 5954, + 7.32, + 6304, + 7.634, + 6733, + 11.576, + 6734, + 9.356, + 6735, + 9.356, + 6736, + 9.356, + 6737, + 9.356, + 6738, + 9.356 + ] + ], + [ + "type/assets/adswrapper", + [ + 1975, + 0.756 + ] + ], + [ + "data/assets/adswrapper", + [ + 20, + 1.222, + 38, + 1.201, + 59, + 0.83, + 77, + 1.904, + 79, + 0.781, + 99, + 0.816, + 107, + 1.749, + 113, + 1.842, + 144, + 4.829, + 153, + 2.086, + 256, + 2.075, + 433, + 3.747, + 561, + 2.913, + 573, + 4.058, + 695, + 4.155, + 801, + 4.504, + 958, + 6.714, + 1291, + 5.5, + 1323, + 3.839, + 1446, + 9.376, + 1590, + 5.5, + 1820, + 7.887, + 2020, + 8.393, + 2061, + 7.887, + 2072, + 7.995, + 2266, + 7.5, + 2270, + 8.405, + 6415, + 8.405, + 6515, + 8.405, + 6739, + 9.192, + 6740, + 9.192, + 6741, + 9.192 + ] + ], + [ + "type/assets/perspectiveparallax", + [ + 1975, + 0.756 + ] + ], + [ + "data/assets/perspectiveparallax", + [ + 91, + 3.391, + 3071, + 6.696, + 3486, + 7.814, + 6742, + 9.934, + 6743, + 11.312 + ] + ], + [ + "type/assets/matchanovel", + [ + 1975, + 0.756 + ] + ], + [ + "data/assets/matchanovel", + [ + 20, + 1.287, + 38, + 1.075, + 59, + 0.874, + 241, + 2.073, + 292, + 4.147, + 441, + 4.85, + 552, + 2.878, + 771, + 4.505, + 977, + 5.151, + 1332, + 3.915, + 1681, + 4.147, + 6418, + 8.853, + 6446, + 8.853, + 6744, + 11.738, + 6745, + 9.681, + 6746, + 9.681 + ] + ], + [ + "type/assets/batterystatus", + [ + 1975, + 0.756 + ] + ], + [ + "data/assets/batterystatus", + [ + 7, + 1.218, + 18, + 0.876, + 99, + 0.862, + 158, + 2.837, + 229, + 1.779, + 388, + 8.873, + 433, + 3.956, + 902, + 5.534, + 1067, + 3.17, + 2024, + 5.046, + 3415, + 6.098, + 4858, + 10.206, + 6747, + 9.704, + 6748, + 9.704 + ] + ], + [ + "type/assets/googleanalytics", + [ + 1975, + 0.756 + ] + ], + [ + "data/assets/googleanalytics", + [ + 18, + 0.88, + 57, + 1.247, + 79, + 0.828, + 150, + 2.468, + 160, + 2.866, + 729, + 5.646, + 2194, + 6.817, + 2281, + 9.209, + 6413, + 7.955, + 6749, + 9.749, + 6750, + 8.915 + ] + ], + [ + "type/assets/defoldandroidpermissions", + [ + 1975, + 0.756 + ] + ], + [ + "data/assets/defoldandroidpermissions", + [ + 20, + 1.296, + 38, + 1.083, + 42, + 1.771, + 100, + 1.829, + 106, + 1.746, + 151, + 4.006, + 351, + 5.059, + 614, + 3.823, + 1066, + 3.823, + 1067, + 3.185, + 2024, + 5.059, + 3681, + 8.174, + 6751, + 9.749 + ] + ], + [ + "type/assets/splitmix64", + [ + 1975, + 0.756 + ] + ], + [ + "data/assets/splitmix64", + [ + 18, + 1.007, + 42, + 1.762, + 52, + 2.671, + 113, + 1.944, + 158, + 2.837, + 201, + 2.18, + 229, + 1.779, + 387, + 3.936, + 679, + 4.346, + 680, + 5.098, + 1176, + 6.541, + 1401, + 5.908, + 6752, + 11.161, + 6753, + 8.873 + ] + ], + [ + "type/assets/mirastate", + [ + 1975, + 0.756 + ] + ], + [ + "data/assets/mirastate", + [ + 1140, + 4.599, + 3724, + 8.145, + 4247, + 8.145, + 6754, + 11.343 + ] + ], + [ + "type/assets/decodeogg", + [ + 1975, + 0.756 + ] + ], + [ + "data/assets/decodeogg", + [ + 38, + 1.095, + 46, + 1.407, + 231, + 3.701, + 1066, + 3.868, + 1067, + 3.222, + 2112, + 8.049, + 2113, + 8.464, + 6755, + 11.266, + 6756, + 9.02 + ] + ], + [ + "type/ref/stable/dmGraphics", + [ + 6757, + 1.837 + ] + ], + [ + "data/ref/stable/dmGraphics", + [ + 7, + 1.257, + 18, + 1.154, + 20, + 0.879, + 30, + 1.263, + 36, + 0.379, + 38, + 0.916, + 46, + 1.39, + 56, + 1.291, + 57, + 1.468, + 59, + 0.399, + 60, + 2.62, + 61, + 1.177, 72, - 0.823, - 74, - 1.248, + 1.104, 77, - 0.839, - 86, - 1.607, - 87, - 0.863, - 97, - 2.914, + 0.393, + 79, + 0.978, + 83, + 1.224, + 84, + 1.433, + 88, + 1.01, + 89, + 1.037, + 90, + 2.096, 98, - 2.493, + 1.347, 99, - 2.41, + 1.019, + 100, + 0.356, 102, - 0.856, - 103, - 1.677, - 104, - 1.171, + 0.848, 106, - 3.391, - 107, - 1.207, - 108, - 4.136, - 110, - 0.693, - 111, - 2.502, - 117, - 2.491, - 119, - 2.032, + 0.949, + 113, + 1.711, 121, - 1.342, - 129, - 0.573, - 135, - 3.574, - 137, - 1.229, - 139, - 2.083, + 1.097, + 122, + 1.033, + 125, + 1.829, + 126, + 1.746, + 132, + 2.834, 141, - 1.582, - 148, - 3.024, - 149, - 0.902, - 151, - 1.105, + 1.634, + 142, + 2.744, + 144, + 3.473, 158, - 0.384, - 159, - 0.425, - 160, - 1.378, - 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, - 2.96, - 198, - 2.277, - 199, - 2.648, - 200, - 3.086, + 3.207, + 165, + 1.514, + 169, + 1.059, + 170, + 3.735, + 177, + 2.177, + 185, + 4.951, 201, - 1.939, + 0.745, 202, - 1.138, - 203, - 0.715, - 204, - 0.971, - 206, - 2.907, - 208, - 2.648, - 210, - 1.657, + 2.572, 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, + 0.883, 226, - 3.294, + 2.295, 227, - 1.081, - 228, - 1.657, - 234, - 2.034, - 237, - 2.009, + 1.921, + 229, + 0.608, + 230, + 3.278, 241, - 2.319, - 242, - 0.655, - 244, - 1.095, - 259, - 0.715, - 264, - 1.626, - 271, - 3.241, + 1.134, + 247, + 1.461, + 253, + 2.653, + 256, + 0.429, + 257, + 0.75, + 263, + 0.568, + 266, + 0.842, + 268, + 1.743, 273, - 0.44, - 278, - 1.1, - 282, - 0.594, - 290, - 1.652, - 293, - 1.688, - 298, - 0.817, - 300, - 1.432, + 0.819, + 280, + 1.732, + 289, + 3.955, + 297, + 3.134, + 306, + 0.835, 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, - 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, + 1.224, + 330, + 2.269, + 332, + 0.632, + 338, + 1.386, + 344, + 1.156, + 345, + 2.141, + 351, + 1.721, + 358, + 0.875, + 371, + 0.997, + 379, + 1.279, + 392, + 1.162, 429, - 1.611, - 437, - 2.05, - 438, - 0.933, - 441, - 0.394, - 454, - 1.2, + 4.474, 456, - 1.419, - 460, - 2.419, - 465, - 1.488, - 466, - 3.256, - 469, - 0.799, - 473, - 1.032, - 478, - 1.502, + 1.788, 479, - 3.312, - 481, - 1.086, + 1.987, 490, - 1.343, - 491, - 2.359, - 492, - 1.934, - 493, - 1.387, - 514, - 1.854, - 522, - 0.549, - 523, - 1.958, - 525, - 0.776, - 533, - 1.939, - 538, - 1.297, - 547, - 0.336, - 554, - 2.306, + 1.845, + 513, + 1.721, + 516, + 5.679, + 552, + 0.564, 555, - 0.715, - 568, - 0.856, - 569, - 1.04, - 581, - 0.367, - 582, - 0.923, - 583, - 2.689, + 2.659, + 575, + 2.291, 590, - 1.868, - 595, - 2.422, - 599, - 0.537, - 614, - 0.715, + 0.786, 622, - 1.373, - 624, - 0.567, - 633, - 0.391, - 636, - 1.2, + 0.92, + 634, + 2.612, 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, + 1.347, + 649, + 1.136, + 675, + 0.728, + 679, + 3.187, + 735, + 0.91, + 773, + 0.688, 811, - 0.477, - 812, - 2.125, - 817, - 0.854, - 826, - 1.404, - 827, - 1.602, - 828, - 1.317, - 836, - 5.499, - 852, - 0.689, - 858, - 1.14, - 909, - 0.527, - 923, - 0.58, - 937, - 1.627, + 0.94, + 823, + 1.25, + 866, + 2.24, + 874, + 4.378, + 890, + 2.292, + 891, + 3.543, + 894, + 1.31, + 895, + 2.54, + 898, + 1.178, + 901, + 0.82, + 931, + 1.209, + 941, + 0.744, 948, - 1.359, + 0.75, + 950, + 1.25, 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, - 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, - 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, + 2.599, + 978, + 1.31, + 982, + 3.169, + 996, + 0.962, + 999, + 0.875, + 1019, + 1.253, + 1041, + 5.449, + 1042, + 1.25, + 1046, + 1.136, + 1047, + 4.471, + 1051, + 3.134, + 1066, + 4.324, + 1067, + 2.16, + 1120, + 1.117, + 1126, + 5.735, + 1139, + 1.864, + 1140, + 2.035, + 1153, + 0.892, + 1164, + 4.936, + 1172, + 1.681, + 1186, + 4.697, + 1272, + 4.179, + 1322, + 0.973, + 1323, + 0.793, + 1335, + 1.736, + 1447, + 2.706, + 1459, + 0.774, + 1502, + 2.265, + 1510, + 2.139, + 1645, + 1.629, + 1660, + 2.595, + 1662, + 0.835, + 1684, + 1.099, + 1694, + 1.311, + 1696, + 2.689, + 1701, + 3.226, + 1769, + 0.875, + 1770, + 1.156, + 1803, + 4.154, + 1804, + 4.096, + 1814, + 5.17, + 1864, + 2.185, + 1879, + 2.239, + 1896, + 2.236, 1920, - 5.585, - 1924, - 2.627, - 1926, - 3.174, + 2.055, 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, + 3.332, + 1987, + 2.846, + 1988, + 8.533, + 1993, + 1.279, + 1997, + 1.892, + 1999, + 1.837, + 2007, + 1.199, + 2024, + 2.719, + 2085, + 3.604, 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.857, + 2189, + 2.934, + 2268, + 2.818, + 2343, + 2.595, + 2360, + 3.242, + 2382, + 7.157, + 2383, + 1.177, + 2410, + 2.706, + 2423, + 2.502, + 2472, + 2.236, + 2540, + 3.331, + 2563, + 1.347, + 2566, + 1.25, + 2613, + 1.311, + 2628, + 2.846, 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.701, + 2637, + 5.006, + 2657, + 3.379, + 2692, + 2.423, + 2718, + 7.642, + 2736, + 4.942, + 2748, + 1.629, + 2775, 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 - ] - ], - [ - "type/ref/stable/dmHid", - [ - 6760, - 1.837 - ] - ], - [ - "data/ref/stable/dmHid", - [ - 7, - 0.512, - 8, - 1.543, - 9, - 1.004, - 11, - 0.984, - 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, - 77, - 1.241, - 86, - 1.467, - 99, - 1.166, - 117, - 1.52, - 119, - 1.985, - 121, - 1.76, - 138, - 8.241, - 141, - 1.247, - 146, - 1.612, - 147, - 4.0, - 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, - 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, + 2779, 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, + 2878, + 2.353, + 2886, + 1.386, + 2888, + 8.07, + 2897, + 1.386, + 2950, + 1.432, + 3237, + 2.353, + 3261, + 2.502, + 3411, + 1.25, + 3607, + 3.226, + 3646, + 2.35, + 3712, + 3.449, + 3810, + 2.185, + 3938, + 1.25, + 4090, + 1.386, + 4098, + 3.728, + 4251, + 3.033, + 4266, + 1.549, + 4695, + 2.236, + 4743, + 1.177, + 5335, + 2.706, + 5431, + 3.033, + 6033, + 1.629, + 6470, + 2.934, + 6758, + 4.417, + 6759, + 11.476, + 6760, + 6.525, + 6761, + 5.296, + 6762, + 3.033, + 6763, + 2.353, + 6764, + 1.898, + 6765, + 1.898, + 6766, + 1.898, + 6767, + 1.898, + 6768, + 1.898, + 6769, + 1.898, 6770, - 5.692, + 1.898, 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, - 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, - 7223, - 8.003, - 7224, - 8.003, - 7225, - 8.003, - 7226, - 9.895, - 7227, - 8.003, - 7228, - 8.003, - 7229, - 8.003, - 7230, - 8.003, - 7231, - 8.003, - 7232, - 8.003, - 7233, - 8.003 + 1.898, + 6772, + 7.116, + 6773, + 1.898, + 6774, + 7.922, + 6775, + 1.898, + 6776, + 6.014, + 6777, + 1.898, + 6778, + 6.014, + 6779, + 1.898, + 6780, + 9.417, + 6781, + 1.898, + 6782, + 3.033, + 6783, + 1.898, + 6784, + 1.898, + 6785, + 1.898, + 6786, + 1.898, + 6787, + 1.898, + 6788, + 4.417, + 6789, + 1.898, + 6790, + 1.898, + 6791, + 4.417, + 6792, + 1.898, + 6793, + 1.898, + 6794, + 3.317, + 6795, + 1.629, + 6796, + 1.898, + 6797, + 1.898, + 6798, + 1.898, + 6799, + 1.898, + 6800, + 1.898, + 6801, + 1.898, + 6802, + 1.898, + 6803, + 1.898, + 6804, + 1.898, + 6805, + 1.898, + 6806, + 1.898, + 6807, + 1.898, + 6808, + 1.898, + 6809, + 1.898, + 6810, + 1.898, + 6811, + 1.898, + 6812, + 1.898, + 6813, + 1.898, + 6814, + 1.898, + 6815, + 1.898, + 6816, + 1.736, + 6817, + 1.898, + 6818, + 3.317, + 6819, + 1.898, + 6820, + 1.898, + 6821, + 3.317, + 6822, + 1.898, + 6823, + 1.898, + 6824, + 1.898, + 6825, + 3.317, + 6826, + 1.898, + 6827, + 1.898, + 6828, + 1.898, + 6829, + 1.898, + 6830, + 1.898, + 6831, + 1.898, + 6832, + 1.898, + 6833, + 1.898, + 6834, + 6.106, + 6835, + 6.014, + 6836, + 1.898, + 6837, + 6.507, + 6838, + 1.898, + 6839, + 1.898, + 6840, + 1.898, + 6841, + 1.898, + 6842, + 4.417, + 6843, + 1.898, + 6844, + 1.898, + 6845, + 1.549, + 6846, + 1.898, + 6847, + 1.898, + 6848, + 1.898, + 6849, + 1.898, + 6850, + 1.898, + 6851, + 1.898, + 6852, + 1.898, + 6853, + 3.317, + 6854, + 5.296, + 6855, + 3.317, + 6856, + 1.898, + 6857, + 1.898, + 6858, + 1.898, + 6859, + 1.898, + 6860, + 1.898, + 6861, + 1.898, + 6862, + 1.898, + 6863, + 1.898, + 6864, + 1.898, + 6865, + 1.898, + 6866, + 1.898, + 6867, + 1.898, + 6868, + 3.317, + 6869, + 1.898, + 6870, + 2.846, + 6871, + 1.898, + 6872, + 4.417, + 6873, + 1.898, + 6874, + 5.296, + 6875, + 1.898, + 6876, + 3.317, + 6877, + 4.039, + 6878, + 1.736, + 6879, + 3.317, + 6880, + 2.846, + 6881, + 3.317, + 6882, + 1.898, + 6883, + 1.898, + 6884, + 1.898, + 6885, + 1.898, + 6886, + 1.898, + 6887, + 3.317, + 6888, + 1.898, + 6889, + 1.898, + 6890, + 1.898, + 6891, + 1.898, + 6892, + 1.898, + 6893, + 1.898, + 6894, + 1.736, + 6895, + 1.898, + 6896, + 1.898, + 6897, + 1.898, + 6898, + 1.898, + 6899, + 1.898, + 6900, + 3.317, + 6901, + 1.898, + 6902, + 1.898, + 6903, + 1.898, + 6904, + 1.898, + 6905, + 1.898, + 6906, + 1.898, + 6907, + 1.898, + 6908, + 3.317, + 6909, + 1.898, + 6910, + 3.317, + 6911, + 1.898, + 6912, + 1.898, + 6913, + 3.317, + 6914, + 3.033, + 6915, + 1.898, + 6916, + 1.898, + 6917, + 3.033, + 6918, + 1.898, + 6919, + 3.317, + 6920, + 1.549, + 6921, + 1.898, + 6922, + 1.898, + 6923, + 1.898, + 6924, + 1.898, + 6925, + 1.898, + 6926, + 1.898, + 6927, + 1.898, + 6928, + 1.898, + 6929, + 1.898, + 6930, + 1.898, + 6931, + 3.317, + 6932, + 1.898 ] ], [ - "type/ref/stable/coroutine", + "type/ref/stable/table", [ - 6760, + 6757, 1.837 ] ], [ - "data/ref/stable/coroutine", + "data/ref/stable/table", [ 7, - 1.311, - 8, - 1.272, - 9, - 0.989, + 1.169, + 10, + 1.273, 11, - 0.985, - 16, - 0.519, - 21, - 2.401, + 2.134, + 18, + 1.141, + 20, + 1.613, 22, - 1.304, - 23, - 1.988, - 30, - 1.137, - 32, - 2.111, - 33, - 1.475, + 3.342, + 31, + 3.411, + 36, + 1.622, + 38, + 1.171, 46, - 3.01, - 48, - 1.599, - 49, - 2.858, - 51, - 1.078, - 69, - 3.97, - 70, - 2.066, - 77, - 2.157, + 1.329, + 52, + 1.621, + 57, + 1.478, + 59, + 0.734, + 79, + 0.895, 86, - 1.141, + 3.422, 99, - 3.235, + 0.892, + 100, + 1.105, 102, - 2.364, + 1.507, + 103, + 1.356, 106, - 2.271, - 137, - 1.479, - 141, - 1.151, - 149, - 1.789, - 158, - 1.949, + 1.888, + 107, + 1.121, + 113, + 1.629, + 126, + 1.614, + 140, + 2.714, 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, + 1.732, + 165, + 2.325, + 178, + 2.194, + 196, + 3.221, + 201, + 1.827, + 207, + 2.707, + 230, + 2.831, + 240, + 1.675, + 241, + 1.261, + 244, + 2.259, + 250, + 3.142, + 263, + 3.152, + 268, + 2.225, + 269, + 1.336, + 273, + 2.299, + 306, + 2.591, + 332, + 1.96, + 333, + 1.675, + 341, + 3.901, + 342, + 2.638, + 368, + 2.649, + 385, + 3.31, + 392, + 3.519, 407, + 3.722, + 413, + 5.054, + 452, + 1.712, + 483, + 3.88, + 496, + 2.741, + 500, + 2.149, + 505, + 3.02, + 510, 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, + 516, + 3.175, + 521, + 2.05, + 522, + 2.918, + 523, + 3.057, + 553, + 2.105, + 556, + 3.342, + 634, + 2.327, + 636, + 2.259, + 769, + 7.028, + 771, + 2.741, + 848, + 4.029, + 854, + 3.263, + 866, + 3.03, + 909, + 5.244, + 1039, + 3.175, + 1081, + 3.586, + 1155, + 3.942, + 1186, + 2.886, + 1216, + 3.134, + 1221, + 2.918, + 1295, + 4.613, + 1307, + 3.586, + 1311, + 3.798, + 1329, + 6.01, + 1401, + 3.586, + 1459, + 4.297, + 1465, + 2.868, + 1525, + 6.348, + 1622, + 7.126, + 1625, + 4.069, + 2035, + 5.042, + 2066, + 3.88, + 2095, + 3.524, + 2626, + 4.806, + 2684, + 3.466, + 2897, + 4.302, + 2933, + 4.806, + 3057, + 4.069, + 3511, + 7.859, 3972, - 4.496, - 4211, - 4.689, - 4610, - 4.496, - 4887, - 5.023, - 5077, - 10.192, - 7234, - 5.747, - 7235, - 5.747, - 7236, - 7.995, - 7237, - 7.995, - 7238, - 5.747, - 7239, - 4.496, - 7240, - 5.747, - 7241, - 5.747, - 7242, - 7.995, - 7243, - 5.747, - 7244, - 5.747, - 7245, - 5.747, - 7246, - 5.255, - 7247, - 5.747, - 7248, - 5.747, - 7249, - 5.255, - 7250, - 4.335 + 5.875, + 3984, + 5.565, + 4001, + 8.518, + 4126, + 6.363, + 4266, + 4.806, + 4322, + 6.978, + 4535, + 4.443, + 4829, + 5.482, + 5117, + 4.302, + 5208, + 5.886, + 5718, + 5.94, + 5750, + 4.302, + 5920, + 5.769, + 6933, + 5.89, + 6934, + 5.89, + 6935, + 5.89, + 6936, + 5.89, + 6937, + 5.89, + 6938, + 8.133, + 6939, + 8.133, + 6940, + 5.89, + 6941, + 5.89, + 6942, + 5.89, + 6943, + 5.89, + 6944, + 5.054, + 6945, + 8.133, + 6946, + 5.89, + 6947, + 5.89, + 6948, + 5.89, + 6949, + 5.89, + 6950, + 5.89, + 6951, + 5.054 ] ], [ - "type/ref/stable/package", + "type/ref/stable/sprite", [ - 6760, + 6757, 1.837 ] ], [ - "data/ref/stable/package", + "data/ref/stable/sprite", [ - 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, + 18, + 1.156, + 20, + 1.583, 30, - 1.138, - 32, - 2.074, - 33, - 1.482, + 2.404, + 38, + 0.947, 46, - 1.567, + 0.593, 49, - 2.486, - 51, - 1.984, - 63, - 1.719, - 67, - 1.255, - 68, - 2.063, + 1.437, + 57, + 1.56, + 59, + 0.375, + 60, + 1.157, + 62, + 1.383, + 69, + 1.954, 70, - 2.415, - 71, - 1.155, - 72, - 1.416, - 74, - 1.307, - 77, - 1.572, + 1.751, + 75, + 2.777, + 79, + 0.879, + 84, + 3.685, 86, - 1.555, - 91, - 1.374, - 94, - 2.405, + 2.05, + 90, + 2.302, + 92, + 1.668, + 96, + 2.42, 97, - 1.096, + 1.202, 99, - 3.155, + 1.019, + 100, + 1.6, + 101, + 3.061, 102, - 2.912, - 110, - 1.874, - 135, - 3.412, - 137, - 1.573, + 1.615, + 103, + 2.224, + 104, + 3.2, + 105, + 1.668, + 106, + 1.994, + 107, + 1.91, + 109, + 2.353, + 113, + 1.265, + 121, + 1.375, + 124, + 2.753, + 125, + 2.79, + 126, + 1.917, + 132, + 3.151, 141, - 0.718, - 144, - 1.86, - 149, - 2.962, - 151, - 1.032, - 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.155, + 142, + 2.984, + 148, + 0.853, + 165, + 2.439, + 167, + 2.554, + 169, + 1.136, + 170, + 3.703, + 175, + 4.617, + 185, + 2.968, + 201, + 1.916, + 202, + 3.358, + 213, + 5.499, + 215, + 6.015, 229, - 1.576, - 237, - 1.601, + 0.762, + 233, + 2.802, + 240, + 2.171, + 241, + 1.826, + 244, + 3.965, + 247, + 1.375, + 256, + 0.939, 263, - 1.946, - 267, - 1.667, - 271, - 1.737, - 279, - 1.932, + 1.888, + 268, + 2.163, + 269, + 2.081, + 273, + 2.264, 290, - 1.247, + 2.458, + 291, + 4.939, + 295, + 1.915, 297, - 1.763, - 298, - 1.405, - 300, - 1.688, - 302, - 2.113, - 303, - 1.497, - 312, - 1.651, + 5.417, 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, + 2.487, + 330, + 1.325, + 332, + 1.383, + 349, + 3.036, + 358, + 2.91, + 373, + 2.531, + 374, + 2.68, + 380, + 1.476, + 381, + 2.577, + 389, + 2.303, + 457, + 2.711, + 471, + 1.114, + 490, + 2.638, 492, - 2.295, - 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, + 3.657, + 502, + 4.16, + 541, + 2.212, + 553, + 1.486, + 554, + 1.56, + 556, + 1.708, + 587, + 2.802, + 629, + 1.25, 634, - 2.144, - 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, + 1.642, + 691, + 2.336, + 724, + 4.569, + 732, + 6.042, + 752, + 2.91, + 773, + 2.288, + 849, + 4.286, 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.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, - 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, - 7298, - 5.63, - 7299, - 6.955, - 7300, - 3.583, - 7301, - 3.583, - 7302, - 3.277, - 7303, - 3.583, - 7304, - 3.075, - 7305, - 3.583, - 7306, - 3.583, - 7307, - 3.583, - 7308, - 3.583, - 7309, - 3.583 + 2.353, + 911, + 2.303, + 912, + 2.68, + 919, + 2.131, + 931, + 1.729, + 951, + 2.446, + 959, + 5.34, + 979, + 5.447, + 1019, + 4.149, + 1025, + 4.185, + 1105, + 5.031, + 1109, + 3.061, + 1131, + 4.784, + 1134, + 3.99, + 1137, + 5.488, + 1139, + 2.336, + 1146, + 3.3, + 1152, + 4.612, + 1153, + 1.954, + 1164, + 2.487, + 1172, + 2.106, + 1220, + 4.734, + 1254, + 2.407, + 1295, + 2.865, + 1296, + 1.549, + 1332, + 2.554, + 1379, + 2.91, + 1406, + 2.882, + 1465, + 3.008, + 1471, + 3.128, + 1588, + 3.742, + 1608, + 3.778, + 1609, + 4.423, + 1631, + 2.577, + 1884, + 2.682, + 1929, + 4.481, + 2089, + 2.336, + 2323, + 3.549, + 2474, + 3.136, + 2475, + 3.136, + 2493, + 3.252, + 2503, + 2.738, + 2594, + 3.392, + 2876, + 2.871, + 2877, + 3.136, + 2925, + 2.68, + 3363, + 4.362, + 3805, + 5.418, + 3806, + 3.801, + 3807, + 3.801, + 3808, + 7.318, + 3809, + 5.147, + 3810, + 4.16, + 3811, + 5.974, + 4829, + 2.802, + 6162, + 5.418, + 6952, + 7.636, + 6953, + 7.636, + 6954, + 4.157, + 6955, + 4.612, + 6956, + 3.392, + 6957, + 3.801, + 6958, + 4.157, + 6959, + 3.567, + 6960, + 3.801, + 6961, + 3.801 ] ], [ - "type/ref/stable/dmConfigFile", + "type/ref/stable/dmMutex", [ - 6760, + 6757, 1.837 ] ], [ - "data/ref/stable/dmConfigFile", + "data/ref/stable/dmMutex", [ - 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, + 18, + 0.968, + 20, 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, + 44, + 3.277, + 57, + 1.004, + 59, + 0.887, + 79, + 1.018, + 99, + 1.048, + 107, + 1.869, + 177, + 3.281, + 178, + 2.923, + 268, + 2.19, + 269, + 2.433, + 368, + 2.231, + 442, + 3.514, + 469, + 4.978, + 490, + 3.277, + 563, + 4.864, + 620, + 4.072, + 752, + 4.527, + 858, + 4.695, + 866, + 2.923, + 1049, + 10.67, + 1248, + 4.958, + 1272, 3.482, - 4942, - 6.185, - 5002, - 6.132, - 6860, - 8.203, + 1649, + 4.175, + 1652, + 6.139, + 1727, + 6.402, + 1814, + 5.288, + 2305, + 8.39, + 2358, + 4.864, + 2440, + 3.804, + 2540, + 5.442, + 3712, + 3.804, + 4743, + 4.864, + 4861, + 8.75, + 6471, + 6.733, + 6962, + 7.846, 6963, - 3.482, - 7310, - 4.267, - 7311, - 3.902, - 7312, - 4.267, - 7313, - 11.323, - 7314, - 9.33, - 7315, - 4.267, - 7316, - 4.267, - 7317, - 4.267, - 7318, - 4.267, - 7319, - 6.441, - 7320, - 4.267, - 7321, - 4.267, - 7322, - 4.267, - 7323, - 4.267, - 7324, - 4.267, - 7325, - 4.267, - 7326, - 6.441 + 10.278, + 6964, + 10.955, + 6965, + 7.846, + 6966, + 11.807, + 6967, + 5.731, + 6968, + 11.98, + 6969, + 5.919, + 6970, + 7.846, + 6971, + 7.846, + 6972, + 7.846, + 6973, + 7.846, + 6974, + 7.846, + 6975, + 7.846 ] ], [ - "type/ref/stable/resource", + "type/ref/stable/sharedlibrary", [ - 6760, + 6757, 1.837 ] ], [ - "data/ref/stable/resource", + "data/ref/stable/sharedlibrary", + [ + 36, + 1.953, + 59, + 1.013, + 79, + 0.832, + 99, + 0.87, + 113, + 1.962, + 699, + 6.602, + 891, + 3.322, + 1007, + 3.432, + 1034, + 3.756, + 2249, + 6.602, + 6976, + 9.795, + 6977, + 9.795 + ] + ], + [ + "type/ref/stable/vmath", + [ + 6757, + 1.837 + ] + ], + [ + "data/ref/stable/vmath", [ 7, - 1.075, - 8, - 1.521, - 9, - 1.018, + 1.105, + 10, + 1.515, 11, - 1.052, - 13, - 1.672, - 16, - 0.746, + 2.54, 18, - 0.597, - 21, - 1.777, + 1.138, + 20, + 1.459, 22, - 0.92, - 23, - 1.266, - 24, - 2.306, - 26, - 1.087, + 2.098, 28, - 0.382, - 29, - 1.03, + 0.718, 30, - 1.152, + 3.28, 31, - 2.9, - 32, - 0.872, - 33, - 1.479, - 35, - 2.959, - 39, - 1.366, - 41, - 1.179, - 42, - 0.824, - 45, - 1.634, + 0.858, + 36, + 1.582, + 38, + 1.109, 46, - 1.275, - 48, - 1.523, - 49, - 2.762, - 51, - 1.551, + 1.463, 52, - 0.663, - 54, - 0.483, - 58, - 1.342, + 1.823, + 57, + 1.43, 59, - 1.469, - 62, - 0.927, - 65, - 4.632, - 67, - 0.698, - 68, - 2.058, - 70, - 1.586, - 71, - 1.883, - 73, - 0.868, + 0.825, + 60, + 0.412, + 63, + 0.718, + 69, + 1.704, + 70, + 1.865, 74, - 1.007, + 2.292, + 75, + 3.083, 77, - 1.456, - 80, - 1.279, - 83, - 0.839, - 86, - 1.566, - 97, - 2.079, + 1.643, + 79, + 0.995, + 90, + 1.891, + 91, + 0.506, + 94, + 0.689, 99, - 2.804, + 1.038, + 100, + 1.067, 102, - 1.832, + 0.379, + 104, + 1.838, + 106, + 1.108, + 107, + 0.843, 108, - 3.857, - 110, - 0.924, - 117, - 1.034, - 119, - 1.103, - 121, - 1.296, - 131, - 1.136, - 135, - 3.807, + 0.436, + 113, + 2.099, + 122, + 0.461, + 125, + 0.451, + 126, + 1.52, + 128, + 0.726, + 132, + 0.509, 137, - 1.178, - 139, - 1.608, - 141, - 1.414, + 0.999, + 140, + 0.683, + 142, + 3.489, + 144, + 1.399, + 148, + 0.304, 149, - 1.077, - 151, - 0.84, - 158, - 0.675, - 160, - 1.794, - 161, - 2.185, - 162, - 2.361, - 166, - 0.377, - 168, - 0.624, - 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, + 0.564, + 153, + 0.604, + 165, + 2.102, + 169, + 1.403, + 177, + 3.344, + 201, + 1.783, 202, - 3.988, - 217, - 2.197, - 218, - 1.758, - 219, - 1.407, + 0.865, + 207, + 1.207, + 210, + 0.599, 226, - 1.088, + 0.741, + 228, + 0.624, 229, - 1.221, + 0.488, 230, - 1.459, - 234, - 1.234, - 237, - 1.565, + 0.516, 240, - 0.843, + 1.031, 241, - 2.23, - 248, - 2.285, + 0.948, + 244, + 0.568, + 246, + 3.744, + 250, + 1.972, + 251, + 4.858, 256, - 1.017, - 264, - 2.943, - 271, - 1.346, + 0.601, + 260, + 1.222, + 263, + 2.777, + 266, + 1.965, + 268, + 1.564, + 269, + 0.604, 273, - 2.927, - 277, - 1.166, - 278, - 2.364, - 279, - 1.073, + 1.73, + 285, + 0.664, 288, - 1.784, - 289, - 1.754, - 290, - 0.375, - 291, - 0.684, - 293, - 0.432, - 297, - 0.624, - 298, - 2.147, - 299, - 5.116, + 1.436, + 292, + 1.141, + 295, + 1.671, 300, - 1.511, - 303, - 1.16, + 5.422, + 304, + 1.717, 305, - 2.003, + 3.292, 306, - 5.54, + 3.873, 307, - 0.744, - 310, - 4.141, - 312, - 1.593, - 313, - 0.559, - 314, - 2.956, + 5.984, + 316, + 6.427, 317, - 2.196, - 318, - 4.929, - 320, - 0.462, - 328, + 1.567, + 325, + 1.118, + 330, + 2.863, + 332, + 0.886, + 333, + 2.327, + 334, + 2.453, + 341, + 0.711, + 342, + 1.983, + 359, + 1.595, + 361, + 0.833, + 368, + 1.759, + 371, + 4.626, + 373, + 0.902, + 387, + 1.8, + 389, + 2.009, + 392, + 0.933, + 403, + 1.051, + 404, 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, + 0.936, + 421, + 6.741, + 430, + 2.285, + 452, + 1.287, + 463, + 0.999, + 471, + 1.775, + 472, + 1.227, + 479, + 0.999, + 481, + 0.845, 489, - 0.764, - 492, - 1.41, - 493, - 0.315, - 514, - 0.986, + 1.239, + 496, + 0.689, + 500, + 2.794, + 504, + 1.334, + 509, + 4.57, + 510, + 2.088, + 513, + 0.769, 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, + 0.516, + 523, + 0.769, + 534, + 1.704, + 536, + 2.389, + 540, + 0.919, + 541, + 0.788, + 543, + 0.595, + 550, + 1.239, + 553, + 1.296, + 555, + 0.829, + 561, + 1.403, + 579, + 0.742, 581, - 2.734, - 583, - 1.244, - 590, - 0.659, + 0.799, 594, - 1.421, - 606, - 1.119, - 607, - 0.965, - 615, - 0.624, - 624, - 2.296, - 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, - 728, - 2.323, - 741, - 1.709, - 743, - 0.522, - 744, - 1.258, + 2.04, + 595, + 2.387, + 598, + 1.717, + 620, + 5.133, + 629, + 1.091, + 672, + 1.227, + 691, + 0.453, + 692, + 0.556, + 737, + 0.999, + 740, + 0.751, 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, - 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, + 0.81, + 750, + 0.718, + 765, + 0.933, + 783, + 2.173, + 786, + 1.542, + 803, + 1.024, + 832, + 2.967, + 854, + 0.821, + 856, 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, + 873, + 1.84, + 880, + 0.718, + 894, + 0.585, + 898, + 3.126, + 901, + 0.64, + 922, + 2.445, + 931, + 0.729, + 951, + 0.872, + 960, + 1.64, + 972, + 1.717, + 978, + 3.233, + 987, + 0.788, + 1014, + 3.292, + 1048, + 2.083, + 1093, + 7.029, + 1098, + 6.931, + 1099, + 7.98, + 1116, + 1.118, + 1121, + 3.059, + 1133, + 1.905, + 1155, + 1.291, + 1181, + 2.285, + 1186, + 3.434, + 1187, + 1.84, + 1192, + 3.165, + 1202, + 1.722, + 1221, + 3.472, + 1224, + 0.711, + 1229, + 5.391, + 1235, + 3.292, + 1244, + 1.209, + 1254, + 5.984, + 1256, + 2.248, + 1272, + 0.658, + 1295, + 1.661, + 1324, + 0.769, + 1329, + 2.17, + 1332, + 0.599, + 1401, + 0.902, + 1411, + 1.897, + 1434, + 2.218, + 1459, + 1.805, + 1463, + 2.208, + 1514, + 1.118, + 1606, + 3.64, + 1625, + 2.505, + 1658, + 1.051, + 1679, + 6.643, + 1687, + 3.834, + 1691, + 1.051, + 1763, + 3.234, + 1788, + 2.285, + 1790, + 3.141, + 1812, 1.795, - 1865, - 0.624, - 1869, - 2.306, - 1872, - 0.764, - 1889, - 0.624, - 1898, - 2.044, - 1902, - 2.471, - 1907, - 0.744, + 1814, + 0.664, + 1847, + 6.784, + 1863, + 2.837, + 1883, + 1.209, + 1908, + 0.67, + 1926, + 0.955, 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, + 0.778, + 1982, + 0.734, + 2066, + 1.754, + 2100, + 1.082, + 2188, + 1.082, + 2220, + 0.887, + 2286, + 0.919, + 2323, + 6.427, + 2360, + 2.752, + 2440, + 0.718, + 2498, + 0.936, + 2554, + 5.268, + 2589, + 4.638, + 2590, + 4.165, + 2591, 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, + 2610, + 2.435, + 2623, + 2.837, + 2633, + 0.76, + 2645, + 3.728, + 2653, + 3.112, + 2691, + 2.083, + 2699, + 3.112, + 2709, + 2.445, + 2775, + 3.064, + 2822, + 2.696, + 2837, + 0.936, + 2854, + 3.292, + 2916, + 1.683, + 2934, + 2.173, + 2956, + 0.999, 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, - 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, - 7330, - 2.776, - 7331, - 1.077, - 7332, - 1.077, - 7333, - 1.077, - 7334, - 0.879, - 7335, - 1.077, - 7336, - 0.985, - 7337, - 1.991, - 7338, - 1.991, - 7339, - 1.821, - 7340, - 1.991, - 7341, - 1.991, - 7342, - 1.077, - 7343, - 1.991, - 7344, - 1.077, - 7345, - 1.991, - 7346, - 1.991, - 7347, - 1.991, - 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, - 7390, - 2.539, - 7391, - 2.539, - 7392, - 2.539, - 7393, - 2.539, - 7394, - 4.191, - 7395, - 2.539, - 7396, - 2.539, - 7397, - 2.539, - 7398, - 2.539, - 7399, - 2.539, - 7400, - 2.539, - 7401, - 1.821, - 7402, - 1.991, - 7403, - 1.821, - 7404, - 1.821, - 7405, - 1.991, - 7406, - 2.539, - 7407, - 2.539, - 7408, - 3.458, - 7409, - 1.077, - 7410, - 1.077, - 7411, - 1.077, - 7412, - 1.077, - 7413, - 1.077, - 7414, - 1.077, - 7415, - 1.077, - 7416, - 1.077, - 7417, - 1.077, - 7418, - 1.709, - 7419, - 2.382, - 7420, - 1.821, - 7421, - 1.077, - 7422, - 1.077, - 7423, - 1.077, - 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 + 5.307, + 3021, + 4.106, + 3093, + 1.209, + 3124, + 2.505, + 3226, + 5.546, + 3251, + 1.209, + 3324, + 6.402, + 3411, + 1.754, + 3436, + 1.355, + 3437, + 2.285, + 3438, + 1.945, + 3442, + 1.051, + 3459, + 1.271, + 3460, + 2.435, + 3479, + 3.851, + 3482, + 1.945, + 3486, + 1.84, + 3487, + 7.061, + 3667, + 1.118, + 3691, + 1.024, + 3709, + 3.728, + 3715, + 1.355, + 3779, + 3.994, + 3780, + 2.083, + 3783, + 1.271, + 3810, + 2.917, + 3851, + 2.285, + 3855, + 1.355, + 3882, + 3.464, + 3912, + 5.307, + 3972, + 3.334, + 3984, + 4.533, + 3986, + 1.355, + 3987, + 1.355, + 3988, + 2.985, + 4207, + 1.024, + 4299, + 3.112, + 4409, + 1.159, + 4431, + 1.271, + 4505, + 4.518, + 4556, + 1.209, + 4799, + 1.271, + 4829, + 0.999, + 4847, + 3.234, + 4861, + 1.082, + 5168, + 1.209, + 5208, + 3.226, + 5397, + 1.082, + 5570, + 6.643, + 5574, + 2.435, + 5653, + 1.355, + 5800, + 2.173, + 5858, + 1.355, + 5917, + 1.209, + 6011, + 2.173, + 6023, + 1.945, + 6124, + 1.84, + 6146, + 2.435, + 6159, + 3.8, + 6192, + 2.435, + 6217, + 2.173, + 6238, + 2.285, + 6955, + 1.082, + 6956, + 2.173, + 6978, + 1.482, + 6979, + 11.464, + 6980, + 6.056, + 6981, + 3.627, + 6982, + 2.663, + 6983, + 1.482, + 6984, + 1.482, + 6985, + 1.355, + 6986, + 3.316, + 6987, + 2.663, + 6988, + 1.482, + 6989, + 6.014, + 6990, + 1.482, + 6991, + 1.482, + 6992, + 2.663, + 6993, + 1.482, + 6994, + 5.197, + 6995, + 1.482, + 6996, + 2.435, + 6997, + 4.428, + 6998, + 1.482, + 6999, + 1.482, + 7000, + 1.482, + 7001, + 1.482, + 7002, + 2.663, + 7003, + 5.817, + 7004, + 5.105, + 7005, + 2.663, + 7006, + 1.482, + 7007, + 1.482, + 7008, + 2.435, + 7009, + 1.482, + 7010, + 4.839, + 7011, + 1.482, + 7012, + 1.482, + 7013, + 7.483, + 7014, + 2.663, + 7015, + 3.627, + 7016, + 4.428, + 7017, + 1.482, + 7018, + 3.627, + 7019, + 1.482, + 7020, + 1.482, + 7021, + 6.207, + 7022, + 1.482, + 7023, + 1.482, + 7024, + 1.482, + 7025, + 1.482, + 7026, + 1.482, + 7027, + 1.482, + 7028, + 1.482, + 7029, + 1.482, + 7030, + 1.482, + 7031, + 1.482, + 7032, + 1.482, + 7033, + 1.482, + 7034, + 1.482, + 7035, + 1.482, + 7036, + 1.482, + 7037, + 1.482, + 7038, + 1.482, + 7039, + 1.482, + 7040, + 1.482, + 7041, + 1.482, + 7042, + 1.482, + 7043, + 3.627, + 7044, + 3.627, + 7045, + 1.482, + 7046, + 1.482, + 7047, + 1.482, + 7048, + 1.482, + 7049, + 1.482, + 7050, + 2.663, + 7051, + 1.482, + 7052, + 1.355, + 7053, + 1.355, + 7054, + 1.355, + 7055, + 1.355, + 7056, + 1.355, + 7057, + 1.355, + 7058, + 1.355, + 7059, + 1.355, + 7060, + 1.482, + 7061, + 1.355, + 7062, + 1.355, + 7063, + 1.482, + 7064, + 2.663, + 7065, + 4.049, + 7066, + 1.482, + 7067, + 1.482, + 7068, + 1.482, + 7069, + 1.482, + 7070, + 1.482, + 7071, + 1.482, + 7072, + 2.663, + 7073, + 1.482, + 7074, + 1.482, + 7075, + 1.482, + 7076, + 1.482, + 7077, + 1.482, + 7078, + 1.482, + 7079, + 1.482, + 7080, + 1.482, + 7081, + 1.482, + 7082, + 1.482, + 7083, + 2.663, + 7084, + 2.435, + 7085, + 1.355, + 7086, + 1.482, + 7087, + 1.482, + 7088, + 1.482, + 7089, + 1.482, + 7090, + 1.482, + 7091, + 7.003, + 7092, + 1.482, + 7093, + 1.482, + 7094, + 1.482, + 7095, + 2.663, + 7096, + 4.428, + 7097, + 2.663, + 7098, + 2.663, + 7099, + 1.209 ] ], [ - "type/ref/stable/dmRender", + "type/ref/stable/string", [ - 6760, + 6757, 1.837 ] ], [ - "data/ref/stable/dmRender", + "data/ref/stable/string", [ 7, - 0.956, - 8, - 1.499, + 1.286, 9, - 0.969, + 1.497, 10, - 0.518, + 2.035, 11, - 0.926, - 16, - 0.687, - 21, - 1.554, - 23, - 1.009, - 29, + 0.961, + 18, + 1.13, + 20, 1.548, + 29, + 2.002, 30, - 1.16, - 33, - 0.621, - 35, - 2.866, - 40, - 1.474, - 42, - 0.677, - 45, - 1.671, + 1.68, + 36, + 1.579, + 38, + 1.119, + 39, + 0.932, 46, - 0.79, + 1.503, 52, - 0.945, + 2.591, + 57, + 1.459, 59, - 1.206, + 0.972, + 60, + 0.738, 62, - 1.321, - 67, - 0.995, - 68, - 1.563, - 70, - 1.336, - 71, - 0.583, - 74, - 0.66, + 0.883, + 63, + 1.286, 77, - 1.374, + 2.181, + 78, + 1.178, + 79, + 1.026, 86, - 1.086, - 92, - 0.976, - 97, - 1.429, + 2.146, 99, - 2.936, + 0.858, + 100, + 1.65, + 102, + 1.45, + 103, + 0.611, + 105, + 2.275, + 106, + 1.77, + 107, + 1.673, 108, + 1.298, + 113, + 1.587, + 122, 1.765, - 110, - 1.979, - 111, - 0.951, - 117, - 2.216, - 119, - 0.905, + 126, + 1.812, + 128, + 1.3, + 136, + 2.165, 137, - 1.133, - 139, - 2.704, + 1.788, 141, - 1.38, - 146, - 3.235, - 147, - 3.348, - 149, - 1.454, - 151, - 1.263, - 161, - 1.625, - 162, - 2.105, + 1.633, + 142, + 2.181, + 143, + 1.286, + 148, + 1.356, + 150, + 0.672, + 160, + 1.667, + 165, + 2.88, 166, - 2.414, + 2.664, + 169, + 1.401, + 171, + 1.36, 172, - 2.266, - 182, - 1.139, - 183, - 1.671, - 184, - 1.272, - 186, - 2.06, - 190, - 0.807, + 2.471, + 177, + 1.351, + 178, + 2.112, 196, - 2.337, - 198, - 3.149, - 217, - 1.139, - 224, - 0.782, - 227, - 1.474, - 234, - 0.864, - 237, - 0.654, - 256, - 0.835, + 1.96, + 201, + 1.649, + 207, + 3.409, + 211, + 1.188, + 229, + 1.039, + 230, + 1.537, + 240, + 1.879, + 241, + 1.696, + 244, + 3.371, + 247, + 0.878, + 263, + 2.815, + 268, + 2.123, + 269, + 1.002, 273, - 3.186, - 297, - 0.889, + 1.811, + 285, + 1.188, + 295, + 2.034, 298, - 1.113, - 300, - 1.0, + 1.677, 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, + 4.505, + 330, + 1.408, + 332, + 2.636, + 333, + 2.252, + 336, + 3.33, + 341, + 1.273, + 343, + 1.645, + 353, + 1.056, + 368, + 1.255, + 370, + 2.002, + 380, + 1.567, + 387, + 1.557, + 390, + 1.859, + 392, + 1.986, + 405, + 2.165, + 407, + 3.582, + 410, + 2.165, 441, - 0.988, - 454, - 2.464, - 460, - 2.548, - 465, - 1.701, - 466, - 1.804, - 491, - 1.186, - 493, - 0.83, + 1.329, + 442, + 1.188, + 452, + 0.771, + 471, + 1.967, + 492, + 1.537, + 496, + 1.235, + 500, + 2.677, + 504, + 2.212, + 510, + 2.083, 523, - 5.087, - 540, - 1.596, - 583, - 1.022, + 2.291, + 524, + 0.889, + 550, + 2.054, + 553, + 2.026, + 555, + 0.826, + 556, + 2.715, + 561, + 1.399, 590, - 3.336, + 2.349, 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, + 1.43, + 604, + 1.345, + 629, + 0.798, + 636, + 1.693, + 678, + 6.789, + 679, + 1.188, + 680, + 2.319, + 685, + 1.8, + 691, + 0.812, + 701, + 2.978, + 710, + 1.286, + 728, + 1.3, 749, - 1.439, - 805, - 4.381, - 825, - 3.62, - 826, + 3.61, + 752, + 1.223, + 765, + 1.547, + 774, + 2.563, + 811, + 2.187, + 819, + 2.598, + 828, + 3.336, + 830, + 2.426, + 848, + 1.314, + 856, + 1.065, + 864, + 1.833, + 866, + 0.988, + 879, + 1.561, + 898, + 1.567, + 914, + 1.108, + 915, + 1.693, + 919, 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, - 960, - 2.883, - 972, - 5.079, - 983, - 3.558, - 1001, - 5.325, - 1025, - 2.014, - 1071, - 2.014, - 1103, - 4.601, - 1139, + 1.3, + 928, + 1.833, + 938, + 1.677, + 945, + 2.847, + 950, + 1.748, + 1034, + 1.017, + 1062, + 2.412, + 1096, + 1.938, + 1104, + 0.923, + 1109, 2.748, - 1145, - 1.362, - 1159, - 1.531, - 1166, - 1.348, - 1222, - 1.272, - 1233, - 1.531, - 1239, - 2.28, - 1447, - 1.914, + 1120, + 1.561, + 1150, + 1.491, + 1158, + 3.045, + 1186, + 1.3, + 1218, + 1.882, + 1221, + 1.314, + 1256, + 5.659, + 1267, + 3.916, + 1272, + 1.959, + 1295, + 2.753, + 1296, + 1.645, + 1307, + 4.023, + 1311, + 4.731, + 1322, + 2.264, + 1361, + 1.748, + 1387, + 1.711, + 1403, + 1.26, + 1415, + 1.833, + 1421, + 2.688, + 1434, + 2.84, + 1438, + 2.076, + 1459, + 4.506, + 1465, + 4.286, + 1472, + 2.539, 1496, - 4.653, - 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, + 1.833, + 1521, + 2.426, + 1525, + 5.305, + 1543, + 1.561, + 1553, + 3.788, + 1559, + 4.097, + 1562, + 2.908, + 1563, + 4.864, + 1564, + 2.277, + 1565, + 4.864, + 1629, + 1.188, + 1636, + 1.537, + 1649, + 1.412, + 1654, + 3.602, + 1690, + 1.788, + 1717, + 4.435, + 1869, + 1.748, + 1875, + 1.882, + 1884, + 1.127, + 1890, + 1.537, + 1907, + 6.851, + 1908, + 1.996, + 1926, + 3.656, + 1982, + 4.159, + 2004, + 4.037, + 2035, + 5.205, + 2087, + 1.677, + 2089, + 1.491, + 2105, + 1.748, + 2142, + 2.908, + 2164, + 1.908, + 2217, + 1.615, + 2220, + 1.587, + 2261, + 5.756, + 2299, + 1.833, + 2360, + 3.562, + 2389, + 2.557, + 2403, + 1.882, + 2418, + 2.165, + 2440, + 2.748, 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 + 1.938, + 2566, + 2.908, + 2638, + 2.277, + 2647, + 1.938, + 2684, + 1.561, + 2690, + 1.537, + 2700, + 3.224, + 2709, + 2.976, + 2852, + 3.224, + 2875, + 4.821, + 2897, + 3.224, + 2915, + 2.076, + 2916, + 6.93, + 3057, + 1.833, + 3204, + 3.33, + 3209, + 2.277, + 3223, + 2.426, + 3224, + 1.748, + 3226, + 2.002, + 3237, + 1.882, + 3317, + 2.002, + 3412, + 2.165, + 3610, + 2.38, + 3646, + 1.412, + 3710, + 2.165, + 3972, + 4.269, + 3984, + 4.651, + 4126, + 5.74, + 4134, + 1.748, + 4154, + 4.141, + 4241, + 5.184, + 4287, + 2.076, + 4349, + 2.165, + 4374, + 2.277, + 4423, + 2.277, + 4695, + 1.788, + 4708, + 2.165, + 4747, + 2.426, + 4750, + 2.277, + 4780, + 3.224, + 4832, + 5.184, + 4872, + 1.938, + 4915, + 2.076, + 5073, + 2.076, + 5208, + 3.582, + 5422, + 1.711, + 5556, + 2.165, + 5679, + 1.833, + 5857, + 2.277, + 5920, + 5.618, + 5955, + 5.184, + 5957, + 2.426, + 5971, + 2.165, + 6520, + 2.426, + 6633, + 3.602, + 6955, + 4.141, + 6989, + 5.67, + 7100, + 2.653, + 7101, + 2.653, + 7102, + 2.653, + 7103, + 2.653, + 7104, + 4.037, + 7105, + 2.653, + 7106, + 2.076, + 7107, + 2.653, + 7108, + 4.037, + 7109, + 2.653, + 7110, + 2.653, + 7111, + 4.037, + 7112, + 2.277, + 7113, + 2.277, + 7114, + 2.277, + 7115, + 5.184, + 7116, + 3.788, + 7117, + 2.277, + 7118, + 2.653, + 7119, + 2.277, + 7120, + 4.415, + 7121, + 2.426, + 7122, + 5.184, + 7123, + 2.653, + 7124, + 2.653, + 7125, + 2.653, + 7126, + 2.653, + 7127, + 2.653, + 7128, + 2.653, + 7129, + 2.653, + 7130, + 2.653, + 7131, + 2.653, + 7132, + 5.669, + 7133, + 2.653, + 7134, + 2.002, + 7135, + 7.92, + 7136, + 5.669, + 7137, + 2.653, + 7138, + 2.653, + 7139, + 2.653, + 7140, + 9.881, + 7141, + 2.653, + 7142, + 8.396, + 7143, + 4.415, + 7144, + 2.653, + 7145, + 6.608, + 7146, + 7.337, + 7147, + 2.426, + 7148, + 2.653, + 7149, + 6.608, + 7150, + 2.653, + 7151, + 4.415, + 7152, + 6.196, + 7153, + 2.653, + 7154, + 2.653, + 7155, + 2.653, + 7156, + 2.653, + 7157, + 2.653, + 7158, + 2.653, + 7159, + 4.415, + 7160, + 2.653, + 7161, + 2.426, + 7162, + 2.653, + 7163, + 2.653, + 7164, + 4.415, + 7165, + 2.653, + 7166, + 2.653, + 7167, + 2.653, + 7168, + 2.653, + 7169, + 2.653, + 7170, + 2.653, + 7171, + 2.653, + 7172, + 2.653, + 7173, + 2.653, + 7174, + 2.653, + 7175, + 4.415, + 7176, + 4.037, + 7177, + 2.653, + 7178, + 2.653, + 7179, + 2.653, + 7180, + 2.426, + 7181, + 2.653, + 7182, + 2.653, + 7183, + 5.184, + 7184, + 2.165, + 7185, + 2.277, + 7186, + 2.653, + 7187, + 2.653 ] ], [ - "type/ref/stable/dmSys", + "type/ref/stable/factory", [ - 6760, + 6757, 1.837 ] ], [ - "data/ref/stable/dmSys", + "data/ref/stable/factory", [ - 8, - 0.959, - 9, - 0.939, - 11, - 1.053, - 16, - 0.677, - 21, - 2.144, - 26, - 2.01, - 30, - 1.109, - 33, - 0.997, - 48, - 2.086, - 68, - 1.701, - 74, - 0.833, + 7, + 0.913, + 10, + 1.573, + 18, + 1.147, + 20, + 1.576, + 22, + 2.068, + 36, + 1.981, + 38, + 0.949, + 46, + 1.336, + 57, + 1.481, + 59, + 0.454, + 62, + 1.675, + 63, + 2.439, + 75, + 3.2, 77, - 1.904, + 1.939, + 79, + 0.726, + 86, + 2.775, 92, - 2.576, + 3.758, + 96, + 3.465, + 97, + 2.104, + 99, + 0.919, + 100, + 1.864, + 102, + 2.186, + 103, + 2.156, + 106, + 1.303, + 113, + 1.458, 119, - 2.391, - 121, - 2.121, - 123, - 2.717, + 3.687, + 122, + 1.567, 125, - 3.032, - 127, - 3.132, - 129, - 3.8, - 131, - 4.276, + 2.213, + 126, + 1.859, 133, - 5.319, - 151, - 1.925, + 2.749, + 141, + 1.862, + 142, + 1.496, + 146, + 4.588, + 148, + 1.032, + 149, + 3.253, + 150, + 1.274, + 158, + 1.471, 161, - 1.895, + 3.392, + 165, + 2.841, + 167, + 2.943, + 169, + 0.749, + 170, + 1.93, + 174, + 2.966, + 177, + 3.04, + 194, + 2.132, 201, - 4.042, - 203, - 4.738, + 2.104, + 226, + 2.606, + 229, + 1.334, + 241, + 1.078, + 244, + 1.93, + 250, + 2.811, + 251, + 3.353, + 260, + 1.696, 263, - 3.359, - 320, - 3.212, - 338, - 4.895, - 605, - 4.342, - 639, - 5.617, - 697, - 2.793, - 737, - 3.941, - 783, - 5.146, - 866, - 5.081, - 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, - 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, - 7535, - 7.498, - 7536, - 7.498, - 7537, - 6.856, - 7538, - 6.434, - 7539, - 6.856, - 7540, - 6.434, - 7541, - 7.498, - 7542, - 6.856, - 7543, - 6.434, - 7544, - 6.856, - 7545, - 6.856, - 7546, - 6.856, - 7547, - 6.434, - 7548, - 7.498, - 7549, - 7.498, - 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, + 2.556, + 268, + 2.114, + 269, + 1.939, + 273, + 2.11, + 330, + 1.605, + 383, + 3.315, + 387, + 1.775, + 411, + 2.611, + 442, + 2.254, + 459, + 2.342, + 471, + 1.95, + 479, + 2.73, + 510, + 2.673, + 553, + 1.799, + 556, + 2.068, + 577, + 1.973, + 608, + 2.493, + 623, + 2.233, + 629, + 1.513, + 634, + 1.988, + 762, + 4.491, + 773, + 1.823, + 834, + 2.493, + 849, + 5.02, + 860, + 5.034, 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, - 7551, - 8.459, - 7552, - 11.826, - 7553, - 8.459, - 7554, - 7.258, - 7555, - 8.459, - 7556, - 8.459, - 7557, - 10.29, - 7558, - 8.459 + 1.875, + 918, + 4.1, + 931, + 3.247, + 960, + 3.289, + 991, + 3.064, + 1010, + 2.068, + 1019, + 3.913, + 1099, + 3.392, + 1124, + 3.245, + 1153, + 3.42, + 1172, + 2.55, + 1186, + 2.466, + 1202, + 2.389, + 1295, + 1.888, + 1296, + 1.875, + 1306, + 3.18, + 1379, + 2.319, + 1406, + 2.297, + 1411, + 2.156, + 1459, + 2.966, + 1465, + 3.652, + 1472, + 4.45, + 1485, + 3.315, + 1544, + 3.12, + 1600, + 3.011, + 1604, + 2.644, + 1606, + 2.961, + 1628, + 2.085, + 1649, + 2.678, + 1682, + 3.18, + 1713, + 5.44, + 1823, + 3.011, + 1906, + 6.469, + 1908, + 2.275, + 2182, + 4.801, + 2323, + 4.089, + 2358, + 3.12, + 2509, + 7.364, + 2524, + 4.692, + 2535, + 3.796, + 2543, + 5.489, + 2544, + 4.692, + 2555, + 4.598, + 2633, + 2.58, + 2822, + 3.064, + 2908, + 3.476, + 3415, + 4.67, + 3632, + 4.106, + 4296, + 7.326, + 4342, + 6.654, + 4343, + 7.815, + 4344, + 4.602, + 5117, + 3.675, + 5458, + 4.318, + 5717, + 3.937, + 6551, + 4.106, + 7188, + 5.032, + 7189, + 4.602, + 7190, + 8.547, + 7191, + 7.276, + 7192, + 7.276, + 7193, + 4.602, + 7194, + 4.602, + 7195, + 4.602, + 7196, + 4.602 ] ], [ - "type/ref/stable/dmImage", + "type/ref/stable/dmPhysics", [ - 6760, + 6757, 1.837 ] ], [ - "data/ref/stable/dmImage", + "data/ref/stable/dmPhysics", [ - 119, - 3.582, - 121, - 3.177, - 123, - 4.071, - 198, - 3.67, - 737, - 4.215, - 7209, - 7.573 + 90, + 2.351, + 314, + 5.317, + 962, + 4.636, + 1180, + 6.155, + 1814, + 5.046, + 5516, + 8.464, + 7197, + 9.864, + 7198, + 9.864 ] ], [ - "type/ref/stable/dmTransform", + "type/ref/stable/window", [ - 6760, + 6757, 1.837 ] ], [ - "data/ref/stable/dmTransform", + "data/ref/stable/window", [ 7, - 1.239, - 8, - 1.263, - 9, - 1.005, - 11, - 0.943, + 0.812, + 18, + 1.137, + 20, + 1.566, 23, - 1.071, - 28, - 1.759, + 5.068, 30, - 1.135, - 33, - 1.235, - 42, - 2.215, + 1.634, + 36, + 2.283, + 38, + 0.963, 46, - 1.378, - 51, - 1.744, + 1.237, + 57, + 1.251, + 59, + 0.584, 68, - 1.124, - 70, - 1.903, - 74, - 0.799, - 80, - 3.315, - 83, - 3.03, - 86, - 1.516, - 110, - 1.648, + 3.503, + 77, + 0.889, + 79, + 1.028, + 84, + 1.855, + 88, + 4.613, + 89, + 4.737, + 90, + 1.542, + 97, + 1.241, + 99, + 1.017, + 100, + 2.076, + 102, + 1.992, + 103, + 2.251, + 106, + 1.553, + 108, + 1.262, + 116, + 2.518, + 124, + 4.887, 125, - 2.003, - 127, - 2.069, - 137, - 1.26, + 2.83, + 126, + 1.546, + 132, + 2.223, + 134, + 3.136, 141, - 0.992, + 3.207, + 142, + 2.578, + 143, + 2.081, 148, - 2.869, - 151, + 0.881, + 153, + 0.974, + 165, + 2.479, + 167, + 2.617, + 177, + 1.314, + 182, + 2.284, + 194, + 1.95, + 202, + 1.394, + 229, + 1.792, + 240, + 2.215, + 241, + 1.386, + 243, + 3.858, + 250, + 1.658, + 260, + 1.447, + 263, + 1.284, + 268, + 0.877, + 269, + 1.468, + 273, + 2.578, + 282, + 2.127, + 305, + 2.486, + 331, + 3.046, + 332, + 2.154, + 347, + 2.768, + 358, + 2.982, + 359, 1.888, - 160, - 1.517, - 171, - 6.513, - 175, - 5.022, - 183, - 5.809, - 186, - 1.481, - 222, - 3.339, - 227, - 5.344, - 264, - 2.239, - 277, - 2.424, - 297, - 2.253, - 300, - 1.061, - 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, - 935, - 7.224, - 945, - 3.13, - 948, - 2.718, - 951, - 7.761, - 954, - 4.507, - 1094, - 3.564, - 1138, - 3.736, - 1149, - 4.848, - 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, + 361, + 2.413, + 368, + 1.221, + 423, + 3.239, + 442, + 4.166, + 455, + 4.882, + 456, + 6.625, + 459, + 1.998, + 471, + 1.735, + 496, + 4.55, + 510, + 2.377, + 514, + 2.966, + 537, + 2.449, + 552, + 1.276, + 554, + 1.611, + 561, + 1.361, + 592, + 2.768, + 614, + 3.054, + 623, + 2.872, + 656, + 2.713, + 680, + 3.4, + 691, + 1.314, + 709, + 2.713, + 716, + 2.449, + 717, + 2.526, + 750, + 2.081, + 785, + 5.305, + 811, + 2.127, + 827, + 5.387, + 848, + 2.127, + 891, + 2.941, + 915, + 3.567, + 931, + 1.175, + 1047, + 3.072, + 1071, + 2.413, + 1124, + 2.768, + 1140, + 3.995, + 1295, + 2.428, + 1307, + 2.614, + 1343, + 2.378, + 1378, + 5.663, + 1379, + 2.982, + 1381, + 3.046, + 1406, + 2.953, + 1434, + 2.151, + 1459, + 3.175, + 1472, + 3.883, + 1502, + 2.201, + 1588, + 4.972, + 1604, + 2.256, 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, + 1.888, + 1713, + 2.256, + 1769, + 4.286, + 1773, + 5.712, + 1840, + 5.957, + 1882, + 2.872, + 2027, + 5.295, + 2111, + 3.926, + 2305, + 3.359, + 2356, + 3.926, + 2440, + 3.137, + 2542, + 2.662, + 2582, + 6.721, + 2633, + 3.993, + 2875, + 3.94, + 3121, + 3.359, + 3451, + 3.684, + 3603, + 2.713, + 3809, + 6.27, + 3924, 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 + 4399, + 3.684, + 4717, + 3.503, + 4861, + 5.688, + 5670, + 6.685, + 5678, + 3.239, + 6092, + 10.367, + 6471, + 3.684, + 7199, + 7.788, + 7200, + 4.293, + 7201, + 8.941, + 7202, + 7.982, + 7203, + 7.788, + 7204, + 4.293, + 7205, + 7.788, + 7206, + 4.293, + 7207, + 4.293, + 7208, + 4.293, + 7209, + 4.293, + 7210, + 4.293, + 7211, + 3.926, + 7212, + 4.293, + 7213, + 4.293, + 7214, + 4.293, + 7215, + 3.684, + 7216, + 6.471, + 7217, + 5.917, + 7218, + 6.471, + 7219, + 4.293, + 7220, + 6.471, + 7221, + 4.293, + 7222, + 4.293, + 7223, + 4.293, + 7224, + 4.293, + 7225, + 4.293, + 7226, + 6.471, + 7227, + 4.293, + 7228, + 4.293, + 7229, + 4.293, + 7230, + 4.293, + 7231, + 4.293, + 7232, + 4.293, + 7233, + 4.293 ] ], [ - "type/ref/stable/dmWebServer", + "type/ref/stable/math", [ - 6760, + 6757, 1.837 ] ], [ - "data/ref/stable/dmWebServer", + "data/ref/stable/math", [ - 8, - 0.892, - 9, - 0.774, + 7, + 1.391, 11, - 1.016, + 2.475, + 18, + 1.135, + 20, + 1.194, 21, - 1.423, - 26, - 1.868, + 3.111, + 22, + 3.341, 27, - 4.405, - 30, - 1.007, - 35, - 2.072, - 42, - 2.17, - 51, - 1.308, - 74, - 1.126, + 3.956, + 28, + 2.237, + 36, + 1.792, + 38, + 0.759, + 46, + 1.668, + 57, + 1.56, + 59, + 0.811, + 60, + 1.284, + 77, + 0.956, + 79, + 0.763, 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, - 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, - 7610, - 9.107, - 7611, - 6.97, - 7612, - 6.97, - 7613, - 6.97, - 7614, - 6.97, - 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, + 1.852, + 94, + 2.148, + 99, + 0.984, + 100, + 1.526, + 103, + 2.069, + 106, + 1.223, + 107, + 0.878, + 108, + 2.39, + 125, + 1.404, + 126, + 1.904, + 142, + 2.031, + 143, + 2.237, + 144, + 2.425, + 145, + 2.861, + 148, + 1.668, + 153, + 1.55, + 165, + 1.953, + 169, + 1.016, + 201, + 1.535, + 230, + 1.606, + 241, + 1.924, + 244, + 3.118, + 256, + 1.542, + 260, + 1.556, + 263, + 3.363, + 306, + 5.364, + 316, + 4.316, + 332, + 1.536, + 333, + 1.942, + 358, + 2.127, + 371, + 2.425, + 407, + 6.062, + 409, + 3.766, + 413, + 3.96, + 442, + 2.067, + 479, + 1.732, + 489, + 2.148, + 513, + 4.664, + 631, + 3.384, + 652, + 6.77, + 675, + 1.77, + 677, + 2.127, + 701, + 2.425, + 723, + 2.81, + 749, + 4.443, + 829, + 3.766, + 880, + 2.237, + 951, + 4.785, + 1094, + 9.333, + 1176, + 6.77, + 1186, + 4.404, 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, - 7616, - 7.837, - 7617, - 10.274, - 7618, - 10.952, - 7619, - 7.837, - 7620, - 11.804, - 7621, - 11.977, - 7622, - 5.912, - 7623, - 7.837, - 7624, - 7.837, - 7625, - 7.837, - 7626, - 7.837, - 7627, - 7.837, - 7628, - 7.837 + 4.989, + 1229, + 4.5, + 1296, + 3.029, + 1323, + 1.928, + 1341, + 3.274, + 1361, + 3.041, + 1401, + 4.95, + 1459, + 5.033, + 1525, + 4.316, + 1590, + 2.762, + 1672, + 2.488, + 1793, + 2.976, + 1929, + 2.425, + 1979, + 4.158, + 2568, + 2.917, + 2613, + 4.719, + 2647, + 3.371, + 2791, + 6.246, + 2837, + 2.917, + 2854, + 2.976, + 3204, + 6.134, + 3535, + 4.221, + 3549, + 4.221, + 3610, + 2.488, + 3693, + 2.976, + 3713, + 6.28, + 3790, + 3.96, + 3972, + 4.383, + 4300, + 7.435, + 4538, + 5.153, + 5709, + 3.96, + 5798, + 4.221, + 5920, + 3.274, + 6023, + 3.371, + 6118, + 4.221, + 6377, + 5.344, + 6429, + 4.221, + 6753, + 4.221, + 6996, + 4.221, + 7021, + 8.526, + 7062, + 4.221, + 7185, + 6.977, + 7234, + 4.616, + 7235, + 3.96, + 7236, + 4.616, + 7237, + 4.616, + 7238, + 8.987, + 7239, + 8.131, + 7240, + 4.616, + 7241, + 4.616, + 7242, + 6.977, + 7243, + 4.616, + 7244, + 4.616, + 7245, + 8.987, + 7246, + 4.616, + 7247, + 4.616, + 7248, + 4.616, + 7249, + 4.616, + 7250, + 4.616, + 7251, + 4.616, + 7252, + 4.616, + 7253, + 4.616, + 7254, + 4.616, + 7255, + 8.131, + 7256, + 4.616, + 7257, + 4.616, + 7258, + 4.616, + 7259, + 4.616, + 7260, + 4.616, + 7261, + 4.616, + 7262, + 4.616, + 7263, + 4.616, + 7264, + 4.616, + 7265, + 4.616, + 7266, + 4.616, + 7267, + 4.616, + 7268, + 4.616, + 7269, + 6.831, + 7270, + 4.616, + 7271, + 4.616, + 7272, + 4.616, + 7273, + 4.616, + 7274, + 4.616, + 7275, + 4.221, + 7276, + 6.831, + 7277, + 4.616, + 7278, + 4.616, + 7279, + 4.616, + 7280, + 4.616, + 7281, + 4.616, + 7282, + 4.616, + 7283, + 4.616, + 7284, + 4.616, + 7285, + 4.616, + 7286, + 4.616, + 7287, + 4.616, + 7288, + 4.616, + 7289, + 9.593, + 7290, + 4.616, + 7291, + 4.221, + 7292, + 4.616, + 7293, + 4.616, + 7294, + 4.221, + 7295, + 4.616, + 7296, + 4.616, + 7297, + 4.616, + 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 ] ], [ - "type/ref/stable/dmAndroid", + "type/ref/stable/dmMessage", [ - 6760, + 6757, 1.837 ] ], [ - "data/ref/stable/dmAndroid", + "data/ref/stable/dmMessage", [ - 9, - 0.799, - 16, - 0.938, - 21, - 2.121, - 23, - 2.033, + 7, + 0.752, + 18, + 1.119, + 20, + 1.345, 30, - 1.112, - 33, - 1.25, + 2.281, + 36, + 1.641, 38, - 4.178, + 1.044, + 46, + 1.174, + 57, + 1.402, + 79, + 0.953, + 86, + 1.945, + 90, + 2.411, 99, - 2.689, - 137, - 1.399, - 140, - 4.334, - 141, - 1.468, + 0.898, + 102, + 1.532, + 103, + 1.379, + 106, + 1.073, + 107, + 1.566, + 122, + 1.865, + 126, + 1.865, + 132, + 2.058, + 143, + 2.904, 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, - 7629, - 9.406, - 7630, - 10.388, - 7631, - 6.286, - 7632, - 7.326, - 7633, - 7.326, - 7634, - 6.699, - 7635, - 11.336, - 7636, - 7.326, - 7637, - 9.406, - 7638, - 9.406, - 7639, - 9.499, - 7640, - 7.326, - 7641, - 10.388, - 7642, - 9.406, - 7643, - 9.406, - 7644, - 7.326, - 7645, - 7.326, - 7646, - 9.406, - 7647, - 9.406, - 7648, - 9.406, - 7649, - 7.326 + 3.1, + 170, + 2.297, + 229, + 1.098, + 247, + 3.346, + 248, + 3.585, + 268, + 2.291, + 269, + 1.359, + 273, + 2.704, + 330, + 3.226, + 333, + 1.704, + 368, + 1.704, + 479, + 3.087, + 490, + 3.437, + 496, + 3.829, + 505, + 3.072, + 553, + 2.141, + 555, + 1.865, + 601, + 2.186, + 602, + 2.423, + 603, + 2.503, + 604, + 3.036, + 605, + 3.417, + 644, + 2.968, + 849, + 5.302, + 856, + 2.404, + 874, + 3.072, + 891, + 3.597, + 913, + 3.786, + 915, + 3.604, + 931, + 1.64, + 945, + 3.863, + 999, + 3.792, + 1019, + 3.11, + 1025, + 4.753, + 1041, + 2.709, + 1055, + 6.902, + 1062, + 3.273, + 1074, + 4.52, + 1202, + 2.844, + 1208, + 3.647, + 1250, + 3.367, + 1296, + 2.232, + 1322, + 3.072, + 1367, + 4.376, + 1379, + 3.792, + 1411, + 4.334, + 1465, + 3.568, + 1548, + 4.436, + 1602, + 4.032, + 1609, + 3.47, + 1632, + 3.786, + 1640, + 4.687, + 1642, + 4.889, + 1656, + 6.01, + 1698, + 3.714, + 1814, + 2.683, + 2123, + 3.417, + 2164, + 3.556, + 2383, + 6.273, + 2779, + 4.27, + 3599, + 3.947, + 3646, + 4.378, + 3712, + 2.904, + 3721, + 5.141, + 3726, + 4.889, + 3969, + 7.669, + 3972, + 3.23, + 3984, + 5.207, + 4743, + 5.101, + 4854, + 3.47, + 4994, + 5.479, + 5127, + 4.52, + 5247, + 4.687, + 5623, + 4.889, + 5758, + 4.889, + 6075, + 4.687, + 6470, + 4.558, + 6795, + 5.141, + 7309, + 5.479, + 7310, + 9.399, + 7311, + 8.229, + 7312, + 5.991, + 7313, + 5.991, + 7314, + 9.808, + 7315, + 5.991, + 7316, + 5.991, + 7317, + 5.991, + 7318, + 5.991, + 7319, + 5.991, + 7320, + 5.991, + 7321, + 5.991, + 7322, + 6.986, + 7323, + 5.479, + 7324, + 5.479, + 7325, + 9.697, + 7326, + 5.991, + 7327, + 5.991, + 7328, + 5.991, + 7329, + 5.991, + 7330, + 5.141, + 7331, + 4.52, + 7332, + 5.991, + 7333, + 5.991, + 7334, + 4.25, + 7335, + 5.991, + 7336, + 5.991, + 7337, + 4.52, + 7338, + 5.991, + 7339, + 5.991, + 7340, + 5.991 ] ], [ - "type/ref/stable/dmThread", + "type/ref/stable/collectionfactory", [ - 6760, + 6757, 1.837 ] ], [ - "data/ref/stable/dmThread", + "data/ref/stable/collectionfactory", [ 7, - 0.936, - 9, - 0.808, - 11, - 1.012, - 21, - 1.523, - 23, - 1.612, + 0.883, + 8, + 1.345, + 10, + 1.521, + 18, + 1.135, + 20, + 1.464, + 22, + 1.975, 30, - 1.093, - 42, - 1.777, - 48, - 2.075, - 49, - 2.666, - 70, - 2.138, - 74, - 1.056, + 1.83, + 36, + 1.403, + 38, + 1.083, + 46, + 0.686, + 57, + 1.172, + 59, + 0.827, + 60, + 1.337, + 62, + 1.6, + 69, + 2.259, + 72, + 1.6, + 75, + 2.114, + 77, + 2.236, + 79, + 0.866, 92, - 2.562, + 3.677, + 96, + 3.491, + 97, + 2.407, 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, - 7650, - 7.458, - 7651, - 12.109, - 7652, - 7.458, - 7653, - 7.458, - 7654, - 7.458, - 7655, - 7.458, - 7656, - 7.458, - 7657, - 7.458, - 7658, - 7.458, - 7659, - 7.458, - 7660, - 7.458, - 7661, - 6.399, - 7662, - 7.458, - 7663, - 7.458, - 7664, - 7.458, - 7665, - 7.458, - 7666, - 7.458, - 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, + 1.073, + 100, + 1.83, + 102, + 1.8, + 103, + 2.346, + 106, + 1.491, + 113, + 1.41, + 115, + 5.14, 119, - 3.051, - 121, - 2.975, + 3.566, + 122, + 2.853, 125, - 2.508, - 127, - 3.519, - 137, - 1.12, + 2.141, + 126, + 1.936, + 133, + 2.626, + 140, + 2.215, + 141, + 1.778, + 142, + 1.429, + 146, + 4.49, + 148, + 0.986, + 149, + 1.83, + 150, + 1.217, + 158, + 2.057, 161, - 0.806, + 3.24, + 165, + 2.914, + 167, + 2.846, + 169, + 1.047, + 170, + 2.699, + 172, + 2.095, + 174, + 3.394, 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, + 2.095, + 177, + 2.547, + 194, + 1.86, + 199, + 2.059, + 201, + 1.08, + 226, + 2.317, + 227, + 2.784, + 229, + 1.29, + 248, + 2.876, + 250, + 2.719, + 251, + 3.243, + 260, + 1.62, + 261, + 2.042, + 263, + 1.437, + 268, + 1.7, + 269, + 1.889, + 273, + 2.055, + 328, + 2.876, + 330, + 1.533, + 380, + 1.707, + 442, + 2.153, + 459, + 2.237, + 471, + 1.288, 479, - 4.496, + 2.641, + 490, + 2.008, 492, - 1.655, - 514, - 3.644, - 710, - 4.011, - 737, - 4.154, - 756, - 4.173, - 835, - 6.766, - 836, - 6.912, + 2.784, + 500, + 1.754, + 510, + 2.585, + 541, + 2.558, + 546, + 2.591, + 553, + 1.718, + 556, + 1.975, + 577, + 1.885, + 595, + 2.591, + 608, + 2.381, + 623, + 2.133, + 629, + 1.445, + 634, + 1.899, + 636, + 1.843, + 728, + 2.355, + 762, + 4.143, + 773, + 1.742, + 834, + 2.381, + 849, + 4.968, + 860, + 5.164, 866, - 1.739, - 870, - 2.804, - 935, - 7.021, - 945, - 3.919, - 1034, - 7.229, - 1058, - 4.18, - 1138, - 5.677, + 1.791, + 880, + 2.33, + 914, + 3.478, + 917, + 2.173, + 918, + 3.994, + 931, + 2.79, + 944, + 2.465, + 951, + 2.828, + 991, + 6.409, + 1007, + 2.466, + 1010, + 1.975, + 1019, + 4.08, + 1099, + 3.24, + 1114, + 4.538, + 1124, + 3.099, 1153, - 2.471, - 1168, - 6.947, - 1200, - 2.885, - 1211, - 1.801, - 1221, - 2.565, - 1516, - 3.18, + 2.259, + 1172, + 2.436, + 1186, + 2.355, + 1295, + 3.95, + 1296, + 1.791, + 1298, + 3.037, + 1311, + 3.099, + 1406, + 2.194, + 1411, + 3.015, + 1459, + 3.394, + 1465, + 3.594, + 1472, + 3.729, + 1485, + 3.167, + 1544, + 2.98, + 1606, + 2.828, + 1628, + 4.963, + 1649, + 2.558, 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, - 7668, - 4.059, - 7669, - 7.525, - 7670, - 7.525, - 7671, - 6.201, - 7672, - 6.201, - 7673, - 6.201, - 7674, - 6.201, - 7675, - 4.059, - 7676, - 9.075, - 7677, - 9.075, - 7678, - 5.671, - 7679, - 6.201, - 7680, - 6.201, - 7681, - 8.424, - 7682, - 5.671, - 7683, - 5.671, - 7684, - 5.671, - 7685, - 5.671, - 7686, - 5.671, - 7687, - 5.671, - 7688, - 4.059, - 7689, - 4.059, - 7690, - 6.457, - 7691, - 4.059, - 7692, - 4.059, - 7693, - 4.059, - 7694, - 3.712, - 7695, - 3.712, - 7696, - 3.483, - 7697, - 5.671, - 7698, - 4.059, - 7699, - 4.059, - 7700, - 4.059, - 7701, - 4.059, - 7702, - 3.712, - 7703, - 8.424, - 7704, - 3.175, - 7705, - 4.059, - 7706, - 6.881, - 7707, - 6.201, - 7708, - 4.059, - 7709, - 8.424 + 3.037, + 1713, + 4.815, + 1901, + 2.784, + 1906, + 6.331, + 2065, + 3.626, + 2156, + 2.926, + 2182, + 4.699, + 2323, + 2.701, + 2358, + 2.98, + 2509, + 6.992, + 2524, + 5.909, + 2525, + 6.039, + 2535, + 3.626, + 2539, + 10.071, + 2543, + 5.309, + 2544, + 4.538, + 2545, + 6.435, + 2551, + 7.613, + 2555, + 4.447, + 2556, + 4.395, + 2558, + 3.32, + 2633, + 2.465, + 2822, + 2.926, + 2908, + 3.32, + 3317, + 3.626, + 3415, + 4.549, + 3572, + 3.626, + 3632, + 3.922, + 4416, + 6.514, + 4578, + 4.395, + 4809, + 3.922, + 5117, + 3.511, + 5458, + 4.124, + 5717, + 3.76, + 7003, + 2.926, + 7189, + 4.395, + 7193, + 4.395, + 7194, + 4.395, + 7195, + 4.395, + 7196, + 4.395, + 7341, + 4.807, + 7342, + 4.807, + 7343, + 6.435, + 7344, + 4.807, + 7345, + 4.807, + 7346, + 7.038, + 7347, + 7.038, + 7348, + 7.038 ] ], [ - "type/ref/stable/dmSocket", + "type/ref/stable/dmAlign", [ - 6760, + 6757, 1.837 ] ], [ - "data/ref/stable/dmSocket", + "data/ref/stable/dmAlign", [ - 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, + 57, + 1.219, + 79, + 0.938, 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, + 1.065, + 142, + 2.833, 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, - 7710, - 6.238, - 7711, - 3.741, - 7712, - 4.091, - 7713, - 6.238, - 7714, - 5.353, - 7715, - 4.091, - 7716, - 7.258, - 7717, - 3.741, - 7718, - 3.741, - 7719, - 4.091, - 7720, - 4.091, - 7721, - 4.091, - 7722, - 4.091, - 7723, - 4.091, - 7724, - 4.091, - 7725, - 8.459, - 7726, - 4.091, - 7727, - 4.091, - 7728, - 4.091, - 7729, - 4.091, - 7730, - 4.091, - 7731, - 4.091, - 7732, - 4.091, - 7733, - 4.091, - 7734, - 4.091, - 7735, - 4.091, - 7736, - 6.238, - 7737, - 4.091, - 7738, - 6.238, - 7739, - 4.091, - 7740, - 3.741, - 7741, - 4.091, - 7742, - 4.091, - 7743, - 4.091, - 7744, - 4.091, - 7745, - 6.238, - 7746, - 4.091 + 3.302, + 874, + 4.885, + 891, + 3.231, + 1035, + 7.834, + 1426, + 5.8, + 4621, + 7.23, + 5124, + 10.098, + 6260, + 10.664, + 7349, + 9.527, + 7350, + 8.712 ] ], [ - "type/ref/stable/bit", + "type/ref/stable/dmMemory", [ - 6760, + 6757, 1.837 ] ], [ - "data/ref/stable/bit", + "data/ref/stable/dmMemory", [ - 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, + 18, + 1.031, + 20, + 1.344, + 57, + 1.528, + 59, + 0.742, + 79, + 0.971, 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, + 0.898, + 106, + 1.811, + 125, + 2.499, + 126, + 2.006, + 132, + 3.473, + 169, + 1.222, + 201, + 2.271, 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, + 1.506, + 241, + 1.759, + 263, + 2.457, + 268, + 2.064, + 273, + 2.028, + 330, + 2.62, + 333, + 2.336, + 369, + 5.538, + 392, + 2.879, + 471, + 2.202, + 479, + 4.108, + 490, + 4.222, + 553, + 2.937, + 601, + 3.688, + 622, + 5.686, + 856, + 3.297, 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, - 7747, - 4.131, - 7748, - 4.131, - 7749, - 6.528, - 7750, - 4.131, - 7751, - 9.147, - 7752, - 10.016, - 7753, - 4.131, - 7754, - 4.131, - 7755, - 4.131, - 7756, - 4.131, - 7757, - 4.131, - 7758, - 4.131, - 7759, - 4.131, - 7760, - 4.131, - 7761, - 3.778, - 7762, - 6.286, - 7763, - 3.778, - 7764, - 4.131, - 7765, - 4.131, - 7766, - 6.286, - 7767, - 4.131, - 7768, - 4.131, - 7769, - 6.286, - 7770, - 6.286, - 7771, - 4.131, - 7772, - 4.131, - 7773, - 4.131, - 7774, - 4.131, - 7775, - 4.131, - 7776, - 4.131, - 7777, - 4.131, - 7778, - 4.131, - 7779, - 3.778, - 7780, - 4.131, - 7781, - 4.131, - 7782, - 8.364, - 7783, - 3.018, - 7784, - 4.131, - 7785, - 3.545 + 6.048, + 874, + 4.213, + 901, + 3.55, + 948, + 3.246, + 1035, + 8.104, + 1434, + 4.116, + 1459, + 3.349, + 1597, + 4.759, + 2469, + 5.829, + 2563, + 5.829, + 2565, + 6.813, + 2637, + 5.192, + 2736, + 6.153, + 2836, + 7.908, + 3713, + 4.835, + 4854, + 4.759, + 6470, + 6.065, + 6760, + 5.765, + 7334, + 5.829, + 7351, + 8.216, + 7352, + 7.513, + 7353, + 10.109, + 7354, + 8.216, + 7355, + 7.05, + 7356, + 7.05, + 7357, + 9.244, + 7358, + 8.216, + 7359, + 8.216 ] ], [ - "type/ref/stable/render", + "type/ref/stable/timer", [ - 6760, + 6757, 1.837 ] ], [ - "data/ref/stable/render", + "data/ref/stable/timer", [ - 1, - 0.276, + 0, + 0.735, 7, - 1.25, - 8, - 1.346, - 9, - 0.945, - 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, - 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, + 1.034, + 18, + 1.108, + 20, + 1.492, + 36, + 1.643, + 38, + 0.915, 44, - 1.39, + 2.506, 46, - 0.774, - 48, - 0.964, - 49, - 1.238, - 51, - 1.371, - 52, - 0.359, - 54, - 1.82, + 1.342, + 57, + 1.054, 59, - 1.472, - 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, - 77, - 1.909, - 80, - 1.282, - 83, - 0.84, - 86, - 1.487, - 92, - 2.014, - 93, - 4.225, + 0.743, + 79, + 1.022, + 90, + 1.43, 97, - 1.405, - 98, - 0.567, + 2.719, 99, - 2.212, - 102, - 0.319, - 104, - 0.437, - 108, - 2.215, - 110, - 0.359, - 111, - 0.932, - 117, - 1.291, - 119, - 2.078, - 121, - 0.98, - 125, - 0.437, - 127, - 0.451, - 131, - 0.616, - 135, - 3.407, - 137, - 1.334, - 139, - 4.48, + 0.731, + 103, + 1.381, + 106, + 1.685, + 107, + 1.142, + 113, + 1.65, + 122, + 1.868, + 126, + 1.191, 141, - 1.509, - 146, - 0.427, - 147, - 0.878, + 2.22, + 142, + 3.01, + 148, + 1.231, 149, - 1.265, - 151, - 1.38, + 3.135, + 150, + 1.519, + 153, + 2.134, 158, - 0.366, - 159, - 1.044, - 160, - 1.771, - 161, - 2.079, - 162, - 2.273, - 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, + 1.754, + 165, + 2.355, + 167, + 3.331, + 169, + 0.893, + 201, + 2.113, + 226, + 2.292, 229, - 1.524, - 230, - 1.048, - 234, - 2.07, - 237, - 1.866, + 1.51, + 239, + 2.639, + 241, + 1.285, 248, - 0.488, - 255, - 0.766, - 256, - 0.317, - 261, - 3.908, - 263, - 0.302, - 264, - 0.902, + 3.59, + 249, + 2.878, 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, - 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, - 328, - 0.507, - 336, - 1.581, - 337, - 0.394, - 343, - 1.667, - 346, - 1.348, - 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.292, + 269, + 1.869, + 273, + 1.481, + 330, + 1.913, + 351, + 3.114, + 368, + 1.706, + 380, + 2.13, + 411, + 4.274, + 469, + 4.766, 479, - 0.535, - 481, - 0.405, + 2.251, 490, - 2.234, - 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, + 3.44, + 500, + 2.189, + 505, + 3.076, + 543, + 2.407, 554, - 1.146, - 569, - 1.327, - 571, - 0.927, - 573, - 0.902, - 580, - 1.969, - 581, - 2.015, - 583, - 1.973, - 590, - 1.674, - 593, - 1.345, - 594, - 1.424, - 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, - 728, - 2.327, - 730, - 1.287, - 743, - 0.523, - 754, - 0.855, - 756, - 0.535, - 758, - 2.533, - 759, - 1.619, - 764, - 0.711, - 766, - 1.194, + 2.251, + 556, + 2.465, + 561, + 2.611, + 629, + 1.804, + 634, + 3.254, + 648, + 2.908, + 689, + 3.689, + 752, + 4.665, + 765, + 3.933, 773, - 0.845, - 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, - 827, - 2.232, - 835, - 1.611, - 836, - 1.563, - 837, - 1.637, - 840, - 2.032, - 845, - 0.646, - 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, - 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, + 2.174, + 866, + 3.504, + 891, + 2.035, + 897, + 6.528, + 931, + 2.255, + 1009, + 5.552, + 1010, + 2.465, + 1034, + 2.301, + 1143, + 3.869, + 1153, + 3.871, 1160, - 0.433, - 1166, - 0.947, - 1174, - 1.194, - 1191, - 0.475, - 1200, - 0.929, - 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, - 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, + 3.59, + 1198, + 3.422, + 1250, + 3.372, + 1281, + 7.182, + 1295, + 3.529, + 1322, + 4.223, + 1379, + 4.665, + 1406, + 4.62, + 1434, + 4.712, + 1459, + 3.358, + 1472, + 3.689, + 1474, + 8.071, + 1649, + 5.005, + 1814, + 5.121, + 1928, + 5.07, + 1973, + 4.928, + 2440, + 2.908, + 2452, + 4.256, + 2550, + 4.77, 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, - 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, - 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, - 7951, - 5.325, - 7952, - 1.08, - 7953, - 1.996, - 7954, - 6.804, - 7955, - 1.561, - 7956, - 1.08, - 7957, - 1.08, - 7958, - 1.08, - 7959, - 1.08, - 7960, - 1.08, - 7961, - 1.825, - 7962, - 0.987, - 7963, - 0.987, - 7964, - 0.987, - 7965, - 1.996, - 7966, - 1.825, - 7967, - 2.782, - 7968, - 0.987, - 7969, - 0.987, - 7970, - 1.996, - 7971, - 0.987, - 7972, - 1.08, - 7973, - 0.987, - 7974, - 1.08, - 7975, - 1.996, - 7976, - 1.996, - 7977, - 1.08, - 7978, - 1.08, - 7979, - 1.08, - 7980, - 1.08 + 6.444, + 3561, + 7.068, + 3713, + 6.244, + 3938, + 3.953, + 4553, + 6.721, + 4873, + 4.382, + 5678, + 4.526, + 6141, + 8.973, + 7360, + 6.0, + 7361, + 6.0, + 7362, + 10.961, + 7363, + 6.0, + 7364, + 9.406, + 7365, + 6.0, + 7366, + 8.237, + 7367, + 5.148, + 7368, + 8.237, + 7369, + 6.0, + 7370, + 6.0, + 7371, + 6.0, + 7372, + 6.0, + 7373, + 4.896, + 7374, + 6.0, + 7375, + 6.0, + 7376, + 6.0, + 7377, + 6.0, + 7378, + 5.486 ] ], [ - "type/ref/stable/dmGameSystem", + "type/ref/stable/dmVMath", [ - 6760, + 6757, 1.837 ] ], [ - "data/ref/stable/dmGameSystem", + "data/ref/stable/dmVMath", [ 7, - 0.699, - 8, - 1.496, - 9, - 0.993, + 1.407, 11, - 1.013, - 21, - 2.187, - 30, - 1.155, - 33, - 0.74, - 35, - 2.688, - 41, - 1.619, - 42, - 2.552, - 47, - 3.64, - 48, - 2.177, - 49, - 3.232, - 50, - 2.428, - 67, - 2.741, - 70, - 2.031, - 86, - 1.569, - 98, - 4.75, + 4.014, + 18, + 1.156, + 20, + 0.541, + 31, + 4.887, + 57, + 1.315, + 59, + 0.367, + 74, + 3.928, + 75, + 2.734, + 79, + 1.009, + 90, + 1.482, 99, - 2.237, - 108, - 2.105, - 119, - 2.883, - 141, - 1.567, - 144, - 4.059, - 161, - 1.794, - 162, - 2.011, - 172, - 2.165, - 186, - 2.932, - 198, - 2.555, - 219, - 2.823, - 278, - 2.393, - 300, - 1.193, - 369, - 1.765, - 381, - 3.504, - 465, - 1.375, - 492, - 3.189, - 493, - 2.643, - 568, - 2.289, - 581, - 1.809, + 0.851, + 126, + 0.808, + 128, + 4.453, + 150, + 1.031, + 169, + 1.122, + 178, + 3.386, + 241, + 1.331, + 251, + 4.734, + 263, + 1.217, + 295, + 1.876, + 305, + 2.358, + 307, + 2.358, + 316, + 2.573, + 330, + 3.055, + 333, + 2.994, + 354, + 5.688, + 459, + 2.892, + 471, + 1.091, + 479, + 4.157, + 481, + 2.322, + 500, + 3.078, 590, - 3.774, - 697, - 2.075, - 714, - 3.091, - 779, - 3.333, - 805, - 4.383, - 867, - 5.803, - 899, - 6.991, - 923, - 6.236, - 929, - 3.536, - 948, - 3.417, - 1001, - 4.217, - 1078, - 2.327, - 1094, - 3.875, - 1167, - 4.059, - 1198, - 5.044, - 1227, - 3.833, - 1319, - 4.217, - 1382, - 6.322, - 1568, - 6.322, - 1662, - 2.567, - 1705, - 2.184, - 1798, - 3.333, - 1820, - 3.669, - 1930, - 4.059, - 2142, - 3.333, - 2497, - 2.891, - 2527, - 5.285, - 2996, - 2.518, - 3358, - 3.754, - 3373, - 3.333, - 4390, - 2.7, - 4394, - 4.545, - 4821, - 4.85, - 4942, - 2.964, - 5263, - 4.358, - 5564, - 4.068, - 5880, - 4.202, - 6753, - 5.008, - 6884, - 5.89, - 6897, - 6.459, - 7451, - 5.093, - 7457, - 5.093, - 7462, - 5.093, - 7475, - 4.358, - 7981, - 5.57, - 7982, - 11.69, - 7983, - 5.57, - 7984, - 5.57, - 7985, - 5.57, - 7986, - 7.822, - 7987, - 5.57, - 7988, - 5.57, - 7989, - 5.57, - 7990, - 7.822, - 7991, - 5.57, - 7992, - 6.712, - 7993, - 5.57, - 7994, - 5.57, - 7995, - 9.041, - 7996, - 5.57, - 7997, - 7.822, - 7998, - 5.57, - 7999, - 5.57, - 8000, - 5.57, - 8001, - 4.545, - 8002, - 5.093, - 8003, - 7.822, - 8004, - 5.093, - 8005, - 5.57 + 3.765, + 602, + 2.514, + 603, + 3.525, + 765, + 3.184, + 898, + 3.648, + 1093, + 7.399, + 1098, + 7.025, + 1099, + 7.878, + 1192, + 5.634, + 1221, + 4.18, + 1254, + 6.769, + 1256, + 2.524, + 1272, + 1.807, + 1329, + 5.962, + 1411, + 1.744, + 1429, + 4.19, + 1459, + 1.66, + 1631, + 2.524, + 1847, + 7.978, + 1979, + 2.479, + 2286, + 3.854, + 2323, + 6.914, + 2591, + 2.744, + 2613, + 2.813, + 2699, + 7.241, + 2709, + 4.19, + 2780, + 6.952, + 2989, + 7.798, + 3021, + 2.524, + 3487, + 7.097, + 3709, + 6.997, + 3780, + 3.186, + 3810, + 4.967, + 3854, + 3.072, + 3882, + 7.495, + 3912, + 7.798, + 3984, + 6.578, + 3988, + 6.457, + 4423, + 5.334, + 4847, + 4.54, + 4872, + 2.974, + 5208, + 7.001, + 5890, + 5.684, + 6217, + 7.817, + 6985, + 3.723, + 6986, + 3.723, + 6989, + 3.494, + 7008, + 5.684, + 7010, + 3.186, + 7013, + 5.684, + 7054, + 5.684, + 7055, + 5.684, + 7056, + 5.684, + 7057, + 5.684, + 7058, + 5.684, + 7059, + 5.684, + 7091, + 6.895, + 7235, + 6.47, + 7379, + 4.072, + 7380, + 7.54, + 7381, + 7.54, + 7382, + 6.216, + 7383, + 6.216, + 7384, + 6.216, + 7385, + 6.216, + 7386, + 4.072, + 7387, + 9.088, + 7388, + 9.088, + 7389, + 6.216, + 7390, + 6.216, + 7391, + 8.438, + 7392, + 4.072, + 7393, + 4.072, + 7394, + 4.072, + 7395, + 4.072, + 7396, + 4.072, + 7397, + 4.072, + 7398, + 4.072, + 7399, + 4.072, + 7400, + 4.072, + 7401, + 3.723, + 7402, + 7.716, + 7403, + 4.072, + 7404, + 6.216, + 7405, + 4.072, + 7406, + 8.438 ] ], [ - "type/ref/stable/dmExtension", + "type/ref/stable/dmLog", [ - 6760, + 6757, 1.837 ] ], [ - "data/ref/stable/dmExtension", + "data/ref/stable/dmLog", [ 7, - 1.156, - 8, - 1.071, - 9, - 0.711, + 1.382, 10, - 1.787, - 11, - 0.938, - 16, - 0.977, - 21, - 2.322, - 23, - 1.533, - 29, - 1.091, - 30, - 1.112, - 33, - 1.528, - 42, - 2.437, - 51, - 1.571, - 70, - 1.091, - 74, - 1.136, + 2.38, + 18, + 0.919, + 20, + 1.106, + 38, + 1.223, + 46, + 1.352, + 52, + 1.676, + 56, + 4.285, + 57, + 1.064, + 59, + 0.751, + 79, + 0.865, 86, - 0.693, - 91, - 3.211, - 92, - 1.668, - 97, - 2.817, + 1.976, + 90, + 1.451, 99, - 3.251, + 0.739, + 100, + 1.142, 102, - 2.096, - 119, - 2.26, - 137, - 0.722, - 140, - 4.513, - 141, - 0.973, + 2.883, + 103, + 1.915, + 113, + 1.22, + 126, + 1.208, 148, - 5.672, - 149, - 1.512, - 151, - 1.795, - 161, - 2.03, - 162, - 2.153, - 184, - 3.175, - 190, + 1.249, + 158, + 1.78, + 160, + 1.79, + 165, + 1.741, + 169, + 0.906, + 202, + 1.976, + 227, + 4.818, + 240, + 2.366, + 241, + 1.781, + 256, + 2.486, + 263, + 1.82, + 268, + 1.243, + 269, 1.381, - 198, - 2.316, - 218, - 3.921, - 224, - 2.696, - 237, - 2.355, - 278, - 2.169, - 293, - 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, + 309, + 4.895, + 392, + 2.914, + 471, + 1.632, + 496, + 2.832, + 497, + 3.121, 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, - 8037, - 8.374, - 8038, - 9.793, - 8039, - 8.403, - 8040, - 4.855, - 8041, - 6.083, - 8042, - 4.855, - 8043, - 4.855, - 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, - 8045, - 6.03, - 8046, - 11.448, - 8047, - 6.03, - 8048, - 6.03, - 8049, - 6.03, - 8050, - 6.03, - 8051, - 8.265, - 8052, - 8.265, - 8053, - 6.03, - 8054, - 6.03, - 8055, - 6.03, - 8056, - 6.03, - 8057, - 6.03, - 8058, - 6.03, - 8059, - 6.03, - 8060, - 6.03, - 8061, - 6.03, - 8062, - 6.03, - 8063, - 6.03 + 2.284, + 561, + 3.489, + 612, + 3.642, + 642, + 3.085, + 672, + 4.367, + 687, + 4.895, + 716, + 3.472, + 744, + 4.033, + 747, + 3.421, + 758, + 2.702, + 773, + 2.206, + 815, + 5.157, + 894, + 3.287, + 917, + 3.761, + 960, + 3.761, + 1034, + 3.19, + 1076, + 8.613, + 1304, + 3.582, + 1419, + 9.447, + 1465, + 4.253, + 1519, + 8.983, + 1602, + 5.394, + 1911, + 3.121, + 1939, + 6.076, + 2030, + 4.103, + 2050, + 5.223, + 2164, + 5.176, + 2335, + 5.364, + 2433, + 4.977, + 2440, + 2.951, + 2690, + 6.376, + 2736, + 6.187, + 2779, + 5.954, + 2973, + 6.788, + 3074, + 4.205, + 3603, + 3.847, + 3646, + 6.105, + 3693, + 7.267, + 4328, + 7.138, + 4553, + 8.983, + 4834, + 5.223, + 5466, + 4.762, + 5670, + 7.026, + 5679, + 5.746, + 7407, + 8.319, + 7408, + 8.319, + 7409, + 6.087, + 7410, + 8.319, + 7411, + 6.087, + 7412, + 8.319, + 7413, + 8.319, + 7414, + 9.477, + 7415, + 4.446, + 7416, + 6.087, + 7417, + 6.087, + 7418, + 9.447, + 7419, + 6.087, + 7420, + 6.087, + 7421, + 6.087, + 7422, + 6.087, + 7423, + 6.087, + 7424, + 6.087, + 7425, + 6.087, + 7426, + 6.087, + 7427, + 6.087, + 7428, + 6.087, + 7429, + 6.087, + 7430, + 6.087, + 7431, + 5.566, + 7432, + 6.087, + 7433, + 6.087, + 7434, + 6.087, + 7435, + 6.087 ] ], [ - "type/ref/stable/socket", + "type/ref/stable/dmArray", [ - 6760, + 6757, 1.837 ] ], [ - "data/ref/stable/socket", + "data/ref/stable/dmArray", [ 7, - 1.037, - 8, - 1.472, - 9, - 0.994, + 1.284, + 10, + 0.8, 11, - 1.057, - 16, - 0.996, - 21, - 2.09, + 1.341, + 18, + 1.148, + 20, + 1.578, 22, - 1.196, - 23, - 2.077, - 26, - 1.617, - 29, - 1.136, + 3.296, + 27, + 4.646, 30, - 1.145, - 32, - 1.471, - 33, - 1.509, - 34, - 0.615, - 35, - 3.179, - 39, - 0.222, - 41, - 1.333, - 42, - 1.74, + 1.409, + 36, + 1.151, + 38, + 0.789, 46, - 2.322, - 49, - 0.385, - 51, - 1.608, + 1.315, 52, - 0.359, + 1.589, 54, - 0.892, + 2.741, + 57, + 1.569, 59, - 1.469, + 0.785, 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, + 1.607, 77, - 2.244, - 82, - 0.963, - 86, - 1.575, - 88, - 0.787, - 91, - 1.2, - 92, - 1.811, - 97, - 1.992, + 1.196, + 79, + 0.603, + 84, + 1.599, + 90, + 1.376, 99, - 2.429, + 1.087, 102, - 1.199, + 2.052, + 103, + 2.122, 106, - 3.328, + 1.437, + 107, + 1.351, 110, - 0.359, + 3.169, + 119, + 5.403, + 122, + 1.798, + 126, + 2.077, + 132, + 3.952, + 142, + 1.1, + 146, + 2.829, + 148, + 1.185, + 158, + 1.082, + 165, + 1.651, + 169, + 1.294, + 177, + 2.454, + 178, + 4.036, + 201, + 2.238, + 202, + 1.202, + 210, + 1.497, + 229, + 0.678, + 241, + 1.718, + 257, + 2.281, + 268, + 2.09, + 269, + 1.82, + 280, + 2.264, + 333, + 2.019, + 341, + 2.77, + 368, + 2.621, + 385, + 3.245, + 407, + 3.649, + 479, + 2.167, + 500, + 2.926, + 501, + 4.356, + 505, + 4.46, + 507, + 4.356, + 508, + 5.28, + 511, + 3.072, + 516, + 5.517, + 553, + 1.323, + 590, + 3.323, + 622, + 4.468, + 627, + 4.646, + 691, + 2.82, + 728, + 2.829, + 740, + 4.065, + 752, + 1.705, + 769, + 6.875, + 792, + 2.111, + 811, + 1.833, + 834, + 2.86, + 848, + 4.309, + 856, + 2.849, + 866, + 2.151, + 901, + 2.495, + 911, + 3.199, + 915, + 3.692, + 960, + 1.673, + 982, + 3.455, + 1039, + 6.599, + 1097, + 2.294, + 1126, + 1.833, + 1139, + 5.18, + 1152, + 6.353, + 1164, + 2.214, + 1172, + 1.875, + 1186, + 2.829, + 1216, + 4.628, + 1296, + 1.379, + 1329, + 7.18, + 1379, + 1.705, + 1387, + 3.723, + 1406, + 2.635, + 1510, + 5.609, + 1544, + 2.294, + 1815, + 4.517, + 1869, + 3.804, + 1882, + 2.563, + 2066, + 3.804, + 2095, + 3.455, + 2423, + 5.356, + 2498, + 2.338, + 2507, + 2.214, + 2565, + 7.301, + 2637, + 6.613, + 2682, + 4.955, + 2779, + 5.698, + 2827, + 3.02, + 3224, + 4.678, + 3411, + 4.678, + 3610, + 1.995, + 3660, + 3.02, + 3712, + 1.794, + 4384, + 2.703, + 4514, + 3.723, + 5148, + 2.625, + 5208, + 7.217, + 5294, + 7.098, + 5750, + 4.217, + 6470, + 5.517, + 6760, + 6.336, + 7003, + 2.253, + 7352, + 3.384, + 7357, + 5.28, + 7373, + 3.02, + 7436, + 4.711, + 7437, + 11.504, + 7438, + 3.701, + 7439, + 8.804, + 7440, + 3.175, + 7441, + 3.701, + 7442, + 3.701, + 7443, + 3.701, + 7444, + 3.701, + 7445, + 5.774, + 7446, + 5.356, + 7447, + 4.955, + 7448, + 5.28, + 7449, + 3.701, + 7450, + 3.175, + 7451, + 3.701, + 7452, + 3.701 + ] + ], + [ + "type/ref/stable/physics", + [ + 6757, + 1.837 + ] + ], + [ + "data/ref/stable/physics", + [ + 7, + 0.91, + 9, + 0.386, + 10, + 1.567, + 11, + 1.725, + 18, + 1.148, + 20, + 1.358, + 30, + 1.374, + 31, + 1.684, + 36, + 0.842, + 38, + 1.249, + 41, + 1.099, + 46, + 1.608, + 49, + 0.393, + 52, + 1.31, + 56, + 0.442, + 57, + 1.54, + 59, + 0.776, + 60, + 0.316, + 62, + 2.326, + 66, + 0.733, + 72, + 0.696, + 77, + 1.252, + 79, + 0.999, + 84, + 2.447, + 86, + 0.369, + 89, + 1.143, + 90, + 1.665, + 92, + 3.005, + 96, + 1.916, + 97, + 1.044, + 99, + 0.999, + 100, + 1.712, + 102, + 1.218, + 103, + 2.013, + 105, + 2.69, + 106, + 1.381, + 107, + 1.425, + 109, + 0.424, 111, - 2.653, - 117, - 0.401, + 1.508, + 113, + 1.586, + 116, + 0.442, 119, - 0.495, + 1.06, 121, - 2.064, - 123, - 0.204, + 0.692, + 122, + 0.905, + 125, + 2.039, + 126, + 2.016, + 127, + 1.41, + 128, + 3.284, + 130, + 2.898, 135, - 2.326, - 137, - 1.341, - 139, - 0.899, + 1.684, + 140, + 0.964, 141, - 1.463, + 1.335, + 142, + 3.201, + 145, + 2.238, + 146, + 1.425, + 148, + 1.487, 149, - 0.747, + 1.607, 151, - 1.702, - 152, - 0.293, + 0.86, 158, - 1.555, + 1.392, 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, + 0.855, + 165, + 2.414, + 167, + 1.176, + 168, + 0.597, + 169, + 1.232, + 170, + 3.498, + 175, + 0.496, + 177, + 1.104, + 178, + 2.497, + 195, + 1.212, + 200, + 2.898, 201, - 0.303, - 217, - 2.671, - 224, - 1.75, - 234, - 1.538, - 236, - 0.288, + 0.653, + 202, + 2.269, + 207, + 0.696, + 213, + 2.328, + 226, + 0.316, + 228, + 0.479, + 229, + 1.108, + 230, + 1.657, 237, - 0.867, - 245, - 4.337, - 246, - 5.712, - 249, - 0.787, + 1.663, + 240, + 1.987, + 241, + 1.435, + 244, + 2.008, + 247, + 1.873, 250, - 5.094, - 252, - 0.879, - 255, - 0.764, + 3.262, + 251, + 1.663, 256, - 0.816, - 259, - 3.583, + 0.472, + 257, + 0.827, + 261, + 0.889, 263, - 0.875, - 264, - 0.254, + 2.168, 268, - 0.624, - 270, - 1.06, - 271, - 0.522, + 1.863, + 269, + 1.699, 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, + 1.492, + 280, + 2.74, 300, - 2.084, - 303, - 1.574, + 0.63, 305, - 0.899, - 312, - 1.994, - 313, - 0.806, + 0.658, + 307, + 1.212, + 314, + 4.463, 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, + 3.82, + 330, + 2.037, + 332, + 1.885, + 333, + 1.354, + 334, + 2.637, + 342, + 1.617, + 358, + 1.34, + 359, + 2.094, + 370, + 0.858, + 379, + 0.766, + 380, + 1.69, + 382, + 2.695, + 385, + 1.634, + 387, + 1.273, + 390, + 0.479, + 391, + 1.297, + 392, + 2.239, + 404, + 1.837, + 420, + 0.785, + 426, + 2.637, 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, + 1.456, + 452, + 0.331, + 453, + 3.501, + 459, + 1.353, + 469, + 1.06, + 471, + 1.713, + 479, + 0.785, + 480, + 0.749, + 488, + 1.322, + 490, + 1.764, + 496, + 0.529, + 500, + 0.763, + 504, + 1.456, + 509, + 1.086, + 513, + 0.59, 514, - 0.199, - 519, - 1.023, + 1.446, 521, - 0.781, - 522, - 2.34, + 0.396, + 523, + 0.59, 524, - 1.391, - 525, - 0.894, - 527, - 1.153, - 538, - 5.127, - 540, - 1.348, - 548, - 1.521, - 551, - 0.787, + 2.508, + 533, + 0.63, + 534, + 1.984, + 541, + 1.113, + 543, + 1.694, + 552, + 0.338, + 553, + 0.406, 554, - 0.918, - 567, - 0.634, - 569, - 0.449, - 576, - 0.722, + 0.785, + 561, + 1.144, + 568, + 5.592, + 573, + 0.427, + 574, + 2.025, + 577, + 0.821, 580, - 1.346, - 581, - 1.405, - 583, - 1.737, + 0.718, 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, - 676, - 1.829, - 678, - 0.292, - 680, - 0.787, - 688, - 0.816, + 1.204, + 604, + 0.576, + 629, + 1.086, + 636, + 0.802, + 644, + 1.037, + 647, + 2.091, + 652, + 1.96, + 669, + 0.705, + 679, + 2.708, + 689, + 0.937, + 691, + 2.918, 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, + 1.091, + 713, + 1.527, + 717, + 1.711, + 727, + 0.928, + 728, + 1.425, + 740, + 1.06, + 750, + 3.249, + 752, + 2.413, + 765, + 0.733, + 773, + 2.429, 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, + 0.63, + 815, + 0.705, + 826, + 0.597, + 849, + 3.596, + 856, + 2.102, + 866, + 2.11, + 883, + 1.579, 891, - 0.835, + 2.965, + 898, + 1.86, + 900, + 2.274, 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, + 3.445, + 914, + 2.365, + 925, + 1.379, + 926, + 0.83, + 931, + 3.289, + 941, + 0.821, + 960, + 0.514, + 961, + 1.446, + 962, + 5.641, + 963, + 3.094, + 978, + 0.449, + 987, + 0.605, + 1000, + 5.614, 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, + 1.796, + 1002, + 5.443, + 1003, + 4.896, + 1005, + 1.796, + 1006, + 1.485, + 1007, + 2.839, + 1010, 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, + 1012, + 2.946, + 1014, + 1.349, + 1019, + 4.139, + 1022, + 1.04, + 1024, + 3.098, + 1025, + 3.397, + 1027, + 2.946, + 1093, + 2.485, + 1109, + 0.551, + 1116, + 3.951, + 1124, + 0.733, + 1140, + 0.964, + 1146, + 2.057, + 1153, + 2.237, + 1155, + 1.409, + 1157, + 2.501, + 1158, + 4.028, + 1179, + 3.098, + 1180, + 3.303, + 1186, + 0.557, + 1187, + 2.917, + 1188, + 1.025, + 1192, + 1.297, + 1198, + 1.193, + 1221, + 2.806, + 1223, + 1.41, + 1225, + 0.807, + 1226, + 3.448, + 1231, + 2.372, + 1245, + 0.766, + 1261, + 0.68, + 1272, + 2.324, + 1279, + 2.16, + 1293, + 3.185, + 1295, + 3.579, + 1296, + 0.78, + 1306, + 1.322, + 1307, + 0.692, + 1309, + 0.621, + 1323, + 1.214, 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, + 0.59, + 1327, + 0.766, + 1339, + 0.858, + 1378, + 2.898, + 1379, + 1.946, + 1386, + 0.83, + 1403, + 0.54, + 1406, + 3.612, + 1434, + 1.456, + 1459, + 1.941, + 1465, + 3.396, + 1472, + 1.302, + 1493, + 0.785, 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, + 1.837, + 1548, + 1.128, + 1588, + 3.552, + 1600, + 1.252, + 1601, + 0.858, 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, + 1.425, + 1607, + 1.684, + 1609, + 1.212, + 1628, + 1.204, + 1629, + 0.937, + 1631, + 0.705, + 1636, + 0.658, + 1638, + 0.718, + 1644, + 4.085, + 1650, + 2.526, + 1651, + 1.252, + 1661, + 0.57, + 1672, + 1.946, + 1682, + 0.718, + 1690, + 1.41, + 1698, + 0.705, + 1713, + 0.597, + 1807, + 1.004, 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, + 1.252, + 1884, + 3.181, + 1889, + 1.274, + 1892, + 3.185, + 1902, + 0.749, + 1903, + 1.528, + 1904, + 0.889, + 1908, + 1.632, + 1928, + 1.946, + 1968, + 1.547, + 2026, + 1.379, + 2033, + 2.495, + 2036, + 2.495, + 2039, + 1.04, + 2040, + 4.859, + 2042, + 1.159, 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, + 0.718, + 2087, + 0.718, + 2089, + 1.176, + 2156, + 0.692, + 2211, + 0.975, 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, - 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, + 0.68, + 2286, + 4.906, + 2296, + 6.612, + 2297, + 0.733, + 2299, + 1.446, + 2300, + 5.326, + 2307, + 0.807, + 2321, + 1.04, + 2322, + 1.04, + 2323, + 5.506, + 2324, + 1.04, + 2325, + 1.04, + 2326, + 6.291, + 2327, + 0.718, + 2435, + 3.884, + 2440, + 1.014, + 2469, + 1.485, + 2498, + 0.718, + 2582, + 2.987, + 2633, + 0.583, + 2645, + 4.136, + 2775, + 0.613, + 2780, + 0.705, + 2835, + 0.975, + 2873, + 1.796, + 2874, + 0.83, + 2907, + 0.889, + 2925, + 1.875, + 3200, + 3.477, + 3246, + 0.807, + 3325, + 0.83, + 3366, + 2.561, + 3615, + 0.858, + 3673, + 0.858, + 3717, + 0.928, + 3790, + 2.495, + 3846, + 4.353, + 3856, + 4.431, + 3861, + 2.193, + 3974, + 1.796, + 3984, + 1.611, + 4098, + 2.238, + 4104, + 0.718, + 4252, + 2.561, + 4257, + 3.084, + 4347, + 0.975, + 4364, + 0.807, + 4514, + 1.349, + 4564, + 1.637, + 4603, + 1.579, + 4829, + 1.41, + 4857, + 1.04, + 4871, + 2.372, + 4872, + 1.528, + 5091, + 1.707, + 5168, + 2.372, + 5494, + 0.975, + 5518, + 3.301, + 5519, + 3.301, + 5521, + 2.658, + 5522, + 0.975, + 5525, + 2.658, + 5528, + 2.658, + 5670, + 1.915, + 5671, + 3.301, + 5674, + 1.796, + 5676, + 1.913, + 5677, + 2.658, + 5679, + 0.785, 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, + 1.913, + 5687, + 1.796, + 5690, + 1.04, + 5691, + 2.658, + 5694, + 5.528, + 5695, + 0.975, + 5704, + 0.975, + 5707, + 1.04, + 5771, + 1.04, + 5772, + 9.916, + 5774, + 3.301, + 5775, + 1.04, + 5777, + 1.04, + 5778, + 1.04, + 5780, + 2.658, + 5781, + 3.301, + 5786, + 1.04, + 5790, + 1.04, + 5793, + 4.789, + 5795, + 6.129, + 5799, + 1.04, + 5800, + 3.884, + 6131, + 1.913, + 6238, + 0.975, + 6960, + 1.04, 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, - 8076, - 5.67, - 8077, - 4.056, - 8078, - 5.055, - 8079, - 0.562, - 8080, - 0.562, - 8081, - 2.777, - 8082, - 2.777, - 8083, - 2.777, - 8084, - 2.777, - 8085, - 1.078, - 8086, - 1.078, - 8087, - 0.562, - 8088, - 1.553, - 8089, - 1.992, - 8090, - 0.514, - 8091, - 0.514, - 8092, - 0.514, - 8093, - 0.458, - 8094, - 0.562, - 8095, - 1.553, - 8096, - 1.078, - 8097, - 1.078, - 8098, - 1.553, - 8099, - 0.985, - 8100, - 1.992, - 8101, - 1.078, - 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, - 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, - 8145, - 1.078, - 8146, - 1.078, - 8147, - 1.078, - 8148, - 4.056, - 8149, - 1.078, - 8150, - 1.078, - 8151, - 1.078, - 8152, - 1.078, - 8153, - 1.078, - 8154, - 1.992, - 8155, - 0.562, - 8156, - 1.078, - 8157, - 2.777, - 8158, - 1.078, - 8159, - 0.562, - 8160, - 0.562, - 8161, - 1.078, - 8162, - 0.562, - 8163, - 1.553, - 8164, - 1.078, - 8165, - 1.078, - 8166, - 0.562, - 8167, - 0.562, - 8168, - 1.078, - 8169, - 1.992, - 8170, - 0.562, - 8171, - 1.078, - 8172, - 1.078, - 8173, - 0.562, - 8174, - 0.562, - 8175, - 0.562, - 8176, - 0.562, - 8177, - 0.562, - 8178, - 0.562, - 8179, - 1.553, - 8180, - 0.562, - 8181, - 0.562, - 8182, - 0.562, - 8183, - 0.562, - 8184, - 0.562, - 8185, - 1.553, - 8186, - 1.078, - 8187, - 0.562, - 8188, - 0.562, - 8189, - 0.562, - 8190, - 0.562, - 8191, - 1.078, - 8192, - 0.562, - 8193, - 0.562, - 8194, - 0.562, - 8195, - 0.562, - 8196, - 0.562, - 8197, - 1.078, - 8198, - 0.562, - 8199, - 0.562, - 8200, - 0.514, - 8201, - 0.562, - 8202, - 0.562, - 8203, - 1.078, - 8204, - 0.562, - 8205, - 0.562, - 8206, - 1.078, - 8207, - 0.925, - 8208, - 0.562, - 8209, - 0.562, - 8210, - 0.562, - 8211, - 0.562, - 8212, - 0.562, - 8213, - 0.562, - 8214, - 0.562, - 8215, - 0.562, - 8216, - 0.562, - 8217, - 0.514, - 8218, - 0.985, - 8219, - 1.078, - 8220, - 0.514, - 8221, - 1.078, - 8222, - 0.562, - 8223, - 0.562, - 8224, - 0.562, - 8225, - 0.562, - 8226, - 0.925, - 8227, - 0.562, - 8228, - 0.514, - 8229, - 0.562, - 8230, - 1.078, - 8231, - 0.562, - 8232, - 0.514, - 8233, - 1.078, - 8234, - 0.843, - 8235, - 0.562, - 8236, - 0.424, - 8237, - 0.562, - 8238, - 0.562, - 8239, - 0.562, - 8240, - 0.562, - 8241, - 0.562, - 8242, - 0.562, - 8243, - 1.078, - 8244, - 0.562, - 8245, - 0.562, - 8246, - 0.562, - 8247, - 0.562, - 8248, - 0.925, - 8249, - 0.562, - 8250, - 0.562, - 8251, - 0.562, - 8252, - 1.078, - 8253, - 1.992, - 8254, - 0.562, - 8255, - 0.562, - 8256, - 0.562, - 8257, - 0.562, - 8258, - 1.078, - 8259, - 0.562, - 8260, - 0.562, - 8261, - 0.562, - 8262, - 0.562, - 8263, - 0.562, - 8264, - 0.562, - 8265, - 0.562 - ] - ], - [ - "type/ref/stable/dmMath", - [ - 6760, - 1.837 - ] - ], - [ - "data/ref/stable/dmMath", - [ - 8, - 1.489, - 9, - 1.012, - 11, - 0.77, - 16, - 0.782, - 21, - 2.133, - 30, - 0.782, - 74, - 0.963, - 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, - 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, - 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, + 1.04, + 7003, + 1.274, + 7021, + 4.729, + 7202, + 0.975, + 7215, + 0.975, + 7275, + 1.04, + 7356, + 0.975, + 7378, + 1.04, + 7453, + 1.913, + 7454, + 2.824, + 7455, + 1.137, + 7456, + 1.04, + 7457, + 1.137, + 7458, + 2.093, + 7459, + 2.907, + 7460, + 1.137, + 7461, + 2.907, + 7462, + 1.913, + 7463, + 2.093, + 7464, + 2.907, + 7465, + 3.098, + 7466, + 1.137, + 7467, + 1.137, + 7468, + 0.928, + 7469, + 2.907, + 7470, + 2.658, + 7471, + 1.137, + 7472, + 1.04, + 7473, + 1.137, + 7474, + 1.137, + 7475, + 2.093, + 7476, + 1.137, + 7477, + 1.137, + 7478, + 6.045, + 7479, + 2.093, + 7480, + 1.137, + 7481, + 1.137, + 7482, + 1.137, + 7483, + 1.137, + 7484, + 1.137, + 7485, + 1.137, + 7486, + 2.093, + 7487, + 1.137, + 7488, + 3.61, + 7489, + 1.137, + 7490, + 3.61, + 7491, + 2.093, + 7492, + 2.907, + 7493, + 1.137, + 7494, + 2.093, + 7495, + 1.137, + 7496, + 1.137, + 7497, + 2.093, + 7498, + 1.137, + 7499, + 2.093, + 7500, + 1.137, + 7501, + 2.093, + 7502, + 1.707, + 7503, + 4.761, + 7504, + 2.093, + 7505, + 1.137, + 7506, + 1.137, + 7507, + 1.137, 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 + 2.907, + 7509, + 2.093, + 7510, + 2.907, + 7511, + 2.907, + 7512, + 2.907, + 7513, + 2.093, + 7514, + 1.137, + 7515, + 2.093, + 7516, + 1.913, + 7517, + 2.093, + 7518, + 2.907, + 7519, + 1.137, + 7520, + 1.796, + 7521, + 1.137, + 7522, + 1.137, + 7523, + 1.137, + 7524, + 1.137, + 7525, + 2.093, + 7526, + 1.137, + 7527, + 1.137, + 7528, + 1.137, + 7529, + 1.137, + 7530, + 1.137, + 7531, + 2.093, + 7532, + 1.137, + 7533, + 1.137, + 7534, + 1.137, + 7535, + 1.137, + 7536, + 1.137, + 7537, + 1.137, + 7538, + 1.137, + 7539, + 2.907, + 7540, + 2.093, + 7541, + 1.137, + 7542, + 1.137, + 7543, + 1.137, + 7544, + 1.137, + 7545, + 1.137, + 7546, + 1.137, + 7547, + 1.137, + 7548, + 1.137, + 7549, + 1.137, + 7550, + 1.137, + 7551, + 1.137, + 7552, + 1.137, + 7553, + 1.137, + 7554, + 2.093, + 7555, + 1.137, + 7556, + 1.137, + 7557, + 1.137, + 7558, + 1.04, + 7559, + 1.137, + 7560, + 1.04, + 7561, + 1.04, + 7562, + 1.137, + 7563, + 2.093 ] ], [ - "type/ref/stable/vmath", + "type/ref/stable/gui", [ - 6760, + 6757, 1.837 ] ], [ - "data/ref/stable/vmath", + "data/ref/stable/gui", [ + 1, + 0.663, 7, - 0.905, + 0.726, 8, - 1.443, + 0.472, 9, - 0.999, + 0.573, + 10, + 1.25, 11, - 1.036, + 0.612, + 12, + 1.183, 16, - 0.84, - 21, - 1.541, + 0.45, + 17, + 0.415, + 18, + 1.141, + 20, + 1.491, 22, - 0.634, + 0.253, 23, - 1.475, - 26, - 1.712, - 29, - 0.628, + 2.788, + 28, + 0.57, 30, - 1.139, - 32, - 0.877, - 33, - 1.441, - 35, - 3.476, - 37, - 2.046, - 41, - 1.34, - 42, - 1.937, + 1.755, + 31, + 0.357, + 36, + 1.751, + 38, + 1.227, + 44, + 0.257, 46, - 0.435, + 1.531, + 47, + 5.467, 48, - 0.778, + 4.195, 49, - 1.355, - 51, - 1.104, + 1.594, + 50, + 2.554, + 52, + 0.714, 54, - 0.701, + 0.558, + 55, + 1.036, + 56, + 0.24, + 57, + 1.437, + 58, + 4.399, + 59, + 0.716, + 60, + 1.032, 62, - 1.301, + 1.705, + 63, + 1.047, + 66, + 0.397, 67, - 0.979, - 68, - 0.634, + 0.308, + 69, + 1.015, 70, - 1.826, - 71, - 0.321, - 74, - 1.126, + 0.259, + 72, + 0.391, + 73, + 0.978, 75, - 0.879, + 2.144, 77, - 1.566, - 80, - 1.746, + 1.444, + 78, + 0.522, + 79, + 0.966, 83, - 1.942, + 2.391, + 84, + 0.933, 86, - 1.368, + 1.204, + 87, + 0.743, + 88, + 1.149, + 89, + 1.18, + 90, + 2.489, + 91, + 0.885, 92, - 0.537, + 1.201, + 94, + 0.547, + 95, + 5.817, + 96, + 1.461, 97, - 0.479, + 1.252, 99, - 2.159, - 110, - 1.261, + 1.067, + 100, + 1.731, + 101, + 3.447, + 102, + 1.746, + 103, + 1.778, + 104, + 0.856, + 105, + 0.472, + 106, + 1.167, + 107, + 1.327, + 108, + 0.635, 112, - 1.767, + 0.743, + 113, + 1.892, + 116, + 0.458, + 118, + 3.977, 119, - 2.918, + 1.879, 121, - 2.367, - 135, - 1.73, - 137, - 1.406, - 141, - 2.125, - 149, - 0.487, - 151, - 0.287, - 160, - 1.144, - 161, - 1.355, - 172, - 0.774, - 175, - 3.171, - 183, - 0.921, + 2.154, + 123, + 1.321, + 124, + 4.138, + 125, + 1.403, + 126, + 1.912, + 127, + 0.415, + 128, + 0.302, + 131, + 0.887, + 132, + 2.939, + 133, + 2.202, + 140, + 0.995, + 141, + 1.372, + 142, + 2.726, + 143, + 0.57, + 147, + 0.692, + 148, + 1.187, + 149, + 0.987, + 150, + 0.656, + 153, + 1.357, + 154, + 0.743, + 155, + 0.743, + 156, + 0.692, + 157, + 0.793, + 158, + 2.626, + 159, + 2.182, + 160, + 0.346, + 165, + 2.208, + 166, + 0.289, + 167, + 1.048, + 168, + 1.572, + 169, + 0.797, + 170, + 3.218, + 172, + 1.13, + 174, + 0.479, + 175, + 3.796, + 177, + 2.175, + 178, + 0.229, + 185, + 3.774, 186, - 2.827, - 190, - 1.506, - 198, - 0.913, - 206, - 1.931, - 214, - 3.416, - 217, - 2.36, - 222, - 1.884, + 0.681, + 193, + 0.382, + 194, + 0.473, + 195, + 0.357, + 196, + 0.213, + 197, + 0.742, + 201, + 1.386, + 202, + 2.002, + 207, + 0.205, + 208, + 0.271, + 209, + 0.464, + 210, + 0.683, + 211, + 1.34, + 212, + 3.866, + 213, + 0.758, + 215, + 3.868, + 216, + 3.38, + 218, + 5.553, 223, - 5.311, - 224, - 1.879, - 225, - 5.922, + 1.762, + 226, + 0.833, 227, - 4.217, + 0.357, 228, - 4.711, + 0.909, 229, - 3.574, + 1.472, 230, - 4.269, + 0.902, + 232, + 0.775, 233, - 1.081, + 0.415, 234, - 0.476, + 3.055, + 235, + 0.389, + 237, + 1.857, 239, - 1.842, - 242, - 3.407, + 0.271, + 240, + 1.146, + 241, + 1.147, + 244, + 1.869, + 247, + 0.714, + 248, + 0.368, + 249, + 0.295, + 250, + 3.102, + 251, + 3.337, + 253, + 0.589, 256, - 0.46, + 1.471, + 257, + 1.465, + 258, + 1.113, + 259, + 1.532, + 260, + 0.396, + 261, + 1.429, + 263, + 2.775, 264, - 0.707, + 2.453, + 266, + 3.325, 267, - 0.728, + 0.563, + 268, + 1.821, + 269, + 1.822, 271, - 0.758, + 1.107, + 273, + 1.819, + 274, + 1.761, + 276, + 0.464, 277, - 1.277, + 0.528, 278, - 3.378, - 279, - 2.856, + 0.563, + 280, + 0.241, + 281, + 2.498, + 282, + 0.305, + 283, + 0.563, + 284, + 0.563, + 285, + 1.34, + 286, + 1.492, + 288, + 0.634, 290, - 0.544, - 292, - 1.931, - 293, - 0.628, + 0.657, + 295, + 0.284, 300, - 0.812, - 301, - 0.784, + 0.652, + 302, + 2.123, + 303, + 2.798, + 304, + 1.392, + 305, + 0.681, + 306, + 3.066, + 307, + 0.681, + 308, + 2.186, + 310, + 1.009, + 311, + 0.758, + 315, + 0.729, 316, - 1.14, + 1.891, 320, - 0.67, + 3.336, + 322, + 1.689, + 327, + 2.991, 328, - 1.781, + 1.551, + 329, + 1.577, + 330, + 0.827, + 332, + 0.562, + 333, + 0.851, + 335, + 2.853, 336, - 1.73, - 337, - 2.754, - 343, - 1.078, - 350, - 0.93, - 356, - 1.803, - 362, - 3.307, + 0.464, + 338, + 2.186, + 339, + 0.482, + 341, + 1.036, + 342, + 1.507, + 344, + 2.258, + 346, + 1.009, + 347, + 0.758, + 353, + 0.468, + 354, + 0.464, + 357, + 3.758, + 358, + 3.075, + 361, + 0.346, + 363, + 1.378, 364, - 0.633, + 1.378, + 365, + 1.321, + 366, + 1.321, + 367, + 3.026, + 370, + 4.512, + 371, + 3.422, 373, - 0.832, - 391, - 0.534, - 395, - 0.618, - 407, - 1.626, + 0.375, + 378, + 0.397, + 380, + 0.219, + 382, + 0.608, + 383, + 0.406, + 389, + 0.652, + 392, + 0.756, + 394, + 2.386, + 400, + 0.415, + 402, + 0.328, + 410, + 0.502, + 411, + 0.61, + 412, + 0.415, + 416, + 0.45, + 418, + 0.563, + 419, + 1.067, + 421, + 4.825, + 424, + 0.464, + 427, + 2.442, + 428, + 0.368, 429, - 2.065, - 431, - 2.806, + 0.819, + 433, + 0.251, 441, - 0.544, - 462, - 2.965, - 465, - 1.779, - 466, - 2.046, + 0.589, + 446, + 0.846, + 452, + 0.342, + 453, + 0.357, + 457, + 0.92, 467, - 4.145, - 468, - 2.187, + 0.406, + 469, + 0.596, + 471, + 2.39, 472, - 4.664, + 0.284, 479, - 0.775, + 0.231, 481, - 0.587, - 488, - 1.931, + 0.351, + 483, + 0.406, + 489, + 0.286, + 490, + 1.683, 492, - 1.879, + 0.357, + 499, + 1.198, + 500, + 1.227, 502, - 3.063, - 514, - 3.189, - 580, - 0.758, - 594, - 1.557, - 596, - 2.307, - 612, - 1.301, - 678, - 0.812, - 693, - 0.758, - 710, - 2.612, - 737, - 1.049, - 742, - 5.374, - 756, - 3.571, - 758, - 0.676, - 759, - 1.868, + 0.406, + 504, + 0.589, + 505, + 0.316, + 509, + 1.12, + 510, + 0.432, + 511, + 0.899, + 513, + 0.32, + 516, + 2.486, + 517, + 1.009, + 521, + 0.409, + 522, + 0.305, + 524, + 0.566, + 526, + 0.406, + 530, + 0.563, + 531, + 0.563, + 543, + 0.472, + 544, + 2.067, + 547, + 0.362, + 552, + 1.198, + 553, + 2.204, + 554, + 0.634, + 555, + 0.526, + 556, + 0.483, + 559, + 2.115, + 561, + 1.277, + 573, + 1.262, + 574, + 0.295, + 577, + 0.241, + 582, + 0.375, + 588, + 0.32, + 595, + 0.91, + 599, + 0.45, + 603, + 0.257, + 627, + 0.357, + 629, + 0.78, + 648, + 0.298, + 668, + 0.502, + 669, + 0.382, + 674, + 0.308, + 675, + 0.236, + 679, + 1.161, + 686, + 0.634, + 687, + 0.362, + 689, + 0.276, + 691, + 2.133, + 692, + 0.634, + 702, + 0.308, + 703, + 0.847, + 724, + 1.551, + 728, + 1.27, + 732, + 1.422, + 738, + 0.368, + 750, + 0.57, + 752, + 2.125, + 753, + 0.834, + 762, + 0.278, + 765, + 0.216, + 773, + 0.782, + 775, + 0.341, + 785, + 1.479, 792, - 2.161, - 812, - 1.698, - 815, - 1.943, - 824, - 0.758, - 826, - 1.355, + 0.963, + 793, + 0.786, + 801, + 0.576, + 807, + 0.357, + 811, + 0.305, + 819, + 0.362, 827, - 0.595, - 835, - 6.06, - 836, - 6.429, - 842, - 3.27, - 858, - 1.461, + 1.733, + 832, + 2.338, + 834, + 0.305, + 848, + 0.305, + 856, + 2.4, + 859, + 0.308, + 860, + 0.312, 866, - 1.975, - 896, - 0.97, + 1.908, + 880, + 0.57, + 891, + 2.092, + 894, + 0.243, 897, - 2.618, - 909, - 0.728, - 916, - 3.416, + 0.397, + 898, + 0.219, + 903, + 0.332, + 910, + 0.328, + 912, + 0.397, + 914, + 1.809, + 915, + 0.828, + 919, + 0.866, 923, - 0.802, + 0.302, + 924, + 0.292, + 931, + 1.262, 935, - 6.993, + 0.305, 941, - 1.803, - 945, - 2.395, + 0.461, + 944, + 0.603, + 946, + 3.56, 948, - 3.248, - 949, - 1.619, - 951, - 3.869, - 954, - 0.832, - 957, - 6.736, - 958, - 2.124, + 3.173, + 950, + 0.406, 959, - 3.959, - 961, - 2.497, - 962, - 1.991, - 966, - 3.252, - 977, - 2.554, - 993, - 1.18, - 1015, - 1.054, - 1017, - 2.555, + 1.973, + 960, + 0.763, + 969, + 1.028, + 975, + 0.564, + 978, + 0.853, + 980, + 0.758, + 989, + 4.031, + 990, + 0.406, + 991, + 0.375, + 992, + 1.893, + 1010, + 1.065, + 1014, + 0.397, + 1019, + 3.233, + 1025, + 1.822, + 1028, + 0.92, + 1029, + 0.57, 1034, - 3.252, - 1058, - 2.555, - 1072, - 1.781, - 1159, - 3.171, - 1166, - 1.799, - 1173, - 1.288, + 0.236, + 1039, + 1.397, + 1040, + 0.368, + 1041, + 0.278, + 1043, + 0.266, + 1046, + 0.368, + 1052, + 0.887, + 1060, + 0.346, + 1064, + 0.302, + 1093, + 0.692, + 1098, + 1.047, + 1099, + 2.017, + 1109, + 1.631, + 1126, + 0.305, + 1131, + 0.583, + 1136, + 0.729, + 1137, + 0.368, + 1139, + 0.949, + 1140, + 3.145, + 1141, + 0.375, + 1144, + 1.707, + 1146, + 0.73, + 1147, + 0.464, + 1149, + 0.887, + 1150, + 0.949, + 1153, + 1.743, + 1155, + 1.047, + 1160, + 0.704, + 1164, + 0.368, + 1170, + 0.482, + 1172, + 0.596, + 1193, + 1.551, + 1198, + 0.351, + 1202, + 1.597, + 1207, + 0.45, + 1208, + 0.716, 1211, - 0.694, - 1218, - 2.965, + 0.45, + 1216, + 0.328, + 1220, + 1.607, 1221, - 6.344, - 1227, - 3.532, - 1251, - 0.793, + 1.07, + 1224, + 0.81, + 1228, + 0.775, + 1229, + 0.406, + 1245, + 0.415, + 1250, + 0.661, + 1254, + 4.037, + 1256, + 1.047, 1257, - 0.721, - 1275, - 0.843, - 1333, - 1.224, - 1369, - 0.75, - 1404, - 3.416, - 1443, - 5.695, + 0.729, + 1258, + 0.775, + 1259, + 0.743, + 1260, + 0.692, + 1261, + 0.368, + 1272, + 0.522, + 1279, + 1.791, + 1281, + 0.437, + 1295, + 2.718, + 1296, + 1.613, + 1301, + 0.437, + 1309, + 1.635, + 1323, + 1.083, + 1329, + 0.704, + 1343, + 1.436, + 1379, + 1.709, + 1387, + 0.397, + 1403, + 1.761, + 1406, + 3.181, + 1411, + 0.504, + 1415, + 0.425, + 1434, + 0.846, + 1459, + 3.191, 1465, - 1.417, - 1514, - 1.054, - 1516, - 0.979, - 1555, - 1.276, - 1570, - 0.936, - 1602, - 1.18, + 2.683, + 1471, + 0.305, + 1472, + 2.183, + 1492, + 0.382, + 1495, + 1.196, + 1502, + 0.866, + 1518, + 0.563, + 1520, + 0.563, + 1556, + 0.464, + 1559, + 0.382, + 1562, + 0.775, + 1588, + 1.058, + 1597, + 0.357, + 1599, + 0.389, + 1600, + 0.368, + 1606, + 0.692, + 1607, + 0.357, + 1609, + 0.357, 1611, - 1.645, - 1620, - 2.618, - 1640, - 1.054, - 1682, - 3.367, - 1711, - 1.11, - 1712, - 0.989, - 1780, - 0.867, - 1795, - 5.21, - 1828, - 6.549, - 1867, - 3.758, - 1871, - 1.18, - 1876, - 0.97, - 1889, - 0.906, - 1898, - 0.633, - 1905, - 2.187, - 1930, - 0.812, - 1967, - 2.1, - 1981, - 3.443, - 1990, - 2.485, - 2010, - 1.507, - 2011, - 0.855, - 2041, - 1.11, - 2099, - 7.067, - 2100, - 7.948, - 2123, + 0.502, + 1621, + 0.312, + 1629, + 0.527, + 1630, + 0.464, + 1636, + 1.25, + 1638, + 0.743, + 1648, + 0.671, + 1649, + 0.328, + 1661, + 0.589, + 1662, + 0.517, + 1679, + 1.422, + 1689, + 0.834, + 1690, + 0.415, + 1696, + 1.028, + 1699, + 0.502, + 1713, + 0.323, + 1773, + 0.775, + 1774, + 0.596, + 1788, + 0.528, + 1790, + 1.198, + 1797, 0.758, - 2139, - 0.952, - 2142, - 2.268, - 2164, - 3.284, - 2257, - 2.281, - 2273, - 1.081, - 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, + 1804, + 0.295, + 1806, + 1.167, + 1830, + 0.528, + 1847, + 1.577, + 1871, + 0.298, + 1873, + 0.528, + 1882, + 0.749, + 1885, + 0.357, + 1894, + 3.038, + 1895, + 0.743, + 1896, + 3.453, + 1902, + 1.113, + 1903, + 0.859, + 1906, + 0.425, + 1908, + 0.976, + 1911, + 0.316, + 1912, + 1.274, + 1914, + 0.563, + 1920, + 0.286, + 1929, + 0.887, + 1931, + 0.332, + 1942, + 0.661, + 1982, + 0.583, + 2007, + 0.743, + 2024, + 0.278, + 2027, + 2.415, + 2057, + 0.743, + 2089, + 0.661, + 2123, + 0.351, + 2160, + 0.415, + 2164, + 0.266, + 2173, + 0.362, + 2174, + 0.528, + 2187, + 1.544, + 2228, + 0.482, + 2261, + 0.661, + 2263, + 0.482, + 2268, + 0.328, + 2284, + 1.762, + 2323, + 4.07, + 2330, + 0.406, + 2362, + 0.563, + 2363, + 0.563, + 2375, + 0.482, + 2377, + 0.425, + 2382, + 0.729, + 2440, + 0.57, + 2474, + 0.464, + 2475, + 0.464, + 2478, + 0.528, + 2488, + 0.502, + 2501, + 1.076, + 2503, + 0.406, + 2507, + 2.411, + 2540, + 0.652, + 2548, + 0.692, + 2555, + 0.743, + 2558, + 1.492, + 2566, + 0.406, + 2583, + 1.544, + 2584, + 1.449, + 2585, + 0.563, + 2586, + 0.563, + 2587, + 1.009, + 2588, + 1.009, + 2589, + 3.288, + 2590, + 0.96, + 2591, + 0.793, + 2592, + 0.563, + 2593, + 1.076, + 2595, + 1.076, + 2596, + 1.076, + 2597, + 3.368, + 2598, + 0.563, + 2599, + 0.563, + 2600, + 0.528, + 2601, + 1.009, + 2602, + 2.224, + 2604, + 0.528, + 2605, + 0.563, + 2606, + 2.224, + 2607, + 0.563, + 2608, + 0.563, + 2609, + 4.216, + 2611, + 0.563, + 2612, + 0.563, + 2630, + 0.464, + 2633, + 4.426, + 2639, + 0.96, + 2649, + 0.368, + 2674, + 0.528, + 2695, + 0.528, + 2697, + 1.689, + 2775, + 0.634, + 2855, + 0.482, + 2871, + 0.351, + 2874, + 0.859, + 2875, + 2.258, + 2876, + 1.167, + 2877, + 1.274, + 2886, + 1.577, + 2924, + 0.563, + 2930, + 1.009, + 2954, + 0.415, + 2955, + 0.351, + 2994, + 0.406, + 3084, + 1.167, + 3111, + 1.009, + 3118, + 0.464, + 3121, + 0.92, + 3139, + 0.464, + 3144, + 0.415, + 3205, + 0.528, + 3242, + 0.887, + 3246, + 4.103, + 3272, + 0.502, + 3342, + 0.729, + 3352, + 0.528, + 3354, + 0.502, + 3365, + 0.887, + 3387, + 1.449, + 3503, + 0.528, + 3505, + 0.482, + 3536, + 1.009, + 3597, + 0.437, + 3603, + 1.364, + 3616, + 0.45, + 3691, + 0.425, + 3709, + 0.45, + 3713, + 1.271, + 3735, + 0.563, + 3736, + 0.563, + 3737, + 0.563, + 3738, + 0.563, + 3739, + 0.563, + 3740, + 0.563, + 3741, + 0.563, + 3742, + 0.563, + 3743, + 0.563, + 3744, + 0.563, + 3745, + 0.563, + 3746, + 0.563, 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, + 0.563, + 3748, + 0.563, + 3749, + 0.563, + 3750, + 0.528, + 3751, + 0.563, + 3752, + 0.563, + 3753, + 0.563, + 3754, + 0.563, + 3755, + 0.563, + 3756, + 0.563, + 3757, + 0.563, + 3758, + 0.563, + 3759, + 0.563, + 3760, + 0.563, + 3761, + 0.563, + 3762, + 0.563, + 3763, + 0.563, + 3764, + 0.563, + 3765, + 0.563, + 3766, + 0.563, + 3767, + 0.563, + 3768, + 0.563, + 3769, + 0.563, + 3770, + 0.563, + 3771, + 0.563, + 3772, + 0.563, + 3773, + 0.563, + 3774, + 0.563, + 3775, + 0.563, + 3776, + 0.464, + 3809, + 2.716, + 3810, + 1.113, + 3811, + 0.482, + 3838, + 0.45, + 3866, + 0.96, + 3897, + 0.389, + 3899, + 1.455, + 3972, + 0.332, + 4042, + 2.745, + 4098, + 0.382, + 4154, + 0.45, + 4208, + 0.528, + 4235, + 0.502, + 4369, + 0.482, + 4386, + 1.009, + 4445, + 0.502, + 4454, + 0.482, + 4456, + 1.378, + 4464, + 1.839, + 4465, + 1.747, + 4466, + 2.784, + 4486, + 0.502, + 4498, + 1.378, + 4505, + 0.45, + 4514, + 1.93, + 4524, + 1.762, + 4648, + 0.563, + 4695, + 0.793, + 4710, + 0.528, + 4726, + 0.96, + 4742, + 1.028, + 4809, + 0.96, + 4829, + 0.793, + 5008, + 1.076, + 5012, + 0.563, + 5013, + 0.563, + 5014, + 0.563, + 5015, + 1.544, + 5016, + 1.009, + 5017, + 1.076, + 5127, + 0.464, + 5143, + 0.482, + 5148, + 0.437, + 5156, + 0.528, + 5181, + 0.528, + 5294, + 0.502, + 5361, + 0.563, + 5422, + 0.758, + 5553, + 0.92, + 5625, + 1.076, + 5648, + 0.528, + 5670, + 0.406, + 5763, + 0.482, + 5804, + 0.528, + 5827, + 0.464, + 5902, + 1.076, + 5903, + 1.076, + 5914, + 0.563, + 5967, + 1.009, + 5968, + 0.528, + 5974, + 0.528, + 5976, + 1.009, + 6000, + 1.544, + 6011, + 0.502, + 6014, + 0.528, + 6040, + 1.893, + 6210, + 0.563, + 6470, + 2.232, + 6517, + 0.528, + 6551, + 0.502, + 6762, + 0.563, + 6957, + 0.563, + 6967, + 0.45, + 7003, + 4.487, + 7010, + 0.482, + 7065, + 1.076, + 7113, + 0.528, + 7211, + 0.563, + 7242, + 1.853, + 7337, + 1.274, + 7446, + 0.464, + 7453, + 1.974, + 7516, + 0.563, + 7564, + 0.528, + 7565, + 2.568, + 7566, + 1.689, + 7567, + 0.616, + 7568, + 1.689, + 7569, + 0.616, + 7570, + 0.616, 7571, - 1.342, + 1.689, + 7572, + 0.616, + 7573, + 0.563, + 7574, + 1.689, + 7575, + 0.616, + 7576, + 1.689, + 7577, + 0.616, + 7578, + 2.592, + 7579, + 0.616, + 7580, + 1.689, + 7581, + 0.616, + 7582, + 1.689, + 7583, + 0.616, + 7584, + 1.176, + 7585, + 0.563, + 7586, + 0.616, + 7587, + 0.616, + 7588, + 0.563, + 7589, + 0.563, + 7590, + 0.616, + 7591, + 1.176, + 7592, + 1.176, + 7593, + 1.176, + 7594, + 1.176, + 7595, + 1.176, + 7596, + 1.176, + 7597, + 1.176, + 7598, + 1.176, + 7599, + 1.176, + 7600, + 1.176, + 7601, + 1.176, + 7602, + 1.176, + 7603, + 1.176, + 7604, + 0.616, + 7605, + 1.176, + 7606, + 1.176, + 7607, + 1.176, + 7608, + 1.176, + 7609, + 1.176, + 7610, + 1.689, + 7611, + 0.616, + 7612, + 1.176, + 7613, + 1.689, + 7614, + 0.616, + 7615, + 1.689, + 7616, + 0.616, + 7617, + 1.689, + 7618, + 0.616, + 7619, + 1.689, + 7620, + 0.616, + 7621, + 0.616, + 7622, + 0.616, + 7623, + 0.616, + 7624, + 0.563, + 7625, + 1.689, + 7626, + 0.616, + 7627, + 1.689, + 7628, + 0.616, + 7629, + 1.689, + 7630, + 0.616, + 7631, + 0.563, + 7632, + 0.616, + 7633, + 0.616, + 7634, + 0.616, + 7635, + 0.96, + 7636, + 0.616, + 7637, + 0.616, + 7638, + 0.563, + 7639, + 0.563, + 7640, + 0.563, + 7641, + 1.974, + 7642, + 0.563, + 7643, + 1.974, + 7644, + 0.563, + 7645, + 1.974, + 7646, + 0.563, + 7647, + 1.974, + 7648, + 0.563, + 7649, + 0.563, + 7650, + 0.563, + 7651, + 0.563, + 7652, + 0.563, + 7653, + 0.563, + 7654, + 0.563, + 7655, + 1.974, + 7656, + 0.563, + 7657, + 1.974, + 7658, + 0.563, + 7659, + 1.974, + 7660, + 0.563, + 7661, + 0.563, + 7662, + 0.563, + 7663, + 0.563, + 7664, + 0.563, + 7665, + 0.563, + 7666, + 0.563, + 7667, + 0.563, + 7668, + 0.563, + 7669, + 0.563, + 7670, + 0.563, + 7671, + 0.563, + 7672, + 0.563, + 7673, + 0.563, + 7674, + 0.563, + 7675, + 0.563, + 7676, + 0.563, + 7677, + 0.563, 7678, - 7.655, + 0.563, + 7679, + 0.563, + 7680, + 0.563, + 7681, + 0.563, 7682, - 1.43, + 0.563, 7683, - 1.43, + 0.563, 7684, - 1.43, + 0.563, 7685, - 1.43, + 0.563, 7686, - 1.43, + 1.176, 7687, - 1.43, + 0.616, + 7688, + 1.176, + 7689, + 0.616, + 7690, + 0.616, + 7691, + 0.616, + 7692, + 0.616, + 7693, + 0.616, 7694, - 3.466, + 0.616, 7695, - 1.43, + 0.616, 7696, - 6.186, + 0.616, 7697, - 2.556, + 0.616, + 7698, + 0.616, + 7699, + 0.616, + 7700, + 0.616, + 7701, + 0.616, + 7702, + 0.616, + 7703, + 0.616, 7704, - 4.996, + 0.616, + 7705, + 2.159, 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 + 0.616, + 7707, + 0.616, + 7708, + 0.616, + 7709, + 0.616, + 7710, + 0.616, + 7711, + 0.616, + 7712, + 0.616, + 7713, + 0.616, + 7714, + 0.616, + 7715, + 0.616, + 7716, + 0.616, + 7717, + 0.563, + 7718, + 0.616, + 7719, + 0.563, + 7720, + 1.009, + 7721, + 0.616, + 7722, + 0.563, + 7723, + 0.616, + 7724, + 0.616, + 7725, + 0.616, + 7726, + 0.616, + 7727, + 0.616, + 7728, + 0.616, + 7729, + 0.616, + 7730, + 0.616, + 7731, + 0.616, + 7732, + 0.616, + 7733, + 0.616, + 7734, + 0.616, + 7735, + 0.616, + 7736, + 0.616, + 7737, + 0.616, + 7738, + 0.616, + 7739, + 1.689, + 7740, + 0.616, + 7741, + 0.616, + 7742, + 0.563, + 7743, + 0.616, + 7744, + 0.616, + 7745, + 1.689, + 7746, + 0.616, + 7747, + 0.616, + 7748, + 0.616, + 7749, + 1.689, + 7750, + 1.689, + 7751, + 1.689, + 7752, + 1.689, + 7753, + 1.689, + 7754, + 1.689, + 7755, + 1.689, + 7756, + 1.689, + 7757, + 1.689, + 7758, + 0.528, + 7759, + 0.563, + 7760, + 0.563, + 7761, + 0.616, + 7762, + 0.616, + 7763, + 0.528, + 7764, + 0.616, + 7765, + 0.616, + 7766, + 0.616, + 7767, + 1.689, + 7768, + 1.689, + 7769, + 0.616, + 7770, + 0.563, + 7771, + 0.616, + 7772, + 0.616, + 7773, + 0.616, + 7774, + 0.616, + 7775, + 0.616, + 7776, + 0.616, + 7777, + 0.616, + 7778, + 0.563, + 7779, + 1.176, + 7780, + 1.176, + 7781, + 1.176, + 7782, + 1.176, + 7783, + 1.176, + 7784, + 0.616, + 7785, + 0.616, + 7786, + 0.563, + 7787, + 0.616, + 7788, + 0.616, + 7789, + 0.616, + 7790, + 0.616, + 7791, + 0.616, + 7792, + 0.616, + 7793, + 0.616, + 7794, + 1.176, + 7795, + 1.176, + 7796, + 0.616, + 7797, + 1.176, + 7798, + 0.616, + 7799, + 1.176, + 7800, + 0.616, + 7801, + 1.176, + 7802, + 0.616, + 7803, + 0.616, + 7804, + 0.616, + 7805, + 0.616, + 7806, + 0.616, + 7807, + 0.616, + 7808, + 0.616, + 7809, + 0.616, + 7810, + 0.616, + 7811, + 0.616, + 7812, + 0.616, + 7813, + 2.159, + 7814, + 0.616, + 7815, + 1.076, + 7816, + 0.616, + 7817, + 0.502, + 7818, + 0.616, + 7819, + 0.616, + 7820, + 0.616, + 7821, + 0.616, + 7822, + 0.616, + 7823, + 0.616, + 7824, + 0.616, + 7825, + 0.616, + 7826, + 0.616, + 7827, + 0.616, + 7828, + 0.616, + 7829, + 0.616, + 7830, + 0.616, + 7831, + 0.616, + 7832, + 0.563, + 7833, + 0.563, + 7834, + 0.563, + 7835, + 0.563, + 7836, + 0.563, + 7837, + 0.563, + 7838, + 0.563, + 7839, + 0.563, + 7840, + 0.563, + 7841, + 0.563, + 7842, + 0.616, + 7843, + 0.616, + 7844, + 0.616, + 7845, + 0.616, + 7846, + 0.616, + 7847, + 0.616, + 7848, + 0.616, + 7849, + 0.616, + 7850, + 0.616, + 7851, + 0.616, + 7852, + 0.616, + 7853, + 0.616, + 7854, + 0.616, + 7855, + 0.616, + 7856, + 0.616, + 7857, + 1.176, + 7858, + 0.616, + 7859, + 0.616, + 7860, + 0.616, + 7861, + 0.616, + 7862, + 0.616, + 7863, + 0.616, + 7864, + 0.616, + 7865, + 0.616, + 7866, + 0.616, + 7867, + 0.616, + 7868, + 0.616, + 7869, + 3.709, + 7870, + 0.616, + 7871, + 0.563, + 7872, + 0.616, + 7873, + 1.176, + 7874, + 1.176, + 7875, + 1.176, + 7876, + 0.616, + 7877, + 0.616, + 7878, + 0.616, + 7879, + 0.616, + 7880, + 0.616, + 7881, + 0.616, + 7882, + 0.616, + 7883, + 0.616, + 7884, + 0.616, + 7885, + 0.616, + 7886, + 0.616, + 7887, + 0.616, + 7888, + 0.616, + 7889, + 0.616, + 7890, + 0.616, + 7891, + 0.616, + 7892, + 0.616, + 7893, + 0.616, + 7894, + 0.616, + 7895, + 0.616, + 7896, + 0.616, + 7897, + 0.616, + 7898, + 0.616, + 7899, + 0.616, + 7900, + 0.616, + 7901, + 0.616, + 7902, + 0.616, + 7903, + 0.616, + 7904, + 0.616, + 7905, + 0.616, + 7906, + 0.616, + 7907, + 0.616, + 7908, + 0.616, + 7909, + 0.616, + 7910, + 0.616, + 7911, + 0.616, + 7912, + 0.616, + 7913, + 0.616, + 7914, + 0.616, + 7915, + 0.616, + 7916, + 0.616, + 7917, + 0.616, + 7918, + 0.616, + 7919, + 0.616, + 7920, + 0.616, + 7921, + 0.616, + 7922, + 0.616, + 7923, + 0.563, + 7924, + 0.616, + 7925, + 0.616, + 7926, + 1.009, + 7927, + 0.563, + 7928, + 0.563, + 7929, + 0.616, + 7930, + 0.616, + 7931, + 0.616, + 7932, + 0.616, + 7933, + 1.176, + 7934, + 0.616, + 7935, + 0.616, + 7936, + 0.616, + 7937, + 0.563, + 7938, + 0.616, + 7939, + 0.616, + 7940, + 0.616, + 7941, + 0.616, + 7942, + 0.616, + 7943, + 0.616, + 7944, + 0.563, + 7945, + 0.616, + 7946, + 0.616, + 7947, + 0.616, + 7948, + 0.616, + 7949, + 0.616, + 7950, + 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.482, + 7959, + 0.502, + 7960, + 0.563, + 7961, + 1.076, + 7962, + 0.563, + 7963, + 0.563, + 7964, + 0.563, + 7965, + 1.009, + 7966, + 1.009, + 7967, + 0.563, + 7968, + 0.563, + 7969, + 0.563, + 7970, + 0.563, + 7971, + 0.563, + 7972, + 0.563, + 7973, + 0.563 ] ], [ - "type/ref/stable/sys", + "type/ref/stable/collectionproxy", [ - 6760, + 6757, 1.837 ] ], [ - "data/ref/stable/sys", + "data/ref/stable/collectionproxy", [ - 2, - 0.622, - 3, - 0.356, 7, - 0.882, - 8, - 1.303, + 0.432, 9, - 0.938, + 1.167, 10, - 1.219, - 11, - 1.061, - 16, - 0.897, - 21, - 2.182, - 22, - 1.594, - 23, - 1.159, - 25, - 1.922, - 26, - 1.687, - 28, - 0.481, - 29, - 0.552, - 30, + 0.744, + 18, 1.139, - 31, - 2.376, - 32, - 0.258, - 33, - 1.525, - 35, - 2.472, - 41, - 0.394, - 42, - 1.815, + 20, + 1.484, + 22, + 2.241, + 36, + 1.675, + 38, + 1.278, + 44, + 2.278, 46, - 1.751, - 48, - 0.377, - 49, - 1.204, - 51, - 1.847, - 54, - 1.509, + 1.427, + 55, + 3.697, + 56, + 1.339, + 57, + 1.311, 59, - 2.037, + 0.974, 60, - 0.552, - 65, - 0.721, - 67, - 1.18, - 68, - 1.972, - 70, - 1.414, - 71, - 1.615, - 73, - 1.469, - 74, - 1.113, + 0.958, + 62, + 1.815, + 63, + 1.668, 77, - 1.616, - 86, - 1.601, - 87, - 1.018, - 92, - 0.844, - 94, - 0.849, + 1.13, + 79, + 0.984, + 90, + 1.3, + 96, + 3.17, 97, - 2.408, - 98, - 2.818, + 2.429, 99, - 2.098, + 1.094, + 100, + 2.052, 102, - 1.861, - 104, - 0.548, + 1.395, + 103, + 2.359, 106, - 3.11, - 110, - 0.451, - 119, - 2.007, + 1.74, + 107, + 1.467, + 117, + 3.209, 121, - 1.517, - 123, - 1.738, + 1.804, + 122, + 2.616, + 124, + 2.953, 125, - 0.993, - 127, - 1.026, - 129, - 1.245, - 131, - 1.401, + 2.061, + 126, + 2.254, 135, - 3.76, - 137, - 1.491, - 140, - 1.553, - 141, - 1.834, - 147, - 2.938, + 3.159, + 142, + 2.014, 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, + 1.39, + 150, + 0.871, + 153, + 1.237, + 166, + 3.622, + 169, + 1.25, + 174, + 3.142, + 177, + 1.053, + 194, + 1.533, 196, - 2.669, - 202, - 0.74, - 217, - 1.661, - 218, - 0.52, - 224, - 1.32, + 1.19, + 201, + 1.522, + 207, + 2.255, + 210, + 1.392, 229, - 0.596, - 231, - 1.163, - 237, - 1.104, - 244, - 0.712, - 247, - 0.612, - 251, - 0.797, - 252, - 1.106, - 259, - 2.129, - 263, - 2.753, - 264, - 0.613, - 267, - 1.143, + 1.0, + 240, + 2.192, + 241, + 2.005, + 243, + 1.705, + 256, + 1.231, + 257, + 3.045, + 261, + 1.462, 268, - 0.785, - 272, - 3.766, + 1.715, + 269, + 2.028, + 271, + 2.796, 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, + 1.672, + 280, + 2.656, 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, + 3.447, + 317, + 2.025, + 323, + 2.059, + 328, + 4.611, + 330, + 2.457, + 333, + 1.551, + 341, + 2.616, + 347, + 2.219, + 349, + 3.984, + 368, + 0.979, + 392, + 1.206, + 446, + 1.724, + 452, + 1.001, + 459, + 1.601, + 469, + 1.744, + 471, + 2.066, 479, - 1.669, - 481, - 1.553, - 489, - 0.961, + 1.291, + 490, + 2.83, 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, + 1.993, + 499, + 3.869, + 543, + 1.381, + 553, + 1.949, 556, - 2.004, - 558, - 5.358, - 559, - 4.115, + 1.414, 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, + 2.147, 590, - 2.21, - 595, - 2.122, + 2.806, 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, - 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, + 2.514, + 623, + 2.421, + 638, + 2.175, + 642, + 2.764, + 644, + 1.705, + 691, + 1.053, + 718, + 2.377, + 728, + 4.38, + 732, + 4.463, + 740, + 1.744, + 743, + 2.514, + 758, + 1.527, + 762, + 4.391, + 765, + 3.505, + 766, + 4.267, + 775, + 1.907, + 781, + 3.147, 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, + 4.948, 827, - 0.516, - 837, - 0.797, - 851, - 2.519, - 852, - 0.825, - 858, - 0.429, + 1.993, + 832, + 2.616, + 845, + 3.676, + 848, + 1.705, + 849, + 3.006, 860, - 0.52, - 865, - 0.874, - 866, - 3.645, - 880, - 2.39, - 882, - 1.793, - 886, - 1.853, - 889, - 1.623, + 4.529, 891, - 1.669, - 898, - 0.99, - 903, - 1.291, - 921, - 0.679, - 923, - 0.695, - 924, - 4.628, - 929, - 3.847, - 933, - 0.773, - 939, - 0.721, - 943, - 1.445, - 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, + 1.85, + 917, + 1.556, + 918, + 3.697, + 941, + 2.139, + 978, + 3.045, + 993, + 1.934, + 1007, + 2.7, + 1010, + 1.414, + 1019, + 1.301, + 1025, + 4.487, + 1039, + 1.855, + 1060, + 3.807, + 1153, + 3.184, 1173, - 1.132, - 1175, - 0.893, - 1191, - 1.482, - 1199, - 0.84, - 1200, - 1.143, + 1.686, + 1202, + 1.634, 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, + 2.442, + 1272, + 2.421, + 1295, + 2.542, + 1306, + 2.175, + 1332, + 1.392, 1382, - 0.874, - 1383, - 1.922, - 1423, - 0.721, + 1.907, + 1406, + 1.571, + 1411, + 1.474, + 1421, + 2.095, + 1429, + 3.676, + 1449, + 5.3, 1465, - 2.43, - 1467, - 0.773, - 1481, - 2.397, - 1491, - 1.217, + 2.718, + 1472, + 3.034, 1493, - 0.84, - 1498, - 1.47, - 1505, - 0.856, - 1506, - 3.618, - 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, + 2.377, + 1502, + 1.765, + 1508, + 2.596, + 1532, + 2.219, + 1541, + 1.855, + 1544, + 6.482, + 1574, + 2.095, + 1588, + 4.117, + 1628, + 5.106, + 1629, + 1.541, + 1630, + 4.114, + 1631, + 6.022, + 1638, + 3.447, + 1690, + 2.32, + 1693, + 2.32, + 1694, + 5.324, + 1878, + 7.318, + 1882, + 1.527, + 1931, + 1.855, + 1949, + 2.596, + 1966, + 2.32, + 1968, + 4.47, + 2042, + 3.021, + 2083, + 4.68, + 2089, + 3.065, + 2094, + 4.948, + 2171, + 2.377, + 2173, + 2.025, + 2182, + 4.308, + 2220, + 2.059, + 2262, + 2.693, + 2268, + 5.169, + 2290, + 4.45, + 2307, + 2.442, + 2311, + 4.68, + 2433, + 2.059, + 2472, + 4.566, + 2518, 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, - 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, - 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, - 2.016, - 3570, - 1.106, - 3617, - 1.163, - 3730, - 1.239, - 3759, - 0.99, - 3765, - 1.163, - 3795, - 2.004, - 3838, - 0.961, + 2543, + 5.11, + 2568, + 3.447, + 2876, + 2.377, + 3057, + 2.377, + 3572, + 2.596, + 3616, + 2.514, + 3668, + 2.808, + 3680, + 2.808, + 3691, + 5.324, + 3845, + 2.596, 3850, - 1.743, + 2.596, 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, - 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, - 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 + 2.596, + 3903, + 5.629, + 3956, + 3.147, + 3957, + 2.953, + 3971, + 6.195, + 4134, + 3.593, + 4139, + 3.147, + 4154, + 2.514, + 4383, + 2.953, + 4719, + 2.953, + 4863, + 3.147, + 4877, + 2.514, + 5043, + 3.147, + 5091, + 2.808, + 5136, + 2.953, + 5422, + 2.219, + 5477, + 2.953, + 5711, + 4.45, + 5717, + 2.693, + 7355, + 2.953, + 7817, + 2.808, + 7974, + 3.442, + 7975, + 3.442, + 7976, + 9.714, + 7977, + 3.442, + 7978, + 4.68, + 7979, + 3.442, + 7980, + 3.442, + 7981, + 3.442, + 7982, + 3.442, + 7983, + 3.442, + 7984, + 3.442, + 7985, + 3.442, + 7986, + 3.442, + 7987, + 3.442, + 7988, + 3.442, + 7989, + 2.808, + 7990, + 3.442, + 7991, + 2.808, + 7992, + 2.953, + 7993, + 5.454, + 7994, + 3.442, + 7995, + 6.774, + 7996, + 3.442, + 7997, + 3.442, + 7998, + 3.442 ] ], [ - "type/ref/stable/os", + "type/ref/stable/dmEngine", [ - 6760, + 6757, 1.837 ] ], [ - "data/ref/stable/os", + "data/ref/stable/dmEngine", [ 7, - 1.411, + 1.428, 8, - 1.35, - 9, - 0.994, - 10, - 0.65, + 2.808, + 18, + 1.141, + 38, + 1.21, + 91, + 2.772, + 99, + 1.01, + 158, + 3.326, + 194, + 1.988, + 425, + 6.212, + 646, + 5.086, + 711, + 6.517, + 715, + 5.273, + 744, + 3.937, + 931, + 2.748, + 1061, + 6.611, + 1063, + 7.12, + 1067, + 3.717, + 1126, + 4.972, + 1588, + 5.575, + 1769, + 5.243, + 1814, + 4.495, + 1911, + 4.164, + 1957, + 6.626, + 2878, + 8.071, + 4755, + 10.404, + 7999, + 8.121, + 8000, + 8.121, + 8001, + 8.121, + 8002, + 8.121, + 8003, + 12.192, + 8004, + 8.121, + 8005, + 8.121, + 8006, + 7.426, + 8007, + 8.121, + 8008, + 9.177, + 8009, + 7.426, + 8010, + 8.121, + 8011, + 8.121 + ] + ], + [ + "type/ref/stable/dmMath", + [ + 6757, + 1.837 + ] + ], + [ + "data/ref/stable/dmMath", + [ 11, - 1.028, - 15, - 2.46, - 16, - 1.015, - 21, - 2.222, - 22, - 1.572, - 24, - 1.626, - 26, - 2.29, - 29, - 1.765, + 3.144, + 18, + 0.783, 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, - 77, - 1.892, - 86, - 1.294, - 97, - 1.715, + 3.303, + 38, + 0.964, + 57, + 1.489, + 59, + 0.783, + 79, + 1.012, 99, - 3.018, - 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, - 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, + 0.77, + 103, + 1.998, + 165, + 2.988, + 208, + 4.596, + 229, + 1.591, 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.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, + 3.48, + 268, + 2.134, + 306, + 5.119, + 330, + 2.767, + 479, + 3.921, + 534, + 4.078, + 561, + 2.75, + 647, + 6.494, + 664, + 6.337, + 826, + 4.559, + 1979, + 5.282, + 2286, + 7.384, + 2440, + 4.206, + 2956, + 5.848, + 4442, + 9.15, + 5208, + 7.798, + 6023, + 8.19, + 7152, + 6.788, + 7235, + 8.966, + 8012, + 8.677, + 8013, + 7.445 + ] + ], + [ + "type/ref/stable/dmAndroid", + [ + 6757, + 1.837 + ] + ], + [ + "data/ref/stable/dmAndroid", + [ + 9, + 3.193, + 10, + 2.035, + 18, + 1.112, + 20, + 1.251, + 59, + 0.938, + 79, + 0.8, + 102, + 2.408, + 111, + 3.932, + 113, + 1.47, + 165, + 2.692, + 169, + 1.401, + 202, + 3.057, + 241, + 2.428, + 268, + 2.123, + 332, + 2.442, + 479, + 3.901, + 490, + 3.932, 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.381, + 859, + 3.676, + 866, + 3.507, + 882, + 7.102, + 918, + 4.516, + 1066, 3.692, - 3477, - 2.208, - 3559, - 2.906, - 3680, - 3.056, - 3838, - 3.975, - 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, + 1071, + 4.123, + 1309, + 5.144, + 1379, + 5.347, + 1510, + 6.071, + 1548, + 5.075, + 1600, + 5.633, + 1769, + 4.338, + 2015, + 7.822, + 2736, + 4.123, + 2779, + 4.886, + 3178, + 5.535, + 3628, + 6.296, + 3646, + 5.009, + 3712, + 4.564, + 4286, + 10.93, + 4442, + 8.949, + 4743, + 4.549, 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 + 7.365, + 5148, + 5.205, + 5466, + 7.365, + 5670, + 7.225, + 5867, + 6.296, + 6782, + 9.506, + 7431, + 8.609, + 7440, + 6.296, + 8014, + 9.414, + 8015, + 10.396, + 8016, + 7.337, + 8017, + 7.337, + 8018, + 6.709, + 8019, + 11.341, + 8020, + 7.337, + 8021, + 9.414, + 8022, + 9.414, + 8023, + 7.337, + 8024, + 10.396, + 8025, + 9.414, + 8026, + 9.414, + 8027, + 7.337, + 8028, + 7.337, + 8029, + 9.414, + 8030, + 9.414, + 8031, + 7.102, + 8032, + 9.414, + 8033, + 7.337 ] ], [ - "type/ref/stable/http", + "type/ref/stable/dmGameSystem", [ - 6760, + 6757, 1.837 ] ], [ - "data/ref/stable/http", + "data/ref/stable/dmGameSystem", [ 7, - 0.788, - 8, - 1.32, - 9, - 0.916, - 11, - 0.916, - 21, - 2.391, - 26, - 1.682, - 29, - 1.908, + 0.701, + 18, + 1.155, + 20, + 0.742, 30, - 1.109, - 32, - 1.194, - 33, - 1.536, - 35, - 3.067, - 42, - 1.496, + 3.446, 46, - 1.746, - 52, - 2.089, - 67, - 2.199, - 68, - 1.424, - 74, - 1.146, + 1.57, + 47, + 3.509, + 57, + 1.496, + 79, + 0.994, 86, - 1.373, - 97, - 2.945, + 1.813, + 90, + 2.554, + 95, + 3.646, + 96, + 1.77, 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, + 1.014, + 101, + 4.388, + 102, + 2.004, + 113, + 1.57, + 126, + 1.797, + 142, + 2.692, + 158, + 2.646, + 165, + 2.24, + 175, + 2.434, + 177, + 2.397, + 201, + 2.034, + 202, + 2.544, + 226, + 2.18, + 241, + 1.195, + 247, + 3.776, + 248, + 3.341, 263, - 2.376, - 297, - 1.966, - 305, - 3.635, - 350, - 2.089, - 422, - 3.84, - 465, - 2.66, + 2.935, + 268, + 2.188, + 273, + 1.378, + 280, + 2.189, + 330, + 2.886, + 392, + 2.745, + 429, + 5.806, + 452, + 1.623, 469, - 2.407, - 491, - 2.621, - 493, - 2.483, - 509, - 3.527, - 522, - 4.667, + 2.829, + 490, + 2.332, + 513, + 2.897, + 516, + 5.291, 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, + 4.066, + 553, + 3.236, + 634, + 3.096, 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, - 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 + 2.08, + 878, + 5.052, + 890, + 4.066, + 931, + 2.145, + 1010, + 2.294, + 1019, + 2.11, + 1039, + 4.224, + 1041, + 3.542, + 1046, + 3.341, + 1140, + 2.573, + 1144, + 6.992, + 1157, + 4.756, + 1186, + 3.839, + 1329, + 3.341, + 1337, + 6.329, + 1459, + 3.194, + 1471, + 3.882, + 1485, + 3.678, + 1814, + 2.501, + 2095, + 3.341, + 2633, + 6.238, + 2779, + 4.066, + 2925, + 6.329, + 3252, + 3.763, + 3610, + 4.224, + 3646, + 2.971, + 3712, + 2.707, + 3717, + 4.556, + 4603, + 4.212, + 4621, + 4.858, + 5466, + 4.368, + 5718, + 4.078, + 6470, + 5.015, + 6760, + 5.896, + 7322, + 6.466, + 8034, + 5.583, + 8035, + 11.695, + 8036, + 5.583, + 8037, + 5.583, + 8038, + 5.583, + 8039, + 7.835, + 8040, + 5.583, + 8041, + 5.583, + 8042, + 5.583, + 8043, + 7.835, + 8044, + 5.583, + 8045, + 6.723, + 8046, + 5.583, + 8047, + 5.583, + 8048, + 9.053, + 8049, + 5.583, + 8050, + 5.105, + 8051, + 7.835, + 8052, + 5.583, + 8053, + 5.105, + 8054, + 5.583, + 8055, + 5.583, + 8056, + 4.556, + 8057, + 5.105, + 8058, + 7.835, + 8059, + 5.105, + 8060, + 5.105, + 8061, + 5.583, + 8062, + 4.368 ] ], [ - "type/ref/stable/io", + "type/ref/stable/tilemap", [ - 6760, + 6757, 1.837 ] ], [ - "data/ref/stable/io", + "data/ref/stable/tilemap", [ 7, - 1.261, - 8, - 1.499, - 9, - 0.999, - 11, - 1.004, + 1.541, + 10, + 1.784, 16, - 0.925, - 21, - 1.885, - 22, - 1.108, - 23, - 1.539, - 26, - 1.309, - 29, - 1.097, + 2.849, + 18, + 1.152, + 20, + 1.411, + 28, + 1.891, 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, + 2.29, + 36, + 0.778, + 38, + 1.09, 46, - 1.981, - 49, - 1.072, - 51, - 1.985, - 54, - 4.277, + 1.343, + 52, + 2.021, 57, - 1.859, + 1.557, + 59, + 0.975, 62, - 3.647, - 64, - 4.952, - 68, - 1.108, + 2.443, + 63, + 1.891, 70, - 1.097, + 1.643, 71, - 1.267, - 73, - 4.776, + 5.071, 74, - 1.025, + 4.639, 77, - 1.958, - 82, - 1.859, - 86, - 1.563, - 92, - 2.446, - 97, - 1.89, + 1.246, + 79, + 0.861, + 83, + 4.734, + 88, + 3.201, + 89, + 3.286, + 90, + 1.75, 99, - 2.873, + 0.943, + 100, + 0.732, + 101, + 2.916, + 102, + 1.539, + 103, + 1.385, + 104, + 3.048, 106, - 1.185, - 117, - 3.942, - 119, - 1.969, - 137, - 1.25, - 141, - 1.683, + 1.315, + 107, + 1.57, + 109, + 1.453, + 111, + 1.629, + 125, + 1.83, + 126, + 1.457, + 127, + 2.629, + 132, + 1.34, + 142, + 3.402, + 148, + 0.8, 149, - 2.217, - 151, - 1.437, + 1.485, + 150, + 0.988, + 153, + 0.885, + 154, + 2.465, 158, - 1.656, - 160, - 1.654, - 161, - 0.969, - 162, - 0.771, - 173, - 2.386, - 182, - 1.203, - 186, - 1.46, - 190, - 1.756, + 2.146, + 165, + 1.115, + 169, + 1.092, + 175, + 2.622, + 177, + 1.84, 196, - 3.004, - 198, - 0.98, - 217, - 2.478, - 224, - 2.157, - 237, - 2.313, - 256, - 0.882, - 263, - 3.465, - 277, - 1.646, - 278, - 1.89, + 2.08, + 201, + 2.116, + 202, + 1.953, + 213, + 5.748, + 240, + 1.109, + 247, + 3.352, + 249, + 1.871, + 250, + 3.187, + 251, + 3.383, + 261, + 1.657, + 268, + 0.796, + 273, + 0.963, 281, - 1.503, - 289, - 3.903, - 290, - 1.044, - 293, - 1.203, - 300, - 2.045, - 302, - 1.832, - 303, - 2.58, - 312, - 3.871, + 2.418, + 291, + 7.256, + 292, + 1.671, + 295, + 3.802, + 301, + 2.943, + 306, + 3.92, + 330, + 2.341, + 333, + 2.678, 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, + 8.285, + 358, + 1.797, + 368, + 2.346, + 371, + 4.683, + 389, + 3.332, + 392, + 1.367, + 446, + 1.954, + 459, + 1.815, + 471, + 1.968, + 500, + 1.423, + 506, + 2.375, 511, - 4.918, - 525, - 3.13, - 538, - 4.136, + 2.076, + 516, + 5.463, + 518, + 4.706, 540, - 3.471, - 554, - 0.992, - 568, - 2.926, - 581, - 3.385, - 583, - 2.223, + 2.418, + 541, + 2.076, + 543, + 1.565, + 553, + 1.394, + 555, + 1.873, + 561, + 2.327, + 599, + 5.362, + 601, + 1.423, + 648, + 1.891, + 773, + 1.413, + 786, + 4.779, + 849, + 4.615, + 856, + 2.946, + 880, + 3.559, + 964, + 6.974, + 982, + 6.987, + 983, + 7.377, + 1019, + 4.199, + 1029, + 2.916, + 1109, + 1.891, + 1144, + 3.431, + 1224, + 1.871, + 1229, + 4.836, + 1295, + 3.096, + 1339, + 2.943, + 1347, + 5.99, + 1348, + 3.347, + 1406, + 1.78, + 1459, + 2.452, + 1465, + 3.812, + 1485, + 3.963, + 1625, + 2.695, + 1679, + 6.677, + 1683, + 3.183, + 1690, + 2.629, + 1696, + 2.375, + 1875, + 2.767, + 1901, + 2.259, + 2078, + 3.801, + 2352, + 2.943, + 2379, + 2.515, + 2420, + 2.629, + 2554, + 2.334, + 2603, + 6.733, + 2643, + 6.224, + 2866, + 5.161, + 2874, + 2.849, + 2954, + 2.629, + 3021, + 2.418, + 3363, + 6.158, + 3905, + 3.567, + 3977, + 3.347, + 4434, + 3.567, + 4440, + 6.713, + 4441, + 3.183, + 4695, + 4.054, + 5532, + 3.183, + 5553, + 3.052, + 6159, + 3.347, + 7294, + 3.567, + 7337, + 2.943, + 7720, + 3.347, + 7944, + 3.567, + 8060, + 3.567, + 8063, + 6.015, + 8064, + 3.901, + 8065, + 3.901, + 8066, + 3.901, + 8067, + 3.901, + 8068, + 3.901, + 8069, + 3.901, + 8070, + 3.901, + 8071, + 3.901, + 8072, + 6.015, + 8073, + 3.901, + 8074, + 6.015, + 8075, + 3.901, + 8076, + 6.015, + 8077, + 3.901, + 8078, + 3.901, + 8079, + 6.015, + 8080, + 3.901, + 8081, + 3.901, + 8082, + 3.901, + 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.347, + 8096, + 6.015, + 8097, + 3.901, + 8098, + 3.901 + ] + ], + [ + "type/ref/stable/buffer", + [ + 6757, + 1.837 + ] + ], + [ + "data/ref/stable/buffer", + [ + 7, + 0.578, + 18, + 1.137, + 20, + 0.612, + 28, + 2.233, + 30, + 3.82, + 36, + 1.79, + 38, + 0.902, + 46, + 1.367, + 52, + 1.877, + 57, + 1.515, + 59, + 0.906, + 77, + 1.412, + 79, + 1.012, + 90, + 1.625, + 99, + 1.021, + 100, + 0.864, + 102, + 1.178, + 103, + 1.87, + 107, + 0.876, + 113, + 2.182, + 122, + 2.528, + 125, + 2.47, + 126, + 1.354, + 132, + 2.343, + 142, + 3.383, + 148, + 1.666, + 158, + 2.802, + 160, + 2.005, + 169, + 1.015, + 177, + 2.086, + 202, + 3.65, + 211, + 2.063, + 212, + 2.143, + 226, + 1.897, + 229, + 1.25, + 241, + 0.986, + 244, + 1.766, + 247, + 3.319, + 250, + 1.779, + 263, + 2.866, + 268, + 0.94, + 273, + 1.137, + 292, + 4.449, + 305, + 2.667, + 333, + 1.939, + 334, + 2.551, + 387, + 2.405, + 392, + 1.614, + 452, + 1.339, + 500, + 1.68, + 510, + 1.692, + 534, + 3.205, + 553, + 2.903, + 561, + 2.574, + 579, + 2.307, 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 + 3.719, + 601, + 2.488, + 603, + 3.392, + 620, + 2.39, + 627, + 2.667, + 629, + 1.385, + 676, + 2.102, + 717, + 2.71, + 769, + 4.397, + 832, + 2.209, + 856, + 3.602, + 874, + 5.468, + 891, + 3.965, + 898, + 1.635, + 901, + 1.99, + 913, + 2.91, + 914, + 1.924, + 944, + 3.497, + 955, + 3.952, + 1019, + 3.622, + 1039, + 3.676, + 1041, + 5.681, + 1064, + 2.257, + 1157, + 2.42, + 1164, + 5.371, + 1172, + 3.456, + 1295, + 3.766, + 1329, + 4.08, + 1465, + 3.663, + 1472, + 4.021, + 1493, + 3.181, + 1557, + 4.08, + 1698, + 2.855, + 1774, + 2.334, + 1890, + 2.667, + 1908, + 2.082, + 1909, + 3.952, + 2042, + 5.753, + 2261, + 4.563, + 2360, + 5.166, + 2382, + 4.228, + 2633, + 4.164, + 2747, + 3.474, + 2780, + 2.855, + 2831, + 6.772, + 2885, + 3.474, + 2887, + 4.211, + 2888, + 8.672, + 2889, + 3.952, + 3134, + 2.755, + 3237, + 4.838, + 3324, + 3.603, + 3442, + 4.838, + 3695, + 6.557, + 3713, + 6.276, + 3897, + 4.309, + 3972, + 2.483, + 4069, + 6.764, + 5456, + 9.151, + 5646, + 4.211, + 5654, + 4.211, + 5827, + 6.772, + 6338, + 4.211, + 6880, + 9.151, + 7052, + 4.211, + 7454, + 6.353, + 8099, + 4.605, + 8100, + 4.605, + 8101, + 4.605, + 8102, + 4.605, + 8103, + 8.121, + 8104, + 4.605, + 8105, + 4.605, + 8106, + 4.605, + 8107, + 4.605, + 8108, + 4.605, + 8109, + 4.605, + 8110, + 4.605, + 8111, + 4.605, + 8112, + 4.605, + 8113, + 4.605, + 8114, + 4.605, + 8115, + 4.605, + 8116, + 4.605, + 8117, + 4.605, + 8118, + 4.605, + 8119, + 4.605, + 8120, + 4.605, + 8121, + 4.605, + 8122, + 4.605, + 8123, + 4.605, + 8124, + 4.605, + 8125, + 4.605 ] ], [ - "type/ref/stable/engine", + "type/ref/stable/dmGui", [ - 6760, + 6757, 1.837 ] ], [ - "data/ref/stable/engine", + "data/ref/stable/dmGui", [ - 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, + 18, + 1.149, + 20, + 1.376, + 36, + 1.704, + 38, + 0.463, + 47, + 5.56, + 48, + 6.93, + 57, 1.357, - 186, - 3.122, - 191, - 2.398, - 217, - 2.971, - 237, - 2.18, - 251, - 4.357, - 257, - 5.115, + 69, + 1.961, + 77, + 0.864, + 79, + 1.036, + 84, + 1.803, + 90, + 2.395, + 95, + 5.814, + 97, + 1.831, + 99, + 0.976, + 100, + 1.189, + 102, + 1.62, + 107, + 0.794, + 113, + 0.836, + 118, + 4.084, + 124, + 2.761, + 126, + 1.519, + 128, + 2.045, + 132, + 1.434, + 133, + 4.669, + 139, + 2.417, + 141, + 1.544, + 146, + 2.045, + 148, + 0.856, + 149, + 2.914, + 158, + 3.027, + 160, + 1.227, + 168, + 2.193, + 170, + 3.523, + 174, + 3.745, + 175, + 4.005, + 177, + 1.277, + 185, + 4.983, + 201, + 1.423, + 202, + 3.697, + 207, + 1.389, + 226, + 1.161, + 244, + 1.6, + 250, + 2.447, 263, - 2.071, - 283, - 3.752, + 1.894, + 268, + 2.114, + 292, + 1.788, 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, + 4.003, + 330, + 3.084, + 332, + 2.108, + 333, + 2.43, + 390, + 1.758, + 428, + 4.58, + 471, + 1.119, + 479, + 2.377, + 500, + 3.118, + 601, + 3.118, + 602, + 2.562, 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, + 2.646, + 604, + 3.879, + 605, + 4.366, + 612, + 2.497, + 629, + 1.255, + 634, + 1.649, + 724, + 2.497, + 793, + 4.677, + 866, + 2.852, + 891, + 2.596, + 917, + 1.887, + 1019, + 2.394, + 1067, + 1.363, + 1126, + 2.067, + 1140, + 1.923, 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, - 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 + 1.923, + 1202, + 1.981, + 1309, + 4.182, + 1322, + 3.248, + 1367, + 5.591, + 1557, + 3.79, + 1672, + 3.414, + 1814, + 4.332, + 2540, + 3.509, + 2579, + 5.431, + 2736, + 4.302, + 3213, + 4.955, + 3377, + 3.816, + 3597, + 2.961, + 3710, + 3.405, + 3712, + 3.711, + 3797, + 2.691, + 3938, + 2.749, + 4177, + 3.816, + 4405, + 3.581, + 4503, + 6.242, + 4695, + 2.813, + 4741, + 3.581, + 4742, + 2.541, + 5422, + 4.084, + 6168, + 3.405, + 6470, + 4.241, + 6760, + 3.612, + 6837, + 3.816, + 6845, + 3.405, + 6951, + 10.539, + 7322, + 6.372, + 7722, + 3.816, + 7817, + 3.405, + 8062, + 4.955, + 8126, + 6.334, + 8127, + 4.173, + 8128, + 4.173, + 8129, + 11.86, + 8130, + 11.734, + 8131, + 4.173, + 8132, + 4.173, + 8133, + 7.0, + 8134, + 7.655, + 8135, + 6.334, + 8136, + 10.051, + 8137, + 4.173, + 8138, + 4.173, + 8139, + 4.173, + 8140, + 4.173, + 8141, + 6.334, + 8142, + 4.173, + 8143, + 4.173, + 8144, + 4.173, + 8145, + 4.173, + 8146, + 3.816, + 8147, + 4.173, + 8148, + 4.173, + 8149, + 4.173, + 8150, + 3.405, + 8151, + 3.265, + 8152, + 4.173, + 8153, + 4.173, + 8154, + 4.173, + 8155, + 6.334, + 8156, + 4.173, + 8157, + 4.173, + 8158, + 4.173, + 8159, + 4.173, + 8160, + 4.173, + 8161, + 4.173, + 8162, + 4.173, + 8163, + 4.173, + 8164, + 4.173, + 8165, + 6.334, + 8166, + 4.173 ] ], [ - "type/ref/stable/dmHash", + "type/ref/stable/dmFileDescriptor", [ - 6760, + 6757, 1.837 ] ], [ - "data/ref/stable/dmHash", + "data/ref/stable/dmFileDescriptor", [ - 7, - 1.285, 8, - 1.37, - 9, - 0.91, - 11, - 1.057, - 16, - 0.861, - 21, - 2.349, - 30, - 1.065, - 32, - 1.948, - 33, - 1.424, - 52, - 2.052, - 71, - 1.265, - 74, - 1.102, - 77, - 2.042, - 86, - 0.879, - 92, - 1.384, - 108, - 4.735, - 119, - 1.966, - 134, - 7.196, - 141, - 1.681, - 160, - 1.104, - 161, - 1.224, - 162, - 2.754, - 186, - 3.489, - 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 + 3.263, + 18, + 0.727, + 38, + 1.26, + 59, + 0.727, + 90, + 2.587, + 99, + 1.081, + 113, + 1.615, + 169, + 1.199, + 229, + 1.99, + 263, + 2.409, + 268, + 2.039, + 280, + 3.916, + 330, + 2.569, + 333, + 2.84, + 479, + 3.023, + 672, + 4.602, + 866, + 3.002, + 1046, + 5.976, + 1071, + 4.528, + 1162, + 7.086, + 1208, + 4.906, + 1471, + 3.992, + 1502, + 4.132, + 1696, + 7.101, + 2582, + 6.944, + 2736, + 6.1, + 3083, + 9.133, + 3594, + 7.295, + 3595, + 5.886, + 3712, + 3.906, + 4244, + 5.886, + 4621, + 7.034, + 4854, + 4.667, + 4965, + 6.304, + 6955, + 5.886, + 7331, + 8.799, + 8167, + 12.568, + 8168, + 8.058, + 8169, + 11.347, + 8170, + 8.058, + 8171, + 8.058, + 8172, + 8.058, + 8173, + 8.058 ] ], [ - "type/ref/stable/dmIntersection", + "type/ref/stable/dmCrypt", [ - 6760, + 6757, 1.837 ] ], [ - "data/ref/stable/dmIntersection", + "data/ref/stable/dmCrypt", [ - 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, + 18, + 1.141, + 46, + 1.729, + 57, + 1.504, + 79, + 0.703, + 99, + 0.975, + 150, + 2.571, 172, - 2.137, - 206, - 8.123, - 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 + 5.065, + 268, + 1.69, + 292, + 5.125, + 330, + 1.927, + 479, + 3.81, + 854, + 4.585, + 866, + 3.084, + 874, + 6.213, + 891, + 4.182, + 948, + 3.271, + 1019, + 4.328, + 1041, + 5.408, + 1465, + 2.919, + 2070, + 3.819, + 2097, + 4.175, + 2117, + 3.981, + 2120, + 4.559, + 2135, + 5.872, + 2190, + 3.5, + 2191, + 4.175, + 2779, + 6.159, + 3043, + 6.476, + 3203, + 4.728, + 3712, + 4.013, + 3899, + 6.363, + 3984, + 6.713, + 4069, + 7.72, + 4141, + 7.569, + 4142, + 7.569, + 4535, + 7.66, + 4623, + 7.569, + 5649, + 4.931, + 6731, + 5.526, + 6756, + 5.526, + 6760, + 6.823, + 6920, + 9.984, + 8174, + 5.579, + 8175, + 6.043, + 8176, + 11.453, + 8177, + 6.043, + 8178, + 5.185, + 8179, + 7.103, + 8180, + 6.043, + 8181, + 6.043, + 8182, + 6.043, + 8183, + 8.277, + 8184, + 5.526, + 8185, + 8.277, + 8186, + 6.043, + 8187, + 6.043, + 8188, + 6.043, + 8189, + 6.043, + 8190, + 6.043, + 8191, + 6.043, + 8192, + 6.043, + 8193, + 6.043, + 8194, + 6.043, + 8195, + 6.043, + 8196, + 6.043 ] ], [ - "type/ref/stable/dmSpinlock", + "type/ref/stable/graphics", [ - 6760, + 6757, 1.837 ] ], [ - "data/ref/stable/dmSpinlock", + "data/ref/stable/graphics", [ - 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 + 18, + 1.102, + 104, + 3.733, + 107, + 2.323, + 126, + 2.438, + 268, + 2.508, + 345, + 6.259, + 614, + 4.787, + 634, + 4.854, + 679, + 3.3, + 709, + 7.715, + 718, + 5.089, + 1472, + 5.502, + 2165, + 3.587, + 2168, + 3.366, + 2387, + 9.21, + 8197, + 3.587, + 8198, + 3.923, + 8199, + 3.587, + 8200, + 3.923, + 8201, + 3.587, + 8202, + 3.923, + 8203, + 3.587, + 8204, + 3.923, + 8205, + 3.587, + 8206, + 3.923, + 8207, + 3.587, + 8208, + 3.923, + 8209, + 3.587, + 8210, + 3.923, + 8211, + 3.587, + 8212, + 3.923, + 8213, + 3.587, + 8214, + 3.923, + 8215, + 3.587, + 8216, + 3.923, + 8217, + 3.587, + 8218, + 3.923, + 8219, + 3.587, + 8220, + 3.923, + 8221, + 3.587, + 8222, + 3.923, + 8223, + 3.587, + 8224, + 3.923, + 8225, + 3.587, + 8226, + 3.923, + 8227, + 3.587, + 8228, + 3.923, + 8229, + 3.587, + 8230, + 3.587, + 8231, + 7.367, + 8232, + 3.587, + 8233, + 3.587, + 8234, + 3.587, + 8235, + 3.587, + 8236, + 3.587, + 8237, + 3.923, + 8238, + 3.587, + 8239, + 3.923, + 8240, + 3.587, + 8241, + 3.923, + 8242, + 3.587, + 8243, + 3.923, + 8244, + 3.587, + 8245, + 3.923, + 8246, + 3.587, + 8247, + 3.923, + 8248, + 3.587, + 8249, + 3.923, + 8250, + 3.587, + 8251, + 3.923, + 8252, + 3.587, + 8253, + 3.923, + 8254, + 3.587, + 8255, + 3.923, + 8256, + 3.923, + 8257, + 3.923, + 8258, + 3.923, + 8259, + 3.587, + 8260, + 3.587, + 8261, + 3.923, + 8262, + 3.923, + 8263, + 3.923, + 8264, + 3.923, + 8265, + 3.587, + 8266, + 3.923, + 8267, + 3.587, + 8268, + 3.923, + 8269, + 3.587, + 8270, + 3.923, + 8271, + 3.587, + 8272, + 3.923, + 8273, + 3.923, + 8274, + 3.923, + 8275, + 3.587, + 8276, + 3.923, + 8277, + 3.587, + 8278, + 3.923, + 8279, + 3.587, + 8280, + 3.923, + 8281, + 3.587, + 8282, + 3.923, + 8283, + 3.923, + 8284, + 3.923, + 8285, + 3.587, + 8286, + 3.923, + 8287, + 3.587, + 8288, + 3.923, + 8289, + 3.587, + 8290, + 3.923, + 8291, + 3.587, + 8292, + 3.923, + 8293, + 3.587, + 8294, + 3.923, + 8295, + 3.587, + 8296, + 3.923, + 8297, + 3.587, + 8298, + 3.923, + 8299, + 3.587, + 8300, + 3.923, + 8301, + 3.587, + 8302, + 3.923, + 8303, + 3.923, + 8304, + 3.923, + 8305, + 3.923, + 8306, + 3.923, + 8307, + 3.923, + 8308, + 3.923, + 8309, + 3.923, + 8310, + 3.923, + 8311, + 3.923, + 8312, + 3.923, + 8313, + 3.923, + 8314, + 3.923, + 8315, + 3.923, + 8316, + 3.923, + 8317, + 3.923, + 8318, + 3.923, + 8319, + 3.923, + 8320, + 3.923, + 8321, + 3.587, + 8322, + 3.923, + 8323, + 3.923, + 8324, + 3.923, + 8325, + 3.587, + 8326, + 3.923, + 8327, + 3.587, + 8328, + 3.923, + 8329, + 3.923, + 8330, + 3.923, + 8331, + 3.587, + 8332, + 3.923, + 8333, + 3.923, + 8334, + 3.923, + 8335, + 3.587, + 8336, + 3.923, + 8337, + 3.587, + 8338, + 3.923, + 8339, + 3.587, + 8340, + 3.923, + 8341, + 3.923, + 8342, + 3.923, + 8343, + 3.587, + 8344, + 3.923, + 8345, + 3.587, + 8346, + 3.923, + 8347, + 3.587, + 8348, + 3.923, + 8349, + 3.923, + 8350, + 3.923, + 8351, + 3.587, + 8352, + 3.923, + 8353, + 3.587, + 8354, + 3.923, + 8355, + 3.587, + 8356, + 3.923, + 8357, + 3.587, + 8358, + 3.923, + 8359, + 3.587, + 8360, + 3.587, + 8361, + 3.923, + 8362, + 3.587, + 8363, + 3.923, + 8364, + 3.923, + 8365, + 3.923, + 8366, + 3.923, + 8367, + 3.923, + 8368, + 3.587, + 8369, + 3.923, + 8370, + 3.587, + 8371, + 3.923, + 8372, + 3.587, + 8373, + 3.923, + 8374, + 3.587, + 8375, + 3.923, + 8376, + 3.587, + 8377, + 3.923, + 8378, + 3.587, + 8379, + 3.923, + 8380, + 3.923, + 8381, + 3.923, + 8382, + 3.587, + 8383, + 3.923, + 8384, + 3.587, + 8385, + 3.923, + 8386, + 3.587, + 8387, + 3.923, + 8388, + 3.587, + 8389, + 3.923, + 8390, + 3.923, + 8391, + 3.923, + 8392, + 3.923, + 8393, + 3.923, + 8394, + 3.587, + 8395, + 3.923, + 8396, + 3.587, + 8397, + 3.923, + 8398, + 3.587, + 8399, + 3.923, + 8400, + 3.923, + 8401, + 3.923, + 8402, + 3.923, + 8403, + 3.923, + 8404, + 3.923, + 8405, + 3.923, + 8406, + 3.923, + 8407, + 3.923 ] ], [ - "type/ref/stable/tilemap", + "type/ref/stable/dmResource", [ - 6760, + 6757, 1.837 ] ], [ - "data/ref/stable/tilemap", + "data/ref/stable/dmResource", [ - 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, + 2.888, + 10, + 1.303, + 18, + 1.13, + 20, + 1.159, + 38, + 1.011, + 46, + 1.244, + 52, + 1.305, + 57, + 1.456, 59, - 1.651, - 65, - 3.192, - 67, - 1.362, - 70, - 2.113, - 71, - 0.798, - 74, - 1.089, + 0.629, + 60, + 2.299, 77, - 0.775, - 80, - 3.795, - 83, - 1.638, - 86, - 1.342, - 92, - 1.336, - 94, - 2.075, - 95, - 2.507, + 0.982, + 78, + 1.284, + 79, + 0.994, + 84, + 3.011, 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, + 1.021, + 100, + 1.82, + 102, + 1.213, + 103, + 1.092, + 106, + 1.248, + 113, + 2.1, + 126, + 2.013, + 132, + 3.239, + 148, + 1.695, + 149, + 3.466, + 153, + 1.367, + 158, + 3.018, + 165, + 3.166, + 169, + 1.229, + 174, + 5.161, + 177, + 0.885, + 201, + 0.65, 202, - 3.278, - 217, - 2.94, - 224, - 2.017, - 228, - 3.376, + 3.404, + 226, + 2.299, 229, - 3.915, - 230, - 4.676, - 234, - 1.825, - 237, - 1.381, - 238, - 3.173, - 239, - 4.826, - 241, - 5.739, + 2.087, + 240, + 1.349, + 247, + 3.287, + 256, + 1.361, 268, - 2.252, - 278, - 1.836, - 293, - 1.56, - 297, - 1.879, - 312, - 1.792, - 319, - 7.254, - 320, - 1.666, - 337, - 1.418, - 339, - 1.459, - 341, - 6.963, - 343, - 1.106, - 367, - 6.984, + 1.859, + 269, + 1.367, + 273, + 1.487, + 340, + 4.401, + 351, + 3.127, 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.823, + 390, + 2.538, + 479, + 1.086, + 500, + 2.198, + 537, + 3.437, + 543, + 3.315, + 552, + 1.792, + 553, + 2.154, 554, - 2.423, - 580, - 1.885, - 590, - 3.348, - 595, - 1.409, - 682, - 1.948, - 693, - 3.551, - 694, - 4.61, - 742, - 2.326, - 805, - 2.908, - 815, - 3.076, - 824, - 1.885, - 827, - 1.48, - 832, - 2.457, - 858, - 2.322, - 896, - 2.41, - 897, - 2.686, - 899, - 3.422, - 938, - 6.214, - 945, - 4.63, + 2.615, + 574, + 1.388, + 577, + 2.363, + 718, + 4.163, + 760, + 3.365, + 762, + 4.262, + 773, + 2.525, + 793, + 2.207, + 807, + 1.676, + 823, + 3.124, + 831, + 3.605, + 854, + 1.603, + 860, + 4.777, + 863, + 2.183, + 874, + 3.943, + 879, + 1.703, + 880, + 4.57, + 891, + 2.608, + 894, + 3.264, + 898, + 2.139, + 910, + 3.206, + 918, + 2.89, 948, - 2.267, - 949, - 4.77, - 954, - 2.069, - 957, - 6.67, - 1059, - 2.94, - 1080, - 2.621, - 1145, - 1.865, - 1200, - 1.809, - 1348, - 2.069, - 1369, - 1.865, - 1569, + 1.874, + 998, + 3.49, + 1019, + 2.906, + 1034, + 2.311, + 1041, + 3.15, + 1044, + 2.114, + 1063, + 2.053, + 1067, + 0.945, + 1082, 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, - 3.888, - 8699, - 3.555, - 8700, - 3.888 + 1089, + 1.906, + 1126, + 2.349, + 1296, + 3.702, + 1379, + 1.333, + 1411, + 4.657, + 1429, + 1.95, + 1434, + 3.491, + 1459, + 1.933, + 1551, + 4.714, + 1558, + 1.794, + 1629, + 2.124, + 1636, + 1.676, + 1648, + 3.437, + 1724, + 1.374, + 1814, + 5.178, + 1911, + 3.943, + 2094, + 4.401, + 2358, + 3.736, + 2377, + 3.276, + 2509, + 7.003, + 2542, + 5.408, + 2644, + 2.483, + 2656, + 3.578, + 2700, + 2.114, + 2718, + 2.053, + 2736, + 6.168, + 2750, + 3.808, + 2752, + 2.264, + 2779, + 5.515, + 2822, + 3.668, + 2952, + 2.557, + 3237, + 2.053, + 3411, + 3.97, + 3646, + 5.397, + 3712, + 2.921, + 3797, + 4.494, + 3923, + 5.171, + 4104, + 3.808, + 4854, + 6.463, + 5422, + 3.058, + 5466, + 3.71, + 5595, + 2.361, + 5623, + 2.361, + 5718, + 4.401, + 5758, + 4.917, + 6470, + 4.26, + 6760, + 4.975, + 7322, + 6.21, + 7323, + 2.646, + 7331, + 5.257, + 7334, + 7.63, + 8184, + 6.372, + 8408, + 4.743, + 8409, + 5.51, + 8410, + 5.51, + 8411, + 7.691, + 8412, + 6.969, + 8413, + 10.87, + 8414, + 10.87, + 8415, + 2.894, + 8416, + 2.894, + 8417, + 2.894, + 8418, + 4.743, + 8419, + 2.894, + 8420, + 2.894, + 8421, + 2.894, + 8422, + 2.894, + 8423, + 2.894, + 8424, + 2.894, + 8425, + 6.026, + 8426, + 2.894, + 8427, + 4.743, + 8428, + 2.894, + 8429, + 4.743, + 8430, + 4.743, + 8431, + 2.894, + 8432, + 2.894, + 8433, + 2.894, + 8434, + 4.743, + 8435, + 2.894, + 8436, + 2.894, + 8437, + 2.894, + 8438, + 4.743, + 8439, + 5.171, + 8440, + 9.427, + 8441, + 5.51, + 8442, + 6.026, + 8443, + 2.894, + 8444, + 4.743, + 8445, + 2.894, + 8446, + 4.743, + 8447, + 2.894, + 8448, + 2.894, + 8449, + 2.894, + 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, + 4.743, + 8466, + 4.743, + 8467, + 2.894, + 8468, + 2.894, + 8469, + 2.894, + 8470, + 2.894, + 8471, + 2.894, + 8472, + 2.894 ] ], [ - "type/ref/stable/dmScript", + "type/ref/stable/render", [ - 6760, + 6757, 1.837 ] ], [ - "data/ref/stable/dmScript", + "data/ref/stable/render", [ - 0, - 0.208, + 1, + 0.272, 7, - 1.199, + 1.245, 8, - 1.469, + 0.297, 9, - 1.014, + 0.361, 10, - 0.309, + 1.901, 11, - 0.994, + 0.995, + 12, + 1.833, 16, - 0.834, - 21, - 2.345, + 0.777, + 18, + 1.139, + 20, + 1.546, 22, - 0.385, + 1.406, 23, - 0.649, - 26, - 1.084, + 1.241, + 24, + 4.265, 28, - 0.602, - 29, - 0.381, + 1.947, 30, - 1.145, + 3.129, 32, - 1.687, - 33, - 1.499, - 35, - 1.838, - 41, - 1.625, - 42, - 1.332, - 43, - 1.015, + 0.867, + 36, + 1.917, + 38, + 1.077, + 39, + 0.224, + 44, + 0.822, 46, - 0.472, - 49, - 1.074, - 51, - 1.049, + 1.482, 52, - 0.564, + 1.996, + 55, + 0.51, + 57, + 1.348, + 59, + 0.933, + 60, + 0.764, 62, - 0.789, - 67, - 0.594, - 68, - 2.133, + 1.139, + 63, + 0.515, + 69, + 0.924, 70, - 1.762, + 0.828, 71, - 0.616, - 74, - 0.449, + 1.359, + 72, + 0.354, + 75, + 2.388, 77, - 1.724, + 1.735, + 78, + 0.472, + 79, + 0.945, + 82, + 0.717, + 84, + 1.735, + 85, + 0.636, 86, - 1.418, + 1.997, + 88, + 3.859, + 89, + 3.962, + 90, + 2.125, 92, - 1.68, - 94, - 0.586, + 1.373, + 96, + 0.87, 97, - 0.919, + 1.448, + 98, + 2.849, 99, - 1.599, + 1.042, + 100, + 1.361, + 101, + 2.428, 102, - 3.642, + 2.249, + 103, + 1.929, 104, - 1.215, + 3.42, + 105, + 2.178, + 106, + 1.776, + 107, + 1.033, 108, - 3.268, + 0.313, + 109, + 0.396, 111, - 0.568, + 2.426, + 112, + 2.162, + 113, + 1.498, + 116, + 1.332, 117, - 0.632, + 1.615, 119, - 2.757, - 121, - 2.218, - 123, - 1.088, + 2.301, + 120, + 0.636, + 122, + 1.25, + 124, + 0.857, 125, - 0.686, - 127, - 0.708, + 2.053, + 126, + 2.082, + 128, + 0.521, + 132, + 1.995, 135, - 3.637, - 137, - 1.06, + 1.59, 141, - 1.815, - 144, - 0.88, - 146, - 1.597, + 2.008, + 142, + 2.927, + 143, + 0.515, + 145, + 1.702, + 147, + 2.013, 148, - 0.982, - 151, - 1.777, + 1.829, + 149, + 2.211, + 150, + 0.866, + 153, + 1.395, + 156, + 0.626, 160, - 1.458, - 161, - 1.834, - 162, - 1.039, + 0.313, + 165, + 2.252, + 166, + 0.5, + 167, + 1.11, + 168, + 0.559, + 169, + 1.326, + 170, + 1.053, 172, - 1.547, - 184, - 0.759, - 186, - 3.611, - 190, - 2.858, - 191, - 0.76, - 196, - 1.658, - 198, - 1.597, + 0.857, + 174, + 2.213, + 177, + 2.065, + 178, + 1.275, + 185, + 3.937, + 194, + 0.194, + 199, + 0.843, + 201, + 1.81, + 202, + 1.626, + 203, + 0.573, + 207, + 0.354, + 210, + 2.487, + 212, + 4.203, 216, - 3.221, - 217, - 0.68, - 223, - 0.939, - 233, - 1.171, - 234, - 1.23, - 237, - 1.126, + 1.352, + 226, + 0.952, + 228, + 0.828, + 229, + 1.37, + 230, + 0.37, + 239, + 1.207, + 240, + 1.651, + 241, + 0.86, + 243, + 0.974, + 244, + 0.754, + 247, + 1.657, + 250, + 0.411, + 252, + 0.972, + 253, + 0.533, + 254, + 0.7, 256, - 0.883, + 1.459, 257, - 1.171, + 1.794, + 260, + 1.353, + 261, + 1.453, + 263, + 3.275, + 266, + 0.873, 268, - 0.982, + 2.052, + 269, + 1.743, + 271, + 3.833, 273, - 0.66, - 278, - 0.519, - 281, - 0.85, + 1.34, + 274, + 1.158, + 280, + 0.771, + 282, + 1.36, + 285, + 1.798, + 287, + 1.359, + 288, + 0.573, + 289, + 2.997, + 292, + 1.72, 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, + 3.553, + 295, + 1.265, + 306, + 1.505, + 311, + 0.686, + 320, 0.636, - 343, - 1.39, + 325, + 0.802, + 330, + 2.061, + 332, + 1.511, + 333, + 0.973, + 337, + 0.672, + 341, + 0.51, + 342, + 1.229, + 344, + 0.647, + 345, + 1.331, + 346, + 0.912, 347, - 0.813, - 369, - 1.55, - 373, - 0.902, - 381, - 0.759, - 405, - 1.688, - 407, - 1.385, - 416, - 0.822, - 429, - 0.759, - 437, - 0.733, - 438, - 2.504, + 0.686, + 348, + 0.972, + 353, + 0.423, + 358, + 2.834, + 359, + 0.865, + 368, + 0.559, + 371, + 1.033, + 379, + 1.326, + 380, + 0.698, + 382, + 1.954, + 384, + 0.754, + 387, + 1.601, + 389, + 1.521, + 390, + 1.441, + 391, + 1.219, + 392, + 2.155, + 393, + 2.677, + 402, + 0.566, + 407, + 2.162, + 409, + 0.867, + 419, + 3.67, + 420, + 0.734, + 424, + 7.875, + 426, + 6.959, + 429, + 5.699, 441, - 0.59, - 465, - 2.009, + 0.533, + 446, + 0.985, + 452, + 0.798, + 453, + 1.139, + 455, + 1.484, + 456, + 4.341, + 459, + 0.915, + 469, + 0.997, + 471, + 1.944, + 473, + 0.468, + 487, + 0.754, + 489, + 1.277, 490, - 3.987, - 491, - 3.99, - 492, - 3.197, - 493, - 2.083, - 502, - 0.813, - 504, - 0.967, - 523, - 4.124, + 0.822, + 499, + 3.554, + 500, + 0.388, + 506, + 0.647, + 507, + 0.802, + 509, + 1.021, + 510, + 0.391, + 513, + 1.021, + 515, + 1.219, + 521, + 0.37, 524, - 0.85, - 525, - 0.632, - 530, - 0.939, - 554, - 1.617, - 566, - 1.171, - 569, - 1.787, - 580, - 1.456, + 0.919, + 533, + 0.589, + 534, + 0.5, + 541, + 1.047, + 543, + 0.789, + 550, + 0.915, + 553, + 1.223, + 555, + 1.065, + 556, + 1.406, + 558, + 0.867, + 568, + 2.256, + 570, + 3.221, + 573, + 1.03, + 574, + 1.641, + 577, + 0.417, 581, - 1.313, + 1.06, + 588, + 1.424, + 590, + 0.44, + 594, + 2.308, 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, + 2.165, + 596, + 1.075, + 597, + 0.972, + 598, + 0.686, + 599, + 0.777, + 602, + 0.43, + 603, + 0.444, + 605, + 0.606, + 614, + 1.342, + 620, + 0.552, + 634, + 0.42, + 643, + 1.484, + 647, + 4.449, + 656, + 0.672, + 666, + 0.7, + 675, + 0.408, + 676, + 0.485, + 679, + 1.229, + 680, + 0.559, + 687, + 0.626, + 691, 1.661, - 714, - 1.597, - 717, - 1.74, - 727, - 1.051, + 692, + 0.399, + 695, + 0.481, + 709, + 0.672, + 710, + 1.331, 728, - 3.611, - 733, - 1.051, - 737, - 0.636, + 0.521, + 729, + 1.139, 744, - 1.898, - 746, - 1.072, + 0.515, + 749, + 1.5, 751, - 1.455, - 792, - 0.623, - 796, - 0.781, + 2.026, + 752, + 1.577, + 762, + 0.889, + 765, + 0.372, + 769, + 0.686, + 774, + 0.481, + 786, + 1.139, + 795, + 0.686, + 803, + 0.734, 811, - 0.714, + 1.36, + 826, + 1.033, 827, - 0.645, - 835, - 0.982, - 836, - 1.688, - 859, - 0.554, + 1.982, + 832, + 0.944, + 834, + 0.527, + 849, + 0.472, + 856, + 3.0, + 862, + 4.298, 866, - 1.287, - 891, - 1.045, - 903, - 1.578, - 906, - 1.051, - 909, - 0.789, - 919, - 0.84, - 921, - 3.097, - 929, - 4.44, + 1.692, + 880, + 1.947, + 894, + 0.777, + 898, + 1.215, + 899, + 2.645, + 901, + 2.509, + 905, + 0.626, + 915, + 0.754, + 924, + 0.934, + 928, + 0.734, + 931, + 0.291, + 935, + 0.974, + 941, + 0.771, + 942, + 1.484, + 944, + 0.545, 948, - 0.641, - 961, - 3.683, - 968, - 0.84, + 0.42, + 960, + 1.547, + 972, + 0.686, + 977, + 0.566, + 978, + 1.979, + 987, + 1.047, + 1002, + 0.527, 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, + 0.962, + 1019, + 2.195, + 1041, + 4.82, + 1042, + 3.576, + 1064, + 0.521, + 1071, + 1.105, + 1089, + 0.7, + 1097, + 0.659, + 1098, + 3.6, + 1109, + 3.624, + 1120, + 0.626, + 1126, + 0.974, + 1133, + 2.386, + 1139, + 2.815, + 1140, + 1.85, + 1142, + 1.605, + 1144, + 4.381, + 1153, + 1.608, + 1157, + 0.559, + 1164, + 3.248, + 1184, + 6.222, + 1186, + 0.964, + 1188, + 0.521, + 1192, + 2.121, + 1202, + 0.934, + 1208, + 1.198, + 1216, + 1.047, + 1221, + 0.527, + 1251, + 0.912, + 1254, + 1.59, + 1257, + 0.659, + 1258, + 0.7, + 1259, + 1.735, + 1261, + 0.636, + 1279, + 1.642, + 1295, + 3.389, + 1307, + 0.647, + 1323, + 0.822, + 1327, + 0.717, + 1331, + 0.867, + 1332, + 0.43, + 1343, + 0.589, + 1355, + 0.972, + 1361, + 0.7, + 1379, + 0.49, + 1387, + 0.686, + 1403, + 0.505, + 1406, + 2.072, + 1428, + 2.481, + 1452, + 1.539, + 1459, + 2.042, + 1465, + 2.38, + 1471, + 0.974, + 1472, + 2.755, + 1476, + 0.832, + 1482, + 2.499, + 1502, + 1.009, + 1525, + 1.735, + 1548, + 0.573, + 1552, + 0.832, + 1557, + 0.636, 1558, - 1.032, - 1568, - 1.093, - 1569, - 3.195, - 1573, - 0.831, - 1586, - 1.939, - 1591, - 4.386, + 0.659, + 1602, + 0.521, + 1606, + 1.158, + 1629, + 2.432, + 1630, + 0.802, + 1632, + 1.243, + 1636, + 1.59, + 1649, + 1.461, + 1650, + 0.636, + 1651, + 1.177, + 1656, + 1.437, + 1657, + 6.571, + 1661, + 0.533, 1662, - 5.44, - 1670, - 1.455, + 0.468, + 1684, + 1.59, + 1686, + 1.484, + 1687, + 2.489, 1694, - 1.143, - 1705, - 3.851, - 1764, - 1.74, - 1776, - 0.891, - 1780, - 0.939, - 1784, - 3.112, - 1795, - 1.559, + 4.464, + 1696, + 2.764, + 1697, + 0.686, + 1698, + 3.105, + 1699, + 5.019, + 1713, + 0.559, + 1730, + 0.912, + 1731, + 0.972, + 1733, + 0.972, + 1736, + 0.972, + 1739, + 0.972, + 1741, + 0.912, + 1743, + 0.972, + 1746, + 0.912, + 1749, + 2.792, + 1751, + 0.972, + 1756, + 0.912, + 1774, + 0.997, + 1777, + 0.972, + 1779, + 0.912, + 1796, + 0.972, + 1799, + 0.972, + 1801, + 1.799, + 1802, + 0.972, 1803, - 2.555, + 1.359, + 1804, + 4.723, + 1808, + 0.912, + 1811, + 2.005, 1814, - 0.805, + 1.229, 1822, - 2.474, - 1829, - 2.194, + 2.071, + 1823, + 2.047, + 1839, + 1.395, + 1840, + 0.606, + 1841, + 1.139, 1844, - 2.24, - 1845, - 3.466, + 1.688, + 1848, + 1.735, + 1866, + 0.606, 1869, - 0.774, - 1902, - 4.047, - 1922, - 1.117, + 0.7, + 1870, + 1.605, + 1871, + 0.954, + 1875, + 0.754, + 1879, + 2.035, + 1881, + 0.972, + 1882, + 1.519, + 1885, + 1.59, + 1890, + 0.616, + 1891, + 0.972, + 1895, + 0.672, + 1901, + 2.326, + 1908, + 0.889, + 1920, + 0.915, + 1926, + 0.686, + 1929, + 2.632, 1930, - 0.88, - 1960, - 1.143, - 1963, - 0.967, + 2.581, + 1942, + 1.543, + 1966, + 1.326, + 1968, + 1.821, 1973, - 0.891, - 1984, - 2.266, - 2011, - 0.926, - 2018, - 0.902, - 2091, - 2.555, + 0.636, + 1982, + 0.527, + 2007, + 0.672, + 2024, + 0.889, + 2027, + 1.695, + 2035, + 0.659, + 2066, + 1.296, + 2074, + 2.148, + 2078, + 1.243, 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, + 0.777, + 2131, + 0.777, + 2139, + 0.802, + 2164, + 0.85, + 2191, + 0.734, + 2236, + 0.659, + 2243, + 3.705, + 2261, + 1.105, + 2307, + 1.947, + 2323, + 1.543, + 2377, + 0.734, + 2384, + 0.659, + 2389, + 2.326, + 2398, + 0.867, + 2409, + 0.867, + 2433, + 1.177, + 2459, + 0.802, + 2512, + 0.912, + 2540, + 1.09, + 2544, + 1.268, + 2582, + 0.606, + 2613, + 3.75, + 2628, + 1.688, + 2633, + 4.442, + 2657, + 2.552, + 2667, + 3.317, + 2678, + 0.832, + 2690, + 0.616, + 2691, + 0.832, + 2700, + 0.777, + 2701, + 0.912, + 2703, + 0.972, + 2775, + 1.48, + 2799, + 0.802, + 2809, + 2.51, + 2875, + 4.108, + 2886, + 2.005, + 2914, + 0.972, + 2915, + 0.832, + 2918, + 1.484, + 2935, + 1.688, + 2978, + 0.754, + 3057, + 0.734, + 3064, + 1.688, + 3120, + 2.677, + 3124, + 5.44, + 3133, + 0.972, + 3134, + 0.636, + 3242, + 0.802, + 3246, + 0.754, + 3311, + 1.243, + 3411, + 1.296, + 3450, + 0.972, + 3453, + 0.972, + 3475, + 0.867, + 3487, + 2.306, + 3518, + 0.912, + 3527, + 0.717, + 3558, + 0.867, + 3648, + 0.867, + 3650, + 0.912, + 3713, + 0.626, + 3727, + 1.198, + 3803, + 0.912, 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 + 0.777, + 3894, + 0.972, + 3938, + 1.296, + 3988, + 0.717, + 3997, + 1.799, + 4069, + 2.707, + 4091, + 0.912, + 4098, + 0.659, + 4131, + 0.912, + 4201, + 0.972, + 4252, + 0.754, + 4326, + 0.912, + 4364, + 1.395, + 4376, + 2.936, + 4399, + 0.912, + 4400, + 1.395, + 4514, + 2.206, + 4551, + 0.867, + 4555, + 4.43, + 4595, + 1.243, + 4608, + 0.867, + 4621, + 1.219, + 4646, + 0.777, + 4717, + 0.867, + 5062, + 3.141, + 5097, + 1.539, + 5099, + 0.972, + 5117, + 1.437, + 5127, + 0.802, + 5276, + 0.972, + 5282, + 0.972, + 5289, + 0.972, + 5290, + 0.972, + 5291, + 0.912, + 5332, + 0.972, + 5570, + 0.802, + 5571, + 1.605, + 5647, + 0.972, + 5650, + 1.799, + 5670, + 1.296, + 5750, + 0.777, + 5827, + 2.071, + 5861, + 0.972, + 5917, + 0.867, + 5932, + 0.972, + 5978, + 4.152, + 6023, + 2.933, + 6040, + 0.777, + 6045, + 0.972, + 6046, + 0.972, + 6137, + 0.867, + 6402, + 0.912, + 6750, + 0.972, + 6816, + 0.972, + 6834, + 2.355, + 6870, + 4.658, + 6951, + 1.688, + 6956, + 1.605, + 6967, + 0.777, + 6980, + 1.799, + 7003, + 1.198, + 7152, + 1.539, + 7215, + 0.912, + 7465, + 0.912, + 7717, + 0.972, + 7786, + 0.972, + 8095, + 0.912, + 8197, + 0.972, + 8199, + 0.972, + 8201, + 0.972, + 8203, + 0.972, + 8205, + 0.972, + 8207, + 0.972, + 8209, + 0.972, + 8211, + 0.972, + 8213, + 0.972, + 8215, + 1.799, + 8217, + 0.972, + 8219, + 1.799, + 8221, + 0.972, + 8223, + 0.972, + 8225, + 0.972, + 8227, + 4.58, + 8229, + 1.799, + 8230, + 0.972, + 8232, + 0.972, + 8233, + 0.972, + 8234, + 0.972, + 8235, + 0.972, + 8236, + 3.672, + 8238, + 3.672, + 8240, + 2.51, + 8242, + 1.799, + 8244, + 1.799, + 8246, + 1.799, + 8248, + 1.799, + 8250, + 2.51, + 8252, + 1.799, + 8254, + 1.799, + 8265, + 1.799, + 8267, + 0.972, + 8269, + 1.799, + 8271, + 1.799, + 8275, + 1.799, + 8277, + 1.799, + 8279, + 1.799, + 8281, + 2.51, + 8285, + 1.799, + 8287, + 0.972, + 8289, + 0.972, + 8291, + 0.972, + 8293, + 0.972, + 8295, + 0.972, + 8297, + 1.799, + 8299, + 0.972, + 8301, + 0.972, + 8473, + 2.51, + 8474, + 0.912, + 8475, + 3.422, + 8476, + 1.063, + 8477, + 1.063, + 8478, + 4.58, + 8479, + 1.063, + 8480, + 1.063, + 8481, + 1.063, + 8482, + 1.063, + 8483, + 1.063, + 8484, + 1.063, + 8485, + 0.972, + 8486, + 1.799, + 8487, + 1.967, + 8488, + 4.015, + 8489, + 2.745, + 8490, + 1.063, + 8491, + 1.063, + 8492, + 1.063, + 8493, + 1.063, + 8494, + 1.063, + 8495, + 1.063, + 8496, + 1.063, + 8497, + 1.063, + 8498, + 1.063, + 8499, + 1.063, + 8500, + 1.063, + 8501, + 1.063, + 8502, + 1.967, + 8503, + 1.063, + 8504, + 1.063, + 8505, + 1.063, + 8506, + 1.063, + 8507, + 2.745, + 8508, + 1.063, + 8509, + 1.063, + 8510, + 1.063, + 8511, + 1.967, + 8512, + 1.063, + 8513, + 1.063, + 8514, + 1.967, + 8515, + 1.063, + 8516, + 1.063, + 8517, + 1.063, + 8518, + 1.063, + 8519, + 1.063, + 8520, + 1.063, + 8521, + 1.063, + 8522, + 1.063, + 8523, + 1.063, + 8524, + 1.063, + 8525, + 1.063, + 8526, + 2.745, + 8527, + 1.063, + 8528, + 1.063, + 8529, + 1.063, + 8530, + 1.063, + 8531, + 1.063, + 8532, + 1.063, + 8533, + 1.967, + 8534, + 0.972, + 8535, + 0.972, + 8536, + 1.063, + 8537, + 1.063, + 8538, + 5.009, + 8539, + 1.967, + 8540, + 1.967, + 8541, + 1.967, + 8542, + 1.967, + 8543, + 1.967, + 8544, + 1.063, + 8545, + 2.745, + 8546, + 0.972, + 8547, + 1.967, + 8548, + 1.063, + 8549, + 1.063, + 8550, + 0.972, + 8551, + 1.063, + 8552, + 1.967, + 8553, + 1.063, + 8554, + 1.063, + 8555, + 1.063, + 8556, + 1.967, + 8557, + 1.063, + 8558, + 1.063, + 8559, + 1.063, + 8560, + 1.063, + 8561, + 1.063, + 8562, + 1.063, + 8563, + 1.967, + 8564, + 0.972, + 8565, + 1.967, + 8566, + 1.063, + 8567, + 1.063, + 8568, + 0.972, + 8569, + 2.936, + 8570, + 1.063, + 8571, + 1.063, + 8572, + 1.063, + 8573, + 1.063, + 8574, + 1.967, + 8575, + 1.063, + 8576, + 1.063, + 8577, + 1.063, + 8578, + 4.298, + 8579, + 1.063, + 8580, + 1.063, + 8581, + 1.063, + 8582, + 1.063, + 8583, + 1.967, + 8584, + 1.063, + 8585, + 1.967, + 8586, + 1.967, + 8587, + 1.063, + 8588, + 1.063, + 8589, + 1.063, + 8590, + 1.063, + 8591, + 1.967, + 8592, + 1.063, + 8593, + 0.972, + 8594, + 1.063, + 8595, + 1.063, + 8596, + 2.745, + 8597, + 3.129, + 8598, + 1.063, + 8599, + 0.972, + 8600, + 1.063, + 8601, + 1.063, + 8602, + 2.745, + 8603, + 1.063, + 8604, + 1.967, + 8605, + 0.972, + 8606, + 1.967, + 8607, + 1.967, + 8608, + 5.277, + 8609, + 0.912, + 8610, + 1.063, + 8611, + 1.967, + 8612, + 6.748, + 8613, + 1.063, + 8614, + 1.063, + 8615, + 1.063, + 8616, + 1.063, + 8617, + 1.063, + 8618, + 1.967, + 8619, + 2.745, + 8620, + 1.967, + 8621, + 1.063, + 8622, + 1.063, + 8623, + 1.967, + 8624, + 1.967, + 8625, + 1.063, + 8626, + 1.063, + 8627, + 1.063, + 8628, + 1.063 ] ], [ - "type/ref/stable/b2d.body", + "type/ref/stable/bit", [ - 6760, + 6757, 1.837 ] ], [ - "data/ref/stable/b2d.body", + "data/ref/stable/bit", [ 7, - 0.795, - 8, - 1.563, - 9, - 0.968, + 1.15, + 10, + 2.372, 11, - 0.951, - 15, - 2.885, - 16, - 0.853, - 19, - 2.419, - 21, - 2.016, + 2.762, + 18, + 1.135, + 20, + 1.013, 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, + 3.132, + 36, + 1.52, + 38, + 0.46, 46, - 0.691, - 51, - 2.062, - 68, - 1.94, + 1.215, + 52, + 2.521, + 57, + 1.585, + 59, + 0.932, 70, - 0.558, - 71, - 0.509, - 73, - 2.357, + 4.223, 74, - 0.276, - 75, - 5.437, + 3.981, 77, - 1.078, + 1.579, + 79, + 0.648, 86, - 1.589, + 1.346, + 99, + 0.999, 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, - 224, - 1.488, - 225, - 1.438, - 227, - 1.289, - 228, - 3.529, - 234, - 1.644, - 256, - 0.73, + 1.182, + 102, + 2.565, + 105, + 3.059, + 106, + 1.365, + 107, + 1.45, + 126, + 0.823, + 140, + 1.91, + 142, + 3.787, + 148, + 0.85, + 165, + 1.185, + 201, + 2.465, + 229, + 1.561, + 230, + 2.193, + 241, + 1.349, + 244, + 4.207, + 251, + 2.903, + 263, + 1.239, + 266, + 1.839, 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, + 1.881, + 295, + 3.924, + 306, + 1.823, + 330, + 2.009, + 333, + 1.179, + 393, + 7.547, + 469, + 2.1, + 500, + 3.769, + 513, + 5.006, + 561, + 1.997, + 604, + 4.642, + 629, + 2.292, + 686, + 2.234, + 689, + 1.856, + 691, + 2.951, + 702, + 2.076, + 728, + 3.087, + 749, + 5.896, + 874, + 2.125, + 898, + 1.471, 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, + 2.234, + 948, + 2.489, + 1097, + 3.906, + 1109, + 2.009, + 1172, + 4.642, 1221, - 2.64, - 1233, - 4.129, - 1283, - 1.54, - 1324, - 2.693, - 1342, - 4.304, - 1421, - 2.142, - 1493, - 3.351, + 4.779, + 1236, + 7.86, + 1272, + 1.839, + 1331, + 5.141, + 1401, + 5.184, + 1428, + 6.404, + 1459, + 4.472, + 1465, + 2.688, 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, + 5.883, + 1510, + 4.915, + 1557, + 3.77, + 1558, + 2.569, + 1563, + 5.406, + 1565, + 3.556, + 1690, + 6.174, + 1893, + 4.561, + 1929, 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 + 1979, + 2.523, + 1982, + 5.729, + 2123, + 3.593, + 2190, + 3.649, + 2591, + 4.247, + 2821, + 3.027, + 2916, + 4.817, + 2956, + 2.793, + 3442, + 2.94, + 3810, + 2.73, + 3851, + 3.556, + 3896, + 3.79, + 3972, + 5.2, + 4184, + 3.382, + 4185, + 3.382, + 4429, + 8.635, + 4829, + 2.793, + 5827, + 4.753, + 6124, + 2.863, + 6217, + 5.141, + 6317, + 8.277, + 6402, + 10.114, + 6955, + 3.027, + 7061, + 3.79, + 7978, + 3.556, + 8095, + 6.54, + 8569, + 10.166, + 8629, + 4.144, + 8630, + 4.144, + 8631, + 4.144, + 8632, + 9.16, + 8633, + 10.026, + 8634, + 4.144, + 8635, + 4.144, + 8636, + 4.144, + 8637, + 4.144, + 8638, + 4.144, + 8639, + 4.144, + 8640, + 4.144, + 8641, + 4.144, + 8642, + 3.79, + 8643, + 6.3, + 8644, + 3.79, + 8645, + 4.144, + 8646, + 4.144, + 8647, + 6.3, + 8648, + 4.144, + 8649, + 4.144, + 8650, + 6.3, + 8651, + 6.3, + 8652, + 4.144, + 8653, + 4.144, + 8654, + 4.144, + 8655, + 4.144, + 8656, + 4.144, + 8657, + 4.144, + 8658, + 4.144, + 8659, + 4.144, + 8660, + 4.144, + 8661, + 4.144, + 8662, + 8.376, + 8663, + 4.144 ] ], [ - "type/ref/stable/json", + "type/ref/stable/dmURI", [ - 6760, + 6757, 1.837 ] ], [ - "data/ref/stable/json", + "data/ref/stable/dmURI", [ - 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, + 18, + 1.001, + 46, + 1.208, + 57, + 1.419, + 59, + 0.764, + 99, + 0.914, + 132, + 2.909, + 142, + 2.517, + 229, + 1.552, + 241, + 1.813, + 253, + 4.241, + 266, + 3.757, + 479, + 4.331, 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, + 4.564, + 849, + 4.569, + 874, + 4.341, + 948, + 3.345, + 1041, + 5.218, + 1074, + 7.766, + 1411, + 3.627, + 1465, + 2.986, + 1658, + 6.006, + 1691, + 7.871, 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 + 4.448, + 2097, + 5.848, + 2120, + 6.386, + 2154, + 6.908, + 2389, + 4.903, + 2441, + 4.448, + 2779, + 5.757, + 2998, + 6.386, + 3646, + 6.294, + 3899, + 6.939, + 3969, + 9.418, + 4069, + 5.706, + 4854, + 4.903, + 4969, + 8.68, + 5649, + 6.908, + 6760, + 5.872, + 7003, + 5.154, + 8178, + 7.264, + 8664, + 8.466, + 8665, + 11.829, + 8666, + 8.466, + 8667, + 8.466, + 8668, + 8.466, + 8669, + 10.295, + 8670, + 8.466 ] ], [ - "type/ref/stable/go", + "type/ref/stable/dmSpinlock", [ - 6760, + 6757, 1.837 ] ], [ - "data/ref/stable/go", + "data/ref/stable/dmSpinlock", + [ + 18, + 0.956, + 44, + 3.709, + 57, + 1.136, + 59, + 0.801, + 79, + 0.996, + 99, + 1.041, + 107, + 1.69, + 119, + 4.5, + 166, + 4.173, + 178, + 3.308, + 269, + 2.015, + 368, + 2.525, + 563, + 5.505, + 4861, + 8.754, + 6963, + 10.725, + 6969, + 6.698, + 7991, + 8.645, + 8671, + 8.879, + 8672, + 12.533, + 8673, + 11.985, + 8674, + 8.879, + 8675, + 11.728, + 8676, + 8.879, + 8677, + 8.879, + 8678, + 8.879, + 8679, + 8.879 + ] + ], + [ + "type/ref/stable/crash", + [ + 6757, + 1.837 + ] + ], + [ + "data/ref/stable/crash", [ 0, - 0.133, - 7, - 0.999, + 0.603, + 2, + 1.812, 8, - 1.535, + 1.376, 9, - 0.949, + 1.669, 10, - 1.955, - 11, - 1.063, - 12, - 0.572, - 13, - 1.528, - 16, - 0.701, - 19, - 1.623, + 1.064, + 18, + 1.079, 20, - 2.287, - 21, - 2.101, + 1.232, 22, - 0.928, - 23, - 1.416, - 26, - 2.343, - 28, - 0.714, - 29, - 1.536, - 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.022, + 36, + 1.427, + 38, + 0.795, 46, - 2.103, - 47, - 0.507, - 49, - 0.719, - 50, - 4.145, - 51, - 1.931, + 1.021, 52, - 0.362, + 1.354, + 57, + 1.26, 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.646, 77, - 1.816, + 2.331, + 79, + 0.997, 86, - 1.586, - 88, - 0.795, - 91, - 0.418, - 94, - 0.377, - 97, - 1.067, - 98, - 1.833, + 1.597, + 90, + 1.706, 99, - 2.664, - 102, - 0.322, + 0.942, + 100, + 0.923, 103, - 0.631, - 104, 1.133, 106, - 3.504, + 1.282, 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, - 172, - 3.017, - 173, - 1.967, - 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, + 0.936, + 113, + 1.973, + 122, + 1.532, + 126, + 2.039, + 132, + 1.69, + 142, + 3.556, + 144, + 4.433, + 148, + 1.731, + 158, + 1.438, + 165, + 1.407, + 169, + 1.065, 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, + 1.701, + 201, + 2.441, + 211, + 2.204, + 216, + 1.944, + 247, + 2.367, + 253, + 2.465, + 256, + 1.111, + 260, + 2.412, 263, - 0.563, - 264, - 2.492, - 270, - 0.58, - 271, - 0.975, + 2.771, + 268, + 1.723, + 269, + 1.914, 273, - 0.783, - 278, - 1.067, - 290, - 0.7, - 291, - 1.199, - 292, - 2.41, - 293, - 0.437, - 294, - 1.233, - 297, - 0.63, - 300, - 1.09, - 303, - 0.455, - 310, - 3.424, - 312, - 1.291, + 1.214, 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, - 428, - 1.008, - 429, - 0.488, - 437, - 1.211, - 438, - 0.901, - 441, - 0.379, - 444, - 1.084, - 448, - 0.641, - 450, - 1.203, + 1.929, + 330, + 2.282, + 332, + 1.637, + 368, + 1.399, + 387, + 1.735, + 433, + 2.005, 452, - 2.694, - 453, - 0.945, - 456, - 2.004, - 457, - 1.881, - 459, - 1.469, - 460, - 1.201, - 465, - 1.617, - 466, - 3.0, - 471, - 0.795, - 472, - 0.795, - 473, - 0.54, - 479, - 0.54, - 481, - 0.755, - 485, - 1.271, + 1.43, + 470, + 3.849, 490, - 3.555, - 491, - 4.764, - 492, - 0.82, - 493, - 2.145, - 495, - 6.493, - 508, - 1.297, - 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, - 540, - 1.575, + 2.055, + 516, + 3.859, 543, - 1.726, - 544, - 1.726, - 545, - 1.726, - 546, - 1.726, - 547, - 1.947, - 554, - 2.063, - 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, + 1.974, + 552, + 2.509, + 553, + 1.758, + 556, + 2.022, + 561, + 1.559, 599, - 0.955, - 606, - 0.612, - 612, - 1.623, - 615, - 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, - 717, - 1.165, - 720, - 1.771, - 723, - 1.084, - 724, - 2.265, - 728, - 2.794, - 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, - 849, - 0.688, - 852, - 0.663, - 858, - 1.296, + 5.228, + 638, + 3.109, + 648, + 2.385, + 685, + 3.44, + 686, + 2.652, + 750, + 4.492, + 817, + 3.711, + 832, + 2.36, 860, - 1.075, - 862, - 1.019, - 866, - 1.494, - 896, - 2.535, - 899, - 0.621, + 5.207, + 890, + 3.715, + 891, + 3.143, + 894, + 4.19, 901, - 0.565, + 2.126, + 915, + 4.066, 918, - 0.652, - 919, - 0.996, - 923, - 1.789, - 935, - 1.247, - 937, - 3.841, + 2.36, 941, - 0.702, - 944, - 0.631, - 953, - 2.447, - 957, - 1.325, - 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, - 1153, - 1.225, - 1160, - 0.437, - 1166, - 2.193, - 1173, - 1.884, - 1211, - 2.05, - 1222, - 0.488, - 1233, - 0.587, - 1234, - 0.986, - 1239, - 2.621, - 1253, - 0.58, - 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, + 2.807, + 950, + 3.241, + 969, + 2.995, + 999, + 2.267, + 1019, + 1.859, + 1047, + 3.398, + 1064, + 2.411, + 1157, + 2.585, + 1198, + 4.082, + 1248, + 3.109, + 1269, + 2.725, + 1295, + 3.855, + 1298, + 3.109, + 1367, + 3.593, + 1411, + 3.066, + 1434, + 2.465, + 1459, + 2.005, 1465, - 1.019, - 1481, - 0.631, - 1486, - 2.163, - 1490, - 1.726, - 1491, - 0.54, - 1516, - 0.705, - 1526, - 3.823, - 1527, - 2.298, - 1537, - 1.936, - 1540, - 0.795, - 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, - 1604, - 1.517, - 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, + 3.74, + 1472, + 4.15, + 1559, + 3.05, + 1597, + 2.849, + 1658, + 3.49, + 1675, + 2.652, + 1814, + 4.867, + 1884, + 3.584, + 1908, + 3.814, 1911, - 0.773, - 1915, - 0.734, - 1919, - 0.752, - 1929, - 0.54, - 1950, - 0.718, - 1951, - 2.332, - 1957, - 2.004, - 1959, - 0.752, - 1961, - 2.901, - 1962, - 0.852, - 1963, + 3.67, + 1938, + 10.297, + 1941, + 3.849, + 2024, + 2.224, + 2027, + 4.18, + 2066, + 3.241, + 2095, + 2.944, + 2158, + 3.316, + 2164, + 2.126, + 2182, + 2.523, + 2190, + 2.849, + 2299, + 3.399, + 2330, + 3.241, + 2344, + 4.014, + 2389, + 2.849, + 2657, + 2.765, + 2683, + 3.49, + 2750, + 3.109, + 3140, + 3.399, + 3351, + 3.849, + 3365, + 5.4, + 3400, + 5.228, + 3411, + 3.241, + 3700, + 4.221, + 3717, + 4.014, + 3803, + 7.24, + 3902, + 3.109, + 4553, + 4.014, + 4742, + 2.995, + 4915, + 9.356, + 5422, + 3.172, + 7343, + 4.499, + 7520, + 9.099, + 8534, + 4.499, + 8680, + 4.92, + 8681, + 4.92, + 8682, + 4.499, + 8683, + 4.92, + 8684, + 4.92, + 8685, + 4.499, + 8686, + 4.499, + 8687, + 4.92, + 8688, + 4.92, + 8689, + 4.92, + 8690, + 4.92, + 8691, + 4.92, + 8692, + 4.92, + 8693, + 7.158, + 8694, + 6.545, + 8695, + 4.92, + 8696, + 4.92, + 8697, + 7.158, + 8698, + 4.92, + 8699, + 4.92, + 8700, + 4.92, + 8701, + 4.92, + 8702, + 4.92, + 8703, + 4.92, + 8704, + 4.92, + 8705, + 4.92, + 8706, + 4.92, + 8707, + 4.92, + 8708, + 4.92, + 8709, + 4.92, + 8710, + 4.92, + 8711, + 4.92, + 8712, + 9.697, + 8713, + 4.92, + 8714, + 4.92, + 8715, + 4.92, + 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.499, + 8732, + 4.92, + 8733, + 4.92, + 8734, + 4.92, + 8735, + 4.92, + 8736, + 4.92, + 8737, + 4.92, + 8738, + 4.221 + ] + ], + [ + "type/ref/stable/coroutine", + [ + 6757, + 1.837 + ] + ], + [ + "data/ref/stable/coroutine", + [ + 7, + 1.312, + 9, + 1.954, + 10, 1.99, - 1965, - 3.043, - 1968, - 0.852, + 18, + 1.137, + 20, + 1.476, + 30, + 3.98, + 36, + 2.158, + 46, + 1.142, + 57, + 1.273, + 59, + 0.52, + 60, + 3.012, + 77, + 2.165, + 79, + 0.989, + 99, + 0.986, + 100, + 1.081, + 103, + 1.326, + 106, + 1.649, + 107, + 2.113, + 113, + 1.154, + 122, + 1.793, + 126, + 1.827, + 153, + 1.307, + 160, + 2.354, + 165, + 3.237, + 169, + 1.48, + 177, + 2.816, + 201, + 2.068, + 202, + 1.87, + 226, + 1.603, + 240, + 2.973, + 241, + 1.971, + 244, + 3.071, + 260, + 1.941, + 268, + 2.402, + 273, + 1.977, + 287, + 3.979, + 334, + 3.191, + 387, + 2.031, + 442, + 2.58, + 489, + 2.68, + 500, + 2.921, + 534, + 2.707, + 553, + 2.862, + 556, + 2.367, + 620, + 4.156, + 672, + 4.818, + 747, + 3.237, + 749, + 5.436, + 752, + 2.654, + 765, + 2.806, + 811, + 5.18, + 859, + 2.886, + 866, + 2.146, + 879, + 4.712, + 912, + 3.714, + 919, + 4.106, + 931, + 1.577, + 987, + 3.065, + 1025, + 2.276, + 1082, + 5.06, + 1138, + 4.943, + 1218, + 7.058, + 1296, + 3.43, + 1336, + 4.7, + 1406, + 2.629, + 1415, + 3.979, + 1434, + 4.012, + 1459, + 4.526, + 1465, + 2.031, + 1472, + 2.58, + 1475, + 4.086, + 1497, + 4.506, + 1662, + 4.979, + 1713, + 3.026, 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, - 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, - 2542, - 0.603, - 2544, - 0.852, - 2549, - 0.652, - 2550, - 0.688, - 2573, - 1.008, - 2601, - 0.641, - 2634, - 0.996, - 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, + 3.446, + 2297, + 6.98, + 2631, + 5.06, + 2994, + 5.276, + 3251, + 4.7, + 3415, + 5.029, + 3501, + 4.506, + 3569, + 3.979, 3610, - 1.839, - 3618, - 4.902, - 3632, - 0.795, - 3683, - 0.795, - 3815, - 0.773, - 3840, - 0.595, - 4097, - 0.852, - 4145, - 0.889, + 3.105, 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, - 8989, - 1.089, - 8990, - 0.996, - 8991, - 0.996, - 8992, - 3.19, - 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, - 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, - 9054, - 0.996, - 9055, - 2.011, - 9056, - 2.011, - 9057, - 0.996, - 9058, - 2.011, - 9059, - 2.011, - 9060, - 0.996, - 9061, - 2.011, - 9062, - 2.011, - 9063, - 1.089, - 9064, - 1.089, - 9065, - 1.089, - 9066, - 1.089, - 9067, - 1.089, - 9068, - 1.089, - 9069, - 2.011, - 9070, - 1.089, - 9071, - 1.089, - 9072, - 1.089, - 9073, - 0.996, - 9074, - 0.996, - 9075, - 0.996, - 9076, - 1.089, - 9077, - 0.996, - 9078, - 0.996, - 9079, - 0.996, - 9080, - 1.089, - 9081, - 1.089, - 9082, - 0.996, - 9083, - 1.089, - 9084, - 0.996, - 9085, - 1.089, - 9086, - 0.996, - 9087, - 1.089, - 9088, - 1.089, - 9089, - 1.089, - 9090, - 1.089, - 9091, - 0.996, - 9092, - 1.839, - 9093, - 0.996, - 9094, - 0.996, - 9095, - 0.996, - 9096, - 0.996, - 9097, - 0.996, - 9098, - 0.996, - 9099, - 0.996, - 9100, - 0.996, - 9101, - 0.996, - 9102, - 0.996 + 5.532, + 4339, + 5.267, + 4720, + 9.238, + 5175, + 10.194, + 5531, + 8.972, + 5971, + 4.7, + 7134, + 4.345, + 8739, + 5.76, + 8740, + 5.76, + 8741, + 8.008, + 8742, + 8.008, + 8743, + 5.76, + 8744, + 4.506, + 8745, + 5.76, + 8746, + 5.76, + 8747, + 8.008, + 8748, + 5.76, + 8749, + 5.76, + 8750, + 5.76, + 8751, + 5.267, + 8752, + 5.76, + 8753, + 5.76, + 8754, + 5.267 ] ], [ - "type/ref/stable/gui", + "type/ref/stable/dmSSLSocket", + [ + 6757, + 1.837 + ] + ], + [ + "data/ref/stable/dmSSLSocket", + [ + 18, + 1.048, + 38, + 0.816, + 46, + 1.048, + 57, + 1.404, + 79, + 1.003, + 90, + 1.752, + 99, + 1.072, + 142, + 2.802, + 177, + 2.884, + 202, + 2.386, + 226, + 2.045, + 229, + 2.214, + 247, + 2.431, + 273, + 1.814, + 287, + 5.077, + 330, + 2.343, + 479, + 4.118, + 483, + 6.209, + 510, + 2.7, + 716, + 6.622, + 874, + 4.833, + 891, + 3.197, + 1025, + 3.724, + 1041, + 4.961, + 1055, + 7.117, + 1078, + 8.758, + 1202, + 3.489, + 1588, + 3.601, + 1621, + 5.75, + 1714, + 5.368, + 1814, + 3.292, + 2540, + 5.221, + 2548, + 4.325, + 2779, + 3.814, + 3067, + 5.75, + 3594, + 7.599, + 3646, + 3.911, + 3984, + 5.221, + 4198, + 6.307, + 4780, + 5.368, + 4854, + 6.356, + 6470, + 4.072, + 6763, + 6.686, + 8174, + 4.954, + 8755, + 7.35, + 8756, + 7.35, + 8757, + 6.721, + 8758, + 8.618, + 8759, + 8.087, + 8760, + 7.35, + 8761, + 11.61, + 8762, + 10.035, + 8763, + 7.35, + 8764, + 6.721, + 8765, + 7.35, + 8766, + 7.35, + 8767, + 5.368, + 8768, + 7.35, + 8769, + 7.35, + 8770, + 6.721, + 8771, + 7.35, + 8772, + 7.35, + 8773, + 7.35, + 8774, + 7.35, + 8775, + 7.35, + 8776, + 7.35, + 8777, + 7.35 + ] + ], + [ + "type/ref/stable/dmProfile", + [ + 6757, + 1.837 + ] + ], + [ + "data/ref/stable/dmProfile", [ + 18, + 1.157, + 36, + 2.015, + 38, + 0.711, + 46, + 0.914, + 56, + 1.649, + 57, + 1.474, + 79, + 1.032, + 86, + 3.524, + 90, + 2.408, + 99, + 0.945, + 110, + 3.844, + 122, + 3.146, + 126, + 1.272, + 133, + 5.52, + 141, + 1.567, + 175, + 5.499, + 201, + 1.935, + 202, + 3.28, + 210, + 4.086, + 216, + 1.674, + 241, + 0.907, + 244, + 1.625, + 247, + 3.218, + 263, + 3.744, + 324, + 5.762, + 330, + 1.351, + 351, + 3.325, + 553, + 1.514, + 563, + 5.734, + 568, + 5.984, + 590, + 1.755, + 608, + 2.099, + 634, + 1.674, + 711, + 3.833, + 819, + 5.725, + 878, + 7.787, + 1019, + 1.601, + 1109, + 4.897, + 1126, + 2.099, + 1153, + 4.889, + 1208, + 6.333, + 1434, + 2.123, + 1465, + 1.494, + 1621, + 2.147, + 1636, + 6.025, + 1814, + 1.898, + 1858, + 2.791, + 1911, + 4.416, + 1982, + 2.099, + 1991, + 3.094, + 2083, + 4.426, + 2155, + 4.982, + 2164, + 1.831, + 2656, + 8.033, + 2690, + 2.454, + 2779, + 5.723, + 2780, + 6.031, + 3105, + 3.315, + 3425, + 3.315, + 3646, + 5.868, + 3712, + 4.175, + 4262, + 7.39, + 4465, + 2.856, + 4646, + 7.379, + 6470, + 2.347, 6760, + 6.449, + 6763, + 6.902, + 7322, + 2.791, + 7436, + 5.228, + 8031, + 7.339, + 8778, + 4.237, + 8779, + 6.407, + 8780, + 6.407, + 8781, + 4.237, + 8782, + 4.237, + 8783, + 4.237, + 8784, + 4.237, + 8785, + 4.237, + 8786, + 4.237, + 8787, + 4.237, + 8788, + 4.237, + 8789, + 9.728, + 8790, + 4.237, + 8791, + 4.237, + 8792, + 4.237, + 8793, + 10.103, + 8794, + 10.103, + 8795, + 11.42, + 8796, + 4.237, + 8797, + 4.237, + 8798, + 4.237, + 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 + ] + ], + [ + "type/ref/stable/editor", + [ + 6757, 1.837 ] ], [ - "data/ref/stable/gui", + "data/ref/stable/editor", [ + 0, + 0.094, 1, - 0.665, + 1.942, 7, - 0.727, + 1.034, 8, - 1.436, + 1.89, 9, - 0.966, + 0.494, 10, - 0.474, - 11, - 1.066, - 13, - 2.158, - 16, - 0.717, + 0.773, + 15, + 0.603, + 18, + 1.11, 20, - 1.382, - 21, - 1.823, - 22, - 1.359, - 23, - 1.253, - 26, - 2.374, - 28, - 0.923, - 29, - 1.466, + 1.412, 30, - 1.141, - 31, - 2.42, - 32, - 1.328, - 33, - 1.491, - 35, - 2.728, + 1.188, 36, - 1.031, - 37, - 3.329, - 39, - 3.353, - 40, - 4.403, - 41, - 0.343, + 2.019, + 38, + 1.12, 42, - 2.491, - 44, - 1.204, - 45, - 2.187, + 0.376, 46, - 1.034, - 47, - 5.816, - 48, - 0.835, + 1.444, 49, - 2.208, + 4.006, 50, - 3.8, - 51, - 1.733, + 1.452, 52, - 0.393, - 53, - 0.761, + 1.388, 54, - 1.344, + 3.38, 55, - 1.495, - 58, - 3.765, + 0.698, + 57, + 1.348, 59, - 1.432, + 0.685, 60, - 0.252, - 63, - 0.566, - 65, - 1.152, - 67, - 0.758, - 68, 1.824, + 62, + 1.328, + 67, + 0.386, + 69, + 1.466, 70, - 1.388, - 71, - 1.189, - 72, - 1.469, - 73, - 4.141, - 74, - 1.228, - 75, - 0.347, - 76, - 1.382, + 1.505, 77, - 1.753, + 0.977, 78, - 1.382, + 0.342, + 79, + 1.029, 80, - 0.285, - 81, - 1.325, + 1.249, 83, - 0.26, - 84, - 1.325, + 5.075, + 85, + 2.139, 86, - 1.532, + 2.254, + 90, + 1.697, 91, - 0.237, + 2.921, 92, - 2.943, + 0.584, 93, - 3.87, + 1.334, 94, - 0.214, + 1.219, + 95, + 1.452, 96, - 0.694, + 3.717, 97, - 2.136, + 1.364, 99, - 2.21, - 101, - 0.56, + 1.019, + 100, + 1.93, 102, - 0.349, + 1.821, 103, - 0.358, - 104, - 1.051, + 0.918, 106, - 1.826, + 1.137, 107, - 0.358, - 108, - 3.237, - 110, - 0.206, + 0.68, + 109, + 0.542, 111, - 0.567, + 0.322, 113, - 0.407, - 115, - 0.504, - 117, - 0.23, - 119, - 0.829, - 121, - 0.848, - 127, - 0.258, - 135, - 2.722, - 137, - 0.798, - 138, - 0.837, + 1.178, + 122, + 0.971, + 123, + 0.603, + 124, + 0.902, + 125, + 2.47, + 126, + 2.142, + 128, + 2.617, + 130, + 1.595, + 133, + 0.421, 141, - 1.883, - 143, - 0.584, - 146, - 3.177, - 147, - 1.143, + 0.969, + 142, + 1.499, + 148, + 1.206, + 149, + 0.554, + 150, + 0.905, 151, - 1.474, + 0.317, 153, - 3.459, + 0.595, 158, - 0.574, - 159, - 1.265, + 0.912, 160, - 1.168, - 161, - 1.914, - 162, - 1.758, - 171, - 1.555, + 0.227, + 165, + 2.322, + 166, + 0.362, + 168, + 3.741, + 169, + 1.301, + 170, + 1.196, 172, - 1.279, - 173, - 1.887, + 1.558, 174, - 1.694, + 3.208, 175, - 2.148, - 176, - 0.451, - 182, - 0.473, - 184, - 1.164, - 186, - 2.778, - 191, - 0.658, + 2.328, + 177, + 1.094, 196, - 2.095, - 198, - 1.319, + 0.503, + 201, + 1.2, 202, - 1.183, + 0.25, + 207, + 0.256, + 208, + 0.91, 210, - 1.713, - 214, - 0.398, - 217, - 2.404, - 218, - 3.189, - 219, - 0.598, - 222, - 0.795, - 223, - 0.653, - 224, - 0.715, - 225, - 0.683, - 227, - 1.123, + 4.205, + 211, + 1.397, + 212, + 2.033, + 216, + 3.057, + 226, + 0.729, 228, - 3.342, + 0.871, 229, - 3.071, + 1.51, 230, - 3.427, - 232, - 0.504, - 234, - 1.406, + 0.72, + 231, + 1.171, 237, - 1.78, - 239, - 0.407, + 0.671, + 238, + 0.433, + 240, + 0.588, 241, - 0.761, - 242, - 0.683, + 1.31, + 244, + 3.159, + 247, + 1.445, + 249, + 3.643, + 254, + 1.726, 256, - 0.636, - 261, - 1.123, + 0.704, + 257, + 1.726, + 260, + 0.491, 263, - 0.474, - 264, - 0.979, - 267, - 0.549, - 270, - 0.901, - 271, - 0.572, + 2.943, + 266, + 3.304, + 268, + 2.092, + 269, + 1.815, 273, - 0.24, - 277, - 0.398, - 278, - 2.179, - 281, - 0.309, + 0.647, + 280, + 0.811, 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, - 306, - 3.779, - 308, - 0.605, + 0.927, + 295, + 1.647, + 301, + 1.561, 309, - 0.306, - 310, - 3.873, - 312, - 3.08, + 0.857, 313, - 0.32, + 0.302, 315, - 3.567, - 316, - 0.782, - 317, - 0.635, - 318, - 0.481, - 325, - 0.407, - 335, - 1.978, - 336, - 0.773, + 4.518, + 323, + 0.461, + 327, + 0.532, + 329, + 1.914, + 332, + 0.688, 337, - 1.23, - 338, - 0.317, - 343, - 1.148, - 346, - 0.459, - 347, - 0.296, - 348, - 0.795, + 5.469, + 341, + 0.37, + 342, + 0.345, 349, - 0.329, - 350, - 0.564, - 362, - 0.855, - 364, - 0.685, - 365, - 0.358, - 366, - 2.793, + 1.063, + 351, + 0.4, + 353, + 1.043, + 359, + 0.339, + 361, + 1.753, + 368, + 0.219, 369, - 1.464, - 375, - 3.06, - 376, - 4.038, - 377, - 0.407, + 0.519, + 373, + 4.623, + 374, + 4.988, 378, - 0.376, - 379, - 1.898, - 381, - 5.46, + 0.939, + 380, + 1.995, 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, + 2.679, + 383, + 1.726, + 385, + 0.433, + 387, + 2.073, + 389, + 1.452, + 392, + 0.725, + 399, + 0.547, + 411, + 5.601, + 422, + 0.629, 428, - 0.591, - 429, - 1.51, - 437, - 0.732, - 438, - 0.528, - 440, - 0.578, - 441, - 0.411, - 444, - 0.636, - 448, - 0.363, + 2.824, + 433, + 0.593, + 442, + 0.652, 449, - 0.39, + 6.657, 450, - 0.369, - 452, - 1.116, - 453, - 0.29, + 0.629, + 451, + 0.563, 456, - 1.273, - 460, - 0.927, - 465, - 1.822, - 466, - 3.106, - 471, - 0.451, + 1.682, + 457, + 0.274, 472, - 0.451, + 0.355, + 473, + 0.64, 479, - 0.306, - 481, - 0.635, - 485, - 0.39, + 1.771, + 483, + 0.508, + 489, + 0.359, 490, - 1.934, - 491, - 1.812, - 492, - 3.195, - 493, - 2.609, - 495, - 0.673, + 0.864, + 496, + 1.663, + 497, + 0.746, 502, - 2.343, - 503, - 2.722, + 0.508, 504, - 0.352, - 506, - 0.466, - 512, - 0.694, - 514, - 0.219, - 517, - 0.466, - 522, - 1.634, + 2.676, + 510, + 0.283, + 515, + 0.902, + 521, + 0.268, 523, - 1.73, + 0.4, 524, - 0.591, - 525, - 1.617, - 526, - 0.407, - 531, - 1.766, - 536, - 0.483, - 538, - 2.069, - 539, - 1.555, - 540, - 0.952, - 541, - 0.416, - 542, - 0.923, - 547, - 1.201, - 548, - 0.272, - 549, - 0.407, + 0.878, + 533, + 0.427, + 534, + 0.684, + 543, + 0.584, + 544, + 3.26, + 546, + 0.415, + 552, + 0.229, 553, - 0.347, + 3.326, 554, - 1.697, - 555, - 0.745, - 567, - 0.363, - 568, - 1.068, - 569, - 1.254, + 0.546, + 556, + 0.317, + 558, + 0.629, + 561, + 0.656, + 563, + 3.644, 573, - 0.279, - 580, - 0.572, - 581, - 1.207, - 583, - 0.609, + 0.289, + 574, + 0.37, + 579, + 3.066, 590, - 0.716, + 0.319, + 592, + 3.251, 594, - 0.254, - 595, - 0.784, - 599, - 1.765, - 606, - 0.952, - 612, - 0.287, - 615, - 0.358, - 624, - 0.591, - 628, - 1.031, + 1.208, + 596, + 0.421, + 600, + 1.913, + 601, + 0.281, + 619, + 0.563, + 631, + 0.382, 633, - 1.598, + 0.738, 634, - 2.416, - 644, - 0.612, - 646, - 2.207, - 647, - 0.369, - 655, - 0.272, - 664, - 0.92, + 1.233, + 636, + 0.295, + 638, + 0.487, + 656, + 1.307, 666, - 0.242, - 669, - 0.313, - 682, - 0.848, - 688, - 0.324, - 693, - 0.572, - 697, - 1.912, - 700, - 0.282, - 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, + 1.363, + 672, + 2.708, + 673, + 0.843, + 679, + 1.174, + 685, + 0.593, + 691, + 2.847, + 692, + 0.546, + 703, + 0.302, + 708, + 1.033, + 713, + 0.405, + 716, + 2.876, + 740, + 0.39, 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, + 2.179, + 750, + 1.934, + 751, + 0.312, + 761, + 0.547, + 762, + 1.803, + 771, + 0.963, + 772, + 1.005, + 773, + 0.527, + 774, + 1.975, + 784, + 1.914, + 796, + 0.563, + 801, + 1.284, + 811, + 1.771, 827, - 0.989, + 1.198, 832, - 0.745, - 833, - 1.17, - 835, - 4.043, - 836, - 4.076, - 840, - 1.581, - 842, - 1.201, - 845, - 3.342, - 849, - 0.745, - 851, - 0.89, - 852, - 0.376, - 855, - 0.923, - 858, - 1.28, - 860, - 0.237, - 862, - 0.598, - 865, - 0.761, + 4.394, + 834, + 1.546, + 848, + 0.382, + 856, + 1.052, 866, - 0.505, - 867, - 0.821, - 869, - 0.745, - 889, - 0.849, + 0.976, + 877, + 0.959, + 891, + 0.889, 894, - 0.731, - 895, - 0.761, - 899, - 1.711, + 1.035, + 898, + 0.93, 905, - 0.868, + 0.453, + 915, + 1.196, 917, - 0.466, - 918, - 0.369, + 0.348, + 919, + 0.395, 921, - 0.309, - 923, - 4.392, - 929, - 0.279, + 0.497, + 925, + 0.508, 931, - 0.963, - 935, - 1.05, - 939, - 0.329, - 941, - 1.396, - 944, - 0.981, - 947, - 0.358, + 0.566, + 945, + 0.939, 948, - 1.746, - 953, - 1.555, - 957, - 1.426, + 0.817, + 952, + 7.657, 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, + 0.935, + 977, + 0.41, + 978, + 3.755, + 996, + 2.021, + 1025, + 2.507, + 1029, + 1.27, + 1034, + 0.558, + 1035, + 4.502, 1039, - 0.398, - 1045, - 0.591, - 1059, - 0.578, - 1072, - 1.017, - 1078, - 1.687, - 1082, - 0.438, - 1094, - 0.306, + 2.544, + 1046, + 1.568, + 1047, + 0.691, + 1052, + 0.765, + 1062, + 1.432, + 1067, + 0.476, + 1081, + 0.886, 1104, - 0.309, - 1127, - 0.303, - 1129, - 0.267, - 1137, - 0.777, - 1138, - 0.466, + 0.268, + 1109, + 4.24, 1139, - 0.694, - 1145, - 0.296, - 1159, - 0.636, - 1160, - 0.473, + 1.162, + 1140, + 2.461, + 1155, + 3.815, + 1157, + 0.405, 1166, - 1.601, + 0.446, 1173, - 0.285, - 1191, - 0.519, - 1207, - 0.731, - 1211, - 0.524, - 1217, - 0.358, - 1221, - 1.896, - 1222, - 1.344, - 1233, - 0.333, - 1234, - 0.303, - 1239, - 0.83, + 4.451, + 1180, + 0.421, + 1186, + 0.378, + 1202, + 2.668, + 1208, + 0.469, 1250, - 0.309, - 1257, - 0.998, + 0.433, 1261, - 0.317, - 1271, - 0.466, + 2.387, + 1264, + 0.959, 1272, - 0.565, - 1293, + 0.918, + 1273, + 2.571, + 1276, + 1.331, + 1277, + 1.331, + 1278, + 2.546, + 1279, + 0.461, + 1280, + 1.892, + 1281, + 0.547, + 1283, + 2.387, + 1284, + 5.075, + 1286, + 1.033, + 1287, + 1.859, + 1295, + 3.766, + 1296, 0.287, - 1321, - 2.459, - 1348, - 0.901, - 1359, - 0.352, - 1369, - 0.812, - 1415, - 2.751, - 1465, - 0.598, - 1481, - 0.358, - 1486, - 0.731, - 1491, - 0.306, - 1493, - 0.383, + 1297, + 6.968, + 1298, + 1.656, + 1305, + 0.581, + 1313, + 8.444, + 1315, + 0.705, + 1316, + 0.705, + 1324, + 1.36, + 1325, + 2.396, + 1326, + 1.595, + 1328, + 0.581, + 1337, + 6.705, + 1338, + 1.618, + 1340, + 0.547, + 1342, + 6.075, + 1347, + 5.666, + 1348, + 5.958, + 1349, + 1.775, + 1356, + 0.705, + 1357, + 0.705, + 1359, + 0.705, + 1365, + 1.331, + 1367, + 1.063, + 1370, + 1.331, + 1371, + 1.331, + 1372, + 3.423, + 1373, + 1.249, + 1379, + 2.013, + 1390, + 0.705, + 1391, + 2.396, + 1392, + 0.705, + 1396, + 0.705, + 1397, + 0.705, + 1398, + 0.705, + 1402, + 0.705, + 1403, + 1.244, + 1404, + 0.581, + 1405, + 0.705, + 1406, + 2.301, + 1407, + 0.705, + 1409, + 1.618, + 1410, + 0.705, + 1411, + 3.822, + 1413, + 2.428, + 1414, + 0.705, + 1417, + 0.705, + 1418, + 3.995, + 1419, + 3.423, + 1426, + 1.595, + 1427, + 0.532, + 1429, + 0.981, + 1430, + 0.705, + 1432, + 0.818, + 1433, + 0.705, + 1434, + 1.313, + 1435, + 0.603, + 1437, + 0.581, + 1438, + 0.603, + 1440, + 0.886, + 1442, + 0.629, + 1443, + 0.705, + 1447, + 1.688, + 1456, + 2.677, + 1459, + 1.457, + 1462, + 1.892, + 1463, + 0.469, + 1465, + 3.414, + 1467, + 0.705, + 1468, + 0.705, + 1469, + 0.705, + 1470, + 0.705, + 1471, + 1.298, + 1472, + 2.741, + 1477, + 1.331, + 1478, + 1.098, + 1496, + 1.005, + 1502, + 0.746, + 1503, + 0.603, + 1504, + 0.629, + 1505, + 0.661, 1516, - 0.216, - 1526, - 1.747, - 1527, - 1.116, - 1537, - 1.17, + 1.331, + 1517, + 1.331, + 1519, + 1.188, + 1523, + 1.892, + 1528, + 0.705, + 1530, + 0.705, + 1532, + 0.939, 1549, - 1.199, - 1554, - 1.44, - 1556, - 1.795, + 1.188, 1569, - 2.687, - 1583, - 0.363, - 1586, - 1.038, - 1590, - 1.012, - 1596, - 0.342, - 1603, - 4.201, - 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, - 1868, - 0.663, - 1869, - 3.186, - 1874, - 1.766, - 1889, - 0.358, - 1895, - 0.363, - 1899, - 0.837, + 0.705, + 1628, + 0.603, + 1638, + 0.487, + 1661, + 0.729, + 1667, + 1.977, + 1696, + 0.886, + 1769, + 0.355, + 1770, + 0.469, + 1773, + 1.363, + 1812, + 0.519, + 1823, + 0.871, + 1848, + 0.92, + 1884, + 0.327, + 1885, + 0.446, + 1901, + 2.733, + 1912, + 0.581, + 1928, + 0.785, 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, + 0.405, + 1942, + 0.818, + 1946, + 1.063, + 1979, + 1.259, 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, + 0.382, + 1989, + 0.83, + 1997, + 0.439, + 2006, + 3.55, + 2042, + 0.427, + 2043, + 0.563, + 2050, + 2.249, + 2057, + 4.144, + 2078, + 0.487, 2123, - 0.572, - 2137, - 0.997, - 2138, - 0.451, + 0.439, 2142, - 0.706, - 2151, - 0.483, + 0.508, + 2143, + 0.508, 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, + 1.394, + 2226, + 0.487, + 2268, + 1.101, 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, + 3.601, + 2357, + 0.603, + 2420, + 0.519, + 2440, + 1.27, + 2441, + 2.952, 2451, - 3.983, - 2481, - 0.483, - 2497, - 0.32, - 2509, - 0.376, - 2510, - 0.862, - 2511, - 1.17, - 2512, - 1.277, - 2513, - 0.466, + 0.581, + 2452, + 1.033, 2514, - 0.466, - 2527, - 2.491, - 2541, - 1.453, - 2549, - 0.369, - 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, + 0.421, + 2540, + 0.806, + 2613, + 1.005, + 2657, + 0.433, + 2684, + 1.217, + 2719, + 1.688, + 2752, + 0.603, + 2770, + 0.629, + 2775, + 0.785, + 2777, + 1.098, + 2834, + 2.696, + 2851, + 1.098, + 2863, + 1.139, + 2978, + 0.547, + 2994, + 0.959, + 2999, + 0.581, + 3155, + 1.331, + 3176, + 2.354, 3177, - 0.504, - 3205, - 1.536, - 3226, - 1.05, - 3227, - 0.777, + 2.696, + 3182, + 1.098, + 3203, + 1.139, + 3224, + 0.508, + 3252, + 0.519, + 3253, + 1.618, + 3261, + 0.581, 3273, - 2.448, - 3298, - 1.012, - 3312, - 1.581, - 3339, - 0.466, - 3347, - 0.483, - 3372, + 0.629, + 3340, + 0.705, + 3354, + 0.629, + 3363, + 0.532, + 3423, + 2.441, + 3558, + 1.188, + 3583, + 0.547, + 3630, + 1.331, + 3674, + 1.561, + 3709, + 1.063, + 3713, + 1.217, + 3902, + 0.92, + 3976, + 0.705, + 3984, 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, + 4095, + 7.164, + 4206, + 1.892, + 4252, + 1.468, + 4254, + 0.603, + 4258, + 2.796, + 4287, + 2.441, + 4379, + 1.331, 4387, - 0.466, - 4398, - 0.416, - 4408, - 1.325, - 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, + 1.892, + 4415, + 1.892, + 4524, + 1.188, + 4595, + 0.92, + 4695, + 0.981, + 4829, + 6.123, + 4859, + 1.775, + 5342, + 0.705, + 5356, + 0.705, + 5357, + 0.705, + 5358, + 0.705, + 5359, + 0.705, + 5360, + 1.331, + 5363, + 2.138, + 5364, + 2.396, + 5369, + 0.705, + 5371, + 0.705, + 5372, + 1.331, + 5373, + 1.331, + 5374, + 2.396, + 5376, + 1.249, + 5377, + 0.705, + 5378, + 2.396, + 5379, + 0.705, + 5381, + 2.249, + 5382, + 0.705, + 5388, + 6.178, + 5391, + 1.331, + 5400, + 0.705, + 5406, + 0.705, + 5451, + 7.426, + 5455, + 9.135, + 5460, + 0.705, + 5462, + 0.705, + 5463, + 0.705, + 5465, + 0.705, + 5467, + 0.705, + 5471, + 0.705, + 5478, + 0.705, + 5485, + 4.315, + 5779, + 1.249, + 6124, + 0.532, + 6177, + 0.661, + 6301, + 0.705, + 6440, + 0.661, + 6955, + 2.611, + 6994, + 0.705, + 7003, + 0.469, + 7099, + 0.629, + 7106, + 0.603, + 7121, + 1.331, + 7402, + 1.892, + 7446, + 0.581, + 7502, + 1.188, + 8439, + 1.249, + 8474, + 1.249, + 8815, + 0.77, + 8816, + 0.77, + 8817, + 0.77, + 8818, + 0.77, + 8819, + 0.77, + 8820, + 0.77, + 8821, + 0.77, + 8822, + 1.775, + 8823, + 0.77, + 8824, + 0.77, + 8825, + 0.77, + 8826, + 0.77, + 8827, + 1.456, + 8828, + 1.456, + 8829, + 1.456, + 8830, + 1.331, + 8831, + 0.705, + 8832, + 0.77, + 8833, + 0.77, + 8834, + 0.77, + 8835, + 0.77, + 8836, + 0.77, + 8837, + 1.456, + 8838, + 0.77, + 8839, + 0.77, + 8840, + 0.77, + 8841, + 5.341, + 8842, + 5.341, + 8843, + 5.619, + 8844, + 5.341, + 8845, + 0.77, + 8846, + 0.77, + 8847, + 0.77, + 8848, + 0.77, + 8849, + 0.77, + 8850, + 0.77, + 8851, + 0.77, + 8852, + 1.456, + 8853, + 0.77, + 8854, + 0.77, + 8855, + 0.77, + 8856, + 0.77, + 8857, + 0.77, + 8858, + 0.77, + 8859, + 1.456, + 8860, + 0.77, + 8861, + 0.77, + 8862, + 0.77, + 8863, + 1.456, + 8864, + 0.77, + 8865, + 0.77, + 8866, + 0.77, + 8867, + 0.77, + 8868, + 0.77, + 8869, + 0.77, + 8870, + 0.77, + 8871, + 0.77, + 8872, + 0.77, + 8873, + 0.77, + 8874, + 0.77, + 8875, + 2.069, + 8876, + 0.77, + 8877, + 0.77, + 8878, + 0.77, + 8879, + 0.77, + 8880, + 0.77, + 8881, + 1.456, + 8882, + 0.77, + 8883, + 0.77, + 8884, + 0.77, + 8885, + 0.77, + 8886, + 0.77, + 8887, + 0.77, + 8888, + 0.77, + 8889, + 0.77, + 8890, + 6.756, + 8891, + 0.77, + 8892, + 0.77, + 8893, + 0.77, + 8894, + 0.77, + 8895, + 0.77, + 8896, + 0.77, + 8897, + 3.12, + 8898, + 3.12, + 8899, + 3.12, + 8900, + 0.77, + 8901, + 1.456, + 8902, + 0.77, + 8903, + 8.747, + 8904, + 4.369, + 8905, + 6.557, + 8906, + 6.557, + 8907, + 6.943, + 8908, + 9.084, + 8909, + 9.084, + 8910, + 6.943, + 8911, + 0.77, + 8912, + 0.77, + 8913, + 1.456, + 8914, + 0.77, + 8915, + 0.77, + 8916, + 3.989, + 8917, + 4.369, + 8918, + 3.989, + 8919, + 3.989, + 8920, + 3.989, + 8921, + 4.369, + 8922, + 3.989, + 8923, + 0.77, + 8924, + 0.77, + 8925, + 0.77, + 8926, + 2.621, + 8927, + 0.77, + 8928, + 0.77, + 8929, + 0.77, + 8930, + 0.77, + 8931, + 2.621, + 8932, + 0.77, + 8933, + 1.456, + 8934, + 1.456, + 8935, + 0.77, + 8936, + 2.069, + 8937, + 1.456, + 8938, + 0.77, + 8939, + 0.77, + 8940, + 0.77, + 8941, + 1.456, + 8942, + 0.77, + 8943, + 0.77, + 8944, + 0.77, + 8945, + 0.77, + 8946, + 0.77, + 8947, + 3.12, + 8948, + 1.456, + 8949, + 1.456, + 8950, + 1.456, + 8951, + 1.456, + 8952, + 1.456, + 8953, + 1.331, + 8954, + 1.456, + 8955, + 0.77, + 8956, + 0.77, + 8957, + 0.77, + 8958, + 1.456, + 8959, + 0.77, + 8960, + 0.77, + 8961, + 0.77, + 8962, + 0.77, + 8963, + 3.574, + 8964, + 2.069, + 8965, + 2.069, + 8966, + 2.069, + 8967, + 2.069, + 8968, + 2.069, + 8969, + 2.069, + 8970, + 1.456, + 8971, + 0.77, + 8972, + 0.77, + 8973, + 1.456, + 8974, + 0.77, + 8975, + 0.77, + 8976, + 4.369, + 8977, + 0.77, + 8978, + 0.77, + 8979, + 0.77, + 8980, + 1.456, + 8981, + 1.456, + 8982, + 0.77, + 8983, + 1.456, + 8984, + 0.77, + 8985, + 1.456, + 8986, + 0.77, + 8987, + 1.456, + 8988, + 0.77, + 8989, + 0.77, + 8990, + 0.77, + 8991, + 0.77, + 8992, + 0.77, + 8993, + 1.456, + 8994, + 0.77, + 8995, + 0.77, + 8996, + 2.069, 8997, - 0.565, + 2.069, 8998, - 1.98, + 1.456, + 8999, + 0.77, 9000, - 0.565, + 0.77, 9001, - 1.858, + 0.77, + 9002, + 0.77, 9003, - 0.565, + 1.456, + 9004, + 1.456, 9005, - 0.565, + 0.77, + 9006, + 0.77, 9007, - 0.565, + 0.77, + 9008, + 0.77, 9009, - 0.565, + 0.77, 9010, - 0.565, + 0.77, + 9011, + 0.77, 9012, - 0.565, + 1.456, + 9013, + 0.77, 9014, - 0.565, + 1.456, + 9015, + 2.069, 9016, - 0.565, + 0.77, + 9017, + 0.77, 9018, - 0.565, + 0.77, + 9019, + 0.77, 9020, - 0.565, + 0.77, + 9021, + 0.77, 9022, - 0.565, + 0.77, + 9023, + 0.77, 9024, - 0.565, + 0.77, + 9025, + 0.77, 9026, - 0.565, + 0.77, + 9027, + 0.77, 9028, - 0.565, + 0.77, + 9029, + 0.77, 9030, - 0.565, + 2.621, + 9031, + 2.621, 9032, - 0.565, + 0.77, + 9033, + 0.77, 9034, - 0.565, + 1.456, + 9035, + 1.456, 9036, - 0.565, + 0.77, + 9037, + 0.77, 9038, - 0.565, + 0.77, + 9039, + 0.77, 9040, - 0.565, + 0.77, + 9041, + 0.77, 9042, - 0.565, + 0.77, + 9043, + 0.77, 9044, - 0.565, + 0.77, + 9045, + 2.621, 9046, - 0.565, + 0.77, + 9047, + 1.456, 9048, - 0.565, + 0.77, + 9049, + 0.77, 9050, - 0.565, + 0.77, + 9051, + 0.77, 9052, - 0.565, + 2.069 + ] + ], + [ + "type/ref/stable/dmHashTable", + [ + 6757, + 1.837 + ] + ], + [ + "data/ref/stable/dmHashTable", + [ + 18, + 1.014, + 38, + 1.163, + 57, + 1.34, + 59, + 0.786, + 77, + 2.326, + 79, + 0.74, + 99, + 0.774, + 158, + 2.547, + 169, + 1.734, + 241, + 1.866, + 342, + 3.902, + 394, + 6.181, + 574, + 4.179, + 928, + 7.237, + 962, + 4.095, + 1019, + 4.405, + 1295, + 4.373, + 1428, + 4.76, + 1515, + 7.967, + 1901, + 6.506, + 2190, + 5.046, + 2360, + 4.697, + 2477, + 7.967, + 4799, + 9.639, + 4802, + 7.476, + 5595, + 7.109, + 5941, + 7.967, + 6760, + 4.969, + 6763, + 6.181, + 7134, + 8.792, + 7448, + 7.967, + 9053, + 8.713, 9054, - 0.565, + 7.967, + 9055, + 8.713, + 9056, + 8.713, 9057, - 0.565, + 8.713, + 9058, + 7.476, + 9059, + 8.713, 9060, - 0.565, + 8.713, + 9061, + 8.713, + 9062, + 10.476, + 9063, + 8.713 + ] + ], + [ + "type/ref/stable/dmAtomic", + [ + 6757, + 1.837 + ] + ], + [ + "data/ref/stable/dmAtomic", + [ + 18, + 0.661, + 20, + 0.973, + 36, + 1.875, + 57, + 1.529, + 90, + 2.612, + 99, + 1.125, + 110, + 3.716, + 113, + 1.884, + 141, + 2.709, + 158, + 2.749, + 241, + 2.661, + 263, + 3.701, + 268, + 1.495, + 407, + 4.628, + 555, + 2.928, + 560, + 7.33, + 890, + 4.88, + 1428, + 4.002, + 2100, + 5.349, + 2190, + 4.242, + 2871, + 4.177, + 3695, + 5.349, + 3713, + 4.31, + 6470, + 6.535, + 6795, + 6.285, + 8031, + 9.293, + 9064, + 7.324, + 9065, + 11.948, + 9066, + 12.676, + 9067, + 7.324, + 9068, + 9.404, + 9069, + 7.324, + 9070, + 7.324, + 9071, + 9.404, + 9072, + 7.324, 9073, - 0.565, + 7.324, 9074, - 0.565, + 9.404, 9075, - 0.565, + 7.324, + 9076, + 7.324, 9077, - 0.565, + 7.324, 9078, - 0.565, + 9.404 + ] + ], + [ + "type/ref/stable/dmDDF", + [ + 6757, + 1.837 + ] + ], + [ + "data/ref/stable/dmDDF", + [ + 7, + 0.815, + 8, + 2.431, + 18, + 0.944, + 46, + 1.492, + 52, + 1.788, + 57, + 0.831, + 77, + 1.345, + 79, + 0.926, + 99, + 1.034, + 100, + 1.218, + 103, + 1.495, + 106, + 1.163, + 113, + 2.248, + 132, + 3.593, + 140, + 2.992, + 158, + 1.898, + 165, + 1.857, + 169, + 0.966, + 202, + 2.822, + 224, + 4.104, + 229, + 2.057, + 247, + 3.24, + 263, + 1.942, + 266, + 4.98, + 268, + 1.774, + 273, + 1.603, + 330, + 3.123, + 333, + 2.471, + 452, + 1.888, + 479, + 3.261, + 490, + 2.712, + 554, + 2.437, + 555, + 2.022, + 601, + 2.369, + 602, + 2.626, + 603, + 2.712, + 604, + 3.291, + 702, + 3.253, + 860, + 4.404, + 874, + 5.022, + 890, + 3.37, + 901, + 2.806, + 948, + 4.308, + 999, + 2.992, + 1017, + 4.607, + 1019, + 3.284, + 1025, + 4.877, + 1039, + 3.501, + 1041, + 5.386, + 1164, + 5.2, + 1403, + 3.083, + 1597, + 3.761, + 1602, + 3.182, + 1698, + 4.026, + 1955, + 4.607, + 1991, + 4.743, + 2007, + 4.104, + 2360, + 3.501, + 2514, + 4.748, + 2542, + 4.026, + 2723, + 5.299, + 2736, + 6.627, + 2779, + 5.658, + 2854, + 4.187, + 2952, + 3.501, + 3134, + 3.885, + 3273, + 5.299, + 3603, + 4.104, + 3646, + 3.455, + 4069, + 7.05, + 4098, + 4.026, + 4854, + 6.499, + 4874, + 5.938, + 5208, + 4.104, + 5595, + 8.535, + 6470, + 6.04, + 6760, + 6.219, + 7322, + 4.278, + 7331, + 8.644, + 7439, + 5.938, + 8174, + 4.377, 9079, - 0.565, + 6.494, + 9080, + 6.494, + 9081, + 11.221, 9082, - 0.565, + 9.795, + 9083, + 10.46, 9084, - 0.565, + 10.784, + 9085, + 8.69, 9086, - 0.565, + 6.494, + 9087, + 6.494, + 9088, + 6.494, + 9089, + 6.494, + 9090, + 6.494, 9091, - 0.565, + 6.494, 9092, - 1.079, + 6.494, 9093, - 0.565, + 6.494 + ] + ], + [ + "type/ref/stable/zlib", + [ + 6757, + 1.837 + ] + ], + [ + "data/ref/stable/zlib", + [ + 20, + 1.582, + 79, + 0.925, + 99, + 0.966, + 160, + 3.2, + 229, + 1.995, + 672, + 5.485, + 1041, + 5.381, + 1465, + 4.198, 9094, - 0.565, + 9.294, 9095, - 0.565, + 10.885, 9096, - 0.565, + 10.885, 9097, - 0.565, + 8.882, 9098, - 0.565, + 9.294, 9099, - 0.565, + 9.294, 9100, - 0.565, + 10.885, 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, - 9302, - 0.565, - 9303, - 0.565, - 9304, - 0.565, - 9305, - 0.618, - 9306, - 0.618, - 9307, - 0.618, - 9308, - 0.618, - 9309, - 0.618, - 9310, - 0.618, - 9311, - 0.618, - 9312, - 0.618, - 9313, - 0.618, - 9314, - 0.618, - 9315, - 0.618, - 9316, - 0.618, - 9317, - 0.618, - 9318, - 0.618, - 9319, - 0.618, - 9320, - 1.18, - 9321, - 0.618, - 9322, - 0.618, - 9323, - 0.618, - 9324, - 0.618, - 9325, - 0.618, - 9326, - 0.618, - 9327, - 0.618, - 9328, - 0.618, - 9329, - 0.618, - 9330, - 0.618, - 9331, - 0.618, - 9332, - 3.717, - 9333, - 0.618, - 9334, - 0.618, - 9335, - 1.18, - 9336, - 1.18, - 9337, - 1.18, - 9338, - 0.618, - 9339, - 0.618, - 9340, - 0.618, - 9341, - 0.618, - 9342, - 0.565, - 9343, - 0.618, - 9344, - 0.618, - 9345, - 0.618, - 9346, - 0.618, - 9347, - 0.618, - 9348, - 0.618, - 9349, - 0.618, - 9350, - 0.618, - 9351, - 0.618, - 9352, - 0.618, - 9353, - 0.618, - 9354, - 0.618, - 9355, - 0.618, - 9356, - 0.618, - 9357, - 0.618, - 9358, - 0.618, - 9359, - 0.618, - 9360, - 0.618, - 9361, - 0.618, - 9362, - 0.618, - 9363, - 0.618, - 9364, - 0.618, - 9365, - 0.618, - 9366, - 0.618, - 9367, - 0.618, - 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 + 9.294 ] ], [ - "type/ref/stable/dmConditionVariable", + "type/ref/stable/dmConfigFile", [ - 6760, + 6757, 1.837 ] ], [ - "data/ref/stable/dmConditionVariable", + "data/ref/stable/dmConfigFile", [ 8, - 1.283, - 9, - 0.966, - 11, - 0.72, - 16, - 0.732, + 3.345, + 18, + 1.023, + 20, + 1.446, 30, - 1.055, - 33, - 1.078, - 48, - 2.257, - 51, - 1.522, - 70, - 2.254, - 74, - 0.901, + 2.458, + 36, + 1.948, + 38, + 1.209, + 46, + 1.552, + 52, + 1.777, + 57, + 0.548, + 59, + 0.702, + 60, + 1.796, + 77, + 2.023, + 79, + 0.83, + 86, + 3.898, 99, - 2.32, - 137, - 1.207, - 161, - 1.61, - 190, + 0.982, + 100, + 0.803, + 103, + 2.249, + 106, + 1.156, + 107, + 1.229, + 113, + 1.957, + 122, + 2.42, + 125, + 1.302, + 132, + 1.47, + 143, + 2.075, + 149, + 1.629, + 158, + 2.964, + 165, + 1.224, + 172, + 5.414, + 175, + 3.774, + 177, + 1.31, + 194, + 1.178, + 211, + 2.892, + 240, + 1.836, + 241, + 0.916, + 263, + 3.665, + 264, + 2.606, + 268, + 2.477, + 294, + 6.206, + 332, + 3.622, + 358, + 1.972, + 392, + 3.033, + 479, + 3.248, + 490, + 3.616, + 552, + 1.273, + 553, + 1.53, + 622, + 2.075, + 718, + 8.034, + 752, + 1.972, + 866, + 3.461, + 880, + 3.13, + 901, + 3.741, + 916, + 4.716, + 948, + 3.42, + 999, + 5.661, + 1061, + 8.036, + 1063, + 3.036, + 1067, + 3.312, + 1272, + 4.972, + 1296, + 3.638, + 1341, + 3.036, + 1459, + 3.981, + 1465, + 2.742, + 1636, + 2.479, + 1814, + 5.017, + 1982, + 4.288, + 2164, + 4.702, + 2440, + 2.075, + 2469, + 6.141, + 2542, + 4.003, + 2555, + 2.705, + 2656, + 3.229, + 2779, + 6.035, + 2780, + 6.469, + 2908, + 4.46, + 2952, 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 + 3646, + 6.188, + 3712, + 4.196, + 3713, + 4.574, + 3797, + 2.76, + 4146, + 3.914, + 5886, + 3.492, + 8031, + 8.209, + 8685, + 3.914, + 9102, + 4.28, + 9103, + 4.28, + 9104, + 11.33, + 9105, + 9.338, + 9106, + 4.28, + 9107, + 4.28, + 9108, + 4.28, + 9109, + 4.28, + 9110, + 6.456, + 9111, + 4.28, + 9112, + 4.28, + 9113, + 3.492, + 9114, + 4.28, + 9115, + 4.28, + 9116, + 4.28, + 9117, + 4.28, + 9118, + 6.456 ] ], [ "type/ref/stable/dmGameObject", [ - 6760, + 6757, 1.837 ] ], @@ -97196,13359 +91744,19091 @@ "data/ref/stable/dmGameObject", [ 7, - 0.279, + 0.281, 8, - 1.484, + 0.865, 9, - 0.968, + 0.414, 10, - 1.608, + 0.826, 11, - 1.026, - 13, - 0.736, - 16, - 0.45, - 21, - 2.004, - 23, - 0.823, - 26, - 0.825, - 29, - 0.273, - 30, + 0.443, + 18, 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, - 44, - 2.662, + 20, + 1.389, + 28, + 0.592, + 30, + 0.465, + 36, + 0.244, + 38, + 1.118, 46, - 0.619, - 47, - 3.232, + 0.993, 48, - 1.642, - 49, - 0.796, - 50, - 5.093, - 51, - 1.303, + 3.651, + 52, + 1.995, + 55, + 1.482, + 56, + 0.87, + 57, + 1.485, + 58, + 0.634, 59, - 0.946, - 62, - 0.566, - 66, - 0.952, - 68, - 0.276, - 70, - 0.273, - 71, - 0.457, - 74, - 1.117, + 0.452, + 60, + 0.622, + 69, + 0.574, + 75, + 3.405, 77, - 0.243, - 86, - 0.991, - 91, - 0.466, + 1.554, + 79, + 0.968, + 90, + 2.611, 92, - 0.418, + 2.668, 94, - 0.421, + 0.569, + 95, + 3.24, + 96, + 3.826, 97, - 1.358, + 1.447, 99, - 2.56, + 1.027, + 100, + 1.306, + 102, + 1.139, 103, - 0.704, + 2.15, + 105, + 0.49, 106, - 2.621, + 1.298, 107, - 1.289, + 1.044, 108, - 1.163, + 0.359, 110, - 0.405, + 2.628, 111, - 1.275, + 0.51, + 113, + 1.1, + 115, + 1.633, + 116, + 0.476, + 117, + 0.719, 119, - 1.214, + 0.619, 121, - 0.344, + 0.739, + 122, + 1.843, 125, - 0.492, - 127, - 0.93, + 1.801, + 126, + 1.251, + 128, + 1.872, + 132, + 0.42, + 133, + 2.088, 137, - 0.878, + 0.824, + 140, + 0.563, 141, - 1.096, + 1.414, + 142, + 1.136, + 143, + 1.498, 144, - 0.631, - 146, - 1.971, - 147, - 0.979, + 1.624, + 148, + 0.459, 149, - 1.838, - 151, - 1.71, + 1.695, + 155, + 0.772, + 156, + 0.719, 158, - 0.413, - 160, - 1.295, - 161, - 1.248, - 162, - 1.141, + 2.537, + 165, + 2.565, 166, - 0.78, - 171, - 0.728, + 1.051, + 168, + 0.642, + 169, + 0.881, + 170, + 3.267, 172, - 2.478, - 173, - 0.86, + 0.975, + 174, + 1.815, 175, - 3.398, - 182, - 0.488, - 183, - 3.7, - 184, - 0.545, - 186, - 2.881, - 190, - 0.633, + 5.096, + 177, + 2.217, + 194, + 1.611, 196, - 2.884, - 198, - 3.776, - 217, - 1.528, - 218, - 3.261, - 224, - 1.99, + 0.423, + 197, + 0.768, + 201, + 0.275, + 202, + 3.756, + 203, + 0.659, + 205, + 1.687, + 207, + 0.407, + 216, + 1.221, + 226, + 1.647, + 227, + 3.428, 228, - 2.522, - 234, - 1.796, - 237, - 2.147, + 0.942, + 229, + 1.712, + 239, + 0.537, + 240, + 0.347, + 241, + 1.268, + 244, + 0.857, + 247, + 1.473, + 248, + 0.731, + 249, + 0.586, + 250, + 2.69, + 251, + 2.529, 256, - 0.358, + 0.276, + 258, + 0.805, 261, - 1.155, + 0.95, 263, - 0.861, - 267, - 0.566, - 270, - 0.647, + 2.885, + 264, + 0.744, + 266, + 2.951, + 268, + 2.007, + 269, + 0.277, + 271, + 1.146, 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, + 0.763, + 280, + 0.479, + 313, + 0.479, + 315, + 0.758, + 328, + 0.731, + 330, + 1.218, + 333, + 0.347, 337, - 1.619, - 338, - 0.624, - 343, - 0.346, - 346, - 0.473, - 347, - 1.826, - 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, + 0.772, + 340, + 0.892, + 341, + 2.4, + 359, + 0.983, + 368, + 0.636, + 387, + 0.431, + 390, + 0.515, + 419, + 0.772, + 428, + 2.286, + 429, + 1.852, + 446, + 0.612, 452, - 0.801, + 0.65, 453, - 1.046, - 463, - 3.241, - 465, - 0.76, - 466, - 2.683, - 478, - 0.508, + 0.708, + 454, + 0.487, + 459, + 0.569, + 471, + 0.828, 479, - 1.886, - 485, - 2.406, - 486, - 2.512, + 2.366, 490, - 2.861, - 491, - 4.913, - 493, - 2.533, - 512, - 0.716, - 514, - 0.432, - 523, - 5.228, + 2.293, + 492, + 1.295, + 496, + 1.438, + 500, + 1.624, + 505, + 0.627, + 510, + 0.449, + 515, + 1.386, + 516, + 4.835, + 521, + 0.425, 524, - 0.609, - 525, - 3.624, - 527, - 0.704, + 1.28, 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, - 624, - 2.223, - 627, - 0.888, - 636, - 4.067, - 637, - 1.332, + 0.677, + 540, + 3.909, + 541, + 0.65, + 542, + 1.048, + 543, + 1.24, + 544, + 1.544, + 546, + 0.659, + 550, + 0.569, + 553, + 0.799, + 554, + 1.434, + 555, + 0.38, + 556, + 0.502, + 562, + 0.922, + 574, + 1.833, + 577, + 0.479, + 602, + 0.494, + 603, + 0.934, + 612, + 1.338, + 620, + 0.634, + 622, + 1.084, + 625, + 1.048, + 634, + 0.483, 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, - 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, + 0.772, + 656, + 0.772, + 672, + 0.563, + 677, + 0.563, + 679, + 0.547, + 689, + 0.547, + 691, + 1.362, + 708, + 0.867, 717, - 3.419, - 723, - 0.656, + 1.316, 724, - 2.109, - 726, - 0.545, - 727, - 3.393, - 728, - 0.616, - 737, - 2.359, - 743, - 1.492, - 744, - 1.407, - 748, - 0.84, - 749, - 1.128, - 756, - 0.603, - 759, - 0.429, - 764, - 0.801, - 775, - 0.704, - 779, - 0.728, - 783, - 0.656, - 792, - 0.447, - 796, - 1.419, - 811, - 0.512, - 812, - 0.997, - 816, - 0.769, - 821, - 0.769, + 1.338, + 732, + 0.805, + 740, + 0.619, + 752, + 1.03, + 762, + 1.011, + 765, + 1.753, + 769, + 0.788, + 773, + 0.81, + 807, + 1.295, + 819, + 0.719, 827, - 1.689, - 833, - 0.84, - 835, - 1.289, - 836, - 0.683, - 837, - 0.716, + 1.79, 849, - 0.769, - 852, - 0.74, - 867, - 1.846, - 882, - 0.647, - 896, - 3.898, - 902, - 1.436, + 1.696, + 856, + 1.533, + 859, + 0.612, + 866, + 2.349, + 880, + 4.805, + 890, + 0.634, + 891, + 2.89, + 898, + 0.434, + 903, + 0.659, + 904, + 1.586, 909, - 1.432, - 921, - 4.614, - 928, - 4.389, - 935, - 0.754, - 947, - 1.289, + 1.442, + 914, + 4.915, + 915, + 3.623, + 922, + 0.824, + 931, + 2.456, + 944, + 1.146, 948, - 0.46, - 954, - 0.647, + 1.977, + 951, + 3.71, 960, - 2.418, - 1001, - 2.392, - 1014, - 0.784, + 0.552, + 978, + 1.759, + 991, + 2.711, + 999, + 1.424, + 1007, + 0.783, + 1010, + 3.965, + 1011, + 0.788, 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, - 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, + 0.867, + 1019, + 1.168, + 1025, + 2.628, + 1029, + 0.592, + 1034, + 0.469, + 1039, + 2.4, + 1043, + 0.528, + 1054, + 1.749, + 1055, + 1.275, + 1061, + 0.805, + 1062, + 1.689, + 1063, + 1.586, + 1089, + 0.805, + 1098, + 0.758, + 1101, + 0.719, + 1126, + 4.569, + 1139, + 0.687, + 1140, + 1.03, + 1143, + 2.464, + 1146, + 0.528, + 1153, + 1.452, + 1158, + 4.672, + 1160, + 0.731, + 1172, + 1.133, + 1173, + 0.599, + 1184, + 1.953, + 1186, + 0.599, + 1202, + 1.061, 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, - 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, + 0.892, + 1216, + 0.65, + 1219, + 0.744, + 1221, + 0.605, + 1225, + 0.867, + 1250, + 0.687, + 1254, + 1.295, + 1261, + 0.731, + 1272, + 0.542, + 1296, + 3.629, + 1302, + 0.892, + 1304, + 0.719, + 1306, + 1.953, + 1309, + 0.668, + 1311, + 0.788, + 1322, + 1.146, + 1329, + 0.731, + 1337, + 6.581, + 1367, + 2.791, + 1379, + 5.181, + 1403, + 1.061, + 1406, + 1.02, + 1426, + 1.361, + 1465, + 0.431, + 1471, + 1.108, + 1543, + 0.719, + 1548, + 0.659, 1588, - 0.784, - 1592, - 0.656, - 1603, - 3.641, - 1662, - 1.026, + 1.096, + 1596, + 0.65, + 1599, + 2.415, + 1602, + 0.599, + 1604, + 0.642, + 1606, + 0.719, + 1607, + 0.708, + 1609, + 1.295, + 1621, + 0.619, + 1624, + 1.633, + 1628, + 4.072, + 1629, + 0.547, + 1631, + 1.386, + 1636, + 0.708, + 1651, + 0.731, + 1657, + 0.997, + 1661, + 2.231, + 1684, + 0.708, 1693, - 4.337, + 0.824, 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, - 1869, - 1.016, - 1902, - 0.656, - 1957, - 1.091, - 1973, - 0.639, - 1981, - 1.2, + 0.844, + 1698, + 1.386, + 1806, + 0.844, + 1807, + 1.072, + 1814, + 4.278, + 1821, + 8.177, + 1823, + 2.286, + 1877, + 0.997, + 1885, + 0.708, + 1928, + 0.659, + 1929, + 0.642, + 1931, + 0.659, + 1942, + 0.687, + 1955, + 2.711, 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, + 0.605, + 2006, + 0.642, + 2135, + 0.867, + 2226, + 0.772, + 2268, + 0.65, + 2323, + 0.687, 2377, - 1.38, - 2399, - 2.322, - 2421, - 1.945, - 2475, - 1.617, - 2515, - 0.863, - 2527, - 4.827, - 2539, - 1.626, - 2593, - 0.888, - 2601, - 0.716, + 2.135, + 2440, + 0.592, + 2476, + 0.892, + 2509, + 1.338, + 2524, + 2.464, + 2540, + 2.117, + 2542, + 3.403, + 2555, + 1.413, + 2558, + 0.844, + 2563, + 0.867, + 2565, + 0.824, 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, + 4.4, + 2690, + 0.708, + 2692, + 0.892, + 2717, + 0.892, + 2723, + 4.479, + 2736, + 2.502, + 2775, + 1.666, + 2779, + 4.723, + 2780, + 3.67, + 2854, + 0.788, + 2878, + 0.867, + 2925, + 1.442, + 2948, + 1.918, + 3144, + 0.824, + 3236, + 0.956, + 3242, + 2.331, + 3243, + 0.922, + 3411, + 0.805, 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, - 2.512, - 8481, - 1.044, - 8508, - 1.112, - 8583, - 1.112, - 8702, - 3.481, - 8705, - 8.309, - 8718, - 2.036, - 8782, - 1.112, - 8823, - 1.91, - 8960, - 1.112, - 9121, - 1.112, - 9420, - 1.216, - 9421, - 1.216, - 9422, - 1.216, - 9423, - 3.078, - 9424, - 1.216, - 9425, - 5.473, - 9426, - 5.903, - 9427, - 1.216, - 9428, - 3.078, - 9429, - 1.216, - 9430, - 1.216, - 9431, - 3.807, - 9432, - 3.078, - 9433, - 1.216, - 9434, - 1.216, - 9435, - 3.078, - 9436, - 1.216, - 9437, - 1.216, - 9438, - 1.216, - 9439, - 3.078, - 9440, - 1.216, - 9441, - 1.216, - 9442, - 3.078, - 9443, - 1.216, - 9444, - 1.216, - 9445, - 3.078, - 9446, - 2.226, - 9447, - 1.216, - 9448, - 1.216, - 9449, - 3.078, - 9450, - 3.078, - 9451, - 1.216, - 9452, - 3.078, - 9453, - 1.216, - 9454, - 1.216, - 9455, - 1.216, - 9456, - 1.216, - 9457, - 3.078, - 9458, - 3.078, - 9459, - 1.216, - 9460, - 1.216, - 9461, - 1.216, - 9462, - 2.226, - 9463, - 3.078, - 9464, - 1.216, - 9465, - 2.226, - 9466, - 1.216, - 9467, - 3.078, - 9468, - 1.216, - 9469, - 4.437, - 9470, - 4.988, - 9471, - 1.216, - 9472, - 3.078, - 9473, - 1.216, - 9474, - 1.216, - 9475, - 3.078, - 9476, - 1.216, - 9477, - 1.216, - 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, + 1.048, + 3438, + 0.892, + 3487, + 0.824, + 3569, + 1.544, + 3599, + 0.805, + 3603, + 1.953, + 3646, + 2.033, + 3679, + 1.687, + 3712, + 3.753, + 3797, + 0.788, + 3902, + 0.772, + 3938, + 0.805, + 3972, + 1.205, + 3984, + 1.239, + 4007, + 0.997, + 4019, + 1.048, + 4098, + 2.369, + 4134, 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, - 9608, - 1.216, - 9609, - 1.216, - 9610, - 1.216, - 9611, - 1.216, - 9612, - 1.216, - 9613, - 1.216, - 9614, - 1.216, - 9615, - 2.226, - 9616, - 1.216, - 9617, - 1.216, - 9618, - 1.216, - 9619, - 2.226, - 9620, - 1.216, - 9621, - 1.216, - 9622, - 1.216, - 9623, - 1.216, - 9624, - 1.112, - 9625, - 1.216, - 9626, - 1.216, - 9627, - 1.216, - 9628, - 1.216, - 9629, - 4.437, - 9630, - 1.216, - 9631, - 1.216, - 9632, - 2.226, - 9633, - 1.216, - 9634, - 1.216, - 9635, - 1.216, - 9636, - 1.216, - 9637, - 1.216, - 9638, - 1.216, - 9639, - 1.112, - 9640, - 1.216, - 9641, - 1.216, - 9642, - 1.216, - 9643, - 1.216, - 9644, - 1.216, - 9645, - 2.226, - 9646, - 1.216, - 9647, - 1.216, - 9648, - 1.216, - 9649, - 1.216, - 9650, - 1.216, - 9651, - 1.112, - 9652, - 1.216, - 9653, - 1.216, - 9654, - 2.226, - 9655, - 1.216, - 9656, - 1.112, - 9657, - 1.216, - 9658, - 1.216, - 9659, - 1.216, - 9660, - 1.216 - ] - ], - [ - "type/ref/stable/zlib", - [ + 4254, + 5.872, + 4349, + 0.997, + 4364, + 0.867, + 4406, + 1.048, + 4416, + 0.956, + 4430, + 1.633, + 4465, + 0.824, + 4503, + 3.252, + 4512, + 2.522, + 4514, + 2.871, + 4595, + 1.413, + 4603, + 3.359, + 4621, + 1.386, + 4649, + 1.048, + 4743, + 2.76, + 4854, + 4.347, + 4902, + 1.048, + 5073, + 0.956, + 5097, + 0.956, + 5422, + 2.464, + 5554, + 1.048, + 5651, + 2.826, + 5678, + 0.922, + 5679, + 0.844, + 5763, + 0.956, + 6140, + 0.997, + 6460, + 0.997, + 6470, + 4.41, + 6678, + 1.048, 6760, - 1.837 - ] - ], - [ - "data/ref/stable/zlib", - [ - 9, - 0.924, - 11, - 0.966, - 33, - 1.582, - 102, - 3.217, - 151, - 1.995, - 929, - 5.381, - 1569, - 4.198, - 1784, - 5.538, + 2.539, + 6894, + 1.117, + 6944, + 1.918, + 7010, + 0.956, + 7099, + 1.824, + 7134, + 6.156, + 7314, + 1.918, + 7322, + 5.376, + 7325, + 1.117, + 7330, + 1.918, 7334, - 8.879, - 9661, - 9.29, - 9662, - 10.882, - 9663, - 10.882, - 9664, - 9.29, - 9665, - 9.29, - 9666, - 10.882, - 9667, - 9.29 - ] - ], - [ - "type/ref/stable/dmStaticAssert", - [ - 6760, - 1.837 - ] - ], - [ - "data/ref/stable/dmStaticAssert", - [ - 9, - 0.918, - 11, - 0.96, - 16, - 0.829, - 29, - 2.064, - 30, - 0.829, - 32, - 2.057, - 33, - 1.437, - 51, - 1.724, - 99, - 2.627, - 151, - 1.684, - 160, - 1.646, - 161, + 2.193, + 7367, + 1.048, + 7446, + 0.922, + 7585, + 1.117, + 7635, + 2.522, + 7763, + 4.71, + 7989, 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 - ] - ], - [ - "type/ref/stable/dmAlign", - [ - 6760, - 1.837 - ] - ], - [ - "data/ref/stable/dmAlign", - [ - 8, - 1.218, - 9, - 0.938, - 11, - 1.065, - 35, - 2.832, - 56, - 7.833, - 186, - 3.301, - 196, - 3.23, - 616, - 4.883, - 3333, - 10.096, - 3934, - 5.798, - 4821, - 7.229, - 6481, - 10.662, - 8710, - 8.709, - 9672, - 9.524 - ] - ], - [ - "type/ref/stable/dmFileDescriptor", - [ - 6760, - 1.837 - ] - ], - [ - "data/ref/stable/dmFileDescriptor", - [ - 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 - ] - ], - [ - "type/ref/stable/window", - [ - 6760, - 1.837 - ] - ], - [ - "data/ref/stable/window", - [ - 7, - 0.81, - 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, - 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, - 77, - 2.282, - 86, - 1.235, - 92, - 2.218, - 97, - 1.31, - 99, - 2.475, - 104, - 2.611, - 135, - 2.422, - 140, - 4.281, - 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, - 198, - 1.398, - 202, - 4.73, - 234, - 2.826, - 237, - 2.249, - 242, - 2.479, - 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, - 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, - 2.249, - 2013, - 5.38, - 2123, - 3.13, - 2201, - 2.705, - 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, - 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, + 8006, + 2.044, + 8056, + 0.997, + 8133, + 1.117, + 8146, + 1.117, + 8151, + 1.749, + 8174, + 0.824, + 8608, + 1.048, + 8686, + 2.044, + 8738, + 1.048, + 9054, + 1.117, + 9058, + 1.918, + 9084, + 1.117, + 9119, + 1.222, + 9120, + 1.222, + 9121, + 1.222, + 9122, + 8.322, + 9123, + 3.091, + 9124, + 1.222, + 9125, + 5.489, + 9126, + 5.92, + 9127, + 1.222, + 9128, + 3.091, + 9129, + 1.222, + 9130, + 1.222, + 9131, + 3.821, + 9132, + 3.091, + 9133, + 1.222, + 9134, + 1.222, + 9135, + 3.091, + 9136, + 1.222, + 9137, + 1.222, + 9138, + 1.222, + 9139, + 3.091, + 9140, + 1.222, + 9141, + 1.222, + 9142, + 3.091, + 9143, + 1.117, + 9144, + 1.222, + 9145, + 1.222, + 9146, + 3.091, + 9147, + 2.236, + 9148, + 1.222, + 9149, + 1.222, + 9150, + 3.091, + 9151, + 3.091, + 9152, + 1.222, + 9153, + 3.091, + 9154, + 1.222, + 9155, + 1.222, + 9156, + 1.222, + 9157, + 1.222, + 9158, + 3.091, + 9159, + 3.091, + 9160, + 1.222, + 9161, + 1.222, + 9162, + 1.222, + 9163, + 2.236, + 9164, + 3.091, + 9165, + 1.222, + 9166, + 2.236, + 9167, + 1.222, + 9168, + 3.091, + 9169, + 1.222, + 9170, + 4.452, + 9171, + 5.004, + 9172, + 1.222, + 9173, + 3.091, + 9174, + 1.222, + 9175, + 1.222, + 9176, + 3.091, + 9177, + 1.222, + 9178, + 1.222, + 9179, + 3.091, + 9180, + 1.222, + 9181, + 1.222, + 9182, + 2.236, + 9183, + 2.236, + 9184, + 2.236, + 9185, + 3.091, + 9186, + 1.222, + 9187, + 1.222, + 9188, + 3.091, + 9189, + 1.222, + 9190, + 1.222, + 9191, + 3.821, + 9192, + 1.222, + 9193, + 1.222, + 9194, + 1.222, + 9195, + 1.222, + 9196, + 1.222, + 9197, + 9.649, + 9198, + 1.222, + 9199, + 1.222, + 9200, + 1.222, + 9201, + 1.222, + 9202, + 1.222, + 9203, + 1.222, + 9204, + 1.222, + 9205, + 1.222, + 9206, + 1.222, + 9207, + 1.222, + 9208, + 1.222, + 9209, + 1.222, + 9210, + 3.494, + 9211, + 1.222, + 9212, + 1.222, + 9213, + 1.222, + 9214, + 1.222, + 9215, + 1.222, + 9216, + 1.222, + 9217, + 1.222, + 9218, + 1.222, + 9219, + 1.222, + 9220, + 1.117, + 9221, + 1.222, + 9222, + 1.222, + 9223, + 1.222, + 9224, + 2.236, + 9225, + 1.222, + 9226, + 1.222, + 9227, + 1.222, + 9228, + 1.222, + 9229, + 1.222, + 9230, + 1.222, + 9231, + 1.222, + 9232, + 1.222, + 9233, + 1.222, + 9234, + 1.222, + 9235, + 3.821, + 9236, + 1.222, + 9237, + 1.222, + 9238, + 5.004, + 9239, + 1.117, + 9240, + 3.091, + 9241, + 1.222, 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, - 9691, - 4.28, - 9692, - 4.28, - 9693, - 6.456, - 9694, - 5.904, - 9695, - 6.456, - 9696, - 4.28, - 9697, - 6.456, - 9698, - 4.28, - 9699, - 4.28, - 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 - ] - ], - [ - "type/ref/stable/builtins", - [ - 6760, - 1.837 - ] - ], - [ - "data/ref/stable/builtins", - [ - 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, - 46, - 2.227, - 51, - 1.502, - 68, - 2.257, - 71, - 1.642, - 74, - 0.889, - 86, - 1.419, - 94, - 2.767, - 99, - 2.844, - 102, - 2.94, - 108, - 4.547, - 137, - 1.48, - 158, - 2.714, - 161, - 1.974, - 186, - 3.236, - 218, - 3.069, - 224, - 2.203, - 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, - 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 + 2.044, + 9243, + 1.222, + 9244, + 1.222, + 9245, + 1.222, + 9246, + 3.821, + 9247, + 1.222, + 9248, + 1.222, + 9249, + 1.222, + 9250, + 1.117, + 9251, + 1.222, + 9252, + 1.222, + 9253, + 1.222, + 9254, + 1.222, + 9255, + 1.222, + 9256, + 2.236, + 9257, + 1.222, + 9258, + 1.222, + 9259, + 1.222, + 9260, + 1.222, + 9261, + 1.222, + 9262, + 1.222, + 9263, + 1.222, + 9264, + 1.222, + 9265, + 3.091, + 9266, + 1.117, + 9267, + 2.236, + 9268, + 1.117, + 9269, + 2.236, + 9270, + 1.117, + 9271, + 1.222, + 9272, + 1.222, + 9273, + 1.222, + 9274, + 1.222, + 9275, + 1.222, + 9276, + 1.222, + 9277, + 2.044, + 9278, + 1.222, + 9279, + 2.236, + 9280, + 1.222, + 9281, + 1.222, + 9282, + 1.222, + 9283, + 1.222, + 9284, + 6.65, + 9285, + 1.222, + 9286, + 6.963, + 9287, + 2.236, + 9288, + 1.222, + 9289, + 1.222, + 9290, + 1.222, + 9291, + 1.222, + 9292, + 1.222, + 9293, + 1.222, + 9294, + 1.222, + 9295, + 3.091, + 9296, + 1.222, + 9297, + 1.222, + 9298, + 1.222, + 9299, + 1.222, + 9300, + 1.222, + 9301, + 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, + 2.236, + 9313, + 1.222, + 9314, + 1.222, + 9315, + 1.222, + 9316, + 1.222, + 9317, + 1.222, + 9318, + 1.222, + 9319, + 1.222, + 9320, + 2.236, + 9321, + 1.222, + 9322, + 1.222, + 9323, + 1.222, + 9324, + 1.117, + 9325, + 2.236, + 9326, + 1.222, + 9327, + 1.222, + 9328, + 1.222, + 9329, + 1.222, + 9330, + 1.222, + 9331, + 1.222, + 9332, + 1.222, + 9333, + 1.222, + 9334, + 4.452, + 9335, + 1.222, + 9336, + 1.222, + 9337, + 2.236, + 9338, + 1.222, + 9339, + 1.222, + 9340, + 1.222, + 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, + 2.236, + 9350, + 1.222, + 9351, + 1.222, + 9352, + 1.222, + 9353, + 1.117, + 9354, + 2.044, + 9355, + 1.222, + 9356, + 1.222, + 9357, + 1.048, + 9358, + 1.117, + 9359, + 1.222, + 9360, + 1.222, + 9361, + 2.236, + 9362, + 1.222, + 9363, + 1.222, + 9364, + 1.222, + 9365, + 1.222, + 9366, + 1.222 ] ], [ - "type/ref/stable/math", + "type/ref/stable/package", [ - 6760, + 6757, 1.837 ] ], [ - "data/ref/stable/math", + "data/ref/stable/package", [ 7, - 1.391, + 1.238, 8, - 1.56, + 1.95, 9, - 0.762, - 11, - 0.984, - 16, - 0.81, - 22, - 1.546, - 29, - 1.532, + 1.22, + 10, + 0.777, + 18, + 1.138, + 20, + 1.483, 30, - 1.135, - 32, - 0.876, - 33, - 1.193, - 35, - 2.027, + 1.369, + 36, + 1.575, + 38, + 1.308, + 39, + 0.759, 44, - 1.847, + 1.502, 46, - 1.281, - 51, - 1.523, - 70, - 1.532, - 71, - 1.665, - 74, - 0.757, + 1.556, + 52, + 0.99, + 57, + 1.262, + 59, + 0.915, + 60, + 1.571, 77, - 1.79, + 2.043, + 79, + 1.035, 86, - 1.667, + 2.263, + 94, + 1.673, 99, - 1.949, + 1.016, + 100, + 1.986, + 102, + 2.436, + 103, + 1.605, + 106, + 1.631, + 107, + 2.076, + 113, + 0.72, + 116, + 1.399, 121, - 1.928, - 137, - 1.014, + 1.189, + 122, + 2.965, + 126, + 1.808, + 146, + 1.762, + 148, + 1.158, + 150, + 1.765, + 153, + 0.816, 160, - 1.221, - 161, - 1.902, - 173, - 3.136, - 183, - 4.777, - 185, - 3.755, - 186, - 3.361, + 2.9, + 165, + 3.157, + 169, + 1.574, + 196, + 2.41, 201, - 2.481, + 2.417, + 207, + 1.879, + 211, + 1.61, + 224, + 3.568, + 225, + 2.423, 229, - 5.362, + 1.035, 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, + 1.251, + 231, + 2.118, + 240, + 1.605, + 241, + 1.691, + 243, + 2.797, + 244, + 3.028, + 247, + 3.5, + 257, + 1.421, + 263, + 2.084, + 268, + 2.014, + 269, + 2.066, + 273, + 2.248, + 306, + 1.581, + 341, + 3.343, + 351, + 1.866, + 353, + 1.432, + 358, + 1.657, + 368, + 1.605, + 382, + 1.294, + 387, + 1.268, + 392, + 1.26, + 411, + 2.93, + 443, + 2.934, + 469, + 1.822, + 471, + 1.868, + 484, + 3.085, 492, - 5.032, - 525, - 3.024, - 580, - 2.231, - 584, - 3.265, - 594, - 3.336, - 612, - 2.142, - 693, - 2.231, - 710, - 2.47, - 719, - 2.061, - 737, - 1.727, - 743, - 2.231, - 843, - 2.968, + 2.082, + 500, + 2.543, + 510, + 2.074, + 521, + 1.965, + 534, + 1.69, + 539, + 3.288, + 546, + 1.938, + 553, + 2.491, + 555, + 1.758, + 561, + 1.789, + 583, + 6.288, + 590, + 1.49, + 593, + 2.813, + 614, + 1.41, + 623, + 1.596, + 634, + 1.421, + 637, + 2.318, + 675, + 1.379, + 679, + 1.61, + 680, + 1.889, + 691, + 1.1, + 701, + 2.966, + 738, + 2.151, + 750, + 1.743, + 752, + 1.657, + 766, + 2.813, + 771, + 3.993, + 774, + 1.625, + 789, + 4.259, + 795, + 2.318, + 812, + 2.551, + 816, + 2.712, + 845, + 2.423, 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, + 2.861, + 877, + 2.369, + 882, + 7.44, + 890, + 1.866, + 894, + 1.421, + 901, + 2.439, + 909, + 2.318, + 914, + 3.298, + 917, + 1.625, + 918, + 1.725, + 941, + 1.41, + 960, + 3.151, + 975, + 1.725, + 996, + 1.822, + 999, + 1.657, + 1034, + 1.379, + 1043, + 1.554, + 1045, + 2.369, + 1067, + 1.175, + 1090, + 5.005, + 1146, + 1.554, 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, + 1.781, + 1269, + 6.241, + 1272, + 1.596, + 1295, + 3.417, + 1323, + 2.358, + 1382, + 3.127, + 1387, + 4.494, + 1411, + 4.826, + 1421, + 5.224, + 1431, + 2.813, + 1440, + 2.189, + 1442, + 2.934, + 1459, + 2.301, + 1465, + 2.785, + 1472, + 1.61, + 1490, + 2.813, + 1606, + 2.116, + 1652, + 4.417, + 1823, + 3.378, + 1868, + 4.494, + 1872, + 2.189, + 1926, + 2.318, + 1946, + 2.626, + 1948, + 1.913, + 1982, + 1.781, + 1997, + 2.051, + 1999, + 1.992, + 2015, + 6.138, + 2042, + 1.992, + 2095, + 2.151, + 2142, + 2.369, + 2220, + 2.151, + 2346, + 2.116, + 2360, + 1.938, + 2372, + 2.813, + 2507, + 2.151, + 2516, + 4.005, + 2544, + 2.318, + 2550, + 2.082, + 2554, + 2.151, + 2657, + 2.021, + 2684, + 2.116, + 2690, + 5.274, + 2852, + 5.768, + 2967, + 6.682, + 2994, + 2.369, + 3140, + 4.815, + 3317, + 2.712, + 3610, + 6.073, + 3709, + 4.123, + 3972, + 3.757, + 4214, + 2.813, + 4409, + 2.813, + 4681, + 2.934, + 5060, + 3.288, + 5190, + 3.288, + 5565, + 2.934, + 5744, + 3.288, + 5857, + 3.085, + 6149, + 2.626, + 6413, + 2.934, + 6703, + 3.288, + 7111, + 3.288, + 7113, + 3.085, + 7291, + 3.288, + 7992, + 6.776, + 8767, + 2.626, + 8953, + 3.288, + 9367, + 6.374, + 9368, + 3.596, + 9369, + 6.374, + 9370, + 3.596, + 9371, + 5.645, + 9372, + 3.288, + 9373, + 3.288, + 9374, + 3.288, + 9375, + 3.288, + 9376, + 5.645, + 9377, + 9.863, + 9378, + 3.596, + 9379, + 3.596, + 9380, + 3.596, + 9381, + 5.645, + 9382, + 3.596, + 9383, + 5.162, + 9384, + 3.596, + 9385, + 5.645, + 9386, + 3.596, + 9387, + 3.596, + 9388, + 3.596, + 9389, + 3.596, + 9390, + 3.596, + 9391, + 3.596, + 9392, + 3.596, + 9393, + 5.645, + 9394, + 3.596, + 9395, + 3.288, + 9396, + 3.596, + 9397, + 3.596, + 9398, + 5.645, + 9399, + 3.596, + 9400, + 3.596, + 9401, + 3.596, + 9402, + 3.288, + 9403, + 3.288, + 9404, + 5.645, + 9405, + 3.596, + 9406, + 3.596, + 9407, + 3.596, + 9408, + 3.596, + 9409, + 5.645, + 9410, + 6.97, + 9411, + 3.596, + 9412, + 3.596, + 9413, + 3.596, + 9414, + 3.085, + 9415, + 3.596, + 9416, + 3.596, + 9417, + 3.596, + 9418, + 3.596, + 9419, + 3.596, + 9420, + 3.085 + ] + ], + [ + "type/ref/stable/engine", + [ + 6757, + 1.837 + ] + ], + [ + "data/ref/stable/engine", + [ + 7, + 0.931, + 8, + 2.074, + 10, + 2.049, + 18, + 1.108, + 20, + 1.512, + 30, + 3.608, + 38, + 1.16, + 46, + 1.352, + 59, + 0.855, + 79, + 0.805, + 86, + 3.392, + 90, + 1.767, + 91, + 3.235, + 92, + 2.975, + 99, + 1.01, + 100, + 1.779, + 103, + 2.182, + 107, + 1.411, + 146, + 3.633, + 150, + 2.4, + 169, + 1.41, + 172, + 3.232, + 194, + 1.353, + 201, + 1.666, + 229, + 1.359, + 263, + 3.124, + 268, + 1.514, + 269, + 1.682, + 330, + 3.331, + 332, + 2.468, + 333, + 2.109, + 340, + 6.923, + 345, + 3.594, + 471, + 2.541, + 515, + 4.597, + 546, + 5.11, + 552, + 2.818, + 645, + 4.363, + 646, + 3.758, + 659, + 4.229, + 672, + 3.417, + 676, + 3.384, + 711, + 6.251, + 715, + 3.896, + 742, + 6.363, + 743, + 5.416, + 744, + 4.595, + 745, + 5.122, + 752, + 3.417, + 831, + 4.436, + 856, + 2.975, + 866, + 2.762, + 898, + 3.365, + 941, 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 + 1040, + 4.436, + 1061, + 6.244, + 1062, + 4.051, + 1202, + 4.5, + 1286, + 5.26, + 1438, + 5.801, + 1465, + 2.615, + 1511, + 3.997, + 1548, + 5.11, + 1662, + 3.261, + 1701, + 5.416, + 1769, + 3.417, + 1835, + 6.78, + 1858, + 4.885, + 1911, + 3.802, + 1966, + 6.389, + 1968, + 3.945, + 2019, + 4.998, + 2104, + 6.363, + 2164, + 3.204, + 2307, + 5.26, + 2346, + 4.363, + 2465, + 6.923, + 2514, + 4.051, + 2981, + 5.122, + 3081, + 6.78, + 3295, + 6.78, + 3343, + 5.801, + 3693, + 4.781, + 4483, + 5.26, + 7106, + 7.415, + 9105, + 6.363, + 9421, + 7.415, + 9422, + 7.415, + 9423, + 7.415, + 9424, + 6.78, + 9425, + 7.415, + 9426, + 9.478, + 9427, + 7.415, + 9428, + 7.415, + 9429, + 7.415, + 9430, + 7.415, + 9431, + 7.415, + 9432, + 7.415, + 9433, + 7.415 ] ], [ - "type/ref/stable/graphics", + "type/ref/stable/dmIntersection", [ - 6760, + 6757, 1.837 ] ], [ - "data/ref/stable/graphics", + "data/ref/stable/dmIntersection", [ - 21, - 2.508, - 27, - 7.712, + 7, + 0.971, + 10, + 2.303, + 18, + 1.155, + 38, + 0.609, + 46, + 1.103, + 57, + 1.553, + 59, + 1.009, + 69, + 2.576, + 70, + 2.308, + 71, + 5.343, + 79, + 1.026, + 84, + 2.368, + 96, + 2.451, + 113, + 1.098, + 125, + 1.667, + 126, + 1.779, + 145, + 3.398, + 237, + 2.525, + 241, + 1.656, + 250, + 4.319, + 268, + 2.421, + 295, + 2.525, + 303, + 7.344, + 333, + 2.199, + 359, + 2.411, + 361, + 5.471, + 389, + 3.036, + 400, + 3.694, + 420, + 7.36, + 488, + 4.887, + 524, + 2.59, + 540, + 3.398, + 553, + 2.764, + 866, + 4.418, + 898, + 3.97, + 903, + 2.955, + 931, + 2.118, + 1005, + 9.142, + 1007, + 3.733, + 1098, + 5.556, + 1155, + 3.749, + 1158, + 2.525, + 1187, + 8.127, + 1191, + 4.134, + 1256, + 4.795, + 1341, + 3.888, + 1459, + 4.463, + 1763, + 4.003, + 2441, + 2.88, + 2780, + 6.365, + 2835, + 6.636, + 3093, + 4.472, + 3124, + 8.507, + 3213, + 4.288, + 3479, + 4.134, + 3712, + 5.749, + 3810, + 3.611, + 3882, + 6.051, + 4743, + 3.398, + 5127, + 8.037, + 5570, + 8.037, + 5571, + 8.693, + 6132, + 4.703, + 8062, + 7.011, + 8150, + 7.943, + 8151, + 6.051, + 8546, + 5.012, + 9434, + 5.481, + 9435, + 11.182, + 9436, + 5.481, + 9437, + 5.481, + 9438, + 7.072, + 9439, + 5.481, + 9440, + 5.481, + 9441, + 5.481, + 9442, + 5.481, + 9443, + 10.654, + 9444, + 7.734, + 9445, + 10.654, + 9446, + 5.481, + 9447, + 7.734, + 9448, + 7.734 + ] + ], + [ + "type/ref/stable/io", + [ + 6757, + 1.837 + ] + ], + [ + "data/ref/stable/io", + [ + 7, + 1.262, + 8, + 3.466, + 9, + 1.661, + 10, + 1.542, + 11, + 1.091, + 18, + 1.14, + 20, + 1.593, 30, - 1.101, - 32, - 2.322, - 161, - 2.438, - 184, - 3.293, - 187, - 5.079, - 357, - 6.259, + 1.146, + 36, + 1.96, + 38, + 1.027, + 44, + 2.587, + 45, + 4.174, + 46, + 1.564, + 52, + 2.161, + 57, + 1.5, + 59, + 0.926, + 60, + 1.985, + 62, + 1.002, + 63, + 1.459, + 77, + 1.478, + 79, + 1.0, + 86, + 3.388, + 90, + 1.167, + 99, + 1.005, + 100, + 1.987, + 102, + 0.77, + 103, + 2.316, + 105, + 1.208, + 106, + 1.656, + 107, + 2.065, + 108, + 0.885, + 113, + 1.686, + 122, + 2.222, + 124, + 4.78, + 126, + 0.972, + 132, + 2.451, + 140, + 1.387, + 141, + 2.64, + 142, + 2.502, + 148, + 1.27, + 153, + 1.111, + 165, + 2.876, + 169, + 1.252, + 177, + 1.895, + 178, + 3.945, + 201, + 1.101, + 202, + 0.977, + 216, + 1.189, + 229, + 1.44, + 230, + 1.048, + 231, + 1.838, + 241, + 2.047, + 244, + 2.375, + 247, + 2.048, + 250, + 3.693, + 256, + 1.106, + 260, + 1.651, + 263, + 1.465, + 266, + 3.735, + 268, + 1.888, + 269, + 1.111, + 273, + 1.761, + 285, + 4.282, + 288, + 1.623, + 330, + 1.974, + 332, + 2.061, + 342, + 2.194, + 343, + 1.866, + 353, + 1.95, + 358, + 3.878, + 362, + 2.029, + 368, + 1.761, + 380, + 1.069, + 381, + 1.866, + 382, + 2.228, + 390, + 2.063, + 442, + 3.196, + 452, + 0.875, + 468, + 2.136, + 471, + 1.313, + 479, + 1.13, + 483, + 4.08, + 489, + 3.32, + 505, + 1.544, + 510, + 1.799, 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, + 1.048, + 543, + 1.208, + 550, + 3.654, + 553, + 1.076, + 556, + 2.932, + 560, + 3.913, + 581, + 1.623, + 596, + 1.645, + 624, + 2.456, + 627, + 1.744, + 633, + 1.526, + 636, + 1.878, + 672, + 3.288, + 675, + 1.154, + 680, + 1.582, + 687, + 1.772, + 691, + 1.895, + 702, + 1.508, + 723, + 1.833, + 737, + 4.174, + 740, + 3.138, + 747, + 2.753, + 749, + 2.676, + 754, + 1.801, + 765, + 2.17, + 771, + 2.881, + 792, + 1.717, + 827, + 1.744, + 844, + 2.583, + 845, + 2.029, + 848, + 2.427, + 856, + 2.485, + 874, + 2.511, + 877, + 1.983, + 880, + 1.459, + 891, + 3.009, + 894, + 1.189, + 899, + 1.983, + 919, + 1.544, + 924, + 1.429, + 938, + 3.913, + 987, + 1.602, + 1010, + 2.932, + 1025, + 1.189, + 1029, + 1.459, + 1041, + 2.214, + 1045, + 1.983, + 1081, + 1.833, + 1104, + 1.048, + 1141, + 1.833, + 1150, + 3.48, + 1164, + 2.931, + 1186, + 1.475, + 1256, + 3.839, + 1296, + 3.136, + 1309, + 1.645, + 1311, + 1.941, + 1322, + 2.511, + 1323, + 1.257, + 1343, + 1.668, + 1382, + 1.668, + 1401, + 1.833, + 1431, + 2.355, + 1435, + 4.845, + 1439, + 5.313, + 1459, + 4.549, + 1465, + 3.618, + 1472, + 4.141, + 1492, + 1.866, + 1509, + 4.929, + 1510, + 1.941, + 1525, + 1.902, + 1529, + 2.456, + 1548, + 1.623, + 1559, + 3.037, + 1562, + 1.983, + 1596, + 4.478, + 1649, + 1.602, + 1774, + 1.526, + 1814, + 4.402, + 1848, + 4.962, + 1869, + 3.227, + 1875, + 3.475, + 1884, + 3.928, + 1931, + 1.623, + 2007, + 1.902, + 2027, + 1.491, + 2028, + 2.029, + 2095, + 1.801, + 2105, + 1.983, + 2131, + 2.199, + 2164, + 3.393, + 2286, + 1.866, + 2297, + 3.158, + 2341, + 2.271, + 2389, + 1.744, + 2441, + 5.023, + 2498, + 4.962, + 2544, + 1.941, + 2632, + 2.456, + 2657, + 4.01, + 2684, + 1.772, + 2854, + 4.601, + 2875, + 1.833, + 2918, + 4.671, + 2973, + 2.456, + 2990, + 2.753, + 2994, + 4.08, + 3088, + 2.271, + 3400, + 6.48, + 3596, + 2.753, + 3610, + 1.623, + 3677, + 8.207, + 3696, + 2.456, + 3972, + 3.338, + 4364, + 2.136, + 4400, + 2.136, + 4800, + 2.753, + 4801, + 2.583, + 4854, + 1.744, + 4907, + 4.479, + 5344, + 2.583, + 5367, + 2.753, + 5397, + 2.199, + 5413, + 2.753, + 5416, + 4.479, + 5481, + 2.753, + 5487, + 5.053, + 5802, + 2.355, + 5972, + 2.753, + 7112, + 5.313, + 7116, + 2.583, + 7134, + 4.671, + 7454, + 3.832, + 8473, + 2.753, + 8605, + 6.525, + 9220, + 4.479, + 9449, + 4.898, + 9450, + 4.898, + 9451, + 4.479, + 9452, + 7.135, + 9453, + 3.01, + 9454, + 7.135, + 9455, + 4.898, + 9456, + 4.898, + 9457, + 3.01, + 9458, + 3.01, + 9459, + 2.753, + 9460, + 3.01, + 9461, + 3.01, + 9462, + 7.135, + 9463, + 2.456, + 9464, + 2.753, + 9465, + 4.479, + 9466, + 3.01, + 9467, + 3.01, + 9468, + 4.898, + 9469, + 3.01, + 9470, + 3.01, + 9471, + 3.01, + 9472, + 3.01, + 9473, + 3.01, + 9474, + 3.01, + 9475, + 7.135, + 9476, + 3.01 + ] + ], + [ + "type/ref/stable/dmHid", + [ + 6757, + 1.837 + ] + ], + [ + "data/ref/stable/dmHid", + [ + 7, + 0.514, + 18, + 1.099, + 23, + 3.824, + 36, + 1.244, + 38, + 0.454, + 46, + 1.468, + 57, + 1.544, + 72, + 2.517, + 79, + 1.005, + 99, + 0.985, + 107, + 0.779, + 110, + 1.617, + 113, + 1.25, + 141, + 4.103, + 142, + 3.135, + 144, + 2.15, + 145, + 6.38, + 165, + 1.17, + 168, + 2.15, + 170, + 2.9, + 172, + 3.97, + 178, + 1.524, + 202, + 3.905, + 206, + 1.983, + 211, + 2.795, + 216, + 1.617, + 240, + 1.164, + 250, + 3.518, + 263, + 1.866, + 266, + 2.769, + 268, + 2.038, + 273, + 2.369, + 306, + 3.721, + 307, + 4.899, + 330, + 1.989, + 333, + 1.774, + 351, + 2.123, + 358, + 4.423, + 371, + 4.445, + 382, + 3.044, + 471, + 2.441, + 490, + 2.606, + 516, + 4.56, + 582, + 2.491, + 600, + 5.16, + 679, + 4.609, + 701, + 4.445, + 753, + 8.245, + 785, + 6.469, + 819, + 2.408, + 828, + 2.408, + 866, + 1.524, + 891, + 2.565, + 915, + 2.393, + 941, + 1.604, + 948, + 1.617, + 1047, + 1.943, + 1064, + 3.057, + 1126, + 5.561, + 1140, + 5.11, + 1143, + 2.638, + 1155, + 4.101, + 1202, + 1.943, + 1306, + 2.586, + 1309, + 4.976, + 1406, + 1.867, + 1559, + 2.537, + 1679, + 5.573, + 1814, + 5.421, + 1841, + 2.37, + 1894, + 6.323, + 1918, + 3.742, + 1982, + 2.027, + 2027, + 5.671, + 2358, + 2.537, + 2469, + 6.461, + 2582, + 2.334, + 2736, + 2.299, + 2780, + 2.537, + 3712, + 4.415, + 3938, + 5.573, + 4242, + 4.426, + 4464, + 2.903, + 4466, + 7.754, + 4498, + 3.339, + 4514, + 4.023, + 4558, + 3.511, + 4621, + 2.537, + 5979, + 3.511, + 6760, + 6.71, + 6845, + 3.339, + 6920, + 6.903, + 7436, + 3.339, + 7959, + 3.339, + 7965, + 5.354, + 7966, + 5.354, + 8008, + 5.705, + 8009, + 8.777, + 8031, + 6.871, + 8174, + 5.097, + 9477, + 4.092, + 9478, + 4.092, + 9479, + 4.092, + 9480, + 8.46, + 9481, + 6.915, + 9482, + 4.092, + 9483, + 11.934, + 9484, + 9.598, + 9485, + 6.239, + 9486, + 8.46, + 9487, + 6.239, + 9488, + 9.982, + 9489, + 6.239, + 9490, + 6.239, + 9491, + 6.239, + 9492, + 4.092, + 9493, + 6.239, + 9494, + 4.092, + 9495, + 6.239, + 9496, + 4.092, + 9497, + 4.092, + 9498, + 4.092, + 9499, + 4.092, + 9500, + 4.092, + 9501, + 4.092, + 9502, + 6.239, + 9503, + 4.092, + 9504, + 6.239, + 9505, + 4.092, + 9506, + 4.092, + 9507, + 4.092, + 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, + 6.239, + 9523, + 4.092, + 9524, + 4.092, + 9525, + 4.092, + 9526, + 4.092, + 9527, + 8.777, + 9528, + 6.239, + 9529, + 6.239, + 9530, + 4.092, + 9531, + 4.092, + 9532, + 4.092, + 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 + ] + ], + [ + "type/ref/stable/debug", + [ + 6757, + 1.837 + ] + ], + [ + "data/ref/stable/debug", + [ + 7, + 1.235, + 9, + 2.54, + 10, + 0.707, + 12, + 1.493, + 18, + 1.151, + 20, + 1.535, + 22, + 1.345, + 27, + 1.895, + 30, + 1.994, + 36, + 1.494, + 38, + 0.971, + 46, + 0.747, + 52, + 1.803, + 57, + 1.499, + 59, + 1.007, + 60, + 0.91, + 77, + 1.697, + 79, + 1.0, + 86, + 1.701, + 90, + 0.78, + 99, + 0.932, + 100, + 1.64, + 103, + 2.013, + 105, + 1.313, + 106, + 1.468, + 107, + 1.247, + 108, + 0.962, + 113, + 1.313, + 122, + 1.019, + 124, + 1.426, + 126, + 1.3, + 136, + 2.67, + 137, + 2.205, + 140, + 1.508, + 141, + 3.234, + 142, + 2.599, + 148, + 2.018, + 150, + 0.828, + 153, + 1.859, + 158, + 1.532, + 160, + 2.202, + 165, + 3.457, + 169, + 1.719, + 171, + 2.686, + 177, + 1.603, + 196, + 2.833, + 201, + 1.177, + 207, + 1.089, + 229, + 1.201, + 230, + 1.139, + 240, + 1.49, + 241, + 1.755, + 243, + 1.621, + 244, + 2.872, + 247, + 3.036, + 249, + 1.569, + 257, + 1.293, + 263, + 2.745, + 268, + 2.009, + 269, + 1.189, + 273, + 1.293, + 280, + 2.054, + 285, + 3.67, + 315, + 2.028, + 330, + 1.67, + 332, + 2.727, + 333, + 2.13, + 351, + 2.719, + 358, + 3.019, + 368, + 2.33, + 380, + 1.162, + 382, + 1.885, + 390, + 2.206, + 411, + 1.698, + 426, + 4.785, + 442, + 1.465, + 452, + 1.905, + 471, + 2.008, + 472, + 1.508, + 489, + 1.522, + 496, + 1.522, + 500, + 1.911, + 504, + 3.752, + 505, + 1.678, + 506, + 1.992, + 510, + 1.202, + 513, + 2.719, + 516, + 5.304, + 521, + 1.823, + 524, + 3.452, + 546, + 1.764, + 547, + 3.083, + 554, + 2.458, + 556, + 4.043, + 573, + 1.228, + 581, + 1.764, + 590, + 1.355, + 601, + 1.194, + 629, + 0.984, + 634, + 1.293, + 672, + 2.414, + 677, + 1.508, + 691, + 1.603, + 744, + 5.357, + 749, + 1.788, + 750, + 2.54, + 765, + 2.295, + 771, + 1.522, + 773, + 2.714, + 774, + 2.368, + 827, + 3.034, + 891, + 1.11, + 895, + 1.569, + 904, + 2.321, + 914, + 1.367, + 915, + 2.512, + 917, + 4.996, + 931, + 2.243, + 944, + 1.678, + 948, + 2.07, + 999, + 1.508, + 1025, + 1.293, + 1029, + 1.586, + 1034, + 1.255, + 1062, + 1.788, + 1071, + 1.839, + 1082, + 3.311, + 1104, + 1.139, + 1109, + 2.54, + 1150, + 1.839, + 1172, + 4.152, + 1186, + 1.603, + 1198, + 2.988, + 1218, + 2.321, + 1221, + 1.621, + 1255, + 2.26, + 1262, + 2.39, + 1272, + 3.88, + 1295, + 3.692, + 1296, + 3.76, + 1309, + 1.788, + 1373, + 2.808, + 1383, + 2.992, + 1415, + 2.26, + 1434, + 2.625, + 1436, + 2.468, + 1459, + 4.621, + 1465, + 3.238, + 1472, + 4.112, + 1478, + 8.25, + 1495, + 2.902, + 1509, + 2.26, + 1511, + 1.764, + 1548, + 4.038, + 1559, + 2.028, + 1562, + 3.451, + 1606, + 3.855, + 1649, + 1.741, + 1662, + 2.881, + 1697, + 4.83, + 1713, + 1.719, + 1774, + 2.655, + 1823, + 1.958, + 1848, + 3.311, + 1863, + 2.56, + 1885, + 1.895, + 1908, + 1.479, + 1973, + 3.134, + 2015, + 3.531, + 2225, + 2.67, + 2272, + 2.67, + 2440, + 2.54, + 2582, + 2.988, + 2631, + 2.068, + 2646, + 2.56, + 2690, + 5.525, + 2918, + 2.468, + 3182, + 3.952, + 3224, + 2.156, + 3246, + 3.716, + 3247, + 2.39, + 3337, + 2.67, + 3610, + 2.824, + 3938, + 2.156, + 3972, + 5.659, + 4019, + 2.808, + 4538, + 3.952, + 4742, + 4.56, + 5113, + 2.67, + 5257, + 4.79, + 5397, + 3.826, + 5624, + 2.808, + 5686, + 5.622, + 5743, + 2.808, + 5764, + 2.992, + 5879, + 2.992, + 5896, + 7.031, + 5971, + 2.67, + 7114, + 2.808, + 8609, + 5.622, + 9113, + 2.67, + 9420, + 5.622, + 9463, + 4.275, + 9544, + 5.239, + 9545, + 3.272, + 9546, + 3.272, + 9547, + 3.272, + 9548, + 2.992, + 9549, + 3.272, + 9550, + 3.272, + 9551, + 6.551, + 9552, + 7.49, + 9553, + 9.539, + 9554, + 3.272, + 9555, + 3.272, + 9556, + 3.272, + 9557, + 3.272, + 9558, + 3.272, + 9559, + 3.272, + 9560, + 3.272, + 9561, + 3.272, + 9562, + 2.992, + 9563, + 3.272, + 9564, + 3.272, + 9565, + 3.272, + 9566, + 3.272, + 9567, + 8.194, + 9568, + 3.272, + 9569, + 2.992, + 9570, + 3.272, + 9571, + 6.551, + 9572, + 3.272, + 9573, + 3.272, + 9574, + 4.79, + 9575, + 3.272, + 9576, + 3.272, + 9577, + 3.272, + 9578, + 3.272, + 9579, + 3.272 + ] + ], + [ + "type/ref/stable/sys", + [ + 6757, + 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.575, + 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.451, + 67, + 0.679, + 77, + 1.384, + 78, + 0.601, + 79, + 0.938, + 84, + 1.456, + 86, + 2.7, + 88, + 0.721, + 89, + 0.74, + 90, + 1.815, + 91, + 0.839, + 94, + 1.143, + 97, + 0.392, + 99, + 1.062, + 100, + 1.864, + 102, + 0.628, + 103, + 1.104, + 104, + 0.687, + 105, + 0.986, + 106, + 1.586, + 107, + 0.258, + 109, + 0.505, + 110, + 0.535, + 111, + 1.026, + 113, + 1.834, + 117, + 0.797, + 122, + 0.765, + 124, + 1.469, + 126, + 2.076, + 128, + 1.651, + 130, + 1.495, + 132, + 0.844, + 133, + 0.74, + 141, + 1.984, + 142, + 2.472, + 148, + 1.662, + 149, + 0.516, + 150, + 0.622, + 151, + 1.009, + 153, + 1.594, + 158, + 1.84, + 160, + 1.85, + 165, + 2.098, + 167, + 0.548, + 169, + 1.491, + 170, + 0.52, + 172, + 2.912, + 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.035, + 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.555, + 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.525, + 335, + 1.618, + 341, + 1.616, + 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.181, + 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.403, + 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.493, + 561, + 0.429, + 563, + 0.84, + 577, + 1.321, + 601, + 1.75, + 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.708, + 634, + 1.635, + 640, + 0.961, + 643, + 1.022, + 644, + 0.671, + 645, + 0.797, + 649, + 0.811, + 659, + 0.773, + 672, + 3.237, + 674, + 0.679, + 675, + 0.52, + 679, + 2.148, + 680, + 1.77, + 683, + 1.431, + 685, + 1.955, + 691, + 2.479, + 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.523, + 765, + 1.68, + 771, + 1.568, + 773, + 2.123, + 774, + 1.111, + 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.19, + 861, + 0.913, + 866, + 1.542, + 891, + 2.669, + 894, + 3.285, + 913, + 2.615, + 915, + 0.942, + 918, + 2.81, + 919, + 0.695, + 920, + 1.922, + 924, + 2.988, + 931, + 0.673, + 941, + 0.963, + 944, + 1.728, + 960, + 0.613, + 962, + 0.637, + 963, + 0.74, + 977, + 0.721, + 998, + 4.069, + 999, + 2.21, + 1002, + 1.217, + 1010, + 1.009, + 1025, + 3.201, + 1029, + 1.191, + 1039, + 1.816, + 1040, + 0.811, + 1041, + 3.847, + 1042, + 4.628, + 1046, + 2.869, + 1047, + 1.6, + 1052, + 2.52, + 1055, + 3.81, + 1061, + 4.401, + 1064, + 0.664, + 1066, + 0.531, + 1101, + 3.156, + 1104, + 1.669, + 1109, + 3.051, + 1124, + 0.874, + 1126, + 0.671, + 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.811, + 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.624, + 1401, + 0.825, + 1403, + 0.643, + 1406, + 3.049, + 1409, + 1.06, + 1411, + 3.646, + 1416, + 1.743, + 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.446, + 1548, + 0.73, + 1557, + 0.811, + 1574, + 0.825, + 1584, + 0.761, + 1588, + 3.273, + 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.446, + 1769, + 1.553, + 1797, + 0.874, + 1804, + 2.573, + 1813, + 0.961, + 1814, + 1.1, + 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.894, + 1949, + 3.122, + 1962, + 2.461, + 1973, + 0.811, + 1974, + 1.106, + 1982, + 3.773, + 1990, + 0.893, + 1993, + 1.656, + 1997, + 0.773, + 1999, + 0.751, + 2007, + 0.856, + 2008, + 1.106, + 2024, + 2.425, + 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.26, + 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.615, + 2503, + 0.893, + 2514, + 2.62, + 2532, + 0.874, + 2562, + 1.022, + 2568, + 0.856, + 2582, + 1.401, + 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.497, + 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, + 4695, + 0.913, + 4712, + 1.239, + 4713, + 1.239, + 4720, + 1.106, + 4742, + 0.825, + 4771, + 3.551, + 4841, + 2.891, + 4842, + 2.108, + 4846, + 1.022, + 4859, + 2.108, + 4864, + 5.401, + 5106, + 2.246, + 5153, + 1.853, + 5166, + 1.239, + 5167, + 1.239, + 5187, + 2.004, + 5225, + 4.115, + 5248, + 1.106, + 5531, + 1.163, + 5554, + 2.108, + 5565, + 2.749, + 5667, + 2.246, + 5679, + 0.936, + 5688, + 1.239, + 5758, + 1.106, + 5849, + 2.246, + 5886, + 1.106, + 5896, + 2.891, + 6087, + 2.108, + 6132, + 1.163, + 6155, + 1.022, + 6257, + 1.239, + 6580, + 1.239, + 6956, + 2.004, + 7003, + 2.051, + 7147, + 2.246, + 7202, + 1.163, + 7446, + 1.853, + 7447, + 1.163, + 7573, + 1.239, + 7635, + 2.749, + 7959, + 1.106, + 8550, + 3.081, + 8642, + 3.785, + 8712, + 1.239, + 8731, + 1.239, + 8738, + 1.163, + 8744, + 1.922, + 8767, + 2.461, + 9105, + 2.891, + 9324, + 1.239, + 9424, + 6.109, + 9580, + 2.456, + 9581, + 1.355, + 9582, + 2.456, + 9583, + 5.363, + 9584, + 2.456, + 9585, + 2.456, + 9586, + 1.355, + 9587, + 2.456, + 9588, + 2.004, + 9589, + 1.355, + 9590, + 1.355, + 9591, + 1.355, + 9592, + 1.355, + 9593, + 1.355, + 9594, + 2.456, + 9595, + 1.355, + 9596, + 1.355, + 9597, + 1.355, + 9598, + 1.355, + 9599, + 1.355, + 9600, + 1.355, + 9601, + 2.456, + 9602, + 10.328, + 9603, + 2.456, + 9604, + 1.355, + 9605, + 2.456, + 9606, + 1.355, + 9607, + 1.355, + 9608, + 1.355, + 9609, + 1.355, + 9610, + 2.456, + 9611, + 1.239, + 9612, + 1.355, + 9613, + 1.355, + 9614, + 1.355, + 9615, + 1.355, + 9616, + 3.37, + 9617, + 1.355, + 9618, + 1.355, + 9619, + 1.355, + 9620, + 1.355, + 9621, + 1.355, + 9622, + 3.37, + 9623, + 2.456, + 9624, + 2.456, + 9625, + 3.37, + 9626, + 1.355, + 9627, + 1.355, + 9628, + 1.355, + 9629, + 1.355, + 9630, + 1.355, + 9631, + 1.355, + 9632, + 1.355, + 9633, + 1.355, + 9634, + 1.239, + 9635, + 1.355, + 9636, + 1.355, + 9637, + 1.355, + 9638, + 1.355, + 9639, + 2.456, + 9640, + 2.456, + 9641, + 1.355, + 9642, + 1.355, + 9643, + 1.355, + 9644, + 1.355, + 9645, + 4.139, + 9646, + 2.456, + 9647, + 1.355, + 9648, + 1.355, + 9649, + 1.355, + 9650, + 1.355, + 9651, + 1.355, + 9652, + 1.355, + 9653, + 1.355, + 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, + 3.37, + 9669, + 1.239, + 9670, + 2.246, + 9671, + 2.456, + 9672, + 3.37, + 9673, + 3.37, + 9674, + 1.355, + 9675, + 1.355, + 9676, + 1.355, + 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, + 3.37, + 9698, + 1.355, + 9699, + 1.355, + 9700, + 1.355, + 9701, + 1.355, + 9702, + 1.355, + 9703, + 1.355, + 9704, + 1.355, + 9705, + 1.355, + 9706, + 1.355, + 9707, + 2.246, + 9708, + 1.355, + 9709, + 1.355, + 9710, + 1.355, + 9711, + 1.163, + 9712, + 1.355, + 9713, + 1.355, + 9714, + 1.355, + 9715, + 1.355, + 9716, + 1.355, + 9717, + 2.456, + 9718, + 1.355, + 9719, + 1.355, + 9720, + 1.355, + 9721, + 1.355 + ] + ], + [ + "type/ref/stable/dmStringFunc", + [ + 6757, + 1.837 + ] + ], + [ + "data/ref/stable/dmStringFunc", + [ + 7, + 1.311, + 10, + 1.242, + 18, + 1.092, + 20, + 1.437, + 22, + 3.284, + 36, + 1.594, + 38, + 0.888, + 46, + 0.819, + 57, + 1.504, + 59, + 0.518, + 77, + 1.655, + 79, + 0.679, + 99, + 1.074, + 100, + 1.078, + 106, + 1.029, + 107, + 1.093, + 125, + 1.747, + 126, + 1.972, + 132, + 4.075, + 144, + 4.829, + 149, + 3.043, + 268, + 2.265, + 269, + 2.255, + 273, + 1.973, + 292, + 3.424, + 295, + 2.647, + 330, + 3.331, + 332, + 1.912, + 333, + 2.614, + 362, + 3.872, + 368, + 2.273, + 378, + 3.704, + 387, + 2.819, + 407, + 3.63, + 459, + 3.719, + 489, + 2.673, + 496, + 2.673, + 500, + 2.916, + 510, + 2.11, + 556, + 3.284, + 612, + 6.25, + 629, + 1.727, + 672, + 4.236, + 683, + 2.44, + 685, + 2.342, + 686, + 4.309, + 740, + 2.911, + 806, + 5.253, + 824, + 4.494, + 874, + 2.945, + 999, + 2.647, + 1025, + 3.632, + 1041, + 4.722, + 1062, + 3.138, + 1081, + 3.497, + 1082, + 5.051, + 1104, + 1.999, + 1140, + 2.647, + 1155, + 2.785, + 1186, + 2.815, + 1221, + 2.846, + 1322, + 2.945, + 1324, + 2.981, + 1375, + 4.196, + 1424, + 4.687, + 1431, + 4.494, + 1444, + 5.253, + 1446, + 4.687, + 1459, + 4.051, + 1465, + 4.413, + 1482, + 4.196, + 1502, + 2.945, + 1559, + 4.955, + 1596, + 3.056, + 1908, + 2.597, + 2066, + 3.784, + 2100, + 5.838, + 2164, + 2.482, + 2360, + 3.097, + 2410, + 8.109, + 2440, + 2.785, + 2498, + 3.63, + 2514, + 3.138, + 2544, + 3.704, + 2554, + 4.782, + 2831, + 4.333, + 3237, + 4.075, + 3247, + 5.838, + 3411, + 3.784, + 3713, + 3.38, + 3984, + 4.428, + 4069, + 6.698, + 4134, + 3.784, + 4376, + 6.858, + 4748, + 8.405, + 4873, + 4.196, + 5117, + 4.196, + 5679, + 5.521, + 6075, + 6.253, + 6470, + 5.092, + 6914, + 9.087, + 7152, + 6.253, + 7180, + 5.253, + 7415, + 6.714, + 7450, + 4.929, + 8744, + 6.253, + 9414, + 4.929, + 9722, + 5.744, + 9723, + 9.192, + 9724, + 5.744, + 9725, + 5.744, + 9726, + 5.744, + 9727, + 5.744, + 9728, + 5.744, + 9729, + 5.744, + 9730, + 5.744, + 9731, + 5.253, + 9732, + 5.253, + 9733, + 5.744, + 9734, + 5.744, + 9735, + 5.744, + 9736, + 5.744, + 9737, + 7.993, + 9738, + 7.993, + 9739, + 5.744, + 9740, + 5.744, + 9741, + 11.491, + 9742, + 5.744, + 9743, + 7.993, + 9744, + 7.993, + 9745, + 7.993, + 9746, + 5.744, + 9747, + 5.744, + 9748, + 9.192, + 9749, + 7.993, + 9750, + 5.744, + 9751, + 5.744, + 9752, + 5.744 + ] + ], + [ + "type/ref/stable/label", + [ + 6757, + 1.837 + ] + ], + [ + "data/ref/stable/label", + [ + 0, + 0.751, + 7, + 0.77, + 18, + 1.162, + 20, + 1.622, + 36, + 1.223, + 46, + 1.357, + 50, + 4.631, + 57, + 1.597, + 75, + 4.184, + 79, + 0.808, + 90, + 1.992, + 96, + 2.65, + 99, + 0.907, + 100, + 1.917, + 101, + 4.053, + 102, + 2.735, + 103, + 1.925, + 104, + 4.237, + 106, + 1.497, + 113, + 1.675, + 118, + 5.391, + 125, + 1.865, + 126, + 1.217, + 132, + 3.268, + 142, + 2.828, + 158, + 1.793, + 159, + 4.92, + 175, + 5.138, + 202, + 3.827, + 212, + 4.754, + 216, + 4.605, + 263, + 3.055, + 268, + 1.252, + 269, + 1.897, + 271, + 3.144, + 285, + 4.261, + 286, + 5.775, + 327, + 5.775, + 329, + 6.948, + 335, + 5.508, + 358, + 2.825, + 373, + 5.09, + 382, + 2.207, + 452, + 1.783, + 472, + 2.825, + 496, + 2.853, + 623, + 2.721, + 629, + 1.844, + 675, + 2.351, + 773, + 2.222, + 849, + 3.71, + 907, + 4.04, + 951, + 4.92, + 1019, + 3.861, + 1025, + 2.423, + 1254, + 5.509, + 1273, + 7.242, + 1309, + 3.35, + 1406, + 2.798, + 1459, + 2.5, + 1465, + 3.603, + 1471, + 3.038, + 1559, + 5.183, + 1602, + 3.005, + 1656, + 4.479, + 2268, + 3.263, + 2323, + 4.698, + 2597, + 6.106, + 2633, + 3.144, + 3311, + 3.875, + 3864, + 4.797, + 5618, + 5.607, + 5773, + 5.607, + 7770, + 5.607, + 7937, + 5.607, + 9753, + 6.132, + 9754, + 5.607 + ] + ], + [ + "type/ref/stable/dmSys", + [ + 6757, + 1.837 + ] + ], + [ + "data/ref/stable/dmSys", + [ + 8, + 3.359, + 18, + 1.11, + 20, + 0.998, + 36, + 1.905, + 38, + 0.834, + 55, + 3.602, + 57, + 0.961, + 59, + 0.678, + 73, + 4.348, + 79, + 0.94, + 99, + 1.053, + 126, + 1.896, + 132, + 2.58, + 226, + 2.089, + 229, + 1.927, + 268, + 2.146, + 269, + 1.704, + 292, + 3.216, + 298, + 4.745, + 330, + 2.394, + 333, + 2.135, + 471, + 2.013, + 479, + 3.943, + 491, + 5.874, + 505, + 4.899, + 601, + 2.739, + 602, + 3.036, + 603, + 3.136, + 604, + 3.805, + 605, + 4.282, + 721, + 5.874, + 765, + 3.347, + 866, + 2.797, + 895, + 3.602, + 905, + 5.622, + 1017, + 5.327, + 1046, + 5.716, + 1104, + 2.613, + 1216, + 5.084, + 1343, + 4.159, + 1411, + 5.082, + 1557, + 4.492, + 1672, + 4.047, + 1693, + 5.061, + 2028, + 5.061, + 2070, + 4.745, + 2117, + 4.946, + 2190, + 4.348, + 2346, + 6.184, + 2389, + 4.348, + 2579, + 5.327, + 2684, + 4.418, + 2779, + 5.74, + 2850, + 5.664, + 3171, + 6.866, + 3281, + 6.126, + 3299, + 6.443, + 3415, + 4.102, + 3603, + 4.745, + 3646, + 5.886, + 3712, + 3.64, + 3898, + 6.866, + 4069, + 6.44, + 4154, + 5.484, + 4351, + 6.443, + 4646, + 5.484, + 4854, + 6.086, + 5422, + 4.841, + 6072, + 6.443, + 6155, + 5.664, + 7334, + 5.327, + 7926, + 6.443, + 9755, + 7.508, + 9756, + 7.508, + 9757, + 6.866, + 9758, + 6.443, + 9759, + 6.866, + 9760, + 7.508, + 9761, + 6.866, + 9762, + 6.443, + 9763, + 6.866, + 9764, + 6.866, + 9765, + 6.866, + 9766, + 6.443, + 9767, + 7.508, + 9768, + 7.508, + 9769, + 7.508 + ] + ], + [ + "type/ref/stable/liveupdate", + [ + 6757, + 1.837 + ] + ], + [ + "data/ref/stable/liveupdate", + [ + 8, + 2.554, + 10, + 1.86, + 18, + 1.148, + 20, + 1.485, + 22, + 1.486, + 27, + 2.095, + 36, + 1.821, + 38, + 0.88, + 39, + 0.764, + 46, + 1.13, + 49, + 1.251, + 54, + 1.717, + 57, + 1.429, + 59, + 0.938, + 60, + 1.947, + 62, + 1.204, + 77, + 1.175, + 78, + 1.605, + 79, + 0.966, + 84, + 3.424, + 99, + 1.036, + 100, + 1.615, + 102, + 1.79, + 103, + 1.306, + 106, + 1.71, + 107, + 1.638, + 109, + 1.348, + 110, + 2.241, + 113, + 1.724, + 119, + 2.874, + 125, + 2.129, + 126, + 1.962, + 130, + 3.453, + 141, + 3.183, + 142, + 2.356, + 143, + 1.754, + 148, + 1.164, + 149, + 1.377, + 150, + 1.436, + 151, + 1.486, + 158, + 1.057, + 165, + 2.826, + 167, + 3.692, + 169, + 0.844, + 172, + 1.577, + 174, + 4.555, + 177, + 2.633, + 194, + 1.277, + 199, + 1.55, + 201, + 1.572, + 226, + 1.006, + 229, + 1.04, + 240, + 2.253, + 241, + 1.215, + 247, + 1.876, + 248, + 3.394, + 253, + 1.812, + 256, + 0.817, + 260, + 1.219, + 268, + 1.618, + 269, + 1.588, + 273, + 1.956, + 280, + 1.418, + 332, + 1.204, + 337, + 2.286, + 342, + 1.62, + 351, + 1.877, + 382, + 1.302, + 433, + 1.475, + 479, + 2.128, + 481, + 4.519, + 489, + 2.639, + 490, + 3.814, + 492, + 2.095, + 496, + 3.256, + 510, + 1.329, + 516, + 1.95, + 543, + 2.276, + 550, + 1.683, + 552, + 2.838, + 556, + 1.486, + 573, + 2.128, + 577, + 2.224, + 596, + 1.976, + 622, + 1.754, + 633, + 1.833, + 642, + 4.361, + 645, + 2.129, + 664, + 4.143, + 672, + 1.667, + 675, + 1.387, + 679, + 3.134, + 685, + 3.508, + 690, + 2.286, + 693, + 2.642, + 695, + 1.635, + 702, + 1.812, + 732, + 3.737, + 745, + 2.499, + 762, + 4.594, + 765, + 1.267, + 774, + 1.635, + 775, + 2.004, + 811, + 1.792, + 827, + 2.095, + 860, + 4.361, + 866, + 2.113, + 879, + 2.129, + 880, + 1.754, + 890, + 4.111, + 891, + 3.097, + 894, + 2.241, + 898, + 3.608, + 901, + 3.945, + 902, + 2.063, + 905, + 2.129, + 918, + 2.721, + 919, + 1.855, + 926, + 2.642, + 931, + 2.5, + 948, + 1.429, + 998, + 3.285, + 999, + 1.667, + 1010, + 2.875, + 1019, + 1.367, + 1039, + 3.772, + 1041, + 2.564, + 1062, + 1.976, + 1103, + 5.669, + 1109, + 1.754, + 1124, + 2.333, + 1146, + 3.024, + 1189, + 2.83, + 1216, + 1.925, + 1272, + 1.605, + 1295, + 2.128, + 1322, + 1.855, + 1379, + 3.651, + 1406, + 2.589, + 1411, + 2.43, + 1425, + 2.952, + 1427, + 2.499, + 1429, + 2.438, + 1463, + 2.202, + 1465, + 3.486, + 1471, + 1.792, + 1511, + 3.058, + 1629, + 2.541, + 1661, + 1.812, + 1662, + 3.078, + 1693, + 2.438, + 1698, + 4.338, + 1813, + 2.566, + 1869, + 4.61, + 1982, + 1.792, + 2006, + 1.9, + 2023, + 5.279, + 2027, + 1.792, + 2083, + 2.499, + 2094, + 8.645, + 2101, + 7.272, + 2105, + 2.383, + 2114, + 3.584, + 2164, + 1.563, + 2173, + 3.338, + 2182, + 1.855, + 2337, + 5.621, + 2358, + 2.243, + 2359, + 2.729, + 2452, + 4.964, + 2516, + 2.566, + 2546, + 2.642, + 2565, + 2.438, + 2633, + 2.908, + 2637, + 2.286, + 2638, + 3.104, + 2683, + 2.566, + 2775, + 1.95, + 2801, + 2.642, + 2822, + 2.202, + 2965, + 7.384, + 2998, + 5.279, + 3144, + 2.438, + 3331, + 8.292, + 3335, + 6.399, + 3366, + 2.566, + 3415, + 5.4, + 3631, + 3.308, + 3649, + 7.869, + 3670, + 2.952, + 3695, + 2.642, + 3712, + 1.754, + 3713, + 2.129, + 3902, + 2.286, + 3920, + 3.308, + 3921, + 3.308, + 3922, + 3.308, + 3923, + 6.798, + 3925, + 4.279, + 3938, + 4.61, + 3943, + 5.187, + 3957, + 3.104, + 3969, + 2.952, + 4181, + 3.308, + 4200, + 3.104, + 4771, + 3.104, + 4969, + 2.83, + 5818, + 5.187, + 7373, + 2.952, + 7565, + 3.104, + 8013, + 3.104, + 8409, + 5.187, + 8410, + 5.187, + 8568, + 5.187, + 9611, + 3.308, + 9670, + 3.308, + 9770, + 3.617, + 9771, + 3.617, + 9772, + 3.617, + 9773, + 3.617, + 9774, + 3.617, + 9775, + 3.617, + 9776, + 3.617, + 9777, + 5.672, + 9778, + 3.617, + 9779, + 5.672, + 9780, + 3.617, + 9781, + 5.672, + 9782, + 3.617, + 9783, + 3.617, + 9784, + 3.617, + 9785, + 3.617, + 9786, + 3.617, + 9787, + 5.672, + 9788, + 3.617, + 9789, + 3.617, + 9790, + 3.617, + 9791, + 3.617, + 9792, + 3.617, + 9793, + 3.308, + 9794, + 5.672, + 9795, + 5.672, + 9796, + 3.617, + 9797, + 3.617, + 9798, + 5.672, + 9799, + 3.617, + 9800, + 5.672, + 9801, + 3.617, + 9802, + 3.617, + 9803, + 3.308, + 9804, + 5.672, + 9805, + 3.617, + 9806, + 3.617, + 9807, + 3.617, + 9808, + 3.617, + 9809, + 3.308, + 9810, + 5.672, + 9811, + 3.617, + 9812, + 3.617, + 9813, + 3.617, + 9814, + 3.617, + 9815, + 3.617, + 9816, + 3.617 + ] + ], + [ + "type/ref/stable/model", + [ + 6757, + 1.837 + ] + ], + [ + "data/ref/stable/model", + [ + 7, + 0.807, + 18, + 1.153, + 20, + 1.555, + 31, + 2.466, + 36, + 1.545, + 38, + 1.157, + 46, + 0.607, + 52, + 1.172, + 57, + 1.528, + 59, + 0.699, + 77, + 0.882, + 79, + 0.938, + 90, + 1.015, + 92, + 2.581, + 96, + 2.737, + 97, + 1.859, + 99, + 0.965, + 100, + 1.454, + 101, + 3.118, + 102, + 1.982, + 103, + 2.33, + 104, + 2.158, + 105, + 1.709, + 106, + 1.866, + 107, + 0.81, + 124, + 3.764, + 125, + 1.956, + 126, + 2.068, + 135, + 2.466, + 141, + 2.867, + 142, + 2.898, + 148, + 1.59, + 158, + 1.245, + 165, + 2.787, + 167, + 2.601, + 169, + 1.506, + 170, + 3.995, + 175, + 3.764, + 177, + 1.303, + 185, + 3.023, + 194, + 1.576, + 202, + 2.804, + 215, + 6.108, + 229, + 1.421, + 233, + 2.87, + 240, + 2.455, + 241, + 1.377, + 247, + 1.408, + 263, + 1.273, + 268, + 2.066, + 269, + 1.459, + 271, + 2.183, + 273, + 1.913, + 281, + 3.987, + 330, + 1.358, + 332, + 2.579, + 344, + 2.592, + 349, + 3.11, + 380, + 2.283, + 381, + 3.987, + 392, + 1.492, + 471, + 2.077, + 481, + 2.429, + 490, + 3.237, + 540, + 2.64, + 553, + 1.522, + 554, + 1.598, + 556, + 1.75, + 595, + 3.467, + 634, + 1.683, + 691, + 1.968, + 724, + 6.38, + 728, + 2.087, + 732, + 6.107, + 752, + 2.963, + 773, + 1.543, + 849, + 4.624, + 856, + 1.709, + 866, + 2.396, + 880, + 2.064, + 898, + 1.512, + 912, + 4.997, + 919, + 2.183, + 931, + 2.538, + 959, + 3.422, + 1007, + 1.492, + 1019, + 4.391, + 1025, + 4.294, + 1071, + 2.393, + 1105, + 5.688, + 1109, + 3.118, + 1131, + 4.592, + 1137, + 4.637, + 1139, + 2.393, + 1140, + 1.962, + 1149, + 3.212, + 1164, + 2.548, + 1192, + 2.64, + 1220, + 4.804, + 1250, + 2.393, + 1281, + 4.563, + 1295, + 3.24, + 1296, + 2.887, + 1309, + 2.327, + 1379, + 4.271, + 1406, + 2.935, + 1434, + 2.133, + 1465, + 3.761, + 1474, + 5.518, + 1511, + 2.296, + 1525, + 4.064, + 1588, + 4.959, + 1608, + 3.848, + 1609, + 3.725, + 1675, + 6.44, + 1676, + 6.16, + 1929, + 3.379, + 1968, + 2.266, + 2440, + 2.064, + 2503, + 2.805, + 2594, + 3.475, + 2633, + 3.973, + 3113, + 3.654, + 3224, + 2.805, + 3476, + 2.942, + 3569, + 2.942, + 3787, + 3.11, + 3809, + 5.82, + 3810, + 4.237, + 3811, + 5.032, + 4104, + 2.691, + 4501, + 3.654, + 4503, + 5.66, + 4512, + 3.475, + 4513, + 6.063, + 4517, + 3.894, + 4527, + 6.063, + 4528, + 6.65, + 4529, + 6.65, + 4530, + 3.654, + 4531, + 3.654, + 4552, + 3.331, + 4695, + 2.87, + 4710, + 3.654, + 4829, + 2.87, + 5553, + 3.331, + 5923, + 3.894, + 5924, + 3.894, + 6959, + 3.654, + 7003, + 2.592, + 7624, + 3.894, + 9817, + 7.75, + 9818, + 4.258, + 9819, + 4.258, + 9820, + 3.654, + 9821, + 4.258, + 9822, + 4.258, + 9823, + 4.258, + 9824, + 7.75, + 9825, + 4.258, + 9826, + 4.258, + 9827, + 4.258, + 9828, + 4.258, + 9829, + 4.258 + ] + ], + [ + "type/ref/stable/dmTime", + [ + 6757, + 1.837 + ] + ], + [ + "data/ref/stable/dmTime", + [ + 7, + 1.129, + 46, + 1.716, + 99, + 0.799, + 141, + 3.95, + 158, + 3.121, + 169, + 1.338, + 333, + 2.558, + 353, + 3.581, + 359, + 3.956, + 689, + 4.782, + 765, + 4.213, + 1029, + 4.36, + 1082, + 5.684, + 1672, + 4.848, + 1872, + 5.475, + 2747, + 6.785, + 4244, + 6.569, + 6763, + 7.574, + 8759, + 10.319, + 9803, + 8.224, + 9830, + 8.994, + 9831, + 11.386, + 9832, + 8.994, + 9833, + 10.676, + 9834, + 8.994, + 9835, + 8.224, + 9836, + 8.994, + 9837, + 8.224, + 9838, + 8.994, + 9839, + 9.77 + ] + ], + [ + "type/ref/stable/dmTransform", + [ + 6757, + 1.837 + ] + ], + [ + "data/ref/stable/dmTransform", + [ + 7, + 1.24, + 10, + 1.074, + 11, + 2.611, + 18, + 1.135, + 20, + 1.237, + 30, + 2.744, + 38, + 0.8, + 46, + 1.517, + 57, + 1.264, + 60, + 1.382, + 70, + 3.036, + 74, + 3.138, + 75, + 5.025, + 77, + 1.493, + 79, + 1.005, + 90, + 2.218, + 96, + 3.267, + 99, + 0.944, + 100, + 1.746, + 106, + 1.519, + 113, + 0.995, + 158, + 2.48, + 169, + 1.262, + 201, + 1.906, + 207, + 1.653, + 223, + 4.052, + 229, + 1.89, + 241, + 1.063, + 246, + 3.272, + 260, + 2.429, + 263, + 1.485, + 269, + 1.127, + 273, + 2.094, + 292, + 3.088, + 295, + 3.321, + 328, + 6.518, + 354, + 3.747, + 359, + 4.791, + 387, + 2.542, + 430, + 4.262, + 442, + 4.169, + 454, + 1.977, + 457, + 1.763, + 472, + 2.288, + 500, + 1.812, + 509, + 5.349, + 540, + 7.813, + 541, + 4.514, + 555, + 2.244, + 602, + 2.009, + 603, + 2.074, + 747, + 2.791, + 861, + 4.858, + 951, + 5.816, + 972, + 3.202, + 978, + 3.352, + 1093, + 6.258, + 1098, + 7.228, + 1140, + 2.288, + 1221, + 2.46, + 1413, + 3.024, + 1471, + 3.57, + 1479, + 2.923, + 1768, + 4.262, + 1804, + 2.382, + 1908, + 2.245, + 1979, + 3.024, + 2123, + 5.308, + 2156, + 6.275, + 2373, + 3.138, + 2487, + 4.262, + 2554, + 2.971, + 2582, + 2.833, + 2591, + 3.348, + 2613, + 3.431, + 2623, + 3.886, + 2645, + 7.768, + 2779, + 5.653, + 2780, + 4.468, + 2808, + 4.052, + 2855, + 8.32, + 3021, + 4.468, + 3226, + 8.218, + 3459, + 4.262, + 3487, + 3.348, + 3600, + 4.052, + 3890, + 6.273, + 4588, + 4.262, + 4743, + 3.079, + 5148, + 6.018, + 5208, + 3.138, + 7084, + 4.541, + 7085, + 4.541, + 7099, + 4.052, + 7201, + 4.541, + 7355, + 4.262, + 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, + 9353, + 4.541, + 9354, + 4.541, + 9357, + 7.986, + 9731, + 4.541, + 9732, + 4.541, + 9840, + 7.207, + 9841, + 7.207, + 9842, + 4.966, + 9843, + 7.207, + 9844, + 4.966, + 9845, + 4.966, + 9846, + 4.966, + 9847, + 7.207, + 9848, + 4.966, + 9849, + 9.883, + 9850, + 7.207, + 9851, + 8.483, + 9852, + 7.207, + 9853, + 4.966, + 9854, + 4.966, + 9855, + 4.966, + 9856, + 4.966, + 9857, + 4.541, + 9858, + 4.966, + 9859, + 4.966, + 9860, + 7.757, + 9861, + 7.757, + 9862, + 4.966, + 9863, + 4.966 + ] + ], + [ + "type/ref/stable/dmExtension", + [ + 6757, + 1.837 + ] + ], + [ + "data/ref/stable/dmExtension", + [ + 7, + 1.157, + 10, + 1.536, + 12, + 3.242, + 18, + 1.113, + 20, + 1.529, + 28, + 2.36, + 38, + 1.137, + 46, + 0.694, + 52, + 2.699, + 57, + 1.073, + 59, + 0.978, + 62, + 2.364, + 79, + 0.712, + 90, + 2.44, + 91, + 2.425, + 99, + 0.938, + 100, + 1.574, + 102, + 2.145, + 103, + 2.357, + 111, + 2.967, + 113, + 0.975, + 122, + 1.516, + 126, + 2.032, + 132, + 1.672, + 141, + 1.801, + 143, + 4.066, + 144, + 4.406, + 160, + 2.088, + 165, + 3.253, + 166, + 3.338, + 169, + 0.724, + 170, + 3.925, + 174, + 2.896, + 177, + 2.173, + 194, + 1.789, + 201, + 1.094, + 202, + 2.306, + 229, + 1.797, + 241, + 2.436, + 247, + 1.61, + 256, + 1.099, + 268, + 2.323, + 273, + 1.753, + 330, + 2.265, + 340, + 5.188, + 368, + 1.384, + 382, + 3.318, + 479, + 3.147, + 543, + 1.953, + 546, + 2.624, + 552, + 2.915, + 612, + 5.516, + 615, + 2.59, + 623, + 4.092, + 634, + 4.045, + 679, + 3.182, + 691, + 2.821, + 717, + 2.865, + 811, + 3.519, + 863, + 3.672, + 874, + 3.642, + 879, + 4.18, + 880, + 3.443, + 996, + 2.467, + 1010, + 2.0, + 1034, + 3.216, + 1041, + 3.211, + 1044, + 3.556, + 1047, + 4.86, + 1062, + 2.66, + 1063, + 5.95, + 1067, + 3.453, + 1140, + 3.273, + 1153, + 2.288, + 1166, + 2.819, + 1296, + 2.646, + 1307, + 2.964, + 1379, + 5.091, + 1558, + 3.018, + 1559, + 3.018, + 1769, + 4.518, + 1823, + 4.25, + 1920, + 4.763, + 1931, + 2.624, + 1997, + 2.776, + 1999, + 2.697, + 2024, + 2.201, + 2117, + 3.207, + 2135, + 6.955, + 2190, + 4.114, + 2345, + 5.188, + 2509, + 4.25, + 2516, + 5.039, + 2582, + 5.592, + 2656, + 5.358, + 2718, + 3.454, + 2736, + 4.713, + 2750, + 4.489, + 2779, + 3.686, + 2878, + 3.454, + 2879, + 3.972, + 2948, + 7.196, + 3194, + 6.495, + 3253, + 3.809, + 3262, + 4.177, + 3599, + 3.207, + 3607, + 3.556, + 3646, + 3.78, + 3691, + 3.363, + 3797, + 4.58, + 4132, + 4.452, + 4430, + 3.556, + 4678, + 6.495, + 4736, + 6.495, + 4772, + 4.452, + 4773, + 4.452, + 4774, + 4.452, + 4775, + 4.452, + 4776, + 4.452, + 4777, + 4.452, + 5452, + 4.452, + 5623, + 3.972, + 5763, + 3.809, + 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.868, + 9868, + 7.103, + 9869, + 7.103, + 9870, + 4.868, + 9871, + 4.868, + 9872, + 4.868, + 9873, + 10.237, + 9874, + 7.103, + 9875, + 7.103, + 9876, + 7.103, + 9877, + 4.868, + 9878, + 4.868, + 9879, + 7.103, + 9880, + 4.868, + 9881, + 9.22, + 9882, + 7.103, + 9883, + 7.103, + 9884, + 7.103, + 9885, + 4.868, + 9886, + 9.22, + 9887, + 7.103, + 9888, + 7.103, + 9889, + 7.103, + 9890, + 10.834, + 9891, + 4.868, + 9892, + 7.103, + 9893, + 4.868, + 9894, + 8.387, + 9895, + 9.804, + 9896, + 4.868, + 9897, + 4.868, + 9898, + 4.868, + 9899, + 4.868 + ] + ], + [ + "type/ref/stable/dmConditionVariable", + [ + 6757, + 1.837 + ] + ], + [ + "data/ref/stable/dmConditionVariable", + [ + 18, + 1.055, + 20, + 1.079, + 38, + 0.902, + 52, + 2.235, + 57, + 1.284, + 59, + 0.733, + 79, + 0.967, + 99, + 0.721, + 100, + 1.524, + 125, + 2.47, + 126, + 1.612, + 143, + 3.937, + 165, + 2.322, + 169, + 1.208, + 177, + 3.332, + 201, + 2.255, + 226, + 2.26, + 368, + 2.309, + 561, + 2.574, + 571, + 7.33, + 1049, + 8.611, + 1162, + 7.12, + 1296, + 3.025, + 1558, + 5.034, + 1814, + 5.334, + 2305, + 6.353, + 2540, + 5.56, + 2690, + 6.77, + 3219, + 8.611, + 3365, + 7.571, + 3595, + 5.931, + 4743, + 5.034, + 5878, + 9.539, + 6964, + 7.426, + 6967, + 5.931, + 6969, + 6.126, + 7958, + 7.851, + 9588, + 8.189, + 9900, + 8.121, + 9901, + 11.908, + 9902, + 10.036, + 9903, + 9.177, + 9904, + 11.908, + 9905, + 11.908, + 9906, + 8.121, + 9907, + 11.377, + 9908, + 8.121, + 9909, + 8.121, + 9910, + 8.121 + ] + ], + [ + "type/ref/stable/go", + [ + 6757, + 1.837 + ] + ], + [ + "data/ref/stable/go", + [ + 0, + 0.134, + 7, + 1.001, + 8, + 0.565, + 10, + 1.419, + 11, + 0.396, + 17, + 0.738, + 18, + 1.147, + 20, + 1.511, + 22, + 0.45, + 23, + 1.583, + 31, + 0.634, + 36, + 1.819, + 38, + 1.219, + 44, + 0.457, + 46, + 1.587, + 47, + 0.905, + 48, + 1.17, + 49, + 0.699, + 52, + 0.964, + 56, + 0.786, + 57, + 1.536, + 59, + 0.702, + 60, + 2.108, + 62, + 2.081, + 63, + 0.53, + 69, + 0.514, + 72, + 0.364, + 73, + 0.634, + 75, + 3.961, + 77, + 0.725, + 79, + 0.95, + 84, + 1.216, + 86, + 2.647, + 90, + 1.806, + 92, + 1.86, + 95, + 0.509, + 96, + 2.685, + 97, + 2.927, + 99, + 1.063, + 100, + 1.933, + 101, + 0.53, + 102, + 1.991, + 103, + 1.693, + 105, + 0.811, + 106, + 1.544, + 107, + 1.69, + 113, + 1.253, + 119, + 2.802, + 121, + 1.533, + 124, + 0.477, + 125, + 1.065, + 126, + 2.076, + 127, + 3.442, + 128, + 0.536, + 130, + 0.666, + 133, + 5.151, + 135, + 1.63, + 141, + 0.747, + 142, + 2.115, + 143, + 0.53, + 148, + 1.596, + 150, + 0.712, + 153, + 0.931, + 155, + 0.692, + 156, + 0.644, + 158, + 2.15, + 160, + 0.322, + 161, + 0.738, + 163, + 0.939, + 165, + 2.668, + 166, + 0.949, + 167, + 1.138, + 169, + 0.419, + 170, + 3.717, + 172, + 1.227, + 174, + 1.147, + 175, + 4.15, + 177, + 1.071, + 178, + 2.202, + 182, + 0.582, + 188, + 0.939, + 194, + 1.957, + 196, + 0.378, + 197, + 1.203, + 201, + 2.196, + 202, + 1.137, + 207, + 0.364, + 210, + 0.817, + 211, + 0.49, + 215, + 3.433, + 227, + 1.17, + 228, + 0.851, + 229, + 1.146, + 230, + 0.703, + 234, + 1.605, + 240, + 1.452, + 241, + 1.093, + 244, + 1.958, + 247, + 0.668, + 250, + 3.006, + 251, + 3.491, + 253, + 1.012, + 256, + 1.547, + 257, + 2.018, + 258, + 2.703, + 261, + 0.465, + 263, + 2.533, + 264, + 0.666, + 266, + 4.464, + 268, + 2.103, + 269, + 2.094, + 271, + 1.796, + 273, + 1.621, + 280, + 0.792, + 288, + 0.59, + 291, + 1.17, + 294, + 1.152, + 304, + 0.706, + 306, + 2.75, + 330, + 0.897, + 332, + 1.165, + 333, + 1.318, + 337, + 2.213, + 341, + 0.525, + 342, + 0.49, + 353, + 0.436, + 358, + 1.297, + 362, + 0.738, + 368, + 1.778, + 371, + 3.285, + 382, + 0.394, + 385, + 3.85, + 387, + 0.386, + 391, + 0.678, + 419, + 1.277, + 420, + 0.756, + 428, + 1.209, + 441, + 0.548, + 446, + 1.41, + 452, + 0.318, + 457, + 0.717, + 467, + 0.721, + 469, + 0.555, + 471, + 2.347, + 472, + 1.891, + 473, + 1.238, + 481, + 0.624, + 489, + 1.629, + 490, + 1.936, + 500, + 1.027, + 504, + 1.012, + 505, + 1.036, + 506, + 0.666, + 509, + 0.568, + 511, + 0.582, + 516, + 2.212, + 521, + 0.381, + 522, + 0.542, + 540, + 2.544, + 543, + 0.439, + 548, + 0.721, + 552, + 1.952, + 553, + 0.722, + 554, + 0.758, + 555, + 0.629, + 556, + 0.83, + 560, + 3.227, + 561, + 1.301, + 577, + 0.792, + 582, + 0.666, + 588, + 0.568, + 596, + 0.598, + 627, + 0.634, + 629, + 1.234, + 631, + 1.001, + 644, + 0.542, + 648, + 0.53, + 669, + 0.678, + 675, + 1.079, + 679, + 0.49, + 686, + 1.089, + 687, + 0.644, + 691, + 1.071, + 692, + 0.758, + 695, + 0.913, + 716, + 1.997, + 717, + 1.189, + 724, + 1.209, + 728, + 2.011, + 732, + 1.331, + 738, + 0.655, + 750, + 0.979, + 751, + 1.138, + 752, + 1.297, + 753, + 1.433, + 765, + 0.708, + 773, + 1.269, + 785, + 2.34, + 792, + 1.152, + 811, + 1.001, + 817, + 0.825, + 819, + 0.644, + 848, + 0.542, + 849, + 4.464, + 856, + 2.635, + 866, + 2.06, + 873, + 2.419, + 880, + 0.53, + 891, + 2.324, + 894, + 0.798, + 897, + 0.706, + 900, + 1.581, + 901, + 0.473, + 903, + 0.59, + 914, + 4.767, + 915, + 2.627, + 919, + 0.561, + 923, + 0.536, + 924, + 0.52, + 931, + 2.987, + 947, + 0.575, + 948, + 3.797, + 951, + 3.005, + 952, + 1.433, + 959, + 1.075, + 960, + 0.495, + 962, + 0.949, + 975, + 0.525, + 978, + 1.384, + 979, + 0.913, + 987, + 1.497, + 989, + 1.897, + 990, + 1.331, + 991, + 0.666, + 998, + 0.634, + 1002, + 1.735, + 1007, + 1.227, + 1010, + 2.272, + 1019, + 3.826, + 1025, + 3.51, + 1029, + 0.53, + 1034, + 0.42, + 1039, + 1.089, + 1043, + 0.473, + 1046, + 1.684, + 1062, + 1.104, + 1064, + 0.99, + 1093, + 2.415, + 1098, + 1.252, + 1099, + 3.124, + 1105, + 0.721, + 1109, + 4.306, + 1113, + 0.856, + 1133, + 1.061, + 1136, + 2.171, + 1137, + 1.209, + 1139, + 0.615, + 1140, + 3.026, + 1141, + 1.23, + 1143, + 0.706, + 1144, + 0.624, + 1146, + 1.216, + 1149, + 1.524, + 1150, + 1.581, + 1153, + 3.831, + 1155, + 2.68, + 1156, + 1.847, + 1157, + 1.84, + 1158, + 4.3, + 1160, + 1.209, + 1163, + 1.734, + 1165, + 2.296, + 1188, + 1.716, + 1193, + 2.455, + 1198, + 0.624, + 1202, + 2.2, + 1207, + 0.799, + 1224, + 0.525, + 1229, + 0.721, + 1245, + 0.738, + 1247, + 0.939, + 1250, + 0.615, + 1253, + 0.615, + 1254, + 1.17, + 1261, + 0.655, + 1272, + 2.057, + 1273, + 1.189, + 1279, + 2.773, + 1281, + 0.776, + 1289, + 1.252, + 1295, + 2.92, + 1296, + 2.33, + 1301, + 0.776, + 1307, + 1.23, + 1309, + 0.598, + 1322, + 0.561, + 1323, + 0.457, + 1329, + 1.209, + 1332, + 1.138, + 1343, + 0.606, + 1376, + 0.799, + 1379, + 2.723, + 1387, + 0.706, + 1403, + 0.959, + 1406, + 2.331, + 1411, + 1.5, + 1434, + 1.012, + 1455, + 0.776, + 1459, + 0.824, + 1465, + 3.358, + 1471, + 0.542, + 1472, + 1.568, + 1495, + 1.119, + 1509, + 0.756, + 1510, + 0.706, + 1543, + 0.644, + 1546, + 0.568, + 1588, + 2.011, + 1589, + 0.738, + 1597, + 0.634, + 1599, + 1.277, + 1600, + 0.655, + 1602, + 0.536, + 1604, + 0.575, + 1606, + 1.189, + 1607, + 0.634, + 1609, + 1.17, + 1621, + 1.426, + 1623, + 1.396, + 1628, + 0.837, + 1629, + 0.905, + 1631, + 1.252, + 1636, + 2.028, + 1638, + 1.277, + 1648, + 6.497, + 1649, + 1.497, + 1661, + 1.012, + 1675, + 1.888, + 1676, + 1.277, + 1677, + 1.847, + 1679, + 1.331, + 1682, + 1.778, + 1684, + 0.634, + 1689, + 0.776, + 1694, + 4.914, + 1713, + 4.189, + 1714, + 0.799, + 1773, + 3.053, + 1774, + 1.024, + 1804, + 0.525, + 1823, + 2.773, + 1878, + 1.277, + 1893, + 0.655, + 1894, + 0.721, + 1895, + 1.778, + 1896, + 2.36, + 1902, + 2.307, + 1903, + 1.476, + 1908, + 2.5, + 1911, + 1.036, + 1912, + 2.123, + 1929, + 0.575, + 1931, + 1.089, + 1936, + 0.606, + 1966, + 0.738, + 1968, + 0.582, + 1979, + 1.23, + 1991, + 0.799, + 2027, + 2.928, + 2089, + 0.615, + 2095, + 0.655, + 2096, + 2.273, + 2114, + 0.692, + 2116, + 1.605, + 2123, + 1.152, + 2173, + 0.644, + 2226, + 2.213, + 2268, + 1.075, + 2284, + 2.857, + 2307, + 0.776, + 2323, + 3.85, + 2330, + 0.721, + 2375, + 0.856, + 2377, + 0.756, + 2469, + 0.776, + 2474, + 1.524, + 2475, + 1.524, + 2506, + 0.678, + 2522, + 0.856, + 2530, + 0.939, + 2540, + 2.273, + 2546, + 0.799, + 2548, + 1.189, + 2550, + 0.634, + 2555, + 0.692, + 2589, + 2.296, + 2590, + 1.648, + 2633, + 1.796, + 2649, + 0.655, + 2739, + 1.001, + 2875, + 1.23, + 2876, + 1.396, + 2877, + 1.524, + 2916, + 1.277, + 2955, + 0.624, + 3084, + 1.944, + 3087, + 1.303, + 3093, + 0.893, + 3094, + 0.756, + 3108, + 0.799, + 3117, + 1.524, + 3118, + 0.825, + 3144, + 1.362, + 3246, + 5.521, + 3272, + 0.893, + 3363, + 0.756, + 3365, + 1.524, + 3427, + 0.856, + 3487, + 1.897, + 3505, + 0.856, + 3513, + 0.939, + 3559, + 0.856, + 3597, + 0.776, + 3621, + 0.856, + 3691, + 0.756, + 3712, + 0.53, + 3713, + 1.189, + 3776, + 0.825, + 3783, + 0.939, + 3787, + 1.476, + 3816, + 0.893, + 3859, + 1.001, + 3861, + 0.825, + 3862, + 1.734, + 3863, + 1.001, + 3865, + 0.893, + 3888, + 0.799, + 3890, + 0.738, + 3897, + 0.692, + 3972, + 0.59, + 4002, + 0.856, + 4097, + 1.734, + 4129, + 1.847, + 4208, + 0.939, + 4348, + 1.001, + 4349, + 0.893, + 4369, + 3.211, + 4454, + 0.856, + 4456, + 2.296, + 4464, + 2.911, + 4465, + 2.766, + 4466, + 3.528, + 4483, + 1.433, + 4486, + 0.893, + 4498, + 2.296, + 4505, + 0.799, + 4514, + 3.565, + 4519, + 0.939, + 4523, + 1.001, + 4524, + 1.648, + 4525, + 1.001, + 4527, + 1.581, + 4528, + 1.734, + 4529, + 1.734, + 4530, + 1.734, + 4531, + 1.734, + 4742, + 1.713, + 4940, + 1.734, + 5007, + 1.847, + 5117, + 0.799, + 5143, + 0.856, + 5148, + 0.776, + 5181, + 0.939, + 5475, + 1.001, + 5487, + 0.893, + 5635, + 0.893, + 5648, + 0.939, + 5670, + 0.721, + 5763, + 0.856, + 5766, + 1.847, + 5804, + 0.939, + 5882, + 1.001, + 5920, + 0.776, + 5967, + 3.005, + 5968, + 1.734, + 5974, + 1.734, + 5976, + 1.734, + 6011, + 4.167, + 6014, + 2.415, + 6023, + 0.799, + 6470, + 3.274, + 6517, + 0.939, + 7003, + 0.666, + 7242, + 3.005, + 7564, + 0.939, + 7565, + 4.382, + 7588, + 1.847, + 7589, + 1.001, + 7635, + 0.893, + 7638, + 1.001, + 7639, + 1.001, + 7640, + 1.001, + 7641, + 3.202, + 7642, + 1.001, + 7643, + 3.202, + 7644, + 1.001, + 7645, + 3.202, + 7646, + 1.001, + 7647, + 3.202, + 7648, + 1.001, + 7649, + 1.001, + 7650, + 1.001, + 7651, + 1.001, + 7652, + 1.001, + 7653, + 1.001, + 7654, + 1.001, + 7655, + 3.202, + 7656, + 1.001, + 7657, + 3.202, + 7658, + 1.001, + 7659, + 3.202, + 7660, + 1.001, + 7661, + 1.001, + 7662, + 1.001, + 7663, + 1.001, + 7664, + 1.001, + 7665, + 1.001, + 7666, + 1.001, + 7667, + 1.001, + 7668, + 1.001, + 7669, + 1.001, + 7670, + 1.001, + 7671, + 1.001, + 7672, + 1.001, + 7673, + 1.001, + 7674, + 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, + 7719, + 1.001, + 7742, + 1.001, + 7758, + 0.939, + 7759, + 1.001, + 7760, + 1.001, + 7836, + 1.001, + 7837, + 1.001, + 7838, + 1.001, + 7839, + 1.001, + 7840, + 1.001, + 7841, + 1.001, + 7923, + 1.001, + 7927, + 1.001, + 7928, + 1.001, + 7959, + 0.893, + 7960, + 1.001, + 7961, + 1.847, + 7962, + 1.001, + 7963, + 1.001, + 7964, + 1.001, + 7965, + 1.734, + 7966, + 1.734, + 7967, + 1.001, + 7968, + 1.001, + 7969, + 1.001, + 7970, + 1.001, + 7971, + 1.001, + 7972, + 1.001, + 7973, + 1.001, + 9239, + 2.573, + 9465, + 1.001, 9911, - 3.91, + 1.094, 9912, - 3.91, + 1.094, 9913, - 3.91 - ] - ], - [ - "type/ref/stable/crash", - [ - 6760, - 1.837 - ] - ], - [ - "data/ref/stable/crash", - [ - 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, - 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, - 77, - 1.425, - 86, - 1.019, - 92, - 1.686, - 94, - 1.697, - 98, - 2.578, - 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, - 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, - 590, - 2.363, - 593, - 3.307, - 594, - 2.016, - 605, - 2.841, - 628, - 2.987, - 659, - 1.924, - 669, - 5.202, - 670, - 2.516, - 702, - 2.353, - 712, - 2.016, - 758, - 2.12, - 759, - 1.73, - 796, - 2.261, - 858, - 1.555, - 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, - 7311, - 4.486, - 7861, - 4.486, - 8436, - 9.688, - 8452, - 4.486, - 8481, - 4.21, - 8785, - 4.486, - 9503, - 4.486, + 1.094, 9914, - 4.906, + 1.094, 9915, - 4.906, + 2.02, 9916, - 4.906, + 1.094, 9917, - 4.906, + 1.094, 9918, - 4.906, + 1.094, 9919, - 4.906, + 1.094, 9920, - 4.906, + 1.094, 9921, - 4.906, + 1.094, 9922, - 4.906, + 1.094, 9923, - 4.906, + 1.094, 9924, - 7.144, + 1.094, 9925, - 6.533, + 1.094, 9926, - 4.906, + 1.094, 9927, - 4.906, + 1.094, 9928, - 7.144, + 1.094, 9929, - 4.906, + 1.094, 9930, - 4.906, + 1.094, 9931, - 4.906, + 1.094, 9932, - 4.906, + 1.094, 9933, - 4.906, + 1.094, 9934, - 4.906, + 1.094, 9935, - 4.906, + 1.094, 9936, - 4.486, + 1.094, 9937, - 4.906, + 1.094, 9938, - 4.906, + 1.094, 9939, - 4.906, + 1.094, 9940, - 4.906, + 1.094, 9941, - 4.906, + 1.094, 9942, - 4.906, + 1.094, 9943, - 4.906, + 1.094, 9944, - 4.906, + 1.094, 9945, - 4.906, + 1.094, 9946, - 4.906, + 1.094, 9947, - 4.906, + 1.094, 9948, - 4.906, + 1.094, 9949, - 4.906, + 1.094, 9950, - 4.906, + 1.094, 9951, - 4.906, + 1.094, 9952, - 4.906, + 1.094, 9953, - 4.906, + 1.094, 9954, - 4.906, + 1.094, 9955, - 4.906, + 1.094, 9956, - 4.906, + 1.094, 9957, - 4.906, + 1.094, 9958, - 4.906, + 2.02, 9959, - 4.906, + 2.02, 9960, - 4.906, + 2.02, 9961, - 4.906, + 2.02, 9962, - 4.906, + 2.02, 9963, - 4.906, + 2.02, 9964, - 4.906, + 1.094, 9965, - 4.906, + 1.094, 9966, - 4.906, + 1.094, 9967, - 4.906 - ] - ], - [ - "type/ref/stable/timer", - [ - 6760, - 1.837 - ] - ], - [ - "data/ref/stable/timer", - [ - 0, - 0.733, - 7, - 1.032, - 8, - 1.052, - 9, - 1.022, - 11, - 0.73, - 16, - 0.742, - 21, - 2.291, - 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, - 99, - 2.352, - 104, - 3.326, - 119, - 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, - 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, - 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, - 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, + 1.094, 9968, - 5.987, + 1.094, 9969, - 5.987, + 1.094, 9970, - 10.954, + 2.02, 9971, - 5.987, + 1.094, 9972, - 9.395, + 1.094, 9973, - 5.987, + 1.094, 9974, - 8.225, + 1.094, 9975, - 8.225, + 1.094, 9976, - 5.987, + 1.094, 9977, - 5.987, + 1.094, 9978, - 5.987, + 1.094, 9979, - 5.987, + 1.094, 9980, - 5.987, + 1.094, 9981, - 5.987, + 1.094, 9982, - 5.987, + 1.094 + ] + ], + [ + "type/ref/stable/b2d", + [ + 6757, + 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.428, + 1031, + 7.838, + 1158, + 4.945, + 1465, + 3.2, + 1472, + 4.806, + 1628, + 3.758, + 2297, + 6.92, + 2440, + 5.202, + 5422, + 6.92, 9983, - 5.987 + 9.072, + 9984, + 9.813, + 9985, + 9.072, + 9986, + 8.296, + 9987, + 9.072, + 9988, + 8.296, + 9989, + 8.296 ] ], [ - "type/ref/stable/dmGui", + "type/ref/stable/builtins", [ - 6760, + 6757, 1.837 ] ], [ - "data/ref/stable/dmGui", + "data/ref/stable/builtins", [ - 8, - 1.355, + 7, + 1.006, 9, - 1.036, - 11, - 0.975, - 21, - 2.112, - 26, - 1.115, + 2.717, + 10, + 1.732, + 18, + 1.022, + 20, + 1.323, 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, + 3.788, + 38, + 0.89, + 46, 1.42, - 71, - 0.853, - 73, - 2.755, - 74, - 0.462, + 52, + 2.205, + 57, + 1.385, + 59, + 0.723, + 60, + 2.229, 77, - 1.702, - 92, - 1.429, - 102, - 1.23, + 1.659, + 79, + 1.008, + 99, + 1.054, + 100, + 1.503, + 107, + 1.525, 108, - 2.388, - 110, - 1.385, - 119, - 3.08, + 2.355, 121, - 2.413, - 123, - 3.091, - 125, - 2.556, - 127, - 2.639, - 129, - 3.872, - 131, - 4.358, - 133, - 5.42, - 141, - 0.834, - 161, - 1.516, - 162, - 1.625, - 173, - 1.607, - 186, - 1.889, - 196, - 2.591, - 198, - 3.718, - 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, + 2.65, + 126, 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, + 148, + 1.644, + 158, + 2.342, + 160, + 2.926, + 165, + 2.846, + 169, + 1.481, + 170, + 3.072, + 171, + 5.551, + 196, + 2.77, + 241, + 1.715, + 260, + 2.7, + 263, + 3.237, + 269, + 2.258, + 327, + 5.534, + 459, + 3.728, + 543, + 3.215, + 552, + 2.382, + 555, + 2.495, + 644, + 3.969, + 692, + 3.006, + 1019, + 4.548, + 1298, + 5.063, + 1343, + 4.438, + 1434, + 4.014, + 1459, + 3.266, + 1465, + 4.244, + 1650, + 4.794, + 1765, + 6.537, + 1812, + 5.4, + 2558, + 5.534, + 2839, + 7.326, + 2925, + 6.417, + 3241, + 6.537, + 4134, + 6.556, + 5159, + 6.875, + 5160, + 7.786, + 5556, + 6.537, + 5681, + 6.875, + 5841, + 6.537, + 6317, + 8.54, + 7122, + 7.326, + 7978, + 6.875, + 8056, + 6.537, 9990, - 4.16, + 8.012, 9991, - 7.64, + 9.952 + ] + ], + [ + "type/ref/stable/dmImage", + [ + 6757, + 1.837 + ] + ], + [ + "data/ref/stable/dmImage", + [ + 202, + 3.648, + 330, + 3.583, + 333, + 3.195, + 479, + 4.216, + 601, + 4.099, + 8174, + 7.573 + ] + ], + [ + "type/ref/stable/os", + [ + 6757, + 1.837 + ] + ], + [ + "data/ref/stable/os", + [ + 7, + 1.412, + 8, + 2.899, + 18, + 1.138, + 20, + 1.577, + 36, + 1.895, + 38, + 0.95, + 44, + 1.493, + 46, + 1.296, + 52, + 1.547, + 57, + 1.352, + 59, + 1.016, + 62, + 1.87, + 77, + 1.63, + 79, + 0.995, + 86, + 1.824, + 90, + 1.339, + 99, + 1.029, + 100, + 2.015, + 102, + 1.776, + 103, + 2.091, + 106, + 1.41, + 107, + 1.873, + 108, + 1.051, + 109, + 1.332, + 113, + 0.716, + 116, + 1.391, + 126, + 1.954, + 141, + 3.515, + 142, + 2.544, + 148, + 1.153, + 150, + 0.905, + 153, + 1.575, + 165, + 3.021, + 169, + 1.464, + 177, + 1.093, + 194, + 0.652, + 198, + 1.53, + 201, + 1.923, + 207, + 2.619, + 226, + 0.994, + 229, + 1.569, + 230, + 2.417, + 241, + 1.945, + 244, + 1.37, + 247, + 3.004, + 256, + 1.777, + 257, + 1.412, + 263, + 2.558, + 268, + 2.224, + 269, + 1.275, + 273, + 2.112, + 282, + 1.771, + 288, + 3.029, + 330, + 2.509, + 332, + 1.189, + 333, + 1.974, + 353, + 3.134, + 358, + 1.647, + 380, + 1.269, + 382, + 1.286, + 387, + 1.26, + 439, + 2.409, + 442, + 2.517, + 452, + 2.018, + 468, + 2.535, + 471, + 2.293, + 486, + 2.796, + 496, + 1.663, + 497, + 1.833, + 500, + 1.304, + 506, + 3.421, + 510, + 1.313, + 514, + 2.469, + 543, + 1.434, + 546, + 1.927, + 552, + 1.063, + 553, + 2.482, + 590, + 1.481, + 620, + 1.855, + 627, + 2.07, + 633, + 1.811, + 634, + 2.743, + 636, + 2.155, + 666, + 2.355, + 672, + 2.589, + 676, + 1.631, + 689, + 1.601, + 691, + 1.719, + 702, + 1.791, + 703, + 1.401, + 729, + 2.07, + 749, + 3.07, + 765, + 3.976, + 771, + 1.663, + 795, + 2.305, + 828, + 2.103, + 848, + 2.784, + 856, + 2.255, + 894, + 3.589, + 898, + 1.269, + 919, + 1.833, + 938, + 2.259, + 960, + 2.54, + 987, + 1.902, + 998, + 2.07, + 1025, + 1.412, + 1043, + 1.544, + 1045, + 5.185, + 1066, + 1.401, + 1083, + 2.796, + 1104, + 3.162, + 1109, + 3.366, + 1160, + 4.154, + 1186, + 1.751, + 1198, + 4.489, + 1216, + 2.99, + 1283, + 3.07, + 1295, + 2.953, + 1296, + 2.587, + 1304, + 2.103, + 1406, + 1.631, + 1434, + 2.815, + 1440, + 6.431, + 1459, + 4.543, + 1465, + 3.726, + 1472, + 3.832, + 1473, + 2.535, + 1492, + 3.483, + 1496, + 2.469, + 1594, + 2.038, + 1632, + 2.259, + 1636, + 3.254, + 1657, + 2.916, + 1713, + 1.878, + 1774, + 1.811, + 1781, + 3.067, + 1806, + 2.469, + 1866, + 2.038, + 1908, + 1.616, + 1941, + 2.796, + 1942, + 2.008, + 1971, + 4.396, + 1982, + 3.44, + 1999, + 3.113, + 2015, + 2.409, + 2043, + 6.635, + 2095, + 3.362, + 2164, + 3.401, + 2192, + 2.469, + 2225, + 2.916, + 2341, + 2.696, + 2346, + 3.306, + 2373, + 2.259, + 2440, + 2.724, + 2452, + 2.535, + 2498, + 3.551, + 2561, + 2.916, + 2566, + 3.702, + 2632, + 2.916, + 2657, + 4.423, + 2684, + 2.103, + 2690, + 3.254, + 2850, + 2.696, + 2958, + 6.349, + 2973, + 2.916, + 2994, + 3.702, + 3021, + 2.216, + 3104, + 2.916, + 3177, + 4.239, + 3246, + 2.535, + 3342, + 2.216, + 3415, + 1.953, + 3442, + 2.535, + 3610, + 4.897, + 3672, + 2.916, + 3674, + 2.696, + 3681, + 2.61, + 3972, + 4.612, + 4098, + 2.216, + 4134, + 2.355, + 4400, + 3.986, + 4701, + 6.349, + 4846, + 2.696, + 4854, + 2.07, + 4924, + 6.753, + 5208, + 3.551, + 5341, + 3.268, + 5343, + 3.268, + 5344, + 3.067, + 5345, + 3.268, + 5347, + 5.138, + 5348, + 3.268, + 5397, + 5.071, + 5415, + 7.197, + 5479, + 3.268, + 5718, + 2.61, + 5784, + 9.66, + 5868, + 4.821, + 6023, + 4.104, + 6695, + 5.138, + 6967, + 2.61, + 7112, + 3.067, + 7117, + 6.753, + 7161, + 3.268, + 7176, + 9.82, + 7184, + 2.916, + 7356, + 3.067, + 8018, + 3.268, + 8662, + 3.268, + 8767, + 4.104, + 9757, + 6.349, + 9758, + 3.067, + 9762, + 3.067, + 9766, + 3.067, + 9860, + 5.138, + 9861, + 5.138, 9992, - 6.319, + 3.574, 9993, - 10.04, + 3.574, 9994, - 4.16, + 3.268, 9995, - 4.16, + 5.619, 9996, - 4.16, + 3.574, 9997, - 4.16, + 5.619, 9998, - 6.319, + 3.574, 9999, - 4.16, + 5.619, 10000, - 4.16, + 3.574, 10001, - 4.16, + 3.574, 10002, - 4.16, + 3.574, 10003, - 4.16, + 3.574, 10004, - 3.804, + 3.574, 10005, - 4.16, + 5.619, 10006, - 4.16, + 3.574, 10007, - 4.16, + 3.574, 10008, - 4.16, + 3.574, 10009, - 4.16, + 5.619, 10010, - 6.319, + 3.574, 10011, - 4.16, + 3.574, 10012, - 4.16, + 3.574, 10013, - 4.16, + 3.574, 10014, - 4.16, + 3.574, 10015, - 4.16, + 3.574, 10016, - 4.16, + 3.574, 10017, - 4.16, + 3.574, 10018, - 4.16, + 3.574, 10019, - 4.16, + 3.574, 10020, - 6.319, + 3.574, 10021, - 4.16 + 3.268, + 10022, + 3.574, + 10023, + 3.574 ] ], [ - "type/ref/stable/sound", + "type/ref/stable/dmConnectionPool", [ - 6760, + 6757, 1.837 ] ], [ - "data/ref/stable/sound", + "data/ref/stable/dmConnectionPool", [ - 7, - 1.279, - 8, - 1.422, - 9, - 0.979, - 10, - 1.209, - 11, - 1.047, - 16, - 1.009, - 21, - 2.02, - 22, - 1.504, - 23, - 0.822, - 25, - 2.169, - 26, - 1.336, - 28, - 1.769, - 29, - 2.185, - 30, - 1.14, - 32, - 1.122, - 33, - 1.58, - 35, - 3.264, - 42, - 1.94, - 44, - 1.526, + 17, + 4.226, + 18, + 1.043, + 38, + 1.197, 46, - 1.386, - 50, - 0.969, - 51, - 1.912, - 67, - 1.332, - 68, - 1.928, - 70, - 0.854, - 71, - 1.36, - 73, - 0.969, - 74, - 0.904, - 77, - 1.176, - 80, - 2.718, - 83, - 2.484, + 1.584, + 52, + 1.726, + 57, + 0.802, + 59, + 0.931, + 79, + 0.817, 86, - 1.544, - 97, - 1.163, + 2.036, + 90, + 1.494, 99, - 2.665, - 103, - 1.288, - 104, - 1.538, - 105, - 2.275, - 106, - 3.842, + 0.957, + 100, + 1.176, 107, - 3.416, - 108, - 3.603, - 119, - 3.155, - 121, - 2.882, - 123, - 0.806, - 134, - 1.677, - 135, - 3.054, - 136, - 2.698, - 137, - 1.075, - 141, - 2.113, - 143, - 4.033, - 146, - 0.878, + 1.193, + 126, + 1.244, + 139, + 3.631, + 142, + 1.864, + 144, + 4.459, 148, - 1.288, - 151, - 1.615, - 152, - 1.606, + 1.286, 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, - 196, - 0.754, - 198, - 0.726, - 203, - 4.879, - 216, - 2.505, - 217, - 1.999, - 218, - 1.458, - 224, - 2.241, - 234, - 2.198, - 236, - 3.024, - 237, - 1.778, - 239, - 3.885, + 2.481, + 165, + 2.751, + 177, + 2.944, + 202, + 2.036, + 226, + 1.745, + 229, + 2.147, + 241, + 1.342, 256, - 0.654, - 267, - 1.769, - 270, - 2.651, - 290, - 0.774, - 293, + 2.173, + 268, + 1.28, + 269, + 1.423, + 273, + 1.548, + 330, 1.999, - 300, - 1.419, - 305, - 2.202, - 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, + 332, + 2.087, + 333, + 1.783, + 387, + 2.211, + 457, + 2.226, 479, - 1.884, - 491, - 0.929, - 493, - 2.787, - 504, - 1.268, - 514, - 3.513, - 519, - 3.283, + 3.869, + 483, + 5.591, 522, - 1.843, - 523, - 1.769, - 526, - 1.465, - 530, - 2.76, - 541, - 1.499, - 564, - 6.949, - 569, - 0.643, - 573, - 2.253, - 580, - 1.078, - 581, - 2.346, - 590, - 2.692, - 594, - 1.563, - 595, - 0.806, - 605, - 2.202, - 611, - 0.987, + 3.106, + 601, + 2.287, + 602, + 2.536, + 603, + 2.619, 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, + 3.751, + 629, + 1.885, + 645, + 3.689, + 672, + 2.889, + 765, + 2.197, + 771, + 2.917, + 807, + 3.631, 858, - 0.705, - 874, - 2.778, - 914, - 2.238, + 3.751, + 866, + 3.162, + 880, + 3.039, 948, - 0.84, - 977, - 2.107, - 1022, - 4.056, - 1042, - 1.998, - 1045, - 1.114, + 4.074, + 998, + 3.631, + 1054, + 9.617, + 1055, + 6.145, + 1056, + 6.199, 1078, - 3.225, - 1094, - 1.884, + 4.73, 1104, - 1.114, - 1107, - 1.078, - 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, - 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, - 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, + 2.954, + 1160, + 5.757, + 1272, + 3.767, + 1296, + 2.336, + 1459, + 2.556, + 1502, + 3.215, + 1506, + 5.38, + 1649, + 3.336, + 1814, + 3.801, + 1971, + 7.528, + 1991, + 4.579, + 2327, + 7.768, + 2465, + 6.199, + 2468, + 4.905, + 2540, + 4.702, + 2779, + 4.405, + 2842, + 5.116, 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, + 4.448, + 3067, + 8.067, + 3594, + 6.199, + 3646, + 4.516, + 3712, + 4.114, + 4198, + 7.283, + 4621, + 5.965, + 4854, + 6.432, + 5168, + 5.116, + 5247, + 4.905, + 7324, + 5.733, + 8174, + 4.226, + 8758, + 5.733, + 8762, + 5.733, + 8767, + 6.199, + 9058, + 7.283, + 9358, + 7.761, 10024, - 7.721, + 6.27, 10025, - 3.803, + 11.944, 10026, - 7.225, + 11.709, 10027, - 4.983, + 11.107, 10028, - 4.983, + 6.27, 10029, - 2.223, + 6.27, 10030, - 2.033, + 8.488, 10031, - 3.803, + 8.488, 10032, - 2.223, + 8.488, 10033, - 2.223, + 8.488, 10034, - 2.223, + 8.488, 10035, - 2.223, + 6.27, 10036, - 2.223, + 6.27, 10037, - 2.223, + 6.27, 10038, - 2.223, + 6.27, 10039, - 2.223, + 6.27, 10040, - 2.223, + 5.733, 10041, - 2.223, + 6.27, 10042, - 2.223, + 6.27, 10043, - 2.223, + 6.27, 10044, - 2.223, + 5.733, 10045, - 2.223, + 6.27, 10046, - 5.898, + 6.27, 10047, - 2.223, - 10048, - 2.223, - 10049, - 1.908, - 10050, - 2.223, - 10051, - 2.223, - 10052, - 2.223, - 10053, - 4.983 + 6.27 ] ], [ - "type/ref/stable/dmArray", + "type/ref/stable/dmSocket", [ - 6760, + 6757, 1.837 ] ], [ - "data/ref/stable/dmArray", + "data/ref/stable/dmSocket", [ 7, - 1.283, + 0.785, 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, + 1.749, + 18, + 0.564, + 20, + 0.545, + 36, + 1.69, + 38, + 1.215, 46, - 1.602, - 49, - 1.318, - 68, - 1.817, - 70, - 2.235, - 71, - 1.181, - 72, - 2.275, - 74, - 0.787, + 1.209, + 52, + 1.13, + 57, + 1.084, + 59, + 0.564, 77, - 1.148, + 1.295, + 79, + 0.93, + 80, + 10.042, 86, - 1.313, - 92, - 3.95, - 97, - 2.816, + 1.332, + 90, + 2.771, 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, - 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, + 1.112, + 135, + 2.377, + 142, + 1.859, + 158, + 2.477, + 165, + 1.788, + 169, + 0.611, + 177, + 1.913, + 201, + 1.405, + 202, + 3.344, + 208, + 2.75, + 226, + 1.142, + 229, + 2.253, + 241, + 0.879, + 247, + 2.068, + 260, + 1.383, + 263, + 1.87, + 268, + 1.862, + 269, + 0.931, + 273, + 2.091, + 280, + 2.452, + 298, + 2.593, + 330, + 1.308, + 332, + 1.366, + 333, + 1.778, + 341, + 1.968, + 349, + 4.567, + 479, + 4.543, + 483, + 4.12, 490, - 3.713, - 493, - 1.078, + 1.714, + 491, + 3.211, 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, + 2.13, + 556, + 1.686, + 601, + 1.497, + 602, + 1.66, + 603, + 1.714, + 604, + 2.08, + 605, + 2.34, + 612, + 2.455, + 614, + 1.609, + 631, + 2.033, 680, - 3.164, - 697, - 2.146, - 710, - 1.336, - 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, - 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, + 3.285, + 686, + 3.371, + 716, + 5.48, + 721, + 3.211, + 752, + 1.891, + 774, + 4.123, + 827, + 4.907, + 858, + 2.455, + 866, + 3.398, + 874, + 3.206, + 891, + 2.57, + 897, + 2.646, + 976, + 3.211, + 1016, + 2.593, + 1017, + 2.911, + 1025, + 2.471, + 1041, + 3.83, + 1055, + 7.237, + 1062, + 2.242, + 1343, + 4.694, + 1465, + 2.205, + 1471, + 2.033, + 1485, + 2.703, + 1502, + 2.104, + 1557, + 2.455, + 1588, + 2.011, + 1597, + 6.338, + 1621, + 4.87, + 1672, + 2.212, + 1696, + 5.552, + 1714, + 2.997, + 1812, + 2.766, + 1814, + 1.838, + 1971, + 7.135, + 2070, + 2.593, + 2075, + 3.741, + 2088, + 2.997, + 2123, + 3.566, + 2190, + 2.377, + 2327, + 5.354, + 2448, + 4.991, + 2465, + 2.997, + 2540, + 3.464, + 2548, + 2.415, + 2579, + 2.911, + 2736, + 5.125, + 2750, + 2.593, + 2779, + 3.932, + 2799, + 6.391, + 2852, + 6.188, + 3252, + 4.215, + 3281, + 3.348, + 3287, + 3.753, + 3299, + 3.521, + 3351, + 7.135, + 3594, + 7.523, + 3595, + 5.534, + 3597, + 6.011, + 3646, + 4.031, + 3712, + 5.218, + 3938, + 2.703, + 3984, + 3.464, + 4134, + 2.703, + 4351, + 3.521, + 4382, + 3.521, + 4621, + 6.386, + 4743, + 2.544, + 4780, + 2.997, + 4854, + 6.633, + 5033, + 5.718, + 5245, + 5.366, + 5246, + 6.501, + 6072, + 3.521, + 6155, + 3.096, + 6413, + 6.913, + 6470, + 2.273, + 6760, + 2.34, + 6763, + 5.375, + 7331, + 4.717, + 7334, + 8.191, + 7926, + 3.521, + 7958, + 4.892, + 8757, + 3.753, + 8759, + 7.27, + 8764, + 3.753, + 8767, + 6.188, + 8770, + 3.753, + 9414, + 5.366, + 9711, + 5.366, + 9758, + 3.521, + 9759, + 3.753, + 9761, + 3.753, + 9762, + 3.521, + 9763, + 3.753, + 9764, + 3.753, + 9765, + 3.753, + 9766, + 3.521, + 10048, + 6.253, + 10049, + 3.753, + 10050, + 4.104, + 10051, + 6.253, + 10052, + 4.104, + 10053, + 4.104, 10054, - 11.497, + 4.104, 10055, - 3.688, + 4.104, 10056, - 8.793, + 4.104, 10057, - 3.688, + 4.104, 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 - ] - ], - [ - "type/ref/stable/dmTime", - [ - 6760, - 1.837 - ] - ], - [ - "data/ref/stable/dmTime", - [ - 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 - ] - ], - [ - "type/ref/stable/dmConnectionPool", - [ - 6760, - 1.837 - ] - ], - [ - "data/ref/stable/dmConnectionPool", - [ - 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, - 1.995, - 121, - 1.77, - 123, - 2.267, - 125, - 2.531, - 127, - 2.614, - 146, - 4.071, - 151, - 2.146, - 161, - 1.242, - 198, - 2.044, - 224, - 1.722, - 249, - 6.191, - 250, - 4.895, - 251, - 3.682, - 253, - 4.72, - 254, - 8.06, - 259, - 7.766, - 278, - 2.941, - 300, - 1.34, - 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, - 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, + 4.104, + 10059, + 8.473, + 10060, + 4.104, + 10061, + 4.104, + 10062, + 4.104, + 10063, + 4.104, + 10064, + 4.104, + 10065, + 4.104, + 10066, + 4.104, + 10067, + 4.104, + 10068, + 4.104, + 10069, + 4.104, + 10070, + 6.253, + 10071, + 4.104, + 10072, + 6.253, 10073, - 6.257, + 4.104, 10074, - 11.94, + 4.104, 10075, - 11.704, + 4.104, 10076, - 11.1, + 4.104, 10077, - 6.257, + 4.104, 10078, - 6.257, + 6.253, 10079, - 8.476, + 4.104 + ] + ], + [ + "type/ref/stable/dmWebServer", + [ + 6757, + 1.837 + ] + ], + [ + "data/ref/stable/dmWebServer", + [ + 18, + 1.008, + 38, + 1.127, + 54, + 3.315, + 57, + 0.893, + 79, + 0.775, + 90, + 2.173, + 99, + 1.017, + 100, + 1.31, + 110, + 2.759, + 125, + 2.124, + 132, + 2.399, + 142, + 2.076, + 158, + 2.041, + 172, + 4.425, + 174, + 2.846, + 177, + 2.136, + 229, + 2.099, + 247, + 2.309, + 253, + 3.498, + 263, + 3.035, + 268, + 1.425, + 471, + 1.871, + 479, + 4.439, + 612, + 4.177, + 645, + 4.108, + 646, + 5.454, + 669, + 5.652, + 709, + 4.412, + 715, + 5.334, + 716, + 5.79, + 874, + 3.58, + 880, + 4.419, + 891, + 4.013, + 915, + 3.496, + 998, + 7.231, + 1041, + 4.122, + 1046, + 4.177, + 1062, + 3.814, + 1104, + 3.173, + 1216, + 4.851, + 1275, + 4.953, + 1379, + 4.201, + 1427, + 8.058, + 1621, + 5.454, + 1624, + 5.099, + 1814, + 5.225, + 2548, + 4.108, + 2655, + 5.697, + 2736, + 6.048, + 2779, + 5.943, + 3311, + 4.412, + 3317, + 6.877, + 3415, + 4.981, + 3646, + 6.093, + 3984, + 3.868, + 4154, + 5.099, + 4621, + 4.328, + 4854, + 6.632, + 5153, + 8.639, + 6760, + 5.79, + 7334, + 8.124, 10080, - 8.476, + 6.982, 10081, - 8.476, + 10.152, 10082, - 8.476, + 9.117, 10083, - 8.476, + 6.982, 10084, - 6.257, + 6.982, 10085, - 5.722, + 6.982, 10086, - 6.257, + 6.982, 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 + 6.982 ] ], [ - "type/ref/stable/string", + "type/ref/stable/b2d.body", [ - 6760, + 6757, 1.837 ] ], [ - "data/ref/stable/string", + "data/ref/stable/b2d.body", [ 7, - 1.284, - 8, - 1.458, - 9, - 1.025, - 11, - 0.857, - 16, - 0.971, - 21, - 2.12, + 0.798, + 10, + 1.172, + 18, + 1.149, + 20, + 1.258, 23, - 2.032, - 26, - 1.962, - 30, - 1.13, - 32, - 1.67, - 33, - 1.547, - 35, - 2.177, - 41, - 0.768, + 1.127, + 31, + 4.96, + 36, + 1.081, + 38, + 0.277, 46, - 0.735, - 49, - 2.021, - 51, - 1.647, - 54, - 1.184, + 1.591, + 52, + 1.492, + 55, + 1.196, + 56, + 1.631, 57, - 1.638, - 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, - 97, - 0.809, + 1.563, + 59, + 0.854, + 60, + 0.694, + 75, + 2.795, + 79, + 0.968, + 90, + 2.255, + 92, + 1.682, 99, - 2.877, - 102, - 1.671, - 110, - 3.405, - 111, - 0.885, - 112, - 6.925, - 117, - 2.106, - 119, - 1.403, - 121, - 2.235, - 129, - 1.339, + 0.952, + 100, + 2.064, + 107, + 1.032, + 108, + 0.733, + 113, + 0.5, + 124, + 2.363, + 125, + 1.649, + 126, + 1.878, + 133, + 1.362, 135, - 2.747, - 137, - 1.399, + 2.427, 141, - 1.584, - 147, - 2.486, - 149, - 1.76, - 151, - 1.036, + 0.922, + 142, + 2.993, + 146, + 1.222, + 148, + 0.512, + 153, + 1.741, 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, + 3.216, + 169, + 0.371, + 171, + 1.278, + 177, + 1.282, + 195, + 1.444, + 197, + 0.857, + 199, + 1.068, + 201, + 0.56, + 202, + 2.063, 229, - 4.5, - 237, - 0.608, - 256, - 1.294, - 264, - 1.989, - 278, - 1.346, - 279, - 3.553, - 289, - 1.67, - 290, - 1.532, - 297, - 0.828, - 300, - 1.692, - 314, - 2.837, + 1.165, + 230, + 0.868, + 240, + 0.709, + 241, + 1.643, + 250, + 3.655, + 251, + 3.536, + 262, + 1.951, + 268, + 2.019, + 269, + 1.943, + 273, + 1.749, + 282, + 1.235, + 304, + 2.703, + 307, + 1.444, + 309, + 1.467, 316, - 0.795, - 325, - 1.741, - 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, + 2.648, + 359, + 4.669, + 361, + 5.444, + 368, 1.807, - 469, - 1.687, - 479, - 1.309, - 491, - 1.104, - 492, - 4.503, - 514, - 1.562, - 522, - 2.74, + 379, + 1.681, + 385, + 3.047, + 387, + 1.478, + 399, + 1.769, + 434, + 1.16, + 442, + 1.117, + 452, + 1.218, + 493, + 1.951, + 509, + 1.294, + 510, + 1.54, + 515, + 1.546, + 521, + 2.466, 524, - 4.199, - 525, - 1.639, - 538, - 2.532, + 3.311, 540, - 1.485, + 1.546, + 541, + 1.327, 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, + 1.573, + 564, + 2.035, + 570, + 1.769, + 595, + 2.259, + 611, + 3.596, + 623, + 2.406, + 629, + 0.75, + 634, + 2.142, + 652, + 1.681, + 752, + 2.928, 786, - 2.899, - 792, - 2.077, - 806, - 2.068, - 808, - 1.562, - 810, - 4.812, - 811, - 1.853, - 823, - 3.319, - 824, - 1.281, - 858, - 1.395, - 875, - 4.423, - 891, - 0.92, - 909, - 1.23, - 914, - 1.555, - 930, - 2.268, - 934, - 1.741, - 947, - 1.531, + 5.331, + 866, + 3.191, + 903, + 4.137, + 931, + 0.683, 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, + 0.985, + 962, + 1.172, + 987, + 1.327, + 1000, + 1.769, + 1006, + 1.769, + 1027, + 2.035, + 1069, + 2.28, + 1093, + 5.417, + 1116, + 8.009, + 1118, + 2.28, + 1124, + 1.608, + 1140, + 2.928, + 1141, + 1.518, + 1158, + 5.251, 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, - 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, + 1.492, + 1208, + 1.518, + 1231, + 7.721, + 1248, + 1.576, + 1296, + 1.561, + 1302, + 1.821, + 1304, + 1.467, + 1309, + 2.29, + 1310, + 2.14, + 1322, + 2.149, + 1332, + 1.008, + 1471, + 1.235, + 1502, + 2.149, + 1510, + 2.703, + 1525, + 4.016, + 1600, + 1.492, + 1684, + 1.444, + 1872, + 1.518, + 1889, + 1.518, + 1893, + 1.492, + 1973, + 3.802, + 2026, + 1.643, + 2036, + 2.14, + 2087, + 1.576, + 2095, + 1.492, + 2156, + 4.314, + 2192, + 2.895, + 2226, + 4.478, + 2289, + 3.832, 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, + 2.035, + 2296, + 6.989, + 2297, + 8.225, + 2310, + 4.641, + 2311, + 2.14, + 2312, + 1.881, + 2323, + 6.225, + 2326, + 8.663, + 2440, + 1.209, + 2441, + 1.31, + 2555, + 1.576, + 2643, + 6.721, + 2648, + 2.14, + 2649, + 1.492, + 3200, + 5.175, + 3247, + 1.821, + 3615, + 1.881, + 3693, + 1.608, + 3712, + 4.462, + 3841, + 4.424, + 3847, + 2.14, + 3856, + 3.279, + 3972, + 3.425, + 3977, + 2.14, + 4098, + 3.361, + 4134, + 1.643, + 4915, + 1.951, + 5674, + 6.08, + 5712, + 2.035, + 5800, + 4.424, + 6010, + 2.28, + 6091, + 6.48, + 7021, + 3.279, + 7337, + 1.881, + 7454, + 1.951, + 7456, + 2.28, + 7465, + 4.652, + 7470, + 3.832, + 7558, + 7.461, + 7560, + 6.48, + 7561, + 2.28, + 7758, + 2.14, + 7778, + 2.28, + 9481, + 3.832, + 9820, + 2.14, + 9839, + 6.08, + 9984, + 11.01, + 9986, + 10.969, + 9988, + 2.28, + 9989, + 3.832, + 10088, + 2.493, + 10089, + 2.493, + 10090, + 2.493, + 10091, + 2.493, + 10092, + 4.191, + 10093, + 2.493, + 10094, + 2.493, + 10095, + 2.493, + 10096, + 2.493, 10097, - 2.643, + 4.191, 10098, - 2.643, + 2.493, 10099, - 2.643, + 2.493, 10100, - 2.643, + 2.493, 10101, - 2.643, + 2.493, 10102, - 2.643, + 2.493, 10103, - 4.024, + 2.493, 10104, - 2.643, + 2.493, 10105, - 2.643, + 2.493, 10106, - 2.643, + 2.493, 10107, - 4.4, + 2.493, 10108, - 2.417, + 2.493, 10109, - 2.643, + 2.493, 10110, - 2.643, + 2.493, 10111, - 2.643, + 2.493, 10112, - 2.643, + 2.493, 10113, - 2.643, + 4.191, 10114, - 2.643, + 2.493, 10115, - 2.643, + 2.493, 10116, - 2.643, + 2.493, 10117, - 2.643, + 2.493, 10118, - 5.653, + 4.191, 10119, - 2.643, + 4.191, 10120, - 7.904, + 2.493, 10121, - 5.653, + 2.493, 10122, - 2.643, + 2.493, 10123, - 2.643, + 2.493, 10124, - 2.643, + 2.493, 10125, - 9.869, + 2.493, 10126, - 2.643, + 2.493, 10127, - 8.381, + 2.493, 10128, - 4.4, + 2.493, 10129, - 2.643, + 2.493, 10130, - 6.592, + 2.493, 10131, - 7.321, + 2.493, 10132, - 2.643, + 2.493, 10133, - 6.592, + 8.565, 10134, - 2.643, + 2.493, 10135, - 4.4, + 2.493, 10136, - 2.643, + 2.493, 10137, - 2.643, + 2.493, 10138, - 2.643, + 2.493, 10139, - 2.643, + 2.493, 10140, - 2.643, + 2.493, 10141, - 2.643, + 2.493, 10142, - 4.4, + 4.191, 10143, - 2.643, + 2.493, 10144, - 2.643, + 4.191, 10145, - 2.643, + 4.191, 10146, - 4.4, + 2.493, 10147, - 2.643, + 2.493, 10148, - 2.643, + 2.493, 10149, - 2.643, + 2.493, 10150, - 2.643, + 2.493, 10151, - 2.643, + 2.493, 10152, - 2.643, + 2.493, 10153, - 2.643, + 2.493, 10154, - 2.643, + 2.493, 10155, - 2.643, + 2.493, 10156, - 2.643, + 2.493, 10157, - 4.4, + 2.493, 10158, - 2.643, + 2.493, 10159, - 2.643, + 2.493, 10160, - 2.643, + 2.493, 10161, - 2.417, + 2.493, 10162, - 2.643, + 2.493, 10163, - 2.643, + 2.493, 10164, - 2.643, + 7.675, 10165, - 2.643 - ] - ], - [ - "type/ref/stable/dmGraphics", - [ - 6760, - 1.837 - ] - ], - [ - "data/ref/stable/dmGraphics", - [ - 7, - 1.255, - 8, - 1.467, - 9, - 0.977, - 11, - 1.018, - 13, - 1.093, - 16, - 0.397, - 17, - 2.177, - 18, - 2.925, - 21, - 1.74, - 29, - 0.425, - 30, - 1.154, - 33, - 0.876, - 35, - 2.74, - 37, - 0.839, - 42, - 2.093, - 46, - 2.616, - 48, - 2.291, - 51, - 0.355, - 52, - 1.1, - 65, - 1.006, - 67, - 1.158, - 70, - 0.742, - 72, - 0.747, - 74, - 0.914, - 77, - 0.377, - 86, - 1.388, - 92, - 2.829, - 93, - 0.879, - 99, - 1.51, - 108, - 1.249, - 119, - 2.264, - 137, - 1.056, - 140, - 0.871, - 141, - 1.708, - 144, - 2.285, - 146, - 0.747, - 149, - 1.029, - 151, - 0.606, - 153, - 2.227, - 156, - 1.151, - 160, - 0.946, - 161, - 1.743, - 162, - 0.85, - 172, - 1.218, - 183, - 2.591, - 184, - 3.18, - 186, - 0.565, - 196, - 3.539, - 198, - 2.583, - 202, - 1.033, - 218, - 3.73, - 229, - 0.831, - 230, - 0.993, - 234, - 1.824, - 273, - 1.286, - 278, - 2.172, - 279, - 3.233, - 290, - 3.273, - 297, - 2.67, - 298, - 0.741, - 300, - 1.131, - 306, - 4.946, - 312, - 0.871, - 325, - 1.245, - 350, - 0.629, - 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, - 505, - 2.585, - 514, - 1.173, - 527, - 1.095, - 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, - 724, - 3.322, - 737, - 1.981, - 749, - 1.674, - 758, - 0.817, - 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, - 913, - 2.835, - 914, - 1.112, - 921, - 5.796, - 923, - 1.694, - 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.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, - 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, + 2.493, 10167, - 11.469, + 2.493, 10168, - 5.28, + 4.191, 10169, - 1.89, + 4.191, 10170, - 1.89, + 2.493, 10171, - 1.89, + 2.493, 10172, - 1.89, + 2.493, 10173, - 1.89, + 2.28, 10174, - 1.89, + 2.493, 10175, - 1.89, + 2.493, 10176, - 1.89, + 2.493, 10177, - 7.099, + 2.493, 10178, - 1.89, + 2.493, 10179, - 7.907, + 2.493, 10180, - 1.89, + 2.493, 10181, - 5.997, + 2.493, 10182, - 1.89, + 2.493, 10183, - 5.997, + 2.493, 10184, - 1.89, + 2.493, 10185, - 9.404, + 2.493, 10186, - 1.89, + 2.493, 10187, - 1.89, + 2.493, 10188, - 1.89, + 2.493, 10189, - 1.89, + 2.493, 10190, - 1.89, + 2.493, 10191, - 1.89, + 2.493, 10192, - 4.403, + 2.493, 10193, - 1.89, + 2.493, 10194, - 1.89, + 2.493, 10195, - 4.403, + 2.493 + ] + ], + [ + "type/ref/stable/html5", + [ + 6757, + 1.837 + ] + ], + [ + "data/ref/stable/html5", + [ + 18, + 1.115, + 20, + 1.488, + 36, + 2.128, + 77, + 2.318, + 79, + 0.98, + 90, + 1.849, + 97, + 2.243, + 99, + 0.947, + 100, + 1.83, + 103, + 1.786, + 106, + 1.39, + 113, + 1.555, + 126, + 1.54, + 148, + 1.592, + 150, + 1.964, + 153, + 1.76, + 160, + 2.281, + 165, + 3.201, + 167, + 3.945, + 169, + 1.154, + 201, + 1.743, + 207, + 2.582, + 235, + 4.903, + 241, + 1.661, + 268, + 1.584, + 269, + 2.213, + 332, + 2.582, + 411, + 4.026, + 479, + 3.66, + 500, + 2.831, + 514, + 5.36, + 537, + 4.425, + 556, + 4.009, + 590, + 3.214, + 615, + 5.19, + 659, + 4.425, + 666, + 5.112, + 703, + 3.825, + 715, + 4.076, + 716, + 4.425, + 759, + 5.003, + 765, + 2.718, + 839, + 8.445, + 848, + 3.844, + 915, + 2.975, + 931, + 2.124, + 1104, + 2.701, + 1137, + 4.642, + 1332, + 3.138, + 1378, + 5.939, + 1379, + 4.916, + 1381, + 5.504, + 1393, + 6.07, + 1409, + 7.632, + 1434, + 3.887, + 1465, + 4.152, + 1472, + 4.369, + 1502, + 3.978, + 1713, + 4.076, + 1813, + 5.504, + 1895, + 4.903, + 2080, + 5.23, + 3595, + 5.667, + 3671, + 7.095, + 4564, + 6.07, + 4861, + 5.667, + 5277, + 6.07, + 5670, + 5.112, + 6470, + 4.298, + 7003, + 4.724, 10196, - 1.89, + 7.759, 10197, - 1.89, + 7.759, 10198, - 3.304, + 7.759, 10199, - 1.89, + 7.759, 10200, - 1.89, + 7.759, 10201, - 1.89, + 7.759, 10202, - 1.89, + 7.759, 10203, - 1.89, + 7.759 + ] + ], + [ + "type/ref/stable/dmHash", + [ + 6757, + 1.837 + ] + ], + [ + "data/ref/stable/dmHash", + [ + 7, + 1.286, + 18, + 1.065, + 20, + 1.425, + 30, + 1.538, + 36, + 2.044, + 38, + 1.104, + 46, + 0.882, + 57, + 1.372, + 59, + 0.862, + 72, + 2.057, + 79, + 0.911, + 99, + 1.058, + 102, + 2.742, + 106, + 1.107, + 107, + 1.95, + 113, + 1.684, + 126, + 1.227, + 132, + 1.388, + 144, + 2.123, + 148, + 1.268, + 247, + 1.336, + 263, + 3.491, + 268, + 2.351, + 292, + 3.6, + 330, + 1.97, + 332, + 2.057, + 419, + 5.311, + 420, + 4.269, + 459, + 3.911, + 492, + 6.553, + 521, + 2.925, + 555, + 1.258, + 612, + 6.414, + 622, + 3.638, + 629, + 1.858, + 664, + 4.513, + 762, + 4.318, + 866, + 3.131, + 878, + 2.605, + 891, + 2.851, + 986, + 4.165, + 999, + 4.401, + 1019, + 4.736, + 1041, + 5.205, + 1042, + 5.537, + 1046, + 3.697, + 1081, + 2.46, + 1109, + 2.996, + 1126, + 3.061, + 1140, + 5.439, + 1361, + 5.537, + 1428, + 5.857, + 1434, + 3.096, + 1459, + 4.37, + 1465, + 4.163, + 1479, + 3.636, + 1548, + 3.331, + 1911, + 4.897, + 1968, + 4.472, + 1982, + 3.061, + 2190, + 5.245, + 2191, + 6.256, + 2476, + 8.264, + 2563, + 5.323, + 2565, + 2.723, + 2580, + 7.205, + 2736, + 4.723, + 2779, + 5.739, + 3046, + 4.834, + 3407, + 10.528, + 3411, + 4.071, + 3412, + 6.123, + 3610, + 3.331, + 3646, + 5.454, + 3712, + 3.638, + 3984, + 5.291, + 3988, + 5.665, + 4042, + 5.042, + 4742, + 3.762, + 4743, + 2.505, + 4750, + 5.302, + 6470, + 4.656, + 6527, + 5.651, + 6760, + 6.307, + 6763, + 7.05, + 6969, + 3.048, + 7322, + 4.071, + 7415, + 7.486, + 7468, + 5.042, + 7989, + 5.042, + 7991, + 5.042, + 8057, + 9.088, + 9793, + 8.733, 10204, - 1.89, + 4.04, 10205, - 1.89, + 4.04, 10206, - 1.89, + 7.504, 10207, - 1.89, + 3.695, 10208, - 1.89, + 4.04, 10209, - 1.89, + 4.04, 10210, - 1.89, + 4.04, 10211, - 1.89, + 11.314, 10212, - 1.89, + 8.404, 10213, - 1.89, + 4.04, 10214, - 1.89, + 9.938, 10215, - 1.89, + 4.04, 10216, - 1.89, + 4.04, 10217, - 1.89, + 4.04, 10218, - 1.89, + 4.04, 10219, - 1.89, + 4.04, 10220, - 3.304, + 6.179, 10221, - 1.89, + 6.179, 10222, - 1.89, + 4.04, 10223, - 3.304, + 6.179, 10224, - 1.89, + 4.04, 10225, - 1.89, + 8.404, 10226, - 1.89, + 6.179, 10227, - 3.304, + 4.04, 10228, - 1.89, + 4.04, 10229, - 1.89, + 4.04, 10230, - 1.89, + 4.04, 10231, - 1.89, + 4.04 + ] + ], + [ + "type/ref/stable/http", + [ + 6757, + 1.837 + ] + ], + [ + "data/ref/stable/http", + [ + 7, + 0.789, + 8, + 2.379, + 18, + 1.11, + 20, + 1.536, + 22, + 2.584, + 27, + 3.642, + 38, + 1.147, + 46, + 1.375, + 52, + 1.731, + 57, + 1.321, + 60, + 1.75, + 72, + 2.093, + 79, + 0.916, + 90, + 1.499, + 97, + 1.818, + 99, + 0.917, + 102, + 1.609, + 103, + 1.448, + 106, + 1.126, + 107, + 1.197, + 125, + 1.913, + 126, + 1.688, + 142, + 3.07, + 158, + 2.486, + 165, + 2.755, + 167, + 3.44, + 169, + 1.265, + 170, + 3.261, + 229, + 1.559, + 256, + 1.92, + 263, + 2.882, + 268, + 2.392, + 269, + 1.427, + 273, + 2.662, + 313, + 3.335, + 330, + 2.005, + 332, + 2.093, + 337, + 3.974, + 382, + 3.061, + 392, + 2.203, + 454, + 2.504, + 471, + 1.686, + 555, + 1.958, + 615, + 4.525, + 627, + 5.581, + 636, + 2.411, + 645, + 3.701, + 669, + 7.046, + 672, + 2.898, + 679, + 2.817, + 691, + 2.948, + 738, + 3.763, + 747, + 3.534, + 774, + 3.845, + 793, + 2.926, + 811, + 4.213, + 849, + 2.791, + 866, + 3.846, + 874, + 4.941, + 880, + 3.048, + 891, + 3.502, + 901, + 2.717, + 914, + 2.627, + 931, + 1.722, + 998, + 6.438, + 1019, + 2.377, + 1025, + 2.485, + 1052, + 3.304, + 1062, + 3.436, + 1064, + 3.081, + 1100, + 7.539, + 1109, + 4.672, + 1143, + 4.055, + 1160, + 3.763, + 1189, + 7.539, + 1198, + 3.587, + 1202, + 4.038, + 1272, + 2.791, + 1295, + 4.171, + 1379, + 3.919, + 1406, + 4.398, + 1411, + 4.762, + 1432, + 3.534, + 1434, + 3.15, + 1445, + 4.461, + 1465, + 4.008, + 1588, + 3.081, + 1621, + 3.187, + 1631, + 3.899, + 1804, + 3.017, + 1979, + 3.828, + 2051, + 4.744, + 2054, + 3.587, + 2078, + 3.974, + 2087, + 3.974, + 2120, + 4.744, + 2357, + 4.92, + 2442, + 6.212, + 2548, + 3.701, + 2649, + 3.763, + 3066, + 5.75, + 3311, + 3.974, + 3415, + 5.265, + 3594, + 7.541, + 3670, + 5.131, + 3730, + 5.396, + 3902, + 3.974, + 3965, + 5.75, + 3967, + 5.75, + 5248, + 5.131, + 5679, + 4.344, 10232, - 1.89, + 8.505, 10233, - 1.89, + 6.289, 10234, - 1.89, + 6.289, 10235, - 1.89, + 6.289, 10236, - 5.997, + 6.289, 10237, - 1.89, + 9.637, 10238, - 1.89, + 6.289, 10239, - 1.89, + 6.289, 10240, - 1.89, + 6.289, 10241, - 1.89, + 6.289, 10242, - 4.403, + 6.289, 10243, - 1.89, + 5.75, 10244, - 1.89, + 6.289 + ] + ], + [ + "type/ref/stable/particlefx", + [ + 6757, + 1.837 + ] + ], + [ + "data/ref/stable/particlefx", + [ + 7, + 0.607, + 10, + 1.046, + 18, + 1.141, + 20, + 1.466, + 36, + 0.965, + 38, + 1.172, + 46, + 1.505, + 57, + 1.384, + 59, + 0.437, + 60, + 2.558, + 79, + 1.008, + 90, + 2.191, + 96, + 3.238, + 99, + 1.009, + 100, + 2.03, + 101, + 4.457, + 102, + 1.238, + 103, + 1.925, + 106, + 1.937, + 107, + 1.346, + 113, + 1.417, + 125, + 2.797, + 126, + 2.094, + 141, + 1.79, + 148, + 0.993, + 153, + 1.098, + 165, + 2.629, + 167, + 2.861, + 168, + 3.716, + 170, + 3.917, + 177, + 1.481, + 194, + 0.883, + 197, + 1.663, + 201, + 2.066, + 229, + 0.887, + 232, + 7.268, + 234, + 6.839, + 240, + 2.377, + 241, + 1.036, + 247, + 2.339, + 260, + 2.384, + 261, + 2.056, + 263, + 2.749, + 268, + 1.444, + 269, + 2.394, + 273, + 2.414, + 282, + 2.398, + 358, + 2.23, + 452, + 2.43, + 469, + 2.453, + 471, + 2.465, + 497, + 2.482, + 510, + 2.598, + 515, + 3.001, + 543, + 1.942, + 553, + 2.528, + 556, + 1.989, + 577, + 3.278, + 590, + 2.93, + 619, + 3.535, + 629, + 1.455, + 679, + 2.168, + 765, + 1.696, + 826, + 2.543, + 834, + 2.398, + 849, + 4.8, + 897, + 3.121, + 912, + 4.561, + 919, + 2.482, + 931, + 2.289, + 960, + 3.779, + 989, + 8.083, + 990, + 7.386, + 991, + 4.306, + 992, + 8.714, + 1019, + 4.237, + 1043, + 2.091, + 1109, + 2.346, + 1114, + 5.39, + 1131, + 3.504, + 1136, + 5.7, + 1137, + 5.501, + 1140, + 4.862, + 1147, + 3.651, + 1161, + 3.949, + 1163, + 4.153, + 1208, + 4.306, + 1216, + 2.575, + 1219, + 2.947, + 1246, + 4.426, + 1247, + 7.172, + 1248, + 3.059, + 1249, + 3.787, + 1250, + 2.72, + 1251, + 4.153, + 1252, + 6.468, + 1254, + 2.803, + 1295, + 1.816, + 1296, + 2.635, + 1379, + 2.23, + 1403, + 3.358, + 1406, + 2.209, + 1465, + 3.815, + 1600, + 2.896, + 1629, + 3.168, + 1649, + 2.575, + 1696, + 4.306, + 1879, + 3.584, + 2096, + 2.681, + 2633, + 6.043, + 2908, + 3.343, + 3363, + 6.351, + 3501, + 3.787, + 3503, + 6.069, + 4315, + 4.426, + 5110, + 3.949, + 5712, + 3.949, + 6551, + 3.949, + 7337, + 3.651, + 7832, + 6.468, + 7833, + 6.468, + 7834, + 6.468, + 7835, + 6.468, + 10040, + 4.426, 10245, - 1.89, + 4.84, 10246, - 1.89, + 4.84, 10247, - 1.89, + 4.84, 10248, - 1.89, + 4.84, 10249, - 1.89, + 4.84, 10250, - 1.89, + 4.84, 10251, - 1.89, + 4.84 + ] + ], + [ + "type/ref/stable/json", + [ + 6757, + 1.837 + ] + ], + [ + "data/ref/stable/json", + [ + 8, + 2.241, + 18, + 0.723, + 20, + 1.505, + 36, + 1.985, + 38, + 1.105, + 57, + 1.025, + 77, + 2.061, + 79, + 1.033, + 86, + 3.231, + 99, + 1.005, + 113, + 1.605, + 160, + 3.423, + 169, + 1.481, + 241, + 2.131, + 263, + 2.396, + 555, + 2.495, + 612, + 6.477, + 672, + 4.586, + 747, + 5.593, + 848, + 3.969, + 891, + 3.376, + 931, + 2.725, + 1039, + 4.319, + 1051, + 5.684, + 1075, + 7.695, + 1295, + 4.632, + 1403, + 4.725, + 1429, + 5.4, + 1465, + 4.107, + 1472, + 4.458, + 1962, + 7.269, + 2097, + 7.822, + 3712, + 3.884, + 3899, + 7.849, + 3933, + 7.326, + 5649, + 6.537, + 8178, + 6.875, + 9097, + 8.121, 10252, - 3.304, + 8.012, 10253, - 5.28, + 9.101, 10254, - 3.304, + 9.952, 10255, - 1.89, + 8.012, 10256, - 1.89, + 8.012 + ] + ], + [ + "type/ref/stable/profiler", + [ + 6757, + 1.837 + ] + ], + [ + "data/ref/stable/profiler", + [ + 7, + 0.468, + 8, + 1.043, + 10, + 0.806, + 12, + 1.701, + 18, + 1.144, + 20, + 1.479, + 23, + 4.364, + 30, + 1.419, + 36, + 1.844, + 38, + 0.969, + 41, + 3.051, + 46, + 1.643, + 51, + 2.722, + 52, + 1.598, + 57, + 1.367, + 59, + 0.964, + 62, + 1.24, + 67, + 4.836, + 69, + 1.752, + 77, + 1.999, + 78, + 3.165, + 79, + 0.871, + 84, + 3.082, + 86, + 2.615, + 87, + 4.507, + 90, + 2.203, + 99, + 1.029, + 100, + 2.004, + 102, + 1.824, + 103, + 0.858, + 106, + 1.442, + 107, + 1.661, + 108, + 2.097, + 109, + 1.388, + 113, + 1.429, + 121, + 1.92, + 122, + 2.507, + 124, + 4.657, + 126, + 1.152, + 128, + 1.826, + 135, + 2.158, + 137, + 2.512, + 141, + 2.639, + 142, + 2.749, + 148, + 1.652, + 153, + 1.827, + 158, + 2.085, + 165, + 2.039, + 174, + 1.519, + 177, + 1.14, + 178, + 1.388, + 194, + 1.302, + 196, + 2.008, + 198, + 1.942, + 201, + 2.356, + 203, + 2.009, + 210, + 1.507, + 216, + 1.473, + 217, + 4.119, + 229, + 2.061, + 241, + 0.798, + 247, + 1.233, + 256, + 0.841, + 260, + 1.957, + 261, + 1.583, + 263, + 1.114, + 265, + 2.455, + 268, + 1.185, + 269, + 0.846, + 271, + 1.911, + 273, + 1.988, + 317, + 2.193, + 333, + 1.06, + 335, + 2.455, + 353, + 1.484, + 368, + 1.06, + 380, + 2.061, + 382, + 2.898, + 385, + 2.094, + 392, + 1.306, + 419, + 2.355, + 434, + 1.734, + 439, + 2.512, + 449, + 6.137, + 471, + 1.912, + 472, + 1.717, + 488, + 2.355, + 497, + 1.911, + 500, + 1.36, + 504, + 1.867, + 505, + 1.911, + 510, + 1.369, + 516, + 2.009, + 522, + 1.846, + 552, + 2.394, + 561, + 1.181, + 563, + 4.992, + 573, + 1.398, + 590, + 1.544, + 594, + 2.675, + 596, + 2.036, + 608, + 1.846, + 615, + 3.795, + 620, + 1.934, + 622, + 2.815, + 623, + 3.574, + 627, + 2.158, + 680, + 1.958, + 683, + 1.583, + 685, + 2.367, + 691, + 1.776, + 703, + 1.461, + 740, + 1.889, + 744, + 1.807, + 751, + 1.507, + 752, + 2.675, + 765, + 3.674, + 773, + 1.35, + 801, + 4.53, + 826, + 1.958, + 832, + 1.788, + 866, + 2.163, + 874, + 1.911, + 880, + 1.807, + 898, + 1.323, + 919, + 1.911, + 924, + 1.769, + 980, + 5.192, + 993, + 2.094, + 1034, + 1.429, + 1040, + 2.23, + 1041, + 3.946, + 1062, + 2.036, + 1124, + 2.403, + 1135, + 4.808, + 1136, + 2.311, + 1147, + 2.811, + 1153, + 5.537, + 1162, + 2.644, + 1164, + 2.23, + 1166, + 2.158, + 1186, + 2.845, + 1295, + 2.179, + 1323, + 1.557, + 1340, + 2.644, + 1401, + 2.269, + 1406, + 2.65, + 1427, + 4.011, + 1440, + 4.902, + 1465, + 2.515, + 1621, + 2.942, + 1651, + 3.474, + 1661, + 1.867, + 1698, + 2.311, + 1858, + 8.07, + 1911, + 2.977, + 1920, + 1.734, + 1933, + 1.983, + 1936, + 3.216, + 1968, + 1.983, + 1979, + 2.269, + 1997, + 3.311, + 1999, + 3.216, + 2013, + 4.011, + 2024, + 1.685, + 2155, + 5.192, + 2189, + 3.216, + 2192, + 4.927, + 2437, + 3.041, + 2472, + 6.506, + 2562, + 4.38, + 2568, + 2.355, + 2631, + 2.355, + 2633, + 2.977, + 2797, + 3.408, + 2872, + 4.119, + 3071, + 2.512, + 3074, + 2.575, + 3117, + 2.811, + 3352, + 4.982, + 3521, + 4.982, + 3620, + 2.916, + 3668, + 3.041, + 3727, + 3.535, + 4227, + 2.916, + 4228, + 3.408, + 4230, + 3.408, + 4231, + 3.408, + 4232, + 3.408, + 4244, + 2.722, + 4245, + 5.82, + 4576, + 3.198, + 4838, + 3.408, + 4864, + 7.489, + 5187, + 3.041, + 5225, + 8.801, + 5873, + 3.408, + 7450, + 3.198, + 7520, + 4.982, + 8045, + 3.198, + 8474, + 3.198, + 8578, + 3.198, + 8694, + 9.129, + 9588, + 3.041, 10257, - 1.89, + 3.727, 10258, - 1.89, + 3.727, 10259, - 1.89, + 3.727, 10260, - 1.89, + 3.727, 10261, - 1.89, + 3.727, 10262, - 1.89, + 3.727, 10263, - 1.89, + 3.727, 10264, - 1.89, + 3.727, 10265, - 1.89, + 3.727, 10266, - 1.89, + 3.727, 10267, - 3.304, + 3.727, 10268, - 1.89, + 3.727, 10269, - 1.89, + 3.727, 10270, - 4.403, + 3.727, 10271, - 1.89, + 3.727, 10272, - 5.28, + 5.806, 10273, - 1.89, + 5.806, 10274, - 3.304, + 5.806, 10275, - 4.026, + 3.727, 10276, - 3.304, + 5.806, 10277, - 2.835, + 5.806, 10278, - 3.304, + 5.806, 10279, - 1.89, + 5.806, 10280, - 1.89, + 3.727, 10281, - 1.89, + 3.727, 10282, - 1.89, + 3.727, 10283, - 1.89, + 3.727, 10284, - 3.304, + 3.727, 10285, - 1.89, + 3.727, 10286, - 1.89, + 3.727, 10287, - 1.89, + 3.727, 10288, - 1.89, + 7.133, 10289, - 1.89, + 3.727, 10290, - 1.89, + 5.806, 10291, - 1.89, + 3.727, 10292, - 1.89, + 5.806, 10293, - 1.89, + 5.806, 10294, - 1.89, + 5.806, 10295, - 1.89, + 3.727, 10296, - 3.304, + 3.727, 10297, - 1.89, + 4.982, 10298, - 1.89, + 3.727, 10299, - 1.89, + 3.727, 10300, - 1.89, + 3.727, 10301, - 1.89, + 3.727, 10302, - 1.89, + 3.727, 10303, - 1.89, + 3.727, 10304, - 3.304, + 3.727 + ] + ], + [ + "type/ref/stable/dmThread", + [ + 6757, + 1.837 + ] + ], + [ + "data/ref/stable/dmThread", + [ + 7, + 0.937, + 10, + 1.614, + 18, + 1.093, + 38, + 1.057, + 44, + 3.119, + 62, + 2.485, + 79, + 0.809, + 90, + 1.78, + 99, + 1.012, + 103, + 1.719, + 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.139, + 207, + 2.485, + 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.784, + 524, + 3.189, + 534, + 3.51, + 553, + 2.669, + 728, + 3.659, + 762, + 3.376, + 856, + 3.821, + 891, + 3.23, + 894, + 2.951, + 941, + 3.734, + 1082, + 8.055, + 1141, + 4.546, + 1309, + 4.08, + 1459, + 3.044, + 1774, + 3.784, + 1814, + 3.345, + 1982, + 3.7, + 2042, + 4.137, + 2563, + 5.298, + 2637, + 6.017, + 2952, + 4.026, + 4097, + 6.408, + 4465, + 5.034, + 4742, + 4.546, + 5562, + 10.427, + 5867, + 9.473, + 5868, + 6.408, + 7415, + 6.954, + 8744, + 5.843, + 10297, + 6.408, 10305, - 1.89, + 7.468, 10306, - 3.304, + 12.112, 10307, - 1.89, + 7.468, 10308, - 1.89, + 7.468, 10309, - 3.304, + 7.468, 10310, - 3.022, + 7.468, 10311, - 1.89, + 7.468, 10312, - 1.89, + 7.468, 10313, - 1.89, + 7.468, 10314, - 3.304, + 7.468, 10315, - 1.89, + 7.468, 10316, - 1.89, + 7.468, 10317, - 1.89, + 7.468, 10318, - 1.89, + 7.468, 10319, - 1.89, + 7.468, 10320, - 1.89, + 7.468, 10321, - 1.89, + 7.468 + ] + ], + [ + "type/ref/stable/dmStaticAssert", + [ + 6757, + 1.837 + ] + ], + [ + "data/ref/stable/dmStaticAssert", + [ + 18, + 0.83, + 20, + 1.437, + 55, + 4.409, + 59, + 0.83, + 77, + 1.904, + 79, + 0.919, + 84, + 3.972, + 99, + 0.96, + 100, + 1.725, + 102, + 2.351, + 106, + 1.646, + 107, + 2.058, + 126, + 1.824, + 150, + 2.738, + 165, + 2.628, + 229, + 1.685, + 256, + 2.075, + 280, + 3.604, + 563, + 5.699, + 614, + 3.604, + 680, + 4.829, + 1323, + 3.839, + 1465, + 3.242, + 2006, + 4.829, + 2440, + 4.456, + 3438, + 6.714, + 3610, + 4.955, + 3712, + 4.456, + 4538, + 8.158, + 5878, + 7.5, 10322, - 1.89, + 9.192, 10323, - 1.89, + 10.815, 10324, - 1.89, + 9.192, 10325, - 3.304, - 10326, - 1.89 + 9.192 ] ], [ - "type/ref/stable/sprite", + "type/ref/stable/camera", [ - 6760, + 6757, 1.837 ] ], [ - "data/ref/stable/sprite", + "data/ref/stable/camera", [ - 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, + 18, + 1.141, + 20, + 1.513, + 23, + 2.209, 46, - 1.153, - 49, - 1.481, - 50, - 4.613, - 51, - 1.598, - 68, - 2.078, + 1.016, + 52, + 1.96, + 57, + 1.555, + 59, + 0.643, 70, - 1.913, - 71, - 0.85, - 73, - 2.746, - 74, - 0.946, - 80, - 1.909, - 82, - 2.569, - 83, - 1.745, - 86, - 0.591, + 2.058, + 77, + 1.012, + 79, + 0.785, + 88, + 3.789, + 89, + 3.891, + 90, + 2.522, 92, - 3.147, - 97, - 2.332, + 1.96, + 96, + 1.548, 99, - 2.435, - 104, - 2.548, - 105, - 3.769, + 0.746, + 100, + 1.336, + 102, + 1.25, + 103, + 1.935, 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, + 0.875, + 113, + 1.427, + 127, + 4.8, + 142, + 3.484, + 150, + 2.338, + 158, + 3.17, + 165, + 1.397, + 169, + 1.06, + 170, + 4.457, 175, - 2.771, - 182, - 1.663, - 183, - 2.438, - 186, - 1.884, - 198, - 3.375, - 218, - 3.699, - 234, - 2.786, - 237, - 2.221, + 4.613, + 201, + 1.098, + 202, + 3.436, 241, - 5.491, - 270, - 4.531, - 288, - 2.452, - 300, - 1.823, - 306, - 2.961, - 310, - 6.012, - 312, - 2.903, + 2.102, + 244, + 1.873, + 250, + 2.751, + 256, + 1.103, + 268, + 1.716, + 271, + 3.651, + 295, + 2.251, + 305, + 4.124, 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.087, + 368, + 1.389, + 373, + 2.974, + 385, + 4.002, + 403, + 6.965, + 404, + 6.477, + 412, + 6.225, + 421, + 5.571, + 429, + 2.368, + 452, + 1.42, + 477, + 3.375, + 488, + 4.5, + 509, + 5.831, + 594, + 5.177, + 691, + 2.179, + 703, + 1.916, + 750, + 4.968, + 765, + 1.712, + 849, + 5.159, + 866, + 3.131, + 898, + 2.528, + 917, + 3.219, + 1025, + 1.93, + 1098, + 6.354, + 1126, + 2.42, + 1133, + 6.633, + 1295, + 3.153, + 1406, + 3.25, + 1459, + 1.991, + 1472, + 5.206, + 1629, + 2.188, + 1631, + 3.029, + 1687, + 6.966, + 1763, + 7.486, + 1814, + 5.206, + 1884, + 3.025, + 2398, + 3.986, + 2780, + 5.725, + 3106, + 6.512, + 3124, + 5.805, + 3477, + 4.467, + 3478, + 4.467, + 3479, + 7.732, + 3480, + 4.467, + 3481, + 4.467, + 3482, + 7.728, + 3483, + 4.467, + 3485, + 3.822, + 3486, + 3.375, + 3487, + 6.225, + 3712, + 3.452, + 3797, 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, + 4868, + 4.467, + 5570, + 6.967, + 7021, + 3.822, + 7454, + 3.822, + 8564, + 4.467, + 10326, + 4.885, 10327, - 7.622, + 4.885, 10328, - 7.622, + 4.885, 10329, - 4.144, + 4.885, 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, + 4.885, 10331, - 4.224, + 4.885, 10332, - 6.392, + 4.885, 10333, - 6.392, + 4.885, 10334, - 4.224, + 4.885, 10335, - 4.224, + 4.885, 10336, - 4.224, + 4.885, 10337, - 4.224, + 4.885, 10338, - 4.224, + 4.885, 10339, - 4.224, + 4.885, 10340, - 4.224, + 4.885, 10341, - 4.224, + 4.885, 10342, - 9.717, + 4.885, 10343, - 4.224, + 4.885, 10344, - 4.224, + 4.885, 10345, - 4.224, + 4.885, 10346, - 10.092, + 4.885, 10347, - 10.092, + 4.885, 10348, - 11.413, + 4.885, 10349, - 4.224, + 4.885, 10350, - 4.224, + 4.885, 10351, - 4.224, + 4.885, 10352, - 4.224, + 4.885, 10353, - 4.224, - 10354, - 4.224, - 10355, - 4.224, - 10356, - 4.224, - 10357, - 4.224, - 10358, - 4.224, - 10359, - 4.224, - 10360, - 4.224, - 10361, - 4.224, - 10362, - 4.224, - 10363, - 4.224, - 10364, - 4.224, - 10365, - 4.224, - 10366, - 4.224, - 10367, - 4.224 + 4.885 ] ], [ - "type/ref/stable/buffer", + "type/ref/stable/image", [ - 6760, + 6757, 1.837 ] ], [ - "data/ref/stable/buffer", + "data/ref/stable/image", [ - 7, - 0.576, - 8, - 1.514, - 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, + 18, + 1.106, + 20, + 1.16, + 36, + 2.091, + 38, + 0.969, + 62, + 2.175, + 79, + 0.835, + 88, + 5.579, + 89, + 5.729, + 97, + 1.889, + 99, + 0.97, + 106, + 1.17, + 113, + 1.748, 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, + 2.161, + 125, + 3.19, + 126, + 2.081, + 142, + 3.118, + 169, + 1.298, + 202, + 3.786, + 212, + 4.061, + 241, + 1.869, + 256, + 1.475, + 268, + 2.295, + 290, + 4.92, 320, - 4.445, - 328, - 3.198, - 331, - 3.94, + 5.221, 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, - 590, - 3.316, - 615, - 2.66, - 616, - 5.464, - 749, + 6.626, + 380, + 3.098, + 555, + 2.717, + 679, + 3.909, + 752, + 4.832, + 823, + 4.305, + 866, + 3.907, + 880, + 4.23, + 891, + 3.557, + 905, + 5.135, + 918, + 4.713, + 931, + 2.871, + 936, + 5.749, + 937, + 7.121, + 978, 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, - 10379, - 4.592, - 10380, - 4.592, - 10381, - 4.592, - 10382, - 4.592, - 10383, - 4.592, - 10384, - 4.592, - 10385, - 4.592, - 10386, - 4.592, - 10387, - 4.592, - 10388, - 4.592, - 10389, - 4.592, - 10390, - 4.592, - 10391, - 4.592, - 10392, - 4.592, - 10393, - 4.592, - 10394, - 4.592 + 1041, + 5.338, + 1109, + 4.23, + 1198, + 4.977, + 1295, + 4.375, + 1406, + 4.785, + 1465, + 3.698, + 1472, + 4.696, + 1908, + 3.945, + 2098, + 5.975, + 2163, + 7.98, + 2182, + 5.376, + 2542, + 4.051, + 2633, + 4.475, + 2697, + 5.112, + 2874, + 6.374, + 2885, + 4.929, + 2886, + 4.773, + 3902, + 5.515, + 4400, + 6.191, + 6162, + 7.488, + 7815, + 7.98, + 9669, + 5.975, + 10354, + 8.727, + 10355, + 8.727, + 10356, + 9.826, + 10357, + 9.826, + 10358, + 9.826, + 10359, + 9.826, + 10360, + 6.534, + 10361, + 6.534, + 10362, + 6.534, + 10363, + 6.534, + 10364, + 6.534, + 10365, + 6.534 ] ], [ - "type/ref/stable/base", + "type/ref/stable/resource", [ - 6760, + 6757, 1.837 ] ], [ - "data/ref/stable/base", + "data/ref/stable/resource", [ 7, - 1.308, - 8, - 1.455, + 1.077, 9, - 1.023, + 0.678, + 10, + 1.269, 11, - 1.01, - 13, - 1.372, - 16, - 0.948, - 21, - 2.204, + 1.837, + 15, + 1.565, + 18, + 1.152, + 20, + 1.48, 22, - 1.644, - 23, - 1.235, - 26, - 1.341, - 29, - 1.714, + 1.426, + 24, + 3.204, + 27, + 2.01, 30, - 1.142, - 32, - 1.707, - 33, - 1.561, - 35, - 2.603, - 37, - 1.372, - 41, - 0.899, - 42, - 0.417, - 43, - 1.048, + 3.021, + 31, + 0.627, + 36, + 1.459, + 38, + 1.009, + 44, + 1.164, 46, - 2.758, - 49, - 2.041, + 1.567, 51, - 1.921, + 0.791, + 56, + 2.934, + 57, + 1.522, + 59, + 0.747, 60, - 0.714, + 1.28, 62, - 1.93, - 67, - 1.453, - 68, - 0.701, + 0.36, + 69, + 0.509, 70, - 1.855, + 0.842, 71, - 1.487, + 1.926, 72, - 1.639, - 73, - 1.808, - 74, - 1.158, + 0.666, 77, - 1.746, - 85, - 1.503, + 1.777, + 79, + 1.018, + 84, + 0.864, 86, - 1.565, + 2.739, + 88, + 4.64, 89, - 1.242, - 91, - 0.672, - 92, - 1.062, - 94, - 1.975, - 95, - 1.129, + 3.997, + 90, + 0.827, 97, - 1.747, + 1.466, 98, - 0.92, + 0.768, 99, - 3.241, + 1.052, 100, - 1.031, + 1.554, + 101, + 0.969, 102, - 2.353, + 2.352, + 103, + 1.569, + 104, + 1.013, + 105, + 2.356, 106, - 2.863, - 110, - 2.267, - 112, - 1.107, - 117, - 1.545, + 1.797, + 107, + 0.875, + 108, + 1.021, + 111, + 0.452, + 113, + 1.417, + 116, + 2.651, 119, - 1.595, + 2.331, 121, - 1.615, - 123, - 1.12, - 135, - 4.05, - 137, - 1.363, - 141, - 1.654, - 147, - 1.359, + 1.677, + 122, + 1.081, + 124, + 0.872, + 125, + 1.238, + 126, + 2.187, + 142, + 2.962, + 143, + 0.525, + 144, + 1.051, + 148, + 1.886, 149, - 1.291, - 151, - 0.567, + 2.593, + 150, + 0.274, + 153, + 0.923, 158, - 1.697, + 0.316, 159, - 1.16, + 1.64, 160, - 1.753, + 1.827, 161, - 1.639, - 162, - 0.795, - 172, - 1.148, - 173, - 3.727, + 3.417, + 163, + 0.929, + 165, + 2.808, + 169, + 1.181, + 170, + 1.764, + 174, + 4.931, + 177, + 2.369, + 178, + 1.039, + 180, + 0.99, + 182, + 0.576, + 185, + 5.542, 186, - 3.297, - 190, - 1.423, - 191, - 1.446, - 198, - 1.355, + 5.125, + 188, + 0.929, + 197, + 0.687, 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, + 1.59, + 202, + 2.448, + 207, + 0.928, + 210, + 0.809, + 213, + 2.238, + 215, + 4.149, + 216, + 1.372, + 226, + 1.528, + 228, + 1.462, + 229, + 0.843, + 230, + 0.377, + 240, + 1.308, + 241, + 1.515, + 247, + 0.661, + 248, + 2.077, + 249, + 2.432, 256, - 1.679, + 1.038, + 259, + 0.768, + 260, + 1.17, + 261, + 1.474, 263, - 1.16, - 264, - 0.792, - 271, - 3.056, + 1.952, + 268, + 1.78, + 269, + 2.062, 273, - 0.682, - 277, - 1.398, - 278, - 1.929, + 2.184, + 285, + 0.485, 290, - 1.076, + 1.79, 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, - 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, - 394, - 1.531, - 400, - 0.868, - 402, - 1.336, - 406, - 0.732, - 407, - 2.027, - 418, + 0.464, + 295, + 1.285, + 296, + 2.979, + 306, + 1.226, + 311, + 2.625, + 313, + 1.361, + 327, + 1.382, + 330, 1.107, - 422, - 1.397, + 332, + 1.954, + 333, + 1.308, + 335, + 1.318, + 337, + 2.572, + 342, + 1.555, + 345, + 0.969, + 353, + 1.382, + 357, + 1.348, + 358, + 1.6, + 368, + 0.987, + 371, + 1.465, + 380, + 1.8, + 382, + 1.249, + 387, + 1.622, + 389, + 1.108, + 392, + 0.701, 429, - 1.384, - 431, - 1.882, - 437, - 0.757, - 440, - 0.858, + 2.458, 441, - 0.61, - 465, - 2.161, - 466, - 1.933, + 0.542, + 442, + 1.249, + 446, + 1.739, + 452, + 1.183, + 457, + 0.384, + 468, + 0.768, 469, - 1.185, + 1.413, + 471, + 1.091, + 472, + 0.922, 481, - 0.657, - 491, - 0.732, - 492, - 4.636, - 493, - 0.904, - 504, - 0.999, - 511, - 1.21, - 514, - 0.622, - 522, - 2.011, - 524, - 4.591, - 525, - 2.537, - 527, - 1.014, - 529, - 1.429, - 538, - 4.017, - 548, - 1.359, + 0.617, + 496, + 0.931, + 500, + 0.73, + 505, + 1.025, + 506, + 2.113, + 513, + 1.801, + 516, + 1.871, + 534, + 0.94, + 543, + 0.434, + 546, + 2.733, + 550, + 0.931, + 552, + 0.322, + 553, + 2.768, 554, - 1.022, - 570, - 5.263, + 2.203, + 555, + 0.623, + 556, + 0.445, + 559, + 0.883, + 561, + 0.634, + 564, + 0.883, + 571, + 0.791, 581, - 2.047, - 590, - 2.731, - 595, - 1.503, - 599, - 0.831, - 606, - 0.984, - 607, - 0.849, - 612, - 3.549, - 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, - 702, - 2.739, - 704, - 2.441, - 706, - 1.993, - 712, - 2.591, - 714, - 1.977, - 719, - 2.824, - 723, - 0.944, - 727, - 1.916, + 0.583, + 584, + 1.829, + 588, + 0.562, + 605, + 1.141, + 608, + 0.536, + 614, + 1.093, + 620, + 1.801, + 622, + 0.969, + 627, + 0.627, + 631, + 2.512, + 634, + 0.79, + 647, + 1.614, + 648, + 0.525, + 649, + 1.197, + 660, + 0.648, + 672, + 1.875, + 676, + 2.314, + 679, + 4.165, + 685, + 3.073, + 687, + 0.637, + 689, + 0.485, + 691, + 2.084, + 695, + 2.292, + 703, + 1.988, + 713, + 0.569, + 724, + 2.077, 735, - 1.031, - 737, - 2.555, - 738, - 1.014, - 746, - 2.621, - 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, - 858, - 0.98, - 860, - 0.672, - 862, - 0.888, + 0.519, + 750, + 1.351, + 752, + 2.53, + 762, + 0.489, + 763, + 1.829, + 765, + 2.287, + 775, + 1.544, + 784, + 1.461, + 786, + 2.01, + 793, + 0.504, + 803, + 0.748, + 807, + 1.158, + 811, + 1.381, + 831, + 1.197, + 848, + 0.991, + 856, + 2.203, 866, - 1.324, - 889, - 1.212, + 1.039, + 880, + 0.525, + 883, + 0.817, 891, - 1.988, - 903, - 1.624, - 909, - 2.328, - 914, - 1.819, - 919, - 1.531, - 939, - 0.932, - 947, - 1.79, - 948, - 2.383, - 954, - 0.932, - 960, - 1.498, - 972, - 0.984, - 1001, - 1.666, + 3.249, + 898, + 0.99, + 901, + 1.205, + 907, + 1.318, + 913, + 0.684, + 918, + 2.634, + 924, + 1.323, + 931, + 1.701, + 938, + 1.762, + 941, + 2.153, + 943, + 0.748, + 945, + 2.966, + 959, + 2.698, + 979, + 0.904, + 982, + 3.033, + 998, + 1.158, 1007, - 1.242, - 1009, - 1.819, - 1018, - 1.107, - 1021, - 2.898, - 1022, - 2.179, - 1054, - 1.014, - 1058, - 1.181, - 1078, - 1.291, - 1094, - 1.531, - 1129, - 0.757, - 1156, - 3.276, - 1159, - 0.944, - 1160, - 0.703, - 1162, - 1.321, - 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, - 1500, - 1.585, - 1505, - 1.953, - 1542, - 4.308, - 1545, - 1.107, - 1547, - 4.9, - 1549, - 1.712, - 1554, - 2.298, + 0.379, + 1010, + 0.822, + 1019, + 3.861, + 1040, + 1.668, + 1041, + 5.021, + 1043, + 1.5, + 1047, + 0.514, + 1059, + 1.632, + 1062, + 0.591, + 1067, + 1.134, + 1082, + 0.684, + 1109, + 4.508, + 1139, + 1.124, + 1141, + 1.218, + 1144, + 1.59, + 1155, + 1.683, + 1164, + 1.197, + 1167, + 0.847, + 1172, + 0.549, + 1180, + 1.093, + 1183, + 1.565, + 1184, + 2.194, + 1186, + 0.98, + 1189, + 0.847, + 1192, + 1.24, + 1198, + 2.321, + 1202, + 1.932, + 1250, + 1.124, + 1255, + 0.748, + 1272, + 2.437, + 1295, + 3.811, + 1296, + 1.889, + 1304, + 1.177, + 1309, + 1.897, + 1314, + 0.73, + 1328, + 0.817, + 1332, + 2.05, + 1339, + 1.509, + 1361, + 0.713, + 1367, + 2.036, + 1382, + 0.6, + 1387, + 0.698, + 1406, + 2.314, + 1411, + 4.664, + 1416, + 0.768, + 1429, + 2.34, + 1459, + 1.415, + 1465, + 3.56, + 1471, + 0.991, + 1472, + 2.06, + 1498, + 0.748, + 1502, + 0.555, + 1548, + 2.479, 1558, - 1.066, - 1569, - 3.005, - 1573, - 0.858, - 1576, - 1.154, - 1592, - 3.079, + 0.671, 1596, - 0.97, - 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, + 1.064, + 1628, + 0.829, + 1629, + 1.249, + 1632, + 0.684, + 1636, + 0.627, + 1651, + 0.648, + 1661, + 2.304, + 1662, + 1.226, + 1683, + 2.275, + 1691, + 0.768, + 1714, + 0.791, + 1793, + 1.29, + 1803, + 0.748, + 1804, + 2.206, + 1807, + 0.519, + 1812, + 0.73, + 1813, + 0.768, + 1814, + 3.634, 1815, - 1.181, - 1822, - 1.851, - 1844, - 0.97, - 1850, - 1.048, - 1854, - 0.898, + 0.847, + 1825, + 1.632, + 1829, + 0.929, + 1830, + 0.929, + 1867, + 0.883, 1869, - 2.284, - 1870, - 1.181, + 0.713, 1876, - 1.916, - 1892, - 1.993, + 0.883, + 1879, + 2.063, + 1890, + 0.627, + 1908, + 2.951, + 1911, + 1.025, 1928, - 1.181, - 1929, - 2.055, - 1963, - 0.999, - 1977, - 2.366, - 1981, - 4.94, - 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, + 1942, + 2.584, + 1969, + 3.359, + 1982, + 0.991, + 2006, + 1.465, + 2027, + 2.908, + 2078, + 0.684, + 2095, + 1.197, + 2096, + 0.6, + 2103, + 1.716, + 2104, + 0.929, + 2105, + 3.618, + 2116, + 1.141, + 2162, + 3.946, + 2164, + 2.537, + 2167, + 2.549, + 2168, + 2.392, + 2182, + 2.599, + 2189, + 0.6, + 2217, + 0.659, + 2232, + 2.392, + 2236, + 3.404, + 2243, + 0.883, + 2245, + 0.929, + 2260, + 0.791, + 2360, + 1.078, + 2382, + 0.671, + 2388, + 1.716, + 2532, + 0.698, + 2542, + 1.728, + 2553, + 1.716, + 2555, + 1.264, + 2633, + 1.025, + 2637, + 1.264, + 2667, + 0.791, + 2682, + 1.716, + 2686, + 2.103, + 2717, + 0.791, + 2723, + 2.275, + 2738, + 0.698, + 2740, + 0.883, + 2775, + 3.35, + 2822, + 2.478, + 2831, + 0.817, + 2838, + 0.929, + 2866, + 1.716, + 2872, + 2.463, + 2874, + 1.461, + 2885, + 0.817, + 2893, + 1.829, + 2894, + 1.829, + 2895, + 4.636, + 2896, + 2.392, + 2897, + 4.288, + 2900, + 0.99, + 2925, + 0.698, + 3064, + 4.35, + 3088, + 1.509, + 3111, + 2.392, + 3192, + 0.791, + 3234, + 1.829, + 3564, + 0.99, + 3569, + 0.748, + 3603, + 4.125, + 3660, + 3.321, + 3673, + 0.817, + 3713, + 4.965, + 3797, + 1.798, 3838, - 2.193, - 3840, - 2.266, - 3861, - 1.107, - 3862, - 1.279, - 3871, - 1.321, - 3935, - 2.083, + 1.461, + 3902, + 4.305, + 3909, + 1.632, + 3925, + 1.509, 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, - 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, + 0.73, + 4069, + 1.879, + 4098, + 1.728, + 4257, + 0.791, + 4438, + 0.99, + 4441, + 0.883, + 4465, + 0.73, + 4527, + 1.565, + 4542, + 2.979, + 4546, + 0.99, + 4556, + 0.883, + 4608, + 6.475, + 4646, + 3.359, + 4703, + 1.716, + 4872, + 1.461, + 4873, + 2.036, + 5148, + 3.597, + 5201, + 0.99, + 5294, + 0.883, + 5326, + 0.99, + 5477, + 0.929, + 5643, + 0.99, + 5802, + 1.565, + 6033, + 2.979, + 6075, + 0.847, + 6155, + 1.509, + 6574, + 1.829, + 6834, + 2.392, + 6870, + 1.716, + 7104, + 0.99, + 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, + 4.206, + 8362, + 2.549, + 8368, + 2.549, + 8370, + 2.549, + 8372, + 2.549, + 8374, + 2.549, + 8376, + 2.549, + 8378, + 2.549, + 8382, + 3.722, + 8384, + 1.829, + 8386, + 3.722, + 8388, + 1.829, + 8394, + 1.829, + 8396, + 2.549, + 8398, + 1.829, + 8439, + 0.929, + 8441, + 0.99, + 8478, + 0.99, + 8578, + 0.929, + 8597, + 1.829, + 9097, + 0.883, + 9754, + 1.829, + 10253, + 1.829, + 10366, + 1.082, + 10367, + 1.082, + 10368, + 2.788, + 10369, + 1.082, + 10370, + 1.082, + 10371, + 1.082, + 10372, + 1.082, + 10373, + 2.0, + 10374, + 2.0, + 10375, + 1.829, + 10376, + 2.0, + 10377, + 2.0, + 10378, + 1.082, + 10379, + 2.0, + 10380, + 1.082, + 10381, + 2.0, + 10382, + 2.0, + 10383, + 2.0, + 10384, + 2.0, + 10385, + 2.0, + 10386, + 2.0, + 10387, + 2.0, + 10388, + 2.0, + 10389, + 2.0, + 10390, + 1.829, + 10391, + 2.0, + 10392, + 2.0, + 10393, + 2.0, + 10394, + 2.0, 10395, - 3.091, + 2.0, 10396, - 1.751, + 2.0, 10397, - 1.751, + 1.082, 10398, - 1.751, + 1.082, 10399, - 1.751, + 4.07, 10400, - 1.751, + 1.082, 10401, - 1.751, + 1.082, 10402, - 1.751, + 1.082, 10403, - 5.004, + 0.99, 10404, - 1.751, + 1.082, 10405, - 3.091, + 2.788, 10406, - 1.751, + 2.0, 10407, - 1.751, + 2.0, 10408, - 1.751, + 2.0, 10409, - 1.751, + 2.0, 10410, - 3.091, + 2.0, 10411, - 3.091, + 3.471, 10412, - 1.751, + 1.082, 10413, - 1.751, + 1.082, 10414, - 4.148, + 1.082, 10415, - 1.751, + 1.082, 10416, - 1.751, + 1.082, 10417, - 1.751, + 1.082, 10418, - 1.751, + 1.082, 10419, - 1.751, + 1.082, 10420, - 1.751, + 1.082, 10421, - 1.751, + 1.082, 10422, - 1.751, + 1.082, 10423, - 1.602, + 1.082, 10424, - 1.751, + 1.082, 10425, - 1.751, + 1.082, 10426, - 1.751, + 1.082, 10427, - 3.091, + 1.082, 10428, - 1.751, + 1.082, 10429, - 1.751, + 1.082, 10430, - 1.751, + 1.082, 10431, - 1.751, + 1.082, 10432, - 1.751, + 1.082, 10433, - 1.751, + 1.082, 10434, - 3.091, + 1.082, 10435, - 1.751, + 1.082, 10436, - 1.751, + 1.082, 10437, - 1.751, + 1.082, 10438, - 1.751, + 1.082, 10439, - 1.751, + 1.082, 10440, - 1.751, + 1.082, 10441, - 5.711 + 1.082, + 10442, + 1.082, + 10443, + 1.082, + 10444, + 1.082, + 10445, + 1.082, + 10446, + 1.082 ] ], [ - "type/ref/stable/dmStringFunc", + "type/ref/stable/dmHttpClient", [ - 6760, + 6757, 1.837 ] ], [ - "data/ref/stable/dmStringFunc", + "data/ref/stable/dmHttpClient", [ 7, - 1.248, + 1.249, + 9, + 2.717, + 18, + 1.098, + 20, + 1.065, + 38, + 1.202, + 57, + 1.273, + 59, + 0.898, + 79, + 0.681, + 99, + 0.884, + 105, + 3.215, + 122, + 3.099, + 126, + 1.59, + 165, + 3.096, + 172, + 3.492, + 263, + 2.396, + 268, + 1.636, + 330, + 2.555, + 332, + 2.666, + 333, + 2.278, + 457, + 2.844, + 479, + 3.734, + 553, + 2.864, + 590, + 4.123, + 607, + 6.537, + 612, + 4.794, + 629, + 2.409, + 645, + 5.856, + 669, + 4.967, + 685, + 3.266, + 866, + 2.985, + 891, + 3.841, + 915, + 3.072, + 1100, + 6.268, + 1164, + 5.955, + 1379, + 4.989, + 1381, + 7.06, + 1427, + 6.875, + 1465, + 2.826, + 2042, + 4.438, + 2297, + 6.417, + 2736, + 6.763, + 2779, + 5.876, + 3366, + 5.684, + 3415, + 4.377, + 3646, + 6.025, + 3712, + 3.884, + 4621, + 7.02, + 4969, + 8.47, + 7415, + 5.852, + 8174, + 5.4, + 9143, + 9.9, + 10447, + 8.012, + 10448, + 8.012, + 10449, + 8.012, + 10450, + 8.012, + 10451, + 8.012, + 10452, + 8.012, + 10453, + 8.012, + 10454, + 8.012, + 10455, + 8.012, + 10456, + 8.012 + ] + ], + [ + "type/ref/stable/socket", + [ + 6757, + 1.837 + ] + ], + [ + "data/ref/stable/socket", + [ + 7, + 1.039, 8, - 1.505, + 0.879, 9, - 0.68, + 1.56, + 10, + 2.08, 11, - 1.074, - 16, - 0.519, - 21, - 2.266, - 23, - 1.244, + 0.565, + 18, + 1.145, + 20, + 1.51, + 22, + 1.554, + 27, + 0.903, + 28, + 1.352, + 29, + 3.653, 30, - 1.092, - 32, - 1.095, - 33, - 1.438, - 51, - 1.08, - 68, - 2.257, - 74, - 0.889, + 2.594, + 36, + 2.246, + 38, + 1.121, + 44, + 1.579, + 46, + 1.576, + 52, + 1.755, + 56, + 0.779, + 57, + 1.473, + 59, + 0.997, + 60, + 2.326, + 62, + 0.928, + 67, + 0.283, + 72, + 0.36, 77, - 1.596, - 80, - 2.652, + 1.32, + 79, + 0.995, + 84, + 0.468, 86, - 0.821, - 92, - 4.076, + 1.41, + 90, + 1.744, + 97, + 0.451, + 98, + 2.683, + 99, + 1.057, + 100, + 1.611, + 102, + 1.777, + 103, + 0.871, + 105, + 0.626, 106, - 3.635, - 119, - 3.333, - 121, - 2.602, + 1.483, + 107, + 1.474, + 108, + 0.82, + 109, + 0.581, + 110, + 0.79, + 111, + 0.452, + 113, + 1.466, + 116, + 0.607, + 120, + 0.648, + 122, + 0.75, + 124, + 1.514, + 125, + 1.543, + 126, + 1.836, + 132, + 1.816, + 136, + 0.883, + 141, + 1.032, + 142, + 3.182, + 145, + 2.344, + 148, + 1.715, + 149, + 0.215, + 150, + 0.879, + 153, + 1.2, + 158, + 0.585, 160, - 1.031, - 161, - 1.974, - 190, - 2.276, - 234, - 1.751, + 1.197, + 165, + 2.434, + 169, + 1.344, + 177, + 1.551, + 178, + 0.403, + 182, + 1.672, + 197, + 0.687, + 198, + 0.295, + 201, + 2.029, + 207, + 0.36, + 208, + 1.527, + 210, + 0.228, + 211, + 0.699, + 216, + 0.223, + 229, + 1.705, + 230, + 1.84, + 239, + 0.248, + 240, + 1.617, + 241, + 2.086, + 247, + 2.528, + 249, + 0.748, + 256, + 1.145, + 257, + 0.952, + 259, + 1.107, + 261, + 1.475, + 263, + 2.824, 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, + 1.467, + 268, + 2.092, + 269, + 1.66, + 273, + 1.746, + 280, + 0.612, + 285, + 0.896, + 288, + 0.304, + 324, + 0.618, + 330, + 0.497, + 332, + 2.924, + 333, + 2.081, + 334, + 0.313, + 338, + 2.037, + 342, + 0.896, + 353, + 0.225, + 358, + 2.001, + 368, + 0.444, + 380, + 0.71, + 381, + 0.967, + 382, + 1.743, + 385, + 0.608, + 387, + 1.108, + 394, + 1.107, + 399, + 0.768, + 402, + 0.576, + 420, + 1.078, + 433, + 1.771, + 441, + 0.283, + 442, + 0.253, + 452, + 1.337, + 459, + 0.263, + 463, + 0.381, + 468, + 0.768, + 471, + 1.621, + 473, + 1.382, + 474, + 0.791, + 479, + 0.585, + 483, + 4.577, + 487, + 0.401, + 489, + 4.35, + 490, + 2.118, + 496, + 0.726, + 497, + 0.29, + 500, + 0.73, + 505, + 0.555, + 510, + 0.885, + 513, + 0.562, + 514, + 1.078, + 516, + 1.078, + 521, + 1.209, + 522, + 0.536, + 523, + 0.809, + 524, + 2.658, + 533, + 1.924, + 534, + 0.509, + 543, + 2.356, + 546, + 1.503, + 547, + 1.418, + 548, + 1.028, + 550, + 0.504, + 553, + 0.387, + 554, + 0.406, + 555, + 1.177, + 556, + 2.62, + 561, + 0.634, + 568, + 1.567, + 571, + 0.412, + 577, + 0.425, + 580, + 0.357, + 587, + 0.381, + 588, + 0.809, + 596, + 0.852, + 601, + 0.206, + 608, + 1.381, + 614, + 0.784, + 620, + 1.447, + 627, + 3.865, + 629, + 0.326, + 631, + 0.28, + 633, + 1.413, + 634, + 0.79, + 637, + 0.364, + 646, + 1.76, + 647, + 0.903, + 648, + 0.525, + 650, + 1.318, + 663, + 0.442, + 672, + 5.137, + 674, + 1.002, + 675, + 1.069, + 678, + 1.624, + 679, + 0.485, + 685, + 0.23, + 689, + 1.694, + 691, + 1.997, + 692, + 0.751, + 700, + 1.426, + 702, + 1.894, + 704, + 0.364, + 710, + 0.274, + 712, + 2.549, + 716, + 3.132, + 729, + 0.627, + 732, + 0.713, + 737, + 1.051, + 738, + 0.933, + 740, + 0.549, + 747, + 0.608, + 749, + 1.316, + 750, + 0.525, + 752, + 1.11, + 762, + 1.089, + 765, + 2.902, + 773, + 2.191, + 774, + 3.669, + 775, + 1.108, + 789, + 0.817, + 799, + 0.344, + 803, + 0.39, + 807, + 0.627, + 811, + 1.381, + 826, + 0.297, + 827, + 1.395, + 828, + 0.637, + 832, + 1.507, + 834, + 1.557, + 848, + 0.536, + 856, + 2.678, + 857, + 1.374, + 858, + 4.378, + 866, + 1.804, + 874, + 3.494, + 879, + 0.332, + 880, + 0.274, + 891, + 1.56, + 894, + 2.637, + 898, + 0.2, + 899, + 0.713, + 903, + 0.304, + 905, + 0.637, + 915, + 0.217, + 917, + 0.904, + 923, + 0.277, + 924, + 0.268, + 926, + 1.139, + 931, + 2.962, + 941, + 0.425, + 960, + 0.255, + 975, + 0.748, + 985, + 0.791, + 987, + 0.3, + 999, + 0.26, + 1007, + 2.119, + 1025, + 3.334, + 1029, + 0.274, + 1034, + 1.205, + 1039, + 0.584, + 1041, + 1.261, + 1043, + 0.674, + 1045, + 1.587, + 1052, + 0.297, + 1055, + 5.721, + 1056, + 0.791, + 1058, + 2.203, + 1062, + 2.373, + 1068, + 0.357, + 1081, + 0.344, + 1090, + 0.726, + 1096, + 0.412, + 1097, + 3.278, + 1101, + 0.332, + 1104, + 0.838, + 1105, + 1.028, + 1109, + 2.347, + 1134, + 0.684, + 1140, + 0.719, + 1141, + 1.467, + 1146, + 1.205, + 1150, + 1.354, + 1160, + 3.403, + 1162, + 1.978, + 1166, + 0.627, + 1173, + 1.18, + 1186, + 0.531, + 1198, + 1.141, + 1209, + 0.99, + 1245, + 1.624, + 1248, + 0.684, + 1264, + 1.837, + 1272, + 1.678, + 1279, + 0.648, + 1295, + 2.332, + 1296, + 0.897, + 1298, + 0.986, + 1304, + 0.918, + 1307, + 3.974, + 1309, + 1.093, + 1324, + 0.293, + 1326, + 0.95, + 1332, + 0.228, + 1364, + 1.418, + 1376, + 0.412, + 1382, + 0.864, + 1387, + 1.006, + 1403, + 1.933, + 1406, + 2.595, + 1413, + 0.344, + 1415, + 1.926, + 1427, + 0.748, + 1434, + 2.849, + 1435, + 5.536, + 1439, + 2.067, + 1440, + 2.302, + 1445, + 2.463, + 1459, + 3.376, + 1465, + 3.875, + 1471, + 0.991, + 1472, + 5.131, + 1479, + 2.707, + 1492, + 0.35, + 1496, + 1.382, + 1498, + 0.748, + 1500, + 0.39, + 1502, + 0.29, + 1509, + 0.39, + 1510, + 1.798, + 1513, + 0.461, + 1514, + 0.426, + 1525, + 1.986, + 1551, + 0.442, + 1559, + 0.967, + 1562, + 0.372, + 1574, + 1.913, + 1588, + 2.787, + 1590, + 2.077, + 1596, + 0.3, + 1597, + 5.883, + 1602, + 1.366, + 1606, + 1.641, + 1621, + 2.783, + 1624, + 1.759, + 1627, + 0.401, + 1629, + 1.079, + 1630, + 0.426, + 1632, + 0.357, + 1633, + 0.929, + 1636, + 1.159, + 1645, + 0.485, + 1649, + 2.576, + 1650, + 2.599, + 1651, + 0.338, + 1658, + 0.401, + 1661, + 0.781, + 1672, + 0.304, + 1684, + 1.159, + 1697, + 0.364, + 1713, + 0.82, + 1714, + 1.759, + 1765, + 0.883, + 1767, + 0.637, + 1797, + 0.698, + 1803, + 2.612, + 1814, + 2.169, + 1838, + 0.883, + 1866, + 0.618, + 1868, + 2.026, + 1869, + 2.491, + 1872, + 1.467, + 1876, + 1.273, + 1882, + 0.692, + 1884, + 1.606, + 1885, + 2.011, + 1901, + 0.627, + 1908, + 0.255, + 1913, + 0.516, + 1929, + 1.051, + 1930, + 0.817, + 1942, + 1.567, + 1946, + 0.791, + 1966, + 0.73, + 1982, + 1.381, + 1999, + 0.313, + 2019, + 0.381, + 2026, + 3.984, + 2035, + 1.24, + 2066, + 1.028, + 2073, + 2.619, + 2078, + 0.684, + 2087, + 1.264, + 2092, + 0.929, + 2095, + 0.338, + 2106, + 0.485, + 2135, + 0.401, + 2143, + 0.713, + 2160, + 3.264, + 2164, + 0.244, + 2173, + 0.637, + 2188, + 0.412, + 2191, + 0.39, + 2247, + 0.516, + 2286, + 0.967, + 2299, + 1.382, + 2307, + 0.768, + 2317, + 0.791, + 2327, + 3.594, + 2358, + 0.35, + 2360, + 0.584, + 2373, + 0.357, + 2418, 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, + 2440, + 1.683, + 2441, + 0.297, + 2448, + 2.491, + 2458, + 0.883, + 2459, + 3.071, + 2460, + 5.471, + 2465, + 5.583, + 2468, + 0.847, + 2496, + 0.426, + 2498, + 0.357, + 2520, + 0.883, + 2533, + 1.624, + 2548, + 2.984, + 2566, + 0.372, + 2619, + 0.929, + 2631, + 0.357, + 2633, + 1.43, + 2645, + 0.412, + 2657, + 0.317, + 2684, + 1.177, + 2747, + 1.177, + 2775, + 0.584, + 2783, + 1.107, + 2794, + 0.929, + 2799, + 1.509, + 2848, + 1.273, + 2851, + 0.817, + 2855, + 0.847, + 2875, + 2.644, + 2897, + 0.412, + 2907, + 1.22, + 2950, + 0.817, + 2978, + 0.768, + 2991, + 2.104, + 3021, + 0.35, + 3055, + 0.461, + 3057, + 0.748, + 3088, + 1.817, + 3237, + 1.107, + 3243, + 0.426, + 3281, + 0.461, + 3311, + 5.632, + 3342, + 0.967, + 3351, + 3.185, + 3399, + 0.39, + 3400, + 1.139, + 3415, + 1.523, + 3419, + 0.99, + 3425, + 0.847, + 3442, + 0.401, + 3504, + 3.754, + 3517, + 0.99, + 3581, + 0.847, + 3582, + 7.573, + 3583, + 1.107, + 3584, + 4.034, + 3585, + 0.516, + 3589, + 0.516, + 3590, + 0.516, + 3592, + 0.516, + 3593, + 7.891, + 3594, + 6.864, + 3595, + 2.037, + 3598, + 3.493, + 3628, + 2.067, + 3669, + 0.442, + 3670, + 3.951, + 3673, + 0.426, + 3680, + 0.883, + 3724, + 0.883, + 3726, + 0.461, + 3730, + 3.727, + 3733, + 4.988, + 3888, + 0.791, + 3972, + 0.841, + 4017, + 0.442, + 4126, + 1.22, + 4184, + 0.883, + 4185, + 0.883, + 4243, + 0.929, + 4276, + 1.717, + 4350, + 0.485, + 4364, + 1.107, + 4472, + 0.791, + 4483, + 1.419, + 4535, + 0.817, + 4561, + 1.717, + 4567, + 2.55, + 4572, + 0.442, + 4588, + 0.929, + 4691, + 0.516, + 4854, + 2.011, + 4871, + 1.632, + 4872, + 2.037, + 4873, + 0.412, + 4931, + 0.461, + 5174, + 0.485, + 5203, + 1.426, + 5208, + 0.986, + 5209, + 0.516, + 5245, + 4.351, + 5246, + 5.727, + 5247, + 5.107, + 5248, + 0.883, + 5346, + 1.426, + 5376, + 0.929, + 5397, + 0.412, + 5487, + 1.273, + 5678, + 2.104, + 5679, + 5.208, + 5750, + 0.412, + 5769, + 0.516, + 5779, + 0.929, + 5802, + 1.885, + 5829, + 0.516, + 5878, + 1.273, + 5975, + 1.338, + 6032, + 1.829, + 6071, + 0.929, + 6087, + 0.929, + 6124, + 1.664, + 6155, + 0.817, + 6216, + 0.516, + 6374, + 0.516, + 6439, + 0.485, + 6633, + 2.275, + 6678, + 0.485, + 6955, + 2.037, + 7003, + 1.698, + 7106, + 0.847, + 7114, + 0.929, + 7115, + 0.516, + 7119, + 1.338, + 7183, + 0.516, + 7184, + 0.461, + 7331, + 4.29, + 7337, + 1.177, + 7367, + 2.393, + 7373, + 0.461, + 7415, + 0.412, + 7440, + 0.929, + 7446, + 0.426, + 7447, + 0.929, + 7462, + 0.99, + 7468, + 0.883, + 7472, + 0.99, + 7502, + 0.883, + 7720, + 0.485, + 7958, + 2.182, + 8599, + 0.516, + 8767, + 5.344, + 8822, + 0.929, + 8830, + 1.829, + 9097, + 0.461, + 9383, + 0.516, + 9395, + 0.516, + 9459, + 0.516, + 9463, + 0.461, + 9527, + 0.99, + 9588, + 1.632, + 9634, + 0.99, + 9711, + 1.717, + 9835, + 0.516, + 9837, + 0.516, + 9839, + 0.929, + 9903, + 2.55, + 10021, + 0.99, + 10044, + 0.516, + 10049, + 0.516, + 10243, + 1.426, + 10297, + 0.485, + 10403, + 0.516, 10457, - 5.755, + 0.565, 10458, - 5.755, + 2.409, 10459, - 11.496, + 0.565, 10460, - 5.755, + 2.788, 10461, - 8.003, + 0.565, 10462, - 8.003, + 0.565, 10463, - 8.003, + 1.083, 10464, - 5.755, + 2.001, 10465, - 5.755, + 2.001, 10466, - 9.201, + 3.472, 10467, - 8.003, + 2.001, 10468, - 5.755, + 0.565, 10469, - 5.755, + 5.687, 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, + 4.071, 10471, - 9.388, + 5.071, 10472, - 8.216, + 0.565, 10473, - 5.978, + 0.565, 10474, - 5.978, + 2.788, 10475, - 5.978, + 2.788, 10476, - 5.978, + 2.788, 10477, - 5.978, + 2.788, 10478, - 5.978, + 1.083, 10479, - 5.978, + 1.083, 10480, - 5.978, + 0.565, 10481, - 5.978, + 1.56, 10482, - 5.978, + 2.001, 10483, - 5.978, + 0.565, 10484, - 5.978, + 1.56, 10485, - 5.978, + 1.083, 10486, - 5.978, + 1.083, 10487, - 5.978, + 1.56, 10488, - 5.978, + 2.001, 10489, - 5.978, + 1.083, 10490, - 5.978, + 3.472, 10491, - 5.978, + 2.001, 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, + 0.565, 10493, - 6.481, + 4.842, 10494, - 6.481, + 1.56, 10495, - 11.215, + 3.781, 10496, - 9.786, + 0.565, 10497, - 10.452, + 0.565, 10498, - 8.679, + 1.56, 10499, - 6.481, + 0.565, 10500, - 6.481, + 0.565, 10501, - 6.481, + 1.083, 10502, - 6.481, + 2.001, 10503, - 6.481, + 2.788, 10504, - 6.481, + 6.814, 10505, - 6.481, + 2.001, 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, + 3.472, 10507, - 3.43, + 0.565, 10508, - 3.43, + 4.6, 10509, - 9.702, + 0.565, 10510, - 3.43, + 2.409, 10511, - 3.43, + 3.472, 10512, - 3.43, + 2.788, 10513, - 3.43, + 1.083, 10514, - 3.43, + 0.565, 10515, - 3.43, + 7.317, 10516, - 3.43, + 5.071, 10517, - 3.43, + 1.083, 10518, - 3.43, + 1.083, 10519, - 3.43, + 1.083, 10520, - 3.43, + 0.565, 10521, - 3.43, + 1.083, 10522, - 5.439, - 10523, - 3.43, - 10524, - 6.759, - 10525, - 3.43, - 10526, - 3.43, - 10527, - 3.43 - ] - ], - [ - "type/ref/stable/dmBuffer", - [ - 6760, - 1.837 - ] - ], - [ - "data/ref/stable/dmBuffer", - [ - 7, - 1.037, - 8, - 1.503, - 9, - 1.032, - 11, - 1.086, - 16, - 0.544, - 21, - 2.27, - 29, - 0.879, - 30, - 1.135, - 32, - 0.745, - 33, - 1.253, - 35, - 3.16, - 48, - 1.678, - 67, - 3.724, - 68, - 0.888, - 71, - 0.803, - 74, - 1.091, - 77, - 0.78, - 79, - 2.638, - 86, - 1.049, - 92, - 2.527, - 108, - 3.374, - 125, - 2.975, - 137, - 0.897, - 141, - 1.474, - 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, - 1.845, - 279, - 3.966, - 298, - 1.535, - 300, - 0.838, - 309, - 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, - 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, - 1.897, - 610, - 4.065, - 616, - 3.092, - 644, - 2.031, - 665, - 5.55, - 697, - 1.458, - 714, - 2.907, - 737, - 3.35, - 749, - 4.98, - 754, - 1.677, - 758, - 2.606, - 759, - 1.38, - 826, - 1.897, - 836, - 4.134, - 858, - 1.24, - 894, - 3.739, - 903, - 2.056, - 924, - 2.578, - 929, - 5.461, - 948, - 3.934, - 1001, - 5.297, - 1014, - 2.524, - 1071, - 4.278, - 1078, - 3.939, - 1103, - 5.017, - 1166, - 4.477, - 1167, - 3.818, - 1168, - 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, - 8.562, - 2550, - 2.473, - 2573, - 1.961, - 2600, - 3.193, - 2840, - 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, - 3.062, - 4390, - 1.897, - 4940, - 4.561, - 4942, - 3.209, - 5036, - 2.776, - 5253, - 8.092, - 5428, - 3.062, - 5880, - 2.952, - 6167, - 4.278, - 6753, - 5.888, - 6884, - 6.411, - 6887, - 2.776, - 6897, - 5.445, - 7196, - 3.193, - 7209, - 4.065, - 7622, - 2.952, - 7992, - 3.358, - 8039, - 6.312, - 8726, - 8.985, - 8727, - 10.379, - 10275, - 6.727, - 10277, - 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, + 1.083, + 10523, + 1.083, + 10524, + 1.083, + 10525, + 1.083, + 10526, + 1.083, + 10527, + 4.071, + 10528, + 1.083, + 10529, + 1.083, + 10530, + 1.083, + 10531, + 1.083, + 10532, + 1.083, + 10533, + 2.001, + 10534, + 0.565, + 10535, + 1.083, + 10536, + 2.788, + 10537, + 1.083, + 10538, + 0.565, + 10539, + 0.565, + 10540, + 1.083, + 10541, + 0.565, + 10542, + 1.56, + 10543, + 1.083, + 10544, + 1.083, + 10545, + 0.565, + 10546, + 0.565, + 10547, + 1.083, + 10548, + 2.001, + 10549, + 0.565, + 10550, + 1.083, + 10551, + 1.083, + 10552, + 0.565, + 10553, + 0.565, + 10554, + 0.565, + 10555, + 0.565, + 10556, + 0.565, + 10557, + 0.565, + 10558, + 1.56, + 10559, + 0.565, + 10560, + 0.565, + 10561, + 0.565, + 10562, + 0.565, + 10563, + 0.565, + 10564, + 1.56, + 10565, + 1.083, + 10566, + 0.565, + 10567, + 0.565, + 10568, + 0.565, + 10569, + 0.565, + 10570, + 1.083, 10571, - 4.971, + 0.565, 10572, - 4.971, + 0.565, 10573, - 4.971, + 0.565, 10574, - 4.971, + 0.565, 10575, - 4.971, + 0.565, 10576, - 4.971, + 1.083, 10577, - 4.971, + 0.565, 10578, - 4.971, + 0.565, 10579, - 4.971, + 0.516, 10580, - 4.971, + 0.565, 10581, - 4.971, + 0.565, 10582, - 4.971, + 1.083, 10583, - 4.971, + 0.565, 10584, - 4.971, + 0.565, 10585, - 4.971, + 1.083, 10586, - 4.971, + 0.565, 10587, - 4.971, + 0.565, 10588, - 4.971, + 0.565, 10589, - 4.971, + 0.565, 10590, - 4.971, + 0.565, 10591, - 4.971, + 0.565, 10592, - 4.971, + 0.565, 10593, - 4.971, + 0.565, 10594, - 4.971, + 0.565, 10595, - 4.971, + 1.083, 10596, - 4.971 + 1.083, + 10597, + 0.565, + 10598, + 0.565, + 10599, + 0.565, + 10600, + 0.565, + 10601, + 0.565, + 10602, + 0.516, + 10603, + 0.565, + 10604, + 1.083, + 10605, + 0.565, + 10606, + 0.516, + 10607, + 1.083, + 10608, + 0.565, + 10609, + 0.565, + 10610, + 0.565, + 10611, + 0.565, + 10612, + 0.565, + 10613, + 0.565, + 10614, + 0.565, + 10615, + 1.083, + 10616, + 0.565, + 10617, + 0.565, + 10618, + 0.565, + 10619, + 0.565, + 10620, + 0.565, + 10621, + 0.565, + 10622, + 0.565, + 10623, + 1.083, + 10624, + 2.001, + 10625, + 0.565, + 10626, + 0.565, + 10627, + 0.565, + 10628, + 0.565, + 10629, + 1.083, + 10630, + 0.565, + 10631, + 0.565, + 10632, + 0.565, + 10633, + 0.565, + 10634, + 0.565, + 10635, + 0.565, + 10636, + 0.565 ] ], [ - "type/ref/stable/particlefx", + "type/ref/stable/dmBuffer", [ - 6760, + 6757, 1.837 ] ], [ - "data/ref/stable/particlefx", + "data/ref/stable/dmBuffer", [ 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, + 1.039, + 18, + 1.135, + 20, + 1.255, + 28, + 1.903, 30, - 1.141, - 32, - 1.343, - 33, - 1.465, - 41, - 2.426, - 42, - 2.188, + 3.966, + 36, + 0.783, + 38, + 1.093, 46, - 2.555, - 49, - 2.523, - 51, - 2.028, + 1.052, + 52, + 2.029, + 55, + 2.9, + 57, + 1.504, 59, - 2.05, - 68, - 2.392, - 70, - 2.063, - 71, - 0.99, - 74, - 1.171, + 0.546, 77, - 0.963, + 1.852, + 79, + 1.032, 86, - 1.504, + 1.275, + 96, + 1.244, 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.086, + 102, + 1.004, + 107, + 0.747, + 113, 1.477, + 116, + 1.528, + 125, + 1.194, + 126, + 1.775, + 132, + 2.533, + 141, + 2.236, + 142, + 3.163, + 144, + 2.063, + 148, + 0.805, + 158, + 2.42, + 169, + 0.899, + 177, + 1.85, + 199, + 1.682, + 202, + 3.652, + 226, + 1.682, + 240, + 1.117, + 241, + 0.841, + 247, + 2.957, + 256, + 0.887, + 263, + 3.115, + 268, + 2.272, + 269, + 0.891, 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, + 1.945, 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, + 2.647, + 387, + 1.385, + 392, + 3.727, + 411, + 2.038, + 479, + 3.355, + 490, + 3.944, + 534, + 1.845, + 561, + 1.244, + 573, + 1.473, + 602, + 2.981, + 612, + 4.41, + 620, + 2.038, + 622, + 1.903, + 634, + 2.913, + 644, + 1.945, + 685, + 1.601, + 773, + 1.423, + 866, + 1.463, + 874, + 3.1, 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, + 5.407, + 891, + 2.5, + 901, + 2.612, + 941, + 1.54, + 978, + 1.551, + 1010, + 2.484, + 1019, + 3.379, + 1039, + 5.303, + 1041, + 5.463, + 1042, + 2.587, + 1062, + 2.145, + 1155, + 1.903, + 1172, + 4.985, + 1202, + 4.483, + 1266, + 3.204, + 1306, + 2.481, + 1309, + 5.375, + 1311, + 2.532, + 1329, + 3.617, + 1426, + 2.39, + 1434, + 1.967, + 1459, + 3.005, + 1465, + 2.92, + 1548, + 3.259, + 1597, + 2.274, + 1629, + 1.759, + 1814, + 4.666, + 2028, + 2.647, + 2042, + 4.953, + 2084, + 2.532, + 2117, + 2.587, + 2135, + 5.23, + 2323, 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, - 10597, - 4.827, - 10598, - 4.827, - 10599, - 4.827, - 10600, - 4.827, - 10601, - 4.827, - 10602, - 4.827, - 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, + 2358, + 5.854, + 2360, + 3.974, + 2382, + 3.748, + 2441, + 2.063, + 2517, + 5.561, + 2563, + 2.786, + 2565, + 4.075, + 2718, + 4.289, + 2736, + 5.024, + 2779, + 3.825, + 2780, + 3.748, + 2888, + 8.568, + 2952, + 2.117, + 3237, + 4.289, + 3646, + 3.217, + 3712, + 1.903, + 3897, + 2.481, + 4197, + 5.528, + 4416, + 3.072, + 4514, + 2.532, + 4603, + 2.962, + 4646, + 2.868, + 4743, + 4.57, + 5073, + 3.072, + 5456, + 8.103, + 6075, + 3.072, + 6124, 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, - 10604, - 8.707, - 10605, - 8.707, - 10606, - 8.707, - 10607, - 8.707, - 10608, - 8.707, - 10609, - 8.707, - 10610, - 8.707, - 10611, - 10.471, - 10612, - 8.707 + 6470, + 5.893, + 6760, + 6.416, + 6877, + 6.741, + 6880, + 6.325, + 6920, + 3.204, + 6969, + 2.962, + 7322, + 5.454, + 7334, + 2.786, + 8045, + 3.369, + 8174, + 4.075, + 8179, + 6.325, + 10637, + 3.926, + 10638, + 11.619, + 10639, + 8.996, + 10640, + 10.386, + 10641, + 10.156, + 10642, + 10.639, + 10643, + 3.926, + 10644, + 3.926, + 10645, + 6.045, + 10646, + 6.045, + 10647, + 3.926, + 10648, + 3.926, + 10649, + 3.926, + 10650, + 3.926, + 10651, + 3.926, + 10652, + 3.926, + 10653, + 3.926, + 10654, + 3.926, + 10655, + 3.926, + 10656, + 3.926, + 10657, + 3.926, + 10658, + 3.926, + 10659, + 8.94, + 10660, + 3.926, + 10661, + 3.926, + 10662, + 3.926, + 10663, + 3.926, + 10664, + 3.926, + 10665, + 3.926, + 10666, + 6.045, + 10667, + 3.926, + 10668, + 3.926, + 10669, + 3.926, + 10670, + 3.926, + 10671, + 3.926, + 10672, + 3.926, + 10673, + 3.926, + 10674, + 3.926, + 10675, + 3.926, + 10676, + 7.372, + 10677, + 3.926, + 10678, + 3.926, + 10679, + 3.926, + 10680, + 3.926, + 10681, + 3.926 ] ], [ - "type/ref/stable/collectionfactory", + "type/ref/stable/base", [ - 6760, + 6757, 1.837 ] ], [ - "data/ref/stable/collectionfactory", + "data/ref/stable/base", [ 7, - 0.881, + 1.31, 8, - 1.171, + 1.164, 9, - 0.865, + 1.702, 10, - 1.858, - 11, - 1.073, - 16, - 0.826, - 21, - 1.697, - 23, - 1.518, - 26, - 1.285, + 1.238, + 18, + 1.142, + 20, + 1.562, + 27, + 1.019, 30, - 1.135, - 33, - 1.463, - 35, - 1.425, - 44, - 3.672, + 2.406, + 36, + 1.749, + 38, + 1.159, + 45, + 1.186, 46, - 1.334, - 48, - 2.313, - 49, - 1.713, - 50, - 2.089, - 51, - 1.828, + 1.567, 52, - 1.595, + 1.999, + 56, + 0.685, + 57, + 1.456, 59, - 2.036, - 68, - 1.886, - 70, - 1.077, - 71, - 0.983, - 74, - 1.082, + 0.949, + 60, + 2.761, + 62, + 1.033, + 63, + 0.853, 77, - 1.401, + 2.029, + 78, + 0.781, + 79, + 1.024, 86, - 0.684, + 2.052, + 90, + 0.419, + 96, + 0.983, 99, - 2.911, - 104, - 2.84, + 1.011, + 100, + 1.924, + 102, + 0.794, + 103, + 1.672, + 106, + 1.755, + 107, + 1.71, 108, - 4.077, - 119, - 1.528, - 135, - 3.947, - 137, - 1.045, + 1.684, + 109, + 0.655, + 113, + 1.657, + 115, + 1.285, + 121, + 1.377, + 122, + 1.296, + 124, + 1.814, + 125, + 0.535, + 126, + 1.642, + 132, + 1.066, + 140, + 0.811, 141, - 1.407, - 147, - 2.108, - 149, - 2.85, - 151, - 1.288, + 1.857, + 142, + 2.608, + 148, + 1.49, + 150, + 1.45, + 153, + 1.648, + 158, + 0.907, 160, - 1.489, - 161, - 1.934, - 162, - 1.806, - 166, - 2.461, + 2.345, + 165, + 3.244, + 168, + 0.924, + 169, + 1.365, 171, - 2.868, + 1.591, 172, - 2.818, - 175, - 2.108, - 183, - 2.821, - 186, - 1.433, - 191, - 1.214, - 218, - 2.693, + 1.353, + 177, + 1.934, + 178, + 1.551, + 196, + 1.98, + 201, + 1.858, + 202, + 1.351, + 207, + 2.272, + 208, + 1.365, + 210, + 0.711, + 211, + 0.788, 228, - 3.236, - 234, - 2.136, - 237, - 2.344, + 0.741, + 229, + 0.569, + 230, + 1.08, + 239, + 0.774, + 240, + 1.629, + 241, + 1.878, + 243, + 1.537, + 244, + 3.705, + 247, + 2.736, + 250, + 1.939, + 256, + 1.726, + 257, + 1.645, + 260, + 1.403, 263, - 1.341, + 3.299, + 266, + 1.377, 268, - 2.776, - 277, - 1.615, - 278, - 2.543, - 308, - 2.458, - 316, - 1.441, - 318, - 3.388, + 2.206, + 269, + 0.704, + 273, + 2.165, + 280, + 0.69, + 288, + 0.948, + 309, + 1.035, + 330, + 1.6, + 332, + 1.906, + 333, + 1.629, + 336, + 1.327, 337, - 1.749, + 2.63, + 341, + 1.488, + 342, + 1.39, 351, - 2.375, - 369, - 3.488, - 378, - 6.404, - 400, - 2.375, - 403, - 3.616, + 0.913, + 353, + 0.7, + 358, + 3.146, + 368, + 1.427, + 380, + 0.625, + 392, + 1.458, + 402, + 0.936, 407, - 2.234, - 431, - 2.918, - 456, - 2.349, - 465, - 2.052, - 466, - 2.713, + 1.112, + 411, + 1.61, + 433, + 0.717, + 442, + 2.831, + 443, + 1.435, + 452, + 0.902, + 453, + 1.019, + 454, + 0.7, 469, - 1.838, - 491, - 3.472, + 2.109, + 471, + 1.345, + 472, + 0.811, + 473, + 0.774, + 479, + 2.562, + 489, + 3.556, + 490, + 1.296, 492, - 3.388, - 493, - 2.053, - 525, - 1.786, - 538, - 3.723, + 1.797, + 496, + 2.336, + 497, + 0.902, + 500, + 2.65, + 505, + 2.134, + 509, + 0.913, + 510, + 1.844, + 516, + 4.12, + 521, + 0.612, + 541, + 0.936, + 546, + 3.087, + 550, + 1.937, + 553, + 2.047, 554, - 1.585, - 568, - 1.97, - 569, - 2.403, - 594, - 1.97, + 0.66, + 555, + 0.548, + 556, + 2.598, + 560, + 2.63, + 561, + 0.983, + 573, + 1.164, + 574, + 0.844, + 581, + 1.673, + 583, + 5.291, 595, - 1.737, - 611, - 2.127, + 0.948, + 601, + 1.132, + 620, + 2.16, + 622, + 0.853, + 629, + 0.529, + 631, + 1.537, + 634, + 1.983, 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.19, + 638, + 1.112, + 664, + 1.285, + 672, + 4.948, + 675, + 0.675, 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.717, + 691, + 1.752, + 692, + 0.66, + 701, + 2.187, + 703, + 1.217, + 705, + 1.159, + 716, + 1.003, + 721, + 1.376, + 740, + 1.572, 744, - 4.438, - 745, - 4.383, - 748, - 3.311, + 0.853, + 747, + 2.821, 749, - 2.429, + 3.454, + 750, + 3.064, + 752, + 2.313, 754, - 2.053, - 779, - 2.868, + 1.052, + 769, + 2.001, + 773, + 1.508, + 774, + 1.403, + 775, + 0.974, 792, - 2.58, - 808, - 1.702, + 1.77, + 801, + 0.862, 827, - 1.825, - 836, - 2.694, + 2.411, + 834, + 0.871, + 845, + 1.186, + 848, + 2.062, + 856, + 1.245, + 860, + 0.891, 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, - 10614, - 4.793, - 10615, - 4.793, - 10616, - 4.793, - 10617, - 7.023, - 10618, - 7.023, - 10619, - 7.023 + 1.87, + 873, + 1.215, + 877, + 1.159, + 879, + 1.035, + 882, + 6.24, + 898, + 0.625, + 901, + 1.799, + 903, + 0.948, + 905, + 2.449, + 907, + 1.159, + 914, + 0.735, + 917, + 3.283, + 918, + 2.747, + 919, + 0.902, + 928, + 3.467, + 931, + 1.14, + 955, + 1.509, + 960, + 0.795, + 978, + 0.695, + 984, + 1.327, + 987, + 1.651, + 999, + 0.811, + 1025, + 2.87, + 1034, + 0.675, + 1039, + 1.673, + 1043, + 1.341, + 1052, + 0.924, + 1053, + 1.248, + 1081, + 1.071, + 1082, + 1.961, + 1104, + 1.993, + 1109, + 2.018, + 1120, + 1.826, + 1124, + 1.134, + 1135, + 2.091, + 1136, + 1.091, + 1138, + 1.509, + 1139, + 0.989, + 1146, + 0.76, + 1147, + 1.327, + 1157, + 0.924, + 1172, + 0.891, + 1198, + 2.374, + 1206, + 1.248, + 1218, + 5.422, + 1221, + 2.062, + 1224, + 1.488, + 1269, + 5.271, + 1272, + 1.847, + 1285, + 1.327, + 1295, + 4.054, + 1296, + 2.543, + 1298, + 1.112, + 1307, + 1.889, + 1309, + 2.274, + 1312, + 1.285, + 1322, + 3.919, + 1323, + 0.735, + 1328, + 1.327, + 1343, + 2.306, + 1401, + 1.071, + 1403, + 0.835, + 1406, + 2.291, + 1411, + 1.329, + 1415, + 2.143, + 1421, + 1.071, + 1429, + 2.091, + 1434, + 2.085, + 1459, + 4.639, + 1465, + 3.01, + 1471, + 1.537, + 1472, + 4.024, + 1479, + 2.449, + 1495, + 1.719, + 1509, + 1.215, + 1529, + 3.396, + 1551, + 3.256, + 1589, + 1.186, + 1590, + 1.052, + 1602, + 0.862, + 1628, + 1.724, + 1652, + 3.256, + 1658, + 2.953, + 1661, + 1.554, + 1662, + 1.365, + 1672, + 2.244, + 1684, + 1.019, + 1690, + 1.186, + 1696, + 1.071, + 1713, + 1.63, + 1774, + 0.891, + 1823, + 4.346, + 1875, + 2.201, + 1908, + 0.795, + 1931, + 0.948, + 1982, + 4.546, + 2015, + 5.151, + 2028, + 1.186, + 2035, + 1.091, + 2042, + 0.974, + 2087, + 1.961, + 2088, + 1.285, + 2114, + 1.112, + 2123, + 1.77, + 2164, + 0.76, + 2182, + 0.902, + 2225, + 1.435, + 2226, + 1.112, + 2268, + 3.633, + 2286, + 1.923, + 2297, + 2.001, + 2379, + 1.134, + 2389, + 1.019, + 2433, + 1.052, + 2440, + 3.866, + 2441, + 1.63, + 2471, + 1.435, + 2498, + 1.112, + 2532, + 2.001, + 2542, + 1.923, + 2548, + 1.035, + 2550, + 1.019, + 2568, + 1.961, + 2594, + 1.435, + 2640, + 1.248, + 2657, + 0.989, + 2683, + 1.248, + 2684, + 1.826, + 2690, + 2.907, + 2709, + 1.186, + 2775, + 0.948, + 2777, + 1.327, + 2822, + 1.889, + 2854, + 2.684, + 2871, + 1.003, + 2875, + 3.056, + 2897, + 2.266, + 2916, + 1.112, + 2967, + 1.159, + 2994, + 2.742, + 3021, + 1.091, + 3088, + 4.32, + 3090, + 4.914, + 3131, + 1.435, + 3204, + 2.341, + 3241, + 1.435, + 3308, + 1.509, + 3388, + 1.509, + 3410, + 1.435, + 3415, + 2.742, + 3442, + 2.201, + 3527, + 2.805, + 3569, + 1.215, + 3610, + 2.244, + 3702, + 2.837, + 3713, + 1.826, + 3925, + 1.327, + 3972, + 4.947, + 3984, + 1.719, + 4126, + 1.376, + 4184, + 1.435, + 4185, + 1.435, + 4207, + 3.467, + 4260, + 1.509, + 4400, + 2.201, + 4565, + 1.609, + 4580, + 1.509, + 4694, + 1.509, + 4700, + 2.662, + 4724, + 2.837, + 4742, + 1.889, + 4872, + 1.285, + 5153, + 2.341, + 5174, + 2.662, + 5207, + 6.641, + 5208, + 5.227, + 5211, + 1.609, + 5277, + 2.427, + 5363, + 1.435, + 5381, + 1.509, + 5550, + 1.376, + 5708, + 1.609, + 5718, + 1.285, + 5743, + 1.509, + 5750, + 1.285, + 5827, + 1.327, + 5917, + 1.435, + 5920, + 1.248, + 6071, + 4.307, + 6124, + 1.215, + 6154, + 1.609, + 6440, + 3.571, + 6944, + 2.662, + 7106, + 1.376, + 7108, + 2.837, + 7116, + 2.662, + 7117, + 2.662, + 7119, + 1.509, + 7134, + 1.327, + 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, + 9113, + 1.435, + 9367, + 1.609, + 9369, + 1.609, + 9372, + 1.609, + 9373, + 2.837, + 9374, + 4.59, + 9375, + 2.837, + 9402, + 2.837, + 9403, + 1.609, + 9420, + 6.558, + 9451, + 2.837, + 9463, + 1.435, + 9548, + 3.806, + 9562, + 1.609, + 9569, + 5.78, + 9574, + 2.837, + 9809, + 1.609, + 9820, + 1.509, + 10375, + 1.609, + 10390, + 1.609, + 10579, + 1.609, + 10602, + 2.837, + 10682, + 3.103, + 10683, + 1.759, + 10684, + 1.759, + 10685, + 1.759, + 10686, + 1.759, + 10687, + 1.759, + 10688, + 1.759, + 10689, + 1.759, + 10690, + 5.019, + 10691, + 1.759, + 10692, + 3.103, + 10693, + 1.759, + 10694, + 1.759, + 10695, + 1.759, + 10696, + 1.759, + 10697, + 3.103, + 10698, + 3.103, + 10699, + 1.759, + 10700, + 1.759, + 10701, + 4.162, + 10702, + 1.759, + 10703, + 1.759, + 10704, + 1.759, + 10705, + 1.759, + 10706, + 1.759, + 10707, + 1.759, + 10708, + 1.759, + 10709, + 1.759, + 10710, + 5.237, + 10711, + 2.837, + 10712, + 1.759, + 10713, + 1.759, + 10714, + 1.759, + 10715, + 3.103, + 10716, + 1.759, + 10717, + 1.759, + 10718, + 1.759, + 10719, + 1.759, + 10720, + 1.759, + 10721, + 1.759, + 10722, + 3.103, + 10723, + 1.759, + 10724, + 1.759, + 10725, + 1.759, + 10726, + 1.759, + 10727, + 1.759, + 10728, + 1.759, + 10729, + 5.727 ] ], [ "type/ref/stable/types", [ - 6760, + 6757, 1.837 ] ], [ "data/ref/stable/types", [ - 11, - 1.051, - 21, - 2.543, - 33, + 20, 1.655, + 60, + 3.296, + 99, + 1.052, + 202, + 4.115, + 268, + 2.543, + 280, + 4.884, + 574, + 5.681, + 811, + 6.17, + 849, + 4.221, + 866, + 4.413, + 1019, + 3.594, + 1093, + 5.597, + 1099, + 6.411, + 1254, + 5.508, + 1406, + 5.405, + 2323, + 5.345, + 2690, + 6.86, + 3487, + 6.411, + 10730, + 7.455, + 10731, + 7.455, + 10732, + 7.455, + 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 + ] + ], + [ + "type/ref/stable/msg", + [ + 6757, + 1.837 + ] + ], + [ + "data/ref/stable/msg", + [ + 7, + 1.393, + 9, + 2.123, + 10, + 1.833, + 18, + 1.141, + 20, + 1.535, + 36, + 2.055, 46, - 3.295, + 1.372, + 52, + 1.723, + 57, + 1.498, + 79, + 1.048, + 96, + 3.519, + 97, + 2.451, + 99, + 1.051, + 100, + 1.175, + 103, + 1.441, + 113, + 1.699, + 126, + 2.137, + 132, + 2.151, + 141, + 3.984, + 148, + 1.284, + 160, + 1.84, + 169, + 0.931, + 170, + 3.687, + 177, + 3.153, + 194, + 1.754, + 210, + 2.532, + 226, + 1.742, + 227, + 3.626, + 241, + 1.34, + 247, + 2.071, + 268, + 1.278, + 380, + 3.01, + 382, + 3.051, + 385, + 3.518, + 471, + 2.577, + 489, + 2.913, + 553, + 3.437, + 579, + 3.136, + 601, + 2.284, + 620, + 4.4, + 631, + 3.101, + 645, + 3.684, + 686, + 3.375, + 749, + 3.42, + 849, + 5.525, + 880, + 3.035, + 914, + 3.542, + 931, + 2.821, + 978, + 2.474, + 1019, + 4.07, + 1025, + 4.072, + 1055, + 4.836, + 1158, + 2.885, + 1293, + 4.723, + 1295, + 3.608, + 1343, + 3.468, + 1411, + 3.632, + 1465, + 4.244, + 1472, + 3.798, + 1546, + 3.249, + 1548, + 3.375, + 1594, + 3.57, + 1602, + 3.068, + 1606, + 3.684, + 1621, + 4.297, + 1628, + 2.594, + 1631, + 5.257, + 1650, + 3.746, + 1663, + 9.423, + 1713, + 3.289, + 1823, + 3.746, + 2164, + 3.664, + 2220, + 3.746, + 2383, + 5.257, + 2498, + 3.956, + 2871, + 3.57, + 2925, + 5.467, + 3073, + 4.723, + 3108, + 7.865, + 3395, + 7.753, + 4483, + 4.441, + 5975, + 5.372, + 7330, + 8.25, + 7958, + 4.898, + 10744, + 6.26, + 10745, + 6.26 + ] + ], + [ + "type/ref/stable/sound", + [ + 6757, + 1.837 + ] + ], + [ + "data/ref/stable/sound", + [ + 7, + 1.28, + 9, + 1.294, + 10, + 0.825, + 18, + 1.14, + 20, + 1.581, + 22, + 1.568, + 27, + 2.21, + 28, + 1.082, + 30, + 0.85, + 31, + 5.983, + 36, + 1.179, + 38, + 0.906, + 46, + 1.545, + 52, + 2.245, + 57, + 1.423, + 59, + 1.009, + 60, + 1.391, + 70, + 2.491, + 75, + 3.881, + 77, + 0.462, + 78, + 0.991, + 79, + 0.979, + 86, + 2.351, + 90, + 1.944, + 92, + 1.531, + 94, + 1.776, + 96, + 3.086, + 97, + 0.645, + 99, + 1.047, + 100, + 1.914, + 102, + 1.278, + 103, + 1.781, + 105, + 3.541, + 106, + 1.744, + 107, + 1.125, 108, - 3.591, + 0.656, + 111, + 1.594, + 113, + 2.115, + 124, + 0.973, + 125, + 2.203, + 126, + 1.967, + 128, + 1.87, + 141, + 0.826, + 142, + 3.267, + 148, + 1.363, + 153, + 1.508, + 158, + 2.791, + 165, + 2.669, + 166, + 1.049, + 167, + 1.543, + 169, + 1.077, + 170, + 1.463, + 175, + 0.973, + 194, + 1.212, 198, - 4.14, + 1.611, + 201, + 0.857, + 202, + 0.725, + 210, + 0.903, + 229, + 1.618, + 230, + 0.777, + 233, + 1.505, + 239, + 0.982, + 240, + 1.421, + 241, + 1.423, + 244, + 1.463, + 247, + 2.697, + 256, + 2.199, + 263, + 3.421, + 268, + 2.023, + 269, + 1.932, + 273, + 0.942, + 295, + 2.725, + 330, + 3.159, + 333, + 2.901, + 334, + 2.114, 347, - 5.68, - 694, - 4.217, - 697, - 4.411, - 835, - 5.503, - 836, - 5.34, - 968, - 6.169, - 1021, - 6.857, - 1705, - 4.883, - 1869, - 5.404, - 2099, - 5.592, - 2100, - 6.405, - 6066, - 6.405, - 10620, - 7.444, - 10621, - 7.444, - 10622, - 7.444, - 10623, - 7.444, - 10624, - 7.444, - 10625, - 7.444, - 10626, - 7.444, - 10627, - 7.444, - 10628, - 7.444, - 10629, - 7.444, - 10630, - 7.444, - 10631, - 7.444, - 10632, - 7.444, - 10633, - 7.444 + 1.44, + 356, + 7.075, + 387, + 0.787, + 392, + 1.337, + 432, + 2.707, + 441, + 1.118, + 456, + 3.582, + 457, + 1.775, + 459, + 1.776, + 471, + 1.34, + 489, + 1.039, + 490, + 3.232, + 497, + 3.032, + 510, + 1.402, + 513, + 1.98, + 543, + 2.006, + 547, + 1.314, + 554, + 1.432, + 556, + 3.179, + 561, + 0.708, + 568, + 5.568, + 601, + 0.814, + 623, + 0.991, + 648, + 1.082, + 679, + 1.709, + 680, + 2.005, + 691, + 1.168, + 701, + 4.065, + 716, + 1.273, + 728, + 1.87, + 752, + 3.062, + 765, + 0.782, + 773, + 0.809, + 819, + 2.246, + 849, + 3.213, + 856, + 2.006, + 859, + 1.118, + 866, + 1.862, + 891, + 0.757, + 897, + 3.223, + 898, + 3.518, + 913, + 1.411, + 914, + 0.932, + 919, + 1.957, + 931, + 1.619, + 948, + 0.882, + 1019, + 3.608, + 1025, + 3.847, + 1030, + 2.041, + 1032, + 1.22, + 1079, + 1.082, + 1105, + 3.293, + 1109, + 1.85, + 1120, + 2.246, + 1131, + 4.04, + 1135, + 3.986, + 1136, + 4.489, + 1137, + 5.928, + 1140, + 1.758, + 1143, + 3.813, + 1160, + 3.538, + 1186, + 1.094, + 1202, + 1.06, + 1226, + 5.445, + 1229, + 3.896, + 1248, + 2.412, + 1249, + 2.986, + 1250, + 2.145, + 1272, + 2.625, + 1295, + 3.06, + 1312, + 2.787, + 1379, + 1.758, + 1406, + 1.742, + 1434, + 1.912, + 1436, + 1.684, + 1465, + 3.367, + 1471, + 1.891, + 1495, + 1.237, + 1507, + 1.384, + 1548, + 2.057, + 1588, + 1.87, + 1607, + 1.293, + 1608, + 2.283, + 1609, + 3.425, + 1621, + 1.131, + 1628, + 0.925, + 1629, + 1.0, + 1631, + 3.099, + 1640, + 2.986, + 1649, + 1.188, + 1650, + 2.283, + 1651, + 2.283, + 1793, + 2.461, + 1807, + 1.071, + 1840, + 2.177, + 1882, + 0.991, + 1885, + 2.21, + 1911, + 1.145, + 1920, + 1.039, + 1929, + 2.626, + 1931, + 3.188, + 1942, + 3.323, + 1973, + 5.094, + 2024, + 2.26, + 2028, + 2.572, + 2070, + 4.889, + 2080, + 4.479, + 2096, + 2.769, + 2115, + 3.114, + 2116, + 6.951, + 2136, + 2.514, + 2190, + 2.21, + 2238, + 3.114, + 2287, + 7.945, + 2433, + 1.336, + 2440, + 1.85, + 2476, + 1.631, + 2503, + 1.471, + 2548, + 1.314, + 2580, + 1.684, + 2582, + 1.273, + 2616, + 2.787, + 2738, + 5.259, + 2837, + 2.412, + 2871, + 1.273, + 2944, + 1.747, + 2955, + 1.273, + 3021, + 2.366, + 3115, + 10.188, + 3134, + 1.336, + 3365, + 1.684, + 3501, + 4.627, + 3504, + 3.114, + 3506, + 6.313, + 3507, + 5.075, + 3508, + 4.57, + 3513, + 4.289, + 3514, + 3.49, + 3515, + 2.041, + 3516, + 2.041, + 3518, + 8.502, + 3519, + 5.408, + 3521, + 5.075, + 3525, + 2.041, + 3528, + 2.041, + 3529, + 7.075, + 3533, + 2.041, + 3534, + 2.041, + 3536, + 5.075, + 3539, + 2.041, + 3546, + 2.041, + 3569, + 3.453, + 3583, + 2.707, + 3693, + 4.989, + 3712, + 1.082, + 3882, + 1.747, + 3972, + 2.057, + 3984, + 2.114, + 5474, + 2.041, + 5670, + 1.471, + 5886, + 1.822, + 6028, + 2.041, + 6156, + 3.49, + 6578, + 3.275, + 6878, + 2.041, + 6959, + 1.916, + 7003, + 2.323, + 7053, + 2.041, + 7217, + 2.041, + 7631, + 3.49, + 8056, + 1.822, + 8644, + 2.041, + 9994, + 3.49, + 10746, + 6.644, + 10747, + 8.824, + 10748, + 7.737, + 10749, + 3.816, + 10750, + 7.241, + 10751, + 4.998, + 10752, + 4.998, + 10753, + 2.232, + 10754, + 3.816, + 10755, + 2.232, + 10756, + 2.232, + 10757, + 2.232, + 10758, + 2.232, + 10759, + 2.232, + 10760, + 2.232, + 10761, + 2.232, + 10762, + 2.232, + 10763, + 2.232, + 10764, + 2.232, + 10765, + 2.232, + 10766, + 2.232, + 10767, + 2.232, + 10768, + 2.232, + 10769, + 5.914, + 10770, + 2.232, + 10771, + 2.232, + 10772, + 2.232, + 10773, + 2.232, + 10774, + 2.232, + 10775, + 4.998 ] ], [ - "type/ref/stable/editor", + "type/ref/stable/dmScript", [ - 6760, + 6757, 1.837 ] ], [ - "data/ref/stable/editor", + "data/ref/stable/dmScript", [ 0, - 0.105, - 1, - 2.038, + 0.209, 7, - 1.078, - 8, - 1.378, - 9, - 1.031, - 11, - 1.031, - 16, - 0.719, - 21, - 2.137, - 22, + 1.201, + 10, 0.652, - 23, - 0.84, + 18, + 1.145, + 20, + 1.5, 28, - 0.305, - 29, - 0.766, + 1.462, 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.648, + 36, + 1.727, + 38, + 0.451, 46, - 1.81, + 1.42, 47, - 1.586, - 48, - 0.8, - 49, - 3.413, - 50, - 2.359, - 51, - 1.89, - 54, - 1.022, + 0.763, + 55, + 1.946, 56, - 4.775, + 0.663, + 57, + 1.47, + 59, + 0.835, 60, - 0.658, - 64, - 1.02, - 67, - 0.566, - 68, - 1.897, - 70, - 1.285, - 71, - 1.284, + 0.474, + 62, + 1.632, + 69, + 2.305, 72, - 1.864, - 73, - 0.995, - 74, - 1.124, - 75, - 1.915, + 0.567, 77, - 2.055, + 1.389, 79, - 0.58, - 80, - 1.791, - 83, - 1.637, + 1.014, 86, - 1.407, - 91, - 0.619, - 93, - 2.195, - 94, - 0.558, + 1.317, + 90, + 1.336, + 96, + 1.554, 97, - 2.942, - 98, - 0.452, + 1.792, 99, - 2.424, + 0.995, 100, - 0.95, - 101, - 3.561, + 1.052, + 102, + 1.038, + 103, + 1.129, 106, - 2.659, - 110, - 0.286, - 111, - 0.963, - 123, - 0.312, - 135, - 3.608, - 137, - 1.338, - 140, - 0.396, + 1.461, + 107, + 1.689, + 108, + 0.886, + 109, + 0.635, + 113, + 1.818, + 119, + 3.619, + 125, + 1.234, + 126, + 1.836, + 130, + 1.037, + 132, + 1.685, 141, - 1.202, - 146, - 0.901, + 2.48, + 142, + 1.843, + 148, + 0.619, 149, - 0.895, + 0.648, 150, - 2.073, - 151, - 1.273, - 156, - 0.524, + 0.763, + 153, + 0.386, 158, - 0.548, - 159, - 0.323, + 2.088, 160, - 1.165, - 161, - 2.17, - 162, - 1.213, - 173, - 3.275, + 3.623, + 165, + 1.603, + 167, + 1.219, + 169, + 1.063, + 174, + 1.654, + 177, + 0.521, 178, - 0.515, - 181, - 0.348, - 184, - 1.288, - 186, - 2.135, - 190, - 0.245, - 191, - 0.984, + 0.635, + 194, + 0.311, 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.589, + 201, + 1.766, + 202, + 1.592, + 227, + 1.746, + 229, + 1.779, + 240, + 1.395, + 241, + 1.327, + 256, + 0.385, 263, - 1.997, - 267, - 1.338, + 3.612, 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.346, + 269, + 2.136, + 273, + 2.013, + 280, + 3.856, 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.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, + 0.944, + 330, + 2.762, + 333, + 2.235, + 342, + 0.763, + 358, + 1.389, + 368, + 2.862, + 390, + 0.717, + 392, + 0.597, 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.46, 441, - 0.299, - 453, - 0.404, - 454, - 0.356, - 465, - 0.71, - 469, - 0.33, - 478, - 0.359, + 0.853, + 452, + 1.63, + 457, + 0.605, + 459, + 0.793, + 471, + 1.088, + 479, + 0.639, 481, - 0.606, - 492, - 1.585, - 493, - 0.667, - 502, - 4.511, - 509, - 0.907, - 514, - 1.021, - 522, - 3.791, + 1.72, + 482, + 1.39, + 489, + 1.888, + 490, + 0.711, + 496, + 0.793, + 510, + 0.626, + 516, + 6.31, + 521, + 0.593, 523, - 2.195, + 0.884, 524, - 0.431, - 525, - 0.32, - 531, - 1.317, + 0.57, 533, - 0.87, - 538, - 2.687, - 547, - 0.256, - 548, - 1.003, - 549, - 1.894, - 551, - 1.179, + 0.944, + 534, + 0.8, + 536, + 3.694, + 543, + 0.683, + 550, + 0.793, + 553, + 1.078, 554, - 1.43, + 0.639, 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.527, + 556, + 1.667, + 560, + 1.076, + 563, + 1.056, + 574, + 0.817, + 588, + 0.884, + 601, + 1.1, + 602, + 0.689, + 603, + 0.711, 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, - 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, + 1.804, + 620, + 1.565, + 631, + 0.844, + 634, + 1.603, + 666, + 1.122, + 672, + 3.09, + 679, + 0.763, + 691, + 0.923, + 702, + 0.853, + 713, + 0.895, + 716, + 0.971, + 745, + 1.177, + 749, + 0.931, + 754, + 1.019, + 760, + 4.757, + 773, + 0.617, + 803, + 1.177, + 811, + 0.844, + 832, + 0.817, + 849, + 3.488, + 854, + 0.944, + 856, + 0.683, 859, - 0.527, + 2.033, + 863, + 2.275, 866, - 3.853, - 870, - 1.115, - 889, - 0.337, + 1.512, + 874, + 0.873, + 890, + 0.884, 891, - 0.299, - 903, - 3.152, - 905, - 0.828, - 909, - 1.809, - 919, - 0.426, - 937, - 0.483, - 940, - 1.894, + 1.664, + 913, + 1.076, + 914, + 3.996, + 915, + 0.653, + 931, + 1.535, + 944, + 0.873, 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.603, + 987, + 0.906, + 999, + 0.785, + 1019, + 3.273, + 1040, + 1.019, + 1041, + 4.446, + 1055, + 1.72, + 1067, + 0.556, + 1075, + 3.476, + 1081, + 1.037, + 1082, + 2.564, + 1099, + 1.148, + 1104, + 1.05, 1126, - 1.115, - 1145, - 3.751, - 1150, - 0.702, - 1153, - 1.389, - 1156, - 0.389, + 3.071, + 1140, + 5.443, + 1146, + 0.736, 1158, - 3.827, - 1159, - 0.87, - 1160, - 1.154, - 1162, - 1.218, - 1165, - 0.649, + 0.785, 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.746, + 1202, + 2.328, 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.694, + 1254, + 0.986, + 1295, + 3.642, + 1296, + 0.635, + 1309, + 2.217, + 1379, + 4.091, + 1406, + 0.777, + 1411, + 1.292, + 1425, + 4.002, + 1459, + 3.204, + 1465, + 3.2, + 1471, + 0.844, + 1479, + 1.774, 1484, - 2.571, - 1488, - 0.483, - 1503, - 0.921, - 1535, - 1.218, - 1545, - 1.817, - 1551, - 0.649, + 2.275, + 1492, + 1.056, + 1500, + 2.803, + 1519, + 1.39, + 1541, + 0.918, + 1548, + 4.056, 1553, - 0.702, - 1556, - 0.515, - 1558, - 0.983, - 1569, - 3.367, - 1586, - 0.774, + 1.461, 1592, - 0.464, - 1640, - 6.339, - 1644, - 3.489, - 1662, - 2.634, - 1672, - 0.935, - 1705, + 4.398, + 1602, + 0.835, + 1604, 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, + 1628, + 0.706, + 1629, + 2.511, + 1632, + 1.076, + 1649, + 0.906, + 1724, + 0.809, + 1814, + 0.763, + 1821, + 3.174, + 1823, + 2.934, + 1871, + 0.826, + 1901, + 0.986, 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.844, + 2030, + 1.148, + 2042, + 2.248, + 2043, + 2.202, + 2060, + 1.285, + 2086, + 1.244, + 2095, + 1.804, + 2096, + 0.944, + 2117, + 1.122, 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, - 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, - 4745, - 1.088, - 4752, - 0.786, - 4771, - 0.907, - 4982, - 0.628, - 5128, - 1.721, - 5137, - 0.786, - 5152, - 0.786, + 1.72, + 2136, + 3.231, + 2164, + 1.753, + 2323, + 1.694, + 2344, + 1.39, + 2383, + 1.056, + 2389, + 0.986, + 2440, + 1.967, + 2441, + 1.584, + 2452, + 1.208, + 2459, + 1.285, + 2542, + 1.056, + 2555, + 1.905, + 2560, + 1.461, + 2565, + 2.032, + 2582, + 0.971, + 2683, + 2.878, + 2690, + 0.986, + 2736, + 0.957, + 2750, + 1.076, + 2779, + 3.217, + 2871, + 0.971, + 2925, + 1.098, + 2952, + 0.918, + 2994, + 1.122, + 3094, + 1.177, + 3273, + 1.39, + 3311, + 2.564, + 3325, + 2.202, + 3411, + 1.122, + 3414, + 1.461, + 3423, + 2.359, + 3487, + 1.148, + 3603, + 2.564, + 3610, + 1.625, + 3632, + 1.39, + 3646, + 4.34, + 3660, + 2.46, + 3712, + 1.462, + 3784, + 2.275, + 3897, + 1.076, + 3984, + 2.248, + 4133, + 1.557, + 4207, + 1.177, + 4360, + 1.461, + 4383, + 1.461, + 4384, + 5.958, + 4400, + 2.139, + 4416, + 1.333, + 4465, + 1.148, + 4483, + 1.208, + 4514, + 3.997, + 4541, + 1.461, + 4595, + 1.076, + 4621, + 6.693, + 4741, + 9.748, + 4742, + 6.871, + 4743, + 4.872, + 4744, + 2.757, + 4844, + 1.461, + 5062, + 1.333, 5153, - 0.786, - 5155, - 0.786, - 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, + 1.285, 5175, - 0.786, - 5177, - 2.467, - 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, + 1.39, + 5180, + 1.557, + 5208, + 1.905, + 5277, + 1.333, + 5422, + 2.616, + 5802, + 1.333, + 6124, + 1.177, + 6177, + 1.461, + 6460, + 1.39, + 6470, + 4.798, + 6760, + 2.797, + 6845, + 1.39, + 6967, + 2.202, + 7003, + 5.732, + 7010, + 1.333, + 7152, + 1.333, + 7185, + 1.461, + 7309, + 1.557, + 7314, + 4.811, + 7322, + 1.986, + 7350, + 1.557, + 7401, + 1.557, + 7415, + 1.244, + 7418, + 3.481, + 7817, + 1.39, + 8013, + 1.461, + 8062, + 5.588, + 8151, + 5.886, + 8608, + 4.811, + 8682, + 1.557, + 8822, + 1.461, + 9122, + 2.757, + 9210, + 1.557, + 9242, + 10.42, + 9250, + 1.557, + 9357, + 6.128, + 9438, + 6.531, + 9707, + 1.557, + 9857, + 1.557, + 10173, + 3.71, + 10207, + 2.757, + 10606, + 1.557, 10639, - 0.86, + 4.485, 10640, - 0.86, - 10641, - 0.86, - 10642, - 0.86, - 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, - 10708, - 0.86, - 10709, - 0.86, + 3.71, 10710, - 0.86, + 2.757, 10711, - 0.86, - 10712, - 2.875, - 10713, - 0.86, - 10714, - 1.614, - 10715, - 1.614, - 10716, - 0.86, - 10717, - 2.281, - 10718, - 1.614, - 10719, - 0.86, - 10720, - 0.86, - 10721, - 0.86, - 10722, - 1.614, - 10723, - 0.86, - 10724, - 0.86, - 10725, - 0.86, - 10726, - 0.86, - 10727, - 0.86, - 10728, - 3.408, - 10729, - 1.614, - 10730, - 1.614, - 10731, - 1.614, - 10732, - 1.614, - 10733, - 1.614, - 10734, - 1.614, - 10735, - 0.86, - 10736, - 0.86, - 10737, - 0.86, - 10738, - 1.614, - 10739, - 0.86, - 10740, - 0.86, - 10741, - 0.86, - 10742, - 0.86, - 10743, - 3.888, - 10744, - 2.281, - 10745, - 2.281, - 10746, - 2.281, - 10747, - 2.281, - 10748, - 2.281, - 10749, - 2.281, - 10750, - 1.614, - 10751, - 0.86, - 10752, - 0.86, - 10753, - 1.614, - 10754, - 0.86, - 10755, - 0.86, - 10756, - 4.718, - 10757, - 0.86, - 10758, - 0.86, - 10759, - 0.86, - 10760, - 1.614, - 10761, - 1.614, - 10762, - 0.86, - 10763, - 1.614, - 10764, - 0.86, - 10765, - 1.614, - 10766, - 0.86, - 10767, - 1.614, - 10768, - 0.86, - 10769, - 0.86, - 10770, - 0.86, - 10771, - 0.86, - 10772, - 0.86, - 10773, - 1.614, - 10774, - 0.86, - 10775, - 0.86, + 2.757, 10776, - 2.281, + 1.703, 10777, - 2.281, + 3.015, 10778, - 1.614, + 1.703, 10779, - 0.86, + 1.703, 10780, - 0.86, + 1.703, 10781, - 0.86, + 1.703, 10782, - 0.86, + 1.703, 10783, - 1.614, + 3.015, 10784, - 1.614, + 1.703, 10785, - 0.86, + 1.703, 10786, - 0.86, + 3.015, 10787, - 0.86, + 1.703, 10788, - 0.86, + 1.703, 10789, - 0.86, + 1.703, 10790, - 0.86, + 1.703, 10791, - 0.86, + 7.859, 10792, - 1.614, + 5.607, 10793, - 0.86, + 1.703, 10794, - 1.614, + 1.703, 10795, - 2.281, + 1.703, 10796, - 0.86, + 1.703, 10797, - 0.86, + 1.703, 10798, - 0.86, + 1.703, 10799, - 0.86, + 1.703, 10800, - 0.86, + 1.703, 10801, - 0.86, + 1.703, 10802, - 0.86, + 1.703, 10803, - 0.86, + 1.703, 10804, - 0.86, + 1.703, 10805, - 0.86, + 1.703, 10806, - 0.86, + 1.703, 10807, - 0.86, + 1.703, 10808, - 0.86, + 1.703, 10809, - 0.86, + 1.703, 10810, - 2.875, + 1.703, 10811, - 2.875, + 1.703, 10812, - 0.86, + 1.703, 10813, - 0.86, + 4.905, 10814, - 1.614, + 3.015, 10815, - 1.614, + 1.703, 10816, - 0.86, + 1.703, 10817, - 0.86, + 1.703, 10818, - 0.86, + 1.703, 10819, - 0.86, + 1.703, 10820, - 0.86, + 4.057, 10821, - 0.86, + 1.703, 10822, - 0.86, - 10823, - 0.86, - 10824, - 0.86, - 10825, - 2.875, - 10826, - 0.86, - 10827, - 1.614, - 10828, - 0.86, - 10829, - 0.86, - 10830, - 0.86, - 10831, - 0.86, - 10832, - 2.281 - ] - ], - [ - "type/ref/stable/profiler", - [ - 6760, - 1.837 - ] - ], - [ - "data/ref/stable/profiler", - [ - 7, - 0.462, - 8, - 1.362, - 9, - 0.868, - 10, - 1.291, - 11, - 1.027, - 13, - 1.901, - 15, - 4.886, - 16, - 0.961, - 18, - 3.184, - 19, - 2.13, - 21, - 1.173, - 22, - 1.814, - 23, - 0.795, - 26, - 1.896, - 29, - 0.826, - 30, - 1.144, - 32, - 1.651, - 33, - 1.49, - 35, - 2.734, - 39, - 1.453, - 42, - 2.191, - 51, - 1.998, - 53, - 5.156, - 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, - 99, - 2.022, - 117, - 1.37, - 121, - 1.04, - 135, - 2.156, - 141, - 1.417, - 149, - 2.489, - 151, - 2.055, - 152, - 1.926, - 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, - 256, - 2.351, - 261, - 1.909, - 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, - 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, - 948, - 1.39, - 958, - 2.648, - 998, - 1.746, - 1011, - 1.679, - 1042, - 1.933, - 1072, - 1.729, - 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, - 1656, - 3.364, - 1695, - 1.783, - 1721, - 4.47, - 1730, - 7.443, - 1758, - 3.763, - 1795, - 1.909, - 1822, - 2.617, - 1835, - 6.112, - 1854, - 1.886, - 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, - 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.703, + 10823, + 1.703, + 10824, + 1.703, + 10825, + 1.703, + 10826, + 1.703, + 10827, + 1.703, + 10828, + 1.703, + 10829, + 1.703, + 10830, + 3.015, + 10831, + 1.703, + 10832, + 1.703, 10833, - 3.678, + 1.703, 10834, - 3.678, + 1.703, 10835, - 3.678, + 1.703, 10836, - 3.678, + 1.703, 10837, - 3.678, + 1.703, 10838, - 3.678, + 1.703, 10839, - 3.678, + 1.703, 10840, - 3.678, + 1.703, 10841, - 3.678, + 1.703, 10842, - 3.678, + 1.703, 10843, - 3.678, + 1.703, 10844, - 3.678, + 3.015, 10845, - 3.678, + 4.905, 10846, - 3.678, + 1.703, 10847, - 3.678, + 1.703, 10848, - 5.747, + 1.703, 10849, - 5.747, + 1.703, 10850, - 5.747, + 1.703, 10851, - 3.678, + 1.703, 10852, - 5.747, + 1.703, 10853, - 5.747, + 1.703, 10854, - 5.747, + 1.703, 10855, - 5.747, + 1.703, 10856, - 5.747, + 1.703, 10857, - 3.678, + 1.703, 10858, - 3.678, + 1.703, 10859, - 3.678, + 1.703, 10860, - 3.678, + 1.703, 10861, - 3.678, + 1.703, 10862, - 3.678, + 1.703, 10863, - 3.678, + 1.703, 10864, - 7.073, + 3.015, 10865, - 3.678, + 3.015, 10866, - 5.747, + 1.703, 10867, - 3.678, + 1.703, 10868, - 5.747, + 1.703, 10869, - 5.747, + 1.703, 10870, - 5.747, + 1.703, 10871, - 3.678, + 1.703, 10872, - 3.678, + 1.703, 10873, - 3.678, + 1.703, 10874, - 3.678, + 1.703, 10875, - 3.678, + 1.703, 10876, - 3.678, + 1.703, 10877, - 3.678, + 1.703, 10878, - 3.678, - 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, + 10879, 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, 10880, - 7.735, + 1.703, 10881, - 4.245, + 1.703, 10882, - 4.245, + 1.703, 10883, - 4.245, + 1.703, 10884, - 4.245, + 1.703, 10885, - 4.245, + 1.703, 10886, - 7.735, + 1.703, 10887, - 4.245, + 1.703, 10888, - 4.245, + 1.703, 10889, - 4.245, + 1.703, 10890, - 4.245, + 1.703, 10891, - 4.245 + 4.057, + 10892, + 1.703, + 10893, + 1.703, + 10894, + 3.015, + 10895, + 3.015, + 10896, + 3.015, + 10897, + 1.703, + 10898, + 1.703, + 10899, + 1.703 ] ], [ - "type/ref/stable/image", + "type/ref/stable/dmRender", [ - 6760, + 6757, 1.837 ] ], [ - "data/ref/stable/image", + "data/ref/stable/dmRender", [ - 9, - 0.834, - 11, - 0.97, - 13, - 2.157, - 21, - 2.294, - 29, - 1.465, + 7, + 0.957, + 10, + 1.013, + 18, + 1.16, + 20, + 0.623, 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, + 3.913, + 36, + 1.377, + 38, + 0.662, + 46, + 1.088, + 47, + 2.098, + 52, + 0.785, + 56, + 3.192, + 57, + 1.5, + 58, + 1.479, + 59, + 0.689, + 60, + 0.793, + 72, + 0.949, + 79, + 0.97, + 84, + 2.577, + 90, + 0.679, + 99, + 0.927, + 101, + 4.388, + 102, + 2.098, + 103, + 0.656, + 105, + 1.144, + 108, + 0.838, + 113, + 1.384, + 116, + 1.109, + 122, + 1.458, + 125, + 0.867, + 126, + 1.628, + 132, + 0.979, 141, - 1.746, - 160, - 1.168, - 161, - 2.08, + 2.206, + 142, + 2.87, + 145, + 1.767, + 147, + 2.756, + 148, + 0.585, + 158, + 0.833, + 159, + 1.677, + 165, + 2.939, + 169, + 1.135, 172, - 2.9, - 184, - 3.904, - 196, - 3.554, - 198, - 3.808, + 3.326, + 178, + 2.221, + 185, + 1.34, + 194, + 0.52, + 201, + 1.34, 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, + 3.134, + 207, + 1.985, + 211, + 1.277, + 228, + 1.973, + 229, + 1.266, + 241, + 1.003, + 246, + 1.878, + 247, + 3.34, + 249, + 1.367, + 250, + 1.809, + 253, + 3.459, + 256, + 1.559, + 261, + 1.211, + 263, + 2.065, + 268, + 1.558, + 269, + 1.567, + 273, + 1.704, + 289, + 3.568, + 292, + 1.221, + 330, + 0.909, + 341, + 2.86, + 344, + 3.63, + 351, + 2.431, + 358, + 3.993, + 368, + 0.811, + 382, + 1.026, + 392, + 0.999, + 424, + 5.209, + 429, + 5.591, + 479, + 2.862, + 509, + 1.479, + 516, + 4.113, + 521, + 0.992, + 524, + 0.955, + 540, + 2.904, + 550, + 1.326, + 555, + 0.887, + 556, + 2.45, + 561, + 1.485, + 562, + 6.828, + 588, + 1.479, + 590, + 2.47, + 606, + 4.019, + 612, + 4.132, + 620, + 1.479, + 625, + 4.019, + 629, + 1.409, + 634, + 3.014, + 647, + 2.713, + 675, + 1.093, + 679, + 1.277, + 691, + 1.433, + 773, + 1.033, + 856, + 1.144, + 862, + 2.446, + 866, + 2.221, + 891, + 2.342, + 903, + 1.537, + 914, + 1.191, + 915, + 2.286, + 931, + 2.246, + 941, + 1.118, + 948, + 3.241, + 951, + 1.677, + 979, + 1.289, + 982, + 1.705, + 1007, + 2.419, + 1019, + 1.77, + 1039, + 5.331, + 1041, + 5.214, + 1051, + 2.022, + 1063, + 4.23, + 1098, + 1.767, + 1126, + 4.293, + 1144, + 6.392, + 1150, + 1.602, + 1153, + 2.802, + 1155, + 2.271, + 1158, + 3.182, + 1172, + 1.444, + 1184, + 2.96, + 1202, + 1.353, + 1255, + 1.969, + 1309, + 5.122, + 1379, + 5.041, + 1403, + 1.353, + 1428, + 1.557, + 1429, + 3.157, + 1434, + 1.428, + 1502, + 3.057, + 1511, + 1.537, + 1557, + 1.705, + 1656, + 6.848, + 1694, + 3.236, + 1698, + 1.767, + 1724, + 1.353, + 1728, + 4.283, + 1763, + 2.082, + 1774, + 4.891, + 1814, + 3.674, + 1822, + 3.534, + 1862, + 2.326, 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, - 10892, - 8.716, - 10893, - 8.716, - 10894, - 9.816, - 10895, - 9.816, - 10896, - 9.816, - 10897, - 9.816, - 10898, - 6.522, - 10899, - 6.522, + 5.026, + 1871, + 2.271, + 1873, + 4.019, + 1879, + 5.638, + 1882, + 2.079, + 2042, + 3.303, + 2100, + 2.082, + 2382, + 5.085, + 2440, + 1.382, + 2459, + 3.534, + 2542, + 1.767, + 2563, + 2.022, + 2633, + 6.224, + 2657, + 5.086, + 2718, + 2.022, + 2736, + 4.609, + 2775, + 1.537, + 2878, + 4.23, + 3046, + 2.23, + 3120, + 2.23, + 3124, + 5.27, + 3415, + 1.557, + 3479, + 2.15, + 3511, + 4.665, + 3712, + 2.891, + 3797, + 3.02, + 3893, + 2.606, + 3897, + 1.801, + 3902, + 4.821, + 4069, + 1.921, + 4151, + 5.453, + 4430, + 2.082, + 4743, + 1.767, + 5363, + 2.326, + 5494, + 2.446, + 5550, + 2.23, + 5553, + 5.402, + 5571, + 3.822, + 5718, + 2.082, + 6760, + 5.863, + 6763, + 2.022, + 6917, + 2.606, + 6967, + 3.421, + 7322, + 6.515, + 7436, + 3.822, + 8031, + 2.15, + 8050, + 2.606, + 8053, + 9.043, + 8059, + 2.606, + 8062, + 6.78, + 8150, + 2.326, + 8486, + 2.606, + 8535, + 2.606, + 8569, + 2.446, + 9113, + 2.326, + 9464, + 2.606, 10900, - 6.522, + 2.85, 10901, - 6.522, + 6.905, 10902, - 6.522, + 4.684, 10903, - 6.522 + 2.85, + 10904, + 10.098, + 10905, + 2.85, + 10906, + 2.85, + 10907, + 2.85, + 10908, + 4.684, + 10909, + 2.85, + 10910, + 2.85, + 10911, + 2.85, + 10912, + 5.963, + 10913, + 2.85, + 10914, + 2.85, + 10915, + 2.85, + 10916, + 2.85, + 10917, + 4.684, + 10918, + 2.85, + 10919, + 6.905, + 10920, + 2.85, + 10921, + 2.85, + 10922, + 2.85, + 10923, + 2.85, + 10924, + 4.684, + 10925, + 2.85, + 10926, + 2.85, + 10927, + 2.85, + 10928, + 2.85, + 10929, + 2.85, + 10930, + 2.85, + 10931, + 2.85, + 10932, + 2.85, + 10933, + 4.684, + 10934, + 4.684, + 10935, + 2.85, + 10936, + 2.85, + 10937, + 2.85, + 10938, + 2.85, + 10939, + 5.963, + 10940, + 4.684, + 10941, + 4.684, + 10942, + 2.85, + 10943, + 5.963, + 10944, + 2.85, + 10945, + 2.85, + 10946, + 2.85, + 10947, + 2.85, + 10948, + 2.85, + 10949, + 4.684, + 10950, + 2.85, + 10951, + 2.85, + 10952, + 2.85, + 10953, + 4.684, + 10954, + 2.85, + 10955, + 2.85, + 10956, + 2.85, + 10957, + 2.85, + 10958, + 2.85, + 10959, + 2.85, + 10960, + 2.85, + 10961, + 2.85, + 10962, + 2.85, + 10963, + 2.85, + 10964, + 2.85, + 10965, + 2.85, + 10966, + 4.684, + 10967, + 2.85, + 10968, + 2.85, + 10969, + 2.85, + 10970, + 2.85, + 10971, + 2.85 ] ] ], @@ -110846,7 +111126,7 @@ [ "0", { - "_index": 119, + "_index": 330, "data": { "assets/colorpicker": {}, "examples/basics/z_order": {}, @@ -110942,7 +111222,7 @@ [ "0"", { - "_index": 10138, + "_index": 7155, "data": { "ref/stable/string": {} }, @@ -110952,7 +111232,7 @@ [ "0,0", { - "_index": 2495, + "_index": 1683, "data": { "manuals/atlas": {}, "manuals/render": {}, @@ -110965,7 +111245,7 @@ [ "0,0,0,0", { - "_index": 7864, + "_index": 8537, "data": { "ref/stable/render": {} }, @@ -110975,7 +111255,7 @@ [ "0,1", { - "_index": 8690, + "_index": 7294, "data": { "ref/stable/math": {}, "ref/stable/tilemap": {} @@ -110986,7 +111266,7 @@ [ "0,1,2,0,2,3", { - "_index": 2535, + "_index": 2898, "data": { "manuals/atlas": {} }, @@ -110996,7 +111276,7 @@ [ "0,2", { - "_index": 8686, + "_index": 8085, "data": { "ref/stable/tilemap": {} }, @@ -111006,7 +111286,7 @@ [ "0,255", { - "_index": 7100, + "_index": 7521, "data": { "ref/stable/physics": {} }, @@ -111016,7 +111296,7 @@ [ "0,3", { - "_index": 8004, + "_index": 8060, "data": { "ref/stable/dmGameSystem": {}, "ref/stable/tilemap": {} @@ -111027,7 +111307,7 @@ [ "0..1", { - "_index": 9342, + "_index": 6762, "data": { "ref/stable/dmGraphics": {}, "ref/stable/gui": {} @@ -111038,7 +111318,7 @@ [ "0..3", { - "_index": 7825, + "_index": 8502, "data": { "ref/stable/render": {} }, @@ -111048,7 +111328,7 @@ [ "0..31", { - "_index": 7751, + "_index": 8632, "data": { "ref/stable/bit": {} }, @@ -111058,7 +111338,7 @@ [ "0..64k", { - "_index": 8165, + "_index": 10544, "data": { "ref/stable/socket": {} }, @@ -111068,7 +111348,7 @@ [ "0.0", { - "_index": 1108, + "_index": 2740, "data": { "manuals/compute": {}, "manuals/flash": {}, @@ -111081,19 +111361,30 @@ [ "0.0,0.0,0.0,1.0", { - "_index": 1228, + "_index": 2811, "data": { "manuals/shader": {} }, "type": {} } ], + [ + "0.001", + { + "_index": 7000, + "data": { + "ref/stable/vmath": {} + }, + "type": {} + } + ], [ "0.02", { - "_index": 5529, + "_index": 3855, "data": { - "manuals/physics": {} + "manuals/physics": {}, + "ref/stable/vmath": {} }, "type": {} } @@ -111101,7 +111392,7 @@ [ "0.0f", { - "_index": 9971, + "_index": 7363, "data": { "ref/stable/timer": {} }, @@ -111111,7 +111402,7 @@ [ "0.1", { - "_index": 3319, + "_index": 3850, "data": { "examples/particles/fire_and_smoke": {}, "examples/physics/hinge_joint": {}, @@ -111126,7 +111417,7 @@ [ "0.2", { - "_index": 3318, + "_index": 3781, "data": { "examples/particles/fire_and_smoke": {}, "manuals/flash": {}, @@ -111138,7 +111429,7 @@ [ "0.3", { - "_index": 3690, + "_index": 1791, "data": { "examples/particles/fire_and_smoke": {}, "manuals/render": {}, @@ -111150,7 +111441,7 @@ [ "0.4", { - "_index": 3691, + "_index": 1792, "data": { "manuals/property-animation": {}, "manuals/render": {} @@ -111161,7 +111452,7 @@ [ "0.5", { - "_index": 843, + "_index": 1793, "data": { "examples/particles/fire_and_smoke": {}, "manuals/atlas": {}, @@ -111182,7 +111473,7 @@ [ "0.566", { - "_index": 10041, + "_index": 10764, "data": { "ref/stable/sound": {} }, @@ -111192,7 +111483,7 @@ [ "0.5x", { - "_index": 4714, + "_index": 2251, "data": { "manuals/adapting-graphics-to-screen-size": {} }, @@ -111202,7 +111493,7 @@ [ "0.8", { - "_index": 6202, + "_index": 6156, "data": { "examples/particles/fire_and_smoke": {}, "ref/stable/sound": {} @@ -111213,7 +111504,7 @@ [ "0.9", { - "_index": 3324, + "_index": 5115, "data": { "examples/physics/hinge_joint": {}, "manuals/flash": {} @@ -111224,7 +111515,7 @@ [ "0060183cce2e29dbd09c85ece83cbb72068ee050", { - "_index": 8430, + "_index": 9629, "data": { "ref/stable/sys": {} }, @@ -111234,7 +111525,7 @@ [ "0a0a42", { - "_index": 3116, + "_index": 2404, "data": { "manuals/editor-styling": {} }, @@ -111244,7 +111535,7 @@ [ "0x0", { - "_index": 4812, + "_index": 4994, "data": { "manuals/debugging-native-code": {}, "ref/stable/dmMessage": {} @@ -111255,7 +111546,7 @@ [ "0x1001492c4", { - "_index": 4819, + "_index": 5001, "data": { "manuals/debugging-native-code": {} }, @@ -111265,7 +111556,7 @@ [ "0x1492c4", { - "_index": 4815, + "_index": 4997, "data": { "manuals/debugging-native-code": {} }, @@ -111275,7 +111566,7 @@ [ "0x7ff95de63ce0", { - "_index": 3396, + "_index": 5163, "data": { "manuals/flash": {} }, @@ -111285,7 +111576,7 @@ [ "0xff", { - "_index": 3640, + "_index": 1732, "data": { "manuals/render": {} }, @@ -111295,7 +111586,7 @@ [ "0xffffffff", { - "_index": 9462, + "_index": 9163, "data": { "ref/stable/dmGameObject": {} }, @@ -111305,7 +111596,7 @@ [ "1", { - "_index": 121, + "_index": 333, "data": { "assets/colorpicker": {}, "examples/basics/z_order": {}, @@ -111341,7 +111632,6 @@ "manuals/gui-clipping": {}, "manuals/gui-layouts": {}, "manuals/gui-pie": {}, - "manuals/gui-template": {}, "manuals/html5": {}, "manuals/input": {}, "manuals/input-gamepads": {}, @@ -111422,7 +111712,7 @@ [ "1"", { - "_index": 10135, + "_index": 7151, "data": { "ref/stable/string": {} }, @@ -111432,7 +111722,7 @@ [ "1's", { - "_index": 7953, + "_index": 8611, "data": { "ref/stable/render": {} }, @@ -111442,7 +111732,7 @@ [ "1,\"n", { - "_index": 6975, + "_index": 9556, "data": { "ref/stable/debug": {} }, @@ -111452,7 +111742,7 @@ [ "1,0", { - "_index": 8693, + "_index": 8091, "data": { "ref/stable/tilemap": {} }, @@ -111462,7 +111752,7 @@ [ "1,0,0,1", { - "_index": 9336, + "_index": 7874, "data": { "ref/stable/gui": {} }, @@ -111472,7 +111762,7 @@ [ "1,1", { - "_index": 2496, + "_index": 2866, "data": { "manuals/atlas": {}, "ref/stable/resource": {}, @@ -111484,7 +111774,7 @@ [ "1,1,1,1", { - "_index": 7866, + "_index": 8538, "data": { "ref/stable/render": {} }, @@ -111494,7 +111784,7 @@ [ "1,2", { - "_index": 8687, + "_index": 8086, "data": { "ref/stable/tilemap": {} }, @@ -111504,7 +111794,7 @@ [ "1,2000", { - "_index": 5111, + "_index": 5210, "data": { "manuals/lua": {} }, @@ -111514,7 +111804,7 @@ [ "1,3", { - "_index": 8683, + "_index": 8082, "data": { "ref/stable/tilemap": {} }, @@ -111524,7 +111814,7 @@ [ "1,t[1", { - "_index": 10407, + "_index": 10694, "data": { "ref/stable/base": {} }, @@ -111534,7 +111824,7 @@ [ "1.0", { - "_index": 844, + "_index": 2738, "data": { "examples/physics/dynamic": {}, "examples/physics/kinematic": {}, @@ -111555,7 +111845,7 @@ [ "1.1", { - "_index": 3325, + "_index": 5116, "data": { "manuals/flash": {} }, @@ -111565,7 +111855,7 @@ [ "1.2.148", { - "_index": 4270, + "_index": 5503, "data": { "manuals/debugging-native-code-android": {} }, @@ -111575,7 +111865,7 @@ [ "1.2.173", { - "_index": 5400, + "_index": 6050, "data": { "manuals/android": {} }, @@ -111585,7 +111875,7 @@ [ "1.2.175", { - "_index": 3475, + "_index": 3018, "data": { "manuals/ios": {} }, @@ -111595,7 +111885,7 @@ [ "1.2.187", { - "_index": 755, + "_index": 3723, "data": { "manuals/caching-assets": {} }, @@ -111605,7 +111895,7 @@ [ "1.2.36", { - "_index": 3566, + "_index": 1670, "data": { "manuals/message-passing": {} }, @@ -111615,7 +111905,7 @@ [ "1.2.50", { - "_index": 3756, + "_index": 3689, "data": { "manuals/debugging-game-and-system-logs": {} }, @@ -111625,7 +111915,7 @@ [ "1.2.96", { - "_index": 8428, + "_index": 9627, "data": { "ref/stable/sys": {} }, @@ -111635,7 +111925,7 @@ [ "1.25", { - "_index": 5678, + "_index": 3510, "data": { "manuals/sound": {} }, @@ -111645,7 +111935,7 @@ [ "1.3.0", { - "_index": 1436, + "_index": 4060, "data": { "manuals/extender-local-setup": {} }, @@ -111655,7 +111945,7 @@ [ "1.3.4", { - "_index": 4039, + "_index": 4237, "data": { "manuals/profiling": {} }, @@ -111665,7 +111955,7 @@ [ "1.3.5", { - "_index": 4214, + "_index": 3255, "data": { "manuals/bob": {} }, @@ -111675,7 +111965,7 @@ [ "1.3.6", { - "_index": 4215, + "_index": 3256, "data": { "manuals/bob": {} }, @@ -111685,7 +111975,7 @@ [ "1.4.0", { - "_index": 4511, + "_index": 5656, "data": { "manuals/dev-app": {} }, @@ -111695,7 +111985,7 @@ [ "1.4.2", { - "_index": 1161, + "_index": 2776, "data": { "manuals/atlas": {}, "manuals/shader": {} @@ -111706,7 +111996,7 @@ [ "1.4.8", { - "_index": 5154, + "_index": 3484, "data": { "manuals/camera": {}, "manuals/editor-scripts": {}, @@ -111718,7 +112008,7 @@ [ "1.40", { - "_index": 6240, + "_index": 6235, "data": { "examples/material/screenspace": {}, "examples/material/unlit": {} @@ -111729,7 +112019,7 @@ [ "1.5.0", { - "_index": 4217, + "_index": 3258, "data": { "manuals/bob": {} }, @@ -111739,7 +112029,7 @@ [ "1.8.1", { - "_index": 4290, + "_index": 3136, "data": { "manuals/writing-code": {} }, @@ -111749,7 +112039,7 @@ [ "1.9.2", { - "_index": 1060, + "_index": 2710, "data": { "examples/material/screenspace": {}, "examples/material/unlit": {}, @@ -111761,7 +112051,7 @@ [ "1.9.6", { - "_index": 4147, + "_index": 3169, "data": { "manuals/bob": {} }, @@ -111771,7 +112061,7 @@ [ "1.94", { - "_index": 10039, + "_index": 10762, "data": { "ref/stable/sound": {} }, @@ -111781,7 +112071,7 @@ [ "1.995", { - "_index": 5717, + "_index": 3551, "data": { "manuals/sound": {} }, @@ -111791,7 +112081,7 @@ [ "1/5", { - "_index": 5588, + "_index": 3895, "data": { "manuals/font": {} }, @@ -111801,7 +112091,7 @@ [ "1/60", { - "_index": 10527, + "_index": 7998, "data": { "ref/stable/collectionproxy": {} }, @@ -111811,7 +112101,7 @@ [ "1/sqrt", { - "_index": 10040, + "_index": 10763, "data": { "ref/stable/sound": {} }, @@ -111821,7 +112111,7 @@ [ "10", { - "_index": 201, + "_index": 1672, "data": { "examples/particles/fire_and_smoke": {}, "manuals/editor-styling": {}, @@ -111853,7 +112143,7 @@ [ "10.22.0", { - "_index": 4027, + "_index": 5943, "data": { "manuals/extensions-cocoapods": {} }, @@ -111863,7 +112153,7 @@ [ "10.3", { - "_index": 3461, + "_index": 3002, "data": { "manuals/ios": {} }, @@ -111873,7 +112163,7 @@ [ "100", { - "_index": 2016, + "_index": 1016, "data": { "examples/particles/confetti": {}, "examples/particles/fire_and_smoke": {}, @@ -111895,7 +112185,7 @@ [ "1000", { - "_index": 2641, + "_index": 1017, "data": { "manuals/factory": {}, "manuals/model": {}, @@ -111912,7 +112202,7 @@ [ "100mb", { - "_index": 6307, + "_index": 6309, "data": { "assets/apkx": {} }, @@ -111922,7 +112212,7 @@ [ "101", { - "_index": 7719, + "_index": 10053, "data": { "ref/stable/dmSocket": {} }, @@ -111932,7 +112222,7 @@ [ "102", { - "_index": 4240, + "_index": 3287, "data": { "manuals/bob": {}, "ref/stable/dmSocket": {} @@ -111943,7 +112233,7 @@ [ "1024", { - "_index": 2639, + "_index": 4350, "data": { "manuals/factory": {}, "manuals/lua": {}, @@ -111955,7 +112245,7 @@ [ "103", { - "_index": 7720, + "_index": 10054, "data": { "ref/stable/dmSocket": {} }, @@ -111965,7 +112255,7 @@ [ "10:15", { - "_index": 4239, + "_index": 3286, "data": { "manuals/bob": {} }, @@ -111975,7 +112265,7 @@ [ "10_12_3", { - "_index": 8464, + "_index": 9662, "data": { "ref/stable/sys": {} }, @@ -111985,7 +112275,7 @@ [ "10db/20", { - "_index": 10024, + "_index": 10748, "data": { "ref/stable/sound": {} }, @@ -111995,7 +112285,7 @@ [ "11", { - "_index": 2228, + "_index": 721, "data": { "manuals/bob": {}, "manuals/html5": {}, @@ -112009,7 +112299,7 @@ [ "11.0", { - "_index": 4024, + "_index": 5940, "data": { "manuals/extensions-cocoapods": {} }, @@ -112019,7 +112309,7 @@ [ "12", { - "_index": 7538, + "_index": 9758, "data": { "ref/stable/dmSocket": {}, "ref/stable/dmSys": {}, @@ -112031,7 +112321,7 @@ [ "127.0.0.1", { - "_index": 5967, + "_index": 3587, "data": { "manuals/socket-connections": {} }, @@ -112041,7 +112331,7 @@ [ "128", { - "_index": 2516, + "_index": 2879, "data": { "examples/particles/fire_and_smoke": {}, "manuals/atlas": {}, @@ -112054,7 +112344,7 @@ [ "1280x800", { - "_index": 4695, + "_index": 2224, "data": { "manuals/adapting-graphics-to-screen-size": {} }, @@ -112064,7 +112354,7 @@ [ "128x128", { - "_index": 2492, + "_index": 2864, "data": { "manuals/atlas": {} }, @@ -112074,7 +112364,7 @@ [ "13", { - "_index": 4234, + "_index": 3281, "data": { "manuals/bob": {}, "ref/stable/dmSocket": {}, @@ -112087,7 +112377,7 @@ [ "131926", { - "_index": 4254, + "_index": 3301, "data": { "manuals/bob": {} }, @@ -112097,7 +112387,7 @@ [ "136", { - "_index": 4245, + "_index": 3292, "data": { "manuals/bob": {} }, @@ -112107,7 +112397,7 @@ [ "13px", { - "_index": 3132, + "_index": 2417, "data": { "manuals/editor-styling": {} }, @@ -112117,7 +112407,7 @@ [ "14", { - "_index": 7539, + "_index": 9759, "data": { "ref/stable/dmSocket": {}, "ref/stable/dmSys": {} @@ -112128,7 +112418,7 @@ [ "140", { - "_index": 1066, + "_index": 2714, "data": { "manuals/shader": {} }, @@ -112138,7 +112428,7 @@ [ "140459", { - "_index": 4243, + "_index": 3290, "data": { "manuals/bob": {} }, @@ -112148,7 +112438,7 @@ [ "15", { - "_index": 7540, + "_index": 7926, "data": { "ref/stable/dmSocket": {}, "ref/stable/dmSys": {}, @@ -112160,7 +112450,7 @@ [ "150", { - "_index": 6198, + "_index": 6153, "data": { "examples/particles/fire_and_smoke": {} }, @@ -112170,7 +112460,7 @@ [ "1500", { - "_index": 6211, + "_index": 6138, "data": { "examples/particles/confetti": {} }, @@ -112180,7 +112470,7 @@ [ "15924", { - "_index": 8449, + "_index": 9648, "data": { "ref/stable/sys": {} }, @@ -112190,7 +112480,7 @@ [ "16", { - "_index": 1922, + "_index": 2117, "data": { "assets/alienworld": {}, "assets/warbattlesassetpack": {}, @@ -112210,7 +112500,7 @@ [ "16.0", { - "_index": 5024, + "_index": 4631, "data": { "manuals/extensions-manifest-merge-tool": {} }, @@ -112220,7 +112510,7 @@ [ "16.17", { - "_index": 1944, + "_index": 5025, "data": { "manuals/texture-profiles": {} }, @@ -112230,7 +112520,7 @@ [ "16/32", { - "_index": 7519, + "_index": 10960, "data": { "ref/stable/dmRender": {} }, @@ -112240,7 +112530,7 @@ [ "1601", { - "_index": 8222, + "_index": 10597, "data": { "ref/stable/socket": {} }, @@ -112250,7 +112540,7 @@ [ "160x144", { - "_index": 4685, + "_index": 2210, "data": { "manuals/adapting-graphics-to-screen-size": {} }, @@ -112260,7 +112550,7 @@ [ "16384", { - "_index": 9621, + "_index": 9327, "data": { "ref/stable/dmGameObject": {} }, @@ -112270,7 +112560,7 @@ [ "16bit", { - "_index": 5670, + "_index": 3499, "data": { "assets/rand16": {}, "manuals/sound": {} @@ -112281,7 +112571,7 @@ [ "16kb", { - "_index": 8572, + "_index": 10244, "data": { "ref/stable/http": {} }, @@ -112291,7 +112581,7 @@ [ "16x16", { - "_index": 4497, + "_index": 4949, "data": { "manuals/windows": {} }, @@ -112301,7 +112591,7 @@ [ "17", { - "_index": 3048, + "_index": 491, "data": { "manuals/bob": {}, "manuals/gui": {}, @@ -112315,7 +112605,7 @@ [ "17.62", { - "_index": 1942, + "_index": 5023, "data": { "manuals/texture-profiles": {} }, @@ -112325,7 +112615,7 @@ [ "18", { - "_index": 5590, + "_index": 3898, "data": { "manuals/font": {}, "ref/stable/dmSys": {} @@ -112336,7 +112626,7 @@ [ "180", { - "_index": 238, + "_index": 5532, "data": { "examples/particles/fire_and_smoke": {}, "manuals/debugging-game-logic": {}, @@ -112349,7 +112639,7 @@ [ "18774344", { - "_index": 5434, + "_index": 6081, "data": { "manuals/android": {} }, @@ -112359,7 +112649,7 @@ [ "19", { - "_index": 7541, + "_index": 9760, "data": { "ref/stable/dmSys": {} }, @@ -112369,7 +112659,7 @@ [ "192.168.5.101", { - "_index": 4997, + "_index": 2462, "data": { "manuals/zerobrane": {} }, @@ -112379,7 +112669,7 @@ [ "1970", { - "_index": 8220, + "_index": 9837, "data": { "ref/stable/dmTime": {}, "ref/stable/socket": {} @@ -112390,7 +112680,7 @@ [ "1:1", { - "_index": 4706, + "_index": 2241, "data": { "manuals/adapting-graphics-to-screen-size": {} }, @@ -112400,7 +112690,7 @@ [ "1;3};{1,1},{2,3", { - "_index": 2748, + "_index": 4124, "data": { "manuals/application-security": {} }, @@ -112410,7 +112700,7 @@ [ "1s", { - "_index": 6135, + "_index": 6222, "data": { "examples/timer/cancel_timer": {}, "examples/timer/repeating_timer": {}, @@ -112422,7 +112712,7 @@ [ "1x", { - "_index": 4712, + "_index": 2248, "data": { "manuals/adapting-graphics-to-screen-size": {} }, @@ -112432,7 +112722,7 @@ [ "1x1", { - "_index": 7411, + "_index": 10414, "data": { "ref/stable/resource": {} }, @@ -112442,7 +112732,7 @@ [ "2", { - "_index": 123, + "_index": 601, "data": { "examples/gui/progress": {}, "examples/particles/fire_and_smoke": {}, @@ -112469,7 +112759,6 @@ "manuals/gui-clipping": {}, "manuals/gui-layouts": {}, "manuals/gui-pie": {}, - "manuals/gui-template": {}, "manuals/html5": {}, "manuals/input": {}, "manuals/input-gamepads": {}, @@ -112518,7 +112807,7 @@ [ "2,0", { - "_index": 8694, + "_index": 8092, "data": { "ref/stable/tilemap": {} }, @@ -112528,7 +112817,7 @@ [ "2,000", { - "_index": 6578, + "_index": 6696, "data": { "assets/gamedistribution": {} }, @@ -112538,7 +112827,7 @@ [ "2,1", { - "_index": 8691, + "_index": 8089, "data": { "ref/stable/tilemap": {} }, @@ -112548,7 +112837,7 @@ [ "2,2", { - "_index": 8688, + "_index": 8087, "data": { "ref/stable/tilemap": {} }, @@ -112558,7 +112847,7 @@ [ "2,3", { - "_index": 8684, + "_index": 8083, "data": { "ref/stable/tilemap": {} }, @@ -112568,7 +112857,7 @@ [ "2,t[2", { - "_index": 10408, + "_index": 10695, "data": { "ref/stable/base": {} }, @@ -112578,7 +112867,7 @@ [ "2.0", { - "_index": 874, + "_index": 2616, "data": { "assets/panthera20": {}, "manuals/factory": {}, @@ -112594,7 +112883,7 @@ [ "2.0.11", { - "_index": 4908, + "_index": 4781, "data": { "manuals/extender-docker-images": {} }, @@ -112604,7 +112893,7 @@ [ "2.2.1", { - "_index": 5510, + "_index": 3832, "data": { "manuals/physics": {} }, @@ -112614,7 +112903,7 @@ [ "2.4", { - "_index": 10456, + "_index": 9738, "data": { "ref/stable/dmStringFunc": {} }, @@ -112624,7 +112913,7 @@ [ "2.5d", { - "_index": 6356, + "_index": 6424, "data": { "assets/slasherprototype": {} }, @@ -112634,7 +112923,7 @@ [ "2.6.5", { - "_index": 1434, + "_index": 4058, "data": { "manuals/extender-local-setup": {} }, @@ -112644,7 +112933,7 @@ [ "2.77", { - "_index": 5511, + "_index": 3834, "data": { "manuals/physics": {} }, @@ -112654,7 +112943,7 @@ [ "20", { - "_index": 203, + "_index": 2070, "data": { "examples/particles/confetti": {}, "examples/particles/fire_and_smoke": {}, @@ -112676,7 +112965,7 @@ [ "200", { - "_index": 4584, + "_index": 2051, "data": { "manuals/debugging-game-logic": {}, "manuals/live-update-scripting": {}, @@ -112691,7 +112980,7 @@ [ "2000", { - "_index": 8287, + "_index": 8773, "data": { "ref/stable/dmSSLSocket": {} }, @@ -112701,7 +112990,7 @@ [ "2001", { - "_index": 8288, + "_index": 8774, "data": { "ref/stable/dmSSLSocket": {} }, @@ -112711,7 +113000,7 @@ [ "2002", { - "_index": 8289, + "_index": 8775, "data": { "ref/stable/dmSSLSocket": {} }, @@ -112721,7 +113010,7 @@ [ "2003", { - "_index": 8290, + "_index": 8776, "data": { "ref/stable/dmSSLSocket": {} }, @@ -112731,7 +113020,7 @@ [ "200x100", { - "_index": 154, + "_index": 5512, "data": { "manuals/physics-shapes": {} }, @@ -112741,7 +113030,7 @@ [ "2011", { - "_index": 4911, + "_index": 4785, "data": { "manuals/extender-docker-images": {} }, @@ -112751,7 +113040,7 @@ [ "2011:9000", { - "_index": 4921, + "_index": 4793, "data": { "manuals/extender-docker-images": {} }, @@ -112761,7 +113050,7 @@ [ "2012", { - "_index": 3047, + "_index": 5030, "data": { "manuals/live-update-aws": {} }, @@ -112771,7 +113060,7 @@ [ "2017", { - "_index": 5612, + "_index": 2055, "data": { "manuals/optimization-size": {} }, @@ -112781,7 +113070,7 @@ [ "2018", { - "_index": 1769, + "_index": 4880, "data": { "manuals/porting-guidelines": {} }, @@ -112791,7 +113080,7 @@ [ "2048", { - "_index": 5706, + "_index": 3540, "data": { "manuals/sound": {} }, @@ -112801,7 +113090,7 @@ [ "2048x2048", { - "_index": 5645, + "_index": 2146, "data": { "manuals/optimization-size": {} }, @@ -112811,7 +113100,7 @@ [ "20mb", { - "_index": 4265, + "_index": 5500, "data": { "manuals/debugging-native-code-android": {} }, @@ -112821,7 +113110,7 @@ [ "21", { - "_index": 4149, + "_index": 3171, "data": { "manuals/bob": {}, "ref/stable/dmSys": {} @@ -112832,7 +113121,7 @@ [ "212428", { - "_index": 3106, + "_index": 2394, "data": { "manuals/editor-styling": {} }, @@ -112842,7 +113131,7 @@ [ "22", { - "_index": 7542, + "_index": 9761, "data": { "ref/stable/dmSocket": {}, "ref/stable/dmSys": {} @@ -112853,7 +113142,7 @@ [ "22.71", { - "_index": 1938, + "_index": 5019, "data": { "manuals/texture-profiles": {} }, @@ -112863,7 +113152,7 @@ [ "223", { - "_index": 4249, + "_index": 3296, "data": { "manuals/bob": {} }, @@ -112873,7 +113162,7 @@ [ "23", { - "_index": 7543, + "_index": 9762, "data": { "ref/stable/dmSocket": {}, "ref/stable/dmSys": {}, @@ -112885,17 +113174,27 @@ [ "23.24", { - "_index": 1940, + "_index": 5021, "data": { "manuals/texture-profiles": {} }, "type": {} } ], + [ + "231", + { + "_index": 7001, + "data": { + "ref/stable/vmath": {} + }, + "type": {} + } + ], [ "24", { - "_index": 2640, + "_index": 4351, "data": { "manuals/factory": {}, "ref/stable/dmSocket": {}, @@ -112907,7 +113206,7 @@ [ "24x24", { - "_index": 4498, + "_index": 4950, "data": { "manuals/windows": {} }, @@ -112917,7 +113216,7 @@ [ "25", { - "_index": 5424, + "_index": 6072, "data": { "manuals/android": {}, "ref/stable/dmSocket": {}, @@ -112929,7 +113228,7 @@ [ "254380", { - "_index": 1943, + "_index": 5024, "data": { "manuals/texture-profiles": {} }, @@ -112939,7 +113238,7 @@ [ "255", { - "_index": 7861, + "_index": 8534, "data": { "ref/stable/crash": {}, "ref/stable/render": {} @@ -112950,7 +113249,7 @@ [ "256", { - "_index": 10537, + "_index": 10648, "data": { "ref/stable/dmBuffer": {} }, @@ -112960,7 +113259,7 @@ [ "256,128,96,64,48,32,24,16", { - "_index": 4508, + "_index": 4959, "data": { "manuals/windows": {} }, @@ -112970,7 +113269,7 @@ [ "256mb", { - "_index": 2189, + "_index": 628, "data": { "manuals/html5": {} }, @@ -112980,7 +113279,7 @@ [ "256x240", { - "_index": 4681, + "_index": 2206, "data": { "manuals/adapting-graphics-to-screen-size": {} }, @@ -112990,7 +113289,7 @@ [ "256x256", { - "_index": 2489, + "_index": 2862, "data": { "manuals/atlas": {}, "manuals/windows": {} @@ -113001,7 +113300,7 @@ [ "26", { - "_index": 7544, + "_index": 9763, "data": { "ref/stable/dmSocket": {}, "ref/stable/dmSys": {} @@ -113012,7 +113311,7 @@ [ "27", { - "_index": 4252, + "_index": 3299, "data": { "manuals/bob": {}, "ref/stable/dmSocket": {}, @@ -113024,7 +113323,7 @@ [ "270", { - "_index": 8679, + "_index": 8078, "data": { "ref/stable/tilemap": {} }, @@ -113034,7 +113333,7 @@ [ "272", { - "_index": 4241, + "_index": 3288, "data": { "manuals/bob": {} }, @@ -113044,7 +113343,7 @@ [ "277186", { - "_index": 1941, + "_index": 5022, "data": { "manuals/texture-profiles": {} }, @@ -113054,7 +113353,7 @@ [ "28", { - "_index": 7545, + "_index": 9764, "data": { "ref/stable/dmSocket": {}, "ref/stable/dmSys": {} @@ -113065,7 +113364,7 @@ [ "29", { - "_index": 7546, + "_index": 9765, "data": { "ref/stable/dmSocket": {}, "ref/stable/dmSys": {} @@ -113076,7 +113375,7 @@ [ "2>&1", { - "_index": 6093, + "_index": 4916, "data": { "manuals/debugging-native-code-ios": {} }, @@ -113086,7 +113385,7 @@ [ "2^14", { - "_index": 9620, + "_index": 9326, "data": { "ref/stable/dmGameObject": {} }, @@ -113096,7 +113395,7 @@ [ "2d", { - "_index": 226, + "_index": 1180, "data": { "assets/2dcollisions": {}, "assets/defluid": {}, @@ -113127,7 +113426,7 @@ [ "2dcollisions", { - "_index": 6494, + "_index": 6699, "data": { "assets/2dcollisions": {} }, @@ -113137,7 +113436,7 @@ [ "2mc", { - "_index": 7858, + "_index": 8531, "data": { "ref/stable/render": {} }, @@ -113147,7 +113446,7 @@ [ "2n", { - "_index": 7952, + "_index": 8610, "data": { "ref/stable/render": {} }, @@ -113157,7 +113456,7 @@ [ "2nd", { - "_index": 3891, + "_index": 1358, "data": { "manuals/editor-scripts-ui": {} }, @@ -113167,7 +113466,7 @@ [ "2x2", { - "_index": 2891, + "_index": 6029, "data": { "manuals/material": {} }, @@ -113177,7 +113476,7 @@ [ "3", { - "_index": 125, + "_index": 602, "data": { "assets/defoldapiforsublimetext3": {}, "examples/gui/healthbar": {}, @@ -113238,7 +113537,7 @@ [ "3+6", { - "_index": 2353, + "_index": 5627, "data": { "manuals/script-properties": {} }, @@ -113248,7 +113547,7 @@ [ "3,0", { - "_index": 8695, + "_index": 8093, "data": { "ref/stable/tilemap": {} }, @@ -113258,7 +113557,7 @@ [ "3,1", { - "_index": 8692, + "_index": 8090, "data": { "ref/stable/tilemap": {} }, @@ -113268,7 +113567,7 @@ [ "3,2", { - "_index": 8689, + "_index": 8088, "data": { "ref/stable/tilemap": {} }, @@ -113278,7 +113577,7 @@ [ "3,3", { - "_index": 8685, + "_index": 8084, "data": { "ref/stable/tilemap": {} }, @@ -113288,7 +113587,7 @@ [ "3.1", { - "_index": 1067, + "_index": 2715, "data": { "manuals/compute": {}, "manuals/shader": {} @@ -113299,7 +113598,7 @@ [ "3.14159265359", { - "_index": 1188, + "_index": 2792, "data": { "manuals/shader": {} }, @@ -113309,7 +113608,7 @@ [ "3.5", { - "_index": 5379, + "_index": 5916, "data": { "manuals/components": {} }, @@ -113319,7 +113618,7 @@ [ "3.798s", { - "_index": 5435, + "_index": 6082, "data": { "manuals/android": {} }, @@ -113329,7 +113628,7 @@ [ "3.collection", { - "_index": 6103, + "_index": 6172, "data": { "examples/collection/proxy": {} }, @@ -113339,7 +113638,7 @@ [ "30", { - "_index": 6201, + "_index": 6155, "data": { "examples/particles/fire_and_smoke": {}, "ref/stable/dmSocket": {}, @@ -113354,7 +113653,7 @@ [ "30,000", { - "_index": 6250, + "_index": 6249, "data": { "assets/kenney": {} }, @@ -113364,7 +113663,7 @@ [ "300", { - "_index": 2568, + "_index": 5909, "data": { "examples/particles/confetti": {}, "manuals/gui-script": {} @@ -113375,7 +113674,7 @@ [ "300m", { - "_index": 6576, + "_index": 6694, "data": { "assets/gamedistribution": {} }, @@ -113385,7 +113684,7 @@ [ "304", { - "_index": 5803, + "_index": 3967, "data": { "manuals/live-update-scripting": {}, "ref/stable/http": {} @@ -113396,7 +113695,7 @@ [ "31", { - "_index": 7547, + "_index": 9766, "data": { "ref/stable/dmSocket": {}, "ref/stable/dmSys": {}, @@ -113408,7 +113707,7 @@ [ "3166", { - "_index": 8453, + "_index": 9651, "data": { "ref/stable/sys": {} }, @@ -113418,7 +113717,7 @@ [ "32", { - "_index": 605, + "_index": 2190, "data": { "examples/particles/fire_and_smoke": {}, "manuals/app-manifest": {}, @@ -113445,7 +113744,7 @@ [ "320x200", { - "_index": 4683, + "_index": 2208, "data": { "manuals/adapting-graphics-to-screen-size": {} }, @@ -113455,7 +113754,7 @@ [ "32765", { - "_index": 6630, + "_index": 6690, "data": { "assets/crowd-runner-defold": {} }, @@ -113465,7 +113764,7 @@ [ "32x32", { - "_index": 4499, + "_index": 4951, "data": { "manuals/windows": {} }, @@ -113475,7 +113774,7 @@ [ "33554432", { - "_index": 609, + "_index": 5237, "data": { "manuals/app-manifest": {} }, @@ -113485,7 +113784,7 @@ [ "34", { - "_index": 602, + "_index": 5234, "data": { "manuals/app-manifest": {} }, @@ -113495,7 +113794,7 @@ [ "35", { - "_index": 6200, + "_index": 6154, "data": { "examples/particles/fire_and_smoke": {}, "ref/stable/base": {} @@ -113506,7 +113805,7 @@ [ "357225", { - "_index": 1937, + "_index": 5018, "data": { "manuals/texture-profiles": {} }, @@ -113516,7 +113815,7 @@ [ "35956340", { - "_index": 4246, + "_index": 3293, "data": { "manuals/bob": {} }, @@ -113526,7 +113825,7 @@ [ "36", { - "_index": 10433, + "_index": 10721, "data": { "ref/stable/base": {} }, @@ -113536,7 +113835,7 @@ [ "360", { - "_index": 5042, + "_index": 5007, "data": { "manuals/gui-pie": {}, "ref/stable/go": {} @@ -113547,7 +113846,7 @@ [ "365548", { - "_index": 1939, + "_index": 5020, "data": { "manuals/texture-profiles": {} }, @@ -113557,7 +113856,7 @@ [ "39;%q'", { - "_index": 10110, + "_index": 7124, "data": { "ref/stable/string": {} }, @@ -113567,7 +113866,7 @@ [ "39;a", { - "_index": 10111, + "_index": 7125, "data": { "ref/stable/string": {} }, @@ -113577,7 +113876,7 @@ [ "3d", { - "_index": 221, + "_index": 1188, "data": { "assets/3deforms": {}, "assets/defold-3D-outline-shader": {}, @@ -113617,7 +113916,7 @@ [ "3deforms", { - "_index": 6633, + "_index": 6604, "data": { "assets/3deforms": {} }, @@ -113627,7 +113926,7 @@ [ "3rd", { - "_index": 5338, + "_index": 3641, "data": { "manuals/extensions-best-practices": {}, "manuals/macos": {} @@ -113638,7 +113937,7 @@ [ "3x3", { - "_index": 7679, + "_index": 7389, "data": { "ref/stable/dmVMath": {} }, @@ -113648,7 +113947,7 @@ [ "4", { - "_index": 127, + "_index": 603, "data": { "examples/particles/fire_and_smoke": {}, "examples/physics/dynamic": {}, @@ -113705,7 +114004,7 @@ [ "4*|n", { - "_index": 7784, + "_index": 8663, "data": { "ref/stable/bit": {} }, @@ -113715,7 +114014,7 @@ [ "4+5$"", { - "_index": 10147, + "_index": 7165, "data": { "ref/stable/string": {} }, @@ -113725,7 +114024,7 @@ [ "4.1", { - "_index": 4095, + "_index": 4293, "data": { "manuals/profiling": {} }, @@ -113735,7 +114034,7 @@ [ "4.1.1.zip", { - "_index": 5895, + "_index": 2351, "data": { "manuals/working-offline": {} }, @@ -113745,7 +114044,7 @@ [ "4.3", { - "_index": 3039, + "_index": 5337, "data": { "manuals/compute": {} }, @@ -113755,7 +114054,7 @@ [ "40", { - "_index": 6204, + "_index": 6158, "data": { "examples/particles/fire_and_smoke": {} }, @@ -113765,7 +114064,7 @@ [ "400x100", { - "_index": 155, + "_index": 5513, "data": { "manuals/physics-shapes": {} }, @@ -113775,7 +114074,7 @@ [ "4096x4096", { - "_index": 5646, + "_index": 2150, "data": { "manuals/optimization-size": {} }, @@ -113785,7 +114084,7 @@ [ "42", { - "_index": 2712, + "_index": 4630, "data": { "manuals/extensions-manifest-merge-tool": {}, "manuals/modules": {} @@ -113796,7 +114095,7 @@ [ "426409", { - "_index": 1445, + "_index": 4067, "data": { "manuals/extender-local-setup": {} }, @@ -113806,7 +114105,7 @@ [ "426409/extender", { - "_index": 1408, + "_index": 4037, "data": { "manuals/extender-docker-images": {}, "manuals/extender-local-setup": {} @@ -113817,7 +114116,7 @@ [ "43", { - "_index": 2713, + "_index": 5737, "data": { "manuals/modules": {} }, @@ -113827,7 +114126,7 @@ [ "44100", { - "_index": 5636, + "_index": 2119, "data": { "manuals/optimization-size": {}, "manuals/sound": {} @@ -113838,7 +114137,7 @@ [ "442", { - "_index": 4237, + "_index": 3284, "data": { "manuals/bob": {} }, @@ -113848,7 +114147,7 @@ [ "45", { - "_index": 5675, + "_index": 3507, "data": { "examples/sound/panning": {}, "manuals/sound": {}, @@ -113860,7 +114159,7 @@ [ "450", { - "_index": 3003, + "_index": 5304, "data": { "manuals/compute": {} }, @@ -113870,7 +114169,7 @@ [ "45813", { - "_index": 2751, + "_index": 4127, "data": { "manuals/application-security": {} }, @@ -113880,7 +114179,7 @@ [ "45814", { - "_index": 2753, + "_index": 4128, "data": { "manuals/application-security": {} }, @@ -113890,7 +114189,7 @@ [ "464c55", { - "_index": 3108, + "_index": 2396, "data": { "manuals/editor-styling": {} }, @@ -113900,7 +114199,7 @@ [ "46bit", { - "_index": 6405, + "_index": 6401, "data": { "assets/bit46": {} }, @@ -113910,7 +114209,7 @@ [ "47", { - "_index": 3197, + "_index": 1204, "data": { "manuals/particlefx": {} }, @@ -113920,7 +114219,7 @@ [ "4711", { - "_index": 2690, + "_index": 5723, "data": { "manuals/modules": {} }, @@ -113930,7 +114229,7 @@ [ "48", { - "_index": 5586, + "_index": 3893, "data": { "manuals/font": {}, "ref/stable/dmRender": {} @@ -113941,7 +114240,7 @@ [ "4826", { - "_index": 5432, + "_index": 6079, "data": { "manuals/android": {} }, @@ -113951,7 +114250,7 @@ [ "48x48", { - "_index": 4500, + "_index": 4952, "data": { "manuals/windows": {} }, @@ -113961,7 +114260,7 @@ [ "4s", { - "_index": 5647, + "_index": 2151, "data": { "manuals/optimization-size": {} }, @@ -113971,7 +114270,7 @@ [ "4x4", { - "_index": 7680, + "_index": 7390, "data": { "ref/stable/dmVMath": {} }, @@ -113981,7 +114280,7 @@ [ "5", { - "_index": 129, + "_index": 604, "data": { "examples/particles/fire_and_smoke": {}, "manuals/collection-factory": {}, @@ -114018,7 +114317,7 @@ [ "5.1", { - "_index": 4286, + "_index": 3131, "data": { "assets/compat53": {}, "manuals/lua": {}, @@ -114031,7 +114330,7 @@ [ "5.1.tar.gz"", { - "_index": 10154, + "_index": 7172, "data": { "ref/stable/string": {} }, @@ -114041,7 +114340,7 @@ [ "5.2", { - "_index": 5074, + "_index": 5173, "data": { "assets/compat53": {}, "manuals/lua": {} @@ -114052,7 +114351,7 @@ [ "5.3", { - "_index": 6532, + "_index": 6668, "data": { "assets/compat53": {} }, @@ -114062,7 +114361,7 @@ [ "50", { - "_index": 2365, + "_index": 1203, "data": { "examples/particles/fire_and_smoke": {}, "manuals/particlefx": {}, @@ -114074,7 +114373,7 @@ [ "500", { - "_index": 3729, + "_index": 1857, "data": { "examples/particles/confetti": {}, "examples/physics/dynamic": {}, @@ -114089,7 +114388,7 @@ [ "51", { - "_index": 5411, + "_index": 6059, "data": { "manuals/android": {} }, @@ -114099,7 +114398,7 @@ [ "512kb", { - "_index": 8505, + "_index": 9702, "data": { "ref/stable/sys": {} }, @@ -114109,7 +114408,7 @@ [ "5242880", { - "_index": 630, + "_index": 5243, "data": { "manuals/app-manifest": {} }, @@ -114119,7 +114418,7 @@ [ "53", { - "_index": 3198, + "_index": 1205, "data": { "manuals/particlefx": {} }, @@ -114129,7 +114428,7 @@ [ "59", { - "_index": 8533, + "_index": 9998, "data": { "ref/stable/os": {} }, @@ -114139,7 +114438,7 @@ [ "5b5af21", { - "_index": 3567, + "_index": 1671, "data": { "manuals/message-passing": {} }, @@ -114149,7 +114448,7 @@ [ "5up3r_53cr3t", { - "_index": 5417, + "_index": 6065, "data": { "manuals/android": {} }, @@ -114159,7 +114458,7 @@ [ "6", { - "_index": 131, + "_index": 605, "data": { "examples/particles/confetti": {}, "manuals/editor-scripts-ui": {}, @@ -114187,7 +114486,7 @@ [ "6/20", { - "_index": 5716, + "_index": 3550, "data": { "manuals/sound": {} }, @@ -114197,7 +114496,7 @@ [ "60", { - "_index": 1728, + "_index": 1949, "data": { "examples/particles/fire_and_smoke": {}, "manuals/lua": {}, @@ -114212,7 +114511,7 @@ [ "61", { - "_index": 8535, + "_index": 10000, "data": { "ref/stable/os": {} }, @@ -114222,7 +114521,7 @@ [ "611", { - "_index": 4303, + "_index": 3152, "data": { "manuals/writing-code": {} }, @@ -114232,7 +114531,7 @@ [ "612", { - "_index": 4305, + "_index": 3154, "data": { "manuals/writing-code": {} }, @@ -114242,7 +114541,7 @@ [ "614", { - "_index": 4307, + "_index": 3156, "data": { "manuals/writing-code": {} }, @@ -114252,7 +114551,7 @@ [ "6210", { - "_index": 3751, + "_index": 3684, "data": { "manuals/debugging-game-and-system-logs": {} }, @@ -114262,7 +114561,7 @@ [ "639", { - "_index": 8447, + "_index": 9646, "data": { "ref/stable/sys": {} }, @@ -114272,7 +114571,7 @@ [ "64", { - "_index": 3435, + "_index": 2191, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/bob": {}, @@ -114290,7 +114589,7 @@ [ "640x1136", { - "_index": 4468, + "_index": 448, "data": { "manuals/gui": {} }, @@ -114300,7 +114599,7 @@ [ "64k", { - "_index": 8144, + "_index": 10523, "data": { "ref/stable/socket": {} }, @@ -114310,7 +114609,7 @@ [ "64kib", { - "_index": 619, + "_index": 5239, "data": { "manuals/app-manifest": {} }, @@ -114320,7 +114619,7 @@ [ "64x64", { - "_index": 2486, + "_index": 2860, "data": { "manuals/atlas": {} }, @@ -114330,7 +114629,7 @@ [ "65535", { - "_index": 8604, + "_index": 9426, "data": { "ref/stable/engine": {} }, @@ -114340,7 +114639,7 @@ [ "65536", { - "_index": 8507, + "_index": 9703, "data": { "ref/stable/sys": {} }, @@ -114350,7 +114649,7 @@ [ "65536.0", { - "_index": 5707, + "_index": 3541, "data": { "manuals/sound": {} }, @@ -114360,7 +114659,7 @@ [ "680", { - "_index": 4251, + "_index": 3298, "data": { "manuals/bob": {} }, @@ -114370,7 +114669,7 @@ [ "6s", { - "_index": 5648, + "_index": 2152, "data": { "manuals/optimization-size": {} }, @@ -114380,7 +114679,7 @@ [ "7", { - "_index": 133, + "_index": 2579, "data": { "manuals/extender-local-setup": {}, "manuals/input-gamepads": {}, @@ -114397,7 +114696,7 @@ [ "70784", { - "_index": 4231, + "_index": 3278, "data": { "manuals/bob": {} }, @@ -114407,7 +114706,7 @@ [ "71", { - "_index": 5578, + "_index": 3881, "data": { "manuals/font": {} }, @@ -114417,7 +114716,7 @@ [ "735", { - "_index": 4247, + "_index": 3294, "data": { "manuals/bob": {} }, @@ -114427,7 +114726,7 @@ [ "75", { - "_index": 3568, + "_index": 1673, "data": { "manuals/message-passing": {} }, @@ -114437,7 +114736,7 @@ [ "7582", { - "_index": 4250, + "_index": 3297, "data": { "manuals/bob": {} }, @@ -114447,7 +114746,7 @@ [ "786443", { - "_index": 4905, + "_index": 3441, "data": { "manuals/addressing": {} }, @@ -114457,7 +114756,7 @@ [ "8", { - "_index": 2502, + "_index": 1557, "data": { "examples/particles/confetti": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -114482,7 +114781,7 @@ [ "8.0", { - "_index": 5016, + "_index": 4622, "data": { "manuals/extensions-manifest-merge-tool": {} }, @@ -114492,7 +114791,7 @@ [ "8001", { - "_index": 8609, + "_index": 9431, "data": { "ref/stable/engine": {} }, @@ -114502,7 +114801,7 @@ [ "80b1b73", { - "_index": 4040, + "_index": 4238, "data": { "manuals/profiling": {} }, @@ -114512,7 +114811,7 @@ [ "8123", { - "_index": 5968, + "_index": 3588, "data": { "manuals/socket-connections": {} }, @@ -114522,7 +114821,7 @@ [ "8172", { - "_index": 5000, + "_index": 2466, "data": { "manuals/zerobrane": {} }, @@ -114532,17 +114831,27 @@ [ "8192", { - "_index": 8140, + "_index": 10519, "data": { "ref/stable/socket": {} }, "type": {} } ], + [ + "88.85", + { + "_index": 7088, + "data": { + "ref/stable/vmath": {} + }, + "type": {} + } + ], [ "8d1b912", { - "_index": 3757, + "_index": 3690, "data": { "manuals/debugging-game-and-system-logs": {} }, @@ -114552,7 +114861,7 @@ [ "9", { - "_index": 2354, + "_index": 298, "data": { "examples/gui/progress": {}, "examples/gui/slice9": {}, @@ -114574,7 +114883,7 @@ [ "9"", { - "_index": 10148, + "_index": 7166, "data": { "ref/stable/string": {} }, @@ -114584,7 +114893,7 @@ [ "90", { - "_index": 6205, + "_index": 6159, "data": { "examples/particles/fire_and_smoke": {}, "ref/stable/tilemap": {}, @@ -114596,7 +114905,7 @@ [ "9000", { - "_index": 4925, + "_index": 4797, "data": { "manuals/extender-docker-images": {} }, @@ -114606,7 +114915,7 @@ [ "90000", { - "_index": 592, + "_index": 5231, "data": { "manuals/app-manifest": {} }, @@ -114616,7 +114925,7 @@ [ "90704", { - "_index": 3481, + "_index": 3025, "data": { "manuals/ios": {} }, @@ -114626,7 +114935,7 @@ [ "90x91", { - "_index": 6114, + "_index": 6101, "data": { "examples/gui/slice9": {} }, @@ -114636,7 +114945,7 @@ [ "9125", { - "_index": 5422, + "_index": 6070, "data": { "manuals/android": {} }, @@ -114646,7 +114955,7 @@ [ "918", { - "_index": 4253, + "_index": 3300, "data": { "manuals/bob": {} }, @@ -114656,7 +114965,7 @@ [ "999", { - "_index": 5553, + "_index": 1959, "data": { "manuals/script": {} }, @@ -114666,7 +114975,7 @@ [ "_", { - "_index": 2610, + "_index": 4323, "data": { "manuals/factory": {} }, @@ -114676,7 +114985,7 @@ [ "_,mount", { - "_index": 5771, + "_index": 3930, "data": { "manuals/live-update-scripting": {} }, @@ -114686,7 +114995,7 @@ [ "__authorize", { - "_index": 1379, + "_index": 4014, "data": { "manuals/extender-local-setup": {} }, @@ -114696,7 +115005,7 @@ [ "__bridge", { - "_index": 10304, + "_index": 6908, "data": { "ref/stable/dmGraphics": {} }, @@ -114706,7 +115015,7 @@ [ "__clone", { - "_index": 1411, + "_index": 4040, "data": { "manuals/extender-local-setup": {} }, @@ -114716,7 +115025,7 @@ [ "__configure", { - "_index": 1393, + "_index": 4025, "data": { "manuals/extender-local-setup": {} }, @@ -114726,7 +115035,7 @@ [ "__download", { - "_index": 1418, + "_index": 4044, "data": { "manuals/extender-local-setup": {} }, @@ -114736,7 +115045,7 @@ [ "__index", { - "_index": 2721, + "_index": 5744, "data": { "manuals/modules": {}, "ref/stable/package": {} @@ -114747,7 +115056,7 @@ [ "__metatable", { - "_index": 10405, + "_index": 10692, "data": { "ref/stable/base": {} }, @@ -114757,7 +115066,7 @@ [ "__start", { - "_index": 1458, + "_index": 4079, "data": { "manuals/extender-local-setup": {} }, @@ -114767,7 +115076,7 @@ [ "__tostring", { - "_index": 10437, + "_index": 10725, "data": { "ref/stable/base": {} }, @@ -114777,7 +115086,7 @@ [ "__verify", { - "_index": 1401, + "_index": 4031, "data": { "manuals/extender-local-setup": {} }, @@ -114787,7 +115096,7 @@ [ "_actions_", { - "_index": 5860, + "_index": 4568, "data": { "manuals/glossary": {} }, @@ -114797,7 +115106,7 @@ [ "_blank", { - "_index": 8493, + "_index": 9690, "data": { "ref/stable/sys": {} }, @@ -114807,7 +115116,7 @@ [ "_bootstrap", { - "_index": 4544, + "_index": 5993, "data": { "manuals/building-blocks": {} }, @@ -114817,7 +115126,7 @@ [ "_camera_", { - "_index": 3674, + "_index": 1771, "data": { "manuals/render": {} }, @@ -114827,7 +115136,7 @@ [ "_collision", { - "_index": 5513, + "_index": 3836, "data": { "manuals/physics": {} }, @@ -114837,7 +115146,7 @@ [ "_color", { - "_index": 5745, + "_index": 3824, "data": { "manuals/sprite": {} }, @@ -114847,7 +115156,7 @@ [ "_context", { - "_index": 5808, + "_index": 5551, "data": { "manuals/editor": {} }, @@ -114857,7 +115166,7 @@ [ "_convex_", { - "_index": 4372, + "_index": 4419, "data": { "manuals/tilesource": {} }, @@ -114867,7 +115176,7 @@ [ "_copies_", { - "_index": 5835, + "_index": 5580, "data": { "manuals/editor": {} }, @@ -114877,7 +115186,7 @@ [ "_crash", { - "_index": 4782, + "_index": 4967, "data": { "manuals/debugging-native-code": {} }, @@ -114887,7 +115196,7 @@ [ "_crash.dmp", { - "_index": 4783, + "_index": 4968, "data": { "manuals/debugging-native-code": {} }, @@ -114897,7 +115206,7 @@ [ "_create", { - "_index": 3060, + "_index": 5039, "data": { "manuals/live-update-aws": {} }, @@ -114907,7 +115216,7 @@ [ "_dynamically", { - "_index": 4895, + "_index": 3428, "data": { "manuals/addressing": {} }, @@ -114917,7 +115226,7 @@ [ "_factory_", { - "_index": 4556, + "_index": 6002, "data": { "manuals/building-blocks": {} }, @@ -114927,7 +115236,7 @@ [ "_file_", { - "_index": 4558, + "_index": 6004, "data": { "manuals/building-blocks": {} }, @@ -114937,7 +115246,7 @@ [ "_g", { - "_index": 10395, + "_index": 10682, "data": { "ref/stable/base": {} }, @@ -114947,7 +115256,7 @@ [ "_g._g", { - "_index": 10396, + "_index": 10683, "data": { "ref/stable/base": {} }, @@ -114957,7 +115266,7 @@ [ "_groups_", { - "_index": 1925, + "_index": 2318, "data": { "manuals/physics-objects": {} }, @@ -114967,7 +115276,7 @@ [ "_loopcount_", { - "_index": 5671, + "_index": 3500, "data": { "manuals/sound": {} }, @@ -114977,7 +115286,7 @@ [ "_margin_", { - "_index": 4364, + "_index": 4411, "data": { "manuals/tilesource": {} }, @@ -114987,7 +115296,7 @@ [ "_normal", { - "_index": 5746, + "_index": 3825, "data": { "manuals/sprite": {} }, @@ -114997,7 +115306,7 @@ [ "_not_", { - "_index": 6013, + "_index": 2371, "data": { "manuals/hot-reload": {} }, @@ -115007,7 +115316,7 @@ [ "_ogg", { - "_index": 5668, + "_index": 3497, "data": { "manuals/sound": {} }, @@ -115017,7 +115326,7 @@ [ "_overrides_", { - "_index": 2657, + "_index": 2906, "data": { "manuals/gui-layouts": {} }, @@ -115027,7 +115336,7 @@ [ "_parent", { - "_index": 8494, + "_index": 9691, "data": { "ref/stable/sys": {} }, @@ -115037,7 +115346,7 @@ [ "_path", { - "_index": 5789, + "_index": 3950, "data": { "manuals/live-update-scripting": {} }, @@ -115047,7 +115356,7 @@ [ "_path_", { - "_index": 4550, + "_index": 5997, "data": { "manuals/building-blocks": {} }, @@ -115057,7 +115366,7 @@ [ "_performant_", { - "_index": 4133, + "_index": 5925, "data": { "manuals/model": {} }, @@ -115067,7 +115376,7 @@ [ "_phase", { - "_index": 5718, + "_index": 3553, "data": { "manuals/sound": {} }, @@ -115077,7 +115386,7 @@ [ "_projection", { - "_index": 967, + "_index": 2654, "data": { "manuals/shader": {} }, @@ -115087,7 +115396,7 @@ [ "_security", { - "_index": 3057, + "_index": 5037, "data": { "manuals/live-update-aws": {} }, @@ -115097,7 +115406,7 @@ [ "_self", { - "_index": 8492, + "_index": 9689, "data": { "ref/stable/sys": {} }, @@ -115107,7 +115416,7 @@ [ "_setsize", { - "_index": 8198, + "_index": 10577, "data": { "ref/stable/socket": {} }, @@ -115117,7 +115426,7 @@ [ "_shader", { - "_index": 4135, + "_index": 5927, "data": { "manuals/model": {} }, @@ -115127,7 +115436,7 @@ [ "_spacing_", { - "_index": 4363, + "_index": 4410, "data": { "manuals/tilesource": {} }, @@ -115137,7 +115446,7 @@ [ "_sprite", { - "_index": 332, + "_index": 956, "data": { "manuals/importing-graphics": {} }, @@ -115147,7 +115456,7 @@ [ "_status", { - "_index": 5790, + "_index": 3951, "data": { "manuals/live-update-scripting": {} }, @@ -115157,7 +115466,7 @@ [ "_storage_", { - "_index": 3041, + "_index": 5027, "data": { "manuals/live-update-aws": {} }, @@ -115167,7 +115476,7 @@ [ "_top", { - "_index": 8495, + "_index": 9692, "data": { "ref/stable/sys": {} }, @@ -115177,7 +115486,7 @@ [ "_uri", { - "_index": 5788, + "_index": 3949, "data": { "manuals/live-update-scripting": {} }, @@ -115187,7 +115496,7 @@ [ "_uv", { - "_index": 4827, + "_index": 4805, "data": { "manuals/importing-models": {} }, @@ -115197,7 +115506,7 @@ [ "_version", { - "_index": 8200, + "_index": 10579, "data": { "ref/stable/base": {}, "ref/stable/socket": {} @@ -115208,7 +115517,7 @@ [ "_view", { - "_index": 963, + "_index": 2650, "data": { "manuals/shader": {} }, @@ -115218,7 +115527,7 @@ [ "_wasm.js", { - "_index": 5032, + "_index": 4639, "data": { "manuals/extensions-manifest-merge-tool": {} }, @@ -115228,7 +115537,7 @@ [ "_wave_", { - "_index": 5667, + "_index": 3496, "data": { "manuals/sound": {} }, @@ -115238,7 +115547,7 @@ [ "_webaudio_", { - "_index": 2230, + "_index": 725, "data": { "manuals/html5": {} }, @@ -115248,7 +115557,7 @@ [ "_webgl_", { - "_index": 2237, + "_index": 734, "data": { "manuals/html5": {} }, @@ -115258,7 +115567,7 @@ [ "_will", { - "_index": 4597, + "_index": 5870, "data": { "manuals/debugging-game-logic": {} }, @@ -115268,7 +115577,7 @@ [ "a", { - "_index": 9, + "_index": 79, "data": { "assets/acidrain": {}, "assets/adinfo": {}, @@ -115630,7 +115939,7 @@ [ "a*'s", { - "_index": 4758, + "_index": 3982, "data": { "manuals/physics-resolving-collisions": {} }, @@ -115640,7 +115949,7 @@ [ "a.b.c", { - "_index": 7291, + "_index": 9403, "data": { "ref/stable/base": {}, "ref/stable/package": {} @@ -115651,7 +115960,7 @@ [ "a.v1", { - "_index": 7286, + "_index": 9399, "data": { "ref/stable/package": {} }, @@ -115661,7 +115970,7 @@ [ "a.w", { - "_index": 7688, + "_index": 7392, "data": { "ref/stable/dmVMath": {} }, @@ -115671,7 +115980,7 @@ [ "a.w/b.w", { - "_index": 7675, + "_index": 7386, "data": { "ref/stable/dmVMath": {} }, @@ -115681,7 +115990,7 @@ [ "a.x", { - "_index": 7682, + "_index": 7054, "data": { "ref/stable/dmVMath": {}, "ref/stable/vmath": {} @@ -115692,7 +116001,7 @@ [ "a.x/b.x", { - "_index": 7672, + "_index": 7383, "data": { "ref/stable/dmVMath": {} }, @@ -115702,7 +116011,7 @@ [ "a.y", { - "_index": 7684, + "_index": 7056, "data": { "ref/stable/dmVMath": {}, "ref/stable/vmath": {} @@ -115713,7 +116022,7 @@ [ "a.y/b.y", { - "_index": 7673, + "_index": 7384, "data": { "ref/stable/dmVMath": {} }, @@ -115723,7 +116032,7 @@ [ "a.z", { - "_index": 7686, + "_index": 7058, "data": { "ref/stable/dmVMath": {}, "ref/stable/vmath": {} @@ -115734,7 +116043,7 @@ [ "a.z/b.z", { - "_index": 7674, + "_index": 7385, "data": { "ref/stable/dmVMath": {} }, @@ -115744,7 +116053,7 @@ [ "a[i+1],a[i", { - "_index": 6855, + "_index": 6950, "data": { "ref/stable/table": {} }, @@ -115754,7 +116063,7 @@ [ "a\\000bc\\000", { - "_index": 10156, + "_index": 7174, "data": { "ref/stable/string": {} }, @@ -115764,7 +116073,7 @@ [ "a_q", { - "_index": 2666, + "_index": 2917, "data": { "manuals/gui-layouts": {} }, @@ -115774,7 +116083,7 @@ [ "aab", { - "_index": 4158, + "_index": 3186, "data": { "manuals/android": {}, "manuals/bob": {} @@ -115785,7 +116094,7 @@ [ "aabb", { - "_index": 4536, + "_index": 5652, "data": { "assets/daabbcc": {}, "manuals/mesh": {} @@ -115796,7 +116105,7 @@ [ "aapt2", { - "_index": 4110, + "_index": 5540, "data": { "manuals/extensions-gradle": {} }, @@ -115806,7 +116115,7 @@ [ "aaptexcludepackages", { - "_index": 1331, + "_index": 4684, "data": { "manuals/extensions-ext-manifests": {} }, @@ -115816,7 +116125,7 @@ [ "aaptexcluderesourcedirs", { - "_index": 1335, + "_index": 4686, "data": { "manuals/extensions-ext-manifests": {} }, @@ -115826,7 +116135,7 @@ [ "aaptextrapackages", { - "_index": 1329, + "_index": 4683, "data": { "manuals/extensions-ext-manifests": {} }, @@ -115836,7 +116145,7 @@ [ "abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz", { - "_index": 4961, + "_index": 4764, "data": { "manuals/extensions": {} }, @@ -115846,7 +116155,7 @@ [ "abi", { - "_index": 5474, + "_index": 3618, "data": { "manuals/extensions-best-practices": {} }, @@ -115856,7 +116165,7 @@ [ "ability", { - "_index": 3360, + "_index": 565, "data": { "assets/defgraph": {}, "assets/facebook": {}, @@ -115872,7 +116181,7 @@ [ "able", { - "_index": 943, + "_index": 1767, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/debugging-game-logic": {}, @@ -115898,7 +116207,7 @@ [ "abort", { - "_index": 3816, + "_index": 4382, "data": { "manuals/editor-scripts": {}, "manuals/version-control": {}, @@ -115910,7 +116219,7 @@ [ "about", { - "_index": 317, + "_index": 554, "data": { "assets/push": {}, "examples/animation/easing": {}, @@ -115981,7 +116290,7 @@ [ "above", { - "_index": 1369, + "_index": 1224, "data": { "examples/particles/fire_and_smoke": {}, "examples/physics/hinge_joint": {}, @@ -116023,7 +116332,7 @@ [ "abs", { - "_index": 7690, + "_index": 7235, "data": { "ref/stable/dmMath": {}, "ref/stable/dmVMath": {}, @@ -116035,7 +116344,7 @@ [ "absent", { - "_index": 8093, + "_index": 7184, "data": { "ref/stable/base": {}, "ref/stable/os": {}, @@ -116048,7 +116357,7 @@ [ "absolute", { - "_index": 1153, + "_index": 1979, "data": { "manuals/addressing": {}, "manuals/editor-keyboard-shortcuts": {}, @@ -116072,7 +116381,7 @@ [ "absolutely", { - "_index": 4693, + "_index": 2221, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/addressing": {} @@ -116083,7 +116392,7 @@ [ "abstract", { - "_index": 2966, + "_index": 5279, "data": { "manuals/compute": {} }, @@ -116093,7 +116402,7 @@ [ "ac,ac,ac,ac", { - "_index": 7882, + "_index": 8543, "data": { "ref/stable/render": {} }, @@ -116103,7 +116412,7 @@ [ "ac_username", { - "_index": 5373, + "_index": 5851, "data": { "manuals/macos": {} }, @@ -116113,7 +116422,7 @@ [ "acc_x", { - "_index": 9100, + "_index": 7971, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -116124,7 +116433,7 @@ [ "acc_y", { - "_index": 9101, + "_index": 7972, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -116135,7 +116444,7 @@ [ "acc_z", { - "_index": 9102, + "_index": 7973, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -116146,7 +116455,7 @@ [ "accelerate", { - "_index": 3153, + "_index": 1119, "data": { "manuals/particlefx": {} }, @@ -116156,7 +116465,7 @@ [ "acceleration", { - "_index": 3210, + "_index": 1234, "data": { "examples/particles/confetti": {}, "examples/particles/fire_and_smoke": {}, @@ -116169,7 +116478,7 @@ [ "accelerometer", { - "_index": 20, + "_index": 4456, "data": { "manuals/input": {}, "manuals/optimization-battery": {}, @@ -116182,7 +116491,7 @@ [ "accept", { - "_index": 2425, + "_index": 29, "data": { "manuals/debugging-native-code-ios": {}, "manuals/getting-help": {}, @@ -116197,7 +116506,7 @@ [ "acceptable", { - "_index": 5063, + "_index": 2931, "data": { "manuals/extensions-best-practices": {}, "manuals/optimization": {} @@ -116208,7 +116517,7 @@ [ "accepted", { - "_index": 7045, + "_index": 7468, "data": { "ref/stable/base": {}, "ref/stable/dmHash": {}, @@ -116221,7 +116530,7 @@ [ "accepting", { - "_index": 6518, + "_index": 6494, "data": { "assets/rustore-billing": {} }, @@ -116231,7 +116540,7 @@ [ "accepts", { - "_index": 2982, + "_index": 3425, "data": { "manuals/addressing": {}, "manuals/compute": {}, @@ -116245,7 +116554,7 @@ [ "access", { - "_index": 969, + "_index": 895, "data": { "assets/cafebazaar": {}, "assets/clipboard": {}, @@ -116287,7 +116596,7 @@ [ "accessed", { - "_index": 665, + "_index": 2517, "data": { "manuals/bundling": {}, "manuals/caching-assets": {}, @@ -116302,7 +116611,7 @@ [ "accesses", { - "_index": 3506, + "_index": 3054, "data": { "manuals/ios": {} }, @@ -116312,7 +116621,7 @@ [ "accessible", { - "_index": 2779, + "_index": 1859, "data": { "manuals/application-security": {}, "manuals/glossary": {}, @@ -116324,7 +116633,7 @@ [ "accessing", { - "_index": 1347, + "_index": 3679, "data": { "manuals/editor-scripts": {}, "manuals/extensions-ext-manifests": {}, @@ -116339,7 +116648,7 @@ [ "accommodate", { - "_index": 5532, + "_index": 3858, "data": { "manuals/physics": {} }, @@ -116349,7 +116658,7 @@ [ "accomplished", { - "_index": 3293, + "_index": 5093, "data": { "manuals/flash": {} }, @@ -116359,7 +116668,7 @@ [ "according", { - "_index": 2010, + "_index": 288, "data": { "manuals/application-security": {}, "manuals/bob": {}, @@ -116391,7 +116700,7 @@ [ "accordingly", { - "_index": 3536, + "_index": 1601, "data": { "examples/render/orbit_camera": {}, "manuals/debugging-native-code-ios": {}, @@ -116406,7 +116715,7 @@ [ "account", { - "_index": 420, + "_index": 2954, "data": { "examples/particles/fire_and_smoke": {}, "manuals/caching-assets": {}, @@ -116425,7 +116734,7 @@ [ "accounting", { - "_index": 8081, + "_index": 10474, "data": { "ref/stable/socket": {} }, @@ -116435,7 +116744,7 @@ [ "accounts", { - "_index": 1389, + "_index": 4022, "data": { "assets/nakama": {}, "manuals/extender-local-setup": {} @@ -116446,7 +116755,7 @@ [ "accumulate", { - "_index": 4765, + "_index": 3990, "data": { "manuals/physics-resolving-collisions": {} }, @@ -116456,7 +116765,7 @@ [ "accumulated", { - "_index": 4768, + "_index": 3993, "data": { "manuals/physics-resolving-collisions": {} }, @@ -116466,7 +116775,7 @@ [ "accumulating", { - "_index": 4772, + "_index": 3995, "data": { "manuals/physics-resolving-collisions": {} }, @@ -116476,7 +116785,7 @@ [ "accuracy", { - "_index": 6473, + "_index": 6430, "data": { "assets/panthera": {} }, @@ -116486,7 +116795,7 @@ [ "accurate", { - "_index": 4073, + "_index": 2567, "data": { "manuals/optimization-memory": {}, "manuals/profiling": {} @@ -116497,7 +116806,7 @@ [ "achieve", { - "_index": 1063, + "_index": 883, "data": { "manuals/font": {}, "manuals/html5": {}, @@ -116512,7 +116821,7 @@ [ "achieved", { - "_index": 2335, + "_index": 920, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/compute": {}, @@ -116526,7 +116835,7 @@ [ "achievement", { - "_index": 6509, + "_index": 6276, "data": { "assets/feat": {} }, @@ -116536,7 +116845,7 @@ [ "achievements", { - "_index": 1676, + "_index": 4109, "data": { "assets/gog-galaxy": {}, "assets/googleplaygameservices": {}, @@ -116549,7 +116858,7 @@ [ "achieves", { - "_index": 1048, + "_index": 2702, "data": { "manuals/shader": {} }, @@ -116559,7 +116868,7 @@ [ "acid", { - "_index": 6389, + "_index": 6492, "data": { "assets/acidrain": {} }, @@ -116569,7 +116878,7 @@ [ "acidrain", { - "_index": 6388, + "_index": 6491, "data": { "assets/acidrain": {} }, @@ -116579,7 +116888,7 @@ [ "ack", { - "_index": 7739, + "_index": 10073, "data": { "ref/stable/dmSocket": {} }, @@ -116589,7 +116898,7 @@ [ "acl", { - "_index": 3063, + "_index": 5042, "data": { "manuals/live-update-aws": {} }, @@ -116599,7 +116908,7 @@ [ "acos", { - "_index": 9716, + "_index": 7237, "data": { "ref/stable/math": {} }, @@ -116609,7 +116918,7 @@ [ "acquire", { - "_index": 2003, + "_index": 5968, "data": { "manuals/input": {}, "ref/stable/go": {}, @@ -116621,7 +116930,7 @@ [ "acquire_input_focus", { - "_index": 2001, + "_index": 5967, "data": { "manuals/input": {}, "ref/stable/go": {}, @@ -116633,7 +116942,7 @@ [ "acquired", { - "_index": 2007, + "_index": 1772, "data": { "manuals/debugging-game-logic": {}, "manuals/input": {}, @@ -116645,7 +116954,7 @@ [ "acquireinstanceindex", { - "_index": 9420, + "_index": 9119, "data": { "ref/stable/dmGameObject": {} }, @@ -116655,7 +116964,7 @@ [ "acquirer", { - "_index": 1966, + "_index": 5961, "data": { "manuals/input": {} }, @@ -116665,7 +116974,7 @@ [ "acquires", { - "_index": 2057, + "_index": 4723, "data": { "examples/render/orbit_camera": {}, "manuals/collection-proxy": {}, @@ -116677,7 +116986,7 @@ [ "acquiring", { - "_index": 1964, + "_index": 5960, "data": { "manuals/input": {} }, @@ -116687,7 +116996,7 @@ [ "across", { - "_index": 1036, + "_index": 2700, "data": { "manuals/compute": {}, "manuals/glossary": {}, @@ -116703,7 +117012,7 @@ [ "act", { - "_index": 5282, + "_index": 1023, "data": { "manuals/editor-scripts": {}, "manuals/physics-ray-casts": {} @@ -116714,7 +117023,7 @@ [ "acting", { - "_index": 9263, + "_index": 7794, "data": { "ref/stable/gui": {} }, @@ -116724,7 +117033,7 @@ [ "action", { - "_index": 1556, + "_index": 1279, "data": { "manuals/camera": {}, "manuals/editor-scripts": {}, @@ -116749,7 +117058,7 @@ [ "action.acc_x", { - "_index": 1997, + "_index": 5964, "data": { "manuals/input": {} }, @@ -116759,7 +117068,7 @@ [ "action.acc_y", { - "_index": 1998, + "_index": 5965, "data": { "manuals/input": {} }, @@ -116769,7 +117078,7 @@ [ "action.acc_z", { - "_index": 1999, + "_index": 5966, "data": { "manuals/input": {} }, @@ -116779,7 +117088,7 @@ [ "action.pressed", { - "_index": 2014, + "_index": 1904, "data": { "manuals/flipbook-animation": {}, "manuals/input": {}, @@ -116793,7 +117102,7 @@ [ "action.released", { - "_index": 2120, + "_index": 1905, "data": { "manuals/flipbook-animation": {}, "manuals/input-key-and-text": {}, @@ -116805,7 +117114,7 @@ [ "action.text", { - "_index": 3774, + "_index": 1915, "data": { "manuals/input-key-and-text": {} }, @@ -116815,7 +117124,7 @@ [ "action.touch", { - "_index": 2147, + "_index": 4480, "data": { "manuals/input-mouse-and-touch": {} }, @@ -116825,7 +117134,7 @@ [ "action.value", { - "_index": 2121, + "_index": 4467, "data": { "manuals/input-mouse-and-touch": {} }, @@ -116835,7 +117144,7 @@ [ "action.x", { - "_index": 2054, + "_index": 4474, "data": { "manuals/input": {}, "manuals/input-mouse-and-touch": {} @@ -116846,7 +117155,7 @@ [ "action.y", { - "_index": 2055, + "_index": 4475, "data": { "manuals/input": {}, "manuals/input-mouse-and-touch": {} @@ -116857,7 +117166,7 @@ [ "action_id", { - "_index": 1996, + "_index": 1903, "data": { "manuals/flipbook-animation": {}, "manuals/input": {}, @@ -116873,7 +117182,7 @@ [ "actions", { - "_index": 1606, + "_index": 1895, "data": { "manuals/collection-proxy": {}, "manuals/editor-scripts": {}, @@ -116895,7 +117204,7 @@ [ "actionscript", { - "_index": 3257, + "_index": 5066, "data": { "manuals/flash": {} }, @@ -116905,7 +117214,7 @@ [ "activate", { - "_index": 6239, + "_index": 6236, "data": { "examples/material/screenspace": {}, "examples/material/unlit": {} @@ -116916,7 +117225,7 @@ [ "active", { - "_index": 1839, + "_index": 1973, "data": { "assets/webmonetization": {}, "examples/render/camera": {}, @@ -116941,7 +117250,7 @@ [ "activelines", { - "_index": 6974, + "_index": 9555, "data": { "ref/stable/debug": {} }, @@ -116951,7 +117260,7 @@ [ "actively", { - "_index": 2030, + "_index": 2437, "data": { "manuals/input": {}, "manuals/microsoft-xbox": {}, @@ -116964,7 +117273,7 @@ [ "activity", { - "_index": 4087, + "_index": 4286, "data": { "manuals/profiling": {}, "ref/stable/dmAndroid": {} @@ -116975,7 +117284,7 @@ [ "acts", { - "_index": 4578, + "_index": 5220, "data": { "examples/collection/proxy": {}, "examples/collection/splash": {}, @@ -116988,7 +117297,7 @@ [ "actual", { - "_index": 3341, + "_index": 1698, "data": { "manuals/debugging-native-code-android": {}, "manuals/flash": {}, @@ -117011,7 +117320,7 @@ [ "actually", { - "_index": 2329, + "_index": 900, "data": { "manuals/debugging-game-logic": {}, "manuals/html5": {}, @@ -117025,7 +117334,7 @@ [ "ad", { - "_index": 5620, + "_index": 2074, "data": { "assets/adinfo": {}, "assets/cas-ai": {}, @@ -117039,7 +117348,7 @@ [ "ad/ka,ad/ka,ad/ka,ad/ka", { - "_index": 7877, + "_index": 8542, "data": { "ref/stable/render": {} }, @@ -117049,7 +117358,7 @@ [ "adapt", { - "_index": 4718, + "_index": 2256, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/glossary": {} @@ -117060,7 +117369,7 @@ [ "adapter", { - "_index": 3040, + "_index": 1987, "data": { "manuals/compute": {}, "manuals/editor-preferences": {}, @@ -117072,7 +117381,7 @@ [ "adapters", { - "_index": 3036, + "_index": 5334, "data": { "manuals/compute": {} }, @@ -117082,7 +117391,7 @@ [ "adaptive", { - "_index": 4715, + "_index": 2252, "data": { "manuals/adapting-graphics-to-screen-size": {} }, @@ -117092,7 +117401,7 @@ [ "adb", { - "_index": 4785, + "_index": 2022, "data": { "manuals/android": {}, "manuals/debugging-native-code": {}, @@ -117104,7 +117413,7 @@ [ "adb.md", { - "_index": 5430, + "_index": 6077, "data": { "manuals/android": {} }, @@ -117114,7 +117423,7 @@ [ "add", { - "_index": 680, + "_index": 110, "data": { "assets/editorscriptatlas": {}, "examples/gui/healthbar": {}, @@ -117178,7 +117487,7 @@ [ "add_mount", { - "_index": 6774, + "_index": 9770, "data": { "ref/stable/liveupdate": {} }, @@ -117188,7 +117497,7 @@ [ "addchild", { - "_index": 3262, + "_index": 5070, "data": { "manuals/flash": {} }, @@ -117198,7 +117507,7 @@ [ "added", { - "_index": 754, + "_index": 199, "data": { "examples/gui/layouts": {}, "examples/material/screenspace": {}, @@ -117252,7 +117561,7 @@ [ "addfile", { - "_index": 6882, + "_index": 8408, "data": { "ref/stable/dmResource": {} }, @@ -117262,7 +117571,7 @@ [ "addhandler", { - "_index": 7608, + "_index": 10080, "data": { "ref/stable/dmWebServer": {} }, @@ -117272,7 +117581,7 @@ [ "adding", { - "_index": 390, + "_index": 591, "data": { "manuals/application-security": {}, "manuals/atlas": {}, @@ -117292,7 +117601,7 @@ [ "addition", { - "_index": 504, + "_index": 2871, "data": { "examples/debug/physics": {}, "examples/particles/confetti": {}, @@ -117320,7 +117629,7 @@ [ "additional", { - "_index": 1273, + "_index": 911, "data": { "assets/webmonetization": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -117350,7 +117659,7 @@ [ "additionally", { - "_index": 3942, + "_index": 1441, "data": { "examples/particles/fire_and_smoke": {}, "examples/render/orbit_camera": {}, @@ -117366,7 +117675,7 @@ [ "additive", { - "_index": 9146, + "_index": 7612, "data": { "ref/stable/gui": {} }, @@ -117376,7 +117685,7 @@ [ "addkeyboardchar", { - "_index": 7149, + "_index": 9477, "data": { "ref/stable/dmHid": {} }, @@ -117386,7 +117695,7 @@ [ "addon", { - "_index": 6421, + "_index": 6590, "data": { "assets/cleanexporter": {} }, @@ -117396,7 +117705,7 @@ [ "addr", { - "_index": 8206, + "_index": 10585, "data": { "ref/stable/socket": {} }, @@ -117406,7 +117715,7 @@ [ "address", { - "_index": 1481, + "_index": 1597, "data": { "manuals/addressing": {}, "manuals/building-blocks": {}, @@ -117433,7 +117742,7 @@ [ "addressed", { - "_index": 5866, + "_index": 4578, "data": { "manuals/glossary": {}, "ref/stable/collectionfactory": {} @@ -117444,7 +117753,7 @@ [ "addressee", { - "_index": 4857, + "_index": 3373, "data": { "manuals/addressing": {} }, @@ -117454,7 +117763,7 @@ [ "addresses", { - "_index": 3254, + "_index": 3351, "data": { "manuals/addressing": {}, "manuals/flash": {}, @@ -117468,7 +117777,7 @@ [ "addressing", { - "_index": 1517, + "_index": 3073, "data": { "manuals/addressing": {}, "manuals/factory": {}, @@ -117483,7 +117792,7 @@ [ "adds", { - "_index": 3556, + "_index": 351, "data": { "assets/defoldandroidpermissions": {}, "assets/editor-script-align": {}, @@ -117518,7 +117827,7 @@ [ "addtorender", { - "_index": 7449, + "_index": 10900, "data": { "ref/stable/dmRender": {} }, @@ -117528,7 +117837,7 @@ [ "addtouch", { - "_index": 7151, + "_index": 9479, "data": { "ref/stable/dmHid": {} }, @@ -117538,7 +117847,7 @@ [ "addvertexstream", { - "_index": 10166, + "_index": 6758, "data": { "ref/stable/dmGraphics": {} }, @@ -117548,7 +117857,7 @@ [ "adextension", { - "_index": 1291, + "_index": 4654, "data": { "manuals/extensions-ext-manifests": {} }, @@ -117558,7 +117867,7 @@ [ "adinfo", { - "_index": 6622, + "_index": 6514, "data": { "assets/adinfo": {} }, @@ -117568,7 +117877,7 @@ [ "adjacent", { - "_index": 3740, + "_index": 1880, "data": { "manuals/render": {} }, @@ -117578,7 +117887,7 @@ [ "adjust", { - "_index": 2451, + "_index": 118, "data": { "assets/adjustsdk": {}, "assets/sparkle-shader": {}, @@ -117599,7 +117908,7 @@ [ "adjust_fit", { - "_index": 9104, + "_index": 7567, "data": { "ref/stable/gui": {} }, @@ -117609,7 +117918,7 @@ [ "adjust_stretch", { - "_index": 9106, + "_index": 7569, "data": { "ref/stable/gui": {} }, @@ -117619,7 +117928,7 @@ [ "adjust_zoom", { - "_index": 9109, + "_index": 7572, "data": { "ref/stable/gui": {} }, @@ -117629,7 +117938,7 @@ [ "adjusted", { - "_index": 4409, + "_index": 131, "data": { "examples/gui/slice9": {}, "examples/particles/confetti": {}, @@ -117644,7 +117953,7 @@ [ "adjusting", { - "_index": 5639, + "_index": 2134, "data": { "examples/render/orbit_camera": {}, "manuals/optimization-size": {} @@ -117655,7 +117964,7 @@ [ "adjustments", { - "_index": 3458, + "_index": 2996, "data": { "manuals/ios": {} }, @@ -117665,7 +117974,7 @@ [ "adjustmode", { - "_index": 9984, + "_index": 8126, "data": { "ref/stable/dmGui": {} }, @@ -117675,7 +117984,7 @@ [ "adjustreference", { - "_index": 9985, + "_index": 8127, "data": { "ref/stable/dmGui": {} }, @@ -117685,7 +117994,7 @@ [ "adjusts", { - "_index": 3191, + "_index": 129, "data": { "examples/render/orbit_camera": {}, "manuals/gui": {}, @@ -117697,7 +118006,7 @@ [ "adjustsdk", { - "_index": 6279, + "_index": 6380, "data": { "assets/adjustsdk": {} }, @@ -117707,7 +118016,7 @@ [ "admob", { - "_index": 5753, + "_index": 2266, "data": { "assets/admob": {}, "assets/admob-defold": {}, @@ -117720,7 +118029,7 @@ [ "adobe", { - "_index": 5576, + "_index": 3879, "data": { "manuals/font": {} }, @@ -117730,7 +118039,7 @@ [ "adopted", { - "_index": 2829, + "_index": 4187, "data": { "manuals/application-security": {} }, @@ -117740,7 +118049,7 @@ [ "ads", { - "_index": 1786, + "_index": 2072, "data": { "assets/admob-defold": {}, "assets/adswrapper": {}, @@ -117759,7 +118068,7 @@ [ "adsupport", { - "_index": 1302, + "_index": 4663, "data": { "manuals/extensions-ext-manifests": {} }, @@ -117769,7 +118078,7 @@ [ "adswrapper", { - "_index": 6294, + "_index": 6739, "data": { "assets/adswrapper": {} }, @@ -117779,7 +118088,7 @@ [ "advance", { - "_index": 505, + "_index": 2343, "data": { "manuals/collection-proxy": {}, "manuals/debugging-game-logic": {}, @@ -117793,7 +118102,7 @@ [ "advanced", { - "_index": 470, + "_index": 1385, "data": { "assets/def-behavior-tree": {}, "assets/monarch": {}, @@ -117810,7 +118119,7 @@ [ "advantage", { - "_index": 3359, + "_index": 5138, "data": { "manuals/flash": {} }, @@ -117820,7 +118129,7 @@ [ "adventure", { - "_index": 6374, + "_index": 6418, "data": { "assets/matchanovel": {}, "assets/textadventuretemplate": {} @@ -117831,7 +118140,7 @@ [ "advertisers", { - "_index": 6623, + "_index": 6516, "data": { "assets/adinfo": {} }, @@ -117841,7 +118150,7 @@ [ "advertising", { - "_index": 6295, + "_index": 6515, "data": { "assets/adinfo": {}, "assets/adswrapper": {} @@ -117852,7 +118161,7 @@ [ "advised", { - "_index": 5625, + "_index": 2092, "data": { "manuals/optimization-size": {}, "manuals/sound": {}, @@ -117864,7 +118173,7 @@ [ "affect", { - "_index": 3156, + "_index": 1124, "data": { "manuals/particlefx": {}, "manuals/physics-events": {}, @@ -117885,7 +118194,7 @@ [ "affected", { - "_index": 2675, + "_index": 1245, "data": { "examples/material/unlit": {}, "manuals/editor-scripts-ui": {}, @@ -117904,7 +118213,7 @@ [ "affecting", { - "_index": 4564, + "_index": 6010, "data": { "manuals/building-blocks": {}, "ref/stable/b2d.body": {} @@ -117915,7 +118224,7 @@ [ "affects", { - "_index": 3152, + "_index": 1118, "data": { "manuals/particlefx": {}, "ref/stable/b2d.body": {} @@ -117926,7 +118235,7 @@ [ "affine", { - "_index": 7699, + "_index": 7398, "data": { "ref/stable/dmVMath": {} }, @@ -117936,7 +118245,7 @@ [ "afresh", { - "_index": 2247, + "_index": 767, "data": { "manuals/html5": {} }, @@ -117946,7 +118255,7 @@ [ "after", { - "_index": 909, + "_index": 496, "data": { "examples/particles/fire_and_smoke": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -117991,7 +118300,7 @@ [ "again", { - "_index": 1236, + "_index": 1134, "data": { "examples/collection/proxy": {}, "manuals/addressing": {}, @@ -118013,7 +118322,7 @@ [ "against", { - "_index": 2638, + "_index": 130, "data": { "assets/editor-script-check-dependencies-versions": {}, "manuals/application-security": {}, @@ -118037,7 +118346,7 @@ [ "age", { - "_index": 8084, + "_index": 10477, "data": { "ref/stable/socket": {} }, @@ -118047,7 +118356,7 @@ [ "agent", { - "_index": 6673, + "_index": 6257, "data": { "assets/webmonetization": {}, "ref/stable/sys": {} @@ -118058,7 +118367,7 @@ [ "aggressively", { - "_index": 2738, + "_index": 4115, "data": { "manuals/application-security": {} }, @@ -118068,7 +118377,7 @@ [ "ahead", { - "_index": 4603, + "_index": 5875, "data": { "manuals/debugging-game-logic": {} }, @@ -118078,7 +118387,7 @@ [ "ai", { - "_index": 4886, + "_index": 3413, "data": { "assets/cas-ai": {}, "assets/slasherprototype": {}, @@ -118090,7 +118399,7 @@ [ "aim", { - "_index": 5229, + "_index": 5432, "data": { "manuals/editor-scripts": {} }, @@ -118100,7 +118409,7 @@ [ "aiming", { - "_index": 2802, + "_index": 4165, "data": { "manuals/application-security": {} }, @@ -118110,7 +118419,7 @@ [ "aims", { - "_index": 6533, + "_index": 6669, "data": { "assets/compat53": {} }, @@ -118120,7 +118429,7 @@ [ "air", { - "_index": 1901, + "_index": 2148, "data": { "manuals/android": {}, "manuals/font": {}, @@ -118133,7 +118442,7 @@ [ "aka", { - "_index": 2861, + "_index": 4213, "data": { "manuals/application-security": {} }, @@ -118143,7 +118452,7 @@ [ "al", { - "_index": 4230, + "_index": 3277, "data": { "manuals/bob": {} }, @@ -118153,7 +118462,7 @@ [ "alert", { - "_index": 4513, + "_index": 5658, "data": { "manuals/dev-app": {} }, @@ -118163,7 +118472,7 @@ [ "algorithm", { - "_index": 5843, + "_index": 4535, "data": { "assets/daabbcc": {}, "assets/defold-tile-raycast": {}, @@ -118178,7 +118487,7 @@ [ "algorithms", { - "_index": 5485, + "_index": 2157, "data": { "manuals/extensions-best-practices": {}, "manuals/optimization-size": {} @@ -118189,7 +118498,7 @@ [ "alias", { - "_index": 4182, + "_index": 3213, "data": { "manuals/android": {}, "manuals/bob": {}, @@ -118203,7 +118512,7 @@ [ "aliases", { - "_index": 4916, + "_index": 4788, "data": { "manuals/extender-docker-images": {} }, @@ -118213,7 +118522,7 @@ [ "aliasing", { - "_index": 2883, + "_index": 6021, "data": { "manuals/material": {} }, @@ -118223,7 +118532,7 @@ [ "alien", { - "_index": 6696, + "_index": 6340, "data": { "assets/alienworld": {} }, @@ -118233,7 +118542,7 @@ [ "alienworld", { - "_index": 6695, + "_index": 6339, "data": { "assets/alienworld": {} }, @@ -118243,7 +118552,7 @@ [ "align", { - "_index": 6481, + "_index": 6260, "data": { "assets/editor-script-align": {}, "ref/stable/dmAlign": {} @@ -118254,7 +118563,7 @@ [ "aligned", { - "_index": 79, + "_index": 369, "data": { "manuals/editor-scripts-ui": {}, "manuals/glossary": {}, @@ -118273,7 +118582,7 @@ [ "alignedfree", { - "_index": 8267, + "_index": 7351, "data": { "ref/stable/dmMemory": {} }, @@ -118283,7 +118592,7 @@ [ "alignedmalloc", { - "_index": 8270, + "_index": 7354, "data": { "ref/stable/dmMemory": {} }, @@ -118293,7 +118602,7 @@ [ "alignment", { - "_index": 56, + "_index": 1035, "data": { "manuals/bob": {}, "manuals/editor-scripts-ui": {}, @@ -118310,7 +118619,7 @@ [ "alive", { - "_index": 10090, + "_index": 10040, "data": { "ref/stable/dmConnectionPool": {}, "ref/stable/particlefx": {} @@ -118321,7 +118630,7 @@ [ "all", { - "_index": 224, + "_index": 52, "data": { "assets/colorlib": {}, "assets/defold-index": {}, @@ -118443,7 +118752,7 @@ [ "allocate", { - "_index": 5036, + "_index": 2563, "data": { "manuals/optimization-memory": {}, "ref/stable/dmBuffer": {}, @@ -118460,7 +118769,7 @@ [ "allocated", { - "_index": 610, + "_index": 2565, "data": { "manuals/app-manifest": {}, "manuals/glossary": {}, @@ -118479,7 +118788,7 @@ [ "allocates", { - "_index": 2187, + "_index": 625, "data": { "manuals/html5": {}, "ref/stable/dmGameObject": {}, @@ -118491,7 +118800,7 @@ [ "allocation", { - "_index": 8271, + "_index": 7357, "data": { "ref/stable/dmArray": {}, "ref/stable/dmMemory": {} @@ -118502,7 +118811,7 @@ [ "allocations", { - "_index": 4090, + "_index": 4289, "data": { "manuals/profiling": {} }, @@ -118512,7 +118821,7 @@ [ "allocator", { - "_index": 8633, + "_index": 10225, "data": { "ref/stable/dmHash": {} }, @@ -118522,7 +118831,7 @@ [ "alloctls", { - "_index": 7652, + "_index": 10307, "data": { "ref/stable/dmThread": {} }, @@ -118532,7 +118841,7 @@ [ "allow", { - "_index": 446, + "_index": 1364, "data": { "assets/cjson": {}, "assets/def-behavior-tree": {}, @@ -118558,7 +118867,7 @@ [ "allow_memory_growth", { - "_index": 613, + "_index": 5238, "data": { "manuals/app-manifest": {} }, @@ -118568,7 +118877,7 @@ [ "allowed", { - "_index": 1324, + "_index": 1510, "data": { "manuals/bob": {}, "manuals/editor-scripts": {}, @@ -118589,7 +118898,7 @@ [ "allowing", { - "_index": 2343, + "_index": 587, "data": { "examples/render/orbit_camera": {}, "manuals/compute": {}, @@ -118608,7 +118917,7 @@ [ "allows", { - "_index": 60, + "_index": 433, "data": { "assets/adswrapper": {}, "assets/apkverifier": {}, @@ -118668,7 +118977,7 @@ [ "almost", { - "_index": 1414, + "_index": 3431, "data": { "manuals/addressing": {}, "manuals/extender-local-setup": {}, @@ -118680,7 +118989,7 @@ [ "alone", { - "_index": 1508, + "_index": 2975, "data": { "manuals/android": {}, "manuals/extender-local-setup": {}, @@ -118693,7 +119002,7 @@ [ "along", { - "_index": 242, + "_index": 305, "data": { "examples/sound/panning": {}, "manuals/editor": {}, @@ -118720,7 +119029,7 @@ [ "alongside", { - "_index": 4057, + "_index": 3420, "data": { "manuals/addressing": {}, "manuals/editor": {}, @@ -118732,7 +119041,7 @@ [ "alpha", { - "_index": 845, + "_index": 320, "data": { "examples/gui/color": {}, "examples/particles/confetti": {}, @@ -118757,7 +119066,7 @@ [ "already", { - "_index": 219, + "_index": 469, "data": { "assets/defold-cairo": {}, "manuals/debugging-game-logic": {}, @@ -118794,7 +119103,7 @@ [ "also", { - "_index": 256, + "_index": 108, "data": { "assets/adinfo": {}, "assets/derez": {}, @@ -118904,7 +119213,7 @@ [ "alt", { - "_index": 2454, + "_index": 519, "data": { "manuals/atlas": {}, "manuals/editor": {}, @@ -118916,7 +119225,7 @@ [ "alter", { - "_index": 3717, + "_index": 262, "data": { "manuals/building-blocks": {}, "manuals/glossary": {}, @@ -118930,7 +119239,7 @@ [ "altered", { - "_index": 4450, + "_index": 375, "data": { "examples/particles/modifiers": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -118944,7 +119253,7 @@ [ "altering", { - "_index": 4475, + "_index": 508, "data": { "manuals/gui": {}, "ref/stable/dmArray": {} @@ -118955,7 +119264,7 @@ [ "alternative", { - "_index": 794, + "_index": 997, "data": { "assets/defold-ink": {}, "examples/factory/dynamic": {}, @@ -118971,7 +119280,7 @@ [ "alternatively", { - "_index": 800, + "_index": 4325, "data": { "manuals/editor-scripts": {}, "manuals/factory": {}, @@ -118983,7 +119292,7 @@ [ "alters", { - "_index": 7030, + "_index": 7453, "data": { "ref/stable/gui": {}, "ref/stable/physics": {} @@ -118994,7 +119303,7 @@ [ "although", { - "_index": 5141, + "_index": 5346, "data": { "manuals/editor-scripts": {}, "ref/stable/socket": {} @@ -119005,7 +119314,7 @@ [ "altool", { - "_index": 5369, + "_index": 5847, "data": { "manuals/macos": {} }, @@ -119015,7 +119324,7 @@ [ "always", { - "_index": 1200, + "_index": 459, "data": { "examples/movement/look_at": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -119060,7 +119369,7 @@ [ "always_on_top.font", { - "_index": 3727, + "_index": 1855, "data": { "manuals/render": {} }, @@ -119070,7 +119379,7 @@ [ "am", { - "_index": 5462, + "_index": 2047, "data": { "manuals/physics-messages": {} }, @@ -119080,7 +119389,7 @@ [ "amazon", { - "_index": 1807, + "_index": 3312, "data": { "assets/defvungle": {}, "manuals/live-update": {}, @@ -119093,7 +119402,7 @@ [ "amazon\u2019s", { - "_index": 6463, + "_index": 6617, "data": { "assets/iap": {} }, @@ -119103,7 +119412,7 @@ [ "ambiguous", { - "_index": 4850, + "_index": 3364, "data": { "manuals/addressing": {} }, @@ -119113,7 +119422,7 @@ [ "ambition", { - "_index": 4835, + "_index": 4814, "data": { "manuals/importing-models": {} }, @@ -119123,7 +119432,7 @@ [ "americas", { - "_index": 1628, + "_index": 4819, "data": { "manuals/porting-guidelines": {} }, @@ -119133,7 +119442,7 @@ [ "ammo", { - "_index": 2806, + "_index": 4169, "data": { "manuals/application-security": {}, "manuals/flash": {} @@ -119144,7 +119453,7 @@ [ "among", { - "_index": 2845, + "_index": 1211, "data": { "manuals/application-security": {}, "manuals/flash": {}, @@ -119160,7 +119469,7 @@ [ "amotion_event_axis_hat_x", { - "_index": 130, + "_index": 2577, "data": { "manuals/input-gamepads": {} }, @@ -119170,7 +119479,7 @@ [ "amotion_event_axis_hat_y", { - "_index": 132, + "_index": 2578, "data": { "manuals/input-gamepads": {} }, @@ -119180,7 +119489,7 @@ [ "amotion_event_axis_ltrigger", { - "_index": 126, + "_index": 2575, "data": { "manuals/input-gamepads": {} }, @@ -119190,7 +119499,7 @@ [ "amotion_event_axis_rtrigger", { - "_index": 128, + "_index": 2576, "data": { "manuals/input-gamepads": {} }, @@ -119200,7 +119509,7 @@ [ "amotion_event_axis_rz", { - "_index": 124, + "_index": 2574, "data": { "manuals/input-gamepads": {} }, @@ -119210,7 +119519,7 @@ [ "amotion_event_axis_x", { - "_index": 118, + "_index": 2571, "data": { "manuals/input-gamepads": {} }, @@ -119220,7 +119529,7 @@ [ "amotion_event_axis_y", { - "_index": 120, + "_index": 2572, "data": { "manuals/input-gamepads": {} }, @@ -119230,7 +119539,7 @@ [ "amotion_event_axis_z", { - "_index": 122, + "_index": 2573, "data": { "manuals/input-gamepads": {} }, @@ -119240,7 +119549,7 @@ [ "amount", { - "_index": 615, + "_index": 627, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/app-manifest": {}, @@ -119267,7 +119576,7 @@ [ "amp", { - "_index": 7954, + "_index": 8612, "data": { "ref/stable/render": {} }, @@ -119277,7 +119586,7 @@ [ "an", { - "_index": 300, + "_index": 241, "data": { "assets/adinfo": {}, "assets/dashdocsetfordefold": {}, @@ -119449,7 +119758,7 @@ [ "analog", { - "_index": 2155, + "_index": 4484, "data": { "manuals/input-mouse-and-touch": {} }, @@ -119459,7 +119768,7 @@ [ "analogous", { - "_index": 641, + "_index": 2510, "data": { "manuals/collection-factory": {} }, @@ -119469,7 +119778,7 @@ [ "analogue", { - "_index": 9093, + "_index": 7962, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -119480,7 +119789,7 @@ [ "analysis", { - "_index": 2800, + "_index": 4164, "data": { "examples/debug/profile": {}, "manuals/application-security": {} @@ -119491,7 +119800,7 @@ [ "analytics", { - "_index": 5541, + "_index": 2281, "data": { "assets/gameanalytics": {}, "assets/googleanalytics": {}, @@ -119505,7 +119814,7 @@ [ "analyze", { - "_index": 4036, + "_index": 1937, "data": { "manuals/debugging": {}, "manuals/debugging-game-logic": {}, @@ -119519,7 +119828,7 @@ [ "analyzer", { - "_index": 4075, + "_index": 4273, "data": { "manuals/profiling": {} }, @@ -119529,7 +119838,7 @@ [ "anativeactivity", { - "_index": 7633, + "_index": 8017, "data": { "ref/stable/dmAndroid": {} }, @@ -119539,7 +119848,7 @@ [ "anatomy", { - "_index": 5146, + "_index": 5350, "data": { "manuals/editor-scripts": {} }, @@ -119549,7 +119858,7 @@ [ "anchor", { - "_index": 4448, + "_index": 370, "data": { "examples/gui/healthbar": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -119564,7 +119873,7 @@ [ "anchor_bottom", { - "_index": 9111, + "_index": 7575, "data": { "ref/stable/gui": {} }, @@ -119574,7 +119883,7 @@ [ "anchor_left", { - "_index": 9113, + "_index": 7577, "data": { "ref/stable/gui": {} }, @@ -119584,7 +119893,7 @@ [ "anchor_none", { - "_index": 9115, + "_index": 7579, "data": { "ref/stable/gui": {} }, @@ -119594,7 +119903,7 @@ [ "anchor_right", { - "_index": 9117, + "_index": 7581, "data": { "ref/stable/gui": {} }, @@ -119604,7 +119913,7 @@ [ "anchor_top", { - "_index": 9119, + "_index": 7583, "data": { "ref/stable/gui": {} }, @@ -119614,7 +119923,7 @@ [ "anchored", { - "_index": 4472, + "_index": 478, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/gui": {} @@ -119625,7 +119934,7 @@ [ "anchoring", { - "_index": 4449, + "_index": 372, "data": { "manuals/gui": {} }, @@ -119635,7 +119944,7 @@ [ "anchors", { - "_index": 4464, + "_index": 431, "data": { "manuals/gui": {} }, @@ -119645,7 +119954,7 @@ [ "and", { - "_index": 16, + "_index": 59, "data": { "assets/2dcollisions": {}, "assets/3deforms": {}, @@ -119996,7 +120305,7 @@ [ "and/or", { - "_index": 4126, + "_index": 2078, "data": { "manuals/building-blocks": {}, "manuals/glossary": {}, @@ -120018,7 +120327,7 @@ [ "anded", { - "_index": 7831, + "_index": 8507, "data": { "ref/stable/render": {} }, @@ -120028,7 +120337,7 @@ [ "android", { - "_index": 573, + "_index": 2024, "data": { "assets/applovin-max": {}, "assets/batterystatus": {}, @@ -120076,7 +120385,7 @@ [ "android,arm64", { - "_index": 4222, + "_index": 3264, "data": { "manuals/bob": {} }, @@ -120086,7 +120395,7 @@ [ "android.debuggable", { - "_index": 4263, + "_index": 5499, "data": { "manuals/debugging-native-code-android": {} }, @@ -120096,7 +120405,7 @@ [ "android.permission.access_network_state", { - "_index": 5440, + "_index": 6086, "data": { "manuals/android": {} }, @@ -120106,7 +120415,7 @@ [ "android.permission.internet", { - "_index": 5439, + "_index": 6085, "data": { "manuals/android": {} }, @@ -120116,7 +120425,7 @@ [ "android.permission.wake_lock", { - "_index": 5442, + "_index": 6088, "data": { "manuals/android": {} }, @@ -120126,7 +120435,7 @@ [ "android/libdmengine.so", { - "_index": 4283, + "_index": 5511, "data": { "manuals/debugging-native-code-android": {} }, @@ -120136,7 +120445,7 @@ [ "android:debuggable", { - "_index": 4092, + "_index": 4291, "data": { "manuals/profiling": {} }, @@ -120146,7 +120455,7 @@ [ "android:targetsdkversion", { - "_index": 5006, + "_index": 4610, "data": { "manuals/extensions-manifest-merge-tool": {} }, @@ -120156,7 +120465,7 @@ [ "android_app", { - "_index": 10189, + "_index": 6785, "data": { "ref/stable/dmGraphics": {} }, @@ -120166,7 +120475,7 @@ [ "android_id", { - "_index": 8459, + "_index": 9657, "data": { "ref/stable/sys": {} }, @@ -120176,7 +120485,7 @@ [ "androideabi", { - "_index": 4278, + "_index": 5507, "data": { "manuals/debugging-native-code-android": {} }, @@ -120186,7 +120495,7 @@ [ "androidmanifest.xml", { - "_index": 4093, + "_index": 4292, "data": { "manuals/android": {}, "manuals/profiling": {} @@ -120197,7 +120506,7 @@ [ "androidx", { - "_index": 5448, + "_index": 6093, "data": { "manuals/android": {} }, @@ -120207,7 +120516,7 @@ [ "angelcode", { - "_index": 5575, + "_index": 3878, "data": { "manuals/font": {} }, @@ -120217,7 +120526,7 @@ [ "angle", { - "_index": 1221, + "_index": 316, "data": { "assets/sparkle-shader": {}, "examples/movement/look_at": {}, @@ -120239,7 +120548,7 @@ [ "angles", { - "_index": 5304, + "_index": 2590, "data": { "manuals/properties": {}, "ref/stable/go": {}, @@ -120252,7 +120561,7 @@ [ "angular", { - "_index": 1908, + "_index": 1231, "data": { "manuals/particlefx": {}, "manuals/physics-objects": {}, @@ -120265,7 +120574,7 @@ [ "angular_damping", { - "_index": 1931, + "_index": 2321, "data": { "manuals/physics-objects": {}, "ref/stable/physics": {} @@ -120276,7 +120585,7 @@ [ "angular_velocity", { - "_index": 1932, + "_index": 2322, "data": { "manuals/physics-objects": {}, "ref/stable/physics": {} @@ -120287,7 +120596,7 @@ [ "anim", { - "_index": 4370, + "_index": 4417, "data": { "manuals/tilesource": {} }, @@ -120297,7 +120606,7 @@ [ "animate", { - "_index": 1537, + "_index": 3084, "data": { "assets/sparkle-shader": {}, "manuals/animation": {}, @@ -120315,7 +120624,7 @@ [ "animated", { - "_index": 452, + "_index": 258, "data": { "examples/collection/timestep": {}, "examples/material/vertexcolor": {}, @@ -120335,7 +120644,7 @@ [ "animates", { - "_index": 6139, + "_index": 6165, "data": { "examples/animation/cursor": {}, "examples/physics/trigger": {}, @@ -120347,7 +120656,7 @@ [ "animating", { - "_index": 536, + "_index": 1170, "data": { "examples/gui/slice9": {}, "manuals/model-animation": {}, @@ -120361,7 +120670,7 @@ [ "animation", { - "_index": 310, + "_index": 215, "data": { "assets/panthera": {}, "assets/panthera20": {}, @@ -120399,7 +120708,7 @@ [ "animation/image", { - "_index": 3097, + "_index": 2500, "data": { "manuals/flipbook-animation": {} }, @@ -120409,7 +120718,7 @@ [ "animation_done", { - "_index": 10327, + "_index": 6952, "data": { "ref/stable/sprite": {} }, @@ -120419,7 +120728,7 @@ [ "animation_id", { - "_index": 10887, + "_index": 9825, "data": { "ref/stable/model": {} }, @@ -120429,7 +120738,7 @@ [ "animations", { - "_index": 335, + "_index": 959, "data": { "assets/deftimeline": {}, "assets/panthera": {}, @@ -120462,7 +120771,7 @@ [ "animationset", { - "_index": 484, + "_index": 4511, "data": { "manuals/glossary": {}, "manuals/importing-models": {}, @@ -120474,7 +120783,7 @@ [ "animator", { - "_index": 6680, + "_index": 6645, "data": { "assets/tilemapanimator": {} }, @@ -120484,7 +120793,7 @@ [ "anisotropic", { - "_index": 2905, + "_index": 6038, "data": { "manuals/material": {} }, @@ -120494,7 +120803,7 @@ [ "anisotropy", { - "_index": 2904, + "_index": 6037, "data": { "manuals/material": {} }, @@ -120504,7 +120813,7 @@ [ "annotations", { - "_index": 4312, + "_index": 3163, "data": { "manuals/writing-code": {} }, @@ -120514,7 +120823,7 @@ [ "anonymous", { - "_index": 3045, + "_index": 5028, "data": { "manuals/live-update-aws": {} }, @@ -120524,7 +120833,7 @@ [ "another", { - "_index": 328, + "_index": 534, "data": { "examples/basics/z_order": {}, "examples/factory/dynamic": {}, @@ -120568,7 +120877,7 @@ [ "another.script", { - "_index": 2358, + "_index": 5631, "data": { "manuals/script-properties": {} }, @@ -120578,7 +120887,7 @@ [ "ansi", { - "_index": 7302, + "_index": 7291, "data": { "ref/stable/math": {}, "ref/stable/package": {} @@ -120589,7 +120898,7 @@ [ "answer", { - "_index": 3949, + "_index": 1450, "data": { "manuals/editor-scripts-ui": {} }, @@ -120599,7 +120908,7 @@ [ "anti", { - "_index": 2814, + "_index": 4176, "data": { "manuals/application-security": {} }, @@ -120609,7 +120918,7 @@ [ "antialiased", { - "_index": 5587, + "_index": 3894, "data": { "manuals/font": {}, "ref/stable/render": {} @@ -120620,7 +120929,7 @@ [ "any", { - "_index": 46, + "_index": 60, "data": { "assets/def-behavior-tree": {}, "assets/defgraph": {}, @@ -120737,10 +121046,40 @@ "type": {} } ], + [ + "any[]allowed", + { + "_index": 8847, + "data": { + "ref/stable/editor": {} + }, + "type": {} + } + ], [ "any[]array", { - "_index": 10803, + "_index": 9023, + "data": { + "ref/stable/editor": {} + }, + "type": {} + } + ], + [ + "any[]default", + { + "_index": 8871, + "data": { + "ref/stable/editor": {} + }, + "type": {} + } + ], + [ + "anydefault", + { + "_index": 8848, "data": { "ref/stable/editor": {} }, @@ -120750,7 +121089,7 @@ [ "anymore", { - "_index": 1113, + "_index": 2495, "data": { "examples/timer/cancel_timer": {}, "manuals/flipbook-animation": {}, @@ -120764,7 +121103,7 @@ [ "anyone", { - "_index": 3417, + "_index": 1573, "data": { "manuals/ios": {}, "manuals/macos": {}, @@ -120776,7 +121115,7 @@ [ "anyselected", { - "_index": 10800, + "_index": 9020, "data": { "ref/stable/editor": {} }, @@ -120786,7 +121125,7 @@ [ "anything", { - "_index": 865, + "_index": 1797, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/input": {}, @@ -120807,7 +121146,7 @@ [ "anytime", { - "_index": 6014, + "_index": 2376, "data": { "manuals/hot-reload": {} }, @@ -120817,7 +121156,7 @@ [ "anyvalue", { - "_index": 10720, + "_index": 8939, "data": { "ref/stable/editor": {} }, @@ -120827,7 +121166,7 @@ [ "anyvalueon_value_changed", { - "_index": 10776, + "_index": 8996, "data": { "ref/stable/editor": {} }, @@ -120837,7 +121176,7 @@ [ "anyways", { - "_index": 5749, + "_index": 3828, "data": { "manuals/sprite": {} }, @@ -120847,7 +121186,7 @@ [ "anywhere", { - "_index": 1163, + "_index": 1819, "data": { "examples/timer/cancel_timer": {}, "examples/timer/trigger_timer": {}, @@ -120861,7 +121200,7 @@ [ "apart", { - "_index": 807, + "_index": 3802, "data": { "manuals/bundling": {}, "manuals/extensions-ext-manifests": {}, @@ -120877,7 +121216,7 @@ [ "apathfinding", { - "_index": 6514, + "_index": 6245, "data": { "assets/apathfinding": {} }, @@ -120887,7 +121226,7 @@ [ "api", { - "_index": 1663, + "_index": 735, "data": { "assets/compat53": {}, "assets/dashdocsetfordefold": {}, @@ -120929,7 +121268,7 @@ [ "api.md", { - "_index": 3716, + "_index": 1837, "data": { "manuals/render": {} }, @@ -120939,7 +121278,7 @@ [ "api_version", { - "_index": 8445, + "_index": 9644, "data": { "ref/stable/sys": {} }, @@ -120949,7 +121288,7 @@ [ "apis", { - "_index": 1043, + "_index": 1716, "data": { "assets/camera": {}, "assets/firebase-remoteconfig": {}, @@ -120966,7 +121305,7 @@ [ "apk", { - "_index": 4157, + "_index": 3185, "data": { "assets/apkverifier": {}, "assets/apkx": {}, @@ -120981,7 +121320,7 @@ [ "apks", { - "_index": 4180, + "_index": 2025, "data": { "manuals/android": {}, "manuals/bob": {}, @@ -120994,7 +121333,7 @@ [ "apkverifier", { - "_index": 6442, + "_index": 6662, "data": { "assets/apkverifier": {} }, @@ -121004,7 +121343,7 @@ [ "apkx", { - "_index": 6306, + "_index": 6308, "data": { "assets/apkx": {} }, @@ -121014,7 +121353,7 @@ [ "apk\u2019s", { - "_index": 5614, + "_index": 2058, "data": { "manuals/optimization-size": {} }, @@ -121024,7 +121363,7 @@ [ "app", { - "_index": 140, + "_index": 1769, "data": { "assets/adinfo": {}, "assets/admob-defold": {}, @@ -121070,7 +121409,7 @@ [ "app's", { - "_index": 5005, + "_index": 4609, "data": { "manuals/extensions-manifest-merge-tool": {} }, @@ -121080,7 +121419,7 @@ [ "app_final", { - "_index": 4957, + "_index": 4759, "data": { "manuals/extensions": {} }, @@ -121090,7 +121429,7 @@ [ "app_init", { - "_index": 4956, + "_index": 4758, "data": { "manuals/extensions": {} }, @@ -121100,7 +121439,7 @@ [ "app_string", { - "_index": 8411, + "_index": 9610, "data": { "ref/stable/sys": {} }, @@ -121110,7 +121449,7 @@ [ "apparent", { - "_index": 4560, + "_index": 6006, "data": { "manuals/building-blocks": {} }, @@ -121120,7 +121459,7 @@ [ "appdata/documents", { - "_index": 3764, + "_index": 3699, "data": { "manuals/debugging-game-and-system-logs": {} }, @@ -121130,7 +121469,7 @@ [ "appdata\\local\\defold", { - "_index": 5837, + "_index": 5582, "data": { "manuals/editor": {} }, @@ -121140,7 +121479,7 @@ [ "appear", { - "_index": 2308, + "_index": 502, "data": { "manuals/addressing": {}, "manuals/dev-app": {}, @@ -121160,7 +121499,7 @@ [ "appearance", { - "_index": 1897, + "_index": 245, "data": { "assets/firebase-remoteconfig": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -121173,7 +121512,7 @@ [ "appears", { - "_index": 7786, + "_index": 8473, "data": { "ref/stable/io": {}, "ref/stable/render": {} @@ -121184,7 +121523,7 @@ [ "append", { - "_index": 6087, + "_index": 4907, "data": { "manuals/debugging-native-code-ios": {}, "ref/stable/io": {} @@ -121195,7 +121534,7 @@ [ "appended", { - "_index": 7000, + "_index": 9579, "data": { "ref/stable/debug": {} }, @@ -121205,7 +121544,7 @@ [ "appends", { - "_index": 10458, + "_index": 9740, "data": { "ref/stable/dmStringFunc": {} }, @@ -121215,7 +121554,7 @@ [ "appendscale", { - "_index": 7668, + "_index": 7379, "data": { "ref/stable/dmVMath": {} }, @@ -121225,7 +121564,7 @@ [ "appfinalizemyextension", { - "_index": 4952, + "_index": 4754, "data": { "manuals/extensions": {} }, @@ -121235,7 +121574,7 @@ [ "appinitializemyextension", { - "_index": 4959, + "_index": 4761, "data": { "manuals/extensions": {} }, @@ -121245,7 +121584,7 @@ [ "apple", { - "_index": 1325, + "_index": 2953, "data": { "assets/gamekit": {}, "assets/siwa": {}, @@ -121263,7 +121602,7 @@ [ "apple's", { - "_index": 3416, + "_index": 2949, "data": { "manuals/debugging-native-code-ios": {}, "manuals/ios": {} @@ -121274,7 +121613,7 @@ [ "applewebkit/602.4.8", { - "_index": 8465, + "_index": 9663, "data": { "ref/stable/sys": {} }, @@ -121284,7 +121623,7 @@ [ "apple\u2019s", { - "_index": 6460, + "_index": 6614, "data": { "assets/iap": {} }, @@ -121294,7 +121633,7 @@ [ "applicable", { - "_index": 2399, + "_index": 3242, "data": { "manuals/bob": {}, "manuals/getting-help": {}, @@ -121309,7 +121648,7 @@ [ "application", { - "_index": 611, + "_index": 623, "data": { "assets/iac": {}, "assets/rustore-appupdate": {}, @@ -121359,7 +121698,7 @@ [ "application's", { - "_index": 3476, + "_index": 3019, "data": { "manuals/ios": {} }, @@ -121369,7 +121708,7 @@ [ "application/wasm", { - "_index": 2211, + "_index": 671, "data": { "manuals/html5": {} }, @@ -121379,7 +121718,7 @@ [ "application_dir", { - "_index": 1428, + "_index": 4053, "data": { "manuals/extender-local-setup": {} }, @@ -121389,7 +121728,7 @@ [ "application_dir}/extender.jar", { - "_index": 1455, + "_index": 4076, "data": { "manuals/extender-local-setup": {} }, @@ -121399,7 +121738,7 @@ [ "application_dir}/manifestmergetool.jar", { - "_index": 1457, + "_index": 4078, "data": { "manuals/extender-local-setup": {} }, @@ -121409,7 +121748,7 @@ [ "application_id", { - "_index": 1668, + "_index": 4843, "data": { "manuals/porting-guidelines": {} }, @@ -121419,7 +121758,7 @@ [ "applications", { - "_index": 1993, + "_index": 712, "data": { "assets/fmod": {}, "assets/rustore-billing": {}, @@ -121438,7 +121777,7 @@ [ "applications/atom.app/contents/macos/atom", { - "_index": 5950, + "_index": 1992, "data": { "manuals/editor-preferences": {} }, @@ -121448,7 +121787,7 @@ [ "applications/defold", { - "_index": 4225, + "_index": 3270, "data": { "manuals/bob": {} }, @@ -121458,7 +121797,7 @@ [ "applications/visual", { - "_index": 5951, + "_index": 1995, "data": { "manuals/editor-preferences": {} }, @@ -121468,7 +121807,7 @@ [ "applications/xcode.app/contents/developer/applications/simulator.app", { - "_index": 3491, + "_index": 3035, "data": { "manuals/ios": {} }, @@ -121478,7 +121817,7 @@ [ "applied", { - "_index": 954, + "_index": 541, "data": { "assets/firebase-remoteconfig": {}, "examples/material/unlit": {}, @@ -121511,7 +121850,7 @@ [ "applied_impulse", { - "_index": 5899, + "_index": 5673, "data": { "manuals/physics-events": {} }, @@ -121521,7 +121860,7 @@ [ "applies", { - "_index": 2035, + "_index": 16, "data": { "examples/material/noise": {}, "manuals/editor-scripts-ui": {}, @@ -121537,7 +121876,7 @@ [ "applovin", { - "_index": 6298, + "_index": 6415, "data": { "assets/adswrapper": {}, "assets/applovin-max": {} @@ -121548,7 +121887,7 @@ [ "apply", { - "_index": 1342, + "_index": 2156, "data": { "assets/firebase-remoteconfig": {}, "examples/gui/slice9": {}, @@ -121572,7 +121911,7 @@ [ "apply_angular_impulse", { - "_index": 8841, + "_index": 10089, "data": { "ref/stable/b2d.body": {} }, @@ -121582,7 +121921,7 @@ [ "apply_force", { - "_index": 7033, + "_index": 7456, "data": { "ref/stable/b2d.body": {}, "ref/stable/physics": {} @@ -121593,7 +121932,7 @@ [ "apply_force_to_center", { - "_index": 8846, + "_index": 10094, "data": { "ref/stable/b2d.body": {} }, @@ -121603,7 +121942,7 @@ [ "apply_linear_impulse", { - "_index": 8848, + "_index": 10096, "data": { "ref/stable/b2d.body": {} }, @@ -121613,7 +121952,7 @@ [ "apply_torque", { - "_index": 8852, + "_index": 10100, "data": { "ref/stable/b2d.body": {} }, @@ -121623,7 +121962,7 @@ [ "applying", { - "_index": 2252, + "_index": 778, "data": { "manuals/html5": {}, "manuals/physics": {}, @@ -121635,7 +121974,7 @@ [ "applynoscalez", { - "_index": 7562, + "_index": 9841, "data": { "ref/stable/dmTransform": {} }, @@ -121645,7 +121984,7 @@ [ "appname", { - "_index": 4272, + "_index": 5504, "data": { "manuals/debugging-native-code-android": {} }, @@ -121655,7 +121994,7 @@ [ "approach", { - "_index": 1673, + "_index": 1487, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/editor-scripts-ui": {}, @@ -121670,7 +122009,7 @@ [ "approaches", { - "_index": 2174, + "_index": 4497, "data": { "manuals/input-mouse-and-touch": {}, "manuals/lua": {} @@ -121681,7 +122020,7 @@ [ "appropriate", { - "_index": 1812, + "_index": 2131, "data": { "manuals/flash": {}, "manuals/font": {}, @@ -121697,7 +122036,7 @@ [ "approved", { - "_index": 4260, + "_index": 3794, "data": { "manuals/microsoft-xbox": {}, "manuals/nintendo-switch": {}, @@ -121709,7 +122048,7 @@ [ "approximately", { - "_index": 1881, + "_index": 2291, "data": { "manuals/physics-objects": {} }, @@ -121719,7 +122058,7 @@ [ "approximates", { - "_index": 1903, + "_index": 2303, "data": { "manuals/physics-objects": {} }, @@ -121729,7 +122068,7 @@ [ "approximating", { - "_index": 2951, + "_index": 5271, "data": { "manuals/compute": {} }, @@ -121739,7 +122078,7 @@ [ "approximation", { - "_index": 8528, + "_index": 9994, "data": { "ref/stable/os": {}, "ref/stable/sound": {} @@ -121750,7 +122089,7 @@ [ "apps", { - "_index": 3430, + "_index": 2971, "data": { "assets/nakama": {}, "assets/siwa": {}, @@ -121765,7 +122104,7 @@ [ "appstore", { - "_index": 6461, + "_index": 6615, "data": { "assets/iap": {} }, @@ -121775,7 +122114,7 @@ [ "appupdate", { - "_index": 6720, + "_index": 6393, "data": { "assets/rustore-appupdate": {} }, @@ -121785,7 +122124,7 @@ [ "app\u2019s", { - "_index": 5354, + "_index": 5832, "data": { "manuals/macos": {} }, @@ -121795,7 +122134,7 @@ [ "apt", { - "_index": 4504, + "_index": 4956, "data": { "manuals/windows": {} }, @@ -121805,7 +122144,7 @@ [ "ar", { - "_index": 4155, + "_index": 3183, "data": { "manuals/bob": {} }, @@ -121815,7 +122154,7 @@ [ "arbitrarily", { - "_index": 4547, + "_index": 5995, "data": { "manuals/building-blocks": {} }, @@ -121825,7 +122164,7 @@ [ "arbitrary", { - "_index": 356, + "_index": 972, "data": { "manuals/addressing": {}, "manuals/debugging-game-logic": {}, @@ -121846,7 +122185,7 @@ [ "arc", { - "_index": 9717, + "_index": 7238, "data": { "ref/stable/math": {} }, @@ -121856,7 +122195,7 @@ [ "arch", { - "_index": 4814, + "_index": 4996, "data": { "manuals/debugging-native-code": {}, "manuals/editor-scripts": {} @@ -121867,7 +122206,7 @@ [ "architect", { - "_index": 5089, + "_index": 5186, "data": { "manuals/lua": {} }, @@ -121877,7 +122216,7 @@ [ "architects", { - "_index": 3139, + "_index": 2424, "data": { "manuals/editor-styling": {} }, @@ -121887,7 +122226,7 @@ [ "architects+daughter&display", { - "_index": 3138, + "_index": 2422, "data": { "manuals/editor-styling": {} }, @@ -121897,7 +122236,7 @@ [ "architectural", { - "_index": 3592, + "_index": 5604, "data": { "manuals/design": {}, "manuals/introduction": {} @@ -121908,7 +122247,7 @@ [ "architecture", { - "_index": 4800, + "_index": 2195, "data": { "manuals/debugging-native-code": {}, "manuals/extensions-best-practices": {}, @@ -121920,7 +122259,7 @@ [ "architectures", { - "_index": 3434, + "_index": 2193, "data": { "manuals/bob": {}, "manuals/debugging-native-code": {}, @@ -121933,7 +122272,7 @@ [ "archive", { - "_index": 1701, + "_index": 1103, "data": { "examples/resource/modify_atlas": {}, "manuals/application-security": {}, @@ -121953,7 +122292,7 @@ [ "archived", { - "_index": 4728, + "_index": 4707, "data": { "manuals/bundling": {} }, @@ -121963,7 +122302,7 @@ [ "archives", { - "_index": 1819, + "_index": 3207, "data": { "assets/resource-encryption": {}, "manuals/bob": {}, @@ -121975,7 +122314,7 @@ [ "arcweave", { - "_index": 6346, + "_index": 6450, "data": { "assets/defarc": {} }, @@ -121985,7 +122324,7 @@ [ "are", { - "_index": 23, + "_index": 10, "data": { "assets/defbuild": {}, "assets/editor-script-check-dependencies-versions": {}, @@ -122155,7 +122494,7 @@ [ "area", { - "_index": 1039, + "_index": 66, "data": { "assets/safearea": {}, "manuals/android": {}, @@ -122176,7 +122515,7 @@ [ "areas", { - "_index": 5908, + "_index": 5685, "data": { "manuals/physics-events": {} }, @@ -122186,7 +122525,7 @@ [ "aren't", { - "_index": 1608, + "_index": 465, "data": { "manuals/debugging-game-logic": {}, "manuals/gui": {}, @@ -122198,7 +122537,7 @@ [ "aren\u2019t", { - "_index": 740, + "_index": 2552, "data": { "manuals/collection-factory": {}, "manuals/factory": {} @@ -122209,7 +122548,7 @@ [ "arerenderconstantsupdated", { - "_index": 7981, + "_index": 8034, "data": { "ref/stable/dmGameSystem": {} }, @@ -122219,7 +122558,7 @@ [ "arg", { - "_index": 7012, + "_index": 7418, "data": { "ref/stable/base": {}, "ref/stable/dmLog": {}, @@ -122231,7 +122570,7 @@ [ "argjson", { - "_index": 5200, + "_index": 5405, "data": { "manuals/editor-scripts": {} }, @@ -122241,7 +122580,7 @@ [ "args", { - "_index": 3980, + "_index": 1519, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/dmLog": {}, @@ -122254,7 +122593,7 @@ [ "argument", { - "_index": 524, + "_index": 1982, "data": { "manuals/addressing": {}, "manuals/bob": {}, @@ -122284,7 +122623,8 @@ "ref/stable/resource": {}, "ref/stable/socket": {}, "ref/stable/string": {}, - "ref/stable/sys": {} + "ref/stable/sys": {}, + "ref/stable/vmath": {} }, "type": {} } @@ -122292,7 +122632,7 @@ [ "arguments", { - "_index": 2011, + "_index": 749, "data": { "manuals/editor-preferences": {}, "manuals/editor-scripts": {}, @@ -122323,7 +122663,7 @@ [ "argumets", { - "_index": 1478, + "_index": 4092, "data": { "manuals/extender-local-setup": {} }, @@ -122333,7 +122673,7 @@ [ "arithmetic", { - "_index": 7749, + "_index": 8095, "data": { "ref/stable/bit": {}, "ref/stable/render": {}, @@ -122345,7 +122685,7 @@ [ "arm", { - "_index": 2834, + "_index": 3260, "data": { "manuals/application-security": {}, "manuals/bob": {}, @@ -122357,7 +122697,7 @@ [ "arm64", { - "_index": 1292, + "_index": 2999, "data": { "manuals/bob": {}, "manuals/debugging-native-code": {}, @@ -122372,7 +122712,7 @@ [ "armeabi", { - "_index": 4802, + "_index": 4988, "data": { "manuals/debugging-native-code": {} }, @@ -122382,7 +122722,7 @@ [ "armv7", { - "_index": 1323, + "_index": 3000, "data": { "manuals/bob": {}, "manuals/debugging-native-code-ios": {}, @@ -122396,7 +122736,7 @@ [ "army", { - "_index": 6384, + "_index": 6437, "data": { "assets/defarmy": {} }, @@ -122406,7 +122746,7 @@ [ "around", { - "_index": 223, + "_index": 300, "data": { "examples/render/orbit_camera": {}, "examples/sound/panning": {}, @@ -122436,7 +122776,7 @@ [ "arrange", { - "_index": 3744, + "_index": 566, "data": { "manuals/gui": {}, "manuals/render": {} @@ -122447,7 +122787,7 @@ [ "array", { - "_index": 1001, + "_index": 1039, "data": { "manuals/editor-scripts": {}, "manuals/editor-scripts-ui": {}, @@ -122479,7 +122819,7 @@ [ "array1", { - "_index": 5019, + "_index": 4625, "data": { "manuals/extensions-manifest-merge-tool": {} }, @@ -122489,7 +122829,7 @@ [ "array2", { - "_index": 5020, + "_index": 4626, "data": { "manuals/extensions-manifest-merge-tool": {} }, @@ -122499,7 +122839,7 @@ [ "arrays", { - "_index": 8236, + "_index": 7446, "data": { "ref/stable/dmArray": {}, "ref/stable/dmGameObject": {}, @@ -122511,10 +122851,20 @@ "type": {} } ], + [ + "arrived", + { + "_index": 8582, + "data": { + "ref/stable/render": {} + }, + "type": {} + } + ], [ "arrives", { - "_index": 8161, + "_index": 10540, "data": { "ref/stable/socket": {} }, @@ -122524,7 +122874,7 @@ [ "arrow", { - "_index": 3767, + "_index": 1899, "data": { "manuals/input-key-and-text": {}, "manuals/physics-resolving-collisions": {} @@ -122535,7 +122885,7 @@ [ "arrows", { - "_index": 5825, + "_index": 5569, "data": { "manuals/editor": {} }, @@ -122545,7 +122895,7 @@ [ "arshift", { - "_index": 7748, + "_index": 8630, "data": { "ref/stable/bit": {} }, @@ -122555,7 +122905,7 @@ [ "art", { - "_index": 1654, + "_index": 4548, "data": { "assets/alienworld": {}, "assets/lowrezjamtemplate": {}, @@ -122570,7 +122920,7 @@ [ "articles", { - "_index": 3228, + "_index": 5049, "data": { "manuals/flash": {}, "manuals/lua": {} @@ -122581,7 +122931,7 @@ [ "artifact", { - "_index": 1394, + "_index": 4026, "data": { "manuals/extender-local-setup": {} }, @@ -122591,7 +122941,7 @@ [ "artifacts", { - "_index": 1444, + "_index": 3192, "data": { "manuals/bob": {}, "manuals/extender-local-setup": {}, @@ -122607,7 +122957,7 @@ [ "artist", { - "_index": 1658, + "_index": 4840, "data": { "assets/asefold": {}, "manuals/porting-guidelines": {} @@ -122618,7 +122968,7 @@ [ "as", { - "_index": 407, + "_index": 77, "data": { "assets/adswrapper": {}, "assets/defarmy": {}, @@ -122797,7 +123147,7 @@ [ "as/ka,as/ka,as/ka,as/ka", { - "_index": 7874, + "_index": 8541, "data": { "ref/stable/render": {} }, @@ -122807,7 +123157,7 @@ [ "asc", { - "_index": 5375, + "_index": 5853, "data": { "manuals/macos": {} }, @@ -122817,7 +123167,7 @@ [ "ascending", { - "_index": 7264, + "_index": 9379, "data": { "ref/stable/package": {} }, @@ -122827,7 +123177,7 @@ [ "ascii", { - "_index": 8086, + "_index": 10479, "data": { "ref/stable/socket": {} }, @@ -122837,7 +123187,7 @@ [ "ase", { - "_index": 6740, + "_index": 6656, "data": { "assets/asefold": {} }, @@ -122847,7 +123197,7 @@ [ "asefold", { - "_index": 6737, + "_index": 6653, "data": { "assets/asefold": {} }, @@ -122857,7 +123207,7 @@ [ "aseprite", { - "_index": 6738, + "_index": 6654, "data": { "assets/asefold": {} }, @@ -122867,7 +123217,7 @@ [ "asian", { - "_index": 3775, + "_index": 1917, "data": { "manuals/input-key-and-text": {} }, @@ -122877,7 +123227,7 @@ [ "asin", { - "_index": 9720, + "_index": 7241, "data": { "ref/stable/math": {} }, @@ -122887,7 +123237,7 @@ [ "asis", { - "_index": 8346, + "_index": 7046, "data": { "ref/stable/vmath": {} }, @@ -122897,7 +123247,7 @@ [ "ask", { - "_index": 2385, + "_index": 2963, "data": { "manuals/editor-scripts": {}, "manuals/getting-help": {}, @@ -122909,7 +123259,7 @@ [ "asked", { - "_index": 3495, + "_index": 3041, "data": { "manuals/ios": {}, "manuals/version-control": {} @@ -122920,7 +123270,7 @@ [ "asking", { - "_index": 2382, + "_index": 4926, "data": { "manuals/getting-help": {} }, @@ -122930,7 +123280,7 @@ [ "asks", { - "_index": 3814, + "_index": 4381, "data": { "manuals/version-control": {} }, @@ -122940,7 +123290,7 @@ [ "asleep", { - "_index": 7140, + "_index": 7557, "data": { "ref/stable/physics": {} }, @@ -122950,7 +123300,7 @@ [ "asm.js", { - "_index": 2214, + "_index": 684, "data": { "manuals/html5": {} }, @@ -122960,7 +123310,7 @@ [ "aspect", { - "_index": 1711, + "_index": 403, "data": { "examples/material/screenspace": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -122977,7 +123327,7 @@ [ "aspect_ratio", { - "_index": 6065, + "_index": 3483, "data": { "manuals/camera": {}, "ref/stable/camera": {} @@ -122988,7 +123338,7 @@ [ "aspects", { - "_index": 3369, + "_index": 4283, "data": { "manuals/flash": {}, "manuals/profiling": {} @@ -122999,7 +123349,7 @@ [ "assert", { - "_index": 5076, + "_index": 5174, "data": { "manuals/lua": {}, "ref/stable/base": {}, @@ -123011,7 +123361,7 @@ [ "assertion", { - "_index": 10397, + "_index": 10684, "data": { "ref/stable/base": {} }, @@ -123021,7 +123371,7 @@ [ "asset", { - "_index": 1047, + "_index": 1975, "data": { "assets/cleanexporter": {}, "assets/trickortreat": {}, @@ -123306,7 +123656,7 @@ [ "assets", { - "_index": 295, + "_index": 939, "data": { "assets/kenney": {}, "assets/platformertutorial": {}, @@ -123345,7 +123695,7 @@ [ "assets.car", { - "_index": 3482, + "_index": 3026, "data": { "manuals/ios": {} }, @@ -123355,7 +123705,7 @@ [ "assets.xcassets", { - "_index": 3454, + "_index": 2992, "data": { "manuals/ios": {} }, @@ -123365,7 +123715,7 @@ [ "assets/build.json", { - "_index": 5207, + "_index": 5412, "data": { "manuals/editor-scripts": {} }, @@ -123375,7 +123725,7 @@ [ "assets/mybig.font", { - "_index": 4413, + "_index": 164, "data": { "manuals/gui": {} }, @@ -123385,7 +123735,7 @@ [ "assets/myeffect.material", { - "_index": 4418, + "_index": 181, "data": { "manuals/gui": {} }, @@ -123395,7 +123745,7 @@ [ "assets/mytheme.atlas", { - "_index": 4423, + "_index": 189, "data": { "manuals/gui": {} }, @@ -123405,7 +123755,7 @@ [ "assign", { - "_index": 2539, + "_index": 115, "data": { "manuals/atlas": {}, "manuals/compute": {}, @@ -123421,7 +123771,7 @@ [ "assigned", { - "_index": 1982, + "_index": 168, "data": { "examples/material/screenspace": {}, "examples/material/unlit": {}, @@ -123455,7 +123805,7 @@ [ "assigning", { - "_index": 2151, + "_index": 339, "data": { "manuals/flash": {}, "manuals/flipbook-animation": {}, @@ -123469,7 +123819,7 @@ [ "assigninstanceindex", { - "_index": 9422, + "_index": 9121, "data": { "ref/stable/dmGameObject": {} }, @@ -123479,7 +123829,7 @@ [ "assignments", { - "_index": 4355, + "_index": 5533, "data": { "manuals/gui-clipping": {} }, @@ -123489,7 +123839,7 @@ [ "assigns", { - "_index": 6995, + "_index": 9574, "data": { "ref/stable/base": {}, "ref/stable/debug": {} @@ -123500,7 +123850,7 @@ [ "assocciated", { - "_index": 8628, + "_index": 10220, "data": { "ref/stable/dmHash": {} }, @@ -123510,7 +123860,7 @@ [ "associate", { - "_index": 1674, + "_index": 4845, "data": { "manuals/porting-guidelines": {} }, @@ -123520,7 +123870,7 @@ [ "associated", { - "_index": 704, + "_index": 1479, "data": { "manuals/android": {}, "manuals/application-security": {}, @@ -123546,7 +123896,7 @@ [ "association", { - "_index": 8159, + "_index": 10538, "data": { "ref/stable/socket": {} }, @@ -123556,7 +123906,7 @@ [ "associative", { - "_index": 7598, + "_index": 9862, "data": { "ref/stable/dmTransform": {} }, @@ -123566,7 +123916,7 @@ [ "assume", { - "_index": 3327, + "_index": 5118, "data": { "manuals/flash": {} }, @@ -123576,7 +123926,7 @@ [ "assumed", { - "_index": 8761, + "_index": 7185, "data": { "ref/stable/dmScript": {}, "ref/stable/math": {}, @@ -123588,7 +123938,7 @@ [ "assumes", { - "_index": 3348, + "_index": 3940, "data": { "manuals/flash": {}, "manuals/live-update-scripting": {} @@ -123599,7 +123949,7 @@ [ "astar", { - "_index": 6515, + "_index": 6246, "data": { "assets/apathfinding": {} }, @@ -123609,7 +123959,7 @@ [ "astc", { - "_index": 1945, + "_index": 5026, "data": { "manuals/texture-profiles": {} }, @@ -123619,7 +123969,7 @@ [ "async", { - "_index": 4197, + "_index": 3234, "data": { "manuals/bob": {}, "ref/stable/resource": {} @@ -123630,7 +123980,7 @@ [ "async_load", { - "_index": 10507, + "_index": 7974, "data": { "ref/stable/collectionproxy": {} }, @@ -123640,7 +123990,7 @@ [ "asynchronous", { - "_index": 732, + "_index": 2546, "data": { "manuals/bob": {}, "manuals/collection-factory": {}, @@ -123656,7 +124006,7 @@ [ "asynchronously", { - "_index": 734, + "_index": 2547, "data": { "examples/timer/trigger_timer": {}, "manuals/collection-factory": {}, @@ -123669,7 +124019,7 @@ [ "asyncronous", { - "_index": 8500, + "_index": 9697, "data": { "ref/stable/sys": {} }, @@ -123679,7 +124029,7 @@ [ "at", { - "_index": 190, + "_index": 368, "data": { "assets/defgraph": {}, "assets/editor-script-extra-locations": {}, @@ -123795,7 +124145,7 @@ [ "atan", { - "_index": 9722, + "_index": 7244, "data": { "ref/stable/math": {} }, @@ -123805,7 +124155,7 @@ [ "atan2", { - "_index": 9724, + "_index": 7246, "data": { "ref/stable/math": {} }, @@ -123815,7 +124165,7 @@ [ "atlas", { - "_index": 299, + "_index": 186, "data": { "assets/defold-runtime-atlas": {}, "assets/editorscriptatlas": {}, @@ -123842,7 +124192,7 @@ [ "atlases", { - "_index": 307, + "_index": 943, "data": { "manuals/atlas": {}, "manuals/glossary": {}, @@ -123860,7 +124210,7 @@ [ "atomic", { - "_index": 6858, + "_index": 9065, "data": { "ref/stable/dmAtomic": {} }, @@ -123870,7 +124220,7 @@ [ "atomics", { - "_index": 1088, + "_index": 2724, "data": { "manuals/shader": {} }, @@ -123880,7 +124230,7 @@ [ "atos", { - "_index": 4813, + "_index": 4995, "data": { "manuals/debugging-native-code": {} }, @@ -123890,7 +124240,7 @@ [ "attach", { - "_index": 340, + "_index": 961, "data": { "manuals/debugging-game-and-system-logs": {}, "manuals/debugging-game-logic": {}, @@ -123908,7 +124258,7 @@ [ "attached", { - "_index": 2549, + "_index": 1600, "data": { "examples/gui/button": {}, "examples/gui/load_texture": {}, @@ -123933,7 +124283,7 @@ [ "attaching", { - "_index": 7649, + "_index": 8033, "data": { "ref/stable/dmAndroid": {} }, @@ -123943,7 +124293,7 @@ [ "attachment", { - "_index": 7419, + "_index": 6834, "data": { "ref/stable/dmGraphics": {}, "ref/stable/render": {}, @@ -123955,7 +124305,7 @@ [ "attachmentop", { - "_index": 10169, + "_index": 6764, "data": { "ref/stable/dmGraphics": {} }, @@ -123965,7 +124315,7 @@ [ "attachments", { - "_index": 7418, + "_index": 6870, "data": { "ref/stable/dmGraphics": {}, "ref/stable/render": {}, @@ -123977,7 +124327,7 @@ [ "attacks", { - "_index": 2839, + "_index": 4196, "data": { "manuals/application-security": {} }, @@ -123987,7 +124337,7 @@ [ "attempt", { - "_index": 2543, + "_index": 2458, "data": { "assets/sidescrollertutorialfromscratch": {}, "manuals/gui-script": {}, @@ -124000,7 +124350,7 @@ [ "attempted", { - "_index": 6826, + "_index": 8568, "data": { "ref/stable/liveupdate": {}, "ref/stable/render": {} @@ -124011,7 +124361,7 @@ [ "attempting", { - "_index": 5274, + "_index": 5477, "data": { "manuals/editor-scripts": {}, "ref/stable/collectionproxy": {}, @@ -124023,7 +124373,7 @@ [ "attempts", { - "_index": 1783, + "_index": 2468, "data": { "manuals/physics-joints": {}, "manuals/porting-guidelines": {}, @@ -124037,7 +124387,7 @@ [ "attention", { - "_index": 2660, + "_index": 2910, "data": { "manuals/gui-layouts": {} }, @@ -124047,7 +124397,7 @@ [ "attracts", { - "_index": 1659, + "_index": 1239, "data": { "manuals/particlefx": {}, "manuals/porting-guidelines": {} @@ -124058,7 +124408,7 @@ [ "attribute", { - "_index": 970, + "_index": 2655, "data": { "examples/material/vertexcolor": {}, "manuals/shader": {}, @@ -124071,7 +124421,7 @@ [ "attributes", { - "_index": 898, + "_index": 2621, "data": { "assets/luafilesystemlfs": {}, "examples/material/vertexcolor": {}, @@ -124087,7 +124437,7 @@ [ "audible", { - "_index": 4542, + "_index": 4560, "data": { "manuals/building-blocks": {}, "manuals/glossary": {} @@ -124098,7 +124448,7 @@ [ "audience", { - "_index": 6441, + "_index": 6724, "data": { "assets/facebookads": {} }, @@ -124108,7 +124458,7 @@ [ "audio", { - "_index": 2229, + "_index": 722, "data": { "assets/debeat": {}, "assets/openal": {}, @@ -124121,7 +124471,7 @@ [ "audiotoolbox", { - "_index": 1303, + "_index": 4664, "data": { "manuals/extensions-ext-manifests": {} }, @@ -124131,7 +124481,7 @@ [ "auth", { - "_index": 1392, + "_index": 3233, "data": { "manuals/bob": {}, "manuals/extender-local-setup": {} @@ -124142,7 +124492,7 @@ [ "authenticate", { - "_index": 2820, + "_index": 3229, "data": { "manuals/application-security": {}, "manuals/bob": {}, @@ -124154,7 +124504,7 @@ [ "authenticated", { - "_index": 5959, + "_index": 2009, "data": { "manuals/editor-preferences": {} }, @@ -124164,7 +124514,7 @@ [ "authentication", { - "_index": 5539, + "_index": 2014, "data": { "assets/googleplaygameservices": {}, "manuals/editor-preferences": {}, @@ -124176,7 +124526,7 @@ [ "author", { - "_index": 3893, + "_index": 1360, "data": { "manuals/editor-scripts-ui": {} }, @@ -124186,7 +124536,7 @@ [ "authored", { - "_index": 5085, + "_index": 5182, "data": { "manuals/lua": {} }, @@ -124196,7 +124546,7 @@ [ "authoring", { - "_index": 6365, + "_index": 6716, "data": { "assets/fmod": {} }, @@ -124206,7 +124556,7 @@ [ "auto", { - "_index": 2801, + "_index": 1152, "data": { "assets/defgraph": {}, "manuals/application-security": {}, @@ -124222,7 +124572,7 @@ [ "autocomplete", { - "_index": 6382, + "_index": 6498, "data": { "assets/defold-neovim": {} }, @@ -124232,7 +124582,7 @@ [ "autocompletion", { - "_index": 4310, + "_index": 3162, "data": { "manuals/writing-code": {} }, @@ -124242,7 +124592,7 @@ [ "automatic", { - "_index": 3205, + "_index": 259, "data": { "manuals/flash": {}, "manuals/gui": {}, @@ -124259,7 +124609,7 @@ [ "automatically", { - "_index": 303, + "_index": 44, "data": { "assets/defold-index": {}, "assets/googleanalyticsforfirebase": {}, @@ -124316,7 +124666,7 @@ [ "automatically:grow", { - "_index": 10710, + "_index": 8929, "data": { "ref/stable/editor": {} }, @@ -124326,7 +124676,7 @@ [ "automation", { - "_index": 2799, + "_index": 4163, "data": { "manuals/application-security": {} }, @@ -124336,7 +124686,7 @@ [ "autonomous", { - "_index": 2613, + "_index": 4327, "data": { "manuals/factory": {} }, @@ -124346,7 +124696,7 @@ [ "autoplay", { - "_index": 1772, + "_index": 4882, "data": { "manuals/porting-guidelines": {} }, @@ -124356,7 +124706,7 @@ [ "autotranslator", { - "_index": 6331, + "_index": 6268, "data": { "assets/lualocade": {} }, @@ -124366,7 +124716,7 @@ [ "availability", { - "_index": 2871, + "_index": 4220, "data": { "manuals/application-security": {} }, @@ -124376,7 +124726,7 @@ [ "available", { - "_index": 583, + "_index": 382, "data": { "assets/defold-polyglot": {}, "assets/push": {}, @@ -124453,7 +124803,7 @@ [ "avalable", { - "_index": 8016, + "_index": 9874, "data": { "ref/stable/dmExtension": {} }, @@ -124463,7 +124813,7 @@ [ "average", { - "_index": 2890, + "_index": 6028, "data": { "manuals/material": {}, "ref/stable/sound": {} @@ -124474,7 +124824,7 @@ [ "avfoundation", { - "_index": 1304, + "_index": 4665, "data": { "manuals/extensions-ext-manifests": {} }, @@ -124484,7 +124834,7 @@ [ "avoid", { - "_index": 1179, + "_index": 2373, "data": { "assets/safearea": {}, "manuals/android": {}, @@ -124506,7 +124856,7 @@ [ "avoided", { - "_index": 235, + "_index": 2133, "data": { "manuals/extensions-best-practices": {}, "manuals/optimization-size": {}, @@ -124518,7 +124868,7 @@ [ "avoiding", { - "_index": 5491, + "_index": 3642, "data": { "manuals/extensions-best-practices": {} }, @@ -124528,7 +124878,7 @@ [ "avoids", { - "_index": 4868, + "_index": 3388, "data": { "manuals/addressing": {}, "manuals/extensions-best-practices": {}, @@ -124540,7 +124890,7 @@ [ "await", { - "_index": 10811, + "_index": 9031, "data": { "ref/stable/editor": {} }, @@ -124550,7 +124900,7 @@ [ "awake", { - "_index": 8909, + "_index": 10155, "data": { "ref/stable/b2d.body": {} }, @@ -124560,7 +124910,7 @@ [ "aware", { - "_index": 2612, + "_index": 4326, "data": { "manuals/factory": {}, "manuals/lua": {}, @@ -124572,7 +124922,7 @@ [ "away", { - "_index": 6177, + "_index": 6188, "data": { "examples/render/orbit_camera": {} }, @@ -124582,7 +124932,7 @@ [ "awesome", { - "_index": 3608, + "_index": 5614, "data": { "assets/ts-defold": {}, "manuals/introduction": {} @@ -124593,7 +124943,7 @@ [ "awk", { - "_index": 1499, + "_index": 4101, "data": { "manuals/extender-local-setup": {} }, @@ -124603,7 +124953,7 @@ [ "aws", { - "_index": 1808, + "_index": 3313, "data": { "assets/defold-cognito": {}, "manuals/application-security": {}, @@ -124616,7 +124966,7 @@ [ "aws/credentials", { - "_index": 3071, + "_index": 5047, "data": { "manuals/live-update-aws": {} }, @@ -124626,7 +124976,7 @@ [ "axes", { - "_index": 3879, + "_index": 1344, "data": { "manuals/editor": {}, "manuals/editor-scripts-ui": {} @@ -124637,7 +124987,7 @@ [ "axis", { - "_index": 225, + "_index": 307, "data": { "examples/gui/healthbar": {}, "examples/movement/look_at": {}, @@ -124664,7 +125014,7 @@ [ "b", { - "_index": 1876, + "_index": 2286, "data": { "assets/tactxstudios": {}, "manuals/components": {}, @@ -124687,7 +125037,7 @@ [ "b#sprite", { - "_index": 5378, + "_index": 5915, "data": { "manuals/components": {} }, @@ -124697,7 +125047,7 @@ [ "b.c", { - "_index": 7287, + "_index": 9400, "data": { "ref/stable/package": {} }, @@ -124707,7 +125057,7 @@ [ "b.w", { - "_index": 7689, + "_index": 7393, "data": { "ref/stable/dmVMath": {} }, @@ -124717,7 +125067,7 @@ [ "b.x", { - "_index": 7683, + "_index": 7055, "data": { "ref/stable/dmVMath": {}, "ref/stable/vmath": {} @@ -124728,7 +125078,7 @@ [ "b.y", { - "_index": 7685, + "_index": 7057, "data": { "ref/stable/dmVMath": {}, "ref/stable/vmath": {} @@ -124739,7 +125089,7 @@ [ "b.z", { - "_index": 7687, + "_index": 7059, "data": { "ref/stable/dmVMath": {}, "ref/stable/vmath": {} @@ -124750,7 +125100,7 @@ [ "b2_dynamic_body", { - "_index": 8854, + "_index": 10102, "data": { "ref/stable/b2d.body": {} }, @@ -124760,7 +125110,7 @@ [ "b2_kinematic_body", { - "_index": 8856, + "_index": 10104, "data": { "ref/stable/b2d.body": {} }, @@ -124770,7 +125120,7 @@ [ "b2_static_body", { - "_index": 8858, + "_index": 10106, "data": { "ref/stable/b2d.body": {} }, @@ -124780,7 +125130,7 @@ [ "b2body", { - "_index": 7604, + "_index": 9986, "data": { "ref/stable/b2d": {}, "ref/stable/b2d.body": {} @@ -124791,7 +125141,7 @@ [ "b2bodytype", { - "_index": 8896, + "_index": 10142, "data": { "ref/stable/b2d.body": {} }, @@ -124801,7 +125151,7 @@ [ "b2d", { - "_index": 7602, + "_index": 9984, "data": { "ref/stable/b2d": {}, "ref/stable/b2d.body": {} @@ -124812,7 +125162,7 @@ [ "b2d.body.apply_angular_impulse", { - "_index": 8840, + "_index": 10088, "data": { "ref/stable/b2d.body": {} }, @@ -124822,7 +125172,7 @@ [ "b2d.body.apply_force", { - "_index": 8843, + "_index": 10091, "data": { "ref/stable/b2d.body": {} }, @@ -124832,7 +125182,7 @@ [ "b2d.body.apply_force_to_center", { - "_index": 8845, + "_index": 10093, "data": { "ref/stable/b2d.body": {} }, @@ -124842,7 +125192,7 @@ [ "b2d.body.apply_linear_impulse", { - "_index": 8847, + "_index": 10095, "data": { "ref/stable/b2d.body": {} }, @@ -124852,7 +125202,7 @@ [ "b2d.body.apply_torque", { - "_index": 8851, + "_index": 10099, "data": { "ref/stable/b2d.body": {} }, @@ -124862,7 +125212,7 @@ [ "b2d.body.b2_dynamic_body", { - "_index": 8853, + "_index": 10101, "data": { "ref/stable/b2d.body": {} }, @@ -124872,7 +125222,7 @@ [ "b2d.body.b2_kinematic_body", { - "_index": 8855, + "_index": 10103, "data": { "ref/stable/b2d.body": {} }, @@ -124882,7 +125232,7 @@ [ "b2d.body.b2_static_body", { - "_index": 8857, + "_index": 10105, "data": { "ref/stable/b2d.body": {} }, @@ -124892,7 +125242,7 @@ [ "b2d.body.dump", { - "_index": 8860, + "_index": 10108, "data": { "ref/stable/b2d.body": {} }, @@ -124902,7 +125252,7 @@ [ "b2d.body.get_angular_damping", { - "_index": 8861, + "_index": 10109, "data": { "ref/stable/b2d.body": {} }, @@ -124912,7 +125262,7 @@ [ "b2d.body.get_angular_velocity", { - "_index": 8863, + "_index": 10111, "data": { "ref/stable/b2d.body": {} }, @@ -124922,7 +125272,7 @@ [ "b2d.body.get_gravity_scale", { - "_index": 8866, + "_index": 10114, "data": { "ref/stable/b2d.body": {} }, @@ -124932,7 +125282,7 @@ [ "b2d.body.get_inertia", { - "_index": 8868, + "_index": 10116, "data": { "ref/stable/b2d.body": {} }, @@ -124942,7 +125292,7 @@ [ "b2d.body.get_linear_damping", { - "_index": 8873, + "_index": 10121, "data": { "ref/stable/b2d.body": {} }, @@ -124952,7 +125302,7 @@ [ "b2d.body.get_linear_velocity", { - "_index": 8875, + "_index": 10123, "data": { "ref/stable/b2d.body": {} }, @@ -124962,7 +125312,7 @@ [ "b2d.body.get_linear_velocity_from_local_point", { - "_index": 8877, + "_index": 10125, "data": { "ref/stable/b2d.body": {} }, @@ -124972,7 +125322,7 @@ [ "b2d.body.get_linear_velocity_from_world_point", { - "_index": 8879, + "_index": 10127, "data": { "ref/stable/b2d.body": {} }, @@ -124982,7 +125332,7 @@ [ "b2d.body.get_local_center", { - "_index": 8881, + "_index": 10129, "data": { "ref/stable/b2d.body": {} }, @@ -124992,7 +125342,7 @@ [ "b2d.body.get_local_point", { - "_index": 8883, + "_index": 10131, "data": { "ref/stable/b2d.body": {} }, @@ -125002,7 +125352,7 @@ [ "b2d.body.get_local_vector", { - "_index": 8886, + "_index": 10134, "data": { "ref/stable/b2d.body": {} }, @@ -125012,7 +125362,7 @@ [ "b2d.body.get_mass", { - "_index": 8888, + "_index": 10136, "data": { "ref/stable/b2d.body": {} }, @@ -125022,7 +125372,7 @@ [ "b2d.body.get_next", { - "_index": 8890, + "_index": 10138, "data": { "ref/stable/b2d.body": {} }, @@ -125032,7 +125382,7 @@ [ "b2d.body.get_position", { - "_index": 8892, + "_index": 10140, "data": { "ref/stable/b2d.body": {} }, @@ -125042,7 +125392,7 @@ [ "b2d.body.get_type", { - "_index": 8894, + "_index": 10141, "data": { "ref/stable/b2d.body": {} }, @@ -125052,7 +125402,7 @@ [ "b2d.body.get_world", { - "_index": 8897, + "_index": 10143, "data": { "ref/stable/b2d.body": {} }, @@ -125062,7 +125412,7 @@ [ "b2d.body.get_world_center", { - "_index": 8898, + "_index": 10144, "data": { "ref/stable/b2d.body": {} }, @@ -125072,7 +125422,7 @@ [ "b2d.body.get_world_point", { - "_index": 8900, + "_index": 10146, "data": { "ref/stable/b2d.body": {} }, @@ -125082,7 +125432,7 @@ [ "b2d.body.get_world_vector", { - "_index": 8903, + "_index": 10149, "data": { "ref/stable/b2d.body": {} }, @@ -125092,7 +125442,7 @@ [ "b2d.body.is_active", { - "_index": 8905, + "_index": 10151, "data": { "ref/stable/b2d.body": {} }, @@ -125102,7 +125452,7 @@ [ "b2d.body.is_awake", { - "_index": 8907, + "_index": 10153, "data": { "ref/stable/b2d.body": {} }, @@ -125112,7 +125462,7 @@ [ "b2d.body.is_bullet", { - "_index": 8910, + "_index": 10156, "data": { "ref/stable/b2d.body": {} }, @@ -125122,7 +125472,7 @@ [ "b2d.body.is_fixed_rotation", { - "_index": 8912, + "_index": 10158, "data": { "ref/stable/b2d.body": {} }, @@ -125132,7 +125482,7 @@ [ "b2d.body.is_sleeping_allowed", { - "_index": 8914, + "_index": 10160, "data": { "ref/stable/b2d.body": {} }, @@ -125142,7 +125492,7 @@ [ "b2d.body.reset_mass_data", { - "_index": 8916, + "_index": 10162, "data": { "ref/stable/b2d.body": {} }, @@ -125152,7 +125502,7 @@ [ "b2d.body.set_active", { - "_index": 8920, + "_index": 10166, "data": { "ref/stable/b2d.body": {} }, @@ -125162,7 +125512,7 @@ [ "b2d.body.set_angular_damping", { - "_index": 8928, + "_index": 10174, "data": { "ref/stable/b2d.body": {} }, @@ -125172,7 +125522,7 @@ [ "b2d.body.set_angular_velocity", { - "_index": 8930, + "_index": 10176, "data": { "ref/stable/b2d.body": {} }, @@ -125182,7 +125532,7 @@ [ "b2d.body.set_awake", { - "_index": 8932, + "_index": 10178, "data": { "ref/stable/b2d.body": {} }, @@ -125192,7 +125542,7 @@ [ "b2d.body.set_bullet", { - "_index": 8934, + "_index": 10180, "data": { "ref/stable/b2d.body": {} }, @@ -125202,7 +125552,7 @@ [ "b2d.body.set_fixed_rotation", { - "_index": 8936, + "_index": 10182, "data": { "ref/stable/b2d.body": {} }, @@ -125212,7 +125562,7 @@ [ "b2d.body.set_gravity_scale", { - "_index": 8938, + "_index": 10184, "data": { "ref/stable/b2d.body": {} }, @@ -125222,7 +125572,7 @@ [ "b2d.body.set_linear_damping", { - "_index": 8940, + "_index": 10186, "data": { "ref/stable/b2d.body": {} }, @@ -125232,7 +125582,7 @@ [ "b2d.body.set_linear_velocity", { - "_index": 8942, + "_index": 10188, "data": { "ref/stable/b2d.body": {} }, @@ -125242,7 +125592,7 @@ [ "b2d.body.set_sleeping_allowed", { - "_index": 8944, + "_index": 10190, "data": { "ref/stable/b2d.body": {} }, @@ -125252,7 +125602,7 @@ [ "b2d.body.set_transform", { - "_index": 8946, + "_index": 10192, "data": { "ref/stable/b2d.body": {} }, @@ -125262,7 +125612,7 @@ [ "b2d.body.set_type", { - "_index": 8948, + "_index": 10194, "data": { "ref/stable/b2d.body": {} }, @@ -125272,7 +125622,7 @@ [ "b2d.get_body", { - "_index": 7601, + "_index": 9983, "data": { "ref/stable/b2d": {} }, @@ -125282,7 +125632,7 @@ [ "b2d.get_world", { - "_index": 7605, + "_index": 9987, "data": { "ref/stable/b2d": {} }, @@ -125292,7 +125642,7 @@ [ "b2world", { - "_index": 7607, + "_index": 9989, "data": { "ref/stable/b2d": {}, "ref/stable/b2d.body": {} @@ -125303,7 +125653,7 @@ [ "b4bac1", { - "_index": 3109, + "_index": 2397, "data": { "manuals/editor-styling": {} }, @@ -125313,7 +125663,7 @@ [ "back", { - "_index": 456, + "_index": 728, "data": { "assets/defold-parser": {}, "examples/collection/proxy": {}, @@ -125353,7 +125703,7 @@ [ "backend", { - "_index": 577, + "_index": 4090, "data": { "assets/firebase-remoteconfig": {}, "assets/playfabsdk": {}, @@ -125369,7 +125719,7 @@ [ "background", { - "_index": 2304, + "_index": 347, "data": { "examples/basics/z_order": {}, "manuals/editor-styling": {}, @@ -125390,7 +125740,7 @@ [ "backing", { - "_index": 2989, + "_index": 5294, "data": { "manuals/compute": {}, "ref/stable/dmArray": {}, @@ -125403,7 +125753,7 @@ [ "backslashes", { - "_index": 10109, + "_index": 7123, "data": { "ref/stable/string": {} }, @@ -125413,7 +125763,7 @@ [ "backtrace", { - "_index": 8785, + "_index": 8682, "data": { "ref/stable/crash": {}, "ref/stable/dmScript": {} @@ -125424,7 +125774,7 @@ [ "backtrace_execinfo.cpp:27", { - "_index": 4823, + "_index": 5004, "data": { "manuals/debugging-native-code": {} }, @@ -125434,7 +125784,7 @@ [ "backup", { - "_index": 3834, + "_index": 4396, "data": { "manuals/version-control": {} }, @@ -125444,7 +125794,7 @@ [ "backward", { - "_index": 2512, + "_index": 2877, "data": { "manuals/atlas": {}, "manuals/flash": {}, @@ -125459,7 +125809,7 @@ [ "backwards", { - "_index": 6168, + "_index": 6125, "data": { "examples/movement/look_rotation": {} }, @@ -125469,7 +125819,7 @@ [ "backwheel", { - "_index": 6160, + "_index": 6214, "data": { "examples/physics/hinge_joint": {} }, @@ -125479,7 +125829,7 @@ [ "bad", { - "_index": 2391, + "_index": 1535, "data": { "manuals/editor-scripts-ui": {}, "manuals/getting-help": {} @@ -125490,7 +125840,7 @@ [ "baked", { - "_index": 461, + "_index": 4502, "data": { "manuals/extensions": {}, "manuals/importing-models": {}, @@ -125502,7 +125852,7 @@ [ "band", { - "_index": 7754, + "_index": 8635, "data": { "ref/stable/bit": {} }, @@ -125512,7 +125862,7 @@ [ "bandwidth", { - "_index": 8083, + "_index": 10476, "data": { "ref/stable/socket": {} }, @@ -125522,7 +125872,7 @@ [ "bang", { - "_index": 6215, + "_index": 6144, "data": { "examples/particles/fireworks": {} }, @@ -125532,7 +125882,7 @@ [ "banks", { - "_index": 5556, + "_index": 5710, "data": { "manuals/resource": {} }, @@ -125542,7 +125892,7 @@ [ "banners", { - "_index": 1651, + "_index": 4835, "data": { "manuals/porting-guidelines": {} }, @@ -125552,7 +125902,7 @@ [ "bar", { - "_index": 2552, + "_index": 2399, "data": { "assets/safearea": {}, "examples/gui/healthbar": {}, @@ -125567,7 +125917,7 @@ [ "bare", { - "_index": 5663, + "_index": 2183, "data": { "manuals/optimization-size": {} }, @@ -125577,7 +125927,7 @@ [ "barebones", { - "_index": 6748, + "_index": 6727, "data": { "assets/endlessrunner": {} }, @@ -125587,7 +125937,7 @@ [ "barrier", { - "_index": 10309, + "_index": 6913, "data": { "ref/stable/dmGraphics": {} }, @@ -125597,7 +125947,7 @@ [ "barrieraccessflags", { - "_index": 10170, + "_index": 6765, "data": { "ref/stable/dmGraphics": {} }, @@ -125607,7 +125957,7 @@ [ "barrierstageflags", { - "_index": 10171, + "_index": 6766, "data": { "ref/stable/dmGraphics": {} }, @@ -125617,7 +125967,7 @@ [ "bars", { - "_index": 3947, + "_index": 450, "data": { "examples/gui/healthbar": {}, "manuals/editor-scripts-ui": {}, @@ -125630,7 +125980,7 @@ [ "base", { - "_index": 1404, + "_index": 2854, "data": { "assets/firebase-remoteconfig": {}, "manuals/atlas": {}, @@ -125651,7 +126001,7 @@ [ "base64", { - "_index": 5017, + "_index": 4623, "data": { "manuals/extensions-manifest-merge-tool": {}, "ref/stable/dmCrypt": {} @@ -125662,7 +126012,7 @@ [ "base64decode", { - "_index": 8047, + "_index": 8177, "data": { "ref/stable/dmCrypt": {} }, @@ -125672,7 +126022,7 @@ [ "base64encode", { - "_index": 8049, + "_index": 8181, "data": { "ref/stable/dmCrypt": {} }, @@ -125682,7 +126032,7 @@ [ "base:18.2.0", { - "_index": 4120, + "_index": 5549, "data": { "manuals/extensions-gradle": {} }, @@ -125692,7 +126042,7 @@ [ "based", { - "_index": 664, + "_index": 228, "data": { "assets/chrono": {}, "assets/defkit": {}, @@ -125739,7 +126089,8 @@ "ref/stable/physics": {}, "ref/stable/render": {}, "ref/stable/resource": {}, - "ref/stable/sys": {} + "ref/stable/sys": {}, + "ref/stable/vmath": {} }, "type": {} } @@ -125747,7 +126098,7 @@ [ "baseline", { - "_index": 5593, + "_index": 3904, "data": { "manuals/font": {} }, @@ -125757,7 +126108,7 @@ [ "bases", { - "_index": 10434, + "_index": 10722, "data": { "ref/stable/base": {} }, @@ -125767,7 +126118,7 @@ [ "bash", { - "_index": 1375, + "_index": 4012, "data": { "manuals/android": {}, "manuals/extender-local-setup": {}, @@ -125780,7 +126131,7 @@ [ "basic", { - "_index": 2774, + "_index": 1289, "data": { "assets/3deforms": {}, "assets/colorpicker": {}, @@ -125803,7 +126154,7 @@ [ "basis", { - "_index": 571, + "_index": 4131, "data": { "manuals/app-manifest": {}, "manuals/application-security": {}, @@ -125815,7 +126166,7 @@ [ "basisu", { - "_index": 1947, + "_index": 2099, "data": { "manuals/optimization-size": {}, "manuals/texture-profiles": {} @@ -125826,7 +126177,7 @@ [ "batch", { - "_index": 3735, + "_index": 562, "data": { "manuals/bundling": {}, "manuals/gui": {}, @@ -125841,7 +126192,7 @@ [ "batched", { - "_index": 3743, + "_index": 606, "data": { "manuals/gui": {}, "manuals/render": {}, @@ -125853,7 +126204,7 @@ [ "batches", { - "_index": 4484, + "_index": 557, "data": { "manuals/gui": {} }, @@ -125863,7 +126214,7 @@ [ "batching", { - "_index": 3732, + "_index": 1862, "data": { "examples/sprite/tint": {}, "manuals/mesh": {}, @@ -125876,7 +126227,7 @@ [ "battery", { - "_index": 1703, + "_index": 4858, "data": { "assets/batterystatus": {}, "manuals/porting-guidelines": {} @@ -125887,7 +126238,7 @@ [ "batterystatus", { - "_index": 6251, + "_index": 6747, "data": { "assets/batterystatus": {} }, @@ -125897,7 +126248,7 @@ [ "battles", { - "_index": 6400, + "_index": 6286, "data": { "assets/warbattlesassetpack": {} }, @@ -125907,7 +126258,7 @@ [ "bd", { - "_index": 7897, + "_index": 8556, "data": { "ref/stable/render": {} }, @@ -125917,7 +126268,7 @@ [ "be", { - "_index": 161, + "_index": 126, "data": { "assets/resource-encryption": {}, "examples/basics/parent_child": {}, @@ -126105,7 +126456,7 @@ [ "bean", { - "_index": 686, + "_index": 527, "data": { "manuals/addressing": {}, "manuals/building-blocks": {}, @@ -126118,7 +126469,7 @@ [ "bean.collection", { - "_index": 661, + "_index": 2515, "data": { "manuals/collection-factory": {} }, @@ -126128,7 +126479,7 @@ [ "bean/bean", { - "_index": 4552, + "_index": 5999, "data": { "manuals/building-blocks": {} }, @@ -126138,7 +126489,7 @@ [ "bean/buddy", { - "_index": 4863, + "_index": 3381, "data": { "manuals/addressing": {} }, @@ -126148,7 +126499,7 @@ [ "bean/controller.script", { - "_index": 695, + "_index": 2528, "data": { "manuals/collection-factory": {} }, @@ -126158,7 +126509,7 @@ [ "bean_factory", { - "_index": 691, + "_index": 2527, "data": { "manuals/collection-factory": {} }, @@ -126168,7 +126519,7 @@ [ "bean_ids", { - "_index": 690, + "_index": 2526, "data": { "manuals/collection-factory": {} }, @@ -126178,7 +126529,7 @@ [ "bean_node", { - "_index": 4478, + "_index": 525, "data": { "manuals/gui": {} }, @@ -126188,7 +126539,7 @@ [ "beans", { - "_index": 4852, + "_index": 3367, "data": { "manuals/addressing": {} }, @@ -126198,7 +126549,7 @@ [ "bear", { - "_index": 5488, + "_index": 3637, "data": { "manuals/extensions-best-practices": {} }, @@ -126208,7 +126559,7 @@ [ "beautiful", { - "_index": 6484, + "_index": 6609, "data": { "assets/haxesupport": {} }, @@ -126218,7 +126569,7 @@ [ "because", { - "_index": 1882, + "_index": 580, "data": { "examples/particles/fire_and_smoke": {}, "manuals/addressing": {}, @@ -126240,12 +126591,13 @@ [ "become", { - "_index": 1737, + "_index": 1476, "data": { "manuals/application-security": {}, "manuals/editor-scripts-ui": {}, "manuals/porting-guidelines": {}, - "manuals/version-control": {} + "manuals/version-control": {}, + "ref/stable/render": {} }, "type": {} } @@ -126253,7 +126605,7 @@ [ "becomes", { - "_index": 1085, + "_index": 487, "data": { "manuals/addressing": {}, "manuals/building-blocks": {}, @@ -126270,7 +126622,7 @@ [ "becoming", { - "_index": 4257, + "_index": 3791, "data": { "manuals/microsoft-xbox": {} }, @@ -126280,7 +126632,7 @@ [ "bee", { - "_index": 6149, + "_index": 6163, "data": { "examples/physics/raycast": {}, "examples/render/camera": {}, @@ -126292,7 +126644,7 @@ [ "bee.script", { - "_index": 6171, + "_index": 6197, "data": { "examples/render/screen_to_world": {} }, @@ -126302,7 +126654,7 @@ [ "been", { - "_index": 438, + "_index": 1629, "data": { "examples/material/vertexcolor": {}, "examples/particles/confetti": {}, @@ -126351,7 +126703,7 @@ [ "before", { - "_index": 293, + "_index": 543, "data": { "assets/defold-index": {}, "manuals/addressing": {}, @@ -126413,9 +126765,10 @@ [ "beforehand", { - "_index": 5480, + "_index": 3630, "data": { - "manuals/extensions-best-practices": {} + "manuals/extensions-best-practices": {}, + "ref/stable/editor": {} }, "type": {} } @@ -126423,7 +126776,7 @@ [ "begin", { - "_index": 7220, + "_index": 7436, "data": { "ref/stable/dmArray": {}, "ref/stable/dmHid": {}, @@ -126436,7 +126789,7 @@ [ "beginframe", { - "_index": 10331, + "_index": 8778, "data": { "ref/stable/dmProfile": {} }, @@ -126446,7 +126799,7 @@ [ "beginning", { - "_index": 511, + "_index": 1509, "data": { "manuals/debugging-game-and-system-logs": {}, "manuals/editor-scripts-ui": {}, @@ -126464,7 +126817,7 @@ [ "behalf", { - "_index": 3070, + "_index": 5046, "data": { "manuals/live-update-aws": {} }, @@ -126474,7 +126827,7 @@ [ "behave", { - "_index": 3972, + "_index": 1497, "data": { "manuals/debugging-game-logic": {}, "manuals/editor-scripts-ui": {}, @@ -126488,7 +126841,7 @@ [ "behavior", { - "_index": 100, + "_index": 309, "data": { "assets/def-behavior-tree": {}, "assets/firebase-remoteconfig": {}, @@ -126514,7 +126867,7 @@ [ "behavioral", { - "_index": 6456, + "_index": 6602, "data": { "assets/def-behavior-tree": {} }, @@ -126524,7 +126877,7 @@ [ "behaviors", { - "_index": 5113, + "_index": 4593, "data": { "assets/def-behavior-tree": {}, "manuals/glossary": {}, @@ -126536,7 +126889,7 @@ [ "behaviour", { - "_index": 176, + "_index": 3838, "data": { "manuals/extensions-ext-manifests": {}, "manuals/glossary": {}, @@ -126552,7 +126905,7 @@ [ "behind", { - "_index": 4474, + "_index": 503, "data": { "manuals/application-lifecycle": {}, "manuals/gui": {} @@ -126563,7 +126916,7 @@ [ "being", { - "_index": 743, + "_index": 143, "data": { "assets/safearea": {}, "manuals/application-security": {}, @@ -126604,7 +126957,7 @@ [ "believe", { - "_index": 3573, + "_index": 5590, "data": { "manuals/introduction": {} }, @@ -126614,7 +126967,7 @@ [ "belong", { - "_index": 1921, + "_index": 2314, "data": { "manuals/debugging-native-code": {}, "manuals/physics": {}, @@ -126628,7 +126981,7 @@ [ "belonged", { - "_index": 3222, + "_index": 1249, "data": { "manuals/addressing": {}, "manuals/particlefx": {}, @@ -126642,7 +126995,7 @@ [ "belonging", { - "_index": 4145, + "_index": 3865, "data": { "manuals/collection-proxy": {}, "manuals/libraries": {}, @@ -126655,7 +127008,7 @@ [ "belongs", { - "_index": 3353, + "_index": 1877, "data": { "manuals/flash": {}, "manuals/gui-clipping": {}, @@ -126668,7 +127021,7 @@ [ "below", { - "_index": 824, + "_index": 63, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/application-security": {}, @@ -126709,7 +127062,7 @@ [ "beneficial", { - "_index": 5630, + "_index": 2104, "data": { "manuals/optimization-size": {}, "ref/stable/engine": {}, @@ -126721,7 +127074,7 @@ [ "benefit", { - "_index": 3826, + "_index": 3623, "data": { "manuals/building-blocks": {}, "manuals/editor-scripts": {}, @@ -126735,7 +127088,7 @@ [ "besides", { - "_index": 5135, + "_index": 5340, "data": { "manuals/editor-scripts": {} }, @@ -126745,7 +127098,7 @@ [ "best", { - "_index": 1579, + "_index": 1507, "data": { "assets/gamedistribution": {}, "manuals/application-security": {}, @@ -126768,7 +127121,7 @@ [ "beta/branches/14/4/main", { - "_index": 4226, + "_index": 3271, "data": { "manuals/bob": {} }, @@ -126778,7 +127131,7 @@ [ "better", { - "_index": 1514, + "_index": 463, "data": { "assets/pcg-random": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -126797,7 +127150,7 @@ [ "between", { - "_index": 514, + "_index": 898, "data": { "assets/2dcollisions": {}, "assets/defsave": {}, @@ -126876,7 +127229,7 @@ [ "beware", { - "_index": 8231, + "_index": 10605, "data": { "ref/stable/socket": {} }, @@ -126886,7 +127239,7 @@ [ "bf", { - "_index": 4156, + "_index": 3184, "data": { "manuals/bob": {} }, @@ -126896,7 +127249,7 @@ [ "bg", { - "_index": 4361, + "_index": 5538, "data": { "manuals/gui-clipping": {} }, @@ -126906,7 +127259,7 @@ [ "big", { - "_index": 5589, + "_index": 3896, "data": { "manuals/font": {}, "ref/stable/bit": {} @@ -126917,7 +127270,7 @@ [ "bigger", { - "_index": 2276, + "_index": 805, "data": { "manuals/extensions-best-practices": {}, "manuals/html5": {} @@ -126928,7 +127281,7 @@ [ "biggest", { - "_index": 5632, + "_index": 2108, "data": { "assets/gamedistribution": {}, "manuals/optimization-size": {} @@ -126939,7 +127292,7 @@ [ "billing", { - "_index": 6464, + "_index": 6493, "data": { "assets/iap": {}, "assets/rustore-billing": {} @@ -126950,7 +127303,7 @@ [ "binary", { - "_index": 2760, + "_index": 2105, "data": { "manuals/application-security": {}, "manuals/bob": {}, @@ -126970,7 +127323,7 @@ [ "bind", { - "_index": 1983, + "_index": 1803, "data": { "manuals/compute": {}, "manuals/input": {}, @@ -126988,7 +127341,7 @@ [ "binding", { - "_index": 1974, + "_index": 1930, "data": { "manuals/glossary": {}, "manuals/input": {}, @@ -127003,7 +127356,7 @@ [ "bindings", { - "_index": 1956, + "_index": 4472, "data": { "assets/defold-box2d": {}, "assets/defoldinput": {}, @@ -127019,7 +127372,7 @@ [ "binds", { - "_index": 5859, + "_index": 4567, "data": { "manuals/glossary": {}, "ref/stable/socket": {} @@ -127030,7 +127383,7 @@ [ "bit", { - "_index": 2587, + "_index": 1428, "data": { "assets/alienworld": {}, "assets/warbattlesassetpack": {}, @@ -127061,7 +127414,7 @@ [ "bit.arshift", { - "_index": 7747, + "_index": 8629, "data": { "ref/stable/bit": {} }, @@ -127071,7 +127424,7 @@ [ "bit.band", { - "_index": 7753, + "_index": 8634, "data": { "ref/stable/bit": {} }, @@ -127081,7 +127434,7 @@ [ "bit.bnot", { - "_index": 7755, + "_index": 8636, "data": { "ref/stable/bit": {} }, @@ -127091,7 +127444,7 @@ [ "bit.bor", { - "_index": 7757, + "_index": 8638, "data": { "ref/stable/bit": {} }, @@ -127101,7 +127454,7 @@ [ "bit.bswap", { - "_index": 7759, + "_index": 8640, "data": { "ref/stable/bit": {} }, @@ -127111,7 +127464,7 @@ [ "bit.bxor", { - "_index": 7764, + "_index": 8645, "data": { "ref/stable/bit": {} }, @@ -127121,7 +127474,7 @@ [ "bit.lshift", { - "_index": 7767, + "_index": 8648, "data": { "ref/stable/bit": {} }, @@ -127131,7 +127484,7 @@ [ "bit.rol", { - "_index": 7771, + "_index": 8652, "data": { "ref/stable/bit": {} }, @@ -127141,7 +127494,7 @@ [ "bit.ror", { - "_index": 7773, + "_index": 8654, "data": { "ref/stable/bit": {} }, @@ -127151,7 +127504,7 @@ [ "bit.rshift", { - "_index": 7775, + "_index": 8656, "data": { "ref/stable/bit": {} }, @@ -127161,7 +127514,7 @@ [ "bit.tobit", { - "_index": 7777, + "_index": 8658, "data": { "ref/stable/bit": {} }, @@ -127171,7 +127524,7 @@ [ "bit.tohex", { - "_index": 7780, + "_index": 8660, "data": { "ref/stable/bit": {} }, @@ -127181,7 +127534,7 @@ [ "bit46", { - "_index": 6404, + "_index": 6400, "data": { "assets/bit46": {} }, @@ -127191,7 +127544,7 @@ [ "bitmap", { - "_index": 342, + "_index": 965, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/font": {}, @@ -127204,7 +127557,7 @@ [ "bitmaps", { - "_index": 5568, + "_index": 3868, "data": { "manuals/font": {} }, @@ -127214,7 +127567,7 @@ [ "bitmask", { - "_index": 8696, + "_index": 8094, "data": { "ref/stable/tilemap": {} }, @@ -127224,7 +127577,7 @@ [ "bitop", { - "_index": 5079, + "_index": 5176, "data": { "manuals/lua": {} }, @@ -127234,7 +127587,7 @@ [ "bitplanes", { - "_index": 7860, + "_index": 8533, "data": { "ref/stable/render": {} }, @@ -127244,7 +127597,7 @@ [ "bits", { - "_index": 7507, + "_index": 8569, "data": { "ref/stable/bit": {}, "ref/stable/dmRender": {}, @@ -127256,7 +127609,7 @@ [ "bitwise", { - "_index": 6406, + "_index": 6402, "data": { "assets/bit46": {}, "ref/stable/bit": {}, @@ -127268,7 +127621,7 @@ [ "bj\u00f6rn", { - "_index": 6068, + "_index": 3492, "data": { "manuals/camera": {} }, @@ -127278,7 +127631,7 @@ [ "black", { - "_index": 1235, + "_index": 2814, "data": { "examples/physics/knockback": {}, "manuals/physics-resolving-collisions": {}, @@ -127290,7 +127643,7 @@ [ "blank", { - "_index": 4434, + "_index": 296, "data": { "manuals/gui": {}, "ref/stable/resource": {}, @@ -127302,7 +127655,7 @@ [ "blanks", { - "_index": 8389, + "_index": 9587, "data": { "ref/stable/sys": {} }, @@ -127312,7 +127665,7 @@ [ "blazing", { - "_index": 4317, + "_index": 5948, "data": { "manuals/design": {} }, @@ -127322,7 +127675,7 @@ [ "bleed", { - "_index": 2472, + "_index": 2844, "data": { "manuals/atlas": {} }, @@ -127332,7 +127685,7 @@ [ "bleeding", { - "_index": 5751, + "_index": 3831, "data": { "manuals/sprite": {} }, @@ -127342,7 +127695,7 @@ [ "blend", { - "_index": 825, + "_index": 344, "data": { "assets/defblend": {}, "examples/particles/confetti": {}, @@ -127366,7 +127719,7 @@ [ "blend_add", { - "_index": 9145, + "_index": 7611, "data": { "ref/stable/gui": {} }, @@ -127376,7 +127729,7 @@ [ "blend_add_alpha", { - "_index": 9148, + "_index": 7614, "data": { "ref/stable/gui": {} }, @@ -127386,7 +127739,7 @@ [ "blend_alpha", { - "_index": 9150, + "_index": 7616, "data": { "ref/stable/gui": {} }, @@ -127396,7 +127749,7 @@ [ "blend_duration", { - "_index": 4129, + "_index": 5923, "data": { "manuals/model": {}, "ref/stable/model": {} @@ -127407,7 +127760,7 @@ [ "blend_factor_constant_alpha", { - "_index": 9784, + "_index": 8198, "data": { "ref/stable/graphics": {} }, @@ -127417,7 +127770,7 @@ [ "blend_factor_constant_color", { - "_index": 9785, + "_index": 8200, "data": { "ref/stable/graphics": {} }, @@ -127427,7 +127780,7 @@ [ "blend_factor_dst_alpha", { - "_index": 9786, + "_index": 8202, "data": { "ref/stable/graphics": {} }, @@ -127437,7 +127790,7 @@ [ "blend_factor_dst_color", { - "_index": 9787, + "_index": 8204, "data": { "ref/stable/graphics": {} }, @@ -127447,7 +127800,7 @@ [ "blend_factor_one", { - "_index": 9788, + "_index": 8206, "data": { "ref/stable/graphics": {} }, @@ -127457,7 +127810,7 @@ [ "blend_factor_one_minus_constant_alpha", { - "_index": 9789, + "_index": 8208, "data": { "ref/stable/graphics": {} }, @@ -127467,7 +127820,7 @@ [ "blend_factor_one_minus_constant_color", { - "_index": 9790, + "_index": 8210, "data": { "ref/stable/graphics": {} }, @@ -127477,7 +127830,7 @@ [ "blend_factor_one_minus_dst_alpha", { - "_index": 9791, + "_index": 8212, "data": { "ref/stable/graphics": {} }, @@ -127487,7 +127840,7 @@ [ "blend_factor_one_minus_dst_color", { - "_index": 9792, + "_index": 8214, "data": { "ref/stable/graphics": {} }, @@ -127497,7 +127850,7 @@ [ "blend_factor_one_minus_src_alpha", { - "_index": 9793, + "_index": 8216, "data": { "ref/stable/graphics": {} }, @@ -127507,7 +127860,7 @@ [ "blend_factor_one_minus_src_color", { - "_index": 9794, + "_index": 8218, "data": { "ref/stable/graphics": {} }, @@ -127517,7 +127870,7 @@ [ "blend_factor_src_alpha", { - "_index": 9795, + "_index": 8220, "data": { "ref/stable/graphics": {} }, @@ -127527,7 +127880,7 @@ [ "blend_factor_src_alpha_saturate", { - "_index": 9796, + "_index": 8222, "data": { "ref/stable/graphics": {} }, @@ -127537,7 +127890,7 @@ [ "blend_factor_src_color", { - "_index": 9797, + "_index": 8224, "data": { "ref/stable/graphics": {} }, @@ -127547,7 +127900,7 @@ [ "blend_factor_zero", { - "_index": 9798, + "_index": 8226, "data": { "ref/stable/graphics": {} }, @@ -127557,7 +127910,7 @@ [ "blend_mult", { - "_index": 9152, + "_index": 7618, "data": { "ref/stable/gui": {} }, @@ -127567,7 +127920,7 @@ [ "blend_screen", { - "_index": 9154, + "_index": 7620, "data": { "ref/stable/gui": {} }, @@ -127577,7 +127930,7 @@ [ "blendcolor", { - "_index": 7852, + "_index": 8525, "data": { "ref/stable/render": {} }, @@ -127587,7 +127940,7 @@ [ "blended", { - "_index": 4443, + "_index": 346, "data": { "manuals/gui": {}, "ref/stable/gui": {}, @@ -127599,7 +127952,7 @@ [ "blender", { - "_index": 4836, + "_index": 4815, "data": { "assets/cleanexporter": {}, "manuals/importing-models": {} @@ -127610,7 +127963,7 @@ [ "blendfactor", { - "_index": 10172, + "_index": 6767, "data": { "ref/stable/dmGraphics": {} }, @@ -127620,7 +127973,7 @@ [ "blending", { - "_index": 2907, + "_index": 6040, "data": { "assets/defblend": {}, "examples/material/screenspace": {}, @@ -127636,7 +127989,7 @@ [ "blends", { - "_index": 4444, + "_index": 348, "data": { "manuals/gui": {}, "ref/stable/render": {} @@ -127647,7 +128000,7 @@ [ "blip", { - "_index": 6327, + "_index": 6665, "data": { "assets/blip": {} }, @@ -127657,7 +128010,7 @@ [ "bloat", { - "_index": 6701, + "_index": 6484, "data": { "assets/dear-imgui": {} }, @@ -127667,7 +128020,7 @@ [ "blob", { - "_index": 7311, + "_index": 8685, "data": { "ref/stable/crash": {}, "ref/stable/dmConfigFile": {} @@ -127678,7 +128031,7 @@ [ "block", { - "_index": 1095, + "_index": 858, "data": { "examples/physics/dynamic": {}, "examples/physics/hinge_joint": {}, @@ -127703,7 +128056,7 @@ [ "block1", { - "_index": 6156, + "_index": 6215, "data": { "examples/physics/dynamic": {} }, @@ -127713,7 +128066,7 @@ [ "block2", { - "_index": 6151, + "_index": 6209, "data": { "examples/physics/dynamic": {}, "examples/physics/kinematic": {} @@ -127724,7 +128077,7 @@ [ "blocked", { - "_index": 8111, + "_index": 9903, "data": { "ref/stable/dmConditionVariable": {}, "ref/stable/socket": {} @@ -127735,7 +128088,7 @@ [ "blocking", { - "_index": 5285, + "_index": 3595, "data": { "manuals/editor-scripts": {}, "manuals/socket-connections": {}, @@ -127751,7 +128104,7 @@ [ "blocks", { - "_index": 3590, + "_index": 1445, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/building-blocks": {}, @@ -127768,7 +128121,7 @@ [ "blocky", { - "_index": 5585, + "_index": 3892, "data": { "manuals/font": {} }, @@ -127778,7 +128131,7 @@ [ "blue", { - "_index": 2347, + "_index": 1259, "data": { "manuals/flash": {}, "manuals/gui-layouts": {}, @@ -127800,7 +128153,7 @@ [ "blueprints", { - "_index": 4559, + "_index": 6005, "data": { "manuals/building-blocks": {} }, @@ -127810,7 +128163,7 @@ [ "bluetooth", { - "_index": 4081, + "_index": 4280, "data": { "manuals/profiling": {} }, @@ -127820,7 +128173,7 @@ [ "blur", { - "_index": 6638, + "_index": 6681, "data": { "assets/blurshader": {} }, @@ -127830,7 +128183,7 @@ [ "blur_render_target", { - "_index": 2975, + "_index": 5285, "data": { "manuals/compute": {} }, @@ -127840,7 +128193,7 @@ [ "blurred", { - "_index": 4700, + "_index": 2230, "data": { "manuals/adapting-graphics-to-screen-size": {} }, @@ -127850,7 +128203,7 @@ [ "blurs", { - "_index": 2925, + "_index": 5255, "data": { "manuals/compute": {} }, @@ -127860,7 +128213,7 @@ [ "blurshader", { - "_index": 6637, + "_index": 6680, "data": { "assets/blurshader": {} }, @@ -127870,7 +128223,7 @@ [ "bmfont", { - "_index": 829, + "_index": 3870, "data": { "manuals/font": {}, "manuals/label": {} @@ -127881,7 +128234,7 @@ [ "bmfonts", { - "_index": 5567, + "_index": 3867, "data": { "manuals/font": {} }, @@ -127891,7 +128244,7 @@ [ "bnot", { - "_index": 7756, + "_index": 8637, "data": { "ref/stable/bit": {} }, @@ -127901,7 +128254,7 @@ [ "bo", { - "_index": 4159, + "_index": 3187, "data": { "manuals/bob": {}, "manuals/debugging-native-code-ios": {} @@ -127912,7 +128265,7 @@ [ "bob", { - "_index": 1484, + "_index": 3176, "data": { "manuals/application-security": {}, "manuals/bob": {}, @@ -127927,7 +128280,7 @@ [ "bob.jar", { - "_index": 771, + "_index": 3181, "data": { "manuals/bob": {}, "manuals/caching-assets": {}, @@ -127941,7 +128294,7 @@ [ "bob/bob.jar", { - "_index": 4146, + "_index": 3168, "data": { "manuals/bob": {} }, @@ -127951,7 +128304,7 @@ [ "bodies", { - "_index": 7047, + "_index": 7470, "data": { "ref/stable/b2d.body": {}, "ref/stable/physics": {} @@ -127962,7 +128315,7 @@ [ "body", { - "_index": 1892, + "_index": 2297, "data": { "examples/physics/hinge_joint": {}, "manuals/addressing": {}, @@ -127983,7 +128336,7 @@ [ "body's", { - "_index": 8885, + "_index": 10133, "data": { "ref/stable/b2d.body": {} }, @@ -127993,7 +128346,7 @@ [ "body_cbk", { - "_index": 7231, + "_index": 10454, "data": { "ref/stable/dmHttpClient": {} }, @@ -128003,7 +128356,7 @@ [ "body_sprite_url", { - "_index": 2598, + "_index": 4313, "data": { "manuals/factory": {} }, @@ -128013,7 +128366,7 @@ [ "bodya", { - "_index": 5987, + "_index": 5781, "data": { "manuals/physics-joints": {}, "ref/stable/physics": {} @@ -128024,7 +128377,7 @@ [ "bodya_angle", { - "_index": 7085, + "_index": 7507, "data": { "ref/stable/physics": {} }, @@ -128034,7 +128387,7 @@ [ "bodyb", { - "_index": 5986, + "_index": 5780, "data": { "manuals/physics-joints": {}, "ref/stable/physics": {} @@ -128045,7 +128398,7 @@ [ "bodyb_angle", { - "_index": 7084, + "_index": 7506, "data": { "ref/stable/physics": {} }, @@ -128055,7 +128408,7 @@ [ "bold", { - "_index": 3129, + "_index": 2414, "data": { "manuals/editor-styling": {} }, @@ -128065,7 +128418,7 @@ [ "bone", { - "_index": 463, + "_index": 4503, "data": { "manuals/glossary": {}, "manuals/importing-models": {}, @@ -128081,7 +128434,7 @@ [ "bone_002", { - "_index": 500, + "_index": 4518, "data": { "manuals/model-animation": {} }, @@ -128091,7 +128444,7 @@ [ "bone_go", { - "_index": 498, + "_index": 4516, "data": { "manuals/model-animation": {} }, @@ -128101,7 +128454,7 @@ [ "bones", { - "_index": 486, + "_index": 4512, "data": { "manuals/importing-models": {}, "manuals/model-animation": {}, @@ -128114,7 +128467,7 @@ [ "book", { - "_index": 3076, + "_index": 214, "data": { "assets/narrator": {}, "manuals/flipbook-animation": {}, @@ -128129,7 +128482,7 @@ [ "books", { - "_index": 5080, + "_index": 5177, "data": { "manuals/lua": {} }, @@ -128139,7 +128492,7 @@ [ "bool", { - "_index": 4390, + "_index": 3712, "data": { "manuals/project-settings": {}, "ref/stable/b2d.body": {}, @@ -128180,7 +128533,7 @@ [ "boolean", { - "_index": 1869, + "_index": 1406, "data": { "examples/sprite/flip": {}, "manuals/editor-scripts": {}, @@ -128224,10 +128577,20 @@ "type": {} } ], + [ + "booleandefault", + { + "_index": 8846, + "data": { + "ref/stable/editor": {} + }, + "type": {} + } + ], [ "booleandetermines", { - "_index": 10684, + "_index": 8903, "data": { "ref/stable/editor": {} }, @@ -128237,7 +128600,7 @@ [ "booleanif", { - "_index": 10722, + "_index": 8941, "data": { "ref/stable/editor": {} }, @@ -128247,7 +128610,7 @@ [ "booleans", { - "_index": 5165, + "_index": 5369, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -128258,7 +128621,7 @@ [ "booleanwhether", { - "_index": 10656, + "_index": 8875, "data": { "ref/stable/editor": {} }, @@ -128268,7 +128631,7 @@ [ "boom", { - "_index": 5728, + "_index": 3565, "data": { "manuals/sound": {} }, @@ -128278,7 +128641,7 @@ [ "boot", { - "_index": 3440, + "_index": 2980, "data": { "manuals/ios": {} }, @@ -128288,7 +128651,7 @@ [ "booted", { - "_index": 3490, + "_index": 3034, "data": { "manuals/ios": {} }, @@ -128298,7 +128661,7 @@ [ "bootstrap", { - "_index": 3247, + "_index": 2082, "data": { "examples/collection/proxy": {}, "examples/collection/splash": {}, @@ -128315,7 +128678,7 @@ [ "bootstrap.main_collection", { - "_index": 5948, + "_index": 1983, "data": { "manuals/editor-preferences": {} }, @@ -128325,7 +128688,7 @@ [ "bor", { - "_index": 7758, + "_index": 8639, "data": { "ref/stable/bit": {} }, @@ -128335,7 +128698,7 @@ [ "border", { - "_index": 2257, + "_index": 783, "data": { "manuals/atlas": {}, "manuals/html5": {}, @@ -128348,7 +128711,7 @@ [ "bordering", { - "_index": 2808, + "_index": 4171, "data": { "manuals/application-security": {} }, @@ -128358,7 +128721,7 @@ [ "borders", { - "_index": 2469, + "_index": 2841, "data": { "manuals/atlas": {} }, @@ -128368,7 +128731,7 @@ [ "both", { - "_index": 580, + "_index": 28, "data": { "assets/defbuild": {}, "examples/gui/layouts": {}, @@ -128409,7 +128772,7 @@ [ "bots", { - "_index": 2803, + "_index": 4166, "data": { "manuals/application-security": {} }, @@ -128419,7 +128782,7 @@ [ "bottlenecks", { - "_index": 1706, + "_index": 4590, "data": { "manuals/glossary": {}, "manuals/porting-guidelines": {} @@ -128430,7 +128793,7 @@ [ "bottom", { - "_index": 1967, + "_index": 389, "data": { "examples/factory/bullets": {}, "examples/factory/dynamic": {}, @@ -128460,7 +128823,7 @@ [ "bottom_left", { - "_index": 10667, + "_index": 8886, "data": { "ref/stable/editor": {} }, @@ -128470,7 +128833,7 @@ [ "bottom_right", { - "_index": 10669, + "_index": 8888, "data": { "ref/stable/editor": {} }, @@ -128480,7 +128843,7 @@ [ "bounce", { - "_index": 1874, + "_index": 2284, "data": { "examples/physics/dynamic": {}, "manuals/physics-objects": {}, @@ -128493,7 +128856,7 @@ [ "bounces", { - "_index": 2952, + "_index": 5272, "data": { "examples/sound/panning": {}, "manuals/compute": {} @@ -128504,7 +128867,7 @@ [ "bound", { - "_index": 2131, + "_index": 98, "data": { "assets/daabbcc": {}, "manuals/compute": {}, @@ -128521,7 +128884,7 @@ [ "boundaries", { - "_index": 4451, + "_index": 376, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/gui": {} @@ -128532,7 +128895,7 @@ [ "boundary", { - "_index": 3333, + "_index": 5124, "data": { "manuals/flash": {}, "ref/stable/dmAlign": {} @@ -128543,7 +128906,7 @@ [ "bounded", { - "_index": 10443, + "_index": 9723, "data": { "ref/stable/dmStringFunc": {} }, @@ -128553,7 +128916,7 @@ [ "bounding", { - "_index": 809, + "_index": 400, "data": { "manuals/editor": {}, "manuals/flash": {}, @@ -128572,7 +128935,7 @@ [ "bounds", { - "_index": 2068, + "_index": 83, "data": { "examples/gui/drag": {}, "examples/sound/panning": {}, @@ -128593,7 +128956,7 @@ [ "box", { - "_index": 210, + "_index": 237, "data": { "examples/collection/proxy": {}, "examples/collection/splash": {}, @@ -128639,7 +129002,7 @@ [ "box2d", { - "_index": 1883, + "_index": 1031, "data": { "assets/defold-box2d": {}, "manuals/flash": {}, @@ -128655,7 +129018,7 @@ [ "box_data", { - "_index": 211, + "_index": 5527, "data": { "manuals/physics-shapes": {} }, @@ -128665,7 +129028,7 @@ [ "boxes", { - "_index": 3334, + "_index": 464, "data": { "manuals/android": {}, "manuals/editor": {}, @@ -128679,7 +129042,7 @@ [ "br", { - "_index": 4160, + "_index": 3188, "data": { "manuals/bob": {} }, @@ -128689,7 +129052,7 @@ [ "braces", { - "_index": 2286, + "_index": 822, "data": { "manuals/html5": {} }, @@ -128699,7 +129062,7 @@ [ "brackets", { - "_index": 1148, + "_index": 2769, "data": { "manuals/shader": {} }, @@ -128709,7 +129072,7 @@ [ "branch", { - "_index": 6289, + "_index": 6567, "data": { "assets/daabbcc": {} }, @@ -128719,7 +129082,7 @@ [ "branched", { - "_index": 6425, + "_index": 6384, "data": { "assets/defork": {} }, @@ -128729,7 +129092,7 @@ [ "branches", { - "_index": 3845, + "_index": 4407, "data": { "manuals/version-control": {} }, @@ -128739,7 +129102,7 @@ [ "branching", { - "_index": 6348, + "_index": 6452, "data": { "assets/defarc": {} }, @@ -128749,7 +129112,7 @@ [ "breadcrumb", { - "_index": 9937, + "_index": 8705, "data": { "ref/stable/crash": {} }, @@ -128759,7 +129122,7 @@ [ "break", { - "_index": 55, + "_index": 286, "data": { "examples/sprite/tint": {}, "manuals/debugging-game-logic": {}, @@ -128777,7 +129140,7 @@ [ "breakdown", { - "_index": 4058, + "_index": 4256, "data": { "manuals/profiling": {} }, @@ -128787,7 +129150,7 @@ [ "breakpoint", { - "_index": 4271, + "_index": 4919, "data": { "manuals/debugging-game-logic": {}, "manuals/debugging-native-code-android": {}, @@ -128799,7 +129162,7 @@ [ "breakpoints", { - "_index": 4083, + "_index": 2455, "data": { "manuals/debugging-game-logic": {}, "manuals/debugging-native-code-ios": {}, @@ -128813,7 +129176,7 @@ [ "breaks", { - "_index": 4486, + "_index": 564, "data": { "manuals/debugging-game-logic": {}, "manuals/gui": {}, @@ -128826,7 +129189,7 @@ [ "brew", { - "_index": 1364, + "_index": 2988, "data": { "manuals/extender-local-setup": {}, "manuals/ios": {} @@ -128837,7 +129200,7 @@ [ "brhtml", { - "_index": 4161, + "_index": 3189, "data": { "manuals/bob": {} }, @@ -128847,7 +129210,7 @@ [ "bridge", { - "_index": 3705, + "_index": 1820, "data": { "assets/adswrapper": {}, "manuals/glossary": {}, @@ -128859,7 +129222,7 @@ [ "brief", { - "_index": 5322, + "_index": 5804, "data": { "manuals/macos": {}, "ref/stable/go": {}, @@ -128871,7 +129234,7 @@ [ "bright", { - "_index": 2916, + "_index": 6044, "data": { "manuals/material": {} }, @@ -128881,7 +129244,7 @@ [ "bring", { - "_index": 2412, + "_index": 1127, "data": { "manuals/bundling": {}, "manuals/editor": {}, @@ -128897,7 +129260,7 @@ [ "brings", { - "_index": 5820, + "_index": 5563, "data": { "assets/compat53": {}, "manuals/editor": {} @@ -128908,7 +129271,7 @@ [ "brjson", { - "_index": 4163, + "_index": 3191, "data": { "manuals/bob": {} }, @@ -128918,7 +129281,7 @@ [ "broad", { - "_index": 8923, + "_index": 10169, "data": { "ref/stable/b2d.body": {} }, @@ -128928,7 +129291,7 @@ [ "broadcast", { - "_index": 6879, + "_index": 7958, "data": { "ref/stable/dmConditionVariable": {}, "ref/stable/dmSocket": {}, @@ -128942,7 +129305,7 @@ [ "broadcasted", { - "_index": 7036, + "_index": 7459, "data": { "ref/stable/physics": {} }, @@ -128952,7 +129315,7 @@ [ "broken", { - "_index": 4045, + "_index": 4243, "data": { "manuals/glossary": {}, "manuals/profiling": {}, @@ -128964,7 +129327,7 @@ [ "broker", { - "_index": 6574, + "_index": 6692, "data": { "assets/gamedistribution": {} }, @@ -128974,7 +129337,7 @@ [ "brought", { - "_index": 1913, + "_index": 2309, "data": { "manuals/glossary": {}, "manuals/physics-objects": {}, @@ -128986,7 +129349,7 @@ [ "browse", { - "_index": 3433, + "_index": 2976, "data": { "manuals/ios": {}, "manuals/profiling": {}, @@ -128998,7 +129361,7 @@ [ "browser", { - "_index": 803, + "_index": 659, "data": { "assets/dashdocsetfordefold": {}, "assets/defcon": {}, @@ -129026,7 +129389,7 @@ [ "browsers", { - "_index": 1770, + "_index": 739, "data": { "assets/defold-mobilehtml5-typing": {}, "manuals/file-access": {}, @@ -129039,7 +129402,7 @@ [ "brush", { - "_index": 4336, + "_index": 4426, "data": { "manuals/tilemap": {} }, @@ -129049,7 +129412,7 @@ [ "bs", { - "_index": 7899, + "_index": 8558, "data": { "ref/stable/render": {} }, @@ -129059,7 +129422,7 @@ [ "bsd", { - "_index": 7304, + "_index": 9414, "data": { "ref/stable/dmSocket": {}, "ref/stable/dmStringFunc": {}, @@ -129071,7 +129434,7 @@ [ "bswap", { - "_index": 7760, + "_index": 8641, "data": { "ref/stable/bit": {} }, @@ -129081,7 +129444,7 @@ [ "bucket", { - "_index": 1810, + "_index": 3315, "data": { "manuals/live-update": {}, "manuals/live-update-aws": {} @@ -129092,7 +129455,7 @@ [ "buckets", { - "_index": 1616, + "_index": 3123, "data": { "manuals/live-update-aws": {}, "manuals/optimization-speed": {} @@ -129103,7 +129466,7 @@ [ "buddy", { - "_index": 4853, + "_index": 3368, "data": { "manuals/addressing": {} }, @@ -129113,7 +129476,7 @@ [ "buddy#controller", { - "_index": 4858, + "_index": 3374, "data": { "manuals/addressing": {} }, @@ -129123,7 +129486,7 @@ [ "buf", { - "_index": 2522, + "_index": 2884, "data": { "manuals/atlas": {}, "manuals/mesh": {} @@ -129134,7 +129497,7 @@ [ "buffer", { - "_index": 929, + "_index": 1041, "data": { "assets/drawpixels": {}, "assets/imageloader": {}, @@ -129182,7 +129545,7 @@ [ "buffer's", { - "_index": 2918, + "_index": 6045, "data": { "manuals/material": {}, "ref/stable/render": {} @@ -129193,7 +129556,7 @@ [ "buffer.copy_buffer", { - "_index": 10368, + "_index": 8099, "data": { "ref/stable/buffer": {} }, @@ -129203,7 +129566,7 @@ [ "buffer.copy_stream", { - "_index": 10370, + "_index": 8101, "data": { "ref/stable/buffer": {} }, @@ -129213,7 +129576,7 @@ [ "buffer.create", { - "_index": 2523, + "_index": 2885, "data": { "manuals/atlas": {}, "manuals/buffer": {}, @@ -129228,7 +129591,7 @@ [ "buffer.get_bytes", { - "_index": 10373, + "_index": 8104, "data": { "ref/stable/buffer": {} }, @@ -129238,7 +129601,7 @@ [ "buffer.get_metadata", { - "_index": 10375, + "_index": 8106, "data": { "ref/stable/buffer": {} }, @@ -129248,7 +129611,7 @@ [ "buffer.get_stream", { - "_index": 2526, + "_index": 2889, "data": { "manuals/atlas": {}, "manuals/mesh": {}, @@ -129260,7 +129623,7 @@ [ "buffer.set_metadata", { - "_index": 4538, + "_index": 5654, "data": { "manuals/mesh": {}, "ref/stable/buffer": {} @@ -129271,7 +129634,7 @@ [ "buffer.value_type_float32", { - "_index": 4530, + "_index": 5646, "data": { "manuals/mesh": {}, "ref/stable/buffer": {} @@ -129282,7 +129645,7 @@ [ "buffer.value_type_int16", { - "_index": 10380, + "_index": 8111, "data": { "ref/stable/buffer": {} }, @@ -129292,7 +129655,7 @@ [ "buffer.value_type_int32", { - "_index": 10382, + "_index": 8113, "data": { "ref/stable/buffer": {} }, @@ -129302,7 +129665,7 @@ [ "buffer.value_type_int64", { - "_index": 10384, + "_index": 8115, "data": { "ref/stable/buffer": {} }, @@ -129312,7 +129675,7 @@ [ "buffer.value_type_int8", { - "_index": 10386, + "_index": 8117, "data": { "ref/stable/buffer": {} }, @@ -129322,7 +129685,7 @@ [ "buffer.value_type_uint16", { - "_index": 10388, + "_index": 8119, "data": { "ref/stable/buffer": {} }, @@ -129332,7 +129695,7 @@ [ "buffer.value_type_uint32", { - "_index": 10390, + "_index": 8121, "data": { "ref/stable/buffer": {} }, @@ -129342,7 +129705,7 @@ [ "buffer.value_type_uint64", { - "_index": 10392, + "_index": 8123, "data": { "ref/stable/buffer": {} }, @@ -129352,7 +129715,7 @@ [ "buffer.value_type_uint8", { - "_index": 2524, + "_index": 2887, "data": { "manuals/atlas": {}, "ref/stable/buffer": {} @@ -129363,7 +129726,7 @@ [ "buffer_ok", { - "_index": 10530, + "_index": 10641, "data": { "ref/stable/dmBuffer": {} }, @@ -129373,7 +129736,7 @@ [ "buffer_type", { - "_index": 7421, + "_index": 10421, "data": { "ref/stable/resource": {} }, @@ -129383,7 +129746,7 @@ [ "buffer_type_color0_bit", { - "_index": 9799, + "_index": 8228, "data": { "ref/stable/graphics": {} }, @@ -129393,7 +129756,7 @@ [ "buffer_type_color1_bit", { - "_index": 7842, + "_index": 8230, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -129404,7 +129767,7 @@ [ "buffer_type_color2_bit", { - "_index": 7843, + "_index": 8233, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -129415,7 +129778,7 @@ [ "buffer_type_color3_bit", { - "_index": 7844, + "_index": 8235, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -129426,7 +129789,7 @@ [ "buffer_type_depth_bit", { - "_index": 9801, + "_index": 8237, "data": { "ref/stable/graphics": {} }, @@ -129436,7 +129799,7 @@ [ "buffer_type_stencil_bit", { - "_index": 9802, + "_index": 8239, "data": { "ref/stable/graphics": {} }, @@ -129446,7 +129809,7 @@ [ "bufferaccess", { - "_index": 10173, + "_index": 6768, "data": { "ref/stable/dmGraphics": {} }, @@ -129456,7 +129819,7 @@ [ "bufferc", { - "_index": 7364, + "_index": 10400, "data": { "ref/stable/resource": {} }, @@ -129466,7 +129829,7 @@ [ "buffered", { - "_index": 8092, + "_index": 9459, "data": { "ref/stable/io": {}, "ref/stable/socket": {} @@ -129477,7 +129840,7 @@ [ "buffering", { - "_index": 7947, + "_index": 8605, "data": { "ref/stable/io": {}, "ref/stable/render": {} @@ -129488,7 +129851,7 @@ [ "buffers", { - "_index": 924, + "_index": 1042, "data": { "manuals/compute": {}, "manuals/extensions-defold-sdk": {}, @@ -129508,7 +129871,7 @@ [ "bufferstream", { - "_index": 10372, + "_index": 8103, "data": { "ref/stable/buffer": {} }, @@ -129518,7 +129881,7 @@ [ "bufferusage", { - "_index": 10174, + "_index": 6769, "data": { "ref/stable/dmGraphics": {} }, @@ -129528,7 +129891,7 @@ [ "bug", { - "_index": 1985, + "_index": 4931, "data": { "manuals/debugging-game-logic": {}, "manuals/getting-help": {}, @@ -129541,7 +129904,7 @@ [ "bugs", { - "_index": 4575, + "_index": 1935, "data": { "manuals/debugging": {}, "manuals/debugging-game-logic": {}, @@ -129553,7 +129916,7 @@ [ "build", { - "_index": 659, + "_index": 313, "data": { "assets/apathfinding": {}, "assets/defbuild": {}, @@ -129618,7 +129981,7 @@ [ "build.gradle", { - "_index": 4114, + "_index": 4730, "data": { "manuals/extensions": {}, "manuals/extensions-gradle": {} @@ -129629,7 +129992,7 @@ [ "build.yml", { - "_index": 1260, + "_index": 4643, "data": { "manuals/extensions-ext-manifests": {} }, @@ -129639,7 +130002,7 @@ [ "build/arm64", { - "_index": 4791, + "_index": 4976, "data": { "manuals/debugging-native-code": {} }, @@ -129649,7 +130012,7 @@ [ "build/armv7", { - "_index": 4282, + "_index": 5510, "data": { "manuals/debugging-native-code-android": {} }, @@ -129659,7 +130022,7 @@ [ "build/default", { - "_index": 4042, + "_index": 3225, "data": { "manuals/bob": {}, "manuals/profiling": {} @@ -129670,7 +130033,7 @@ [ "build/default/game.graph.json", { - "_index": 1841, + "_index": 3333, "data": { "manuals/live-update": {} }, @@ -129680,7 +130043,7 @@ [ "build/default/game.projectc", { - "_index": 8611, + "_index": 9433, "data": { "ref/stable/engine": {} }, @@ -129690,7 +130053,7 @@ [ "build/ios", { - "_index": 6074, + "_index": 4891, "data": { "manuals/debugging-native-code-ios": {} }, @@ -129700,7 +130063,7 @@ [ "build/js", { - "_index": 4796, + "_index": 4981, "data": { "manuals/debugging-native-code": {} }, @@ -129710,7 +130073,7 @@ [ "build/plugins", { - "_index": 5244, + "_index": 5447, "data": { "manuals/editor-scripts": {} }, @@ -129720,7 +130083,7 @@ [ "build/plugins/${extension", { - "_index": 5246, + "_index": 5449, "data": { "manuals/editor-scripts": {} }, @@ -129730,7 +130093,7 @@ [ "build/plugins/my", { - "_index": 5235, + "_index": 5438, "data": { "manuals/editor-scripts": {} }, @@ -129740,7 +130103,7 @@ [ "build/wasm", { - "_index": 4797, + "_index": 4982, "data": { "manuals/debugging-native-code": {} }, @@ -129750,7 +130113,7 @@ [ "build/x86_64", { - "_index": 4792, + "_index": 4977, "data": { "manuals/debugging-native-code": {} }, @@ -129760,7 +130123,7 @@ [ "build_time", { - "_index": 5209, + "_index": 5414, "data": { "manuals/editor-scripts": {} }, @@ -129770,7 +130133,7 @@ [ "builder", { - "_index": 4055, + "_index": 4254, "data": { "manuals/extender-docker-images": {}, "manuals/extensions": {}, @@ -129784,7 +130147,7 @@ [ "builder.platforms", { - "_index": 4919, + "_index": 4791, "data": { "manuals/extender-docker-images": {} }, @@ -129794,7 +130157,7 @@ [ "builders", { - "_index": 1358, + "_index": 4008, "data": { "manuals/extender-local-setup": {} }, @@ -129804,7 +130167,7 @@ [ "building", { - "_index": 645, + "_index": 808, "data": { "assets/defbuild": {}, "assets/defold-index": {}, @@ -129837,7 +130200,7 @@ [ "buildings", { - "_index": 5878, + "_index": 4600, "data": { "manuals/glossary": {} }, @@ -129847,7 +130210,7 @@ [ "builds", { - "_index": 1504, + "_index": 711, "data": { "manuals/application-security": {}, "manuals/bob": {}, @@ -129872,7 +130235,7 @@ [ "built", { - "_index": 1107, + "_index": 1079, "data": { "examples/sprite/tint": {}, "examples/timer/cancel_timer": {}, @@ -129913,7 +130276,7 @@ [ "builtin", { - "_index": 1128, + "_index": 2754, "data": { "manuals/shader": {} }, @@ -129923,7 +130286,7 @@ [ "builtins", { - "_index": 2251, + "_index": 777, "data": { "manuals/bob": {}, "manuals/glossary": {}, @@ -129935,7 +130298,7 @@ [ "builtins.scripts.mobdebug", { - "_index": 4986, + "_index": 2446, "data": { "manuals/zerobrane": {} }, @@ -129945,7 +130308,7 @@ [ "builtins/assets/meshes/quad.dae", { - "_index": 6228, + "_index": 6225, "data": { "examples/material/noise": {}, "examples/material/uvgradient": {} @@ -129956,7 +130319,7 @@ [ "builtins/ca", { - "_index": 276, + "_index": 5252, "data": { "manuals/networking": {} }, @@ -129966,7 +130329,7 @@ [ "builtins/fonts/debug/always_on_top.font", { - "_index": 4590, + "_index": 5865, "data": { "manuals/debugging-game-logic": {} }, @@ -129976,7 +130339,7 @@ [ "builtins/fonts/debug/always_on_top_font.material", { - "_index": 4591, + "_index": 5866, "data": { "manuals/debugging-game-logic": {} }, @@ -129986,7 +130349,7 @@ [ "builtins/fonts/default.font", { - "_index": 4414, + "_index": 173, "data": { "manuals/gui": {} }, @@ -129996,7 +130359,7 @@ [ "builtins/fonts/font", { - "_index": 5581, + "_index": 3885, "data": { "manuals/font": {} }, @@ -130006,7 +130369,7 @@ [ "builtins/materials", { - "_index": 1597, + "_index": 3114, "data": { "manuals/optimization-speed": {} }, @@ -130016,7 +130379,7 @@ [ "builtins/materials/*_paged_atlas.material", { - "_index": 2478, + "_index": 2849, "data": { "manuals/atlas": {} }, @@ -130026,7 +130389,7 @@ [ "bulk", { - "_index": 5622, + "_index": 2081, "data": { "manuals/optimization-size": {} }, @@ -130036,7 +130399,7 @@ [ "bullet", { - "_index": 1914, + "_index": 2310, "data": { "examples/factory/bullets": {}, "examples/factory/dynamic": {}, @@ -130052,7 +130415,7 @@ [ "bullet.hittestobject", { - "_index": 3335, + "_index": 5125, "data": { "manuals/flash": {} }, @@ -130062,7 +130425,7 @@ [ "bullet.x", { - "_index": 3343, + "_index": 5130, "data": { "manuals/flash": {} }, @@ -130072,7 +130435,7 @@ [ "bullet.y", { - "_index": 3344, + "_index": 5131, "data": { "manuals/flash": {} }, @@ -130082,7 +130445,7 @@ [ "bullet3d", { - "_index": 5624, + "_index": 2090, "data": { "manuals/optimization-size": {} }, @@ -130092,7 +130455,7 @@ [ "bullets", { - "_index": 1923, + "_index": 2316, "data": { "examples/factory/bullets": {}, "examples/factory/dynamic": {}, @@ -130108,7 +130471,7 @@ [ "bullseye", { - "_index": 3332, + "_index": 5123, "data": { "manuals/flash": {} }, @@ -130118,7 +130481,7 @@ [ "bullseye.hittestpoint", { - "_index": 3342, + "_index": 5129, "data": { "manuals/flash": {} }, @@ -130128,7 +130491,7 @@ [ "bunch", { - "_index": 6492, + "_index": 6477, "data": { "assets/deftable": {} }, @@ -130138,7 +130501,7 @@ [ "bundle", { - "_index": 1289, + "_index": 642, "data": { "assets/apkverifier": {}, "assets/vs-code-ide": {}, @@ -130175,7 +130538,7 @@ [ "bundled", { - "_index": 1842, + "_index": 2023, "data": { "examples/resource/modify_atlas": {}, "manuals/editor-preferences": {}, @@ -130190,7 +130553,7 @@ [ "bundler", { - "_index": 1792, + "_index": 3305, "data": { "manuals/live-update": {} }, @@ -130200,7 +130563,7 @@ [ "bundles", { - "_index": 1994, + "_index": 3006, "data": { "manuals/android": {}, "manuals/bob": {}, @@ -130216,7 +130579,7 @@ [ "bundletool", { - "_index": 4111, + "_index": 5541, "data": { "manuals/extensions-gradle": {} }, @@ -130226,7 +130589,7 @@ [ "bundling", { - "_index": 1799, + "_index": 809, "data": { "manuals/android": {}, "manuals/bob": {}, @@ -130255,7 +130618,7 @@ [ "bunny", { - "_index": 6109, + "_index": 6129, "data": { "examples/basics/z_order": {}, "examples/physics/trigger": {} @@ -130266,7 +130629,7 @@ [ "bunny's", { - "_index": 6155, + "_index": 6211, "data": { "examples/physics/trigger": {} }, @@ -130276,7 +130639,7 @@ [ "bunnymark", { - "_index": 6193, + "_index": 6166, "data": { "examples/sprite/bunnymark": {} }, @@ -130286,7 +130649,7 @@ [ "but", { - "_index": 277, + "_index": 260, "data": { "assets/compat53": {}, "assets/debeat": {}, @@ -130373,7 +130736,7 @@ [ "button", { - "_index": 150, + "_index": 600, "data": { "assets/gooey": {}, "assets/quickbutton": {}, @@ -130415,7 +130778,7 @@ [ "button.gui", { - "_index": 6127, + "_index": 6096, "data": { "examples/gui/button": {} }, @@ -130425,7 +130788,7 @@ [ "button.gui_script", { - "_index": 6128, + "_index": 6097, "data": { "examples/gui/button": {} }, @@ -130435,7 +130798,7 @@ [ "button_1/button", { - "_index": 4747, + "_index": 4697, "data": { "manuals/gui-template": {} }, @@ -130445,7 +130808,7 @@ [ "buttoncancel", { - "_index": 10723, + "_index": 8942, "data": { "ref/stable/editor": {} }, @@ -130455,7 +130818,7 @@ [ "buttondown", { - "_index": 3381, + "_index": 5154, "data": { "manuals/flash": {} }, @@ -130465,7 +130828,7 @@ [ "buttonenabled", { - "_index": 10724, + "_index": 8943, "data": { "ref/stable/editor": {} }, @@ -130475,7 +130838,7 @@ [ "buttons", { - "_index": 1991, + "_index": 582, "data": { "assets/gooey": {}, "examples/collection/proxy": {}, @@ -130499,7 +130862,7 @@ [ "buttontext", { - "_index": 10677, + "_index": 8896, "data": { "ref/stable/editor": {} }, @@ -130509,7 +130872,7 @@ [ "bxor", { - "_index": 7765, + "_index": 8646, "data": { "ref/stable/bit": {} }, @@ -130519,7 +130882,7 @@ [ "by", { - "_index": 70, + "_index": 201, "data": { "assets/apkx": {}, "assets/crypto_iap": {}, @@ -130681,7 +131044,7 @@ [ "bypass", { - "_index": 8149, + "_index": 10528, "data": { "ref/stable/socket": {} }, @@ -130691,7 +131054,7 @@ [ "bypasses", { - "_index": 7300, + "_index": 9411, "data": { "ref/stable/package": {} }, @@ -130701,7 +131064,7 @@ [ "byte", { - "_index": 4198, + "_index": 3237, "data": { "manuals/bob": {}, "ref/stable/buffer": {}, @@ -130718,7 +131081,7 @@ [ "bytecode", { - "_index": 2762, + "_index": 3235, "data": { "manuals/application-security": {}, "manuals/bob": {} @@ -130729,7 +131092,7 @@ [ "bytes", { - "_index": 616, + "_index": 874, "data": { "manuals/android": {}, "manuals/app-manifest": {}, @@ -130765,7 +131128,7 @@ [ "bytes_received", { - "_index": 8564, + "_index": 10235, "data": { "ref/stable/http": {} }, @@ -130775,7 +131138,7 @@ [ "bytes_total", { - "_index": 8567, + "_index": 10238, "data": { "ref/stable/http": {} }, @@ -130785,7 +131148,7 @@ [ "c", { - "_index": 1319, + "_index": 3610, "data": { "assets/pcg-random": {}, "assets/tactxstudios": {}, @@ -130817,7 +131180,7 @@ [ "c++11", { - "_index": 9669, + "_index": 10323, "data": { "ref/stable/dmStaticAssert": {} }, @@ -130827,7 +131190,7 @@ [ "c++98", { - "_index": 5473, + "_index": 3617, "data": { "manuals/extensions-best-practices": {} }, @@ -130837,7 +131200,7 @@ [ "c:\\program", { - "_index": 5954, + "_index": 2000, "data": { "manuals/editor-preferences": {} }, @@ -130847,7 +131210,7 @@ [ "c:\\users", { - "_index": 5836, + "_index": 5581, "data": { "manuals/editor": {} }, @@ -130857,7 +131220,7 @@ [ "c:\\users\\**your", { - "_index": 6020, + "_index": 3126, "data": { "manuals/editor-templates": {} }, @@ -130867,7 +131230,7 @@ [ "ca", { - "_index": 266, + "_index": 5250, "data": { "manuals/networking": {} }, @@ -130877,7 +131240,7 @@ [ "caa342ec99794de45b63735b203e83ba60d7e5a1", { - "_index": 1848, + "_index": 3336, "data": { "manuals/live-update": {} }, @@ -130887,7 +131250,7 @@ [ "cable", { - "_index": 3408, + "_index": 2940, "data": { "manuals/ios": {} }, @@ -130897,7 +131260,7 @@ [ "cache", { - "_index": 753, + "_index": 3105, "data": { "manuals/bob": {}, "manuals/caching-assets": {}, @@ -130911,7 +131274,7 @@ [ "cached", { - "_index": 778, + "_index": 2357, "data": { "manuals/caching-assets": {}, "manuals/optimization-speed": {}, @@ -130925,7 +131288,7 @@ [ "caches", { - "_index": 10830, + "_index": 9050, "data": { "ref/stable/editor": {} }, @@ -130935,7 +131298,7 @@ [ "caching", { - "_index": 8480, + "_index": 9678, "data": { "ref/stable/sys": {} }, @@ -130945,7 +131308,7 @@ [ "cafebazaar", { - "_index": 6616, + "_index": 6474, "data": { "assets/cafebazaar": {} }, @@ -130955,7 +131318,7 @@ [ "cairo", { - "_index": 6627, + "_index": 6538, "data": { "assets/defold-cairo": {} }, @@ -130965,7 +131328,7 @@ [ "calculate", { - "_index": 4763, + "_index": 3988, "data": { "assets/md5": {}, "examples/model/cubemap": {}, @@ -130984,7 +131347,7 @@ [ "calculated", { - "_index": 2665, + "_index": 127, "data": { "manuals/camera": {}, "manuals/gui": {}, @@ -131003,7 +131366,7 @@ [ "calculates", { - "_index": 6181, + "_index": 6192, "data": { "examples/render/orbit_camera": {}, "ref/stable/vmath": {} @@ -131014,7 +131377,7 @@ [ "calculating", { - "_index": 4671, + "_index": 3485, "data": { "manuals/camera": {}, "manuals/font": {}, @@ -131028,7 +131391,7 @@ [ "calculation", { - "_index": 5854, + "_index": 4556, "data": { "examples/material/noise": {}, "manuals/glossary": {}, @@ -131041,7 +131404,7 @@ [ "calculations", { - "_index": 1029, + "_index": 797, "data": { "manuals/html5": {}, "manuals/input-mouse-and-touch": {}, @@ -131054,7 +131417,7 @@ [ "calendar", { - "_index": 1840, + "_index": 3332, "data": { "manuals/live-update": {} }, @@ -131064,7 +131427,7 @@ [ "call", { - "_index": 712, + "_index": 556, "data": { "examples/particles/fireworks": {}, "examples/sprite/tint": {}, @@ -131123,7 +131486,7 @@ [ "callaback", { - "_index": 6834, + "_index": 10200, "data": { "ref/stable/html5": {} }, @@ -131133,7 +131496,7 @@ [ "callback", { - "_index": 523, + "_index": 1379, "data": { "examples/timer/trigger_timer": {}, "manuals/collection-factory": {}, @@ -131166,6 +131529,7 @@ "ref/stable/model": {}, "ref/stable/particlefx": {}, "ref/stable/physics": {}, + "ref/stable/render": {}, "ref/stable/sound": {}, "ref/stable/sprite": {}, "ref/stable/sys": {}, @@ -131178,7 +131542,7 @@ [ "callbacks", { - "_index": 520, + "_index": 1381, "data": { "manuals/editor-scripts": {}, "manuals/editor-scripts-ui": {}, @@ -131195,7 +131559,7 @@ [ "callbacktype", { - "_index": 8006, + "_index": 9864, "data": { "ref/stable/dmExtension": {} }, @@ -131205,7 +131569,7 @@ [ "called", { - "_index": 525, + "_index": 1296, "data": { "examples/gui/button": {}, "examples/gui/load_texture": {}, @@ -131277,7 +131641,7 @@ [ "caller", { - "_index": 6963, + "_index": 9113, "data": { "ref/stable/base": {}, "ref/stable/debug": {}, @@ -131290,7 +131654,7 @@ [ "calling", { - "_index": 688, + "_index": 1713, "data": { "manuals/bundling": {}, "manuals/collection-factory": {}, @@ -131324,7 +131688,7 @@ [ "calls", { - "_index": 1592, + "_index": 546, "data": { "manuals/bundling": {}, "manuals/editor-scripts": {}, @@ -131356,7 +131720,7 @@ [ "callstack", { - "_index": 4273, + "_index": 4974, "data": { "manuals/debugging-native-code": {}, "manuals/debugging-native-code-android": {} @@ -131367,7 +131731,7 @@ [ "camera", { - "_index": 962, + "_index": 1133, "data": { "assets/camera": {}, "assets/defold-rendy": {}, @@ -131401,7 +131765,7 @@ [ "camera's", { - "_index": 6182, + "_index": 6193, "data": { "examples/render/orbit_camera": {} }, @@ -131411,7 +131775,7 @@ [ "camera.get_aspect_ratio", { - "_index": 10571, + "_index": 10326, "data": { "ref/stable/camera": {} }, @@ -131421,7 +131785,17 @@ [ "camera.get_cameras", { - "_index": 10573, + "_index": 10328, + "data": { + "ref/stable/camera": {} + }, + "type": {} + } + ], + [ + "camera.get_enabled", + { + "_index": 10330, "data": { "ref/stable/camera": {} }, @@ -131431,7 +131805,7 @@ [ "camera.get_far_z", { - "_index": 10575, + "_index": 10332, "data": { "ref/stable/camera": {} }, @@ -131441,7 +131815,7 @@ [ "camera.get_fov", { - "_index": 10577, + "_index": 10334, "data": { "ref/stable/camera": {} }, @@ -131451,7 +131825,7 @@ [ "camera.get_near_z", { - "_index": 10579, + "_index": 10336, "data": { "ref/stable/camera": {} }, @@ -131461,7 +131835,7 @@ [ "camera.get_orthographic_zoom", { - "_index": 10581, + "_index": 10338, "data": { "ref/stable/camera": {} }, @@ -131471,7 +131845,7 @@ [ "camera.get_projection", { - "_index": 10583, + "_index": 10340, "data": { "ref/stable/camera": {} }, @@ -131481,7 +131855,7 @@ [ "camera.get_view", { - "_index": 10585, + "_index": 10342, "data": { "ref/stable/camera": {} }, @@ -131491,7 +131865,7 @@ [ "camera.set_aspect_ratio", { - "_index": 10587, + "_index": 10344, "data": { "ref/stable/camera": {} }, @@ -131501,7 +131875,7 @@ [ "camera.set_far_z", { - "_index": 10589, + "_index": 10346, "data": { "ref/stable/camera": {} }, @@ -131511,7 +131885,7 @@ [ "camera.set_fov", { - "_index": 10591, + "_index": 10348, "data": { "ref/stable/camera": {} }, @@ -131521,7 +131895,7 @@ [ "camera.set_near_z", { - "_index": 10593, + "_index": 10350, "data": { "ref/stable/camera": {} }, @@ -131531,7 +131905,7 @@ [ "camera.set_orthographic_zoom", { - "_index": 10595, + "_index": 10352, "data": { "ref/stable/camera": {} }, @@ -131541,7 +131915,7 @@ [ "camera.view", { - "_index": 3684, + "_index": 1784, "data": { "manuals/render": {} }, @@ -131551,7 +131925,7 @@ [ "camera/render", { - "_index": 6041, + "_index": 3454, "data": { "manuals/camera": {} }, @@ -131561,7 +131935,7 @@ [ "camera_gui", { - "_index": 3628, + "_index": 1710, "data": { "manuals/render": {} }, @@ -131571,7 +131945,7 @@ [ "camera_gui.frustum", { - "_index": 3668, + "_index": 1761, "data": { "manuals/render": {} }, @@ -131581,7 +131955,7 @@ [ "camera_gui.proj", { - "_index": 3666, + "_index": 1759, "data": { "manuals/render": {} }, @@ -131591,7 +131965,7 @@ [ "camera_gui.view", { - "_index": 3665, + "_index": 1758, "data": { "manuals/render": {} }, @@ -131601,7 +131975,7 @@ [ "camera_world", { - "_index": 3624, + "_index": 1706, "data": { "manuals/render": {} }, @@ -131611,7 +131985,7 @@ [ "camera_world.proj", { - "_index": 3650, + "_index": 1742, "data": { "manuals/render": {} }, @@ -131621,7 +131995,7 @@ [ "camera_world.view", { - "_index": 3648, + "_index": 1740, "data": { "manuals/render": {} }, @@ -131631,7 +132005,7 @@ [ "cameras", { - "_index": 1736, + "_index": 3475, "data": { "manuals/application-security": {}, "manuals/camera": {}, @@ -131644,7 +132018,7 @@ [ "can", { - "_index": 71, + "_index": 148, "data": { "assets/adinfo": {}, "assets/def-behavior-tree": {}, @@ -131825,7 +132199,7 @@ [ "can't", { - "_index": 2201, + "_index": 656, "data": { "manuals/android": {}, "manuals/editor-scripts": {}, @@ -131847,7 +132221,7 @@ [ "can.script", { - "_index": 4551, + "_index": 5998, "data": { "manuals/building-blocks": {} }, @@ -131857,7 +132231,7 @@ [ "can_factory", { - "_index": 2366, + "_index": 5636, "data": { "manuals/script-properties": {} }, @@ -131867,7 +132241,7 @@ [ "can_get", { - "_index": 10638, + "_index": 8819, "data": { "ref/stable/editor": {} }, @@ -131877,7 +132251,7 @@ [ "can_health", { - "_index": 2367, + "_index": 5637, "data": { "manuals/script-properties": {} }, @@ -131887,7 +132261,7 @@ [ "can_set", { - "_index": 10639, + "_index": 8820, "data": { "ref/stable/editor": {} }, @@ -131897,7 +132271,7 @@ [ "canada", { - "_index": 3501, + "_index": 3049, "data": { "manuals/ios": {} }, @@ -131907,7 +132281,7 @@ [ "cancel", { - "_index": 3815, + "_index": 1281, "data": { "examples/timer/cancel_timer": {}, "manuals/editor-scripts-ui": {}, @@ -131924,7 +132298,7 @@ [ "cancel_animation", { - "_index": 9155, + "_index": 7621, "data": { "ref/stable/gui": {} }, @@ -131934,7 +132308,7 @@ [ "cancel_animations", { - "_index": 8959, + "_index": 9914, "data": { "ref/stable/go": {} }, @@ -131944,7 +132318,7 @@ [ "cancel_flipbook", { - "_index": 9157, + "_index": 7623, "data": { "ref/stable/gui": {} }, @@ -131954,7 +132328,7 @@ [ "cancelability", { - "_index": 7715, + "_index": 10052, "data": { "ref/stable/dmSocket": {} }, @@ -131964,7 +132338,7 @@ [ "canceled", { - "_index": 531, + "_index": 4524, "data": { "manuals/model-animation": {}, "ref/stable/editor": {}, @@ -131977,7 +132351,7 @@ [ "cancelled", { - "_index": 3961, + "_index": 1474, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/model": {}, @@ -131989,7 +132363,7 @@ [ "cancelled/completed", { - "_index": 9978, + "_index": 7371, "data": { "ref/stable/timer": {} }, @@ -131999,7 +132373,7 @@ [ "cancelling", { - "_index": 9969, + "_index": 7361, "data": { "ref/stable/timer": {} }, @@ -132009,7 +132383,7 @@ [ "cancels", { - "_index": 9158, + "_index": 7624, "data": { "ref/stable/gui": {}, "ref/stable/model": {} @@ -132020,7 +132394,7 @@ [ "cannot", { - "_index": 373, + "_index": 987, "data": { "manuals/app-manifest": {}, "manuals/building-blocks": {}, @@ -132053,7 +132427,7 @@ [ "canonic", { - "_index": 8214, + "_index": 10592, "data": { "ref/stable/socket": {} }, @@ -132063,7 +132437,7 @@ [ "canonical", { - "_index": 6904, + "_index": 8427, "data": { "ref/stable/dmResource": {} }, @@ -132073,7 +132447,7 @@ [ "canvas", { - "_index": 2254, + "_index": 780, "data": { "assets/iap": {}, "examples/gui/layouts": {}, @@ -132085,7 +132459,7 @@ [ "cap", { - "_index": 8385, + "_index": 9583, "data": { "ref/stable/sys": {} }, @@ -132095,7 +132469,7 @@ [ "capabilities", { - "_index": 565, + "_index": 5228, "data": { "manuals/app-manifest": {} }, @@ -132105,7 +132479,7 @@ [ "capability", { - "_index": 560, + "_index": 5226, "data": { "manuals/app-manifest": {} }, @@ -132115,7 +132489,7 @@ [ "capable", { - "_index": 2005, + "_index": 813, "data": { "manuals/html5": {}, "manuals/input": {} @@ -132126,7 +132500,7 @@ [ "capacity", { - "_index": 10054, + "_index": 7437, "data": { "ref/stable/dmArray": {} }, @@ -132136,7 +132510,7 @@ [ "capsule", { - "_index": 194, + "_index": 5519, "data": { "manuals/physics-shapes": {}, "ref/stable/physics": {} @@ -132147,7 +132521,7 @@ [ "capsule_data", { - "_index": 197, + "_index": 5520, "data": { "manuals/physics-shapes": {} }, @@ -132157,7 +132531,7 @@ [ "capsules", { - "_index": 7118, + "_index": 7537, "data": { "ref/stable/physics": {} }, @@ -132167,7 +132541,7 @@ [ "capture", { - "_index": 4088, + "_index": 4287, "data": { "assets/camera": {}, "manuals/editor-scripts": {}, @@ -132181,7 +132555,7 @@ [ "captured", { - "_index": 4043, + "_index": 4241, "data": { "manuals/profiling": {}, "ref/stable/string": {} @@ -132192,7 +132566,7 @@ [ "captures", { - "_index": 3769, + "_index": 1907, "data": { "assets/googleanalyticsforfirebase": {}, "manuals/input-key-and-text": {}, @@ -132205,7 +132579,7 @@ [ "card", { - "_index": 885, + "_index": 2619, "data": { "assets/cards-fx-kit": {}, "manuals/shader": {}, @@ -132217,7 +132591,7 @@ [ "cardinality", { - "_index": 5183, + "_index": 5387, "data": { "manuals/editor-scripts": {} }, @@ -132227,7 +132601,7 @@ [ "cards", { - "_index": 6656, + "_index": 6649, "data": { "assets/cards-fx-kit": {} }, @@ -132237,7 +132611,7 @@ [ "care", { - "_index": 683, + "_index": 2522, "data": { "manuals/android": {}, "manuals/collection-factory": {}, @@ -132251,7 +132625,7 @@ [ "careful", { - "_index": 5102, + "_index": 5201, "data": { "manuals/lua": {}, "ref/stable/resource": {} @@ -132262,7 +132636,7 @@ [ "carefully", { - "_index": 4320, + "_index": 5950, "data": { "manuals/design": {} }, @@ -132272,7 +132646,7 @@ [ "carries", { - "_index": 10453, + "_index": 9735, "data": { "ref/stable/dmStringFunc": {} }, @@ -132282,7 +132656,7 @@ [ "carrot.go", { - "_index": 6226, + "_index": 6176, "data": { "examples/factory/basic": {} }, @@ -132292,7 +132666,7 @@ [ "carrotfactory", { - "_index": 6225, + "_index": 6175, "data": { "examples/factory/basic": {} }, @@ -132302,7 +132676,7 @@ [ "cartridges", { - "_index": 2791, + "_index": 4157, "data": { "manuals/application-security": {} }, @@ -132312,7 +132686,7 @@ [ "cas", { - "_index": 6265, + "_index": 6660, "data": { "assets/cas-ai": {} }, @@ -132322,7 +132696,7 @@ [ "cas.ai", { - "_index": 6266, + "_index": 6661, "data": { "assets/cas-ai": {} }, @@ -132332,7 +132706,7 @@ [ "case", { - "_index": 612, + "_index": 489, "data": { "assets/apkverifier": {}, "examples/movement/look_rotation": {}, @@ -132377,7 +132751,7 @@ [ "cases", { - "_index": 1583, + "_index": 687, "data": { "manuals/addressing": {}, "manuals/editor-scripts-ui": {}, @@ -132403,7 +132777,7 @@ [ "cast", { - "_index": 5520, + "_index": 1012, "data": { "manuals/physics": {}, "manuals/physics-events": {}, @@ -132416,7 +132790,7 @@ [ "casting", { - "_index": 6589, + "_index": 6576, "data": { "assets/defold-tile-raycast": {} }, @@ -132426,7 +132800,7 @@ [ "casts", { - "_index": 5393, + "_index": 1027, "data": { "manuals/collection-proxy": {}, "manuals/physics-ray-casts": {}, @@ -132439,7 +132813,7 @@ [ "cat", { - "_index": 2485, + "_index": 2859, "data": { "manuals/atlas": {}, "manuals/debugging-native-code": {} @@ -132450,7 +132824,7 @@ [ "cat,_normal", { - "_index": 2483, + "_index": 2857, "data": { "manuals/atlas": {} }, @@ -132460,7 +132834,7 @@ [ "catalina", { - "_index": 5366, + "_index": 5845, "data": { "manuals/macos": {} }, @@ -132470,7 +132844,7 @@ [ "catalog", { - "_index": 3474, + "_index": 3017, "data": { "manuals/ios": {} }, @@ -132480,7 +132854,7 @@ [ "catch", { - "_index": 8230, + "_index": 10604, "data": { "ref/stable/socket": {} }, @@ -132490,7 +132864,7 @@ [ "catches", { - "_index": 8228, + "_index": 10602, "data": { "ref/stable/base": {}, "ref/stable/socket": {} @@ -132501,7 +132875,7 @@ [ "categories", { - "_index": 3867, + "_index": 1319, "data": { "examples/factory/bullets": {}, "manuals/editor-scripts-ui": {}, @@ -132513,7 +132887,7 @@ [ "category", { - "_index": 2378, + "_index": 4924, "data": { "manuals/getting-help": {}, "manuals/live-update-aws": {}, @@ -132525,7 +132899,7 @@ [ "cause", { - "_index": 715, + "_index": 1304, "data": { "manuals/collection-factory": {}, "manuals/debugging": {}, @@ -132551,7 +132925,7 @@ [ "caused", { - "_index": 4701, + "_index": 2231, "data": { "manuals/adapting-graphics-to-screen-size": {} }, @@ -132561,7 +132935,7 @@ [ "causes", { - "_index": 1852, + "_index": 399, "data": { "manuals/editor-scripts-ui": {}, "manuals/gui": {}, @@ -132578,7 +132952,7 @@ [ "causing", { - "_index": 5277, + "_index": 5480, "data": { "examples/particles/modifiers": {}, "manuals/editor-scripts": {} @@ -132589,7 +132963,7 @@ [ "caveats", { - "_index": 1162, + "_index": 2777, "data": { "manuals/collection-proxy": {}, "manuals/live-update": {}, @@ -132604,7 +132978,7 @@ [ "cb", { - "_index": 1688, + "_index": 4851, "data": { "manuals/porting-guidelines": {} }, @@ -132614,7 +132988,7 @@ [ "cbqnwzfisotwygbybxohrhambkjy/build/intermediates.noindex/your", { - "_index": 3468, + "_index": 3010, "data": { "manuals/ios": {} }, @@ -132624,7 +132998,7 @@ [ "cbqnwzfisotwygbybxohrhambkjy/build/products/debug", { - "_index": 3483, + "_index": 3027, "data": { "manuals/ios": {} }, @@ -132634,7 +133008,7 @@ [ "cc0", { - "_index": 6170, + "_index": 6127, "data": { "examples/material/screenspace": {}, "examples/material/unlit": {}, @@ -132647,7 +133021,7 @@ [ "ccd", { - "_index": 1918, + "_index": 2313, "data": { "manuals/physics-objects": {} }, @@ -132657,7 +133031,7 @@ [ "cd", { - "_index": 1417, + "_index": 3269, "data": { "manuals/bob": {}, "manuals/debugging-native-code-ios": {}, @@ -132669,7 +133043,7 @@ [ "ce", { - "_index": 4165, + "_index": 3195, "data": { "manuals/bob": {} }, @@ -132679,7 +133053,7 @@ [ "ceil", { - "_index": 9729, + "_index": 7251, "data": { "ref/stable/math": {} }, @@ -132689,7 +133063,7 @@ [ "cell", { - "_index": 5594, + "_index": 3905, "data": { "manuals/font": {}, "ref/stable/tilemap": {} @@ -132700,7 +133074,7 @@ [ "cellular", { - "_index": 8426, + "_index": 9625, "data": { "ref/stable/sys": {} }, @@ -132710,7 +133084,7 @@ [ "center", { - "_index": 75, + "_index": 361, "data": { "assets/gamekit": {}, "examples/gui/healthbar": {}, @@ -132739,7 +133113,7 @@ [ "centered", { - "_index": 2498, + "_index": 2867, "data": { "manuals/atlas": {}, "manuals/test": {} @@ -132750,7 +133124,7 @@ [ "central", { - "_index": 4406, + "_index": 64, "data": { "manuals/gui": {} }, @@ -132760,7 +133134,7 @@ [ "certain", { - "_index": 2281, + "_index": 815, "data": { "assets/googleanalyticsforfirebase": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -132783,7 +133157,7 @@ [ "certificate", { - "_index": 258, + "_index": 2957, "data": { "manuals/android": {}, "manuals/application-security": {}, @@ -132797,7 +133171,7 @@ [ "certificates", { - "_index": 274, + "_index": 5251, "data": { "manuals/android": {}, "manuals/networking": {} @@ -132808,7 +133182,7 @@ [ "cfnetwork", { - "_index": 1295, + "_index": 4656, "data": { "manuals/extensions-ext-manifests": {} }, @@ -132818,7 +133192,7 @@ [ "chain", { - "_index": 534, + "_index": 1660, "data": { "manuals/application-security": {}, "manuals/flipbook-animation": {}, @@ -132832,7 +133206,7 @@ [ "chaining", { - "_index": 3078, + "_index": 2477, "data": { "manuals/flipbook-animation": {}, "ref/stable/dmHashTable": {} @@ -132843,7 +133217,7 @@ [ "chains", { - "_index": 3551, + "_index": 1639, "data": { "manuals/message-passing": {} }, @@ -132853,7 +133227,7 @@ [ "chance", { - "_index": 8954, + "_index": 9911, "data": { "ref/stable/go": {} }, @@ -132863,7 +133237,7 @@ [ "change", { - "_index": 72, + "_index": 257, "data": { "assets/firebase-remoteconfig": {}, "assets/panthera": {}, @@ -132927,7 +133301,7 @@ [ "change_collision_group", { - "_index": 7106, + "_index": 7527, "data": { "ref/stable/physics": {} }, @@ -132937,7 +133311,7 @@ [ "changed", { - "_index": 1930, + "_index": 523, "data": { "examples/particles/confetti": {}, "examples/particles/fire_and_smoke": {}, @@ -132972,7 +133346,7 @@ [ "changes", { - "_index": 400, + "_index": 834, "data": { "assets/panthera": {}, "assets/push": {}, @@ -133011,7 +133385,7 @@ [ "changing", { - "_index": 2265, + "_index": 792, "data": { "examples/physics/hinge_joint": {}, "examples/physics/pendulum": {}, @@ -133039,7 +133413,7 @@ [ "channel", { - "_index": 5702, + "_index": 3536, "data": { "manuals/sound": {}, "ref/stable/gui": {}, @@ -133051,7 +133425,7 @@ [ "channels", { - "_index": 3517, + "_index": 3065, "data": { "manuals/ios": {} }, @@ -133061,7 +133435,7 @@ [ "char", { - "_index": 4942, + "_index": 3646, "data": { "manuals/extensions": {}, "manuals/extensions-best-practices": {}, @@ -133094,7 +133468,7 @@ [ "char[1024", { - "_index": 9637, + "_index": 9342, "data": { "ref/stable/dmGameObject": {} }, @@ -133104,7 +133478,7 @@ [ "character", { - "_index": 656, + "_index": 828, "data": { "assets/kinematicwalker": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -133130,7 +133504,7 @@ [ "character_node", { - "_index": 3096, + "_index": 2499, "data": { "manuals/flipbook-animation": {} }, @@ -133140,7 +133514,7 @@ [ "characteristics", { - "_index": 5251, + "_index": 5454, "data": { "manuals/editor-scripts": {} }, @@ -133150,7 +133524,7 @@ [ "characters", { - "_index": 4005, + "_index": 1559, "data": { "manuals/building-blocks": {}, "manuals/editor-scripts-ui": {}, @@ -133173,7 +133547,7 @@ [ "charge", { - "_index": 4927, + "_index": 4725, "data": { "manuals/extensions": {} }, @@ -133183,7 +133557,7 @@ [ "charging", { - "_index": 6252, + "_index": 6748, "data": { "assets/batterystatus": {} }, @@ -133193,7 +133567,7 @@ [ "chars", { - "_index": 5657, + "_index": 2170, "data": { "manuals/optimization-size": {} }, @@ -133203,7 +133577,7 @@ [ "chat", { - "_index": 5542, + "_index": 4107, "data": { "assets/nakama": {}, "manuals/online-services": {} @@ -133214,7 +133588,7 @@ [ "cheaper", { - "_index": 4000, + "_index": 1550, "data": { "manuals/editor-scripts-ui": {} }, @@ -133224,7 +133598,7 @@ [ "cheat", { - "_index": 2788, + "_index": 4153, "data": { "manuals/application-security": {} }, @@ -133234,7 +133608,7 @@ [ "cheaters", { - "_index": 2783, + "_index": 4148, "data": { "manuals/application-security": {} }, @@ -133244,7 +133618,7 @@ [ "cheating", { - "_index": 2784, + "_index": 4149, "data": { "manuals/application-security": {} }, @@ -133254,7 +133628,7 @@ [ "check", { - "_index": 1705, + "_index": 280, "data": { "assets/apkverifier": {}, "assets/defquest": {}, @@ -133319,7 +133693,7 @@ [ "check_box", { - "_index": 3923, + "_index": 1405, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -133330,7 +133704,7 @@ [ "check_is_enemy", { - "_index": 7054, + "_index": 7477, "data": { "ref/stable/physics": {} }, @@ -133340,7 +133714,7 @@ [ "checkbox", { - "_index": 178, + "_index": 323, "data": { "assets/gooey": {}, "examples/gui/color": {}, @@ -133365,7 +133739,7 @@ [ "checkbuffer", { - "_index": 8719, + "_index": 10790, "data": { "ref/stable/dmScript": {} }, @@ -133375,7 +133749,7 @@ [ "checkbuffernoerror", { - "_index": 8723, + "_index": 10794, "data": { "ref/stable/dmScript": {} }, @@ -133385,7 +133759,7 @@ [ "checkbufferunpack", { - "_index": 8725, + "_index": 10796, "data": { "ref/stable/dmScript": {} }, @@ -133395,7 +133769,7 @@ [ "checkbufferunpacknoerror", { - "_index": 8729, + "_index": 10798, "data": { "ref/stable/dmScript": {} }, @@ -133405,7 +133779,7 @@ [ "checkcollection", { - "_index": 8701, + "_index": 10776, "data": { "ref/stable/dmScript": {} }, @@ -133415,7 +133789,7 @@ [ "checked", { - "_index": 709, + "_index": 1532, "data": { "examples/factory/dynamic": {}, "manuals/collection-factory": {}, @@ -133436,7 +133810,7 @@ [ "checkedon_value_changed", { - "_index": 10693, + "_index": 8912, "data": { "ref/stable/editor": {} }, @@ -133446,7 +133820,7 @@ [ "checkgoinstance", { - "_index": 8703, + "_index": 10777, "data": { "ref/stable/dmScript": {} }, @@ -133456,7 +133830,7 @@ [ "checkhash", { - "_index": 8731, + "_index": 10800, "data": { "ref/stable/dmScript": {} }, @@ -133466,7 +133840,7 @@ [ "checkhashorstring", { - "_index": 8733, + "_index": 10802, "data": { "ref/stable/dmScript": {} }, @@ -133476,7 +133850,7 @@ [ "checking", { - "_index": 701, + "_index": 1040, "data": { "assets/lua-language-server": {}, "manuals/android": {}, @@ -133501,7 +133875,7 @@ [ "checklist", { - "_index": 4617, + "_index": 5885, "data": { "manuals/debugging-game-logic": {} }, @@ -133511,7 +133885,7 @@ [ "checkmatrix4", { - "_index": 8735, + "_index": 10804, "data": { "ref/stable/dmScript": {} }, @@ -133521,7 +133895,7 @@ [ "checkout", { - "_index": 4269, + "_index": 5502, "data": { "manuals/debugging-native-code-android": {} }, @@ -133531,7 +133905,7 @@ [ "checkquat", { - "_index": 8737, + "_index": 10806, "data": { "ref/stable/dmScript": {} }, @@ -133541,7 +133915,7 @@ [ "checks", { - "_index": 2878, + "_index": 2028, "data": { "assets/editor-script-check-dependencies-versions": {}, "manuals/application-security": {}, @@ -133560,7 +133934,7 @@ [ "checksum", { - "_index": 774, + "_index": 3729, "data": { "manuals/caching-assets": {} }, @@ -133570,7 +133944,7 @@ [ "checksums", { - "_index": 5212, + "_index": 5417, "data": { "manuals/editor-scripts": {} }, @@ -133580,7 +133954,7 @@ [ "checktable", { - "_index": 8706, + "_index": 10779, "data": { "ref/stable/dmScript": {} }, @@ -133590,7 +133964,7 @@ [ "checkvector3", { - "_index": 8739, + "_index": 10808, "data": { "ref/stable/dmScript": {} }, @@ -133600,7 +133974,7 @@ [ "checkvector4", { - "_index": 8741, + "_index": 10810, "data": { "ref/stable/dmScript": {} }, @@ -133610,7 +133984,7 @@ [ "chief", { - "_index": 5088, + "_index": 5185, "data": { "manuals/lua": {} }, @@ -133620,7 +133994,7 @@ [ "child", { - "_index": 647, + "_index": 428, "data": { "examples/basics/parent_child": {}, "examples/gui/healthbar": {}, @@ -133645,7 +134019,7 @@ [ "child's", { - "_index": 4482, + "_index": 538, "data": { "manuals/building-blocks": {}, "manuals/gui": {} @@ -133656,7 +134030,7 @@ [ "child_bean", { - "_index": 4569, + "_index": 6015, "data": { "manuals/building-blocks": {} }, @@ -133666,7 +134040,7 @@ [ "childed", { - "_index": 658, + "_index": 1129, "data": { "manuals/collection-factory": {}, "manuals/flash": {}, @@ -133678,7 +134052,7 @@ [ "childing", { - "_index": 4561, + "_index": 6007, "data": { "manuals/building-blocks": {} }, @@ -133688,7 +134062,7 @@ [ "children", { - "_index": 1849, + "_index": 544, "data": { "manuals/building-blocks": {}, "manuals/editor-scripts-ui": {}, @@ -133706,7 +134080,7 @@ [ "chip", { - "_index": 6608, + "_index": 6489, "data": { "assets/chipsounds": {} }, @@ -133716,7 +134090,7 @@ [ "chipsounds", { - "_index": 6607, + "_index": 6488, "data": { "assets/chipsounds": {} }, @@ -133726,7 +134100,7 @@ [ "chiptune", { - "_index": 6602, + "_index": 6487, "data": { "assets/modplayer": {} }, @@ -133736,7 +134110,7 @@ [ "chmod", { - "_index": 5343, + "_index": 5822, "data": { "manuals/macos": {} }, @@ -133746,7 +134120,7 @@ [ "chocolatey", { - "_index": 1365, + "_index": 4010, "data": { "manuals/extender-local-setup": {} }, @@ -133756,7 +134130,7 @@ [ "choice", { - "_index": 2103, + "_index": 1106, "data": { "manuals/debugging-native-code-android": {}, "manuals/extensions-defold-sdk": {}, @@ -133768,7 +134142,7 @@ [ "choices", { - "_index": 2899, + "_index": 3193, "data": { "manuals/bob": {}, "manuals/material": {} @@ -133779,7 +134153,7 @@ [ "choose", { - "_index": 1788, + "_index": 635, "data": { "manuals/addressing": {}, "manuals/building-blocks": {}, @@ -133799,7 +134173,7 @@ [ "chooses", { - "_index": 2895, + "_index": 6032, "data": { "manuals/material": {}, "ref/stable/socket": {} @@ -133810,7 +134184,7 @@ [ "choosing", { - "_index": 5497, + "_index": 3652, "data": { "manuals/extensions-best-practices": {} }, @@ -133820,7 +134194,7 @@ [ "chose", { - "_index": 2213, + "_index": 682, "data": { "manuals/debugging-native-code": {}, "manuals/html5": {} @@ -133831,7 +134205,7 @@ [ "chosen", { - "_index": 2656, + "_index": 2905, "data": { "manuals/addressing": {}, "manuals/gui-layouts": {} @@ -133842,7 +134216,7 @@ [ "chrome", { - "_index": 603, + "_index": 742, "data": { "manuals/app-manifest": {}, "manuals/html5": {}, @@ -133854,7 +134228,7 @@ [ "chrono", { - "_index": 6718, + "_index": 6434, "data": { "assets/chrono": {} }, @@ -133864,7 +134238,7 @@ [ "chunk", { - "_index": 5108, + "_index": 5207, "data": { "manuals/lua": {}, "ref/stable/base": {} @@ -133875,7 +134249,7 @@ [ "chunked", { - "_index": 8571, + "_index": 10242, "data": { "ref/stable/http": {} }, @@ -133885,7 +134259,7 @@ [ "chunked_transfer", { - "_index": 8570, + "_index": 10241, "data": { "ref/stable/http": {} }, @@ -133895,7 +134269,7 @@ [ "chunkname", { - "_index": 10411, + "_index": 10698, "data": { "ref/stable/base": {} }, @@ -133905,7 +134279,7 @@ [ "ci", { - "_index": 4727, + "_index": 4705, "data": { "manuals/bundling": {} }, @@ -133915,7 +134289,7 @@ [ "cinematic", { - "_index": 6744, + "_index": 6685, "data": { "assets/operator": {} }, @@ -133925,7 +134299,7 @@ [ "cipher", { - "_index": 2766, + "_index": 4138, "data": { "manuals/application-security": {} }, @@ -133935,7 +134309,7 @@ [ "circle", { - "_index": 3181, + "_index": 1175, "data": { "examples/particles/fire_and_smoke": {}, "examples/physics/hinge_joint": {}, @@ -133948,7 +134322,7 @@ [ "circles", { - "_index": 5830, + "_index": 5575, "data": { "assets/2dcollisions": {}, "manuals/editor": {} @@ -133959,7 +134333,7 @@ [ "circlic", { - "_index": 8969, + "_index": 7641, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -133970,7 +134344,7 @@ [ "circular", { - "_index": 3216, + "_index": 219, "data": { "examples/gui/progress": {}, "examples/timer/repeating_timer": {}, @@ -133984,7 +134358,7 @@ [ "circumscribe", { - "_index": 5041, + "_index": 5006, "data": { "manuals/gui-pie": {} }, @@ -133994,7 +134368,7 @@ [ "circumstances", { - "_index": 4725, + "_index": 4702, "data": { "manuals/bundling": {} }, @@ -134004,7 +134378,7 @@ [ "cirular", { - "_index": 6147, + "_index": 6206, "data": { "examples/physics/hinge_joint": {}, "examples/physics/pendulum": {} @@ -134015,7 +134389,7 @@ [ "cjson", { - "_index": 6603, + "_index": 6427, "data": { "assets/cjson": {} }, @@ -134025,7 +134399,7 @@ [ "cl", { - "_index": 6694, + "_index": 6272, "data": { "assets/defbuild": {} }, @@ -134035,7 +134409,7 @@ [ "clamp", { - "_index": 7966, + "_index": 6980, "data": { "ref/stable/render": {}, "ref/stable/vmath": {} @@ -134046,7 +134420,7 @@ [ "clamped", { - "_index": 7936, + "_index": 6956, "data": { "ref/stable/render": {}, "ref/stable/sprite": {}, @@ -134059,7 +134433,7 @@ [ "class", { - "_index": 3259, + "_index": 4442, "data": { "manuals/flash": {}, "manuals/test": {}, @@ -134072,7 +134446,7 @@ [ "classes", { - "_index": 5471, + "_index": 3613, "data": { "manuals/extensions-best-practices": {} }, @@ -134082,7 +134456,7 @@ [ "clean", { - "_index": 4204, + "_index": 3243, "data": { "assets/cleanexporter": {}, "assets/editor-script-cleanup": {}, @@ -134097,7 +134471,7 @@ [ "cleaner", { - "_index": 2648, + "_index": 4355, "data": { "manuals/factory": {}, "manuals/lua": {} @@ -134108,7 +134482,7 @@ [ "cleanexporter", { - "_index": 6420, + "_index": 6589, "data": { "assets/cleanexporter": {} }, @@ -134118,7 +134492,7 @@ [ "cleanup", { - "_index": 763, + "_index": 3726, "data": { "assets/editor-script-cleanup": {}, "manuals/caching-assets": {}, @@ -134131,7 +134505,7 @@ [ "clear", { - "_index": 2393, + "_index": 1696, "data": { "manuals/debugging-game-logic": {}, "manuals/design": {}, @@ -134155,7 +134529,7 @@ [ "clear_color", { - "_index": 3677, + "_index": 1777, "data": { "manuals/render": {}, "ref/stable/render": {} @@ -134166,7 +134540,7 @@ [ "cleared", { - "_index": 7787, + "_index": 8474, "data": { "ref/stable/editor": {}, "ref/stable/profiler": {}, @@ -134178,7 +134552,7 @@ [ "clearing", { - "_index": 4605, + "_index": 5877, "data": { "manuals/debugging-game-logic": {} }, @@ -134188,7 +134562,7 @@ [ "clearly", { - "_index": 3805, + "_index": 2068, "data": { "manuals/optimization-size": {}, "manuals/version-control": {} @@ -134199,7 +134573,7 @@ [ "clearnamedconstantbuffer", { - "_index": 7453, + "_index": 10903, "data": { "ref/stable/dmRender": {} }, @@ -134209,7 +134583,7 @@ [ "clearrenderconstant", { - "_index": 7983, + "_index": 8036, "data": { "ref/stable/dmGameSystem": {} }, @@ -134219,7 +134593,7 @@ [ "clears", { - "_index": 5295, + "_index": 5494, "data": { "manuals/editor-scripts": {}, "ref/stable/dmRender": {}, @@ -134231,7 +134605,7 @@ [ "cli", { - "_index": 1361, + "_index": 4009, "data": { "manuals/extender-local-setup": {} }, @@ -134241,7 +134615,7 @@ [ "click", { - "_index": 432, + "_index": 206, "data": { "assets/googleplaygameservices": {}, "assets/spritefusion": {}, @@ -134282,7 +134656,7 @@ [ "clicked", { - "_index": 2159, + "_index": 4487, "data": { "examples/particles/confetti": {}, "examples/particles/fireworks": {}, @@ -134294,7 +134668,7 @@ [ "clicking", { - "_index": 449, + "_index": 235, "data": { "examples/collection/proxy": {}, "manuals/editor": {}, @@ -134316,7 +134690,7 @@ [ "clicks", { - "_index": 1952, + "_index": 5144, "data": { "examples/physics/kinematic": {}, "manuals/flash": {}, @@ -134328,7 +134702,7 @@ [ "client", { - "_index": 2825, + "_index": 3584, "data": { "assets/nakama": {}, "assets/tinyhttp": {}, @@ -134345,7 +134719,7 @@ [ "client:close", { - "_index": 8064, + "_index": 10457, "data": { "ref/stable/socket": {} }, @@ -134355,7 +134729,7 @@ [ "client:connect", { - "_index": 5966, + "_index": 3586, "data": { "manuals/socket-connections": {} }, @@ -134365,7 +134739,7 @@ [ "client:dirty", { - "_index": 8066, + "_index": 10459, "data": { "ref/stable/socket": {} }, @@ -134375,7 +134749,7 @@ [ "client:getfd", { - "_index": 8068, + "_index": 10461, "data": { "ref/stable/socket": {} }, @@ -134385,7 +134759,7 @@ [ "client:getoption", { - "_index": 8069, + "_index": 10462, "data": { "ref/stable/socket": {} }, @@ -134395,7 +134769,7 @@ [ "client:getpeername", { - "_index": 8075, + "_index": 10468, "data": { "ref/stable/socket": {} }, @@ -134405,7 +134779,7 @@ [ "client:getsockname", { - "_index": 8079, + "_index": 10472, "data": { "ref/stable/socket": {} }, @@ -134415,7 +134789,7 @@ [ "client:getstats", { - "_index": 8080, + "_index": 10473, "data": { "ref/stable/socket": {} }, @@ -134425,7 +134799,7 @@ [ "client:receive", { - "_index": 5971, + "_index": 3592, "data": { "manuals/socket-connections": {}, "ref/stable/socket": {} @@ -134436,7 +134810,7 @@ [ "client:send", { - "_index": 5970, + "_index": 3590, "data": { "manuals/socket-connections": {}, "ref/stable/socket": {} @@ -134447,7 +134821,7 @@ [ "client:setfd", { - "_index": 8094, + "_index": 10483, "data": { "ref/stable/socket": {} }, @@ -134457,7 +134831,7 @@ [ "client:setoption", { - "_index": 8070, + "_index": 10463, "data": { "ref/stable/socket": {} }, @@ -134467,7 +134841,7 @@ [ "client:setstats", { - "_index": 8104, + "_index": 10492, "data": { "ref/stable/socket": {} }, @@ -134477,7 +134851,7 @@ [ "client:settimeout", { - "_index": 5969, + "_index": 3589, "data": { "manuals/socket-connections": {}, "ref/stable/socket": {} @@ -134488,7 +134862,7 @@ [ "client:shutdown", { - "_index": 8114, + "_index": 10496, "data": { "ref/stable/socket": {} }, @@ -134498,7 +134872,7 @@ [ "clients", { - "_index": 2086, + "_index": 1073, "data": { "manuals/extensions-defold-sdk": {} }, @@ -134508,7 +134882,7 @@ [ "clip", { - "_index": 3273, + "_index": 427, "data": { "examples/material/screenspace": {}, "manuals/flash": {}, @@ -134521,7 +134895,7 @@ [ "clipboard", { - "_index": 3414, + "_index": 2946, "data": { "assets/clipboard": {}, "manuals/ios": {} @@ -134532,7 +134906,7 @@ [ "clipped", { - "_index": 4358, + "_index": 5535, "data": { "manuals/gui-clipping": {} }, @@ -134542,7 +134916,7 @@ [ "clipper", { - "_index": 4359, + "_index": 5536, "data": { "manuals/gui-clipping": {} }, @@ -134552,7 +134926,7 @@ [ "clipping", { - "_index": 4356, + "_index": 421, "data": { "manuals/gui": {}, "manuals/gui-clipping": {}, @@ -134566,7 +134940,7 @@ [ "clipping_mode_none", { - "_index": 9160, + "_index": 7626, "data": { "ref/stable/gui": {} }, @@ -134576,7 +134950,7 @@ [ "clipping_mode_stencil", { - "_index": 9162, + "_index": 7628, "data": { "ref/stable/gui": {} }, @@ -134586,7 +134960,7 @@ [ "clips", { - "_index": 476, + "_index": 4507, "data": { "manuals/flash": {}, "manuals/importing-models": {}, @@ -134598,7 +134972,7 @@ [ "clock", { - "_index": 8527, + "_index": 9993, "data": { "ref/stable/os": {} }, @@ -134608,7 +134982,7 @@ [ "clockwise", { - "_index": 4342, + "_index": 2603, "data": { "manuals/gui-pie": {}, "manuals/properties": {}, @@ -134621,7 +134995,7 @@ [ "clone", { - "_index": 1415, + "_index": 4042, "data": { "manuals/extender-local-setup": {}, "manuals/gui-script": {}, @@ -134634,7 +135008,7 @@ [ "clone_tree", { - "_index": 9166, + "_index": 7632, "data": { "ref/stable/gui": {} }, @@ -134644,7 +135018,7 @@ [ "cloned", { - "_index": 9163, + "_index": 7629, "data": { "ref/stable/gui": {} }, @@ -134654,7 +135028,7 @@ [ "cloning", { - "_index": 7444, + "_index": 10442, "data": { "ref/stable/resource": {} }, @@ -134664,7 +135038,7 @@ [ "close", { - "_index": 2450, + "_index": 483, "data": { "manuals/atlas": {}, "manuals/editor-scripts-ui": {}, @@ -134684,7 +135058,7 @@ [ "closed", { - "_index": 3938, + "_index": 1435, "data": { "manuals/editor-scripts": {}, "manuals/editor-scripts-ui": {}, @@ -134698,7 +135072,7 @@ [ "closely", { - "_index": 3350, + "_index": 5134, "data": { "manuals/flash": {} }, @@ -134708,7 +135082,7 @@ [ "closer", { - "_index": 4698, + "_index": 2228, "data": { "assets/compat53": {}, "examples/render/orbit_camera": {}, @@ -134722,7 +135096,7 @@ [ "closes", { - "_index": 3941, + "_index": 1439, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/io": {}, @@ -134734,7 +135108,7 @@ [ "closest", { - "_index": 2460, + "_index": 2835, "data": { "manuals/atlas": {}, "ref/stable/dmIntersection": {}, @@ -134746,7 +135120,7 @@ [ "closure", { - "_index": 2725, + "_index": 5748, "data": { "manuals/debugging-game-logic": {}, "manuals/modules": {} @@ -134757,7 +135131,7 @@ [ "closures", { - "_index": 2724, + "_index": 5747, "data": { "manuals/modules": {} }, @@ -134767,7 +135141,7 @@ [ "cloth", { - "_index": 2934, + "_index": 5262, "data": { "manuals/compute": {} }, @@ -134777,7 +135151,7 @@ [ "cloud", { - "_index": 1357, + "_index": 2353, "data": { "assets/firebase-remoteconfig": {}, "assets/googleplaygameservices": {}, @@ -134798,7 +135172,7 @@ [ "cloudflare", { - "_index": 5963, + "_index": 2018, "data": { "manuals/editor-preferences": {} }, @@ -134808,7 +135182,7 @@ [ "cmd", { - "_index": 5179, + "_index": 5383, "data": { "manuals/editor-scripts": {} }, @@ -134818,7 +135192,7 @@ [ "cmp", { - "_index": 6711, + "_index": 6298, "data": { "assets/def_usercentrics": {} }, @@ -134828,7 +135202,7 @@ [ "cn", { - "_index": 5407, + "_index": 6055, "data": { "manuals/android": {} }, @@ -134838,7 +135212,7 @@ [ "co", { - "_index": 7236, + "_index": 8741, "data": { "ref/stable/coroutine": {} }, @@ -134848,7 +135222,7 @@ [ "cocoa", { - "_index": 4019, + "_index": 5936, "data": { "manuals/extensions-cocoapods": {} }, @@ -134858,7 +135232,7 @@ [ "cocoapods", { - "_index": 4020, + "_index": 5937, "data": { "manuals/extensions-cocoapods": {} }, @@ -134868,7 +135242,7 @@ [ "code", { - "_index": 891, + "_index": 1104, "data": { "assets/compat53": {}, "assets/dashdocsetfordefold": {}, @@ -134950,7 +135324,7 @@ [ "code.app/contents/macos/electron", { - "_index": 5952, + "_index": 1996, "data": { "manuals/editor-preferences": {} }, @@ -134960,7 +135334,7 @@ [ "code\\code.exe", { - "_index": 5956, + "_index": 2003, "data": { "manuals/editor-preferences": {} }, @@ -134970,7 +135344,7 @@ [ "codeandweb", { - "_index": 165, + "_index": 5514, "data": { "manuals/physics-shapes": {} }, @@ -134980,7 +135354,7 @@ [ "codec", { - "_index": 8392, + "_index": 9591, "data": { "ref/stable/sys": {} }, @@ -134990,7 +135364,7 @@ [ "coded", { - "_index": 4060, + "_index": 4260, "data": { "manuals/glossary": {}, "manuals/profiling": {}, @@ -135002,7 +135376,7 @@ [ "codes", { - "_index": 2789, + "_index": 4154, "data": { "assets/qrcode": {}, "manuals/application-security": {}, @@ -135018,7 +135392,7 @@ [ "codesign", { - "_index": 5361, + "_index": 5839, "data": { "manuals/macos": {} }, @@ -135028,7 +135402,7 @@ [ "cog", { - "_index": 3763, + "_index": 3698, "data": { "manuals/debugging-game-and-system-logs": {} }, @@ -135038,7 +135412,7 @@ [ "cognito", { - "_index": 6735, + "_index": 6720, "data": { "assets/defold-cognito": {} }, @@ -135048,7 +135422,7 @@ [ "coin", { - "_index": 2605, + "_index": 4318, "data": { "examples/sound/panning": {}, "manuals/factory": {}, @@ -135060,7 +135434,7 @@ [ "coin_id", { - "_index": 2611, + "_index": 4324, "data": { "manuals/factory": {} }, @@ -135070,7 +135444,7 @@ [ "coin_position", { - "_index": 2608, + "_index": 4321, "data": { "manuals/factory": {} }, @@ -135080,7 +135454,7 @@ [ "coinfactory", { - "_index": 2607, + "_index": 4320, "data": { "manuals/factory": {} }, @@ -135090,7 +135464,7 @@ [ "coins", { - "_index": 2606, + "_index": 4319, "data": { "assets/endlessrunner": {}, "examples/sound/panning": {}, @@ -135102,7 +135476,7 @@ [ "col", { - "_index": 3723, + "_index": 1851, "data": { "manuals/render": {} }, @@ -135112,7 +135486,7 @@ [ "collaborate", { - "_index": 413, + "_index": 3575, "data": { "manuals/editor": {}, "manuals/project-setup": {} @@ -135123,7 +135497,7 @@ [ "collaborative", { - "_index": 3783, + "_index": 4357, "data": { "manuals/version-control": {} }, @@ -135133,7 +135507,7 @@ [ "collada", { - "_index": 477, + "_index": 4508, "data": { "manuals/glossary": {}, "manuals/importing-assets": {}, @@ -135147,7 +135521,7 @@ [ "collapsed", { - "_index": 8666, + "_index": 8065, "data": { "ref/stable/tilemap": {} }, @@ -135157,7 +135531,7 @@ [ "collapsible", { - "_index": 4739, + "_index": 4692, "data": { "manuals/gui-template": {} }, @@ -135167,7 +135541,7 @@ [ "collate", { - "_index": 8554, + "_index": 10017, "data": { "ref/stable/os": {} }, @@ -135177,7 +135551,7 @@ [ "collect", { - "_index": 4029, + "_index": 5550, "data": { "assets/endlessrunner": {}, "manuals/extensions-cocoapods": {}, @@ -135191,7 +135565,7 @@ [ "collectables", { - "_index": 3277, + "_index": 5082, "data": { "manuals/flash": {} }, @@ -135201,7 +135575,7 @@ [ "collected", { - "_index": 5320, + "_index": 5802, "data": { "manuals/macos": {}, "ref/stable/dmScript": {}, @@ -135215,7 +135589,7 @@ [ "collectgarbage", { - "_index": 5112, + "_index": 5211, "data": { "manuals/lua": {}, "ref/stable/base": {} @@ -135226,7 +135600,7 @@ [ "collection", { - "_index": 636, + "_index": 1628, "data": { "assets/chipsounds": {}, "assets/scene3d": {}, @@ -135284,7 +135658,7 @@ [ "collection's", { - "_index": 4546, + "_index": 5994, "data": { "manuals/building-blocks": {} }, @@ -135294,7 +135668,7 @@ [ "collection_", { - "_index": 4545, + "_index": 3429, "data": { "manuals/addressing": {}, "manuals/building-blocks": {} @@ -135305,7 +135679,7 @@ [ "collectionfactory", { - "_index": 722, + "_index": 2539, "data": { "manuals/collection-factory": {}, "ref/stable/collectionfactory": {} @@ -135316,7 +135690,7 @@ [ "collectionfactory.create", { - "_index": 689, + "_index": 2525, "data": { "manuals/collection-factory": {}, "manuals/script-properties": {}, @@ -135328,7 +135702,7 @@ [ "collectionfactory.get_status", { - "_index": 10615, + "_index": 7344, "data": { "ref/stable/collectionfactory": {} }, @@ -135338,7 +135712,7 @@ [ "collectionfactory.load", { - "_index": 739, + "_index": 2551, "data": { "manuals/collection-factory": {}, "ref/stable/collectionfactory": {} @@ -135349,7 +135723,7 @@ [ "collectionfactory.set_prototype", { - "_index": 745, + "_index": 2556, "data": { "manuals/collection-factory": {}, "ref/stable/collectionfactory": {} @@ -135360,7 +135734,7 @@ [ "collectionfactory.status_loaded", { - "_index": 10619, + "_index": 7348, "data": { "ref/stable/collectionfactory": {} }, @@ -135370,7 +135744,7 @@ [ "collectionfactory.status_loading", { - "_index": 10618, + "_index": 7347, "data": { "ref/stable/collectionfactory": {} }, @@ -135380,7 +135754,7 @@ [ "collectionfactory.status_unloaded", { - "_index": 10617, + "_index": 7346, "data": { "ref/stable/collectionfactory": {} }, @@ -135390,7 +135764,7 @@ [ "collectionfactory.unload", { - "_index": 731, + "_index": 2545, "data": { "manuals/collection-factory": {}, "ref/stable/collectionfactory": {} @@ -135401,7 +135775,7 @@ [ "collectionproxy", { - "_index": 10509, + "_index": 7976, "data": { "ref/stable/collectionproxy": {} }, @@ -135411,7 +135785,7 @@ [ "collectionproxy.get_resources", { - "_index": 10508, + "_index": 7975, "data": { "ref/stable/collectionproxy": {} }, @@ -135421,7 +135795,7 @@ [ "collectionproxy.missing_resources", { - "_index": 5795, + "_index": 3957, "data": { "manuals/live-update-scripting": {}, "ref/stable/collectionproxy": {}, @@ -135433,7 +135807,7 @@ [ "collectionproxy.result_", { - "_index": 10520, + "_index": 7988, "data": { "ref/stable/collectionproxy": {} }, @@ -135443,7 +135817,7 @@ [ "collectionproxy.result_already_loaded", { - "_index": 10512, + "_index": 7980, "data": { "ref/stable/collectionproxy": {} }, @@ -135453,7 +135827,7 @@ [ "collectionproxy.result_loading", { - "_index": 10514, + "_index": 7982, "data": { "ref/stable/collectionproxy": {} }, @@ -135463,7 +135837,7 @@ [ "collectionproxy.result_not_excluded", { - "_index": 10516, + "_index": 7984, "data": { "ref/stable/collectionproxy": {} }, @@ -135473,7 +135847,7 @@ [ "collectionproxy.set_collection", { - "_index": 10518, + "_index": 7986, "data": { "ref/stable/collectionproxy": {} }, @@ -135483,7 +135857,7 @@ [ "collections", { - "_index": 631, + "_index": 2506, "data": { "examples/collection/proxy": {}, "examples/collection/splash": {}, @@ -135506,7 +135880,7 @@ [ "collector", { - "_index": 1547, + "_index": 3090, "data": { "manuals/lua": {}, "manuals/optimization-speed": {}, @@ -135518,7 +135892,7 @@ [ "collects", { - "_index": 4729, + "_index": 4708, "data": { "manuals/bundling": {}, "manuals/editor-scripts": {}, @@ -135531,7 +135905,7 @@ [ "collide", { - "_index": 1926, + "_index": 1892, "data": { "manuals/flash": {}, "manuals/glossary": {}, @@ -135546,7 +135920,7 @@ [ "collide_connected", { - "_index": 7046, + "_index": 7469, "data": { "ref/stable/physics": {} }, @@ -135556,7 +135930,7 @@ [ "collided", { - "_index": 5453, + "_index": 2036, "data": { "manuals/physics-messages": {}, "ref/stable/b2d.body": {}, @@ -135568,7 +135942,7 @@ [ "collides", { - "_index": 7037, + "_index": 7460, "data": { "ref/stable/physics": {} }, @@ -135578,7 +135952,7 @@ [ "colliding", { - "_index": 5457, + "_index": 2040, "data": { "manuals/physics-events": {}, "manuals/physics-messages": {}, @@ -135590,7 +135964,7 @@ [ "collision", { - "_index": 163, + "_index": 962, "data": { "assets/defoldpolygoneditor": {}, "assets/truetilecollisions": {}, @@ -135634,7 +136008,7 @@ [ "collision_event", { - "_index": 5903, + "_index": 5677, "data": { "manuals/physics-events": {}, "ref/stable/physics": {} @@ -135645,7 +136019,7 @@ [ "collision_response", { - "_index": 7035, + "_index": 7458, "data": { "ref/stable/physics": {} }, @@ -135655,7 +136029,7 @@ [ "collisionobject", { - "_index": 204, + "_index": 5522, "data": { "manuals/physics-events": {}, "manuals/physics-shapes": {}, @@ -135667,7 +136041,7 @@ [ "collisions", { - "_index": 1887, + "_index": 1889, "data": { "assets/2dcollisions": {}, "assets/tactxstudios": {}, @@ -135691,7 +136065,7 @@ [ "colon", { - "_index": 2727, + "_index": 5749, "data": { "manuals/modules": {} }, @@ -135701,7 +136075,7 @@ [ "color", { - "_index": 93, + "_index": 212, "data": { "assets/colorlib": {}, "assets/defold-colors": {}, @@ -135746,7 +136120,7 @@ [ "color.glsl", { - "_index": 1208, + "_index": 2802, "data": { "manuals/shader": {} }, @@ -135756,7 +136130,7 @@ [ "color.rgb", { - "_index": 3025, + "_index": 5324, "data": { "manuals/compute": {} }, @@ -135766,7 +136140,7 @@ [ "color.w", { - "_index": 9123, + "_index": 7587, "data": { "ref/stable/gui": {} }, @@ -135776,7 +136150,7 @@ [ "color_green", { - "_index": 4585, + "_index": 5860, "data": { "manuals/debugging-game-logic": {} }, @@ -135786,7 +136160,7 @@ [ "color_out", { - "_index": 1109, + "_index": 2741, "data": { "manuals/shader": {} }, @@ -135796,7 +136170,7 @@ [ "color_red", { - "_index": 4589, + "_index": 5864, "data": { "manuals/debugging-game-logic": {} }, @@ -135806,7 +136180,7 @@ [ "colored", { - "_index": 4378, + "_index": 4424, "data": { "manuals/debugging-game-logic": {}, "manuals/glossary": {}, @@ -135819,7 +136193,7 @@ [ "coloring", { - "_index": 358, + "_index": 973, "data": { "manuals/font": {}, "manuals/gui-template": {}, @@ -135834,7 +136208,7 @@ [ "colorize", { - "_index": 6235, + "_index": 6243, "data": { "examples/material/vertexcolor": {} }, @@ -135854,7 +136228,7 @@ [ "colorpicker", { - "_index": 6430, + "_index": 6544, "data": { "assets/colorpicker": {} }, @@ -135864,7 +136238,7 @@ [ "colors", { - "_index": 1035, + "_index": 2390, "data": { "assets/3deforms": {}, "assets/colorlib": {}, @@ -135882,7 +136256,7 @@ [ "column", { - "_index": 3883, + "_index": 1349, "data": { "manuals/debugging-game-logic": {}, "manuals/editor-scripts-ui": {}, @@ -135894,7 +136268,7 @@ [ "column:grow", { - "_index": 10741, + "_index": 8961, "data": { "ref/stable/editor": {} }, @@ -135904,7 +136278,7 @@ [ "column_span", { - "_index": 3886, + "_index": 1352, "data": { "manuals/editor-scripts-ui": {} }, @@ -135914,7 +136288,7 @@ [ "columns", { - "_index": 3882, + "_index": 1348, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {}, @@ -135926,7 +136300,7 @@ [ "colyseus", { - "_index": 6664, + "_index": 6303, "data": { "assets/colyseus": {} }, @@ -135936,7 +136310,7 @@ [ "com.acme.foobar", { - "_index": 5372, + "_index": 5850, "data": { "manuals/macos": {} }, @@ -135946,7 +136320,7 @@ [ "com.apple.security.cs.allow", { - "_index": 5346, + "_index": 5825, "data": { "manuals/macos": {} }, @@ -135956,7 +136330,7 @@ [ "com.apple.security.cs.disable", { - "_index": 5357, + "_index": 5835, "data": { "manuals/macos": {} }, @@ -135966,7 +136340,7 @@ [ "com.defold.example", { - "_index": 4786, + "_index": 4970, "data": { "manuals/debugging-native-code": {} }, @@ -135976,7 +136350,7 @@ [ "com.defold.extender:manifestmergetool", { - "_index": 1502, + "_index": 4103, "data": { "manuals/extender-local-setup": {} }, @@ -135986,7 +136360,7 @@ [ "com.defold.extender:server", { - "_index": 1495, + "_index": 4099, "data": { "manuals/extender-local-setup": {} }, @@ -135996,7 +136370,7 @@ [ "com.google.android.gms:play", { - "_index": 4119, + "_index": 5548, "data": { "manuals/extensions-gradle": {} }, @@ -136006,7 +136380,7 @@ [ "com.google.firebase:firebase", { - "_index": 4117, + "_index": 5546, "data": { "manuals/extensions-gradle": {} }, @@ -136016,7 +136390,7 @@ [ "com/defold/extender/manifestmergetool/${manifestmergetool_version}/manifestmergetool", { - "_index": 1450, + "_index": 4072, "data": { "manuals/extender-local-setup": {} }, @@ -136026,7 +136400,7 @@ [ "com/defold/extender/server/${extender_version}/server", { - "_index": 1448, + "_index": 4070, "data": { "manuals/extender-local-setup": {} }, @@ -136036,7 +136410,7 @@ [ "combination", { - "_index": 136, + "_index": 432, "data": { "examples/material/screenspace": {}, "manuals/atlas": {}, @@ -136053,7 +136427,7 @@ [ "combinations", { - "_index": 3364, + "_index": 1923, "data": { "manuals/flash": {}, "manuals/input-key-and-text": {} @@ -136064,7 +136438,7 @@ [ "combine", { - "_index": 6222, + "_index": 6178, "data": { "examples/factory/bullets": {} }, @@ -136074,7 +136448,7 @@ [ "combined", { - "_index": 304, + "_index": 942, "data": { "examples/particles/fire_and_smoke": {}, "manuals/extensions-ext-manifests": {}, @@ -136089,7 +136463,7 @@ [ "combines", { - "_index": 4134, + "_index": 5926, "data": { "manuals/model": {} }, @@ -136099,7 +136473,7 @@ [ "combining", { - "_index": 5756, + "_index": 2274, "data": { "manuals/ads": {} }, @@ -136109,7 +136483,7 @@ [ "come", { - "_index": 371, + "_index": 985, "data": { "manuals/addressing": {}, "manuals/collection-factory": {}, @@ -136125,7 +136499,7 @@ [ "comes", { - "_index": 3371, + "_index": 1327, "data": { "manuals/ads": {}, "manuals/collection-proxy": {}, @@ -136144,7 +136518,7 @@ [ "comfortable", { - "_index": 3594, + "_index": 5605, "data": { "manuals/introduction": {} }, @@ -136154,7 +136528,7 @@ [ "comic", { - "_index": 3141, + "_index": 2426, "data": { "manuals/editor-styling": {} }, @@ -136164,7 +136538,7 @@ [ "coming", { - "_index": 8137, + "_index": 10517, "data": { "ref/stable/socket": {} }, @@ -136174,7 +136548,7 @@ [ "comma", { - "_index": 1927, + "_index": 2319, "data": { "manuals/atlas": {}, "manuals/bob": {}, @@ -136186,7 +136560,7 @@ [ "command", { - "_index": 767, + "_index": 1283, "data": { "manuals/android": {}, "manuals/bob": {}, @@ -136217,7 +136591,7 @@ [ "command's", { - "_index": 5281, + "_index": 5484, "data": { "manuals/editor-scripts": {} }, @@ -136227,7 +136601,7 @@ [ "commands", { - "_index": 1378, + "_index": 3182, "data": { "manuals/bob": {}, "manuals/editor-scripts": {}, @@ -136242,7 +136616,7 @@ [ "commect", { - "_index": 8164, + "_index": 10543, "data": { "ref/stable/socket": {} }, @@ -136252,7 +136626,7 @@ [ "comment", { - "_index": 4308, + "_index": 3157, "data": { "manuals/writing-code": {} }, @@ -136262,7 +136636,7 @@ [ "comments", { - "_index": 5094, + "_index": 5192, "data": { "examples/resource/modify_atlas": {}, "manuals/editor-scripts": {}, @@ -136274,7 +136648,7 @@ [ "commercial", { - "_index": 5577, + "_index": 3880, "data": { "manuals/font": {} }, @@ -136284,7 +136658,7 @@ [ "commit", { - "_index": 3819, + "_index": 4387, "data": { "manuals/version-control": {}, "ref/stable/editor": {} @@ -136295,7 +136669,7 @@ [ "commits", { - "_index": 3841, + "_index": 4402, "data": { "manuals/version-control": {} }, @@ -136305,7 +136679,7 @@ [ "committing", { - "_index": 3796, + "_index": 4367, "data": { "manuals/version-control": {} }, @@ -136315,7 +136689,7 @@ [ "commodore", { - "_index": 4682, + "_index": 2207, "data": { "manuals/adapting-graphics-to-screen-size": {} }, @@ -136325,7 +136699,7 @@ [ "common", { - "_index": 901, + "_index": 1546, "data": { "assets/tactxstudios": {}, "manuals/ads": {}, @@ -136360,7 +136734,7 @@ [ "commonly", { - "_index": 330, + "_index": 954, "data": { "manuals/glossary": {}, "manuals/importing-graphics": {}, @@ -136374,7 +136748,7 @@ [ "communicate", { - "_index": 2069, + "_index": 1044, "data": { "manuals/extensions-defold-sdk": {}, "manuals/glossary": {}, @@ -136390,7 +136764,7 @@ [ "communication", { - "_index": 2819, + "_index": 4180, "data": { "assets/iac": {}, "examples/gui/healthbar": {}, @@ -136405,7 +136779,7 @@ [ "community", { - "_index": 3598, + "_index": 3165, "data": { "assets/defold-polyglot": {}, "manuals/camera": {}, @@ -136418,7 +136792,7 @@ [ "comp", { - "_index": 4778, + "_index": 4001, "data": { "manuals/physics-resolving-collisions": {}, "ref/stable/table": {} @@ -136429,7 +136803,7 @@ [ "comp_collection_factory_status_loaded", { - "_index": 10616, + "_index": 7345, "data": { "ref/stable/collectionfactory": {} }, @@ -136439,7 +136813,7 @@ [ "companies", { - "_index": 2817, + "_index": 4178, "data": { "manuals/application-security": {} }, @@ -136449,7 +136823,7 @@ [ "company", { - "_index": 5362, + "_index": 5840, "data": { "manuals/macos": {} }, @@ -136459,7 +136833,7 @@ [ "comparand", { - "_index": 6863, + "_index": 9069, "data": { "ref/stable/dmAtomic": {} }, @@ -136469,7 +136843,7 @@ [ "compare", { - "_index": 5628, + "_index": 2100, "data": { "assets/apkverifier": {}, "manuals/optimization-size": {}, @@ -136485,7 +136859,7 @@ [ "compare_func_always", { - "_index": 9803, + "_index": 8241, "data": { "ref/stable/graphics": {} }, @@ -136495,7 +136869,7 @@ [ "compare_func_equal", { - "_index": 9804, + "_index": 8243, "data": { "ref/stable/graphics": {} }, @@ -136505,7 +136879,7 @@ [ "compare_func_gequal", { - "_index": 9805, + "_index": 8245, "data": { "ref/stable/graphics": {} }, @@ -136515,7 +136889,7 @@ [ "compare_func_greater", { - "_index": 9806, + "_index": 8247, "data": { "ref/stable/graphics": {} }, @@ -136525,7 +136899,7 @@ [ "compare_func_lequal", { - "_index": 9807, + "_index": 8249, "data": { "ref/stable/graphics": {} }, @@ -136535,7 +136909,7 @@ [ "compare_func_less", { - "_index": 9808, + "_index": 8251, "data": { "ref/stable/graphics": {} }, @@ -136545,7 +136919,7 @@ [ "compare_func_never", { - "_index": 9809, + "_index": 8253, "data": { "ref/stable/graphics": {} }, @@ -136555,7 +136929,7 @@ [ "compare_func_notequal", { - "_index": 9810, + "_index": 8255, "data": { "ref/stable/graphics": {} }, @@ -136565,7 +136939,7 @@ [ "compared", { - "_index": 2693, + "_index": 5681, "data": { "manuals/modules": {}, "manuals/physics-events": {}, @@ -136577,7 +136951,7 @@ [ "comparefunc", { - "_index": 10175, + "_index": 6770, "data": { "ref/stable/dmGraphics": {} }, @@ -136587,7 +136961,7 @@ [ "comparing", { - "_index": 8310, + "_index": 7006, "data": { "ref/stable/vmath": {} }, @@ -136597,7 +136971,7 @@ [ "comparison", { - "_index": 3807, + "_index": 4376, "data": { "manuals/version-control": {}, "ref/stable/dmStringFunc": {}, @@ -136609,7 +136983,7 @@ [ "compat", { - "_index": 6531, + "_index": 6667, "data": { "assets/compat53": {} }, @@ -136619,7 +136993,7 @@ [ "compat53", { - "_index": 6530, + "_index": 6666, "data": { "assets/compat53": {} }, @@ -136629,7 +137003,7 @@ [ "compatability", { - "_index": 3035, + "_index": 5333, "data": { "manuals/compute": {} }, @@ -136639,7 +137013,7 @@ [ "compatibility", { - "_index": 2066, + "_index": 1037, "data": { "manuals/extensions-defold-sdk": {} }, @@ -136649,7 +137023,7 @@ [ "compatible", { - "_index": 1056, + "_index": 2707, "data": { "assets/compat53": {}, "manuals/bob": {}, @@ -136663,7 +137037,7 @@ [ "compensation", { - "_index": 4759, + "_index": 3983, "data": { "manuals/physics-resolving-collisions": {} }, @@ -136673,7 +137047,7 @@ [ "competition", { - "_index": 1646, + "_index": 4833, "data": { "manuals/porting-guidelines": {} }, @@ -136683,7 +137057,7 @@ [ "compgetconstantcallback", { - "_index": 7984, + "_index": 8037, "data": { "ref/stable/dmGameSystem": {} }, @@ -136693,7 +137067,7 @@ [ "compilation", { - "_index": 625, + "_index": 3409, "data": { "manuals/addressing": {}, "manuals/app-manifest": {}, @@ -136705,7 +137079,7 @@ [ "compile", { - "_index": 888, + "_index": 663, "data": { "manuals/extensions-best-practices": {}, "manuals/extensions-ext-manifests": {}, @@ -136719,7 +137093,7 @@ [ "compiled", { - "_index": 757, + "_index": 1053, "data": { "manuals/application-security": {}, "manuals/caching-assets": {}, @@ -136736,7 +137110,7 @@ [ "compiler", { - "_index": 598, + "_index": 812, "data": { "manuals/addressing": {}, "manuals/app-manifest": {}, @@ -136753,7 +137127,7 @@ [ "compilers", { - "_index": 1264, + "_index": 4644, "data": { "manuals/extensions-ext-manifests": {} }, @@ -136763,7 +137137,7 @@ [ "compiling", { - "_index": 5478, + "_index": 3627, "data": { "manuals/extensions-best-practices": {} }, @@ -136773,7 +137147,7 @@ [ "compiling/bundling", { - "_index": 5467, + "_index": 3606, "data": { "manuals/extensions-best-practices": {} }, @@ -136783,7 +137157,7 @@ [ "complete", { - "_index": 738, + "_index": 2550, "data": { "assets/alienworld": {}, "assets/platformertutorial": {}, @@ -136810,7 +137184,7 @@ [ "complete_function", { - "_index": 8957, + "_index": 7588, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -136821,7 +137195,7 @@ [ "completed", { - "_index": 2235, + "_index": 732, "data": { "manuals/application-security": {}, "manuals/html5": {}, @@ -136841,7 +137215,7 @@ [ "completely", { - "_index": 551, + "_index": 1946, "data": { "manuals/app-manifest": {}, "manuals/application-lifecycle": {}, @@ -136857,7 +137231,7 @@ [ "completes", { - "_index": 2220, + "_index": 700, "data": { "manuals/html5": {}, "ref/stable/socket": {} @@ -136868,7 +137242,7 @@ [ "completion", { - "_index": 519, + "_index": 1105, "data": { "examples/particles/confetti": {}, "manuals/extensions-defold-sdk": {}, @@ -136888,7 +137262,7 @@ [ "completions", { - "_index": 5233, + "_index": 5436, "data": { "manuals/editor-scripts": {} }, @@ -136898,7 +137272,7 @@ [ "complex", { - "_index": 2420, + "_index": 1886, "data": { "assets/narrator": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -136913,7 +137287,7 @@ [ "complexity", { - "_index": 1594, + "_index": 3113, "data": { "manuals/introduction": {}, "manuals/optimization-speed": {}, @@ -136925,7 +137299,7 @@ [ "compliance", { - "_index": 3494, + "_index": 3039, "data": { "manuals/ios": {} }, @@ -136935,7 +137309,7 @@ [ "compliance_", { - "_index": 3059, + "_index": 5038, "data": { "manuals/live-update-aws": {} }, @@ -136945,7 +137319,7 @@ [ "compliant", { - "_index": 1123, + "_index": 2751, "data": { "manuals/shader": {} }, @@ -136955,7 +137329,7 @@ [ "complicated", { - "_index": 2173, + "_index": 4496, "data": { "assets/navgo": {}, "manuals/input-mouse-and-touch": {} @@ -136966,7 +137340,7 @@ [ "component", { - "_index": 369, + "_index": 96, "data": { "assets/defkit": {}, "assets/druid": {}, @@ -137063,7 +137437,7 @@ [ "component's", { - "_index": 684, + "_index": 2523, "data": { "manuals/collection-factory": {}, "manuals/glossary": {}, @@ -137076,7 +137450,7 @@ [ "component[][]array", { - "_index": 10736, + "_index": 8956, "data": { "ref/stable/editor": {} }, @@ -137086,7 +137460,7 @@ [ "component[]array", { - "_index": 10717, + "_index": 8936, "data": { "ref/stable/editor": {} }, @@ -137096,7 +137470,7 @@ [ "componentaddtoupdate", { - "_index": 9423, + "_index": 9123, "data": { "ref/stable/dmGameObject": {} }, @@ -137106,7 +137480,7 @@ [ "componentaddtoupdateparams", { - "_index": 9427, + "_index": 9127, "data": { "ref/stable/dmGameObject": {} }, @@ -137116,7 +137490,7 @@ [ "componentcontent", { - "_index": 10715, + "_index": 8934, "data": { "ref/stable/editor": {} }, @@ -137126,7 +137500,7 @@ [ "componentcreate", { - "_index": 9428, + "_index": 9128, "data": { "ref/stable/dmGameObject": {} }, @@ -137136,7 +137510,7 @@ [ "componentcreateparams", { - "_index": 9430, + "_index": 9130, "data": { "ref/stable/dmGameObject": {} }, @@ -137146,7 +137520,7 @@ [ "componentdeleteworld", { - "_index": 9432, + "_index": 9132, "data": { "ref/stable/dmGameObject": {} }, @@ -137156,7 +137530,7 @@ [ "componentdeleteworldparams", { - "_index": 9434, + "_index": 9134, "data": { "ref/stable/dmGameObject": {} }, @@ -137166,7 +137540,7 @@ [ "componentdestroy", { - "_index": 9435, + "_index": 9135, "data": { "ref/stable/dmGameObject": {} }, @@ -137176,7 +137550,7 @@ [ "componentdestroyparams", { - "_index": 9438, + "_index": 9138, "data": { "ref/stable/dmGameObject": {} }, @@ -137186,7 +137560,7 @@ [ "componentfinal", { - "_index": 9439, + "_index": 9139, "data": { "ref/stable/dmGameObject": {} }, @@ -137196,7 +137570,7 @@ [ "componentfinalparams", { - "_index": 9441, + "_index": 9141, "data": { "ref/stable/dmGameObject": {} }, @@ -137206,7 +137580,7 @@ [ "componentget", { - "_index": 9442, + "_index": 9142, "data": { "ref/stable/dmGameObject": {} }, @@ -137216,7 +137590,7 @@ [ "componentgetparams", { - "_index": 9444, + "_index": 9145, "data": { "ref/stable/dmGameObject": {} }, @@ -137226,7 +137600,7 @@ [ "componentgetproperty", { - "_index": 9445, + "_index": 9146, "data": { "ref/stable/dmGameObject": {} }, @@ -137236,7 +137610,7 @@ [ "componentgetpropertyparams", { - "_index": 9451, + "_index": 9152, "data": { "ref/stable/dmGameObject": {} }, @@ -137246,7 +137620,7 @@ [ "componentinit", { - "_index": 9452, + "_index": 9153, "data": { "ref/stable/dmGameObject": {} }, @@ -137256,7 +137630,7 @@ [ "componentinitparams", { - "_index": 9454, + "_index": 9155, "data": { "ref/stable/dmGameObject": {} }, @@ -137266,7 +137640,7 @@ [ "componentiterproperties", { - "_index": 9455, + "_index": 9156, "data": { "ref/stable/dmGameObject": {} }, @@ -137276,7 +137650,7 @@ [ "componentnewworld", { - "_index": 9431, + "_index": 9131, "data": { "ref/stable/dmGameObject": {} }, @@ -137286,7 +137660,7 @@ [ "componentnewworldparams", { - "_index": 9460, + "_index": 9161, "data": { "ref/stable/dmGameObject": {} }, @@ -137296,7 +137670,7 @@ [ "componentoninput", { - "_index": 9463, + "_index": 9164, "data": { "ref/stable/dmGameObject": {} }, @@ -137306,7 +137680,7 @@ [ "componentoninputparams", { - "_index": 9466, + "_index": 9167, "data": { "ref/stable/dmGameObject": {} }, @@ -137316,7 +137690,7 @@ [ "componentonmessage", { - "_index": 9467, + "_index": 9168, "data": { "ref/stable/dmGameObject": {} }, @@ -137326,7 +137700,7 @@ [ "componentonmessageparams", { - "_index": 9471, + "_index": 9172, "data": { "ref/stable/dmGameObject": {} }, @@ -137336,7 +137710,7 @@ [ "componentonreload", { - "_index": 9472, + "_index": 9173, "data": { "ref/stable/dmGameObject": {} }, @@ -137346,7 +137720,7 @@ [ "componentonreloadparams", { - "_index": 9474, + "_index": 9175, "data": { "ref/stable/dmGameObject": {} }, @@ -137356,7 +137730,7 @@ [ "components", { - "_index": 362, + "_index": 978, "data": { "assets/cleanexporter": {}, "assets/define": {}, @@ -137420,7 +137794,7 @@ [ "componentsetproperties", { - "_index": 9475, + "_index": 9176, "data": { "ref/stable/dmGameObject": {} }, @@ -137430,7 +137804,7 @@ [ "componentsetpropertiesparams", { - "_index": 9477, + "_index": 9178, "data": { "ref/stable/dmGameObject": {} }, @@ -137440,7 +137814,7 @@ [ "componentsetproperty", { - "_index": 9478, + "_index": 9179, "data": { "ref/stable/dmGameObject": {} }, @@ -137450,7 +137824,7 @@ [ "componentsetpropertyparams", { - "_index": 9480, + "_index": 9181, "data": { "ref/stable/dmGameObject": {} }, @@ -137460,7 +137834,7 @@ [ "componentsfixedupdate", { - "_index": 9481, + "_index": 9182, "data": { "ref/stable/dmGameObject": {} }, @@ -137470,7 +137844,7 @@ [ "componentspadding", { - "_index": 10767, + "_index": 8987, "data": { "ref/stable/editor": {} }, @@ -137480,7 +137854,7 @@ [ "componentspostupdate", { - "_index": 9484, + "_index": 9185, "data": { "ref/stable/dmGameObject": {} }, @@ -137490,7 +137864,7 @@ [ "componentspostupdateparams", { - "_index": 9486, + "_index": 9187, "data": { "ref/stable/dmGameObject": {} }, @@ -137500,7 +137874,7 @@ [ "componentsrender", { - "_index": 9487, + "_index": 9188, "data": { "ref/stable/dmGameObject": {} }, @@ -137510,7 +137884,7 @@ [ "componentsrenderparams", { - "_index": 9489, + "_index": 9190, "data": { "ref/stable/dmGameObject": {} }, @@ -137520,7 +137894,7 @@ [ "componentsrows", { - "_index": 10737, + "_index": 8957, "data": { "ref/stable/editor": {} }, @@ -137530,7 +137904,7 @@ [ "componentsupdate", { - "_index": 9490, + "_index": 9191, "data": { "ref/stable/dmGameObject": {} }, @@ -137540,7 +137914,7 @@ [ "componentsupdateparams", { - "_index": 9491, + "_index": 9192, "data": { "ref/stable/dmGameObject": {} }, @@ -137550,7 +137924,7 @@ [ "componentsupdateresult", { - "_index": 9492, + "_index": 9193, "data": { "ref/stable/dmGameObject": {} }, @@ -137560,7 +137934,7 @@ [ "componenttop", { - "_index": 10713, + "_index": 8932, "data": { "ref/stable/editor": {} }, @@ -137570,7 +137944,7 @@ [ "componenttypecreatectx", { - "_index": 9493, + "_index": 9194, "data": { "ref/stable/dmGameObject": {} }, @@ -137580,7 +137954,7 @@ [ "componenttypegetcontext", { - "_index": 9495, + "_index": 9196, "data": { "ref/stable/dmGameObject": {} }, @@ -137590,7 +137964,7 @@ [ "componenttypegettypeindex", { - "_index": 9497, + "_index": 9198, "data": { "ref/stable/dmGameObject": {} }, @@ -137600,7 +137974,7 @@ [ "componenttypesetaddtoupdatefn", { - "_index": 9500, + "_index": 9201, "data": { "ref/stable/dmGameObject": {} }, @@ -137610,7 +137984,7 @@ [ "componenttypesetchilditeratorfn", { - "_index": 9502, + "_index": 9203, "data": { "ref/stable/dmGameObject": {} }, @@ -137620,7 +137994,7 @@ [ "componenttypesetcontext", { - "_index": 9505, + "_index": 9205, "data": { "ref/stable/dmGameObject": {} }, @@ -137630,7 +138004,7 @@ [ "componenttypesetcreatefn", { - "_index": 9506, + "_index": 9206, "data": { "ref/stable/dmGameObject": {} }, @@ -137640,7 +138014,7 @@ [ "componenttypesetdeleteworldfn", { - "_index": 9507, + "_index": 9207, "data": { "ref/stable/dmGameObject": {} }, @@ -137650,7 +138024,7 @@ [ "componenttypesetdestroyfn", { - "_index": 9508, + "_index": 9208, "data": { "ref/stable/dmGameObject": {} }, @@ -137660,7 +138034,7 @@ [ "componenttypesetfinalfn", { - "_index": 9509, + "_index": 9209, "data": { "ref/stable/dmGameObject": {} }, @@ -137670,7 +138044,7 @@ [ "componenttypesetfixedupdatefn", { - "_index": 9510, + "_index": 9211, "data": { "ref/stable/dmGameObject": {} }, @@ -137680,7 +138054,7 @@ [ "componenttypesetgetfn", { - "_index": 9511, + "_index": 9212, "data": { "ref/stable/dmGameObject": {} }, @@ -137690,7 +138064,7 @@ [ "componenttypesetgetpropertyfn", { - "_index": 9512, + "_index": 9213, "data": { "ref/stable/dmGameObject": {} }, @@ -137700,7 +138074,7 @@ [ "componenttypesethasuserdata", { - "_index": 9513, + "_index": 9214, "data": { "ref/stable/dmGameObject": {} }, @@ -137710,7 +138084,7 @@ [ "componenttypesetinitfn", { - "_index": 9514, + "_index": 9215, "data": { "ref/stable/dmGameObject": {} }, @@ -137720,7 +138094,7 @@ [ "componenttypesetnewworldfn", { - "_index": 9516, + "_index": 9217, "data": { "ref/stable/dmGameObject": {} }, @@ -137730,7 +138104,7 @@ [ "componenttypesetoninputfn", { - "_index": 9517, + "_index": 9218, "data": { "ref/stable/dmGameObject": {} }, @@ -137740,7 +138114,7 @@ [ "componenttypesetonmessagefn", { - "_index": 9518, + "_index": 9219, "data": { "ref/stable/dmGameObject": {} }, @@ -137750,7 +138124,7 @@ [ "componenttypesetonreloadfn", { - "_index": 9519, + "_index": 9221, "data": { "ref/stable/dmGameObject": {} }, @@ -137760,7 +138134,7 @@ [ "componenttypesetpostupdatefn", { - "_index": 9520, + "_index": 9222, "data": { "ref/stable/dmGameObject": {} }, @@ -137770,7 +138144,7 @@ [ "componenttypesetprio", { - "_index": 9521, + "_index": 9223, "data": { "ref/stable/dmGameObject": {} }, @@ -137780,7 +138154,7 @@ [ "componenttypesetpropertyiteratorfn", { - "_index": 9524, + "_index": 9225, "data": { "ref/stable/dmGameObject": {} }, @@ -137790,7 +138164,7 @@ [ "componenttypesetreadstransforms", { - "_index": 9526, + "_index": 9227, "data": { "ref/stable/dmGameObject": {} }, @@ -137800,7 +138174,7 @@ [ "componenttypesetrenderfn", { - "_index": 9528, + "_index": 9229, "data": { "ref/stable/dmGameObject": {} }, @@ -137810,7 +138184,7 @@ [ "componenttypesetsetpropertiesfn", { - "_index": 9529, + "_index": 9230, "data": { "ref/stable/dmGameObject": {} }, @@ -137820,7 +138194,7 @@ [ "componenttypesetsetpropertyfn", { - "_index": 9531, + "_index": 9232, "data": { "ref/stable/dmGameObject": {} }, @@ -137830,7 +138204,7 @@ [ "componenttypesetupdatefn", { - "_index": 9532, + "_index": 9233, "data": { "ref/stable/dmGameObject": {} }, @@ -137840,7 +138214,7 @@ [ "compose", { - "_index": 1460, + "_index": 4081, "data": { "manuals/extender-docker-images": {}, "manuals/extender-local-setup": {} @@ -137851,7 +138225,7 @@ [ "compose.yml", { - "_index": 1463, + "_index": 4083, "data": { "manuals/extender-local-setup": {} }, @@ -137861,7 +138235,7 @@ [ "composed", { - "_index": 3855, + "_index": 1292, "data": { "manuals/editor-scripts-ui": {}, "manuals/glossary": {} @@ -137872,7 +138246,7 @@ [ "composite", { - "_index": 9121, + "_index": 7585, "data": { "ref/stable/dmGameObject": {}, "ref/stable/gui": {} @@ -137883,7 +138257,7 @@ [ "compound", { - "_index": 331, + "_index": 955, "data": { "manuals/importing-graphics": {}, "ref/stable/base": {}, @@ -137895,7 +138269,7 @@ [ "compress", { - "_index": 4506, + "_index": 4596, "data": { "assets/pack": {}, "manuals/editor-scripts": {}, @@ -137908,7 +138282,7 @@ [ "compressed", { - "_index": 4732, + "_index": 2103, "data": { "manuals/bundling": {}, "manuals/optimization-size": {}, @@ -137920,7 +138294,7 @@ [ "compression", { - "_index": 2462, + "_index": 1969, "data": { "manuals/atlas": {}, "manuals/bob": {}, @@ -137936,7 +138310,7 @@ [ "compression_level", { - "_index": 5654, + "_index": 2166, "data": { "manuals/optimization-size": {} }, @@ -137946,7 +138320,7 @@ [ "compression_type", { - "_index": 5655, + "_index": 2167, "data": { "manuals/optimization-size": {}, "ref/stable/resource": {} @@ -137957,7 +138331,7 @@ [ "compression_type_basis_etc1s", { - "_index": 9812, + "_index": 8257, "data": { "ref/stable/graphics": {} }, @@ -137967,7 +138341,7 @@ [ "compression_type_basis_uastc", { - "_index": 5656, + "_index": 2168, "data": { "manuals/optimization-size": {}, "ref/stable/graphics": {}, @@ -137979,7 +138353,7 @@ [ "compression_type_default", { - "_index": 7407, + "_index": 8260, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -137990,7 +138364,7 @@ [ "compression_type_webp", { - "_index": 9815, + "_index": 8262, "data": { "ref/stable/graphics": {} }, @@ -138000,7 +138374,7 @@ [ "compression_type_webp_lossy", { - "_index": 9817, + "_index": 8264, "data": { "ref/stable/graphics": {} }, @@ -138010,7 +138384,7 @@ [ "compromising", { - "_index": 5064, + "_index": 2932, "data": { "manuals/optimization": {} }, @@ -138020,7 +138394,7 @@ [ "compsetconstantcallback", { - "_index": 7987, + "_index": 8040, "data": { "ref/stable/dmGameSystem": {} }, @@ -138030,7 +138404,7 @@ [ "computation", { - "_index": 2882, + "_index": 1549, "data": { "manuals/compute": {}, "manuals/editor-scripts-ui": {}, @@ -138043,7 +138417,7 @@ [ "computational", { - "_index": 2964, + "_index": 5278, "data": { "manuals/compute": {} }, @@ -138053,7 +138427,7 @@ [ "computationally", { - "_index": 8376, + "_index": 7093, "data": { "ref/stable/vmath": {} }, @@ -138063,7 +138437,7 @@ [ "computations", { - "_index": 3999, + "_index": 1547, "data": { "manuals/editor-scripts-ui": {}, "manuals/glossary": {} @@ -138074,7 +138448,7 @@ [ "compute", { - "_index": 870, + "_index": 2613, "data": { "manuals/compute": {}, "manuals/material": {}, @@ -138092,7 +138466,7 @@ [ "compute.cp", { - "_index": 3002, + "_index": 5303, "data": { "manuals/compute": {} }, @@ -138102,7 +138476,7 @@ [ "computed", { - "_index": 773, + "_index": 1552, "data": { "manuals/atlas": {}, "manuals/caching-assets": {}, @@ -138116,7 +138490,7 @@ [ "computer", { - "_index": 435, + "_index": 1412, "data": { "manuals/android": {}, "manuals/application-security": {}, @@ -138132,10 +138506,20 @@ "type": {} } ], + [ + "computereditor.prefs.scope.project", + { + "_index": 8844, + "data": { + "ref/stable/editor": {} + }, + "type": {} + } + ], [ "computers", { - "_index": 881, + "_index": 2202, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/application-security": {}, @@ -138147,7 +138531,7 @@ [ "computes", { - "_index": 5884, + "_index": 4607, "data": { "manuals/glossary": {} }, @@ -138157,7 +138541,7 @@ [ "computing", { - "_index": 7847, + "_index": 8520, "data": { "ref/stable/render": {} }, @@ -138167,7 +138551,7 @@ [ "concat", { - "_index": 6839, + "_index": 6934, "data": { "ref/stable/table": {} }, @@ -138177,7 +138561,7 @@ [ "concatenate", { - "_index": 3772, + "_index": 1913, "data": { "manuals/input-key-and-text": {}, "ref/stable/socket": {} @@ -138188,7 +138572,7 @@ [ "concatenated", { - "_index": 7282, + "_index": 9395, "data": { "ref/stable/package": {}, "ref/stable/socket": {} @@ -138199,7 +138583,7 @@ [ "concatenates", { - "_index": 10409, + "_index": 10696, "data": { "ref/stable/base": {} }, @@ -138209,7 +138593,7 @@ [ "concatenation", { - "_index": 10161, + "_index": 7180, "data": { "ref/stable/dmStringFunc": {}, "ref/stable/string": {} @@ -138220,7 +138604,7 @@ [ "concept", { - "_index": 1180, + "_index": 2785, "data": { "manuals/compute": {}, "manuals/flash": {}, @@ -138233,7 +138617,7 @@ [ "concepts", { - "_index": 893, + "_index": 1290, "data": { "manuals/editor-scripts-ui": {}, "manuals/flash": {}, @@ -138247,7 +138631,7 @@ [ "concern", { - "_index": 2872, + "_index": 4221, "data": { "manuals/application-security": {} }, @@ -138257,7 +138641,7 @@ [ "concise", { - "_index": 2394, + "_index": 4932, "data": { "manuals/editor-scripts": {}, "manuals/getting-help": {} @@ -138268,7 +138652,7 @@ [ "concrete", { - "_index": 4466, + "_index": 444, "data": { "manuals/gui": {} }, @@ -138278,7 +138662,7 @@ [ "condition", { - "_index": 4607, + "_index": 5878, "data": { "manuals/debugging-game-logic": {}, "ref/stable/dmConditionVariable": {}, @@ -138291,7 +138675,7 @@ [ "conditional", { - "_index": 3975, + "_index": 1505, "data": { "manuals/debugging-game-logic": {}, "manuals/editor-scripts-ui": {}, @@ -138303,7 +138687,7 @@ [ "conditionally", { - "_index": 5551, + "_index": 1954, "data": { "manuals/script": {} }, @@ -138313,7 +138697,7 @@ [ "conditions", { - "_index": 3739, + "_index": 558, "data": { "manuals/gui": {}, "manuals/render": {}, @@ -138326,7 +138710,7 @@ [ "conditionvariable", { - "_index": 9413, + "_index": 9904, "data": { "ref/stable/dmConditionVariable": {} }, @@ -138336,7 +138720,7 @@ [ "conducted", { - "_index": 3340, + "_index": 5128, "data": { "manuals/flash": {} }, @@ -138346,7 +138730,7 @@ [ "cone", { - "_index": 3185, + "_index": 1181, "data": { "examples/particles/confetti": {}, "manuals/particlefx": {}, @@ -138358,7 +138742,7 @@ [ "conects", { - "_index": 284, + "_index": 5253, "data": { "manuals/networking": {} }, @@ -138368,7 +138752,7 @@ [ "confetti", { - "_index": 6207, + "_index": 6133, "data": { "examples/particles/confetti": {} }, @@ -138378,7 +138762,7 @@ [ "confetti.script", { - "_index": 6212, + "_index": 6139, "data": { "examples/particles/confetti": {} }, @@ -138388,7 +138772,7 @@ [ "config", { - "_index": 2078, + "_index": 1061, "data": { "assets/defsave": {}, "assets/firebase-remoteconfig": {}, @@ -138408,7 +138792,7 @@ [ "configfileextensiondescbuffersize", { - "_index": 7310, + "_index": 9102, "data": { "ref/stable/dmConfigFile": {} }, @@ -138418,7 +138802,7 @@ [ "configfilegetfloat", { - "_index": 7312, + "_index": 9103, "data": { "ref/stable/dmConfigFile": {} }, @@ -138428,7 +138812,7 @@ [ "configfilegetint", { - "_index": 7315, + "_index": 9106, "data": { "ref/stable/dmConfigFile": {} }, @@ -138438,7 +138822,7 @@ [ "configfilegetstring", { - "_index": 7316, + "_index": 9107, "data": { "ref/stable/dmConfigFile": {} }, @@ -138448,7 +138832,7 @@ [ "configurability", { - "_index": 2986, + "_index": 5293, "data": { "manuals/compute": {} }, @@ -138458,7 +138842,7 @@ [ "configurable", { - "_index": 6668, + "_index": 6292, "data": { "assets/defoldinput": {} }, @@ -138468,7 +138852,7 @@ [ "configuration", { - "_index": 851, + "_index": 1052, "data": { "assets/rustore-remoteconfig": {}, "assets/trenchbroom": {}, @@ -138502,7 +138886,7 @@ [ "configure", { - "_index": 854, + "_index": 2244, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/bundling": {}, @@ -138520,7 +138904,7 @@ [ "configured", { - "_index": 622, + "_index": 925, "data": { "examples/gui/layouts": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -138540,7 +138924,7 @@ [ "configuring", { - "_index": 3062, + "_index": 5041, "data": { "manuals/live-update-aws": {} }, @@ -138550,7 +138934,7 @@ [ "confirm", { - "_index": 5057, + "_index": 5987, "data": { "manuals/sony-playstation": {} }, @@ -138560,7 +138944,7 @@ [ "confirmation", { - "_index": 3849, + "_index": 1274, "data": { "manuals/editor-scripts-ui": {}, "manuals/sony-playstation": {} @@ -138571,7 +138955,7 @@ [ "confirmed", { - "_index": 5070, + "_index": 3798, "data": { "manuals/nintendo-switch": {} }, @@ -138581,7 +138965,7 @@ [ "conflict", { - "_index": 857, + "_index": 4385, "data": { "manuals/project-defignore": {}, "manuals/version-control": {} @@ -138592,7 +138976,7 @@ [ "conflicting", { - "_index": 3800, + "_index": 4371, "data": { "manuals/version-control": {} }, @@ -138602,7 +138986,7 @@ [ "conflicts", { - "_index": 3798, + "_index": 4370, "data": { "manuals/version-control": {} }, @@ -138612,7 +138996,7 @@ [ "congratulate", { - "_index": 6209, + "_index": 6135, "data": { "examples/particles/confetti": {} }, @@ -138622,7 +139006,7 @@ [ "conj", { - "_index": 7695, + "_index": 6985, "data": { "ref/stable/dmVMath": {}, "ref/stable/vmath": {} @@ -138633,7 +139017,7 @@ [ "conjugate", { - "_index": 7694, + "_index": 6986, "data": { "ref/stable/dmVMath": {}, "ref/stable/vmath": {} @@ -138644,10 +139028,9 @@ [ "conjunction", { - "_index": 4742, + "_index": 3619, "data": { - "manuals/extensions-best-practices": {}, - "manuals/gui-template": {} + "manuals/extensions-best-practices": {} }, "type": {} } @@ -138655,7 +139038,7 @@ [ "connect", { - "_index": 3422, + "_index": 2448, "data": { "assets/colyseus": {}, "assets/magiclinker": {}, @@ -138675,7 +139058,7 @@ [ "connect/#/dev63c95e436", { - "_index": 3514, + "_index": 3063, "data": { "manuals/ios": {} }, @@ -138685,7 +139068,7 @@ [ "connect/#/dev88f5c7bf9", { - "_index": 3512, + "_index": 3061, "data": { "manuals/ios": {} }, @@ -138695,7 +139078,7 @@ [ "connected", { - "_index": 1675, + "_index": 2026, "data": { "manuals/android": {}, "manuals/dev-app": {}, @@ -138715,7 +139098,7 @@ [ "connected:close", { - "_index": 8118, + "_index": 10499, "data": { "ref/stable/socket": {} }, @@ -138725,7 +139108,7 @@ [ "connected:getoption", { - "_index": 8119, + "_index": 10500, "data": { "ref/stable/socket": {} }, @@ -138735,7 +139118,7 @@ [ "connected:getpeername", { - "_index": 8126, + "_index": 10507, "data": { "ref/stable/socket": {} }, @@ -138745,7 +139128,7 @@ [ "connected:getsockname", { - "_index": 8129, + "_index": 10509, "data": { "ref/stable/socket": {} }, @@ -138755,7 +139138,7 @@ [ "connected:receive", { - "_index": 8134, + "_index": 10514, "data": { "ref/stable/socket": {} }, @@ -138765,7 +139148,7 @@ [ "connected:send", { - "_index": 8141, + "_index": 10520, "data": { "ref/stable/socket": {} }, @@ -138775,7 +139158,7 @@ [ "connected:setoption", { - "_index": 8120, + "_index": 10501, "data": { "ref/stable/socket": {} }, @@ -138785,7 +139168,7 @@ [ "connected:setpeername", { - "_index": 8155, + "_index": 10534, "data": { "ref/stable/socket": {} }, @@ -138795,7 +139178,7 @@ [ "connected:settimeout", { - "_index": 8160, + "_index": 10539, "data": { "ref/stable/socket": {} }, @@ -138805,7 +139188,7 @@ [ "connecting", { - "_index": 3406, + "_index": 2435, "data": { "manuals/dev-app": {}, "manuals/ios": {}, @@ -138818,7 +139201,7 @@ [ "connection", { - "_index": 259, + "_index": 2327, "data": { "assets/websocket": {}, "manuals/application-security": {}, @@ -138840,7 +139223,7 @@ [ "connections", { - "_index": 249, + "_index": 1056, "data": { "manuals/application-security": {}, "manuals/extensions-defold-sdk": {}, @@ -138856,7 +139239,7 @@ [ "connectivity", { - "_index": 4998, + "_index": 2463, "data": { "manuals/zerobrane": {}, "ref/stable/sys": {} @@ -138867,7 +139250,7 @@ [ "connects", { - "_index": 6580, + "_index": 6698, "data": { "assets/gamedistribution": {} }, @@ -138877,7 +139260,7 @@ [ "connnection", { - "_index": 10078, + "_index": 10029, "data": { "ref/stable/dmConnectionPool": {} }, @@ -138887,7 +139270,7 @@ [ "conquer", { - "_index": 4624, + "_index": 5891, "data": { "manuals/debugging-game-logic": {} }, @@ -138897,7 +139280,7 @@ [ "consecutive", { - "_index": 10030, + "_index": 6878, "data": { "ref/stable/dmGraphics": {}, "ref/stable/sound": {} @@ -138908,7 +139291,7 @@ [ "consent", { - "_index": 6677, + "_index": 6585, "data": { "assets/ump": {} }, @@ -138918,7 +139301,7 @@ [ "consider", { - "_index": 1559, + "_index": 1314, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/editor-scripts-ui": {}, @@ -138937,7 +139320,7 @@ [ "consideration", { - "_index": 1716, + "_index": 3389, "data": { "manuals/addressing": {}, "manuals/flash": {}, @@ -138950,7 +139333,7 @@ [ "considerations", { - "_index": 2241, + "_index": 755, "data": { "manuals/html5": {}, "manuals/lua": {} @@ -138961,7 +139344,7 @@ [ "considered", { - "_index": 2769, + "_index": 3057, "data": { "manuals/application-security": {}, "manuals/editor-scripts": {}, @@ -138979,7 +139362,7 @@ [ "considers", { - "_index": 2661, + "_index": 2911, "data": { "manuals/gui-layouts": {} }, @@ -138989,7 +139372,7 @@ [ "consist", { - "_index": 323, + "_index": 949, "data": { "manuals/flash": {}, "manuals/font": {}, @@ -139001,7 +139384,7 @@ [ "consisting", { - "_index": 650, + "_index": 2512, "data": { "manuals/collection-factory": {}, "manuals/flash": {}, @@ -139013,7 +139396,7 @@ [ "consists", { - "_index": 1216, + "_index": 1107, "data": { "examples/collection/proxy": {}, "examples/collection/splash": {}, @@ -139052,7 +139435,7 @@ [ "console", { - "_index": 1672, + "_index": 673, "data": { "assets/alienworld": {}, "assets/defcon": {}, @@ -139079,7 +139462,7 @@ [ "consoleapi.save", { - "_index": 1690, + "_index": 4853, "data": { "manuals/porting-guidelines": {} }, @@ -139089,7 +139472,7 @@ [ "consoles", { - "_index": 1468, + "_index": 2201, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/extender-local-setup": {}, @@ -139101,7 +139484,7 @@ [ "const", { - "_index": 1167, + "_index": 2779, "data": { "manuals/extensions-best-practices": {}, "manuals/shader": {}, @@ -139136,7 +139519,7 @@ [ "constant", { - "_index": 923, + "_index": 2633, "data": { "examples/sprite/tint": {}, "manuals/compute": {}, @@ -139172,7 +139555,7 @@ [ "constant's", { - "_index": 7986, + "_index": 8039, "data": { "ref/stable/dmGameSystem": {} }, @@ -139182,7 +139565,7 @@ [ "constant_buffer", { - "_index": 7791, + "_index": 8475, "data": { "ref/stable/render": {} }, @@ -139192,7 +139575,7 @@ [ "constant_type_projection", { - "_index": 991, + "_index": 2672, "data": { "manuals/shader": {} }, @@ -139202,7 +139585,7 @@ [ "constant_type_user", { - "_index": 994, + "_index": 2673, "data": { "manuals/shader": {} }, @@ -139212,7 +139595,7 @@ [ "constant_type_view", { - "_index": 990, + "_index": 2671, "data": { "manuals/shader": {} }, @@ -139222,7 +139605,7 @@ [ "constant_type_world", { - "_index": 988, + "_index": 2669, "data": { "manuals/shader": {} }, @@ -139232,7 +139615,7 @@ [ "constants", { - "_index": 899, + "_index": 1144, "data": { "assets/sparkle-shader": {}, "manuals/compute": {}, @@ -139260,7 +139643,7 @@ [ "constants.md", { - "_index": 4138, + "_index": 3813, "data": { "manuals/mesh": {}, "manuals/model": {}, @@ -139273,7 +139656,7 @@ [ "constants.tint", { - "_index": 2983, + "_index": 5292, "data": { "manuals/compute": {} }, @@ -139283,7 +139666,7 @@ [ "constitutes", { - "_index": 3033, + "_index": 5332, "data": { "manuals/compute": {}, "ref/stable/render": {} @@ -139294,7 +139677,7 @@ [ "constrain", { - "_index": 5979, + "_index": 5773, "data": { "manuals/physics-joints": {}, "ref/stable/label": {} @@ -139305,7 +139688,7 @@ [ "constrained", { - "_index": 7083, + "_index": 7505, "data": { "ref/stable/physics": {} }, @@ -139315,7 +139698,7 @@ [ "constraint", { - "_index": 5991, + "_index": 5785, "data": { "manuals/physics-joints": {} }, @@ -139325,7 +139708,7 @@ [ "constraints", { - "_index": 5066, + "_index": 2935, "data": { "manuals/optimization": {}, "manuals/physics": {}, @@ -139337,7 +139720,7 @@ [ "construct", { - "_index": 2593, + "_index": 3438, "data": { "manuals/addressing": {}, "manuals/building-blocks": {}, @@ -139353,7 +139736,7 @@ [ "constructed", { - "_index": 4902, + "_index": 3437, "data": { "manuals/addressing": {}, "ref/stable/dmGameObject": {}, @@ -139365,7 +139748,7 @@ [ "constructing", { - "_index": 4901, + "_index": 3436, "data": { "manuals/addressing": {}, "ref/stable/vmath": {} @@ -139376,7 +139759,7 @@ [ "constructinstanceid", { - "_index": 9533, + "_index": 9234, "data": { "ref/stable/dmGameObject": {} }, @@ -139386,7 +139769,7 @@ [ "construction", { - "_index": 8575, + "_index": 9451, "data": { "ref/stable/base": {}, "ref/stable/io": {} @@ -139397,7 +139780,7 @@ [ "constructor", { - "_index": 2703, + "_index": 5148, "data": { "manuals/flash": {}, "manuals/modules": {}, @@ -139414,7 +139797,7 @@ [ "constructors", { - "_index": 9080, + "_index": 9975, "data": { "ref/stable/go": {} }, @@ -139424,7 +139807,7 @@ [ "constructs", { - "_index": 1555, + "_index": 3093, "data": { "manuals/optimization-speed": {}, "ref/stable/dmIntersection": {}, @@ -139437,7 +139820,7 @@ [ "consume", { - "_index": 1969, + "_index": 1310, "data": { "manuals/editor-scripts-ui": {}, "manuals/input": {}, @@ -139449,7 +139832,7 @@ [ "consumed", { - "_index": 2034, + "_index": 5976, "data": { "manuals/input": {}, "ref/stable/go": {}, @@ -139461,7 +139844,7 @@ [ "consumes", { - "_index": 2058, + "_index": 5984, "data": { "manuals/input": {} }, @@ -139471,7 +139854,7 @@ [ "consuming", { - "_index": 1968, + "_index": 3621, "data": { "manuals/debugging-game-logic": {}, "manuals/editor-scripts": {}, @@ -139485,7 +139868,7 @@ [ "consumption", { - "_index": 2037, + "_index": 4130, "data": { "manuals/application-security": {}, "manuals/input": {}, @@ -139497,7 +139880,7 @@ [ "cont", { - "_index": 6962, + "_index": 9545, "data": { "ref/stable/debug": {} }, @@ -139507,7 +139890,7 @@ [ "contact", { - "_index": 1647, + "_index": 2300, "data": { "manuals/addressing": {}, "manuals/debugging-game-logic": {}, @@ -139525,7 +139908,7 @@ [ "contact's", { - "_index": 4767, + "_index": 3992, "data": { "manuals/physics-resolving-collisions": {} }, @@ -139535,7 +139918,7 @@ [ "contact_point_event", { - "_index": 5897, + "_index": 5671, "data": { "manuals/physics-events": {}, "ref/stable/physics": {} @@ -139546,7 +139929,7 @@ [ "contact_point_response", { - "_index": 4749, + "_index": 2033, "data": { "manuals/physics-messages": {}, "manuals/physics-resolving-collisions": {}, @@ -139558,7 +139941,7 @@ [ "contacts", { - "_index": 1879, + "_index": 2289, "data": { "manuals/physics-objects": {}, "ref/stable/b2d.body": {} @@ -139569,7 +139952,7 @@ [ "contain", { - "_index": 308, + "_index": 944, "data": { "manuals/building-blocks": {}, "manuals/debugging-game-logic": {}, @@ -139605,7 +139988,7 @@ [ "contained", { - "_index": 668, + "_index": 2518, "data": { "manuals/collection-factory": {}, "manuals/flash": {}, @@ -139619,7 +140002,7 @@ [ "container", { - "_index": 1382, + "_index": 1337, "data": { "manuals/building-blocks": {}, "manuals/debugging-game-and-system-logs": {}, @@ -139640,7 +140023,7 @@ [ "container.column_span", { - "_index": 10691, + "_index": 8910, "data": { "ref/stable/editor": {} }, @@ -139650,7 +140033,7 @@ [ "containerrow_span", { - "_index": 10688, + "_index": 8907, "data": { "ref/stable/editor": {} }, @@ -139660,7 +140043,7 @@ [ "containers", { - "_index": 1356, + "_index": 4007, "data": { "manuals/extender-local-setup": {}, "manuals/flash": {}, @@ -139673,7 +140056,7 @@ [ "containing", { - "_index": 264, + "_index": 1908, "data": { "examples/basics/z_order": {}, "examples/factory/dynamic": {}, @@ -139721,7 +140104,7 @@ [ "contains", { - "_index": 52, + "_index": 72, "data": { "assets/3deforms": {}, "assets/defgraph": {}, @@ -139810,7 +140193,7 @@ [ "content", { - "_index": 101, + "_index": 54, "data": { "assets/facebook": {}, "assets/gamedistribution": {}, @@ -139853,7 +140236,7 @@ [ "contentis_directory", { - "_index": 10658, + "_index": 8877, "data": { "ref/stable/editor": {} }, @@ -139863,7 +140246,7 @@ [ "contents", { - "_index": 639, + "_index": 905, "data": { "manuals/addressing": {}, "manuals/bundling": {}, @@ -139889,7 +140272,7 @@ [ "contents/resources/dwarf/dmengine", { - "_index": 4807, + "_index": 4991, "data": { "manuals/debugging-native-code": {} }, @@ -139899,7 +140282,7 @@ [ "context", { - "_index": 921, + "_index": 1126, "data": { "assets/defmnu": {}, "assets/defold-event": {}, @@ -139929,6 +140312,7 @@ "ref/stable/dmResource": {}, "ref/stable/dmScript": {}, "ref/stable/gui": {}, + "ref/stable/render": {}, "ref/stable/sys": {} }, "type": {} @@ -139937,7 +140321,7 @@ [ "contexts", { - "_index": 1124, + "_index": 2752, "data": { "manuals/editor-scripts": {}, "manuals/lua": {}, @@ -139951,7 +140335,7 @@ [ "contextx", { - "_index": 9494, + "_index": 9195, "data": { "ref/stable/dmGameObject": {} }, @@ -139961,7 +140345,7 @@ [ "continously", { - "_index": 10854, + "_index": 10278, "data": { "ref/stable/profiler": {} }, @@ -139971,7 +140355,7 @@ [ "continue", { - "_index": 3221, + "_index": 1248, "data": { "manuals/addressing": {}, "manuals/debugging-game-logic": {}, @@ -139993,7 +140377,7 @@ [ "continues", { - "_index": 2021, + "_index": 5971, "data": { "manuals/input": {}, "ref/stable/coroutine": {}, @@ -140006,7 +140390,7 @@ [ "continuous", { - "_index": 1916, + "_index": 2311, "data": { "manuals/physics-objects": {}, "ref/stable/b2d.body": {}, @@ -140018,7 +140402,7 @@ [ "continuously", { - "_index": 3356, + "_index": 5136, "data": { "examples/particles/modifiers": {}, "manuals/flash": {}, @@ -140030,7 +140414,7 @@ [ "contrast", { - "_index": 2969, + "_index": 5281, "data": { "manuals/compute": {} }, @@ -140040,7 +140424,7 @@ [ "contributed", { - "_index": 1240, + "_index": 2817, "data": { "manuals/shader": {} }, @@ -140050,7 +140434,7 @@ [ "contributions", { - "_index": 5061, + "_index": 3800, "data": { "manuals/nintendo-switch": {}, "manuals/sony-playstation": {} @@ -140061,7 +140445,7 @@ [ "control", { - "_index": 394, + "_index": 243, "data": { "assets/firebase-remoteconfig": {}, "assets/openal": {}, @@ -140100,7 +140484,7 @@ [ "controlled", { - "_index": 2163, + "_index": 1206, "data": { "manuals/addressing": {}, "manuals/glossary": {}, @@ -140117,7 +140501,7 @@ [ "controller", { - "_index": 1623, + "_index": 3355, "data": { "assets/kinematicwalker": {}, "assets/operator": {}, @@ -140131,7 +140515,7 @@ [ "controller#main", { - "_index": 6123, + "_index": 6114, "data": { "examples/gui/healthbar": {} }, @@ -140141,7 +140525,7 @@ [ "controller.script", { - "_index": 4838, + "_index": 3346, "data": { "manuals/addressing": {} }, @@ -140151,7 +140535,7 @@ [ "controlling", { - "_index": 2081, + "_index": 1065, "data": { "manuals/extensions-defold-sdk": {}, "manuals/gui-particlefx": {}, @@ -140164,7 +140548,7 @@ [ "controls", { - "_index": 1263, + "_index": 120, "data": { "assets/firebase-remoteconfig": {}, "examples/collection/timestep": {}, @@ -140189,7 +140573,7 @@ [ "convenience", { - "_index": 7200, + "_index": 9526, "data": { "ref/stable/dmHid": {} }, @@ -140199,7 +140583,7 @@ [ "convenient", { - "_index": 2410, + "_index": 3853, "data": { "assets/lualocade": {}, "manuals/editor-scripts": {}, @@ -140212,7 +140596,7 @@ [ "conveniently", { - "_index": 6423, + "_index": 6382, "data": { "assets/defork": {} }, @@ -140222,7 +140606,7 @@ [ "convention", { - "_index": 3856, + "_index": 1294, "data": { "manuals/editor-scripts-ui": {} }, @@ -140232,7 +140616,7 @@ [ "conversations", { - "_index": 6426, + "_index": 6385, "data": { "assets/defork": {} }, @@ -140242,7 +140626,7 @@ [ "conversely", { - "_index": 4566, + "_index": 6012, "data": { "manuals/building-blocks": {} }, @@ -140252,7 +140636,7 @@ [ "conversion", { - "_index": 2181, + "_index": 2060, "data": { "examples/material/screenspace": {}, "manuals/camera": {}, @@ -140267,7 +140651,7 @@ [ "convert", { - "_index": 2179, + "_index": 2123, "data": { "assets/narrator": {}, "assets/orthographic": {}, @@ -140295,7 +140679,7 @@ [ "converted", { - "_index": 292, + "_index": 873, "data": { "manuals/application-security": {}, "manuals/html5": {}, @@ -140313,7 +140697,7 @@ [ "converter", { - "_index": 8397, + "_index": 9596, "data": { "ref/stable/sys": {} }, @@ -140323,7 +140707,7 @@ [ "convertible", { - "_index": 10431, + "_index": 10719, "data": { "ref/stable/base": {} }, @@ -140333,7 +140717,7 @@ [ "converting", { - "_index": 1249, + "_index": 2124, "data": { "manuals/camera": {}, "manuals/optimization-size": {}, @@ -140345,7 +140729,7 @@ [ "converts", { - "_index": 6167, + "_index": 6124, "data": { "assets/asefold": {}, "examples/movement/look_rotation": {}, @@ -140354,7 +140738,8 @@ "ref/stable/dmBuffer": {}, "ref/stable/dmScript": {}, "ref/stable/editor": {}, - "ref/stable/socket": {} + "ref/stable/socket": {}, + "ref/stable/vmath": {} }, "type": {} } @@ -140362,7 +140747,7 @@ [ "convex", { - "_index": 169, + "_index": 5515, "data": { "assets/defoldpolygoneditor": {}, "manuals/physics-shapes": {} @@ -140373,7 +140758,7 @@ [ "convolution", { - "_index": 6487, + "_index": 6651, "data": { "assets/imp": {} }, @@ -140383,7 +140768,7 @@ [ "coolmath", { - "_index": 6439, + "_index": 6389, "data": { "assets/coolmathgames-sdk": {} }, @@ -140393,7 +140778,7 @@ [ "coolmathgames", { - "_index": 6438, + "_index": 6388, "data": { "assets/coolmathgames-sdk": {} }, @@ -140403,7 +140788,7 @@ [ "coordinate", { - "_index": 957, + "_index": 1679, "data": { "examples/material/noise": {}, "manuals/camera": {}, @@ -140423,7 +140808,7 @@ [ "coordinated", { - "_index": 8531, + "_index": 9996, "data": { "ref/stable/os": {} }, @@ -140433,7 +140818,7 @@ [ "coordinates", { - "_index": 949, + "_index": 786, "data": { "assets/orthographic": {}, "examples/material/screenspace": {}, @@ -140460,7 +140845,7 @@ [ "coordinates_", { - "_index": 4828, + "_index": 4806, "data": { "manuals/importing-models": {} }, @@ -140470,7 +140855,7 @@ [ "coords", { - "_index": 7343, + "_index": 10379, "data": { "ref/stable/resource": {} }, @@ -140480,7 +140865,7 @@ [ "copied", { - "_index": 5428, + "_index": 6075, "data": { "manuals/android": {}, "ref/stable/dmBuffer": {}, @@ -140494,7 +140879,7 @@ [ "copies", { - "_index": 3265, + "_index": 5073, "data": { "examples/factory/basic": {}, "manuals/flash": {}, @@ -140508,7 +140893,7 @@ [ "copy", { - "_index": 279, + "_index": 2360, "data": { "assets/clipboard": {}, "manuals/application-security": {}, @@ -140540,7 +140925,7 @@ [ "copy/paste", { - "_index": 2253, + "_index": 779, "data": { "manuals/html5": {} }, @@ -140550,7 +140935,7 @@ [ "copy_buffer", { - "_index": 10369, + "_index": 8100, "data": { "ref/stable/buffer": {} }, @@ -140560,7 +140945,7 @@ [ "copy_stream", { - "_index": 10371, + "_index": 8102, "data": { "ref/stable/buffer": {} }, @@ -140570,7 +140955,7 @@ [ "copying", { - "_index": 2457, + "_index": 2831, "data": { "manuals/atlas": {}, "manuals/gui-layouts": {}, @@ -140585,7 +140970,7 @@ [ "copyright", { - "_index": 3519, + "_index": 3068, "data": { "manuals/ios": {} }, @@ -140595,7 +140980,7 @@ [ "core", { - "_index": 2076, + "_index": 1059, "data": { "manuals/extensions-defold-sdk": {}, "manuals/nintendo-switch": {}, @@ -140608,7 +140993,7 @@ [ "coregraphics", { - "_index": 1294, + "_index": 4655, "data": { "manuals/extensions-ext-manifests": {} }, @@ -140618,7 +141003,7 @@ [ "coremedia", { - "_index": 1305, + "_index": 4666, "data": { "manuals/extensions-ext-manifests": {} }, @@ -140628,7 +141013,7 @@ [ "coremotion", { - "_index": 1297, + "_index": 4658, "data": { "manuals/extensions-ext-manifests": {} }, @@ -140638,7 +141023,7 @@ [ "coretelephony", { - "_index": 1306, + "_index": 4667, "data": { "manuals/extensions-ext-manifests": {} }, @@ -140648,7 +141033,7 @@ [ "corevideo", { - "_index": 1307, + "_index": 4668, "data": { "manuals/extensions-ext-manifests": {} }, @@ -140658,7 +141043,7 @@ [ "corner", { - "_index": 3614, + "_index": 71, "data": { "manuals/editor": {}, "manuals/gui": {}, @@ -140676,7 +141061,7 @@ [ "corners", { - "_index": 1032, + "_index": 2698, "data": { "manuals/gui-pie": {}, "manuals/shader": {} @@ -140687,7 +141072,7 @@ [ "coroutine", { - "_index": 5077, + "_index": 5175, "data": { "assets/defunico": {}, "manuals/lua": {}, @@ -140700,7 +141085,7 @@ [ "coroutine.create", { - "_index": 7234, + "_index": 8739, "data": { "ref/stable/coroutine": {} }, @@ -140710,7 +141095,7 @@ [ "coroutine.resume", { - "_index": 7235, + "_index": 8740, "data": { "ref/stable/coroutine": {} }, @@ -140720,7 +141105,7 @@ [ "coroutine.running", { - "_index": 7240, + "_index": 8745, "data": { "ref/stable/coroutine": {} }, @@ -140730,7 +141115,7 @@ [ "coroutine.status", { - "_index": 7241, + "_index": 8746, "data": { "ref/stable/coroutine": {} }, @@ -140740,7 +141125,7 @@ [ "coroutine.wrap", { - "_index": 7244, + "_index": 8749, "data": { "ref/stable/coroutine": {} }, @@ -140750,7 +141135,7 @@ [ "coroutine.yield", { - "_index": 7247, + "_index": 8752, "data": { "ref/stable/coroutine": {} }, @@ -140760,7 +141145,7 @@ [ "correct", { - "_index": 216, + "_index": 2136, "data": { "examples/sound/panning": {}, "manuals/application-security": {}, @@ -140780,7 +141165,7 @@ [ "correction", { - "_index": 4766, + "_index": 3991, "data": { "manuals/physics-resolving-collisions": {} }, @@ -140790,7 +141175,7 @@ [ "correctly", { - "_index": 955, + "_index": 2647, "data": { "manuals/addressing": {}, "manuals/extender-local-setup": {}, @@ -140806,7 +141191,7 @@ [ "correctly__", { - "_index": 1402, + "_index": 4032, "data": { "manuals/extender-local-setup": {} }, @@ -140816,7 +141201,7 @@ [ "correlating", { - "_index": 5044, + "_index": 5009, "data": { "manuals/gui-pie": {} }, @@ -140826,7 +141211,7 @@ [ "correspond", { - "_index": 4600, + "_index": 5873, "data": { "manuals/debugging-game-logic": {}, "ref/stable/profiler": {} @@ -140837,7 +141222,7 @@ [ "corresponding", { - "_index": 1990, + "_index": 595, "data": { "manuals/addressing": {}, "manuals/building-blocks": {}, @@ -140869,7 +141254,7 @@ [ "corresponds", { - "_index": 4445, + "_index": 349, "data": { "manuals/addressing": {}, "manuals/gui": {}, @@ -140885,7 +141270,7 @@ [ "cors", { - "_index": 3049, + "_index": 5031, "data": { "manuals/live-update-aws": {} }, @@ -140895,7 +141280,7 @@ [ "cos", { - "_index": 8306, + "_index": 6996, "data": { "ref/stable/math": {}, "ref/stable/vmath": {} @@ -140906,7 +141291,7 @@ [ "cosh", { - "_index": 9732, + "_index": 7254, "data": { "ref/stable/math": {} }, @@ -140916,7 +141301,7 @@ [ "cosine", { - "_index": 9718, + "_index": 7239, "data": { "ref/stable/math": {} }, @@ -140926,7 +141311,7 @@ [ "cost", { - "_index": 3825, + "_index": 3615, "data": { "assets/pp": {}, "manuals/extensions-best-practices": {}, @@ -140941,7 +141326,7 @@ [ "costly", { - "_index": 7117, + "_index": 7536, "data": { "ref/stable/physics": {} }, @@ -140951,7 +141336,7 @@ [ "could", { - "_index": 2162, + "_index": 913, "data": { "examples/particles/fireworks": {}, "manuals/editor-scripts": {}, @@ -140973,7 +141358,7 @@ [ "count", { - "_index": 749, + "_index": 1172, "data": { "examples/particles/confetti": {}, "examples/particles/fire_and_smoke": {}, @@ -141010,7 +141395,7 @@ [ "countdowns", { - "_index": 6558, + "_index": 6688, "data": { "assets/defquest": {} }, @@ -141020,7 +141405,7 @@ [ "counted", { - "_index": 2637, + "_index": 4349, "data": { "manuals/factory": {}, "ref/stable/dmGameObject": {}, @@ -141033,7 +141418,7 @@ [ "counter", { - "_index": 3532, + "_index": 1526, "data": { "examples/timer/repeating_timer": {}, "examples/timer/trigger_timer": {}, @@ -141049,7 +141434,7 @@ [ "counterparts", { - "_index": 2761, + "_index": 4135, "data": { "manuals/application-security": {} }, @@ -141059,7 +141444,7 @@ [ "counters", { - "_index": 563, + "_index": 2562, "data": { "manuals/app-manifest": {}, "manuals/optimization-memory": {}, @@ -141074,7 +141459,7 @@ [ "counting", { - "_index": 4072, + "_index": 4271, "data": { "manuals/profiling": {} }, @@ -141084,7 +141469,7 @@ [ "countries", { - "_index": 3509, + "_index": 3058, "data": { "manuals/ios": {} }, @@ -141094,7 +141479,7 @@ [ "country", { - "_index": 1643, + "_index": 4831, "data": { "manuals/porting-guidelines": {} }, @@ -141104,7 +141489,7 @@ [ "counts", { - "_index": 752, + "_index": 2561, "data": { "manuals/collection-factory": {}, "manuals/factory": {}, @@ -141117,7 +141502,7 @@ [ "couple", { - "_index": 2180, + "_index": 4499, "data": { "examples/sprite/tint": {}, "manuals/input-mouse-and-touch": {} @@ -141128,7 +141513,7 @@ [ "coupled", { - "_index": 3538, + "_index": 1605, "data": { "manuals/message-passing": {} }, @@ -141138,7 +141523,7 @@ [ "coupling", { - "_index": 5121, + "_index": 5218, "data": { "manuals/lua": {} }, @@ -141148,7 +141533,7 @@ [ "course", { - "_index": 1524, + "_index": 3077, "data": { "manuals/flash": {}, "manuals/optimization-speed": {} @@ -141159,7 +141544,7 @@ [ "cover", { - "_index": 4460, + "_index": 415, "data": { "manuals/gui": {} }, @@ -141169,7 +141554,7 @@ [ "covers", { - "_index": 5873, + "_index": 4591, "data": { "examples/material/noise": {}, "examples/material/uvgradient": {}, @@ -141181,7 +141566,7 @@ [ "cp", { - "_index": 1452, + "_index": 4074, "data": { "manuals/compute": {}, "manuals/extender-local-setup": {} @@ -141192,7 +141577,7 @@ [ "cpath", { - "_index": 7252, + "_index": 9368, "data": { "ref/stable/package": {} }, @@ -141202,7 +141587,7 @@ [ "cpp", { - "_index": 4936, + "_index": 4738, "data": { "manuals/extensions": {} }, @@ -141212,7 +141597,7 @@ [ "cpu", { - "_index": 15, + "_index": 2192, "data": { "manuals/bob": {}, "manuals/flash": {}, @@ -141230,7 +141615,7 @@ [ "cr", { - "_index": 8088, + "_index": 10481, "data": { "ref/stable/socket": {} }, @@ -141240,7 +141625,7 @@ [ "crafted", { - "_index": 4321, + "_index": 5951, "data": { "manuals/design": {} }, @@ -141250,7 +141635,7 @@ [ "crash", { - "_index": 4781, + "_index": 1938, "data": { "manuals/debugging": {}, "manuals/debugging-native-code": {}, @@ -141263,7 +141648,7 @@ [ "crash.get_backtrace", { - "_index": 9914, + "_index": 8680, "data": { "ref/stable/crash": {} }, @@ -141273,7 +141658,7 @@ [ "crash.get_extra_data", { - "_index": 9916, + "_index": 8683, "data": { "ref/stable/crash": {} }, @@ -141283,7 +141668,7 @@ [ "crash.get_modules", { - "_index": 9918, + "_index": 8687, "data": { "ref/stable/crash": {} }, @@ -141293,7 +141678,7 @@ [ "crash.get_signum", { - "_index": 9920, + "_index": 8689, "data": { "ref/stable/crash": {} }, @@ -141303,7 +141688,7 @@ [ "crash.get_sys_field", { - "_index": 9922, + "_index": 8691, "data": { "ref/stable/crash": {} }, @@ -141313,7 +141698,7 @@ [ "crash.get_user_field", { - "_index": 9926, + "_index": 8695, "data": { "ref/stable/crash": {} }, @@ -141323,7 +141708,7 @@ [ "crash.load_previous", { - "_index": 9928, + "_index": 8697, "data": { "ref/stable/crash": {} }, @@ -141333,7 +141718,7 @@ [ "crash.release", { - "_index": 9930, + "_index": 8699, "data": { "ref/stable/crash": {} }, @@ -141343,7 +141728,7 @@ [ "crash.set_file_path", { - "_index": 9931, + "_index": 8700, "data": { "ref/stable/crash": {} }, @@ -141353,7 +141738,7 @@ [ "crash.set_user_field", { - "_index": 9934, + "_index": 8703, "data": { "ref/stable/crash": {} }, @@ -141363,7 +141748,7 @@ [ "crash.sysfield_android_build_fingerprint", { - "_index": 9939, + "_index": 8707, "data": { "ref/stable/crash": {} }, @@ -141373,7 +141758,7 @@ [ "crash.sysfield_device_language", { - "_index": 9942, + "_index": 8710, "data": { "ref/stable/crash": {} }, @@ -141383,7 +141768,7 @@ [ "crash.sysfield_device_model", { - "_index": 9944, + "_index": 8713, "data": { "ref/stable/crash": {} }, @@ -141393,7 +141778,7 @@ [ "crash.sysfield_engine_hash", { - "_index": 9946, + "_index": 8715, "data": { "ref/stable/crash": {} }, @@ -141403,7 +141788,7 @@ [ "crash.sysfield_engine_version", { - "_index": 9948, + "_index": 8717, "data": { "ref/stable/crash": {} }, @@ -141413,7 +141798,7 @@ [ "crash.sysfield_language", { - "_index": 9950, + "_index": 8719, "data": { "ref/stable/crash": {} }, @@ -141423,7 +141808,7 @@ [ "crash.sysfield_manufacturer", { - "_index": 9952, + "_index": 8721, "data": { "ref/stable/crash": {} }, @@ -141433,7 +141818,7 @@ [ "crash.sysfield_max", { - "_index": 9924, + "_index": 8693, "data": { "ref/stable/crash": {} }, @@ -141443,7 +141828,7 @@ [ "crash.sysfield_system_name", { - "_index": 9956, + "_index": 8725, "data": { "ref/stable/crash": {} }, @@ -141453,7 +141838,7 @@ [ "crash.sysfield_system_version", { - "_index": 9958, + "_index": 8727, "data": { "ref/stable/crash": {} }, @@ -141463,7 +141848,7 @@ [ "crash.sysfield_territory", { - "_index": 9960, + "_index": 8729, "data": { "ref/stable/crash": {} }, @@ -141473,7 +141858,7 @@ [ "crash.userfield_max", { - "_index": 9962, + "_index": 8732, "data": { "ref/stable/crash": {} }, @@ -141483,7 +141868,7 @@ [ "crash.userfield_size", { - "_index": 9964, + "_index": 8734, "data": { "ref/stable/crash": {} }, @@ -141493,7 +141878,7 @@ [ "crash.write_dump", { - "_index": 9966, + "_index": 8736, "data": { "ref/stable/crash": {} }, @@ -141503,7 +141888,7 @@ [ "crashes", { - "_index": 1696, + "_index": 1941, "data": { "manuals/debugging": {}, "manuals/debugging-native-code": {}, @@ -141517,7 +141902,7 @@ [ "crate", { - "_index": 6172, + "_index": 6183, "data": { "examples/render/orbit_camera": {} }, @@ -141527,7 +141912,7 @@ [ "crawler", { - "_index": 2168, + "_index": 4492, "data": { "manuals/input-mouse-and-touch": {} }, @@ -141537,7 +141922,7 @@ [ "crazygames", { - "_index": 6722, + "_index": 6416, "data": { "assets/crazygames": {} }, @@ -141547,7 +141932,7 @@ [ "create", { - "_index": 48, + "_index": 226, "data": { "assets/colorlib": {}, "assets/defarc": {}, @@ -141667,7 +142052,7 @@ [ "create#index", { - "_index": 9588, + "_index": 9293, "data": { "ref/stable/dmGameObject": {} }, @@ -141677,7 +142062,7 @@ [ "create/destroy", { - "_index": 8925, + "_index": 10171, "data": { "ref/stable/b2d.body": {} }, @@ -141687,7 +142072,7 @@ [ "create_atlas", { - "_index": 7328, + "_index": 10367, "data": { "ref/stable/resource": {} }, @@ -141697,7 +142082,7 @@ [ "create_buffer", { - "_index": 7361, + "_index": 10397, "data": { "ref/stable/resource": {} }, @@ -141707,7 +142092,7 @@ [ "create_camera", { - "_index": 3625, + "_index": 1707, "data": { "manuals/render": {} }, @@ -141717,7 +142102,7 @@ [ "create_directory", { - "_index": 10640, + "_index": 8821, "data": { "ref/stable/editor": {} }, @@ -141727,7 +142112,7 @@ [ "create_file", { - "_index": 3910, + "_index": 1389, "data": { "manuals/editor-scripts-ui": {} }, @@ -141737,7 +142122,7 @@ [ "create_guard", { - "_index": 2594, + "_index": 4309, "data": { "manuals/factory": {} }, @@ -141747,7 +142132,7 @@ [ "create_hunter", { - "_index": 2589, + "_index": 4305, "data": { "manuals/factory": {} }, @@ -141757,7 +142142,7 @@ [ "create_joint", { - "_index": 5931, + "_index": 5707, "data": { "manuals/physics-events": {}, "ref/stable/physics": {} @@ -141768,7 +142153,7 @@ [ "create_predicates", { - "_index": 3621, + "_index": 1703, "data": { "manuals/render": {} }, @@ -141778,7 +142163,7 @@ [ "create_result_ok", { - "_index": 9425, + "_index": 9125, "data": { "ref/stable/dmGameObject": {} }, @@ -141788,7 +142173,7 @@ [ "create_state", { - "_index": 3622, + "_index": 1704, "data": { "manuals/render": {} }, @@ -141798,7 +142183,7 @@ [ "create_texture", { - "_index": 7369, + "_index": 10404, "data": { "ref/stable/resource": {} }, @@ -141808,7 +142193,7 @@ [ "create_texture_async", { - "_index": 7410, + "_index": 10413, "data": { "ref/stable/resource": {} }, @@ -141818,7 +142203,7 @@ [ "create_user", { - "_index": 3998, + "_index": 1542, "data": { "manuals/editor-scripts-ui": {} }, @@ -141828,7 +142213,7 @@ [ "createcallback", { - "_index": 8743, + "_index": 10812, "data": { "ref/stable/dmScript": {} }, @@ -141838,7 +142223,7 @@ [ "created", { - "_index": 827, + "_index": 149, "data": { "assets/quickbutton": {}, "examples/basics/parent_child": {}, @@ -141907,7 +142292,7 @@ [ "createfrustumfrommatrix", { - "_index": 8640, + "_index": 9434, "data": { "ref/stable/dmIntersection": {} }, @@ -141917,7 +142302,7 @@ [ "createrenderconstants", { - "_index": 7989, + "_index": 8042, "data": { "ref/stable/dmGameSystem": {} }, @@ -141927,7 +142312,7 @@ [ "createresult", { - "_index": 9426, + "_index": 9126, "data": { "ref/stable/dmGameObject": {} }, @@ -141937,7 +142322,7 @@ [ "creates", { - "_index": 1795, + "_index": 620, "data": { "assets/defold-index": {}, "examples/movement/look_rotation": {}, @@ -141972,7 +142357,7 @@ [ "createtime", { - "_index": 1497, + "_index": 4100, "data": { "manuals/extender-local-setup": {} }, @@ -141982,7 +142367,7 @@ [ "creating", { - "_index": 24, + "_index": 676, "data": { "assets/def-behavior-tree": {}, "assets/m": {}, @@ -142029,7 +142414,7 @@ [ "creation", { - "_index": 2070, + "_index": 807, "data": { "assets/defold-runtime-atlas": {}, "assets/lowrezjamtemplate": {}, @@ -142056,7 +142441,7 @@ [ "creator", { - "_index": 6947, + "_index": 8469, "data": { "ref/stable/dmResource": {} }, @@ -142066,7 +142451,7 @@ [ "credential", { - "_index": 1396, + "_index": 3316, "data": { "manuals/extender-local-setup": {}, "manuals/live-update": {} @@ -142077,7 +142462,7 @@ [ "credentials", { - "_index": 3068, + "_index": 3964, "data": { "manuals/live-update-aws": {}, "manuals/live-update-scripting": {} @@ -142088,7 +142473,7 @@ [ "credentials__", { - "_index": 1380, + "_index": 4015, "data": { "manuals/extender-local-setup": {} }, @@ -142098,7 +142483,7 @@ [ "crisp", { - "_index": 4703, + "_index": 2233, "data": { "manuals/adapting-graphics-to-screen-size": {} }, @@ -142108,7 +142493,7 @@ [ "critical", { - "_index": 1747, + "_index": 4871, "data": { "manuals/lua": {}, "manuals/porting-guidelines": {}, @@ -142121,7 +142506,7 @@ [ "cross", { - "_index": 1682, + "_index": 4847, "data": { "assets/defdiags": {}, "assets/defmnu": {}, @@ -142137,7 +142522,7 @@ [ "crossing", { - "_index": 5831, + "_index": 5576, "data": { "manuals/editor": {} }, @@ -142147,7 +142532,7 @@ [ "crowd", { - "_index": 3574, + "_index": 5591, "data": { "assets/crowd-runner-defold": {}, "manuals/introduction": {} @@ -142158,7 +142543,7 @@ [ "crypto_iap", { - "_index": 6407, + "_index": 6351, "data": { "assets/crypto_iap": {} }, @@ -142168,7 +142553,7 @@ [ "cryptocurrencies", { - "_index": 6410, + "_index": 6354, "data": { "assets/crypto_iap": {} }, @@ -142178,7 +142563,7 @@ [ "cryptocurrency", { - "_index": 6409, + "_index": 6353, "data": { "assets/crypto_iap": {} }, @@ -142188,7 +142573,7 @@ [ "cryptographic", { - "_index": 2074, + "_index": 1057, "data": { "manuals/extensions-defold-sdk": {} }, @@ -142198,7 +142583,7 @@ [ "cryptographically", { - "_index": 2770, + "_index": 4140, "data": { "manuals/application-security": {} }, @@ -142208,7 +142593,7 @@ [ "cs.ttf", { - "_index": 3143, + "_index": 2428, "data": { "manuals/editor-styling": {} }, @@ -142218,7 +142603,7 @@ [ "css", { - "_index": 2267, + "_index": 794, "data": { "manuals/html5": {} }, @@ -142228,7 +142613,7 @@ [ "ctrl", { - "_index": 4296, + "_index": 3146, "data": { "manuals/editor": {}, "manuals/writing-code": {} @@ -142239,7 +142624,7 @@ [ "ctrl+c", { - "_index": 1489, + "_index": 4096, "data": { "manuals/extender-local-setup": {} }, @@ -142249,7 +142634,7 @@ [ "ctrl+space", { - "_index": 5554, + "_index": 1963, "data": { "manuals/script": {} }, @@ -142259,7 +142644,7 @@ [ "ctrl/cmd+t", { - "_index": 2449, + "_index": 2828, "data": { "manuals/atlas": {} }, @@ -142269,7 +142654,7 @@ [ "ctx", { - "_index": 7489, + "_index": 10934, "data": { "ref/stable/dmRender": {} }, @@ -142279,7 +142664,7 @@ [ "ctype", { - "_index": 8555, + "_index": 10018, "data": { "ref/stable/os": {} }, @@ -142289,7 +142674,7 @@ [ "cube", { - "_index": 4528, + "_index": 4542, "data": { "manuals/glossary": {}, "manuals/mesh": {}, @@ -142301,7 +142686,7 @@ [ "cubemap", { - "_index": 1005, + "_index": 2681, "data": { "examples/model/cubemap": {}, "manuals/glossary": {}, @@ -142313,7 +142698,7 @@ [ "cubemap_model.material", { - "_index": 6186, + "_index": 6218, "data": { "examples/model/cubemap": {} }, @@ -142323,7 +142708,7 @@ [ "cubemaps", { - "_index": 5875, + "_index": 4597, "data": { "manuals/glossary": {} }, @@ -142333,7 +142718,7 @@ [ "cubic", { - "_index": 8972, + "_index": 7643, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -142344,7 +142729,7 @@ [ "cull", { - "_index": 4534, + "_index": 5650, "data": { "manuals/mesh": {}, "ref/stable/render": {} @@ -142355,7 +142740,7 @@ [ "culled", { - "_index": 4531, + "_index": 5647, "data": { "manuals/mesh": {}, "ref/stable/render": {} @@ -142366,7 +142751,7 @@ [ "culling", { - "_index": 1607, + "_index": 3120, "data": { "manuals/compute": {}, "manuals/mesh": {}, @@ -142380,7 +142765,7 @@ [ "cur", { - "_index": 8580, + "_index": 9456, "data": { "ref/stable/io": {} }, @@ -142390,17 +142775,27 @@ [ "curly", { - "_index": 2285, + "_index": 821, "data": { "manuals/html5": {} }, "type": {} } ], + [ + "currenly", + { + "_index": 8581, + "data": { + "ref/stable/render": {} + }, + "type": {} + } + ], [ "current", { - "_index": 1822, + "_index": 141, "data": { "assets/luascriptinstance": {}, "examples/render/orbit_camera": {}, @@ -142473,7 +142868,7 @@ [ "current_tile", { - "_index": 10330, + "_index": 6958, "data": { "ref/stable/sprite": {} }, @@ -142483,7 +142878,7 @@ [ "currently", { - "_index": 460, + "_index": 84, "data": { "assets/editor-script-align": {}, "assets/editor-script-distribute": {}, @@ -142499,7 +142894,6 @@ "manuals/glossary": {}, "manuals/gui": {}, "manuals/gui-layouts": {}, - "manuals/gui-template": {}, "manuals/html5": {}, "manuals/importing-models": {}, "manuals/input-key-and-text": {}, @@ -142537,7 +142931,7 @@ [ "cursor", { - "_index": 503, + "_index": 3809, "data": { "assets/pointer-lock": {}, "examples/animation/cursor": {}, @@ -142556,7 +142950,7 @@ [ "curve", { - "_index": 471, + "_index": 1207, "data": { "manuals/editor": {}, "manuals/importing-models": {}, @@ -142572,7 +142966,7 @@ [ "curves", { - "_index": 3202, + "_index": 1217, "data": { "examples/particles/confetti": {}, "examples/particles/fire_and_smoke": {}, @@ -142587,7 +142981,7 @@ [ "custom", { - "_index": 2266, + "_index": 793, "data": { "assets/defold-index": {}, "assets/googleanalyticsforfirebase": {}, @@ -142632,7 +143026,7 @@ [ "custom_parameters", { - "_index": 2321, + "_index": 884, "data": { "manuals/html5": {} }, @@ -142642,7 +143036,7 @@ [ "custom_resources", { - "_index": 8473, + "_index": 9672, "data": { "ref/stable/sys": {} }, @@ -142652,7 +143046,7 @@ [ "customizable", { - "_index": 4328, + "_index": 5954, "data": { "assets/defarmy": {}, "assets/defold-colors": {}, @@ -142666,7 +143060,7 @@ [ "customizations", { - "_index": 5651, + "_index": 2161, "data": { "manuals/optimization-size": {} }, @@ -142676,7 +143070,7 @@ [ "customize", { - "_index": 2248, + "_index": 768, "data": { "manuals/editor": {}, "manuals/html5": {} @@ -142687,7 +143081,7 @@ [ "customized", { - "_index": 6386, + "_index": 6439, "data": { "assets/adinfo": {}, "assets/defarmy": {}, @@ -142699,7 +143093,7 @@ [ "customizing", { - "_index": 2242, + "_index": 756, "data": { "manuals/html5": {} }, @@ -142709,10 +143103,11 @@ [ "cut", { - "_index": 1741, + "_index": 4431, "data": { "manuals/porting-guidelines": {}, - "manuals/tilemap": {} + "manuals/tilemap": {}, + "ref/stable/vmath": {} }, "type": {} } @@ -142720,7 +143115,7 @@ [ "cutscenes", { - "_index": 3281, + "_index": 5084, "data": { "manuals/flash": {} }, @@ -142730,7 +143125,7 @@ [ "cycle", { - "_index": 4354, + "_index": 4700, "data": { "manuals/bundling": {}, "manuals/importing-assets": {}, @@ -142742,7 +143137,7 @@ [ "cyrl", { - "_index": 8450, + "_index": 9649, "data": { "ref/stable/sys": {} }, @@ -142752,7 +143147,7 @@ [ "d", { - "_index": 1492, + "_index": 1096, "data": { "assets/tactxstudios": {}, "manuals/bob": {}, @@ -142768,7 +143163,7 @@ [ "d+1", { - "_index": 8245, + "_index": 10617, "data": { "ref/stable/socket": {} }, @@ -142778,7 +143173,7 @@ [ "d+2", { - "_index": 8246, + "_index": 10618, "data": { "ref/stable/socket": {} }, @@ -142788,7 +143183,7 @@ [ "d/defold", { - "_index": 3758, + "_index": 3692, "data": { "manuals/debugging-game-and-system-logs": {} }, @@ -142798,7 +143193,7 @@ [ "da", { - "_index": 7902, + "_index": 8561, "data": { "ref/stable/render": {} }, @@ -142808,7 +143203,7 @@ [ "daabbcc", { - "_index": 6288, + "_index": 6566, "data": { "assets/daabbcc": {} }, @@ -142818,7 +143213,7 @@ [ "dae", { - "_index": 482, + "_index": 4509, "data": { "manuals/glossary": {}, "manuals/importing-models": {}, @@ -142831,7 +143226,7 @@ [ "damage", { - "_index": 2854, + "_index": 1577, "data": { "manuals/addressing": {}, "manuals/application-security": {}, @@ -142843,7 +143238,7 @@ [ "damper", { - "_index": 7089, + "_index": 7510, "data": { "ref/stable/physics": {} }, @@ -142853,7 +143248,7 @@ [ "damping", { - "_index": 1890, + "_index": 2296, "data": { "manuals/physics-joints": {}, "manuals/physics-objects": {}, @@ -142866,7 +143261,7 @@ [ "dance", { - "_index": 4856, + "_index": 3371, "data": { "manuals/addressing": {} }, @@ -142876,7 +143271,7 @@ [ "dancing", { - "_index": 4855, + "_index": 3370, "data": { "manuals/addressing": {} }, @@ -142886,7 +143281,7 @@ [ "dangerous", { - "_index": 4348, + "_index": 4438, "data": { "manuals/tilemap": {}, "ref/stable/resource": {} @@ -142897,7 +143292,7 @@ [ "dark", { - "_index": 2263, + "_index": 790, "data": { "manuals/editor-styling": {}, "manuals/html5": {} @@ -142908,7 +143303,7 @@ [ "darker", { - "_index": 3104, + "_index": 2392, "data": { "manuals/editor-styling": {} }, @@ -142918,7 +143313,7 @@ [ "darwin", { - "_index": 4213, + "_index": 3254, "data": { "manuals/bob": {}, "manuals/debugging-native-code-ios": {}, @@ -142930,7 +143325,7 @@ [ "darwin,arm64", { - "_index": 4221, + "_index": 3263, "data": { "manuals/bob": {} }, @@ -142940,7 +143335,7 @@ [ "darwin/build.zip", { - "_index": 4806, + "_index": 4990, "data": { "manuals/debugging-native-code": {} }, @@ -142950,7 +143345,7 @@ [ "darwin/dmengine.dsym", { - "_index": 4811, + "_index": 4993, "data": { "manuals/debugging-native-code": {} }, @@ -142960,7 +143355,7 @@ [ "dash", { - "_index": 6605, + "_index": 6580, "data": { "assets/dashdocsetfordefold": {}, "ref/stable/sys": {} @@ -142971,7 +143366,7 @@ [ "dashdocsetfordefold", { - "_index": 6604, + "_index": 6579, "data": { "assets/dashdocsetfordefold": {} }, @@ -142981,7 +143376,7 @@ [ "dashes", { - "_index": 10635, + "_index": 8816, "data": { "ref/stable/editor": {} }, @@ -142991,7 +143386,7 @@ [ "data", { - "_index": 196, + "_index": 891, "data": { "assets/defold-persist": {}, "assets/defork": {}, @@ -143077,7 +143472,7 @@ [ "data.a.id", { - "_index": 5925, + "_index": 5701, "data": { "manuals/physics-events": {} }, @@ -143087,7 +143482,7 @@ [ "data.a.normal", { - "_index": 5921, + "_index": 5697, "data": { "manuals/physics-events": {} }, @@ -143097,7 +143492,7 @@ [ "data.b.id", { - "_index": 5927, + "_index": 5703, "data": { "manuals/physics-events": {} }, @@ -143107,7 +143502,7 @@ [ "data.b.normal", { - "_index": 5923, + "_index": 5699, "data": { "manuals/physics-events": {} }, @@ -143117,7 +143512,7 @@ [ "data.diameter", { - "_index": 7121, + "_index": 7540, "data": { "ref/stable/physics": {} }, @@ -143127,7 +143522,7 @@ [ "data.dimensions", { - "_index": 7124, + "_index": 7543, "data": { "ref/stable/physics": {} }, @@ -143137,7 +143532,7 @@ [ "data.height", { - "_index": 7122, + "_index": 7541, "data": { "ref/stable/physics": {} }, @@ -143147,7 +143542,7 @@ [ "data.type", { - "_index": 7120, + "_index": 7539, "data": { "ref/stable/physics": {} }, @@ -143157,7 +143552,7 @@ [ "data/data/com.defold.example/files/_crash", { - "_index": 4787, + "_index": 4971, "data": { "manuals/debugging-native-code": {} }, @@ -143167,7 +143562,7 @@ [ "data/local/tmp/my_app.apk", { - "_index": 5437, + "_index": 6084, "data": { "manuals/android": {} }, @@ -143177,7 +143572,7 @@ [ "database", { - "_index": 2324, + "_index": 888, "data": { "manuals/html5": {} }, @@ -143187,7 +143582,7 @@ [ "datagram", { - "_index": 8135, + "_index": 10515, "data": { "ref/stable/socket": {} }, @@ -143197,7 +143592,7 @@ [ "datagrams", { - "_index": 8136, + "_index": 10516, "data": { "ref/stable/socket": {} }, @@ -143207,7 +143602,7 @@ [ "date", { - "_index": 5990, + "_index": 5784, "data": { "manuals/physics-joints": {}, "ref/stable/os": {} @@ -143218,7 +143613,7 @@ [ "daughter", { - "_index": 3140, + "_index": 2425, "data": { "manuals/editor-styling": {} }, @@ -143228,7 +143623,7 @@ [ "day", { - "_index": 4724, + "_index": 4701, "data": { "manuals/bundling": {}, "ref/stable/os": {} @@ -143239,7 +143634,7 @@ [ "daylight", { - "_index": 8541, + "_index": 10006, "data": { "ref/stable/os": {} }, @@ -143249,7 +143644,7 @@ [ "days", { - "_index": 5426, + "_index": 6074, "data": { "manuals/android": {} }, @@ -143259,7 +143654,7 @@ [ "db", { - "_index": 5685, + "_index": 3518, "data": { "manuals/sound": {}, "ref/stable/render": {}, @@ -143271,7 +143666,7 @@ [ "dbg", { - "_index": 4985, + "_index": 2445, "data": { "manuals/zerobrane": {} }, @@ -143281,7 +143676,7 @@ [ "dbg.start", { - "_index": 4981, + "_index": 2439, "data": { "manuals/zerobrane": {} }, @@ -143291,7 +143686,7 @@ [ "dda", { - "_index": 6590, + "_index": 6577, "data": { "assets/defold-tile-raycast": {} }, @@ -143301,7 +143696,7 @@ [ "ddf", { - "_index": 9542, + "_index": 9084, "data": { "ref/stable/dmDDF": {}, "ref/stable/dmGameObject": {} @@ -143312,7 +143707,7 @@ [ "dead", { - "_index": 2625, + "_index": 4339, "data": { "manuals/factory": {}, "ref/stable/coroutine": {} @@ -143323,7 +143718,7 @@ [ "deal", { - "_index": 1557, + "_index": 3095, "data": { "manuals/optimization-speed": {}, "manuals/sound": {} @@ -143334,7 +143729,7 @@ [ "dealing", { - "_index": 3390, + "_index": 2240, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/flash": {} @@ -143345,7 +143740,7 @@ [ "deallocate", { - "_index": 9436, + "_index": 9136, "data": { "ref/stable/dmGameObject": {} }, @@ -143355,7 +143750,7 @@ [ "deallocated", { - "_index": 6907, + "_index": 8430, "data": { "ref/stable/dmResource": {} }, @@ -143365,7 +143760,7 @@ [ "deallocates", { - "_index": 9600, + "_index": 9305, "data": { "ref/stable/dmGameObject": {} }, @@ -143375,7 +143770,7 @@ [ "dealt", { - "_index": 2124, + "_index": 4469, "data": { "manuals/flash": {}, "manuals/input-mouse-and-touch": {} @@ -143386,7 +143781,7 @@ [ "dear", { - "_index": 6699, + "_index": 6482, "data": { "assets/dear-imgui": {} }, @@ -143396,7 +143791,7 @@ [ "debeat", { - "_index": 6757, + "_index": 6729, "data": { "assets/debeat": {} }, @@ -143406,7 +143801,7 @@ [ "debug", { - "_index": 1695, + "_index": 744, "data": { "assets/defgraph": {}, "assets/vs-code-ide": {}, @@ -143447,7 +143842,7 @@ [ "debug.debug", { - "_index": 6960, + "_index": 9544, "data": { "ref/stable/debug": {} }, @@ -143457,7 +143852,7 @@ [ "debug.getfenv", { - "_index": 6965, + "_index": 9547, "data": { "ref/stable/debug": {} }, @@ -143467,7 +143862,7 @@ [ "debug.gethook", { - "_index": 6967, + "_index": 9549, "data": { "ref/stable/debug": {} }, @@ -143477,7 +143872,7 @@ [ "debug.getinfo", { - "_index": 6970, + "_index": 9552, "data": { "ref/stable/debug": {} }, @@ -143487,7 +143882,7 @@ [ "debug.getlocal", { - "_index": 6976, + "_index": 9557, "data": { "ref/stable/debug": {} }, @@ -143497,7 +143892,7 @@ [ "debug.getmetatable", { - "_index": 6981, + "_index": 9561, "data": { "ref/stable/debug": {} }, @@ -143507,7 +143902,7 @@ [ "debug.getregistry", { - "_index": 6984, + "_index": 9563, "data": { "ref/stable/debug": {} }, @@ -143517,7 +143912,7 @@ [ "debug.getupvalue", { - "_index": 6986, + "_index": 9565, "data": { "ref/stable/debug": {} }, @@ -143527,7 +143922,7 @@ [ "debug.setfenv", { - "_index": 6989, + "_index": 9568, "data": { "ref/stable/debug": {} }, @@ -143537,7 +143932,7 @@ [ "debug.sethook", { - "_index": 6969, + "_index": 9551, "data": { "ref/stable/debug": {} }, @@ -143547,7 +143942,7 @@ [ "debug.setlocal", { - "_index": 6993, + "_index": 9572, "data": { "ref/stable/debug": {} }, @@ -143557,7 +143952,7 @@ [ "debug.setmetatable", { - "_index": 6996, + "_index": 9575, "data": { "ref/stable/debug": {} }, @@ -143567,7 +143962,7 @@ [ "debug.setupvalue", { - "_index": 6997, + "_index": 9576, "data": { "ref/stable/debug": {} }, @@ -143577,7 +143972,7 @@ [ "debug.traceback", { - "_index": 6999, + "_index": 9578, "data": { "ref/stable/debug": {} }, @@ -143587,7 +143982,7 @@ [ "debug:script", { - "_index": 3395, + "_index": 1668, "data": { "manuals/debugging-game-and-system-logs": {}, "manuals/flash": {}, @@ -143599,7 +143994,7 @@ [ "debug_str", { - "_index": 4281, + "_index": 5509, "data": { "manuals/debugging-native-code-android": {} }, @@ -143609,7 +144004,7 @@ [ "debug_text", { - "_index": 3728, + "_index": 1856, "data": { "manuals/render": {} }, @@ -143619,7 +144014,7 @@ [ "debugged", { - "_index": 6097, + "_index": 4922, "data": { "manuals/debugging-native-code-ios": {} }, @@ -143629,7 +144024,7 @@ [ "debugger", { - "_index": 3426, + "_index": 2434, "data": { "manuals/debugging-game-and-system-logs": {}, "manuals/debugging-game-logic": {}, @@ -143646,7 +144041,7 @@ [ "debugging", { - "_index": 1850, + "_index": 2433, "data": { "manuals/android": {}, "manuals/debugging-game-logic": {}, @@ -143671,7 +144066,7 @@ [ "dec", { - "_index": 4238, + "_index": 3285, "data": { "manuals/bob": {} }, @@ -143681,7 +144076,7 @@ [ "decals", { - "_index": 7932, + "_index": 8590, "data": { "ref/stable/render": {} }, @@ -143691,7 +144086,7 @@ [ "decent", { - "_index": 5105, + "_index": 5204, "data": { "manuals/lua": {} }, @@ -143701,7 +144096,7 @@ [ "decibel", { - "_index": 5697, + "_index": 3531, "data": { "manuals/sound": {} }, @@ -143711,7 +144106,7 @@ [ "decide", { - "_index": 911, + "_index": 2627, "data": { "manuals/addressing": {}, "manuals/glossary": {}, @@ -143723,7 +144118,7 @@ [ "decided", { - "_index": 2979, + "_index": 2271, "data": { "manuals/ads": {}, "manuals/compute": {}, @@ -143737,7 +144132,7 @@ [ "decimal", { - "_index": 10435, + "_index": 10723, "data": { "ref/stable/base": {} }, @@ -143747,7 +144142,7 @@ [ "decision", { - "_index": 1512, + "_index": 3072, "data": { "manuals/optimization-speed": {} }, @@ -143757,7 +144152,7 @@ [ "decisions", { - "_index": 3593, + "_index": 3417, "data": { "manuals/addressing": {}, "manuals/design": {}, @@ -143769,7 +144164,7 @@ [ "decl", { - "_index": 10536, + "_index": 10647, "data": { "ref/stable/dmBuffer": {} }, @@ -143779,7 +144174,7 @@ [ "declaration", { - "_index": 1071, + "_index": 2718, "data": { "manuals/design": {}, "manuals/lua": {}, @@ -143796,7 +144191,7 @@ [ "declarations", { - "_index": 10534, + "_index": 10645, "data": { "ref/stable/dmBuffer": {} }, @@ -143806,7 +144201,7 @@ [ "declare", { - "_index": 971, + "_index": 2656, "data": { "manuals/extensions": {}, "manuals/shader": {}, @@ -143821,7 +144216,7 @@ [ "declared", { - "_index": 985, + "_index": 2666, "data": { "manuals/lua": {}, "manuals/resource": {}, @@ -143833,7 +144228,7 @@ [ "decode", { - "_index": 5626, + "_index": 2097, "data": { "assets/cjson": {}, "assets/defold-proto": {}, @@ -143851,7 +144246,7 @@ [ "decode_null_as_userdata", { - "_index": 8950, + "_index": 10252, "data": { "ref/stable/json": {} }, @@ -143861,7 +144256,7 @@ [ "decoded", { - "_index": 7554, + "_index": 8178, "data": { "ref/stable/dmCrypt": {}, "ref/stable/dmURI": {}, @@ -143873,7 +144268,7 @@ [ "decodeogg", { - "_index": 6544, + "_index": 6755, "data": { "assets/decodeogg": {} }, @@ -143883,7 +144278,7 @@ [ "decodes", { - "_index": 7553, + "_index": 8666, "data": { "ref/stable/dmURI": {} }, @@ -143893,7 +144288,7 @@ [ "decoding", { - "_index": 6545, + "_index": 6756, "data": { "assets/decodeogg": {}, "ref/stable/dmCrypt": {} @@ -143904,7 +144299,7 @@ [ "decomposing", { - "_index": 9068, + "_index": 9969, "data": { "ref/stable/go": {} }, @@ -143914,7 +144309,7 @@ [ "decompress", { - "_index": 6433, + "_index": 6306, "data": { "assets/pack": {} }, @@ -143924,7 +144319,7 @@ [ "decompressed", { - "_index": 10899, + "_index": 10361, "data": { "ref/stable/image": {} }, @@ -143934,7 +144329,7 @@ [ "deconstruct", { - "_index": 6529, + "_index": 6535, "data": { "assets/sidescrollertutorialfromscratch": {} }, @@ -143944,7 +144339,7 @@ [ "decorated", { - "_index": 10711, + "_index": 8930, "data": { "ref/stable/editor": {} }, @@ -143954,7 +144349,7 @@ [ "decoration", { - "_index": 4102, + "_index": 4446, "data": { "manuals/glossary": {}, "manuals/test": {} @@ -143965,7 +144360,7 @@ [ "decorations", { - "_index": 1836, + "_index": 3330, "data": { "manuals/live-update": {} }, @@ -143975,7 +144370,7 @@ [ "decrease", { - "_index": 5615, + "_index": 2059, "data": { "manuals/optimization-size": {} }, @@ -143985,7 +144380,7 @@ [ "decreases", { - "_index": 5482, + "_index": 3632, "data": { "manuals/extensions-best-practices": {}, "ref/stable/collectionfactory": {}, @@ -143998,7 +144393,7 @@ [ "decreasing", { - "_index": 7335, + "_index": 10372, "data": { "ref/stable/resource": {} }, @@ -144008,7 +144403,7 @@ [ "decref", { - "_index": 725, + "_index": 2541, "data": { "manuals/collection-factory": {}, "manuals/factory": {} @@ -144019,7 +144414,7 @@ [ "decrement", { - "_index": 6866, + "_index": 9071, "data": { "ref/stable/dmAtomic": {} }, @@ -144029,7 +144424,7 @@ [ "decrementing", { - "_index": 7972, + "_index": 8621, "data": { "ref/stable/render": {} }, @@ -144039,7 +144434,7 @@ [ "decrements", { - "_index": 7970, + "_index": 8620, "data": { "ref/stable/render": {} }, @@ -144049,7 +144444,7 @@ [ "decrypt", { - "_index": 2773, + "_index": 4142, "data": { "manuals/application-security": {}, "ref/stable/dmCrypt": {} @@ -144060,7 +144455,7 @@ [ "decryption", { - "_index": 6921, + "_index": 8184, "data": { "ref/stable/dmCrypt": {}, "ref/stable/dmResource": {} @@ -144071,7 +144466,7 @@ [ "decrypts", { - "_index": 6891, + "_index": 8417, "data": { "ref/stable/dmResource": {} }, @@ -144081,7 +144476,7 @@ [ "dedicated", { - "_index": 3379, + "_index": 5152, "data": { "manuals/android": {}, "manuals/flash": {} @@ -144092,7 +144487,7 @@ [ "deemed", { - "_index": 2858, + "_index": 4210, "data": { "manuals/application-security": {} }, @@ -144102,7 +144497,7 @@ [ "deep", { - "_index": 4548, + "_index": 5841, "data": { "assets/iac": {}, "manuals/building-blocks": {}, @@ -144115,7 +144510,7 @@ [ "def", { - "_index": 6275, + "_index": 6356, "data": { "assets/def-behavior-tree": {}, "assets/defdiags": {}, @@ -144131,7 +144526,7 @@ [ "def_usercentrics", { - "_index": 6709, + "_index": 6296, "data": { "assets/def_usercentrics": {} }, @@ -144141,7 +144536,7 @@ [ "defarc", { - "_index": 6345, + "_index": 6449, "data": { "assets/defarc": {} }, @@ -144151,7 +144546,7 @@ [ "defarmy", { - "_index": 6383, + "_index": 6436, "data": { "assets/defarmy": {} }, @@ -144161,7 +144556,7 @@ [ "default", { - "_index": 581, + "_index": 86, "data": { "assets/firebase-remoteconfig": {}, "examples/movement/look_rotation": {}, @@ -144254,7 +144649,7 @@ [ "default_texture_mag_filter", { - "_index": 2437, + "_index": 25, "data": { "manuals/texture-filtering": {} }, @@ -144264,7 +144659,7 @@ [ "default_texture_min_filter", { - "_index": 2432, + "_index": 13, "data": { "manuals/texture-filtering": {} }, @@ -144274,7 +144669,7 @@ [ "default_value", { - "_index": 8417, + "_index": 9616, "data": { "ref/stable/sys": {} }, @@ -144284,7 +144679,7 @@ [ "defaultanimation", { - "_index": 5732, + "_index": 3804, "data": { "manuals/sprite": {} }, @@ -144294,7 +144689,7 @@ [ "defaults", { - "_index": 821, + "_index": 337, "data": { "manuals/editor-scripts-ui": {}, "manuals/gui": {}, @@ -144316,7 +144711,7 @@ [ "defblend", { - "_index": 6391, + "_index": 6705, "data": { "assets/defblend": {} }, @@ -144326,7 +144721,7 @@ [ "defbuild", { - "_index": 6692, + "_index": 6269, "data": { "assets/defbuild": {} }, @@ -144336,7 +144731,7 @@ [ "defcon", { - "_index": 6525, + "_index": 6481, "data": { "assets/defcon": {} }, @@ -144346,7 +144741,7 @@ [ "defdiags", { - "_index": 6447, + "_index": 6671, "data": { "assets/defdiags": {} }, @@ -144356,7 +144751,7 @@ [ "defeated", { - "_index": 3531, + "_index": 1591, "data": { "manuals/message-passing": {} }, @@ -144366,7 +144761,7 @@ [ "defeats", { - "_index": 3527, + "_index": 1585, "data": { "manuals/message-passing": {} }, @@ -144376,7 +144771,7 @@ [ "defects", { - "_index": 2868, + "_index": 4217, "data": { "manuals/application-security": {} }, @@ -144386,7 +144781,7 @@ [ "defer", { - "_index": 2816, + "_index": 4177, "data": { "manuals/application-security": {}, "ref/stable/dmGui": {} @@ -144397,7 +144792,7 @@ [ "defglot", { - "_index": 6684, + "_index": 6571, "data": { "assets/defglot": {} }, @@ -144407,7 +144802,7 @@ [ "defgraph", { - "_index": 6311, + "_index": 6456, "data": { "assets/defgraph": {} }, @@ -144417,7 +144812,7 @@ [ "defignore", { - "_index": 861, + "_index": 3208, "data": { "manuals/bob": {}, "manuals/project-defignore": {} @@ -144428,7 +144823,7 @@ [ "define", { - "_index": 933, + "_index": 425, "data": { "assets/define": {}, "assets/googleanalyticsforfirebase": {}, @@ -144456,7 +144851,7 @@ [ "defined", { - "_index": 336, + "_index": 960, "data": { "assets/editor-script-templates": {}, "examples/material/screenspace": {}, @@ -144485,6 +144880,7 @@ "ref/stable/dmArray": {}, "ref/stable/dmGameObject": {}, "ref/stable/dmLog": {}, + "ref/stable/editor": {}, "ref/stable/factory": {}, "ref/stable/go": {}, "ref/stable/gui": {}, @@ -144503,7 +144899,7 @@ [ "defines", { - "_index": 1321, + "_index": 264, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/components": {}, @@ -144527,7 +144923,7 @@ [ "defining", { - "_index": 4669, + "_index": 3777, "data": { "assets/colorlib": {}, "manuals/editor-scripts": {}, @@ -144539,7 +144935,7 @@ [ "definition", { - "_index": 1862, + "_index": 4780, "data": { "manuals/compute": {}, "manuals/editor-scripts": {}, @@ -144555,7 +144951,7 @@ [ "definitions", { - "_index": 3123, + "_index": 2408, "data": { "manuals/editor-styling": {}, "manuals/writing-code": {} @@ -144566,7 +144962,7 @@ [ "defkit", { - "_index": 6704, + "_index": 6478, "data": { "assets/defkit": {} }, @@ -144576,7 +144972,7 @@ [ "deflate", { - "_index": 9663, + "_index": 9096, "data": { "ref/stable/zlib": {} }, @@ -144586,7 +144982,7 @@ [ "deflated", { - "_index": 9664, + "_index": 9098, "data": { "ref/stable/zlib": {} }, @@ -144596,7 +144992,7 @@ [ "defluid", { - "_index": 6292, + "_index": 6529, "data": { "assets/defluid": {} }, @@ -144606,7 +145002,7 @@ [ "defmath", { - "_index": 6450, + "_index": 6335, "data": { "assets/defmath": {} }, @@ -144616,7 +145012,7 @@ [ "defmnu", { - "_index": 6647, + "_index": 6682, "data": { "assets/defmnu": {} }, @@ -144626,7 +145022,7 @@ [ "defold", { - "_index": 247, + "_index": 42, "data": { "assets/acidrain": {}, "assets/adjustsdk": {}, @@ -144833,7 +145229,7 @@ [ "defold's", { - "_index": 2585, + "_index": 4304, "data": { "assets/reszip": {}, "manuals/factory": {} @@ -144844,7 +145240,7 @@ [ "defold_custom_css_inline", { - "_index": 2307, + "_index": 853, "data": { "manuals/html5": {} }, @@ -144854,7 +145250,7 @@ [ "defold_engine_arguments", { - "_index": 2317, + "_index": 875, "data": { "manuals/html5": {} }, @@ -144864,7 +145260,7 @@ [ "defold_heap_size", { - "_index": 2316, + "_index": 871, "data": { "manuals/html5": {} }, @@ -144874,7 +145270,7 @@ [ "defold_scale_mode_is_downscale_fit", { - "_index": 2311, + "_index": 865, "data": { "manuals/html5": {} }, @@ -144884,7 +145280,7 @@ [ "defold_scale_mode_is_fit", { - "_index": 2313, + "_index": 868, "data": { "manuals/html5": {} }, @@ -144894,7 +145290,7 @@ [ "defold_scale_mode_is_no_scale", { - "_index": 2314, + "_index": 869, "data": { "manuals/html5": {} }, @@ -144904,7 +145300,7 @@ [ "defold_scale_mode_is_stretch", { - "_index": 2315, + "_index": 870, "data": { "manuals/html5": {} }, @@ -144914,7 +145310,7 @@ [ "defold_splash_image", { - "_index": 2300, + "_index": 843, "data": { "manuals/html5": {} }, @@ -144924,7 +145320,7 @@ [ "defoldandroidpermissions", { - "_index": 6621, + "_index": 6751, "data": { "assets/defoldandroidpermissions": {} }, @@ -144934,7 +145330,7 @@ [ "defoldapiforsublimetext3", { - "_index": 6631, + "_index": 6647, "data": { "assets/defoldapiforsublimetext3": {} }, @@ -144944,7 +145340,7 @@ [ "defoldgridengine", { - "_index": 6427, + "_index": 6528, "data": { "assets/defoldgridengine": {} }, @@ -144954,7 +145350,7 @@ [ "defoldinput", { - "_index": 6666, + "_index": 6290, "data": { "assets/defoldinput": {} }, @@ -144964,7 +145360,7 @@ [ "defoldpng", { - "_index": 6537, + "_index": 6570, "data": { "assets/defoldpng": {} }, @@ -144974,7 +145370,7 @@ [ "defoldpolygoneditor", { - "_index": 6620, + "_index": 6586, "data": { "assets/defoldpolygoneditor": {} }, @@ -144984,7 +145380,7 @@ [ "defoldsdk", { - "_index": 4172, + "_index": 3202, "data": { "manuals/bob": {} }, @@ -144994,7 +145390,7 @@ [ "defoldsdk_headers.zip", { - "_index": 2102, + "_index": 1102, "data": { "manuals/extensions-defold-sdk": {} }, @@ -145004,7 +145400,7 @@ [ "defold\u2014call", { - "_index": 3367, + "_index": 5145, "data": { "manuals/flash": {} }, @@ -145014,7 +145410,7 @@ [ "defold\u2014collections", { - "_index": 3275, + "_index": 5081, "data": { "manuals/flash": {} }, @@ -145024,7 +145420,7 @@ [ "defold\u2014collision", { - "_index": 3345, + "_index": 5132, "data": { "manuals/flash": {} }, @@ -145034,7 +145430,7 @@ [ "defold\u2014creating", { - "_index": 3263, + "_index": 5071, "data": { "manuals/flash": {} }, @@ -145044,7 +145440,7 @@ [ "defold\u2014game", { - "_index": 3251, + "_index": 5061, "data": { "manuals/flash": {} }, @@ -145054,7 +145450,7 @@ [ "defold\u2014gui", { - "_index": 3383, + "_index": 5155, "data": { "manuals/flash": {} }, @@ -145064,7 +145460,7 @@ [ "defold\u2014manually", { - "_index": 3243, + "_index": 5058, "data": { "manuals/flash": {} }, @@ -145074,7 +145470,7 @@ [ "defold\u2014property", { - "_index": 3291, + "_index": 5092, "data": { "manuals/flash": {} }, @@ -145084,7 +145480,7 @@ [ "defold\u2014z", { - "_index": 3311, + "_index": 5109, "data": { "manuals/flash": {} }, @@ -145094,7 +145490,7 @@ [ "defold\u2019s", { - "_index": 5846, + "_index": 4539, "data": { "manuals/glossary": {} }, @@ -145104,7 +145500,7 @@ [ "defork", { - "_index": 6422, + "_index": 6381, "data": { "assets/defork": {} }, @@ -145114,7 +145510,7 @@ [ "deformable", { - "_index": 2933, + "_index": 5261, "data": { "manuals/compute": {} }, @@ -145124,7 +145520,7 @@ [ "defos", { - "_index": 6282, + "_index": 6657, "data": { "assets/defos": {} }, @@ -145134,7 +145530,7 @@ [ "defpfd", { - "_index": 6706, + "_index": 6632, "data": { "assets/defpfd": {} }, @@ -145144,7 +145540,7 @@ [ "defpro", { - "_index": 6376, + "_index": 6684, "data": { "assets/defpro": {} }, @@ -145154,7 +145550,7 @@ [ "defquest", { - "_index": 6557, + "_index": 6687, "data": { "assets/defquest": {} }, @@ -145164,7 +145560,7 @@ [ "defsave", { - "_index": 6302, + "_index": 6278, "data": { "assets/defsave": {}, "assets/feat": {} @@ -145175,7 +145571,7 @@ [ "defsteam", { - "_index": 6511, + "_index": 6279, "data": { "assets/feat": {} }, @@ -145185,7 +145581,7 @@ [ "defstring", { - "_index": 6274, + "_index": 6426, "data": { "assets/defstring": {} }, @@ -145195,7 +145591,7 @@ [ "deftable", { - "_index": 6491, + "_index": 6476, "data": { "assets/deftable": {} }, @@ -145205,7 +145601,7 @@ [ "deftest", { - "_index": 6247, + "_index": 6343, "data": { "assets/deftest": {} }, @@ -145215,7 +145611,7 @@ [ "deftimeline", { - "_index": 6392, + "_index": 6412, "data": { "assets/deftimeline": {} }, @@ -145225,7 +145621,7 @@ [ "defunico", { - "_index": 6489, + "_index": 6730, "data": { "assets/defunico": {} }, @@ -145235,7 +145631,7 @@ [ "defvideoads", { - "_index": 6277, + "_index": 6718, "data": { "assets/defvideoads": {} }, @@ -145245,7 +145641,7 @@ [ "defvungle", { - "_index": 6583, + "_index": 6355, "data": { "assets/defvungle": {} }, @@ -145255,7 +145651,7 @@ [ "defwindow", { - "_index": 6725, + "_index": 6325, "data": { "assets/defwindow": {} }, @@ -145265,7 +145661,7 @@ [ "deg", { - "_index": 9735, + "_index": 7257, "data": { "ref/stable/math": {} }, @@ -145275,7 +145671,7 @@ [ "degree", { - "_index": 5043, + "_index": 5008, "data": { "manuals/gui-pie": {}, "ref/stable/gui": {} @@ -145286,7 +145682,7 @@ [ "degrees", { - "_index": 239, + "_index": 1229, "data": { "examples/sound/panning": {}, "manuals/particlefx": {}, @@ -145306,7 +145702,7 @@ [ "degrees/second", { - "_index": 3208, + "_index": 1232, "data": { "manuals/particlefx": {} }, @@ -145316,7 +145712,7 @@ [ "dejavu", { - "_index": 3117, + "_index": 2405, "data": { "manuals/editor-styling": {} }, @@ -145326,7 +145722,7 @@ [ "dejavusansmono.ttf", { - "_index": 3128, + "_index": 2413, "data": { "manuals/editor-styling": {} }, @@ -145336,7 +145732,7 @@ [ "delay", { - "_index": 2328, + "_index": 897, "data": { "examples/particles/confetti": {}, "examples/particles/fire_and_smoke": {}, @@ -145357,7 +145753,7 @@ [ "delegate", { - "_index": 8029, + "_index": 9886, "data": { "ref/stable/dmExtension": {} }, @@ -145367,7 +145763,7 @@ [ "delegates", { - "_index": 8030, + "_index": 9887, "data": { "ref/stable/dmExtension": {} }, @@ -145377,7 +145773,7 @@ [ "delete", { - "_index": 724, + "_index": 2540, "data": { "examples/factory/bullets": {}, "manuals/bob": {}, @@ -145407,7 +145803,7 @@ [ "delete_directory", { - "_index": 10641, + "_index": 8823, "data": { "ref/stable/editor": {} }, @@ -145417,7 +145813,7 @@ [ "delete_node", { - "_index": 9168, + "_index": 7634, "data": { "ref/stable/gui": {} }, @@ -145427,7 +145823,7 @@ [ "delete_render_target", { - "_index": 7793, + "_index": 8477, "data": { "ref/stable/render": {} }, @@ -145437,7 +145833,7 @@ [ "delete_texture", { - "_index": 9170, + "_index": 7637, "data": { "ref/stable/gui": {} }, @@ -145447,7 +145843,7 @@ [ "deletebones", { - "_index": 9536, + "_index": 9237, "data": { "ref/stable/dmGameObject": {} }, @@ -145457,7 +145853,7 @@ [ "deleteconstant", { - "_index": 7455, + "_index": 10905, "data": { "ref/stable/dmRender": {} }, @@ -145467,7 +145863,7 @@ [ "deleted", { - "_index": 405, + "_index": 1250, "data": { "manuals/application-lifecycle": {}, "manuals/collection-factory": {}, @@ -145496,7 +145892,7 @@ [ "deleteindexbuffer", { - "_index": 10176, + "_index": 6771, "data": { "ref/stable/dmGraphics": {} }, @@ -145506,7 +145902,7 @@ [ "deletenamedconstantbuffer", { - "_index": 7458, + "_index": 10906, "data": { "ref/stable/dmRender": {} }, @@ -145516,7 +145912,7 @@ [ "deletenode", { - "_index": 9986, + "_index": 8128, "data": { "ref/stable/dmGui": {} }, @@ -145526,7 +145922,7 @@ [ "deletes", { - "_index": 7456, + "_index": 6967, "data": { "ref/stable/dmConditionVariable": {}, "ref/stable/dmMutex": {}, @@ -145542,7 +145938,7 @@ [ "deletevertexbuffer", { - "_index": 10178, + "_index": 6773, "data": { "ref/stable/dmGraphics": {} }, @@ -145552,7 +145948,7 @@ [ "deletevertexdeclaration", { - "_index": 10180, + "_index": 6775, "data": { "ref/stable/dmGraphics": {} }, @@ -145562,7 +145958,7 @@ [ "deletevertexstreamdeclaration", { - "_index": 10182, + "_index": 6777, "data": { "ref/stable/dmGraphics": {} }, @@ -145572,7 +145968,7 @@ [ "deleting", { - "_index": 6028, + "_index": 5766, "data": { "manuals/application-lifecycle": {}, "ref/stable/go": {} @@ -145583,7 +145979,7 @@ [ "deletion", { - "_index": 8960, + "_index": 9239, "data": { "ref/stable/dmGameObject": {}, "ref/stable/go": {} @@ -145594,7 +145990,7 @@ [ "delimited", { - "_index": 5093, + "_index": 5191, "data": { "manuals/lua": {} }, @@ -145604,7 +146000,7 @@ [ "delimiter", { - "_index": 10470, + "_index": 9752, "data": { "ref/stable/dmStringFunc": {} }, @@ -145614,7 +146010,7 @@ [ "delimiting", { - "_index": 3945, + "_index": 1444, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/dmStringFunc": {} @@ -145625,7 +146021,7 @@ [ "deliver", { - "_index": 1354, + "_index": 4006, "data": { "assets/adinfo": {}, "manuals/extender-local-setup": {} @@ -145636,7 +146032,7 @@ [ "delivered", { - "_index": 8152, + "_index": 10531, "data": { "ref/stable/socket": {} }, @@ -145646,7 +146042,7 @@ [ "delta", { - "_index": 2012, + "_index": 3236, "data": { "examples/render/orbit_camera": {}, "manuals/bob": {}, @@ -145660,7 +146056,7 @@ [ "deltadna", { - "_index": 5762, + "_index": 2282, "data": { "manuals/ads": {} }, @@ -145670,7 +146066,7 @@ [ "demand", { - "_index": 5658, + "_index": 2172, "data": { "manuals/optimization-size": {} }, @@ -145680,7 +146076,7 @@ [ "demands", { - "_index": 10525, + "_index": 7996, "data": { "ref/stable/collectionproxy": {} }, @@ -145690,7 +146086,7 @@ [ "demo", { - "_index": 3932, + "_index": 1423, "data": { "examples/movement/look_rotation": {}, "manuals/editor-scripts-ui": {} @@ -145701,7 +146097,7 @@ [ "demonstrates", { - "_index": 3012, + "_index": 5090, "data": { "examples/animation/easing": {}, "manuals/compute": {}, @@ -145713,7 +146109,7 @@ [ "denoted", { - "_index": 1051, + "_index": 2703, "data": { "manuals/shader": {}, "ref/stable/render": {} @@ -145724,7 +146120,7 @@ [ "denotes", { - "_index": 4861, + "_index": 3377, "data": { "manuals/addressing": {}, "ref/stable/dmGui": {} @@ -145735,7 +146131,7 @@ [ "density", { - "_index": 7135, + "_index": 7553, "data": { "ref/stable/physics": {} }, @@ -145745,7 +146141,7 @@ [ "depend", { - "_index": 2282, + "_index": 816, "data": { "examples/material/unlit": {}, "examples/render/orbit_camera": {}, @@ -145760,7 +146156,7 @@ [ "dependencies", { - "_index": 1843, + "_index": 61, "data": { "assets/editor-script-check-dependencies-versions": {}, "manuals/bob": {}, @@ -145783,7 +146179,7 @@ [ "dependency", { - "_index": 4016, + "_index": 205, "data": { "manuals/editor-scripts": {}, "manuals/extensions": {}, @@ -145798,7 +146194,7 @@ [ "dependent", { - "_index": 922, + "_index": 2632, "data": { "manuals/physics": {}, "manuals/shader": {}, @@ -145811,7 +146207,7 @@ [ "depending", { - "_index": 282, + "_index": 826, "data": { "assets/editor-script-components": {}, "examples/gui/layouts": {}, @@ -145845,7 +146241,7 @@ [ "depends", { - "_index": 1610, + "_index": 2566, "data": { "manuals/bundling": {}, "manuals/debugging-game-and-system-logs": {}, @@ -145865,7 +146261,7 @@ [ "depicting", { - "_index": 5882, + "_index": 4605, "data": { "manuals/glossary": {} }, @@ -145875,7 +146271,7 @@ [ "deploy", { - "_index": 3449, + "_index": 2029, "data": { "assets/deployer": {}, "assets/vs-code-ide": {}, @@ -145891,7 +146287,7 @@ [ "deployer", { - "_index": 6726, + "_index": 6281, "data": { "assets/deployer": {} }, @@ -145901,7 +146297,7 @@ [ "deploying", { - "_index": 4313, + "_index": 3164, "data": { "manuals/writing-code": {} }, @@ -145911,7 +146307,7 @@ [ "deployment", { - "_index": 3460, + "_index": 3001, "data": { "manuals/bob": {}, "manuals/debugging-native-code-ios": {}, @@ -145923,7 +146319,7 @@ [ "deprecated", { - "_index": 575, + "_index": 1420, "data": { "manuals/app-manifest": {}, "manuals/bob": {}, @@ -145937,7 +146333,7 @@ [ "depth", { - "_index": 2421, + "_index": 1184, "data": { "examples/debug/profile": {}, "manuals/compute": {}, @@ -145959,7 +146355,7 @@ [ "deregister", { - "_index": 8035, + "_index": 9892, "data": { "ref/stable/dmExtension": {} }, @@ -145969,7 +146365,7 @@ [ "derez", { - "_index": 6261, + "_index": 6327, "data": { "assets/derez": {} }, @@ -145979,7 +146375,7 @@ [ "derive", { - "_index": 3105, + "_index": 2393, "data": { "manuals/editor-styling": {} }, @@ -145989,7 +146385,7 @@ [ "derived", { - "_index": 9067, + "_index": 9968, "data": { "ref/stable/go": {} }, @@ -145999,7 +146395,7 @@ [ "desc", { - "_index": 1864, + "_index": 5623, "data": { "manuals/extensions-script-api": {}, "ref/stable/dmExtension": {}, @@ -146012,7 +146408,7 @@ [ "describe", { - "_index": 1218, + "_index": 1863, "data": { "manuals/getting-help": {}, "manuals/render": {}, @@ -146026,7 +146422,7 @@ [ "described", { - "_index": 1017, + "_index": 922, "data": { "manuals/addressing": {}, "manuals/dev-app": {}, @@ -146045,7 +146441,7 @@ [ "describes", { - "_index": 1828, + "_index": 3324, "data": { "manuals/editor-scripts": {}, "manuals/glossary": {}, @@ -146059,14 +146455,15 @@ [ "describing", { - "_index": 4525, + "_index": 5397, "data": { "manuals/editor-scripts": {}, "manuals/mesh": {}, "ref/stable/debug": {}, "ref/stable/io": {}, "ref/stable/os": {}, - "ref/stable/socket": {} + "ref/stable/socket": {}, + "ref/stable/vmath": {} }, "type": {} } @@ -146074,7 +146471,7 @@ [ "description", { - "_index": 1865, + "_index": 1636, "data": { "manuals/editor-scripts": {}, "manuals/extensions-script-api": {}, @@ -146101,7 +146498,7 @@ [ "descriptive", { - "_index": 2388, + "_index": 3362, "data": { "manuals/addressing": {}, "manuals/getting-help": {} @@ -146112,7 +146509,7 @@ [ "descriptor", { - "_index": 6900, + "_index": 7331, "data": { "ref/stable/dmDDF": {}, "ref/stable/dmFileDescriptor": {}, @@ -146127,7 +146524,7 @@ [ "deserialize", { - "_index": 8404, + "_index": 9603, "data": { "ref/stable/sys": {} }, @@ -146137,7 +146534,7 @@ [ "deserialized", { - "_index": 8406, + "_index": 9605, "data": { "ref/stable/sys": {} }, @@ -146147,7 +146544,7 @@ [ "deserializes", { - "_index": 8405, + "_index": 9604, "data": { "ref/stable/sys": {} }, @@ -146157,7 +146554,7 @@ [ "design", { - "_index": 1684, + "_index": 436, "data": { "assets/photoshopguiexporter": {}, "assets/rive": {}, @@ -146177,7 +146574,7 @@ [ "designated", { - "_index": 8382, + "_index": 9424, "data": { "ref/stable/engine": {}, "ref/stable/sys": {} @@ -146188,7 +146585,7 @@ [ "designed", { - "_index": 3782, + "_index": 3845, "data": { "assets/dicebag": {}, "assets/nakama": {}, @@ -146203,7 +146600,7 @@ [ "designing", { - "_index": 6337, + "_index": 6738, "data": { "assets/druid": {} }, @@ -146213,7 +146610,7 @@ [ "desination", { - "_index": 10284, + "_index": 6887, "data": { "ref/stable/dmGraphics": {} }, @@ -146223,7 +146620,7 @@ [ "desirable", { - "_index": 1831, + "_index": 1766, "data": { "manuals/live-update": {}, "manuals/render": {} @@ -146234,7 +146631,7 @@ [ "desired", { - "_index": 3294, + "_index": 1293, "data": { "manuals/editor": {}, "manuals/editor-scripts-ui": {}, @@ -146249,7 +146646,7 @@ [ "desktop", { - "_index": 880, + "_index": 1839, "data": { "assets/facebookinstantgames": {}, "manuals/extender-local-setup": {}, @@ -146266,7 +146663,7 @@ [ "destination", { - "_index": 1447, + "_index": 4069, "data": { "manuals/extender-local-setup": {}, "ref/stable/buffer": {}, @@ -146285,7 +146682,7 @@ [ "destination_factor", { - "_index": 7849, + "_index": 8522, "data": { "ref/stable/render": {} }, @@ -146295,7 +146692,7 @@ [ "destroy", { - "_index": 5880, + "_index": 4603, "data": { "manuals/glossary": {}, "manuals/physics-joints": {}, @@ -146310,7 +146707,7 @@ [ "destroy_joint", { - "_index": 7048, + "_index": 7471, "data": { "ref/stable/physics": {} }, @@ -146320,7 +146717,7 @@ [ "destroycallback", { - "_index": 8745, + "_index": 10814, "data": { "ref/stable/dmScript": {} }, @@ -146330,7 +146727,7 @@ [ "destroyed", { - "_index": 744, + "_index": 2555, "data": { "manuals/collection-factory": {}, "manuals/factory": {}, @@ -146352,7 +146749,7 @@ [ "destroying", { - "_index": 946, + "_index": 2644, "data": { "manuals/physics-joints": {}, "manuals/shader": {}, @@ -146364,7 +146761,7 @@ [ "destroyrenderconstants", { - "_index": 7991, + "_index": 8044, "data": { "ref/stable/dmGameSystem": {} }, @@ -146374,7 +146771,7 @@ [ "destroys", { - "_index": 7992, + "_index": 8045, "data": { "ref/stable/dmBuffer": {}, "ref/stable/dmGameSystem": {}, @@ -146386,7 +146783,7 @@ [ "destruction", { - "_index": 8065, + "_index": 10458, "data": { "ref/stable/socket": {} }, @@ -146396,7 +146793,7 @@ [ "detach", { - "_index": 4594, + "_index": 5867, "data": { "manuals/debugging-game-logic": {}, "ref/stable/dmAndroid": {}, @@ -146408,7 +146805,7 @@ [ "detached", { - "_index": 1490, + "_index": 4097, "data": { "manuals/extender-local-setup": {}, "ref/stable/dmThread": {}, @@ -146420,7 +146817,7 @@ [ "detaches", { - "_index": 7629, + "_index": 8014, "data": { "ref/stable/dmAndroid": {} }, @@ -146430,7 +146827,7 @@ [ "detaching", { - "_index": 4612, + "_index": 5882, "data": { "manuals/debugging-game-logic": {}, "ref/stable/go": {} @@ -146441,7 +146838,7 @@ [ "detail", { - "_index": 2588, + "_index": 4233, "data": { "manuals/factory": {}, "manuals/flash": {}, @@ -146454,7 +146851,7 @@ [ "detailed", { - "_index": 2940, + "_index": 4257, "data": { "manuals/compute": {}, "manuals/glossary": {}, @@ -146470,7 +146867,7 @@ [ "details", { - "_index": 244, + "_index": 41, "data": { "examples/resource/modify_atlas": {}, "manuals/application-lifecycle": {}, @@ -146504,7 +146901,7 @@ [ "detect", { - "_index": 1614, + "_index": 746, "data": { "assets/webmonetization": {}, "examples/gui/drag": {}, @@ -146522,7 +146919,7 @@ [ "detected", { - "_index": 3382, + "_index": 1486, "data": { "manuals/editor": {}, "manuals/editor-scripts-ui": {}, @@ -146539,7 +146936,7 @@ [ "detecting", { - "_index": 2157, + "_index": 1888, "data": { "manuals/flash": {}, "manuals/input-mouse-and-touch": {}, @@ -146552,7 +146949,7 @@ [ "detection", { - "_index": 1917, + "_index": 2312, "data": { "assets/defoldinput": {}, "examples/sound/panning": {}, @@ -146567,7 +146964,7 @@ [ "detects", { - "_index": 4352, + "_index": 4800, "data": { "manuals/importing-assets": {}, "ref/stable/io": {} @@ -146578,7 +146975,7 @@ [ "deteriorate", { - "_index": 8146, + "_index": 10525, "data": { "ref/stable/socket": {} }, @@ -146588,7 +146985,7 @@ [ "determine", { - "_index": 1494, + "_index": 3925, "data": { "manuals/extender-local-setup": {}, "manuals/flash": {}, @@ -146603,7 +147000,7 @@ [ "determined", { - "_index": 542, + "_index": 3121, "data": { "manuals/flash": {}, "manuals/model-animation": {}, @@ -146617,7 +147014,7 @@ [ "determines", { - "_index": 66, + "_index": 5097, "data": { "manuals/flash": {}, "manuals/gui-text": {}, @@ -146631,7 +147028,7 @@ [ "determining", { - "_index": 3513, + "_index": 3062, "data": { "manuals/ios": {} }, @@ -146641,7 +147038,7 @@ [ "dev", { - "_index": 1802, + "_index": 3310, "data": { "manuals/dev-app": {}, "manuals/extender-docker-images": {}, @@ -146653,7 +147050,7 @@ [ "dev/log/main", { - "_index": 3749, + "_index": 3682, "data": { "manuals/debugging-game-and-system-logs": {} }, @@ -146663,7 +147060,7 @@ [ "dev/null", { - "_index": 6094, + "_index": 4917, "data": { "manuals/debugging-native-code-ios": {} }, @@ -146673,7 +147070,7 @@ [ "develop", { - "_index": 6592, + "_index": 6379, "data": { "assets/playable-ads": {}, "assets/vs-code-ide": {} @@ -146684,7 +147081,7 @@ [ "developed", { - "_index": 2833, + "_index": 4191, "data": { "manuals/application-security": {} }, @@ -146694,7 +147091,7 @@ [ "developer", { - "_index": 782, + "_index": 902, "data": { "assets/batterystatus": {}, "assets/defcon": {}, @@ -146722,7 +147119,7 @@ [ "developers", { - "_index": 765, + "_index": 2335, "data": { "assets/druid": {}, "assets/gamedistribution": {}, @@ -146743,7 +147140,7 @@ [ "developing", { - "_index": 1681, + "_index": 2951, "data": { "assets/defold-cairo": {}, "assets/scene3d": {}, @@ -146757,7 +147154,7 @@ [ "development", { - "_index": 1359, + "_index": 2955, "data": { "assets/tactxstudios": {}, "manuals/application-security": {}, @@ -146785,7 +147182,7 @@ [ "develops", { - "_index": 1878, + "_index": 2288, "data": { "manuals/physics-objects": {} }, @@ -146795,7 +147192,7 @@ [ "deviate", { - "_index": 3615, + "_index": 1688, "data": { "manuals/render": {} }, @@ -146805,7 +147202,7 @@ [ "device", { - "_index": 31, + "_index": 2027, "data": { "assets/adinfo": {}, "assets/defcon": {}, @@ -146844,7 +147241,7 @@ [ "device's", { - "_index": 5689, + "_index": 3522, "data": { "manuals/sound": {} }, @@ -146854,7 +147251,7 @@ [ "device_ident", { - "_index": 8441, + "_index": 9640, "data": { "ref/stable/sys": {} }, @@ -146864,7 +147261,7 @@ [ "device_language", { - "_index": 8448, + "_index": 9647, "data": { "ref/stable/sys": {} }, @@ -146874,7 +147271,7 @@ [ "device_model", { - "_index": 8442, + "_index": 9641, "data": { "ref/stable/sys": {} }, @@ -146884,7 +147281,7 @@ [ "devicehandle", { - "_index": 7172, + "_index": 9499, "data": { "ref/stable/dmHid": {} }, @@ -146894,7 +147291,7 @@ [ "devices", { - "_index": 892, + "_index": 1841, "data": { "assets/iap": {}, "assets/push": {}, @@ -146921,7 +147318,7 @@ [ "devnet", { - "_index": 5056, + "_index": 5986, "data": { "manuals/sony-playstation": {} }, @@ -146931,7 +147328,7 @@ [ "devs", { - "_index": 6739, + "_index": 6655, "data": { "assets/asefold": {} }, @@ -146941,7 +147338,7 @@ [ "df", { - "_index": 3103, + "_index": 2391, "data": { "manuals/editor-styling": {} }, @@ -146951,7 +147348,7 @@ [ "dg", { - "_index": 7896, + "_index": 8555, "data": { "ref/stable/render": {} }, @@ -146961,7 +147358,7 @@ [ "dhmash_t", { - "_index": 9557, + "_index": 9260, "data": { "ref/stable/dmGameObject": {} }, @@ -146971,7 +147368,7 @@ [ "diagnostics", { - "_index": 5231, + "_index": 5434, "data": { "assets/lua-language-server": {}, "manuals/editor-scripts": {} @@ -146982,7 +147379,7 @@ [ "diags", { - "_index": 6448, + "_index": 6672, "data": { "assets/defdiags": {} }, @@ -146992,7 +147389,7 @@ [ "dial", { - "_index": 10080, + "_index": 10031, "data": { "ref/stable/dmConnectionPool": {} }, @@ -147002,7 +147399,7 @@ [ "dialog", { - "_index": 1816, + "_index": 1284, "data": { "manuals/android": {}, "manuals/atlas": {}, @@ -147023,7 +147420,7 @@ [ "dialog_button", { - "_index": 3936, + "_index": 1430, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -147034,7 +147431,7 @@ [ "dialogbuttons", { - "_index": 10716, + "_index": 8935, "data": { "ref/stable/editor": {} }, @@ -147044,7 +147441,7 @@ [ "dialogs", { - "_index": 3112, + "_index": 1263, "data": { "assets/defdiags": {}, "assets/defpfd": {}, @@ -147060,7 +147457,7 @@ [ "dialogues", { - "_index": 6613, + "_index": 6445, "data": { "assets/narrator": {} }, @@ -147070,7 +147467,7 @@ [ "diameter", { - "_index": 200, + "_index": 1179, "data": { "manuals/particlefx": {}, "manuals/physics-shapes": {}, @@ -147082,7 +147479,7 @@ [ "dicebag", { - "_index": 6660, + "_index": 6345, "data": { "assets/dicebag": {} }, @@ -147092,7 +147489,7 @@ [ "dictate", { - "_index": 2244, + "_index": 763, "data": { "manuals/html5": {}, "ref/stable/resource": {} @@ -147103,7 +147500,7 @@ [ "dictates", { - "_index": 1028, + "_index": 2695, "data": { "manuals/building-blocks": {}, "manuals/shader": {}, @@ -147115,7 +147512,7 @@ [ "dictionaries", { - "_index": 5011, + "_index": 4615, "data": { "manuals/extensions-manifest-merge-tool": {} }, @@ -147125,7 +147522,7 @@ [ "did", { - "_index": 2051, + "_index": 484, "data": { "manuals/gui": {}, "manuals/input": {}, @@ -147137,7 +147534,7 @@ [ "didn't", { - "_index": 4394, + "_index": 3717, "data": { "manuals/project-settings": {}, "ref/stable/crash": {}, @@ -147150,7 +147547,7 @@ [ "die", { - "_index": 9973, + "_index": 7365, "data": { "ref/stable/timer": {} }, @@ -147160,7 +147557,7 @@ [ "diff", { - "_index": 3787, + "_index": 4360, "data": { "manuals/editor": {}, "manuals/version-control": {}, @@ -147172,7 +147569,7 @@ [ "diffed", { - "_index": 3967, + "_index": 1483, "data": { "manuals/editor-scripts-ui": {} }, @@ -147182,7 +147579,7 @@ [ "differ", { - "_index": 3736, + "_index": 1870, "data": { "manuals/design": {}, "manuals/render": {}, @@ -147195,7 +147592,7 @@ [ "difference", { - "_index": 2273, + "_index": 803, "data": { "manuals/editor-scripts-ui": {}, "manuals/html5": {}, @@ -147213,7 +147610,7 @@ [ "differences", { - "_index": 3804, + "_index": 4374, "data": { "manuals/bundling": {}, "manuals/version-control": {}, @@ -147225,7 +147622,7 @@ [ "different", { - "_index": 159, + "_index": 573, "data": { "assets/adswrapper": {}, "assets/defarmy": {}, @@ -147296,7 +147693,7 @@ [ "differently", { - "_index": 4490, + "_index": 586, "data": { "manuals/gui": {} }, @@ -147306,7 +147703,7 @@ [ "differnt", { - "_index": 7813, + "_index": 8494, "data": { "ref/stable/render": {} }, @@ -147316,7 +147713,7 @@ [ "differs", { - "_index": 4485, + "_index": 559, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/gui": {}, @@ -147329,7 +147726,7 @@ [ "difftime", { - "_index": 8545, + "_index": 10009, "data": { "ref/stable/os": {} }, @@ -147339,7 +147736,7 @@ [ "diffuse.atlas", { - "_index": 5738, + "_index": 3817, "data": { "manuals/sprite": {} }, @@ -147349,7 +147746,7 @@ [ "dig", { - "_index": 4051, + "_index": 4250, "data": { "manuals/profiling": {} }, @@ -147359,7 +147756,7 @@ [ "digest_cache", { - "_index": 4244, + "_index": 3291, "data": { "manuals/bob": {} }, @@ -147369,7 +147766,7 @@ [ "digitally", { - "_index": 5398, + "_index": 6048, "data": { "manuals/android": {} }, @@ -147379,7 +147776,7 @@ [ "digits", { - "_index": 7782, + "_index": 8662, "data": { "ref/stable/bit": {}, "ref/stable/os": {} @@ -147390,7 +147787,7 @@ [ "dim", { - "_index": 7589, + "_index": 7201, "data": { "ref/stable/dmTransform": {}, "ref/stable/window": {} @@ -147401,7 +147798,7 @@ [ "dimensional", { - "_index": 6230, + "_index": 6226, "data": { "examples/material/noise": {} }, @@ -147411,7 +147808,7 @@ [ "dimensions", { - "_index": 213, + "_index": 1223, "data": { "examples/material/noise": {}, "examples/material/uvgradient": {}, @@ -147430,7 +147827,7 @@ [ "dimming", { - "_index": 5447, + "_index": 6092, "data": { "manuals/android": {}, "ref/stable/window": {} @@ -147441,7 +147838,7 @@ [ "dimming_off", { - "_index": 9681, + "_index": 7200, "data": { "ref/stable/window": {} }, @@ -147451,7 +147848,7 @@ [ "dimming_on", { - "_index": 9683, + "_index": 7204, "data": { "ref/stable/window": {} }, @@ -147461,7 +147858,7 @@ [ "dimming_unknown", { - "_index": 9685, + "_index": 7206, "data": { "ref/stable/window": {} }, @@ -147471,7 +147868,7 @@ [ "dir", { - "_index": 4189, + "_index": 3222, "data": { "manuals/bob": {} }, @@ -147481,7 +147878,7 @@ [ "dir/1.collectionc", { - "_index": 5949, + "_index": 1985, "data": { "manuals/editor-preferences": {} }, @@ -147491,7 +147888,7 @@ [ "direct", { - "_index": 1851, + "_index": 3337, "data": { "assets/tiled": {}, "manuals/flash": {}, @@ -147504,7 +147901,7 @@ [ "directed", { - "_index": 3183, + "_index": 1177, "data": { "manuals/particlefx": {} }, @@ -147514,7 +147911,7 @@ [ "direction", { - "_index": 2389, + "_index": 1121, "data": { "examples/movement/look_rotation": {}, "examples/particles/confetti": {}, @@ -147532,7 +147929,7 @@ [ "directions", { - "_index": 8365, + "_index": 7072, "data": { "ref/stable/vmath": {} }, @@ -147542,7 +147939,7 @@ [ "directly", { - "_index": 1510, + "_index": 1511, "data": { "assets/tilesetter": {}, "manuals/android": {}, @@ -147574,7 +147971,7 @@ [ "directories", { - "_index": 5128, + "_index": 3674, "data": { "assets/extensiondirectories": {}, "manuals/editor-scripts": {}, @@ -147589,7 +147986,7 @@ [ "directory", { - "_index": 1158, + "_index": 2346, "data": { "assets/luafilesystemlfs": {}, "manuals/bob": {}, @@ -147615,7 +148012,7 @@ [ "dirs", { - "_index": 1336, + "_index": 4687, "data": { "manuals/extensions-ext-manifests": {} }, @@ -147625,7 +148022,7 @@ [ "dirty", { - "_index": 6547, + "_index": 6678, "data": { "assets/dirtylarry": {}, "ref/stable/dmGameObject": {}, @@ -147637,7 +148034,7 @@ [ "dirtylarry", { - "_index": 6546, + "_index": 6677, "data": { "assets/dirtylarry": {} }, @@ -147647,7 +148044,7 @@ [ "disable", { - "_index": 19, + "_index": 135, "data": { "manuals/addressing": {}, "manuals/android": {}, @@ -147674,7 +148071,7 @@ [ "disable_material", { - "_index": 7794, + "_index": 8479, "data": { "ref/stable/render": {} }, @@ -147684,7 +148081,7 @@ [ "disable_state", { - "_index": 7795, + "_index": 8480, "data": { "ref/stable/render": {} }, @@ -147694,7 +148091,7 @@ [ "disable_texture", { - "_index": 7803, + "_index": 8482, "data": { "ref/stable/render": {} }, @@ -147704,7 +148101,7 @@ [ "disabled", { - "_index": 816, + "_index": 419, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/editor-preferences": {}, @@ -147726,7 +148123,7 @@ [ "disables", { - "_index": 1911, + "_index": 2307, "data": { "manuals/physics-objects": {}, "ref/stable/collectionproxy": {}, @@ -147743,7 +148140,7 @@ [ "disabling", { - "_index": 1612, + "_index": 2235, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/optimization-speed": {} @@ -147754,7 +148151,7 @@ [ "disallow", { - "_index": 8117, + "_index": 10498, "data": { "ref/stable/socket": {} }, @@ -147764,7 +148161,7 @@ [ "disaster", { - "_index": 5817, + "_index": 5560, "data": { "manuals/editor": {} }, @@ -147774,7 +148171,7 @@ [ "disc", { - "_index": 3188, + "_index": 1189, "data": { "manuals/editor-scripts": {}, "manuals/particlefx": {}, @@ -147788,7 +148185,7 @@ [ "discard", { - "_index": 3810, + "_index": 4379, "data": { "manuals/version-control": {}, "ref/stable/editor": {} @@ -147799,7 +148196,7 @@ [ "discarded", { - "_index": 8139, + "_index": 8830, "data": { "ref/stable/editor": {}, "ref/stable/socket": {} @@ -147810,7 +148207,7 @@ [ "discards", { - "_index": 7949, + "_index": 8606, "data": { "ref/stable/render": {} }, @@ -147820,7 +148217,7 @@ [ "disconnects", { - "_index": 1625, + "_index": 4817, "data": { "manuals/porting-guidelines": {} }, @@ -147830,7 +148227,7 @@ [ "discord", { - "_index": 2417, + "_index": 4943, "data": { "assets/discordrich": {}, "manuals/getting-help": {} @@ -147841,7 +148238,7 @@ [ "discordrich", { - "_index": 6593, + "_index": 6598, "data": { "assets/discordrich": {} }, @@ -147851,7 +148248,7 @@ [ "discourage", { - "_index": 5119, + "_index": 5216, "data": { "manuals/lua": {} }, @@ -147861,7 +148258,7 @@ [ "discrete", { - "_index": 10524, + "_index": 7995, "data": { "ref/stable/collectionproxy": {} }, @@ -147871,7 +148268,7 @@ [ "discuss", { - "_index": 2416, + "_index": 4942, "data": { "manuals/getting-help": {} }, @@ -147881,7 +148278,7 @@ [ "discussed", { - "_index": 3271, + "_index": 5078, "data": { "manuals/flash": {} }, @@ -147891,7 +148288,7 @@ [ "discussions", { - "_index": 2422, + "_index": 4945, "data": { "manuals/getting-help": {} }, @@ -147901,7 +148298,7 @@ [ "disk", { - "_index": 433, + "_index": 2158, "data": { "manuals/debugging-game-and-system-logs": {}, "manuals/editor": {}, @@ -147920,7 +148317,7 @@ [ "dispatch", { - "_index": 2009, + "_index": 1656, "data": { "manuals/compute": {}, "manuals/input": {}, @@ -147936,7 +148333,7 @@ [ "dispatch_compute", { - "_index": 2981, + "_index": 5290, "data": { "manuals/compute": {}, "ref/stable/render": {} @@ -147947,7 +148344,7 @@ [ "dispatched", { - "_index": 1972, + "_index": 1642, "data": { "manuals/compute": {}, "manuals/input": {}, @@ -147960,7 +148357,7 @@ [ "dispatches", { - "_index": 7805, + "_index": 8484, "data": { "ref/stable/render": {} }, @@ -147970,7 +148367,7 @@ [ "dispatching", { - "_index": 2970, + "_index": 1646, "data": { "manuals/application-lifecycle": {}, "manuals/compute": {}, @@ -147982,7 +148379,7 @@ [ "display", { - "_index": 1721, + "_index": 87, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/editor": {}, @@ -148004,7 +148401,7 @@ [ "display.update_frequency", { - "_index": 8386, + "_index": 9584, "data": { "ref/stable/sys": {} }, @@ -148014,7 +148411,7 @@ [ "display.width", { - "_index": 2299, + "_index": 842, "data": { "manuals/html5": {} }, @@ -148024,7 +148421,7 @@ [ "displayed", { - "_index": 53, + "_index": 980, "data": { "examples/timer/trigger_timer": {}, "manuals/atlas": {}, @@ -148045,7 +148442,7 @@ [ "displaying", { - "_index": 6136, + "_index": 6223, "data": { "examples/timer/cancel_timer": {} }, @@ -148055,7 +148452,7 @@ [ "displays", { - "_index": 3401, + "_index": 217, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/editor-scripts-ui": {}, @@ -148072,7 +148469,7 @@ [ "dispose", { - "_index": 5547, + "_index": 1945, "data": { "manuals/script": {} }, @@ -148082,7 +148479,7 @@ [ "dissolve", { - "_index": 6598, + "_index": 6568, "data": { "assets/dissolve-fx": {} }, @@ -148092,7 +148489,7 @@ [ "distance", { - "_index": 828, + "_index": 488, "data": { "assets/dsfonts": {}, "manuals/font": {}, @@ -148114,7 +148511,7 @@ [ "distances", { - "_index": 5316, + "_index": 2610, "data": { "manuals/properties": {}, "ref/stable/vmath": {} @@ -148125,7 +148522,7 @@ [ "distancetoplane", { - "_index": 8645, + "_index": 9439, "data": { "ref/stable/dmIntersection": {} }, @@ -148135,7 +148532,7 @@ [ "distclean", { - "_index": 4205, + "_index": 3244, "data": { "manuals/bob": {} }, @@ -148145,7 +148542,7 @@ [ "distinct", { - "_index": 6270, + "_index": 6411, "data": { "assets/googleanalyticsforfirebase": {} }, @@ -148155,7 +148552,7 @@ [ "distinguish", { - "_index": 10029, + "_index": 10753, "data": { "ref/stable/sound": {} }, @@ -148165,7 +148562,7 @@ [ "distortion", { - "_index": 6118, + "_index": 6105, "data": { "examples/gui/slice9": {} }, @@ -148175,7 +148572,7 @@ [ "distribute", { - "_index": 3499, + "_index": 3047, "data": { "assets/editor-script-distribute": {}, "manuals/editor-scripts": {}, @@ -148188,7 +148585,7 @@ [ "distributed", { - "_index": 3149, + "_index": 1113, "data": { "manuals/editor": {}, "manuals/macos": {}, @@ -148202,7 +148599,7 @@ [ "distribution", { - "_index": 5399, + "_index": 6049, "data": { "manuals/android": {} }, @@ -148212,7 +148609,7 @@ [ "diverse", { - "_index": 6366, + "_index": 6717, "data": { "assets/fmod": {} }, @@ -148222,7 +148619,7 @@ [ "divide", { - "_index": 4623, + "_index": 5890, "data": { "manuals/debugging-game-logic": {}, "ref/stable/dmVMath": {} @@ -148233,7 +148630,7 @@ [ "divided", { - "_index": 3110, + "_index": 2398, "data": { "manuals/editor-styling": {}, "manuals/profiling": {}, @@ -148246,7 +148643,7 @@ [ "dividend", { - "_index": 7670, + "_index": 7381, "data": { "ref/stable/dmVMath": {} }, @@ -148256,7 +148653,7 @@ [ "dividing", { - "_index": 2955, + "_index": 5275, "data": { "manuals/compute": {} }, @@ -148266,7 +148663,7 @@ [ "division", { - "_index": 8355, + "_index": 7062, "data": { "ref/stable/math": {}, "ref/stable/vmath": {} @@ -148277,7 +148674,7 @@ [ "divperelem", { - "_index": 7671, + "_index": 7382, "data": { "ref/stable/dmVMath": {} }, @@ -148287,7 +148684,7 @@ [ "dlfcn", { - "_index": 7305, + "_index": 9415, "data": { "ref/stable/package": {} }, @@ -148297,7 +148694,7 @@ [ "dlib_log_domain", { - "_index": 7001, + "_index": 7407, "data": { "ref/stable/dmLog": {} }, @@ -148307,7 +148704,7 @@ [ "dll", { - "_index": 7534, + "_index": 6977, "data": { "ref/stable/sharedlibrary": {} }, @@ -148317,7 +148714,7 @@ [ "dm_align", { - "_index": 9672, + "_index": 7349, "data": { "ref/stable/dmAlign": {} }, @@ -148327,7 +148724,7 @@ [ "dm_aligned", { - "_index": 8710, + "_index": 7350, "data": { "ref/stable/dmAlign": {}, "ref/stable/dmScript": {} @@ -148338,7 +148735,7 @@ [ "dm_array_size", { - "_index": 10055, + "_index": 7438, "data": { "ref/stable/dmArray": {} }, @@ -148348,7 +148745,7 @@ [ "dm_debug", { - "_index": 6761, + "_index": 7999, "data": { "ref/stable/dmEngine": {} }, @@ -148358,7 +148755,7 @@ [ "dm_declare_compgui_type", { - "_index": 7993, + "_index": 8046, "data": { "ref/stable/dmGameSystem": {} }, @@ -148368,7 +148765,7 @@ [ "dm_declare_configfile_extension", { - "_index": 2781, + "_index": 4146, "data": { "manuals/application-security": {}, "ref/stable/dmConfigFile": {} @@ -148379,7 +148776,7 @@ [ "dm_declare_extension", { - "_index": 4934, + "_index": 4736, "data": { "manuals/extensions": {}, "ref/stable/dmExtension": {} @@ -148390,7 +148787,7 @@ [ "dm_declare_resource_type", { - "_index": 6889, + "_index": 8415, "data": { "ref/stable/dmResource": {} }, @@ -148400,7 +148797,7 @@ [ "dm_dllexport", { - "_index": 7533, + "_index": 6976, "data": { "ref/stable/sharedlibrary": {} }, @@ -148410,7 +148807,7 @@ [ "dm_extender_password", { - "_index": 5962, + "_index": 2017, "data": { "manuals/editor-preferences": {} }, @@ -148420,7 +148817,7 @@ [ "dm_extender_username", { - "_index": 5961, + "_index": 2016, "data": { "manuals/editor-preferences": {} }, @@ -148430,7 +148827,7 @@ [ "dm_hash_reverse_mem", { - "_index": 8612, + "_index": 10204, "data": { "ref/stable/dmHash": {} }, @@ -148440,7 +148837,7 @@ [ "dm_headless", { - "_index": 6762, + "_index": 8000, "data": { "ref/stable/dmEngine": {} }, @@ -148450,7 +148847,7 @@ [ "dm_log_port", { - "_index": 8602, + "_index": 9423, "data": { "ref/stable/engine": {} }, @@ -148460,7 +148857,7 @@ [ "dm_lua_error", { - "_index": 8711, + "_index": 10783, "data": { "ref/stable/dmScript": {} }, @@ -148470,7 +148867,7 @@ [ "dm_lua_stack_check", { - "_index": 4941, + "_index": 4744, "data": { "manuals/extensions": {}, "ref/stable/dmScript": {} @@ -148481,7 +148878,7 @@ [ "dm_mutex_scoped_lock", { - "_index": 7616, + "_index": 6962, "data": { "ref/stable/dmMutex": {} }, @@ -148491,7 +148888,7 @@ [ "dm_platform_android", { - "_index": 4973, + "_index": 4775, "data": { "manuals/extensions": {}, "ref/stable/dmExtension": {} @@ -148502,7 +148899,7 @@ [ "dm_platform_html5", { - "_index": 4975, + "_index": 4777, "data": { "manuals/extensions": {}, "ref/stable/dmExtension": {} @@ -148513,7 +148910,7 @@ [ "dm_platform_ios", { - "_index": 4972, + "_index": 4774, "data": { "manuals/extensions": {}, "ref/stable/dmExtension": {} @@ -148524,7 +148921,7 @@ [ "dm_platform_linux", { - "_index": 4974, + "_index": 4776, "data": { "manuals/extensions": {}, "ref/stable/dmExtension": {} @@ -148535,7 +148932,7 @@ [ "dm_platform_osx", { - "_index": 4971, + "_index": 4773, "data": { "manuals/extensions": {}, "ref/stable/dmExtension": {} @@ -148546,7 +148943,7 @@ [ "dm_platform_windows", { - "_index": 4970, + "_index": 4772, "data": { "manuals/extensions": {}, "ref/stable/dmExtension": {} @@ -148557,7 +148954,7 @@ [ "dm_profile", { - "_index": 10334, + "_index": 8781, "data": { "ref/stable/dmProfile": {} }, @@ -148567,7 +148964,7 @@ [ "dm_profile_dyn", { - "_index": 10335, + "_index": 8782, "data": { "ref/stable/dmProfile": {} }, @@ -148577,7 +148974,7 @@ [ "dm_profile_text", { - "_index": 10336, + "_index": 8783, "data": { "ref/stable/dmProfile": {} }, @@ -148587,7 +148984,7 @@ [ "dm_property_add_f32", { - "_index": 10338, + "_index": 8785, "data": { "ref/stable/dmProfile": {} }, @@ -148597,7 +148994,7 @@ [ "dm_property_add_f64", { - "_index": 10339, + "_index": 8786, "data": { "ref/stable/dmProfile": {} }, @@ -148607,7 +149004,7 @@ [ "dm_property_add_s32", { - "_index": 10340, + "_index": 8787, "data": { "ref/stable/dmProfile": {} }, @@ -148617,7 +149014,7 @@ [ "dm_property_add_s64", { - "_index": 10341, + "_index": 8788, "data": { "ref/stable/dmProfile": {} }, @@ -148627,7 +149024,7 @@ [ "dm_property_add_u32", { - "_index": 10343, + "_index": 8790, "data": { "ref/stable/dmProfile": {} }, @@ -148637,7 +149034,7 @@ [ "dm_property_add_u64", { - "_index": 10344, + "_index": 8791, "data": { "ref/stable/dmProfile": {} }, @@ -148647,7 +149044,7 @@ [ "dm_property_bool", { - "_index": 10345, + "_index": 8792, "data": { "ref/stable/dmProfile": {} }, @@ -148657,7 +149054,7 @@ [ "dm_property_extern", { - "_index": 10349, + "_index": 8796, "data": { "ref/stable/dmProfile": {} }, @@ -148667,7 +149064,7 @@ [ "dm_property_f32", { - "_index": 10351, + "_index": 8798, "data": { "ref/stable/dmProfile": {} }, @@ -148677,7 +149074,7 @@ [ "dm_property_f64", { - "_index": 10352, + "_index": 8799, "data": { "ref/stable/dmProfile": {} }, @@ -148687,7 +149084,7 @@ [ "dm_property_group", { - "_index": 10353, + "_index": 8800, "data": { "ref/stable/dmProfile": {} }, @@ -148697,7 +149094,7 @@ [ "dm_property_reset", { - "_index": 10354, + "_index": 8801, "data": { "ref/stable/dmProfile": {} }, @@ -148707,7 +149104,7 @@ [ "dm_property_s32", { - "_index": 10355, + "_index": 8802, "data": { "ref/stable/dmProfile": {} }, @@ -148717,7 +149114,7 @@ [ "dm_property_s64", { - "_index": 10356, + "_index": 8803, "data": { "ref/stable/dmProfile": {} }, @@ -148727,7 +149124,7 @@ [ "dm_property_set_bool", { - "_index": 10357, + "_index": 8804, "data": { "ref/stable/dmProfile": {} }, @@ -148737,7 +149134,7 @@ [ "dm_property_set_f32", { - "_index": 10358, + "_index": 8805, "data": { "ref/stable/dmProfile": {} }, @@ -148747,7 +149144,7 @@ [ "dm_property_set_f64", { - "_index": 10359, + "_index": 8806, "data": { "ref/stable/dmProfile": {} }, @@ -148757,7 +149154,7 @@ [ "dm_property_set_s32", { - "_index": 10360, + "_index": 8807, "data": { "ref/stable/dmProfile": {} }, @@ -148767,7 +149164,7 @@ [ "dm_property_set_s64", { - "_index": 10361, + "_index": 8808, "data": { "ref/stable/dmProfile": {} }, @@ -148777,7 +149174,7 @@ [ "dm_property_set_u32", { - "_index": 10362, + "_index": 8809, "data": { "ref/stable/dmProfile": {} }, @@ -148787,7 +149184,7 @@ [ "dm_property_set_u64", { - "_index": 10363, + "_index": 8810, "data": { "ref/stable/dmProfile": {} }, @@ -148797,7 +149194,7 @@ [ "dm_property_u32", { - "_index": 10364, + "_index": 8811, "data": { "ref/stable/dmProfile": {} }, @@ -148807,7 +149204,7 @@ [ "dm_property_u64", { - "_index": 10365, + "_index": 8812, "data": { "ref/stable/dmProfile": {} }, @@ -148817,7 +149214,7 @@ [ "dm_quit_on_esc", { - "_index": 8605, + "_index": 9427, "data": { "ref/stable/engine": {} }, @@ -148827,7 +149224,7 @@ [ "dm_release", { - "_index": 6763, + "_index": 8001, "data": { "ref/stable/dmEngine": {} }, @@ -148837,7 +149234,7 @@ [ "dm_save_home", { - "_index": 8607, + "_index": 9429, "data": { "ref/stable/engine": {} }, @@ -148847,7 +149244,7 @@ [ "dm_service_port", { - "_index": 8608, + "_index": 9430, "data": { "ref/stable/engine": {} }, @@ -148857,7 +149254,7 @@ [ "dm_spinlock_scoped_lock", { - "_index": 8655, + "_index": 8671, "data": { "ref/stable/dmSpinlock": {} }, @@ -148867,7 +149264,7 @@ [ "dm_static_assert", { - "_index": 9668, + "_index": 10322, "data": { "ref/stable/dmStaticAssert": {} }, @@ -148877,7 +149274,7 @@ [ "dmallocator", { - "_index": 8614, + "_index": 10206, "data": { "ref/stable/dmHash": {} }, @@ -148887,7 +149284,7 @@ [ "dmarray", { - "_index": 10056, + "_index": 7439, "data": { "ref/stable/dmArray": {}, "ref/stable/dmDDF": {} @@ -148898,7 +149295,7 @@ [ "dmatomicadd32", { - "_index": 6857, + "_index": 9064, "data": { "ref/stable/dmAtomic": {} }, @@ -148908,7 +149305,7 @@ [ "dmatomiccomparestore32", { - "_index": 6861, + "_index": 9067, "data": { "ref/stable/dmAtomic": {} }, @@ -148918,7 +149315,7 @@ [ "dmatomicdecrement32", { - "_index": 6865, + "_index": 9070, "data": { "ref/stable/dmAtomic": {} }, @@ -148928,7 +149325,7 @@ [ "dmatomicget32", { - "_index": 6867, + "_index": 9072, "data": { "ref/stable/dmAtomic": {} }, @@ -148938,7 +149335,7 @@ [ "dmatomicincrement32", { - "_index": 6868, + "_index": 9073, "data": { "ref/stable/dmAtomic": {} }, @@ -148948,7 +149345,7 @@ [ "dmatomicstore32", { - "_index": 6870, + "_index": 9075, "data": { "ref/stable/dmAtomic": {} }, @@ -148958,7 +149355,7 @@ [ "dmatomicsub32", { - "_index": 6871, + "_index": 9076, "data": { "ref/stable/dmAtomic": {} }, @@ -148968,7 +149365,7 @@ [ "dmbuffer", { - "_index": 10529, + "_index": 10638, "data": { "ref/stable/dmBuffer": {} }, @@ -148978,7 +149375,7 @@ [ "dmbuffer::copy", { - "_index": 10528, + "_index": 10637, "data": { "ref/stable/dmBuffer": {} }, @@ -148988,7 +149385,7 @@ [ "dmbuffer::create", { - "_index": 10532, + "_index": 10643, "data": { "ref/stable/dmBuffer": {} }, @@ -148998,7 +149395,7 @@ [ "dmbuffer::destroy", { - "_index": 10538, + "_index": 10649, "data": { "ref/stable/dmBuffer": {} }, @@ -149008,7 +149405,7 @@ [ "dmbuffer::getbytes", { - "_index": 10539, + "_index": 10650, "data": { "ref/stable/dmBuffer": {} }, @@ -149018,7 +149415,7 @@ [ "dmbuffer::getcontentversion", { - "_index": 10542, + "_index": 10653, "data": { "ref/stable/dmBuffer": {} }, @@ -149028,7 +149425,7 @@ [ "dmbuffer::getcount", { - "_index": 10544, + "_index": 10655, "data": { "ref/stable/dmBuffer": {} }, @@ -149038,7 +149435,7 @@ [ "dmbuffer::getmetadata", { - "_index": 10546, + "_index": 10657, "data": { "ref/stable/dmBuffer": {} }, @@ -149048,7 +149445,7 @@ [ "dmbuffer::getresultstring", { - "_index": 10549, + "_index": 10660, "data": { "ref/stable/dmBuffer": {} }, @@ -149058,7 +149455,7 @@ [ "dmbuffer::getsizeforvaluetype", { - "_index": 10551, + "_index": 10662, "data": { "ref/stable/dmBuffer": {} }, @@ -149068,7 +149465,7 @@ [ "dmbuffer::getstream", { - "_index": 10553, + "_index": 10664, "data": { "ref/stable/dmBuffer": {} }, @@ -149078,7 +149475,7 @@ [ "dmbuffer::getstreamtype", { - "_index": 10556, + "_index": 10667, "data": { "ref/stable/dmBuffer": {} }, @@ -149088,7 +149485,7 @@ [ "dmbuffer::getvaluetypestring", { - "_index": 10558, + "_index": 10669, "data": { "ref/stable/dmBuffer": {} }, @@ -149098,7 +149495,7 @@ [ "dmbuffer::hbuffer", { - "_index": 8727, + "_index": 10640, "data": { "ref/stable/dmBuffer": {}, "ref/stable/dmScript": {} @@ -149109,7 +149506,7 @@ [ "dmbuffer::isbuffervalid", { - "_index": 10560, + "_index": 10671, "data": { "ref/stable/dmBuffer": {} }, @@ -149119,7 +149516,7 @@ [ "dmbuffer::result", { - "_index": 10531, + "_index": 10642, "data": { "ref/stable/dmBuffer": {} }, @@ -149129,7 +149526,7 @@ [ "dmbuffer::setmetadata", { - "_index": 10562, + "_index": 10673, "data": { "ref/stable/dmBuffer": {} }, @@ -149139,7 +149536,7 @@ [ "dmbuffer::streamdeclaration", { - "_index": 10535, + "_index": 10646, "data": { "ref/stable/dmBuffer": {} }, @@ -149149,7 +149546,7 @@ [ "dmbuffer::updatecontentversion", { - "_index": 10567, + "_index": 10678, "data": { "ref/stable/dmBuffer": {} }, @@ -149159,7 +149556,7 @@ [ "dmbuffer::validatebuffer", { - "_index": 10569, + "_index": 10680, "data": { "ref/stable/dmBuffer": {} }, @@ -149169,7 +149566,7 @@ [ "dmbuffer::valuetype", { - "_index": 10548, + "_index": 10659, "data": { "ref/stable/dmBuffer": {} }, @@ -149179,7 +149576,7 @@ [ "dmconditionvariable", { - "_index": 9411, + "_index": 9901, "data": { "ref/stable/dmConditionVariable": {} }, @@ -149189,7 +149586,7 @@ [ "dmconditionvariable::broadcast", { - "_index": 9410, + "_index": 9900, "data": { "ref/stable/dmConditionVariable": {} }, @@ -149199,7 +149596,7 @@ [ "dmconditionvariable::delete", { - "_index": 9415, + "_index": 9906, "data": { "ref/stable/dmConditionVariable": {} }, @@ -149209,7 +149606,7 @@ [ "dmconditionvariable::hconditionvariable", { - "_index": 9414, + "_index": 9905, "data": { "ref/stable/dmConditionVariable": {} }, @@ -149219,7 +149616,7 @@ [ "dmconditionvariable::new", { - "_index": 9417, + "_index": 9908, "data": { "ref/stable/dmConditionVariable": {} }, @@ -149229,7 +149626,7 @@ [ "dmconditionvariable::signal", { - "_index": 9418, + "_index": 9909, "data": { "ref/stable/dmConditionVariable": {} }, @@ -149239,7 +149636,7 @@ [ "dmconditionvariable::wait", { - "_index": 9419, + "_index": 9910, "data": { "ref/stable/dmConditionVariable": {} }, @@ -149249,7 +149646,7 @@ [ "dmconfigfile::hconfig", { - "_index": 6766, + "_index": 8004, "data": { "ref/stable/dmEngine": {} }, @@ -149259,7 +149656,7 @@ [ "dmconnectionpool", { - "_index": 10074, + "_index": 10025, "data": { "ref/stable/dmConnectionPool": {} }, @@ -149269,7 +149666,7 @@ [ "dmconnectionpool::close", { - "_index": 10073, + "_index": 10024, "data": { "ref/stable/dmConnectionPool": {} }, @@ -149279,7 +149676,7 @@ [ "dmconnectionpool::delete", { - "_index": 10077, + "_index": 10028, "data": { "ref/stable/dmConnectionPool": {} }, @@ -149289,7 +149686,7 @@ [ "dmconnectionpool::dial", { - "_index": 10079, + "_index": 10030, "data": { "ref/stable/dmConnectionPool": {} }, @@ -149299,7 +149696,7 @@ [ "dmconnectionpool::getsocket", { - "_index": 10084, + "_index": 10035, "data": { "ref/stable/dmConnectionPool": {} }, @@ -149309,7 +149706,7 @@ [ "dmconnectionpool::getsslsocket", { - "_index": 10086, + "_index": 10036, "data": { "ref/stable/dmConnectionPool": {} }, @@ -149319,7 +149716,7 @@ [ "dmconnectionpool::hconnection", { - "_index": 10076, + "_index": 10027, "data": { "ref/stable/dmConnectionPool": {} }, @@ -149329,7 +149726,7 @@ [ "dmconnectionpool::hpool", { - "_index": 10075, + "_index": 10026, "data": { "ref/stable/dmConnectionPool": {} }, @@ -149339,7 +149736,7 @@ [ "dmconnectionpool::new", { - "_index": 10088, + "_index": 10038, "data": { "ref/stable/dmConnectionPool": {} }, @@ -149349,7 +149746,7 @@ [ "dmconnectionpool::params", { - "_index": 10089, + "_index": 10039, "data": { "ref/stable/dmConnectionPool": {} }, @@ -149359,7 +149756,7 @@ [ "dmconnectionpool::result", { - "_index": 10091, + "_index": 10041, "data": { "ref/stable/dmConnectionPool": {} }, @@ -149369,7 +149766,7 @@ [ "dmconnectionpool::return", { - "_index": 10092, + "_index": 10042, "data": { "ref/stable/dmConnectionPool": {} }, @@ -149379,7 +149776,7 @@ [ "dmconnectionpool::shutdown", { - "_index": 10093, + "_index": 10043, "data": { "ref/stable/dmConnectionPool": {} }, @@ -149389,7 +149786,7 @@ [ "dmcrash::oncrash", { - "_index": 4820, + "_index": 5002, "data": { "manuals/debugging-native-code": {} }, @@ -149399,7 +149796,7 @@ [ "dmcrypt", { - "_index": 8046, + "_index": 8176, "data": { "ref/stable/dmCrypt": {} }, @@ -149409,7 +149806,7 @@ [ "dmcrypt::algorithm", { - "_index": 8051, + "_index": 8183, "data": { "ref/stable/dmCrypt": {} }, @@ -149419,7 +149816,7 @@ [ "dmcrypt::base64decode", { - "_index": 8045, + "_index": 8175, "data": { "ref/stable/dmCrypt": {} }, @@ -149429,7 +149826,7 @@ [ "dmcrypt::base64encode", { - "_index": 8048, + "_index": 8180, "data": { "ref/stable/dmCrypt": {} }, @@ -149439,7 +149836,7 @@ [ "dmcrypt::decrypt", { - "_index": 8050, + "_index": 8182, "data": { "ref/stable/dmCrypt": {} }, @@ -149449,7 +149846,7 @@ [ "dmcrypt::encrypt", { - "_index": 8053, + "_index": 8186, "data": { "ref/stable/dmCrypt": {} }, @@ -149459,7 +149856,7 @@ [ "dmcrypt::hashmd5", { - "_index": 8054, + "_index": 8187, "data": { "ref/stable/dmCrypt": {} }, @@ -149469,7 +149866,7 @@ [ "dmcrypt::hashsha1", { - "_index": 8056, + "_index": 8189, "data": { "ref/stable/dmCrypt": {} }, @@ -149479,7 +149876,7 @@ [ "dmcrypt::hashsha256", { - "_index": 8058, + "_index": 8191, "data": { "ref/stable/dmCrypt": {} }, @@ -149489,7 +149886,7 @@ [ "dmcrypt::hashsha512", { - "_index": 8061, + "_index": 8194, "data": { "ref/stable/dmCrypt": {} }, @@ -149499,7 +149896,7 @@ [ "dmcrypt::result", { - "_index": 8052, + "_index": 8185, "data": { "ref/stable/dmCrypt": {} }, @@ -149509,7 +149906,7 @@ [ "dmddf::descriptor", { - "_index": 10495, + "_index": 9081, "data": { "ref/stable/dmDDF": {} }, @@ -149519,7 +149916,7 @@ [ "dmddf::option_offset_pointers", { - "_index": 10498, + "_index": 9085, "data": { "ref/stable/dmDDF": {} }, @@ -149529,7 +149926,7 @@ [ "dmengine", { - "_index": 4194, + "_index": 1980, "data": { "manuals/bob": {}, "manuals/editor-preferences": {} @@ -149540,7 +149937,7 @@ [ "dmengine.dsym", { - "_index": 6079, + "_index": 4898, "data": { "manuals/debugging-native-code-ios": {} }, @@ -149550,7 +149947,7 @@ [ "dmengine.dsym.zip", { - "_index": 4790, + "_index": 4975, "data": { "manuals/debugging-native-code": {} }, @@ -149560,7 +149957,7 @@ [ "dmengine.js.symbols", { - "_index": 4795, + "_index": 4980, "data": { "manuals/debugging-native-code": {} }, @@ -149570,7 +149967,7 @@ [ "dmengine.pdb", { - "_index": 4794, + "_index": 4979, "data": { "manuals/debugging-native-code": {} }, @@ -149580,7 +149977,7 @@ [ "dmextension::appinitialize", { - "_index": 6765, + "_index": 8003, "data": { "ref/stable/dmEngine": {} }, @@ -149590,7 +149987,7 @@ [ "dmextension::appparams", { - "_index": 4953, + "_index": 4755, "data": { "manuals/extensions": {}, "ref/stable/dmEngine": {} @@ -149601,7 +149998,7 @@ [ "dmextension::params", { - "_index": 4955, + "_index": 4757, "data": { "manuals/extensions": {} }, @@ -149611,7 +150008,7 @@ [ "dmextension::result", { - "_index": 4951, + "_index": 4753, "data": { "manuals/extensions": {} }, @@ -149621,7 +150018,7 @@ [ "dmextension::result_ok", { - "_index": 4950, + "_index": 4752, "data": { "manuals/extensions": {} }, @@ -149631,7 +150028,7 @@ [ "dmgameobject::componentaddtoupdateparams", { - "_index": 9424, + "_index": 9124, "data": { "ref/stable/dmGameObject": {} }, @@ -149641,7 +150038,7 @@ [ "dmgameobject::componentcreateparams", { - "_index": 9429, + "_index": 9129, "data": { "ref/stable/dmGameObject": {} }, @@ -149651,7 +150048,7 @@ [ "dmgameobject::componentdeleteworldparams", { - "_index": 9433, + "_index": 9133, "data": { "ref/stable/dmGameObject": {} }, @@ -149661,7 +150058,7 @@ [ "dmgameobject::componentdestroyparams", { - "_index": 9437, + "_index": 9137, "data": { "ref/stable/dmGameObject": {} }, @@ -149671,7 +150068,7 @@ [ "dmgameobject::componentfinalparams", { - "_index": 9440, + "_index": 9140, "data": { "ref/stable/dmGameObject": {} }, @@ -149681,7 +150078,7 @@ [ "dmgameobject::componentgetparams", { - "_index": 9443, + "_index": 9144, "data": { "ref/stable/dmGameObject": {} }, @@ -149691,7 +150088,7 @@ [ "dmgameobject::componentgetpropertyparams", { - "_index": 9447, + "_index": 9148, "data": { "ref/stable/dmGameObject": {} }, @@ -149701,7 +150098,7 @@ [ "dmgameobject::componentinitparams", { - "_index": 9453, + "_index": 9154, "data": { "ref/stable/dmGameObject": {} }, @@ -149711,7 +150108,7 @@ [ "dmgameobject::componentnewworldparams", { - "_index": 9459, + "_index": 9160, "data": { "ref/stable/dmGameObject": {} }, @@ -149721,7 +150118,7 @@ [ "dmgameobject::componentoninputparams", { - "_index": 9464, + "_index": 9165, "data": { "ref/stable/dmGameObject": {} }, @@ -149731,7 +150128,7 @@ [ "dmgameobject::componentonmessageparams", { - "_index": 9468, + "_index": 9169, "data": { "ref/stable/dmGameObject": {} }, @@ -149741,7 +150138,7 @@ [ "dmgameobject::componentonreloadparams", { - "_index": 9473, + "_index": 9174, "data": { "ref/stable/dmGameObject": {} }, @@ -149751,7 +150148,7 @@ [ "dmgameobject::componentsetpropertiesparams", { - "_index": 9476, + "_index": 9177, "data": { "ref/stable/dmGameObject": {} }, @@ -149761,7 +150158,7 @@ [ "dmgameobject::componentsetpropertyparams", { - "_index": 9479, + "_index": 9180, "data": { "ref/stable/dmGameObject": {} }, @@ -149771,7 +150168,7 @@ [ "dmgameobject::componentspostupdateparams", { - "_index": 9485, + "_index": 9186, "data": { "ref/stable/dmGameObject": {} }, @@ -149781,7 +150178,7 @@ [ "dmgameobject::componentsrenderparams", { - "_index": 9488, + "_index": 9189, "data": { "ref/stable/dmGameObject": {} }, @@ -149791,7 +150188,7 @@ [ "dmgameobject::componentsupdateparams", { - "_index": 9482, + "_index": 9183, "data": { "ref/stable/dmGameObject": {} }, @@ -149801,7 +150198,7 @@ [ "dmgameobject::componentsupdateresult", { - "_index": 9483, + "_index": 9184, "data": { "ref/stable/dmGameObject": {} }, @@ -149811,7 +150208,7 @@ [ "dmgameobject::getworld", { - "_index": 9498, + "_index": 9199, "data": { "ref/stable/dmGameObject": {} }, @@ -149821,7 +150218,7 @@ [ "dmgameobject::hcolleciton", { - "_index": 9421, + "_index": 9120, "data": { "ref/stable/dmGameObject": {} }, @@ -149831,7 +150228,7 @@ [ "dmgameobject::hcollection", { - "_index": 9534, + "_index": 9235, "data": { "ref/stable/dmGameObject": {} }, @@ -149841,7 +150238,7 @@ [ "dmgameobject::hcomponent", { - "_index": 8822, + "_index": 10885, "data": { "ref/stable/dmScript": {} }, @@ -149851,7 +150248,7 @@ [ "dmgameobject::hcomponentworld", { - "_index": 8821, + "_index": 10884, "data": { "ref/stable/dmScript": {} }, @@ -149861,7 +150258,7 @@ [ "dmgameobject::hinstance", { - "_index": 8705, + "_index": 9122, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmScript": {} @@ -149872,7 +150269,7 @@ [ "dmgameobject::hregister", { - "_index": 6768, + "_index": 8006, "data": { "ref/stable/dmEngine": {}, "ref/stable/dmGameObject": {} @@ -149883,7 +150280,7 @@ [ "dmgameobject::matrix4", { - "_index": 9567, + "_index": 9272, "data": { "ref/stable/dmGameObject": {} }, @@ -149893,7 +150290,7 @@ [ "dmgameobject::point3", { - "_index": 9563, + "_index": 9265, "data": { "ref/stable/dmGameObject": {} }, @@ -149903,7 +150300,7 @@ [ "dmgameobject::propertydesc", { - "_index": 9448, + "_index": 9149, "data": { "ref/stable/dmGameObject": {} }, @@ -149913,7 +150310,7 @@ [ "dmgameobject::propertyresult", { - "_index": 9450, + "_index": 9151, "data": { "ref/stable/dmGameObject": {} }, @@ -149923,7 +150320,7 @@ [ "dmgameobject::propertyvar", { - "_index": 8005, + "_index": 8061, "data": { "ref/stable/dmGameSystem": {} }, @@ -149933,7 +150330,7 @@ [ "dmgameobject::quat", { - "_index": 9564, + "_index": 9267, "data": { "ref/stable/dmGameObject": {} }, @@ -149943,7 +150340,7 @@ [ "dmgameobject::result", { - "_index": 9553, + "_index": 9256, "data": { "ref/stable/dmGameObject": {} }, @@ -149953,7 +150350,7 @@ [ "dmgameobject::scenenode", { - "_index": 9458, + "_index": 9159, "data": { "ref/stable/dmGameObject": {} }, @@ -149963,7 +150360,7 @@ [ "dmgameobject::scenenodeiterator", { - "_index": 9654, + "_index": 9361, "data": { "ref/stable/dmGameObject": {} }, @@ -149973,7 +150370,7 @@ [ "dmgameobject::scenenodepropertyiterator", { - "_index": 9457, + "_index": 9158, "data": { "ref/stable/dmGameObject": {} }, @@ -149983,7 +150380,7 @@ [ "dmgameobject::unnamed_identifier", { - "_index": 9559, + "_index": 9262, "data": { "ref/stable/dmGameObject": {} }, @@ -149993,7 +150390,7 @@ [ "dmgameobject::updatetransforms", { - "_index": 9527, + "_index": 9228, "data": { "ref/stable/dmGameObject": {} }, @@ -150003,7 +150400,7 @@ [ "dmgameobject::vector3", { - "_index": 9565, + "_index": 9269, "data": { "ref/stable/dmGameObject": {} }, @@ -150013,7 +150410,7 @@ [ "dmgamesystem::hcomponentrenderconstants", { - "_index": 7982, + "_index": 8035, "data": { "ref/stable/dmGameSystem": {} }, @@ -150023,7 +150420,7 @@ [ "dmgamesystem::texturesetresource", { - "_index": 10021, + "_index": 8166, "data": { "ref/stable/dmGui": {} }, @@ -150033,7 +150430,7 @@ [ "dmgamesystemddf::scriptmessage", { - "_index": 9541, + "_index": 9244, "data": { "ref/stable/dmGameObject": {} }, @@ -150043,7 +150440,7 @@ [ "dmgraphics", { - "_index": 10185, + "_index": 6780, "data": { "ref/stable/dmGraphics": {} }, @@ -150053,7 +150450,7 @@ [ "dmgraphics::bufferaccess", { - "_index": 10306, + "_index": 6910, "data": { "ref/stable/dmGraphics": {} }, @@ -150063,7 +150460,7 @@ [ "dmgraphics::bufferusage", { - "_index": 10272, + "_index": 6874, "data": { "ref/stable/dmGraphics": {} }, @@ -150073,7 +150470,7 @@ [ "dmgraphics::createrenderpassparams", { - "_index": 10293, + "_index": 6897, "data": { "ref/stable/dmGraphics": {} }, @@ -150083,7 +150480,7 @@ [ "dmgraphics::getnativeandroidactivity", { - "_index": 10184, + "_index": 6779, "data": { "ref/stable/dmGraphics": {} }, @@ -150093,7 +150490,7 @@ [ "dmgraphics::getnativeandroidapp", { - "_index": 10187, + "_index": 6783, "data": { "ref/stable/dmGraphics": {} }, @@ -150103,7 +150500,7 @@ [ "dmgraphics::getnativeandroideglcontext", { - "_index": 10190, + "_index": 6786, "data": { "ref/stable/dmGraphics": {} }, @@ -150113,7 +150510,7 @@ [ "dmgraphics::getnativeandroideglsurface", { - "_index": 10193, + "_index": 6789, "data": { "ref/stable/dmGraphics": {} }, @@ -150123,7 +150520,7 @@ [ "dmgraphics::getnativeandroidjavavm", { - "_index": 10196, + "_index": 6792, "data": { "ref/stable/dmGraphics": {} }, @@ -150133,7 +150530,7 @@ [ "dmgraphics::getnativeioseaglcontext", { - "_index": 10199, + "_index": 6796, "data": { "ref/stable/dmGraphics": {} }, @@ -150143,7 +150540,7 @@ [ "dmgraphics::getnativeiosuiview", { - "_index": 10202, + "_index": 6799, "data": { "ref/stable/dmGraphics": {} }, @@ -150153,7 +150550,7 @@ [ "dmgraphics::getnativeiosuiwindow", { - "_index": 10205, + "_index": 6802, "data": { "ref/stable/dmGraphics": {} }, @@ -150163,7 +150560,7 @@ [ "dmgraphics::getnativeosxnsopenglcontext", { - "_index": 10208, + "_index": 6805, "data": { "ref/stable/dmGraphics": {} }, @@ -150173,7 +150570,7 @@ [ "dmgraphics::getnativeosxnsview", { - "_index": 10211, + "_index": 6808, "data": { "ref/stable/dmGraphics": {} }, @@ -150183,7 +150580,7 @@ [ "dmgraphics::getnativeosxnswindow", { - "_index": 10214, + "_index": 6811, "data": { "ref/stable/dmGraphics": {} }, @@ -150193,7 +150590,7 @@ [ "dmgraphics::getnativewindowshglrc", { - "_index": 10217, + "_index": 6814, "data": { "ref/stable/dmGraphics": {} }, @@ -150203,7 +150600,7 @@ [ "dmgraphics::getnativewindowshwnd", { - "_index": 10221, + "_index": 6819, "data": { "ref/stable/dmGraphics": {} }, @@ -150213,7 +150610,7 @@ [ "dmgraphics::getnativex11glxcontext", { - "_index": 10224, + "_index": 6822, "data": { "ref/stable/dmGraphics": {} }, @@ -150223,7 +150620,7 @@ [ "dmgraphics::getnativex11window", { - "_index": 10228, + "_index": 6826, "data": { "ref/stable/dmGraphics": {} }, @@ -150233,7 +150630,7 @@ [ "dmgraphics::handleresult", { - "_index": 10240, + "_index": 6840, "data": { "ref/stable/dmGraphics": {} }, @@ -150243,7 +150640,7 @@ [ "dmgraphics::hcontext", { - "_index": 10167, + "_index": 6759, "data": { "ref/stable/dmGraphics": {} }, @@ -150253,7 +150650,7 @@ [ "dmgraphics::hindexbuffer", { - "_index": 10177, + "_index": 6772, "data": { "ref/stable/dmGraphics": {} }, @@ -150263,7 +150660,7 @@ [ "dmgraphics::hmaterial", { - "_index": 7477, + "_index": 10923, "data": { "ref/stable/dmRender": {} }, @@ -150273,7 +150670,7 @@ [ "dmgraphics::hprogram", { - "_index": 10301, + "_index": 6905, "data": { "ref/stable/dmGraphics": {} }, @@ -150283,7 +150680,7 @@ [ "dmgraphics::hrendertarget", { - "_index": 10236, + "_index": 6835, "data": { "ref/stable/dmGraphics": {} }, @@ -150293,7 +150690,7 @@ [ "dmgraphics::hstoragebuffer", { - "_index": 10253, + "_index": 6854, "data": { "ref/stable/dmGraphics": {} }, @@ -150303,7 +150700,7 @@ [ "dmgraphics::htexture", { - "_index": 10004, + "_index": 6837, "data": { "ref/stable/dmGraphics": {}, "ref/stable/dmGui": {} @@ -150314,7 +150711,7 @@ [ "dmgraphics::huniformlocation", { - "_index": 7523, + "_index": 6917, "data": { "ref/stable/dmGraphics": {}, "ref/stable/dmRender": {} @@ -150325,7 +150722,7 @@ [ "dmgraphics::hvertexbuffer", { - "_index": 10179, + "_index": 6774, "data": { "ref/stable/dmGraphics": {} }, @@ -150335,7 +150732,7 @@ [ "dmgraphics::hvertexdeclaration", { - "_index": 10181, + "_index": 6776, "data": { "ref/stable/dmGraphics": {} }, @@ -150345,7 +150742,7 @@ [ "dmgraphics::hvertexstreamdeclaration", { - "_index": 10183, + "_index": 6778, "data": { "ref/stable/dmGraphics": {} }, @@ -150355,7 +150752,7 @@ [ "dmgraphics::indexbufferformat", { - "_index": 10264, + "_index": 6865, "data": { "ref/stable/dmGraphics": {} }, @@ -150365,7 +150762,7 @@ [ "dmgraphics::pipelinestate", { - "_index": 10316, + "_index": 6922, "data": { "ref/stable/dmGraphics": {} }, @@ -150375,7 +150772,7 @@ [ "dmgraphics::primitivetype", { - "_index": 10296, + "_index": 6900, "data": { "ref/stable/dmGraphics": {} }, @@ -150385,7 +150782,7 @@ [ "dmgraphics::rendertargetattachment", { - "_index": 10237, + "_index": 6836, "data": { "ref/stable/dmGraphics": {} }, @@ -150395,7 +150792,7 @@ [ "dmgraphics::setrendertargetattachmentsparams", { - "_index": 10318, + "_index": 6924, "data": { "ref/stable/dmGraphics": {} }, @@ -150405,7 +150802,7 @@ [ "dmgraphics::type", { - "_index": 10168, + "_index": 6761, "data": { "ref/stable/dmGraphics": {} }, @@ -150415,7 +150812,7 @@ [ "dmgraphics::vertexstepfunction", { - "_index": 10278, + "_index": 6881, "data": { "ref/stable/dmGraphics": {} }, @@ -150425,7 +150822,7 @@ [ "dmgui::hnode", { - "_index": 9988, + "_index": 8130, "data": { "ref/stable/dmGui": {} }, @@ -150435,7 +150832,7 @@ [ "dmgui::hscene", { - "_index": 9987, + "_index": 8129, "data": { "ref/stable/dmGui": {} }, @@ -150445,7 +150842,7 @@ [ "dmgui::node_type_custom", { - "_index": 10009, + "_index": 8154, "data": { "ref/stable/dmGui": {} }, @@ -150455,7 +150852,7 @@ [ "dmgui::nodetype", { - "_index": 10007, + "_index": 8152, "data": { "ref/stable/dmGui": {} }, @@ -150465,7 +150862,7 @@ [ "dmgui::property", { - "_index": 9998, + "_index": 8141, "data": { "ref/stable/dmGui": {} }, @@ -150475,7 +150872,7 @@ [ "dmgui::result", { - "_index": 10018, + "_index": 8163, "data": { "ref/stable/dmGui": {} }, @@ -150485,7 +150882,7 @@ [ "dmgui::result_ok", { - "_index": 10017, + "_index": 8162, "data": { "ref/stable/dmGui": {} }, @@ -150495,7 +150892,7 @@ [ "dmhash_max_reverse_length", { - "_index": 8620, + "_index": 10212, "data": { "ref/stable/dmHash": {} }, @@ -150505,7 +150902,7 @@ [ "dmhash_t", { - "_index": 6897, + "_index": 7322, "data": { "ref/stable/dmBuffer": {}, "ref/stable/dmDDF": {}, @@ -150525,7 +150922,7 @@ [ "dmhashbuffer32", { - "_index": 8616, + "_index": 10208, "data": { "ref/stable/dmHash": {} }, @@ -150535,7 +150932,7 @@ [ "dmhashbuffer64", { - "_index": 8617, + "_index": 10209, "data": { "ref/stable/dmHash": {} }, @@ -150545,7 +150942,7 @@ [ "dmhashclone32", { - "_index": 8618, + "_index": 10210, "data": { "ref/stable/dmHash": {} }, @@ -150555,7 +150952,7 @@ [ "dmhashclone64", { - "_index": 8621, + "_index": 10213, "data": { "ref/stable/dmHash": {} }, @@ -150565,7 +150962,7 @@ [ "dmhashfinal32", { - "_index": 8623, + "_index": 10215, "data": { "ref/stable/dmHash": {} }, @@ -150575,7 +150972,7 @@ [ "dmhashfinal64", { - "_index": 8624, + "_index": 10216, "data": { "ref/stable/dmHash": {} }, @@ -150585,7 +150982,7 @@ [ "dmhashinit32", { - "_index": 8625, + "_index": 10217, "data": { "ref/stable/dmHash": {} }, @@ -150595,7 +150992,7 @@ [ "dmhashinit64", { - "_index": 8626, + "_index": 10218, "data": { "ref/stable/dmHash": {} }, @@ -150605,7 +151002,7 @@ [ "dmhashrelease32", { - "_index": 8627, + "_index": 10219, "data": { "ref/stable/dmHash": {} }, @@ -150615,7 +151012,7 @@ [ "dmhashrelease64", { - "_index": 8630, + "_index": 10222, "data": { "ref/stable/dmHash": {} }, @@ -150625,7 +151022,7 @@ [ "dmhashreversesafe32", { - "_index": 8631, + "_index": 10223, "data": { "ref/stable/dmHash": {} }, @@ -150635,7 +151032,7 @@ [ "dmhashreversesafe32alloc", { - "_index": 8632, + "_index": 10224, "data": { "ref/stable/dmHash": {} }, @@ -150645,7 +151042,7 @@ [ "dmhashreversesafe64", { - "_index": 8634, + "_index": 10226, "data": { "ref/stable/dmHash": {} }, @@ -150655,7 +151052,7 @@ [ "dmhashreversesafe64alloc", { - "_index": 8635, + "_index": 10227, "data": { "ref/stable/dmHash": {} }, @@ -150665,7 +151062,7 @@ [ "dmhashstring", { - "_index": 9555, + "_index": 9258, "data": { "ref/stable/dmGameObject": {} }, @@ -150675,7 +151072,7 @@ [ "dmhashstring32", { - "_index": 8636, + "_index": 10228, "data": { "ref/stable/dmHash": {} }, @@ -150685,7 +151082,7 @@ [ "dmhashstring64", { - "_index": 8637, + "_index": 10229, "data": { "ref/stable/dmHash": {} }, @@ -150695,7 +151092,7 @@ [ "dmhashtable", { - "_index": 10604, + "_index": 9053, "data": { "ref/stable/dmHashTable": {} }, @@ -150705,7 +151102,7 @@ [ "dmhashtable16", { - "_index": 10607, + "_index": 9057, "data": { "ref/stable/dmHashTable": {} }, @@ -150715,7 +151112,7 @@ [ "dmhashtable32", { - "_index": 10608, + "_index": 9059, "data": { "ref/stable/dmHashTable": {} }, @@ -150725,7 +151122,7 @@ [ "dmhashtable64", { - "_index": 10609, + "_index": 9060, "data": { "ref/stable/dmHashTable": {} }, @@ -150735,7 +151132,7 @@ [ "dmhashtable::iterator", { - "_index": 10612, + "_index": 9063, "data": { "ref/stable/dmHashTable": {} }, @@ -150745,7 +151142,7 @@ [ "dmhashupdatebuffer32", { - "_index": 8638, + "_index": 10230, "data": { "ref/stable/dmHash": {} }, @@ -150755,7 +151152,7 @@ [ "dmhashupdatebuffer64", { - "_index": 8639, + "_index": 10231, "data": { "ref/stable/dmHash": {} }, @@ -150765,7 +151162,7 @@ [ "dmhid", { - "_index": 7155, + "_index": 9483, "data": { "ref/stable/dmHid": {} }, @@ -150775,7 +151172,7 @@ [ "dmhid::hcontext", { - "_index": 6771, + "_index": 8009, "data": { "ref/stable/dmEngine": {}, "ref/stable/dmHid": {} @@ -150786,7 +151183,7 @@ [ "dmhid::hgamepad", { - "_index": 7157, + "_index": 9484, "data": { "ref/stable/dmHid": {} }, @@ -150796,7 +151193,7 @@ [ "dmhid::hkeyboard", { - "_index": 7159, + "_index": 9486, "data": { "ref/stable/dmHid": {} }, @@ -150806,7 +151203,7 @@ [ "dmhid::hmouse", { - "_index": 7161, + "_index": 9488, "data": { "ref/stable/dmHid": {} }, @@ -150816,7 +151213,7 @@ [ "dmhid::htouchdevice", { - "_index": 7152, + "_index": 9480, "data": { "ref/stable/dmHid": {} }, @@ -150826,7 +151223,7 @@ [ "dmhid::invalid_gamepad_handle", { - "_index": 7164, + "_index": 9491, "data": { "ref/stable/dmHid": {} }, @@ -150836,7 +151233,7 @@ [ "dmhid::invalid_keyboard_handle", { - "_index": 7166, + "_index": 9493, "data": { "ref/stable/dmHid": {} }, @@ -150846,7 +151243,7 @@ [ "dmhid::invalid_mouse_handle", { - "_index": 7168, + "_index": 9495, "data": { "ref/stable/dmHid": {} }, @@ -150856,7 +151253,7 @@ [ "dmhid::invalid_touch_device_handle", { - "_index": 7208, + "_index": 9533, "data": { "ref/stable/dmHid": {} }, @@ -150866,7 +151263,7 @@ [ "dmhid::invalid_touchdevice_handle", { - "_index": 7170, + "_index": 9497, "data": { "ref/stable/dmHid": {} }, @@ -150876,7 +151273,7 @@ [ "dmhid::key", { - "_index": 7216, + "_index": 9540, "data": { "ref/stable/dmHid": {} }, @@ -150886,7 +151283,7 @@ [ "dmhid::max_char_count", { - "_index": 7173, + "_index": 9500, "data": { "ref/stable/dmHid": {} }, @@ -150896,7 +151293,7 @@ [ "dmhid::max_gamepad_axis_count", { - "_index": 7175, + "_index": 9502, "data": { "ref/stable/dmHid": {} }, @@ -150906,7 +151303,7 @@ [ "dmhid::max_gamepad_button_count", { - "_index": 7177, + "_index": 9504, "data": { "ref/stable/dmHid": {} }, @@ -150916,7 +151313,7 @@ [ "dmhid::max_gamepad_count", { - "_index": 7179, + "_index": 9506, "data": { "ref/stable/dmHid": {} }, @@ -150926,7 +151323,7 @@ [ "dmhid::max_gamepad_hat_count", { - "_index": 7181, + "_index": 9508, "data": { "ref/stable/dmHid": {} }, @@ -150936,7 +151333,7 @@ [ "dmhid::max_keyboard_count", { - "_index": 7184, + "_index": 9511, "data": { "ref/stable/dmHid": {} }, @@ -150946,7 +151343,7 @@ [ "dmhid::max_mouse_count", { - "_index": 7186, + "_index": 9513, "data": { "ref/stable/dmHid": {} }, @@ -150956,7 +151353,7 @@ [ "dmhid::max_touch_count", { - "_index": 7189, + "_index": 9516, "data": { "ref/stable/dmHid": {} }, @@ -150966,7 +151363,7 @@ [ "dmhid::max_touch_device_count", { - "_index": 7192, + "_index": 9519, "data": { "ref/stable/dmHid": {} }, @@ -150976,7 +151373,7 @@ [ "dmhid::mousebutton", { - "_index": 7203, + "_index": 9529, "data": { "ref/stable/dmHid": {} }, @@ -150986,7 +151383,7 @@ [ "dmhid::mousepacket", { - "_index": 7202, + "_index": 9528, "data": { "ref/stable/dmHid": {} }, @@ -150996,7 +151393,7 @@ [ "dmhid::phase", { - "_index": 7154, + "_index": 9482, "data": { "ref/stable/dmHid": {} }, @@ -151006,7 +151403,7 @@ [ "dmhttpclient::parseresult", { - "_index": 7232, + "_index": 10455, "data": { "ref/stable/dmHttpClient": {} }, @@ -151016,7 +151413,7 @@ [ "dmhttpserver", { - "_index": 2095, + "_index": 1087, "data": { "manuals/extensions-defold-sdk": {} }, @@ -151026,7 +151423,7 @@ [ "dmintersection::frustum", { - "_index": 8641, + "_index": 9435, "data": { "ref/stable/dmIntersection": {} }, @@ -151036,7 +151433,7 @@ [ "dmintersection::plane", { - "_index": 8647, + "_index": 9441, "data": { "ref/stable/dmIntersection": {} }, @@ -151046,7 +151443,7 @@ [ "dmloader.js", { - "_index": 2322, + "_index": 886, "data": { "manuals/html5": {} }, @@ -151056,7 +151453,7 @@ [ "dmlog", { - "_index": 7004, + "_index": 7410, "data": { "ref/stable/dmLog": {} }, @@ -151066,7 +151463,7 @@ [ "dmlog:loglistener", { - "_index": 7003, + "_index": 7409, "data": { "ref/stable/dmLog": {} }, @@ -151076,7 +151473,7 @@ [ "dmlogdebug", { - "_index": 7010, + "_index": 7416, "data": { "ref/stable/dmLog": {} }, @@ -151086,7 +151483,7 @@ [ "dmlogerror", { - "_index": 7013, + "_index": 7419, "data": { "ref/stable/dmLog": {} }, @@ -151096,7 +151493,7 @@ [ "dmlogfatal", { - "_index": 7016, + "_index": 7422, "data": { "ref/stable/dmLog": {} }, @@ -151106,7 +151503,7 @@ [ "dmloggetlevel", { - "_index": 7020, + "_index": 7426, "data": { "ref/stable/dmLog": {} }, @@ -151116,7 +151513,7 @@ [ "dmloginfo", { - "_index": 7021, + "_index": 7427, "data": { "ref/stable/dmLog": {} }, @@ -151126,7 +151523,7 @@ [ "dmlogoncedebug", { - "_index": 7011, + "_index": 7417, "data": { "ref/stable/dmLog": {} }, @@ -151136,7 +151533,7 @@ [ "dmlogonceerror", { - "_index": 7015, + "_index": 7421, "data": { "ref/stable/dmLog": {} }, @@ -151146,7 +151543,7 @@ [ "dmlogoncefatal", { - "_index": 7019, + "_index": 7425, "data": { "ref/stable/dmLog": {} }, @@ -151156,7 +151553,7 @@ [ "dmlogonceinfo", { - "_index": 7022, + "_index": 7428, "data": { "ref/stable/dmLog": {} }, @@ -151166,7 +151563,7 @@ [ "dmlogonceuserdebug", { - "_index": 7027, + "_index": 7433, "data": { "ref/stable/dmLog": {} }, @@ -151176,7 +151573,7 @@ [ "dmlogoncewarning", { - "_index": 7029, + "_index": 7435, "data": { "ref/stable/dmLog": {} }, @@ -151186,7 +151583,7 @@ [ "dmlogregisterlistener", { - "_index": 7006, + "_index": 7412, "data": { "ref/stable/dmLog": {} }, @@ -151196,7 +151593,7 @@ [ "dmlogsetlevel", { - "_index": 7024, + "_index": 7430, "data": { "ref/stable/dmLog": {} }, @@ -151206,7 +151603,7 @@ [ "dmlogunregisterlistener", { - "_index": 7007, + "_index": 7413, "data": { "ref/stable/dmLog": {} }, @@ -151216,7 +151613,7 @@ [ "dmloguserdebug", { - "_index": 7026, + "_index": 7432, "data": { "ref/stable/dmLog": {} }, @@ -151226,7 +151623,7 @@ [ "dmlogwarning", { - "_index": 7028, + "_index": 7434, "data": { "ref/stable/dmLog": {} }, @@ -151236,7 +151633,7 @@ [ "dmmemory::alignedmalloc", { - "_index": 8269, + "_index": 7353, "data": { "ref/stable/dmMemory": {} }, @@ -151246,7 +151643,7 @@ [ "dmmessage", { - "_index": 10471, + "_index": 7310, "data": { "ref/stable/dmMessage": {} }, @@ -151256,7 +151653,7 @@ [ "dmmessage::hsocket", { - "_index": 9561, + "_index": 7325, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmMessage": {} @@ -151267,7 +151664,7 @@ [ "dmmessage::message", { - "_index": 9544, + "_index": 9246, "data": { "ref/stable/dmGameObject": {} }, @@ -151277,7 +151674,7 @@ [ "dmmessage::result", { - "_index": 8837, + "_index": 7309, "data": { "ref/stable/dmMessage": {}, "ref/stable/dmScript": {} @@ -151288,7 +151685,7 @@ [ "dmmessage::result_ok", { - "_index": 8836, + "_index": 10897, "data": { "ref/stable/dmScript": {} }, @@ -151298,7 +151695,7 @@ [ "dmmessage::stringurl", { - "_index": 10472, + "_index": 7311, "data": { "ref/stable/dmMessage": {} }, @@ -151308,7 +151705,7 @@ [ "dmmessage::url", { - "_index": 8823, + "_index": 7314, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmMessage": {}, @@ -151320,7 +151717,7 @@ [ "dmmmessage", { - "_index": 10477, + "_index": 7317, "data": { "ref/stable/dmMessage": {} }, @@ -151330,7 +151727,7 @@ [ "dmmmessage::messagedestroycallback", { - "_index": 10476, + "_index": 7316, "data": { "ref/stable/dmMessage": {} }, @@ -151340,7 +151737,7 @@ [ "dmmutex", { - "_index": 7620, + "_index": 6966, "data": { "ref/stable/dmMutex": {} }, @@ -151350,7 +151747,7 @@ [ "dmmutex::delete", { - "_index": 7619, + "_index": 6965, "data": { "ref/stable/dmMutex": {} }, @@ -151360,7 +151757,7 @@ [ "dmmutex::hmutex", { - "_index": 7618, + "_index": 6964, "data": { "ref/stable/dmConditionVariable": {}, "ref/stable/dmMutex": {} @@ -151371,7 +151768,7 @@ [ "dmmutex::lock", { - "_index": 7623, + "_index": 6970, "data": { "ref/stable/dmMutex": {} }, @@ -151381,7 +151778,7 @@ [ "dmmutex::new", { - "_index": 7625, + "_index": 6972, "data": { "ref/stable/dmMutex": {} }, @@ -151391,7 +151788,7 @@ [ "dmmutex::trylock", { - "_index": 7626, + "_index": 6973, "data": { "ref/stable/dmMutex": {} }, @@ -151401,7 +151798,7 @@ [ "dmmutex::unlock", { - "_index": 7628, + "_index": 6975, "data": { "ref/stable/dmMutex": {} }, @@ -151411,7 +151808,7 @@ [ "dmprofile::hprofile", { - "_index": 10333, + "_index": 8780, "data": { "ref/stable/dmProfile": {} }, @@ -151421,7 +151818,7 @@ [ "dmrender", { - "_index": 7460, + "_index": 10908, "data": { "ref/stable/dmRender": {} }, @@ -151431,7 +151828,7 @@ [ "dmrender::constant", { - "_index": 7998, + "_index": 8052, "data": { "ref/stable/dmGameSystem": {} }, @@ -151441,7 +151838,7 @@ [ "dmrender::getmaterialvertexspace", { - "_index": 7459, + "_index": 10907, "data": { "ref/stable/dmRender": {} }, @@ -151451,7 +151848,7 @@ [ "dmrender::hconstant", { - "_index": 7457, + "_index": 8053, "data": { "ref/stable/dmGameSystem": {}, "ref/stable/dmRender": {} @@ -151462,7 +151859,7 @@ [ "dmrender::hmaterial", { - "_index": 7462, + "_index": 8059, "data": { "ref/stable/dmGameSystem": {}, "ref/stable/dmRender": {} @@ -151473,7 +151870,7 @@ [ "dmrender::hnamedconstantbuffer", { - "_index": 7454, + "_index": 10904, "data": { "ref/stable/dmRender": {} }, @@ -151483,7 +151880,7 @@ [ "dmrender::hrendercontext", { - "_index": 7450, + "_index": 10901, "data": { "ref/stable/dmRender": {} }, @@ -151493,7 +151890,7 @@ [ "dmrender::hrenderlistdispatch", { - "_index": 7512, + "_index": 10953, "data": { "ref/stable/dmRender": {} }, @@ -151503,7 +151900,7 @@ [ "dmrender::renderlistdispatchfn", { - "_index": 7514, + "_index": 10955, "data": { "ref/stable/dmRender": {} }, @@ -151513,7 +151910,7 @@ [ "dmrender::renderlistdispatchparams", { - "_index": 7496, + "_index": 10941, "data": { "ref/stable/dmRender": {} }, @@ -151523,7 +151920,7 @@ [ "dmrender::renderlistentry", { - "_index": 7494, + "_index": 10939, "data": { "ref/stable/dmRender": {} }, @@ -151533,7 +151930,7 @@ [ "dmrender::renderlistvisibilityfn", { - "_index": 7515, + "_index": 10956, "data": { "ref/stable/dmRender": {} }, @@ -151543,7 +151940,7 @@ [ "dmrender::renderobject", { - "_index": 7451, + "_index": 8050, "data": { "ref/stable/dmGameSystem": {}, "ref/stable/dmRender": {} @@ -151554,7 +151951,7 @@ [ "dmrender::renderobject::max_texture_count", { - "_index": 7464, + "_index": 10911, "data": { "ref/stable/dmRender": {} }, @@ -151564,7 +151961,7 @@ [ "dmrender::result", { - "_index": 7452, + "_index": 10902, "data": { "ref/stable/dmRender": {} }, @@ -151574,7 +151971,7 @@ [ "dmrenderddf::materialdesc::constant_type_user", { - "_index": 7528, + "_index": 10967, "data": { "ref/stable/dmRender": {} }, @@ -151584,7 +151981,7 @@ [ "dmrenderddf::materialdesc::constant_type_user_matrix4", { - "_index": 7529, + "_index": 10968, "data": { "ref/stable/dmRender": {} }, @@ -151594,7 +151991,7 @@ [ "dmrenderddf::materialdesc::constanttype", { - "_index": 7472, + "_index": 10919, "data": { "ref/stable/dmRender": {} }, @@ -151604,7 +152001,7 @@ [ "dmrenderddf::materialdesc::vertexspace", { - "_index": 7463, + "_index": 10910, "data": { "ref/stable/dmRender": {} }, @@ -151614,7 +152011,7 @@ [ "dmresource::fdecryptresource", { - "_index": 6922, + "_index": 8444, "data": { "ref/stable/dmResource": {} }, @@ -151624,7 +152021,7 @@ [ "dmresource::hfactory", { - "_index": 6883, + "_index": 8411, "data": { "ref/stable/dmResource": {} }, @@ -151634,7 +152031,7 @@ [ "dmresource::hresourcepreloadhintinfo", { - "_index": 6919, + "_index": 8442, "data": { "ref/stable/dmResource": {} }, @@ -151644,7 +152041,7 @@ [ "dmresource::result", { - "_index": 6885, + "_index": 8412, "data": { "ref/stable/dmResource": {} }, @@ -151654,7 +152051,7 @@ [ "dmscript", { - "_index": 8718, + "_index": 9242, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmScript": {} @@ -151665,7 +152062,7 @@ [ "dmscript::checkbuffer", { - "_index": 8717, + "_index": 10789, "data": { "ref/stable/dmScript": {} }, @@ -151675,7 +152072,7 @@ [ "dmscript::checkbuffernoerror", { - "_index": 8722, + "_index": 10793, "data": { "ref/stable/dmScript": {} }, @@ -151685,7 +152082,7 @@ [ "dmscript::checkbufferunpack", { - "_index": 8724, + "_index": 10795, "data": { "ref/stable/dmScript": {} }, @@ -151695,7 +152092,7 @@ [ "dmscript::checkbufferunpacknoerror", { - "_index": 8728, + "_index": 10797, "data": { "ref/stable/dmScript": {} }, @@ -151705,7 +152102,7 @@ [ "dmscript::checkhash", { - "_index": 8730, + "_index": 10799, "data": { "ref/stable/dmScript": {} }, @@ -151715,7 +152112,7 @@ [ "dmscript::checkhashorstring", { - "_index": 8732, + "_index": 10801, "data": { "ref/stable/dmScript": {} }, @@ -151725,7 +152122,7 @@ [ "dmscript::checkmatrix4", { - "_index": 8734, + "_index": 10803, "data": { "ref/stable/dmScript": {} }, @@ -151735,7 +152132,7 @@ [ "dmscript::checkquat", { - "_index": 8736, + "_index": 10805, "data": { "ref/stable/dmScript": {} }, @@ -151745,7 +152142,7 @@ [ "dmscript::checkvector3", { - "_index": 8738, + "_index": 10807, "data": { "ref/stable/dmScript": {} }, @@ -151755,7 +152152,7 @@ [ "dmscript::checkvector4", { - "_index": 8740, + "_index": 10809, "data": { "ref/stable/dmScript": {} }, @@ -151765,7 +152162,7 @@ [ "dmscript::createcallback", { - "_index": 8742, + "_index": 10811, "data": { "ref/stable/dmScript": {} }, @@ -151775,7 +152172,7 @@ [ "dmscript::destroycallback", { - "_index": 8746, + "_index": 10815, "data": { "ref/stable/dmScript": {} }, @@ -151785,7 +152182,7 @@ [ "dmscript::getcallbackluacontext", { - "_index": 8747, + "_index": 10816, "data": { "ref/stable/dmScript": {} }, @@ -151795,7 +152192,7 @@ [ "dmscript::getinstance", { - "_index": 8749, + "_index": 10818, "data": { "ref/stable/dmScript": {} }, @@ -151805,7 +152202,7 @@ [ "dmscript::getmainthread", { - "_index": 8751, + "_index": 10820, "data": { "ref/stable/dmScript": {} }, @@ -151815,7 +152212,7 @@ [ "dmscript::isbuffer", { - "_index": 8753, + "_index": 10822, "data": { "ref/stable/dmScript": {} }, @@ -151825,7 +152222,7 @@ [ "dmscript::iscallbackvalid", { - "_index": 8755, + "_index": 10824, "data": { "ref/stable/dmScript": {} }, @@ -151835,7 +152232,7 @@ [ "dmscript::ishash", { - "_index": 8757, + "_index": 10826, "data": { "ref/stable/dmScript": {} }, @@ -151845,7 +152242,7 @@ [ "dmscript::isinstancevalid", { - "_index": 8759, + "_index": 10828, "data": { "ref/stable/dmScript": {} }, @@ -151855,7 +152252,7 @@ [ "dmscript::ismatrix4", { - "_index": 8763, + "_index": 10831, "data": { "ref/stable/dmScript": {} }, @@ -151865,7 +152262,7 @@ [ "dmscript::isquat", { - "_index": 8765, + "_index": 10833, "data": { "ref/stable/dmScript": {} }, @@ -151875,7 +152272,7 @@ [ "dmscript::isvector3", { - "_index": 8767, + "_index": 10835, "data": { "ref/stable/dmScript": {} }, @@ -151885,7 +152282,7 @@ [ "dmscript::isvector4", { - "_index": 8769, + "_index": 10837, "data": { "ref/stable/dmScript": {} }, @@ -151895,7 +152292,7 @@ [ "dmscript::jsontolua", { - "_index": 8771, + "_index": 10839, "data": { "ref/stable/dmScript": {} }, @@ -151905,7 +152302,7 @@ [ "dmscript::luacallbackinfo", { - "_index": 8774, + "_index": 10841, "data": { "ref/stable/dmScript": {} }, @@ -151915,7 +152312,7 @@ [ "dmscript::luahbuffer", { - "_index": 8721, + "_index": 10792, "data": { "ref/stable/dmScript": {} }, @@ -151925,7 +152322,7 @@ [ "dmscript::luatojson", { - "_index": 8779, + "_index": 10846, "data": { "ref/stable/dmScript": {} }, @@ -151935,7 +152332,7 @@ [ "dmscript::pcall", { - "_index": 8782, + "_index": 9250, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmScript": {} @@ -151946,7 +152343,7 @@ [ "dmscript::postddf", { - "_index": 9539, + "_index": 9241, "data": { "ref/stable/dmGameObject": {} }, @@ -151956,7 +152353,7 @@ [ "dmscript::postscriptunrefmessage", { - "_index": 9548, + "_index": 9251, "data": { "ref/stable/dmGameObject": {} }, @@ -151966,7 +152363,7 @@ [ "dmscript::pushbuffer", { - "_index": 8787, + "_index": 10851, "data": { "ref/stable/dmScript": {} }, @@ -151976,7 +152373,7 @@ [ "dmscript::pushhash", { - "_index": 8789, + "_index": 10853, "data": { "ref/stable/dmScript": {} }, @@ -151986,7 +152383,7 @@ [ "dmscript::pushmatrix4", { - "_index": 8791, + "_index": 10855, "data": { "ref/stable/dmScript": {} }, @@ -151996,7 +152393,7 @@ [ "dmscript::pushquat", { - "_index": 8793, + "_index": 10857, "data": { "ref/stable/dmScript": {} }, @@ -152006,7 +152403,7 @@ [ "dmscript::pushvector3", { - "_index": 8795, + "_index": 10859, "data": { "ref/stable/dmScript": {} }, @@ -152016,7 +152413,7 @@ [ "dmscript::pushvector4", { - "_index": 8797, + "_index": 10861, "data": { "ref/stable/dmScript": {} }, @@ -152026,7 +152423,7 @@ [ "dmscript::ref", { - "_index": 8799, + "_index": 10863, "data": { "ref/stable/dmScript": {} }, @@ -152036,7 +152433,7 @@ [ "dmscript::setinstance", { - "_index": 8762, + "_index": 10830, "data": { "ref/stable/dmScript": {} }, @@ -152046,7 +152443,7 @@ [ "dmscript::setupcallback", { - "_index": 8802, + "_index": 10866, "data": { "ref/stable/dmScript": {} }, @@ -152056,7 +152453,7 @@ [ "dmscript::teardowncallback", { - "_index": 8805, + "_index": 10868, "data": { "ref/stable/dmScript": {} }, @@ -152066,7 +152463,7 @@ [ "dmscript::tohash", { - "_index": 8807, + "_index": 10870, "data": { "ref/stable/dmScript": {} }, @@ -152076,7 +152473,7 @@ [ "dmscript::tomatrix4", { - "_index": 8809, + "_index": 10872, "data": { "ref/stable/dmScript": {} }, @@ -152086,7 +152483,7 @@ [ "dmscript::toquat", { - "_index": 8810, + "_index": 10873, "data": { "ref/stable/dmScript": {} }, @@ -152096,7 +152493,7 @@ [ "dmscript::tovector3", { - "_index": 8812, + "_index": 10875, "data": { "ref/stable/dmScript": {} }, @@ -152106,7 +152503,7 @@ [ "dmscript::tovector4", { - "_index": 8814, + "_index": 10877, "data": { "ref/stable/dmScript": {} }, @@ -152116,7 +152513,7 @@ [ "dmscript::unref", { - "_index": 8816, + "_index": 10879, "data": { "ref/stable/dmScript": {} }, @@ -152126,7 +152523,7 @@ [ "dmscript::unrefininstance", { - "_index": 9546, + "_index": 9248, "data": { "ref/stable/dmGameObject": {} }, @@ -152136,7 +152533,7 @@ [ "dmsnprintf", { - "_index": 10442, + "_index": 9722, "data": { "ref/stable/dmStringFunc": {} }, @@ -152146,7 +152543,7 @@ [ "dmsocket", { - "_index": 8275, + "_index": 8756, "data": { "ref/stable/dmSSLSocket": {} }, @@ -152156,7 +152553,7 @@ [ "dmsocket::result", { - "_index": 10083, + "_index": 10034, "data": { "ref/stable/dmConnectionPool": {} }, @@ -152166,7 +152563,7 @@ [ "dmsocket::setreceivetimeout", { - "_index": 8274, + "_index": 8755, "data": { "ref/stable/dmSSLSocket": {} }, @@ -152176,7 +152573,7 @@ [ "dmsocket::shutdowntype", { - "_index": 10094, + "_index": 10045, "data": { "ref/stable/dmConnectionPool": {} }, @@ -152186,7 +152583,7 @@ [ "dmsocket::socket", { - "_index": 8276, + "_index": 8758, "data": { "ref/stable/dmConnectionPool": {}, "ref/stable/dmSSLSocket": {} @@ -152197,7 +152594,7 @@ [ "dmspinlock", { - "_index": 8659, + "_index": 8675, "data": { "ref/stable/dmSpinlock": {} }, @@ -152207,7 +152604,7 @@ [ "dmspinlock::init", { - "_index": 8658, + "_index": 8674, "data": { "ref/stable/dmSpinlock": {} }, @@ -152217,7 +152614,7 @@ [ "dmspinlock::lock", { - "_index": 8660, + "_index": 8676, "data": { "ref/stable/dmSpinlock": {} }, @@ -152227,7 +152624,7 @@ [ "dmspinlock::spinlock", { - "_index": 8657, + "_index": 8673, "data": { "ref/stable/dmSpinlock": {} }, @@ -152237,7 +152634,7 @@ [ "dmspinlock::unlock", { - "_index": 8663, + "_index": 8679, "data": { "ref/stable/dmSpinlock": {} }, @@ -152247,7 +152644,7 @@ [ "dmsslsocket", { - "_index": 8278, + "_index": 8761, "data": { "ref/stable/dmSSLSocket": {} }, @@ -152257,7 +152654,7 @@ [ "dmsslsocket::delete", { - "_index": 8277, + "_index": 8760, "data": { "ref/stable/dmSSLSocket": {} }, @@ -152267,7 +152664,7 @@ [ "dmsslsocket::invalid_socket_handle", { - "_index": 8280, + "_index": 8763, "data": { "ref/stable/dmSSLSocket": {} }, @@ -152277,7 +152674,7 @@ [ "dmsslsocket::new", { - "_index": 8282, + "_index": 8766, "data": { "ref/stable/dmSSLSocket": {} }, @@ -152287,7 +152684,7 @@ [ "dmsslsocket::receive", { - "_index": 8285, + "_index": 8771, "data": { "ref/stable/dmSSLSocket": {} }, @@ -152297,7 +152694,7 @@ [ "dmsslsocket::result", { - "_index": 8286, + "_index": 8772, "data": { "ref/stable/dmSSLSocket": {} }, @@ -152307,7 +152704,7 @@ [ "dmsslsocket::send", { - "_index": 8291, + "_index": 8777, "data": { "ref/stable/dmSSLSocket": {} }, @@ -152317,7 +152714,7 @@ [ "dmsslsocket::socket", { - "_index": 8279, + "_index": 8762, "data": { "ref/stable/dmConnectionPool": {}, "ref/stable/dmSSLSocket": {} @@ -152328,7 +152725,7 @@ [ "dmstrcasecmp", { - "_index": 10448, + "_index": 9728, "data": { "ref/stable/dmStringFunc": {} }, @@ -152338,7 +152735,7 @@ [ "dmstrerror", { - "_index": 10451, + "_index": 9733, "data": { "ref/stable/dmStringFunc": {} }, @@ -152348,7 +152745,7 @@ [ "dmstrlcat", { - "_index": 10454, + "_index": 9736, "data": { "ref/stable/dmStringFunc": {} }, @@ -152358,7 +152755,7 @@ [ "dmstrlcpy", { - "_index": 10464, + "_index": 9746, "data": { "ref/stable/dmStringFunc": {} }, @@ -152368,7 +152765,7 @@ [ "dmstrtok", { - "_index": 10466, + "_index": 9748, "data": { "ref/stable/dmStringFunc": {} }, @@ -152378,7 +152775,7 @@ [ "dmsys::result", { - "_index": 7550, + "_index": 9769, "data": { "ref/stable/dmSys": {} }, @@ -152388,7 +152785,7 @@ [ "dmthread", { - "_index": 7651, + "_index": 10306, "data": { "ref/stable/dmThread": {} }, @@ -152398,7 +152795,7 @@ [ "dmthread::alloctls", { - "_index": 7650, + "_index": 10305, "data": { "ref/stable/dmThread": {} }, @@ -152408,7 +152805,7 @@ [ "dmthread::detach", { - "_index": 7653, + "_index": 10308, "data": { "ref/stable/dmThread": {} }, @@ -152418,7 +152815,7 @@ [ "dmthread::freetls", { - "_index": 7654, + "_index": 10309, "data": { "ref/stable/dmThread": {} }, @@ -152428,7 +152825,7 @@ [ "dmthread::getcurrentthread", { - "_index": 7656, + "_index": 10311, "data": { "ref/stable/dmThread": {} }, @@ -152438,7 +152835,7 @@ [ "dmthread::gettlsvalue", { - "_index": 7658, + "_index": 10313, "data": { "ref/stable/dmThread": {} }, @@ -152448,7 +152845,7 @@ [ "dmthread::join", { - "_index": 7660, + "_index": 10315, "data": { "ref/stable/dmThread": {} }, @@ -152458,7 +152855,7 @@ [ "dmthread::new", { - "_index": 7663, + "_index": 10317, "data": { "ref/stable/dmThread": {} }, @@ -152468,7 +152865,7 @@ [ "dmthread::setthreadname", { - "_index": 7664, + "_index": 10318, "data": { "ref/stable/dmThread": {} }, @@ -152478,7 +152875,7 @@ [ "dmthread::settlsvalue", { - "_index": 7666, + "_index": 10320, "data": { "ref/stable/dmThread": {} }, @@ -152488,7 +152885,17 @@ [ "dmtime", { - "_index": 10070, + "_index": 9831, + "data": { + "ref/stable/dmTime": {} + }, + "type": {} + } + ], + [ + "dmtime::getmonotonictime", + { + "_index": 9830, "data": { "ref/stable/dmTime": {} }, @@ -152498,7 +152905,7 @@ [ "dmtime::gettime", { - "_index": 10069, + "_index": 9834, "data": { "ref/stable/dmTime": {} }, @@ -152508,7 +152915,7 @@ [ "dmtime::sleep", { - "_index": 10072, + "_index": 9838, "data": { "ref/stable/dmTime": {} }, @@ -152518,7 +152925,7 @@ [ "dmtransform::transform", { - "_index": 7559, + "_index": 9277, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmTransform": {} @@ -152529,7 +152936,7 @@ [ "dmuri", { - "_index": 7552, + "_index": 8665, "data": { "ref/stable/dmURI": {} }, @@ -152539,7 +152946,7 @@ [ "dmuri::decode", { - "_index": 7551, + "_index": 8664, "data": { "ref/stable/dmURI": {} }, @@ -152549,7 +152956,7 @@ [ "dmuri::encode", { - "_index": 7555, + "_index": 8667, "data": { "ref/stable/dmURI": {} }, @@ -152559,7 +152966,7 @@ [ "dmuri::parse", { - "_index": 7556, + "_index": 8668, "data": { "ref/stable/dmURI": {} }, @@ -152569,7 +152976,7 @@ [ "dmuri::parts", { - "_index": 7557, + "_index": 8669, "data": { "ref/stable/dmURI": {} }, @@ -152579,7 +152986,7 @@ [ "dmuri::result", { - "_index": 7558, + "_index": 8670, "data": { "ref/stable/dmURI": {} }, @@ -152589,7 +152996,7 @@ [ "dmvmath::matrix", { - "_index": 7577, + "_index": 9849, "data": { "ref/stable/dmTransform": {} }, @@ -152599,7 +153006,7 @@ [ "dmvmath::matrix4", { - "_index": 8644, + "_index": 9438, "data": { "ref/stable/dmIntersection": {}, "ref/stable/dmScript": {} @@ -152610,7 +153017,7 @@ [ "dmvmath::point3", { - "_index": 7504, + "_index": 8150, "data": { "ref/stable/dmGui": {}, "ref/stable/dmIntersection": {}, @@ -152623,7 +153030,7 @@ [ "dmvmath::quat", { - "_index": 7567, + "_index": 9357, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmScript": {}, @@ -152635,7 +153042,7 @@ [ "dmvmath::vector3", { - "_index": 7561, + "_index": 8151, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmGui": {}, @@ -152649,7 +153056,7 @@ [ "dmvmath::vector4", { - "_index": 7475, + "_index": 8062, "data": { "ref/stable/dmGameSystem": {}, "ref/stable/dmGui": {}, @@ -152663,7 +153070,7 @@ [ "dmwebserver::hserver", { - "_index": 6773, + "_index": 8011, "data": { "ref/stable/dmEngine": {} }, @@ -152673,7 +153080,7 @@ [ "dname", { - "_index": 5406, + "_index": 6054, "data": { "manuals/android": {} }, @@ -152683,7 +153090,7 @@ [ "dns", { - "_index": 2075, + "_index": 1058, "data": { "manuals/extensions-defold-sdk": {}, "ref/stable/socket": {} @@ -152694,7 +153101,7 @@ [ "do", { - "_index": 469, + "_index": 636, "data": { "assets/panthera": {}, "examples/basics/parent_child": {}, @@ -152762,7 +153169,7 @@ [ "docker", { - "_index": 1349, + "_index": 4003, "data": { "manuals/extender-docker-images": {}, "manuals/extender-local-setup": {} @@ -152773,7 +153180,7 @@ [ "docker.pkg.dev", { - "_index": 1400, + "_index": 4030, "data": { "manuals/extender-local-setup": {} }, @@ -152783,7 +153190,7 @@ [ "docker.pkg.dev/extender", { - "_index": 1407, + "_index": 4036, "data": { "manuals/extender-docker-images": {}, "manuals/extender-local-setup": {} @@ -152794,7 +153201,7 @@ [ "docset", { - "_index": 6606, + "_index": 6581, "data": { "assets/dashdocsetfordefold": {} }, @@ -152804,7 +153211,7 @@ [ "document", { - "_index": 4105, + "_index": 2432, "data": { "manuals/test": {}, "manuals/zerobrane": {} @@ -152815,7 +153222,7 @@ [ "document.createelement", { - "_index": 5028, + "_index": 4635, "data": { "manuals/extensions-manifest-merge-tool": {} }, @@ -152825,7 +153232,7 @@ [ "document.head.appendchild", { - "_index": 5033, + "_index": 4640, "data": { "manuals/extensions-manifest-merge-tool": {} }, @@ -152835,7 +153242,7 @@ [ "documentation", { - "_index": 555, + "_index": 1638, "data": { "assets/dashdocsetfordefold": {}, "manuals/app-manifest": {}, @@ -152857,7 +153264,7 @@ [ "documented", { - "_index": 2764, + "_index": 4136, "data": { "manuals/application-security": {}, "manuals/bundling": {}, @@ -152869,7 +153276,7 @@ [ "documents", { - "_index": 5129, + "_index": 3675, "data": { "manuals/file-access": {} }, @@ -152879,7 +153286,7 @@ [ "dodge", { - "_index": 3080, + "_index": 352, "data": { "manuals/flipbook-animation": {}, "manuals/gui": {} @@ -152890,7 +153297,7 @@ [ "dodge_idle", { - "_index": 3084, + "_index": 2483, "data": { "manuals/flipbook-animation": {} }, @@ -152900,7 +153307,7 @@ [ "dodging", { - "_index": 3085, + "_index": 2484, "data": { "manuals/flipbook-animation": {} }, @@ -152910,7 +153317,7 @@ [ "doens't", { - "_index": 8400, + "_index": 9599, "data": { "ref/stable/sys": {} }, @@ -152920,7 +153327,7 @@ [ "does", { - "_index": 792, + "_index": 510, "data": { "assets/compat53": {}, "manuals/addressing": {}, @@ -152994,7 +153401,7 @@ [ "doesn't", { - "_index": 27, + "_index": 709, "data": { "examples/render/orbit_camera": {}, "manuals/debugging-native-code": {}, @@ -153016,7 +153423,7 @@ [ "doesn\u2019t", { - "_index": 2698, + "_index": 4211, "data": { "assets/truetilecollisions": {}, "manuals/application-security": {}, @@ -153028,7 +153435,7 @@ [ "dofile", { - "_index": 10403, + "_index": 10690, "data": { "ref/stable/base": {} }, @@ -153038,7 +153445,7 @@ [ "doing", { - "_index": 2645, + "_index": 265, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/bundling": {}, @@ -153058,7 +153465,7 @@ [ "dom", { - "_index": 6836, + "_index": 10202, "data": { "ref/stable/html5": {} }, @@ -153068,7 +153475,7 @@ [ "domain", { - "_index": 3051, + "_index": 5033, "data": { "manuals/live-update-aws": {}, "ref/stable/dmSocket": {} @@ -153079,7 +153486,7 @@ [ "domains", { - "_index": 3054, + "_index": 5035, "data": { "manuals/live-update-aws": {} }, @@ -153089,7 +153496,7 @@ [ "don't", { - "_index": 509, + "_index": 1432, "data": { "manuals/addressing": {}, "manuals/android": {}, @@ -153118,7 +153525,7 @@ [ "done", { - "_index": 416, + "_index": 1871, "data": { "examples/file/sys_save_load": {}, "manuals/addressing": {}, @@ -153159,7 +153566,7 @@ [ "dontroute", { - "_index": 8121, + "_index": 10502, "data": { "ref/stable/socket": {} }, @@ -153169,7 +153576,7 @@ [ "donut", { - "_index": 4360, + "_index": 5537, "data": { "manuals/gui-clipping": {} }, @@ -153179,7 +153586,7 @@ [ "don\u2019t", { - "_index": 5650, + "_index": 2159, "data": { "manuals/glossary": {}, "manuals/optimization-size": {} @@ -153190,7 +153597,7 @@ [ "dosomething", { - "_index": 2297, + "_index": 840, "data": { "manuals/html5": {} }, @@ -153200,11 +153607,12 @@ [ "dot", { - "_index": 4387, + "_index": 3709, "data": { "manuals/editor-scripts": {}, "manuals/project-settings": {}, "ref/stable/dmVMath": {}, + "ref/stable/editor": {}, "ref/stable/gui": {}, "ref/stable/package": {}, "ref/stable/vmath": {} @@ -153215,7 +153623,7 @@ [ "dots", { - "_index": 10418, + "_index": 10705, "data": { "ref/stable/base": {} }, @@ -153225,7 +153633,7 @@ [ "double", { - "_index": 448, + "_index": 819, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/editor": {}, @@ -153251,7 +153659,7 @@ [ "doubly", { - "_index": 8233, + "_index": 10607, "data": { "ref/stable/socket": {} }, @@ -153261,7 +153669,7 @@ [ "down", { - "_index": 1491, + "_index": 522, "data": { "assets/defold-tile-raycast": {}, "examples/movement/look_at": {}, @@ -153300,7 +153708,7 @@ [ "download", { - "_index": 1367, + "_index": 2054, "data": { "assets/facebookinstantgames": {}, "assets/firebase-remoteconfig": {}, @@ -153328,7 +153736,7 @@ [ "download_archive", { - "_index": 5797, + "_index": 3959, "data": { "manuals/live-update-scripting": {} }, @@ -153338,7 +153746,7 @@ [ "download_path", { - "_index": 5800, + "_index": 3962, "data": { "manuals/live-update-scripting": {} }, @@ -153348,7 +153756,7 @@ [ "downloadable", { - "_index": 2873, + "_index": 4222, "data": { "manuals/application-security": {} }, @@ -153358,7 +153766,7 @@ [ "downloaded", { - "_index": 2216, + "_index": 693, "data": { "manuals/application-security": {}, "manuals/camera": {}, @@ -153374,7 +153782,7 @@ [ "downloaded/updated", { - "_index": 5889, + "_index": 2340, "data": { "manuals/working-offline": {} }, @@ -153384,7 +153792,7 @@ [ "downloading", { - "_index": 1381, + "_index": 4016, "data": { "manuals/extender-local-setup": {} }, @@ -153394,7 +153802,7 @@ [ "downloads", { - "_index": 1825, + "_index": 3321, "data": { "manuals/live-update": {}, "manuals/live-update-scripting": {} @@ -153405,7 +153813,7 @@ [ "downsampling", { - "_index": 6262, + "_index": 6328, "data": { "assets/derez": {} }, @@ -153415,7 +153823,7 @@ [ "downscale", { - "_index": 2271, + "_index": 800, "data": { "manuals/html5": {} }, @@ -153425,7 +153833,7 @@ [ "downside", { - "_index": 5294, + "_index": 5493, "data": { "manuals/editor-scripts": {} }, @@ -153435,7 +153843,7 @@ [ "downwards", { - "_index": 6210, + "_index": 6136, "data": { "examples/particles/confetti": {} }, @@ -153445,7 +153853,7 @@ [ "dozens", { - "_index": 5394, + "_index": 4721, "data": { "manuals/collection-proxy": {} }, @@ -153455,7 +153863,7 @@ [ "dpfail", { - "_index": 7976, + "_index": 8624, "data": { "ref/stable/render": {} }, @@ -153465,7 +153873,7 @@ [ "dpi", { - "_index": 2270, + "_index": 798, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/html5": {} @@ -153476,7 +153884,7 @@ [ "dppass", { - "_index": 7975, + "_index": 8623, "data": { "ref/stable/render": {} }, @@ -153486,7 +153894,7 @@ [ "dr", { - "_index": 7892, + "_index": 8551, "data": { "ref/stable/render": {} }, @@ -153496,7 +153904,7 @@ [ "dr,dg,db,da", { - "_index": 7855, + "_index": 8528, "data": { "ref/stable/render": {} }, @@ -153506,7 +153914,7 @@ [ "drag", { - "_index": 2178, + "_index": 1214, "data": { "examples/gui/drag": {}, "examples/particles/confetti": {}, @@ -153523,7 +153931,7 @@ [ "dragged", { - "_index": 4563, + "_index": 6009, "data": { "examples/gui/drag": {}, "manuals/building-blocks": {} @@ -153534,7 +153942,7 @@ [ "dragging", { - "_index": 3238, + "_index": 535, "data": { "assets/tactxstudios": {}, "examples/basics/parent_child": {}, @@ -153550,7 +153958,7 @@ [ "dragging/clicking", { - "_index": 6669, + "_index": 6293, "data": { "assets/defoldinput": {} }, @@ -153560,7 +153968,7 @@ [ "drags", { - "_index": 6213, + "_index": 6142, "data": { "examples/particles/modifiers": {} }, @@ -153570,7 +153978,7 @@ [ "draw", { - "_index": 983, + "_index": 289, "data": { "assets/drawpixels": {}, "assets/tilesetter": {}, @@ -153595,7 +154003,7 @@ [ "draw_debug3d", { - "_index": 7809, + "_index": 8490, "data": { "ref/stable/render": {} }, @@ -153605,7 +154013,7 @@ [ "draw_debug_text", { - "_index": 4586, + "_index": 5861, "data": { "manuals/debugging-game-logic": {}, "ref/stable/render": {} @@ -153616,7 +154024,7 @@ [ "draw_line", { - "_index": 3718, + "_index": 1844, "data": { "manuals/debugging-game-logic": {}, "manuals/render": {}, @@ -153628,7 +154036,7 @@ [ "draw_text", { - "_index": 3726, + "_index": 1854, "data": { "manuals/debugging-game-logic": {}, "manuals/render": {} @@ -153639,7 +154047,7 @@ [ "drawback", { - "_index": 3363, + "_index": 5140, "data": { "manuals/flash": {} }, @@ -153649,7 +154057,7 @@ [ "drawing", { - "_index": 3631, + "_index": 293, "data": { "assets/defgraph": {}, "assets/drawpixels": {}, @@ -153663,7 +154071,7 @@ [ "drawn", { - "_index": 3613, + "_index": 499, "data": { "manuals/debugging-game-logic": {}, "manuals/glossary": {}, @@ -153680,7 +154088,7 @@ [ "drawpixels", { - "_index": 6752, + "_index": 6572, "data": { "assets/drawpixels": {} }, @@ -153690,7 +154098,7 @@ [ "draws", { - "_index": 2908, + "_index": 1452, "data": { "assets/derez": {}, "manuals/editor-scripts-ui": {}, @@ -153704,7 +154112,7 @@ [ "drive", { - "_index": 399, + "_index": 2969, "data": { "manuals/caching-assets": {}, "manuals/debugging-native-code-android": {}, @@ -153719,7 +154127,7 @@ [ "driven", { - "_index": 4327, + "_index": 4572, "data": { "assets/def-behavior-tree": {}, "assets/defold-polyglot": {}, @@ -153733,7 +154141,7 @@ [ "driver", { - "_index": 886, + "_index": 2387, "data": { "manuals/dev-app": {}, "manuals/hot-reload": {}, @@ -153748,7 +154156,7 @@ [ "driving", { - "_index": 5737, + "_index": 3815, "data": { "manuals/sprite": {} }, @@ -153758,7 +154166,7 @@ [ "drone", { - "_index": 2617, + "_index": 4331, "data": { "manuals/factory": {} }, @@ -153768,7 +154176,7 @@ [ "drone.script", { - "_index": 2623, + "_index": 4337, "data": { "manuals/factory": {} }, @@ -153778,7 +154186,7 @@ [ "drone_dead", { - "_index": 2621, + "_index": 4335, "data": { "manuals/factory": {} }, @@ -153788,7 +154196,7 @@ [ "drone_position", { - "_index": 2620, + "_index": 4334, "data": { "manuals/factory": {} }, @@ -153798,7 +154206,7 @@ [ "dronefactory", { - "_index": 2619, + "_index": 4333, "data": { "manuals/factory": {} }, @@ -153808,7 +154216,7 @@ [ "drop", { - "_index": 3453, + "_index": 2991, "data": { "manuals/android": {}, "manuals/editor": {}, @@ -153823,7 +154231,7 @@ [ "dropdown", { - "_index": 1804, + "_index": 1404, "data": { "manuals/editor-scripts-ui": {}, "manuals/gui-layouts": {}, @@ -153838,7 +154246,7 @@ [ "dropping", { - "_index": 4562, + "_index": 6008, "data": { "assets/tactxstudios": {}, "manuals/building-blocks": {} @@ -153849,7 +154257,7 @@ [ "drops", { - "_index": 8240, + "_index": 10612, "data": { "ref/stable/socket": {} }, @@ -153859,7 +154267,7 @@ [ "druid", { - "_index": 6332, + "_index": 6733, "data": { "assets/druid": {} }, @@ -153869,7 +154277,7 @@ [ "drwxr", { - "_index": 4232, + "_index": 3279, "data": { "manuals/bob": {} }, @@ -153879,7 +154287,7 @@ [ "dsfonts", { - "_index": 6310, + "_index": 6631, "data": { "assets/dsfonts": {} }, @@ -153889,7 +154297,7 @@ [ "dst", { - "_index": 10310, + "_index": 6914, "data": { "ref/stable/dmGraphics": {}, "ref/stable/dmStringFunc": {} @@ -153900,7 +154308,7 @@ [ "dsym", { - "_index": 4804, + "_index": 4893, "data": { "manuals/debugging-native-code": {}, "manuals/debugging-native-code-ios": {} @@ -153911,7 +154319,7 @@ [ "dsym/contents/resources/dwarf", { - "_index": 6081, + "_index": 4900, "data": { "manuals/debugging-native-code-ios": {} }, @@ -153921,7 +154329,7 @@ [ "dsym/contents/resources/dwarf/dmengine", { - "_index": 6080, + "_index": 4899, "data": { "manuals/debugging-native-code-ios": {} }, @@ -153931,7 +154339,7 @@ [ "dsymutil", { - "_index": 6092, + "_index": 4914, "data": { "manuals/debugging-native-code-ios": {} }, @@ -153941,7 +154349,7 @@ [ "dt", { - "_index": 1588, + "_index": 1011, "data": { "manuals/collection-proxy": {}, "manuals/hot-reload": {}, @@ -153962,7 +154370,7 @@ [ "due", { - "_index": 1176, + "_index": 2783, "data": { "assets/editor-script-align": {}, "assets/editor-script-distribute": {}, @@ -153979,7 +154387,7 @@ [ "dummy", { - "_index": 8241, + "_index": 10613, "data": { "ref/stable/socket": {} }, @@ -153989,7 +154397,7 @@ [ "dump", { - "_index": 4280, + "_index": 4915, "data": { "manuals/debugging-native-code-android": {}, "manuals/debugging-native-code-ios": {}, @@ -154003,7 +154411,7 @@ [ "dumps", { - "_index": 4089, + "_index": 4288, "data": { "manuals/profiling": {} }, @@ -154013,7 +154421,7 @@ [ "dungeon", { - "_index": 2167, + "_index": 4491, "data": { "manuals/input-mouse-and-touch": {} }, @@ -154023,7 +154431,7 @@ [ "duplex", { - "_index": 8116, + "_index": 10497, "data": { "ref/stable/socket": {} }, @@ -154033,7 +154441,7 @@ [ "duplicate", { - "_index": 8151, + "_index": 10530, "data": { "ref/stable/socket": {} }, @@ -154043,7 +154451,7 @@ [ "duplicated", { - "_index": 5124, + "_index": 5223, "data": { "manuals/lua": {} }, @@ -154053,7 +154461,7 @@ [ "duplicates", { - "_index": 2456, + "_index": 2830, "data": { "manuals/atlas": {} }, @@ -154063,7 +154471,7 @@ [ "duration", { - "_index": 982, + "_index": 1149, "data": { "examples/animation/cursor": {}, "manuals/particlefx": {}, @@ -154078,7 +154486,7 @@ [ "during", { - "_index": 624, + "_index": 1661, "data": { "examples/render/orbit_camera": {}, "manuals/app-manifest": {}, @@ -154116,7 +154524,7 @@ [ "dwarf", { - "_index": 10873, + "_index": 10298, "data": { "ref/stable/profiler": {} }, @@ -154126,7 +154534,7 @@ [ "dwarfdump", { - "_index": 6098, + "_index": 4923, "data": { "manuals/debugging-native-code-ios": {} }, @@ -154136,7 +154544,7 @@ [ "dx", { - "_index": 7221, + "_index": 7965, "data": { "ref/stable/dmHid": {}, "ref/stable/go": {}, @@ -154148,7 +154556,7 @@ [ "dy", { - "_index": 7222, + "_index": 7966, "data": { "ref/stable/dmHid": {}, "ref/stable/go": {}, @@ -154160,7 +154568,7 @@ [ "dyld", { - "_index": 5349, + "_index": 5828, "data": { "manuals/macos": {} }, @@ -154170,7 +154578,7 @@ [ "dynamic", { - "_index": 677, + "_index": 146, "data": { "assets/daabbcc": {}, "examples/factory/dynamic": {}, @@ -154210,7 +154618,7 @@ [ "dynamically", { - "_index": 634, + "_index": 2507, "data": { "examples/factory/bullets": {}, "manuals/building-blocks": {}, @@ -154235,7 +154643,7 @@ [ "dynamics", { - "_index": 2931, + "_index": 5259, "data": { "manuals/compute": {} }, @@ -154245,7 +154653,7 @@ [ "dz", { - "_index": 7933, + "_index": 8591, "data": { "ref/stable/render": {} }, @@ -154255,7 +154663,7 @@ [ "e", { - "_index": 4174, + "_index": 3204, "data": { "assets/tactxstudios": {}, "manuals/bob": {}, @@ -154270,7 +154678,7 @@ [ "e.g", { - "_index": 1166, + "_index": 1202, "data": { "manuals/atlas": {}, "manuals/bundling": {}, @@ -154313,7 +154721,7 @@ [ "ea", { - "_index": 4176, + "_index": 3206, "data": { "manuals/bob": {} }, @@ -154323,7 +154731,7 @@ [ "each", { - "_index": 149, + "_index": 122, "data": { "examples/gui/healthbar": {}, "examples/particles/fire_and_smoke": {}, @@ -154423,7 +154831,7 @@ [ "eaglcontext", { - "_index": 10201, + "_index": 6798, "data": { "ref/stable/dmGraphics": {} }, @@ -154433,7 +154841,7 @@ [ "early", { - "_index": 2793, + "_index": 1506, "data": { "manuals/application-security": {}, "manuals/editor-scripts-ui": {}, @@ -154445,7 +154853,7 @@ [ "easier", { - "_index": 3079, + "_index": 2478, "data": { "assets/compat53": {}, "manuals/flipbook-animation": {}, @@ -154457,7 +154865,7 @@ [ "easiest", { - "_index": 2702, + "_index": 3556, "data": { "manuals/modules": {}, "manuals/sound": {} @@ -154468,7 +154876,7 @@ [ "easily", { - "_index": 1636, + "_index": 1655, "data": { "assets/def-behavior-tree": {}, "assets/defarc": {}, @@ -154502,7 +154910,7 @@ [ "easing", { - "_index": 517, + "_index": 3776, "data": { "examples/animation/easing": {}, "manuals/flash": {}, @@ -154517,7 +154925,7 @@ [ "easing_inback", { - "_index": 8964, + "_index": 7638, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154528,7 +154936,7 @@ [ "easing_inbounce", { - "_index": 8966, + "_index": 7639, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154539,7 +154947,7 @@ [ "easing_incirc", { - "_index": 8968, + "_index": 7640, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154550,7 +154958,7 @@ [ "easing_incubic", { - "_index": 8971, + "_index": 7642, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154561,7 +154969,7 @@ [ "easing_inelastic", { - "_index": 8974, + "_index": 7644, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154572,7 +154980,7 @@ [ "easing_inexpo", { - "_index": 8977, + "_index": 7646, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154583,7 +154991,7 @@ [ "easing_inoutback", { - "_index": 8980, + "_index": 7648, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154594,7 +155002,7 @@ [ "easing_inoutbounce", { - "_index": 8982, + "_index": 7649, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154605,7 +155013,7 @@ [ "easing_inoutcirc", { - "_index": 8984, + "_index": 7650, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154616,7 +155024,7 @@ [ "easing_inoutcubic", { - "_index": 8986, + "_index": 7651, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154627,7 +155035,7 @@ [ "easing_inoutelastic", { - "_index": 8988, + "_index": 7652, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154638,7 +155046,7 @@ [ "easing_inoutexpo", { - "_index": 8990, + "_index": 7653, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154649,7 +155057,7 @@ [ "easing_inoutquad", { - "_index": 8991, + "_index": 7654, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154660,7 +155068,7 @@ [ "easing_inoutquart", { - "_index": 8994, + "_index": 7656, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154671,7 +155079,7 @@ [ "easing_inoutquint", { - "_index": 8997, + "_index": 7658, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154682,7 +155090,7 @@ [ "easing_inoutsine", { - "_index": 9000, + "_index": 7660, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154693,7 +155101,7 @@ [ "easing_inquad", { - "_index": 9003, + "_index": 7661, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154704,7 +155112,7 @@ [ "easing_inquart", { - "_index": 9005, + "_index": 7662, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154715,7 +155123,7 @@ [ "easing_inquint", { - "_index": 9007, + "_index": 7663, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154726,7 +155134,7 @@ [ "easing_insine", { - "_index": 9009, + "_index": 7664, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154737,7 +155145,7 @@ [ "easing_linear", { - "_index": 9010, + "_index": 7665, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154748,7 +155156,7 @@ [ "easing_outback", { - "_index": 9012, + "_index": 7666, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154759,7 +155167,7 @@ [ "easing_outbounce", { - "_index": 9014, + "_index": 7667, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154770,7 +155178,7 @@ [ "easing_outcirc", { - "_index": 9016, + "_index": 7668, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154781,7 +155189,7 @@ [ "easing_outcubic", { - "_index": 9018, + "_index": 7669, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154792,7 +155200,7 @@ [ "easing_outelastic", { - "_index": 9020, + "_index": 7670, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154803,7 +155211,7 @@ [ "easing_outexpo", { - "_index": 9022, + "_index": 7671, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154814,7 +155222,7 @@ [ "easing_outinback", { - "_index": 9024, + "_index": 7672, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154825,7 +155233,7 @@ [ "easing_outinbounce", { - "_index": 9026, + "_index": 7673, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154836,7 +155244,7 @@ [ "easing_outincirc", { - "_index": 9028, + "_index": 7674, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154847,7 +155255,7 @@ [ "easing_outincubic", { - "_index": 9030, + "_index": 7675, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154858,7 +155266,7 @@ [ "easing_outinelastic", { - "_index": 9032, + "_index": 7676, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154869,7 +155277,7 @@ [ "easing_outinexpo", { - "_index": 9034, + "_index": 7677, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154880,7 +155288,7 @@ [ "easing_outinquad", { - "_index": 9036, + "_index": 7678, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154891,7 +155299,7 @@ [ "easing_outinquart", { - "_index": 9038, + "_index": 7679, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154902,7 +155310,7 @@ [ "easing_outinquint", { - "_index": 9040, + "_index": 7680, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154913,7 +155321,7 @@ [ "easing_outinsine", { - "_index": 9042, + "_index": 7681, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154924,7 +155332,7 @@ [ "easing_outquad", { - "_index": 9044, + "_index": 7682, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154935,7 +155343,7 @@ [ "easing_outquart", { - "_index": 9046, + "_index": 7683, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154946,7 +155354,7 @@ [ "easing_outquint", { - "_index": 9048, + "_index": 7684, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154957,7 +155365,7 @@ [ "easing_outsine", { - "_index": 9050, + "_index": 7685, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -154968,7 +155376,7 @@ [ "east", { - "_index": 84, + "_index": 365, "data": { "examples/gui/healthbar": {}, "manuals/gui": {}, @@ -154982,7 +155390,7 @@ [ "easy", { - "_index": 412, + "_index": 567, "data": { "assets/defold-index": {}, "assets/deftimeline": {}, @@ -155017,7 +155425,7 @@ [ "eating", { - "_index": 5107, + "_index": 5206, "data": { "manuals/lua": {} }, @@ -155027,7 +155435,7 @@ [ "echo", { - "_index": 1437, + "_index": 4061, "data": { "manuals/extender-local-setup": {} }, @@ -155037,7 +155445,7 @@ [ "ecs", { - "_index": 6323, + "_index": 6611, "data": { "assets/tinyecs": {} }, @@ -155047,7 +155455,7 @@ [ "edge", { - "_index": 1750, + "_index": 477, "data": { "manuals/atlas": {}, "manuals/compute": {}, @@ -155065,7 +155473,7 @@ [ "edges", { - "_index": 3873, + "_index": 301, "data": { "manuals/editor-scripts-ui": {}, "manuals/gui": {}, @@ -155080,7 +155488,7 @@ [ "edit", { - "_index": 2344, + "_index": 2121, "data": { "assets/defoldpolygoneditor": {}, "assets/editor-script-align": {}, @@ -155106,7 +155514,7 @@ [ "editable", { - "_index": 5161, + "_index": 5365, "data": { "manuals/editor-scripts": {} }, @@ -155116,7 +155524,7 @@ [ "edited", { - "_index": 2653, + "_index": 1213, "data": { "manuals/editor": {}, "manuals/editor-preferences": {}, @@ -155131,7 +155539,7 @@ [ "editing", { - "_index": 2652, + "_index": 65, "data": { "manuals/android": {}, "manuals/editor": {}, @@ -155151,7 +155559,7 @@ [ "editions", { - "_index": 5081, + "_index": 5178, "data": { "manuals/lua": {} }, @@ -155161,7 +155569,7 @@ [ "editor", { - "_index": 633, + "_index": 49, "data": { "assets/defold-index": {}, "assets/defoldpolygoneditor": {}, @@ -155244,7 +155652,7 @@ [ "editor's", { - "_index": 1482, + "_index": 2986, "data": { "manuals/android": {}, "manuals/editor-scripts": {}, @@ -155257,7 +155665,7 @@ [ "editor.autoactivate", { - "_index": 5003, + "_index": 2470, "data": { "manuals/zerobrane": {} }, @@ -155267,7 +155675,7 @@ [ "editor.bob", { - "_index": 10634, + "_index": 8815, "data": { "ref/stable/editor": {} }, @@ -155277,7 +155685,7 @@ [ "editor.can_get", { - "_index": 5168, + "_index": 5372, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -155288,7 +155696,7 @@ [ "editor.can_set", { - "_index": 5169, + "_index": 5373, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -155299,7 +155707,7 @@ [ "editor.create_directory", { - "_index": 5175, + "_index": 5379, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -155310,7 +155718,7 @@ [ "editor.css", { - "_index": 3114, + "_index": 2401, "data": { "manuals/editor-styling": {} }, @@ -155320,7 +155728,7 @@ [ "editor.delete_directory", { - "_index": 5178, + "_index": 5382, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -155331,7 +155739,7 @@ [ "editor.editor_sha1", { - "_index": 5156, + "_index": 5359, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -155342,7 +155750,7 @@ [ "editor.engine_sha1", { - "_index": 5155, + "_index": 5358, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -155353,7 +155761,7 @@ [ "editor.execute", { - "_index": 5137, + "_index": 5342, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -155364,7 +155772,7 @@ [ "editor.external_file_attributes", { - "_index": 10649, + "_index": 8833, "data": { "ref/stable/editor": {} }, @@ -155374,7 +155782,7 @@ [ "editor.get", { - "_index": 5157, + "_index": 5360, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -155385,7 +155793,7 @@ [ "editor.platform", { - "_index": 5152, + "_index": 5356, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -155396,7 +155804,7 @@ [ "editor.prefs", { - "_index": 5180, + "_index": 5384, "data": { "manuals/editor-scripts": {} }, @@ -155406,9 +155814,30 @@ [ "editor.prefs.get", { - "_index": 5264, + "_index": 5467, "data": { - "manuals/editor-scripts": {} + "manuals/editor-scripts": {}, + "ref/stable/editor": {} + }, + "type": {} + } + ], + [ + "editor.prefs.schema.array", + { + "_index": 8838, + "data": { + "ref/stable/editor": {} + }, + "type": {} + } + ], + [ + "editor.prefs.schema.boolean", + { + "_index": 8845, + "data": { + "ref/stable/editor": {} }, "type": {} } @@ -155416,9 +155845,10 @@ [ "editor.prefs.schema.enum", { - "_index": 5262, + "_index": 5465, "data": { - "manuals/editor-scripts": {} + "manuals/editor-scripts": {}, + "ref/stable/editor": {} }, "type": {} } @@ -155426,9 +155856,60 @@ [ "editor.prefs.schema.integer", { - "_index": 5259, + "_index": 5462, "data": { - "manuals/editor-scripts": {} + "manuals/editor-scripts": {}, + "ref/stable/editor": {} + }, + "type": {} + } + ], + [ + "editor.prefs.schema.keyword", + { + "_index": 8850, + "data": { + "ref/stable/editor": {} + }, + "type": {} + } + ], + [ + "editor.prefs.schema.number", + { + "_index": 8853, + "data": { + "ref/stable/editor": {} + }, + "type": {} + } + ], + [ + "editor.prefs.schema.object", + { + "_index": 8855, + "data": { + "ref/stable/editor": {} + }, + "type": {} + } + ], + [ + "editor.prefs.schema.object_of", + { + "_index": 8860, + "data": { + "ref/stable/editor": {} + }, + "type": {} + } + ], + [ + "editor.prefs.schema.set", + { + "_index": 8865, + "data": { + "ref/stable/editor": {} }, "type": {} } @@ -155436,9 +155917,30 @@ [ "editor.prefs.schema.string", { - "_index": 5257, + "_index": 5460, "data": { - "manuals/editor-scripts": {} + "manuals/editor-scripts": {}, + "ref/stable/editor": {} + }, + "type": {} + } + ], + [ + "editor.prefs.schema.tuple", + { + "_index": 8869, + "data": { + "ref/stable/editor": {} + }, + "type": {} + } + ], + [ + "editor.prefs.scope.global", + { + "_index": 8843, + "data": { + "ref/stable/editor": {} }, "type": {} } @@ -155446,9 +155948,10 @@ [ "editor.prefs.scope.project", { - "_index": 5260, + "_index": 5463, "data": { - "manuals/editor-scripts": {} + "manuals/editor-scripts": {}, + "ref/stable/editor": {} }, "type": {} } @@ -155456,9 +155959,10 @@ [ "editor.prefs.set", { - "_index": 5268, + "_index": 5471, "data": { - "manuals/editor-scripts": {} + "manuals/editor-scripts": {}, + "ref/stable/editor": {} }, "type": {} } @@ -155466,7 +155970,7 @@ [ "editor.resource_attributes", { - "_index": 10653, + "_index": 8872, "data": { "ref/stable/editor": {} }, @@ -155476,7 +155980,7 @@ [ "editor.save", { - "_index": 5275, + "_index": 5478, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -155487,7 +155991,7 @@ [ "editor.transact", { - "_index": 5187, + "_index": 5391, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -155498,7 +156002,7 @@ [ "editor.tx", { - "_index": 10661, + "_index": 8880, "data": { "ref/stable/editor": {} }, @@ -155508,7 +156012,7 @@ [ "editor.tx.set", { - "_index": 5173, + "_index": 5377, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -155519,7 +156023,7 @@ [ "editor.ui", { - "_index": 3847, + "_index": 1268, "data": { "manuals/editor-scripts-ui": {} }, @@ -155529,7 +156033,7 @@ [ "editor.ui.alignment.bottom", { - "_index": 10665, + "_index": 8884, "data": { "ref/stable/editor": {} }, @@ -155539,7 +156043,7 @@ [ "editor.ui.alignment.bottom_left", { - "_index": 10666, + "_index": 8885, "data": { "ref/stable/editor": {} }, @@ -155549,7 +156053,7 @@ [ "editor.ui.alignment.bottom_right", { - "_index": 10668, + "_index": 8887, "data": { "ref/stable/editor": {} }, @@ -155559,7 +156063,7 @@ [ "editor.ui.alignment.center", { - "_index": 3913, + "_index": 1392, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -155570,7 +156074,7 @@ [ "editor.ui.alignment.left", { - "_index": 3989, + "_index": 1530, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -155581,7 +156085,7 @@ [ "editor.ui.alignment.right", { - "_index": 3865, + "_index": 1316, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -155592,7 +156096,7 @@ [ "editor.ui.alignment.top", { - "_index": 10670, + "_index": 8889, "data": { "ref/stable/editor": {} }, @@ -155602,7 +156106,7 @@ [ "editor.ui.alignment.top_left", { - "_index": 10671, + "_index": 8890, "data": { "ref/stable/editor": {} }, @@ -155612,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": 10687, + "_index": 8906, "data": { "ref/stable/editor": {} }, @@ -155622,7 +156126,7 @@ [ "editor.ui.alignment.top_right", { - "_index": 10673, + "_index": 8892, "data": { "ref/stable/editor": {} }, @@ -155632,7 +156136,7 @@ [ "editor.ui.button", { - "_index": 10675, + "_index": 8894, "data": { "ref/stable/editor": {} }, @@ -155642,7 +156146,7 @@ [ "editor.ui.check_box", { - "_index": 10692, + "_index": 8911, "data": { "ref/stable/editor": {} }, @@ -155652,7 +156156,7 @@ [ "editor.ui.color.error", { - "_index": 10704, + "_index": 8923, "data": { "ref/stable/editor": {} }, @@ -155662,7 +156166,7 @@ [ "editor.ui.color.hint", { - "_index": 10705, + "_index": 8924, "data": { "ref/stable/editor": {} }, @@ -155672,7 +156176,7 @@ [ "editor.ui.color.override", { - "_index": 10706, + "_index": 8925, "data": { "ref/stable/editor": {} }, @@ -155682,7 +156186,7 @@ [ "editor.ui.color.text", { - "_index": 10707, + "_index": 8926, "data": { "ref/stable/editor": {} }, @@ -155692,7 +156196,7 @@ [ "editor.ui.color.texteditor.ui.color.hinteditor.ui.color.overrideeditor.ui.color.warningeditor.ui.color.errortooltip", { - "_index": 10779, + "_index": 8999, "data": { "ref/stable/editor": {} }, @@ -155702,7 +156206,7 @@ [ "editor.ui.color.texteditor.ui.color.hinteditor.ui.color.overrideeditor.ui.color.warningeditor.ui.color.errorword_wrap", { - "_index": 10750, + "_index": 8970, "data": { "ref/stable/editor": {} }, @@ -155712,7 +156216,7 @@ [ "editor.ui.color.warning", { - "_index": 10708, + "_index": 8927, "data": { "ref/stable/editor": {} }, @@ -155722,7 +156226,7 @@ [ "editor.ui.component", { - "_index": 3954, + "_index": 1462, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -155733,7 +156237,7 @@ [ "editor.ui.dialog", { - "_index": 3852, + "_index": 1277, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -155744,7 +156248,7 @@ [ "editor.ui.dialog_button", { - "_index": 3853, + "_index": 1280, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -155755,7 +156259,7 @@ [ "editor.ui.external_file_field", { - "_index": 10725, + "_index": 8944, "data": { "ref/stable/editor": {} }, @@ -155765,7 +156269,7 @@ [ "editor.ui.grid", { - "_index": 3889, + "_index": 1356, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -155776,7 +156280,7 @@ [ "editor.ui.heading", { - "_index": 10714, + "_index": 8933, "data": { "ref/stable/editor": {} }, @@ -155786,7 +156290,7 @@ [ "editor.ui.heading_style", { - "_index": 3896, + "_index": 1366, "data": { "manuals/editor-scripts-ui": {} }, @@ -155796,7 +156300,7 @@ [ "editor.ui.heading_style.dialog", { - "_index": 10755, + "_index": 8975, "data": { "ref/stable/editor": {} }, @@ -155806,7 +156310,7 @@ [ "editor.ui.heading_style.form", { - "_index": 10757, + "_index": 8977, "data": { "ref/stable/editor": {} }, @@ -155816,7 +156320,7 @@ [ "editor.ui.heading_style.h1", { - "_index": 10758, + "_index": 8978, "data": { "ref/stable/editor": {} }, @@ -155826,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": 10754, + "_index": 8974, "data": { "ref/stable/editor": {} }, @@ -155836,7 +156340,7 @@ [ "editor.ui.heading_style.h2", { - "_index": 10759, + "_index": 8979, "data": { "ref/stable/editor": {} }, @@ -155846,7 +156350,7 @@ [ "editor.ui.heading_style.h3", { - "_index": 10753, + "_index": 8973, "data": { "ref/stable/editor": {} }, @@ -155856,7 +156360,7 @@ [ "editor.ui.heading_style.h4", { - "_index": 10762, + "_index": 8982, "data": { "ref/stable/editor": {} }, @@ -155866,7 +156370,7 @@ [ "editor.ui.heading_style.h5", { - "_index": 10764, + "_index": 8984, "data": { "ref/stable/editor": {} }, @@ -155876,7 +156380,7 @@ [ "editor.ui.heading_style.h6", { - "_index": 10766, + "_index": 8986, "data": { "ref/stable/editor": {} }, @@ -155886,7 +156390,7 @@ [ "editor.ui.horizontal", { - "_index": 3911, + "_index": 1390, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -155897,7 +156401,7 @@ [ "editor.ui.icon", { - "_index": 10768, + "_index": 8988, "data": { "ref/stable/editor": {} }, @@ -155907,7 +156411,7 @@ [ "editor.ui.icon.clear", { - "_index": 10770, + "_index": 8990, "data": { "ref/stable/editor": {} }, @@ -155917,7 +156421,7 @@ [ "editor.ui.icon.minus", { - "_index": 10771, + "_index": 8991, "data": { "ref/stable/editor": {} }, @@ -155927,7 +156431,7 @@ [ "editor.ui.icon.open_resource", { - "_index": 10772, + "_index": 8992, "data": { "ref/stable/editor": {} }, @@ -155937,7 +156441,7 @@ [ "editor.ui.icon.open_resourceeditor.ui.icon.pluseditor.ui.icon.minuseditor.ui.icon.clear", { - "_index": 10769, + "_index": 8989, "data": { "ref/stable/editor": {} }, @@ -155947,7 +156451,7 @@ [ "editor.ui.icon.open_resourceeditor.ui.icon.pluseditor.ui.icon.minuseditor.ui.icon.clearenabled", { - "_index": 10683, + "_index": 8902, "data": { "ref/stable/editor": {} }, @@ -155957,7 +156461,7 @@ [ "editor.ui.icon.plus", { - "_index": 10774, + "_index": 8994, "data": { "ref/stable/editor": {} }, @@ -155967,7 +156471,7 @@ [ "editor.ui.integer_field", { - "_index": 10775, + "_index": 8995, "data": { "ref/stable/editor": {} }, @@ -155977,7 +156481,7 @@ [ "editor.ui.issue_severity.error", { - "_index": 3928, + "_index": 1417, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -155988,7 +156492,7 @@ [ "editor.ui.issue_severity.errormessage", { - "_index": 10699, + "_index": 8918, "data": { "ref/stable/editor": {} }, @@ -155998,7 +156502,7 @@ [ "editor.ui.issue_severity.warning", { - "_index": 3929, + "_index": 1418, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -156009,7 +156513,7 @@ [ "editor.ui.label", { - "_index": 3864, + "_index": 1315, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -156020,7 +156524,7 @@ [ "editor.ui.number_field", { - "_index": 10781, + "_index": 9001, "data": { "ref/stable/editor": {} }, @@ -156030,7 +156534,7 @@ [ "editor.ui.open_resource", { - "_index": 10782, + "_index": 9002, "data": { "ref/stable/editor": {} }, @@ -156040,7 +156544,7 @@ [ "editor.ui.orientation.horizontal", { - "_index": 10783, + "_index": 9003, "data": { "ref/stable/editor": {} }, @@ -156050,7 +156554,7 @@ [ "editor.ui.orientation.vertical", { - "_index": 10784, + "_index": 9004, "data": { "ref/stable/editor": {} }, @@ -156060,7 +156564,7 @@ [ "editor.ui.orientation.verticaleditor.ui.orientation.horizontalalignment", { - "_index": 10809, + "_index": 9029, "data": { "ref/stable/editor": {} }, @@ -156070,7 +156574,7 @@ [ "editor.ui.padding.large", { - "_index": 3890, + "_index": 1357, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -156081,7 +156585,7 @@ [ "editor.ui.padding.medium", { - "_index": 10785, + "_index": 9005, "data": { "ref/stable/editor": {} }, @@ -156091,7 +156595,7 @@ [ "editor.ui.padding.none", { - "_index": 10786, + "_index": 9006, "data": { "ref/stable/editor": {} }, @@ -156101,7 +156605,7 @@ [ "editor.ui.padding.noneeditor.ui.padding.smalleditor.ui.padding.mediumeditor.ui.padding.largenon", { - "_index": 10744, + "_index": 8964, "data": { "ref/stable/editor": {} }, @@ -156111,7 +156615,7 @@ [ "editor.ui.padding.small", { - "_index": 10787, + "_index": 9007, "data": { "ref/stable/editor": {} }, @@ -156121,7 +156625,7 @@ [ "editor.ui.paragraph", { - "_index": 10788, + "_index": 9008, "data": { "ref/stable/editor": {} }, @@ -156131,7 +156635,7 @@ [ "editor.ui.resource_field", { - "_index": 10790, + "_index": 9010, "data": { "ref/stable/editor": {} }, @@ -156141,7 +156645,7 @@ [ "editor.ui.scroll", { - "_index": 10797, + "_index": 9017, "data": { "ref/stable/editor": {} }, @@ -156151,7 +156655,7 @@ [ "editor.ui.select_box", { - "_index": 10799, + "_index": 9019, "data": { "ref/stable/editor": {} }, @@ -156161,7 +156665,7 @@ [ "editor.ui.separator", { - "_index": 10807, + "_index": 9027, "data": { "ref/stable/editor": {} }, @@ -156171,7 +156675,7 @@ [ "editor.ui.show_dialog", { - "_index": 3851, + "_index": 1276, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -156182,7 +156686,7 @@ [ "editor.ui.show_external_directory_dialog", { - "_index": 10812, + "_index": 9032, "data": { "ref/stable/editor": {} }, @@ -156192,7 +156696,7 @@ [ "editor.ui.show_external_file_dialog", { - "_index": 10816, + "_index": 9036, "data": { "ref/stable/editor": {} }, @@ -156202,7 +156706,7 @@ [ "editor.ui.show_resource_dialog", { - "_index": 10818, + "_index": 9038, "data": { "ref/stable/editor": {} }, @@ -156212,7 +156716,7 @@ [ "editor.ui.spacing.large", { - "_index": 10822, + "_index": 9042, "data": { "ref/stable/editor": {} }, @@ -156222,7 +156726,7 @@ [ "editor.ui.spacing.medium", { - "_index": 3912, + "_index": 1391, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -156233,7 +156737,7 @@ [ "editor.ui.spacing.none", { - "_index": 10823, + "_index": 9043, "data": { "ref/stable/editor": {} }, @@ -156243,7 +156747,7 @@ [ "editor.ui.spacing.noneeditor.ui.spacing.smalleditor.ui.spacing.mediumeditor.ui.spacing.largenon", { - "_index": 10746, + "_index": 8966, "data": { "ref/stable/editor": {} }, @@ -156253,7 +156757,7 @@ [ "editor.ui.spacing.small", { - "_index": 3987, + "_index": 1528, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -156264,7 +156768,7 @@ [ "editor.ui.string_field", { - "_index": 3892, + "_index": 1359, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -156275,7 +156779,7 @@ [ "editor.ui.text_alignment.center", { - "_index": 10824, + "_index": 9044, "data": { "ref/stable/editor": {} }, @@ -156285,7 +156789,7 @@ [ "editor.ui.text_alignment.justify", { - "_index": 10826, + "_index": 9046, "data": { "ref/stable/editor": {} }, @@ -156295,7 +156799,7 @@ [ "editor.ui.text_alignment.left", { - "_index": 10828, + "_index": 9048, "data": { "ref/stable/editor": {} }, @@ -156305,7 +156809,7 @@ [ "editor.ui.text_alignment.lefteditor.ui.text_alignment.centereditor.ui.text_alignment.righteditor.ui.text_alignment.justifycolor", { - "_index": 10748, + "_index": 8968, "data": { "ref/stable/editor": {} }, @@ -156315,7 +156819,7 @@ [ "editor.ui.text_alignment.lefteditor.ui.text_alignment.centereditor.ui.text_alignment.righteditor.ui.text_alignment.justifyicon", { - "_index": 10681, + "_index": 8900, "data": { "ref/stable/editor": {} }, @@ -156325,7 +156829,7 @@ [ "editor.ui.text_alignment.lefteditor.ui.text_alignment.centereditor.ui.text_alignment.righteditor.ui.text_alignment.justifyissue", { - "_index": 10696, + "_index": 8915, "data": { "ref/stable/editor": {} }, @@ -156335,7 +156839,7 @@ [ "editor.ui.text_alignment.right", { - "_index": 10829, + "_index": 9049, "data": { "ref/stable/editor": {} }, @@ -156345,7 +156849,7 @@ [ "editor.ui.text_button", { - "_index": 3990, + "_index": 1531, "data": { "manuals/editor-scripts-ui": {} }, @@ -156355,7 +156859,7 @@ [ "editor.ui.use_", { - "_index": 10709, + "_index": 8928, "data": { "ref/stable/editor": {} }, @@ -156365,7 +156869,7 @@ [ "editor.ui.use_memo", { - "_index": 4013, + "_index": 1569, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -156376,7 +156880,7 @@ [ "editor.ui.use_state", { - "_index": 3957, + "_index": 1467, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -156387,7 +156891,7 @@ [ "editor.ui.vertical", { - "_index": 3959, + "_index": 1469, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -156398,7 +156902,7 @@ [ "editor.version", { - "_index": 5153, + "_index": 5357, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -156409,7 +156913,7 @@ [ "editor_script", { - "_index": 5147, + "_index": 5351, "data": { "manuals/editor-scripts": {} }, @@ -156419,7 +156923,7 @@ [ "editor_sha1", { - "_index": 10642, + "_index": 8824, "data": { "ref/stable/editor": {} }, @@ -156429,7 +156933,7 @@ [ "editors", { - "_index": 5270, + "_index": 5473, "data": { "manuals/editor": {}, "manuals/editor-scripts": {} @@ -156440,7 +156944,7 @@ [ "editorscriptatlas", { - "_index": 6352, + "_index": 6506, "data": { "assets/editorscriptatlas": {} }, @@ -156450,7 +156954,7 @@ [ "edits", { - "_index": 5164, + "_index": 5368, "data": { "manuals/editor": {}, "manuals/editor-scripts": {} @@ -156461,7 +156965,7 @@ [ "effect", { - "_index": 1253, + "_index": 182, "data": { "assets/dissolve-fx": {}, "assets/hypertrails": {}, @@ -156494,7 +156998,7 @@ [ "effect.material", { - "_index": 4419, + "_index": 183, "data": { "manuals/gui": {} }, @@ -156504,7 +157008,7 @@ [ "effective", { - "_index": 6591, + "_index": 6578, "data": { "assets/debeat": {}, "assets/defold-tile-raycast": {}, @@ -156516,7 +157020,7 @@ [ "effectively", { - "_index": 2152, + "_index": 571, "data": { "manuals/gui": {}, "manuals/input-mouse-and-touch": {}, @@ -156532,7 +157036,7 @@ [ "effects", { - "_index": 380, + "_index": 993, "data": { "assets/blip": {}, "assets/chipsounds": {}, @@ -156561,7 +157065,7 @@ [ "efficiency", { - "_index": 7143, + "_index": 7559, "data": { "ref/stable/physics": {} }, @@ -156571,7 +157075,7 @@ [ "efficient", { - "_index": 2501, + "_index": 2188, "data": { "assets/steamworks": {}, "manuals/atlas": {}, @@ -156587,7 +157091,7 @@ [ "efficiently", { - "_index": 4871, + "_index": 3393, "data": { "assets/2dcollisions": {}, "assets/imageloader": {}, @@ -156600,7 +157104,7 @@ [ "effort", { - "_index": 3362, + "_index": 5139, "data": { "manuals/design": {}, "manuals/flash": {}, @@ -156612,7 +157116,7 @@ [ "effortless", { - "_index": 3572, + "_index": 5589, "data": { "manuals/introduction": {} }, @@ -156622,7 +157126,7 @@ [ "effortlessly", { - "_index": 6336, + "_index": 6737, "data": { "assets/druid": {} }, @@ -156632,7 +157136,7 @@ [ "efigs", { - "_index": 1630, + "_index": 4821, "data": { "manuals/porting-guidelines": {} }, @@ -156642,7 +157146,7 @@ [ "eg", { - "_index": 1540, + "_index": 1991, "data": { "manuals/editor-preferences": {}, "manuals/macos": {}, @@ -156658,7 +157162,7 @@ [ "eglcontext", { - "_index": 10192, + "_index": 6788, "data": { "ref/stable/dmGraphics": {} }, @@ -156668,7 +157172,7 @@ [ "eglsurface", { - "_index": 10195, + "_index": 6791, "data": { "ref/stable/dmGraphics": {} }, @@ -156678,7 +157182,7 @@ [ "either", { - "_index": 364, + "_index": 210, "data": { "assets/derez": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -156739,7 +157243,7 @@ [ "elapsed", { - "_index": 8107, + "_index": 7367, "data": { "ref/stable/dmGameObject": {}, "ref/stable/socket": {}, @@ -156751,7 +157255,7 @@ [ "elastic", { - "_index": 8975, + "_index": 7645, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -156762,7 +157266,7 @@ [ "element", { - "_index": 2142, + "_index": 1329, "data": { "manuals/editor-scripts-ui": {}, "manuals/editor-styling": {}, @@ -156787,7 +157291,7 @@ [ "elements", { - "_index": 2136, + "_index": 769, "data": { "manuals/editor-scripts-ui": {}, "manuals/glossary": {}, @@ -156808,7 +157312,7 @@ [ "eliminate", { - "_index": 7579, + "_index": 9851, "data": { "ref/stable/dmTransform": {} }, @@ -156818,7 +157322,7 @@ [ "eliminates", { - "_index": 8312, + "_index": 7009, "data": { "ref/stable/vmath": {} }, @@ -156828,7 +157332,7 @@ [ "eliminating", { - "_index": 4622, + "_index": 5889, "data": { "manuals/debugging-game-logic": {} }, @@ -156838,7 +157342,7 @@ [ "ellipse", { - "_index": 5040, + "_index": 5005, "data": { "manuals/gui-pie": {} }, @@ -156848,7 +157352,7 @@ [ "ellipsoid", { - "_index": 4426, + "_index": 220, "data": { "manuals/gui": {} }, @@ -156858,7 +157362,7 @@ [ "elliptical", { - "_index": 9288, + "_index": 7820, "data": { "ref/stable/gui": {} }, @@ -156868,7 +157372,7 @@ [ "else", { - "_index": 1691, + "_index": 1473, "data": { "manuals/editor-scripts-ui": {}, "manuals/flipbook-animation": {}, @@ -156885,7 +157389,7 @@ [ "elseif", { - "_index": 1564, + "_index": 1560, "data": { "manuals/editor-scripts-ui": {}, "manuals/flipbook-animation": {}, @@ -156905,7 +157409,7 @@ [ "elsewhere", { - "_index": 1204, + "_index": 1727, "data": { "manuals/editor": {}, "manuals/render": {}, @@ -156918,7 +157422,7 @@ [ "em", { - "_index": 6224, + "_index": 6180, "data": { "examples/factory/bullets": {} }, @@ -156928,7 +157432,7 @@ [ "email", { - "_index": 4175, + "_index": 3205, "data": { "manuals/bob": {}, "manuals/nintendo-switch": {}, @@ -156940,7 +157444,7 @@ [ "embedded", { - "_index": 875, + "_index": 1717, "data": { "assets/druid": {}, "manuals/importing-models": {}, @@ -156954,7 +157458,7 @@ [ "embedded.mobileprovision", { - "_index": 3428, + "_index": 2968, "data": { "manuals/ios": {} }, @@ -156964,7 +157468,7 @@ [ "emission", { - "_index": 3168, + "_index": 1154, "data": { "manuals/particlefx": {} }, @@ -156974,7 +157478,7 @@ [ "emit", { - "_index": 3172, + "_index": 1161, "data": { "examples/particles/fire_and_smoke": {}, "manuals/particlefx": {}, @@ -156987,7 +157491,7 @@ [ "emits", { - "_index": 3147, + "_index": 1111, "data": { "examples/particles/modifiers": {}, "manuals/particlefx": {} @@ -156998,7 +157502,7 @@ [ "emitted", { - "_index": 3189, + "_index": 1190, "data": { "manuals/particlefx": {} }, @@ -157008,7 +157512,7 @@ [ "emitter", { - "_index": 379, + "_index": 992, "data": { "examples/particles/confetti": {}, "examples/particles/fire_and_smoke": {}, @@ -157024,7 +157528,7 @@ [ "emitter's", { - "_index": 3157, + "_index": 1125, "data": { "manuals/particlefx": {} }, @@ -157034,7 +157538,7 @@ [ "emitter_state_postspawn", { - "_index": 10597, + "_index": 10245, "data": { "ref/stable/particlefx": {} }, @@ -157044,7 +157548,7 @@ [ "emitter_state_prespawn", { - "_index": 10598, + "_index": 10246, "data": { "ref/stable/particlefx": {} }, @@ -157054,7 +157558,7 @@ [ "emitter_state_sleeping", { - "_index": 10599, + "_index": 10247, "data": { "ref/stable/particlefx": {} }, @@ -157064,7 +157568,7 @@ [ "emitter_state_spawning", { - "_index": 10601, + "_index": 10249, "data": { "ref/stable/particlefx": {} }, @@ -157074,7 +157578,7 @@ [ "emitters", { - "_index": 3145, + "_index": 1108, "data": { "examples/particles/confetti": {}, "examples/particles/fire_and_smoke": {}, @@ -157087,7 +157591,7 @@ [ "emitting", { - "_index": 3174, + "_index": 1163, "data": { "manuals/particlefx": {}, "ref/stable/go": {}, @@ -157099,7 +157603,7 @@ [ "emmylua", { - "_index": 6359, + "_index": 6541, "data": { "assets/defold-api-emmylua": {} }, @@ -157109,7 +157613,7 @@ [ "empowers", { - "_index": 6333, + "_index": 6734, "data": { "assets/druid": {} }, @@ -157119,7 +157623,7 @@ [ "empty", { - "_index": 1929, + "_index": 848, "data": { "manuals/addressing": {}, "manuals/android": {}, @@ -157158,7 +157662,7 @@ [ "emscripten", { - "_index": 597, + "_index": 617, "data": { "manuals/app-manifest": {}, "manuals/extender-docker-images": {}, @@ -157170,7 +157674,7 @@ [ "emscripten_2011", { - "_index": 4909, + "_index": 4783, "data": { "manuals/extender-docker-images": {} }, @@ -157180,7 +157684,7 @@ [ "emsdk", { - "_index": 4910, + "_index": 4784, "data": { "manuals/extender-docker-images": {} }, @@ -157190,7 +157694,7 @@ [ "emthree", { - "_index": 6284, + "_index": 6547, "data": { "assets/emthree": {} }, @@ -157200,7 +157704,7 @@ [ "emulate", { - "_index": 4690, + "_index": 2216, "data": { "manuals/adapting-graphics-to-screen-size": {} }, @@ -157210,7 +157714,7 @@ [ "emulating", { - "_index": 4677, + "_index": 2199, "data": { "manuals/adapting-graphics-to-screen-size": {} }, @@ -157351,7 +157855,7 @@ [ "enable", { - "_index": 1618, + "_index": 1968, "data": { "assets/clipboard": {}, "assets/colorlib": {}, @@ -157384,7 +157888,7 @@ [ "enable/disable", { - "_index": 7086, + "_index": 7508, "data": { "ref/stable/physics": {} }, @@ -157394,7 +157898,7 @@ [ "enable_material", { - "_index": 7810, + "_index": 8491, "data": { "ref/stable/render": {} }, @@ -157404,7 +157908,7 @@ [ "enable_state", { - "_index": 7811, + "_index": 8492, "data": { "ref/stable/render": {} }, @@ -157414,7 +157918,7 @@ [ "enable_texture", { - "_index": 7812, + "_index": 8493, "data": { "ref/stable/render": {} }, @@ -157424,7 +157928,7 @@ [ "enable_ui", { - "_index": 10833, + "_index": 10257, "data": { "ref/stable/profiler": {} }, @@ -157434,7 +157938,7 @@ [ "enabled", { - "_index": 261, + "_index": 271, "data": { "examples/render/camera": {}, "manuals/android": {}, @@ -157454,6 +157958,7 @@ "manuals/optimization-size": {}, "manuals/sony-playstation": {}, "manuals/zerobrane": {}, + "ref/stable/camera": {}, "ref/stable/collectionproxy": {}, "ref/stable/dmGameObject": {}, "ref/stable/go": {}, @@ -157469,7 +157974,7 @@ [ "enabled/disabled", { - "_index": 9352, + "_index": 7889, "data": { "ref/stable/gui": {} }, @@ -157479,7 +157984,7 @@ [ "enablerenderobjectconstants", { - "_index": 7996, + "_index": 8049, "data": { "ref/stable/dmGameSystem": {} }, @@ -157489,7 +157994,7 @@ [ "enables", { - "_index": 1915, + "_index": 1966, "data": { "assets/defbuild": {}, "manuals/editor-preferences": {}, @@ -157508,7 +158013,7 @@ [ "enabling", { - "_index": 4992, + "_index": 2456, "data": { "manuals/zerobrane": {} }, @@ -157518,7 +158023,7 @@ [ "encapsulated", { - "_index": 4324, + "_index": 5219, "data": { "manuals/design": {}, "manuals/lua": {} @@ -157529,7 +158034,7 @@ [ "encapsulating", { - "_index": 4127, + "_index": 5212, "data": { "manuals/lua": {}, "manuals/mesh": {}, @@ -157541,7 +158046,7 @@ [ "encased", { - "_index": 2283, + "_index": 818, "data": { "manuals/html5": {} }, @@ -157551,7 +158056,7 @@ [ "encode", { - "_index": 5591, + "_index": 3899, "data": { "assets/cjson": {}, "assets/defold-proto": {}, @@ -157570,7 +158075,7 @@ [ "encode_empty_table_as_object", { - "_index": 8953, + "_index": 10256, "data": { "ref/stable/json": {} }, @@ -157580,7 +158085,7 @@ [ "encoded", { - "_index": 4533, + "_index": 5649, "data": { "manuals/mesh": {}, "ref/stable/dmCrypt": {}, @@ -157593,7 +158098,7 @@ [ "encoding", { - "_index": 1946, + "_index": 2120, "data": { "manuals/application-security": {}, "manuals/optimization-size": {}, @@ -157608,7 +158113,7 @@ [ "encounter", { - "_index": 4618, + "_index": 2332, "data": { "manuals/debugging-game-logic": {}, "manuals/working-offline": {} @@ -157619,7 +158124,7 @@ [ "encounters", { - "_index": 4606, + "_index": 4763, "data": { "manuals/debugging-game-logic": {}, "manuals/extensions": {} @@ -157630,7 +158135,7 @@ [ "encourage", { - "_index": 3575, + "_index": 3361, "data": { "manuals/addressing": {}, "manuals/design": {}, @@ -157643,7 +158148,7 @@ [ "encouraged", { - "_index": 1061, + "_index": 2711, "data": { "manuals/shader": {} }, @@ -157653,7 +158158,7 @@ [ "encrypt", { - "_index": 2772, + "_index": 4141, "data": { "manuals/application-security": {}, "ref/stable/dmCrypt": {} @@ -157664,7 +158169,7 @@ [ "encrypted", { - "_index": 2765, + "_index": 4137, "data": { "manuals/application-security": {} }, @@ -157674,7 +158179,7 @@ [ "encryption", { - "_index": 2754, + "_index": 3043, "data": { "assets/resource-encryption": {}, "manuals/application-security": {}, @@ -157688,7 +158193,7 @@ [ "encrypts", { - "_index": 6895, + "_index": 8421, "data": { "ref/stable/dmResource": {} }, @@ -157698,7 +158203,7 @@ [ "end", { - "_index": 117, + "_index": 178, "data": { "manuals/addressing": {}, "manuals/application-security": {}, @@ -157770,7 +158275,7 @@ [ "end_p", { - "_index": 4588, + "_index": 5863, "data": { "manuals/debugging-game-logic": {} }, @@ -157780,7 +158285,7 @@ [ "end_point", { - "_index": 3725, + "_index": 1853, "data": { "manuals/debugging-game-logic": {}, "manuals/render": {} @@ -157791,7 +158296,7 @@ [ "endframe", { - "_index": 10332, + "_index": 8779, "data": { "ref/stable/dmProfile": {} }, @@ -157801,7 +158306,7 @@ [ "endian", { - "_index": 7762, + "_index": 8643, "data": { "ref/stable/bit": {} }, @@ -157811,7 +158316,7 @@ [ "endif", { - "_index": 1195, + "_index": 1960, "data": { "manuals/script": {}, "manuals/shader": {} @@ -157822,7 +158327,7 @@ [ "ending", { - "_index": 1213, + "_index": 2806, "data": { "manuals/lua": {}, "manuals/shader": {}, @@ -157834,7 +158339,7 @@ [ "endless", { - "_index": 6747, + "_index": 6726, "data": { "assets/endlessrunner": {} }, @@ -157844,7 +158349,7 @@ [ "endlessrunner", { - "_index": 6746, + "_index": 6725, "data": { "assets/endlessrunner": {} }, @@ -157854,7 +158359,7 @@ [ "endraw", { - "_index": 2288, + "_index": 825, "data": { "manuals/application-security": {}, "manuals/editor": {}, @@ -157868,7 +158373,7 @@ [ "ends", { - "_index": 8560, + "_index": 7112, "data": { "ref/stable/io": {}, "ref/stable/os": {}, @@ -157880,7 +158385,7 @@ [ "ends_with", { - "_index": 5186, + "_index": 5390, "data": { "manuals/editor-scripts": {} }, @@ -157890,7 +158395,7 @@ [ "enemies", { - "_index": 649, + "_index": 1617, "data": { "manuals/building-blocks": {}, "manuals/collection-factory": {}, @@ -157904,7 +158409,7 @@ [ "enemy", { - "_index": 651, + "_index": 1579, "data": { "examples/physics/knockback": {}, "examples/tilemap/collisions": {}, @@ -157920,7 +158425,7 @@ [ "enemy_id", { - "_index": 2632, + "_index": 4346, "data": { "manuals/factory": {} }, @@ -157930,7 +158435,7 @@ [ "energy", { - "_index": 6273, + "_index": 6505, "data": { "assets/vitahealthenergy": {} }, @@ -157940,7 +158445,7 @@ [ "engaging", { - "_index": 6476, + "_index": 6509, "data": { "assets/admob-defold": {} }, @@ -157950,7 +158455,7 @@ [ "engine", { - "_index": 547, + "_index": 552, "data": { "assets/apathfinding": {}, "assets/crazygames": {}, @@ -158058,7 +158563,7 @@ [ "engine_arguments", { - "_index": 2338, + "_index": 929, "data": { "manuals/html5": {} }, @@ -158068,7 +158573,7 @@ [ "engine_sha1", { - "_index": 10643, + "_index": 8825, "data": { "ref/stable/editor": {} }, @@ -158078,7 +158583,7 @@ [ "enginejs", { - "_index": 5027, + "_index": 4634, "data": { "manuals/extensions-manifest-merge-tool": {} }, @@ -158088,7 +158593,7 @@ [ "enginejs.src", { - "_index": 5031, + "_index": 4638, "data": { "manuals/extensions-manifest-merge-tool": {} }, @@ -158098,7 +158603,7 @@ [ "enginejs.type", { - "_index": 5029, + "_index": 4636, "data": { "manuals/extensions-manifest-merge-tool": {} }, @@ -158108,7 +158613,7 @@ [ "enginejsdocument.createelement", { - "_index": 5035, + "_index": 4642, "data": { "manuals/extensions-manifest-merge-tool": {} }, @@ -158118,7 +158623,7 @@ [ "engineloader.load", { - "_index": 2323, + "_index": 887, "data": { "manuals/html5": {} }, @@ -158128,7 +158633,7 @@ [ "engines", { - "_index": 3591, + "_index": 2093, "data": { "manuals/building-blocks": {}, "manuals/extensions-best-practices": {}, @@ -158143,7 +158648,7 @@ [ "english", { - "_index": 1631, + "_index": 4822, "data": { "manuals/porting-guidelines": {} }, @@ -158153,7 +158658,7 @@ [ "enjoy", { - "_index": 3607, + "_index": 5613, "data": { "manuals/introduction": {} }, @@ -158163,7 +158668,7 @@ [ "enough", { - "_index": 2215, + "_index": 688, "data": { "manuals/editor-scripts-ui": {}, "manuals/factory": {}, @@ -158180,7 +158685,7 @@ [ "ensure", { - "_index": 1384, + "_index": 2359, "data": { "examples/factory/dynamic": {}, "manuals/application-security": {}, @@ -158195,7 +158700,7 @@ [ "ensures", { - "_index": 5666, + "_index": 2187, "data": { "manuals/optimization-size": {}, "ref/stable/gui": {} @@ -158206,7 +158711,7 @@ [ "ensuring", { - "_index": 6822, + "_index": 9812, "data": { "ref/stable/liveupdate": {} }, @@ -158216,7 +158721,7 @@ [ "enter", { - "_index": 3073, + "_index": 1287, "data": { "manuals/debugging-game-logic": {}, "manuals/editor-scripts-ui": {}, @@ -158233,7 +158738,7 @@ [ "entered", { - "_index": 3780, + "_index": 1464, "data": { "manuals/editor-scripts-ui": {}, "manuals/glossary": {}, @@ -158245,7 +158750,7 @@ [ "enterframe", { - "_index": 3374, + "_index": 5149, "data": { "manuals/flash": {} }, @@ -158255,7 +158760,7 @@ [ "enters", { - "_index": 5909, + "_index": 5686, "data": { "manuals/application-lifecycle": {}, "manuals/physics-events": {}, @@ -158267,7 +158772,7 @@ [ "entertainment", { - "_index": 4679, + "_index": 2204, "data": { "manuals/adapting-graphics-to-screen-size": {} }, @@ -158277,7 +158782,7 @@ [ "entire", { - "_index": 4109, + "_index": 2007, "data": { "examples/material/noise": {}, "examples/material/uvgradient": {}, @@ -158299,7 +158804,7 @@ [ "entirely", { - "_index": 6534, + "_index": 6670, "data": { "assets/compat53": {} }, @@ -158309,7 +158814,7 @@ [ "entities", { - "_index": 4325, + "_index": 5362, "data": { "assets/crowd-runner-defold": {}, "manuals/building-blocks": {}, @@ -158323,7 +158828,7 @@ [ "entitlement", { - "_index": 5356, + "_index": 5834, "data": { "manuals/macos": {} }, @@ -158333,7 +158838,7 @@ [ "entitlement.plist", { - "_index": 5364, + "_index": 5843, "data": { "manuals/macos": {} }, @@ -158343,7 +158848,7 @@ [ "entitlements", { - "_index": 5345, + "_index": 5824, "data": { "manuals/macos": {} }, @@ -158353,7 +158858,7 @@ [ "entity", { - "_index": 3505, + "_index": 3053, "data": { "manuals/ios": {} }, @@ -158363,7 +158868,7 @@ [ "entries", { - "_index": 4059, + "_index": 3902, "data": { "assets/lualocade": {}, "manuals/editor-scripts": {}, @@ -158385,7 +158890,7 @@ [ "entry", { - "_index": 1844, + "_index": 2042, "data": { "manuals/atlas": {}, "manuals/debugging-game-logic": {}, @@ -158415,13 +158920,14 @@ [ "enum", { - "_index": 3897, + "_index": 1367, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/crash": {}, "ref/stable/dmGameObject": {}, "ref/stable/dmGui": {}, "ref/stable/dmMessage": {}, + "ref/stable/editor": {}, "ref/stable/resource": {} }, "type": {} @@ -158430,7 +158936,7 @@ [ "enumerated", { - "_index": 10421, + "_index": 10708, "data": { "ref/stable/base": {} }, @@ -158440,7 +158946,7 @@ [ "enumeration", { - "_index": 7209, + "_index": 8174, "data": { "ref/stable/dmBuffer": {}, "ref/stable/dmConnectionPool": {}, @@ -158459,7 +158965,7 @@ [ "enumerator", { - "_index": 4845, + "_index": 3356, "data": { "manuals/addressing": {} }, @@ -158469,7 +158975,7 @@ [ "env:latest", { - "_index": 1410, + "_index": 4039, "data": { "manuals/extender-docker-images": {}, "manuals/extender-local-setup": {} @@ -158480,7 +158986,7 @@ [ "environment", { - "_index": 4615, + "_index": 2015, "data": { "manuals/bundling": {}, "manuals/debugging-game-logic": {}, @@ -158499,7 +159005,7 @@ [ "environments", { - "_index": 1800, + "_index": 3308, "data": { "manuals/glossary": {}, "manuals/live-update": {}, @@ -158511,7 +159017,7 @@ [ "ephemeral", { - "_index": 8132, + "_index": 10512, "data": { "ref/stable/socket": {} }, @@ -158521,7 +159027,7 @@ [ "epoch", { - "_index": 8218, + "_index": 10021, "data": { "ref/stable/os": {}, "ref/stable/socket": {} @@ -158532,7 +159038,7 @@ [ "equal", { - "_index": 3861, + "_index": 407, "data": { "examples/particles/fire_and_smoke": {}, "manuals/editor-scripts-ui": {}, @@ -158554,7 +159060,7 @@ [ "equaling", { - "_index": 9124, + "_index": 7590, "data": { "ref/stable/gui": {} }, @@ -158564,7 +159070,7 @@ [ "equally", { - "_index": 10043, + "_index": 10766, "data": { "ref/stable/sound": {} }, @@ -158574,7 +159080,7 @@ [ "equates", { - "_index": 3702, + "_index": 1816, "data": { "manuals/render": {} }, @@ -158584,7 +159090,7 @@ [ "equation", { - "_index": 8646, + "_index": 9440, "data": { "ref/stable/dmIntersection": {} }, @@ -158594,7 +159100,7 @@ [ "equations", { - "_index": 7887, + "_index": 8546, "data": { "ref/stable/dmIntersection": {}, "ref/stable/render": {} @@ -158605,7 +159111,7 @@ [ "equipped", { - "_index": 4555, + "_index": 4559, "data": { "manuals/building-blocks": {}, "manuals/glossary": {} @@ -158616,7 +159122,7 @@ [ "equivalent", { - "_index": 2112, + "_index": 2498, "data": { "manuals/flash": {}, "manuals/flipbook-animation": {}, @@ -158629,7 +159135,8 @@ "ref/stable/os": {}, "ref/stable/physics": {}, "ref/stable/socket": {}, - "ref/stable/sys": {} + "ref/stable/sys": {}, + "ref/stable/vmath": {} }, "type": {} } @@ -158637,7 +159144,7 @@ [ "era", { - "_index": 6403, + "_index": 6289, "data": { "assets/alienworld": {}, "assets/warbattlesassetpack": {} @@ -158648,7 +159155,7 @@ [ "erase", { - "_index": 4338, + "_index": 4427, "data": { "manuals/tilemap": {} }, @@ -158658,7 +159165,7 @@ [ "erased", { - "_index": 8589, + "_index": 9466, "data": { "ref/stable/io": {} }, @@ -158668,7 +159175,7 @@ [ "eraser", { - "_index": 4339, + "_index": 4428, "data": { "manuals/tilemap": {} }, @@ -158678,7 +159185,7 @@ [ "eraseswap", { - "_index": 10058, + "_index": 7442, "data": { "ref/stable/dmArray": {} }, @@ -158688,7 +159195,7 @@ [ "eraseswapref", { - "_index": 10059, + "_index": 7443, "data": { "ref/stable/dmArray": {} }, @@ -158698,7 +159205,7 @@ [ "err", { - "_index": 6264, + "_index": 6440, "data": { "assets/err": {}, "ref/stable/base": {}, @@ -158710,7 +159217,7 @@ [ "errno", { - "_index": 9679, + "_index": 8173, "data": { "ref/stable/dmFileDescriptor": {} }, @@ -158720,7 +159227,7 @@ [ "error", { - "_index": 1784, + "_index": 672, "data": { "assets/err": {}, "manuals/addressing": {}, @@ -158757,6 +159264,7 @@ "ref/stable/resource": {}, "ref/stable/socket": {}, "ref/stable/sys": {}, + "ref/stable/vmath": {}, "ref/stable/zlib": {} }, "type": {} @@ -158765,7 +159273,7 @@ [ "error:script", { - "_index": 2546, + "_index": 5894, "data": { "manuals/gui-script": {} }, @@ -158775,7 +159283,7 @@ [ "errors", { - "_index": 1190, + "_index": 747, "data": { "assets/sentinel": {}, "manuals/debugging-game-logic": {}, @@ -158804,7 +159312,7 @@ [ "eruption", { - "_index": 6137, + "_index": 6224, "data": { "examples/timer/cancel_timer": {} }, @@ -158814,7 +159322,7 @@ [ "es", { - "_index": 873, + "_index": 1715, "data": { "manuals/compute": {}, "manuals/render": {}, @@ -158826,7 +159334,7 @@ [ "es2", { - "_index": 1055, + "_index": 2706, "data": { "manuals/shader": {} }, @@ -158836,7 +159344,7 @@ [ "esc", { - "_index": 5946, + "_index": 1972, "data": { "manuals/editor-preferences": {} }, @@ -158846,7 +159354,7 @@ [ "escape", { - "_index": 3940, + "_index": 1438, "data": { "manuals/editor-preferences": {}, "manuals/editor-scripts-ui": {}, @@ -158860,7 +159368,7 @@ [ "escaped", { - "_index": 2290, + "_index": 830, "data": { "manuals/html5": {}, "ref/stable/string": {} @@ -158871,7 +159379,7 @@ [ "especially", { - "_index": 1531, + "_index": 3081, "data": { "manuals/optimization-speed": {}, "ref/stable/engine": {} @@ -158882,7 +159390,7 @@ [ "essentially", { - "_index": 240, + "_index": 1815, "data": { "manuals/flash": {}, "manuals/physics-shapes": {}, @@ -158896,7 +159404,7 @@ [ "established", { - "_index": 6241, + "_index": 6229, "data": { "examples/material/unlit": {} }, @@ -158906,7 +159414,7 @@ [ "establishes", { - "_index": 5213, + "_index": 5418, "data": { "examples/render/orbit_camera": {}, "manuals/editor-scripts": {} @@ -158917,7 +159425,7 @@ [ "estimated", { - "_index": 3192, + "_index": 1194, "data": { "manuals/particlefx": {} }, @@ -158927,7 +159435,7 @@ [ "etc", { - "_index": 1234, + "_index": 1064, "data": { "manuals/addressing": {}, "manuals/android": {}, @@ -158967,7 +159475,7 @@ [ "ethernet", { - "_index": 4518, + "_index": 5663, "data": { "manuals/dev-app": {} }, @@ -158977,7 +159485,7 @@ [ "euclidean", { - "_index": 8349, + "_index": 7049, "data": { "ref/stable/vmath": {} }, @@ -158987,11 +159495,22 @@ [ "euler", { - "_index": 5303, + "_index": 2589, "data": { "manuals/properties": {}, "ref/stable/go": {}, - "ref/stable/gui": {} + "ref/stable/gui": {}, + "ref/stable/vmath": {} + }, + "type": {} + } + ], + [ + "euler_to_quat", + { + "_index": 6999, + "data": { + "ref/stable/vmath": {} }, "type": {} } @@ -158999,7 +159518,7 @@ [ "europe", { - "_index": 1398, + "_index": 4028, "data": { "manuals/extender-docker-images": {}, "manuals/extender-local-setup": {}, @@ -159012,7 +159531,7 @@ [ "eval", { - "_index": 6831, + "_index": 10197, "data": { "ref/stable/html5": {} }, @@ -159022,7 +159541,7 @@ [ "evaluate", { - "_index": 4608, + "_index": 5879, "data": { "manuals/debugging-game-logic": {}, "ref/stable/debug": {} @@ -159033,7 +159552,7 @@ [ "evaluated", { - "_index": 2351, + "_index": 5625, "data": { "manuals/script-properties": {}, "ref/stable/gui": {} @@ -159044,7 +159563,7 @@ [ "evaluating", { - "_index": 4609, + "_index": 5880, "data": { "manuals/debugging-game-logic": {} }, @@ -159054,7 +159573,7 @@ [ "evaluator", { - "_index": 4611, + "_index": 5881, "data": { "manuals/debugging-game-logic": {} }, @@ -159064,7 +159583,7 @@ [ "even", { - "_index": 236, + "_index": 497, "data": { "assets/compat53": {}, "assets/panthera": {}, @@ -159100,7 +159619,7 @@ [ "evenly", { - "_index": 6582, + "_index": 6414, "data": { "assets/editor-script-distribute": {} }, @@ -159110,7 +159629,7 @@ [ "event", { - "_index": 148, + "_index": 2582, "data": { "assets/def-behavior-tree": {}, "assets/defold-event": {}, @@ -159127,6 +159646,7 @@ "ref/stable/dmScript": {}, "ref/stable/dmTransform": {}, "ref/stable/physics": {}, + "ref/stable/render": {}, "ref/stable/sound": {}, "ref/stable/sys": {}, "ref/stable/window": {} @@ -159137,7 +159657,7 @@ [ "event_id_deiconifyapp", { - "_index": 8011, + "_index": 9869, "data": { "ref/stable/dmExtension": {} }, @@ -159147,17 +159667,27 @@ [ "event_id_iconifyapp", { - "_index": 8010, + "_index": 9868, "data": { "ref/stable/dmExtension": {} }, "type": {} } ], + [ + "event_type", + { + "_index": 8586, + "data": { + "ref/stable/render": {} + }, + "type": {} + } + ], [ "eventid", { - "_index": 8009, + "_index": 9867, "data": { "ref/stable/dmExtension": {} }, @@ -159167,7 +159697,7 @@ [ "events", { - "_index": 38, + "_index": 1071, "data": { "assets/googleanalyticsforfirebase": {}, "assets/googleplaygameservices": {}, @@ -159187,6 +159717,7 @@ "ref/stable/dmAndroid": {}, "ref/stable/dmFileDescriptor": {}, "ref/stable/model": {}, + "ref/stable/render": {}, "ref/stable/window": {} }, "type": {} @@ -159195,7 +159726,7 @@ [ "eventually", { - "_index": 1546, + "_index": 1641, "data": { "manuals/message-passing": {}, "manuals/optimization-speed": {} @@ -159206,7 +159737,7 @@ [ "ever", { - "_index": 3601, + "_index": 3973, "data": { "manuals/introduction": {}, "manuals/live-update-scripting": {} @@ -159217,7 +159748,7 @@ [ "every", { - "_index": 1465, + "_index": 504, "data": { "assets/panthera": {}, "examples/timer/cancel_timer": {}, @@ -159240,6 +159771,7 @@ "manuals/particlefx": {}, "manuals/render": {}, "ref/stable/debug": {}, + "ref/stable/editor": {}, "ref/stable/go": {}, "ref/stable/gui": {}, "ref/stable/physics": {}, @@ -159254,7 +159786,7 @@ [ "everything", { - "_index": 1723, + "_index": 3320, "data": { "manuals/debugging-game-logic": {}, "manuals/glossary": {}, @@ -159270,7 +159802,7 @@ [ "everywhere", { - "_index": 1046, + "_index": 2701, "data": { "manuals/shader": {}, "manuals/sound": {}, @@ -159282,7 +159814,7 @@ [ "evolved", { - "_index": 2794, + "_index": 4159, "data": { "manuals/application-security": {} }, @@ -159292,7 +159824,7 @@ [ "ex", { - "_index": 9738, + "_index": 7260, "data": { "ref/stable/math": {} }, @@ -159302,7 +159834,7 @@ [ "exact", { - "_index": 1333, + "_index": 4409, "data": { "manuals/components": {}, "manuals/extensions-ext-manifests": {}, @@ -159316,7 +159848,7 @@ [ "exactly", { - "_index": 1872, + "_index": 468, "data": { "manuals/application-lifecycle": {}, "manuals/gui": {}, @@ -159333,7 +159865,7 @@ [ "examine", { - "_index": 4078, + "_index": 4277, "data": { "manuals/profiling": {} }, @@ -159343,7 +159875,7 @@ [ "example", { - "_index": 193, + "_index": 39, "data": { "assets/crowd-runner-defold": {}, "examples/animation/cursor": {}, @@ -159519,7 +160051,7 @@ [ "examples", { - "_index": 1868, + "_index": 2089, "data": { "assets/lightandshadows": {}, "examples": {}, @@ -159548,7 +160080,7 @@ [ "examples.apk", { - "_index": 5431, + "_index": 6078, "data": { "manuals/android": {} }, @@ -159558,7 +160090,7 @@ [ "exceed", { - "_index": 8506, + "_index": 7573, "data": { "ref/stable/gui": {}, "ref/stable/sys": {} @@ -159569,7 +160101,7 @@ [ "excellent", { - "_index": 3792, + "_index": 4365, "data": { "examples/material/unlit": {}, "manuals/version-control": {} @@ -159580,7 +160112,7 @@ [ "except", { - "_index": 2985, + "_index": 1415, "data": { "manuals/compute": {}, "manuals/editor-scripts-ui": {}, @@ -159598,7 +160130,7 @@ [ "exception", { - "_index": 7631, + "_index": 7440, "data": { "ref/stable/dmAndroid": {}, "ref/stable/dmArray": {}, @@ -159610,7 +160142,7 @@ [ "exceptions", { - "_index": 5479, + "_index": 3628, "data": { "manuals/extensions-best-practices": {}, "ref/stable/dmAndroid": {}, @@ -159622,7 +160154,7 @@ [ "excess", { - "_index": 8138, + "_index": 10518, "data": { "ref/stable/socket": {} }, @@ -159632,7 +160164,7 @@ [ "excessively", { - "_index": 1390, + "_index": 4023, "data": { "manuals/extender-local-setup": {} }, @@ -159642,7 +160174,7 @@ [ "exchange", { - "_index": 6862, + "_index": 9068, "data": { "ref/stable/dmAtomic": {} }, @@ -159652,7 +160184,7 @@ [ "exchanged", { - "_index": 2823, + "_index": 4182, "data": { "manuals/application-security": {} }, @@ -159662,7 +160194,7 @@ [ "exciting", { - "_index": 1653, + "_index": 4837, "data": { "manuals/porting-guidelines": {} }, @@ -159672,7 +160204,7 @@ [ "excl", { - "_index": 10445, + "_index": 9725, "data": { "ref/stable/dmStringFunc": {} }, @@ -159682,7 +160214,7 @@ [ "exclude", { - "_index": 550, + "_index": 2171, "data": { "manuals/app-manifest": {}, "manuals/application-security": {}, @@ -159700,7 +160232,7 @@ [ "excluded", { - "_index": 557, + "_index": 2083, "data": { "manuals/app-manifest": {}, "manuals/application-security": {}, @@ -159718,7 +160250,7 @@ [ "excludejars", { - "_index": 1338, + "_index": 4689, "data": { "manuals/extensions-ext-manifests": {} }, @@ -159728,7 +160260,7 @@ [ "excludelibs", { - "_index": 1337, + "_index": 4688, "data": { "manuals/extensions-ext-manifests": {} }, @@ -159738,7 +160270,7 @@ [ "excludes", { - "_index": 7560, + "_index": 9840, "data": { "ref/stable/dmTransform": {} }, @@ -159748,7 +160280,7 @@ [ "excludesymbols", { - "_index": 1339, + "_index": 4690, "data": { "manuals/extensions-ext-manifests": {} }, @@ -159758,7 +160290,7 @@ [ "excluding", { - "_index": 5565, + "_index": 2174, "data": { "manuals/optimization-size": {}, "manuals/resource": {}, @@ -159770,7 +160302,7 @@ [ "exclusively", { - "_index": 7940, + "_index": 8598, "data": { "ref/stable/render": {} }, @@ -159780,7 +160312,7 @@ [ "excuding", { - "_index": 10875, + "_index": 10300, "data": { "ref/stable/profiler": {} }, @@ -159790,7 +160322,7 @@ [ "excuted", { - "_index": 8296, + "_index": 6983, "data": { "ref/stable/vmath": {} }, @@ -159800,7 +160332,7 @@ [ "exe", { - "_index": 2305, + "_index": 850, "data": { "manuals/bundling": {}, "manuals/editor-scripts": {}, @@ -159813,7 +160345,7 @@ [ "executable", { - "_index": 1853, + "_index": 1990, "data": { "manuals/bob": {}, "manuals/bundling": {}, @@ -159833,7 +160365,7 @@ [ "executables", { - "_index": 5947, + "_index": 1981, "data": { "manuals/editor-preferences": {} }, @@ -159843,7 +160375,7 @@ [ "execute", { - "_index": 2208, + "_index": 666, "data": { "manuals/debugging-game-logic": {}, "manuals/editor-scripts": {}, @@ -159863,7 +160395,7 @@ [ "executed", { - "_index": 2957, + "_index": 2452, "data": { "manuals/compute": {}, "manuals/editor-scripts": {}, @@ -159880,7 +160412,7 @@ [ "executes", { - "_index": 2962, + "_index": 5277, "data": { "manuals/compute": {}, "manuals/editor-scripts": {}, @@ -159894,7 +160426,7 @@ [ "executing", { - "_index": 1377, + "_index": 4013, "data": { "manuals/editor-scripts": {}, "manuals/extender-local-setup": {}, @@ -159906,7 +160438,7 @@ [ "execution", { - "_index": 920, + "_index": 2631, "data": { "manuals/building-blocks": {}, "manuals/debugging-game-logic": {}, @@ -159928,7 +160460,7 @@ [ "exempt", { - "_index": 2813, + "_index": 4175, "data": { "manuals/application-security": {} }, @@ -159938,7 +160470,7 @@ [ "exist", { - "_index": 98, + "_index": 1157, "data": { "manuals/addressing": {}, "manuals/editor-scripts": {}, @@ -159972,7 +160504,7 @@ [ "existed", { - "_index": 2785, + "_index": 4151, "data": { "manuals/application-security": {}, "ref/stable/dmRender": {} @@ -159983,7 +160515,7 @@ [ "existent", { - "_index": 5177, + "_index": 5381, "data": { "manuals/editor-scripts": {}, "ref/stable/base": {}, @@ -159995,7 +160527,7 @@ [ "existing", { - "_index": 431, + "_index": 2822, "data": { "assets/fontgen": {}, "manuals/android": {}, @@ -160019,7 +160551,7 @@ [ "exists", { - "_index": 1798, + "_index": 1046, "data": { "manuals/editor-scripts": {}, "manuals/editor-scripts-ui": {}, @@ -160044,7 +160576,7 @@ [ "exit", { - "_index": 4982, + "_index": 2043, "data": { "manuals/physics-events": {}, "manuals/physics-messages": {}, @@ -160060,7 +160592,7 @@ [ "exited", { - "_index": 5845, + "_index": 4537, "data": { "manuals/glossary": {} }, @@ -160070,7 +160602,7 @@ [ "exits", { - "_index": 4980, + "_index": 2438, "data": { "manuals/application-lifecycle": {}, "manuals/physics-events": {}, @@ -160082,7 +160614,7 @@ [ "exp", { - "_index": 9737, + "_index": 7259, "data": { "ref/stable/math": {} }, @@ -160092,7 +160624,7 @@ [ "expand", { - "_index": 3043, + "_index": 1265, "data": { "manuals/editor": {}, "manuals/editor-scripts": {}, @@ -160105,7 +160637,7 @@ [ "expanded", { - "_index": 1196, + "_index": 2797, "data": { "manuals/shader": {}, "ref/stable/profiler": {} @@ -160116,7 +160648,7 @@ [ "expansion", { - "_index": 6308, + "_index": 6310, "data": { "assets/apkx": {} }, @@ -160126,7 +160658,7 @@ [ "expect", { - "_index": 3314, + "_index": 1654, "data": { "manuals/editor-scripts": {}, "manuals/flash": {}, @@ -160139,7 +160671,7 @@ [ "expected", { - "_index": 1764, + "_index": 481, "data": { "manuals/addressing": {}, "manuals/android": {}, @@ -160158,7 +160690,8 @@ "ref/stable/gui": {}, "ref/stable/liveupdate": {}, "ref/stable/model": {}, - "ref/stable/resource": {} + "ref/stable/resource": {}, + "ref/stable/vmath": {} }, "type": {} } @@ -160166,7 +160699,7 @@ [ "expects", { - "_index": 3933, + "_index": 1425, "data": { "manuals/editor-scripts": {}, "manuals/editor-scripts-ui": {}, @@ -160179,7 +160712,7 @@ [ "expensive", { - "_index": 8377, + "_index": 7094, "data": { "ref/stable/vmath": {} }, @@ -160189,7 +160722,7 @@ [ "experience", { - "_index": 1766, + "_index": 3830, "data": { "manuals/design": {}, "manuals/lua": {}, @@ -160202,7 +160735,7 @@ [ "experiment", { - "_index": 3576, + "_index": 5592, "data": { "manuals/introduction": {} }, @@ -160212,7 +160745,7 @@ [ "experimental", { - "_index": 4932, + "_index": 4732, "data": { "manuals/extensions": {} }, @@ -160222,7 +160755,7 @@ [ "experimentally", { - "_index": 10399, + "_index": 10686, "data": { "ref/stable/base": {} }, @@ -160232,7 +160765,7 @@ [ "experimentation", { - "_index": 4333, + "_index": 5958, "data": { "manuals/design": {} }, @@ -160242,7 +160775,7 @@ [ "experimenting", { - "_index": 6229, + "_index": 6240, "data": { "examples/material/uvgradient": {} }, @@ -160252,7 +160785,7 @@ [ "expires", { - "_index": 3431, + "_index": 2972, "data": { "manuals/ios": {} }, @@ -160262,7 +160795,7 @@ [ "explain", { - "_index": 2400, + "_index": 4936, "data": { "manuals/getting-help": {} }, @@ -160272,7 +160805,7 @@ [ "explaining", { - "_index": 7265, + "_index": 8953, "data": { "ref/stable/editor": {}, "ref/stable/package": {} @@ -160283,7 +160816,7 @@ [ "explains", { - "_index": 997, + "_index": 2675, "data": { "manuals/flash": {}, "manuals/physics": {}, @@ -160296,7 +160829,7 @@ [ "explanation", { - "_index": 2922, + "_index": 4580, "data": { "manuals/compute": {}, "manuals/glossary": {}, @@ -160308,7 +160841,7 @@ [ "explanations", { - "_index": 3604, + "_index": 5610, "data": { "manuals/introduction": {} }, @@ -160318,7 +160851,7 @@ [ "explicit", { - "_index": 1119, + "_index": 2748, "data": { "manuals/design": {}, "manuals/shader": {}, @@ -160330,7 +160863,7 @@ [ "explicitly", { - "_index": 733, + "_index": 1492, "data": { "manuals/android": {}, "manuals/collection-factory": {}, @@ -160353,7 +160886,7 @@ [ "explore", { - "_index": 6173, + "_index": 6184, "data": { "examples/render/orbit_camera": {} }, @@ -160363,7 +160896,7 @@ [ "explorer", { - "_index": 2227, + "_index": 720, "data": { "manuals/html5": {} }, @@ -160373,7 +160906,7 @@ [ "exponent", { - "_index": 10436, + "_index": 10724, "data": { "ref/stable/base": {} }, @@ -160383,7 +160916,7 @@ [ "exponential", { - "_index": 8978, + "_index": 7647, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -160394,7 +160927,7 @@ [ "export", { - "_index": 480, + "_index": 699, "data": { "assets/panthera": {}, "assets/tilesetter": {}, @@ -160413,7 +160946,7 @@ [ "export/import", { - "_index": 2097, + "_index": 1091, "data": { "manuals/extensions-defold-sdk": {} }, @@ -160423,7 +160956,7 @@ [ "exported", { - "_index": 2246, + "_index": 766, "data": { "manuals/flash": {}, "manuals/html5": {}, @@ -160437,7 +160970,7 @@ [ "exporter", { - "_index": 475, + "_index": 4506, "data": { "assets/cleanexporter": {}, "assets/photoshopguiexporter": {}, @@ -160451,7 +160984,7 @@ [ "exporting", { - "_index": 4825, + "_index": 4803, "data": { "manuals/importing-models": {} }, @@ -160461,7 +160994,7 @@ [ "exports", { - "_index": 6690, + "_index": 6367, "data": { "assets/spritefusion": {} }, @@ -160471,7 +161004,7 @@ [ "expose", { - "_index": 506, + "_index": 3139, "data": { "assets/luascriptinstance": {}, "manuals/editor-scripts": {}, @@ -160486,7 +161019,7 @@ [ "exposed", { - "_index": 1106, + "_index": 2739, "data": { "manuals/shader": {}, "ref/stable/go": {} @@ -160497,7 +161030,7 @@ [ "exposes", { - "_index": 5597, + "_index": 3908, "data": { "manuals/font": {} }, @@ -160507,7 +161040,7 @@ [ "exposing", { - "_index": 6415, + "_index": 6466, "data": { "assets/yoga": {} }, @@ -160517,7 +161050,7 @@ [ "express", { - "_index": 4670, + "_index": 3778, "data": { "manuals/font": {}, "manuals/property-animation": {} @@ -160528,7 +161061,7 @@ [ "expressed", { - "_index": 941, + "_index": 304, "data": { "manuals/atlas": {}, "manuals/gui": {}, @@ -160549,7 +161082,7 @@ [ "expression", { - "_index": 4601, + "_index": 4538, "data": { "assets/lpeg": {}, "manuals/debugging-game-logic": {}, @@ -160564,7 +161097,7 @@ [ "expressions", { - "_index": 2350, + "_index": 5624, "data": { "manuals/debugging-game-logic": {}, "manuals/script-properties": {}, @@ -160576,7 +161109,7 @@ [ "ext", { - "_index": 6713, + "_index": 6334, "data": { "assets/defold-oop": {} }, @@ -160586,7 +161119,7 @@ [ "ext.manifest", { - "_index": 1269, + "_index": 3708, "data": { "manuals/editor-scripts": {}, "manuals/extensions": {}, @@ -160599,7 +161132,7 @@ [ "ext.properties", { - "_index": 4386, + "_index": 3707, "data": { "manuals/project-settings": {} }, @@ -160609,7 +161142,7 @@ [ "ext/plugins/bin", { - "_index": 5236, + "_index": 5439, "data": { "manuals/editor-scripts": {} }, @@ -160619,7 +161152,7 @@ [ "extend", { - "_index": 2551, + "_index": 2352, "data": { "manuals/glossary": {}, "manuals/gui-pie": {}, @@ -160634,7 +161167,7 @@ [ "extended", { - "_index": 10065, + "_index": 7451, "data": { "ref/stable/dmArray": {} }, @@ -160644,7 +161177,7 @@ [ "extender", { - "_index": 1412, + "_index": 2021, "data": { "manuals/application-security": {}, "manuals/editor-preferences": {}, @@ -160657,7 +161190,7 @@ [ "extender's", { - "_index": 4917, + "_index": 4789, "data": { "manuals/extender-docker-images": {} }, @@ -160667,7 +161200,7 @@ [ "extender.jar", { - "_index": 1422, + "_index": 4047, "data": { "manuals/extender-local-setup": {} }, @@ -160677,7 +161210,7 @@ [ "extender.remote", { - "_index": 4918, + "_index": 4790, "data": { "manuals/extender-docker-images": {} }, @@ -160687,7 +161220,7 @@ [ "extender_version", { - "_index": 1433, + "_index": 4057, "data": { "manuals/extender-local-setup": {} }, @@ -160697,7 +161230,7 @@ [ "extender_version}.jar", { - "_index": 1449, + "_index": 4071, "data": { "manuals/extender-local-setup": {} }, @@ -160707,7 +161240,7 @@ [ "extending", { - "_index": 6470, + "_index": 6324, "data": { "assets/fontgen": {} }, @@ -160717,7 +161250,7 @@ [ "extends", { - "_index": 4912, + "_index": 4579, "data": { "manuals/extender-docker-images": {}, "manuals/glossary": {} @@ -160728,7 +161261,7 @@ [ "extensible", { - "_index": 6024, + "_index": 3130, "data": { "manuals/editor-templates": {} }, @@ -160738,7 +161271,7 @@ [ "extensioin", { - "_index": 8018, + "_index": 9876, "data": { "ref/stable/dmExtension": {} }, @@ -160748,7 +161281,7 @@ [ "extension", { - "_index": 859, + "_index": 1067, "data": { "assets/adinfo": {}, "assets/adjustsdk": {}, @@ -160840,7 +161373,7 @@ [ "extension\\n", { - "_index": 4949, + "_index": 4751, "data": { "manuals/extensions": {} }, @@ -160850,7 +161383,7 @@ [ "extension_result_ok", { - "_index": 8038, + "_index": 9895, "data": { "ref/stable/dmExtension": {} }, @@ -160860,7 +161393,7 @@ [ "extensionappparams", { - "_index": 8037, + "_index": 9894, "data": { "ref/stable/dmExtension": {} }, @@ -160870,7 +161403,7 @@ [ "extensioncallbacktype", { - "_index": 8012, + "_index": 9870, "data": { "ref/stable/dmExtension": {} }, @@ -160880,7 +161413,7 @@ [ "extensiondescbuffersize", { - "_index": 8013, + "_index": 9871, "data": { "ref/stable/dmExtension": {} }, @@ -160890,7 +161423,7 @@ [ "extensiondirectories", { - "_index": 6285, + "_index": 6274, "data": { "assets/extensiondirectories": {} }, @@ -160900,7 +161433,7 @@ [ "extensionevent", { - "_index": 8042, + "_index": 9897, "data": { "ref/stable/dmExtension": {} }, @@ -160910,7 +161443,7 @@ [ "extensioneventid", { - "_index": 8014, + "_index": 9872, "data": { "ref/stable/dmExtension": {} }, @@ -160920,7 +161453,7 @@ [ "extensionparams", { - "_index": 8015, + "_index": 9873, "data": { "ref/stable/dmExtension": {} }, @@ -160930,7 +161463,7 @@ [ "extensionregister", { - "_index": 8019, + "_index": 9877, "data": { "ref/stable/dmExtension": {} }, @@ -160940,7 +161473,7 @@ [ "extensionregisteriosuiapplicationdelegate", { - "_index": 8028, + "_index": 9885, "data": { "ref/stable/dmExtension": {} }, @@ -160950,7 +161483,7 @@ [ "extensionresult", { - "_index": 8033, + "_index": 9890, "data": { "ref/stable/dmExtension": {} }, @@ -160960,7 +161493,7 @@ [ "extensions", { - "_index": 793, + "_index": 996, "data": { "manuals/android": {}, "manuals/animation": {}, @@ -160997,7 +161530,7 @@ [ "extensionunregisteriosuiapplicationdelegate", { - "_index": 8034, + "_index": 9891, "data": { "ref/stable/dmExtension": {} }, @@ -161007,7 +161540,7 @@ [ "extensive", { - "_index": 3823, + "_index": 242, "data": { "manuals/gui": {}, "manuals/version-control": {} @@ -161018,7 +161551,7 @@ [ "extent", { - "_index": 8357, + "_index": 7064, "data": { "ref/stable/vmath": {} }, @@ -161028,7 +161561,7 @@ [ "extern", { - "_index": 10350, + "_index": 8797, "data": { "ref/stable/dmProfile": {} }, @@ -161038,7 +161571,7 @@ [ "external", { - "_index": 156, + "_index": 1770, "data": { "manuals/bob": {}, "manuals/bundling": {}, @@ -161062,7 +161595,7 @@ [ "external_file_attributes", { - "_index": 10650, + "_index": 8834, "data": { "ref/stable/editor": {} }, @@ -161072,7 +161605,7 @@ [ "external_file_field", { - "_index": 3926, + "_index": 1410, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -161083,7 +161616,7 @@ [ "externalize", { - "_index": 2699, + "_index": 5728, "data": { "manuals/modules": {} }, @@ -161093,7 +161626,7 @@ [ "externally", { - "_index": 9614, + "_index": 9319, "data": { "ref/stable/dmGameObject": {} }, @@ -161103,7 +161636,7 @@ [ "extra", { - "_index": 1290, + "_index": 879, "data": { "assets/defos": {}, "assets/defstring": {}, @@ -161129,7 +161662,7 @@ [ "extra_params", { - "_index": 2339, + "_index": 930, "data": { "manuals/html5": {} }, @@ -161139,7 +161672,7 @@ [ "extract", { - "_index": 3762, + "_index": 3600, "data": { "manuals/debugging-game-and-system-logs": {}, "manuals/editor-scripts": {}, @@ -161152,7 +161685,7 @@ [ "extracted", { - "_index": 3485, + "_index": 3029, "data": { "manuals/debugging-game-and-system-logs": {}, "manuals/editor-scripts": {}, @@ -161164,7 +161697,7 @@ [ "extractscale", { - "_index": 7563, + "_index": 9842, "data": { "ref/stable/dmTransform": {} }, @@ -161174,7 +161707,7 @@ [ "extremely", { - "_index": 3784, + "_index": 4358, "data": { "manuals/design": {}, "manuals/glossary": {}, @@ -161186,7 +161719,7 @@ [ "extrude", { - "_index": 2468, + "_index": 2840, "data": { "manuals/atlas": {}, "manuals/tilesource": {} @@ -161197,7 +161730,7 @@ [ "extruding", { - "_index": 2473, + "_index": 2845, "data": { "manuals/atlas": {} }, @@ -161207,7 +161740,7 @@ [ "eye", { - "_index": 8330, + "_index": 7030, "data": { "ref/stable/vmath": {} }, @@ -161217,7 +161750,7 @@ [ "f", { - "_index": 1461, + "_index": 1218, "data": { "assets/tactxstudios": {}, "manuals/atlas": {}, @@ -161234,7 +161767,7 @@ [ "face", { - "_index": 3124, + "_index": 2409, "data": { "examples/movement/look_rotation": {}, "manuals/editor-styling": {}, @@ -161247,7 +161780,7 @@ [ "face_color", { - "_index": 978, + "_index": 2661, "data": { "manuals/shader": {} }, @@ -161257,7 +161790,7 @@ [ "face_type", { - "_index": 7915, + "_index": 8575, "data": { "ref/stable/render": {} }, @@ -161267,7 +161800,7 @@ [ "face_type_back", { - "_index": 9818, + "_index": 8266, "data": { "ref/stable/graphics": {} }, @@ -161277,7 +161810,7 @@ [ "face_type_front", { - "_index": 9819, + "_index": 8268, "data": { "ref/stable/graphics": {} }, @@ -161287,7 +161820,7 @@ [ "face_type_front_and_back", { - "_index": 9820, + "_index": 8270, "data": { "ref/stable/graphics": {} }, @@ -161297,7 +161830,7 @@ [ "facebook", { - "_index": 4722, + "_index": 2063, "data": { "assets/facebook": {}, "assets/facebookads": {}, @@ -161313,7 +161846,7 @@ [ "facebook's", { - "_index": 6416, + "_index": 6467, "data": { "assets/yoga": {} }, @@ -161323,7 +161856,7 @@ [ "facebook.com", { - "_index": 5021, + "_index": 4627, "data": { "manuals/extensions-manifest-merge-tool": {} }, @@ -161333,7 +161866,7 @@ [ "facebookads", { - "_index": 6440, + "_index": 6723, "data": { "assets/facebookads": {} }, @@ -161343,7 +161876,7 @@ [ "facebookinstantgames", { - "_index": 6451, + "_index": 6523, "data": { "assets/facebookinstantgames": {} }, @@ -161353,7 +161886,7 @@ [ "faces", { - "_index": 4826, + "_index": 4804, "data": { "manuals/importing-models": {} }, @@ -161363,7 +161896,7 @@ [ "facewinding", { - "_index": 10231, + "_index": 6829, "data": { "ref/stable/dmGraphics": {} }, @@ -161373,7 +161906,7 @@ [ "facilities", { - "_index": 6961, + "_index": 7114, "data": { "ref/stable/debug": {}, "ref/stable/socket": {}, @@ -161385,7 +161918,7 @@ [ "facility", { - "_index": 7280, + "_index": 9393, "data": { "ref/stable/package": {} }, @@ -161395,7 +161928,7 @@ [ "facing", { - "_index": 7912, + "_index": 8573, "data": { "ref/stable/render": {} }, @@ -161405,7 +161938,7 @@ [ "fact", { - "_index": 1823, + "_index": 2496, "data": { "manuals/factory": {}, "manuals/flipbook-animation": {}, @@ -161420,7 +161953,7 @@ [ "factions", { - "_index": 3392, + "_index": 5161, "data": { "manuals/flash": {} }, @@ -161430,7 +161963,7 @@ [ "factor", { - "_index": 3618, + "_index": 1694, "data": { "assets/fontscale": {}, "manuals/collection-proxy": {}, @@ -161448,7 +161981,7 @@ [ "factories", { - "_index": 3264, + "_index": 2184, "data": { "examples/particles/fireworks": {}, "manuals/building-blocks": {}, @@ -161463,7 +161996,7 @@ [ "factories#logo_factory", { - "_index": 3267, + "_index": 5075, "data": { "manuals/flash": {} }, @@ -161473,7 +162006,7 @@ [ "factors", { - "_index": 7520, + "_index": 8535, "data": { "ref/stable/dmRender": {}, "ref/stable/render": {} @@ -161484,7 +162017,7 @@ [ "factory", { - "_index": 637, + "_index": 2509, "data": { "examples/factory/basic": {}, "examples/factory/bullets": {}, @@ -161509,7 +162042,7 @@ [ "factory.create", { - "_index": 2150, + "_index": 4296, "data": { "manuals/factory": {}, "manuals/flash": {}, @@ -161523,7 +162056,7 @@ [ "factory.get_status", { - "_index": 6951, + "_index": 7188, "data": { "ref/stable/factory": {} }, @@ -161533,7 +162066,7 @@ [ "factory.load", { - "_index": 2629, + "_index": 4343, "data": { "manuals/factory": {}, "ref/stable/factory": {} @@ -161544,7 +162077,7 @@ [ "factory.script", { - "_index": 2578, + "_index": 4297, "data": { "manuals/factory": {} }, @@ -161554,7 +162087,7 @@ [ "factory.set_prototype", { - "_index": 2630, + "_index": 4344, "data": { "manuals/factory": {}, "ref/stable/factory": {} @@ -161565,7 +162098,7 @@ [ "factory.status_loaded", { - "_index": 6953, + "_index": 7190, "data": { "ref/stable/factory": {} }, @@ -161575,7 +162108,7 @@ [ "factory.status_loading", { - "_index": 6955, + "_index": 7192, "data": { "ref/stable/factory": {} }, @@ -161585,7 +162118,7 @@ [ "factory.status_unloaded", { - "_index": 6954, + "_index": 7191, "data": { "ref/stable/factory": {} }, @@ -161595,7 +162128,7 @@ [ "factory.unload", { - "_index": 2628, + "_index": 4342, "data": { "manuals/factory": {}, "ref/stable/factory": {} @@ -161606,7 +162139,7 @@ [ "factoryc", { - "_index": 8820, + "_index": 10883, "data": { "ref/stable/dmScript": {} }, @@ -161616,7 +162149,7 @@ [ "factory\u2019s", { - "_index": 718, + "_index": 2537, "data": { "manuals/collection-factory": {}, "manuals/factory": {} @@ -161627,7 +162160,7 @@ [ "fade", { - "_index": 2390, + "_index": 4930, "data": { "manuals/getting-help": {} }, @@ -161637,7 +162170,7 @@ [ "fail", { - "_index": 4994, + "_index": 2459, "data": { "manuals/live-update-scripting": {}, "manuals/zerobrane": {}, @@ -161652,7 +162185,7 @@ [ "failed", { - "_index": 2206, + "_index": 664, "data": { "manuals/editor-scripts": {}, "manuals/html5": {}, @@ -161668,7 +162201,7 @@ [ "fails", { - "_index": 3838, + "_index": 4400, "data": { "manuals/version-control": {}, "ref/stable/base": {}, @@ -161685,7 +162218,7 @@ [ "failure", { - "_index": 9651, + "_index": 9358, "data": { "ref/stable/dmConnectionPool": {}, "ref/stable/dmGameObject": {} @@ -161696,7 +162229,7 @@ [ "fair", { - "_index": 1385, + "_index": 4018, "data": { "manuals/extender-local-setup": {} }, @@ -161706,7 +162239,7 @@ [ "fall", { - "_index": 582, + "_index": 727, "data": { "manuals/app-manifest": {}, "manuals/html5": {}, @@ -161719,7 +162252,7 @@ [ "fallback", { - "_index": 1079, + "_index": 696, "data": { "manuals/gui-layouts": {}, "manuals/html5": {}, @@ -161731,7 +162264,7 @@ [ "falling", { - "_index": 5870, + "_index": 4587, "data": { "manuals/glossary": {} }, @@ -161741,7 +162274,7 @@ [ "falls", { - "_index": 5384, + "_index": 5919, "data": { "manuals/components": {} }, @@ -161751,7 +162284,7 @@ [ "false", { - "_index": 2031, + "_index": 752, "data": { "manuals/editor-scripts": {}, "manuals/editor-scripts-ui": {}, @@ -161797,7 +162330,7 @@ [ "familiar", { - "_index": 3270, + "_index": 1512, "data": { "manuals/editor-scripts-ui": {}, "manuals/flash": {}, @@ -161809,7 +162342,7 @@ [ "family", { - "_index": 3133, + "_index": 2418, "data": { "assets/pcg-random": {}, "manuals/editor-styling": {}, @@ -161822,7 +162355,7 @@ [ "fantastic", { - "_index": 6697, + "_index": 6341, "data": { "assets/alienworld": {} }, @@ -161832,7 +162365,7 @@ [ "faq", { - "_index": 2340, + "_index": 932, "data": { "manuals/android": {}, "manuals/editor": {}, @@ -161849,7 +162382,7 @@ [ "faq.md", { - "_index": 2342, + "_index": 934, "data": { "manuals/android": {}, "manuals/editor": {}, @@ -161866,7 +162399,7 @@ [ "far", { - "_index": 3670, + "_index": 1763, "data": { "manuals/camera": {}, "manuals/components": {}, @@ -161882,7 +162415,7 @@ [ "far_z", { - "_index": 6063, + "_index": 3480, "data": { "manuals/camera": {}, "ref/stable/camera": {} @@ -161893,7 +162426,7 @@ [ "farthest", { - "_index": 7903, + "_index": 8562, "data": { "ref/stable/render": {} }, @@ -161903,7 +162436,7 @@ [ "fast", { - "_index": 1765, + "_index": 4877, "data": { "assets/sfmt": {}, "manuals/design": {}, @@ -161919,7 +162452,7 @@ [ "faster", { - "_index": 2647, + "_index": 3667, "data": { "manuals/application-security": {}, "manuals/factory": {}, @@ -161934,7 +162467,7 @@ [ "fatal", { - "_index": 7017, + "_index": 7423, "data": { "ref/stable/dmLog": {} }, @@ -161944,7 +162477,7 @@ [ "faulty", { - "_index": 4621, + "_index": 5888, "data": { "manuals/debugging-game-logic": {} }, @@ -161954,7 +162487,7 @@ [ "favicon.ico", { - "_index": 4509, + "_index": 4960, "data": { "manuals/windows": {} }, @@ -161964,7 +162497,7 @@ [ "favorite", { - "_index": 3584, + "_index": 3158, "data": { "manuals/introduction": {}, "manuals/writing-code": {} @@ -161975,7 +162508,7 @@ [ "favour", { - "_index": 5451, + "_index": 6095, "data": { "manuals/android": {} }, @@ -161985,7 +162518,7 @@ [ "fbinstant", { - "_index": 5894, + "_index": 2350, "data": { "manuals/working-offline": {} }, @@ -161995,7 +162528,7 @@ [ "fcallback", { - "_index": 8036, + "_index": 9893, "data": { "ref/stable/dmExtension": {} }, @@ -162005,7 +162538,7 @@ [ "fconfigfilecreate", { - "_index": 7317, + "_index": 9108, "data": { "ref/stable/dmConfigFile": {} }, @@ -162015,7 +162548,7 @@ [ "fconfigfiledestroy", { - "_index": 7318, + "_index": 9109, "data": { "ref/stable/dmConfigFile": {} }, @@ -162025,7 +162558,7 @@ [ "fconfigfilegetfloat", { - "_index": 7319, + "_index": 9110, "data": { "ref/stable/dmConfigFile": {} }, @@ -162035,7 +162568,7 @@ [ "fconfigfilegetint", { - "_index": 7320, + "_index": 9111, "data": { "ref/stable/dmConfigFile": {} }, @@ -162045,7 +162578,7 @@ [ "fconfigfilegetstring", { - "_index": 7321, + "_index": 9112, "data": { "ref/stable/dmConfigFile": {} }, @@ -162055,7 +162588,7 @@ [ "fd", { - "_index": 7712, + "_index": 10050, "data": { "ref/stable/dmSocket": {} }, @@ -162065,7 +162598,7 @@ [ "fd_clr", { - "_index": 7724, + "_index": 10058, "data": { "ref/stable/dmSocket": {} }, @@ -162075,7 +162608,7 @@ [ "fd_isset", { - "_index": 7727, + "_index": 10061, "data": { "ref/stable/dmSocket": {} }, @@ -162085,7 +162618,7 @@ [ "fd_set", { - "_index": 7729, + "_index": 10063, "data": { "ref/stable/dmSocket": {} }, @@ -162095,7 +162628,7 @@ [ "fd_zero", { - "_index": 7731, + "_index": 10065, "data": { "ref/stable/dmSocket": {} }, @@ -162105,7 +162638,7 @@ [ "fdecryptresource", { - "_index": 6890, + "_index": 8416, "data": { "ref/stable/dmResource": {} }, @@ -162115,7 +162648,7 @@ [ "feat", { - "_index": 6508, + "_index": 6275, "data": { "assets/feat": {} }, @@ -162125,7 +162658,7 @@ [ "feature", { - "_index": 2291, + "_index": 831, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/android": {}, @@ -162150,7 +162683,7 @@ [ "features", { - "_index": 884, + "_index": 1460, "data": { "assets/defold-colors": {}, "assets/defoldgridengine": {}, @@ -162179,7 +162712,7 @@ [ "feed", { - "_index": 6453, + "_index": 6525, "data": { "assets/facebookinstantgames": {} }, @@ -162189,7 +162722,7 @@ [ "feedback", { - "_index": 3081, + "_index": 2480, "data": { "manuals/flipbook-animation": {} }, @@ -162199,7 +162732,7 @@ [ "feel", { - "_index": 3595, + "_index": 5606, "data": { "manuals/introduction": {} }, @@ -162209,7 +162742,7 @@ [ "fetch", { - "_index": 5145, + "_index": 2342, "data": { "manuals/editor-scripts": {}, "manuals/working-offline": {} @@ -162220,7 +162753,7 @@ [ "fetching", { - "_index": 5888, + "_index": 2334, "data": { "manuals/working-offline": {} }, @@ -162230,7 +162763,7 @@ [ "few", { - "_index": 96, + "_index": 1260, "data": { "manuals/debugging-native-code-ios": {}, "manuals/extensions-best-practices": {}, @@ -162256,7 +162789,7 @@ [ "fewer", { - "_index": 4491, + "_index": 589, "data": { "manuals/gui": {} }, @@ -162266,7 +162799,7 @@ [ "fextensionappfinalize", { - "_index": 8022, + "_index": 9880, "data": { "ref/stable/dmExtension": {} }, @@ -162276,7 +162809,7 @@ [ "fextensionappinitialize", { - "_index": 8021, + "_index": 9879, "data": { "ref/stable/dmExtension": {} }, @@ -162286,7 +162819,7 @@ [ "fextensioncallback", { - "_index": 8040, + "_index": 9896, "data": { "ref/stable/dmExtension": {} }, @@ -162296,7 +162829,7 @@ [ "fextensionfinalize", { - "_index": 8025, + "_index": 9882, "data": { "ref/stable/dmExtension": {} }, @@ -162306,7 +162839,7 @@ [ "fextensioninitialize", { - "_index": 8023, + "_index": 9881, "data": { "ref/stable/dmExtension": {} }, @@ -162316,7 +162849,7 @@ [ "fextensiononevent", { - "_index": 8027, + "_index": 9884, "data": { "ref/stable/dmExtension": {} }, @@ -162326,7 +162859,7 @@ [ "fextensionupdate", { - "_index": 8026, + "_index": 9883, "data": { "ref/stable/dmExtension": {} }, @@ -162336,7 +162869,7 @@ [ "fi", { - "_index": 4080, + "_index": 4279, "data": { "assets/alienworld": {}, "assets/horrifold": {}, @@ -162349,7 +162882,7 @@ [ "fiction", { - "_index": 6612, + "_index": 6444, "data": { "assets/narrator": {} }, @@ -162359,7 +162892,7 @@ [ "field", { - "_index": 271, + "_index": 750, "data": { "assets/dsfonts": {}, "manuals/app-manifest": {}, @@ -162400,7 +162933,7 @@ [ "fields", { - "_index": 1977, + "_index": 1198, "data": { "manuals/android": {}, "manuals/extender-docker-images": {}, @@ -162428,7 +162961,7 @@ [ "fifth", { - "_index": 5387, + "_index": 4715, "data": { "manuals/collection-proxy": {} }, @@ -162438,7 +162971,7 @@ [ "figure", { - "_index": 145, + "_index": 2581, "data": { "manuals/debugging-game-logic": {}, "manuals/glossary": {}, @@ -162453,7 +162986,7 @@ [ "file", { - "_index": 263, + "_index": 8, "data": { "assets/acidrain": {}, "assets/asefold": {}, @@ -162572,7 +163105,7 @@ [ "file's", { - "_index": 4865, + "_index": 3384, "data": { "manuals/addressing": {} }, @@ -162582,7 +163115,7 @@ [ "file/folder", { - "_index": 1858, + "_index": 3340, "data": { "manuals/live-update": {}, "ref/stable/editor": {} @@ -162593,7 +163126,7 @@ [ "file:close", { - "_index": 5211, + "_index": 5416, "data": { "manuals/editor-scripts": {}, "ref/stable/io": {} @@ -162604,7 +163137,7 @@ [ "file:flush", { - "_index": 8573, + "_index": 9449, "data": { "ref/stable/io": {} }, @@ -162614,7 +163147,7 @@ [ "file:lines", { - "_index": 8574, + "_index": 9450, "data": { "ref/stable/io": {} }, @@ -162624,7 +163157,7 @@ [ "file:read", { - "_index": 8577, + "_index": 9453, "data": { "ref/stable/io": {} }, @@ -162634,7 +163167,7 @@ [ "file:seek", { - "_index": 8578, + "_index": 9454, "data": { "ref/stable/io": {} }, @@ -162644,7 +163177,7 @@ [ "file:setvbuf", { - "_index": 8582, + "_index": 9458, "data": { "ref/stable/io": {} }, @@ -162654,7 +163187,7 @@ [ "file:write", { - "_index": 5208, + "_index": 5413, "data": { "manuals/editor-scripts": {}, "ref/stable/io": {} @@ -162665,7 +163198,7 @@ [ "file_name", { - "_index": 3909, + "_index": 1388, "data": { "manuals/editor-scripts-ui": {} }, @@ -162675,7 +163208,7 @@ [ "filename", { - "_index": 1665, + "_index": 845, "data": { "manuals/debugging-native-code": {}, "manuals/editor": {}, @@ -162694,7 +163227,7 @@ [ "filepath", { - "_index": 4162, + "_index": 3190, "data": { "manuals/bob": {} }, @@ -162704,7 +163237,7 @@ [ "files", { - "_index": 302, + "_index": 231, "data": { "assets/apkx": {}, "assets/asefold": {}, @@ -162775,7 +163308,7 @@ [ "files\\microsoft", { - "_index": 5955, + "_index": 2001, "data": { "manuals/editor-preferences": {} }, @@ -162785,7 +163318,7 @@ [ "filesystem", { - "_index": 2326, + "_index": 893, "data": { "manuals/editor": {}, "manuals/file-access": {}, @@ -162797,7 +163330,7 @@ [ "file}:{line", { - "_index": 5958, + "_index": 2005, "data": { "manuals/editor-preferences": {} }, @@ -162807,7 +163340,7 @@ [ "fill", { - "_index": 1811, + "_index": 315, "data": { "examples/material/screenspace": {}, "manuals/editor-scripts-ui": {}, @@ -162830,7 +163363,7 @@ [ "fill_angle", { - "_index": 5047, + "_index": 2602, "data": { "manuals/gui-pie": {}, "manuals/properties": {}, @@ -162842,7 +163375,7 @@ [ "filled", { - "_index": 2464, + "_index": 222, "data": { "manuals/atlas": {}, "manuals/gui": {}, @@ -162854,7 +163387,7 @@ [ "fills", { - "_index": 4462, + "_index": 418, "data": { "manuals/gui": {}, "ref/stable/gui": {} @@ -162865,7 +163398,7 @@ [ "filter", { - "_index": 1345, + "_index": 4258, "data": { "manuals/compute": {}, "manuals/extensions-ext-manifests": {}, @@ -162879,7 +163412,7 @@ [ "filter_mode_linear", { - "_index": 2888, + "_index": 6026, "data": { "manuals/material": {} }, @@ -162889,7 +163422,7 @@ [ "filter_mode_linear_mipmap_linear", { - "_index": 2903, + "_index": 6036, "data": { "manuals/material": {} }, @@ -162899,7 +163432,7 @@ [ "filter_mode_linear_mipmap_nearest", { - "_index": 2902, + "_index": 6035, "data": { "manuals/material": {} }, @@ -162909,7 +163442,7 @@ [ "filter_mode_nearest", { - "_index": 2887, + "_index": 6025, "data": { "manuals/material": {} }, @@ -162919,7 +163452,7 @@ [ "filter_mode_nearest_mipmap_linear", { - "_index": 2897, + "_index": 6034, "data": { "manuals/material": {} }, @@ -162929,7 +163462,7 @@ [ "filter_mode_nearest_mipmap_nearest", { - "_index": 2894, + "_index": 6031, "data": { "manuals/material": {} }, @@ -162939,7 +163472,7 @@ [ "filtered", { - "_index": 7096, + "_index": 7517, "data": { "ref/stable/physics": {} }, @@ -162949,7 +163482,7 @@ [ "filtering", { - "_index": 2434, + "_index": 15, "data": { "manuals/compute": {}, "manuals/material": {}, @@ -162963,7 +163496,7 @@ [ "filters", { - "_index": 5722, + "_index": 3558, "data": { "manuals/editor": {}, "manuals/sound": {}, @@ -162976,7 +163509,7 @@ [ "final", { - "_index": 723, + "_index": 1931, "data": { "examples/material/screenspace": {}, "examples/particles/confetti": {}, @@ -163008,7 +163541,7 @@ [ "finalization", { - "_index": 6025, + "_index": 5763, "data": { "manuals/application-lifecycle": {}, "ref/stable/dmExtension": {}, @@ -163022,7 +163555,7 @@ [ "finalize", { - "_index": 8024, + "_index": 7989, "data": { "ref/stable/collectionproxy": {}, "ref/stable/dmExtension": {}, @@ -163035,7 +163568,7 @@ [ "finalized", { - "_index": 8041, + "_index": 7564, "data": { "ref/stable/dmExtension": {}, "ref/stable/go": {}, @@ -163047,7 +163580,7 @@ [ "finalizemyextension", { - "_index": 4954, + "_index": 4756, "data": { "manuals/extensions": {} }, @@ -163057,7 +163590,7 @@ [ "finalizer", { - "_index": 8225, + "_index": 10600, "data": { "ref/stable/socket": {} }, @@ -163067,7 +163600,7 @@ [ "finalizes", { - "_index": 10521, + "_index": 7990, "data": { "ref/stable/collectionproxy": {} }, @@ -163077,7 +163610,7 @@ [ "finalizing", { - "_index": 6027, + "_index": 5765, "data": { "manuals/application-lifecycle": {} }, @@ -163087,7 +163620,7 @@ [ "finally", { - "_index": 3403, + "_index": 1285, "data": { "manuals/addressing": {}, "manuals/application-lifecycle": {}, @@ -163102,7 +163635,7 @@ [ "find", { - "_index": 1022, + "_index": 701, "data": { "assets/2dcollisions": {}, "assets/webgl-memory": {}, @@ -163136,7 +163669,7 @@ [ "finder", { - "_index": 3466, + "_index": 3008, "data": { "assets/apathfinding": {}, "manuals/debugging-game-and-system-logs": {}, @@ -163148,7 +163681,7 @@ [ "finder/explorer", { - "_index": 6490, + "_index": 6405, "data": { "assets/editor-script-extra-locations": {} }, @@ -163158,7 +163691,7 @@ [ "finding", { - "_index": 4574, + "_index": 1934, "data": { "assets/apathfinding": {}, "assets/navgo": {}, @@ -163172,7 +163705,7 @@ [ "finds", { - "_index": 7279, + "_index": 7111, "data": { "ref/stable/package": {}, "ref/stable/string": {} @@ -163183,7 +163716,7 @@ [ "fine", { - "_index": 2126, + "_index": 548, "data": { "manuals/application-security": {}, "manuals/debugging-native-code-android": {}, @@ -163203,7 +163736,7 @@ [ "finger", { - "_index": 2176, + "_index": 4498, "data": { "manuals/input-mouse-and-touch": {}, "ref/stable/dmHid": {}, @@ -163216,7 +163749,7 @@ [ "fingerprint", { - "_index": 9941, + "_index": 8709, "data": { "ref/stable/crash": {} }, @@ -163226,7 +163759,7 @@ [ "finish", { - "_index": 3452, + "_index": 2990, "data": { "manuals/ios": {}, "ref/stable/io": {} @@ -163237,7 +163770,7 @@ [ "finished", { - "_index": 388, + "_index": 3569, "data": { "manuals/editor-scripts": {}, "manuals/project-setup": {}, @@ -163255,7 +163788,7 @@ [ "finishes", { - "_index": 6026, + "_index": 5764, "data": { "manuals/application-lifecycle": {}, "ref/stable/debug": {} @@ -163266,7 +163799,7 @@ [ "fire", { - "_index": 2929, + "_index": 4552, "data": { "examples/particles/fire_and_smoke": {}, "manuals/compute": {}, @@ -163280,7 +163813,7 @@ [ "firebase", { - "_index": 5544, + "_index": 4111, "data": { "assets/firebase-remoteconfig": {}, "assets/googleanalyticsforfirebase": {}, @@ -163293,7 +163826,7 @@ [ "firebasecore", { - "_index": 4026, + "_index": 5942, "data": { "manuals/extensions-cocoapods": {} }, @@ -163303,7 +163836,7 @@ [ "firebaseinstallations", { - "_index": 4028, + "_index": 5944, "data": { "manuals/extensions-cocoapods": {} }, @@ -163313,7 +163846,7 @@ [ "fired", { - "_index": 3771, + "_index": 1910, "data": { "examples/factory/bullets": {}, "examples/physics/knockback": {}, @@ -163325,7 +163858,7 @@ [ "firefox", { - "_index": 600, + "_index": 5232, "data": { "manuals/app-manifest": {} }, @@ -163335,7 +163868,7 @@ [ "fires", { - "_index": 9980, + "_index": 7374, "data": { "ref/stable/timer": {} }, @@ -163345,7 +163878,7 @@ [ "firewalls", { - "_index": 4999, + "_index": 2464, "data": { "manuals/zerobrane": {} }, @@ -163355,7 +163888,7 @@ [ "fireworks", { - "_index": 6208, + "_index": 6134, "data": { "examples/particles/confetti": {}, "examples/particles/fireworks": {} @@ -163366,7 +163899,7 @@ [ "fireworks.script", { - "_index": 6216, + "_index": 6145, "data": { "examples/particles/fireworks": {} }, @@ -163376,7 +163909,7 @@ [ "first", { - "_index": 337, + "_index": 500, "data": { "assets/googleplayinstant": {}, "assets/pointer-lock": {}, @@ -163451,7 +163984,7 @@ [ "first_name", { - "_index": 3994, + "_index": 1537, "data": { "manuals/editor-scripts-ui": {} }, @@ -163461,7 +163994,7 @@ [ "firstly", { - "_index": 3370, + "_index": 5147, "data": { "manuals/flash": {} }, @@ -163471,7 +164004,7 @@ [ "fit", { - "_index": 1742, + "_index": 378, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/atlas": {}, @@ -163492,7 +164025,7 @@ [ "fiteratorchildren", { - "_index": 9504, + "_index": 9204, "data": { "ref/stable/dmGameObject": {} }, @@ -163502,7 +164035,7 @@ [ "fiteratorproperties", { - "_index": 9525, + "_index": 9226, "data": { "ref/stable/dmGameObject": {} }, @@ -163512,7 +164045,7 @@ [ "fits", { - "_index": 10447, + "_index": 9727, "data": { "ref/stable/dmStringFunc": {} }, @@ -163522,7 +164055,7 @@ [ "fitting", { - "_index": 4456, + "_index": 397, "data": { "manuals/gui": {} }, @@ -163532,7 +164065,7 @@ [ "five", { - "_index": 1987, + "_index": 5963, "data": { "examples/collection/timestep": {}, "manuals/input": {} @@ -163543,7 +164076,7 @@ [ "fix", { - "_index": 4984, + "_index": 2444, "data": { "manuals/zerobrane": {} }, @@ -163553,7 +164086,7 @@ [ "fixed", { - "_index": 1710, + "_index": 2226, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/addressing": {}, @@ -163566,6 +164099,7 @@ "ref/stable/b2d.body": {}, "ref/stable/base": {}, "ref/stable/dmGameObject": {}, + "ref/stable/editor": {}, "ref/stable/go": {} }, "type": {} @@ -163574,7 +164108,7 @@ [ "fixed_update", { - "_index": 5537, + "_index": 3863, "data": { "manuals/physics": {}, "ref/stable/go": {} @@ -163585,7 +164119,7 @@ [ "fixedupdate", { - "_index": 9660, + "_index": 9366, "data": { "ref/stable/dmGameObject": {} }, @@ -163595,7 +164129,7 @@ [ "fixtures", { - "_index": 8918, + "_index": 10164, "data": { "ref/stable/b2d.body": {} }, @@ -163605,7 +164139,7 @@ [ "flag", { - "_index": 1493, + "_index": 4098, "data": { "manuals/compute": {}, "manuals/debugging-native-code": {}, @@ -163628,7 +164162,7 @@ [ "flagged", { - "_index": 9537, + "_index": 9238, "data": { "ref/stable/dmGameObject": {} }, @@ -163638,7 +164172,7 @@ [ "flags", { - "_index": 1267, + "_index": 4646, "data": { "manuals/compute": {}, "manuals/extensions-ext-manifests": {}, @@ -163654,7 +164188,7 @@ [ "flame", { - "_index": 6196, + "_index": 6151, "data": { "examples/particles/fire_and_smoke": {} }, @@ -163664,7 +164198,7 @@ [ "flash", { - "_index": 3237, + "_index": 5054, "data": { "manuals/flash": {} }, @@ -163674,7 +164208,7 @@ [ "flash\u2014button", { - "_index": 3378, + "_index": 5151, "data": { "manuals/flash": {} }, @@ -163684,7 +164218,7 @@ [ "flash\u2014depth", { - "_index": 3297, + "_index": 5096, "data": { "manuals/flash": {} }, @@ -163694,7 +164228,7 @@ [ "flash\u2014dynamically", { - "_index": 3256, + "_index": 5065, "data": { "manuals/flash": {} }, @@ -163704,7 +164238,7 @@ [ "flash\u2014event", { - "_index": 3366, + "_index": 5142, "data": { "manuals/flash": {} }, @@ -163714,7 +164248,7 @@ [ "flash\u2014hittestobject", { - "_index": 3329, + "_index": 5120, "data": { "manuals/flash": {} }, @@ -163724,7 +164258,7 @@ [ "flash\u2014manually", { - "_index": 3236, + "_index": 5053, "data": { "manuals/flash": {} }, @@ -163734,7 +164268,7 @@ [ "flash\u2014referencing", { - "_index": 3249, + "_index": 5059, "data": { "manuals/flash": {} }, @@ -163744,7 +164278,7 @@ [ "flash\u2014stage", { - "_index": 3269, + "_index": 5077, "data": { "manuals/flash": {} }, @@ -163754,7 +164288,7 @@ [ "flash\u2014timeline", { - "_index": 3282, + "_index": 5085, "data": { "manuals/flash": {} }, @@ -163764,7 +164298,7 @@ [ "flat", { - "_index": 3186, + "_index": 1182, "data": { "manuals/gui-pie": {}, "manuals/particlefx": {} @@ -163775,7 +164309,7 @@ [ "flavors", { - "_index": 5292, + "_index": 5491, "data": { "manuals/editor-scripts": {} }, @@ -163785,7 +164319,7 @@ [ "flexible", { - "_index": 4465, + "_index": 435, "data": { "assets/tiled": {}, "manuals/gui": {} @@ -163796,7 +164330,7 @@ [ "flickering", { - "_index": 5381, + "_index": 5918, "data": { "manuals/components": {} }, @@ -163806,7 +164340,7 @@ [ "flight", { - "_index": 10314, + "_index": 6919, "data": { "ref/stable/dmGraphics": {} }, @@ -163816,7 +164350,7 @@ [ "flip", { - "_index": 241, + "_index": 213, "data": { "examples/sprite/flip": {}, "manuals/atlas": {}, @@ -163837,7 +164371,7 @@ [ "flip_horizontal", { - "_index": 7341, + "_index": 10377, "data": { "ref/stable/resource": {} }, @@ -163847,7 +164381,7 @@ [ "flip_vertical", { - "_index": 7340, + "_index": 10376, "data": { "ref/stable/resource": {} }, @@ -163857,7 +164391,7 @@ [ "flip_vertically", { - "_index": 10893, + "_index": 10355, "data": { "ref/stable/image": {} }, @@ -163867,7 +164401,7 @@ [ "flipbook", { - "_index": 315, + "_index": 946, "data": { "examples/animation/flipbook": {}, "manuals/atlas": {}, @@ -163883,7 +164417,7 @@ [ "flipbook_done", { - "_index": 3101, + "_index": 2504, "data": { "manuals/flipbook-animation": {} }, @@ -163893,7 +164427,7 @@ [ "flipped", { - "_index": 6190, + "_index": 6162, "data": { "examples/sprite/flip": {}, "ref/stable/image": {}, @@ -163905,7 +164439,7 @@ [ "flipping", { - "_index": 4343, + "_index": 3808, "data": { "manuals/sprite": {}, "manuals/tilemap": {}, @@ -163917,7 +164451,7 @@ [ "flips", { - "_index": 2507, + "_index": 2873, "data": { "manuals/atlas": {}, "manuals/tilesource": {}, @@ -163929,7 +164463,7 @@ [ "float", { - "_index": 1168, + "_index": 2780, "data": { "manuals/compute": {}, "manuals/font": {}, @@ -163952,7 +164486,7 @@ [ "float3", { - "_index": 9611, + "_index": 9316, "data": { "ref/stable/dmGameObject": {} }, @@ -163962,7 +164496,7 @@ [ "float4", { - "_index": 9607, + "_index": 9312, "data": { "ref/stable/dmGameObject": {} }, @@ -163972,7 +164506,7 @@ [ "float[4", { - "_index": 9639, + "_index": 6894, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmGraphics": {} @@ -163983,10 +164517,11 @@ [ "floating", { - "_index": 7571, + "_index": 7099, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmTransform": {}, + "ref/stable/editor": {}, "ref/stable/vmath": {} }, "type": {} @@ -163995,7 +164530,7 @@ [ "floats", { - "_index": 4535, + "_index": 5651, "data": { "manuals/mesh": {}, "ref/stable/dmGameObject": {} @@ -164006,7 +164541,7 @@ [ "floaty", { - "_index": 1896, + "_index": 2301, "data": { "manuals/physics-objects": {} }, @@ -164016,7 +164551,7 @@ [ "floglistener", { - "_index": 7023, + "_index": 7429, "data": { "ref/stable/dmLog": {} }, @@ -164026,7 +164561,7 @@ [ "floor", { - "_index": 9740, + "_index": 7262, "data": { "ref/stable/math": {} }, @@ -164036,7 +164571,7 @@ [ "flow", { - "_index": 61, + "_index": 4966, "data": { "assets/panthera": {}, "manuals/compute": {}, @@ -164051,7 +164586,7 @@ [ "flowing", { - "_index": 6231, + "_index": 6227, "data": { "examples/material/noise": {} }, @@ -164061,7 +164596,7 @@ [ "fluid", { - "_index": 2930, + "_index": 5258, "data": { "assets/defluid": {}, "examples/render/orbit_camera": {}, @@ -164073,7 +164608,7 @@ [ "flush", { - "_index": 8583, + "_index": 9220, "data": { "ref/stable/dmGameObject": {}, "ref/stable/io": {} @@ -164084,7 +164619,7 @@ [ "fly", { - "_index": 5847, + "_index": 4541, "data": { "examples/particles/confetti": {}, "manuals/glossary": {}, @@ -164096,7 +164631,7 @@ [ "fmod", { - "_index": 5555, + "_index": 5709, "data": { "assets/fmod": {}, "manuals/resource": {}, @@ -164108,7 +164643,7 @@ [ "fnt", { - "_index": 5569, + "_index": 3871, "data": { "manuals/font": {} }, @@ -164118,7 +164653,7 @@ [ "fnt.material", { - "_index": 5582, + "_index": 3886, "data": { "manuals/font": {} }, @@ -164128,7 +164663,7 @@ [ "focal", { - "_index": 6184, + "_index": 6195, "data": { "examples/render/orbit_camera": {} }, @@ -164138,7 +164673,7 @@ [ "focus", { - "_index": 1965, + "_index": 1773, "data": { "examples/render/orbit_camera": {}, "manuals/collection-proxy": {}, @@ -164158,7 +164693,7 @@ [ "fog", { - "_index": 5868, + "_index": 4584, "data": { "manuals/glossary": {} }, @@ -164168,7 +164703,7 @@ [ "fold", { - "_index": 6551, + "_index": 6559, "data": { "assets/horrifold": {} }, @@ -164178,7 +164713,7 @@ [ "folder", { - "_index": 802, + "_index": 236, "data": { "manuals/bob": {}, "manuals/bundling": {}, @@ -164216,7 +164751,7 @@ [ "folder/my", { - "_index": 1157, + "_index": 2774, "data": { "manuals/shader": {} }, @@ -164226,7 +164761,7 @@ [ "folders", { - "_index": 856, + "_index": 204, "data": { "manuals/debugging-native-code": {}, "manuals/editor": {}, @@ -164241,7 +164776,7 @@ [ "foliage", { - "_index": 2943, + "_index": 4602, "data": { "manuals/compute": {}, "manuals/glossary": {} @@ -164252,7 +164787,7 @@ [ "follow", { - "_index": 1372, + "_index": 637, "data": { "assets/orthographic": {}, "examples/render/camera": {}, @@ -164273,7 +164808,7 @@ [ "followed", { - "_index": 8207, + "_index": 7447, "data": { "ref/stable/dmArray": {}, "ref/stable/socket": {}, @@ -164285,7 +164820,7 @@ [ "following", { - "_index": 808, + "_index": 380, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/addressing": {}, @@ -164364,7 +164899,7 @@ [ "follows", { - "_index": 57, + "_index": 343, "data": { "examples/particles/modifiers": {}, "manuals/addressing": {}, @@ -164387,7 +164922,7 @@ [ "font", { - "_index": 45, + "_index": 159, "data": { "assets/fontgen": {}, "assets/fontscale": {}, @@ -164413,7 +164948,7 @@ [ "fontgen", { - "_index": 6469, + "_index": 6323, "data": { "assets/fontgen": {} }, @@ -164423,7 +164958,7 @@ [ "fonts", { - "_index": 348, + "_index": 157, "data": { "assets/dsfonts": {}, "manuals/bob": {}, @@ -164442,7 +164977,7 @@ [ "fontscale", { - "_index": 6301, + "_index": 6549, "data": { "assets/fontscale": {} }, @@ -164452,7 +164987,7 @@ [ "foo", { - "_index": 7271, + "_index": 9385, "data": { "ref/stable/package": {} }, @@ -164462,7 +164997,7 @@ [ "foo.dll", { - "_index": 7277, + "_index": 9391, "data": { "ref/stable/package": {} }, @@ -164472,7 +165007,7 @@ [ "foo.lc", { - "_index": 7273, + "_index": 9387, "data": { "ref/stable/package": {} }, @@ -164482,7 +165017,7 @@ [ "foo.lua", { - "_index": 7272, + "_index": 9386, "data": { "ref/stable/package": {} }, @@ -164492,7 +165027,7 @@ [ "foo.so", { - "_index": 7276, + "_index": 9390, "data": { "ref/stable/package": {} }, @@ -164502,7 +165037,7 @@ [ "foobar", { - "_index": 2696, + "_index": 3591, "data": { "manuals/extensions-manifest-merge-tool": {}, "manuals/modules": {}, @@ -164514,7 +165049,7 @@ [ "foobar.net", { - "_index": 5014, + "_index": 4619, "data": { "manuals/extensions-manifest-merge-tool": {} }, @@ -164524,7 +165059,7 @@ [ "footer", { - "_index": 10718, + "_index": 8937, "data": { "ref/stable/editor": {} }, @@ -164534,7 +165069,7 @@ [ "footprint", { - "_index": 3822, + "_index": 4390, "data": { "manuals/collection-proxy": {}, "manuals/version-control": {} @@ -164545,7 +165080,7 @@ [ "fopen", { - "_index": 8590, + "_index": 9467, "data": { "ref/stable/io": {} }, @@ -164555,7 +165090,7 @@ [ "for", { - "_index": 74, + "_index": 38, "data": { "assets/acidrain": {}, "assets/adinfo": {}, @@ -164866,7 +165401,7 @@ [ "force", { - "_index": 4170, + "_index": 3200, "data": { "manuals/android": {}, "manuals/bob": {}, @@ -164882,7 +165417,7 @@ [ "forced", { - "_index": 4488, + "_index": 578, "data": { "manuals/gui": {} }, @@ -164892,7 +165427,7 @@ [ "forces", { - "_index": 1912, + "_index": 138, "data": { "manuals/gui": {}, "manuals/physics": {}, @@ -164905,7 +165440,7 @@ [ "forcing", { - "_index": 1857, + "_index": 3339, "data": { "manuals/live-update": {} }, @@ -164915,7 +165450,7 @@ [ "forever", { - "_index": 6157, + "_index": 6216, "data": { "examples/physics/dynamic": {}, "ref/stable/socket": {} @@ -164926,7 +165461,7 @@ [ "forget", { - "_index": 2022, + "_index": 3884, "data": { "manuals/font": {}, "manuals/input": {} @@ -164937,7 +165472,7 @@ [ "fork", { - "_index": 2859, + "_index": 3663, "data": { "manuals/application-security": {}, "manuals/extensions-best-practices": {} @@ -164948,7 +165483,7 @@ [ "forking", { - "_index": 5503, + "_index": 3662, "data": { "manuals/extensions-best-practices": {} }, @@ -164958,7 +165493,7 @@ [ "form", { - "_index": 314, + "_index": 945, "data": { "assets/ump": {}, "examples/timer/repeating_timer": {}, @@ -164979,7 +165514,7 @@ [ "format", { - "_index": 1129, + "_index": 2164, "data": { "assets/asefold": {}, "assets/colorlib": {}, @@ -165032,7 +165567,7 @@ [ "formating", { - "_index": 10444, + "_index": 9724, "data": { "ref/stable/dmStringFunc": {} }, @@ -165042,7 +165577,7 @@ [ "formats", { - "_index": 289, + "_index": 938, "data": { "assets/fmod": {}, "manuals/animation": {}, @@ -165064,7 +165599,7 @@ [ "formatted", { - "_index": 8529, + "_index": 7117, "data": { "ref/stable/base": {}, "ref/stable/os": {}, @@ -165076,7 +165611,7 @@ [ "formatting", { - "_index": 5196, + "_index": 5401, "data": { "manuals/editor-scripts": {} }, @@ -165086,7 +165621,7 @@ [ "forming", { - "_index": 6121, + "_index": 6112, "data": { "examples/gui/healthbar": {} }, @@ -165096,7 +165631,7 @@ [ "forms", { - "_index": 3888, + "_index": 1355, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/render": {} @@ -165107,7 +165642,7 @@ [ "formula", { - "_index": 1877, + "_index": 2287, "data": { "manuals/physics-objects": {}, "manuals/physics-resolving-collisions": {}, @@ -165120,7 +165655,7 @@ [ "forth", { - "_index": 95, + "_index": 2379, "data": { "manuals/application-lifecycle": {}, "manuals/components": {}, @@ -165141,7 +165676,7 @@ [ "fortunately", { - "_index": 5851, + "_index": 4549, "data": { "manuals/glossary": {} }, @@ -165151,7 +165686,7 @@ [ "forum", { - "_index": 2424, + "_index": 3014, "data": { "manuals/getting-help": {}, "manuals/introduction": {}, @@ -165165,7 +165700,7 @@ [ "forward", { - "_index": 2511, + "_index": 2876, "data": { "assets/illumination": {}, "examples/movement/look_rotation": {}, @@ -165183,7 +165718,7 @@ [ "found", { - "_index": 796, + "_index": 999, "data": { "examples/sprite/bunnymark": {}, "manuals/application-security": {}, @@ -165229,7 +165764,7 @@ [ "foundation", { - "_index": 1308, + "_index": 3789, "data": { "manuals/application-security": {}, "manuals/extensions-ext-manifests": {}, @@ -165241,7 +165776,7 @@ [ "four", { - "_index": 2268, + "_index": 795, "data": { "examples/collection/proxy": {}, "examples/physics/hinge_joint": {}, @@ -165262,7 +165797,7 @@ [ "fourth", { - "_index": 7289, + "_index": 7113, "data": { "ref/stable/gui": {}, "ref/stable/package": {}, @@ -165274,7 +165809,7 @@ [ "fov", { - "_index": 6061, + "_index": 3477, "data": { "manuals/camera": {}, "ref/stable/camera": {} @@ -165285,7 +165820,7 @@ [ "fps", { - "_index": 2504, + "_index": 2872, "data": { "manuals/atlas": {}, "manuals/flash": {}, @@ -165302,7 +165837,7 @@ [ "fr,fg,fb,fa", { - "_index": 7862, + "_index": 8536, "data": { "ref/stable/render": {} }, @@ -165312,7 +165847,7 @@ [ "fract", { - "_index": 5606, + "_index": 3918, "data": { "manuals/font": {} }, @@ -165322,7 +165857,7 @@ [ "fraction", { - "_index": 4686, + "_index": 2211, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/physics-events": {}, @@ -165334,7 +165869,7 @@ [ "fractional", { - "_index": 9760, + "_index": 7283, "data": { "ref/stable/math": {} }, @@ -165344,7 +165879,7 @@ [ "fragment", { - "_index": 906, + "_index": 2383, "data": { "examples/material/screenspace": {}, "examples/material/unlit": {}, @@ -165367,7 +165902,7 @@ [ "fragment's", { - "_index": 7931, + "_index": 8589, "data": { "ref/stable/render": {} }, @@ -165377,7 +165912,7 @@ [ "fragmentation", { - "_index": 5037, + "_index": 2564, "data": { "manuals/optimization-memory": {} }, @@ -165387,7 +165922,7 @@ [ "fragmented", { - "_index": 8145, + "_index": 10524, "data": { "ref/stable/socket": {} }, @@ -165397,7 +165932,7 @@ [ "frame", { - "_index": 1526, + "_index": 1153, "data": { "manuals/atlas": {}, "manuals/debugging-game-logic": {}, @@ -165441,7 +165976,7 @@ [ "frame_count", { - "_index": 10329, + "_index": 6954, "data": { "ref/stable/sprite": {} }, @@ -165451,7 +165986,7 @@ [ "frame_end", { - "_index": 2531, + "_index": 2894, "data": { "manuals/atlas": {}, "ref/stable/resource": {} @@ -165462,7 +165997,7 @@ [ "frame_start", { - "_index": 2530, + "_index": 2893, "data": { "manuals/atlas": {}, "ref/stable/resource": {} @@ -165473,7 +166008,7 @@ [ "framed", { - "_index": 3820, + "_index": 4388, "data": { "manuals/version-control": {} }, @@ -165483,7 +166018,7 @@ [ "framereset", { - "_index": 10348, + "_index": 8795, "data": { "ref/stable/dmProfile": {} }, @@ -165493,7 +166028,7 @@ [ "frames", { - "_index": 2505, + "_index": 2472, "data": { "manuals/atlas": {}, "manuals/collection-proxy": {}, @@ -165512,7 +166047,7 @@ [ "framesets", { - "_index": 8496, + "_index": 9693, "data": { "ref/stable/sys": {} }, @@ -165522,7 +166057,7 @@ [ "framework", { - "_index": 6249, + "_index": 6304, "data": { "assets/adinfo": {}, "assets/colyseus": {}, @@ -165535,7 +166070,7 @@ [ "frameworks", { - "_index": 1286, + "_index": 4651, "data": { "manuals/extensions-ext-manifests": {}, "manuals/macos": {} @@ -165546,7 +166081,7 @@ [ "free", { - "_index": 2117, + "_index": 2952, "data": { "assets/dear-imgui": {}, "assets/googleanalyticsforfirebase": {}, @@ -165578,7 +166113,7 @@ [ "freeing", { - "_index": 10479, + "_index": 7319, "data": { "ref/stable/dmMessage": {} }, @@ -165588,7 +166123,7 @@ [ "freely", { - "_index": 3537, + "_index": 1603, "data": { "manuals/editor": {}, "manuals/message-passing": {} @@ -165599,7 +166134,7 @@ [ "freemessage", { - "_index": 10493, + "_index": 9079, "data": { "ref/stable/dmDDF": {} }, @@ -165609,7 +166144,7 @@ [ "frees", { - "_index": 8268, + "_index": 7352, "data": { "ref/stable/dmArray": {}, "ref/stable/dmMemory": {} @@ -165620,7 +166155,7 @@ [ "freetls", { - "_index": 7655, + "_index": 10310, "data": { "ref/stable/dmThread": {} }, @@ -165630,7 +166165,7 @@ [ "freezes", { - "_index": 8249, + "_index": 10620, "data": { "ref/stable/socket": {} }, @@ -165640,7 +166175,7 @@ [ "freloadedcallback", { - "_index": 6893, + "_index": 8419, "data": { "ref/stable/dmResource": {} }, @@ -165650,7 +166185,7 @@ [ "french", { - "_index": 1632, + "_index": 4823, "data": { "manuals/porting-guidelines": {} }, @@ -165660,7 +166195,7 @@ [ "frequency", { - "_index": 5535, + "_index": 3861, "data": { "manuals/physics": {}, "manuals/physics-joints": {}, @@ -165675,7 +166210,7 @@ [ "frequent", { - "_index": 2292, + "_index": 833, "data": { "manuals/html5": {} }, @@ -165685,7 +166220,7 @@ [ "frequently", { - "_index": 3246, + "_index": 4798, "data": { "assets/firebase-remoteconfig": {}, "manuals/flash": {}, @@ -165697,7 +166232,7 @@ [ "fresourcedecrypt", { - "_index": 6894, + "_index": 8420, "data": { "ref/stable/dmResource": {} }, @@ -165707,7 +166242,7 @@ [ "fresourcereloadedcallback", { - "_index": 6896, + "_index": 8422, "data": { "ref/stable/dmResource": {} }, @@ -165717,7 +166252,7 @@ [ "frexp", { - "_index": 9746, + "_index": 7268, "data": { "ref/stable/math": {} }, @@ -165727,7 +166262,7 @@ [ "friction", { - "_index": 1893, + "_index": 2298, "data": { "examples/physics/dynamic": {}, "examples/physics/hinge_joint": {}, @@ -165742,7 +166277,7 @@ [ "friend", { - "_index": 3387, + "_index": 5157, "data": { "manuals/flash": {} }, @@ -165752,7 +166287,7 @@ [ "friendly", { - "_index": 3599, + "_index": 4802, "data": { "manuals/importing-assets": {}, "manuals/introduction": {}, @@ -165764,7 +166299,7 @@ [ "friends", { - "_index": 6455, + "_index": 6527, "data": { "assets/facebookinstantgames": {}, "ref/stable/dmHash": {} @@ -165775,7 +166310,7 @@ [ "from", { - "_index": 141, + "_index": 113, "data": { "assets/adswrapper": {}, "assets/defold-runtime-atlas": {}, @@ -165961,7 +166496,7 @@ [ "from"", { - "_index": 10141, + "_index": 7158, "data": { "ref/stable/string": {} }, @@ -165971,7 +166506,7 @@ [ "front", { - "_index": 1743, + "_index": 507, "data": { "examples/particles/fire_and_smoke": {}, "manuals/gui": {}, @@ -165986,7 +166521,7 @@ [ "frontend", { - "_index": 1466, + "_index": 4084, "data": { "manuals/extender-local-setup": {} }, @@ -165996,7 +166531,7 @@ [ "frontwheel", { - "_index": 6159, + "_index": 6213, "data": { "examples/physics/hinge_joint": {} }, @@ -166006,7 +166541,7 @@ [ "frustum", { - "_index": 1620, + "_index": 3124, "data": { "manuals/camera": {}, "manuals/compute": {}, @@ -166024,7 +166559,7 @@ [ "frustum_planes", { - "_index": 7806, + "_index": 8487, "data": { "ref/stable/render": {} }, @@ -166034,7 +166569,7 @@ [ "frustum_planes_all", { - "_index": 7817, + "_index": 8495, "data": { "ref/stable/render": {} }, @@ -166044,7 +166579,7 @@ [ "frustum_planes_sides", { - "_index": 7818, + "_index": 8496, "data": { "ref/stable/render": {} }, @@ -166054,7 +166589,7 @@ [ "frustumoptions", { - "_index": 7467, + "_index": 10914, "data": { "ref/stable/dmRender": {} }, @@ -166064,7 +166599,7 @@ [ "frustumplanes", { - "_index": 7468, + "_index": 10915, "data": { "ref/stable/dmRender": {} }, @@ -166074,7 +166609,7 @@ [ "fs_uniforms", { - "_index": 1136, + "_index": 2761, "data": { "manuals/shader": {} }, @@ -166084,7 +166619,7 @@ [ "full", { - "_index": 1251, + "_index": 740, "data": { "assets/nakama": {}, "assets/screenshot": {}, @@ -166121,7 +166656,7 @@ [ "fullscreen", { - "_index": 2262, + "_index": 788, "data": { "assets/videoplayernative": {}, "manuals/html5": {} @@ -166132,7 +166667,7 @@ [ "fully", { - "_index": 1279, + "_index": 414, "data": { "manuals/android": {}, "manuals/application-security": {}, @@ -166152,7 +166687,7 @@ [ "fun", { - "_index": 6635, + "_index": 6555, "data": { "assets/trickortreat": {} }, @@ -166162,7 +166697,7 @@ [ "func", { - "_index": 6973, + "_index": 8609, "data": { "ref/stable/base": {}, "ref/stable/debug": {}, @@ -166174,7 +166709,7 @@ [ "funcname", { - "_index": 7299, + "_index": 9410, "data": { "ref/stable/package": {} }, @@ -166184,7 +166719,7 @@ [ "function", { - "_index": 99, + "_index": 165, "data": { "examples/movement/look_at": {}, "examples/movement/look_rotation": {}, @@ -166299,7 +166834,7 @@ [ "function_", { - "_index": 4598, + "_index": 5871, "data": { "manuals/debugging-game-logic": {} }, @@ -166309,7 +166844,7 @@ [ "function_ref", { - "_index": 9547, + "_index": 9249, "data": { "ref/stable/dmGameObject": {} }, @@ -166319,7 +166854,7 @@ [ "functional", { - "_index": 5115, + "_index": 4571, "data": { "assets/def-behavior-tree": {}, "assets/kinematicwalker": {}, @@ -166332,7 +166867,7 @@ [ "functionality", { - "_index": 553, + "_index": 1060, "data": { "assets/cafebazaar": {}, "assets/defwindow": {}, @@ -166361,7 +166896,7 @@ [ "functionallity", { - "_index": 6655, + "_index": 6336, "data": { "assets/editor-script-cleanup": {} }, @@ -166371,7 +166906,7 @@ [ "functionbutton", { - "_index": 10676, + "_index": 8895, "data": { "ref/stable/editor": {} }, @@ -166381,7 +166916,7 @@ [ "functionchange", { - "_index": 10694, + "_index": 8913, "data": { "ref/stable/editor": {} }, @@ -166391,7 +166926,7 @@ [ "functionfunction", { - "_index": 10805, + "_index": 9025, "data": { "ref/stable/editor": {} }, @@ -166401,7 +166936,7 @@ [ "functions", { - "_index": 91, + "_index": 1034, "data": { "assets/defgraph": {}, "assets/defmath": {}, @@ -166469,7 +167004,7 @@ [ "functions.glsl", { - "_index": 1185, + "_index": 2789, "data": { "manuals/shader": {} }, @@ -166479,7 +167014,7 @@ [ "functionvalue", { - "_index": 10728, + "_index": 8947, "data": { "ref/stable/editor": {} }, @@ -166489,7 +167024,7 @@ [ "fundamental", { - "_index": 6397, + "_index": 6588, "data": { "assets/define": {} }, @@ -166499,7 +167034,7 @@ [ "further", { - "_index": 1789, + "_index": 2160, "data": { "examples/render/orbit_camera": {}, "manuals/debugging-game-logic": {}, @@ -166518,7 +167053,7 @@ [ "furthermore", { - "_index": 4854, + "_index": 3369, "data": { "manuals/addressing": {}, "manuals/physics": {} @@ -166529,7 +167064,7 @@ [ "fusion", { - "_index": 6689, + "_index": 6366, "data": { "assets/spritefusion": {} }, @@ -166539,7 +167074,7 @@ [ "future", { - "_index": 2600, + "_index": 1266, "data": { "manuals/editor-scripts": {}, "manuals/editor-scripts-ui": {}, @@ -166552,7 +167087,7 @@ [ "fx", { - "_index": 376, + "_index": 989, "data": { "assets/cards-fx-kit": {}, "assets/dissolve-fx": {}, @@ -166571,7 +167106,7 @@ [ "g", { - "_index": 5957, + "_index": 2004, "data": { "manuals/editor-preferences": {}, "ref/stable/string": {} @@ -166582,7 +167117,7 @@ [ "gain", { - "_index": 1598, + "_index": 3115, "data": { "manuals/optimization-speed": {}, "manuals/sound": {}, @@ -166594,7 +167129,7 @@ [ "gained", { - "_index": 5634, + "_index": 2111, "data": { "manuals/optimization-size": {}, "ref/stable/window": {} @@ -166605,7 +167140,7 @@ [ "gaining", { - "_index": 3526, + "_index": 1582, "data": { "manuals/message-passing": {} }, @@ -166615,7 +167150,7 @@ [ "gains", { - "_index": 5684, + "_index": 3517, "data": { "manuals/sound": {}, "ref/stable/socket": {} @@ -166626,7 +167161,7 @@ [ "galaxy", { - "_index": 6326, + "_index": 6592, "data": { "assets/gog-galaxy": {} }, @@ -166636,7 +167171,7 @@ [ "game", { - "_index": 10, + "_index": 194, "data": { "assets/3deforms": {}, "assets/alienworld": {}, @@ -166842,7 +167377,7 @@ [ "game's", { - "_index": 1530, + "_index": 3080, "data": { "manuals/optimization-speed": {}, "manuals/profiling": {} @@ -166853,7 +167388,7 @@ [ "game.app", { - "_index": 4229, + "_index": 3275, "data": { "manuals/bob": {}, "manuals/macos": {} @@ -166864,7 +167399,7 @@ [ "game.app/contents/macos/game", { - "_index": 5344, + "_index": 5823, "data": { "manuals/macos": {} }, @@ -166874,7 +167409,7 @@ [ "game.appmanifest", { - "_index": 1282, + "_index": 3602, "data": { "manuals/extensions-best-practices": {}, "manuals/extensions-ext-manifests": {} @@ -166885,7 +167420,7 @@ [ "game.arcd", { - "_index": 4730, + "_index": 4709, "data": { "manuals/bundling": {} }, @@ -166895,7 +167430,7 @@ [ "game.collection", { - "_index": 6105, + "_index": 6174, "data": { "examples/collection/timestep": {} }, @@ -166905,7 +167440,7 @@ [ "game.darc", { - "_index": 4206, + "_index": 3245, "data": { "manuals/bob": {} }, @@ -166915,7 +167450,7 @@ [ "game.http_url", { - "_index": 5780, + "_index": 3941, "data": { "manuals/live-update-scripting": {} }, @@ -166925,7 +167460,7 @@ [ "game.icns", { - "_index": 5335, + "_index": 5817, "data": { "manuals/macos": {} }, @@ -166935,7 +167470,7 @@ [ "game.iconset", { - "_index": 5323, + "_index": 5805, "data": { "manuals/macos": {} }, @@ -166945,7 +167480,7 @@ [ "game.input_binding", { - "_index": 1976, + "_index": 5962, "data": { "manuals/input": {} }, @@ -166955,7 +167490,7 @@ [ "game.minimum_lu_version", { - "_index": 5778, + "_index": 3937, "data": { "manuals/live-update-scripting": {} }, @@ -166965,7 +167500,7 @@ [ "game.projec,t", { - "_index": 7326, + "_index": 9118, "data": { "ref/stable/dmConfigFile": {} }, @@ -166975,7 +167510,7 @@ [ "game.project", { - "_index": 181, + "_index": 751, "data": { "examples/collection/proxy": {}, "examples/collection/splash": {}, @@ -167036,7 +167571,7 @@ [ "game.project\"issue", { - "_index": 10735, + "_index": 8955, "data": { "ref/stable/editor": {} }, @@ -167046,7 +167581,7 @@ [ "game.projectc", { - "_index": 4248, + "_index": 3295, "data": { "manuals/bob": {}, "ref/stable/engine": {} @@ -167057,7 +167592,7 @@ [ "game.properties", { - "_index": 4385, + "_index": 3706, "data": { "manuals/project-settings": {} }, @@ -167067,7 +167602,7 @@ [ "game.zip", { - "_index": 5376, + "_index": 5854, "data": { "manuals/macos": {} }, @@ -167077,7 +167612,7 @@ [ "game/app", { - "_index": 6330, + "_index": 6267, "data": { "assets/lualocade": {} }, @@ -167087,7 +167622,7 @@ [ "game/player.goc", { - "_index": 1846, + "_index": 3334, "data": { "manuals/live-update": {} }, @@ -167097,7 +167632,7 @@ [ "gameanalytics", { - "_index": 5545, + "_index": 4112, "data": { "assets/gameanalytics": {}, "manuals/online-services": {} @@ -167108,7 +167643,7 @@ [ "gameboy", { - "_index": 4684, + "_index": 2209, "data": { "manuals/adapting-graphics-to-screen-size": {} }, @@ -167118,7 +167653,7 @@ [ "gamedistribution", { - "_index": 6573, + "_index": 6691, "data": { "assets/gamedistribution": {} }, @@ -167128,7 +167663,7 @@ [ "gamekit", { - "_index": 6342, + "_index": 6329, "data": { "assets/gamekit": {} }, @@ -167138,7 +167673,7 @@ [ "gameobject", { - "_index": 681, + "_index": 1821, "data": { "manuals/collection-factory": {}, "manuals/optimization-speed": {}, @@ -167152,7 +167687,7 @@ [ "gameobject's", { - "_index": 8702, + "_index": 9210, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmScript": {} @@ -167163,7 +167698,7 @@ [ "gameobject_props.h", { - "_index": 9579, + "_index": 9285, "data": { "ref/stable/dmGameObject": {} }, @@ -167173,7 +167708,7 @@ [ "gameobjects", { - "_index": 8704, + "_index": 10778, "data": { "ref/stable/dmScript": {} }, @@ -167183,7 +167718,7 @@ [ "gamepad", { - "_index": 138, + "_index": 753, "data": { "manuals/glossary": {}, "manuals/html5": {}, @@ -167200,7 +167735,7 @@ [ "gamepadpacket", { - "_index": 7194, + "_index": 9521, "data": { "ref/stable/dmHid": {} }, @@ -167210,7 +167745,7 @@ [ "gamepads", { - "_index": 1955, + "_index": 4558, "data": { "manuals/glossary": {}, "manuals/input": {}, @@ -167222,7 +167757,7 @@ [ "gamepush", { - "_index": 6395, + "_index": 6421, "data": { "assets/gamescore": {} }, @@ -167232,7 +167767,7 @@ [ "games", { - "_index": 1660, + "_index": 1681, "data": { "assets/cards-fx-kit": {}, "assets/coolmathgames-sdk": {}, @@ -167286,7 +167821,7 @@ [ "gamescore", { - "_index": 6394, + "_index": 6420, "data": { "assets/gamescore": {} }, @@ -167296,7 +167831,7 @@ [ "gamesys_ddf.proto", { - "_index": 9587, + "_index": 9292, "data": { "ref/stable/dmGameObject": {} }, @@ -167306,7 +167841,7 @@ [ "game\u2019s", { - "_index": 4540, + "_index": 5991, "data": { "manuals/building-blocks": {} }, @@ -167316,7 +167851,7 @@ [ "gaming", { - "_index": 2810, + "_index": 4172, "data": { "manuals/application-security": {} }, @@ -167326,7 +167861,7 @@ [ "garbage", { - "_index": 1542, + "_index": 3088, "data": { "manuals/lua": {}, "manuals/optimization-speed": {}, @@ -167341,7 +167876,7 @@ [ "gate", { - "_index": 5721, + "_index": 3557, "data": { "manuals/sound": {} }, @@ -167351,7 +167886,7 @@ [ "gate_time", { - "_index": 5723, + "_index": 3560, "data": { "manuals/sound": {} }, @@ -167361,7 +167896,7 @@ [ "gather", { - "_index": 483, + "_index": 4510, "data": { "manuals/debugging-native-code": {}, "manuals/importing-models": {}, @@ -167373,7 +167908,7 @@ [ "gathered", { - "_index": 10843, + "_index": 10267, "data": { "ref/stable/profiler": {} }, @@ -167383,7 +167918,7 @@ [ "gathering", { - "_index": 562, + "_index": 5227, "data": { "manuals/app-manifest": {} }, @@ -167393,7 +167928,7 @@ [ "gating", { - "_index": 5679, + "_index": 3512, "data": { "manuals/sound": {} }, @@ -167403,7 +167938,7 @@ [ "gced", { - "_index": 8830, + "_index": 10891, "data": { "ref/stable/dmScript": {} }, @@ -167413,7 +167948,7 @@ [ "gcloud", { - "_index": 1391, + "_index": 4024, "data": { "manuals/extender-local-setup": {} }, @@ -167423,7 +167958,7 @@ [ "gd", { - "_index": 7893, + "_index": 8552, "data": { "ref/stable/render": {} }, @@ -167433,7 +167968,7 @@ [ "gecko", { - "_index": 8467, + "_index": 9665, "data": { "ref/stable/sys": {} }, @@ -167443,7 +167978,7 @@ [ "general", { - "_index": 916, + "_index": 1235, "data": { "assets/log": {}, "manuals/input-mouse-and-touch": {}, @@ -167464,7 +167999,7 @@ [ "generalized", { - "_index": 5905, + "_index": 5680, "data": { "manuals/physics-events": {} }, @@ -167474,7 +168009,7 @@ [ "generally", { - "_index": 3833, + "_index": 3629, "data": { "manuals/extensions-best-practices": {}, "manuals/font": {}, @@ -167487,7 +168022,7 @@ [ "generate", { - "_index": 2118, + "_index": 1893, "data": { "assets/blip": {}, "manuals/android": {}, @@ -167512,7 +168047,7 @@ [ "generated", { - "_index": 36, + "_index": 969, "data": { "manuals/android": {}, "manuals/compute": {}, @@ -167536,7 +168071,7 @@ [ "generates", { - "_index": 2429, + "_index": 1925, "data": { "examples/sprite/tint": {}, "manuals/android": {}, @@ -167549,7 +168084,7 @@ [ "generating", { - "_index": 2083, + "_index": 757, "data": { "manuals/compute": {}, "manuals/extensions-defold-sdk": {}, @@ -167562,7 +168097,7 @@ [ "generation", { - "_index": 2938, + "_index": 5072, "data": { "manuals/compute": {}, "manuals/flash": {} @@ -167573,7 +168108,7 @@ [ "generator", { - "_index": 6502, + "_index": 6377, "data": { "assets/pcg-random": {}, "assets/pcgrandom": {}, @@ -167587,7 +168122,7 @@ [ "generators", { - "_index": 6504, + "_index": 6642, "data": { "assets/pcg-random": {} }, @@ -167597,7 +168132,7 @@ [ "generic", { - "_index": 89, + "_index": 2640, "data": { "assets/vitahealthenergy": {}, "assets/xplevelupsystem": {}, @@ -167614,7 +168149,7 @@ [ "generous", { - "_index": 2188, + "_index": 626, "data": { "manuals/html5": {} }, @@ -167624,7 +168159,7 @@ [ "genetical", { - "_index": 6560, + "_index": 6370, "data": { "assets/geneticalneuralnetwork": {} }, @@ -167634,7 +168169,7 @@ [ "geneticalneuralnetwork", { - "_index": 6559, + "_index": 6369, "data": { "assets/geneticalneuralnetwork": {} }, @@ -167644,7 +168179,7 @@ [ "genkey", { - "_index": 5404, + "_index": 6052, "data": { "manuals/android": {} }, @@ -167654,7 +168189,7 @@ [ "geometrical", { - "_index": 3169, + "_index": 1156, "data": { "manuals/particlefx": {}, "ref/stable/go": {} @@ -167665,7 +168200,7 @@ [ "geometries", { - "_index": 2532, + "_index": 2895, "data": { "manuals/atlas": {}, "ref/stable/resource": {} @@ -167676,7 +168211,7 @@ [ "geometry", { - "_index": 5885, + "_index": 4608, "data": { "assets/drawpixels": {}, "manuals/glossary": {}, @@ -167689,7 +168224,7 @@ [ "german", { - "_index": 1634, + "_index": 4825, "data": { "manuals/porting-guidelines": {} }, @@ -167699,7 +168234,7 @@ [ "gestures", { - "_index": 6667, + "_index": 6291, "data": { "assets/defoldinput": {} }, @@ -167709,7 +168244,7 @@ [ "get", { - "_index": 493, + "_index": 158, "data": { "assets/apkverifier": {}, "assets/batterystatus": {}, @@ -167820,7 +168355,7 @@ [ "get_adjust_mode", { - "_index": 9175, + "_index": 7690, "data": { "ref/stable/gui": {} }, @@ -167830,7 +168365,7 @@ [ "get_alpha", { - "_index": 9177, + "_index": 7692, "data": { "ref/stable/gui": {} }, @@ -167840,7 +168375,7 @@ [ "get_angular_damping", { - "_index": 8862, + "_index": 10110, "data": { "ref/stable/b2d.body": {} }, @@ -167850,7 +168385,7 @@ [ "get_angular_velocity", { - "_index": 8864, + "_index": 10112, "data": { "ref/stable/b2d.body": {} }, @@ -167860,7 +168395,7 @@ [ "get_application_info", { - "_index": 8410, + "_index": 9609, "data": { "ref/stable/sys": {} }, @@ -167870,7 +168405,7 @@ [ "get_application_path", { - "_index": 8415, + "_index": 9614, "data": { "ref/stable/sys": {} }, @@ -167880,7 +168415,7 @@ [ "get_aspect_ratio", { - "_index": 10572, + "_index": 10327, "data": { "ref/stable/camera": {} }, @@ -167890,7 +168425,7 @@ [ "get_atlas", { - "_index": 7413, + "_index": 10416, "data": { "ref/stable/resource": {} }, @@ -167900,7 +168435,7 @@ [ "get_backtrace", { - "_index": 9915, + "_index": 8681, "data": { "ref/stable/crash": {} }, @@ -167910,7 +168445,7 @@ [ "get_blend_mode", { - "_index": 9179, + "_index": 7694, "data": { "ref/stable/gui": {} }, @@ -167920,7 +168455,7 @@ [ "get_body", { - "_index": 7603, + "_index": 9985, "data": { "ref/stable/b2d": {} }, @@ -167930,7 +168465,7 @@ [ "get_bounds", { - "_index": 8665, + "_index": 8064, "data": { "ref/stable/tilemap": {} }, @@ -167940,7 +168475,7 @@ [ "get_buffer", { - "_index": 7415, + "_index": 10418, "data": { "ref/stable/resource": {} }, @@ -167950,7 +168485,7 @@ [ "get_bytes", { - "_index": 10374, + "_index": 8105, "data": { "ref/stable/buffer": {} }, @@ -167960,7 +168495,7 @@ [ "get_cameras", { - "_index": 10574, + "_index": 10329, "data": { "ref/stable/camera": {} }, @@ -167970,7 +168505,7 @@ [ "get_clipping_inverted", { - "_index": 9181, + "_index": 7696, "data": { "ref/stable/gui": {} }, @@ -167980,7 +168515,7 @@ [ "get_clipping_mode", { - "_index": 9183, + "_index": 7698, "data": { "ref/stable/gui": {} }, @@ -167990,7 +168525,7 @@ [ "get_clipping_visible", { - "_index": 9185, + "_index": 7700, "data": { "ref/stable/gui": {} }, @@ -168000,7 +168535,7 @@ [ "get_color", { - "_index": 9186, + "_index": 7701, "data": { "ref/stable/gui": {} }, @@ -168010,7 +168545,7 @@ [ "get_commands", { - "_index": 5181, + "_index": 5385, "data": { "manuals/editor-scripts": {} }, @@ -168020,7 +168555,7 @@ [ "get_config_int", { - "_index": 8416, + "_index": 9615, "data": { "ref/stable/sys": {} }, @@ -168030,7 +168565,7 @@ [ "get_config_number", { - "_index": 8419, + "_index": 9618, "data": { "ref/stable/sys": {} }, @@ -168040,7 +168575,7 @@ [ "get_config_string", { - "_index": 8420, + "_index": 9619, "data": { "ref/stable/sys": {} }, @@ -168050,7 +168585,7 @@ [ "get_connectivity", { - "_index": 8422, + "_index": 9621, "data": { "ref/stable/sys": {} }, @@ -168060,7 +168595,7 @@ [ "get_cpu_usage", { - "_index": 10836, + "_index": 10260, "data": { "ref/stable/profiler": {} }, @@ -168070,7 +168605,7 @@ [ "get_current_manifest", { - "_index": 6781, + "_index": 9773, "data": { "ref/stable/liveupdate": {} }, @@ -168080,17 +168615,27 @@ [ "get_dim_mode", { - "_index": 9687, + "_index": 7208, "data": { "ref/stable/window": {} }, "type": {} } ], + [ + "get_enabled", + { + "_index": 10331, + "data": { + "ref/stable/camera": {} + }, + "type": {} + } + ], [ "get_engine_info", { - "_index": 8427, + "_index": 9626, "data": { "ref/stable/sys": {} }, @@ -168100,7 +168645,7 @@ [ "get_euler", { - "_index": 9188, + "_index": 7703, "data": { "ref/stable/gui": {} }, @@ -168110,7 +168655,7 @@ [ "get_extra_data", { - "_index": 9917, + "_index": 8684, "data": { "ref/stable/crash": {} }, @@ -168120,7 +168665,7 @@ [ "get_far_z", { - "_index": 10576, + "_index": 10333, "data": { "ref/stable/camera": {} }, @@ -168130,7 +168675,7 @@ [ "get_fill_angle", { - "_index": 9189, + "_index": 7704, "data": { "ref/stable/gui": {} }, @@ -168140,7 +168685,7 @@ [ "get_flipbook", { - "_index": 9192, + "_index": 7707, "data": { "ref/stable/gui": {} }, @@ -168150,7 +168695,7 @@ [ "get_flipbook_cursor", { - "_index": 9194, + "_index": 7709, "data": { "ref/stable/gui": {} }, @@ -168160,7 +168705,7 @@ [ "get_flipbook_playback_rate", { - "_index": 9196, + "_index": 7711, "data": { "ref/stable/gui": {} }, @@ -168170,7 +168715,7 @@ [ "get_font", { - "_index": 9198, + "_index": 7713, "data": { "ref/stable/gui": {} }, @@ -168180,7 +168725,7 @@ [ "get_font_resource", { - "_index": 9200, + "_index": 7715, "data": { "ref/stable/gui": {} }, @@ -168190,7 +168735,7 @@ [ "get_fov", { - "_index": 10578, + "_index": 10335, "data": { "ref/stable/camera": {} }, @@ -168200,7 +168745,7 @@ [ "get_go", { - "_index": 10881, + "_index": 9818, "data": { "ref/stable/model": {} }, @@ -168210,7 +168755,7 @@ [ "get_gravity", { - "_index": 7051, + "_index": 7474, "data": { "ref/stable/physics": {} }, @@ -168220,7 +168765,7 @@ [ "get_gravity_scale", { - "_index": 8867, + "_index": 10115, "data": { "ref/stable/b2d.body": {} }, @@ -168230,7 +168775,7 @@ [ "get_group", { - "_index": 7053, + "_index": 7476, "data": { "ref/stable/physics": {} }, @@ -168240,7 +168785,7 @@ [ "get_group_gain", { - "_index": 10032, + "_index": 10755, "data": { "ref/stable/sound": {} }, @@ -168250,7 +168795,7 @@ [ "get_group_name", { - "_index": 10033, + "_index": 10756, "data": { "ref/stable/sound": {} }, @@ -168260,7 +168805,7 @@ [ "get_groups", { - "_index": 10035, + "_index": 10758, "data": { "ref/stable/sound": {} }, @@ -168270,7 +168815,7 @@ [ "get_gui_projection", { - "_index": 3629, + "_index": 1711, "data": { "manuals/render": {} }, @@ -168280,7 +168825,7 @@ [ "get_height", { - "_index": 7819, + "_index": 7717, "data": { "ref/stable/gui": {}, "ref/stable/render": {} @@ -168291,7 +168836,7 @@ [ "get_host_path", { - "_index": 8432, + "_index": 9631, "data": { "ref/stable/sys": {} }, @@ -168301,7 +168846,7 @@ [ "get_id", { - "_index": 9052, + "_index": 7719, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -168312,7 +168857,7 @@ [ "get_ifaddrs", { - "_index": 8434, + "_index": 9633, "data": { "ref/stable/sys": {} }, @@ -168322,7 +168867,7 @@ [ "get_index", { - "_index": 9203, + "_index": 7721, "data": { "ref/stable/gui": {} }, @@ -168332,7 +168877,7 @@ [ "get_inertia", { - "_index": 8869, + "_index": 10117, "data": { "ref/stable/b2d.body": {} }, @@ -168342,7 +168887,7 @@ [ "get_info", { - "_index": 9977, + "_index": 7370, "data": { "ref/stable/timer": {} }, @@ -168352,7 +168897,7 @@ [ "get_inherit_alpha", { - "_index": 9206, + "_index": 7724, "data": { "ref/stable/gui": {} }, @@ -168362,7 +168907,7 @@ [ "get_inner_radius", { - "_index": 9207, + "_index": 7725, "data": { "ref/stable/gui": {} }, @@ -168372,7 +168917,7 @@ [ "get_joint_properties", { - "_index": 7057, + "_index": 7480, "data": { "ref/stable/physics": {} }, @@ -168382,7 +168927,7 @@ [ "get_joint_reaction_force", { - "_index": 7059, + "_index": 7482, "data": { "ref/stable/physics": {} }, @@ -168392,7 +168937,7 @@ [ "get_joint_reaction_torque", { - "_index": 7061, + "_index": 7484, "data": { "ref/stable/physics": {} }, @@ -168402,7 +168947,7 @@ [ "get_language_servers", { - "_index": 5234, + "_index": 5437, "data": { "manuals/editor-scripts": {} }, @@ -168412,7 +168957,7 @@ [ "get_layer", { - "_index": 9209, + "_index": 7727, "data": { "ref/stable/gui": {} }, @@ -168422,7 +168967,7 @@ [ "get_layout", { - "_index": 9211, + "_index": 7729, "data": { "ref/stable/gui": {} }, @@ -168432,7 +168977,7 @@ [ "get_leading", { - "_index": 9213, + "_index": 7731, "data": { "ref/stable/gui": {} }, @@ -168442,7 +168987,7 @@ [ "get_line_break", { - "_index": 9215, + "_index": 7733, "data": { "ref/stable/gui": {} }, @@ -168452,7 +168997,7 @@ [ "get_linear_damping", { - "_index": 8874, + "_index": 10122, "data": { "ref/stable/b2d.body": {} }, @@ -168462,7 +169007,7 @@ [ "get_linear_velocity", { - "_index": 8876, + "_index": 10124, "data": { "ref/stable/b2d.body": {} }, @@ -168472,7 +169017,7 @@ [ "get_linear_velocity_from_local_point", { - "_index": 8878, + "_index": 10126, "data": { "ref/stable/b2d.body": {} }, @@ -168482,7 +169027,7 @@ [ "get_linear_velocity_from_world_point", { - "_index": 8880, + "_index": 10128, "data": { "ref/stable/b2d.body": {} }, @@ -168492,7 +169037,7 @@ [ "get_local_center", { - "_index": 8882, + "_index": 10130, "data": { "ref/stable/b2d.body": {} }, @@ -168502,7 +169047,7 @@ [ "get_local_point", { - "_index": 8884, + "_index": 10132, "data": { "ref/stable/b2d.body": {} }, @@ -168512,7 +169057,7 @@ [ "get_local_vector", { - "_index": 8887, + "_index": 10135, "data": { "ref/stable/b2d.body": {} }, @@ -168522,7 +169067,7 @@ [ "get_lu_archive_for_level", { - "_index": 5792, + "_index": 3954, "data": { "manuals/live-update-scripting": {} }, @@ -168532,7 +169077,7 @@ [ "get_lu_info_for_level", { - "_index": 5783, + "_index": 3944, "data": { "manuals/live-update-scripting": {} }, @@ -168542,7 +169087,7 @@ [ "get_maskbit", { - "_index": 7064, + "_index": 7487, "data": { "ref/stable/physics": {} }, @@ -168552,7 +169097,7 @@ [ "get_mass", { - "_index": 8889, + "_index": 10137, "data": { "ref/stable/b2d.body": {} }, @@ -168562,7 +169107,7 @@ [ "get_material", { - "_index": 9217, + "_index": 7735, "data": { "ref/stable/gui": {} }, @@ -168572,7 +169117,7 @@ [ "get_memory_usage", { - "_index": 10841, + "_index": 10265, "data": { "ref/stable/profiler": {} }, @@ -168582,7 +169127,7 @@ [ "get_mesh_enabled", { - "_index": 10884, + "_index": 9822, "data": { "ref/stable/model": {} }, @@ -168592,7 +169137,7 @@ [ "get_metadata", { - "_index": 10376, + "_index": 8107, "data": { "ref/stable/buffer": {} }, @@ -168602,7 +169147,7 @@ [ "get_modules", { - "_index": 9919, + "_index": 8688, "data": { "ref/stable/crash": {} }, @@ -168612,7 +169157,7 @@ [ "get_mounts", { - "_index": 6782, + "_index": 9774, "data": { "ref/stable/liveupdate": {} }, @@ -168622,7 +169167,7 @@ [ "get_mouse_lock", { - "_index": 9689, + "_index": 7210, "data": { "ref/stable/window": {} }, @@ -168632,7 +169177,7 @@ [ "get_near_z", { - "_index": 10580, + "_index": 10337, "data": { "ref/stable/camera": {} }, @@ -168642,7 +169187,7 @@ [ "get_next", { - "_index": 8891, + "_index": 10139, "data": { "ref/stable/b2d.body": {} }, @@ -168652,7 +169197,7 @@ [ "get_node", { - "_index": 9218, + "_index": 7736, "data": { "ref/stable/gui": {} }, @@ -168662,7 +169207,7 @@ [ "get_orthographic_zoom", { - "_index": 10582, + "_index": 10339, "data": { "ref/stable/camera": {} }, @@ -168672,7 +169217,7 @@ [ "get_outer_bounds", { - "_index": 9220, + "_index": 7738, "data": { "ref/stable/gui": {} }, @@ -168682,7 +169227,7 @@ [ "get_outline", { - "_index": 9222, + "_index": 7740, "data": { "ref/stable/gui": {} }, @@ -168692,7 +169237,7 @@ [ "get_parent", { - "_index": 9054, + "_index": 7742, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -168703,7 +169248,7 @@ [ "get_particlefx", { - "_index": 9225, + "_index": 7744, "data": { "ref/stable/gui": {} }, @@ -168713,7 +169258,7 @@ [ "get_peak", { - "_index": 10036, + "_index": 10759, "data": { "ref/stable/sound": {} }, @@ -168723,7 +169268,7 @@ [ "get_perimeter_vertices", { - "_index": 9227, + "_index": 7746, "data": { "ref/stable/gui": {} }, @@ -168733,7 +169278,7 @@ [ "get_pivot", { - "_index": 9229, + "_index": 7748, "data": { "ref/stable/gui": {} }, @@ -168743,7 +169288,7 @@ [ "get_position", { - "_index": 8893, + "_index": 7758, "data": { "ref/stable/b2d.body": {}, "ref/stable/go": {}, @@ -168755,7 +169300,7 @@ [ "get_projection", { - "_index": 10584, + "_index": 10341, "data": { "ref/stable/camera": {} }, @@ -168765,7 +169310,7 @@ [ "get_red_color", { - "_index": 1210, + "_index": 2804, "data": { "manuals/shader": {} }, @@ -168775,7 +169320,7 @@ [ "get_red_color_inverted", { - "_index": 1212, + "_index": 2805, "data": { "manuals/shader": {} }, @@ -168785,7 +169330,7 @@ [ "get_render_target_height", { - "_index": 7821, + "_index": 8498, "data": { "ref/stable/render": {} }, @@ -168795,7 +169340,7 @@ [ "get_render_target_info", { - "_index": 7417, + "_index": 10420, "data": { "ref/stable/resource": {} }, @@ -168805,7 +169350,7 @@ [ "get_render_target_width", { - "_index": 7823, + "_index": 8500, "data": { "ref/stable/render": {} }, @@ -168815,7 +169360,7 @@ [ "get_resources", { - "_index": 10510, + "_index": 7977, "data": { "ref/stable/collectionproxy": {} }, @@ -168825,7 +169370,7 @@ [ "get_rms", { - "_index": 10037, + "_index": 10760, "data": { "ref/stable/sound": {} }, @@ -168835,7 +169380,7 @@ [ "get_rotation", { - "_index": 9057, + "_index": 7759, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -168846,7 +169391,7 @@ [ "get_save_file", { - "_index": 8435, + "_index": 9635, "data": { "ref/stable/sys": {} }, @@ -168856,7 +169401,7 @@ [ "get_scale", { - "_index": 9060, + "_index": 7760, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -168867,7 +169412,7 @@ [ "get_scale_uniform", { - "_index": 9063, + "_index": 9964, "data": { "ref/stable/go": {} }, @@ -168877,7 +169422,7 @@ [ "get_screen_position", { - "_index": 9240, + "_index": 7762, "data": { "ref/stable/gui": {} }, @@ -168887,7 +169432,7 @@ [ "get_shadow", { - "_index": 9241, + "_index": 7764, "data": { "ref/stable/gui": {} }, @@ -168897,7 +169442,7 @@ [ "get_shape", { - "_index": 7070, + "_index": 7493, "data": { "ref/stable/physics": {} }, @@ -168907,7 +169452,7 @@ [ "get_shape_meta", { - "_index": 7073, + "_index": 7496, "data": { "ref/stable/physics": {} }, @@ -168917,7 +169462,7 @@ [ "get_signum", { - "_index": 9921, + "_index": 8690, "data": { "ref/stable/crash": {} }, @@ -168927,7 +169472,7 @@ [ "get_size", { - "_index": 9242, + "_index": 7211, "data": { "ref/stable/gui": {}, "ref/stable/window": {} @@ -168938,7 +169483,7 @@ [ "get_size_mode", { - "_index": 9244, + "_index": 7766, "data": { "ref/stable/gui": {} }, @@ -168948,7 +169493,7 @@ [ "get_slice9", { - "_index": 9247, + "_index": 7769, "data": { "ref/stable/gui": {} }, @@ -168958,7 +169503,7 @@ [ "get_status", { - "_index": 6952, + "_index": 7189, "data": { "ref/stable/collectionfactory": {}, "ref/stable/factory": {} @@ -168969,7 +169514,7 @@ [ "get_status_string", { - "_index": 5806, + "_index": 3970, "data": { "manuals/live-update-scripting": {} }, @@ -168979,7 +169524,7 @@ [ "get_stream", { - "_index": 10377, + "_index": 8108, "data": { "ref/stable/buffer": {} }, @@ -168989,7 +169534,7 @@ [ "get_stretch_projection", { - "_index": 3627, + "_index": 1709, "data": { "manuals/render": {} }, @@ -168999,7 +169544,7 @@ [ "get_sys_field", { - "_index": 9923, + "_index": 8692, "data": { "ref/stable/crash": {} }, @@ -169009,7 +169554,7 @@ [ "get_sys_info", { - "_index": 8437, + "_index": 9636, "data": { "ref/stable/sys": {} }, @@ -169019,7 +169564,7 @@ [ "get_text", { - "_index": 6875, + "_index": 7770, "data": { "ref/stable/gui": {}, "ref/stable/label": {} @@ -169030,7 +169575,7 @@ [ "get_text_metrics", { - "_index": 7429, + "_index": 10429, "data": { "ref/stable/resource": {} }, @@ -169040,7 +169585,7 @@ [ "get_texture", { - "_index": 9249, + "_index": 7772, "data": { "ref/stable/gui": {} }, @@ -169050,7 +169595,7 @@ [ "get_texture_info", { - "_index": 7432, + "_index": 10432, "data": { "ref/stable/resource": {} }, @@ -169060,7 +169605,7 @@ [ "get_tile", { - "_index": 8667, + "_index": 8066, "data": { "ref/stable/tilemap": {} }, @@ -169070,7 +169615,7 @@ [ "get_tile_info", { - "_index": 8669, + "_index": 8068, "data": { "ref/stable/tilemap": {} }, @@ -169080,7 +169625,7 @@ [ "get_tiles", { - "_index": 8671, + "_index": 8070, "data": { "ref/stable/tilemap": {} }, @@ -169090,7 +169635,7 @@ [ "get_tracking", { - "_index": 9251, + "_index": 7774, "data": { "ref/stable/gui": {} }, @@ -169100,7 +169645,7 @@ [ "get_tree", { - "_index": 9253, + "_index": 7776, "data": { "ref/stable/gui": {} }, @@ -169110,9 +169655,10 @@ [ "get_type", { - "_index": 8895, + "_index": 7778, "data": { - "ref/stable/b2d.body": {} + "ref/stable/b2d.body": {}, + "ref/stable/gui": {} }, "type": {} } @@ -169120,7 +169666,7 @@ [ "get_user_field", { - "_index": 9927, + "_index": 8696, "data": { "ref/stable/crash": {} }, @@ -169130,7 +169676,7 @@ [ "get_view", { - "_index": 10586, + "_index": 10343, "data": { "ref/stable/camera": {} }, @@ -169140,7 +169686,7 @@ [ "get_visible", { - "_index": 9254, + "_index": 7784, "data": { "ref/stable/gui": {} }, @@ -169150,7 +169696,7 @@ [ "get_width", { - "_index": 7826, + "_index": 7786, "data": { "ref/stable/gui": {}, "ref/stable/render": {} @@ -169161,7 +169707,7 @@ [ "get_window_height", { - "_index": 7828, + "_index": 8504, "data": { "ref/stable/render": {} }, @@ -169171,7 +169717,7 @@ [ "get_window_width", { - "_index": 7830, + "_index": 8506, "data": { "ref/stable/render": {} }, @@ -169181,7 +169727,7 @@ [ "get_world", { - "_index": 7606, + "_index": 9988, "data": { "ref/stable/b2d": {}, "ref/stable/b2d.body": {} @@ -169192,7 +169738,7 @@ [ "get_world_center", { - "_index": 8899, + "_index": 10145, "data": { "ref/stable/b2d.body": {} }, @@ -169202,7 +169748,7 @@ [ "get_world_point", { - "_index": 8901, + "_index": 10147, "data": { "ref/stable/b2d.body": {} }, @@ -169212,7 +169758,7 @@ [ "get_world_position", { - "_index": 9064, + "_index": 9965, "data": { "ref/stable/go": {} }, @@ -169222,7 +169768,7 @@ [ "get_world_rotation", { - "_index": 9065, + "_index": 9966, "data": { "ref/stable/go": {} }, @@ -169232,7 +169778,7 @@ [ "get_world_scale", { - "_index": 9066, + "_index": 9967, "data": { "ref/stable/go": {} }, @@ -169242,7 +169788,7 @@ [ "get_world_scale_uniform", { - "_index": 9070, + "_index": 9971, "data": { "ref/stable/go": {} }, @@ -169252,7 +169798,7 @@ [ "get_world_transform", { - "_index": 9072, + "_index": 9973, "data": { "ref/stable/go": {} }, @@ -169262,7 +169808,7 @@ [ "get_world_vector", { - "_index": 8904, + "_index": 10150, "data": { "ref/stable/b2d.body": {} }, @@ -169272,7 +169818,7 @@ [ "get_xanchor", { - "_index": 9257, + "_index": 7788, "data": { "ref/stable/gui": {} }, @@ -169282,7 +169828,7 @@ [ "get_yanchor", { - "_index": 9259, + "_index": 7790, "data": { "ref/stable/gui": {} }, @@ -169292,7 +169838,7 @@ [ "getactivity", { - "_index": 7632, + "_index": 8016, "data": { "ref/stable/dmAndroid": {} }, @@ -169302,7 +169848,7 @@ [ "getaddrinfo", { - "_index": 8205, + "_index": 10584, "data": { "ref/stable/socket": {} }, @@ -169312,7 +169858,7 @@ [ "getbyhash", { - "_index": 6898, + "_index": 8423, "data": { "ref/stable/dmResource": {} }, @@ -169322,7 +169868,7 @@ [ "getbytes", { - "_index": 10540, + "_index": 10651, "data": { "ref/stable/dmBuffer": {} }, @@ -169332,7 +169878,7 @@ [ "getcallbackluacontext", { - "_index": 8748, + "_index": 10817, "data": { "ref/stable/dmScript": {} }, @@ -169342,7 +169888,7 @@ [ "getcollection", { - "_index": 9551, + "_index": 9254, "data": { "ref/stable/dmGameObject": {} }, @@ -169352,7 +169898,7 @@ [ "getcomponentfromlua", { - "_index": 8819, + "_index": 10882, "data": { "ref/stable/dmScript": {} }, @@ -169362,7 +169908,7 @@ [ "getcomponentid", { - "_index": 9552, + "_index": 9255, "data": { "ref/stable/dmGameObject": {} }, @@ -169372,7 +169918,7 @@ [ "getcomponenttypeindex", { - "_index": 9554, + "_index": 9257, "data": { "ref/stable/dmGameObject": {} }, @@ -169382,7 +169928,7 @@ [ "getconfigfile", { - "_index": 6764, + "_index": 8002, "data": { "ref/stable/dmEngine": {} }, @@ -169392,7 +169938,7 @@ [ "getconstantlocation", { - "_index": 7469, + "_index": 10916, "data": { "ref/stable/dmRender": {} }, @@ -169402,7 +169948,7 @@ [ "getconstantname", { - "_index": 7470, + "_index": 10917, "data": { "ref/stable/dmRender": {} }, @@ -169412,7 +169958,7 @@ [ "getconstanttype", { - "_index": 7471, + "_index": 10918, "data": { "ref/stable/dmRender": {} }, @@ -169422,7 +169968,7 @@ [ "getconstantvalues", { - "_index": 7473, + "_index": 10920, "data": { "ref/stable/dmRender": {} }, @@ -169432,7 +169978,7 @@ [ "getcontentversion", { - "_index": 10543, + "_index": 10654, "data": { "ref/stable/dmBuffer": {} }, @@ -169442,7 +169988,7 @@ [ "getcontext", { - "_index": 9499, + "_index": 9200, "data": { "ref/stable/dmGameObject": {} }, @@ -169452,7 +169998,7 @@ [ "getcount", { - "_index": 10545, + "_index": 10656, "data": { "ref/stable/dmBuffer": {} }, @@ -169462,7 +170008,7 @@ [ "getcurrentthread", { - "_index": 7657, + "_index": 10312, "data": { "ref/stable/dmThread": {} }, @@ -169472,7 +170018,7 @@ [ "getdescriptor", { - "_index": 6899, + "_index": 8424, "data": { "ref/stable/dmResource": {} }, @@ -169482,7 +170028,7 @@ [ "getdescriptorbyhash", { - "_index": 6902, + "_index": 8426, "data": { "ref/stable/dmResource": {} }, @@ -169492,7 +170038,7 @@ [ "getdescriptorfromhash", { - "_index": 10494, + "_index": 9080, "data": { "ref/stable/dmDDF": {} }, @@ -169502,7 +170048,7 @@ [ "getenv", { - "_index": 7634, + "_index": 8018, "data": { "ref/stable/dmAndroid": {}, "ref/stable/os": {} @@ -169513,7 +170059,7 @@ [ "getfd", { - "_index": 7711, + "_index": 10049, "data": { "ref/stable/dmSocket": {}, "ref/stable/socket": {} @@ -169524,7 +170070,7 @@ [ "getfenv", { - "_index": 6966, + "_index": 9548, "data": { "ref/stable/base": {}, "ref/stable/debug": {} @@ -169535,7 +170081,7 @@ [ "getfirstchildnode", { - "_index": 9989, + "_index": 8131, "data": { "ref/stable/dmGui": {} }, @@ -169545,7 +170091,7 @@ [ "getfloat", { - "_index": 7322, + "_index": 9114, "data": { "ref/stable/dmConfigFile": {} }, @@ -169555,7 +170101,7 @@ [ "getfragment", { - "_index": 10481, + "_index": 7321, "data": { "ref/stable/dmMessage": {} }, @@ -169565,7 +170111,7 @@ [ "getgameobjectregister", { - "_index": 6767, + "_index": 8005, "data": { "ref/stable/dmEngine": {} }, @@ -169575,7 +170121,7 @@ [ "getgamepad", { - "_index": 7195, + "_index": 9522, "data": { "ref/stable/dmHid": {} }, @@ -169585,7 +170131,7 @@ [ "getheader", { - "_index": 7611, + "_index": 10083, "data": { "ref/stable/dmWebServer": {} }, @@ -169595,7 +170141,7 @@ [ "gethidcontext", { - "_index": 6769, + "_index": 8007, "data": { "ref/stable/dmEngine": {} }, @@ -169605,7 +170151,7 @@ [ "gethook", { - "_index": 6968, + "_index": 9550, "data": { "ref/stable/debug": {} }, @@ -169615,7 +170161,7 @@ [ "gethostbyname", { - "_index": 7713, + "_index": 10051, "data": { "ref/stable/dmSocket": {} }, @@ -169625,7 +170171,7 @@ [ "gethostname", { - "_index": 8209, + "_index": 10587, "data": { "ref/stable/socket": {} }, @@ -169635,7 +170181,7 @@ [ "getidentifier", { - "_index": 9558, + "_index": 9261, "data": { "ref/stable/dmGameObject": {} }, @@ -169645,7 +170191,7 @@ [ "getinfo", { - "_index": 6971, + "_index": 9553, "data": { "ref/stable/debug": {} }, @@ -169655,7 +170201,7 @@ [ "getinstance", { - "_index": 8750, + "_index": 10819, "data": { "ref/stable/dmScript": {} }, @@ -169665,7 +170211,7 @@ [ "getint", { - "_index": 7323, + "_index": 9115, "data": { "ref/stable/dmConfigFile": {} }, @@ -169675,7 +170221,7 @@ [ "getiterator", { - "_index": 10610, + "_index": 9061, "data": { "ref/stable/dmHashTable": {} }, @@ -169685,7 +170231,7 @@ [ "getkeyboard", { - "_index": 7197, + "_index": 9523, "data": { "ref/stable/dmHid": {} }, @@ -169695,7 +170241,7 @@ [ "getlocal", { - "_index": 6977, + "_index": 9558, "data": { "ref/stable/debug": {} }, @@ -169705,7 +170251,7 @@ [ "getmainthread", { - "_index": 8752, + "_index": 10821, "data": { "ref/stable/dmScript": {} }, @@ -169715,7 +170261,7 @@ [ "getmaterialconstant", { - "_index": 7985, + "_index": 8038, "data": { "ref/stable/dmGameSystem": {} }, @@ -169725,7 +170271,7 @@ [ "getmaterialtaglistkey", { - "_index": 7476, + "_index": 10922, "data": { "ref/stable/dmRender": {} }, @@ -169735,7 +170281,7 @@ [ "getmaterialvertexspace", { - "_index": 7461, + "_index": 10909, "data": { "ref/stable/dmRender": {} }, @@ -169745,7 +170291,7 @@ [ "getmaxelementsindices", { - "_index": 10232, + "_index": 6830, "data": { "ref/stable/dmGraphics": {} }, @@ -169755,7 +170301,7 @@ [ "getmaxelementsvertices", { - "_index": 10233, + "_index": 6831, "data": { "ref/stable/dmGraphics": {} }, @@ -169765,7 +170311,7 @@ [ "getmessagesocket", { - "_index": 9560, + "_index": 9263, "data": { "ref/stable/dmGameObject": {} }, @@ -169775,7 +170321,7 @@ [ "getmetadata", { - "_index": 10547, + "_index": 10658, "data": { "ref/stable/dmBuffer": {} }, @@ -169785,7 +170331,7 @@ [ "getmetatable", { - "_index": 6982, + "_index": 9562, "data": { "ref/stable/base": {}, "ref/stable/debug": {} @@ -169793,10 +170339,20 @@ "type": {} } ], + [ + "getmonotonictime", + { + "_index": 9832, + "data": { + "ref/stable/dmTime": {} + }, + "type": {} + } + ], [ "getmouse", { - "_index": 7198, + "_index": 9524, "data": { "ref/stable/dmHid": {} }, @@ -169806,7 +170362,7 @@ [ "getmousebutton", { - "_index": 7199, + "_index": 9525, "data": { "ref/stable/dmHid": {} }, @@ -169816,7 +170372,7 @@ [ "getmousepacket", { - "_index": 7204, + "_index": 9530, "data": { "ref/stable/dmHid": {} }, @@ -169826,7 +170382,7 @@ [ "getnamedconstant", { - "_index": 7478, + "_index": 10924, "data": { "ref/stable/dmRender": {} }, @@ -169836,7 +170392,7 @@ [ "getnamedconstantcount", { - "_index": 7479, + "_index": 10925, "data": { "ref/stable/dmRender": {} }, @@ -169846,7 +170402,7 @@ [ "getnameinfo", { - "_index": 8211, + "_index": 10589, "data": { "ref/stable/socket": {} }, @@ -169856,7 +170412,7 @@ [ "getnativeandroidactivity", { - "_index": 10186, + "_index": 6781, "data": { "ref/stable/dmGraphics": {} }, @@ -169866,7 +170422,7 @@ [ "getnativeandroidapp", { - "_index": 10188, + "_index": 6784, "data": { "ref/stable/dmGraphics": {} }, @@ -169876,7 +170432,7 @@ [ "getnativeandroideglcontext", { - "_index": 10191, + "_index": 6787, "data": { "ref/stable/dmGraphics": {} }, @@ -169886,7 +170442,7 @@ [ "getnativeandroideglsurface", { - "_index": 10194, + "_index": 6790, "data": { "ref/stable/dmGraphics": {} }, @@ -169896,7 +170452,7 @@ [ "getnativeandroidjavavm", { - "_index": 10197, + "_index": 6793, "data": { "ref/stable/dmGraphics": {} }, @@ -169906,7 +170462,7 @@ [ "getnativeioseaglcontext", { - "_index": 10200, + "_index": 6797, "data": { "ref/stable/dmGraphics": {} }, @@ -169916,7 +170472,7 @@ [ "getnativeiosuiview", { - "_index": 10203, + "_index": 6800, "data": { "ref/stable/dmGraphics": {} }, @@ -169926,7 +170482,7 @@ [ "getnativeiosuiwindow", { - "_index": 10206, + "_index": 6803, "data": { "ref/stable/dmGraphics": {} }, @@ -169936,7 +170492,7 @@ [ "getnativeosxnsopenglcontext", { - "_index": 10209, + "_index": 6806, "data": { "ref/stable/dmGraphics": {} }, @@ -169946,7 +170502,7 @@ [ "getnativeosxnsview", { - "_index": 10212, + "_index": 6809, "data": { "ref/stable/dmGraphics": {} }, @@ -169956,7 +170512,7 @@ [ "getnativeosxnswindow", { - "_index": 10215, + "_index": 6812, "data": { "ref/stable/dmGraphics": {} }, @@ -169966,7 +170522,7 @@ [ "getnativewindowshglrc", { - "_index": 10218, + "_index": 6815, "data": { "ref/stable/dmGraphics": {} }, @@ -169976,7 +170532,7 @@ [ "getnativewindowshwnd", { - "_index": 10222, + "_index": 6820, "data": { "ref/stable/dmGraphics": {} }, @@ -169986,7 +170542,7 @@ [ "getnativex11glxcontext", { - "_index": 10225, + "_index": 6823, "data": { "ref/stable/dmGraphics": {} }, @@ -169996,7 +170552,7 @@ [ "getnativex11window", { - "_index": 10229, + "_index": 6827, "data": { "ref/stable/dmGraphics": {} }, @@ -170006,7 +170562,7 @@ [ "getnextnode", { - "_index": 9990, + "_index": 8132, "data": { "ref/stable/dmGui": {} }, @@ -170016,7 +170572,7 @@ [ "getnodecustomdata", { - "_index": 9992, + "_index": 8135, "data": { "ref/stable/dmGui": {} }, @@ -170026,7 +170582,7 @@ [ "getnodeid", { - "_index": 9994, + "_index": 8137, "data": { "ref/stable/dmGui": {} }, @@ -170036,7 +170592,7 @@ [ "getnodeisbone", { - "_index": 9995, + "_index": 8138, "data": { "ref/stable/dmGui": {} }, @@ -170046,7 +170602,7 @@ [ "getnodeparent", { - "_index": 9996, + "_index": 8139, "data": { "ref/stable/dmGui": {} }, @@ -170056,7 +170612,7 @@ [ "getnodeproperty", { - "_index": 9997, + "_index": 8140, "data": { "ref/stable/dmGui": {} }, @@ -170066,7 +170622,7 @@ [ "getnodetextureid", { - "_index": 9999, + "_index": 8142, "data": { "ref/stable/dmGui": {} }, @@ -170076,7 +170632,7 @@ [ "getnumsupportedextensions", { - "_index": 10234, + "_index": 6832, "data": { "ref/stable/dmGraphics": {} }, @@ -170086,7 +170642,7 @@ [ "getoption", { - "_index": 8252, + "_index": 10623, "data": { "ref/stable/socket": {} }, @@ -170096,7 +170652,7 @@ [ "getpath", { - "_index": 6903, + "_index": 7323, "data": { "ref/stable/dmMessage": {}, "ref/stable/dmResource": {} @@ -170107,7 +170663,7 @@ [ "getpeername", { - "_index": 8170, + "_index": 10549, "data": { "ref/stable/socket": {} }, @@ -170117,7 +170673,7 @@ [ "getposition", { - "_index": 9562, + "_index": 9264, "data": { "ref/stable/dmGameObject": {} }, @@ -170127,7 +170683,7 @@ [ "getraw", { - "_index": 6905, + "_index": 8428, "data": { "ref/stable/dmResource": {} }, @@ -170137,7 +170693,7 @@ [ "getregistry", { - "_index": 6985, + "_index": 9564, "data": { "ref/stable/debug": {} }, @@ -170147,7 +170703,7 @@ [ "getrenderconstant", { - "_index": 7997, + "_index": 8051, "data": { "ref/stable/dmGameSystem": {} }, @@ -170157,7 +170713,7 @@ [ "getrenderconstantcount", { - "_index": 7999, + "_index": 8054, "data": { "ref/stable/dmGameSystem": {} }, @@ -170167,7 +170723,7 @@ [ "getrendertargetattachment", { - "_index": 10235, + "_index": 6833, "data": { "ref/stable/dmGraphics": {} }, @@ -170177,7 +170733,7 @@ [ "getresource", { - "_index": 10000, + "_index": 8143, "data": { "ref/stable/dmGui": {} }, @@ -170187,7 +170743,7 @@ [ "getresultstring", { - "_index": 10550, + "_index": 10661, "data": { "ref/stable/dmBuffer": {} }, @@ -170197,7 +170753,7 @@ [ "getrotation", { - "_index": 7565, + "_index": 9266, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmTransform": {} @@ -170208,7 +170764,7 @@ [ "gets", { - "_index": 3840, + "_index": 1309, "data": { "manuals/editor-scripts-ui": {}, "manuals/optimization-size": {}, @@ -170239,7 +170795,7 @@ [ "getscale", { - "_index": 7568, + "_index": 9268, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmTransform": {} @@ -170250,7 +170806,7 @@ [ "getsizeforvaluetype", { - "_index": 10552, + "_index": 10663, "data": { "ref/stable/dmBuffer": {} }, @@ -170260,7 +170816,7 @@ [ "getsocket", { - "_index": 10085, + "_index": 7324, "data": { "ref/stable/dmConnectionPool": {}, "ref/stable/dmMessage": {} @@ -170271,7 +170827,7 @@ [ "getsocketname", { - "_index": 10482, + "_index": 7326, "data": { "ref/stable/dmMessage": {} }, @@ -170281,7 +170837,7 @@ [ "getsocketnamehash", { - "_index": 10483, + "_index": 7327, "data": { "ref/stable/dmMessage": {} }, @@ -170291,7 +170847,7 @@ [ "getsockname", { - "_index": 8169, + "_index": 10548, "data": { "ref/stable/socket": {} }, @@ -170301,7 +170857,7 @@ [ "getsslsocket", { - "_index": 10087, + "_index": 10037, "data": { "ref/stable/dmConnectionPool": {} }, @@ -170311,7 +170867,7 @@ [ "getstream", { - "_index": 10554, + "_index": 10665, "data": { "ref/stable/dmBuffer": {} }, @@ -170321,7 +170877,7 @@ [ "getstreamtype", { - "_index": 10557, + "_index": 10668, "data": { "ref/stable/dmBuffer": {} }, @@ -170331,7 +170887,7 @@ [ "getstring", { - "_index": 7324, + "_index": 9116, "data": { "ref/stable/dmConfigFile": {} }, @@ -170341,7 +170897,7 @@ [ "getstringfromhashorstring", { - "_index": 8824, + "_index": 10886, "data": { "ref/stable/dmScript": {} }, @@ -170351,7 +170907,7 @@ [ "getsupportedextension", { - "_index": 10238, + "_index": 6838, "data": { "ref/stable/dmGraphics": {} }, @@ -170361,7 +170917,7 @@ [ "getters", { - "_index": 9172, + "_index": 7687, "data": { "ref/stable/gui": {} }, @@ -170371,7 +170927,7 @@ [ "gettexturehandle", { - "_index": 10239, + "_index": 6839, "data": { "ref/stable/dmGraphics": {} }, @@ -170381,7 +170937,7 @@ [ "gettime", { - "_index": 8217, + "_index": 9835, "data": { "ref/stable/dmTime": {}, "ref/stable/socket": {} @@ -170392,7 +170948,7 @@ [ "getting", { - "_index": 833, + "_index": 1806, "data": { "assets/luascriptinstance": {}, "manuals/application-security": {}, @@ -170410,7 +170966,7 @@ [ "getting/setting", { - "_index": 10891, + "_index": 9829, "data": { "ref/stable/model": {} }, @@ -170420,7 +170976,7 @@ [ "gettlsvalue", { - "_index": 7659, + "_index": 10314, "data": { "ref/stable/dmThread": {} }, @@ -170430,7 +170986,7 @@ [ "gettouchdevice", { - "_index": 7207, + "_index": 9532, "data": { "ref/stable/dmHid": {} }, @@ -170440,7 +170996,7 @@ [ "gettranslation", { - "_index": 7569, + "_index": 9844, "data": { "ref/stable/dmTransform": {} }, @@ -170450,7 +171006,7 @@ [ "getuniformscale", { - "_index": 7570, + "_index": 9270, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmTransform": {} @@ -170461,7 +171017,7 @@ [ "getupvalue", { - "_index": 6987, + "_index": 9566, "data": { "ref/stable/debug": {} }, @@ -170471,7 +171027,7 @@ [ "getvaluetypestring", { - "_index": 10559, + "_index": 10670, "data": { "ref/stable/dmBuffer": {} }, @@ -170481,7 +171037,7 @@ [ "getvertexstreamoffset", { - "_index": 10241, + "_index": 6841, "data": { "ref/stable/dmGraphics": {} }, @@ -170491,7 +171047,7 @@ [ "getwebserver", { - "_index": 6772, + "_index": 8010, "data": { "ref/stable/dmEngine": {} }, @@ -170501,7 +171057,7 @@ [ "getworld", { - "_index": 9461, + "_index": 9162, "data": { "ref/stable/dmGameObject": {} }, @@ -170511,7 +171067,7 @@ [ "getworldmatrix", { - "_index": 9566, + "_index": 9271, "data": { "ref/stable/dmGameObject": {} }, @@ -170521,7 +171077,7 @@ [ "getworldposition", { - "_index": 9568, + "_index": 9273, "data": { "ref/stable/dmGameObject": {} }, @@ -170531,7 +171087,7 @@ [ "getworldrotation", { - "_index": 9569, + "_index": 9274, "data": { "ref/stable/dmGameObject": {} }, @@ -170541,7 +171097,7 @@ [ "getworldscale", { - "_index": 9570, + "_index": 9275, "data": { "ref/stable/dmGameObject": {} }, @@ -170551,7 +171107,7 @@ [ "getworldtransform", { - "_index": 9571, + "_index": 9276, "data": { "ref/stable/dmGameObject": {} }, @@ -170561,17 +171117,27 @@ [ "getworlduniformscale", { - "_index": 9572, + "_index": 9278, "data": { "ref/stable/dmGameObject": {} }, "type": {} } ], + [ + "gimbal", + { + "_index": 7086, + "data": { + "ref/stable/vmath": {} + }, + "type": {} + } + ], [ "git", { - "_index": 408, + "_index": 3574, "data": { "manuals/debugging-native-code-android": {}, "manuals/design": {}, @@ -170587,7 +171153,7 @@ [ "git's", { - "_index": 3827, + "_index": 4393, "data": { "manuals/version-control": {} }, @@ -170728,7 +171294,7 @@ [ "give", { - "_index": 1895, + "_index": 547, "data": { "assets/facebook": {}, "assets/panthera": {}, @@ -170754,7 +171320,7 @@ [ "given", { - "_index": 1981, + "_index": 3972, "data": { "manuals/flash": {}, "manuals/glossary": {}, @@ -170786,7 +171352,7 @@ [ "giver", { - "_index": 2170, + "_index": 4494, "data": { "manuals/input-mouse-and-touch": {} }, @@ -170796,7 +171362,7 @@ [ "gives", { - "_index": 820, + "_index": 331, "data": { "manuals/addressing": {}, "manuals/flash": {}, @@ -170813,7 +171379,7 @@ [ "gl", { - "_index": 7948, + "_index": 6816, "data": { "ref/stable/dmGraphics": {}, "ref/stable/render": {} @@ -170824,7 +171390,7 @@ [ "gl_fragcolor", { - "_index": 915, + "_index": 2629, "data": { "manuals/shader": {} }, @@ -170834,7 +171400,7 @@ [ "gl_globalinvocationid.xy", { - "_index": 3015, + "_index": 5314, "data": { "manuals/compute": {} }, @@ -170844,7 +171410,7 @@ [ "gl_numworkgroups.x", { - "_index": 3019, + "_index": 5318, "data": { "manuals/compute": {} }, @@ -170854,7 +171420,7 @@ [ "gl_numworkgroups.y", { - "_index": 3021, + "_index": 5320, "data": { "manuals/compute": {} }, @@ -170864,7 +171430,7 @@ [ "gl_position", { - "_index": 904, + "_index": 2624, "data": { "manuals/shader": {} }, @@ -170874,7 +171440,7 @@ [ "glare", { - "_index": 6543, + "_index": 6500, "data": { "assets/sparkle-shader": {} }, @@ -170884,7 +171450,7 @@ [ "glgeterror", { - "_index": 8600, + "_index": 9421, "data": { "ref/stable/engine": {} }, @@ -170894,7 +171460,7 @@ [ "glkit", { - "_index": 1296, + "_index": 4657, "data": { "manuals/extensions-ext-manifests": {} }, @@ -170904,7 +171470,7 @@ [ "glob", { - "_index": 5240, + "_index": 5443, "data": { "manuals/editor-scripts": {} }, @@ -170914,7 +171480,7 @@ [ "global", { - "_index": 2947, + "_index": 1823, "data": { "manuals/compute": {}, "manuals/lua": {}, @@ -170925,6 +171491,7 @@ "ref/stable/dmExtension": {}, "ref/stable/dmGameObject": {}, "ref/stable/dmScript": {}, + "ref/stable/editor": {}, "ref/stable/factory": {}, "ref/stable/go": {}, "ref/stable/msg": {}, @@ -170938,7 +171505,7 @@ [ "globally", { - "_index": 1205, + "_index": 2800, "data": { "manuals/editor-scripts": {}, "manuals/shader": {} @@ -170949,7 +171516,7 @@ [ "glsl", { - "_index": 1008, + "_index": 2385, "data": { "examples/material/screenspace": {}, "examples/material/unlit": {}, @@ -170964,7 +171531,7 @@ [ "gltf", { - "_index": 4123, + "_index": 4581, "data": { "manuals/glossary": {}, "manuals/importing-assets": {}, @@ -170977,7 +171544,7 @@ [ "glxcontext", { - "_index": 10227, + "_index": 6825, "data": { "ref/stable/dmGraphics": {} }, @@ -170987,7 +171554,7 @@ [ "glyph", { - "_index": 5570, + "_index": 3872, "data": { "manuals/font": {} }, @@ -170997,7 +171564,7 @@ [ "glyphs", { - "_index": 344, + "_index": 966, "data": { "assets/fontgen": {}, "manuals/font": {}, @@ -171009,7 +171576,7 @@ [ "gmatch", { - "_index": 10119, + "_index": 7133, "data": { "ref/stable/string": {} }, @@ -171019,7 +171586,7 @@ [ "gmt", { - "_index": 8455, + "_index": 9653, "data": { "ref/stable/sys": {} }, @@ -171029,7 +171596,7 @@ [ "gmt_offset", { - "_index": 8454, + "_index": 9652, "data": { "ref/stable/sys": {} }, @@ -171039,7 +171606,7 @@ [ "go", { - "_index": 495, + "_index": 1648, "data": { "manuals/addressing": {}, "manuals/atlas": {}, @@ -171067,7 +171634,7 @@ [ "go\"}issue", { - "_index": 10796, + "_index": 9016, "data": { "ref/stable/editor": {} }, @@ -171077,7 +171644,7 @@ [ "go\"}selection", { - "_index": 10820, + "_index": 9040, "data": { "ref/stable/editor": {} }, @@ -171087,7 +171654,7 @@ [ "go#sound", { - "_index": 5677, + "_index": 3509, "data": { "manuals/sound": {} }, @@ -171097,7 +171664,7 @@ [ "go.animate", { - "_index": 508, + "_index": 3087, "data": { "assets/sparkle-shader": {}, "examples/collection/timestep": {}, @@ -171118,7 +171685,7 @@ [ "go.animation", { - "_index": 6191, + "_index": 6164, "data": { "examples/sprite/flip": {} }, @@ -171128,7 +171695,7 @@ [ "go.cancel_animations", { - "_index": 532, + "_index": 4525, "data": { "manuals/model-animation": {}, "ref/stable/go": {} @@ -171139,7 +171706,7 @@ [ "go.delete", { - "_index": 699, + "_index": 2530, "data": { "manuals/collection-factory": {}, "manuals/factory": {}, @@ -171151,7 +171718,7 @@ [ "go.easing_inback", { - "_index": 8963, + "_index": 9917, "data": { "ref/stable/go": {} }, @@ -171161,7 +171728,7 @@ [ "go.easing_inbounce", { - "_index": 8965, + "_index": 9918, "data": { "ref/stable/go": {} }, @@ -171171,7 +171738,7 @@ [ "go.easing_incirc", { - "_index": 8967, + "_index": 9919, "data": { "ref/stable/go": {} }, @@ -171181,7 +171748,7 @@ [ "go.easing_incubic", { - "_index": 8970, + "_index": 9920, "data": { "ref/stable/go": {} }, @@ -171191,7 +171758,7 @@ [ "go.easing_inelastic", { - "_index": 8973, + "_index": 9921, "data": { "ref/stable/go": {} }, @@ -171201,7 +171768,7 @@ [ "go.easing_inexpo", { - "_index": 8976, + "_index": 9922, "data": { "ref/stable/go": {} }, @@ -171211,7 +171778,7 @@ [ "go.easing_inoutback", { - "_index": 8979, + "_index": 9923, "data": { "ref/stable/go": {} }, @@ -171221,7 +171788,7 @@ [ "go.easing_inoutbounce", { - "_index": 8981, + "_index": 9924, "data": { "ref/stable/go": {} }, @@ -171231,7 +171798,7 @@ [ "go.easing_inoutcirc", { - "_index": 8983, + "_index": 9925, "data": { "ref/stable/go": {} }, @@ -171241,7 +171808,7 @@ [ "go.easing_inoutcubic", { - "_index": 8985, + "_index": 9926, "data": { "ref/stable/go": {} }, @@ -171251,7 +171818,7 @@ [ "go.easing_inoutelastic", { - "_index": 8987, + "_index": 9927, "data": { "ref/stable/go": {} }, @@ -171261,7 +171828,7 @@ [ "go.easing_inoutexpo", { - "_index": 8989, + "_index": 9928, "data": { "ref/stable/go": {} }, @@ -171271,7 +171838,7 @@ [ "go.easing_inoutquad", { - "_index": 518, + "_index": 4523, "data": { "manuals/model-animation": {}, "ref/stable/go": {} @@ -171282,7 +171849,7 @@ [ "go.easing_inoutquart", { - "_index": 8993, + "_index": 9929, "data": { "ref/stable/go": {} }, @@ -171292,7 +171859,7 @@ [ "go.easing_inoutquint", { - "_index": 8996, + "_index": 9930, "data": { "ref/stable/go": {} }, @@ -171302,7 +171869,7 @@ [ "go.easing_inoutsine", { - "_index": 8999, + "_index": 9931, "data": { "ref/stable/go": {} }, @@ -171312,7 +171879,7 @@ [ "go.easing_inquad", { - "_index": 9002, + "_index": 9932, "data": { "ref/stable/go": {} }, @@ -171322,7 +171889,7 @@ [ "go.easing_inquart", { - "_index": 9004, + "_index": 9933, "data": { "ref/stable/go": {} }, @@ -171332,7 +171899,7 @@ [ "go.easing_inquint", { - "_index": 9006, + "_index": 9934, "data": { "ref/stable/go": {} }, @@ -171342,7 +171909,7 @@ [ "go.easing_insine", { - "_index": 9008, + "_index": 9935, "data": { "ref/stable/go": {} }, @@ -171352,7 +171919,7 @@ [ "go.easing_linear", { - "_index": 2362, + "_index": 5635, "data": { "manuals/building-blocks": {}, "manuals/model": {}, @@ -171365,7 +171932,7 @@ [ "go.easing_outback", { - "_index": 9011, + "_index": 9936, "data": { "ref/stable/go": {} }, @@ -171375,7 +171942,7 @@ [ "go.easing_outbounce", { - "_index": 9013, + "_index": 9937, "data": { "ref/stable/go": {} }, @@ -171385,7 +171952,7 @@ [ "go.easing_outcirc", { - "_index": 9015, + "_index": 9938, "data": { "ref/stable/go": {} }, @@ -171395,7 +171962,7 @@ [ "go.easing_outcubic", { - "_index": 9017, + "_index": 9939, "data": { "ref/stable/go": {} }, @@ -171405,7 +171972,7 @@ [ "go.easing_outelastic", { - "_index": 9019, + "_index": 9940, "data": { "ref/stable/go": {} }, @@ -171415,7 +171982,7 @@ [ "go.easing_outexpo", { - "_index": 9021, + "_index": 9941, "data": { "ref/stable/go": {} }, @@ -171425,7 +171992,7 @@ [ "go.easing_outinback", { - "_index": 9023, + "_index": 9942, "data": { "ref/stable/go": {} }, @@ -171435,7 +172002,7 @@ [ "go.easing_outinbounce", { - "_index": 9025, + "_index": 9943, "data": { "ref/stable/go": {} }, @@ -171445,7 +172012,7 @@ [ "go.easing_outincirc", { - "_index": 9027, + "_index": 9944, "data": { "ref/stable/go": {} }, @@ -171455,7 +172022,7 @@ [ "go.easing_outincubic", { - "_index": 9029, + "_index": 9945, "data": { "ref/stable/go": {} }, @@ -171465,7 +172032,7 @@ [ "go.easing_outinelastic", { - "_index": 9031, + "_index": 9946, "data": { "ref/stable/go": {} }, @@ -171475,7 +172042,7 @@ [ "go.easing_outinexpo", { - "_index": 9033, + "_index": 9947, "data": { "ref/stable/go": {} }, @@ -171485,7 +172052,7 @@ [ "go.easing_outinquad", { - "_index": 9035, + "_index": 9948, "data": { "ref/stable/go": {} }, @@ -171495,7 +172062,7 @@ [ "go.easing_outinquart", { - "_index": 9037, + "_index": 9949, "data": { "ref/stable/go": {} }, @@ -171505,7 +172072,7 @@ [ "go.easing_outinquint", { - "_index": 9039, + "_index": 9950, "data": { "ref/stable/go": {} }, @@ -171515,7 +172082,7 @@ [ "go.easing_outinsine", { - "_index": 9041, + "_index": 9951, "data": { "ref/stable/go": {} }, @@ -171525,7 +172092,7 @@ [ "go.easing_outquad", { - "_index": 9043, + "_index": 9952, "data": { "ref/stable/go": {} }, @@ -171535,7 +172102,7 @@ [ "go.easing_outquart", { - "_index": 9045, + "_index": 9953, "data": { "ref/stable/go": {} }, @@ -171545,7 +172112,7 @@ [ "go.easing_outquint", { - "_index": 9047, + "_index": 9954, "data": { "ref/stable/go": {} }, @@ -171555,7 +172122,7 @@ [ "go.easing_outsine", { - "_index": 9049, + "_index": 9955, "data": { "ref/stable/go": {} }, @@ -171565,7 +172132,7 @@ [ "go.exists", { - "_index": 9051, + "_index": 9956, "data": { "ref/stable/go": {} }, @@ -171575,7 +172142,7 @@ [ "go.get", { - "_index": 849, + "_index": 155, "data": { "manuals/camera": {}, "manuals/gui": {}, @@ -171597,7 +172164,7 @@ [ "go.get_id", { - "_index": 2544, + "_index": 3427, "data": { "manuals/addressing": {}, "manuals/building-blocks": {}, @@ -171611,7 +172178,7 @@ [ "go.get_parent", { - "_index": 9053, + "_index": 9957, "data": { "ref/stable/go": {} }, @@ -171621,7 +172188,7 @@ [ "go.get_position", { - "_index": 1581, + "_index": 1623, "data": { "manuals/building-blocks": {}, "manuals/debugging-game-logic": {}, @@ -171639,7 +172206,7 @@ [ "go.get_rotation", { - "_index": 9056, + "_index": 9959, "data": { "ref/stable/go": {} }, @@ -171649,7 +172216,7 @@ [ "go.get_scale", { - "_index": 9059, + "_index": 9961, "data": { "ref/stable/go": {} }, @@ -171659,7 +172226,7 @@ [ "go.get_scale_uniform", { - "_index": 9062, + "_index": 9963, "data": { "ref/stable/go": {} }, @@ -171669,7 +172236,7 @@ [ "go.get_world_position", { - "_index": 9055, + "_index": 9958, "data": { "ref/stable/go": {} }, @@ -171679,7 +172246,7 @@ [ "go.get_world_rotation", { - "_index": 9058, + "_index": 9960, "data": { "ref/stable/go": {} }, @@ -171689,7 +172256,7 @@ [ "go.get_world_scale", { - "_index": 9061, + "_index": 9962, "data": { "ref/stable/go": {} }, @@ -171699,7 +172266,7 @@ [ "go.get_world_scale_uniform", { - "_index": 9069, + "_index": 9970, "data": { "ref/stable/go": {} }, @@ -171709,7 +172276,7 @@ [ "go.get_world_transform", { - "_index": 9071, + "_index": 9972, "data": { "ref/stable/go": {} }, @@ -171719,7 +172286,7 @@ [ "go.playback_loop_backward", { - "_index": 546, + "_index": 4531, "data": { "manuals/model-animation": {}, "ref/stable/go": {}, @@ -171731,7 +172298,7 @@ [ "go.playback_loop_forward", { - "_index": 545, + "_index": 4530, "data": { "manuals/model-animation": {}, "ref/stable/go": {}, @@ -171743,7 +172310,7 @@ [ "go.playback_loop_pingpong", { - "_index": 459, + "_index": 3787, "data": { "manuals/building-blocks": {}, "manuals/model": {}, @@ -171759,7 +172326,7 @@ [ "go.playback_none", { - "_index": 510, + "_index": 4519, "data": { "manuals/model": {}, "manuals/model-animation": {}, @@ -171771,7 +172338,7 @@ [ "go.playback_once_backward", { - "_index": 543, + "_index": 4528, "data": { "manuals/model-animation": {}, "ref/stable/go": {}, @@ -171783,7 +172350,7 @@ [ "go.playback_once_forward", { - "_index": 537, + "_index": 4527, "data": { "manuals/model": {}, "manuals/model-animation": {}, @@ -171797,7 +172364,7 @@ [ "go.playback_once_pingpong", { - "_index": 544, + "_index": 4529, "data": { "manuals/model-animation": {}, "ref/stable/go": {}, @@ -171809,7 +172376,7 @@ [ "go.property", { - "_index": 696, + "_index": 161, "data": { "manuals/collection-factory": {}, "manuals/compute": {}, @@ -171828,7 +172395,7 @@ [ "go.set", { - "_index": 512, + "_index": 156, "data": { "examples/material/screenspace": {}, "manuals/atlas": {}, @@ -171854,7 +172421,7 @@ [ "go.set_parent", { - "_index": 9081, + "_index": 9976, "data": { "ref/stable/go": {} }, @@ -171864,7 +172431,7 @@ [ "go.set_position", { - "_index": 2017, + "_index": 4002, "data": { "manuals/flash": {}, "manuals/input": {}, @@ -171878,7 +172445,7 @@ [ "go.set_rotation", { - "_index": 9083, + "_index": 9977, "data": { "ref/stable/go": {} }, @@ -171888,7 +172455,7 @@ [ "go.set_scale", { - "_index": 9085, + "_index": 9978, "data": { "ref/stable/go": {} }, @@ -171898,7 +172465,7 @@ [ "go.world_to_local_position", { - "_index": 9087, + "_index": 9979, "data": { "ref/stable/go": {} }, @@ -171908,7 +172475,7 @@ [ "go.world_to_local_transform", { - "_index": 9089, + "_index": 9981, "data": { "ref/stable/go": {} }, @@ -171918,7 +172485,7 @@ [ "go2", { - "_index": 4846, + "_index": 3357, "data": { "manuals/addressing": {} }, @@ -171928,7 +172495,7 @@ [ "go3", { - "_index": 4847, + "_index": 3358, "data": { "manuals/addressing": {} }, @@ -171938,7 +172505,7 @@ [ "goal", { - "_index": 6651, + "_index": 6521, "data": { "assets/endlessrunner": {}, "assets/magiclinker": {} @@ -171949,7 +172516,7 @@ [ "goals", { - "_index": 4314, + "_index": 5945, "data": { "manuals/design": {} }, @@ -171959,7 +172526,7 @@ [ "goc", { - "_index": 9649, + "_index": 9355, "data": { "ref/stable/dmGameObject": {} }, @@ -171969,7 +172536,7 @@ [ "goes", { - "_index": 1214, + "_index": 2086, "data": { "manuals/extensions": {}, "manuals/factory": {}, @@ -171985,7 +172552,7 @@ [ "gog", { - "_index": 6325, + "_index": 6591, "data": { "assets/gog-galaxy": {} }, @@ -171995,7 +172562,7 @@ [ "going", { - "_index": 3633, + "_index": 1719, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/addressing": {}, @@ -172009,7 +172576,7 @@ [ "good", { - "_index": 1219, + "_index": 1541, "data": { "examples/material/uvgradient": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -172041,7 +172608,7 @@ [ "gooey", { - "_index": 6555, + "_index": 6403, "data": { "assets/gooey": {} }, @@ -172051,7 +172618,7 @@ [ "google", { - "_index": 142, + "_index": 2194, "data": { "assets/admob-defold": {}, "assets/apkverifier": {}, @@ -172078,7 +172645,7 @@ [ "google's", { - "_index": 4262, + "_index": 5498, "data": { "assets/ump": {}, "manuals/debugging-native-code-android": {} @@ -172089,7 +172656,7 @@ [ "googleanalytics", { - "_index": 6361, + "_index": 6749, "data": { "assets/googleanalytics": {} }, @@ -172099,7 +172666,7 @@ [ "googleanalyticsforfirebase", { - "_index": 6268, + "_index": 6409, "data": { "assets/googleanalyticsforfirebase": {} }, @@ -172109,7 +172676,7 @@ [ "googleplaygameservices", { - "_index": 6290, + "_index": 6396, "data": { "assets/googleplaygameservices": {} }, @@ -172119,7 +172686,7 @@ [ "googleplayinstant", { - "_index": 6742, + "_index": 6496, "data": { "assets/googleplayinstant": {} }, @@ -172129,7 +172696,7 @@ [ "govern", { - "_index": 1796, + "_index": 3307, "data": { "manuals/glossary": {}, "manuals/live-update": {} @@ -172140,7 +172707,7 @@ [ "governs", { - "_index": 4428, + "_index": 252, "data": { "manuals/gui": {}, "ref/stable/render": {} @@ -172151,7 +172718,7 @@ [ "gpu", { - "_index": 17, + "_index": 1864, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/compute": {}, @@ -172171,7 +172738,7 @@ [ "graceful", { - "_index": 8547, + "_index": 10011, "data": { "ref/stable/os": {} }, @@ -172181,7 +172748,7 @@ [ "gradient", { - "_index": 5604, + "_index": 3916, "data": { "examples/material/uvgradient": {}, "manuals/font": {} @@ -172192,7 +172759,7 @@ [ "gradients", { - "_index": 5595, + "_index": 3906, "data": { "manuals/font": {} }, @@ -172202,7 +172769,7 @@ [ "grading", { - "_index": 1252, + "_index": 2823, "data": { "manuals/compute": {}, "manuals/shader": {} @@ -172213,7 +172780,7 @@ [ "gradle", { - "_index": 4113, + "_index": 5543, "data": { "manuals/extensions-gradle": {} }, @@ -172223,7 +172790,7 @@ [ "grafana", { - "_index": 1476, + "_index": 4089, "data": { "manuals/extender-local-setup": {} }, @@ -172233,7 +172800,7 @@ [ "grained", { - "_index": 2127, + "_index": 549, "data": { "manuals/gui": {}, "manuals/input-mouse-and-touch": {}, @@ -172245,7 +172812,7 @@ [ "grammars", { - "_index": 6371, + "_index": 6640, "data": { "assets/lpeg": {} }, @@ -172255,7 +172822,7 @@ [ "granted", { - "_index": 5360, + "_index": 5838, "data": { "manuals/macos": {} }, @@ -172265,7 +172832,7 @@ [ "granular", { - "_index": 1832, + "_index": 3327, "data": { "manuals/live-update": {} }, @@ -172275,7 +172842,7 @@ [ "graph", { - "_index": 1604, + "_index": 3117, "data": { "assets/defgraph": {}, "manuals/building-blocks": {}, @@ -172290,7 +172857,7 @@ [ "graphic", { - "_index": 3296, + "_index": 5095, "data": { "assets/tactxstudios": {}, "manuals/flash": {} @@ -172301,7 +172868,7 @@ [ "graphical", { - "_index": 1258, + "_index": 2200, "data": { "assets/dear-imgui": {}, "assets/define": {}, @@ -172317,7 +172884,7 @@ [ "graphics", { - "_index": 357, + "_index": 345, "data": { "assets/rive": {}, "examples/material/unlit": {}, @@ -172358,7 +172925,7 @@ [ "graphics.blend_factor_constant_alpha", { - "_index": 7881, + "_index": 8197, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172369,7 +172936,7 @@ [ "graphics.blend_factor_constant_color", { - "_index": 7879, + "_index": 8199, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172380,7 +172947,7 @@ [ "graphics.blend_factor_dst_alpha", { - "_index": 7876, + "_index": 8201, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172391,7 +172958,7 @@ [ "graphics.blend_factor_dst_color", { - "_index": 7870, + "_index": 8203, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172402,7 +172969,7 @@ [ "graphics.blend_factor_one", { - "_index": 7865, + "_index": 8205, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172413,7 +172980,7 @@ [ "graphics.blend_factor_one_minus_constant_alpha", { - "_index": 7883, + "_index": 8207, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172424,7 +172991,7 @@ [ "graphics.blend_factor_one_minus_constant_color", { - "_index": 7880, + "_index": 8209, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172435,7 +173002,7 @@ [ "graphics.blend_factor_one_minus_dst_alpha", { - "_index": 7878, + "_index": 8211, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172446,7 +173013,7 @@ [ "graphics.blend_factor_one_minus_dst_color", { - "_index": 7872, + "_index": 8213, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172457,7 +173024,7 @@ [ "graphics.blend_factor_one_minus_src_alpha", { - "_index": 7875, + "_index": 8215, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172468,7 +173035,7 @@ [ "graphics.blend_factor_one_minus_src_color", { - "_index": 7869, + "_index": 8217, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172479,7 +173046,7 @@ [ "graphics.blend_factor_src_alpha", { - "_index": 7873, + "_index": 8219, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172490,7 +173057,7 @@ [ "graphics.blend_factor_src_alpha_saturate", { - "_index": 7884, + "_index": 8221, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172501,7 +173068,7 @@ [ "graphics.blend_factor_src_color", { - "_index": 7867, + "_index": 8223, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172512,7 +173079,7 @@ [ "graphics.blend_factor_zero", { - "_index": 7863, + "_index": 8225, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172523,7 +173090,7 @@ [ "graphics.buffer_type_color0_bit", { - "_index": 7788, + "_index": 8227, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172534,7 +173101,7 @@ [ "graphics.buffer_type_color1_bit", { - "_index": 7814, + "_index": 8229, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172545,7 +173112,7 @@ [ "graphics.buffer_type_color2_bit", { - "_index": 7815, + "_index": 8232, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172556,7 +173123,7 @@ [ "graphics.buffer_type_color3_bit", { - "_index": 7816, + "_index": 8234, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172567,7 +173134,7 @@ [ "graphics.buffer_type_color[x]_bit", { - "_index": 7824, + "_index": 8501, "data": { "ref/stable/render": {} }, @@ -172577,7 +173144,7 @@ [ "graphics.buffer_type_colorx_bit", { - "_index": 7841, + "_index": 8517, "data": { "ref/stable/render": {} }, @@ -172587,7 +173154,7 @@ [ "graphics.buffer_type_depth_bit", { - "_index": 7789, + "_index": 8236, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172598,7 +173165,7 @@ [ "graphics.buffer_type_stencil_bit", { - "_index": 7790, + "_index": 8238, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172609,7 +173176,7 @@ [ "graphics.compare_func_always", { - "_index": 7927, + "_index": 8240, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172620,7 +173187,7 @@ [ "graphics.compare_func_equal", { - "_index": 7925, + "_index": 8242, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172631,7 +173198,7 @@ [ "graphics.compare_func_gequal", { - "_index": 7924, + "_index": 8244, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172642,7 +173209,7 @@ [ "graphics.compare_func_greater", { - "_index": 7923, + "_index": 8246, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172653,7 +173220,7 @@ [ "graphics.compare_func_lequal", { - "_index": 7922, + "_index": 8248, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172664,7 +173231,7 @@ [ "graphics.compare_func_less", { - "_index": 7921, + "_index": 8250, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172675,7 +173242,7 @@ [ "graphics.compare_func_never", { - "_index": 7920, + "_index": 8252, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172686,7 +173253,7 @@ [ "graphics.compare_func_notequal", { - "_index": 7926, + "_index": 8254, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172697,7 +173264,7 @@ [ "graphics.compression_type_basis_etc1s", { - "_index": 9811, + "_index": 8256, "data": { "ref/stable/graphics": {} }, @@ -172707,7 +173274,7 @@ [ "graphics.compression_type_basis_uastc", { - "_index": 9813, + "_index": 8258, "data": { "ref/stable/graphics": {} }, @@ -172717,7 +173284,7 @@ [ "graphics.compression_type_default", { - "_index": 7406, + "_index": 8259, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -172728,7 +173295,7 @@ [ "graphics.compression_type_webp", { - "_index": 9814, + "_index": 8261, "data": { "ref/stable/graphics": {} }, @@ -172738,7 +173305,7 @@ [ "graphics.compression_type_webp_lossy", { - "_index": 9816, + "_index": 8263, "data": { "ref/stable/graphics": {} }, @@ -172748,7 +173315,7 @@ [ "graphics.face_type_back", { - "_index": 7916, + "_index": 8265, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172759,7 +173326,7 @@ [ "graphics.face_type_front", { - "_index": 7917, + "_index": 8267, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172770,7 +173337,7 @@ [ "graphics.face_type_front_and_back", { - "_index": 7914, + "_index": 8269, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172781,7 +173348,7 @@ [ "graphics.state_alpha_test", { - "_index": 7799, + "_index": 8271, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172792,7 +173359,7 @@ [ "graphics.state_alpha_test_supported", { - "_index": 9822, + "_index": 8273, "data": { "ref/stable/graphics": {} }, @@ -172802,7 +173369,7 @@ [ "graphics.state_blend", { - "_index": 7798, + "_index": 8275, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172813,7 +173380,7 @@ [ "graphics.state_cull_face", { - "_index": 7800, + "_index": 8277, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172824,7 +173391,7 @@ [ "graphics.state_depth_test", { - "_index": 7796, + "_index": 8279, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172835,7 +173402,7 @@ [ "graphics.state_polygon_offset_fill", { - "_index": 7801, + "_index": 8281, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172846,7 +173413,7 @@ [ "graphics.state_scissor_test", { - "_index": 9828, + "_index": 8283, "data": { "ref/stable/graphics": {} }, @@ -172856,7 +173423,7 @@ [ "graphics.state_stencil_test", { - "_index": 7797, + "_index": 8285, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172867,7 +173434,7 @@ [ "graphics.stencil_op_decr", { - "_index": 7969, + "_index": 8287, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172878,7 +173445,7 @@ [ "graphics.stencil_op_decr_wrap", { - "_index": 7971, + "_index": 8289, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172889,7 +173456,7 @@ [ "graphics.stencil_op_incr", { - "_index": 7964, + "_index": 8291, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172900,7 +173467,7 @@ [ "graphics.stencil_op_incr_wrap", { - "_index": 7968, + "_index": 8293, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172911,7 +173478,7 @@ [ "graphics.stencil_op_invert", { - "_index": 7973, + "_index": 8295, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172922,7 +173489,7 @@ [ "graphics.stencil_op_keep", { - "_index": 7961, + "_index": 8297, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172933,7 +173500,7 @@ [ "graphics.stencil_op_replace", { - "_index": 7963, + "_index": 8299, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172944,7 +173511,7 @@ [ "graphics.stencil_op_zero", { - "_index": 7962, + "_index": 8301, "data": { "ref/stable/graphics": {}, "ref/stable/render": {} @@ -172955,7 +173522,7 @@ [ "graphics.texture_filter_default", { - "_index": 9839, + "_index": 8303, "data": { "ref/stable/graphics": {} }, @@ -172965,7 +173532,7 @@ [ "graphics.texture_filter_linear", { - "_index": 9841, + "_index": 8305, "data": { "ref/stable/graphics": {} }, @@ -172975,7 +173542,7 @@ [ "graphics.texture_filter_linear_mipmap_linear", { - "_index": 9843, + "_index": 8307, "data": { "ref/stable/graphics": {} }, @@ -172985,7 +173552,7 @@ [ "graphics.texture_filter_linear_mipmap_nearest", { - "_index": 9845, + "_index": 8309, "data": { "ref/stable/graphics": {} }, @@ -172995,7 +173562,7 @@ [ "graphics.texture_filter_lineargraphics.texture_filter_nearest", { - "_index": 7835, + "_index": 8511, "data": { "ref/stable/render": {} }, @@ -173005,7 +173572,7 @@ [ "graphics.texture_filter_nearest", { - "_index": 9847, + "_index": 8311, "data": { "ref/stable/graphics": {} }, @@ -173015,7 +173582,7 @@ [ "graphics.texture_filter_nearest_mipmap_linear", { - "_index": 9849, + "_index": 8313, "data": { "ref/stable/graphics": {} }, @@ -173025,7 +173592,7 @@ [ "graphics.texture_filter_nearest_mipmap_nearest", { - "_index": 9851, + "_index": 8315, "data": { "ref/stable/graphics": {} }, @@ -173035,7 +173602,7 @@ [ "graphics.texture_format_bgra8u", { - "_index": 9853, + "_index": 8317, "data": { "ref/stable/graphics": {} }, @@ -173045,7 +173612,7 @@ [ "graphics.texture_format_depth", { - "_index": 9855, + "_index": 8319, "data": { "ref/stable/graphics": {} }, @@ -173055,7 +173622,7 @@ [ "graphics.texture_format_luminance", { - "_index": 7377, + "_index": 8321, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173066,7 +173633,7 @@ [ "graphics.texture_format_luminance_alpha", { - "_index": 9858, + "_index": 8323, "data": { "ref/stable/graphics": {} }, @@ -173076,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": 7833, + "_index": 8509, "data": { "ref/stable/render": {} }, @@ -173086,7 +173653,7 @@ [ "graphics.texture_format_r16f", { - "_index": 7396, + "_index": 8325, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173097,7 +173664,7 @@ [ "graphics.texture_format_r32f", { - "_index": 7398, + "_index": 8327, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173108,7 +173675,7 @@ [ "graphics.texture_format_r32ui", { - "_index": 9862, + "_index": 8329, "data": { "ref/stable/graphics": {} }, @@ -173118,7 +173685,7 @@ [ "graphics.texture_format_r_bc4", { - "_index": 7389, + "_index": 8331, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173129,7 +173696,7 @@ [ "graphics.texture_format_r_etc2", { - "_index": 9865, + "_index": 8333, "data": { "ref/stable/graphics": {} }, @@ -173139,7 +173706,7 @@ [ "graphics.texture_format_rg16f", { - "_index": 7397, + "_index": 8335, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173150,7 +173717,7 @@ [ "graphics.texture_format_rg32f", { - "_index": 7399, + "_index": 8337, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173161,7 +173728,7 @@ [ "graphics.texture_format_rg_bc5", { - "_index": 7390, + "_index": 8339, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173172,7 +173739,7 @@ [ "graphics.texture_format_rg_etc2", { - "_index": 9870, + "_index": 8341, "data": { "ref/stable/graphics": {} }, @@ -173182,7 +173749,7 @@ [ "graphics.texture_format_rgb", { - "_index": 7378, + "_index": 8343, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173193,7 +173760,7 @@ [ "graphics.texture_format_rgb16f", { - "_index": 7392, + "_index": 8345, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173204,7 +173771,7 @@ [ "graphics.texture_format_rgb32f", { - "_index": 7393, + "_index": 8347, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173215,7 +173782,7 @@ [ "graphics.texture_format_rgb_16bpp", { - "_index": 9875, + "_index": 8349, "data": { "ref/stable/graphics": {} }, @@ -173225,7 +173792,7 @@ [ "graphics.texture_format_rgb_bc1", { - "_index": 7387, + "_index": 8351, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173236,7 +173803,7 @@ [ "graphics.texture_format_rgb_etc1", { - "_index": 7384, + "_index": 8353, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173247,7 +173814,7 @@ [ "graphics.texture_format_rgb_pvrtc_2bppv1", { - "_index": 7380, + "_index": 8355, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173258,7 +173825,7 @@ [ "graphics.texture_format_rgb_pvrtc_4bppv1", { - "_index": 7381, + "_index": 8357, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173269,7 +173836,7 @@ [ "graphics.texture_format_rgba", { - "_index": 7379, + "_index": 8359, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173280,7 +173847,7 @@ [ "graphics.texture_format_rgba16f", { - "_index": 7394, + "_index": 8360, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173291,7 +173858,7 @@ [ "graphics.texture_format_rgba32f", { - "_index": 7395, + "_index": 8362, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173302,7 +173869,7 @@ [ "graphics.texture_format_rgba32ui", { - "_index": 9883, + "_index": 8364, "data": { "ref/stable/graphics": {} }, @@ -173312,7 +173879,7 @@ [ "graphics.texture_format_rgba_16bpp", { - "_index": 9885, + "_index": 8366, "data": { "ref/stable/graphics": {} }, @@ -173322,7 +173889,7 @@ [ "graphics.texture_format_rgba_astc_4x4", { - "_index": 7386, + "_index": 8368, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173333,7 +173900,7 @@ [ "graphics.texture_format_rgba_bc3", { - "_index": 7388, + "_index": 8370, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173344,7 +173911,7 @@ [ "graphics.texture_format_rgba_bc7", { - "_index": 7391, + "_index": 8372, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173355,7 +173922,7 @@ [ "graphics.texture_format_rgba_etc2", { - "_index": 7385, + "_index": 8374, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173366,7 +173933,7 @@ [ "graphics.texture_format_rgba_pvrtc_2bppv1", { - "_index": 7382, + "_index": 8376, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173377,7 +173944,7 @@ [ "graphics.texture_format_rgba_pvrtc_4bppv1", { - "_index": 7383, + "_index": 8378, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173388,7 +173955,7 @@ [ "graphics.texture_format_stencil", { - "_index": 9893, + "_index": 8380, "data": { "ref/stable/graphics": {} }, @@ -173398,7 +173965,7 @@ [ "graphics.texture_type_2d", { - "_index": 7374, + "_index": 8382, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173409,7 +173976,7 @@ [ "graphics.texture_type_2d_array", { - "_index": 7420, + "_index": 8384, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173420,7 +173987,7 @@ [ "graphics.texture_type_cube_map", { - "_index": 7375, + "_index": 8386, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173431,7 +173998,7 @@ [ "graphics.texture_type_image_2d", { - "_index": 7376, + "_index": 8388, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173442,7 +174009,7 @@ [ "graphics.texture_usage_flag_color", { - "_index": 9899, + "_index": 8390, "data": { "ref/stable/graphics": {} }, @@ -173452,7 +174019,7 @@ [ "graphics.texture_usage_flag_input", { - "_index": 9901, + "_index": 8392, "data": { "ref/stable/graphics": {} }, @@ -173462,7 +174029,7 @@ [ "graphics.texture_usage_flag_memoryless", { - "_index": 7401, + "_index": 8394, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173473,7 +174040,7 @@ [ "graphics.texture_usage_flag_sample", { - "_index": 7400, + "_index": 8396, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173484,7 +174051,7 @@ [ "graphics.texture_usage_flag_storage", { - "_index": 7404, + "_index": 8398, "data": { "ref/stable/graphics": {}, "ref/stable/resource": {} @@ -173495,7 +174062,7 @@ [ "graphics.texture_wrap_clamp_to_border", { - "_index": 9906, + "_index": 8400, "data": { "ref/stable/graphics": {} }, @@ -173505,7 +174072,7 @@ [ "graphics.texture_wrap_clamp_to_bordergraphics.texture_wrap_clamp_to_edgegraphics.texture_wrap_mirrored_repeatgraphics.texture_wrap_repeat", { - "_index": 7838, + "_index": 8514, "data": { "ref/stable/render": {} }, @@ -173515,7 +174082,7 @@ [ "graphics.texture_wrap_clamp_to_edge", { - "_index": 9908, + "_index": 8402, "data": { "ref/stable/graphics": {} }, @@ -173525,7 +174092,7 @@ [ "graphics.texture_wrap_mirrored_repeat", { - "_index": 9910, + "_index": 8404, "data": { "ref/stable/graphics": {} }, @@ -173535,7 +174102,7 @@ [ "graphics.texture_wrap_repeat", { - "_index": 9912, + "_index": 8406, "data": { "ref/stable/graphics": {} }, @@ -173545,7 +174112,7 @@ [ "grasp", { - "_index": 3588, + "_index": 5602, "data": { "manuals/introduction": {} }, @@ -173555,7 +174122,7 @@ [ "grass", { - "_index": 4347, + "_index": 4437, "data": { "manuals/glossary": {}, "manuals/tilemap": {} @@ -173566,7 +174133,7 @@ [ "gravity", { - "_index": 5530, + "_index": 3856, "data": { "examples/particles/confetti": {}, "examples/physics/pendulum": {}, @@ -173580,7 +174147,7 @@ [ "gravityy", { - "_index": 6140, + "_index": 6199, "data": { "examples/physics/dynamic": {}, "examples/physics/hinge_joint": {}, @@ -173593,7 +174160,7 @@ [ "great", { - "_index": 1241, + "_index": 1720, "data": { "manuals/addressing": {}, "manuals/flash": {}, @@ -173607,7 +174174,7 @@ [ "greater", { - "_index": 3326, + "_index": 5117, "data": { "manuals/flash": {}, "ref/stable/collectionfactory": {}, @@ -173623,7 +174190,7 @@ [ "greatly", { - "_index": 3968, + "_index": 1488, "data": { "manuals/editor-scripts-ui": {}, "manuals/optimization-size": {} @@ -173634,7 +174201,7 @@ [ "green", { - "_index": 3227, + "_index": 1258, "data": { "examples/particles/fire_and_smoke": {}, "manuals/editor": {}, @@ -173654,7 +174221,7 @@ [ "greenwich", { - "_index": 8456, + "_index": 9654, "data": { "ref/stable/sys": {} }, @@ -173664,7 +174231,7 @@ [ "grep", { - "_index": 1454, + "_index": 4075, "data": { "manuals/debugging-native-code-android": {}, "manuals/debugging-native-code-ios": {}, @@ -173676,7 +174243,7 @@ [ "grey", { - "_index": 841, + "_index": 461, "data": { "manuals/gui": {}, "manuals/label": {} @@ -173687,7 +174254,7 @@ [ "grid", { - "_index": 327, + "_index": 952, "data": { "assets/defoldgridengine": {}, "assets/sharpsprite": {}, @@ -173704,7 +174271,7 @@ [ "grids", { - "_index": 3887, + "_index": 1353, "data": { "manuals/editor-scripts-ui": {}, "manuals/glossary": {} @@ -173715,7 +174282,7 @@ [ "grip", { - "_index": 4054, + "_index": 4253, "data": { "manuals/bundling": {}, "manuals/profiling": {} @@ -173726,7 +174293,7 @@ [ "ground", { - "_index": 4346, + "_index": 4436, "data": { "manuals/glossary": {}, "manuals/tilemap": {} @@ -173737,7 +174304,7 @@ [ "group", { - "_index": 1920, + "_index": 568, "data": { "assets/defarmy": {}, "examples/physics/raycast": {}, @@ -173766,7 +174333,7 @@ [ "group's", { - "_index": 4379, + "_index": 4425, "data": { "manuals/tilesource": {} }, @@ -173776,7 +174343,7 @@ [ "group_hash", { - "_index": 5693, + "_index": 3526, "data": { "manuals/sound": {} }, @@ -173786,7 +174353,7 @@ [ "grouped", { - "_index": 3738, + "_index": 1318, "data": { "manuals/editor-scripts-ui": {}, "manuals/render": {} @@ -173797,7 +174364,7 @@ [ "grouping", { - "_index": 4883, + "_index": 3408, "data": { "manuals/addressing": {}, "manuals/lua": {}, @@ -173809,7 +174376,7 @@ [ "groups", { - "_index": 311, + "_index": 200, "data": { "assets/defarmy": {}, "manuals/addressing": {}, @@ -173833,7 +174400,7 @@ [ "grow", { - "_index": 3832, + "_index": 1342, "data": { "manuals/editor-scripts-ui": {}, "manuals/font": {}, @@ -173846,7 +174413,7 @@ [ "gs", { - "_index": 7894, + "_index": 8553, "data": { "ref/stable/render": {} }, @@ -173856,7 +174423,7 @@ [ "gsub", { - "_index": 10128, + "_index": 7143, "data": { "ref/stable/string": {} }, @@ -173866,7 +174433,7 @@ [ "gt", { - "_index": 7955, + "_index": 7152, "data": { "ref/stable/dmMath": {}, "ref/stable/dmScript": {}, @@ -173880,7 +174447,7 @@ [ "guarantee", { - "_index": 777, + "_index": 1498, "data": { "manuals/application-security": {}, "manuals/caching-assets": {}, @@ -173898,7 +174465,7 @@ [ "guaranteed", { - "_index": 4884, + "_index": 3411, "data": { "manuals/addressing": {}, "ref/stable/crash": {}, @@ -173909,7 +174476,8 @@ "ref/stable/dmResource": {}, "ref/stable/dmScript": {}, "ref/stable/dmStringFunc": {}, - "ref/stable/render": {} + "ref/stable/render": {}, + "ref/stable/vmath": {} }, "type": {} } @@ -173917,7 +174485,7 @@ [ "guarantees", { - "_index": 9768, + "_index": 7292, "data": { "ref/stable/math": {} }, @@ -173927,7 +174495,7 @@ [ "guard", { - "_index": 8715, + "_index": 10787, "data": { "ref/stable/dmScript": {} }, @@ -173937,7 +174505,7 @@ [ "guardfactory", { - "_index": 2596, + "_index": 4311, "data": { "manuals/factory": {} }, @@ -173947,7 +174515,7 @@ [ "guards", { - "_index": 1171, + "_index": 2782, "data": { "manuals/shader": {} }, @@ -173957,7 +174525,7 @@ [ "gui", { - "_index": 381, + "_index": 47, "data": { "assets/dirtylarry": {}, "assets/editor-script-align": {}, @@ -174006,7 +174574,7 @@ [ "gui's", { - "_index": 4405, + "_index": 53, "data": { "manuals/gui": {} }, @@ -174016,7 +174584,7 @@ [ "gui.adjust_fit", { - "_index": 9103, + "_index": 7566, "data": { "ref/stable/gui": {} }, @@ -174026,7 +174594,7 @@ [ "gui.adjust_stretch", { - "_index": 9105, + "_index": 7568, "data": { "ref/stable/gui": {} }, @@ -174036,7 +174604,7 @@ [ "gui.adjust_zoom", { - "_index": 9108, + "_index": 7571, "data": { "ref/stable/gui": {} }, @@ -174046,7 +174614,7 @@ [ "gui.anchor_bottom", { - "_index": 9110, + "_index": 7574, "data": { "ref/stable/gui": {} }, @@ -174056,7 +174624,7 @@ [ "gui.anchor_left", { - "_index": 9112, + "_index": 7576, "data": { "ref/stable/gui": {} }, @@ -174066,7 +174634,7 @@ [ "gui.anchor_none", { - "_index": 9114, + "_index": 7578, "data": { "ref/stable/gui": {} }, @@ -174076,7 +174644,7 @@ [ "gui.anchor_right", { - "_index": 9116, + "_index": 7580, "data": { "ref/stable/gui": {} }, @@ -174086,7 +174654,7 @@ [ "gui.anchor_top", { - "_index": 9118, + "_index": 7582, "data": { "ref/stable/gui": {} }, @@ -174096,7 +174664,7 @@ [ "gui.animate", { - "_index": 5053, + "_index": 5016, "data": { "examples/gui/color": {}, "manuals/gui-pie": {}, @@ -174108,7 +174676,7 @@ [ "gui.blend_add", { - "_index": 9144, + "_index": 7610, "data": { "ref/stable/gui": {} }, @@ -174118,7 +174686,7 @@ [ "gui.blend_add_alpha", { - "_index": 9147, + "_index": 7613, "data": { "ref/stable/gui": {} }, @@ -174128,7 +174696,7 @@ [ "gui.blend_alpha", { - "_index": 9149, + "_index": 7615, "data": { "ref/stable/gui": {} }, @@ -174138,7 +174706,7 @@ [ "gui.blend_mult", { - "_index": 9151, + "_index": 7617, "data": { "ref/stable/gui": {} }, @@ -174148,7 +174716,7 @@ [ "gui.blend_screen", { - "_index": 9153, + "_index": 7619, "data": { "ref/stable/gui": {} }, @@ -174158,7 +174726,7 @@ [ "gui.cancel_animation", { - "_index": 9120, + "_index": 7584, "data": { "ref/stable/gui": {} }, @@ -174168,7 +174736,7 @@ [ "gui.cancel_flipbook", { - "_index": 9156, + "_index": 7622, "data": { "ref/stable/gui": {} }, @@ -174178,7 +174746,7 @@ [ "gui.clipping_mode_none", { - "_index": 9159, + "_index": 7625, "data": { "ref/stable/gui": {} }, @@ -174188,7 +174756,7 @@ [ "gui.clipping_mode_stencil", { - "_index": 9161, + "_index": 7627, "data": { "ref/stable/gui": {} }, @@ -174198,7 +174766,7 @@ [ "gui.clone", { - "_index": 2560, + "_index": 5902, "data": { "manuals/gui-script": {}, "ref/stable/gui": {} @@ -174209,7 +174777,7 @@ [ "gui.clone_tree", { - "_index": 2562, + "_index": 5903, "data": { "manuals/gui-script": {}, "ref/stable/gui": {} @@ -174220,7 +174788,7 @@ [ "gui.delete_node", { - "_index": 9167, + "_index": 7633, "data": { "ref/stable/gui": {} }, @@ -174230,7 +174798,7 @@ [ "gui.delete_texture", { - "_index": 9169, + "_index": 7636, "data": { "ref/stable/gui": {} }, @@ -174240,7 +174808,7 @@ [ "gui.easing_", { - "_index": 9138, + "_index": 7604, "data": { "ref/stable/gui": {} }, @@ -174250,7 +174818,7 @@ [ "gui.easing_inback", { - "_index": 4629, + "_index": 3736, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174261,7 +174829,7 @@ [ "gui.easing_inbounce", { - "_index": 4633, + "_index": 3740, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174272,7 +174840,7 @@ [ "gui.easing_incirc", { - "_index": 4649, + "_index": 3756, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174283,7 +174851,7 @@ [ "gui.easing_incubic", { - "_index": 4657, + "_index": 3764, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174294,7 +174862,7 @@ [ "gui.easing_inelastic", { - "_index": 4637, + "_index": 3744, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174305,7 +174873,7 @@ [ "gui.easing_inexpo", { - "_index": 4645, + "_index": 3752, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174316,7 +174884,7 @@ [ "gui.easing_inoutback", { - "_index": 4631, + "_index": 3738, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174327,7 +174895,7 @@ [ "gui.easing_inoutbounce", { - "_index": 4635, + "_index": 3742, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174338,7 +174906,7 @@ [ "gui.easing_inoutcirc", { - "_index": 4651, + "_index": 3758, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174349,7 +174917,7 @@ [ "gui.easing_inoutcubic", { - "_index": 4659, + "_index": 3766, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174360,7 +174928,7 @@ [ "gui.easing_inoutelastic", { - "_index": 4639, + "_index": 3746, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174371,7 +174939,7 @@ [ "gui.easing_inoutexpo", { - "_index": 4647, + "_index": 3754, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174382,7 +174950,7 @@ [ "gui.easing_inoutquad", { - "_index": 4655, + "_index": 3762, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174393,7 +174961,7 @@ [ "gui.easing_inoutquart", { - "_index": 4663, + "_index": 3770, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174404,7 +174972,7 @@ [ "gui.easing_inoutquint", { - "_index": 4667, + "_index": 3774, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174415,7 +174983,7 @@ [ "gui.easing_inoutsine", { - "_index": 4643, + "_index": 3750, "data": { "manuals/gui-pie": {}, "manuals/property-animation": {}, @@ -174427,7 +174995,7 @@ [ "gui.easing_inquad", { - "_index": 4653, + "_index": 3760, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174438,7 +175006,7 @@ [ "gui.easing_inquart", { - "_index": 4661, + "_index": 3768, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174449,7 +175017,7 @@ [ "gui.easing_inquint", { - "_index": 4665, + "_index": 3772, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174460,7 +175028,7 @@ [ "gui.easing_insine", { - "_index": 4641, + "_index": 3748, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174471,7 +175039,7 @@ [ "gui.easing_linear", { - "_index": 4628, + "_index": 3735, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174482,7 +175050,7 @@ [ "gui.easing_outback", { - "_index": 4630, + "_index": 3737, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174493,7 +175061,7 @@ [ "gui.easing_outbounce", { - "_index": 4634, + "_index": 3741, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174504,7 +175072,7 @@ [ "gui.easing_outcirc", { - "_index": 4650, + "_index": 3757, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174515,7 +175083,7 @@ [ "gui.easing_outcubic", { - "_index": 4658, + "_index": 3765, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174526,7 +175094,7 @@ [ "gui.easing_outelastic", { - "_index": 4638, + "_index": 3745, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174537,7 +175105,7 @@ [ "gui.easing_outexpo", { - "_index": 4646, + "_index": 3753, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174548,7 +175116,7 @@ [ "gui.easing_outinback", { - "_index": 4632, + "_index": 3739, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174559,7 +175127,7 @@ [ "gui.easing_outinbounce", { - "_index": 4636, + "_index": 3743, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174570,7 +175138,7 @@ [ "gui.easing_outincirc", { - "_index": 4652, + "_index": 3759, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174581,7 +175149,7 @@ [ "gui.easing_outincubic", { - "_index": 4660, + "_index": 3767, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174592,7 +175160,7 @@ [ "gui.easing_outinelastic", { - "_index": 4640, + "_index": 3747, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174603,7 +175171,7 @@ [ "gui.easing_outinexpo", { - "_index": 4648, + "_index": 3755, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174614,7 +175182,7 @@ [ "gui.easing_outinquad", { - "_index": 4656, + "_index": 3763, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174625,7 +175193,7 @@ [ "gui.easing_outinquart", { - "_index": 4664, + "_index": 3771, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174636,7 +175204,7 @@ [ "gui.easing_outinquint", { - "_index": 4668, + "_index": 3775, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174647,7 +175215,7 @@ [ "gui.easing_outinsine", { - "_index": 4644, + "_index": 3751, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174658,7 +175226,7 @@ [ "gui.easing_outquad", { - "_index": 4654, + "_index": 3761, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174669,7 +175237,7 @@ [ "gui.easing_outquart", { - "_index": 4662, + "_index": 3769, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174680,7 +175248,7 @@ [ "gui.easing_outquint", { - "_index": 4666, + "_index": 3773, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174691,7 +175259,7 @@ [ "gui.easing_outsine", { - "_index": 4642, + "_index": 3749, "data": { "manuals/property-animation": {}, "ref/stable/gui": {} @@ -174702,7 +175270,7 @@ [ "gui.get", { - "_index": 9171, + "_index": 7686, "data": { "ref/stable/gui": {} }, @@ -174712,7 +175280,7 @@ [ "gui.get_adjust_mode", { - "_index": 9174, + "_index": 7689, "data": { "ref/stable/gui": {} }, @@ -174722,7 +175290,7 @@ [ "gui.get_alpha", { - "_index": 9176, + "_index": 7691, "data": { "ref/stable/gui": {} }, @@ -174732,7 +175300,7 @@ [ "gui.get_blend_mode", { - "_index": 9178, + "_index": 7693, "data": { "ref/stable/gui": {} }, @@ -174742,7 +175310,7 @@ [ "gui.get_clipping_inverted", { - "_index": 9180, + "_index": 7695, "data": { "ref/stable/gui": {} }, @@ -174752,7 +175320,7 @@ [ "gui.get_clipping_mode", { - "_index": 9182, + "_index": 7697, "data": { "ref/stable/gui": {} }, @@ -174762,7 +175330,7 @@ [ "gui.get_clipping_visible", { - "_index": 9184, + "_index": 7699, "data": { "ref/stable/gui": {} }, @@ -174772,7 +175340,7 @@ [ "gui.get_color", { - "_index": 5299, + "_index": 2583, "data": { "manuals/properties": {}, "ref/stable/gui": {} @@ -174783,7 +175351,7 @@ [ "gui.get_euler", { - "_index": 9187, + "_index": 7702, "data": { "ref/stable/gui": {} }, @@ -174793,7 +175361,7 @@ [ "gui.get_fill_angle", { - "_index": 5048, + "_index": 2604, "data": { "manuals/gui-pie": {}, "manuals/properties": {}, @@ -174805,7 +175373,7 @@ [ "gui.get_flipbook", { - "_index": 9191, + "_index": 7706, "data": { "ref/stable/gui": {} }, @@ -174815,7 +175383,7 @@ [ "gui.get_flipbook_cursor", { - "_index": 9193, + "_index": 7708, "data": { "ref/stable/gui": {} }, @@ -174825,7 +175393,7 @@ [ "gui.get_flipbook_playback_rate", { - "_index": 9195, + "_index": 7710, "data": { "ref/stable/gui": {} }, @@ -174835,7 +175403,7 @@ [ "gui.get_font", { - "_index": 9197, + "_index": 7712, "data": { "ref/stable/gui": {} }, @@ -174845,7 +175413,7 @@ [ "gui.get_font_resource", { - "_index": 9199, + "_index": 7714, "data": { "ref/stable/gui": {} }, @@ -174855,7 +175423,7 @@ [ "gui.get_height", { - "_index": 9201, + "_index": 7716, "data": { "ref/stable/gui": {} }, @@ -174865,7 +175433,7 @@ [ "gui.get_id", { - "_index": 9202, + "_index": 7718, "data": { "ref/stable/gui": {} }, @@ -174875,7 +175443,7 @@ [ "gui.get_index", { - "_index": 4480, + "_index": 530, "data": { "manuals/gui": {}, "ref/stable/gui": {} @@ -174886,7 +175454,7 @@ [ "gui.get_inherit_alpha", { - "_index": 9205, + "_index": 7723, "data": { "ref/stable/gui": {} }, @@ -174896,7 +175464,7 @@ [ "gui.get_inner_radius", { - "_index": 5313, + "_index": 2607, "data": { "manuals/properties": {}, "ref/stable/gui": {} @@ -174907,7 +175475,7 @@ [ "gui.get_layer", { - "_index": 9208, + "_index": 7726, "data": { "ref/stable/gui": {} }, @@ -174917,7 +175485,7 @@ [ "gui.get_layout", { - "_index": 9210, + "_index": 7728, "data": { "ref/stable/gui": {} }, @@ -174927,7 +175495,7 @@ [ "gui.get_leading", { - "_index": 9212, + "_index": 7730, "data": { "ref/stable/gui": {} }, @@ -174937,7 +175505,7 @@ [ "gui.get_line_break", { - "_index": 9214, + "_index": 7732, "data": { "ref/stable/gui": {} }, @@ -174947,7 +175515,7 @@ [ "gui.get_material", { - "_index": 9216, + "_index": 7734, "data": { "ref/stable/gui": {} }, @@ -174957,7 +175525,7 @@ [ "gui.get_node", { - "_index": 113, + "_index": 526, "data": { "manuals/flipbook-animation": {}, "manuals/gui": {}, @@ -174977,7 +175545,7 @@ [ "gui.get_outer_bounds", { - "_index": 9219, + "_index": 7737, "data": { "ref/stable/gui": {} }, @@ -174987,7 +175555,7 @@ [ "gui.get_outline", { - "_index": 5301, + "_index": 2585, "data": { "manuals/properties": {}, "ref/stable/gui": {} @@ -174998,7 +175566,7 @@ [ "gui.get_parent", { - "_index": 9223, + "_index": 7741, "data": { "ref/stable/gui": {} }, @@ -175008,7 +175576,7 @@ [ "gui.get_particlefx", { - "_index": 9224, + "_index": 7743, "data": { "ref/stable/gui": {} }, @@ -175018,7 +175586,7 @@ [ "gui.get_perimeter_vertices", { - "_index": 5049, + "_index": 5012, "data": { "manuals/gui-pie": {}, "ref/stable/gui": {} @@ -175029,7 +175597,7 @@ [ "gui.get_pivot", { - "_index": 9228, + "_index": 7747, "data": { "ref/stable/gui": {} }, @@ -175039,7 +175607,7 @@ [ "gui.get_position", { - "_index": 2570, + "_index": 2587, "data": { "manuals/gui-script": {}, "manuals/properties": {}, @@ -175051,7 +175619,7 @@ [ "gui.get_rotation", { - "_index": 5305, + "_index": 2592, "data": { "manuals/properties": {}, "ref/stable/gui": {} @@ -175062,7 +175630,7 @@ [ "gui.get_scale", { - "_index": 5308, + "_index": 2595, "data": { "manuals/properties": {}, "ref/stable/gui": {} @@ -175073,7 +175641,7 @@ [ "gui.get_screen_position", { - "_index": 9239, + "_index": 7761, "data": { "ref/stable/gui": {} }, @@ -175083,7 +175651,7 @@ [ "gui.get_shadow", { - "_index": 5310, + "_index": 2598, "data": { "manuals/properties": {}, "ref/stable/gui": {} @@ -175094,7 +175662,7 @@ [ "gui.get_size", { - "_index": 2555, + "_index": 2600, "data": { "manuals/gui-script": {}, "manuals/properties": {}, @@ -175106,7 +175674,7 @@ [ "gui.get_size_mode", { - "_index": 9243, + "_index": 7765, "data": { "ref/stable/gui": {} }, @@ -175116,7 +175684,7 @@ [ "gui.get_slice9", { - "_index": 5317, + "_index": 2611, "data": { "manuals/properties": {}, "ref/stable/gui": {} @@ -175127,7 +175695,7 @@ [ "gui.get_text", { - "_index": 3773, + "_index": 1914, "data": { "manuals/input-key-and-text": {}, "ref/stable/gui": {} @@ -175138,7 +175706,7 @@ [ "gui.get_texture", { - "_index": 9248, + "_index": 7771, "data": { "ref/stable/gui": {} }, @@ -175148,7 +175716,7 @@ [ "gui.get_tracking", { - "_index": 9250, + "_index": 7773, "data": { "ref/stable/gui": {} }, @@ -175158,7 +175726,17 @@ [ "gui.get_tree", { - "_index": 9252, + "_index": 7775, + "data": { + "ref/stable/gui": {} + }, + "type": {} + } + ], + [ + "gui.get_type", + { + "_index": 7777, "data": { "ref/stable/gui": {} }, @@ -175168,7 +175746,7 @@ [ "gui.get_visible", { - "_index": 4433, + "_index": 284, "data": { "manuals/gui": {}, "ref/stable/gui": {} @@ -175179,7 +175757,7 @@ [ "gui.get_width", { - "_index": 9255, + "_index": 7785, "data": { "ref/stable/gui": {} }, @@ -175189,7 +175767,7 @@ [ "gui.get_xanchor", { - "_index": 9256, + "_index": 7787, "data": { "ref/stable/gui": {} }, @@ -175199,7 +175777,7 @@ [ "gui.get_yanchor", { - "_index": 9258, + "_index": 7789, "data": { "ref/stable/gui": {} }, @@ -175209,7 +175787,7 @@ [ "gui.hide_keyboard", { - "_index": 9260, + "_index": 7791, "data": { "ref/stable/gui": {} }, @@ -175219,7 +175797,7 @@ [ "gui.is_enabled", { - "_index": 4431, + "_index": 278, "data": { "manuals/gui": {}, "ref/stable/gui": {} @@ -175230,7 +175808,7 @@ [ "gui.keyboard_type_default", { - "_index": 9264, + "_index": 7795, "data": { "ref/stable/gui": {} }, @@ -175240,7 +175818,7 @@ [ "gui.keyboard_type_email", { - "_index": 9266, + "_index": 7797, "data": { "ref/stable/gui": {} }, @@ -175250,7 +175828,7 @@ [ "gui.keyboard_type_number_pad", { - "_index": 9268, + "_index": 7799, "data": { "ref/stable/gui": {} }, @@ -175260,7 +175838,7 @@ [ "gui.keyboard_type_password", { - "_index": 9270, + "_index": 7801, "data": { "ref/stable/gui": {} }, @@ -175270,7 +175848,7 @@ [ "gui.move_above", { - "_index": 4481, + "_index": 531, "data": { "manuals/gui": {}, "ref/stable/gui": {} @@ -175281,7 +175859,7 @@ [ "gui.move_below", { - "_index": 9273, + "_index": 7804, "data": { "ref/stable/gui": {} }, @@ -175291,7 +175869,7 @@ [ "gui.new_", { - "_index": 2559, + "_index": 5901, "data": { "manuals/gui-script": {} }, @@ -175301,7 +175879,7 @@ [ "gui.new_*_node", { - "_index": 9364, + "_index": 7901, "data": { "ref/stable/gui": {} }, @@ -175311,7 +175889,7 @@ [ "gui.new_[type]_node", { - "_index": 2574, + "_index": 5912, "data": { "manuals/gui-script": {} }, @@ -175321,7 +175899,7 @@ [ "gui.new_box_node", { - "_index": 9275, + "_index": 7806, "data": { "ref/stable/gui": {} }, @@ -175331,7 +175909,7 @@ [ "gui.new_particlefx_node", { - "_index": 9277, + "_index": 7808, "data": { "ref/stable/gui": {} }, @@ -175341,7 +175919,7 @@ [ "gui.new_pie_node", { - "_index": 9279, + "_index": 7810, "data": { "ref/stable/gui": {} }, @@ -175351,7 +175929,7 @@ [ "gui.new_text_node", { - "_index": 2576, + "_index": 5914, "data": { "manuals/gui-script": {}, "ref/stable/gui": {} @@ -175362,7 +175940,7 @@ [ "gui.new_texture", { - "_index": 9282, + "_index": 7813, "data": { "ref/stable/gui": {} }, @@ -175372,7 +175950,7 @@ [ "gui.pick_node", { - "_index": 2053, + "_index": 276, "data": { "examples/gui/drag": {}, "manuals/gui": {}, @@ -175387,7 +175965,7 @@ [ "gui.piebounds_ellipse", { - "_index": 9221, + "_index": 7739, "data": { "ref/stable/gui": {} }, @@ -175397,7 +175975,7 @@ [ "gui.piebounds_rectangle", { - "_index": 5052, + "_index": 5015, "data": { "manuals/gui-pie": {}, "ref/stable/gui": {} @@ -175408,7 +175986,7 @@ [ "gui.pivot_center", { - "_index": 9230, + "_index": 7749, "data": { "ref/stable/gui": {} }, @@ -175418,7 +175996,7 @@ [ "gui.pivot_e", { - "_index": 9233, + "_index": 7752, "data": { "ref/stable/gui": {} }, @@ -175428,7 +176006,7 @@ [ "gui.pivot_n", { - "_index": 9231, + "_index": 7750, "data": { "ref/stable/gui": {} }, @@ -175438,7 +176016,7 @@ [ "gui.pivot_ne", { - "_index": 9232, + "_index": 7751, "data": { "ref/stable/gui": {} }, @@ -175448,7 +176026,7 @@ [ "gui.pivot_nw", { - "_index": 9238, + "_index": 7757, "data": { "ref/stable/gui": {} }, @@ -175458,7 +176036,7 @@ [ "gui.pivot_s", { - "_index": 9235, + "_index": 7754, "data": { "ref/stable/gui": {} }, @@ -175468,7 +176046,7 @@ [ "gui.pivot_se", { - "_index": 9234, + "_index": 7753, "data": { "ref/stable/gui": {} }, @@ -175478,7 +176056,7 @@ [ "gui.pivot_sw", { - "_index": 9236, + "_index": 7755, "data": { "ref/stable/gui": {} }, @@ -175488,7 +176066,7 @@ [ "gui.pivot_w", { - "_index": 9237, + "_index": 7756, "data": { "ref/stable/gui": {} }, @@ -175498,7 +176076,7 @@ [ "gui.play_flipbook", { - "_index": 3099, + "_index": 2501, "data": { "manuals/flipbook-animation": {}, "ref/stable/gui": {} @@ -175509,7 +176087,7 @@ [ "gui.play_particlefx", { - "_index": 5508, + "_index": 2362, "data": { "manuals/gui-particlefx": {}, "ref/stable/gui": {} @@ -175520,7 +176098,7 @@ [ "gui.playback_loop_backward", { - "_index": 9143, + "_index": 7609, "data": { "ref/stable/gui": {} }, @@ -175530,7 +176108,7 @@ [ "gui.playback_loop_forward", { - "_index": 9142, + "_index": 7608, "data": { "ref/stable/gui": {} }, @@ -175540,7 +176118,7 @@ [ "gui.playback_loop_pingpong", { - "_index": 5055, + "_index": 5017, "data": { "manuals/gui-pie": {}, "ref/stable/gui": {} @@ -175551,7 +176129,7 @@ [ "gui.playback_once_backward", { - "_index": 9140, + "_index": 7606, "data": { "ref/stable/gui": {} }, @@ -175561,7 +176139,7 @@ [ "gui.playback_once_forward", { - "_index": 9139, + "_index": 7605, "data": { "ref/stable/gui": {} }, @@ -175571,7 +176149,7 @@ [ "gui.playback_once_pingpong", { - "_index": 9141, + "_index": 7607, "data": { "ref/stable/gui": {} }, @@ -175581,7 +176159,7 @@ [ "gui.prop_color", { - "_index": 9129, + "_index": 7595, "data": { "ref/stable/gui": {} }, @@ -175591,7 +176169,7 @@ [ "gui.prop_euler", { - "_index": 9127, + "_index": 7593, "data": { "ref/stable/gui": {} }, @@ -175601,7 +176179,7 @@ [ "gui.prop_fill_angle", { - "_index": 9133, + "_index": 7599, "data": { "ref/stable/gui": {} }, @@ -175611,7 +176189,7 @@ [ "gui.prop_inner_radius", { - "_index": 9134, + "_index": 7600, "data": { "ref/stable/gui": {} }, @@ -175621,7 +176199,7 @@ [ "gui.prop_leading", { - "_index": 9135, + "_index": 7601, "data": { "ref/stable/gui": {} }, @@ -175631,7 +176209,7 @@ [ "gui.prop_outline", { - "_index": 9130, + "_index": 7596, "data": { "ref/stable/gui": {} }, @@ -175641,7 +176219,7 @@ [ "gui.prop_position", { - "_index": 9125, + "_index": 7591, "data": { "ref/stable/gui": {} }, @@ -175651,7 +176229,7 @@ [ "gui.prop_rotation", { - "_index": 9126, + "_index": 7592, "data": { "ref/stable/gui": {} }, @@ -175661,7 +176239,7 @@ [ "gui.prop_scale", { - "_index": 9128, + "_index": 7594, "data": { "ref/stable/gui": {} }, @@ -175671,7 +176249,7 @@ [ "gui.prop_shadow", { - "_index": 9131, + "_index": 7597, "data": { "ref/stable/gui": {} }, @@ -175681,7 +176259,7 @@ [ "gui.prop_size", { - "_index": 9132, + "_index": 7598, "data": { "ref/stable/gui": {} }, @@ -175691,7 +176269,7 @@ [ "gui.prop_slice9", { - "_index": 9137, + "_index": 7603, "data": { "ref/stable/gui": {} }, @@ -175701,7 +176279,7 @@ [ "gui.prop_tracking", { - "_index": 9136, + "_index": 7602, "data": { "ref/stable/gui": {} }, @@ -175711,7 +176289,7 @@ [ "gui.reset_keyboard", { - "_index": 9318, + "_index": 7855, "data": { "ref/stable/gui": {} }, @@ -175721,7 +176299,7 @@ [ "gui.reset_material", { - "_index": 9320, + "_index": 7857, "data": { "ref/stable/gui": {} }, @@ -175731,7 +176309,7 @@ [ "gui.reset_nodes", { - "_index": 9322, + "_index": 7859, "data": { "ref/stable/gui": {} }, @@ -175741,7 +176319,7 @@ [ "gui.result_", { - "_index": 9285, + "_index": 7816, "data": { "ref/stable/gui": {} }, @@ -175751,7 +176329,7 @@ [ "gui.result_data_error", { - "_index": 9324, + "_index": 7861, "data": { "ref/stable/gui": {} }, @@ -175761,7 +176339,7 @@ [ "gui.result_out_of_resources", { - "_index": 9326, + "_index": 7863, "data": { "ref/stable/gui": {} }, @@ -175771,7 +176349,7 @@ [ "gui.result_texture_already_exists", { - "_index": 9328, + "_index": 7865, "data": { "ref/stable/gui": {} }, @@ -175781,7 +176359,7 @@ [ "gui.screen_to_local", { - "_index": 9330, + "_index": 7867, "data": { "ref/stable/gui": {} }, @@ -175791,7 +176369,7 @@ [ "gui.set", { - "_index": 9332, + "_index": 7869, "data": { "ref/stable/gui": {} }, @@ -175801,7 +176379,7 @@ [ "gui.set_adjust_mode", { - "_index": 9338, + "_index": 7876, "data": { "ref/stable/gui": {} }, @@ -175811,7 +176389,7 @@ [ "gui.set_alpha", { - "_index": 9340, + "_index": 7878, "data": { "ref/stable/gui": {} }, @@ -175821,7 +176399,7 @@ [ "gui.set_blend_mode", { - "_index": 9343, + "_index": 7880, "data": { "ref/stable/gui": {} }, @@ -175831,7 +176409,7 @@ [ "gui.set_clipping_inverted", { - "_index": 9345, + "_index": 7882, "data": { "ref/stable/gui": {} }, @@ -175841,7 +176419,7 @@ [ "gui.set_clipping_mode", { - "_index": 9347, + "_index": 7884, "data": { "ref/stable/gui": {} }, @@ -175851,7 +176429,7 @@ [ "gui.set_clipping_visible", { - "_index": 9349, + "_index": 7886, "data": { "ref/stable/gui": {} }, @@ -175861,7 +176439,7 @@ [ "gui.set_color", { - "_index": 5300, + "_index": 2584, "data": { "examples/gui/color": {}, "manuals/properties": {}, @@ -175873,7 +176451,7 @@ [ "gui.set_enabled", { - "_index": 2060, + "_index": 277, "data": { "manuals/gui": {}, "manuals/input": {}, @@ -175885,7 +176463,7 @@ [ "gui.set_euler", { - "_index": 9353, + "_index": 7890, "data": { "ref/stable/gui": {} }, @@ -175895,7 +176473,7 @@ [ "gui.set_fill_angle", { - "_index": 5312, + "_index": 2605, "data": { "manuals/properties": {}, "ref/stable/gui": {} @@ -175906,7 +176484,7 @@ [ "gui.set_flipbook_cursor", { - "_index": 9356, + "_index": 7893, "data": { "ref/stable/gui": {} }, @@ -175916,7 +176494,7 @@ [ "gui.set_flipbook_playback_rate", { - "_index": 9358, + "_index": 7895, "data": { "ref/stable/gui": {} }, @@ -175926,7 +176504,7 @@ [ "gui.set_font", { - "_index": 9360, + "_index": 7897, "data": { "ref/stable/gui": {} }, @@ -175936,7 +176514,7 @@ [ "gui.set_id", { - "_index": 9362, + "_index": 7899, "data": { "ref/stable/gui": {} }, @@ -175946,7 +176524,7 @@ [ "gui.set_inherit_alpha", { - "_index": 9366, + "_index": 7903, "data": { "ref/stable/gui": {} }, @@ -175956,7 +176534,7 @@ [ "gui.set_inner_radius", { - "_index": 5314, + "_index": 2608, "data": { "manuals/properties": {}, "ref/stable/gui": {} @@ -175967,7 +176545,7 @@ [ "gui.set_layer", { - "_index": 9369, + "_index": 7906, "data": { "ref/stable/gui": {} }, @@ -175977,7 +176555,7 @@ [ "gui.set_leading", { - "_index": 9371, + "_index": 7908, "data": { "ref/stable/gui": {} }, @@ -175987,7 +176565,7 @@ [ "gui.set_line_break", { - "_index": 9373, + "_index": 7910, "data": { "ref/stable/gui": {} }, @@ -175997,7 +176575,7 @@ [ "gui.set_material", { - "_index": 9375, + "_index": 7912, "data": { "ref/stable/gui": {} }, @@ -176007,7 +176585,7 @@ [ "gui.set_outer_bounds", { - "_index": 5051, + "_index": 5014, "data": { "manuals/gui-pie": {}, "ref/stable/gui": {} @@ -176018,7 +176596,7 @@ [ "gui.set_outline", { - "_index": 5302, + "_index": 2586, "data": { "manuals/properties": {}, "ref/stable/gui": {} @@ -176029,7 +176607,7 @@ [ "gui.set_parent", { - "_index": 9379, + "_index": 7916, "data": { "ref/stable/gui": {} }, @@ -176039,7 +176617,7 @@ [ "gui.set_particlefx", { - "_index": 9381, + "_index": 7918, "data": { "ref/stable/gui": {} }, @@ -176049,7 +176627,7 @@ [ "gui.set_perimeter_vertices", { - "_index": 5050, + "_index": 5013, "data": { "manuals/gui-pie": {}, "ref/stable/gui": {} @@ -176060,7 +176638,7 @@ [ "gui.set_pivot", { - "_index": 9384, + "_index": 7921, "data": { "ref/stable/gui": {} }, @@ -176070,7 +176648,7 @@ [ "gui.set_position", { - "_index": 2572, + "_index": 2588, "data": { "manuals/gui-script": {}, "manuals/properties": {}, @@ -176082,7 +176660,7 @@ [ "gui.set_render_order", { - "_index": 9386, + "_index": 7924, "data": { "ref/stable/gui": {} }, @@ -176092,7 +176670,7 @@ [ "gui.set_rotation", { - "_index": 5306, + "_index": 2593, "data": { "manuals/properties": {}, "ref/stable/gui": {} @@ -176103,7 +176681,7 @@ [ "gui.set_scale", { - "_index": 5309, + "_index": 2596, "data": { "manuals/properties": {}, "ref/stable/gui": {} @@ -176114,7 +176692,7 @@ [ "gui.set_screen_position", { - "_index": 9388, + "_index": 7929, "data": { "ref/stable/gui": {} }, @@ -176124,7 +176702,7 @@ [ "gui.set_shadow", { - "_index": 5311, + "_index": 2599, "data": { "manuals/properties": {}, "ref/stable/gui": {} @@ -176135,7 +176713,7 @@ [ "gui.set_size", { - "_index": 2557, + "_index": 2601, "data": { "manuals/gui-script": {}, "manuals/properties": {}, @@ -176147,7 +176725,7 @@ [ "gui.set_size_mode", { - "_index": 9393, + "_index": 7934, "data": { "ref/stable/gui": {} }, @@ -176157,7 +176735,7 @@ [ "gui.set_slice9", { - "_index": 5318, + "_index": 2612, "data": { "manuals/properties": {}, "ref/stable/gui": {} @@ -176168,7 +176746,7 @@ [ "gui.set_text", { - "_index": 115, + "_index": 1611, "data": { "manuals/gui-text": {}, "manuals/input-key-and-text": {}, @@ -176181,7 +176759,7 @@ [ "gui.set_texture", { - "_index": 9396, + "_index": 7938, "data": { "ref/stable/gui": {} }, @@ -176191,7 +176769,7 @@ [ "gui.set_texture_data", { - "_index": 9398, + "_index": 7940, "data": { "ref/stable/gui": {} }, @@ -176201,7 +176779,7 @@ [ "gui.set_tracking", { - "_index": 9400, + "_index": 7942, "data": { "ref/stable/gui": {} }, @@ -176211,7 +176789,7 @@ [ "gui.set_visible", { - "_index": 4432, + "_index": 283, "data": { "manuals/gui": {}, "ref/stable/gui": {} @@ -176222,7 +176800,7 @@ [ "gui.set_xanchor", { - "_index": 9402, + "_index": 7945, "data": { "ref/stable/gui": {} }, @@ -176232,7 +176810,7 @@ [ "gui.set_yanchor", { - "_index": 9404, + "_index": 7947, "data": { "ref/stable/gui": {} }, @@ -176242,7 +176820,7 @@ [ "gui.show_keyboard", { - "_index": 9406, + "_index": 7949, "data": { "ref/stable/gui": {} }, @@ -176252,7 +176830,7 @@ [ "gui.size_mode_auto", { - "_index": 9246, + "_index": 7768, "data": { "ref/stable/gui": {} }, @@ -176262,7 +176840,7 @@ [ "gui.size_mode_manual", { - "_index": 9245, + "_index": 7767, "data": { "ref/stable/gui": {} }, @@ -176272,7 +176850,7 @@ [ "gui.stop_particlefx", { - "_index": 5509, + "_index": 2363, "data": { "manuals/gui-particlefx": {}, "ref/stable/gui": {} @@ -176280,10 +176858,60 @@ "type": {} } ], + [ + "gui.type_box", + { + "_index": 7779, + "data": { + "ref/stable/gui": {} + }, + "type": {} + } + ], + [ + "gui.type_custom", + { + "_index": 7783, + "data": { + "ref/stable/gui": {} + }, + "type": {} + } + ], + [ + "gui.type_particlefx", + { + "_index": 7782, + "data": { + "ref/stable/gui": {} + }, + "type": {} + } + ], + [ + "gui.type_pie", + { + "_index": 7781, + "data": { + "ref/stable/gui": {} + }, + "type": {} + } + ], + [ + "gui.type_text", + { + "_index": 7780, + "data": { + "ref/stable/gui": {} + }, + "type": {} + } + ], [ "gui_script", { - "_index": 4293, + "_index": 3142, "data": { "examples/gui/healthbar": {}, "manuals/writing-code": {} @@ -176294,7 +176922,7 @@ [ "gui_scripts", { - "_index": 5096, + "_index": 5194, "data": { "manuals/lua": {} }, @@ -176304,7 +176932,7 @@ [ "guic", { - "_index": 9556, + "_index": 9259, "data": { "ref/stable/dmGameObject": {} }, @@ -176314,7 +176942,7 @@ [ "guide", { - "_index": 3347, + "_index": 4369, "data": { "manuals/editor": {}, "manuals/flash": {}, @@ -176328,7 +176956,7 @@ [ "guided", { - "_index": 10429, + "_index": 10717, "data": { "ref/stable/base": {} }, @@ -176338,7 +176966,7 @@ [ "guidelines", { - "_index": 1533, + "_index": 3082, "data": { "manuals/optimization-speed": {}, "manuals/porting-guidelines": {} @@ -176349,7 +176977,7 @@ [ "guinodetypecreatefunction", { - "_index": 7994, + "_index": 8047, "data": { "ref/stable/dmGameSystem": {} }, @@ -176359,7 +176987,7 @@ [ "guinodetypedestroyfunction", { - "_index": 7995, + "_index": 8048, "data": { "ref/stable/dmGameSystem": {} }, @@ -176369,7 +176997,7 @@ [ "guis", { - "_index": 383, + "_index": 437, "data": { "assets/druid": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -176382,7 +177010,7 @@ [ "gyro", { - "_index": 6714, + "_index": 6312, "data": { "assets/gyro": {} }, @@ -176392,7 +177020,7 @@ [ "gyroscope", { - "_index": 6715, + "_index": 6313, "data": { "assets/gyro": {} }, @@ -176402,7 +177030,7 @@ [ "h", { - "_index": 4177, + "_index": 3209, "data": { "examples/material/screenspace": {}, "manuals/bob": {}, @@ -176414,7 +177042,7 @@ [ "h1", { - "_index": 3900, + "_index": 1370, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -176425,7 +177053,7 @@ [ "h2", { - "_index": 10760, + "_index": 8980, "data": { "ref/stable/editor": {} }, @@ -176435,7 +177063,7 @@ [ "h3", { - "_index": 10761, + "_index": 8981, "data": { "ref/stable/editor": {} }, @@ -176445,7 +177073,7 @@ [ "h4", { - "_index": 10763, + "_index": 8983, "data": { "ref/stable/editor": {} }, @@ -176455,7 +177083,7 @@ [ "h5", { - "_index": 10765, + "_index": 8985, "data": { "ref/stable/editor": {} }, @@ -176465,7 +177093,7 @@ [ "h6", { - "_index": 3901, + "_index": 1371, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -176476,7 +177104,7 @@ [ "h_flip", { - "_index": 8674, + "_index": 8073, "data": { "ref/stable/tilemap": {} }, @@ -176486,7 +177114,7 @@ [ "hacked", { - "_index": 6444, + "_index": 6664, "data": { "assets/apkverifier": {} }, @@ -176496,7 +177124,7 @@ [ "hacks", { - "_index": 2797, + "_index": 4162, "data": { "manuals/application-security": {} }, @@ -176506,7 +177134,7 @@ [ "had", { - "_index": 3323, + "_index": 470, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/flash": {}, @@ -176520,7 +177148,7 @@ [ "half", { - "_index": 4625, + "_index": 2238, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/debugging-game-logic": {}, @@ -176533,7 +177161,7 @@ [ "halloween", { - "_index": 6636, + "_index": 6556, "data": { "assets/trickortreat": {} }, @@ -176543,7 +177171,7 @@ [ "hand", { - "_index": 1270, + "_index": 3890, "data": { "assets/navgo": {}, "manuals/editor-scripts": {}, @@ -176562,7 +177190,7 @@ [ "handed", { - "_index": 1539, + "_index": 3086, "data": { "manuals/optimization-speed": {} }, @@ -176572,7 +177200,7 @@ [ "handful", { - "_index": 4140, + "_index": 5930, "data": { "manuals/model": {} }, @@ -176582,7 +177210,7 @@ [ "handle", { - "_index": 2996, + "_index": 1814, "data": { "examples/factory/bullets": {}, "examples/factory/dynamic": {}, @@ -176622,7 +177250,8 @@ "ref/stable/resource": {}, "ref/stable/socket": {}, "ref/stable/sys": {}, - "ref/stable/timer": {} + "ref/stable/timer": {}, + "ref/stable/vmath": {} }, "type": {} } @@ -176630,7 +177259,7 @@ [ "handled", { - "_index": 2020, + "_index": 3144, "data": { "manuals/flash": {}, "manuals/input": {}, @@ -176649,7 +177278,7 @@ [ "handler", { - "_index": 3380, + "_index": 5153, "data": { "manuals/editor-scripts": {}, "manuals/flash": {}, @@ -176664,7 +177293,7 @@ [ "handleresult", { - "_index": 10243, + "_index": 6843, "data": { "ref/stable/dmGraphics": {} }, @@ -176674,7 +177303,7 @@ [ "handlerparams", { - "_index": 7610, + "_index": 10082, "data": { "ref/stable/dmWebServer": {} }, @@ -176684,7 +177313,7 @@ [ "handlers", { - "_index": 5288, + "_index": 5488, "data": { "manuals/editor-scripts": {} }, @@ -176694,7 +177323,7 @@ [ "handles", { - "_index": 2077, + "_index": 723, "data": { "assets/derez": {}, "examples/collection/proxy": {}, @@ -176718,7 +177347,7 @@ [ "handling", { - "_index": 566, + "_index": 3094, "data": { "assets/defoldinput": {}, "manuals/app-manifest": {}, @@ -176736,7 +177365,7 @@ [ "handshake", { - "_index": 2841, + "_index": 4198, "data": { "manuals/application-security": {}, "ref/stable/dmConnectionPool": {}, @@ -176748,7 +177377,7 @@ [ "handy", { - "_index": 4873, + "_index": 3396, "data": { "manuals/addressing": {}, "manuals/glossary": {} @@ -176759,7 +177388,7 @@ [ "happen", { - "_index": 2396, + "_index": 362, "data": { "manuals/collection-proxy": {}, "manuals/editor-scripts": {}, @@ -176778,7 +177407,7 @@ [ "happened", { - "_index": 7038, + "_index": 7461, "data": { "ref/stable/physics": {} }, @@ -176788,7 +177417,7 @@ [ "happens", { - "_index": 1548, + "_index": 391, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/addressing": {}, @@ -176811,7 +177440,7 @@ [ "happily", { - "_index": 887, + "_index": 2620, "data": { "manuals/shader": {} }, @@ -176821,7 +177450,7 @@ [ "happy", { - "_index": 4626, + "_index": 5892, "data": { "manuals/debugging-game-logic": {} }, @@ -176831,7 +177460,7 @@ [ "hard", { - "_index": 398, + "_index": 439, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/application-security": {}, @@ -176850,7 +177479,7 @@ [ "harden", { - "_index": 2777, + "_index": 4145, "data": { "manuals/application-security": {} }, @@ -176860,7 +177489,7 @@ [ "hardly", { - "_index": 5470, + "_index": 3612, "data": { "manuals/extensions-best-practices": {} }, @@ -176870,7 +177499,7 @@ [ "hardware", { - "_index": 1506, + "_index": 2139, "data": { "manuals/extender-local-setup": {}, "manuals/glossary": {}, @@ -176885,7 +177514,7 @@ [ "has", { - "_index": 343, + "_index": 240, "data": { "assets/colorlib": {}, "assets/tiled": {}, @@ -177001,7 +177630,7 @@ [ "hash", { - "_index": 108, + "_index": 1019, "data": { "manuals/addressing": {}, "manuals/atlas": {}, @@ -177071,7 +177700,7 @@ [ "hash_to_hex", { - "_index": 9711, + "_index": 9990, "data": { "ref/stable/builtins": {} }, @@ -177081,7 +177710,7 @@ [ "hashed", { - "_index": 1568, + "_index": 2925, "data": { "manuals/addressing": {}, "manuals/gui-layouts": {}, @@ -177102,7 +177731,7 @@ [ "hashes", { - "_index": 8001, + "_index": 8056, "data": { "ref/stable/builtins": {}, "ref/stable/dmGameObject": {}, @@ -177115,7 +177744,7 @@ [ "hashing", { - "_index": 4882, + "_index": 3407, "data": { "manuals/addressing": {}, "ref/stable/dmHash": {} @@ -177126,7 +177755,7 @@ [ "hashmd5", { - "_index": 8055, + "_index": 8188, "data": { "ref/stable/dmCrypt": {} }, @@ -177136,7 +177765,7 @@ [ "hashrenderconstants", { - "_index": 8000, + "_index": 8055, "data": { "ref/stable/dmGameSystem": {} }, @@ -177146,7 +177775,7 @@ [ "hashsha1", { - "_index": 8057, + "_index": 8190, "data": { "ref/stable/dmCrypt": {} }, @@ -177156,7 +177785,7 @@ [ "hashsha256", { - "_index": 8059, + "_index": 8192, "data": { "ref/stable/dmCrypt": {} }, @@ -177166,7 +177795,7 @@ [ "hashsha512", { - "_index": 8062, + "_index": 8195, "data": { "ref/stable/dmCrypt": {} }, @@ -177176,7 +177805,7 @@ [ "hashstate32", { - "_index": 8002, + "_index": 8057, "data": { "ref/stable/dmGameSystem": {}, "ref/stable/dmHash": {} @@ -177187,7 +177816,7 @@ [ "hashstate64", { - "_index": 8622, + "_index": 10214, "data": { "ref/stable/dmHash": {} }, @@ -177197,7 +177826,7 @@ [ "hashtable", { - "_index": 9624, + "_index": 9054, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmHashTable": {} @@ -177208,7 +177837,7 @@ [ "hasn't", { - "_index": 8712, + "_index": 10784, "data": { "ref/stable/dmScript": {} }, @@ -177218,7 +177847,7 @@ [ "hat", { - "_index": 2482, + "_index": 2856, "data": { "manuals/atlas": {} }, @@ -177228,7 +177857,7 @@ [ "hat_normal", { - "_index": 2484, + "_index": 2858, "data": { "manuals/atlas": {} }, @@ -177238,7 +177867,7 @@ [ "hats", { - "_index": 7183, + "_index": 9510, "data": { "ref/stable/dmHid": {} }, @@ -177248,7 +177877,7 @@ [ "have", { - "_index": 41, + "_index": 452, "data": { "assets/quickbutton": {}, "examples/material/screenspace": {}, @@ -177360,7 +177989,7 @@ [ "having", { - "_index": 720, + "_index": 1682, "data": { "manuals/bundling": {}, "manuals/collection-factory": {}, @@ -177382,7 +178011,7 @@ [ "haxe", { - "_index": 6483, + "_index": 6608, "data": { "assets/haxesupport": {} }, @@ -177392,7 +178021,7 @@ [ "haxesupport", { - "_index": 6482, + "_index": 6607, "data": { "assets/haxesupport": {} }, @@ -177402,7 +178031,7 @@ [ "hbuffer", { - "_index": 8726, + "_index": 10639, "data": { "ref/stable/dmBuffer": {}, "ref/stable/dmScript": {} @@ -177413,7 +178042,7 @@ [ "hcollection", { - "_index": 9573, + "_index": 9279, "data": { "ref/stable/dmGameObject": {} }, @@ -177423,7 +178052,7 @@ [ "hcollisionshape2d", { - "_index": 10067, + "_index": 7197, "data": { "ref/stable/dmPhysics": {} }, @@ -177433,7 +178062,7 @@ [ "hcomponent", { - "_index": 9574, + "_index": 9280, "data": { "ref/stable/dmGameObject": {} }, @@ -177443,7 +178072,7 @@ [ "hcomponentinternal", { - "_index": 9575, + "_index": 9281, "data": { "ref/stable/dmGameObject": {} }, @@ -177453,7 +178082,7 @@ [ "hcomponentrenderconstants", { - "_index": 7990, + "_index": 8043, "data": { "ref/stable/dmGameSystem": {} }, @@ -177463,7 +178092,7 @@ [ "hcomponenttype", { - "_index": 9496, + "_index": 9197, "data": { "ref/stable/dmGameObject": {} }, @@ -177473,7 +178102,7 @@ [ "hcomponentworld", { - "_index": 9576, + "_index": 9282, "data": { "ref/stable/dmGameObject": {} }, @@ -177483,7 +178112,7 @@ [ "hcomputeprogram", { - "_index": 10244, + "_index": 6844, "data": { "ref/stable/dmGraphics": {} }, @@ -177493,7 +178122,7 @@ [ "hconditionvariable", { - "_index": 9416, + "_index": 9907, "data": { "ref/stable/dmConditionVariable": {} }, @@ -177503,7 +178132,7 @@ [ "hconfig", { - "_index": 7325, + "_index": 9117, "data": { "ref/stable/dmConfigFile": {} }, @@ -177513,7 +178142,7 @@ [ "hconfigfile", { - "_index": 7313, + "_index": 9104, "data": { "ref/stable/dmConfigFile": {} }, @@ -177523,7 +178152,7 @@ [ "hconnection", { - "_index": 10095, + "_index": 10046, "data": { "ref/stable/dmConnectionPool": {} }, @@ -177533,7 +178162,7 @@ [ "hconstant", { - "_index": 7480, + "_index": 10926, "data": { "ref/stable/dmRender": {} }, @@ -177543,7 +178172,7 @@ [ "hcontext", { - "_index": 7156, + "_index": 6845, "data": { "ref/stable/dmGraphics": {}, "ref/stable/dmGui": {}, @@ -177556,7 +178185,7 @@ [ "hdescriptor", { - "_index": 6908, + "_index": 8431, "data": { "ref/stable/dmResource": {} }, @@ -177566,7 +178195,7 @@ [ "head", { - "_index": 791, + "_index": 3734, "data": { "manuals/caching-assets": {}, "manuals/introduction": {} @@ -177577,7 +178206,7 @@ [ "header", { - "_index": 1170, + "_index": 1427, "data": { "manuals/bob": {}, "manuals/editor-scripts-ui": {}, @@ -177595,7 +178224,7 @@ [ "header/value", { - "_index": 7229, + "_index": 10452, "data": { "ref/stable/dmHttpClient": {} }, @@ -177605,7 +178234,7 @@ [ "header/version", { - "_index": 7224, + "_index": 10448, "data": { "ref/stable/dmHttpClient": {} }, @@ -177615,7 +178244,7 @@ [ "header_cbk", { - "_index": 7230, + "_index": 10453, "data": { "ref/stable/dmHttpClient": {} }, @@ -177625,7 +178254,7 @@ [ "headers", { - "_index": 2101, + "_index": 1100, "data": { "assets/defold-api-emmylua": {}, "manuals/editor-preferences": {}, @@ -177639,7 +178268,7 @@ [ "heading", { - "_index": 3895, + "_index": 1365, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -177650,7 +178279,7 @@ [ "heading_style", { - "_index": 10756, + "_index": 8976, "data": { "ref/stable/editor": {} }, @@ -177660,7 +178289,7 @@ [ "headless", { - "_index": 4203, + "_index": 1957, "data": { "manuals/bob": {}, "manuals/editor-scripts": {}, @@ -177673,7 +178302,7 @@ [ "headlights", { - "_index": 6244, + "_index": 6232, "data": { "examples/material/unlit": {} }, @@ -177683,7 +178312,7 @@ [ "heads", { - "_index": 5856, + "_index": 4563, "data": { "manuals/glossary": {} }, @@ -177693,7 +178322,7 @@ [ "health", { - "_index": 2364, + "_index": 5158, "data": { "assets/vitahealthenergy": {}, "examples/gui/healthbar": {}, @@ -177707,7 +178336,7 @@ [ "healthbar", { - "_index": 2554, + "_index": 5898, "data": { "manuals/gui-script": {} }, @@ -177717,7 +178346,7 @@ [ "healthbar.gui_script", { - "_index": 6126, + "_index": 6117, "data": { "examples/gui/healthbar": {} }, @@ -177727,7 +178356,7 @@ [ "healthbar.script", { - "_index": 6124, + "_index": 6115, "data": { "examples/gui/healthbar": {} }, @@ -177737,7 +178366,7 @@ [ "healthbar_node", { - "_index": 2553, + "_index": 5897, "data": { "manuals/gui-script": {} }, @@ -177747,7 +178376,7 @@ [ "healthbar_node_2", { - "_index": 2563, + "_index": 5904, "data": { "manuals/gui-script": {} }, @@ -177757,7 +178386,7 @@ [ "heap", { - "_index": 2182, + "_index": 613, "data": { "manuals/html5": {}, "manuals/profiling": {} @@ -177768,7 +178397,7 @@ [ "heap_size", { - "_index": 2192, + "_index": 639, "data": { "manuals/html5": {} }, @@ -177778,7 +178407,7 @@ [ "heavily", { - "_index": 5492, + "_index": 3643, "data": { "manuals/extensions-best-practices": {} }, @@ -177788,7 +178417,7 @@ [ "heavy", { - "_index": 2741, + "_index": 4117, "data": { "manuals/application-security": {}, "manuals/profiling": {} @@ -177799,7 +178428,7 @@ [ "height", { - "_index": 202, + "_index": 89, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/atlas": {}, @@ -177830,7 +178459,7 @@ [ "held", { - "_index": 741, + "_index": 2553, "data": { "manuals/collection-factory": {}, "manuals/factory": {}, @@ -177842,7 +178471,7 @@ [ "hello", { - "_index": 2408, + "_index": 1267, "data": { "manuals/addressing": {}, "manuals/application-security": {}, @@ -177860,7 +178489,7 @@ [ "hello_buddy", { - "_index": 4900, + "_index": 3435, "data": { "manuals/addressing": {} }, @@ -177870,7 +178499,7 @@ [ "hello_manager", { - "_index": 4899, + "_index": 3434, "data": { "manuals/addressing": {} }, @@ -177880,7 +178509,7 @@ [ "help", { - "_index": 2392, + "_index": 1457, "data": { "assets/3deforms": {}, "assets/defsave": {}, @@ -177906,7 +178535,7 @@ [ "helper", { - "_index": 1397, + "_index": 3599, "data": { "assets/defold-lang": {}, "assets/err": {}, @@ -177926,7 +178555,7 @@ [ "helps", { - "_index": 4322, + "_index": 4533, "data": { "assets/defarmy": {}, "assets/safearea": {}, @@ -177943,7 +178572,7 @@ [ "hence", { - "_index": 5297, + "_index": 5496, "data": { "manuals/editor-scripts": {} }, @@ -177953,7 +178582,7 @@ [ "here", { - "_index": 1127, + "_index": 923, "data": { "examples/gui/healthbar": {}, "examples/particles/modifiers": {}, @@ -177993,7 +178622,7 @@ [ "hero", { - "_index": 3525, + "_index": 1581, "data": { "assets/slasherprototype": {}, "manuals/message-passing": {} @@ -178004,7 +178633,7 @@ [ "hertz", { - "_index": 7090, + "_index": 7511, "data": { "ref/stable/physics": {} }, @@ -178014,13 +178643,23 @@ [ "hesitate", { - "_index": 3602, + "_index": 5609, "data": { "manuals/introduction": {} }, "type": {} } ], + [ + "heterogeneous", + { + "_index": 8856, + "data": { + "ref/stable/editor": {} + }, + "type": {} + } + ], [ "hex", { @@ -178036,7 +178675,7 @@ [ "hexadecimal", { - "_index": 7785, + "_index": 7978, "data": { "ref/stable/bit": {}, "ref/stable/builtins": {}, @@ -178048,7 +178687,7 @@ [ "hexdigest", { - "_index": 1847, + "_index": 3335, "data": { "manuals/live-update": {}, "ref/stable/liveupdate": {} @@ -178059,7 +178698,7 @@ [ "hfactory", { - "_index": 6909, + "_index": 8432, "data": { "ref/stable/dmResource": {} }, @@ -178069,7 +178708,7 @@ [ "hfont", { - "_index": 7481, + "_index": 10927, "data": { "ref/stable/dmRender": {} }, @@ -178079,7 +178718,7 @@ [ "hfragmentprogram", { - "_index": 10245, + "_index": 6846, "data": { "ref/stable/dmGraphics": {} }, @@ -178089,7 +178728,7 @@ [ "hgamepad", { - "_index": 7158, + "_index": 9485, "data": { "ref/stable/dmHid": {} }, @@ -178099,7 +178738,7 @@ [ "hglrc", { - "_index": 10220, + "_index": 6818, "data": { "ref/stable/dmGraphics": {} }, @@ -178109,7 +178748,7 @@ [ "hhullset2d", { - "_index": 10068, + "_index": 7198, "data": { "ref/stable/dmPhysics": {} }, @@ -178119,7 +178758,7 @@ [ "hid", { - "_index": 6770, + "_index": 8008, "data": { "ref/stable/dmEngine": {}, "ref/stable/dmHid": {} @@ -178130,7 +178769,7 @@ [ "hidden", { - "_index": 2045, + "_index": 3650, "data": { "manuals/extensions-best-practices": {}, "manuals/input": {}, @@ -178142,7 +178781,7 @@ [ "hide", { - "_index": 2063, + "_index": 4576, "data": { "manuals/glossary": {}, "manuals/input": {}, @@ -178154,7 +178793,7 @@ [ "hide_keyboard", { - "_index": 9261, + "_index": 7792, "data": { "ref/stable/gui": {} }, @@ -178164,7 +178803,7 @@ [ "hideen", { - "_index": 10890, + "_index": 9828, "data": { "ref/stable/model": {} }, @@ -178174,7 +178813,7 @@ [ "hides", { - "_index": 4842, + "_index": 3352, "data": { "manuals/addressing": {}, "ref/stable/gui": {}, @@ -178186,7 +178825,7 @@ [ "hiding", { - "_index": 10874, + "_index": 10299, "data": { "ref/stable/profiler": {} }, @@ -178196,7 +178835,7 @@ [ "hiearchy", { - "_index": 8962, + "_index": 9916, "data": { "ref/stable/go": {} }, @@ -178206,7 +178845,7 @@ [ "hierarchical", { - "_index": 4048, + "_index": 4247, "data": { "assets/mirastate": {}, "manuals/editor": {}, @@ -178219,7 +178858,7 @@ [ "hierarchies", { - "_index": 3233, + "_index": 532, "data": { "manuals/addressing": {}, "manuals/building-blocks": {}, @@ -178235,7 +178874,7 @@ [ "hierarchy", { - "_index": 485, + "_index": 1599, "data": { "examples/basics/parent_child": {}, "manuals/addressing": {}, @@ -178257,7 +178896,7 @@ [ "high", { - "_index": 1520, + "_index": 799, "data": { "assets/gamedistribution": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -178281,7 +178920,7 @@ [ "higher", { - "_index": 1727, + "_index": 3616, "data": { "manuals/extensions-best-practices": {}, "manuals/gui-clipping": {}, @@ -178297,7 +178936,7 @@ [ "highlight", { - "_index": 2403, + "_index": 4937, "data": { "examples/material/screenspace": {}, "manuals/editor": {}, @@ -178309,7 +178948,7 @@ [ "highlighted", { - "_index": 3806, + "_index": 4375, "data": { "manuals/editor": {}, "manuals/version-control": {} @@ -178320,7 +178959,7 @@ [ "highlighting", { - "_index": 4295, + "_index": 3145, "data": { "manuals/writing-code": {} }, @@ -178330,7 +178969,7 @@ [ "highly", { - "_index": 5071, + "_index": 5170, "data": { "assets/facebookinstantgames": {}, "manuals/lua": {} @@ -178341,7 +178980,7 @@ [ "highp", { - "_index": 1600, + "_index": 3116, "data": { "manuals/optimization-speed": {} }, @@ -178351,7 +178990,7 @@ [ "highscore", { - "_index": 6138, + "_index": 6130, "data": { "examples/file/sys_save_load": {} }, @@ -178361,7 +179000,7 @@ [ "himstance", { - "_index": 9590, + "_index": 9295, "data": { "ref/stable/dmGameObject": {} }, @@ -178371,7 +179010,7 @@ [ "hinder", { - "_index": 5490, + "_index": 3640, "data": { "manuals/extensions-best-practices": {} }, @@ -178381,7 +179020,7 @@ [ "hindexbuffer", { - "_index": 10246, + "_index": 6847, "data": { "ref/stable/dmGraphics": {} }, @@ -178391,7 +179030,7 @@ [ "hinge", { - "_index": 6158, + "_index": 6212, "data": { "examples/physics/hinge_joint": {} }, @@ -178401,7 +179040,7 @@ [ "hinge_props", { - "_index": 5998, + "_index": 5792, "data": { "manuals/physics-joints": {} }, @@ -178411,7 +179050,7 @@ [ "hinge_props.motor_speed", { - "_index": 6003, + "_index": 5797, "data": { "manuals/physics-joints": {} }, @@ -178421,7 +179060,7 @@ [ "hinstance", { - "_index": 9538, + "_index": 9240, "data": { "ref/stable/dmGameObject": {} }, @@ -178431,7 +179070,7 @@ [ "hint", { - "_index": 6916, + "_index": 8439, "data": { "ref/stable/dmResource": {}, "ref/stable/editor": {}, @@ -178443,7 +179082,7 @@ [ "hints", { - "_index": 7433, + "_index": 10433, "data": { "ref/stable/resource": {} }, @@ -178453,7 +179092,7 @@ [ "history", { - "_index": 3824, + "_index": 4391, "data": { "manuals/editor-scripts": {}, "manuals/version-control": {} @@ -178464,7 +179103,7 @@ [ "hit", { - "_index": 3336, + "_index": 1003, "data": { "examples/physics/knockback": {}, "manuals/addressing": {}, @@ -178480,7 +179119,7 @@ [ "hitch", { - "_index": 716, + "_index": 2536, "data": { "manuals/collection-factory": {}, "manuals/factory": {} @@ -178491,7 +179130,7 @@ [ "hitches/spikes", { - "_index": 1550, + "_index": 3091, "data": { "manuals/optimization-speed": {} }, @@ -178501,7 +179140,7 @@ [ "hits", { - "_index": 4592, + "_index": 1001, "data": { "manuals/debugging-game-logic": {}, "manuals/physics-ray-casts": {}, @@ -178513,7 +179152,7 @@ [ "hittestobject", { - "_index": 3331, + "_index": 5122, "data": { "manuals/flash": {} }, @@ -178523,7 +179162,7 @@ [ "hittestpoint", { - "_index": 3330, + "_index": 5121, "data": { "manuals/flash": {} }, @@ -178533,7 +179172,7 @@ [ "hkeyboard", { - "_index": 7160, + "_index": 9487, "data": { "ref/stable/dmHid": {} }, @@ -178543,7 +179182,7 @@ [ "hmaterial", { - "_index": 7482, + "_index": 10928, "data": { "ref/stable/dmRender": {} }, @@ -178553,7 +179192,7 @@ [ "hmouse", { - "_index": 7162, + "_index": 9489, "data": { "ref/stable/dmHid": {} }, @@ -178563,7 +179202,7 @@ [ "hmutex", { - "_index": 7621, + "_index": 6968, "data": { "ref/stable/dmMutex": {} }, @@ -178573,7 +179212,7 @@ [ "hnamedconstantbuffer", { - "_index": 7483, + "_index": 10929, "data": { "ref/stable/dmRender": {} }, @@ -178583,7 +179222,7 @@ [ "hnode", { - "_index": 9993, + "_index": 8136, "data": { "ref/stable/dmGui": {} }, @@ -178593,7 +179232,7 @@ [ "hold", { - "_index": 2550, + "_index": 3897, "data": { "manuals/building-blocks": {}, "manuals/editor": {}, @@ -178615,7 +179254,7 @@ [ "holding", { - "_index": 2002, + "_index": 4430, "data": { "examples/movement/look_rotation": {}, "manuals/input": {}, @@ -178631,7 +179270,7 @@ [ "holds", { - "_index": 727, + "_index": 2542, "data": { "manuals/collection-factory": {}, "manuals/compute": {}, @@ -178654,7 +179293,7 @@ [ "hole", { - "_index": 1734, + "_index": 4439, "data": { "manuals/porting-guidelines": {}, "manuals/tilemap": {} @@ -178665,7 +179304,7 @@ [ "holiday", { - "_index": 1833, + "_index": 3328, "data": { "manuals/live-update": {} }, @@ -178675,7 +179314,7 @@ [ "home", { - "_index": 1671, + "_index": 2403, "data": { "assets/safearea": {}, "manuals/application-security": {}, @@ -178692,7 +179331,7 @@ [ "home/roberto", { - "_index": 10144, + "_index": 7162, "data": { "ref/stable/string": {} }, @@ -178702,7 +179341,7 @@ [ "homebrew", { - "_index": 3448, + "_index": 2987, "data": { "manuals/ios": {} }, @@ -178712,17 +179351,27 @@ [ "homepage", { - "_index": 5862, + "_index": 4573, "data": { "manuals/glossary": {} }, "type": {} } ], + [ + "homogeneous", + { + "_index": 8862, + "data": { + "ref/stable/editor": {} + }, + "type": {} + } + ], [ "honored", { - "_index": 8557, + "_index": 10020, "data": { "ref/stable/os": {} }, @@ -178732,7 +179381,7 @@ [ "hood", { - "_index": 2646, + "_index": 4354, "data": { "manuals/factory": {} }, @@ -178742,7 +179391,7 @@ [ "hook", { - "_index": 3963, + "_index": 1478, "data": { "manuals/editor-scripts": {}, "manuals/editor-scripts-ui": {}, @@ -178757,7 +179406,7 @@ [ "hooks", { - "_index": 3951, + "_index": 1456, "data": { "manuals/editor-scripts": {}, "manuals/editor-scripts-ui": {}, @@ -178769,7 +179418,7 @@ [ "hooks.editor_script", { - "_index": 5205, + "_index": 5410, "data": { "manuals/editor-scripts": {} }, @@ -178779,7 +179428,7 @@ [ "hooks.editor_script`'s", { - "_index": 5291, + "_index": 5490, "data": { "manuals/editor-scripts": {} }, @@ -178789,7 +179438,7 @@ [ "hope", { - "_index": 3606, + "_index": 5612, "data": { "manuals/introduction": {} }, @@ -178799,7 +179448,7 @@ [ "horizontal", { - "_index": 2506, + "_index": 374, "data": { "examples/gui/progress": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -178820,7 +179469,7 @@ [ "horizontal_gradient", { - "_index": 5605, + "_index": 3917, "data": { "manuals/font": {} }, @@ -178830,7 +179479,7 @@ [ "horizontally", { - "_index": 2508, + "_index": 1339, "data": { "manuals/atlas": {}, "manuals/editor-scripts-ui": {}, @@ -178845,7 +179494,7 @@ [ "horndis", { - "_index": 4520, + "_index": 5665, "data": { "manuals/dev-app": {} }, @@ -178855,7 +179504,7 @@ [ "horri", { - "_index": 6550, + "_index": 6558, "data": { "assets/horrifold": {} }, @@ -178865,7 +179514,7 @@ [ "horrifold", { - "_index": 6549, + "_index": 6557, "data": { "assets/horrifold": {} }, @@ -178875,7 +179524,7 @@ [ "horror", { - "_index": 6553, + "_index": 6561, "data": { "assets/horrifold": {} }, @@ -178885,7 +179534,7 @@ [ "host", { - "_index": 7297, + "_index": 8767, "data": { "ref/stable/dmConnectionPool": {}, "ref/stable/dmSSLSocket": {}, @@ -178901,7 +179550,7 @@ [ "host/port", { - "_index": 10081, + "_index": 10032, "data": { "ref/stable/dmConnectionPool": {} }, @@ -178911,7 +179560,7 @@ [ "hosted", { - "_index": 2865, + "_index": 2338, "data": { "manuals/application-security": {}, "manuals/extensions": {}, @@ -178923,7 +179572,7 @@ [ "hostname", { - "_index": 7714, + "_index": 9711, "data": { "ref/stable/dmSocket": {}, "ref/stable/socket": {}, @@ -178935,7 +179584,7 @@ [ "hot", { - "_index": 2222, + "_index": 707, "data": { "assets/m": {}, "manuals/android": {}, @@ -178951,7 +179600,7 @@ [ "hotspot", { - "_index": 4517, + "_index": 5662, "data": { "manuals/dev-app": {} }, @@ -178961,7 +179610,7 @@ [ "hour", { - "_index": 8532, + "_index": 9997, "data": { "ref/stable/os": {} }, @@ -178971,7 +179620,7 @@ [ "hover", { - "_index": 5170, + "_index": 5374, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -178982,7 +179631,7 @@ [ "hoveralignment", { - "_index": 10780, + "_index": 9000, "data": { "ref/stable/editor": {} }, @@ -178992,7 +179641,7 @@ [ "hoverenabled", { - "_index": 10703, + "_index": 8922, "data": { "ref/stable/editor": {} }, @@ -179002,7 +179651,7 @@ [ "how", { - "_index": 13, + "_index": 121, "data": { "assets/crypto_iap": {}, "assets/geneticalneuralnetwork": {}, @@ -179092,7 +179741,7 @@ [ "however", { - "_index": 939, + "_index": 402, "data": { "manuals/android": {}, "manuals/application-security": {}, @@ -179125,7 +179774,7 @@ [ "hp", { - "_index": 2352, + "_index": 5626, "data": { "manuals/script-properties": {} }, @@ -179135,7 +179784,7 @@ [ "hpipelinestate", { - "_index": 10247, + "_index": 6848, "data": { "ref/stable/dmGraphics": {} }, @@ -179145,7 +179794,7 @@ [ "hpool", { - "_index": 10096, + "_index": 10047, "data": { "ref/stable/dmConnectionPool": {} }, @@ -179155,7 +179804,7 @@ [ "hpreloadhintinfo", { - "_index": 6910, + "_index": 8433, "data": { "ref/stable/dmResource": {} }, @@ -179165,7 +179814,7 @@ [ "hprofile", { - "_index": 10366, + "_index": 8813, "data": { "ref/stable/dmProfile": {} }, @@ -179175,7 +179824,7 @@ [ "hprogram", { - "_index": 10249, + "_index": 6850, "data": { "ref/stable/dmGraphics": {} }, @@ -179185,7 +179834,7 @@ [ "hproperties", { - "_index": 9577, + "_index": 9283, "data": { "ref/stable/dmGameObject": {} }, @@ -179195,7 +179844,7 @@ [ "hpropertycontainer", { - "_index": 9578, + "_index": 9284, "data": { "ref/stable/dmGameObject": {} }, @@ -179205,7 +179854,7 @@ [ "hpropertycontainerbuilder", { - "_index": 9580, + "_index": 9286, "data": { "ref/stable/dmGameObject": {} }, @@ -179215,7 +179864,7 @@ [ "hprototype", { - "_index": 9581, + "_index": 9287, "data": { "ref/stable/dmGameObject": {} }, @@ -179225,7 +179874,7 @@ [ "hregister", { - "_index": 9582, + "_index": 9288, "data": { "ref/stable/dmGameObject": {} }, @@ -179235,7 +179884,7 @@ [ "hrendercontext", { - "_index": 7484, + "_index": 10930, "data": { "ref/stable/dmRender": {} }, @@ -179245,7 +179894,7 @@ [ "hrenderlistdispatch", { - "_index": 7485, + "_index": 10931, "data": { "ref/stable/dmRender": {} }, @@ -179255,7 +179904,7 @@ [ "hrendertarget", { - "_index": 10250, + "_index": 6851, "data": { "ref/stable/dmGraphics": {} }, @@ -179265,7 +179914,7 @@ [ "hresourcedescriptor", { - "_index": 6901, + "_index": 8425, "data": { "ref/stable/dmResource": {} }, @@ -179275,7 +179924,7 @@ [ "hresourcefactory", { - "_index": 6886, + "_index": 8413, "data": { "ref/stable/dmResource": {} }, @@ -179285,7 +179934,7 @@ [ "hresourcepreloadhintinfo", { - "_index": 6912, + "_index": 8435, "data": { "ref/stable/dmResource": {} }, @@ -179295,7 +179944,7 @@ [ "hresourcetype", { - "_index": 6913, + "_index": 8436, "data": { "ref/stable/dmResource": {} }, @@ -179305,7 +179954,7 @@ [ "hresourcetypecontext", { - "_index": 6914, + "_index": 8437, "data": { "ref/stable/dmResource": {} }, @@ -179315,7 +179964,7 @@ [ "hscene", { - "_index": 10002, + "_index": 8145, "data": { "ref/stable/dmGui": {} }, @@ -179325,7 +179974,7 @@ [ "hscript", { - "_index": 9583, + "_index": 8146, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmGui": {} @@ -179336,7 +179985,7 @@ [ "hscriptinstance", { - "_index": 9584, + "_index": 9289, "data": { "ref/stable/dmGameObject": {} }, @@ -179346,7 +179995,7 @@ [ "hserver", { - "_index": 7609, + "_index": 10081, "data": { "ref/stable/dmWebServer": {} }, @@ -179356,7 +180005,7 @@ [ "hsocket", { - "_index": 10484, + "_index": 7328, "data": { "ref/stable/dmMessage": {} }, @@ -179366,7 +180015,7 @@ [ "hstoragebuffer", { - "_index": 10252, + "_index": 6853, "data": { "ref/stable/dmGraphics": {} }, @@ -179376,7 +180025,7 @@ [ "hsv", { - "_index": 6431, + "_index": 6545, "data": { "assets/colorpicker": {} }, @@ -179386,7 +180035,7 @@ [ "htexture", { - "_index": 10254, + "_index": 6855, "data": { "ref/stable/dmGraphics": {} }, @@ -179396,7 +180045,7 @@ [ "htexturesource", { - "_index": 10003, + "_index": 8147, "data": { "ref/stable/dmGui": {} }, @@ -179406,7 +180055,7 @@ [ "html", { - "_index": 2279, + "_index": 810, "data": { "assets/richtext": {}, "manuals/bob": {}, @@ -179419,7 +180068,7 @@ [ "html's", { - "_index": 3899, + "_index": 1369, "data": { "manuals/editor-scripts-ui": {} }, @@ -179429,7 +180078,7 @@ [ "html/css", { - "_index": 2250, + "_index": 776, "data": { "manuals/html5": {} }, @@ -179439,7 +180088,7 @@ [ "html5", { - "_index": 1758, + "_index": 615, "data": { "assets/defold-mobilehtml5-typing": {}, "assets/gamedistribution": {}, @@ -179472,7 +180121,7 @@ [ "html5.engine_arguments", { - "_index": 2318, + "_index": 876, "data": { "manuals/html5": {} }, @@ -179482,7 +180131,7 @@ [ "html5.heap_size", { - "_index": 621, + "_index": 872, "data": { "manuals/app-manifest": {}, "manuals/html5": {} @@ -179493,7 +180142,7 @@ [ "html5.md", { - "_index": 5039, + "_index": 2570, "data": { "manuals/optimization-memory": {} }, @@ -179503,7 +180152,7 @@ [ "html5.run", { - "_index": 6829, + "_index": 10196, "data": { "ref/stable/html5": {} }, @@ -179513,7 +180162,7 @@ [ "html5.scale_mode", { - "_index": 2312, + "_index": 867, "data": { "manuals/html5": {} }, @@ -179523,7 +180172,7 @@ [ "html5.set_interaction_listener", { - "_index": 6832, + "_index": 10198, "data": { "ref/stable/html5": {} }, @@ -179533,7 +180182,7 @@ [ "html5.splash_image", { - "_index": 2303, + "_index": 847, "data": { "manuals/html5": {} }, @@ -179543,7 +180192,7 @@ [ "htouchdevice", { - "_index": 7163, + "_index": 9490, "data": { "ref/stable/dmHid": {} }, @@ -179553,7 +180202,7 @@ [ "http", { - "_index": 251, + "_index": 645, "data": { "assets/tinyhttp": {}, "manuals/application-security": {}, @@ -179579,7 +180228,7 @@ [ "http.request", { - "_index": 5801, + "_index": 3965, "data": { "manuals/live-update-scripting": {}, "ref/stable/http": {} @@ -179590,7 +180239,7 @@ [ "http.server", { - "_index": 2199, + "_index": 654, "data": { "manuals/html5": {} }, @@ -179600,7 +180249,7 @@ [ "http/https", { - "_index": 8561, + "_index": 10232, "data": { "ref/stable/http": {} }, @@ -179610,7 +180259,7 @@ [ "http://<device", { - "_index": 8524, + "_index": 9720, "data": { "ref/stable/sys": {} }, @@ -179620,7 +180269,7 @@ [ "http://0.0.0.0:38637", { - "_index": 3755, + "_index": 3688, "data": { "manuals/debugging-game-and-system-logs": {} }, @@ -179630,7 +180279,7 @@ [ "http://127.0.0.1:35405", { - "_index": 5226, + "_index": 5429, "data": { "manuals/editor-scripts": {} }, @@ -179640,7 +180289,7 @@ [ "http://192.168.0.100", { - "_index": 788, + "_index": 3732, "data": { "manuals/caching-assets": {} }, @@ -179650,7 +180299,7 @@ [ "http://:9000", { - "_index": 4923, + "_index": 4795, "data": { "manuals/extender-docker-images": {} }, @@ -179660,7 +180309,7 @@ [ "http://d.defold.com/archive//bob/bob.jar", { - "_index": 6073, + "_index": 4890, "data": { "manuals/debugging-native-code-ios": {} }, @@ -179670,7 +180319,7 @@ [ "http://d.defold.com/archive//engine/arm64", { - "_index": 4810, + "_index": 4992, "data": { "manuals/debugging-native-code": {} }, @@ -179680,7 +180329,7 @@ [ "http://emsdk", { - "_index": 4920, + "_index": 4792, "data": { "manuals/extender-docker-images": {} }, @@ -179690,7 +180339,7 @@ [ "http://en.wikipedia.org/wiki/emscripten", { - "_index": 2184, + "_index": 618, "data": { "manuals/html5": {} }, @@ -179700,7 +180349,7 @@ [ "http://en.wikipedia.org/wiki/polygon_mesh", { - "_index": 4830, + "_index": 4808, "data": { "manuals/importing-models": {} }, @@ -179710,7 +180359,7 @@ [ "http://en.wikipedia.org/wiki/root_mean_square", { - "_index": 5687, + "_index": 3520, "data": { "manuals/sound": {} }, @@ -179720,7 +180369,7 @@ [ "http://en.wikipedia.org/wiki/uv_mapping", { - "_index": 4831, + "_index": 4810, "data": { "manuals/importing-models": {} }, @@ -179730,7 +180379,7 @@ [ "http://localhost:8000/extension", { - "_index": 5893, + "_index": 2349, "data": { "manuals/working-offline": {} }, @@ -179740,7 +180389,7 @@ [ "http://localhost:8002", { - "_index": 4047, + "_index": 4246, "data": { "manuals/profiling": {} }, @@ -179750,7 +180399,7 @@ [ "http://localhost:9000", { - "_index": 1480, + "_index": 4094, "data": { "manuals/extender-local-setup": {} }, @@ -179760,7 +180409,7 @@ [ "http://www.lua.org/pil/contents.html#23", { - "_index": 4616, + "_index": 5884, "data": { "manuals/debugging-game-logic": {} }, @@ -179770,7 +180419,7 @@ [ "http://www.w3.org/tr/webaudio", { - "_index": 2231, + "_index": 726, "data": { "manuals/html5": {} }, @@ -179780,7 +180429,7 @@ [ "httpbin.org", { - "_index": 8283, + "_index": 8768, "data": { "ref/stable/dmSSLSocket": {} }, @@ -179790,7 +180439,7 @@ [ "https", { - "_index": 3518, + "_index": 3066, "data": { "manuals/ios": {}, "ref/stable/http": {} @@ -179801,7 +180450,7 @@ [ "https://developer.android.com/studio/profile/android", { - "_index": 4085, + "_index": 4284, "data": { "manuals/profiling": {} }, @@ -179811,7 +180460,7 @@ [ "https://developer.apple.com/documentation/uikit/uiapplicationdelegate?language", { - "_index": 8032, + "_index": 9889, "data": { "ref/stable/dmExtension": {} }, @@ -179821,7 +180470,7 @@ [ "https://docs.docker.com/reference/cli/docker/compose", { - "_index": 1479, + "_index": 4093, "data": { "manuals/extender-local-setup": {} }, @@ -179831,7 +180480,7 @@ [ "https://fonts.googleapis.com/css2?family", { - "_index": 3137, + "_index": 2421, "data": { "manuals/editor-styling": {} }, @@ -179968,20 +180617,10 @@ "type": {} } ], - [ - "https://github.com/defold/editor2", - { - "_index": 4743, - "data": { - "manuals/gui-template": {} - }, - "type": {} - } - ], [ "https://github.com/defold/extender.git", { - "_index": 1416, + "_index": 4043, "data": { "manuals/extender-local-setup": {} }, @@ -179991,7 +180630,7 @@ [ "https://github.com/defold/extender/releases", { - "_index": 1431, + "_index": 4056, "data": { "manuals/extender-local-setup": {} }, @@ -180001,7 +180640,7 @@ [ "https://github.com/google/gapid", { - "_index": 4096, + "_index": 4294, "data": { "manuals/profiling": {} }, @@ -180011,7 +180650,7 @@ [ "https://github.com/jamesramsay/hercule", { - "_index": 4106, + "_index": 4449, "data": { "manuals/test": {} }, @@ -180021,7 +180660,7 @@ [ "https://github.com/jgrahamc/profi", { - "_index": 4069, + "_index": 4268, "data": { "manuals/profiling": {} }, @@ -180031,7 +180670,7 @@ [ "https://help.apple.com/app", { - "_index": 3511, + "_index": 3060, "data": { "manuals/ios": {} }, @@ -180041,7 +180680,7 @@ [ "https://webglstats.com/webgl/parameter/max_texture_size", { - "_index": 5643, + "_index": 2144, "data": { "manuals/optimization-size": {} }, @@ -180051,7 +180690,7 @@ [ "https://www.khronos.org/opengles", { - "_index": 3634, + "_index": 1723, "data": { "manuals/render": {} }, @@ -180061,7 +180700,7 @@ [ "https://www.khronos.org/registry/gles", { - "_index": 878, + "_index": 2617, "data": { "manuals/shader": {} }, @@ -180071,7 +180710,7 @@ [ "https://www.khronos.org/registry/webgl/specs/latest", { - "_index": 2238, + "_index": 736, "data": { "manuals/html5": {} }, @@ -180081,7 +180720,7 @@ [ "https://www.lua.org", { - "_index": 5863, + "_index": 4574, "data": { "manuals/glossary": {} }, @@ -180091,7 +180730,7 @@ [ "hud", { - "_index": 2048, + "_index": 5980, "data": { "manuals/input": {} }, @@ -180101,7 +180740,7 @@ [ "hud#main", { - "_index": 6125, + "_index": 6116, "data": { "examples/gui/healthbar": {} }, @@ -180111,7 +180750,7 @@ [ "huge", { - "_index": 6472, + "_index": 6429, "data": { "assets/panthera": {}, "ref/stable/math": {} @@ -180122,7 +180761,7 @@ [ "huge_val", { - "_index": 9749, + "_index": 7271, "data": { "ref/stable/math": {} }, @@ -180132,7 +180771,7 @@ [ "hull", { - "_index": 170, + "_index": 5516, "data": { "assets/defold-3D-outline-shader": {}, "manuals/physics-shapes": {}, @@ -180144,7 +180783,7 @@ [ "human", { - "_index": 2757, + "_index": 4132, "data": { "manuals/application-security": {}, "ref/stable/dmExtension": {} @@ -180155,7 +180794,7 @@ [ "humble", { - "_index": 6528, + "_index": 6534, "data": { "assets/sidescrollertutorialfromscratch": {} }, @@ -180165,7 +180804,7 @@ [ "hundreds", { - "_index": 5280, + "_index": 5483, "data": { "manuals/editor-scripts": {} }, @@ -180175,7 +180814,7 @@ [ "huniformlocation", { - "_index": 10255, + "_index": 6856, "data": { "ref/stable/dmGraphics": {} }, @@ -180185,7 +180824,7 @@ [ "hunt", { - "_index": 2592, + "_index": 4308, "data": { "manuals/factory": {} }, @@ -180195,7 +180834,7 @@ [ "hunterfactory", { - "_index": 2591, + "_index": 4307, "data": { "manuals/factory": {} }, @@ -180205,7 +180844,7 @@ [ "hunting", { - "_index": 4627, + "_index": 5893, "data": { "manuals/debugging-game-logic": {} }, @@ -180215,7 +180854,7 @@ [ "hvertexbuffer", { - "_index": 10256, + "_index": 6857, "data": { "ref/stable/dmGraphics": {} }, @@ -180225,7 +180864,7 @@ [ "hvertexdeclaration", { - "_index": 10257, + "_index": 6858, "data": { "ref/stable/dmGraphics": {} }, @@ -180235,7 +180874,7 @@ [ "hvertexprogram", { - "_index": 10258, + "_index": 6859, "data": { "ref/stable/dmGraphics": {} }, @@ -180245,7 +180884,7 @@ [ "hvertexstreamdeclaration", { - "_index": 10259, + "_index": 6860, "data": { "ref/stable/dmGraphics": {} }, @@ -180255,7 +180894,7 @@ [ "hwnd", { - "_index": 10223, + "_index": 6821, "data": { "ref/stable/dmGraphics": {} }, @@ -180265,7 +180904,7 @@ [ "hyper", { - "_index": 6320, + "_index": 6407, "data": { "assets/hypertrails": {} }, @@ -180275,7 +180914,7 @@ [ "hyperbolic", { - "_index": 9733, + "_index": 7255, "data": { "ref/stable/math": {} }, @@ -180285,7 +180924,7 @@ [ "hypertrails", { - "_index": 6319, + "_index": 6406, "data": { "assets/hypertrails": {} }, @@ -180295,7 +180934,7 @@ [ "hyphen", { - "_index": 7285, + "_index": 9398, "data": { "ref/stable/package": {} }, @@ -180305,7 +180944,7 @@ [ "hz", { - "_index": 1729, + "_index": 4863, "data": { "manuals/porting-guidelines": {}, "ref/stable/collectionproxy": {} @@ -180316,7 +180955,7 @@ [ "i", { - "_index": 2144, + "_index": 2035, "data": { "manuals/bob": {}, "manuals/compute": {}, @@ -180339,7 +180978,7 @@ [ "i'm", { - "_index": 2624, + "_index": 4338, "data": { "manuals/factory": {} }, @@ -180349,7 +180988,7 @@ [ "i,i,i,1", { - "_index": 7885, + "_index": 8544, "data": { "ref/stable/render": {} }, @@ -180359,7 +180998,7 @@ [ "i,v", { - "_index": 10406, + "_index": 10693, "data": { "ref/stable/base": {} }, @@ -180369,7 +181008,7 @@ [ "i.e", { - "_index": 1159, + "_index": 2775, "data": { "examples/movement/look_rotation": {}, "examples/particles/confetti": {}, @@ -180401,7 +181040,7 @@ [ "i/defold", { - "_index": 3750, + "_index": 3683, "data": { "manuals/debugging-game-and-system-logs": {} }, @@ -180411,7 +181050,7 @@ [ "i/o", { - "_index": 5126, + "_index": 3670, "data": { "manuals/file-access": {}, "ref/stable/http": {}, @@ -180424,7 +181063,7 @@ [ "i0", { - "_index": 7356, + "_index": 10392, "data": { "ref/stable/resource": {} }, @@ -180434,7 +181073,7 @@ [ "i1", { - "_index": 7357, + "_index": 10393, "data": { "ref/stable/resource": {} }, @@ -180444,7 +181083,7 @@ [ "i18n", { - "_index": 6678, + "_index": 6368, "data": { "assets/i18n-defold": {} }, @@ -180454,7 +181093,7 @@ [ "i2", { - "_index": 7358, + "_index": 10394, "data": { "ref/stable/resource": {} }, @@ -180464,7 +181103,7 @@ [ "iac", { - "_index": 6729, + "_index": 6701, "data": { "assets/iac": {} }, @@ -180474,7 +181113,7 @@ [ "iac.set_listener", { - "_index": 4404, + "_index": 5762, "data": { "manuals/iac": {} }, @@ -180484,7 +181123,7 @@ [ "iac.type_invocation", { - "_index": 4401, + "_index": 5759, "data": { "manuals/iac": {} }, @@ -180494,7 +181133,7 @@ [ "iac_listener", { - "_index": 4399, + "_index": 5757, "data": { "manuals/iac": {} }, @@ -180504,7 +181143,7 @@ [ "iam", { - "_index": 3056, + "_index": 5036, "data": { "manuals/live-update-aws": {} }, @@ -180514,7 +181153,7 @@ [ "iap", { - "_index": 6458, + "_index": 6613, "data": { "assets/iap": {} }, @@ -180524,7 +181163,7 @@ [ "icns", { - "_index": 5319, + "_index": 5801, "data": { "manuals/macos": {} }, @@ -180534,7 +181173,7 @@ [ "ico", { - "_index": 4495, + "_index": 4948, "data": { "manuals/windows": {} }, @@ -180544,7 +181183,7 @@ [ "icon", { - "_index": 1644, + "_index": 592, "data": { "manuals/android": {}, "manuals/debugging-game-and-system-logs": {}, @@ -180565,7 +181204,7 @@ [ "icon:auto", { - "_index": 4507, + "_index": 4958, "data": { "manuals/windows": {} }, @@ -180575,7 +181214,7 @@ [ "icon_128x128.png", { - "_index": 5328, + "_index": 5810, "data": { "manuals/macos": {} }, @@ -180585,7 +181224,7 @@ [ "icon_128x128@2x.png", { - "_index": 5329, + "_index": 5811, "data": { "manuals/macos": {} }, @@ -180595,7 +181234,7 @@ [ "icon_16x16.png", { - "_index": 5324, + "_index": 5806, "data": { "manuals/macos": {} }, @@ -180605,7 +181244,7 @@ [ "icon_16x16@2x.png", { - "_index": 5325, + "_index": 5807, "data": { "manuals/macos": {} }, @@ -180615,7 +181254,7 @@ [ "icon_256x256.png", { - "_index": 5330, + "_index": 5812, "data": { "manuals/macos": {} }, @@ -180625,7 +181264,7 @@ [ "icon_256x256@2x.png", { - "_index": 5331, + "_index": 5813, "data": { "manuals/macos": {} }, @@ -180635,7 +181274,7 @@ [ "icon_256x256px.png", { - "_index": 4505, + "_index": 4957, "data": { "manuals/windows": {} }, @@ -180645,7 +181284,7 @@ [ "icon_32x32.png", { - "_index": 5326, + "_index": 5808, "data": { "manuals/macos": {} }, @@ -180655,7 +181294,7 @@ [ "icon_32x32@2x.png", { - "_index": 5327, + "_index": 5809, "data": { "manuals/macos": {} }, @@ -180665,7 +181304,7 @@ [ "icon_512x512.png", { - "_index": 5332, + "_index": 5814, "data": { "manuals/macos": {} }, @@ -180675,7 +181314,7 @@ [ "icon_512x512@2x.png", { - "_index": 5333, + "_index": 5815, "data": { "manuals/macos": {} }, @@ -180685,7 +181324,7 @@ [ "iconified", { - "_index": 9703, + "_index": 7226, "data": { "ref/stable/window": {} }, @@ -180695,7 +181334,7 @@ [ "icons", { - "_index": 1650, + "_index": 1363, "data": { "manuals/editor-scripts-ui": {}, "manuals/editor-styling": {}, @@ -180709,7 +181348,7 @@ [ "iconset", { - "_index": 5321, + "_index": 5803, "data": { "manuals/macos": {} }, @@ -180719,7 +181358,7 @@ [ "iconutil", { - "_index": 5334, + "_index": 5816, "data": { "manuals/macos": {} }, @@ -180729,7 +181368,7 @@ [ "id", { - "_index": 218, + "_index": 170, "data": { "assets/adinfo": {}, "assets/apkverifier": {}, @@ -180797,7 +181436,7 @@ [ "id's", { - "_index": 2369, + "_index": 3816, "data": { "manuals/factory": {}, "manuals/script-properties": {}, @@ -180810,7 +181449,7 @@ [ "id:s", { - "_index": 9936, + "_index": 7343, "data": { "ref/stable/collectionfactory": {}, "ref/stable/crash": {} @@ -180821,7 +181460,7 @@ [ "ide", { - "_index": 4261, + "_index": 4887, "data": { "assets/vs-code-ide": {}, "manuals/debugging-native-code-android": {}, @@ -180833,7 +181472,7 @@ [ "idea", { - "_index": 2644, + "_index": 4353, "data": { "manuals/debugging-game-logic": {}, "manuals/editor": {}, @@ -180847,7 +181486,7 @@ [ "ideal", { - "_index": 4318, + "_index": 5682, "data": { "manuals/design": {}, "manuals/physics-events": {} @@ -180858,7 +181497,7 @@ [ "ideas", { - "_index": 6751, + "_index": 6392, "data": { "assets/scene3d": {} }, @@ -180868,7 +181507,7 @@ [ "identical", { - "_index": 9164, + "_index": 7630, "data": { "ref/stable/gui": {} }, @@ -180878,7 +181517,7 @@ [ "identification", { - "_index": 7101, + "_index": 7522, "data": { "ref/stable/physics": {} }, @@ -180888,7 +181527,7 @@ [ "identified", { - "_index": 1959, + "_index": 3363, "data": { "manuals/addressing": {}, "manuals/android": {}, @@ -180906,7 +181545,7 @@ [ "identifier", { - "_index": 3163, + "_index": 1143, "data": { "assets/adinfo": {}, "manuals/addressing": {}, @@ -180927,7 +181566,7 @@ [ "identifierforvendor", { - "_index": 8458, + "_index": 9656, "data": { "ref/stable/sys": {} }, @@ -180937,10 +181576,11 @@ [ "identifiers", { - "_index": 4844, + "_index": 3354, "data": { "manuals/addressing": {}, "manuals/extensions": {}, + "ref/stable/editor": {}, "ref/stable/gui": {} }, "type": {} @@ -180949,7 +181589,7 @@ [ "identifies", { - "_index": 5255, + "_index": 5458, "data": { "manuals/editor-scripts": {}, "ref/stable/collectionfactory": {}, @@ -180961,7 +181601,7 @@ [ "identify", { - "_index": 3704, + "_index": 1818, "data": { "manuals/addressing": {}, "manuals/glossary": {}, @@ -180973,7 +181613,7 @@ [ "identifying", { - "_index": 6624, + "_index": 6517, "data": { "assets/adinfo": {}, "ref/stable/go": {}, @@ -180985,7 +181625,7 @@ [ "identities", { - "_index": 4881, + "_index": 3406, "data": { "manuals/addressing": {} }, @@ -180995,7 +181635,7 @@ [ "identity", { - "_index": 3058, + "_index": 246, "data": { "manuals/addressing": {}, "manuals/bob": {}, @@ -181015,7 +181655,7 @@ [ "ides", { - "_index": 3582, + "_index": 5598, "data": { "manuals/introduction": {} }, @@ -181025,7 +181665,7 @@ [ "idiom", { - "_index": 10413, + "_index": 10700, "data": { "ref/stable/base": {} }, @@ -181035,7 +181675,7 @@ [ "idle", { - "_index": 3082, + "_index": 2481, "data": { "manuals/addressing": {}, "manuals/flipbook-animation": {} @@ -181046,7 +181686,7 @@ [ "idling", { - "_index": 3083, + "_index": 1950, "data": { "manuals/flipbook-animation": {}, "manuals/script": {} @@ -181057,7 +181697,7 @@ [ "ids", { - "_index": 748, + "_index": 2558, "data": { "manuals/collection-factory": {}, "manuals/editor-scripts": {}, @@ -181075,7 +181715,7 @@ [ "ie", { - "_index": 3617, + "_index": 1692, "data": { "manuals/file-access": {}, "manuals/render": {}, @@ -181087,7 +181727,7 @@ [ "ierusalimschy", { - "_index": 5087, + "_index": 5184, "data": { "assets/lpeg": {}, "manuals/lua": {} @@ -181098,7 +181738,7 @@ [ "if", { - "_index": 21, + "_index": 268, "data": { "assets/defbuild": {}, "assets/editor-script-check-dependencies-versions": {}, @@ -181280,7 +181920,7 @@ [ "ifndef", { - "_index": 1193, + "_index": 2795, "data": { "manuals/shader": {} }, @@ -181290,7 +181930,7 @@ [ "ignore", { - "_index": 855, + "_index": 1028, "data": { "manuals/optimization-speed": {}, "manuals/physics-ray-casts": {}, @@ -181304,7 +181944,7 @@ [ "ignore_cache", { - "_index": 8569, + "_index": 10240, "data": { "ref/stable/http": {} }, @@ -181314,7 +181954,7 @@ [ "ignore_secure", { - "_index": 8438, + "_index": 9637, "data": { "ref/stable/sys": {} }, @@ -181324,7 +181964,7 @@ [ "ignored", { - "_index": 1919, + "_index": 420, "data": { "manuals/gui": {}, "manuals/particlefx": {}, @@ -181342,7 +181982,7 @@ [ "ignores", { - "_index": 8439, + "_index": 9638, "data": { "ref/stable/sys": {} }, @@ -181352,7 +181992,7 @@ [ "ignoring", { - "_index": 853, + "_index": 4884, "data": { "manuals/flash": {}, "manuals/project-defignore": {} @@ -181363,7 +182003,7 @@ [ "illegal", { - "_index": 1346, + "_index": 4691, "data": { "manuals/extensions-ext-manifests": {}, "ref/stable/socket": {} @@ -181374,7 +182014,7 @@ [ "illumination", { - "_index": 2948, + "_index": 4545, "data": { "assets/illumination": {}, "manuals/compute": {}, @@ -181386,7 +182026,7 @@ [ "illustrate", { - "_index": 3992, + "_index": 1534, "data": { "assets/tactxstudios": {}, "manuals/editor-scripts-ui": {} @@ -181397,7 +182037,7 @@ [ "illustrated", { - "_index": 3240, + "_index": 5055, "data": { "manuals/flash": {} }, @@ -181407,7 +182047,7 @@ [ "image", { - "_index": 288, + "_index": 290, "data": { "assets/imageloader": {}, "assets/imp": {}, @@ -181473,7 +182113,7 @@ [ "image's", { - "_index": 2480, + "_index": 2853, "data": { "manuals/atlas": {} }, @@ -181483,7 +182123,7 @@ [ "image.load", { - "_index": 5627, + "_index": 2098, "data": { "manuals/optimization-size": {}, "ref/stable/image": {} @@ -181494,7 +182134,7 @@ [ "image.load_buffer", { - "_index": 10898, + "_index": 10360, "data": { "ref/stable/image": {} }, @@ -181504,7 +182144,7 @@ [ "image.type_luminance", { - "_index": 10896, + "_index": 10358, "data": { "ref/stable/image": {} }, @@ -181514,7 +182154,7 @@ [ "image.type_luminance_alpha", { - "_index": 10897, + "_index": 10359, "data": { "ref/stable/image": {} }, @@ -181524,7 +182164,7 @@ [ "image.type_rgb", { - "_index": 10894, + "_index": 10356, "data": { "ref/stable/image": {} }, @@ -181534,7 +182174,7 @@ [ "image.type_rgba", { - "_index": 10895, + "_index": 10357, "data": { "ref/stable/image": {} }, @@ -181544,7 +182184,7 @@ [ "image/animation", { - "_index": 9397, + "_index": 7939, "data": { "ref/stable/gui": {} }, @@ -181554,7 +182194,7 @@ [ "image2d", { - "_index": 925, + "_index": 2634, "data": { "manuals/compute": {}, "manuals/shader": {} @@ -181565,7 +182205,7 @@ [ "imageloader", { - "_index": 6535, + "_index": 6605, "data": { "assets/imageloader": {} }, @@ -181575,7 +182215,7 @@ [ "imagemagick", { - "_index": 4501, + "_index": 4953, "data": { "manuals/windows": {} }, @@ -181585,7 +182225,7 @@ [ "images", { - "_index": 285, + "_index": 935, "data": { "assets/camera": {}, "assets/defold-runtime-atlas": {}, @@ -181624,7 +182264,7 @@ [ "imagestore", { - "_index": 3026, + "_index": 5325, "data": { "manuals/compute": {} }, @@ -181634,7 +182274,7 @@ [ "imageview", { - "_index": 3457, + "_index": 2995, "data": { "manuals/ios": {} }, @@ -181644,7 +182284,7 @@ [ "imaginary", { - "_index": 8299, + "_index": 6988, "data": { "ref/stable/vmath": {} }, @@ -181654,7 +182294,7 @@ [ "imagine", { - "_index": 3322, + "_index": 5114, "data": { "manuals/flash": {} }, @@ -181664,7 +182304,7 @@ [ "img", { - "_index": 6111, + "_index": 6109, "data": { "examples/gui/load_texture": {} }, @@ -181674,7 +182314,7 @@ [ "imgui", { - "_index": 6700, + "_index": 6483, "data": { "assets/dear-imgui": {} }, @@ -181684,7 +182324,7 @@ [ "iml", { - "_index": 4277, + "_index": 5506, "data": { "manuals/debugging-native-code-android": {} }, @@ -181694,7 +182334,7 @@ [ "immediate", { - "_index": 5144, + "_index": 5349, "data": { "assets/defold-nuklear": {}, "manuals/editor-scripts": {} @@ -181705,7 +182345,7 @@ [ "immediately", { - "_index": 707, + "_index": 1141, "data": { "examples/factory/dynamic": {}, "manuals/application-security": {}, @@ -181729,7 +182369,7 @@ [ "immensely", { - "_index": 4870, + "_index": 3392, "data": { "manuals/addressing": {} }, @@ -181739,7 +182379,7 @@ [ "immovable", { - "_index": 8859, + "_index": 10107, "data": { "ref/stable/b2d.body": {} }, @@ -181749,7 +182389,7 @@ [ "immutable", { - "_index": 3857, + "_index": 1299, "data": { "manuals/editor-scripts-ui": {} }, @@ -181759,7 +182399,7 @@ [ "imp", { - "_index": 6486, + "_index": 6650, "data": { "assets/imp": {} }, @@ -181769,7 +182409,7 @@ [ "impact", { - "_index": 1529, + "_index": 3079, "data": { "assets/firebase-remoteconfig": {}, "manuals/application-security": {}, @@ -181785,7 +182425,7 @@ [ "impactful", { - "_index": 1652, + "_index": 4836, "data": { "manuals/porting-guidelines": {} }, @@ -181795,7 +182435,7 @@ [ "impassable", { - "_index": 5881, + "_index": 4604, "data": { "manuals/glossary": {} }, @@ -181805,7 +182445,7 @@ [ "implement", { - "_index": 2700, + "_index": 3489, "data": { "manuals/camera": {}, "manuals/modules": {}, @@ -181817,7 +182457,7 @@ [ "implementation", { - "_index": 795, + "_index": 729, "data": { "assets/defold-ink": {}, "assets/gamescore": {}, @@ -181844,7 +182484,7 @@ [ "implemented", { - "_index": 3876, + "_index": 1335, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/dmGraphics": {} @@ -181855,7 +182495,7 @@ [ "implementing", { - "_index": 2236, + "_index": 733, "data": { "manuals/application-security": {}, "manuals/html5": {} @@ -181866,7 +182506,7 @@ [ "implements", { - "_index": 3507, + "_index": 3055, "data": { "assets/gog-galaxy": {}, "assets/nakama": {}, @@ -181879,7 +182519,7 @@ [ "implic", { - "_index": 8479, + "_index": 9677, "data": { "ref/stable/sys": {} }, @@ -181889,7 +182529,7 @@ [ "implicitly", { - "_index": 2726, + "_index": 611, "data": { "manuals/gui": {}, "manuals/modules": {}, @@ -181901,7 +182541,7 @@ [ "implies", { - "_index": 2033, + "_index": 5110, "data": { "manuals/compute": {}, "manuals/flash": {}, @@ -181914,7 +182554,7 @@ [ "import", { - "_index": 3136, + "_index": 2249, "data": { "assets/tiled": {}, "assets/trenchbroom": {}, @@ -181933,7 +182573,7 @@ [ "important", { - "_index": 1761, + "_index": 857, "data": { "assets/editor-script-extra-locations": {}, "examples/material/screenspace": {}, @@ -181961,7 +182601,7 @@ [ "importantly", { - "_index": 5494, + "_index": 3645, "data": { "manuals/extensions-best-practices": {} }, @@ -181971,7 +182611,7 @@ [ "imported", { - "_index": 296, + "_index": 940, "data": { "manuals/flash": {}, "manuals/importing-assets": {}, @@ -181984,7 +182624,7 @@ [ "importing", { - "_index": 4824, + "_index": 2130, "data": { "assets/trenchbroom": {}, "manuals/editor": {}, @@ -181997,7 +182637,7 @@ [ "imposed", { - "_index": 5353, + "_index": 5831, "data": { "manuals/macos": {} }, @@ -182007,7 +182647,7 @@ [ "imposes", { - "_index": 4832, + "_index": 4811, "data": { "manuals/importing-models": {} }, @@ -182017,7 +182657,7 @@ [ "impossible", { - "_index": 2809, + "_index": 1449, "data": { "manuals/application-security": {}, "manuals/editor-scripts-ui": {}, @@ -182031,7 +182671,7 @@ [ "improve", { - "_index": 1601, + "_index": 1545, "data": { "assets/reszip": {}, "manuals/editor-scripts-ui": {}, @@ -182045,7 +182685,7 @@ [ "improved", { - "_index": 1572, + "_index": 3103, "data": { "manuals/optimization-speed": {} }, @@ -182055,7 +182695,7 @@ [ "improvement", { - "_index": 352, + "_index": 968, "data": { "manuals/android": {}, "manuals/font": {}, @@ -182067,7 +182707,7 @@ [ "improves", { - "_index": 5483, + "_index": 3633, "data": { "manuals/extensions-best-practices": {} }, @@ -182077,7 +182717,7 @@ [ "improving", { - "_index": 1256, + "_index": 2825, "data": { "manuals/shader": {} }, @@ -182087,7 +182727,7 @@ [ "impulse", { - "_index": 5900, + "_index": 5674, "data": { "manuals/physics-events": {}, "ref/stable/b2d.body": {}, @@ -182099,7 +182739,7 @@ [ "in", { - "_index": 86, + "_index": 46, "data": { "assets/3deforms": {}, "assets/admob-defold": {}, @@ -182358,7 +182998,7 @@ [ "inactivated", { - "_index": 2616, + "_index": 4330, "data": { "manuals/factory": {} }, @@ -182368,7 +183008,7 @@ [ "inactive", { - "_index": 7141, + "_index": 7558, "data": { "ref/stable/b2d.body": {}, "ref/stable/physics": {} @@ -182379,7 +183019,7 @@ [ "inaddr_any", { - "_index": 8163, + "_index": 10542, "data": { "ref/stable/socket": {} }, @@ -182389,7 +183029,7 @@ [ "inc", { - "_index": 6303, + "_index": 6386, "data": { "assets/rive": {} }, @@ -182399,7 +183039,7 @@ [ "include", { - "_index": 355, + "_index": 683, "data": { "assets/nakama": {}, "manuals/addressing": {}, @@ -182454,7 +183094,7 @@ [ "included", { - "_index": 275, + "_index": 1101, "data": { "assets/defold-cairo": {}, "assets/scene3d": {}, @@ -182480,7 +183120,7 @@ [ "includes", { - "_index": 1149, + "_index": 861, "data": { "manuals/bob": {}, "manuals/debugging-native-code": {}, @@ -182499,7 +183139,7 @@ [ "including", { - "_index": 663, + "_index": 2516, "data": { "manuals/collection-factory": {}, "manuals/editor": {}, @@ -182516,7 +183156,7 @@ [ "inclusive", { - "_index": 7339, + "_index": 10375, "data": { "ref/stable/base": {}, "ref/stable/resource": {} @@ -182527,7 +183167,7 @@ [ "incoming", { - "_index": 7443, + "_index": 8578, "data": { "ref/stable/profiler": {}, "ref/stable/render": {}, @@ -182539,7 +183179,7 @@ [ "incompatibilities", { - "_index": 5489, + "_index": 3639, "data": { "manuals/extensions-best-practices": {} }, @@ -182549,7 +183189,7 @@ [ "incorporates", { - "_index": 3508, + "_index": 3056, "data": { "manuals/ios": {} }, @@ -182559,7 +183199,7 @@ [ "incorrect", { - "_index": 232, + "_index": 668, "data": { "manuals/debugging-native-code": {}, "manuals/html5": {}, @@ -182572,7 +183212,7 @@ [ "increase", { - "_index": 1591, + "_index": 1592, "data": { "manuals/font": {}, "manuals/gui-pie": {}, @@ -182589,7 +183229,7 @@ [ "increased", { - "_index": 5531, + "_index": 3857, "data": { "examples/timer/trigger_timer": {}, "manuals/physics": {} @@ -182600,7 +183240,7 @@ [ "increases", { - "_index": 3528, + "_index": 1586, "data": { "manuals/message-passing": {} }, @@ -182610,7 +183250,7 @@ [ "increasing", { - "_index": 1759, + "_index": 2223, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/porting-guidelines": {} @@ -182621,7 +183261,7 @@ [ "increasingly", { - "_index": 1738, + "_index": 4867, "data": { "manuals/porting-guidelines": {} }, @@ -182631,7 +183271,7 @@ [ "increment", { - "_index": 6869, + "_index": 9074, "data": { "ref/stable/dmAtomic": {} }, @@ -182641,7 +183281,7 @@ [ "increment_by", { - "_index": 3985, + "_index": 1524, "data": { "manuals/editor-scripts-ui": {} }, @@ -182651,7 +183291,7 @@ [ "incremental", { - "_index": 8619, + "_index": 10211, "data": { "ref/stable/dmHash": {} }, @@ -182661,7 +183301,7 @@ [ "incremented", { - "_index": 10523, + "_index": 7994, "data": { "ref/stable/collectionproxy": {} }, @@ -182671,7 +183311,7 @@ [ "incrementing", { - "_index": 3300, + "_index": 5099, "data": { "manuals/flash": {}, "ref/stable/render": {} @@ -182682,7 +183322,7 @@ [ "increments", { - "_index": 7965, + "_index": 8618, "data": { "ref/stable/render": {} }, @@ -182692,7 +183332,7 @@ [ "incurs", { - "_index": 5472, + "_index": 3614, "data": { "manuals/extensions-best-practices": {} }, @@ -182702,7 +183342,7 @@ [ "indefinitely", { - "_index": 781, + "_index": 3730, "data": { "manuals/caching-assets": {}, "ref/stable/http": {}, @@ -182714,7 +183354,7 @@ [ "indent", { - "_index": 5267, + "_index": 5470, "data": { "manuals/editor-scripts": {} }, @@ -182724,7 +183364,7 @@ [ "indenting", { - "_index": 2406, + "_index": 4939, "data": { "manuals/getting-help": {} }, @@ -182734,7 +183374,7 @@ [ "independent", { - "_index": 1905, + "_index": 1048, "data": { "manuals/editor-scripts": {}, "manuals/extensions-defold-sdk": {}, @@ -182748,7 +183388,7 @@ [ "index", { - "_index": 2527, + "_index": 516, "data": { "assets/defold-index": {}, "manuals/application-security": {}, @@ -182780,7 +183420,7 @@ [ "index.html", { - "_index": 2203, + "_index": 658, "data": { "manuals/html5": {} }, @@ -182790,7 +183430,7 @@ [ "indexbufferformat", { - "_index": 10260, + "_index": 6861, "data": { "ref/stable/dmGraphics": {} }, @@ -182800,7 +183440,7 @@ [ "indexed", { - "_index": 2138, + "_index": 599, "data": { "manuals/gui": {}, "manuals/input-mouse-and-touch": {}, @@ -182816,7 +183456,7 @@ [ "indexeddb", { - "_index": 2331, + "_index": 906, "data": { "manuals/file-access": {}, "manuals/html5": {} @@ -182827,7 +183467,7 @@ [ "indexing", { - "_index": 3316, + "_index": 5111, "data": { "manuals/flash": {} }, @@ -182837,7 +183477,7 @@ [ "indicate", { - "_index": 4577, + "_index": 4965, "data": { "examples/material/screenspace": {}, "manuals/debugging-game-logic": {}, @@ -182851,7 +183491,7 @@ [ "indicated", { - "_index": 2654, + "_index": 2904, "data": { "examples/gui/healthbar": {}, "manuals/flash": {}, @@ -182864,7 +183504,7 @@ [ "indicates", { - "_index": 5350, + "_index": 5678, "data": { "manuals/macos": {}, "manuals/physics-events": {}, @@ -182879,7 +183519,7 @@ [ "indicating", { - "_index": 4375, + "_index": 4422, "data": { "manuals/editor-scripts": {}, "manuals/tilesource": {}, @@ -182891,7 +183531,7 @@ [ "indicator", { - "_index": 6133, + "_index": 6220, "data": { "assets/safearea": {}, "examples/timer/repeating_timer": {} @@ -182902,7 +183542,7 @@ [ "indicators", { - "_index": 6131, + "_index": 6111, "data": { "examples/gui/progress": {}, "examples/timer/cancel_timer": {}, @@ -182915,7 +183555,7 @@ [ "indices", { - "_index": 2534, + "_index": 2897, "data": { "manuals/atlas": {}, "ref/stable/base": {}, @@ -182931,7 +183571,7 @@ [ "indicies", { - "_index": 10605, + "_index": 9055, "data": { "ref/stable/dmHashTable": {} }, @@ -182941,7 +183581,7 @@ [ "individual", { - "_index": 837, + "_index": 117, "data": { "manuals/debugging-native-code-android": {}, "manuals/editor-preferences": {}, @@ -182967,7 +183607,7 @@ [ "individually", { - "_index": 4731, + "_index": 4710, "data": { "manuals/bundling": {}, "ref/stable/gui": {}, @@ -182979,7 +183619,7 @@ [ "industry", { - "_index": 2787, + "_index": 4152, "data": { "examples/material/unlit": {}, "examples/movement/look_rotation": {}, @@ -182991,7 +183631,7 @@ [ "inelastic", { - "_index": 1886, + "_index": 2294, "data": { "manuals/physics-objects": {} }, @@ -183001,7 +183641,7 @@ [ "inertia", { - "_index": 8871, + "_index": 10119, "data": { "ref/stable/b2d.body": {} }, @@ -183011,7 +183651,7 @@ [ "inet", { - "_index": 8077, + "_index": 10470, "data": { "ref/stable/socket": {} }, @@ -183021,7 +183661,7 @@ [ "inet6", { - "_index": 8078, + "_index": 10471, "data": { "ref/stable/socket": {} }, @@ -183031,7 +183671,7 @@ [ "infer", { - "_index": 5498, + "_index": 3654, "data": { "manuals/extensions-best-practices": {} }, @@ -183041,7 +183681,7 @@ [ "inflate", { - "_index": 9666, + "_index": 9100, "data": { "ref/stable/zlib": {} }, @@ -183051,7 +183691,7 @@ [ "inflated", { - "_index": 9667, + "_index": 9101, "data": { "ref/stable/zlib": {} }, @@ -183061,7 +183701,7 @@ [ "inflict", { - "_index": 3522, + "_index": 1576, "data": { "manuals/message-passing": {} }, @@ -183071,7 +183711,7 @@ [ "influence", { - "_index": 5518, + "_index": 3842, "data": { "manuals/physics": {} }, @@ -183081,7 +183721,7 @@ [ "info", { - "_index": 4770, + "_index": 3603, "data": { "assets/adinfo": {}, "manuals/extensions-best-practices": {}, @@ -183103,7 +183743,7 @@ [ "info.plist", { - "_index": 5010, + "_index": 4614, "data": { "manuals/extensions-manifest-merge-tool": {}, "ref/stable/sys": {} @@ -183114,7 +183754,7 @@ [ "info:dlib", { - "_index": 3752, + "_index": 3685, "data": { "manuals/debugging-game-and-system-logs": {}, "manuals/profiling": {} @@ -183125,7 +183765,7 @@ [ "info:engine", { - "_index": 3565, + "_index": 1669, "data": { "manuals/debugging-game-and-system-logs": {}, "manuals/message-passing": {}, @@ -183137,7 +183777,7 @@ [ "info:liveupdate", { - "_index": 1861, + "_index": 3345, "data": { "manuals/live-update": {} }, @@ -183147,7 +183787,7 @@ [ "inform", { - "_index": 2614, + "_index": 4328, "data": { "assets/push": {}, "manuals/factory": {}, @@ -183159,7 +183799,7 @@ [ "information", { - "_index": 595, + "_index": 773, "data": { "assets/adinfo": {}, "assets/iac": {}, @@ -183235,7 +183875,7 @@ [ "inherit", { - "_index": 174, + "_index": 322, "data": { "examples/gui/color": {}, "manuals/gui": {}, @@ -183249,7 +183889,7 @@ [ "inheritance", { - "_index": 4326, + "_index": 5953, "data": { "manuals/design": {} }, @@ -183259,7 +183899,7 @@ [ "inherits", { - "_index": 4483, + "_index": 539, "data": { "manuals/gui": {}, "ref/stable/package": {} @@ -183270,7 +183910,7 @@ [ "ini", { - "_index": 2444, + "_index": 40, "data": { "manuals/live-update-aws": {}, "manuals/project-settings": {}, @@ -183282,7 +183922,7 @@ [ "init", { - "_index": 453, + "_index": 166, "data": { "examples/render/orbit_camera": {}, "manuals/addressing": {}, @@ -183326,7 +183966,7 @@ [ "init_camera", { - "_index": 3626, + "_index": 1708, "data": { "manuals/render": {} }, @@ -183336,7 +183976,7 @@ [ "initial", { - "_index": 606, + "_index": 1139, "data": { "examples/particles/confetti": {}, "examples/particles/fire_and_smoke": {}, @@ -183365,7 +184005,7 @@ [ "initial_memory", { - "_index": 626, + "_index": 5241, "data": { "manuals/app-manifest": {} }, @@ -183375,7 +184015,7 @@ [ "initialization", { - "_index": 9515, + "_index": 9216, "data": { "ref/stable/dmGameObject": {} }, @@ -183385,7 +184025,7 @@ [ "initialize", { - "_index": 7583, + "_index": 7991, "data": { "ref/stable/collectionproxy": {}, "ref/stable/dmHash": {}, @@ -183398,7 +184038,7 @@ [ "initialized", { - "_index": 3372, + "_index": 3691, "data": { "manuals/debugging-game-and-system-logs": {}, "manuals/extensions": {}, @@ -183416,7 +184056,7 @@ [ "initializemyextension", { - "_index": 4960, + "_index": 4762, "data": { "manuals/extensions": {} }, @@ -183426,7 +184066,7 @@ [ "initializer", { - "_index": 3978, + "_index": 1517, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -183437,7 +184077,7 @@ [ "initializes", { - "_index": 7253, + "_index": 7992, "data": { "ref/stable/base": {}, "ref/stable/collectionproxy": {}, @@ -183449,7 +184089,7 @@ [ "initially", { - "_index": 2044, + "_index": 5978, "data": { "manuals/input": {}, "ref/stable/render": {} @@ -183460,7 +184100,7 @@ [ "initialmemory", { - "_index": 608, + "_index": 5236, "data": { "manuals/app-manifest": {} }, @@ -183470,7 +184110,7 @@ [ "initiate", { - "_index": 7710, + "_index": 10048, "data": { "ref/stable/dmSocket": {} }, @@ -183480,7 +184120,7 @@ [ "initiated", { - "_index": 3547, + "_index": 1630, "data": { "manuals/message-passing": {}, "manuals/zerobrane": {}, @@ -183495,7 +184135,7 @@ [ "initiating", { - "_index": 10613, + "_index": 7341, "data": { "ref/stable/collectionfactory": {} }, @@ -183505,7 +184145,7 @@ [ "inject", { - "_index": 2796, + "_index": 4161, "data": { "manuals/application-security": {}, "manuals/macos": {} @@ -183516,7 +184156,7 @@ [ "injected", { - "_index": 5505, + "_index": 3665, "data": { "manuals/extensions-best-practices": {} }, @@ -183526,7 +184166,7 @@ [ "injection", { - "_index": 2804, + "_index": 4167, "data": { "manuals/application-security": {} }, @@ -183536,7 +184176,7 @@ [ "ink", { - "_index": 6375, + "_index": 6419, "data": { "assets/defold-ink": {}, "assets/narrator": {}, @@ -183549,7 +184189,7 @@ [ "inline", { - "_index": 1164, + "_index": 855, "data": { "manuals/html5": {}, "manuals/shader": {}, @@ -183561,7 +184201,7 @@ [ "innards", { - "_index": 4614, + "_index": 5883, "data": { "manuals/debugging-game-logic": {} }, @@ -183571,7 +184211,7 @@ [ "inner", { - "_index": 2274, + "_index": 302, "data": { "examples/gui/healthbar": {}, "manuals/atlas": {}, @@ -183588,7 +184228,7 @@ [ "inner_radius", { - "_index": 5054, + "_index": 2606, "data": { "manuals/gui-pie": {}, "manuals/properties": {}, @@ -183600,7 +184240,7 @@ [ "innovative", { - "_index": 6475, + "_index": 6508, "data": { "assets/admob-defold": {} }, @@ -183610,7 +184250,7 @@ [ "input", { - "_index": 37, + "_index": 266, "data": { "assets/defold-mobilehtml5-typing": {}, "assets/defoldinput": {}, @@ -183660,7 +184300,7 @@ [ "input/output", { - "_index": 6892, + "_index": 8418, "data": { "ref/stable/dmResource": {} }, @@ -183670,7 +184310,7 @@ [ "input_binding", { - "_index": 9092, + "_index": 7961, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -183681,7 +184321,7 @@ [ "input_value", { - "_index": 3022, + "_index": 5321, "data": { "manuals/compute": {} }, @@ -183691,7 +184331,7 @@ [ "input_value.rgb", { - "_index": 3024, + "_index": 5323, "data": { "manuals/compute": {} }, @@ -183701,7 +184341,7 @@ [ "inputaction", { - "_index": 9585, + "_index": 9290, "data": { "ref/stable/dmGameObject": {} }, @@ -183711,7 +184351,7 @@ [ "inputresult", { - "_index": 9465, + "_index": 9166, "data": { "ref/stable/dmGameObject": {} }, @@ -183721,7 +184361,7 @@ [ "inputs", { - "_index": 1082, + "_index": 1301, "data": { "manuals/compute": {}, "manuals/editor-scripts-ui": {}, @@ -183738,7 +184378,7 @@ [ "inputtitle", { - "_index": 10729, + "_index": 8948, "data": { "ref/stable/editor": {} }, @@ -183748,7 +184388,7 @@ [ "ins", { - "_index": 5359, + "_index": 5837, "data": { "manuals/macos": {} }, @@ -183758,7 +184398,7 @@ [ "insensitive", { - "_index": 10449, + "_index": 9729, "data": { "ref/stable/dmStringFunc": {} }, @@ -183768,7 +184408,7 @@ [ "insert", { - "_index": 4066, + "_index": 4266, "data": { "manuals/profiling": {}, "manuals/test": {}, @@ -183781,7 +184421,7 @@ [ "inserted", { - "_index": 635, + "_index": 2508, "data": { "manuals/collection-factory": {} }, @@ -183791,7 +184431,7 @@ [ "inserting", { - "_index": 4987, + "_index": 2447, "data": { "manuals/zerobrane": {} }, @@ -183801,7 +184441,7 @@ [ "inserts", { - "_index": 6843, + "_index": 6938, "data": { "ref/stable/table": {} }, @@ -183811,7 +184451,7 @@ [ "inside", { - "_index": 644, + "_index": 411, "data": { "assets/defgraph": {}, "manuals/addressing": {}, @@ -183846,7 +184486,7 @@ [ "inspect", { - "_index": 2330, + "_index": 904, "data": { "manuals/debugging-game-logic": {}, "manuals/debugging-native-code-android": {}, @@ -183863,7 +184503,7 @@ [ "inspected", { - "_index": 2767, + "_index": 4139, "data": { "manuals/application-security": {}, "ref/stable/collectionproxy": {} @@ -183874,7 +184514,7 @@ [ "inspecting", { - "_index": 6015, + "_index": 2378, "data": { "manuals/hot-reload": {} }, @@ -183884,7 +184524,7 @@ [ "inspection", { - "_index": 9503, + "_index": 8686, "data": { "ref/stable/crash": {}, "ref/stable/dmGameObject": {} @@ -183895,7 +184535,7 @@ [ "inspector", { - "_index": 5736, + "_index": 3814, "data": { "manuals/sprite": {} }, @@ -183905,7 +184545,7 @@ [ "inspiration", { - "_index": 1242, + "_index": 1453, "data": { "manuals/editor-scripts-ui": {}, "manuals/shader": {} @@ -183916,7 +184556,7 @@ [ "inspired", { - "_index": 6480, + "_index": 6253, "data": { "assets/defkit": {}, "assets/richtext": {} @@ -183927,7 +184567,7 @@ [ "instal", { - "_index": 9501, + "_index": 9202, "data": { "ref/stable/dmGameObject": {} }, @@ -183937,7 +184577,7 @@ [ "install", { - "_index": 1360, + "_index": 1961, "data": { "assets/apkverifier": {}, "assets/defbuild": {}, @@ -183961,7 +184601,7 @@ [ "installation", { - "_index": 5608, + "_index": 2032, "data": { "manuals/ads": {}, "manuals/editor-preferences": {}, @@ -183973,7 +184613,7 @@ [ "installations:17.2.0", { - "_index": 4118, + "_index": 5547, "data": { "manuals/extensions-gradle": {} }, @@ -183983,7 +184623,7 @@ [ "installed", { - "_index": 1371, + "_index": 1993, "data": { "manuals/android": {}, "manuals/debugging-game-and-system-logs": {}, @@ -184002,7 +184642,7 @@ [ "installer", { - "_index": 4153, + "_index": 3175, "data": { "manuals/bob": {} }, @@ -184012,7 +184652,7 @@ [ "installing", { - "_index": 3445, + "_index": 2985, "data": { "assets/googleplayinstant": {}, "manuals/android": {}, @@ -184027,7 +184667,7 @@ [ "installs", { - "_index": 6263, + "_index": 6361, "data": { "assets/facebook": {} }, @@ -184037,7 +184677,7 @@ [ "instance", { - "_index": 491, + "_index": 914, "data": { "assets/luascriptinstance": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -184094,7 +184734,7 @@ [ "instance_position", { - "_index": 5901, + "_index": 5675, "data": { "manuals/physics-events": {} }, @@ -184104,7 +184744,7 @@ [ "instanced", { - "_index": 4052, + "_index": 4251, "data": { "manuals/profiling": {}, "ref/stable/dmGraphics": {} @@ -184115,7 +184755,7 @@ [ "instanceid", { - "_index": 4922, + "_index": 4794, "data": { "manuals/extender-docker-images": {} }, @@ -184125,7 +184765,7 @@ [ "instances", { - "_index": 717, + "_index": 227, "data": { "manuals/building-blocks": {}, "manuals/collection-factory": {}, @@ -184152,7 +184792,7 @@ [ "instant", { - "_index": 4723, + "_index": 2065, "data": { "assets/facebookinstantgames": {}, "assets/googleplayinstant": {}, @@ -184167,7 +184807,7 @@ [ "instantaneous", { - "_index": 5271, + "_index": 5474, "data": { "manuals/editor-scripts": {}, "ref/stable/sound": {} @@ -184178,7 +184818,7 @@ [ "instantiate", { - "_index": 797, + "_index": 5615, "data": { "manuals/label": {} }, @@ -184188,7 +184828,7 @@ [ "instantiated", { - "_index": 4049, + "_index": 4248, "data": { "manuals/gui-template": {}, "manuals/profiling": {} @@ -184199,7 +184839,7 @@ [ "instantiation", { - "_index": 3260, + "_index": 5068, "data": { "manuals/flash": {} }, @@ -184209,7 +184849,7 @@ [ "instantly", { - "_index": 6728, + "_index": 6551, "data": { "assets/tilesetter": {}, "ref/stable/factory": {}, @@ -184222,7 +184862,7 @@ [ "instead", { - "_index": 429, + "_index": 342, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/app-manifest": {}, @@ -184271,7 +184911,7 @@ [ "instruction", { - "_index": 6145, + "_index": 6204, "data": { "examples/physics/hinge_joint": {}, "examples/physics/pendulum": {} @@ -184282,7 +184922,7 @@ [ "instructions", { - "_index": 387, + "_index": 2272, "data": { "manuals/ads": {}, "manuals/application-security": {}, @@ -184295,7 +184935,7 @@ [ "instructs", { - "_index": 2004, + "_index": 5969, "data": { "manuals/input": {} }, @@ -184305,7 +184945,7 @@ [ "instruments", { - "_index": 4074, + "_index": 4272, "data": { "manuals/profiling": {} }, @@ -184315,7 +184955,7 @@ [ "int", { - "_index": 4821, + "_index": 4621, "data": { "manuals/debugging-native-code": {}, "manuals/extensions": {}, @@ -184338,7 +184978,7 @@ [ "int/out", { - "_index": 10505, + "_index": 9092, "data": { "ref/stable/dmDDF": {} }, @@ -184348,7 +184988,7 @@ [ "int32_atomic_t", { - "_index": 6859, + "_index": 9066, "data": { "ref/stable/dmAtomic": {} }, @@ -184358,7 +184998,7 @@ [ "int32_t", { - "_index": 6860, + "_index": 8031, "data": { "ref/stable/dmAndroid": {}, "ref/stable/dmAtomic": {}, @@ -184373,7 +185013,7 @@ [ "int64_t", { - "_index": 10342, + "_index": 8789, "data": { "ref/stable/dmProfile": {} }, @@ -184383,7 +185023,7 @@ [ "intact", { - "_index": 4457, + "_index": 406, "data": { "manuals/gui": {} }, @@ -184393,7 +185033,7 @@ [ "integer", { - "_index": 2137, + "_index": 3713, "data": { "manuals/input-mouse-and-touch": {}, "manuals/project-settings": {}, @@ -184419,7 +185059,7 @@ [ "integer_field", { - "_index": 3918, + "_index": 1397, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -184427,10 +185067,20 @@ "type": {} } ], + [ + "integerdefault", + { + "_index": 8849, + "data": { + "ref/stable/editor": {} + }, + "type": {} + } + ], [ "integeres", { - "_index": 3921, + "_index": 1400, "data": { "manuals/editor-scripts-ui": {} }, @@ -184440,7 +185090,7 @@ [ "integerhow", { - "_index": 10689, + "_index": 8908, "data": { "ref/stable/editor": {} }, @@ -184450,7 +185100,7 @@ [ "integers", { - "_index": 8234, + "_index": 7106, "data": { "ref/stable/base": {}, "ref/stable/editor": {}, @@ -184464,7 +185114,7 @@ [ "integral", { - "_index": 9759, + "_index": 7282, "data": { "ref/stable/math": {} }, @@ -184474,7 +185124,7 @@ [ "integrate", { - "_index": 1255, + "_index": 2264, "data": { "assets/ump": {}, "manuals/ads": {}, @@ -184488,7 +185138,7 @@ [ "integrated", { - "_index": 5814, + "_index": 5557, "data": { "manuals/editor": {} }, @@ -184498,7 +185148,7 @@ [ "integrates", { - "_index": 6642, + "_index": 6624, "data": { "assets/pp": {} }, @@ -184508,7 +185158,7 @@ [ "integration", { - "_index": 392, + "_index": 2273, "data": { "assets/lua-language-server": {}, "manuals/ads": {}, @@ -184520,7 +185170,7 @@ [ "integrations", { - "_index": 2849, + "_index": 3799, "data": { "manuals/application-security": {}, "manuals/nintendo-switch": {}, @@ -184532,7 +185182,7 @@ [ "integrity", { - "_index": 2822, + "_index": 4181, "data": { "manuals/application-security": {}, "ref/stable/liveupdate": {} @@ -184543,7 +185193,7 @@ [ "intel", { - "_index": 8463, + "_index": 9661, "data": { "ref/stable/sys": {} }, @@ -184553,7 +185203,7 @@ [ "intellij", { - "_index": 6360, + "_index": 6542, "data": { "assets/defold-api-emmylua": {} }, @@ -184563,7 +185213,7 @@ [ "intend", { - "_index": 2293, + "_index": 835, "data": { "manuals/editor-scripts-ui": {}, "manuals/html5": {}, @@ -184576,7 +185226,7 @@ [ "intended", { - "_index": 3871, + "_index": 1328, "data": { "manuals/editor-scripts": {}, "manuals/editor-scripts-ui": {}, @@ -184591,7 +185241,7 @@ [ "intensive", { - "_index": 3733, + "_index": 1865, "data": { "manuals/render": {}, "manuals/writing-code": {} @@ -184602,7 +185252,7 @@ [ "intention", { - "_index": 7329, + "_index": 7871, "data": { "ref/stable/gui": {}, "ref/stable/resource": {} @@ -184613,7 +185263,7 @@ [ "inter", { - "_index": 6730, + "_index": 6702, "data": { "assets/iac": {} }, @@ -184623,7 +185273,7 @@ [ "interact", { - "_index": 2175, + "_index": 1008, "data": { "assets/defcon": {}, "assets/defpro": {}, @@ -184640,7 +185290,7 @@ [ "interacted", { - "_index": 5284, + "_index": 5485, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -184651,7 +185301,7 @@ [ "interacting", { - "_index": 2085, + "_index": 1072, "data": { "examples/physics/trigger": {}, "manuals/editor": {}, @@ -184664,7 +185314,7 @@ [ "interaction", { - "_index": 1777, + "_index": 1378, "data": { "manuals/collection-proxy": {}, "manuals/debugging-game-logic": {}, @@ -184688,7 +185338,7 @@ [ "interactions", { - "_index": 3908, + "_index": 1386, "data": { "assets/defoldgridengine": {}, "manuals/collection-proxy": {}, @@ -184704,7 +185354,7 @@ [ "interactive", { - "_index": 3846, + "_index": 1262, "data": { "assets/defarc": {}, "assets/defork": {}, @@ -184720,7 +185370,7 @@ [ "interacts", { - "_index": 5289, + "_index": 4564, "data": { "manuals/editor-scripts": {}, "manuals/glossary": {}, @@ -184734,7 +185384,7 @@ [ "interested", { - "_index": 5193, + "_index": 5398, "data": { "manuals/editor-scripts": {} }, @@ -184744,7 +185394,7 @@ [ "interesting", { - "_index": 3011, + "_index": 5311, "data": { "manuals/compute": {} }, @@ -184754,7 +185404,7 @@ [ "interface", { - "_index": 3530, + "_index": 1590, "data": { "assets/adswrapper": {}, "assets/dear-imgui": {}, @@ -184779,7 +185429,7 @@ [ "interface#gui", { - "_index": 3534, + "_index": 1595, "data": { "manuals/message-passing": {} }, @@ -184789,7 +185439,7 @@ [ "interfaces", { - "_index": 5855, + "_index": 4561, "data": { "manuals/glossary": {}, "ref/stable/socket": {}, @@ -184801,7 +185451,7 @@ [ "interfere", { - "_index": 6419, + "_index": 6322, "data": { "assets/safearea": {} }, @@ -184811,7 +185461,7 @@ [ "interleaved", { - "_index": 10541, + "_index": 10652, "data": { "ref/stable/dmBuffer": {} }, @@ -184821,7 +185471,7 @@ [ "intermediate", { - "_index": 8629, + "_index": 10221, "data": { "ref/stable/dmHash": {} }, @@ -184831,7 +185481,7 @@ [ "internal", { - "_index": 2079, + "_index": 1062, "data": { "assets/derez": {}, "manuals/addressing": {}, @@ -184862,7 +185512,7 @@ [ "internal/%platform%/build.zip", { - "_index": 4976, + "_index": 4778, "data": { "manuals/extensions": {} }, @@ -184872,7 +185522,7 @@ [ "internal/cache/arm64", { - "_index": 6076, + "_index": 4895, "data": { "manuals/debugging-native-code-ios": {} }, @@ -184882,7 +185532,7 @@ [ "internally", { - "_index": 489, + "_index": 1813, "data": { "manuals/font": {}, "manuals/model-animation": {}, @@ -184899,17 +185549,27 @@ [ "internals", { - "_index": 5118, + "_index": 5215, "data": { "manuals/lua": {} }, "type": {} } ], + [ + "interned", + { + "_index": 8851, + "data": { + "ref/stable/editor": {} + }, + "type": {} + } + ], [ "internet", { - "_index": 2226, + "_index": 719, "data": { "manuals/android": {}, "manuals/html5": {}, @@ -184921,7 +185581,7 @@ [ "interpolate", { - "_index": 1034, + "_index": 2699, "data": { "manuals/shader": {}, "ref/stable/dmVMath": {}, @@ -184933,7 +185593,7 @@ [ "interpolated", { - "_index": 468, + "_index": 2691, "data": { "manuals/importing-models": {}, "manuals/model-animation": {}, @@ -184947,7 +185607,7 @@ [ "interpolates", { - "_index": 2901, + "_index": 3780, "data": { "examples/render/orbit_camera": {}, "manuals/material": {}, @@ -184961,7 +185621,7 @@ [ "interpolation", { - "_index": 472, + "_index": 4505, "data": { "manuals/flash": {}, "manuals/importing-models": {}, @@ -184977,7 +185637,7 @@ [ "interpolations", { - "_index": 8318, + "_index": 7017, "data": { "ref/stable/vmath": {} }, @@ -184987,7 +185647,7 @@ [ "interpret", { - "_index": 5857, + "_index": 4565, "data": { "manuals/glossary": {}, "ref/stable/base": {} @@ -184998,7 +185658,7 @@ [ "interpreted", { - "_index": 10420, + "_index": 10707, "data": { "ref/stable/base": {} }, @@ -185008,7 +185668,7 @@ [ "interpreter", { - "_index": 8110, + "_index": 7119, "data": { "ref/stable/base": {}, "ref/stable/socket": {}, @@ -185020,7 +185680,7 @@ [ "interrogation", { - "_index": 7268, + "_index": 9382, "data": { "ref/stable/package": {} }, @@ -185030,7 +185690,7 @@ [ "intersect", { - "_index": 5934, + "_index": 1005, "data": { "manuals/physics-ray-casts": {}, "ref/stable/dmIntersection": {}, @@ -185042,7 +185702,7 @@ [ "intersection", { - "_index": 8649, + "_index": 9443, "data": { "ref/stable/dmIntersection": {} }, @@ -185052,7 +185712,7 @@ [ "intersections", { - "_index": 6188, + "_index": 6131, "data": { "examples/debug/physics": {}, "ref/stable/physics": {} @@ -185063,7 +185723,7 @@ [ "interstitial", { - "_index": 6585, + "_index": 6358, "data": { "assets/defvungle": {} }, @@ -185073,7 +185733,7 @@ [ "interval", { - "_index": 1731, + "_index": 3559, "data": { "manuals/porting-guidelines": {}, "manuals/sound": {}, @@ -185087,7 +185747,7 @@ [ "intervalls", { - "_index": 10839, + "_index": 10263, "data": { "ref/stable/profiler": {} }, @@ -185097,7 +185757,7 @@ [ "intervals", { - "_index": 5533, + "_index": 3859, "data": { "manuals/physics": {}, "ref/stable/go": {} @@ -185108,7 +185768,7 @@ [ "intial", { - "_index": 6206, + "_index": 6160, "data": { "examples/particles/fire_and_smoke": {} }, @@ -185118,7 +185778,7 @@ [ "into", { - "_index": 297, + "_index": 555, "data": { "assets/asefold": {}, "assets/drawpixels": {}, @@ -185209,7 +185869,8 @@ "ref/stable/socket": {}, "ref/stable/string": {}, "ref/stable/sys": {}, - "ref/stable/tilemap": {} + "ref/stable/tilemap": {}, + "ref/stable/vmath": {} }, "type": {} } @@ -185217,7 +185878,7 @@ [ "intriguing", { - "_index": 6424, + "_index": 6383, "data": { "assets/defork": {} }, @@ -185227,7 +185888,7 @@ [ "introduce", { - "_index": 3673, + "_index": 1768, "data": { "manuals/importing-assets": {}, "manuals/render": {}, @@ -185239,7 +185900,7 @@ [ "introduced", { - "_index": 1771, + "_index": 4881, "data": { "manuals/porting-guidelines": {} }, @@ -185249,7 +185910,7 @@ [ "introduction", { - "_index": 3580, + "_index": 5596, "data": { "assets/tactxstudios": {}, "manuals/introduction": {} @@ -185260,7 +185921,7 @@ [ "introductory", { - "_index": 6498, + "_index": 6628, "data": { "assets/tactxstudios": {} }, @@ -185270,7 +185931,7 @@ [ "inv", { - "_index": 6046, + "_index": 3459, "data": { "manuals/camera": {}, "ref/stable/dmTransform": {}, @@ -185282,7 +185943,7 @@ [ "inv.m00", { - "_index": 6048, + "_index": 3461, "data": { "manuals/camera": {} }, @@ -185292,7 +185953,7 @@ [ "inv.m01", { - "_index": 6049, + "_index": 3462, "data": { "manuals/camera": {} }, @@ -185302,7 +185963,7 @@ [ "inv.m02", { - "_index": 6050, + "_index": 3463, "data": { "manuals/camera": {} }, @@ -185312,7 +185973,7 @@ [ "inv.m03", { - "_index": 6051, + "_index": 3464, "data": { "manuals/camera": {} }, @@ -185322,7 +185983,7 @@ [ "inv.m10", { - "_index": 6052, + "_index": 3465, "data": { "manuals/camera": {} }, @@ -185332,7 +185993,7 @@ [ "inv.m11", { - "_index": 6053, + "_index": 3466, "data": { "manuals/camera": {} }, @@ -185342,7 +186003,7 @@ [ "inv.m12", { - "_index": 6054, + "_index": 3467, "data": { "manuals/camera": {} }, @@ -185352,7 +186013,7 @@ [ "inv.m13", { - "_index": 6055, + "_index": 3468, "data": { "manuals/camera": {} }, @@ -185362,7 +186023,7 @@ [ "inv.m20", { - "_index": 6056, + "_index": 3469, "data": { "manuals/camera": {} }, @@ -185372,7 +186033,7 @@ [ "inv.m21", { - "_index": 6057, + "_index": 3470, "data": { "manuals/camera": {} }, @@ -185382,7 +186043,7 @@ [ "inv.m22", { - "_index": 6058, + "_index": 3471, "data": { "manuals/camera": {} }, @@ -185392,7 +186053,7 @@ [ "inv.m23", { - "_index": 6059, + "_index": 3472, "data": { "manuals/camera": {} }, @@ -185402,7 +186063,7 @@ [ "invalid", { - "_index": 4276, + "_index": 3938, "data": { "manuals/debugging-native-code-android": {}, "manuals/live-update-scripting": {}, @@ -185413,6 +186074,7 @@ "ref/stable/dmHid": {}, "ref/stable/dmSocket": {}, "ref/stable/liveupdate": {}, + "ref/stable/render": {}, "ref/stable/timer": {} }, "type": {} @@ -185421,7 +186083,7 @@ [ "invalid_gamepad_handle", { - "_index": 7165, + "_index": 9492, "data": { "ref/stable/dmHid": {} }, @@ -185431,7 +186093,7 @@ [ "invalid_handle", { - "_index": 9991, + "_index": 8134, "data": { "ref/stable/dmGui": {} }, @@ -185441,7 +186103,7 @@ [ "invalid_instance_pool_index", { - "_index": 9586, + "_index": 9291, "data": { "ref/stable/dmGameObject": {} }, @@ -185451,7 +186113,7 @@ [ "invalid_keyboard_handle", { - "_index": 7167, + "_index": 9494, "data": { "ref/stable/dmHid": {} }, @@ -185461,7 +186123,7 @@ [ "invalid_mouse_handle", { - "_index": 7169, + "_index": 9496, "data": { "ref/stable/dmHid": {} }, @@ -185471,7 +186133,7 @@ [ "invalid_socket_handle", { - "_index": 7717, + "_index": 8764, "data": { "ref/stable/dmSSLSocket": {}, "ref/stable/dmSocket": {} @@ -185482,7 +186144,7 @@ [ "invalid_stream_offset", { - "_index": 10242, + "_index": 6842, "data": { "ref/stable/dmGraphics": {} }, @@ -185492,7 +186154,7 @@ [ "invalid_timer_handle", { - "_index": 9982, + "_index": 7376, "data": { "ref/stable/timer": {} }, @@ -185502,7 +186164,7 @@ [ "invalid_touchdevice_handle", { - "_index": 7171, + "_index": 9498, "data": { "ref/stable/dmHid": {} }, @@ -185512,7 +186174,7 @@ [ "inverse", { - "_index": 5600, + "_index": 3912, "data": { "manuals/font": {}, "ref/stable/dmVMath": {}, @@ -185524,7 +186186,7 @@ [ "inversely", { - "_index": 4447, + "_index": 356, "data": { "manuals/gui": {}, "ref/stable/sound": {} @@ -185535,7 +186197,7 @@ [ "invert", { - "_index": 4463, + "_index": 430, "data": { "manuals/gui": {}, "ref/stable/dmTransform": {}, @@ -185547,7 +186209,7 @@ [ "inverted", { - "_index": 4427, + "_index": 223, "data": { "assets/defold-3D-outline-shader": {}, "manuals/gui": {}, @@ -185560,7 +186222,7 @@ [ "inverts", { - "_index": 7974, + "_index": 8622, "data": { "ref/stable/render": {} }, @@ -185570,7 +186232,7 @@ [ "investigate", { - "_index": 4084, + "_index": 4282, "data": { "manuals/profiling": {} }, @@ -185580,7 +186242,7 @@ [ "invincible", { - "_index": 7068, + "_index": 7491, "data": { "ref/stable/physics": {} }, @@ -185590,7 +186252,7 @@ [ "invisible", { - "_index": 6154, + "_index": 6210, "data": { "examples/physics/trigger": {}, "ref/stable/gui": {} @@ -185601,7 +186263,7 @@ [ "invite", { - "_index": 6454, + "_index": 6526, "data": { "assets/facebookinstantgames": {} }, @@ -185611,7 +186273,7 @@ [ "invocation", { - "_index": 2961, + "_index": 1503, "data": { "assets/iac": {}, "manuals/compute": {}, @@ -185625,7 +186287,7 @@ [ "invocations", { - "_index": 2959, + "_index": 5276, "data": { "manuals/compute": {}, "ref/stable/render": {} @@ -185636,7 +186298,7 @@ [ "invoke", { - "_index": 4224, + "_index": 3267, "data": { "manuals/bob": {}, "manuals/debugging-native-code-android": {} @@ -185647,7 +186309,7 @@ [ "invoked", { - "_index": 3034, + "_index": 1409, "data": { "manuals/compute": {}, "manuals/editor-scripts-ui": {}, @@ -185661,7 +186323,7 @@ [ "invoker", { - "_index": 10049, + "_index": 6959, "data": { "ref/stable/model": {}, "ref/stable/sound": {}, @@ -185673,7 +186335,7 @@ [ "invokes", { - "_index": 5202, + "_index": 5407, "data": { "manuals/editor-scripts": {} }, @@ -185683,7 +186345,7 @@ [ "invoking", { - "_index": 4001, + "_index": 1551, "data": { "manuals/bob": {}, "manuals/editor-scripts-ui": {}, @@ -185697,7 +186359,7 @@ [ "involved", { - "_index": 3377, + "_index": 5150, "data": { "manuals/flash": {}, "manuals/macos": {}, @@ -185709,7 +186371,7 @@ [ "involves", { - "_index": 4596, + "_index": 5869, "data": { "manuals/debugging-game-logic": {} }, @@ -185719,7 +186381,7 @@ [ "io", { - "_index": 5078, + "_index": 3677, "data": { "manuals/editor-scripts": {}, "manuals/file-access": {}, @@ -185732,7 +186394,7 @@ [ "io.close", { - "_index": 8585, + "_index": 9460, "data": { "ref/stable/io": {} }, @@ -185742,7 +186404,7 @@ [ "io.flush", { - "_index": 8586, + "_index": 9461, "data": { "ref/stable/io": {} }, @@ -185752,7 +186414,7 @@ [ "io.input", { - "_index": 8587, + "_index": 9462, "data": { "ref/stable/io": {} }, @@ -185762,7 +186424,7 @@ [ "io.lines", { - "_index": 8576, + "_index": 9452, "data": { "ref/stable/io": {} }, @@ -185772,7 +186434,7 @@ [ "io.open", { - "_index": 5163, + "_index": 5367, "data": { "manuals/editor-scripts": {}, "ref/stable/io": {} @@ -185783,7 +186445,7 @@ [ "io.output", { - "_index": 8591, + "_index": 9468, "data": { "ref/stable/io": {} }, @@ -185793,7 +186455,7 @@ [ "io.popen", { - "_index": 8592, + "_index": 9469, "data": { "ref/stable/io": {} }, @@ -185803,7 +186465,7 @@ [ "io.read", { - "_index": 8595, + "_index": 9472, "data": { "ref/stable/io": {} }, @@ -185813,7 +186475,7 @@ [ "io.tmpfile", { - "_index": 5139, + "_index": 5344, "data": { "manuals/editor-scripts": {}, "ref/stable/io": {}, @@ -185825,7 +186487,7 @@ [ "io.type", { - "_index": 8597, + "_index": 9474, "data": { "ref/stable/io": {} }, @@ -185835,7 +186497,7 @@ [ "io.write", { - "_index": 8599, + "_index": 9476, "data": { "ref/stable/io": {} }, @@ -185845,7 +186507,7 @@ [ "ios", { - "_index": 1293, + "_index": 1920, "data": { "assets/adinfo": {}, "assets/applovin-max": {}, @@ -185890,7 +186552,7 @@ [ "ios/build.zip", { - "_index": 6077, + "_index": 4896, "data": { "manuals/debugging-native-code-ios": {} }, @@ -185900,7 +186562,7 @@ [ "ip", { - "_index": 5972, + "_index": 3593, "data": { "manuals/socket-connections": {}, "ref/stable/socket": {}, @@ -185912,7 +186574,7 @@ [ "ip>:8002", { - "_index": 8525, + "_index": 9721, "data": { "ref/stable/sys": {} }, @@ -185922,7 +186584,7 @@ [ "ipa", { - "_index": 3486, + "_index": 3030, "data": { "manuals/bundling": {}, "manuals/debugging-game-and-system-logs": {}, @@ -185935,7 +186597,7 @@ [ "ipad", { - "_index": 5644, + "_index": 2145, "data": { "manuals/optimization-size": {} }, @@ -185945,7 +186607,7 @@ [ "ipairs", { - "_index": 2146, + "_index": 3527, "data": { "manuals/application-security": {}, "manuals/factory": {}, @@ -185964,7 +186626,7 @@ [ "iphone", { - "_index": 3446, + "_index": 2031, "data": { "manuals/debugging-native-code-ios": {}, "manuals/editor-preferences": {}, @@ -185978,7 +186640,7 @@ [ "iphone/android", { - "_index": 5690, + "_index": 3523, "data": { "manuals/sound": {} }, @@ -185988,7 +186650,7 @@ [ "iphone5c", { - "_index": 3462, + "_index": 3003, "data": { "manuals/ios": {} }, @@ -185998,7 +186660,7 @@ [ "iphoneos", { - "_index": 8008, + "_index": 9866, "data": { "ref/stable/dmExtension": {} }, @@ -186008,7 +186670,7 @@ [ "iphoneos/icons.app/assets.car", { - "_index": 3484, + "_index": 3028, "data": { "manuals/ios": {} }, @@ -186018,7 +186680,7 @@ [ "iphonesimulator/your", { - "_index": 3470, + "_index": 3012, "data": { "manuals/ios": {} }, @@ -186028,7 +186690,7 @@ [ "ipv4", { - "_index": 245, + "_index": 5245, "data": { "manuals/networking": {}, "ref/stable/dmSocket": {}, @@ -186040,7 +186702,7 @@ [ "ipv6", { - "_index": 246, + "_index": 5246, "data": { "manuals/networking": {}, "ref/stable/dmSocket": {}, @@ -186052,7 +186714,7 @@ [ "ironsource", { - "_index": 5754, + "_index": 2269, "data": { "assets/ironsource": {}, "assets/ironsource-official": {}, @@ -186064,7 +186726,7 @@ [ "irregular", { - "_index": 5534, + "_index": 3860, "data": { "manuals/physics": {} }, @@ -186074,7 +186736,7 @@ [ "is", { - "_index": 33, + "_index": 20, "data": { "assets/adinfo": {}, "assets/adswrapper": {}, @@ -186348,7 +187010,7 @@ [ "is_active", { - "_index": 8906, + "_index": 10152, "data": { "ref/stable/b2d.body": {} }, @@ -186358,7 +187020,7 @@ [ "is_awake", { - "_index": 8908, + "_index": 10154, "data": { "ref/stable/b2d.body": {} }, @@ -186368,7 +187030,7 @@ [ "is_bullet", { - "_index": 8911, + "_index": 10157, "data": { "ref/stable/b2d.body": {} }, @@ -186378,7 +187040,7 @@ [ "is_debug", { - "_index": 4734, + "_index": 4712, "data": { "manuals/bundling": {}, "ref/stable/sys": {} @@ -186389,7 +187051,7 @@ [ "is_directory", { - "_index": 10652, + "_index": 8836, "data": { "ref/stable/editor": {} }, @@ -186399,7 +187061,7 @@ [ "is_enabled", { - "_index": 9262, + "_index": 7793, "data": { "ref/stable/gui": {} }, @@ -186409,7 +187071,7 @@ [ "is_file", { - "_index": 10651, + "_index": 8835, "data": { "ref/stable/editor": {} }, @@ -186419,7 +187081,7 @@ [ "is_fixed_rotation", { - "_index": 8913, + "_index": 10159, "data": { "ref/stable/b2d.body": {} }, @@ -186429,7 +187091,7 @@ [ "is_hash", { - "_index": 10621, + "_index": 10731, "data": { "ref/stable/types": {} }, @@ -186439,7 +187101,7 @@ [ "is_invincible", { - "_index": 7066, + "_index": 7489, "data": { "ref/stable/physics": {} }, @@ -186449,7 +187111,7 @@ [ "is_matrix4", { - "_index": 10623, + "_index": 10733, "data": { "ref/stable/types": {} }, @@ -186459,7 +187121,7 @@ [ "is_music_playing", { - "_index": 10042, + "_index": 10765, "data": { "ref/stable/sound": {} }, @@ -186469,7 +187131,7 @@ [ "is_phone_call_active", { - "_index": 10045, + "_index": 10768, "data": { "ref/stable/sound": {} }, @@ -186479,7 +187141,7 @@ [ "is_quat", { - "_index": 10625, + "_index": 10735, "data": { "ref/stable/types": {} }, @@ -186489,7 +187151,7 @@ [ "is_sleeping_allowed", { - "_index": 8915, + "_index": 10161, "data": { "ref/stable/b2d.body": {} }, @@ -186499,7 +187161,7 @@ [ "is_url", { - "_index": 10627, + "_index": 10737, "data": { "ref/stable/types": {} }, @@ -186509,7 +187171,7 @@ [ "is_using_liveupdate_data", { - "_index": 6784, + "_index": 9776, "data": { "ref/stable/liveupdate": {} }, @@ -186519,7 +187181,7 @@ [ "is_vector", { - "_index": 10629, + "_index": 10739, "data": { "ref/stable/types": {} }, @@ -186529,7 +187191,7 @@ [ "is_vector3", { - "_index": 10631, + "_index": 10741, "data": { "ref/stable/types": {} }, @@ -186539,7 +187201,7 @@ [ "is_vector4", { - "_index": 10633, + "_index": 10743, "data": { "ref/stable/types": {} }, @@ -186549,7 +187211,7 @@ [ "isattached", { - "_index": 7636, + "_index": 8020, "data": { "ref/stable/dmAndroid": {} }, @@ -186559,7 +187221,7 @@ [ "isbone", { - "_index": 9589, + "_index": 9294, "data": { "ref/stable/dmGameObject": {} }, @@ -186569,7 +187231,7 @@ [ "isbuffer", { - "_index": 8754, + "_index": 10823, "data": { "ref/stable/dmScript": {} }, @@ -186579,7 +187241,7 @@ [ "isbuffervalid", { - "_index": 10561, + "_index": 10672, "data": { "ref/stable/dmBuffer": {} }, @@ -186589,7 +187251,7 @@ [ "iscallbackvalid", { - "_index": 8756, + "_index": 10825, "data": { "ref/stable/dmScript": {} }, @@ -186599,7 +187261,7 @@ [ "isdst", { - "_index": 8540, + "_index": 10005, "data": { "ref/stable/os": {} }, @@ -186609,7 +187271,7 @@ [ "isextensionsupported", { - "_index": 10262, + "_index": 6863, "data": { "ref/stable/dmGraphics": {} }, @@ -186619,7 +187281,7 @@ [ "ishash", { - "_index": 8758, + "_index": 10827, "data": { "ref/stable/dmScript": {} }, @@ -186629,7 +187291,7 @@ [ "isindexbufferformatsupported", { - "_index": 10263, + "_index": 6864, "data": { "ref/stable/dmGraphics": {} }, @@ -186639,7 +187301,7 @@ [ "isinstancevalid", { - "_index": 8760, + "_index": 10829, "data": { "ref/stable/dmScript": {} }, @@ -186649,7 +187311,7 @@ [ "ismatrix4", { - "_index": 8764, + "_index": 10832, "data": { "ref/stable/dmScript": {} }, @@ -186659,7 +187321,7 @@ [ "isn't", { - "_index": 187, + "_index": 718, "data": { "manuals/compute": {}, "manuals/html5": {}, @@ -186677,7 +187339,7 @@ [ "isn\u2019t", { - "_index": 1639, + "_index": 4828, "data": { "manuals/porting-guidelines": {} }, @@ -186687,7 +187349,7 @@ [ "iso", { - "_index": 8446, + "_index": 9645, "data": { "ref/stable/sys": {} }, @@ -186697,7 +187359,7 @@ [ "isquat", { - "_index": 8766, + "_index": 10834, "data": { "ref/stable/dmScript": {} }, @@ -186707,7 +187369,7 @@ [ "issocketvalid", { - "_index": 10485, + "_index": 7329, "data": { "ref/stable/dmMessage": {} }, @@ -186717,11 +187379,10 @@ [ "issue", { - "_index": 1907, + "_index": 1416, "data": { "manuals/editor-scripts-ui": {}, "manuals/getting-help": {}, - "manuals/gui-template": {}, "manuals/ios": {}, "manuals/physics-objects": {}, "manuals/version-control": {}, @@ -186735,7 +187396,7 @@ [ "issue_severity", { - "_index": 10778, + "_index": 8998, "data": { "ref/stable/editor": {} }, @@ -186745,7 +187406,7 @@ [ "issued", { - "_index": 7049, + "_index": 7472, "data": { "ref/stable/physics": {}, "ref/stable/socket": {} @@ -186756,7 +187417,7 @@ [ "issues", { - "_index": 1175, + "_index": 705, "data": { "manuals/collection-proxy": {}, "manuals/debugging": {}, @@ -186773,20 +187434,10 @@ "type": {} } ], - [ - "issues/issues/1124", - { - "_index": 4744, - "data": { - "manuals/gui-template": {} - }, - "type": {} - } - ], [ "issues/not", { - "_index": 4833, + "_index": 4812, "data": { "manuals/importing-models": {} }, @@ -186796,7 +187447,7 @@ [ "issuing", { - "_index": 8478, + "_index": 9676, "data": { "ref/stable/sys": {} }, @@ -186806,7 +187457,7 @@ [ "istextureformatsupported", { - "_index": 10266, + "_index": 6867, "data": { "ref/stable/dmGraphics": {} }, @@ -186816,7 +187467,7 @@ [ "isvector3", { - "_index": 8768, + "_index": 10836, "data": { "ref/stable/dmScript": {} }, @@ -186826,7 +187477,7 @@ [ "isvector4", { - "_index": 8770, + "_index": 10838, "data": { "ref/stable/dmScript": {} }, @@ -186836,7 +187487,7 @@ [ "it", { - "_index": 32, + "_index": 107, "data": { "assets/adswrapper": {}, "assets/compat53": {}, @@ -187033,7 +187684,7 @@ [ "it's", { - "_index": 1586, + "_index": 55, "data": { "assets/scene3d": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -187075,7 +187726,7 @@ [ "it.by", { - "_index": 10644, + "_index": 8826, "data": { "ref/stable/editor": {} }, @@ -187085,7 +187736,7 @@ [ "italian", { - "_index": 1633, + "_index": 4824, "data": { "manuals/porting-guidelines": {} }, @@ -187095,7 +187746,7 @@ [ "italic", { - "_index": 3131, + "_index": 2416, "data": { "manuals/editor-styling": {} }, @@ -187105,7 +187756,7 @@ [ "itch.io", { - "_index": 5340, + "_index": 5819, "data": { "manuals/macos": {} }, @@ -187115,7 +187766,7 @@ [ "item", { - "_index": 2049, + "_index": 2834, "data": { "manuals/atlas": {}, "manuals/editor": {}, @@ -187127,10 +187778,20 @@ "type": {} } ], + [ + "item[]default", + { + "_index": 8840, + "data": { + "ref/stable/editor": {} + }, + "type": {} + } + ], [ "items", { - "_index": 2967, + "_index": 4595, "data": { "assets/editor-script-align": {}, "assets/editor-script-components": {}, @@ -187143,6 +187804,7 @@ "manuals/glossary": {}, "ref/stable/dmGameObject": {}, "ref/stable/dmScript": {}, + "ref/stable/editor": {}, "ref/stable/render": {} }, "type": {} @@ -187151,7 +187813,7 @@ [ "iterate", { - "_index": 2920, + "_index": 1875, "data": { "manuals/lua": {}, "manuals/material": {}, @@ -187168,7 +187830,7 @@ [ "iteratenamedconstants", { - "_index": 7486, + "_index": 10932, "data": { "ref/stable/dmRender": {} }, @@ -187178,7 +187840,7 @@ [ "iterates", { - "_index": 7487, + "_index": 9464, "data": { "ref/stable/dmRender": {}, "ref/stable/io": {} @@ -187189,7 +187851,7 @@ [ "iterating", { - "_index": 9456, + "_index": 9157, "data": { "ref/stable/dmGameObject": {} }, @@ -187199,7 +187861,7 @@ [ "iteration", { - "_index": 4332, + "_index": 5957, "data": { "manuals/design": {}, "ref/stable/string": {} @@ -187210,7 +187872,7 @@ [ "iterative", { - "_index": 1884, + "_index": 2292, "data": { "manuals/design": {}, "manuals/dev-app": {}, @@ -187222,7 +187884,7 @@ [ "iterator", { - "_index": 7250, + "_index": 7134, "data": { "ref/stable/base": {}, "ref/stable/coroutine": {}, @@ -187237,7 +187899,7 @@ [ "itms", { - "_index": 3480, + "_index": 3024, "data": { "manuals/ios": {} }, @@ -187247,7 +187909,7 @@ [ "its", { - "_index": 173, + "_index": 244, "data": { "examples/gui/layouts": {}, "examples/gui/slice9": {}, @@ -187306,7 +187968,8 @@ "ref/stable/sound": {}, "ref/stable/sprite": {}, "ref/stable/string": {}, - "ref/stable/table": {} + "ref/stable/table": {}, + "ref/stable/vmath": {} }, "type": {} } @@ -187314,7 +187977,7 @@ [ "itself", { - "_index": 1549, + "_index": 1495, "data": { "manuals/android": {}, "manuals/application-security": {}, @@ -187344,7 +188007,7 @@ [ "itunes", { - "_index": 3411, + "_index": 2944, "data": { "manuals/debugging-native-code": {}, "manuals/debugging-native-code-ios": {}, @@ -187358,7 +188021,7 @@ [ "it\u2019s", { - "_index": 2715, + "_index": 5739, "data": { "assets/facebookinstantgames": {}, "manuals/modules": {} @@ -187369,7 +188032,7 @@ [ "ivec2", { - "_index": 3013, + "_index": 5312, "data": { "manuals/compute": {} }, @@ -187379,7 +188042,7 @@ [ "ivf", { - "_index": 8393, + "_index": 9592, "data": { "ref/stable/sys": {} }, @@ -187389,7 +188052,7 @@ [ "j", { - "_index": 2750, + "_index": 4126, "data": { "manuals/application-security": {}, "ref/stable/base": {}, @@ -187403,7 +188066,7 @@ [ "j\u0001end", { - "_index": 2749, + "_index": 4125, "data": { "manuals/application-security": {} }, @@ -187413,7 +188076,7 @@ [ "jam", { - "_index": 6659, + "_index": 6595, "data": { "assets/lowrezjamtemplate": {} }, @@ -187423,7 +188086,7 @@ [ "jan", { - "_index": 10071, + "_index": 9836, "data": { "ref/stable/dmTime": {} }, @@ -187433,7 +188096,7 @@ [ "january", { - "_index": 8219, + "_index": 10595, "data": { "ref/stable/socket": {} }, @@ -187443,7 +188106,7 @@ [ "japanese", { - "_index": 3778, + "_index": 1921, "data": { "manuals/input-key-and-text": {} }, @@ -187453,7 +188116,7 @@ [ "jar", { - "_index": 770, + "_index": 3180, "data": { "manuals/bob": {}, "manuals/caching-assets": {}, @@ -187465,7 +188128,7 @@ [ "jars", { - "_index": 1439, + "_index": 4063, "data": { "manuals/extender-local-setup": {} }, @@ -187475,7 +188138,7 @@ [ "jars__", { - "_index": 1420, + "_index": 4046, "data": { "manuals/extender-local-setup": {} }, @@ -187485,7 +188148,7 @@ [ "java", { - "_index": 769, + "_index": 3178, "data": { "manuals/bob": {}, "manuals/caching-assets": {}, @@ -187500,7 +188163,7 @@ [ "java.exe", { - "_index": 4154, + "_index": 3179, "data": { "manuals/bob": {} }, @@ -187510,7 +188173,7 @@ [ "javascript", { - "_index": 2296, + "_index": 839, "data": { "assets/webmonetization": {}, "manuals/file-access": {}, @@ -187525,7 +188188,7 @@ [ "javascriptcore", { - "_index": 1309, + "_index": 4669, "data": { "manuals/extensions-ext-manifests": {} }, @@ -187535,7 +188198,7 @@ [ "javavm", { - "_index": 10198, + "_index": 6794, "data": { "ref/stable/dmGraphics": {} }, @@ -187545,7 +188208,7 @@ [ "jclass", { - "_index": 7638, + "_index": 8022, "data": { "ref/stable/dmAndroid": {} }, @@ -187555,7 +188218,7 @@ [ "jelly", { - "_index": 2935, + "_index": 5263, "data": { "manuals/compute": {} }, @@ -187565,7 +188228,7 @@ [ "jit", { - "_index": 5347, + "_index": 5826, "data": { "manuals/macos": {} }, @@ -187575,7 +188238,7 @@ [ "jitter", { - "_index": 1888, + "_index": 2295, "data": { "manuals/physics-objects": {} }, @@ -187585,7 +188248,7 @@ [ "jni", { - "_index": 7630, + "_index": 8015, "data": { "ref/stable/dmAndroid": {} }, @@ -187595,7 +188258,7 @@ [ "jnienv", { - "_index": 7635, + "_index": 8019, "data": { "ref/stable/dmAndroid": {} }, @@ -187605,7 +188268,7 @@ [ "job", { - "_index": 910, + "_index": 2626, "data": { "manuals/debugging-native-code-android": {}, "manuals/debugging-native-code-ios": {}, @@ -187618,7 +188281,7 @@ [ "job1298751322870374150", { - "_index": 4285, + "_index": 4913, "data": { "manuals/debugging-native-code-android": {}, "manuals/debugging-native-code-ios": {} @@ -187629,7 +188292,7 @@ [ "jobfolder", { - "_index": 4284, + "_index": 4912, "data": { "manuals/debugging-native-code-android": {}, "manuals/debugging-native-code-ios": {} @@ -187640,7 +188303,7 @@ [ "jobject", { - "_index": 7639, + "_index": 6782, "data": { "ref/stable/dmAndroid": {}, "ref/stable/dmGraphics": {} @@ -187651,7 +188314,7 @@ [ "john", { - "_index": 5408, + "_index": 6056, "data": { "manuals/android": {} }, @@ -187661,7 +188324,7 @@ [ "join", { - "_index": 5819, + "_index": 5562, "data": { "manuals/editor": {}, "ref/stable/dmThread": {} @@ -187672,7 +188335,7 @@ [ "joinable", { - "_index": 7662, + "_index": 10316, "data": { "ref/stable/dmThread": {} }, @@ -187682,7 +188345,7 @@ [ "joind_id", { - "_index": 5929, + "_index": 5705, "data": { "manuals/physics-events": {} }, @@ -187692,7 +188355,7 @@ [ "joines", { - "_index": 6142, + "_index": 6201, "data": { "examples/physics/hinge_joint": {}, "examples/physics/pendulum": {} @@ -187703,7 +188366,7 @@ [ "joins", { - "_index": 8153, + "_index": 10532, "data": { "ref/stable/socket": {} }, @@ -187713,7 +188376,7 @@ [ "joint", { - "_index": 5978, + "_index": 5772, "data": { "manuals/physics-joints": {}, "ref/stable/physics": {} @@ -187724,7 +188387,7 @@ [ "joint_type_fixed", { - "_index": 7076, + "_index": 7499, "data": { "ref/stable/physics": {} }, @@ -187734,7 +188397,7 @@ [ "joint_type_hinge", { - "_index": 7078, + "_index": 7501, "data": { "ref/stable/physics": {} }, @@ -187744,7 +188407,7 @@ [ "joint_type_slider", { - "_index": 7082, + "_index": 7504, "data": { "ref/stable/physics": {} }, @@ -187754,7 +188417,7 @@ [ "joint_type_spring", { - "_index": 7087, + "_index": 7509, "data": { "ref/stable/physics": {} }, @@ -187764,7 +188427,7 @@ [ "joint_type_weld", { - "_index": 7092, + "_index": 7513, "data": { "ref/stable/physics": {} }, @@ -187774,7 +188437,7 @@ [ "joint_type_wheel", { - "_index": 7094, + "_index": 7515, "data": { "ref/stable/physics": {} }, @@ -187784,7 +188447,7 @@ [ "joints", { - "_index": 5517, + "_index": 3841, "data": { "examples/physics/hinge_joint": {}, "manuals/physics": {}, @@ -187797,7 +188460,7 @@ [ "jpeg", { - "_index": 287, + "_index": 937, "data": { "manuals/importing-assets": {}, "manuals/importing-graphics": {}, @@ -187810,7 +188473,7 @@ [ "jpg", { - "_index": 6536, + "_index": 6606, "data": { "assets/imageloader": {} }, @@ -187820,7 +188483,7 @@ [ "jq", { - "_index": 5199, + "_index": 5404, "data": { "manuals/editor-scripts": {} }, @@ -187830,7 +188493,7 @@ [ "jq_path", { - "_index": 5266, + "_index": 5469, "data": { "manuals/editor-scripts": {} }, @@ -187840,7 +188503,7 @@ [ "js", { - "_index": 586, + "_index": 3265, "data": { "manuals/app-manifest": {}, "manuals/bob": {} @@ -187851,7 +188514,7 @@ [ "json", { - "_index": 1845, + "_index": 1075, "data": { "assets/cjson": {}, "assets/defold-ink": {}, @@ -187874,7 +188537,7 @@ [ "json.decode", { - "_index": 5774, + "_index": 3933, "data": { "manuals/live-update-scripting": {}, "ref/stable/json": {} @@ -187885,7 +188548,7 @@ [ "json.encode", { - "_index": 8952, + "_index": 10255, "data": { "ref/stable/json": {} }, @@ -187895,7 +188558,7 @@ [ "json.null", { - "_index": 8951, + "_index": 10254, "data": { "ref/stable/json": {} }, @@ -187905,7 +188568,7 @@ [ "json.sh", { - "_index": 5191, + "_index": 5395, "data": { "manuals/editor-scripts": {} }, @@ -187915,7 +188578,7 @@ [ "jsontolua", { - "_index": 8772, + "_index": 10840, "data": { "ref/stable/dmScript": {} }, @@ -187925,7 +188588,7 @@ [ "jump", { - "_index": 1984, + "_index": 3784, "data": { "assets/endlessrunner": {}, "manuals/glossary": {}, @@ -187940,7 +188603,7 @@ [ "jump_completed", { - "_index": 3102, + "_index": 2505, "data": { "manuals/flipbook-animation": {} }, @@ -187950,7 +188613,7 @@ [ "jump_left", { - "_index": 3100, + "_index": 2502, "data": { "manuals/flipbook-animation": {} }, @@ -187960,7 +188623,7 @@ [ "jumps", { - "_index": 2488, + "_index": 2861, "data": { "manuals/atlas": {} }, @@ -187970,7 +188633,7 @@ [ "just", { - "_index": 417, + "_index": 648, "data": { "assets/illumination": {}, "assets/navgo": {}, @@ -188011,7 +188674,7 @@ [ "justify", { - "_index": 10827, + "_index": 9047, "data": { "ref/stable/editor": {} }, @@ -188021,7 +188684,7 @@ [ "jvm", { - "_index": 5134, + "_index": 5339, "data": { "manuals/editor-scripts": {} }, @@ -188031,7 +188694,7 @@ [ "k", { - "_index": 10124, + "_index": 7139, "data": { "ref/stable/string": {} }, @@ -188041,7 +188704,7 @@ [ "k,_", { - "_index": 5726, + "_index": 3563, "data": { "manuals/sound": {} }, @@ -188051,7 +188714,7 @@ [ "k,v", { - "_index": 10422, + "_index": 10709, "data": { "ref/stable/base": {} }, @@ -188061,7 +188724,7 @@ [ "ka", { - "_index": 7886, + "_index": 8545, "data": { "ref/stable/render": {} }, @@ -188071,7 +188734,7 @@ [ "kana", { - "_index": 3779, + "_index": 1922, "data": { "manuals/input-key-and-text": {} }, @@ -188081,7 +188744,7 @@ [ "kb", { - "_index": 7898, + "_index": 8557, "data": { "ref/stable/render": {} }, @@ -188091,7 +188754,7 @@ [ "kb/s", { - "_index": 5433, + "_index": 6080, "data": { "manuals/android": {} }, @@ -188101,7 +188764,7 @@ [ "kbytes", { - "_index": 10398, + "_index": 10685, "data": { "ref/stable/base": {} }, @@ -188111,7 +188774,7 @@ [ "kc", { - "_index": 7857, + "_index": 8530, "data": { "ref/stable/render": {} }, @@ -188121,7 +188784,7 @@ [ "kebab", { - "_index": 10637, + "_index": 8818, "data": { "ref/stable/editor": {} }, @@ -188131,7 +188794,7 @@ [ "keep", { - "_index": 1762, + "_index": 139, "data": { "examples/sprite/tint": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -188158,7 +188821,7 @@ [ "keepalive", { - "_index": 8071, + "_index": 10464, "data": { "ref/stable/socket": {} }, @@ -188168,7 +188831,7 @@ [ "keeping", { - "_index": 942, + "_index": 1490, "data": { "manuals/editor-scripts-ui": {}, "manuals/extensions-best-practices": {}, @@ -188182,7 +188845,7 @@ [ "keeps", { - "_index": 3167, + "_index": 384, "data": { "manuals/font": {}, "manuals/gui": {}, @@ -188199,7 +188862,7 @@ [ "kenney", { - "_index": 6219, + "_index": 6148, "data": { "assets/kenney": {}, "examples/particles/fireworks": {} @@ -188210,7 +188873,7 @@ [ "kenney's", { - "_index": 6169, + "_index": 6126, "data": { "examples/material/screenspace": {}, "examples/material/unlit": {}, @@ -188223,7 +188886,7 @@ [ "kept", { - "_index": 3878, + "_index": 405, "data": { "manuals/editor-scripts-ui": {}, "manuals/gui": {}, @@ -188236,7 +188899,7 @@ [ "kernel", { - "_index": 6488, + "_index": 6652, "data": { "assets/imp": {} }, @@ -188246,7 +188909,7 @@ [ "kerning", { - "_index": 5571, + "_index": 3873, "data": { "manuals/font": {} }, @@ -188256,7 +188919,7 @@ [ "key", { - "_index": 147, + "_index": 172, "data": { "assets/defoldinput": {}, "assets/googleanalyticsforfirebase": {}, @@ -188293,6 +188956,7 @@ "ref/stable/dmRender": {}, "ref/stable/dmThread": {}, "ref/stable/dmWebServer": {}, + "ref/stable/editor": {}, "ref/stable/engine": {}, "ref/stable/go": {}, "ref/stable/gui": {}, @@ -188307,7 +188971,7 @@ [ "key+cert", { - "_index": 4183, + "_index": 3214, "data": { "manuals/bob": {} }, @@ -188317,7 +188981,7 @@ [ "key/value", { - "_index": 10611, + "_index": 9062, "data": { "ref/stable/dmHashTable": {} }, @@ -188327,7 +188991,7 @@ [ "keyable", { - "_index": 3193, + "_index": 1197, "data": { "manuals/particlefx": {} }, @@ -188337,7 +189001,7 @@ [ "keyalg", { - "_index": 5419, + "_index": 6067, "data": { "manuals/android": {} }, @@ -188347,7 +189011,7 @@ [ "keyboard", { - "_index": 1950, + "_index": 1894, "data": { "assets/defold-mobilehtml5-typing": {}, "manuals/atlas": {}, @@ -188367,7 +189031,7 @@ [ "keyboard_type_default", { - "_index": 9265, + "_index": 7796, "data": { "ref/stable/gui": {} }, @@ -188377,7 +189041,7 @@ [ "keyboard_type_email", { - "_index": 9267, + "_index": 7798, "data": { "ref/stable/gui": {} }, @@ -188387,7 +189051,7 @@ [ "keyboard_type_number_pad", { - "_index": 9269, + "_index": 7800, "data": { "ref/stable/gui": {} }, @@ -188397,7 +189061,7 @@ [ "keyboard_type_password", { - "_index": 9271, + "_index": 7802, "data": { "ref/stable/gui": {} }, @@ -188407,7 +189071,7 @@ [ "keyboardpacket", { - "_index": 7210, + "_index": 9534, "data": { "ref/stable/dmHid": {} }, @@ -188417,7 +189081,7 @@ [ "keyboards", { - "_index": 3776, + "_index": 1918, "data": { "manuals/input-key-and-text": {}, "ref/stable/dmHid": {} @@ -188428,7 +189092,7 @@ [ "keychain:ac_password", { - "_index": 5374, + "_index": 5852, "data": { "manuals/macos": {} }, @@ -188438,7 +189102,7 @@ [ "keyed", { - "_index": 3199, + "_index": 1209, "data": { "manuals/particlefx": {}, "ref/stable/socket": {} @@ -188449,7 +189113,7 @@ [ "keyframe", { - "_index": 464, + "_index": 4504, "data": { "manuals/importing-models": {}, "manuals/model-animation": {} @@ -188460,7 +189124,7 @@ [ "keyframes", { - "_index": 3295, + "_index": 5094, "data": { "manuals/flash": {} }, @@ -188470,7 +189134,7 @@ [ "keymap", { - "_index": 5464, + "_index": 1978, "data": { "manuals/editor-keyboard-shortcuts": {}, "manuals/editor-preferences": {} @@ -188481,7 +189145,7 @@ [ "keypress", { - "_index": 3781, + "_index": 1924, "data": { "manuals/input-key-and-text": {} }, @@ -188491,7 +189155,7 @@ [ "keypresses", { - "_index": 3777, + "_index": 1919, "data": { "manuals/input-key-and-text": {} }, @@ -188501,7 +189165,7 @@ [ "keys", { - "_index": 268, + "_index": 1901, "data": { "manuals/application-security": {}, "manuals/editor-scripts": {}, @@ -188528,7 +189192,7 @@ [ "keys:description", { - "_index": 10732, + "_index": 8951, "data": { "ref/stable/editor": {} }, @@ -188538,7 +189202,7 @@ [ "keys:exists", { - "_index": 10655, + "_index": 8874, "data": { "ref/stable/editor": {} }, @@ -188548,7 +189212,7 @@ [ "keystore", { - "_index": 4166, + "_index": 3196, "data": { "manuals/android": {}, "manuals/bob": {} @@ -188559,7 +189223,7 @@ [ "keytool", { - "_index": 5403, + "_index": 6051, "data": { "manuals/android": {} }, @@ -188569,11 +189233,12 @@ [ "keyword", { - "_index": 1081, + "_index": 2719, "data": { "manuals/extensions-best-practices": {}, "manuals/lua": {}, - "manuals/shader": {} + "manuals/shader": {}, + "ref/stable/editor": {} }, "type": {} } @@ -188581,7 +189246,7 @@ [ "keywords", { - "_index": 1341, + "_index": 1956, "data": { "manuals/extensions-ext-manifests": {}, "manuals/script": {} @@ -188592,7 +189257,7 @@ [ "kg", { - "_index": 7042, + "_index": 7465, "data": { "ref/stable/b2d.body": {}, "ref/stable/physics": {}, @@ -188604,7 +189269,7 @@ [ "kgmm/s", { - "_index": 8842, + "_index": 10090, "data": { "ref/stable/b2d.body": {} }, @@ -188614,7 +189279,7 @@ [ "khtml", { - "_index": 8466, + "_index": 9664, "data": { "ref/stable/sys": {} }, @@ -188624,7 +189289,7 @@ [ "kilobyte", { - "_index": 6880, + "_index": 10744, "data": { "ref/stable/msg": {} }, @@ -188634,7 +189299,7 @@ [ "kilograms", { - "_index": 5523, + "_index": 3847, "data": { "manuals/physics": {}, "manuals/physics-events": {}, @@ -188646,7 +189311,7 @@ [ "kilos", { - "_index": 5455, + "_index": 2038, "data": { "manuals/physics-messages": {} }, @@ -188656,7 +189321,7 @@ [ "kind", { - "_index": 1717, + "_index": 3597, "data": { "manuals/application-security": {}, "manuals/glossary": {}, @@ -188673,7 +189338,7 @@ [ "kinds", { - "_index": 360, + "_index": 976, "data": { "examples/physics/raycast": {}, "manuals/glossary": {}, @@ -188687,7 +189352,7 @@ [ "kinematic", { - "_index": 3349, + "_index": 1006, "data": { "assets/kinematicwalker": {}, "examples/physics/kinematic": {}, @@ -188704,7 +189369,7 @@ [ "kinematicwalker", { - "_index": 6681, + "_index": 6562, "data": { "assets/kinematicwalker": {} }, @@ -188714,7 +189379,7 @@ [ "kit", { - "_index": 4309, + "_index": 3160, "data": { "assets/cards-fx-kit": {}, "assets/vs-code-ide": {}, @@ -188726,7 +189391,7 @@ [ "klayton", { - "_index": 6070, + "_index": 3494, "data": { "manuals/camera": {} }, @@ -188736,7 +189401,7 @@ [ "knockback", { - "_index": 6152, + "_index": 6198, "data": { "examples/physics/knockback": {} }, @@ -188746,7 +189411,7 @@ [ "know", { - "_index": 1617, + "_index": 2084, "data": { "manuals/collection-proxy": {}, "manuals/compute": {}, @@ -188767,7 +189432,7 @@ [ "knowing", { - "_index": 3950, + "_index": 1454, "data": { "manuals/editor-scripts-ui": {} }, @@ -188777,7 +189442,7 @@ [ "known", { - "_index": 1745, + "_index": 704, "data": { "assets/derez": {}, "manuals/building-blocks": {}, @@ -188798,7 +189463,7 @@ [ "knows", { - "_index": 3600, + "_index": 5608, "data": { "manuals/introduction": {} }, @@ -188808,7 +189473,7 @@ [ "kowalski", { - "_index": 6071, + "_index": 3495, "data": { "manuals/camera": {} }, @@ -188818,7 +189483,7 @@ [ "kp", { - "_index": 4178, + "_index": 3210, "data": { "manuals/bob": {} }, @@ -188828,7 +189493,7 @@ [ "kr", { - "_index": 7889, + "_index": 8548, "data": { "ref/stable/render": {} }, @@ -188838,7 +189503,7 @@ [ "kr,kg,kb,ka", { - "_index": 7856, + "_index": 8529, "data": { "ref/stable/render": {} }, @@ -188848,7 +189513,7 @@ [ "ks", { - "_index": 4179, + "_index": 3211, "data": { "manuals/bob": {} }, @@ -188858,7 +189523,7 @@ [ "ksa", { - "_index": 4181, + "_index": 3212, "data": { "manuals/bob": {} }, @@ -188868,7 +189533,7 @@ [ "ksp", { - "_index": 4184, + "_index": 3215, "data": { "manuals/bob": {} }, @@ -188878,7 +189543,7 @@ [ "l", { - "_index": 4007, + "_index": 1562, "data": { "manuals/android": {}, "manuals/bob": {}, @@ -188898,7 +189563,7 @@ [ "l0x100000000", { - "_index": 4818, + "_index": 5000, "data": { "manuals/debugging-native-code": {} }, @@ -188908,7 +189573,7 @@ [ "label", { - "_index": 801, + "_index": 1273, "data": { "examples/animation/cursor": {}, "examples/gui/button": {}, @@ -188934,7 +189599,7 @@ [ "label.get_text", { - "_index": 6874, + "_index": 9753, "data": { "ref/stable/label": {} }, @@ -188944,7 +189609,7 @@ [ "label.set_text", { - "_index": 839, + "_index": 5618, "data": { "manuals/label": {}, "ref/stable/label": {} @@ -188955,7 +189620,7 @@ [ "labels", { - "_index": 798, + "_index": 5616, "data": { "examples/sprite/flip": {}, "examples/sprite/size": {}, @@ -188967,7 +189632,7 @@ [ "laid", { - "_index": 3074, + "_index": 2473, "data": { "manuals/flipbook-animation": {} }, @@ -188977,7 +189642,7 @@ [ "lamps", { - "_index": 6245, + "_index": 6233, "data": { "examples/material/unlit": {} }, @@ -188987,7 +189652,7 @@ [ "landscape", { - "_index": 1719, + "_index": 396, "data": { "examples/gui/layouts": {}, "manuals/gui": {}, @@ -189000,7 +189665,7 @@ [ "lang", { - "_index": 6587, + "_index": 6635, "data": { "assets/defold-lang": {} }, @@ -189148,7 +189813,7 @@ [ "languages", { - "_index": 1182, + "_index": 2787, "data": { "manuals/editor-scripts": {}, "manuals/porting-guidelines": {}, @@ -189161,7 +189826,7 @@ [ "laptop", { - "_index": 5106, + "_index": 5205, "data": { "manuals/lua": {} }, @@ -189171,7 +189836,7 @@ [ "large", { - "_index": 2763, + "_index": 1326, "data": { "examples/material/noise": {}, "examples/material/uvgradient": {}, @@ -189195,7 +189860,7 @@ [ "larger", { - "_index": 305, + "_index": 27, "data": { "manuals/debugging-native-code-ios": {}, "manuals/glossary": {}, @@ -189222,7 +189887,7 @@ [ "largest", { - "_index": 4459, + "_index": 413, "data": { "manuals/gui": {}, "ref/stable/math": {}, @@ -189234,7 +189899,7 @@ [ "larry", { - "_index": 6548, + "_index": 6679, "data": { "assets/dirtylarry": {} }, @@ -189244,7 +189909,7 @@ [ "last", { - "_index": 338, + "_index": 505, "data": { "examples/material/screenspace": {}, "manuals/application-lifecycle": {}, @@ -189280,7 +189945,7 @@ [ "last_name", { - "_index": 3996, + "_index": 1539, "data": { "manuals/editor-scripts-ui": {} }, @@ -189290,7 +189955,7 @@ [ "later", { - "_index": 2601, + "_index": 1543, "data": { "assets/firebase-remoteconfig": {}, "manuals/addressing": {}, @@ -189316,7 +189981,7 @@ [ "latest", { - "_index": 1432, + "_index": 3620, "data": { "manuals/bundling": {}, "manuals/dev-app": {}, @@ -189330,7 +189995,7 @@ [ "latn", { - "_index": 8451, + "_index": 9650, "data": { "ref/stable/sys": {} }, @@ -189340,7 +190005,7 @@ [ "launch", { - "_index": 3441, + "_index": 2981, "data": { "assets/vs-code-ide": {}, "manuals/android": {}, @@ -189358,7 +190023,7 @@ [ "launch_project", { - "_index": 8610, + "_index": 9432, "data": { "ref/stable/engine": {} }, @@ -189368,7 +190033,7 @@ [ "launched", { - "_index": 5225, + "_index": 5428, "data": { "manuals/editor-scripts": {} }, @@ -189378,7 +190043,7 @@ [ "launching", { - "_index": 2217, + "_index": 694, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/compute": {}, @@ -189394,7 +190059,7 @@ [ "launchscreen", { - "_index": 3464, + "_index": 3005, "data": { "manuals/ios": {} }, @@ -189404,7 +190069,7 @@ [ "launchscreen.storyboard", { - "_index": 3455, + "_index": 2993, "data": { "manuals/ios": {} }, @@ -189414,7 +190079,7 @@ [ "launchscreen.storyboardc", { - "_index": 3463, + "_index": 3004, "data": { "manuals/ios": {} }, @@ -189424,7 +190089,7 @@ [ "launchscreen/ios", { - "_index": 3465, + "_index": 3007, "data": { "manuals/ios": {} }, @@ -189434,7 +190099,7 @@ [ "laws", { - "_index": 3503, + "_index": 3051, "data": { "manuals/glossary": {}, "manuals/ios": {} @@ -189445,7 +190110,7 @@ [ "layer", { - "_index": 4335, + "_index": 338, "data": { "manuals/gui": {}, "manuals/gui-clipping": {}, @@ -189461,7 +190126,7 @@ [ "layering", { - "_index": 4362, + "_index": 5539, "data": { "manuals/gui-clipping": {} }, @@ -189471,7 +190136,7 @@ [ "layers", { - "_index": 3748, + "_index": 518, "data": { "examples/material/noise": {}, "manuals/glossary": {}, @@ -189621,7 +190286,7 @@ [ "layout_changed", { - "_index": 2674, + "_index": 2924, "data": { "manuals/gui-layouts": {}, "ref/stable/gui": {} @@ -189632,13 +190297,12 @@ [ "layouts", { - "_index": 1725, + "_index": 2259, "data": { "examples/gui/layouts": {}, "manuals/adapting-graphics-to-screen-size": {}, "manuals/glossary": {}, "manuals/gui-layouts": {}, - "manuals/gui-template": {}, "manuals/porting-guidelines": {} }, "type": {} @@ -189647,7 +190311,7 @@ [ "lays", { - "_index": 3880, + "_index": 1346, "data": { "manuals/editor-scripts-ui": {} }, @@ -189657,7 +190321,7 @@ [ "ldexp", { - "_index": 9751, + "_index": 7273, "data": { "ref/stable/math": {} }, @@ -189667,7 +190331,7 @@ [ "lead", { - "_index": 5117, + "_index": 1943, "data": { "manuals/lua": {}, "manuals/script": {} @@ -189678,7 +190342,7 @@ [ "leaderboards", { - "_index": 5543, + "_index": 4108, "data": { "assets/googleplaygameservices": {}, "manuals/online-services": {} @@ -189689,7 +190353,7 @@ [ "leading", { - "_index": 818, + "_index": 327, "data": { "manuals/editor-scripts": {}, "manuals/gui": {}, @@ -189707,7 +190371,7 @@ [ "leads", { - "_index": 3842, + "_index": 4403, "data": { "manuals/version-control": {} }, @@ -189717,7 +190381,7 @@ [ "leaf", { - "_index": 9535, + "_index": 9236, "data": { "ref/stable/dmGameObject": {} }, @@ -189727,7 +190391,7 @@ [ "learn", { - "_index": 12, + "_index": 947, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/ads": {}, @@ -189761,7 +190425,7 @@ [ "learning", { - "_index": 3603, + "_index": 4547, "data": { "manuals/glossary": {}, "manuals/introduction": {} @@ -189772,7 +190436,7 @@ [ "least", { - "_index": 1065, + "_index": 1558, "data": { "manuals/editor-scripts-ui": {}, "manuals/input-mouse-and-touch": {}, @@ -189795,7 +190459,7 @@ [ "leave", { - "_index": 1793, + "_index": 2320, "data": { "manuals/addressing": {}, "manuals/android": {}, @@ -189810,7 +190474,7 @@ [ "leaves", { - "_index": 5871, + "_index": 4588, "data": { "manuals/glossary": {}, "ref/stable/dmTransform": {}, @@ -189822,7 +190486,7 @@ [ "leaving", { - "_index": 4860, + "_index": 3376, "data": { "manuals/addressing": {} }, @@ -189832,7 +190496,7 @@ [ "left", { - "_index": 80, + "_index": 295, "data": { "examples/gui/healthbar": {}, "examples/sound/panning": {}, @@ -189878,7 +190542,7 @@ [ "left/west", { - "_index": 4471, + "_index": 476, "data": { "manuals/gui": {} }, @@ -189888,7 +190552,7 @@ [ "left_peak", { - "_index": 5710, + "_index": 3544, "data": { "manuals/sound": {} }, @@ -189898,7 +190562,7 @@ [ "left_peakdb", { - "_index": 5713, + "_index": 3547, "data": { "manuals/sound": {} }, @@ -189908,7 +190572,7 @@ [ "left_rms", { - "_index": 5703, + "_index": 3537, "data": { "manuals/sound": {} }, @@ -189918,7 +190582,7 @@ [ "left_rmsdb", { - "_index": 5708, + "_index": 3542, "data": { "manuals/sound": {} }, @@ -189928,7 +190592,7 @@ [ "legacy", { - "_index": 1053, + "_index": 2705, "data": { "manuals/shader": {} }, @@ -189938,7 +190602,7 @@ [ "legal", { - "_index": 3504, + "_index": 3052, "data": { "manuals/addressing": {}, "manuals/ios": {} @@ -189949,7 +190613,7 @@ [ "len", { - "_index": 4945, + "_index": 4747, "data": { "manuals/extensions": {}, "ref/stable/string": {} @@ -189960,7 +190624,7 @@ [ "lenght", { - "_index": 7613, + "_index": 10085, "data": { "ref/stable/dmWebServer": {} }, @@ -189970,7 +190634,7 @@ [ "length", { - "_index": 3287, + "_index": 3984, "data": { "manuals/flash": {}, "manuals/physics-events": {}, @@ -189987,6 +190651,7 @@ "ref/stable/dmStringFunc": {}, "ref/stable/dmVMath": {}, "ref/stable/dmWebServer": {}, + "ref/stable/editor": {}, "ref/stable/physics": {}, "ref/stable/sound": {}, "ref/stable/string": {}, @@ -189999,7 +190664,7 @@ [ "length_sqr", { - "_index": 8314, + "_index": 7012, "data": { "ref/stable/vmath": {} }, @@ -190009,7 +190674,7 @@ [ "lengths", { - "_index": 8311, + "_index": 7007, "data": { "ref/stable/vmath": {} }, @@ -190019,7 +190684,7 @@ [ "lens", { - "_index": 1740, + "_index": 4868, "data": { "manuals/porting-guidelines": {}, "ref/stable/camera": {} @@ -190030,7 +190695,7 @@ [ "lerg", { - "_index": 3473, + "_index": 3016, "data": { "manuals/ios": {} }, @@ -190040,7 +190705,7 @@ [ "lerp", { - "_index": 7678, + "_index": 7013, "data": { "ref/stable/dmVMath": {}, "ref/stable/vmath": {} @@ -190051,7 +190716,7 @@ [ "lerped", { - "_index": 8316, + "_index": 7015, "data": { "ref/stable/vmath": {} }, @@ -190061,7 +190726,7 @@ [ "less", { - "_index": 593, + "_index": 2066, "data": { "manuals/app-manifest": {}, "manuals/debugging-game-logic": {}, @@ -190072,7 +190737,8 @@ "ref/stable/dmStringFunc": {}, "ref/stable/render": {}, "ref/stable/socket": {}, - "ref/stable/table": {} + "ref/stable/table": {}, + "ref/stable/vmath": {} }, "type": {} } @@ -190080,7 +190746,7 @@ [ "let", { - "_index": 2133, + "_index": 3159, "data": { "assets/facebookinstantgames": {}, "manuals/android": {}, @@ -190094,7 +190760,7 @@ [ "let's", { - "_index": 3955, + "_index": 445, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/addressing": {}, @@ -190108,7 +190774,7 @@ [ "lets", { - "_index": 5427, + "_index": 3651, "data": { "assets/firebase-remoteconfig": {}, "examples/collection/timestep": {}, @@ -190121,7 +190787,7 @@ [ "letter", { - "_index": 823, + "_index": 336, "data": { "manuals/editor-scripts-ui": {}, "manuals/gui": {}, @@ -190136,7 +190802,7 @@ [ "letters", { - "_index": 10157, + "_index": 7175, "data": { "ref/stable/string": {} }, @@ -190146,7 +190812,7 @@ [ "level", { - "_index": 1156, + "_index": 917, "data": { "assets/tiled": {}, "assets/trenchbroom": {}, @@ -190194,7 +190860,7 @@ [ "level#controller", { - "_index": 6017, + "_index": 2381, "data": { "manuals/hot-reload": {} }, @@ -190204,7 +190870,7 @@ [ "level#map", { - "_index": 4345, + "_index": 4435, "data": { "manuals/tilemap": {} }, @@ -190214,7 +190880,7 @@ [ "level1", { - "_index": 5785, + "_index": 3946, "data": { "examples/collection/proxy": {}, "manuals/live-update-scripting": {} @@ -190225,7 +190891,7 @@ [ "level:/player#controller", { - "_index": 3549, + "_index": 1634, "data": { "manuals/message-passing": {} }, @@ -190235,7 +190901,7 @@ [ "level_name", { - "_index": 5784, + "_index": 3945, "data": { "manuals/live-update-scripting": {} }, @@ -190245,7 +190911,7 @@ [ "leveling", { - "_index": 6413, + "_index": 6621, "data": { "assets/xplevelupsystem": {} }, @@ -190255,7 +190921,7 @@ [ "levels", { - "_index": 671, + "_index": 2175, "data": { "assets/scene3d": {}, "assets/slasherprototype": {}, @@ -190275,7 +190941,7 @@ [ "leverages", { - "_index": 4112, + "_index": 5542, "data": { "manuals/extensions-gradle": {} }, @@ -190285,7 +190951,7 @@ [ "leveraging", { - "_index": 6335, + "_index": 6736, "data": { "assets/druid": {} }, @@ -190295,7 +190961,7 @@ [ "lexically", { - "_index": 6964, + "_index": 9546, "data": { "ref/stable/debug": {} }, @@ -190305,7 +190971,7 @@ [ "lexicographically", { - "_index": 10450, + "_index": 9730, "data": { "ref/stable/dmStringFunc": {} }, @@ -190315,7 +190981,7 @@ [ "lf", { - "_index": 8085, + "_index": 10478, "data": { "ref/stable/socket": {} }, @@ -190325,7 +190991,7 @@ [ "lfs", { - "_index": 6564, + "_index": 6709, "data": { "assets/luafilesystemlfs": {} }, @@ -190335,7 +191001,7 @@ [ "lib", { - "_index": 574, + "_index": 4729, "data": { "assets/colorlib": {}, "manuals/app-manifest": {}, @@ -190347,7 +191013,7 @@ [ "lib_name", { - "_index": 4937, + "_index": 4739, "data": { "manuals/extensions": {} }, @@ -190357,7 +191023,7 @@ [ "libc", { - "_index": 1316, + "_index": 4676, "data": { "manuals/extensions-ext-manifests": {} }, @@ -190367,7 +191033,7 @@ [ "libfoo.a", { - "_index": 5468, + "_index": 3609, "data": { "manuals/extensions-best-practices": {} }, @@ -190377,7 +191043,7 @@ [ "libname", { - "_index": 7298, + "_index": 9409, "data": { "ref/stable/package": {} }, @@ -190387,7 +191053,7 @@ [ "libraries", { - "_index": 1274, + "_index": 1068, "data": { "manuals/android": {}, "manuals/application-security": {}, @@ -190409,7 +191075,7 @@ [ "library", { - "_index": 576, + "_index": 1090, "data": { "assets/dear-imgui": {}, "assets/debeat": {}, @@ -190454,7 +191120,7 @@ [ "library's", { - "_index": 1010, + "_index": 2685, "data": { "manuals/shader": {} }, @@ -190464,7 +191130,7 @@ [ "library/application", { - "_index": 5838, + "_index": 5583, "data": { "manuals/editor": {} }, @@ -190474,7 +191140,7 @@ [ "library/developer/xcode/deriveddata/your", { - "_index": 3467, + "_index": 3009, "data": { "manuals/ios": {} }, @@ -190484,7 +191150,7 @@ [ "libs", { - "_index": 1285, + "_index": 3608, "data": { "manuals/android": {}, "manuals/extensions-best-practices": {}, @@ -190496,7 +191162,7 @@ [ "license", { - "_index": 5499, + "_index": 3656, "data": { "manuals/extensions-best-practices": {} }, @@ -190506,7 +191172,7 @@ [ "licensed", { - "_index": 5060, + "_index": 5990, "data": { "examples/material/screenspace": {}, "examples/material/unlit": {}, @@ -190520,7 +191186,7 @@ [ "lie", { - "_index": 2893, + "_index": 4414, "data": { "manuals/material": {}, "manuals/tilesource": {} @@ -190531,7 +191197,7 @@ [ "life", { - "_index": 3204, + "_index": 1225, "data": { "assets/vitahealthenergy": {}, "examples/particles/confetti": {}, @@ -190548,7 +191214,7 @@ [ "lifecycle", { - "_index": 3231, + "_index": 3864, "data": { "manuals/editor-scripts": {}, "manuals/extensions": {}, @@ -190562,7 +191228,7 @@ [ "lifespan", { - "_index": 3150, + "_index": 1115, "data": { "manuals/building-blocks": {}, "manuals/glossary": {}, @@ -190574,7 +191240,7 @@ [ "lifetime", { - "_index": 4573, + "_index": 2436, "data": { "manuals/addressing": {}, "manuals/building-blocks": {}, @@ -190586,7 +191252,7 @@ [ "light", { - "_index": 2264, + "_index": 791, "data": { "assets/illumination": {}, "assets/lightandshadows": {}, @@ -190602,7 +191268,7 @@ [ "light.ttf", { - "_index": 3127, + "_index": 2412, "data": { "manuals/editor-styling": {} }, @@ -190612,7 +191278,7 @@ [ "lightandshadows", { - "_index": 6519, + "_index": 6732, "data": { "assets/lightandshadows": {} }, @@ -190622,7 +191288,7 @@ [ "lighter", { - "_index": 3107, + "_index": 2395, "data": { "manuals/editor-styling": {} }, @@ -190632,7 +191298,7 @@ [ "lighting", { - "_index": 2950, + "_index": 4592, "data": { "assets/illumination": {}, "examples/material/unlit": {}, @@ -190645,7 +191311,7 @@ [ "like", { - "_index": 1898, + "_index": 1332, "data": { "assets/chipsounds": {}, "assets/defold-tile-raycast": {}, @@ -190706,7 +191372,7 @@ [ "likely", { - "_index": 1528, + "_index": 3078, "data": { "manuals/bundling": {}, "manuals/debugging-native-code": {}, @@ -190720,7 +191386,7 @@ [ "liking", { - "_index": 2968, + "_index": 5280, "data": { "manuals/compute": {}, "manuals/mesh": {}, @@ -190732,7 +191398,7 @@ [ "limit", { - "_index": 1498, + "_index": 1650, "data": { "assets/apkx": {}, "examples/particles/confetti": {}, @@ -190757,7 +191423,7 @@ [ "limitation", { - "_index": 5942, + "_index": 1030, "data": { "manuals/physics-ray-casts": {}, "ref/stable/sound": {} @@ -190768,7 +191434,7 @@ [ "limitations", { - "_index": 2221, + "_index": 706, "data": { "assets/editor-script-align": {}, "assets/editor-script-distribute": {}, @@ -190784,7 +191450,7 @@ [ "limited", { - "_index": 4678, + "_index": 2073, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/editor-scripts": {}, @@ -190799,7 +191465,7 @@ [ "limits", { - "_index": 2633, + "_index": 4347, "data": { "manuals/components": {}, "manuals/factory": {}, @@ -190811,7 +191477,7 @@ [ "line", { - "_index": 54, + "_index": 285, "data": { "assets/quickbutton": {}, "manuals/android": {}, @@ -190860,7 +191526,7 @@ [ "line'", { - "_index": 10113, + "_index": 7127, "data": { "ref/stable/string": {} }, @@ -190870,7 +191536,7 @@ [ "line"", { - "_index": 10116, + "_index": 7130, "data": { "ref/stable/string": {} }, @@ -190880,7 +191546,7 @@ [ "line_break", { - "_index": 6877, + "_index": 9754, "data": { "ref/stable/label": {}, "ref/stable/resource": {} @@ -190891,7 +191557,7 @@ [ "linear", { - "_index": 1889, + "_index": 31, "data": { "assets/defork": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -190918,7 +191584,7 @@ [ "linear_damping", { - "_index": 1933, + "_index": 2324, "data": { "manuals/physics-objects": {}, "ref/stable/physics": {} @@ -190929,7 +191595,7 @@ [ "linear_mipmap_linear", { - "_index": 2443, + "_index": 37, "data": { "manuals/texture-filtering": {} }, @@ -190939,7 +191605,7 @@ [ "linear_mipmap_nearest", { - "_index": 2442, + "_index": 35, "data": { "manuals/texture-filtering": {} }, @@ -190949,7 +191615,7 @@ [ "linear_velocity", { - "_index": 1934, + "_index": 2325, "data": { "manuals/physics-objects": {}, "ref/stable/physics": {} @@ -190960,7 +191626,7 @@ [ "linearly", { - "_index": 467, + "_index": 3779, "data": { "manuals/importing-models": {}, "manuals/material": {}, @@ -190974,7 +191640,7 @@ [ "lines", { - "_index": 64, + "_index": 1848, "data": { "manuals/debugging-game-logic": {}, "manuals/editor": {}, @@ -190996,7 +191662,7 @@ [ "linger", { - "_index": 8072, + "_index": 10465, "data": { "ref/stable/socket": {} }, @@ -191006,7 +191672,7 @@ [ "link", { - "_index": 1266, + "_index": 789, "data": { "assets/magiclinker": {}, "manuals/editor": {}, @@ -191021,7 +191687,7 @@ [ "linkage", { - "_index": 3258, + "_index": 5067, "data": { "manuals/flash": {} }, @@ -191031,7 +191697,7 @@ [ "linked", { - "_index": 1272, + "_index": 4648, "data": { "manuals/extensions-ext-manifests": {}, "ref/stable/gui": {} @@ -191042,7 +191708,7 @@ [ "linker", { - "_index": 1327, + "_index": 4681, "data": { "assets/magiclinker": {}, "manuals/extensions-ext-manifests": {}, @@ -191055,7 +191721,7 @@ [ "linkers", { - "_index": 1265, + "_index": 4645, "data": { "manuals/extensions-ext-manifests": {} }, @@ -191065,7 +191731,7 @@ [ "linkflags", { - "_index": 1317, + "_index": 4677, "data": { "manuals/extensions-ext-manifests": {} }, @@ -191075,7 +191741,7 @@ [ "linking", { - "_index": 1328, + "_index": 4682, "data": { "manuals/extensions-ext-manifests": {} }, @@ -191085,7 +191751,7 @@ [ "links", { - "_index": 6731, + "_index": 6703, "data": { "assets/iac": {}, "ref/stable/package": {} @@ -191096,7 +191762,7 @@ [ "lint", { - "_index": 3447, + "_index": 1976, "data": { "manuals/editor-preferences": {}, "manuals/ios": {} @@ -191107,7 +191773,7 @@ [ "linting", { - "_index": 4297, + "_index": 1977, "data": { "manuals/editor-preferences": {}, "manuals/writing-code": {} @@ -191118,7 +191784,7 @@ [ "lints", { - "_index": 5232, + "_index": 5435, "data": { "manuals/editor-scripts": {} }, @@ -191128,7 +191794,7 @@ [ "linux", { - "_index": 1467, + "_index": 1997, "data": { "assets/defdiags": {}, "manuals/bob": {}, @@ -191156,7 +191822,7 @@ [ "linux/amd64", { - "_index": 1406, + "_index": 4035, "data": { "manuals/extender-local-setup": {} }, @@ -191166,7 +191832,7 @@ [ "list", { - "_index": 273, + "_index": 56, "data": { "assets/gooey": {}, "examples/gui/drag": {}, @@ -191232,7 +191898,7 @@ [ "list[i", { - "_index": 10438, + "_index": 10726, "data": { "ref/stable/base": {} }, @@ -191242,7 +191908,7 @@ [ "list[i+1", { - "_index": 10439, + "_index": 10727, "data": { "ref/stable/base": {} }, @@ -191252,7 +191918,7 @@ [ "list[j", { - "_index": 10440, + "_index": 10728, "data": { "ref/stable/base": {} }, @@ -191262,7 +191928,7 @@ [ "listed", { - "_index": 1995, + "_index": 498, "data": { "manuals/atlas": {}, "manuals/flash": {}, @@ -191277,7 +191943,7 @@ [ "listen", { - "_index": 1978, + "_index": 1838, "data": { "manuals/glossary": {}, "manuals/input": {}, @@ -191290,7 +191956,7 @@ [ "listener", { - "_index": 4398, + "_index": 5670, "data": { "manuals/iac": {}, "manuals/physics-events": {}, @@ -191300,6 +191966,7 @@ "ref/stable/gui": {}, "ref/stable/html5": {}, "ref/stable/physics": {}, + "ref/stable/render": {}, "ref/stable/sound": {}, "ref/stable/window": {} }, @@ -191309,7 +191976,7 @@ [ "listeners", { - "_index": 1962, + "_index": 5143, "data": { "manuals/flash": {}, "manuals/input": {}, @@ -191323,7 +191990,7 @@ [ "listening", { - "_index": 2028, + "_index": 5973, "data": { "manuals/input": {} }, @@ -191333,7 +192000,7 @@ [ "listens", { - "_index": 2043, + "_index": 5977, "data": { "manuals/input": {} }, @@ -191343,7 +192010,7 @@ [ "listing", { - "_index": 1344, + "_index": 3020, "data": { "manuals/extensions-ext-manifests": {}, "manuals/ios": {}, @@ -191355,7 +192022,7 @@ [ "lists", { - "_index": 4376, + "_index": 51, "data": { "manuals/editor": {}, "manuals/extensions-manifest-merge-tool": {}, @@ -191371,7 +192038,7 @@ [ "lit", { - "_index": 6243, + "_index": 6231, "data": { "examples/material/unlit": {} }, @@ -191381,7 +192048,7 @@ [ "literal", { - "_index": 3991, + "_index": 1533, "data": { "manuals/editor-scripts-ui": {} }, @@ -191391,7 +192058,7 @@ [ "little", { - "_index": 1248, + "_index": 2821, "data": { "assets/whquestdef": {}, "examples/particles/fire_and_smoke": {}, @@ -191407,7 +192074,7 @@ [ "live", { - "_index": 567, + "_index": 2173, "data": { "assets/camera": {}, "assets/playfabsdk": {}, @@ -191433,7 +192100,7 @@ [ "lived", { - "_index": 1544, + "_index": 3089, "data": { "manuals/optimization-speed": {} }, @@ -191443,7 +192110,7 @@ [ "lives", { - "_index": 2805, + "_index": 4168, "data": { "manuals/application-security": {} }, @@ -191453,7 +192120,7 @@ [ "lives_num", { - "_index": 5552, + "_index": 1958, "data": { "manuals/script": {} }, @@ -191463,7 +192130,7 @@ [ "liveupdate", { - "_index": 4185, + "_index": 2094, "data": { "assets/apkx": {}, "manuals/bob": {}, @@ -191479,7 +192146,7 @@ [ "liveupdate.add_mount", { - "_index": 5763, + "_index": 3920, "data": { "manuals/live-update-scripting": {}, "ref/stable/liveupdate": {} @@ -191490,7 +192157,7 @@ [ "liveupdate.get_current_manifest", { - "_index": 6780, + "_index": 9772, "data": { "ref/stable/liveupdate": {} }, @@ -191500,7 +192167,7 @@ [ "liveupdate.get_mounts", { - "_index": 5765, + "_index": 3922, "data": { "manuals/live-update-scripting": {}, "ref/stable/liveupdate": {} @@ -191511,7 +192178,7 @@ [ "liveupdate.is_using_liveupdate_data", { - "_index": 6783, + "_index": 9775, "data": { "ref/stable/liveupdate": {} }, @@ -191521,7 +192188,7 @@ [ "liveupdate.liveupdate_bundled_resource_mismatch", { - "_index": 6786, + "_index": 9777, "data": { "ref/stable/liveupdate": {} }, @@ -191531,7 +192198,7 @@ [ "liveupdate.liveupdate_engine_version_mismatch", { - "_index": 6788, + "_index": 9779, "data": { "ref/stable/liveupdate": {} }, @@ -191541,7 +192208,7 @@ [ "liveupdate.liveupdate_format_error", { - "_index": 6790, + "_index": 9781, "data": { "ref/stable/liveupdate": {} }, @@ -191551,7 +192218,7 @@ [ "liveupdate.liveupdate_inval", { - "_index": 6792, + "_index": 9783, "data": { "ref/stable/liveupdate": {} }, @@ -191561,7 +192228,7 @@ [ "liveupdate.liveupdate_invalid_header", { - "_index": 6794, + "_index": 9785, "data": { "ref/stable/liveupdate": {} }, @@ -191571,7 +192238,7 @@ [ "liveupdate.liveupdate_invalid_resource", { - "_index": 6796, + "_index": 9787, "data": { "ref/stable/liveupdate": {} }, @@ -191581,7 +192248,7 @@ [ "liveupdate.liveupdate_io_error", { - "_index": 6798, + "_index": 9789, "data": { "ref/stable/liveupdate": {} }, @@ -191591,7 +192258,7 @@ [ "liveupdate.liveupdate_mem_error", { - "_index": 6800, + "_index": 9791, "data": { "ref/stable/liveupdate": {} }, @@ -191601,7 +192268,7 @@ [ "liveupdate.liveupdate_ok", { - "_index": 6803, + "_index": 9794, "data": { "ref/stable/liveupdate": {} }, @@ -191611,7 +192278,7 @@ [ "liveupdate.liveupdate_scheme_mismatch", { - "_index": 6805, + "_index": 9796, "data": { "ref/stable/liveupdate": {} }, @@ -191621,7 +192288,7 @@ [ "liveupdate.liveupdate_signature_mismatch", { - "_index": 6807, + "_index": 9798, "data": { "ref/stable/liveupdate": {} }, @@ -191631,7 +192298,7 @@ [ "liveupdate.liveupdate_unknown", { - "_index": 6810, + "_index": 9801, "data": { "ref/stable/liveupdate": {} }, @@ -191641,7 +192308,7 @@ [ "liveupdate.liveupdate_version_mismatch", { - "_index": 6813, + "_index": 9804, "data": { "ref/stable/liveupdate": {} }, @@ -191651,7 +192318,7 @@ [ "liveupdate.mounts", { - "_index": 1860, + "_index": 3344, "data": { "manuals/live-update": {} }, @@ -191661,7 +192328,7 @@ [ "liveupdate.remove_mount", { - "_index": 5764, + "_index": 3921, "data": { "manuals/live-update-scripting": {}, "ref/stable/liveupdate": {} @@ -191672,7 +192339,7 @@ [ "liveupdate.store_archive", { - "_index": 6817, + "_index": 9807, "data": { "ref/stable/liveupdate": {} }, @@ -191682,7 +192349,7 @@ [ "liveupdate.store_manifest", { - "_index": 6820, + "_index": 9810, "data": { "ref/stable/liveupdate": {} }, @@ -191692,7 +192359,7 @@ [ "liveupdate.store_resource", { - "_index": 6827, + "_index": 9815, "data": { "ref/stable/liveupdate": {} }, @@ -191702,7 +192369,7 @@ [ "liveupdate_bundled_resource_mismatch", { - "_index": 6787, + "_index": 9778, "data": { "ref/stable/liveupdate": {} }, @@ -191712,7 +192379,7 @@ [ "liveupdate_engine_version_mismatch", { - "_index": 6789, + "_index": 9780, "data": { "ref/stable/liveupdate": {} }, @@ -191722,7 +192389,7 @@ [ "liveupdate_format_error", { - "_index": 6791, + "_index": 9782, "data": { "ref/stable/liveupdate": {} }, @@ -191732,7 +192399,7 @@ [ "liveupdate_inval", { - "_index": 6793, + "_index": 9784, "data": { "ref/stable/liveupdate": {} }, @@ -191742,7 +192409,7 @@ [ "liveupdate_invalid_header", { - "_index": 6795, + "_index": 9786, "data": { "ref/stable/liveupdate": {} }, @@ -191752,7 +192419,7 @@ [ "liveupdate_invalid_resource", { - "_index": 6797, + "_index": 9788, "data": { "ref/stable/liveupdate": {} }, @@ -191762,7 +192429,7 @@ [ "liveupdate_io_error", { - "_index": 6799, + "_index": 9790, "data": { "ref/stable/liveupdate": {} }, @@ -191772,7 +192439,7 @@ [ "liveupdate_mem_error", { - "_index": 6801, + "_index": 9792, "data": { "ref/stable/liveupdate": {} }, @@ -191782,7 +192449,7 @@ [ "liveupdate_ok", { - "_index": 6804, + "_index": 9795, "data": { "ref/stable/liveupdate": {} }, @@ -191792,7 +192459,7 @@ [ "liveupdate_scheme_mismatch", { - "_index": 6806, + "_index": 9797, "data": { "ref/stable/liveupdate": {} }, @@ -191802,7 +192469,7 @@ [ "liveupdate_signature_mismatch", { - "_index": 6808, + "_index": 9799, "data": { "ref/stable/liveupdate": {} }, @@ -191812,7 +192479,7 @@ [ "liveupdate_unknown", { - "_index": 6811, + "_index": 9802, "data": { "ref/stable/liveupdate": {} }, @@ -191822,7 +192489,7 @@ [ "liveupdate_version_mismatch", { - "_index": 6814, + "_index": 9805, "data": { "ref/stable/liveupdate": {} }, @@ -191832,7 +192499,7 @@ [ "living", { - "_index": 10600, + "_index": 10248, "data": { "ref/stable/particlefx": {} }, @@ -191842,7 +192509,7 @@ [ "lldb", { - "_index": 3760, + "_index": 3694, "data": { "manuals/debugging-game-and-system-logs": {}, "manuals/debugging-native-code": {}, @@ -191854,7 +192521,7 @@ [ "lldb/gdb", { - "_index": 4780, + "_index": 4963, "data": { "manuals/debugging-native-code": {} }, @@ -191864,7 +192531,7 @@ [ "lo", { - "_index": 6552, + "_index": 6560, "data": { "assets/horrifold": {} }, @@ -191874,7 +192541,7 @@ [ "load", { - "_index": 702, + "_index": 918, "data": { "assets/def-behavior-tree": {}, "assets/defsave": {}, @@ -191916,7 +192583,7 @@ [ "load/decode", { - "_index": 10497, + "_index": 9083, "data": { "ref/stable/dmDDF": {} }, @@ -191926,7 +192593,7 @@ [ "load_buffer", { - "_index": 8471, + "_index": 9669, "data": { "ref/stable/image": {}, "ref/stable/sys": {} @@ -191937,7 +192604,7 @@ [ "load_buffer_async", { - "_index": 8477, + "_index": 9675, "data": { "ref/stable/sys": {} }, @@ -191947,7 +192614,7 @@ [ "load_complete", { - "_index": 736, + "_index": 2549, "data": { "manuals/collection-factory": {}, "manuals/factory": {} @@ -191958,7 +192625,7 @@ [ "load_engine", { - "_index": 5026, + "_index": 4633, "data": { "manuals/extensions-manifest-merge-tool": {} }, @@ -191968,7 +192635,7 @@ [ "load_level", { - "_index": 5793, + "_index": 3955, "data": { "manuals/live-update-scripting": {} }, @@ -191978,7 +192645,7 @@ [ "load_previous", { - "_index": 9929, + "_index": 8698, "data": { "ref/stable/crash": {} }, @@ -191988,7 +192655,7 @@ [ "load_resource", { - "_index": 8486, + "_index": 9683, "data": { "ref/stable/sys": {} }, @@ -191998,7 +192665,7 @@ [ "load_texture.gui", { - "_index": 6110, + "_index": 6108, "data": { "examples/gui/load_texture": {} }, @@ -192008,7 +192675,7 @@ [ "load_texture.gui_script", { - "_index": 6112, + "_index": 6110, "data": { "examples/gui/load_texture": {} }, @@ -192018,7 +192685,7 @@ [ "loadclass", { - "_index": 7637, + "_index": 8021, "data": { "ref/stable/dmAndroid": {} }, @@ -192028,7 +192695,7 @@ [ "loaded", { - "_index": 669, + "_index": 860, "data": { "examples/factory/dynamic": {}, "examples/gui/load_texture": {}, @@ -192065,7 +192732,7 @@ [ "loader", { - "_index": 2320, + "_index": 882, "data": { "assets/imageloader": {}, "assets/slasherprototype": {}, @@ -192080,7 +192747,7 @@ [ "loader/unloader", { - "_index": 4541, + "_index": 5992, "data": { "manuals/building-blocks": {} }, @@ -192090,7 +192757,7 @@ [ "loaders", { - "_index": 7261, + "_index": 9376, "data": { "ref/stable/package": {} }, @@ -192100,7 +192767,7 @@ [ "loadfile", { - "_index": 10412, + "_index": 10699, "data": { "ref/stable/base": {} }, @@ -192110,7 +192777,7 @@ [ "loading", { - "_index": 670, + "_index": 2182, "data": { "assets/defold-persist": {}, "assets/reszip": {}, @@ -192146,7 +192813,7 @@ [ "loadlib", { - "_index": 7296, + "_index": 9408, "data": { "ref/stable/package": {} }, @@ -192156,7 +192823,7 @@ [ "loadmessage", { - "_index": 10496, + "_index": 9082, "data": { "ref/stable/dmDDF": {} }, @@ -192166,7 +192833,7 @@ [ "loadmessagefromfile", { - "_index": 10499, + "_index": 9086, "data": { "ref/stable/dmDDF": {} }, @@ -192176,7 +192843,7 @@ [ "loads", { - "_index": 706, + "_index": 2532, "data": { "assets/imageloader": {}, "examples/resource/modify_atlas": {}, @@ -192197,7 +192864,7 @@ [ "loadstring", { - "_index": 10103, + "_index": 7108, "data": { "ref/stable/base": {}, "ref/stable/string": {} @@ -192208,7 +192875,7 @@ [ "locaddr", { - "_index": 8201, + "_index": 10580, "data": { "ref/stable/socket": {} }, @@ -192218,7 +192885,7 @@ [ "local", { - "_index": 111, + "_index": 524, "data": { "examples/material/screenspace": {}, "manuals/addressing": {}, @@ -192306,7 +192973,7 @@ [ "local_foo", { - "_index": 5099, + "_index": 5197, "data": { "manuals/lua": {} }, @@ -192316,7 +192983,7 @@ [ "local_size_x", { - "_index": 3004, + "_index": 5305, "data": { "manuals/compute": {} }, @@ -192326,7 +192993,7 @@ [ "local_size_y", { - "_index": 3005, + "_index": 5306, "data": { "manuals/compute": {} }, @@ -192336,7 +193003,7 @@ [ "local_size_z", { - "_index": 3006, + "_index": 5307, "data": { "manuals/compute": {} }, @@ -192346,7 +193013,7 @@ [ "locale", { - "_index": 8543, + "_index": 7176, "data": { "ref/stable/os": {}, "ref/stable/string": {} @@ -192357,7 +193024,7 @@ [ "localhost", { - "_index": 4989, + "_index": 2450, "data": { "manuals/socket-connections": {}, "manuals/zerobrane": {} @@ -192368,7 +193035,7 @@ [ "localhost:8000", { - "_index": 5892, + "_index": 2348, "data": { "manuals/working-offline": {} }, @@ -192378,7 +193045,7 @@ [ "localhost:8172", { - "_index": 4990, + "_index": 2453, "data": { "manuals/zerobrane": {} }, @@ -192388,7 +193055,7 @@ [ "localisation", { - "_index": 6260, + "_index": 6676, "data": { "assets/defold-polyglot": {} }, @@ -192398,7 +193065,7 @@ [ "localisations", { - "_index": 6259, + "_index": 6675, "data": { "assets/defold-polyglot": {} }, @@ -192408,7 +193075,7 @@ [ "localization", { - "_index": 1627, + "_index": 4818, "data": { "assets/defglot": {}, "assets/defold-lang": {}, @@ -192421,7 +193088,7 @@ [ "localize", { - "_index": 6329, + "_index": 6266, "data": { "assets/lualocade": {} }, @@ -192431,7 +193098,7 @@ [ "locally", { - "_index": 1203, + "_index": 1570, "data": { "assets/defcon": {}, "manuals/android": {}, @@ -192450,7 +193117,7 @@ [ "localpoint", { - "_index": 8902, + "_index": 10148, "data": { "ref/stable/b2d.body": {} }, @@ -192460,7 +193127,7 @@ [ "locals", { - "_index": 3906, + "_index": 1383, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/debug": {} @@ -192471,7 +193138,7 @@ [ "locate", { - "_index": 3413, + "_index": 1615, "data": { "manuals/debugging-game-and-system-logs": {}, "manuals/ios": {}, @@ -192484,7 +193151,7 @@ [ "located", { - "_index": 434, + "_index": 2778, "data": { "manuals/bundling": {}, "manuals/debugging-game-and-system-logs": {}, @@ -192504,7 +193171,7 @@ [ "location", { - "_index": 428, + "_index": 253, "data": { "manuals/android": {}, "manuals/application-security": {}, @@ -192542,7 +193209,7 @@ [ "locations", { - "_index": 3850, + "_index": 1275, "data": { "assets/editor-script-extra-locations": {}, "manuals/editor": {}, @@ -192559,13 +193226,14 @@ [ "lock", { - "_index": 1718, + "_index": 4861, "data": { "assets/pointer-lock": {}, "manuals/porting-guidelines": {}, "ref/stable/dmMutex": {}, "ref/stable/dmSpinlock": {}, "ref/stable/html5": {}, + "ref/stable/vmath": {}, "ref/stable/window": {} }, "type": {} @@ -192574,7 +193242,7 @@ [ "locked", { - "_index": 1909, + "_index": 2305, "data": { "manuals/physics-events": {}, "manuals/physics-objects": {}, @@ -192588,7 +193256,7 @@ [ "locking", { - "_index": 6754, + "_index": 6471, "data": { "assets/pointer-lock": {}, "ref/stable/dmMutex": {}, @@ -192600,7 +193268,7 @@ [ "locks", { - "_index": 9700, + "_index": 7223, "data": { "ref/stable/window": {} }, @@ -192610,7 +193278,7 @@ [ "locport", { - "_index": 8202, + "_index": 10581, "data": { "ref/stable/socket": {} }, @@ -192620,7 +193288,7 @@ [ "log", { - "_index": 2428, + "_index": 3693, "data": { "assets/defold-log": {}, "assets/log": {}, @@ -192641,7 +193309,7 @@ [ "log.txt", { - "_index": 3761, + "_index": 3697, "data": { "manuals/debugging-game-and-system-logs": {}, "manuals/extensions": {} @@ -192652,7 +193320,7 @@ [ "log10", { - "_index": 9754, + "_index": 7277, "data": { "ref/stable/math": {} }, @@ -192662,7 +193330,7 @@ [ "log_text", { - "_index": 10847, + "_index": 10271, "data": { "ref/stable/profiler": {} }, @@ -192672,7 +193340,7 @@ [ "logarithm", { - "_index": 9753, + "_index": 7276, "data": { "ref/stable/math": {} }, @@ -192682,7 +193350,7 @@ [ "logged", { - "_index": 1670, + "_index": 4844, "data": { "manuals/debugging-native-code": {}, "manuals/porting-guidelines": {}, @@ -192694,7 +193362,7 @@ [ "logger", { - "_index": 6639, + "_index": 6387, "data": { "assets/defold-log": {} }, @@ -192704,7 +193372,7 @@ [ "logging", { - "_index": 2088, + "_index": 1076, "data": { "assets/err": {}, "assets/log": {}, @@ -192718,7 +193386,7 @@ [ "logic", { - "_index": 2542, + "_index": 1936, "data": { "assets/slasherprototype": {}, "examples/collection/proxy": {}, @@ -192748,7 +193416,7 @@ [ "logical", { - "_index": 4455, + "_index": 393, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/bundling": {}, @@ -192762,7 +193430,7 @@ [ "login", { - "_index": 419, + "_index": 3577, "data": { "assets/facebook": {}, "manuals/extender-local-setup": {}, @@ -192774,7 +193442,7 @@ [ "logo", { - "_index": 3241, + "_index": 5056, "data": { "examples/model/cubemap": {}, "manuals/flash": {} @@ -192785,7 +193453,7 @@ [ "logo#script", { - "_index": 3255, + "_index": 5064, "data": { "manuals/flash": {} }, @@ -192795,7 +193463,7 @@ [ "logo1", { - "_index": 3304, + "_index": 5103, "data": { "manuals/flash": {} }, @@ -192805,7 +193473,7 @@ [ "logo1:logo", { - "_index": 3301, + "_index": 5100, "data": { "manuals/flash": {} }, @@ -192815,7 +193483,7 @@ [ "logo2", { - "_index": 3305, + "_index": 5104, "data": { "manuals/flash": {} }, @@ -192825,7 +193493,7 @@ [ "logo2,logo3", { - "_index": 3309, + "_index": 5108, "data": { "manuals/flash": {} }, @@ -192835,7 +193503,7 @@ [ "logo2:logo", { - "_index": 3302, + "_index": 5101, "data": { "manuals/flash": {} }, @@ -192845,7 +193513,7 @@ [ "logo3", { - "_index": 3306, + "_index": 5105, "data": { "manuals/flash": {} }, @@ -192855,7 +193523,7 @@ [ "logo3:logo", { - "_index": 3303, + "_index": 5102, "data": { "manuals/flash": {} }, @@ -192865,7 +193533,7 @@ [ "logo:logo", { - "_index": 3261, + "_index": 5069, "data": { "manuals/flash": {} }, @@ -192875,7 +193543,7 @@ [ "logo_id", { - "_index": 3266, + "_index": 5074, "data": { "manuals/flash": {} }, @@ -192885,7 +193553,7 @@ [ "logos", { - "_index": 3278, + "_index": 5083, "data": { "manuals/flash": {} }, @@ -192895,7 +193563,7 @@ [ "logs", { - "_index": 3759, + "_index": 1939, "data": { "manuals/debugging": {}, "manuals/debugging-game-and-system-logs": {}, @@ -192911,7 +193579,7 @@ [ "logseverity", { - "_index": 7008, + "_index": 7414, "data": { "ref/stable/dmLog": {} }, @@ -192921,7 +193589,7 @@ [ "long", { - "_index": 2786, + "_index": 1166, "data": { "examples/gui/drag": {}, "manuals/addressing": {}, @@ -192948,7 +193616,7 @@ [ "longer", { - "_index": 4477, + "_index": 514, "data": { "manuals/android": {}, "manuals/gui": {}, @@ -192966,7 +193634,7 @@ [ "look", { - "_index": 596, + "_index": 1463, "data": { "examples/material/noise": {}, "examples/movement/look_at": {}, @@ -192990,7 +193658,7 @@ [ "looked", { - "_index": 8826, + "_index": 10888, "data": { "ref/stable/dmScript": {} }, @@ -193000,7 +193668,7 @@ [ "looking", { - "_index": 1724, + "_index": 443, "data": { "manuals/gui": {}, "manuals/porting-guidelines": {}, @@ -193013,7 +193681,7 @@ [ "looking_at", { - "_index": 6166, + "_index": 6123, "data": { "examples/movement/look_rotation": {} }, @@ -193023,7 +193691,7 @@ [ "lookrotation", { - "_index": 6165, + "_index": 6122, "data": { "examples/movement/look_rotation": {} }, @@ -193033,7 +193701,7 @@ [ "looks", { - "_index": 3355, + "_index": 1421, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/addressing": {}, @@ -193057,7 +193725,7 @@ [ "lookup", { - "_index": 134, + "_index": 2580, "data": { "manuals/debugging-native-code-ios": {}, "manuals/input-gamepads": {}, @@ -193072,7 +193740,7 @@ [ "lookups", { - "_index": 4737, + "_index": 4557, "data": { "manuals/bundling": {}, "manuals/glossary": {} @@ -193083,7 +193751,7 @@ [ "loop", { - "_index": 540, + "_index": 1150, "data": { "examples/particles/confetti": {}, "examples/particles/fireworks": {}, @@ -193112,7 +193780,7 @@ [ "loopcount", { - "_index": 5672, + "_index": 3502, "data": { "manuals/sound": {} }, @@ -193122,7 +193790,7 @@ [ "looping", { - "_index": 528, + "_index": 2482, "data": { "manuals/flash": {}, "manuals/flipbook-animation": {}, @@ -193135,7 +193803,7 @@ [ "loops", { - "_index": 1553, + "_index": 1504, "data": { "manuals/editor-scripts-ui": {}, "manuals/lua": {}, @@ -193148,7 +193816,7 @@ [ "lose", { - "_index": 1767, + "_index": 4878, "data": { "manuals/editor": {}, "manuals/porting-guidelines": {} @@ -193159,7 +193827,7 @@ [ "losing", { - "_index": 5298, + "_index": 5497, "data": { "manuals/editor-scripts": {} }, @@ -193169,7 +193837,7 @@ [ "loss", { - "_index": 2855, + "_index": 4206, "data": { "manuals/application-security": {}, "ref/stable/editor": {} @@ -193180,10 +193848,11 @@ [ "lost", { - "_index": 5389, + "_index": 4717, "data": { "manuals/android": {}, "manuals/collection-proxy": {}, + "ref/stable/render": {}, "ref/stable/window": {} }, "type": {} @@ -193192,7 +193861,7 @@ [ "lot", { - "_index": 674, + "_index": 2180, "data": { "examples/particles/fire_and_smoke": {}, "manuals/atlas": {}, @@ -193212,7 +193881,7 @@ [ "low", { - "_index": 1532, + "_index": 1872, "data": { "assets/derez": {}, "assets/lowrezjamtemplate": {}, @@ -193236,7 +193905,7 @@ [ "lower", { - "_index": 3616, + "_index": 1690, "data": { "manuals/editor": {}, "manuals/optimization-size": {}, @@ -193255,7 +193924,7 @@ [ "lowercase", { - "_index": 4008, + "_index": 1563, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/bit": {}, @@ -193267,7 +193936,7 @@ [ "lowest", { - "_index": 2669, + "_index": 2920, "data": { "manuals/gui-layouts": {} }, @@ -193277,7 +193946,7 @@ [ "lowfi", { - "_index": 6609, + "_index": 6490, "data": { "assets/chipsounds": {} }, @@ -193287,7 +193956,7 @@ [ "lowrez", { - "_index": 6658, + "_index": 6594, "data": { "assets/lowrezjamtemplate": {} }, @@ -193297,7 +193966,7 @@ [ "lowrezjamtemplate", { - "_index": 6657, + "_index": 6593, "data": { "assets/lowrezjamtemplate": {} }, @@ -193307,7 +193976,7 @@ [ "lpeg", { - "_index": 6370, + "_index": 6448, "data": { "assets/lpeg": {}, "assets/narrator": {} @@ -193318,7 +193987,7 @@ [ "ls", { - "_index": 1453, + "_index": 3276, "data": { "manuals/bob": {}, "manuals/debugging-native-code": {}, @@ -193330,7 +193999,7 @@ [ "lsapplicationqueriesschemes", { - "_index": 8413, + "_index": 9612, "data": { "ref/stable/sys": {} }, @@ -193340,7 +194009,7 @@ [ "lshift", { - "_index": 7768, + "_index": 8649, "data": { "ref/stable/bit": {} }, @@ -193350,7 +194019,7 @@ [ "lsp", { - "_index": 5230, + "_index": 5433, "data": { "manuals/editor-scripts": {} }, @@ -193360,7 +194029,7 @@ [ "lt", { - "_index": 6856, + "_index": 6951, "data": { "ref/stable/dmGui": {}, "ref/stable/render": {}, @@ -193372,7 +194041,7 @@ [ "lt;<", { - "_index": 10502, + "_index": 9089, "data": { "ref/stable/dmDDF": {} }, @@ -193382,7 +194051,7 @@ [ "lt;..native", { - "_index": 8661, + "_index": 8677, "data": { "ref/stable/dmSpinlock": {} }, @@ -193392,7 +194061,7 @@ [ "lt;0", { - "_index": 8781, + "_index": 10848, "data": { "ref/stable/dmScript": {} }, @@ -193402,7 +194071,7 @@ [ "lu_infos", { - "_index": 5781, + "_index": 3942, "data": { "manuals/live-update-scripting": {} }, @@ -193412,7 +194081,7 @@ [ "lu_infos['liveupdate", { - "_index": 5786, + "_index": 3947, "data": { "manuals/live-update-scripting": {} }, @@ -193422,7 +194091,7 @@ [ "lua", { - "_index": 102, + "_index": 160, "data": { "assets/acidrain": {}, "assets/cjson": {}, @@ -193510,6 +194179,7 @@ "ref/stable/dmGui": {}, "ref/stable/dmLog": {}, "ref/stable/dmScript": {}, + "ref/stable/editor": {}, "ref/stable/go": {}, "ref/stable/gui": {}, "ref/stable/html5": {}, @@ -193531,7 +194201,7 @@ [ "lua"", { - "_index": 10121, + "_index": 7136, "data": { "ref/stable/string": {} }, @@ -193541,7 +194211,7 @@ [ "lua/c", { - "_index": 5073, + "_index": 5172, "data": { "manuals/lua": {} }, @@ -193551,7 +194221,7 @@ [ "lua_cpath", { - "_index": 7255, + "_index": 9370, "data": { "ref/stable/package": {} }, @@ -193561,7 +194231,7 @@ [ "lua_getinfo", { - "_index": 6972, + "_index": 9554, "data": { "ref/stable/debug": {} }, @@ -193571,7 +194241,7 @@ [ "lua_gettop", { - "_index": 8716, + "_index": 10788, "data": { "ref/stable/dmScript": {} }, @@ -193581,7 +194251,7 @@ [ "lua_noref", { - "_index": 8835, + "_index": 10896, "data": { "ref/stable/dmScript": {} }, @@ -193591,7 +194261,7 @@ [ "lua_path", { - "_index": 7306, + "_index": 9416, "data": { "ref/stable/package": {} }, @@ -193601,7 +194271,7 @@ [ "lua_pcall", { - "_index": 8784, + "_index": 10849, "data": { "ref/stable/dmScript": {} }, @@ -193611,7 +194281,7 @@ [ "lua_registryindex", { - "_index": 8801, + "_index": 10865, "data": { "ref/stable/dmScript": {} }, @@ -193621,7 +194291,7 @@ [ "lua_state", { - "_index": 4939, + "_index": 4741, "data": { "manuals/extensions": {}, "ref/stable/dmGui": {}, @@ -193633,7 +194303,7 @@ [ "lua_tboolean", { - "_index": 8707, + "_index": 10780, "data": { "ref/stable/dmScript": {} }, @@ -193643,7 +194313,7 @@ [ "lua_tnumber", { - "_index": 8708, + "_index": 10781, "data": { "ref/stable/dmScript": {} }, @@ -193653,7 +194323,7 @@ [ "lua_tstring", { - "_index": 8709, + "_index": 10782, "data": { "ref/stable/dmScript": {} }, @@ -193663,7 +194333,7 @@ [ "luabufferownership", { - "_index": 8827, + "_index": 10889, "data": { "ref/stable/dmScript": {} }, @@ -193673,7 +194343,7 @@ [ "luacallbackinfo", { - "_index": 8775, + "_index": 10842, "data": { "ref/stable/dmScript": {} }, @@ -193683,7 +194353,7 @@ [ "luacheck", { - "_index": 4298, + "_index": 3147, "data": { "manuals/writing-code": {} }, @@ -193693,7 +194363,7 @@ [ "luacheckrc", { - "_index": 4299, + "_index": 3148, "data": { "manuals/editor-scripts": {}, "manuals/writing-code": {} @@ -193704,7 +194374,7 @@ [ "luaconf.h", { - "_index": 7256, + "_index": 9371, "data": { "ref/stable/package": {} }, @@ -193714,7 +194384,7 @@ [ "luafilesystem", { - "_index": 6565, + "_index": 6710, "data": { "assets/luafilesystemlfs": {} }, @@ -193724,7 +194394,7 @@ [ "luafilesystemlfs", { - "_index": 6563, + "_index": 6708, "data": { "assets/luafilesystemlfs": {} }, @@ -193734,7 +194404,7 @@ [ "luahbuffer", { - "_index": 8720, + "_index": 10791, "data": { "ref/stable/dmScript": {} }, @@ -193744,7 +194414,7 @@ [ "luajit", { - "_index": 4287, + "_index": 3132, "data": { "manuals/lua": {}, "manuals/writing-code": {} @@ -193755,7 +194425,7 @@ [ "lual_checkstring", { - "_index": 4944, + "_index": 4746, "data": { "manuals/extensions": {} }, @@ -193765,7 +194435,7 @@ [ "lual_error", { - "_index": 8714, + "_index": 10786, "data": { "ref/stable/dmScript": {} }, @@ -193775,7 +194445,7 @@ [ "lual_ref", { - "_index": 8818, + "_index": 10881, "data": { "ref/stable/dmScript": {} }, @@ -193785,7 +194455,7 @@ [ "lualocade", { - "_index": 6328, + "_index": 6265, "data": { "assets/lualocade": {} }, @@ -193795,7 +194465,7 @@ [ "luaopen_", { - "_index": 7281, + "_index": 9394, "data": { "ref/stable/package": {} }, @@ -193805,7 +194475,7 @@ [ "luaopen_a_b_c", { - "_index": 7293, + "_index": 9405, "data": { "ref/stable/package": {} }, @@ -193815,7 +194485,7 @@ [ "luaopen_b_c", { - "_index": 7288, + "_index": 9401, "data": { "ref/stable/package": {} }, @@ -193825,7 +194495,7 @@ [ "luapushnode", { - "_index": 10005, + "_index": 8148, "data": { "ref/stable/dmGui": {} }, @@ -193835,7 +194505,7 @@ [ "luascriptinstance", { - "_index": 6276, + "_index": 6261, "data": { "assets/luascriptinstance": {} }, @@ -193845,7 +194515,7 @@ [ "luasocket", { - "_index": 5975, + "_index": 3598, "data": { "assets/luasocket": {}, "manuals/socket-connections": {}, @@ -193857,7 +194527,7 @@ [ "luatojson", { - "_index": 8780, + "_index": 10847, "data": { "ref/stable/dmScript": {} }, @@ -193867,7 +194537,7 @@ [ "luminance", { - "_index": 9284, + "_index": 7815, "data": { "ref/stable/gui": {}, "ref/stable/image": {} @@ -193878,7 +194548,7 @@ [ "lz4", { - "_index": 4733, + "_index": 4711, "data": { "manuals/bundling": {} }, @@ -193888,7 +194558,7 @@ [ "m", { - "_index": 2197, + "_index": 652, "data": { "assets/m": {}, "manuals/editor-scripts": {}, @@ -193907,7 +194577,7 @@ [ "m.alter_state", { - "_index": 2705, + "_index": 5730, "data": { "manuals/modules": {} }, @@ -193917,7 +194587,7 @@ [ "m.do_something", { - "_index": 2695, + "_index": 5726, "data": { "manuals/modules": {} }, @@ -193927,7 +194597,7 @@ [ "m.get_commands", { - "_index": 3848, + "_index": 1271, "data": { "manuals/editor-scripts": {}, "manuals/editor-scripts-ui": {} @@ -193938,7 +194608,7 @@ [ "m.get_language_servers", { - "_index": 5149, + "_index": 5353, "data": { "manuals/editor-scripts": {} }, @@ -193948,7 +194618,7 @@ [ "m.get_prefs_schema", { - "_index": 5150, + "_index": 5354, "data": { "manuals/editor-scripts": {} }, @@ -193958,7 +194628,7 @@ [ "m.get_state", { - "_index": 2708, + "_index": 5733, "data": { "manuals/modules": {} }, @@ -193968,7 +194638,7 @@ [ "m.new", { - "_index": 2709, + "_index": 5734, "data": { "manuals/modules": {} }, @@ -193978,7 +194648,7 @@ [ "m.on_build_started", { - "_index": 5206, + "_index": 5411, "data": { "manuals/editor-scripts": {} }, @@ -193988,7 +194658,7 @@ [ "m.val", { - "_index": 6008, + "_index": 2365, "data": { "manuals/hot-reload": {} }, @@ -193998,7 +194668,7 @@ [ "m.value", { - "_index": 2689, + "_index": 5722, "data": { "manuals/modules": {} }, @@ -194008,7 +194678,7 @@ [ "m/s", { - "_index": 8850, + "_index": 10098, "data": { "ref/stable/b2d.body": {} }, @@ -194018,7 +194688,7 @@ [ "m2", { - "_index": 7576, + "_index": 9848, "data": { "ref/stable/dmTransform": {} }, @@ -194028,7 +194698,7 @@ [ "m2e", { - "_index": 9747, + "_index": 7269, "data": { "ref/stable/math": {} }, @@ -194038,7 +194708,7 @@ [ "m:alter_state", { - "_index": 2716, + "_index": 5740, "data": { "manuals/modules": {} }, @@ -194048,7 +194718,7 @@ [ "m:get_state", { - "_index": 2719, + "_index": 5742, "data": { "manuals/modules": {} }, @@ -194058,7 +194728,7 @@ [ "m^2", { - "_index": 8872, + "_index": 10120, "data": { "ref/stable/b2d.body": {} }, @@ -194068,7 +194738,7 @@ [ "m_begin", { - "_index": 7500, + "_index": 10945, "data": { "ref/stable/dmRender": {} }, @@ -194078,7 +194748,7 @@ [ "m_bool", { - "_index": 9640, + "_index": 9344, "data": { "ref/stable/dmGameObject": {} }, @@ -194088,7 +194758,7 @@ [ "m_boolcount", { - "_index": 9591, + "_index": 9296, "data": { "ref/stable/dmGameObject": {} }, @@ -194098,7 +194768,7 @@ [ "m_buf", { - "_index": 7499, + "_index": 10944, "data": { "ref/stable/dmRender": {} }, @@ -194108,7 +194778,7 @@ [ "m_buffer", { - "_index": 8778, + "_index": 10845, "data": { "ref/stable/dmScript": {} }, @@ -194118,7 +194788,7 @@ [ "m_bufferres", { - "_index": 8777, + "_index": 10844, "data": { "ref/stable/dmScript": {} }, @@ -194128,7 +194798,7 @@ [ "m_elementcount", { - "_index": 9617, + "_index": 9322, "data": { "ref/stable/dmGameObject": {} }, @@ -194138,7 +194808,7 @@ [ "m_end", { - "_index": 7501, + "_index": 10946, "data": { "ref/stable/dmRender": {} }, @@ -194148,7 +194818,7 @@ [ "m_hash", { - "_index": 9635, + "_index": 9340, "data": { "ref/stable/dmGameObject": {} }, @@ -194158,7 +194828,7 @@ [ "m_key", { - "_index": 9625, + "_index": 9330, "data": { "ref/stable/dmGameObject": {} }, @@ -194168,7 +194838,7 @@ [ "m_l", { - "_index": 4947, + "_index": 4749, "data": { "manuals/extensions": {} }, @@ -194178,7 +194848,7 @@ [ "m_majororder", { - "_index": 7505, + "_index": 10948, "data": { "ref/stable/dmRender": {} }, @@ -194188,7 +194858,7 @@ [ "m_number", { - "_index": 9634, + "_index": 9339, "data": { "ref/stable/dmGameObject": {} }, @@ -194198,7 +194868,7 @@ [ "m_order", { - "_index": 7510, + "_index": 10951, "data": { "ref/stable/dmRender": {} }, @@ -194208,7 +194878,7 @@ [ "m_text", { - "_index": 9641, + "_index": 9345, "data": { "ref/stable/dmGameObject": {} }, @@ -194218,7 +194888,7 @@ [ "m_texture", { - "_index": 10011, + "_index": 8156, "data": { "ref/stable/dmGui": {} }, @@ -194228,7 +194898,7 @@ [ "m_url", { - "_index": 9636, + "_index": 9341, "data": { "ref/stable/dmGameObject": {} }, @@ -194238,7 +194908,7 @@ [ "m_v4", { - "_index": 9638, + "_index": 9343, "data": { "ref/stable/dmGameObject": {} }, @@ -194248,7 +194918,7 @@ [ "m_valueptr", { - "_index": 9616, + "_index": 9321, "data": { "ref/stable/dmGameObject": {} }, @@ -194258,7 +194928,7 @@ [ "m_variant", { - "_index": 9618, + "_index": 9323, "data": { "ref/stable/dmGameObject": {} }, @@ -194268,7 +194938,7 @@ [ "mac", { - "_index": 5337, + "_index": 5565, "data": { "manuals/editor": {}, "manuals/macos": {}, @@ -194281,7 +194951,7 @@ [ "machine", { - "_index": 760, + "_index": 3724, "data": { "assets/mirastate": {}, "manuals/caching-assets": {}, @@ -194294,7 +194964,7 @@ [ "machinery", { - "_index": 3586, + "_index": 5600, "data": { "manuals/introduction": {} }, @@ -194304,7 +194974,7 @@ [ "macintosh", { - "_index": 8462, + "_index": 9660, "data": { "ref/stable/sys": {} }, @@ -194314,7 +194984,7 @@ [ "macos", { - "_index": 1503, + "_index": 1989, "data": { "assets/defbuild": {}, "manuals/bob": {}, @@ -194342,7 +195012,7 @@ [ "macosandroid", { - "_index": 10844, + "_index": 10268, "data": { "ref/stable/profiler": {} }, @@ -194352,7 +195022,7 @@ [ "macro", { - "_index": 2310, + "_index": 863, "data": { "manuals/application-security": {}, "manuals/extensions": {}, @@ -194367,7 +195037,7 @@ [ "macros", { - "_index": 2065, + "_index": 1036, "data": { "manuals/extensions-defold-sdk": {} }, @@ -194377,7 +195047,7 @@ [ "made", { - "_index": 322, + "_index": 533, "data": { "assets/cards-fx-kit": {}, "assets/pointer-lock": {}, @@ -194407,7 +195077,7 @@ [ "mag", { - "_index": 2886, + "_index": 6024, "data": { "manuals/material": {} }, @@ -194417,7 +195087,7 @@ [ "mag_filter", { - "_index": 7836, + "_index": 8512, "data": { "ref/stable/render": {} }, @@ -194427,7 +195097,7 @@ [ "magazines", { - "_index": 2790, + "_index": 4156, "data": { "manuals/application-security": {} }, @@ -194437,7 +195107,7 @@ [ "magic", { - "_index": 6650, + "_index": 6520, "data": { "assets/magiclinker": {}, "ref/stable/string": {} @@ -194448,7 +195118,7 @@ [ "magiclinker", { - "_index": 6649, + "_index": 6519, "data": { "assets/magiclinker": {} }, @@ -194458,7 +195128,7 @@ [ "magnification", { - "_index": 2880, + "_index": 6019, "data": { "manuals/material": {} }, @@ -194468,7 +195138,7 @@ [ "magnifying", { - "_index": 2438, + "_index": 26, "data": { "manuals/texture-filtering": {} }, @@ -194478,7 +195148,7 @@ [ "magnitude", { - "_index": 3218, + "_index": 1244, "data": { "examples/particles/fire_and_smoke": {}, "examples/particles/modifiers": {}, @@ -194491,7 +195161,7 @@ [ "magnitudes", { - "_index": 8298, + "_index": 6987, "data": { "ref/stable/vmath": {} }, @@ -194501,7 +195171,7 @@ [ "main", { - "_index": 1104, + "_index": 859, "data": { "examples/particles/confetti": {}, "examples/particles/fireworks": {}, @@ -194539,7 +195209,7 @@ [ "main.collection", { - "_index": 2635, + "_index": 3401, "data": { "manuals/addressing": {}, "manuals/building-blocks": {}, @@ -194552,7 +195222,7 @@ [ "main.mymodule", { - "_index": 2710, + "_index": 5735, "data": { "manuals/modules": {} }, @@ -194562,7 +195232,7 @@ [ "main/bean.collection", { - "_index": 4549, + "_index": 5996, "data": { "manuals/building-blocks": {} }, @@ -194572,7 +195242,7 @@ [ "main/data/,assets/level_data.json", { - "_index": 8475, + "_index": 9673, "data": { "ref/stable/sys": {} }, @@ -194582,7 +195252,7 @@ [ "main/game.script", { - "_index": 5160, + "_index": 5364, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -194593,7 +195263,7 @@ [ "main/images/hero_run_color_1.png", { - "_index": 5739, + "_index": 3818, "data": { "manuals/sprite": {} }, @@ -194603,7 +195273,7 @@ [ "main/images/hero_run_color_2.png", { - "_index": 5740, + "_index": 3819, "data": { "manuals/sprite": {} }, @@ -194613,7 +195283,7 @@ [ "main/images/hero_run_normal_1.png", { - "_index": 5743, + "_index": 3822, "data": { "manuals/sprite": {} }, @@ -194623,7 +195293,7 @@ [ "main/images/hero_run_normal_2.png", { - "_index": 5744, + "_index": 3823, "data": { "manuals/sprite": {} }, @@ -194633,7 +195303,7 @@ [ "main/levels/enemya.goc", { - "_index": 2631, + "_index": 4345, "data": { "manuals/factory": {} }, @@ -194643,7 +195313,7 @@ [ "main/levels/level1.collectionc", { - "_index": 747, + "_index": 2557, "data": { "manuals/collection-factory": {} }, @@ -194653,7 +195323,7 @@ [ "main/my", { - "_index": 1151, + "_index": 2771, "data": { "manuals/shader": {} }, @@ -194663,7 +195333,7 @@ [ "main/my_gui.gui_script:2", { - "_index": 2547, + "_index": 5895, "data": { "manuals/gui-script": {} }, @@ -194673,7 +195343,7 @@ [ "main/my_texture.texturec", { - "_index": 7337, + "_index": 10373, "data": { "ref/stable/resource": {} }, @@ -194683,7 +195353,7 @@ [ "main:/manager#controller", { - "_index": 4897, + "_index": 3432, "data": { "manuals/addressing": {} }, @@ -194693,7 +195363,7 @@ [ "main:/team_2/buddy#controller", { - "_index": 4898, + "_index": 3433, "data": { "manuals/addressing": {} }, @@ -194703,7 +195373,7 @@ [ "mainly", { - "_index": 1049, + "_index": 1095, "data": { "manuals/editor-styling": {}, "manuals/extensions-defold-sdk": {}, @@ -194716,7 +195386,7 @@ [ "maintain", { - "_index": 5272, + "_index": 5475, "data": { "manuals/editor-scripts": {}, "ref/stable/go": {} @@ -194727,7 +195397,7 @@ [ "maintained", { - "_index": 5449, + "_index": 3655, "data": { "manuals/android": {}, "manuals/extensions-best-practices": {} @@ -194738,7 +195408,7 @@ [ "maintaining", { - "_index": 3747, + "_index": 1883, "data": { "assets/derez": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -194751,7 +195421,7 @@ [ "maintains", { - "_index": 5477, + "_index": 3624, "data": { "manuals/extensions-best-practices": {} }, @@ -194761,7 +195431,7 @@ [ "maintimeline", { - "_index": 3272, + "_index": 5079, "data": { "manuals/flash": {} }, @@ -194771,7 +195441,7 @@ [ "major", { - "_index": 3828, + "_index": 607, "data": { "manuals/android": {}, "manuals/gui": {}, @@ -194784,7 +195454,7 @@ [ "majority", { - "_index": 4896, + "_index": 3430, "data": { "manuals/addressing": {} }, @@ -194794,7 +195464,7 @@ [ "make", { - "_index": 28, + "_index": 457, "data": { "assets/alienworld": {}, "assets/compat53": {}, @@ -194873,7 +195543,7 @@ [ "make_invincible", { - "_index": 7115, + "_index": 7534, "data": { "ref/stable/physics": {} }, @@ -194883,7 +195553,7 @@ [ "maker", { - "_index": 6705, + "_index": 6479, "data": { "assets/defkit": {} }, @@ -194893,7 +195563,7 @@ [ "makes", { - "_index": 410, + "_index": 324, "data": { "assets/orthographic": {}, "assets/siwa": {}, @@ -194921,7 +195591,7 @@ [ "making", { - "_index": 3516, + "_index": 1340, "data": { "examples/animation/cursor": {}, "manuals/debugging-native-code-android": {}, @@ -194938,7 +195608,7 @@ [ "man", { - "_index": 2838, + "_index": 4194, "data": { "manuals/application-security": {} }, @@ -194948,7 +195618,7 @@ [ "manage", { - "_index": 1362, + "_index": 2169, "data": { "assets/def-behavior-tree": {}, "assets/defarmy": {}, @@ -194967,7 +195637,7 @@ [ "manageable", { - "_index": 3745, + "_index": 569, "data": { "manuals/gui": {}, "manuals/render": {} @@ -194978,7 +195648,7 @@ [ "management", { - "_index": 3064, + "_index": 5043, "data": { "manuals/live-update-aws": {}, "ref/stable/collectionproxy": {} @@ -194989,7 +195659,7 @@ [ "manager", { - "_index": 1363, + "_index": 2928, "data": { "assets/dashdocsetfordefold": {}, "assets/defold-saver": {}, @@ -195006,7 +195676,7 @@ [ "manager#controller", { - "_index": 4893, + "_index": 3424, "data": { "manuals/addressing": {} }, @@ -195016,7 +195686,7 @@ [ "managers", { - "_index": 2851, + "_index": 4203, "data": { "manuals/application-security": {} }, @@ -195026,7 +195696,7 @@ [ "managing", { - "_index": 6281, + "_index": 6338, "data": { "assets/websocket": {}, "ref/stable/buffer": {} @@ -195037,7 +195707,7 @@ [ "manifest", { - "_index": 623, + "_index": 2101, "data": { "manuals/android": {}, "manuals/app-manifest": {}, @@ -195060,7 +195730,7 @@ [ "manifest.md", { - "_index": 3493, + "_index": 3038, "data": { "manuals/ios": {}, "manuals/macos": {} @@ -195071,7 +195741,7 @@ [ "manifest.private.der", { - "_index": 1697, + "_index": 4855, "data": { "manuals/porting-guidelines": {} }, @@ -195081,7 +195751,7 @@ [ "manifest.public.der", { - "_index": 1698, + "_index": 4856, "data": { "manuals/porting-guidelines": {} }, @@ -195091,7 +195761,7 @@ [ "manifestmergetool", { - "_index": 1456, + "_index": 4077, "data": { "manuals/extender-local-setup": {} }, @@ -195101,7 +195771,7 @@ [ "manifestmergetool.jar", { - "_index": 1424, + "_index": 4049, "data": { "manuals/extender-local-setup": {} }, @@ -195111,7 +195781,7 @@ [ "manifestmergetool_version", { - "_index": 1435, + "_index": 4059, "data": { "manuals/extender-local-setup": {} }, @@ -195121,7 +195791,7 @@ [ "manifestmergetool_version}.jar", { - "_index": 1451, + "_index": 4073, "data": { "manuals/extender-local-setup": {} }, @@ -195131,7 +195801,7 @@ [ "manifests", { - "_index": 1280, + "_index": 4650, "data": { "manuals/extensions-ext-manifests": {} }, @@ -195141,7 +195811,7 @@ [ "manifests/android", { - "_index": 4115, + "_index": 5544, "data": { "manuals/extensions-gradle": {} }, @@ -195151,7 +195821,7 @@ [ "manifests/ios", { - "_index": 4022, + "_index": 5938, "data": { "manuals/extensions-cocoapods": {} }, @@ -195161,7 +195831,7 @@ [ "manifests/osx", { - "_index": 4023, + "_index": 5939, "data": { "manuals/extensions-cocoapods": {} }, @@ -195171,7 +195841,7 @@ [ "manipulate", { - "_index": 832, + "_index": 154, "data": { "assets/defgraph": {}, "manuals/addressing": {}, @@ -195193,7 +195863,7 @@ [ "manipulated", { - "_index": 507, + "_index": 3476, "data": { "manuals/building-blocks": {}, "manuals/camera": {}, @@ -195211,7 +195881,7 @@ [ "manipulates", { - "_index": 2704, + "_index": 5729, "data": { "manuals/modules": {} }, @@ -195221,7 +195891,7 @@ [ "manipulating", { - "_index": 2082, + "_index": 1069, "data": { "manuals/extensions-defold-sdk": {}, "ref/stable/b2d.body": {} @@ -195232,7 +195902,7 @@ [ "manipulation", { - "_index": 90, + "_index": 152, "data": { "assets/deftable": {}, "manuals/camera": {}, @@ -195253,7 +195923,7 @@ [ "manipulator", { - "_index": 5827, + "_index": 5572, "data": { "manuals/editor": {} }, @@ -195263,7 +195933,7 @@ [ "manipulators", { - "_index": 5823, + "_index": 5567, "data": { "manuals/editor": {} }, @@ -195273,7 +195943,7 @@ [ "manner", { - "_index": 3672, + "_index": 1765, "data": { "assets/steamworks": {}, "manuals/render": {}, @@ -195578,7 +196248,7 @@ [ "manually", { - "_index": 530, + "_index": 2096, "data": { "manuals/android": {}, "manuals/caching-assets": {}, @@ -195608,7 +196278,7 @@ [ "manuals", { - "_index": 3578, + "_index": 5594, "data": { "manuals/introduction": {} }, @@ -195618,7 +196288,7 @@ [ "manufacturer", { - "_index": 3765, + "_index": 3700, "data": { "manuals/debugging-game-and-system-logs": {}, "ref/stable/crash": {}, @@ -195630,7 +196300,7 @@ [ "many", { - "_index": 1244, + "_index": 1173, "data": { "assets/cas-ai": {}, "assets/defold-cairo": {}, @@ -195670,7 +196340,7 @@ [ "map", { - "_index": 367, + "_index": 982, "data": { "assets/defgraph": {}, "assets/moku": {}, @@ -195695,7 +196365,7 @@ [ "map_jit", { - "_index": 5352, + "_index": 5830, "data": { "manuals/macos": {} }, @@ -195705,7 +196375,7 @@ [ "mapped", { - "_index": 153, + "_index": 1896, "data": { "manuals/debugging-native-code-android": {}, "manuals/debugging-native-code-ios": {}, @@ -195724,7 +196394,7 @@ [ "mapping", { - "_index": 4268, + "_index": 4809, "data": { "manuals/debugging-native-code-android": {}, "manuals/importing-models": {}, @@ -195737,7 +196407,7 @@ [ "mappings", { - "_index": 4266, + "_index": 4902, "data": { "manuals/debugging-native-code-android": {}, "manuals/debugging-native-code-ios": {}, @@ -195749,7 +196419,7 @@ [ "maps", { - "_index": 372, + "_index": 986, "data": { "assets/spritefusion": {}, "assets/tiled": {}, @@ -195768,7 +196438,7 @@ [ "margin", { - "_index": 2465, + "_index": 2838, "data": { "manuals/atlas": {}, "manuals/tilesource": {}, @@ -195780,7 +196450,7 @@ [ "margins", { - "_index": 7440, + "_index": 10439, "data": { "ref/stable/resource": {} }, @@ -195790,7 +196460,7 @@ [ "mark", { - "_index": 3799, + "_index": 593, "data": { "manuals/gui": {}, "manuals/lua": {}, @@ -195804,7 +196474,7 @@ [ "marked", { - "_index": 2346, + "_index": 1906, "data": { "manuals/debugging-game-logic": {}, "manuals/gui-layouts": {}, @@ -195822,7 +196492,7 @@ [ "marker", { - "_index": 4593, + "_index": 4616, "data": { "manuals/debugging-game-logic": {}, "manuals/extensions-manifest-merge-tool": {} @@ -195833,7 +196503,7 @@ [ "markers", { - "_index": 4554, + "_index": 6001, "data": { "manuals/building-blocks": {} }, @@ -195843,7 +196513,7 @@ [ "marking", { - "_index": 5566, + "_index": 5719, "data": { "manuals/resource": {} }, @@ -195853,7 +196523,7 @@ [ "markup", { - "_index": 5550, + "_index": 1953, "data": { "assets/richtext": {}, "manuals/script": {} @@ -195864,7 +196534,7 @@ [ "mask", { - "_index": 1924, + "_index": 426, "data": { "manuals/flash": {}, "manuals/gui": {}, @@ -195880,7 +196550,7 @@ [ "maskbit", { - "_index": 7065, + "_index": 7488, "data": { "ref/stable/physics": {} }, @@ -195890,7 +196560,7 @@ [ "masking", { - "_index": 7114, + "_index": 7533, "data": { "ref/stable/physics": {} }, @@ -195900,7 +196570,7 @@ [ "masks", { - "_index": 4015, + "_index": 1891, "data": { "manuals/physics-groups": {}, "ref/stable/render": {} @@ -195911,7 +196581,7 @@ [ "mass", { - "_index": 1935, + "_index": 2326, "data": { "manuals/physics-events": {}, "manuals/physics-objects": {}, @@ -195924,7 +196594,7 @@ [ "massive", { - "_index": 1238, + "_index": 2816, "data": { "manuals/shader": {} }, @@ -195934,7 +196604,7 @@ [ "master", { - "_index": 5475, + "_index": 3504, "data": { "manuals/extensions-best-practices": {}, "manuals/sound": {}, @@ -195947,7 +196617,7 @@ [ "master/build", { - "_index": 6085, + "_index": 4905, "data": { "manuals/debugging-native-code-ios": {} }, @@ -195957,7 +196627,7 @@ [ "master:bind", { - "_index": 8162, + "_index": 10541, "data": { "ref/stable/socket": {} }, @@ -195967,7 +196637,7 @@ [ "master:close", { - "_index": 8166, + "_index": 10545, "data": { "ref/stable/socket": {} }, @@ -195977,7 +196647,7 @@ [ "master:connect", { - "_index": 8167, + "_index": 10546, "data": { "ref/stable/socket": {} }, @@ -195987,7 +196657,7 @@ [ "master:dirty", { - "_index": 8173, + "_index": 10552, "data": { "ref/stable/socket": {} }, @@ -195997,7 +196667,7 @@ [ "master:getfd", { - "_index": 8174, + "_index": 10553, "data": { "ref/stable/socket": {} }, @@ -196007,7 +196677,7 @@ [ "master:getsockname", { - "_index": 8175, + "_index": 10554, "data": { "ref/stable/socket": {} }, @@ -196017,7 +196687,7 @@ [ "master:getstats", { - "_index": 8176, + "_index": 10555, "data": { "ref/stable/socket": {} }, @@ -196027,7 +196697,7 @@ [ "master:listen", { - "_index": 8177, + "_index": 10556, "data": { "ref/stable/socket": {} }, @@ -196037,7 +196707,7 @@ [ "master:setfd", { - "_index": 8181, + "_index": 10560, "data": { "ref/stable/socket": {} }, @@ -196047,7 +196717,7 @@ [ "master:setstats", { - "_index": 8182, + "_index": 10561, "data": { "ref/stable/socket": {} }, @@ -196057,7 +196727,7 @@ [ "master:settimeout", { - "_index": 8183, + "_index": 10562, "data": { "ref/stable/socket": {} }, @@ -196067,7 +196737,7 @@ [ "mat4", { - "_index": 1098, + "_index": 2731, "data": { "manuals/shader": {} }, @@ -196077,7 +196747,7 @@ [ "match", { - "_index": 2671, + "_index": 2261, "data": { "assets/emthree": {}, "examples/physics/dynamic": {}, @@ -196106,7 +196776,7 @@ [ "matchanovel", { - "_index": 6685, + "_index": 6744, "data": { "assets/matchanovel": {} }, @@ -196116,7 +196786,7 @@ [ "matcher", { - "_index": 2662, + "_index": 2912, "data": { "manuals/gui-layouts": {} }, @@ -196126,7 +196796,7 @@ [ "matches", { - "_index": 806, + "_index": 2915, "data": { "manuals/gui-layouts": {}, "manuals/label": {}, @@ -196140,7 +196810,7 @@ [ "matching", { - "_index": 168, + "_index": 1890, "data": { "assets/lpeg": {}, "examples/physics/dynamic": {}, @@ -196167,7 +196837,7 @@ [ "matchmaker", { - "_index": 6436, + "_index": 6349, "data": { "assets/nakama": {} }, @@ -196177,7 +196847,7 @@ [ "matchmaking", { - "_index": 5540, + "_index": 4106, "data": { "manuals/online-services": {} }, @@ -196187,7 +196857,7 @@ [ "material", { - "_index": 805, + "_index": 101, "data": { "assets/illumination": {}, "assets/sparkle-shader": {}, @@ -196228,7 +196898,7 @@ [ "materials", { - "_index": 869, + "_index": 112, "data": { "assets/dsfonts": {}, "examples/material/unlit": {}, @@ -196250,7 +196920,7 @@ [ "math", { - "_index": 1184, + "_index": 1094, "data": { "assets/defmath": {}, "manuals/extensions-best-practices": {}, @@ -196265,7 +196935,7 @@ [ "math.abs", { - "_index": 9714, + "_index": 7234, "data": { "ref/stable/math": {} }, @@ -196275,7 +196945,7 @@ [ "math.acos", { - "_index": 9715, + "_index": 7236, "data": { "ref/stable/math": {} }, @@ -196285,7 +196955,7 @@ [ "math.asin", { - "_index": 9719, + "_index": 7240, "data": { "ref/stable/math": {} }, @@ -196295,7 +196965,7 @@ [ "math.atan", { - "_index": 9721, + "_index": 7243, "data": { "ref/stable/math": {} }, @@ -196305,7 +196975,7 @@ [ "math.atan2", { - "_index": 6161, + "_index": 6118, "data": { "examples/movement/look_at": {}, "ref/stable/math": {} @@ -196316,7 +196986,7 @@ [ "math.ceil", { - "_index": 9728, + "_index": 7250, "data": { "ref/stable/math": {} }, @@ -196326,7 +196996,7 @@ [ "math.cos", { - "_index": 9730, + "_index": 7252, "data": { "ref/stable/math": {} }, @@ -196336,7 +197006,7 @@ [ "math.cosh", { - "_index": 9731, + "_index": 7253, "data": { "ref/stable/math": {} }, @@ -196346,7 +197016,7 @@ [ "math.deg", { - "_index": 9734, + "_index": 7256, "data": { "ref/stable/math": {} }, @@ -196356,7 +197026,7 @@ [ "math.exp", { - "_index": 9736, + "_index": 7258, "data": { "ref/stable/math": {} }, @@ -196366,7 +197036,7 @@ [ "math.floor", { - "_index": 9739, + "_index": 7261, "data": { "ref/stable/math": {} }, @@ -196376,7 +197046,7 @@ [ "math.fmod", { - "_index": 9741, + "_index": 7263, "data": { "ref/stable/math": {} }, @@ -196386,7 +197056,7 @@ [ "math.frexp", { - "_index": 9745, + "_index": 7267, "data": { "ref/stable/math": {} }, @@ -196396,7 +197066,7 @@ [ "math.huge", { - "_index": 9748, + "_index": 7270, "data": { "ref/stable/math": {} }, @@ -196406,7 +197076,7 @@ [ "math.ldexp", { - "_index": 9750, + "_index": 7272, "data": { "ref/stable/math": {} }, @@ -196416,7 +197086,7 @@ [ "math.log", { - "_index": 9752, + "_index": 7274, "data": { "ref/stable/math": {} }, @@ -196426,7 +197096,7 @@ [ "math.log10", { - "_index": 5701, + "_index": 3535, "data": { "manuals/sound": {}, "ref/stable/math": {} @@ -196437,7 +197107,7 @@ [ "math.max", { - "_index": 9755, + "_index": 7278, "data": { "ref/stable/math": {} }, @@ -196447,7 +197117,7 @@ [ "math.min", { - "_index": 9756, + "_index": 7279, "data": { "ref/stable/math": {} }, @@ -196457,7 +197127,7 @@ [ "math.modf", { - "_index": 9757, + "_index": 7280, "data": { "ref/stable/math": {} }, @@ -196467,7 +197137,7 @@ [ "math.pi", { - "_index": 6004, + "_index": 5798, "data": { "manuals/physics-joints": {}, "ref/stable/math": {} @@ -196478,7 +197148,7 @@ [ "math.pow", { - "_index": 5715, + "_index": 3549, "data": { "manuals/sound": {}, "ref/stable/math": {} @@ -196489,7 +197159,7 @@ [ "math.rad", { - "_index": 9764, + "_index": 7287, "data": { "ref/stable/math": {} }, @@ -196499,7 +197169,7 @@ [ "math.random", { - "_index": 2581, + "_index": 4300, "data": { "manuals/factory": {}, "ref/stable/math": {} @@ -196510,7 +197180,7 @@ [ "math.randomseed", { - "_index": 9770, + "_index": 7295, "data": { "ref/stable/math": {} }, @@ -196520,7 +197190,7 @@ [ "math.sin", { - "_index": 9773, + "_index": 7298, "data": { "ref/stable/math": {} }, @@ -196530,7 +197200,7 @@ [ "math.sinh", { - "_index": 9775, + "_index": 7300, "data": { "ref/stable/math": {} }, @@ -196540,7 +197210,7 @@ [ "math.sqrt", { - "_index": 9777, + "_index": 7302, "data": { "ref/stable/math": {} }, @@ -196550,7 +197220,7 @@ [ "math.tan", { - "_index": 9780, + "_index": 7305, "data": { "ref/stable/math": {} }, @@ -196560,7 +197230,7 @@ [ "math.tanh", { - "_index": 9782, + "_index": 7307, "data": { "ref/stable/math": {} }, @@ -196570,7 +197240,7 @@ [ "mathematical", { - "_index": 2089, + "_index": 1077, "data": { "examples/movement/look_at": {}, "manuals/extensions-defold-sdk": {} @@ -196581,7 +197251,7 @@ [ "matrices", { - "_index": 462, + "_index": 2623, "data": { "manuals/importing-models": {}, "manuals/model-animation": {}, @@ -196595,7 +197265,7 @@ [ "matrix", { - "_index": 935, + "_index": 1098, "data": { "examples/movement/look_rotation": {}, "manuals/camera": {}, @@ -196618,7 +197288,7 @@ [ "matrix3", { - "_index": 7676, + "_index": 7387, "data": { "ref/stable/dmVMath": {} }, @@ -196628,7 +197298,7 @@ [ "matrix4", { - "_index": 6066, + "_index": 3487, "data": { "manuals/camera": {}, "ref/stable/camera": {}, @@ -196647,7 +197317,7 @@ [ "matrix4_axis_angle", { - "_index": 8321, + "_index": 7020, "data": { "ref/stable/vmath": {} }, @@ -196657,7 +197327,7 @@ [ "matrix4_compose", { - "_index": 8323, + "_index": 7023, "data": { "ref/stable/vmath": {} }, @@ -196667,7 +197337,7 @@ [ "matrix4_frustum", { - "_index": 8327, + "_index": 7027, "data": { "ref/stable/vmath": {} }, @@ -196677,7 +197347,7 @@ [ "matrix4_look_at", { - "_index": 8329, + "_index": 7029, "data": { "ref/stable/vmath": {} }, @@ -196687,7 +197357,7 @@ [ "matrix4_orthographic", { - "_index": 8332, + "_index": 7032, "data": { "ref/stable/vmath": {} }, @@ -196697,7 +197367,7 @@ [ "matrix4_perspective", { - "_index": 8334, + "_index": 7034, "data": { "ref/stable/vmath": {} }, @@ -196707,7 +197377,7 @@ [ "matrix4_quat", { - "_index": 8336, + "_index": 7036, "data": { "ref/stable/vmath": {} }, @@ -196717,7 +197387,7 @@ [ "matrix4_rotation_x", { - "_index": 8338, + "_index": 7038, "data": { "ref/stable/vmath": {} }, @@ -196727,7 +197397,7 @@ [ "matrix4_rotation_y", { - "_index": 8340, + "_index": 7040, "data": { "ref/stable/vmath": {} }, @@ -196737,7 +197407,7 @@ [ "matrix4_rotation_z", { - "_index": 8342, + "_index": 7042, "data": { "ref/stable/vmath": {} }, @@ -196747,7 +197417,7 @@ [ "matrix4_scale", { - "_index": 8344, + "_index": 7044, "data": { "ref/stable/vmath": {} }, @@ -196757,7 +197427,7 @@ [ "matrix4_translation", { - "_index": 8348, + "_index": 7048, "data": { "ref/stable/vmath": {} }, @@ -196767,7 +197437,7 @@ [ "matrix_", { - "_index": 964, + "_index": 2651, "data": { "manuals/shader": {} }, @@ -196777,7 +197447,7 @@ [ "matter", { - "_index": 687, + "_index": 2308, "data": { "assets/googleanalyticsforfirebase": {}, "manuals/addressing": {}, @@ -196795,7 +197465,7 @@ [ "maven", { - "_index": 1446, + "_index": 4068, "data": { "manuals/extender-local-setup": {} }, @@ -196805,7 +197475,7 @@ [ "mavencentral", { - "_index": 4116, + "_index": 5545, "data": { "manuals/extensions-gradle": {} }, @@ -196815,7 +197485,7 @@ [ "max", { - "_index": 2475, + "_index": 144, "data": { "assets/adswrapper": {}, "assets/applovin-max": {}, @@ -196849,7 +197519,7 @@ [ "max_ascent", { - "_index": 7430, + "_index": 10430, "data": { "ref/stable/resource": {} }, @@ -196859,7 +197529,7 @@ [ "max_buffer_color_attachments", { - "_index": 10268, + "_index": 6869, "data": { "ref/stable/dmGraphics": {} }, @@ -196869,7 +197539,7 @@ [ "max_char_count", { - "_index": 7174, + "_index": 9501, "data": { "ref/stable/dmHid": {} }, @@ -196879,7 +197549,7 @@ [ "max_descent", { - "_index": 7431, + "_index": 10431, "data": { "ref/stable/resource": {} }, @@ -196889,7 +197559,7 @@ [ "max_gamepad_axis_count", { - "_index": 7176, + "_index": 9503, "data": { "ref/stable/dmHid": {} }, @@ -196899,7 +197569,7 @@ [ "max_gamepad_button_count", { - "_index": 7178, + "_index": 9505, "data": { "ref/stable/dmHid": {} }, @@ -196909,7 +197579,7 @@ [ "max_gamepad_count", { - "_index": 7180, + "_index": 9507, "data": { "ref/stable/dmHid": {} }, @@ -196919,7 +197589,7 @@ [ "max_gamepad_hat_count", { - "_index": 7182, + "_index": 9509, "data": { "ref/stable/dmHid": {} }, @@ -196929,7 +197599,7 @@ [ "max_instances", { - "_index": 2634, + "_index": 4348, "data": { "manuals/factory": {}, "ref/stable/go": {} @@ -196940,7 +197610,7 @@ [ "max_keyboard_count", { - "_index": 7185, + "_index": 9512, "data": { "ref/stable/dmHid": {} }, @@ -196950,7 +197620,7 @@ [ "max_length", { - "_index": 5930, + "_index": 5706, "data": { "manuals/physics-events": {}, "manuals/physics-joints": {} @@ -196961,7 +197631,7 @@ [ "max_line_length", { - "_index": 4302, + "_index": 3151, "data": { "manuals/writing-code": {} }, @@ -196971,7 +197641,7 @@ [ "max_mipmaps", { - "_index": 7405, + "_index": 10410, "data": { "ref/stable/resource": {} }, @@ -196981,7 +197651,7 @@ [ "max_mouse_count", { - "_index": 7187, + "_index": 9514, "data": { "ref/stable/dmHid": {} }, @@ -196991,7 +197661,7 @@ [ "max_subpass_dependencies", { - "_index": 10269, + "_index": 6871, "data": { "ref/stable/dmGraphics": {} }, @@ -197001,7 +197671,7 @@ [ "max_texture_count", { - "_index": 7466, + "_index": 10913, "data": { "ref/stable/dmRender": {} }, @@ -197011,7 +197681,7 @@ [ "max_touch_count", { - "_index": 7190, + "_index": 9517, "data": { "ref/stable/dmHid": {} }, @@ -197021,7 +197691,7 @@ [ "max_touch_device_count", { - "_index": 7193, + "_index": 9520, "data": { "ref/stable/dmHid": {} }, @@ -197031,7 +197701,7 @@ [ "max_y", { - "_index": 2583, + "_index": 4302, "data": { "manuals/factory": {} }, @@ -197041,7 +197711,7 @@ [ "maximum", { - "_index": 2476, + "_index": 145, "data": { "examples/gui/healthbar": {}, "manuals/atlas": {}, @@ -197064,7 +197734,7 @@ [ "maxn", { - "_index": 6848, + "_index": 6943, "data": { "ref/stable/table": {} }, @@ -197074,7 +197744,7 @@ [ "may", { - "_index": 714, + "_index": 634, "data": { "examples/material/screenspace": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -197138,7 +197808,7 @@ [ "mb", { - "_index": 5611, + "_index": 2052, "data": { "manuals/optimization-size": {} }, @@ -197148,7 +197818,7 @@ [ "mbed", { - "_index": 2832, + "_index": 4190, "data": { "manuals/application-security": {} }, @@ -197158,7 +197828,7 @@ [ "mc", { - "_index": 7859, + "_index": 8532, "data": { "ref/stable/render": {} }, @@ -197168,7 +197838,7 @@ [ "md5", { - "_index": 6299, + "_index": 6731, "data": { "assets/md5": {}, "ref/stable/dmCrypt": {} @@ -197179,7 +197849,7 @@ [ "mean", { - "_index": 3862, + "_index": 1312, "data": { "manuals/editor-scripts": {}, "manuals/editor-scripts-ui": {}, @@ -197195,7 +197865,7 @@ [ "meaning", { - "_index": 396, + "_index": 506, "data": { "examples/factory/basic": {}, "manuals/compute": {}, @@ -197219,7 +197889,7 @@ [ "meaningful", { - "_index": 1958, + "_index": 5164, "data": { "manuals/flash": {}, "manuals/input": {} @@ -197230,7 +197900,7 @@ [ "means", { - "_index": 1173, + "_index": 472, "data": { "assets/def-behavior-tree": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -197276,7 +197946,7 @@ [ "meant", { - "_index": 2923, + "_index": 5254, "data": { "assets/navgo": {}, "manuals/compute": {}, @@ -197288,7 +197958,7 @@ [ "measure", { - "_index": 3734, + "_index": 1867, "data": { "assets/googleanalyticsforfirebase": {}, "manuals/glossary": {}, @@ -197301,7 +197971,7 @@ [ "measured", { - "_index": 7031, + "_index": 7454, "data": { "ref/stable/b2d.body": {}, "ref/stable/buffer": {}, @@ -197315,7 +197985,7 @@ [ "measurement", { - "_index": 6362, + "_index": 6750, "data": { "assets/googleanalytics": {}, "ref/stable/render": {} @@ -197326,7 +197996,7 @@ [ "measurements", { - "_index": 4711, + "_index": 2247, "data": { "manuals/adapting-graphics-to-screen-size": {}, "ref/stable/socket": {} @@ -197337,7 +198007,7 @@ [ "measures", { - "_index": 4067, + "_index": 4267, "data": { "manuals/profiling": {} }, @@ -197347,7 +198017,7 @@ [ "mechanics", { - "_index": 6750, + "_index": 6391, "data": { "assets/scene3d": {} }, @@ -197357,7 +198027,7 @@ [ "mechanism", { - "_index": 2586, + "_index": 3399, "data": { "manuals/addressing": {}, "manuals/application-security": {}, @@ -197375,7 +198045,7 @@ [ "mediaplayer", { - "_index": 1299, + "_index": 4660, "data": { "manuals/extensions-ext-manifests": {} }, @@ -197385,7 +198055,7 @@ [ "mediation", { - "_index": 6267, + "_index": 6618, "data": { "assets/cas-ai": {}, "assets/ironsource-official": {} @@ -197396,7 +198066,7 @@ [ "medium", { - "_index": 3870, + "_index": 1325, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -197407,7 +198077,7 @@ [ "mediump", { - "_index": 1230, + "_index": 2813, "data": { "manuals/optimization-speed": {}, "manuals/shader": {} @@ -197418,7 +198088,7 @@ [ "meet", { - "_index": 2867, + "_index": 4216, "data": { "manuals/application-security": {} }, @@ -197428,7 +198098,7 @@ [ "megabytes", { - "_index": 2194, + "_index": 641, "data": { "manuals/html5": {} }, @@ -197438,7 +198108,7 @@ [ "member", { - "_index": 1866, + "_index": 2950, "data": { "manuals/extensions": {}, "manuals/extensions-script-api": {}, @@ -197453,7 +198123,7 @@ [ "members", { - "_index": 1105, + "_index": 2737, "data": { "manuals/extensions-script-api": {}, "manuals/shader": {}, @@ -197465,7 +198135,7 @@ [ "membership", { - "_index": 8125, + "_index": 10506, "data": { "ref/stable/socket": {} }, @@ -197475,7 +198145,7 @@ [ "memcpy", { - "_index": 10062, + "_index": 7448, "data": { "ref/stable/dmArray": {}, "ref/stable/dmHashTable": {} @@ -197486,7 +198156,7 @@ [ "memory", { - "_index": 607, + "_index": 622, "data": { "assets/webgl-memory": {}, "manuals/app-manifest": {}, @@ -197527,7 +198197,7 @@ [ "memoryless", { - "_index": 7402, + "_index": 10409, "data": { "ref/stable/resource": {} }, @@ -197537,7 +198207,7 @@ [ "mentioned", { - "_index": 1370, + "_index": 4011, "data": { "manuals/extender-local-setup": {}, "manuals/flash": {} @@ -197548,7 +198218,7 @@ [ "menu", { - "_index": 1622, + "_index": 681, "data": { "assets/defmnu": {}, "assets/editor-script-align": {}, @@ -197588,7 +198258,7 @@ [ "menu.collection", { - "_index": 6102, + "_index": 6169, "data": { "examples/collection/proxy": {}, "examples/collection/splash": {} @@ -197599,7 +198269,7 @@ [ "menu_", { - "_index": 5809, + "_index": 5552, "data": { "manuals/editor": {} }, @@ -197609,7 +198279,7 @@ [ "menus", { - "_index": 3874, + "_index": 1333, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/editor-scripts": {}, @@ -197621,7 +198291,7 @@ [ "merge", { - "_index": 1281, + "_index": 4048, "data": { "manuals/extender-local-setup": {}, "manuals/extensions-ext-manifests": {}, @@ -197635,7 +198305,7 @@ [ "merged", { - "_index": 1278, + "_index": 4649, "data": { "manuals/extensions": {}, "manuals/extensions-ext-manifests": {}, @@ -197647,7 +198317,7 @@ [ "merges", { - "_index": 3844, + "_index": 4406, "data": { "manuals/design": {}, "manuals/version-control": {}, @@ -197659,7 +198329,7 @@ [ "mersenne", { - "_index": 6570, + "_index": 6462, "data": { "assets/sfmt": {} }, @@ -197669,7 +198339,7 @@ [ "mesh", { - "_index": 1020, + "_index": 1676, "data": { "assets/cleanexporter": {}, "assets/illumination": {}, @@ -197691,7 +198361,7 @@ [ "meshes", { - "_index": 4124, + "_index": 4807, "data": { "assets/3deforms": {}, "manuals/importing-models": {}, @@ -197704,7 +198374,7 @@ [ "message", { - "_index": 106, + "_index": 1025, "data": { "assets/quickbutton": {}, "examples/collection/proxy": {}, @@ -197768,7 +198438,7 @@ [ "message.color", { - "_index": 3682, + "_index": 1783, "data": { "manuals/render": {} }, @@ -197778,7 +198448,7 @@ [ "message.distance", { - "_index": 4773, + "_index": 3996, "data": { "manuals/physics-resolving-collisions": {} }, @@ -197788,7 +198458,7 @@ [ "message.enter", { - "_index": 5461, + "_index": 2046, "data": { "manuals/physics-messages": {} }, @@ -197798,7 +198468,7 @@ [ "message.handle", { - "_index": 3713, + "_index": 1834, "data": { "manuals/render": {} }, @@ -197808,7 +198478,7 @@ [ "message.height", { - "_index": 2681, + "_index": 1843, "data": { "manuals/gui-layouts": {}, "manuals/render": {} @@ -197819,7 +198489,7 @@ [ "message.id", { - "_index": 2676, + "_index": 2926, "data": { "manuals/gui-layouts": {} }, @@ -197829,7 +198499,7 @@ [ "message.info.name", { - "_index": 5799, + "_index": 3961, "data": { "manuals/live-update-scripting": {} }, @@ -197839,7 +198509,7 @@ [ "message.info.priority", { - "_index": 5804, + "_index": 3968, "data": { "manuals/live-update-scripting": {} }, @@ -197849,7 +198519,7 @@ [ "message.level", { - "_index": 5796, + "_index": 3958, "data": { "manuals/live-update-scripting": {} }, @@ -197859,7 +198529,7 @@ [ "message.normal", { - "_index": 4775, + "_index": 3998, "data": { "manuals/physics-resolving-collisions": {} }, @@ -197869,7 +198539,7 @@ [ "message.other_id", { - "_index": 5463, + "_index": 2048, "data": { "manuals/physics-messages": {} }, @@ -197879,7 +198549,7 @@ [ "message.other_mass", { - "_index": 5452, + "_index": 2034, "data": { "manuals/physics-messages": {} }, @@ -197889,7 +198559,7 @@ [ "message.projection", { - "_index": 3687, + "_index": 1787, "data": { "manuals/render": {} }, @@ -197899,7 +198569,7 @@ [ "message.score", { - "_index": 116, + "_index": 1612, "data": { "manuals/gui-text": {}, "manuals/message-passing": {} @@ -197910,7 +198580,7 @@ [ "message.texture_in", { - "_index": 3029, + "_index": 5328, "data": { "manuals/compute": {} }, @@ -197920,7 +198590,7 @@ [ "message.texture_out", { - "_index": 3031, + "_index": 5330, "data": { "manuals/compute": {} }, @@ -197930,7 +198600,7 @@ [ "message.view", { - "_index": 3685, + "_index": 1785, "data": { "manuals/render": {} }, @@ -197940,7 +198610,7 @@ [ "message.width", { - "_index": 2680, + "_index": 1842, "data": { "manuals/gui-layouts": {}, "manuals/render": {} @@ -197951,7 +198621,7 @@ [ "message1", { - "_index": 1561, + "_index": 3097, "data": { "manuals/optimization-speed": {} }, @@ -197961,7 +198631,7 @@ [ "message2", { - "_index": 1565, + "_index": 3099, "data": { "manuals/optimization-speed": {} }, @@ -197971,7 +198641,7 @@ [ "message3", { - "_index": 1563, + "_index": 3098, "data": { "manuals/optimization-speed": {} }, @@ -197981,7 +198651,7 @@ [ "message4", { - "_index": 1566, + "_index": 3100, "data": { "manuals/optimization-speed": {} }, @@ -197991,7 +198661,7 @@ [ "message_id", { - "_index": 105, + "_index": 1608, "data": { "manuals/compute": {}, "manuals/factory": {}, @@ -198016,7 +198686,7 @@ [ "messagedestroycallback", { - "_index": 10478, + "_index": 7318, "data": { "ref/stable/dmMessage": {} }, @@ -198026,7 +198696,7 @@ [ "messages", { - "_index": 1573, + "_index": 1602, "data": { "assets/defold-proto": {}, "assets/pigeon": {}, @@ -198066,7 +198736,7 @@ [ "messageui", { - "_index": 1298, + "_index": 4659, "data": { "manuals/extensions-ext-manifests": {} }, @@ -198076,7 +198746,7 @@ [ "messaging", { - "_index": 3368, + "_index": 5146, "data": { "assets/push": {}, "assets/tactxstudios": {}, @@ -198089,7 +198759,7 @@ [ "met", { - "_index": 1070, + "_index": 1876, "data": { "manuals/render": {}, "manuals/shader": {}, @@ -198102,7 +198772,7 @@ [ "meta", { - "_index": 1829, + "_index": 3325, "data": { "manuals/live-update": {}, "manuals/live-update-scripting": {}, @@ -198118,7 +198788,7 @@ [ "meta_get_instance_context_table_ref", { - "_index": 8834, + "_index": 10895, "data": { "ref/stable/dmScript": {} }, @@ -198128,7 +198798,7 @@ [ "metaballs", { - "_index": 6293, + "_index": 6530, "data": { "assets/defluid": {} }, @@ -198138,7 +198808,7 @@ [ "metadata", { - "_index": 5253, + "_index": 5456, "data": { "manuals/editor-scripts": {}, "ref/stable/buffer": {}, @@ -198150,7 +198820,7 @@ [ "metal", { - "_index": 3037, + "_index": 5335, "data": { "examples/physics/hinge_joint": {}, "examples/physics/pendulum": {}, @@ -198163,7 +198833,7 @@ [ "metamethod", { - "_index": 7249, + "_index": 8754, "data": { "ref/stable/base": {}, "ref/stable/coroutine": {} @@ -198174,7 +198844,7 @@ [ "metamethods", { - "_index": 2730, + "_index": 5751, "data": { "manuals/modules": {} }, @@ -198184,7 +198854,7 @@ [ "metatable", { - "_index": 6983, + "_index": 9420, "data": { "ref/stable/base": {}, "ref/stable/debug": {}, @@ -198196,7 +198866,7 @@ [ "metatables", { - "_index": 2714, + "_index": 5738, "data": { "manuals/modules": {} }, @@ -198206,7 +198876,7 @@ [ "meter", { - "_index": 5527, + "_index": 3852, "data": { "manuals/physics": {} }, @@ -198216,7 +198886,7 @@ [ "meters", { - "_index": 5522, + "_index": 3846, "data": { "manuals/physics": {}, "ref/stable/physics": {} @@ -198227,7 +198897,7 @@ [ "method", { - "_index": 1803, + "_index": 3311, "data": { "examples/particles/fireworks": {}, "manuals/debugging-game-logic": {}, @@ -198249,7 +198919,7 @@ [ "methods", { - "_index": 789, + "_index": 3733, "data": { "manuals/application-security": {}, "manuals/caching-assets": {}, @@ -198263,7 +198933,7 @@ [ "metrics", { - "_index": 1474, + "_index": 3909, "data": { "assets/defold-log": {}, "manuals/extender-local-setup": {}, @@ -198276,7 +198946,7 @@ [ "metroidvania", { - "_index": 6698, + "_index": 6342, "data": { "assets/alienworld": {} }, @@ -198286,7 +198956,7 @@ [ "mice", { - "_index": 7188, + "_index": 9515, "data": { "ref/stable/dmHid": {} }, @@ -198296,7 +198966,7 @@ [ "micro", { - "_index": 10082, + "_index": 10033, "data": { "ref/stable/dmConnectionPool": {} }, @@ -198306,7 +198976,7 @@ [ "micropather", { - "_index": 6517, + "_index": 6248, "data": { "assets/apathfinding": {} }, @@ -198316,7 +198986,7 @@ [ "microseconds", { - "_index": 7716, + "_index": 8759, "data": { "ref/stable/dmSSLSocket": {}, "ref/stable/dmSocket": {}, @@ -198328,7 +198998,7 @@ [ "microsoft", { - "_index": 2234, + "_index": 731, "data": { "manuals/html5": {}, "manuals/microsoft-xbox": {} @@ -198339,7 +199009,7 @@ [ "middle", { - "_index": 494, + "_index": 4195, "data": { "manuals/application-security": {}, "manuals/editor-scripts": {}, @@ -198352,7 +199022,7 @@ [ "middleware", { - "_index": 4258, + "_index": 3792, "data": { "manuals/microsoft-xbox": {}, "manuals/nintendo-switch": {}, @@ -198364,7 +199034,7 @@ [ "might", { - "_index": 4771, + "_index": 1942, "data": { "manuals/collection-proxy": {}, "manuals/debugging-native-code": {}, @@ -198393,7 +199063,7 @@ [ "migrate", { - "_index": 1068, + "_index": 2716, "data": { "manuals/shader": {} }, @@ -198403,7 +199073,7 @@ [ "migrated", { - "_index": 1064, + "_index": 2713, "data": { "manuals/shader": {} }, @@ -198413,7 +199083,7 @@ [ "migrating", { - "_index": 9334, + "_index": 7872, "data": { "ref/stable/gui": {} }, @@ -198423,7 +199093,7 @@ [ "migration", { - "_index": 1090, + "_index": 2726, "data": { "manuals/shader": {} }, @@ -198433,7 +199103,7 @@ [ "millisecond", { - "_index": 5104, + "_index": 5203, "data": { "manuals/lua": {}, "ref/stable/socket": {} @@ -198444,7 +199114,7 @@ [ "milliseconds", { - "_index": 4046, + "_index": 4244, "data": { "manuals/editor-scripts": {}, "manuals/lua": {}, @@ -198460,7 +199130,7 @@ [ "mime", { - "_index": 2210, + "_index": 670, "data": { "manuals/html5": {} }, @@ -198470,7 +199140,7 @@ [ "mimimal", { - "_index": 10879, + "_index": 10304, "data": { "ref/stable/profiler": {} }, @@ -198480,7 +199150,7 @@ [ "min", { - "_index": 2885, + "_index": 6023, "data": { "manuals/material": {}, "ref/stable/dmMath": {}, @@ -198496,7 +199166,7 @@ [ "min/mag", { - "_index": 2879, + "_index": 6018, "data": { "manuals/material": {} }, @@ -198506,7 +199176,7 @@ [ "min/max", { - "_index": 4537, + "_index": 5653, "data": { "manuals/mesh": {}, "ref/stable/vmath": {} @@ -198517,7 +199187,7 @@ [ "min_filter", { - "_index": 7834, + "_index": 8510, "data": { "ref/stable/render": {} }, @@ -198527,7 +199197,7 @@ [ "min_y", { - "_index": 2582, + "_index": 4301, "data": { "manuals/factory": {} }, @@ -198537,7 +199207,7 @@ [ "minchromeversion", { - "_index": 604, + "_index": 5235, "data": { "manuals/app-manifest": {} }, @@ -198547,7 +199217,7 @@ [ "mind", { - "_index": 1763, + "_index": 3638, "data": { "examples/sprite/tint": {}, "manuals/bundling": {}, @@ -198562,7 +199232,7 @@ [ "minfirefoxversion", { - "_index": 601, + "_index": 5233, "data": { "manuals/app-manifest": {} }, @@ -198572,7 +199242,7 @@ [ "mini", { - "_index": 3280, + "_index": 2147, "data": { "manuals/flash": {}, "manuals/optimization-size": {} @@ -198583,7 +199253,7 @@ [ "miniature", { - "_index": 2224, + "_index": 714, "data": { "manuals/html5": {} }, @@ -198593,7 +199263,7 @@ [ "minification", { - "_index": 2881, + "_index": 6020, "data": { "manuals/material": {} }, @@ -198603,7 +199273,7 @@ [ "minify", { - "_index": 5189, + "_index": 5393, "data": { "manuals/editor-scripts": {} }, @@ -198613,7 +199283,7 @@ [ "minifying", { - "_index": 2433, + "_index": 14, "data": { "manuals/texture-filtering": {} }, @@ -198623,7 +199293,7 @@ [ "minimal", { - "_index": 3585, + "_index": 2934, "data": { "assets/defold-nuklear": {}, "manuals/introduction": {}, @@ -198636,7 +199306,7 @@ [ "minimap", { - "_index": 3541, + "_index": 1614, "data": { "manuals/message-passing": {} }, @@ -198646,7 +199316,7 @@ [ "minimize/maximize", { - "_index": 4967, + "_index": 4770, "data": { "manuals/extensions": {} }, @@ -198656,7 +199326,7 @@ [ "minimized", { - "_index": 10868, + "_index": 10292, "data": { "ref/stable/profiler": {} }, @@ -198666,7 +199336,7 @@ [ "minimum", { - "_index": 584, + "_index": 1341, "data": { "examples/gui/healthbar": {}, "manuals/app-manifest": {}, @@ -198683,7 +199353,7 @@ [ "minor", { - "_index": 7227, + "_index": 10450, "data": { "ref/stable/dmHttpClient": {} }, @@ -198693,7 +199363,7 @@ [ "minsafariversion", { - "_index": 591, + "_index": 5230, "data": { "manuals/app-manifest": {} }, @@ -198703,7 +199373,7 @@ [ "minus", { - "_index": 7079, + "_index": 7502, "data": { "ref/stable/base": {}, "ref/stable/editor": {}, @@ -198716,7 +199386,7 @@ [ "minutes", { - "_index": 8457, + "_index": 9655, "data": { "ref/stable/sys": {} }, @@ -198726,7 +199396,7 @@ [ "mipmap", { - "_index": 2896, + "_index": 6033, "data": { "manuals/material": {}, "ref/stable/dmGraphics": {}, @@ -198738,7 +199408,7 @@ [ "mipmaps", { - "_index": 2900, + "_index": 2162, "data": { "manuals/material": {}, "manuals/optimization-size": {}, @@ -198750,7 +199420,7 @@ [ "mirastate", { - "_index": 6387, + "_index": 6754, "data": { "assets/mirastate": {} }, @@ -198760,7 +199430,7 @@ [ "miro", { - "_index": 8396, + "_index": 9595, "data": { "ref/stable/sys": {} }, @@ -198770,7 +199440,7 @@ [ "mirrors", { - "_index": 4151, + "_index": 3173, "data": { "manuals/bob": {} }, @@ -198780,7 +199450,7 @@ [ "mis", { - "_index": 4523, + "_index": 5668, "data": { "manuals/dev-app": {} }, @@ -198790,7 +199460,7 @@ [ "mismatch", { - "_index": 5496, + "_index": 3649, "data": { "manuals/extensions-best-practices": {}, "ref/stable/liveupdate": {} @@ -198801,7 +199471,7 @@ [ "miss", { - "_index": 5917, + "_index": 5693, "data": { "manuals/physics-events": {} }, @@ -198811,7 +199481,7 @@ [ "missed", { - "_index": 5914, + "_index": 5690, "data": { "manuals/physics-events": {}, "ref/stable/physics": {} @@ -198822,7 +199492,7 @@ [ "missing", { - "_index": 1288, + "_index": 3903, "data": { "assets/luasocket": {}, "manuals/application-security": {}, @@ -198838,7 +199508,7 @@ [ "missing_resources", { - "_index": 5794, + "_index": 3956, "data": { "manuals/live-update-scripting": {}, "ref/stable/collectionproxy": {} @@ -198849,7 +199519,7 @@ [ "mistakes", { - "_index": 5100, + "_index": 5199, "data": { "manuals/lua": {} }, @@ -198859,7 +199529,7 @@ [ "misunderstanding", { - "_index": 4571, + "_index": 6017, "data": { "manuals/building-blocks": {} }, @@ -198869,7 +199539,7 @@ [ "mitigate", { - "_index": 5501, + "_index": 3661, "data": { "manuals/extensions-best-practices": {} }, @@ -198879,7 +199549,7 @@ [ "mix", { - "_index": 3746, + "_index": 572, "data": { "assets/fmod": {}, "manuals/editor-scripts": {}, @@ -198892,7 +199562,7 @@ [ "mixer", { - "_index": 5695, + "_index": 3529, "data": { "manuals/sound": {}, "ref/stable/sound": {} @@ -198903,7 +199573,7 @@ [ "mixing", { - "_index": 4044, + "_index": 3648, "data": { "manuals/editor-scripts": {}, "manuals/extensions-best-practices": {}, @@ -198916,7 +199586,7 @@ [ "mkdir", { - "_index": 1442, + "_index": 4066, "data": { "manuals/extender-local-setup": {}, "manuals/live-update-aws": {} @@ -198927,7 +199597,7 @@ [ "mks", { - "_index": 5524, + "_index": 3848, "data": { "manuals/physics": {} }, @@ -198937,7 +199607,7 @@ [ "mm", { - "_index": 6010, + "_index": 2367, "data": { "manuals/hot-reload": {} }, @@ -198947,7 +199617,7 @@ [ "mm.val", { - "_index": 6012, + "_index": 2369, "data": { "manuals/hot-reload": {} }, @@ -198957,7 +199627,7 @@ [ "mmo", { - "_index": 6643, + "_index": 6625, "data": { "assets/pp": {} }, @@ -198967,7 +199637,7 @@ [ "mnu", { - "_index": 6648, + "_index": 6683, "data": { "assets/defmnu": {} }, @@ -198977,7 +199647,7 @@ [ "mobile", { - "_index": 25, + "_index": 1840, "data": { "assets/admob-defold": {}, "assets/defold-mobilehtml5-typing": {}, @@ -199005,7 +199675,7 @@ [ "mobile/handheld", { - "_index": 5068, + "_index": 2937, "data": { "manuals/optimization": {} }, @@ -199015,7 +199685,7 @@ [ "mobilecoreservices", { - "_index": 1301, + "_index": 4662, "data": { "manuals/extensions-ext-manifests": {} }, @@ -199025,7 +199695,7 @@ [ "mobilehtml5", { - "_index": 6646, + "_index": 6264, "data": { "assets/defold-mobilehtml5-typing": {} }, @@ -199035,7 +199705,7 @@ [ "mobileprovision", { - "_index": 6075, + "_index": 4892, "data": { "manuals/debugging-native-code-ios": {} }, @@ -199045,7 +199715,7 @@ [ "mobileprovisioning", { - "_index": 4188, + "_index": 3221, "data": { "manuals/bob": {} }, @@ -199055,7 +199725,7 @@ [ "mockup", { - "_index": 4467, + "_index": 447, "data": { "manuals/gui": {} }, @@ -199065,7 +199735,7 @@ [ "mod", { - "_index": 6601, + "_index": 6486, "data": { "assets/modplayer": {} }, @@ -199075,7 +199745,7 @@ [ "modal", { - "_index": 10810, + "_index": 9030, "data": { "ref/stable/editor": {} }, @@ -199085,7 +199755,7 @@ [ "mode", { - "_index": 73, + "_index": 124, "data": { "assets/defold-nuklear": {}, "examples/gui/slice9": {}, @@ -199137,7 +199807,7 @@ [ "mode_pause", { - "_index": 10849, + "_index": 10273, "data": { "ref/stable/profiler": {} }, @@ -199147,7 +199817,7 @@ [ "mode_record", { - "_index": 10851, + "_index": 10275, "data": { "ref/stable/profiler": {} }, @@ -199157,7 +199827,7 @@ [ "mode_run", { - "_index": 10853, + "_index": 10277, "data": { "ref/stable/profiler": {} }, @@ -199167,7 +199837,7 @@ [ "mode_show_peak_frame", { - "_index": 10856, + "_index": 10280, "data": { "ref/stable/profiler": {} }, @@ -199177,7 +199847,7 @@ [ "model", { - "_index": 457, + "_index": 1675, "data": { "assets/3deforms": {}, "examples/material/noise": {}, @@ -199209,7 +199879,7 @@ [ "model's", { - "_index": 936, + "_index": 2642, "data": { "manuals/shader": {} }, @@ -199219,7 +199889,7 @@ [ "model.cancel", { - "_index": 10880, + "_index": 9817, "data": { "ref/stable/model": {} }, @@ -199229,7 +199899,7 @@ [ "model.get_go", { - "_index": 499, + "_index": 4517, "data": { "manuals/model-animation": {}, "ref/stable/model": {} @@ -199240,7 +199910,7 @@ [ "model.get_mesh_enabled", { - "_index": 10883, + "_index": 9821, "data": { "ref/stable/model": {} }, @@ -199250,7 +199920,7 @@ [ "model.material", { - "_index": 4125, + "_index": 5921, "data": { "manuals/model": {} }, @@ -199260,7 +199930,7 @@ [ "model.play_anim", { - "_index": 458, + "_index": 4501, "data": { "manuals/model": {}, "manuals/model-animation": {}, @@ -199272,7 +199942,7 @@ [ "model.set_mesh_enabled", { - "_index": 10888, + "_index": 9826, "data": { "ref/stable/model": {} }, @@ -199282,7 +199952,7 @@ [ "model_animation_done", { - "_index": 10886, + "_index": 9824, "data": { "ref/stable/model": {} }, @@ -199292,7 +199962,7 @@ [ "modeling", { - "_index": 1019, + "_index": 2689, "data": { "manuals/shader": {} }, @@ -199302,7 +199972,7 @@ [ "modelling", { - "_index": 3581, + "_index": 5597, "data": { "manuals/introduction": {} }, @@ -199312,7 +199982,7 @@ [ "models", { - "_index": 451, + "_index": 1725, "data": { "assets/defold-3D-outline-shader": {}, "assets/defold-toon-shader": {}, @@ -199334,7 +200004,7 @@ [ "modern", { - "_index": 1041, + "_index": 2212, "data": { "assets/nakama": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -199346,7 +200016,7 @@ [ "modes", { - "_index": 82, + "_index": 381, "data": { "assets/defblend": {}, "manuals/editor-scripts": {}, @@ -199369,7 +200039,7 @@ [ "modes.md", { - "_index": 831, + "_index": 1196, "data": { "manuals/label": {}, "manuals/particlefx": {}, @@ -199382,7 +200052,7 @@ [ "modf", { - "_index": 9758, + "_index": 7281, "data": { "ref/stable/math": {} }, @@ -199392,7 +200062,7 @@ [ "modification", { - "_index": 3317, + "_index": 5112, "data": { "manuals/flash": {} }, @@ -199402,7 +200072,7 @@ [ "modifications", { - "_index": 2249, + "_index": 770, "data": { "manuals/editor-scripts": {}, "manuals/getting-help": {}, @@ -199416,7 +200086,7 @@ [ "modified", { - "_index": 2686, + "_index": 1693, "data": { "assets/luasocket": {}, "examples/sprite/tint": {}, @@ -199435,7 +200105,7 @@ [ "modifier", { - "_index": 3151, + "_index": 1117, "data": { "examples/particles/modifiers": {}, "manuals/particlefx": {} @@ -199446,7 +200116,7 @@ [ "modifiers", { - "_index": 3146, + "_index": 1110, "data": { "examples/particles/confetti": {}, "examples/particles/fire_and_smoke": {}, @@ -199459,7 +200129,7 @@ [ "modifies", { - "_index": 8849, + "_index": 10097, "data": { "ref/stable/b2d.body": {} }, @@ -199469,7 +200139,7 @@ [ "modify", { - "_index": 1596, + "_index": 775, "data": { "examples/sprite/tint": {}, "manuals/application-security": {}, @@ -199499,7 +200169,7 @@ [ "modifying", { - "_index": 85, + "_index": 4694, "data": { "manuals/gui-template": {}, "manuals/gui-text": {}, @@ -199511,7 +200181,7 @@ [ "modname", { - "_index": 7258, + "_index": 9373, "data": { "ref/stable/base": {}, "ref/stable/package": {} @@ -199522,7 +200192,7 @@ [ "modplayer", { - "_index": 6600, + "_index": 6485, "data": { "assets/modplayer": {} }, @@ -199532,7 +200202,7 @@ [ "module", { - "_index": 570, + "_index": 1269, "data": { "assets/bit46": {}, "assets/compat53": {}, @@ -199562,7 +200232,7 @@ [ "module.lua", { - "_index": 2687, + "_index": 5720, "data": { "manuals/modules": {} }, @@ -199572,7 +200242,7 @@ [ "module_name", { - "_index": 4938, + "_index": 4740, "data": { "manuals/extensions": {} }, @@ -199582,7 +200252,7 @@ [ "modules", { - "_index": 2691, + "_index": 3140, "data": { "assets/defoldinput": {}, "assets/m": {}, @@ -199600,7 +200270,7 @@ [ "moku", { - "_index": 6662, + "_index": 6294, "data": { "assets/moku": {} }, @@ -199610,7 +200280,7 @@ [ "moltenvk", { - "_index": 3038, + "_index": 5336, "data": { "manuals/compute": {} }, @@ -199620,7 +200290,7 @@ [ "moment", { - "_index": 4397, + "_index": 3720, "data": { "assets/def-behavior-tree": {}, "manuals/physics-events": {}, @@ -199632,7 +200302,7 @@ [ "monalisa.collection", { - "_index": 1787, + "_index": 3302, "data": { "manuals/live-update": {} }, @@ -199642,7 +200312,7 @@ [ "monarch", { - "_index": 6645, + "_index": 6480, "data": { "assets/monarch": {} }, @@ -199652,7 +200322,7 @@ [ "monetary", { - "_index": 8556, + "_index": 10019, "data": { "ref/stable/os": {} }, @@ -199662,7 +200332,7 @@ [ "monetization", { - "_index": 6671, + "_index": 6255, "data": { "assets/webmonetization": {} }, @@ -199672,7 +200342,7 @@ [ "monetize", { - "_index": 6474, + "_index": 6507, "data": { "assets/admob-defold": {} }, @@ -199682,7 +200352,7 @@ [ "money", { - "_index": 1657, + "_index": 4839, "data": { "manuals/porting-guidelines": {} }, @@ -199692,7 +200362,7 @@ [ "monitor", { - "_index": 1383, + "_index": 4017, "data": { "assets/sentinel": {}, "manuals/extender-local-setup": {}, @@ -199706,7 +200376,7 @@ [ "monitors", { - "_index": 7645, + "_index": 8028, "data": { "ref/stable/dmAndroid": {} }, @@ -199716,7 +200386,7 @@ [ "mono", { - "_index": 3119, + "_index": 2126, "data": { "manuals/editor-styling": {}, "manuals/optimization-size": {} @@ -199724,10 +200394,20 @@ "type": {} } ], + [ + "monotonic", + { + "_index": 9833, + "data": { + "ref/stable/dmTime": {} + }, + "type": {} + } + ], [ "monsters", { - "_index": 6357, + "_index": 6425, "data": { "assets/slasherprototype": {} }, @@ -199737,7 +200417,7 @@ [ "month", { - "_index": 6577, + "_index": 6695, "data": { "assets/gamedistribution": {}, "ref/stable/os": {} @@ -199748,7 +200428,7 @@ [ "more", { - "_index": 316, + "_index": 629, "data": { "assets/colorlib": {}, "assets/defbuild": {}, @@ -199854,7 +200534,7 @@ [ "moreover", { - "_index": 7284, + "_index": 9397, "data": { "ref/stable/package": {} }, @@ -199864,7 +200544,7 @@ [ "morph", { - "_index": 4834, + "_index": 4813, "data": { "manuals/importing-models": {} }, @@ -199874,7 +200554,7 @@ [ "most", { - "_index": 444, + "_index": 686, "data": { "examples/material/screenspace": {}, "manuals/addressing": {}, @@ -199906,7 +200586,7 @@ [ "mostly", { - "_index": 1002, + "_index": 2678, "data": { "manuals/editor-scripts": {}, "manuals/extensions-best-practices": {}, @@ -199920,7 +200600,7 @@ [ "motion", { - "_index": 3290, + "_index": 5091, "data": { "assets/rive": {}, "manuals/flash": {}, @@ -199933,7 +200613,7 @@ [ "motor", { - "_index": 6001, + "_index": 5795, "data": { "manuals/physics-joints": {}, "ref/stable/physics": {} @@ -199944,7 +200624,7 @@ [ "mount", { - "_index": 1837, + "_index": 3331, "data": { "manuals/live-update": {}, "manuals/live-update-scripting": {}, @@ -199957,7 +200637,7 @@ [ "mount.name", { - "_index": 5770, + "_index": 3929, "data": { "manuals/live-update-scripting": {} }, @@ -199967,7 +200647,7 @@ [ "mount.priority", { - "_index": 5769, + "_index": 3928, "data": { "manuals/live-update-scripting": {} }, @@ -199977,7 +200657,7 @@ [ "mount.uri", { - "_index": 5768, + "_index": 3927, "data": { "manuals/live-update-scripting": {} }, @@ -199987,7 +200667,7 @@ [ "mount_zip", { - "_index": 5787, + "_index": 3948, "data": { "manuals/live-update-scripting": {} }, @@ -199997,7 +200677,7 @@ [ "mounted", { - "_index": 6785, + "_index": 9670, "data": { "ref/stable/liveupdate": {}, "ref/stable/sys": {} @@ -200008,7 +200688,7 @@ [ "mounts", { - "_index": 5766, + "_index": 3923, "data": { "manuals/live-update-scripting": {}, "ref/stable/dmResource": {}, @@ -200020,7 +200700,7 @@ [ "mouse", { - "_index": 1951, + "_index": 785, "data": { "assets/pointer-lock": {}, "examples/gui/drag": {}, @@ -200048,7 +200728,7 @@ [ "mouse/touch", { - "_index": 2134, + "_index": 4476, "data": { "examples/physics/raycast": {}, "manuals/input-mouse-and-touch": {} @@ -200059,7 +200739,7 @@ [ "mouse_button_1", { - "_index": 2113, + "_index": 4461, "data": { "manuals/input-mouse-and-touch": {} }, @@ -200069,7 +200749,7 @@ [ "mouse_button_2", { - "_index": 2114, + "_index": 4462, "data": { "manuals/input-mouse-and-touch": {} }, @@ -200079,7 +200759,7 @@ [ "mouse_button_3", { - "_index": 2115, + "_index": 4463, "data": { "manuals/input-mouse-and-touch": {} }, @@ -200089,7 +200769,7 @@ [ "mouse_button_left", { - "_index": 2109, + "_index": 4458, "data": { "manuals/input-mouse-and-touch": {} }, @@ -200099,7 +200779,7 @@ [ "mouse_button_middle", { - "_index": 2111, + "_index": 4460, "data": { "manuals/input-mouse-and-touch": {} }, @@ -200109,7 +200789,7 @@ [ "mouse_button_right", { - "_index": 2110, + "_index": 4459, "data": { "manuals/input-mouse-and-touch": {} }, @@ -200119,7 +200799,7 @@ [ "mouse_press", { - "_index": 2050, + "_index": 5981, "data": { "manuals/input": {} }, @@ -200129,7 +200809,7 @@ [ "mouse_wheel_up", { - "_index": 2129, + "_index": 4471, "data": { "manuals/input-mouse-and-touch": {} }, @@ -200139,7 +200819,7 @@ [ "mousebutton", { - "_index": 7211, + "_index": 9535, "data": { "ref/stable/dmHid": {} }, @@ -200149,7 +200829,7 @@ [ "mouselook", { - "_index": 6755, + "_index": 6472, "data": { "assets/pointer-lock": {} }, @@ -200159,7 +200839,7 @@ [ "mousepacket", { - "_index": 7212, + "_index": 9536, "data": { "ref/stable/dmHid": {} }, @@ -200169,7 +200849,7 @@ [ "move", { - "_index": 944, + "_index": 73, "data": { "assets/defgraph": {}, "examples/factory/bullets": {}, @@ -200196,7 +200876,7 @@ [ "move_above", { - "_index": 9272, + "_index": 7803, "data": { "ref/stable/gui": {} }, @@ -200206,7 +200886,7 @@ [ "move_below", { - "_index": 9274, + "_index": 7805, "data": { "ref/stable/gui": {} }, @@ -200216,7 +200896,7 @@ [ "move_forward", { - "_index": 5861, + "_index": 4569, "data": { "manuals/glossary": {} }, @@ -200226,7 +200906,7 @@ [ "moved", { - "_index": 2008, + "_index": 367, "data": { "manuals/flash": {}, "manuals/gui": {}, @@ -200239,7 +200919,7 @@ [ "movement", { - "_index": 953, + "_index": 1193, "data": { "assets/defoldgridengine": {}, "assets/operator": {}, @@ -200264,7 +200944,7 @@ [ "moves", { - "_index": 3170, + "_index": 1159, "data": { "examples/gui/drag": {}, "examples/physics/kinematic": {}, @@ -200278,7 +200958,7 @@ [ "movie", { - "_index": 3232, + "_index": 5051, "data": { "manuals/flash": {} }, @@ -200288,7 +200968,7 @@ [ "movieclip", { - "_index": 3242, + "_index": 5057, "data": { "manuals/flash": {} }, @@ -200298,7 +200978,7 @@ [ "moving", { - "_index": 1899, + "_index": 1689, "data": { "assets/defarmy": {}, "manuals/editor": {}, @@ -200315,7 +200995,7 @@ [ "mozilla/5.0", { - "_index": 8461, + "_index": 9659, "data": { "ref/stable/sys": {} }, @@ -200325,7 +201005,7 @@ [ "mp", { - "_index": 4187, + "_index": 3220, "data": { "manuals/bob": {}, "manuals/debugging-native-code-ios": {} @@ -200336,7 +201016,7 @@ [ "ms", { - "_index": 3142, + "_index": 2427, "data": { "manuals/editor-styling": {} }, @@ -200346,7 +201026,7 @@ [ "msg", { - "_index": 3562, + "_index": 1663, "data": { "manuals/message-passing": {}, "ref/stable/msg": {} @@ -200357,7 +201037,7 @@ [ "msg.post", { - "_index": 1562, + "_index": 1594, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/addressing": {}, @@ -200385,7 +201065,7 @@ [ "msg.url", { - "_index": 1582, + "_index": 3108, "data": { "manuals/addressing": {}, "manuals/factory": {}, @@ -200401,7 +201081,7 @@ [ "msg_clear_color", { - "_index": 3676, + "_index": 1776, "data": { "manuals/render": {} }, @@ -200411,7 +201091,7 @@ [ "msg_set_view_proj", { - "_index": 3679, + "_index": 1780, "data": { "manuals/render": {} }, @@ -200421,7 +201101,7 @@ [ "msg_window_resized", { - "_index": 3678, + "_index": 1778, "data": { "manuals/render": {} }, @@ -200431,7 +201111,7 @@ [ "msi", { - "_index": 4152, + "_index": 3174, "data": { "manuals/bob": {} }, @@ -200441,7 +201121,7 @@ [ "mtlcommandqueue", { - "_index": 10303, + "_index": 6907, "data": { "ref/stable/dmGraphics": {} }, @@ -200451,7 +201131,7 @@ [ "mtltexture", { - "_index": 10323, + "_index": 6929, "data": { "ref/stable/dmGraphics": {} }, @@ -200461,7 +201141,7 @@ [ "mtx_normal", { - "_index": 1102, + "_index": 2735, "data": { "manuals/shader": {} }, @@ -200471,7 +201151,7 @@ [ "mtx_proj", { - "_index": 1100, + "_index": 2733, "data": { "manuals/shader": {} }, @@ -200481,7 +201161,7 @@ [ "mtx_view", { - "_index": 1101, + "_index": 2734, "data": { "manuals/shader": {} }, @@ -200491,7 +201171,7 @@ [ "mtx_world", { - "_index": 1099, + "_index": 2732, "data": { "manuals/shader": {} }, @@ -200501,7 +201181,7 @@ [ "much", { - "_index": 1611, + "_index": 317, "data": { "assets/nakama": {}, "manuals/application-security": {}, @@ -200527,7 +201207,7 @@ [ "mul", { - "_index": 7573, + "_index": 9846, "data": { "ref/stable/dmTransform": {} }, @@ -200537,7 +201217,7 @@ [ "mul_per_elem", { - "_index": 8351, + "_index": 7051, "data": { "ref/stable/vmath": {} }, @@ -200547,7 +201227,7 @@ [ "mulnoscalez", { - "_index": 7575, + "_index": 9847, "data": { "ref/stable/dmTransform": {} }, @@ -200557,7 +201237,7 @@ [ "mulperelem", { - "_index": 7681, + "_index": 7391, "data": { "ref/stable/dmVMath": {} }, @@ -200567,7 +201247,7 @@ [ "multi", { - "_index": 1954, + "_index": 1354, "data": { "manuals/atlas": {}, "manuals/design": {}, @@ -200583,7 +201263,7 @@ [ "multiaddr", { - "_index": 8154, + "_index": 10533, "data": { "ref/stable/socket": {} }, @@ -200593,7 +201273,7 @@ [ "multicast", { - "_index": 8123, + "_index": 10504, "data": { "ref/stable/socket": {} }, @@ -200603,7 +201283,7 @@ [ "multiplatform", { - "_index": 6686, + "_index": 6745, "data": { "assets/matchanovel": {} }, @@ -200613,7 +201293,7 @@ [ "multiplayer", { - "_index": 5538, + "_index": 4105, "data": { "assets/colyseus": {}, "assets/nakama": {}, @@ -200626,7 +201306,7 @@ [ "multiple", { - "_index": 478, + "_index": 111, "data": { "assets/defglot": {}, "examples/material/noise": {}, @@ -200683,7 +201363,7 @@ [ "multiplication", { - "_index": 8353, + "_index": 7053, "data": { "ref/stable/sound": {}, "ref/stable/vmath": {} @@ -200694,7 +201374,7 @@ [ "multiplied", { - "_index": 993, + "_index": 325, "data": { "manuals/gui": {}, "manuals/gui-box": {}, @@ -200709,7 +201389,7 @@ [ "multiplier", { - "_index": 5307, + "_index": 2594, "data": { "manuals/properties": {}, "ref/stable/base": {}, @@ -200722,7 +201402,7 @@ [ "multiplies", { - "_index": 4446, + "_index": 355, "data": { "manuals/gui": {} }, @@ -200732,7 +201412,7 @@ [ "multiply", { - "_index": 1138, + "_index": 354, "data": { "manuals/gui": {}, "manuals/particlefx": {}, @@ -200747,7 +201427,7 @@ [ "multitarget", { - "_index": 9800, + "_index": 8231, "data": { "ref/stable/graphics": {} }, @@ -200757,7 +201437,7 @@ [ "music", { - "_index": 1781, + "_index": 2115, "data": { "manuals/optimization-size": {}, "manuals/porting-guidelines": {}, @@ -200770,7 +201450,7 @@ [ "must", { - "_index": 49, + "_index": 553, "data": { "examples/basics/parent_child": {}, "examples/movement/look_rotation": {}, @@ -200848,7 +201528,7 @@ [ "mustache", { - "_index": 2295, + "_index": 838, "data": { "manuals/html5": {} }, @@ -200858,7 +201538,7 @@ [ "mutable", { - "_index": 9615, + "_index": 9320, "data": { "ref/stable/dmGameObject": {} }, @@ -200868,7 +201548,7 @@ [ "mutate", { - "_index": 3974, + "_index": 1501, "data": { "manuals/editor-scripts-ui": {} }, @@ -200878,7 +201558,7 @@ [ "mutating", { - "_index": 3859, + "_index": 1303, "data": { "manuals/editor-scripts-ui": {} }, @@ -200888,7 +201568,7 @@ [ "muted", { - "_index": 10047, + "_index": 10770, "data": { "ref/stable/sound": {} }, @@ -200898,7 +201578,7 @@ [ "mutex", { - "_index": 2071, + "_index": 1049, "data": { "manuals/extensions-defold-sdk": {}, "ref/stable/dmConditionVariable": {}, @@ -200910,7 +201590,7 @@ [ "mv", { - "_index": 6078, + "_index": 4897, "data": { "manuals/debugging-native-code-ios": {} }, @@ -200920,7 +201600,7 @@ [ "my", { - "_index": 1155, + "_index": 1984, "data": { "manuals/bob": {}, "manuals/debugging-game-logic": {}, @@ -200935,7 +201615,7 @@ [ "my_animation", { - "_index": 2529, + "_index": 2892, "data": { "manuals/atlas": {} }, @@ -200945,7 +201625,7 @@ [ "my_atlas.texturesetc", { - "_index": 2538, + "_index": 2901, "data": { "manuals/atlas": {} }, @@ -200955,7 +201635,7 @@ [ "my_atlas_id", { - "_index": 2536, + "_index": 2899, "data": { "manuals/atlas": {} }, @@ -200965,7 +201645,7 @@ [ "my_backing_texture.texturec", { - "_index": 2991, + "_index": 5296, "data": { "manuals/compute": {} }, @@ -200975,7 +201655,7 @@ [ "my_box_shape", { - "_index": 215, + "_index": 5529, "data": { "manuals/physics-shapes": {} }, @@ -200985,7 +201665,7 @@ [ "my_button", { - "_index": 2564, + "_index": 5905, "data": { "manuals/gui-script": {} }, @@ -200995,7 +201675,7 @@ [ "my_capsule_shape", { - "_index": 205, + "_index": 5523, "data": { "manuals/physics-shapes": {} }, @@ -201005,7 +201685,7 @@ [ "my_compute", { - "_index": 2972, + "_index": 5283, "data": { "manuals/compute": {} }, @@ -201015,7 +201695,7 @@ [ "my_custom_texture.texturec", { - "_index": 2521, + "_index": 2883, "data": { "manuals/atlas": {} }, @@ -201025,7 +201705,7 @@ [ "my_define", { - "_index": 1322, + "_index": 4680, "data": { "manuals/extensions-ext-manifests": {} }, @@ -201035,7 +201715,7 @@ [ "my_easing", { - "_index": 4672, + "_index": 3782, "data": { "manuals/property-animation": {} }, @@ -201045,7 +201725,7 @@ [ "my_end", { - "_index": 5936, + "_index": 1015, "data": { "manuals/physics-ray-casts": {} }, @@ -201055,7 +201735,7 @@ [ "my_global_value", { - "_index": 5095, + "_index": 5193, "data": { "manuals/lua": {} }, @@ -201065,7 +201745,7 @@ [ "my_group1", { - "_index": 5938, + "_index": 1020, "data": { "manuals/physics-ray-casts": {} }, @@ -201075,7 +201755,7 @@ [ "my_group2", { - "_index": 5939, + "_index": 1021, "data": { "manuals/physics-ray-casts": {} }, @@ -201085,7 +201765,7 @@ [ "my_groups", { - "_index": 5937, + "_index": 1018, "data": { "manuals/physics-ray-casts": {} }, @@ -201095,7 +201775,7 @@ [ "my_hinge", { - "_index": 6000, + "_index": 5794, "data": { "manuals/physics-joints": {} }, @@ -201105,7 +201785,7 @@ [ "my_id", { - "_index": 4894, + "_index": 3426, "data": { "manuals/addressing": {} }, @@ -201115,7 +201795,7 @@ [ "my_image", { - "_index": 1093, + "_index": 2729, "data": { "manuals/shader": {} }, @@ -201125,7 +201805,7 @@ [ "my_json_formatter", { - "_index": 5265, + "_index": 5468, "data": { "manuals/editor-scripts": {} }, @@ -201135,7 +201815,7 @@ [ "my_json_formatter.indent", { - "_index": 5269, + "_index": 5472, "data": { "manuals/editor-scripts": {} }, @@ -201145,7 +201825,7 @@ [ "my_json_formatter.indent.size", { - "_index": 5258, + "_index": 5461, "data": { "manuals/editor-scripts": {} }, @@ -201155,7 +201835,7 @@ [ "my_json_formatter.indent.type", { - "_index": 5261, + "_index": 5464, "data": { "manuals/editor-scripts": {} }, @@ -201165,7 +201845,7 @@ [ "my_json_formatter.jq_path", { - "_index": 5256, + "_index": 5459, "data": { "manuals/editor-scripts": {} }, @@ -201175,7 +201855,7 @@ [ "my_label", { - "_index": 838, + "_index": 5617, "data": { "manuals/label": {} }, @@ -201185,7 +201865,7 @@ [ "my_load_engine", { - "_index": 5034, + "_index": 4641, "data": { "manuals/extensions-manifest-merge-tool": {} }, @@ -201195,7 +201875,7 @@ [ "my_material", { - "_index": 3693, + "_index": 1795, "data": { "manuals/render": {} }, @@ -201205,7 +201885,7 @@ [ "my_module", { - "_index": 6011, + "_index": 2368, "data": { "manuals/hot-reload": {} }, @@ -201215,7 +201895,7 @@ [ "my_module.lua", { - "_index": 6007, + "_index": 2364, "data": { "manuals/hot-reload": {} }, @@ -201225,7 +201905,7 @@ [ "my_pie_node", { - "_index": 5046, + "_index": 5011, "data": { "manuals/gui-pie": {} }, @@ -201235,7 +201915,7 @@ [ "my_property", { - "_index": 2356, + "_index": 5629, "data": { "manuals/script-properties": {} }, @@ -201245,7 +201925,7 @@ [ "my_property.default", { - "_index": 4395, + "_index": 3718, "data": { "manuals/project-settings": {} }, @@ -201255,7 +201935,7 @@ [ "my_property.help", { - "_index": 4393, + "_index": 3716, "data": { "manuals/project-settings": {} }, @@ -201265,7 +201945,7 @@ [ "my_property.private", { - "_index": 4396, + "_index": 3719, "data": { "manuals/project-settings": {} }, @@ -201275,7 +201955,7 @@ [ "my_property.type", { - "_index": 4389, + "_index": 3711, "data": { "manuals/project-settings": {} }, @@ -201285,7 +201965,7 @@ [ "my_red_color", { - "_index": 1209, + "_index": 2803, "data": { "manuals/shader": {} }, @@ -201295,7 +201975,7 @@ [ "my_render_target", { - "_index": 3695, + "_index": 1798, "data": { "manuals/render": {} }, @@ -201305,7 +201985,7 @@ [ "my_script.script", { - "_index": 2355, + "_index": 5628, "data": { "manuals/script-properties": {} }, @@ -201315,7 +201995,7 @@ [ "my_sphere_shape", { - "_index": 209, + "_index": 5526, "data": { "manuals/physics-shapes": {} }, @@ -201325,7 +202005,7 @@ [ "my_start", { - "_index": 5935, + "_index": 1013, "data": { "manuals/physics-ray-casts": {} }, @@ -201335,7 +202015,7 @@ [ "my_state", { - "_index": 2711, + "_index": 5736, "data": { "manuals/modules": {} }, @@ -201345,7 +202025,7 @@ [ "my_state.alter_state", { - "_index": 2734, + "_index": 5755, "data": { "manuals/modules": {} }, @@ -201355,7 +202035,7 @@ [ "my_state.get_state", { - "_index": 2735, + "_index": 5756, "data": { "manuals/modules": {} }, @@ -201365,7 +202045,7 @@ [ "my_state:alter_state", { - "_index": 2722, + "_index": 5745, "data": { "manuals/modules": {} }, @@ -201375,7 +202055,7 @@ [ "my_state:get_state", { - "_index": 2723, + "_index": 5746, "data": { "manuals/modules": {} }, @@ -201385,7 +202065,7 @@ [ "my_test_joint", { - "_index": 5994, + "_index": 5788, "data": { "manuals/physics-joints": {} }, @@ -201395,7 +202075,7 @@ [ "my_texture", { - "_index": 1092, + "_index": 2728, "data": { "manuals/shader": {} }, @@ -201405,7 +202085,7 @@ [ "my_texture.texture", { - "_index": 3707, + "_index": 1826, "data": { "manuals/render": {} }, @@ -201415,7 +202095,7 @@ [ "my_texture_array", { - "_index": 1114, + "_index": 2744, "data": { "manuals/shader": {} }, @@ -201425,7 +202105,7 @@ [ "my_texture_handle", { - "_index": 3709, + "_index": 1828, "data": { "manuals/render": {} }, @@ -201435,7 +202115,7 @@ [ "my_texture_handle.handle", { - "_index": 3711, + "_index": 1831, "data": { "manuals/render": {} }, @@ -201445,7 +202125,7 @@ [ "my_texture_id", { - "_index": 2519, + "_index": 2882, "data": { "manuals/atlas": {} }, @@ -201455,7 +202135,7 @@ [ "my_texture_resource", { - "_index": 3706, + "_index": 1824, "data": { "manuals/render": {} }, @@ -201465,7 +202145,7 @@ [ "my_url", { - "_index": 4903, + "_index": 3439, "data": { "manuals/addressing": {} }, @@ -201475,7 +202155,7 @@ [ "my_url.fragment", { - "_index": 4907, + "_index": 3444, "data": { "manuals/addressing": {} }, @@ -201485,7 +202165,7 @@ [ "my_url.path", { - "_index": 4906, + "_index": 3443, "data": { "manuals/addressing": {} }, @@ -201495,7 +202175,7 @@ [ "my_url.socket", { - "_index": 4904, + "_index": 3440, "data": { "manuals/addressing": {} }, @@ -201505,7 +202185,7 @@ [ "my_val", { - "_index": 4583, + "_index": 5859, "data": { "manuals/debugging-game-logic": {} }, @@ -201515,7 +202195,7 @@ [ "my_value", { - "_index": 4380, + "_index": 3701, "data": { "manuals/project-settings": {} }, @@ -201525,7 +202205,7 @@ [ "myalias", { - "_index": 5418, + "_index": 6066, "data": { "manuals/android": {} }, @@ -201535,7 +202215,7 @@ [ "myapp", { - "_index": 4822, + "_index": 5003, "data": { "manuals/debugging-native-code": {} }, @@ -201545,7 +202225,7 @@ [ "myapp.dsym/contents/resources/dwarf/myapp", { - "_index": 4817, + "_index": 4999, "data": { "manuals/debugging-native-code": {} }, @@ -201555,7 +202235,7 @@ [ "mybigfont", { - "_index": 4411, + "_index": 162, "data": { "manuals/gui": {} }, @@ -201565,7 +202245,7 @@ [ "mycolor", { - "_index": 6234, + "_index": 6242, "data": { "examples/material/vertexcolor": {} }, @@ -201575,7 +202255,7 @@ [ "myeffect", { - "_index": 4416, + "_index": 179, "data": { "manuals/gui": {} }, @@ -201585,7 +202265,7 @@ [ "myextension", { - "_index": 4930, + "_index": 4728, "data": { "manuals/extensions": {} }, @@ -201595,7 +202275,7 @@ [ "myextension.cpp", { - "_index": 4935, + "_index": 4737, "data": { "manuals/extensions": {} }, @@ -201605,7 +202285,7 @@ [ "myextension.mm", { - "_index": 5465, + "_index": 3604, "data": { "manuals/extensions-best-practices": {} }, @@ -201615,7 +202295,7 @@ [ "myextension.reverse", { - "_index": 4963, + "_index": 4766, "data": { "manuals/extensions": {} }, @@ -201625,7 +202305,7 @@ [ "myextension_android.cpp", { - "_index": 5466, + "_index": 3605, "data": { "manuals/extensions-best-practices": {} }, @@ -201635,7 +202315,7 @@ [ "mygame", { - "_index": 1692, + "_index": 3963, "data": { "manuals/live-update-scripting": {}, "manuals/porting-guidelines": {} @@ -201646,7 +202326,7 @@ [ "mykeystore.keystore", { - "_index": 5415, + "_index": 6063, "data": { "manuals/android": {} }, @@ -201656,7 +202336,7 @@ [ "myobject#my_script", { - "_index": 2361, + "_index": 5634, "data": { "manuals/script-properties": {} }, @@ -201666,7 +202346,7 @@ [ "myobject#script", { - "_index": 2359, + "_index": 5632, "data": { "manuals/script-properties": {} }, @@ -201676,7 +202356,7 @@ [ "myproject", { - "_index": 6072, + "_index": 4888, "data": { "manuals/debugging-native-code-ios": {} }, @@ -201686,7 +202366,7 @@ [ "myproxy", { - "_index": 5390, + "_index": 4718, "data": { "manuals/collection-proxy": {} }, @@ -201696,7 +202376,7 @@ [ "mytheme", { - "_index": 4421, + "_index": 187, "data": { "manuals/gui": {} }, @@ -201706,7 +202386,7 @@ [ "n", { - "_index": 2141, + "_index": 1525, "data": { "manuals/editor-scripts": {}, "manuals/editor-scripts-ui": {}, @@ -201728,7 +202408,7 @@ [ "n*m", { - "_index": 7062, + "_index": 7485, "data": { "ref/stable/physics": {} }, @@ -201738,7 +202418,7 @@ [ "n+1", { - "_index": 6845, + "_index": 6940, "data": { "ref/stable/table": {} }, @@ -201748,7 +202428,7 @@ [ "n`where", { - "_index": 2140, + "_index": 4477, "data": { "manuals/input-mouse-and-touch": {} }, @@ -201758,7 +202438,7 @@ [ "nagle's", { - "_index": 8101, + "_index": 10489, "data": { "ref/stable/socket": {} }, @@ -201768,7 +202448,7 @@ [ "naive", { - "_index": 4751, + "_index": 3975, "data": { "manuals/physics-resolving-collisions": {} }, @@ -201778,7 +202458,7 @@ [ "nakama", { - "_index": 6434, + "_index": 6347, "data": { "assets/nakama": {} }, @@ -201788,7 +202468,7 @@ [ "name", { - "_index": 590, + "_index": 247, "data": { "manuals/addressing": {}, "manuals/app-manifest": {}, @@ -201878,7 +202558,7 @@ [ "name.build/base.lproj/launchscreen.storyboardc", { - "_index": 3471, + "_index": 3013, "data": { "manuals/ios": {} }, @@ -201888,7 +202568,7 @@ [ "name.build/debug", { - "_index": 3469, + "_index": 3011, "data": { "manuals/ios": {} }, @@ -201898,7 +202578,7 @@ [ "name.glsl", { - "_index": 1169, + "_index": 2781, "data": { "manuals/shader": {} }, @@ -201908,7 +202588,7 @@ [ "name_hash", { - "_index": 7488, + "_index": 10933, "data": { "ref/stable/dmRender": {} }, @@ -201918,7 +202598,7 @@ [ "named", { - "_index": 862, + "_index": 1774, "data": { "assets/colorlib": {}, "manuals/addressing": {}, @@ -201955,7 +202635,7 @@ [ "names", { - "_index": 775, + "_index": 1885, "data": { "manuals/addressing": {}, "manuals/caching-assets": {}, @@ -201982,7 +202662,7 @@ [ "namespace", { - "_index": 2541, + "_index": 3387, "data": { "manuals/addressing": {}, "manuals/gui-script": {}, @@ -201994,7 +202674,7 @@ [ "namespaces", { - "_index": 2064, + "_index": 1033, "data": { "manuals/extensions-defold-sdk": {} }, @@ -202004,7 +202684,7 @@ [ "naming", { - "_index": 3535, + "_index": 1598, "data": { "manuals/addressing": {}, "manuals/design": {}, @@ -202017,7 +202697,7 @@ [ "narrative", { - "_index": 6614, + "_index": 6446, "data": { "assets/matchanovel": {}, "assets/narrator": {} @@ -202028,7 +202708,7 @@ [ "narratives", { - "_index": 6349, + "_index": 6453, "data": { "assets/defarc": {} }, @@ -202038,7 +202718,7 @@ [ "narrator", { - "_index": 6610, + "_index": 6442, "data": { "assets/defold-ink": {}, "assets/narrator": {} @@ -202049,7 +202729,7 @@ [ "narrowing", { - "_index": 4620, + "_index": 5887, "data": { "manuals/debugging-game-logic": {} }, @@ -202059,7 +202739,7 @@ [ "native", { - "_index": 1678, + "_index": 1066, "data": { "assets/apathfinding": {}, "assets/cafebazaar": {}, @@ -202124,7 +202804,7 @@ [ "native/videoplayer/src", { - "_index": 6091, + "_index": 4911, "data": { "manuals/debugging-native-code-ios": {} }, @@ -202134,7 +202814,7 @@ [ "natively", { - "_index": 4294, + "_index": 3143, "data": { "manuals/writing-code": {} }, @@ -202144,7 +202824,7 @@ [ "nativetext", { - "_index": 6741, + "_index": 6326, "data": { "assets/nativetext": {} }, @@ -202154,7 +202834,7 @@ [ "natural", { - "_index": 7088, + "_index": 7275, "data": { "ref/stable/math": {}, "ref/stable/physics": {} @@ -202165,7 +202845,7 @@ [ "nature", { - "_index": 2776, + "_index": 4144, "data": { "manuals/application-security": {}, "manuals/mesh": {} @@ -202176,7 +202856,7 @@ [ "navgo", { - "_index": 6734, + "_index": 6314, "data": { "assets/navgo": {} }, @@ -202186,7 +202866,7 @@ [ "navigate", { - "_index": 4979, + "_index": 2431, "data": { "manuals/editor": {}, "manuals/sony-playstation": {}, @@ -202198,7 +202878,7 @@ [ "navigator", { - "_index": 3427, + "_index": 2966, "data": { "manuals/ios": {} }, @@ -202208,7 +202888,7 @@ [ "ne", { - "_index": 4167, + "_index": 3197, "data": { "assets/def_usercentrics": {}, "manuals/bob": {} @@ -202219,7 +202899,7 @@ [ "near", { - "_index": 5382, + "_index": 3479, "data": { "manuals/camera": {}, "manuals/components": {}, @@ -202234,7 +202914,7 @@ [ "near+far", { - "_index": 8651, + "_index": 9445, "data": { "ref/stable/dmIntersection": {} }, @@ -202244,7 +202924,7 @@ [ "near_z", { - "_index": 6062, + "_index": 3478, "data": { "manuals/camera": {}, "ref/stable/camera": {} @@ -202255,7 +202935,7 @@ [ "nearest", { - "_index": 2439, + "_index": 32, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/material": {}, @@ -202268,7 +202948,7 @@ [ "nearest_mipmap_linear", { - "_index": 2441, + "_index": 34, "data": { "manuals/texture-filtering": {} }, @@ -202278,7 +202958,7 @@ [ "nearest_mipmap_nearest", { - "_index": 2440, + "_index": 33, "data": { "manuals/texture-filtering": {} }, @@ -202288,7 +202968,7 @@ [ "necessarily", { - "_index": 7336, + "_index": 7104, "data": { "ref/stable/resource": {}, "ref/stable/string": {} @@ -202299,7 +202979,7 @@ [ "necessary", { - "_index": 902, + "_index": 909, "data": { "manuals/addressing": {}, "manuals/application-security": {}, @@ -202320,7 +203000,7 @@ [ "necessity", { - "_index": 5116, + "_index": 5214, "data": { "manuals/lua": {} }, @@ -202330,7 +203010,7 @@ [ "need", { - "_index": 291, + "_index": 197, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/addressing": {}, @@ -202414,7 +203094,7 @@ [ "needed", { - "_index": 281, + "_index": 702, "data": { "manuals/android": {}, "manuals/atlas": {}, @@ -202452,7 +203132,7 @@ [ "needing", { - "_index": 5906, + "_index": 5683, "data": { "manuals/physics-events": {} }, @@ -202462,7 +203142,7 @@ [ "needs", { - "_index": 473, + "_index": 644, "data": { "manuals/addressing": {}, "manuals/atlas": {}, @@ -202501,7 +203181,7 @@ [ "negative", { - "_index": 7783, + "_index": 6955, "data": { "ref/stable/bit": {}, "ref/stable/dmFileDescriptor": {}, @@ -202517,7 +203197,7 @@ [ "negligible", { - "_index": 6733, + "_index": 6374, "data": { "assets/firebase-remoteconfig": {}, "ref/stable/socket": {} @@ -202528,7 +203208,7 @@ [ "negotiating", { - "_index": 2842, + "_index": 4199, "data": { "manuals/application-security": {} }, @@ -202538,7 +203218,7 @@ [ "neighbor", { - "_index": 2471, + "_index": 2843, "data": { "manuals/atlas": {} }, @@ -202548,7 +203228,7 @@ [ "neither", { - "_index": 4816, + "_index": 4998, "data": { "manuals/debugging-native-code": {} }, @@ -202558,7 +203238,7 @@ [ "nend", { - "_index": 5162, + "_index": 5366, "data": { "manuals/editor-scripts": {} }, @@ -202568,7 +203248,7 @@ [ "neovim", { - "_index": 6381, + "_index": 6497, "data": { "assets/defold-neovim": {} }, @@ -202578,7 +203258,7 @@ [ "nes", { - "_index": 4680, + "_index": 2205, "data": { "manuals/adapting-graphics-to-screen-size": {} }, @@ -202588,7 +203268,7 @@ [ "nesessary", { - "_index": 1430, + "_index": 4055, "data": { "manuals/extender-local-setup": {} }, @@ -202598,7 +203278,7 @@ [ "nested", { - "_index": 3320, + "_index": 5113, "data": { "manuals/building-blocks": {}, "manuals/editor-scripts": {}, @@ -202611,7 +203291,7 @@ [ "network", { - "_index": 272, + "_index": 2075, "data": { "assets/facebookads": {}, "assets/gamedistribution": {}, @@ -202636,7 +203316,7 @@ [ "network.http_timeout", { - "_index": 8562, + "_index": 10233, "data": { "ref/stable/http": {} }, @@ -202646,7 +203326,7 @@ [ "network_connected", { - "_index": 8487, + "_index": 9684, "data": { "ref/stable/sys": {} }, @@ -202656,7 +203336,7 @@ [ "network_connected_cellular", { - "_index": 8488, + "_index": 9685, "data": { "ref/stable/sys": {} }, @@ -202666,7 +203346,7 @@ [ "network_disconnected", { - "_index": 8489, + "_index": 9686, "data": { "ref/stable/sys": {} }, @@ -202676,7 +203356,7 @@ [ "networks", { - "_index": 4915, + "_index": 2267, "data": { "assets/cas-ai": {}, "manuals/ads": {}, @@ -202689,7 +203369,7 @@ [ "neural", { - "_index": 6561, + "_index": 6371, "data": { "assets/geneticalneuralnetwork": {} }, @@ -202699,7 +203379,7 @@ [ "nevada", { - "_index": 5414, + "_index": 6062, "data": { "manuals/android": {} }, @@ -202709,7 +203389,7 @@ [ "never", { - "_index": 527, + "_index": 1684, "data": { "examples/factory/dynamic": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -202736,7 +203416,7 @@ [ "new", { - "_index": 278, + "_index": 177, "data": { "assets/defbuild": {}, "assets/editor-script-components": {}, @@ -202839,7 +203519,7 @@ [ "new_box_node", { - "_index": 9276, + "_index": 7807, "data": { "ref/stable/gui": {} }, @@ -202849,7 +203529,7 @@ [ "new_button_nodes", { - "_index": 2565, + "_index": 5906, "data": { "manuals/gui-script": {} }, @@ -202859,7 +203539,7 @@ [ "new_button_nodes[\"my_button", { - "_index": 2567, + "_index": 5908, "data": { "manuals/gui-script": {} }, @@ -202869,7 +203549,7 @@ [ "new_particlefx_node", { - "_index": 9278, + "_index": 7809, "data": { "ref/stable/gui": {} }, @@ -202879,7 +203559,7 @@ [ "new_pie_node", { - "_index": 9280, + "_index": 7811, "data": { "ref/stable/gui": {} }, @@ -202889,7 +203569,7 @@ [ "new_root", { - "_index": 2566, + "_index": 5907, "data": { "manuals/gui-script": {} }, @@ -202899,7 +203579,7 @@ [ "new_text", { - "_index": 3916, + "_index": 1395, "data": { "manuals/editor-scripts": {}, "manuals/editor-scripts-ui": {} @@ -202910,7 +203590,7 @@ [ "new_text_node", { - "_index": 9281, + "_index": 7812, "data": { "ref/stable/gui": {} }, @@ -202920,7 +203600,7 @@ [ "new_textnode", { - "_index": 2575, + "_index": 5913, "data": { "manuals/gui-script": {} }, @@ -202930,7 +203610,7 @@ [ "new_texture", { - "_index": 9283, + "_index": 7814, "data": { "ref/stable/gui": {} }, @@ -202940,7 +203620,7 @@ [ "newconstant", { - "_index": 7490, + "_index": 10935, "data": { "ref/stable/dmRender": {} }, @@ -202950,7 +203630,7 @@ [ "newer", { - "_index": 4216, + "_index": 3257, "data": { "manuals/bob": {}, "manuals/dev-app": {} @@ -202961,7 +203641,7 @@ [ "newindexbuffer", { - "_index": 10271, + "_index": 6873, "data": { "ref/stable/dmGraphics": {} }, @@ -202971,7 +203651,7 @@ [ "newline", { - "_index": 5974, + "_index": 3596, "data": { "manuals/socket-connections": {}, "ref/stable/io": {} @@ -202982,7 +203662,7 @@ [ "newlines", { - "_index": 10108, + "_index": 7121, "data": { "ref/stable/editor": {}, "ref/stable/string": {} @@ -202993,7 +203673,7 @@ [ "newly", { - "_index": 4369, + "_index": 4416, "data": { "manuals/tilesource": {}, "ref/stable/collectionfactory": {}, @@ -203007,7 +203687,7 @@ [ "newname", { - "_index": 8552, + "_index": 10015, "data": { "ref/stable/os": {} }, @@ -203017,7 +203697,7 @@ [ "newnamedconstantbuffer", { - "_index": 7491, + "_index": 10936, "data": { "ref/stable/dmRender": {} }, @@ -203027,7 +203707,7 @@ [ "newnode", { - "_index": 10006, + "_index": 8149, "data": { "ref/stable/dmGui": {} }, @@ -203037,7 +203717,7 @@ [ "news", { - "_index": 6452, + "_index": 6524, "data": { "assets/facebookinstantgames": {} }, @@ -203047,7 +203727,7 @@ [ "newton", { - "_index": 7034, + "_index": 7457, "data": { "ref/stable/physics": {} }, @@ -203057,7 +203737,7 @@ [ "newtonian", { - "_index": 5512, + "_index": 3835, "data": { "manuals/glossary": {}, "manuals/physics": {} @@ -203068,7 +203748,7 @@ [ "newtons", { - "_index": 8844, + "_index": 10092, "data": { "ref/stable/b2d.body": {} }, @@ -203078,7 +203758,7 @@ [ "newtry", { - "_index": 8224, + "_index": 10599, "data": { "ref/stable/socket": {} }, @@ -203088,7 +203768,7 @@ [ "newvertexbuffer", { - "_index": 10273, + "_index": 6875, "data": { "ref/stable/dmGraphics": {} }, @@ -203098,7 +203778,7 @@ [ "newvertexdeclaration", { - "_index": 10274, + "_index": 6876, "data": { "ref/stable/dmGraphics": {} }, @@ -203108,7 +203788,7 @@ [ "newvertexstreamdeclaration", { - "_index": 10276, + "_index": 6879, "data": { "ref/stable/dmGraphics": {} }, @@ -203118,7 +203798,7 @@ [ "next", { - "_index": 1421, + "_index": 1322, "data": { "assets/3deforms": {}, "manuals/debugging-game-logic": {}, @@ -203154,7 +203834,7 @@ [ "nextspawn", { - "_index": 4599, + "_index": 5872, "data": { "manuals/debugging-game-logic": {} }, @@ -203164,7 +203844,7 @@ [ "nf", { - "_index": 1501, + "_index": 4102, "data": { "manuals/extender-local-setup": {} }, @@ -203174,7 +203854,7 @@ [ "nice", { - "_index": 5867, + "_index": 4582, "data": { "manuals/glossary": {} }, @@ -203184,7 +203864,7 @@ [ "nicely", { - "_index": 3973, + "_index": 475, "data": { "assets/luasocket": {}, "manuals/editor-scripts-ui": {}, @@ -203197,7 +203877,7 @@ [ "nightly", { - "_index": 4726, + "_index": 4704, "data": { "manuals/bundling": {} }, @@ -203207,7 +203887,7 @@ [ "nil", { - "_index": 538, + "_index": 1472, "data": { "manuals/editor-scripts": {}, "manuals/editor-scripts-ui": {}, @@ -203256,7 +203936,7 @@ [ "nintendo", { - "_index": 1469, + "_index": 2012, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/editor-preferences": {}, @@ -203270,7 +203950,7 @@ [ "no", { - "_index": 350, + "_index": 332, "data": { "assets/define": {}, "assets/facebookinstantgames": {}, @@ -203359,7 +204039,7 @@ [ "node", { - "_index": 47, + "_index": 95, "data": { "assets/def-behavior-tree": {}, "examples/gui/button": {}, @@ -203404,7 +204084,7 @@ [ "node's", { - "_index": 4408, + "_index": 123, "data": { "manuals/gui": {}, "manuals/gui-pie": {}, @@ -203418,7 +204098,7 @@ [ "node.js", { - "_index": 6665, + "_index": 6305, "data": { "assets/colyseus": {} }, @@ -203428,7 +204108,7 @@ [ "node_id", { - "_index": 5158, + "_index": 5361, "data": { "manuals/editor-scripts": {}, "ref/stable/gui": {} @@ -203439,7 +204119,7 @@ [ "node_type", { - "_index": 10008, + "_index": 8153, "data": { "ref/stable/dmGui": {} }, @@ -203449,7 +204129,7 @@ [ "nodelay", { - "_index": 8074, + "_index": 10467, "data": { "ref/stable/socket": {} }, @@ -203459,7 +204139,7 @@ [ "nodes", { - "_index": 40, + "_index": 58, "data": { "assets/editor-script-align": {}, "assets/editor-script-distribute": {}, @@ -203494,7 +204174,7 @@ [ "nodetexturetype", { - "_index": 10010, + "_index": 8155, "data": { "ref/stable/dmGui": {} }, @@ -203504,7 +204184,7 @@ [ "node\u2019s", { - "_index": 4720, + "_index": 2258, "data": { "manuals/adapting-graphics-to-screen-size": {} }, @@ -203514,7 +204194,7 @@ [ "noflags", { - "_index": 10347, + "_index": 8794, "data": { "ref/stable/dmProfile": {} }, @@ -203524,7 +204204,7 @@ [ "noise", { - "_index": 2941, + "_index": 5266, "data": { "examples/material/noise": {}, "manuals/compute": {} @@ -203535,7 +204215,7 @@ [ "noise.script", { - "_index": 6232, + "_index": 6228, "data": { "examples/material/noise": {} }, @@ -203545,7 +204225,7 @@ [ "non", { - "_index": 1094, + "_index": 1471, "data": { "assets/defork": {}, "examples/material/unlit": {}, @@ -203584,7 +204264,7 @@ [ "none", { - "_index": 549, + "_index": 383, "data": { "examples/gui/healthbar": {}, "manuals/app-manifest": {}, @@ -203604,7 +204284,7 @@ [ "nonzero", { - "_index": 8546, + "_index": 10010, "data": { "ref/stable/os": {} }, @@ -203614,7 +204294,7 @@ [ "noprompt", { - "_index": 5405, + "_index": 6053, "data": { "manuals/android": {} }, @@ -203624,7 +204304,7 @@ [ "nor", { - "_index": 529, + "_index": 3410, "data": { "manuals/addressing": {}, "manuals/flash": {}, @@ -203637,7 +204317,7 @@ [ "normal", { - "_index": 977, + "_index": 334, "data": { "manuals/android": {}, "manuals/application-security": {}, @@ -203667,7 +204347,7 @@ [ "normal.atlas", { - "_index": 5742, + "_index": 3821, "data": { "manuals/sprite": {} }, @@ -203677,7 +204357,7 @@ [ "normalize", { - "_index": 6099, + "_index": 6217, "data": { "examples/sound/panning": {}, "ref/stable/bit": {}, @@ -203690,7 +204370,7 @@ [ "normalized", { - "_index": 4130, + "_index": 3810, "data": { "examples/animation/cursor": {}, "manuals/model": {}, @@ -203710,7 +204390,7 @@ [ "normalizes", { - "_index": 7779, + "_index": 7061, "data": { "ref/stable/bit": {}, "ref/stable/vmath": {} @@ -203721,7 +204401,7 @@ [ "normalizezscale", { - "_index": 7578, + "_index": 9850, "data": { "ref/stable/dmTransform": {} }, @@ -203731,7 +204411,7 @@ [ "normally", { - "_index": 5558, + "_index": 5712, "data": { "examples/gui/color": {}, "manuals/resource": {}, @@ -203744,7 +204424,7 @@ [ "normals", { - "_index": 6189, + "_index": 6132, "data": { "examples/debug/physics": {}, "ref/stable/dmIntersection": {}, @@ -203756,7 +204436,7 @@ [ "north", { - "_index": 76, + "_index": 363, "data": { "manuals/gui": {}, "manuals/gui-text": {}, @@ -203769,7 +204449,7 @@ [ "not", { - "_index": 465, + "_index": 273, "data": { "assets/apkverifier": {}, "assets/compat53": {}, @@ -203912,7 +204592,7 @@ [ "notably", { - "_index": 9173, + "_index": 7688, "data": { "ref/stable/gui": {} }, @@ -203922,7 +204602,7 @@ [ "notarization", { - "_index": 5367, + "_index": 5846, "data": { "manuals/macos": {} }, @@ -203932,7 +204612,7 @@ [ "notarize", { - "_index": 5370, + "_index": 5848, "data": { "manuals/macos": {} }, @@ -203942,7 +204622,7 @@ [ "notarized", { - "_index": 5365, + "_index": 5844, "data": { "manuals/macos": {} }, @@ -203952,7 +204632,7 @@ [ "notation", { - "_index": 2717, + "_index": 2010, "data": { "manuals/editor-preferences": {}, "manuals/editor-templates": {}, @@ -203965,7 +204645,7 @@ [ "notch", { - "_index": 1733, + "_index": 4866, "data": { "assets/safearea": {}, "manuals/porting-guidelines": {} @@ -203976,7 +204656,7 @@ [ "note", { - "_index": 182, + "_index": 105, "data": { "examples/basics/parent_child": {}, "examples/movement/look_rotation": {}, @@ -204038,7 +204718,7 @@ [ "notes", { - "_index": 4274, + "_index": 4920, "data": { "manuals/debugging-native-code-android": {}, "manuals/debugging-native-code-ios": {} @@ -204049,7 +204729,7 @@ [ "nothing", { - "_index": 730, + "_index": 2544, "data": { "manuals/building-blocks": {}, "manuals/collection-factory": {}, @@ -204070,7 +204750,7 @@ [ "notice", { - "_index": 2487, + "_index": 1513, "data": { "manuals/atlas": {}, "manuals/building-blocks": {}, @@ -204083,7 +204763,7 @@ [ "noticeable", { - "_index": 5720, + "_index": 3555, "data": { "manuals/sound": {} }, @@ -204093,7 +204773,7 @@ [ "noticing", { - "_index": 2860, + "_index": 4212, "data": { "manuals/application-security": {} }, @@ -204103,7 +204783,7 @@ [ "notification", { - "_index": 5242, + "_index": 5445, "data": { "manuals/android": {}, "manuals/editor-scripts": {} @@ -204114,7 +204794,7 @@ [ "notifications", { - "_index": 3478, + "_index": 3022, "data": { "assets/push": {}, "assets/rustore-push": {}, @@ -204127,7 +204807,7 @@ [ "notified", { - "_index": 7039, + "_index": 7462, "data": { "ref/stable/physics": {}, "ref/stable/socket": {} @@ -204138,7 +204818,7 @@ [ "notifies", { - "_index": 5203, + "_index": 5408, "data": { "manuals/editor-scripts": {} }, @@ -204148,7 +204828,7 @@ [ "notify", { - "_index": 2999, + "_index": 1380, "data": { "manuals/compute": {}, "manuals/editor-scripts-ui": {}, @@ -204160,7 +204840,7 @@ [ "noting", { - "_index": 3268, + "_index": 5076, "data": { "manuals/flash": {} }, @@ -204170,7 +204850,7 @@ [ "notoriously", { - "_index": 8601, + "_index": 9422, "data": { "ref/stable/engine": {} }, @@ -204180,7 +204860,7 @@ [ "novel", { - "_index": 6428, + "_index": 6573, "data": { "assets/visual-novel-template-ink": {} }, @@ -204190,7 +204870,7 @@ [ "novels", { - "_index": 6687, + "_index": 6746, "data": { "assets/matchanovel": {} }, @@ -204200,7 +204880,7 @@ [ "now", { - "_index": 425, + "_index": 43, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/addressing": {}, @@ -204235,7 +204915,7 @@ [ "npc", { - "_index": 6457, + "_index": 6603, "data": { "assets/def-behavior-tree": {} }, @@ -204245,7 +204925,7 @@ [ "nsapptransportsecurity", { - "_index": 5012, + "_index": 4617, "data": { "manuals/extensions-manifest-merge-tool": {} }, @@ -204255,7 +204935,7 @@ [ "nsexceptiondomains", { - "_index": 5013, + "_index": 4618, "data": { "manuals/extensions-manifest-merge-tool": {} }, @@ -204265,7 +204945,7 @@ [ "nsincludessubdomains", { - "_index": 5022, + "_index": 4628, "data": { "manuals/extensions-manifest-merge-tool": {} }, @@ -204275,7 +204955,7 @@ [ "nsopenglcontext", { - "_index": 10210, + "_index": 6807, "data": { "ref/stable/dmGraphics": {} }, @@ -204285,7 +204965,7 @@ [ "nsthirdpartyexceptionrequiresforwardsecrecy", { - "_index": 5023, + "_index": 4629, "data": { "manuals/extensions-manifest-merge-tool": {} }, @@ -204295,7 +204975,7 @@ [ "nsview", { - "_index": 10213, + "_index": 6810, "data": { "ref/stable/dmGraphics": {} }, @@ -204305,7 +204985,7 @@ [ "nswindow", { - "_index": 10216, + "_index": 6813, "data": { "ref/stable/dmGraphics": {} }, @@ -204315,7 +204995,7 @@ [ "nth", { - "_index": 8399, + "_index": 9598, "data": { "ref/stable/sys": {} }, @@ -204325,7 +205005,7 @@ [ "nudge", { - "_index": 5865, + "_index": 4577, "data": { "manuals/glossary": {} }, @@ -204335,7 +205015,7 @@ [ "nuklear", { - "_index": 6596, + "_index": 6540, "data": { "assets/defold-nuklear": {} }, @@ -204345,7 +205025,7 @@ [ "nul", { - "_index": 10461, + "_index": 9743, "data": { "ref/stable/dmStringFunc": {} }, @@ -204355,7 +205035,7 @@ [ "null", { - "_index": 2232, + "_index": 612, "data": { "manuals/gui": {}, "manuals/html5": {}, @@ -204380,7 +205060,7 @@ [ "num_values", { - "_index": 7474, + "_index": 10921, "data": { "ref/stable/dmRender": {} }, @@ -204390,7 +205070,7 @@ [ "numa", { - "_index": 10606, + "_index": 9056, "data": { "ref/stable/dmHashTable": {} }, @@ -204400,7 +205080,7 @@ [ "number", { - "_index": 35, + "_index": 142, "data": { "assets/pcg-random": {}, "assets/pcgrandom": {}, @@ -204508,7 +205188,7 @@ [ "number_field", { - "_index": 3919, + "_index": 1398, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -204516,10 +205196,20 @@ "type": {} } ], + [ + "numberdefault", + { + "_index": 8854, + "data": { + "ref/stable/editor": {} + }, + "type": {} + } + ], [ "numberempty", { - "_index": 10743, + "_index": 8963, "data": { "ref/stable/editor": {} }, @@ -204529,7 +205219,7 @@ [ "numbering", { - "_index": 4371, + "_index": 4418, "data": { "manuals/tilesource": {} }, @@ -204539,7 +205229,7 @@ [ "numbers", { - "_index": 2139, + "_index": 1401, "data": { "assets/splitmix64": {}, "manuals/compute": {}, @@ -204563,7 +205253,7 @@ [ "numeral", { - "_index": 10432, + "_index": 10720, "data": { "ref/stable/base": {} }, @@ -204573,7 +205263,7 @@ [ "numeric", { - "_index": 4738, + "_index": 3442, "data": { "manuals/addressing": {}, "manuals/bundling": {}, @@ -204590,7 +205280,7 @@ [ "numerical", { - "_index": 5385, + "_index": 5920, "data": { "examples/gui/progress": {}, "examples/timer/repeating_timer": {}, @@ -204607,7 +205297,7 @@ [ "o", { - "_index": 2752, + "_index": 3224, "data": { "assets/haxesupport": {}, "manuals/android": {}, @@ -204627,7 +205317,7 @@ [ "o,j", { - "_index": 2747, + "_index": 4123, "data": { "manuals/application-security": {} }, @@ -204637,7 +205327,7 @@ [ "obb", { - "_index": 8650, + "_index": 9444, "data": { "ref/stable/dmIntersection": {} }, @@ -204647,7 +205337,7 @@ [ "obbs", { - "_index": 6309, + "_index": 6311, "data": { "assets/apkx": {} }, @@ -204657,7 +205347,7 @@ [ "obey", { - "_index": 5844, + "_index": 4536, "data": { "manuals/glossary": {} }, @@ -204667,7 +205357,7 @@ [ "obfuscate", { - "_index": 2739, + "_index": 4116, "data": { "assets/pack": {}, "manuals/application-security": {} @@ -204678,7 +205368,7 @@ [ "obfuscated", { - "_index": 2744, + "_index": 4120, "data": { "manuals/application-security": {} }, @@ -204688,7 +205378,7 @@ [ "obfuscation", { - "_index": 2742, + "_index": 4118, "data": { "assets/prometheus": {}, "manuals/application-security": {} @@ -204699,7 +205389,7 @@ [ "obfuscator", { - "_index": 2737, + "_index": 4114, "data": { "manuals/application-security": {} }, @@ -204709,7 +205399,7 @@ [ "obj", { - "_index": 8598, + "_index": 9475, "data": { "ref/stable/io": {} }, @@ -204719,7 +205409,7 @@ [ "obj_a#collisionobject", { - "_index": 5993, + "_index": 5787, "data": { "manuals/physics-joints": {} }, @@ -204729,7 +205419,7 @@ [ "obj_b#collisionobject", { - "_index": 5995, + "_index": 5789, "data": { "manuals/physics-joints": {} }, @@ -204739,7 +205429,7 @@ [ "objc", { - "_index": 1318, + "_index": 4678, "data": { "manuals/extensions-ext-manifests": {}, "ref/stable/dmExtension": {} @@ -204750,7 +205440,7 @@ [ "object", { - "_index": 172, + "_index": 931, "data": { "assets/defold-oop": {}, "assets/derez": {}, @@ -204844,6 +205534,7 @@ "ref/stable/dmMessage": {}, "ref/stable/dmRender": {}, "ref/stable/dmScript": {}, + "ref/stable/editor": {}, "ref/stable/factory": {}, "ref/stable/go": {}, "ref/stable/gui": {}, @@ -204856,6 +205547,7 @@ "ref/stable/msg": {}, "ref/stable/particlefx": {}, "ref/stable/physics": {}, + "ref/stable/render": {}, "ref/stable/resource": {}, "ref/stable/socket": {}, "ref/stable/sound": {}, @@ -204871,7 +205563,7 @@ [ "object's", { - "_index": 1870, + "_index": 1589, "data": { "examples/sprite/flip": {}, "manuals/addressing": {}, @@ -204890,17 +205582,27 @@ [ "object/component", { - "_index": 4859, + "_index": 3375, "data": { "manuals/addressing": {} }, "type": {} } ], + [ + "object_of", + { + "_index": 8861, + "data": { + "ref/stable/editor": {} + }, + "type": {} + } + ], [ "objective", { - "_index": 4018, + "_index": 5935, "data": { "manuals/extensions-cocoapods": {} }, @@ -204910,7 +205612,7 @@ [ "objects", { - "_index": 166, + "_index": 1007, "data": { "assets/defarmy": {}, "assets/defgraph": {}, @@ -204991,7 +205693,7 @@ [ "objects_", { - "_index": 5514, + "_index": 3837, "data": { "manuals/physics": {} }, @@ -205001,7 +205703,7 @@ [ "object\u2019s", { - "_index": 989, + "_index": 2670, "data": { "manuals/building-blocks": {}, "manuals/flash": {}, @@ -205013,7 +205715,7 @@ [ "obscured", { - "_index": 6418, + "_index": 6321, "data": { "assets/safearea": {} }, @@ -205023,7 +205725,7 @@ [ "observe", { - "_index": 879, + "_index": 2618, "data": { "manuals/shader": {} }, @@ -205033,7 +205735,7 @@ [ "observed", { - "_index": 7041, + "_index": 7464, "data": { "ref/stable/physics": {} }, @@ -205043,7 +205745,7 @@ [ "obstacles", { - "_index": 5879, + "_index": 4601, "data": { "manuals/glossary": {} }, @@ -205053,7 +205755,7 @@ [ "obtain", { - "_index": 7205, + "_index": 7959, "data": { "ref/stable/dmHid": {}, "ref/stable/go": {}, @@ -205066,7 +205768,7 @@ [ "obtained", { - "_index": 2856, + "_index": 4208, "data": { "manuals/application-security": {}, "ref/stable/go": {}, @@ -205078,7 +205780,7 @@ [ "obvious", { - "_index": 4699, + "_index": 2229, "data": { "manuals/adapting-graphics-to-screen-size": {} }, @@ -205088,7 +205790,7 @@ [ "occasions", { - "_index": 5943, + "_index": 1940, "data": { "manuals/debugging": {} }, @@ -205098,7 +205800,7 @@ [ "occlusion", { - "_index": 2936, + "_index": 5264, "data": { "manuals/compute": {} }, @@ -205108,7 +205810,7 @@ [ "occupy", { - "_index": 3299, + "_index": 5098, "data": { "manuals/flash": {} }, @@ -205118,7 +205820,7 @@ [ "occur", { - "_index": 3402, + "_index": 5168, "data": { "manuals/flash": {}, "ref/stable/dmConnectionPool": {}, @@ -205131,7 +205833,7 @@ [ "occured", { - "_index": 8481, + "_index": 8738, "data": { "ref/stable/crash": {}, "ref/stable/dmGameObject": {}, @@ -205143,7 +205845,7 @@ [ "occuring", { - "_index": 9933, + "_index": 8702, "data": { "ref/stable/crash": {} }, @@ -205153,7 +205855,7 @@ [ "occurred", { - "_index": 5904, + "_index": 5679, "data": { "manuals/physics-events": {}, "ref/stable/dmGameObject": {}, @@ -205171,7 +205873,7 @@ [ "occurrence", { - "_index": 4190, + "_index": 3223, "data": { "manuals/bob": {}, "ref/stable/string": {} @@ -205182,7 +205884,7 @@ [ "occurrences", { - "_index": 10129, + "_index": 7144, "data": { "ref/stable/string": {} }, @@ -205192,7 +205894,7 @@ [ "occurs", { - "_index": 1894, + "_index": 2299, "data": { "manuals/flash": {}, "manuals/physics-events": {}, @@ -205210,7 +205912,7 @@ [ "of", { - "_index": 8, + "_index": 57, "data": { "assets/alienworld": {}, "assets/apkx": {}, @@ -205492,7 +206194,7 @@ [ "off", { - "_index": 2261, + "_index": 137, "data": { "manuals/atlas": {}, "manuals/glossary": {}, @@ -205502,7 +206204,8 @@ "ref/stable/debug": {}, "ref/stable/dmGameObject": {}, "ref/stable/profiler": {}, - "ref/stable/string": {} + "ref/stable/string": {}, + "ref/stable/vmath": {} }, "type": {} } @@ -205510,7 +206213,7 @@ [ "offer", { - "_index": 5758, + "_index": 2276, "data": { "assets/webmonetization": {}, "manuals/ads": {} @@ -205521,7 +206224,7 @@ [ "offers", { - "_index": 6566, + "_index": 6711, "data": { "assets/luafilesystemlfs": {} }, @@ -205531,7 +206234,7 @@ [ "official", { - "_index": 2846, + "_index": 1721, "data": { "assets/ironsource-official": {}, "assets/platformertutorial": {}, @@ -205549,7 +206252,7 @@ [ "offline", { - "_index": 5887, + "_index": 2333, "data": { "manuals/working-offline": {} }, @@ -205559,7 +206262,7 @@ [ "offset", { - "_index": 3175, + "_index": 1164, "data": { "examples/render/orbit_camera": {}, "manuals/particlefx": {}, @@ -205584,7 +206287,7 @@ [ "offsetcapacity", { - "_index": 10060, + "_index": 7444, "data": { "ref/stable/dmArray": {} }, @@ -205594,7 +206297,7 @@ [ "offsets", { - "_index": 10504, + "_index": 9091, "data": { "ref/stable/dmDDF": {} }, @@ -205604,7 +206307,7 @@ [ "often", { - "_index": 1578, + "_index": 1499, "data": { "examples/material/screenspace": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -205629,7 +206332,7 @@ [ "ogg", { - "_index": 3829, + "_index": 2112, "data": { "assets/decodeogg": {}, "manuals/glossary": {}, @@ -205642,7 +206345,7 @@ [ "ok", { - "_index": 2965, + "_index": 2135, "data": { "manuals/compute": {}, "manuals/extensions-best-practices": {}, @@ -205659,7 +206362,7 @@ [ "old", { - "_index": 1076, + "_index": 1484, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/android": {}, @@ -205674,7 +206377,7 @@ [ "old/invalid", { - "_index": 5775, + "_index": 3934, "data": { "manuals/live-update-scripting": {} }, @@ -205684,7 +206387,7 @@ [ "old/unused", { - "_index": 784, + "_index": 3731, "data": { "manuals/caching-assets": {} }, @@ -205694,7 +206397,7 @@ [ "older", { - "_index": 4150, + "_index": 3172, "data": { "manuals/bob": {}, "manuals/dev-app": {} @@ -205705,7 +206408,7 @@ [ "oldname", { - "_index": 8551, + "_index": 10014, "data": { "ref/stable/os": {} }, @@ -205715,7 +206418,7 @@ [ "omitted", { - "_index": 2032, + "_index": 5975, "data": { "manuals/input": {}, "ref/stable/msg": {}, @@ -205727,7 +206430,7 @@ [ "omitting", { - "_index": 4210, + "_index": 3250, "data": { "manuals/bob": {} }, @@ -205737,7 +206440,7 @@ [ "on", { - "_index": 151, + "_index": 229, "data": { "assets/adinfo": {}, "assets/apathfinding": {}, @@ -205942,7 +206645,7 @@ [ "on_build_finished", { - "_index": 5217, + "_index": 5421, "data": { "manuals/editor-scripts": {} }, @@ -205952,7 +206655,7 @@ [ "on_build_started", { - "_index": 5215, + "_index": 5419, "data": { "manuals/editor-scripts": {} }, @@ -205962,7 +206665,7 @@ [ "on_bundle_finished", { - "_index": 5223, + "_index": 5426, "data": { "manuals/editor-scripts": {} }, @@ -205972,7 +206675,7 @@ [ "on_bundle_started", { - "_index": 5219, + "_index": 5423, "data": { "manuals/editor-scripts": {} }, @@ -205982,7 +206685,7 @@ [ "on_event", { - "_index": 4958, + "_index": 4760, "data": { "manuals/extensions": {} }, @@ -205992,7 +206695,7 @@ [ "on_input", { - "_index": 1527, + "_index": 1902, "data": { "examples/movement/look_at": {}, "examples/render/orbit_camera": {}, @@ -206012,7 +206715,7 @@ [ "on_message", { - "_index": 103, + "_index": 1607, "data": { "manuals/compute": {}, "manuals/factory": {}, @@ -206039,7 +206742,7 @@ [ "on_press", { - "_index": 3925, + "_index": 1408, "data": { "manuals/editor-scripts-ui": {} }, @@ -206049,7 +206752,7 @@ [ "on_pressed", { - "_index": 3937, + "_index": 1433, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -206060,7 +206763,7 @@ [ "on_reload", { - "_index": 3375, + "_index": 2375, "data": { "manuals/flash": {}, "manuals/hot-reload": {}, @@ -206074,7 +206777,7 @@ [ "on_target_launched", { - "_index": 5224, + "_index": 5427, "data": { "manuals/editor-scripts": {} }, @@ -206084,7 +206787,7 @@ [ "on_target_terminated", { - "_index": 5227, + "_index": 5430, "data": { "manuals/editor-scripts": {} }, @@ -206094,7 +206797,7 @@ [ "on_text_changed", { - "_index": 3915, + "_index": 1394, "data": { "manuals/editor-scripts-ui": {} }, @@ -206104,7 +206807,7 @@ [ "on_value_changed", { - "_index": 3924, + "_index": 1407, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -206115,7 +206818,7 @@ [ "onactivitycreate", { - "_index": 7640, + "_index": 8023, "data": { "ref/stable/dmAndroid": {} }, @@ -206125,7 +206828,7 @@ [ "onactivityresult", { - "_index": 7644, + "_index": 8027, "data": { "ref/stable/dmAndroid": {} }, @@ -206135,7 +206838,7 @@ [ "once", { - "_index": 437, + "_index": 1146, "data": { "examples/particles/confetti": {}, "manuals/addressing": {}, @@ -206188,7 +206891,7 @@ [ "oncreate", { - "_index": 7641, + "_index": 8024, "data": { "ref/stable/dmAndroid": {} }, @@ -206198,7 +206901,7 @@ [ "one", { - "_index": 858, + "_index": 561, "data": { "assets/adswrapper": {}, "assets/defold-polyglot": {}, @@ -206295,7 +206998,7 @@ [ "ones", { - "_index": 2649, + "_index": 4356, "data": { "manuals/factory": {}, "manuals/flash": {}, @@ -206308,7 +207011,7 @@ [ "online", { - "_index": 4496, + "_index": 2279, "data": { "assets/defold-polyglot": {}, "manuals/ads": {}, @@ -206323,7 +207026,7 @@ [ "only", { - "_index": 97, + "_index": 691, "data": { "assets/editor-script-align": {}, "assets/editor-script-distribute": {}, @@ -206426,7 +207129,7 @@ [ "onlycurrent", { - "_index": 7081, + "_index": 7503, "data": { "ref/stable/physics": {} }, @@ -206436,7 +207139,7 @@ [ "onlythe", { - "_index": 7093, + "_index": 7514, "data": { "ref/stable/physics": {} }, @@ -206446,7 +207149,7 @@ [ "onto", { - "_index": 961, + "_index": 536, "data": { "examples/basics/parent_child": {}, "manuals/building-blocks": {}, @@ -206466,7 +207169,7 @@ [ "oop", { - "_index": 6712, + "_index": 6333, "data": { "assets/defold-oop": {} }, @@ -206476,7 +207179,7 @@ [ "opaque", { - "_index": 1087, + "_index": 2723, "data": { "manuals/shader": {}, "ref/stable/dmDDF": {}, @@ -206489,7 +207192,7 @@ [ "open", { - "_index": 430, + "_index": 771, "data": { "assets/colyseus": {}, "assets/defdiags": {}, @@ -206534,7 +207237,7 @@ [ "open_resource", { - "_index": 10773, + "_index": 8993, "data": { "ref/stable/editor": {} }, @@ -206544,7 +207247,7 @@ [ "open_url", { - "_index": 8491, + "_index": 9688, "data": { "ref/stable/sys": {} }, @@ -206554,7 +207257,7 @@ [ "openal", { - "_index": 6581, + "_index": 6360, "data": { "assets/openal": {} }, @@ -206564,7 +207267,7 @@ [ "openbsd", { - "_index": 10455, + "_index": 9737, "data": { "ref/stable/dmStringFunc": {} }, @@ -206574,7 +207277,7 @@ [ "opened", { - "_index": 439, + "_index": 2341, "data": { "manuals/project-setup": {}, "manuals/working-offline": {}, @@ -206589,7 +207292,7 @@ [ "opengl", { - "_index": 578, + "_index": 1701, "data": { "manuals/app-manifest": {}, "manuals/compute": {}, @@ -206605,7 +207308,7 @@ [ "opengles", { - "_index": 1310, + "_index": 4670, "data": { "manuals/extensions-ext-manifests": {} }, @@ -206615,7 +207318,7 @@ [ "openglgetrendertargetid", { - "_index": 10279, + "_index": 6882, "data": { "ref/stable/dmGraphics": {} }, @@ -206625,7 +207328,7 @@ [ "opening", { - "_index": 2202, + "_index": 657, "data": { "manuals/editor-preferences": {}, "manuals/html5": {}, @@ -206637,7 +207340,7 @@ [ "openjdk", { - "_index": 4148, + "_index": 3170, "data": { "manuals/bob": {} }, @@ -206647,7 +207350,7 @@ [ "opens", { - "_index": 1815, + "_index": 45, "data": { "assets/facebook": {}, "manuals/atlas": {}, @@ -206666,7 +207369,7 @@ [ "opentype", { - "_index": 354, + "_index": 971, "data": { "manuals/font": {}, "manuals/glossary": {}, @@ -206678,7 +207381,7 @@ [ "operand", { - "_index": 7669, + "_index": 7380, "data": { "ref/stable/dmVMath": {} }, @@ -206688,7 +207391,7 @@ [ "operate", { - "_index": 7580, + "_index": 9852, "data": { "ref/stable/dmTransform": {} }, @@ -206698,7 +207401,7 @@ [ "operates", { - "_index": 2186, + "_index": 624, "data": { "manuals/compute": {}, "manuals/editor-scripts": {}, @@ -206711,7 +207414,7 @@ [ "operating", { - "_index": 1669, + "_index": 3342, "data": { "assets/fmod": {}, "assets/uptime": {}, @@ -206734,7 +207437,7 @@ [ "operation", { - "_index": 2161, + "_index": 1869, "data": { "manuals/input-mouse-and-touch": {}, "manuals/lua": {}, @@ -206754,7 +207457,7 @@ [ "operations", { - "_index": 1680, + "_index": 1097, "data": { "assets/bit46": {}, "assets/clipboard": {}, @@ -206777,7 +207480,7 @@ [ "operator", { - "_index": 2728, + "_index": 5750, "data": { "assets/operator": {}, "manuals/modules": {}, @@ -206793,7 +207496,7 @@ [ "operators", { - "_index": 7978, + "_index": 8626, "data": { "ref/stable/render": {} }, @@ -206803,7 +207506,7 @@ [ "opposed", { - "_index": 931, + "_index": 2639, "data": { "manuals/flash": {}, "manuals/physics": {}, @@ -206816,7 +207519,7 @@ [ "opposite", { - "_index": 8302, + "_index": 6992, "data": { "ref/stable/vmath": {} }, @@ -206826,7 +207529,7 @@ [ "opt", { - "_index": 6819, + "_index": 9809, "data": { "ref/stable/base": {}, "ref/stable/liveupdate": {} @@ -206837,7 +207540,7 @@ [ "optimal", { - "_index": 4099, + "_index": 4443, "data": { "manuals/test": {} }, @@ -206847,7 +207550,7 @@ [ "optimally", { - "_index": 4330, + "_index": 5956, "data": { "manuals/design": {} }, @@ -206857,7 +207560,7 @@ [ "optimization", { - "_index": 2191, + "_index": 632, "data": { "manuals/html5": {}, "manuals/optimization-size": {} @@ -206868,7 +207571,7 @@ [ "optimizations", { - "_index": 1595, + "_index": 2110, "data": { "manuals/extensions-best-practices": {}, "manuals/optimization-size": {}, @@ -206881,7 +207584,7 @@ [ "optimizations.md", { - "_index": 4384, + "_index": 3705, "data": { "manuals/components": {}, "manuals/project-settings": {} @@ -206892,7 +207595,7 @@ [ "optimize", { - "_index": 1513, + "_index": 545, "data": { "manuals/gui": {}, "manuals/optimization-memory": {}, @@ -206906,7 +207609,7 @@ [ "optimized", { - "_index": 750, + "_index": 2559, "data": { "manuals/collection-factory": {}, "manuals/factory": {}, @@ -206918,7 +207621,7 @@ [ "optimizing", { - "_index": 4053, + "_index": 2127, "data": { "manuals/ads": {}, "manuals/optimization-size": {}, @@ -206930,7 +207633,7 @@ [ "option", { - "_index": 422, + "_index": 774, "data": { "examples/factory/dynamic": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -206978,7 +207681,7 @@ [ "option_offset_pointers", { - "_index": 10500, + "_index": 9087, "data": { "ref/stable/dmDDF": {} }, @@ -206988,7 +207691,7 @@ [ "optional", { - "_index": 522, + "_index": 1109, "data": { "manuals/bundling": {}, "manuals/caching-assets": {}, @@ -207029,7 +207732,7 @@ [ "optionally", { - "_index": 255, + "_index": 2978, "data": { "manuals/application-security": {}, "manuals/compute": {}, @@ -207046,7 +207749,7 @@ [ "options", { - "_index": 599, + "_index": 1403, "data": { "assets/nakama": {}, "examples/sprite/bunnymark": {}, @@ -207089,7 +207792,7 @@ [ "options/modifiers", { - "_index": 10106, + "_index": 7118, "data": { "ref/stable/string": {} }, @@ -207099,7 +207802,7 @@ [ "optionsto_string", { - "_index": 10804, + "_index": 9024, "data": { "ref/stable/editor": {} }, @@ -207109,9 +207812,10 @@ [ "opts", { - "_index": 5184, + "_index": 5388, "data": { - "manuals/editor-scripts": {} + "manuals/editor-scripts": {}, + "ref/stable/editor": {} }, "type": {} } @@ -207119,7 +207823,7 @@ [ "opts.selection", { - "_index": 5185, + "_index": 5389, "data": { "manuals/editor-scripts": {} }, @@ -207129,7 +207833,7 @@ [ "or", { - "_index": 77, + "_index": 36, "data": { "assets/adinfo": {}, "assets/apathfinding": {}, @@ -207316,7 +208020,7 @@ [ "orange", { - "_index": 3821, + "_index": 4389, "data": { "manuals/editor": {}, "manuals/tilesource": {}, @@ -207328,7 +208032,7 @@ [ "orbit_camera.script", { - "_index": 6174, + "_index": 6185, "data": { "examples/material/screenspace": {}, "examples/material/unlit": {}, @@ -207340,7 +208044,7 @@ [ "order", { - "_index": 960, + "_index": 341, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/components": {}, @@ -207373,7 +208077,8 @@ "ref/stable/render": {}, "ref/stable/string": {}, "ref/stable/sys": {}, - "ref/stable/table": {} + "ref/stable/table": {}, + "ref/stable/vmath": {} }, "type": {} } @@ -207381,7 +208086,7 @@ [ "ordered", { - "_index": 326, + "_index": 585, "data": { "manuals/gui": {}, "manuals/importing-graphics": {} @@ -207392,7 +208097,7 @@ [ "ordering", { - "_index": 3298, + "_index": 517, "data": { "manuals/flash": {}, "manuals/gui": {}, @@ -207404,7 +208109,7 @@ [ "orders", { - "_index": 4889, + "_index": 3418, "data": { "manuals/addressing": {} }, @@ -207414,7 +208119,7 @@ [ "ordinary", { - "_index": 2919, + "_index": 6046, "data": { "manuals/material": {}, "ref/stable/render": {} @@ -207425,7 +208130,7 @@ [ "organize", { - "_index": 3276, + "_index": 2181, "data": { "assets/defarmy": {}, "manuals/flash": {}, @@ -207437,7 +208142,7 @@ [ "organized", { - "_index": 3244, + "_index": 4259, "data": { "manuals/flash": {}, "manuals/glossary": {}, @@ -207449,7 +208154,7 @@ [ "orient", { - "_index": 6163, + "_index": 6120, "data": { "examples/movement/look_rotation": {} }, @@ -207459,7 +208164,7 @@ [ "orientation", { - "_index": 940, + "_index": 254, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/design": {}, @@ -207479,7 +208184,7 @@ [ "orientations", { - "_index": 2672, + "_index": 2922, "data": { "manuals/gui-layouts": {} }, @@ -207489,7 +208194,7 @@ [ "oriented", { - "_index": 3190, + "_index": 1191, "data": { "assets/defold-oop": {}, "assets/sfmt": {}, @@ -207504,7 +208209,7 @@ [ "origin", { - "_index": 938, + "_index": 2643, "data": { "examples/render/orbit_camera": {}, "manuals/gui-template": {}, @@ -207519,7 +208224,7 @@ [ "original", { - "_index": 947, + "_index": 492, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/android": {}, @@ -207546,7 +208251,7 @@ [ "originate", { - "_index": 4050, + "_index": 4249, "data": { "manuals/profiling": {} }, @@ -207556,7 +208261,7 @@ [ "originating", { - "_index": 3180, + "_index": 1174, "data": { "manuals/debugging-native-code-ios": {}, "manuals/particlefx": {} @@ -207567,7 +208272,7 @@ [ "ortho", { - "_index": 8308, + "_index": 7004, "data": { "ref/stable/vmath": {} }, @@ -207577,7 +208282,7 @@ [ "ortho_inv", { - "_index": 8356, + "_index": 7063, "data": { "ref/stable/vmath": {} }, @@ -207587,7 +208292,7 @@ [ "orthogonal", { - "_index": 7700, + "_index": 7399, "data": { "ref/stable/dmVMath": {} }, @@ -207597,7 +208302,7 @@ [ "orthographic", { - "_index": 4144, + "_index": 3482, "data": { "assets/orthographic": {}, "assets/starly": {}, @@ -207613,7 +208318,7 @@ [ "orthographic_zoom", { - "_index": 6064, + "_index": 3481, "data": { "manuals/camera": {}, "ref/stable/camera": {} @@ -207624,7 +208329,7 @@ [ "orthoinverse", { - "_index": 7698, + "_index": 7397, "data": { "ref/stable/dmVMath": {} }, @@ -207634,7 +208339,7 @@ [ "os", { - "_index": 1352, + "_index": 1440, "data": { "assets/defos": {}, "assets/defquest": {}, @@ -207658,7 +208363,7 @@ [ "os.clock", { - "_index": 8526, + "_index": 9992, "data": { "ref/stable/os": {} }, @@ -207668,7 +208373,7 @@ [ "os.date", { - "_index": 5210, + "_index": 5415, "data": { "manuals/editor-scripts": {}, "ref/stable/os": {} @@ -207679,7 +208384,7 @@ [ "os.difftime", { - "_index": 8544, + "_index": 10008, "data": { "ref/stable/os": {} }, @@ -207689,7 +208394,7 @@ [ "os.execute", { - "_index": 5136, + "_index": 5341, "data": { "manuals/editor-scripts": {}, "ref/stable/os": {} @@ -207700,7 +208405,7 @@ [ "os.exit", { - "_index": 5142, + "_index": 5347, "data": { "manuals/editor-scripts": {}, "ref/stable/os": {} @@ -207711,7 +208416,7 @@ [ "os.getenv", { - "_index": 8548, + "_index": 7161, "data": { "ref/stable/os": {}, "ref/stable/string": {} @@ -207722,7 +208427,7 @@ [ "os.remove", { - "_index": 5276, + "_index": 5479, "data": { "manuals/editor-scripts": {}, "ref/stable/os": {} @@ -207733,7 +208438,7 @@ [ "os.rename", { - "_index": 5140, + "_index": 5345, "data": { "manuals/editor-scripts": {}, "ref/stable/os": {} @@ -207744,7 +208449,7 @@ [ "os.setlocale", { - "_index": 5143, + "_index": 5348, "data": { "manuals/editor-scripts": {}, "ref/stable/os": {} @@ -207755,7 +208460,7 @@ [ "os.time", { - "_index": 8530, + "_index": 9995, "data": { "ref/stable/os": {} }, @@ -207765,7 +208470,7 @@ [ "os.tmpname", { - "_index": 5138, + "_index": 5343, "data": { "manuals/editor-scripts": {}, "ref/stable/os": {} @@ -207776,7 +208481,7 @@ [ "osx", { - "_index": 1326, + "_index": 3607, "data": { "assets/defdiags": {}, "assets/defmnu": {}, @@ -207792,7 +208497,7 @@ [ "ot", { - "_index": 10015, + "_index": 8160, "data": { "ref/stable/dmGui": {} }, @@ -207802,7 +208507,7 @@ [ "other", { - "_index": 290, + "_index": 230, "data": { "assets/googleplaygameservices": {}, "assets/imageloader": {}, @@ -207884,7 +208589,7 @@ [ "other_group", { - "_index": 5459, + "_index": 2044, "data": { "manuals/physics-messages": {} }, @@ -207894,7 +208599,7 @@ [ "other_id", { - "_index": 5458, + "_index": 2041, "data": { "manuals/physics-messages": {} }, @@ -207904,7 +208609,7 @@ [ "otherpath", { - "_index": 864, + "_index": 4886, "data": { "manuals/project-defignore": {} }, @@ -207914,7 +208619,7 @@ [ "others", { - "_index": 2106, + "_index": 4454, "data": { "manuals/animation": {}, "manuals/extensions": {}, @@ -207928,7 +208633,7 @@ [ "otherwise", { - "_index": 2123, + "_index": 2440, "data": { "manuals/debugging-native-code": {}, "manuals/font": {}, @@ -207969,7 +208674,7 @@ [ "ou", { - "_index": 5410, + "_index": 6058, "data": { "manuals/android": {} }, @@ -207979,7 +208684,7 @@ [ "ouch", { - "_index": 4892, + "_index": 3422, "data": { "manuals/addressing": {} }, @@ -207989,7 +208694,7 @@ [ "our", { - "_index": 496, + "_index": 1948, "data": { "examples/material/screenspace": {}, "examples/sound/panning": {}, @@ -208022,7 +208727,7 @@ [ "ours", { - "_index": 3809, + "_index": 4378, "data": { "manuals/version-control": {} }, @@ -208032,7 +208737,7 @@ [ "ourselves", { - "_index": 1790, + "_index": 3303, "data": { "manuals/live-update": {} }, @@ -208042,7 +208747,7 @@ [ "out", { - "_index": 146, + "_index": 948, "data": { "assets/scene3d": {}, "assets/webgl-memory": {}, @@ -208106,7 +208811,7 @@ [ "outcome", { - "_index": 7950, + "_index": 8607, "data": { "ref/stable/render": {} }, @@ -208116,7 +208821,7 @@ [ "outer", { - "_index": 4437, + "_index": 308, "data": { "examples/physics/dynamic": {}, "examples/physics/hinge_joint": {}, @@ -208132,7 +208837,7 @@ [ "outgoing", { - "_index": 8148, + "_index": 10527, "data": { "ref/stable/socket": {} }, @@ -208142,7 +208847,7 @@ [ "outline", { - "_index": 813, + "_index": 50, "data": { "assets/defold-3D-outline-shader": {}, "assets/editor-script-components": {}, @@ -208172,7 +208877,7 @@ [ "outline.w", { - "_index": 846, + "_index": 5619, "data": { "manuals/label": {} }, @@ -208182,7 +208887,7 @@ [ "outline_color", { - "_index": 979, + "_index": 2662, "data": { "manuals/shader": {} }, @@ -208192,7 +208897,7 @@ [ "outlines", { - "_index": 3113, + "_index": 2400, "data": { "examples/material/screenspace": {}, "manuals/editor-styling": {} @@ -208203,7 +208908,7 @@ [ "output", { - "_index": 903, + "_index": 2441, "data": { "examples/material/screenspace": {}, "manuals/application-security": {}, @@ -208237,7 +208942,7 @@ [ "output_directory", { - "_index": 5220, + "_index": 5424, "data": { "manuals/editor-scripts": {} }, @@ -208247,7 +208952,7 @@ [ "output_format", { - "_index": 5573, + "_index": 3876, "data": { "manuals/font": {} }, @@ -208257,7 +208962,7 @@ [ "output_value", { - "_index": 3016, + "_index": 5315, "data": { "manuals/compute": {} }, @@ -208267,7 +208972,7 @@ [ "output_value.rgb", { - "_index": 3023, + "_index": 5322, "data": { "manuals/compute": {} }, @@ -208277,7 +208982,7 @@ [ "outputs", { - "_index": 1120, + "_index": 2749, "data": { "assets/colorpicker": {}, "manuals/bob": {}, @@ -208289,7 +208994,7 @@ [ "outside", { - "_index": 1348, + "_index": 511, "data": { "examples/physics/dynamic": {}, "examples/physics/hinge_joint": {}, @@ -208322,7 +209027,7 @@ [ "outwards", { - "_index": 3184, + "_index": 1178, "data": { "manuals/particlefx": {} }, @@ -208332,7 +209037,7 @@ [ "over", { - "_index": 62, + "_index": 550, "data": { "assets/gamedistribution": {}, "assets/kenney": {}, @@ -208377,7 +209082,7 @@ [ "overall", { - "_index": 3286, + "_index": 5088, "data": { "assets/safearea": {}, "manuals/flash": {} @@ -208388,7 +209093,7 @@ [ "overdraw", { - "_index": 1593, + "_index": 3112, "data": { "manuals/optimization-speed": {} }, @@ -208398,7 +209103,7 @@ [ "overflow", { - "_index": 10798, + "_index": 9018, "data": { "ref/stable/editor": {} }, @@ -208408,7 +209113,7 @@ [ "overhead", { - "_index": 675, + "_index": 2520, "data": { "manuals/collection-factory": {}, "manuals/factory": {}, @@ -208421,7 +209126,7 @@ [ "overlaid", { - "_index": 5876, + "_index": 4598, "data": { "manuals/glossary": {} }, @@ -208431,7 +209136,7 @@ [ "overlayed", { - "_index": 4030, + "_index": 4226, "data": { "manuals/profiling": {} }, @@ -208441,7 +209146,7 @@ [ "overlays", { - "_index": 5596, + "_index": 3907, "data": { "manuals/font": {} }, @@ -208451,7 +209156,7 @@ [ "overly", { - "_index": 4716, + "_index": 2254, "data": { "manuals/adapting-graphics-to-screen-size": {} }, @@ -208461,7 +209166,7 @@ [ "overridden", { - "_index": 2345, + "_index": 2908, "data": { "manuals/gui-layouts": {}, "manuals/gui-template": {}, @@ -208479,7 +209184,7 @@ [ "override", { - "_index": 1283, + "_index": 515, "data": { "assets/firebase-remoteconfig": {}, "manuals/extensions-ext-manifests": {}, @@ -208502,7 +209207,7 @@ [ "overrides", { - "_index": 627, + "_index": 340, "data": { "manuals/app-manifest": {}, "manuals/application-security": {}, @@ -208515,20 +209220,10 @@ "type": {} } ], - [ - "overriding", - { - "_index": 4741, - "data": { - "manuals/gui-template": {} - }, - "type": {} - } - ], [ "overruled", { - "_index": 7362, + "_index": 10398, "data": { "ref/stable/resource": {} }, @@ -208538,7 +209233,7 @@ [ "overshoot", { - "_index": 4777, + "_index": 4000, "data": { "manuals/physics-resolving-collisions": {} }, @@ -208548,7 +209243,7 @@ [ "overview", { - "_index": 3510, + "_index": 3059, "data": { "examples/gui/healthbar": {}, "examples/gui/layouts": {}, @@ -208565,7 +209260,7 @@ [ "overwrites", { - "_index": 8568, + "_index": 10239, "data": { "ref/stable/http": {} }, @@ -208575,7 +209270,7 @@ [ "overwritten", { - "_index": 7535, + "_index": 9755, "data": { "ref/stable/dmSys": {} }, @@ -208585,7 +209280,7 @@ [ "ow", { - "_index": 7744, + "_index": 10077, "data": { "ref/stable/dmSocket": {} }, @@ -208595,7 +209290,7 @@ [ "own", { - "_index": 2018, + "_index": 713, "data": { "assets/colorlib": {}, "assets/druid": {}, @@ -208619,6 +209314,7 @@ "manuals/modules": {}, "manuals/test": {}, "ref/stable/dmScript": {}, + "ref/stable/editor": {}, "ref/stable/physics": {}, "ref/stable/resource": {} }, @@ -208628,7 +209324,7 @@ [ "own_group", { - "_index": 5460, + "_index": 2045, "data": { "manuals/physics-messages": {} }, @@ -208638,7 +209334,7 @@ [ "owned", { - "_index": 8829, + "_index": 10173, "data": { "ref/stable/b2d.body": {}, "ref/stable/dmScript": {} @@ -208649,7 +209345,7 @@ [ "owner", { - "_index": 5342, + "_index": 5821, "data": { "manuals/macos": {} }, @@ -208659,7 +209355,7 @@ [ "owner_c", { - "_index": 8828, + "_index": 10890, "data": { "ref/stable/dmScript": {} }, @@ -208669,7 +209365,7 @@ [ "owner_lua", { - "_index": 8831, + "_index": 10892, "data": { "ref/stable/dmScript": {} }, @@ -208679,7 +209375,7 @@ [ "owner_res", { - "_index": 8832, + "_index": 10893, "data": { "ref/stable/dmScript": {} }, @@ -208689,7 +209385,7 @@ [ "ownership", { - "_index": 5500, + "_index": 3660, "data": { "manuals/extensions-best-practices": {}, "ref/stable/dmArray": {}, @@ -208702,7 +209398,7 @@ [ "owning", { - "_index": 751, + "_index": 2560, "data": { "manuals/collection-factory": {}, "manuals/factory": {}, @@ -208714,7 +209410,7 @@ [ "owns", { - "_index": 8776, + "_index": 10843, "data": { "ref/stable/dmScript": {} }, @@ -208724,7 +209420,7 @@ [ "p", { - "_index": 1443, + "_index": 3226, "data": { "manuals/bob": {}, "manuals/extender-local-setup": {}, @@ -208739,7 +209435,7 @@ [ "p.y", { - "_index": 2579, + "_index": 4298, "data": { "manuals/factory": {} }, @@ -208749,7 +209445,7 @@ [ "p1", { - "_index": 3721, + "_index": 1849, "data": { "manuals/render": {} }, @@ -208759,7 +209455,7 @@ [ "p2", { - "_index": 3722, + "_index": 1850, "data": { "manuals/render": {} }, @@ -208769,7 +209465,7 @@ [ "pack", { - "_index": 6220, + "_index": 6149, "data": { "assets/alienworld": {}, "assets/lightandshadows": {}, @@ -208785,7 +209481,7 @@ [ "package", { - "_index": 1330, + "_index": 2967, "data": { "manuals/debugging-game-and-system-logs": {}, "manuals/editor-scripts": {}, @@ -208805,7 +209501,7 @@ [ "package.cpath", { - "_index": 7251, + "_index": 9367, "data": { "ref/stable/base": {}, "ref/stable/package": {} @@ -208816,7 +209512,7 @@ [ "package.loaded", { - "_index": 7257, + "_index": 9372, "data": { "ref/stable/base": {}, "ref/stable/package": {} @@ -208827,7 +209523,7 @@ [ "package.loaded[modname", { - "_index": 7259, + "_index": 9374, "data": { "ref/stable/base": {}, "ref/stable/package": {} @@ -208838,7 +209534,7 @@ [ "package.loaded[name", { - "_index": 10414, + "_index": 10701, "data": { "ref/stable/base": {} }, @@ -208848,7 +209544,7 @@ [ "package.loaders", { - "_index": 7260, + "_index": 9375, "data": { "ref/stable/base": {}, "ref/stable/package": {} @@ -208859,7 +209555,7 @@ [ "package.loadlib", { - "_index": 7295, + "_index": 9407, "data": { "ref/stable/package": {} }, @@ -208869,7 +209565,7 @@ [ "package.path", { - "_index": 7254, + "_index": 9369, "data": { "ref/stable/base": {}, "ref/stable/package": {} @@ -208880,7 +209576,7 @@ [ "package.preload", { - "_index": 7267, + "_index": 9381, "data": { "ref/stable/package": {} }, @@ -208890,7 +209586,7 @@ [ "package.preload[modname", { - "_index": 10430, + "_index": 10718, "data": { "ref/stable/base": {} }, @@ -208900,7 +209596,7 @@ [ "package.seeall", { - "_index": 7308, + "_index": 9418, "data": { "ref/stable/package": {} }, @@ -208910,7 +209606,7 @@ [ "packaged", { - "_index": 6324, + "_index": 6612, "data": { "assets/tinyecs": {} }, @@ -208920,7 +209616,7 @@ [ "packages", { - "_index": 1334, + "_index": 3166, "data": { "manuals/android": {}, "manuals/extender-local-setup": {}, @@ -208933,7 +209629,7 @@ [ "packet", { - "_index": 7201, + "_index": 9527, "data": { "ref/stable/dmHid": {}, "ref/stable/socket": {} @@ -208944,7 +209640,7 @@ [ "packets", { - "_index": 8103, + "_index": 10491, "data": { "ref/stable/socket": {} }, @@ -208954,7 +209650,7 @@ [ "packs", { - "_index": 1826, + "_index": 3322, "data": { "manuals/live-update": {} }, @@ -208964,7 +209660,7 @@ [ "padded", { - "_index": 2467, + "_index": 2839, "data": { "manuals/atlas": {}, "ref/stable/builtins": {} @@ -208975,7 +209671,7 @@ [ "padding", { - "_index": 2258, + "_index": 784, "data": { "manuals/atlas": {}, "manuals/bob": {}, @@ -208991,7 +209687,7 @@ [ "paddings", { - "_index": 3872, + "_index": 1330, "data": { "manuals/editor-scripts-ui": {} }, @@ -209001,7 +209697,7 @@ [ "pads", { - "_index": 2128, + "_index": 4470, "data": { "manuals/input-mouse-and-touch": {} }, @@ -209011,7 +209707,7 @@ [ "page", { - "_index": 618, + "_index": 759, "data": { "manuals/app-manifest": {}, "manuals/atlas": {}, @@ -209032,7 +209728,7 @@ [ "paged", { - "_index": 1003, + "_index": 2679, "data": { "manuals/shader": {} }, @@ -209042,7 +209738,7 @@ [ "pages", { - "_index": 2477, + "_index": 2847, "data": { "manuals/atlas": {}, "manuals/introduction": {} @@ -209053,7 +209749,7 @@ [ "paint", { - "_index": 4334, + "_index": 4408, "data": { "manuals/tilemap": {}, "manuals/tilesource": {} @@ -209064,7 +209760,7 @@ [ "painted", { - "_index": 1016, + "_index": 2688, "data": { "manuals/shader": {} }, @@ -209074,7 +209770,7 @@ [ "pair", { - "_index": 2368, + "_index": 3366, "data": { "examples/file/sys_save_load": {}, "examples/gui/healthbar": {}, @@ -209091,7 +209787,7 @@ [ "pairs", { - "_index": 2337, + "_index": 928, "data": { "examples/gui/healthbar": {}, "manuals/html5": {}, @@ -209109,7 +209805,7 @@ [ "palette", { - "_index": 4337, + "_index": 2203, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/tilemap": {} @@ -209120,7 +209816,7 @@ [ "palettes", { - "_index": 6358, + "_index": 6319, "data": { "assets/defold-colors": {} }, @@ -209130,7 +209826,7 @@ [ "pan", { - "_index": 5674, + "_index": 3506, "data": { "examples/sound/panning": {}, "manuals/editor": {}, @@ -209143,7 +209839,7 @@ [ "pane", { - "_index": 2447, + "_index": 994, "data": { "manuals/atlas": {}, "manuals/editor": {}, @@ -209160,7 +209856,7 @@ [ "panel", { - "_index": 3042, + "_index": 114, "data": { "examples/gui/layouts": {}, "manuals/gui": {}, @@ -209172,7 +209868,7 @@ [ "panels", { - "_index": 3111, + "_index": 462, "data": { "manuals/editor-styling": {}, "manuals/gui": {} @@ -209183,7 +209879,7 @@ [ "panes", { - "_index": 5182, + "_index": 5386, "data": { "manuals/editor": {}, "manuals/editor-scripts": {} @@ -209194,7 +209890,7 @@ [ "panning", { - "_index": 10053, + "_index": 10775, "data": { "ref/stable/sound": {} }, @@ -209204,7 +209900,7 @@ [ "panthera", { - "_index": 6471, + "_index": 6428, "data": { "assets/panthera": {}, "assets/panthera20": {} @@ -209215,7 +209911,7 @@ [ "panthera20", { - "_index": 6626, + "_index": 6722, "data": { "assets/panthera20": {} }, @@ -209225,7 +209921,7 @@ [ "paragraph", { - "_index": 3902, + "_index": 1372, "data": { "manuals/editor-scripts-ui": {}, "manuals/test": {}, @@ -209237,7 +209933,7 @@ [ "parallax", { - "_index": 6703, + "_index": 6743, "data": { "assets/perspectiveparallax": {} }, @@ -209247,7 +209943,7 @@ [ "parallel", { - "_index": 1226, + "_index": 2810, "data": { "manuals/compute": {}, "manuals/shader": {} @@ -209258,7 +209954,7 @@ [ "param", { - "_index": 6032, + "_index": 3445, "data": { "manuals/camera": {} }, @@ -209268,7 +209964,7 @@ [ "parameter", { - "_index": 1867, + "_index": 1606, "data": { "manuals/extensions": {}, "manuals/extensions-script-api": {}, @@ -209294,7 +209990,7 @@ [ "parameters", { - "_index": 693, + "_index": 880, "data": { "assets/sparkle-shader": {}, "examples/particles/fireworks": {}, @@ -209335,7 +210031,7 @@ [ "params", { - "_index": 2515, + "_index": 2878, "data": { "manuals/atlas": {}, "manuals/extensions": {}, @@ -209352,7 +210048,7 @@ [ "parent", { - "_index": 646, + "_index": 133, "data": { "examples/basics/parent_child": {}, "examples/gui/color": {}, @@ -209383,7 +210079,7 @@ [ "parent's", { - "_index": 4442, + "_index": 326, "data": { "manuals/gui": {} }, @@ -209393,7 +210089,7 @@ [ "parent/child", { - "_index": 6108, + "_index": 6128, "data": { "examples/basics/parent_child": {} }, @@ -209403,7 +210099,7 @@ [ "parent_id", { - "_index": 4570, + "_index": 6016, "data": { "manuals/building-blocks": {} }, @@ -209413,7 +210109,7 @@ [ "parentheses", { - "_index": 6979, + "_index": 9559, "data": { "ref/stable/debug": {} }, @@ -209423,7 +210119,7 @@ [ "parenting", { - "_index": 10882, + "_index": 9819, "data": { "ref/stable/model": {} }, @@ -209433,7 +210129,7 @@ [ "parents", { - "_index": 3321, + "_index": 542, "data": { "manuals/flash": {}, "manuals/gui": {}, @@ -209445,7 +210141,7 @@ [ "paricle", { - "_index": 9226, + "_index": 7745, "data": { "ref/stable/gui": {} }, @@ -209455,7 +210151,7 @@ [ "parity", { - "_index": 5450, + "_index": 6094, "data": { "manuals/android": {} }, @@ -209465,7 +210161,7 @@ [ "parse", { - "_index": 4784, + "_index": 4969, "data": { "assets/defold-parser": {}, "manuals/debugging-native-code": {}, @@ -209479,7 +210175,7 @@ [ "parsed", { - "_index": 2349, + "_index": 3721, "data": { "manuals/project-settings": {}, "manuals/script-properties": {}, @@ -209491,7 +210187,7 @@ [ "parseheader", { - "_index": 7223, + "_index": 10447, "data": { "ref/stable/dmHttpClient": {} }, @@ -209501,7 +210197,7 @@ [ "parser", { - "_index": 6588, + "_index": 6565, "data": { "assets/defold-parser": {} }, @@ -209511,7 +210207,7 @@ [ "parseresult", { - "_index": 7233, + "_index": 10456, "data": { "ref/stable/dmHttpClient": {} }, @@ -209521,7 +210217,7 @@ [ "parseurl", { - "_index": 10486, + "_index": 7332, "data": { "ref/stable/dmMessage": {} }, @@ -209531,7 +210227,7 @@ [ "parsing", { - "_index": 2087, + "_index": 1074, "data": { "assets/defold-ink": {}, "assets/lpeg": {}, @@ -209546,7 +210242,7 @@ [ "part", { - "_index": 919, + "_index": 631, "data": { "assets/cjson": {}, "manuals/addressing": {}, @@ -209585,7 +210281,7 @@ [ "partial", { - "_index": 5125, + "_index": 3669, "data": { "assets/ironsource": {}, "assets/screenshot": {}, @@ -209599,7 +210295,7 @@ [ "partially", { - "_index": 3385, + "_index": 221, "data": { "manuals/flash": {}, "manuals/gui": {}, @@ -209611,7 +210307,7 @@ [ "participate", { - "_index": 8926, + "_index": 10172, "data": { "ref/stable/b2d.body": {} }, @@ -209621,7 +210317,7 @@ [ "particle", { - "_index": 375, + "_index": 234, "data": { "assets/acidrain": {}, "examples/particles/confetti": {}, @@ -209649,7 +210345,7 @@ [ "particle's", { - "_index": 3209, + "_index": 1233, "data": { "examples/particles/modifiers": {}, "manuals/particlefx": {} @@ -209660,7 +210356,7 @@ [ "particlefx", { - "_index": 976, + "_index": 232, "data": { "examples/particles/confetti": {}, "examples/particles/fire_and_smoke": {}, @@ -209680,7 +210376,7 @@ [ "particlefx.emitter_state_postspawn", { - "_index": 9304, + "_index": 7835, "data": { "ref/stable/gui": {}, "ref/stable/particlefx": {} @@ -209691,7 +210387,7 @@ [ "particlefx.emitter_state_prespawn", { - "_index": 9302, + "_index": 7833, "data": { "ref/stable/gui": {}, "ref/stable/particlefx": {} @@ -209702,7 +210398,7 @@ [ "particlefx.emitter_state_sleeping", { - "_index": 9301, + "_index": 7832, "data": { "ref/stable/gui": {}, "ref/stable/particlefx": {} @@ -209713,7 +210409,7 @@ [ "particlefx.emitter_state_spawning", { - "_index": 9303, + "_index": 7834, "data": { "ref/stable/gui": {}, "ref/stable/particlefx": {} @@ -209724,7 +210420,7 @@ [ "particlefx.play", { - "_index": 3219, + "_index": 1246, "data": { "manuals/particlefx": {}, "ref/stable/particlefx": {} @@ -209735,7 +210431,7 @@ [ "particlefx.reset_constant", { - "_index": 3224, + "_index": 1252, "data": { "manuals/particlefx": {}, "ref/stable/particlefx": {} @@ -209746,7 +210442,7 @@ [ "particlefx.set_constant", { - "_index": 3223, + "_index": 1251, "data": { "manuals/particlefx": {}, "ref/stable/particlefx": {}, @@ -209758,7 +210454,7 @@ [ "particlefx.stop", { - "_index": 3220, + "_index": 1247, "data": { "manuals/particlefx": {}, "ref/stable/go": {}, @@ -209770,7 +210466,7 @@ [ "particles", { - "_index": 377, + "_index": 990, "data": { "examples/particles/confetti": {}, "examples/particles/fireworks": {}, @@ -209790,7 +210486,7 @@ [ "particles_node", { - "_index": 5507, + "_index": 2361, "data": { "manuals/gui-particlefx": {} }, @@ -209800,7 +210496,7 @@ [ "particular", { - "_index": 914, + "_index": 1120, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/ads": {}, @@ -209826,7 +210522,7 @@ [ "particularly", { - "_index": 3010, + "_index": 4583, "data": { "manuals/compute": {}, "manuals/debugging-game-logic": {}, @@ -209838,7 +210534,7 @@ [ "partitioning", { - "_index": 1615, + "_index": 3122, "data": { "manuals/optimization-speed": {} }, @@ -209848,7 +210544,7 @@ [ "partners", { - "_index": 2836, + "_index": 4193, "data": { "manuals/application-security": {} }, @@ -209858,7 +210554,7 @@ [ "parts", { - "_index": 2041, + "_index": 1691, "data": { "manuals/addressing": {}, "manuals/editor-scripts": {}, @@ -209875,7 +210571,7 @@ [ "party", { - "_index": 2843, + "_index": 2143, "data": { "assets/pp": {}, "assets/rustore-billing": {}, @@ -209895,7 +210591,7 @@ [ "pass", { - "_index": 905, + "_index": 1502, "data": { "examples/material/screenspace": {}, "manuals/bob": {}, @@ -209931,7 +210627,7 @@ [ "passed", { - "_index": 968, + "_index": 811, "data": { "manuals/compute": {}, "manuals/editor-preferences": {}, @@ -209970,7 +210666,7 @@ [ "passeed", { - "_index": 6948, + "_index": 8470, "data": { "ref/stable/dmResource": {} }, @@ -209980,7 +210676,7 @@ [ "passes", { - "_index": 3559, + "_index": 1657, "data": { "manuals/message-passing": {}, "ref/stable/dmGameObject": {}, @@ -209993,7 +210689,7 @@ [ "passing", { - "_index": 1576, + "_index": 907, "data": { "manuals/design": {}, "manuals/factory": {}, @@ -210013,7 +210709,7 @@ [ "password", { - "_index": 4004, + "_index": 1556, "data": { "manuals/android": {}, "manuals/bob": {}, @@ -210028,7 +210724,7 @@ [ "password/token", { - "_index": 4192, + "_index": 3228, "data": { "manuals/bob": {} }, @@ -210038,7 +210734,7 @@ [ "password:match", { - "_index": 4006, + "_index": 1561, "data": { "manuals/editor-scripts-ui": {} }, @@ -210048,7 +210744,7 @@ [ "paste", { - "_index": 280, + "_index": 2947, "data": { "assets/clipboard": {}, "manuals/ios": {}, @@ -210060,7 +210756,7 @@ [ "pasting", { - "_index": 2458, + "_index": 2832, "data": { "manuals/atlas": {}, "manuals/gui-layouts": {} @@ -210071,7 +210767,7 @@ [ "patch", { - "_index": 1754, + "_index": 4874, "data": { "manuals/porting-guidelines": {}, "ref/stable/dmDDF": {} @@ -210082,7 +210778,7 @@ [ "path", { - "_index": 866, + "_index": 1411, "data": { "assets/apathfinding": {}, "assets/extensiondirectories": {}, @@ -210136,7 +210832,7 @@ [ "path/my_atlas", { - "_index": 7332, + "_index": 10370, "data": { "ref/stable/resource": {} }, @@ -210146,7 +210842,7 @@ [ "path/my_atlas.texturesetc", { - "_index": 7333, + "_index": 10371, "data": { "ref/stable/resource": {} }, @@ -210156,7 +210852,7 @@ [ "path/my_buffer", { - "_index": 7365, + "_index": 10401, "data": { "ref/stable/resource": {} }, @@ -210166,7 +210862,7 @@ [ "path/my_buffer.bufferc", { - "_index": 7366, + "_index": 10402, "data": { "ref/stable/resource": {} }, @@ -210176,7 +210872,7 @@ [ "path/my_texture", { - "_index": 7372, + "_index": 10407, "data": { "ref/stable/resource": {} }, @@ -210186,7 +210882,7 @@ [ "path/my_texture.texturec", { - "_index": 7373, + "_index": 10408, "data": { "ref/stable/resource": {} }, @@ -210196,7 +210892,7 @@ [ "path/to/defold.app/contents/macos/defold", { - "_index": 5840, + "_index": 5587, "data": { "manuals/editor": {} }, @@ -210206,7 +210902,7 @@ [ "path/to/file.png", { - "_index": 863, + "_index": 4885, "data": { "manuals/project-defignore": {} }, @@ -210216,7 +210912,7 @@ [ "path/to/project/build/default/__htmllaunchdir", { - "_index": 5222, + "_index": 5425, "data": { "manuals/editor-scripts": {} }, @@ -210226,7 +210922,7 @@ [ "path:match", { - "_index": 5198, + "_index": 5403, "data": { "manuals/editor-scripts": {} }, @@ -210236,7 +210932,7 @@ [ "path:sub", { - "_index": 5192, + "_index": 5396, "data": { "manuals/editor-scripts": {} }, @@ -210246,7 +210942,7 @@ [ "path[#fragment", { - "_index": 10487, + "_index": 7333, "data": { "ref/stable/dmMessage": {} }, @@ -210256,7 +210952,7 @@ [ "pathfinder", { - "_index": 6313, + "_index": 6458, "data": { "assets/defgraph": {} }, @@ -210266,7 +210962,7 @@ [ "paths", { - "_index": 1150, + "_index": 2770, "data": { "manuals/addressing": {}, "manuals/debugging-native-code-android": {}, @@ -210279,7 +210975,7 @@ [ "path}/plugins/bin/${platform", { - "_index": 5247, + "_index": 5450, "data": { "manuals/editor-scripts": {} }, @@ -210289,7 +210985,7 @@ [ "pattern", { - "_index": 2212, + "_index": 678, "data": { "assets/defarmy": {}, "assets/lpeg": {}, @@ -210308,7 +211004,7 @@ [ "patterns", { - "_index": 1535, + "_index": 2851, "data": { "assets/defarmy": {}, "manuals/atlas": {}, @@ -210323,7 +211019,7 @@ [ "pause", { - "_index": 1621, + "_index": 1135, "data": { "manuals/collection-proxy": {}, "manuals/debugging-game-logic": {}, @@ -210342,7 +211038,7 @@ [ "pause_menu", { - "_index": 2056, + "_index": 5983, "data": { "manuals/input": {} }, @@ -210352,11 +211048,12 @@ [ "paused", { - "_index": 1626, + "_index": 1142, "data": { "manuals/debugging-native-code-ios": {}, "manuals/particlefx": {}, - "manuals/porting-guidelines": {} + "manuals/porting-guidelines": {}, + "ref/stable/render": {} }, "type": {} } @@ -210364,7 +211061,7 @@ [ "pausenode", { - "_index": 2052, + "_index": 5982, "data": { "manuals/input": {} }, @@ -210374,7 +211071,7 @@ [ "pauses", { - "_index": 10864, + "_index": 10288, "data": { "ref/stable/profiler": {} }, @@ -210384,7 +211081,7 @@ [ "pay", { - "_index": 2659, + "_index": 2909, "data": { "manuals/gui-layouts": {} }, @@ -210394,7 +211091,7 @@ [ "paying", { - "_index": 6675, + "_index": 6259, "data": { "assets/webmonetization": {} }, @@ -210404,7 +211101,7 @@ [ "payload", { - "_index": 4400, + "_index": 5758, "data": { "manuals/iac": {}, "ref/stable/dmMessage": {}, @@ -210417,7 +211114,7 @@ [ "payload.origin", { - "_index": 4402, + "_index": 5760, "data": { "manuals/iac": {} }, @@ -210427,7 +211124,7 @@ [ "payload.url", { - "_index": 4403, + "_index": 5761, "data": { "manuals/iac": {} }, @@ -210437,7 +211134,7 @@ [ "payment", { - "_index": 6672, + "_index": 6256, "data": { "assets/webmonetization": {} }, @@ -210447,7 +211144,7 @@ [ "payments", { - "_index": 6465, + "_index": 6495, "data": { "assets/iap": {}, "assets/rustore-billing": {} @@ -210458,7 +211155,7 @@ [ "pc", { - "_index": 5896, + "_index": 2356, "data": { "manuals/working-offline": {}, "ref/stable/window": {} @@ -210469,7 +211166,7 @@ [ "pcall", { - "_index": 8783, + "_index": 10710, "data": { "ref/stable/base": {}, "ref/stable/dmScript": {} @@ -210480,7 +211177,7 @@ [ "pcg", { - "_index": 6501, + "_index": 6376, "data": { "assets/pcg-random": {}, "assets/pcgrandom": {} @@ -210491,7 +211188,7 @@ [ "pcgrandom", { - "_index": 6654, + "_index": 6375, "data": { "assets/pcgrandom": {} }, @@ -210501,7 +211198,7 @@ [ "peak", { - "_index": 5688, + "_index": 3521, "data": { "manuals/sound": {}, "ref/stable/profiler": {}, @@ -210513,7 +211210,7 @@ [ "peer", { - "_index": 8076, + "_index": 10469, "data": { "ref/stable/socket": {} }, @@ -210523,7 +211220,7 @@ [ "peers", { - "_index": 8156, + "_index": 10535, "data": { "ref/stable/socket": {} }, @@ -210533,7 +211230,7 @@ [ "pegs", { - "_index": 6372, + "_index": 6641, "data": { "assets/lpeg": {} }, @@ -210543,7 +211240,7 @@ [ "pem", { - "_index": 262, + "_index": 5249, "data": { "manuals/networking": {} }, @@ -210553,7 +211250,7 @@ [ "pending", { - "_index": 7722, + "_index": 10056, "data": { "ref/stable/dmSocket": {} }, @@ -210563,7 +211260,7 @@ [ "penetration", { - "_index": 4750, + "_index": 3974, "data": { "manuals/physics-events": {}, "manuals/physics-resolving-collisions": {}, @@ -210575,7 +211272,7 @@ [ "penetrations", { - "_index": 4764, + "_index": 3989, "data": { "manuals/physics-resolving-collisions": {} }, @@ -210585,7 +211282,7 @@ [ "people", { - "_index": 414, + "_index": 3576, "data": { "assets/facebook": {}, "assets/facebookinstantgames": {}, @@ -210599,7 +211296,7 @@ [ "per", { - "_index": 479, + "_index": 128, "data": { "manuals/atlas": {}, "manuals/bundling": {}, @@ -210622,6 +211319,7 @@ "ref/stable/dmGameObject": {}, "ref/stable/dmGui": {}, "ref/stable/dmVMath": {}, + "ref/stable/editor": {}, "ref/stable/go": {}, "ref/stable/gui": {}, "ref/stable/physics": {}, @@ -210638,7 +211336,7 @@ [ "percent", { - "_index": 10837, + "_index": 10261, "data": { "ref/stable/profiler": {} }, @@ -210648,7 +211346,7 @@ [ "percentage", { - "_index": 4454, + "_index": 388, "data": { "assets/batterystatus": {}, "manuals/gui": {} @@ -210659,7 +211357,7 @@ [ "perfect", { - "_index": 4704, + "_index": 2234, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/addressing": {} @@ -210670,7 +211368,7 @@ [ "perfectly", { - "_index": 4365, + "_index": 3372, "data": { "manuals/addressing": {}, "manuals/tilesource": {} @@ -210681,7 +211379,7 @@ [ "perform", { - "_index": 918, + "_index": 738, "data": { "manuals/bob": {}, "manuals/editor": {}, @@ -210706,7 +211404,7 @@ [ "performance", { - "_index": 351, + "_index": 608, "data": { "assets/defold-log": {}, "assets/firebase-remoteconfig": {}, @@ -210745,7 +211443,7 @@ [ "performed", { - "_index": 3791, + "_index": 4364, "data": { "manuals/editor": {}, "manuals/editor-scripts": {}, @@ -210762,7 +211460,7 @@ [ "performing", { - "_index": 642, + "_index": 2511, "data": { "manuals/collection-factory": {}, "manuals/flash": {}, @@ -210774,7 +211472,7 @@ [ "performs", { - "_index": 3560, + "_index": 1658, "data": { "examples/physics/raycast": {}, "manuals/message-passing": {}, @@ -210791,7 +211489,7 @@ [ "perhaps", { - "_index": 2701, + "_index": 2997, "data": { "manuals/application-security": {}, "manuals/bundling": {}, @@ -210804,7 +211502,7 @@ [ "perimeter", { - "_index": 4438, + "_index": 310, "data": { "manuals/gui": {}, "manuals/gui-pie": {}, @@ -210816,7 +211514,7 @@ [ "period", { - "_index": 7142, + "_index": 7202, "data": { "ref/stable/physics": {}, "ref/stable/sys": {}, @@ -210828,7 +211526,7 @@ [ "periodic", { - "_index": 8096, + "_index": 10485, "data": { "ref/stable/socket": {} }, @@ -210838,7 +211536,7 @@ [ "periods", { - "_index": 5886, + "_index": 2328, "data": { "manuals/working-offline": {} }, @@ -210848,7 +211546,7 @@ [ "perks", { - "_index": 6674, + "_index": 6258, "data": { "assets/webmonetization": {} }, @@ -210858,7 +211556,7 @@ [ "permanent", { - "_index": 401, + "_index": 3571, "data": { "manuals/project-setup": {} }, @@ -210868,7 +211566,7 @@ [ "permanently", { - "_index": 5760, + "_index": 2278, "data": { "manuals/ads": {} }, @@ -210878,7 +211576,7 @@ [ "permission", { - "_index": 5441, + "_index": 6087, "data": { "manuals/android": {}, "ref/stable/socket": {}, @@ -210890,7 +211588,7 @@ [ "permissions", { - "_index": 3044, + "_index": 3681, "data": { "assets/defoldandroidpermissions": {}, "manuals/android": {}, @@ -210906,7 +211604,7 @@ [ "permitted", { - "_index": 8508, + "_index": 9324, "data": { "ref/stable/dmGameObject": {}, "ref/stable/sys": {} @@ -210917,7 +211615,7 @@ [ "perpendicular", { - "_index": 5829, + "_index": 5574, "data": { "manuals/editor": {}, "ref/stable/vmath": {} @@ -210928,7 +211626,7 @@ [ "perserved", { - "_index": 9380, + "_index": 7917, "data": { "ref/stable/gui": {} }, @@ -210938,7 +211636,7 @@ [ "persist", { - "_index": 6485, + "_index": 6301, "data": { "assets/defold-persist": {}, "ref/stable/editor": {} @@ -210949,7 +211647,7 @@ [ "persisted", { - "_index": 6775, + "_index": 8409, "data": { "ref/stable/dmResource": {}, "ref/stable/liveupdate": {} @@ -210960,7 +211658,7 @@ [ "persistent", { - "_index": 5249, + "_index": 5452, "data": { "manuals/editor-scripts": {}, "ref/stable/dmExtension": {} @@ -210971,7 +211669,7 @@ [ "persistently", { - "_index": 2325, + "_index": 889, "data": { "manuals/html5": {} }, @@ -210981,7 +211679,7 @@ [ "person", { - "_index": 6756, + "_index": 6473, "data": { "assets/pointer-lock": {} }, @@ -210991,7 +211689,7 @@ [ "personal", { - "_index": 4516, + "_index": 5661, "data": { "assets/adinfo": {}, "manuals/dev-app": {} @@ -211002,7 +211700,7 @@ [ "perspective", { - "_index": 5528, + "_index": 3486, "data": { "assets/perspectiveparallax": {}, "assets/slasherprototype": {}, @@ -211020,7 +211718,7 @@ [ "perspectiveparallax", { - "_index": 6702, + "_index": 6742, "data": { "assets/perspectiveparallax": {} }, @@ -211030,7 +211728,7 @@ [ "phase", { - "_index": 7153, + "_index": 9481, "data": { "ref/stable/b2d.body": {}, "ref/stable/dmHid": {} @@ -211041,7 +211739,7 @@ [ "phaser", { - "_index": 5572, + "_index": 3875, "data": { "manuals/font": {} }, @@ -211051,7 +211749,7 @@ [ "phone", { - "_index": 10046, + "_index": 10769, "data": { "ref/stable/sound": {} }, @@ -211061,7 +211759,7 @@ [ "phones", { - "_index": 1732, + "_index": 4865, "data": { "manuals/porting-guidelines": {} }, @@ -211071,7 +211769,7 @@ [ "photoshop", { - "_index": 6446, + "_index": 6455, "data": { "assets/photoshopguiexporter": {} }, @@ -211081,7 +211779,7 @@ [ "photoshopguiexporter", { - "_index": 6445, + "_index": 6454, "data": { "assets/photoshopguiexporter": {} }, @@ -211091,7 +211789,7 @@ [ "physical", { - "_index": 1936, + "_index": 379, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/collection-proxy": {}, @@ -211110,7 +211808,7 @@ [ "physics", { - "_index": 179, + "_index": 1002, "data": { "assets/crowd-runner-defold": {}, "assets/tactxstudios": {}, @@ -211149,7 +211847,7 @@ [ "physics.create_joint", { - "_index": 5919, + "_index": 5695, "data": { "manuals/physics-events": {}, "manuals/physics-joints": {}, @@ -211161,7 +211859,7 @@ [ "physics.debug", { - "_index": 8523, + "_index": 9719, "data": { "ref/stable/sys": {} }, @@ -211171,7 +211869,7 @@ [ "physics.destroy_joint", { - "_index": 5996, + "_index": 5790, "data": { "manuals/physics-joints": {}, "ref/stable/physics": {} @@ -211182,7 +211880,7 @@ [ "physics.get_gravity", { - "_index": 7050, + "_index": 7473, "data": { "ref/stable/physics": {} }, @@ -211192,7 +211890,7 @@ [ "physics.get_group", { - "_index": 7052, + "_index": 7475, "data": { "ref/stable/physics": {} }, @@ -211202,7 +211900,7 @@ [ "physics.get_joint_properties", { - "_index": 5999, + "_index": 5793, "data": { "manuals/physics-joints": {}, "ref/stable/physics": {} @@ -211213,7 +211911,7 @@ [ "physics.get_joint_reaction_force", { - "_index": 7058, + "_index": 7481, "data": { "ref/stable/physics": {} }, @@ -211223,7 +211921,7 @@ [ "physics.get_joint_reaction_torque", { - "_index": 7060, + "_index": 7483, "data": { "ref/stable/physics": {} }, @@ -211233,7 +211931,7 @@ [ "physics.get_maskbit", { - "_index": 7063, + "_index": 7486, "data": { "ref/stable/physics": {} }, @@ -211243,7 +211941,7 @@ [ "physics.get_shape", { - "_index": 7069, + "_index": 7492, "data": { "ref/stable/physics": {} }, @@ -211253,7 +211951,7 @@ [ "physics.joint_type_fixed", { - "_index": 5928, + "_index": 5704, "data": { "manuals/physics-events": {}, "manuals/physics-joints": {}, @@ -211265,7 +211963,7 @@ [ "physics.joint_type_hinge", { - "_index": 7077, + "_index": 7500, "data": { "ref/stable/physics": {} }, @@ -211275,7 +211973,7 @@ [ "physics.joint_type_slider", { - "_index": 5983, + "_index": 5777, "data": { "manuals/physics-joints": {}, "ref/stable/physics": {} @@ -211286,7 +211984,7 @@ [ "physics.joint_type_spring", { - "_index": 5981, + "_index": 5775, "data": { "manuals/physics-joints": {}, "ref/stable/physics": {} @@ -211297,7 +211995,7 @@ [ "physics.joint_type_weld", { - "_index": 5977, + "_index": 5771, "data": { "manuals/physics-joints": {}, "ref/stable/physics": {} @@ -211308,7 +212006,7 @@ [ "physics.joint_type_wheel", { - "_index": 5984, + "_index": 5778, "data": { "manuals/physics-joints": {}, "ref/stable/physics": {} @@ -211319,7 +212017,7 @@ [ "physics.raycast", { - "_index": 5940, + "_index": 1022, "data": { "manuals/physics-ray-casts": {}, "ref/stable/physics": {} @@ -211330,7 +212028,7 @@ [ "physics.raycast_async", { - "_index": 7097, + "_index": 7518, "data": { "ref/stable/physics": {} }, @@ -211340,7 +212038,7 @@ [ "physics.set_gravity", { - "_index": 7102, + "_index": 7523, "data": { "ref/stable/physics": {} }, @@ -211350,7 +212048,7 @@ [ "physics.set_group", { - "_index": 7104, + "_index": 7525, "data": { "ref/stable/physics": {} }, @@ -211360,7 +212058,7 @@ [ "physics.set_hflip", { - "_index": 7107, + "_index": 7528, "data": { "ref/stable/physics": {} }, @@ -211370,7 +212068,7 @@ [ "physics.set_joint_properties", { - "_index": 6005, + "_index": 5799, "data": { "manuals/physics-joints": {}, "ref/stable/physics": {} @@ -211381,7 +212079,7 @@ [ "physics.set_listener", { - "_index": 5918, + "_index": 5694, "data": { "manuals/physics-events": {}, "ref/stable/physics": {} @@ -211392,7 +212090,7 @@ [ "physics.set_maskbit", { - "_index": 7112, + "_index": 7531, "data": { "ref/stable/physics": {} }, @@ -211402,7 +212100,7 @@ [ "physics.set_shape", { - "_index": 192, + "_index": 5518, "data": { "manuals/physics-shapes": {}, "ref/stable/physics": {} @@ -211413,7 +212111,7 @@ [ "physics.set_vflip", { - "_index": 7126, + "_index": 7545, "data": { "ref/stable/physics": {} }, @@ -211423,7 +212121,7 @@ [ "physics.shape_type_box", { - "_index": 212, + "_index": 5528, "data": { "manuals/physics-shapes": {}, "ref/stable/physics": {} @@ -211434,7 +212132,7 @@ [ "physics.shape_type_capsule", { - "_index": 199, + "_index": 5521, "data": { "manuals/physics-shapes": {}, "ref/stable/physics": {} @@ -211445,7 +212143,7 @@ [ "physics.shape_type_hull", { - "_index": 7071, + "_index": 7494, "data": { "ref/stable/physics": {} }, @@ -211455,7 +212153,7 @@ [ "physics.shape_type_sphere", { - "_index": 208, + "_index": 5525, "data": { "manuals/physics-shapes": {}, "ref/stable/physics": {} @@ -211466,7 +212164,7 @@ [ "physics.update_mass", { - "_index": 7132, + "_index": 7550, "data": { "ref/stable/physics": {} }, @@ -211476,7 +212174,7 @@ [ "physics.wakeup", { - "_index": 7137, + "_index": 7554, "data": { "ref/stable/physics": {} }, @@ -211486,7 +212184,7 @@ [ "physics_world_listener", { - "_index": 5916, + "_index": 5692, "data": { "manuals/physics-events": {} }, @@ -211496,7 +212194,7 @@ [ "pi", { - "_index": 1187, + "_index": 2791, "data": { "manuals/shader": {}, "ref/stable/math": {} @@ -211507,7 +212205,7 @@ [ "pi.glsl", { - "_index": 1186, + "_index": 2790, "data": { "manuals/shader": {} }, @@ -211517,7 +212215,7 @@ [ "pi_glsl_h", { - "_index": 1194, + "_index": 2796, "data": { "manuals/shader": {} }, @@ -211527,7 +212225,7 @@ [ "pick", { - "_index": 3812, + "_index": 2263, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/addressing": {}, @@ -211541,7 +212239,7 @@ [ "pick_node", { - "_index": 9286, + "_index": 7818, "data": { "ref/stable/gui": {} }, @@ -211551,7 +212249,7 @@ [ "picked", { - "_index": 1073, + "_index": 275, "data": { "manuals/editor-scripts": {}, "manuals/gui": {}, @@ -211563,7 +212261,7 @@ [ "picking", { - "_index": 4430, + "_index": 267, "data": { "manuals/gui": {}, "ref/stable/gui": {} @@ -211574,7 +212272,7 @@ [ "pid", { - "_index": 6082, + "_index": 4901, "data": { "manuals/debugging-native-code-ios": {} }, @@ -211584,7 +212282,7 @@ [ "pie", { - "_index": 382, + "_index": 218, "data": { "examples/gui/progress": {}, "examples/timer/repeating_timer": {}, @@ -211601,7 +212299,7 @@ [ "piebounds_ellipse", { - "_index": 9287, + "_index": 7819, "data": { "ref/stable/gui": {} }, @@ -211611,7 +212309,7 @@ [ "piebounds_rectangle", { - "_index": 9289, + "_index": 7821, "data": { "ref/stable/gui": {} }, @@ -211621,7 +212319,7 @@ [ "piece", { - "_index": 1560, + "_index": 3096, "data": { "manuals/glossary": {}, "manuals/introduction": {}, @@ -211633,7 +212331,7 @@ [ "pieces", { - "_index": 370, + "_index": 984, "data": { "manuals/editor-scripts": {}, "manuals/importing-graphics": {}, @@ -211648,7 +212346,7 @@ [ "pienode", { - "_index": 5045, + "_index": 5010, "data": { "manuals/gui-pie": {} }, @@ -211658,7 +212356,7 @@ [ "pigeon", { - "_index": 6478, + "_index": 6441, "data": { "assets/pigeon": {} }, @@ -211668,7 +212366,7 @@ [ "ping", { - "_index": 2513, + "_index": 2474, "data": { "manuals/atlas": {}, "manuals/flipbook-animation": {}, @@ -211683,7 +212381,7 @@ [ "pingpong", { - "_index": 515, + "_index": 4521, "data": { "manuals/model-animation": {} }, @@ -211693,7 +212391,7 @@ [ "pipe", { - "_index": 10645, + "_index": 8827, "data": { "ref/stable/editor": {} }, @@ -211703,7 +212401,7 @@ [ "piped", { - "_index": 10646, + "_index": 8828, "data": { "ref/stable/editor": {} }, @@ -211713,7 +212411,7 @@ [ "pipeline", { - "_index": 868, + "_index": 575, "data": { "assets/defold-rendy": {}, "manuals/debugging-game-logic": {}, @@ -211731,7 +212429,7 @@ [ "pipelines", { - "_index": 1052, + "_index": 2704, "data": { "manuals/shader": {} }, @@ -211741,7 +212439,7 @@ [ "pipelinestate", { - "_index": 10248, + "_index": 6849, "data": { "ref/stable/dmGraphics": {} }, @@ -211751,7 +212449,7 @@ [ "pitch", { - "_index": 6179, + "_index": 6190, "data": { "assets/openal": {}, "examples/render/orbit_camera": {} @@ -211762,7 +212460,7 @@ [ "pitfall", { - "_index": 3313, + "_index": 2374, "data": { "manuals/extensions-best-practices": {}, "manuals/flash": {}, @@ -211774,7 +212472,7 @@ [ "pivot", { - "_index": 58, + "_index": 357, "data": { "examples/gui/healthbar": {}, "examples/physics/pendulum": {}, @@ -211793,7 +212491,7 @@ [ "pivot_center", { - "_index": 9290, + "_index": 7822, "data": { "ref/stable/gui": {} }, @@ -211803,7 +212501,7 @@ [ "pivot_e", { - "_index": 9291, + "_index": 7823, "data": { "ref/stable/gui": {} }, @@ -211813,7 +212511,7 @@ [ "pivot_n", { - "_index": 9292, + "_index": 7824, "data": { "ref/stable/gui": {} }, @@ -211823,7 +212521,7 @@ [ "pivot_ne", { - "_index": 9293, + "_index": 7825, "data": { "ref/stable/gui": {} }, @@ -211833,7 +212531,7 @@ [ "pivot_nw", { - "_index": 9294, + "_index": 7826, "data": { "ref/stable/gui": {} }, @@ -211843,7 +212541,7 @@ [ "pivot_s", { - "_index": 9295, + "_index": 7827, "data": { "ref/stable/gui": {} }, @@ -211853,7 +212551,7 @@ [ "pivot_se", { - "_index": 9296, + "_index": 7828, "data": { "ref/stable/gui": {} }, @@ -211863,7 +212561,7 @@ [ "pivot_sw", { - "_index": 9297, + "_index": 7829, "data": { "ref/stable/gui": {} }, @@ -211873,7 +212571,7 @@ [ "pivot_w", { - "_index": 9298, + "_index": 7830, "data": { "ref/stable/gui": {} }, @@ -211883,7 +212581,7 @@ [ "pivot_x", { - "_index": 7342, + "_index": 10378, "data": { "ref/stable/resource": {} }, @@ -211893,7 +212591,7 @@ [ "pivot_y", { - "_index": 7344, + "_index": 10380, "data": { "ref/stable/resource": {} }, @@ -211903,7 +212601,7 @@ [ "pivots", { - "_index": 6122, + "_index": 6113, "data": { "examples/gui/healthbar": {} }, @@ -211913,7 +212611,7 @@ [ "pixel", { - "_index": 912, + "_index": 24, "data": { "assets/lowrezjamtemplate": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -211935,7 +212633,7 @@ [ "pixel's", { - "_index": 7959, + "_index": 8616, "data": { "ref/stable/render": {} }, @@ -211945,7 +212643,7 @@ [ "pixelated", { - "_index": 5584, + "_index": 3891, "data": { "manuals/font": {} }, @@ -211955,7 +212653,7 @@ [ "pixels", { - "_index": 2466, + "_index": 2236, "data": { "assets/drawpixels": {}, "assets/screenshot": {}, @@ -211978,7 +212676,7 @@ [ "pixels/s", { - "_index": 7044, + "_index": 7467, "data": { "ref/stable/physics": {} }, @@ -211988,7 +212686,7 @@ [ "pixelsalignment", { - "_index": 10747, + "_index": 8967, "data": { "ref/stable/editor": {} }, @@ -211998,7 +212696,7 @@ [ "pixelsspacing", { - "_index": 10745, + "_index": 8965, "data": { "ref/stable/editor": {} }, @@ -212008,7 +212706,7 @@ [ "pk", { - "_index": 4191, + "_index": 3227, "data": { "manuals/bob": {} }, @@ -212018,7 +212716,7 @@ [ "pkg", { - "_index": 5436, + "_index": 6083, "data": { "manuals/android": {} }, @@ -212028,7 +212726,7 @@ [ "place", { - "_index": 1780, + "_index": 854, "data": { "assets/illumination": {}, "assets/safearea": {}, @@ -212058,7 +212756,7 @@ [ "placed", { - "_index": 632, + "_index": 885, "data": { "examples/physics/dynamic": {}, "examples/physics/hinge_joint": {}, @@ -212082,7 +212780,7 @@ [ "placement", { - "_index": 4100, + "_index": 4444, "data": { "manuals/test": {} }, @@ -212092,7 +212790,7 @@ [ "places", { - "_index": 3135, + "_index": 1338, "data": { "manuals/editor-scripts-ui": {}, "manuals/editor-styling": {}, @@ -212106,7 +212804,7 @@ [ "placing", { - "_index": 3869, + "_index": 1321, "data": { "examples/basics/parent_child": {}, "manuals/editor-scripts-ui": {}, @@ -212118,7 +212816,7 @@ [ "plain", { - "_index": 4329, + "_index": 5955, "data": { "manuals/design": {}, "ref/stable/string": {} @@ -212129,7 +212827,7 @@ [ "plane", { - "_index": 5383, + "_index": 5570, "data": { "manuals/components": {}, "manuals/editor": {}, @@ -212144,7 +212842,7 @@ [ "planes", { - "_index": 5826, + "_index": 5571, "data": { "manuals/editor": {}, "ref/stable/dmIntersection": {}, @@ -212157,7 +212855,7 @@ [ "planetary", { - "_index": 6641, + "_index": 6623, "data": { "assets/pp": {} }, @@ -212167,7 +212865,7 @@ [ "plank", { - "_index": 6120, + "_index": 6107, "data": { "examples/gui/slice9": {} }, @@ -212177,7 +212875,7 @@ [ "planned", { - "_index": 5989, + "_index": 5783, "data": { "manuals/physics-joints": {} }, @@ -212187,7 +212885,7 @@ [ "plans", { - "_index": 5290, + "_index": 5489, "data": { "manuals/editor-scripts": {} }, @@ -212197,7 +212895,7 @@ [ "plants", { - "_index": 2945, + "_index": 5269, "data": { "manuals/compute": {} }, @@ -212207,7 +212905,7 @@ [ "platform", { - "_index": 1284, + "_index": 1047, "data": { "assets/alienworld": {}, "assets/defdiags": {}, @@ -212250,7 +212948,7 @@ [ "platformer", { - "_index": 6619, + "_index": 6707, "data": { "assets/platformertutorial": {}, "assets/platypus": {} @@ -212261,7 +212959,7 @@ [ "platformers", { - "_index": 6162, + "_index": 6119, "data": { "assets/defold-tile-raycast": {}, "examples/movement/look_at": {} @@ -212272,7 +212970,7 @@ [ "platformertutorial", { - "_index": 6653, + "_index": 6728, "data": { "assets/platformertutorial": {} }, @@ -212282,7 +212980,7 @@ [ "platforms", { - "_index": 1042, + "_index": 680, "data": { "assets/endlessrunner": {}, "assets/splitmix64": {}, @@ -212316,7 +213014,7 @@ [ "platypus", { - "_index": 6618, + "_index": 6706, "data": { "assets/platypus": {} }, @@ -212326,7 +213024,7 @@ [ "play", { - "_index": 143, + "_index": 1131, "data": { "assets/apkverifier": {}, "assets/apkx": {}, @@ -212365,7 +213063,7 @@ [ "play_anim", { - "_index": 10885, + "_index": 9823, "data": { "ref/stable/model": {} }, @@ -212375,7 +213073,7 @@ [ "play_animation", { - "_index": 10328, + "_index": 6953, "data": { "ref/stable/sprite": {} }, @@ -212385,7 +213083,7 @@ [ "play_flipbook", { - "_index": 9299, + "_index": 6957, "data": { "ref/stable/gui": {}, "ref/stable/sprite": {} @@ -212396,7 +213094,7 @@ [ "play_id", { - "_index": 10026, + "_index": 10750, "data": { "ref/stable/sound": {} }, @@ -212406,7 +213104,7 @@ [ "play_idle_animation", { - "_index": 3092, + "_index": 2491, "data": { "manuals/flipbook-animation": {} }, @@ -212416,7 +213114,7 @@ [ "play_particlefx", { - "_index": 9300, + "_index": 7831, "data": { "ref/stable/gui": {} }, @@ -212426,7 +213124,7 @@ [ "play_properties", { - "_index": 4128, + "_index": 5922, "data": { "manuals/model": {} }, @@ -212436,7 +213134,7 @@ [ "play_sound", { - "_index": 10022, + "_index": 10746, "data": { "ref/stable/sound": {} }, @@ -212446,7 +213144,7 @@ [ "playable", { - "_index": 4687, + "_index": 2071, "data": { "assets/playable-ads": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -212458,7 +213156,7 @@ [ "playback", { - "_index": 539, + "_index": 724, "data": { "manuals/atlas": {}, "manuals/flipbook-animation": {}, @@ -212483,7 +213181,7 @@ [ "playback_loop_backward", { - "_index": 9073, + "_index": 7836, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -212494,7 +213192,7 @@ [ "playback_loop_forward", { - "_index": 9074, + "_index": 7837, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -212505,7 +213203,7 @@ [ "playback_loop_pingpong", { - "_index": 9075, + "_index": 7838, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -212516,7 +213214,7 @@ [ "playback_none", { - "_index": 9076, + "_index": 9974, "data": { "ref/stable/go": {} }, @@ -212526,7 +213224,7 @@ [ "playback_once_backward", { - "_index": 9077, + "_index": 7839, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -212537,7 +213235,7 @@ [ "playback_once_forward", { - "_index": 9078, + "_index": 7840, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -212548,7 +213246,7 @@ [ "playback_once_pingpong", { - "_index": 9079, + "_index": 7841, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -212559,7 +213257,7 @@ [ "playback_rate", { - "_index": 4131, + "_index": 3811, "data": { "manuals/model": {}, "manuals/sprite": {}, @@ -212573,7 +213271,7 @@ [ "played", { - "_index": 526, + "_index": 2503, "data": { "examples/timer/cancel_timer": {}, "manuals/flipbook-animation": {}, @@ -212593,7 +213291,7 @@ [ "player", { - "_index": 2046, + "_index": 1584, "data": { "assets/defsave": {}, "assets/modplayer": {}, @@ -212622,7 +213320,7 @@ [ "player's", { - "_index": 5664, + "_index": 2185, "data": { "manuals/optimization-size": {} }, @@ -212632,7 +213330,7 @@ [ "players", { - "_index": 1649, + "_index": 2315, "data": { "assets/googleplaygameservices": {}, "assets/webmonetization": {}, @@ -212645,7 +213343,7 @@ [ "playfab", { - "_index": 6368, + "_index": 6263, "data": { "assets/playfabsdk": {} }, @@ -212655,7 +213353,7 @@ [ "playfabsdk", { - "_index": 6367, + "_index": 6262, "data": { "assets/playfabsdk": {} }, @@ -212665,7 +213363,7 @@ [ "playing", { - "_index": 450, + "_index": 1137, "data": { "manuals/animation": {}, "manuals/app-manifest": {}, @@ -212690,7 +213388,7 @@ [ "plays", { - "_index": 541, + "_index": 233, "data": { "manuals/atlas": {}, "manuals/gui": {}, @@ -212709,7 +213407,7 @@ [ "playstation", { - "_index": 1472, + "_index": 4086, "data": { "manuals/extender-local-setup": {}, "manuals/sony-playstation": {} @@ -212720,7 +213418,7 @@ [ "playstation\u00ae4", { - "_index": 1757, + "_index": 4875, "data": { "manuals/porting-guidelines": {} }, @@ -212730,7 +213428,7 @@ [ "play\u2019s", { - "_index": 6462, + "_index": 6616, "data": { "assets/iap": {} }, @@ -212740,7 +213438,7 @@ [ "please", { - "_index": 1511, + "_index": 4104, "data": { "examples": {}, "manuals/application-security": {}, @@ -212750,7 +213448,6 @@ "manuals/extensions": {}, "manuals/flash": {}, "manuals/getting-help": {}, - "manuals/gui-template": {}, "manuals/importing-models": {}, "manuals/live-update-aws": {}, "ref/stable/dmResource": {}, @@ -212763,7 +213460,7 @@ [ "plug", { - "_index": 5358, + "_index": 5836, "data": { "manuals/macos": {} }, @@ -212773,7 +213470,7 @@ [ "plugged", { - "_index": 1948, + "_index": 5959, "data": { "manuals/input": {} }, @@ -212783,7 +213480,7 @@ [ "plugin", { - "_index": 2771, + "_index": 3161, "data": { "assets/applovin-max": {}, "assets/defold-api-emmylua": {}, @@ -212803,7 +213500,7 @@ [ "plugins", { - "_index": 4164, + "_index": 3194, "data": { "manuals/bob": {}, "ref/stable/dmExtension": {} @@ -212814,7 +213511,7 @@ [ "plugins/bin/${platform", { - "_index": 5245, + "_index": 5448, "data": { "manuals/editor-scripts": {} }, @@ -212824,7 +213521,7 @@ [ "plus", { - "_index": 3456, + "_index": 2994, "data": { "manuals/editor-scripts": {}, "manuals/ios": {}, @@ -212844,7 +213541,7 @@ [ "png", { - "_index": 286, + "_index": 936, "data": { "assets/defoldpng": {}, "assets/imageloader": {}, @@ -212864,7 +213561,7 @@ [ "pod", { - "_index": 4025, + "_index": 5941, "data": { "manuals/extensions-cocoapods": {}, "ref/stable/dmHashTable": {} @@ -212875,7 +213572,7 @@ [ "podfile", { - "_index": 4021, + "_index": 4734, "data": { "manuals/extensions": {}, "manuals/extensions-cocoapods": {} @@ -212886,7 +213583,7 @@ [ "point", { - "_index": 812, + "_index": 359, "data": { "assets/resource-encryption": {}, "examples/material/unlit": {}, @@ -212923,7 +213620,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": {}, @@ -212935,7 +213634,7 @@ [ "point's", { - "_index": 4754, + "_index": 3978, "data": { "manuals/physics-resolving-collisions": {} }, @@ -212945,7 +213644,7 @@ [ "point3", { - "_index": 7702, + "_index": 7401, "data": { "ref/stable/dmScript": {}, "ref/stable/dmVMath": {} @@ -212956,7 +213655,7 @@ [ "pointer", { - "_index": 6753, + "_index": 6470, "data": { "assets/pointer-lock": {}, "ref/stable/dmArray": {}, @@ -212986,7 +213685,7 @@ [ "pointer_over.gui", { - "_index": 6129, + "_index": 6098, "data": { "examples/gui/pointer_over": {} }, @@ -212996,7 +213695,7 @@ [ "pointer_over.gui_script", { - "_index": 6130, + "_index": 6099, "data": { "examples/gui/pointer_over": {} }, @@ -213006,7 +213705,7 @@ [ "pointers", { - "_index": 3579, + "_index": 5595, "data": { "manuals/introduction": {}, "ref/stable/dmDDF": {}, @@ -213019,7 +213718,7 @@ [ "pointing", { - "_index": 5221, + "_index": 3626, "data": { "manuals/editor-scripts": {}, "manuals/extensions-best-practices": {}, @@ -213031,7 +213730,7 @@ [ "points", { - "_index": 1217, + "_index": 453, "data": { "examples/debug/physics": {}, "manuals/debugging-game-logic": {}, @@ -213058,7 +213757,7 @@ [ "poki", { - "_index": 5616, + "_index": 2061, "data": { "assets/adswrapper": {}, "assets/poki": {}, @@ -213070,7 +213769,7 @@ [ "poles", { - "_index": 7072, + "_index": 7495, "data": { "ref/stable/physics": {} }, @@ -213080,7 +213779,7 @@ [ "policies", { - "_index": 3046, + "_index": 5029, "data": { "manuals/live-update-aws": {} }, @@ -213090,7 +213789,7 @@ [ "policy", { - "_index": 1773, + "_index": 4883, "data": { "manuals/live-update-aws": {}, "manuals/porting-guidelines": {} @@ -213101,7 +213800,7 @@ [ "policy_", { - "_index": 3061, + "_index": 5040, "data": { "manuals/live-update-aws": {} }, @@ -213111,7 +213810,7 @@ [ "poll", { - "_index": 1536, + "_index": 3083, "data": { "manuals/optimization-speed": {}, "ref/stable/dmFileDescriptor": {} @@ -213122,7 +213821,7 @@ [ "poller", { - "_index": 9673, + "_index": 8167, "data": { "ref/stable/dmFileDescriptor": {} }, @@ -213132,7 +213831,7 @@ [ "pollerclearevent", { - "_index": 9674, + "_index": 8168, "data": { "ref/stable/dmFileDescriptor": {} }, @@ -213142,7 +213841,7 @@ [ "pollerhasevent", { - "_index": 9676, + "_index": 8170, "data": { "ref/stable/dmFileDescriptor": {} }, @@ -213152,7 +213851,7 @@ [ "pollerreset", { - "_index": 9677, + "_index": 8171, "data": { "ref/stable/dmFileDescriptor": {} }, @@ -213162,7 +213861,7 @@ [ "pollersetevent", { - "_index": 9678, + "_index": 8172, "data": { "ref/stable/dmFileDescriptor": {} }, @@ -213172,7 +213871,7 @@ [ "pollevent", { - "_index": 9675, + "_index": 8169, "data": { "ref/stable/dmFileDescriptor": {} }, @@ -213182,7 +213881,7 @@ [ "polyglot", { - "_index": 6258, + "_index": 6674, "data": { "assets/defold-polyglot": {} }, @@ -213192,7 +213891,7 @@ [ "polygon", { - "_index": 4829, + "_index": 4555, "data": { "assets/defoldpolygoneditor": {}, "manuals/glossary": {}, @@ -213205,7 +213904,7 @@ [ "polygons", { - "_index": 7913, + "_index": 8574, "data": { "ref/stable/render": {} }, @@ -213215,7 +213914,7 @@ [ "pong", { - "_index": 2514, + "_index": 2475, "data": { "manuals/atlas": {}, "manuals/flipbook-animation": {}, @@ -213230,7 +213929,7 @@ [ "pool", { - "_index": 2073, + "_index": 1054, "data": { "manuals/extensions-defold-sdk": {}, "manuals/factory": {}, @@ -213244,7 +213943,7 @@ [ "pooling", { - "_index": 2642, + "_index": 4352, "data": { "manuals/factory": {} }, @@ -213254,7 +213953,7 @@ [ "poor", { - "_index": 3523, + "_index": 1578, "data": { "manuals/message-passing": {} }, @@ -213264,7 +213963,7 @@ [ "pop", { - "_index": 2042, + "_index": 2827, "data": { "manuals/atlas": {}, "manuals/editor": {}, @@ -213277,7 +213976,7 @@ [ "popen", { - "_index": 8593, + "_index": 9470, "data": { "ref/stable/io": {} }, @@ -213287,7 +213986,7 @@ [ "popped", { - "_index": 8786, + "_index": 10850, "data": { "ref/stable/dmScript": {} }, @@ -213297,7 +213996,7 @@ [ "pops", { - "_index": 8800, + "_index": 10864, "data": { "ref/stable/dmScript": {} }, @@ -213307,7 +214006,7 @@ [ "popular", { - "_index": 1739, + "_index": 4155, "data": { "manuals/application-security": {}, "manuals/porting-guidelines": {}, @@ -213319,7 +214018,7 @@ [ "popularity", { - "_index": 1760, + "_index": 4876, "data": { "manuals/porting-guidelines": {} }, @@ -213329,7 +214028,7 @@ [ "populate", { - "_index": 2135, + "_index": 3380, "data": { "manuals/addressing": {}, "manuals/input-mouse-and-touch": {} @@ -213340,7 +214039,7 @@ [ "populated", { - "_index": 2132, + "_index": 4473, "data": { "manuals/input-mouse-and-touch": {} }, @@ -213350,7 +214049,7 @@ [ "popup", { - "_index": 5388, + "_index": 4716, "data": { "assets/monarch": {}, "manuals/collection-proxy": {} @@ -213361,7 +214060,7 @@ [ "popups", { - "_index": 4717, + "_index": 2255, "data": { "manuals/adapting-graphics-to-screen-size": {} }, @@ -213371,7 +214070,7 @@ [ "port", { - "_index": 4926, + "_index": 2465, "data": { "manuals/extender-docker-images": {}, "manuals/socket-connections": {}, @@ -213387,7 +214086,7 @@ [ "portable", { - "_index": 6567, + "_index": 6633, "data": { "assets/defpfd": {}, "assets/luafilesystemlfs": {}, @@ -213400,7 +214099,7 @@ [ "portal", { - "_index": 2847, + "_index": 3491, "data": { "manuals/application-security": {}, "manuals/camera": {}, @@ -213413,7 +214112,7 @@ [ "ported", { - "_index": 1247, + "_index": 2820, "data": { "manuals/shader": {} }, @@ -213423,7 +214122,7 @@ [ "porting", { - "_index": 1746, + "_index": 4870, "data": { "manuals/porting-guidelines": {} }, @@ -213433,7 +214132,7 @@ [ "portion", { - "_index": 1013, + "_index": 2687, "data": { "assets/safearea": {}, "manuals/shader": {} @@ -213444,7 +214143,7 @@ [ "portrait", { - "_index": 1720, + "_index": 398, "data": { "examples/gui/layouts": {}, "manuals/gui": {}, @@ -213457,7 +214156,7 @@ [ "pos", { - "_index": 1580, + "_index": 1622, "data": { "manuals/building-blocks": {}, "manuals/flash": {}, @@ -213474,7 +214173,7 @@ [ "pos.x", { - "_index": 2015, + "_index": 5970, "data": { "manuals/input": {} }, @@ -213484,7 +214183,7 @@ [ "pos.z", { - "_index": 3328, + "_index": 5119, "data": { "manuals/flash": {} }, @@ -213494,7 +214193,7 @@ [ "position", { - "_index": 466, + "_index": 250, "data": { "assets/sparkle-shader": {}, "examples/basics/z_order": {}, @@ -213561,7 +214260,7 @@ [ "position.x", { - "_index": 4553, + "_index": 6000, "data": { "manuals/building-blocks": {}, "ref/stable/gui": {} @@ -213572,7 +214271,7 @@ [ "position.xyz", { - "_index": 1134, + "_index": 2759, "data": { "manuals/shader": {} }, @@ -213582,7 +214281,7 @@ [ "position.y", { - "_index": 4675, + "_index": 3786, "data": { "manuals/property-animation": {} }, @@ -213592,7 +214291,7 @@ [ "position/rotation", { - "_index": 3164, + "_index": 1145, "data": { "manuals/particlefx": {} }, @@ -213602,7 +214301,7 @@ [ "position_a", { - "_index": 5920, + "_index": 5696, "data": { "manuals/physics-events": {} }, @@ -213612,7 +214311,7 @@ [ "position_b", { - "_index": 5922, + "_index": 5698, "data": { "manuals/physics-events": {} }, @@ -213622,7 +214321,7 @@ [ "positional", { - "_index": 4532, + "_index": 5648, "data": { "manuals/mesh": {}, "ref/stable/go": {}, @@ -213634,7 +214333,7 @@ [ "positioned", { - "_index": 1748, + "_index": 466, "data": { "examples/particles/fire_and_smoke": {}, "manuals/gui": {}, @@ -213647,7 +214346,7 @@ [ "positions", { - "_index": 897, + "_index": 1625, "data": { "manuals/flash": {}, "manuals/glossary": {}, @@ -213665,7 +214364,7 @@ [ "positive", { - "_index": 1640, + "_index": 4829, "data": { "examples/movement/look_at": {}, "manuals/porting-guidelines": {}, @@ -213684,7 +214383,7 @@ [ "positiveness", { - "_index": 8266, + "_index": 8012, "data": { "ref/stable/dmMath": {} }, @@ -213694,7 +214393,7 @@ [ "posix", { - "_index": 7537, + "_index": 9757, "data": { "ref/stable/dmSys": {}, "ref/stable/os": {} @@ -213705,7 +214404,7 @@ [ "possible", { - "_index": 339, + "_index": 109, "data": { "assets/endlessrunner": {}, "assets/navgo": {}, @@ -213765,6 +214464,7 @@ "ref/stable/os": {}, "ref/stable/physics": {}, "ref/stable/profiler": {}, + "ref/stable/render": {}, "ref/stable/socket": {}, "ref/stable/sprite": {}, "ref/stable/sys": {}, @@ -213776,7 +214476,7 @@ [ "possibly", { - "_index": 3683, + "_index": 1376, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/editor-scripts-ui": {}, @@ -213792,7 +214492,7 @@ [ "post", { - "_index": 2377, + "_index": 1631, "data": { "manuals/addressing": {}, "manuals/ads": {}, @@ -213815,7 +214515,7 @@ [ "postddf", { - "_index": 9540, + "_index": 9243, "data": { "ref/stable/dmGameObject": {} }, @@ -213825,7 +214525,7 @@ [ "posted", { - "_index": 2423, + "_index": 1640, "data": { "manuals/getting-help": {}, "manuals/gui-layouts": {}, @@ -213839,7 +214539,7 @@ [ "posting", { - "_index": 3398, + "_index": 5165, "data": { "assets/pigeon": {}, "manuals/debugging-game-logic": {}, @@ -213851,7 +214551,7 @@ [ "postpone", { - "_index": 5559, + "_index": 5713, "data": { "manuals/resource": {} }, @@ -213861,7 +214561,7 @@ [ "postpones", { - "_index": 703, + "_index": 2531, "data": { "manuals/collection-factory": {}, "manuals/factory": {} @@ -213872,7 +214572,7 @@ [ "posts", { - "_index": 2384, + "_index": 4928, "data": { "manuals/getting-help": {} }, @@ -213882,7 +214582,7 @@ [ "postscriptunrefmessage", { - "_index": 9549, + "_index": 9252, "data": { "ref/stable/dmGameObject": {} }, @@ -213892,7 +214592,7 @@ [ "potential", { - "_index": 1648, + "_index": 4834, "data": { "examples/gui/slice9": {}, "manuals/porting-guidelines": {}, @@ -213904,7 +214604,7 @@ [ "potentially", { - "_index": 1006, + "_index": 2682, "data": { "manuals/shader": {}, "ref/stable/dmArray": {}, @@ -213916,7 +214616,7 @@ [ "pow", { - "_index": 9761, + "_index": 7284, "data": { "ref/stable/math": {} }, @@ -213926,7 +214626,7 @@ [ "power", { - "_index": 2461, + "_index": 2836, "data": { "assets/nakama": {}, "manuals/atlas": {}, @@ -213940,7 +214640,7 @@ [ "powered", { - "_index": 2183, + "_index": 616, "data": { "manuals/html5": {} }, @@ -213950,7 +214650,7 @@ [ "powerful", { - "_index": 2039, + "_index": 1932, "data": { "assets/druid": {}, "assets/whdefrouter": {}, @@ -213970,7 +214670,7 @@ [ "powermanager", { - "_index": 5443, + "_index": 6089, "data": { "manuals/android": {} }, @@ -213980,7 +214680,7 @@ [ "pp", { - "_index": 6640, + "_index": 6622, "data": { "assets/pp": {} }, @@ -213990,7 +214690,7 @@ [ "pprint", { - "_index": 3388, + "_index": 5159, "data": { "manuals/flash": {}, "manuals/physics-events": {}, @@ -214002,7 +214702,7 @@ [ "practice", { - "_index": 2844, + "_index": 1508, "data": { "manuals/addressing": {}, "manuals/application-security": {}, @@ -214017,7 +214717,7 @@ [ "practices", { - "_index": 2866, + "_index": 3887, "data": { "manuals/application-security": {}, "manuals/font": {}, @@ -214029,7 +214729,7 @@ [ "practise", { - "_index": 10511, + "_index": 7979, "data": { "ref/stable/collectionproxy": {} }, @@ -214039,7 +214739,7 @@ [ "pragma", { - "_index": 1146, + "_index": 2767, "data": { "manuals/shader": {} }, @@ -214049,7 +214749,7 @@ [ "pre", { - "_index": 992, + "_index": 1167, "data": { "manuals/glossary": {}, "manuals/optimization-speed": {}, @@ -214063,7 +214763,7 @@ [ "preallocated", { - "_index": 9597, + "_index": 9302, "data": { "ref/stable/dmGameObject": {} }, @@ -214073,7 +214773,7 @@ [ "prebaked", { - "_index": 474, + "_index": 3869, "data": { "manuals/font": {}, "manuals/importing-models": {}, @@ -214085,7 +214785,7 @@ [ "prebuild", { - "_index": 1438, + "_index": 4062, "data": { "manuals/extender-local-setup": {} }, @@ -214095,7 +214795,7 @@ [ "prebuilt", { - "_index": 1419, + "_index": 4045, "data": { "manuals/extender-local-setup": {} }, @@ -214105,7 +214805,7 @@ [ "preceded", { - "_index": 8087, + "_index": 10480, "data": { "ref/stable/socket": {} }, @@ -214115,7 +214815,7 @@ [ "precedence", { - "_index": 4492, + "_index": 597, "data": { "manuals/gui": {}, "ref/stable/render": {} @@ -214126,7 +214826,7 @@ [ "precious", { - "_index": 5476, + "_index": 3622, "data": { "manuals/extensions-best-practices": {} }, @@ -214136,7 +214836,7 @@ [ "precision", { - "_index": 1118, + "_index": 2747, "data": { "manuals/components": {}, "manuals/optimization-speed": {}, @@ -214151,7 +214851,7 @@ [ "precreated", { - "_index": 7408, + "_index": 10411, "data": { "ref/stable/resource": {} }, @@ -214161,7 +214861,7 @@ [ "predefined", { - "_index": 2269, + "_index": 796, "data": { "manuals/editor-scripts-ui": {}, "manuals/glossary": {}, @@ -214177,7 +214877,7 @@ [ "predicate", { - "_index": 2917, + "_index": 1699, "data": { "manuals/material": {}, "manuals/render": {}, @@ -214190,7 +214890,7 @@ [ "predicates", { - "_index": 3619, + "_index": 1695, "data": { "manuals/render": {} }, @@ -214200,7 +214900,7 @@ [ "predicates.gui", { - "_index": 3667, + "_index": 1760, "data": { "manuals/render": {} }, @@ -214210,7 +214910,7 @@ [ "predicates.model_pred", { - "_index": 3657, + "_index": 1750, "data": { "manuals/render": {} }, @@ -214220,7 +214920,7 @@ [ "predicates.particle", { - "_index": 3662, + "_index": 1755, "data": { "manuals/render": {} }, @@ -214230,7 +214930,7 @@ [ "predicates.text", { - "_index": 3669, + "_index": 1762, "data": { "manuals/render": {} }, @@ -214240,17 +214940,27 @@ [ "predicates.tile", { - "_index": 3661, + "_index": 1754, "data": { "manuals/render": {} }, "type": {} } ], + [ + "pref", + { + "_index": 8837, + "data": { + "ref/stable/editor": {} + }, + "type": {} + } + ], [ "prefabs", { - "_index": 3245, + "_index": 3379, "data": { "assets/scene3d": {}, "manuals/addressing": {}, @@ -214264,7 +214974,7 @@ [ "prefer", { - "_index": 1574, + "_index": 3104, "data": { "manuals/editor-scripts": {}, "manuals/optimization-speed": {}, @@ -214277,7 +214987,7 @@ [ "preferable", { - "_index": 5123, + "_index": 5222, "data": { "manuals/lua": {} }, @@ -214287,7 +214997,7 @@ [ "preferably", { - "_index": 5618, + "_index": 2067, "data": { "manuals/optimization-size": {} }, @@ -214297,7 +215007,7 @@ [ "prefered", { - "_index": 8713, + "_index": 10785, "data": { "ref/stable/dmScript": {} }, @@ -214307,10 +215017,11 @@ [ "preference", { - "_index": 1483, + "_index": 4095, "data": { "manuals/editor-scripts": {}, - "manuals/extender-local-setup": {} + "manuals/extender-local-setup": {}, + "ref/stable/editor": {} }, "type": {} } @@ -214318,7 +215029,7 @@ [ "preferences", { - "_index": 3144, + "_index": 2429, "data": { "manuals/editor": {}, "manuals/editor-keyboard-shortcuts": {}, @@ -214332,7 +215043,7 @@ [ "preferred", { - "_index": 2193, + "_index": 640, "data": { "assets/fontscale": {}, "manuals/addressing": {}, @@ -214349,7 +215060,7 @@ [ "prefix", { - "_index": 1813, + "_index": 3317, "data": { "manuals/gui-template": {}, "manuals/live-update": {}, @@ -214364,7 +215075,7 @@ [ "prefixed", { - "_index": 1084, + "_index": 2721, "data": { "manuals/shader": {}, "ref/stable/sys": {} @@ -214375,9 +215086,10 @@ [ "prefs", { - "_index": 5248, + "_index": 5451, "data": { - "manuals/editor-scripts": {} + "manuals/editor-scripts": {}, + "ref/stable/editor": {} }, "type": {} } @@ -214385,7 +215097,7 @@ [ "preliminary", { - "_index": 6500, + "_index": 6630, "data": { "assets/tactxstudios": {} }, @@ -214395,7 +215107,7 @@ [ "preload", { - "_index": 7307, + "_index": 9417, "data": { "ref/stable/package": {} }, @@ -214405,7 +215117,7 @@ [ "preloader", { - "_index": 6917, + "_index": 8440, "data": { "ref/stable/dmResource": {} }, @@ -214415,7 +215127,7 @@ [ "preloadhint", { - "_index": 6915, + "_index": 8438, "data": { "ref/stable/dmResource": {} }, @@ -214425,7 +215137,7 @@ [ "preloading", { - "_index": 6911, + "_index": 8434, "data": { "ref/stable/dmResource": {} }, @@ -214435,7 +215147,7 @@ [ "premultiplied", { - "_index": 10892, + "_index": 10354, "data": { "ref/stable/image": {} }, @@ -214445,7 +215157,7 @@ [ "premultiply_alpha", { - "_index": 5652, + "_index": 2163, "data": { "manuals/optimization-size": {}, "ref/stable/image": {} @@ -214456,7 +215168,7 @@ [ "prepare", { - "_index": 3425, + "_index": 2964, "data": { "manuals/debugging-native-code-android": {}, "manuals/ios": {}, @@ -214469,7 +215181,7 @@ [ "prepared", { - "_index": 2875, + "_index": 4224, "data": { "manuals/application-security": {}, "manuals/tilemap": {} @@ -214480,7 +215192,7 @@ [ "prepending", { - "_index": 4869, + "_index": 3390, "data": { "manuals/addressing": {} }, @@ -214490,7 +215202,7 @@ [ "preprocessing", { - "_index": 5549, + "_index": 1951, "data": { "manuals/script": {} }, @@ -214500,7 +215212,7 @@ [ "preprocessor", { - "_index": 1077, + "_index": 1952, "data": { "manuals/script": {}, "manuals/shader": {} @@ -214511,7 +215223,7 @@ [ "prescedence", { - "_index": 6779, + "_index": 9771, "data": { "ref/stable/liveupdate": {} }, @@ -214521,7 +215233,7 @@ [ "presedence", { - "_index": 9602, + "_index": 9307, "data": { "ref/stable/dmGameObject": {} }, @@ -214531,7 +215243,7 @@ [ "presence", { - "_index": 6594, + "_index": 6599, "data": { "assets/discordrich": {} }, @@ -214541,7 +215253,7 @@ [ "present", { - "_index": 4207, + "_index": 3246, "data": { "manuals/addressing": {}, "manuals/bob": {}, @@ -214558,7 +215270,7 @@ [ "presentation", { - "_index": 3868, + "_index": 1320, "data": { "manuals/editor-scripts-ui": {} }, @@ -214568,7 +215280,7 @@ [ "presented", { - "_index": 2245, + "_index": 764, "data": { "manuals/html5": {} }, @@ -214578,7 +215290,7 @@ [ "presenting", { - "_index": 3894, + "_index": 1362, "data": { "manuals/editor-scripts-ui": {} }, @@ -214588,7 +215300,7 @@ [ "presents", { - "_index": 4032, + "_index": 4229, "data": { "manuals/profiling": {} }, @@ -214598,7 +215310,7 @@ [ "preserve", { - "_index": 4435, + "_index": 299, "data": { "manuals/gui": {}, "manuals/sprite": {} @@ -214609,7 +215321,7 @@ [ "preserved", { - "_index": 8588, + "_index": 9465, "data": { "ref/stable/go": {}, "ref/stable/io": {} @@ -214630,7 +215342,7 @@ [ "press", { - "_index": 1488, + "_index": 238, "data": { "manuals/android": {}, "manuals/atlas": {}, @@ -214659,7 +215371,7 @@ [ "pressed", { - "_index": 1961, + "_index": 4464, "data": { "examples/gui/drag": {}, "examples/particles/confetti": {}, @@ -214676,7 +215388,7 @@ [ "presseddefault", { - "_index": 10721, + "_index": 8940, "data": { "ref/stable/editor": {} }, @@ -214686,7 +215398,7 @@ [ "presses", { - "_index": 2125, + "_index": 1437, "data": { "manuals/debugging-game-logic": {}, "manuals/editor-scripts-ui": {}, @@ -214701,7 +215413,7 @@ [ "pressing", { - "_index": 2453, + "_index": 1286, "data": { "examples/movement/look_rotation": {}, "manuals/atlas": {}, @@ -214718,7 +215430,7 @@ [ "pretty", { - "_index": 3389, + "_index": 5160, "data": { "assets/colorpicker": {}, "manuals/flash": {}, @@ -214732,7 +215444,7 @@ [ "prevent", { - "_index": 1775, + "_index": 864, "data": { "manuals/android": {}, "manuals/application-security": {}, @@ -214750,7 +215462,7 @@ [ "prevented", { - "_index": 5131, + "_index": 3678, "data": { "manuals/file-access": {} }, @@ -214760,7 +215472,7 @@ [ "preventing", { - "_index": 1970, + "_index": 3658, "data": { "manuals/extensions-best-practices": {}, "manuals/input": {} @@ -214771,7 +215483,7 @@ [ "prevents", { - "_index": 2025, + "_index": 1571, "data": { "manuals/editor-scripts-ui": {}, "manuals/input": {}, @@ -214783,7 +215495,7 @@ [ "preview", { - "_index": 2448, + "_index": 1132, "data": { "assets/camera": {}, "manuals/atlas": {}, @@ -214797,7 +215509,7 @@ [ "previewing", { - "_index": 3159, + "_index": 1130, "data": { "manuals/particlefx": {} }, @@ -214807,7 +215519,7 @@ [ "previourly", { - "_index": 7804, + "_index": 8483, "data": { "ref/stable/render": {} }, @@ -214817,7 +215529,7 @@ [ "previous", { - "_index": 746, + "_index": 560, "data": { "manuals/addressing": {}, "manuals/collection-factory": {}, @@ -214839,7 +215551,7 @@ [ "previously", { - "_index": 1121, + "_index": 2750, "data": { "assets/gamescore": {}, "manuals/editor-scripts": {}, @@ -214861,7 +215573,7 @@ [ "primarily", { - "_index": 3283, + "_index": 1916, "data": { "manuals/flash": {}, "manuals/input-key-and-text": {}, @@ -214873,7 +215585,7 @@ [ "primary", { - "_index": 5371, + "_index": 5849, "data": { "manuals/macos": {}, "ref/stable/sys": {} @@ -214884,7 +215596,7 @@ [ "primitive", { - "_index": 1025, + "_index": 1051, "data": { "manuals/extensions-defold-sdk": {}, "manuals/glossary": {}, @@ -214901,7 +215613,7 @@ [ "primitives", { - "_index": 913, + "_index": 2628, "data": { "manuals/shader": {}, "ref/stable/dmGraphics": {}, @@ -214913,7 +215625,7 @@ [ "primitivetype", { - "_index": 10280, + "_index": 6883, "data": { "ref/stable/dmGraphics": {} }, @@ -214923,7 +215635,7 @@ [ "print", { - "_index": 1500, + "_index": 171, "data": { "manuals/addressing": {}, "manuals/application-security": {}, @@ -214959,7 +215671,7 @@ [ "print/pprint", { - "_index": 7005, + "_index": 7411, "data": { "ref/stable/dmLog": {} }, @@ -214969,7 +215681,7 @@ [ "printable", { - "_index": 8825, + "_index": 10887, "data": { "ref/stable/dmScript": {} }, @@ -214979,7 +215691,7 @@ [ "printed", { - "_index": 7002, + "_index": 7408, "data": { "ref/stable/dmLog": {} }, @@ -214989,7 +215701,7 @@ [ "printer", { - "_index": 6255, + "_index": 6299, "data": { "assets/printer": {} }, @@ -214999,7 +215711,7 @@ [ "printf", { - "_index": 4948, + "_index": 4750, "data": { "manuals/extensions": {}, "ref/stable/dmHash": {}, @@ -215011,7 +215723,7 @@ [ "printing", { - "_index": 4581, + "_index": 5556, "data": { "manuals/debugging-game-logic": {}, "manuals/editor": {}, @@ -215024,7 +215736,7 @@ [ "prints", { - "_index": 3391, + "_index": 3241, "data": { "manuals/bob": {}, "manuals/flash": {}, @@ -215037,7 +215749,7 @@ [ "prio", { - "_index": 9522, + "_index": 9224, "data": { "ref/stable/dmGameObject": {} }, @@ -215047,7 +215759,7 @@ [ "prior", { - "_index": 3817, + "_index": 4383, "data": { "manuals/version-control": {}, "ref/stable/collectionproxy": {}, @@ -215059,7 +215771,7 @@ [ "priority", { - "_index": 5782, + "_index": 3943, "data": { "manuals/live-update-scripting": {}, "ref/stable/liveupdate": {} @@ -215070,7 +215782,7 @@ [ "privacy", { - "_index": 2821, + "_index": 3037, "data": { "manuals/application-security": {}, "manuals/dev-app": {}, @@ -215083,7 +215795,7 @@ [ "private", { - "_index": 1699, + "_index": 3217, "data": { "manuals/application-security": {}, "manuals/bob": {}, @@ -215096,7 +215808,7 @@ [ "private/var/folders/m5/bcw7ykhd6vq9lwjzq1mkp8j00000gn/t/job4836347589046353012/upload/videoplayer/src", { - "_index": 6088, + "_index": 4908, "data": { "manuals/debugging-native-code-ios": {} }, @@ -215106,7 +215818,7 @@ [ "pro", { - "_index": 3121, + "_index": 2149, "data": { "manuals/editor-styling": {}, "manuals/optimization-size": {} @@ -215117,7 +215829,7 @@ [ "probability", { - "_index": 6661, + "_index": 6346, "data": { "assets/dicebag": {} }, @@ -215127,7 +215839,7 @@ [ "probably", { - "_index": 1206, + "_index": 2801, "data": { "manuals/debugging-game-logic": {}, "manuals/editor-scripts": {}, @@ -215143,7 +215855,7 @@ [ "probe", { - "_index": 5519, + "_index": 3843, "data": { "manuals/physics": {} }, @@ -215153,7 +215865,7 @@ [ "problem", { - "_index": 2379, + "_index": 995, "data": { "assets/apkx": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -215175,7 +215887,7 @@ [ "problematic", { - "_index": 5101, + "_index": 5200, "data": { "manuals/lua": {} }, @@ -215185,7 +215897,7 @@ [ "problems", { - "_index": 1518, + "_index": 3074, "data": { "manuals/debugging-game-logic": {}, "manuals/design": {}, @@ -215203,7 +215915,7 @@ [ "procedural", { - "_index": 2937, + "_index": 4570, "data": { "manuals/compute": {}, "manuals/glossary": {} @@ -215214,7 +215926,7 @@ [ "procedurally", { - "_index": 2944, + "_index": 5268, "data": { "assets/blip": {}, "manuals/compute": {} @@ -215225,7 +215937,7 @@ [ "procedure", { - "_index": 8284, + "_index": 8769, "data": { "ref/stable/dmSSLSocket": {} }, @@ -215235,7 +215947,7 @@ [ "procedures", { - "_index": 6499, + "_index": 6629, "data": { "assets/tactxstudios": {} }, @@ -215245,7 +215957,7 @@ [ "proceed", { - "_index": 3450, + "_index": 2053, "data": { "manuals/ads": {}, "manuals/importing-models": {}, @@ -215259,7 +215971,7 @@ [ "process", { - "_index": 1074, + "_index": 633, "data": { "manuals/android": {}, "manuals/application-security": {}, @@ -215296,7 +216008,7 @@ [ "process's", { - "_index": 5239, + "_index": 5442, "data": { "manuals/editor-scripts": {} }, @@ -215306,7 +216018,7 @@ [ "processed", { - "_index": 2755, + "_index": 4129, "data": { "manuals/application-security": {}, "ref/stable/go": {} @@ -215317,7 +216029,7 @@ [ "processes", { - "_index": 4077, + "_index": 4276, "data": { "manuals/glossary": {}, "manuals/profiling": {}, @@ -215329,7 +216041,7 @@ [ "processing", { - "_index": 2924, + "_index": 3141, "data": { "assets/imp": {}, "assets/pp": {}, @@ -215343,7 +216055,7 @@ [ "processor", { - "_index": 5445, + "_index": 4554, "data": { "manuals/android": {}, "manuals/glossary": {} @@ -215354,7 +216066,7 @@ [ "produce", { - "_index": 934, + "_index": 1361, "data": { "manuals/compute": {}, "manuals/debugging-native-code": {}, @@ -215374,7 +216086,7 @@ [ "produced", { - "_index": 930, + "_index": 2638, "data": { "manuals/shader": {}, "ref/stable/liveupdate": {}, @@ -215386,7 +216098,7 @@ [ "produces", { - "_index": 6227, + "_index": 6177, "data": { "examples/factory/basic": {}, "ref/stable/dmScript": {}, @@ -215398,7 +216110,7 @@ [ "product", { - "_index": 3451, + "_index": 2989, "data": { "manuals/ios": {}, "ref/stable/dmVMath": {}, @@ -215410,7 +216122,7 @@ [ "production", { - "_index": 4316, + "_index": 5947, "data": { "manuals/design": {} }, @@ -215420,7 +216132,7 @@ [ "products", { - "_index": 1351, + "_index": 4004, "data": { "manuals/extender-local-setup": {} }, @@ -215430,7 +216142,7 @@ [ "professional", { - "_index": 4315, + "_index": 5946, "data": { "manuals/design": {} }, @@ -215440,7 +216152,7 @@ [ "profi", { - "_index": 4063, + "_index": 4263, "data": { "manuals/profiling": {} }, @@ -215450,7 +216162,7 @@ [ "profile", { - "_index": 1464, + "_index": 2155, "data": { "manuals/bob": {}, "manuals/debugging-game-and-system-logs": {}, @@ -215471,7 +216183,7 @@ [ "profiled", { - "_index": 2650, + "_index": 2903, "data": { "manuals/gui-layouts": {} }, @@ -215481,7 +216193,7 @@ [ "profiler", { - "_index": 561, + "_index": 1858, "data": { "assets/defpro": {}, "examples/debug/profile": {}, @@ -215501,7 +216213,7 @@ [ "profiler.enable_ui", { - "_index": 4031, + "_index": 4228, "data": { "manuals/profiling": {}, "ref/stable/profiler": {} @@ -215512,7 +216224,7 @@ [ "profiler.get_cpu_usage", { - "_index": 10835, + "_index": 10259, "data": { "ref/stable/profiler": {} }, @@ -215522,7 +216234,7 @@ [ "profiler.get_memory_usage", { - "_index": 10840, + "_index": 10264, "data": { "ref/stable/profiler": {} }, @@ -215532,7 +216244,7 @@ [ "profiler.html", { - "_index": 4086, + "_index": 4285, "data": { "manuals/profiling": {} }, @@ -215542,7 +216254,7 @@ [ "profiler.log_text", { - "_index": 10846, + "_index": 10270, "data": { "ref/stable/profiler": {} }, @@ -215552,7 +216264,7 @@ [ "profiler.mode_pause", { - "_index": 10848, + "_index": 10272, "data": { "ref/stable/profiler": {} }, @@ -215562,7 +216274,7 @@ [ "profiler.mode_record", { - "_index": 10850, + "_index": 10274, "data": { "ref/stable/profiler": {} }, @@ -215572,7 +216284,7 @@ [ "profiler.mode_run", { - "_index": 10852, + "_index": 10276, "data": { "ref/stable/profiler": {} }, @@ -215582,7 +216294,7 @@ [ "profiler.mode_show_peak_frame", { - "_index": 10855, + "_index": 10279, "data": { "ref/stable/profiler": {} }, @@ -215592,7 +216304,7 @@ [ "profiler.recorded_frame_count", { - "_index": 10857, + "_index": 10281, "data": { "ref/stable/profiler": {} }, @@ -215602,7 +216314,7 @@ [ "profiler.scope_begin", { - "_index": 10859, + "_index": 10283, "data": { "ref/stable/profiler": {} }, @@ -215612,7 +216324,7 @@ [ "profiler.scope_end", { - "_index": 10861, + "_index": 10285, "data": { "ref/stable/profiler": {} }, @@ -215622,7 +216334,7 @@ [ "profiler.set_ui_mode", { - "_index": 4033, + "_index": 4230, "data": { "manuals/profiling": {}, "ref/stable/profiler": {} @@ -215633,7 +216345,7 @@ [ "profiler.set_ui_view_mode", { - "_index": 4034, + "_index": 4231, "data": { "manuals/profiling": {}, "ref/stable/profiler": {} @@ -215644,7 +216356,7 @@ [ "profiler.set_ui_vsync_wait_visible", { - "_index": 10871, + "_index": 10295, "data": { "ref/stable/profiler": {} }, @@ -215654,7 +216366,7 @@ [ "profiler.view_mode_full", { - "_index": 10869, + "_index": 10293, "data": { "ref/stable/profiler": {} }, @@ -215664,7 +216376,7 @@ [ "profiler.view_mode_minimized", { - "_index": 10870, + "_index": 10294, "data": { "ref/stable/profiler": {} }, @@ -215674,7 +216386,7 @@ [ "profiler.view_recorded_frame", { - "_index": 4035, + "_index": 4232, "data": { "manuals/profiling": {}, "ref/stable/profiler": {} @@ -215685,7 +216397,7 @@ [ "profilers", { - "_index": 4070, + "_index": 4269, "data": { "manuals/profiling": {} }, @@ -215695,7 +216407,7 @@ [ "profiles", { - "_index": 1485, + "_index": 2902, "data": { "manuals/bob": {}, "manuals/extender-docker-images": {}, @@ -215710,7 +216422,7 @@ [ "profiling", { - "_index": 4062, + "_index": 4262, "data": { "manuals/glossary": {}, "manuals/profiling": {}, @@ -215722,7 +216434,7 @@ [ "prog", { - "_index": 8594, + "_index": 9471, "data": { "ref/stable/io": {} }, @@ -215732,7 +216444,7 @@ [ "program", { - "_index": 972, + "_index": 2657, "data": { "examples/sprite/tint": {}, "manuals/compute": {}, @@ -215761,7 +216473,7 @@ [ "programmatic", { - "_index": 2084, + "_index": 1070, "data": { "manuals/extensions-defold-sdk": {}, "manuals/live-update-aws": {} @@ -215772,7 +216484,7 @@ [ "programmatically", { - "_index": 2910, + "_index": 279, "data": { "manuals/addressing": {}, "manuals/gui": {}, @@ -215785,7 +216497,7 @@ [ "programmed", { - "_index": 3587, + "_index": 5601, "data": { "manuals/introduction": {} }, @@ -215795,7 +216507,7 @@ [ "programmer", { - "_index": 932, + "_index": 2641, "data": { "manuals/compute": {}, "manuals/lua": {}, @@ -215807,7 +216519,7 @@ [ "programming", { - "_index": 1181, + "_index": 2786, "data": { "assets/defold-oop": {}, "manuals/glossary": {}, @@ -215821,7 +216533,7 @@ [ "programs", { - "_index": 871, + "_index": 2614, "data": { "manuals/compute": {}, "manuals/introduction": {}, @@ -215836,7 +216548,7 @@ [ "programs_", { - "_index": 4136, + "_index": 5928, "data": { "manuals/model": {} }, @@ -215846,7 +216558,7 @@ [ "progress", { - "_index": 5665, + "_index": 2186, "data": { "examples/animation/cursor": {}, "examples/gui/progress": {}, @@ -215858,7 +216570,7 @@ [ "progresses", { - "_index": 2874, + "_index": 4223, "data": { "manuals/application-security": {} }, @@ -215868,7 +216580,7 @@ [ "proguard", { - "_index": 4931, + "_index": 4731, "data": { "manuals/extensions": {} }, @@ -215878,7 +216590,7 @@ [ "proj", { - "_index": 4774, + "_index": 3997, "data": { "manuals/physics-resolving-collisions": {}, "ref/stable/render": {} @@ -215889,7 +216601,7 @@ [ "project", { - "_index": 391, + "_index": 91, "data": { "assets/3deforms": {}, "assets/apkverifier": {}, @@ -215974,7 +216686,7 @@ [ "projected", { - "_index": 966, + "_index": 2653, "data": { "manuals/glossary": {}, "manuals/shader": {}, @@ -215986,7 +216698,7 @@ [ "projecting", { - "_index": 4760, + "_index": 3985, "data": { "manuals/physics-resolving-collisions": {} }, @@ -215996,7 +216708,7 @@ [ "projection", { - "_index": 959, + "_index": 1687, "data": { "examples/render/camera": {}, "examples/render/orbit_camera": {}, @@ -216019,7 +216731,7 @@ [ "projections", { - "_index": 4776, + "_index": 3999, "data": { "manuals/physics-resolving-collisions": {} }, @@ -216029,7 +216741,7 @@ [ "projectis_file", { - "_index": 10657, + "_index": 8876, "data": { "ref/stable/editor": {} }, @@ -216039,7 +216751,7 @@ [ "projects", { - "_index": 442, + "_index": 837, "data": { "assets/defold-mobilehtml5-typing": {}, "assets/defold-polyglot": {}, @@ -216060,7 +216772,7 @@ [ "projecttitle.apk.symbols/lib", { - "_index": 4793, + "_index": 4978, "data": { "manuals/debugging-native-code": {} }, @@ -216070,7 +216782,7 @@ [ "project\u2019s", { - "_index": 5832, + "_index": 5577, "data": { "manuals/editor": {} }, @@ -216080,7 +216792,7 @@ [ "prometheus", { - "_index": 2736, + "_index": 4113, "data": { "assets/prometheus": {}, "manuals/application-security": {} @@ -216091,7 +216803,7 @@ [ "prompt", { - "_index": 5402, + "_index": 5586, "data": { "manuals/android": {}, "manuals/editor": {} @@ -216102,7 +216814,7 @@ [ "prompted", { - "_index": 2219, + "_index": 698, "data": { "manuals/android": {}, "manuals/html5": {}, @@ -216114,7 +216826,7 @@ [ "prop", { - "_index": 3863, + "_index": 1313, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -216125,7 +216837,7 @@ [ "prop_color", { - "_index": 9305, + "_index": 7842, "data": { "ref/stable/gui": {} }, @@ -216135,7 +216847,7 @@ [ "prop_euler", { - "_index": 9306, + "_index": 7843, "data": { "ref/stable/gui": {} }, @@ -216145,7 +216857,7 @@ [ "prop_fill_angle", { - "_index": 9307, + "_index": 7844, "data": { "ref/stable/gui": {} }, @@ -216155,7 +216867,7 @@ [ "prop_inner_radius", { - "_index": 9308, + "_index": 7845, "data": { "ref/stable/gui": {} }, @@ -216165,7 +216877,7 @@ [ "prop_leading", { - "_index": 9309, + "_index": 7846, "data": { "ref/stable/gui": {} }, @@ -216175,7 +216887,7 @@ [ "prop_outline", { - "_index": 9310, + "_index": 7847, "data": { "ref/stable/gui": {} }, @@ -216185,7 +216897,7 @@ [ "prop_position", { - "_index": 9311, + "_index": 7848, "data": { "ref/stable/gui": {} }, @@ -216195,7 +216907,7 @@ [ "prop_rotation", { - "_index": 9312, + "_index": 7849, "data": { "ref/stable/gui": {} }, @@ -216205,7 +216917,7 @@ [ "prop_scale", { - "_index": 9313, + "_index": 7850, "data": { "ref/stable/gui": {} }, @@ -216215,7 +216927,7 @@ [ "prop_shadow", { - "_index": 9314, + "_index": 7851, "data": { "ref/stable/gui": {} }, @@ -216225,7 +216937,7 @@ [ "prop_size", { - "_index": 9315, + "_index": 7852, "data": { "ref/stable/gui": {} }, @@ -216235,7 +216947,7 @@ [ "prop_slice9", { - "_index": 9316, + "_index": 7853, "data": { "ref/stable/gui": {} }, @@ -216245,7 +216957,7 @@ [ "prop_tracking", { - "_index": 9317, + "_index": 7854, "data": { "ref/stable/gui": {} }, @@ -216255,7 +216967,7 @@ [ "propagate", { - "_index": 10614, + "_index": 7342, "data": { "ref/stable/collectionfactory": {} }, @@ -216265,7 +216977,7 @@ [ "propagated", { - "_index": 5396, + "_index": 4724, "data": { "manuals/collection-proxy": {}, "ref/stable/base": {} @@ -216276,7 +216988,7 @@ [ "propagates", { - "_index": 7246, + "_index": 8751, "data": { "ref/stable/base": {}, "ref/stable/coroutine": {} @@ -216287,7 +216999,7 @@ [ "proper", { - "_index": 4619, + "_index": 5886, "data": { "manuals/debugging-game-logic": {}, "ref/stable/dmConfigFile": {}, @@ -216300,7 +217012,7 @@ [ "properly", { - "_index": 3161, + "_index": 467, "data": { "examples/movement/look_rotation": {}, "manuals/debugging-native-code-ios": {}, @@ -216320,7 +217032,7 @@ [ "properties", { - "_index": 44, + "_index": 92, "data": { "assets/googleanalyticsforfirebase": {}, "examples/gui/slice9": {}, @@ -216382,7 +217094,7 @@ [ "property", { - "_index": 50, + "_index": 175, "data": { "examples/animation/easing": {}, "examples/physics/dynamic": {}, @@ -216434,7 +217146,7 @@ [ "property_result_ok", { - "_index": 9449, + "_index": 9150, "data": { "ref/stable/dmGameObject": {} }, @@ -216444,7 +217156,7 @@ [ "propertycontainerbuilderparams", { - "_index": 9598, + "_index": 9303, "data": { "ref/stable/dmGameObject": {} }, @@ -216454,7 +217166,7 @@ [ "propertycontainercopy", { - "_index": 9594, + "_index": 9299, "data": { "ref/stable/dmGameObject": {} }, @@ -216464,7 +217176,7 @@ [ "propertycontainercreate", { - "_index": 9595, + "_index": 9300, "data": { "ref/stable/dmGameObject": {} }, @@ -216474,7 +217186,7 @@ [ "propertycontainercreatebuilder", { - "_index": 9596, + "_index": 9301, "data": { "ref/stable/dmGameObject": {} }, @@ -216484,7 +217196,7 @@ [ "propertycontainerdestroy", { - "_index": 9599, + "_index": 9304, "data": { "ref/stable/dmGameObject": {} }, @@ -216494,7 +217206,7 @@ [ "propertycontainermerge", { - "_index": 9601, + "_index": 9306, "data": { "ref/stable/dmGameObject": {} }, @@ -216504,7 +217216,7 @@ [ "propertycontainerpushbool", { - "_index": 9603, + "_index": 9308, "data": { "ref/stable/dmGameObject": {} }, @@ -216514,7 +217226,7 @@ [ "propertycontainerpushfloat", { - "_index": 9604, + "_index": 9309, "data": { "ref/stable/dmGameObject": {} }, @@ -216524,7 +217236,7 @@ [ "propertycontainerpushhash", { - "_index": 9605, + "_index": 9310, "data": { "ref/stable/dmGameObject": {} }, @@ -216534,7 +217246,7 @@ [ "propertycontainerpushquat", { - "_index": 9606, + "_index": 9311, "data": { "ref/stable/dmGameObject": {} }, @@ -216544,7 +217256,7 @@ [ "propertycontainerpushurl", { - "_index": 9608, + "_index": 9313, "data": { "ref/stable/dmGameObject": {} }, @@ -216554,7 +217266,7 @@ [ "propertycontainerpushurlstring", { - "_index": 9609, + "_index": 9314, "data": { "ref/stable/dmGameObject": {} }, @@ -216564,7 +217276,7 @@ [ "propertycontainerpushvector3", { - "_index": 9610, + "_index": 9315, "data": { "ref/stable/dmGameObject": {} }, @@ -216574,7 +217286,7 @@ [ "propertycontainerpushvector4", { - "_index": 9612, + "_index": 9317, "data": { "ref/stable/dmGameObject": {} }, @@ -216584,7 +217296,7 @@ [ "propertydesc", { - "_index": 9613, + "_index": 9318, "data": { "ref/stable/dmGameObject": {} }, @@ -216594,7 +217306,7 @@ [ "propertyoptions", { - "_index": 9622, + "_index": 9328, "data": { "ref/stable/dmGameObject": {} }, @@ -216604,7 +217316,7 @@ [ "propertyresult", { - "_index": 9626, + "_index": 9331, "data": { "ref/stable/dmGameObject": {} }, @@ -216614,7 +217326,7 @@ [ "propertys", { - "_index": 9623, + "_index": 9329, "data": { "ref/stable/dmGameObject": {} }, @@ -216624,7 +217336,7 @@ [ "propertytype", { - "_index": 9627, + "_index": 9332, "data": { "ref/stable/dmGameObject": {} }, @@ -216634,7 +217346,7 @@ [ "propertyvaluetype", { - "_index": 9619, + "_index": 9325, "data": { "ref/stable/dmGameObject": {} }, @@ -216644,7 +217356,7 @@ [ "propertyvar", { - "_index": 9628, + "_index": 9333, "data": { "ref/stable/dmGameObject": {} }, @@ -216654,7 +217366,7 @@ [ "proportional", { - "_index": 3211, + "_index": 1237, "data": { "manuals/particlefx": {} }, @@ -216664,7 +217376,7 @@ [ "proportions", { - "_index": 2272, + "_index": 802, "data": { "manuals/html5": {} }, @@ -216674,7 +217386,7 @@ [ "proprietary", { - "_index": 6364, + "_index": 6715, "data": { "assets/fmod": {} }, @@ -216684,7 +217396,7 @@ [ "props", { - "_index": 2363, + "_index": 1297, "data": { "manuals/editor-scripts-ui": {}, "manuals/script-properties": {}, @@ -216696,7 +217408,7 @@ [ "props.first_name", { - "_index": 3995, + "_index": 1538, "data": { "manuals/editor-scripts-ui": {} }, @@ -216706,7 +217418,7 @@ [ "props.last_name", { - "_index": 3997, + "_index": 1540, "data": { "manuals/editor-scripts-ui": {} }, @@ -216716,7 +217428,7 @@ [ "props.name", { - "_index": 3983, + "_index": 1522, "data": { "manuals/editor-scripts-ui": {} }, @@ -216726,7 +217438,7 @@ [ "props.title", { - "_index": 3958, + "_index": 1468, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -216737,7 +217449,7 @@ [ "protect", { - "_index": 1192, + "_index": 2794, "data": { "manuals/application-security": {}, "manuals/shader": {}, @@ -216749,7 +217461,7 @@ [ "protected", { - "_index": 5423, + "_index": 6071, "data": { "manuals/android": {}, "ref/stable/base": {}, @@ -216761,7 +217473,7 @@ [ "protecting", { - "_index": 2807, + "_index": 4170, "data": { "manuals/application-security": {} }, @@ -216771,7 +217483,7 @@ [ "protection", { - "_index": 3520, + "_index": 3069, "data": { "manuals/android": {}, "manuals/ios": {} @@ -216782,7 +217494,7 @@ [ "proto", { - "_index": 6507, + "_index": 6282, "data": { "assets/defold-proto": {}, "assets/protobuf": {} @@ -216793,7 +217505,7 @@ [ "protobuf", { - "_index": 6506, + "_index": 6283, "data": { "assets/defold-proto": {}, "assets/protobuf": {} @@ -216804,7 +217516,7 @@ [ "protocol", { - "_index": 6363, + "_index": 6413, "data": { "assets/googleanalytics": {}, "assets/protobuf": {}, @@ -216817,7 +217529,7 @@ [ "protocols", { - "_index": 2831, + "_index": 4189, "data": { "manuals/application-security": {} }, @@ -216827,7 +217539,7 @@ [ "protools", { - "_index": 3831, + "_index": 4395, "data": { "manuals/version-control": {} }, @@ -216837,7 +217549,7 @@ [ "prototype", { - "_index": 685, + "_index": 2524, "data": { "assets/3deforms": {}, "assets/scene3d": {}, @@ -216858,7 +217570,7 @@ [ "prototypes", { - "_index": 4862, + "_index": 3378, "data": { "examples/factory/dynamic": {}, "manuals/addressing": {}, @@ -216870,7 +217582,7 @@ [ "protoype", { - "_index": 6221, + "_index": 6182, "data": { "examples/factory/dynamic": {} }, @@ -216880,7 +217592,7 @@ [ "provide", { - "_index": 349, + "_index": 910, "data": { "assets/googleplaygameservices": {}, "manuals/android": {}, @@ -216913,7 +217625,7 @@ [ "provided", { - "_index": 270, + "_index": 1929, "data": { "assets/illumination": {}, "manuals/application-security": {}, @@ -216938,7 +217650,8 @@ "ref/stable/render": {}, "ref/stable/socket": {}, "ref/stable/sound": {}, - "ref/stable/sprite": {} + "ref/stable/sprite": {}, + "ref/stable/vmath": {} }, "type": {} } @@ -216946,7 +217659,7 @@ [ "provider", { - "_index": 4259, + "_index": 3793, "data": { "manuals/macos": {}, "manuals/microsoft-xbox": {} @@ -216957,7 +217670,7 @@ [ "providers", { - "_index": 5752, + "_index": 2265, "data": { "manuals/ads": {} }, @@ -216967,7 +217680,7 @@ [ "provides", { - "_index": 2038, + "_index": 758, "data": { "assets/cafebazaar": {}, "assets/defold-cognito": {}, @@ -217017,7 +217730,7 @@ [ "providing", { - "_index": 1577, + "_index": 3107, "data": { "assets/define": {}, "manuals/android": {}, @@ -217035,7 +217748,7 @@ [ "provision", { - "_index": 3429, + "_index": 2970, "data": { "manuals/ios": {} }, @@ -217045,7 +217758,7 @@ [ "provisioning", { - "_index": 3420, + "_index": 2959, "data": { "manuals/debugging-game-and-system-logs": {}, "manuals/dev-app": {}, @@ -217057,7 +217770,7 @@ [ "proxies", { - "_index": 2006, + "_index": 1637, "data": { "examples/collection/proxy": {}, "examples/collection/splash": {}, @@ -217078,7 +217791,7 @@ [ "proxy", { - "_index": 662, + "_index": 1878, "data": { "examples/factory/dynamic": {}, "manuals/application-lifecycle": {}, @@ -217100,7 +217813,7 @@ [ "proxy.collection", { - "_index": 6100, + "_index": 6171, "data": { "examples/collection/proxy": {} }, @@ -217110,7 +217823,7 @@ [ "proxy_loaded", { - "_index": 5807, + "_index": 3971, "data": { "manuals/live-update-scripting": {}, "ref/stable/collectionproxy": {} @@ -217121,7 +217834,7 @@ [ "proxy_unloaded", { - "_index": 10522, + "_index": 7993, "data": { "ref/stable/collectionproxy": {} }, @@ -217131,7 +217844,7 @@ [ "ps4", { - "_index": 5058, + "_index": 5988, "data": { "manuals/sony-playstation": {} }, @@ -217141,7 +217854,7 @@ [ "ps4/ps5", { - "_index": 1473, + "_index": 4087, "data": { "manuals/extender-local-setup": {} }, @@ -217151,7 +217864,7 @@ [ "ps5", { - "_index": 5059, + "_index": 5989, "data": { "manuals/sony-playstation": {} }, @@ -217161,7 +217874,7 @@ [ "psd", { - "_index": 3830, + "_index": 4394, "data": { "manuals/version-control": {} }, @@ -217171,7 +217884,7 @@ [ "pseudo", { - "_index": 9766, + "_index": 7289, "data": { "ref/stable/math": {} }, @@ -217181,7 +217894,7 @@ [ "pseudorandom", { - "_index": 6539, + "_index": 6597, "data": { "assets/rand16": {} }, @@ -217191,7 +217904,7 @@ [ "ptr", { - "_index": 6864, + "_index": 6795, "data": { "ref/stable/dmAtomic": {}, "ref/stable/dmGraphics": {}, @@ -217203,7 +217916,7 @@ [ "public", { - "_index": 265, + "_index": 3218, "data": { "manuals/application-security": {}, "manuals/bob": {}, @@ -217220,7 +217933,7 @@ [ "public/private", { - "_index": 6823, + "_index": 9813, "data": { "ref/stable/liveupdate": {} }, @@ -217230,7 +217943,7 @@ [ "publish", { - "_index": 1817, + "_index": 3318, "data": { "manuals/editor-scripts": {}, "manuals/importing-assets": {}, @@ -217244,7 +217957,7 @@ [ "published", { - "_index": 4186, + "_index": 3216, "data": { "manuals/bob": {} }, @@ -217254,7 +217967,7 @@ [ "publishers", { - "_index": 6579, + "_index": 6697, "data": { "assets/gamedistribution": {} }, @@ -217264,7 +217977,7 @@ [ "publishing", { - "_index": 5336, + "_index": 5818, "data": { "manuals/macos": {}, "ref/stable/liveupdate": {} @@ -217275,7 +217988,7 @@ [ "pull", { - "_index": 1405, + "_index": 4034, "data": { "manuals/extender-local-setup": {}, "manuals/version-control": {} @@ -217286,7 +217999,7 @@ [ "pulled", { - "_index": 3803, + "_index": 4373, "data": { "manuals/version-control": {} }, @@ -217296,7 +218009,7 @@ [ "pulling", { - "_index": 1403, + "_index": 4033, "data": { "manuals/extender-local-setup": {}, "manuals/version-control": {} @@ -217307,7 +218020,7 @@ [ "pulls", { - "_index": 2909, + "_index": 4404, "data": { "manuals/material": {}, "manuals/resource": {}, @@ -217319,7 +218032,7 @@ [ "pulses", { - "_index": 10526, + "_index": 7997, "data": { "ref/stable/collectionproxy": {} }, @@ -217329,7 +218042,7 @@ [ "punch", { - "_index": 1735, + "_index": 1575, "data": { "manuals/message-passing": {}, "manuals/porting-guidelines": {} @@ -217340,7 +218053,7 @@ [ "purchase", { - "_index": 6617, + "_index": 6475, "data": { "assets/cafebazaar": {} }, @@ -217350,7 +218063,7 @@ [ "purchases", { - "_index": 5757, + "_index": 2275, "data": { "assets/cafebazaar": {}, "assets/crypto_iap": {}, @@ -217363,7 +218076,7 @@ [ "purchasing", { - "_index": 6408, + "_index": 6352, "data": { "assets/crypto_iap": {} }, @@ -217373,7 +218086,7 @@ [ "pure", { - "_index": 3971, + "_index": 1494, "data": { "assets/acidrain": {}, "manuals/editor-scripts-ui": {}, @@ -217385,7 +218098,7 @@ [ "purpose", { - "_index": 917, + "_index": 2630, "data": { "assets/log": {}, "examples/movement/look_rotation": {}, @@ -217400,7 +218113,7 @@ [ "purposeful", { - "_index": 5813, + "_index": 5555, "data": { "manuals/editor": {} }, @@ -217410,7 +218123,7 @@ [ "purposes", { - "_index": 3515, + "_index": 3064, "data": { "manuals/ios": {}, "ref/stable/render": {}, @@ -217422,7 +218135,7 @@ [ "push", { - "_index": 3818, + "_index": 4384, "data": { "assets/push": {}, "assets/rustore-push": {}, @@ -217438,7 +218151,7 @@ [ "pusharray", { - "_index": 10063, + "_index": 7449, "data": { "ref/stable/dmArray": {} }, @@ -217448,7 +218161,7 @@ [ "pushbuffer", { - "_index": 8788, + "_index": 10852, "data": { "ref/stable/dmScript": {} }, @@ -217458,7 +218171,7 @@ [ "pushes", { - "_index": 3843, + "_index": 4405, "data": { "examples/particles/modifiers": {}, "manuals/version-control": {}, @@ -217470,7 +218183,7 @@ [ "pushhash", { - "_index": 8790, + "_index": 10854, "data": { "ref/stable/dmScript": {} }, @@ -217480,7 +218193,7 @@ [ "pushing", { - "_index": 3797, + "_index": 4368, "data": { "manuals/version-control": {} }, @@ -217490,7 +218203,7 @@ [ "pushmatrix4", { - "_index": 8792, + "_index": 10856, "data": { "ref/stable/dmScript": {} }, @@ -217500,7 +218213,7 @@ [ "pushquat", { - "_index": 8794, + "_index": 10858, "data": { "ref/stable/dmScript": {} }, @@ -217510,7 +218223,7 @@ [ "pushvector3", { - "_index": 8796, + "_index": 10860, "data": { "ref/stable/dmScript": {} }, @@ -217520,7 +218233,7 @@ [ "pushvector4", { - "_index": 8798, + "_index": 10862, "data": { "ref/stable/dmScript": {} }, @@ -217530,7 +218243,7 @@ [ "put", { - "_index": 790, + "_index": 2649, "data": { "manuals/addressing": {}, "manuals/building-blocks": {}, @@ -217555,7 +218268,7 @@ [ "puts", { - "_index": 3558, + "_index": 1653, "data": { "manuals/message-passing": {} }, @@ -217565,7 +218278,7 @@ [ "putting", { - "_index": 1125, + "_index": 2753, "data": { "manuals/addressing": {}, "manuals/compute": {}, @@ -217579,7 +218292,7 @@ [ "puzzled", { - "_index": 4840, + "_index": 3349, "data": { "manuals/addressing": {} }, @@ -217589,7 +218302,7 @@ [ "pwd", { - "_index": 1426, + "_index": 4051, "data": { "manuals/extender-local-setup": {} }, @@ -217599,7 +218312,7 @@ [ "px0", { - "_index": 7345, + "_index": 10381, "data": { "ref/stable/resource": {} }, @@ -217609,7 +218322,7 @@ [ "px1", { - "_index": 7347, + "_index": 10383, "data": { "ref/stable/resource": {} }, @@ -217619,7 +218332,7 @@ [ "pxn", { - "_index": 7349, + "_index": 10385, "data": { "ref/stable/resource": {} }, @@ -217629,7 +218342,7 @@ [ "py0", { - "_index": 7346, + "_index": 10382, "data": { "ref/stable/resource": {} }, @@ -217639,7 +218352,7 @@ [ "py1", { - "_index": 7348, + "_index": 10384, "data": { "ref/stable/resource": {} }, @@ -217649,7 +218362,7 @@ [ "pyn", { - "_index": 7350, + "_index": 10386, "data": { "ref/stable/resource": {} }, @@ -217659,7 +218372,7 @@ [ "python", { - "_index": 2196, + "_index": 651, "data": { "manuals/html5": {}, "manuals/introduction": {}, @@ -217671,7 +218384,7 @@ [ "python3", { - "_index": 2200, + "_index": 655, "data": { "manuals/html5": {} }, @@ -217681,7 +218394,7 @@ [ "q", { - "_index": 7696, + "_index": 6989, "data": { "ref/stable/dmVMath": {}, "ref/stable/string": {}, @@ -217693,7 +218406,7 @@ [ "qa", { - "_index": 1801, + "_index": 3309, "data": { "manuals/live-update": {} }, @@ -217703,7 +218416,7 @@ [ "qdw\",\"zk0tekf", { - "_index": 2745, + "_index": 4121, "data": { "manuals/application-security": {} }, @@ -217713,7 +218426,7 @@ [ "qr", { - "_index": 6287, + "_index": 6583, "data": { "assets/qrcode": {} }, @@ -217723,7 +218436,7 @@ [ "qrcode", { - "_index": 6286, + "_index": 6582, "data": { "assets/qrcode": {} }, @@ -217733,7 +218446,7 @@ [ "quad", { - "_index": 516, + "_index": 4522, "data": { "manuals/model-animation": {} }, @@ -217743,7 +218456,7 @@ [ "quadrant", { - "_index": 9727, + "_index": 7249, "data": { "ref/stable/math": {} }, @@ -217753,7 +218466,7 @@ [ "quadratic", { - "_index": 8992, + "_index": 7655, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -217764,7 +218477,7 @@ [ "qualifier", { - "_index": 2664, + "_index": 2914, "data": { "manuals/gui-layouts": {}, "ref/stable/render": {} @@ -217775,7 +218488,7 @@ [ "quality", { - "_index": 1259, + "_index": 2122, "data": { "assets/gamedistribution": {}, "manuals/optimization": {}, @@ -217790,7 +218503,7 @@ [ "quantities", { - "_index": 5122, + "_index": 5221, "data": { "manuals/lua": {} }, @@ -217800,7 +218513,7 @@ [ "quartic", { - "_index": 8995, + "_index": 7657, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -217811,7 +218524,7 @@ [ "quat", { - "_index": 7704, + "_index": 7010, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmScript": {}, @@ -217825,7 +218538,7 @@ [ "quat_axis_angle", { - "_index": 8360, + "_index": 7067, "data": { "ref/stable/vmath": {} }, @@ -217835,7 +218548,7 @@ [ "quat_basis", { - "_index": 8362, + "_index": 7069, "data": { "ref/stable/vmath": {} }, @@ -217845,7 +218558,7 @@ [ "quat_from_to", { - "_index": 8364, + "_index": 7071, "data": { "ref/stable/vmath": {} }, @@ -217855,7 +218568,7 @@ [ "quat_look_rotation", { - "_index": 6164, + "_index": 6121, "data": { "examples/movement/look_rotation": {} }, @@ -217865,7 +218578,7 @@ [ "quat_matrix4", { - "_index": 8367, + "_index": 7074, "data": { "ref/stable/vmath": {} }, @@ -217875,7 +218588,7 @@ [ "quat_rotation_x", { - "_index": 8369, + "_index": 7076, "data": { "ref/stable/vmath": {} }, @@ -217885,7 +218598,7 @@ [ "quat_rotation_y", { - "_index": 8371, + "_index": 7078, "data": { "ref/stable/vmath": {} }, @@ -217895,7 +218608,17 @@ [ "quat_rotation_z", { - "_index": 8373, + "_index": 7080, + "data": { + "ref/stable/vmath": {} + }, + "type": {} + } + ], + [ + "quat_to_euler", + { + "_index": 7082, "data": { "ref/stable/vmath": {} }, @@ -217905,7 +218628,7 @@ [ "quaternion", { - "_index": 2100, + "_index": 1099, "data": { "examples/movement/look_rotation": {}, "manuals/extensions-defold-sdk": {}, @@ -217924,7 +218647,7 @@ [ "quaternions", { - "_index": 7697, + "_index": 7008, "data": { "ref/stable/dmVMath": {}, "ref/stable/vmath": {} @@ -217935,7 +218658,7 @@ [ "queried", { - "_index": 8412, + "_index": 7147, "data": { "ref/stable/string": {}, "ref/stable/sys": {} @@ -217946,7 +218669,7 @@ [ "queries", { - "_index": 8927, + "_index": 9820, "data": { "ref/stable/b2d.body": {}, "ref/stable/base": {}, @@ -217958,7 +218681,7 @@ [ "query", { - "_index": 4745, + "_index": 4695, "data": { "manuals/editor-scripts": {}, "manuals/gui-template": {}, @@ -217977,7 +218700,7 @@ [ "querying", { - "_index": 5194, + "_index": 5399, "data": { "manuals/editor-scripts": {} }, @@ -217987,7 +218710,7 @@ [ "quest", { - "_index": 2169, + "_index": 4493, "data": { "assets/whquestdef": {}, "manuals/input-mouse-and-touch": {} @@ -217998,7 +218721,7 @@ [ "question", { - "_index": 2418, + "_index": 4944, "data": { "manuals/getting-help": {} }, @@ -218008,7 +218731,7 @@ [ "question/issue", { - "_index": 2381, + "_index": 4925, "data": { "manuals/getting-help": {} }, @@ -218018,7 +218741,7 @@ [ "questions", { - "_index": 2383, + "_index": 4927, "data": { "manuals/flash": {}, "manuals/getting-help": {} @@ -218029,7 +218752,7 @@ [ "queue", { - "_index": 3554, + "_index": 1645, "data": { "manuals/message-passing": {}, "ref/stable/dmGraphics": {}, @@ -218041,7 +218764,7 @@ [ "queued", { - "_index": 8098, + "_index": 10487, "data": { "ref/stable/socket": {} }, @@ -218051,7 +218774,7 @@ [ "quick", { - "_index": 5623, + "_index": 2088, "data": { "assets/dirtylarry": {}, "assets/quickbutton": {}, @@ -218067,7 +218790,7 @@ [ "quickbutton", { - "_index": 6691, + "_index": 6510, "data": { "assets/quickbutton": {} }, @@ -218077,7 +218800,7 @@ [ "quickly", { - "_index": 447, + "_index": 3581, "data": { "assets/scene3d": {}, "manuals/building-blocks": {}, @@ -218091,7 +218814,7 @@ [ "quintic", { - "_index": 8998, + "_index": 7659, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -218102,7 +218825,7 @@ [ "quite", { - "_index": 673, + "_index": 480, "data": { "manuals/ads": {}, "manuals/collection-factory": {}, @@ -218122,7 +218845,7 @@ [ "quits", { - "_index": 5945, + "_index": 1970, "data": { "manuals/editor-preferences": {} }, @@ -218132,7 +218855,7 @@ [ "quitting", { - "_index": 8606, + "_index": 9428, "data": { "ref/stable/engine": {} }, @@ -218142,7 +218865,7 @@ [ "quot", { - "_index": 10125, + "_index": 7140, "data": { "ref/stable/string": {} }, @@ -218152,7 +218875,7 @@ [ "quot;#collisionobject"", { - "_index": 7055, + "_index": 7478, "data": { "ref/stable/physics": {} }, @@ -218162,7 +218885,7 @@ [ "quot;$name", { - "_index": 10151, + "_index": 7169, "data": { "ref/stable/string": {} }, @@ -218172,7 +218895,7 @@ [ "quot;%0", { - "_index": 10137, + "_index": 7154, "data": { "ref/stable/string": {} }, @@ -218182,7 +218905,7 @@ [ "quot;%1", { - "_index": 10134, + "_index": 7150, "data": { "ref/stable/string": {} }, @@ -218192,7 +218915,7 @@ [ "quot;%2", { - "_index": 10139, + "_index": 7156, "data": { "ref/stable/string": {} }, @@ -218202,7 +218925,7 @@ [ "quot;%a+"", { - "_index": 10122, + "_index": 7137, "data": { "ref/stable/string": {} }, @@ -218212,7 +218935,7 @@ [ "quot;%w+"", { - "_index": 10136, + "_index": 7153, "data": { "ref/stable/string": {} }, @@ -218222,7 +218945,7 @@ [ "quot;./?.lua;./?.lc;/usr/local/?/init.lua"", { - "_index": 7270, + "_index": 9384, "data": { "ref/stable/package": {} }, @@ -218232,7 +218955,7 @@ [ "quot;./?.so;./?.dll;/usr/local/?/init.so"", { - "_index": 7275, + "_index": 9389, "data": { "ref/stable/package": {} }, @@ -218242,7 +218965,7 @@ [ "quot;4+5", { - "_index": 10146, + "_index": 7164, "data": { "ref/stable/string": {} }, @@ -218252,7 +218975,7 @@ [ "quot;5.1"", { - "_index": 10150, + "_index": 7168, "data": { "ref/stable/string": {} }, @@ -218262,7 +218985,7 @@ [ "quot;a", { - "_index": 10114, + "_index": 7128, "data": { "ref/stable/string": {} }, @@ -218272,7 +218995,7 @@ [ "quot;bullet"", { - "_index": 7067, + "_index": 7490, "data": { "ref/stable/physics": {} }, @@ -218282,7 +219005,7 @@ [ "quot;enemy"", { - "_index": 7056, + "_index": 7479, "data": { "ref/stable/physics": {} }, @@ -218292,7 +219015,7 @@ [ "quot;from", { - "_index": 10123, + "_index": 7138, "data": { "ref/stable/string": {} }, @@ -218302,7 +219025,7 @@ [ "quot;hello", { - "_index": 10120, + "_index": 7135, "data": { "ref/stable/string": {} }, @@ -218312,7 +219035,7 @@ [ "quot;home", { - "_index": 10142, + "_index": 7159, "data": { "ref/stable/string": {} }, @@ -218322,7 +219045,7 @@ [ "quot;lua", { - "_index": 10153, + "_index": 7171, "data": { "ref/stable/string": {} }, @@ -218332,7 +219055,7 @@ [ "quot;lua"", { - "_index": 10149, + "_index": 7167, "data": { "ref/stable/string": {} }, @@ -218342,7 +219065,7 @@ [ "quot;my_box_shape"", { - "_index": 7125, + "_index": 7544, "data": { "ref/stable/physics": {} }, @@ -218352,7 +219075,7 @@ [ "quot;my_capsule_shape"", { - "_index": 7123, + "_index": 7542, "data": { "ref/stable/physics": {} }, @@ -218362,7 +219085,7 @@ [ "quot;my_sphere_shape"", { - "_index": 7074, + "_index": 7497, "data": { "ref/stable/physics": {} }, @@ -218372,7 +219095,7 @@ [ "quot;quotes"", { - "_index": 10112, + "_index": 7126, "data": { "ref/stable/string": {} }, @@ -218382,7 +219105,7 @@ [ "quot;quotes\\"", { - "_index": 10115, + "_index": 7129, "data": { "ref/stable/string": {} }, @@ -218392,7 +219115,7 @@ [ "quot;test"", { - "_index": 7146, + "_index": 7562, "data": { "ref/stable/physics": {} }, @@ -218402,7 +219125,7 @@ [ "quot;world", { - "_index": 10140, + "_index": 7157, "data": { "ref/stable/string": {} }, @@ -218412,7 +219135,7 @@ [ "quotations", { - "_index": 1147, + "_index": 2768, "data": { "manuals/shader": {} }, @@ -218422,7 +219145,7 @@ [ "quotes", { - "_index": 10107, + "_index": 7120, "data": { "ref/stable/string": {} }, @@ -218432,7 +219155,7 @@ [ "quotient", { - "_index": 9744, + "_index": 7266, "data": { "ref/stable/math": {} }, @@ -218442,7 +219165,7 @@ [ "r", { - "_index": 2667, + "_index": 2918, "data": { "manuals/bob": {}, "manuals/editor": {}, @@ -218454,12 +219177,23 @@ "type": {} } ], + [ + "r0", + { + "_index": 7083, + "data": { + "ref/stable/vmath": {} + }, + "type": {} + } + ], [ "r1", { - "_index": 7594, + "_index": 7084, "data": { - "ref/stable/dmTransform": {} + "ref/stable/dmTransform": {}, + "ref/stable/vmath": {} }, "type": {} } @@ -218467,9 +219201,10 @@ [ "r2", { - "_index": 7595, + "_index": 7085, "data": { - "ref/stable/dmTransform": {} + "ref/stable/dmTransform": {}, + "ref/stable/vmath": {} }, "type": {} } @@ -218477,7 +219212,7 @@ [ "r_q", { - "_index": 2668, + "_index": 2919, "data": { "manuals/gui-layouts": {} }, @@ -218487,7 +219222,7 @@ [ "rad", { - "_index": 9765, + "_index": 7288, "data": { "ref/stable/math": {} }, @@ -218497,7 +219232,7 @@ [ "radial", { - "_index": 3212, + "_index": 1238, "data": { "examples/particles/fire_and_smoke": {}, "manuals/particlefx": {} @@ -218508,7 +219243,7 @@ [ "radially", { - "_index": 3154, + "_index": 1122, "data": { "manuals/particlefx": {} }, @@ -218518,7 +219253,7 @@ [ "radians", { - "_index": 7080, + "_index": 7021, "data": { "ref/stable/b2d.body": {}, "ref/stable/camera": {}, @@ -218532,7 +219267,7 @@ [ "radians/s", { - "_index": 7032, + "_index": 7455, "data": { "ref/stable/physics": {} }, @@ -218542,7 +219277,7 @@ [ "radians/second", { - "_index": 8865, + "_index": 10113, "data": { "ref/stable/b2d.body": {} }, @@ -218552,7 +219287,7 @@ [ "radio", { - "_index": 6556, + "_index": 6404, "data": { "assets/gooey": {} }, @@ -218562,7 +219297,7 @@ [ "radius", { - "_index": 4436, + "_index": 303, "data": { "examples/particles/fire_and_smoke": {}, "manuals/gui": {}, @@ -218577,7 +219312,7 @@ [ "rain", { - "_index": 5869, + "_index": 4586, "data": { "assets/acidrain": {}, "manuals/glossary": {} @@ -218588,7 +219323,7 @@ [ "raise", { - "_index": 7367, + "_index": 10403, "data": { "ref/stable/resource": {}, "ref/stable/socket": {} @@ -218599,7 +219334,7 @@ [ "raised", { - "_index": 7334, + "_index": 9097, "data": { "ref/stable/json": {}, "ref/stable/resource": {}, @@ -218612,7 +219347,7 @@ [ "raises", { - "_index": 6978, + "_index": 9463, "data": { "ref/stable/base": {}, "ref/stable/debug": {}, @@ -218625,7 +219360,7 @@ [ "raising", { - "_index": 5216, + "_index": 5420, "data": { "manuals/editor-scripts": {} }, @@ -218635,7 +219370,7 @@ [ "rand", { - "_index": 9767, + "_index": 7290, "data": { "ref/stable/math": {} }, @@ -218645,7 +219380,7 @@ [ "rand16", { - "_index": 6538, + "_index": 6596, "data": { "assets/rand16": {} }, @@ -218655,7 +219390,7 @@ [ "random", { - "_index": 3182, + "_index": 1176, "data": { "assets/pcg-random": {}, "assets/pcgrandom": {}, @@ -218674,7 +219409,7 @@ [ "randomly", { - "_index": 3196, + "_index": 1201, "data": { "manuals/particlefx": {} }, @@ -218684,7 +219419,7 @@ [ "randomseed", { - "_index": 9771, + "_index": 7296, "data": { "ref/stable/math": {} }, @@ -218694,7 +219429,7 @@ [ "range", { - "_index": 2497, + "_index": 513, "data": { "assets/druid": {}, "assets/googleplaygameservices": {}, @@ -218729,7 +219464,7 @@ [ "ranging", { - "_index": 2848, + "_index": 4201, "data": { "manuals/application-security": {}, "ref/stable/render": {} @@ -218740,7 +219475,7 @@ [ "rare", { - "_index": 2218, + "_index": 697, "data": { "manuals/debugging": {}, "manuals/html5": {} @@ -218751,7 +219486,7 @@ [ "rasterization", { - "_index": 1024, + "_index": 2693, "data": { "manuals/shader": {} }, @@ -218761,7 +219496,7 @@ [ "rate", { - "_index": 1709, + "_index": 1220, "data": { "examples/particles/confetti": {}, "examples/particles/fire_and_smoke": {}, @@ -218784,7 +219519,7 @@ [ "ratings", { - "_index": 6540, + "_index": 6363, "data": { "assets/review": {}, "assets/rustore-review": {} @@ -218795,7 +219530,7 @@ [ "ratio", { - "_index": 1712, + "_index": 404, "data": { "examples/material/screenspace": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -218817,7 +219552,7 @@ [ "ratios", { - "_index": 1715, + "_index": 4860, "data": { "manuals/porting-guidelines": {} }, @@ -218827,7 +219562,7 @@ [ "raw", { - "_index": 1949, + "_index": 823, "data": { "assets/screenshot": {}, "manuals/application-security": {}, @@ -218847,7 +219582,7 @@ [ "rawequal", { - "_index": 10424, + "_index": 10712, "data": { "ref/stable/base": {} }, @@ -218857,7 +219592,7 @@ [ "rawget", { - "_index": 10426, + "_index": 10714, "data": { "ref/stable/base": {} }, @@ -218867,7 +219602,7 @@ [ "rawset", { - "_index": 10428, + "_index": 10716, "data": { "ref/stable/base": {} }, @@ -218877,7 +219612,7 @@ [ "ray", { - "_index": 5392, + "_index": 1000, "data": { "assets/defold-tile-raycast": {}, "examples/movement/look_at": {}, @@ -218894,7 +219629,7 @@ [ "ray's", { - "_index": 5913, + "_index": 5689, "data": { "manuals/physics-events": {} }, @@ -218904,7 +219639,7 @@ [ "ray_cast_missed", { - "_index": 5915, + "_index": 5691, "data": { "manuals/physics-events": {}, "ref/stable/physics": {} @@ -218915,7 +219650,7 @@ [ "ray_cast_request", { - "_index": 7147, + "_index": 7563, "data": { "ref/stable/physics": {} }, @@ -218925,7 +219660,7 @@ [ "ray_cast_response", { - "_index": 5910, + "_index": 1024, "data": { "manuals/physics-events": {}, "manuals/physics-ray-casts": {}, @@ -218937,7 +219672,7 @@ [ "ray_casts", { - "_index": 3720, + "_index": 1846, "data": { "manuals/render": {} }, @@ -218947,7 +219682,7 @@ [ "raycast", { - "_index": 5911, + "_index": 5687, "data": { "assets/defold-tile-raycast": {}, "manuals/physics-events": {}, @@ -218959,7 +219694,7 @@ [ "raycast_async", { - "_index": 7098, + "_index": 7519, "data": { "ref/stable/physics": {} }, @@ -218969,7 +219704,7 @@ [ "raycasts", { - "_index": 6150, + "_index": 6208, "data": { "examples/physics/raycast": {} }, @@ -218979,7 +219714,7 @@ [ "rays", { - "_index": 5933, + "_index": 1004, "data": { "manuals/physics-ray-casts": {} }, @@ -218989,7 +219724,7 @@ [ "rc,gc,bc,ac", { - "_index": 7853, + "_index": 8526, "data": { "ref/stable/render": {} }, @@ -218999,7 +219734,7 @@ [ "rd", { - "_index": 7888, + "_index": 8547, "data": { "ref/stable/render": {} }, @@ -219009,7 +219744,7 @@ [ "rd,gd,bd,ad", { - "_index": 7851, + "_index": 8524, "data": { "ref/stable/render": {} }, @@ -219019,7 +219754,7 @@ [ "rd/kr,gd/kg,bd/kb,ad/ka", { - "_index": 7871, + "_index": 8540, "data": { "ref/stable/render": {} }, @@ -219029,7 +219764,7 @@ [ "re", { - "_index": 1551, + "_index": 1305, "data": { "manuals/editor-scripts-ui": {}, "manuals/live-update": {}, @@ -219044,7 +219779,7 @@ [ "reach", { - "_index": 2019, + "_index": 3795, "data": { "manuals/design": {}, "manuals/flash": {}, @@ -219057,7 +219792,7 @@ [ "reached", { - "_index": 9091, + "_index": 7960, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -219068,7 +219803,7 @@ [ "reaches", { - "_index": 5561, + "_index": 5715, "data": { "manuals/resource": {} }, @@ -219078,7 +219813,7 @@ [ "reaching", { - "_index": 2026, + "_index": 1148, "data": { "manuals/input": {}, "manuals/particlefx": {} @@ -219089,7 +219824,7 @@ [ "react", { - "_index": 2000, + "_index": 1455, "data": { "manuals/building-blocks": {}, "manuals/editor-scripts-ui": {}, @@ -219106,7 +219841,7 @@ [ "reacting", { - "_index": 8955, + "_index": 9912, "data": { "ref/stable/go": {} }, @@ -219116,7 +219851,7 @@ [ "reaction", { - "_index": 3553, + "_index": 1644, "data": { "manuals/message-passing": {}, "manuals/physics-joints": {}, @@ -219128,7 +219863,7 @@ [ "reactive", { - "_index": 1534, + "_index": 1451, "data": { "manuals/editor-scripts-ui": {}, "manuals/optimization-speed": {} @@ -219139,7 +219874,7 @@ [ "reactivity", { - "_index": 3948, + "_index": 1448, "data": { "manuals/editor-scripts-ui": {} }, @@ -219149,7 +219884,7 @@ [ "reacts", { - "_index": 6144, + "_index": 6203, "data": { "examples/physics/hinge_joint": {}, "examples/physics/pendulum": {}, @@ -219161,7 +219896,7 @@ [ "read", { - "_index": 384, + "_index": 1884, "data": { "assets/gyro": {}, "examples/animation/easing": {}, @@ -219216,7 +219951,7 @@ [ "read_external_storage", { - "_index": 5009, + "_index": 4613, "data": { "manuals/extensions-manifest-merge-tool": {} }, @@ -219226,7 +219961,7 @@ [ "read_phone_state", { - "_index": 5008, + "_index": 4612, "data": { "manuals/extensions-manifest-merge-tool": {}, "ref/stable/sys": {} @@ -219237,7 +219972,7 @@ [ "readable", { - "_index": 2758, + "_index": 4133, "data": { "manuals/application-security": {}, "ref/stable/dmScript": {} @@ -219248,7 +219983,7 @@ [ "readble", { - "_index": 8020, + "_index": 9878, "data": { "ref/stable/dmExtension": {} }, @@ -219258,7 +219993,7 @@ [ "readelf", { - "_index": 4279, + "_index": 5508, "data": { "manuals/debugging-native-code-android": {} }, @@ -219268,7 +220003,7 @@ [ "reading", { - "_index": 2987, + "_index": 3583, "data": { "manuals/compute": {}, "manuals/debugging-game-and-system-logs": {}, @@ -219285,7 +220020,7 @@ [ "reads", { - "_index": 4876, + "_index": 3400, "data": { "examples/movement/look_at": {}, "examples/sprite/size": {}, @@ -219301,7 +220036,7 @@ [ "ready", { - "_index": 708, + "_index": 2533, "data": { "assets/googleplaygameservices": {}, "assets/illumination": {}, @@ -219320,7 +220055,7 @@ [ "real", { - "_index": 1505, + "_index": 2568, "data": { "assets/defquest": {}, "assets/rive": {}, @@ -219342,7 +220077,7 @@ [ "realistic", { - "_index": 2949, + "_index": 5133, "data": { "manuals/compute": {}, "manuals/flash": {} @@ -219353,7 +220088,7 @@ [ "really", { - "_index": 1552, + "_index": 3092, "data": { "manuals/compute": {}, "manuals/editor-scripts": {}, @@ -219367,7 +220102,7 @@ [ "realtime", { - "_index": 6437, + "_index": 6350, "data": { "assets/nakama": {} }, @@ -219377,7 +220112,7 @@ [ "reason", { - "_index": 2577, + "_index": 485, "data": { "manuals/debugging-native-code": {}, "manuals/editor-scripts": {}, @@ -219392,7 +220127,7 @@ [ "reasonable", { - "_index": 4696, + "_index": 2225, "data": { "manuals/adapting-graphics-to-screen-size": {}, "ref/stable/base": {}, @@ -219405,7 +220140,7 @@ [ "reasonably", { - "_index": 5649, + "_index": 2153, "data": { "manuals/optimization-size": {} }, @@ -219415,7 +220150,7 @@ [ "reasons", { - "_index": 817, + "_index": 3673, "data": { "manuals/file-access": {}, "manuals/glossary": {}, @@ -219430,7 +220165,7 @@ [ "reboot", { - "_index": 4969, + "_index": 4771, "data": { "manuals/extensions": {}, "ref/stable/liveupdate": {}, @@ -219442,7 +220177,7 @@ [ "rebooted", { - "_index": 6824, + "_index": 9814, "data": { "ref/stable/liveupdate": {} }, @@ -219452,7 +220187,7 @@ [ "reboots", { - "_index": 8383, + "_index": 9580, "data": { "ref/stable/sys": {} }, @@ -219462,7 +220197,7 @@ [ "rebuild", { - "_index": 2863, + "_index": 4215, "data": { "manuals/application-security": {} }, @@ -219472,7 +220207,7 @@ [ "recalculates", { - "_index": 7134, + "_index": 7552, "data": { "ref/stable/physics": {} }, @@ -219482,7 +220217,7 @@ [ "receive", { - "_index": 1963, + "_index": 716, "data": { "manuals/addressing": {}, "manuals/editor-scripts": {}, @@ -219510,7 +220245,7 @@ [ "received", { - "_index": 735, + "_index": 2548, "data": { "manuals/collection-factory": {}, "manuals/editor-scripts": {}, @@ -219536,7 +220271,7 @@ [ "received/sent", { - "_index": 8565, + "_index": 10236, "data": { "ref/stable/http": {} }, @@ -219546,7 +220281,7 @@ [ "receivefrom", { - "_index": 8157, + "_index": 10536, "data": { "ref/stable/socket": {} }, @@ -219556,7 +220291,7 @@ [ "receiver", { - "_index": 6878, + "_index": 7330, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmMessage": {}, @@ -219568,7 +220303,7 @@ [ "receives", { - "_index": 2678, + "_index": 1307, "data": { "examples/material/noise": {}, "manuals/collection-proxy": {}, @@ -219580,6 +220315,7 @@ "ref/stable/dmExtension": {}, "ref/stable/go": {}, "ref/stable/physics": {}, + "ref/stable/render": {}, "ref/stable/socket": {}, "ref/stable/string": {}, "ref/stable/table": {}, @@ -219591,7 +220327,7 @@ [ "receiving", { - "_index": 2153, + "_index": 4483, "data": { "assets/websocket": {}, "manuals/android": {}, @@ -219608,7 +220344,7 @@ [ "recent", { - "_index": 436, + "_index": 3578, "data": { "manuals/project-setup": {} }, @@ -219618,7 +220354,7 @@ [ "recently", { - "_index": 445, + "_index": 3580, "data": { "manuals/project-setup": {} }, @@ -219628,7 +220364,7 @@ [ "recipient", { - "_index": 3548, + "_index": 1633, "data": { "manuals/glossary": {}, "manuals/message-passing": {}, @@ -219640,7 +220376,7 @@ [ "recipient's", { - "_index": 3555, + "_index": 1647, "data": { "manuals/message-passing": {} }, @@ -219650,7 +220386,7 @@ [ "recipients", { - "_index": 3552, + "_index": 1643, "data": { "manuals/message-passing": {} }, @@ -219660,7 +220396,7 @@ [ "recognizes", { - "_index": 4929, + "_index": 4727, "data": { "manuals/extensions": {} }, @@ -219670,7 +220406,7 @@ [ "recommend", { - "_index": 2419, + "_index": 2062, "data": { "manuals/application-security": {}, "manuals/extensions-manifest-merge-tool": {}, @@ -219685,7 +220421,7 @@ [ "recommendation", { - "_index": 5617, + "_index": 2064, "data": { "manuals/optimization-size": {} }, @@ -219695,7 +220431,7 @@ [ "recommended", { - "_index": 34, + "_index": 1866, "data": { "manuals/application-security": {}, "manuals/debugging-game-logic": {}, @@ -219723,7 +220459,7 @@ [ "recompiled", { - "_index": 6018, + "_index": 2386, "data": { "manuals/hot-reload": {} }, @@ -219733,7 +220469,7 @@ [ "recomputed", { - "_index": 10831, + "_index": 9051, "data": { "ref/stable/editor": {} }, @@ -219743,7 +220479,7 @@ [ "reconsider", { - "_index": 5395, + "_index": 4722, "data": { "manuals/collection-proxy": {} }, @@ -219753,7 +220489,7 @@ [ "record", { - "_index": 556, + "_index": 5187, "data": { "manuals/app-manifest": {}, "manuals/lua": {}, @@ -219766,7 +220502,7 @@ [ "recorded", { - "_index": 9925, + "_index": 8694, "data": { "ref/stable/crash": {}, "ref/stable/profiler": {} @@ -219777,7 +220513,7 @@ [ "recorded_frame_count", { - "_index": 10858, + "_index": 10282, "data": { "ref/stable/profiler": {} }, @@ -219787,7 +220523,7 @@ [ "recording", { - "_index": 559, + "_index": 5225, "data": { "manuals/app-manifest": {}, "ref/stable/profiler": {}, @@ -219799,7 +220535,7 @@ [ "records", { - "_index": 10865, + "_index": 10289, "data": { "ref/stable/profiler": {} }, @@ -219809,7 +220545,7 @@ [ "recover", { - "_index": 404, + "_index": 3573, "data": { "manuals/project-setup": {} }, @@ -219819,7 +220555,7 @@ [ "recoverable", { - "_index": 7014, + "_index": 7420, "data": { "ref/stable/dmLog": {} }, @@ -219829,7 +220565,7 @@ [ "recreate", { - "_index": 1702, + "_index": 4857, "data": { "manuals/porting-guidelines": {}, "ref/stable/physics": {} @@ -219840,7 +220576,7 @@ [ "recreated", { - "_index": 1571, + "_index": 3102, "data": { "manuals/optimization-speed": {} }, @@ -219850,7 +220586,7 @@ [ "rectangle", { - "_index": 1038, + "_index": 82, "data": { "examples/material/noise": {}, "examples/material/uvgradient": {}, @@ -219869,7 +220605,7 @@ [ "rectangular", { - "_index": 1613, + "_index": 209, "data": { "examples/physics/dynamic": {}, "examples/physics/kinematic": {}, @@ -219884,7 +220620,7 @@ [ "rects", { - "_index": 6495, + "_index": 6700, "data": { "assets/2dcollisions": {} }, @@ -219894,7 +220630,7 @@ [ "recurse", { - "_index": 9713, + "_index": 9991, "data": { "ref/stable/builtins": {} }, @@ -219904,7 +220640,7 @@ [ "recursively", { - "_index": 8474, + "_index": 7635, "data": { "ref/stable/dmGameObject": {}, "ref/stable/go": {}, @@ -219917,7 +220653,7 @@ [ "recvt", { - "_index": 8186, + "_index": 10565, "data": { "ref/stable/socket": {} }, @@ -219927,7 +220663,7 @@ [ "red", { - "_index": 1207, + "_index": 1257, "data": { "examples/factory/bullets": {}, "examples/factory/dynamic": {}, @@ -219950,7 +220686,7 @@ [ "red/green/blue/alpha", { - "_index": 3206, + "_index": 1227, "data": { "manuals/particlefx": {} }, @@ -219960,7 +220696,7 @@ [ "red_guard", { - "_index": 2599, + "_index": 4314, "data": { "manuals/factory": {} }, @@ -219970,7 +220706,7 @@ [ "redefine", { - "_index": 2319, + "_index": 881, "data": { "manuals/html5": {} }, @@ -219980,7 +220716,7 @@ [ "redirected", { - "_index": 10648, + "_index": 8832, "data": { "ref/stable/editor": {} }, @@ -219990,7 +220726,7 @@ [ "reduce", { - "_index": 14, + "_index": 551, "data": { "manuals/extensions-best-practices": {}, "manuals/gui": {}, @@ -220008,7 +220744,7 @@ [ "reduced", { - "_index": 9708, + "_index": 7231, "data": { "ref/stable/window": {} }, @@ -220018,7 +220754,7 @@ [ "reduces", { - "_index": 1891, + "_index": 1236, "data": { "manuals/particlefx": {}, "manuals/physics-objects": {}, @@ -220030,7 +220766,7 @@ [ "reducing", { - "_index": 1519, + "_index": 2077, "data": { "manuals/optimization-size": {}, "manuals/optimization-speed": {}, @@ -220042,7 +220778,7 @@ [ "ref", { - "_index": 7951, + "_index": 8608, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmScript": {}, @@ -220054,7 +220790,7 @@ [ "refdoc", { - "_index": 6760, + "_index": 6757, "data": {}, "type": { "ref/stable/b2d": {}, @@ -220156,7 +220892,7 @@ [ "refer", { - "_index": 2172, + "_index": 1253, "data": { "examples/file/sys_save_load": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -220185,7 +220921,7 @@ [ "reference", { - "_index": 728, + "_index": 119, "data": { "manuals/building-blocks": {}, "manuals/collection-factory": {}, @@ -220222,7 +220958,7 @@ [ "referenced", { - "_index": 1794, + "_index": 1544, "data": { "examples/factory/dynamic": {}, "manuals/building-blocks": {}, @@ -220245,7 +220981,7 @@ [ "references", { - "_index": 321, + "_index": 760, "data": { "manuals/collection-factory": {}, "manuals/factory": {}, @@ -220262,7 +220998,7 @@ [ "referencing", { - "_index": 6101, + "_index": 6168, "data": { "examples/collection/proxy": {}, "examples/collection/splash": {}, @@ -220275,7 +221011,7 @@ [ "referred", { - "_index": 3252, + "_index": 5062, "data": { "manuals/flash": {}, "manuals/physics-joints": {}, @@ -220289,7 +221025,7 @@ [ "referrer", { - "_index": 6732, + "_index": 6704, "data": { "assets/iac": {} }, @@ -220299,7 +221035,7 @@ [ "referring", { - "_index": 3250, + "_index": 5060, "data": { "manuals/flash": {}, "ref/stable/package": {} @@ -220310,7 +221046,7 @@ [ "refers", { - "_index": 5562, + "_index": 5716, "data": { "manuals/resource": {} }, @@ -220320,7 +221056,7 @@ [ "refininstance", { - "_index": 8833, + "_index": 10894, "data": { "ref/stable/dmScript": {} }, @@ -220330,7 +221066,7 @@ [ "reflected", { - "_index": 1873, + "_index": 2283, "data": { "manuals/physics-objects": {} }, @@ -220340,7 +221076,7 @@ [ "reflecting", { - "_index": 7206, + "_index": 9531, "data": { "ref/stable/dmHid": {} }, @@ -220350,7 +221086,7 @@ [ "reflection", { - "_index": 5849, + "_index": 4544, "data": { "manuals/glossary": {} }, @@ -220360,7 +221096,7 @@ [ "reflections", { - "_index": 6187, + "_index": 6219, "data": { "examples/model/cubemap": {} }, @@ -220370,7 +221106,7 @@ [ "reflects", { - "_index": 5811, + "_index": 5554, "data": { "manuals/editor": {}, "ref/stable/dmGameObject": {}, @@ -220382,7 +221118,7 @@ [ "reframe", { - "_index": 2446, + "_index": 2826, "data": { "manuals/atlas": {} }, @@ -220392,7 +221128,7 @@ [ "refresh", { - "_index": 1708, + "_index": 4859, "data": { "manuals/porting-guidelines": {}, "ref/stable/editor": {}, @@ -220404,7 +221140,7 @@ [ "refused", { - "_index": 8180, + "_index": 10559, "data": { "ref/stable/socket": {} }, @@ -220414,7 +221150,7 @@ [ "refuses", { - "_index": 8143, + "_index": 10522, "data": { "ref/stable/socket": {} }, @@ -220424,7 +221160,7 @@ [ "regard", { - "_index": 3496, + "_index": 3042, "data": { "manuals/ios": {} }, @@ -220434,7 +221170,7 @@ [ "regardless", { - "_index": 1685, + "_index": 1686, "data": { "manuals/extensions-best-practices": {}, "manuals/ios": {}, @@ -220449,7 +221185,7 @@ [ "regexp", { - "_index": 1332, + "_index": 4685, "data": { "manuals/extensions-ext-manifests": {} }, @@ -220459,7 +221195,7 @@ [ "region", { - "_index": 5821, + "_index": 5564, "data": { "manuals/editor": {} }, @@ -220469,7 +221205,7 @@ [ "register", { - "_index": 2080, + "_index": 1063, "data": { "manuals/extensions-defold-sdk": {}, "manuals/nintendo-switch": {}, @@ -220486,7 +221222,7 @@ [ "registercallback", { - "_index": 8007, + "_index": 9865, "data": { "ref/stable/dmExtension": {} }, @@ -220496,7 +221232,7 @@ [ "registered", { - "_index": 3337, + "_index": 3797, "data": { "manuals/editor-scripts": {}, "manuals/extensions": {}, @@ -220517,7 +221253,7 @@ [ "registering", { - "_index": 3415, + "_index": 2948, "data": { "manuals/ios": {}, "ref/stable/dmExtension": {}, @@ -220529,7 +221265,7 @@ [ "registeriosuiapplicationdelegate", { - "_index": 8043, + "_index": 9898, "data": { "ref/stable/dmExtension": {} }, @@ -220539,7 +221275,7 @@ [ "registeronactivitycreatelistener", { - "_index": 7642, + "_index": 8025, "data": { "ref/stable/dmAndroid": {} }, @@ -220549,7 +221285,7 @@ [ "registeronactivityresultlistener", { - "_index": 7646, + "_index": 8029, "data": { "ref/stable/dmAndroid": {} }, @@ -220559,7 +221295,7 @@ [ "registerresourcedecryptionfunction", { - "_index": 6920, + "_index": 8443, "data": { "ref/stable/dmResource": {} }, @@ -220569,7 +221305,7 @@ [ "registers", { - "_index": 5263, + "_index": 5466, "data": { "manuals/editor-scripts": {}, "ref/stable/dmAndroid": {}, @@ -220583,7 +221319,7 @@ [ "registertype", { - "_index": 6923, + "_index": 8445, "data": { "ref/stable/dmResource": {} }, @@ -220593,7 +221329,7 @@ [ "registries__", { - "_index": 1395, + "_index": 4027, "data": { "manuals/extender-local-setup": {} }, @@ -220603,7 +221339,7 @@ [ "registry", { - "_index": 1386, + "_index": 4019, "data": { "manuals/extender-local-setup": {}, "ref/stable/debug": {}, @@ -220615,7 +221351,7 @@ [ "registry/extender", { - "_index": 1409, + "_index": 4038, "data": { "manuals/extender-docker-images": {}, "manuals/extender-local-setup": {} @@ -220626,7 +221362,7 @@ [ "regular", { - "_index": 2984, + "_index": 598, "data": { "manuals/compute": {}, "manuals/debugging-game-logic": {}, @@ -220647,7 +221383,7 @@ [ "regularly", { - "_index": 5815, + "_index": 5558, "data": { "manuals/editor": {} }, @@ -220657,7 +221393,7 @@ [ "related", { - "_index": 852, + "_index": 1261, "data": { "assets/defoldinput": {}, "manuals/editor-scripts-ui": {}, @@ -220673,6 +221409,7 @@ "ref/stable/go": {}, "ref/stable/gui": {}, "ref/stable/physics": {}, + "ref/stable/render": {}, "ref/stable/sys": {} }, "type": {} @@ -220681,7 +221418,7 @@ [ "relates", { - "_index": 620, + "_index": 5240, "data": { "manuals/app-manifest": {} }, @@ -220691,7 +221428,7 @@ [ "relation", { - "_index": 4101, + "_index": 4445, "data": { "examples/basics/parent_child": {}, "manuals/building-blocks": {}, @@ -220704,7 +221441,7 @@ [ "relationship", { - "_index": 4719, + "_index": 2257, "data": { "manuals/adapting-graphics-to-screen-size": {} }, @@ -220714,7 +221451,7 @@ [ "relative", { - "_index": 937, + "_index": 385, "data": { "manuals/addressing": {}, "manuals/flash": {}, @@ -220743,7 +221480,7 @@ [ "relative_velocity", { - "_index": 5902, + "_index": 5676, "data": { "manuals/physics-events": {}, "ref/stable/physics": {} @@ -220754,7 +221491,7 @@ [ "relatively", { - "_index": 3361, + "_index": 4392, "data": { "manuals/collection-proxy": {}, "manuals/editor-scripts": {}, @@ -220768,7 +221505,7 @@ [ "relativeon_value_changed", { - "_index": 10727, + "_index": 8946, "data": { "ref/stable/editor": {} }, @@ -220778,7 +221515,7 @@ [ "relativetitle", { - "_index": 10815, + "_index": 9035, "data": { "ref/stable/editor": {} }, @@ -220788,7 +221525,7 @@ [ "release", { - "_index": 1261, + "_index": 1911, "data": { "manuals/bob": {}, "manuals/bundling": {}, @@ -220824,7 +221561,7 @@ [ "release_input_focus", { - "_index": 2029, + "_index": 5974, "data": { "manuals/input": {}, "ref/stable/go": {}, @@ -220836,7 +221573,7 @@ [ "released", { - "_index": 1694, + "_index": 4465, "data": { "manuals/input": {}, "manuals/input-mouse-and-touch": {}, @@ -220855,7 +221592,7 @@ [ "releases", { - "_index": 5890, + "_index": 2344, "data": { "assets/editor-script-check-dependencies-versions": {}, "manuals/working-offline": {}, @@ -220868,7 +221605,7 @@ [ "releasing", { - "_index": 2027, + "_index": 4703, "data": { "manuals/bundling": {}, "manuals/input": {}, @@ -220880,7 +221617,7 @@ [ "relevant", { - "_index": 1960, + "_index": 2030, "data": { "manuals/debugging-game-and-system-logs": {}, "manuals/editor-preferences": {}, @@ -220899,7 +221636,7 @@ [ "relevantly", { - "_index": 3357, + "_index": 5137, "data": { "manuals/flash": {} }, @@ -220909,7 +221646,7 @@ [ "reliability", { - "_index": 8147, + "_index": 10526, "data": { "ref/stable/socket": {} }, @@ -220919,7 +221656,7 @@ [ "reliable", { - "_index": 6719, + "_index": 6435, "data": { "assets/chrono": {} }, @@ -220929,7 +221666,7 @@ [ "relies", { - "_index": 5696, + "_index": 3530, "data": { "manuals/sound": {} }, @@ -220939,7 +221676,7 @@ [ "relieves", { - "_index": 5548, + "_index": 1947, "data": { "manuals/script": {} }, @@ -220949,7 +221686,7 @@ [ "reload", { - "_index": 2223, + "_index": 708, "data": { "manuals/android": {}, "manuals/editor-scripts": {}, @@ -220966,7 +221703,7 @@ [ "reload_resources", { - "_index": 5201, + "_index": 5406, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -220977,7 +221714,7 @@ [ "reloadable", { - "_index": 6477, + "_index": 6330, "data": { "assets/m": {} }, @@ -220987,7 +221724,7 @@ [ "reloaded", { - "_index": 3376, + "_index": 2377, "data": { "manuals/design": {}, "manuals/editor-scripts": {}, @@ -220996,7 +221733,8 @@ "ref/stable/dmGameObject": {}, "ref/stable/dmResource": {}, "ref/stable/go": {}, - "ref/stable/gui": {} + "ref/stable/gui": {}, + "ref/stable/render": {} }, "type": {} } @@ -221004,7 +221742,7 @@ [ "reloading", { - "_index": 5283, + "_index": 2370, "data": { "manuals/editor-scripts": {}, "manuals/hot-reload": {} @@ -221015,7 +221753,7 @@ [ "remain", { - "_index": 981, + "_index": 2664, "data": { "manuals/shader": {} }, @@ -221025,7 +221763,7 @@ [ "remainder", { - "_index": 9742, + "_index": 7264, "data": { "ref/stable/math": {} }, @@ -221035,7 +221773,7 @@ [ "remaining", { - "_index": 6816, + "_index": 7373, "data": { "ref/stable/dmArray": {}, "ref/stable/liveupdate": {}, @@ -221048,7 +221786,7 @@ [ "remains", { - "_index": 3069, + "_index": 493, "data": { "manuals/flash": {}, "manuals/gui": {}, @@ -221062,7 +221800,7 @@ [ "remap", { - "_index": 4267, + "_index": 5501, "data": { "manuals/debugging-native-code-android": {} }, @@ -221072,7 +221810,7 @@ [ "remember", { - "_index": 2380, + "_index": 2494, "data": { "examples/movement/look_rotation": {}, "manuals/extensions-best-practices": {}, @@ -221086,7 +221824,7 @@ [ "remote", { - "_index": 785, + "_index": 650, "data": { "assets/firebase-remoteconfig": {}, "manuals/application-security": {}, @@ -221106,7 +221844,7 @@ [ "remote_builder", { - "_index": 4914, + "_index": 4787, "data": { "manuals/extender-docker-images": {} }, @@ -221116,7 +221854,7 @@ [ "remoteconfig", { - "_index": 6254, + "_index": 6373, "data": { "assets/firebase-remoteconfig": {}, "assets/rustore-remoteconfig": {} @@ -221127,7 +221865,7 @@ [ "remotely", { - "_index": 4996, + "_index": 2461, "data": { "manuals/zerobrane": {} }, @@ -221137,7 +221875,7 @@ [ "remotery", { - "_index": 4038, + "_index": 4236, "data": { "manuals/profiling": {} }, @@ -221147,7 +221885,7 @@ [ "remove", { - "_index": 783, + "_index": 1216, "data": { "manuals/application-security": {}, "manuals/caching-assets": {}, @@ -221171,6 +221909,7 @@ "ref/stable/liveupdate": {}, "ref/stable/os": {}, "ref/stable/particlefx": {}, + "ref/stable/render": {}, "ref/stable/table": {} }, "type": {} @@ -221179,7 +221918,7 @@ [ "remove_mount", { - "_index": 6815, + "_index": 9806, "data": { "ref/stable/liveupdate": {} }, @@ -221189,7 +221928,7 @@ [ "remove_old_mounts", { - "_index": 5767, + "_index": 3926, "data": { "manuals/live-update-scripting": {} }, @@ -221199,7 +221938,7 @@ [ "removed", { - "_index": 3373, + "_index": 2095, "data": { "manuals/extensions-best-practices": {}, "manuals/flash": {}, @@ -221224,7 +221963,7 @@ [ "removefile", { - "_index": 6924, + "_index": 8446, "data": { "ref/stable/dmResource": {} }, @@ -221234,7 +221973,7 @@ [ "removehandler", { - "_index": 7612, + "_index": 10084, "data": { "ref/stable/dmWebServer": {} }, @@ -221244,7 +221983,7 @@ [ "removenamedconstant", { - "_index": 7492, + "_index": 10937, "data": { "ref/stable/dmRender": {} }, @@ -221254,7 +221993,7 @@ [ "removes", { - "_index": 5564, + "_index": 5718, "data": { "manuals/resource": {}, "ref/stable/base": {}, @@ -221270,7 +222009,7 @@ [ "removing", { - "_index": 5481, + "_index": 3631, "data": { "manuals/extensions-best-practices": {}, "ref/stable/liveupdate": {} @@ -221281,7 +222020,7 @@ [ "rename", { - "_index": 2479, + "_index": 2850, "data": { "manuals/atlas": {}, "manuals/editor": {}, @@ -221296,7 +222035,7 @@ [ "renames", { - "_index": 8550, + "_index": 10013, "data": { "ref/stable/os": {} }, @@ -221306,7 +222045,7 @@ [ "render", { - "_index": 867, + "_index": 429, "data": { "assets/defold-rendy": {}, "assets/derez": {}, @@ -221347,7 +222086,7 @@ [ "render.blend_one_minus_src_alpha", { - "_index": 3653, + "_index": 1745, "data": { "manuals/render": {} }, @@ -221357,7 +222096,7 @@ [ "render.blend_src_alpha", { - "_index": 3652, + "_index": 1744, "data": { "manuals/render": {} }, @@ -221367,7 +222106,7 @@ [ "render.buffer_color0_bit", { - "_index": 3700, + "_index": 1809, "data": { "manuals/render": {} }, @@ -221377,7 +222116,7 @@ [ "render.clear", { - "_index": 3641, + "_index": 1733, "data": { "manuals/render": {}, "ref/stable/render": {} @@ -221388,7 +222127,7 @@ [ "render.constant_buffer", { - "_index": 2912, + "_index": 5291, "data": { "manuals/compute": {}, "manuals/material": {}, @@ -221397,10 +222136,30 @@ "type": {} } ], + [ + "render.context_event_context_lost", + { + "_index": 8583, + "data": { + "ref/stable/render": {} + }, + "type": {} + } + ], + [ + "render.context_event_context_restored", + { + "_index": 8585, + "data": { + "ref/stable/render": {} + }, + "type": {} + } + ], [ "render.delete_render_target", { - "_index": 7792, + "_index": 8476, "data": { "ref/stable/render": {} }, @@ -221410,7 +222169,7 @@ [ "render.disable_material", { - "_index": 3699, + "_index": 1802, "data": { "manuals/render": {}, "ref/stable/render": {} @@ -221421,7 +222180,7 @@ [ "render.disable_state", { - "_index": 3658, + "_index": 1751, "data": { "manuals/render": {}, "ref/stable/render": {} @@ -221432,7 +222191,7 @@ [ "render.disable_texture", { - "_index": 7802, + "_index": 8481, "data": { "ref/stable/render": {} }, @@ -221442,7 +222201,7 @@ [ "render.dispatch_compute", { - "_index": 2980, + "_index": 5289, "data": { "manuals/compute": {}, "ref/stable/render": {} @@ -221453,7 +222212,7 @@ [ "render.draw", { - "_index": 2914, + "_index": 1749, "data": { "manuals/material": {}, "manuals/model": {}, @@ -221466,7 +222225,7 @@ [ "render.draw_debug3d", { - "_index": 3663, + "_index": 1756, "data": { "manuals/debugging-game-logic": {}, "manuals/render": {}, @@ -221478,7 +222237,7 @@ [ "render.enable_material", { - "_index": 3694, + "_index": 1796, "data": { "manuals/render": {}, "ref/stable/render": {} @@ -221489,7 +222248,7 @@ [ "render.enable_state", { - "_index": 3654, + "_index": 1746, "data": { "manuals/model": {}, "manuals/render": {}, @@ -221501,7 +222260,7 @@ [ "render.enable_texture", { - "_index": 2974, + "_index": 1808, "data": { "manuals/compute": {}, "manuals/render": {}, @@ -221513,7 +222272,7 @@ [ "render.frustum_planes_all", { - "_index": 7808, + "_index": 8489, "data": { "ref/stable/render": {} }, @@ -221523,7 +222282,7 @@ [ "render.frustum_planes_sides", { - "_index": 7807, + "_index": 8488, "data": { "ref/stable/render": {} }, @@ -221533,7 +222292,7 @@ [ "render.get_height", { - "_index": 6040, + "_index": 3453, "data": { "manuals/camera": {}, "ref/stable/render": {} @@ -221544,7 +222303,7 @@ [ "render.get_render_target_height", { - "_index": 7820, + "_index": 8497, "data": { "ref/stable/render": {} }, @@ -221554,7 +222313,7 @@ [ "render.get_render_target_width", { - "_index": 7822, + "_index": 8499, "data": { "ref/stable/render": {} }, @@ -221564,7 +222323,7 @@ [ "render.get_width", { - "_index": 6037, + "_index": 3450, "data": { "manuals/camera": {}, "ref/stable/render": {} @@ -221575,7 +222334,7 @@ [ "render.get_window_height", { - "_index": 7827, + "_index": 8503, "data": { "ref/stable/render": {} }, @@ -221585,7 +222344,7 @@ [ "render.get_window_width", { - "_index": 7829, + "_index": 8505, "data": { "ref/stable/render": {} }, @@ -221595,7 +222354,7 @@ [ "render.predicate", { - "_index": 4142, + "_index": 5932, "data": { "manuals/model": {}, "ref/stable/render": {} @@ -221606,7 +222365,7 @@ [ "render.render_target", { - "_index": 7832, + "_index": 8508, "data": { "ref/stable/render": {} }, @@ -221616,7 +222375,7 @@ [ "render.render_target_default", { - "_index": 3698, + "_index": 1801, "data": { "manuals/render": {}, "ref/stable/render": {} @@ -221627,7 +222386,7 @@ [ "render.set_blend_func", { - "_index": 3651, + "_index": 1743, "data": { "manuals/render": {}, "ref/stable/render": {} @@ -221638,7 +222397,7 @@ [ "render.set_camera", { - "_index": 7904, + "_index": 8563, "data": { "ref/stable/render": {} }, @@ -221648,7 +222407,7 @@ [ "render.set_color_mask", { - "_index": 7907, + "_index": 8566, "data": { "ref/stable/render": {} }, @@ -221658,7 +222417,7 @@ [ "render.set_compute", { - "_index": 2971, + "_index": 5282, "data": { "manuals/compute": {}, "ref/stable/render": {} @@ -221669,7 +222428,7 @@ [ "render.set_constant", { - "_index": 3032, + "_index": 5331, "data": { "manuals/compute": {} }, @@ -221679,7 +222438,7 @@ [ "render.set_cull_face", { - "_index": 7910, + "_index": 8571, "data": { "ref/stable/render": {} }, @@ -221689,7 +222448,7 @@ [ "render.set_depth_func", { - "_index": 7918, + "_index": 8576, "data": { "ref/stable/render": {} }, @@ -221699,7 +222458,7 @@ [ "render.set_depth_mask", { - "_index": 3638, + "_index": 1730, "data": { "manuals/model": {}, "manuals/render": {}, @@ -221708,10 +222467,20 @@ "type": {} } ], + [ + "render.set_listener", + { + "_index": 8580, + "data": { + "ref/stable/render": {} + }, + "type": {} + } + ], [ "render.set_polygon_offset", { - "_index": 7929, + "_index": 8587, "data": { "ref/stable/render": {} }, @@ -221721,7 +222490,7 @@ [ "render.set_projection", { - "_index": 3649, + "_index": 1741, "data": { "manuals/model": {}, "manuals/render": {}, @@ -221733,7 +222502,7 @@ [ "render.set_render_target", { - "_index": 3696, + "_index": 1799, "data": { "manuals/render": {}, "ref/stable/render": {} @@ -221744,7 +222513,7 @@ [ "render.set_render_target_size", { - "_index": 7942, + "_index": 8600, "data": { "ref/stable/render": {} }, @@ -221754,7 +222523,7 @@ [ "render.set_stencil_func", { - "_index": 7944, + "_index": 8602, "data": { "ref/stable/render": {} }, @@ -221764,7 +222533,7 @@ [ "render.set_stencil_mask", { - "_index": 3639, + "_index": 1731, "data": { "manuals/render": {}, "ref/stable/render": {} @@ -221775,7 +222544,7 @@ [ "render.set_stencil_op", { - "_index": 7957, + "_index": 8614, "data": { "ref/stable/render": {} }, @@ -221785,7 +222554,7 @@ [ "render.set_view", { - "_index": 3647, + "_index": 1739, "data": { "manuals/render": {}, "ref/stable/render": {} @@ -221796,7 +222565,7 @@ [ "render.set_viewport", { - "_index": 3644, + "_index": 1736, "data": { "manuals/render": {}, "ref/stable/render": {} @@ -221807,7 +222576,7 @@ [ "render.state_blend", { - "_index": 3660, + "_index": 1753, "data": { "manuals/render": {} }, @@ -221817,7 +222586,7 @@ [ "render.state_cull_face", { - "_index": 3655, + "_index": 1747, "data": { "manuals/render": {} }, @@ -221827,7 +222596,7 @@ [ "render.state_depth_test", { - "_index": 3656, + "_index": 1748, "data": { "manuals/model": {}, "manuals/render": {} @@ -221838,7 +222607,7 @@ [ "render.state_stencil_test", { - "_index": 3659, + "_index": 1752, "data": { "manuals/render": {} }, @@ -221848,7 +222617,7 @@ [ "render.texture_bit", { - "_index": 7840, + "_index": 8516, "data": { "ref/stable/render": {} }, @@ -221858,7 +222627,7 @@ [ "render_order_world", { - "_index": 7506, + "_index": 10949, "data": { "ref/stable/dmRender": {} }, @@ -221868,7 +222637,7 @@ [ "render_script", { - "_index": 3712, + "_index": 1832, "data": { "manuals/render": {}, "manuals/writing-code": {} @@ -221879,7 +222648,7 @@ [ "render_target", { - "_index": 7437, + "_index": 8478, "data": { "ref/stable/render": {}, "ref/stable/resource": {} @@ -221890,7 +222659,7 @@ [ "render_target_default", { - "_index": 7845, + "_index": 8518, "data": { "ref/stable/render": {} }, @@ -221900,7 +222669,7 @@ [ "renderable", { - "_index": 7503, + "_index": 8486, "data": { "ref/stable/dmRender": {}, "ref/stable/render": {} @@ -221911,7 +222680,7 @@ [ "rendercontext", { - "_index": 10219, + "_index": 6817, "data": { "ref/stable/dmGraphics": {} }, @@ -221921,7 +222690,7 @@ [ "rendered", { - "_index": 1026, + "_index": 274, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/atlas": {}, @@ -221947,7 +222716,7 @@ [ "renderer", { - "_index": 3000, + "_index": 1822, "data": { "manuals/compute": {}, "manuals/glossary": {}, @@ -221962,7 +222731,7 @@ [ "rendering", { - "_index": 815, + "_index": 104, "data": { "assets/nativetext": {}, "manuals/compute": {}, @@ -221989,6 +222758,7 @@ "ref/stable/render": {}, "ref/stable/resource": {}, "ref/stable/sprite": {}, + "ref/stable/sys": {}, "ref/stable/tilemap": {}, "ref/stable/vmath": {} }, @@ -221998,7 +222768,7 @@ [ "renderlistalloc", { - "_index": 7493, + "_index": 10938, "data": { "ref/stable/dmRender": {} }, @@ -222008,7 +222778,7 @@ [ "renderlistdispatchfn", { - "_index": 7495, + "_index": 10940, "data": { "ref/stable/dmRender": {} }, @@ -222018,7 +222788,7 @@ [ "renderlistdispatchparams", { - "_index": 7497, + "_index": 10942, "data": { "ref/stable/dmRender": {} }, @@ -222028,7 +222798,7 @@ [ "renderlistentry", { - "_index": 7502, + "_index": 10947, "data": { "ref/stable/dmRender": {} }, @@ -222038,7 +222808,7 @@ [ "renderlistmakedispatch", { - "_index": 7498, + "_index": 10943, "data": { "ref/stable/dmRender": {} }, @@ -222048,7 +222818,7 @@ [ "renderlistoperation", { - "_index": 7516, + "_index": 10957, "data": { "ref/stable/dmRender": {} }, @@ -222058,7 +222828,7 @@ [ "renderlistsubmit", { - "_index": 7517, + "_index": 10958, "data": { "ref/stable/dmRender": {} }, @@ -222068,7 +222838,7 @@ [ "renderlistvisibilityparams", { - "_index": 7518, + "_index": 10959, "data": { "ref/stable/dmRender": {} }, @@ -222078,7 +222848,7 @@ [ "renderobject", { - "_index": 7465, + "_index": 10912, "data": { "ref/stable/dmRender": {} }, @@ -222088,7 +222858,7 @@ [ "renderorder", { - "_index": 7521, + "_index": 10961, "data": { "ref/stable/dmRender": {} }, @@ -222098,7 +222868,7 @@ [ "renders", { - "_index": 3966, + "_index": 422, "data": { "manuals/editor-scripts-ui": {}, "manuals/glossary": {}, @@ -222111,7 +222881,7 @@ [ "rendertarget", { - "_index": 10251, + "_index": 6852, "data": { "ref/stable/dmGraphics": {} }, @@ -222121,17 +222891,27 @@ [ "rendertargetattachment", { - "_index": 10281, + "_index": 6884, "data": { "ref/stable/dmGraphics": {} }, "type": {} } ], + [ + "rending", + { + "_index": 8584, + "data": { + "ref/stable/render": {} + }, + "type": {} + } + ], [ "rendy", { - "_index": 6707, + "_index": 6331, "data": { "assets/defold-rendy": {} }, @@ -222141,7 +222921,7 @@ [ "renforcement", { - "_index": 6562, + "_index": 6372, "data": { "assets/geneticalneuralnetwork": {} }, @@ -222151,7 +222931,7 @@ [ "reorder", { - "_index": 2452, + "_index": 2829, "data": { "manuals/atlas": {} }, @@ -222161,7 +222941,7 @@ [ "rep", { - "_index": 10160, + "_index": 7179, "data": { "ref/stable/string": {} }, @@ -222171,7 +222951,7 @@ [ "repackaging", { - "_index": 2795, + "_index": 4160, "data": { "manuals/application-security": {} }, @@ -222181,7 +222961,7 @@ [ "repeat", { - "_index": 9972, + "_index": 7364, "data": { "ref/stable/timer": {} }, @@ -222191,7 +222971,7 @@ [ "repeated", { - "_index": 2119, + "_index": 1912, "data": { "manuals/input-key-and-text": {}, "manuals/input-mouse-and-touch": {}, @@ -222206,7 +222986,7 @@ [ "repeatedly", { - "_index": 2470, + "_index": 2842, "data": { "manuals/atlas": {}, "manuals/ios": {}, @@ -222219,7 +222999,7 @@ [ "repeating", { - "_index": 9981, + "_index": 7375, "data": { "ref/stable/timer": {} }, @@ -222229,7 +223009,7 @@ [ "repels", { - "_index": 3213, + "_index": 1240, "data": { "manuals/particlefx": {} }, @@ -222239,7 +223019,7 @@ [ "repl", { - "_index": 10131, + "_index": 7146, "data": { "ref/stable/string": {} }, @@ -222249,7 +223029,7 @@ [ "replace", { - "_index": 1080, + "_index": 2420, "data": { "examples/resource/modify_atlas": {}, "manuals/android": {}, @@ -222268,7 +223048,7 @@ [ "replaced", { - "_index": 3545, + "_index": 1387, "data": { "manuals/editor": {}, "manuals/editor-preferences": {}, @@ -222289,7 +223069,7 @@ [ "replacement", { - "_index": 10130, + "_index": 7145, "data": { "ref/stable/string": {} }, @@ -222299,7 +223079,7 @@ [ "replaces", { - "_index": 4208, + "_index": 3248, "data": { "manuals/bob": {}, "ref/stable/sys": {} @@ -222310,7 +223090,7 @@ [ "replacing", { - "_index": 2280, + "_index": 814, "data": { "manuals/glossary": {}, "manuals/html5": {} @@ -222321,7 +223101,7 @@ [ "replay", { - "_index": 4098, + "_index": 4295, "data": { "manuals/profiling": {} }, @@ -222331,7 +223111,7 @@ [ "replicated", { - "_index": 4367, + "_index": 4413, "data": { "manuals/tilesource": {} }, @@ -222341,7 +223121,7 @@ [ "replicates", { - "_index": 7750, + "_index": 8631, "data": { "ref/stable/bit": {} }, @@ -222351,7 +223131,7 @@ [ "report", { - "_index": 2409, + "_index": 2330, "data": { "manuals/addressing": {}, "manuals/bob": {}, @@ -222371,7 +223151,7 @@ [ "report.html", { - "_index": 4056, + "_index": 4255, "data": { "manuals/profiling": {} }, @@ -222381,7 +223161,7 @@ [ "report_progress", { - "_index": 8566, + "_index": 10237, "data": { "ref/stable/http": {} }, @@ -222391,7 +223171,7 @@ [ "reported", { - "_index": 7099, + "_index": 7520, "data": { "ref/stable/crash": {}, "ref/stable/physics": {}, @@ -222403,7 +223183,7 @@ [ "reporting", { - "_index": 2431, + "_index": 2329, "data": { "assets/googleanalyticsforfirebase": {}, "manuals/getting-help": {}, @@ -222415,7 +223195,7 @@ [ "reports", { - "_index": 2426, + "_index": 4252, "data": { "manuals/bundling": {}, "manuals/getting-help": {}, @@ -222432,7 +223212,7 @@ [ "reposition", { - "_index": 2684, + "_index": 494, "data": { "manuals/gui": {}, "manuals/gui-layouts": {} @@ -222443,7 +223223,7 @@ [ "repositories", { - "_index": 3793, + "_index": 2339, "data": { "manuals/extensions-gradle": {}, "manuals/version-control": {}, @@ -222455,7 +223235,7 @@ [ "repository", { - "_index": 421, + "_index": 2345, "data": { "manuals/application-security": {}, "manuals/editor": {}, @@ -222471,7 +223251,7 @@ [ "repository__", { - "_index": 1413, + "_index": 4041, "data": { "manuals/extender-local-setup": {} }, @@ -222481,7 +223261,7 @@ [ "represent", { - "_index": 3225, + "_index": 1255, "data": { "manuals/mesh": {}, "manuals/model": {}, @@ -222499,7 +223279,7 @@ [ "representable", { - "_index": 7967, + "_index": 8619, "data": { "ref/stable/render": {} }, @@ -222509,7 +223289,7 @@ [ "representation", { - "_index": 2759, + "_index": 4134, "data": { "manuals/application-security": {}, "manuals/building-blocks": {}, @@ -222529,7 +223309,7 @@ [ "represented", { - "_index": 488, + "_index": 1812, "data": { "manuals/flash": {}, "manuals/glossary": {}, @@ -222538,6 +223318,7 @@ "manuals/render": {}, "ref/stable/builtins": {}, "ref/stable/dmSocket": {}, + "ref/stable/editor": {}, "ref/stable/resource": {}, "ref/stable/vmath": {} }, @@ -222547,7 +223328,7 @@ [ "representing", { - "_index": 3477, + "_index": 3021, "data": { "examples/collection/proxy": {}, "examples/collection/splash": {}, @@ -222570,7 +223351,7 @@ [ "represents", { - "_index": 3935, + "_index": 1429, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/base": {}, @@ -222589,7 +223370,7 @@ [ "reproduce", { - "_index": 2395, + "_index": 4933, "data": { "manuals/getting-help": {} }, @@ -222599,7 +223380,7 @@ [ "request", { - "_index": 787, + "_index": 998, "data": { "assets/ump": {}, "manuals/caching-assets": {}, @@ -222626,7 +223407,7 @@ [ "request_id", { - "_index": 5912, + "_index": 5688, "data": { "manuals/physics-events": {}, "ref/stable/sys": {} @@ -222637,7 +223418,7 @@ [ "request_status_error_io_error", { - "_index": 8499, + "_index": 9696, "data": { "ref/stable/sys": {} }, @@ -222647,7 +223428,7 @@ [ "request_status_error_not_found", { - "_index": 8502, + "_index": 9699, "data": { "ref/stable/sys": {} }, @@ -222657,7 +223438,7 @@ [ "request_status_finished", { - "_index": 8504, + "_index": 9701, "data": { "ref/stable/sys": {} }, @@ -222667,7 +223448,7 @@ [ "requested", { - "_index": 5002, + "_index": 2469, "data": { "manuals/android": {}, "manuals/zerobrane": {}, @@ -222684,7 +223465,7 @@ [ "requesting", { - "_index": 6837, + "_index": 10203, "data": { "ref/stable/html5": {} }, @@ -222694,7 +223475,7 @@ [ "requests", { - "_index": 252, + "_index": 5248, "data": { "manuals/networking": {}, "ref/stable/http": {}, @@ -222707,7 +223488,7 @@ [ "require", { - "_index": 1642, + "_index": 583, "data": { "manuals/atlas": {}, "manuals/collection-proxy": {}, @@ -222730,7 +223511,7 @@ [ "required", { - "_index": 1122, + "_index": 2006, "data": { "assets/panthera": {}, "manuals/bundling": {}, @@ -222764,7 +223545,7 @@ [ "requirement", { - "_index": 5286, + "_index": 5486, "data": { "manuals/editor-scripts": {} }, @@ -222774,7 +223555,7 @@ [ "requirements", { - "_index": 1069, + "_index": 2717, "data": { "manuals/application-security": {}, "manuals/importing-models": {}, @@ -222790,7 +223571,7 @@ [ "requires", { - "_index": 2204, + "_index": 660, "data": { "assets/narrator": {}, "manuals/ads": {}, @@ -222815,7 +223596,7 @@ [ "requiring", { - "_index": 2862, + "_index": 4214, "data": { "assets/firebase-remoteconfig": {}, "manuals/application-security": {}, @@ -222829,7 +223610,7 @@ [ "res", { - "_index": 4713, + "_index": 2250, "data": { "assets/lowrezjamtemplate": {}, "manuals/adapting-graphics-to-screen-size": {} @@ -222840,7 +223621,7 @@ [ "rescale", { - "_index": 2683, + "_index": 2929, "data": { "manuals/gui-layouts": {} }, @@ -222850,7 +223631,7 @@ [ "resemble", { - "_index": 3351, + "_index": 5135, "data": { "manuals/flash": {} }, @@ -222860,7 +223641,7 @@ [ "reserved", { - "_index": 10566, + "_index": 10677, "data": { "ref/stable/dmBuffer": {} }, @@ -222870,7 +223651,7 @@ [ "reset", { - "_index": 2348, + "_index": 1208, "data": { "manuals/editor-scripts": {}, "manuals/editor-scripts-ui": {}, @@ -222894,7 +223675,7 @@ [ "reset_constant", { - "_index": 10602, + "_index": 10250, "data": { "ref/stable/particlefx": {} }, @@ -222904,7 +223685,7 @@ [ "reset_keyboard", { - "_index": 9319, + "_index": 7856, "data": { "ref/stable/gui": {} }, @@ -222914,7 +223695,7 @@ [ "reset_mass_data", { - "_index": 8917, + "_index": 10163, "data": { "ref/stable/b2d.body": {} }, @@ -222924,7 +223705,7 @@ [ "reset_material", { - "_index": 9321, + "_index": 7858, "data": { "ref/stable/gui": {} }, @@ -222934,7 +223715,7 @@ [ "reset_nodes", { - "_index": 9323, + "_index": 7860, "data": { "ref/stable/gui": {} }, @@ -222944,7 +223725,7 @@ [ "resets", { - "_index": 8105, + "_index": 7337, "data": { "ref/stable/b2d.body": {}, "ref/stable/dmMessage": {}, @@ -222959,7 +223740,7 @@ [ "resetscale", { - "_index": 7581, + "_index": 9853, "data": { "ref/stable/dmTransform": {} }, @@ -222969,7 +223750,7 @@ [ "resetting", { - "_index": 2602, + "_index": 4315, "data": { "manuals/factory": {}, "ref/stable/particlefx": {} @@ -222980,7 +223761,7 @@ [ "reseturl", { - "_index": 10489, + "_index": 7336, "data": { "ref/stable/dmMessage": {} }, @@ -222990,7 +223771,7 @@ [ "reside", { - "_index": 397, + "_index": 3570, "data": { "manuals/font": {}, "manuals/project-setup": {} @@ -223001,7 +223782,7 @@ [ "resident", { - "_index": 10845, + "_index": 10269, "data": { "ref/stable/profiler": {} }, @@ -223011,7 +223792,7 @@ [ "resident/working", { - "_index": 10842, + "_index": 10266, "data": { "ref/stable/profiler": {} }, @@ -223021,7 +223802,7 @@ [ "resize", { - "_index": 4469, + "_index": 455, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/gui": {}, @@ -223036,7 +223817,7 @@ [ "resized", { - "_index": 189, + "_index": 134, "data": { "manuals/atlas": {}, "manuals/gui": {}, @@ -223052,7 +223833,7 @@ [ "resizing", { - "_index": 188, + "_index": 5517, "data": { "assets/derez": {}, "manuals/physics-shapes": {} @@ -223063,7 +223844,7 @@ [ "resolution", { - "_index": 1707, + "_index": 394, "data": { "assets/derez": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -223080,7 +223861,7 @@ [ "resolutions", { - "_index": 1714, + "_index": 4386, "data": { "manuals/porting-guidelines": {}, "manuals/version-control": {}, @@ -223092,7 +223873,7 @@ [ "resolvable", { - "_index": 7937, + "_index": 8594, "data": { "ref/stable/render": {} }, @@ -223102,7 +223883,7 @@ [ "resolve", { - "_index": 3358, + "_index": 3252, "data": { "manuals/addressing": {}, "manuals/bob": {}, @@ -223121,10 +223902,9 @@ [ "resolved", { - "_index": 3813, + "_index": 3423, "data": { "manuals/addressing": {}, - "manuals/gui-template": {}, "manuals/iac": {}, "manuals/version-control": {}, "ref/stable/dmScript": {}, @@ -223136,7 +223916,7 @@ [ "resolvepointers", { - "_index": 10503, + "_index": 9090, "data": { "ref/stable/dmDDF": {} }, @@ -223146,7 +223926,7 @@ [ "resolver", { - "_index": 8112, + "_index": 10495, "data": { "ref/stable/socket": {} }, @@ -223156,7 +223936,7 @@ [ "resolves", { - "_index": 4227, + "_index": 3273, "data": { "manuals/bob": {}, "ref/stable/dmDDF": {}, @@ -223169,7 +223949,7 @@ [ "resolving", { - "_index": 3352, + "_index": 3391, "data": { "manuals/addressing": {}, "manuals/extensions-cocoapods": {}, @@ -223182,7 +223962,7 @@ [ "resource", { - "_index": 318, + "_index": 174, "data": { "assets/resource-encryption": {}, "examples/resource/modify_atlas": {}, @@ -223242,7 +224022,7 @@ [ "resource\"extensions", { - "_index": 10793, + "_index": 9013, "data": { "ref/stable/editor": {} }, @@ -223252,7 +224032,7 @@ [ "resource's", { - "_index": 5560, + "_index": 5714, "data": { "manuals/resource": {} }, @@ -223262,7 +224042,7 @@ [ "resource.atlas", { - "_index": 4422, + "_index": 188, "data": { "manuals/gui": {}, "ref/stable/go": {}, @@ -223274,7 +224054,7 @@ [ "resource.buffer", { - "_index": 7327, + "_index": 10366, "data": { "ref/stable/resource": {} }, @@ -223284,7 +224064,7 @@ [ "resource.buffer_type_color0", { - "_index": 7422, + "_index": 10422, "data": { "ref/stable/resource": {} }, @@ -223294,7 +224074,7 @@ [ "resource.buffer_type_color1", { - "_index": 7423, + "_index": 10423, "data": { "ref/stable/resource": {} }, @@ -223304,7 +224084,7 @@ [ "resource.buffer_type_color2", { - "_index": 7424, + "_index": 10424, "data": { "ref/stable/resource": {} }, @@ -223314,7 +224094,7 @@ [ "resource.buffer_type_color3", { - "_index": 7425, + "_index": 10425, "data": { "ref/stable/resource": {} }, @@ -223324,7 +224104,7 @@ [ "resource.buffer_type_depth", { - "_index": 7426, + "_index": 10426, "data": { "ref/stable/resource": {} }, @@ -223334,7 +224114,7 @@ [ "resource.buffer_type_stencil", { - "_index": 7427, + "_index": 10427, "data": { "ref/stable/resource": {} }, @@ -223344,7 +224124,7 @@ [ "resource.create_atlas", { - "_index": 2537, + "_index": 2900, "data": { "manuals/atlas": {}, "ref/stable/resource": {} @@ -223355,7 +224135,7 @@ [ "resource.create_buffer", { - "_index": 7360, + "_index": 10396, "data": { "ref/stable/resource": {} }, @@ -223365,7 +224145,7 @@ [ "resource.create_texture", { - "_index": 2520, + "_index": 1825, "data": { "manuals/atlas": {}, "manuals/compute": {}, @@ -223378,7 +224158,7 @@ [ "resource.create_texture_async", { - "_index": 7409, + "_index": 10412, "data": { "ref/stable/resource": {} }, @@ -223388,7 +224168,7 @@ [ "resource.font", { - "_index": 4412, + "_index": 163, "data": { "manuals/gui": {}, "ref/stable/go": {}, @@ -223400,7 +224180,7 @@ [ "resource.get_atlas", { - "_index": 7412, + "_index": 10415, "data": { "ref/stable/resource": {} }, @@ -223410,7 +224190,7 @@ [ "resource.get_buffer", { - "_index": 7414, + "_index": 10417, "data": { "ref/stable/resource": {} }, @@ -223420,7 +224200,7 @@ [ "resource.get_render_target_info", { - "_index": 7416, + "_index": 10419, "data": { "ref/stable/resource": {} }, @@ -223430,7 +224210,7 @@ [ "resource.get_text_metrics", { - "_index": 7428, + "_index": 10428, "data": { "ref/stable/resource": {} }, @@ -223440,7 +224220,7 @@ [ "resource.get_texture_info", { - "_index": 2998, + "_index": 1829, "data": { "manuals/compute": {}, "manuals/render": {}, @@ -223452,7 +224232,7 @@ [ "resource.load", { - "_index": 7434, + "_index": 10434, "data": { "ref/stable/resource": {} }, @@ -223462,7 +224242,7 @@ [ "resource.material", { - "_index": 4417, + "_index": 180, "data": { "manuals/gui": {}, "ref/stable/resource": {} @@ -223473,7 +224253,7 @@ [ "resource.release", { - "_index": 7435, + "_index": 10435, "data": { "ref/stable/resource": {} }, @@ -223483,7 +224263,7 @@ [ "resource.render_target", { - "_index": 7436, + "_index": 10436, "data": { "ref/stable/resource": {} }, @@ -223493,7 +224273,7 @@ [ "resource.request_status_error_io_error", { - "_index": 8483, + "_index": 9680, "data": { "ref/stable/sys": {} }, @@ -223503,7 +224283,7 @@ [ "resource.request_status_error_not_found", { - "_index": 8484, + "_index": 9681, "data": { "ref/stable/sys": {} }, @@ -223513,7 +224293,7 @@ [ "resource.request_status_finished", { - "_index": 8482, + "_index": 9679, "data": { "ref/stable/sys": {} }, @@ -223523,7 +224303,7 @@ [ "resource.set", { - "_index": 7438, + "_index": 10437, "data": { "ref/stable/resource": {} }, @@ -223533,7 +224313,7 @@ [ "resource.set_atlas", { - "_index": 7330, + "_index": 10368, "data": { "ref/stable/resource": {} }, @@ -223543,7 +224323,7 @@ [ "resource.set_buffer", { - "_index": 7441, + "_index": 10440, "data": { "ref/stable/resource": {} }, @@ -223553,7 +224333,7 @@ [ "resource.set_sound", { - "_index": 5727, + "_index": 3564, "data": { "manuals/sound": {}, "ref/stable/resource": {} @@ -223564,7 +224344,7 @@ [ "resource.set_texture", { - "_index": 7370, + "_index": 10405, "data": { "ref/stable/resource": {} }, @@ -223574,7 +224354,7 @@ [ "resource.texture", { - "_index": 3027, + "_index": 5326, "data": { "manuals/compute": {}, "ref/stable/resource": {} @@ -223585,7 +224365,7 @@ [ "resource.texture_format_rgba", { - "_index": 2518, + "_index": 2881, "data": { "manuals/atlas": {} }, @@ -223595,7 +224375,7 @@ [ "resource.texture_format_rgba32f", { - "_index": 2993, + "_index": 5298, "data": { "manuals/compute": {} }, @@ -223605,7 +224385,7 @@ [ "resource.texture_type_2d", { - "_index": 2517, + "_index": 2880, "data": { "manuals/atlas": {} }, @@ -223615,7 +224395,7 @@ [ "resource.texture_type_image_2d", { - "_index": 2992, + "_index": 5297, "data": { "manuals/compute": {} }, @@ -223625,7 +224405,7 @@ [ "resource.texture_usage_flag_sample", { - "_index": 2995, + "_index": 5300, "data": { "manuals/compute": {} }, @@ -223635,7 +224415,7 @@ [ "resource.texture_usage_flag_storage", { - "_index": 2994, + "_index": 5299, "data": { "manuals/compute": {} }, @@ -223645,7 +224425,7 @@ [ "resource.tile_source", { - "_index": 7448, + "_index": 10446, "data": { "ref/stable/resource": {} }, @@ -223655,7 +224435,7 @@ [ "resource_attributes", { - "_index": 10654, + "_index": 8873, "data": { "ref/stable/editor": {} }, @@ -223665,7 +224445,7 @@ [ "resource_field", { - "_index": 3927, + "_index": 1414, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -223676,7 +224456,7 @@ [ "resource_path", { - "_index": 5176, + "_index": 5380, "data": { "manuals/editor-scripts": {} }, @@ -223686,7 +224466,7 @@ [ "resourceaddfile", { - "_index": 6925, + "_index": 8447, "data": { "ref/stable/dmResource": {} }, @@ -223696,7 +224476,7 @@ [ "resourcecreate", { - "_index": 6927, + "_index": 8449, "data": { "ref/stable/dmResource": {} }, @@ -223706,7 +224486,7 @@ [ "resourcecreateparams", { - "_index": 6926, + "_index": 8448, "data": { "ref/stable/dmResource": {} }, @@ -223716,7 +224496,7 @@ [ "resourcedestroy", { - "_index": 6929, + "_index": 8451, "data": { "ref/stable/dmResource": {} }, @@ -223726,7 +224506,7 @@ [ "resourcedestroyparams", { - "_index": 6928, + "_index": 8450, "data": { "ref/stable/dmResource": {} }, @@ -223736,7 +224516,7 @@ [ "resourceget", { - "_index": 6930, + "_index": 8452, "data": { "ref/stable/dmResource": {} }, @@ -223746,7 +224526,7 @@ [ "resourcegetbyhash", { - "_index": 6931, + "_index": 8453, "data": { "ref/stable/dmResource": {} }, @@ -223756,7 +224536,7 @@ [ "resourcegetpath", { - "_index": 6932, + "_index": 8454, "data": { "ref/stable/dmResource": {} }, @@ -223766,7 +224546,7 @@ [ "resourcegetraw", { - "_index": 6933, + "_index": 8455, "data": { "ref/stable/dmResource": {} }, @@ -223776,7 +224556,7 @@ [ "resourcepostcreate", { - "_index": 6935, + "_index": 8457, "data": { "ref/stable/dmResource": {} }, @@ -223786,7 +224566,7 @@ [ "resourcepostcreateparams", { - "_index": 6934, + "_index": 8456, "data": { "ref/stable/dmResource": {} }, @@ -223796,7 +224576,7 @@ [ "resourcepreload", { - "_index": 6938, + "_index": 8460, "data": { "ref/stable/dmResource": {} }, @@ -223806,7 +224586,7 @@ [ "resourcepreloadhint", { - "_index": 6936, + "_index": 8458, "data": { "ref/stable/dmResource": {} }, @@ -223816,7 +224596,7 @@ [ "resourcepreloadparams", { - "_index": 6937, + "_index": 8459, "data": { "ref/stable/dmResource": {} }, @@ -223826,7 +224606,7 @@ [ "resourcerecreate", { - "_index": 6940, + "_index": 8462, "data": { "ref/stable/dmResource": {} }, @@ -223836,7 +224616,7 @@ [ "resourcerecreateparams", { - "_index": 6939, + "_index": 8461, "data": { "ref/stable/dmResource": {} }, @@ -223846,7 +224626,7 @@ [ "resourceregisterdecryptionfunction", { - "_index": 6941, + "_index": 8463, "data": { "ref/stable/dmResource": {} }, @@ -223856,7 +224636,7 @@ [ "resourceregistertypecreatordesc", { - "_index": 6949, + "_index": 8471, "data": { "ref/stable/dmResource": {} }, @@ -223866,7 +224646,7 @@ [ "resourcerelease", { - "_index": 6942, + "_index": 8464, "data": { "ref/stable/dmResource": {} }, @@ -223876,7 +224656,7 @@ [ "resourcereloaded", { - "_index": 6944, + "_index": 8466, "data": { "ref/stable/dmResource": {} }, @@ -223886,7 +224666,7 @@ [ "resourcereloadedparams", { - "_index": 6943, + "_index": 8465, "data": { "ref/stable/dmResource": {} }, @@ -223896,7 +224676,7 @@ [ "resourceremovefile", { - "_index": 6945, + "_index": 8467, "data": { "ref/stable/dmResource": {} }, @@ -223906,7 +224686,7 @@ [ "resourceresult", { - "_index": 6888, + "_index": 8414, "data": { "ref/stable/dmResource": {} }, @@ -223916,7 +224696,7 @@ [ "resources", { - "_index": 700, + "_index": 762, "data": { "assets/defold-index": {}, "assets/editor-script-components": {}, @@ -223953,6 +224733,7 @@ "ref/stable/factory": {}, "ref/stable/gui": {}, "ref/stable/liveupdate": {}, + "ref/stable/render": {}, "ref/stable/resource": {}, "ref/stable/socket": {}, "ref/stable/sys": {} @@ -223963,7 +224744,7 @@ [ "resources/memory", { - "_index": 10480, + "_index": 7320, "data": { "ref/stable/dmMessage": {} }, @@ -223973,7 +224754,7 @@ [ "resourcetypecreatordescbuffersize", { - "_index": 6946, + "_index": 8468, "data": { "ref/stable/dmResource": {} }, @@ -223983,7 +224764,7 @@ [ "resoures", { - "_index": 3692, + "_index": 1794, "data": { "manuals/render": {} }, @@ -223993,7 +224774,7 @@ [ "respect", { - "_index": 2658, + "_index": 2907, "data": { "manuals/gui-clipping": {}, "manuals/gui-layouts": {}, @@ -224007,7 +224788,7 @@ [ "respective", { - "_index": 1677, + "_index": 3901, "data": { "manuals/extensions": {}, "manuals/flash": {}, @@ -224020,7 +224801,7 @@ [ "respectively", { - "_index": 3187, + "_index": 1185, "data": { "manuals/flash": {}, "manuals/particlefx": {} @@ -224031,7 +224812,7 @@ [ "respond", { - "_index": 88, + "_index": 3888, "data": { "manuals/compute": {}, "manuals/font": {}, @@ -224047,7 +224828,7 @@ [ "responds", { - "_index": 6185, + "_index": 6196, "data": { "examples/render/orbit_camera": {} }, @@ -224057,7 +224838,7 @@ [ "response", { - "_index": 2209, + "_index": 669, "data": { "manuals/editor-scripts": {}, "manuals/flash": {}, @@ -224080,7 +224861,7 @@ [ "response.status", { - "_index": 5802, + "_index": 3966, "data": { "manuals/live-update-scripting": {} }, @@ -224090,7 +224871,7 @@ [ "responses", { - "_index": 5898, + "_index": 5672, "data": { "manuals/physics-events": {} }, @@ -224100,7 +224881,7 @@ [ "responsibility", { - "_index": 2853, + "_index": 4205, "data": { "manuals/application-security": {} }, @@ -224110,7 +224891,7 @@ [ "responsible", { - "_index": 3542, + "_index": 1618, "data": { "manuals/addressing": {}, "manuals/glossary": {}, @@ -224122,7 +224903,7 @@ [ "responsive", { - "_index": 6183, + "_index": 6194, "data": { "examples/render/orbit_camera": {} }, @@ -224132,7 +224913,7 @@ [ "responsiveness", { - "_index": 5273, + "_index": 5476, "data": { "manuals/editor-scripts": {} }, @@ -224142,7 +224923,7 @@ [ "rest", { - "_index": 3122, + "_index": 451, "data": { "manuals/android": {}, "manuals/collection-proxy": {}, @@ -224158,7 +224939,7 @@ [ "restart", { - "_index": 5004, + "_index": 2471, "data": { "manuals/editor-keyboard-shortcuts": {}, "manuals/live-update-scripting": {}, @@ -224171,7 +224952,7 @@ [ "restarts", { - "_index": 3162, + "_index": 1138, "data": { "manuals/particlefx": {}, "ref/stable/base": {}, @@ -224183,7 +224964,7 @@ [ "restitution", { - "_index": 1875, + "_index": 2285, "data": { "examples/physics/dynamic": {}, "examples/physics/hinge_joint": {}, @@ -224197,7 +224978,7 @@ [ "restore", { - "_index": 3789, + "_index": 4362, "data": { "manuals/version-control": {} }, @@ -224207,9 +224988,10 @@ [ "restored", { - "_index": 3837, + "_index": 4399, "data": { "manuals/version-control": {}, + "ref/stable/render": {}, "ref/stable/window": {} }, "type": {} @@ -224218,7 +225000,7 @@ [ "restrict", { - "_index": 1751, + "_index": 2848, "data": { "manuals/atlas": {}, "manuals/live-update-aws": {}, @@ -224231,7 +225013,7 @@ [ "restricted", { - "_index": 5127, + "_index": 3671, "data": { "manuals/file-access": {}, "ref/stable/html5": {} @@ -224242,7 +225024,7 @@ [ "restrictions", { - "_index": 4928, + "_index": 4726, "data": { "manuals/editor-scripts": {}, "manuals/extensions": {}, @@ -224255,7 +225037,7 @@ [ "restricts", { - "_index": 5985, + "_index": 5779, "data": { "manuals/physics-joints": {}, "ref/stable/editor": {}, @@ -224267,7 +225049,7 @@ [ "result", { - "_index": 737, + "_index": 479, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/collection-factory": {}, @@ -224338,7 +225120,7 @@ [ "result.id", { - "_index": 5941, + "_index": 1026, "data": { "manuals/physics-ray-casts": {} }, @@ -224348,7 +225130,7 @@ [ "result_already_loaded", { - "_index": 10513, + "_index": 7981, "data": { "ref/stable/collectionproxy": {} }, @@ -224358,7 +225140,7 @@ [ "result_data_error", { - "_index": 9325, + "_index": 7862, "data": { "ref/stable/gui": {} }, @@ -224368,7 +225150,7 @@ [ "result_inval", { - "_index": 8272, + "_index": 7358, "data": { "ref/stable/dmMemory": {} }, @@ -224378,7 +225160,7 @@ [ "result_loading", { - "_index": 10515, + "_index": 7983, "data": { "ref/stable/collectionproxy": {} }, @@ -224388,7 +225170,7 @@ [ "result_malformed_url", { - "_index": 10488, + "_index": 7335, "data": { "ref/stable/dmMessage": {} }, @@ -224398,7 +225180,7 @@ [ "result_nomem", { - "_index": 8273, + "_index": 7359, "data": { "ref/stable/dmMemory": {} }, @@ -224408,7 +225190,7 @@ [ "result_not_excluded", { - "_index": 10517, + "_index": 7985, "data": { "ref/stable/collectionproxy": {} }, @@ -224418,7 +225200,7 @@ [ "result_ok", { - "_index": 6887, + "_index": 7334, "data": { "ref/stable/dmBuffer": {}, "ref/stable/dmGameObject": {}, @@ -224435,7 +225217,7 @@ [ "result_out_of_resources", { - "_index": 9327, + "_index": 7864, "data": { "ref/stable/gui": {} }, @@ -224445,7 +225227,7 @@ [ "result_texture_already_exists", { - "_index": 9329, + "_index": 7866, "data": { "ref/stable/gui": {} }, @@ -224455,7 +225237,7 @@ [ "resulted", { - "_index": 7040, + "_index": 7463, "data": { "ref/stable/physics": {} }, @@ -224465,7 +225247,7 @@ [ "resulting", { - "_index": 742, + "_index": 2554, "data": { "examples/movement/look_rotation": {}, "manuals/atlas": {}, @@ -224490,7 +225272,7 @@ [ "results", { - "_index": 233, + "_index": 4207, "data": { "manuals/application-security": {}, "manuals/editor": {}, @@ -224508,7 +225290,7 @@ [ "resulttostring", { - "_index": 7721, + "_index": 10055, "data": { "ref/stable/dmSocket": {} }, @@ -224518,11 +225300,22 @@ [ "resume", { - "_index": 2062, + "_index": 4720, "data": { "manuals/collection-proxy": {}, "manuals/input": {}, - "ref/stable/coroutine": {} + "ref/stable/coroutine": {}, + "ref/stable/sys": {} + }, + "type": {} + } + ], + [ + "resume_rendering", + { + "_index": 9581, + "data": { + "ref/stable/sys": {} }, "type": {} } @@ -224530,7 +225323,7 @@ [ "resumed", { - "_index": 7243, + "_index": 8748, "data": { "ref/stable/coroutine": {} }, @@ -224540,7 +225333,7 @@ [ "resumenode", { - "_index": 2061, + "_index": 5985, "data": { "manuals/input": {} }, @@ -224550,7 +225343,7 @@ [ "resumes", { - "_index": 7245, + "_index": 8750, "data": { "ref/stable/coroutine": {} }, @@ -224560,7 +225353,7 @@ [ "reszip", { - "_index": 6314, + "_index": 6244, "data": { "assets/reszip": {} }, @@ -224570,7 +225363,7 @@ [ "ret1", { - "_index": 8242, + "_index": 10614, "data": { "ref/stable/socket": {} }, @@ -224580,7 +225373,7 @@ [ "retain", { - "_index": 6115, + "_index": 6102, "data": { "examples/gui/slice9": {} }, @@ -224590,7 +225383,7 @@ [ "retd+1", { - "_index": 8244, + "_index": 10616, "data": { "ref/stable/socket": {} }, @@ -224600,7 +225393,7 @@ [ "retina", { - "_index": 4710, + "_index": 2246, "data": { "manuals/adapting-graphics-to-screen-size": {} }, @@ -224610,7 +225403,7 @@ [ "retn", { - "_index": 8243, + "_index": 10615, "data": { "ref/stable/socket": {} }, @@ -224620,7 +225413,7 @@ [ "retrieve", { - "_index": 490, + "_index": 4514, "data": { "assets/adinfo": {}, "manuals/live-update-aws": {}, @@ -224641,7 +225434,7 @@ [ "retrieved", { - "_index": 1584, + "_index": 926, "data": { "manuals/html5": {}, "manuals/optimization-speed": {}, @@ -224657,7 +225450,7 @@ [ "retrieves", { - "_index": 8127, + "_index": 7720, "data": { "ref/stable/gui": {}, "ref/stable/socket": {}, @@ -224669,7 +225462,7 @@ [ "retrieving", { - "_index": 9446, + "_index": 9147, "data": { "ref/stable/dmGameObject": {} }, @@ -224679,7 +225472,7 @@ [ "retro", { - "_index": 4692, + "_index": 2219, "data": { "assets/chipsounds": {}, "examples/material/unlit": {}, @@ -224691,7 +225484,7 @@ [ "retro/8", { - "_index": 4676, + "_index": 2198, "data": { "manuals/adapting-graphics-to-screen-size": {} }, @@ -224701,7 +225494,7 @@ [ "return", { - "_index": 1211, + "_index": 1272, "data": { "manuals/addressing": {}, "manuals/bundling": {}, @@ -224751,7 +225544,7 @@ [ "returned", { - "_index": 2573, + "_index": 1434, "data": { "manuals/editor-scripts": {}, "manuals/editor-scripts-ui": {}, @@ -224789,7 +225582,7 @@ [ "returning", { - "_index": 5287, + "_index": 5487, "data": { "manuals/editor-scripts": {}, "ref/stable/go": {}, @@ -224802,7 +225595,7 @@ [ "returns", { - "_index": 492, + "_index": 1459, "data": { "assets/uptime": {}, "manuals/debugging-game-logic": {}, @@ -224862,7 +225655,7 @@ [ "retval", { - "_index": 10462, + "_index": 9744, "data": { "ref/stable/dmStringFunc": {} }, @@ -224872,7 +225665,7 @@ [ "reusable", { - "_index": 5864, + "_index": 4575, "data": { "manuals/glossary": {} }, @@ -224882,7 +225675,7 @@ [ "reuse", { - "_index": 1202, + "_index": 2799, "data": { "manuals/addressing": {}, "manuals/factory": {}, @@ -224897,7 +225690,7 @@ [ "reuseaddr", { - "_index": 8073, + "_index": 10466, "data": { "ref/stable/socket": {} }, @@ -224907,7 +225700,7 @@ [ "reused", { - "_index": 2294, + "_index": 836, "data": { "manuals/glossary": {}, "manuals/html5": {}, @@ -224919,7 +225712,7 @@ [ "reuseport", { - "_index": 8122, + "_index": 10503, "data": { "ref/stable/socket": {} }, @@ -224929,7 +225722,7 @@ [ "reuses", { - "_index": 10419, + "_index": 10706, "data": { "ref/stable/base": {} }, @@ -224939,7 +225732,7 @@ [ "revealing", { - "_index": 6625, + "_index": 6518, "data": { "assets/adinfo": {} }, @@ -224949,7 +225742,7 @@ [ "revenue", { - "_index": 5761, + "_index": 2280, "data": { "manuals/ads": {} }, @@ -224959,7 +225752,7 @@ [ "reverse", { - "_index": 3077, + "_index": 2476, "data": { "manuals/bundling": {}, "manuals/extensions": {}, @@ -224975,7 +225768,7 @@ [ "reverse_s", { - "_index": 4962, + "_index": 4765, "data": { "manuals/extensions": {} }, @@ -224985,7 +225778,7 @@ [ "reversed", { - "_index": 10163, + "_index": 7182, "data": { "ref/stable/string": {} }, @@ -224995,7 +225788,7 @@ [ "reversing", { - "_index": 8613, + "_index": 10205, "data": { "ref/stable/dmHash": {} }, @@ -225005,7 +225798,7 @@ [ "revert", { - "_index": 403, + "_index": 3572, "data": { "manuals/editor": {}, "manuals/project-setup": {}, @@ -225020,7 +225813,7 @@ [ "review", { - "_index": 2857, + "_index": 4209, "data": { "assets/review": {}, "assets/rustore-review": {}, @@ -225033,7 +225826,7 @@ [ "reviewed", { - "_index": 2852, + "_index": 4204, "data": { "manuals/application-security": {} }, @@ -225043,7 +225836,7 @@ [ "reviews", { - "_index": 6541, + "_index": 6364, "data": { "assets/review": {}, "assets/rustore-review": {} @@ -225054,7 +225847,7 @@ [ "revolutions", { - "_index": 6002, + "_index": 5796, "data": { "manuals/physics-joints": {} }, @@ -225064,7 +225857,7 @@ [ "rewarded", { - "_index": 6586, + "_index": 6359, "data": { "assets/defvungle": {} }, @@ -225074,7 +225867,7 @@ [ "rf", { - "_index": 1441, + "_index": 4065, "data": { "manuals/extender-local-setup": {} }, @@ -225084,7 +225877,7 @@ [ "rgb", { - "_index": 1031, + "_index": 2697, "data": { "assets/colorpicker": {}, "examples/particles/confetti": {}, @@ -225098,7 +225891,7 @@ [ "rgba", { - "_index": 840, + "_index": 2886, "data": { "manuals/atlas": {}, "manuals/importing-assets": {}, @@ -225114,7 +225907,7 @@ [ "rgba32f", { - "_index": 3008, + "_index": 5309, "data": { "manuals/compute": {} }, @@ -225124,7 +225917,7 @@ [ "rgss", { - "_index": 6341, + "_index": 6433, "data": { "assets/sharpsprite": {} }, @@ -225134,7 +225927,7 @@ [ "rich", { - "_index": 6257, + "_index": 6252, "data": { "assets/define": {}, "assets/discordrich": {}, @@ -225147,7 +225940,7 @@ [ "richtext", { - "_index": 6479, + "_index": 6251, "data": { "assets/richtext": {} }, @@ -225157,7 +225950,7 @@ [ "rid", { - "_index": 5759, + "_index": 2277, "data": { "manuals/ads": {} }, @@ -225167,7 +225960,7 @@ [ "rig", { - "_index": 552, + "_index": 5224, "data": { "manuals/app-manifest": {} }, @@ -225177,7 +225970,7 @@ [ "right", { - "_index": 83, + "_index": 70, "data": { "assets/facebookinstantgames": {}, "assets/panthera": {}, @@ -225233,7 +226026,7 @@ [ "right_peak", { - "_index": 5711, + "_index": 3545, "data": { "manuals/sound": {} }, @@ -225243,7 +226036,7 @@ [ "right_peakdb", { - "_index": 5714, + "_index": 3548, "data": { "manuals/sound": {} }, @@ -225253,7 +226046,7 @@ [ "right_rms", { - "_index": 5704, + "_index": 3538, "data": { "manuals/sound": {} }, @@ -225263,7 +226056,7 @@ [ "right_rmsdb", { - "_index": 5709, + "_index": 3543, "data": { "manuals/sound": {} }, @@ -225273,7 +226066,7 @@ [ "risk", { - "_index": 5502, + "_index": 3552, "data": { "manuals/extensions-best-practices": {}, "manuals/sound": {} @@ -225284,7 +226077,7 @@ [ "risks", { - "_index": 8559, + "_index": 10023, "data": { "ref/stable/os": {} }, @@ -225294,7 +226087,7 @@ [ "ritzl", { - "_index": 6069, + "_index": 3493, "data": { "manuals/camera": {} }, @@ -225304,7 +226097,7 @@ [ "rive", { - "_index": 3611, + "_index": 1678, "data": { "assets/rive": {}, "manuals/render": {} @@ -225315,7 +226108,7 @@ [ "rk9pqkfs", { - "_index": 5025, + "_index": 4632, "data": { "manuals/extensions-manifest-merge-tool": {} }, @@ -225325,7 +226118,7 @@ [ "rm", { - "_index": 1440, + "_index": 4064, "data": { "manuals/extender-local-setup": {} }, @@ -225335,7 +226128,7 @@ [ "rms", { - "_index": 5686, + "_index": 3519, "data": { "manuals/sound": {}, "ref/stable/sound": {} @@ -225346,7 +226139,7 @@ [ "roation", { - "_index": 8324, + "_index": 7024, "data": { "ref/stable/vmath": {} }, @@ -225356,7 +226149,7 @@ [ "roberto", { - "_index": 5086, + "_index": 5183, "data": { "assets/lpeg": {}, "manuals/lua": {} @@ -225367,7 +226160,7 @@ [ "roberto"", { - "_index": 10145, + "_index": 7163, "data": { "ref/stable/string": {} }, @@ -225377,7 +226170,7 @@ [ "rol", { - "_index": 7772, + "_index": 8653, "data": { "ref/stable/bit": {} }, @@ -225387,7 +226180,7 @@ [ "role", { - "_index": 1726, + "_index": 4862, "data": { "manuals/porting-guidelines": {} }, @@ -225397,7 +226190,7 @@ [ "root", { - "_index": 267, + "_index": 94, "data": { "assets/editor-script-align": {}, "assets/editor-script-distribute": {}, @@ -225442,7 +226235,7 @@ [ "root_position", { - "_index": 2569, + "_index": 5910, "data": { "manuals/gui-script": {} }, @@ -225452,7 +226245,7 @@ [ "root_position.x", { - "_index": 2571, + "_index": 5911, "data": { "manuals/gui-script": {} }, @@ -225462,7 +226255,7 @@ [ "rope", { - "_index": 5992, + "_index": 5786, "data": { "manuals/physics-joints": {}, "ref/stable/physics": {} @@ -225473,7 +226266,7 @@ [ "ror", { - "_index": 7774, + "_index": 8655, "data": { "ref/stable/bit": {} }, @@ -225483,7 +226276,7 @@ [ "rotate", { - "_index": 945, + "_index": 74, "data": { "examples/movement/look_at": {}, "examples/movement/look_rotation": {}, @@ -225505,7 +226298,7 @@ [ "rotate_180", { - "_index": 8676, + "_index": 8075, "data": { "ref/stable/tilemap": {} }, @@ -225515,7 +226308,7 @@ [ "rotate_270", { - "_index": 8678, + "_index": 8077, "data": { "ref/stable/tilemap": {} }, @@ -225525,7 +226318,7 @@ [ "rotate_90", { - "_index": 8681, + "_index": 8080, "data": { "ref/stable/tilemap": {} }, @@ -225535,7 +226328,7 @@ [ "rotated", { - "_index": 222, + "_index": 2591, "data": { "assets/sharpsprite": {}, "manuals/flash": {}, @@ -225554,7 +226347,7 @@ [ "rotates", { - "_index": 5828, + "_index": 5573, "data": { "manuals/editor": {} }, @@ -225564,7 +226357,7 @@ [ "rotating", { - "_index": 220, + "_index": 5530, "data": { "assets/defarmy": {}, "manuals/editor": {}, @@ -225576,7 +226369,7 @@ [ "rotatiom", { - "_index": 7566, + "_index": 9843, "data": { "ref/stable/dmTransform": {} }, @@ -225586,7 +226379,7 @@ [ "rotation", { - "_index": 228, + "_index": 251, "data": { "examples/movement/look_at": {}, "examples/movement/look_rotation": {}, @@ -225632,7 +226425,7 @@ [ "rotation_speed", { - "_index": 6176, + "_index": 6187, "data": { "examples/render/orbit_camera": {} }, @@ -225642,7 +226435,7 @@ [ "rotational", { - "_index": 8870, + "_index": 10118, "data": { "ref/stable/b2d.body": {} }, @@ -225652,7 +226445,7 @@ [ "rotations", { - "_index": 8317, + "_index": 7016, "data": { "ref/stable/vmath": {} }, @@ -225662,7 +226455,7 @@ [ "roughly", { - "_index": 3866, + "_index": 1317, "data": { "manuals/editor-scripts-ui": {} }, @@ -225672,7 +226465,7 @@ [ "rounded", { - "_index": 8381, + "_index": 7098, "data": { "ref/stable/vmath": {} }, @@ -225682,7 +226475,7 @@ [ "rounding", { - "_index": 7572, + "_index": 9845, "data": { "ref/stable/dmTransform": {} }, @@ -225692,7 +226485,7 @@ [ "rounds", { - "_index": 9743, + "_index": 7265, "data": { "ref/stable/math": {} }, @@ -225702,7 +226495,7 @@ [ "routing", { - "_index": 8150, + "_index": 10529, "data": { "ref/stable/socket": {} }, @@ -225712,7 +226505,7 @@ [ "row", { - "_index": 4368, + "_index": 4415, "data": { "manuals/tilesource": {}, "ref/stable/editor": {} @@ -225723,7 +226516,7 @@ [ "row:grow", { - "_index": 10739, + "_index": 8959, "data": { "ref/stable/editor": {} }, @@ -225733,7 +226526,7 @@ [ "row_span", { - "_index": 3885, + "_index": 1351, "data": { "manuals/editor-scripts-ui": {} }, @@ -225743,7 +226536,7 @@ [ "rows", { - "_index": 3881, + "_index": 1347, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {}, @@ -225756,7 +226549,7 @@ [ "rpg", { - "_index": 2171, + "_index": 4495, "data": { "manuals/input-mouse-and-touch": {} }, @@ -225766,7 +226559,7 @@ [ "rs", { - "_index": 7890, + "_index": 8549, "data": { "ref/stable/render": {} }, @@ -225776,7 +226569,7 @@ [ "rs,gs,bs,as", { - "_index": 7850, + "_index": 8523, "data": { "ref/stable/render": {} }, @@ -225786,7 +226579,7 @@ [ "rs/kr,gs/kg,bs/kb,as/ka", { - "_index": 7868, + "_index": 8539, "data": { "ref/stable/render": {} }, @@ -225796,7 +226589,7 @@ [ "rsa", { - "_index": 5420, + "_index": 6068, "data": { "manuals/android": {} }, @@ -225806,7 +226599,7 @@ [ "rshift", { - "_index": 7776, + "_index": 8657, "data": { "ref/stable/bit": {} }, @@ -225816,7 +226609,7 @@ [ "rts", { - "_index": 6402, + "_index": 6288, "data": { "assets/warbattlesassetpack": {} }, @@ -225826,7 +226619,7 @@ [ "rule", { - "_index": 1522, + "_index": 3075, "data": { "manuals/building-blocks": {}, "manuals/optimization-speed": {} @@ -225837,7 +226630,7 @@ [ "rules", { - "_index": 1126, + "_index": 1496, "data": { "manuals/editor-scripts-ui": {}, "manuals/glossary": {}, @@ -225855,7 +226648,7 @@ [ "run", { - "_index": 889, + "_index": 703, "data": { "assets/colyseus": {}, "assets/defold-neovim": {}, @@ -225920,7 +226713,7 @@ [ "run/hero_run_1", { - "_index": 5747, + "_index": 3826, "data": { "manuals/sprite": {} }, @@ -225930,7 +226723,7 @@ [ "run/hero_run_2", { - "_index": 5748, + "_index": 3827, "data": { "manuals/sprite": {} }, @@ -225940,7 +226733,7 @@ [ "run/hero_run_color_1", { - "_index": 5741, + "_index": 3820, "data": { "manuals/sprite": {} }, @@ -225950,7 +226743,7 @@ [ "runner", { - "_index": 6629, + "_index": 6689, "data": { "assets/crowd-runner-defold": {}, "assets/endlessrunner": {} @@ -225961,7 +226754,7 @@ [ "running", { - "_index": 1191, + "_index": 1662, "data": { "assets/defcon": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -226012,7 +226805,7 @@ [ "runs", { - "_index": 1225, + "_index": 1475, "data": { "manuals/debugging-game-logic": {}, "manuals/editor-preferences": {}, @@ -226029,7 +226822,7 @@ [ "runtime", { - "_index": 87, + "_index": 151, "data": { "assets/defarc": {}, "assets/defold-ink": {}, @@ -226077,6 +226870,7 @@ "manuals/sprite": {}, "manuals/tilemap": {}, "manuals/writing-code": {}, + "ref/stable/editor": {}, "ref/stable/liveupdate": {}, "ref/stable/physics": {}, "ref/stable/sys": {} @@ -226087,7 +226881,7 @@ [ "rustore", { - "_index": 6253, + "_index": 6362, "data": { "assets/rustore-appupdate": {}, "assets/rustore-billing": {}, @@ -226101,7 +226895,7 @@ [ "rw", { - "_index": 4242, + "_index": 3289, "data": { "manuals/bob": {} }, @@ -226111,7 +226905,7 @@ [ "s", { - "_index": 112, + "_index": 2916, "data": { "manuals/android": {}, "manuals/extensions": {}, @@ -226133,7 +226927,7 @@ [ "s,1,j", { - "_index": 10164, + "_index": 7186, "data": { "ref/stable/string": {} }, @@ -226143,7 +226937,7 @@ [ "s1", { - "_index": 7596, + "_index": 9731, "data": { "ref/stable/dmStringFunc": {}, "ref/stable/dmTransform": {} @@ -226154,7 +226948,7 @@ [ "s2", { - "_index": 7597, + "_index": 9732, "data": { "ref/stable/dmStringFunc": {}, "ref/stable/dmTransform": {} @@ -226165,7 +226959,7 @@ [ "s3", { - "_index": 1809, + "_index": 3314, "data": { "manuals/live-update": {}, "manuals/live-update-aws": {}, @@ -226177,7 +226971,7 @@ [ "s[i", { - "_index": 10098, + "_index": 7101, "data": { "ref/stable/string": {} }, @@ -226187,7 +226981,7 @@ [ "s[i+1", { - "_index": 10099, + "_index": 7102, "data": { "ref/stable/string": {} }, @@ -226197,7 +226991,7 @@ [ "s[j", { - "_index": 10100, + "_index": 7103, "data": { "ref/stable/string": {} }, @@ -226207,7 +227001,7 @@ [ "sa", { - "_index": 7901, + "_index": 8560, "data": { "ref/stable/render": {} }, @@ -226217,7 +227011,7 @@ [ "safari", { - "_index": 585, + "_index": 5229, "data": { "manuals/app-manifest": {} }, @@ -226227,7 +227021,7 @@ [ "safari/602.4.8", { - "_index": 8469, + "_index": 9667, "data": { "ref/stable/sys": {} }, @@ -226237,7 +227031,7 @@ [ "safariservices", { - "_index": 1311, + "_index": 4671, "data": { "manuals/extensions-ext-manifests": {} }, @@ -226247,7 +227041,7 @@ [ "safe", { - "_index": 1753, + "_index": 4873, "data": { "assets/safearea": {}, "manuals/android": {}, @@ -226263,7 +227057,7 @@ [ "safearea", { - "_index": 6417, + "_index": 6320, "data": { "assets/safearea": {} }, @@ -226273,7 +227067,7 @@ [ "safely", { - "_index": 4885, + "_index": 3412, "data": { "assets/pigeon": {}, "manuals/addressing": {}, @@ -226286,7 +227080,7 @@ [ "sales", { - "_index": 1641, + "_index": 4830, "data": { "manuals/porting-guidelines": {} }, @@ -226296,7 +227090,7 @@ [ "same", { - "_index": 759, + "_index": 387, "data": { "assets/splitmix64": {}, "examples/basics/parent_child": {}, @@ -226376,7 +227170,7 @@ [ "sample", { - "_index": 389, + "_index": 3071, "data": { "assets/crypto_iap": {}, "assets/perspectiveparallax": {}, @@ -226395,7 +227189,7 @@ [ "sampled", { - "_index": 4702, + "_index": 2232, "data": { "examples/sprite/tint": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -226407,7 +227201,7 @@ [ "sampler", { - "_index": 986, + "_index": 2667, "data": { "examples/material/screenspace": {}, "examples/model/cubemap": {}, @@ -226423,7 +227217,7 @@ [ "sampler2d", { - "_index": 927, + "_index": 2636, "data": { "manuals/compute": {}, "manuals/shader": {} @@ -226434,7 +227228,7 @@ [ "sampler2darray", { - "_index": 1000, + "_index": 2677, "data": { "manuals/shader": {} }, @@ -226444,7 +227238,7 @@ [ "sampler_2d", { - "_index": 1115, + "_index": 2745, "data": { "manuals/shader": {} }, @@ -226454,7 +227248,7 @@ [ "sampler_2d_array", { - "_index": 1116, + "_index": 2746, "data": { "manuals/shader": {} }, @@ -226464,7 +227258,7 @@ [ "samplercube", { - "_index": 1004, + "_index": 2680, "data": { "manuals/shader": {} }, @@ -226474,7 +227268,7 @@ [ "samplers", { - "_index": 926, + "_index": 2635, "data": { "manuals/compute": {}, "manuals/material": {}, @@ -226486,7 +227280,7 @@ [ "samples", { - "_index": 999, + "_index": 2676, "data": { "manuals/atlas": {}, "manuals/material": {}, @@ -226499,7 +227293,7 @@ [ "sampling", { - "_index": 1110, + "_index": 2118, "data": { "assets/sharpsprite": {}, "examples/material/screenspace": {}, @@ -226513,7 +227307,7 @@ [ "sandbox", { - "_index": 2185, + "_index": 621, "data": { "manuals/html5": {} }, @@ -226523,7 +227317,7 @@ [ "sans", { - "_index": 3118, + "_index": 2406, "data": { "manuals/editor-styling": {} }, @@ -226533,7 +227327,7 @@ [ "save", { - "_index": 660, + "_index": 2514, "data": { "assets/def-behavior-tree": {}, "assets/defdiags": {}, @@ -226564,7 +227358,7 @@ [ "save_game", { - "_index": 1686, + "_index": 4849, "data": { "manuals/porting-guidelines": {} }, @@ -226574,7 +227368,7 @@ [ "saved", { - "_index": 1661, + "_index": 2442, "data": { "manuals/editor": {}, "manuals/live-update": {}, @@ -226590,7 +227384,7 @@ [ "savegame", { - "_index": 1689, + "_index": 4852, "data": { "manuals/porting-guidelines": {} }, @@ -226600,7 +227394,7 @@ [ "savemessagetoarray", { - "_index": 10506, + "_index": 9093, "data": { "ref/stable/dmDDF": {} }, @@ -226610,7 +227404,7 @@ [ "saver", { - "_index": 6743, + "_index": 6575, "data": { "assets/defold-saver": {} }, @@ -226620,7 +227414,7 @@ [ "saves", { - "_index": 4353, + "_index": 4801, "data": { "manuals/debugging-native-code": {}, "manuals/importing-assets": {}, @@ -226632,7 +227426,7 @@ [ "saving", { - "_index": 1679, + "_index": 4846, "data": { "assets/defold-persist": {}, "examples/file/sys_save_load": {}, @@ -226647,7 +227441,7 @@ [ "saw", { - "_index": 4966, + "_index": 4769, "data": { "manuals/extensions": {} }, @@ -226657,7 +227451,7 @@ [ "say", { - "_index": 7266, + "_index": 9380, "data": { "ref/stable/package": {} }, @@ -226667,7 +227461,7 @@ [ "says", { - "_index": 4514, + "_index": 5659, "data": { "manuals/dev-app": {} }, @@ -226677,7 +227471,7 @@ [ "sb", { - "_index": 7900, + "_index": 8559, "data": { "ref/stable/render": {} }, @@ -226687,8 +227481,9 @@ [ "scalar", { - "_index": 8304, + "_index": 6994, "data": { + "ref/stable/editor": {}, "ref/stable/vmath": {} }, "type": {} @@ -226697,7 +227492,7 @@ [ "scale", { - "_index": 175, + "_index": 75, "data": { "examples/particles/confetti": {}, "examples/particles/fire_and_smoke": {}, @@ -226748,7 +227543,7 @@ [ "scale.x", { - "_index": 850, + "_index": 5622, "data": { "manuals/label": {} }, @@ -226758,7 +227553,7 @@ [ "scale_x", { - "_index": 848, + "_index": 5621, "data": { "manuals/label": {} }, @@ -226768,7 +227563,7 @@ [ "scaled", { - "_index": 3234, + "_index": 3854, "data": { "examples/material/noise": {}, "examples/material/uvgradient": {}, @@ -226783,7 +227578,7 @@ [ "scales", { - "_index": 4453, + "_index": 386, "data": { "manuals/editor": {}, "manuals/gui": {} @@ -226794,7 +227589,7 @@ [ "scaling", { - "_index": 171, + "_index": 328, "data": { "assets/fontscale": {}, "examples/gui/progress": {}, @@ -226819,7 +227614,7 @@ [ "scanning", { - "_index": 5944, + "_index": 1967, "data": { "manuals/editor-preferences": {} }, @@ -226829,7 +227624,7 @@ [ "sceen", { - "_index": 10834, + "_index": 10258, "data": { "ref/stable/profiler": {} }, @@ -226839,7 +227634,7 @@ [ "scenario", { - "_index": 1567, + "_index": 3101, "data": { "manuals/flash": {}, "manuals/optimization-speed": {} @@ -226850,7 +227645,7 @@ [ "scenarios", { - "_index": 3279, + "_index": 1887, "data": { "manuals/flash": {}, "manuals/physics-groups": {} @@ -226861,7 +227656,7 @@ [ "scene", { - "_index": 1603, + "_index": 48, "data": { "assets/illumination": {}, "assets/lightandshadows": {}, @@ -226888,7 +227683,7 @@ [ "scene3d", { - "_index": 6749, + "_index": 6390, "data": { "assets/scene3d": {} }, @@ -226898,7 +227693,7 @@ [ "scenenode", { - "_index": 9630, + "_index": 9335, "data": { "ref/stable/dmGameObject": {} }, @@ -226908,7 +227703,7 @@ [ "scenenodeiterator", { - "_index": 9631, + "_index": 9336, "data": { "ref/stable/dmGameObject": {} }, @@ -226918,7 +227713,7 @@ [ "scenenodeproperty", { - "_index": 9633, + "_index": 9338, "data": { "ref/stable/dmGameObject": {} }, @@ -226928,7 +227723,7 @@ [ "scenenodepropertyiterator", { - "_index": 9642, + "_index": 9346, "data": { "ref/stable/dmGameObject": {} }, @@ -226938,7 +227733,7 @@ [ "scenenodepropertytype", { - "_index": 9643, + "_index": 9347, "data": { "ref/stable/dmGameObject": {} }, @@ -226948,7 +227743,7 @@ [ "scenes", { - "_index": 3384, + "_index": 5156, "data": { "manuals/application-lifecycle": {}, "manuals/flash": {}, @@ -226960,7 +227755,7 @@ [ "scheduled", { - "_index": 8961, + "_index": 9915, "data": { "ref/stable/go": {} }, @@ -226970,7 +227765,7 @@ [ "schedules", { - "_index": 3965, + "_index": 1481, "data": { "manuals/editor-scripts-ui": {} }, @@ -226980,9 +227775,60 @@ [ "schema", { - "_index": 5252, + "_index": 5455, "data": { - "manuals/editor-scripts": {} + "manuals/editor-scripts": {}, + "ref/stable/editor": {} + }, + "type": {} + } + ], + [ + "schema>a", + { + "_index": 8858, + "data": { + "ref/stable/editor": {} + }, + "type": {} + } + ], + [ + "schema[]schemas", + { + "_index": 8870, + "data": { + "ref/stable/editor": {} + }, + "type": {} + } + ], + [ + "schemaarray", + { + "_index": 8839, + "data": { + "ref/stable/editor": {} + }, + "type": {} + } + ], + [ + "schemaset", + { + "_index": 8866, + "data": { + "ref/stable/editor": {} + }, + "type": {} + } + ], + [ + "schematable", + { + "_index": 8863, + "data": { + "ref/stable/editor": {} }, "type": {} } @@ -226990,17 +227836,27 @@ [ "schematically", { - "_index": 4843, + "_index": 3353, "data": { "manuals/addressing": {} }, "type": {} } ], + [ + "schemaval", + { + "_index": 8864, + "data": { + "ref/stable/editor": {} + }, + "type": {} + } + ], [ "scheme", { - "_index": 3459, + "_index": 2998, "data": { "manuals/debugging-native-code-ios": {}, "manuals/ios": {}, @@ -227015,7 +227871,7 @@ [ "schemes", { - "_index": 6778, + "_index": 9611, "data": { "ref/stable/liveupdate": {}, "ref/stable/sys": {} @@ -227026,7 +227882,7 @@ [ "sci", { - "_index": 6401, + "_index": 6287, "data": { "assets/alienworld": {}, "assets/warbattlesassetpack": {} @@ -227037,7 +227893,7 @@ [ "sclae", { - "_index": 8345, + "_index": 7045, "data": { "ref/stable/vmath": {} }, @@ -227047,7 +227903,7 @@ [ "scope", { - "_index": 1521, + "_index": 563, "data": { "manuals/editor-scripts": {}, "manuals/extensions": {}, @@ -227060,6 +227916,7 @@ "ref/stable/dmScript": {}, "ref/stable/dmSpinlock": {}, "ref/stable/dmStaticAssert": {}, + "ref/stable/editor": {}, "ref/stable/profiler": {}, "ref/stable/sys": {} }, @@ -227069,7 +227926,7 @@ [ "scope_begin", { - "_index": 10860, + "_index": 10284, "data": { "ref/stable/profiler": {} }, @@ -227079,7 +227936,7 @@ [ "scope_end", { - "_index": 10862, + "_index": 10286, "data": { "ref/stable/profiler": {} }, @@ -227089,7 +227946,7 @@ [ "scoped", { - "_index": 5254, + "_index": 5457, "data": { "manuals/editor-scripts": {} }, @@ -227099,7 +227956,7 @@ [ "scopes", { - "_index": 1589, + "_index": 3110, "data": { "manuals/optimization-speed": {} }, @@ -227109,7 +227966,7 @@ [ "score", { - "_index": 114, + "_index": 1583, "data": { "manuals/flash": {}, "manuals/gui-layouts": {}, @@ -227122,7 +227979,7 @@ [ "score_node", { - "_index": 3539, + "_index": 1610, "data": { "manuals/message-passing": {} }, @@ -227132,7 +227989,7 @@ [ "scores", { - "_index": 2663, + "_index": 2913, "data": { "manuals/application-security": {}, "manuals/gui-layouts": {} @@ -227143,7 +228000,7 @@ [ "scoring", { - "_index": 2670, + "_index": 2921, "data": { "manuals/gui-layouts": {} }, @@ -227153,7 +228010,7 @@ [ "scratch", { - "_index": 2558, + "_index": 5900, "data": { "assets/sidescrollertutorialfromscratch": {}, "manuals/gui-script": {} @@ -227164,7 +228021,7 @@ [ "screen", { - "_index": 366, + "_index": 23, "data": { "assets/monarch": {}, "assets/orthographic": {}, @@ -227212,7 +228069,7 @@ [ "screen_dx", { - "_index": 9096, + "_index": 7967, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -227223,7 +228080,7 @@ [ "screen_dy", { - "_index": 9097, + "_index": 7968, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -227234,7 +228091,7 @@ [ "screen_size", { - "_index": 6238, + "_index": 6239, "data": { "examples/material/screenspace": {} }, @@ -227244,7 +228101,7 @@ [ "screen_to_local", { - "_index": 9331, + "_index": 7868, "data": { "ref/stable/gui": {} }, @@ -227254,7 +228111,7 @@ [ "screen_to_world", { - "_index": 6045, + "_index": 3458, "data": { "examples/render/screen_to_world": {}, "manuals/camera": {} @@ -227265,7 +228122,7 @@ [ "screen_x", { - "_index": 9094, + "_index": 7963, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -227276,7 +228133,7 @@ [ "screen_y", { - "_index": 9095, + "_index": 7964, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -227287,7 +228144,7 @@ [ "screens", { - "_index": 3248, + "_index": 2213, "data": { "examples/particles/confetti": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -227299,7 +228156,7 @@ [ "screenshot", { - "_index": 3229, + "_index": 5050, "data": { "assets/screenshot": {}, "manuals/flash": {} @@ -227310,7 +228167,7 @@ [ "screenshots", { - "_index": 2398, + "_index": 4935, "data": { "assets/screenshot": {}, "manuals/getting-help": {} @@ -227321,7 +228178,7 @@ [ "screenspace", { - "_index": 6236, + "_index": 6237, "data": { "examples/material/screenspace": {} }, @@ -227331,7 +228188,7 @@ [ "script", { - "_index": 569, + "_index": 97, "data": { "assets/defold-index": {}, "assets/deployer": {}, @@ -227444,7 +228301,7 @@ [ "script's", { - "_index": 4476, + "_index": 512, "data": { "manuals/editor-scripts": {}, "manuals/gui": {} @@ -227455,7 +228312,7 @@ [ "script_value", { - "_index": 5097, + "_index": 5195, "data": { "manuals/lua": {} }, @@ -227465,7 +228322,7 @@ [ "scriptable", { - "_index": 3731, + "_index": 1861, "data": { "manuals/render": {} }, @@ -227475,7 +228332,7 @@ [ "scripted", { - "_index": 5368, + "_index": 4562, "data": { "manuals/glossary": {}, "manuals/macos": {} @@ -227486,7 +228343,7 @@ [ "scripting", { - "_index": 2090, + "_index": 1080, "data": { "assets/defkit": {}, "assets/visual-novel-template-ink": {}, @@ -227501,7 +228358,7 @@ [ "scripts", { - "_index": 1973, + "_index": 1604, "data": { "assets/cards-fx-kit": {}, "assets/defkit": {}, @@ -227535,7 +228392,7 @@ [ "scripts/minify", { - "_index": 5190, + "_index": 5394, "data": { "manuals/editor-scripts": {} }, @@ -227545,7 +228402,7 @@ [ "scroll", { - "_index": 1980, + "_index": 772, "data": { "examples/render/orbit_camera": {}, "manuals/editor": {}, @@ -227563,7 +228420,7 @@ [ "scrolled", { - "_index": 2122, + "_index": 4468, "data": { "manuals/input-mouse-and-touch": {} }, @@ -227573,7 +228430,7 @@ [ "scroller", { - "_index": 6527, + "_index": 6533, "data": { "assets/sidescrollertutorialfromscratch": {} }, @@ -227583,7 +228440,7 @@ [ "scrolling", { - "_index": 6717, + "_index": 6601, "data": { "assets/defold-typewriter": {} }, @@ -227593,7 +228450,7 @@ [ "sdk", { - "_index": 1262, + "_index": 1032, "data": { "assets/adjustsdk": {}, "assets/colyseus": {}, @@ -227624,7 +228481,7 @@ [ "sdks", { - "_index": 2850, + "_index": 4202, "data": { "manuals/application-security": {} }, @@ -227634,7 +228491,7 @@ [ "seamless", { - "_index": 6291, + "_index": 6397, "data": { "assets/googleplaygameservices": {} }, @@ -227644,7 +228501,7 @@ [ "search", { - "_index": 2402, + "_index": 2852, "data": { "manuals/atlas": {}, "manuals/editor": {}, @@ -227660,7 +228517,7 @@ [ "searcher", { - "_index": 7262, + "_index": 9377, "data": { "ref/stable/package": {} }, @@ -227670,7 +228527,7 @@ [ "searchers", { - "_index": 7263, + "_index": 9378, "data": { "ref/stable/package": {} }, @@ -227680,7 +228537,7 @@ [ "searches", { - "_index": 7290, + "_index": 9402, "data": { "ref/stable/base": {}, "ref/stable/package": {} @@ -227691,7 +228548,7 @@ [ "searching", { - "_index": 7301, + "_index": 9412, "data": { "ref/stable/package": {} }, @@ -227701,7 +228558,7 @@ [ "seasonal", { - "_index": 1827, + "_index": 3323, "data": { "manuals/live-update": {} }, @@ -227711,7 +228568,7 @@ [ "sec", { - "_index": 8534, + "_index": 9999, "data": { "ref/stable/os": {} }, @@ -227721,7 +228578,7 @@ [ "second", { - "_index": 756, + "_index": 1221, "data": { "examples/material/screenspace": {}, "examples/particles/confetti": {}, @@ -227760,7 +228617,7 @@ [ "secondary", { - "_index": 5750, + "_index": 3829, "data": { "manuals/sprite": {} }, @@ -227770,7 +228627,7 @@ [ "secondly", { - "_index": 965, + "_index": 2652, "data": { "manuals/shader": {} }, @@ -227780,7 +228637,7 @@ [ "seconds", { - "_index": 3171, + "_index": 1160, "data": { "examples/timer/repeating_timer": {}, "manuals/editor-scripts": {}, @@ -227805,7 +228662,7 @@ [ "secret", { - "_index": 3067, + "_index": 5045, "data": { "manuals/live-update-aws": {} }, @@ -227815,7 +228672,7 @@ [ "section", { - "_index": 180, + "_index": 294, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/application-security": {}, @@ -227843,7 +228700,7 @@ [ "section.key", { - "_index": 7314, + "_index": 9105, "data": { "ref/stable/dmConfigFile": {}, "ref/stable/engine": {}, @@ -227855,7 +228712,7 @@ [ "sections", { - "_index": 984, + "_index": 2665, "data": { "manuals/editor-scripts": {}, "manuals/profiling": {}, @@ -227867,7 +228724,7 @@ [ "sector", { - "_index": 9190, + "_index": 7705, "data": { "ref/stable/gui": {} }, @@ -227877,7 +228734,7 @@ [ "secure", { - "_index": 253, + "_index": 1078, "data": { "manuals/application-security": {}, "manuals/extensions-defold-sdk": {}, @@ -227892,7 +228749,7 @@ [ "secured", { - "_index": 8440, + "_index": 9639, "data": { "ref/stable/sys": {} }, @@ -227902,7 +228759,7 @@ [ "securing", { - "_index": 2782, + "_index": 4147, "data": { "manuals/application-security": {} }, @@ -227912,7 +228769,7 @@ [ "security", { - "_index": 2778, + "_index": 3672, "data": { "manuals/application-security": {}, "manuals/dev-app": {}, @@ -227925,7 +228782,7 @@ [ "see", { - "_index": 554, + "_index": 62, "data": { "assets/defgraph": {}, "assets/editor-script-check-dependencies-versions": {}, @@ -227959,7 +228816,6 @@ "manuals/gui": {}, "manuals/gui-clipping": {}, "manuals/gui-particlefx": {}, - "manuals/gui-template": {}, "manuals/hot-reload": {}, "manuals/html5": {}, "manuals/importing-assets": {}, @@ -228015,7 +228871,7 @@ [ "seeall", { - "_index": 7309, + "_index": 9419, "data": { "ref/stable/package": {} }, @@ -228025,7 +228881,7 @@ [ "seed", { - "_index": 9772, + "_index": 7297, "data": { "ref/stable/math": {} }, @@ -228035,7 +228891,7 @@ [ "seeds", { - "_index": 6344, + "_index": 6753, "data": { "assets/splitmix64": {}, "ref/stable/math": {} @@ -228046,7 +228902,7 @@ [ "seek", { - "_index": 8581, + "_index": 9457, "data": { "ref/stable/io": {} }, @@ -228056,7 +228912,7 @@ [ "seem", { - "_index": 2643, + "_index": 2253, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/factory": {}, @@ -228069,7 +228925,7 @@ [ "seen", { - "_index": 2445, + "_index": 360, "data": { "manuals/addressing": {}, "manuals/atlas": {}, @@ -228083,7 +228939,7 @@ [ "segment", { - "_index": 1287, + "_index": 4652, "data": { "manuals/editor-scripts": {}, "manuals/extensions-ext-manifests": {} @@ -228094,7 +228950,7 @@ [ "segments", { - "_index": 4439, + "_index": 312, "data": { "assets/firebase-remoteconfig": {}, "manuals/gui": {}, @@ -228106,7 +228962,7 @@ [ "select", { - "_index": 548, + "_index": 208, "data": { "examples": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -228157,7 +229013,7 @@ [ "select_box", { - "_index": 3922, + "_index": 1402, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -228168,7 +229024,7 @@ [ "selectable", { - "_index": 10795, + "_index": 9015, "data": { "ref/stable/editor": {} }, @@ -228178,7 +229034,7 @@ [ "selected", { - "_index": 1979, + "_index": 85, "data": { "assets/editorscriptatlas": {}, "manuals/atlas": {}, @@ -228203,7 +229059,7 @@ [ "selecting", { - "_index": 2411, + "_index": 93, "data": { "manuals/atlas": {}, "manuals/building-blocks": {}, @@ -228224,7 +229080,7 @@ [ "selection", { - "_index": 1756, + "_index": 1413, "data": { "assets/editor-script-components": {}, "manuals/application-security": {}, @@ -228248,7 +229104,7 @@ [ "selector", { - "_index": 4407, + "_index": 80, "data": { "manuals/gui": {}, "ref/stable/dmSocket": {}, @@ -228260,7 +229116,7 @@ [ "selectorclear", { - "_index": 7723, + "_index": 10057, "data": { "ref/stable/dmSocket": {} }, @@ -228270,7 +229126,7 @@ [ "selectorisset", { - "_index": 7726, + "_index": 10060, "data": { "ref/stable/dmSocket": {} }, @@ -228280,7 +229136,7 @@ [ "selectorkind", { - "_index": 7725, + "_index": 10059, "data": { "ref/stable/dmSocket": {} }, @@ -228290,7 +229146,7 @@ [ "selectorset", { - "_index": 7728, + "_index": 10062, "data": { "ref/stable/dmSocket": {} }, @@ -228300,7 +229156,7 @@ [ "selectorzero", { - "_index": 7730, + "_index": 10064, "data": { "ref/stable/dmSocket": {} }, @@ -228310,7 +229166,7 @@ [ "selects", { - "_index": 2898, + "_index": 1927, "data": { "manuals/editor-scripts": {}, "manuals/input-key-and-text": {}, @@ -228322,7 +229178,7 @@ [ "self", { - "_index": 104, + "_index": 167, "data": { "manuals/addressing": {}, "manuals/application-security": {}, @@ -228383,7 +229239,7 @@ [ "self.accelerating", { - "_index": 5997, + "_index": 5791, "data": { "manuals/physics-joints": {} }, @@ -228393,7 +229249,7 @@ [ "self.camera_projection", { - "_index": 3686, + "_index": 1786, "data": { "manuals/render": {} }, @@ -228403,7 +229259,7 @@ [ "self.constants", { - "_index": 2911, + "_index": 6041, "data": { "manuals/material": {} }, @@ -228413,7 +229269,7 @@ [ "self.constants.tint", { - "_index": 2913, + "_index": 6042, "data": { "manuals/material": {} }, @@ -228423,7 +229279,7 @@ [ "self.correction", { - "_index": 4769, + "_index": 3994, "data": { "manuals/physics-resolving-collisions": {} }, @@ -228433,7 +229289,7 @@ [ "self.count", { - "_index": 3564, + "_index": 1665, "data": { "manuals/message-passing": {} }, @@ -228443,7 +229299,7 @@ [ "self.dodge", { - "_index": 3093, + "_index": 2492, "data": { "manuals/flipbook-animation": {} }, @@ -228453,7 +229309,7 @@ [ "self.enemy_url", { - "_index": 1587, + "_index": 3109, "data": { "manuals/optimization-speed": {} }, @@ -228463,7 +229319,7 @@ [ "self.foo", { - "_index": 5098, + "_index": 5196, "data": { "manuals/lua": {} }, @@ -228473,7 +229329,7 @@ [ "self.go_id", { - "_index": 2627, + "_index": 4341, "data": { "manuals/factory": {} }, @@ -228483,7 +229339,7 @@ [ "self.go_ids", { - "_index": 721, + "_index": 2538, "data": { "manuals/collection-factory": {} }, @@ -228493,7 +229349,7 @@ [ "self.http_url", { - "_index": 5791, + "_index": 3952, "data": { "manuals/live-update-scripting": {} }, @@ -228503,7 +229359,7 @@ [ "self.minimap_positions", { - "_index": 3546, + "_index": 1626, "data": { "manuals/message-passing": {} }, @@ -228513,7 +229369,7 @@ [ "self.model_pred", { - "_index": 4141, + "_index": 5931, "data": { "manuals/model": {} }, @@ -228523,7 +229379,7 @@ [ "self.my_atlas", { - "_index": 2370, + "_index": 5638, "data": { "manuals/script-properties": {} }, @@ -228533,7 +229389,7 @@ [ "self.my_font", { - "_index": 2371, + "_index": 5639, "data": { "manuals/script-properties": {} }, @@ -228543,7 +229399,7 @@ [ "self.my_full_screen_predicate", { - "_index": 3697, + "_index": 1800, "data": { "manuals/render": {} }, @@ -228553,7 +229409,7 @@ [ "self.my_material", { - "_index": 2372, + "_index": 5640, "data": { "manuals/script-properties": {} }, @@ -228563,7 +229419,7 @@ [ "self.my_pred", { - "_index": 2915, + "_index": 6043, "data": { "manuals/material": {} }, @@ -228573,7 +229429,7 @@ [ "self.my_property", { - "_index": 2357, + "_index": 5630, "data": { "manuals/script-properties": {} }, @@ -228583,7 +229439,7 @@ [ "self.my_texture", { - "_index": 2374, + "_index": 1833, "data": { "manuals/render": {}, "manuals/script-properties": {} @@ -228594,7 +229450,7 @@ [ "self.my_tile_predicate", { - "_index": 3701, + "_index": 1810, "data": { "manuals/render": {} }, @@ -228604,7 +229460,7 @@ [ "self.my_tile_source", { - "_index": 2376, + "_index": 5641, "data": { "manuals/script-properties": {} }, @@ -228614,7 +229470,7 @@ [ "self.mybigfont", { - "_index": 4415, + "_index": 176, "data": { "manuals/gui": {} }, @@ -228624,7 +229480,7 @@ [ "self.myeffect", { - "_index": 4420, + "_index": 184, "data": { "manuals/gui": {} }, @@ -228634,7 +229490,7 @@ [ "self.mytheme", { - "_index": 4425, + "_index": 192, "data": { "manuals/gui": {} }, @@ -228644,7 +229500,7 @@ [ "self.parent", { - "_index": 2626, + "_index": 4340, "data": { "manuals/factory": {} }, @@ -228654,7 +229510,7 @@ [ "self.predicates", { - "_index": 3620, + "_index": 1702, "data": { "manuals/render": {} }, @@ -228664,7 +229520,7 @@ [ "self.predicates.model", { - "_index": 3635, + "_index": 1726, "data": { "manuals/render": {} }, @@ -228674,7 +229530,7 @@ [ "self.score", { - "_index": 3533, + "_index": 1593, "data": { "manuals/message-passing": {} }, @@ -228684,7 +229540,7 @@ [ "self.shield", { - "_index": 698, + "_index": 2529, "data": { "manuals/collection-factory": {} }, @@ -228694,7 +229550,7 @@ [ "self.sounds", { - "_index": 5725, + "_index": 3562, "data": { "manuals/sound": {} }, @@ -228704,7 +229560,7 @@ [ "self.spawed_drone", { - "_index": 2622, + "_index": 4336, "data": { "manuals/factory": {} }, @@ -228714,7 +229570,7 @@ [ "self.spawned_coins", { - "_index": 2604, + "_index": 4317, "data": { "manuals/factory": {} }, @@ -228724,7 +229580,7 @@ [ "self.spawned_drone", { - "_index": 2618, + "_index": 4332, "data": { "manuals/factory": {} }, @@ -228734,7 +229590,7 @@ [ "self.state", { - "_index": 3623, + "_index": 1705, "data": { "manuals/render": {} }, @@ -228744,7 +229600,7 @@ [ "self.storage_texture", { - "_index": 2977, + "_index": 5287, "data": { "manuals/compute": {} }, @@ -228754,7 +229610,7 @@ [ "self.texture_in", { - "_index": 3028, + "_index": 5327, "data": { "manuals/compute": {} }, @@ -228764,7 +229620,7 @@ [ "self.texture_out", { - "_index": 3030, + "_index": 5329, "data": { "manuals/compute": {} }, @@ -228774,7 +229630,7 @@ [ "self.updates", { - "_index": 3563, + "_index": 1664, "data": { "manuals/message-passing": {} }, @@ -228784,7 +229640,7 @@ [ "self.value", { - "_index": 2718, + "_index": 5741, "data": { "manuals/modules": {} }, @@ -228794,7 +229650,7 @@ [ "self.velocity", { - "_index": 6016, + "_index": 2380, "data": { "manuals/hot-reload": {} }, @@ -228804,7 +229660,7 @@ [ "semantics", { - "_index": 3976, + "_index": 1515, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/dmHashTable": {} @@ -228815,7 +229671,7 @@ [ "semibold", { - "_index": 3130, + "_index": 2415, "data": { "manuals/editor-styling": {} }, @@ -228825,7 +229681,7 @@ [ "semicolons", { - "_index": 5092, + "_index": 5190, "data": { "manuals/lua": {}, "ref/stable/package": {} @@ -228836,7 +229692,7 @@ [ "send", { - "_index": 2023, + "_index": 1621, "data": { "assets/quickbutton": {}, "examples/collection/proxy": {}, @@ -228873,7 +229729,7 @@ [ "sendattribute", { - "_index": 7614, + "_index": 10086, "data": { "ref/stable/dmWebServer": {} }, @@ -228883,7 +229739,7 @@ [ "sender", { - "_index": 107, + "_index": 1609, "data": { "manuals/factory": {}, "manuals/gui-layouts": {}, @@ -228910,7 +229766,7 @@ [ "sender/receiver", { - "_index": 10475, + "_index": 7315, "data": { "ref/stable/dmMessage": {} }, @@ -228920,7 +229776,7 @@ [ "sending", { - "_index": 1619, + "_index": 1574, "data": { "assets/websocket": {}, "examples/collection/proxy": {}, @@ -228944,7 +229800,7 @@ [ "sends", { - "_index": 1232, + "_index": 1624, "data": { "manuals/message-passing": {}, "manuals/render": {}, @@ -228960,7 +229816,7 @@ [ "sendt", { - "_index": 8235, + "_index": 10608, "data": { "ref/stable/socket": {} }, @@ -228970,7 +229826,7 @@ [ "sendto", { - "_index": 8131, + "_index": 10511, "data": { "ref/stable/socket": {} }, @@ -228980,7 +229836,7 @@ [ "sense", { - "_index": 4890, + "_index": 3419, "data": { "manuals/addressing": {}, "ref/stable/socket": {} @@ -228991,7 +229847,7 @@ [ "sensible", { - "_index": 4373, + "_index": 4420, "data": { "manuals/tilesource": {} }, @@ -229001,7 +229857,7 @@ [ "sensitive", { - "_index": 2775, + "_index": 4143, "data": { "manuals/application-security": {} }, @@ -229011,7 +229867,7 @@ [ "sensors", { - "_index": 1744, + "_index": 4869, "data": { "manuals/porting-guidelines": {} }, @@ -229021,7 +229877,7 @@ [ "sent", { - "_index": 1957, + "_index": 1588, "data": { "examples/collection/timestep": {}, "manuals/application-security": {}, @@ -229061,7 +229917,7 @@ [ "sentinel", { - "_index": 6377, + "_index": 6637, "data": { "assets/sentinel": {} }, @@ -229071,7 +229927,7 @@ [ "sentry.io", { - "_index": 6379, + "_index": 6639, "data": { "assets/sentinel": {} }, @@ -229081,7 +229937,7 @@ [ "sep", { - "_index": 6842, + "_index": 6937, "data": { "ref/stable/table": {} }, @@ -229091,7 +229947,7 @@ [ "sep..table[j", { - "_index": 6841, + "_index": 6936, "data": { "ref/stable/table": {} }, @@ -229101,7 +229957,7 @@ [ "separate", { - "_index": 301, + "_index": 579, "data": { "manuals/addressing": {}, "manuals/building-blocks": {}, @@ -229139,7 +229995,7 @@ [ "separated", { - "_index": 1928, + "_index": 877, "data": { "manuals/atlas": {}, "manuals/bob": {}, @@ -229149,6 +230005,7 @@ "manuals/physics-objects": {}, "manuals/physics-resolving-collisions": {}, "ref/stable/base": {}, + "ref/stable/editor": {}, "ref/stable/io": {}, "ref/stable/package": {} }, @@ -229158,7 +230015,7 @@ [ "separately", { - "_index": 1989, + "_index": 1897, "data": { "manuals/editor-styling": {}, "manuals/input": {}, @@ -229172,7 +230029,7 @@ [ "separation", { - "_index": 4752, + "_index": 3976, "data": { "manuals/physics-resolving-collisions": {}, "ref/stable/editor": {} @@ -229183,7 +230040,7 @@ [ "separations", { - "_index": 4755, + "_index": 3979, "data": { "manuals/physics-resolving-collisions": {} }, @@ -229193,7 +230050,7 @@ [ "separator", { - "_index": 3943, + "_index": 1442, "data": { "manuals/addressing": {}, "manuals/editor-scripts-ui": {}, @@ -229206,7 +230063,7 @@ [ "sequence", { - "_index": 3075, + "_index": 1926, "data": { "assets/deftimeline": {}, "manuals/application-lifecycle": {}, @@ -229218,7 +230075,8 @@ "manuals/tilesource": {}, "ref/stable/package": {}, "ref/stable/render": {}, - "ref/stable/string": {} + "ref/stable/string": {}, + "ref/stable/vmath": {} }, "type": {} } @@ -229226,7 +230084,7 @@ [ "sequenced", { - "_index": 8958, + "_index": 7589, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -229237,7 +230095,7 @@ [ "sequences", { - "_index": 2289, + "_index": 829, "data": { "manuals/flash": {}, "manuals/html5": {}, @@ -229250,7 +230108,7 @@ [ "sequential", { - "_index": 9165, + "_index": 7631, "data": { "ref/stable/gui": {}, "ref/stable/sound": {} @@ -229261,7 +230119,7 @@ [ "sequentially", { - "_index": 5296, + "_index": 5495, "data": { "manuals/editor-scripts": {} }, @@ -229271,7 +230129,7 @@ [ "sergey", { - "_index": 3472, + "_index": 3015, "data": { "manuals/ios": {} }, @@ -229281,7 +230139,7 @@ [ "serial", { - "_index": 3410, + "_index": 2943, "data": { "manuals/ios": {} }, @@ -229291,7 +230149,7 @@ [ "serialize", { - "_index": 8512, + "_index": 9707, "data": { "ref/stable/dmScript": {}, "ref/stable/sys": {} @@ -229302,7 +230160,7 @@ [ "serialized", { - "_index": 8513, + "_index": 9708, "data": { "ref/stable/sys": {} }, @@ -229312,7 +230170,7 @@ [ "serializing", { - "_index": 10501, + "_index": 9088, "data": { "ref/stable/dmDDF": {} }, @@ -229322,7 +230180,7 @@ [ "series", { - "_index": 1215, + "_index": 2807, "data": { "manuals/animation": {}, "manuals/flash": {}, @@ -229337,7 +230195,7 @@ [ "serve", { - "_index": 3274, + "_index": 5080, "data": { "manuals/flash": {} }, @@ -229347,7 +230205,7 @@ [ "server", { - "_index": 283, + "_index": 646, "data": { "assets/chrono": {}, "assets/defquest": {}, @@ -229384,7 +230242,7 @@ [ "server's", { - "_index": 5241, + "_index": 5444, "data": { "manuals/editor-scripts": {} }, @@ -229394,7 +230252,7 @@ [ "server/_tmp", { - "_index": 1427, + "_index": 4052, "data": { "manuals/extender-local-setup": {} }, @@ -229404,7 +230262,7 @@ [ "server/app", { - "_index": 1429, + "_index": 4054, "data": { "manuals/extender-local-setup": {} }, @@ -229414,7 +230272,7 @@ [ "server/docker/docker", { - "_index": 1462, + "_index": 4082, "data": { "manuals/extender-local-setup": {} }, @@ -229424,7 +230282,7 @@ [ "server:accept", { - "_index": 8184, + "_index": 10563, "data": { "ref/stable/socket": {} }, @@ -229434,7 +230292,7 @@ [ "server:close", { - "_index": 8187, + "_index": 10566, "data": { "ref/stable/socket": {} }, @@ -229444,7 +230302,7 @@ [ "server:dirty", { - "_index": 8188, + "_index": 10567, "data": { "ref/stable/socket": {} }, @@ -229454,7 +230312,7 @@ [ "server:getfd", { - "_index": 8189, + "_index": 10568, "data": { "ref/stable/socket": {} }, @@ -229464,7 +230322,7 @@ [ "server:getoption", { - "_index": 8190, + "_index": 10569, "data": { "ref/stable/socket": {} }, @@ -229474,7 +230332,7 @@ [ "server:getsockname", { - "_index": 8192, + "_index": 10571, "data": { "ref/stable/socket": {} }, @@ -229484,7 +230342,7 @@ [ "server:getstats", { - "_index": 8193, + "_index": 10572, "data": { "ref/stable/socket": {} }, @@ -229494,7 +230352,7 @@ [ "server:setfd", { - "_index": 8194, + "_index": 10573, "data": { "ref/stable/socket": {} }, @@ -229504,7 +230362,7 @@ [ "server:setoption", { - "_index": 8191, + "_index": 10570, "data": { "ref/stable/socket": {} }, @@ -229514,7 +230372,7 @@ [ "server:setstats", { - "_index": 8195, + "_index": 10574, "data": { "ref/stable/socket": {} }, @@ -229524,7 +230382,7 @@ [ "server:settimeout", { - "_index": 8196, + "_index": 10575, "data": { "ref/stable/socket": {} }, @@ -229534,7 +230392,7 @@ [ "server__", { - "_index": 1459, + "_index": 4080, "data": { "manuals/extender-local-setup": {} }, @@ -229544,7 +230402,7 @@ [ "servers", { - "_index": 1368, + "_index": 2355, "data": { "assets/colyseus": {}, "manuals/application-security": {}, @@ -229558,7 +230416,7 @@ [ "serves", { - "_index": 6575, + "_index": 6693, "data": { "assets/gamedistribution": {} }, @@ -229568,7 +230426,7 @@ [ "service", { - "_index": 1350, + "_index": 2019, "data": { "assets/firebase-remoteconfig": {}, "assets/rustore-remoteconfig": {}, @@ -229587,7 +230445,7 @@ [ "service_network_alias", { - "_index": 4924, + "_index": 4796, "data": { "manuals/extender-docker-images": {} }, @@ -229597,7 +230455,7 @@ [ "services", { - "_index": 1487, + "_index": 2020, "data": { "assets/adswrapper": {}, "assets/googleplaygameservices": {}, @@ -229613,7 +230471,7 @@ [ "services.yml", { - "_index": 4913, + "_index": 4786, "data": { "manuals/extender-docker-images": {} }, @@ -229623,7 +230481,7 @@ [ "serving", { - "_index": 5891, + "_index": 2347, "data": { "manuals/working-offline": {} }, @@ -229633,7 +230491,7 @@ [ "session", { - "_index": 2334, + "_index": 916, "data": { "assets/defsave": {}, "manuals/debugging-native-code": {}, @@ -229649,7 +230507,7 @@ [ "sessions", { - "_index": 6776, + "_index": 8410, "data": { "ref/stable/dmResource": {}, "ref/stable/liveupdate": {} @@ -229660,7 +230518,7 @@ [ "set", { - "_index": 42, + "_index": 90, "data": { "assets/defmath": {}, "assets/defold-runtime-atlas": {}, @@ -229810,7 +230668,7 @@ [ "set_active", { - "_index": 8921, + "_index": 10167, "data": { "ref/stable/b2d.body": {} }, @@ -229820,7 +230678,7 @@ [ "set_adjust_mode", { - "_index": 9339, + "_index": 7877, "data": { "ref/stable/gui": {} }, @@ -229830,7 +230688,7 @@ [ "set_alpha", { - "_index": 9341, + "_index": 7879, "data": { "ref/stable/gui": {} }, @@ -229840,7 +230698,7 @@ [ "set_angular_damping", { - "_index": 8929, + "_index": 10175, "data": { "ref/stable/b2d.body": {} }, @@ -229850,7 +230708,7 @@ [ "set_angular_velocity", { - "_index": 8931, + "_index": 10177, "data": { "ref/stable/b2d.body": {} }, @@ -229860,7 +230718,7 @@ [ "set_aspect_ratio", { - "_index": 10588, + "_index": 10345, "data": { "ref/stable/camera": {} }, @@ -229870,7 +230728,7 @@ [ "set_atlas", { - "_index": 7439, + "_index": 10438, "data": { "ref/stable/resource": {} }, @@ -229880,7 +230738,7 @@ [ "set_awake", { - "_index": 8933, + "_index": 10179, "data": { "ref/stable/b2d.body": {} }, @@ -229890,7 +230748,7 @@ [ "set_backing_texture", { - "_index": 3001, + "_index": 5302, "data": { "manuals/compute": {} }, @@ -229900,7 +230758,7 @@ [ "set_blend_func", { - "_index": 7846, + "_index": 8519, "data": { "ref/stable/render": {} }, @@ -229910,7 +230768,7 @@ [ "set_blend_mode", { - "_index": 9344, + "_index": 7881, "data": { "ref/stable/gui": {} }, @@ -229920,7 +230778,7 @@ [ "set_buffer", { - "_index": 7442, + "_index": 10441, "data": { "ref/stable/resource": {} }, @@ -229930,7 +230788,7 @@ [ "set_bullet", { - "_index": 8935, + "_index": 10181, "data": { "ref/stable/b2d.body": {} }, @@ -229940,7 +230798,7 @@ [ "set_camera", { - "_index": 7905, + "_index": 8564, "data": { "ref/stable/camera": {}, "ref/stable/render": {} @@ -229951,7 +230809,7 @@ [ "set_clipping_inverted", { - "_index": 9346, + "_index": 7883, "data": { "ref/stable/gui": {} }, @@ -229961,7 +230819,7 @@ [ "set_clipping_mode", { - "_index": 9348, + "_index": 7885, "data": { "ref/stable/gui": {} }, @@ -229971,7 +230829,7 @@ [ "set_clipping_visible", { - "_index": 9350, + "_index": 7887, "data": { "ref/stable/gui": {} }, @@ -229981,7 +230839,7 @@ [ "set_collection", { - "_index": 10519, + "_index": 7987, "data": { "ref/stable/collectionproxy": {} }, @@ -229991,7 +230849,7 @@ [ "set_color", { - "_index": 9351, + "_index": 7888, "data": { "ref/stable/gui": {} }, @@ -230001,7 +230859,7 @@ [ "set_color_mask", { - "_index": 7908, + "_index": 8567, "data": { "ref/stable/render": {} }, @@ -230011,7 +230869,7 @@ [ "set_compute", { - "_index": 7909, + "_index": 8570, "data": { "ref/stable/render": {} }, @@ -230021,7 +230879,7 @@ [ "set_connectivity_host", { - "_index": 8515, + "_index": 9710, "data": { "ref/stable/sys": {} }, @@ -230031,7 +230889,7 @@ [ "set_constant", { - "_index": 10603, + "_index": 10251, "data": { "ref/stable/particlefx": {} }, @@ -230041,7 +230899,7 @@ [ "set_count", { - "_index": 3986, + "_index": 1527, "data": { "manuals/editor-scripts-ui": {} }, @@ -230051,7 +230909,7 @@ [ "set_cull_face", { - "_index": 7911, + "_index": 8572, "data": { "ref/stable/render": {} }, @@ -230061,7 +230919,7 @@ [ "set_depth_func", { - "_index": 7919, + "_index": 8577, "data": { "ref/stable/render": {} }, @@ -230071,7 +230929,7 @@ [ "set_depth_mask", { - "_index": 7928, + "_index": 8579, "data": { "ref/stable/render": {} }, @@ -230081,7 +230939,7 @@ [ "set_dim_mode", { - "_index": 9691, + "_index": 7213, "data": { "ref/stable/window": {} }, @@ -230091,7 +230949,7 @@ [ "set_enabled", { - "_index": 3979, + "_index": 1518, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/gui": {} @@ -230102,7 +230960,7 @@ [ "set_error_handler", { - "_index": 8517, + "_index": 9713, "data": { "ref/stable/sys": {} }, @@ -230112,7 +230970,7 @@ [ "set_euler", { - "_index": 9354, + "_index": 7891, "data": { "ref/stable/gui": {} }, @@ -230122,7 +230980,7 @@ [ "set_far_z", { - "_index": 10590, + "_index": 10347, "data": { "ref/stable/camera": {} }, @@ -230132,7 +230990,7 @@ [ "set_file_path", { - "_index": 9932, + "_index": 8701, "data": { "ref/stable/crash": {} }, @@ -230142,7 +231000,7 @@ [ "set_fill_angle", { - "_index": 9355, + "_index": 7892, "data": { "ref/stable/gui": {} }, @@ -230152,7 +231010,7 @@ [ "set_fixed_rotation", { - "_index": 8937, + "_index": 10183, "data": { "ref/stable/b2d.body": {} }, @@ -230162,7 +231020,7 @@ [ "set_flipbook_cursor", { - "_index": 9357, + "_index": 7894, "data": { "ref/stable/gui": {} }, @@ -230172,7 +231030,7 @@ [ "set_flipbook_playback_rate", { - "_index": 9359, + "_index": 7896, "data": { "ref/stable/gui": {} }, @@ -230182,7 +231040,7 @@ [ "set_font", { - "_index": 9361, + "_index": 7898, "data": { "ref/stable/gui": {} }, @@ -230192,7 +231050,7 @@ [ "set_fov", { - "_index": 10592, + "_index": 10349, "data": { "ref/stable/camera": {} }, @@ -230202,7 +231060,7 @@ [ "set_gain", { - "_index": 10031, + "_index": 10754, "data": { "ref/stable/sound": {} }, @@ -230212,7 +231070,7 @@ [ "set_gravity", { - "_index": 7103, + "_index": 7524, "data": { "ref/stable/physics": {} }, @@ -230222,7 +231080,7 @@ [ "set_gravity_scale", { - "_index": 8939, + "_index": 10185, "data": { "ref/stable/b2d.body": {} }, @@ -230232,7 +231090,7 @@ [ "set_group", { - "_index": 7105, + "_index": 7526, "data": { "ref/stable/physics": {} }, @@ -230242,7 +231100,7 @@ [ "set_group_gain", { - "_index": 10050, + "_index": 10772, "data": { "ref/stable/sound": {} }, @@ -230252,7 +231110,7 @@ [ "set_hflip", { - "_index": 7108, + "_index": 6960, "data": { "ref/stable/physics": {}, "ref/stable/sprite": {} @@ -230263,7 +231121,7 @@ [ "set_id", { - "_index": 3981, + "_index": 1520, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/gui": {} @@ -230274,7 +231132,7 @@ [ "set_inherit_alpha", { - "_index": 9367, + "_index": 7904, "data": { "ref/stable/gui": {} }, @@ -230284,7 +231142,7 @@ [ "set_inner_radius", { - "_index": 9368, + "_index": 7905, "data": { "ref/stable/gui": {} }, @@ -230294,7 +231152,7 @@ [ "set_interaction_listener", { - "_index": 6833, + "_index": 10199, "data": { "ref/stable/html5": {} }, @@ -230304,7 +231162,7 @@ [ "set_joint_properties", { - "_index": 7109, + "_index": 7529, "data": { "ref/stable/physics": {} }, @@ -230314,7 +231172,7 @@ [ "set_layer", { - "_index": 9370, + "_index": 7907, "data": { "ref/stable/gui": {} }, @@ -230324,7 +231182,7 @@ [ "set_leading", { - "_index": 9372, + "_index": 7909, "data": { "ref/stable/gui": {} }, @@ -230334,7 +231192,7 @@ [ "set_line_break", { - "_index": 9374, + "_index": 7911, "data": { "ref/stable/gui": {} }, @@ -230344,7 +231202,7 @@ [ "set_linear_damping", { - "_index": 8941, + "_index": 10187, "data": { "ref/stable/b2d.body": {} }, @@ -230354,7 +231212,7 @@ [ "set_linear_velocity", { - "_index": 8943, + "_index": 10189, "data": { "ref/stable/b2d.body": {} }, @@ -230364,9 +231222,10 @@ [ "set_listener", { - "_index": 7111, + "_index": 7215, "data": { "ref/stable/physics": {}, + "ref/stable/render": {}, "ref/stable/window": {} }, "type": {} @@ -230375,7 +231234,7 @@ [ "set_maskbit", { - "_index": 7113, + "_index": 7532, "data": { "ref/stable/physics": {} }, @@ -230385,7 +231244,7 @@ [ "set_material", { - "_index": 9376, + "_index": 7913, "data": { "ref/stable/gui": {} }, @@ -230395,7 +231254,7 @@ [ "set_mesh_enabled", { - "_index": 10889, + "_index": 9827, "data": { "ref/stable/model": {} }, @@ -230405,7 +231264,7 @@ [ "set_metadata", { - "_index": 10378, + "_index": 8109, "data": { "ref/stable/buffer": {} }, @@ -230415,7 +231274,7 @@ [ "set_mouse_lock", { - "_index": 9699, + "_index": 7222, "data": { "ref/stable/window": {} }, @@ -230425,7 +231284,7 @@ [ "set_name", { - "_index": 3956, + "_index": 1466, "data": { "manuals/editor-scripts-ui": {} }, @@ -230435,7 +231294,7 @@ [ "set_near_z", { - "_index": 10594, + "_index": 10351, "data": { "ref/stable/camera": {} }, @@ -230445,7 +231304,7 @@ [ "set_orthographic_zoom", { - "_index": 10596, + "_index": 10353, "data": { "ref/stable/camera": {} }, @@ -230455,7 +231314,7 @@ [ "set_outer_bounds", { - "_index": 9377, + "_index": 7914, "data": { "ref/stable/gui": {} }, @@ -230465,7 +231324,7 @@ [ "set_outline", { - "_index": 9378, + "_index": 7915, "data": { "ref/stable/gui": {} }, @@ -230475,7 +231334,7 @@ [ "set_pan", { - "_index": 10052, + "_index": 10774, "data": { "ref/stable/sound": {} }, @@ -230485,7 +231344,7 @@ [ "set_parent", { - "_index": 4568, + "_index": 6014, "data": { "manuals/building-blocks": {}, "ref/stable/go": {}, @@ -230497,7 +231356,7 @@ [ "set_particlefx", { - "_index": 9382, + "_index": 7919, "data": { "ref/stable/gui": {} }, @@ -230507,7 +231366,7 @@ [ "set_password", { - "_index": 4012, + "_index": 1568, "data": { "manuals/editor-scripts-ui": {} }, @@ -230517,7 +231376,7 @@ [ "set_perimeter_vertices", { - "_index": 9383, + "_index": 7920, "data": { "ref/stable/gui": {} }, @@ -230527,7 +231386,7 @@ [ "set_pivot", { - "_index": 9385, + "_index": 7922, "data": { "ref/stable/gui": {} }, @@ -230537,7 +231396,7 @@ [ "set_polygon_offset", { - "_index": 7930, + "_index": 8588, "data": { "ref/stable/render": {} }, @@ -230547,7 +231406,7 @@ [ "set_position", { - "_index": 9082, + "_index": 7923, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -230558,7 +231417,7 @@ [ "set_projection", { - "_index": 7938, + "_index": 8595, "data": { "ref/stable/render": {} }, @@ -230568,7 +231427,7 @@ [ "set_prototype", { - "_index": 6956, + "_index": 7193, "data": { "ref/stable/collectionfactory": {}, "ref/stable/factory": {} @@ -230579,7 +231438,7 @@ [ "set_render_order", { - "_index": 9387, + "_index": 7925, "data": { "ref/stable/gui": {} }, @@ -230589,7 +231448,7 @@ [ "set_render_target", { - "_index": 7939, + "_index": 8596, "data": { "ref/stable/render": {} }, @@ -230599,7 +231458,7 @@ [ "set_render_target_size", { - "_index": 7943, + "_index": 8601, "data": { "ref/stable/render": {} }, @@ -230609,7 +231468,7 @@ [ "set_rotation", { - "_index": 9084, + "_index": 7927, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -230620,7 +231479,7 @@ [ "set_scale", { - "_index": 9086, + "_index": 7928, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -230631,7 +231490,7 @@ [ "set_score", { - "_index": 109, + "_index": 5642, "data": { "manuals/gui-text": {} }, @@ -230641,7 +231500,7 @@ [ "set_screen_position", { - "_index": 9389, + "_index": 7930, "data": { "ref/stable/gui": {} }, @@ -230651,7 +231510,7 @@ [ "set_shadow", { - "_index": 9390, + "_index": 7931, "data": { "ref/stable/gui": {} }, @@ -230661,7 +231520,7 @@ [ "set_shape", { - "_index": 7116, + "_index": 7535, "data": { "ref/stable/physics": {} }, @@ -230671,7 +231530,7 @@ [ "set_shape_data", { - "_index": 7119, + "_index": 7538, "data": { "ref/stable/physics": {} }, @@ -230681,7 +231540,7 @@ [ "set_size", { - "_index": 9391, + "_index": 7932, "data": { "ref/stable/gui": {} }, @@ -230691,7 +231550,7 @@ [ "set_size_mode", { - "_index": 9394, + "_index": 7935, "data": { "ref/stable/gui": {} }, @@ -230701,7 +231560,7 @@ [ "set_sleeping_allowed", { - "_index": 8945, + "_index": 10191, "data": { "ref/stable/b2d.body": {} }, @@ -230711,7 +231570,7 @@ [ "set_slice9", { - "_index": 9395, + "_index": 7936, "data": { "ref/stable/gui": {} }, @@ -230721,7 +231580,7 @@ [ "set_sound", { - "_index": 7446, + "_index": 10444, "data": { "ref/stable/resource": {} }, @@ -230731,7 +231590,7 @@ [ "set_state", { - "_index": 10832, + "_index": 9052, "data": { "ref/stable/editor": {} }, @@ -230741,7 +231600,7 @@ [ "set_stencil_func", { - "_index": 7945, + "_index": 8603, "data": { "ref/stable/render": {} }, @@ -230751,7 +231610,7 @@ [ "set_stencil_mask", { - "_index": 7956, + "_index": 8613, "data": { "ref/stable/render": {} }, @@ -230761,7 +231620,7 @@ [ "set_stencil_op", { - "_index": 7958, + "_index": 8615, "data": { "ref/stable/render": {} }, @@ -230771,7 +231630,7 @@ [ "set_text", { - "_index": 6876, + "_index": 7937, "data": { "ref/stable/gui": {}, "ref/stable/label": {} @@ -230782,7 +231641,7 @@ [ "set_texture", { - "_index": 3710, + "_index": 1830, "data": { "manuals/render": {}, "ref/stable/gui": {}, @@ -230794,7 +231653,7 @@ [ "set_texture_data", { - "_index": 9399, + "_index": 7941, "data": { "ref/stable/gui": {} }, @@ -230804,7 +231663,7 @@ [ "set_tile", { - "_index": 8682, + "_index": 8081, "data": { "ref/stable/tilemap": {} }, @@ -230814,7 +231673,7 @@ [ "set_time_step", { - "_index": 5391, + "_index": 4719, "data": { "examples/collection/timestep": {}, "manuals/collection-proxy": {}, @@ -230826,7 +231685,7 @@ [ "set_tracking", { - "_index": 9401, + "_index": 7943, "data": { "ref/stable/gui": {} }, @@ -230836,7 +231695,7 @@ [ "set_transform", { - "_index": 8947, + "_index": 10193, "data": { "ref/stable/b2d.body": {} }, @@ -230846,7 +231705,7 @@ [ "set_type", { - "_index": 8949, + "_index": 10195, "data": { "ref/stable/b2d.body": {} }, @@ -230856,7 +231715,7 @@ [ "set_ui_mode", { - "_index": 10863, + "_index": 10287, "data": { "ref/stable/profiler": {} }, @@ -230866,7 +231725,7 @@ [ "set_ui_view_mode", { - "_index": 10867, + "_index": 10291, "data": { "ref/stable/profiler": {} }, @@ -230876,7 +231735,7 @@ [ "set_ui_vsync_wait_visible", { - "_index": 10872, + "_index": 10296, "data": { "ref/stable/profiler": {} }, @@ -230886,7 +231745,7 @@ [ "set_update_frequency", { - "_index": 8384, + "_index": 9582, "data": { "ref/stable/sys": {} }, @@ -230896,7 +231755,7 @@ [ "set_user", { - "_index": 3993, + "_index": 1536, "data": { "manuals/editor-scripts-ui": {} }, @@ -230906,7 +231765,7 @@ [ "set_user_field", { - "_index": 9935, + "_index": 8704, "data": { "ref/stable/crash": {} }, @@ -230916,7 +231775,7 @@ [ "set_username", { - "_index": 4011, + "_index": 1567, "data": { "manuals/editor-scripts-ui": {} }, @@ -230926,7 +231785,7 @@ [ "set_vflip", { - "_index": 7127, + "_index": 6961, "data": { "ref/stable/physics": {}, "ref/stable/sprite": {} @@ -230937,7 +231796,7 @@ [ "set_view", { - "_index": 7979, + "_index": 8627, "data": { "ref/stable/render": {} }, @@ -230947,7 +231806,7 @@ [ "set_view_projection", { - "_index": 3675, + "_index": 1775, "data": { "manuals/render": {} }, @@ -230957,7 +231816,7 @@ [ "set_viewport", { - "_index": 7980, + "_index": 8628, "data": { "ref/stable/render": {} }, @@ -230967,7 +231826,7 @@ [ "set_visible", { - "_index": 8699, + "_index": 7944, "data": { "ref/stable/gui": {}, "ref/stable/tilemap": {} @@ -230978,7 +231837,7 @@ [ "set_vsync", { - "_index": 8388, + "_index": 9586, "data": { "ref/stable/sys": {} }, @@ -230988,7 +231847,7 @@ [ "set_vsync_swap_interval", { - "_index": 8520, + "_index": 9716, "data": { "ref/stable/sys": {} }, @@ -230998,7 +231857,7 @@ [ "set_xanchor", { - "_index": 9403, + "_index": 7946, "data": { "ref/stable/gui": {} }, @@ -231008,7 +231867,7 @@ [ "set_yanchor", { - "_index": 9405, + "_index": 7948, "data": { "ref/stable/gui": {} }, @@ -231018,7 +231877,7 @@ [ "setblocking", { - "_index": 7732, + "_index": 10066, "data": { "ref/stable/dmSocket": {} }, @@ -231028,7 +231887,7 @@ [ "setbone", { - "_index": 9644, + "_index": 9348, "data": { "ref/stable/dmGameObject": {} }, @@ -231038,7 +231897,7 @@ [ "setbonetransforms", { - "_index": 9645, + "_index": 9349, "data": { "ref/stable/dmGameObject": {} }, @@ -231048,7 +231907,7 @@ [ "setbroadcast", { - "_index": 7733, + "_index": 10067, "data": { "ref/stable/dmSocket": {} }, @@ -231058,7 +231917,7 @@ [ "setcapacity", { - "_index": 10061, + "_index": 7445, "data": { "ref/stable/dmArray": {} }, @@ -231068,7 +231927,7 @@ [ "setconstantlocation", { - "_index": 7522, + "_index": 10962, "data": { "ref/stable/dmRender": {} }, @@ -231078,7 +231937,7 @@ [ "setconstanttype", { - "_index": 7524, + "_index": 10963, "data": { "ref/stable/dmRender": {} }, @@ -231088,7 +231947,7 @@ [ "setconstantvalues", { - "_index": 7525, + "_index": 10964, "data": { "ref/stable/dmRender": {} }, @@ -231098,7 +231957,7 @@ [ "setfenv", { - "_index": 6990, + "_index": 9569, "data": { "ref/stable/base": {}, "ref/stable/debug": {} @@ -231109,7 +231968,7 @@ [ "setfragment", { - "_index": 10490, + "_index": 7338, "data": { "ref/stable/dmMessage": {} }, @@ -231119,7 +231978,7 @@ [ "setgamepadaxis", { - "_index": 7213, + "_index": 9537, "data": { "ref/stable/dmHid": {} }, @@ -231129,7 +231988,7 @@ [ "setgamepadbutton", { - "_index": 7214, + "_index": 9538, "data": { "ref/stable/dmHid": {} }, @@ -231139,7 +231998,7 @@ [ "sethook", { - "_index": 6991, + "_index": 9570, "data": { "ref/stable/debug": {} }, @@ -231149,7 +232008,7 @@ [ "setidentifier", { - "_index": 9647, + "_index": 9351, "data": { "ref/stable/dmGameObject": {} }, @@ -231159,7 +232018,7 @@ [ "setidentity", { - "_index": 7582, + "_index": 9854, "data": { "ref/stable/dmTransform": {} }, @@ -231169,7 +232028,7 @@ [ "setindexbufferdata", { - "_index": 10282, + "_index": 6885, "data": { "ref/stable/dmGraphics": {} }, @@ -231179,7 +232038,7 @@ [ "setindexbuffersubdata", { - "_index": 10283, + "_index": 6886, "data": { "ref/stable/dmGraphics": {} }, @@ -231189,7 +232048,7 @@ [ "setinstance", { - "_index": 8744, + "_index": 10813, "data": { "ref/stable/dmScript": {} }, @@ -231199,7 +232058,7 @@ [ "setkey", { - "_index": 7215, + "_index": 9539, "data": { "ref/stable/dmHid": {} }, @@ -231209,7 +232068,7 @@ [ "setlocal", { - "_index": 6994, + "_index": 9573, "data": { "ref/stable/debug": {} }, @@ -231219,7 +232078,7 @@ [ "setlocale", { - "_index": 8553, + "_index": 10016, "data": { "ref/stable/os": {} }, @@ -231229,7 +232088,7 @@ [ "setmassdata", { - "_index": 8919, + "_index": 10165, "data": { "ref/stable/b2d.body": {} }, @@ -231239,7 +232098,7 @@ [ "setmaterialconstant", { - "_index": 7988, + "_index": 8041, "data": { "ref/stable/dmGameSystem": {} }, @@ -231249,7 +232108,7 @@ [ "setmetadata", { - "_index": 10563, + "_index": 10674, "data": { "ref/stable/dmBuffer": {} }, @@ -231259,7 +232118,7 @@ [ "setmetatable", { - "_index": 2720, + "_index": 5743, "data": { "manuals/modules": {}, "ref/stable/base": {}, @@ -231271,7 +232130,7 @@ [ "setmousebutton", { - "_index": 7217, + "_index": 9541, "data": { "ref/stable/dmHid": {} }, @@ -231281,7 +232140,7 @@ [ "setmouseposition", { - "_index": 7218, + "_index": 9542, "data": { "ref/stable/dmHid": {} }, @@ -231291,7 +232150,7 @@ [ "setmousewheel", { - "_index": 7219, + "_index": 9543, "data": { "ref/stable/dmHid": {} }, @@ -231301,7 +232160,7 @@ [ "setnamedconstant", { - "_index": 7527, + "_index": 10966, "data": { "ref/stable/dmRender": {} }, @@ -231311,7 +232170,7 @@ [ "setnamedconstantatindex", { - "_index": 7530, + "_index": 10969, "data": { "ref/stable/dmRender": {} }, @@ -231321,7 +232180,7 @@ [ "setnamedconstants", { - "_index": 7531, + "_index": 10970, "data": { "ref/stable/dmRender": {} }, @@ -231331,7 +232190,7 @@ [ "setnodeadjustmode", { - "_index": 10012, + "_index": 8157, "data": { "ref/stable/dmGui": {} }, @@ -231341,7 +232200,7 @@ [ "setnodeid", { - "_index": 10013, + "_index": 8158, "data": { "ref/stable/dmGui": {} }, @@ -231351,7 +232210,7 @@ [ "setnodeisbone", { - "_index": 10014, + "_index": 8159, "data": { "ref/stable/dmGui": {} }, @@ -231361,7 +232220,7 @@ [ "setnodelay", { - "_index": 7735, + "_index": 10069, "data": { "ref/stable/dmSocket": {} }, @@ -231371,7 +232230,7 @@ [ "setnodeparent", { - "_index": 10016, + "_index": 8161, "data": { "ref/stable/dmGui": {} }, @@ -231381,7 +232240,7 @@ [ "setnodeproperty", { - "_index": 10019, + "_index": 8164, "data": { "ref/stable/dmGui": {} }, @@ -231391,7 +232250,7 @@ [ "setnodetexture", { - "_index": 10020, + "_index": 8165, "data": { "ref/stable/dmGui": {} }, @@ -231401,7 +232260,7 @@ [ "setoption", { - "_index": 8179, + "_index": 10558, "data": { "ref/stable/socket": {} }, @@ -231411,7 +232270,7 @@ [ "setpath", { - "_index": 10491, + "_index": 7339, "data": { "ref/stable/dmMessage": {} }, @@ -231421,7 +232280,7 @@ [ "setpause", { - "_index": 10401, + "_index": 10688, "data": { "ref/stable/base": {} }, @@ -231431,7 +232290,7 @@ [ "setpeername", { - "_index": 8253, + "_index": 10624, "data": { "ref/stable/socket": {} }, @@ -231441,7 +232300,7 @@ [ "setposition", { - "_index": 9648, + "_index": 9352, "data": { "ref/stable/dmGameObject": {} }, @@ -231451,7 +232310,7 @@ [ "setquickack", { - "_index": 7737, + "_index": 10071, "data": { "ref/stable/dmSocket": {} }, @@ -231461,7 +232320,7 @@ [ "setreceivetimeout", { - "_index": 7740, + "_index": 8757, "data": { "ref/stable/dmSSLSocket": {}, "ref/stable/dmSocket": {} @@ -231472,7 +232331,7 @@ [ "setrenderconstant", { - "_index": 8003, + "_index": 8058, "data": { "ref/stable/dmGameSystem": {} }, @@ -231482,7 +232341,7 @@ [ "setreuseaddress", { - "_index": 7741, + "_index": 10074, "data": { "ref/stable/dmSocket": {} }, @@ -231492,7 +232351,7 @@ [ "setrotation", { - "_index": 7584, + "_index": 9353, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmTransform": {} @@ -231503,7 +232362,7 @@ [ "sets", { - "_index": 312, + "_index": 358, "data": { "examples/animation/cursor": {}, "examples/material/uvgradient": {}, @@ -231549,7 +232408,7 @@ [ "setscale", { - "_index": 7585, + "_index": 9354, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmTransform": {} @@ -231560,7 +232419,7 @@ [ "setsendtimeout", { - "_index": 7743, + "_index": 10076, "data": { "ref/stable/dmSocket": {} }, @@ -231570,7 +232429,7 @@ [ "setsize", { - "_index": 10066, + "_index": 7452, "data": { "ref/stable/dmArray": {} }, @@ -231580,7 +232439,7 @@ [ "setsocket", { - "_index": 10492, + "_index": 7340, "data": { "ref/stable/dmMessage": {} }, @@ -231590,7 +232449,7 @@ [ "setsockname", { - "_index": 8130, + "_index": 10510, "data": { "ref/stable/socket": {} }, @@ -231600,7 +232459,7 @@ [ "setstatuscode", { - "_index": 7615, + "_index": 10087, "data": { "ref/stable/dmWebServer": {} }, @@ -231610,7 +232469,7 @@ [ "setstepmul", { - "_index": 10402, + "_index": 10689, "data": { "ref/stable/base": {} }, @@ -231620,7 +232479,7 @@ [ "setter", { - "_index": 3964, + "_index": 1480, "data": { "manuals/editor-scripts-ui": {} }, @@ -231630,7 +232489,7 @@ [ "setteres", { - "_index": 9333, + "_index": 7870, "data": { "ref/stable/gui": {} }, @@ -231640,7 +232499,7 @@ [ "setthreadname", { - "_index": 7665, + "_index": 10319, "data": { "ref/stable/dmThread": {} }, @@ -231650,7 +232509,7 @@ [ "settimeout", { - "_index": 8106, + "_index": 10493, "data": { "ref/stable/socket": {} }, @@ -231660,7 +232519,7 @@ [ "setting", { - "_index": 59, + "_index": 261, "data": { "assets/luascriptinstance": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -231715,7 +232574,7 @@ [ "settings", { - "_index": 1011, + "_index": 12, "data": { "examples/gui/healthbar": {}, "examples/gui/slice9": {}, @@ -231762,7 +232621,7 @@ [ "settlsvalue", { - "_index": 7667, + "_index": 10321, "data": { "ref/stable/dmThread": {} }, @@ -231772,7 +232631,7 @@ [ "settranslation", { - "_index": 7586, + "_index": 9855, "data": { "ref/stable/dmTransform": {} }, @@ -231782,7 +232641,7 @@ [ "setuniformscale", { - "_index": 7587, + "_index": 9856, "data": { "ref/stable/dmTransform": {} }, @@ -231792,7 +232651,7 @@ [ "setup", { - "_index": 1814, + "_index": 1724, "data": { "assets/defquest": {}, "assets/lightandshadows": {}, @@ -231835,7 +232694,7 @@ [ "setupcallback", { - "_index": 8803, + "_index": 10867, "data": { "ref/stable/dmScript": {} }, @@ -231845,7 +232704,7 @@ [ "setuptype", { - "_index": 6950, + "_index": 8472, "data": { "ref/stable/dmResource": {} }, @@ -231855,7 +232714,7 @@ [ "setupvalue", { - "_index": 6998, + "_index": 9577, "data": { "ref/stable/debug": {} }, @@ -231865,7 +232724,7 @@ [ "setvertexbufferdata", { - "_index": 10285, + "_index": 6888, "data": { "ref/stable/dmGraphics": {} }, @@ -231875,7 +232734,7 @@ [ "setvertexbuffersubdata", { - "_index": 10286, + "_index": 6889, "data": { "ref/stable/dmGraphics": {} }, @@ -231885,7 +232744,7 @@ [ "several", { - "_index": 63, + "_index": 975, "data": { "assets/defarmy": {}, "assets/tactxstudios": {}, @@ -231927,7 +232786,7 @@ [ "severity", { - "_index": 3930, + "_index": 1419, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/dmLog": {}, @@ -231939,7 +232798,7 @@ [ "sevmte8gv09steq", { - "_index": 5018, + "_index": 4624, "data": { "manuals/extensions-manifest-merge-tool": {} }, @@ -231949,7 +232808,7 @@ [ "sfail", { - "_index": 7960, + "_index": 8617, "data": { "ref/stable/render": {} }, @@ -231959,7 +232818,7 @@ [ "sfmt", { - "_index": 6568, + "_index": 6459, "data": { "assets/sfmt": {} }, @@ -231969,7 +232828,7 @@ [ "sg", { - "_index": 7895, + "_index": 8554, "data": { "ref/stable/render": {} }, @@ -231979,7 +232838,7 @@ [ "sh", { - "_index": 768, + "_index": 3268, "data": { "manuals/bob": {}, "manuals/caching-assets": {}, @@ -231992,7 +232851,7 @@ [ "sha1", { - "_index": 4173, + "_index": 3203, "data": { "manuals/bob": {}, "manuals/editor-scripts": {}, @@ -232006,7 +232865,7 @@ [ "sha256", { - "_index": 8060, + "_index": 8193, "data": { "ref/stable/dmCrypt": {} }, @@ -232016,7 +232875,7 @@ [ "sha512", { - "_index": 8063, + "_index": 8196, "data": { "ref/stable/dmCrypt": {} }, @@ -232026,7 +232885,7 @@ [ "shader", { - "_index": 890, + "_index": 1879, "data": { "assets/blurshader": {}, "assets/defold-3D-outline-shader": {}, @@ -232063,7 +232922,7 @@ [ "shader.fp", { - "_index": 1152, + "_index": 2772, "data": { "manuals/shader": {} }, @@ -232073,7 +232932,7 @@ [ "shader.vs", { - "_index": 1183, + "_index": 2788, "data": { "manuals/shader": {} }, @@ -232083,7 +232942,7 @@ [ "shaders", { - "_index": 883, + "_index": 2384, "data": { "assets/cards-fx-kit": {}, "assets/dsfonts": {}, @@ -232106,7 +232965,7 @@ [ "shading", { - "_index": 877, + "_index": 1171, "data": { "assets/illumination": {}, "manuals/particlefx": {}, @@ -232118,7 +232977,7 @@ [ "shadow", { - "_index": 814, + "_index": 2597, "data": { "manuals/font": {}, "manuals/glossary": {}, @@ -232134,7 +232993,7 @@ [ "shadow_color", { - "_index": 980, + "_index": 2663, "data": { "manuals/shader": {} }, @@ -232144,7 +233003,7 @@ [ "shadows", { - "_index": 359, + "_index": 974, "data": { "assets/lightandshadows": {}, "manuals/font": {}, @@ -232156,7 +233015,7 @@ [ "shake", { - "_index": 6067, + "_index": 3490, "data": { "assets/orthographic": {}, "manuals/camera": {} @@ -232167,7 +233026,7 @@ [ "shallow", { - "_index": 3860, + "_index": 1308, "data": { "manuals/editor-scripts-ui": {} }, @@ -232177,7 +233036,7 @@ [ "shape", { - "_index": 195, + "_index": 314, "data": { "assets/defgraph": {}, "examples/model/cubemap": {}, @@ -232209,7 +233068,7 @@ [ "shape's", { - "_index": 1027, + "_index": 2694, "data": { "manuals/shader": {} }, @@ -232219,7 +233078,7 @@ [ "shape/motion", { - "_index": 3284, + "_index": 5086, "data": { "manuals/flash": {} }, @@ -232229,7 +233088,7 @@ [ "shape_type_box", { - "_index": 7128, + "_index": 7546, "data": { "ref/stable/physics": {} }, @@ -232239,7 +233098,7 @@ [ "shape_type_capsule", { - "_index": 7129, + "_index": 7547, "data": { "ref/stable/physics": {} }, @@ -232249,7 +233108,7 @@ [ "shape_type_hull", { - "_index": 7130, + "_index": 7548, "data": { "ref/stable/physics": {} }, @@ -232259,7 +233118,7 @@ [ "shape_type_sphere", { - "_index": 7131, + "_index": 7549, "data": { "ref/stable/physics": {} }, @@ -232269,7 +233128,7 @@ [ "shapeflag", { - "_index": 3338, + "_index": 5126, "data": { "manuals/flash": {} }, @@ -232279,7 +233138,7 @@ [ "shapes", { - "_index": 164, + "_index": 963, "data": { "assets/3deforms": {}, "assets/defoldpolygoneditor": {}, @@ -232310,7 +233169,7 @@ [ "share", { - "_index": 1276, + "_index": 2336, "data": { "assets/facebook": {}, "assets/share": {}, @@ -232329,7 +233188,7 @@ [ "share/extender/build_input.yml", { - "_index": 1268, + "_index": 4647, "data": { "manuals/extensions-ext-manifests": {} }, @@ -232339,7 +233198,7 @@ [ "shared", { - "_index": 764, + "_index": 1089, "data": { "manuals/application-security": {}, "manuals/caching-assets": {}, @@ -232359,7 +233218,7 @@ [ "shared/en/android", { - "_index": 5429, + "_index": 6076, "data": { "manuals/android": {} }, @@ -232369,7 +233228,7 @@ [ "shared/en/apple", { - "_index": 3492, + "_index": 3036, "data": { "manuals/ios": {}, "manuals/macos": {} @@ -232380,7 +233239,7 @@ [ "shared/en/blend", { - "_index": 830, + "_index": 1195, "data": { "manuals/label": {}, "manuals/particlefx": {}, @@ -232393,7 +233252,7 @@ [ "shared/en/build", { - "_index": 3443, + "_index": 2983, "data": { "manuals/android": {}, "manuals/ios": {} @@ -232404,7 +233263,7 @@ [ "shared/en/component", { - "_index": 4383, + "_index": 3704, "data": { "manuals/components": {}, "manuals/project-settings": {} @@ -232415,7 +233274,7 @@ [ "shared/en/components.md", { - "_index": 4557, + "_index": 6003, "data": { "manuals/building-blocks": {} }, @@ -232425,7 +233284,7 @@ [ "shared/en/consoles", { - "_index": 5062, + "_index": 3801, "data": { "manuals/nintendo-switch": {}, "manuals/sony-playstation": {} @@ -232436,7 +233295,7 @@ [ "shared/en/editor", { - "_index": 5841, + "_index": 5588, "data": { "manuals/editor": {} }, @@ -232446,7 +233305,7 @@ [ "shared/en/graphics", { - "_index": 3715, + "_index": 1836, "data": { "manuals/render": {} }, @@ -232456,7 +233315,7 @@ [ "shared/en/html5", { - "_index": 2341, + "_index": 933, "data": { "manuals/html5": {} }, @@ -232466,7 +233325,7 @@ [ "shared/en/install.md", { - "_index": 5609, + "_index": 3601, "data": { "manuals/install": {} }, @@ -232476,7 +233335,7 @@ [ "shared/en/ios", { - "_index": 3521, + "_index": 3070, "data": { "manuals/ios": {} }, @@ -232486,7 +233345,7 @@ [ "shared/en/linux", { - "_index": 2921, + "_index": 3167, "data": { "manuals/linux": {} }, @@ -232496,7 +233355,7 @@ [ "shared/en/material", { - "_index": 4137, + "_index": 3812, "data": { "manuals/mesh": {}, "manuals/model": {}, @@ -232509,7 +233368,7 @@ [ "shared/en/optimization", { - "_index": 5038, + "_index": 2569, "data": { "manuals/optimization-memory": {} }, @@ -232519,7 +233378,7 @@ [ "shared/en/slice", { - "_index": 4121, + "_index": 1964, "data": { "manuals/gui-box": {}, "manuals/sprite": {} @@ -232530,7 +233389,7 @@ [ "shared/en/test.md", { - "_index": 4108, + "_index": 4451, "data": { "manuals/test": {} }, @@ -232540,7 +233399,7 @@ [ "shared/en/url", { - "_index": 4874, + "_index": 3397, "data": { "manuals/addressing": {} }, @@ -232550,7 +233409,7 @@ [ "shared/en/windows", { - "_index": 4510, + "_index": 4961, "data": { "manuals/windows": {} }, @@ -232560,7 +233419,7 @@ [ "shared_state", { - "_index": 4993, + "_index": 2457, "data": { "manuals/zerobrane": {} }, @@ -232570,7 +233429,7 @@ [ "sharing", { - "_index": 2401, + "_index": 4735, "data": { "assets/share": {}, "manuals/extensions": {}, @@ -232582,7 +233441,7 @@ [ "sharp", { - "_index": 6339, + "_index": 6432, "data": { "assets/sharpsprite": {} }, @@ -232592,7 +233451,7 @@ [ "sharpen", { - "_index": 2926, + "_index": 5256, "data": { "manuals/compute": {} }, @@ -232602,7 +233461,7 @@ [ "sharpsprite", { - "_index": 6338, + "_index": 6431, "data": { "assets/sharpsprite": {} }, @@ -232612,7 +233471,7 @@ [ "shearing", { - "_index": 7591, + "_index": 9859, "data": { "ref/stable/dmTransform": {} }, @@ -232622,7 +233481,7 @@ [ "sheet", { - "_index": 345, + "_index": 967, "data": { "manuals/font": {}, "manuals/glossary": {}, @@ -232634,7 +233493,7 @@ [ "sheet_", { - "_index": 333, + "_index": 957, "data": { "manuals/importing-graphics": {} }, @@ -232644,7 +233503,7 @@ [ "shell", { - "_index": 1855, + "_index": 3177, "data": { "manuals/bob": {}, "manuals/debugging-native-code": {}, @@ -232659,7 +233518,7 @@ [ "shells", { - "_index": 5197, + "_index": 5402, "data": { "manuals/editor-scripts": {} }, @@ -232669,7 +233528,7 @@ [ "shield", { - "_index": 657, + "_index": 529, "data": { "manuals/addressing": {}, "manuals/building-blocks": {}, @@ -232682,7 +233541,7 @@ [ "shield_node", { - "_index": 4479, + "_index": 528, "data": { "manuals/gui": {} }, @@ -232692,7 +233551,7 @@ [ "shift", { - "_index": 2040, + "_index": 4429, "data": { "manuals/editor": {}, "manuals/input": {}, @@ -232705,7 +233564,7 @@ [ "shift+alt", { - "_index": 4341, + "_index": 4433, "data": { "manuals/tilemap": {} }, @@ -232715,7 +233574,7 @@ [ "shift+ctrl", { - "_index": 4340, + "_index": 4432, "data": { "manuals/tilemap": {} }, @@ -232725,7 +233584,7 @@ [ "shifted", { - "_index": 7752, + "_index": 8633, "data": { "ref/stable/bit": {} }, @@ -232735,7 +233594,7 @@ [ "shifted_", { - "_index": 5719, + "_index": 3554, "data": { "manuals/sound": {} }, @@ -232745,7 +233604,7 @@ [ "shifting", { - "_index": 6844, + "_index": 6939, "data": { "ref/stable/table": {} }, @@ -232755,7 +233614,7 @@ [ "shifts", { - "_index": 7769, + "_index": 8650, "data": { "ref/stable/bit": {} }, @@ -232765,7 +233624,7 @@ [ "ship", { - "_index": 4064, + "_index": 4264, "data": { "assets/steamworks": {}, "examples/factory/bullets": {}, @@ -232779,7 +233638,7 @@ [ "ships", { - "_index": 5852, + "_index": 4550, "data": { "manuals/glossary": {} }, @@ -232789,7 +233648,7 @@ [ "shoot", { - "_index": 6223, + "_index": 6179, "data": { "examples/factory/bullets": {} }, @@ -232799,7 +233658,7 @@ [ "shooters", { - "_index": 6644, + "_index": 6626, "data": { "assets/pp": {} }, @@ -232809,13 +233668,14 @@ [ "short", { - "_index": 1543, + "_index": 619, "data": { "manuals/debugging-game-and-system-logs": {}, "manuals/getting-help": {}, "manuals/html5": {}, "manuals/lua": {}, "manuals/optimization-speed": {}, + "ref/stable/editor": {}, "ref/stable/particlefx": {} }, "type": {} @@ -232824,7 +233684,7 @@ [ "shortcut", { - "_index": 8172, + "_index": 10551, "data": { "ref/stable/socket": {} }, @@ -232834,7 +233694,7 @@ [ "shortcuts", { - "_index": 2459, + "_index": 2833, "data": { "manuals/atlas": {}, "manuals/editor": {} @@ -232845,7 +233705,7 @@ [ "shortened", { - "_index": 3905, + "_index": 1377, "data": { "manuals/editor-scripts-ui": {} }, @@ -232855,7 +233715,7 @@ [ "shortest", { - "_index": 7708, + "_index": 7405, "data": { "ref/stable/dmVMath": {} }, @@ -232865,7 +233725,7 @@ [ "shorthand", { - "_index": 3253, + "_index": 5063, "data": { "manuals/flash": {} }, @@ -232875,7 +233735,7 @@ [ "shorthands", { - "_index": 4872, + "_index": 3395, "data": { "manuals/addressing": {}, "ref/stable/msg": {} @@ -232886,7 +233746,7 @@ [ "shorthands.md", { - "_index": 4875, + "_index": 3398, "data": { "manuals/addressing": {} }, @@ -232896,7 +233756,7 @@ [ "shot", { - "_index": 5853, + "_index": 4553, "data": { "manuals/glossary": {}, "ref/stable/crash": {}, @@ -232909,7 +233769,7 @@ [ "should", { - "_index": 234, + "_index": 125, "data": { "examples/material/unlit": {}, "examples/render/camera": {}, @@ -233013,7 +233873,7 @@ [ "shouldn't", { - "_index": 2255, + "_index": 781, "data": { "manuals/html5": {}, "ref/stable/collectionproxy": {} @@ -233024,7 +233884,7 @@ [ "show", { - "_index": 440, + "_index": 801, "data": { "assets/adswrapper": {}, "assets/camera": {}, @@ -233064,7 +233924,7 @@ [ "show_dialog", { - "_index": 3960, + "_index": 1470, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -233075,7 +233935,7 @@ [ "show_external_directory_dialog", { - "_index": 10813, + "_index": 9033, "data": { "ref/stable/editor": {} }, @@ -233085,7 +233945,7 @@ [ "show_external_file_dialog", { - "_index": 10817, + "_index": 9037, "data": { "ref/stable/editor": {} }, @@ -233095,7 +233955,7 @@ [ "show_keyboard", { - "_index": 9407, + "_index": 7950, "data": { "ref/stable/gui": {} }, @@ -233105,7 +233965,7 @@ [ "show_resource_dialog", { - "_index": 10819, + "_index": 9039, "data": { "ref/stable/editor": {} }, @@ -233115,7 +233975,7 @@ [ "showcased", { - "_index": 1245, + "_index": 2819, "data": { "manuals/shader": {} }, @@ -233125,7 +233985,7 @@ [ "showing", { - "_index": 1785, + "_index": 3474, "data": { "assets/crypto_iap": {}, "examples/gui/slice9": {}, @@ -233143,7 +234003,7 @@ [ "shown", { - "_index": 2116, + "_index": 2057, "data": { "examples/debug/physics": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -233165,7 +234025,7 @@ [ "shows", { - "_index": 1250, + "_index": 67, "data": { "examples/animation/cursor": {}, "examples/factory/bullets": {}, @@ -233203,7 +234063,7 @@ [ "shut", { - "_index": 6031, + "_index": 5769, "data": { "manuals/application-lifecycle": {}, "ref/stable/socket": {} @@ -233214,7 +234074,7 @@ [ "shutdown", { - "_index": 4968, + "_index": 1971, "data": { "manuals/editor-preferences": {}, "manuals/extensions": {}, @@ -233228,7 +234088,7 @@ [ "shutdowntype", { - "_index": 7745, + "_index": 10078, "data": { "ref/stable/dmSocket": {} }, @@ -233238,7 +234098,7 @@ [ "shuts", { - "_index": 8115, + "_index": 10044, "data": { "ref/stable/dmConnectionPool": {}, "ref/stable/socket": {} @@ -233249,7 +234109,7 @@ [ "shutting", { - "_index": 6029, + "_index": 5767, "data": { "manuals/application-lifecycle": {} }, @@ -233259,7 +234119,7 @@ [ "sibling", { - "_index": 9656, + "_index": 8133, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmGui": {} @@ -233270,7 +234130,7 @@ [ "siblings", { - "_index": 9204, + "_index": 7722, "data": { "ref/stable/dmGui": {}, "ref/stable/gui": {} @@ -233281,7 +234141,7 @@ [ "sicher", { - "_index": 4235, + "_index": 3282, "data": { "manuals/bob": {} }, @@ -233291,7 +234151,7 @@ [ "side", { - "_index": 3802, + "_index": 1500, "data": { "assets/sidescrollertutorialfromscratch": {}, "manuals/editor": {}, @@ -233309,7 +234169,7 @@ [ "sides", { - "_index": 4708, + "_index": 2243, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/glossary": {}, @@ -233322,7 +234182,7 @@ [ "sidescrollertutorialfromscratch", { - "_index": 6526, + "_index": 6532, "data": { "assets/sidescrollertutorialfromscratch": {} }, @@ -233332,7 +234192,7 @@ [ "sign", { - "_index": 3418, + "_index": 2956, "data": { "assets/googleplaygameservices": {}, "assets/siwa": {}, @@ -233351,7 +234211,7 @@ [ "signal", { - "_index": 4851, + "_index": 3365, "data": { "manuals/addressing": {}, "ref/stable/crash": {}, @@ -233366,7 +234226,7 @@ [ "signalling", { - "_index": 3543, + "_index": 1619, "data": { "manuals/message-passing": {} }, @@ -233376,7 +234236,7 @@ [ "signals", { - "_index": 10410, + "_index": 10697, "data": { "ref/stable/base": {} }, @@ -233386,7 +234246,7 @@ [ "signature", { - "_index": 6809, + "_index": 9800, "data": { "ref/stable/liveupdate": {} }, @@ -233396,7 +234256,7 @@ [ "signed", { - "_index": 269, + "_index": 3695, "data": { "manuals/android": {}, "manuals/application-security": {}, @@ -233412,7 +234272,7 @@ [ "significant", { - "_index": 2963, + "_index": 1331, "data": { "manuals/compute": {}, "manuals/editor-scripts-ui": {}, @@ -233425,7 +234285,7 @@ [ "signing", { - "_index": 1700, + "_index": 2962, "data": { "manuals/android": {}, "manuals/bob": {}, @@ -233440,7 +234300,7 @@ [ "signs", { - "_index": 9726, + "_index": 7248, "data": { "ref/stable/math": {} }, @@ -233450,7 +234310,7 @@ [ "signup/login", { - "_index": 6736, + "_index": 6721, "data": { "assets/defold-cognito": {} }, @@ -233460,7 +234320,7 @@ [ "silence", { - "_index": 5691, + "_index": 3524, "data": { "manuals/sound": {} }, @@ -233470,7 +234330,7 @@ [ "silently", { - "_index": 7941, + "_index": 8599, "data": { "ref/stable/render": {}, "ref/stable/socket": {} @@ -233481,7 +234341,7 @@ [ "silicon", { - "_index": 4218, + "_index": 3259, "data": { "manuals/bob": {} }, @@ -233491,7 +234351,7 @@ [ "simctl", { - "_index": 3488, + "_index": 3032, "data": { "manuals/ios": {} }, @@ -233501,7 +234361,7 @@ [ "simd", { - "_index": 6569, + "_index": 6461, "data": { "assets/sfmt": {} }, @@ -233511,7 +234371,7 @@ [ "similar", { - "_index": 1554, + "_index": 1343, "data": { "manuals/application-security": {}, "manuals/bundling": {}, @@ -233541,7 +234401,7 @@ [ "similarly", { - "_index": 1037, + "_index": 401, "data": { "manuals/addressing": {}, "manuals/editor-preferences": {}, @@ -233555,7 +234415,7 @@ [ "simpe", { - "_index": 6449, + "_index": 6673, "data": { "assets/defdiags": {}, "assets/defmnu": {} @@ -233566,7 +234426,7 @@ [ "simple", { - "_index": 1044, + "_index": 677, "data": { "assets/crowd-runner-defold": {}, "assets/debeat": {}, @@ -233612,7 +234472,7 @@ [ "simplehttpserver", { - "_index": 2198, + "_index": 653, "data": { "manuals/html5": {}, "manuals/working-offline": {} @@ -233623,7 +234483,7 @@ [ "simplest", { - "_index": 3423, + "_index": 1270, "data": { "assets/3deforms": {}, "manuals/debugging-game-logic": {}, @@ -233637,7 +234497,7 @@ [ "simplifies", { - "_index": 3969, + "_index": 1489, "data": { "manuals/editor-scripts-ui": {} }, @@ -233647,7 +234507,7 @@ [ "simplify", { - "_index": 5132, + "_index": 3680, "data": { "assets/defoldinput": {}, "manuals/file-access": {}, @@ -233660,7 +234520,7 @@ [ "simply", { - "_index": 1096, + "_index": 1382, "data": { "assets/quickbutton": {}, "examples/basics/parent_child": {}, @@ -233690,7 +234550,7 @@ [ "simulate", { - "_index": 3346, + "_index": 2262, "data": { "examples/particles/confetti": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -233704,7 +234564,7 @@ [ "simulated", { - "_index": 1880, + "_index": 2290, "data": { "manuals/glossary": {}, "manuals/physics-objects": {}, @@ -233717,7 +234577,7 @@ [ "simulates", { - "_index": 5521, + "_index": 3844, "data": { "manuals/physics": {} }, @@ -233727,7 +234587,7 @@ [ "simulating", { - "_index": 2927, + "_index": 5257, "data": { "manuals/compute": {}, "ref/stable/debug": {} @@ -233738,7 +234598,7 @@ [ "simulation", { - "_index": 3176, + "_index": 1165, "data": { "manuals/lua": {}, "manuals/particlefx": {}, @@ -233751,7 +234611,7 @@ [ "simulations", { - "_index": 5386, + "_index": 3833, "data": { "assets/defluid": {}, "manuals/collection-proxy": {}, @@ -233764,7 +234624,7 @@ [ "simulator", { - "_index": 3436, + "_index": 2977, "data": { "manuals/bob": {}, "manuals/ios": {} @@ -233775,7 +234635,7 @@ [ "simulators", { - "_index": 3409, + "_index": 2942, "data": { "manuals/debugging-game-and-system-logs": {}, "manuals/ios": {} @@ -233786,7 +234646,7 @@ [ "simultaneous", { - "_index": 7191, + "_index": 9518, "data": { "ref/stable/dmHid": {} }, @@ -233796,7 +234656,7 @@ [ "simultaneously", { - "_index": 2958, + "_index": 4235, "data": { "manuals/collection-proxy": {}, "manuals/compute": {}, @@ -233809,7 +234669,7 @@ [ "sin", { - "_index": 9774, + "_index": 7299, "data": { "ref/stable/math": {} }, @@ -233819,7 +234679,7 @@ [ "since", { - "_index": 726, + "_index": 689, "data": { "examples/sprite/tint": {}, "manuals/addressing": {}, @@ -233868,7 +234728,7 @@ [ "sine", { - "_index": 9001, + "_index": 7242, "data": { "ref/stable/go": {}, "ref/stable/gui": {}, @@ -233880,7 +234740,7 @@ [ "sinewave", { - "_index": 10038, + "_index": 10761, "data": { "ref/stable/sound": {} }, @@ -233890,7 +234750,7 @@ [ "single", { - "_index": 1222, + "_index": 211, "data": { "assets/acidrain": {}, "assets/quickbutton": {}, @@ -233939,7 +234799,7 @@ [ "single\"title", { - "_index": 10821, + "_index": 9041, "data": { "ref/stable/editor": {} }, @@ -233949,17 +234809,27 @@ [ "singletons", { - "_index": 2694, + "_index": 5725, "data": { "manuals/modules": {} }, "type": {} } ], + [ + "singularity", + { + "_index": 7087, + "data": { + "ref/stable/vmath": {} + }, + "type": {} + } + ], [ "sinh", { - "_index": 9776, + "_index": 7301, "data": { "ref/stable/math": {} }, @@ -233969,7 +234839,7 @@ [ "sit", { - "_index": 4748, + "_index": 4698, "data": { "manuals/gui-template": {} }, @@ -233979,7 +234849,7 @@ [ "site", { - "_index": 1246, + "_index": 1722, "data": { "manuals/render": {}, "manuals/shader": {} @@ -233990,7 +234860,7 @@ [ "sits", { - "_index": 3158, + "_index": 1128, "data": { "manuals/collection-proxy": {}, "manuals/particlefx": {}, @@ -234002,7 +234872,7 @@ [ "situations", { - "_index": 4613, + "_index": 4551, "data": { "manuals/debugging-game-logic": {}, "manuals/glossary": {}, @@ -234015,7 +234885,7 @@ [ "siwa", { - "_index": 6512, + "_index": 6712, "data": { "assets/siwa": {} }, @@ -234025,7 +234895,7 @@ [ "six", { - "_index": 4489, + "_index": 584, "data": { "manuals/gui": {}, "ref/stable/resource": {} @@ -234036,7 +234906,7 @@ [ "siz", { - "_index": 10459, + "_index": 9741, "data": { "ref/stable/dmStringFunc": {} }, @@ -234046,7 +234916,7 @@ [ "size", { - "_index": 92, + "_index": 132, "data": { "assets/apkx": {}, "assets/sparkle-shader": {}, @@ -234130,7 +235000,7 @@ [ "size.x", { - "_index": 2556, + "_index": 5899, "data": { "manuals/gui-script": {} }, @@ -234140,7 +235010,7 @@ [ "size_mode_auto", { - "_index": 9408, + "_index": 7951, "data": { "ref/stable/gui": {} }, @@ -234150,7 +235020,7 @@ [ "size_mode_manual", { - "_index": 9392, + "_index": 7933, "data": { "ref/stable/gui": {} }, @@ -234160,7 +235030,7 @@ [ "size_t", { - "_index": 8615, + "_index": 10207, "data": { "ref/stable/dmHash": {}, "ref/stable/dmScript": {} @@ -234171,7 +235041,7 @@ [ "sized", { - "_index": 3166, + "_index": 1151, "data": { "manuals/gui-box": {}, "manuals/particlefx": {}, @@ -234183,7 +235053,7 @@ [ "sizeof", { - "_index": 10555, + "_index": 10666, "data": { "ref/stable/dmBuffer": {} }, @@ -234193,7 +235063,7 @@ [ "sizes", { - "_index": 1722, + "_index": 2260, "data": { "examples/gui/slice9": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -234209,7 +235079,7 @@ [ "skeletal", { - "_index": 2107, + "_index": 4455, "data": { "manuals/animation": {} }, @@ -234219,7 +235089,7 @@ [ "skeleton", { - "_index": 487, + "_index": 4513, "data": { "manuals/glossary": {}, "manuals/importing-models": {}, @@ -234233,7 +235103,7 @@ [ "skeletons", { - "_index": 9646, + "_index": 9350, "data": { "ref/stable/dmGameObject": {} }, @@ -234243,7 +235113,7 @@ [ "skill", { - "_index": 3589, + "_index": 5603, "data": { "manuals/introduction": {} }, @@ -234253,7 +235123,7 @@ [ "skinned", { - "_index": 2105, + "_index": 4453, "data": { "manuals/animation": {} }, @@ -234263,7 +235133,7 @@ [ "skins", { - "_index": 5660, + "_index": 2177, "data": { "manuals/optimization-size": {} }, @@ -234273,7 +235143,7 @@ [ "skip", { - "_index": 3439, + "_index": 2106, "data": { "manuals/ios": {}, "manuals/optimization-size": {}, @@ -234285,7 +235155,7 @@ [ "skipping", { - "_index": 2024, + "_index": 5972, "data": { "manuals/input": {}, "ref/stable/io": {} @@ -234296,7 +235166,7 @@ [ "skyboxes", { - "_index": 5848, + "_index": 4543, "data": { "manuals/glossary": {} }, @@ -234306,7 +235176,7 @@ [ "slash", { - "_index": 4740, + "_index": 4693, "data": { "manuals/gui-template": {} }, @@ -234316,7 +235186,7 @@ [ "slasher", { - "_index": 6355, + "_index": 6423, "data": { "assets/slasherprototype": {} }, @@ -234326,7 +235196,7 @@ [ "slasherprototype", { - "_index": 6354, + "_index": 6422, "data": { "assets/slasherprototype": {} }, @@ -234336,7 +235206,7 @@ [ "sleep", { - "_index": 8248, + "_index": 9839, "data": { "ref/stable/b2d.body": {}, "ref/stable/dmTime": {}, @@ -234348,7 +235218,7 @@ [ "sleeping", { - "_index": 5446, + "_index": 6091, "data": { "manuals/android": {}, "ref/stable/b2d.body": {} @@ -234359,7 +235229,7 @@ [ "slerp", { - "_index": 7706, + "_index": 7091, "data": { "ref/stable/dmVMath": {}, "ref/stable/vmath": {} @@ -234370,7 +235240,7 @@ [ "slerped", { - "_index": 8378, + "_index": 7095, "data": { "ref/stable/vmath": {} }, @@ -234380,7 +235250,7 @@ [ "slice", { - "_index": 1117, + "_index": 297, "data": { "examples/gui/progress": {}, "examples/gui/slice9": {}, @@ -234397,7 +235267,7 @@ [ "slice9", { - "_index": 5315, + "_index": 2609, "data": { "manuals/properties": {}, "ref/stable/gui": {} @@ -234408,7 +235278,7 @@ [ "slider", { - "_index": 5982, + "_index": 5776, "data": { "manuals/physics-joints": {} }, @@ -234418,7 +235288,7 @@ [ "slight", { - "_index": 2327, + "_index": 896, "data": { "manuals/html5": {} }, @@ -234428,7 +235298,7 @@ [ "slightly", { - "_index": 1602, + "_index": 1514, "data": { "manuals/editor-scripts-ui": {}, "manuals/lua": {}, @@ -234443,7 +235313,7 @@ [ "slope", { - "_index": 7934, + "_index": 8592, "data": { "ref/stable/render": {} }, @@ -234453,7 +235323,7 @@ [ "slot", { - "_index": 5731, + "_index": 3803, "data": { "manuals/sprite": {}, "ref/stable/crash": {}, @@ -234465,7 +235335,7 @@ [ "slots", { - "_index": 9938, + "_index": 8706, "data": { "ref/stable/crash": {} }, @@ -234475,7 +235345,7 @@ [ "slow", { - "_index": 2240, + "_index": 743, "data": { "examples/particles/confetti": {}, "manuals/editor-scripts": {}, @@ -234491,7 +235361,7 @@ [ "slower", { - "_index": 2798, + "_index": 3668, "data": { "manuals/application-security": {}, "manuals/file-access": {}, @@ -234504,7 +235374,7 @@ [ "small", { - "_index": 678, + "_index": 1324, "data": { "assets/cards-fx-kit": {}, "assets/compat53": {}, @@ -234539,7 +235409,7 @@ [ "smaller", { - "_index": 324, + "_index": 21, "data": { "examples/gui/healthbar": {}, "manuals/compute": {}, @@ -234558,7 +235428,7 @@ [ "smallest", { - "_index": 185, + "_index": 409, "data": { "manuals/gui": {}, "manuals/physics-shapes": {}, @@ -234571,7 +235441,7 @@ [ "smith", { - "_index": 5409, + "_index": 6057, "data": { "manuals/android": {} }, @@ -234581,7 +235451,7 @@ [ "smoke", { - "_index": 2928, + "_index": 4585, "data": { "examples/material/noise": {}, "examples/particles/fire_and_smoke": {}, @@ -234594,7 +235464,7 @@ [ "smooth", { - "_index": 3571, + "_index": 5198, "data": { "assets/kinematicwalker": {}, "assets/operator": {}, @@ -234607,7 +235477,7 @@ [ "smoother", { - "_index": 2884, + "_index": 6022, "data": { "manuals/material": {} }, @@ -234617,7 +235487,7 @@ [ "smoothing", { - "_index": 5842, + "_index": 4534, "data": { "manuals/glossary": {} }, @@ -234627,7 +235497,7 @@ [ "smoothly", { - "_index": 6180, + "_index": 6191, "data": { "assets/orthographic": {}, "examples/render/orbit_camera": {} @@ -234638,7 +235508,7 @@ [ "snake_case", { - "_index": 10636, + "_index": 8817, "data": { "ref/stable/editor": {} }, @@ -234648,7 +235518,7 @@ [ "snap", { - "_index": 1366, + "_index": 2239, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/extender-local-setup": {} @@ -234656,10 +235526,20 @@ "type": {} } ], + [ + "snaps", + { + "_index": 7089, + "data": { + "ref/stable/vmath": {} + }, + "type": {} + } + ], [ "snapshot", { - "_index": 10367, + "_index": 8814, "data": { "ref/stable/dmProfile": {} }, @@ -234669,7 +235549,7 @@ [ "snippet", { - "_index": 2740, + "_index": 1282, "data": { "assets/dashdocsetfordefold": {}, "manuals/application-security": {}, @@ -234681,7 +235561,7 @@ [ "snippet.glsl", { - "_index": 1154, + "_index": 2773, "data": { "manuals/shader": {} }, @@ -234691,7 +235571,7 @@ [ "snippets", { - "_index": 1144, + "_index": 2766, "data": { "manuals/mesh": {}, "manuals/shader": {} @@ -234702,7 +235582,7 @@ [ "so", { - "_index": 94, + "_index": 196, "data": { "assets/adinfo": {}, "examples/gui/healthbar": {}, @@ -234785,7 +235665,7 @@ [ "so_broadcast", { - "_index": 7734, + "_index": 10068, "data": { "ref/stable/dmSocket": {} }, @@ -234795,7 +235675,7 @@ [ "so_reuseaddr", { - "_index": 7742, + "_index": 10075, "data": { "ref/stable/dmSocket": {} }, @@ -234805,7 +235685,7 @@ [ "social", { - "_index": 6435, + "_index": 6348, "data": { "assets/facebookinstantgames": {}, "assets/nakama": {} @@ -234816,7 +235696,7 @@ [ "socket", { - "_index": 667, + "_index": 1055, "data": { "assets/nakama": {}, "manuals/addressing": {}, @@ -234844,7 +235724,7 @@ [ "socket._setsize", { - "_index": 8197, + "_index": 10576, "data": { "ref/stable/socket": {} }, @@ -234854,7 +235734,7 @@ [ "socket._version", { - "_index": 8199, + "_index": 10578, "data": { "ref/stable/socket": {} }, @@ -234864,7 +235744,7 @@ [ "socket.connect", { - "_index": 8171, + "_index": 10550, "data": { "ref/stable/socket": {} }, @@ -234874,7 +235754,7 @@ [ "socket.dns.getaddrinfo", { - "_index": 8204, + "_index": 10583, "data": { "ref/stable/socket": {} }, @@ -234884,7 +235764,7 @@ [ "socket.dns.gethostname", { - "_index": 8208, + "_index": 10586, "data": { "ref/stable/socket": {} }, @@ -234894,7 +235774,7 @@ [ "socket.dns.getnameinfo", { - "_index": 8210, + "_index": 10588, "data": { "ref/stable/socket": {} }, @@ -234904,7 +235784,7 @@ [ "socket.dns.tohostname", { - "_index": 8212, + "_index": 10590, "data": { "ref/stable/socket": {} }, @@ -234914,7 +235794,7 @@ [ "socket.dns.toip", { - "_index": 8215, + "_index": 10593, "data": { "ref/stable/socket": {} }, @@ -234924,7 +235804,7 @@ [ "socket.gettime", { - "_index": 5110, + "_index": 5209, "data": { "manuals/lua": {}, "ref/stable/socket": {} @@ -234935,7 +235815,7 @@ [ "socket.newtry", { - "_index": 8223, + "_index": 10598, "data": { "ref/stable/socket": {} }, @@ -234945,7 +235825,7 @@ [ "socket.protect", { - "_index": 8227, + "_index": 10601, "data": { "ref/stable/socket": {} }, @@ -234955,7 +235835,7 @@ [ "socket.select", { - "_index": 8185, + "_index": 10564, "data": { "ref/stable/socket": {} }, @@ -234965,7 +235845,7 @@ [ "socket.skip", { - "_index": 8239, + "_index": 10611, "data": { "ref/stable/socket": {} }, @@ -234975,7 +235855,7 @@ [ "socket.sleep", { - "_index": 8247, + "_index": 10619, "data": { "ref/stable/socket": {} }, @@ -234985,7 +235865,7 @@ [ "socket.tcp", { - "_index": 5965, + "_index": 3585, "data": { "manuals/socket-connections": {}, "ref/stable/socket": {} @@ -234996,7 +235876,7 @@ [ "socket.tcp6", { - "_index": 8250, + "_index": 10621, "data": { "ref/stable/socket": {} }, @@ -235006,7 +235886,7 @@ [ "socket.udp", { - "_index": 8251, + "_index": 10622, "data": { "ref/stable/socket": {} }, @@ -235016,7 +235896,7 @@ [ "socket.udp6", { - "_index": 8254, + "_index": 10625, "data": { "ref/stable/socket": {} }, @@ -235026,7 +235906,7 @@ [ "socket:][path][#fragment", { - "_index": 6881, + "_index": 10745, "data": { "ref/stable/msg": {} }, @@ -235036,7 +235916,7 @@ [ "socket:path#fragment", { - "_index": 10474, + "_index": 7313, "data": { "ref/stable/dmMessage": {} }, @@ -235046,7 +235926,7 @@ [ "socket_timeout", { - "_index": 7746, + "_index": 10079, "data": { "ref/stable/dmSocket": {} }, @@ -235056,7 +235936,7 @@ [ "sockets", { - "_index": 250, + "_index": 5247, "data": { "manuals/android": {}, "manuals/networking": {}, @@ -235070,7 +235950,7 @@ [ "soft", { - "_index": 2932, + "_index": 5260, "data": { "manuals/compute": {}, "manuals/physics-joints": {} @@ -235081,7 +235961,7 @@ [ "softness", { - "_index": 7091, + "_index": 7512, "data": { "ref/stable/physics": {} }, @@ -235091,7 +235971,7 @@ [ "software", { - "_index": 1355, + "_index": 350, "data": { "assets/panthera": {}, "assets/panthera20": {}, @@ -235116,7 +235996,7 @@ [ "solaris", { - "_index": 7303, + "_index": 9413, "data": { "ref/stable/package": {} }, @@ -235126,7 +236006,7 @@ [ "sold", { - "_index": 2792, + "_index": 4158, "data": { "manuals/application-security": {} }, @@ -235136,7 +236016,7 @@ [ "soldiers", { - "_index": 6385, + "_index": 6438, "data": { "assets/defarmy": {} }, @@ -235146,7 +236026,7 @@ [ "sole", { - "_index": 4580, + "_index": 5857, "data": { "manuals/debugging-game-logic": {}, "ref/stable/package": {}, @@ -235158,7 +236038,7 @@ [ "solid", { - "_index": 5082, + "_index": 5179, "data": { "assets/defblend": {}, "manuals/lua": {} @@ -235169,7 +236049,7 @@ [ "solution", { - "_index": 2177, + "_index": 2354, "data": { "assets/defold-tile-raycast": {}, "manuals/editor-scripts": {}, @@ -235186,7 +236066,7 @@ [ "solutions", { - "_index": 2815, + "_index": 3488, "data": { "manuals/application-security": {}, "manuals/camera": {}, @@ -235198,7 +236078,7 @@ [ "solve", { - "_index": 5214, + "_index": 3653, "data": { "assets/apkx": {}, "manuals/editor-scripts": {}, @@ -235210,7 +236090,7 @@ [ "solved", { - "_index": 4757, + "_index": 3981, "data": { "manuals/physics-resolving-collisions": {} }, @@ -235220,7 +236100,7 @@ [ "solver", { - "_index": 1885, + "_index": 2293, "data": { "assets/apathfinding": {}, "manuals/physics-objects": {} @@ -235231,7 +236111,7 @@ [ "solves", { - "_index": 2474, + "_index": 2846, "data": { "manuals/atlas": {} }, @@ -235241,7 +236121,7 @@ [ "some", { - "_index": 1160, + "_index": 353, "data": { "examples/collection/proxy": {}, "examples/collection/splash": {}, @@ -235285,6 +236165,7 @@ "manuals/version-control": {}, "manuals/zerobrane": {}, "ref/stable/base": {}, + "ref/stable/dmTime": {}, "ref/stable/editor": {}, "ref/stable/go": {}, "ref/stable/gui": {}, @@ -235303,7 +236184,7 @@ [ "someone", { - "_index": 3680, + "_index": 1781, "data": { "manuals/glossary": {}, "manuals/render": {}, @@ -235315,7 +236196,7 @@ [ "something", { - "_index": 501, + "_index": 1666, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/editor-scripts": {}, @@ -235338,7 +236219,7 @@ [ "sometimes", { - "_index": 2332, + "_index": 908, "data": { "manuals/application-security": {}, "manuals/building-blocks": {}, @@ -235353,7 +236234,7 @@ [ "somewhat", { - "_index": 2729, + "_index": 438, "data": { "manuals/gui": {}, "manuals/modules": {} @@ -235364,7 +236245,7 @@ [ "somewhere", { - "_index": 1752, + "_index": 3306, "data": { "manuals/android": {}, "manuals/debugging-native-code": {}, @@ -235379,7 +236260,7 @@ [ "sony", { - "_index": 2098, + "_index": 1092, "data": { "manuals/extensions-defold-sdk": {}, "manuals/sony-playstation": {} @@ -235390,7 +236271,7 @@ [ "soon", { - "_index": 2490, + "_index": 1627, "data": { "manuals/addressing": {}, "manuals/atlas": {}, @@ -235407,7 +236288,7 @@ [ "sort", { - "_index": 1496, + "_index": 3511, "data": { "manuals/extender-local-setup": {}, "manuals/profiling": {}, @@ -235421,7 +236302,7 @@ [ "sorted", { - "_index": 3741, + "_index": 1881, "data": { "manuals/render": {}, "ref/stable/render": {} @@ -235432,7 +236313,7 @@ [ "sorting", { - "_index": 3737, + "_index": 1873, "data": { "manuals/render": {}, "ref/stable/dmRender": {}, @@ -235444,7 +236325,7 @@ [ "sorts", { - "_index": 6852, + "_index": 6947, "data": { "ref/stable/table": {} }, @@ -235454,7 +236335,7 @@ [ "sound", { - "_index": 564, + "_index": 2116, "data": { "assets/blip": {}, "assets/chipsounds": {}, @@ -235482,7 +236363,7 @@ [ "sound.get_group_gain", { - "_index": 5700, + "_index": 3534, "data": { "manuals/sound": {}, "ref/stable/sound": {} @@ -235493,7 +236374,7 @@ [ "sound.get_group_name", { - "_index": 5699, + "_index": 3533, "data": { "manuals/sound": {}, "ref/stable/sound": {} @@ -235504,7 +236385,7 @@ [ "sound.get_groups", { - "_index": 5694, + "_index": 3528, "data": { "manuals/sound": {}, "ref/stable/sound": {} @@ -235515,7 +236396,7 @@ [ "sound.get_peak", { - "_index": 5712, + "_index": 3546, "data": { "manuals/sound": {}, "ref/stable/sound": {} @@ -235526,7 +236407,7 @@ [ "sound.get_rms", { - "_index": 5705, + "_index": 3539, "data": { "manuals/sound": {}, "ref/stable/sound": {} @@ -235537,7 +236418,7 @@ [ "sound.is_music_playing", { - "_index": 5692, + "_index": 3525, "data": { "manuals/sound": {}, "ref/stable/sound": {} @@ -235548,7 +236429,7 @@ [ "sound.is_phone_call_active", { - "_index": 10044, + "_index": 10767, "data": { "ref/stable/sound": {} }, @@ -235558,7 +236439,7 @@ [ "sound.pause", { - "_index": 10048, + "_index": 10771, "data": { "ref/stable/sound": {} }, @@ -235568,7 +236449,7 @@ [ "sound.play", { - "_index": 5676, + "_index": 3508, "data": { "manuals/sound": {}, "ref/stable/sound": {} @@ -235579,7 +236460,7 @@ [ "sound.set_gain", { - "_index": 5682, + "_index": 3515, "data": { "manuals/sound": {}, "ref/stable/sound": {} @@ -235590,7 +236471,7 @@ [ "sound.set_group_gain", { - "_index": 5683, + "_index": 3516, "data": { "manuals/sound": {}, "ref/stable/sound": {} @@ -235601,7 +236482,7 @@ [ "sound.set_pan", { - "_index": 10051, + "_index": 10773, "data": { "ref/stable/sound": {} }, @@ -235611,7 +236492,7 @@ [ "sound.stop", { - "_index": 5680, + "_index": 3513, "data": { "manuals/sound": {}, "ref/stable/go": {}, @@ -235623,7 +236504,7 @@ [ "sound_done", { - "_index": 10027, + "_index": 10751, "data": { "ref/stable/sound": {} }, @@ -235633,7 +236514,7 @@ [ "sound_stopped", { - "_index": 10028, + "_index": 10752, "data": { "ref/stable/sound": {} }, @@ -235643,7 +236524,7 @@ [ "sounds", { - "_index": 1774, + "_index": 2080, "data": { "assets/chipsounds": {}, "assets/fmod": {}, @@ -235662,7 +236543,7 @@ [ "sounds/boom.wav", { - "_index": 5730, + "_index": 3567, "data": { "manuals/sound": {} }, @@ -235672,7 +236553,7 @@ [ "source", { - "_index": 320, + "_index": 292, "data": { "assets/apkverifier": {}, "assets/colyseus": {}, @@ -235726,7 +236607,7 @@ [ "source_factor", { - "_index": 7848, + "_index": 8521, "data": { "ref/stable/render": {} }, @@ -235736,7 +236617,7 @@ [ "sources", { - "_index": 334, + "_index": 958, "data": { "assets/adswrapper": {}, "assets/illumination": {}, @@ -235752,7 +236633,7 @@ [ "sourcesanspro", { - "_index": 3126, + "_index": 2411, "data": { "manuals/editor-styling": {} }, @@ -235762,7 +236643,7 @@ [ "south", { - "_index": 78, + "_index": 364, "data": { "manuals/gui": {}, "manuals/gui-text": {}, @@ -235775,7 +236656,7 @@ [ "sovapps", { - "_index": 5580, + "_index": 3883, "data": { "manuals/font": {} }, @@ -235785,7 +236666,7 @@ [ "space", { - "_index": 826, + "_index": 1155, "data": { "examples/material/screenspace": {}, "examples/movement/look_rotation": {}, @@ -235826,7 +236707,7 @@ [ "spacecolumns", { - "_index": 10740, + "_index": 8960, "data": { "ref/stable/editor": {} }, @@ -235836,7 +236717,7 @@ [ "spaced", { - "_index": 3120, + "_index": 2407, "data": { "manuals/editor-styling": {} }, @@ -235846,7 +236727,7 @@ [ "spacepadding", { - "_index": 10742, + "_index": 8962, "data": { "ref/stable/editor": {} }, @@ -235856,7 +236737,7 @@ [ "spaces", { - "_index": 2407, + "_index": 4940, "data": { "manuals/editor-scripts": {}, "manuals/getting-help": {}, @@ -235868,7 +236749,7 @@ [ "spaceship", { - "_index": 6153, + "_index": 6181, "data": { "examples/factory/bullets": {}, "examples/factory/dynamic": {}, @@ -235880,7 +236761,7 @@ [ "spacing", { - "_index": 819, + "_index": 329, "data": { "manuals/editor-scripts-ui": {}, "manuals/gui": {}, @@ -235896,7 +236777,7 @@ [ "span", { - "_index": 3884, + "_index": 1350, "data": { "manuals/editor-scripts-ui": {} }, @@ -235906,7 +236787,7 @@ [ "spanish", { - "_index": 1635, + "_index": 4826, "data": { "manuals/porting-guidelines": {} }, @@ -235916,7 +236797,7 @@ [ "spans", { - "_index": 10690, + "_index": 8909, "data": { "ref/stable/editor": {} }, @@ -235926,7 +236807,7 @@ [ "sparingly", { - "_index": 5469, + "_index": 3611, "data": { "manuals/extensions-best-practices": {} }, @@ -235936,7 +236817,7 @@ [ "sparkle", { - "_index": 6542, + "_index": 6499, "data": { "assets/sparkle-shader": {} }, @@ -235946,7 +236827,7 @@ [ "sparse", { - "_index": 8510, + "_index": 9705, "data": { "ref/stable/sys": {} }, @@ -235956,7 +236837,7 @@ [ "spatial", { - "_index": 5516, + "_index": 3840, "data": { "manuals/glossary": {}, "manuals/physics": {} @@ -235967,7 +236848,7 @@ [ "spawed", { - "_index": 9650, + "_index": 9356, "data": { "ref/stable/dmGameObject": {} }, @@ -235977,7 +236858,7 @@ [ "spawn", { - "_index": 638, + "_index": 1219, "data": { "examples/factory/bullets": {}, "examples/factory/dynamic": {}, @@ -236001,7 +236882,7 @@ [ "spawned", { - "_index": 378, + "_index": 991, "data": { "examples/factory/bullets": {}, "examples/physics/knockback": {}, @@ -236025,7 +236906,7 @@ [ "spawner", { - "_index": 2615, + "_index": 4329, "data": { "manuals/factory": {} }, @@ -236035,7 +236916,7 @@ [ "spawner.script", { - "_index": 2603, + "_index": 4316, "data": { "manuals/factory": {} }, @@ -236045,7 +236926,7 @@ [ "spawning", { - "_index": 643, + "_index": 1114, "data": { "examples/factory/bullets": {}, "examples/factory/dynamic": {}, @@ -236066,7 +236947,7 @@ [ "spawns", { - "_index": 6192, + "_index": 6140, "data": { "examples/particles/confetti": {}, "examples/particles/fireworks": {}, @@ -236079,7 +236960,7 @@ [ "special", { - "_index": 43, + "_index": 754, "data": { "examples/material/screenspace": {}, "examples/model/cubemap": {}, @@ -236104,7 +236985,7 @@ [ "specialize", { - "_index": 2818, + "_index": 4179, "data": { "manuals/application-security": {} }, @@ -236114,7 +236995,7 @@ [ "specialized", { - "_index": 4351, + "_index": 4799, "data": { "manuals/importing-assets": {}, "ref/stable/dmHashTable": {}, @@ -236126,7 +237007,7 @@ [ "specially", { - "_index": 5204, + "_index": 5409, "data": { "manuals/editor-scripts": {} }, @@ -236136,7 +237017,7 @@ [ "specicied", { - "_index": 9363, + "_index": 7900, "data": { "ref/stable/gui": {} }, @@ -236146,7 +237027,7 @@ [ "specific", { - "_index": 298, + "_index": 941, "data": { "assets/druid": {}, "manuals/addressing": {}, @@ -236211,7 +237092,7 @@ [ "specifically", { - "_index": 1271, + "_index": 3118, "data": { "assets/dicebag": {}, "manuals/bundling": {}, @@ -236226,7 +237107,7 @@ [ "specification", { - "_index": 4288, + "_index": 3133, "data": { "manuals/writing-code": {}, "ref/stable/render": {} @@ -236237,7 +237118,7 @@ [ "specifications", { - "_index": 872, + "_index": 2615, "data": { "manuals/shader": {} }, @@ -236247,7 +237128,7 @@ [ "specifics", { - "_index": 8387, + "_index": 9585, "data": { "ref/stable/sys": {} }, @@ -236257,7 +237138,7 @@ [ "specified", { - "_index": 217, + "_index": 856, "data": { "examples/collection/proxy": {}, "examples/collection/splash": {}, @@ -236319,7 +237200,7 @@ [ "specifies", { - "_index": 810, + "_index": 2875, "data": { "manuals/atlas": {}, "manuals/bob": {}, @@ -236343,7 +237224,7 @@ [ "specify", { - "_index": 998, + "_index": 924, "data": { "manuals/addressing": {}, "manuals/android": {}, @@ -236386,7 +237267,7 @@ [ "specifying", { - "_index": 3052, + "_index": 1632, "data": { "manuals/addressing": {}, "manuals/debugging-native-code": {}, @@ -236408,7 +237289,7 @@ [ "speed", { - "_index": 1599, + "_index": 1226, "data": { "assets/panthera": {}, "assets/reszip": {}, @@ -236436,7 +237317,7 @@ [ "spend", { - "_index": 4065, + "_index": 4265, "data": { "manuals/profiling": {} }, @@ -236446,7 +237327,7 @@ [ "spending", { - "_index": 1656, + "_index": 4838, "data": { "manuals/porting-guidelines": {}, "ref/stable/profiler": {} @@ -236457,7 +237338,7 @@ [ "spent", { - "_index": 3570, + "_index": 4245, "data": { "manuals/introduction": {}, "manuals/profiling": {}, @@ -236470,7 +237351,7 @@ [ "sphere", { - "_index": 206, + "_index": 1187, "data": { "examples/physics/knockback": {}, "examples/physics/trigger": {}, @@ -236488,7 +237369,7 @@ [ "sphere.diameter", { - "_index": 7075, + "_index": 7498, "data": { "ref/stable/physics": {} }, @@ -236498,7 +237379,7 @@ [ "sphere_data", { - "_index": 207, + "_index": 5524, "data": { "manuals/physics-shapes": {} }, @@ -236508,7 +237389,7 @@ [ "spheres", { - "_index": 6652, + "_index": 6522, "data": { "assets/magiclinker": {} }, @@ -236518,7 +237399,7 @@ [ "spherical", { - "_index": 7707, + "_index": 7404, "data": { "ref/stable/dmVMath": {} }, @@ -236528,7 +237409,7 @@ [ "spherically", { - "_index": 8375, + "_index": 7092, "data": { "ref/stable/vmath": {} }, @@ -236538,7 +237419,7 @@ [ "spine", { - "_index": 3610, + "_index": 1677, "data": { "manuals/render": {}, "ref/stable/go": {} @@ -236549,7 +237430,7 @@ [ "spinescenec", { - "_index": 10001, + "_index": 8144, "data": { "ref/stable/dmGui": {} }, @@ -236559,7 +237440,7 @@ [ "spinlock", { - "_index": 8656, + "_index": 8672, "data": { "ref/stable/dmSpinlock": {} }, @@ -236569,7 +237450,7 @@ [ "spir", { - "_index": 1057, + "_index": 2708, "data": { "manuals/bob": {}, "manuals/shader": {} @@ -236580,7 +237461,7 @@ [ "spiraling", { - "_index": 3217, + "_index": 1243, "data": { "manuals/particlefx": {} }, @@ -236590,7 +237471,7 @@ [ "spirv", { - "_index": 4169, + "_index": 3199, "data": { "manuals/bob": {} }, @@ -236600,7 +237481,7 @@ [ "splash", { - "_index": 2302, + "_index": 846, "data": { "examples/collection/splash": {}, "manuals/html5": {} @@ -236611,7 +237492,7 @@ [ "splash.collection", { - "_index": 6106, + "_index": 6167, "data": { "examples/collection/splash": {} }, @@ -236621,7 +237502,7 @@ [ "splashscreen.collection", { - "_index": 6107, + "_index": 6170, "data": { "examples/collection/splash": {} }, @@ -236631,7 +237512,7 @@ [ "splat", { - "_index": 6217, + "_index": 6146, "data": { "examples/particles/fireworks": {}, "ref/stable/vmath": {} @@ -236642,7 +237523,7 @@ [ "split", { - "_index": 1824, + "_index": 2154, "data": { "manuals/atlas": {}, "manuals/live-update": {}, @@ -236655,7 +237536,7 @@ [ "splitmix64", { - "_index": 6343, + "_index": 6752, "data": { "assets/splitmix64": {} }, @@ -236665,7 +237546,7 @@ [ "splitting", { - "_index": 1830, + "_index": 3326, "data": { "manuals/live-update": {} }, @@ -236675,7 +237556,7 @@ [ "spotlight", { - "_index": 3479, + "_index": 3023, "data": { "manuals/ios": {} }, @@ -236685,7 +237566,7 @@ [ "spots", { - "_index": 4891, + "_index": 3421, "data": { "manuals/addressing": {} }, @@ -236695,7 +237576,7 @@ [ "spread", { - "_index": 3194, + "_index": 1199, "data": { "manuals/particlefx": {} }, @@ -236705,7 +237586,7 @@ [ "spring", { - "_index": 5980, + "_index": 5774, "data": { "manuals/physics-joints": {}, "ref/stable/physics": {} @@ -236716,7 +237597,7 @@ [ "sprite", { - "_index": 363, + "_index": 979, "data": { "assets/sharpsprite": {}, "assets/sparkle-shader": {}, @@ -236764,7 +237645,7 @@ [ "sprite's", { - "_index": 5733, + "_index": 3805, "data": { "examples/animation/cursor": {}, "manuals/sprite": {}, @@ -236776,7 +237657,7 @@ [ "sprite.fp", { - "_index": 1237, + "_index": 2815, "data": { "examples/sprite/tint": {}, "manuals/shader": {} @@ -236787,7 +237668,7 @@ [ "sprite.play_animation", { - "_index": 7338, + "_index": 10374, "data": { "ref/stable/resource": {} }, @@ -236797,7 +237678,7 @@ [ "sprite.play_flipbook", { - "_index": 2540, + "_index": 2493, "data": { "manuals/atlas": {}, "manuals/factory": {}, @@ -236811,7 +237692,7 @@ [ "sprite.set_hflip", { - "_index": 5734, + "_index": 3806, "data": { "manuals/sprite": {}, "ref/stable/sprite": {} @@ -236822,7 +237703,7 @@ [ "sprite.set_vflip", { - "_index": 5735, + "_index": 3807, "data": { "manuals/sprite": {}, "ref/stable/sprite": {} @@ -236833,7 +237714,7 @@ [ "sprite.vp", { - "_index": 1229, + "_index": 2812, "data": { "manuals/shader": {} }, @@ -236843,7 +237724,7 @@ [ "sprite2", { - "_index": 4848, + "_index": 3359, "data": { "manuals/addressing": {} }, @@ -236853,7 +237734,7 @@ [ "spritefusion", { - "_index": 6688, + "_index": 6365, "data": { "assets/spritefusion": {} }, @@ -236863,7 +237744,7 @@ [ "sprites", { - "_index": 167, + "_index": 981, "data": { "assets/defblend": {}, "assets/dissolve-fx": {}, @@ -236887,7 +237768,7 @@ [ "sprites.atlas", { - "_index": 6197, + "_index": 6152, "data": { "examples/particles/fire_and_smoke": {} }, @@ -236897,7 +237778,7 @@ [ "spwned", { - "_index": 9530, + "_index": 9231, "data": { "ref/stable/dmGameObject": {} }, @@ -236907,7 +237788,7 @@ [ "sqlite3", { - "_index": 1320, + "_index": 4679, "data": { "manuals/extensions-ext-manifests": {} }, @@ -236917,7 +237798,7 @@ [ "sqrt", { - "_index": 9778, + "_index": 7303, "data": { "ref/stable/math": {} }, @@ -236927,7 +237808,7 @@ [ "square", { - "_index": 2463, + "_index": 2837, "data": { "examples/physics/dynamic": {}, "examples/physics/hinge_joint": {}, @@ -236949,7 +237830,7 @@ [ "square_easing", { - "_index": 4674, + "_index": 3785, "data": { "manuals/property-animation": {} }, @@ -236959,7 +237840,7 @@ [ "squared", { - "_index": 5579, + "_index": 3882, "data": { "manuals/font": {}, "ref/stable/dmIntersection": {}, @@ -236973,7 +237854,7 @@ [ "squares", { - "_index": 5824, + "_index": 5568, "data": { "manuals/editor": {} }, @@ -236983,7 +237864,7 @@ [ "sr", { - "_index": 7891, + "_index": 8550, "data": { "ref/stable/render": {}, "ref/stable/sys": {} @@ -236994,7 +237875,7 @@ [ "sr,sg,sb,sa", { - "_index": 7854, + "_index": 8527, "data": { "ref/stable/render": {} }, @@ -237004,7 +237885,7 @@ [ "src", { - "_index": 3125, + "_index": 2410, "data": { "manuals/editor-styling": {}, "manuals/extensions": {}, @@ -237017,7 +237898,7 @@ [ "ssbos", { - "_index": 1089, + "_index": 2725, "data": { "manuals/shader": {} }, @@ -237027,7 +237908,7 @@ [ "ssdp", { - "_index": 3753, + "_index": 3686, "data": { "manuals/debugging-game-and-system-logs": {} }, @@ -237037,7 +237918,7 @@ [ "ssdp://192.168.0.97:58089", { - "_index": 3754, + "_index": 3687, "data": { "manuals/debugging-game-and-system-logs": {} }, @@ -237047,7 +237928,7 @@ [ "ssl", { - "_index": 254, + "_index": 3067, "data": { "manuals/application-security": {}, "manuals/ios": {}, @@ -237061,7 +237942,7 @@ [ "sslsocket", { - "_index": 8281, + "_index": 8765, "data": { "ref/stable/dmSSLSocket": {} }, @@ -237071,7 +237952,7 @@ [ "st", { - "_index": 5413, + "_index": 6061, "data": { "manuals/android": {} }, @@ -237081,7 +237962,7 @@ [ "stability", { - "_index": 1904, + "_index": 2304, "data": { "manuals/physics-objects": {} }, @@ -237091,7 +237972,7 @@ [ "stable", { - "_index": 5065, + "_index": 2933, "data": { "manuals/extensions-best-practices": {}, "manuals/optimization": {}, @@ -237104,7 +237985,7 @@ [ "stack", { - "_index": 628, + "_index": 4742, "data": { "manuals/app-manifest": {}, "manuals/debugging-game-logic": {}, @@ -237128,7 +238009,7 @@ [ "stacks", { - "_index": 2036, + "_index": 4986, "data": { "manuals/debugging-native-code": {}, "manuals/input": {} @@ -237139,7 +238020,7 @@ [ "stacksize", { - "_index": 629, + "_index": 5242, "data": { "manuals/app-manifest": {} }, @@ -237149,7 +238030,7 @@ [ "staff", { - "_index": 4236, + "_index": 3283, "data": { "manuals/bob": {} }, @@ -237159,7 +238040,7 @@ [ "stage", { - "_index": 1023, + "_index": 2692, "data": { "manuals/extensions-ext-manifests": {}, "manuals/flash": {}, @@ -237175,7 +238056,7 @@ [ "stall", { - "_index": 5001, + "_index": 2467, "data": { "manuals/zerobrane": {} }, @@ -237185,7 +238066,7 @@ [ "stance", { - "_index": 3086, + "_index": 2485, "data": { "manuals/flipbook-animation": {} }, @@ -237195,7 +238076,7 @@ [ "stand", { - "_index": 1507, + "_index": 2974, "data": { "manuals/android": {}, "manuals/extender-local-setup": {}, @@ -237209,7 +238090,7 @@ [ "standard", { - "_index": 1009, + "_index": 2684, "data": { "manuals/editor-scripts": {}, "manuals/extender-docker-images": {}, @@ -237235,7 +238116,7 @@ [ "standardised", { - "_index": 3072, + "_index": 5048, "data": { "manuals/live-update-aws": {} }, @@ -237245,7 +238126,7 @@ [ "standing", { - "_index": 3090, + "_index": 2489, "data": { "manuals/flipbook-animation": {} }, @@ -237255,7 +238136,7 @@ [ "stands", { - "_index": 1645, + "_index": 4832, "data": { "manuals/porting-guidelines": {}, "ref/stable/string": {} @@ -237266,7 +238147,7 @@ [ "star", { - "_index": 6516, + "_index": 6247, "data": { "assets/apathfinding": {} }, @@ -237276,7 +238157,7 @@ [ "star_factory", { - "_index": 2584, + "_index": 4303, "data": { "manuals/factory": {} }, @@ -237286,7 +238167,7 @@ [ "starly", { - "_index": 6369, + "_index": 6273, "data": { "assets/starly": {} }, @@ -237296,7 +238177,7 @@ [ "start", { - "_index": 454, + "_index": 590, "data": { "examples/particles/fire_and_smoke": {}, "examples/particles/fireworks": {}, @@ -237354,7 +238235,7 @@ [ "start_dodge", { - "_index": 3087, + "_index": 2486, "data": { "manuals/flipbook-animation": {} }, @@ -237364,7 +238245,7 @@ [ "start_fireworks", { - "_index": 6218, + "_index": 6147, "data": { "examples/particles/fireworks": {} }, @@ -237374,7 +238255,7 @@ [ "start_p", { - "_index": 4587, + "_index": 5862, "data": { "manuals/debugging-game-logic": {} }, @@ -237384,7 +238265,7 @@ [ "start_point", { - "_index": 3724, + "_index": 1852, "data": { "manuals/debugging-game-logic": {}, "manuals/render": {} @@ -237395,7 +238276,7 @@ [ "start_record", { - "_index": 8390, + "_index": 9589, "data": { "ref/stable/sys": {} }, @@ -237405,7 +238286,7 @@ [ "started", { - "_index": 2333, + "_index": 912, "data": { "manuals/debugging-game-and-system-logs": {}, "manuals/editor": {}, @@ -237426,7 +238307,7 @@ [ "starting", { - "_index": 1059, + "_index": 1029, "data": { "assets/resource-encryption": {}, "examples/material/unlit": {}, @@ -237452,6 +238333,7 @@ "manuals/zerobrane": {}, "ref/stable/debug": {}, "ref/stable/dmGameObject": {}, + "ref/stable/dmTime": {}, "ref/stable/editor": {}, "ref/stable/go": {}, "ref/stable/gui": {}, @@ -237466,7 +238348,7 @@ [ "starts", { - "_index": 1854, + "_index": 919, "data": { "examples/collection/timestep": {}, "manuals/addressing": {}, @@ -237502,7 +238384,7 @@ [ "startup", { - "_index": 2636, + "_index": 3924, "data": { "examples/particles/confetti": {}, "examples/particles/fireworks": {}, @@ -237518,7 +238400,7 @@ [ "stash", { - "_index": 3839, + "_index": 4401, "data": { "manuals/version-control": {} }, @@ -237528,7 +238410,7 @@ [ "stashed", { - "_index": 3836, + "_index": 4398, "data": { "manuals/version-control": {} }, @@ -237538,7 +238420,7 @@ [ "stat", { - "_index": 6510, + "_index": 6277, "data": { "assets/feat": {} }, @@ -237548,7 +238430,7 @@ [ "state", { - "_index": 1662, + "_index": 1140, "data": { "assets/defold-nuklear": {}, "assets/defoldinput": {}, @@ -237594,7 +238476,7 @@ [ "state.alter_state", { - "_index": 2731, + "_index": 5752, "data": { "manuals/modules": {} }, @@ -237604,7 +238486,7 @@ [ "state.cameras.camera_gui", { - "_index": 3664, + "_index": 1757, "data": { "manuals/render": {} }, @@ -237614,7 +238496,7 @@ [ "state.cameras.camera_world", { - "_index": 3643, + "_index": 1735, "data": { "manuals/render": {} }, @@ -237624,7 +238506,7 @@ [ "state.clear_buffers", { - "_index": 3642, + "_index": 1734, "data": { "manuals/render": {} }, @@ -237634,7 +238516,7 @@ [ "state.get_state", { - "_index": 2733, + "_index": 5754, "data": { "manuals/modules": {} }, @@ -237644,7 +238526,7 @@ [ "state.valid", { - "_index": 3637, + "_index": 1729, "data": { "manuals/render": {} }, @@ -237654,7 +238536,7 @@ [ "state.value", { - "_index": 2732, + "_index": 5753, "data": { "manuals/modules": {} }, @@ -237664,7 +238546,7 @@ [ "state.window_height", { - "_index": 3646, + "_index": 1738, "data": { "manuals/render": {} }, @@ -237674,7 +238556,7 @@ [ "state.window_width", { - "_index": 3645, + "_index": 1737, "data": { "manuals/render": {} }, @@ -237684,7 +238566,7 @@ [ "state_alpha_test", { - "_index": 9821, + "_index": 8272, "data": { "ref/stable/graphics": {} }, @@ -237694,7 +238576,7 @@ [ "state_alpha_test_supported", { - "_index": 9823, + "_index": 8274, "data": { "ref/stable/graphics": {} }, @@ -237704,7 +238586,7 @@ [ "state_blend", { - "_index": 9824, + "_index": 8276, "data": { "ref/stable/graphics": {} }, @@ -237714,7 +238596,7 @@ [ "state_cull_face", { - "_index": 9825, + "_index": 8278, "data": { "ref/stable/graphics": {} }, @@ -237724,7 +238606,7 @@ [ "state_depth_test", { - "_index": 9826, + "_index": 8280, "data": { "ref/stable/graphics": {} }, @@ -237734,7 +238616,7 @@ [ "state_polygon_offset_fill", { - "_index": 9827, + "_index": 8282, "data": { "ref/stable/graphics": {} }, @@ -237744,7 +238626,7 @@ [ "state_scissor_test", { - "_index": 9829, + "_index": 8284, "data": { "ref/stable/graphics": {} }, @@ -237754,7 +238636,7 @@ [ "state_stencil_test", { - "_index": 9830, + "_index": 8286, "data": { "ref/stable/graphics": {} }, @@ -237764,7 +238646,7 @@ [ "stated", { - "_index": 1178, + "_index": 2784, "data": { "manuals/shader": {} }, @@ -237774,7 +238656,7 @@ [ "stateful", { - "_index": 2692, + "_index": 5724, "data": { "manuals/modules": {} }, @@ -237784,7 +238666,7 @@ [ "stateless", { - "_index": 2697, + "_index": 5727, "data": { "manuals/modules": {} }, @@ -237794,7 +238676,7 @@ [ "statement", { - "_index": 1165, + "_index": 2451, "data": { "manuals/debugging-game-logic": {}, "manuals/live-update-aws": {}, @@ -237809,7 +238691,7 @@ [ "statements", { - "_index": 1856, + "_index": 3338, "data": { "manuals/debugging-game-logic": {}, "manuals/live-update": {}, @@ -237821,7 +238703,7 @@ [ "states", { - "_index": 3288, + "_index": 3046, "data": { "examples/sound/panning": {}, "manuals/flash": {}, @@ -237835,7 +238717,7 @@ [ "static", { - "_index": 365, + "_index": 195, "data": { "examples/physics/dynamic": {}, "examples/physics/hinge_joint": {}, @@ -237862,7 +238744,7 @@ [ "static_assert", { - "_index": 9670, + "_index": 10324, "data": { "ref/stable/dmStaticAssert": {} }, @@ -237872,7 +238754,7 @@ [ "statically", { - "_index": 3094, + "_index": 2497, "data": { "manuals/flipbook-animation": {}, "manuals/glossary": {}, @@ -237884,7 +238766,7 @@ [ "statinfo", { - "_index": 7548, + "_index": 9767, "data": { "ref/stable/dmSys": {} }, @@ -237894,7 +238776,7 @@ [ "statistical", { - "_index": 9769, + "_index": 7293, "data": { "ref/stable/math": {} }, @@ -237904,7 +238786,7 @@ [ "stats", { - "_index": 6468, + "_index": 6513, "data": { "assets/yametrica": {} }, @@ -237914,7 +238796,7 @@ [ "status", { - "_index": 4887, + "_index": 3415, "data": { "assets/batterystatus": {}, "assets/safearea": {}, @@ -237945,7 +238827,7 @@ [ "status_loaded", { - "_index": 6957, + "_index": 7194, "data": { "ref/stable/collectionfactory": {}, "ref/stable/factory": {} @@ -237956,7 +238838,7 @@ [ "status_loading", { - "_index": 6958, + "_index": 7195, "data": { "ref/stable/collectionfactory": {}, "ref/stable/factory": {} @@ -237967,7 +238849,7 @@ [ "status_str", { - "_index": 7228, + "_index": 10451, "data": { "ref/stable/dmHttpClient": {} }, @@ -237977,7 +238859,7 @@ [ "status_unloaded", { - "_index": 6959, + "_index": 7196, "data": { "ref/stable/collectionfactory": {}, "ref/stable/factory": {} @@ -237988,7 +238870,7 @@ [ "stay", { - "_index": 4473, + "_index": 482, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/addressing": {}, @@ -238001,7 +238883,7 @@ [ "std::sort", { - "_index": 5486, + "_index": 3635, "data": { "manuals/extensions-best-practices": {} }, @@ -238011,7 +238893,7 @@ [ "std::string", { - "_index": 5495, + "_index": 3647, "data": { "manuals/extensions-best-practices": {} }, @@ -238021,7 +238903,7 @@ [ "std::upper_bound", { - "_index": 5487, + "_index": 3636, "data": { "manuals/extensions-best-practices": {} }, @@ -238031,7 +238913,7 @@ [ "stdin", { - "_index": 10404, + "_index": 10691, "data": { "ref/stable/base": {} }, @@ -238041,7 +238923,7 @@ [ "stdio", { - "_index": 5238, + "_index": 5441, "data": { "manuals/editor-scripts": {} }, @@ -238051,7 +238933,7 @@ [ "stdlib", { - "_index": 1315, + "_index": 4675, "data": { "manuals/extensions-ext-manifests": {} }, @@ -238061,7 +238943,7 @@ [ "stdout", { - "_index": 10423, + "_index": 8831, "data": { "ref/stable/base": {}, "ref/stable/editor": {} @@ -238072,7 +238954,7 @@ [ "steam", { - "_index": 5339, + "_index": 4110, "data": { "assets/steamworks": {}, "manuals/macos": {}, @@ -238084,7 +238966,7 @@ [ "steamworks", { - "_index": 5355, + "_index": 5833, "data": { "assets/steamworks": {}, "manuals/macos": {} @@ -238095,7 +238977,7 @@ [ "stencil", { - "_index": 3742, + "_index": 424, "data": { "assets/defold-3D-outline-shader": {}, "manuals/gui": {}, @@ -238110,7 +238992,7 @@ [ "stencil_op_decr", { - "_index": 9831, + "_index": 8288, "data": { "ref/stable/graphics": {} }, @@ -238120,7 +239002,7 @@ [ "stencil_op_decr_wrap", { - "_index": 9832, + "_index": 8290, "data": { "ref/stable/graphics": {} }, @@ -238130,7 +239012,7 @@ [ "stencil_op_incr", { - "_index": 9833, + "_index": 8292, "data": { "ref/stable/graphics": {} }, @@ -238140,7 +239022,7 @@ [ "stencil_op_incr_wrap", { - "_index": 9834, + "_index": 8294, "data": { "ref/stable/graphics": {} }, @@ -238150,7 +239032,7 @@ [ "stencil_op_invert", { - "_index": 9835, + "_index": 8296, "data": { "ref/stable/graphics": {} }, @@ -238160,7 +239042,7 @@ [ "stencil_op_keep", { - "_index": 9836, + "_index": 8298, "data": { "ref/stable/graphics": {} }, @@ -238170,7 +239052,7 @@ [ "stencil_op_replace", { - "_index": 9837, + "_index": 8300, "data": { "ref/stable/graphics": {} }, @@ -238180,7 +239062,7 @@ [ "stencil_op_zero", { - "_index": 9838, + "_index": 8302, "data": { "ref/stable/graphics": {} }, @@ -238190,7 +239072,7 @@ [ "stenciling", { - "_index": 7946, + "_index": 8604, "data": { "ref/stable/render": {} }, @@ -238200,7 +239082,7 @@ [ "stencilop", { - "_index": 10287, + "_index": 6890, "data": { "ref/stable/dmGraphics": {} }, @@ -238210,7 +239092,7 @@ [ "stenciltestparams", { - "_index": 7532, + "_index": 10971, "data": { "ref/stable/dmRender": {} }, @@ -238220,7 +239102,7 @@ [ "step", { - "_index": 386, + "_index": 2268, "data": { "examples/collection/timestep": {}, "manuals/ads": {}, @@ -238253,7 +239135,7 @@ [ "stepped", { - "_index": 4604, + "_index": 5876, "data": { "manuals/debugging-game-logic": {} }, @@ -238263,7 +239145,7 @@ [ "stepping", { - "_index": 4602, + "_index": 5874, "data": { "manuals/debugging-game-logic": {} }, @@ -238273,7 +239155,7 @@ [ "steps", { - "_index": 418, + "_index": 638, "data": { "manuals/editor-scripts": {}, "manuals/extender-local-setup": {}, @@ -238295,7 +239177,7 @@ [ "stereo", { - "_index": 5637, + "_index": 2125, "data": { "manuals/optimization-size": {} }, @@ -238305,7 +239187,7 @@ [ "stick", { - "_index": 4849, + "_index": 3360, "data": { "manuals/addressing": {} }, @@ -238315,7 +239197,7 @@ [ "sticks", { - "_index": 2156, + "_index": 4485, "data": { "manuals/input-mouse-and-touch": {} }, @@ -238325,7 +239207,7 @@ [ "still", { - "_index": 309, + "_index": 282, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/addressing": {}, @@ -238364,7 +239246,7 @@ [ "stl", { - "_index": 5484, + "_index": 3634, "data": { "manuals/extensions-best-practices": {} }, @@ -238374,7 +239256,7 @@ [ "stone", { - "_index": 6141, + "_index": 6200, "data": { "examples/physics/dynamic": {}, "examples/physics/hinge_joint": {}, @@ -238388,7 +239270,7 @@ [ "stop", { - "_index": 1486, + "_index": 1136, "data": { "manuals/debugging-game-logic": {}, "manuals/extender-local-setup": {}, @@ -238411,7 +239293,7 @@ [ "stop_dodge", { - "_index": 3091, + "_index": 2490, "data": { "manuals/flipbook-animation": {} }, @@ -238421,7 +239303,7 @@ [ "stop_particlefx", { - "_index": 9409, + "_index": 7952, "data": { "ref/stable/gui": {} }, @@ -238431,7 +239313,7 @@ [ "stop_record", { - "_index": 8401, + "_index": 9600, "data": { "ref/stable/sys": {} }, @@ -238441,7 +239323,7 @@ [ "stop_sound", { - "_index": 10025, + "_index": 10749, "data": { "ref/stable/sound": {} }, @@ -238451,7 +239333,7 @@ [ "stopped", { - "_index": 4610, + "_index": 3501, "data": { "manuals/debugging-game-logic": {}, "manuals/sound": {}, @@ -238465,7 +239347,7 @@ [ "stopping", { - "_index": 5673, + "_index": 3503, "data": { "manuals/sound": {}, "ref/stable/gui": {}, @@ -238477,7 +239359,7 @@ [ "stops", { - "_index": 3165, + "_index": 1147, "data": { "manuals/particlefx": {}, "ref/stable/base": {}, @@ -238492,7 +239374,7 @@ [ "storage", { - "_index": 928, + "_index": 2637, "data": { "manuals/compute": {}, "manuals/live-update": {}, @@ -238514,7 +239396,7 @@ [ "store", { - "_index": 144, + "_index": 890, "data": { "assets/cafebazaar": {}, "manuals/addressing": {}, @@ -238549,7 +239431,7 @@ [ "store_archive", { - "_index": 6818, + "_index": 9808, "data": { "ref/stable/liveupdate": {} }, @@ -238559,7 +239441,7 @@ [ "store_manifest", { - "_index": 6821, + "_index": 9811, "data": { "ref/stable/liveupdate": {} }, @@ -238569,7 +239451,7 @@ [ "store_resource", { - "_index": 6828, + "_index": 9816, "data": { "ref/stable/liveupdate": {} }, @@ -238579,7 +239461,7 @@ [ "stored", { - "_index": 758, + "_index": 901, "data": { "examples/factory/dynamic": {}, "examples/gui/button": {}, @@ -238632,7 +239514,7 @@ [ "storekit", { - "_index": 1300, + "_index": 4661, "data": { "manuals/extensions-ext-manifests": {} }, @@ -238642,7 +239524,7 @@ [ "storepass", { - "_index": 5416, + "_index": 6064, "data": { "manuals/android": {} }, @@ -238652,7 +239534,7 @@ [ "stores", { - "_index": 1007, + "_index": 2683, "data": { "manuals/addressing": {}, "manuals/android": {}, @@ -238669,7 +239551,7 @@ [ "stories", { - "_index": 6615, + "_index": 6447, "data": { "assets/narrator": {} }, @@ -238679,7 +239561,7 @@ [ "storing", { - "_index": 6825, + "_index": 7565, "data": { "ref/stable/go": {}, "ref/stable/gui": {}, @@ -238691,7 +239573,7 @@ [ "story", { - "_index": 6611, + "_index": 6443, "data": { "assets/narrator": {} }, @@ -238701,7 +239583,7 @@ [ "storyboard", { - "_index": 3442, + "_index": 2982, "data": { "manuals/ios": {} }, @@ -238711,7 +239593,7 @@ [ "str", { - "_index": 4943, + "_index": 4745, "data": { "manuals/extensions": {} }, @@ -238721,7 +239603,7 @@ [ "straight", { - "_index": 4582, + "_index": 5858, "data": { "manuals/debugging-game-logic": {}, "ref/stable/vmath": {} @@ -238732,7 +239614,7 @@ [ "straightest", { - "_index": 8380, + "_index": 7097, "data": { "ref/stable/vmath": {} }, @@ -238742,7 +239624,7 @@ [ "straightforward", { - "_index": 3671, + "_index": 1764, "data": { "manuals/install": {}, "manuals/lua": {}, @@ -238754,7 +239636,7 @@ [ "strategies", { - "_index": 5621, + "_index": 2076, "data": { "manuals/optimization-size": {} }, @@ -238764,7 +239646,7 @@ [ "strategy", { - "_index": 2165, + "_index": 4489, "data": { "manuals/input-mouse-and-touch": {} }, @@ -238774,7 +239656,7 @@ [ "stream", { - "_index": 2525, + "_index": 2888, "data": { "assets/webmonetization": {}, "manuals/atlas": {}, @@ -238789,7 +239671,7 @@ [ "streamdeclaration", { - "_index": 10564, + "_index": 10675, "data": { "ref/stable/dmBuffer": {} }, @@ -238799,7 +239681,7 @@ [ "streamed", { - "_index": 2811, + "_index": 4173, "data": { "manuals/application-security": {}, "manuals/dev-app": {} @@ -238810,7 +239692,7 @@ [ "streaming", { - "_index": 2205, + "_index": 662, "data": { "manuals/html5": {} }, @@ -238820,7 +239702,7 @@ [ "streams", { - "_index": 10277, + "_index": 6880, "data": { "ref/stable/buffer": {}, "ref/stable/dmBuffer": {}, @@ -238832,7 +239714,7 @@ [ "streching", { - "_index": 6117, + "_index": 6104, "data": { "examples/gui/slice9": {} }, @@ -238842,7 +239724,7 @@ [ "strerror_s/r", { - "_index": 10452, + "_index": 9734, "data": { "ref/stable/dmStringFunc": {} }, @@ -238852,7 +239734,7 @@ [ "stretch", { - "_index": 2277, + "_index": 416, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/editor-scripts-ui": {}, @@ -238868,7 +239750,7 @@ [ "stretch_projection", { - "_index": 4143, + "_index": 5933, "data": { "manuals/model": {} }, @@ -238878,7 +239760,7 @@ [ "stretched", { - "_index": 4452, + "_index": 377, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/gui": {} @@ -238889,7 +239771,7 @@ [ "stretches", { - "_index": 4461, + "_index": 417, "data": { "manuals/gui": {} }, @@ -238899,7 +239781,7 @@ [ "stretching", { - "_index": 4429, + "_index": 255, "data": { "manuals/gui": {} }, @@ -238909,7 +239791,7 @@ [ "strftime", { - "_index": 8542, + "_index": 10007, "data": { "ref/stable/os": {} }, @@ -238919,7 +239801,7 @@ [ "strict", { - "_index": 1201, + "_index": 2798, "data": { "manuals/shader": {} }, @@ -238929,7 +239811,7 @@ [ "strictly", { - "_index": 5114, + "_index": 5213, "data": { "manuals/lua": {} }, @@ -238939,7 +239821,7 @@ [ "stride", { - "_index": 10275, + "_index": 6877, "data": { "ref/stable/dmBuffer": {}, "ref/stable/dmGraphics": {} @@ -238950,7 +239832,7 @@ [ "strikes", { - "_index": 5818, + "_index": 5561, "data": { "manuals/editor": {} }, @@ -238960,7 +239842,7 @@ [ "string", { - "_index": 1569, + "_index": 1465, "data": { "assets/defstring": {}, "assets/md5": {}, @@ -239040,7 +239922,7 @@ [ "string.byte", { - "_index": 10097, + "_index": 7100, "data": { "ref/stable/string": {} }, @@ -239050,7 +239932,7 @@ [ "string.char", { - "_index": 10101, + "_index": 7105, "data": { "ref/stable/string": {} }, @@ -239060,7 +239942,7 @@ [ "string.dump", { - "_index": 10102, + "_index": 7107, "data": { "ref/stable/string": {} }, @@ -239070,7 +239952,7 @@ [ "string.find", { - "_index": 10105, + "_index": 7110, "data": { "ref/stable/string": {} }, @@ -239080,7 +239962,7 @@ [ "string.format", { - "_index": 8584, + "_index": 7116, "data": { "ref/stable/base": {}, "ref/stable/io": {}, @@ -239092,7 +239974,7 @@ [ "string.gmatch", { - "_index": 10118, + "_index": 7132, "data": { "ref/stable/string": {} }, @@ -239102,7 +239984,7 @@ [ "string.gsub", { - "_index": 10127, + "_index": 7142, "data": { "ref/stable/string": {} }, @@ -239112,7 +239994,7 @@ [ "string.len", { - "_index": 10155, + "_index": 7173, "data": { "ref/stable/string": {} }, @@ -239122,7 +240004,7 @@ [ "string.lower", { - "_index": 3982, + "_index": 1521, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/string": {} @@ -239133,7 +240015,7 @@ [ "string.match", { - "_index": 10158, + "_index": 7177, "data": { "ref/stable/string": {} }, @@ -239143,7 +240025,7 @@ [ "string.rep", { - "_index": 10159, + "_index": 7178, "data": { "ref/stable/string": {} }, @@ -239153,7 +240035,7 @@ [ "string.reverse", { - "_index": 10162, + "_index": 7181, "data": { "ref/stable/string": {} }, @@ -239163,7 +240045,7 @@ [ "string.sub", { - "_index": 8090, + "_index": 7183, "data": { "ref/stable/socket": {}, "ref/stable/string": {} @@ -239174,7 +240056,7 @@ [ "string.upper", { - "_index": 10165, + "_index": 7187, "data": { "ref/stable/string": {} }, @@ -239184,7 +240066,7 @@ [ "string[]array", { - "_index": 10734, + "_index": 8954, "data": { "ref/stable/editor": {} }, @@ -239194,7 +240076,7 @@ [ "string[]if", { - "_index": 10794, + "_index": 9014, "data": { "ref/stable/editor": {} }, @@ -239204,7 +240086,7 @@ [ "string_array", { - "_index": 4391, + "_index": 3714, "data": { "manuals/project-settings": {} }, @@ -239214,7 +240096,7 @@ [ "string_field", { - "_index": 3917, + "_index": 1396, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -239225,7 +240107,7 @@ [ "stringalignment", { - "_index": 10686, + "_index": 8905, "data": { "ref/stable/editor": {} }, @@ -239235,7 +240117,17 @@ [ "stringbutton", { - "_index": 10719, + "_index": 8938, + "data": { + "ref/stable/editor": {} + }, + "type": {} + } + ], + [ + "stringdefault", + { + "_index": 8852, "data": { "ref/stable/editor": {} }, @@ -239245,7 +240137,7 @@ [ "stringdialog", { - "_index": 10792, + "_index": 9012, "data": { "ref/stable/editor": {} }, @@ -239255,7 +240147,7 @@ [ "stringeither", { - "_index": 10698, + "_index": 8917, "data": { "ref/stable/editor": {} }, @@ -239265,7 +240157,7 @@ [ "stringfile", { - "_index": 10726, + "_index": 8945, "data": { "ref/stable/editor": {} }, @@ -239275,7 +240167,7 @@ [ "stringheading", { - "_index": 10752, + "_index": 8972, "data": { "ref/stable/editor": {} }, @@ -239285,7 +240177,7 @@ [ "stringinitial", { - "_index": 10814, + "_index": 9034, "data": { "ref/stable/editor": {} }, @@ -239295,7 +240187,7 @@ [ "stringissue", { - "_index": 10700, + "_index": 8919, "data": { "ref/stable/editor": {} }, @@ -239305,7 +240197,7 @@ [ "stringos", { - "_index": 10712, + "_index": 8931, "data": { "ref/stable/editor": {} }, @@ -239315,7 +240207,17 @@ [ "stringpredefined", { - "_index": 10682, + "_index": 8901, + "data": { + "ref/stable/editor": {} + }, + "type": {} + } + ], + [ + "stringpreference", + { + "_index": 8842, "data": { "ref/stable/editor": {} }, @@ -239325,7 +240227,7 @@ [ "stringresource", { - "_index": 10791, + "_index": 9011, "data": { "ref/stable/editor": {} }, @@ -239335,7 +240237,7 @@ [ "strings", { - "_index": 1558, + "_index": 1081, "data": { "manuals/addressing": {}, "manuals/application-security": {}, @@ -239359,7 +240261,7 @@ [ "stringsemantic", { - "_index": 10749, + "_index": 8969, "data": { "ref/stable/editor": {} }, @@ -239369,7 +240271,7 @@ [ "stringseparator", { - "_index": 10808, + "_index": 9028, "data": { "ref/stable/editor": {} }, @@ -239379,7 +240281,7 @@ [ "stringstring", { - "_index": 10733, + "_index": 8952, "data": { "ref/stable/editor": {} }, @@ -239389,7 +240291,7 @@ [ "stringtext", { - "_index": 10680, + "_index": 8899, "data": { "ref/stable/editor": {} }, @@ -239399,7 +240301,7 @@ [ "stringthe", { - "_index": 10678, + "_index": 8897, "data": { "ref/stable/editor": {} }, @@ -239409,7 +240311,7 @@ [ "stringtooltip", { - "_index": 10702, + "_index": 8921, "data": { "ref/stable/editor": {} }, @@ -239419,7 +240321,7 @@ [ "stringurl", { - "_index": 10473, + "_index": 7312, "data": { "ref/stable/dmMessage": {} }, @@ -239429,7 +240331,7 @@ [ "strip", { - "_index": 4193, + "_index": 3230, "data": { "manuals/bob": {}, "manuals/mesh": {} @@ -239440,7 +240342,7 @@ [ "strip_comments", { - "_index": 5188, + "_index": 5392, "data": { "manuals/editor-scripts": {} }, @@ -239450,7 +240352,7 @@ [ "stripped", { - "_index": 4209, + "_index": 3249, "data": { "manuals/bob": {} }, @@ -239460,7 +240362,7 @@ [ "strips", { - "_index": 4529, + "_index": 5645, "data": { "manuals/mesh": {} }, @@ -239470,7 +240372,7 @@ [ "strlcat", { - "_index": 10457, + "_index": 9739, "data": { "ref/stable/dmStringFunc": {} }, @@ -239480,7 +240382,7 @@ [ "strlcpy", { - "_index": 10465, + "_index": 9747, "data": { "ref/stable/dmStringFunc": {} }, @@ -239490,7 +240392,7 @@ [ "strlen", { - "_index": 4946, + "_index": 4748, "data": { "manuals/extensions": {}, "ref/stable/dmStringFunc": {} @@ -239501,7 +240403,7 @@ [ "strncat", { - "_index": 10460, + "_index": 9742, "data": { "ref/stable/dmStringFunc": {} }, @@ -239511,7 +240413,7 @@ [ "strongly", { - "_index": 5075, + "_index": 2091, "data": { "manuals/lua": {}, "manuals/optimization-size": {} @@ -239522,7 +240424,7 @@ [ "strsep_r", { - "_index": 10468, + "_index": 9750, "data": { "ref/stable/dmStringFunc": {} }, @@ -239532,7 +240434,7 @@ [ "strtok", { - "_index": 10469, + "_index": 9751, "data": { "ref/stable/dmStringFunc": {} }, @@ -239542,7 +240444,7 @@ [ "struct", { - "_index": 4940, + "_index": 4743, "data": { "manuals/extensions": {}, "ref/stable/dmAndroid": {}, @@ -239565,7 +240467,7 @@ [ "structs", { - "_index": 10533, + "_index": 10644, "data": { "ref/stable/dmBuffer": {} }, @@ -239575,7 +240477,7 @@ [ "structure", { - "_index": 3934, + "_index": 1426, "data": { "assets/luafilesystemlfs": {}, "manuals/addressing": {}, @@ -239599,7 +240501,7 @@ [ "structured", { - "_index": 4331, + "_index": 4706, "data": { "manuals/bundling": {}, "manuals/design": {} @@ -239610,7 +240512,7 @@ [ "structures", { - "_index": 4543, + "_index": 4540, "data": { "assets/scene3d": {}, "manuals/building-blocks": {}, @@ -239622,7 +240524,7 @@ [ "stub", { - "_index": 4933, + "_index": 4733, "data": { "manuals/extensions": {} }, @@ -239632,7 +240534,7 @@ [ "stuck", { - "_index": 3404, + "_index": 5169, "data": { "manuals/flash": {}, "manuals/introduction": {} @@ -239643,7 +240545,7 @@ [ "studio", { - "_index": 4094, + "_index": 1994, "data": { "assets/defkit": {}, "assets/vs-code-ide": {}, @@ -239659,7 +240561,7 @@ [ "study", { - "_index": 5613, + "_index": 2056, "data": { "manuals/optimization-size": {} }, @@ -239669,7 +240571,7 @@ [ "stuff", { - "_index": 679, + "_index": 2521, "data": { "manuals/collection-factory": {} }, @@ -239679,7 +240581,7 @@ [ "stunning", { - "_index": 6334, + "_index": 6735, "data": { "assets/druid": {} }, @@ -239689,7 +240591,7 @@ [ "style", { - "_index": 2243, + "_index": 761, "data": { "assets/alienworld": {}, "assets/compat53": {}, @@ -239706,7 +240608,7 @@ [ "styled", { - "_index": 2256, + "_index": 782, "data": { "assets/richtext": {}, "manuals/html5": {} @@ -239717,7 +240619,7 @@ [ "styles", { - "_index": 3898, + "_index": 1368, "data": { "manuals/editor-scripts-ui": {} }, @@ -239727,7 +240629,7 @@ [ "stylesheet", { - "_index": 3115, + "_index": 2402, "data": { "manuals/editor-styling": {} }, @@ -239737,7 +240639,7 @@ [ "styling", { - "_index": 6116, + "_index": 6103, "data": { "assets/defold-typewriter": {}, "examples/gui/slice9": {} @@ -239748,7 +240650,7 @@ [ "stylized", { - "_index": 6113, + "_index": 6100, "data": { "examples/gui/slice9": {} }, @@ -239758,7 +240660,7 @@ [ "sub", { - "_index": 325, + "_index": 950, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/building-blocks": {}, @@ -239778,7 +240680,7 @@ [ "subfolders", { - "_index": 5243, + "_index": 5446, "data": { "manuals/editor-scripts": {} }, @@ -239788,7 +240690,7 @@ [ "subject", { - "_index": 3502, + "_index": 3050, "data": { "manuals/ios": {} }, @@ -239798,7 +240700,7 @@ [ "sublime", { - "_index": 6632, + "_index": 6648, "data": { "assets/defoldapiforsublimetext3": {} }, @@ -239808,7 +240710,7 @@ [ "submatrix", { - "_index": 7701, + "_index": 7400, "data": { "ref/stable/dmVMath": {} }, @@ -239818,7 +240720,7 @@ [ "submission", { - "_index": 5341, + "_index": 5820, "data": { "manuals/macos": {} }, @@ -239828,7 +240730,7 @@ [ "submit", { - "_index": 2415, + "_index": 3040, "data": { "manuals/getting-help": {}, "manuals/ios": {} @@ -239839,7 +240741,7 @@ [ "submitted", { - "_index": 2427, + "_index": 4946, "data": { "manuals/getting-help": {} }, @@ -239849,7 +240751,7 @@ [ "submitting", { - "_index": 5377, + "_index": 5855, "data": { "manuals/macos": {} }, @@ -239859,7 +240761,7 @@ [ "submodule", { - "_index": 7292, + "_index": 9404, "data": { "ref/stable/package": {} }, @@ -239869,7 +240771,7 @@ [ "submodules", { - "_index": 7294, + "_index": 9406, "data": { "ref/stable/package": {} }, @@ -239879,7 +240781,7 @@ [ "subpass", { - "_index": 10270, + "_index": 6872, "data": { "ref/stable/dmGraphics": {} }, @@ -239889,7 +240791,7 @@ [ "subpass_attachment_unused", { - "_index": 10288, + "_index": 6891, "data": { "ref/stable/dmGraphics": {} }, @@ -239899,7 +240801,7 @@ [ "subpass_external", { - "_index": 10289, + "_index": 6892, "data": { "ref/stable/dmGraphics": {} }, @@ -239909,7 +240811,7 @@ [ "subpasses", { - "_index": 10261, + "_index": 6862, "data": { "ref/stable/dmGraphics": {} }, @@ -239919,7 +240821,7 @@ [ "subpixels", { - "_index": 4705, + "_index": 2237, "data": { "manuals/adapting-graphics-to-screen-size": {} }, @@ -239929,7 +240831,7 @@ [ "subsequent", { - "_index": 3569, + "_index": 1482, "data": { "manuals/application-lifecycle": {}, "manuals/debugging-native-code": {}, @@ -239945,7 +240847,7 @@ [ "subsequently", { - "_index": 4357, + "_index": 5534, "data": { "manuals/gui-clipping": {} }, @@ -239955,7 +240857,7 @@ [ "subset", { - "_index": 5228, + "_index": 5431, "data": { "manuals/editor-scripts": {}, "ref/stable/dmGraphics": {} @@ -239966,7 +240868,7 @@ [ "substring", { - "_index": 8091, + "_index": 7115, "data": { "ref/stable/socket": {}, "ref/stable/string": {} @@ -239977,7 +240879,7 @@ [ "substrings", { - "_index": 10132, + "_index": 7148, "data": { "ref/stable/string": {} }, @@ -239987,7 +240889,7 @@ [ "subsystems", { - "_index": 6030, + "_index": 5768, "data": { "manuals/application-lifecycle": {} }, @@ -239997,7 +240899,7 @@ [ "subtle", { - "_index": 5546, + "_index": 1944, "data": { "manuals/script": {} }, @@ -240007,7 +240909,7 @@ [ "subtract", { - "_index": 6873, + "_index": 9078, "data": { "ref/stable/dmAtomic": {} }, @@ -240017,7 +240919,7 @@ [ "subtraction", { - "_index": 6872, + "_index": 9077, "data": { "ref/stable/dmAtomic": {} }, @@ -240027,7 +240929,7 @@ [ "succcess", { - "_index": 7718, + "_index": 8770, "data": { "ref/stable/dmSSLSocket": {}, "ref/stable/dmSocket": {} @@ -240038,7 +240940,7 @@ [ "succeed", { - "_index": 7977, + "_index": 8625, "data": { "ref/stable/render": {} }, @@ -240048,7 +240950,7 @@ [ "succeeded", { - "_index": 6777, + "_index": 8013, "data": { "ref/stable/dmMath": {}, "ref/stable/dmScript": {}, @@ -240060,7 +240962,7 @@ [ "succeeds", { - "_index": 8773, + "_index": 10711, "data": { "ref/stable/base": {}, "ref/stable/dmScript": {} @@ -240071,7 +240973,7 @@ [ "success", { - "_index": 1693, + "_index": 4854, "data": { "manuals/android": {}, "manuals/editor-scripts": {}, @@ -240098,7 +241000,7 @@ [ "successful", { - "_index": 5218, + "_index": 5422, "data": { "examples/particles/confetti": {}, "manuals/editor-scripts": {}, @@ -240119,7 +241021,7 @@ [ "successfull", { - "_index": 8485, + "_index": 9682, "data": { "ref/stable/sys": {} }, @@ -240129,7 +241031,7 @@ [ "successfully", { - "_index": 1199, + "_index": 2358, "data": { "manuals/debugging-native-code-ios": {}, "manuals/editor-scripts": {}, @@ -240152,7 +241054,7 @@ [ "succession", { - "_index": 2104, + "_index": 4452, "data": { "manuals/animation": {} }, @@ -240162,7 +241064,7 @@ [ "such", { - "_index": 406, + "_index": 1323, "data": { "assets/adswrapper": {}, "assets/defoldinput": {}, @@ -240219,7 +241121,7 @@ [ "suddenly", { - "_index": 1624, + "_index": 3659, "data": { "manuals/extensions-best-practices": {}, "manuals/porting-guidelines": {} @@ -240230,7 +241132,7 @@ [ "sudo", { - "_index": 4503, + "_index": 4955, "data": { "manuals/windows": {} }, @@ -240240,7 +241142,7 @@ [ "suffice", { - "_index": 3365, + "_index": 5141, "data": { "manuals/flash": {} }, @@ -240250,7 +241152,7 @@ [ "sufficient", { - "_index": 2190, + "_index": 630, "data": { "manuals/flash": {}, "manuals/html5": {} @@ -240261,7 +241163,7 @@ [ "sufficiently", { - "_index": 5103, + "_index": 5202, "data": { "manuals/editor-scripts": {}, "manuals/lua": {} @@ -240272,7 +241174,7 @@ [ "suffix", { - "_index": 4388, + "_index": 3710, "data": { "manuals/editor": {}, "manuals/project-settings": {}, @@ -240285,7 +241187,7 @@ [ "suffixing", { - "_index": 9122, + "_index": 7586, "data": { "ref/stable/gui": {} }, @@ -240295,7 +241197,7 @@ [ "suggest", { - "_index": 2404, + "_index": 4938, "data": { "manuals/getting-help": {} }, @@ -240305,7 +241207,7 @@ [ "suggests", { - "_index": 5641, + "_index": 2140, "data": { "manuals/optimization-size": {} }, @@ -240315,7 +241217,7 @@ [ "suitable", { - "_index": 2756, + "_index": 2217, "data": { "assets/narrator": {}, "assets/visual-novel-template-ink": {}, @@ -240339,7 +241241,7 @@ [ "suite", { - "_index": 4502, + "_index": 4954, "data": { "assets/defold-rendy": {}, "manuals/windows": {} @@ -240350,7 +241252,7 @@ [ "sum", { - "_index": 4753, + "_index": 3977, "data": { "manuals/physics-resolving-collisions": {}, "ref/stable/b2d.body": {}, @@ -240362,7 +241264,7 @@ [ "summary", { - "_index": 3412, + "_index": 2945, "data": { "manuals/ios": {}, "manuals/macos": {} @@ -240373,7 +241275,7 @@ [ "sunday", { - "_index": 8538, + "_index": 10003, "data": { "ref/stable/os": {} }, @@ -240383,7 +241285,7 @@ [ "super", { - "_index": 6340, + "_index": 6250, "data": { "assets/orthographic": {}, "assets/sharpsprite": {}, @@ -240395,7 +241297,7 @@ [ "supoprted", { - "_index": 10265, + "_index": 6866, "data": { "ref/stable/dmGraphics": {} }, @@ -240405,7 +241307,7 @@ [ "supplied", { - "_index": 6830, + "_index": 7003, "data": { "ref/stable/collectionfactory": {}, "ref/stable/dmArray": {}, @@ -240429,7 +241331,7 @@ [ "supply", { - "_index": 2685, + "_index": 2930, "data": { "manuals/debugging-game-and-system-logs": {}, "manuals/gui-layouts": {}, @@ -240441,7 +241343,7 @@ [ "supplying", { - "_index": 5171, + "_index": 5375, "data": { "manuals/editor-scripts": {} }, @@ -240451,7 +241353,7 @@ [ "support", { - "_index": 521, + "_index": 614, "data": { "assets/crowd-runner-defold": {}, "assets/dashdocsetfordefold": {}, @@ -240516,7 +241418,7 @@ [ "support/defold", { - "_index": 5839, + "_index": 5584, "data": { "manuals/editor": {} }, @@ -240526,7 +241428,7 @@ [ "supported", { - "_index": 184, + "_index": 679, "data": { "assets/iap": {}, "assets/splitmix64": {}, @@ -240575,7 +241477,7 @@ [ "supporting", { - "_index": 8509, + "_index": 9704, "data": { "ref/stable/sys": {} }, @@ -240585,7 +241487,7 @@ [ "supports", { - "_index": 248, + "_index": 695, "data": { "assets/adinfo": {}, "assets/adswrapper": {}, @@ -240633,7 +241535,7 @@ [ "suppose", { - "_index": 653, + "_index": 2479, "data": { "manuals/addressing": {}, "manuals/collection-factory": {}, @@ -240646,7 +241548,7 @@ [ "supposed", { - "_index": 5506, + "_index": 3666, "data": { "manuals/extensions-best-practices": {} }, @@ -240656,7 +241558,7 @@ [ "sure", { - "_index": 804, + "_index": 674, "data": { "examples/particles/modifiers": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -240694,7 +241596,7 @@ [ "surface", { - "_index": 6237, + "_index": 6238, "data": { "examples/material/screenspace": {}, "ref/stable/physics": {}, @@ -240706,7 +241608,7 @@ [ "surprises", { - "_index": 3583, + "_index": 5599, "data": { "manuals/introduction": {} }, @@ -240716,7 +241618,7 @@ [ "surrounding", { - "_index": 4366, + "_index": 4412, "data": { "manuals/editor": {}, "manuals/tilesource": {} @@ -240727,7 +241629,7 @@ [ "survives", { - "_index": 762, + "_index": 3725, "data": { "manuals/caching-assets": {} }, @@ -240737,7 +241639,7 @@ [ "suspend", { - "_index": 1388, + "_index": 4021, "data": { "manuals/extender-local-setup": {} }, @@ -240747,7 +241649,7 @@ [ "suspended", { - "_index": 7242, + "_index": 8747, "data": { "ref/stable/coroutine": {} }, @@ -240757,7 +241659,7 @@ [ "suspends", { - "_index": 7248, + "_index": 8753, "data": { "ref/stable/coroutine": {} }, @@ -240767,7 +241669,7 @@ [ "suspension", { - "_index": 5988, + "_index": 5782, "data": { "manuals/physics-joints": {} }, @@ -240777,7 +241679,7 @@ [ "swap", { - "_index": 1637, + "_index": 2423, "data": { "manuals/editor": {}, "manuals/editor-styling": {}, @@ -240792,7 +241694,7 @@ [ "swapchildren", { - "_index": 3308, + "_index": 5107, "data": { "manuals/flash": {} }, @@ -240802,7 +241704,7 @@ [ "swapped", { - "_index": 7763, + "_index": 8644, "data": { "ref/stable/bit": {}, "ref/stable/sound": {} @@ -240813,7 +241715,7 @@ [ "swapping", { - "_index": 3307, + "_index": 5106, "data": { "manuals/flash": {}, "ref/stable/sys": {} @@ -240824,7 +241726,7 @@ [ "swaps", { - "_index": 7761, + "_index": 8642, "data": { "ref/stable/bit": {}, "ref/stable/sys": {} @@ -240835,7 +241737,7 @@ [ "swift", { - "_index": 4017, + "_index": 5934, "data": { "manuals/extensions-cocoapods": {} }, @@ -240845,7 +241747,7 @@ [ "swirl", { - "_index": 3155, + "_index": 1123, "data": { "manuals/particlefx": {} }, @@ -240855,7 +241757,7 @@ [ "switch", { - "_index": 1471, + "_index": 2013, "data": { "assets/defbuild": {}, "examples/movement/look_rotation": {}, @@ -240873,7 +241775,7 @@ [ "switch/ps4/ps5", { - "_index": 1470, + "_index": 4085, "data": { "manuals/extender-local-setup": {} }, @@ -240883,7 +241785,7 @@ [ "switched", { - "_index": 2682, + "_index": 1345, "data": { "manuals/editor-scripts-ui": {}, "manuals/gui-layouts": {} @@ -240894,7 +241796,7 @@ [ "switches", { - "_index": 2673, + "_index": 2923, "data": { "manuals/gui-layouts": {} }, @@ -240904,7 +241806,7 @@ [ "switching", { - "_index": 2677, + "_index": 2927, "data": { "manuals/gui-layouts": {} }, @@ -240914,7 +241816,7 @@ [ "sx", { - "_index": 6033, + "_index": 3446, "data": { "manuals/camera": {} }, @@ -240924,7 +241826,7 @@ [ "sy", { - "_index": 6034, + "_index": 3447, "data": { "manuals/camera": {} }, @@ -240934,7 +241836,7 @@ [ "symbol", { - "_index": 1198, + "_index": 878, "data": { "assets/printer": {}, "manuals/bob": {}, @@ -240955,7 +241857,7 @@ [ "symbol/name", { - "_index": 10346, + "_index": 8793, "data": { "ref/stable/dmProfile": {} }, @@ -240965,7 +241867,7 @@ [ "symbolicate", { - "_index": 4789, + "_index": 4973, "data": { "manuals/debugging-native-code": {} }, @@ -240975,7 +241877,7 @@ [ "symbolicated", { - "_index": 4799, + "_index": 4985, "data": { "manuals/debugging-native-code": {} }, @@ -240985,7 +241887,7 @@ [ "symbolication", { - "_index": 4798, + "_index": 4984, "data": { "manuals/debugging-native-code": {} }, @@ -240995,7 +241897,7 @@ [ "symbols", { - "_index": 1177, + "_index": 852, "data": { "manuals/bob": {}, "manuals/debugging-native-code": {}, @@ -241013,7 +241915,7 @@ [ "sync", { - "_index": 3795, + "_index": 1491, "data": { "manuals/editor": {}, "manuals/editor-scripts-ui": {}, @@ -241026,7 +241928,7 @@ [ "synchronization", { - "_index": 2072, + "_index": 1050, "data": { "manuals/compute": {}, "manuals/extensions-defold-sdk": {}, @@ -241038,7 +241940,7 @@ [ "synchronize", { - "_index": 3794, + "_index": 4366, "data": { "manuals/editor-scripts": {}, "manuals/version-control": {} @@ -241049,7 +241951,7 @@ [ "synchronizing", { - "_index": 3790, + "_index": 4363, "data": { "manuals/editor": {}, "manuals/version-control": {} @@ -241060,7 +241962,7 @@ [ "synchronous", { - "_index": 711, + "_index": 2534, "data": { "manuals/collection-factory": {}, "manuals/factory": {} @@ -241071,7 +241973,7 @@ [ "synchronously", { - "_index": 713, + "_index": 2535, "data": { "manuals/collection-factory": {}, "manuals/factory": {}, @@ -241086,7 +241988,7 @@ [ "syntax", { - "_index": 1277, + "_index": 1962, "data": { "assets/lua-language-server": {}, "manuals/extensions-ext-manifests": {}, @@ -241102,7 +242004,7 @@ [ "sys", { - "_index": 8403, + "_index": 9602, "data": { "ref/stable/sys": {} }, @@ -241112,7 +242014,7 @@ [ "sys.deserialize", { - "_index": 8402, + "_index": 9601, "data": { "ref/stable/sys": {} }, @@ -241122,7 +242024,7 @@ [ "sys.exists", { - "_index": 8407, + "_index": 9606, "data": { "ref/stable/sys": {} }, @@ -241132,7 +242034,7 @@ [ "sys.exit", { - "_index": 8408, + "_index": 9607, "data": { "ref/stable/sys": {} }, @@ -241142,7 +242044,7 @@ [ "sys.get_application_info", { - "_index": 8409, + "_index": 9608, "data": { "ref/stable/sys": {} }, @@ -241152,7 +242054,7 @@ [ "sys.get_application_path", { - "_index": 8414, + "_index": 9613, "data": { "ref/stable/sys": {} }, @@ -241162,7 +242064,7 @@ [ "sys.get_config", { - "_index": 2336, + "_index": 927, "data": { "manuals/html5": {}, "manuals/project-settings": {} @@ -241173,7 +242075,7 @@ [ "sys.get_config_int", { - "_index": 5777, + "_index": 3936, "data": { "manuals/live-update-scripting": {}, "ref/stable/sys": {} @@ -241184,7 +242086,7 @@ [ "sys.get_config_number", { - "_index": 8418, + "_index": 9617, "data": { "ref/stable/sys": {} }, @@ -241194,7 +242096,7 @@ [ "sys.get_config_string", { - "_index": 2780, + "_index": 3953, "data": { "manuals/application-security": {}, "manuals/live-update-scripting": {}, @@ -241206,7 +242108,7 @@ [ "sys.get_connectivity", { - "_index": 8421, + "_index": 9620, "data": { "ref/stable/sys": {} }, @@ -241216,7 +242118,7 @@ [ "sys.get_engine_info", { - "_index": 4735, + "_index": 4713, "data": { "manuals/bundling": {}, "ref/stable/sys": {} @@ -241227,7 +242129,7 @@ [ "sys.get_host_path", { - "_index": 8431, + "_index": 9630, "data": { "ref/stable/sys": {} }, @@ -241237,7 +242139,7 @@ [ "sys.get_ifaddrs", { - "_index": 8433, + "_index": 9632, "data": { "ref/stable/sys": {} }, @@ -241247,7 +242149,7 @@ [ "sys.get_info", { - "_index": 1638, + "_index": 4827, "data": { "manuals/porting-guidelines": {} }, @@ -241257,7 +242159,7 @@ [ "sys.get_save_file", { - "_index": 1667, + "_index": 3343, "data": { "manuals/live-update": {}, "manuals/live-update-scripting": {}, @@ -241271,7 +242173,7 @@ [ "sys.get_sys_info", { - "_index": 8436, + "_index": 8712, "data": { "ref/stable/crash": {}, "ref/stable/sys": {} @@ -241282,7 +242184,7 @@ [ "sys.load", { - "_index": 1666, + "_index": 4842, "data": { "examples/file/sys_save_load": {}, "manuals/porting-guidelines": {}, @@ -241294,7 +242196,7 @@ [ "sys.load_buffer", { - "_index": 8470, + "_index": 9668, "data": { "ref/stable/sys": {} }, @@ -241304,7 +242206,7 @@ [ "sys.load_buffer_async", { - "_index": 8476, + "_index": 9674, "data": { "ref/stable/sys": {} }, @@ -241314,7 +242216,7 @@ [ "sys.load_resource", { - "_index": 5729, + "_index": 3566, "data": { "manuals/live-update-scripting": {}, "manuals/sound": {}, @@ -241326,7 +242228,7 @@ [ "sys.network_connected", { - "_index": 8423, + "_index": 9622, "data": { "ref/stable/sys": {} }, @@ -241336,7 +242238,7 @@ [ "sys.network_connected_cellular", { - "_index": 8425, + "_index": 9624, "data": { "ref/stable/sys": {} }, @@ -241346,7 +242248,7 @@ [ "sys.network_disconnected", { - "_index": 8424, + "_index": 9623, "data": { "ref/stable/sys": {} }, @@ -241356,7 +242258,7 @@ [ "sys.open_url", { - "_index": 8490, + "_index": 9687, "data": { "ref/stable/sys": {} }, @@ -241366,7 +242268,7 @@ [ "sys.reboot", { - "_index": 8497, + "_index": 9694, "data": { "ref/stable/sys": {} }, @@ -241376,7 +242278,7 @@ [ "sys.request_status_error_io_error", { - "_index": 8498, + "_index": 9695, "data": { "ref/stable/sys": {} }, @@ -241386,7 +242288,7 @@ [ "sys.request_status_error_not_found", { - "_index": 8501, + "_index": 9698, "data": { "ref/stable/sys": {} }, @@ -241396,7 +242298,7 @@ [ "sys.request_status_finished", { - "_index": 8503, + "_index": 9700, "data": { "ref/stable/sys": {} }, @@ -241406,7 +242308,7 @@ [ "sys.save", { - "_index": 1664, + "_index": 4841, "data": { "examples/file/sys_save_load": {}, "manuals/porting-guidelines": {}, @@ -241418,7 +242320,7 @@ [ "sys.serialize", { - "_index": 8511, + "_index": 9706, "data": { "ref/stable/sys": {} }, @@ -241428,7 +242330,7 @@ [ "sys.set_connectivity_host", { - "_index": 8514, + "_index": 9709, "data": { "ref/stable/sys": {} }, @@ -241438,7 +242340,7 @@ [ "sys.set_error_handler", { - "_index": 8516, + "_index": 9712, "data": { "ref/stable/sys": {} }, @@ -241448,7 +242350,7 @@ [ "sys.set_update_frequency", { - "_index": 8518, + "_index": 9714, "data": { "ref/stable/sys": {} }, @@ -241458,7 +242360,7 @@ [ "sys.set_vsync_swap_interval", { - "_index": 8519, + "_index": 9715, "data": { "ref/stable/sys": {} }, @@ -241468,7 +242370,7 @@ [ "sysfield_android_build_fingerprint", { - "_index": 9940, + "_index": 8708, "data": { "ref/stable/crash": {} }, @@ -241478,7 +242380,7 @@ [ "sysfield_device_language", { - "_index": 9943, + "_index": 8711, "data": { "ref/stable/crash": {} }, @@ -241488,7 +242390,7 @@ [ "sysfield_device_model", { - "_index": 9945, + "_index": 8714, "data": { "ref/stable/crash": {} }, @@ -241498,7 +242400,7 @@ [ "sysfield_engine_hash", { - "_index": 9947, + "_index": 8716, "data": { "ref/stable/crash": {} }, @@ -241508,7 +242410,7 @@ [ "sysfield_engine_version", { - "_index": 9949, + "_index": 8718, "data": { "ref/stable/crash": {} }, @@ -241518,7 +242420,7 @@ [ "sysfield_language", { - "_index": 9951, + "_index": 8720, "data": { "ref/stable/crash": {} }, @@ -241528,7 +242430,7 @@ [ "sysfield_manufacturer", { - "_index": 9953, + "_index": 8722, "data": { "ref/stable/crash": {} }, @@ -241538,7 +242440,7 @@ [ "sysfield_max", { - "_index": 9954, + "_index": 8723, "data": { "ref/stable/crash": {} }, @@ -241548,7 +242450,7 @@ [ "sysfield_system_name", { - "_index": 9957, + "_index": 8726, "data": { "ref/stable/crash": {} }, @@ -241558,7 +242460,7 @@ [ "sysfield_system_version", { - "_index": 9959, + "_index": 8728, "data": { "ref/stable/crash": {} }, @@ -241568,7 +242470,7 @@ [ "sysfield_territory", { - "_index": 9961, + "_index": 8730, "data": { "ref/stable/crash": {} }, @@ -241578,7 +242480,7 @@ [ "sysfields", { - "_index": 9955, + "_index": 8724, "data": { "ref/stable/crash": {} }, @@ -241588,7 +242490,7 @@ [ "system", { - "_index": 395, + "_index": 894, "data": { "assets/acidrain": {}, "assets/defold-event": {}, @@ -241652,7 +242554,7 @@ [ "system_name", { - "_index": 8443, + "_index": 9642, "data": { "ref/stable/sys": {} }, @@ -241662,7 +242564,7 @@ [ "system_version", { - "_index": 8444, + "_index": 9643, "data": { "ref/stable/sys": {} }, @@ -241672,7 +242574,7 @@ [ "systemconfiguration", { - "_index": 1312, + "_index": 4672, "data": { "manuals/extensions-ext-manifests": {} }, @@ -241682,7 +242584,7 @@ [ "systems", { - "_index": 876, + "_index": 1045, "data": { "assets/fmod": {}, "manuals/compute": {}, @@ -241702,7 +242604,7 @@ [ "sz", { - "_index": 6035, + "_index": 3448, "data": { "manuals/camera": {} }, @@ -241712,7 +242614,7 @@ [ "t", { - "_index": 5109, + "_index": 5208, "data": { "manuals/lua": {}, "ref/stable/base": {}, @@ -241734,7 +242636,7 @@ [ "t,x", { - "_index": 6846, + "_index": 6941, "data": { "ref/stable/table": {} }, @@ -241744,7 +242646,7 @@ [ "t._m", { - "_index": 10416, + "_index": 10703, "data": { "ref/stable/base": {} }, @@ -241754,7 +242656,7 @@ [ "t._name", { - "_index": 10415, + "_index": 10702, "data": { "ref/stable/base": {} }, @@ -241764,7 +242666,7 @@ [ "t._package", { - "_index": 10417, + "_index": 10704, "data": { "ref/stable/base": {} }, @@ -241774,7 +242676,7 @@ [ "t1", { - "_index": 7592, + "_index": 9860, "data": { "ref/stable/dmTransform": {}, "ref/stable/os": {} @@ -241785,7 +242687,7 @@ [ "t1*t2", { - "_index": 7599, + "_index": 9863, "data": { "ref/stable/dmTransform": {} }, @@ -241795,7 +242697,7 @@ [ "t2", { - "_index": 7593, + "_index": 9861, "data": { "ref/stable/dmTransform": {}, "ref/stable/os": {} @@ -241806,7 +242708,7 @@ [ "t[k", { - "_index": 10126, + "_index": 7141, "data": { "ref/stable/string": {} }, @@ -241816,7 +242718,7 @@ [ "t_backing", { - "_index": 2990, + "_index": 5295, "data": { "manuals/compute": {} }, @@ -241826,7 +242728,7 @@ [ "t_backing_handle", { - "_index": 2997, + "_index": 5301, "data": { "manuals/compute": {} }, @@ -241836,7 +242738,7 @@ [ "tab", { - "_index": 5812, + "_index": 1974, "data": { "manuals/editor": {}, "manuals/editor-preferences": {}, @@ -241849,7 +242751,7 @@ [ "table", { - "_index": 135, + "_index": 1295, "data": { "assets/cjson": {}, "assets/deftable": {}, @@ -241917,10 +242819,30 @@ "type": {} } ], + [ + "table<item", + { + "_index": 8867, + "data": { + "ref/stable/editor": {} + }, + "type": {} + } + ], + [ + "table<string", + { + "_index": 8857, + "data": { + "ref/stable/editor": {} + }, + "type": {} + } + ], [ "table.concat", { - "_index": 6838, + "_index": 6933, "data": { "ref/stable/table": {} }, @@ -241930,7 +242852,7 @@ [ "table.insert", { - "_index": 2609, + "_index": 4322, "data": { "manuals/factory": {}, "manuals/modules": {}, @@ -241942,7 +242864,7 @@ [ "table.maxn", { - "_index": 6847, + "_index": 6942, "data": { "ref/stable/table": {} }, @@ -241952,7 +242874,7 @@ [ "table.remove", { - "_index": 6850, + "_index": 6945, "data": { "ref/stable/table": {} }, @@ -241962,7 +242884,7 @@ [ "table.sort", { - "_index": 6851, + "_index": 6946, "data": { "ref/stable/table": {} }, @@ -241972,7 +242894,7 @@ [ "table[1", { - "_index": 6853, + "_index": 6948, "data": { "ref/stable/table": {} }, @@ -241982,7 +242904,7 @@ [ "table[]array", { - "_index": 10738, + "_index": 8958, "data": { "ref/stable/editor": {} }, @@ -241992,7 +242914,7 @@ [ "table[]file", { - "_index": 10731, + "_index": 8950, "data": { "ref/stable/editor": {} }, @@ -242002,7 +242924,7 @@ [ "table[i]..sep..table[i+1", { - "_index": 6840, + "_index": 6935, "data": { "ref/stable/table": {} }, @@ -242012,7 +242934,7 @@ [ "table[index", { - "_index": 10427, + "_index": 10715, "data": { "ref/stable/base": {} }, @@ -242022,17 +242944,27 @@ [ "table[n", { - "_index": 6854, + "_index": 6949, "data": { "ref/stable/table": {} }, "type": {} } ], + [ + "tabledefault", + { + "_index": 8859, + "data": { + "ref/stable/editor": {} + }, + "type": {} + } + ], [ "tableissue", { - "_index": 10697, + "_index": 8916, "data": { "ref/stable/editor": {} }, @@ -242042,7 +242974,7 @@ [ "tables", { - "_index": 1545, + "_index": 1298, "data": { "manuals/editor-scripts": {}, "manuals/editor-scripts-ui": {}, @@ -242064,7 +242996,7 @@ [ "tabs", { - "_index": 3200, + "_index": 1212, "data": { "manuals/editor": {}, "manuals/editor-scripts": {}, @@ -242077,7 +243009,7 @@ [ "tactical", { - "_index": 4888, + "_index": 3416, "data": { "manuals/addressing": {} }, @@ -242087,7 +243019,7 @@ [ "tactxstudios", { - "_index": 6497, + "_index": 6627, "data": { "assets/tactxstudios": {} }, @@ -242097,7 +243029,7 @@ [ "tag", { - "_index": 3636, + "_index": 1728, "data": { "manuals/render": {}, "ref/stable/dmRender": {} @@ -242108,7 +243040,7 @@ [ "tags", { - "_index": 2309, + "_index": 862, "data": { "manuals/html5": {}, "ref/stable/dmRender": {}, @@ -242120,7 +243052,7 @@ [ "tail", { - "_index": 6992, + "_index": 9571, "data": { "ref/stable/debug": {} }, @@ -242130,7 +243062,7 @@ [ "tailor", { - "_index": 4139, + "_index": 5929, "data": { "manuals/model": {} }, @@ -242140,7 +243072,7 @@ [ "take", { - "_index": 682, + "_index": 446, "data": { "assets/photoshopguiexporter": {}, "assets/screenshot": {}, @@ -242178,7 +243110,7 @@ [ "taken", { - "_index": 1779, + "_index": 2317, "data": { "examples/particles/fire_and_smoke": {}, "examples/particles/fireworks": {}, @@ -242194,7 +243126,7 @@ [ "takes", { - "_index": 692, + "_index": 596, "data": { "examples/render/screen_to_world": {}, "manuals/addressing": {}, @@ -242225,7 +243157,7 @@ [ "taking", { - "_index": 3089, + "_index": 2488, "data": { "manuals/addressing": {}, "manuals/flipbook-animation": {}, @@ -242238,7 +243170,7 @@ [ "talk", { - "_index": 3612, + "_index": 1680, "data": { "manuals/render": {} }, @@ -242248,7 +243180,7 @@ [ "talking", { - "_index": 5619, + "_index": 2069, "data": { "manuals/optimization-size": {} }, @@ -242258,7 +243190,7 @@ [ "tampered", { - "_index": 2877, + "_index": 4225, "data": { "manuals/application-security": {} }, @@ -242268,7 +243200,7 @@ [ "tan", { - "_index": 9781, + "_index": 7306, "data": { "ref/stable/math": {} }, @@ -242278,7 +243210,7 @@ [ "tangent", { - "_index": 9723, + "_index": 7245, "data": { "ref/stable/math": {} }, @@ -242288,7 +243220,7 @@ [ "tangents", { - "_index": 3201, + "_index": 1215, "data": { "manuals/particlefx": {} }, @@ -242298,7 +243230,7 @@ [ "tanh", { - "_index": 9783, + "_index": 7308, "data": { "ref/stable/math": {} }, @@ -242308,7 +243240,7 @@ [ "tap", { - "_index": 2158, + "_index": 4486, "data": { "manuals/dev-app": {}, "manuals/input-mouse-and-touch": {}, @@ -242321,7 +243253,7 @@ [ "tap_count", { - "_index": 9098, + "_index": 7969, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -242332,7 +243264,7 @@ [ "tapped", { - "_index": 2160, + "_index": 4488, "data": { "manuals/input-mouse-and-touch": {} }, @@ -242342,7 +243274,7 @@ [ "taps", { - "_index": 9099, + "_index": 7970, "data": { "ref/stable/go": {}, "ref/stable/gui": {} @@ -242353,7 +243285,7 @@ [ "taptic", { - "_index": 6524, + "_index": 6537, "data": { "assets/tapticengine": {} }, @@ -242363,7 +243295,7 @@ [ "tapticengine", { - "_index": 6523, + "_index": 6536, "data": { "assets/tapticengine": {} }, @@ -242373,7 +243305,7 @@ [ "target", { - "_index": 1704, + "_index": 1804, "data": { "examples/movement/look_rotation": {}, "manuals/addressing": {}, @@ -242415,7 +243347,7 @@ [ "target.source", { - "_index": 6083, + "_index": 4903, "data": { "manuals/debugging-native-code-ios": {} }, @@ -242425,7 +243357,7 @@ [ "target_id", { - "_index": 2590, + "_index": 4306, "data": { "manuals/factory": {} }, @@ -242435,7 +243367,7 @@ [ "targeted", { - "_index": 1683, + "_index": 4848, "data": { "manuals/porting-guidelines": {} }, @@ -242445,7 +243377,7 @@ [ "targeting", { - "_index": 5067, + "_index": 2936, "data": { "manuals/optimization": {} }, @@ -242455,7 +243387,7 @@ [ "targets", { - "_index": 3354, + "_index": 1811, "data": { "examples/movement/look_rotation": {}, "manuals/bundling": {}, @@ -242471,7 +243403,7 @@ [ "task", { - "_index": 1538, + "_index": 3085, "data": { "manuals/compute": {}, "manuals/extensions-best-practices": {}, @@ -242483,7 +243415,7 @@ [ "tasks", { - "_index": 2956, + "_index": 3272, "data": { "manuals/bob": {}, "manuals/compute": {}, @@ -242496,7 +243428,7 @@ [ "tc", { - "_index": 4195, + "_index": 3231, "data": { "manuals/bob": {} }, @@ -242506,7 +243438,7 @@ [ "tcp", { - "_index": 4995, + "_index": 2460, "data": { "manuals/socket-connections": {}, "manuals/zerobrane": {}, @@ -242518,7 +243450,7 @@ [ "tcp6", { - "_index": 8203, + "_index": 10582, "data": { "ref/stable/socket": {} }, @@ -242528,7 +243460,7 @@ [ "tcp_nodelay", { - "_index": 7736, + "_index": 10070, "data": { "ref/stable/dmSocket": {} }, @@ -242538,7 +243470,7 @@ [ "tcp_quickack", { - "_index": 7738, + "_index": 10072, "data": { "ref/stable/dmSocket": {} }, @@ -242548,7 +243480,7 @@ [ "tddftype", { - "_index": 9543, + "_index": 9245, "data": { "ref/stable/dmGameObject": {} }, @@ -242558,7 +243490,7 @@ [ "teach", { - "_index": 1254, + "_index": 2824, "data": { "manuals/shader": {} }, @@ -242568,7 +243500,7 @@ [ "teal", { - "_index": 6350, + "_index": 6658, "data": { "assets/teal": {} }, @@ -242578,7 +243510,7 @@ [ "team", { - "_index": 3424, + "_index": 2961, "data": { "assets/pp": {}, "manuals/addressing": {}, @@ -242594,7 +243526,7 @@ [ "team.collection", { - "_index": 4864, + "_index": 3383, "data": { "manuals/addressing": {} }, @@ -242604,7 +243536,7 @@ [ "team_1", { - "_index": 4866, + "_index": 3385, "data": { "manuals/addressing": {} }, @@ -242614,7 +243546,7 @@ [ "team_1/bean", { - "_index": 4877, + "_index": 3402, "data": { "manuals/addressing": {} }, @@ -242624,7 +243556,7 @@ [ "team_1/buddy", { - "_index": 4878, + "_index": 3403, "data": { "manuals/addressing": {} }, @@ -242634,7 +243566,7 @@ [ "team_2", { - "_index": 4867, + "_index": 3386, "data": { "manuals/addressing": {} }, @@ -242644,7 +243576,7 @@ [ "team_2/bean", { - "_index": 4879, + "_index": 3404, "data": { "manuals/addressing": {} }, @@ -242654,7 +243586,7 @@ [ "team_2/buddy", { - "_index": 4880, + "_index": 3405, "data": { "manuals/addressing": {} }, @@ -242664,7 +243596,7 @@ [ "teams", { - "_index": 3394, + "_index": 3382, "data": { "manuals/addressing": {}, "manuals/design": {}, @@ -242676,7 +243608,7 @@ [ "teardowncallback", { - "_index": 8806, + "_index": 10869, "data": { "ref/stable/dmScript": {} }, @@ -242686,7 +243618,7 @@ [ "technical", { - "_index": 243, + "_index": 5244, "data": { "manuals/networking": {} }, @@ -242696,7 +243628,7 @@ [ "technique", { - "_index": 2906, + "_index": 6039, "data": { "assets/derez": {}, "manuals/material": {} @@ -242707,7 +243639,7 @@ [ "techniques", { - "_index": 1243, + "_index": 2818, "data": { "assets/defold-3D-outline-shader": {}, "assets/tactxstudios": {}, @@ -242720,7 +243652,7 @@ [ "technology", { - "_index": 2835, + "_index": 4192, "data": { "manuals/application-security": {} }, @@ -242730,7 +243662,7 @@ [ "telescope", { - "_index": 6248, + "_index": 6344, "data": { "assets/deftest": {} }, @@ -242740,7 +243672,7 @@ [ "tell", { - "_index": 1818, + "_index": 3319, "data": { "manuals/addressing": {}, "manuals/input": {}, @@ -242752,7 +243684,7 @@ [ "telling", { - "_index": 1791, + "_index": 3304, "data": { "manuals/live-update": {} }, @@ -242762,7 +243694,7 @@ [ "tells", { - "_index": 952, + "_index": 2646, "data": { "examples/render/camera": {}, "manuals/live-update": {}, @@ -242776,7 +243708,7 @@ [ "telnet", { - "_index": 8603, + "_index": 9425, "data": { "ref/stable/engine": {} }, @@ -242786,7 +243718,7 @@ [ "temp", { - "_index": 5130, + "_index": 3676, "data": { "manuals/file-access": {} }, @@ -242796,7 +243728,7 @@ [ "template", { - "_index": 799, + "_index": 224, "data": { "assets/lowrezjamtemplate": {}, "assets/textadventuretemplate": {}, @@ -242818,7 +243750,7 @@ [ "templated", { - "_index": 5493, + "_index": 3644, "data": { "manuals/extensions-best-practices": {} }, @@ -242828,7 +243760,7 @@ [ "templates", { - "_index": 1975, + "_index": 225, "data": { "assets/editor-script-templates": {}, "manuals/addressing": {}, @@ -242847,7 +243779,7 @@ [ "templates/default.gui", { - "_index": 5833, + "_index": 5578, "data": { "manuals/editor": {} }, @@ -242857,7 +243789,7 @@ [ "templates/default.script", { - "_index": 5834, + "_index": 5579, "data": { "manuals/editor": {} }, @@ -242867,7 +243799,7 @@ [ "templating", { - "_index": 4746, + "_index": 4696, "data": { "manuals/gui-template": {} }, @@ -242877,7 +243809,7 @@ [ "templatized", { - "_index": 2067, + "_index": 1038, "data": { "manuals/extensions-defold-sdk": {} }, @@ -242887,7 +243819,7 @@ [ "temporaries", { - "_index": 6980, + "_index": 9560, "data": { "ref/stable/debug": {} }, @@ -242897,7 +243829,7 @@ [ "temporarily", { - "_index": 1387, + "_index": 4020, "data": { "manuals/android": {}, "manuals/extender-local-setup": {}, @@ -242910,7 +243842,7 @@ [ "temporary", { - "_index": 3432, + "_index": 2973, "data": { "manuals/ios": {}, "ref/stable/dmLog": {}, @@ -242923,7 +243855,7 @@ [ "tend", { - "_index": 7139, + "_index": 7556, "data": { "ref/stable/physics": {} }, @@ -242933,7 +243865,7 @@ [ "tenjin", { - "_index": 6493, + "_index": 6646, "data": { "assets/tenjin": {} }, @@ -242943,7 +243875,7 @@ [ "term", { - "_index": 329, + "_index": 953, "data": { "manuals/importing-graphics": {}, "manuals/render": {} @@ -242954,7 +243886,7 @@ [ "terminal", { - "_index": 1376, + "_index": 3696, "data": { "manuals/debugging-game-and-system-logs": {}, "manuals/editor": {}, @@ -242967,7 +243899,7 @@ [ "terminal/command", { - "_index": 5401, + "_index": 5585, "data": { "manuals/android": {}, "manuals/editor": {} @@ -242978,7 +243910,7 @@ [ "terminate", { - "_index": 4595, + "_index": 5868, "data": { "manuals/debugging-game-logic": {}, "ref/stable/dmThread": {}, @@ -242990,7 +243922,7 @@ [ "terminated", { - "_index": 7009, + "_index": 7415, "data": { "ref/stable/dmHash": {}, "ref/stable/dmHttpClient": {}, @@ -243006,7 +243938,7 @@ [ "terminates", { - "_index": 7239, + "_index": 8744, "data": { "ref/stable/base": {}, "ref/stable/coroutine": {}, @@ -243020,7 +243952,7 @@ [ "terminating", { - "_index": 10446, + "_index": 9726, "data": { "ref/stable/dmStringFunc": {} }, @@ -243030,7 +243962,7 @@ [ "terms", { - "_index": 3952, + "_index": 1458, "data": { "examples/material/unlit": {}, "manuals/editor-scripts-ui": {}, @@ -243042,7 +243974,7 @@ [ "terra", { - "_index": 3393, + "_index": 5162, "data": { "manuals/flash": {} }, @@ -243052,7 +243984,7 @@ [ "terrain", { - "_index": 2939, + "_index": 5265, "data": { "manuals/compute": {} }, @@ -243062,7 +243994,7 @@ [ "territory", { - "_index": 8452, + "_index": 8731, "data": { "ref/stable/crash": {}, "ref/stable/sys": {} @@ -243073,7 +244005,7 @@ [ "test", { - "_index": 139, + "_index": 647, "data": { "assets/defbuild": {}, "assets/scene3d": {}, @@ -243100,7 +244032,7 @@ [ "test.greet", { - "_index": 2743, + "_index": 4119, "data": { "manuals/application-security": {} }, @@ -243110,7 +244042,7 @@ [ "test.my_value", { - "_index": 4382, + "_index": 3703, "data": { "manuals/project-settings": {} }, @@ -243120,7 +244052,7 @@ [ "tested", { - "_index": 7095, + "_index": 7516, "data": { "ref/stable/gui": {}, "ref/stable/physics": {} @@ -243131,7 +244063,7 @@ [ "testflight", { - "_index": 3497, + "_index": 3044, "data": { "manuals/ios": {} }, @@ -243141,7 +244073,7 @@ [ "testfrustumobb", { - "_index": 8648, + "_index": 9442, "data": { "ref/stable/dmIntersection": {} }, @@ -243151,7 +244083,7 @@ [ "testfrustumpoint", { - "_index": 8652, + "_index": 9446, "data": { "ref/stable/dmIntersection": {} }, @@ -243161,7 +244093,7 @@ [ "testfrustumsphere", { - "_index": 8653, + "_index": 9447, "data": { "ref/stable/dmIntersection": {} }, @@ -243171,7 +244103,7 @@ [ "testfrustumspheresq", { - "_index": 8654, + "_index": 9448, "data": { "ref/stable/dmIntersection": {} }, @@ -243181,7 +244113,7 @@ [ "testing", { - "_index": 2195, + "_index": 643, "data": { "assets/deftest": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -243196,7 +244128,7 @@ [ "testproperty", { - "_index": 5015, + "_index": 4620, "data": { "manuals/extensions-manifest-merge-tool": {} }, @@ -243206,7 +244138,7 @@ [ "tests", { - "_index": 3339, + "_index": 5127, "data": { "assets/deftest": {}, "manuals/flash": {}, @@ -243221,7 +244153,7 @@ [ "tethering", { - "_index": 4519, + "_index": 5664, "data": { "manuals/dev-app": {} }, @@ -243231,7 +244163,7 @@ [ "tex0", { - "_index": 4527, + "_index": 5644, "data": { "manuals/mesh": {} }, @@ -243241,7 +244173,7 @@ [ "tex_blur", { - "_index": 2976, + "_index": 5286, "data": { "manuals/compute": {} }, @@ -243251,7 +244183,7 @@ [ "tex_coord", { - "_index": 3014, + "_index": 5313, "data": { "manuals/compute": {} }, @@ -243261,7 +244193,7 @@ [ "tex_coord.x", { - "_index": 3018, + "_index": 5317, "data": { "manuals/compute": {} }, @@ -243271,7 +244203,7 @@ [ "tex_coord.y", { - "_index": 3020, + "_index": 5319, "data": { "manuals/compute": {} }, @@ -243281,7 +244213,7 @@ [ "tex_coord_uv", { - "_index": 3017, + "_index": 5316, "data": { "manuals/compute": {} }, @@ -243291,7 +244223,7 @@ [ "tex_storage", { - "_index": 2978, + "_index": 5288, "data": { "manuals/compute": {} }, @@ -243301,7 +244233,7 @@ [ "texcoord0", { - "_index": 973, + "_index": 2658, "data": { "manuals/shader": {} }, @@ -243311,7 +244243,7 @@ [ "texel", { - "_index": 2436, + "_index": 19, "data": { "manuals/material": {}, "manuals/texture-filtering": {} @@ -243322,7 +244254,7 @@ [ "texels", { - "_index": 2892, + "_index": 6030, "data": { "manuals/material": {} }, @@ -243332,7 +244264,7 @@ [ "text", { - "_index": 39, + "_index": 216, "data": { "assets/defold-mobilehtml5-typing": {}, "assets/defold-typewriter": {}, @@ -243396,7 +244328,7 @@ [ "text.strong", { - "_index": 3134, + "_index": 2419, "data": { "manuals/editor-styling": {} }, @@ -243406,7 +244338,7 @@ [ "text/javascript", { - "_index": 5030, + "_index": 4637, "data": { "manuals/extensions-manifest-merge-tool": {} }, @@ -243416,7 +244348,7 @@ [ "text_alignment", { - "_index": 10825, + "_index": 9045, "data": { "ref/stable/editor": {} }, @@ -243426,7 +244358,7 @@ [ "textadventuretemplate", { - "_index": 6373, + "_index": 6417, "data": { "assets/textadventuretemplate": {} }, @@ -243436,7 +244368,7 @@ [ "textcoord0", { - "_index": 975, + "_index": 2660, "data": { "manuals/shader": {} }, @@ -243446,7 +244378,7 @@ [ "texttext_alignment", { - "_index": 10679, + "_index": 8898, "data": { "ref/stable/editor": {} }, @@ -243456,7 +244388,7 @@ [ "textual", { - "_index": 3801, + "_index": 4372, "data": { "manuals/version-control": {} }, @@ -243466,7 +244398,7 @@ [ "texture", { - "_index": 306, + "_index": 185, "data": { "assets/drawpixels": {}, "examples/gui/progress": {}, @@ -243510,7 +244442,7 @@ [ "texture0", { - "_index": 2373, + "_index": 2890, "data": { "manuals/atlas": {}, "manuals/script-properties": {} @@ -243521,7 +244453,7 @@ [ "texture2d", { - "_index": 1111, + "_index": 2742, "data": { "manuals/shader": {} }, @@ -243531,7 +244463,7 @@ [ "texture2darray", { - "_index": 1112, + "_index": 2743, "data": { "manuals/shader": {} }, @@ -243541,7 +244473,7 @@ [ "texture_filter_default", { - "_index": 9840, + "_index": 8304, "data": { "ref/stable/graphics": {} }, @@ -243551,7 +244483,7 @@ [ "texture_filter_linear", { - "_index": 9842, + "_index": 8306, "data": { "ref/stable/graphics": {} }, @@ -243561,7 +244493,7 @@ [ "texture_filter_linear_mipmap_linear", { - "_index": 9844, + "_index": 8308, "data": { "ref/stable/graphics": {} }, @@ -243571,7 +244503,7 @@ [ "texture_filter_linear_mipmap_nearest", { - "_index": 9846, + "_index": 8310, "data": { "ref/stable/graphics": {} }, @@ -243581,7 +244513,7 @@ [ "texture_filter_nearest", { - "_index": 9848, + "_index": 8312, "data": { "ref/stable/graphics": {} }, @@ -243591,7 +244523,7 @@ [ "texture_filter_nearest_mipmap_linear", { - "_index": 9850, + "_index": 8314, "data": { "ref/stable/graphics": {} }, @@ -243601,7 +244533,7 @@ [ "texture_filter_nearest_mipmap_nearest", { - "_index": 9852, + "_index": 8316, "data": { "ref/stable/graphics": {} }, @@ -243611,7 +244543,7 @@ [ "texture_format_bgra8u", { - "_index": 9854, + "_index": 8318, "data": { "ref/stable/graphics": {} }, @@ -243621,7 +244553,7 @@ [ "texture_format_depth", { - "_index": 9856, + "_index": 8320, "data": { "ref/stable/graphics": {} }, @@ -243631,7 +244563,7 @@ [ "texture_format_luminance", { - "_index": 9857, + "_index": 8322, "data": { "ref/stable/graphics": {} }, @@ -243641,7 +244573,7 @@ [ "texture_format_luminance_alpha", { - "_index": 9859, + "_index": 8324, "data": { "ref/stable/graphics": {} }, @@ -243651,7 +244583,7 @@ [ "texture_format_r16f", { - "_index": 9860, + "_index": 8326, "data": { "ref/stable/graphics": {} }, @@ -243661,7 +244593,7 @@ [ "texture_format_r32f", { - "_index": 9861, + "_index": 8328, "data": { "ref/stable/graphics": {} }, @@ -243671,7 +244603,7 @@ [ "texture_format_r32ui", { - "_index": 9863, + "_index": 8330, "data": { "ref/stable/graphics": {} }, @@ -243681,7 +244613,7 @@ [ "texture_format_r_bc4", { - "_index": 9864, + "_index": 8332, "data": { "ref/stable/graphics": {} }, @@ -243691,7 +244623,7 @@ [ "texture_format_r_etc2", { - "_index": 9866, + "_index": 8334, "data": { "ref/stable/graphics": {} }, @@ -243701,7 +244633,7 @@ [ "texture_format_rg16f", { - "_index": 9867, + "_index": 8336, "data": { "ref/stable/graphics": {} }, @@ -243711,7 +244643,7 @@ [ "texture_format_rg32f", { - "_index": 9868, + "_index": 8338, "data": { "ref/stable/graphics": {} }, @@ -243721,7 +244653,7 @@ [ "texture_format_rg_bc5", { - "_index": 9869, + "_index": 8340, "data": { "ref/stable/graphics": {} }, @@ -243731,7 +244663,7 @@ [ "texture_format_rg_etc2", { - "_index": 9871, + "_index": 8342, "data": { "ref/stable/graphics": {} }, @@ -243741,7 +244673,7 @@ [ "texture_format_rgb", { - "_index": 9872, + "_index": 8344, "data": { "ref/stable/graphics": {} }, @@ -243751,7 +244683,7 @@ [ "texture_format_rgb16f", { - "_index": 9873, + "_index": 8346, "data": { "ref/stable/graphics": {} }, @@ -243761,7 +244693,7 @@ [ "texture_format_rgb32f", { - "_index": 9874, + "_index": 8348, "data": { "ref/stable/graphics": {} }, @@ -243771,7 +244703,7 @@ [ "texture_format_rgb_16bpp", { - "_index": 9876, + "_index": 8350, "data": { "ref/stable/graphics": {} }, @@ -243781,7 +244713,7 @@ [ "texture_format_rgb_bc1", { - "_index": 9877, + "_index": 8352, "data": { "ref/stable/graphics": {} }, @@ -243791,7 +244723,7 @@ [ "texture_format_rgb_etc1", { - "_index": 9878, + "_index": 8354, "data": { "ref/stable/graphics": {} }, @@ -243801,7 +244733,7 @@ [ "texture_format_rgb_pvrtc_2bppv1", { - "_index": 9879, + "_index": 8356, "data": { "ref/stable/graphics": {} }, @@ -243811,7 +244743,7 @@ [ "texture_format_rgb_pvrtc_4bppv1", { - "_index": 9880, + "_index": 8358, "data": { "ref/stable/graphics": {} }, @@ -243821,7 +244753,7 @@ [ "texture_format_rgba", { - "_index": 5653, + "_index": 2165, "data": { "manuals/optimization-size": {}, "ref/stable/graphics": {} @@ -243832,7 +244764,7 @@ [ "texture_format_rgba16f", { - "_index": 9881, + "_index": 8361, "data": { "ref/stable/graphics": {} }, @@ -243842,7 +244774,7 @@ [ "texture_format_rgba32f", { - "_index": 9882, + "_index": 8363, "data": { "ref/stable/graphics": {} }, @@ -243852,7 +244784,7 @@ [ "texture_format_rgba32ui", { - "_index": 9884, + "_index": 8365, "data": { "ref/stable/graphics": {} }, @@ -243862,7 +244794,7 @@ [ "texture_format_rgba_16bpp", { - "_index": 9886, + "_index": 8367, "data": { "ref/stable/graphics": {} }, @@ -243872,7 +244804,7 @@ [ "texture_format_rgba_astc_4x4", { - "_index": 9887, + "_index": 8369, "data": { "ref/stable/graphics": {} }, @@ -243882,7 +244814,7 @@ [ "texture_format_rgba_bc3", { - "_index": 9888, + "_index": 8371, "data": { "ref/stable/graphics": {} }, @@ -243892,7 +244824,7 @@ [ "texture_format_rgba_bc7", { - "_index": 9889, + "_index": 8373, "data": { "ref/stable/graphics": {} }, @@ -243902,7 +244834,7 @@ [ "texture_format_rgba_etc2", { - "_index": 9890, + "_index": 8375, "data": { "ref/stable/graphics": {} }, @@ -243912,7 +244844,7 @@ [ "texture_format_rgba_pvrtc_2bppv1", { - "_index": 9891, + "_index": 8377, "data": { "ref/stable/graphics": {} }, @@ -243922,7 +244854,7 @@ [ "texture_format_rgba_pvrtc_4bppv1", { - "_index": 9892, + "_index": 8379, "data": { "ref/stable/graphics": {} }, @@ -243932,7 +244864,7 @@ [ "texture_format_stencil", { - "_index": 9894, + "_index": 8381, "data": { "ref/stable/graphics": {} }, @@ -243942,7 +244874,7 @@ [ "texture_id", { - "_index": 2528, + "_index": 2891, "data": { "manuals/atlas": {} }, @@ -243952,7 +244884,7 @@ [ "texture_in", { - "_index": 3007, + "_index": 5308, "data": { "manuals/compute": {} }, @@ -243962,7 +244894,7 @@ [ "texture_out", { - "_index": 3009, + "_index": 5310, "data": { "manuals/compute": {} }, @@ -243972,7 +244904,7 @@ [ "texture_sampler", { - "_index": 1135, + "_index": 2760, "data": { "manuals/shader": {} }, @@ -243982,7 +244914,7 @@ [ "texture_size_recip", { - "_index": 5598, + "_index": 3910, "data": { "manuals/font": {} }, @@ -243992,7 +244924,7 @@ [ "texture_size_recip.w", { - "_index": 5603, + "_index": 3915, "data": { "manuals/font": {} }, @@ -244002,7 +244934,7 @@ [ "texture_size_recip.x", { - "_index": 5599, + "_index": 3911, "data": { "manuals/font": {} }, @@ -244012,7 +244944,7 @@ [ "texture_size_recip.y", { - "_index": 5601, + "_index": 3913, "data": { "manuals/font": {} }, @@ -244022,7 +244954,7 @@ [ "texture_size_recip.z", { - "_index": 5602, + "_index": 3914, "data": { "manuals/font": {} }, @@ -244032,7 +244964,7 @@ [ "texture_type_2d", { - "_index": 9895, + "_index": 8383, "data": { "ref/stable/graphics": {} }, @@ -244042,7 +244974,7 @@ [ "texture_type_2d_array", { - "_index": 9896, + "_index": 8385, "data": { "ref/stable/graphics": {} }, @@ -244052,7 +244984,7 @@ [ "texture_type_cube_map", { - "_index": 9897, + "_index": 8387, "data": { "ref/stable/graphics": {} }, @@ -244062,7 +244994,7 @@ [ "texture_type_image_2d", { - "_index": 9898, + "_index": 8389, "data": { "ref/stable/graphics": {} }, @@ -244072,7 +245004,7 @@ [ "texture_usage_flag_color", { - "_index": 9900, + "_index": 8391, "data": { "ref/stable/graphics": {} }, @@ -244082,7 +245014,7 @@ [ "texture_usage_flag_input", { - "_index": 9902, + "_index": 8393, "data": { "ref/stable/graphics": {} }, @@ -244092,7 +245024,7 @@ [ "texture_usage_flag_memoryless", { - "_index": 9903, + "_index": 8395, "data": { "ref/stable/graphics": {} }, @@ -244102,7 +245034,7 @@ [ "texture_usage_flag_sample", { - "_index": 9904, + "_index": 8397, "data": { "ref/stable/graphics": {} }, @@ -244112,7 +245044,7 @@ [ "texture_usage_flag_storage", { - "_index": 9905, + "_index": 8399, "data": { "ref/stable/graphics": {} }, @@ -244122,7 +245054,7 @@ [ "texture_wrap_clamp_to_border", { - "_index": 9907, + "_index": 8401, "data": { "ref/stable/graphics": {} }, @@ -244132,7 +245064,7 @@ [ "texture_wrap_clamp_to_edge", { - "_index": 9909, + "_index": 8403, "data": { "ref/stable/graphics": {} }, @@ -244142,7 +245074,7 @@ [ "texture_wrap_mirrored_repeat", { - "_index": 9911, + "_index": 8405, "data": { "ref/stable/graphics": {} }, @@ -244152,7 +245084,7 @@ [ "texture_wrap_repeat", { - "_index": 9913, + "_index": 8407, "data": { "ref/stable/graphics": {} }, @@ -244162,7 +245094,7 @@ [ "texturec", { - "_index": 7371, + "_index": 10406, "data": { "ref/stable/resource": {} }, @@ -244172,7 +245104,7 @@ [ "textured", { - "_index": 2108, + "_index": 318, "data": { "manuals/animation": {}, "manuals/glossary": {}, @@ -244186,7 +245118,7 @@ [ "textureformat", { - "_index": 10267, + "_index": 6868, "data": { "ref/stable/dmGraphics": {} }, @@ -244196,7 +245128,7 @@ [ "texturen", { - "_index": 4132, + "_index": 5924, "data": { "manuals/model": {}, "ref/stable/model": {} @@ -244207,7 +245139,7 @@ [ "texturepacker", { - "_index": 6745, + "_index": 6543, "data": { "assets/texturepacker": {} }, @@ -244217,7 +245149,7 @@ [ "textures", { - "_index": 1139, + "_index": 147, "data": { "assets/3deforms": {}, "manuals/application-security": {}, @@ -244243,7 +245175,7 @@ [ "texturesetc", { - "_index": 7331, + "_index": 10369, "data": { "ref/stable/resource": {} }, @@ -244253,7 +245185,7 @@ [ "texturing", { - "_index": 3179, + "_index": 1169, "data": { "manuals/model": {}, "manuals/particlefx": {} @@ -244264,7 +245196,7 @@ [ "texturing.md", { - "_index": 4122, + "_index": 1965, "data": { "manuals/gui-box": {}, "manuals/sprite": {} @@ -244275,7 +245207,7 @@ [ "th", { - "_index": 4377, + "_index": 4423, "data": { "manuals/tilesource": {}, "ref/stable/dmVMath": {}, @@ -244287,7 +245219,7 @@ [ "than", { - "_index": 594, + "_index": 22, "data": { "examples/gui/healthbar": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -244346,7 +245278,7 @@ [ "thanks", { - "_index": 761, + "_index": 2197, "data": { "manuals/caching-assets": {}, "manuals/optimization-size": {} @@ -244357,7 +245289,7 @@ [ "that", { - "_index": 160, + "_index": 106, "data": { "assets/3deforms": {}, "assets/colorpicker": {}, @@ -244567,7 +245499,7 @@ [ "that's", { - "_index": 4965, + "_index": 4768, "data": { "manuals/extensions": {} }, @@ -244577,7 +245509,7 @@ [ "the", { - "_index": 30, + "_index": 18, "data": { "assets/adinfo": {}, "assets/alienworld": {}, @@ -244928,7 +245860,7 @@ [ "the_state", { - "_index": 2706, + "_index": 5731, "data": { "manuals/modules": {} }, @@ -244938,7 +245870,7 @@ [ "the_state.value", { - "_index": 2707, + "_index": 5732, "data": { "manuals/modules": {} }, @@ -244948,7 +245880,7 @@ [ "their", { - "_index": 1257, + "_index": 140, "data": { "assets/3deforms": {}, "assets/druid": {}, @@ -244994,7 +245926,7 @@ [ "theirs", { - "_index": 3811, + "_index": 4380, "data": { "manuals/version-control": {} }, @@ -245004,7 +245936,7 @@ [ "them", { - "_index": 481, + "_index": 692, "data": { "assets/colyseus": {}, "assets/defarmy": {}, @@ -245075,7 +246007,7 @@ [ "theme", { - "_index": 1838, + "_index": 190, "data": { "manuals/editor-styling": {}, "manuals/gui": {}, @@ -245088,7 +246020,7 @@ [ "theme.atlas", { - "_index": 4424, + "_index": 191, "data": { "manuals/gui": {} }, @@ -245098,7 +246030,7 @@ [ "themed", { - "_index": 1834, + "_index": 3329, "data": { "assets/trickortreat": {}, "manuals/live-update": {} @@ -245109,7 +246041,7 @@ [ "themselves", { - "_index": 1172, + "_index": 474, "data": { "manuals/building-blocks": {}, "manuals/editor-scripts-ui": {}, @@ -245125,7 +246057,7 @@ [ "then", { - "_index": 110, + "_index": 207, "data": { "assets/firebase-remoteconfig": {}, "examples/basics/parent_child": {}, @@ -245214,7 +246146,7 @@ [ "there", { - "_index": 158, + "_index": 9, "data": { "assets/editor-script-check-dependencies-versions": {}, "assets/facebookinstantgames": {}, @@ -245300,7 +246232,7 @@ [ "there's", { - "_index": 1755, + "_index": 3657, "data": { "manuals/extensions-best-practices": {}, "manuals/gui-script": {}, @@ -245312,7 +246244,7 @@ [ "therefore", { - "_index": 1015, + "_index": 737, "data": { "manuals/addressing": {}, "manuals/editor-scripts-ui": {}, @@ -245331,7 +246263,7 @@ [ "these", { - "_index": 346, + "_index": 116, "data": { "assets/tactxstudios": {}, "examples/physics/dynamic": {}, @@ -245397,7 +246329,7 @@ [ "they", { - "_index": 294, + "_index": 473, "data": { "assets/adinfo": {}, "examples/factory/dynamic": {}, @@ -245448,7 +246380,7 @@ [ "they're", { - "_index": 1859, + "_index": 3341, "data": { "manuals/live-update": {} }, @@ -245458,7 +246390,7 @@ [ "thicker", { - "_index": 1900, + "_index": 2302, "data": { "manuals/physics-objects": {} }, @@ -245468,7 +246400,7 @@ [ "thin", { - "_index": 3944, + "_index": 1443, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -245479,7 +246411,7 @@ [ "thing", { - "_index": 1220, + "_index": 2128, "data": { "examples/material/screenspace": {}, "manuals/building-blocks": {}, @@ -245494,7 +246426,7 @@ [ "things", { - "_index": 1340, + "_index": 1874, "data": { "assets/googleanalyticsforfirebase": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -245520,7 +246452,7 @@ [ "think", { - "_index": 3605, + "_index": 5611, "data": { "manuals/introduction": {} }, @@ -245530,7 +246462,7 @@ [ "third", { - "_index": 786, + "_index": 2142, "data": { "assets/rustore-billing": {}, "manuals/application-security": {}, @@ -245550,7 +246482,7 @@ [ "this", { - "_index": 51, + "_index": 100, "data": { "assets/3deforms": {}, "assets/adinfo": {}, @@ -245750,7 +246682,7 @@ [ "thoroughly", { - "_index": 3597, + "_index": 5607, "data": { "manuals/introduction": {} }, @@ -245760,7 +246692,7 @@ [ "those", { - "_index": 1797, + "_index": 3134, "data": { "examples/timer/repeating_timer": {}, "manuals/addressing": {}, @@ -245785,7 +246717,7 @@ [ "though", { - "_index": 676, + "_index": 1264, "data": { "examples/factory/dynamic": {}, "manuals/collection-factory": {}, @@ -245805,7 +246737,7 @@ [ "thread", { - "_index": 2091, + "_index": 1082, "data": { "manuals/compute": {}, "manuals/editor-scripts": {}, @@ -245827,7 +246759,7 @@ [ "threadattacher", { - "_index": 7648, + "_index": 8032, "data": { "ref/stable/dmAndroid": {} }, @@ -245837,7 +246769,7 @@ [ "threaded", { - "_index": 2094, + "_index": 1086, "data": { "manuals/extensions-defold-sdk": {} }, @@ -245847,7 +246779,7 @@ [ "threads", { - "_index": 2960, + "_index": 3219, "data": { "manuals/bob": {}, "manuals/compute": {}, @@ -245859,7 +246791,7 @@ [ "three", { - "_index": 1275, + "_index": 581, "data": { "assets/emthree": {}, "examples/collection/proxy": {}, @@ -245891,7 +246823,7 @@ [ "throttling", { - "_index": 8082, + "_index": 10475, "data": { "ref/stable/socket": {} }, @@ -245901,7 +246833,7 @@ [ "through", { - "_index": 666, + "_index": 577, "data": { "assets/defcon": {}, "assets/rustore-billing": {}, @@ -245966,7 +246898,7 @@ [ "throughout", { - "_index": 3230, + "_index": 3394, "data": { "manuals/addressing": {}, "manuals/building-blocks": {}, @@ -245978,7 +246910,7 @@ [ "throw", { - "_index": 5172, + "_index": 5376, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {}, @@ -245990,7 +246922,7 @@ [ "throwing", { - "_index": 8232, + "_index": 10606, "data": { "ref/stable/dmScript": {}, "ref/stable/socket": {} @@ -246001,7 +246933,7 @@ [ "thrown", { - "_index": 8229, + "_index": 10603, "data": { "ref/stable/socket": {} }, @@ -246011,7 +246943,7 @@ [ "throws", { - "_index": 8226, + "_index": 8822, "data": { "ref/stable/dmScript": {}, "ref/stable/editor": {}, @@ -246023,7 +246955,7 @@ [ "thumb", { - "_index": 1523, + "_index": 3076, "data": { "manuals/optimization-speed": {} }, @@ -246033,7 +246965,7 @@ [ "thus", { - "_index": 3292, + "_index": 501, "data": { "examples/material/uvgradient": {}, "manuals/flash": {}, @@ -246048,7 +246980,7 @@ [ "ticking", { - "_index": 8956, + "_index": 9913, "data": { "ref/stable/go": {} }, @@ -246058,7 +246990,7 @@ [ "tie", { - "_index": 3766, + "_index": 1898, "data": { "manuals/input-key-and-text": {} }, @@ -246068,7 +247000,7 @@ [ "tight", { - "_index": 5120, + "_index": 5217, "data": { "manuals/lua": {} }, @@ -246078,7 +247010,7 @@ [ "tile", { - "_index": 319, + "_index": 291, "data": { "assets/defold-tile-raycast": {}, "assets/navgo": {}, @@ -246105,7 +247037,7 @@ [ "tile_source", { - "_index": 2375, + "_index": 4441, "data": { "manuals/script-properties": {}, "manuals/tilemap": {}, @@ -246118,7 +247050,7 @@ [ "tiled", { - "_index": 5883, + "_index": 4606, "data": { "assets/defold-tile-raycast": {}, "assets/tiled": {}, @@ -246130,7 +247062,7 @@ [ "tilegrid", { - "_index": 974, + "_index": 2659, "data": { "manuals/shader": {} }, @@ -246140,7 +247072,7 @@ [ "tilemap", { - "_index": 368, + "_index": 983, "data": { "assets/spritefusion": {}, "assets/tiled": {}, @@ -246161,7 +247093,7 @@ [ "tilemap.get_bounds", { - "_index": 8664, + "_index": 8063, "data": { "ref/stable/tilemap": {} }, @@ -246171,7 +247103,7 @@ [ "tilemap.get_tile", { - "_index": 4344, + "_index": 4434, "data": { "manuals/tilemap": {}, "ref/stable/tilemap": {} @@ -246182,7 +247114,7 @@ [ "tilemap.get_tile_info", { - "_index": 8668, + "_index": 8067, "data": { "ref/stable/tilemap": {} }, @@ -246192,7 +247124,7 @@ [ "tilemap.get_tiles", { - "_index": 8670, + "_index": 8069, "data": { "ref/stable/tilemap": {} }, @@ -246202,7 +247134,7 @@ [ "tilemap.h_flip", { - "_index": 8673, + "_index": 8072, "data": { "ref/stable/tilemap": {} }, @@ -246212,7 +247144,7 @@ [ "tilemap.rotate_180", { - "_index": 8675, + "_index": 8074, "data": { "ref/stable/tilemap": {} }, @@ -246222,7 +247154,7 @@ [ "tilemap.rotate_270", { - "_index": 8677, + "_index": 8076, "data": { "ref/stable/tilemap": {} }, @@ -246232,7 +247164,7 @@ [ "tilemap.rotate_90", { - "_index": 8680, + "_index": 8079, "data": { "ref/stable/tilemap": {} }, @@ -246242,7 +247174,7 @@ [ "tilemap.set_tile", { - "_index": 4349, + "_index": 4440, "data": { "manuals/tilemap": {}, "ref/stable/tilemap": {} @@ -246253,7 +247185,7 @@ [ "tilemap.set_visible", { - "_index": 8698, + "_index": 8097, "data": { "ref/stable/tilemap": {} }, @@ -246263,7 +247195,7 @@ [ "tilemap.v_flip", { - "_index": 8697, + "_index": 8096, "data": { "ref/stable/tilemap": {} }, @@ -246273,7 +247205,7 @@ [ "tilemapanimator", { - "_index": 6679, + "_index": 6644, "data": { "assets/tilemapanimator": {} }, @@ -246283,7 +247215,7 @@ [ "tilemaps", { - "_index": 374, + "_index": 988, "data": { "assets/moku": {}, "manuals/importing-graphics": {}, @@ -246296,7 +247228,7 @@ [ "tiles", { - "_index": 341, + "_index": 964, "data": { "manuals/glossary": {}, "manuals/importing-graphics": {}, @@ -246310,7 +247242,7 @@ [ "tiles[row_index][column_index", { - "_index": 8672, + "_index": 8071, "data": { "ref/stable/tilemap": {} }, @@ -246320,7 +247252,7 @@ [ "tileset", { - "_index": 4691, + "_index": 2218, "data": { "assets/tilesetter": {}, "manuals/adapting-graphics-to-screen-size": {} @@ -246331,7 +247263,7 @@ [ "tilesetter", { - "_index": 6727, + "_index": 6550, "data": { "assets/tilesetter": {} }, @@ -246341,7 +247273,7 @@ [ "tilesource", { - "_index": 4350, + "_index": 2129, "data": { "assets/asefold": {}, "assets/spritefusion": {}, @@ -246355,7 +247287,7 @@ [ "tilesources", { - "_index": 5640, + "_index": 2137, "data": { "manuals/optimization-size": {} }, @@ -246365,7 +247297,7 @@ [ "time", { - "_index": 1516, + "_index": 765, "data": { "assets/chrono": {}, "assets/defgraph": {}, @@ -246446,7 +247378,7 @@ [ "time_elapsed", { - "_index": 9974, + "_index": 7366, "data": { "ref/stable/timer": {} }, @@ -246456,7 +247388,7 @@ [ "time_remaining", { - "_index": 9979, + "_index": 7372, "data": { "ref/stable/timer": {} }, @@ -246466,7 +247398,7 @@ [ "timeline", { - "_index": 3239, + "_index": 4240, "data": { "assets/deftimeline": {}, "manuals/flash": {}, @@ -246478,7 +247410,7 @@ [ "timeout", { - "_index": 5973, + "_index": 3594, "data": { "manuals/socket-connections": {}, "ref/stable/dmConnectionPool": {}, @@ -246494,7 +247426,7 @@ [ "timer", { - "_index": 6132, + "_index": 6141, "data": { "assets/defold-timer": {}, "assets/defold-tweener": {}, @@ -246511,7 +247443,7 @@ [ "timer.cancel", { - "_index": 9968, + "_index": 7360, "data": { "ref/stable/timer": {} }, @@ -246521,7 +247453,7 @@ [ "timer.delay", { - "_index": 9970, + "_index": 7362, "data": { "ref/stable/timer": {} }, @@ -246531,7 +247463,7 @@ [ "timer.get_info", { - "_index": 9976, + "_index": 7369, "data": { "ref/stable/timer": {} }, @@ -246541,7 +247473,7 @@ [ "timer.invalid_timer_handle", { - "_index": 9975, + "_index": 7368, "data": { "ref/stable/timer": {} }, @@ -246551,7 +247483,7 @@ [ "timer.trigger", { - "_index": 9983, + "_index": 7377, "data": { "ref/stable/timer": {} }, @@ -246561,7 +247493,7 @@ [ "timers", { - "_index": 5724, + "_index": 3561, "data": { "manuals/sound": {}, "ref/stable/sys": {}, @@ -246573,7 +247505,7 @@ [ "times", { - "_index": 1174, + "_index": 1651, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/compute": {}, @@ -246598,7 +247530,7 @@ [ "timestamp", { - "_index": 5363, + "_index": 5842, "data": { "manuals/macos": {} }, @@ -246608,7 +247540,7 @@ [ "timestep", { - "_index": 5536, + "_index": 3862, "data": { "manuals/physics": {}, "manuals/physics-events": {}, @@ -246620,7 +247552,7 @@ [ "timestep.collection", { - "_index": 6104, + "_index": 6173, "data": { "examples/collection/timestep": {} }, @@ -246630,7 +247562,7 @@ [ "timing", { - "_index": 2092, + "_index": 1084, "data": { "manuals/extensions-defold-sdk": {}, "manuals/profiling": {} @@ -246641,7 +247573,7 @@ [ "tint", { - "_index": 1137, + "_index": 1228, "data": { "examples/sprite/tint": {}, "manuals/gui-box": {}, @@ -246661,7 +247593,7 @@ [ "tint.w", { - "_index": 1142, + "_index": 2764, "data": { "manuals/shader": {} }, @@ -246671,7 +247603,7 @@ [ "tint.xyz", { - "_index": 1141, + "_index": 2763, "data": { "manuals/shader": {} }, @@ -246681,7 +247613,7 @@ [ "tint_array", { - "_index": 9337, + "_index": 7875, "data": { "ref/stable/gui": {} }, @@ -246691,7 +247623,7 @@ [ "tint_pm", { - "_index": 1140, + "_index": 2762, "data": { "manuals/shader": {} }, @@ -246701,7 +247633,7 @@ [ "tinted", { - "_index": 6194, + "_index": 6161, "data": { "examples/sprite/tint": {} }, @@ -246711,7 +247643,7 @@ [ "tints", { - "_index": 4440, + "_index": 319, "data": { "manuals/gui": {} }, @@ -246721,7 +247653,7 @@ [ "tiny", { - "_index": 4694, + "_index": 2222, "data": { "assets/tinyecs": {}, "assets/tinyhttp": {}, @@ -246733,7 +247665,7 @@ [ "tinyecs", { - "_index": 6322, + "_index": 6610, "data": { "assets/tinyecs": {} }, @@ -246743,7 +247675,7 @@ [ "tinyhttp", { - "_index": 6353, + "_index": 6548, "data": { "assets/tinyhttp": {} }, @@ -246753,7 +247685,7 @@ [ "tip", { - "_index": 4392, + "_index": 3715, "data": { "manuals/project-settings": {}, "ref/stable/vmath": {} @@ -246764,7 +247696,7 @@ [ "tips", { - "_index": 5642, + "_index": 2141, "data": { "manuals/optimization-size": {} }, @@ -246774,7 +247706,7 @@ [ "title", { - "_index": 2387, + "_index": 1278, "data": { "manuals/editor-scripts-ui": {}, "manuals/getting-help": {}, @@ -246787,7 +247719,7 @@ [ "titlefilters", { - "_index": 10730, + "_index": 8949, "data": { "ref/stable/editor": {} }, @@ -246797,7 +247729,7 @@ [ "tls", { - "_index": 2830, + "_index": 4188, "data": { "manuals/application-security": {} }, @@ -246807,7 +247739,7 @@ [ "tmp_dir", { - "_index": 1425, + "_index": 4050, "data": { "manuals/extender-local-setup": {} }, @@ -246817,7 +247749,7 @@ [ "tmpfile", { - "_index": 8596, + "_index": 9473, "data": { "ref/stable/io": {} }, @@ -246827,7 +247759,7 @@ [ "tmpname", { - "_index": 8558, + "_index": 10022, "data": { "ref/stable/os": {} }, @@ -246837,7 +247769,7 @@ [ "to", { - "_index": 11, + "_index": 99, "data": { "assets/adinfo": {}, "assets/adswrapper": {}, @@ -247191,7 +248123,7 @@ [ "to`false", { - "_index": 4736, + "_index": 4714, "data": { "manuals/bundling": {} }, @@ -247201,7 +248133,7 @@ [ "tobit", { - "_index": 7778, + "_index": 8659, "data": { "ref/stable/bit": {} }, @@ -247341,7 +248273,7 @@ [ "today", { - "_index": 1091, + "_index": 2727, "data": { "manuals/shader": {} }, @@ -247351,7 +248283,7 @@ [ "todo", { - "_index": 5148, + "_index": 5352, "data": { "manuals/editor-scripts": {} }, @@ -247361,7 +248293,7 @@ [ "together", { - "_index": 313, + "_index": 588, "data": { "manuals/atlas": {}, "manuals/bob": {}, @@ -247396,7 +248328,7 @@ [ "toggle", { - "_index": 3397, + "_index": 4227, "data": { "manuals/debugging-game-logic": {}, "manuals/editor": {}, @@ -247410,7 +248342,7 @@ [ "toggle_physics_debug", { - "_index": 3399, + "_index": 5166, "data": { "manuals/flash": {}, "ref/stable/sys": {} @@ -247421,7 +248353,7 @@ [ "toggle_profile", { - "_index": 3730, + "_index": 1860, "data": { "manuals/render": {}, "ref/stable/sys": {} @@ -247432,7 +248364,7 @@ [ "toggles", { - "_index": 8521, + "_index": 9717, "data": { "ref/stable/sys": {} }, @@ -247442,7 +248374,7 @@ [ "toggling", { - "_index": 3400, + "_index": 5167, "data": { "manuals/flash": {}, "ref/stable/sys": {} @@ -247453,7 +248385,7 @@ [ "tohash", { - "_index": 8808, + "_index": 10871, "data": { "ref/stable/dmScript": {} }, @@ -247463,7 +248395,7 @@ [ "tohex", { - "_index": 7781, + "_index": 8661, "data": { "ref/stable/bit": {} }, @@ -247473,7 +248405,7 @@ [ "tohostname", { - "_index": 8213, + "_index": 10591, "data": { "ref/stable/socket": {} }, @@ -247483,7 +248415,7 @@ [ "toip", { - "_index": 8216, + "_index": 10594, "data": { "ref/stable/socket": {} }, @@ -247493,7 +248425,7 @@ [ "token", { - "_index": 2287, + "_index": 824, "data": { "manuals/bob": {}, "manuals/editor": {}, @@ -247507,7 +248439,7 @@ [ "tokenize", { - "_index": 10467, + "_index": 9749, "data": { "ref/stable/dmStringFunc": {} }, @@ -247517,7 +248449,7 @@ [ "tokens", { - "_index": 2278, + "_index": 806, "data": { "manuals/html5": {}, "ref/stable/dmStringFunc": {} @@ -247528,7 +248460,7 @@ [ "tomatrix4", { - "_index": 7588, + "_index": 9857, "data": { "ref/stable/dmScript": {}, "ref/stable/dmTransform": {} @@ -247539,7 +248471,7 @@ [ "tonumber", { - "_index": 4381, + "_index": 3702, "data": { "manuals/project-settings": {}, "ref/stable/base": {} @@ -247550,7 +248482,7 @@ [ "too", { - "_index": 3904, + "_index": 1375, "data": { "manuals/debugging-native-code-android": {}, "manuals/editor-preferences": {}, @@ -247566,7 +248498,7 @@ [ "tool", { - "_index": 1423, + "_index": 1933, "data": { "assets/defold-polyglot": {}, "assets/fmod": {}, @@ -247599,7 +248531,7 @@ [ "toolbar", { - "_index": 2655, + "_index": 68, "data": { "manuals/editor": {}, "manuals/gui": {}, @@ -247612,7 +248544,7 @@ [ "tooling", { - "_index": 10034, + "_index": 10757, "data": { "ref/stable/sound": {} }, @@ -247622,7 +248554,7 @@ [ "toolkit", { - "_index": 6522, + "_index": 6378, "data": { "assets/defold-nuklear": {}, "assets/ts-defold": {}, @@ -247634,7 +248566,7 @@ [ "tools", { - "_index": 157, + "_index": 76, "data": { "manuals/application-security": {}, "manuals/bundling": {}, @@ -247667,7 +248599,7 @@ [ "toolset", { - "_index": 6347, + "_index": 6451, "data": { "assets/defarc": {} }, @@ -247677,7 +248609,7 @@ [ "tooltip", { - "_index": 3931, + "_index": 1422, "data": { "manuals/editor-scripts": {}, "manuals/editor-scripts-ui": {} @@ -247688,7 +248620,7 @@ [ "tooltips", { - "_index": 3875, + "_index": 1334, "data": { "manuals/editor-scripts-ui": {} }, @@ -247698,7 +248630,7 @@ [ "tooltiptooltip", { - "_index": 10701, + "_index": 8920, "data": { "ref/stable/editor": {} }, @@ -247708,7 +248640,7 @@ [ "toon", { - "_index": 6496, + "_index": 6531, "data": { "assets/defold-toon-shader": {} }, @@ -247718,7 +248650,7 @@ [ "top", { - "_index": 1072, + "_index": 69, "data": { "assets/defold-tile-raycast": {}, "assets/gamedistribution": {}, @@ -247762,7 +248694,7 @@ [ "top_left", { - "_index": 10672, + "_index": 8891, "data": { "ref/stable/editor": {} }, @@ -247772,7 +248704,7 @@ [ "top_right", { - "_index": 10674, + "_index": 8893, "data": { "ref/stable/editor": {} }, @@ -247782,7 +248714,7 @@ [ "toquat", { - "_index": 8811, + "_index": 10874, "data": { "ref/stable/dmScript": {} }, @@ -247792,7 +248724,7 @@ [ "torque", { - "_index": 6006, + "_index": 5800, "data": { "manuals/physics-joints": {}, "ref/stable/b2d.body": {}, @@ -247805,7 +248737,7 @@ [ "tostring", { - "_index": 3988, + "_index": 1529, "data": { "manuals/bundling": {}, "manuals/editor-scripts-ui": {}, @@ -247818,7 +248750,7 @@ [ "tostringissue", { - "_index": 10806, + "_index": 9026, "data": { "ref/stable/editor": {} }, @@ -247828,7 +248760,7 @@ [ "total", { - "_index": 614, + "_index": 2087, "data": { "manuals/app-manifest": {}, "manuals/atlas": {}, @@ -247850,7 +248782,7 @@ [ "totally", { - "_index": 1910, + "_index": 2306, "data": { "manuals/physics-objects": {} }, @@ -247860,7 +248792,7 @@ [ "totransform", { - "_index": 7590, + "_index": 9858, "data": { "ref/stable/dmTransform": {} }, @@ -247870,7 +248802,7 @@ [ "touch", { - "_index": 1778, + "_index": 4466, "data": { "manuals/editor-scripts": {}, "manuals/flash": {}, @@ -247888,7 +248820,7 @@ [ "touch_multi", { - "_index": 2143, + "_index": 4478, "data": { "manuals/input-mouse-and-touch": {} }, @@ -247898,7 +248830,7 @@ [ "touchdata", { - "_index": 2145, + "_index": 4479, "data": { "manuals/input-mouse-and-touch": {} }, @@ -247908,7 +248840,7 @@ [ "touchdata.x", { - "_index": 2148, + "_index": 4481, "data": { "manuals/input-mouse-and-touch": {} }, @@ -247918,7 +248850,7 @@ [ "touchdata.y", { - "_index": 2149, + "_index": 4482, "data": { "manuals/input-mouse-and-touch": {} }, @@ -247928,7 +248860,7 @@ [ "touches", { - "_index": 2047, + "_index": 5979, "data": { "examples/render/orbit_camera": {}, "manuals/input": {}, @@ -247940,7 +248872,7 @@ [ "touching", { - "_index": 6835, + "_index": 10201, "data": { "ref/stable/html5": {} }, @@ -247950,7 +248882,7 @@ [ "touchscreen", { - "_index": 5858, + "_index": 4566, "data": { "manuals/glossary": {} }, @@ -247960,7 +248892,7 @@ [ "tovector3", { - "_index": 8813, + "_index": 10876, "data": { "ref/stable/dmScript": {} }, @@ -247970,7 +248902,7 @@ [ "tovector4", { - "_index": 8815, + "_index": 10878, "data": { "ref/stable/dmScript": {} }, @@ -247980,7 +248912,7 @@ [ "towards", { - "_index": 4256, + "_index": 3790, "data": { "manuals/microsoft-xbox": {}, "ref/stable/math": {}, @@ -247992,7 +248924,7 @@ [ "towards/from", { - "_index": 3214, + "_index": 1241, "data": { "manuals/particlefx": {} }, @@ -248002,7 +248934,7 @@ [ "tp", { - "_index": 4196, + "_index": 3232, "data": { "manuals/bob": {} }, @@ -248012,7 +248944,7 @@ [ "tparams", { - "_index": 3708, + "_index": 1827, "data": { "manuals/render": {} }, @@ -248022,7 +248954,7 @@ [ "trace", { - "_index": 3386, + "_index": 4275, "data": { "manuals/flash": {}, "manuals/profiling": {} @@ -248033,7 +248965,7 @@ [ "traceback", { - "_index": 2548, + "_index": 5896, "data": { "manuals/gui-script": {}, "ref/stable/debug": {}, @@ -248045,7 +248977,7 @@ [ "traces", { - "_index": 4082, + "_index": 4281, "data": { "manuals/profiling": {} }, @@ -248055,7 +248987,7 @@ [ "tracing", { - "_index": 4061, + "_index": 4261, "data": { "manuals/profiling": {} }, @@ -248065,7 +248997,7 @@ [ "track", { - "_index": 409, + "_index": 1616, "data": { "assets/defquest": {}, "assets/facebook": {}, @@ -248087,7 +249019,7 @@ [ "track_cpu", { - "_index": 10838, + "_index": 10262, "data": { "ref/stable/profiler": {} }, @@ -248097,7 +249029,7 @@ [ "tracker", { - "_index": 2413, + "_index": 2331, "data": { "assets/webgl-memory": {}, "manuals/getting-help": {}, @@ -248109,7 +249041,7 @@ [ "tracking", { - "_index": 822, + "_index": 335, "data": { "assets/adinfo": {}, "assets/feat": {}, @@ -248129,7 +249061,7 @@ [ "tracks", { - "_index": 3786, + "_index": 3414, "data": { "manuals/addressing": {}, "manuals/version-control": {}, @@ -248151,7 +249083,7 @@ [ "trail", { - "_index": 6214, + "_index": 6143, "data": { "assets/hypertrails": {}, "examples/particles/fireworks": {} @@ -248162,7 +249094,7 @@ [ "trailing", { - "_index": 4306, + "_index": 3155, "data": { "manuals/writing-code": {}, "ref/stable/editor": {} @@ -248173,7 +249105,7 @@ [ "trails", { - "_index": 6321, + "_index": 6408, "data": { "assets/hypertrails": {} }, @@ -248183,7 +249115,7 @@ [ "transact", { - "_index": 10660, + "_index": 8879, "data": { "ref/stable/editor": {} }, @@ -248193,7 +249125,7 @@ [ "transacted", { - "_index": 10664, + "_index": 8883, "data": { "ref/stable/editor": {} }, @@ -248203,7 +249135,7 @@ [ "transaction", { - "_index": 5174, + "_index": 5378, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -248214,7 +249146,7 @@ [ "transaction_step", { - "_index": 10662, + "_index": 8881, "data": { "ref/stable/editor": {} }, @@ -248224,7 +249156,7 @@ [ "transactions", { - "_index": 5279, + "_index": 5482, "data": { "manuals/editor-scripts": {} }, @@ -248234,7 +249166,7 @@ [ "transcluded", { - "_index": 4104, + "_index": 4448, "data": { "manuals/test": {} }, @@ -248244,7 +249176,7 @@ [ "transcluder", { - "_index": 4107, + "_index": 4450, "data": { "manuals/test": {} }, @@ -248254,7 +249186,7 @@ [ "transclusion", { - "_index": 4103, + "_index": 4447, "data": { "manuals/test": {} }, @@ -248264,7 +249196,7 @@ [ "transcoder", { - "_index": 5631, + "_index": 2107, "data": { "manuals/optimization-size": {} }, @@ -248274,7 +249206,7 @@ [ "transfer", { - "_index": 8109, + "_index": 10243, "data": { "ref/stable/http": {}, "ref/stable/socket": {} @@ -248285,7 +249217,7 @@ [ "transfer_ownership", { - "_index": 7363, + "_index": 10399, "data": { "ref/stable/resource": {} }, @@ -248295,7 +249227,7 @@ [ "transferred", { - "_index": 10057, + "_index": 7441, "data": { "ref/stable/dmArray": {} }, @@ -248305,7 +249237,7 @@ [ "transferring", { - "_index": 7445, + "_index": 10443, "data": { "ref/stable/resource": {} }, @@ -248315,7 +249247,7 @@ [ "transfers", { - "_index": 6246, + "_index": 6234, "data": { "examples/material/unlit": {} }, @@ -248325,7 +249257,7 @@ [ "transform", { - "_index": 896, + "_index": 540, "data": { "manuals/editor-scripts": {}, "manuals/gui": {}, @@ -248348,7 +249280,7 @@ [ "transformation", { - "_index": 4565, + "_index": 6011, "data": { "manuals/building-blocks": {}, "ref/stable/go": {}, @@ -248361,7 +249293,7 @@ [ "transformations", { - "_index": 987, + "_index": 2668, "data": { "manuals/building-blocks": {}, "manuals/shader": {} @@ -248372,7 +249304,7 @@ [ "transformed", { - "_index": 2481, + "_index": 2855, "data": { "manuals/application-security": {}, "manuals/atlas": {}, @@ -248386,7 +249318,7 @@ [ "transforming", { - "_index": 8168, + "_index": 10547, "data": { "ref/stable/socket": {} }, @@ -248396,7 +249328,7 @@ [ "transforms", { - "_index": 7574, + "_index": 7763, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmTransform": {}, @@ -248408,7 +249340,7 @@ [ "transient", { - "_index": 7403, + "_index": 8597, "data": { "ref/stable/render": {}, "ref/stable/resource": {} @@ -248419,7 +249351,7 @@ [ "transit", { - "_index": 2824, + "_index": 4183, "data": { "manuals/application-security": {} }, @@ -248429,7 +249361,7 @@ [ "transition", { - "_index": 3088, + "_index": 2487, "data": { "assets/monarch": {}, "manuals/flipbook-animation": {}, @@ -248441,7 +249373,7 @@ [ "transitions", { - "_index": 8315, + "_index": 7014, "data": { "ref/stable/vmath": {} }, @@ -248451,7 +249383,7 @@ [ "translate", { - "_index": 1223, + "_index": 2808, "data": { "manuals/input": {}, "manuals/porting-guidelines": {}, @@ -248464,7 +249396,7 @@ [ "translated", { - "_index": 950, + "_index": 1685, "data": { "manuals/input": {}, "manuals/optimization-speed": {}, @@ -248479,7 +249411,7 @@ [ "translates", { - "_index": 3714, + "_index": 1835, "data": { "manuals/render": {}, "ref/stable/engine": {} @@ -248490,7 +249422,7 @@ [ "translating", { - "_index": 1629, + "_index": 4820, "data": { "manuals/debugging-native-code": {}, "manuals/porting-guidelines": {} @@ -248501,7 +249433,7 @@ [ "translation", { - "_index": 951, + "_index": 2645, "data": { "manuals/input-mouse-and-touch": {}, "manuals/physics-joints": {}, @@ -248517,7 +249449,7 @@ [ "translations", { - "_index": 4567, + "_index": 6013, "data": { "assets/defglot": {}, "manuals/building-blocks": {} @@ -248528,7 +249460,7 @@ [ "translucency", { - "_index": 4441, + "_index": 321, "data": { "manuals/gui": {} }, @@ -248538,7 +249470,7 @@ [ "transmission", { - "_index": 8089, + "_index": 10482, "data": { "ref/stable/socket": {} }, @@ -248548,7 +249480,7 @@ [ "transmissions", { - "_index": 8158, + "_index": 10537, "data": { "ref/stable/socket": {} }, @@ -248558,7 +249490,7 @@ [ "transmit", { - "_index": 8099, + "_index": 9634, "data": { "ref/stable/socket": {}, "ref/stable/sys": {} @@ -248569,7 +249501,7 @@ [ "transmitted", { - "_index": 4091, + "_index": 4290, "data": { "manuals/profiling": {} }, @@ -248579,7 +249511,7 @@ [ "transparency", { - "_index": 6199, + "_index": 6137, "data": { "assets/adinfo": {}, "examples/particles/confetti": {}, @@ -248592,7 +249524,7 @@ [ "transparent", { - "_index": 2500, + "_index": 2869, "data": { "manuals/atlas": {}, "manuals/editor-scripts": {}, @@ -248605,7 +249537,7 @@ [ "transpilation", { - "_index": 6351, + "_index": 6659, "data": { "assets/teal": {} }, @@ -248615,7 +249547,7 @@ [ "transpile", { - "_index": 4289, + "_index": 3135, "data": { "manuals/writing-code": {} }, @@ -248625,7 +249557,7 @@ [ "transpiler", { - "_index": 4292, + "_index": 3138, "data": { "manuals/writing-code": {} }, @@ -248635,7 +249567,7 @@ [ "transpilers", { - "_index": 4291, + "_index": 3137, "data": { "manuals/writing-code": {} }, @@ -248645,7 +249577,7 @@ [ "transport", { - "_index": 8142, + "_index": 10521, "data": { "ref/stable/socket": {} }, @@ -248655,7 +249587,7 @@ [ "transpose", { - "_index": 7709, + "_index": 7406, "data": { "ref/stable/dmVMath": {} }, @@ -248665,7 +249597,7 @@ [ "transposed", { - "_index": 7677, + "_index": 7388, "data": { "ref/stable/dmVMath": {} }, @@ -248675,7 +249607,7 @@ [ "travels", { - "_index": 8379, + "_index": 7096, "data": { "ref/stable/vmath": {} }, @@ -248685,7 +249617,7 @@ [ "traversal", { - "_index": 6849, + "_index": 6944, "data": { "ref/stable/base": {}, "ref/stable/dmGameObject": {}, @@ -248697,7 +249629,7 @@ [ "traverse", { - "_index": 7935, + "_index": 8593, "data": { "ref/stable/base": {}, "ref/stable/render": {} @@ -248708,7 +249640,7 @@ [ "traversegetroot", { - "_index": 9652, + "_index": 9359, "data": { "ref/stable/dmGameObject": {} }, @@ -248718,7 +249650,7 @@ [ "traverseiteratechildren", { - "_index": 9653, + "_index": 9360, "data": { "ref/stable/dmGameObject": {} }, @@ -248728,7 +249660,7 @@ [ "traverseiteratenext", { - "_index": 9655, + "_index": 9362, "data": { "ref/stable/dmGameObject": {} }, @@ -248738,7 +249670,7 @@ [ "traverseiterateproperties", { - "_index": 9657, + "_index": 9363, "data": { "ref/stable/dmGameObject": {} }, @@ -248748,7 +249680,7 @@ [ "traverseiteratepropertiesnext", { - "_index": 9658, + "_index": 9364, "data": { "ref/stable/dmGameObject": {} }, @@ -248758,7 +249690,7 @@ [ "traversing", { - "_index": 9632, + "_index": 9337, "data": { "ref/stable/dmGameObject": {} }, @@ -248768,7 +249700,7 @@ [ "tray", { - "_index": 9709, + "_index": 7232, "data": { "ref/stable/window": {} }, @@ -248778,7 +249710,7 @@ [ "treasure", { - "_index": 2166, + "_index": 4490, "data": { "manuals/input-mouse-and-touch": {} }, @@ -248788,7 +249720,7 @@ [ "treat", { - "_index": 7770, + "_index": 8651, "data": { "ref/stable/bit": {} }, @@ -248798,7 +249730,7 @@ [ "treated", { - "_index": 3095, + "_index": 1302, "data": { "manuals/editor-scripts": {}, "manuals/editor-scripts-ui": {}, @@ -248814,7 +249746,7 @@ [ "treats", { - "_index": 5526, + "_index": 3851, "data": { "manuals/physics": {}, "ref/stable/bit": {}, @@ -248826,7 +249758,7 @@ [ "tree", { - "_index": 2561, + "_index": 193, "data": { "assets/daabbcc": {}, "assets/def-behavior-tree": {}, @@ -248849,7 +249781,7 @@ [ "trees", { - "_index": 2946, + "_index": 5270, "data": { "assets/def-behavior-tree": {}, "manuals/compute": {} @@ -248860,7 +249792,7 @@ [ "tremendously", { - "_index": 4323, + "_index": 5952, "data": { "manuals/design": {} }, @@ -248870,7 +249802,7 @@ [ "trenchbroom", { - "_index": 6723, + "_index": 6552, "data": { "assets/trenchbroom": {} }, @@ -248880,7 +249812,7 @@ [ "trenchfold", { - "_index": 6724, + "_index": 6553, "data": { "assets/trenchbroom": {} }, @@ -248890,7 +249822,7 @@ [ "triangle", { - "_index": 1033, + "_index": 1183, "data": { "manuals/flash": {}, "manuals/mesh": {}, @@ -248904,7 +249836,7 @@ [ "triangles", { - "_index": 4526, + "_index": 5643, "data": { "manuals/mesh": {}, "ref/stable/resource": {} @@ -248915,7 +249847,7 @@ [ "trickortreat", { - "_index": 6634, + "_index": 6554, "data": { "assets/trickortreat": {} }, @@ -248925,7 +249857,7 @@ [ "tried", { - "_index": 8472, + "_index": 9671, "data": { "ref/stable/sys": {} }, @@ -248935,7 +249867,7 @@ [ "tries", { - "_index": 3557, + "_index": 1652, "data": { "assets/apkx": {}, "manuals/message-passing": {}, @@ -248949,7 +249881,7 @@ [ "trigers", { - "_index": 6134, + "_index": 6221, "data": { "examples/timer/repeating_timer": {} }, @@ -248959,7 +249891,7 @@ [ "trigger", { - "_index": 533, + "_index": 1928, "data": { "examples/physics/trigger": {}, "examples/timer/trigger_timer": {}, @@ -248991,7 +249923,7 @@ [ "trigger_event", { - "_index": 5907, + "_index": 5684, "data": { "manuals/physics-events": {}, "ref/stable/physics": {} @@ -249002,7 +249934,7 @@ [ "trigger_response", { - "_index": 5456, + "_index": 2039, "data": { "manuals/physics-messages": {}, "ref/stable/physics": {} @@ -249013,7 +249945,7 @@ [ "triggered", { - "_index": 3939, + "_index": 1436, "data": { "examples/timer/cancel_timer": {}, "manuals/editor-scripts": {}, @@ -249028,7 +249960,7 @@ [ "triggering", { - "_index": 7148, + "_index": 7378, "data": { "ref/stable/physics": {}, "ref/stable/timer": {} @@ -249039,7 +249971,7 @@ [ "triggers", { - "_index": 1988, + "_index": 1009, "data": { "examples/timer/trigger_timer": {}, "manuals/collection-proxy": {}, @@ -249058,7 +249990,7 @@ [ "trim", { - "_index": 2499, + "_index": 2868, "data": { "manuals/atlas": {}, "manuals/editor-scripts": {} @@ -249069,7 +250001,7 @@ [ "trimmed", { - "_index": 10647, + "_index": 8829, "data": { "ref/stable/editor": {} }, @@ -249079,7 +250011,7 @@ [ "trimming", { - "_index": 2503, + "_index": 2870, "data": { "manuals/atlas": {} }, @@ -249089,7 +250021,7 @@ [ "tripe", { - "_index": 7359, + "_index": 10395, "data": { "ref/stable/resource": {} }, @@ -249099,7 +250031,7 @@ [ "triple", { - "_index": 2284, + "_index": 820, "data": { "manuals/html5": {} }, @@ -249109,7 +250041,7 @@ [ "troubleshooting", { - "_index": 4521, + "_index": 5666, "data": { "manuals/dev-app": {} }, @@ -249119,7 +250051,7 @@ [ "troublesome", { - "_index": 4275, + "_index": 5505, "data": { "manuals/debugging-native-code-android": {} }, @@ -249129,7 +250061,7 @@ [ "true", { - "_index": 697, + "_index": 866, "data": { "assets/truetilecollisions": {}, "manuals/collection-factory": {}, @@ -249198,10 +250130,20 @@ "type": {} } ], + [ + "true>default", + { + "_index": 8868, + "data": { + "ref/stable/editor": {} + }, + "type": {} + } + ], [ "truealignment", { - "_index": 10789, + "_index": 9009, "data": { "ref/stable/editor": {} }, @@ -249211,7 +250153,7 @@ [ "truestyle", { - "_index": 10751, + "_index": 8971, "data": { "ref/stable/editor": {} }, @@ -249221,7 +250163,7 @@ [ "truetilecollisions", { - "_index": 6390, + "_index": 6302, "data": { "assets/truetilecollisions": {} }, @@ -249231,7 +250173,7 @@ [ "truetype", { - "_index": 353, + "_index": 970, "data": { "manuals/font": {}, "manuals/glossary": {}, @@ -249243,7 +250185,7 @@ [ "truly", { - "_index": 4319, + "_index": 5949, "data": { "manuals/design": {} }, @@ -249253,7 +250195,7 @@ [ "truncated", { - "_index": 10064, + "_index": 7450, "data": { "ref/stable/dmArray": {}, "ref/stable/dmStringFunc": {}, @@ -249265,7 +250207,7 @@ [ "truncation", { - "_index": 10463, + "_index": 9745, "data": { "ref/stable/dmStringFunc": {} }, @@ -249275,7 +250217,7 @@ [ "trust", { - "_index": 4515, + "_index": 5660, "data": { "manuals/dev-app": {} }, @@ -249285,7 +250227,7 @@ [ "try", { - "_index": 1525, + "_index": 1868, "data": { "assets/scene3d": {}, "manuals/addressing": {}, @@ -249306,7 +250248,7 @@ [ "trying", { - "_index": 1590, + "_index": 3111, "data": { "manuals/optimization-speed": {}, "ref/stable/gui": {}, @@ -249318,7 +250260,7 @@ [ "trylock", { - "_index": 7627, + "_index": 6974, "data": { "ref/stable/dmMutex": {} }, @@ -249328,7 +250270,7 @@ [ "ts", { - "_index": 6520, + "_index": 6394, "data": { "assets/ts-defold": {} }, @@ -249338,7 +250280,7 @@ [ "ttl", { - "_index": 8124, + "_index": 10505, "data": { "ref/stable/socket": {} }, @@ -249348,7 +250290,7 @@ [ "tune", { - "_index": 10400, + "_index": 10687, "data": { "ref/stable/base": {} }, @@ -249358,7 +250300,7 @@ [ "tuned", { - "_index": 5525, + "_index": 3849, "data": { "manuals/physics": {} }, @@ -249368,7 +250310,7 @@ [ "tuning", { - "_index": 8108, + "_index": 10494, "data": { "ref/stable/socket": {} }, @@ -249378,9 +250320,10 @@ [ "tuple", { - "_index": 7703, + "_index": 7402, "data": { - "ref/stable/dmVMath": {} + "ref/stable/dmVMath": {}, + "ref/stable/editor": {} }, "type": {} } @@ -249388,7 +250331,7 @@ [ "turn", { - "_index": 2260, + "_index": 787, "data": { "assets/photoshopguiexporter": {}, "manuals/building-blocks": {}, @@ -249404,7 +250347,7 @@ [ "turns", { - "_index": 4410, + "_index": 136, "data": { "manuals/gui": {}, "ref/stable/debug": {}, @@ -249417,7 +250360,7 @@ [ "tutorial", { - "_index": 385, + "_index": 3568, "data": { "assets/platformertutorial": {}, "assets/sidescrollertutorialfromscratch": {}, @@ -249430,7 +250373,7 @@ [ "tutorials", { - "_index": 3577, + "_index": 5593, "data": { "assets/tactxstudios": {}, "manuals/introduction": {} @@ -249441,7 +250384,7 @@ [ "tweak", { - "_index": 4097, + "_index": 3505, "data": { "manuals/glossary": {}, "manuals/profiling": {}, @@ -249455,7 +250398,7 @@ [ "tweakable", { - "_index": 6683, + "_index": 6564, "data": { "assets/kinematicwalker": {}, "assets/operator": {} @@ -249466,7 +250409,7 @@ [ "tweaked", { - "_index": 6195, + "_index": 6150, "data": { "examples/particles/fire_and_smoke": {} }, @@ -249476,7 +250419,7 @@ [ "tween", { - "_index": 513, + "_index": 4520, "data": { "assets/defold-tweener": {}, "manuals/model-animation": {} @@ -249487,7 +250430,7 @@ [ "tweener", { - "_index": 6393, + "_index": 6636, "data": { "assets/defold-tweener": {} }, @@ -249497,7 +250440,7 @@ [ "tweening", { - "_index": 3289, + "_index": 5089, "data": { "manuals/flash": {} }, @@ -249507,7 +250450,7 @@ [ "tweens", { - "_index": 3285, + "_index": 5087, "data": { "manuals/flash": {} }, @@ -249517,7 +250460,7 @@ [ "twice", { - "_index": 1189, + "_index": 2793, "data": { "manuals/shader": {} }, @@ -249527,7 +250470,7 @@ [ "twister", { - "_index": 6571, + "_index": 6463, "data": { "assets/sfmt": {} }, @@ -249537,7 +250480,7 @@ [ "two", { - "_index": 710, + "_index": 11, "data": { "examples/collection/splash": {}, "examples/factory/bullets": {}, @@ -249613,7 +250556,7 @@ [ "tx", { - "_index": 10663, + "_index": 8882, "data": { "ref/stable/editor": {} }, @@ -249623,7 +250566,7 @@ [ "txt", { - "_index": 2545, + "_index": 1667, "data": { "manuals/android": {}, "manuals/debugging-game-and-system-logs": {}, @@ -249638,7 +250581,7 @@ [ "type", { - "_index": 198, + "_index": 202, "data": { "assets/pp": {}, "examples/particles/confetti": {}, @@ -249708,6 +250651,7 @@ "ref/stable/dmSSLSocket": {}, "ref/stable/dmScript": {}, "ref/stable/dmSocket": {}, + "ref/stable/editor": {}, "ref/stable/go": {}, "ref/stable/gui": {}, "ref/stable/image": {}, @@ -249730,7 +250674,7 @@ [ "type..>", { - "_index": 8662, + "_index": 8678, "data": { "ref/stable/dmSpinlock": {} }, @@ -249740,7 +250684,7 @@ [ "type:int32_t", { - "_index": 9592, + "_index": 9297, "data": { "ref/stable/dmGameObject": {} }, @@ -249750,17 +250694,37 @@ [ "type_bitmap", { - "_index": 5574, + "_index": 3877, "data": { "manuals/font": {} }, "type": {} } ], + [ + "type_box", + { + "_index": 7953, + "data": { + "ref/stable/gui": {} + }, + "type": {} + } + ], + [ + "type_custom", + { + "_index": 7954, + "data": { + "ref/stable/gui": {} + }, + "type": {} + } + ], [ "type_luminance", { - "_index": 10900, + "_index": 10362, "data": { "ref/stable/image": {} }, @@ -249770,17 +250734,37 @@ [ "type_luminance_alpha", { - "_index": 10901, + "_index": 10363, "data": { "ref/stable/image": {} }, "type": {} } ], + [ + "type_particlefx", + { + "_index": 7955, + "data": { + "ref/stable/gui": {} + }, + "type": {} + } + ], + [ + "type_pie", + { + "_index": 7956, + "data": { + "ref/stable/gui": {} + }, + "type": {} + } + ], [ "type_rgb", { - "_index": 10902, + "_index": 10364, "data": { "ref/stable/image": {} }, @@ -249790,17 +250774,27 @@ [ "type_rgba", { - "_index": 10903, + "_index": 10365, "data": { "ref/stable/image": {} }, "type": {} } ], + [ + "type_text", + { + "_index": 7957, + "data": { + "ref/stable/gui": {} + }, + "type": {} + } + ], [ "typed", { - "_index": 3770, + "_index": 1909, "data": { "manuals/editor-scripts": {}, "manuals/input-key-and-text": {}, @@ -249812,7 +250806,7 @@ [ "typedef", { - "_index": 7622, + "_index": 6969, "data": { "ref/stable/dmBuffer": {}, "ref/stable/dmConditionVariable": {}, @@ -249827,7 +250821,7 @@ [ "typeerror", { - "_index": 2207, + "_index": 665, "data": { "manuals/html5": {} }, @@ -249837,7 +250831,7 @@ [ "typeface", { - "_index": 5592, + "_index": 3900, "data": { "manuals/font": {} }, @@ -249847,7 +250841,7 @@ [ "types", { - "_index": 347, + "_index": 574, "data": { "examples/factory/dynamic": {}, "examples/gui/progress": {}, @@ -249889,7 +250883,7 @@ [ "types.is_hash", { - "_index": 10620, + "_index": 10730, "data": { "ref/stable/types": {} }, @@ -249899,7 +250893,7 @@ [ "types.is_matrix4", { - "_index": 10622, + "_index": 10732, "data": { "ref/stable/types": {} }, @@ -249909,7 +250903,7 @@ [ "types.is_quat", { - "_index": 10624, + "_index": 10734, "data": { "ref/stable/types": {} }, @@ -249919,7 +250913,7 @@ [ "types.is_url", { - "_index": 10626, + "_index": 10736, "data": { "ref/stable/types": {} }, @@ -249929,7 +250923,7 @@ [ "types.is_vector", { - "_index": 10628, + "_index": 10738, "data": { "ref/stable/types": {} }, @@ -249939,7 +250933,7 @@ [ "types.is_vector3", { - "_index": 10630, + "_index": 10740, "data": { "ref/stable/types": {} }, @@ -249949,7 +250943,7 @@ [ "types.is_vector4", { - "_index": 10632, + "_index": 10742, "data": { "ref/stable/types": {} }, @@ -249959,7 +250953,7 @@ [ "typescript", { - "_index": 6521, + "_index": 6395, "data": { "assets/ts-defold": {} }, @@ -249969,7 +250963,7 @@ [ "typewriter", { - "_index": 6716, + "_index": 6600, "data": { "assets/defold-typewriter": {} }, @@ -249979,7 +250973,7 @@ [ "typical", { - "_index": 648, + "_index": 395, "data": { "manuals/application-security": {}, "manuals/collection-factory": {}, @@ -249993,7 +250987,7 @@ [ "typically", { - "_index": 1018, + "_index": 2114, "data": { "manuals/ads": {}, "manuals/building-blocks": {}, @@ -250015,7 +251009,7 @@ [ "typing", { - "_index": 3914, + "_index": 1393, "data": { "assets/defold-mobilehtml5-typing": {}, "manuals/editor-scripts": {}, @@ -250029,7 +251023,7 @@ [ "u", { - "_index": 4009, + "_index": 1564, "data": { "manuals/bob": {}, "manuals/editor-scripts-ui": {}, @@ -250041,7 +251035,7 @@ [ "u.s", { - "_index": 3500, + "_index": 3048, "data": { "manuals/ios": {} }, @@ -250051,7 +251045,7 @@ [ "u0", { - "_index": 7351, + "_index": 10387, "data": { "ref/stable/resource": {} }, @@ -250061,7 +251055,7 @@ [ "u1", { - "_index": 7353, + "_index": 10389, "data": { "ref/stable/resource": {} }, @@ -250071,7 +251065,7 @@ [ "u_wrap", { - "_index": 7837, + "_index": 8513, "data": { "ref/stable/render": {} }, @@ -250081,7 +251075,7 @@ [ "udid", { - "_index": 3405, + "_index": 2938, "data": { "manuals/dev-app": {}, "manuals/ios": {} @@ -250092,7 +251086,7 @@ [ "udp", { - "_index": 5964, + "_index": 3582, "data": { "manuals/socket-connections": {}, "ref/stable/socket": {} @@ -250103,7 +251097,7 @@ [ "udp6", { - "_index": 8255, + "_index": 10626, "data": { "ref/stable/socket": {} }, @@ -250113,7 +251107,7 @@ [ "ui", { - "_index": 1835, + "_index": 449, "data": { "assets/defold-cairo": {}, "assets/druid": {}, @@ -250138,7 +251132,7 @@ [ "ui/ux", { - "_index": 6396, + "_index": 6587, "data": { "assets/define": {} }, @@ -250148,7 +251142,7 @@ [ "uiapplicationdelegate", { - "_index": 8031, + "_index": 9888, "data": { "ref/stable/dmExtension": {} }, @@ -250158,7 +251152,7 @@ [ "uikit", { - "_index": 1313, + "_index": 4673, "data": { "manuals/extensions-ext-manifests": {} }, @@ -250168,7 +251162,7 @@ [ "uint16_t", { - "_index": 9523, + "_index": 9058, "data": { "ref/stable/dmConnectionPool": {}, "ref/stable/dmGameObject": {}, @@ -250180,7 +251174,7 @@ [ "uint32_t", { - "_index": 6884, + "_index": 6760, "data": { "ref/stable/dmArray": {}, "ref/stable/dmBuffer": {}, @@ -250208,7 +251202,7 @@ [ "uint32_t:2", { - "_index": 7511, + "_index": 10952, "data": { "ref/stable/dmRender": {} }, @@ -250218,7 +251212,7 @@ [ "uint32_t:4", { - "_index": 7509, + "_index": 10950, "data": { "ref/stable/dmRender": {} }, @@ -250228,7 +251222,7 @@ [ "uint32_t:8", { - "_index": 7513, + "_index": 10954, "data": { "ref/stable/dmRender": {} }, @@ -250238,7 +251232,7 @@ [ "uint64_t", { - "_index": 7508, + "_index": 6763, "data": { "ref/stable/dmGraphics": {}, "ref/stable/dmHash": {}, @@ -250255,7 +251249,7 @@ [ "uint8_t", { - "_index": 7196, + "_index": 6920, "data": { "ref/stable/dmBuffer": {}, "ref/stable/dmCrypt": {}, @@ -250268,7 +251262,7 @@ [ "uis", { - "_index": 3907, + "_index": 1384, "data": { "manuals/editor-scripts-ui": {} }, @@ -250278,7 +251272,7 @@ [ "uiview", { - "_index": 10204, + "_index": 6801, "data": { "ref/stable/dmGraphics": {} }, @@ -250288,7 +251282,7 @@ [ "uiwindow", { - "_index": 10207, + "_index": 6804, "data": { "ref/stable/dmGraphics": {} }, @@ -250298,7 +251292,7 @@ [ "ump", { - "_index": 6676, + "_index": 6584, "data": { "assets/ump": {} }, @@ -250308,7 +251302,7 @@ [ "un", { - "_index": 7355, + "_index": 10391, "data": { "ref/stable/resource": {} }, @@ -250318,7 +251312,7 @@ [ "unable", { - "_index": 4522, + "_index": 5667, "data": { "manuals/dev-app": {}, "ref/stable/sys": {} @@ -250329,7 +251323,7 @@ [ "unacceptable", { - "_index": 2306, + "_index": 851, "data": { "manuals/html5": {} }, @@ -250339,7 +251333,7 @@ [ "unaffected", { - "_index": 8924, + "_index": 10170, "data": { "ref/stable/b2d.body": {} }, @@ -250349,7 +251343,7 @@ [ "unarmed", { - "_index": 2595, + "_index": 4310, "data": { "manuals/factory": {} }, @@ -250359,7 +251353,7 @@ [ "unavailable", { - "_index": 5167, + "_index": 5371, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -250370,7 +251364,7 @@ [ "unbind", { - "_index": 2973, + "_index": 5284, "data": { "manuals/compute": {} }, @@ -250380,7 +251374,7 @@ [ "unblocks", { - "_index": 9412, + "_index": 9902, "data": { "ref/stable/dmConditionVariable": {} }, @@ -250390,7 +251384,7 @@ [ "unchanged", { - "_index": 4002, + "_index": 1553, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/dmScript": {}, @@ -250402,7 +251396,7 @@ [ "uncheck", { - "_index": 177, + "_index": 1210, "data": { "manuals/particlefx": {}, "manuals/physics-shapes": {} @@ -250413,7 +251407,7 @@ [ "unchecked", { - "_index": 705, + "_index": 272, "data": { "examples/gui/color": {}, "manuals/collection-factory": {}, @@ -250428,7 +251422,7 @@ [ "uncommitted", { - "_index": 5250, + "_index": 5453, "data": { "manuals/editor-scripts": {} }, @@ -250438,7 +251432,7 @@ [ "uncompressed", { - "_index": 4199, + "_index": 3238, "data": { "manuals/bob": {} }, @@ -250448,7 +251442,7 @@ [ "unconnected", { - "_index": 8128, + "_index": 10508, "data": { "ref/stable/socket": {} }, @@ -250458,7 +251452,7 @@ [ "unconnected:close", { - "_index": 8256, + "_index": 10627, "data": { "ref/stable/socket": {} }, @@ -250468,7 +251462,7 @@ [ "unconnected:getoption", { - "_index": 8257, + "_index": 10628, "data": { "ref/stable/socket": {} }, @@ -250478,7 +251472,7 @@ [ "unconnected:getsockname", { - "_index": 8259, + "_index": 10630, "data": { "ref/stable/socket": {} }, @@ -250488,7 +251482,7 @@ [ "unconnected:receive", { - "_index": 8260, + "_index": 10631, "data": { "ref/stable/socket": {} }, @@ -250498,7 +251492,7 @@ [ "unconnected:receivefrom", { - "_index": 8261, + "_index": 10632, "data": { "ref/stable/socket": {} }, @@ -250508,7 +251502,7 @@ [ "unconnected:sendto", { - "_index": 8262, + "_index": 10633, "data": { "ref/stable/socket": {} }, @@ -250518,7 +251512,7 @@ [ "unconnected:setoption", { - "_index": 8258, + "_index": 10629, "data": { "ref/stable/socket": {} }, @@ -250528,7 +251522,7 @@ [ "unconnected:setpeername", { - "_index": 8263, + "_index": 10634, "data": { "ref/stable/socket": {} }, @@ -250538,7 +251532,7 @@ [ "unconnected:setsockname", { - "_index": 8264, + "_index": 10635, "data": { "ref/stable/socket": {} }, @@ -250548,7 +251542,7 @@ [ "unconnected:settimeout", { - "_index": 8265, + "_index": 10636, "data": { "ref/stable/socket": {} }, @@ -250558,7 +251552,7 @@ [ "undefined", { - "_index": 5380, + "_index": 5917, "data": { "manuals/components": {}, "ref/stable/base": {}, @@ -250571,7 +251565,7 @@ [ "under", { - "_index": 426, + "_index": 203, "data": { "assets/editor-script-align": {}, "assets/editor-script-distribute": {}, @@ -250603,7 +251597,7 @@ [ "underling", { - "_index": 8095, + "_index": 10484, "data": { "ref/stable/socket": {} }, @@ -250613,7 +251607,7 @@ [ "underlying", { - "_index": 3632, + "_index": 1714, "data": { "assets/luafilesystemlfs": {}, "manuals/render": {}, @@ -250629,7 +251623,7 @@ [ "underscore", { - "_index": 7283, + "_index": 9396, "data": { "ref/stable/package": {} }, @@ -250639,7 +251633,7 @@ [ "understand", { - "_index": 3596, + "_index": 440, "data": { "manuals/addressing": {}, "manuals/gui": {}, @@ -250653,7 +251647,7 @@ [ "understandable", { - "_index": 3808, + "_index": 4377, "data": { "manuals/version-control": {} }, @@ -250663,7 +251657,7 @@ [ "understanding", { - "_index": 1515, + "_index": 2079, "data": { "manuals/optimization-size": {}, "manuals/optimization-speed": {} @@ -250674,7 +251668,7 @@ [ "undo", { - "_index": 3788, + "_index": 4361, "data": { "manuals/editor-scripts": {}, "manuals/version-control": {} @@ -250685,7 +251679,7 @@ [ "undoable", { - "_index": 5195, + "_index": 5400, "data": { "manuals/editor-scripts": {}, "ref/stable/editor": {} @@ -250696,7 +251690,7 @@ [ "undone", { - "_index": 5293, + "_index": 5492, "data": { "manuals/editor-scripts": {} }, @@ -250706,7 +251700,7 @@ [ "unencrypted", { - "_index": 4200, + "_index": 3239, "data": { "manuals/bob": {} }, @@ -250716,7 +251710,7 @@ [ "unexpected", { - "_index": 5850, + "_index": 4546, "data": { "manuals/glossary": {}, "ref/stable/resource": {} @@ -250727,7 +251721,7 @@ [ "unforeseen", { - "_index": 8563, + "_index": 10234, "data": { "ref/stable/http": {} }, @@ -250737,7 +251731,7 @@ [ "unfortunately", { - "_index": 1986, + "_index": 748, "data": { "manuals/html5": {}, "manuals/input": {} @@ -250748,7 +251742,7 @@ [ "unicode", { - "_index": 7150, + "_index": 9478, "data": { "ref/stable/dmHid": {} }, @@ -250758,7 +251752,7 @@ [ "unified", { - "_index": 6459, + "_index": 6271, "data": { "assets/defbuild": {}, "assets/iac": {}, @@ -250770,7 +251764,7 @@ [ "uniform", { - "_index": 183, + "_index": 951, "data": { "manuals/compute": {}, "manuals/factory": {}, @@ -250796,7 +251790,7 @@ [ "uniformally", { - "_index": 9107, + "_index": 7570, "data": { "ref/stable/gui": {} }, @@ -250806,7 +251800,7 @@ [ "uniformly", { - "_index": 3148, + "_index": 1112, "data": { "manuals/editor": {}, "manuals/particlefx": {} @@ -250817,7 +251811,7 @@ [ "uniforms", { - "_index": 900, + "_index": 2622, "data": { "examples/material/screenspace": {}, "manuals/compute": {}, @@ -250831,7 +251825,7 @@ [ "uninitialized", { - "_index": 7600, + "_index": 7355, "data": { "ref/stable/collectionproxy": {}, "ref/stable/dmMemory": {}, @@ -250843,7 +251837,7 @@ [ "uninstall", { - "_index": 6693, + "_index": 6270, "data": { "assets/defbuild": {} }, @@ -250853,7 +251847,7 @@ [ "uninstall/install", { - "_index": 4721, + "_index": 4699, "data": { "manuals/bundling": {} }, @@ -250863,7 +251857,7 @@ [ "uninterrupted", { - "_index": 2870, + "_index": 4219, "data": { "manuals/application-security": {} }, @@ -250873,7 +251867,7 @@ [ "union", { - "_index": 9629, + "_index": 9334, "data": { "ref/stable/dmGameObject": {} }, @@ -250883,7 +251877,7 @@ [ "unique", { - "_index": 779, + "_index": 248, "data": { "manuals/addressing": {}, "manuals/caching-assets": {}, @@ -250908,7 +251902,7 @@ [ "uniquely", { - "_index": 3703, + "_index": 1817, "data": { "assets/googleanalyticsforfirebase": {}, "manuals/addressing": {}, @@ -250921,7 +251915,7 @@ [ "uniqueness", { - "_index": 9365, + "_index": 7902, "data": { "ref/stable/gui": {} }, @@ -250931,7 +251925,7 @@ [ "uniquevariable12345", { - "_index": 2688, + "_index": 5721, "data": { "manuals/modules": {} }, @@ -250941,7 +251935,7 @@ [ "unison", { - "_index": 3235, + "_index": 5052, "data": { "manuals/flash": {} }, @@ -250951,7 +251945,7 @@ [ "unit", { - "_index": 2164, + "_index": 1192, "data": { "assets/deftest": {}, "examples/material/noise": {}, @@ -250974,7 +251968,7 @@ [ "united", { - "_index": 3498, + "_index": 3045, "data": { "manuals/ios": {} }, @@ -250984,7 +251978,7 @@ [ "units", { - "_index": 2494, + "_index": 570, "data": { "manuals/atlas": {}, "manuals/gui": {}, @@ -251001,7 +251995,7 @@ [ "units/s", { - "_index": 7043, + "_index": 7466, "data": { "ref/stable/physics": {} }, @@ -251011,7 +252005,7 @@ [ "unity", { - "_index": 5755, + "_index": 2270, "data": { "assets/adswrapper": {}, "manuals/ads": {} @@ -251022,7 +252016,7 @@ [ "unityads", { - "_index": 6278, + "_index": 6719, "data": { "assets/defvideoads": {} }, @@ -251032,7 +252026,7 @@ [ "universal", { - "_index": 572, + "_index": 1083, "data": { "assets/deployer": {}, "manuals/app-manifest": {}, @@ -251046,7 +252040,7 @@ [ "unix", { - "_index": 7269, + "_index": 9383, "data": { "ref/stable/package": {}, "ref/stable/socket": {} @@ -251057,7 +252051,7 @@ [ "unknown", { - "_index": 5412, + "_index": 6060, "data": { "manuals/android": {} }, @@ -251067,7 +252061,7 @@ [ "unknown_", { - "_index": 5698, + "_index": 3532, "data": { "manuals/sound": {} }, @@ -251077,7 +252071,7 @@ [ "unless", { - "_index": 2130, + "_index": 3247, "data": { "examples/gui/color": {}, "manuals/bob": {}, @@ -251093,7 +252087,7 @@ [ "unlike", { - "_index": 3315, + "_index": 1431, "data": { "manuals/editor-scripts-ui": {}, "manuals/flash": {}, @@ -251107,7 +252101,7 @@ [ "unlikely", { - "_index": 8067, + "_index": 10460, "data": { "ref/stable/socket": {} }, @@ -251117,7 +252111,7 @@ [ "unlimited", { - "_index": 6269, + "_index": 6410, "data": { "assets/googleanalyticsforfirebase": {} }, @@ -251127,7 +252121,7 @@ [ "unlink", { - "_index": 7549, + "_index": 9768, "data": { "ref/stable/dmSys": {} }, @@ -251137,7 +252131,7 @@ [ "unlinked", { - "_index": 7536, + "_index": 9756, "data": { "ref/stable/dmSys": {} }, @@ -251147,7 +252141,7 @@ [ "unlit", { - "_index": 6242, + "_index": 6230, "data": { "examples/material/unlit": {} }, @@ -251157,7 +252151,7 @@ [ "unload", { - "_index": 729, + "_index": 2543, "data": { "manuals/application-lifecycle": {}, "manuals/collection-factory": {}, @@ -251172,7 +252166,7 @@ [ "unloaded", { - "_index": 5563, + "_index": 5717, "data": { "manuals/application-lifecycle": {}, "manuals/resource": {}, @@ -251186,7 +252180,7 @@ [ "unloading", { - "_index": 5557, + "_index": 5711, "data": { "examples/collection/proxy": {}, "examples/collection/splash": {}, @@ -251199,7 +252193,7 @@ [ "unlock", { - "_index": 7617, + "_index": 6963, "data": { "ref/stable/dmMutex": {}, "ref/stable/dmSpinlock": {} @@ -251210,7 +252204,7 @@ [ "unlockable", { - "_index": 5659, + "_index": 2176, "data": { "manuals/optimization-size": {} }, @@ -251220,7 +252214,7 @@ [ "unlocked", { - "_index": 7624, + "_index": 6971, "data": { "ref/stable/dmMutex": {} }, @@ -251230,7 +252224,7 @@ [ "unlocks", { - "_index": 9701, + "_index": 7224, "data": { "ref/stable/window": {} }, @@ -251240,7 +252234,7 @@ [ "unmap", { - "_index": 10325, + "_index": 6931, "data": { "ref/stable/dmGraphics": {} }, @@ -251250,7 +252244,7 @@ [ "unmount", { - "_index": 5779, + "_index": 3939, "data": { "manuals/live-update-scripting": {} }, @@ -251260,7 +252254,7 @@ [ "unnecessarily", { - "_index": 1768, + "_index": 4879, "data": { "manuals/porting-guidelines": {} }, @@ -251270,7 +252264,7 @@ [ "unnecessary", { - "_index": 4014, + "_index": 1572, "data": { "manuals/editor-scripts-ui": {}, "manuals/font": {}, @@ -251282,7 +252276,7 @@ [ "unofficial", { - "_index": 6378, + "_index": 6638, "data": { "assets/sentinel": {} }, @@ -251292,7 +252286,7 @@ [ "unpack", { - "_index": 5932, + "_index": 5708, "data": { "manuals/physics-events": {}, "ref/stable/base": {} @@ -251303,7 +252297,7 @@ [ "unpacked", { - "_index": 4977, + "_index": 4779, "data": { "manuals/extensions": {} }, @@ -251313,7 +252307,7 @@ [ "unpredictable", { - "_index": 5278, + "_index": 5481, "data": { "manuals/editor-scripts": {}, "ref/stable/io": {} @@ -251324,7 +252318,7 @@ [ "unrecoverable", { - "_index": 7018, + "_index": 7424, "data": { "ref/stable/dmLog": {} }, @@ -251334,7 +252328,7 @@ [ "unref", { - "_index": 8817, + "_index": 10880, "data": { "ref/stable/dmScript": {} }, @@ -251344,7 +252338,7 @@ [ "unreference", { - "_index": 9550, + "_index": 9253, "data": { "ref/stable/dmGameObject": {} }, @@ -251354,7 +252348,7 @@ [ "unrefininstance", { - "_index": 8838, + "_index": 10898, "data": { "ref/stable/dmScript": {} }, @@ -251364,7 +252358,7 @@ [ "unregistered", { - "_index": 6906, + "_index": 8429, "data": { "ref/stable/dmResource": {} }, @@ -251374,7 +252368,7 @@ [ "unregistering", { - "_index": 8017, + "_index": 9875, "data": { "ref/stable/dmExtension": {} }, @@ -251384,7 +252378,7 @@ [ "unregisteriosuiapplicationdelegate", { - "_index": 8044, + "_index": 9899, "data": { "ref/stable/dmExtension": {} }, @@ -251394,7 +252388,7 @@ [ "unregisteronactivitycreatelistener", { - "_index": 7643, + "_index": 8026, "data": { "ref/stable/dmAndroid": {} }, @@ -251404,7 +252398,7 @@ [ "unregisteronactivityresultlistener", { - "_index": 7647, + "_index": 8030, "data": { "ref/stable/dmAndroid": {} }, @@ -251414,7 +252408,7 @@ [ "unregisters", { - "_index": 7025, + "_index": 7431, "data": { "ref/stable/dmAndroid": {}, "ref/stable/dmLog": {} @@ -251425,7 +252419,7 @@ [ "unrelated", { - "_index": 2386, + "_index": 4929, "data": { "manuals/getting-help": {} }, @@ -251435,7 +252429,7 @@ [ "unreliable", { - "_index": 2239, + "_index": 741, "data": { "manuals/html5": {} }, @@ -251445,7 +252439,7 @@ [ "unsaved", { - "_index": 10659, + "_index": 8878, "data": { "ref/stable/editor": {} }, @@ -251455,7 +252449,7 @@ [ "unscaled", { - "_index": 4709, + "_index": 2245, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/properties": {}, @@ -251467,7 +252461,7 @@ [ "unsent", { - "_index": 8097, + "_index": 10486, "data": { "ref/stable/socket": {} }, @@ -251477,7 +252471,7 @@ [ "unset", { - "_index": 4494, + "_index": 610, "data": { "manuals/gui": {} }, @@ -251487,7 +252481,7 @@ [ "unsigned", { - "_index": 5348, + "_index": 5827, "data": { "manuals/macos": {}, "ref/stable/base": {}, @@ -251502,8 +252496,9 @@ [ "unspecified", { - "_index": 6812, + "_index": 9803, "data": { + "ref/stable/dmTime": {}, "ref/stable/liveupdate": {} }, "type": {} @@ -251512,7 +252507,7 @@ [ "unstripped", { - "_index": 4264, + "_index": 4983, "data": { "manuals/debugging-native-code": {}, "manuals/debugging-native-code-android": {} @@ -251523,7 +252518,7 @@ [ "unsuccessful", { - "_index": 8804, + "_index": 7817, "data": { "ref/stable/collectionproxy": {}, "ref/stable/dmGui": {}, @@ -251536,7 +252531,7 @@ [ "untick", { - "_index": 3438, + "_index": 2979, "data": { "manuals/ios": {} }, @@ -251546,12 +252541,11 @@ [ "until", { - "_index": 1776, + "_index": 1649, "data": { "manuals/debugging-game-logic": {}, "manuals/flipbook-animation": {}, "manuals/gui-layouts": {}, - "manuals/gui-template": {}, "manuals/input": {}, "manuals/ios": {}, "manuals/lua": {}, @@ -251580,7 +252574,7 @@ [ "untitled.lua", { - "_index": 4983, + "_index": 2443, "data": { "manuals/zerobrane": {} }, @@ -251590,7 +252584,7 @@ [ "unused", { - "_index": 2864, + "_index": 2085, "data": { "manuals/application-security": {}, "manuals/optimization-size": {}, @@ -251603,7 +252597,7 @@ [ "unused_args", { - "_index": 4300, + "_index": 3149, "data": { "manuals/writing-code": {} }, @@ -251613,7 +252607,7 @@ [ "unwrap", { - "_index": 4837, + "_index": 4816, "data": { "manuals/importing-models": {} }, @@ -251623,7 +252617,7 @@ [ "unzip", { - "_index": 4805, + "_index": 4894, "data": { "manuals/debugging-native-code": {}, "manuals/debugging-native-code-ios": {} @@ -251634,7 +252628,7 @@ [ "up", { - "_index": 441, + "_index": 521, "data": { "assets/crowd-runner-defold": {}, "assets/editor-script-cleanup": {}, @@ -251716,7 +252710,7 @@ [ "up/down", { - "_index": 2455, + "_index": 520, "data": { "manuals/atlas": {}, "manuals/gui": {} @@ -251727,7 +252721,7 @@ [ "update", { - "_index": 568, + "_index": 1010, "data": { "assets/firebase-remoteconfig": {}, "assets/reszip": {}, @@ -251786,7 +252780,7 @@ [ "update_camera", { - "_index": 3689, + "_index": 1789, "data": { "manuals/render": {} }, @@ -251796,7 +252790,7 @@ [ "update_clear_color", { - "_index": 3681, + "_index": 1782, "data": { "manuals/render": {} }, @@ -251806,7 +252800,7 @@ [ "update_mass", { - "_index": 7133, + "_index": 7551, "data": { "ref/stable/physics": {} }, @@ -251816,7 +252810,7 @@ [ "update_minimap", { - "_index": 3544, + "_index": 1620, "data": { "manuals/message-passing": {} }, @@ -251826,7 +252820,7 @@ [ "update_result_ok", { - "_index": 9469, + "_index": 9170, "data": { "ref/stable/dmGameObject": {} }, @@ -251836,7 +252830,7 @@ [ "update_score", { - "_index": 3529, + "_index": 1587, "data": { "manuals/message-passing": {} }, @@ -251846,7 +252840,7 @@ [ "update_state", { - "_index": 3630, + "_index": 1712, "data": { "manuals/render": {} }, @@ -251856,7 +252850,7 @@ [ "updatecontentversion", { - "_index": 10568, + "_index": 10679, "data": { "ref/stable/dmBuffer": {} }, @@ -251866,7 +252860,7 @@ [ "updatecontext", { - "_index": 9659, + "_index": 9365, "data": { "ref/stable/dmGameObject": {} }, @@ -251876,7 +252870,7 @@ [ "updated", { - "_index": 3310, + "_index": 1306, "data": { "manuals/android": {}, "manuals/building-blocks": {}, @@ -251898,7 +252892,7 @@ [ "updated/changed", { - "_index": 7110, + "_index": 7530, "data": { "ref/stable/physics": {} }, @@ -251908,7 +252902,7 @@ [ "updater", { - "_index": 3984, + "_index": 1523, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -251919,7 +252913,7 @@ [ "updateresult", { - "_index": 9470, + "_index": 9171, "data": { "ref/stable/dmGameObject": {} }, @@ -251929,7 +252923,7 @@ [ "updates", { - "_index": 2225, + "_index": 717, "data": { "assets/editor-script-check-dependencies-versions": {}, "assets/firebase-remoteconfig": {}, @@ -251955,7 +252949,7 @@ [ "updatetransform", { - "_index": 1605, + "_index": 3119, "data": { "manuals/optimization-speed": {} }, @@ -251965,7 +252959,7 @@ [ "updating", { - "_index": 3970, + "_index": 1493, "data": { "assets/rustore-appupdate": {}, "manuals/editor": {}, @@ -251983,7 +252977,7 @@ [ "upgraded", { - "_index": 4524, + "_index": 5669, "data": { "manuals/dev-app": {} }, @@ -251993,7 +252987,7 @@ [ "upload", { - "_index": 423, + "_index": 649, "data": { "manuals/android": {}, "manuals/bob": {}, @@ -252018,7 +253012,7 @@ [ "upload.zip", { - "_index": 4168, + "_index": 3198, "data": { "manuals/bob": {} }, @@ -252028,7 +253022,7 @@ [ "uploaded", { - "_index": 5438, + "_index": 2388, "data": { "manuals/android": {}, "manuals/hot-reload": {}, @@ -252040,7 +253034,7 @@ [ "uploading", { - "_index": 415, + "_index": 2196, "data": { "manuals/debugging-native-code": {}, "manuals/ios": {}, @@ -252053,7 +253047,7 @@ [ "upon", { - "_index": 1782, + "_index": 817, "data": { "manuals/html5": {}, "manuals/live-update-scripting": {}, @@ -252068,7 +253062,7 @@ [ "upper", { - "_index": 1749, + "_index": 4872, "data": { "manuals/porting-guidelines": {}, "ref/stable/base": {}, @@ -252084,7 +253078,7 @@ [ "uppercase", { - "_index": 4010, + "_index": 1565, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/bit": {}, @@ -252096,7 +253090,7 @@ [ "upscaled", { - "_index": 4688, + "_index": 2214, "data": { "manuals/adapting-graphics-to-screen-size": {} }, @@ -252106,7 +253100,7 @@ [ "upscaling", { - "_index": 5583, + "_index": 3889, "data": { "manuals/font": {} }, @@ -252116,7 +253110,7 @@ [ "upside", { - "_index": 6203, + "_index": 6157, "data": { "examples/particles/fire_and_smoke": {} }, @@ -252126,7 +253120,7 @@ [ "upstream", { - "_index": 5504, + "_index": 3664, "data": { "manuals/extensions-best-practices": {} }, @@ -252136,7 +253130,7 @@ [ "uptime", { - "_index": 6283, + "_index": 6502, "data": { "assets/uptime": {} }, @@ -252146,7 +253140,7 @@ [ "upvalue", { - "_index": 6988, + "_index": 9567, "data": { "ref/stable/debug": {} }, @@ -252156,7 +253150,7 @@ [ "upvalues", { - "_index": 10104, + "_index": 7109, "data": { "ref/stable/string": {} }, @@ -252166,7 +253160,7 @@ [ "upwards", { - "_index": 5072, + "_index": 5171, "data": { "examples/movement/look_rotation": {}, "examples/particles/confetti": {}, @@ -252178,7 +253172,7 @@ [ "uri", { - "_index": 5805, + "_index": 3969, "data": { "manuals/live-update-scripting": {}, "ref/stable/dmMessage": {}, @@ -252191,7 +253185,7 @@ [ "uris", { - "_index": 2093, + "_index": 1085, "data": { "manuals/extensions-defold-sdk": {} }, @@ -252201,7 +253195,7 @@ [ "url", { - "_index": 694, + "_index": 849, "data": { "manuals/addressing": {}, "manuals/bob": {}, @@ -252251,7 +253245,7 @@ [ "url_a", { - "_index": 5924, + "_index": 5700, "data": { "manuals/physics-events": {} }, @@ -252261,7 +253255,7 @@ [ "url_b", { - "_index": 5926, + "_index": 5702, "data": { "manuals/physics-events": {} }, @@ -252271,7 +253265,7 @@ [ "urls", { - "_index": 1575, + "_index": 3106, "data": { "manuals/optimization-speed": {}, "ref/stable/camera": {} @@ -252282,7 +253276,7 @@ [ "urltostring", { - "_index": 8839, + "_index": 10899, "data": { "ref/stable/dmScript": {} }, @@ -252292,7 +253286,7 @@ [ "us", { - "_index": 1585, + "_index": 1700, "data": { "manuals/android": {}, "manuals/input": {}, @@ -252306,7 +253300,7 @@ [ "usage", { - "_index": 18, + "_index": 2189, "data": { "assets/asefold": {}, "assets/webgl-memory": {}, @@ -252336,7 +253330,7 @@ [ "usb", { - "_index": 4512, + "_index": 5657, "data": { "manuals/android": {}, "manuals/dev-app": {} @@ -252347,7 +253341,7 @@ [ "use", { - "_index": 29, + "_index": 256, "data": { "assets/adinfo": {}, "assets/adswrapper": {}, @@ -252421,7 +253415,6 @@ "manuals/gui": {}, "manuals/gui-layouts": {}, "manuals/gui-script": {}, - "manuals/gui-template": {}, "manuals/gui-text": {}, "manuals/html5": {}, "manuals/iac": {}, @@ -252509,7 +253502,7 @@ [ "use_", { - "_index": 3953, + "_index": 1461, "data": { "manuals/editor-scripts-ui": {} }, @@ -252519,7 +253512,7 @@ [ "use_fixed_fit_projection", { - "_index": 4707, + "_index": 2242, "data": { "manuals/adapting-graphics-to-screen-size": {} }, @@ -252529,7 +253522,7 @@ [ "use_fixed_projection", { - "_index": 4697, + "_index": 2227, "data": { "manuals/adapting-graphics-to-screen-size": {} }, @@ -252539,7 +253532,7 @@ [ "use_frustum", { - "_index": 7906, + "_index": 8565, "data": { "ref/stable/render": {} }, @@ -252549,7 +253542,7 @@ [ "use_memo", { - "_index": 3977, + "_index": 1516, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -252560,7 +253553,7 @@ [ "use_state", { - "_index": 3962, + "_index": 1477, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/editor": {} @@ -252571,7 +253564,7 @@ [ "used", { - "_index": 162, + "_index": 102, "data": { "assets/adinfo": {}, "assets/resource-encryption": {}, @@ -252698,6 +253691,7 @@ "ref/stable/sys": {}, "ref/stable/table": {}, "ref/stable/tilemap": {}, + "ref/stable/vmath": {}, "ref/stable/window": {} }, "type": {} @@ -252706,7 +253700,7 @@ [ "useful", { - "_index": 502, + "_index": 832, "data": { "assets/defold-cognito": {}, "assets/deftable": {}, @@ -252748,7 +253742,7 @@ [ "user", { - "_index": 1239, + "_index": 915, "data": { "assets/adinfo": {}, "assets/dear-imgui": {}, @@ -252816,7 +253810,7 @@ [ "user"", { - "_index": 10143, + "_index": 7160, "data": { "ref/stable/string": {} }, @@ -252826,7 +253820,7 @@ [ "user's", { - "_index": 2812, + "_index": 4174, "data": { "assets/fontscale": {}, "assets/ump": {}, @@ -252840,7 +253834,7 @@ [ "user.script", { - "_index": 6009, + "_index": 2366, "data": { "manuals/hot-reload": {} }, @@ -252850,7 +253844,7 @@ [ "user_agent", { - "_index": 8460, + "_index": 9658, "data": { "ref/stable/sys": {} }, @@ -252860,7 +253854,7 @@ [ "user_data", { - "_index": 7226, + "_index": 9143, "data": { "ref/stable/dmGameObject": {}, "ref/stable/dmHttpClient": {} @@ -252871,7 +253865,7 @@ [ "user_id", { - "_index": 1687, + "_index": 4850, "data": { "manuals/porting-guidelines": {} }, @@ -252881,7 +253875,7 @@ [ "usercentrics", { - "_index": 6710, + "_index": 6297, "data": { "assets/def_usercentrics": {} }, @@ -252891,7 +253885,7 @@ [ "userdata", { - "_index": 5159, + "_index": 5363, "data": { "manuals/editor-scripts": {}, "ref/stable/base": {}, @@ -252904,7 +253898,7 @@ [ "userdatas", { - "_index": 3858, + "_index": 1300, "data": { "manuals/editor-scripts-ui": {} }, @@ -252914,7 +253908,7 @@ [ "userfield_max", { - "_index": 9963, + "_index": 8733, "data": { "ref/stable/crash": {} }, @@ -252924,7 +253918,7 @@ [ "userfield_size", { - "_index": 9965, + "_index": 8735, "data": { "ref/stable/crash": {} }, @@ -252934,7 +253928,7 @@ [ "username", { - "_index": 3065, + "_index": 1566, "data": { "manuals/bob": {}, "manuals/editor": {}, @@ -252949,7 +253943,7 @@ [ "username**/.defold", { - "_index": 6023, + "_index": 3129, "data": { "manuals/editor-templates": {} }, @@ -252959,7 +253953,7 @@ [ "username**\\.defold", { - "_index": 6021, + "_index": 3127, "data": { "manuals/editor-templates": {} }, @@ -252969,7 +253963,7 @@ [ "username:token@build.defold.com", { - "_index": 5960, + "_index": 2011, "data": { "manuals/editor-preferences": {} }, @@ -252979,7 +253973,7 @@ [ "users", { - "_index": 1374, + "_index": 2049, "data": { "assets/firebase-remoteconfig": {}, "assets/gamedistribution": {}, @@ -253001,7 +253995,7 @@ [ "users/**your", { - "_index": 6022, + "_index": 3128, "data": { "manuals/editor-templates": {} }, @@ -253011,7 +254005,7 @@ [ "users/builder/ci/builds/engine", { - "_index": 6084, + "_index": 4904, "data": { "manuals/debugging-native-code-ios": {} }, @@ -253021,7 +254015,7 @@ [ "users/john.doe/defold_local_cache", { - "_index": 772, + "_index": 3728, "data": { "manuals/caching-assets": {} }, @@ -253031,7 +254025,7 @@ [ "users/mathiaswesterdahl/work/defold", { - "_index": 6086, + "_index": 4906, "data": { "manuals/debugging-native-code-ios": {} }, @@ -253041,7 +254035,7 @@ [ "users/mathiaswesterdahl/work/projects/extension", { - "_index": 6089, + "_index": 4909, "data": { "manuals/debugging-native-code-ios": {} }, @@ -253051,7 +254045,7 @@ [ "users/my_user/documents/projects/defold_project", { - "_index": 4991, + "_index": 2454, "data": { "manuals/zerobrane": {} }, @@ -253061,7 +254055,7 @@ [ "uses", { - "_index": 860, + "_index": 675, "data": { "assets/colorpicker": {}, "examples/animation/cursor": {}, @@ -253129,7 +254123,7 @@ [ "using", { - "_index": 191, + "_index": 150, "data": { "assets/apkx": {}, "assets/camera": {}, @@ -253267,7 +254261,7 @@ [ "usr/bin/code", { - "_index": 5953, + "_index": 1998, "data": { "manuals/editor-preferences": {} }, @@ -253277,7 +254271,7 @@ [ "usr/local/foo/init.lua", { - "_index": 7274, + "_index": 9388, "data": { "ref/stable/package": {} }, @@ -253287,7 +254281,7 @@ [ "usr/local/foo/init.so", { - "_index": 7278, + "_index": 9392, "data": { "ref/stable/package": {} }, @@ -253297,7 +254291,7 @@ [ "usual", { - "_index": 2988, + "_index": 423, "data": { "manuals/compute": {}, "manuals/dev-app": {}, @@ -253312,7 +254306,7 @@ [ "usually", { - "_index": 1233, + "_index": 903, "data": { "examples/debug/profile": {}, "examples/particles/confetti": {}, @@ -253344,7 +254338,7 @@ [ "utc", { - "_index": 8221, + "_index": 10596, "data": { "ref/stable/socket": {} }, @@ -253354,7 +254348,7 @@ [ "utility", { - "_index": 2096, + "_index": 1088, "data": { "assets/defold-colors": {}, "assets/defoldgridengine": {}, @@ -253367,7 +254361,7 @@ [ "utility/module", { - "_index": 6663, + "_index": 6295, "data": { "assets/moku": {} }, @@ -253377,7 +254371,7 @@ [ "utilize", { - "_index": 1062, + "_index": 2712, "data": { "manuals/shader": {} }, @@ -253387,7 +254381,7 @@ [ "utilizing", { - "_index": 6312, + "_index": 6457, "data": { "assets/defgraph": {} }, @@ -253397,7 +254391,7 @@ [ "uuid", { - "_index": 6096, + "_index": 4921, "data": { "manuals/debugging-native-code-ios": {} }, @@ -253407,7 +254401,7 @@ [ "uv", { - "_index": 1012, + "_index": 2686, "data": { "examples/material/noise": {}, "examples/material/uvgradient": {}, @@ -253422,7 +254416,7 @@ [ "uvs", { - "_index": 2533, + "_index": 2896, "data": { "manuals/atlas": {}, "manuals/sprite": {}, @@ -253434,7 +254428,7 @@ [ "v", { - "_index": 1058, + "_index": 2709, "data": { "manuals/android": {}, "manuals/application-security": {}, @@ -253453,7 +254447,7 @@ [ "v.x", { - "_index": 7691, + "_index": 7394, "data": { "ref/stable/dmVMath": {} }, @@ -253463,7 +254457,7 @@ [ "v.y", { - "_index": 7692, + "_index": 7395, "data": { "ref/stable/dmVMath": {} }, @@ -253473,7 +254467,7 @@ [ "v.z", { - "_index": 7693, + "_index": 7396, "data": { "ref/stable/dmVMath": {} }, @@ -253483,7 +254477,7 @@ [ "v0", { - "_index": 7352, + "_index": 10388, "data": { "ref/stable/resource": {} }, @@ -253493,7 +254487,7 @@ [ "v0.98", { - "_index": 6505, + "_index": 6643, "data": { "assets/pcg-random": {} }, @@ -253503,7 +254497,7 @@ [ "v1", { - "_index": 7354, + "_index": 10390, "data": { "ref/stable/base": {}, "ref/stable/resource": {} @@ -253514,7 +254508,7 @@ [ "v1.5.1", { - "_index": 6572, + "_index": 6464, "data": { "assets/sfmt": {} }, @@ -253524,7 +254518,7 @@ [ "v2", { - "_index": 10425, + "_index": 10713, "data": { "ref/stable/base": {} }, @@ -253534,7 +254528,7 @@ [ "v6only", { - "_index": 8102, + "_index": 10490, "data": { "ref/stable/socket": {} }, @@ -253544,7 +254538,7 @@ [ "v7a", { - "_index": 4803, + "_index": 4989, "data": { "manuals/debugging-native-code": {} }, @@ -253554,7 +254548,7 @@ [ "v8a", { - "_index": 4801, + "_index": 4987, "data": { "manuals/debugging-native-code": {} }, @@ -253564,7 +254558,7 @@ [ "v_flip", { - "_index": 8700, + "_index": 8098, "data": { "ref/stable/tilemap": {} }, @@ -253574,7 +254568,7 @@ [ "v_wrap", { - "_index": 7839, + "_index": 8515, "data": { "ref/stable/render": {} }, @@ -253584,7 +254578,7 @@ [ "va", { - "_index": 6095, + "_index": 4918, "data": { "manuals/debugging-native-code-ios": {} }, @@ -253594,7 +254588,7 @@ [ "va_list", { - "_index": 10337, + "_index": 8784, "data": { "ref/stable/dmProfile": {} }, @@ -253604,7 +254598,7 @@ [ "val", { - "_index": 2360, + "_index": 5633, "data": { "manuals/script-properties": {} }, @@ -253614,7 +254608,7 @@ [ "val1", { - "_index": 7237, + "_index": 8742, "data": { "ref/stable/coroutine": {} }, @@ -253624,7 +254618,7 @@ [ "valid", { - "_index": 1902, + "_index": 1548, "data": { "examples/sound/panning": {}, "manuals/addressing": {}, @@ -253656,7 +254650,7 @@ [ "validate", { - "_index": 2840, + "_index": 4197, "data": { "manuals/application-security": {}, "ref/stable/dmBuffer": {} @@ -253667,7 +254661,7 @@ [ "validate_password", { - "_index": 4003, + "_index": 1555, "data": { "manuals/editor-scripts-ui": {} }, @@ -253677,7 +254671,7 @@ [ "validatebuffer", { - "_index": 10570, + "_index": 10681, "data": { "ref/stable/dmBuffer": {} }, @@ -253687,7 +254681,7 @@ [ "validating", { - "_index": 8100, + "_index": 10488, "data": { "ref/stable/socket": {} }, @@ -253697,7 +254691,7 @@ [ "validation", { - "_index": 2837, + "_index": 1554, "data": { "manuals/application-security": {}, "manuals/editor-scripts-ui": {}, @@ -253709,7 +254703,7 @@ [ "validity", { - "_index": 5421, + "_index": 6069, "data": { "manuals/android": {} }, @@ -253719,7 +254713,7 @@ [ "valuable", { - "_index": 2430, + "_index": 4947, "data": { "manuals/getting-help": {} }, @@ -253729,7 +254723,7 @@ [ "value", { - "_index": 186, + "_index": 263, "data": { "examples/animation/cursor": {}, "examples/file/sys_save_load": {}, @@ -253836,7 +254830,7 @@ [ "value_type_float32", { - "_index": 10379, + "_index": 8110, "data": { "ref/stable/buffer": {} }, @@ -253846,7 +254840,7 @@ [ "value_type_int16", { - "_index": 10381, + "_index": 8112, "data": { "ref/stable/buffer": {} }, @@ -253856,7 +254850,7 @@ [ "value_type_int32", { - "_index": 10383, + "_index": 8114, "data": { "ref/stable/buffer": {} }, @@ -253866,7 +254860,7 @@ [ "value_type_int64", { - "_index": 10385, + "_index": 8116, "data": { "ref/stable/buffer": {} }, @@ -253876,7 +254870,7 @@ [ "value_type_int8", { - "_index": 10387, + "_index": 8118, "data": { "ref/stable/buffer": {} }, @@ -253886,7 +254880,7 @@ [ "value_type_uint16", { - "_index": 10389, + "_index": 8120, "data": { "ref/stable/buffer": {} }, @@ -253896,7 +254890,7 @@ [ "value_type_uint32", { - "_index": 10391, + "_index": 8122, "data": { "ref/stable/buffer": {} }, @@ -253906,7 +254900,7 @@ [ "value_type_uint64", { - "_index": 10393, + "_index": 8124, "data": { "ref/stable/buffer": {} }, @@ -253916,7 +254910,7 @@ [ "value_type_uint8", { - "_index": 10394, + "_index": 8125, "data": { "ref/stable/buffer": {} }, @@ -253926,7 +254920,7 @@ [ "valueissue", { - "_index": 10777, + "_index": 8997, "data": { "ref/stable/editor": {} }, @@ -253936,7 +254930,7 @@ [ "valueon_value_changed", { - "_index": 10801, + "_index": 9021, "data": { "ref/stable/editor": {} }, @@ -253946,7 +254940,7 @@ [ "valueoptions", { - "_index": 10802, + "_index": 9022, "data": { "ref/stable/editor": {} }, @@ -253956,7 +254950,7 @@ [ "values", { - "_index": 948, + "_index": 30, "data": { "assets/firebase-remoteconfig": {}, "examples/render/orbit_camera": {}, @@ -253969,7 +254963,6 @@ "manuals/font": {}, "manuals/gui": {}, "manuals/gui-script": {}, - "manuals/gui-template": {}, "manuals/html5": {}, "manuals/material": {}, "manuals/optimization-memory": {}, @@ -254023,10 +255016,20 @@ "type": {} } ], + [ + "valuescope", + { + "_index": 8841, + "data": { + "ref/stable/editor": {} + }, + "type": {} + } + ], [ "valuetext", { - "_index": 10695, + "_index": 8914, "data": { "ref/stable/editor": {} }, @@ -254036,7 +255039,7 @@ [ "valuetype", { - "_index": 10565, + "_index": 10676, "data": { "ref/stable/dmBuffer": {} }, @@ -254046,7 +255049,7 @@ [ "vanilla", { - "_index": 4201, + "_index": 3240, "data": { "manuals/bob": {}, "manuals/debugging-native-code": {} @@ -254057,7 +255060,7 @@ [ "var", { - "_index": 2298, + "_index": 841, "data": { "manuals/extensions-manifest-merge-tool": {}, "manuals/flash": {}, @@ -254069,7 +255072,7 @@ [ "var_color", { - "_index": 1086, + "_index": 2722, "data": { "manuals/shader": {} }, @@ -254079,7 +255082,7 @@ [ "var_texcoord0", { - "_index": 1133, + "_index": 2758, "data": { "manuals/shader": {} }, @@ -254089,7 +255092,7 @@ [ "var_texcoord0.xy", { - "_index": 1143, + "_index": 2765, "data": { "manuals/shader": {} }, @@ -254099,7 +255102,7 @@ [ "var_texcoord0.y", { - "_index": 5607, + "_index": 3919, "data": { "manuals/font": {} }, @@ -254109,7 +255112,7 @@ [ "variable", { - "_index": 1021, + "_index": 2690, "data": { "manuals/mesh": {}, "manuals/model": {}, @@ -254136,7 +255139,7 @@ [ "variables", { - "_index": 908, + "_index": 1697, "data": { "manuals/debugging-game-logic": {}, "manuals/debugging-native-code": {}, @@ -254157,7 +255160,7 @@ [ "variant", { - "_index": 3437, + "_index": 1955, "data": { "manuals/bob": {}, "manuals/debugging-native-code-ios": {}, @@ -254174,7 +255177,7 @@ [ "variants", { - "_index": 2651, + "_index": 1424, "data": { "manuals/editor-scripts-ui": {}, "manuals/editor-styling": {}, @@ -254187,7 +255190,7 @@ [ "variants.md", { - "_index": 3444, + "_index": 2984, "data": { "manuals/android": {}, "manuals/ios": {} @@ -254198,7 +255201,7 @@ [ "variation", { - "_index": 3195, + "_index": 1200, "data": { "manuals/particlefx": {} }, @@ -254208,7 +255211,7 @@ [ "variations", { - "_index": 3920, + "_index": 1399, "data": { "manuals/editor-scripts-ui": {} }, @@ -254218,7 +255221,7 @@ [ "varies", { - "_index": 1906, + "_index": 2138, "data": { "manuals/debugging-native-code": {}, "manuals/input-mouse-and-touch": {}, @@ -254231,7 +255234,7 @@ [ "variety", { - "_index": 1713, + "_index": 4532, "data": { "manuals/flash": {}, "manuals/glossary": {}, @@ -254244,7 +255247,7 @@ [ "various", { - "_index": 834, + "_index": 1291, "data": { "assets/adswrapper": {}, "assets/defblend": {}, @@ -254269,7 +255272,7 @@ [ "varname", { - "_index": 8549, + "_index": 10012, "data": { "ref/stable/os": {} }, @@ -254279,7 +255282,7 @@ [ "varying", { - "_index": 907, + "_index": 2625, "data": { "manuals/extensions-best-practices": {}, "manuals/shader": {} @@ -254290,7 +255293,7 @@ [ "varyings", { - "_index": 1083, + "_index": 2720, "data": { "manuals/shader": {} }, @@ -254300,7 +255303,7 @@ [ "vec2", { - "_index": 1132, + "_index": 2757, "data": { "manuals/compute": {}, "manuals/shader": {} @@ -254311,7 +255314,7 @@ [ "vec2/vec3/vec4", { - "_index": 5166, + "_index": 5370, "data": { "manuals/editor-scripts": {} }, @@ -254321,7 +255324,7 @@ [ "vec3", { - "_index": 1030, + "_index": 2696, "data": { "manuals/shader": {} }, @@ -254331,7 +255334,7 @@ [ "vec4", { - "_index": 995, + "_index": 2674, "data": { "manuals/compute": {}, "manuals/shader": {}, @@ -254343,7 +255346,7 @@ [ "vecto4", { - "_index": 8325, + "_index": 7025, "data": { "ref/stable/vmath": {} }, @@ -254353,7 +255356,7 @@ [ "vector", { - "_index": 2099, + "_index": 1093, "data": { "assets/rive": {}, "examples/movement/look_rotation": {}, @@ -254379,7 +255382,7 @@ [ "vector's", { - "_index": 8295, + "_index": 6982, "data": { "ref/stable/vmath": {} }, @@ -254389,7 +255392,7 @@ [ "vector3", { - "_index": 836, + "_index": 2323, "data": { "manuals/label": {}, "manuals/physics-events": {}, @@ -254418,7 +255421,7 @@ [ "vector3|vector4", { - "_index": 8294, + "_index": 6981, "data": { "ref/stable/vmath": {} }, @@ -254428,7 +255431,7 @@ [ "vector4", { - "_index": 835, + "_index": 1254, "data": { "manuals/label": {}, "manuals/mesh": {}, @@ -254455,7 +255458,7 @@ [ "vector4's", { - "_index": 7526, + "_index": 10965, "data": { "ref/stable/dmRender": {} }, @@ -254465,7 +255468,7 @@ [ "vector4s", { - "_index": 6432, + "_index": 6546, "data": { "assets/colorpicker": {} }, @@ -254475,7 +255478,7 @@ [ "vectors", { - "_index": 3312, + "_index": 1847, "data": { "examples/movement/look_rotation": {}, "manuals/flash": {}, @@ -254491,7 +255494,7 @@ [ "vegetation", { - "_index": 2942, + "_index": 5267, "data": { "manuals/compute": {} }, @@ -254501,7 +255504,7 @@ [ "vehicles", { - "_index": 5662, + "_index": 2179, "data": { "manuals/optimization-size": {} }, @@ -254511,7 +255514,7 @@ [ "velocity", { - "_index": 1871, + "_index": 1116, "data": { "manuals/particlefx": {}, "manuals/physics-events": {}, @@ -254526,7 +255529,7 @@ [ "verbose", { - "_index": 4202, + "_index": 1986, "data": { "manuals/bob": {}, "manuals/editor-preferences": {} @@ -254537,7 +255540,7 @@ [ "verification", { - "_index": 260, + "_index": 4200, "data": { "manuals/application-security": {}, "manuals/networking": {}, @@ -254549,7 +255552,7 @@ [ "verified", { - "_index": 2876, + "_index": 2965, "data": { "manuals/application-security": {}, "manuals/ios": {}, @@ -254561,7 +255564,7 @@ [ "verifier", { - "_index": 6443, + "_index": 6663, "data": { "assets/apkverifier": {} }, @@ -254571,7 +255574,7 @@ [ "verify", { - "_index": 257, + "_index": 745, "data": { "manuals/debugging-game-logic": {}, "manuals/debugging-native-code-ios": {}, @@ -254589,7 +255592,7 @@ [ "verifying", { - "_index": 5069, + "_index": 3796, "data": { "assets/defold-proto": {}, "manuals/nintendo-switch": {} @@ -254600,7 +255603,7 @@ [ "versa", { - "_index": 2827, + "_index": 4185, "data": { "manuals/application-security": {}, "ref/stable/base": {}, @@ -254613,7 +255616,7 @@ [ "versatile", { - "_index": 6708, + "_index": 6332, "data": { "assets/defold-rendy": {} }, @@ -254623,7 +255626,7 @@ [ "version", { - "_index": 393, + "_index": 685, "data": { "assets/defbuild": {}, "manuals/android": {}, @@ -254683,7 +255686,7 @@ [ "version.tar.gz"", { - "_index": 10152, + "_index": 7170, "data": { "ref/stable/string": {} }, @@ -254693,7 +255696,7 @@ [ "version/10.0.3", { - "_index": 8468, + "_index": 9666, "data": { "ref/stable/sys": {} }, @@ -254703,7 +255706,7 @@ [ "version_", { - "_index": 5773, + "_index": 3932, "data": { "manuals/live-update-scripting": {} }, @@ -254713,7 +255716,7 @@ [ "version_cbk", { - "_index": 7225, + "_index": 10449, "data": { "ref/stable/dmHttpClient": {} }, @@ -254723,7 +255726,7 @@ [ "version_data", { - "_index": 5772, + "_index": 3931, "data": { "manuals/live-update-scripting": {} }, @@ -254733,7 +255736,7 @@ [ "version_data.version", { - "_index": 5776, + "_index": 3935, "data": { "manuals/live-update-scripting": {} }, @@ -254743,7 +255746,7 @@ [ "version_sha1", { - "_index": 8429, + "_index": 9628, "data": { "ref/stable/sys": {} }, @@ -254753,7 +255756,7 @@ [ "versions", { - "_index": 780, + "_index": 690, "data": { "assets/defbuild": {}, "assets/editor-script-check-dependencies-versions": {}, @@ -254775,7 +255778,7 @@ [ "versus", { - "_index": 5629, + "_index": 2102, "data": { "manuals/optimization-size": {} }, @@ -254785,7 +255788,7 @@ [ "vertex", { - "_index": 894, + "_index": 2382, "data": { "examples/material/screenspace": {}, "examples/material/unlit": {}, @@ -254808,7 +255811,7 @@ [ "vertex_inputs", { - "_index": 1097, + "_index": 2730, "data": { "manuals/shader": {} }, @@ -254818,7 +255821,7 @@ [ "vertexcolor.script", { - "_index": 6233, + "_index": 6241, "data": { "examples/material/vertexcolor": {} }, @@ -254828,7 +255831,7 @@ [ "vertical", { - "_index": 2509, + "_index": 373, "data": { "assets/derez": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -254852,7 +255855,7 @@ [ "vertically", { - "_index": 2510, + "_index": 2874, "data": { "manuals/atlas": {}, "manuals/tilesource": {}, @@ -254868,7 +255871,7 @@ [ "vertices", { - "_index": 895, + "_index": 311, "data": { "manuals/atlas": {}, "manuals/gui": {}, @@ -254889,7 +255892,7 @@ [ "vertices/normals", { - "_index": 4539, + "_index": 5655, "data": { "manuals/mesh": {} }, @@ -254899,7 +255902,7 @@ [ "very", { - "_index": 411, + "_index": 434, "data": { "assets/defold-tile-raycast": {}, "examples/material/unlit": {}, @@ -254944,7 +255947,7 @@ [ "via", { - "_index": 424, + "_index": 1807, "data": { "assets/colyseus": {}, "assets/imp": {}, @@ -254986,7 +255989,7 @@ [ "viable", { - "_index": 5133, + "_index": 5338, "data": { "manuals/editor-scripts": {} }, @@ -254996,7 +255999,7 @@ [ "vibration", { - "_index": 6380, + "_index": 6686, "data": { "assets/vibration": {} }, @@ -255006,7 +256009,7 @@ [ "vice", { - "_index": 2826, + "_index": 4184, "data": { "manuals/application-security": {}, "ref/stable/base": {}, @@ -255019,7 +256022,7 @@ [ "victoriametrics", { - "_index": 1475, + "_index": 4088, "data": { "manuals/extender-local-setup": {} }, @@ -255029,7 +256032,7 @@ [ "video", { - "_index": 558, + "_index": 4150, "data": { "assets/3deforms": {}, "assets/defvideoads": {}, @@ -255045,7 +256048,7 @@ [ "videoplayback", { - "_index": 6305, + "_index": 6469, "data": { "assets/videoplayernative": {} }, @@ -255055,7 +256058,7 @@ [ "videoplayer", { - "_index": 6090, + "_index": 4910, "data": { "assets/videoplayernative": {}, "manuals/debugging-native-code-ios": {} @@ -255066,7 +256069,7 @@ [ "videoplayernative", { - "_index": 6304, + "_index": 6468, "data": { "assets/videoplayernative": {} }, @@ -255076,7 +256079,7 @@ [ "videos", { - "_index": 5091, + "_index": 5189, "data": { "manuals/lua": {} }, @@ -255086,7 +256089,7 @@ [ "view", { - "_index": 958, + "_index": 594, "data": { "assets/derez": {}, "assets/slasherprototype": {}, @@ -255132,7 +256135,7 @@ [ "view*projection", { - "_index": 8642, + "_index": 9436, "data": { "ref/stable/dmIntersection": {} }, @@ -255142,7 +256145,7 @@ [ "view/download", { - "_index": 4788, + "_index": 4972, "data": { "manuals/debugging-native-code": {} }, @@ -255152,7 +256155,7 @@ [ "view_mode_full", { - "_index": 10877, + "_index": 10302, "data": { "ref/stable/profiler": {} }, @@ -255162,7 +256165,7 @@ [ "view_mode_minimized", { - "_index": 10878, + "_index": 10303, "data": { "ref/stable/profiler": {} }, @@ -255172,7 +256175,7 @@ [ "view_proj", { - "_index": 1131, + "_index": 2756, "data": { "manuals/shader": {} }, @@ -255182,7 +256185,7 @@ [ "view_recorded_frame", { - "_index": 10866, + "_index": 10290, "data": { "ref/stable/profiler": {} }, @@ -255192,7 +256195,7 @@ [ "viewer", { - "_index": 2768, + "_index": 3722, "data": { "manuals/application-security": {}, "manuals/project-settings": {} @@ -255203,7 +256206,7 @@ [ "viewing", { - "_index": 10876, + "_index": 10301, "data": { "ref/stable/profiler": {} }, @@ -255213,7 +256216,7 @@ [ "viewport", { - "_index": 1224, + "_index": 2809, "data": { "manuals/shader": {}, "ref/stable/render": {} @@ -255224,7 +256227,7 @@ [ "viewproj", { - "_index": 8643, + "_index": 9437, "data": { "ref/stable/dmIntersection": {} }, @@ -255234,7 +256237,7 @@ [ "views", { - "_index": 4037, + "_index": 4234, "data": { "manuals/editor": {}, "manuals/profiling": {} @@ -255245,7 +256248,7 @@ [ "virtual", { - "_index": 2154, + "_index": 892, "data": { "manuals/file-access": {}, "manuals/html5": {}, @@ -255257,7 +256260,7 @@ [ "virtualization", { - "_index": 1353, + "_index": 4005, "data": { "manuals/extender-local-setup": {} }, @@ -255267,7 +256270,7 @@ [ "virus", { - "_index": 2869, + "_index": 4218, "data": { "manuals/application-security": {} }, @@ -255277,7 +256280,7 @@ [ "visibility", { - "_index": 5810, + "_index": 5553, "data": { "manuals/editor": {}, "ref/stable/dmRender": {}, @@ -255291,7 +256294,7 @@ [ "visible", { - "_index": 1609, + "_index": 281, "data": { "assets/safearea": {}, "examples/debug/physics": {}, @@ -255314,7 +256317,7 @@ [ "visit", { - "_index": 6060, + "_index": 3473, "data": { "manuals/camera": {} }, @@ -255324,7 +256327,7 @@ [ "visual", { - "_index": 361, + "_index": 977, "data": { "assets/defkit": {}, "assets/defold-timer": {}, @@ -255357,7 +256360,7 @@ [ "visualization", { - "_index": 1477, + "_index": 4091, "data": { "examples/debug/physics": {}, "manuals/extender-local-setup": {}, @@ -255369,7 +256372,7 @@ [ "visualize", { - "_index": 3719, + "_index": 1845, "data": { "manuals/render": {} }, @@ -255379,7 +256382,7 @@ [ "visualizer", { - "_index": 4076, + "_index": 4274, "data": { "manuals/profiling": {} }, @@ -255389,7 +256392,7 @@ [ "visualizes", { - "_index": 8522, + "_index": 9718, "data": { "ref/stable/sys": {} }, @@ -255399,7 +256402,7 @@ [ "visually", { - "_index": 4572, + "_index": 3866, "data": { "manuals/building-blocks": {}, "manuals/collection-proxy": {}, @@ -255412,7 +256415,7 @@ [ "visuals", { - "_index": 4374, + "_index": 4421, "data": { "manuals/tilesource": {} }, @@ -255422,7 +256425,7 @@ [ "vita", { - "_index": 6272, + "_index": 6504, "data": { "assets/vitahealthenergy": {} }, @@ -255432,7 +256435,7 @@ [ "vitahealthenergy", { - "_index": 6271, + "_index": 6503, "data": { "assets/vitahealthenergy": {} }, @@ -255442,7 +256445,7 @@ [ "vital", { - "_index": 5872, + "_index": 4589, "data": { "manuals/glossary": {} }, @@ -255452,7 +256455,7 @@ [ "vk", { - "_index": 6297, + "_index": 6741, "data": { "assets/adswrapper": {} }, @@ -255462,7 +256465,7 @@ [ "vlc", { - "_index": 8395, + "_index": 9594, "data": { "ref/stable/sys": {} }, @@ -255472,7 +256475,7 @@ [ "vm", { - "_index": 5151, + "_index": 5355, "data": { "manuals/editor-scripts": {} }, @@ -255482,7 +256485,7 @@ [ "vmath", { - "_index": 8293, + "_index": 6979, "data": { "ref/stable/vmath": {} }, @@ -255492,7 +256495,7 @@ [ "vmath.clamp", { - "_index": 8292, + "_index": 6978, "data": { "ref/stable/vmath": {} }, @@ -255502,7 +256505,7 @@ [ "vmath.conj", { - "_index": 8297, + "_index": 6984, "data": { "ref/stable/vmath": {} }, @@ -255512,7 +256515,7 @@ [ "vmath.cross", { - "_index": 8300, + "_index": 6990, "data": { "ref/stable/vmath": {} }, @@ -255522,7 +256525,17 @@ [ "vmath.dot", { - "_index": 8303, + "_index": 6993, + "data": { + "ref/stable/vmath": {} + }, + "type": {} + } + ], + [ + "vmath.euler_to_quat", + { + "_index": 6998, "data": { "ref/stable/vmath": {} }, @@ -255532,7 +256545,7 @@ [ "vmath.inv", { - "_index": 6047, + "_index": 3460, "data": { "manuals/camera": {}, "ref/stable/vmath": {} @@ -255543,7 +256556,7 @@ [ "vmath.length", { - "_index": 4762, + "_index": 3987, "data": { "manuals/physics-resolving-collisions": {}, "ref/stable/vmath": {} @@ -255554,7 +256567,7 @@ [ "vmath.length_sqr", { - "_index": 8313, + "_index": 7011, "data": { "ref/stable/vmath": {} }, @@ -255564,7 +256577,7 @@ [ "vmath.lerp", { - "_index": 2580, + "_index": 4299, "data": { "examples/render/orbit_camera": {}, "manuals/factory": {}, @@ -255576,7 +256589,7 @@ [ "vmath.matrix4", { - "_index": 3688, + "_index": 1788, "data": { "manuals/render": {}, "ref/stable/gui": {}, @@ -255588,7 +256601,7 @@ [ "vmath.matrix4_axis_angle", { - "_index": 8320, + "_index": 7019, "data": { "ref/stable/vmath": {} }, @@ -255598,7 +256611,7 @@ [ "vmath.matrix4_compose", { - "_index": 8322, + "_index": 7022, "data": { "ref/stable/vmath": {} }, @@ -255608,7 +256621,7 @@ [ "vmath.matrix4_frustum", { - "_index": 8326, + "_index": 7026, "data": { "ref/stable/vmath": {} }, @@ -255618,7 +256631,7 @@ [ "vmath.matrix4_look_at", { - "_index": 8328, + "_index": 7028, "data": { "ref/stable/vmath": {} }, @@ -255628,7 +256641,7 @@ [ "vmath.matrix4_orthographic", { - "_index": 8331, + "_index": 7031, "data": { "ref/stable/vmath": {} }, @@ -255638,7 +256651,7 @@ [ "vmath.matrix4_perspective", { - "_index": 8333, + "_index": 7033, "data": { "ref/stable/vmath": {} }, @@ -255648,7 +256661,7 @@ [ "vmath.matrix4_quat", { - "_index": 8335, + "_index": 7035, "data": { "ref/stable/vmath": {} }, @@ -255658,7 +256671,7 @@ [ "vmath.matrix4_rotation_x", { - "_index": 8337, + "_index": 7037, "data": { "ref/stable/vmath": {} }, @@ -255668,7 +256681,7 @@ [ "vmath.matrix4_rotation_y", { - "_index": 8339, + "_index": 7039, "data": { "ref/stable/vmath": {} }, @@ -255678,7 +256691,7 @@ [ "vmath.matrix4_rotation_z", { - "_index": 8341, + "_index": 7041, "data": { "ref/stable/vmath": {} }, @@ -255688,7 +256701,7 @@ [ "vmath.matrix4_scale", { - "_index": 8343, + "_index": 7043, "data": { "ref/stable/vmath": {} }, @@ -255698,7 +256711,7 @@ [ "vmath.matrix4_translation", { - "_index": 8347, + "_index": 7047, "data": { "ref/stable/vmath": {} }, @@ -255708,7 +256721,7 @@ [ "vmath.mul_per_elem", { - "_index": 8350, + "_index": 7050, "data": { "ref/stable/vmath": {} }, @@ -255718,7 +256731,7 @@ [ "vmath.normalize", { - "_index": 8354, + "_index": 7060, "data": { "ref/stable/vmath": {} }, @@ -255728,7 +256741,7 @@ [ "vmath.ortho_inv", { - "_index": 8309, + "_index": 7005, "data": { "ref/stable/vmath": {} }, @@ -255738,7 +256751,7 @@ [ "vmath.project", { - "_index": 4761, + "_index": 3986, "data": { "manuals/physics-resolving-collisions": {}, "ref/stable/vmath": {} @@ -255749,7 +256762,7 @@ [ "vmath.quat", { - "_index": 8358, + "_index": 7065, "data": { "ref/stable/gui": {}, "ref/stable/vmath": {} @@ -255760,7 +256773,7 @@ [ "vmath.quat_axis_angle", { - "_index": 8359, + "_index": 7066, "data": { "ref/stable/vmath": {} }, @@ -255770,7 +256783,7 @@ [ "vmath.quat_basis", { - "_index": 8361, + "_index": 7068, "data": { "ref/stable/vmath": {} }, @@ -255780,7 +256793,7 @@ [ "vmath.quat_from_to", { - "_index": 8363, + "_index": 7070, "data": { "ref/stable/vmath": {} }, @@ -255790,7 +256803,7 @@ [ "vmath.quat_matrix4", { - "_index": 8366, + "_index": 7073, "data": { "ref/stable/vmath": {} }, @@ -255800,7 +256813,7 @@ [ "vmath.quat_rotation_x", { - "_index": 8368, + "_index": 7075, "data": { "ref/stable/vmath": {} }, @@ -255810,7 +256823,7 @@ [ "vmath.quat_rotation_y", { - "_index": 8370, + "_index": 7077, "data": { "ref/stable/vmath": {} }, @@ -255820,7 +256833,17 @@ [ "vmath.quat_rotation_z", { - "_index": 8372, + "_index": 7079, + "data": { + "ref/stable/vmath": {} + }, + "type": {} + } + ], + [ + "vmath.quat_to_euler", + { + "_index": 7081, "data": { "ref/stable/vmath": {} }, @@ -255830,7 +256853,7 @@ [ "vmath.rotate", { - "_index": 8374, + "_index": 7090, "data": { "ref/stable/vmath": {} }, @@ -255840,7 +256863,7 @@ [ "vmath.slerp", { - "_index": 8319, + "_index": 7018, "data": { "ref/stable/vmath": {} }, @@ -255850,7 +256873,7 @@ [ "vmath.vec4", { - "_index": 9335, + "_index": 7873, "data": { "ref/stable/gui": {} }, @@ -255860,7 +256883,7 @@ [ "vmath.vector", { - "_index": 4673, + "_index": 3783, "data": { "manuals/property-animation": {}, "ref/stable/go": {}, @@ -255872,7 +256895,7 @@ [ "vmath.vector3", { - "_index": 214, + "_index": 1014, "data": { "manuals/debugging-game-logic": {}, "manuals/factory": {}, @@ -255893,7 +256916,7 @@ [ "vmath.vector4", { - "_index": 842, + "_index": 1790, "data": { "examples/material/screenspace": {}, "manuals/compute": {}, @@ -255910,7 +256933,7 @@ [ "vn", { - "_index": 6429, + "_index": 6574, "data": { "assets/visual-novel-template-ink": {}, "ref/stable/resource": {} @@ -255921,7 +256944,7 @@ [ "voice", { - "_index": 5681, + "_index": 3514, "data": { "manuals/sound": {}, "ref/stable/sound": {} @@ -255932,7 +256955,7 @@ [ "voices", { - "_index": 10023, + "_index": 10747, "data": { "ref/stable/sound": {} }, @@ -255942,7 +256965,7 @@ [ "void", { - "_index": 1103, + "_index": 2736, "data": { "manuals/compute": {}, "manuals/shader": {}, @@ -255971,7 +256994,7 @@ [ "vorbis", { - "_index": 5874, + "_index": 4594, "data": { "manuals/glossary": {} }, @@ -255981,7 +257004,7 @@ [ "vorbis_", { - "_index": 5669, + "_index": 3498, "data": { "manuals/sound": {} }, @@ -255991,7 +257014,7 @@ [ "voronoi", { - "_index": 6597, + "_index": 6634, "data": { "assets/voronoi": {} }, @@ -256001,7 +257024,7 @@ [ "vortex", { - "_index": 3215, + "_index": 1242, "data": { "examples/particles/modifiers": {}, "manuals/particlefx": {} @@ -256012,7 +257035,7 @@ [ "voxel", { - "_index": 2954, + "_index": 5274, "data": { "manuals/compute": {} }, @@ -256022,7 +257045,7 @@ [ "voxelization", { - "_index": 2953, + "_index": 5273, "data": { "manuals/compute": {} }, @@ -256032,7 +257055,7 @@ [ "vp8", { - "_index": 8391, + "_index": 9590, "data": { "ref/stable/sys": {} }, @@ -256042,7 +257065,7 @@ [ "vp8/ivf", { - "_index": 8398, + "_index": 9597, "data": { "ref/stable/sys": {} }, @@ -256052,7 +257075,7 @@ [ "vs", { - "_index": 1541, + "_index": 2002, "data": { "assets/vs-code-ide": {}, "manuals/bundling": {}, @@ -256066,7 +257089,7 @@ [ "vsync", { - "_index": 1730, + "_index": 4864, "data": { "manuals/porting-guidelines": {}, "ref/stable/profiler": {}, @@ -256078,7 +257101,7 @@ [ "vulkan", { - "_index": 579, + "_index": 1988, "data": { "manuals/app-manifest": {}, "manuals/compute": {}, @@ -256092,7 +257115,7 @@ [ "vulkancleartexture", { - "_index": 10290, + "_index": 6893, "data": { "ref/stable/dmGraphics": {} }, @@ -256102,7 +257125,7 @@ [ "vulkancopybuffertotexture", { - "_index": 10291, + "_index": 6895, "data": { "ref/stable/dmGraphics": {} }, @@ -256112,7 +257135,7 @@ [ "vulkancreaterenderpass", { - "_index": 10292, + "_index": 6896, "data": { "ref/stable/dmGraphics": {} }, @@ -256122,7 +257145,7 @@ [ "vulkandeletestoragebuffer", { - "_index": 10294, + "_index": 6898, "data": { "ref/stable/dmGraphics": {} }, @@ -256132,7 +257155,7 @@ [ "vulkandrawbaseinstance", { - "_index": 10295, + "_index": 6899, "data": { "ref/stable/dmGraphics": {} }, @@ -256142,7 +257165,7 @@ [ "vulkandrawelementsinstanced", { - "_index": 10297, + "_index": 6901, "data": { "ref/stable/dmGraphics": {} }, @@ -256152,7 +257175,7 @@ [ "vulkangetactiveswapchaintexture", { - "_index": 10298, + "_index": 6902, "data": { "ref/stable/dmGraphics": {} }, @@ -256162,7 +257185,7 @@ [ "vulkangetcontext", { - "_index": 10299, + "_index": 6903, "data": { "ref/stable/dmGraphics": {} }, @@ -256172,7 +257195,7 @@ [ "vulkangetuniformbinding", { - "_index": 10300, + "_index": 6904, "data": { "ref/stable/dmGraphics": {} }, @@ -256182,7 +257205,7 @@ [ "vulkangraphicscommandqueuetometal", { - "_index": 10302, + "_index": 6906, "data": { "ref/stable/dmGraphics": {} }, @@ -256192,7 +257215,7 @@ [ "vulkanmapindexbuffer", { - "_index": 10305, + "_index": 6909, "data": { "ref/stable/dmGraphics": {} }, @@ -256202,7 +257225,7 @@ [ "vulkanmapvertexbuffer", { - "_index": 10307, + "_index": 6911, "data": { "ref/stable/dmGraphics": {} }, @@ -256212,7 +257235,7 @@ [ "vulkanmemorybarrier", { - "_index": 10308, + "_index": 6912, "data": { "ref/stable/dmGraphics": {} }, @@ -256222,7 +257245,7 @@ [ "vulkannextrenderpass", { - "_index": 10311, + "_index": 6915, "data": { "ref/stable/dmGraphics": {} }, @@ -256232,7 +257255,7 @@ [ "vulkansetconstantbuffer", { - "_index": 10312, + "_index": 6916, "data": { "ref/stable/dmGraphics": {} }, @@ -256242,7 +257265,7 @@ [ "vulkansetframeinflightcount", { - "_index": 10313, + "_index": 6918, "data": { "ref/stable/dmGraphics": {} }, @@ -256252,7 +257275,7 @@ [ "vulkansetpipelinestate", { - "_index": 10315, + "_index": 6921, "data": { "ref/stable/dmGraphics": {} }, @@ -256262,7 +257285,7 @@ [ "vulkansetrendertargetattachments", { - "_index": 10317, + "_index": 6923, "data": { "ref/stable/dmGraphics": {} }, @@ -256272,7 +257295,7 @@ [ "vulkansetstoragebuffer", { - "_index": 10319, + "_index": 6925, "data": { "ref/stable/dmGraphics": {} }, @@ -256282,7 +257305,7 @@ [ "vulkansetstoragebufferdata", { - "_index": 10320, + "_index": 6926, "data": { "ref/stable/dmGraphics": {} }, @@ -256292,7 +257315,7 @@ [ "vulkansetvertexdeclarationstepfunction", { - "_index": 10321, + "_index": 6927, "data": { "ref/stable/dmGraphics": {} }, @@ -256302,7 +257325,7 @@ [ "vulkantexturetometal", { - "_index": 10322, + "_index": 6928, "data": { "ref/stable/dmGraphics": {} }, @@ -256312,7 +257335,7 @@ [ "vulkanunmapindexbuffer", { - "_index": 10324, + "_index": 6930, "data": { "ref/stable/dmGraphics": {} }, @@ -256322,7 +257345,7 @@ [ "vulkanunmapvertexbuffer", { - "_index": 10326, + "_index": 6932, "data": { "ref/stable/dmGraphics": {} }, @@ -256332,7 +257355,7 @@ [ "vungle", { - "_index": 6584, + "_index": 6357, "data": { "assets/defvungle": {} }, @@ -256342,7 +257365,7 @@ [ "vx_uniforms", { - "_index": 1130, + "_index": 2755, "data": { "manuals/shader": {} }, @@ -256352,7 +257375,7 @@ [ "w", { - "_index": 3226, + "_index": 1256, "data": { "examples/material/screenspace": {}, "manuals/editor": {}, @@ -256375,7 +257398,7 @@ [ "wait", { - "_index": 3173, + "_index": 1162, "data": { "manuals/debugging-game-logic": {}, "manuals/ios": {}, @@ -256392,7 +257415,7 @@ [ "waiting", { - "_index": 8113, + "_index": 9588, "data": { "ref/stable/dmConditionVariable": {}, "ref/stable/profiler": {}, @@ -256405,7 +257428,7 @@ [ "waits", { - "_index": 7661, + "_index": 10297, "data": { "ref/stable/dmThread": {}, "ref/stable/profiler": {}, @@ -256417,7 +257440,7 @@ [ "wake", { - "_index": 7145, + "_index": 7561, "data": { "ref/stable/b2d.body": {}, "ref/stable/physics": {} @@ -256428,7 +257451,7 @@ [ "wake_up", { - "_index": 3550, + "_index": 1635, "data": { "manuals/message-passing": {} }, @@ -256438,7 +257461,7 @@ [ "wakelocks", { - "_index": 5444, + "_index": 6090, "data": { "manuals/android": {} }, @@ -256448,7 +257471,7 @@ [ "wakes", { - "_index": 7144, + "_index": 7560, "data": { "ref/stable/b2d.body": {}, "ref/stable/physics": {} @@ -256459,7 +257482,7 @@ [ "wakeup", { - "_index": 7138, + "_index": 7555, "data": { "ref/stable/physics": {} }, @@ -256469,7 +257492,7 @@ [ "walker", { - "_index": 6682, + "_index": 6563, "data": { "assets/kinematicwalker": {} }, @@ -256479,7 +257502,7 @@ [ "walks", { - "_index": 4487, + "_index": 576, "data": { "manuals/gui": {} }, @@ -256489,7 +257512,7 @@ [ "walls", { - "_index": 5877, + "_index": 4599, "data": { "examples/physics/dynamic": {}, "examples/physics/hinge_joint": {}, @@ -256504,7 +257527,7 @@ [ "want", { - "_index": 655, + "_index": 239, "data": { "examples/gui/layouts": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -256555,7 +257578,7 @@ [ "wanted", { - "_index": 9593, + "_index": 9298, "data": { "ref/stable/dmGameObject": {} }, @@ -256565,7 +257588,7 @@ [ "wants", { - "_index": 5084, + "_index": 5181, "data": { "manuals/lua": {}, "ref/stable/go": {}, @@ -256577,7 +257600,7 @@ [ "war", { - "_index": 6399, + "_index": 6285, "data": { "assets/warbattlesassetpack": {} }, @@ -256587,7 +257610,7 @@ [ "warbattlesassetpack", { - "_index": 6398, + "_index": 6284, "data": { "assets/warbattlesassetpack": {} }, @@ -256597,7 +257620,7 @@ [ "warm", { - "_index": 3178, + "_index": 1168, "data": { "manuals/particlefx": {} }, @@ -256607,7 +257630,7 @@ [ "warn", { - "_index": 4301, + "_index": 3150, "data": { "manuals/writing-code": {} }, @@ -256617,7 +257640,7 @@ [ "warning", { - "_index": 5610, + "_index": 2050, "data": { "manuals/optimization-size": {}, "ref/stable/dmLog": {}, @@ -256629,7 +257652,7 @@ [ "wary", { - "_index": 4071, + "_index": 4270, "data": { "manuals/profiling": {} }, @@ -256639,7 +257662,7 @@ [ "was", { - "_index": 1078, + "_index": 490, "data": { "manuals/android": {}, "manuals/debugging-native-code-android": {}, @@ -256696,7 +257719,7 @@ [ "wasd", { - "_index": 3768, + "_index": 1900, "data": { "manuals/input-key-and-text": {} }, @@ -256706,7 +257729,7 @@ [ "wasm", { - "_index": 588, + "_index": 661, "data": { "manuals/app-manifest": {}, "manuals/bob": {}, @@ -256718,7 +257741,7 @@ [ "wasn't", { - "_index": 6802, + "_index": 9793, "data": { "ref/stable/dmHash": {}, "ref/stable/liveupdate": {} @@ -256729,7 +257752,7 @@ [ "waste", { - "_index": 5638, + "_index": 2132, "data": { "manuals/optimization-size": {} }, @@ -256739,7 +257762,7 @@ [ "wasted", { - "_index": 2493, + "_index": 2865, "data": { "manuals/atlas": {} }, @@ -256749,7 +257772,7 @@ [ "watch", { - "_index": 4576, + "_index": 4964, "data": { "manuals/debugging-game-logic": {}, "manuals/debugging-native-code": {} @@ -256760,7 +257783,7 @@ [ "watched", { - "_index": 8238, + "_index": 10610, "data": { "ref/stable/socket": {} }, @@ -256770,7 +257793,7 @@ [ "watched_files", { - "_index": 5237, + "_index": 5440, "data": { "manuals/editor-scripts": {} }, @@ -256780,7 +257803,7 @@ [ "wav", { - "_index": 5635, + "_index": 2113, "data": { "assets/decodeogg": {}, "manuals/glossary": {}, @@ -256792,7 +257815,7 @@ [ "wavc/oggc", { - "_index": 7447, + "_index": 10445, "data": { "ref/stable/resource": {} }, @@ -256802,7 +257825,7 @@ [ "way", { - "_index": 402, + "_index": 1043, "data": { "assets/deftimeline": {}, "assets/luafilesystemlfs": {}, @@ -256855,7 +257878,7 @@ [ "ways", { - "_index": 1050, + "_index": 921, "data": { "examples/sprite/tint": {}, "manuals/editor-scripts-ui": {}, @@ -256876,7 +257899,7 @@ [ "wday", { - "_index": 8536, + "_index": 10001, "data": { "ref/stable/os": {} }, @@ -256886,7 +257909,7 @@ [ "we", { - "_index": 654, + "_index": 454, "data": { "examples/gui/layouts": {}, "examples/gui/slice9": {}, @@ -256949,7 +257972,7 @@ [ "we'll", { - "_index": 4841, + "_index": 3350, "data": { "manuals/addressing": {}, "manuals/live-update-scripting": {}, @@ -256961,7 +257984,7 @@ [ "we're", { - "_index": 3098, + "_index": 495, "data": { "manuals/debugging-native-code-ios": {}, "manuals/flipbook-animation": {}, @@ -256974,7 +257997,7 @@ [ "weapon", { - "_index": 652, + "_index": 2513, "data": { "manuals/collection-factory": {}, "manuals/factory": {}, @@ -256986,7 +258009,7 @@ [ "weapon_sprite_url", { - "_index": 2597, + "_index": 4312, "data": { "manuals/factory": {} }, @@ -256996,7 +258019,7 @@ [ "weapons", { - "_index": 5661, + "_index": 2178, "data": { "manuals/optimization-size": {} }, @@ -257006,7 +258029,7 @@ [ "web", { - "_index": 587, + "_index": 715, "data": { "assets/colorlib": {}, "assets/gamedistribution": {}, @@ -257040,7 +258063,7 @@ [ "web,wasm", { - "_index": 4223, + "_index": 3266, "data": { "manuals/bob": {} }, @@ -257050,7 +258073,7 @@ [ "webassembly", { - "_index": 617, + "_index": 667, "data": { "manuals/app-manifest": {}, "manuals/html5": {} @@ -257061,7 +258084,7 @@ [ "webgl", { - "_index": 2233, + "_index": 730, "data": { "assets/webgl-memory": {}, "manuals/html5": {} @@ -257072,7 +258095,7 @@ [ "webkit", { - "_index": 1314, + "_index": 4674, "data": { "manuals/extensions-ext-manifests": {} }, @@ -257082,7 +258105,7 @@ [ "webmonetization", { - "_index": 6670, + "_index": 6254, "data": { "assets/webmonetization": {} }, @@ -257092,7 +258115,7 @@ [ "webpage", { - "_index": 2275, + "_index": 804, "data": { "manuals/html5": {} }, @@ -257102,7 +258125,7 @@ [ "webrtc", { - "_index": 6300, + "_index": 6307, "data": { "assets/webrtc": {} }, @@ -257112,7 +258135,7 @@ [ "website", { - "_index": 3050, + "_index": 5032, "data": { "assets/webmonetization": {}, "manuals/live-update-aws": {}, @@ -257124,7 +258147,7 @@ [ "websites", { - "_index": 6513, + "_index": 6713, "data": { "assets/siwa": {} }, @@ -257134,7 +258157,7 @@ [ "websocket", { - "_index": 6280, + "_index": 6337, "data": { "assets/websocket": {} }, @@ -257144,7 +258167,7 @@ [ "week", { - "_index": 3421, + "_index": 2960, "data": { "manuals/ios": {} }, @@ -257154,7 +258177,7 @@ [ "weekday", { - "_index": 8537, + "_index": 10002, "data": { "ref/stable/os": {} }, @@ -257164,7 +258187,7 @@ [ "weighing", { - "_index": 5454, + "_index": 2037, "data": { "manuals/physics-messages": {} }, @@ -257174,7 +258197,7 @@ [ "weight", { - "_index": 5515, + "_index": 3839, "data": { "examples/physics/pendulum": {}, "manuals/glossary": {}, @@ -257186,7 +258209,7 @@ [ "weight_fixed", { - "_index": 6146, + "_index": 6205, "data": { "examples/physics/pendulum": {} }, @@ -257196,7 +258219,7 @@ [ "weight_spring", { - "_index": 6148, + "_index": 6207, "data": { "examples/physics/pendulum": {} }, @@ -257206,7 +258229,7 @@ [ "weighted", { - "_index": 2889, + "_index": 6027, "data": { "manuals/material": {} }, @@ -257216,7 +258239,7 @@ [ "weights", { - "_index": 6143, + "_index": 6202, "data": { "examples/physics/pendulum": {} }, @@ -257226,7 +258249,7 @@ [ "weird", { - "_index": 4579, + "_index": 5856, "data": { "manuals/debugging-game-logic": {} }, @@ -257236,7 +258259,7 @@ [ "welcome.edn", { - "_index": 6019, + "_index": 3125, "data": { "manuals/editor-templates": {} }, @@ -257246,7 +258269,7 @@ [ "weld", { - "_index": 5976, + "_index": 5770, "data": { "manuals/physics-joints": {} }, @@ -257256,7 +258279,7 @@ [ "well", { - "_index": 776, + "_index": 78, "data": { "assets/editorscriptatlas": {}, "assets/sparkle-shader": {}, @@ -257306,7 +258329,7 @@ [ "went", { - "_index": 8039, + "_index": 8179, "data": { "ref/stable/dmBuffer": {}, "ref/stable/dmCrypt": {}, @@ -257318,7 +258341,7 @@ [ "were", { - "_index": 1820, + "_index": 1485, "data": { "examples/particles/fire_and_smoke": {}, "manuals/application-security": {}, @@ -257338,7 +258361,7 @@ [ "west", { - "_index": 81, + "_index": 366, "data": { "examples/gui/healthbar": {}, "manuals/gui": {}, @@ -257352,7 +258375,7 @@ [ "west1", { - "_index": 1399, + "_index": 4029, "data": { "manuals/extender-docker-images": {}, "manuals/extender-local-setup": {} @@ -257363,7 +258386,7 @@ [ "wether", { - "_index": 7368, + "_index": 10253, "data": { "ref/stable/json": {}, "ref/stable/resource": {} @@ -257374,7 +258397,7 @@ [ "we\u2019re", { - "_index": 3561, + "_index": 1659, "data": { "manuals/message-passing": {} }, @@ -257384,7 +258407,7 @@ [ "wget", { - "_index": 4809, + "_index": 4889, "data": { "manuals/debugging-native-code": {}, "manuals/debugging-native-code-ios": {} @@ -257395,7 +258418,7 @@ [ "wgsl", { - "_index": 4171, + "_index": 3201, "data": { "manuals/bob": {} }, @@ -257405,7 +258428,7 @@ [ "what", { - "_index": 811, + "_index": 390, "data": { "examples/gui/healthbar": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -257461,7 +258484,7 @@ [ "what's", { - "_index": 2059, + "_index": 1718, "data": { "manuals/input": {}, "manuals/render": {} @@ -257472,7 +258495,7 @@ [ "whatever", { - "_index": 1231, + "_index": 1805, "data": { "manuals/render": {}, "manuals/shader": {} @@ -257483,7 +258506,7 @@ [ "whdefrouter", { - "_index": 6721, + "_index": 6280, "data": { "assets/whdefrouter": {} }, @@ -257493,7 +258516,7 @@ [ "wheel", { - "_index": 1953, + "_index": 4242, "data": { "examples/physics/hinge_joint": {}, "examples/render/orbit_camera": {}, @@ -257510,7 +258533,7 @@ [ "wheels", { - "_index": 1992, + "_index": 4457, "data": { "manuals/input": {}, "manuals/input-mouse-and-touch": {} @@ -257521,7 +258544,7 @@ [ "when", { - "_index": 237, + "_index": 103, "data": { "assets/apkverifier": {}, "assets/firebase-remoteconfig": {}, @@ -257678,7 +258701,7 @@ [ "whence", { - "_index": 8579, + "_index": 9455, "data": { "ref/stable/io": {} }, @@ -257688,7 +258711,7 @@ [ "whenever", { - "_index": 2435, + "_index": 17, "data": { "manuals/addressing": {}, "manuals/glossary": {}, @@ -257707,7 +258730,7 @@ [ "where", { - "_index": 67, + "_index": 392, "data": { "assets/endlessrunner": {}, "assets/magiclinker": {}, @@ -257788,7 +258811,7 @@ [ "whereas", { - "_index": 10117, + "_index": 7131, "data": { "ref/stable/string": {} }, @@ -257798,7 +258821,7 @@ [ "whether", { - "_index": 2013, + "_index": 827, "data": { "examples/render/camera": {}, "manuals/editor-scripts": {}, @@ -257825,7 +258848,7 @@ [ "which", { - "_index": 26, + "_index": 471, "data": { "assets/cafebazaar": {}, "assets/def-behavior-tree": {}, @@ -257952,7 +258975,7 @@ [ "whichever", { - "_index": 4458, + "_index": 408, "data": { "manuals/gui": {} }, @@ -257962,7 +258985,7 @@ [ "while", { - "_index": 1821, + "_index": 1882, "data": { "examples/particles/fire_and_smoke": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -258012,7 +259035,7 @@ [ "white", { - "_index": 1343, + "_index": 81, "data": { "manuals/extensions-ext-manifests": {}, "manuals/gui": {}, @@ -258025,7 +259048,7 @@ [ "whitespace", { - "_index": 4304, + "_index": 3153, "data": { "manuals/writing-code": {} }, @@ -258035,7 +259058,7 @@ [ "whithin", { - "_index": 9671, + "_index": 10325, "data": { "ref/stable/dmStaticAssert": {} }, @@ -258045,7 +259068,7 @@ [ "who", { - "_index": 5083, + "_index": 5180, "data": { "manuals/lua": {}, "ref/stable/dmScript": {} @@ -258056,7 +259079,7 @@ [ "whole", { - "_index": 1014, + "_index": 1311, "data": { "assets/deftable": {}, "manuals/editor-scripts-ui": {}, @@ -258077,7 +259100,7 @@ [ "wholly", { - "_index": 4756, + "_index": 3980, "data": { "manuals/physics-resolving-collisions": {} }, @@ -258087,7 +259110,7 @@ [ "whose", { - "_index": 7136, + "_index": 7356, "data": { "ref/stable/dmMemory": {}, "ref/stable/os": {}, @@ -258099,7 +259122,7 @@ [ "whquestdef", { - "_index": 6595, + "_index": 6714, "data": { "assets/whquestdef": {} }, @@ -258109,7 +259132,7 @@ [ "why", { - "_index": 1075, + "_index": 2372, "data": { "manuals/gui-script": {}, "manuals/hot-reload": {}, @@ -258123,7 +259146,7 @@ [ "wi", { - "_index": 4079, + "_index": 4278, "data": { "manuals/profiling": {} }, @@ -258133,7 +259156,7 @@ [ "wide", { - "_index": 1971, + "_index": 460, "data": { "assets/druid": {}, "examples/particles/modifiers": {}, @@ -258149,7 +259172,7 @@ [ "widely", { - "_index": 2828, + "_index": 4186, "data": { "manuals/application-security": {}, "manuals/editor-scripts": {} @@ -258160,7 +259183,7 @@ [ "wider", { - "_index": 4470, + "_index": 458, "data": { "manuals/gui": {} }, @@ -258170,7 +259193,7 @@ [ "widget", { - "_index": 6554, + "_index": 6569, "data": { "assets/defold-timer": {} }, @@ -258180,7 +259203,7 @@ [ "widgets", { - "_index": 6628, + "_index": 6539, "data": { "assets/defold-cairo": {} }, @@ -258190,7 +259213,7 @@ [ "width", { - "_index": 65, + "_index": 88, "data": { "examples/gui/healthbar": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -258223,7 +259246,7 @@ [ "wifi", { - "_index": 3407, + "_index": 2939, "data": { "manuals/dev-app": {}, "manuals/ios": {}, @@ -258235,7 +259258,7 @@ [ "wiggle", { - "_index": 455, + "_index": 4500, "data": { "manuals/model-animation": {} }, @@ -258245,7 +259268,7 @@ [ "wiggle_done", { - "_index": 535, + "_index": 4526, "data": { "manuals/model-animation": {} }, @@ -258255,7 +259278,7 @@ [ "wiggler", { - "_index": 497, + "_index": 4515, "data": { "manuals/model-animation": {} }, @@ -258265,7 +259288,7 @@ [ "wil", { - "_index": 9545, + "_index": 9247, "data": { "ref/stable/dmGameObject": {} }, @@ -258275,7 +259298,7 @@ [ "wild", { - "_index": 8133, + "_index": 10513, "data": { "ref/stable/socket": {} }, @@ -258285,7 +259308,7 @@ [ "wildcard", { - "_index": 3053, + "_index": 5034, "data": { "manuals/live-update-aws": {} }, @@ -258295,7 +259318,7 @@ [ "will", { - "_index": 68, + "_index": 269, "data": { "assets/3deforms": {}, "examples/factory/dynamic": {}, @@ -258455,7 +259478,7 @@ [ "willing", { - "_index": 8178, + "_index": 10557, "data": { "ref/stable/socket": {} }, @@ -258465,7 +259488,7 @@ [ "win", { - "_index": 4493, + "_index": 609, "data": { "manuals/gui": {} }, @@ -258475,7 +259498,7 @@ [ "win/linux", { - "_index": 5822, + "_index": 5566, "data": { "manuals/editor": {} }, @@ -258485,7 +259508,7 @@ [ "win32", { - "_index": 4219, + "_index": 3261, "data": { "manuals/bob": {}, "manuals/debugging-native-code": {}, @@ -258500,7 +259523,7 @@ [ "windbg", { - "_index": 4779, + "_index": 4962, "data": { "manuals/debugging-native-code": {} }, @@ -258510,7 +259533,7 @@ [ "window", { - "_index": 1805, + "_index": 456, "data": { "assets/defwindow": {}, "assets/derez": {}, @@ -258542,7 +259565,7 @@ [ "window.dimming_off", { - "_index": 9680, + "_index": 7199, "data": { "ref/stable/window": {} }, @@ -258552,7 +259575,7 @@ [ "window.dimming_on", { - "_index": 9682, + "_index": 7203, "data": { "ref/stable/window": {} }, @@ -258562,7 +259585,7 @@ [ "window.dimming_unknown", { - "_index": 9684, + "_index": 7205, "data": { "ref/stable/window": {} }, @@ -258572,7 +259595,7 @@ [ "window.get_dim_mode", { - "_index": 9686, + "_index": 7207, "data": { "ref/stable/window": {} }, @@ -258582,7 +259605,7 @@ [ "window.get_mouse_lock", { - "_index": 9688, + "_index": 7209, "data": { "ref/stable/window": {} }, @@ -258592,7 +259615,7 @@ [ "window.get_size", { - "_index": 6038, + "_index": 3451, "data": { "examples/material/screenspace": {}, "manuals/camera": {}, @@ -258604,7 +259627,7 @@ [ "window.set_dim_mode", { - "_index": 9690, + "_index": 7212, "data": { "ref/stable/window": {} }, @@ -258614,7 +259637,7 @@ [ "window.set_listener", { - "_index": 9692, + "_index": 7214, "data": { "ref/stable/window": {} }, @@ -258624,7 +259647,7 @@ [ "window.set_mouse_lock", { - "_index": 9698, + "_index": 7221, "data": { "ref/stable/window": {} }, @@ -258634,7 +259657,7 @@ [ "window.window_event_deiconified", { - "_index": 9697, + "_index": 7220, "data": { "ref/stable/window": {} }, @@ -258644,7 +259667,7 @@ [ "window.window_event_focus_gained", { - "_index": 9694, + "_index": 7217, "data": { "ref/stable/sound": {}, "ref/stable/window": {} @@ -258655,7 +259678,7 @@ [ "window.window_event_focus_lost", { - "_index": 9693, + "_index": 7216, "data": { "ref/stable/window": {} }, @@ -258665,7 +259688,7 @@ [ "window.window_event_iconfied", { - "_index": 9706, + "_index": 7229, "data": { "ref/stable/window": {} }, @@ -258675,7 +259698,7 @@ [ "window.window_event_iconified", { - "_index": 9696, + "_index": 7219, "data": { "ref/stable/window": {} }, @@ -258685,7 +259708,7 @@ [ "window.window_event_resized", { - "_index": 9695, + "_index": 7218, "data": { "ref/stable/window": {} }, @@ -258695,7 +259718,7 @@ [ "window_event_deiconified", { - "_index": 9702, + "_index": 7225, "data": { "ref/stable/window": {} }, @@ -258705,7 +259728,7 @@ [ "window_event_focus_gained", { - "_index": 9704, + "_index": 7227, "data": { "ref/stable/window": {} }, @@ -258715,7 +259738,7 @@ [ "window_event_focus_lost", { - "_index": 9705, + "_index": 7228, "data": { "ref/stable/window": {} }, @@ -258725,7 +259748,7 @@ [ "window_event_iconfied", { - "_index": 9707, + "_index": 7230, "data": { "ref/stable/window": {} }, @@ -258735,7 +259758,7 @@ [ "window_event_resized", { - "_index": 9710, + "_index": 7233, "data": { "ref/stable/window": {} }, @@ -258745,7 +259768,7 @@ [ "window_height", { - "_index": 6039, + "_index": 3452, "data": { "manuals/camera": {} }, @@ -258755,7 +259778,7 @@ [ "window_resized", { - "_index": 2679, + "_index": 1779, "data": { "manuals/gui-layouts": {}, "manuals/render": {}, @@ -258767,7 +259790,7 @@ [ "window_width", { - "_index": 6036, + "_index": 3449, "data": { "manuals/camera": {} }, @@ -258777,7 +259800,7 @@ [ "windows", { - "_index": 1373, + "_index": 1999, "data": { "assets/defdiags": {}, "assets/defmnu": {}, @@ -258807,7 +259830,7 @@ [ "wins", { - "_index": 5633, + "_index": 2109, "data": { "manuals/optimization-size": {} }, @@ -258817,7 +259840,7 @@ [ "winsock", { - "_index": 8237, + "_index": 10609, "data": { "ref/stable/socket": {} }, @@ -258827,7 +259850,7 @@ [ "wipes", { - "_index": 4228, + "_index": 3274, "data": { "manuals/bob": {} }, @@ -258837,7 +259860,7 @@ [ "wirelessly", { - "_index": 5397, + "_index": 6047, "data": { "manuals/android": {} }, @@ -258847,7 +259870,7 @@ [ "wisdom", { - "_index": 5090, + "_index": 5188, "data": { "manuals/lua": {} }, @@ -258857,7 +259880,7 @@ [ "wise", { - "_index": 8352, + "_index": 7052, "data": { "ref/stable/buffer": {}, "ref/stable/vmath": {} @@ -258868,7 +259891,7 @@ [ "wish", { - "_index": 996, + "_index": 537, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/android": {}, @@ -258896,7 +259919,7 @@ [ "with", { - "_index": 137, + "_index": 169, "data": { "assets/admob-defold": {}, "assets/apkverifier": {}, @@ -259146,7 +260169,7 @@ [ "withalignment", { - "_index": 10685, + "_index": 8904, "data": { "ref/stable/editor": {} }, @@ -259156,7 +260179,7 @@ [ "within", { - "_index": 1145, + "_index": 249, "data": { "assets/safearea": {}, "examples/gui/drag": {}, @@ -259198,7 +260221,7 @@ [ "without", { - "_index": 719, + "_index": 442, "data": { "assets/adinfo": {}, "assets/firebase-remoteconfig": {}, @@ -259247,7 +260270,7 @@ [ "woken", { - "_index": 8922, + "_index": 10168, "data": { "ref/stable/b2d.body": {} }, @@ -259257,7 +260280,7 @@ [ "won't", { - "_index": 2491, + "_index": 2863, "data": { "examples/timer/cancel_timer": {}, "manuals/atlas": {}, @@ -259271,7 +260294,7 @@ [ "won\u2019t", { - "_index": 5816, + "_index": 5559, "data": { "manuals/editor": {} }, @@ -259281,7 +260304,7 @@ [ "wood", { - "_index": 6119, + "_index": 6106, "data": { "examples/gui/slice9": {} }, @@ -259291,7 +260314,7 @@ [ "word", { - "_index": 3903, + "_index": 1373, "data": { "manuals/editor-scripts-ui": {}, "ref/stable/debug": {}, @@ -259303,7 +260326,7 @@ [ "words", { - "_index": 3177, + "_index": 410, "data": { "manuals/gui": {}, "manuals/particlefx": {}, @@ -259316,7 +260339,7 @@ [ "work", { - "_index": 427, + "_index": 710, "data": { "assets/defold-oop": {}, "assets/protobuf": {}, @@ -259357,7 +260380,7 @@ [ "workaround", { - "_index": 2397, + "_index": 4934, "data": { "manuals/getting-help": {} }, @@ -259367,7 +260390,7 @@ [ "workarounds", { - "_index": 2414, + "_index": 4941, "data": { "manuals/getting-help": {} }, @@ -259377,7 +260400,7 @@ [ "worked", { - "_index": 443, + "_index": 3579, "data": { "manuals/project-setup": {} }, @@ -259387,7 +260410,7 @@ [ "worker", { - "_index": 6918, + "_index": 8441, "data": { "ref/stable/dmResource": {}, "ref/stable/resource": {} @@ -259398,7 +260421,7 @@ [ "workflow", { - "_index": 3835, + "_index": 4397, "data": { "manuals/bundling": {}, "manuals/debugging-native-code-android": {}, @@ -259412,7 +260435,7 @@ [ "workflows", { - "_index": 3785, + "_index": 4359, "data": { "manuals/version-control": {} }, @@ -259422,7 +260445,7 @@ [ "working", { - "_index": 766, + "_index": 3727, "data": { "assets/rustore-remoteconfig": {}, "manuals/caching-assets": {}, @@ -259433,7 +260456,6 @@ "manuals/extensions": {}, "manuals/flash": {}, "manuals/getting-help": {}, - "manuals/gui-template": {}, "manuals/importing-assets": {}, "manuals/introduction": {}, "manuals/microsoft-xbox": {}, @@ -259447,7 +260469,7 @@ [ "works", { - "_index": 1045, + "_index": 441, "data": { "assets/matchanovel": {}, "examples/particles/modifiers": {}, @@ -259485,7 +260507,7 @@ [ "workspace", { - "_index": 4311, + "_index": 2008, "data": { "assets/lua-language-server": {}, "manuals/editor-preferences": {}, @@ -259498,7 +260520,7 @@ [ "world", { - "_index": 640, + "_index": 1158, "data": { "assets/alienworld": {}, "assets/defgraph": {}, @@ -259544,7 +260566,7 @@ [ "world"", { - "_index": 10133, + "_index": 7149, "data": { "ref/stable/string": {} }, @@ -259554,7 +260576,7 @@ [ "world's", { - "_index": 956, + "_index": 2648, "data": { "manuals/input": {}, "manuals/shader": {}, @@ -259566,7 +260588,7 @@ [ "world_to_local_position", { - "_index": 9088, + "_index": 9980, "data": { "ref/stable/go": {} }, @@ -259576,7 +260598,7 @@ [ "world_to_local_transform", { - "_index": 9090, + "_index": 9982, "data": { "ref/stable/go": {} }, @@ -259586,7 +260608,7 @@ [ "worlds", { - "_index": 672, + "_index": 2519, "data": { "assets/defold-tile-raycast": {}, "manuals/application-security": {}, @@ -259601,7 +260623,7 @@ [ "worry", { - "_index": 4839, + "_index": 3347, "data": { "manuals/addressing": {} }, @@ -259611,7 +260633,7 @@ [ "wortal", { - "_index": 6599, + "_index": 6501, "data": { "assets/wortal": {} }, @@ -259621,7 +260643,7 @@ [ "worth", { - "_index": 1655, + "_index": 3625, "data": { "manuals/extensions-best-practices": {}, "manuals/flash": {}, @@ -259633,7 +260655,7 @@ [ "would", { - "_index": 1570, + "_index": 2220, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/addressing": {}, @@ -259658,7 +260680,7 @@ [ "wrap", { - "_index": 69, + "_index": 287, "data": { "manuals/compute": {}, "manuals/editor-scripts-ui": {}, @@ -259676,7 +260698,7 @@ [ "wrapped", { - "_index": 1197, + "_index": 1447, "data": { "manuals/editor-scripts-ui": {}, "manuals/shader": {}, @@ -259689,7 +260711,7 @@ [ "wrapper", { - "_index": 3946, + "_index": 1446, "data": { "assets/adswrapper": {}, "assets/yoga": {}, @@ -259702,7 +260724,7 @@ [ "wrapping", { - "_index": 2405, + "_index": 1374, "data": { "manuals/editor-scripts-ui": {}, "manuals/getting-help": {} @@ -259713,7 +260735,7 @@ [ "wraps", { - "_index": 6503, + "_index": 6460, "data": { "assets/pcg-random": {}, "assets/sfmt": {}, @@ -259726,7 +260748,7 @@ [ "writable", { - "_index": 5351, + "_index": 5829, "data": { "manuals/macos": {}, "ref/stable/socket": {} @@ -259737,7 +260759,7 @@ [ "write", { - "_index": 882, + "_index": 1596, "data": { "assets/compat53": {}, "assets/defold-neovim": {}, @@ -259770,7 +260792,7 @@ [ "write_dump", { - "_index": 9967, + "_index": 8737, "data": { "ref/stable/crash": {} }, @@ -259780,7 +260802,7 @@ [ "write_external_storage", { - "_index": 5007, + "_index": 4611, "data": { "manuals/extensions-manifest-merge-tool": {} }, @@ -259790,7 +260812,7 @@ [ "writer", { - "_index": 6256, + "_index": 6300, "data": { "assets/printer": {} }, @@ -259800,7 +260822,7 @@ [ "writes", { - "_index": 2301, + "_index": 844, "data": { "manuals/html5": {}, "manuals/ios": {}, @@ -259812,7 +260834,7 @@ [ "writing", { - "_index": 1040, + "_index": 899, "data": { "assets/haxesupport": {}, "assets/ts-defold": {}, @@ -259832,7 +260854,7 @@ [ "written", { - "_index": 1054, + "_index": 2389, "data": { "examples/material/screenspace": {}, "examples/material/unlit": {}, @@ -259859,7 +260881,7 @@ [ "wrong", { - "_index": 2259, + "_index": 486, "data": { "manuals/glossary": {}, "manuals/gui": {}, @@ -259873,7 +260895,7 @@ [ "ws://127.0.0.1:17815/rmt", { - "_index": 4041, + "_index": 4239, "data": { "manuals/profiling": {} }, @@ -259883,7 +260905,7 @@ [ "wx", { - "_index": 6042, + "_index": 3455, "data": { "manuals/camera": {} }, @@ -259893,7 +260915,7 @@ [ "wy", { - "_index": 6043, + "_index": 3456, "data": { "manuals/camera": {} }, @@ -259903,7 +260925,7 @@ [ "wz", { - "_index": 6044, + "_index": 3457, "data": { "manuals/camera": {} }, @@ -259913,7 +260935,7 @@ [ "x", { - "_index": 229, + "_index": 306, "data": { "examples/gui/healthbar": {}, "examples/movement/look_at": {}, @@ -259964,7 +260986,7 @@ [ "x,y,z", { - "_index": 7564, + "_index": 8485, "data": { "ref/stable/dmTransform": {}, "ref/stable/render": {} @@ -259975,7 +260997,7 @@ [ "x/y", { - "_index": 3207, + "_index": 1230, "data": { "manuals/flash": {}, "manuals/particlefx": {} @@ -259986,7 +261008,7 @@ [ "x/y/z", { - "_index": 3203, + "_index": 1222, "data": { "manuals/particlefx": {} }, @@ -259996,7 +261018,7 @@ [ "x00d7", { - "_index": 8301, + "_index": 6991, "data": { "ref/stable/vmath": {} }, @@ -260006,7 +261028,7 @@ [ "x03b8", { - "_index": 8307, + "_index": 6997, "data": { "ref/stable/vmath": {} }, @@ -260016,7 +261038,7 @@ [ "x11glxcontext", { - "_index": 10226, + "_index": 6824, "data": { "ref/stable/dmGraphics": {} }, @@ -260026,7 +261048,7 @@ [ "x11window", { - "_index": 10230, + "_index": 6828, "data": { "ref/stable/dmGraphics": {} }, @@ -260036,7 +261058,7 @@ [ "x2", { - "_index": 847, + "_index": 5620, "data": { "manuals/label": {} }, @@ -260046,7 +261068,7 @@ [ "x22c5", { - "_index": 8305, + "_index": 6995, "data": { "ref/stable/vmath": {} }, @@ -260056,7 +261078,7 @@ [ "x86", { - "_index": 4220, + "_index": 3262, "data": { "manuals/bob": {}, "manuals/extensions-best-practices": {}, @@ -260068,7 +261090,7 @@ [ "x86_64", { - "_index": 4212, + "_index": 3253, "data": { "manuals/bob": {}, "manuals/editor-scripts": {}, @@ -260082,7 +261104,7 @@ [ "x^0.5", { - "_index": 9779, + "_index": 7304, "data": { "ref/stable/math": {} }, @@ -260092,7 +261114,7 @@ [ "x^y", { - "_index": 9763, + "_index": 7286, "data": { "ref/stable/math": {} }, @@ -260102,7 +261124,7 @@ [ "xbox", { - "_index": 4255, + "_index": 3788, "data": { "manuals/microsoft-xbox": {} }, @@ -260112,7 +261134,7 @@ [ "xcode", { - "_index": 1509, + "_index": 2941, "data": { "manuals/debugging-game-and-system-logs": {}, "manuals/debugging-native-code": {}, @@ -260129,7 +261151,7 @@ [ "xcrun", { - "_index": 3487, + "_index": 3031, "data": { "manuals/ios": {}, "manuals/macos": {} @@ -260140,7 +261162,7 @@ [ "xml", { - "_index": 3055, + "_index": 3874, "data": { "manuals/bundling": {}, "manuals/extensions-manifest-merge-tool": {}, @@ -260154,7 +261176,7 @@ [ "xor", { - "_index": 7766, + "_index": 8647, "data": { "ref/stable/bit": {} }, @@ -260164,7 +261186,7 @@ [ "xp", { - "_index": 6412, + "_index": 6620, "data": { "assets/xplevelupsystem": {} }, @@ -260174,7 +261196,7 @@ [ "xp/ix3", { - "_index": 2746, + "_index": 4122, "data": { "manuals/application-security": {} }, @@ -260184,7 +261206,7 @@ [ "xpcall", { - "_index": 10441, + "_index": 10729, "data": { "ref/stable/base": {} }, @@ -260194,7 +261216,7 @@ [ "xplevelupsystem", { - "_index": 6411, + "_index": 6619, "data": { "assets/xplevelupsystem": {} }, @@ -260204,7 +261226,7 @@ [ "xr", { - "_index": 4233, + "_index": 3280, "data": { "manuals/bob": {} }, @@ -260214,7 +261236,7 @@ [ "xy", { - "_index": 9762, + "_index": 7285, "data": { "ref/stable/math": {} }, @@ -260224,7 +261246,7 @@ [ "xyz", { - "_index": 7705, + "_index": 7403, "data": { "ref/stable/dmVMath": {} }, @@ -260234,7 +261256,7 @@ [ "y", { - "_index": 230, + "_index": 371, "data": { "examples/movement/look_at": {}, "examples/particles/fire_and_smoke": {}, @@ -260268,7 +261290,7 @@ [ "y/x", { - "_index": 9725, + "_index": 7247, "data": { "ref/stable/math": {} }, @@ -260278,7 +261300,7 @@ [ "yagames", { - "_index": 6758, + "_index": 6398, "data": { "assets/yagames": {} }, @@ -260288,7 +261310,7 @@ [ "yametrica", { - "_index": 6466, + "_index": 6511, "data": { "assets/yametrica": {} }, @@ -260298,7 +261320,7 @@ [ "yaml", { - "_index": 589, + "_index": 4653, "data": { "manuals/app-manifest": {}, "manuals/extensions": {}, @@ -260310,7 +261332,7 @@ [ "yandex", { - "_index": 6296, + "_index": 6740, "data": { "assets/adswrapper": {} }, @@ -260320,7 +261342,7 @@ [ "yandex.games", { - "_index": 6759, + "_index": 6399, "data": { "assets/yagames": {} }, @@ -260330,7 +261352,7 @@ [ "yandex.metrica", { - "_index": 6467, + "_index": 6512, "data": { "assets/yametrica": {} }, @@ -260340,7 +261362,7 @@ [ "yaw", { - "_index": 6178, + "_index": 6189, "data": { "examples/render/orbit_camera": {} }, @@ -260350,7 +261372,7 @@ [ "yday", { - "_index": 8539, + "_index": 10004, "data": { "ref/stable/os": {} }, @@ -260360,7 +261382,7 @@ [ "year", { - "_index": 3419, + "_index": 2958, "data": { "manuals/ios": {}, "ref/stable/os": {} @@ -260371,7 +261393,7 @@ [ "years", { - "_index": 5425, + "_index": 6073, "data": { "manuals/android": {} }, @@ -260381,7 +261403,7 @@ [ "yes", { - "_index": 3609, + "_index": 1674, "data": { "manuals/bob": {}, "manuals/file-access": {}, @@ -260393,7 +261415,7 @@ [ "yet", { - "_index": 3877, + "_index": 1336, "data": { "manuals/editor-scripts-ui": {}, "manuals/importing-models": {}, @@ -260406,7 +261428,7 @@ [ "yield", { - "_index": 231, + "_index": 5531, "data": { "manuals/physics-shapes": {}, "ref/stable/coroutine": {}, @@ -260418,7 +261440,7 @@ [ "yielded", { - "_index": 7238, + "_index": 8743, "data": { "ref/stable/coroutine": {} }, @@ -260428,7 +261450,7 @@ [ "yields", { - "_index": 4211, + "_index": 3251, "data": { "manuals/bob": {}, "manuals/property-animation": {}, @@ -260441,7 +261463,7 @@ [ "yml", { - "_index": 1863, + "_index": 4782, "data": { "manuals/extender-docker-images": {}, "manuals/extensions-script-api": {} @@ -260452,7 +261474,7 @@ [ "yoga", { - "_index": 6414, + "_index": 6465, "data": { "assets/yoga": {} }, @@ -260462,7 +261484,7 @@ [ "you", { - "_index": 22, + "_index": 153, "data": { "assets/3deforms": {}, "assets/adswrapper": {}, @@ -260622,7 +261644,7 @@ [ "you'll", { - "_index": 3854, + "_index": 1288, "data": { "manuals/adapting-graphics-to-screen-size": {}, "manuals/editor-scripts-ui": {}, @@ -260635,7 +261657,7 @@ [ "you're", { - "_index": 4808, + "_index": 3348, "data": { "manuals/addressing": {}, "manuals/debugging-native-code": {} @@ -260646,7 +261668,7 @@ [ "you've", { - "_index": 3066, + "_index": 5044, "data": { "manuals/live-update-aws": {} }, @@ -260656,7 +261678,7 @@ [ "your", { - "_index": 152, + "_index": 198, "data": { "assets/3deforms": {}, "assets/admob-defold": {}, @@ -260780,7 +261802,7 @@ [ "your.app", { - "_index": 3489, + "_index": 3033, "data": { "manuals/ios": {} }, @@ -260790,7 +261812,7 @@ [ "yourself", { - "_index": 4068, + "_index": 270, "data": { "manuals/addressing": {}, "manuals/android": {}, @@ -260806,17 +261828,27 @@ [ "youtube", { - "_index": 8394, + "_index": 9593, "data": { "ref/stable/sys": {} }, "type": {} } ], + [ + "yzx", + { + "_index": 7002, + "data": { + "ref/stable/vmath": {} + }, + "type": {} + } + ], [ "z", { - "_index": 227, + "_index": 509, "data": { "examples/basics/z_order": {}, "examples/movement/look_rotation": {}, @@ -260851,7 +261883,7 @@ [ "zero", { - "_index": 1227, + "_index": 1186, "data": { "assets/googleplaygameservices": {}, "manuals/collection-proxy": {}, @@ -260891,7 +261923,7 @@ [ "zerobrane", { - "_index": 4978, + "_index": 2430, "data": { "manuals/zerobrane": {} }, @@ -260901,7 +261933,7 @@ [ "zerobrane\u2019s", { - "_index": 4988, + "_index": 2449, "data": { "manuals/zerobrane": {} }, @@ -260911,7 +261943,7 @@ [ "zeros", { - "_index": 9712, + "_index": 7122, "data": { "ref/stable/builtins": {}, "ref/stable/string": {} @@ -260922,7 +261954,7 @@ [ "zip", { - "_index": 1806, + "_index": 2337, "data": { "manuals/bundling": {}, "manuals/debugging-native-code": {}, @@ -260939,7 +261971,7 @@ [ "zip_filename", { - "_index": 5798, + "_index": 3960, "data": { "manuals/live-update-scripting": {} }, @@ -260949,7 +261981,7 @@ [ "zlib", { - "_index": 9662, + "_index": 9095, "data": { "ref/stable/zlib": {} }, @@ -260959,7 +261991,7 @@ [ "zlib.deflate", { - "_index": 9661, + "_index": 9094, "data": { "ref/stable/zlib": {} }, @@ -260969,7 +262001,7 @@ [ "zlib.inflate", { - "_index": 9665, + "_index": 9099, "data": { "ref/stable/zlib": {} }, @@ -260979,7 +262011,7 @@ [ "zoom", { - "_index": 3160, + "_index": 412, "data": { "examples/render/orbit_camera": {}, "manuals/adapting-graphics-to-screen-size": {}, @@ -260998,7 +262030,7 @@ [ "zoom_speed", { - "_index": 6175, + "_index": 6186, "data": { "examples/render/orbit_camera": {} }, @@ -261008,7 +262040,7 @@ [ "zoomed", { - "_index": 4689, + "_index": 2215, "data": { "manuals/adapting-graphics-to-screen-size": {} }, @@ -261018,7 +262050,7 @@ [ "zyxwvutsrqponmlkjihgfedcbazyxwvutsrqponmlkjihgfedcba", { - "_index": 4964, + "_index": 4767, "data": { "manuals/extensions": {} }, @@ -261028,7 +262060,7 @@ [ "\u2461", { - "_index": 3524, + "_index": 1580, "data": { "manuals/message-passing": {} }, @@ -261038,7 +262070,7 @@ [ "\u2462", { - "_index": 3540, + "_index": 1613, "data": { "manuals/message-passing": {} }, 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* 作为前缀加上实例节点名即可: