Commit graph

550 commits

Author SHA1 Message Date
metrowaii
03389e5189
Removed redundant guard (#157) 2024-11-15 06:29:13 +01:00
Ukendio
c7ca63337b 0.4.0-rc.0 2024-11-14 21:11:23 +01:00
Ukendio
a3ff4e3fa0 Bump 2024-11-14 16:46:12 +01:00
Ukendio
a850d0b704 fast access to record 2024-11-14 16:45:47 +01:00
Ukendio
8a03dd2c39 Add trailing comma 2024-11-14 03:43:56 +01:00
Ukendio
9066611373 Fix ECS_GENERATION_INC 2024-11-14 03:39:46 +01:00
Ukendio
b40af9fe9d Fix generation increment overflowing id 2024-11-14 03:38:27 +01:00
Ukendio
ceb7ea9866 Fix typings of exported pair function 2024-11-14 02:22:28 +01:00
Marcus
303bd4ed16
Entity recycling (#156)
* Merge

* Initial commit

* Fix indentations

* Remove sparse_count

* Add whiteline

* return 0 instead

* Add check for friend existing

* Force inlining

* Manual inlining
2024-11-13 20:05:01 +01:00
EncodedVenom
c4b47d867d
Merge pull request #154 from Mark-Marks/add-license-to-manifest
packaging(wally): Add license to package and manifest
2024-11-12 14:30:18 -05:00
marked
7259ad59b5 packaging(wally): Add license to package and manifest 2024-11-12 20:22:41 +01:00
shameless✰
1e11c2f338
Update README.md (#152)
Changed license name from Apache 2.0 to MIT
2024-11-10 23:46:36 +01:00
Ukendio
4aca3ab192 Ignore stylua 2024-11-10 04:14:08 +01:00
Ukendio
ec91a5d1e9 Improve types for SolverV2 2024-11-10 02:24:58 +01:00
Ukendio
4fc36261c2 Praise StyLua Gods 2024-10-25 00:58:43 +02:00
Ukendio
e4b266d3d5 Provide fast path to hooks 2024-10-23 20:58:32 +02:00
Ukendio
3e79ff4c99 Update roblox-ts 2024-10-21 19:31:51 +02:00
EncodedVenom
96f706f8df
Merge pull request #147 from Mark-Marks/luau-analyze-workflow
Add luau-analyze step to CI
2024-10-19 19:41:55 -04:00
EncodedVenom
a0f33e53c3
Update analysis.yaml
Putting this in another PR
2024-10-19 19:41:28 -04:00
EncodedVenom
2458785316
Hopefully better parsing 2024-10-19 19:26:28 -04:00
EncodedVenom
4b2f6a5934
Update analysis.yaml 2024-10-19 19:16:21 -04:00
EncodedVenom
4c9c1a50ce
Testing warning labels 2024-10-19 19:05:11 -04:00
EncodedVenom
b1bc689cbd
Update analysis.yaml
Should make it warn instead of error.
2024-10-19 18:52:16 -04:00
Mark Marks
d7a4d2e98a actions: Separate styling and analysis into different workflows 2024-10-20 00:46:35 +02:00
Mark Marks
faca8ae90a ci: Add luau-analyze step 2024-10-20 00:18:52 +02:00
Lucas
d6f4d782a2
docs: fix syntax in ts example (#146) 2024-10-15 02:03:13 +02:00
Christopher Buss
de56723f07
fix: remove json trailing comma (#145) 2024-10-13 22:37:11 +02:00
Christopher Buss
0eb288e057
style: fix inconsistent project formatting (#144)
Closes #138
2024-10-12 22:18:11 +02:00
Ukendio
1b50fa379d Fix dead links 2024-10-12 22:15:48 +02:00
Ukendio
f82318c642 Merge to main branch 2024-10-12 22:06:31 +02:00
Ukendio
a42c94832c Update changelog 2024-10-12 22:04:32 +02:00
Ukendio
d4be55ead0 Add tests for hooks 2024-10-12 22:01:08 +02:00
Ukendio
76ab6838f2 query:archetypes is a method 2024-10-12 22:00:51 +02:00
Marcus
c5e20aaf50
Reuse archetype_delete on world:clear (#141)
* Reuse archetype_delete on world:clear

* Add tests
2024-10-12 21:55:24 +02:00
Magic
11f9615495
fix: query:archetypes() didnt take self in type (#143) 2024-10-12 17:04:49 +02:00
juste
6359701a69
Update ts type definitions (#142)
* updated typescript types

* add prettier
2024-10-12 03:45:37 +02:00
Ukendio
2e246e1e7a Add cleanup to types 2024-10-09 00:54:22 +02:00
Ukendio
270260cb70 move out attributes 2024-10-06 05:43:20 +02:00
Ukendio
bf4904fbc7 Resize logo smaller 2024-10-06 05:42:41 +02:00
Ukendio
3fcad85593 Change logo 2024-10-06 05:42:18 +02:00
silly-spongus
106dc42128
Improvements to "world" api documentation (#128)
* Improvements to "world" api documentation

I've tried to do several improvements to the api documentation by including the methods such as `delete`, `remove` and `clear` + added more extensive examples for some things

Please tell me if there's anything that needs to be corrected

* Update world.md

* Update world.md

* Update world.md

* Update world.md
2024-10-06 03:40:26 +02:00
silly-spongus
9a0a578acd
Improvements to "Query" API Docs (#130)
* Improvements to "Query" API Docs

Minor improvements, but mostly made this fit more with the PR i made for World

* Update query.md

* Update query.md
2024-10-06 03:39:47 +02:00
Marcus
c80bb0e2fd
Add tests for archetypes (#139)
* Add stylua

* Align HI_COMPONENT_ID
2024-10-06 03:36:36 +02:00
EncodedVenom
1e633d4563
Update ci.yaml (#140)
* Update ci.yaml

* Update ci.yaml

* Create lint.yml

* Update ci.yaml

* Update lint.yml
2024-10-06 03:36:07 +02:00
Ukendio
39e7c235bb Remove redundant checks 2024-10-05 02:02:33 +02:00
Marcus
c288a5fab5
Remove drain and next (#136) 2024-10-04 23:55:22 +02:00
Ukendio
e2f25137a2 Bump to 0.3.2 2024-10-02 23:07:19 +02:00
Ukendio
fd480f7f10 bump 2024-10-02 22:59:33 +02:00
Ukendio
9d3b12e1fe Cast refs to GraphEdge 2024-10-02 22:49:05 +02:00
Ukendio
ca3cc06400 Traverse refs for deletion 2024-10-01 17:30:51 +02:00