Skip to content

Tags: psy-repos-cpp/netImgui

Tags

v1.6.0

Toggle v1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Dev (sammyfreg#19)

* Version increment

* Fix some build issues

* Fixed issue with uploaded texture with sameid

* Fixed Dear ImGui index 32 support

-Fixed some warnings.
-Proper handling of large vertices amount (when ImGui in 16bits indices)
-Proper handling of large vertices amount (when ImGui in 32bits indices)
-Samples to test both 16bits / 32bits indices mode
Note: NetImgui Server application always uses 32bits indices now, but can connect application using either

* Fixed issue with Server characters input. Increased size allowed for Client Name

* Version numbering increase for new release

* Documentation update

* Documentation update

* Doc update

v1.5.0

Toggle v1.5.0's commit message
Merge remote-tracking branch 'origin/dev'

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Dev (sammyfreg#15)

* Changes to support hook

* Fix socket leak with NetImgui Server trying to reach clients
Embeded the Server Font

* Removed unused left over functions

* Warning fix on some clang build, on atomic pointer null test

* Update to Dear Imgui 1.81.  Support of NewFrame interception enabled.

* Doc update

* Update to background handling

(Server/Client) New Background command to handle custom color and texture.
(Server) BG now rendered directly in Client RenderTarget. This remove alpha blending the results into the Client Window, giving bad results on characters (alpha blending should only be used when rendering Client Imgui content, not when compositing it on top of the Server own ImGui rendering, since at that point, we don't know what alpha to use)

* Some cleanup, doc update

* doc update

v1.3.0

Toggle v1.3.0's commit message

v1.2.0

Toggle v1.2.0's commit message
Update to version, now that a Release has been pushed

v1.2

Toggle v1.2's commit message
Added Sample 'Disabled' to test program running with netImgui Disabled.

Few comments / window size corrections

V1.1

Toggle V1.1's commit message
Update to version, now that a Release has been pushed

V1.01

Toggle V1.01's commit message
Doc Release Update

V1.0

Toggle V1.0's commit message
Merge branch 'master' of https://github.com/sammyfreg/netImgui