Testing Branch for chief's new standalone configurator#7318
Draft
wookieejedi wants to merge 25 commits intoscp-fs2open:masterfrom
Draft
Testing Branch for chief's new standalone configurator#7318wookieejedi wants to merge 25 commits intoscp-fs2open:masterfrom
wookieejedi wants to merge 25 commits intoscp-fs2open:masterfrom
Conversation
The check was expanded and moved below this, but the old version remained.
If a ship is destroyed we still need to continue processing any other ships in the list.
Afterburn hack is to fix trails and model animations getting triggered so that clients and hosts see them. The hack needs to be reset before multi_oo_unpack_client_data() though, not after. Fixes behavior that was broken in scp-fs2open#2752
Add safety checks for signal updates to avoid array boundary issues. And be sure to reasses packet indexes when a new packet arrives instead of waiting a frame for index updates.
Could cause ships to jump backwards during position updates.
Fixes timing bug that used the wrong timestamp for primary and secondary weapon shots on clients. This resulted in a discrepancy between client and server timing which caused weapon shots to bypass the rollback system and become unreliable.
Put ships getting whacked by weapons or other objects into simulation mode to avoid odd position changes when client-side whacks get overridden by server interoplation updates.
This file contains hidden or 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
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.
Thanks to chief's new standalone configurator, it is possible to test multi fixes on standalones more easily while still in PR status. I'm using this PR as that testing space, so keep this in draft for now.