Commit graph

10 commits

Author SHA1 Message Date
marked
2a6907434a Cleanup & refactor
Some checks failed
Continous Integration / Build (push) Successful in 11s
Continous Integration / Lint (push) Successful in 9s
Continous Integration / Styling (push) Failing after 3s
Continous Integration / Unit Testing (push) Failing after 30s
2025-05-07 00:37:24 +02:00
marked
0818b498a6 packaging(pesde), tooling(rokit), deps: Fix pesde support, bump tools, bump jecs 2024-12-03 20:17:06 +01:00
marked
b4cc94f369 packaging: Add pesde support, feat: Add searching and clearing to ref
+ Added pesde support

+ Added `.search()` to `ref` and made `ref()` (`.set_ref()`) & `.search()` return a clearer which removes the reference

+ Bumped to 0.1.6
2024-11-12 17:31:07 +01:00
Mark Marks
dcb55661ac feat: Add spawner util
+ Added spawner utility

+ Bumped to v0.1.4
2024-09-24 19:47:49 +02:00
Mark Marks
cab13e4213 chore: Make jecs a dependency, bump jecs to v0.3.0
+ Make jecs a wally dependency instead of a file in lib. This wasn't done earlier due to wally packages not being able to be used outside of Roblox without dynamically requiring them. Now, a script is used to download the latest source of jecsfrom Github associated with the version in the manifest.

+ Bump jecs-utils to v0.1.3 and release
2024-09-24 15:35:21 +02:00
Mark Marks
4216bdfead fix: Packaging problems, chore: Bump jecs
"+ Packages were properly shipped with dist, but were shipped with a .project.json pointing to lib" -m "+ Bump jecs to the latest source" -m "+ Bump jecs-utils to v0.1.2 and release"
2024-09-22 13:30:58 +02:00
Mark Marks
1c7a95215d fix: Lint, actual release 2024-09-22 00:53:56 +02:00
Mark Marks
5a043b2912 fix: Refs and cmd buffers, add unit tests, v0.1.0
- Refs and command buffers used to share data with every single world, this is now mitigated by using a separate data set for every world

- Working unit tests have been added

- jecs-utils has now been released at mark-marks/jecs-utils@v0.1.0!
2024-09-22 00:50:30 +02:00
Mark Marks
d34edf8d70 fix: Bugs + temp push for bugfixing 2024-09-22 00:05:15 +02:00
Mark Marks
ee69c03334 Initial push 2024-09-21 19:12:15 +02:00