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

Save host and port by placeId #613

Merged
merged 4 commits into from
Sep 23, 2022

Conversation

boatbomber
Copy link
Member

@boatbomber boatbomber commented Aug 6, 2022

Closes #612.

Using non-default ports is currently a bit of a hassle since you need to retype it every time you open Studio. This PR stores your last used host & port by placeId, so reopening a place will have Rojo automatically fill in the last host & port you used on it.

To avoid infinitely growing a list of hosts & ports on your hard drive, it will clear out any host & port save that hasn't been used in 5 months.

@boatbomber boatbomber added the status: needs review This work is mostly done, but just needs work to integrate and merge it. label Aug 6, 2022
@LPGhatguy LPGhatguy merged commit 003abe8 into rojo-rbx:master Sep 23, 2022
@boatbomber boatbomber deleted the store-prior-place-endpoints branch September 23, 2022 03:05
Dekkonot pushed a commit to UpliftGames/rojo that referenced this pull request Jan 11, 2024
* Save host and port by placeId

* Bump to 5 months before clearing

* Fix indentation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: needs review This work is mostly done, but just needs work to integrate and merge it.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Have Rojo remember ports on a per-placeId basis
2 participants