Skip to content

Conversation

@pull
Copy link

@pull pull bot commented Sep 9, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull bot locked and limited conversation to collaborators Sep 9, 2025
@pull pull bot added ⤵️ pull merge-conflict Resolve conflicts manually labels Sep 9, 2025
@SollyBunny SollyBunny force-pushed the master branch 6 times, most recently from cdd4ffa to 9330797 Compare September 15, 2025 16:32
@SollyBunny SollyBunny force-pushed the master branch 2 times, most recently from 3584a39 to a8e7928 Compare September 27, 2025 12:22
KebsCS and others added 19 commits September 29, 2025 13:22
This breaks the automatic sorting and grouping of includes.
Specify the precise order of the include groups in the clang format configuration. Use the setting `IncludeBlocks: Regroup` to force includes to be regrouped.

Group system library includes (`cstdio` etc.) separately from other libraries (SDL etc.).

Only the file `.clang-format` was changed manually in this commit, all other files were updated by running `python scripts/fix_style.py`.
Co-authored-by: Robert Müller <[email protected]>
It's not a valid port number, this catches it very early in the
registration process.
The current render frame time can be larger than the remaining `m_AnimTime` for smooth scrolling of scrollregions, resulting in the time becoming negative and the animation progress being incorrect for one frame.
Fully implement the editor action to add a new envelope using `CEditorActionEnvelopeAdd` to improve encapsulation.

Automatically select the newly added envelope in the envelope editor for convenience. Also restore the previously selected envelope when undoing the change.
SollyBunny and others added 16 commits October 25, 2025 08:36
The flag `MSGFLAG_NORECORD` is only used on the server-side, whereas the flag `MSGFLAG_RECORD` is only used on the client-side.
Co-authored-by: heinrich5991 <[email protected]>
When handling the 0.7 force vote message the access level defaulted to the helper level for unauthenticated clients. This allowed unauthenticated clients to execute vote options if access to the `force_vote` command and the command of the vote (e.g. `change_map`) is granted to helpers.
This reverts commit e6d389f.
This reverts commit 179a767.
This reverts commit 54f5cfa.
This reverts commit 0c27c3e.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

⤵️ pull merge-conflict Resolve conflicts manually

Projects

None yet

Development

Successfully merging this pull request may close these issues.