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

Misc tweaks #41

Merged
merged 10 commits into from Nov 2, 2022
Merged

Misc tweaks #41

merged 10 commits into from Nov 2, 2022

Commits on Oct 24, 2022

  1. chore: Remove #Common_GameUpper

    Can just be a text transform as BLT said
    tsa96 committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    d18cda7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80e0f0e View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. feat: Clean up map selector stuff

    Various small tweaks, and switches to the updates Gamemodes structure
    tsa96 committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    1ee8f63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80214d6 View commit details
    Browse the repository at this point in the history
  3. fix: Temp fix for speedo JS exception

    This isn't a serious fix since brae's planning on rewritten this stuff anyway, but should make JS errors disappear for now
    tsa96 committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    d0c395d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    21cae8a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7758fbf View commit details
    Browse the repository at this point in the history
  6. refactor: Rename enums to camelCase

    Closes #25
    tsa96 committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    821a068 View commit details
    Browse the repository at this point in the history
  7. fix: Linegraph scaling

    I *think* Valve have fixed this already and we've pulled it in from csgo, since the graph seems scaled wrong for everyone now. So I'm 90% sure this'll fix everything.
    tsa96 committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    99b00f2 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. refactor: Improve Gamemodes structure

    Tried to get as close to what Goc asked for in #23
    This fixes an issue with panel IDs bugging out because the shortName was used as an ID and Pano doesn't like it containing a hash
    tsa96 committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    ad7db0a View commit details
    Browse the repository at this point in the history