-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bugfix #37 Fix multiple Context Hook callback added to Imgui context, after a reconnect. * Prevent Server from saving a imgui.ini file This could conflict with other imgui application in same folder, and the Server doesn't really need any Imgui settings saved * Fixes for Linux build -Invalid GPU resource release on Com Thread -TextureId cast error -Unneeded Windows specific include * Fix some textureid cast error on GCC * Socket 'Force Listen' now optional Default is unused. Prevents having 2 running NetImgui Servers listening on same port. Seems like the 'force listen' isn't needed on Windows/Linux, but can still toggle it on if needed. * Updated for Dear ImGui 1.89 support -Small changes done to inputs * OffsetPointer fix Possible error for platorm using top bit in 64bits in VirtualAddress space * Removed 'unused const' warning introduced in VisualStudio 17.4.4 Fix the CI * Revert to wrongly submitted loader file during last Dear ImGui backend update * Upgrade DearImgui 1.89.5 * Version 1.9 Release * Update msbuild_vs2022_dev.yml updated msbuild setup * Update msbuild_vs2022_dev.yml Update to dotnet installed (needed for sharpmake) * Update msbuild_vs2022_dev.yml * Update msbuild_vs2022_dev.yml * Update msbuild_vs2022_dev.yml
- Loading branch information
Showing
43 changed files
with
6,755 additions
and
4,328 deletions.
There are no files selected for viewing
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
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
Oops, something went wrong.