Commit graph

  • 727cc93a7d Update workflows Ukendio 2024-11-23 04:47:12 +0100
  • 24ccd2cc98 Bump Ukendio 2024-11-23 04:46:03 +0100
  • b7a5785dbb Cleanup repository Ukendio 2024-11-23 04:42:54 +0100
  • dacec22efa Stylua shenanigans Ukendio 2024-11-23 00:49:10 +0100
  • adf09d2412 Add trailing comma to type Ukendio 2024-11-22 23:07:58 +0100
  • 95d6a6f398 Merge branch 'main' of https://github.com/Ukendio/jecs Ukendio 2024-11-22 23:06:27 +0100
  • 1dd108401f Merge Archetype with its node interface Ukendio 2024-11-22 23:06:17 +0100
  • 8c90749c39
    fix(ci): stylua ci failing (#158) Christopher Buss 2024-11-22 21:14:10 +0000
  • cdc8af779b fix(ci): stylua ci failing christopher-buss 2024-11-22 20:44:45 +0000
  • 59abdcbe6f Fix type error on World.add in debug mode Ukendio 2024-11-21 04:13:12 +0100
  • 78127d73e9 Update jabby code Ukendio 2024-11-21 04:12:36 +0100
  • 9ce28b999f Merge branch 'main' of https://github.com/Ukendio/jecs Ukendio 2024-11-20 18:28:44 +0100
  • 166e572815 Add comma Ukendio 2024-11-20 18:28:36 +0100
  • 46f99a5e2b
    Fix typos in docs (#151) ChinoUkaegbu 2024-11-17 21:05:20 +0100
  • 39490eef99 Merge branch 'main' of https://github.com/Ukendio/jecs Ukendio 2024-11-17 19:06:48 +0100
  • 9a98c6508a Bump Ukendio 2024-11-17 19:06:40 +0100
  • ffa107353e
    Update component-traits.md ChinoUkaegbu 2024-11-17 11:28:38 +0100
  • 3cde5c8152
    Create dependabot.yml v0.4.0 EncodedVenom 2024-11-16 21:16:23 -0500
  • ea52b1a6c8
    Merge branch 'Ukendio:main' into packaging/pesde Magic 2024-11-16 23:04:14 +0100
  • 638272bfcf
    Update unit-testing.yaml EncodedVenom 2024-11-16 16:38:42 -0500
  • 12236022c2
    Update unit-testing.yaml EncodedVenom 2024-11-16 16:20:16 -0500
  • 395465d7c9
    Update unit-testing.yaml EncodedVenom 2024-11-16 16:18:22 -0500
  • 0108c6ffc6
    Pin luau version to 0.651 EncodedVenom 2024-11-16 16:14:12 -0500
  • ea7c118db6 Entity defaults to Tag Ukendio 2024-11-16 19:16:51 +0100
  • 5de3f7dd15 Remove typeof Ukendio 2024-11-16 18:07:12 +0100
  • a5747a6145 Add newline Ukendio 2024-11-16 18:05:45 +0100
  • bacda3c2e8 Use ecs_pair_first Ukendio 2024-11-16 18:05:17 +0100
  • eb315067f5 Fast paths on entity_index_try_get for user facing api Ukendio 2024-11-16 17:25:57 +0100
  • 0ab66f416d Correct indentation on numbers Ukendio 2024-11-16 17:12:12 +0100
  • bab4065a1e Merge branch 'main' of https://github.com/Ukendio/jecs Ukendio 2024-11-16 17:11:33 +0100
  • 902809b514 Fix check in debug mode Ukendio 2024-11-16 17:11:24 +0100
  • 03389e5189
    Removed redundant guard (#157) metrowaii 2024-11-14 21:29:13 -0800
  • d81224d78b Removed redundant guard metrowaii 2024-11-14 21:27:16 -0800
  • c7ca63337b 0.4.0-rc.0 Ukendio 2024-11-14 21:11:23 +0100
  • a3ff4e3fa0 Bump v0.4.0-rc.0 Ukendio 2024-11-14 16:46:12 +0100
  • a850d0b704 fast access to record Ukendio 2024-11-14 16:45:47 +0100
  • 8a03dd2c39 Add trailing comma Ukendio 2024-11-14 03:43:56 +0100
  • 9066611373 Fix ECS_GENERATION_INC Ukendio 2024-11-14 03:39:46 +0100
  • b40af9fe9d Fix generation increment overflowing id Ukendio 2024-11-14 03:38:27 +0100
  • ceb7ea9866 Fix typings of exported pair function Ukendio 2024-11-14 02:22:28 +0100
  • 303bd4ed16
    Entity recycling (#156) Marcus 2024-11-13 20:05:01 +0100
  • 456f0bd2a6 Manual inlining Ukendio 2024-11-13 19:58:08 +0100
  • fd191e2235 Force inlining Ukendio 2024-11-13 19:56:29 +0100
  • d4bc12a656 Add check for friend existing Ukendio 2024-11-13 01:48:38 +0100
  • ce2a9e08ac return 0 instead Ukendio 2024-11-13 01:18:08 +0100
  • b9e0b7424b Add whiteline Ukendio 2024-11-13 01:03:46 +0100
  • ff11d3ae1a
    Merge branch 'main' into entity-recycling Marcus 2024-11-13 01:03:18 +0100
  • 00d6269a25 Remove sparse_count Ukendio 2024-11-13 01:01:52 +0100
  • c02a5d60ba Fix indentations Ukendio 2024-11-13 00:58:02 +0100
  • 7d09aca97d Initial commit Ukendio 2024-11-13 00:44:07 +0100
  • 557bb10723 packaging: Add pesde support, actions(cd): Add pesde publishing to release action marked 2024-11-12 21:03:29 +0100
  • c4b47d867d
    Merge pull request #154 from Mark-Marks/add-license-to-manifest EncodedVenom 2024-11-12 14:30:18 -0500
  • 7259ad59b5 packaging(wally): Add license to package and manifest marked 2024-11-12 20:22:41 +0100
  • 1e11c2f338
    Update README.md (#152) shameless✰ 2024-11-10 22:46:36 +0000
  • 1b5258c746
    Update README.md olgierd✰ 2024-11-10 16:42:45 +0000
  • c3874486a0 Merge Ukendio 2024-11-10 14:44:15 +0100
  • 4aca3ab192 Ignore stylua Ukendio 2024-11-10 04:14:08 +0100
  • ec91a5d1e9 Improve types for SolverV2 Ukendio 2024-11-10 02:24:58 +0100
  • 52bad8137d fix typos in docs ChinoUkaegbu 2024-11-07 10:51:27 +0000
  • 4fc36261c2 Praise StyLua Gods Ukendio 2024-10-25 00:58:43 +0200
  • e4b266d3d5 Provide fast path to hooks Ukendio 2024-10-23 20:58:32 +0200
  • 3e79ff4c99 Update roblox-ts Ukendio 2024-10-21 19:31:51 +0200
  • acc6e40aed Simplify script maybe? EncodedVenom 2024-10-19 20:04:29 -0400
  • 9878df20ba Use bash entirely EncodedVenom 2024-10-19 20:02:05 -0400
  • b365fc8c1c Parenthesis EncodedVenom 2024-10-19 19:58:09 -0400
  • a8004011cc change to file EncodedVenom 2024-10-19 19:55:54 -0400
  • c697030ec4 debug EncodedVenom 2024-10-19 19:53:43 -0400
  • fefbd19b38 get around permissions EncodedVenom 2024-10-19 19:52:21 -0400
  • d5dc64be1b change location EncodedVenom 2024-10-19 19:49:13 -0400
  • 04ef154193 Unit testing init PR EncodedVenom 2024-10-19 19:47:26 -0400
  • 96f706f8df
    Merge pull request #147 from Mark-Marks/luau-analyze-workflow EncodedVenom 2024-10-19 19:41:55 -0400
  • a0f33e53c3
    Update analysis.yaml EncodedVenom 2024-10-19 19:41:28 -0400
  • 2458785316
    Hopefully better parsing EncodedVenom 2024-10-19 19:26:28 -0400
  • 4b2f6a5934
    Update analysis.yaml EncodedVenom 2024-10-19 19:16:21 -0400
  • 4c9c1a50ce
    Testing warning labels EncodedVenom 2024-10-19 19:05:11 -0400
  • b1bc689cbd
    Update analysis.yaml EncodedVenom 2024-10-19 18:52:16 -0400
  • d7a4d2e98a actions: Separate styling and analysis into different workflows Mark Marks 2024-10-20 00:46:35 +0200
  • faca8ae90a ci: Add luau-analyze step Mark Marks 2024-10-20 00:18:52 +0200
  • d6f4d782a2
    docs: fix syntax in ts example (#146) Lucas 2024-10-14 21:03:13 -0300
  • 98df228d5c
    docs: fix syntax in ts example Lucas 2024-10-13 17:52:53 -0300
  • de56723f07
    fix: remove json trailing comma (#145) Christopher Buss 2024-10-13 21:37:11 +0100
  • 50b69a25c0 fix: remove json trailing comma christopher-buss 2024-10-13 21:35:08 +0100
  • 0eb288e057
    style: fix inconsistent project formatting (#144) Christopher Buss 2024-10-12 21:18:11 +0100
  • e81b572480 style: fix inconsistent project formatting christopher-buss 2024-10-12 20:28:41 +0100
  • 1b50fa379d Fix dead links Ukendio 2024-10-12 22:15:48 +0200
  • f82318c642 Merge to main branch Ukendio 2024-10-12 22:06:31 +0200
  • a42c94832c Update changelog Ukendio 2024-10-12 22:04:32 +0200
  • d4be55ead0 Add tests for hooks Ukendio 2024-10-12 22:01:08 +0200
  • 76ab6838f2 query:archetypes is a method Ukendio 2024-10-12 22:00:51 +0200
  • c5e20aaf50
    Reuse archetype_delete on world:clear (#141) Marcus 2024-10-12 21:55:24 +0200
  • 11f9615495
    fix: query:archetypes() didnt take self in type (#143) Magic 2024-10-12 17:04:49 +0200
  • 80102de4e0
    fix: query:archetypes() didnt take self in type Magic 2024-10-12 14:05:12 +0200
  • 6359701a69
    Update ts type definitions (#142) juste 2024-10-12 04:45:37 +0300
  • 026fb40694 Add tests Ukendio 2024-10-12 03:38:25 +0200
  • 3e5b899143 Reuse archetype_delete on world:clear Ukendio 2024-10-12 03:37:29 +0200
  • 8629c98061 add prettier hautajoki 2024-10-11 18:25:49 -0700
  • 6f6de5e17e updated typescript types hautajoki 2024-10-11 18:17:31 -0700
  • 2e246e1e7a Add cleanup to types Ukendio 2024-10-09 00:54:22 +0200
  • 270260cb70 move out attributes Ukendio 2024-10-06 05:43:20 +0200
  • bf4904fbc7 Resize logo smaller Ukendio 2024-10-06 05:42:41 +0200