forked from Phobos-developers/Phobos
-
Notifications
You must be signed in to change notification settings - Fork 3
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
事件缓冲区扩展功能更新 #6
Merged
CrimRecya
merged 21 commits into
CrimRecya:develop-Mix4ECpack
from
TaranDahl:UnlimitedEvent(Simple)
Feb 6, 2025
Merged
事件缓冲区扩展功能更新 #6
CrimRecya
merged 21 commits into
CrimRecya:develop-Mix4ECpack
from
TaranDahl:UnlimitedEvent(Simple)
Feb 6, 2025
Conversation
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
Nightly build for this pull request:
This comment is automatic and is meant to allow guests to get latest nightly builds for this pull request without registering. It is updated on every successful build. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
2-54. 同帧指令上限优化
原本游戏中,同一帧只能对小于128个单位下达指令。这是由于下达指令需要发送事件,而游戏发送事件的缓冲区只有128长度。
现在,缓冲区已被占满的情况下,单位会记录这次指令,并在缓冲区有足够空间的情况下发送该事件。
无INI,强制开启。
P.S.1: 执行列表仍有16384的上限。不过实际情况下应该不太可能触碰到这个上限。
P.S.2: 路径点模式下仍然被限制。这可能在将来会改动。
P.S.3: 鼠标点击和sxdg等几个常用快捷键应该都可以生效(对欢呼无效,乐)。如果有我没注意到的请反馈。