clang-format-whitelist.txt 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486
  1. src/activeobject.h
  2. src/ban.cpp
  3. src/camera.cpp
  4. src/camera.h
  5. src/chat.cpp
  6. src/chat.h
  7. src/chat_interface.h
  8. src/client/clientlauncher.cpp
  9. src/client/clientlauncher.h
  10. src/client/sound_openal.cpp
  11. src/client.cpp
  12. src/clientenvironment.cpp
  13. src/clientenvironment.h
  14. src/client/gameui.cpp
  15. src/client.h
  16. src/client/hud.cpp
  17. src/client/hud.h
  18. src/clientiface.cpp
  19. src/clientiface.h
  20. src/client/joystick_controller.cpp
  21. src/client/joystick_controller.h
  22. src/clientmap.cpp
  23. src/clientmap.h
  24. src/clientmedia.cpp
  25. src/clientmedia.h
  26. src/clientobject.cpp
  27. src/clientobject.h
  28. src/client/render/core.cpp
  29. src/client/renderingengine.cpp
  30. src/client/render/interlaced.cpp
  31. src/client/render/plain.cpp
  32. src/client/render/sidebyside.cpp
  33. src/client/render/stereo.cpp
  34. src/client/tile.cpp
  35. src/client/tile.h
  36. src/client/fontengine.h
  37. src/client/clientenvironment.cpp
  38. src/client/mapblock_mesh.cpp
  39. src/client/sound_openal.h
  40. src/client/clouds.cpp
  41. src/client/fontengine.cpp
  42. src/client/camera.h
  43. src/client/hud.cpp
  44. src/client/clientmap.cpp
  45. src/client/sound_openal.cpp
  46. src/client/minimap.h
  47. src/client/content_cao.cpp
  48. src/client/localplayer.h
  49. src/client/mapblock_mesh.h
  50. src/client/mesh.cpp
  51. src/client/sound.cpp
  52. src/client/guiscalingfilter.cpp
  53. src/client/content_cso.cpp
  54. src/client/gameui.cpp
  55. src/client/wieldmesh.cpp
  56. src/client/clientmedia.h
  57. src/client/game.cpp
  58. src/client/keys.h
  59. src/client/client.h
  60. src/client/shader.cpp
  61. src/client/clientmap.h
  62. src/client/inputhandler.h
  63. src/client/content_mapblock.h
  64. src/client/game.h
  65. src/client/mesh.h
  66. src/client/camera.cpp
  67. src/client/sky.h
  68. src/client/mesh_generator_thread.cpp
  69. src/client/guiscalingfilter.h
  70. src/client/clientobject.cpp
  71. src/client/tile.cpp
  72. src/client/hud.h
  73. src/client/inputhandler.cpp
  74. src/client/clientevent.h
  75. src/client/gameui.h
  76. src/client/content_cso.h
  77. src/client/sky.cpp
  78. src/client/localplayer.cpp
  79. src/client/content_mapblock.cpp
  80. src/client/clientobject.h
  81. src/client/filecache.cpp
  82. src/client/particles.h
  83. src/client/clientenvironment.h
  84. src/client/imagefilters.h
  85. src/client/renderingengine.cpp
  86. src/client/tile.h
  87. src/client/clientmedia.cpp
  88. src/client/event_manager.h
  89. src/client/joystick_controller.h
  90. src/client/clouds.h
  91. src/client/clientlauncher.h
  92. src/client/content_cao.h
  93. src/client/minimap.cpp
  94. src/client/sound.h
  95. src/client/keycode.cpp
  96. src/client/particles.cpp
  97. src/client/joystick_controller.cpp
  98. src/client/keycode.h
  99. src/client/wieldmesh.h
  100. src/client/filecache.h
  101. src/client/shader.h
  102. src/client/mesh_generator_thread.h
  103. src/client/renderingengine.h
  104. src/client/client.cpp
  105. src/client/imagefilters.cpp
  106. src/client/clientlauncher.cpp
  107. src/clouds.cpp
  108. src/clouds.h
  109. src/collision.cpp
  110. src/collision.h
  111. src/config.h
  112. src/content_cao.cpp
  113. src/content_cao.h
  114. src/content_cso.cpp
  115. src/content_cso.h
  116. src/content_mapblock.cpp
  117. src/content_mapblock.h
  118. src/content_mapnode.cpp
  119. src/content_nodemeta.cpp
  120. src/content_nodemeta.h
  121. src/content_sao.cpp
  122. src/content_sao.h
  123. src/convert_json.cpp
  124. src/convert_json.h
  125. src/craftdef.cpp
  126. src/craftdef.h
  127. src/database/database.cpp
  128. src/database/database-dummy.cpp
  129. src/database/database-files.cpp
  130. src/database/database-leveldb.cpp
  131. src/database/database-postgresql.cpp
  132. src/database/database-postgresql.h
  133. src/database/database-redis.cpp
  134. src/database/database-sqlite3.cpp
  135. src/database/database-sqlite3.h
  136. src/daynightratio.h
  137. src/debug.cpp
  138. src/debug.h
  139. src/defaultsettings.cpp
  140. src/emerge.cpp
  141. src/emerge.h
  142. src/environment.cpp
  143. src/exceptions.h
  144. src/face_position_cache.cpp
  145. src/face_position_cache.h
  146. src/filecache.cpp
  147. src/filesys.cpp
  148. src/filesys.h
  149. src/fontengine.cpp
  150. src/fontengine.h
  151. src/game.cpp
  152. src/gamedef.h
  153. src/game.h
  154. src/genericobject.cpp
  155. src/genericobject.h
  156. src/gettext.cpp
  157. src/gettext.h
  158. src/gui/guiButton.cpp
  159. src/gui/guiButton.h
  160. src/gui/guiChatConsole.cpp
  161. src/gui/guiChatConsole.h
  162. src/gui/guiConfirmRegistration.cpp
  163. src/gui/guiEditBoxWithScrollbar.cpp
  164. src/gui/guiEditBoxWithScrollbar.h
  165. src/gui/guiEngine.cpp
  166. src/gui/guiEngine.h
  167. src/gui/guiFormSpecMenu.cpp
  168. src/gui/guiFormSpecMenu.h
  169. src/gui/guiKeyChangeMenu.cpp
  170. src/gui/guiHyperText.cpp
  171. src/gui/guiHyperText.h
  172. src/gui/guiMainMenu.h
  173. src/gui/guiPasswordChange.cpp
  174. src/gui/guiPathSelectMenu.cpp
  175. src/gui/guiPathSelectMenu.h
  176. src/gui/guiScrollBar.cpp
  177. src/gui/guiSkin.cpp
  178. src/gui/guiSkin.h
  179. src/gui/guiTable.cpp
  180. src/gui/guiTable.h
  181. src/gui/guiVolumeChange.cpp
  182. src/gui/guiVolumeChange.h
  183. src/gui/intlGUIEditBox.cpp
  184. src/gui/intlGUIEditBox.h
  185. src/gui/mainmenumanager.h
  186. src/gui/modalMenu.h
  187. src/guiscalingfilter.cpp
  188. src/guiscalingfilter.h
  189. src/gui/touchscreengui.cpp
  190. src/httpfetch.cpp
  191. src/hud.cpp
  192. src/hud.h
  193. src/imagefilters.cpp
  194. src/imagefilters.h
  195. src/inventory.cpp
  196. src/inventory.h
  197. src/inventorymanager.cpp
  198. src/inventorymanager.h
  199. src/irrlicht_changes/CGUITTFont.cpp
  200. src/irrlicht_changes/CGUITTFont.h
  201. src/irrlicht_changes/irrUString.h
  202. src/irrlicht_changes/static_text.cpp
  203. src/irrlicht_changes/static_text.h
  204. src/irrlichttypes.h
  205. src/itemdef.cpp
  206. src/itemdef.h
  207. src/itemstackmetadata.cpp
  208. src/keycode.cpp
  209. src/light.cpp
  210. src/localplayer.cpp
  211. src/log.cpp
  212. src/log.h
  213. src/main.cpp
  214. src/mapblock.cpp
  215. src/mapblock.h
  216. src/mapblock_mesh.cpp
  217. src/mapblock_mesh.h
  218. src/map.cpp
  219. src/mapgen/cavegen.cpp
  220. src/mapgen/cavegen.h
  221. src/mapgen/dungeongen.cpp
  222. src/mapgen/dungeongen.h
  223. src/mapgen/mapgen.cpp
  224. src/mapgen/mapgen.h
  225. src/mapgen/mapgen_carpathian.cpp
  226. src/mapgen/mapgen_carpathian.h
  227. src/mapgen/mapgen_flat.cpp
  228. src/mapgen/mapgen_flat.h
  229. src/mapgen/mapgen_fractal.cpp
  230. src/mapgen/mapgen_fractal.h
  231. src/mapgen/mapgen_singlenode.cpp
  232. src/mapgen/mapgen_singlenode.h
  233. src/mapgen/mapgen_v5.cpp
  234. src/mapgen/mapgen_v5.h
  235. src/mapgen/mapgen_v6.cpp
  236. src/mapgen/mapgen_v6.h
  237. src/mapgen/mapgen_v7.cpp
  238. src/mapgen/mapgen_v7.h
  239. src/mapgen/mapgen_valleys.cpp
  240. src/mapgen/mapgen_valleys.h
  241. src/mapgen/mg_biome.cpp
  242. src/mapgen/mg_biome.h
  243. src/mapgen/mg_decoration.cpp
  244. src/mapgen/mg_decoration.h
  245. src/mapgen/mg_ore.cpp
  246. src/mapgen/mg_ore.h
  247. src/mapgen/mg_schematic.cpp
  248. src/mapgen/mg_schematic.h
  249. src/mapgen/treegen.cpp
  250. src/mapgen/treegen.h
  251. src/map.h
  252. src/mapnode.cpp
  253. src/mapnode.h
  254. src/mapsector.cpp
  255. src/mapsector.h
  256. src/map_settings_manager.cpp
  257. src/map_settings_manager.h
  258. src/mesh.cpp
  259. src/mesh_generator_thread.cpp
  260. src/mesh.h
  261. src/metadata.h
  262. src/minimap.cpp
  263. src/minimap.h
  264. src/mods.cpp
  265. src/mods.h
  266. src/network/address.cpp
  267. src/network/clientopcodes.cpp
  268. src/network/clientopcodes.h
  269. src/network/clientpackethandler.cpp
  270. src/network/connection.cpp
  271. src/network/connection.h
  272. src/network/connectionthreads.cpp
  273. src/network/networkpacket.cpp
  274. src/network/networkprotocol.h
  275. src/network/serveropcodes.cpp
  276. src/network/serveropcodes.h
  277. src/network/serverpackethandler.cpp
  278. src/nodedef.cpp
  279. src/nodedef.h
  280. src/nodemetadata.cpp
  281. src/nodemetadata.h
  282. src/nodetimer.cpp
  283. src/nodetimer.h
  284. src/noise.cpp
  285. src/noise.h
  286. src/objdef.cpp
  287. src/objdef.h
  288. src/object_properties.cpp
  289. src/object_properties.h
  290. src/particles.cpp
  291. src/particles.h
  292. src/pathfinder.cpp
  293. src/pathfinder.h
  294. src/player.cpp
  295. src/player.h
  296. src/porting_android.cpp
  297. src/porting_android.h
  298. src/porting.cpp
  299. src/porting.h
  300. src/profiler.h
  301. src/raycast.cpp
  302. src/raycast.h
  303. src/reflowscan.cpp
  304. src/reflowscan.h
  305. src/remoteplayer.cpp
  306. src/rollback.cpp
  307. src/rollback.h
  308. src/rollback_interface.cpp
  309. src/rollback_interface.h
  310. src/script/common/c_content.cpp
  311. src/script/common/c_content.h
  312. src/script/common/c_converter.cpp
  313. src/script/common/c_converter.h
  314. src/script/common/c_internal.cpp
  315. src/script/common/c_internal.h
  316. src/script/common/c_types.cpp
  317. src/script/common/c_types.h
  318. src/script/cpp_api/s_async.cpp
  319. src/script/cpp_api/s_async.h
  320. src/script/cpp_api/s_base.cpp
  321. src/script/cpp_api/s_base.h
  322. src/script/cpp_api/s_client.cpp
  323. src/script/cpp_api/s_entity.cpp
  324. src/script/cpp_api/s_entity.h
  325. src/script/cpp_api/s_env.cpp
  326. src/script/cpp_api/s_env.h
  327. src/script/cpp_api/s_internal.h
  328. src/script/cpp_api/s_inventory.cpp
  329. src/script/cpp_api/s_inventory.h
  330. src/script/cpp_api/s_item.cpp
  331. src/script/cpp_api/s_item.h
  332. src/script/cpp_api/s_mainmenu.h
  333. src/script/cpp_api/s_node.cpp
  334. src/script/cpp_api/s_node.h
  335. src/script/cpp_api/s_nodemeta.cpp
  336. src/script/cpp_api/s_nodemeta.h
  337. src/script/cpp_api/s_player.cpp
  338. src/script/cpp_api/s_player.h
  339. src/script/cpp_api/s_security.cpp
  340. src/script/cpp_api/s_security.h
  341. src/script/cpp_api/s_server.cpp
  342. src/script/cpp_api/s_server.h
  343. src/script/lua_api/l_areastore.cpp
  344. src/script/lua_api/l_base.cpp
  345. src/script/lua_api/l_base.h
  346. src/script/lua_api/l_craft.cpp
  347. src/script/lua_api/l_craft.h
  348. src/script/lua_api/l_env.cpp
  349. src/script/lua_api/l_env.h
  350. src/script/lua_api/l_http.cpp
  351. src/script/lua_api/l_http.h
  352. src/script/lua_api/l_internal.h
  353. src/script/lua_api/l_inventory.cpp
  354. src/script/lua_api/l_inventory.h
  355. src/script/lua_api/l_item.cpp
  356. src/script/lua_api/l_item.h
  357. src/script/lua_api/l_itemstackmeta.cpp
  358. src/script/lua_api/l_itemstackmeta.h
  359. src/script/lua_api/l_localplayer.cpp
  360. src/script/lua_api/l_mainmenu.cpp
  361. src/script/lua_api/l_mainmenu.h
  362. src/script/lua_api/l_mapgen.cpp
  363. src/script/lua_api/l_mapgen.h
  364. src/script/lua_api/l_metadata.cpp
  365. src/script/lua_api/l_minimap.cpp
  366. src/script/lua_api/l_nodemeta.cpp
  367. src/script/lua_api/l_nodemeta.h
  368. src/script/lua_api/l_nodetimer.cpp
  369. src/script/lua_api/l_noise.cpp
  370. src/script/lua_api/l_object.cpp
  371. src/script/lua_api/l_object.h
  372. src/script/lua_api/l_particles.cpp
  373. src/script/lua_api/l_particles.h
  374. src/script/lua_api/l_particles_local.cpp
  375. src/script/lua_api/l_rollback.cpp
  376. src/script/lua_api/l_rollback.h
  377. src/script/lua_api/l_server.cpp
  378. src/script/lua_api/l_settings.cpp
  379. src/script/lua_api/l_sound.cpp
  380. src/script/lua_api/l_storage.cpp
  381. src/script/lua_api/l_util.cpp
  382. src/script/lua_api/l_vmanip.cpp
  383. src/script/scripting_client.cpp
  384. src/script/scripting_client.h
  385. src/script/scripting_mainmenu.cpp
  386. src/script/scripting_mainmenu.h
  387. src/script/scripting_server.cpp
  388. src/script/scripting_server.h
  389. src/serialization.cpp
  390. src/serialization.h
  391. src/serveractiveobjectmap.cpp
  392. src/serveractiveobjectmap.h
  393. src/server.cpp
  394. src/serverenvironment.cpp
  395. src/serverenvironment.h
  396. src/server.h
  397. src/serverlist.cpp
  398. src/serverlist.h
  399. src/serverobject.cpp
  400. src/serverobject.h
  401. src/settings.cpp
  402. src/settings.h
  403. src/settings_translation_file.cpp
  404. src/shader.cpp
  405. src/shader.h
  406. src/sky.cpp
  407. src/sound.cpp
  408. src/staticobject.cpp
  409. src/staticobject.h
  410. src/subgame.cpp
  411. src/subgame.h
  412. src/terminal_chat_console.cpp
  413. src/terminal_chat_console.h
  414. src/threading/atomic.h
  415. src/threading/event.cpp
  416. src/threading/mutex_auto_lock.h
  417. src/threading/mutex.cpp
  418. src/threading/mutex.h
  419. src/threading/semaphore.cpp
  420. src/threading/thread.cpp
  421. src/threading/thread.h
  422. src/threads.h
  423. src/tileanimation.cpp
  424. src/tool.cpp
  425. src/tool.h
  426. src/translation.cpp
  427. src/unittest/test_areastore.cpp
  428. src/unittest/test_collision.cpp
  429. src/unittest/test_compression.cpp
  430. src/unittest/test_connection.cpp
  431. src/unittest/test.cpp
  432. src/unittest/test_filepath.cpp
  433. src/unittest/test.h
  434. src/unittest/test_inventory.cpp
  435. src/unittest/test_keycode.cpp
  436. src/unittest/test_map_settings_manager.cpp
  437. src/unittest/test_noderesolver.cpp
  438. src/unittest/test_noise.cpp
  439. src/unittest/test_random.cpp
  440. src/unittest/test_schematic.cpp
  441. src/unittest/test_serialization.cpp
  442. src/unittest/test_settings.cpp
  443. src/unittest/test_socket.cpp
  444. src/unittest/test_threading.cpp
  445. src/unittest/test_utilities.cpp
  446. src/unittest/test_voxelalgorithms.cpp
  447. src/unittest/test_voxelmanipulator.cpp
  448. src/util/areastore.cpp
  449. src/util/areastore.h
  450. src/util/auth.cpp
  451. src/util/auth.h
  452. src/util/base64.cpp
  453. src/util/base64.h
  454. src/util/basic_macros.h
  455. src/util/container.h
  456. src/util/directiontables.cpp
  457. src/util/directiontables.h
  458. src/util/enriched_string.cpp
  459. src/util/enriched_string.h
  460. src/util/md32_common.h
  461. src/util/numeric.cpp
  462. src/util/numeric.h
  463. src/util/pointedthing.cpp
  464. src/util/pointedthing.h
  465. src/util/pointer.h
  466. src/util/quicktune.h
  467. src/util/quicktune_shortcutter.h
  468. src/util/quicktune.cpp
  469. src/util/serialize.cpp
  470. src/util/serialize.h
  471. src/util/sha1.cpp
  472. src/util/srp.cpp
  473. src/util/srp.h
  474. src/util/strfnd.h
  475. src/util/string.cpp
  476. src/util/string.h
  477. src/util/thread.h
  478. src/util/timetaker.cpp
  479. src/util/timetaker.h
  480. src/version.cpp
  481. src/version.h
  482. src/voxelalgorithms.cpp
  483. src/voxelalgorithms.h
  484. src/voxel.cpp
  485. src/voxel.h
  486. src/wieldmesh.cpp