NazaraEngine/src/Nazara
Alexandre Janniaux e5ec90a6f9 SocketImpl: fix success path by setting NoError
Initialize the error to SocketError::NoError in case of success.

Otherwise, the error wasn't initialized in the success path for the
socket poller, and it was reaching an unknown error because of that.
2022-03-20 17:15:45 +01:00
..
Audio CI: Try to build NazaraCore on macOS 2022-03-19 23:29:19 +01:00
Core Core/DynLib: Fix extension handling 2022-03-20 13:42:41 +01:00
Graphics macOS fixes (+ cache deps) 2022-03-20 11:29:39 +01:00
Network SocketImpl: fix success path by setting NoError 2022-03-20 17:15:45 +01:00
OpenGLRenderer Add unity build support 2022-03-15 12:44:21 +01:00
Physics2D Add Physics2D components and systems (WIP) 2022-03-16 08:24:57 +01:00
Physics3D Update for EnTT 3.9 2022-02-08 20:05:14 +01:00
Platform Fix SDL includes 2022-03-20 13:37:27 +01:00
Renderer Big buffer refactor 2022-01-23 00:05:08 +01:00
Shader Add support for shader hotreloading 2022-03-17 21:36:36 +01:00
Utility Add unity build support 2022-03-15 12:44:21 +01:00
VulkanRenderer VulkanRenderer: Fix VK_EXT_debug_utils with MoltenVK 2022-03-20 14:54:38 +01:00
Widgets Add unity build support 2022-03-15 12:44:21 +01:00