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

Feature/elevator map updates #255

Merged
merged 8 commits into from
Aug 17, 2023

Commits on Aug 15, 2023

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

Commits on Aug 16, 2023

  1. Elevator Rando Minimap Updates

    - The colored arrows and text showing destination region on transporters
      are now updated
    - Elevator/Shuttle/Spaceball icons show the region/transporter they
      connect to (i.e. "TRANSPORT CAPSULE TO FERENIA - CENTRAL UNIT")
    - Room names are updated to show transport destinations (randovania-side
      change)
    - This depends on a sister branch in RDV, under
      steven11sjf/randovania : feature/dread-map-transport
    - added a value for transport connection name to the schema
    steven11sjf committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    fc82be1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5f7e64 View commit details
    Browse the repository at this point in the history
  3. Checks that actor is a transport

    - new function gets the usable, checks if its type is a elevator, train
      or capsule, and returns the usable
    - refactored TransporterIcon dataclass
    steven11sjf committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    2655ab3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d8fbc44 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    620acbd View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. More fixes

    - updated test json by removing most elevator entries and keeping one
      correct one for schema validation
    - minor elevator.py fixes
    steven11sjf committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    092175d View commit details
    Browse the repository at this point in the history
  2. typo

    steven11sjf committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    3f5cbbd View commit details
    Browse the repository at this point in the history