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

[MIRROR] Creates a node compatibility mode #2693

Merged
merged 1 commit into from
Apr 2, 2024
Merged

Conversation

Steals-The-PRs
Copy link
Collaborator

Mirrored on Nova: NovaSector/NovaSector#1752
Original PR: tgstation/tgstation#82334

About The Pull Request

By default this will install node v20 LTS, but if a user is detected to be using win 7 it's node v14

This lets us run higher node versions (with presumably more stable and performant content) while allowing win 7 users to play

I should note that this is making clean tgui builds run at ~6.7sec which is about a 6.9% speed increase (nice) from the previous #80310

Why It's Good For The Game

Better tools

Changelog

N/A nothing player facing

* Creates a node compatibility mode (#82334)

## About The Pull Request
By default this will install node v20 LTS, but if a user is detected to
be using win 7 it's node v14

This lets us run higher node versions (with presumably more stable and
performant content) while allowing win 7 users to play

I should note that this is making clean tgui builds run at ~6.7sec which
is about a 6.9% speed increase (nice) from the previous #80310
## Why It's Good For The Game
Better tools
## Changelog
N/A nothing player facing

* Creates a node compatibility mode

---------

Co-authored-by: Jeremiah <[email protected]>
@Iajret Iajret merged commit 3542717 into master Apr 2, 2024
25 checks passed
@Iajret Iajret deleted the upstream-mirror-1752 branch April 2, 2024 12:02
Iajret pushed a commit that referenced this pull request May 27, 2024
…ted parts. (#2693)

* Adds additional type logging to nested feedback for all printed parts. (#83466)

## About The Pull Request

What it says on the tin, this adds logging to nested_logging for
autolathes, protolathes, and the mech fabricator.

Also quickly renames a variable name within the mech fabricator because
this thing hasn't been updated in awhile and it was egregious to me.

## Why It's Good For The Game

I wanted to throw together a quick superset chart of what items are
printed most often and how often, and was shocked to learn that it
wasn't logged in this way.

It was recorded somewhat within the silo log, but this is MUCH easier to
use all thing considered, so it's an easy fix.

## Changelog

No front facing changes.

* Adds additional type logging to nested feedback for all printed parts.

---------

Co-authored-by: ArcaneMusic <[email protected]>
Co-authored-by: NovaBot13 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants