Bug #2356
Compatibility issues with Sigil v1.21
Status:
Closed
Priority:
Normal
Assignee:
Category:
3rd party compatibility
Target version:
Start date:
2019-11-30
% Done:
100%
Description
- ☑️ Failure to parse Map Infos in DD_DEFNS of Sigil v1.21. The DD_DEFNS says it uses version 5 syntax, but it lacks the required semicolons. The semicolons are not strictly needed, so they can be made optional for the parser.
- ☑️ Music definitions are missing. Should look up by lump ID instead, if no definition found.
- ☑️ In the intermission, the labels "Entering" and the next map name are fully overlapping each other.
Related issues
Associated revisions
Resources: Ignore ZDaemon MAPINFO lump
Simple detection logic: look for a comment "// ZDaemon".
IssueID #2356
Definitions: Some semicolons are optional even in DED v5 syntax
IssueID #2356
Music: Find music lump if Music definition is missing
IssueID #2356
History
#1 Updated by skyjake about 5 years ago
- Subject changed from Failure to parse Map Infos in DD_DEFNS of Sigil v1.21 to Compatibility issues with Sigil v1.21
- Description updated (diff)
#2 Updated by skyjake about 5 years ago
- % Done changed from 0 to 30
#3 Updated by skyjake about 5 years ago
- Description updated (diff)
#4 Updated by skyjake about 5 years ago
- Category changed from Defect to 3rd party compatibility
#5 Updated by skyjake about 5 years ago
- Description updated (diff)
#6 Updated by skyjake about 5 years ago
- % Done changed from 30 to 60
#7 Updated by skyjake about 5 years ago
- Related to Bug #1983: [Doom] "Finished" graphic placed too low added
#8 Updated by skyjake about 5 years ago
- Related to Bug #2330: SIGIL Unplayable without using "Compat" version added
#9 Updated by skyjake about 5 years ago
- Description updated (diff)
- Status changed from In Progress to Resolved
- % Done changed from 60 to 100
#10 Updated by skyjake about 5 years ago
- Description updated (diff)
#11 Updated by skyjake about 5 years ago
- Status changed from Resolved to Closed
Definitions: Report syntax errors in DD_DEFNS
IssueID #2356