Author Topic: Nightly: 07 October 2020 - Revision 8961b3cc8  (Read 785 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 212
Nightly: 07 October 2020 - Revision 8961b3cc8
Here is the nightly for 07 October 2020 - Revision 8961b3cc8



Group: MacOSX
nightly_20201007_8961b3cc8-builds-MacOSX.tar.gz (Mirror)


Group: Win32
nightly_20201007_8961b3cc8-builds-Win32.zip (Mirror)


Group: Win64
nightly_20201007_8961b3cc8-builds-Win64.zip (Mirror)


Group: Linux
nightly_20201007_8961b3cc8-builds-Linux.tar.gz (Mirror)

[code]
------------------------------------------------------------------------
commit 8961b3cc8
Author: wookieejedi
Commit: GitHub

    Merge pull request #2783 from wookieejedi/allow-non-shielded-to-manage-ETS
 .circleci/config.yml                               |   182 +
 .clang-format                                      |   103 +
 .clang-tidy                                        |    41 +
 .dockerignore                                      |     2 +
 .drone.yml                                         |    21 +
 .editorconfig                                      |    11 +
 .gitattributes                                     |     7 +
 .github/CODEOWNERS                                 |     8 +
 .github/workflows/pr-workflow.yaml                 |   193 +
 .github/workflows/standalone-image-workflow.yaml   |    48 +
 .gitignore                                         |   260 +
 .gitmodules                                        |     6 +
 .travis.yml                                        |   175 +
 About.md                                           |    41 +
 Authors.md                                         |     8 +
 CMakeLists.txt                                     |   218 +
 Changelog.md                                       |  1997 +
 Copying.md                                         |    15 +
 NEWS                                               |     3 +
 Readme.md                                          |    11 +
 UpdatingDocumentation.md                           |    18 +
 appveyor.yml                                       |    62 +
 ci/appveyor/build.ps1                              |   164 +
 ci/appveyor/test.ps1                               |    13 +
 ci/bintray.template.json                           |    19 +
 ci/travis/before_deploy.sh                         |     8 +
 ci/travis/before_install.sh                        |    20 +
 ci/travis/before_script.sh                         |    50 +
 ci/travis/check_release.sh                         |    74 +
 ci/travis/clang-tidy-diff.py                       |   268 +
 ci/travis/clang_tidy.sh                            |    24 +
 ci/travis/ftp_deploy.sh                            |    89 +
 ci/travis/install.sh                               |    47 +
 ci/travis/release.sh                               |    68 +
 ci/travis/script.sh                                |    30 +
 ci/travis/valgrind.supp                            |   164 +
 cmake/AppImage.desktop.in                          |     6 +
 cmake/AppRun.in                                    |     4 +
 cmake/Cxx11.cmake                                  |    15 +
 cmake/appimage.cmake                               |    21 +
 cmake/clang-tidy.cmake                             |    37 +
 cmake/cpufeatures.cpp                              |    59 +
 cmake/cross_compile/mingw64.cmake                  |    26 +
 cmake/debug-vars.cmake                             |   154 +
 cmake/doxygen.cmake                                |    37 +
 cmake/embed_file.cmake                             |   114 +
 cmake/embedded_files.inc.in                        |     7 +
 cmake/external/cotire/cotire.cmake                 |  4054 ++
 cmake/external/rpavlik-cmake-modules               |     1 +
 cmake/finder/FindSpeech.cmake                      |    16 +
 cmake/fred_rc.h.in                                 |     9 +
 cmake/generateHeaders.cmake                        |     7 +
 cmake/globals.cmake                                |     9 +
 cmake/headers.cmake                                |     8 +
 cmake/package.cmake                                |    14 +
 cmake/platform-darwin.cmake                        |    34 +
 cmake/platform-freebsd.cmake                       |    10 +
 cmake/platform-solaris.cmake                       |    18 +
 cmake/platform-unix.cmake                          |    13 +
 cmake/platform-win32.cmake                         |    27 +
 cmake/platformChecks.cmake                         |    47 +
 cmake/platformChecks.h.in                          |    30 +
 cmake/platforms.cmake                              |    29 +
 cmake/project.h.in                                 |    17 +
 cmake/toolchain-apple-clang.cmake                  |    18 +
 cmake/toolchain-clang.cmake                        |   129 +
 cmake/toolchain-gcc.cmake                          |   173 +
 cmake/toolchain-msvc.cmake                         |   145 +
 cmake/toolchain.cmake                              |    33 +
 cmake/util.cmake                                   |   273 +
 cmake/version.cmake                                |    52 +
 code/CMakeLists.txt                                |   101 +
 code/ai/ai.cpp                                     |   104 +
 code/ai/ai.h                                       |   670 +
 code/ai/ai_flags.h                                 |   137 +
 code/ai/ai_profiles.cpp                            |   681 +
 code/ai/ai_profiles.h                              |   125 +
 code/ai/aibig.cpp                                  |  1854 +
 code/ai/aibig.h                                    |    36 +
 code/ai/aicode.cpp                                 | 15603 +++++
 code/ai/aigoals.cpp                                |  2550 +
 code/ai/aigoals.h                                  |   132 +
 code/ai/aiinternal.h                               |    34 +
 code/ai/aiturret.cpp                               |  2860 +
 code/anim/animplay.cpp                             |   940 +
 code/anim/animplay.h                               |    68 +
 code/anim/packunpack.cpp                           |   721 +
 code/anim/packunpack.h                             |   111 +
 code/asteroid/asteroid.cpp                         |  2209 +
 code/asteroid/asteroid.h                           |   172 +
 code/autopilot/autopilot.cpp                       |  1582 +
 code/autopilot/autopilot.h                         |   161 +
 code/bmpman/bm_examples.cpp                        |    54 +
 code/bmpman/bm_internal.h                          |   120 +
 code/bmpman/bmpman.cpp                             |  3311 +
 code/bmpman/bmpman.h                               |   677 +
 code/camera/camera.cpp                             |  1129 +
 code/camera/camera.h                               |   179 +
 code/cfile/cfile.cpp                               |  1870 +
 code/cfile/cfile.h                                 |   488 +
 code/cfile/cfilearchive.cpp                        |   269 +
 code/cfile/cfilearchive.h                          |    55 +
 code/cfile/cfilelist.cpp                           |   203 +
 code/cfile/cfilesystem.cpp                         |  2469 +
 code/cfile/cfilesystem.h                           |    49 +
 code/cfilearchiver/CMakeLists.txt                  |    19 +
 code/cfilearchiver/cfilearchiver.cpp               |   411 +
 code/cfileextractor/CMakeLists.txt                 |    19 +
 code/cfileextractor/cfileextractor.cpp             |   497 +
 code/cmdline/cmdline.cpp                           |  2282 +
 code/cmdline/cmdline.h                             |   158 +
 code/cmeasure/cmeasure.cpp                         |    79 +
 code/cmeasure/cmeasure.h                           |    33 +
 code/controlconfig/controlsconfig.cpp              |  2437 +
 code/controlconfig/controlsconfig.h                |   347 +
 code/controlconfig/controlsconfigcommon.cpp        |   953 +
 code/cutscene/Decoder.cpp                          |    81 +
 code/cutscene/Decoder.h                            |   173 +
 code/cutscene/VideoPresenter.cpp                   |   138 +
 code/cutscene/VideoPresenter.h                     |    39 +
 code/cutscene/cutscenes.cpp                        |   651 +
 code/cutscene/cutscenes.h                          |    50 +
 code/cutscene/ffmpeg/AudioDecoder.cpp              |   230 +
 code/cutscene/ffmpeg/AudioDecoder.h                |    37 +
 code/cutscene/ffmpeg/FFMPEGDecoder.cpp             |   686 +
 code/cutscene/ffmpeg/FFMPEGDecoder.h               |    45 +
 code/cutscene/ffmpeg/SubtitleDecoder.cpp           |   138 +
 code/cutscene/ffmpeg/SubtitleDecoder.h             |    25 +
 code/cutscene/ffmpeg/VideoDecoder.cpp              |   165 +
 code/cutscene/ffmpeg/VideoDecoder.h                |    28 +
 code/cutscene/ffmpeg/internal.cpp                  |    48 +
 code/cutscene/ffmpeg/internal.h                    |   113 +
 code/cutscene/movie.cpp                            |   285 +
 code/cutscene/movie.h                              |    23 +
 code/cutscene/player.cpp                           |   405 +
 code/cutscene/player.h                             |   137 +
 code/ddsutils/ddsutils.cpp                         |   537 +
 code/ddsutils/ddsutils.h                           |   296 +
 code/debris/debris.cpp                             |  1122 +
 code/debris/debris.h                               |    83 +
 code/debugconsole/console.cpp                      |   608 +
 code/debugconsole/console.h                        |   279 +
 code/debugconsole/consolecmds.cpp                  |   154 +
 code/debugconsole/consoleparse.cpp                 |  1456 +
 code/debugconsole/consoleparse.h                   |   460 +
 code/decals/decals.cpp                             |   548 +
 code/decals/decals.h                               |    87 +
 code/def_files/ai_profiles.tbl                     |   356 +
 code/def_files/data/effects/SMAA.sdr               |  1361 +
 code/def_files/data/effects/batched-f.sdr          |    24 +
 code/def_files/data/effects/batched-v.sdr          |    23 +
 code/def_files/data/effects/bloom-comp-f.sdr       |    24 +
 code/def_files/data/effects/blur-f.sdr             |    41 +
 code/def_files/data/effects/brightpass-f.sdr       |    22 +
 code/def_files/data/effects/decal-f.sdr            |   180 +
 code/def_files/data/effects/decal-v.sdr            |    33 +
 code/def_files/data/effects/deferred-clear-f.sdr   |    13 +
 code/def_files/data/effects/deferred-clear-v.sdr   |     5 +
 code/def_files/data/effects/deferred-f.sdr         |   137 +
 code/def_files/data/effects/deferred-v.sdr         |    43 +
 code/def_files/data/effects/effect-distort-f.sdr   |    27 +
 code/def_files/data/effects/effect-distort-v.sdr   |    26 +
 code/def_files/data/effects/effect-f.sdr           |    55 +
 code/def_files/data/effects/effect-g.sdr           |    58 +
 code/def_files/data/effects/effect-v.sdr           |    40 +
 code/def_files/data/effects/fog-f.sdr              |    42 +
 code/def_files/data/effects/fxaa-f.sdr             |   496 +
 code/def_files/data/effects/fxaa-v.sdr             |    16 +
 code/def_files/data/effects/fxaapre-f.sdr          |     7 +
 code/def_files/data/effects/gamma.sdr              |    29 +
 code/def_files/data/effects/lighting.sdr           |    58 +
 code/def_files/data/effects/ls-f.sdr               |    39 +
 code/def_files/data/effects/main-f.sdr             |   436 +
 code/def_files/data/effects/main-g.sdr             |   262 +
 code/def_files/data/effects/main-v.sdr             |   227 +
 code/def_files/data/effects/nanovg-f.sdr           |    95 +
 code/def_files/data/effects/nanovg-v.sdr           |    37 +
 code/def_files/data/effects/normals.sdr            |    12 +
 code/def_files/data/effects/passthrough-f.sdr      |    22 +
 code/def_files/data/effects/passthrough-v.sdr      |    17 +
 code/def_files/data/effects/post-f.sdr             |    99 +
 code/def_files/data/effects/post-v.sdr             |     8 +
 code/def_files/data/effects/rocketui-f.sdr         |    41 +
 code/def_files/data/effects/rocketui-v.sdr         |    29 +
 code/def_files/data/effects/shadows.sdr            |   105 +
 code/def_files/data/effects/shield-impact-f.sdr    |    34 +
 code/def_files/data/effects/shield-impact-v.sdr    |    34 +
 code/def_files/data/effects/smaa-blend-f.sdr       |    25 +
 code/def_files/data/effects/smaa-blend-v.sdr       |    24 +
 code/def_files/data/effects/smaa-edge-f.sdr        |    22 +
 code/def_files/data/effects/smaa-edge-v.sdr        |    23 +
 code/def_files/data/effects/smaa-neighbour-f.sdr   |    23 +
 code/def_files/data/effects/smaa-neighbour-v.sdr   |    23 +
 code/def_files/data/effects/tonemapping-f.sdr      |    31 +
 code/def_files/data/effects/video-f.sdr            |    16 +
 code/def_files/data/effects/video-v.sdr            |    14 +
 code/def_files/data/maps/app_icon.png              |   Bin 0 -> 44545 bytes
 code/def_files/data/maps/app_icon_d.png            |   Bin 0 -> 51310 bytes
 code/def_files/data/maps/app_icon_sse.png          |   Bin 0 -> 42980 bytes
 code/def_files/data/maps/app_icon_sse_d.png        |   Bin 0 -> 44949 bytes
 code/def_files/data/scripts/cfile_require.lua      |    36 +
 code/def_files/data/tables/autopilot.tbl           |    30 +
 .../data/tables/controlconfigdefaults.tbl          |     2 +
 code/def_files/data/tables/fonts.tbl               |     7 +
 code/def_files/data/tables/game_settings.tbl       |    59 +
 code/def_files/data/tables/iff_defs.tbl            |    55 +
 code/def_files/data/tables/objecttypes.tbl         |   462 +
 code/def_files/data/tables/post_processing.tbl     |    67 +
 code/def_files/data/tables/species_defs.tbl        |    55 +
 code/def_files/def_files.cpp                       |    58 +
 code/def_files/def_files.h                         |    29 +
 code/events/events.cpp                             |    15 +
 code/events/events.h                               |    16 +
 code/exceptionhandler/exceptionhandler.cpp         |   512 +
 code/exceptionhandler/exceptionhandler.h           |    72 +
 code/executor/CombinedExecutionContext.cpp         |    34 +
 code/executor/CombinedExecutionContext.h           |    21 +
 code/executor/Executor.cpp                         |    63 +
 code/executor/Executor.h                           |    54 +
 code/executor/GameStateExecutionContext.cpp        |    42 +
 code/executor/GameStateExecutionContext.h          |    31 +
 code/executor/IExecutionContext.cpp                |    30 +
 code/executor/IExecutionContext.h                  |    47 +
 code/executor/global_executors.cpp                 |    10 +
 code/executor/global_executors.h                   |    18 +
 code/external_dll/externalcode.h                   |   116 +
 code/fireball/fireballs.cpp                        |  1097 +
 code/fireball/fireballs.h                          |   142 +
 code/fireball/warpineffect.cpp                     |   178 +
 code/gamehelp/contexthelp.cpp                      |   753 +
 code/gamehelp/contexthelp.h                        |    55 +
 code/gamehelp/gameplayhelp.cpp                     |   794 +
 code/gamehelp/gameplayhelp.h                       |    18 +
 code/gamesequence/gamesequence.cpp                 |   433 +
 code/gamesequence/gamesequence.h                   |   215 +
 code/gamesnd/eventmusic.cpp                        |  1740 +
 code/gamesnd/eventmusic.h                          |   138 +
 code/gamesnd/gamesnd.cpp                           |  1371 +
 code/gamesnd/gamesnd.h                             |   430 +
 code/globalincs/alphacolors.cpp                    |   647 +
 code/globalincs/alphacolors.h                      |    70 +
 code/globalincs/crashdump.cpp                      |    75 +
 code/globalincs/crashdump.h                        |     7 +
 code/globalincs/flagset.h                          |   193 +
 code/globalincs/fsmemory.h                         |     8 +
 code/globalincs/globals.h                          |    88 +
 code/globalincs/linklist.h                         |    86 +
 code/globalincs/memory/memory.cpp                  |    11 +
 code/globalincs/memory/memory.h                    |    48 +
 code/globalincs/memory/utils.h                     |    26 +
 code/globalincs/mspdb_callstack.cpp                |   355 +
 code/globalincs/mspdb_callstack.h                  |    76 +
 code/globalincs/pstypes.h                          |   569 +
 code/globalincs/safe_strings.cpp                   |   114 +
 code/globalincs/safe_strings.h                     |   100 +
 code/globalincs/scp_defines.h                      |    13 +
 code/globalincs/systemvars.cpp                     |   513 +
 code/globalincs/systemvars.h                       |   220 +
 code/globalincs/toolchain.h                        |    35 +
 code/globalincs/toolchain/clang.h                  |   109 +
 code/globalincs/toolchain/doxygen.h                |    85 +
 code/globalincs/toolchain/gcc.h                    |   100 +
 code/globalincs/toolchain/mingw.h                  |    97 +
 code/globalincs/toolchain/msvc.h                   |    92 +
 code/globalincs/version.cpp                        |   158 +
 code/globalincs/version.h                          |    99 +
 code/globalincs/vmallocator.h                      |    84 +
 code/globalincs/windebug.cpp                       |   750 +
 code/graphics/2d.cpp                               |  2983 +
 code/graphics/2d.h                                 |  1282 +
 code/graphics/decal_draw_list.cpp                  |   213 +
 code/graphics/decal_draw_list.h                    |    38 +
 code/graphics/font.h                               |    20 +
 code/graphics/generic.cpp                          |   727 +
 code/graphics/generic.h                            |    93 +
 code/graphics/grbatch.cpp                          |  1260 +
 code/graphics/grbatch.h                            |   110 +
 code/graphics/grinternal.cpp                       |    10 +
 code/graphics/grinternal.h                         |    82 +
 code/graphics/grstub.cpp                           |   531 +
 code/graphics/grstub.h                             |     3 +
 code/graphics/light.cpp                            |   344 +
 code/graphics/light.h                              |    29 +
 code/graphics/line.h                               |   170 +
 code/graphics/line_draw_list.cpp                   |    78 +
 code/graphics/line_draw_list.h                     |    59 +
 code/graphics/material.cpp                         |   922 +
 code/graphics/material.h                           |   370 +
 code/graphics/matrix.cpp                           |   378 +
 code/graphics/matrix.h                             |    44 +
 code/graphics/opengl/ShaderProgram.cpp             |   296 +
 code/graphics/opengl/ShaderProgram.h               |    79 +
 code/graphics/opengl/SmaaAreaTex.h                 | 14982 ++++
 code/graphics/opengl/SmaaSearchTex.h               |   134 +
 code/graphics/opengl/gropengl.cpp                  |  1413 +
 code/graphics/opengl/gropengl.h                    |    62 +
 code/graphics/opengl/gropenglbmpman.cpp            |   145 +
 code/graphics/opengl/gropenglbmpman.h              |    38 +
 code/graphics/opengl/gropengldeferred.cpp          |   609 +
 code/graphics/opengl/gropengldeferred.h            |    20 +
 code/graphics/opengl/gropengldraw.cpp              |   921 +
 code/graphics/opengl/gropengldraw.h                |    96 +
 code/graphics/opengl/gropenglpostprocessing.cpp    |  1188 +
 code/graphics/opengl/gropenglpostprocessing.h      |    20 +
 code/graphics/opengl/gropenglquery.cpp             |    82 +
 code/graphics/opengl/gropenglquery.h               |    18 +
 code/graphics/opengl/gropenglshader.cpp            |  1046 +
 code/graphics/opengl/gropenglshader.h              |   174 +
 code/graphics/opengl/gropenglstate.cpp             |   874 +
 code/graphics/opengl/gropenglstate.h               |   342 +
 code/graphics/opengl/gropenglsync.cpp              |    28 +
 code/graphics/opengl/gropenglsync.h                |     7 +
 code/graphics/opengl/gropengltexture.cpp           |  1915 +
 code/graphics/opengl/gropengltexture.h             |   102 +
 code/graphics/opengl/gropengltnl.cpp               |  1200 +
 code/graphics/opengl/gropengltnl.h                 |    87 +
 code/graphics/paths/NanoVGRenderer.cpp             |   800 +
 code/graphics/paths/NanoVGRenderer.h               |   157 +
 code/graphics/paths/PathRenderer.cpp               |   263 +
 code/graphics/paths/PathRenderer.h                 |   174 +
 code/graphics/paths/nanovg/CHANGES.txt             |    12 +
 code/graphics/paths/nanovg/LICENSE.txt             |    18 +
 code/graphics/paths/nanovg/fontstash.h             |  1698 +
 code/graphics/paths/nanovg/nanovg.c                |  2753 +
 code/graphics/paths/nanovg/nanovg.h                |   620 +
 code/graphics/paths/nanovg/nanovg_gl.h             |  1523 +
 code/graphics/paths/nanovg/nanovg_gl_utils.h       |   132 +
 code/graphics/paths/nanovg/stb_image.h             |  7195 ++
 code/graphics/paths/nanovg/stb_truetype.h          |  4942 ++
 code/graphics/post_processing.cpp                  |   171 +
 code/graphics/post_processing.h                    |    67 +
 code/graphics/render.cpp                           |  1161 +
 code/graphics/render.h                             |   228 +
 .../shaders/compiled/default-material.frag.spv     |   Bin 0 -> 4996 bytes
 .../compiled/default-material.frag.spv.glsl        |    51 +
 .../shaders/compiled/default-material.vert.spv     |   Bin 0 -> 3820 bytes
 .../compiled/default-material.vert.spv.glsl        |    41 +
 .../compiled/default-material_structs.frag.h       |    29 +
 .../compiled/default-material_structs.vert.h       |    36 +
 code/graphics/shaders/default-material.frag        |    37 +
 code/graphics/shaders/default-material.vert        |    42 +
 code/graphics/shadows.cpp                          |   510 +
 code/graphics/shadows.h                            |    43 +
 code/graphics/software/FSFont.cpp                  |    80 +
 code/graphics/software/FSFont.h                    |   200 +
 code/graphics/software/FontManager.cpp             |   353 +
 code/graphics/software/FontManager.h               |   217 +
 code/graphics/software/NVGFont.cpp                 |   251 +
 code/graphics/software/NVGFont.h                   |    48 +
 code/graphics/software/VFNTFont.cpp                |   145 +
 code/graphics/software/VFNTFont.h                  |    70 +
 code/graphics/software/font.cpp                    |   770 +
 code/graphics/software/font.h                      |   115 +
 code/graphics/software/font_internal.h             |    50 +
 code/graphics/tmapper.h                            |   132 +
 code/graphics/uniforms.cpp                         |   276 +
 code/graphics/uniforms.h                           |    22 +
 code/graphics/util/GPUMemoryHeap.cpp               |    71 +
 code/graphics/util/GPUMemoryHeap.h                 |    61 +
 code/graphics/util/UniformAligner.cpp              |    78 +
 code/graphics/util/UniformAligner.h                |   117 +
 code/graphics/util/UniformBuffer.cpp               |    24 +
 code/graphics/util/UniformBuffer.h                 |    87 +
 code/graphics/util/UniformBufferManager.cpp        |   210 +
 code/graphics/util/UniformBufferManager.h          |   119 +
 code/graphics/util/uniform_structs.h               |   354 +
 code/graphics/vulkan/VulkanRenderer.cpp            |   601 +
 code/graphics/vulkan/VulkanRenderer.h              |    86 +
 code/graphics/vulkan/gr_vulkan.cpp                 |    35 +
 code/graphics/vulkan/gr_vulkan.h                   |    13 +
 code/graphics/vulkan/vulkan_stubs.cpp              |   348 +
 code/graphics/vulkan/vulkan_stubs.h                |     8 +
 code/headtracking/freetrack.cpp                    |   185 +
 code/headtracking/freetrack.h                      |    95 +
 code/headtracking/headtracking.cpp                 |    84 +
 code/headtracking/headtracking.h                   |    31 +
 code/headtracking/headtracking_internal.h          |    33 +
 code/headtracking/trackir.cpp                      |    55 +
 code/headtracking/trackir.h                        |    27 +
 code/headtracking/trackirpublic.cpp                |   128 +
 code/headtracking/trackirpublic.h                  |    85 +
 code/hud/hud.cpp                                   |  4026 ++
 code/hud/hud.h                                     |   559 +
 code/hud/hudartillery.cpp                          |   489 +
 code/hud/hudartillery.h                            |    91 +
 code/hud/hudbrackets.cpp                           |   779 +
 code/hud/hudbrackets.h                             |    48 +
 code/hud/hudconfig.cpp                             |  1859 +
 code/hud/hudconfig.h                               |    99 +
 code/hud/hudescort.cpp                             |  1000 +
 code/hud/hudescort.h                               |    76 +
 code/hud/hudets.cpp                                |  1100 +
 code/hud/hudets.h                                  |   121 +
 code/hud/hudgauges.h                               |    61 +
 code/hud/hudlock.cpp                               |  2201 +
 code/hud/hudlock.h                                 |    66 +
 code/hud/hudmessage.cpp                            |  1343 +
 code/hud/hudmessage.h                              |   154 +
 code/hud/hudnavigation.cpp                         |    54 +
 code/hud/hudnavigation.h                           |    12 +
 code/hud/hudobserver.cpp                           |    60 +
 code/hud/hudobserver.h                             |    25 +
 code/hud/hudparse.cpp                              |  5267 ++
 code/hud/hudparse.h                                |   238 +
 code/hud/hudreticle.cpp                            |  1087 +
 code/hud/hudreticle.h                              |   172 +
 code/hud/hudscripting.cpp                          |    47 +
 code/hud/hudscripting.h                            |    18 +
 code/hud/hudshield.cpp                             |  1075 +
 code/hud/hudshield.h                               |   102 +
 code/hud/hudsquadmsg.cpp                           |  2736 +
 code/hud/hudsquadmsg.h                             |   207 +
 code/hud/hudtarget.cpp                             |  7300 ++
 code/hud/hudtarget.h                               |   574 +
 code/hud/hudtargetbox.cpp                          |  2307 +
 code/hud/hudtargetbox.h                            |   182 +
 code/hud/hudwingmanstatus.cpp                      |   660 +
 code/hud/hudwingmanstatus.h                        |    84 +
 code/iff_defs/iff_defs.cpp                         |   691 +
 code/iff_defs/iff_defs.h                           |    91 +
 code/inetfile/cftp.cpp                             |   573 +
 code/inetfile/cftp.h                               |    97 +
 code/inetfile/chttpget.cpp                         |   530 +
 code/inetfile/chttpget.h                           |    86 +
 code/inetfile/inetgetfile.cpp                      |   245 +
 code/inetfile/inetgetfile.h                        |   104 +
 code/io/cursor.cpp                                 |   274 +
 code/io/cursor.h                                   |   192 +
 code/io/joy-sdl.cpp                                |  1017 +
 code/io/joy.h                                      |   344 +
 code/io/joy_ff-sdl.cpp                             |   884 +
 code/io/joy_ff.h                                   |    34 +
 code/io/key.cpp                                    |   688 +
 code/io/key.h                                      |   176 +
 code/io/keycontrol.cpp                             |  3013 +
 code/io/keycontrol.h                               |    41 +
 code/io/mouse.cpp                                  |   585 +
 code/io/mouse.h                                    |    87 +
 code/io/timer.cpp                                  |   229 +
 code/io/timer.h                                    |   127 +
 code/jpgutils/jpgutils.cpp                         |   346 +
 code/jpgutils/jpgutils.h                           |    28 +
 code/jumpnode/jumpnode.cpp                         |   479 +
 code/jumpnode/jumpnode.h                           |    94 +
 code/lab/lab.cpp                                   |  3136 +
 code/lab/lab.h                                     |    14 +
 code/lab/wmcgui.cpp                                |  2793 +
 code/lab/wmcgui.h                                  |   772 +
 code/libs/discord/discord.cpp                      |   254 +
 code/libs/discord/discord.h                        |     8 +
 code/libs/ffmpeg/FFmpeg.cpp                        |    84 +
 code/libs/ffmpeg/FFmpeg.h                          |    21 +
 code/libs/ffmpeg/FFmpegContext.cpp                 |   149 +
 code/libs/ffmpeg/FFmpegContext.h                   |    40 +
 code/libs/ffmpeg/FFmpegHeaders.h                   |    43 +
 code/libs/ffmpeg/LibAVCompatibility.h              |    12 +
 code/libs/jansson.cpp                              |   128 +
 code/libs/jansson.h                                |   100 +
 code/libs/renderdoc/renderdoc.cpp                  |    83 +
 code/libs/renderdoc/renderdoc.h                    |    15 +
 code/libs/renderdoc/renderdoc_app.h                |   621 +
 code/lighting/lighting.cpp                         |   678 +
 code/lighting/lighting.h                           |   110 +
 code/localization/fhash.cpp                        |   219 +
 code/localization/fhash.h                          |    46 +
 code/localization/localize.cpp                     |  1700 +
 code/localization/localize.h                       |   132 +
 code/math/bitarray.h                               |    49 +
 code/math/fix.cpp                                  |    37 +
 code/math/fix.h                                    |    39 +
 code/math/floating.cpp                             |    73 +
 code/math/floating.h                               |   116 +
 code/math/fvi.cpp                                  |  1153 +
 code/math/fvi.h                                    |   144 +
 code/math/spline.cpp                               |   308 +
 code/math/spline.h                                 |    82 +
 code/math/staticrand.cpp                           |   230 +
 code/math/staticrand.h                             |    38 +
 code/math/vecmat.cpp                               |  2746 +
 code/math/vecmat.h                                 |   650 +
 code/menuui/barracks.cpp                           |  1710 +
 code/menuui/barracks.h                             |    30 +
 code/menuui/credits.cpp                            |   860 +
 code/menuui/credits.h                              |    21 +
 code/menuui/fishtank.cpp                           |   253 +
 code/menuui/fishtank.h                             |    19 +
 code/menuui/mainhallmenu.cpp                       |  2629 +
 code/menuui/mainhallmenu.h                         |   216 +
 code/menuui/mainhalltemp.cpp                       |   258 +
 code/menuui/mainhalltemp.h                         |    33 +
 code/menuui/optionsmenu.cpp                        |  1487 +
 code/menuui/optionsmenu.h                          |    47 +
 code/menuui/optionsmenumulti.cpp                   |  2367 +
 code/menuui/optionsmenumulti.h                     |    50 +
 code/menuui/playermenu.cpp                         |  1525 +
 code/menuui/playermenu.h                           |    54 +
 code/menuui/readyroom.cpp                          |  1952 +
 code/menuui/readyroom.h                            |    34 +
 code/menuui/snazzyui.cpp                           |   285 +
 code/menuui/snazzyui.h                             |    40 +
 code/menuui/techmenu.cpp                           |  1497 +
 code/menuui/techmenu.h                             |    48 +
 code/menuui/trainingmenu.cpp                       |   120 +
 code/menuui/trainingmenu.h                         |    28 +
 code/mission/mission_flags.h                       |   105 +
 code/mission/missionbriefcommon.cpp                |  2391 +
 code/mission/missionbriefcommon.h                  |   324 +
 code/mission/missioncampaign.cpp                   |  1884 +
 code/mission/missioncampaign.h                     |   254 +
 code/mission/missiongoals.cpp                      |  1494 +
 code/mission/missiongoals.h                        |   175 +
 code/mission/missiongrid.cpp                       |   259 +
 code/mission/missiongrid.h                         |    54 +
 code/mission/missionhotkey.cpp                     |  1318 +
 code/mission/missionhotkey.h                       |    31 +
 code/mission/missionload.cpp                       |   404 +
 code/mission/missionload.h                         |    40 +
 code/mission/missionlog.cpp                        |   931 +
 code/mission/missionlog.h                          |    92 +
 code/mission/missionmessage.cpp                    |  2410 +
 code/mission/missionmessage.h                      |   236 +
 code/mission/missionparse.cpp                      |  8168 +++
 code/mission/missionparse.h                        |   565 +
 code/mission/missiontraining.cpp                   |  1110 +
 code/mission/missiontraining.h                     |    66 +
 code/missionui/chatbox.cpp                         |  1209 +
 code/missionui/chatbox.h                           |    73 +
 code/missionui/fictionviewer.cpp                   |   597 +
 code/missionui/fictionviewer.h                     |    46 +
 code/missionui/missionbrief.cpp                    |  1997 +
 code/missionui/missionbrief.h                      |    69 +
 code/missionui/missioncmdbrief.cpp                 |   762 +
 code/missionui/missioncmdbrief.h                   |    55 +
 code/missionui/missiondebrief.cpp                  |  2561 +
 code/missionui/missiondebrief.h                    |    39 +
 code/missionui/missionloopbrief.cpp                |   307 +
 code/missionui/missionloopbrief.h                  |    33 +
 code/missionui/missionpause.cpp                    |   355 +
 code/missionui/missionpause.h                      |    56 +
 code/missionui/missionscreencommon.cpp             |  1960 +
 code/missionui/missionscreencommon.h               |   222 +
 code/missionui/missionshipchoice.cpp               |  3555 +
 code/missionui/missionshipchoice.h                 |   106 +
 code/missionui/missionweaponchoice.cpp             |  4073 ++
 code/missionui/missionweaponchoice.h               |    67 +
 code/missionui/redalert.cpp                        |  1137 +
 code/missionui/redalert.h                          |    59 +
 code/mod_table/mod_table.cpp                       |   654 +
 code/mod_table/mod_table.h                         |    81 +
 code/model/model.h                                 |  1277 +
 code/model/model_flags.h                           |    94 +
 code/model/modelanim.cpp                           |   971 +
 code/model/modelanim.h                             |   187 +
 code/model/modelcollide.cpp                        |  1415 +
 code/model/modelinterp.cpp                         |  3080 +
 code/model/modeloctant.cpp                         |   420 +
 code/model/modelread.cpp                           |  5824 ++
 code/model/modelrender.cpp                         |  2894 +
 code/model/modelrender.h                           |   315 +
 code/model/modelsinc.h                             |    93 +
 code/nebula/neb.cpp                                |  1501 +
 code/nebula/neb.h                                  |   136 +
 code/nebula/neblightning.cpp                       |  1115 +
 code/nebula/neblightning.h                         |   156 +
 code/network/chat_api.cpp                          |  1310 +
 code/network/chat_api.h                            |    78 +
 code/network/gtrack.cpp                            |   600 +
 code/network/gtrack.h                              |   138 +
 code/network/multi.cpp                             |  1846 +
 code/network/multi.h                               |   859 +
 code/network/multi_campaign.cpp                    |   791 +
 code/network/multi_campaign.h                      |    75 +
 code/network/multi_data.cpp                        |   426 +
 code/network/multi_data.h                          |    43 +
 code/network/multi_dogfight.cpp                    |   490 +
 code/network/multi_dogfight.h                      |    42 +
 code/network/multi_endgame.cpp                     |   580 +
 code/network/multi_endgame.h                       |    76 +
 code/network/multi_fstracker.cpp                   |  1615 +
 code/network/multi_fstracker.h                     |   108 +
 code/network/multi_ingame.cpp                      |  1862 +
 code/network/multi_ingame.h                        |   187 +
 code/network/multi_kick.cpp                        |   273 +
 code/network/multi_kick.h                          |    51 +
 code/network/multi_log.cpp                         |   168 +
 code/network/multi_log.h                           |    41 +
 code/network/multi_obj.cpp                         |  2096 +
 code/network/multi_obj.h                           |   105 +
 code/network/multi_observer.cpp                    |   220 +
 code/network/multi_observer.h                      |    45 +
 code/network/multi_options.cpp                     |   742 +
 code/network/multi_options.h                       |   196 +
 code/network/multi_pause.cpp                       |   535 +
 code/network/multi_pause.h                         |    68 +
 code/network/multi_pinfo.cpp                       |   839 +
 code/network/multi_pinfo.h                         |    39 +
 code/network/multi_ping.cpp                        |   128 +
 code/network/multi_ping.h                          |    61 +
 code/network/multi_pmsg.cpp                        |   750 +
 code/network/multi_pmsg.h                          |    87 +
 code/network/multi_portfwd.cpp                     |   193 +
 code/network/multi_portfwd.h                       |    17 +
 code/network/multi_pxo.cpp                         |  5446 ++
 code/network/multi_pxo.h                           |    69 +
 code/network/multi_rate.cpp                        |   213 +
 code/network/multi_rate.h                          |    57 +
 code/network/multi_respawn.cpp                     |   956 +
 code/network/multi_respawn.h                       |    56 +
 code/network/multi_sexp.cpp                        |   730 +
 code/network/multi_sexp.h                          |   318 +
 code/network/multi_sw.cpp                          |   325 +
 code/network/multi_sw.h                            |    49 +
 code/network/multi_team.cpp                        |   853 +
 code/network/multi_team.h                          |    88 +
 code/network/multi_update.cpp                      |   202 +
 code/network/multi_update.h                        |    35 +
 code/network/multi_voice.cpp                       |  2139 +
 code/network/multi_voice.h                         |   108 +
 code/network/multi_xfer.cpp                        |  1167 +
 code/network/multi_xfer.h                          |   109 +
 code/network/multilag.cpp                          |   842 +
 code/network/multilag.h                            |    38 +
 code/network/multimsgs.cpp                         |  8542 +++
 code/network/multimsgs.h                           |   539 +
 code/network/multiteamselect.cpp                   |  3000 +
 code/network/multiteamselect.h                     |   107 +
 code/network/multiui.cpp                           |  9201 +++
 code/network/multiui.h                             |   170 +
 code/network/multiutil.cpp                         |  3878 ++
 code/network/multiutil.h                           |   247 +
 code/network/psnet2.cpp                            |  2489 +
 code/network/psnet2.h                              |   213 +
 code/network/ptrack.cpp                            |   742 +
 code/network/ptrack.h                              |   276 +
 code/network/stand_gui-unix.cpp                    |   982 +
 code/network/stand_gui.cpp                         |  2402 +
 code/network/stand_gui.h                           |   224 +
 code/network/valid.cpp                             |   744 +
 code/network/valid.h                               |    66 +
 code/object/collidedebrisship.cpp                  |   360 +
 code/object/collidedebrisweapon.cpp                |   147 +
 code/object/collideshipship.cpp                    |  1369 +
 code/object/collideshipweapon.cpp                  |   630 +
 code/object/collideweaponweapon.cpp                |   196 +
 code/object/deadobjectdock.cpp                     |   203 +
 code/object/deadobjectdock.h                       |    37 +
 code/object/objcollide.cpp                         |  1054 +
 code/object/objcollide.h                           |   138 +
 code/object/object.cpp                             |  2036 +
 code/object/object.h                               |   361 +
 code/object/object_flags.h                         |    36 +
 code/object/objectdock.cpp                         |  1084 +
 code/object/objectdock.h                           |   155 +
 code/object/objectshield.cpp                       |   424 +
 code/object/objectshield.h                         |   135 +
 code/object/objectsnd.cpp                          |   850 +
 code/object/objectsnd.h                            |    50 +
 code/object/objectsort.cpp                         |   397 +
 code/object/parseobjectdock.cpp                    |   297 +
 code/object/parseobjectdock.h                      |    76 +
 code/object/waypoint.cpp                           |   537 +
 code/object/waypoint.h                             |   101 +
 code/observer/observer.cpp                         |   105 +
 code/observer/observer.h                           |    43 +
 code/options/Option.cpp                            |   172 +
 code/options/Option.h                              |   534 +
 code/options/OptionsManager.cpp                    |   176 +
 code/options/OptionsManager.h                      |    59 +
 code/osapi/DebugWindow.cpp                         |   253 +
 code/osapi/DebugWindow.h                           |    93 +
 code/osapi/dialogs.cpp                             |   492 +
 code/osapi/dialogs.h                               |   128 +
 code/osapi/osapi.cpp                               |   718 +
 code/osapi/osapi.h                                 |   453 +
 code/osapi/osregistry.cpp                          |   962 +
 code/osapi/osregistry.h                            |    60 +
 code/osapi/outwnd.cpp                              |   318 +
 code/osapi/outwnd.h                                |    27 +
 code/parse/encrypt.cpp                             |   468 +
 code/parse/encrypt.h                               |    34 +
 code/parse/generic_log.cpp                         |   142 +
 code/parse/generic_log.h                           |    38 +
 code/parse/parselo.cpp                             |  4394 ++
 code/parse/parselo.h                               |   374 +
 code/parse/sexp.cpp                                | 34534 +++++++++
 code/parse/sexp.h                                  |  1326 +
 code/parse/sexp/DynamicSEXP.cpp                    |    18 +
 code/parse/sexp/DynamicSEXP.h                      |    94 +
 code/parse/sexp/EngineSEXP.cpp                     |   239 +
 code/parse/sexp/EngineSEXP.h                       |   198 +
 code/parse/sexp/LuaSEXP.cpp                        |   487 +
 code/parse/sexp/LuaSEXP.h                          |    57 +
 code/parse/sexp/SEXPParameterExtractor.cpp         |    23 +
 code/parse/sexp/SEXPParameterExtractor.h           |    63 +
 code/parse/sexp/sexp_lookup.cpp                    |   219 +
 code/parse/sexp/sexp_lookup.h                      |    52 +
 code/particle/ParticleEffect.h                     |   113 +
 code/particle/ParticleManager.cpp                  |   360 +
 code/particle/ParticleManager.h                    |   190 +
 code/particle/ParticleSource.cpp                   |   349 +
 code/particle/ParticleSource.h                     |   333 +
 code/particle/ParticleSourceWrapper.cpp            |   127 +
 code/particle/ParticleSourceWrapper.h              |    70 +
 code/particle/effects/BeamPiercingEffect.cpp       |    76 +
 code/particle/effects/BeamPiercingEffect.h         |    37 +
 code/particle/effects/CompositeEffect.cpp          |    42 +
 code/particle/effects/CompositeEffect.h            |    37 +
 code/particle/effects/ConeShape.h                  |    63 +
 code/particle/effects/GenericShapeEffect.h         |   206 +
 code/particle/effects/ParticleEmitterEffect.cpp    |    39 +
 code/particle/effects/ParticleEmitterEffect.h      |    33 +
 code/particle/effects/SingleParticleEffect.cpp     |    72 +
 code/particle/effects/SingleParticleEffect.h       |    43 +
 code/particle/effects/SphereShape.h                |    58 +
 code/particle/particle.cpp                         |   559 +
 code/particle/particle.h                           |   166 +
 code/particle/util/EffectTiming.cpp                |   117 +
 code/particle/util/EffectTiming.h                  |    81 +
 code/particle/util/ParticleProperties.cpp          |    65 +
 code/particle/util/ParticleProperties.h            |    48 +
 code/pcxutils/pcxutils.cpp                         |   527 +
 code/pcxutils/pcxutils.h                           |    35 +
 code/physics/physics.cpp                           |  1337 +
 code/physics/physics.h                             |   222 +
 code/pilotfile/BinaryFileHandler.cpp               |   178 +
 code/pilotfile/BinaryFileHandler.h                 |    92 +
 code/pilotfile/FileHandler.h                       |   109 +
 code/pilotfile/JSONFileHandler.cpp                 |   370 +
 code/pilotfile/JSONFileHandler.h                   |    98 +
 code/pilotfile/csg.cpp                             |  1741 +
 code/pilotfile/csg_convert.cpp                     |  1237 +
 code/pilotfile/pilotfile.cpp                       |   332 +
 code/pilotfile/pilotfile.h                         |   197 +
 code/pilotfile/pilotfile_convert.cpp               |   220 +
 code/pilotfile/pilotfile_convert.h                 |   302 +
 code/pilotfile/plr.cpp                             |  1129 +
 code/pilotfile/plr_convert.cpp                     |   924 +
 code/playerman/managepilot.cpp                     |   804 +
 code/playerman/managepilot.h                       |    60 +
 code/playerman/player.h                            |   279 +
 code/playerman/playercontrol.cpp                   |  2252 +
 code/pngutils/pngutils.cpp                         |   928 +
 code/pngutils/pngutils.h                           |   102 +
 code/popup/popup.cpp                               |  1172 +
 code/popup/popup.h                                 |   113 +
 code/popup/popupdead.cpp                           |   547 +
 code/popup/popupdead.h                             |    25 +
 code/prefix_header.h                               |    49 +
 code/radar/radar.cpp                               |   425 +
 code/radar/radar.h                                 |    74 +
 code/radar/radardradis.cpp                         |   745 +
 code/radar/radardradis.h                           |    95 +
 code/radar/radarngon.cpp                           |    58 +
 code/radar/radarngon.h                             |    59 +
 code/radar/radarorb.cpp                            |   580 +
 code/radar/radarorb.h                              |    64 +
 code/radar/radarsetup.cpp                          |   602 +
 code/radar/radarsetup.h                            |   135 +
 code/render/3d.h                                   |   280 +
 code/render/3dclipper.cpp                          |   250 +
 code/render/3ddraw.cpp                             |  1371 +
 code/render/3dinternal.h                           |    40 +
 code/render/3dlaser.cpp                            |    20 +
 code/render/3dmath.cpp                             |   288 +
 code/render/3dsetup.cpp                            |   335 +
 code/render/batching.cpp                           |   913 +
 code/render/batching.h                             |   129 +
 code/scpui/IncludeNodeHandler.cpp                  |    59 +
 code/scpui/IncludeNodeHandler.h                    |    22 +
 code/scpui/RocketFileInterface.cpp                 |   118 +
 code/scpui/RocketFileInterface.h                   |    45 +
 code/scpui/RocketLuaSystemInterface.cpp            |    93 +
 code/scpui/RocketLuaSystemInterface.h              |    28 +
 code/scpui/RocketRenderingInterface.cpp            |   295 +
 code/scpui/RocketRenderingInterface.h              |   157 +
 code/scpui/RocketSystemInterface.cpp               |    63 +
 code/scpui/RocketSystemInterface.h                 |    72 +
 code/scpui/SoundPlugin.cpp                         |   177 +
 code/scpui/SoundPlugin.h                           |    70 +
 code/scpui/elements/AnimationElement.cpp           |   257 +
 code/scpui/elements/AnimationElement.h             |    71 +
 code/scpui/elements/ScrollingTextElement.cpp       |    90 +
 code/scpui/elements/ScrollingTextElement.h         |    39 +
 code/scpui/rocket_ui.cpp                           |   681 +
 code/scpui/rocket_ui.h                             |    65 +
 code/scripting/ade.cpp                             |   965 +
 code/scripting/ade.h                               |   267 +
 code/scripting/ade_api.h                           |   387 +
 code/scripting/ade_args.cpp                        |   154 +
 code/scripting/ade_args.h                          |   378 +
 code/scripting/ade_doc.cpp                         |   138 +
 code/scripting/ade_doc.h                           |   149 +
 code/scripting/api/LuaCoroutineRunner.cpp          |   154 +
 code/scripting/api/LuaCoroutineRunner.h            |    29 +
 code/scripting/api/LuaEventCallback.cpp            |    24 +
 code/scripting/api/LuaEventCallback.h              |    48 +
 code/scripting/api/LuaExecutionContext.cpp         |    50 +
 code/scripting/api/LuaExecutionContext.h           |    23 +
 code/scripting/api/LuaPromise.cpp                  |   188 +
 code/scripting/api/LuaPromise.h                    |    78 +
 code/scripting/api/libs/async.cpp                  |   381 +
 code/scripting/api/libs/async.h                    |    11 +
 code/scripting/api/libs/audio.cpp                  |   365 +
 code/scripting/api/libs/audio.h                    |    12 +
 code/scripting/api/libs/base.cpp                   |   646 +
 code/scripting/api/libs/base.h                     |    17 +
 code/scripting/api/libs/bitops.cpp                 |    89 +
 code/scripting/api/libs/bitops.h                   |    17 +
 code/scripting/api/libs/cfile.cpp                  |   159 +
 code/scripting/api/libs/cfile.h                    |    13 +
 code/scripting/api/libs/engine.cpp                 |   121 +
 code/scripting/api/libs/engine.h                   |    13 +
 code/scripting/api/libs/graphics.cpp               |  1789 +
 code/scripting/api/libs/graphics.h                 |    14 +
 code/scripting/api/libs/hookvars.cpp               |    96 +
 code/scripting/api/libs/hookvars.h                 |    12 +
 code/scripting/api/libs/hud.cpp                    |   111 +
 code/scripting/api/libs/hud.h                      |    12 +
 code/scripting/api/libs/mission.cpp                |  1447 +
 code/scripting/api/libs/mission.h                  |    14 +
 code/scripting/api/libs/options.cpp                |    60 +
 code/scripting/api/libs/options.h                  |    12 +
 code/scripting/api/libs/parse.cpp                  |   205 +
 code/scripting/api/libs/parse.h                    |    10 +
 code/scripting/api/libs/tables.cpp                 |   184 +
 code/scripting/api/libs/tables.h                   |    13 +
 code/scripting/api/libs/testing.cpp                |   175 +
 code/scripting/api/libs/testing.h                  |    12 +
 code/scripting/api/libs/time_lib.cpp               |    19 +
 code/scripting/api/libs/time_lib.h                 |    10 +
 code/scripting/api/libs/ui.cpp                     |   401 +
 code/scripting/api/libs/ui.h                       |    10 +
 code/scripting/api/libs/utf8.cpp                   |    79 +
 code/scripting/api/libs/utf8.h                     |    11 +
 code/scripting/api/objs/LuaSEXP.cpp                |    42 +
 code/scripting/api/objs/LuaSEXP.h                  |    22 +
 code/scripting/api/objs/asteroid.cpp               |    67 +
 code/scripting/api/objs/asteroid.h                 |    10 +
 code/scripting/api/objs/audio_stream.cpp           |   151 +
 code/scripting/api/objs/audio_stream.h             |    10 +
 code/scripting/api/objs/background_element.cpp     |    26 +
 code/scripting/api/objs/background_element.h       |    24 +
 code/scripting/api/objs/beam.cpp                   |   364 +
 code/scripting/api/objs/beam.h                     |    14 +
 code/scripting/api/objs/bytearray.cpp              |    27 +
 code/scripting/api/objs/bytearray.h                |    21 +
 code/scripting/api/objs/camera.cpp                 |   306 +
 code/scripting/api/objs/camera.h                   |    13 +
 code/scripting/api/objs/cmd_brief.cpp              |    98 +
 code/scripting/api/objs/cmd_brief.h                |    14 +
 code/scripting/api/objs/cockpit_display.cpp        |   598 +
 code/scripting/api/objs/cockpit_display.h          |    81 +
 code/scripting/api/objs/control_info.cpp           |   444 +
 code/scripting/api/objs/control_info.h             |    13 +
 code/scripting/api/objs/controls.cpp               |   299 +
 code/scripting/api/objs/controls.h                 |    12 +
 code/scripting/api/objs/debris.cpp                 |   172 +
 code/scripting/api/objs/debris.h                   |    14 +
 code/scripting/api/objs/enums.cpp                  |   195 +
 code/scripting/api/objs/enums.h                    |   121 +
 code/scripting/api/objs/event.cpp                  |   174 +
 code/scripting/api/objs/event.h                    |    10 +
 code/scripting/api/objs/execution_context.cpp      |    67 +
 code/scripting/api/objs/execution_context.h        |    25 +
 code/scripting/api/objs/executor.cpp               |    82 +
 code/scripting/api/objs/executor.h                 |    26 +
 code/scripting/api/objs/eye.cpp                    |    83 +
 code/scripting/api/objs/eye.h                      |    23 +
 code/scripting/api/objs/file.cpp                   |   347 +
 code/scripting/api/objs/file.h                     |    30 +
 code/scripting/api/objs/font.cpp                   |   139 +
 code/scripting/api/objs/font.h                     |    31 +
 code/scripting/api/objs/gameevent.cpp              |    58 +
 code/scripting/api/objs/gameevent.h                |    31 +
 code/scripting/api/objs/gamestate.cpp              |    53 +
 code/scripting/api/objs/gamestate.h                |    29 +
 code/scripting/api/objs/hudgauge.cpp               |   195 +
 code/scripting/api/objs/hudgauge.h                 |    18 +
 code/scripting/api/objs/intelentry.cpp             |   152 +
 code/scripting/api/objs/intelentry.h               |    11 +
 code/scripting/api/objs/mc_info.cpp                |   143 +
 code/scripting/api/objs/mc_info.h                  |    26 +
 code/scripting/api/objs/message.cpp                |   176 +
 code/scripting/api/objs/message.h                  |    17 +
 code/scripting/api/objs/model.cpp                  |   871 +
 code/scripting/api/objs/model.h                    |   116 +
 code/scripting/api/objs/model_path.cpp             |   157 +
 code/scripting/api/objs/model_path.h               |    29 +
 code/scripting/api/objs/movie_player.cpp           |   174 +
 code/scripting/api/objs/movie_player.h             |    25 +
 code/scripting/api/objs/object.cpp                 |   500 +
 code/scripting/api/objs/object.h                   |    10 +
 code/scripting/api/objs/option.cpp                 |   261 +
 code/scripting/api/objs/option.h                   |    23 +
 code/scripting/api/objs/order.cpp                  |   422 +
 code/scripting/api/objs/order.h                    |    33 +
 code/scripting/api/objs/parse_object.cpp           |   453 +
 code/scripting/api/objs/parse_object.h             |    38 +
 code/scripting/api/objs/particle.cpp               |   213 +
 code/scripting/api/objs/particle.h                 |    27 +
 code/scripting/api/objs/physics_info.cpp           |   503 +
 code/scripting/api/objs/physics_info.h             |    36 +
 code/scripting/api/objs/player.cpp                 |   468 +
 code/scripting/api/objs/player.h                   |    49 +
 code/scripting/api/objs/promise.cpp                |   173 +
 code/scripting/api/objs/promise.h                  |    12 +
 code/scripting/api/objs/sexpvar.cpp                |   187 +
 code/scripting/api/objs/sexpvar.h                  |    35 +
 code/scripting/api/objs/shields.cpp                |   147 +
 code/scripting/api/objs/shields.h                  |    20 +
 code/scripting/api/objs/ship.cpp                   |  1836 +
 code/scripting/api/objs/ship.h                     |    14 +
 code/scripting/api/objs/ship_bank.cpp              |   437 +
 code/scripting/api/objs/ship_bank.h                |    41 +
 code/scripting/api/objs/shipclass.cpp              |   689 +
 code/scripting/api/objs/shipclass.h                |    11 +
 code/scripting/api/objs/shiptype.cpp               |    50 +
 code/scripting/api/objs/shiptype.h                 |    13 +
 code/scripting/api/objs/sound.cpp                  |   450 +
 code/scripting/api/objs/sound.h                    |    61 +
 code/scripting/api/objs/species.cpp                |    51 +
 code/scripting/api/objs/species.h                  |    14 +
 code/scripting/api/objs/streaminganim.cpp          |   321 +
 code/scripting/api/objs/streaminganim.h            |    29 +
 code/scripting/api/objs/subsystem.cpp              |   773 +
 code/scripting/api/objs/subsystem.h                |    23 +
 code/scripting/api/objs/team.cpp                   |    86 +
 code/scripting/api/objs/team.h                     |    14 +
 code/scripting/api/objs/texture.cpp                |   225 +
 code/scripting/api/objs/texture.h                  |    31 +
 code/scripting/api/objs/texturemap.cpp             |   124 +
 code/scripting/api/objs/texturemap.h               |    46 +
 code/scripting/api/objs/time_obj.cpp               |    38 +
 code/scripting/api/objs/time_obj.h                 |    14 +
 code/scripting/api/objs/tracing_category.cpp       |    34 +
 code/scripting/api/objs/tracing_category.h         |    13 +
 code/scripting/api/objs/vecmath.cpp                |   712 +
 code/scripting/api/objs/vecmath.h                  |    54 +
 code/scripting/api/objs/waypoint.cpp               |   122 +
 code/scripting/api/objs/waypoint.h                 |    28 +
 code/scripting/api/objs/weapon.cpp                 |   357 +
 code/scripting/api/objs/weapon.h                   |    13 +
 code/scripting/api/objs/weaponclass.cpp            |   605 +
 code/scripting/api/objs/weaponclass.h              |    13 +
 code/scripting/api/objs/wing.cpp                   |    76 +
 code/scripting/api/objs/wing.h                     |    16 +
 code/scripting/doc_html.cpp                        |   521 +
 code/scripting/doc_html.h                          |     9 +
 code/scripting/doc_json.cpp                        |   283 +
 code/scripting/doc_json.h                          |     9 +
 code/scripting/doc_parser.cpp                      |   389 +
 code/scripting/doc_parser.h                        |    30 +
 code/scripting/hook_api.cpp                        |   131 +
 code/scripting/hook_api.h                          |   198 +
 code/scripting/lua.cpp                             |   252 +
 code/scripting/lua/LuaArgs.cpp                     |     8 +
 code/scripting/lua/LuaArgs.h                       |    72 +
 code/scripting/lua/LuaConvert.cpp                  |   170 +
 code/scripting/lua/LuaConvert.h                    |   144 +
 code/scripting/lua/LuaException.h                  |    18 +
 code/scripting/lua/LuaFunction.cpp                 |   250 +
 code/scripting/lua/LuaFunction.h                   |   145 +
 code/scripting/lua/LuaHeaders.h                    |    19 +
 code/scripting/lua/LuaReference.cpp                |    91 +
 code/scripting/lua/LuaReference.h                  |   108 +
 code/scripting/lua/LuaTable.cpp                    |   157 +
 code/scripting/lua/LuaTable.h                      |   240 +
 code/scripting/lua/LuaThread.cpp                   |   121 +
 code/scripting/lua/LuaThread.h                     |    77 +
 code/scripting/lua/LuaTypes.h                      |     7 +
 code/scripting/lua/LuaUtil.cpp                     |    64 +
 code/scripting/lua/LuaUtil.h                       |    97 +
 code/scripting/lua/LuaValue.cpp                    |   124 +
 code/scripting/lua/LuaValue.h                      |   252 +
 code/scripting/scripting.cpp                       |  1160 +
 code/scripting/scripting.h                         |   384 +
 code/scripting/scripting_doc.h                     |    93 +
 code/scripting/util/LuaValueDeserializer.cpp       |    80 +
 code/scripting/util/LuaValueDeserializer.h         |    23 +
 code/scripting/util/LuaValueSerializer.cpp         |   101 +
 code/scripting/util/LuaValueSerializer.h           |    31 +
 code/shaders.cmake                                 |    88 +
 code/ship/afterburner.cpp                          |   341 +
 code/ship/afterburner.h                            |    26 +
 code/ship/awacs.cpp                                |   461 +
 code/ship/awacs.h                                  |    50 +
 code/ship/shield.cpp                               |   942 +
 code/ship/ship.cpp                                 | 19753 ++++++
 code/ship/ship.h                                   |  1932 +
 code/ship/ship_flags.h                             |   293 +
 code/ship/shipcontrails.cpp                        |   445 +
 code/ship/shipcontrails.h                          |    50 +
 code/ship/shipfx.cpp                               |  4335 ++
 code/ship/shipfx.h                                 |   402 +
 code/ship/shiphit.cpp                              |  2667 +
 code/ship/shiphit.h                                |    80 +
 code/ship/subsysdamage.h                           |    66 +
 code/sound/IAudioFile.h                            |    77 +
 code/sound/audiostr.cpp                            |  1188 +
 code/sound/audiostr.h                              |    84 +
 code/sound/channel.h                               |    41 +
 code/sound/ds.cpp                                  |  1859 +
 code/sound/ds.h                                    |   231 +
 code/sound/ds3d.cpp                                |   123 +
 code/sound/ds3d.h                                  |    18 +
 code/sound/dscap.cpp                               |   231 +
 code/sound/dscap.h                                 |    27 +
 code/sound/ffmpeg/FFmpegAudioReader.cpp            |   187 +
 code/sound/ffmpeg/FFmpegAudioReader.h              |    27 +
 code/sound/ffmpeg/FFmpegWaveFile.cpp               |   369 +
 code/sound/ffmpeg/FFmpegWaveFile.h                 |   112 +
 code/sound/fsspeech.cpp                            |   159 +
 code/sound/fsspeech.h                              |    34 +
 code/sound/gc.exe                                  |   Bin 0 -> 49152 bytes
 code/sound/openal.cpp                              |   494 +
 code/sound/openal.h                                |   136 +
 code/sound/phrases.xml                             |   199 +
 code/sound/rtvoice.cpp                             |   461 +
 code/sound/rtvoice.h                               |    43 +
 code/sound/sound.cpp                               |  1561 +
 code/sound/sound.h                                 |   242 +
 code/sound/speech.cpp                              |   379 +
 code/sound/speech.h                                |    48 +
 code/sound/voicerec.cpp                            |   559 +
 code/sound/voicerec.h                              |    18 +
 code/source_groups.cmake                           |  1460 +
 code/species_defs/species_defs.cpp                 |   376 +
 code/species_defs/species_defs.h                   |    97 +
 code/starfield/nebula.c