-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[UPD] : update for the last ImGuiFileDialog and the new places system
- Loading branch information
Showing
7 changed files
with
165 additions
and
40 deletions.
There are no files selected for viewing
Submodule SoGLSL
updated
16 files
+1 −1 | 3rdparty/ImGuiPack | |
+17 −5 | src/CodeTree/CodeTree.cpp | |
+13 −4 | src/CodeTree/ShaderKeyConfigSwitcherUnified.cpp | |
+14 −10 | src/Importer/ShadertoyBackupFileImportDlg.cpp | |
+8 −4 | src/Mesh/Operations/MeshLoader.cpp | |
+11 −4 | src/Mesh/Operations/MeshSaver.cpp | |
+130 −129 | src/Res/CustomFont.cpp | |
+2 −16 | src/Res/CustomFont.h | |
+ − | src/Res/CustomFont.png | |
+322 −321 | src/Res/CustomFont2.cpp | |
+3 −16 | src/Res/CustomFont2.h | |
+ − | src/Res/CustomFont2.png | |
+1,479 −7 | src/Res/CustomFonts.ifs | |
+12 −12 | src/Res/fonts/imgui.ini | |
+36 −45 | src/Systems/FilesTrackerSystem.cpp | |
+5 −1 | src/Systems/TimeLineSystem.cpp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#pragma once | ||
|
||
#define NoodlesPlate_Prefix "NoodlesPlate" | ||
#define NoodlesPlate_BuildNumber 696 | ||
#define NoodlesPlate_BuildNumber 708 | ||
#define NoodlesPlate_MinorNumber 7 | ||
#define NoodlesPlate_MajorNumber 0 | ||
#define NoodlesPlate_BuildId "0.7.696" | ||
#define NoodlesPlate_BuildId "0.7.708" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters