Skip to content

Merge latest changes from qw-group and dusty-qw#30

Merged
dusty-qw merged 9 commits intoQW-Community:non-antilagfrom
dusty-qw:non-antilag
Feb 26, 2026
Merged

Merge latest changes from qw-group and dusty-qw#30
dusty-qw merged 9 commits intoQW-Community:non-antilagfrom
dusty-qw:non-antilag

Conversation

@dusty-qw
Copy link
Copy Markdown
Contributor

No description provided.

dusty-qw and others added 9 commits January 28, 2026 20:00
…res parm15 only for active match or matchless contexts, otherwise 0.
Bugfix: ability to stop countdown during the last second
The spawn field table listed "deathtype" as F_LSTRING, so G_ParseField
was writing a char* into an int slot. On 64-bit builds this wrote 8 bytes,
which corrupted both deathtype (lower 32 bits of the pointer) and the
next field (dmgtime, upper 32 bits). This could lead to random deathtype
values and clobbered dmgtime, causing incorrect logic and potential crashes.

We now ignore the "deathtype" spawn key to avoid writing a pointer into
an integer field.
@dusty-qw dusty-qw merged commit 9443889 into QW-Community:non-antilag Feb 26, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants