-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ports 2 PRs related to client movement: tg#8146, tg#85379 (#1051)
* Ports 2 PRs related to client movement tgstation/tgstation#81464 tgstation/tgstation#85379 Co-authored-by: LemonInTheDark <[email protected]> Co-authored-by: SmArtKar <[email protected]> * Changelogs * Fixes locked directional movement ports tgstation/tgstation#81505 fixes #1064 --------- Co-authored-by: LemonInTheDark <[email protected]> Co-authored-by: SmArtKar <[email protected]>
- Loading branch information
1 parent
5dacfac
commit 2531422
Showing
8 changed files
with
88 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
author: "LemonInTheDark" | ||
delete-after: True | ||
changes: | ||
- refactor: "Fucks with how movement keys are handled. Please report any bugs" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
author: "SmArtKar" | ||
delete-after: True | ||
changes: | ||
- qol: "You no longer goofily swap with others trying to move in the same direction as you if you're not faster than them" | ||
- code_imp: "Moved mobswap check logic into a separate proc and made it more readable" |