forked from HarbourMasters/Shipwright
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libultraship
updated
12 files
+1 −1 | .github/workflows/build-validation.yml | |
+3 −52 | src/Context.cpp | |
+1 −2 | src/Context.h | |
+5 −10 | src/config/ConsoleVariable.cpp | |
+2 −0 | src/controller/SDLController.cpp | |
+1 −1 | src/graphic/Fast3D/gfx_direct3d11.cpp | |
+26 −14 | src/graphic/Fast3D/gfx_dxgi.cpp | |
+2 −18 | src/graphic/Fast3D/gfx_sdl2.cpp | |
+1 −4 | src/resource/Archive.cpp | |
+3 −52 | src/window/gui/Gui.cpp | |
+0 −1 | src/window/gui/Gui.h | |
+7 −10 | src/window/gui/InputEditorWindow.cpp |