Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: CesiumGS/cesium
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 633f5153b48ec83eaeeaaa5e1e1a0bc09c78f22c
Choose a base ref
...
head repository: CesiumGS/cesium
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d11b746e5809ac115fcff65b7b0c6bdfe81dcf1c
Choose a head ref

Commits on May 8, 2023

  1. Make sure availability tiles are loaded before deciding there is no t…

    …errain at that x, y, level
    ggetz committed May 8, 2023
    Copy the full SHA
    b35ac36 View commit details

Commits on May 11, 2023

  1. Fix doc for Entity.prototype.computeModelMatrix (#11277)

    Co-authored-by: Jeshurun Hembd <jeshurun@cesium.com>
    jjhembd and Jeshurun Hembd authored May 11, 2023
    Copy the full SHA
    d35385f View commit details

Commits on May 15, 2023

  1. Update widgets version

    ggetz committed May 15, 2023
    Copy the full SHA
    f573f11 View commit details

Commits on May 18, 2023

  1. Copy the full SHA
    afab16d View commit details
  2. Copy the full SHA
    c60dd09 View commit details
  3. Return the correct promise

    ggetz committed May 18, 2023
    Copy the full SHA
    0c69d1b View commit details
  4. Update CHANGES.md

    ggetz committed May 18, 2023
    Copy the full SHA
    04a03d6 View commit details
  5. Copy the full SHA
    1a58698 View commit details
  6. prettier

    ggetz committed May 18, 2023
    Copy the full SHA
    0b16196 View commit details

Commits on May 19, 2023

  1. Add unit test

    ggetz committed May 19, 2023
    Copy the full SHA
    fa78047 View commit details
  2. Merge pull request #11296 from CesiumGS/terrain-availability

    Terrain availability race condition
    mramato authored May 19, 2023
    Copy the full SHA
    2cbe296 View commit details

Commits on May 24, 2023

  1. Enable standard derivatives extension in demodernizeShader

    Jeshurun Hembd committed May 24, 2023
    Copy the full SHA
    95c5e60 View commit details
  2. Merge pull request #11308 from CesiumGS/standard-derivatives

    Fix misleading warnings for OES_standard_derivatives
    lilleyse authored May 24, 2023
    Copy the full SHA
    8da0967 View commit details

Commits on May 25, 2023

  1. Fixed color creation from CSS color string with modern "space-separat…

    …ed" syntax (#11271)
    
    * Fix `Color.fromCssColorString` in case of parsing `rgb(a)`/`hsl(a)` CSS colors with modern "space-separated" syntax
    
    * Add `Alexander Popoff` (@aerialist7) to the list of contributors
    
    * Escaping
    
    * Disable `/` parsing
    
    * Fix regexps
    
    * Only remove surrounding whitespace from color strings
    
    * Enable `/` parsing
    
    * Formatting
    
    * Make sure availability tiles are loaded before deciding there is no terrain at that x, y, level
    
    * Return the correct promise
    
    * Update CHANGES.md
    
    * Adjust camera controls for 3D
    
    * Use first picked position in drag when possible
    
    * Use pick position direction for panning
    
    * Only use new camera controls when globe is false
    
    * Spin3d should fallback to old behavior when globe is defined
    
    * pick globe on spin3d
    
    * Fallback to old behavior for spin3d
    
    * Updates for Google Photorealistic 3D Tiles
    
    * Updates for 1.105.1 release
    
    * Fix doc for Entity.prototype.computeModelMatrix (#11277)
    
    Co-authored-by: Jeshurun Hembd <jeshurun@cesium.com>
    
    * Update widgets version
    
    * fixed datasource display visualizer callback typedef (#11294)
    
    * Add TextureUniform type for setUniform value type (#11284)
    
    * Add unit test
    
    * Enable standard derivatives extension in demodernizeShader
    
    * Update CHANGES.md
    
    ---------
    
    Co-authored-by: Gabby Getz <gabby@cesium.com>
    Co-authored-by: Jeshurun Hembd <41167620+jjhembd@users.noreply.github.com>
    Co-authored-by: Jeshurun Hembd <jeshurun@cesium.com>
    Co-authored-by: Ben Kuster <bkuster@vc.systems>
    Co-authored-by: Frédéric Junod <frederic.junod@camptocamp.com>
    6 people authored May 25, 2023
    Copy the full SHA
    2f409a4 View commit details
  2. Terrain deprecation fixes

    ggetz committed May 25, 2023
    Copy the full SHA
    3b58c72 View commit details

Commits on May 26, 2023

  1. Fix readyPromise condition

    ggetz committed May 26, 2023
    Copy the full SHA
    6418099 View commit details
  2. Merge pull request #11311 from CesiumGS/terrain-deprecation-fixes

    Terrain & imagery provider ready deprecation fixes
    jjhembd authored May 26, 2023
    Copy the full SHA
    3906ba3 View commit details

Commits on May 30, 2023

  1. Fix for zoom on tracked entity

    ggetz committed May 30, 2023
    Copy the full SHA
    c2f7e64 View commit details

Commits on May 31, 2023

  1. Fixed label background rendering. (#11293)

    * Fixed label background rendering.
    
    * Add IKangXu (@IKangXu) to the list of contributors and update changes.md
    
    * Update CHANGES.md
    
    * Fix background image for label
    
    ---------
    
    Co-authored-by: IKangXu <xukang@emapgis.com>
    IKangXu and IKangXu authored May 31, 2023
    Copy the full SHA
    b741605 View commit details
  2. Merge pull request #11319 from CesiumGS/tracked-entity-fix

    Fix for zoom on tracked entity
    jjhembd authored May 31, 2023
    Copy the full SHA
    f0dc559 View commit details
  3. Updates for 1.106 release

    Jeshurun Hembd committed May 31, 2023
    Copy the full SHA
    d11b746 View commit details

Commits on Jun 1, 2023

  1. dependency updates (#11325)

    * Update dependencies
    
    * Update tween.js
    
    * Revert tween.js version (see #11324)
    
    * Revert dependency changes that only affected patch versions
    
    ---------
    
    Co-authored-by: Jeshurun Hembd <jeshurun@cesium.com>
    jjhembd and Jeshurun Hembd authored Jun 1, 2023
    Copy the full SHA
    b2d169d View commit details
Loading