]> de.git.xonotic.org Git - xonotic/netradiant.git/blob - docs/developer/q3mapfeedback.txt
more eol-style
[xonotic/netradiant.git] / docs / developer / q3mapfeedback.txt
1 ** currently supported debug messages:\r
2 \r
3 * map leaked / pointfile information\r
4 + tested\r
5 \r
6 * duplicate plane\r
7 + tested\r
8 \r
9 * degenerate plane, mirrored plane\r
10 + testing may not be necessary, exact same code as duplicate plane\r
11 \r
12 * mixed CONTENTS_DETAIL and CONTENTS_STRUCTURAL\r
13 - not tested!\r
14 \r
15 * fog brush has multiple visible sides\r
16 + tested\r
17 \r
18 * WindingFromDrawSurf failed: MAX_POINTS_ON_WINDING exceeded\r
19 + tested, only outputs a single point, would need much improvement\r
20   (TstMaps/western.map)\r
21 \r
22 * MAX_BUILD_SIDES\r
23 uses xml_Select as other warnings, switched xml_Select to error or warn\r
24 + tested\r
25 \r
26 ** to-be-added list (and associated test map file if any)\r
27 \r
28 * Node without a volume\r
29 * leaf with too many portals\r
30 -> both in Desktop_p_leaf.map, contributed by y_lavanant@vistech.ie\r
31 \r
32 Mesh lightmap miscount\r
33 (no test map)