-
Notifications
You must be signed in to change notification settings - Fork 68
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
Not really rewrite mod system #1072
Open
SweetSea-ButImNotSweet
wants to merge
41
commits into
26F-Studio:main
Choose a base branch
from
SweetSea-ButImNotSweet:mod-patch
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
478eb07
Test
SweetSea-ButImNotSweet b3ca43f
Final push
SweetSea-ButImNotSweet 7723288
small update
SweetSea-ButImNotSweet 8252f85
Fix some bugs
SweetSea-ButImNotSweet e6f416e
Shorten code, remove ``unranked``
SweetSea-ButImNotSweet 47fc75b
Modify some mods' behavior
SweetSea-ButImNotSweet b8ec5df
Fix redundant "end"
SweetSea-ButImNotSweet 1117b53
Fix bug (again)
SweetSea-ButImNotSweet c47ddf2
Merge remote-tracking branch 'upstream/main' into mod-patch
SweetSea-ButImNotSweet 72d5e46
Change "modSystem" to "modApplyAt"
SweetSea-ButImNotSweet 4c3abc4
Add TABLE.newWithLockMetamethod()
SweetSea-ButImNotSweet f0a45b8
Change most mods' configuration
SweetSea-ButImNotSweet 2cd330f
Modify how executing mods again
SweetSea-ButImNotSweet 6873317
Fix mods, update UI
SweetSea-ButImNotSweet 3825b7c
Add VI translation
SweetSea-ButImNotSweet 869135a
Add English translation
SweetSea-ButImNotSweet 766b32b
Final update
SweetSea-ButImNotSweet 70558e8
Add viewLog
SweetSea-ButImNotSweet 6594b4a
Fix viewLog
SweetSea-ButImNotSweet d09f5b0
update viewlog
SweetSea-ButImNotSweet 898539c
update viewLog
SweetSea-ButImNotSweet 65c050f
Small update for viewLog
SweetSea-ButImNotSweet 2816a76
Fix bugs and small changes to other thing
SweetSea-ButImNotSweet d61372c
Small tweak
SweetSea-ButImNotSweet 3cda61b
Add a short delay before displaying username
SweetSea-ButImNotSweet dc8488f
Clean-up
SweetSea-ButImNotSweet 5361742
Resolves change requests
SweetSea-ButImNotSweet 888f2f6
Resolve change requests part 2
SweetSea-ButImNotSweet f2686fb
Resolve change requests part 3
SweetSea-ButImNotSweet c20e4ac
Add short delay before showing nickname (again)
SweetSea-ButImNotSweet 9c47e95
Revert the default username from SweetSea to <nil>
SweetSea-ButImNotSweet 4928f19
Remove an unused arg
SweetSea-ButImNotSweet 97b1abb
Resolve change request part Tetra
SweetSea-ButImNotSweet d399f3c
Moving part 1
SweetSea-ButImNotSweet 519687a
Moving part 2
SweetSea-ButImNotSweet c143e8e
Moving part 3
SweetSea-ButImNotSweet 58648f7
Remove some texts (most deprecated)
SweetSea-ButImNotSweet 378d88c
Small edit to manual_vi
SweetSea-ButImNotSweet 44ff5e8
Merge branch 'main' of https://github.com/26F-Studio/Techmino into mo…
SweetSea-ButImNotSweet 387bbfa
Moving changes to #1085
SweetSea-ButImNotSweet 271769c
Merge branch 'main' into mod-patch
SweetSea-ButImNotSweet File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think there's a TEST.yieldN() thing you could use instead. @MrZ626 would you recommend using that, or is that just a temporary thing?