Zandronum Chat on our Discord Server Get the latest version: 3.1
Source Code

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0003935Zandronum[All Projects] Suggestionpublic2021-12-09 11:362022-10-11 19:05
Reporteragaures 
Assigned ToKaminsky 
PrioritylowSeverityfeatureReproducibilityN/A
StatusresolvedResolutionfixed 
PlatformOSOS Version
Product Version3.1 
Target Version3.2Fixed in Version3.2 
Summary0003935: Port over "wait 0" console command from ZCC
DescriptionAs described in the ZCC thread ('https://zandronum.com/forum/viewtopic.php?t=6050 [^]' ), the "wait" console command always waits an extra tick. This behaviour seems unintentional.
Supporting a "wait 0" that waits 1 tick shouldn't break compatibility with previous binds or aliases that players and modders use.

The implementation seems to be changing line 802 of src/c_dispatch.cpp from "if (tics > 0)" to "if (tics >= 0)".
Attached Files

- Relationships

-  Notes
User avatar (0022195)
Kaminsky (developer)
2022-04-24 20:37

The following commit has been pushed into our main repo:'http://hg.osdn.net/view/zandronum/zandronum-stable/rev/e5ec67915449 [^]'

So using "wait 0" in the console should be acceptable now in 3.2.
User avatar (0022434)
WaTaKiD (updater)
2022-10-11 14:00

kaminsky made a custom build: 'https://cdn.discordapp.com/attachments/472599799825432577/1029259017245171722/ZandroDev3.2-221009-1928M.zip [^]'

it has a cmd called printgametic which can be put into a bind such as:
bind e "printgametic ; wait 0 ; printgametic"

after testing for a bit, it seems wait 0 works

Issue Community Support
This issue is already marked as resolved.
If you feel that is not the case, please reopen it and explain why.
Supporters: No one explicitly supports this issue yet.
Opponents: No one explicitly opposes this issue yet.

- Issue History
Date Modified Username Field Change
2021-12-09 11:36 agaures New Issue
2021-12-09 12:29 WaTaKiD Description Updated View Revisions
2022-04-24 20:37 Kaminsky Note Added: 0022195
2022-04-24 20:37 Kaminsky Assigned To => Kaminsky
2022-04-24 20:37 Kaminsky Status new => needs testing
2022-04-24 20:37 Kaminsky Product Version 3.0 => 3.1
2022-04-24 20:37 Kaminsky Target Version => 3.2
2022-10-11 14:00 WaTaKiD Note Added: 0022434
2022-10-11 19:05 Kaminsky Status needs testing => resolved
2022-10-11 19:05 Kaminsky Fixed in Version => 3.2
2022-10-11 19:05 Kaminsky Resolution open => fixed






Questions or other issues? Contact Us.

Links


Copyright © 2000 - 2024 MantisBT Team
Powered by Mantis Bugtracker