Compare commits

...

2 commits

Author SHA1 Message Date
forgejo-actions
04d650aeea Sync to upstream Jecs 0.6.0-nightly.20250519T001113Z 2025-05-19 00:11:32 +00:00
2c4063882f Sync to released Jecs 0.6.0-nightly.20250517T001101Z (#67)
Reviewed-on: #67
2025-05-18 02:11:17 +02:00
8 changed files with 13 additions and 13 deletions

View file

@ -2,7 +2,7 @@
<img src="assets/image-5.png" width=35%/> <img src="assets/image-5.png" width=35%/>
</p> </p>
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?style=for-the-badge)](LICENSE) [![Wally](https://img.shields.io/github/v/tag/ukendio/jecs?&style=for-the-badge)](https://wally.run/package/ukendio/jecs) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?style=for-the-badge)](LICENSE) [![Wally](https://img.shields.io/github/v/tag/ukendio/jecs?&style=for-the-badge)](https://wally.run/package/ukendio/jecs) [![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/ukendio/jecs/unit-testing.yaml?&style=for-the-badge)](https://github.com/Ukendio/jecs/actions/workflows/unit-testing.yaml)
Just a stupidly fast Entity Component System Just a stupidly fast Entity Component System

View file

@ -1,2 +1,2 @@
modified = ["jecs.luau"] modified = ["README.md", "jecs.luau"]
version = "0.6.0-nightly.20250517T001101Z" version = "0.6.0-nightly.20250519T001113Z"

View file

@ -2570,7 +2570,7 @@ export type World = {
range: (self: World, range_begin: number, range_end: number?) -> (), range: (self: World, range_begin: number, range_end: number?) -> (),
--- Creates a new entity --- Creates a new entity
entity: (self: World, id: Entity?) -> Entity, entity: <T>(self: World, id: Entity<T>?) -> Entity<T>,
--- Creates a new entity located in the first 256 ids. --- Creates a new entity located in the first 256 ids.
--- These should be used for static components for fast access. --- These should be used for static components for fast access.
component: <T>(self: World) -> Entity<T>, component: <T>(self: World) -> Entity<T>,

View file

@ -3,7 +3,7 @@ includes = ["init.luau", "pesde.toml", "README.md", "CHANGELOG.md", "LICENSE", "
license = "MIT" license = "MIT"
name = "marked/jecs_nightly" name = "marked/jecs_nightly"
repository = "https://git.devmarked.win/marked/jecs-nightly" repository = "https://git.devmarked.win/marked/jecs-nightly"
version = "0.6.0-nightly.20250517T001101Z" version = "0.6.0-nightly.20250519T001113Z"
[indices] [indices]
default = "https://github.com/pesde-pkg/index" default = "https://github.com/pesde-pkg/index"

View file

@ -3,7 +3,7 @@ includes = ["init.luau", "pesde.toml", "README.md", "CHANGELOG.md", "LICENSE", "
license = "MIT" license = "MIT"
name = "marked/jecs_nightly" name = "marked/jecs_nightly"
repository = "https://git.devmarked.win/marked/jecs-nightly" repository = "https://git.devmarked.win/marked/jecs-nightly"
version = "0.6.0-nightly.20250517T001101Z" version = "0.6.0-nightly.20250519T001113Z"
[indices] [indices]
default = "https://github.com/pesde-pkg/index" default = "https://github.com/pesde-pkg/index"

View file

@ -1,2 +1,2 @@
passed = true passed = true
timestamp = "20250517T001103Z" timestamp = "20250519T001115Z"

View file

@ -1,6 +1,6 @@
7.5 us  3 kB│ delete children of entity 7.3 us  3 kB│ delete children of entity
9.1 us  1 kB│ remove friends of entity 9.2 us  1 kB│ remove friends of entity
344 ns  10  B│ simple deletion of entity 348 ns  10  B│ simple deletion of entity
repro repro
NONE│  NONE│ 
@ -121,5 +121,5 @@
PASS│ #2 PASS│ #2
PASS│ #3 PASS│ #3
74/74 test cases passed in 32.559 ms. 74/74 test cases passed in 33.314 ms.
0 fails 0 fails

View file

@ -5,4 +5,4 @@ license = "MIT"
name = "mark-marks/jecs-nightly" name = "mark-marks/jecs-nightly"
realm = "shared" realm = "shared"
registry = "https://github.com/UpliftGames/wally-index" registry = "https://github.com/UpliftGames/wally-index"
version = "0.6.0-nightly.20250517T001101Z" version = "0.6.0-nightly.20250519T001113Z"