clang-format-whitelist.txt 8.6 KB

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