Benau
|
e9d3152c1a
|
Add more shaders
|
2022-07-28 13:37:09 +08:00 |
|
Benau
|
6d74e84609
|
Reduce vram usage by removing bones data in static spm
|
2022-07-27 11:45:09 +08:00 |
|
Benau
|
d4b2b03174
|
Add animated mesh rendering
|
2022-07-26 12:47:31 +08:00 |
|
Benau
|
8e1de345fb
|
Add animation support in GEVulkanAnimatedMeshSceneNode
|
2022-07-26 00:12:35 +08:00 |
|
Benau
|
b75dec1fbc
|
Move struct Armature to GE
|
2022-07-25 10:54:27 +08:00 |
|
Benau
|
61b87d3b31
|
Convert irrlicht mesh for addSphere
|
2022-07-25 10:05:46 +08:00 |
|
Benau
|
819b3ad27f
|
Add minimap rendering
|
2022-07-25 09:41:35 +08:00 |
|
Benau
|
593f78a230
|
Move MiniGLM to graphics engine folder
|
2022-07-24 12:22:06 +08:00 |
|
Benau
|
da0cce6cd6
|
Add render to texture support in GEVulkanDriver
|
2022-07-24 11:38:02 +08:00 |
|
Benau
|
7f31ffa552
|
Add anisotropic samplers
|
2022-07-23 10:58:37 +08:00 |
|
Benau
|
e991e06640
|
Implement high dpi support in sdl2 properly
|
2022-07-22 21:10:51 +08:00 |
|
Benau
|
ea69c36cb3
|
Fix splitscreen lod (mainly for karts)
|
2022-07-22 11:05:30 +08:00 |
|
Benau
|
e9924357cd
|
Add polycount display in GEVulkanDriver
|
2022-07-20 10:37:09 +08:00 |
|
Benau
|
44b2468003
|
Add GEVulkanDrawCall
|
2022-07-18 13:28:07 +08:00 |
|
Benau
|
90794c2c8f
|
Only update bounding box of lod node every frame if needed
|
2022-07-08 23:20:57 +08:00 |
|
Benau
|
8ab63edd30
|
Save viewport in GEVulkanCameraSceneNode
|
2022-07-06 10:53:26 +08:00 |
|
Benau
|
3a64cc9f6a
|
Fix uninitialized values in btKart
|
2022-06-28 10:08:33 +08:00 |
|
Benau
|
21d9b4bc70
|
Fix lod node after updateAbsolutePosition optimization
|
2022-06-27 13:22:07 +08:00 |
|
Benau
|
11fb04bd95
|
Fix sp mesh node after updateAbsolutePosition optimization
|
2022-06-26 09:46:08 +08:00 |
|
Benau
|
e599a7fff8
|
Disable minimap in vulkan driver for now
|
2022-06-24 13:23:01 +08:00 |
|
Benau
|
648c7c84d4
|
Clean up and optimize lod node
|
2022-06-23 16:00:08 +08:00 |
|
Benau
|
4b17d2133a
|
Try to allow cake and plunger to have collision callbacks
|
2022-06-13 16:16:26 +08:00 |
|
Benau
|
1bdeffc7ed
|
Convert b3d to GE spm
|
2022-05-24 10:24:15 +08:00 |
|
Benau
|
92accb352e
|
Convert spm to GE spm
|
2022-05-23 13:46:03 +08:00 |
|
David CARLIER
|
096b408b9c
|
BSD build warning little fixes, implicit cast.
|
2022-05-22 11:20:38 +01:00 |
|
Benau
|
350773d316
|
Add temporary code for GE spm
|
2022-05-21 08:55:59 +08:00 |
|
Benau
|
3b0df18167
|
Fix crash when rubber band hits its owner
|
2022-05-20 08:17:15 +08:00 |
|
Benau
|
f61dcb2ec3
|
Allow reading spm vertices in physics
|
2022-05-19 15:53:05 +08:00 |
|
Benau
|
d2da2e22e1
|
Avoid address sanitizer error
|
2022-05-04 10:42:16 +08:00 |
|
Benau
|
281ddb1b17
|
Fix #4772
|
2022-05-03 09:32:14 +08:00 |
|
Benau
|
ac140c9cf2
|
Fix #4770
|
2022-05-01 08:36:56 +08:00 |
|
Benau
|
63e1afb835
|
Fix camera rotation angle for all platforms
|
2022-04-30 12:29:25 +08:00 |
|
Benau
|
ed14ab5091
|
Fix possible exit crash
|
2022-04-30 11:55:47 +08:00 |
|
Benau
|
ae2cfb4162
|
Fix gyroscope on walldriving surface properly
|
2022-04-30 10:45:33 +08:00 |
|
Benau
|
0f2b3da37e
|
Fix sometimes missing overworld background music
|
2022-04-28 14:30:53 +08:00 |
|
Benau
|
ed6d7578a5
|
Avoid queue size race condition
|
2022-04-27 11:01:53 +08:00 |
|
Benau
|
96cd140c62
|
Avoid getListenerPos race condition
|
2022-04-26 12:42:11 +08:00 |
|
Benau
|
68240b5d2d
|
Avoid getWorld race condition
|
2022-04-26 12:26:29 +08:00 |
|
Benau
|
fddc19225c
|
Use array list for scene nodes
|
2022-04-26 10:55:24 +08:00 |
|
Benau
|
b0421569d0
|
Fix validation warnings when running vkDeviceWaitIdle
|
2022-04-18 13:46:59 +08:00 |
|
Markus Reitboeck
|
2876032630
|
Fix logical error in libraqm implementation
the first two conditions made the whole if condition
always true
I've copied the fix from the current implementation in
libraqm
https://raw.githubusercontent.com/HOST-Oman/libraqm/master/src/raqm.c
|
2022-04-17 14:23:52 +02:00 |
|
Benau
|
993073b7dc
|
Update download assets size
|
2022-04-16 13:16:44 +08:00 |
|
Benau
|
5f9db20b4f
|
Add IFileSystem::existFileOnly (not including directory)
|
2022-04-16 12:08:57 +08:00 |
|
Benau
|
a469d501f9
|
Fix gyroscope behaviour on walldriving surface, see #4750
|
2022-04-15 12:48:09 +08:00 |
|
Benau
|
661a57b5fc
|
Add a way to acquire file archives mutex
|
2022-04-11 14:32:36 +08:00 |
|
Benau
|
8df6bdf7c8
|
Move file system mutex to irrlicht
|
2022-04-11 13:57:06 +08:00 |
|
Benau
|
de09566b4a
|
Avoid configurations xml lost if having disk space issue, see #4709
|
2022-04-09 14:59:57 +08:00 |
|
Benau
|
8bbb142394
|
Fix #4745
|
2022-04-09 10:43:30 +08:00 |
|
Markus Reitboeck
|
2c7cb7fa67
|
ReplayRecorder: write correct number of transformation into "size"
fixes #4758
|
2022-04-08 22:22:24 +02:00 |
|
Benau
|
d60a3a7c0c
|
Add loadingFailed function for ITexture
|
2022-04-08 14:56:24 +08:00 |
|