Merged
Conversation
* Inf Script Calls are now serialized.
* Enable sending messages to a sector via forcescript * Enable sending message to object * Move the message enum to gs_game Makes more sense there
* This means that string arguments are limited to 31 characters.
It turns out that even with fractional ticks, there is still a minimum frame length needed to avoid precision issues.
jerethk
reviewed
Sep 18, 2025
luciusDXL
reviewed
Sep 21, 2025
| </ItemGroup> | ||
| <PropertyGroup Label="Globals"> | ||
| <VCProjectVersion>15.0</VCProjectVersion> | ||
| <ProjectGuid>{31CD2991-9EF0-4AA9-AEEB-BA1194D2DAB4}</ProjectGuid> |
luciusDXL
reviewed
Sep 21, 2025
| @@ -0,0 +1,11 @@ | |||
| <?xml version="1.0" encoding="utf-8"?> | |||
…the tick rate, so I restored the tick rate limitation but kept the improved fractional delta-time precision when smooth delta time is enabled.
* Get logic hitpoints * Set hitpoints and projectile * Get and set Velocity
…eEngine into secret_count
luciusDXL
approved these changes
Jan 24, 2026
jerethk
suggested changes
Jan 26, 2026
Contributor
Author
|
Added merge fix - seems to build now. |
Contributor
Author
|
@luciusDXL let me know if this can be merged |
ifeldshteyn
commented
Feb 8, 2026
Contributor
Author
ifeldshteyn
left a comment
There was a problem hiding this comment.
Can this be rechecked ? I am blocked from committing other stuff @luciusDXL @jerethk
luciusDXL
approved these changes
Feb 10, 2026
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.
Add a way to show total # of secrets and allow for centering of the HUD data.