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

Migrate engine Constants from a static class to const enums and normal exports #15386

Draft
wants to merge 22 commits into
base: master
Choose a base branch
from

Commits on Aug 7, 2024

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

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    4a7cf6a View commit details
    Browse the repository at this point in the history
  2. TextureType const enum

    james-pre committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    7d21433 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f17385f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ef14b1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    873c44a View commit details
    Browse the repository at this point in the history
  6. MESHES_CULLINGSTRATEGY_* -> CullingStrategy

    Note: Also changed the type of `BoundingInfo.isInFrustum`
    james-pre committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    4bfdea5 View commit details
    Browse the repository at this point in the history
  7. SCENELOADER_*_LOGGING -> SceneLoaderLogging

    Updated the type of `SceneLoaderFlags.loggingLevel`
    james-pre committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    c77552c View commit details
    Browse the repository at this point in the history
  8. SCALEMODE_* -> ScaleMode

    Also added more deprecation notices
    james-pre committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    0c9a37b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fe10ff5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c2dd2d6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2b11708 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1adef43 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    868693f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    83646f2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2ee457d View commit details
    Browse the repository at this point in the history
  16. RIG_MODE_* -> RigMode

    james-pre committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    50c7b8e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1267e09 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    fd4be3d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    368edac View commit details
    Browse the repository at this point in the history
  20. Fixed unupdated reference

    james-pre committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    11a8aeb View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

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