SirLynix
401bfa3324
Core/Enums: Improve OpenMode comments
2023-06-02 17:49:23 +02:00
SirLynix
1672765936
JoltPhysics3D/JoltCollider3D: Add Mesh JoltMeshCollider3D
2023-06-02 17:47:25 +02:00
SirLynix
2886a2e0c0
Rename EnumMap to EnumArray after nazarautils update
2023-05-30 13:49:19 +02:00
SirLynix
cff918f6a3
Graphics/ForwardFramePipeline: Fix unregister + register the same renderable pointer not invalidating rendering
...
This can happen with ECS components which are mostly stable in memory, when destroying a graphics entity and recreating it (even with a different mesh) its pointer may not change due to memory recycling, especially on simple scenes.
A UInt8 generation counter helps prevents this
2023-05-30 13:34:41 +02:00
SirLynix
0c7efa05e2
Fix a bunch of warnings
2023-05-30 12:34:38 +02:00
SirLynix
68b3e31eec
Utility/PixelFormat: use std::string_view to store name
2023-05-30 12:33:40 +02:00
SirLynix
dfe6b2ddcf
Make use of the new EnumMap class
2023-05-30 12:32:37 +02:00
SirLynix
580b3c8804
Core/ApplicationBase: GetComponent can no longer fail
2023-05-20 21:35:10 +02:00
SirLynix
35c498bf21
Core/ResourceLoader: Use stream path extension if possible to dismiss loaders
2023-05-20 21:34:34 +02:00
SirLynix
aa441354ec
Graphics/GraphicsComponent: Fix GetAABB
2023-05-20 21:31:49 +02:00
SirLynix
741dc6b7e8
Math/Box: Add ScaleAroundCenter
2023-05-16 15:43:05 +02:00
SirLynix
6f15400d01
JoltPhysics3D: Rework Character class
2023-05-15 19:03:28 +02:00
SirLynix
34b8bb5d65
Core/Resource: Pass filePath by value and move to prevent useless copy
2023-05-15 08:31:42 +02:00
SirLynix
1d32af53c5
Renderer: Add mipmaps generation support
2023-05-14 18:55:41 +02:00
SirLynix
3712b641f8
Widgets: Improve BoxLayout
2023-05-14 18:53:56 +02:00
SirLynix
383e905b3f
Utility/Image: Add LoadFaceFromImage
2023-05-12 19:14:44 +02:00
SirLynix
31da36991d
Build: Set missing override as error
...
I couldn't find a similar flag for MSVC
2023-05-09 17:18:56 +02:00
SirLynix
bbbd3f88c1
Core: Add DisabledComponent (to temporary disable an entity)
2023-05-07 22:43:48 +02:00
SirLynix
c69397707e
Core: Add StateMachine
...
Backported from legacy Nazara
2023-05-07 22:42:54 +02:00
SirLynix
24e546a808
Core/ApplicationBase: Fix GetComponent
2023-05-07 22:41:03 +02:00
SirLynix
9aeaaa9495
Core/Application: Fix updater elapsed time
2023-05-06 15:44:52 +02:00
SirLynix
5e5a740f24
Graphics: Add non-const GetShaderModuleResolver
2023-05-01 18:44:01 +02:00
SirLynix
147f1bc1cf
Math/Vector3: Add GetAbs method
2023-05-01 17:05:26 +02:00
SirLynix
dcc23ef7c2
Graphics/Tilemap: Fix layer update when enabling tiles
...
Thanks to @jube for noticing!
2023-05-01 10:37:14 +02:00
SirLynix
3957687a31
OpenGLRenderer/CommandBuffer: Replace std::visit by a switch (to improve performance)
2023-04-30 21:12:33 +02:00
SirLynix
97f1c2c56c
Refactor xmake.lua and make some warnings as errors
2023-04-30 21:11:30 +02:00
SirLynix
445ed93fbb
Core/ApplicationBase: Fix compilation with Apple Clang
2023-04-24 10:58:16 +02:00
SirLynix
de5e7bd8a8
Core/ApplicationBase: Add support for updaters with intervals
2023-04-23 19:45:33 +02:00
SirLynix
d717335bca
VulkanRenderer: Fix unitybuild causing #define issue because of Windows.h
2023-04-12 14:13:34 +02:00
SirLynix
2f5db80183
Remove empty source files
2023-04-11 13:51:11 +02:00
SirLynix
670389d268
xmake check-files -f
2023-04-10 17:12:23 +02:00
SirLynix
26b23ccce6
Rename Physics2D to ChipmunkPhysics2D
2023-04-10 17:12:23 +02:00
SirLynix
1415dcbf1a
JoltPhysics3D: Add JoltConvexHullCollider3D
2023-04-10 17:12:23 +02:00
SirLynix
d610baf920
JoltPhysics3D: Rework RigidBody wrapper
...
- Add a clear way to setup dynamic/kinematic or static bodies
- Body registration to the world is batched (all bodies created before a physics step are added together, which is what Jolt is optimized for)
- Added support for empty shapes (= rigid bodies without collision) using a very small shape and tagging the body as sensor
2023-04-10 17:12:23 +02:00
SirLynix
67b1710adb
JoltPhysics3D/JoltCollider3D: Set convex radius by default
2023-04-10 17:12:23 +02:00
SirLynix
61724cc4b9
JoltPhysics3D: Add distance constraint
2023-04-10 17:12:23 +02:00
SirLynix
8d25495bab
JoltPhysics3D: Add some methods to JoltCharacter
2023-04-10 17:12:23 +02:00
SirLynix
efc81ff508
BulletPhysics3D: Fix movement
2023-04-10 17:12:23 +02:00
SirLynix
6447686ad9
JoltPhysics3D: Add JoltPivotConstraint3D
2023-04-10 17:12:23 +02:00
SirLynix
d697450a60
JoltPhysics3D: Add raycast hit normal
2023-04-10 17:12:23 +02:00
SirLynix
1387ac6e35
JoltPhysics3D: Add capsule collider
2023-04-10 17:12:23 +02:00
SirLynix
a4ba7d6115
JoltPhysics3D:: Improve characters
2023-04-10 17:12:23 +02:00
SirLynix
2b0239b8f0
JoltPhysics3D: Fix crash when freeing compoites colliders
2023-04-10 17:12:23 +02:00
SirLynix
b3595178a1
JoltPhysics3D: Add RaycastQuery and RaycastQueryFirst
2023-04-10 17:12:23 +02:00
SirLynix
63d75e8904
Physics3D/PhysWorld3D: Add generic RaycastQuery
2023-04-10 17:12:23 +02:00
SirLynix
4d42c0cf9c
Physics3D/Constraint3D: Add Damping/ImpulseClamp properties
2023-04-10 17:12:23 +02:00
SirLynix
3efd422e86
BulletPhysics3D: Add StaticPlaneCollider3D
2023-04-10 17:12:23 +02:00
SirLynix
021801f02e
Continue Jolt integration
2023-04-10 17:12:23 +02:00
SirLynix
c5ac142888
Add JoltPhysics3D for a performance test
2023-04-10 17:12:23 +02:00
SirLynix
bd4c2d6ee7
Rename Physics3D to BulletPhysics3D
2023-04-10 17:12:23 +02:00