Commit graph

  • ea6b434e34 Fix return type of without Ukendio 2024-05-03 18:39:23 +0200
  • cda04ce5a9
    Update newMatter.lua (#19) Michael 2024-05-03 12:14:45 -0400
  • 97acbd66ab Add iter method Ukendio 2024-05-03 18:14:10 +0200
  • a0ca5182e1
    Update newMatter.lua Michael 2024-05-03 12:10:59 -0400
  • 164de6dbb4
    Update newMatter.lua Michael 2024-05-03 12:10:37 -0400
  • 32381c9cf6
    Update newMatter.lua Michael 2024-05-03 12:10:12 -0400
  • ed9a9538c4 Add Types Ukendio 2024-05-03 17:09:15 +0200
  • da0fbd8935
    fix light mode alicesaidhi 2024-05-03 16:53:43 +0200
  • 655232ba46 svg logo alice 2024-05-03 16:39:10 +0200
  • c5daddd505 Increment component id Ukendio 2024-05-03 15:31:16 +0200
  • 21f71f803d Fix mispelling Ukendio 2024-05-03 14:45:48 +0200
  • fbc5317cb0 Add banner Ukendio 2024-05-03 14:45:11 +0200
  • ad8f4ae660
    Update newMatter.lua to match world-rewrite branch (#16) Michael 2024-05-03 05:50:52 -0400
  • cb8df4a99d
    Update newMatter.lua Michael 2024-05-02 22:22:48 -0400
  • a2f47ae7aa
    Update newMatter.lua to match world-rewrite branch Michael 2024-05-02 21:40:27 -0400
  • 5a550c2786 Merge branch 'empty-query-replacement' of https://github.com/outofbearspace/jecs into empty-query-replacement Shane 2024-05-02 17:50:29 -0700
  • 089c5d46a9
    Fix component overriding when in disorder (#15) Marcus 2024-05-03 02:39:59 +0200
  • 68feb713b6 Update init.lua Shane 2024-05-02 17:07:03 -0700
  • bda8b2df47 Should use same data Ukendio 2024-05-03 00:21:30 +0200
  • 06a03d4fab Add benchmarks Ukendio 2024-05-03 00:14:27 +0200
  • 051cacd3de Fix component overriding when in disorder Ukendio 2024-05-02 20:15:25 +0200
  • e5e1aec6b2
    Update README.md example and remove trailing whitespace (#14) Shane 2024-05-02 06:33:31 -0700
  • db03d9146d
    Update README.md example and remove trailing whitespace Shane 2024-05-01 16:48:41 -0700
  • 0a70e7887b Bump wally version Ukendio 2024-05-01 15:58:15 +0200
  • 14d53e03c1 Index indices after archetype matched v0.0.0-prototype.rc.3 Ukendio 2024-05-01 15:16:39 +0200
  • 14507ac775 Merge branch 'main' of https://github.com/Ukendio/jecs Ukendio 2024-05-01 14:43:05 +0200
  • d4d2f1fdb9 Add testkit Ukendio 2024-05-01 14:41:51 +0200
  • 9c5a84e3af
    Cache column indices instead of pointers (#13) Marcus 2024-05-01 14:41:10 +0200
  • d0fb1a1b1d
    return an EmptyQuery when querying for components that are not tied to any entities (#12) Shane 2024-04-30 18:45:49 -0700
  • 34b7c1eb28 Cache column indices instead of pointers Ukendio 2024-05-01 03:43:01 +0200
  • 94fee8b33e
    replace EmptyQuery with static reference Shane 2024-04-30 17:12:52 -0700
  • 1b1ae947d9
    export Query type Shane 2024-04-30 16:55:48 -0700
  • e2d1156f72
    Update init.lua Shane 2024-04-30 16:45:42 -0700
  • 4978ac7856
    Separate ids and add tests (#11) Marcus 2024-05-01 01:09:15 +0200
  • 74d0651d9c
    Update init.lua Shane 2024-04-30 15:08:53 -0700
  • 18efea6ce9 Separate ids and add tests Ukendio 2024-04-30 22:47:15 +0200
  • 275aa6ec6d
    Move assertion up (#9) Marcus 2024-04-30 17:52:44 +0200
  • ed1f76f9cd Move assertion up Ukendio 2024-04-30 17:50:36 +0200
  • 2ace031fa2
    Provide better error messages (#7) Marcus 2024-04-30 16:36:38 +0200
  • d32a4335f4
    Merge branch 'main' into provide-error-for-missing-pool Marcus 2024-04-30 16:36:26 +0200
  • b100cc2c2a Inline getSmallestMap Ukendio 2024-04-30 16:35:40 +0200
  • 6adc3670ee
    Revert "nil return for getSmallestMap() (#5)" (#8) Marcus 2024-04-30 16:21:21 +0200
  • ab3f44004f
    Keep export world Marcus 2024-04-30 16:19:24 +0200
  • cc13870fd9 Provide better error messages Ukendio 2024-04-30 16:17:51 +0200
  • c0b710d2c2
    Revert "nil return for getSmallestMap() (#5)" Marcus 2024-04-30 16:10:07 +0200
  • 12287b12ef
    nil return for getSmallestMap() (#5) Shane 2024-04-30 07:06:46 -0700
  • dc73c03d74
    Swap entity index for last row (#6) Marcus 2024-04-30 16:05:31 +0200
  • 35dba3c276 Swap entity index for last row Ukendio 2024-04-30 16:05:01 +0200
  • b55b45d2ac
    World type export Shane 2024-04-29 19:15:15 -0700
  • 7e110a7487
    nil return for getSmallestMap() Shane 2024-04-29 17:56:57 -0700
  • 8ef960dad6
    Add without (#4) Marcus 2024-04-29 15:21:05 +0200
  • ec371a87f8
    Merge branch 'main' into add-without Marcus 2024-04-29 15:18:41 +0200
  • cea5798d49 Adding test Ukendio 2024-04-29 15:15:45 +0200
  • 77d1403711 Add test for Without Ukendio 2024-04-29 03:17:14 +0200
  • d11fa2f4a3 Set compatibleAchetype after without Ukendio 2024-04-29 02:30:10 +0200
  • f79e757eea Return self Ukendio 2024-04-29 01:57:33 +0200
  • 13c703211d
    Add without (#3) Marcus 2024-04-28 21:00:00 +0200
  • f69e4e3b18 Add without Ukendio 2024-04-28 20:59:19 +0200
  • 52cf531764 Prepared query Ukendio 2024-04-28 20:33:45 +0200
  • b75dc91a6a
    Merge pull request #1 from Ukendio/add-observers Marcus 2024-04-28 16:48:41 +0200
  • 8223b7ae91 Add observers Ukendio 2024-04-28 16:46:40 +0200
  • 201383dcac Remove ROOT_ARCHETYPE in world initializer Ukendio 2024-04-26 19:11:54 +0200
  • ffca213183 Add description to benchmark v0.0.0-prototype.rc.2 Ukendio 2024-04-26 00:10:34 +0200
  • c532f55588 Bump wally version Ukendio 2024-04-26 00:10:23 +0200
  • 3816777724 Include ECR in benchmark Ukendio 2024-04-25 16:41:41 +0200
  • 44e6813cfb Remove mirror from benchmark example Ukendio 2024-04-25 16:37:01 +0200
  • 74fe5be0c0 Index into archetypemap Ukendio 2024-04-25 16:26:30 +0200
  • b1626a9be0 Add mirror Ukendio 2024-04-25 07:26:38 +0200
  • 33192b7a6f Remove hard coded behaviour Ukendio 2024-04-25 07:26:13 +0200
  • 7d48063d20 Cache indices Ukendio 2024-04-25 07:17:08 +0200
  • 915ff50e35 Update benchmark Ukendio 2024-04-25 05:55:11 +0200
  • d3ea6340ce More benchmarks Ukendio 2024-04-25 05:48:22 +0200
  • 78775d19a3 Get smallest map Ukendio 2024-04-25 05:45:33 +0200
  • 37d5b0415a Handle 8 cases Ukendio 2024-04-24 22:33:38 +0200
  • fb47f87bd4 Fix typings Ukendio 2024-04-24 20:00:33 +0200
  • 970091f9a9 Merge branch 'main' of https://github.com/Ukendio/jecs Ukendio 2024-04-24 17:32:31 +0200
  • e90efbc342 Rename operation add to set Ukendio 2024-04-24 17:32:07 +0200
  • 9cc1acdf22
    Fix image path Marcus 2024-04-24 09:34:09 +0200
  • c2bf8bf346 Add image Ukendio 2024-04-24 02:24:34 +0200
  • 4dc24677c7 Remove text Ukendio 2024-04-24 02:23:31 +0200
  • b2dfe98e94 Comparison with Matter Ukendio 2024-04-24 02:23:15 +0200
  • a5302a14fb Creator specific iterators for returns Ukendio 2024-04-24 01:14:43 +0200
  • a6b592727e Add wally tags Ukendio 2024-04-23 18:38:12 +0200
  • 66e4c6952b README v0.0.0-prototype.rc.1 Ukendio 2024-04-23 18:12:46 +0200
  • 7e419d4fd1 Extend columns in queryOutput Ukendio 2024-04-23 17:30:26 +0200
  • 1fa459ff71 Publish paper Ukendio 2024-04-23 17:20:33 +0200
  • 6cafbc1221 Rebase Ukendio 2024-04-23 17:10:49 +0200