Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/engine-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ jobs:
cp thirdparty/bgfx.cmake/bgfx/3rdparty/directx-headers/LICENSE artifact/OpenTS_THIRD_PARTY_LICENSES/directx-headers.txt
cp thirdparty/bgfx.cmake/bx/include/tinystl/LICENSE artifact/OpenTS_THIRD_PARTY_LICENSES/tinystl.txt
cp thirdparty/bgfx.cmake/bimg/3rdparty/astc-encoder/LICENSE.txt artifact/OpenTS_THIRD_PARTY_LICENSES/astc-encoder.txt
cp thirdparty/libbase64/LICENSE artifact/OpenTS_THIRD_PARTY_LICENSES/libbase64.txt
cp thirdparty/licenses/khronos-opengl.txt artifact/OpenTS_THIRD_PARTY_LICENSES/khronos-opengl.txt
cat thirdparty/licenses/khronos-vulkan-notice.txt \
thirdparty/bgfx.cmake/bimg/3rdparty/astc-encoder/LICENSE.txt \
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "thirdparty/bgfx.cmake"]
path = thirdparty/bgfx.cmake
url = https://github.com/bkaradzic/bgfx.cmake.git
[submodule "thirdparty/libbase64"]
path = thirdparty/libbase64
url = https://github.com/aklomp/base64.git
1 change: 1 addition & 0 deletions THIRD_PARTY_NOTICES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ remains under its own license and copyright notices.
| [DirectX-Headers](https://github.com/microsoft/DirectX-Headers) | Direct3D API headers used by bgfx | MIT |
| [tinystl](https://github.com/mendsley/tinystl) | Containers used internally by bgfx | BSD 2-Clause |
| [astc-encoder](https://github.com/ARM-software/astc-encoder) | ASTC texture processing used by bimg | Apache-2.0 |
| [libbase64](https://github.com/aklomp/base64) | Base64 encoding for INI data | BSD 2-Clause |
| [OpenGL Registry](https://github.com/KhronosGroup/OpenGL-Registry) | OpenGL API headers used by bgfx | MIT |
| [Vulkan Headers](https://github.com/KhronosGroup/Vulkan-Headers) | Vulkan API headers used by bgfx | Apache-2.0 |

Expand Down
1 change: 1 addition & 0 deletions code/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ message(STATUS "${PROJECT_NAME}: Applying linker options...")
add_dependencies(OpenTS bgfx bx bimg)
target_link_libraries(OpenTS PRIVATE
VQALib
base64

$<TARGET_FILE:bgfx>
$<TARGET_FILE:bx>
Expand Down
159 changes: 0 additions & 159 deletions code/b64pipe.cpp

This file was deleted.

84 changes: 0 additions & 84 deletions code/b64pipe.h

This file was deleted.

114 changes: 0 additions & 114 deletions code/b64straw.cpp

This file was deleted.

Loading
Loading