fix(comments): Use 2026 for this year's code comments#2285
Merged
xezon merged 3 commits intoTheSuperHackers:mainfrom Feb 10, 2026
Merged
fix(comments): Use 2026 for this year's code comments#2285xezon merged 3 commits intoTheSuperHackers:mainfrom
xezon merged 3 commits intoTheSuperHackers:mainfrom
Conversation
Greptile Overview
|
| Filename | Overview |
|---|---|
| Generals/Code/GameEngine/Source/Common/RTS/ActionManager.cpp | Updates a TheSuperHackers comment date from 2025 to 2026; no functional code changes. |
| Generals/Code/GameEngine/Source/GameClient/GUI/GUICallbacks/Menus/ReplayMenu.cpp | Updates two TheSuperHackers comment dates from 2025 to 2026; no functional code changes. |
| Generals/Code/Libraries/Source/WWVegas/WW3D2/dx8caps.cpp | Updates a TheSuperHackers comment date from 2025 to 2026; no functional code changes. |
| Generals/Code/Libraries/Source/WWVegas/WW3D2/render2d.cpp | Updates a TheSuperHackers comment date from 2025 to 2026; no functional code changes. |
| GeneralsMD/Code/GameEngine/Source/Common/RTS/ActionManager.cpp | Updates a TheSuperHackers comment date from 2025 to 2026; no functional code changes. |
| GeneralsMD/Code/GameEngine/Source/GameClient/GUI/GUICallbacks/Menus/ReplayMenu.cpp | Updates two TheSuperHackers comment dates from 2025 to 2026; no functional code changes. |
| GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/dx8caps.cpp | Updates a TheSuperHackers comment date from 2025 to 2026; no functional code changes. |
| GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/render2d.cpp | Updates a TheSuperHackers comment date from 2025 to 2026; no functional code changes. |
Sequence Diagram
sequenceDiagram
participant Dev as Developer
participant Repo as Source Tree
participant AM as ActionManager.cpp
participant RM as ReplayMenu.cpp
participant DX as dx8caps.cpp
participant R2D as render2d.cpp
Dev->>Repo: Apply PR #2285 patch
Note over Repo: Comment-only edits
Dev->>AM: Update TheSuperHackers date (06/01/2025 -> 06/01/2026)
Dev->>RM: Update TheSuperHackers dates (07/02/2025 -> 07/02/2026)
Dev->>DX: Update TheSuperHackers date (15/01/2025 -> 15/01/2026)
Dev->>R2D: Update TheSuperHackers date (08/01/2025 -> 08/01/2026)
Note over AM: No runtime behavior changes
Note over RM: No runtime behavior changes
Note over DX: No runtime behavior changes
Note over R2D: No runtime behavior changes
Stubbjax
approved these changes
Feb 10, 2026
Author
|
Merged main branch to resolve conflicts. |
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.
I noticed that in a couple of places there are 'TheSuperHackers' comments with a date that should use 2026 instead of 2025. This PR fixes that. I used the follow regex query:
TheSuperHackers.*\d\d/0[12]/2025Replicated in Generals in the second commit.