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

0.10 Map Selector Part 1 #157

Open
wants to merge 12 commits into
base: feat/mom-0.10
Choose a base branch
from
Open

Commits on Nov 15, 2024

  1. fix: eslint errors from last PR

    tsa96 committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    e0be40b View commit details
    Browse the repository at this point in the history
  2. refactor: shorten name of utility classes

    I miss Tailwind
    tsa96 committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    2c92584 View commit details
    Browse the repository at this point in the history
  3. refactor: use new iterator methods

    Thanks SCell!!
    tsa96 committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    4de0c35 View commit details
    Browse the repository at this point in the history
  4. fix: don't capitalize toast titles in JS

    Looks bad, also Pano can capitalize in CSS if needed, stupid (me) doing it in JS
    tsa96 committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    08751e3 View commit details
    Browse the repository at this point in the history
  5. fix: random zone null error

    Peen you've probs fixed this already and this'll probs conflict with your stuff, just overwrite.
    tsa96 committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    55f717c View commit details
    Browse the repository at this point in the history
  6. chore: bump typescript to 5.6.4

    Wanted the iterator method thingies
    tsa96 committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    f670a77 View commit details
    Browse the repository at this point in the history
  7. chore: bump types submodule

    Yaaaaay we have to do submodule bumps for P2:CE-only stuff :)
    tsa96 committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    4768a1f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2685e1c View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. refactor: use new MapData structure in TS

    This might conflict with some of rio's map-info/tab-menu/loading-screen stuff,
    tried to make minimal changes here.
    
    Moved some MapEntry logic from C++ to TS in the process, fewer hardcoded
    values in C++.
    tsa96 committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    519674c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ca2b9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2cfbdbd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    05fe373 View commit details
    Browse the repository at this point in the history