Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loosen types for get #20

Merged
merged 325 commits into from
Apr 23, 2024
Merged

Loosen types for get #20

merged 325 commits into from
Apr 23, 2024
This pull request is big! We’re only showing the most recent 250 commits.

Commits on May 13, 2022

  1. Merge pull request #13 from noahwillcrow/patch-1

    Clear changedStorage, too
    evaera authored May 13, 2022
    Configuration menu
    Copy the full SHA
    489599f View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. trackedChanged edit

    hatmatty authored May 18, 2022
    Configuration menu
    Copy the full SHA
    ce1e9ad View commit details
    Browse the repository at this point in the history
  2. one liner

    hatmatty authored May 18, 2022
    Configuration menu
    Copy the full SHA
    bce23a4 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. Configuration menu
    Copy the full SHA
    a129fa0 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2022

  1. Switch from Foreman to Aftman

    evaera committed Jun 4, 2022
    Configuration menu
    Copy the full SHA
    b502b07 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9 from flamenco687/export-types

    Export world & loop types
    evaera authored Jun 4, 2022
    Configuration menu
    Copy the full SHA
    5a5c572 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #12 from Qualadore/correct-system-error-stacktraces

    Correct system error stacktraces
    evaera authored Jun 4, 2022
    Configuration menu
    Copy the full SHA
    4e39136 View commit details
    Browse the repository at this point in the history
  4. Fix formatting and add tests

    evaera committed Jun 4, 2022
    Configuration menu
    Copy the full SHA
    4af982f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #15 from hatmatty/main

    Store Entire Change Between queryChanged Calls
    evaera authored Jun 4, 2022
    Configuration menu
    Copy the full SHA
    e3c60ee View commit details
    Browse the repository at this point in the history
  6. Merge pull request #16 from noahwillcrow/patch-1

    Fix comments on structure of `_archetypes` and `_entityArchetypes`
    evaera authored Jun 4, 2022
    Configuration menu
    Copy the full SHA
    9657ae9 View commit details
    Browse the repository at this point in the history
  7. Update rojo

    evaera committed Jun 4, 2022
    Configuration menu
    Copy the full SHA
    3550dd0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6fb050c View commit details
    Browse the repository at this point in the history
  9. Update CHANGELOG.md

    evaera committed Jun 4, 2022
    Configuration menu
    Copy the full SHA
    d2eabd4 View commit details
    Browse the repository at this point in the history
  10. Implement QueryResult:__iter

    Closes #14
    evaera committed Jun 4, 2022
    Configuration menu
    Copy the full SHA
    6cedc31 View commit details
    Browse the repository at this point in the history
  11. Improve World error messages

    Closes #8
    evaera committed Jun 4, 2022
    Configuration menu
    Copy the full SHA
    4581a4f View commit details
    Browse the repository at this point in the history
  12. Allow specifying default component data

    Closes #10
    evaera committed Jun 4, 2022
    Configuration menu
    Copy the full SHA
    b1e8b95 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    dca9abb View commit details
    Browse the repository at this point in the history
  14. Correct module casing

    evaera committed Jun 4, 2022
    Configuration menu
    Copy the full SHA
    e3fe7fc View commit details
    Browse the repository at this point in the history
  15. Remove dependency on llama

    evaera committed Jun 4, 2022
    Configuration menu
    Copy the full SHA
    42f889a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e8c8724 View commit details
    Browse the repository at this point in the history
  17. Add QueryResult:snapshot

    Closes #5
    evaera committed Jun 4, 2022
    Configuration menu
    Copy the full SHA
    86ada29 View commit details
    Browse the repository at this point in the history
  18. Release version 0.2.0

    evaera committed Jun 4, 2022
    Configuration menu
    Copy the full SHA
    740f19d View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Configuration menu
    Copy the full SHA
    7109bbb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #18 from Ukendio/correct-casing

    fix casing for module names
    evaera authored Jun 6, 2022
    Configuration menu
    Copy the full SHA
    ae853b5 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. Add spawnAt and __iter

    evaera committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    49ac08e View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Configuration menu
    Copy the full SHA
    5fd3371 View commit details
    Browse the repository at this point in the history
  2. Add hot reloading support

    Closes #11
    evaera committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    5f4641c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de4a909 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9d7106e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7b78606 View commit details
    Browse the repository at this point in the history
  6. Update CHANGELOG.md

    evaera committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    63c36fe View commit details
    Browse the repository at this point in the history
  7. Update example readme

    evaera committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    7c0c636 View commit details
    Browse the repository at this point in the history
  8. add test for spawnAt

    evaera committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    e575fff View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. Configuration menu
    Copy the full SHA
    b9b793f View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    evaera committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    9568c7e View commit details
    Browse the repository at this point in the history
  3. Update query iteration warning

    evaera committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    b7a68ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eab00d4 View commit details
    Browse the repository at this point in the history
  5. Release version 0.3.0

    evaera committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    2891e3a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ec15e47 View commit details
    Browse the repository at this point in the history
  7. fix docs typo

    evaera committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    23b0584 View commit details
    Browse the repository at this point in the history
  8. fix mistake in docs

    evaera committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    decc500 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2022

  1. Configuration menu
    Copy the full SHA
    9d1ce9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84bf975 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    evaera committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    cbfd1b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    326e4d6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    edbddd2 View commit details
    Browse the repository at this point in the history
  6. Clean up queryChanged storage

    evaera committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    0da1165 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3691c58 View commit details
    Browse the repository at this point in the history
  8. Update CHANGELOG.md

    evaera committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    b96b347 View commit details
    Browse the repository at this point in the history
  9. Use mock BindableEvents for test

    Closes #6
    evaera committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    bab7a52 View commit details
    Browse the repository at this point in the history
  10. Update CHANGELOG.md

    evaera committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    69df97b View commit details
    Browse the repository at this point in the history
  11. Release version 0.4.0

    evaera committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    1607d73 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. First version of debug ui

    evaera committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    3629081 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ddb608f View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. Move debugger into library

    evaera committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    5ec9a80 View commit details
    Browse the repository at this point in the history
  2. Switch back to rewire

    evaera committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    99d02fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7beef3c View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. Update docs

    evaera committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    e5e8ecc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9af5326 View commit details
    Browse the repository at this point in the history
  3. Sync debugvision and debugger

    evaera committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    b009de8 View commit details
    Browse the repository at this point in the history
  4. Add docs to debugger

    evaera committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    370699e View commit details
    Browse the repository at this point in the history
  5. Use plasma multi-phase api

    evaera committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    7fb8fdf View commit details
    Browse the repository at this point in the history
  6. Switch back to release plasma

    evaera committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    6898595 View commit details
    Browse the repository at this point in the history
  7. Update CHANGELOG.md

    evaera committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    045ffbd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    44595f8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d468be3 View commit details
    Browse the repository at this point in the history
  10. Add new docs

    evaera committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    028d79d View commit details
    Browse the repository at this point in the history
  11. Add debugger to matter props

    evaera committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    2af8e23 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    54f7bcc View commit details
    Browse the repository at this point in the history
  13. Release version 0.5.0

    evaera committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    f2c77bd View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    028aa2b View commit details
    Browse the repository at this point in the history
  15. Release version 0.5.1

    evaera committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    60b3388 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. Configuration menu
    Copy the full SHA
    55e3c73 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2022

  1. Update .gitignore

    evaera committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    e2160b8 View commit details
    Browse the repository at this point in the history
  2. Update plasma

    evaera committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    b94e326 View commit details
    Browse the repository at this point in the history
  3. Fix scrolling panel

    evaera committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    4f8c3d9 View commit details
    Browse the repository at this point in the history
  4. Use hydrateAutomaticSize

    evaera committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    990a5f9 View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG.md

    evaera committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    931c161 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    42ed678 View commit details
    Browse the repository at this point in the history
  7. Make systemName more useful

    evaera committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    be84e5b View commit details
    Browse the repository at this point in the history
  8. Merge pull request #19 from 4igz/debug-ui-system-names

    Respect anonymous function names and functions defined in the system field.
    evaera authored Jul 2, 2022
    Configuration menu
    Copy the full SHA
    a394781 View commit details
    Browse the repository at this point in the history
  9. Update CHANGELOG.md

    evaera committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    1ea7bfd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ac14802 View commit details
    Browse the repository at this point in the history
  11. Release version 0.5.2

    evaera committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    ba58919 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7ee9b90 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2022

  1. Add missing debug widgets

    evaera committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    c56cb36 View commit details
    Browse the repository at this point in the history
  2. Add link widget

    evaera committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    4f67a95 View commit details
    Browse the repository at this point in the history
  3. Add icons to selectionList

    evaera committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    b12c62d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a49d0c8 View commit details
    Browse the repository at this point in the history
  5. Use refs in useInstance

    evaera committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    064182f View commit details
    Browse the repository at this point in the history
  6. Add table viewer

    evaera committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    f81f05b View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

  1. Add quick performance log

    evaera committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    918e461 View commit details
    Browse the repository at this point in the history
  2. Initial debugger design pass

    evaera committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    b01db5c View commit details
    Browse the repository at this point in the history
  3. Support custom events through duck typing

    bobo authored Jul 4, 2022
    Configuration menu
    Copy the full SHA
    61e56a8 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.md

    bobo authored Jul 4, 2022
    Configuration menu
    Copy the full SHA
    ce9610c View commit details
    Browse the repository at this point in the history
  5. Update CHANGELOG.md

    bobo authored Jul 4, 2022
    Configuration menu
    Copy the full SHA
    bbf12f0 View commit details
    Browse the repository at this point in the history
  6. Update useEvent.lua

    bobo authored Jul 4, 2022
    Configuration menu
    Copy the full SHA
    30d4e36 View commit details
    Browse the repository at this point in the history
  7. Update useEvent.lua

    bobo authored Jul 4, 2022
    Configuration menu
    Copy the full SHA
    57719ee View commit details
    Browse the repository at this point in the history
  8. Cleanup

    bobo authored Jul 4, 2022
    Configuration menu
    Copy the full SHA
    d7fbbb6 View commit details
    Browse the repository at this point in the history
  9. More cleanup

    bobo authored Jul 4, 2022
    Configuration menu
    Copy the full SHA
    7592c72 View commit details
    Browse the repository at this point in the history
  10. Commit

    finobinos committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    7aef20a View commit details
    Browse the repository at this point in the history
  11. Fix order

    finobinos committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    67ba165 View commit details
    Browse the repository at this point in the history
  12. Support passing in custom signals directly as the 2nd argument (backw…

    …ards compatibility)
    finobinos committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    bd11979 View commit details
    Browse the repository at this point in the history
  13. Fix bugs

    finobinos committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    89b61ab View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. Configuration menu
    Copy the full SHA
    94649ad View commit details
    Browse the repository at this point in the history
  2. Add world inspector

    evaera committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    df5e012 View commit details
    Browse the repository at this point in the history
  3. Update for plasma v0.4.0

    evaera committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    a4a508b View commit details
    Browse the repository at this point in the history
  4. Update debugger screenshot

    evaera committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    fcded01 View commit details
    Browse the repository at this point in the history
  5. Upgrade Plasma in example

    evaera committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    0760501 View commit details
    Browse the repository at this point in the history
  6. Release version 0.5.3

    evaera committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    2fc0c8a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aef8b5d View commit details
    Browse the repository at this point in the history
  8. Add docs and cleanup

    finobinos committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    a7b3b34 View commit details
    Browse the repository at this point in the history
  9. Update CHANGELOG.md

    finobinos committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    6515b92 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'main' into main

    bobo authored Jul 5, 2022
    Configuration menu
    Copy the full SHA
    33e5c22 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d0c29fd View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. Improve docs

    finobinos committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    828924a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec992dc View commit details
    Browse the repository at this point in the history
  3. Improve formatTable function

    evaera committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    b08f007 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b0d40f0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    59a80e1 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. Configuration menu
    Copy the full SHA
    911d123 View commit details
    Browse the repository at this point in the history
  2. Delete logo.lua

    evaera committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    cd9a053 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db7d413 View commit details
    Browse the repository at this point in the history
  4. remove unused import

    evaera committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    b342ff6 View commit details
    Browse the repository at this point in the history
  5. drop the Id

    evaera committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    7631798 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fef3f4a View commit details
    Browse the repository at this point in the history
  7. use pairs

    evaera committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    ce0e532 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c58ccb4 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. Configuration menu
    Copy the full SHA
    97f250e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4acf36d View commit details
    Browse the repository at this point in the history
  3. Update docs

    evaera committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    091ffc7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #23 from benbrimeyer/patch-2

    Add caution tip for autoInitialize docs
    evaera authored Jul 8, 2022
    Configuration menu
    Copy the full SHA
    6e11de6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #22 from benbrimeyer/patch-1

    Suggest compatible Plasma in debugger docs
    evaera authored Jul 8, 2022
    Configuration menu
    Copy the full SHA
    646bcf1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    abd9d70 View commit details
    Browse the repository at this point in the history
  7. Tweak custom useEvent code

    evaera committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    441e7c1 View commit details
    Browse the repository at this point in the history
  8. Add some tests

    evaera committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    5e254a8 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #20 from bubshayz/main

    Support custom events for `matter.useEvent` through duck typing
    evaera authored Jul 8, 2022
    Configuration menu
    Copy the full SHA
    c43ad10 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2022

  1. Update plasma version in docs

    evaera committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    2bd5bc3 View commit details
    Browse the repository at this point in the history
  2. Update plasma in example

    evaera committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    dce95a7 View commit details
    Browse the repository at this point in the history
  3. Release version 0.6.0

    evaera committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    8982c42 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    16ee850 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2022

  1. Reorganize example game

    evaera committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    544572b View commit details
    Browse the repository at this point in the history
  2. Fix early return in system

    evaera committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    d14383b View commit details
    Browse the repository at this point in the history
  3. Add query inspect

    evaera committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    21ad994 View commit details
    Browse the repository at this point in the history
  4. Add error inspection

    evaera committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    1e13d25 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    806b6f2 View commit details
    Browse the repository at this point in the history
  6. Add Matter.log

    evaera committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    726d52c View commit details
    Browse the repository at this point in the history
  7. Update CHANGELOG.md

    evaera committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    08bb129 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fb07cee View commit details
    Browse the repository at this point in the history
  9. Release version 0.6.1

    evaera committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    5e1c278 View commit details
    Browse the repository at this point in the history
  10. fix docs

    evaera committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    cf26ecb View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. Fix example link.

    ShouxTech authored Jul 11, 2022
    Configuration menu
    Copy the full SHA
    53f9603 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #25 from ShouxTech/patch-1

    Fix example link.
    evaera authored Jul 11, 2022
    Configuration menu
    Copy the full SHA
    ded326f View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. Configuration menu
    Copy the full SHA
    1f622ca View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. Update home page

    evaera committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    975ecb8 View commit details
    Browse the repository at this point in the history
  2. Fix text on light theme

    evaera committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    ccdd6ed View commit details
    Browse the repository at this point in the history
  3. fix mobile view

    evaera committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    e0772e0 View commit details
    Browse the repository at this point in the history
  4. Ignore sourcemap.json.

    Anaminus committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    a4eaa34 View commit details
    Browse the repository at this point in the history
  5. Fix conversion of tombstone to System type.

    Removes error indicating that tombstone cannot be converted to System.
    Anaminus committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    8e49885 View commit details
    Browse the repository at this point in the history
  6. Fix iteration of customWidgetConstructors.

    Removes error indicating that customWidgetConstructors cannot be
    iterated.
    Anaminus committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    f319bbb View commit details
    Browse the repository at this point in the history
  7. Fix argument mismatch when formatting CFrame components.

    Removes error indicating an argument count mismatch.
    Anaminus committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    2735954 View commit details
    Browse the repository at this point in the history
  8. Fix iteration of dirtyWorlds.

    Removes error indicating that dirtyWorlds cannot be iterated.
    Anaminus committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    b87ab21 View commit details
    Browse the repository at this point in the history
  9. Remove unused GuiService variable.

    Removes warning indicating that GuiService variable is unused.
    Anaminus committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    77d6259 View commit details
    Browse the repository at this point in the history
  10. Return nil explicitly for widgets.

    Removes warnings indicating implicit returns.
    Anaminus committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    2632c0e View commit details
    Browse the repository at this point in the history
  11. Return nil explicitly in _getStorageWithEntity.

    Removes warning indicating an implicit return.
    Anaminus committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    0858cc1 View commit details
    Browse the repository at this point in the history
  12. Use explicit returns in iterators.

    Removes warnings indicating implicit returns.
    Anaminus committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    788e8ad View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2022

  1. Configuration menu
    Copy the full SHA
    d4a1341 View commit details
    Browse the repository at this point in the history
  2. Release version 0.6.2

    evaera committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    d8174dc View commit details
    Browse the repository at this point in the history
  3. Merge pull request #27 from Anaminus/tidy-lsp

    Tidy up analysis noise
    evaera authored Jul 23, 2022
    Configuration menu
    Copy the full SHA
    6fbeac0 View commit details
    Browse the repository at this point in the history
  4. Update comment

    evaera authored Jul 23, 2022
    Configuration menu
    Copy the full SHA
    a9827d3 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #26 from noahwillcrow/patch-2

    Correct comment for _getStorageWithEntity
    evaera authored Jul 23, 2022
    Configuration menu
    Copy the full SHA
    bb17f5f View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. Fix broken link

    samcparker authored Aug 3, 2022
    Configuration menu
    Copy the full SHA
    e425b7f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #34 from samcparker/patch-1

    Fix broken link
    evaera authored Aug 3, 2022
    Configuration menu
    Copy the full SHA
    03c153d View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2022

  1. Update Replication.md

    rimuy authored Aug 28, 2022
    Configuration menu
    Copy the full SHA
    970a4ba View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. Merge pull request #36 from Rimuy/patch-1

    Fix typo in Replication.md
    evaera authored Sep 6, 2022
    Configuration menu
    Copy the full SHA
    dc6edff View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2022

  1. Configuration menu
    Copy the full SHA
    e6678a9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #37 from Aloroid/main

    Update Reconciliation Page for the new QueryChanged API
    evaera authored Oct 22, 2022
    Configuration menu
    Copy the full SHA
    e812806 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. Correct typo (#42)

    Qualadore authored Nov 2, 2022
    Configuration menu
    Copy the full SHA
    1f95848 View commit details
    Browse the repository at this point in the history
  2. Ensure exported matter object is read only (#41)

    * Ensure exported matter object is read only
    
    * Update CHANGELOG.md
    
    * Fix CHANGELOG.md
    bobo authored Nov 2, 2022
    Configuration menu
    Copy the full SHA
    db856e7 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Change Matter.log to return nothing as expected (#43)

    * Get rid of redundant return value
    
    * Update CHANGELOG.md
    bobo authored Nov 3, 2022
    Configuration menu
    Copy the full SHA
    eda67a1 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2022

  1. Improve docs for Matter.useEvent (#44)

    * Improve docs
    
    * Update CHANGELOG.md
    bobo authored Nov 5, 2022
    Configuration menu
    Copy the full SHA
    2e707d7 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Configuration menu
    Copy the full SHA
    c08c238 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2022

  1. Get rid of unused variables (#48)

    bobo authored Dec 24, 2022
    Configuration menu
    Copy the full SHA
    6cd5397 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. Create CommonMistakes.md

    evaera committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    3d5dc3c View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2023

  1. Improve docs

    evaera committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    25920f4 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Improve error message when a component instance is accidentally passe…

    …d instead of a component (#46)
    
    * Improve error message when a component instance is accidentally passed instead of a component
    
    * Update CHANGELOG.md
    
    * Add tests
    bobo authored May 16, 2023
    Configuration menu
    Copy the full SHA
    dd4de4b View commit details
    Browse the repository at this point in the history
  2. Improve error message

    evaera committed May 16, 2023
    Configuration menu
    Copy the full SHA
    90962b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b1bd87 View commit details
    Browse the repository at this point in the history
  4. Improve system scheduler logic (#54)

    * Reorganized system ordering logic & added test case
    
    * improved ordering logic
    
    ---------
    
    Co-authored-by: eryn L. K <eryn@eryn.io>
    metrowaii and evaera authored May 16, 2023
    Configuration menu
    Copy the full SHA
    cdf0867 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Configuration menu
    Copy the full SHA
    be89a87 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Prevented systems with undefined dependencies from being scheduled (#57)

    * Prevented systems with undefined dependencies from being scheduled
    
    * Throw error if user schedules system with dependency on unscheduled system
    
    * Removed schedule variable
    
    * Added test case
    metrowaii authored Jun 1, 2023
    Configuration menu
    Copy the full SHA
    2e27b46 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Configuration menu
    Copy the full SHA
    2a8e392 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Configuration menu
    Copy the full SHA
    cddfe6b View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    2d1ccfa View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Merge pull request #68 from jackTabsCode/patch-1

    Re-implement Mouse.Target for debugger mouse highlight
    Ukendio authored Dec 13, 2023
    Configuration menu
    Copy the full SHA
    6447fa7 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

  1. Configuration menu
    Copy the full SHA
    6f73738 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Merge pull request #74 from jackTabsCode/patch-1

    use ViewportPointToRay in mouse highlight implementation
    Ukendio authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    a1d119c View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Configuration menu
    Copy the full SHA
    9fa7d05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe988d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3311709 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0119f07 View commit details
    Browse the repository at this point in the history
  5. Release version 0.7.0

    jackTabsCode committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    aa6aff2 View commit details
    Browse the repository at this point in the history
  6. Bump wally.lock

    jackTabsCode committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    aa9c655 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    91a8482 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Configuration menu
    Copy the full SHA
    3a2f553 View commit details
    Browse the repository at this point in the history
  2. Run StyLua (#82)

    jackTabsCode authored Dec 21, 2023
    Configuration menu
    Copy the full SHA
    5d8a63b View commit details
    Browse the repository at this point in the history
  3. Add blame ignore

    LastTalon committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    0165125 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c38b1fd View commit details
    Browse the repository at this point in the history
  5. Merge pull request #83 from evaera/blame-ignore

    Add blame ignore
    Ukendio authored Dec 21, 2023
    Configuration menu
    Copy the full SHA
    b12381d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7b497f0 View commit details
    Browse the repository at this point in the history
  7. Add release workflow (#86)

    LastTalon authored Dec 21, 2023
    Configuration menu
    Copy the full SHA
    5ea1088 View commit details
    Browse the repository at this point in the history
  8. Update editorconfig (#84)

    LastTalon authored Dec 21, 2023
    Configuration menu
    Copy the full SHA
    9180d9a View commit details
    Browse the repository at this point in the history
  9. Add a .luaurc (#87)

    LastTalon authored Dec 21, 2023
    Configuration menu
    Copy the full SHA
    1c8d329 View commit details
    Browse the repository at this point in the history
  10. Fix selene lints (#88)

    jackTabsCode authored Dec 21, 2023
    Configuration menu
    Copy the full SHA
    0af3598 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. Put TestEz under dev-dependencies in wally.toml (#89)

    * Piut testez under devdependency
    
    * Add newline
    
    * Place DevPackages
    
    * Place DevPackages
    
    * Replace Packages with DevPackages in gitignore
    
    * Remove DevPackages from source
    Ukendio authored Dec 29, 2023
    Configuration menu
    Copy the full SHA
    092fad8 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Improve usability of world inspect widget (#95)

    * initial commit
    
    * cleanup
    
    * more cleanup
    
    * even more cleanup
    
    * change default to skip
    
    * Update lib/debugger/widgets/worldInspect.lua
    
    Co-authored-by: benj <benjaminbrimeyer@gmail.com>
    
    * fix selene warning
    
    * move view raw button
    
    ---------
    
    Co-authored-by: benj <benjaminbrimeyer@gmail.com>
    memorycode and benbrimeyer authored Jan 3, 2024
    Configuration menu
    Copy the full SHA
    643e61b View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Example packages regression fix (#100)

    * Ignore nested Packages
    
    * Fix regression from Packages
    
    * Should just be Packages
    Ukendio authored Jan 5, 2024
    Configuration menu
    Copy the full SHA
    241463f View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2024

  1. Configuration menu
    Copy the full SHA
    842a8b9 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Update automations (#8)

    LastTalon authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    a3601fb View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    6d6f131 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de2da13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98ef2f4 View commit details
    Browse the repository at this point in the history
  4. Add migration info (#15)

    LastTalon authored Jan 9, 2024
    Configuration menu
    Copy the full SHA
    96b0131 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Fix loop scheduler (#1)

    metrowaii authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    4aa29be View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    6cbbe93 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    5463169 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e74f5f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95c6262 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b53fe7a View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    62342d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1a25f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    22dfc47 View commit details
    Browse the repository at this point in the history
  4. Release v0.7.1 (#41)

    LastTalon authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    d01b203 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    47492c6 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    735699c View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    36e51ba View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    60f10ea View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. Archetype Invariants (#4)

    Ukendio authored Apr 14, 2024
    Configuration menu
    Copy the full SHA
    83338bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7d40c4 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Fix scheduler not respecting priority (#51)

    Co-authored-by: Marcus <ukendio@gmail.com>
    metrowaii and Ukendio authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    ff62f44 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Loosen types for get

    Ukendio committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    f3fe9a2 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    7d93e6b View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. Configuration menu
    Copy the full SHA
    fcd2b7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    958ca63 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    d6a43dd View commit details
    Browse the repository at this point in the history
  2. Adds query views (#31)

    Co-authored-by: metrowaii <metrowairblx@gmail.com>
    Ukendio and metrowaii authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    f11b192 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Update CHANGELOG.md (#60)

    Co-authored-by: ATK <54485972+ATK422@users.noreply.github.com>
    Ukendio and ATK422 authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    627635d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ac0ea5 View commit details
    Browse the repository at this point in the history
  3. Fix whitespace

    Ukendio committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    9e975f6 View commit details
    Browse the repository at this point in the history
  4. Update to v0.8.0

    Ukendio committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    71e1342 View commit details
    Browse the repository at this point in the history