Sync to released Jecs 0.5.5-nightly.20250308T001059Z (#14)
Reviewed-on: #14
This commit is contained in:
parent
8c3da268d9
commit
8e71312ea3
6 changed files with 9 additions and 33 deletions
|
@ -1,2 +1,2 @@
|
|||
modified = ["README.md", "LICENSE", ".luaurc", "CHANGELOG.md", "jecs.luau"]
|
||||
version = "0.5.5-nightly.20250302T183456Z"
|
||||
modified = ["jecs.luau"]
|
||||
version = "0.5.5-nightly.20250308T001059Z"
|
||||
|
|
|
@ -172,9 +172,6 @@ end
|
|||
|
||||
local function entity_index_try_get_any(entity_index: EntityIndex, entity: number): Record?
|
||||
local r = entity_index.sparse_array[ECS_ENTITY_T_LO(entity)]
|
||||
if not r then
|
||||
return nil
|
||||
end
|
||||
|
||||
if not r or r.dense == 0 then
|
||||
return nil
|
||||
|
@ -1224,27 +1221,6 @@ end
|
|||
|
||||
local function NOOP() end
|
||||
|
||||
local function ARM(query, ...)
|
||||
return query
|
||||
end
|
||||
|
||||
local EMPTY_LIST = {}
|
||||
local EMPTY_QUERY = {
|
||||
__iter = function()
|
||||
return NOOP
|
||||
end,
|
||||
iter = function()
|
||||
return NOOP
|
||||
end,
|
||||
with = ARM,
|
||||
without = ARM,
|
||||
archetypes = function()
|
||||
return EMPTY_LIST
|
||||
end,
|
||||
}
|
||||
|
||||
setmetatable(EMPTY_QUERY, EMPTY_QUERY)
|
||||
|
||||
type QueryInner = {
|
||||
compatible_archetypes: { Archetype },
|
||||
ids: { i53 },
|
||||
|
|
|
@ -3,7 +3,7 @@ includes = ["init.luau", "pesde.toml", "README.md", "CHANGELOG.md", "LICENSE", "
|
|||
license = "MIT"
|
||||
name = "marked/jecs_nightly"
|
||||
repository = "https://git.devmarked.win/marked/jecs-nightly"
|
||||
version = "0.5.5-nightly.20250302T183456Z"
|
||||
version = "0.5.5-nightly.20250308T001059Z"
|
||||
|
||||
[indices]
|
||||
default = "https://github.com/pesde-pkg/index"
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
passed = true
|
||||
timestamp = "20250307T001103Z"
|
||||
timestamp = "20250308T001101Z"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[38;1m7.8[0m [33;1mus[0m [38;1m 3[0m [33;1mkB[0m[38;1m│[0m [38;1mdelete children of entity[0m
|
||||
[38;1m9.1[0m [33;1mus[0m [38;1m 2[0m [33;1mkB[0m[38;1m│[0m [38;1mremove friends of entity[0m
|
||||
[38;1m325[0m [32;1mns[0m [38;1m 0[0m [32;1m B[0m[38;1m│[0m [38;1msimple deletion of entity[0m
|
||||
[38;1m8.5[0m [33;1mus[0m [38;1m 2[0m [33;1mkB[0m[38;1m│[0m [38;1mdelete children of entity[0m
|
||||
[38;1m9.3[0m [33;1mus[0m [38;1m 1[0m [33;1mkB[0m[38;1m│[0m [38;1mremove friends of entity[0m
|
||||
[38;1m333[0m [32;1mns[0m [38;1m 0[0m [32;1m B[0m[38;1m│[0m [38;1msimple deletion of entity[0m
|
||||
removing
|
||||
[37;1marchetype[0m
|
||||
[32;1mPASS[0m[38;1m│[0m [38;1m[0m
|
||||
|
@ -110,5 +110,5 @@ removing
|
|||
[32;1mPASS[0m[38;1m│[0m [38;1m#2[0m
|
||||
[32;1mPASS[0m[38;1m│[0m [38;1m#3[0m
|
||||
|
||||
[38;1m68/68 test cases passed in 31.415 ms.[0m
|
||||
[38;1m68/68 test cases passed in 31.220 ms.[0m
|
||||
[32;1m0 fails[0m
|
||||
|
|
|
@ -5,4 +5,4 @@ license = "MIT"
|
|||
name = "mark-marks/jecs-nightly"
|
||||
realm = "shared"
|
||||
registry = "https://github.com/UpliftGames/wally-index"
|
||||
version = "0.5.5-nightly.20250302T183456Z"
|
||||
version = "0.5.5-nightly.20250308T001059Z"
|
||||
|
|
Loading…
Reference in a new issue