| Anonymous | Login | Signup for a new account | 2025-11-11 07:55 UTC |
| My View | View Issues | Change Log | Roadmap | Zandronum Issue Support Ranking | Rules | My Account |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0003935 | Zandronum | [All Projects] Suggestion | public | 2021-12-09 11:36 | 2022-10-11 19:05 | ||||
| Reporter | agaures | ||||||||
| Assigned To | Kaminsky | ||||||||
| Priority | low | Severity | feature | Reproducibility | N/A | ||||
| Status | resolved | Resolution | fixed | ||||||
| Platform | OS | OS Version | |||||||
| Product Version | 3.1 | ||||||||
| Target Version | 3.2 | Fixed in Version | 3.2 | ||||||
| Summary | 0003935: Port over "wait 0" console command from ZCC | ||||||||
| Description | As 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 | |||||||||
Notes |
|
|
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. |
|
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 |
|
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 |
| Copyright © 2000 - 2025 MantisBT Team |