Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on December 19, 2022, 12:44:17 am
-
Here is the nightly for 19 December 2022 - Revision 2f8e10b8d
Group: MacOSX
nightly_20221219_2f8e10b8d-builds-Mac.tar.gz (http://scp.indiegames.us/builds/nightly/20221219_2f8e10b8d/nightly_20221219_2f8e10b8d-builds-Mac.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20221219_2f8e10b8d/nightly_20221219_2f8e10b8d-builds-Mac.tar.gz))
Group: Win64-SSE2
nightly_20221219_2f8e10b8d-builds-x64-SSE2.zip (http://scp.indiegames.us/builds/nightly/20221219_2f8e10b8d/nightly_20221219_2f8e10b8d-builds-x64-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20221219_2f8e10b8d/nightly_20221219_2f8e10b8d-builds-x64-SSE2.zip))
Group: Linux
nightly_20221219_2f8e10b8d-builds-Linux.tar.gz (http://scp.indiegames.us/builds/nightly/20221219_2f8e10b8d/nightly_20221219_2f8e10b8d-builds-Linux.tar.gz) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20221219_2f8e10b8d/nightly_20221219_2f8e10b8d-builds-Linux.tar.gz))
Group: Win32-SSE2
nightly_20221219_2f8e10b8d-builds-Win32-SSE2.zip (http://scp.indiegames.us/builds/nightly/20221219_2f8e10b8d/nightly_20221219_2f8e10b8d-builds-Win32-SSE2.zip) (Mirror (https://porphyrion.feralhosting.com/datacorder/builds/nightly/20221219_2f8e10b8d/nightly_20221219_2f8e10b8d-builds-Win32-SSE2.zip))
------------------------------------------------------------------------
commit 0acb22456
Author: Tyler Blount
Commit: GitHub
Respecify the env for Post Builds auto-trigger
.github/workflows/post-build-release.yaml | 8 ++++++++
1 file changed, 8 insertions(+)
------------------------------------------------------------------------
commit 22c8ae024
Author: Tyler Blount
Commit: GitHub
Change check of POST response result
ci/post/forum.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
------------------------------------------------------------------------
commit 9136c04a3
Author: Tyler Blount
Commit: GitHub
Fix failure to post Mac builds to forums
ci/post/nebula.py | 43 +++++++++++++++++++++++++------------------
1 file changed, 25 insertions(+), 18 deletions(-)
------------------------------------------------------------------------
commit 87926995d
Author: Fabian Woltermann
Commit: GitHub
Feature/dear imgui (#4987)
.gitmodules | 1 +
code/CMakeLists.txt | 2 +
code/cmdline/cmdline.cpp | 7 +
code/cmdline/cmdline.h | 1 +
code/globalincs/pstypes.h | 40 +-
code/lab/dialogs/actions.cpp | 492 -
code/lab/dialogs/actions.h | 151 -
code/lab/dialogs/backgrounds.cpp | 73 -
code/lab/dialogs/backgrounds.h | 33 -
code/lab/dialogs/class_descriptions.cpp | 54 -
code/lab/dialogs/class_descriptions.h | 28 -
code/lab/dialogs/class_options.cpp | 88 -
code/lab/dialogs/class_options.h | 44 -
code/lab/dialogs/class_variables.cpp | 153 -
code/lab/dialogs/class_variables.h | 31 -
code/lab/dialogs/lab_dialog.h | 52 -
code/lab/dialogs/lab_ui.cpp | 980 ++
code/lab/dialogs/lab_ui.h | 99 +
code/lab/dialogs/lab_ui_helpers.cpp | 201 +
code/lab/dialogs/lab_ui_helpers.h | 9 +
code/lab/dialogs/render_options.cpp | 384 -
code/lab/dialogs/render_options.h | 32 -
code/lab/dialogs/ship_classes.cpp | 67 -
code/lab/dialogs/ship_classes.h | 49 -
code/lab/dialogs/weapon_classes.cpp | 70 -
code/lab/dialogs/weapon_classes.h | 45 -
code/lab/labv2.h | 3 -
code/lab/labv2_internal.h | 26 +-
code/lab/manager/lab_manager.cpp | 372 +-
code/lab/manager/lab_manager.h | 22 +-
code/lab/renderer/lab_renderer.cpp | 18 +-
code/lab/renderer/lab_renderer.h | 23 +
code/lab/wmcgui.cpp | 2796 ----
code/lab/wmcgui.h | 772 -
code/lighting/lighting_profiles.cpp | 33 +-
code/lighting/lighting_profiles.h | 1 +
code/menuui/credits.cpp | 1 +
code/osapi/osapi.cpp | 40 +-
code/render/3d.h | 7 +-
code/render/3ddraw.cpp | 15 +-
code/source_groups.cmake | 27 +-
freespace2/SDLGraphicsOperations.cpp | 7 +
freespace2/freespace.cpp | 14 +-
lib/CMakeLists.txt | 4 +-
lib/imgui/.editorconfig | 28 +
lib/imgui/.gitattributes | 30 +
lib/imgui/.gitignore | 56 +
lib/imgui/CMakeLists.txt | 34 +
lib/imgui/LICENSE.txt | 21 +
lib/imgui/backends/imgui_impl_allegro5.cpp | 583 +
lib/imgui/backends/imgui_impl_allegro5.h | 32 +
lib/imgui/backends/imgui_impl_android.cpp | 277 +
lib/imgui/backends/imgui_impl_android.h | 28 +
lib/imgui/backends/imgui_impl_dx10.cpp | 580 +
lib/imgui/backends/imgui_impl_dx10.h | 25 +
lib/imgui/backends/imgui_impl_dx11.cpp | 596 +
lib/imgui/backends/imgui_impl_dx11.h | 26 +
lib/imgui/backends/imgui_impl_dx12.cpp | 748 +
lib/imgui/backends/imgui_impl_dx12.h | 38 +
lib/imgui/backends/imgui_impl_dx9.cpp | 379 +
lib/imgui/backends/imgui_impl_dx9.h | 25 +
lib/imgui/backends/imgui_impl_glfw.cpp | 686 +
lib/imgui/backends/imgui_impl_glfw.h | 42 +
lib/imgui/backends/imgui_impl_glut.cpp | 299 +
lib/imgui/backends/imgui_impl_glut.h | 39 +
lib/imgui/backends/imgui_impl_metal.h | 64 +
lib/imgui/backends/imgui_impl_metal.mm | 575 +
lib/imgui/backends/imgui_impl_opengl2.cpp | 287 +
lib/imgui/backends/imgui_impl_opengl2.h | 32 +
lib/imgui/backends/imgui_impl_opengl3.cpp | 890 ++
lib/imgui/backends/imgui_impl_opengl3.h | 55 +
lib/imgui/backends/imgui_impl_opengl3_loader.h | 794 ++
lib/imgui/backends/imgui_impl_osx.h | 43 +
lib/imgui/backends/imgui_impl_osx.mm | 766 +
lib/imgui/backends/imgui_impl_sdl.cpp | 571 +
lib/imgui/backends/imgui_impl_sdl.h | 36 +
lib/imgui/backends/imgui_impl_sdlrenderer.cpp | 251 +
lib/imgui/backends/imgui_impl_sdlrenderer.h | 29 +
lib/imgui/backends/imgui_impl_vulkan.cpp | 1518 ++
lib/imgui/backends/imgui_impl_vulkan.h | 157 +
lib/imgui/backends/imgui_impl_wgpu.cpp | 720 +
lib/imgui/backends/imgui_impl_wgpu.h | 25 +
lib/imgui/backends/imgui_impl_win32.cpp | 805 ++
lib/imgui/backends/imgui_impl_win32.h | 44 +
lib/imgui/backends/vulkan/generate_spv.sh | 6 +
lib/imgui/backends/vulkan/glsl_shader.frag | 14 +
lib/imgui/backends/vulkan/glsl_shader.vert | 25 +
lib/imgui/docs/BACKENDS.md | 144 +
lib/imgui/docs/CHANGELOG.txt | 3873 +++++
lib/imgui/docs/CONTRIBUTING.md | 80 +
lib/imgui/docs/EXAMPLES.md | 246 +
lib/imgui/docs/FAQ.md | 684 +
lib/imgui/docs/FONTS.md | 401 +
lib/imgui/docs/README.md | 212 +
lib/imgui/docs/TODO.txt | 370 +
lib/imgui/examples/README.txt | 9 +
lib/imgui/examples/example_allegro5/README.md | 36 +
.../example_allegro5/example_allegro5.vcxproj | 180 +
.../example_allegro5.vcxproj.filters | 58 +
.../examples/example_allegro5/imconfig_allegro5.h | 11 +
lib/imgui/examples/example_allegro5/main.cpp | 145 +
.../example_android_opengl3/CMakeLists.txt | 40 +
.../example_android_opengl3/android/.gitignore | 12 +
.../android/app/build.gradle | 34 +
.../android/app/src/main/AndroidManifest.xml | 24 +
.../android/app/src/main/java/MainActivity.kt | 40 +
.../example_android_opengl3/android/build.gradle | 24 +
.../android/settings.gradle | 1 +
.../examples/example_android_opengl3/main.cpp | 372 +
lib/imgui/examples/example_apple_metal/README.md | 10 +
.../example_apple_metal.xcodeproj/project.pbxproj | 503 +
.../example_apple_metal/iOS/Info-iOS.plist | 49 +
.../iOS/LaunchScreen.storyboard | 27 +
.../example_apple_metal/macOS/Info-macOS.plist | 30 +
.../example_apple_metal/macOS/MainMenu.storyboard | 93 +
lib/imgui/examples/example_apple_metal/main.mm | 332 +
.../project.pbxproj | 332 +
lib/imgui/examples/example_apple_opengl2/main.mm | 251 +
.../examples/example_emscripten_opengl3/Makefile | 91 +
.../examples/example_emscripten_opengl3/README.md | 26 +
.../examples/example_emscripten_opengl3/main.cpp | 176 +
.../example_emscripten_opengl3/shell_minimal.html | 64 +
.../examples/example_emscripten_wgpu/Makefile | 88 +
.../examples/example_emscripten_wgpu/README.md | 24 +
.../examples/example_emscripten_wgpu/main.cpp | 247 +
lib/imgui/examples/example_glfw_metal/Makefile | 46 +
lib/imgui/examples/example_glfw_metal/main.mm | 173 +
lib/imgui/examples/example_glfw_opengl2/Makefile | 81 +
.../examples/example_glfw_opengl2/build_win32.bat | 8 +
.../example_glfw_opengl2.vcxproj | 181 +
.../example_glfw_opengl2.vcxproj.filters | 61 +
lib/imgui/examples/example_glfw_opengl2/main.cpp | 160 +
lib/imgui/examples/example_glfw_opengl3/Makefile | 89 +
.../examples/example_glfw_opengl3/build_win32.bat | 8 +
.../example_glfw_opengl3.vcxproj | 182 +
.../example_glfw_opengl3.vcxproj.filters | 64 +
lib/imgui/examples/example_glfw_opengl3/main.cpp | 174 +
.../examples/example_glfw_vulkan/CMakeLists.txt | 45 +
.../examples/example_glfw_vulkan/build_win32.bat | 14 +
.../examples/example_glfw_vulkan/build_win64.bat | 13 +
.../example_glfw_vulkan.vcxproj | 185 +
.../example_glfw_vulkan.vcxproj.filters | 61 +
lib/imgui/examples/example_glfw_vulkan/main.cpp | 561 +
lib/imgui/examples/example_glut_opengl2/Makefile | 75 +
.../example_glut_opengl2.vcxproj | 181 +
.../example_glut_opengl2.vcxproj.filters | 61 +
lib/imgui/examples/example_glut_opengl2/main.cpp | 158 +
lib/imgui/examples/example_null/Makefile | 92 +
lib/imgui/examples/example_null/build_win32.bat | 3 +
lib/imgui/examples/example_null/main.cpp | 37 +
.../examples/example_sdl_directx11/build_win32.bat | 8 +
.../example_sdl_directx11.vcxproj | 182 +
.../example_sdl_directx11.vcxproj.filters | 60 +
lib/imgui/examples/example_sdl_directx11/main.cpp | 231 +
lib/imgui/examples/example_sdl_metal/Makefile | 47 +
lib/imgui/examples/example_sdl_metal/main.mm | 182 +
lib/imgui/examples/example_sdl_opengl2/Makefile | 79 +
lib/imgui/examples/example_sdl_opengl2/README.md | 29 +
.../examples/example_sdl_opengl2/build_win32.bat | 8 +
.../example_sdl_opengl2.vcxproj | 181 +
.../example_sdl_opengl2.vcxproj.filters | 61 +
lib/imgui/examples/example_sdl_opengl2/main.cpp | 158 +
lib/imgui/examples/example_sdl_opengl3/Makefile | 91 +
lib/imgui/examples/example_sdl_opengl3/README.md | 29 +
.../examples/example_sdl_opengl3/build_win32.bat | 8 +
.../example_sdl_opengl3.vcxproj | 182 +
.../example_sdl_opengl3.vcxproj.filters | 64 +
lib/imgui/examples/example_sdl_opengl3/main.cpp | 179 +
.../examples/example_sdl_sdlrenderer/Makefile | 79 +
.../examples/example_sdl_sdlrenderer/README.md | 25 +
.../example_sdl_sdlrenderer/build_win32.bat | 8 +
.../example_sdl_sdlrenderer.vcxproj | 181 +
.../example_sdl_sdlrenderer.vcxproj.filters | 61 +
.../examples/example_sdl_sdlrenderer/main.cpp | 162 +
.../examples/example_sdl_vulkan/build_win32.bat | 10 +
.../example_sdl_vulkan/example_sdl_vulkan.vcxproj | 185 +
.../example_sdl_vulkan.vcxproj.filters | 61 +
lib/imgui/examples/example_sdl_vulkan/main.cpp | 562 +
.../example_win32_directx10/build_win32.bat | 8 +
.../example_win32_directx10.vcxproj | 171 +
.../example_win32_directx10.vcxproj.filters | 60 +
.../examples/example_win32_directx10/main.cpp | 244 +
.../example_win32_directx11/build_win32.bat | 9 +
.../example_win32_directx11.vcxproj | 170 +
.../example_win32_directx11.vcxproj.filters | 60 +
.../examples/example_win32_directx11/main.cpp | 248 +
.../example_win32_directx12/build_win32.bat | 9 +
.../example_win32_directx12.vcxproj | 175 +
.../example_win32_directx12.vcxproj.filters | 62 +
.../examples/example_win32_directx12/main.cpp | 466 +
.../example_win32_directx9/build_win32.bat | 8 +
.../example_win32_directx9.vcxproj | 171 +
.../example_win32_directx9.vcxproj.filters | 61 +
lib/imgui/examples/example_win32_directx9/main.cpp | 238 +
lib/imgui/examples/imgui_examples.sln | 141 +
lib/imgui/examples/libs/glfw/COPYING.txt | 22 +
lib/imgui/examples/libs/glfw/include/GLFW/glfw3.h | 4227 ++++++
.../examples/libs/glfw/include/GLFW/glfw3native.h | 456 +
lib/imgui/examples/libs/usynergy/README.txt | 8 +
lib/imgui/examples/libs/usynergy/uSynergy.c | 636 +
lib/imgui/examples/libs/usynergy/uSynergy.h | 420 +
lib/imgui/extensions/ImGuizmo.cpp | 2970 ++++
lib/imgui/extensions/ImGuizmo.h | 277 +
lib/imgui/extensions/imgui_sugar.hpp | 181 +
lib/imgui/imconfig.h | 120 +
lib/imgui/imgui.cpp | 14238 +++++++++++++++++++
lib/imgui/imgui.h | 3078 ++++
lib/imgui/imgui_demo.cpp | 8064 +++++++++++
lib/imgui/imgui_draw.cpp | 4167 ++++++
lib/imgui/imgui_internal.h | 3228 +++++
lib/imgui/imgui_tables.cpp | 4084 ++++++
lib/imgui/imgui_widgets.cpp | 8416 +++++++++++
lib/imgui/imstb_rectpack.h | 627 +
lib/imgui/imstb_textedit.h | 1447 ++
lib/imgui/imstb_truetype.h | 5085 +++++++
lib/imgui/misc/README.txt | 23 +
lib/imgui/misc/cpp/README.txt | 13 +
lib/imgui/misc/cpp/imgui_stdlib.cpp | 72 +
lib/imgui/misc/cpp/imgui_stdlib.h | 18 +
lib/imgui/misc/debuggers/README.txt | 16 +
lib/imgui/misc/debuggers/imgui.gdb | 12 +
lib/imgui/misc/debuggers/imgui.natstepfilter | 30 +
lib/imgui/misc/debuggers/imgui.natvis | 58 +
lib/imgui/misc/fonts/Cousine-Regular.ttf | Bin 0 -> 43912 bytes
lib/imgui/misc/fonts/DroidSans.ttf | Bin 0 -> 190044 bytes
lib/imgui/misc/fonts/Karla-Regular.ttf | Bin 0 -> 16848 bytes
lib/imgui/misc/fonts/ProggyClean.ttf | Bin 0 -> 41208 bytes
lib/imgui/misc/fonts/ProggyTiny.ttf | Bin 0 -> 35656 bytes
lib/imgui/misc/fonts/Roboto-Medium.ttf | Bin 0 -> 162588 bytes
lib/imgui/misc/fonts/binary_to_compressed_c.cpp | 388 +
lib/imgui/misc/freetype/README.md | 37 +
lib/imgui/misc/freetype/imgui_freetype.cpp | 780 +
lib/imgui/misc/freetype/imgui_freetype.h | 50 +
lib/imgui/misc/single_file/imgui_single_file.h | 18 +
234 files changed, 94657 insertions(+), 5721 deletions(-)