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

What's New in TM:PE 11.6.5.0 TEST? #1402

Merged
merged 26 commits into from
Feb 16, 2022
Merged

What's New in TM:PE 11.6.5.0 TEST? #1402

merged 26 commits into from
Feb 16, 2022

Conversation

originalfoo
Copy link
Member

@originalfoo originalfoo commented Feb 13, 2022

TM:PE 11.6.5.0 is a pre-release to the TEST workshop page. It introduces full compatibility with Reversible Tram AI, and fixes some bugs.

Todo (once all merges are in):

  • Update README.md
  • Update CHANGELOG.md
  • Add dates/etc to whats_new.txt

Closes: #1387

Note: WIP - more will be added
@originalfoo originalfoo added meta Build environment, github environment, etc. DO NOT MERGE YET Don't merge this PR, even if approved, until further notice labels Feb 13, 2022
@originalfoo originalfoo added this to the 11.6.5 milestone Feb 13, 2022
@originalfoo originalfoo self-assigned this Feb 13, 2022
@krzychu124
Copy link
Member

Argh, I found another bug with regards to Aircraft behavior. They use combination of Emergency flag and some others and since aircrafts use our VehicleAI path it may call vanilla FindBestLane (no idea what it could break)

@originalfoo
Copy link
Member Author

@krzychu124
Copy link
Member

It does not affect initial path but it may change part of the path later but theoretically since it's vanilla (correction... it's not - it reads Routing data, but we don't collect it for Planes iirc...), it should use the same segment and taxiways have only one lane for Plane vehicle type, same runways, so probably doesn't break anything, just wasting CPU time - it's dynamic thing calculated each simulation step (if vanilla and Emergency2 flag present)

@originalfoo originalfoo removed the DO NOT MERGE YET Don't merge this PR, even if approved, until further notice label Feb 16, 2022
@originalfoo
Copy link
Member Author

TM:PE 11.6.5.0 is ready for pre-release to TEST workshop page :)

@originalfoo
Copy link
Member Author

lmk if #1413 needs going in to this release and I'll update changelogs, otherwise it will be 11.6.5.1 milestone

@krzychu124
Copy link
Member

I think we can push it with this one (didn't test changes 😅 )

@originalfoo
Copy link
Member Author

ok, updated change logs / milestone / OP to include #1413

- [Updated] Translations for mod options, speed limits, traffic lights #1415 (Crowdin translation team)
@originalfoo
Copy link
Member Author

Sneaking in #1415 as well :) - latest translations from crowdin

@originalfoo originalfoo changed the title WIP: What's New in TM:PE 11.6.5.0 ? What's New in TM:PE 11.6.5.0 TEST? Feb 16, 2022
@originalfoo
Copy link
Member Author

1 sec - need to update changelogs with translator names

@originalfoo originalfoo added the DO NOT MERGE YET Don't merge this PR, even if approved, until further notice label Feb 16, 2022
@originalfoo originalfoo removed the DO NOT MERGE YET Don't merge this PR, even if approved, until further notice label Feb 16, 2022
@originalfoo
Copy link
Member Author

Names added; #1413 needs merging first; the issue re: compatibility with C:SL patch will auto-close when this PR 1402 "what's new" gets merged.

@originalfoo
Copy link
Member Author

all ready for merge and TEST release 👍

@krzychu124
Copy link
Member

Will do short test if everything works and merge when done

@krzychu124 krzychu124 merged commit 6e53f81 into master Feb 16, 2022
@krzychu124 krzychu124 deleted the whats_new-11.6.5.0 branch February 16, 2022 21:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
meta Build environment, github environment, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compatibility with C:SL 1.14.0-f8
3 participants