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: steamicc/makecode-steami
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: steamicc/makecode-steami
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: charly-screen
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 23 files changed
  • 1 contributor

Commits on Oct 10, 2024

  1. feat : Simulation parts

    Charly-sketch authored and nedseb committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    6b66834 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58893d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36f07fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7444421 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ada6de7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5ee6e85 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    877eca8 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

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

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    94c118d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eee224d View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

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

Commits on Oct 22, 2024

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

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    0c7de8d View commit details
    Browse the repository at this point in the history
  2. fix: prevent crash of screen refresh

    Added a condition to check if the pixel array has changed before refreshing the screen. This prevents unnecessary refreshes, reducing the risk of MakeCode crashing due to frequent screen updates. The function can still fail if the display changes too rapidly.
    Charly-sketch committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    69d55b8 View commit details
    Browse the repository at this point in the history
  3. fix: refresh screen crash

    Moved the SVG construction to `buildScreen` and updated `updateScreen` to only change the color of existing elements. This improves performance by avoiding redundant SVG element creation.
    Charly-sketch committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    34edae8 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. feat : draw blocks simulation

    line, rectangle and circle
    Charly-sketch committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    fd131fb View commit details
    Browse the repository at this point in the history
Loading