| Anonymous | Login | Signup for a new account | 2025-11-11 02:27 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 | ||||
| 0003377 | Zandronum | [All Projects] Bug | public | 2018-02-20 12:23 | 2024-04-07 21:47 | ||||
| Reporter | Ivan | ||||||||
| Assigned To | |||||||||
| Priority | normal | Severity | minor | Reproducibility | always | ||||
| Status | resolved | Resolution | fixed | ||||||
| Platform | OS | OS Version | |||||||
| Product Version | 3.0 | ||||||||
| Target Version | 3.1 | Fixed in Version | 3.1 | ||||||
| Summary | 0003377: Survival Points can overflow | ||||||||
| Description | Here's a funny image:'https://imgur.com/a/6IdpI [^]' The map had so many potent monsters that the player points overflew, then ended up positive by the end of the map regardless. Point limit should probably be increased. | ||||||||
| Attached Files | |||||||||
Notes |
|
|
Korshun (reporter) 2018-02-20 13:03 edited on: 2018-02-20 13:06 |
Speaking of overflows, can Zandronum stop using 16-bit variables in so many places in network code? It used 16-bit item counts in 2.0 (fixed in 3.0), but it STILL uses 16-bit HP in netcode:'https://zandronum.com/tracker/view.php?id=3050 [^]' If you believe that using 32-bit ints everywhere will unacceptably increase bandwidth use, implement variable width ints into the protocol. EDIT: did I mention 16-bit TIDS in the protocol? (fixed in 3.0). |
|
Ivan (reporter) 2018-02-20 14:29 |
Oddly enough, monster healths can be above 32767, they use 32 bit ints. And I had observed the player health problem, that's why I had to limit player health to 16k in my mod. |
|
Torr Samaho (administrator) 2020-11-29 20:30 |
I added Kaminski's patch for this. |
|
Ru5tK1ng (updater) 2024-04-07 21:47 |
Tested online using 3.1. I setup coop to use points and granted points through a kill script. I was able to reach into the 100k realm. |
|
This issue is already marked as resolved. If you feel that is not the case, please reopen it and explain why. |
|
| Supporters: | Korshun |
| Opponents: | No one explicitly opposes this issue yet. |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2018-02-20 12:23 | Ivan | New Issue | |
| 2018-02-20 13:03 | Korshun | Note Added: 0019078 | |
| 2018-02-20 13:06 | Korshun | Note Edited: 0019078 | View Revisions |
| 2018-02-20 14:29 | Ivan | Note Added: 0019079 | |
| 2020-11-29 20:30 | Torr Samaho | Note Added: 0021570 | |
| 2020-11-29 20:30 | Torr Samaho | Status | new => needs testing |
| 2024-04-07 21:47 | Ru5tK1ng | Note Added: 0023538 | |
| 2024-04-07 21:47 | Ru5tK1ng | Status | needs testing => resolved |
| 2024-04-07 21:47 | Ru5tK1ng | Resolution | open => fixed |
| 2024-04-07 21:47 | Ru5tK1ng | Fixed in Version | => 3.1 |
| 2024-04-07 21:47 | Ru5tK1ng | Target Version | => 3.1 |
| Copyright © 2000 - 2025 MantisBT Team |