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

avm2: Work towards starting to remove PrimitiveObject #18198

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Oct 13, 2024

  1. avm2: Work towards starting to remove PrimitiveObject

    Lord-McSweeney authored and Lord-McSweeney committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    9a3e8da View commit details
    Browse the repository at this point in the history
  2. tests: Test void and null classes

    Lord-McSweeney authored and Lord-McSweeney committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    692e2d6 View commit details
    Browse the repository at this point in the history
  3. avm2: Remove a lot of uses of coerce_to_object

    Lord-McSweeney authored and Lord-McSweeney committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    7de5adb View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. avm2: Remove more uses of coerce_to_object, especially in Graphics

    Lord-McSweeney authored and Lord-McSweeney committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    64cd9e2 View commit details
    Browse the repository at this point in the history
  2. avm2: Remove a few more uses of coerce_to_object

    Lord-McSweeney authored and Lord-McSweeney committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    e82239c View commit details
    Browse the repository at this point in the history
  3. avm2: Make SharedObject an Object variant

    Lord-McSweeney authored and Lord-McSweeney committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    e4d16ea View commit details
    Browse the repository at this point in the history
  4. avm2: Ensure Matrix3D's rawData is never null

    Lord-McSweeney authored and Lord-McSweeney committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    1acb7ae View commit details
    Browse the repository at this point in the history
  5. avm2: Store LocalConnection.client on its native object data

    Lord-McSweeney authored and Lord-McSweeney committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    1306388 View commit details
    Browse the repository at this point in the history
  6. avm2: Remove three more uses of coerce_to_object, used in Stage3D t…

    …exture handling
    Lord-McSweeney authored and Lord-McSweeney committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    3da12f0 View commit details
    Browse the repository at this point in the history
  7. avm2: Remove last use of coerce_to_object outside of core code

    Lord-McSweeney authored and Lord-McSweeney committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    d2ca379 View commit details
    Browse the repository at this point in the history