forked from HarbourMasters/Shipwright
-
Notifications
You must be signed in to change notification settings - Fork 2
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
27 files
+5 −4 | cmake/dependencies/common.cmake | |
+3 −0 | src/CMakeLists.txt | |
+3 −3 | src/Context.cpp | |
+3 −6 | src/Context.h | |
+2 −2 | src/controller/controldeck/ControlDeck.cpp | |
+4 −1 | src/graphic/Fast3D/Fast3dWindow.cpp | |
+3 −3 | src/graphic/Fast3D/debug/GfxDebugger.cpp | |
+2 −3 | src/graphic/Fast3D/debug/GfxDebugger.h | |
+11 −6 | src/graphic/Fast3D/gfx_dxgi.cpp | |
+5 −3 | src/graphic/Fast3D/gfx_pc.cpp | |
+5 −4 | src/graphic/Fast3D/gfx_sdl2.cpp | |
+1 −1 | src/public/bridge/gfxdebuggerbridge.cpp | |
+10 −0 | src/window/Window.cpp | |
+3 −0 | src/window/Window.h | |
+40 −10 | src/window/gui/ConsoleWindow.cpp | |
+1 −1 | src/window/gui/ConsoleWindow.h | |
+1 −6 | src/window/gui/GfxDebuggerWindow.cpp | |
+55 −9 | src/window/gui/Gui.cpp | |
+7 −0 | src/window/gui/Gui.h | |
+2 −42 | src/window/gui/GuiElement.cpp | |
+3 −8 | src/window/gui/GuiElement.h | |
+46 −1 | src/window/gui/GuiMenuBar.cpp | |
+10 −1 | src/window/gui/GuiMenuBar.h | |
+67 −2 | src/window/gui/GuiWindow.cpp | |
+12 −1 | src/window/gui/GuiWindow.h | |
+0 −2 | src/window/gui/InputEditorWindow.cpp | |
+0 −2 | src/window/gui/StatsWindow.cpp |