-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdebug-filters.json
More file actions
293 lines (276 loc) · 5.76 KB
/
debug-filters.json
File metadata and controls
293 lines (276 loc) · 5.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
[
{
"Typename" : "General",
"Filters" : [
{
"Filter": "General",
"Description": "General debugging info, enabled by default"
},
{
"Filter": "Warning",
"Description": "General warnings that appear in the debug log, enabled by default"
},
{
"Filter": "Error",
"Description": "Logging info for non-fatal errors, enabled by default"
}
]
},
{
"Typename" : "AI",
"Filters" : [
{
"Filter": "AI",
"Description": "Log info about general AI behavior"
},
{
"Filter": "Lethality",
"Description": "Log info about how FSO measures how dangerous ships are to big and huge ships"
}
]
},
{
"Typename" : "Graphics",
"Filters" : [
{
"Filter": "OpenGL",
"Description": "Log info about our OpenGL based renderer"
},
{
"Filter": "OpenGL Debug",
"Description": "Log info about our OpenGL based renderer"
},
{
"Filter": "shaders",
"Description": "Log info about our FSO graphics rendering shaders"
},
{
"Filter": "SHADER-DEBUG",
"Description": "Log info about FSO grahpics rendering shaders"
},
{
"Filter": "ShaderCache",
"Description": "Log info about our graphics shader caching feature"
},
{
"Filter": "ANI",
"Description": "Log info about bitmap animations using the ani format"
},
{
"Filter": "BMPMAN",
"Description": "Log info about the FSO bitmap manager"
},
{
"Filter": "BmpInfo",
"Description": "Log info about bitmaps"
},
{
"Filter": "BMP DEBUG",
"Description": "Log info about bitmaps"
},
{
"Filter": "apng",
"Description": "Log info about animated PNGs"
},
{
"Filter": "PNG warning",
"Description": "Log info about PNGs"
},
{
"Filter": "AB TRAIL",
"Description": "Log info about afterburner trails"
},
{
"Filter": "Maps",
"Description": "Log info about textures in FSO"
},
{
"Filter": "lightning",
"Description": "Log info about nebula lightning strikes"
}
]
},
{
"Typename" : "Gameplay",
"Filters" : [
{
"Filter": "Beam",
"Description": "Log info about beams"
},
{
"Filter": "Countermeasures",
"Description": "Log info about ship countermeasures"
},
{
"Filter": "Wash",
"Description": "Log info about large ship engine wash"
},
{
"Filter": "Waypoints",
"Description": "Log info about waypoints"
}
]
},
{
"Typename" : "Mission Internals",
"Filters" : [
{
"Filter": "SEXP",
"Description": "Log info about our super-expression mission scripting language"
},
{
"Filter": "missionlog",
"Description": "Log info about our mission event log"
},
{
"Filter": "Messaging",
"Description": "Log info about our in game messaging"
}
]
},
{
"Typename" : "Sound",
"Filters" : [
{
"Filter": "EVENTMUSIC",
"Description": "Log info about event based music (Ship arrivals, objectives, etc.)"
},
{
"Filter": "Sound",
"Description": "Log info about sound"
},
{
"Filter": "OpenAL",
"Description": "Log info about use of the OpenAL sound library"
},
{
"Filter": "Speech",
"Description": "Log info from text-to-speech (TTS) subsystem"
}
]
},
{
"Typename" : "User Interface",
"Filters" : [
{
"Filter": "UI",
"Description": "Log info about user interface"
},
{
"Filter": "XSTR",
"Description": "Log info about translation strings"
},
{
"Filter": "HUD",
"Description": "Log info about the in-game heads-up-display"
}
]
},
{
"Typename" : "Controls",
"Filters" : [
{
"Filter": "Joystick",
"Description": "Log info about our joystick code"
}
]
},
{
"Typename" : "Models",
"Filters" : [
{
"Filter": "Model",
"Description": "Log info about our 3D model code"
}
]
},
{
"Typename" : "Fred",
"Filters" : [
{
"Filter": "Fred routing",
"Description": "Log info for window management and state saving in FRED"
}
]
},
{
"Typename" : "Multiplayer",
"Filters" : [
{
"Filter": "Network",
"Description": "Log info about our multiplayer code (Warning! Verbose!)"
},
{
"Filter": "portfwd",
"Description": "Log info about port forwarding code"
}
]
},
{
"Typename" : "Scripting",
"Filters" : [
{
"Filter": "Scripting",
"Description": "Log info about our LUA scripting implementation"
}
]
},
{
"Typename" : "Low Level Systems",
"Filters" : [
{
"Filter": "CFileDebug",
"Description": "Log info about our file reading code"
},
{
"Filter": "CFileSystem",
"Description": "Log extra info from low-level filesystem (file shadows, etc.)"
},
{
"Filter": "Registry",
"Description": "Log info about registry entry use"
},
{
"Filter": "Parse",
"Description": "Log info about our file parsing code"
},
{
"Filter": "SDL",
"Description": "Log info about our use of the SDL library"
},
{
"Filter": "Physics",
"Description": "Log info about our physics code"
},
{
"Filter": "Paging",
"Description": "Log info about paging image files into the bitmap manager"
},
{
"Filter": "Weapons",
"Description": "Log info about weapon asset pre-loading"
}
]
},
{
"Typename" : "Historia Obscura",
"Filters" : [
{
"Filter": "Alan",
"Description": "What *year* is it? ... It's me Alan. (Spheres, and mission briefing user interface debugging)"
},
{
"Filter": "Allender",
"Description": "I want to break free. (Or the objects to be free, anyway)"
},
{
"Filter": "Jim",
"Description": "He's dead, Jim! He got hit by his own missile."
},
{
"Filter": "Sandeep",
"Description": "The struggle to track down that weird joystick noise..."
}
]
}
]