Ukendio
d5baf52977
Fix variable names
2024-07-30 17:27:58 +02:00
Ukendio
e9d2154988
Query Rework
2024-07-30 17:17:18 +02:00
Ukendio
4e21367caf
Fix typo
2024-07-30 15:49:45 +02:00
Ukendio
c7be8958ef
Update docs
2024-07-30 15:41:28 +02:00
Ukendio
0f7cb78a59
Unit tests
2024-07-30 01:11:22 +02:00
Ukendio
ff54fb3d62
Reduce indexing
2024-07-29 13:59:48 +02:00
Ukendio
87e986b6aa
Rest should be last
2024-07-28 21:45:47 +02:00
Ukendio
b79bbb5bfa
Change variable names
2024-07-28 21:02:05 +02:00
Ukendio
7f2d6a9e79
Add comment to world_query_archetypes
2024-07-28 14:36:53 +02:00
Ukendio
207c9b5268
Swap remove in without
2024-07-28 14:31:47 +02:00
Ukendio
5fd7e19a30
Fix type of ChangeTracker
2024-07-28 14:27:52 +02:00
Ukendio
ab3023b57b
Put world back to constructor
2024-07-28 14:23:29 +02:00
Ukendio
d5de1ad425
Self contained changetracker
2024-07-28 14:17:44 +02:00
Ukendio
18ead3ed19
Make it static
2024-07-28 12:33:38 +02:00
Ukendio
48990ad910
reorder nav
2024-07-28 03:58:12 +02:00
Ukendio
0fe2ee8dff
Add learn/ under index
2024-07-28 03:51:09 +02:00
Ukendio
38d1cbc072
Add learn/
2024-07-28 03:45:26 +02:00
Ukendio
2917373e6c
Merch branch
2024-07-28 03:16:35 +02:00
Ukendio
51c8ae61c5
fix-links
2024-07-28 03:14:31 +02:00
Marcus
a3eb2cddc3
Improve docs ( #90 )
...
* Add method
* Remove unnecessary shadowed variable
* Separate pages
2024-07-28 03:06:09 +02:00
Marcus
49305f73dd
Add archetypes method ( #89 )
...
* Add method
* Remove unnecessary shadowed variable
2024-07-28 02:39:19 +02:00
Marcus
d46df8c0a0
Initial commit ( #86 )
2024-07-26 16:21:13 +02:00
Ukendio
2f0f817b08
Optimize remove
2024-07-26 16:15:12 +02:00
Ukendio
f9e0aa010c
Fix api pages
2024-07-26 04:50:08 +02:00
Ukendio
1844b0cfd8
Amend test
2024-07-26 04:45:07 +02:00
Ukendio
059a3f9bed
Fix world:remove
2024-07-26 04:36:30 +02:00
Ukendio
65984b6c65
Remove indices
2024-07-26 03:03:00 +02:00
Marcus
0f8f9348f5
Fix column pointers invalidated by upvalues ( #88 )
...
* Initial commit
* Add types to world:has()
2024-07-26 02:55:36 +02:00
Marcus
76d1ff91c0
Add has function ( #85 )
2024-07-23 04:44:56 +02:00
Ukendio
0292574b5f
Merge branch 'main' of https://github.com/Ukendio/jecs
2024-07-15 20:32:11 +02:00
Ukendio
02548f2ac0
Fix typo
2024-07-15 20:31:51 +02:00
Ukendio
459e670ce9
Change casing
2024-07-15 20:29:06 +02:00
EncodedVenom
86f241eae4
Update ci.yaml ( #82 )
2024-07-15 19:10:56 +02:00
EncodedVenom
0ce38c9d93
Improve workflows and use dedicated install luau script for CI ( #81 )
...
* increment checkout version (v3 is deprecated)
* Use action instead to simplify CI
* inc version
* increment version
* Change script
* inc version
* Finalize the CI workflow stuff
2024-07-15 02:32:02 +02:00
EncodedVenom
de5b4d4a9e
Add timeout ( #80 )
2024-07-14 22:05:50 +02:00
Ukendio
1b6cdd4791
Should return noop
2024-07-14 08:34:50 +02:00
Ukendio
48cc4dc7d5
Properly type EmptyQuery
2024-07-14 08:30:20 +02:00
Ukendio
150afc46e4
Rename replace function
2024-07-14 07:30:13 +02:00
Ukendio
43a19f5328
FLAGS_ADD
2024-07-14 07:16:24 +02:00
Marcus
8a7b3de004
Revert mirror ( #79 )
2024-07-14 06:35:13 +02:00
Ukendio
85a970e9ff
Less memory footprint
2024-07-14 05:38:44 +02:00
Ukendio
8bea43a9fc
Merge branch 'main' of https://github.com/Ukendio/jecs
2024-07-14 03:13:56 +02:00
Marcus
134c41014c
Rework tests ( #78 )
...
* Return empty query when Without removes all archetypes
* Type replace callback as Any
* Add test with ChangeTracker
* Rename tests files
* Fix indentation
* Change CI
2024-07-14 02:45:49 +02:00
EncodedVenom
44780f7f7b
Add Continuous Integration ( #76 )
...
* First attempt at CI
* second attempt
* attempt 3
* attempt 4
* Try using git env
* Combine steps
* Rename
* Run last step at all costs
* (testing workflow to see if it passes when it should)
* Workflow dispatch
* Revert commit that made unit tests pass (intentional)
2024-07-14 02:43:40 +02:00
Marcus
9cd00aacb4
Add skip to testkit ( #77 )
...
* Return empty query when Without removes all archetypes
* Adds skip
2024-07-14 02:37:16 +02:00
Ukendio
fd71c1e486
Merge branch 'main' of https://github.com/Ukendio/jecs
2024-07-14 02:04:44 +02:00
EncodedVenom
4dcb66902d
Fix docs formatting ( #75 )
2024-07-14 01:13:03 +02:00
EncodedVenom
8e9225772b
Start Work on Documentation ( #74 )
...
* init bug / feat templates
* capital J for style
* PR templates
* Combine templates because github be like that
* Out with the old
* package and package lock files
* Deploy docs workflow
* Absolutely massive commit (docs)
* Delete cache and add to gitignore
* Goodbye cache
2024-07-14 01:06:50 +02:00
EncodedVenom
d76f343cb0
Add Issue and PR templates ( #73 )
...
* init bug / feat templates
* capital J for style
* PR templates
* Combine templates because github be like that
2024-07-13 04:57:53 +02:00
Marcus
45adef066d
Fixed regression in Without ( #72 )
...
* Return empty query when Without removes all archetypes
* Type replace callback as Any
* Add test with ChangeTracker
2024-07-13 04:32:31 +02:00