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