Skip to content

Commit

Permalink
WIP removing custom imgui...
Browse files Browse the repository at this point in the history
  • Loading branch information
ohlidalp committed Jan 1, 2023
1 parent bbe0bcc commit 84d387c
Show file tree
Hide file tree
Showing 20 changed files with 0 additions and 37,702 deletions.
12 changes: 0 additions & 12 deletions source/main/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,17 +99,6 @@ set(SOURCE_FILES
gui/GUIUtils.{h,cpp}
gui/OverlayWrapper.{h,cpp}
gui/RTTLayer.{h,cpp}
gui/imgui/imgui.{h,cpp}
gui/imgui/imgui_demo.cpp
gui/imgui/imgui_draw.cpp
gui/imgui/imgui_widgets.cpp
gui/imgui/OgreImGuiOverlay.{h,cpp}
gui/imgui/OgreImGui.{h,cpp}
gui/imgui/imconfig.h
gui/imgui/imgui_internal.h
gui/imgui/imstb_rectpack.h
gui/imgui/imstb_textedit.h
gui/imgui/imstb_truetype.h
gui/panels/GUI_AngelScriptExamples.{h,cpp}
gui/panels/GUI_CollisionsDebug.{h,cpp}
gui/panels/GUI_ConsoleView.{h,cpp}
Expand Down Expand Up @@ -321,7 +310,6 @@ target_include_directories(${BINNAME} PRIVATE
gfx/particle
gfx/skyx
gui
gui/imgui
gui/mygui
gui/panels
network
Expand Down
1 change: 0 additions & 1 deletion source/main/gui/GUIManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ class GUIManager: public ZeroedMemoryAllocator
MyGUI::Gui* m_mygui = nullptr;
MyGUI::OgrePlatform* m_mygui_platform = nullptr;
bool m_hide_gui = false;
OgreImGui m_imgui;
GuiTheme m_theme;
bool m_gui_kb_capture_queued = false; //!< Resets and accumulates every frame
bool m_gui_kb_capture_requested = false; //!< Effective value, persistent
Expand Down
21 changes: 0 additions & 21 deletions source/main/gui/imgui/LICENSE-ImGui.txt

This file was deleted.

21 changes: 0 additions & 21 deletions source/main/gui/imgui/LICENSE-OGRE.txt

This file was deleted.

203 changes: 0 additions & 203 deletions source/main/gui/imgui/OgreImGui.cpp

This file was deleted.

73 changes: 0 additions & 73 deletions source/main/gui/imgui/OgreImGui.h

This file was deleted.

Loading

0 comments on commit 84d387c

Please sign in to comment.