Skip to content

Commit

Permalink
Update UPDATES.md
Browse files Browse the repository at this point in the history
Changes for Version 2.012
  • Loading branch information
leadedge committed Sep 5, 2023
1 parent ae9c1a9 commit ea62b3e
Showing 1 changed file with 61 additions and 0 deletions.
61 changes: 61 additions & 0 deletions UPDATES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,65 @@
===========================================\
05.09.23\
Update Master from Beta branch.

Version 2.007.012

Spout.cpp
03.08.23 - InitReceiver - set m_DX11format
07.08.23 - Add frame sync option functions

SpoutDirectX.cpp
07.08.23 - Comment out code for debug layers

SpoutFrameCount.cpp
03.08.23 - EnableFrameCount, CreateAccessMutex - revise logs
06.08.23 - Add m_SystemFps to avoid repeated calls to GetRefreshRate()
07.08.23 - Add EnableFrameSync/IsFrameSyncEnabled and global option flag
EnableFrameCount - correct semapohore name
08.08.23 - EnableFrameSync - close sync event on disable
09.08.23 - WaitFrameSync remove warning log if event not found
Change timeout log from error to warning
13.08.23 - EnableFrameCount - correct semaphore name

SpoutGL.cpp
24.07.23 - Remove global m_bKeyed flag
31.07.23 - Add OpenGL format functions
04.08.23 - Remove unused compute shaders
28.08.23 - UnloadTexturePixels public

SpoutGLextensions.cpp
24.07.23 - Add glMemoryObjectParameterivEXT
30.07.23 - Add GL_RGBA16F, GL_RGB16F, GL_RGBA32F, GL_RGB32F
31.07.23 - Add defines
GL_IMPLEMENTATION_COLOR_READ_TYPE, GL_IMPLEMENTATION_COLOR_READ_FORMAT
02.08.23 - Add glGetTextureParameteriv

SpoutReceiver.cpp
SpoutSender.cpp
04.08.23 - Add format functions
07.08.23 - Add frame sync option functions

SpoutSenderNames.cpp
- 13.07.23 - setActiveSenderName - close any existing active sender map

SpoutSharedMemory.cpp
- 12.05.23 - Create and Open - Clear ERROR_ALREADY_EXISTS to avoid detection elsewhere.

SpoutUtils.cpp
01.08.23 - Add MessageTaskDialog instead of dependence on SpoutPanel
04.08.23 - const WCHAR* in MessageTaskDialog
13.08.23 - MessageTaskDialog - remove MB_TOPMOST
20.08.23 - Change TaskdialogcallbackProc to TDcallbackProc to avoid naming conflicts
21.08.23 - MessageTaskDialog - Restore topmost function
Change bTopmost to bTopMost to avoid naming conflicts
23.08.23 - MessageTaskDialog - Fixed topmost recover for calling application
26.08.23 - PFTASKDIALOGCALLBACK cast for TDcallbackProc
04.09.23 - MessageTaskDialog - add MB_ICONINFORMATION option. Default no icon.
Add MB_ICONSTOP and MB_ICONHAND. MB_TOPMOST flag removal only if specified.
05.09.23 - Add SpoutMessageBoxIcon for custom icon


============================================\
23.07.23\
Update Master from Beta branch.

Expand Down

0 comments on commit ea62b3e

Please sign in to comment.