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: seifer8ff/sim-world
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.1.9.6
Choose a base ref
...
head repository: seifer8ff/sim-world
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 2 commits
  • 36 files changed
  • 1 contributor

Commits on Mar 5, 2024

  1. Feat: Quality of Life Improvements (#6)

    
    * feat: cloud mask, tile info box, perf improvements
    
    Add sky-mask component that shows/hides multiple layers of clouds and fades them in/out based on zoom level. This allows a decreased viewport at lower zoom levels for better perf.
    Skip render loops when there are no tiles + more DRY render code.
    Add tile info box that shows a description of the selected tile. Descriptions are generated in getDescription on Actors.
    Add UI render layer for selection icons, UI effects, etc.
    Add selected tile icon and hook it up to selection.
    Tile selection is still buggy (at higher zoom levels, the tile selection is offset :(
    
    * feat: re-enable person entity
    
    Add name generator for animals as well as people.
    Add person back to game.
    Move repeated lerp functions into misc-utility and standardize param order.
    seifer8ff authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    7c63615 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Update main.yaml

    seifer8ff authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    557dabe View commit details
    Browse the repository at this point in the history
Loading