bugfix(radar): Add hero radar objects into its own list to get rid of hero cache updates and its related issues#1893
Merged
xezon merged 4 commits intoTheSuperHackers:mainfrom Nov 27, 2025
Conversation
98b5355 to
3bd7411
Compare
Skyaero42
requested changes
Nov 23, 2025
GeneralsMD/Code/GameEngineDevice/Source/W3DDevice/Common/System/W3DRadar.cpp
Outdated
Show resolved
Hide resolved
41559c0 to
fd63484
Compare
Author
|
Rebased on main. |
fd63484 to
70c5aa2
Compare
Author
|
Replicated in Generals without conflicts |
… hero cache updates and its related issues (#1893)
70c5aa2 to
46187c9
Compare
xezon
added a commit
that referenced
this pull request
Nov 27, 2025
xezon
added a commit
that referenced
this pull request
Nov 27, 2025
xezon
added a commit
that referenced
this pull request
Nov 27, 2025
1 task
fbraz3
pushed a commit
to fbraz3/GeneralsX
that referenced
this pull request
Feb 23, 2026
fbraz3
pushed a commit
to fbraz3/GeneralsX
that referenced
this pull request
Feb 23, 2026
fbraz3
pushed a commit
to fbraz3/GeneralsX
that referenced
this pull request
Feb 23, 2026
fbraz3
pushed a commit
to fbraz3/GeneralsX
that referenced
this pull request
Feb 23, 2026
… hero cache updates and its related issues (TheSuperHackers#1893)
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.
Merge with Rebase
This change adds hero radar objects into its own list to get rid of hero cache updates and its related issues. As a side benefit the local radar object list render update is now also marginally cheaper because it no longer needs to update the hero objects cache.
This change contains 4 commits, of which 3 are refactors to simplify some Radar functions to make them reusable in other call sites.
TODO