MantisBT - Doomseeker
View Issue Details
0003650Doomseeker[All Projects] Suggestionpublic2019-05-16 15:382019-07-30 10:13
Pol M 
Pol M 
normalfeaturealways
closedfixed 
LinuxArchx86-64
1.3 
1.31.3 
0003650: Missing support for Universal Doom Map Format on the "add from loaded maps" create server menu
While casually browsing the WAD specifications and testing some WAD parsers, I've discovered the UDMF specification, which we do not support, and since it seems to be a clear improvement on the Hexen format, we should. The change should be trivial.
- Create a UDMF WAD, or convert an old one to the UDMF format.
- Create a server with this wad.
- Try to add the maps from the WAD in the Map list with the "add from loaded maps" button.
- Notice that those won't show up.
freedoom converted and attached for testing:'https://bitbucket.org/Pol_M/doomseeker/downloads/freedoomUDMF.wad [^]'
No tags attached.
child of 0003599closed Pol M Allow Adding Maps En Masse To Playlist 
Issue History
2019-05-16 15:38Pol MNew Issue
2019-05-16 15:38Pol MStatusnew => assigned
2019-05-16 15:38Pol MAssigned To => Pol M
2019-05-16 15:43Pol MAdditional Information Updatedbug_revision_view_page.php?rev_id=12584#r12584
2019-05-16 17:02Pol MNote Added: 0020662
2019-05-16 17:02Pol MStatusassigned => needs review
2019-05-20 14:00Pol MNote Edited: 0020662bug_revision_view_page.php?bugnote_id=20662#r12588
2019-05-20 14:14Pol MRelationship addedchild of 0003599
2019-05-22 00:10WubTheCaptainNote Added: 0020685
2019-05-22 00:10WubTheCaptainSeveritytweak => feature
2019-05-22 00:10WubTheCaptainSummaryAdd support for Universal Doom Map Format on the "add from loaded maps" create server menu. => No support for Universal Doom Map Format on the "add from loaded maps" create server menu
2019-05-22 00:30WubTheCaptainSummaryNo support for Universal Doom Map Format on the "add from loaded maps" create server menu => Missing support for Universal Doom Map Format on the "add from loaded maps" create server menu
2019-05-27 16:52ZalewaNote Added: 0020699
2019-05-27 16:52ZalewaStatusneeds review => needs testing
2019-07-20 01:12Pol MNote Added: 0020895
2019-07-20 01:12Pol MStatusneeds testing => resolved
2019-07-20 01:12Pol MFixed in Version => 1.3
2019-07-20 01:12Pol MResolutionopen => fixed
2019-07-30 10:13WubTheCaptainStatusresolved => closed

Notes
(0020662)
Pol M   
2019-05-16 17:02   
(edited on: 2019-05-20 14:00)
PR
EDIT: Zalewa's suggestions implemented.

(0020685)
WubTheCaptain   
2019-05-22 00:10   
(Summarized the ticket's issue.)
(0020699)
Zalewa   
2019-05-27 16:52   
Squashed and merged the PR as'https://bitbucket.org/Doomseeker/doomseeker/commits/a734c70e0aab53b4026882946719df6132577fbd [^]'

Thanks for your ongoing contributions Pol :)
(0020895)
Pol M   
2019-07-20 01:12   
I'm marking this as resolved. Did a quick extra test today, and it still worked as intended. If someone wants to test this, a unit test was added, you can check that things indeed work there :)