NazaraEngine/include/Nazara
SirLynix b5576ccb9f Audio: Fix data race when a device is used from multiple threads
OpenAL devices can be used from multiple threads and the error handling code (inspired by OpenGLRenderer) did not take that into account. This is not a problem for the OpenGLRenderer since contexts are thread-local which is not the case for OpenAL devices.
2023-12-04 11:01:01 +01:00
..
Audio Audio: Fix data race when a device is used from multiple threads 2023-12-04 11:01:01 +01:00
BulletPhysics3D xmake check-files -f 2023-04-10 17:12:23 +02:00
ChipmunkPhysics2D ChipmunkPhysics2D/Constraint2D: Fix leak and implement single body constraints 2023-08-12 12:12:20 +02:00
Core Core/Modules: Fix env var override when no parameter is passed 2023-12-02 13:56:24 +01:00
Graphics Graphics/RenderTextureBlit: Fix default MemoryAccess 2023-12-03 15:29:54 +01:00
JoltPhysics3D JoltPhysics3D: Skip the rigid body update if no physics step took place 2023-11-26 21:28:40 +01:00
Math Minor fixes 2023-11-26 11:25:52 +01:00
Network Update for latest nazarautils 2023-09-08 09:10:22 +02:00
OpenGLRenderer Graphics: Replace RenderFrame by RenderResources 2023-11-21 23:33:18 +01:00
Platform Minor fixes 2023-11-12 12:51:56 +01:00
Renderer Fix previous commit 2023-11-28 20:33:21 +01:00
Utility Minor fixes 2023-11-28 20:05:09 +01:00
VulkanRenderer Graphics: Replace RenderFrame by RenderResources 2023-11-21 23:33:18 +01:00
Widgets Remove useless includes 2023-08-31 17:59:05 +02:00
Audio.hpp Rework EnTT integration 2023-01-28 19:28:43 +01:00
BulletPhysics3D.hpp Add JoltPhysics3D for a performance test 2023-04-10 17:12:23 +02:00
ChipmunkPhysics2D.hpp Rename Physics2D to ChipmunkPhysics2D 2023-04-10 17:12:23 +02:00
Core.hpp Graphics: Add RenderTexture class 2023-11-20 12:36:34 +01:00
Graphics.hpp Graphics: Add Billboard support 2023-11-25 15:52:58 +01:00
JoltPhysics3D.hpp JoltPhysics3D: Rework Character class 2023-05-15 19:03:28 +02:00
Math.hpp Math: Remove Algorithm file and move string functions to StringExt 2023-06-06 08:59:58 +02:00
Network.hpp Network: Add WebService 2023-06-14 20:13:17 +02:00
OpenGLRenderer.hpp Rework EnTT integration 2023-01-28 19:28:43 +01:00
Platform.hpp Platform: Remove unused header 2023-03-14 18:05:14 +01:00
Renderer.hpp Graphics: Replace RenderFrame by RenderResources 2023-11-21 23:33:18 +01:00
Utility.hpp Update global headers 2023-08-24 17:48:15 +02:00
VulkanRenderer.hpp Rework EnTT integration 2023-01-28 19:28:43 +01:00
Widgets.hpp Rework EnTT integration 2023-01-28 19:28:43 +01:00