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: stride3d/stride
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: releases/4.2.0.2282
Choose a base ref
...
head repository: stride3d/stride
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: releases/4.2.0.2293
Choose a head ref
  • 11 commits
  • 28 files changed
  • 9 contributors

Commits on Dec 14, 2024

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

Commits on Dec 16, 2024

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

Commits on Dec 17, 2024

  1. [Android] Fix invalid configuration in Android solution file. (#2563)

    Co-authored-by: Basewq <Basewq@users.noreply.github.com>
    Basewq and Basewq authored Dec 17, 2024
    Configuration menu
    Copy the full SHA
    51410f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa8ab55 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2024

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

Commits on Dec 20, 2024

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

Commits on Dec 22, 2024

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

Commits on Dec 26, 2024

  1. feat: added outline support for TextBlock (#2582)

    * added outline support for TextBlock
    
    added the possibility to add outline to you text block OutlineColor to change the color and OutlineThickness to change Thickness
    
    * Optimize TextBlock outline rendering using nested loops
    
    - No array allocation (Vector2[]) - reduces garbage collection pressure
    - More efficient memory usage - uses stack instead of heap
    
    * Remove unrelated whitespace
    
    * Use empty alpha instead of null comparison - color is a struct
    
    ---------
    
    Co-authored-by: Eideren <contact@eideren.com>
    ourabigdev and Eideren authored Dec 26, 2024
    Configuration menu
    Copy the full SHA
    51d1b8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    154dabf View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2024

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