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

Trains #110

Merged
merged 10 commits into from
Jun 20, 2024
Merged

Trains #110

merged 10 commits into from
Jun 20, 2024

Commits on Jan 22, 2024

  1. More functionality in the roadbuild tools

    Straight for road and rail:
    Based on the start and end MapProject, a dot will appear that indicates a
    straight connection from the selected MapProject.
    
    Curved connection ProjectState:
    When clicking on any MapProject and Ground or Intersection, a straight
    road would be created. Now an interpolation point needs to be set.
    
    Function for line line intersection
    With four points, representing two lines, the intersection of these two
    lines is calculated
    
    Function for line closed point
    Given two points representing one line and one point, the closed point
    on the line from the third point is calculated.
    Groneschild committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    6ee3e6c View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. Substitute functions with excisting functions

    Substitute functions Vec2::{line_line_intersection, line_closed_point}
    with Line::{intersection_point, project}
    Groneschild committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    0ce918d View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Cool new features for trains.

    Make costum trains of any length for any persose. Make commuter, freight
    or high speed trains.
    Groneschild committed May 3, 2024
    Configuration menu
    Copy the full SHA
    2705c45 View commit details
    Browse the repository at this point in the history
  2. Changes to the trains

    Groneschild committed May 3, 2024
    Configuration menu
    Copy the full SHA
    23269b6 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'tools/road-connection' into trains

    Something old
    Groneschild committed May 3, 2024
    Configuration menu
    Copy the full SHA
    56ac03d View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. Changes

    Groneschild committed May 4, 2024
    Configuration menu
    Copy the full SHA
    e93565e View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

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

Commits on Jun 11, 2024

  1. More height offset options.

    reletive to ground and reletive to start
    Groneschild committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    9e9d65b View commit details
    Browse the repository at this point in the history
  2. Forgot to commit icons

    Groneschild committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    dd884d1 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

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