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

Update to Babylon.js 7.6.2 #1373

Merged
merged 26 commits into from
May 17, 2024
Merged

Update to Babylon.js 7.6.2 #1373

merged 26 commits into from
May 17, 2024

Commits on Mar 28, 2024

  1. Update to Babylon.js 7.0.0

    bghgary committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    72aa1be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76b8be5 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. - Update to latest JsRuntimeHost with lots of fixes.

    - Update a few validation tests to not use render count.
    - Update scripts to use `const`/`let` instead of `var`.
    - Update validation script to handle some errors better and clean up dead code.
    - Add unhandled exception handler to Playground app so that validation test will report correct errors and exit correctly.
    - Change core graphics device implemenation to update bgfx state right before requesting screenshots. This will ensure the screenshot is the right size if the resolution has changed.
    - Fix TestUtils:WritePNG to return an error when the byte length is an unexpected size instead of silently failing.
    - Change TestUtils::SetTtitle to update the HWND title on a background thread to avoid dead lock with the main thread.
    bghgary committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    58ccd54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bef079 View commit details
    Browse the repository at this point in the history
  3. Bump JsRuntimeHost

    bghgary committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    5e2f600 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Bump JsRuntimeHost

    bghgary committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    2980a8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f87a56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1dfd7f View commit details
    Browse the repository at this point in the history
  4. Fix compile error on linux

    bghgary committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    c5c2469 View commit details
    Browse the repository at this point in the history
  5. Missed changing a header

    bghgary committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    daa6ac6 View commit details
    Browse the repository at this point in the history
  6. Fix install

    bghgary committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    9dbdaf2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0909b5d View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Address feedback

    bghgary committed May 10, 2024
    Configuration menu
    Copy the full SHA
    9c7083c View commit details
    Browse the repository at this point in the history
  2. Fix let/const issue

    bghgary committed May 10, 2024
    Configuration menu
    Copy the full SHA
    788b706 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3001254 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c4a385d View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    76c6e0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6c6e25 View commit details
    Browse the repository at this point in the history
  3. Update to Babylon.js 7.6.1

    bghgary committed May 14, 2024
    Configuration menu
    Copy the full SHA
    7d64934 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2252eb3 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    540a165 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6cce11 View commit details
    Browse the repository at this point in the history
  3. Ugh

    bghgary committed May 16, 2024
    Configuration menu
    Copy the full SHA
    c884bf7 View commit details
    Browse the repository at this point in the history
  4. Fix package-lock.json

    bghgary committed May 16, 2024
    Configuration menu
    Copy the full SHA
    ec1ee3b View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

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

    bghgary committed May 17, 2024
    Configuration menu
    Copy the full SHA
    52a821b View commit details
    Browse the repository at this point in the history