MantisBT - Zandronum
View Issue Details
0004430Zandronum[All Projects] Bugpublic2024-10-17 20:312024-10-26 02:24
unknownna 
Kaminsky 
highfeaturehave not tried
resolvedfixed 
 
3.23.2 
0004430: [3.2] Maplist regression: 1st entry is skipped online
For some reason the first map defined in a maplist with "sv_maprotation 1" is skipped when starting a server online. It's a regression of ticket 0004344.
1. zandronum -host -iwad doom2.wad +sv_maprotation 1 +addmap MAP01 +addmap MAP02
It will go straight to MAP02 and skip MAP01.
I was so busy making sprites lately that I didn't notice this until now.
No tags attached.
child of 0004344resolved Kaminsky Maplists don't work offline 
Issue History
2024-10-17 20:31unknownnaNew Issue
2024-10-17 20:31unknownnaRelationship addedchild of 0004344
2024-10-18 23:14KaminskyNote Added: 0024068
2024-10-18 23:14KaminskyAssigned To => Kaminsky
2024-10-18 23:14KaminskyStatusnew => needs review
2024-10-18 23:14KaminskyTarget Version => 3.2
2024-10-24 15:10KaminskyNote Added: 0024084
2024-10-24 15:10KaminskyStatusneeds review => needs testing
2024-10-26 02:24unknownnaNote Added: 0024095
2024-10-26 02:24unknownnaStatusneeds testing => resolved
2024-10-26 02:24unknownnaFixed in Version => 3.2
2024-10-26 02:24unknownnaResolutionopen => fixed

Notes
(0024068)
Kaminsky   
2024-10-18 23:14   
This regression should be fixed as per:'https://foss.heptapod.net/zandronum/zandronum-stable/-/merge_requests/210 [^]'
(0024084)
Kaminsky   
2024-10-24 15:10   
This was pushed into the repository:'https://foss.heptapod.net/zandronum/zandronum-stable/-/commit/e52b8773002d1212643e16e5d0de4523d14799d0 [^]'
(0024095)
unknownna   
2024-10-26 02:24   
This seems to work now, it goes to MAP01 properly again. Great work, thanks!