Skip to content

Porting main code changes from Polaris rebase.#5262

Merged
out-of-phaze merged 16 commits intoNebulaSS13:devfrom
MistakeNot4892:port/polaris_main_code
Feb 6, 2026
Merged

Porting main code changes from Polaris rebase.#5262
out-of-phaze merged 16 commits intoNebulaSS13:devfrom
MistakeNot4892:port/polaris_main_code

Conversation

@MistakeNot4892
Copy link
Copy Markdown
Contributor

@MistakeNot4892 MistakeNot4892 commented Jan 8, 2026

Keeping main code and Polaris code aligned as much as possible will make future merges less painful. I can split the commit up potentially but a list of changes is below.

@MistakeNot4892 MistakeNot4892 force-pushed the port/polaris_main_code branch 6 times, most recently from c11cf42 to 33a14d8 Compare January 8, 2026 02:33
@MistakeNot4892 MistakeNot4892 added the ready for review This PR is ready for review and merge. label Jan 8, 2026
@MistakeNot4892 MistakeNot4892 force-pushed the port/polaris_main_code branch 2 times, most recently from f4f0e83 to a9d8e87 Compare January 8, 2026 03:20
@MistakeNot4892
Copy link
Copy Markdown
Contributor Author

Pulled in a ton of new commits from the Cynosure branch, they should be fairly self-explanatory.

@MistakeNot4892 MistakeNot4892 force-pushed the port/polaris_main_code branch from a9d8e87 to 00d84b5 Compare January 8, 2026 03:22
@MistakeNot4892 MistakeNot4892 added the has dependencies This PR should not be merged prior to any PRs linked in body or comments. label Jan 8, 2026
@MistakeNot4892
Copy link
Copy Markdown
Contributor Author

Depends on #5219

@MistakeNot4892 MistakeNot4892 force-pushed the port/polaris_main_code branch from 00d84b5 to 25006c4 Compare January 9, 2026 23:03
@MistakeNot4892 MistakeNot4892 removed the has dependencies This PR should not be merged prior to any PRs linked in body or comments. label Jan 9, 2026
@MistakeNot4892 MistakeNot4892 force-pushed the port/polaris_main_code branch 2 times, most recently from 5356eb1 to f57fb79 Compare January 15, 2026 00:48
@MistakeNot4892 MistakeNot4892 added do not merge This PR is on hold, do not merge it. and removed ready for review This PR is ready for review and merge. labels Jan 15, 2026
@MistakeNot4892 MistakeNot4892 force-pushed the port/polaris_main_code branch 3 times, most recently from 7fa3960 to f0e8e3f Compare February 4, 2026 09:05
@MistakeNot4892 MistakeNot4892 added ready for review This PR is ready for review and merge. and removed do not merge This PR is on hold, do not merge it. labels Feb 4, 2026
@MistakeNot4892
Copy link
Copy Markdown
Contributor Author

Rebased to remove all the removed commits/logic.

Comment thread code/modules/emotes/emote_define.dm Outdated
Comment on lines +10 to +21
@@ -18,7 +18,7 @@
. = replacetext(., "$USER_THEM$", user_gender.him)
. = replacetext(., "$USER_THEIR$", user_gender.his)
. = replacetext(., "$USER_SELF$", user_gender.self)
. = replacetext(., "$USER$", "<b>\the [user]</b>")
. = replacetext(., "$USER$", "<b>[user]</b>")
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this change was made for a reason. capitalize_proper_html() is used to fix the capitalization of the start of the emote string. where are you using the replacements that that isn't used?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cryopods, looks like. Dropping this commit and fixing that.

@out-of-phaze out-of-phaze added awaiting author This PR is awaiting action from the author before it can be merged. and removed ready for review This PR is ready for review and merge. labels Feb 5, 2026
@out-of-phaze out-of-phaze added ready for review This PR is ready for review and merge. and removed awaiting author This PR is awaiting action from the author before it can be merged. labels Feb 6, 2026
@out-of-phaze out-of-phaze merged commit c521912 into NebulaSS13:dev Feb 6, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready for review This PR is ready for review and merge.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants